UNPKG

igniteui-react-core

Version:
43 lines (42 loc) 2.19 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 { FocusEventArgsDescription } from "./FocusEventArgsDescription"; /** * @hidden */ var FocusEventArgsDescriptionMetadata = /** @class */ /*@__PURE__*/ (function (_super) { __extends(FocusEventArgsDescriptionMetadata, _super); function FocusEventArgsDescriptionMetadata() { return _super !== null && _super.apply(this, arguments) || this; } FocusEventArgsDescriptionMetadata.b = function (a) { if (FocusEventArgsDescriptionMetadata.a == null) { FocusEventArgsDescriptionMetadata.a = new Dictionary$2(String_$type, String_$type, 0); FocusEventArgsDescriptionMetadata.c(FocusEventArgsDescriptionMetadata.a); } if (a.k(FocusEventArgsDescriptionMetadata.a)) { return; } a.ac(FocusEventArgsDescriptionMetadata.a); }; FocusEventArgsDescriptionMetadata.c = function (a) { a.item("TargetRef", "(w:Target,wf:Target)DataRef"); a.item("FromTargetRef", "(w:FromTarget,wf:FromTarget)DataRef"); }; FocusEventArgsDescriptionMetadata.d = function (a) { FocusEventArgsDescriptionMetadata.b(a); a.ae("FocusEventArgs", function () { return new FocusEventArgsDescription(); }); a.ad("FocusEventArgs", FocusEventArgsDescriptionMetadata.a); }; FocusEventArgsDescriptionMetadata.$t = markType(FocusEventArgsDescriptionMetadata, 'FocusEventArgsDescriptionMetadata'); FocusEventArgsDescriptionMetadata.a = null; return FocusEventArgsDescriptionMetadata; }(Base)); export { FocusEventArgsDescriptionMetadata };