igniteui-angular-core
Version:
Ignite UI Angular Core logic used in multiple UI components.
585 lines (584 loc) • 17.3 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 MultiSliderDescription = /** @class */ /*@__PURE__*/ (function (_super) {
__extends(MultiSliderDescription, _super);
function MultiSliderDescription() {
var _this = _super.call(this) || this;
_this.k = null;
_this.w = 0;
_this.v = 0;
_this.aa = 0;
_this.ah = 0;
_this.ai = 0;
_this.aj = 0;
_this.x = 0;
_this.q = 0;
_this.m = null;
_this.am = 0;
_this.z = 0;
_this.u = 0;
_this.ag = 0;
_this.af = 0;
_this.al = 0;
_this.ak = 0;
_this.r = 0;
_this.bf = null;
_this.bk = null;
_this.ad = 0;
_this.bo = null;
_this.ae = 0;
_this.ac = 0;
_this.ba = null;
_this.bb = null;
_this.s = 0;
_this.bg = null;
_this.bh = null;
_this.y = 0;
_this.bi = null;
_this.bp = null;
_this.bc = null;
_this.be = null;
_this.bd = null;
_this.t = 0;
_this.o = false;
_this.bl = null;
_this.ab = 0;
_this.bm = null;
_this.bn = null;
_this.bj = null;
_this.br = null;
_this.bq = null;
_this.bt = null;
_this.bs = null;
return _this;
}
MultiSliderDescription.prototype.get_type = function () {
return "MultiSlider";
};
Object.defineProperty(MultiSliderDescription.prototype, "type", {
get: function () {
return this.get_type();
},
enumerable: false,
configurable: true
});
Object.defineProperty(MultiSliderDescription.prototype, "thumbs", {
get: function () {
return this.k;
},
set: function (a) {
this.k = a;
this.j("Thumbs");
},
enumerable: false,
configurable: true
});
Object.defineProperty(MultiSliderDescription.prototype, "min", {
get: function () {
return this.w;
},
set: function (a) {
this.w = a;
this.j("Min");
},
enumerable: false,
configurable: true
});
Object.defineProperty(MultiSliderDescription.prototype, "max", {
get: function () {
return this.v;
},
set: function (a) {
this.v = a;
this.j("Max");
},
enumerable: false,
configurable: true
});
Object.defineProperty(MultiSliderDescription.prototype, "step", {
get: function () {
return this.aa;
},
set: function (a) {
this.aa = a;
this.j("Step");
},
enumerable: false,
configurable: true
});
Object.defineProperty(MultiSliderDescription.prototype, "yMax", {
get: function () {
return this.ah;
},
set: function (a) {
this.ah = a;
this.j("YMax");
},
enumerable: false,
configurable: true
});
Object.defineProperty(MultiSliderDescription.prototype, "yMin", {
get: function () {
return this.ai;
},
set: function (a) {
this.ai = a;
this.j("YMin");
},
enumerable: false,
configurable: true
});
Object.defineProperty(MultiSliderDescription.prototype, "yStep", {
get: function () {
return this.aj;
},
set: function (a) {
this.aj = a;
this.j("YStep");
},
enumerable: false,
configurable: true
});
Object.defineProperty(MultiSliderDescription.prototype, "pixelScalingRatio", {
get: function () {
return this.x;
},
set: function (a) {
this.x = a;
this.j("PixelScalingRatio");
},
enumerable: false,
configurable: true
});
Object.defineProperty(MultiSliderDescription.prototype, "actualPixelScalingRatio", {
get: function () {
return this.q;
},
set: function (a) {
this.q = a;
this.j("ActualPixelScalingRatio");
},
enumerable: false,
configurable: true
});
Object.defineProperty(MultiSliderDescription.prototype, "windowRect", {
get: function () {
return this.m;
},
set: function (a) {
this.m = a;
this.j("WindowRect");
},
enumerable: false,
configurable: true
});
Object.defineProperty(MultiSliderDescription.prototype, "yValue", {
get: function () {
return this.am;
},
set: function (a) {
this.am = a;
this.j("YValue");
},
enumerable: false,
configurable: true
});
Object.defineProperty(MultiSliderDescription.prototype, "startInset", {
get: function () {
return this.z;
},
set: function (a) {
this.z = a;
this.j("StartInset");
},
enumerable: false,
configurable: true
});
Object.defineProperty(MultiSliderDescription.prototype, "endInset", {
get: function () {
return this.u;
},
set: function (a) {
this.u = a;
this.j("EndInset");
},
enumerable: false,
configurable: true
});
Object.defineProperty(MultiSliderDescription.prototype, "trackStartInset", {
get: function () {
return this.ag;
},
set: function (a) {
this.ag = a;
this.j("TrackStartInset");
},
enumerable: false,
configurable: true
});
Object.defineProperty(MultiSliderDescription.prototype, "trackEndInset", {
get: function () {
return this.af;
},
set: function (a) {
this.af = a;
this.j("TrackEndInset");
},
enumerable: false,
configurable: true
});
Object.defineProperty(MultiSliderDescription.prototype, "yTrackStartInset", {
get: function () {
return this.al;
},
set: function (a) {
this.al = a;
this.j("YTrackStartInset");
},
enumerable: false,
configurable: true
});
Object.defineProperty(MultiSliderDescription.prototype, "yTrackEndInset", {
get: function () {
return this.ak;
},
set: function (a) {
this.ak = a;
this.j("YTrackEndInset");
},
enumerable: false,
configurable: true
});
Object.defineProperty(MultiSliderDescription.prototype, "barExtent", {
get: function () {
return this.r;
},
set: function (a) {
this.r = a;
this.j("BarExtent");
},
enumerable: false,
configurable: true
});
Object.defineProperty(MultiSliderDescription.prototype, "orientation", {
get: function () {
return this.bf;
},
set: function (a) {
this.bf = a;
this.j("Orientation");
},
enumerable: false,
configurable: true
});
Object.defineProperty(MultiSliderDescription.prototype, "thumbBrush", {
get: function () {
return this.bk;
},
set: function (a) {
this.bk = a;
this.j("ThumbBrush");
},
enumerable: false,
configurable: true
});
Object.defineProperty(MultiSliderDescription.prototype, "thumbStrokeThickness", {
get: function () {
return this.ad;
},
set: function (a) {
this.ad = a;
this.j("ThumbStrokeThickness");
},
enumerable: false,
configurable: true
});
Object.defineProperty(MultiSliderDescription.prototype, "thumbOutline", {
get: function () {
return this.bo;
},
set: function (a) {
this.bo = a;
this.j("ThumbOutline");
},
enumerable: false,
configurable: true
});
Object.defineProperty(MultiSliderDescription.prototype, "thumbWidth", {
get: function () {
return this.ae;
},
set: function (a) {
this.ae = a;
this.j("ThumbWidth");
},
enumerable: false,
configurable: true
});
Object.defineProperty(MultiSliderDescription.prototype, "thumbHeight", {
get: function () {
return this.ac;
},
set: function (a) {
this.ac = a;
this.j("ThumbHeight");
},
enumerable: false,
configurable: true
});
Object.defineProperty(MultiSliderDescription.prototype, "barBrush", {
get: function () {
return this.ba;
},
set: function (a) {
this.ba = a;
this.j("BarBrush");
},
enumerable: false,
configurable: true
});
Object.defineProperty(MultiSliderDescription.prototype, "barOutline", {
get: function () {
return this.bb;
},
set: function (a) {
this.bb = a;
this.j("BarOutline");
},
enumerable: false,
configurable: true
});
Object.defineProperty(MultiSliderDescription.prototype, "barStrokeThickness", {
get: function () {
return this.s;
},
set: function (a) {
this.s = a;
this.j("BarStrokeThickness");
},
enumerable: false,
configurable: true
});
Object.defineProperty(MultiSliderDescription.prototype, "rangeThumbBrush", {
get: function () {
return this.bg;
},
set: function (a) {
this.bg = a;
this.j("RangeThumbBrush");
},
enumerable: false,
configurable: true
});
Object.defineProperty(MultiSliderDescription.prototype, "rangeThumbOutline", {
get: function () {
return this.bh;
},
set: function (a) {
this.bh = a;
this.j("RangeThumbOutline");
},
enumerable: false,
configurable: true
});
Object.defineProperty(MultiSliderDescription.prototype, "rangeThumbStrokeThickness", {
get: function () {
return this.y;
},
set: function (a) {
this.y = a;
this.j("RangeThumbStrokeThickness");
},
enumerable: false,
configurable: true
});
Object.defineProperty(MultiSliderDescription.prototype, "rangeThumbRidgesBrush", {
get: function () {
return this.bi;
},
set: function (a) {
this.bi = a;
this.j("RangeThumbRidgesBrush");
},
enumerable: false,
configurable: true
});
Object.defineProperty(MultiSliderDescription.prototype, "thumbRidgesBrush", {
get: function () {
return this.bp;
},
set: function (a) {
this.bp = a;
this.j("ThumbRidgesBrush");
},
enumerable: false,
configurable: true
});
Object.defineProperty(MultiSliderDescription.prototype, "calloutBrush", {
get: function () {
return this.bc;
},
set: function (a) {
this.bc = a;
this.j("CalloutBrush");
},
enumerable: false,
configurable: true
});
Object.defineProperty(MultiSliderDescription.prototype, "calloutTextColor", {
get: function () {
return this.be;
},
set: function (a) {
this.be = a;
this.j("CalloutTextColor");
},
enumerable: false,
configurable: true
});
Object.defineProperty(MultiSliderDescription.prototype, "calloutOutline", {
get: function () {
return this.bd;
},
set: function (a) {
this.bd = a;
this.j("CalloutOutline");
},
enumerable: false,
configurable: true
});
Object.defineProperty(MultiSliderDescription.prototype, "calloutStrokeThickness", {
get: function () {
return this.t;
},
set: function (a) {
this.t = a;
this.j("CalloutStrokeThickness");
},
enumerable: false,
configurable: true
});
Object.defineProperty(MultiSliderDescription.prototype, "areThumbCalloutsEnabled", {
get: function () {
return this.o;
},
set: function (a) {
this.o = a;
this.j("AreThumbCalloutsEnabled");
},
enumerable: false,
configurable: true
});
Object.defineProperty(MultiSliderDescription.prototype, "thumbCalloutFontFamily", {
get: function () {
return this.bl;
},
set: function (a) {
this.bl = a;
this.j("ThumbCalloutFontFamily");
},
enumerable: false,
configurable: true
});
Object.defineProperty(MultiSliderDescription.prototype, "thumbCalloutFontSize", {
get: function () {
return this.ab;
},
set: function (a) {
this.ab = a;
this.j("ThumbCalloutFontSize");
},
enumerable: false,
configurable: true
});
Object.defineProperty(MultiSliderDescription.prototype, "thumbCalloutFontStyle", {
get: function () {
return this.bm;
},
set: function (a) {
this.bm = a;
this.j("ThumbCalloutFontStyle");
},
enumerable: false,
configurable: true
});
Object.defineProperty(MultiSliderDescription.prototype, "thumbCalloutFontWeight", {
get: function () {
return this.bn;
},
set: function (a) {
this.bn = a;
this.j("ThumbCalloutFontWeight");
},
enumerable: false,
configurable: true
});
Object.defineProperty(MultiSliderDescription.prototype, "resolvingToolTipValueRef", {
get: function () {
return this.bj;
},
set: function (a) {
this.bj = a;
this.j("ResolvingToolTipValueRef");
},
enumerable: false,
configurable: true
});
Object.defineProperty(MultiSliderDescription.prototype, "thumbValueChangingRef", {
get: function () {
return this.br;
},
set: function (a) {
this.br = a;
this.j("ThumbValueChangingRef");
},
enumerable: false,
configurable: true
});
Object.defineProperty(MultiSliderDescription.prototype, "thumbValueChangedRef", {
get: function () {
return this.bq;
},
set: function (a) {
this.bq = a;
this.j("ThumbValueChangedRef");
},
enumerable: false,
configurable: true
});
Object.defineProperty(MultiSliderDescription.prototype, "yValueChangingRef", {
get: function () {
return this.bt;
},
set: function (a) {
this.bt = a;
this.j("YValueChangingRef");
},
enumerable: false,
configurable: true
});
Object.defineProperty(MultiSliderDescription.prototype, "yValueChangedRef", {
get: function () {
return this.bs;
},
set: function (a) {
this.bs = a;
this.j("YValueChangedRef");
},
enumerable: false,
configurable: true
});
MultiSliderDescription.$t = markType(MultiSliderDescription, 'MultiSliderDescription', Description.$);
return MultiSliderDescription;
}(Description));
export { MultiSliderDescription };