igniteui-angular-core
Version:
Ignite UI Angular Core logic used in multiple UI components.
530 lines (529 loc) • 16.5 kB
JavaScript
/*
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 { SeriesDescription } from "./SeriesDescription";
import { markType } from "./type";
/**
* @hidden
*/
var ValueOverlayDescription = /** @class */ /*@__PURE__*/ (function (_super) {
__extends(ValueOverlayDescription, _super);
function ValueOverlayDescription() {
var _this = _super.call(this) || this;
_this.gs = null;
_this.f3 = 0;
_this.fk = new Date();
_this.fa = false;
_this.gp = null;
_this.gr = null;
_this.go = null;
_this.fm = 0;
_this.gm = 0;
_this.gq = null;
_this.fo = 0;
_this.fq = 0;
_this.fp = 0;
_this.fn = 0;
_this.fr = 0;
_this.g3 = null;
_this.fz = 0;
_this.f1 = 0;
_this.f0 = 0;
_this.f2 = 0;
_this.fs = 0;
_this.gy = null;
_this.gu = null;
_this.gw = null;
_this.fu = 0;
_this.fw = 0;
_this.fe = false;
_this.gt = null;
_this.fx = 0;
_this.gz = null;
_this.fd = false;
_this.ft = 0;
_this.gv = null;
_this.fb = false;
_this.fv = 0;
_this.gx = null;
_this.fc = false;
_this.g0 = null;
_this.fy = 0;
_this.g1 = null;
_this.g2 = null;
_this.g4 = null;
return _this;
}
ValueOverlayDescription.prototype.get_type = function () {
return "ValueOverlay";
};
Object.defineProperty(ValueOverlayDescription.prototype, "axisRef", {
get: function () {
return this.gs;
},
set: function (a) {
this.gs = a;
this.j("AxisRef");
},
enumerable: false,
configurable: true
});
Object.defineProperty(ValueOverlayDescription.prototype, "value", {
get: function () {
return this.f3;
},
set: function (a) {
this.f3 = a;
this.j("Value");
},
enumerable: false,
configurable: true
});
Object.defineProperty(ValueOverlayDescription.prototype, "dateValue", {
get: function () {
return this.fk;
},
set: function (a) {
this.fk = a;
this.j("DateValue");
},
enumerable: false,
configurable: true
});
Object.defineProperty(ValueOverlayDescription.prototype, "isAxisAnnotationEnabled", {
get: function () {
return this.fa;
},
set: function (a) {
this.fa = a;
this.j("IsAxisAnnotationEnabled");
},
enumerable: false,
configurable: true
});
Object.defineProperty(ValueOverlayDescription.prototype, "axisAnnotationFormatLabelRef", {
get: function () {
return this.gp;
},
set: function (a) {
this.gp = a;
this.j("AxisAnnotationFormatLabelRef");
},
enumerable: false,
configurable: true
});
Object.defineProperty(ValueOverlayDescription.prototype, "axisAnnotationTextColor", {
get: function () {
return this.gr;
},
set: function (a) {
this.gr = a;
this.j("AxisAnnotationTextColor");
},
enumerable: false,
configurable: true
});
Object.defineProperty(ValueOverlayDescription.prototype, "axisAnnotationBackground", {
get: function () {
return this.go;
},
set: function (a) {
this.go = a;
this.j("AxisAnnotationBackground");
},
enumerable: false,
configurable: true
});
Object.defineProperty(ValueOverlayDescription.prototype, "axisAnnotationBackgroundCornerRadius", {
get: function () {
return this.fm;
},
set: function (a) {
this.fm = a;
this.j("AxisAnnotationBackgroundCornerRadius");
},
enumerable: false,
configurable: true
});
Object.defineProperty(ValueOverlayDescription.prototype, "axisAnnotationInterpolatedValuePrecision", {
get: function () {
return this.gm;
},
set: function (a) {
this.gm = a;
this.j("AxisAnnotationInterpolatedValuePrecision");
},
enumerable: false,
configurable: true
});
Object.defineProperty(ValueOverlayDescription.prototype, "axisAnnotationOutline", {
get: function () {
return this.gq;
},
set: function (a) {
this.gq = a;
this.j("AxisAnnotationOutline");
},
enumerable: false,
configurable: true
});
Object.defineProperty(ValueOverlayDescription.prototype, "axisAnnotationPaddingLeft", {
get: function () {
return this.fo;
},
set: function (a) {
this.fo = a;
this.j("AxisAnnotationPaddingLeft");
},
enumerable: false,
configurable: true
});
Object.defineProperty(ValueOverlayDescription.prototype, "axisAnnotationPaddingTop", {
get: function () {
return this.fq;
},
set: function (a) {
this.fq = a;
this.j("AxisAnnotationPaddingTop");
},
enumerable: false,
configurable: true
});
Object.defineProperty(ValueOverlayDescription.prototype, "axisAnnotationPaddingRight", {
get: function () {
return this.fp;
},
set: function (a) {
this.fp = a;
this.j("AxisAnnotationPaddingRight");
},
enumerable: false,
configurable: true
});
Object.defineProperty(ValueOverlayDescription.prototype, "axisAnnotationPaddingBottom", {
get: function () {
return this.fn;
},
set: function (a) {
this.fn = a;
this.j("AxisAnnotationPaddingBottom");
},
enumerable: false,
configurable: true
});
Object.defineProperty(ValueOverlayDescription.prototype, "axisAnnotationStrokeThickness", {
get: function () {
return this.fr;
},
set: function (a) {
this.fr = a;
this.j("AxisAnnotationStrokeThickness");
},
enumerable: false,
configurable: true
});
Object.defineProperty(ValueOverlayDescription.prototype, "overlayTextLocation", {
get: function () {
return this.g3;
},
set: function (a) {
this.g3 = a;
this.j("OverlayTextLocation");
},
enumerable: false,
configurable: true
});
Object.defineProperty(ValueOverlayDescription.prototype, "overlayTextHorizontalMargin", {
get: function () {
return this.fz;
},
set: function (a) {
this.fz = a;
this.j("OverlayTextHorizontalMargin");
},
enumerable: false,
configurable: true
});
Object.defineProperty(ValueOverlayDescription.prototype, "overlayTextVerticalMargin", {
get: function () {
return this.f1;
},
set: function (a) {
this.f1 = a;
this.j("OverlayTextVerticalMargin");
},
enumerable: false,
configurable: true
});
Object.defineProperty(ValueOverlayDescription.prototype, "overlayTextHorizontalPadding", {
get: function () {
return this.f0;
},
set: function (a) {
this.f0 = a;
this.j("OverlayTextHorizontalPadding");
},
enumerable: false,
configurable: true
});
Object.defineProperty(ValueOverlayDescription.prototype, "overlayTextVerticalPadding", {
get: function () {
return this.f2;
},
set: function (a) {
this.f2 = a;
this.j("OverlayTextVerticalPadding");
},
enumerable: false,
configurable: true
});
Object.defineProperty(ValueOverlayDescription.prototype, "overlayTextAngle", {
get: function () {
return this.fs;
},
set: function (a) {
this.fs = a;
this.j("OverlayTextAngle");
},
enumerable: false,
configurable: true
});
Object.defineProperty(ValueOverlayDescription.prototype, "overlayTextColor", {
get: function () {
return this.gy;
},
set: function (a) {
this.gy = a;
this.j("OverlayTextColor");
},
enumerable: false,
configurable: true
});
Object.defineProperty(ValueOverlayDescription.prototype, "overlayTextBackground", {
get: function () {
return this.gu;
},
set: function (a) {
this.gu = a;
this.j("OverlayTextBackground");
},
enumerable: false,
configurable: true
});
Object.defineProperty(ValueOverlayDescription.prototype, "overlayTextBorderColor", {
get: function () {
return this.gw;
},
set: function (a) {
this.gw = a;
this.j("OverlayTextBorderColor");
},
enumerable: false,
configurable: true
});
Object.defineProperty(ValueOverlayDescription.prototype, "overlayTextBorderRadius", {
get: function () {
return this.fu;
},
set: function (a) {
this.fu = a;
this.j("OverlayTextBorderRadius");
},
enumerable: false,
configurable: true
});
Object.defineProperty(ValueOverlayDescription.prototype, "overlayTextBorderThickness", {
get: function () {
return this.fw;
},
set: function (a) {
this.fw = a;
this.j("OverlayTextBorderThickness");
},
enumerable: false,
configurable: true
});
Object.defineProperty(ValueOverlayDescription.prototype, "overlayTextVisible", {
get: function () {
return this.fe;
},
set: function (a) {
this.fe = a;
this.j("OverlayTextVisible");
},
enumerable: false,
configurable: true
});
Object.defineProperty(ValueOverlayDescription.prototype, "overlayText", {
get: function () {
return this.gt;
},
set: function (a) {
this.gt = a;
this.j("OverlayText");
},
enumerable: false,
configurable: true
});
Object.defineProperty(ValueOverlayDescription.prototype, "overlayTextColorShift", {
get: function () {
return this.fx;
},
set: function (a) {
this.fx = a;
this.j("OverlayTextColorShift");
},
enumerable: false,
configurable: true
});
Object.defineProperty(ValueOverlayDescription.prototype, "overlayTextColorMode", {
get: function () {
return this.gz;
},
set: function (a) {
this.gz = a;
this.j("OverlayTextColorMode");
},
enumerable: false,
configurable: true
});
Object.defineProperty(ValueOverlayDescription.prototype, "overlayTextColorMatchLayer", {
get: function () {
return this.fd;
},
set: function (a) {
this.fd = a;
this.j("OverlayTextColorMatchLayer");
},
enumerable: false,
configurable: true
});
Object.defineProperty(ValueOverlayDescription.prototype, "overlayTextBackgroundShift", {
get: function () {
return this.ft;
},
set: function (a) {
this.ft = a;
this.j("OverlayTextBackgroundShift");
},
enumerable: false,
configurable: true
});
Object.defineProperty(ValueOverlayDescription.prototype, "overlayTextBackgroundMode", {
get: function () {
return this.gv;
},
set: function (a) {
this.gv = a;
this.j("OverlayTextBackgroundMode");
},
enumerable: false,
configurable: true
});
Object.defineProperty(ValueOverlayDescription.prototype, "overlayTextBackgroundMatchLayer", {
get: function () {
return this.fb;
},
set: function (a) {
this.fb = a;
this.j("OverlayTextBackgroundMatchLayer");
},
enumerable: false,
configurable: true
});
Object.defineProperty(ValueOverlayDescription.prototype, "overlayTextBorderShift", {
get: function () {
return this.fv;
},
set: function (a) {
this.fv = a;
this.j("OverlayTextBorderShift");
},
enumerable: false,
configurable: true
});
Object.defineProperty(ValueOverlayDescription.prototype, "overlayTextBorderMode", {
get: function () {
return this.gx;
},
set: function (a) {
this.gx = a;
this.j("OverlayTextBorderMode");
},
enumerable: false,
configurable: true
});
Object.defineProperty(ValueOverlayDescription.prototype, "overlayTextBorderMatchLayer", {
get: function () {
return this.fc;
},
set: function (a) {
this.fc = a;
this.j("OverlayTextBorderMatchLayer");
},
enumerable: false,
configurable: true
});
Object.defineProperty(ValueOverlayDescription.prototype, "overlayTextFontFamily", {
get: function () {
return this.g0;
},
set: function (a) {
this.g0 = a;
this.j("OverlayTextFontFamily");
},
enumerable: false,
configurable: true
});
Object.defineProperty(ValueOverlayDescription.prototype, "overlayTextFontSize", {
get: function () {
return this.fy;
},
set: function (a) {
this.fy = a;
this.j("OverlayTextFontSize");
},
enumerable: false,
configurable: true
});
Object.defineProperty(ValueOverlayDescription.prototype, "overlayTextFontStyle", {
get: function () {
return this.g1;
},
set: function (a) {
this.g1 = a;
this.j("OverlayTextFontStyle");
},
enumerable: false,
configurable: true
});
Object.defineProperty(ValueOverlayDescription.prototype, "overlayTextFontWeight", {
get: function () {
return this.g2;
},
set: function (a) {
this.g2 = a;
this.j("OverlayTextFontWeight");
},
enumerable: false,
configurable: true
});
Object.defineProperty(ValueOverlayDescription.prototype, "stylingOverlayTextRef", {
get: function () {
return this.g4;
},
set: function (a) {
this.g4 = a;
this.j("StylingOverlayTextRef");
},
enumerable: false,
configurable: true
});
ValueOverlayDescription.$t = markType(ValueOverlayDescription, 'ValueOverlayDescription', SeriesDescription.$);
return ValueOverlayDescription;
}(SeriesDescription));
export { ValueOverlayDescription };