UNPKG

igniteui-react-core

Version:
46 lines (45 loc) 2.44 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 { TemplateHeaderCellUpdatingEventArgsDescriptionMetadata } from "./TemplateHeaderCellUpdatingEventArgsDescriptionMetadata"; import { HeaderDescriptionMetadata } from "./HeaderDescriptionMetadata"; import { TemplateHeaderDescription } from "./TemplateHeaderDescription"; /** * @hidden */ var TemplateHeaderDescriptionMetadata = /** @class */ /*@__PURE__*/ (function (_super) { __extends(TemplateHeaderDescriptionMetadata, _super); function TemplateHeaderDescriptionMetadata() { return _super !== null && _super.apply(this, arguments) || this; } TemplateHeaderDescriptionMetadata.b = function (a) { if (TemplateHeaderDescriptionMetadata.a == null) { TemplateHeaderDescriptionMetadata.a = new Dictionary$2(String_$type, String_$type, 0); TemplateHeaderDescriptionMetadata.c(TemplateHeaderDescriptionMetadata.a); } if (a.k(TemplateHeaderDescriptionMetadata.a)) { return; } a.ac(TemplateHeaderDescriptionMetadata.a); TemplateHeaderCellUpdatingEventArgsDescriptionMetadata.d(a); }; TemplateHeaderDescriptionMetadata.c = function (a) { HeaderDescriptionMetadata.c(a); a.item("CellUpdatingRef", "EventRef::cellUpdating"); }; TemplateHeaderDescriptionMetadata.d = function (a) { TemplateHeaderDescriptionMetadata.b(a); a.ae("TemplateHeader", function () { return new TemplateHeaderDescription(); }); a.ad("TemplateHeader", TemplateHeaderDescriptionMetadata.a); }; TemplateHeaderDescriptionMetadata.$t = markType(TemplateHeaderDescriptionMetadata, 'TemplateHeaderDescriptionMetadata'); TemplateHeaderDescriptionMetadata.a = null; return TemplateHeaderDescriptionMetadata; }(Base)); export { TemplateHeaderDescriptionMetadata };