UNPKG

igniteui-angular-core

Version:

Ignite UI Angular Core logic used in multiple UI components.

611 lines (610 loc) 16.5 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 { Description } from "./Description"; import { markType } from "./type"; /** * @hidden */ export let BulletGraphDescription = /*@__PURE__*/ (() => { class BulletGraphDescription extends Description { constructor() { super(); this.cj = null; this.x = 0; this.cl = null; this.ck = null; this.c0 = null; this.cn = null; this.ce = null; this.az = 0; this.cq = null; this.cr = null; this.cs = null; this.am = 0; this.i = null; this.g = null; this.h = null; this.ae = 0; this.s = 0; this.ad = 0; this.r = 0; this.ap = 0; this.cu = null; this.a0 = 0; this.cy = null; this.ak = 0; this.al = 0; this.a1 = 0; this.a2 = 0; this.y = 0; this.av = 0; this.aw = 0; this.aa = 0; this.z = 0; this.ab = 0; this.ac = 0; this.af = 0; this.ax = 0; this.au = 0; this.ay = 0; this.cw = null; this.ci = null; this.cx = null; this.cz = null; this.a3 = 0; this.ah = 0; this.ag = 0; this.ai = 0; this.cp = null; this.n = false; this.cf = null; this.cg = null; this.w = 0; this.u = 0; this.v = 0; this.ao = 0; this.an = 0; this.ct = null; this.aq = 0; this.ar = 0; this.as = 0; this.cv = null; this.at = 0; this.co = null; this.f = null; this.b8 = 0; this.b7 = 0; this.o = false; this.ch = null; this.aj = 0; this.t = 0; this.cm = null; this.cd = null; this.cc = null; this.cb = null; } get fontFamily() { return this.cj; } set fontFamily(a) { this.cj = a; this.e("FontFamily"); } get fontSize() { return this.x; } set fontSize(a) { this.x = a; this.e("FontSize"); } get fontWeight() { return this.cl; } set fontWeight(a) { this.cl = a; this.e("FontWeight"); } get fontStyle() { return this.ck; } set fontStyle(a) { this.ck = a; this.e("FontStyle"); } get width() { return this.c0; } set width(a) { this.c0 = a; this.e("Width"); } get height() { return this.cn; } set height(a) { this.cn = a; this.e("Height"); } get background() { return this.ce; } set background(a) { this.ce = a; this.e("Background"); } get_type() { return "BulletGraph"; } get type() { return this.get_type(); } get transitionProgress() { return this.az; } set transitionProgress(a) { this.az = a; this.e("TransitionProgress"); } get orientation() { return this.cq; } set orientation(a) { this.cq = a; this.e("Orientation"); } get scaleBackgroundBrush() { return this.cr; } set scaleBackgroundBrush(a) { this.cr = a; this.e("ScaleBackgroundBrush"); } get scaleBackgroundOutline() { return this.cs; } set scaleBackgroundOutline(a) { this.cs = a; this.e("ScaleBackgroundOutline"); } get scaleBackgroundThickness() { return this.am; } set scaleBackgroundThickness(a) { this.am = a; this.e("ScaleBackgroundThickness"); } get ranges() { return this.i; } set ranges(a) { this.i = a; this.e("Ranges"); } get rangeBrushes() { return this.g; } set rangeBrushes(a) { this.g = a; this.e("RangeBrushes"); } get rangeOutlines() { return this.h; } set rangeOutlines(a) { this.h = a; this.e("RangeOutlines"); } get minimumValue() { return this.ae; } set minimumValue(a) { this.ae = a; this.e("MinimumValue"); } get actualMinimumValue() { return this.s; } set actualMinimumValue(a) { this.s = a; this.e("ActualMinimumValue"); } get maximumValue() { return this.ad; } set maximumValue(a) { this.ad = a; this.e("MaximumValue"); } get actualMaximumValue() { return this.r; } set actualMaximumValue(a) { this.r = a; this.e("ActualMaximumValue"); } get targetValue() { return this.ap; } set targetValue(a) { this.ap = a; this.e("TargetValue"); } get targetValueName() { return this.cu; } set targetValueName(a) { this.cu = a; this.e("TargetValueName"); } get value() { return this.a0; } set value(a) { this.a0 = a; this.e("Value"); } get valueName() { return this.cy; } set valueName(a) { this.cy = a; this.e("ValueName"); } get rangeInnerExtent() { return this.ak; } set rangeInnerExtent(a) { this.ak = a; this.e("RangeInnerExtent"); } get rangeOuterExtent() { return this.al; } set rangeOuterExtent(a) { this.al = a; this.e("RangeOuterExtent"); } get valueInnerExtent() { return this.a1; } set valueInnerExtent(a) { this.a1 = a; this.e("ValueInnerExtent"); } get valueOuterExtent() { return this.a2; } set valueOuterExtent(a) { this.a2 = a; this.e("ValueOuterExtent"); } get interval() { return this.y; } set interval(a) { this.y = a; this.e("Interval"); } get ticksPostInitial() { return this.av; } set ticksPostInitial(a) { this.av = a; this.e("TicksPostInitial"); } get ticksPreTerminal() { return this.aw; } set ticksPreTerminal(a) { this.aw = a; this.e("TicksPreTerminal"); } get labelInterval() { return this.aa; } set labelInterval(a) { this.aa = a; this.e("LabelInterval"); } get labelExtent() { return this.z; } set labelExtent(a) { this.z = a; this.e("LabelExtent"); } get labelsPostInitial() { return this.ab; } set labelsPostInitial(a) { this.ab = a; this.e("LabelsPostInitial"); } get labelsPreTerminal() { return this.ac; } set labelsPreTerminal(a) { this.ac = a; this.e("LabelsPreTerminal"); } get minorTickCount() { return this.af; } set minorTickCount(a) { this.af = a; this.e("MinorTickCount"); } get tickStartExtent() { return this.ax; } set tickStartExtent(a) { this.ax = a; this.e("TickStartExtent"); } get tickEndExtent() { return this.au; } set tickEndExtent(a) { this.au = a; this.e("TickEndExtent"); } get tickStrokeThickness() { return this.ay; } set tickStrokeThickness(a) { this.ay = a; this.e("TickStrokeThickness"); } get tickBrush() { return this.cw; } set tickBrush(a) { this.cw = a; this.e("TickBrush"); } get fontBrush() { return this.ci; } set fontBrush(a) { this.ci = a; this.e("FontBrush"); } get valueBrush() { return this.cx; } set valueBrush(a) { this.cx = a; this.e("ValueBrush"); } get valueOutline() { return this.cz; } set valueOutline(a) { this.cz = a; this.e("ValueOutline"); } get valueStrokeThickness() { return this.a3; } set valueStrokeThickness(a) { this.a3 = a; this.e("ValueStrokeThickness"); } get minorTickStartExtent() { return this.ah; } set minorTickStartExtent(a) { this.ah = a; this.e("MinorTickStartExtent"); } get minorTickEndExtent() { return this.ag; } set minorTickEndExtent(a) { this.ag = a; this.e("MinorTickEndExtent"); } get minorTickStrokeThickness() { return this.ai; } set minorTickStrokeThickness(a) { this.ai = a; this.e("MinorTickStrokeThickness"); } get minorTickBrush() { return this.cp; } set minorTickBrush(a) { this.cp = a; this.e("MinorTickBrush"); } get isScaleInverted() { return this.n; } set isScaleInverted(a) { this.n = a; this.e("IsScaleInverted"); } get backingBrush() { return this.cf; } set backingBrush(a) { this.cf = a; this.e("BackingBrush"); } get backingOutline() { return this.cg; } set backingOutline(a) { this.cg = a; this.e("BackingOutline"); } get backingStrokeThickness() { return this.w; } set backingStrokeThickness(a) { this.w = a; this.e("BackingStrokeThickness"); } get backingInnerExtent() { return this.u; } set backingInnerExtent(a) { this.u = a; this.e("BackingInnerExtent"); } get backingOuterExtent() { return this.v; } set backingOuterExtent(a) { this.v = a; this.e("BackingOuterExtent"); } get scaleStartExtent() { return this.ao; } set scaleStartExtent(a) { this.ao = a; this.e("ScaleStartExtent"); } get scaleEndExtent() { return this.an; } set scaleEndExtent(a) { this.an = a; this.e("ScaleEndExtent"); } get targetValueBrush() { return this.ct; } set targetValueBrush(a) { this.ct = a; this.e("TargetValueBrush"); } get targetValueBreadth() { return this.aq; } set targetValueBreadth(a) { this.aq = a; this.e("TargetValueBreadth"); } get targetValueInnerExtent() { return this.ar; } set targetValueInnerExtent(a) { this.ar = a; this.e("TargetValueInnerExtent"); } get targetValueOuterExtent() { return this.as; } set targetValueOuterExtent(a) { this.as = a; this.e("TargetValueOuterExtent"); } get targetValueOutline() { return this.cv; } set targetValueOutline(a) { this.cv = a; this.e("TargetValueOutline"); } get targetValueStrokeThickness() { return this.at; } set targetValueStrokeThickness(a) { this.at = a; this.e("TargetValueStrokeThickness"); } get labelFormat() { return this.co; } set labelFormat(a) { this.co = a; this.e("LabelFormat"); } get labelFormatSpecifiers() { return this.f; } set labelFormatSpecifiers(a) { this.f = a; this.e("LabelFormatSpecifiers"); } get transitionDuration() { return this.b8; } set transitionDuration(a) { this.b8 = a; this.e("TransitionDuration"); } get showToolTipTimeout() { return this.b7; } set showToolTipTimeout(a) { this.b7 = a; this.e("ShowToolTipTimeout"); } get showToolTip() { return this.o; } set showToolTip(a) { this.o = a; this.e("ShowToolTip"); } get font() { return this.ch; } set font(a) { this.ch = a; this.e("Font"); } get pixelScalingRatio() { return this.aj; } set pixelScalingRatio(a) { this.aj = a; this.e("PixelScalingRatio"); } get actualPixelScalingRatio() { return this.t; } set actualPixelScalingRatio(a) { this.t = a; this.e("ActualPixelScalingRatio"); } get formatLabelRef() { return this.cm; } set formatLabelRef(a) { this.cm = a; this.e("FormatLabelRef"); } get alignLabelRef() { return this.cd; } set alignLabelRef(a) { this.cd = a; this.e("AlignLabelRef"); } get actualMinimumValueChangeRef() { return this.cc; } set actualMinimumValueChangeRef(a) { this.cc = a; this.e("ActualMinimumValueChangeRef"); } get actualMaximumValueChangeRef() { return this.cb; } set actualMaximumValueChangeRef(a) { this.cb = a; this.e("ActualMaximumValueChangeRef"); } } BulletGraphDescription.$t = markType(BulletGraphDescription, 'BulletGraphDescription', Description.$); return BulletGraphDescription; })();