UNPKG

igniteui-angular-core

Version:

Ignite UI Angular Core logic used in multiple UI components.

57 lines (56 loc) 3.48 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 { LegendMouseButtonEventArgsDescriptionMetadata } from "./LegendMouseButtonEventArgsDescriptionMetadata"; import { LegendMouseEventArgsDescriptionMetadata } from "./LegendMouseEventArgsDescriptionMetadata"; import { LegendTextContentChangedEventArgsDescriptionMetadata } from "./LegendTextContentChangedEventArgsDescriptionMetadata"; /** * @hidden */ export let LegendBaseDescriptionMetadata = /*@__PURE__*/ (() => { class LegendBaseDescriptionMetadata extends Base { static e(a) { a.item("Background", "(wf:BackColor/ColorTransform)Brush"); } static b(a) { if (LegendBaseDescriptionMetadata.a == null) { LegendBaseDescriptionMetadata.a = new Dictionary$2(String_$type, String_$type, 0); LegendBaseDescriptionMetadata.c(LegendBaseDescriptionMetadata.a); } if (a.k(LegendBaseDescriptionMetadata.a)) { return; } a.ad(LegendBaseDescriptionMetadata.a); LegendMouseButtonEventArgsDescriptionMetadata.d(a); LegendMouseEventArgsDescriptionMetadata.d(a); LegendTextContentChangedEventArgsDescriptionMetadata.d(a); } static c(a) { a.item("LegendItemMouseLeftButtonDownRef", "EventRef:LegendMouseButtonEventHandler:legendItemMouseLeftButtonDown"); a.item("LegendItemMouseLeftButtonDownRef@args", "LegendMouseButtonEventArgs"); a.item("LegendItemMouseLeftButtonUpRef", "EventRef:LegendMouseButtonEventHandler:legendItemMouseLeftButtonUp"); a.item("LegendItemMouseLeftButtonUpRef@args", "LegendMouseButtonEventArgs"); a.item("LegendItemMouseEnterRef", "EventRef:LegendMouseEventHandler:legendItemMouseEnter"); a.item("LegendItemMouseEnterRef@args", "LegendMouseEventArgs"); a.item("LegendItemMouseLeaveRef", "EventRef:LegendMouseEventHandler:legendItemMouseLeave"); a.item("LegendItemMouseLeaveRef@args", "LegendMouseEventArgs"); a.item("LegendItemMouseMoveRef", "EventRef:LegendMouseEventHandler:legendItemMouseMove"); a.item("LegendItemMouseMoveRef@args", "LegendMouseEventArgs"); a.item("LegendTextContentChangedRef", "EventRef:LegendTextContentChangedEventHandler:legendTextContentChanged"); a.item("LegendTextContentChangedRef@args", "LegendTextContentChangedEventArgs"); LegendBaseDescriptionMetadata.e(a); } static d(a) { LegendBaseDescriptionMetadata.b(a); a.ae("LegendBase", LegendBaseDescriptionMetadata.a); } } LegendBaseDescriptionMetadata.$t = markType(LegendBaseDescriptionMetadata, 'LegendBaseDescriptionMetadata'); LegendBaseDescriptionMetadata.a = null; return LegendBaseDescriptionMetadata; })();