UNPKG

igniteui-react-core

Version:
42 lines (41 loc) 2.46 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 { ToolActionFieldSelectorAggregationDescription } from "./ToolActionFieldSelectorAggregationDescription"; /** * @hidden */ export let ToolActionFieldSelectorAggregationDescriptionMetadata = /*@__PURE__*/ (() => { class ToolActionFieldSelectorAggregationDescriptionMetadata extends Base { static b(a) { if (ToolActionFieldSelectorAggregationDescriptionMetadata.a == null) { ToolActionFieldSelectorAggregationDescriptionMetadata.a = new Dictionary$2(String_$type, String_$type, 0); ToolActionFieldSelectorAggregationDescriptionMetadata.c(ToolActionFieldSelectorAggregationDescriptionMetadata.a); } if (a.k(ToolActionFieldSelectorAggregationDescriptionMetadata.a)) { return; } a.ac(ToolActionFieldSelectorAggregationDescriptionMetadata.a); } static c(a) { a.item("__marshalByValue", "Boolean"); a.item("Label", "String"); a.item("Name", "String"); a.item("Operand", "ExportedType:string:DataSourceSummaryOperand"); a.item("Operand@names", "Min;Max;Sum;Average;Count;Custom"); } static d(a) { ToolActionFieldSelectorAggregationDescriptionMetadata.b(a); a.ae("ToolActionFieldSelectorAggregation", () => new ToolActionFieldSelectorAggregationDescription()); a.ad("ToolActionFieldSelectorAggregation", ToolActionFieldSelectorAggregationDescriptionMetadata.a); } } ToolActionFieldSelectorAggregationDescriptionMetadata.$t = /*@__PURE__*/ markType(ToolActionFieldSelectorAggregationDescriptionMetadata, 'ToolActionFieldSelectorAggregationDescriptionMetadata'); ToolActionFieldSelectorAggregationDescriptionMetadata.a = null; return ToolActionFieldSelectorAggregationDescriptionMetadata; })();