UNPKG

igniteui-angular-core

Version:

Ignite UI Angular Core logic used in multiple UI components.

47 lines (46 loc) 2.57 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 { SeriesMatcherDescriptionMetadata } from "./SeriesMatcherDescriptionMetadata"; import { UserBaseAnnotationDescriptionMetadata } from "./UserBaseAnnotationDescriptionMetadata"; import { UserPointAnnotationDescription } from "./UserPointAnnotationDescription"; /** * @hidden */ export let UserPointAnnotationDescriptionMetadata = /*@__PURE__*/ (() => { class UserPointAnnotationDescriptionMetadata extends Base { static b(a) { if (UserPointAnnotationDescriptionMetadata.a == null) { UserPointAnnotationDescriptionMetadata.a = new Dictionary$2(String_$type, String_$type, 0); UserPointAnnotationDescriptionMetadata.c(UserPointAnnotationDescriptionMetadata.a); } if (a.k(UserPointAnnotationDescriptionMetadata.a)) { return; } a.ad(UserPointAnnotationDescriptionMetadata.a); SeriesMatcherDescriptionMetadata.d(a); } static c(a) { UserBaseAnnotationDescriptionMetadata.c(a); a.item("TargetSeriesRef", "(w:TargetSeries,p:TargetSeries)DataRef::object"); a.item("TargetSeriesRef@nameBinding", "true"); a.item("TargetSeriesMatcher", "ExportedType:SeriesMatcher"); a.item("XValue", "Number:double"); a.item("YValue", "Number:double"); } static d(a) { UserBaseAnnotationDescriptionMetadata.d(a); UserPointAnnotationDescriptionMetadata.b(a); a.af("UserPointAnnotation", () => new UserPointAnnotationDescription()); a.ae("UserPointAnnotation", UserPointAnnotationDescriptionMetadata.a); } } UserPointAnnotationDescriptionMetadata.$t = markType(UserPointAnnotationDescriptionMetadata, 'UserPointAnnotationDescriptionMetadata'); UserPointAnnotationDescriptionMetadata.a = null; return UserPointAnnotationDescriptionMetadata; })();