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