igniteui-webcomponents-grids 5.0.1 → 5.0.2

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 (78) hide show
  1. package/bundles/igniteui-webcomponents-grids.umd.js +1366 -1366
  2. package/bundles/igniteui-webcomponents-grids.umd.min.js +1 -1
  3. package/esm2015/lib/CanvasGridCellBase.js +52 -52
  4. package/esm2015/lib/CanvasTemplateCellPresenter.js +7 -7
  5. package/esm2015/lib/CanvasTemplateHeaderCellPresenter.js +6 -6
  6. package/esm2015/lib/CanvasTextHeaderCell.js +1 -1
  7. package/esm2015/lib/CheckboxListView_combined.js +165 -165
  8. package/esm2015/lib/ColumnChooserView_combined.js +42 -42
  9. package/esm2015/lib/ColumnFilterCondition_combined.js +659 -659
  10. package/esm2015/lib/ColumnGroupingView_combined.js +40 -40
  11. package/esm2015/lib/ColumnPinningView_combined.js +42 -42
  12. package/esm2015/lib/DataGridAccessibilityLayoutPanel.js +2 -2
  13. package/esm2015/lib/DataGridCellLayoutPanel.js +48 -48
  14. package/esm2015/lib/DataGridToolbarView_combined.js +87 -87
  15. package/esm2015/lib/EditorCell.js +86 -86
  16. package/esm2015/lib/EditorCellPresenter.js +1 -1
  17. package/esm2015/lib/FilterCell.js +90 -90
  18. package/esm2015/lib/FilterCellPresenter.js +1 -1
  19. package/esm2015/lib/GridColumnFilterOptionsView_combined.js +7 -7
  20. package/esm2015/lib/ISummaryChooserView_combined.js +6 -6
  21. package/esm2015/lib/TemplateHeader.js +1 -1
  22. package/esm2015/lib/igc-checkbox-list-component.js +26 -26
  23. package/esm2015/lib/igc-column-chooser-component.js +2 -2
  24. package/esm2015/lib/igc-column-pinning-component.js +2 -2
  25. package/esm2015/lib/igc-data-grid-toolbar-component.js +2 -2
  26. package/esm2015/public_api.js +20 -20
  27. package/esm5/lib/CanvasGridCellBase.js +52 -52
  28. package/esm5/lib/CanvasTemplateCellPresenter.js +7 -7
  29. package/esm5/lib/CanvasTemplateHeaderCellPresenter.js +6 -6
  30. package/esm5/lib/CanvasTextHeaderCell.js +1 -1
  31. package/esm5/lib/CheckboxListView_combined.js +156 -156
  32. package/esm5/lib/ColumnChooserView_combined.js +41 -41
  33. package/esm5/lib/ColumnFilterCondition_combined.js +654 -654
  34. package/esm5/lib/ColumnGroupingView_combined.js +40 -40
  35. package/esm5/lib/ColumnPinningView_combined.js +41 -41
  36. package/esm5/lib/DataGridAccessibilityLayoutPanel.js +2 -2
  37. package/esm5/lib/DataGridCellLayoutPanel.js +48 -48
  38. package/esm5/lib/DataGridToolbarView_combined.js +86 -86
  39. package/esm5/lib/EditorCell.js +85 -85
  40. package/esm5/lib/EditorCellPresenter.js +1 -1
  41. package/esm5/lib/FilterCell.js +88 -88
  42. package/esm5/lib/FilterCellPresenter.js +1 -1
  43. package/esm5/lib/GridColumnFilterOptionsView_combined.js +7 -7
  44. package/esm5/lib/ISummaryChooserView_combined.js +6 -6
  45. package/esm5/lib/TemplateHeader.js +1 -1
  46. package/esm5/lib/igc-checkbox-list-component.js +26 -26
  47. package/esm5/lib/igc-column-chooser-component.js +2 -2
  48. package/esm5/lib/igc-column-pinning-component.js +2 -2
  49. package/esm5/lib/igc-data-grid-toolbar-component.js +2 -2
  50. package/esm5/public_api.js +20 -20
  51. package/fesm2015/igniteui-webcomponents-grids.js +1386 -1386
  52. package/fesm5/igniteui-webcomponents-grids.js +1366 -1366
  53. package/grids/combined.js +587 -590
  54. package/grids/lib/igc-grid-base-directive.d.ts +1 -0
  55. package/grids/lib/igc-row-island-component.d.ts +1 -0
  56. package/grids/styles.css +1 -1
  57. package/grids/themes/dark/bootstrap.css +1 -1
  58. package/grids/themes/dark/fluent.css +1 -1
  59. package/grids/themes/dark/indigo.css +1 -1
  60. package/grids/themes/dark/material.css +1 -1
  61. package/grids/themes/light/bootstrap.css +1 -1
  62. package/grids/themes/light/fluent.css +1 -1
  63. package/grids/themes/light/indigo.css +1 -1
  64. package/grids/themes/light/material.css +1 -1
  65. package/lib/CanvasGridCellBase.d.ts +7 -7
  66. package/lib/CanvasTemplateCellPresenter.d.ts +2 -2
  67. package/lib/CanvasTemplateHeaderCellPresenter.d.ts +2 -2
  68. package/lib/CheckboxListView_combined.d.ts +23 -23
  69. package/lib/ColumnChooserView_combined.d.ts +4 -4
  70. package/lib/ColumnFilterCondition_combined.d.ts +113 -113
  71. package/lib/ColumnGroupingView_combined.d.ts +2 -2
  72. package/lib/ColumnPinningView_combined.d.ts +4 -4
  73. package/lib/DataGridCellLayoutPanel.d.ts +3 -3
  74. package/lib/DataGridToolbarView_combined.d.ts +5 -5
  75. package/lib/EditorCell.d.ts +8 -8
  76. package/lib/FilterCell.d.ts +12 -12
  77. package/package.json +4 -4
  78. package/public_api.d.ts +20 -20
@@ -93,12 +93,12 @@ var ColumnChooser = /** @class */ /*@__PURE__*/ (function (_super) {
93
93
  __extends(ColumnChooser, _super);
94
94
  function ColumnChooser() {
95
95
  var _this = _super.call(this) || this;
96
- _this.c = null;
96
+ _this.a = null;
97
97
  _this.d = null;
98
98
  _this.propertyChanged = null;
99
99
  _this.m = false;
100
100
  _this.k = null;
101
- _this.a = null;
101
+ _this.b = null;
102
102
  _this.o = null;
103
103
  _this.i = null;
104
104
  _this.ap = BrushUtil.h(255, 0, 153, 255);
@@ -109,12 +109,12 @@ var ColumnChooser = /** @class */ /*@__PURE__*/ (function (_super) {
109
109
  _this.m = false;
110
110
  var a = new ColumnChooserView();
111
111
  a.a = _this;
112
- _this.c = a;
113
- _this.c.h();
112
+ _this.a = a;
113
+ _this.a.h();
114
114
  return _this;
115
115
  }
116
116
  ColumnChooser.prototype.notifySizeChanged = function () {
117
- this.c.f();
117
+ this.a.f();
118
118
  };
119
119
  ColumnChooser.prototype.destroy = function () {
120
120
  if (this.d != null) {
@@ -124,10 +124,10 @@ var ColumnChooser = /** @class */ /*@__PURE__*/ (function (_super) {
124
124
  b.selectAllCheckboxChanged = delegateRemove(b.selectAllCheckboxChanged, runOn(this, this.ad));
125
125
  }
126
126
  this.provideContainer(null, null);
127
- if (this.a != null) {
128
- var c = this.a.actualColumns;
127
+ if (this.b != null) {
128
+ var c = this.b.actualColumns;
129
129
  c.collectionChanged = delegateRemove(c.collectionChanged, runOn(this, this.z));
130
- var d = this.a;
130
+ var d = this.b;
131
131
  d.columnHiddenChanged = delegateRemove(d.columnHiddenChanged, runOn(this, this.am));
132
132
  }
133
133
  };
@@ -140,12 +140,12 @@ var ColumnChooser = /** @class */ /*@__PURE__*/ (function (_super) {
140
140
  d.selectAllCheckboxChanged = delegateCombine(d.selectAllCheckboxChanged, runOn(this, this.ad));
141
141
  }
142
142
  this.aa();
143
- this.c.g(a);
143
+ this.a.g(a);
144
144
  };
145
145
  Object.defineProperty(ColumnChooser.prototype, "l", {
146
146
  get: function () {
147
147
  if (this.k == null) {
148
- this.k = new SRProvider(this.c.b);
148
+ this.k = new SRProvider(this.a.b);
149
149
  this.k.cb("DataGrid");
150
150
  }
151
151
  return this.k;
@@ -153,15 +153,15 @@ var ColumnChooser = /** @class */ /*@__PURE__*/ (function (_super) {
153
153
  enumerable: false,
154
154
  configurable: true
155
155
  });
156
- Object.defineProperty(ColumnChooser.prototype, "b", {
156
+ Object.defineProperty(ColumnChooser.prototype, "c", {
157
157
  get: function () {
158
- return this.a;
158
+ return this.b;
159
159
  },
160
160
  set: function (a) {
161
- var b = this.a;
162
- this.a = a;
163
- if (b != this.a) {
164
- this.ag("TargetGrid", b, this.a);
161
+ var b = this.b;
162
+ this.b = a;
163
+ if (b != this.b) {
164
+ this.ag("TargetGrid", b, this.b);
165
165
  }
166
166
  },
167
167
  enumerable: false,
@@ -280,22 +280,22 @@ var ColumnChooser = /** @class */ /*@__PURE__*/ (function (_super) {
280
280
  var e = b;
281
281
  e.columnHiddenChanged = delegateRemove(e.columnHiddenChanged, runOn(this, this.am));
282
282
  }
283
- if (this.a != null) {
284
- var f = this.a.actualColumns;
283
+ if (this.b != null) {
284
+ var f = this.b.actualColumns;
285
285
  f.collectionChanged = delegateCombine(f.collectionChanged, runOn(this, this.z));
286
- var g = this.a;
286
+ var g = this.b;
287
287
  g.columnHiddenChanged = delegateCombine(g.columnHiddenChanged, runOn(this, this.am));
288
288
  }
289
289
  this.aa();
290
290
  break;
291
291
  case "Title":
292
- this.c.k();
292
+ this.a.k();
293
293
  break;
294
294
  case "TitleStyle":
295
- this.c.m();
295
+ this.a.m();
296
296
  break;
297
297
  case "TitleColor":
298
- this.c.l();
298
+ this.a.l();
299
299
  break;
300
300
  case "FilterPlaceholderText":
301
301
  if (this.d != null) {
@@ -310,9 +310,9 @@ var ColumnChooser = /** @class */ /*@__PURE__*/ (function (_super) {
310
310
  break;
311
311
  case "BackgroundColor":
312
312
  if (this.d != null) {
313
- this.d.dn = this.aq;
313
+ this.d.backgroundColor = this.aq;
314
314
  }
315
- this.c.i();
315
+ this.a.i();
316
316
  break;
317
317
  }
318
318
  };
@@ -323,7 +323,7 @@ var ColumnChooser = /** @class */ /*@__PURE__*/ (function (_super) {
323
323
  };
324
324
  ColumnChooser.prototype.aj = function () {
325
325
  if (this.d != null) {
326
- this.d.ac = this.h;
326
+ this.d.density = this.h;
327
327
  }
328
328
  };
329
329
  ColumnChooser.prototype.am = function (a, b) {
@@ -337,14 +337,14 @@ var ColumnChooser = /** @class */ /*@__PURE__*/ (function (_super) {
337
337
  };
338
338
  ColumnChooser.prototype.aa = function () {
339
339
  var e_1, _a;
340
- if (this.a != null && this.d != null) {
340
+ if (this.b != null && this.d != null) {
341
341
  this.d.aa = this.f;
342
- this.d.ac = this.h;
343
- this.d.dn = this.aq;
342
+ this.d.density = this.h;
343
+ this.d.backgroundColor = this.aq;
344
344
  var a = void 0;
345
345
  var b = new ObservableCollection$1(ColumnChooserInfo.$, 0);
346
346
  try {
347
- for (var _b = __values(fromEnum(this.a.actualColumns)), _c = _b.next(); !_c.done; _c = _b.next()) {
347
+ for (var _b = __values(fromEnum(this.b.actualColumns)), _c = _b.next(); !_c.done; _c = _b.next()) {
348
348
  var c = _c.value;
349
349
  a = new ColumnChooserInfo();
350
350
  var d = c.i8;
@@ -377,9 +377,9 @@ var ColumnChooser = /** @class */ /*@__PURE__*/ (function (_super) {
377
377
  var f = "";
378
378
  e = "columnName";
379
379
  f = "isNotHidden";
380
- this.d.b3 = f;
381
- this.d.be = e;
382
- this.d.au = true;
380
+ this.d.selectedMemberPath = f;
381
+ this.d.dataMemberPath = e;
382
+ this.d.showSelectAll = true;
383
383
  }
384
384
  };
385
385
  ColumnChooser.prototype.an = function (a) {
@@ -390,9 +390,9 @@ var ColumnChooser = /** @class */ /*@__PURE__*/ (function (_super) {
390
390
  ColumnChooser.prototype.al = function () {
391
391
  var e_2, _a;
392
392
  this.d.c2();
393
- if (this.a != null) {
393
+ if (this.b != null) {
394
394
  try {
395
- for (var _b = __values(fromEnum(this.a.actualColumns)), _c = _b.next(); !_c.done; _c = _b.next()) {
395
+ for (var _b = __values(fromEnum(this.b.actualColumns)), _c = _b.next(); !_c.done; _c = _b.next()) {
396
396
  var a = _c.value;
397
397
  this.m = true;
398
398
  a.g7 = false;
@@ -416,9 +416,9 @@ var ColumnChooser = /** @class */ /*@__PURE__*/ (function (_super) {
416
416
  ColumnChooser.prototype.ae = function () {
417
417
  var e_3, _a;
418
418
  this.d.cc();
419
- if (this.a != null) {
419
+ if (this.b != null) {
420
420
  try {
421
- for (var _b = __values(fromEnum(this.a.actualColumns)), _c = _b.next(); !_c.done; _c = _b.next()) {
421
+ for (var _b = __values(fromEnum(this.b.actualColumns)), _c = _b.next(); !_c.done; _c = _b.next()) {
422
422
  var a = _c.value;
423
423
  this.m = true;
424
424
  a.g7 = true;
@@ -450,12 +450,12 @@ var ColumnChooser = /** @class */ /*@__PURE__*/ (function (_super) {
450
450
  };
451
451
  ColumnChooser.prototype.ac = function (a, b) {
452
452
  this.m = true;
453
- var c = this.d.h.actualDataSource.getItemAtIndex(b.c);
454
- var d = this.a.actualColumns.count;
453
+ var c = this.d.f.actualDataSource.getItemAtIndex(b.c);
454
+ var d = this.b.actualColumns.count;
455
455
  for (var e = 0; e < d; e++) {
456
- if (this.a.actualColumns._inner[e].i8 == c.columnName || this.a.actualColumns._inner[e].jz == c.columnName || this.a.actualColumns._inner[e].jf == c.columnName) {
457
- this.a.actualColumns._inner[e].g7 = !b.b;
458
- this.a.actualColumns._inner[e].ki("Hidden");
456
+ if (this.b.actualColumns._inner[e].i8 == c.columnName || this.b.actualColumns._inner[e].jz == c.columnName || this.b.actualColumns._inner[e].jf == c.columnName) {
457
+ this.b.actualColumns._inner[e].g7 = !b.b;
458
+ this.b.actualColumns._inner[e].ki("Hidden");
459
459
  }
460
460
  }
461
461
  };