UNPKG

igniteui-react-core

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