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