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