UNPKG

igniteui-react-core

Version:
43 lines (42 loc) 2.23 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 { ToolActionDescriptionMetadata } from "./ToolActionDescriptionMetadata"; import { ToolActionComboDescription } from "./ToolActionComboDescription"; /** * @hidden */ export let ToolActionComboDescriptionMetadata = /*@__PURE__*/ (() => { class ToolActionComboDescriptionMetadata extends Base { static b(a) { if (ToolActionComboDescriptionMetadata.a == null) { ToolActionComboDescriptionMetadata.a = new Dictionary$2(String_$type, String_$type, 0); ToolActionComboDescriptionMetadata.c(ToolActionComboDescriptionMetadata.a); } if (a.k(ToolActionComboDescriptionMetadata.a)) { return; } a.ac(ToolActionComboDescriptionMetadata.a); } static c(a) { ToolActionDescriptionMetadata.c(a); a.item("DataSourceRef", "(w:ItemsSource,xam:ItemsSource,wf:ItemsSource)DataRef::object"); a.item("DisplayMemberPath", "String"); a.item("ValueMemberPath", "String"); a.item("SelectedValues", "Collection:object:LayoutSelectedItemsCollection:Object"); } static d(a) { ToolActionComboDescriptionMetadata.b(a); a.ae("ToolActionCombo", () => new ToolActionComboDescription()); a.ad("ToolActionCombo", ToolActionComboDescriptionMetadata.a); } } ToolActionComboDescriptionMetadata.$t = /*@__PURE__*/ markType(ToolActionComboDescriptionMetadata, 'ToolActionComboDescriptionMetadata'); ToolActionComboDescriptionMetadata.a = null; return ToolActionComboDescriptionMetadata; })();