UNPKG

igniteui-react-core

Version:
52 lines (51 loc) 3.13 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.k(WebGridKeydownEventArgsDetailDescriptionMetadata.a)) { return; } a.ac(WebGridKeydownEventArgsDetailDescriptionMetadata.a); } static c(a) { WebBaseEventArgsDetailDescriptionMetadata.c(a); a.item("__qualifiedNameTS", "String:GridKeydownEventArgsDetail"); a.item("__packageNameWC", "String:grids"); a.item("__skipModuleRegisterWebComponents", "Boolean"); a.item("__importOverrideWebComponents", "String:igniteui-webcomponents-grids/grids/combined"); a.item("__importTypesWebComponents", "String:igniteui-webcomponents-grids/grids"); a.item("__marshalByValue", "Boolean"); a.item("__skipSuffix", "Boolean"); a.item("TargetType", "ExportedType:string:GridKeydownTargetType"); a.item("TargetType@stringUnion", "WebComponents;React"); a.item("TargetType@names", "DataCell;SummaryCell;GroupRow;HierarchicalRow;HeaderCell;MasterDetailRow"); a.item("Target", "Unknown"); a.item("Event", "Unknown"); a.item("Cancel", "Boolean"); } static d(a) { WebGridKeydownEventArgsDetailDescriptionMetadata.b(a); a.ae("WebGridKeydownEventArgsDetail", () => new WebGridKeydownEventArgsDetailDescription()); a.ad("WebGridKeydownEventArgsDetail", WebGridKeydownEventArgsDetailDescriptionMetadata.a); } } WebGridKeydownEventArgsDetailDescriptionMetadata.$t = /*@__PURE__*/ markType(WebGridKeydownEventArgsDetailDescriptionMetadata, 'WebGridKeydownEventArgsDetailDescriptionMetadata'); WebGridKeydownEventArgsDetailDescriptionMetadata.a = null; return WebGridKeydownEventArgsDetailDescriptionMetadata; })();