UNPKG

igniteui-angular-core

Version:

Ignite UI Angular Core logic used in multiple UI components.

48 lines (47 loc) 2.42 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 { WebCheckboxBaseDescriptionMetadata } from "./WebCheckboxBaseDescriptionMetadata"; import { WebSwitchDescription } from "./WebSwitchDescription"; /** * @hidden */ var WebSwitchDescriptionMetadata = /** @class */ /*@__PURE__*/ (function (_super) { __extends(WebSwitchDescriptionMetadata, _super); function WebSwitchDescriptionMetadata() { return _super !== null && _super.apply(this, arguments) || this; } WebSwitchDescriptionMetadata.b = function (a) { if (WebSwitchDescriptionMetadata.a == null) { WebSwitchDescriptionMetadata.a = new Dictionary$2(String_$type, String_$type, 0); WebSwitchDescriptionMetadata.c(WebSwitchDescriptionMetadata.a); } if (a.k(WebSwitchDescriptionMetadata.a)) { return; } a.ad(WebSwitchDescriptionMetadata.a); }; WebSwitchDescriptionMetadata.c = function (a) { WebCheckboxBaseDescriptionMetadata.c(a); a.item("__qualifiedNameTS", "String:Switch"); a.item("__tagNameWC", "String:igc-switch"); a.item("__skipModuleRegisterWebComponents", "Boolean"); a.item("__importTypesWebComponents", "String:igniteui-webcomponents"); }; WebSwitchDescriptionMetadata.d = function (a) { WebCheckboxBaseDescriptionMetadata.d(a); WebSwitchDescriptionMetadata.b(a); a.af("WebSwitch", function () { return new WebSwitchDescription(); }); a.ae("WebSwitch", WebSwitchDescriptionMetadata.a); }; WebSwitchDescriptionMetadata.$t = markType(WebSwitchDescriptionMetadata, 'WebSwitchDescriptionMetadata'); WebSwitchDescriptionMetadata.a = null; return WebSwitchDescriptionMetadata; }(Base)); export { WebSwitchDescriptionMetadata };