UNPKG

igniteui-angular-core

Version:

Ignite UI Angular Core logic used in multiple UI components.

45 lines (44 loc) 2.31 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 { AxisMouseEventArgsDescription } from "./AxisMouseEventArgsDescription"; /** * @hidden */ export let AxisMouseEventArgsDescriptionMetadata = /*@__PURE__*/ (() => { class AxisMouseEventArgsDescriptionMetadata extends Base { static b(a) { if (AxisMouseEventArgsDescriptionMetadata.a == null) { AxisMouseEventArgsDescriptionMetadata.a = new Dictionary$2(String_$type, String_$type, 0); AxisMouseEventArgsDescriptionMetadata.c(AxisMouseEventArgsDescriptionMetadata.a); } if (a.k(AxisMouseEventArgsDescriptionMetadata.a)) { return; } a.ad(AxisMouseEventArgsDescriptionMetadata.a); } static c(a) { a.item("AxisRef", "(w:Axis,p:Axis)DataRef::object"); a.item("AxisValue", "Number:double"); a.item("AxisDateValue", "Date"); a.item("ChartPosition", "Point"); a.item("PlotAreaPosition", "Point"); a.item("WorldPosition", "Point"); a.item("Label", "String"); a.item("LabelContextRef", "(w:LabelContext,p:LabelContext)DataRef"); } static d(a) { AxisMouseEventArgsDescriptionMetadata.b(a); a.af("AxisMouseEventArgs", () => new AxisMouseEventArgsDescription()); a.ae("AxisMouseEventArgs", AxisMouseEventArgsDescriptionMetadata.a); } } AxisMouseEventArgsDescriptionMetadata.$t = markType(AxisMouseEventArgsDescriptionMetadata, 'AxisMouseEventArgsDescriptionMetadata'); AxisMouseEventArgsDescriptionMetadata.a = null; return AxisMouseEventArgsDescriptionMetadata; })();