UNPKG

igniteui-angular-core

Version:

Ignite UI Angular Core logic used in multiple UI components.

47 lines (46 loc) 2.89 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 { UserAnnotationToolTipContentUpdatingEventArgsDescriptionMetadata } from "./UserAnnotationToolTipContentUpdatingEventArgsDescriptionMetadata"; import { AnnotationLayerDescriptionMetadata } from "./AnnotationLayerDescriptionMetadata"; import { UserAnnotationToolTipLayerDescription } from "./UserAnnotationToolTipLayerDescription"; /** * @hidden */ export let UserAnnotationToolTipLayerDescriptionMetadata = /*@__PURE__*/ (() => { class UserAnnotationToolTipLayerDescriptionMetadata extends Base { static b(a) { if (UserAnnotationToolTipLayerDescriptionMetadata.a == null) { UserAnnotationToolTipLayerDescriptionMetadata.a = new Dictionary$2(String_$type, String_$type, 0); UserAnnotationToolTipLayerDescriptionMetadata.c(UserAnnotationToolTipLayerDescriptionMetadata.a); } if (a.k(UserAnnotationToolTipLayerDescriptionMetadata.a)) { return; } a.ad(UserAnnotationToolTipLayerDescriptionMetadata.a); UserAnnotationToolTipContentUpdatingEventArgsDescriptionMetadata.d(a); } static c(a) { AnnotationLayerDescriptionMetadata.c(a); a.item("TargetSeriesName", "String"); a.item("TargetSeriesRef", "(w:TargetSeries,p:TargetSeries)DataRef::object"); a.item("SkipUnknownValues", "Boolean"); a.item("ContentUpdatingRef", "EventRef:UserAnnotationToolTipContentUpdatingEventHandler:contentUpdating"); a.item("ContentUpdatingRef@args", "UserAnnotationToolTipContentUpdatingEventArgs"); } static d(a) { AnnotationLayerDescriptionMetadata.d(a); UserAnnotationToolTipLayerDescriptionMetadata.b(a); a.af("UserAnnotationToolTipLayer", () => new UserAnnotationToolTipLayerDescription()); a.ae("UserAnnotationToolTipLayer", UserAnnotationToolTipLayerDescriptionMetadata.a); } } UserAnnotationToolTipLayerDescriptionMetadata.$t = markType(UserAnnotationToolTipLayerDescriptionMetadata, 'UserAnnotationToolTipLayerDescriptionMetadata'); UserAnnotationToolTipLayerDescriptionMetadata.a = null; return UserAnnotationToolTipLayerDescriptionMetadata; })();