UNPKG

igniteui-react-core

Version:
48 lines (47 loc) 2.78 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 { WebGridStateOptionsDescriptionMetadata } from "./WebGridStateOptionsDescriptionMetadata"; import { WebGridStateBaseDirectiveDescription } from "./WebGridStateBaseDirectiveDescription"; /** * @hidden */ export let WebGridStateBaseDirectiveDescriptionMetadata = /*@__PURE__*/ (() => { class WebGridStateBaseDirectiveDescriptionMetadata extends Base { static b(a) { if (WebGridStateBaseDirectiveDescriptionMetadata.a == null) { WebGridStateBaseDirectiveDescriptionMetadata.a = new Dictionary$2(String_$type, String_$type, 0); WebGridStateBaseDirectiveDescriptionMetadata.c(WebGridStateBaseDirectiveDescriptionMetadata.a); } if (a.k(WebGridStateBaseDirectiveDescriptionMetadata.a)) { return; } a.ac(WebGridStateBaseDirectiveDescriptionMetadata.a); WebGridStateOptionsDescriptionMetadata.d(a); } static c(a) { a.item("__qualifiedNameTS", "String:GridStateBaseDirective"); a.item("__tagNameWC", "String:igc-grid-state-base-directive"); a.item("__packageNameWC", "String:grids"); a.item("__skipModuleRegisterWebComponents", "Boolean"); a.item("__importOverrideWebComponents", "String:igniteui-webcomponents-grids/grids/combined"); a.item("__importTypesWebComponents", "String:igniteui-webcomponents-grids/grids"); a.item("__skipSuffix", "Boolean"); a.item("Options", "ExportedType:WebGridStateOptions"); a.item("Name", "String"); } static d(a) { WebGridStateBaseDirectiveDescriptionMetadata.b(a); a.ae("WebGridStateBaseDirective", () => new WebGridStateBaseDirectiveDescription()); a.ad("WebGridStateBaseDirective", WebGridStateBaseDirectiveDescriptionMetadata.a); } } WebGridStateBaseDirectiveDescriptionMetadata.$t = /*@__PURE__*/ markType(WebGridStateBaseDirectiveDescriptionMetadata, 'WebGridStateBaseDirectiveDescriptionMetadata'); WebGridStateBaseDirectiveDescriptionMetadata.a = null; return WebGridStateBaseDirectiveDescriptionMetadata; })();