igniteui-react-core
Version:
Ignite UI React Core.
446 lines (445 loc) • 12.9 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 { __extends, __read, __spreadArray } from "tslib";
import { NativeUIComponent } from "./NativeUIComponent";
import { enumGetBox, EnumUtil, markType } from "./type";
import { NativeUICheckboxListIndexType_$type } from "./NativeUICheckboxListIndexType";
import { ControlDisplayDensity_$type } from "./ControlDisplayDensity";
/**
* @hidden
*/
var NativeUICheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
__extends(NativeUICheckboxList, _super);
function NativeUICheckboxList() {
var _this = _super.apply(this, __spreadArray([], __read(arguments), false)) || this;
_this.br = null;
_this.bo = null;
_this.bp = null;
_this.bq = null;
_this.bx = null;
_this.bz = null;
return _this;
}
Object.defineProperty(NativeUICheckboxList.prototype, "bn", {
get: function () {
return this.d;
},
enumerable: false,
configurable: true
});
NativeUICheckboxList.prototype.get_e = function () {
return 16;
};
Object.defineProperty(NativeUICheckboxList.prototype, "bv", {
get: function () {
return this.br;
},
set: function (a) {
var 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);
}
}
},
enumerable: false,
configurable: true
});
Object.defineProperty(NativeUICheckboxList.prototype, "bs", {
get: function () {
return this.bo;
},
set: function (a) {
var 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);
}
}
},
enumerable: false,
configurable: true
});
Object.defineProperty(NativeUICheckboxList.prototype, "bt", {
get: function () {
return this.bp;
},
set: function (a) {
var 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);
}
}
},
enumerable: false,
configurable: true
});
Object.defineProperty(NativeUICheckboxList.prototype, "bu", {
get: function () {
return this.bq;
},
set: function (a) {
var 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);
}
}
},
enumerable: false,
configurable: true
});
Object.defineProperty(NativeUICheckboxList.prototype, "by", {
get: function () {
return this.bx;
},
set: function (a) {
var 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);
}
}
},
enumerable: false,
configurable: true
});
Object.defineProperty(NativeUICheckboxList.prototype, "b0", {
get: function () {
return this.bz;
},
set: function (a) {
var 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);
}
}
},
enumerable: false,
configurable: true
});
Object.defineProperty(NativeUICheckboxList.prototype, "b6", {
get: function () {
var a = this.ah(8);
return a;
},
set: function (a) {
this.a5(8, a);
},
enumerable: false,
configurable: true
});
Object.defineProperty(NativeUICheckboxList.prototype, "b2", {
get: function () {
var a = this.ah(115);
return a;
},
set: function (a) {
this.a5(115, a);
},
enumerable: false,
configurable: true
});
NativeUICheckboxList.prototype.ce = function () {
this.bn.refresh(this.an);
};
Object.defineProperty(NativeUICheckboxList.prototype, "cj", {
get: function () {
var a = this.ah(23);
return a;
},
set: function (a) {
this.a5(23, a);
},
enumerable: false,
configurable: true
});
Object.defineProperty(NativeUICheckboxList.prototype, "b7", {
get: function () {
var a = this.ah(77);
return a;
},
set: function (a) {
this.a5(77, a);
},
enumerable: false,
configurable: true
});
Object.defineProperty(NativeUICheckboxList.prototype, "ca", {
get: function () {
var a = this.ah(78);
return a;
},
set: function (a) {
this.a5(78, a);
},
enumerable: false,
configurable: true
});
Object.defineProperty(NativeUICheckboxList.prototype, "b9", {
get: function () {
var a = this.ah(76);
return a;
},
set: function (a) {
this.a5(76, a);
},
enumerable: false,
configurable: true
});
Object.defineProperty(NativeUICheckboxList.prototype, "b8", {
get: function () {
var a = this.ah(79);
return a;
},
set: function (a) {
this.a5(79, a);
},
enumerable: false,
configurable: true
});
Object.defineProperty(NativeUICheckboxList.prototype, "bw", {
get: function () {
var a = this.ah(100);
return EnumUtil.getEnumValue(NativeUICheckboxListIndexType_$type, a);
},
set: function (a) {
this.a5(100, enumGetBox(NativeUICheckboxListIndexType_$type, a));
},
enumerable: false,
configurable: true
});
Object.defineProperty(NativeUICheckboxList.prototype, "bm", {
get: function () {
var a = this.ah(1);
return EnumUtil.getEnumValue(ControlDisplayDensity_$type, a);
},
set: function (a) {
this.a5(1, enumGetBox(ControlDisplayDensity_$type, a));
},
enumerable: false,
configurable: true
});
Object.defineProperty(NativeUICheckboxList.prototype, "b3", {
get: function () {
var a = this.ah(80);
return a;
},
set: function (a) {
this.a5(80, a);
},
enumerable: false,
configurable: true
});
Object.defineProperty(NativeUICheckboxList.prototype, "bl", {
get: function () {
var a = this.ah(81);
return a;
},
set: function (a) {
this.a5(81, a);
},
enumerable: false,
configurable: true
});
Object.defineProperty(NativeUICheckboxList.prototype, "cq", {
get: function () {
var a = this.ah(34);
return a;
},
set: function (a) {
this.a5(34, a);
},
enumerable: false,
configurable: true
});
Object.defineProperty(NativeUICheckboxList.prototype, "ck", {
get: function () {
var a = this.ah(24);
return a;
},
set: function (a) {
this.a5(24, a);
},
enumerable: false,
configurable: true
});
Object.defineProperty(NativeUICheckboxList.prototype, "cn", {
get: function () {
var a = this.ah(82);
return a;
},
set: function (a) {
this.a5(82, a);
},
enumerable: false,
configurable: true
});
Object.defineProperty(NativeUICheckboxList.prototype, "co", {
get: function () {
var a = this.ah(83);
return a;
},
set: function (a) {
this.a5(83, a);
},
enumerable: false,
configurable: true
});
Object.defineProperty(NativeUICheckboxList.prototype, "cl", {
get: function () {
return this.ah(126);
},
set: function (a) {
this.a5(126, a);
},
enumerable: false,
configurable: true
});
Object.defineProperty(NativeUICheckboxList.prototype, "cm", {
get: function () {
return this.ah(127);
},
set: function (a) {
this.a5(127, a);
},
enumerable: false,
configurable: true
});
Object.defineProperty(NativeUICheckboxList.prototype, "cp", {
get: function () {
var a = this.ah(118);
return a;
},
set: function (a) {
this.a5(118, a);
},
enumerable: false,
configurable: true
});
Object.defineProperty(NativeUICheckboxList.prototype, "cr", {
get: function () {
var a = this.ah(67);
return a;
},
set: function (a) {
this.a5(67, a);
},
enumerable: false,
configurable: true
});
Object.defineProperty(NativeUICheckboxList.prototype, "cs", {
get: function () {
var a = this.ah(69);
return a;
},
set: function (a) {
this.a5(69, a);
},
enumerable: false,
configurable: true
});
Object.defineProperty(NativeUICheckboxList.prototype, "ch", {
get: function () {
var a = this.ah(68);
return a;
},
set: function (a) {
this.a5(68, a);
},
enumerable: false,
configurable: true
});
Object.defineProperty(NativeUICheckboxList.prototype, "ci", {
get: function () {
var a = this.ah(70);
return a;
},
set: function (a) {
this.a5(70, a);
},
enumerable: false,
configurable: true
});
Object.defineProperty(NativeUICheckboxList.prototype, "b1", {
get: function () {
var a = this.ah(114);
return a;
},
set: function (a) {
this.a5(114, a);
},
enumerable: false,
configurable: true
});
Object.defineProperty(NativeUICheckboxList.prototype, "b5", {
get: function () {
var a = this.ah(116);
return a;
},
set: function (a) {
this.a5(116, a);
},
enumerable: false,
configurable: true
});
Object.defineProperty(NativeUICheckboxList.prototype, "b4", {
get: function () {
var a = this.ah(17);
return a;
},
set: function (a) {
this.a5(17, a);
},
enumerable: false,
configurable: true
});
NativeUICheckboxList.prototype.cg = function (a) {
this.bn.setGridColumnProvider(this.an, a);
};
NativeUICheckboxList.prototype.cc = function () {
this.bn.clearSelectedKeys(this.an);
};
NativeUICheckboxList.prototype.cb = function (a, b) {
this.bn.addSelectedKey(this.an, a, b);
};
NativeUICheckboxList.prototype.cd = function (a, b, c) {
this.bn.insertSelectedKey(this.an, a, b, c);
};
NativeUICheckboxList.prototype.cf = function (a) {
this.bn.removeSelectedKeyAt(this.an, a);
};
NativeUICheckboxList.$t = markType(NativeUICheckboxList, 'NativeUICheckboxList', NativeUIComponent.$);
return NativeUICheckboxList;
}(NativeUIComponent));
export { NativeUICheckboxList };