UNPKG

igniteui-angular-core

Version:

Ignite UI Angular Core logic used in multiple UI components.

51 lines (50 loc) 2.87 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 { __extends } from "tslib"; 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 */ var UserPointAnnotationDescriptionMetadata = /** @class */ /*@__PURE__*/ (function (_super) { __extends(UserPointAnnotationDescriptionMetadata, _super); function UserPointAnnotationDescriptionMetadata() { return _super !== null && _super.apply(this, arguments) || this; } UserPointAnnotationDescriptionMetadata.b = function (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); }; UserPointAnnotationDescriptionMetadata.c = function (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"); }; UserPointAnnotationDescriptionMetadata.d = function (a) { UserBaseAnnotationDescriptionMetadata.d(a); UserPointAnnotationDescriptionMetadata.b(a); a.af("UserPointAnnotation", function () { return new UserPointAnnotationDescription(); }); a.ae("UserPointAnnotation", UserPointAnnotationDescriptionMetadata.a); }; UserPointAnnotationDescriptionMetadata.$t = markType(UserPointAnnotationDescriptionMetadata, 'UserPointAnnotationDescriptionMetadata'); UserPointAnnotationDescriptionMetadata.a = null; return UserPointAnnotationDescriptionMetadata; }(Base)); export { UserPointAnnotationDescriptionMetadata };