UNPKG

igniteui-angular-core

Version:

Ignite UI Angular Core logic used in multiple UI components.

1,269 lines (1,268 loc) 38.9 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 MultiColumnComboBoxDescription = /** @class */ /*@__PURE__*/ (function (_super) { __extends(MultiColumnComboBoxDescription, _super); function MultiColumnComboBoxDescription() { var _this = _super.call(this) || this; _this.s = false; _this.h = null; _this.cx = null; _this.cj = null; _this.cy = null; _this.ck = null; _this.cz = null; _this.cl = null; _this.ar = 0; _this.z = 0; _this.p = false; _this.as = 0; _this.at = 0; _this.au = 0; _this.av = 0; _this.aa = 0; _this.ab = 0; _this.ac = 0; _this.ad = 0; _this.ax = 0; _this.aw = 0; _this.ay = 0; _this.az = 0; _this.af = 0; _this.ae = 0; _this.ag = 0; _this.ah = 0; _this.g = null; _this.c3 = null; _this.cm = null; _this.q = false; _this.c4 = null; _this.cn = null; _this.a1 = 0; _this.ai = 0; _this.c5 = null; _this.co = null; _this.a2 = 0; _this.aj = 0; _this.a3 = 0; _this.ak = 0; _this.da = null; _this.cp = null; _this.a5 = 0; _this.al = 0; _this.a6 = 0; _this.am = 0; _this.c2 = null; _this.dc = null; _this.dg = null; _this.cq = null; _this.dd = null; _this.a7 = 0; _this.de = null; _this.df = null; _this.n = false; _this.di = null; _this.cr = null; _this.dj = null; _this.cs = null; _this.dn = null; _this.ct = null; _this.dk = null; _this.a8 = 0; _this.dl = null; _this.dm = null; _this.dp = null; _this.r = false; _this.du = null; _this.cu = null; _this.c6 = null; _this.a4 = 0; _this.c7 = null; _this.c8 = null; _this.dx = null; _this.cv = null; _this.a9 = 0; _this.an = 0; _this.dy = null; _this.cw = null; _this.ba = 0; _this.ao = 0; _this.bb = 0; _this.ap = 0; _this.bc = 0; _this.aq = 0; _this.o = false; _this.dr = null; _this.dv = null; _this.ds = null; _this.i = null; _this.f = null; _this.ch = null; _this.c9 = null; _this.dh = null; _this.dw = null; _this.dq = null; _this.db = null; _this.c0 = null; _this.c1 = null; _this.dt = null; _this.dz = null; _this.a0 = 0; return _this; } MultiColumnComboBoxDescription.prototype.get_type = function () { return "MultiColumnComboBox"; }; Object.defineProperty(MultiColumnComboBoxDescription.prototype, "type", { get: function () { return this.get_type(); }, enumerable: false, configurable: true }); Object.defineProperty(MultiColumnComboBoxDescription.prototype, "showClearButton", { get: function () { return this.s; }, set: function (a) { this.s = a; this.e("ShowClearButton"); }, enumerable: false, configurable: true }); Object.defineProperty(MultiColumnComboBoxDescription.prototype, "fields", { get: function () { return this.h; }, set: function (a) { this.h = a; this.e("Fields"); }, enumerable: false, configurable: true }); Object.defineProperty(MultiColumnComboBoxDescription.prototype, "backgroundColor", { get: function () { return this.cx; }, set: function (a) { this.cx = a; this.e("BackgroundColor"); }, enumerable: false, configurable: true }); Object.defineProperty(MultiColumnComboBoxDescription.prototype, "actualBackgroundColor", { get: function () { return this.cj; }, set: function (a) { this.cj = a; this.e("ActualBackgroundColor"); }, enumerable: false, configurable: true }); Object.defineProperty(MultiColumnComboBoxDescription.prototype, "baseTheme", { get: function () { return this.cy; }, set: function (a) { this.cy = a; this.e("BaseTheme"); }, enumerable: false, configurable: true }); Object.defineProperty(MultiColumnComboBoxDescription.prototype, "actualBaseTheme", { get: function () { return this.ck; }, set: function (a) { this.ck = a; this.e("ActualBaseTheme"); }, enumerable: false, configurable: true }); Object.defineProperty(MultiColumnComboBoxDescription.prototype, "borderColor", { get: function () { return this.cz; }, set: function (a) { this.cz = a; this.e("BorderColor"); }, enumerable: false, configurable: true }); Object.defineProperty(MultiColumnComboBoxDescription.prototype, "actualBorderColor", { get: function () { return this.cl; }, set: function (a) { this.cl = a; this.e("ActualBorderColor"); }, enumerable: false, configurable: true }); Object.defineProperty(MultiColumnComboBoxDescription.prototype, "borderWidth", { get: function () { return this.ar; }, set: function (a) { this.ar = a; this.e("BorderWidth"); }, enumerable: false, configurable: true }); Object.defineProperty(MultiColumnComboBoxDescription.prototype, "actualBorderWidth", { get: function () { return this.z; }, set: function (a) { this.z = a; this.e("ActualBorderWidth"); }, enumerable: false, configurable: true }); Object.defineProperty(MultiColumnComboBoxDescription.prototype, "columnHeadersVisible", { get: function () { return this.p; }, set: function (a) { this.p = a; this.e("ColumnHeadersVisible"); }, enumerable: false, configurable: true }); Object.defineProperty(MultiColumnComboBoxDescription.prototype, "contentPaddingBottom", { get: function () { return this.as; }, set: function (a) { this.as = a; this.e("ContentPaddingBottom"); }, enumerable: false, configurable: true }); Object.defineProperty(MultiColumnComboBoxDescription.prototype, "contentPaddingLeft", { get: function () { return this.at; }, set: function (a) { this.at = a; this.e("ContentPaddingLeft"); }, enumerable: false, configurable: true }); Object.defineProperty(MultiColumnComboBoxDescription.prototype, "contentPaddingRight", { get: function () { return this.au; }, set: function (a) { this.au = a; this.e("ContentPaddingRight"); }, enumerable: false, configurable: true }); Object.defineProperty(MultiColumnComboBoxDescription.prototype, "contentPaddingTop", { get: function () { return this.av; }, set: function (a) { this.av = a; this.e("ContentPaddingTop"); }, enumerable: false, configurable: true }); Object.defineProperty(MultiColumnComboBoxDescription.prototype, "actualContentPaddingBottom", { get: function () { return this.aa; }, set: function (a) { this.aa = a; this.e("ActualContentPaddingBottom"); }, enumerable: false, configurable: true }); Object.defineProperty(MultiColumnComboBoxDescription.prototype, "actualContentPaddingLeft", { get: function () { return this.ab; }, set: function (a) { this.ab = a; this.e("ActualContentPaddingLeft"); }, enumerable: false, configurable: true }); Object.defineProperty(MultiColumnComboBoxDescription.prototype, "actualContentPaddingRight", { get: function () { return this.ac; }, set: function (a) { this.ac = a; this.e("ActualContentPaddingRight"); }, enumerable: false, configurable: true }); Object.defineProperty(MultiColumnComboBoxDescription.prototype, "actualContentPaddingTop", { get: function () { return this.ad; }, set: function (a) { this.ad = a; this.e("ActualContentPaddingTop"); }, enumerable: false, configurable: true }); Object.defineProperty(MultiColumnComboBoxDescription.prototype, "cornerRadiusBottomRight", { get: function () { return this.ax; }, set: function (a) { this.ax = a; this.e("CornerRadiusBottomRight"); }, enumerable: false, configurable: true }); Object.defineProperty(MultiColumnComboBoxDescription.prototype, "cornerRadiusBottomLeft", { get: function () { return this.aw; }, set: function (a) { this.aw = a; this.e("CornerRadiusBottomLeft"); }, enumerable: false, configurable: true }); Object.defineProperty(MultiColumnComboBoxDescription.prototype, "cornerRadiusTopLeft", { get: function () { return this.ay; }, set: function (a) { this.ay = a; this.e("CornerRadiusTopLeft"); }, enumerable: false, configurable: true }); Object.defineProperty(MultiColumnComboBoxDescription.prototype, "cornerRadiusTopRight", { get: function () { return this.az; }, set: function (a) { this.az = a; this.e("CornerRadiusTopRight"); }, enumerable: false, configurable: true }); Object.defineProperty(MultiColumnComboBoxDescription.prototype, "actualCornerRadiusBottomRight", { get: function () { return this.af; }, set: function (a) { this.af = a; this.e("ActualCornerRadiusBottomRight"); }, enumerable: false, configurable: true }); Object.defineProperty(MultiColumnComboBoxDescription.prototype, "actualCornerRadiusBottomLeft", { get: function () { return this.ae; }, set: function (a) { this.ae = a; this.e("ActualCornerRadiusBottomLeft"); }, enumerable: false, configurable: true }); Object.defineProperty(MultiColumnComboBoxDescription.prototype, "actualCornerRadiusTopLeft", { get: function () { return this.ag; }, set: function (a) { this.ag = a; this.e("ActualCornerRadiusTopLeft"); }, enumerable: false, configurable: true }); Object.defineProperty(MultiColumnComboBoxDescription.prototype, "actualCornerRadiusTopRight", { get: function () { return this.ah; }, set: function (a) { this.ah = a; this.e("ActualCornerRadiusTopRight"); }, enumerable: false, configurable: true }); Object.defineProperty(MultiColumnComboBoxDescription.prototype, "dataSourceDesiredProperties", { get: function () { return this.g; }, set: function (a) { this.g = a; this.e("DataSourceDesiredProperties"); }, enumerable: false, configurable: true }); Object.defineProperty(MultiColumnComboBoxDescription.prototype, "density", { get: function () { return this.c3; }, set: function (a) { this.c3 = a; this.e("Density"); }, enumerable: false, configurable: true }); Object.defineProperty(MultiColumnComboBoxDescription.prototype, "actualDensity", { get: function () { return this.cm; }, set: function (a) { this.cm = a; this.e("ActualDensity"); }, enumerable: false, configurable: true }); Object.defineProperty(MultiColumnComboBoxDescription.prototype, "dropDownButtonVisible", { get: function () { return this.q; }, set: function (a) { this.q = a; this.e("DropDownButtonVisible"); }, enumerable: false, configurable: true }); Object.defineProperty(MultiColumnComboBoxDescription.prototype, "focusBorderColor", { get: function () { return this.c4; }, set: function (a) { this.c4 = a; this.e("FocusBorderColor"); }, enumerable: false, configurable: true }); Object.defineProperty(MultiColumnComboBoxDescription.prototype, "actualFocusBorderColor", { get: function () { return this.cn; }, set: function (a) { this.cn = a; this.e("ActualFocusBorderColor"); }, enumerable: false, configurable: true }); Object.defineProperty(MultiColumnComboBoxDescription.prototype, "focusBorderWidth", { get: function () { return this.a1; }, set: function (a) { this.a1 = a; this.e("FocusBorderWidth"); }, enumerable: false, configurable: true }); Object.defineProperty(MultiColumnComboBoxDescription.prototype, "actualFocusBorderWidth", { get: function () { return this.ai; }, set: function (a) { this.ai = a; this.e("ActualFocusBorderWidth"); }, enumerable: false, configurable: true }); Object.defineProperty(MultiColumnComboBoxDescription.prototype, "focusUnderlineColor", { get: function () { return this.c5; }, set: function (a) { this.c5 = a; this.e("FocusUnderlineColor"); }, enumerable: false, configurable: true }); Object.defineProperty(MultiColumnComboBoxDescription.prototype, "actualFocusUnderlineColor", { get: function () { return this.co; }, set: function (a) { this.co = a; this.e("ActualFocusUnderlineColor"); }, enumerable: false, configurable: true }); Object.defineProperty(MultiColumnComboBoxDescription.prototype, "focusUnderlineOpacity", { get: function () { return this.a2; }, set: function (a) { this.a2 = a; this.e("FocusUnderlineOpacity"); }, enumerable: false, configurable: true }); Object.defineProperty(MultiColumnComboBoxDescription.prototype, "actualFocusUnderlineOpacity", { get: function () { return this.aj; }, set: function (a) { this.aj = a; this.e("ActualFocusUnderlineOpacity"); }, enumerable: false, configurable: true }); Object.defineProperty(MultiColumnComboBoxDescription.prototype, "focusUnderlineRippleOpacity", { get: function () { return this.a3; }, set: function (a) { this.a3 = a; this.e("FocusUnderlineRippleOpacity"); }, enumerable: false, configurable: true }); Object.defineProperty(MultiColumnComboBoxDescription.prototype, "actualFocusUnderlineRippleOpacity", { get: function () { return this.ak; }, set: function (a) { this.ak = a; this.e("ActualFocusUnderlineRippleOpacity"); }, enumerable: false, configurable: true }); Object.defineProperty(MultiColumnComboBoxDescription.prototype, "hoverUnderlineColor", { get: function () { return this.da; }, set: function (a) { this.da = a; this.e("HoverUnderlineColor"); }, enumerable: false, configurable: true }); Object.defineProperty(MultiColumnComboBoxDescription.prototype, "actualHoverUnderlineColor", { get: function () { return this.cp; }, set: function (a) { this.cp = a; this.e("ActualHoverUnderlineColor"); }, enumerable: false, configurable: true }); Object.defineProperty(MultiColumnComboBoxDescription.prototype, "hoverUnderlineOpacity", { get: function () { return this.a5; }, set: function (a) { this.a5 = a; this.e("HoverUnderlineOpacity"); }, enumerable: false, configurable: true }); Object.defineProperty(MultiColumnComboBoxDescription.prototype, "actualHoverUnderlineOpacity", { get: function () { return this.al; }, set: function (a) { this.al = a; this.e("ActualHoverUnderlineOpacity"); }, enumerable: false, configurable: true }); Object.defineProperty(MultiColumnComboBoxDescription.prototype, "hoverUnderlineWidth", { get: function () { return this.a6; }, set: function (a) { this.a6 = a; this.e("HoverUnderlineWidth"); }, enumerable: false, configurable: true }); Object.defineProperty(MultiColumnComboBoxDescription.prototype, "actualHoverUnderlineWidth", { get: function () { return this.am; }, set: function (a) { this.am = a; this.e("ActualHoverUnderlineWidth"); }, enumerable: false, configurable: true }); Object.defineProperty(MultiColumnComboBoxDescription.prototype, "dataSourceRef", { get: function () { return this.c2; }, set: function (a) { this.c2 = a; this.e("DataSourceRef"); }, enumerable: false, configurable: true }); Object.defineProperty(MultiColumnComboBoxDescription.prototype, "label", { get: function () { return this.dc; }, set: function (a) { this.dc = a; this.e("Label"); }, enumerable: false, configurable: true }); Object.defineProperty(MultiColumnComboBoxDescription.prototype, "labelTextColor", { get: function () { return this.dg; }, set: function (a) { this.dg = a; this.e("LabelTextColor"); }, enumerable: false, configurable: true }); Object.defineProperty(MultiColumnComboBoxDescription.prototype, "actualLabelTextColor", { get: function () { return this.cq; }, set: function (a) { this.cq = a; this.e("ActualLabelTextColor"); }, enumerable: false, configurable: true }); Object.defineProperty(MultiColumnComboBoxDescription.prototype, "labelFontFamily", { get: function () { return this.dd; }, set: function (a) { this.dd = a; this.e("LabelFontFamily"); }, enumerable: false, configurable: true }); Object.defineProperty(MultiColumnComboBoxDescription.prototype, "labelFontSize", { get: function () { return this.a7; }, set: function (a) { this.a7 = a; this.e("LabelFontSize"); }, enumerable: false, configurable: true }); Object.defineProperty(MultiColumnComboBoxDescription.prototype, "labelFontStyle", { get: function () { return this.de; }, set: function (a) { this.de = a; this.e("LabelFontStyle"); }, enumerable: false, configurable: true }); Object.defineProperty(MultiColumnComboBoxDescription.prototype, "labelFontWeight", { get: function () { return this.df; }, set: function (a) { this.df = a; this.e("LabelFontWeight"); }, enumerable: false, configurable: true }); Object.defineProperty(MultiColumnComboBoxDescription.prototype, "actualLabelVisible", { get: function () { return this.n; }, set: function (a) { this.n = a; this.e("ActualLabelVisible"); }, enumerable: false, configurable: true }); Object.defineProperty(MultiColumnComboBoxDescription.prototype, "noMatchesFoundLabel", { get: function () { return this.di; }, set: function (a) { this.di = a; this.e("NoMatchesFoundLabel"); }, enumerable: false, configurable: true }); Object.defineProperty(MultiColumnComboBoxDescription.prototype, "actualNoMatchesFoundLabel", { get: function () { return this.cr; }, set: function (a) { this.cr = a; this.e("ActualNoMatchesFoundLabel"); }, enumerable: false, configurable: true }); Object.defineProperty(MultiColumnComboBoxDescription.prototype, "noMatchesFoundLabelBackgroundColor", { get: function () { return this.dj; }, set: function (a) { this.dj = a; this.e("NoMatchesFoundLabelBackgroundColor"); }, enumerable: false, configurable: true }); Object.defineProperty(MultiColumnComboBoxDescription.prototype, "actualNoMatchesFoundLabelBackgroundColor", { get: function () { return this.cs; }, set: function (a) { this.cs = a; this.e("ActualNoMatchesFoundLabelBackgroundColor"); }, enumerable: false, configurable: true }); Object.defineProperty(MultiColumnComboBoxDescription.prototype, "noMatchesFoundLabelTextColor", { get: function () { return this.dn; }, set: function (a) { this.dn = a; this.e("NoMatchesFoundLabelTextColor"); }, enumerable: false, configurable: true }); Object.defineProperty(MultiColumnComboBoxDescription.prototype, "actualNoMatchesFoundLabelTextColor", { get: function () { return this.ct; }, set: function (a) { this.ct = a; this.e("ActualNoMatchesFoundLabelTextColor"); }, enumerable: false, configurable: true }); Object.defineProperty(MultiColumnComboBoxDescription.prototype, "noMatchesFoundLabelFontFamily", { get: function () { return this.dk; }, set: function (a) { this.dk = a; this.e("NoMatchesFoundLabelFontFamily"); }, enumerable: false, configurable: true }); Object.defineProperty(MultiColumnComboBoxDescription.prototype, "noMatchesFoundLabelFontSize", { get: function () { return this.a8; }, set: function (a) { this.a8 = a; this.e("NoMatchesFoundLabelFontSize"); }, enumerable: false, configurable: true }); Object.defineProperty(MultiColumnComboBoxDescription.prototype, "noMatchesFoundLabelFontStyle", { get: function () { return this.dl; }, set: function (a) { this.dl = a; this.e("NoMatchesFoundLabelFontStyle"); }, enumerable: false, configurable: true }); Object.defineProperty(MultiColumnComboBoxDescription.prototype, "noMatchesFoundLabelFontWeight", { get: function () { return this.dm; }, set: function (a) { this.dm = a; this.e("NoMatchesFoundLabelFontWeight"); }, enumerable: false, configurable: true }); Object.defineProperty(MultiColumnComboBoxDescription.prototype, "placeholder", { get: function () { return this.dp; }, set: function (a) { this.dp = a; this.e("Placeholder"); }, enumerable: false, configurable: true }); Object.defineProperty(MultiColumnComboBoxDescription.prototype, "rowSeparatorsVisible", { get: function () { return this.r; }, set: function (a) { this.r = a; this.e("RowSeparatorsVisible"); }, enumerable: false, configurable: true }); Object.defineProperty(MultiColumnComboBoxDescription.prototype, "textColor", { get: function () { return this.du; }, set: function (a) { this.du = a; this.e("TextColor"); }, enumerable: false, configurable: true }); Object.defineProperty(MultiColumnComboBoxDescription.prototype, "actualTextColor", { get: function () { return this.cu; }, set: function (a) { this.cu = a; this.e("ActualTextColor"); }, enumerable: false, configurable: true }); Object.defineProperty(MultiColumnComboBoxDescription.prototype, "fontFamily", { get: function () { return this.c6; }, set: function (a) { this.c6 = a; this.e("FontFamily"); }, enumerable: false, configurable: true }); Object.defineProperty(MultiColumnComboBoxDescription.prototype, "fontSize", { get: function () { return this.a4; }, set: function (a) { this.a4 = a; this.e("FontSize"); }, enumerable: false, configurable: true }); Object.defineProperty(MultiColumnComboBoxDescription.prototype, "fontStyle", { get: function () { return this.c7; }, set: function (a) { this.c7 = a; this.e("FontStyle"); }, enumerable: false, configurable: true }); Object.defineProperty(MultiColumnComboBoxDescription.prototype, "fontWeight", { get: function () { return this.c8; }, set: function (a) { this.c8 = a; this.e("FontWeight"); }, enumerable: false, configurable: true }); Object.defineProperty(MultiColumnComboBoxDescription.prototype, "underlineColor", { get: function () { return this.dx; }, set: function (a) { this.dx = a; this.e("UnderlineColor"); }, enumerable: false, configurable: true }); Object.defineProperty(MultiColumnComboBoxDescription.prototype, "actualUnderlineColor", { get: function () { return this.cv; }, set: function (a) { this.cv = a; this.e("ActualUnderlineColor"); }, enumerable: false, configurable: true }); Object.defineProperty(MultiColumnComboBoxDescription.prototype, "underlineOpacity", { get: function () { return this.a9; }, set: function (a) { this.a9 = a; this.e("UnderlineOpacity"); }, enumerable: false, configurable: true }); Object.defineProperty(MultiColumnComboBoxDescription.prototype, "actualUnderlineOpacity", { get: function () { return this.an; }, set: function (a) { this.an = a; this.e("ActualUnderlineOpacity"); }, enumerable: false, configurable: true }); Object.defineProperty(MultiColumnComboBoxDescription.prototype, "underlineRippleColor", { get: function () { return this.dy; }, set: function (a) { this.dy = a; this.e("UnderlineRippleColor"); }, enumerable: false, configurable: true }); Object.defineProperty(MultiColumnComboBoxDescription.prototype, "actualUnderlineRippleColor", { get: function () { return this.cw; }, set: function (a) { this.cw = a; this.e("ActualUnderlineRippleColor"); }, enumerable: false, configurable: true }); Object.defineProperty(MultiColumnComboBoxDescription.prototype, "underlineRippleOpacity", { get: function () { return this.ba; }, set: function (a) { this.ba = a; this.e("UnderlineRippleOpacity"); }, enumerable: false, configurable: true }); Object.defineProperty(MultiColumnComboBoxDescription.prototype, "actualUnderlineRippleOpacity", { get: function () { return this.ao; }, set: function (a) { this.ao = a; this.e("ActualUnderlineRippleOpacity"); }, enumerable: false, configurable: true }); Object.defineProperty(MultiColumnComboBoxDescription.prototype, "underlineRippleWidth", { get: function () { return this.bb; }, set: function (a) { this.bb = a; this.e("UnderlineRippleWidth"); }, enumerable: false, configurable: true }); Object.defineProperty(MultiColumnComboBoxDescription.prototype, "actualUnderlineRippleWidth", { get: function () { return this.ap; }, set: function (a) { this.ap = a; this.e("ActualUnderlineRippleWidth"); }, enumerable: false, configurable: true }); Object.defineProperty(MultiColumnComboBoxDescription.prototype, "underlineWidth", { get: function () { return this.bc; }, set: function (a) { this.bc = a; this.e("UnderlineWidth"); }, enumerable: false, configurable: true }); Object.defineProperty(MultiColumnComboBoxDescription.prototype, "actualUnderlineWidth", { get: function () { return this.aq; }, set: function (a) { this.aq = a; this.e("ActualUnderlineWidth"); }, enumerable: false, configurable: true }); Object.defineProperty(MultiColumnComboBoxDescription.prototype, "allowFilter", { get: function () { return this.o; }, set: function (a) { this.o = a; this.e("AllowFilter"); }, enumerable: false, configurable: true }); Object.defineProperty(MultiColumnComboBoxDescription.prototype, "sortMode", { get: function () { return this.dr; }, set: function (a) { this.dr = a; this.e("SortMode"); }, enumerable: false, configurable: true }); Object.defineProperty(MultiColumnComboBoxDescription.prototype, "textField", { get: function () { return this.dv; }, set: function (a) { this.dv = a; this.e("TextField"); }, enumerable: false, configurable: true }); Object.defineProperty(MultiColumnComboBoxDescription.prototype, "text", { get: function () { return this.ds; }, set: function (a) { this.ds = a; this.e("Text"); }, enumerable: false, configurable: true }); Object.defineProperty(MultiColumnComboBoxDescription.prototype, "valueField", { get: function () { return this.i; }, set: function (a) { this.i = a; this.e("ValueField"); }, enumerable: false, configurable: true }); Object.defineProperty(MultiColumnComboBoxDescription.prototype, "actualValueField", { get: function () { return this.f; }, set: function (a) { this.f = a; this.e("ActualValueField"); }, enumerable: false, configurable: true }); Object.defineProperty(MultiColumnComboBoxDescription.prototype, "value", { get: function () { return this.ch; }, set: function (a) { this.ch = a; this.e("Value"); }, enumerable: false, configurable: true }); Object.defineProperty(MultiColumnComboBoxDescription.prototype, "gotFocusRef", { get: function () { return this.c9; }, set: function (a) { this.c9 = a; this.e("GotFocusRef"); }, enumerable: false, configurable: true }); Object.defineProperty(MultiColumnComboBoxDescription.prototype, "lostFocusRef", { get: function () { return this.dh; }, set: function (a) { this.dh = a; this.e("LostFocusRef"); }, enumerable: false, configurable: true }); Object.defineProperty(MultiColumnComboBoxDescription.prototype, "textValueChangedRef", { get: function () { return this.dw; }, set: function (a) { this.dw = a; this.e("TextValueChangedRef"); }, enumerable: false, configurable: true }); Object.defineProperty(MultiColumnComboBoxDescription.prototype, "selectedValueChangedRef", { get: function () { return this.dq; }, set: function (a) { this.dq = a; this.e("SelectedValueChangedRef"); }, enumerable: false, configurable: true }); Object.defineProperty(MultiColumnComboBoxDescription.prototype, "keyDownRef", { get: function () { return this.db; }, set: function (a) { this.db = a; this.e("KeyDownRef"); }, enumerable: false, configurable: true }); Object.defineProperty(MultiColumnComboBoxDescription.prototype, "changeRef", { get: function () { return this.c0; }, set: function (a) { this.c0 = a; this.e("ChangeRef"); }, enumerable: false, configurable: true }); Object.defineProperty(MultiColumnComboBoxDescription.prototype, "changingRef", { get: function () { return this.c1; }, set: function (a) { this.c1 = a; this.e("ChangingRef"); }, enumerable: false, configurable: true }); Object.defineProperty(MultiColumnComboBoxDescription.prototype, "textChangeRef", { get: function () { return this.dt; }, set: function (a) { this.dt = a; this.e("TextChangeRef"); }, enumerable: false, configurable: true }); Object.defineProperty(MultiColumnComboBoxDescription.prototype, "valueChangeRef", { get: function () { return this.dz; }, set: function (a) { this.dz = a; this.e("ValueChangeRef"); }, enumerable: false, configurable: true }); Object.defineProperty(MultiColumnComboBoxDescription.prototype, "defaultColumnWidth", { get: function () { return this.a0; }, set: function (a) { this.a0 = a; this.e("DefaultColumnWidth"); }, enumerable: false, configurable: true }); MultiColumnComboBoxDescription.$t = markType(MultiColumnComboBoxDescription, 'MultiColumnComboBoxDescription', Description.$); return MultiColumnComboBoxDescription; }(Description)); export { MultiColumnComboBoxDescription };