igniteui-react-core
Version:
Ignite UI React Core.
230 lines (229 loc) • 6.39 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 { NativeUIInputDisplayType_$type } from "./NativeUIInputDisplayType";
import { enumGetBox, EnumUtil, typeGetValue, markType } from "./type";
import { NativeUIDisplayDensity_$type } from "./NativeUIDisplayDensity";
import { NativeUIInputType_$type } from "./NativeUIInputType";
import { NativeUIComponentHorizontalAlignment_$type } from "./NativeUIComponentHorizontalAlignment";
/**
* @hidden
*/
export let NativeUIInput = /*@__PURE__*/ (() => {
class NativeUIInput extends NativeUIComponent {
constructor() {
super(...arguments);
this.br = null;
this.bx = null;
this.bz = null;
this.bs = null;
this.bn = null;
this.bl = null;
}
get bm() {
return this.d;
}
get bv() {
let a = this.ah(0);
return a == null ? 1 : EnumUtil.getEnumValue(NativeUIInputDisplayType_$type, a);
}
set bv(a) {
this.a5(0, enumGetBox(NativeUIInputDisplayType_$type, a));
}
get bq() {
let a = this.ah(1);
return a == null ? 1 : EnumUtil.getEnumValue(NativeUIDisplayDensity_$type, a);
}
set bq(a) {
this.a5(1, enumGetBox(NativeUIDisplayDensity_$type, a));
}
get b6() {
let a = this.ah(3);
return a;
}
set b6(a) {
this.a5(3, a);
}
get cc() {
let a = this.ah(104);
return a;
}
set cc(a) {
this.a5(104, a);
}
get b8() {
let a = this.ah(2);
return a;
}
set b8(a) {
this.a5(2, a);
}
get bt() {
return this.br;
}
set bt(a) {
let b = this.br;
this.br = a;
if (this.br != b) {
if (b != null) {
this.a3(0, b);
}
if (this.br != null) {
this.ar(0, this.br);
}
}
}
get by() {
return this.bx;
}
set by(a) {
let b = this.bx;
this.bx = a;
if (this.bx != b) {
if (b != null) {
this.a3(28, b);
}
if (this.bx != null) {
this.ar(28, this.bx);
}
}
}
get b0() {
return this.bz;
}
set b0(a) {
let b = this.bz;
this.bz = a;
if (this.bz != b) {
if (b != null) {
this.a3(9, b);
}
if (this.bz != null) {
this.ar(9, this.bz);
}
}
}
get bu() {
return this.bs;
}
set bu(a) {
let b = this.bs;
this.bs = a;
if (this.bs != b) {
if (b != null) {
this.a3(27, b);
}
if (this.br != null) {
this.ar(27, this.br);
}
}
}
get bo() {
return this.bn;
}
set bo(a) {
let b = this.bn;
this.bn = a;
if (this.bn != b) {
if (b != null) {
this.a3(25, b);
}
if (this.bn != null) {
this.ar(25, this.bn);
}
}
}
get bw() {
let a = this.ah(19);
return a == null ? 0 : EnumUtil.getEnumValue(NativeUIInputType_$type, a);
}
set bw(a) {
this.a5(19, enumGetBox(NativeUIInputType_$type, a));
}
get bp() {
let a = this.ah(20);
return a == null ? 0 : EnumUtil.getEnumValue(NativeUIComponentHorizontalAlignment_$type, a);
}
set bp(a) {
this.a5(20, enumGetBox(NativeUIComponentHorizontalAlignment_$type, a));
}
get cf() {
let a = this.ah(34);
return a == null ? null : a;
}
set cf(a) {
this.a5(34, a);
}
get b3() {
let a = this.ah(21);
return a == null ? false : a;
}
set b3(a) {
this.a5(21, a);
}
get b1() {
let a = this.ah(33);
return a == null ? false : a;
}
set b1(a) {
this.a5(33, a);
}
get b7() {
let a = this.ah(101);
return a;
}
set b7(a) {
this.a5(101, a);
}
get cd() {
let a = this.ah(102);
return a;
}
set cd(a) {
this.a5(102, a);
}
get ce() {
let a = this.ah(103);
return a;
}
set ce(a) {
this.a5(103, a);
}
get b5() {
let a = this.ah(106);
return typeGetValue(a);
}
set b5(a) {
this.a5(106, a);
}
get b4() {
let a = this.ah(107);
return typeGetValue(a);
}
set b4(a) {
this.a5(107, a);
}
get b2() {
let a = this.ah(108);
return a;
}
set b2(a) {
this.a5(108, a);
}
b9() {
this.bm.resetIsExpanded(this.an);
}
ca() {
this.bm.select(this.an);
}
cb(a, b) {
this.bm.setSelectionRange(this.an, a, b);
}
}
NativeUIInput.$t = /*@__PURE__*/ markType(NativeUIInput, 'NativeUIInput', NativeUIComponent.$);
return NativeUIInput;
})();