UNPKG

igniteui-angular-core

Version:

Ignite UI Angular Core logic used in multiple UI components.

51 lines (50 loc) 3.22 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 { UserAnnotationToolTipContentUpdatingEventArgsDescriptionMetadata } from "./UserAnnotationToolTipContentUpdatingEventArgsDescriptionMetadata"; import { AnnotationLayerDescriptionMetadata } from "./AnnotationLayerDescriptionMetadata"; import { UserAnnotationToolTipLayerDescription } from "./UserAnnotationToolTipLayerDescription"; /** * @hidden */ var UserAnnotationToolTipLayerDescriptionMetadata = /** @class */ /*@__PURE__*/ (function (_super) { __extends(UserAnnotationToolTipLayerDescriptionMetadata, _super); function UserAnnotationToolTipLayerDescriptionMetadata() { return _super !== null && _super.apply(this, arguments) || this; } UserAnnotationToolTipLayerDescriptionMetadata.b = function (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); }; UserAnnotationToolTipLayerDescriptionMetadata.c = function (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"); }; UserAnnotationToolTipLayerDescriptionMetadata.d = function (a) { AnnotationLayerDescriptionMetadata.d(a); UserAnnotationToolTipLayerDescriptionMetadata.b(a); a.af("UserAnnotationToolTipLayer", function () { return new UserAnnotationToolTipLayerDescription(); }); a.ae("UserAnnotationToolTipLayer", UserAnnotationToolTipLayerDescriptionMetadata.a); }; UserAnnotationToolTipLayerDescriptionMetadata.$t = markType(UserAnnotationToolTipLayerDescriptionMetadata, 'UserAnnotationToolTipLayerDescriptionMetadata'); UserAnnotationToolTipLayerDescriptionMetadata.a = null; return UserAnnotationToolTipLayerDescriptionMetadata; }(Base)); export { UserAnnotationToolTipLayerDescriptionMetadata };