igniteui-webcomponents-grids 4.0.4 → 4.2.3-alpha

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 (129) hide show
  1. package/bundles/igniteui-webcomponents-grids.umd.js +2059 -1378
  2. package/bundles/igniteui-webcomponents-grids.umd.min.js +1 -1
  3. package/esm2015/lib/BaseEditorView.js +30 -14
  4. package/esm2015/lib/CanvasGridCellBase.js +26 -26
  5. package/esm2015/lib/CanvasSummaryCell.js +2 -2
  6. package/esm2015/lib/CanvasTextHeaderCell.js +1 -1
  7. package/esm2015/lib/CheckboxListView_combined.js +553 -389
  8. package/esm2015/lib/ColumnChooserView_combined.js +9 -9
  9. package/esm2015/lib/ColumnFilterCondition_combined.js +32 -0
  10. package/esm2015/lib/ColumnGroupingView_combined.js +1 -1
  11. package/esm2015/lib/ColumnPinningView_combined.js +7 -7
  12. package/esm2015/lib/ComboEditorView.js +111 -105
  13. package/esm2015/lib/ComparisonOperatorSelectorView_combined.js +401 -344
  14. package/esm2015/lib/DataGridCellLayoutPanel.js +5 -5
  15. package/esm2015/lib/DateEditorView.js +94 -87
  16. package/esm2015/lib/EditorCell.js +11 -11
  17. package/esm2015/lib/FilterCell.js +77 -61
  18. package/esm2015/lib/FilterCellPresenter.js +6 -3
  19. package/esm2015/lib/GridColumnFilterOptionsView_combined.js +8 -8
  20. package/esm2015/lib/GridColumnOptionsView_combined.js +47 -22
  21. package/esm2015/lib/GridColumnSummaryOptionsView_combined.js +51 -25
  22. package/esm2015/lib/GridExpansionIndicatorView_combined.js +8 -8
  23. package/esm2015/lib/GridFilterDialogView_combined.js +5 -5
  24. package/esm2015/lib/GridSortIndicatorView_combined.js +9 -9
  25. package/esm2015/lib/ISummaryChooserView_combined.js +12 -11
  26. package/esm2015/lib/MultiColumnComboBoxView_combined.js +19 -19
  27. package/esm2015/lib/NumericEditorView.js +3 -3
  28. package/esm2015/lib/PropertyEditorView_combined.js +40 -40
  29. package/esm2015/lib/TextEditorView.js +82 -75
  30. package/esm2015/lib/igc-checkbox-list-component.js +155 -50
  31. package/esm2015/lib/igc-data-grid-comparison-operator-selector-component.js +104 -59
  32. package/esm2015/lib/igc-grid-column-options-component.js +21 -1
  33. package/esm2015/lib/igc-grid-column-summary-options-component.js +16 -2
  34. package/esm5/lib/BaseEditorView.js +34 -14
  35. package/esm5/lib/CanvasGridCellBase.js +26 -26
  36. package/esm5/lib/CanvasSummaryCell.js +2 -2
  37. package/esm5/lib/CanvasTextHeaderCell.js +1 -1
  38. package/esm5/lib/CheckboxListView_combined.js +579 -375
  39. package/esm5/lib/ColumnChooserView_combined.js +9 -9
  40. package/esm5/lib/ColumnFilterCondition_combined.js +32 -0
  41. package/esm5/lib/ColumnGroupingView_combined.js +1 -1
  42. package/esm5/lib/ColumnPinningView_combined.js +7 -7
  43. package/esm5/lib/ComboEditorView.js +108 -102
  44. package/esm5/lib/ComparisonOperatorSelectorView_combined.js +408 -343
  45. package/esm5/lib/DataGridCellLayoutPanel.js +5 -5
  46. package/esm5/lib/DateEditorView.js +93 -86
  47. package/esm5/lib/EditorCell.js +11 -11
  48. package/esm5/lib/FilterCell.js +81 -61
  49. package/esm5/lib/FilterCellPresenter.js +6 -3
  50. package/esm5/lib/GridColumnFilterOptionsView_combined.js +8 -8
  51. package/esm5/lib/GridColumnOptionsView_combined.js +55 -22
  52. package/esm5/lib/GridColumnSummaryOptionsView_combined.js +59 -25
  53. package/esm5/lib/GridExpansionIndicatorView_combined.js +8 -8
  54. package/esm5/lib/GridFilterDialogView_combined.js +5 -5
  55. package/esm5/lib/GridSortIndicatorView_combined.js +9 -9
  56. package/esm5/lib/ISummaryChooserView_combined.js +12 -11
  57. package/esm5/lib/MultiColumnComboBoxView_combined.js +19 -19
  58. package/esm5/lib/NumericEditorView.js +3 -3
  59. package/esm5/lib/PropertyEditorView_combined.js +40 -40
  60. package/esm5/lib/TextEditorView.js +82 -75
  61. package/esm5/lib/igc-checkbox-list-component.js +195 -50
  62. package/esm5/lib/igc-data-grid-comparison-operator-selector-component.js +117 -59
  63. package/esm5/lib/igc-grid-column-options-component.js +29 -1
  64. package/esm5/lib/igc-grid-column-summary-options-component.js +24 -2
  65. package/fesm2015/igniteui-webcomponents-grids.js +1935 -1395
  66. package/fesm5/igniteui-webcomponents-grids.js +2057 -1376
  67. package/grids/3rdpartylicenses.txt +445 -0
  68. package/grids/combined.js +44 -90
  69. package/grids/index.d.ts +15 -0
  70. package/grids/lib/common.d.ts +0 -4
  71. package/grids/lib/grid-toolbar-exporter-type.d.ts +3 -0
  72. package/grids/lib/igc-base-date-time-filtering-operand.d.ts +18 -0
  73. package/grids/lib/igc-base-toolbar-column-actions-directive.d.ts +2 -1
  74. package/grids/lib/igc-boolean-filtering-operand.d.ts +20 -0
  75. package/grids/lib/igc-cell-template-context.d.ts +2 -1
  76. package/grids/lib/igc-column-component.d.ts +3 -2
  77. package/grids/lib/igc-columns-auto-generated-event-args.d.ts +21 -0
  78. package/grids/lib/igc-date-filtering-operand.d.ts +20 -0
  79. package/grids/lib/igc-date-summary-operand.d.ts +75 -0
  80. package/grids/lib/igc-date-time-filtering-operand.d.ts +15 -0
  81. package/grids/lib/igc-display-density-base.d.ts +1 -1
  82. package/grids/lib/igc-exporter-options-base.d.ts +2 -0
  83. package/grids/lib/igc-filtering-expression.d.ts +33 -0
  84. package/grids/lib/igc-filtering-expressions-tree.d.ts +6 -4
  85. package/grids/lib/igc-filtering-operand.d.ts +4 -2
  86. package/grids/lib/igc-filtering-operation.d.ts +4 -0
  87. package/grids/lib/igc-grid-base-directive.d.ts +23 -2
  88. package/grids/lib/igc-grid-component.d.ts +4 -4
  89. package/grids/lib/igc-grid-edit-done-event-args.d.ts +5 -1
  90. package/grids/lib/igc-grid-selection-range.d.ts +1 -0
  91. package/grids/lib/igc-grid-toolbar-exporter-component.d.ts +2 -1
  92. package/grids/lib/igc-grouped-records.d.ts +1 -1
  93. package/grids/lib/igc-number-filtering-operand.d.ts +20 -0
  94. package/grids/lib/igc-number-summary-operand.d.ts +104 -0
  95. package/grids/lib/igc-pivot-date-dimension.d.ts +1 -20
  96. package/grids/lib/igc-pivot-grid-component.d.ts +12 -0
  97. package/grids/lib/igc-row-data-event-args.d.ts +4 -0
  98. package/grids/lib/igc-sorting-options.d.ts +3 -2
  99. package/grids/lib/igc-string-filtering-operand.d.ts +29 -0
  100. package/grids/lib/igc-summary-operand.d.ts +61 -0
  101. package/grids/lib/igc-time-filtering-operand.d.ts +15 -0
  102. package/grids/lib/igc-time-summary-operand.d.ts +49 -0
  103. package/grids/lib/sorting-options-mode.d.ts +3 -0
  104. package/grids/styles.css +1 -1
  105. package/grids/themes/dark/bootstrap.css +1 -1
  106. package/grids/themes/dark/fluent.css +1 -1
  107. package/grids/themes/dark/indigo.css +1 -1
  108. package/grids/themes/dark/material.css +1 -1
  109. package/grids/themes/light/bootstrap.css +1 -1
  110. package/grids/themes/light/fluent.css +1 -1
  111. package/grids/themes/light/indigo.css +1 -1
  112. package/grids/themes/light/material.css +1 -1
  113. package/lib/BaseEditorView.d.ts +12 -8
  114. package/lib/CheckboxListView_combined.d.ts +120 -96
  115. package/lib/ColumnFilterCondition_combined.d.ts +2 -0
  116. package/lib/ComboEditorView.d.ts +15 -14
  117. package/lib/ComboEditorView_ComboExternal.d.ts +1 -0
  118. package/lib/ComparisonOperatorSelectorView_combined.d.ts +105 -96
  119. package/lib/DateEditorView.d.ts +13 -12
  120. package/lib/FilterCell.d.ts +23 -20
  121. package/lib/GridColumnOptionsView_combined.d.ts +10 -5
  122. package/lib/GridColumnSummaryOptionsView_combined.d.ts +14 -9
  123. package/lib/IEditorView.d.ts +2 -0
  124. package/lib/TextEditorView.d.ts +10 -9
  125. package/lib/igc-checkbox-list-component.d.ts +40 -0
  126. package/lib/igc-data-grid-comparison-operator-selector-component.d.ts +11 -0
  127. package/lib/igc-grid-column-options-component.d.ts +8 -0
  128. package/lib/igc-grid-column-summary-options-component.d.ts +2 -0
  129. package/package.json +4 -4
@@ -7,7 +7,7 @@ import { IgcOperatorSelectorOpeningEventArgs } from "./igc-operator-selector-ope
7
7
  import { IgcOperatorSelectorClosingEventArgs } from "./igc-operator-selector-closing-event-args";
8
8
  import { ComparisonOperatorSelector } from "./ComparisonOperatorSelector";
9
9
  import { TypeRegistrar } from "igniteui-webcomponents-core";
10
- import { NamePatcher, getAllPropertyNames, fromSpinal, toSpinal, ensureEnum, enumToString, initializePropertiesFromCss } from "igniteui-webcomponents-core";
10
+ import { NamePatcher, getAllPropertyNames, fromSpinal, toSpinal, ensureEnum, enumToString, brushToString, stringToBrush, initializePropertiesFromCss } from "igniteui-webcomponents-core";
11
11
  import { RegisterElementHelper } from "igniteui-webcomponents-core";
12
12
  /**
13
13
  * A dropdown selector for choosing which comparison operator to use.
@@ -29,6 +29,8 @@ var IgcDataGridComparisonOperatorSelectorComponent = /** @class */ /*@__PURE__*/
29
29
  _this._valueChanged_wrapped = null;
30
30
  _this._opening = null;
31
31
  _this._opening_wrapped = null;
32
+ _this._opened = null;
33
+ _this._opened_wrapped = null;
32
34
  _this._closing = null;
33
35
  _this._closing_wrapped = null;
34
36
  if (_this._styling) {
@@ -168,10 +170,10 @@ var IgcDataGridComparisonOperatorSelectorComponent = /** @class */ /*@__PURE__*/
168
170
  * Gets the ID for the custom filter that is selected. Value must be 'Custom' for this property to be valid.
169
171
  */
170
172
  get: function () {
171
- return this.i.ac;
173
+ return this.i.ae;
172
174
  },
173
175
  set: function (v) {
174
- this.i.ac = v;
176
+ this.i.ae = v;
175
177
  },
176
178
  enumerable: true,
177
179
  configurable: true
@@ -181,11 +183,11 @@ var IgcDataGridComparisonOperatorSelectorComponent = /** @class */ /*@__PURE__*/
181
183
  * Gets the index for the custom filter that is selected. Value must be 'Custom' for this property to be valid.
182
184
  */
183
185
  get: function () {
184
- return this.i.w;
186
+ return this.i.x;
185
187
  },
186
188
  set: function (v) {
187
- this.i.w = +v;
188
- this._a("customFilterIndex", this.i.w);
189
+ this.i.x = +v;
190
+ this._a("customFilterIndex", this.i.x);
189
191
  },
190
192
  enumerable: true,
191
193
  configurable: true
@@ -206,305 +208,333 @@ var IgcDataGridComparisonOperatorSelectorComponent = /** @class */ /*@__PURE__*/
206
208
  });
207
209
  Object.defineProperty(IgcDataGridComparisonOperatorSelectorComponent.prototype, "maxHeight", {
208
210
  get: function () {
209
- return this.i.y;
211
+ return this.i.z;
210
212
  },
211
213
  set: function (v) {
212
- this.i.y = +v;
213
- this._a("maxHeight", this.i.y);
214
+ this.i.z = +v;
215
+ this._a("maxHeight", this.i.z);
216
+ },
217
+ enumerable: true,
218
+ configurable: true
219
+ });
220
+ Object.defineProperty(IgcDataGridComparisonOperatorSelectorComponent.prototype, "textColor", {
221
+ /**
222
+ * Gets or sets the text color.
223
+ */
224
+ get: function () {
225
+ return brushToString(this.i.eq);
226
+ },
227
+ set: function (v) {
228
+ this.i.eq = stringToBrush(v);
229
+ this._a("textColor", brushToString(this.i.eq));
230
+ },
231
+ enumerable: true,
232
+ configurable: true
233
+ });
234
+ Object.defineProperty(IgcDataGridComparisonOperatorSelectorComponent.prototype, "background", {
235
+ /**
236
+ * Gets or sets the background color.
237
+ */
238
+ get: function () {
239
+ return brushToString(this.i.ep);
240
+ },
241
+ set: function (v) {
242
+ this.i.ep = stringToBrush(v);
243
+ this._a("background", brushToString(this.i.ep));
214
244
  },
215
245
  enumerable: true,
216
246
  configurable: true
217
247
  });
218
248
  Object.defineProperty(IgcDataGridComparisonOperatorSelectorComponent.prototype, "operatorCaptionTrue", {
219
249
  get: function () {
220
- return this.i.db;
250
+ return this.i.dd;
221
251
  },
222
252
  enumerable: true,
223
253
  configurable: true
224
254
  });
225
255
  Object.defineProperty(IgcDataGridComparisonOperatorSelectorComponent.prototype, "operatorCaptionFalse", {
226
256
  get: function () {
227
- return this.i.ci;
257
+ return this.i.ck;
228
258
  },
229
259
  enumerable: true,
230
260
  configurable: true
231
261
  });
232
262
  Object.defineProperty(IgcDataGridComparisonOperatorSelectorComponent.prototype, "operatorCaptionEquals", {
233
263
  get: function () {
234
- return this.i.ch;
264
+ return this.i.cj;
235
265
  },
236
266
  enumerable: true,
237
267
  configurable: true
238
268
  });
239
269
  Object.defineProperty(IgcDataGridComparisonOperatorSelectorComponent.prototype, "operatorCaptionNotEquals", {
240
270
  get: function () {
241
- return this.i.cx;
271
+ return this.i.cz;
242
272
  },
243
273
  enumerable: true,
244
274
  configurable: true
245
275
  });
246
276
  Object.defineProperty(IgcDataGridComparisonOperatorSelectorComponent.prototype, "operatorCaptionLessThan", {
247
277
  get: function () {
248
- return this.i.cp;
278
+ return this.i.cr;
249
279
  },
250
280
  enumerable: true,
251
281
  configurable: true
252
282
  });
253
283
  Object.defineProperty(IgcDataGridComparisonOperatorSelectorComponent.prototype, "operatorCaptionLessThanOrEqual", {
254
284
  get: function () {
255
- return this.i.cq;
285
+ return this.i.cs;
256
286
  },
257
287
  enumerable: true,
258
288
  configurable: true
259
289
  });
260
290
  Object.defineProperty(IgcDataGridComparisonOperatorSelectorComponent.prototype, "operatorCaptionGreaterThan", {
261
291
  get: function () {
262
- return this.i.cj;
292
+ return this.i.cl;
263
293
  },
264
294
  enumerable: true,
265
295
  configurable: true
266
296
  });
267
297
  Object.defineProperty(IgcDataGridComparisonOperatorSelectorComponent.prototype, "operatorCaptionGreaterThanOrEqual", {
268
298
  get: function () {
269
- return this.i.ck;
299
+ return this.i.cm;
270
300
  },
271
301
  enumerable: true,
272
302
  configurable: true
273
303
  });
274
304
  Object.defineProperty(IgcDataGridComparisonOperatorSelectorComponent.prototype, "operatorCaptionTop", {
275
305
  get: function () {
276
- return this.i.c9;
306
+ return this.i.db;
277
307
  },
278
308
  enumerable: true,
279
309
  configurable: true
280
310
  });
281
311
  Object.defineProperty(IgcDataGridComparisonOperatorSelectorComponent.prototype, "operatorCaptionBottom", {
282
312
  get: function () {
283
- return this.i.b9;
313
+ return this.i.cb;
284
314
  },
285
315
  enumerable: true,
286
316
  configurable: true
287
317
  });
288
318
  Object.defineProperty(IgcDataGridComparisonOperatorSelectorComponent.prototype, "operatorCaptionTopPercentile", {
289
319
  get: function () {
290
- return this.i.da;
320
+ return this.i.dc;
291
321
  },
292
322
  enumerable: true,
293
323
  configurable: true
294
324
  });
295
325
  Object.defineProperty(IgcDataGridComparisonOperatorSelectorComponent.prototype, "operatorCaptionBottomPercentile", {
296
326
  get: function () {
297
- return this.i.ca;
327
+ return this.i.cc;
298
328
  },
299
329
  enumerable: true,
300
330
  configurable: true
301
331
  });
302
332
  Object.defineProperty(IgcDataGridComparisonOperatorSelectorComponent.prototype, "operatorCaptionToday", {
303
333
  get: function () {
304
- return this.i.c7;
334
+ return this.i.c9;
305
335
  },
306
336
  enumerable: true,
307
337
  configurable: true
308
338
  });
309
339
  Object.defineProperty(IgcDataGridComparisonOperatorSelectorComponent.prototype, "operatorCaptionTomorrow", {
310
340
  get: function () {
311
- return this.i.c8;
341
+ return this.i.da;
312
342
  },
313
343
  enumerable: true,
314
344
  configurable: true
315
345
  });
316
346
  Object.defineProperty(IgcDataGridComparisonOperatorSelectorComponent.prototype, "operatorCaptionYesterday", {
317
347
  get: function () {
318
- return this.i.de;
348
+ return this.i.dg;
319
349
  },
320
350
  enumerable: true,
321
351
  configurable: true
322
352
  });
323
353
  Object.defineProperty(IgcDataGridComparisonOperatorSelectorComponent.prototype, "operatorCaptionThisWeek", {
324
354
  get: function () {
325
- return this.i.c5;
355
+ return this.i.c7;
326
356
  },
327
357
  enumerable: true,
328
358
  configurable: true
329
359
  });
330
360
  Object.defineProperty(IgcDataGridComparisonOperatorSelectorComponent.prototype, "operatorCaptionNextWeek", {
331
361
  get: function () {
332
- return this.i.cu;
362
+ return this.i.cw;
333
363
  },
334
364
  enumerable: true,
335
365
  configurable: true
336
366
  });
337
367
  Object.defineProperty(IgcDataGridComparisonOperatorSelectorComponent.prototype, "operatorCaptionLastWeek", {
338
368
  get: function () {
339
- return this.i.cn;
369
+ return this.i.cp;
340
370
  },
341
371
  enumerable: true,
342
372
  configurable: true
343
373
  });
344
374
  Object.defineProperty(IgcDataGridComparisonOperatorSelectorComponent.prototype, "operatorCaptionThisMonth", {
345
375
  get: function () {
346
- return this.i.c3;
376
+ return this.i.c5;
347
377
  },
348
378
  enumerable: true,
349
379
  configurable: true
350
380
  });
351
381
  Object.defineProperty(IgcDataGridComparisonOperatorSelectorComponent.prototype, "operatorCaptionNextMonth", {
352
382
  get: function () {
353
- return this.i.cs;
383
+ return this.i.cu;
354
384
  },
355
385
  enumerable: true,
356
386
  configurable: true
357
387
  });
358
388
  Object.defineProperty(IgcDataGridComparisonOperatorSelectorComponent.prototype, "operatorCaptionLastMonth", {
359
389
  get: function () {
360
- return this.i.cl;
390
+ return this.i.cn;
361
391
  },
362
392
  enumerable: true,
363
393
  configurable: true
364
394
  });
365
395
  Object.defineProperty(IgcDataGridComparisonOperatorSelectorComponent.prototype, "operatorCaptionThisQuarter", {
366
396
  get: function () {
367
- return this.i.c4;
397
+ return this.i.c6;
368
398
  },
369
399
  enumerable: true,
370
400
  configurable: true
371
401
  });
372
402
  Object.defineProperty(IgcDataGridComparisonOperatorSelectorComponent.prototype, "operatorCaptionNextQuarter", {
373
403
  get: function () {
374
- return this.i.ct;
404
+ return this.i.cv;
375
405
  },
376
406
  enumerable: true,
377
407
  configurable: true
378
408
  });
379
409
  Object.defineProperty(IgcDataGridComparisonOperatorSelectorComponent.prototype, "operatorCaptionLastQuarter", {
380
410
  get: function () {
381
- return this.i.cm;
411
+ return this.i.co;
382
412
  },
383
413
  enumerable: true,
384
414
  configurable: true
385
415
  });
386
416
  Object.defineProperty(IgcDataGridComparisonOperatorSelectorComponent.prototype, "operatorCaptionThisYear", {
387
417
  get: function () {
388
- return this.i.c6;
418
+ return this.i.c8;
389
419
  },
390
420
  enumerable: true,
391
421
  configurable: true
392
422
  });
393
423
  Object.defineProperty(IgcDataGridComparisonOperatorSelectorComponent.prototype, "operatorCaptionNextYear", {
394
424
  get: function () {
395
- return this.i.cv;
425
+ return this.i.cx;
396
426
  },
397
427
  enumerable: true,
398
428
  configurable: true
399
429
  });
400
430
  Object.defineProperty(IgcDataGridComparisonOperatorSelectorComponent.prototype, "operatorCaptionLastYear", {
401
431
  get: function () {
402
- return this.i.co;
432
+ return this.i.cq;
403
433
  },
404
434
  enumerable: true,
405
435
  configurable: true
406
436
  });
407
437
  Object.defineProperty(IgcDataGridComparisonOperatorSelectorComponent.prototype, "operatorCaptionYearToDate", {
408
438
  get: function () {
409
- return this.i.dd;
439
+ return this.i.df;
410
440
  },
411
441
  enumerable: true,
412
442
  configurable: true
413
443
  });
414
444
  Object.defineProperty(IgcDataGridComparisonOperatorSelectorComponent.prototype, "operatorCaptionQ1", {
415
445
  get: function () {
416
- return this.i.cy;
446
+ return this.i.c0;
417
447
  },
418
448
  enumerable: true,
419
449
  configurable: true
420
450
  });
421
451
  Object.defineProperty(IgcDataGridComparisonOperatorSelectorComponent.prototype, "operatorCaptionQ2", {
422
452
  get: function () {
423
- return this.i.cz;
453
+ return this.i.c1;
424
454
  },
425
455
  enumerable: true,
426
456
  configurable: true
427
457
  });
428
458
  Object.defineProperty(IgcDataGridComparisonOperatorSelectorComponent.prototype, "operatorCaptionQ3", {
429
459
  get: function () {
430
- return this.i.c0;
460
+ return this.i.c2;
431
461
  },
432
462
  enumerable: true,
433
463
  configurable: true
434
464
  });
435
465
  Object.defineProperty(IgcDataGridComparisonOperatorSelectorComponent.prototype, "operatorCaptionQ4", {
436
466
  get: function () {
437
- return this.i.c1;
467
+ return this.i.c3;
438
468
  },
439
469
  enumerable: true,
440
470
  configurable: true
441
471
  });
442
472
  Object.defineProperty(IgcDataGridComparisonOperatorSelectorComponent.prototype, "operatorCaptionMonth", {
443
473
  get: function () {
444
- return this.i.cr;
474
+ return this.i.ct;
445
475
  },
446
476
  enumerable: true,
447
477
  configurable: true
448
478
  });
449
479
  Object.defineProperty(IgcDataGridComparisonOperatorSelectorComponent.prototype, "operatorCaptionYear", {
450
480
  get: function () {
451
- return this.i.dc;
481
+ return this.i.de;
452
482
  },
453
483
  enumerable: true,
454
484
  configurable: true
455
485
  });
456
486
  Object.defineProperty(IgcDataGridComparisonOperatorSelectorComponent.prototype, "operatorCaptionStartsWith", {
457
487
  get: function () {
458
- return this.i.c2;
488
+ return this.i.c4;
459
489
  },
460
490
  enumerable: true,
461
491
  configurable: true
462
492
  });
463
493
  Object.defineProperty(IgcDataGridComparisonOperatorSelectorComponent.prototype, "operatorCaptionDoesNotStartWith", {
464
494
  get: function () {
465
- return this.i.ce;
495
+ return this.i.cg;
466
496
  },
467
497
  enumerable: true,
468
498
  configurable: true
469
499
  });
470
500
  Object.defineProperty(IgcDataGridComparisonOperatorSelectorComponent.prototype, "operatorCaptionEndsWith", {
471
501
  get: function () {
472
- return this.i.cg;
502
+ return this.i.ci;
473
503
  },
474
504
  enumerable: true,
475
505
  configurable: true
476
506
  });
477
507
  Object.defineProperty(IgcDataGridComparisonOperatorSelectorComponent.prototype, "operatorCaptionDoesNotEndWith", {
478
508
  get: function () {
479
- return this.i.cd;
509
+ return this.i.cf;
480
510
  },
481
511
  enumerable: true,
482
512
  configurable: true
483
513
  });
484
514
  Object.defineProperty(IgcDataGridComparisonOperatorSelectorComponent.prototype, "operatorCaptionContains", {
485
515
  get: function () {
486
- return this.i.cb;
516
+ return this.i.cd;
487
517
  },
488
518
  enumerable: true,
489
519
  configurable: true
490
520
  });
491
521
  Object.defineProperty(IgcDataGridComparisonOperatorSelectorComponent.prototype, "operatorCaptionDoesNotContain", {
492
522
  get: function () {
493
- return this.i.cc;
523
+ return this.i.ce;
494
524
  },
495
525
  enumerable: true,
496
526
  configurable: true
497
527
  });
498
528
  Object.defineProperty(IgcDataGridComparisonOperatorSelectorComponent.prototype, "operatorCaptionEmpty", {
499
529
  get: function () {
500
- return this.i.cf;
530
+ return this.i.ch;
501
531
  },
502
532
  enumerable: true,
503
533
  configurable: true
504
534
  });
505
535
  Object.defineProperty(IgcDataGridComparisonOperatorSelectorComponent.prototype, "operatorCaptionNotEmpty", {
506
536
  get: function () {
507
- return this.i.cw;
537
+ return this.i.cy;
508
538
  },
509
539
  enumerable: true,
510
540
  configurable: true
@@ -575,29 +605,29 @@ var IgcDataGridComparisonOperatorSelectorComponent = /** @class */ /*@__PURE__*/
575
605
  this._inStyling = false;
576
606
  };
577
607
  IgcDataGridComparisonOperatorSelectorComponent.prototype.provideContainer = function (container) {
578
- this.i.ee(container);
608
+ this.i.ej(container);
579
609
  };
580
610
  IgcDataGridComparisonOperatorSelectorComponent.prototype.dispose = function () {
581
- this.i.d7();
611
+ this.i.ea();
582
612
  };
583
613
  IgcDataGridComparisonOperatorSelectorComponent.prototype.getDropdownHeight = function () {
584
- var iv = this.i.x();
614
+ var iv = this.i.y();
585
615
  return (iv);
586
616
  };
587
617
  IgcDataGridComparisonOperatorSelectorComponent.prototype.toggle = function () {
588
- this.i.eh();
618
+ this.i.em();
589
619
  };
590
620
  IgcDataGridComparisonOperatorSelectorComponent.prototype.close = function () {
591
- this.i.d5();
621
+ this.i.d8();
592
622
  };
593
623
  IgcDataGridComparisonOperatorSelectorComponent.prototype.addCustomOperator = function (name, icon, id, index) {
594
- this.i.dy(name, icon, id, index);
624
+ this.i.d1(name, icon, id, index);
595
625
  };
596
626
  IgcDataGridComparisonOperatorSelectorComponent.prototype.clearCustomOperators = function () {
597
- this.i.d4();
627
+ this.i.d7();
598
628
  };
599
629
  IgcDataGridComparisonOperatorSelectorComponent.prototype.selectCustomFilter = function (id, index) {
600
- this.i.ef(id, index);
630
+ this.i.ek(id, index);
601
631
  };
602
632
  Object.defineProperty(IgcDataGridComparisonOperatorSelectorComponent.prototype, "valueChanged", {
603
633
  get: function () {
@@ -655,6 +685,34 @@ var IgcDataGridComparisonOperatorSelectorComponent = /** @class */ /*@__PURE__*/
655
685
  enumerable: true,
656
686
  configurable: true
657
687
  });
688
+ Object.defineProperty(IgcDataGridComparisonOperatorSelectorComponent.prototype, "opened", {
689
+ get: function () {
690
+ return this._opened;
691
+ },
692
+ set: function (ev) {
693
+ var _this = this;
694
+ if (this._opened_wrapped !== null) {
695
+ this.i.opened = delegateRemove(this.i.opened, this._opened_wrapped);
696
+ this._opened_wrapped = null;
697
+ this._opened = null;
698
+ }
699
+ this._opened = ev;
700
+ this._opened_wrapped = function (o, e) {
701
+ var outerArgs = new IgcOperatorSelectorOpeningEventArgs();
702
+ outerArgs._provideImplementation(e);
703
+ if (_this.beforeOpened) {
704
+ _this.beforeOpened(_this, outerArgs);
705
+ }
706
+ if (_this._opened) {
707
+ _this._opened(_this, outerArgs);
708
+ }
709
+ };
710
+ this.i.opened = delegateCombine(this.i.opened, this._opened_wrapped);
711
+ ;
712
+ },
713
+ enumerable: true,
714
+ configurable: true
715
+ });
658
716
  Object.defineProperty(IgcDataGridComparisonOperatorSelectorComponent.prototype, "closing", {
659
717
  get: function () {
660
718
  return this._closing;
@@ -1,5 +1,5 @@
1
1
  import * as tslib_1 from "tslib";
2
- import { ensureEnum, ensureBool, NamePatcher, toSpinal, enumToString, getAllPropertyNames } from "igniteui-webcomponents-core";
2
+ import { ensureEnum, brushToString, stringToBrush, ensureBool, NamePatcher, toSpinal, enumToString, getAllPropertyNames } from "igniteui-webcomponents-core";
3
3
  import { FontInfo } from "igniteui-webcomponents-core";
4
4
  import { WebComponentRenderer } from "igniteui-webcomponents-core";
5
5
  import { delegateCombine, delegateRemove } from "igniteui-webcomponents-core";
@@ -602,6 +602,34 @@ var IgcGridColumnOptionsComponent = /** @class */ /*@__PURE__*/ (function (_supe
602
602
  enumerable: true,
603
603
  configurable: true
604
604
  });
605
+ Object.defineProperty(IgcGridColumnOptionsComponent.prototype, "summaryListTextColor", {
606
+ /**
607
+ * Gets or sets the text color for the summary options menu.
608
+ */
609
+ get: function () {
610
+ return brushToString(this.i.fm);
611
+ },
612
+ set: function (v) {
613
+ this.i.fm = stringToBrush(v);
614
+ this._a("summaryListTextColor", brushToString(this.i.fm));
615
+ },
616
+ enumerable: true,
617
+ configurable: true
618
+ });
619
+ Object.defineProperty(IgcGridColumnOptionsComponent.prototype, "summaryListBackground", {
620
+ /**
621
+ * Gets or sets the background color for the summary options menu.
622
+ */
623
+ get: function () {
624
+ return brushToString(this.i.fl);
625
+ },
626
+ set: function (v) {
627
+ this.i.fl = stringToBrush(v);
628
+ this._a("summaryListBackground", brushToString(this.i.fl));
629
+ },
630
+ enumerable: true,
631
+ configurable: true
632
+ });
605
633
  Object.defineProperty(IgcGridColumnOptionsComponent.prototype, "applyButtonClick", {
606
634
  get: function () {
607
635
  return this._applyButtonClick;
@@ -1,5 +1,5 @@
1
1
  import * as tslib_1 from "tslib";
2
- import { ensureEnum, NamePatcher, toSpinal, enumToString, getAllPropertyNames } from "igniteui-webcomponents-core";
2
+ import { ensureEnum, brushToString, stringToBrush, NamePatcher, toSpinal, enumToString, getAllPropertyNames } from "igniteui-webcomponents-core";
3
3
  import { WebComponentRenderer, PortalManager } from "igniteui-webcomponents-core";
4
4
  import { DataGridStylingDefaults } from './DataGridStylingDefaults';
5
5
  import { RegisterElementHelper } from "igniteui-webcomponents-core";
@@ -161,6 +161,28 @@ var IgcGridColumnSummaryOptionsComponent = /** @class */ /*@__PURE__*/ (function
161
161
  enumerable: true,
162
162
  configurable: true
163
163
  });
164
+ Object.defineProperty(IgcGridColumnSummaryOptionsComponent.prototype, "summaryListTextColor", {
165
+ get: function () {
166
+ return brushToString(this.i.cv);
167
+ },
168
+ set: function (v) {
169
+ this.i.cv = stringToBrush(v);
170
+ this._a("summaryListTextColor", brushToString(this.i.cv));
171
+ },
172
+ enumerable: true,
173
+ configurable: true
174
+ });
175
+ Object.defineProperty(IgcGridColumnSummaryOptionsComponent.prototype, "summaryListBackground", {
176
+ get: function () {
177
+ return brushToString(this.i.cu);
178
+ },
179
+ set: function (v) {
180
+ this.i.cu = stringToBrush(v);
181
+ this._a("summaryListBackground", brushToString(this.i.cu));
182
+ },
183
+ enumerable: true,
184
+ configurable: true
185
+ });
164
186
  IgcGridColumnSummaryOptionsComponent.prototype.onApply = function () {
165
187
  this.i.bt();
166
188
  };
@@ -168,7 +190,7 @@ var IgcGridColumnSummaryOptionsComponent = /** @class */ /*@__PURE__*/ (function
168
190
  this.i.bu();
169
191
  };
170
192
  IgcGridColumnSummaryOptionsComponent.prototype.closeMenu = function () {
171
- this.i.ch();
193
+ this.i.cj();
172
194
  };
173
195
  IgcGridColumnSummaryOptionsComponent._observedAttributesIgcGridColumnSummaryOptionsComponent = null;
174
196
  IgcGridColumnSummaryOptionsComponent.htmlTagName = "igc-grid-column-summary-options";