UNPKG

igniteui-react-core

Version:
44 lines (43 loc) 2.54 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 { WebTreeSelectionEventArgsDetailDescriptionMetadata } from "./WebTreeSelectionEventArgsDetailDescriptionMetadata"; import { WebTreeSelectionEventArgsDescription } from "./WebTreeSelectionEventArgsDescription"; /** * @hidden */ export let WebTreeSelectionEventArgsDescriptionMetadata = /*@__PURE__*/ (() => { class WebTreeSelectionEventArgsDescriptionMetadata extends Base { static b(a) { if (WebTreeSelectionEventArgsDescriptionMetadata.a == null) { WebTreeSelectionEventArgsDescriptionMetadata.a = new Dictionary$2(String_$type, String_$type, 0); WebTreeSelectionEventArgsDescriptionMetadata.c(WebTreeSelectionEventArgsDescriptionMetadata.a); } if (a.k(WebTreeSelectionEventArgsDescriptionMetadata.a)) { return; } a.ac(WebTreeSelectionEventArgsDescriptionMetadata.a); WebTreeSelectionEventArgsDetailDescriptionMetadata.d(a); } static c(a) { a.item("__qualifiedNameTS", "String:TreeSelectionEventArgs"); a.item("__skipModuleRegisterWebComponents", "Boolean"); a.item("__importTypesWebComponents", "String:igniteui-webcomponents"); a.item("__marshalByValue", "Boolean"); a.item("Detail", "ExportedType:WebTreeSelectionEventArgsDetail"); } static d(a) { WebTreeSelectionEventArgsDescriptionMetadata.b(a); a.ae("WebTreeSelectionEventArgs", () => new WebTreeSelectionEventArgsDescription()); a.ad("WebTreeSelectionEventArgs", WebTreeSelectionEventArgsDescriptionMetadata.a); } } WebTreeSelectionEventArgsDescriptionMetadata.$t = /*@__PURE__*/ markType(WebTreeSelectionEventArgsDescriptionMetadata, 'WebTreeSelectionEventArgsDescriptionMetadata'); WebTreeSelectionEventArgsDescriptionMetadata.a = null; return WebTreeSelectionEventArgsDescriptionMetadata; })();