igniteui-react-core
Version:
Ignite UI React Core.
141 lines (140 loc) • 3.67 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 { NativeUIComponent } from "./NativeUIComponent";
import { enumGetBox, EnumUtil, markType } from "./type";
import { NativeUISliderOrientation_$type } from "./NativeUISliderOrientation";
/**
* @hidden
*/
export let NativeUISlider = /*@__PURE__*/ (() => {
class NativeUISlider extends NativeUIComponent {
constructor() {
super(...arguments);
this.bm = null;
this.bn = null;
}
get_e() {
return 5;
}
get bt() {
let a = this.ah(2);
return a;
}
set bt(a) {
this.a5(2, a);
}
get br() {
let a = this.ah(12);
return a;
}
set br(a) {
this.a5(12, a);
}
get bv() {
let a = this.ah(98);
return a;
}
set bv(a) {
this.a5(98, a);
}
get bw() {
let a = this.ah(93);
return a;
}
set bw(a) {
this.a5(93, a);
}
get by() {
let a = this.ah(95);
return a;
}
set by(a) {
this.a5(95, a);
}
get b0() {
let a = this.ah(97);
return a;
}
set b0(a) {
this.a5(97, a);
}
get bz() {
let a = this.ah(96);
return a;
}
set bz(a) {
this.a5(96, a);
}
get bx() {
let a = this.ah(94);
return a;
}
set bx(a) {
this.a5(94, a);
}
get bl() {
let a = this.ah(30);
return EnumUtil.getEnumValue(NativeUISliderOrientation_$type, a);
}
set bl(a) {
this.a5(30, enumGetBox(NativeUISliderOrientation_$type, a));
}
get bq() {
let a = this.ah(13);
return a;
}
set bq(a) {
this.a5(13, a);
}
get bu() {
let a = this.ah(99);
return a;
}
set bu(a) {
this.a5(99, a);
}
get bs() {
let a = this.ah(14);
return a;
}
set bs(a) {
this.a5(14, a);
}
get bo() {
return this.bm;
}
set bo(a) {
let 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);
}
}
}
get bp() {
return this.bn;
}
set bp(a) {
let 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);
}
}
}
}
NativeUISlider.$t = /*@__PURE__*/ markType(NativeUISlider, 'NativeUISlider', NativeUIComponent.$);
return NativeUISlider;
})();