UNPKG

igniteui-react-core

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