igniteui-react-core
Version:
Ignite UI React Core.
102 lines (101 loc) • 3.26 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 { NativeUIDisplayDensity_$type } from "./NativeUIDisplayDensity";
import { enumGetBox, EnumUtil, markType } from "./type";
/**
* @hidden
*/
var NativeUICombo = /** @class */ /*@__PURE__*/ (function (_super) {
__extends(NativeUICombo, _super);
function NativeUICombo() {
var _this = _super !== null && _super.apply(this, arguments) || this;
_this.bl = null;
return _this;
}
NativeUICombo.prototype.get_e = function () {
return 19;
};
Object.defineProperty(NativeUICombo.prototype, "bn", {
get: function () {
var a = this.ag(1);
return a == null ? 1 : EnumUtil.getEnumValue(NativeUIDisplayDensity_$type, a);
},
set: function (a) {
this.a4(1, enumGetBox(NativeUIDisplayDensity_$type, a));
},
enumerable: false,
configurable: true
});
Object.defineProperty(NativeUICombo.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.a2(21, b);
}
if (this.bl != null) {
this.aq(21, this.bl);
}
}
},
enumerable: false,
configurable: true
});
Object.defineProperty(NativeUICombo.prototype, "bk", {
get: function () {
var a = this.ag(89);
return a;
},
set: function (a) {
this.a4(89, a);
},
enumerable: false,
configurable: true
});
Object.defineProperty(NativeUICombo.prototype, "bp", {
get: function () {
var a = this.ag(91);
return a;
},
set: function (a) {
this.a4(91, a);
},
enumerable: false,
configurable: true
});
Object.defineProperty(NativeUICombo.prototype, "bq", {
get: function () {
var a = this.ag(90);
return a;
},
set: function (a) {
this.a4(90, a);
},
enumerable: false,
configurable: true
});
Object.defineProperty(NativeUICombo.prototype, "bo", {
get: function () {
var a = this.ag(8);
return a;
},
set: function (a) {
this.a4(8, a);
},
enumerable: false,
configurable: true
});
NativeUICombo.$t = markType(NativeUICombo, 'NativeUICombo', NativeUIComponent.$);
return NativeUICombo;
}(NativeUIComponent));
export { NativeUICombo };