UNPKG

igniteui-angular-core

Version:

Ignite UI Angular Core logic used in multiple UI components.

46 lines (45 loc) 2.63 kB
/* THIS INFRAGISTICS ULTIMATE SOFTWARE LICENSE AGREEMENT ("AGREEMENT") LOCATED HERE: https://www.infragistics.com/legal/license/igultimate-la https://www.infragistics.com/legal/license/igultimate-eula GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOADING AND/OR INSTALLING AND USING INFRAGISTICS SOFTWARE: you are indicating that you have read and understand this Agreement, and agree to be legally bound by it on behalf of the yourself and your company. */ import { Base, String_$type, markType } from "./type"; import { Dictionary$2 } from "./Dictionary$2"; import { DataAnnotationShapeLayerDescriptionMetadata } from "./DataAnnotationShapeLayerDescriptionMetadata"; import { DataAnnotationSliceLayerDescription } from "./DataAnnotationSliceLayerDescription"; /** * @hidden */ export let DataAnnotationSliceLayerDescriptionMetadata = /*@__PURE__*/ (() => { class DataAnnotationSliceLayerDescriptionMetadata extends Base { static b(a) { if (DataAnnotationSliceLayerDescriptionMetadata.a == null) { DataAnnotationSliceLayerDescriptionMetadata.a = new Dictionary$2(String_$type, String_$type, 0); DataAnnotationSliceLayerDescriptionMetadata.c(DataAnnotationSliceLayerDescriptionMetadata.a); } if (a.k(DataAnnotationSliceLayerDescriptionMetadata.a)) { return; } a.ad(DataAnnotationSliceLayerDescriptionMetadata.a); } static c(a) { DataAnnotationShapeLayerDescriptionMetadata.c(a); a.item("AnnotationValueMemberPath", "String"); a.item("AnnotationLabelMemberPath", "String"); a.item("AnnotationBadgeEnabledMemberPath", "String"); a.item("AnnotationBadgeBackgroundMemberPath", "String"); a.item("AnnotationBadgeOutlineMemberPath", "String"); a.item("AnnotationBadgeImageMemberPath", "String"); } static d(a) { DataAnnotationShapeLayerDescriptionMetadata.d(a); DataAnnotationSliceLayerDescriptionMetadata.b(a); a.af("DataAnnotationSliceLayer", () => new DataAnnotationSliceLayerDescription()); a.ae("DataAnnotationSliceLayer", DataAnnotationSliceLayerDescriptionMetadata.a); } } DataAnnotationSliceLayerDescriptionMetadata.$t = markType(DataAnnotationSliceLayerDescriptionMetadata, 'DataAnnotationSliceLayerDescriptionMetadata'); DataAnnotationSliceLayerDescriptionMetadata.a = null; return DataAnnotationSliceLayerDescriptionMetadata; })();