UNPKG

igniteui-react-core

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