UNPKG

igniteui-react-core

Version:
316 lines (315 loc) 7.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 { 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.br = null; this.bo = null; this.bp = null; this.bq = null; this.bx = null; this.bz = null; } get bn() { return this.d; } get_e() { return 16; } get bv() { return this.br; } set bv(a) { let b = this.br; this.br = a; if (this.br != b) { if (b != null) { this.a3(20, b); } if (this.br != null) { this.ar(20, this.br); } } } get bs() { return this.bo; } set bs(a) { let b = this.bo; this.bo = a; if (this.bo != b) { if (b != null) { this.a3(2, b); } if (this.bo != null) { this.ar(2, 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.a3(18, b); } if (this.bp != null) { this.ar(18, this.bp); } } } get bu() { return this.bq; } set bu(a) { let b = this.bq; this.bq = a; if (this.bq != b) { if (b != null) { this.a3(19, b); } if (this.bq != null) { this.ar(19, this.bq); } } } get by() { return this.bx; } set by(a) { let b = this.bx; this.bx = a; if (this.bx != b) { if (b != null) { this.a3(22, b); } if (this.bq != null) { this.ar(22, 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(26, b); } if (this.bq != null) { this.ar(26, this.bz); } } } get b6() { let a = this.ah(8); return a; } set b6(a) { this.a5(8, a); } get b2() { let a = this.ah(115); return a; } set b2(a) { this.a5(115, a); } ce() { this.bn.refresh(this.an); } get cj() { let a = this.ah(23); return a; } set cj(a) { this.a5(23, a); } get b7() { let a = this.ah(77); return a; } set b7(a) { this.a5(77, a); } get ca() { let a = this.ah(78); return a; } set ca(a) { this.a5(78, a); } get b9() { let a = this.ah(76); return a; } set b9(a) { this.a5(76, a); } get b8() { let a = this.ah(79); return a; } set b8(a) { this.a5(79, a); } get bw() { let a = this.ah(100); return EnumUtil.getEnumValue(NativeUICheckboxListIndexType_$type, a); } set bw(a) { this.a5(100, enumGetBox(NativeUICheckboxListIndexType_$type, a)); } get bm() { let a = this.ah(1); return EnumUtil.getEnumValue(ControlDisplayDensity_$type, a); } set bm(a) { this.a5(1, enumGetBox(ControlDisplayDensity_$type, a)); } get b3() { let a = this.ah(80); return a; } set b3(a) { this.a5(80, a); } get bl() { let a = this.ah(81); return a; } set bl(a) { this.a5(81, a); } get cq() { let a = this.ah(34); return a; } set cq(a) { this.a5(34, a); } get ck() { let a = this.ah(24); return a; } set ck(a) { this.a5(24, a); } get cn() { let a = this.ah(82); return a; } set cn(a) { this.a5(82, a); } get co() { let a = this.ah(83); return a; } set co(a) { this.a5(83, a); } get cl() { return this.ah(126); } set cl(a) { this.a5(126, a); } get cm() { return this.ah(127); } set cm(a) { this.a5(127, a); } get cp() { let a = this.ah(118); return a; } set cp(a) { this.a5(118, a); } get cr() { let a = this.ah(67); return a; } set cr(a) { this.a5(67, a); } get cs() { let a = this.ah(69); return a; } set cs(a) { this.a5(69, a); } get ch() { let a = this.ah(68); return a; } set ch(a) { this.a5(68, a); } get ci() { let a = this.ah(70); return a; } set ci(a) { this.a5(70, a); } get b1() { let a = this.ah(114); return a; } set b1(a) { this.a5(114, a); } get b5() { let a = this.ah(116); return a; } set b5(a) { this.a5(116, a); } get b4() { let a = this.ah(17); return a; } set b4(a) { this.a5(17, a); } cg(a) { this.bn.setGridColumnProvider(this.an, a); } cc() { this.bn.clearSelectedKeys(this.an); } cb(a, b) { this.bn.addSelectedKey(this.an, a, b); } cd(a, b, c) { this.bn.insertSelectedKey(this.an, a, b, c); } cf(a) { this.bn.removeSelectedKeyAt(this.an, a); } } NativeUICheckboxList.$t = /*@__PURE__*/ markType(NativeUICheckboxList, 'NativeUICheckboxList', NativeUIComponent.$); return NativeUICheckboxList; })();