UNPKG

igniteui-react-core

Version:
47 lines (46 loc) 2.79 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 { ToolActionInfoDescriptionMetadata } from "./ToolActionInfoDescriptionMetadata"; import { ToolActionFieldSelectorInfoDescription } from "./ToolActionFieldSelectorInfoDescription"; /** * @hidden */ export let ToolActionFieldSelectorInfoDescriptionMetadata = /*@__PURE__*/ (() => { class ToolActionFieldSelectorInfoDescriptionMetadata extends Base { static b(a) { if (ToolActionFieldSelectorInfoDescriptionMetadata.a == null) { ToolActionFieldSelectorInfoDescriptionMetadata.a = new Dictionary$2(String_$type, String_$type, 0); ToolActionFieldSelectorInfoDescriptionMetadata.c(ToolActionFieldSelectorInfoDescriptionMetadata.a); } if (a.k(ToolActionFieldSelectorInfoDescriptionMetadata.a)) { return; } a.ac(ToolActionFieldSelectorInfoDescriptionMetadata.a); } static c(a) { ToolActionInfoDescriptionMetadata.c(a); a.item("DataSourceRef", "(w:DataSource,xam:DataSource,wf:DataSource)DataRef::object"); a.item("FieldType", "ExportedType:string:ToolActionFieldSelectorInfoType"); a.item("FieldType@names", "Label;Value"); a.item("UpdateDataSource", "Boolean"); a.item("SingleSelection", "Boolean"); a.item("AggregationsRef", "(w:Aggregations,wf:Aggregations)DataRef:object"); a.item("RulesRef", "(w:Rules,wf:Rules)DataRef:object"); a.item("SelectedAggregationsRef", "(w:SelectedAggregations,wf:SelectedAggregations)DataRef:object"); } static d(a) { ToolActionFieldSelectorInfoDescriptionMetadata.b(a); a.ae("ToolActionFieldSelectorInfo", () => new ToolActionFieldSelectorInfoDescription()); a.ad("ToolActionFieldSelectorInfo", ToolActionFieldSelectorInfoDescriptionMetadata.a); } } ToolActionFieldSelectorInfoDescriptionMetadata.$t = /*@__PURE__*/ markType(ToolActionFieldSelectorInfoDescriptionMetadata, 'ToolActionFieldSelectorInfoDescriptionMetadata'); ToolActionFieldSelectorInfoDescriptionMetadata.a = null; return ToolActionFieldSelectorInfoDescriptionMetadata; })();