igniteui-angular-core
Version:
Ignite UI Angular Core logic used in multiple UI components.
707 lines (706 loc) • 19.2 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 { Description } from "./Description";
import { markType } from "./type";
/**
* @hidden
*/
export let LinearGaugeDescription = /*@__PURE__*/ (() => {
class LinearGaugeDescription extends Description {
constructor() {
super();
this.c6 = null;
this.ag = 0;
this.c8 = null;
this.c7 = null;
this.dp = null;
this.da = null;
this.c1 = null;
this.bh = 0;
this.dj = null;
this.k = null;
this.i = null;
this.j = null;
this.ap = 0;
this.ab = 0;
this.ao = 0;
this.aa = 0;
this.bi = 0;
this.di = null;
this.dg = null;
this.a5 = 0;
this.a8 = 0;
this.a6 = 0;
this.a9 = 0;
this.aw = 0;
this.a0 = 0;
this.av = 0;
this.az = 0;
this.ay = 0;
this.a2 = 0;
this.ax = 0;
this.a1 = 0;
this.aj = 0;
this.bd = 0;
this.be = 0;
this.al = 0;
this.ak = 0;
this.am = 0;
this.an = 0;
this.aq = 0;
this.bf = 0;
this.bc = 0;
this.bg = 0;
this.dm = null;
this.c5 = null;
this.au = 0;
this.df = null;
this.dh = null;
this.a3 = 0;
this.as = 0;
this.ar = 0;
this.at = 0;
this.de = null;
this.r = false;
this.c2 = null;
this.c3 = null;
this.af = 0;
this.ad = 0;
this.ae = 0;
this.ba = 0;
this.a7 = 0;
this.dk = null;
this.dl = null;
this.bb = 0;
this.s = false;
this.q = false;
this.p = false;
this.dd = null;
this.h = null;
this.cu = 0;
this.ah = 0;
this.z = 0;
this.ai = 0;
this.cx = null;
this.dc = null;
this.ct = 0;
this.t = false;
this.c4 = null;
this.a4 = 0;
this.ac = 0;
this.c9 = null;
this.c0 = null;
this.dn = null;
this.db = null;
this.cz = null;
this.cy = null;
}
get fontFamily() {
return this.c6;
}
set fontFamily(a) {
this.c6 = a;
this.g("FontFamily");
}
get fontSize() {
return this.ag;
}
set fontSize(a) {
this.ag = a;
this.g("FontSize");
}
get fontWeight() {
return this.c8;
}
set fontWeight(a) {
this.c8 = a;
this.g("FontWeight");
}
get fontStyle() {
return this.c7;
}
set fontStyle(a) {
this.c7 = a;
this.g("FontStyle");
}
get width() {
return this.dp;
}
set width(a) {
this.dp = a;
this.g("Width");
}
get height() {
return this.da;
}
set height(a) {
this.da = a;
this.g("Height");
}
get background() {
return this.c1;
}
set background(a) {
this.c1 = a;
this.g("Background");
}
get_type() {
return "LinearGauge";
}
get type() {
return this.get_type();
}
get transitionProgress() {
return this.bh;
}
set transitionProgress(a) {
this.bh = a;
this.g("TransitionProgress");
}
get orientation() {
return this.dj;
}
set orientation(a) {
this.dj = a;
this.g("Orientation");
}
get ranges() {
return this.k;
}
set ranges(a) {
this.k = a;
this.g("Ranges");
}
get rangeBrushes() {
return this.i;
}
set rangeBrushes(a) {
this.i = a;
this.g("RangeBrushes");
}
get rangeOutlines() {
return this.j;
}
set rangeOutlines(a) {
this.j = a;
this.g("RangeOutlines");
}
get minimumValue() {
return this.ap;
}
set minimumValue(a) {
this.ap = a;
this.g("MinimumValue");
}
get actualMinimumValue() {
return this.ab;
}
set actualMinimumValue(a) {
this.ab = a;
this.g("ActualMinimumValue");
}
get maximumValue() {
return this.ao;
}
set maximumValue(a) {
this.ao = a;
this.g("MaximumValue");
}
get actualMaximumValue() {
return this.aa;
}
set actualMaximumValue(a) {
this.aa = a;
this.g("ActualMaximumValue");
}
get value() {
return this.bi;
}
set value(a) {
this.bi = a;
this.g("Value");
}
get needleShape() {
return this.di;
}
set needleShape(a) {
this.di = a;
this.g("NeedleShape");
}
get needleName() {
return this.dg;
}
set needleName(a) {
this.dg = a;
this.g("NeedleName");
}
get rangeInnerExtent() {
return this.a5;
}
set rangeInnerExtent(a) {
this.a5 = a;
this.g("RangeInnerExtent");
}
get scaleInnerExtent() {
return this.a8;
}
set scaleInnerExtent(a) {
this.a8 = a;
this.g("ScaleInnerExtent");
}
get rangeOuterExtent() {
return this.a6;
}
set rangeOuterExtent(a) {
this.a6 = a;
this.g("RangeOuterExtent");
}
get scaleOuterExtent() {
return this.a9;
}
set scaleOuterExtent(a) {
this.a9 = a;
this.g("ScaleOuterExtent");
}
get needleInnerExtent() {
return this.aw;
}
set needleInnerExtent(a) {
this.aw = a;
this.g("NeedleInnerExtent");
}
get needleOuterExtent() {
return this.a0;
}
set needleOuterExtent(a) {
this.a0 = a;
this.g("NeedleOuterExtent");
}
get needleInnerBaseWidth() {
return this.av;
}
set needleInnerBaseWidth(a) {
this.av = a;
this.g("NeedleInnerBaseWidth");
}
get needleOuterBaseWidth() {
return this.az;
}
set needleOuterBaseWidth(a) {
this.az = a;
this.g("NeedleOuterBaseWidth");
}
get needleInnerPointWidth() {
return this.ay;
}
set needleInnerPointWidth(a) {
this.ay = a;
this.g("NeedleInnerPointWidth");
}
get needleOuterPointWidth() {
return this.a2;
}
set needleOuterPointWidth(a) {
this.a2 = a;
this.g("NeedleOuterPointWidth");
}
get needleInnerPointExtent() {
return this.ax;
}
set needleInnerPointExtent(a) {
this.ax = a;
this.g("NeedleInnerPointExtent");
}
get needleOuterPointExtent() {
return this.a1;
}
set needleOuterPointExtent(a) {
this.a1 = a;
this.g("NeedleOuterPointExtent");
}
get interval() {
return this.aj;
}
set interval(a) {
this.aj = a;
this.g("Interval");
}
get ticksPostInitial() {
return this.bd;
}
set ticksPostInitial(a) {
this.bd = a;
this.g("TicksPostInitial");
}
get ticksPreTerminal() {
return this.be;
}
set ticksPreTerminal(a) {
this.be = a;
this.g("TicksPreTerminal");
}
get labelInterval() {
return this.al;
}
set labelInterval(a) {
this.al = a;
this.g("LabelInterval");
}
get labelExtent() {
return this.ak;
}
set labelExtent(a) {
this.ak = a;
this.g("LabelExtent");
}
get labelsPostInitial() {
return this.am;
}
set labelsPostInitial(a) {
this.am = a;
this.g("LabelsPostInitial");
}
get labelsPreTerminal() {
return this.an;
}
set labelsPreTerminal(a) {
this.an = a;
this.g("LabelsPreTerminal");
}
get minorTickCount() {
return this.aq;
}
set minorTickCount(a) {
this.aq = a;
this.g("MinorTickCount");
}
get tickStartExtent() {
return this.bf;
}
set tickStartExtent(a) {
this.bf = a;
this.g("TickStartExtent");
}
get tickEndExtent() {
return this.bc;
}
set tickEndExtent(a) {
this.bc = a;
this.g("TickEndExtent");
}
get tickStrokeThickness() {
return this.bg;
}
set tickStrokeThickness(a) {
this.bg = a;
this.g("TickStrokeThickness");
}
get tickBrush() {
return this.dm;
}
set tickBrush(a) {
this.dm = a;
this.g("TickBrush");
}
get fontBrush() {
return this.c5;
}
set fontBrush(a) {
this.c5 = a;
this.g("FontBrush");
}
get needleBreadth() {
return this.au;
}
set needleBreadth(a) {
this.au = a;
this.g("NeedleBreadth");
}
get needleBrush() {
return this.df;
}
set needleBrush(a) {
this.df = a;
this.g("NeedleBrush");
}
get needleOutline() {
return this.dh;
}
set needleOutline(a) {
this.dh = a;
this.g("NeedleOutline");
}
get needleStrokeThickness() {
return this.a3;
}
set needleStrokeThickness(a) {
this.a3 = a;
this.g("NeedleStrokeThickness");
}
get minorTickStartExtent() {
return this.as;
}
set minorTickStartExtent(a) {
this.as = a;
this.g("MinorTickStartExtent");
}
get minorTickEndExtent() {
return this.ar;
}
set minorTickEndExtent(a) {
this.ar = a;
this.g("MinorTickEndExtent");
}
get minorTickStrokeThickness() {
return this.at;
}
set minorTickStrokeThickness(a) {
this.at = a;
this.g("MinorTickStrokeThickness");
}
get minorTickBrush() {
return this.de;
}
set minorTickBrush(a) {
this.de = a;
this.g("MinorTickBrush");
}
get isScaleInverted() {
return this.r;
}
set isScaleInverted(a) {
this.r = a;
this.g("IsScaleInverted");
}
get backingBrush() {
return this.c2;
}
set backingBrush(a) {
this.c2 = a;
this.g("BackingBrush");
}
get backingOutline() {
return this.c3;
}
set backingOutline(a) {
this.c3 = a;
this.g("BackingOutline");
}
get backingStrokeThickness() {
return this.af;
}
set backingStrokeThickness(a) {
this.af = a;
this.g("BackingStrokeThickness");
}
get backingInnerExtent() {
return this.ad;
}
set backingInnerExtent(a) {
this.ad = a;
this.g("BackingInnerExtent");
}
get backingOuterExtent() {
return this.ae;
}
set backingOuterExtent(a) {
this.ae = a;
this.g("BackingOuterExtent");
}
get scaleStartExtent() {
return this.ba;
}
set scaleStartExtent(a) {
this.ba = a;
this.g("ScaleStartExtent");
}
get scaleEndExtent() {
return this.a7;
}
set scaleEndExtent(a) {
this.a7 = a;
this.g("ScaleEndExtent");
}
get scaleBrush() {
return this.dk;
}
set scaleBrush(a) {
this.dk = a;
this.g("ScaleBrush");
}
get scaleOutline() {
return this.dl;
}
set scaleOutline(a) {
this.dl = a;
this.g("ScaleOutline");
}
get scaleStrokeThickness() {
return this.bb;
}
set scaleStrokeThickness(a) {
this.bb = a;
this.g("ScaleStrokeThickness");
}
get mergeViewports() {
return this.s;
}
set mergeViewports(a) {
this.s = a;
this.g("MergeViewports");
}
get isNeedleDraggingEnabled() {
return this.q;
}
set isNeedleDraggingEnabled(a) {
this.q = a;
this.g("IsNeedleDraggingEnabled");
}
get isHighlightNeedleDraggingEnabled() {
return this.p;
}
set isHighlightNeedleDraggingEnabled(a) {
this.p = a;
this.g("IsHighlightNeedleDraggingEnabled");
}
get labelFormat() {
return this.dd;
}
set labelFormat(a) {
this.dd = a;
this.g("LabelFormat");
}
get labelFormatSpecifiers() {
return this.h;
}
set labelFormatSpecifiers(a) {
this.h = a;
this.g("LabelFormatSpecifiers");
}
get transitionDuration() {
return this.cu;
}
set transitionDuration(a) {
this.cu = a;
this.g("TransitionDuration");
}
get highlightValue() {
return this.ah;
}
set highlightValue(a) {
this.ah = a;
this.g("HighlightValue");
}
get actualHighlightValueOpacity() {
return this.z;
}
set actualHighlightValueOpacity(a) {
this.z = a;
this.g("ActualHighlightValueOpacity");
}
get highlightValueOpacity() {
return this.ai;
}
set highlightValueOpacity(a) {
this.ai = a;
this.g("HighlightValueOpacity");
}
get actualHighlightValueDisplayMode() {
return this.cx;
}
set actualHighlightValueDisplayMode(a) {
this.cx = a;
this.g("ActualHighlightValueDisplayMode");
}
get highlightValueDisplayMode() {
return this.dc;
}
set highlightValueDisplayMode(a) {
this.dc = a;
this.g("HighlightValueDisplayMode");
}
get showToolTipTimeout() {
return this.ct;
}
set showToolTipTimeout(a) {
this.ct = a;
this.g("ShowToolTipTimeout");
}
get showToolTip() {
return this.t;
}
set showToolTip(a) {
this.t = a;
this.g("ShowToolTip");
}
get font() {
return this.c4;
}
set font(a) {
this.c4 = a;
this.g("Font");
}
get pixelScalingRatio() {
return this.a4;
}
set pixelScalingRatio(a) {
this.a4 = a;
this.g("PixelScalingRatio");
}
get actualPixelScalingRatio() {
return this.ac;
}
set actualPixelScalingRatio(a) {
this.ac = a;
this.g("ActualPixelScalingRatio");
}
get formatLabelRef() {
return this.c9;
}
set formatLabelRef(a) {
this.c9 = a;
this.g("FormatLabelRef");
}
get alignLabelRef() {
return this.c0;
}
set alignLabelRef(a) {
this.c0 = a;
this.g("AlignLabelRef");
}
get valueChangedRef() {
return this.dn;
}
set valueChangedRef(a) {
this.dn = a;
this.g("ValueChangedRef");
}
get highlightValueChangedRef() {
return this.db;
}
set highlightValueChangedRef(a) {
this.db = a;
this.g("HighlightValueChangedRef");
}
get actualMinimumValueChangeRef() {
return this.cz;
}
set actualMinimumValueChangeRef(a) {
this.cz = a;
this.g("ActualMinimumValueChangeRef");
}
get actualMaximumValueChangeRef() {
return this.cy;
}
set actualMaximumValueChangeRef(a) {
this.cy = a;
this.g("ActualMaximumValueChangeRef");
}
}
LinearGaugeDescription.$t = markType(LinearGaugeDescription, 'LinearGaugeDescription', Description.$);
return LinearGaugeDescription;
})();