UNPKG

igniteui-react-core

Version:
42 lines (41 loc) 2.56 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 { WebComponentDateValueChangedEventArgsDescription } from "./WebComponentDateValueChangedEventArgsDescription"; /** * @hidden */ export let WebComponentDateValueChangedEventArgsDescriptionMetadata = /*@__PURE__*/ (() => { class WebComponentDateValueChangedEventArgsDescriptionMetadata extends Base { static b(a) { if (WebComponentDateValueChangedEventArgsDescriptionMetadata.a == null) { WebComponentDateValueChangedEventArgsDescriptionMetadata.a = new Dictionary$2(String_$type, String_$type, 0); WebComponentDateValueChangedEventArgsDescriptionMetadata.c(WebComponentDateValueChangedEventArgsDescriptionMetadata.a); } if (a.k(WebComponentDateValueChangedEventArgsDescriptionMetadata.a)) { return; } a.ac(WebComponentDateValueChangedEventArgsDescriptionMetadata.a); } static c(a) { a.item("__qualifiedNameTS", "String:ComponentDateValueChangedEventArgs"); a.item("__skipModuleRegisterWebComponents", "Boolean"); a.item("__importTypesWebComponents", "String:igniteui-webcomponents"); a.item("__marshalByValue", "Boolean"); a.item("Detail", "Date"); } static d(a) { WebComponentDateValueChangedEventArgsDescriptionMetadata.b(a); a.ae("WebComponentDateValueChangedEventArgs", () => new WebComponentDateValueChangedEventArgsDescription()); a.ad("WebComponentDateValueChangedEventArgs", WebComponentDateValueChangedEventArgsDescriptionMetadata.a); } } WebComponentDateValueChangedEventArgsDescriptionMetadata.$t = /*@__PURE__*/ markType(WebComponentDateValueChangedEventArgsDescriptionMetadata, 'WebComponentDateValueChangedEventArgsDescriptionMetadata'); WebComponentDateValueChangedEventArgsDescriptionMetadata.a = null; return WebComponentDateValueChangedEventArgsDescriptionMetadata; })();