UNPKG

igniteui-angular-core

Version:

Ignite UI Angular Core logic used in multiple UI components.

46 lines (45 loc) 2.73 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 { WebBaseEventArgsDetailDescriptionMetadata } from "./WebBaseEventArgsDetailDescriptionMetadata"; import { WebGridKeydownEventArgsDetailDescription } from "./WebGridKeydownEventArgsDetailDescription"; /** * @hidden */ export let WebGridKeydownEventArgsDetailDescriptionMetadata = /*@__PURE__*/ (() => { class WebGridKeydownEventArgsDetailDescriptionMetadata extends Base { static b(a) { if (WebGridKeydownEventArgsDetailDescriptionMetadata.a == null) { WebGridKeydownEventArgsDetailDescriptionMetadata.a = new Dictionary$2(String_$type, String_$type, 0); WebGridKeydownEventArgsDetailDescriptionMetadata.c(WebGridKeydownEventArgsDetailDescriptionMetadata.a); } if (a.j(WebGridKeydownEventArgsDetailDescriptionMetadata.a)) { return; } a.y(WebGridKeydownEventArgsDetailDescriptionMetadata.a); } static c(a) { WebBaseEventArgsDetailDescriptionMetadata.c(a); a.item("__qualifiedNameTS", "String:GridKeydownEventArgsDetail"); a.item("__packageNameWC", "String:grids"); a.item("__isPlainObject", "Boolean"); a.item("TargetType", "ExportedType:string:GridKeydownTargetType"); a.item("TargetType@names", "DataCell;SummaryCell;GroupRow;HierarchicalRow;HeaderCell;MasterDetailRow"); a.item("Target", "Unknown"); a.item("Cancel", "Boolean"); } static d(a) { WebGridKeydownEventArgsDetailDescriptionMetadata.b(a); a.aa("WebGridKeydownEventArgsDetail", () => new WebGridKeydownEventArgsDetailDescription()); a.z("WebGridKeydownEventArgsDetail", WebGridKeydownEventArgsDetailDescriptionMetadata.a); } } WebGridKeydownEventArgsDetailDescriptionMetadata.$t = markType(WebGridKeydownEventArgsDetailDescriptionMetadata, 'WebGridKeydownEventArgsDetailDescriptionMetadata'); WebGridKeydownEventArgsDetailDescriptionMetadata.a = null; return WebGridKeydownEventArgsDetailDescriptionMetadata; })();