igniteui-webcomponents-data-grids 7.1.0-beta.0 → 7.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.
Files changed (91) hide show
  1. package/bundles/igniteui-webcomponents-data-grids.umd.js +3962 -3669
  2. package/bundles/igniteui-webcomponents-data-grids.umd.min.js +1 -1
  3. package/esm2015/lib/CanvasTemplateCellPresenter.js +1 -1
  4. package/esm2015/lib/CellPresenterBase.js +1 -1
  5. package/esm2015/lib/CheckboxListBridge.js +8 -0
  6. package/esm2015/lib/CheckboxListView_combined.js +356 -322
  7. package/esm2015/lib/ColumnChooserView_combined.js +7 -7
  8. package/esm2015/lib/ColumnFilterCondition_combined.js +2986 -2878
  9. package/esm2015/lib/ColumnGroupingView_combined.js +4 -4
  10. package/esm2015/lib/ColumnPinningView_combined.js +5 -5
  11. package/esm2015/lib/ComparisonOperatorSelectorView_combined.js +2 -2
  12. package/esm2015/lib/DataGridLocaleEn.js +8 -0
  13. package/esm2015/lib/DataGridScrollerKeyboardListener.js +16 -16
  14. package/esm2015/lib/GridColumnFilterOptionsView_combined.js +7 -7
  15. package/esm2015/lib/GridColumnGroupOptionsView_combined.js +4 -4
  16. package/esm2015/lib/GridColumnHideOptionsView_combined.js +1 -1
  17. package/esm2015/lib/GridColumnMoveOptionsView_combined.js +1 -1
  18. package/esm2015/lib/GridColumnOptionsView_combined.js +1 -1
  19. package/esm2015/lib/GridColumnPinOptionsView_combined.js +1 -1
  20. package/esm2015/lib/GridColumnSummaryOptionsView_combined.js +6 -6
  21. package/esm2015/lib/GridExternalWrapper.js +6 -6
  22. package/esm2015/lib/GridFilterDialogView_combined.js +188 -173
  23. package/esm2015/lib/GridIconRepository.js +4 -4
  24. package/esm2015/lib/ISummaryChooserView_combined.js +5 -5
  25. package/esm2015/lib/MultiColumnComboBoxView_combined.js +5 -5
  26. package/esm2015/lib/PropertyEditorView_combined.js +6 -6
  27. package/esm2015/lib/TemplateCellPresenter.js +1 -1
  28. package/esm2015/lib/TemplateHeader.js +1 -1
  29. package/esm2015/lib/TextHeaderCell.js +7 -7
  30. package/esm2015/lib/TextHeaderCellPresenter.js +14 -11
  31. package/esm2015/lib/igc-checkbox-list-component.js +68 -58
  32. package/esm2015/lib/igc-combo-box-column-component.js +10 -10
  33. package/esm2015/lib/igc-data-grid-column-component.js +132 -118
  34. package/esm2015/lib/igc-data-grid-component.js +21 -0
  35. package/esm2015/lib/igc-data-grid-filter-dialog-component.js +44 -34
  36. package/esm2015/lib/igc-date-time-column-component.js +23 -23
  37. package/esm2015/lib/igc-image-column-component.js +12 -12
  38. package/esm2015/lib/igc-numeric-column-component.js +38 -38
  39. package/esm2015/lib/igc-text-column-component.js +9 -9
  40. package/esm2015/lib/igc-text-header-cell-info.js +26 -20
  41. package/esm5/lib/CanvasTemplateCellPresenter.js +1 -1
  42. package/esm5/lib/CellPresenterBase.js +1 -1
  43. package/esm5/lib/CheckboxListBridge.js +8 -0
  44. package/esm5/lib/CheckboxListView_combined.js +346 -308
  45. package/esm5/lib/ColumnChooserView_combined.js +7 -7
  46. package/esm5/lib/ColumnFilterCondition_combined.js +2901 -2773
  47. package/esm5/lib/ColumnGroupingView_combined.js +4 -4
  48. package/esm5/lib/ColumnPinningView_combined.js +5 -5
  49. package/esm5/lib/ComparisonOperatorSelectorView_combined.js +2 -2
  50. package/esm5/lib/DataGridLocaleEn.js +8 -0
  51. package/esm5/lib/DataGridScrollerKeyboardListener.js +16 -16
  52. package/esm5/lib/GridColumnFilterOptionsView_combined.js +7 -7
  53. package/esm5/lib/GridColumnGroupOptionsView_combined.js +4 -4
  54. package/esm5/lib/GridColumnHideOptionsView_combined.js +1 -1
  55. package/esm5/lib/GridColumnMoveOptionsView_combined.js +1 -1
  56. package/esm5/lib/GridColumnOptionsView_combined.js +1 -1
  57. package/esm5/lib/GridColumnPinOptionsView_combined.js +1 -1
  58. package/esm5/lib/GridColumnSummaryOptionsView_combined.js +6 -6
  59. package/esm5/lib/GridExternalWrapper.js +6 -6
  60. package/esm5/lib/GridFilterDialogView_combined.js +183 -164
  61. package/esm5/lib/GridIconRepository.js +4 -4
  62. package/esm5/lib/ISummaryChooserView_combined.js +5 -5
  63. package/esm5/lib/MultiColumnComboBoxView_combined.js +5 -5
  64. package/esm5/lib/PropertyEditorView_combined.js +6 -6
  65. package/esm5/lib/TemplateCellPresenter.js +1 -1
  66. package/esm5/lib/TemplateHeader.js +1 -1
  67. package/esm5/lib/TextHeaderCell.js +7 -7
  68. package/esm5/lib/TextHeaderCellPresenter.js +14 -11
  69. package/esm5/lib/igc-checkbox-list-component.js +72 -58
  70. package/esm5/lib/igc-combo-box-column-component.js +10 -10
  71. package/esm5/lib/igc-data-grid-column-component.js +140 -118
  72. package/esm5/lib/igc-data-grid-component.js +29 -0
  73. package/esm5/lib/igc-data-grid-filter-dialog-component.js +48 -34
  74. package/esm5/lib/igc-date-time-column-component.js +23 -23
  75. package/esm5/lib/igc-image-column-component.js +12 -12
  76. package/esm5/lib/igc-numeric-column-component.js +38 -38
  77. package/esm5/lib/igc-text-column-component.js +9 -9
  78. package/esm5/lib/igc-text-header-cell-info.js +30 -20
  79. package/fesm2015/igniteui-webcomponents-data-grids.js +4031 -3794
  80. package/fesm5/igniteui-webcomponents-data-grids.js +3962 -3669
  81. package/lib/CheckboxListExternal.d.ts +2 -0
  82. package/lib/CheckboxListView_combined.d.ts +98 -94
  83. package/lib/ColumnFilterCondition_combined.d.ts +711 -694
  84. package/lib/DataGridLocaleEn.d.ts +8 -0
  85. package/lib/GridFilterDialogView_combined.d.ts +52 -49
  86. package/lib/igc-checkbox-list-component.d.ts +5 -0
  87. package/lib/igc-data-grid-column-component.d.ts +4 -0
  88. package/lib/igc-data-grid-component.d.ts +11 -0
  89. package/lib/igc-data-grid-filter-dialog-component.d.ts +5 -0
  90. package/lib/igc-text-header-cell-info.d.ts +2 -0
  91. package/package.json +4 -4
@@ -69,10 +69,10 @@ var IgcTextHeaderCellInfo = /** @class */ /*@__PURE__*/ (function (_super) {
69
69
  * Gets or sets the color for the column options icon in the header.
70
70
  */
71
71
  get: function () {
72
- return brushToString(this.i.p9);
72
+ return brushToString(this.i.qc);
73
73
  },
74
74
  set: function (v) {
75
- this.i.p9 = stringToBrush(v);
75
+ this.i.qc = stringToBrush(v);
76
76
  },
77
77
  enumerable: false,
78
78
  configurable: true
@@ -108,10 +108,10 @@ var IgcTextHeaderCellInfo = /** @class */ /*@__PURE__*/ (function (_super) {
108
108
  * Gets or sets the column options dropdown background color.
109
109
  */
110
110
  get: function () {
111
- return brushToString(this.i.p4);
111
+ return brushToString(this.i.p7);
112
112
  },
113
113
  set: function (v) {
114
- this.i.p4 = stringToBrush(v);
114
+ this.i.p7 = stringToBrush(v);
115
115
  },
116
116
  enumerable: false,
117
117
  configurable: true
@@ -121,10 +121,10 @@ var IgcTextHeaderCellInfo = /** @class */ /*@__PURE__*/ (function (_super) {
121
121
  * Gets or sets the text color for text inside the column options menu.
122
122
  */
123
123
  get: function () {
124
- return brushToString(this.i.qb);
124
+ return brushToString(this.i.qe);
125
125
  },
126
126
  set: function (v) {
127
- this.i.qb = stringToBrush(v);
127
+ this.i.qe = stringToBrush(v);
128
128
  },
129
129
  enumerable: false,
130
130
  configurable: true
@@ -149,30 +149,40 @@ var IgcTextHeaderCellInfo = /** @class */ /*@__PURE__*/ (function (_super) {
149
149
  });
150
150
  Object.defineProperty(IgcTextHeaderCellInfo.prototype, "columnOptionsHoverBackgroundColor", {
151
151
  get: function () {
152
- return brushToString(this.i.p8);
152
+ return brushToString(this.i.qb);
153
153
  },
154
154
  set: function (v) {
155
- this.i.p8 = stringToBrush(v);
155
+ this.i.qb = stringToBrush(v);
156
156
  },
157
157
  enumerable: false,
158
158
  configurable: true
159
159
  });
160
160
  Object.defineProperty(IgcTextHeaderCellInfo.prototype, "columnOptionsToolTipBackgroundColor", {
161
161
  get: function () {
162
- return brushToString(this.i.qc);
162
+ return brushToString(this.i.qf);
163
163
  },
164
164
  set: function (v) {
165
- this.i.qc = stringToBrush(v);
165
+ this.i.qf = stringToBrush(v);
166
+ },
167
+ enumerable: false,
168
+ configurable: true
169
+ });
170
+ Object.defineProperty(IgcTextHeaderCellInfo.prototype, "columnOptionsToolTipTextColor", {
171
+ get: function () {
172
+ return brushToString(this.i.qg);
173
+ },
174
+ set: function (v) {
175
+ this.i.qg = stringToBrush(v);
166
176
  },
167
177
  enumerable: false,
168
178
  configurable: true
169
179
  });
170
180
  Object.defineProperty(IgcTextHeaderCellInfo.prototype, "columnOptionsHighlightColor", {
171
181
  get: function () {
172
- return brushToString(this.i.p7);
182
+ return brushToString(this.i.qa);
173
183
  },
174
184
  set: function (v) {
175
- this.i.p7 = stringToBrush(v);
185
+ this.i.qa = stringToBrush(v);
176
186
  },
177
187
  enumerable: false,
178
188
  configurable: true
@@ -182,10 +192,10 @@ var IgcTextHeaderCellInfo = /** @class */ /*@__PURE__*/ (function (_super) {
182
192
  * Gets or sets the color of separators inside the column options menu.
183
193
  */
184
194
  get: function () {
185
- return brushToString(this.i.qa);
195
+ return brushToString(this.i.qd);
186
196
  },
187
197
  set: function (v) {
188
- this.i.qa = stringToBrush(v);
198
+ this.i.qd = stringToBrush(v);
189
199
  },
190
200
  enumerable: false,
191
201
  configurable: true
@@ -195,10 +205,10 @@ var IgcTextHeaderCellInfo = /** @class */ /*@__PURE__*/ (function (_super) {
195
205
  * Gets or sets the background color for group headers inside the column options menu.
196
206
  */
197
207
  get: function () {
198
- return brushToString(this.i.p5);
208
+ return brushToString(this.i.p8);
199
209
  },
200
210
  set: function (v) {
201
- this.i.p5 = stringToBrush(v);
211
+ this.i.p8 = stringToBrush(v);
202
212
  },
203
213
  enumerable: false,
204
214
  configurable: true
@@ -208,10 +218,10 @@ var IgcTextHeaderCellInfo = /** @class */ /*@__PURE__*/ (function (_super) {
208
218
  * Gets or sets the text color for group headers inside the column options menu.
209
219
  */
210
220
  get: function () {
211
- return brushToString(this.i.p6);
221
+ return brushToString(this.i.p9);
212
222
  },
213
223
  set: function (v) {
214
- this.i.p6 = stringToBrush(v);
224
+ this.i.p9 = stringToBrush(v);
215
225
  },
216
226
  enumerable: false,
217
227
  configurable: true
@@ -233,10 +243,10 @@ var IgcTextHeaderCellInfo = /** @class */ /*@__PURE__*/ (function (_super) {
233
243
  });
234
244
  Object.defineProperty(IgcTextHeaderCellInfo.prototype, "columnOptionsAccentColor", {
235
245
  get: function () {
236
- return brushToString(this.i.p3);
246
+ return brushToString(this.i.p6);
237
247
  },
238
248
  set: function (v) {
239
- this.i.p3 = stringToBrush(v);
249
+ this.i.p6 = stringToBrush(v);
240
250
  },
241
251
  enumerable: false,
242
252
  configurable: true