igniteui-react-core
Version:
Ignite UI React Core.
40 lines (39 loc) • 2 kB
JavaScript
/*
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 { CellInfoDescriptionMetadata } from "./CellInfoDescriptionMetadata";
import { TemplateCellInfoDescription } from "./TemplateCellInfoDescription";
/**
* @hidden
*/
export let TemplateCellInfoDescriptionMetadata = /*@__PURE__*/ (() => {
class TemplateCellInfoDescriptionMetadata extends Base {
static b(a) {
if (TemplateCellInfoDescriptionMetadata.a == null) {
TemplateCellInfoDescriptionMetadata.a = new Dictionary$2(String_$type, String_$type, 0);
TemplateCellInfoDescriptionMetadata.c(TemplateCellInfoDescriptionMetadata.a);
}
if (a.k(TemplateCellInfoDescriptionMetadata.a)) {
return;
}
a.ac(TemplateCellInfoDescriptionMetadata.a);
}
static c(a) {
CellInfoDescriptionMetadata.c(a);
a.item("ValueRef", "(w:Value,wf:Value)DataRef");
}
static d(a) {
TemplateCellInfoDescriptionMetadata.b(a);
a.ae("TemplateCellInfo", () => new TemplateCellInfoDescription());
a.ad("TemplateCellInfo", TemplateCellInfoDescriptionMetadata.a);
}
}
TemplateCellInfoDescriptionMetadata.$t = /*@__PURE__*/ markType(TemplateCellInfoDescriptionMetadata, 'TemplateCellInfoDescriptionMetadata');
TemplateCellInfoDescriptionMetadata.a = null;
return TemplateCellInfoDescriptionMetadata;
})();