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