UNPKG

igniteui-react-core

Version:
48 lines (47 loc) 2.89 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 { WebCheckboxChangeEventArgsDetailDescriptionMetadata } from "./WebCheckboxChangeEventArgsDetailDescriptionMetadata"; import { WebCheckboxChangeEventArgsDescription } from "./WebCheckboxChangeEventArgsDescription"; /** * @hidden */ var WebCheckboxChangeEventArgsDescriptionMetadata = /** @class */ /*@__PURE__*/ (function (_super) { __extends(WebCheckboxChangeEventArgsDescriptionMetadata, _super); function WebCheckboxChangeEventArgsDescriptionMetadata() { return _super !== null && _super.apply(this, arguments) || this; } WebCheckboxChangeEventArgsDescriptionMetadata.b = function (a) { if (WebCheckboxChangeEventArgsDescriptionMetadata.a == null) { WebCheckboxChangeEventArgsDescriptionMetadata.a = new Dictionary$2(String_$type, String_$type, 0); WebCheckboxChangeEventArgsDescriptionMetadata.c(WebCheckboxChangeEventArgsDescriptionMetadata.a); } if (a.k(WebCheckboxChangeEventArgsDescriptionMetadata.a)) { return; } a.ac(WebCheckboxChangeEventArgsDescriptionMetadata.a); WebCheckboxChangeEventArgsDetailDescriptionMetadata.d(a); }; WebCheckboxChangeEventArgsDescriptionMetadata.c = function (a) { a.item("__qualifiedNameTS", "String:CheckboxChangeEventArgs"); a.item("__skipModuleRegisterWebComponents", "Boolean"); a.item("__importTypesWebComponents", "String:igniteui-webcomponents"); a.item("__marshalByValue", "Boolean"); a.item("Detail", "ExportedType:WebCheckboxChangeEventArgsDetail"); }; WebCheckboxChangeEventArgsDescriptionMetadata.d = function (a) { WebCheckboxChangeEventArgsDescriptionMetadata.b(a); a.ae("WebCheckboxChangeEventArgs", function () { return new WebCheckboxChangeEventArgsDescription(); }); a.ad("WebCheckboxChangeEventArgs", WebCheckboxChangeEventArgsDescriptionMetadata.a); }; WebCheckboxChangeEventArgsDescriptionMetadata.$t = markType(WebCheckboxChangeEventArgsDescriptionMetadata, 'WebCheckboxChangeEventArgsDescriptionMetadata'); WebCheckboxChangeEventArgsDescriptionMetadata.a = null; return WebCheckboxChangeEventArgsDescriptionMetadata; }(Base)); export { WebCheckboxChangeEventArgsDescriptionMetadata };