UNPKG

igniteui-angular-core

Version:

Ignite UI Angular Core logic used in multiple UI components.

40 lines (39 loc) 2.21 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 { DataAnnotationPointLayerDescriptionMetadata } from "./DataAnnotationPointLayerDescriptionMetadata"; import { DataAnnotationBandLayerDescription } from "./DataAnnotationBandLayerDescription"; /** * @hidden */ export let DataAnnotationBandLayerDescriptionMetadata = /*@__PURE__*/ (() => { class DataAnnotationBandLayerDescriptionMetadata extends Base { static b(a) { if (DataAnnotationBandLayerDescriptionMetadata.a == null) { DataAnnotationBandLayerDescriptionMetadata.a = new Dictionary$2(String_$type, String_$type, 0); DataAnnotationBandLayerDescriptionMetadata.c(DataAnnotationBandLayerDescriptionMetadata.a); } if (a.k(DataAnnotationBandLayerDescriptionMetadata.a)) { return; } a.ac(DataAnnotationBandLayerDescriptionMetadata.a); } static c(a) { DataAnnotationPointLayerDescriptionMetadata.c(a); a.item("AnnotationBreadthMemberPath", "String"); } static d(a) { DataAnnotationBandLayerDescriptionMetadata.b(a); a.ae("DataAnnotationBandLayer", () => new DataAnnotationBandLayerDescription()); a.ad("DataAnnotationBandLayer", DataAnnotationBandLayerDescriptionMetadata.a); } } DataAnnotationBandLayerDescriptionMetadata.$t = markType(DataAnnotationBandLayerDescriptionMetadata, 'DataAnnotationBandLayerDescriptionMetadata'); DataAnnotationBandLayerDescriptionMetadata.a = null; return DataAnnotationBandLayerDescriptionMetadata; })();