UNPKG

igniteui-angular-core

Version:

Ignite UI Angular Core logic used in multiple UI components.

78 lines (77 loc) 2.73 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 } 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 !== null && _super.apply(this, arguments) || this; _this.au = null; return _this; } NativeUIDropDown.prototype.get_c = function () { return 4; }; Object.defineProperty(NativeUIDropDown.prototype, "at", { get: function () { var a = this.o(1); return a == null ? 1 : EnumUtil.getEnumValue(NativeUIDisplayDensity_$type, a); }, set: function (a) { this.af(1, enumGetBox(NativeUIDisplayDensity_$type, a)); }, enumerable: false, configurable: true }); Object.defineProperty(NativeUIDropDown.prototype, "av", { get: function () { return this.au; }, set: function (a) { var b = this.au; this.au = a; if (this.au != null) { this.x(3, this.au); } else { this.ad(3, b); } }, enumerable: false, configurable: true }); Object.defineProperty(NativeUIDropDown.prototype, "ax", { get: function () { var a = this.o(7); return a; }, set: function (a) { this.af(7, a); }, enumerable: false, configurable: true }); Object.defineProperty(NativeUIDropDown.prototype, "aw", { get: function () { var a = this.o(6); return a; }, set: function (a) { this.af(6, a); }, enumerable: false, configurable: true }); NativeUIDropDown.$t = markType(NativeUIDropDown, 'NativeUIDropDown', NativeUIComponent.$); return NativeUIDropDown; }(NativeUIComponent)); export { NativeUIDropDown };