UNPKG

igniteui-react-core

Version:
102 lines (101 loc) 3.3 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 { __extends, __read, __spreadArray } 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.apply(this, __spreadArray([], __read(arguments), false)) || this; _this.bm = null; return _this; } NativeUICombo.prototype.get_e = function () { return 19; }; Object.defineProperty(NativeUICombo.prototype, "bo", { get: function () { var a = this.ah(1); return a == null ? 1 : EnumUtil.getEnumValue(NativeUIDisplayDensity_$type, a); }, set: function (a) { this.a5(1, enumGetBox(NativeUIDisplayDensity_$type, a)); }, enumerable: false, configurable: true }); Object.defineProperty(NativeUICombo.prototype, "bn", { get: function () { return this.bm; }, set: function (a) { var b = this.bm; this.bm = a; if (this.bm != b) { if (b != null) { this.a3(21, b); } if (this.bm != null) { this.ar(21, this.bm); } } }, enumerable: false, configurable: true }); Object.defineProperty(NativeUICombo.prototype, "bl", { get: function () { var a = this.ah(90); return a; }, set: function (a) { this.a5(90, a); }, enumerable: false, configurable: true }); Object.defineProperty(NativeUICombo.prototype, "bq", { get: function () { var a = this.ah(92); return a; }, set: function (a) { this.a5(92, a); }, enumerable: false, configurable: true }); Object.defineProperty(NativeUICombo.prototype, "br", { get: function () { var a = this.ah(91); return a; }, set: function (a) { this.a5(91, a); }, enumerable: false, configurable: true }); Object.defineProperty(NativeUICombo.prototype, "bp", { get: function () { var a = this.ah(8); return a; }, set: function (a) { this.a5(8, a); }, enumerable: false, configurable: true }); NativeUICombo.$t = markType(NativeUICombo, 'NativeUICombo', NativeUIComponent.$); return NativeUICombo; }(NativeUIComponent)); export { NativeUICombo };