UNPKG

igniteui-angular-core

Version:

Ignite UI Angular Core logic used in multiple UI components.

45 lines (44 loc) 2.41 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 { WebDateRangeValueDescriptionMetadata } from "./WebDateRangeValueDescriptionMetadata"; import { WebCustomDateRangeDescription } from "./WebCustomDateRangeDescription"; /** * @hidden */ export let WebCustomDateRangeDescriptionMetadata = /*@__PURE__*/ (() => { class WebCustomDateRangeDescriptionMetadata extends Base { static b(a) { if (WebCustomDateRangeDescriptionMetadata.a == null) { WebCustomDateRangeDescriptionMetadata.a = new Dictionary$2(String_$type, String_$type, 0); WebCustomDateRangeDescriptionMetadata.c(WebCustomDateRangeDescriptionMetadata.a); } if (a.k(WebCustomDateRangeDescriptionMetadata.a)) { return; } a.ad(WebCustomDateRangeDescriptionMetadata.a); WebDateRangeValueDescriptionMetadata.d(a); } static c(a) { a.item("__qualifiedNameTS", "String:CustomDateRange"); a.item("__skipModuleRegisterWebComponents", "Boolean"); a.item("__importTypesWebComponents", "String:igniteui-webcomponents"); a.item("__isPlainObject", "Boolean"); a.item("Label", "String"); a.item("DateRange", "ExportedType:WebDateRangeValue"); } static d(a) { WebCustomDateRangeDescriptionMetadata.b(a); a.af("WebCustomDateRange", () => new WebCustomDateRangeDescription()); a.ae("WebCustomDateRange", WebCustomDateRangeDescriptionMetadata.a); } } WebCustomDateRangeDescriptionMetadata.$t = markType(WebCustomDateRangeDescriptionMetadata, 'WebCustomDateRangeDescriptionMetadata'); WebCustomDateRangeDescriptionMetadata.a = null; return WebCustomDateRangeDescriptionMetadata; })();