UNPKG

igniteui-react-core

Version:
199 lines (198 loc) 5.82 kB
/* 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, __read, __spreadArray } 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.apply(this, __spreadArray([], __read(arguments), false)) || this; _this.bm = null; _this.bn = null; return _this; } NativeUISlider.prototype.get_e = function () { return 5; }; Object.defineProperty(NativeUISlider.prototype, "bt", { get: function () { var a = this.ah(2); return a; }, set: function (a) { this.a5(2, a); }, enumerable: false, configurable: true }); Object.defineProperty(NativeUISlider.prototype, "br", { get: function () { var a = this.ah(12); return a; }, set: function (a) { this.a5(12, a); }, enumerable: false, configurable: true }); Object.defineProperty(NativeUISlider.prototype, "bv", { get: function () { var a = this.ah(98); return a; }, set: function (a) { this.a5(98, a); }, enumerable: false, configurable: true }); Object.defineProperty(NativeUISlider.prototype, "bw", { get: function () { var a = this.ah(93); return a; }, set: function (a) { this.a5(93, a); }, enumerable: false, configurable: true }); Object.defineProperty(NativeUISlider.prototype, "by", { get: function () { var a = this.ah(95); return a; }, set: function (a) { this.a5(95, a); }, enumerable: false, configurable: true }); Object.defineProperty(NativeUISlider.prototype, "b0", { get: function () { var a = this.ah(97); return a; }, set: function (a) { this.a5(97, a); }, enumerable: false, configurable: true }); Object.defineProperty(NativeUISlider.prototype, "bz", { get: function () { var a = this.ah(96); return a; }, set: function (a) { this.a5(96, a); }, enumerable: false, configurable: true }); Object.defineProperty(NativeUISlider.prototype, "bx", { get: function () { var a = this.ah(94); return a; }, set: function (a) { this.a5(94, a); }, enumerable: false, configurable: true }); Object.defineProperty(NativeUISlider.prototype, "bl", { get: function () { var a = this.ah(30); return EnumUtil.getEnumValue(NativeUISliderOrientation_$type, a); }, set: function (a) { this.a5(30, enumGetBox(NativeUISliderOrientation_$type, a)); }, enumerable: false, configurable: true }); Object.defineProperty(NativeUISlider.prototype, "bq", { get: function () { var a = this.ah(13); return a; }, set: function (a) { this.a5(13, a); }, enumerable: false, configurable: true }); Object.defineProperty(NativeUISlider.prototype, "bu", { get: function () { var a = this.ah(99); return a; }, set: function (a) { this.a5(99, a); }, enumerable: false, configurable: true }); Object.defineProperty(NativeUISlider.prototype, "bs", { get: function () { var a = this.ah(14); return a; }, set: function (a) { this.a5(14, a); }, 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.a3(4, b); } if (this.bm != null) { this.ar(4, this.bm); } } }, enumerable: false, configurable: true }); Object.defineProperty(NativeUISlider.prototype, "bp", { get: function () { return this.bn; }, set: function (a) { var b = this.bn; this.bn = a; if (this.bn != b) { if (b != null) { this.a3(0, b); } if (this.bn != null) { this.ar(0, this.bn); } } }, enumerable: false, configurable: true }); NativeUISlider.$t = markType(NativeUISlider, 'NativeUISlider', NativeUIComponent.$); return NativeUISlider; }(NativeUIComponent)); export { NativeUISlider };