UNPKG

igniteui-react-core

Version:
44 lines (43 loc) 2.35 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 { DateRangeDescriptorDescription } from "./DateRangeDescriptorDescription"; /** * @hidden */ export let DateRangeDescriptorDescriptionMetadata = /*@__PURE__*/ (() => { class DateRangeDescriptorDescriptionMetadata extends Base { static b(a) { if (DateRangeDescriptorDescriptionMetadata.a == null) { DateRangeDescriptorDescriptionMetadata.a = new Dictionary$2(String_$type, String_$type, 0); DateRangeDescriptorDescriptionMetadata.c(DateRangeDescriptorDescriptionMetadata.a); } if (a.k(DateRangeDescriptorDescriptionMetadata.a)) { return; } a.ac(DateRangeDescriptorDescriptionMetadata.a); } static c(a) { a.item("__skipModuleRegisterWebComponents", "Boolean"); a.item("__importTypesWebComponents", "String:igniteui-webcomponents"); a.item("__isPlainObject", "Boolean"); a.item("RangeType", "(wc:Type)ExportedType:string:DateRangeType"); a.item("RangeType@names", "After;Before;Between;Specific;Weekdays;Weekends"); a.item("RangeType@constantValues", "0;1;2;3;4;5"); a.item("DateRange", "Unknown"); } static d(a) { DateRangeDescriptorDescriptionMetadata.b(a); a.ae("DateRangeDescriptor", () => new DateRangeDescriptorDescription()); a.ad("DateRangeDescriptor", DateRangeDescriptorDescriptionMetadata.a); } } DateRangeDescriptorDescriptionMetadata.$t = /*@__PURE__*/ markType(DateRangeDescriptorDescriptionMetadata, 'DateRangeDescriptorDescriptionMetadata'); DateRangeDescriptorDescriptionMetadata.a = null; return DateRangeDescriptorDescriptionMetadata; })();