igniteui-react-core
Version:
Ignite UI React Core.
659 lines (658 loc) • 17.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 BulletGraphDescription = /*@__PURE__*/ (() => {
class BulletGraphDescription extends Description {
get fontFamily() {
return this.cu;
}
set fontFamily(a) {
this.cu = a;
this.g("FontFamily");
}
get fontSize() {
return this.ac;
}
set fontSize(a) {
this.ac = a;
this.g("FontSize");
}
get fontWeight() {
return this.cw;
}
set fontWeight(a) {
this.cw = a;
this.g("FontWeight");
}
get fontStyle() {
return this.cv;
}
set fontStyle(a) {
this.cv = a;
this.g("FontStyle");
}
get width() {
return this.dc;
}
set width(a) {
this.dc = a;
this.g("Width");
}
get height() {
return this.cy;
}
set height(a) {
this.cy = a;
this.g("Height");
}
get background() {
return this.cp;
}
set background(a) {
this.cp = a;
this.g("Background");
}
get_type() {
return "BulletGraph";
}
get type() {
return this.get_type();
}
constructor() {
super();
this.cu = null;
this.ac = 0;
this.cw = null;
this.cv = null;
this.dc = null;
this.cy = null;
this.cp = null;
this.a6 = 0;
this.c2 = null;
this.c3 = null;
this.c4 = null;
this.at = 0;
this.k = null;
this.i = null;
this.j = null;
this.al = 0;
this.x = 0;
this.ak = 0;
this.w = 0;
this.aw = 0;
this.c6 = null;
this.a7 = 0;
this.da = null;
this.ad = 0;
this.v = 0;
this.ae = 0;
this.cl = null;
this.cz = null;
this.ar = 0;
this.as = 0;
this.a8 = 0;
this.a9 = 0;
this.af = 0;
this.a2 = 0;
this.a3 = 0;
this.ah = 0;
this.ag = 0;
this.ai = 0;
this.aj = 0;
this.am = 0;
this.a4 = 0;
this.a1 = 0;
this.a5 = 0;
this.c8 = null;
this.ct = null;
this.c9 = null;
this.db = null;
this.ba = 0;
this.ao = 0;
this.an = 0;
this.ap = 0;
this.c1 = null;
this.p = false;
this.cq = null;
this.cr = null;
this.ab = 0;
this.z = 0;
this.aa = 0;
this.av = 0;
this.au = 0;
this.c5 = null;
this.ax = 0;
this.ay = 0;
this.az = 0;
this.c7 = null;
this.a0 = 0;
this.q = false;
this.c0 = null;
this.h = null;
this.ci = 0;
this.ch = 0;
this.r = false;
this.cs = null;
this.aq = 0;
this.y = 0;
this.cx = null;
this.co = null;
this.cn = null;
this.cm = null;
}
get transitionProgress() {
return this.a6;
}
set transitionProgress(a) {
this.a6 = a;
this.g("TransitionProgress");
}
get orientation() {
return this.c2;
}
set orientation(a) {
this.c2 = a;
this.g("Orientation");
}
get scaleBackgroundBrush() {
return this.c3;
}
set scaleBackgroundBrush(a) {
this.c3 = a;
this.g("ScaleBackgroundBrush");
}
get scaleBackgroundOutline() {
return this.c4;
}
set scaleBackgroundOutline(a) {
this.c4 = a;
this.g("ScaleBackgroundOutline");
}
get scaleBackgroundThickness() {
return this.at;
}
set scaleBackgroundThickness(a) {
this.at = a;
this.g("ScaleBackgroundThickness");
}
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.al;
}
set minimumValue(a) {
this.al = a;
this.g("MinimumValue");
}
get actualMinimumValue() {
return this.x;
}
set actualMinimumValue(a) {
this.x = a;
this.g("ActualMinimumValue");
}
get maximumValue() {
return this.ak;
}
set maximumValue(a) {
this.ak = a;
this.g("MaximumValue");
}
get actualMaximumValue() {
return this.w;
}
set actualMaximumValue(a) {
this.w = a;
this.g("ActualMaximumValue");
}
get targetValue() {
return this.aw;
}
set targetValue(a) {
this.aw = a;
this.g("TargetValue");
}
get targetValueName() {
return this.c6;
}
set targetValueName(a) {
this.c6 = a;
this.g("TargetValueName");
}
get value() {
return this.a7;
}
set value(a) {
this.a7 = a;
this.g("Value");
}
get valueName() {
return this.da;
}
set valueName(a) {
this.da = a;
this.g("ValueName");
}
get highlightValue() {
return this.ad;
}
set highlightValue(a) {
this.ad = a;
this.g("HighlightValue");
}
get actualHighlightValueOpacity() {
return this.v;
}
set actualHighlightValueOpacity(a) {
this.v = a;
this.g("ActualHighlightValueOpacity");
}
get highlightValueOpacity() {
return this.ae;
}
set highlightValueOpacity(a) {
this.ae = a;
this.g("HighlightValueOpacity");
}
get actualHighlightValueDisplayMode() {
return this.cl;
}
set actualHighlightValueDisplayMode(a) {
this.cl = a;
this.g("ActualHighlightValueDisplayMode");
}
get highlightValueDisplayMode() {
return this.cz;
}
set highlightValueDisplayMode(a) {
this.cz = a;
this.g("HighlightValueDisplayMode");
}
get rangeInnerExtent() {
return this.ar;
}
set rangeInnerExtent(a) {
this.ar = a;
this.g("RangeInnerExtent");
}
get rangeOuterExtent() {
return this.as;
}
set rangeOuterExtent(a) {
this.as = a;
this.g("RangeOuterExtent");
}
get valueInnerExtent() {
return this.a8;
}
set valueInnerExtent(a) {
this.a8 = a;
this.g("ValueInnerExtent");
}
get valueOuterExtent() {
return this.a9;
}
set valueOuterExtent(a) {
this.a9 = a;
this.g("ValueOuterExtent");
}
get interval() {
return this.af;
}
set interval(a) {
this.af = a;
this.g("Interval");
}
get ticksPostInitial() {
return this.a2;
}
set ticksPostInitial(a) {
this.a2 = a;
this.g("TicksPostInitial");
}
get ticksPreTerminal() {
return this.a3;
}
set ticksPreTerminal(a) {
this.a3 = a;
this.g("TicksPreTerminal");
}
get labelInterval() {
return this.ah;
}
set labelInterval(a) {
this.ah = a;
this.g("LabelInterval");
}
get labelExtent() {
return this.ag;
}
set labelExtent(a) {
this.ag = a;
this.g("LabelExtent");
}
get labelsPostInitial() {
return this.ai;
}
set labelsPostInitial(a) {
this.ai = a;
this.g("LabelsPostInitial");
}
get labelsPreTerminal() {
return this.aj;
}
set labelsPreTerminal(a) {
this.aj = a;
this.g("LabelsPreTerminal");
}
get minorTickCount() {
return this.am;
}
set minorTickCount(a) {
this.am = a;
this.g("MinorTickCount");
}
get tickStartExtent() {
return this.a4;
}
set tickStartExtent(a) {
this.a4 = a;
this.g("TickStartExtent");
}
get tickEndExtent() {
return this.a1;
}
set tickEndExtent(a) {
this.a1 = a;
this.g("TickEndExtent");
}
get tickStrokeThickness() {
return this.a5;
}
set tickStrokeThickness(a) {
this.a5 = a;
this.g("TickStrokeThickness");
}
get tickBrush() {
return this.c8;
}
set tickBrush(a) {
this.c8 = a;
this.g("TickBrush");
}
get fontBrush() {
return this.ct;
}
set fontBrush(a) {
this.ct = a;
this.g("FontBrush");
}
get valueBrush() {
return this.c9;
}
set valueBrush(a) {
this.c9 = a;
this.g("ValueBrush");
}
get valueOutline() {
return this.db;
}
set valueOutline(a) {
this.db = a;
this.g("ValueOutline");
}
get valueStrokeThickness() {
return this.ba;
}
set valueStrokeThickness(a) {
this.ba = a;
this.g("ValueStrokeThickness");
}
get minorTickStartExtent() {
return this.ao;
}
set minorTickStartExtent(a) {
this.ao = a;
this.g("MinorTickStartExtent");
}
get minorTickEndExtent() {
return this.an;
}
set minorTickEndExtent(a) {
this.an = a;
this.g("MinorTickEndExtent");
}
get minorTickStrokeThickness() {
return this.ap;
}
set minorTickStrokeThickness(a) {
this.ap = a;
this.g("MinorTickStrokeThickness");
}
get minorTickBrush() {
return this.c1;
}
set minorTickBrush(a) {
this.c1 = a;
this.g("MinorTickBrush");
}
get isScaleInverted() {
return this.p;
}
set isScaleInverted(a) {
this.p = a;
this.g("IsScaleInverted");
}
get backingBrush() {
return this.cq;
}
set backingBrush(a) {
this.cq = a;
this.g("BackingBrush");
}
get backingOutline() {
return this.cr;
}
set backingOutline(a) {
this.cr = a;
this.g("BackingOutline");
}
get backingStrokeThickness() {
return this.ab;
}
set backingStrokeThickness(a) {
this.ab = a;
this.g("BackingStrokeThickness");
}
get backingInnerExtent() {
return this.z;
}
set backingInnerExtent(a) {
this.z = a;
this.g("BackingInnerExtent");
}
get backingOuterExtent() {
return this.aa;
}
set backingOuterExtent(a) {
this.aa = a;
this.g("BackingOuterExtent");
}
get scaleStartExtent() {
return this.av;
}
set scaleStartExtent(a) {
this.av = a;
this.g("ScaleStartExtent");
}
get scaleEndExtent() {
return this.au;
}
set scaleEndExtent(a) {
this.au = a;
this.g("ScaleEndExtent");
}
get targetValueBrush() {
return this.c5;
}
set targetValueBrush(a) {
this.c5 = a;
this.g("TargetValueBrush");
}
get targetValueBreadth() {
return this.ax;
}
set targetValueBreadth(a) {
this.ax = a;
this.g("TargetValueBreadth");
}
get targetValueInnerExtent() {
return this.ay;
}
set targetValueInnerExtent(a) {
this.ay = a;
this.g("TargetValueInnerExtent");
}
get targetValueOuterExtent() {
return this.az;
}
set targetValueOuterExtent(a) {
this.az = a;
this.g("TargetValueOuterExtent");
}
get targetValueOutline() {
return this.c7;
}
set targetValueOutline(a) {
this.c7 = a;
this.g("TargetValueOutline");
}
get targetValueStrokeThickness() {
return this.a0;
}
set targetValueStrokeThickness(a) {
this.a0 = a;
this.g("TargetValueStrokeThickness");
}
get mergeViewports() {
return this.q;
}
set mergeViewports(a) {
this.q = a;
this.g("MergeViewports");
}
get labelFormat() {
return this.c0;
}
set labelFormat(a) {
this.c0 = a;
this.g("LabelFormat");
}
get labelFormatSpecifiers() {
return this.h;
}
set labelFormatSpecifiers(a) {
this.h = a;
this.g("LabelFormatSpecifiers");
}
get transitionDuration() {
return this.ci;
}
set transitionDuration(a) {
this.ci = a;
this.g("TransitionDuration");
}
get showToolTipTimeout() {
return this.ch;
}
set showToolTipTimeout(a) {
this.ch = a;
this.g("ShowToolTipTimeout");
}
get showToolTip() {
return this.r;
}
set showToolTip(a) {
this.r = a;
this.g("ShowToolTip");
}
get font() {
return this.cs;
}
set font(a) {
this.cs = a;
this.g("Font");
}
get pixelScalingRatio() {
return this.aq;
}
set pixelScalingRatio(a) {
this.aq = a;
this.g("PixelScalingRatio");
}
get actualPixelScalingRatio() {
return this.y;
}
set actualPixelScalingRatio(a) {
this.y = a;
this.g("ActualPixelScalingRatio");
}
get formatLabelRef() {
return this.cx;
}
set formatLabelRef(a) {
this.cx = a;
this.g("FormatLabelRef");
}
get alignLabelRef() {
return this.co;
}
set alignLabelRef(a) {
this.co = a;
this.g("AlignLabelRef");
}
get actualMinimumValueChangeRef() {
return this.cn;
}
set actualMinimumValueChangeRef(a) {
this.cn = a;
this.g("ActualMinimumValueChangeRef");
}
get actualMaximumValueChangeRef() {
return this.cm;
}
set actualMaximumValueChangeRef(a) {
this.cm = a;
this.g("ActualMaximumValueChangeRef");
}
}
BulletGraphDescription.$t = /*@__PURE__*/ markType(BulletGraphDescription, 'BulletGraphDescription', Description.$);
return BulletGraphDescription;
})();