UNPKG

igniteui-react-core

Version:
746 lines (745 loc) 22.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 { AnnotationLayerDescription } from "./AnnotationLayerDescription"; import { markType } from "./type"; /** * @hidden */ var ValueLayerDescription = /** @class */ /*@__PURE__*/ (function (_super) { __extends(ValueLayerDescription, _super); function ValueLayerDescription() { var _this = _super.call(this) || this; _this.ir = null; _this.h8 = null; _this.is = null; _this.ip = null; _this.iq = null; _this.im = null; _this.io = null; _this.gl = false; _this.gf = false; _this.iu = null; _this.iy = null; _this.iw = null; _this.it = null; _this.g4 = 0; _this.h3 = 0; _this.iv = null; _this.g6 = 0; _this.g8 = 0; _this.g7 = 0; _this.g5 = 0; _this.hc = 0; _this.he = 0; _this.hd = 0; _this.hb = 0; _this.g9 = 0; _this.i0 = null; _this.ix = null; _this.ha = 0; _this.h4 = 0; _this.iz = null; _this.hf = 0; _this.gk = false; _this.ik = null; _this.g0 = 0; _this.g2 = 0; _this.g1 = 0; _this.g3 = 0; _this.gt = 0; _this.ie = null; _this.ia = null; _this.ic = null; _this.gv = 0; _this.gx = 0; _this.gj = false; _this.h9 = null; _this.gy = 0; _this.ig = null; _this.gi = false; _this.gu = 0; _this.ib = null; _this.gg = false; _this.gw = 0; _this.id = null; _this.gh = false; _this.ih = null; _this.gz = 0; _this.ii = null; _this.ij = null; _this.h7 = null; _this.il = null; return _this; } ValueLayerDescription.prototype.get_type = function () { return "ValueLayer"; }; Object.defineProperty(ValueLayerDescription.prototype, "valueMode", { get: function () { return this.ir; }, set: function (a) { this.ir = a; this.g("ValueMode"); }, enumerable: false, configurable: true }); Object.defineProperty(ValueLayerDescription.prototype, "horizontalLineStroke", { get: function () { return this.h8; }, set: function (a) { this.h8 = a; this.g("HorizontalLineStroke"); }, enumerable: false, configurable: true }); Object.defineProperty(ValueLayerDescription.prototype, "verticalLineStroke", { get: function () { return this.is; }, set: function (a) { this.is = a; this.g("VerticalLineStroke"); }, enumerable: false, configurable: true }); Object.defineProperty(ValueLayerDescription.prototype, "targetSeriesName", { get: function () { return this.ip; }, set: function (a) { this.ip = a; this.g("TargetSeriesName"); }, enumerable: false, configurable: true }); Object.defineProperty(ValueLayerDescription.prototype, "targetSeriesRef", { get: function () { return this.iq; }, set: function (a) { this.iq = a; this.g("TargetSeriesRef"); }, enumerable: false, configurable: true }); Object.defineProperty(ValueLayerDescription.prototype, "targetAxisName", { get: function () { return this.im; }, set: function (a) { this.im = a; this.g("TargetAxisName"); }, enumerable: false, configurable: true }); Object.defineProperty(ValueLayerDescription.prototype, "targetAxisRef", { get: function () { return this.io; }, set: function (a) { this.io = a; this.g("TargetAxisRef"); }, enumerable: false, configurable: true }); Object.defineProperty(ValueLayerDescription.prototype, "useInterpolation", { get: function () { return this.gl; }, set: function (a) { this.gl = a; this.g("UseInterpolation"); }, enumerable: false, configurable: true }); Object.defineProperty(ValueLayerDescription.prototype, "isAxisAnnotationEnabled", { get: function () { return this.gf; }, set: function (a) { this.gf = a; this.g("IsAxisAnnotationEnabled"); }, enumerable: false, configurable: true }); Object.defineProperty(ValueLayerDescription.prototype, "xAxisAnnotationFormatLabelRef", { get: function () { return this.iu; }, set: function (a) { this.iu = a; this.g("XAxisAnnotationFormatLabelRef"); }, enumerable: false, configurable: true }); Object.defineProperty(ValueLayerDescription.prototype, "yAxisAnnotationFormatLabelRef", { get: function () { return this.iy; }, set: function (a) { this.iy = a; this.g("YAxisAnnotationFormatLabelRef"); }, enumerable: false, configurable: true }); Object.defineProperty(ValueLayerDescription.prototype, "xAxisAnnotationTextColor", { get: function () { return this.iw; }, set: function (a) { this.iw = a; this.g("XAxisAnnotationTextColor"); }, enumerable: false, configurable: true }); Object.defineProperty(ValueLayerDescription.prototype, "xAxisAnnotationBackground", { get: function () { return this.it; }, set: function (a) { this.it = a; this.g("XAxisAnnotationBackground"); }, enumerable: false, configurable: true }); Object.defineProperty(ValueLayerDescription.prototype, "xAxisAnnotationBackgroundCornerRadius", { get: function () { return this.g4; }, set: function (a) { this.g4 = a; this.g("XAxisAnnotationBackgroundCornerRadius"); }, enumerable: false, configurable: true }); Object.defineProperty(ValueLayerDescription.prototype, "xAxisAnnotationInterpolatedValuePrecision", { get: function () { return this.h3; }, set: function (a) { this.h3 = a; this.g("XAxisAnnotationInterpolatedValuePrecision"); }, enumerable: false, configurable: true }); Object.defineProperty(ValueLayerDescription.prototype, "xAxisAnnotationOutline", { get: function () { return this.iv; }, set: function (a) { this.iv = a; this.g("XAxisAnnotationOutline"); }, enumerable: false, configurable: true }); Object.defineProperty(ValueLayerDescription.prototype, "xAxisAnnotationPaddingLeft", { get: function () { return this.g6; }, set: function (a) { this.g6 = a; this.g("XAxisAnnotationPaddingLeft"); }, enumerable: false, configurable: true }); Object.defineProperty(ValueLayerDescription.prototype, "xAxisAnnotationPaddingTop", { get: function () { return this.g8; }, set: function (a) { this.g8 = a; this.g("XAxisAnnotationPaddingTop"); }, enumerable: false, configurable: true }); Object.defineProperty(ValueLayerDescription.prototype, "xAxisAnnotationPaddingRight", { get: function () { return this.g7; }, set: function (a) { this.g7 = a; this.g("XAxisAnnotationPaddingRight"); }, enumerable: false, configurable: true }); Object.defineProperty(ValueLayerDescription.prototype, "xAxisAnnotationPaddingBottom", { get: function () { return this.g5; }, set: function (a) { this.g5 = a; this.g("XAxisAnnotationPaddingBottom"); }, enumerable: false, configurable: true }); Object.defineProperty(ValueLayerDescription.prototype, "yAxisAnnotationPaddingLeft", { get: function () { return this.hc; }, set: function (a) { this.hc = a; this.g("YAxisAnnotationPaddingLeft"); }, enumerable: false, configurable: true }); Object.defineProperty(ValueLayerDescription.prototype, "yAxisAnnotationPaddingTop", { get: function () { return this.he; }, set: function (a) { this.he = a; this.g("YAxisAnnotationPaddingTop"); }, enumerable: false, configurable: true }); Object.defineProperty(ValueLayerDescription.prototype, "yAxisAnnotationPaddingRight", { get: function () { return this.hd; }, set: function (a) { this.hd = a; this.g("YAxisAnnotationPaddingRight"); }, enumerable: false, configurable: true }); Object.defineProperty(ValueLayerDescription.prototype, "yAxisAnnotationPaddingBottom", { get: function () { return this.hb; }, set: function (a) { this.hb = a; this.g("YAxisAnnotationPaddingBottom"); }, enumerable: false, configurable: true }); Object.defineProperty(ValueLayerDescription.prototype, "xAxisAnnotationStrokeThickness", { get: function () { return this.g9; }, set: function (a) { this.g9 = a; this.g("XAxisAnnotationStrokeThickness"); }, enumerable: false, configurable: true }); Object.defineProperty(ValueLayerDescription.prototype, "yAxisAnnotationTextColor", { get: function () { return this.i0; }, set: function (a) { this.i0 = a; this.g("YAxisAnnotationTextColor"); }, enumerable: false, configurable: true }); Object.defineProperty(ValueLayerDescription.prototype, "yAxisAnnotationBackground", { get: function () { return this.ix; }, set: function (a) { this.ix = a; this.g("YAxisAnnotationBackground"); }, enumerable: false, configurable: true }); Object.defineProperty(ValueLayerDescription.prototype, "yAxisAnnotationBackgroundCornerRadius", { get: function () { return this.ha; }, set: function (a) { this.ha = a; this.g("YAxisAnnotationBackgroundCornerRadius"); }, enumerable: false, configurable: true }); Object.defineProperty(ValueLayerDescription.prototype, "yAxisAnnotationInterpolatedValuePrecision", { get: function () { return this.h4; }, set: function (a) { this.h4 = a; this.g("YAxisAnnotationInterpolatedValuePrecision"); }, enumerable: false, configurable: true }); Object.defineProperty(ValueLayerDescription.prototype, "yAxisAnnotationOutline", { get: function () { return this.iz; }, set: function (a) { this.iz = a; this.g("YAxisAnnotationOutline"); }, enumerable: false, configurable: true }); Object.defineProperty(ValueLayerDescription.prototype, "yAxisAnnotationStrokeThickness", { get: function () { return this.hf; }, set: function (a) { this.hf = a; this.g("YAxisAnnotationStrokeThickness"); }, enumerable: false, configurable: true }); Object.defineProperty(ValueLayerDescription.prototype, "skipUnknownValues", { get: function () { return this.gk; }, set: function (a) { this.gk = a; this.g("SkipUnknownValues"); }, enumerable: false, configurable: true }); Object.defineProperty(ValueLayerDescription.prototype, "overlayTextLocation", { get: function () { return this.ik; }, set: function (a) { this.ik = a; this.g("OverlayTextLocation"); }, enumerable: false, configurable: true }); Object.defineProperty(ValueLayerDescription.prototype, "overlayTextHorizontalMargin", { get: function () { return this.g0; }, set: function (a) { this.g0 = a; this.g("OverlayTextHorizontalMargin"); }, enumerable: false, configurable: true }); Object.defineProperty(ValueLayerDescription.prototype, "overlayTextVerticalMargin", { get: function () { return this.g2; }, set: function (a) { this.g2 = a; this.g("OverlayTextVerticalMargin"); }, enumerable: false, configurable: true }); Object.defineProperty(ValueLayerDescription.prototype, "overlayTextHorizontalPadding", { get: function () { return this.g1; }, set: function (a) { this.g1 = a; this.g("OverlayTextHorizontalPadding"); }, enumerable: false, configurable: true }); Object.defineProperty(ValueLayerDescription.prototype, "overlayTextVerticalPadding", { get: function () { return this.g3; }, set: function (a) { this.g3 = a; this.g("OverlayTextVerticalPadding"); }, enumerable: false, configurable: true }); Object.defineProperty(ValueLayerDescription.prototype, "overlayTextAngle", { get: function () { return this.gt; }, set: function (a) { this.gt = a; this.g("OverlayTextAngle"); }, enumerable: false, configurable: true }); Object.defineProperty(ValueLayerDescription.prototype, "overlayTextColor", { get: function () { return this.ie; }, set: function (a) { this.ie = a; this.g("OverlayTextColor"); }, enumerable: false, configurable: true }); Object.defineProperty(ValueLayerDescription.prototype, "overlayTextBackground", { get: function () { return this.ia; }, set: function (a) { this.ia = a; this.g("OverlayTextBackground"); }, enumerable: false, configurable: true }); Object.defineProperty(ValueLayerDescription.prototype, "overlayTextBorderColor", { get: function () { return this.ic; }, set: function (a) { this.ic = a; this.g("OverlayTextBorderColor"); }, enumerable: false, configurable: true }); Object.defineProperty(ValueLayerDescription.prototype, "overlayTextBorderRadius", { get: function () { return this.gv; }, set: function (a) { this.gv = a; this.g("OverlayTextBorderRadius"); }, enumerable: false, configurable: true }); Object.defineProperty(ValueLayerDescription.prototype, "overlayTextBorderThickness", { get: function () { return this.gx; }, set: function (a) { this.gx = a; this.g("OverlayTextBorderThickness"); }, enumerable: false, configurable: true }); Object.defineProperty(ValueLayerDescription.prototype, "overlayTextVisible", { get: function () { return this.gj; }, set: function (a) { this.gj = a; this.g("OverlayTextVisible"); }, enumerable: false, configurable: true }); Object.defineProperty(ValueLayerDescription.prototype, "overlayText", { get: function () { return this.h9; }, set: function (a) { this.h9 = a; this.g("OverlayText"); }, enumerable: false, configurable: true }); Object.defineProperty(ValueLayerDescription.prototype, "overlayTextColorShift", { get: function () { return this.gy; }, set: function (a) { this.gy = a; this.g("OverlayTextColorShift"); }, enumerable: false, configurable: true }); Object.defineProperty(ValueLayerDescription.prototype, "overlayTextColorMode", { get: function () { return this.ig; }, set: function (a) { this.ig = a; this.g("OverlayTextColorMode"); }, enumerable: false, configurable: true }); Object.defineProperty(ValueLayerDescription.prototype, "overlayTextColorMatchLayer", { get: function () { return this.gi; }, set: function (a) { this.gi = a; this.g("OverlayTextColorMatchLayer"); }, enumerable: false, configurable: true }); Object.defineProperty(ValueLayerDescription.prototype, "overlayTextBackgroundShift", { get: function () { return this.gu; }, set: function (a) { this.gu = a; this.g("OverlayTextBackgroundShift"); }, enumerable: false, configurable: true }); Object.defineProperty(ValueLayerDescription.prototype, "overlayTextBackgroundMode", { get: function () { return this.ib; }, set: function (a) { this.ib = a; this.g("OverlayTextBackgroundMode"); }, enumerable: false, configurable: true }); Object.defineProperty(ValueLayerDescription.prototype, "overlayTextBackgroundMatchLayer", { get: function () { return this.gg; }, set: function (a) { this.gg = a; this.g("OverlayTextBackgroundMatchLayer"); }, enumerable: false, configurable: true }); Object.defineProperty(ValueLayerDescription.prototype, "overlayTextBorderShift", { get: function () { return this.gw; }, set: function (a) { this.gw = a; this.g("OverlayTextBorderShift"); }, enumerable: false, configurable: true }); Object.defineProperty(ValueLayerDescription.prototype, "overlayTextBorderMode", { get: function () { return this.id; }, set: function (a) { this.id = a; this.g("OverlayTextBorderMode"); }, enumerable: false, configurable: true }); Object.defineProperty(ValueLayerDescription.prototype, "overlayTextBorderMatchLayer", { get: function () { return this.gh; }, set: function (a) { this.gh = a; this.g("OverlayTextBorderMatchLayer"); }, enumerable: false, configurable: true }); Object.defineProperty(ValueLayerDescription.prototype, "overlayTextFontFamily", { get: function () { return this.ih; }, set: function (a) { this.ih = a; this.g("OverlayTextFontFamily"); }, enumerable: false, configurable: true }); Object.defineProperty(ValueLayerDescription.prototype, "overlayTextFontSize", { get: function () { return this.gz; }, set: function (a) { this.gz = a; this.g("OverlayTextFontSize"); }, enumerable: false, configurable: true }); Object.defineProperty(ValueLayerDescription.prototype, "overlayTextFontStyle", { get: function () { return this.ii; }, set: function (a) { this.ii = a; this.g("OverlayTextFontStyle"); }, enumerable: false, configurable: true }); Object.defineProperty(ValueLayerDescription.prototype, "overlayTextFontWeight", { get: function () { return this.ij; }, set: function (a) { this.ij = a; this.g("OverlayTextFontWeight"); }, enumerable: false, configurable: true }); Object.defineProperty(ValueLayerDescription.prototype, "actualValueLayerBrush", { get: function () { return this.h7; }, set: function (a) { this.h7 = a; this.g("ActualValueLayerBrush"); }, enumerable: false, configurable: true }); Object.defineProperty(ValueLayerDescription.prototype, "stylingOverlayTextRef", { get: function () { return this.il; }, set: function (a) { this.il = a; this.g("StylingOverlayTextRef"); }, enumerable: false, configurable: true }); ValueLayerDescription.$t = markType(ValueLayerDescription, 'ValueLayerDescription', AnnotationLayerDescription.$); return ValueLayerDescription; }(AnnotationLayerDescription)); export { ValueLayerDescription };