UNPKG

igniteui-react-core

Version:
43 lines (42 loc) 2.18 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 { WebNavDrawerItemDescription } from "./WebNavDrawerItemDescription"; /** * @hidden */ export let WebNavDrawerItemDescriptionMetadata = /*@__PURE__*/ (() => { class WebNavDrawerItemDescriptionMetadata extends Base { static b(a) { if (WebNavDrawerItemDescriptionMetadata.a == null) { WebNavDrawerItemDescriptionMetadata.a = new Dictionary$2(String_$type, String_$type, 0); WebNavDrawerItemDescriptionMetadata.c(WebNavDrawerItemDescriptionMetadata.a); } if (a.k(WebNavDrawerItemDescriptionMetadata.a)) { return; } a.ac(WebNavDrawerItemDescriptionMetadata.a); } static c(a) { a.item("__qualifiedNameTS", "String:NavDrawerItem"); a.item("__tagNameWC", "String:igc-nav-drawer-item"); a.item("__skipModuleRegisterWebComponents", "Boolean"); a.item("__importTypesWebComponents", "String:igniteui-webcomponents"); a.item("Disabled", "Boolean"); a.item("Active", "Boolean"); } static d(a) { WebNavDrawerItemDescriptionMetadata.b(a); a.ae("WebNavDrawerItem", () => new WebNavDrawerItemDescription()); a.ad("WebNavDrawerItem", WebNavDrawerItemDescriptionMetadata.a); } } WebNavDrawerItemDescriptionMetadata.$t = /*@__PURE__*/ markType(WebNavDrawerItemDescriptionMetadata, 'WebNavDrawerItemDescriptionMetadata'); WebNavDrawerItemDescriptionMetadata.a = null; return WebNavDrawerItemDescriptionMetadata; })();