UNPKG

igniteui-angular-core

Version:

Ignite UI Angular Core logic used in multiple UI components.

488 lines (487 loc) 14.9 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 { AnnotationLayerDescription } from "./AnnotationLayerDescription"; import { markType } from "./type"; /** * @hidden */ export let ValueLayerDescription = /*@__PURE__*/ (() => { class ValueLayerDescription extends AnnotationLayerDescription { constructor() { super(); this.iw = null; this.ig = null; this.ix = null; this.iv = null; this.iu = null; this.gs = false; this.gm = false; this.iz = null; this.i3 = null; this.i1 = null; this.iy = null; this.hb = 0; this.ia = 0; this.i0 = null; this.hd = 0; this.hf = 0; this.he = 0; this.hc = 0; this.hj = 0; this.hl = 0; this.hk = 0; this.hi = 0; this.hg = 0; this.i5 = null; this.i2 = null; this.hh = 0; this.ib = 0; this.i4 = null; this.hm = 0; this.gr = false; this.is = null; this.g7 = 0; this.g9 = 0; this.g8 = 0; this.ha = 0; this.g0 = 0; this.im = null; this.ii = null; this.ik = null; this.g2 = 0; this.g4 = 0; this.gq = false; this.ih = null; this.g5 = 0; this.io = null; this.gp = false; this.g1 = 0; this.ij = null; this.gn = false; this.g3 = 0; this.il = null; this.go = false; this.ip = null; this.g6 = 0; this.iq = null; this.ir = null; this.ie = null; this.it = null; } get_type() { return "ValueLayer"; } get valueMode() { return this.iw; } set valueMode(a) { this.iw = a; this.j("ValueMode"); } get horizontalLineStroke() { return this.ig; } set horizontalLineStroke(a) { this.ig = a; this.j("HorizontalLineStroke"); } get verticalLineStroke() { return this.ix; } set verticalLineStroke(a) { this.ix = a; this.j("VerticalLineStroke"); } get targetSeriesRef() { return this.iv; } set targetSeriesRef(a) { this.iv = a; this.j("TargetSeriesRef"); } get targetAxisRef() { return this.iu; } set targetAxisRef(a) { this.iu = a; this.j("TargetAxisRef"); } get useInterpolation() { return this.gs; } set useInterpolation(a) { this.gs = a; this.j("UseInterpolation"); } get isAxisAnnotationEnabled() { return this.gm; } set isAxisAnnotationEnabled(a) { this.gm = a; this.j("IsAxisAnnotationEnabled"); } get xAxisAnnotationFormatLabelRef() { return this.iz; } set xAxisAnnotationFormatLabelRef(a) { this.iz = a; this.j("XAxisAnnotationFormatLabelRef"); } get yAxisAnnotationFormatLabelRef() { return this.i3; } set yAxisAnnotationFormatLabelRef(a) { this.i3 = a; this.j("YAxisAnnotationFormatLabelRef"); } get xAxisAnnotationTextColor() { return this.i1; } set xAxisAnnotationTextColor(a) { this.i1 = a; this.j("XAxisAnnotationTextColor"); } get xAxisAnnotationBackground() { return this.iy; } set xAxisAnnotationBackground(a) { this.iy = a; this.j("XAxisAnnotationBackground"); } get xAxisAnnotationBackgroundCornerRadius() { return this.hb; } set xAxisAnnotationBackgroundCornerRadius(a) { this.hb = a; this.j("XAxisAnnotationBackgroundCornerRadius"); } get xAxisAnnotationInterpolatedValuePrecision() { return this.ia; } set xAxisAnnotationInterpolatedValuePrecision(a) { this.ia = a; this.j("XAxisAnnotationInterpolatedValuePrecision"); } get xAxisAnnotationOutline() { return this.i0; } set xAxisAnnotationOutline(a) { this.i0 = a; this.j("XAxisAnnotationOutline"); } get xAxisAnnotationPaddingLeft() { return this.hd; } set xAxisAnnotationPaddingLeft(a) { this.hd = a; this.j("XAxisAnnotationPaddingLeft"); } get xAxisAnnotationPaddingTop() { return this.hf; } set xAxisAnnotationPaddingTop(a) { this.hf = a; this.j("XAxisAnnotationPaddingTop"); } get xAxisAnnotationPaddingRight() { return this.he; } set xAxisAnnotationPaddingRight(a) { this.he = a; this.j("XAxisAnnotationPaddingRight"); } get xAxisAnnotationPaddingBottom() { return this.hc; } set xAxisAnnotationPaddingBottom(a) { this.hc = a; this.j("XAxisAnnotationPaddingBottom"); } get yAxisAnnotationPaddingLeft() { return this.hj; } set yAxisAnnotationPaddingLeft(a) { this.hj = a; this.j("YAxisAnnotationPaddingLeft"); } get yAxisAnnotationPaddingTop() { return this.hl; } set yAxisAnnotationPaddingTop(a) { this.hl = a; this.j("YAxisAnnotationPaddingTop"); } get yAxisAnnotationPaddingRight() { return this.hk; } set yAxisAnnotationPaddingRight(a) { this.hk = a; this.j("YAxisAnnotationPaddingRight"); } get yAxisAnnotationPaddingBottom() { return this.hi; } set yAxisAnnotationPaddingBottom(a) { this.hi = a; this.j("YAxisAnnotationPaddingBottom"); } get xAxisAnnotationStrokeThickness() { return this.hg; } set xAxisAnnotationStrokeThickness(a) { this.hg = a; this.j("XAxisAnnotationStrokeThickness"); } get yAxisAnnotationTextColor() { return this.i5; } set yAxisAnnotationTextColor(a) { this.i5 = a; this.j("YAxisAnnotationTextColor"); } get yAxisAnnotationBackground() { return this.i2; } set yAxisAnnotationBackground(a) { this.i2 = a; this.j("YAxisAnnotationBackground"); } get yAxisAnnotationBackgroundCornerRadius() { return this.hh; } set yAxisAnnotationBackgroundCornerRadius(a) { this.hh = a; this.j("YAxisAnnotationBackgroundCornerRadius"); } get yAxisAnnotationInterpolatedValuePrecision() { return this.ib; } set yAxisAnnotationInterpolatedValuePrecision(a) { this.ib = a; this.j("YAxisAnnotationInterpolatedValuePrecision"); } get yAxisAnnotationOutline() { return this.i4; } set yAxisAnnotationOutline(a) { this.i4 = a; this.j("YAxisAnnotationOutline"); } get yAxisAnnotationStrokeThickness() { return this.hm; } set yAxisAnnotationStrokeThickness(a) { this.hm = a; this.j("YAxisAnnotationStrokeThickness"); } get skipUnknownValues() { return this.gr; } set skipUnknownValues(a) { this.gr = a; this.j("SkipUnknownValues"); } get overlayTextLocation() { return this.is; } set overlayTextLocation(a) { this.is = a; this.j("OverlayTextLocation"); } get overlayTextHorizontalMargin() { return this.g7; } set overlayTextHorizontalMargin(a) { this.g7 = a; this.j("OverlayTextHorizontalMargin"); } get overlayTextVerticalMargin() { return this.g9; } set overlayTextVerticalMargin(a) { this.g9 = a; this.j("OverlayTextVerticalMargin"); } get overlayTextHorizontalPadding() { return this.g8; } set overlayTextHorizontalPadding(a) { this.g8 = a; this.j("OverlayTextHorizontalPadding"); } get overlayTextVerticalPadding() { return this.ha; } set overlayTextVerticalPadding(a) { this.ha = a; this.j("OverlayTextVerticalPadding"); } get overlayTextAngle() { return this.g0; } set overlayTextAngle(a) { this.g0 = a; this.j("OverlayTextAngle"); } get overlayTextColor() { return this.im; } set overlayTextColor(a) { this.im = a; this.j("OverlayTextColor"); } get overlayTextBackground() { return this.ii; } set overlayTextBackground(a) { this.ii = a; this.j("OverlayTextBackground"); } get overlayTextBorderColor() { return this.ik; } set overlayTextBorderColor(a) { this.ik = a; this.j("OverlayTextBorderColor"); } get overlayTextBorderRadius() { return this.g2; } set overlayTextBorderRadius(a) { this.g2 = a; this.j("OverlayTextBorderRadius"); } get overlayTextBorderThickness() { return this.g4; } set overlayTextBorderThickness(a) { this.g4 = a; this.j("OverlayTextBorderThickness"); } get overlayTextVisible() { return this.gq; } set overlayTextVisible(a) { this.gq = a; this.j("OverlayTextVisible"); } get overlayText() { return this.ih; } set overlayText(a) { this.ih = a; this.j("OverlayText"); } get overlayTextColorShift() { return this.g5; } set overlayTextColorShift(a) { this.g5 = a; this.j("OverlayTextColorShift"); } get overlayTextColorMode() { return this.io; } set overlayTextColorMode(a) { this.io = a; this.j("OverlayTextColorMode"); } get overlayTextColorMatchLayer() { return this.gp; } set overlayTextColorMatchLayer(a) { this.gp = a; this.j("OverlayTextColorMatchLayer"); } get overlayTextBackgroundShift() { return this.g1; } set overlayTextBackgroundShift(a) { this.g1 = a; this.j("OverlayTextBackgroundShift"); } get overlayTextBackgroundMode() { return this.ij; } set overlayTextBackgroundMode(a) { this.ij = a; this.j("OverlayTextBackgroundMode"); } get overlayTextBackgroundMatchLayer() { return this.gn; } set overlayTextBackgroundMatchLayer(a) { this.gn = a; this.j("OverlayTextBackgroundMatchLayer"); } get overlayTextBorderShift() { return this.g3; } set overlayTextBorderShift(a) { this.g3 = a; this.j("OverlayTextBorderShift"); } get overlayTextBorderMode() { return this.il; } set overlayTextBorderMode(a) { this.il = a; this.j("OverlayTextBorderMode"); } get overlayTextBorderMatchLayer() { return this.go; } set overlayTextBorderMatchLayer(a) { this.go = a; this.j("OverlayTextBorderMatchLayer"); } get overlayTextFontFamily() { return this.ip; } set overlayTextFontFamily(a) { this.ip = a; this.j("OverlayTextFontFamily"); } get overlayTextFontSize() { return this.g6; } set overlayTextFontSize(a) { this.g6 = a; this.j("OverlayTextFontSize"); } get overlayTextFontStyle() { return this.iq; } set overlayTextFontStyle(a) { this.iq = a; this.j("OverlayTextFontStyle"); } get overlayTextFontWeight() { return this.ir; } set overlayTextFontWeight(a) { this.ir = a; this.j("OverlayTextFontWeight"); } get actualValueLayerBrush() { return this.ie; } set actualValueLayerBrush(a) { this.ie = a; this.j("ActualValueLayerBrush"); } get stylingOverlayTextRef() { return this.it; } set stylingOverlayTextRef(a) { this.it = a; this.j("StylingOverlayTextRef"); } } ValueLayerDescription.$t = markType(ValueLayerDescription, 'ValueLayerDescription', AnnotationLayerDescription.$); return ValueLayerDescription; })();