igniteui-react-core
Version:
Ignite UI React Core.
119 lines (118 loc) • 3.57 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 } from "tslib";
import { NativeUIComponent } from "./NativeUIComponent";
import { markType } from "./type";
/**
* @hidden
*/
var NativeUICheckbox = /** @class */ /*@__PURE__*/ (function (_super) {
__extends(NativeUICheckbox, _super);
function NativeUICheckbox() {
var _this = _super !== null && _super.apply(this, arguments) || this;
_this.bk = null;
return _this;
}
NativeUICheckbox.prototype.get_e = function () {
return 6;
};
Object.defineProperty(NativeUICheckbox.prototype, "bm", {
get: function () {
var a = this.ag(4);
return a;
},
set: function (a) {
this.a4(4, a);
},
enumerable: false,
configurable: true
});
Object.defineProperty(NativeUICheckbox.prototype, "bn", {
get: function () {
var a = this.ag(7);
return a;
},
set: function (a) {
this.a4(7, a);
},
enumerable: false,
configurable: true
});
Object.defineProperty(NativeUICheckbox.prototype, "bo", {
get: function () {
var a = this.ag(17);
return a;
},
set: function (a) {
this.a4(17, a);
},
enumerable: false,
configurable: true
});
Object.defineProperty(NativeUICheckbox.prototype, "br", {
get: function () {
return this.ag(66);
},
set: function (a) {
this.a4(66, a);
},
enumerable: false,
configurable: true
});
Object.defineProperty(NativeUICheckbox.prototype, "bp", {
get: function () {
return this.ag(67);
},
set: function (a) {
this.a4(67, a);
},
enumerable: false,
configurable: true
});
Object.defineProperty(NativeUICheckbox.prototype, "bs", {
get: function () {
return this.ag(68);
},
set: function (a) {
this.a4(68, a);
},
enumerable: false,
configurable: true
});
Object.defineProperty(NativeUICheckbox.prototype, "bq", {
get: function () {
return this.ag(69);
},
set: function (a) {
this.a4(69, a);
},
enumerable: false,
configurable: true
});
Object.defineProperty(NativeUICheckbox.prototype, "bl", {
get: function () {
return this.bk;
},
set: function (a) {
var b = this.bk;
this.bk = a;
if (this.bk != b) {
if (b != null) {
this.a2(2, b);
}
if (this.bk != null) {
this.aq(2, this.bk);
}
}
},
enumerable: false,
configurable: true
});
NativeUICheckbox.$t = markType(NativeUICheckbox, 'NativeUICheckbox', NativeUIComponent.$);
return NativeUICheckbox;
}(NativeUIComponent));
export { NativeUICheckbox };