UNPKG

igniteui-react-core

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