igniteui-react-core
Version:
Ignite UI React Core.
56 lines (55 loc) • 3.08 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 { WebSortingExpressionDescriptionMetadata } from "./WebSortingExpressionDescriptionMetadata";
import { WebColumnDescriptionMetadata } from "./WebColumnDescriptionMetadata";
import { WebGroupByRecordDescription } from "./WebGroupByRecordDescription";
/**
* @hidden
*/
export let WebGroupByRecordDescriptionMetadata = /*@__PURE__*/ (() => {
class WebGroupByRecordDescriptionMetadata extends Base {
static b(a) {
if (WebGroupByRecordDescriptionMetadata.a == null) {
WebGroupByRecordDescriptionMetadata.a = new Dictionary$2(String_$type, String_$type, 0);
WebGroupByRecordDescriptionMetadata.c(WebGroupByRecordDescriptionMetadata.a);
}
if (a.k(WebGroupByRecordDescriptionMetadata.a)) {
return;
}
a.ac(WebGroupByRecordDescriptionMetadata.a);
WebSortingExpressionDescriptionMetadata.d(a);
WebGroupByRecordDescriptionMetadata.d(a);
WebColumnDescriptionMetadata.d(a);
}
static c(a) {
a.item("__qualifiedNameTS", "String:GroupByRecord");
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("__skipSuffix", "Boolean");
a.item("Expression", "ExportedType:WebSortingExpression");
a.item("Level", "Number:double");
a.item("RecordsRef", "(w:Records,wf:Records)DataRef:object");
a.item("Value", "Unknown");
a.item("GroupParent", "ExportedType:WebGroupByRecord");
a.item("Groups", "Array:WebGroupByRecordDescription:GroupByRecord");
a.item("Height", "Number:double");
a.item("Column", "ExportedType:WebColumn");
}
static d(a) {
WebGroupByRecordDescriptionMetadata.b(a);
a.ae("WebGroupByRecord", () => new WebGroupByRecordDescription());
a.ad("WebGroupByRecord", WebGroupByRecordDescriptionMetadata.a);
}
}
WebGroupByRecordDescriptionMetadata.$t = /*@__PURE__*/ markType(WebGroupByRecordDescriptionMetadata, 'WebGroupByRecordDescriptionMetadata');
WebGroupByRecordDescriptionMetadata.a = null;
return WebGroupByRecordDescriptionMetadata;
})();