igniteui-angular-data-grids 20.0.0 → 20.0.1-beta.0

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 (166) hide show
  1. package/bundles/igniteui-angular-data-grids.umd.js +3900 -3533
  2. package/bundles/igniteui-angular-data-grids.umd.min.js +1 -1
  3. package/esm2015/lib/CanvasCellPresenterBase.js +3 -3
  4. package/esm2015/lib/CanvasContentCellModelHelper.js +4 -4
  5. package/esm2015/lib/CanvasDateTimeCellPresenter.js +10 -6
  6. package/esm2015/lib/CanvasGridCellBase.js +1 -1
  7. package/esm2015/lib/CanvasImageCellPresenter.js +6 -6
  8. package/esm2015/lib/CanvasNumericCellPresenter.js +9 -6
  9. package/esm2015/lib/CanvasSectionHeaderCellPresenter.js +9 -9
  10. package/esm2015/lib/CanvasSummaryCellPresenter.js +3 -3
  11. package/esm2015/lib/CanvasTemplateCellPresenter.js +2 -2
  12. package/esm2015/lib/CanvasTemplateHeaderCellPresenter.js +1 -1
  13. package/esm2015/lib/CanvasTextCellPresenter.js +20 -15
  14. package/esm2015/lib/CanvasTextHeaderCell.js +4 -4
  15. package/esm2015/lib/CanvasTextHeaderCellPresenter.js +9 -9
  16. package/esm2015/lib/CellPresenterBase.js +5 -5
  17. package/esm2015/lib/CheckboxListView_combined.js +479 -435
  18. package/esm2015/lib/ColumnChooserView_combined.js +13 -13
  19. package/esm2015/lib/ColumnFilterCondition_combined.js +2442 -2384
  20. package/esm2015/lib/ColumnGroupingView_combined.js +4 -4
  21. package/esm2015/lib/ColumnPinningView_combined.js +13 -13
  22. package/esm2015/lib/ComparisonOperatorSelectorView_combined.js +6 -6
  23. package/esm2015/lib/ContentCellModelHelper.js +4 -4
  24. package/esm2015/lib/DataGridCellLayoutPanel.js +8 -8
  25. package/esm2015/lib/DataGridToolbarView_combined.js +2 -2
  26. package/esm2015/lib/DateTimeCellPresenter.js +10 -6
  27. package/esm2015/lib/EditorCellPresenter.js +19 -19
  28. package/esm2015/lib/FilterCellPresenter.js +11 -11
  29. package/esm2015/lib/FormatCellEventArgs.js +31 -0
  30. package/esm2015/lib/GridCellBase.js +1 -1
  31. package/esm2015/lib/GridColumnFilterOptionsView_combined.js +10 -10
  32. package/esm2015/lib/GridColumnGroupOptionsView_combined.js +5 -5
  33. package/esm2015/lib/GridColumnHideOptionsView_combined.js +3 -3
  34. package/esm2015/lib/GridColumnMoveOptionsView_combined.js +1 -1
  35. package/esm2015/lib/GridColumnOptionsView_combined.js +1 -1
  36. package/esm2015/lib/GridColumnPinOptionsView_combined.js +4 -4
  37. package/esm2015/lib/GridColumnSummaryOptionsView_combined.js +7 -7
  38. package/esm2015/lib/GridExternalWrapper.js +6 -6
  39. package/esm2015/lib/GridFilterDialogView_combined.js +9 -4
  40. package/esm2015/lib/GridSortIndicatorView_combined.js +136 -120
  41. package/esm2015/lib/ISummaryChooserView_combined.js +9 -9
  42. package/esm2015/lib/ImageCellPresenter.js +6 -6
  43. package/esm2015/lib/MultiColumnComboBoxView_combined.js +2 -2
  44. package/esm2015/lib/NumericCellPresenter.js +9 -6
  45. package/esm2015/lib/PropertyEditorView_combined.js +17 -17
  46. package/esm2015/lib/SectionHeaderCellPresenter.js +9 -9
  47. package/esm2015/lib/SummaryCellPresenter.js +6 -6
  48. package/esm2015/lib/TemplateCellPresenter.js +2 -2
  49. package/esm2015/lib/TemplateHeader.js +2 -2
  50. package/esm2015/lib/TemplateHeaderCellModel.js +18 -18
  51. package/esm2015/lib/TemplateHeaderCellPresenter.js +1 -1
  52. package/esm2015/lib/TextCellPresenter.js +20 -15
  53. package/esm2015/lib/TextHeaderCell.js +6 -5
  54. package/esm2015/lib/TextHeaderCellPresenter.js +16 -16
  55. package/esm2015/lib/igx-cell-info.js +58 -49
  56. package/esm2015/lib/igx-checkbox-list-component.js +58 -55
  57. package/esm2015/lib/igx-combo-box-column-component.js +10 -10
  58. package/esm2015/lib/igx-data-grid-column-component.js +121 -97
  59. package/esm2015/lib/igx-data-grid-sort-indicator-component.js +20 -12
  60. package/esm2015/lib/igx-date-time-cell-info.js +12 -12
  61. package/esm2015/lib/igx-date-time-column-component.js +20 -20
  62. package/esm2015/lib/igx-editor-cell-info.js +23 -23
  63. package/esm2015/lib/igx-filter-cell-info.js +26 -26
  64. package/esm2015/lib/igx-format-cell-event-args.js +82 -0
  65. package/esm2015/lib/igx-image-cell-info.js +6 -6
  66. package/esm2015/lib/igx-image-column-component.js +10 -10
  67. package/esm2015/lib/igx-numeric-cell-info.js +26 -26
  68. package/esm2015/lib/igx-numeric-column-component.js +30 -30
  69. package/esm2015/lib/igx-section-header-cell-info.js +6 -6
  70. package/esm2015/lib/igx-summary-cell-info.js +9 -9
  71. package/esm2015/lib/igx-template-cell-info.js +2 -2
  72. package/esm2015/lib/igx-template-header-cell-info.js +2 -2
  73. package/esm2015/lib/igx-text-cell-info.js +2 -2
  74. package/esm2015/lib/igx-text-column-component.js +8 -8
  75. package/esm2015/lib/igx-text-header-cell-info.js +10 -10
  76. package/esm2015/public_api.js +2 -0
  77. package/esm5/lib/CanvasCellPresenterBase.js +3 -3
  78. package/esm5/lib/CanvasContentCellModelHelper.js +4 -4
  79. package/esm5/lib/CanvasDateTimeCellPresenter.js +10 -6
  80. package/esm5/lib/CanvasGridCellBase.js +1 -1
  81. package/esm5/lib/CanvasImageCellPresenter.js +6 -6
  82. package/esm5/lib/CanvasNumericCellPresenter.js +9 -6
  83. package/esm5/lib/CanvasSectionHeaderCellPresenter.js +9 -9
  84. package/esm5/lib/CanvasSummaryCellPresenter.js +3 -3
  85. package/esm5/lib/CanvasTemplateCellPresenter.js +2 -2
  86. package/esm5/lib/CanvasTemplateHeaderCellPresenter.js +1 -1
  87. package/esm5/lib/CanvasTextCellPresenter.js +20 -15
  88. package/esm5/lib/CanvasTextHeaderCell.js +4 -4
  89. package/esm5/lib/CanvasTextHeaderCellPresenter.js +9 -9
  90. package/esm5/lib/CellPresenterBase.js +5 -5
  91. package/esm5/lib/CheckboxListView_combined.js +461 -413
  92. package/esm5/lib/ColumnChooserView_combined.js +13 -13
  93. package/esm5/lib/ColumnFilterCondition_combined.js +2343 -2281
  94. package/esm5/lib/ColumnGroupingView_combined.js +4 -4
  95. package/esm5/lib/ColumnPinningView_combined.js +13 -13
  96. package/esm5/lib/ComparisonOperatorSelectorView_combined.js +6 -6
  97. package/esm5/lib/ContentCellModelHelper.js +4 -4
  98. package/esm5/lib/DataGridCellLayoutPanel.js +8 -8
  99. package/esm5/lib/DataGridToolbarView_combined.js +2 -2
  100. package/esm5/lib/DateTimeCellPresenter.js +10 -6
  101. package/esm5/lib/EditorCellPresenter.js +19 -19
  102. package/esm5/lib/FilterCellPresenter.js +11 -11
  103. package/esm5/lib/FormatCellEventArgs.js +37 -0
  104. package/esm5/lib/GridCellBase.js +1 -1
  105. package/esm5/lib/GridColumnFilterOptionsView_combined.js +10 -10
  106. package/esm5/lib/GridColumnGroupOptionsView_combined.js +5 -5
  107. package/esm5/lib/GridColumnHideOptionsView_combined.js +3 -3
  108. package/esm5/lib/GridColumnMoveOptionsView_combined.js +1 -1
  109. package/esm5/lib/GridColumnOptionsView_combined.js +1 -1
  110. package/esm5/lib/GridColumnPinOptionsView_combined.js +4 -4
  111. package/esm5/lib/GridColumnSummaryOptionsView_combined.js +7 -7
  112. package/esm5/lib/GridExternalWrapper.js +6 -6
  113. package/esm5/lib/GridFilterDialogView_combined.js +9 -4
  114. package/esm5/lib/GridSortIndicatorView_combined.js +135 -115
  115. package/esm5/lib/ISummaryChooserView_combined.js +9 -9
  116. package/esm5/lib/ImageCellPresenter.js +6 -6
  117. package/esm5/lib/MultiColumnComboBoxView_combined.js +2 -2
  118. package/esm5/lib/NumericCellPresenter.js +9 -6
  119. package/esm5/lib/PropertyEditorView_combined.js +17 -17
  120. package/esm5/lib/SectionHeaderCellPresenter.js +9 -9
  121. package/esm5/lib/SummaryCellPresenter.js +6 -6
  122. package/esm5/lib/TemplateCellPresenter.js +2 -2
  123. package/esm5/lib/TemplateHeader.js +2 -2
  124. package/esm5/lib/TemplateHeaderCellModel.js +17 -17
  125. package/esm5/lib/TemplateHeaderCellPresenter.js +1 -1
  126. package/esm5/lib/TextCellPresenter.js +20 -15
  127. package/esm5/lib/TextHeaderCell.js +6 -5
  128. package/esm5/lib/TextHeaderCellPresenter.js +16 -16
  129. package/esm5/lib/igx-cell-info.js +62 -49
  130. package/esm5/lib/igx-checkbox-list-component.js +62 -55
  131. package/esm5/lib/igx-combo-box-column-component.js +10 -10
  132. package/esm5/lib/igx-data-grid-column-component.js +126 -97
  133. package/esm5/lib/igx-data-grid-sort-indicator-component.js +24 -12
  134. package/esm5/lib/igx-date-time-cell-info.js +12 -12
  135. package/esm5/lib/igx-date-time-column-component.js +20 -20
  136. package/esm5/lib/igx-editor-cell-info.js +23 -23
  137. package/esm5/lib/igx-filter-cell-info.js +26 -26
  138. package/esm5/lib/igx-format-cell-event-args.js +112 -0
  139. package/esm5/lib/igx-image-cell-info.js +6 -6
  140. package/esm5/lib/igx-image-column-component.js +10 -10
  141. package/esm5/lib/igx-numeric-cell-info.js +26 -26
  142. package/esm5/lib/igx-numeric-column-component.js +30 -30
  143. package/esm5/lib/igx-section-header-cell-info.js +6 -6
  144. package/esm5/lib/igx-summary-cell-info.js +9 -9
  145. package/esm5/lib/igx-template-cell-info.js +2 -2
  146. package/esm5/lib/igx-template-header-cell-info.js +2 -2
  147. package/esm5/lib/igx-text-cell-info.js +2 -2
  148. package/esm5/lib/igx-text-column-component.js +8 -8
  149. package/esm5/lib/igx-text-header-cell-info.js +10 -10
  150. package/esm5/public_api.js +2 -0
  151. package/fesm2015/igniteui-angular-data-grids.js +3969 -3666
  152. package/fesm5/igniteui-angular-data-grids.js +3900 -3535
  153. package/lib/CanvasTextCellPresenter.d.ts +1 -0
  154. package/lib/CheckboxListView_combined.d.ts +127 -120
  155. package/lib/ColumnFilterCondition_combined.d.ts +643 -636
  156. package/lib/FormatCellEventArgs.d.ts +15 -0
  157. package/lib/GridSortIndicatorView_combined.d.ts +41 -38
  158. package/lib/TemplateHeaderCellModel.d.ts +7 -7
  159. package/lib/TextCellPresenter.d.ts +1 -0
  160. package/lib/igx-cell-info.d.ts +5 -0
  161. package/lib/igx-checkbox-list-component.d.ts +2 -0
  162. package/lib/igx-data-grid-column-component.d.ts +10 -1
  163. package/lib/igx-data-grid-sort-indicator-component.d.ts +4 -1
  164. package/lib/igx-format-cell-event-args.d.ts +45 -0
  165. package/package.json +4 -5
  166. package/public_api.d.ts +2 -0
@@ -734,10 +734,10 @@ export let ColumnGrouping = /*@__PURE__*/ (() => {
734
734
  let c = this.targetGrid.groupDescriptions.j;
735
735
  for (let d = 0; d < c.count; d++) {
736
736
  let e = new GroupInfo();
737
- let f = b.i((g) => g.lo == c.item(d).f);
737
+ let f = b.i((g) => g.lp == c.item(d).f);
738
738
  if (f != -1) {
739
- if (!stringIsNullOrEmpty(b._inner[f].lv)) {
740
- e.c = b._inner[f].lv;
739
+ if (!stringIsNullOrEmpty(b._inner[f].lw)) {
740
+ e.c = b._inner[f].lw;
741
741
  }
742
742
  else {
743
743
  e.c = c.item(d).f;
@@ -768,7 +768,7 @@ export let ColumnGrouping = /*@__PURE__*/ (() => {
768
768
  let h = a;
769
769
  let i = this.targetGrid.actualColumns._inner[h.cellPath.a5];
770
770
  let j = new ColumnGroupDescription(0);
771
- j.f = i.lo;
771
+ j.f = i.lp;
772
772
  j.c = 1;
773
773
  let k = this.targetGrid.groupDescriptions.j.contains(j);
774
774
  j.c = 0;
@@ -259,7 +259,7 @@ export let ColumnPinning = /*@__PURE__*/ (() => {
259
259
  break;
260
260
  case "FilterPlaceholderText":
261
261
  if (this.d != null) {
262
- this.d.b4 = this.s;
262
+ this.d.b7 = this.s;
263
263
  }
264
264
  break;
265
265
  case "BaseTheme":
@@ -304,12 +304,12 @@ export let ColumnPinning = /*@__PURE__*/ (() => {
304
304
  let b = new ObservableCollection$1(ColumnPinningInfo.$, 0);
305
305
  for (let c of fromEnum(this.b.actualColumns)) {
306
306
  a = new ColumnPinningInfo();
307
- let d = c.lo;
308
- if (c.lv != null) {
309
- d = c.lv;
307
+ let d = c.lp;
308
+ if (c.lw != null) {
309
+ d = c.lw;
310
310
  }
311
311
  a.columnName = d;
312
- if (c.il == 1) {
312
+ if (c.im == 1) {
313
313
  a.isPinned = true;
314
314
  }
315
315
  else {
@@ -319,7 +319,7 @@ export let ColumnPinning = /*@__PURE__*/ (() => {
319
319
  }
320
320
  this.d.showSelectAll = false;
321
321
  if (this.s != null) {
322
- this.d.b4 = this.s;
322
+ this.d.b7 = this.s;
323
323
  }
324
324
  this.d.itemsSource = b;
325
325
  let e = "";
@@ -335,17 +335,17 @@ export let ColumnPinning = /*@__PURE__*/ (() => {
335
335
  let c = this.d.f.actualDataSource.getItemAtIndex(b.c);
336
336
  let d = this.b.actualColumns.count;
337
337
  for (let e = 0; e < d; e++) {
338
- if (this.b.actualColumns._inner[e].lo == c.columnName || this.b.actualColumns._inner[e].mf == c.columnName || this.b.actualColumns._inner[e].lv == c.columnName) {
339
- if (this.b.actualColumns._inner[e].il == 0) {
340
- this.b.actualColumns._inner[e].il = 1;
338
+ if (this.b.actualColumns._inner[e].lp == c.columnName || this.b.actualColumns._inner[e].mg == c.columnName || this.b.actualColumns._inner[e].lw == c.columnName) {
339
+ if (this.b.actualColumns._inner[e].im == 0) {
340
+ this.b.actualColumns._inner[e].im = 1;
341
341
  }
342
- else if (this.b.actualColumns._inner[e].il == 2) {
343
- this.b.actualColumns._inner[e].il = 1;
342
+ else if (this.b.actualColumns._inner[e].im == 2) {
343
+ this.b.actualColumns._inner[e].im = 1;
344
344
  }
345
345
  else {
346
- this.b.actualColumns._inner[e].il = 0;
346
+ this.b.actualColumns._inner[e].im = 0;
347
347
  }
348
- this.b.actualColumns._inner[e].m0("Pinned");
348
+ this.b.actualColumns._inner[e].m2("Pinned");
349
349
  break;
350
350
  }
351
351
  }
@@ -521,15 +521,15 @@ export let ComparisonOperatorSelector = /*@__PURE__*/ (() => {
521
521
  $ret.c = false;
522
522
  return $ret;
523
523
  })());
524
- this.n.kk = this.n.kl = 4;
525
- this.n.km = this.n.kj = 0;
526
- this.n.lo = "Icon";
524
+ this.n.kl = this.n.km = 4;
525
+ this.n.kn = this.n.kk = 0;
526
+ this.n.lp = "Icon";
527
527
  let e = this.n;
528
528
  e.cellUpdating = delegateCombine(e.cellUpdating, runOn(this, this.el));
529
529
  this.f.columns.add(this.n);
530
530
  let f = new TextColumn();
531
- f.lo = "DisplayText";
532
- f.kk = 0;
531
+ f.lp = "DisplayText";
532
+ f.kl = 0;
533
533
  f.g = 0;
534
534
  this.f.columns.add(f);
535
535
  this.d4();
@@ -837,7 +837,7 @@ export let ComparisonOperatorSelector = /*@__PURE__*/ (() => {
837
837
  this.d8();
838
838
  }
839
839
  el(a, b) {
840
- this.e.t(b.content, b.cellInfo.hn);
840
+ this.e.t(b.content, b.cellInfo.ho);
841
841
  }
842
842
  }
843
843
  ComparisonOperatorSelector.$t = markType(ComparisonOperatorSelector, 'ComparisonOperatorSelector', Base.$, [INotifyPropertyChanged_$type]);
@@ -53,7 +53,7 @@ export let ContentCellModelHelper = /*@__PURE__*/ (() => {
53
53
  }
54
54
  static a(a, b, c, d, e) {
55
55
  if (b.a3) {
56
- if (b.a8(CellModel.fa) || b.a8(CellModel.eg) || b.a8(CellModel.hc) || b.a7("IsRowPinned") || b.a7("IsRowSticky") || b.a7("PinnedRowOpacity")) {
56
+ if (b.a8(CellModel.fa) || b.a8(CellModel.eg) || b.a8(CellModel.hd) || b.a7("IsRowPinned") || b.a7("IsRowSticky") || b.a7("PinnedRowOpacity")) {
57
57
  let f = Math.min(1, Math.max(0, b.ct));
58
58
  let g = b.cg * (1 - f);
59
59
  d.setRawStyleProperty("opacity", g.toString());
@@ -62,9 +62,9 @@ export let ContentCellModelHelper = /*@__PURE__*/ (() => {
62
62
  }
63
63
  }
64
64
  if (b.a8(CellModel.er)) {
65
- ContentCellModelHelper.d(d, b.lw);
65
+ ContentCellModelHelper.d(d, b.l0);
66
66
  if (b.bi) {
67
- e.cf(b.lw);
67
+ e.cf(b.l0);
68
68
  }
69
69
  }
70
70
  if (b.a8(CellModel.gg)) {
@@ -84,7 +84,7 @@ export let ContentCellModelHelper = /*@__PURE__*/ (() => {
84
84
  break;
85
85
  }
86
86
  }
87
- if (b.a8(CellModel.fw) || b.a8(CellModel.hb)) {
87
+ if (b.a8(CellModel.fw) || b.a8(CellModel.hc)) {
88
88
  let h = b.g;
89
89
  let i = b.i;
90
90
  ContentCellModelHelper.c(c, d, h);
@@ -190,7 +190,7 @@ export let DataGridCellLayoutPanel = /*@__PURE__*/ (() => {
190
190
  if (v.bh) {
191
191
  m = true;
192
192
  }
193
- if (v.u == 1 && v.hh != n) {
193
+ if (v.u == 1 && v.hi != n) {
194
194
  m = true;
195
195
  }
196
196
  }
@@ -246,7 +246,7 @@ export let DataGridCellLayoutPanel = /*@__PURE__*/ (() => {
246
246
  ag.nativeCell.isRemoved = false;
247
247
  }
248
248
  af.u = 2;
249
- let al = (af.g0 + intDivide(af.hd, 2));
249
+ let al = (af.g0 + intDivide(af.he, 2));
250
250
  let am = (af.g2 + intDivide(af.fu, 2));
251
251
  let an = (al - b) / this.f.actualVisibleRegion.width;
252
252
  let ao = (am - a) / this.f.actualVisibleRegion.height;
@@ -268,15 +268,15 @@ export let DataGridCellLayoutPanel = /*@__PURE__*/ (() => {
268
268
  aj.setRawStyleProperty("clip", this.y(af));
269
269
  }
270
270
  else {
271
- if (Rect.l_op_Inequality(af.me, Rect.empty)) {
272
- aj.setRawStyleProperty("clip", this.x(af.me));
271
+ if (Rect.l_op_Inequality(af.mi, Rect.empty)) {
272
+ aj.setRawStyleProperty("clip", this.x(af.mi));
273
273
  }
274
274
  else {
275
275
  aj.setRawStyleProperty("clip", "auto");
276
276
  }
277
277
  }
278
278
  }
279
- af.ku();
279
+ af.ky();
280
280
  if (ai) {
281
281
  let ap = af.s.nativeCell;
282
282
  ap.co(z);
@@ -292,9 +292,9 @@ export let DataGridCellLayoutPanel = /*@__PURE__*/ (() => {
292
292
  ar.b6(aq, y.c, y.d, af.cu, af.cv, z);
293
293
  aq.z();
294
294
  }
295
- af.kn();
295
+ af.kr();
296
296
  if (m) {
297
- af.hh = n;
297
+ af.hi = n;
298
298
  if (!ai) {
299
299
  aj.setRawStyleProperty("z-index", x.toString());
300
300
  }
@@ -518,7 +518,7 @@ export let DataGridCellLayoutPanel = /*@__PURE__*/ (() => {
518
518
  y(a) {
519
519
  let b = a.cu < this.g.cn ? this.g.cn - a.cu : 0;
520
520
  let c = 0;
521
- let d = this.g.cy == -1 ? a.hd : (a.cu + a.hd > this.g.co) ? a.hd - (a.cu + a.hd - this.g.co) : a.hd;
521
+ let d = this.g.cy == -1 ? a.he : (a.cu + a.he > this.g.co) ? a.he - (a.cu + a.he - this.g.co) : a.he;
522
522
  let e = a.fu;
523
523
  return this.x(new Rect(0, b, c, d, e));
524
524
  }
@@ -748,10 +748,10 @@ export let DataGridToolbar = /*@__PURE__*/ (() => {
748
748
  this.s = 0;
749
749
  this.t = 0;
750
750
  for (let b = 0; b < a; b++) {
751
- if (this.e.actualColumns._inner[b].jo == true) {
751
+ if (this.e.actualColumns._inner[b].jp == true) {
752
752
  this.s++;
753
753
  }
754
- if (this.e.actualColumns._inner[b].il == 1) {
754
+ if (this.e.actualColumns._inner[b].im == 1) {
755
755
  this.t++;
756
756
  }
757
757
  }
@@ -24,18 +24,22 @@ export let DateTimeCellPresenter = /*@__PURE__*/ (() => {
24
24
  super.b(a);
25
25
  let b = a;
26
26
  if (a.a3) {
27
- if (a.a8(DateTimeCellModel.mr) || a.a8(DateTimeCellModel.ms) || a.a8(DateTimeCellModel.mq) || a.a8(DateTimeCellModel.gj)) {
27
+ if (a.a8(DateTimeCellModel.mv) || a.a8(DateTimeCellModel.mw) || a.a8(DateTimeCellModel.mu) || a.a8(DateTimeCellModel.gj) || a.a8(DateTimeCellModel.hb)) {
28
28
  this.e(b);
29
- this.d.cl.setRawText(b.j1);
29
+ this.d.cl.setRawText(b.j3);
30
30
  }
31
31
  ContentCellModelHelper.a(this.a.ae, b, this.a.ah, this.d.cl, this.a);
32
32
  }
33
33
  }
34
34
  e(a) {
35
- a.j1 = a.m3(a.mp);
36
- if (a.j1 == stringEmpty()) {
37
- if (a.hm != null && !(typeCast(Date_$type, a.hm) !== null)) {
38
- a.j1 = a.hm.toString();
35
+ if (a.ki != null) {
36
+ a.j3 = a.ki;
37
+ return;
38
+ }
39
+ a.j3 = a.m7(a.mt);
40
+ if (a.j3 == stringEmpty()) {
41
+ if (a.hn != null && !(typeCast(Date_$type, a.hn) !== null)) {
42
+ a.j3 = a.hn.toString();
39
43
  }
40
44
  }
41
45
  }
@@ -25,45 +25,45 @@ export let EditorCellPresenter = /*@__PURE__*/ (() => {
25
25
  super.b(a);
26
26
  let b = a;
27
27
  if (b.a3) {
28
- if (b.a8(EditorCellModel.mz) || b.a8(EditorCellModel.mx) || b.a8(EditorCellModel.my) || b.a8(EditorCellModel.m0)) {
29
- this.d.cr = b.mm;
30
- this.d.dk = b.m9;
31
- this.d.dq = b.ni;
32
- this.d.cl = b.mg;
28
+ if (b.a8(EditorCellModel.m3) || b.a8(EditorCellModel.m1) || b.a8(EditorCellModel.m2) || b.a8(EditorCellModel.m4)) {
29
+ this.d.cr = b.mq;
30
+ this.d.dk = b.nd;
31
+ this.d.dq = b.nm;
32
+ this.d.cl = b.mk;
33
33
  }
34
- if (b.a8(EditorCellModel.mv)) {
35
- this.d.cn = b.mi;
34
+ if (b.a8(EditorCellModel.mz)) {
35
+ this.d.cn = b.mm;
36
36
  }
37
37
  if (b.a8(EditorCellModel.gj)) {
38
- this.d.dl = b.hm;
38
+ this.d.dl = b.hn;
39
39
  }
40
- if (b.a8(EditorCellModel.m1)) {
41
- this.d.eg(b.mk == null);
40
+ if (b.a8(EditorCellModel.m5)) {
41
+ this.d.eg(b.mo == null);
42
42
  }
43
43
  if (b.a8(CellModel.fs)) {
44
44
  this.d.c2 = b.ag;
45
45
  }
46
- if (b.a8(EditorCellModel.m2)) {
47
- if (stringIsNullOrWhiteSpace(b.nn)) {
46
+ if (b.a8(EditorCellModel.m6)) {
47
+ if (stringIsNullOrWhiteSpace(b.nr)) {
48
48
  this.d.c9 = false;
49
49
  this.d.d3();
50
50
  }
51
51
  else {
52
52
  this.d.c9 = true;
53
- this.d.ek(b.nn, b.cu, b.cv, b.hd, b.fu);
53
+ this.d.ek(b.nr, b.cu, b.cv, b.he, b.fu);
54
54
  }
55
55
  }
56
56
  if (b.a8(EditorCellModel.e9)) {
57
- this.d.dd = Rect.l_op_Equality(b.me, Rect.empty) ? false : true;
57
+ this.d.dd = Rect.l_op_Equality(b.mi, Rect.empty) ? false : true;
58
58
  }
59
- if (b.a8(EditorCellModel.mw)) {
60
- this.d.du = b.nf;
59
+ if (b.a8(EditorCellModel.m0)) {
60
+ this.d.du = b.nj;
61
61
  }
62
- if (b.a8(EditorCellModel.m5)) {
63
- this.d.de = b.ms;
62
+ if (b.a8(EditorCellModel.m9)) {
63
+ this.d.de = b.mw;
64
64
  }
65
65
  }
66
- if (b.a8(EditorCellModel.m3)) {
66
+ if (b.a8(EditorCellModel.m7)) {
67
67
  this.d.bh();
68
68
  }
69
69
  }
@@ -26,20 +26,20 @@ export let FilterCellPresenter = /*@__PURE__*/ (() => {
26
26
  e(a) {
27
27
  let b = a;
28
28
  if (a.a3) {
29
- if (b.a8(FilterCellModel.mx)) {
30
- this.d.cm = b.mk;
29
+ if (b.a8(FilterCellModel.m1)) {
30
+ this.d.cm = b.mo;
31
31
  }
32
32
  if (b.a8(CellModel.fs)) {
33
33
  this.d.c1 = b.ag;
34
34
  }
35
- if (b.a8(FilterCellModel.m0)) {
36
- this.d.cl = b.mi;
35
+ if (b.a8(FilterCellModel.m4)) {
36
+ this.d.cl = b.mm;
37
37
  }
38
- if (b.a8(FilterCellModel.mz)) {
39
- this.d.cu = b.mo;
38
+ if (b.a8(FilterCellModel.m3)) {
39
+ this.d.cu = b.ms;
40
40
  }
41
- if (b.a8(FilterCellModel.m1)) {
42
- if (b.mq) {
41
+ if (b.a8(FilterCellModel.m5)) {
42
+ if (b.mu) {
43
43
  this.d.dp();
44
44
  }
45
45
  else {
@@ -47,12 +47,12 @@ export let FilterCellPresenter = /*@__PURE__*/ (() => {
47
47
  }
48
48
  }
49
49
  if (b.a8(FilterCellModel.er)) {
50
- this.d.ea = b.lw;
50
+ this.d.ea = b.l0;
51
51
  }
52
52
  }
53
53
  if (a.bj || a.bo) {
54
- if (b.a8(FilterCellModel.hf) || b.a8(FilterCellModel.hg) || b.a8(FilterCellModel.he) || b.a8(FilterCellModel.fv)) {
55
- this.d.d8(b.cu, b.cv, b.hd, b.fu);
54
+ if (b.a8(FilterCellModel.hg) || b.a8(FilterCellModel.hh) || b.a8(FilterCellModel.hf) || b.a8(FilterCellModel.fv)) {
55
+ this.d.d8(b.cu, b.cv, b.he, b.fu);
56
56
  }
57
57
  }
58
58
  }
@@ -0,0 +1,31 @@
1
+ /*
2
+ THIS INFRAGISTICS ULTIMATE SOFTWARE LICENSE AGREEMENT ("AGREEMENT") LOCATED HERE:
3
+ https://www.infragistics.com/legal/license/igultimate-la
4
+ https://www.infragistics.com/legal/license/igultimate-eula
5
+ 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.
6
+ */
7
+ import { Base, markType } from "igniteui-angular-core";
8
+ /**
9
+ * @hidden
10
+ */
11
+ export let FormatCellEventArgs = /*@__PURE__*/ (() => {
12
+ class FormatCellEventArgs extends Base {
13
+ constructor() {
14
+ super(...arguments);
15
+ this.c = 0;
16
+ this._item = null;
17
+ this.e = null;
18
+ this.f = null;
19
+ this.b = false;
20
+ this.a = false;
21
+ }
22
+ get item() {
23
+ return this._item;
24
+ }
25
+ set item(a) {
26
+ this._item = a;
27
+ }
28
+ }
29
+ FormatCellEventArgs.$t = markType(FormatCellEventArgs, 'FormatCellEventArgs');
30
+ return FormatCellEventArgs;
31
+ })();
@@ -335,7 +335,7 @@ export let GridCellBase = /*@__PURE__*/ (() => {
335
335
  this.ab = b;
336
336
  this.j.d = (b);
337
337
  }
338
- let c = a.hd * 0.2;
338
+ let c = a.he * 0.2;
339
339
  let d = a.fu * 0.6;
340
340
  if (this.ac >= c && this.ac <= d && !this.t) {
341
341
  return;
@@ -152,7 +152,7 @@ export let GridColumnFilterOptions = /*@__PURE__*/ (() => {
152
152
  if (this.c != null && this.c.filterUIType != 0) {
153
153
  return false;
154
154
  }
155
- if (!this.column.jm) {
155
+ if (!this.column.jn) {
156
156
  return false;
157
157
  }
158
158
  if (this.c == null || this.c.actualDataSource == null || !this.c.actualDataSource.isGroupingSupported || !this.c.actualDataSource.isFilteringSupported) {
@@ -262,7 +262,7 @@ export let GridColumnFilterOptions = /*@__PURE__*/ (() => {
262
262
  this.bc("TextFilterCaption", b, this.cf);
263
263
  }
264
264
  cu() {
265
- let a = this.bx.ax();
265
+ let a = this.bx.a0();
266
266
  this.bw.al(!a);
267
267
  let b = this.b3();
268
268
  this.bw.am(b);
@@ -301,7 +301,7 @@ export let GridColumnFilterOptions = /*@__PURE__*/ (() => {
301
301
  }
302
302
  this.column.g1 = i;
303
303
  }
304
- this.column.m0("Filtered");
304
+ this.column.m2("Filtered");
305
305
  }
306
306
  provideClearFiltersSection(a) {
307
307
  this.bw.ah(a);
@@ -343,7 +343,7 @@ export let GridColumnFilterOptions = /*@__PURE__*/ (() => {
343
343
  co() {
344
344
  let a = this.column;
345
345
  let b = this.c;
346
- let c = (null != a) ? a.lo : null;
346
+ let c = (null != a) ? a.lp : null;
347
347
  let d = null;
348
348
  let e = null;
349
349
  if (b != null) {
@@ -403,7 +403,7 @@ export let GridColumnFilterOptions = /*@__PURE__*/ (() => {
403
403
  }
404
404
  cv() {
405
405
  let a = this.column;
406
- let b = (null != a) ? a.lo : null;
406
+ let b = (null != a) ? a.lp : null;
407
407
  let c = true;
408
408
  let d = toNullable(ColumnComparisonConditionOperatorType_$type, null);
409
409
  let e = this.b4();
@@ -425,15 +425,15 @@ export let GridColumnFilterOptions = /*@__PURE__*/ (() => {
425
425
  }
426
426
  }
427
427
  if (e.count == 0 || !c) {
428
- this.bx.d3();
428
+ this.bx.ea();
429
429
  return;
430
430
  }
431
431
  switch (d.value) {
432
432
  case 0:
433
- this.bx.c5();
433
+ this.bx.c8();
434
434
  break;
435
435
  case 1:
436
- this.bx.d3();
436
+ this.bx.ea();
437
437
  break;
438
438
  }
439
439
  let h = this.bx.keys;
@@ -475,9 +475,9 @@ export let GridColumnFilterOptions = /*@__PURE__*/ (() => {
475
475
  cw() {
476
476
  if (null != this.bx) {
477
477
  this.bx.density = this.b0;
478
- this.bx.b4 = this.cc;
478
+ this.bx.b7 = this.cc;
479
479
  this.bx.backgroundColor = this.bo;
480
- this.bx.e7 = this.br;
480
+ this.bx.fe = this.br;
481
481
  this.bx.baseTheme = this.i;
482
482
  this.bx.updateHrMargin(new Thickness(1, -7, 3, -7, 3));
483
483
  }
@@ -118,7 +118,7 @@ export let GridColumnGroupOptions = /*@__PURE__*/ (() => {
118
118
  if (null == this.c) {
119
119
  return false;
120
120
  }
121
- return this.column.jb;
121
+ return this.column.jc;
122
122
  }
123
123
  bj(a, b) {
124
124
  if (null != a) {
@@ -159,7 +159,7 @@ export let GridColumnGroupOptions = /*@__PURE__*/ (() => {
159
159
  if (null != a) {
160
160
  let c = a.grid;
161
161
  if (null != c) {
162
- let d = a.lo;
162
+ let d = a.lp;
163
163
  let e = c.groupDescriptions.j;
164
164
  for (let f = 0; f < e.count; f++) {
165
165
  let g = e.item(f);
@@ -184,13 +184,13 @@ export let GridColumnGroupOptions = /*@__PURE__*/ (() => {
184
184
  let a = this.c;
185
185
  let b = this.column;
186
186
  if (null != a && null != b) {
187
- let c = new ColumnGroupDescription(1, b.lo);
187
+ let c = new ColumnGroupDescription(1, b.lp);
188
188
  let d = b.hr;
189
189
  let e = d != 0 ? GridColumnOptionsUtilities.c(d) : 0;
190
190
  c.c = e;
191
191
  a.groupDescriptions.g(c);
192
192
  b.hr = 0;
193
- b.m0("Grouped");
193
+ b.m2("Grouped");
194
194
  }
195
195
  }
196
196
  b8() {
@@ -201,7 +201,7 @@ export let GridColumnGroupOptions = /*@__PURE__*/ (() => {
201
201
  let d = ((() => { let e = this.b3(c); c = e.p0; return e.ret; })());
202
202
  if (c != -1) {
203
203
  a.groupDescriptions.d(c);
204
- b.m0("Grouped");
204
+ b.m2("Grouped");
205
205
  }
206
206
  }
207
207
  }
@@ -132,15 +132,15 @@ export let GridColumnHideOptions = /*@__PURE__*/ (() => {
132
132
  get b3() {
133
133
  let a = this.column;
134
134
  if (null != a) {
135
- return a.jo;
135
+ return a.jp;
136
136
  }
137
137
  return false;
138
138
  }
139
139
  set b3(a) {
140
140
  let b = this.column;
141
141
  if (null != b) {
142
- b.jo = a;
143
- b.m0("Hidden");
142
+ b.jp = a;
143
+ b.m2("Hidden");
144
144
  }
145
145
  }
146
146
  get b2() {
@@ -265,7 +265,7 @@ export let GridColumnMoveOptions = /*@__PURE__*/ (() => {
265
265
  }
266
266
  let d = c.actualColumns;
267
267
  let e = d.indexOf(b);
268
- b.m0("Moved");
268
+ b.m2("Moved");
269
269
  if (a) {
270
270
  c.moveColumnLeft(e);
271
271
  }
@@ -297,7 +297,7 @@ export let GridColumnOptions = /*@__PURE__*/ (() => {
297
297
  }
298
298
  get dx() {
299
299
  let a = this.column;
300
- return (null != a) ? a.k3 : "(No column selected)";
300
+ return (null != a) ? a.k4 : "(No column selected)";
301
301
  }
302
302
  get ci() {
303
303
  if (null == this.ch) {
@@ -210,7 +210,7 @@ export let GridColumnPinOptions = /*@__PURE__*/ (() => {
210
210
  }
211
211
  a6() {
212
212
  let a = this.column;
213
- this.b3 = a != null ? a.il : 0;
213
+ this.b3 = a != null ? a.im : 0;
214
214
  super.a6();
215
215
  }
216
216
  a7(a, b) {
@@ -221,7 +221,7 @@ export let GridColumnPinOptions = /*@__PURE__*/ (() => {
221
221
  }
222
222
  switch (b.propertyName) {
223
223
  case "Pinned":
224
- this.b3 = c != null ? c.il : 0;
224
+ this.b3 = c != null ? c.im : 0;
225
225
  this.b2.m();
226
226
  break;
227
227
  }
@@ -238,7 +238,7 @@ export let GridColumnPinOptions = /*@__PURE__*/ (() => {
238
238
  get b4() {
239
239
  let a = this.column;
240
240
  if (null != a) {
241
- return a.il;
241
+ return a.im;
242
242
  }
243
243
  return this.b3;
244
244
  }
@@ -248,7 +248,7 @@ export let GridColumnPinOptions = /*@__PURE__*/ (() => {
248
248
  let c = this.column;
249
249
  if (null != b && null != c) {
250
250
  b.pinColumn(c, this.b3);
251
- c.m0("Pinned");
251
+ c.m2("Pinned");
252
252
  }
253
253
  }
254
254
  get b2() {
@@ -129,7 +129,7 @@ export let GridColumnSummaryOptions = /*@__PURE__*/ (() => {
129
129
  if (this.c == null || this.column == null) {
130
130
  return false;
131
131
  }
132
- return this.column.jc && this.c.summaryScope != 3;
132
+ return this.column.jd && this.c.summaryScope != 3;
133
133
  }
134
134
  be(a, b, c) {
135
135
  super.be(a, b, c);
@@ -159,7 +159,7 @@ export let GridColumnSummaryOptions = /*@__PURE__*/ (() => {
159
159
  if (this.bw != null) {
160
160
  let a = this.bw.a();
161
161
  for (let b = 0; b < a.length; b++) {
162
- let c = new ColumnSummaryDescription(1, this.column.lo);
162
+ let c = new ColumnSummaryDescription(1, this.column.lp);
163
163
  switch (a[b]) {
164
164
  case "avg":
165
165
  c.i = 3;
@@ -179,7 +179,7 @@ export let GridColumnSummaryOptions = /*@__PURE__*/ (() => {
179
179
  }
180
180
  for (let d = 0; d < this.c.summaryDescriptions.j.count; d++) {
181
181
  let e = this.c.summaryDescriptions.j.item(d);
182
- if (e.ah == this.column.lo && e.i == c.i) {
182
+ if (e.ah == this.column.lp && e.i == c.i) {
183
183
  this.c.summaryDescriptions.j.removeAt(d);
184
184
  d--;
185
185
  }
@@ -187,7 +187,7 @@ export let GridColumnSummaryOptions = /*@__PURE__*/ (() => {
187
187
  }
188
188
  let f = this.bw.b();
189
189
  for (let g = 0; g < f.length; g++) {
190
- let h = new ColumnSummaryDescription(1, this.column.lo);
190
+ let h = new ColumnSummaryDescription(1, this.column.lp);
191
191
  switch (f[g]) {
192
192
  case "avg":
193
193
  h.i = 3;
@@ -208,14 +208,14 @@ export let GridColumnSummaryOptions = /*@__PURE__*/ (() => {
208
208
  let i = false;
209
209
  for (let j = 0; j < this.c.summaryDescriptions.j.count; j++) {
210
210
  let k = this.c.summaryDescriptions.j.item(j);
211
- if (k.ah == this.column.lo && k.i == h.i) {
211
+ if (k.ah == this.column.lp && k.i == h.i) {
212
212
  i = true;
213
213
  break;
214
214
  }
215
215
  }
216
216
  if (!i) {
217
217
  this.c.summaryDescriptions.j.add(h);
218
- this.column.m0("Summed");
218
+ this.column.m2("Summed");
219
219
  }
220
220
  }
221
221
  }
@@ -234,7 +234,7 @@ export let GridColumnSummaryOptions = /*@__PURE__*/ (() => {
234
234
  this.b7 = 0;
235
235
  for (let a = 0; a < this.c.summaryDescriptions.j.count; a++) {
236
236
  let b = this.c.summaryDescriptions.j.item(a);
237
- if (b.ah == this.column.lo) {
237
+ if (b.ah == this.column.lp) {
238
238
  switch (b.i) {
239
239
  case 3:
240
240
  this.bw.a4("avg", true);