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