igniteui-react-core
Version:
Ignite UI React Core.
53 lines (52 loc) • 2.82 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 { WebTreeGridRecordDescription } from "./WebTreeGridRecordDescription";
/**
* @hidden
*/
export let WebTreeGridRecordDescriptionMetadata = /*@__PURE__*/ (() => {
class WebTreeGridRecordDescriptionMetadata extends Base {
static b(a) {
if (WebTreeGridRecordDescriptionMetadata.a == null) {
WebTreeGridRecordDescriptionMetadata.a = new Dictionary$2(String_$type, String_$type, 0);
WebTreeGridRecordDescriptionMetadata.c(WebTreeGridRecordDescriptionMetadata.a);
}
if (a.k(WebTreeGridRecordDescriptionMetadata.a)) {
return;
}
a.ac(WebTreeGridRecordDescriptionMetadata.a);
WebTreeGridRecordDescriptionMetadata.d(a);
}
static c(a) {
a.item("__qualifiedNameTS", "String:TreeGridRecord");
a.item("__packageNameWC", "String:grids");
a.item("__skipModuleRegisterWebComponents", "Boolean");
a.item("__importOverrideWebComponents", "String:igniteui-webcomponents-grids/grids/combined");
a.item("__importTypesWebComponents", "String:igniteui-webcomponents-grids/grids");
a.item("__isPlainObject", "Boolean");
a.item("__marshalByValue", "Boolean");
a.item("__skipSuffix", "Boolean");
a.item("Key", "Unknown");
a.item("Data", "Unknown");
a.item("Children", "Array:WebTreeGridRecordDescription:TreeGridRecord");
a.item("RecordParent", "(wc:Parent)ExportedType:WebTreeGridRecord");
a.item("Level", "Number:double");
a.item("IsFilteredOutParent", "Boolean");
a.item("Expanded", "Boolean");
}
static d(a) {
WebTreeGridRecordDescriptionMetadata.b(a);
a.ae("WebTreeGridRecord", () => new WebTreeGridRecordDescription());
a.ad("WebTreeGridRecord", WebTreeGridRecordDescriptionMetadata.a);
}
}
WebTreeGridRecordDescriptionMetadata.$t = /*@__PURE__*/ markType(WebTreeGridRecordDescriptionMetadata, 'WebTreeGridRecordDescriptionMetadata');
WebTreeGridRecordDescriptionMetadata.a = null;
return WebTreeGridRecordDescriptionMetadata;
})();