igniteui-angular-core
Version:
Ignite UI Angular Core logic used in multiple UI components.
199 lines (198 loc) • 5.98 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 { NativeUIComponent } from "./NativeUIComponent";
import { enumGetBox, EnumUtil, markType } from "./type";
import { NativeUISliderOrientation_$type } from "./NativeUISliderOrientation";
/**
* @hidden
*/
var NativeUISlider = /** @class */ /*@__PURE__*/ (function (_super) {
__extends(NativeUISlider, _super);
function NativeUISlider() {
var _this = _super !== null && _super.apply(this, arguments) || this;
_this.bl = null;
_this.bm = null;
return _this;
}
NativeUISlider.prototype.get_e = function () {
return 5;
};
Object.defineProperty(NativeUISlider.prototype, "bs", {
get: function () {
var a = this.ag(2);
return a;
},
set: function (a) {
this.a4(2, a);
},
enumerable: false,
configurable: true
});
Object.defineProperty(NativeUISlider.prototype, "bq", {
get: function () {
var a = this.ag(12);
return a;
},
set: function (a) {
this.a4(12, a);
},
enumerable: false,
configurable: true
});
Object.defineProperty(NativeUISlider.prototype, "bu", {
get: function () {
var a = this.ag(97);
return a;
},
set: function (a) {
this.a4(97, a);
},
enumerable: false,
configurable: true
});
Object.defineProperty(NativeUISlider.prototype, "bv", {
get: function () {
var a = this.ag(92);
return a;
},
set: function (a) {
this.a4(92, a);
},
enumerable: false,
configurable: true
});
Object.defineProperty(NativeUISlider.prototype, "bx", {
get: function () {
var a = this.ag(94);
return a;
},
set: function (a) {
this.a4(94, a);
},
enumerable: false,
configurable: true
});
Object.defineProperty(NativeUISlider.prototype, "bz", {
get: function () {
var a = this.ag(96);
return a;
},
set: function (a) {
this.a4(96, a);
},
enumerable: false,
configurable: true
});
Object.defineProperty(NativeUISlider.prototype, "by", {
get: function () {
var a = this.ag(95);
return a;
},
set: function (a) {
this.a4(95, a);
},
enumerable: false,
configurable: true
});
Object.defineProperty(NativeUISlider.prototype, "bw", {
get: function () {
var a = this.ag(93);
return a;
},
set: function (a) {
this.a4(93, a);
},
enumerable: false,
configurable: true
});
Object.defineProperty(NativeUISlider.prototype, "bk", {
get: function () {
var a = this.ag(30);
return EnumUtil.getEnumValue(NativeUISliderOrientation_$type, a);
},
set: function (a) {
this.a4(30, enumGetBox(NativeUISliderOrientation_$type, a));
},
enumerable: false,
configurable: true
});
Object.defineProperty(NativeUISlider.prototype, "bp", {
get: function () {
var a = this.ag(13);
return a;
},
set: function (a) {
this.a4(13, a);
},
enumerable: false,
configurable: true
});
Object.defineProperty(NativeUISlider.prototype, "bt", {
get: function () {
var a = this.ag(98);
return a;
},
set: function (a) {
this.a4(98, a);
},
enumerable: false,
configurable: true
});
Object.defineProperty(NativeUISlider.prototype, "br", {
get: function () {
var a = this.ag(14);
return a;
},
set: function (a) {
this.a4(14, a);
},
enumerable: false,
configurable: true
});
Object.defineProperty(NativeUISlider.prototype, "bn", {
get: function () {
return this.bl;
},
set: function (a) {
var b = this.bl;
this.bl = a;
if (this.bl != b) {
if (b != null) {
this.a2(4, b);
}
if (this.bl != null) {
this.aq(4, this.bl);
}
}
},
enumerable: false,
configurable: true
});
Object.defineProperty(NativeUISlider.prototype, "bo", {
get: function () {
return this.bm;
},
set: function (a) {
var b = this.bm;
this.bm = a;
if (this.bm != b) {
if (b != null) {
this.a2(0, b);
}
if (this.bm != null) {
this.aq(0, this.bm);
}
}
},
enumerable: false,
configurable: true
});
NativeUISlider.$t = markType(NativeUISlider, 'NativeUISlider', NativeUIComponent.$);
return NativeUISlider;
}(NativeUIComponent));
export { NativeUISlider };