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