igniteui-angular-data-grids 21.1.0-beta.0 → 21.1.0-beta.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bundles/igniteui-angular-data-grids.umd.js +3905 -3606
- package/bundles/igniteui-angular-data-grids.umd.min.js +1 -1
- package/esm2015/lib/CanvasTemplateCellPresenter.js +1 -1
- package/esm2015/lib/CellPresenterBase.js +1 -1
- package/esm2015/lib/CheckboxListBridge.js +8 -0
- package/esm2015/lib/CheckboxListView_combined.js +356 -322
- package/esm2015/lib/ColumnChooserView_combined.js +7 -7
- package/esm2015/lib/ColumnFilterCondition_combined.js +2987 -2879
- package/esm2015/lib/ColumnGroupingView_combined.js +4 -4
- package/esm2015/lib/ColumnPinningView_combined.js +5 -5
- package/esm2015/lib/ComparisonOperatorSelectorView_combined.js +2 -2
- package/esm2015/lib/DataGridLocaleEn.js +8 -0
- package/esm2015/lib/DataGridScrollerKeyboardListener.js +16 -16
- package/esm2015/lib/GridColumnFilterOptionsView_combined.js +7 -7
- package/esm2015/lib/GridColumnGroupOptionsView_combined.js +4 -4
- package/esm2015/lib/GridColumnHideOptionsView_combined.js +1 -1
- package/esm2015/lib/GridColumnMoveOptionsView_combined.js +1 -1
- package/esm2015/lib/GridColumnOptionsView_combined.js +1 -1
- package/esm2015/lib/GridColumnPinOptionsView_combined.js +1 -1
- package/esm2015/lib/GridColumnSummaryOptionsView_combined.js +6 -6
- package/esm2015/lib/GridExternalWrapper.js +6 -6
- package/esm2015/lib/GridFilterDialogView_combined.js +188 -173
- package/esm2015/lib/GridIconRepository.js +4 -4
- package/esm2015/lib/ISummaryChooserView_combined.js +5 -5
- package/esm2015/lib/MultiColumnComboBoxView_combined.js +5 -5
- package/esm2015/lib/PropertyEditorView_combined.js +6 -6
- package/esm2015/lib/TemplateCellPresenter.js +1 -1
- package/esm2015/lib/TemplateHeader.js +1 -1
- package/esm2015/lib/TextHeaderCell.js +7 -7
- package/esm2015/lib/TextHeaderCellPresenter.js +14 -11
- package/esm2015/lib/igx-checkbox-list-component.js +57 -46
- package/esm2015/lib/igx-column-chooser-component.js +1 -1
- package/esm2015/lib/igx-column-pinning-component.js +1 -1
- package/esm2015/lib/igx-combo-box-column-component.js +10 -10
- package/esm2015/lib/igx-data-grid-column-component.js +101 -85
- package/esm2015/lib/igx-data-grid-component.js +24 -1
- package/esm2015/lib/igx-data-grid-filter-dialog-component.js +36 -25
- package/esm2015/lib/igx-date-time-column-component.js +20 -20
- package/esm2015/lib/igx-grid-column-filter-options-component.js +1 -1
- package/esm2015/lib/igx-image-column-component.js +10 -10
- package/esm2015/lib/igx-numeric-column-component.js +32 -32
- package/esm2015/lib/igx-text-column-component.js +8 -8
- package/esm2015/lib/igx-text-header-cell-info.js +26 -20
- package/esm5/lib/CanvasTemplateCellPresenter.js +1 -1
- package/esm5/lib/CellPresenterBase.js +1 -1
- package/esm5/lib/CheckboxListBridge.js +8 -0
- package/esm5/lib/CheckboxListView_combined.js +346 -308
- package/esm5/lib/ColumnChooserView_combined.js +7 -7
- package/esm5/lib/ColumnFilterCondition_combined.js +2901 -2773
- package/esm5/lib/ColumnGroupingView_combined.js +4 -4
- package/esm5/lib/ColumnPinningView_combined.js +5 -5
- package/esm5/lib/ComparisonOperatorSelectorView_combined.js +2 -2
- package/esm5/lib/DataGridLocaleEn.js +8 -0
- package/esm5/lib/DataGridScrollerKeyboardListener.js +16 -16
- package/esm5/lib/GridColumnFilterOptionsView_combined.js +7 -7
- package/esm5/lib/GridColumnGroupOptionsView_combined.js +4 -4
- package/esm5/lib/GridColumnHideOptionsView_combined.js +1 -1
- package/esm5/lib/GridColumnMoveOptionsView_combined.js +1 -1
- package/esm5/lib/GridColumnOptionsView_combined.js +1 -1
- package/esm5/lib/GridColumnPinOptionsView_combined.js +1 -1
- package/esm5/lib/GridColumnSummaryOptionsView_combined.js +6 -6
- package/esm5/lib/GridExternalWrapper.js +6 -6
- package/esm5/lib/GridFilterDialogView_combined.js +183 -164
- package/esm5/lib/GridIconRepository.js +4 -4
- package/esm5/lib/ISummaryChooserView_combined.js +5 -5
- package/esm5/lib/MultiColumnComboBoxView_combined.js +5 -5
- package/esm5/lib/PropertyEditorView_combined.js +6 -6
- package/esm5/lib/TemplateCellPresenter.js +1 -1
- package/esm5/lib/TemplateHeader.js +1 -1
- package/esm5/lib/TextHeaderCell.js +7 -7
- package/esm5/lib/TextHeaderCellPresenter.js +14 -11
- package/esm5/lib/igx-checkbox-list-component.js +60 -45
- package/esm5/lib/igx-column-chooser-component.js +1 -1
- package/esm5/lib/igx-column-pinning-component.js +1 -1
- package/esm5/lib/igx-combo-box-column-component.js +10 -10
- package/esm5/lib/igx-data-grid-column-component.js +109 -85
- package/esm5/lib/igx-data-grid-component.js +32 -1
- package/esm5/lib/igx-data-grid-filter-dialog-component.js +40 -25
- package/esm5/lib/igx-date-time-column-component.js +20 -20
- package/esm5/lib/igx-grid-column-filter-options-component.js +1 -1
- package/esm5/lib/igx-image-column-component.js +10 -10
- package/esm5/lib/igx-numeric-column-component.js +32 -32
- package/esm5/lib/igx-text-column-component.js +8 -8
- package/esm5/lib/igx-text-header-cell-info.js +30 -20
- package/fesm2015/igniteui-angular-data-grids.js +3975 -3732
- package/fesm5/igniteui-angular-data-grids.js +3905 -3606
- package/lib/CheckboxListExternal.d.ts +2 -0
- package/lib/CheckboxListView_combined.d.ts +98 -94
- package/lib/ColumnFilterCondition_combined.d.ts +711 -694
- package/lib/DataGridLocaleEn.d.ts +8 -0
- package/lib/GridFilterDialogView_combined.d.ts +52 -49
- package/lib/igx-checkbox-list-component.d.ts +6 -1
- package/lib/igx-data-grid-column-component.d.ts +5 -1
- package/lib/igx-data-grid-component.d.ts +13 -1
- package/lib/igx-data-grid-filter-dialog-component.d.ts +6 -1
- package/lib/igx-text-header-cell-info.d.ts +2 -0
- package/package.json +4 -4
|
@@ -40,37 +40,37 @@ export let IgxTextColumnComponent = /*@__PURE__*/ (() => {
|
|
|
40
40
|
* Gets or sets the editor type used for editing cells in this column.
|
|
41
41
|
*/
|
|
42
42
|
get editorType() {
|
|
43
|
-
return this.i.
|
|
43
|
+
return this.i.se;
|
|
44
44
|
}
|
|
45
45
|
set editorType(v) {
|
|
46
|
-
this.i.
|
|
46
|
+
this.i.se = ensureEnum(EditorType_$type, v);
|
|
47
47
|
}
|
|
48
48
|
/**
|
|
49
49
|
* Gets or sets the ComboBox data source.
|
|
50
50
|
*/
|
|
51
51
|
get editorDataSource() {
|
|
52
|
-
return this.i.
|
|
52
|
+
return this.i.sf;
|
|
53
53
|
}
|
|
54
54
|
set editorDataSource(v) {
|
|
55
|
-
this.i.
|
|
55
|
+
this.i.sf = v;
|
|
56
56
|
}
|
|
57
57
|
/**
|
|
58
58
|
* Gets or sets the ComboBox text field.
|
|
59
59
|
*/
|
|
60
60
|
get editorTextField() {
|
|
61
|
-
return this.i.
|
|
61
|
+
return this.i.sh;
|
|
62
62
|
}
|
|
63
63
|
set editorTextField(v) {
|
|
64
|
-
this.i.
|
|
64
|
+
this.i.sh = v;
|
|
65
65
|
}
|
|
66
66
|
/**
|
|
67
67
|
* Gets or sets the ComboBox value field.
|
|
68
68
|
*/
|
|
69
69
|
get editorValueField() {
|
|
70
|
-
return this.i.
|
|
70
|
+
return this.i.si;
|
|
71
71
|
}
|
|
72
72
|
set editorValueField(v) {
|
|
73
|
-
this.i.
|
|
73
|
+
this.i.si = v;
|
|
74
74
|
}
|
|
75
75
|
}
|
|
76
76
|
IgxTextColumnComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: IgxTextColumnComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
@@ -50,10 +50,10 @@ export class IgxTextHeaderCellInfo extends IgxTextCellInfo {
|
|
|
50
50
|
* Gets or sets the color for the column options icon in the header.
|
|
51
51
|
*/
|
|
52
52
|
get columnOptionsIconColor() {
|
|
53
|
-
return brushToString(this.i.
|
|
53
|
+
return brushToString(this.i.qc);
|
|
54
54
|
}
|
|
55
55
|
set columnOptionsIconColor(v) {
|
|
56
|
-
this.i.
|
|
56
|
+
this.i.qc = stringToBrush(v);
|
|
57
57
|
}
|
|
58
58
|
/**
|
|
59
59
|
* Gets or sets how the column option icon will behave in the header.
|
|
@@ -77,19 +77,19 @@ export class IgxTextHeaderCellInfo extends IgxTextCellInfo {
|
|
|
77
77
|
* Gets or sets the column options dropdown background color.
|
|
78
78
|
*/
|
|
79
79
|
get columnOptionsBackground() {
|
|
80
|
-
return brushToString(this.i.
|
|
80
|
+
return brushToString(this.i.p7);
|
|
81
81
|
}
|
|
82
82
|
set columnOptionsBackground(v) {
|
|
83
|
-
this.i.
|
|
83
|
+
this.i.p7 = stringToBrush(v);
|
|
84
84
|
}
|
|
85
85
|
/**
|
|
86
86
|
* Gets or sets the text color for text inside the column options menu.
|
|
87
87
|
*/
|
|
88
88
|
get columnOptionsTextColor() {
|
|
89
|
-
return brushToString(this.i.
|
|
89
|
+
return brushToString(this.i.qe);
|
|
90
90
|
}
|
|
91
91
|
set columnOptionsTextColor(v) {
|
|
92
|
-
this.i.
|
|
92
|
+
this.i.qe = stringToBrush(v);
|
|
93
93
|
}
|
|
94
94
|
/**
|
|
95
95
|
* Gets or sets the font settings for text inside the column options menu.
|
|
@@ -106,49 +106,55 @@ export class IgxTextHeaderCellInfo extends IgxTextCellInfo {
|
|
|
106
106
|
this.i.oo = fi;
|
|
107
107
|
}
|
|
108
108
|
get columnOptionsHoverBackgroundColor() {
|
|
109
|
-
return brushToString(this.i.
|
|
109
|
+
return brushToString(this.i.qb);
|
|
110
110
|
}
|
|
111
111
|
set columnOptionsHoverBackgroundColor(v) {
|
|
112
|
-
this.i.
|
|
112
|
+
this.i.qb = stringToBrush(v);
|
|
113
113
|
}
|
|
114
114
|
get columnOptionsToolTipBackgroundColor() {
|
|
115
|
-
return brushToString(this.i.
|
|
115
|
+
return brushToString(this.i.qf);
|
|
116
116
|
}
|
|
117
117
|
set columnOptionsToolTipBackgroundColor(v) {
|
|
118
|
-
this.i.
|
|
118
|
+
this.i.qf = stringToBrush(v);
|
|
119
|
+
}
|
|
120
|
+
get columnOptionsToolTipTextColor() {
|
|
121
|
+
return brushToString(this.i.qg);
|
|
122
|
+
}
|
|
123
|
+
set columnOptionsToolTipTextColor(v) {
|
|
124
|
+
this.i.qg = stringToBrush(v);
|
|
119
125
|
}
|
|
120
126
|
get columnOptionsHighlightColor() {
|
|
121
|
-
return brushToString(this.i.
|
|
127
|
+
return brushToString(this.i.qa);
|
|
122
128
|
}
|
|
123
129
|
set columnOptionsHighlightColor(v) {
|
|
124
|
-
this.i.
|
|
130
|
+
this.i.qa = stringToBrush(v);
|
|
125
131
|
}
|
|
126
132
|
/**
|
|
127
133
|
* Gets or sets the color of separators inside the column options menu.
|
|
128
134
|
*/
|
|
129
135
|
get columnOptionsSeparatorColor() {
|
|
130
|
-
return brushToString(this.i.
|
|
136
|
+
return brushToString(this.i.qd);
|
|
131
137
|
}
|
|
132
138
|
set columnOptionsSeparatorColor(v) {
|
|
133
|
-
this.i.
|
|
139
|
+
this.i.qd = stringToBrush(v);
|
|
134
140
|
}
|
|
135
141
|
/**
|
|
136
142
|
* Gets or sets the background color for group headers inside the column options menu.
|
|
137
143
|
*/
|
|
138
144
|
get columnOptionsGroupHeaderBackground() {
|
|
139
|
-
return brushToString(this.i.
|
|
145
|
+
return brushToString(this.i.p8);
|
|
140
146
|
}
|
|
141
147
|
set columnOptionsGroupHeaderBackground(v) {
|
|
142
|
-
this.i.
|
|
148
|
+
this.i.p8 = stringToBrush(v);
|
|
143
149
|
}
|
|
144
150
|
/**
|
|
145
151
|
* Gets or sets the text color for group headers inside the column options menu.
|
|
146
152
|
*/
|
|
147
153
|
get columnOptionsGroupHeaderTextColor() {
|
|
148
|
-
return brushToString(this.i.
|
|
154
|
+
return brushToString(this.i.p9);
|
|
149
155
|
}
|
|
150
156
|
set columnOptionsGroupHeaderTextColor(v) {
|
|
151
|
-
this.i.
|
|
157
|
+
this.i.p9 = stringToBrush(v);
|
|
152
158
|
}
|
|
153
159
|
get columnOptionsGroupHeaderTextStyle() {
|
|
154
160
|
if (this.i.on == null) {
|
|
@@ -162,10 +168,10 @@ export class IgxTextHeaderCellInfo extends IgxTextCellInfo {
|
|
|
162
168
|
this.i.on = fi;
|
|
163
169
|
}
|
|
164
170
|
get columnOptionsAccentColor() {
|
|
165
|
-
return brushToString(this.i.
|
|
171
|
+
return brushToString(this.i.p6);
|
|
166
172
|
}
|
|
167
173
|
set columnOptionsAccentColor(v) {
|
|
168
|
-
this.i.
|
|
174
|
+
this.i.p6 = stringToBrush(v);
|
|
169
175
|
}
|
|
170
176
|
get columnOptionsRowHeight() {
|
|
171
177
|
return this.i.o2;
|
|
@@ -36,7 +36,7 @@ var CanvasTemplateCellPresenter = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
36
36
|
this.d.db.opacity = e;
|
|
37
37
|
}
|
|
38
38
|
this.d.dc();
|
|
39
|
-
c.
|
|
39
|
+
c.sf(a, this.d);
|
|
40
40
|
};
|
|
41
41
|
CanvasTemplateCellPresenter.$t = markType(CanvasTemplateCellPresenter, 'CanvasTemplateCellPresenter', CanvasCellPresenterBase.$);
|
|
42
42
|
return CanvasTemplateCellPresenter;
|
|
@@ -38,7 +38,7 @@ var CellPresenterBase = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
38
38
|
if (a.a5) {
|
|
39
39
|
this.a.cy(a.nk, a.en, a.es, a.eq, a.el);
|
|
40
40
|
if (a.bc(CellModel.ej)) {
|
|
41
|
-
if (!a.bj && a.p.
|
|
41
|
+
if (!a.bj && a.p.i9 && a.bg && a.co == 1) {
|
|
42
42
|
this.a.ca();
|
|
43
43
|
}
|
|
44
44
|
}
|
|
@@ -216,6 +216,12 @@ var CheckboxListBridge = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
216
216
|
case 83:
|
|
217
217
|
d.searchTextColor = c;
|
|
218
218
|
break;
|
|
219
|
+
case 126:
|
|
220
|
+
d.searchBorderColor = c;
|
|
221
|
+
break;
|
|
222
|
+
case 127:
|
|
223
|
+
d.searchFocusBorderColor = c;
|
|
224
|
+
break;
|
|
219
225
|
case 118:
|
|
220
226
|
d.selectAllCaptionTextColor = c;
|
|
221
227
|
break;
|
|
@@ -267,6 +273,8 @@ var CheckboxListBridge = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
267
273
|
case 24: return c.rowHoverBackgroundColor;
|
|
268
274
|
case 82: return c.searchIconColor;
|
|
269
275
|
case 83: return c.searchTextColor;
|
|
276
|
+
case 126: return c.searchBorderColor;
|
|
277
|
+
case 127: return c.searchFocusBorderColor;
|
|
270
278
|
case 118: return c.selectAllCaptionTextColor;
|
|
271
279
|
case 100: return enumGetBox(CheckboxListExternalIndexType_$type, c.indexType);
|
|
272
280
|
case 114: return c.checkboxAlignedRight;
|