UNPKG

igniteui-angular-core

Version:

Ignite UI Angular Core logic used in multiple UI components.

309 lines (308 loc) 9.43 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 { Description } from "./Description"; import { markType } from "./type"; /** * @hidden */ var AxisAnnotationDescription = /** @class */ /*@__PURE__*/ (function (_super) { __extends(AxisAnnotationDescription, _super); function AxisAnnotationDescription() { var _this = _super.call(this) || this; _this.ak = null; _this.at = null; _this.q = 0; _this.ar = null; _this.k = null; _this.aq = null; _this.au = null; _this.am = null; _this.as = null; _this.z = 0; _this.s = 0; _this.u = 0; _this.t = 0; _this.r = 0; _this.n = false; _this.m = false; _this.an = null; _this.ap = null; _this.x = 0; _this.v = 0; _this.w = 0; _this.y = 0; _this.ao = null; return _this; } AxisAnnotationDescription.prototype.get_type = function () { return "AxisAnnotation"; }; Object.defineProperty(AxisAnnotationDescription.prototype, "type", { get: function () { return this.get_type(); }, enumerable: false, configurable: true }); Object.defineProperty(AxisAnnotationDescription.prototype, "value", { get: function () { return this.ak; }, set: function (a) { this.ak = a; this.j("Value"); }, enumerable: false, configurable: true }); Object.defineProperty(AxisAnnotationDescription.prototype, "text", { get: function () { return this.at; }, set: function (a) { this.at = a; this.j("Text"); }, enumerable: false, configurable: true }); Object.defineProperty(AxisAnnotationDescription.prototype, "backgroundCornerRadius", { get: function () { return this.q; }, set: function (a) { this.q = a; this.j("BackgroundCornerRadius"); }, enumerable: false, configurable: true }); Object.defineProperty(AxisAnnotationDescription.prototype, "labelFormat", { get: function () { return this.ar; }, set: function (a) { this.ar = a; this.j("LabelFormat"); }, enumerable: false, configurable: true }); Object.defineProperty(AxisAnnotationDescription.prototype, "labelFormatSpecifiers", { get: function () { return this.k; }, set: function (a) { this.k = a; this.j("LabelFormatSpecifiers"); }, enumerable: false, configurable: true }); Object.defineProperty(AxisAnnotationDescription.prototype, "formatLabelRef", { get: function () { return this.aq; }, set: function (a) { this.aq = a; this.j("FormatLabelRef"); }, enumerable: false, configurable: true }); Object.defineProperty(AxisAnnotationDescription.prototype, "textColor", { get: function () { return this.au; }, set: function (a) { this.au = a; this.j("TextColor"); }, enumerable: false, configurable: true }); Object.defineProperty(AxisAnnotationDescription.prototype, "background", { get: function () { return this.am; }, set: function (a) { this.am = a; this.j("Background"); }, enumerable: false, configurable: true }); Object.defineProperty(AxisAnnotationDescription.prototype, "outline", { get: function () { return this.as; }, set: function (a) { this.as = a; this.j("Outline"); }, enumerable: false, configurable: true }); Object.defineProperty(AxisAnnotationDescription.prototype, "strokeThickness", { get: function () { return this.z; }, set: function (a) { this.z = a; this.j("StrokeThickness"); }, enumerable: false, configurable: true }); Object.defineProperty(AxisAnnotationDescription.prototype, "backgroundPaddingLeft", { get: function () { return this.s; }, set: function (a) { this.s = a; this.j("BackgroundPaddingLeft"); }, enumerable: false, configurable: true }); Object.defineProperty(AxisAnnotationDescription.prototype, "backgroundPaddingTop", { get: function () { return this.u; }, set: function (a) { this.u = a; this.j("BackgroundPaddingTop"); }, enumerable: false, configurable: true }); Object.defineProperty(AxisAnnotationDescription.prototype, "backgroundPaddingRight", { get: function () { return this.t; }, set: function (a) { this.t = a; this.j("BackgroundPaddingRight"); }, enumerable: false, configurable: true }); Object.defineProperty(AxisAnnotationDescription.prototype, "backgroundPaddingBottom", { get: function () { return this.r; }, set: function (a) { this.r = a; this.j("BackgroundPaddingBottom"); }, enumerable: false, configurable: true }); Object.defineProperty(AxisAnnotationDescription.prototype, "isPillShaped", { get: function () { return this.n; }, set: function (a) { this.n = a; this.j("IsPillShaped"); }, enumerable: false, configurable: true }); Object.defineProperty(AxisAnnotationDescription.prototype, "isBadgeEnabled", { get: function () { return this.m; }, set: function (a) { this.m = a; this.j("IsBadgeEnabled"); }, enumerable: false, configurable: true }); Object.defineProperty(AxisAnnotationDescription.prototype, "badgeBackground", { get: function () { return this.an; }, set: function (a) { this.an = a; this.j("BadgeBackground"); }, enumerable: false, configurable: true }); Object.defineProperty(AxisAnnotationDescription.prototype, "badgeOutline", { get: function () { return this.ap; }, set: function (a) { this.ap = a; this.j("BadgeOutline"); }, enumerable: false, configurable: true }); Object.defineProperty(AxisAnnotationDescription.prototype, "badgeOutlineThickness", { get: function () { return this.x; }, set: function (a) { this.x = a; this.j("BadgeOutlineThickness"); }, enumerable: false, configurable: true }); Object.defineProperty(AxisAnnotationDescription.prototype, "badgeCornerRadius", { get: function () { return this.v; }, set: function (a) { this.v = a; this.j("BadgeCornerRadius"); }, enumerable: false, configurable: true }); Object.defineProperty(AxisAnnotationDescription.prototype, "badgeMargin", { get: function () { return this.w; }, set: function (a) { this.w = a; this.j("BadgeMargin"); }, enumerable: false, configurable: true }); Object.defineProperty(AxisAnnotationDescription.prototype, "badgeSize", { get: function () { return this.y; }, set: function (a) { this.y = a; this.j("BadgeSize"); }, enumerable: false, configurable: true }); Object.defineProperty(AxisAnnotationDescription.prototype, "badgeImagePath", { get: function () { return this.ao; }, set: function (a) { this.ao = a; this.j("BadgeImagePath"); }, enumerable: false, configurable: true }); AxisAnnotationDescription.$t = markType(AxisAnnotationDescription, 'AxisAnnotationDescription', Description.$); return AxisAnnotationDescription; }(Description)); export { AxisAnnotationDescription };