UNPKG

igniteui-react-core

Version:
42 lines (41 loc) 2.35 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 { Base, String_$type, markType } from "./type"; import { Dictionary$2 } from "./Dictionary$2"; import { TemplateSectionHeaderCellUpdatingEventArgsDescriptionMetadata } from "./TemplateSectionHeaderCellUpdatingEventArgsDescriptionMetadata"; import { SectionHeaderDescriptionMetadata } from "./SectionHeaderDescriptionMetadata"; import { TemplateSectionHeaderDescription } from "./TemplateSectionHeaderDescription"; /** * @hidden */ export let TemplateSectionHeaderDescriptionMetadata = /*@__PURE__*/ (() => { class TemplateSectionHeaderDescriptionMetadata extends Base { static b(a) { if (TemplateSectionHeaderDescriptionMetadata.a == null) { TemplateSectionHeaderDescriptionMetadata.a = new Dictionary$2(String_$type, String_$type, 0); TemplateSectionHeaderDescriptionMetadata.c(TemplateSectionHeaderDescriptionMetadata.a); } if (a.k(TemplateSectionHeaderDescriptionMetadata.a)) { return; } a.ac(TemplateSectionHeaderDescriptionMetadata.a); TemplateSectionHeaderCellUpdatingEventArgsDescriptionMetadata.d(a); } static c(a) { SectionHeaderDescriptionMetadata.c(a); a.item("CellUpdatingRef", "EventRef::cellUpdating"); } static d(a) { TemplateSectionHeaderDescriptionMetadata.b(a); a.ae("TemplateSectionHeader", () => new TemplateSectionHeaderDescription()); a.ad("TemplateSectionHeader", TemplateSectionHeaderDescriptionMetadata.a); } } TemplateSectionHeaderDescriptionMetadata.$t = /*@__PURE__*/ markType(TemplateSectionHeaderDescriptionMetadata, 'TemplateSectionHeaderDescriptionMetadata'); TemplateSectionHeaderDescriptionMetadata.a = null; return TemplateSectionHeaderDescriptionMetadata; })();