igniteui-angular-data-grids 20.0.0-beta.1 → 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 -4
  166. package/public_api.d.ts +2 -0
@@ -29,18 +29,22 @@ var CanvasDateTimeCellPresenter = /** @class */ /*@__PURE__*/ (function (_super)
29
29
  _super.prototype.b.call(this, a);
30
30
  var b = a;
31
31
  if (a.a3) {
32
- if (a.a8(DateTimeCellModel.mr) || a.a8(DateTimeCellModel.ms) || a.a8(DateTimeCellModel.mq)) {
32
+ if (a.a8(DateTimeCellModel.mv) || a.a8(DateTimeCellModel.mw) || a.a8(DateTimeCellModel.mu) || a.a8(DateTimeCellModel.gj) || a.a8(DateTimeCellModel.hb)) {
33
33
  this.e(b);
34
- this.d.cr(b.j1);
34
+ this.d.cr(b.j3);
35
35
  }
36
36
  CanvasContentCellModelHelper.a(this.a.bq, b, this.a);
37
37
  }
38
38
  };
39
39
  CanvasDateTimeCellPresenter.prototype.e = function (a) {
40
- a.j1 = a.m3(a.mp);
41
- if (a.j1 == stringEmpty()) {
42
- if (!(typeCast(Date_$type, a.hm) !== null)) {
43
- a.j1 = a.hm.toString();
40
+ if (a.ki != null) {
41
+ a.j3 = a.ki;
42
+ return;
43
+ }
44
+ a.j3 = a.m7(a.mt);
45
+ if (a.j3 == stringEmpty()) {
46
+ if (!(typeCast(Date_$type, a.hn) !== null)) {
47
+ a.j3 = a.hn.toString();
44
48
  }
45
49
  }
46
50
  };
@@ -631,7 +631,7 @@ var CanvasGridCellBase = /** @class */ /*@__PURE__*/ (function (_super) {
631
631
  if (this.a1 != b) {
632
632
  this.a1 = b;
633
633
  }
634
- var c = a.hd * 0.2;
634
+ var c = a.he * 0.2;
635
635
  var d = a.fu * 0.6;
636
636
  if (this.a2 >= c && this.a2 <= d) {
637
637
  return;
@@ -29,23 +29,23 @@ var CanvasImageCellPresenter = /** @class */ /*@__PURE__*/ (function (_super) {
29
29
  _super.prototype.b.call(this, a);
30
30
  var b = a;
31
31
  if (a.a3) {
32
- if (a.a8(CellModel.fa) || a.a8(CellModel.hc)) {
32
+ if (a.a8(CellModel.fa) || a.a8(CellModel.hd)) {
33
33
  var c = Math.min(1, Math.max(0, a.ct));
34
34
  var d = a.cj * (1 - c);
35
35
  this.d.dd = d;
36
36
  }
37
- if (b.a8(ImageCellModel.mj) || b.a8(ImageCellModel.mk)) {
38
- this.e(b.mn, b.mg);
37
+ if (b.a8(ImageCellModel.mn) || b.a8(ImageCellModel.mo)) {
38
+ this.e(b.mr, b.mk);
39
39
  }
40
- if (b.a8(ImageCellModel.ml) || b.a8(ImageCellModel.fw) || b.a8(ImageCellModel.hb)) {
41
- this.f(b.mi, b.g, b.i);
40
+ if (b.a8(ImageCellModel.mp) || b.a8(ImageCellModel.fw) || b.a8(ImageCellModel.hc)) {
41
+ this.f(b.mm, b.g, b.i);
42
42
  }
43
43
  if (b.a8(ImageCellModel.g6)) {
44
44
  if (a.u == 1) {
45
45
  this.d.dg();
46
46
  }
47
47
  else if (a.u == 2) {
48
- this.e(b.mn, b.mg);
48
+ this.e(b.mr, b.mk);
49
49
  }
50
50
  }
51
51
  }
@@ -29,17 +29,20 @@ var CanvasNumericCellPresenter = /** @class */ /*@__PURE__*/ (function (_super)
29
29
  _super.prototype.b.call(this, a);
30
30
  var b = a;
31
31
  if (a.a3) {
32
- if (a.a8(NumericCellModel.m4) || b.ml()) {
33
- b.j1 = this.e(b);
34
- this.d.cr(b.j1);
32
+ if (a.a8(NumericCellModel.m8) || a.a8(NumericCellModel.mw) || a.a8(NumericCellModel.hb) || b.mp()) {
33
+ b.j3 = this.e(b);
34
+ this.d.cr(b.j3);
35
35
  }
36
36
  CanvasContentCellModelHelper.a(this.a.bq, b, this.a);
37
37
  }
38
38
  };
39
39
  CanvasNumericCellPresenter.prototype.e = function (a) {
40
- if (a.na != null) {
41
- var val_ = a.mo;
42
- var override_ = a.na;
40
+ if (a.ki != null) {
41
+ return a.ki;
42
+ }
43
+ if (a.ne != null) {
44
+ var val_ = a.ms;
45
+ var override_ = a.ne;
43
46
  return (override_.format(val_));
44
47
  }
45
48
  return NumericCellFormatter.c(a);
@@ -28,24 +28,24 @@ var CanvasSectionHeaderCellPresenter = /** @class */ /*@__PURE__*/ (function (_s
28
28
  _super.prototype.b.call(this, a);
29
29
  var b = a;
30
30
  if (a.a3) {
31
- if (a.a8(SectionHeaderCellModel.ml) || a.a8(SectionHeaderCellModel.mn)) {
32
- if (b.mh == null || (b.mh.length == 0 && b.mv == null)) {
33
- if (b.hm == null) {
34
- b.j1 = "";
31
+ if (a.a8(SectionHeaderCellModel.mp) || a.a8(SectionHeaderCellModel.mr)) {
32
+ if (b.ml == null || (b.ml.length == 0 && b.mz == null)) {
33
+ if (b.hn == null) {
34
+ b.j3 = "";
35
35
  }
36
36
  else {
37
- b.j1 = b.hm.toString();
37
+ b.j3 = b.hn.toString();
38
38
  }
39
39
  }
40
40
  else {
41
- if (b.mt != null && b.mk == 0) {
42
- b.j1 = b.mv + "    " + b.mt;
41
+ if (b.mx != null && b.mo == 0) {
42
+ b.j3 = b.mz + "    " + b.mx;
43
43
  }
44
44
  else {
45
- b.j1 = b.mv;
45
+ b.j3 = b.mz;
46
46
  }
47
47
  }
48
- this.d.cr(b.j1);
48
+ this.d.cr(b.j3);
49
49
  }
50
50
  CanvasContentCellModelHelper.a(this.a.bq, b, this.a);
51
51
  }
@@ -28,11 +28,11 @@ var CanvasSummaryCellPresenter = /** @class */ /*@__PURE__*/ (function (_super)
28
28
  var b = a;
29
29
  if (a.a3) {
30
30
  if (a.a7("ResolvedSummaryLabel") || a.a7("ResolvedSummaryValue")) {
31
- this.d.dj(b.mn);
32
- this.d.cr(b.mp);
31
+ this.d.dj(b.mr);
32
+ this.d.cr(b.mt);
33
33
  }
34
34
  if (a.a7("SummaryLabelTextColor")) {
35
- var c = CanvasContentCellModelHelper.e(b.mu);
35
+ var c = CanvasContentCellModelHelper.e(b.my);
36
36
  this.d.dk(c);
37
37
  }
38
38
  if (a.a7("FontInfo")) {
@@ -30,13 +30,13 @@ var CanvasTemplateCellPresenter = /** @class */ /*@__PURE__*/ (function (_super)
30
30
  _super.prototype.b.call(this, a);
31
31
  var b = a;
32
32
  var c = this.e.actualColumns._inner[a.l.a5];
33
- if (a.a8(CellModel.fa) || a.a8(CellModel.hc)) {
33
+ if (a.a8(CellModel.fa) || a.a8(CellModel.hd)) {
34
34
  var d = Math.min(1, Math.max(0, a.ct));
35
35
  var e = a.cj * (1 - d);
36
36
  this.d.db.opacity = e;
37
37
  }
38
38
  this.d.dc();
39
- c.n4(a, this.d);
39
+ c.n6(a, this.d);
40
40
  };
41
41
  CanvasTemplateCellPresenter.$t = markType(CanvasTemplateCellPresenter, 'CanvasTemplateCellPresenter', CanvasCellPresenterBase.$);
42
42
  return CanvasTemplateCellPresenter;
@@ -30,7 +30,7 @@ var CanvasTemplateHeaderCellPresenter = /** @class */ /*@__PURE__*/ (function (_
30
30
  _super.prototype.b.call(this, a);
31
31
  var b = this.e.actualColumns._inner[a.l.a5];
32
32
  var c = b.header;
33
- if (a.a8(CellModel.fa) || a.a8(CellModel.hc)) {
33
+ if (a.a8(CellModel.fa) || a.a8(CellModel.hd)) {
34
34
  var d = Math.min(1, Math.max(0, a.ct));
35
35
  var e = a.cj * (1 - d);
36
36
  }
@@ -6,10 +6,9 @@ GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOA
6
6
  */
7
7
  import { __extends } from "tslib";
8
8
  import { CanvasCellPresenterBase } from "./CanvasCellPresenterBase";
9
- import { CellModel } from "./CellModel";
10
9
  import { TextCellModel } from "./TextCellModel";
11
- import { markType } from "igniteui-angular-core";
12
10
  import { CanvasContentCellModelHelper } from "./CanvasContentCellModelHelper";
11
+ import { markType } from "igniteui-angular-core";
13
12
  /**
14
13
  * @hidden
15
14
  */
@@ -29,23 +28,29 @@ var CanvasTextCellPresenter = /** @class */ /*@__PURE__*/ (function (_super) {
29
28
  _super.prototype.b.call(this, a);
30
29
  var b = a;
31
30
  if (a.a3) {
32
- if (a.a8(TextCellModel.mf) || a.a8(CellModel.gj)) {
33
- if (b.mh != null) {
34
- b.j1 = b.mh;
35
- }
36
- else {
37
- if (b.hm == null) {
38
- b.j1 = "";
39
- }
40
- else {
41
- b.j1 = b.hm.toString();
42
- }
43
- }
44
- this.d.cr(b.j1);
31
+ if (a.a8(TextCellModel.mj) || a.a8(TextCellModel.hb) || a.a8(TextCellModel.gj)) {
32
+ b.j3 = this.e(b);
33
+ this.d.cr(b.j3);
45
34
  }
46
35
  CanvasContentCellModelHelper.a(this.a.bq, b, this.a);
47
36
  }
48
37
  };
38
+ CanvasTextCellPresenter.prototype.e = function (a) {
39
+ if (a.ki != null) {
40
+ return a.ki;
41
+ }
42
+ if (a.ml != null) {
43
+ return a.ml;
44
+ }
45
+ else {
46
+ if (a.hn == null) {
47
+ return "";
48
+ }
49
+ else {
50
+ return a.hn.toString();
51
+ }
52
+ }
53
+ };
49
54
  CanvasTextCellPresenter.$t = markType(CanvasTextCellPresenter, 'CanvasTextCellPresenter', CanvasCellPresenterBase.$);
50
55
  return CanvasTextCellPresenter;
51
56
  }(CanvasCellPresenterBase));
@@ -27,12 +27,12 @@ var CanvasTextHeaderCell = /** @class */ /*@__PURE__*/ (function (_super) {
27
27
  b.setRawStyleProperty("height", "16px");
28
28
  _this.dd = b;
29
29
  var c = a.getSubRenderer(_this.dd);
30
- _this.da.ax(c);
31
- _this.da.w = window.devicePixelRatio;
30
+ _this.da.a0(c);
31
+ _this.da.y = window.devicePixelRatio;
32
32
  var d = _this.da;
33
33
  d.renderCompleted = delegateCombine(d.renderCompleted, function (d, e) { return _this.ca(); });
34
- _this.da.ar(16, 16);
35
- _this.dc = _this.da.ad();
34
+ _this.da.au(16, 16);
35
+ _this.dc = _this.da.af();
36
36
  return _this;
37
37
  }
38
38
  Object.defineProperty(CanvasTextHeaderCell.prototype, "db", {
@@ -36,13 +36,13 @@ var CanvasTextHeaderCellPresenter = /** @class */ /*@__PURE__*/ (function (_supe
36
36
  _super.prototype.b.call(this, a);
37
37
  var b = a;
38
38
  if (a.a3) {
39
- if (a.a8(TextCellModel.mf)) {
40
- b.j1 = b.mh;
41
- this.d.cr(b.j1);
39
+ if (a.a8(TextCellModel.mj)) {
40
+ b.j3 = b.ml;
41
+ this.d.cr(b.j3);
42
42
  }
43
43
  if (a.a8(CellModel.g4)) {
44
44
  if (a.bp) {
45
- this.d.db.l = false;
45
+ this.d.db.m = false;
46
46
  }
47
47
  if (this.e == null) {
48
48
  var c_1 = a.p;
@@ -51,20 +51,20 @@ var CanvasTextHeaderCellPresenter = /** @class */ /*@__PURE__*/ (function (_supe
51
51
  this.d.de(a.n);
52
52
  this.d.cp(runOn(this, this.f));
53
53
  if (a.bp) {
54
- this.d.db.l = true;
54
+ this.d.db.m = true;
55
55
  }
56
56
  }
57
57
  if (a.a8(CellModel.g5)) {
58
58
  if (a.bp) {
59
- this.d.db.l = false;
59
+ this.d.db.m = false;
60
60
  }
61
- this.d.db.a0 = a.ma;
61
+ this.d.db.a3 = a.me;
62
62
  if (a.bp) {
63
- this.d.db.l = true;
63
+ this.d.db.m = true;
64
64
  }
65
65
  }
66
66
  if (a.a7("SortIndicatorStyle")) {
67
- this.d.db.f = b.mo;
67
+ this.d.db.f = b.ms;
68
68
  }
69
69
  CanvasContentCellModelHelper.a(this.a.bq, b, this.a);
70
70
  }
@@ -35,7 +35,7 @@ var CellPresenterBase = /** @class */ /*@__PURE__*/ (function (_super) {
35
35
  this.a.b7(a.el, a.ep, a.en, a.ej);
36
36
  }
37
37
  if (a.a1) {
38
- this.a.b1(a.lv, a.d9, a.ee, a.ec, a.d7);
38
+ this.a.b1(a.lz, a.d9, a.ee, a.ec, a.d7);
39
39
  if (a.a8(CellModel.d5)) {
40
40
  if (!a.bf && a.p.ix && a.bc && a.cf == 1) {
41
41
  this.a.bh();
@@ -44,14 +44,14 @@ var CellPresenterBase = /** @class */ /*@__PURE__*/ (function (_super) {
44
44
  }
45
45
  if (a.bo) {
46
46
  this.a.b3(a.fu, (a.ep + a.ej + a.ee + a.d7));
47
- this.a.b9(a.hd, (a.el + a.en + a.d9 + a.ec));
47
+ this.a.b9(a.he, (a.el + a.en + a.d9 + a.ec));
48
48
  }
49
49
  if (a.a3) {
50
50
  if (a.bi && !this.a.u) {
51
51
  this.a.bg();
52
52
  }
53
53
  if (a.a8(CellModel.d6)) {
54
- this.a.b0(a.lu.color);
54
+ this.a.b0(a.ly.color);
55
55
  }
56
56
  if (a.a8(CellModel.ei)) {
57
57
  this.a.b6(a.ch);
@@ -60,11 +60,11 @@ var CellPresenterBase = /** @class */ /*@__PURE__*/ (function (_super) {
60
60
  this.a.v = a.a2;
61
61
  this.a.a6 = a.f0;
62
62
  this.a.w = a.ba;
63
- this.a.b9(a.hd, (a.el + a.en + a.d9 + a.ec));
63
+ this.a.b9(a.he, (a.el + a.en + a.d9 + a.ec));
64
64
  }
65
65
  if (a.a7("Indent")) {
66
66
  this.a.a6 = a.f0;
67
- this.a.b9(a.hd, (a.el + a.en + a.d9 + a.ec));
67
+ this.a.b9(a.he, (a.el + a.en + a.d9 + a.ec));
68
68
  }
69
69
  if (a.a7("IsExpanded")) {
70
70
  this.a.w = a.ba;