UNPKG

igniteui-angular-core

Version:

Ignite UI Angular Core logic used in multiple UI components.

58 lines (57 loc) 3.3 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 { UserShapeAnnotationDescriptionMetadata } from "./UserShapeAnnotationDescriptionMetadata"; import { UserStripAnnotationDescription } from "./UserStripAnnotationDescription"; /** * @hidden */ var UserStripAnnotationDescriptionMetadata = /** @class */ /*@__PURE__*/ (function (_super) { __extends(UserStripAnnotationDescriptionMetadata, _super); function UserStripAnnotationDescriptionMetadata() { return _super !== null && _super.apply(this, arguments) || this; } UserStripAnnotationDescriptionMetadata.b = function (a) { if (UserStripAnnotationDescriptionMetadata.a == null) { UserStripAnnotationDescriptionMetadata.a = new Dictionary$2(String_$type, String_$type, 0); UserStripAnnotationDescriptionMetadata.c(UserStripAnnotationDescriptionMetadata.a); } if (a.k(UserStripAnnotationDescriptionMetadata.a)) { return; } a.ad(UserStripAnnotationDescriptionMetadata.a); }; UserStripAnnotationDescriptionMetadata.c = function (a) { UserShapeAnnotationDescriptionMetadata.c(a); a.item("StartValue", "Number:double"); a.item("StartLabel", "String"); a.item("StartLabelColor", "Brush"); a.item("StartLabelBackground", "Brush"); a.item("StartLabelBorderColor", "Brush"); a.item("EndValue", "Number:double"); a.item("EndLabel", "String"); a.item("EndLabelColor", "Brush"); a.item("EndLabelBackground", "Brush"); a.item("EndLabelBorderColor", "Brush"); a.item("StartValueDisplayMode", "ExportedType:string:DataAnnotationDisplayMode"); a.item("StartValueDisplayMode@names", "Auto;DataValue;DataLabel;AxisValue;PixelValue;WindowValue;Hidden"); a.item("EndValueDisplayMode", "ExportedType:string:DataAnnotationDisplayMode"); a.item("EndValueDisplayMode@names", "Auto;DataValue;DataLabel;AxisValue;PixelValue;WindowValue;Hidden"); }; UserStripAnnotationDescriptionMetadata.d = function (a) { UserShapeAnnotationDescriptionMetadata.d(a); UserStripAnnotationDescriptionMetadata.b(a); a.af("UserStripAnnotation", function () { return new UserStripAnnotationDescription(); }); a.ae("UserStripAnnotation", UserStripAnnotationDescriptionMetadata.a); }; UserStripAnnotationDescriptionMetadata.$t = markType(UserStripAnnotationDescriptionMetadata, 'UserStripAnnotationDescriptionMetadata'); UserStripAnnotationDescriptionMetadata.a = null; return UserStripAnnotationDescriptionMetadata; }(Base)); export { UserStripAnnotationDescriptionMetadata };