igniteui-react-core
Version:
Ignite UI React Core.
266 lines (265 loc) • 6.79 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 { NativeUICheckboxListIndexType_$type } from "./NativeUICheckboxListIndexType";
import { ControlDisplayDensity_$type } from "./ControlDisplayDensity";
/**
* @hidden
*/
export let NativeUICheckboxList = /*@__PURE__*/ (() => {
class NativeUICheckboxList extends NativeUIComponent {
constructor() {
super(...arguments);
this.bq = null;
this.bn = null;
this.bo = null;
this.bp = null;
this.bw = null;
this.by = null;
}
get bm() {
return this.d;
}
get_e() {
return 16;
}
get bu() {
return this.bq;
}
set bu(a) {
let b = this.bq;
this.bq = a;
if (this.bq != b) {
if (b != null) {
this.a2(20, b);
}
if (this.bq != null) {
this.aq(20, this.bq);
}
}
}
get br() {
return this.bn;
}
set br(a) {
let b = this.bn;
this.bn = a;
if (this.bn != b) {
if (b != null) {
this.a2(2, b);
}
if (this.bn != null) {
this.aq(2, this.bn);
}
}
}
get bs() {
return this.bo;
}
set bs(a) {
let b = this.bo;
this.bo = a;
if (this.bo != b) {
if (b != null) {
this.a2(18, b);
}
if (this.bo != null) {
this.aq(18, this.bo);
}
}
}
get bt() {
return this.bp;
}
set bt(a) {
let b = this.bp;
this.bp = a;
if (this.bp != b) {
if (b != null) {
this.a2(19, b);
}
if (this.bp != null) {
this.aq(19, this.bp);
}
}
}
get bx() {
return this.bw;
}
set bx(a) {
let b = this.bw;
this.bw = a;
if (this.bw != b) {
if (b != null) {
this.a2(22, b);
}
if (this.bp != null) {
this.aq(22, this.bw);
}
}
}
get bz() {
return this.by;
}
set bz(a) {
let b = this.by;
this.by = a;
if (this.by != b) {
if (b != null) {
this.a2(26, b);
}
if (this.bp != null) {
this.aq(26, this.by);
}
}
}
get b5() {
let a = this.ag(8);
return a;
}
set b5(a) {
this.a4(8, a);
}
get b1() {
let a = this.ag(114);
return a;
}
set b1(a) {
this.a4(114, a);
}
cd() {
this.bm.refresh(this.am);
}
get cf() {
let a = this.ag(23);
return a;
}
set cf(a) {
this.a4(23, a);
}
get b6() {
let a = this.ag(76);
return a;
}
set b6(a) {
this.a4(76, a);
}
get b9() {
let a = this.ag(77);
return a;
}
set b9(a) {
this.a4(77, a);
}
get b8() {
let a = this.ag(75);
return a;
}
set b8(a) {
this.a4(75, a);
}
get b7() {
let a = this.ag(78);
return a;
}
set b7(a) {
this.a4(78, a);
}
get bv() {
let a = this.ag(99);
return EnumUtil.getEnumValue(NativeUICheckboxListIndexType_$type, a);
}
set bv(a) {
this.a4(99, enumGetBox(NativeUICheckboxListIndexType_$type, a));
}
get bl() {
let a = this.ag(1);
return EnumUtil.getEnumValue(ControlDisplayDensity_$type, a);
}
set bl(a) {
this.a4(1, enumGetBox(ControlDisplayDensity_$type, a));
}
get b2() {
let a = this.ag(79);
return a;
}
set b2(a) {
this.a4(79, a);
}
get bk() {
let a = this.ag(80);
return a;
}
set bk(a) {
this.a4(80, a);
}
get cj() {
let a = this.ag(33);
return a;
}
set cj(a) {
this.a4(33, a);
}
get cg() {
let a = this.ag(24);
return a;
}
set cg(a) {
this.a4(24, a);
}
get ch() {
let a = this.ag(81);
return a;
}
set ch(a) {
this.a4(81, a);
}
get ci() {
let a = this.ag(82);
return a;
}
set ci(a) {
this.a4(82, a);
}
get b0() {
let a = this.ag(113);
return a;
}
set b0(a) {
this.a4(113, a);
}
get b4() {
let a = this.ag(115);
return a;
}
set b4(a) {
this.a4(115, a);
}
get b3() {
let a = this.ag(17);
return a;
}
set b3(a) {
this.a4(17, a);
}
cb() {
this.bm.clearSelectedKeys(this.am);
}
ca(a, b) {
this.bm.addSelectedKey(this.am, a, b);
}
cc(a, b, c) {
this.bm.insertSelectedKey(this.am, a, b, c);
}
ce(a) {
this.bm.removeSelectedKeyAt(this.am, a);
}
}
NativeUICheckboxList.$t = /*@__PURE__*/ markType(NativeUICheckboxList, 'NativeUICheckboxList', NativeUIComponent.$);
return NativeUICheckboxList;
})();