UNPKG

igniteui-react-core

Version:
80 lines (79 loc) 2.77 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 NativeUIDropDown = /** @class */ /*@__PURE__*/ (function (_super) { __extends(NativeUIDropDown, _super); function NativeUIDropDown() { var _this = _super.apply(this, __spreadArray([], __read(arguments), false)) || this; _this.bm = null; return _this; } NativeUIDropDown.prototype.get_e = function () { return 4; }; Object.defineProperty(NativeUIDropDown.prototype, "bl", { 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(NativeUIDropDown.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(3, b); } if (this.bm != null) { this.ar(3, this.bm); } } }, enumerable: false, configurable: true }); Object.defineProperty(NativeUIDropDown.prototype, "bp", { get: function () { var a = this.ah(9); return a; }, set: function (a) { this.a5(9, a); }, enumerable: false, configurable: true }); Object.defineProperty(NativeUIDropDown.prototype, "bo", { get: function () { var a = this.ah(8); return a; }, set: function (a) { this.a5(8, a); }, enumerable: false, configurable: true }); NativeUIDropDown.$t = markType(NativeUIDropDown, 'NativeUIDropDown', NativeUIComponent.$); return NativeUIDropDown; }(NativeUIComponent)); export { NativeUIDropDown };