UNPKG

igniteui-angular-core

Version:

Ignite UI Angular Core logic used in multiple UI components.

393 lines (392 loc) 11.4 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 { Description } from "./Description"; import { markType } from "./type"; /** * @hidden */ var WebComboDescription = /** @class */ /*@__PURE__*/ (function (_super) { __extends(WebComboDescription, _super); function WebComboDescription() { var _this = _super.call(this) || this; _this.ao = null; _this.v = false; _this.x = false; _this.o = false; _this.p = false; _this.av = null; _this.ay = null; _this.az = null; _this.u = false; _this.a0 = null; _this.ap = null; _this.as = null; _this.at = null; _this.m = null; _this.q = false; _this.s = false; _this.k = null; _this.r = false; _this.w = false; _this.ai = null; _this.t = false; _this.au = null; _this.ar = null; _this.al = null; _this.aq = null; _this.ak = null; _this.ax = null; _this.aw = null; _this.an = null; _this.am = null; return _this; } WebComboDescription.prototype.get_type = function () { return "WebCombo"; }; Object.defineProperty(WebComboDescription.prototype, "type", { get: function () { return this.get_type(); }, enumerable: false, configurable: true }); Object.defineProperty(WebComboDescription.prototype, "dataRef", { get: function () { return this.ao; }, set: function (a) { this.ao = a; this.j("DataRef"); }, enumerable: false, configurable: true }); Object.defineProperty(WebComboDescription.prototype, "outlined", { get: function () { return this.v; }, set: function (a) { this.v = a; this.j("Outlined"); }, enumerable: false, configurable: true }); Object.defineProperty(WebComboDescription.prototype, "singleSelect", { get: function () { return this.x; }, set: function (a) { this.x = a; this.j("SingleSelect"); }, enumerable: false, configurable: true }); Object.defineProperty(WebComboDescription.prototype, "autofocus", { get: function () { return this.o; }, set: function (a) { this.o = a; this.j("Autofocus"); }, enumerable: false, configurable: true }); Object.defineProperty(WebComboDescription.prototype, "autofocusList", { get: function () { return this.p; }, set: function (a) { this.p = a; this.j("AutofocusList"); }, enumerable: false, configurable: true }); Object.defineProperty(WebComboDescription.prototype, "label", { get: function () { return this.av; }, set: function (a) { this.av = a; this.j("Label"); }, enumerable: false, configurable: true }); Object.defineProperty(WebComboDescription.prototype, "placeholder", { get: function () { return this.ay; }, set: function (a) { this.ay = a; this.j("Placeholder"); }, enumerable: false, configurable: true }); Object.defineProperty(WebComboDescription.prototype, "placeholderSearch", { get: function () { return this.az; }, set: function (a) { this.az = a; this.j("PlaceholderSearch"); }, enumerable: false, configurable: true }); Object.defineProperty(WebComboDescription.prototype, "open", { get: function () { return this.u; }, set: function (a) { this.u = a; this.j("Open"); }, enumerable: false, configurable: true }); Object.defineProperty(WebComboDescription.prototype, "valueKey", { get: function () { return this.a0; }, set: function (a) { this.a0 = a; this.j("ValueKey"); }, enumerable: false, configurable: true }); Object.defineProperty(WebComboDescription.prototype, "displayKey", { get: function () { return this.ap; }, set: function (a) { this.ap = a; this.j("DisplayKey"); }, enumerable: false, configurable: true }); Object.defineProperty(WebComboDescription.prototype, "groupKey", { get: function () { return this.as; }, set: function (a) { this.as = a; this.j("GroupKey"); }, enumerable: false, configurable: true }); Object.defineProperty(WebComboDescription.prototype, "groupSorting", { get: function () { return this.at; }, set: function (a) { this.at = a; this.j("GroupSorting"); }, enumerable: false, configurable: true }); Object.defineProperty(WebComboDescription.prototype, "filteringOptions", { get: function () { return this.m; }, set: function (a) { this.m = a; this.j("FilteringOptions"); }, enumerable: false, configurable: true }); Object.defineProperty(WebComboDescription.prototype, "caseSensitiveIcon", { get: function () { return this.q; }, set: function (a) { this.q = a; this.j("CaseSensitiveIcon"); }, enumerable: false, configurable: true }); Object.defineProperty(WebComboDescription.prototype, "disableFiltering", { get: function () { return this.s; }, set: function (a) { this.s = a; this.j("DisableFiltering"); }, enumerable: false, configurable: true }); Object.defineProperty(WebComboDescription.prototype, "value", { get: function () { return this.k; }, set: function (a) { this.k = a; this.j("Value"); }, enumerable: false, configurable: true }); Object.defineProperty(WebComboDescription.prototype, "disabled", { get: function () { return this.r; }, set: function (a) { this.r = a; this.j("Disabled"); }, enumerable: false, configurable: true }); Object.defineProperty(WebComboDescription.prototype, "required", { get: function () { return this.w; }, set: function (a) { this.w = a; this.j("Required"); }, enumerable: false, configurable: true }); Object.defineProperty(WebComboDescription.prototype, "defaultValue", { get: function () { return this.ai; }, set: function (a) { this.ai = a; this.j("DefaultValue"); }, enumerable: false, configurable: true }); Object.defineProperty(WebComboDescription.prototype, "invalid", { get: function () { return this.t; }, set: function (a) { this.t = a; this.j("Invalid"); }, enumerable: false, configurable: true }); Object.defineProperty(WebComboDescription.prototype, "itemTemplateRef", { get: function () { return this.au; }, set: function (a) { this.au = a; this.j("ItemTemplateRef"); }, enumerable: false, configurable: true }); Object.defineProperty(WebComboDescription.prototype, "groupHeaderTemplateRef", { get: function () { return this.ar; }, set: function (a) { this.ar = a; this.j("GroupHeaderTemplateRef"); }, enumerable: false, configurable: true }); Object.defineProperty(WebComboDescription.prototype, "changeRef", { get: function () { return this.al; }, set: function (a) { this.al = a; this.j("ChangeRef"); }, enumerable: false, configurable: true }); Object.defineProperty(WebComboDescription.prototype, "focusRef", { get: function () { return this.aq; }, set: function (a) { this.aq = a; this.j("FocusRef"); }, enumerable: false, configurable: true }); Object.defineProperty(WebComboDescription.prototype, "blurRef", { get: function () { return this.ak; }, set: function (a) { this.ak = a; this.j("BlurRef"); }, enumerable: false, configurable: true }); Object.defineProperty(WebComboDescription.prototype, "openingRef", { get: function () { return this.ax; }, set: function (a) { this.ax = a; this.j("OpeningRef"); }, enumerable: false, configurable: true }); Object.defineProperty(WebComboDescription.prototype, "openedRef", { get: function () { return this.aw; }, set: function (a) { this.aw = a; this.j("OpenedRef"); }, enumerable: false, configurable: true }); Object.defineProperty(WebComboDescription.prototype, "closingRef", { get: function () { return this.an; }, set: function (a) { this.an = a; this.j("ClosingRef"); }, enumerable: false, configurable: true }); Object.defineProperty(WebComboDescription.prototype, "closedRef", { get: function () { return this.am; }, set: function (a) { this.am = a; this.j("ClosedRef"); }, enumerable: false, configurable: true }); WebComboDescription.$t = markType(WebComboDescription, 'WebComboDescription', Description.$); return WebComboDescription; }(Description)); export { WebComboDescription };