UNPKG

igniteui-react-core

Version:
52 lines (51 loc) 3.08 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 { __extends } from "tslib"; import { Base, String_$type, markType } from "./type"; import { Dictionary$2 } from "./Dictionary$2"; import { WebGridStateOptionsDescriptionMetadata } from "./WebGridStateOptionsDescriptionMetadata"; import { WebGridStateBaseDirectiveDescription } from "./WebGridStateBaseDirectiveDescription"; /** * @hidden */ var WebGridStateBaseDirectiveDescriptionMetadata = /** @class */ /*@__PURE__*/ (function (_super) { __extends(WebGridStateBaseDirectiveDescriptionMetadata, _super); function WebGridStateBaseDirectiveDescriptionMetadata() { return _super !== null && _super.apply(this, arguments) || this; } WebGridStateBaseDirectiveDescriptionMetadata.b = function (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); }; WebGridStateBaseDirectiveDescriptionMetadata.c = function (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"); }; WebGridStateBaseDirectiveDescriptionMetadata.d = function (a) { WebGridStateBaseDirectiveDescriptionMetadata.b(a); a.ae("WebGridStateBaseDirective", function () { return new WebGridStateBaseDirectiveDescription(); }); a.ad("WebGridStateBaseDirective", WebGridStateBaseDirectiveDescriptionMetadata.a); }; WebGridStateBaseDirectiveDescriptionMetadata.$t = markType(WebGridStateBaseDirectiveDescriptionMetadata, 'WebGridStateBaseDirectiveDescriptionMetadata'); WebGridStateBaseDirectiveDescriptionMetadata.a = null; return WebGridStateBaseDirectiveDescriptionMetadata; }(Base)); export { WebGridStateBaseDirectiveDescriptionMetadata };