UNPKG

igniteui-react-core

Version:
40 lines (39 loc) 2.63 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 { ListPanelSelectedKeysChangedEventArgsDescription } from "./ListPanelSelectedKeysChangedEventArgsDescription"; /** * @hidden */ export let ListPanelSelectedKeysChangedEventArgsDescriptionMetadata = /*@__PURE__*/ (() => { class ListPanelSelectedKeysChangedEventArgsDescriptionMetadata extends Base { static b(a) { if (ListPanelSelectedKeysChangedEventArgsDescriptionMetadata.a == null) { ListPanelSelectedKeysChangedEventArgsDescriptionMetadata.a = new Dictionary$2(String_$type, String_$type, 0); ListPanelSelectedKeysChangedEventArgsDescriptionMetadata.c(ListPanelSelectedKeysChangedEventArgsDescriptionMetadata.a); } if (a.k(ListPanelSelectedKeysChangedEventArgsDescriptionMetadata.a)) { return; } a.ac(ListPanelSelectedKeysChangedEventArgsDescriptionMetadata.a); } static c(a) { a.item("CurrentKeys", "Collection:ListPanelPrimaryKeyValue:ListPanelSelectedKeysCollection:ListPanelPrimaryKeyValue"); a.item("AddedKeys", "Collection:ListPanelPrimaryKeyValue:ListPanelSelectedKeysCollection:ListPanelPrimaryKeyValue"); a.item("RemovedKeys", "Collection:ListPanelPrimaryKeyValue:ListPanelSelectedKeysCollection:ListPanelPrimaryKeyValue"); } static d(a) { ListPanelSelectedKeysChangedEventArgsDescriptionMetadata.b(a); a.ae("ListPanelSelectedKeysChangedEventArgs", () => new ListPanelSelectedKeysChangedEventArgsDescription()); a.ad("ListPanelSelectedKeysChangedEventArgs", ListPanelSelectedKeysChangedEventArgsDescriptionMetadata.a); } } ListPanelSelectedKeysChangedEventArgsDescriptionMetadata.$t = /*@__PURE__*/ markType(ListPanelSelectedKeysChangedEventArgsDescriptionMetadata, 'ListPanelSelectedKeysChangedEventArgsDescriptionMetadata'); ListPanelSelectedKeysChangedEventArgsDescriptionMetadata.a = null; return ListPanelSelectedKeysChangedEventArgsDescriptionMetadata; })();