igniteui-angular-data-grids 20.1.0-beta.0 → 20.2.0-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 (192) hide show
  1. package/bundles/igniteui-angular-data-grids.umd.js +5727 -5576
  2. package/bundles/igniteui-angular-data-grids.umd.min.js +1 -1
  3. package/esm2015/lib/AccessibilityRow.js +1 -1
  4. package/esm2015/lib/CanvasCellPresenterBase.js +9 -9
  5. package/esm2015/lib/CanvasContentCellModelHelper.js +9 -9
  6. package/esm2015/lib/CanvasDateTimeCellPresenter.js +8 -8
  7. package/esm2015/lib/CanvasGridCellBase.js +7 -7
  8. package/esm2015/lib/CanvasImageCellPresenter.js +9 -9
  9. package/esm2015/lib/CanvasNumericCellPresenter.js +8 -8
  10. package/esm2015/lib/CanvasSectionHeaderCellPresenter.js +9 -9
  11. package/esm2015/lib/CanvasSummaryCell.js +1 -1
  12. package/esm2015/lib/CanvasSummaryCellPresenter.js +3 -3
  13. package/esm2015/lib/CanvasTemplateCellPresenter.js +4 -4
  14. package/esm2015/lib/CanvasTemplateHeaderCellPresenter.js +3 -3
  15. package/esm2015/lib/CanvasTextCellPresenter.js +9 -9
  16. package/esm2015/lib/CanvasTextHeaderCellPresenter.js +7 -7
  17. package/esm2015/lib/CellPresenterBase.js +40 -37
  18. package/esm2015/lib/CheckboxListBridge.js +4 -0
  19. package/esm2015/lib/CheckboxListView_combined.js +778 -743
  20. package/esm2015/lib/ColumnChooserView_combined.js +9 -9
  21. package/esm2015/lib/ColumnFilterCondition_combined.js +2894 -2867
  22. package/esm2015/lib/ColumnGroupingView_combined.js +4 -4
  23. package/esm2015/lib/ColumnPinningView_combined.js +7 -7
  24. package/esm2015/lib/ComparisonOperatorSelectorView_combined.js +7 -7
  25. package/esm2015/lib/ContentCellModelHelper.js +13 -13
  26. package/esm2015/lib/DataGridCellLayoutPanel.js +17 -17
  27. package/esm2015/lib/DateTimeCellPresenter.js +9 -9
  28. package/esm2015/lib/EditorCell.js +303 -303
  29. package/esm2015/lib/EditorCellPresenter.js +27 -27
  30. package/esm2015/lib/EditorRowCell.js +1 -1
  31. package/esm2015/lib/FilterCell.js +272 -272
  32. package/esm2015/lib/FilterCellPresenter.js +16 -16
  33. package/esm2015/lib/GridCellBase.js +354 -335
  34. package/esm2015/lib/GridColumnFilterOptionsView_combined.js +9 -9
  35. package/esm2015/lib/GridColumnGroupOptionsView_combined.js +4 -4
  36. package/esm2015/lib/GridColumnHideOptionsView_combined.js +1 -1
  37. package/esm2015/lib/GridColumnMoveOptionsView_combined.js +1 -1
  38. package/esm2015/lib/GridColumnOptionsView_combined.js +1 -1
  39. package/esm2015/lib/GridColumnPinOptionsView_combined.js +1 -1
  40. package/esm2015/lib/GridColumnSummaryOptionsView_combined.js +6 -6
  41. package/esm2015/lib/GridExternalWrapper.js +6 -6
  42. package/esm2015/lib/GridFilterDialogView_combined.js +1 -1
  43. package/esm2015/lib/GridSortIndicatorView_combined.js +15 -8
  44. package/esm2015/lib/ISummaryChooserView_combined.js +9 -9
  45. package/esm2015/lib/ImageCell.js +59 -59
  46. package/esm2015/lib/ImageCellPresenter.js +17 -17
  47. package/esm2015/lib/MultiColumnComboBoxView_combined.js +2 -2
  48. package/esm2015/lib/NumericCell.js +8 -8
  49. package/esm2015/lib/NumericCellPresenter.js +9 -9
  50. package/esm2015/lib/PropertyEditorView_combined.js +21 -21
  51. package/esm2015/lib/SectionHeaderCell.js +15 -15
  52. package/esm2015/lib/SectionHeaderCellPresenter.js +10 -10
  53. package/esm2015/lib/SortIndicatorStyle.js +6 -2
  54. package/esm2015/lib/SummaryCell.js +40 -40
  55. package/esm2015/lib/SummaryCellPresenter.js +10 -10
  56. package/esm2015/lib/TemplateCell.js +15 -15
  57. package/esm2015/lib/TemplateCellPresenter.js +5 -5
  58. package/esm2015/lib/TemplateHeader.js +2 -2
  59. package/esm2015/lib/TemplateHeaderCell.js +5 -5
  60. package/esm2015/lib/TemplateHeaderCellModel.js +18 -18
  61. package/esm2015/lib/TemplateHeaderCellPresenter.js +5 -5
  62. package/esm2015/lib/TextCell.js +32 -32
  63. package/esm2015/lib/TextCellPresenter.js +10 -10
  64. package/esm2015/lib/TextHeaderCell.js +153 -153
  65. package/esm2015/lib/TextHeaderCellPresenter.js +25 -25
  66. package/esm2015/lib/VerticalSeparatorCell.js +37 -37
  67. package/esm2015/lib/igx-cell-info.js +164 -155
  68. package/esm2015/lib/igx-checkbox-list-component.js +82 -66
  69. package/esm2015/lib/igx-combo-box-column-component.js +10 -10
  70. package/esm2015/lib/igx-data-grid-column-component.js +87 -76
  71. package/esm2015/lib/igx-date-time-cell-info.js +12 -12
  72. package/esm2015/lib/igx-date-time-column-component.js +20 -20
  73. package/esm2015/lib/igx-editor-cell-info.js +23 -23
  74. package/esm2015/lib/igx-filter-cell-info.js +26 -26
  75. package/esm2015/lib/igx-image-cell-info.js +6 -6
  76. package/esm2015/lib/igx-image-column-component.js +10 -10
  77. package/esm2015/lib/igx-numeric-cell-info.js +26 -26
  78. package/esm2015/lib/igx-numeric-column-component.js +30 -30
  79. package/esm2015/lib/igx-section-header-cell-info.js +6 -6
  80. package/esm2015/lib/igx-summary-cell-info.js +9 -9
  81. package/esm2015/lib/igx-template-cell-info.js +2 -2
  82. package/esm2015/lib/igx-template-header-cell-info.js +2 -2
  83. package/esm2015/lib/igx-text-cell-info.js +2 -2
  84. package/esm2015/lib/igx-text-column-component.js +8 -8
  85. package/esm2015/lib/igx-text-header-cell-info.js +10 -10
  86. package/esm5/lib/AccessibilityRow.js +1 -1
  87. package/esm5/lib/CanvasCellPresenterBase.js +9 -9
  88. package/esm5/lib/CanvasContentCellModelHelper.js +9 -9
  89. package/esm5/lib/CanvasDateTimeCellPresenter.js +8 -8
  90. package/esm5/lib/CanvasGridCellBase.js +7 -7
  91. package/esm5/lib/CanvasImageCellPresenter.js +9 -9
  92. package/esm5/lib/CanvasNumericCellPresenter.js +8 -8
  93. package/esm5/lib/CanvasSectionHeaderCellPresenter.js +9 -9
  94. package/esm5/lib/CanvasSummaryCell.js +1 -1
  95. package/esm5/lib/CanvasSummaryCellPresenter.js +3 -3
  96. package/esm5/lib/CanvasTemplateCellPresenter.js +4 -4
  97. package/esm5/lib/CanvasTemplateHeaderCellPresenter.js +3 -3
  98. package/esm5/lib/CanvasTextCellPresenter.js +9 -9
  99. package/esm5/lib/CanvasTextHeaderCellPresenter.js +7 -7
  100. package/esm5/lib/CellPresenterBase.js +40 -37
  101. package/esm5/lib/CheckboxListBridge.js +4 -0
  102. package/esm5/lib/CheckboxListView_combined.js +760 -725
  103. package/esm5/lib/ColumnChooserView_combined.js +9 -9
  104. package/esm5/lib/ColumnFilterCondition_combined.js +2735 -2700
  105. package/esm5/lib/ColumnGroupingView_combined.js +4 -4
  106. package/esm5/lib/ColumnPinningView_combined.js +7 -7
  107. package/esm5/lib/ComparisonOperatorSelectorView_combined.js +7 -7
  108. package/esm5/lib/ContentCellModelHelper.js +13 -13
  109. package/esm5/lib/DataGridCellLayoutPanel.js +17 -17
  110. package/esm5/lib/DateTimeCellPresenter.js +9 -9
  111. package/esm5/lib/EditorCell.js +285 -285
  112. package/esm5/lib/EditorCellPresenter.js +27 -27
  113. package/esm5/lib/EditorRowCell.js +1 -1
  114. package/esm5/lib/FilterCell.js +262 -262
  115. package/esm5/lib/FilterCellPresenter.js +16 -16
  116. package/esm5/lib/GridCellBase.js +349 -326
  117. package/esm5/lib/GridColumnFilterOptionsView_combined.js +9 -9
  118. package/esm5/lib/GridColumnGroupOptionsView_combined.js +4 -4
  119. package/esm5/lib/GridColumnHideOptionsView_combined.js +1 -1
  120. package/esm5/lib/GridColumnMoveOptionsView_combined.js +1 -1
  121. package/esm5/lib/GridColumnOptionsView_combined.js +1 -1
  122. package/esm5/lib/GridColumnPinOptionsView_combined.js +1 -1
  123. package/esm5/lib/GridColumnSummaryOptionsView_combined.js +6 -6
  124. package/esm5/lib/GridExternalWrapper.js +6 -6
  125. package/esm5/lib/GridFilterDialogView_combined.js +1 -1
  126. package/esm5/lib/GridSortIndicatorView_combined.js +15 -10
  127. package/esm5/lib/ISummaryChooserView_combined.js +9 -9
  128. package/esm5/lib/ImageCell.js +59 -59
  129. package/esm5/lib/ImageCellPresenter.js +17 -17
  130. package/esm5/lib/MultiColumnComboBoxView_combined.js +2 -2
  131. package/esm5/lib/NumericCell.js +8 -8
  132. package/esm5/lib/NumericCellPresenter.js +9 -9
  133. package/esm5/lib/PropertyEditorView_combined.js +21 -21
  134. package/esm5/lib/SectionHeaderCell.js +15 -15
  135. package/esm5/lib/SectionHeaderCellPresenter.js +10 -10
  136. package/esm5/lib/SortIndicatorStyle.js +6 -2
  137. package/esm5/lib/SummaryCell.js +40 -40
  138. package/esm5/lib/SummaryCellPresenter.js +10 -10
  139. package/esm5/lib/TemplateCell.js +15 -15
  140. package/esm5/lib/TemplateCellPresenter.js +5 -5
  141. package/esm5/lib/TemplateHeader.js +2 -2
  142. package/esm5/lib/TemplateHeaderCell.js +5 -5
  143. package/esm5/lib/TemplateHeaderCellModel.js +17 -17
  144. package/esm5/lib/TemplateHeaderCellPresenter.js +5 -5
  145. package/esm5/lib/TextCell.js +32 -32
  146. package/esm5/lib/TextCellPresenter.js +10 -10
  147. package/esm5/lib/TextHeaderCell.js +151 -151
  148. package/esm5/lib/TextHeaderCellPresenter.js +25 -25
  149. package/esm5/lib/VerticalSeparatorCell.js +37 -37
  150. package/esm5/lib/igx-cell-info.js +168 -155
  151. package/esm5/lib/igx-checkbox-list-component.js +82 -66
  152. package/esm5/lib/igx-combo-box-column-component.js +10 -10
  153. package/esm5/lib/igx-data-grid-column-component.js +91 -76
  154. package/esm5/lib/igx-date-time-cell-info.js +12 -12
  155. package/esm5/lib/igx-date-time-column-component.js +20 -20
  156. package/esm5/lib/igx-editor-cell-info.js +23 -23
  157. package/esm5/lib/igx-filter-cell-info.js +26 -26
  158. package/esm5/lib/igx-image-cell-info.js +6 -6
  159. package/esm5/lib/igx-image-column-component.js +10 -10
  160. package/esm5/lib/igx-numeric-cell-info.js +26 -26
  161. package/esm5/lib/igx-numeric-column-component.js +30 -30
  162. package/esm5/lib/igx-section-header-cell-info.js +6 -6
  163. package/esm5/lib/igx-summary-cell-info.js +9 -9
  164. package/esm5/lib/igx-template-cell-info.js +2 -2
  165. package/esm5/lib/igx-template-header-cell-info.js +2 -2
  166. package/esm5/lib/igx-text-cell-info.js +2 -2
  167. package/esm5/lib/igx-text-column-component.js +8 -8
  168. package/esm5/lib/igx-text-header-cell-info.js +10 -10
  169. package/fesm2015/igniteui-angular-data-grids.js +5924 -5791
  170. package/fesm5/igniteui-angular-data-grids.js +5729 -5578
  171. package/lib/CheckboxListBridge.d.ts +1 -0
  172. package/lib/CheckboxListViewExternal.d.ts +1 -0
  173. package/lib/CheckboxListView_combined.d.ts +185 -179
  174. package/lib/ColumnFilterCondition_combined.d.ts +820 -813
  175. package/lib/EditorCell.d.ts +67 -67
  176. package/lib/FilterCell.d.ts +55 -55
  177. package/lib/GridCellBase.d.ts +105 -102
  178. package/lib/ImageCell.d.ts +17 -17
  179. package/lib/NumericCell.d.ts +2 -2
  180. package/lib/SectionHeaderCell.d.ts +3 -3
  181. package/lib/SortIndicatorStyle.d.ts +5 -1
  182. package/lib/SummaryCell.d.ts +9 -9
  183. package/lib/TemplateCell.d.ts +5 -5
  184. package/lib/TemplateHeaderCell.d.ts +2 -2
  185. package/lib/TemplateHeaderCellModel.d.ts +7 -7
  186. package/lib/TextCell.d.ts +7 -7
  187. package/lib/TextHeaderCell.d.ts +29 -29
  188. package/lib/VerticalSeparatorCell.d.ts +8 -8
  189. package/lib/igx-cell-info.d.ts +6 -0
  190. package/lib/igx-checkbox-list-component.d.ts +10 -0
  191. package/lib/igx-data-grid-column-component.d.ts +7 -1
  192. package/package.json +4 -4
@@ -22,27 +22,27 @@ export class IgxSectionHeaderCellInfo extends IgxCellInfo {
22
22
  * Sets or gets the resolved text for the section header cell.
23
23
  */
24
24
  get resolvedText() {
25
- return this.i.oc;
25
+ return this.i.og;
26
26
  }
27
27
  set resolvedText(v) {
28
- this.i.oc = v;
28
+ this.i.og = v;
29
29
  }
30
30
  /**
31
31
  * Sets or gets the resolved summary text for the section header cell.
32
32
  */
33
33
  get resolvedSummaryText() {
34
- return this.i.oa;
34
+ return this.i.oe;
35
35
  }
36
36
  set resolvedSummaryText(v) {
37
- this.i.oa = v;
37
+ this.i.oe = v;
38
38
  }
39
39
  /**
40
40
  * Sets or gets how summaries are displayed in the section header cell.
41
41
  */
42
42
  get summaryDisplayMode() {
43
- return this.i.n1;
43
+ return this.i.n5;
44
44
  }
45
45
  set summaryDisplayMode(v) {
46
- this.i.n1 = ensureEnum(GroupSummaryDisplayMode_$type, v);
46
+ this.i.n5 = ensureEnum(GroupSummaryDisplayMode_$type, v);
47
47
  }
48
48
  }
@@ -22,38 +22,38 @@ export class IgxSummaryCellInfo extends IgxCellInfo {
22
22
  * Sets or gets the resolved summary label for the summary cell.
23
23
  */
24
24
  get resolvedSummaryLabel() {
25
- return this.i.n4;
25
+ return this.i.n8;
26
26
  }
27
27
  set resolvedSummaryLabel(v) {
28
- this.i.n4 = v;
28
+ this.i.n8 = v;
29
29
  }
30
30
  /**
31
31
  * Sets or gets the resolved summary value for the sumamry cell.
32
32
  */
33
33
  get resolvedSummaryValue() {
34
- return this.i.n6;
34
+ return this.i.oa;
35
35
  }
36
36
  set resolvedSummaryValue(v) {
37
- this.i.n6 = v;
37
+ this.i.oa = v;
38
38
  }
39
39
  /**
40
40
  * Gets or sets the color of the text for the summary label in the cell.
41
41
  */
42
42
  get summaryLabelTextColor() {
43
- return brushToString(this.i.ob);
43
+ return brushToString(this.i.of);
44
44
  }
45
45
  set summaryLabelTextColor(v) {
46
- this.i.ob = stringToBrush(v);
46
+ this.i.of = stringToBrush(v);
47
47
  }
48
48
  get font() {
49
- if (this.i.nx == null) {
49
+ if (this.i.n1 == null) {
50
50
  return null;
51
51
  }
52
- return this.i.nx.fontString;
52
+ return this.i.n1.fontString;
53
53
  }
54
54
  set font(v) {
55
55
  let fi = new FontInfo();
56
56
  fi.fontString = v;
57
- this.i.nx = fi;
57
+ this.i.n1 = fi;
58
58
  }
59
59
  }
@@ -20,9 +20,9 @@ export class IgxTemplateCellInfo extends IgxCellInfo {
20
20
  * Sets or gets the value to provide to the template.
21
21
  */
22
22
  get value() {
23
- return this.i.ny;
23
+ return this.i.n2;
24
24
  }
25
25
  set value(v) {
26
- this.i.ny = v;
26
+ this.i.n2 = v;
27
27
  }
28
28
  }
@@ -21,9 +21,9 @@ export class IgxTemplateHeaderCellInfo extends IgxTemplateCellInfo {
21
21
  * Sets or gets whether the filter UI should be visible in the header.
22
22
  */
23
23
  get isFilterUIVisible() {
24
- return this.i.n1;
24
+ return this.i.n5;
25
25
  }
26
26
  set isFilterUIVisible(v) {
27
- this.i.n1 = ensureBool(v);
27
+ this.i.n5 = ensureBool(v);
28
28
  }
29
29
  }
@@ -20,9 +20,9 @@ export class IgxTextCellInfo extends IgxCellInfo {
20
20
  * Sets or gets the text value for the cell.
21
21
  */
22
22
  get textValue() {
23
- return this.i.ny;
23
+ return this.i.n2;
24
24
  }
25
25
  set textValue(v) {
26
- this.i.ny = v;
26
+ this.i.n2 = v;
27
27
  }
28
28
  }
@@ -40,37 +40,37 @@ export let IgxTextColumnComponent = /*@__PURE__*/ (() => {
40
40
  * Gets or sets the editor type used for editing cells in this column.
41
41
  */
42
42
  get editorType() {
43
- return this.i.o6;
43
+ return this.i.o9;
44
44
  }
45
45
  set editorType(v) {
46
- this.i.o6 = ensureEnum(EditorType_$type, v);
46
+ this.i.o9 = ensureEnum(EditorType_$type, v);
47
47
  }
48
48
  /**
49
49
  * Gets or sets the ComboBox data source.
50
50
  */
51
51
  get editorDataSource() {
52
- return this.i.o7;
52
+ return this.i.pa;
53
53
  }
54
54
  set editorDataSource(v) {
55
- this.i.o7 = v;
55
+ this.i.pa = v;
56
56
  }
57
57
  /**
58
58
  * Gets or sets the ComboBox text field.
59
59
  */
60
60
  get editorTextField() {
61
- return this.i.o9;
61
+ return this.i.pc;
62
62
  }
63
63
  set editorTextField(v) {
64
- this.i.o9 = v;
64
+ this.i.pc = v;
65
65
  }
66
66
  /**
67
67
  * Gets or sets the ComboBox value field.
68
68
  */
69
69
  get editorValueField() {
70
- return this.i.pa;
70
+ return this.i.pd;
71
71
  }
72
72
  set editorValueField(v) {
73
- this.i.pa = v;
73
+ this.i.pd = v;
74
74
  }
75
75
  }
76
76
  IgxTextColumnComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: IgxTextColumnComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
@@ -24,42 +24,42 @@ export class IgxTextHeaderCellInfo extends IgxTextCellInfo {
24
24
  * Sets or gets whether the filter UI should be visible in the header.
25
25
  */
26
26
  get isColumnOptionsEnabled() {
27
- return this.i.n7;
27
+ return this.i.ob;
28
28
  }
29
29
  set isColumnOptionsEnabled(v) {
30
- this.i.n7 = ensureBool(v);
30
+ this.i.ob = ensureBool(v);
31
31
  }
32
32
  get sortIndicatorStyle() {
33
- return this.i.n5;
33
+ return this.i.n9;
34
34
  }
35
35
  set sortIndicatorStyle(v) {
36
- this.i.n5 = ensureEnum(SortIndicatorStyle_$type, v);
36
+ this.i.n9 = ensureEnum(SortIndicatorStyle_$type, v);
37
37
  }
38
38
  /**
39
39
  * Gets or sets the alignment of the column options icon within the header cell.
40
40
  */
41
41
  get columnOptionsIconAlignment() {
42
- return this.i.n1;
42
+ return this.i.n5;
43
43
  }
44
44
  set columnOptionsIconAlignment(v) {
45
- this.i.n1 = ensureEnum(ColumnOptionsIconAlignment_$type, v);
45
+ this.i.n5 = ensureEnum(ColumnOptionsIconAlignment_$type, v);
46
46
  }
47
47
  /**
48
48
  * Gets or sets the color for the column options icon in the header.
49
49
  */
50
50
  get columnOptionsIconColor() {
51
- return brushToString(this.i.oj);
51
+ return brushToString(this.i.on);
52
52
  }
53
53
  set columnOptionsIconColor(v) {
54
- this.i.oj = stringToBrush(v);
54
+ this.i.on = stringToBrush(v);
55
55
  }
56
56
  /**
57
57
  * Gets or sets how the column option icon will behave in the header.
58
58
  */
59
59
  get columnOptionsIconBehavior() {
60
- return this.i.n3;
60
+ return this.i.n7;
61
61
  }
62
62
  set columnOptionsIconBehavior(v) {
63
- this.i.n3 = ensureEnum(ColumnOptionsIconBehavior_$type, v);
63
+ this.i.n7 = ensureEnum(ColumnOptionsIconBehavior_$type, v);
64
64
  }
65
65
  }
@@ -52,7 +52,7 @@ var AccessibilityRow = /** @class */ /*@__PURE__*/ (function (_super) {
52
52
  else {
53
53
  b.setAttribute("aria-colindex", (a.l.a5 + 1).toString());
54
54
  }
55
- if (a.cy == 1) {
55
+ if (a.cz == 1) {
56
56
  b.setAttribute("aria-selected", "true");
57
57
  }
58
58
  else {
@@ -25,25 +25,25 @@ var CanvasCellPresenterBase = /** @class */ /*@__PURE__*/ (function (_super) {
25
25
  };
26
26
  CanvasCellPresenterBase.prototype.b = function (a) {
27
27
  this.a.cf(a.c);
28
- if (a.bc(CellModel.ey) || a.bc(CellModel.e2) || a.bc(CellModel.e0) || a.bc(CellModel.ew)) {
29
- this.a.cn(a.ex, a.e1, a.ez, a.ev);
28
+ if (a.bc(CellModel.e0) || a.bc(CellModel.e4) || a.bc(CellModel.e2) || a.bc(CellModel.ey)) {
29
+ this.a.cn(a.ez, a.e3, a.e1, a.ex);
30
30
  }
31
31
  if (a.a5) {
32
- this.a.ch(a.m9, a.el, a.eq, a.eo, a.ej);
32
+ this.a.ch(a.nd, a.en, a.es, a.eq, a.el);
33
33
  }
34
34
  if (a.bs) {
35
- this.a.ck(a.f6);
36
- this.a.cu(a.h2);
35
+ this.a.ck(a.f8);
36
+ this.a.cu(a.h5);
37
37
  }
38
38
  if (a.a7) {
39
39
  if (a.bm && !this.a.z) {
40
40
  this.a.b5();
41
41
  }
42
- if (a.bc(CellModel.ei)) {
43
- this.a.cg(a.m8.color);
42
+ if (a.bc(CellModel.ek)) {
43
+ this.a.cg(a.nc.color);
44
44
  }
45
- if (a.bc(CellModel.eu)) {
46
- this.a.cm(a.cp);
45
+ if (a.bc(CellModel.ew)) {
46
+ this.a.cm(a.cq);
47
47
  }
48
48
  }
49
49
  if (a.bs && a.bm) {
@@ -25,23 +25,23 @@ var CanvasContentCellModelHelper = /** @class */ /*@__PURE__*/ (function (_super
25
25
  };
26
26
  CanvasContentCellModelHelper.a = function (a, b, c) {
27
27
  if (b.a7) {
28
- if (b.bc(CellModel.fm) || b.bc(CellModel.es) || b.bc(CellModel.h1) || b.bb("IsRowPinned") || b.bb("IsRowSticky") || b.bb("PinnedRowOpacity")) {
29
- var d = Math.min(1, Math.max(0, b.c5));
30
- var e = b.co * (1 - d);
28
+ if (b.bc(CellModel.fo) || b.bc(CellModel.eu) || b.bc(CellModel.h4) || b.bb("IsRowPinned") || b.bb("IsRowSticky") || b.bb("PinnedRowOpacity")) {
29
+ var d = Math.min(1, Math.max(0, b.c7));
30
+ var e = b.cp * (1 - d);
31
31
  c.ci(e);
32
32
  if (b.bm) {
33
- c.cy(b.co * d);
33
+ c.cy(b.cp * d);
34
34
  }
35
35
  }
36
- if (b.bc(CellModel.e3)) {
37
- CanvasContentCellModelHelper.c(c, b.na);
36
+ if (b.bc(CellModel.e5)) {
37
+ CanvasContentCellModelHelper.c(c, b.ne);
38
38
  if (b.bm) {
39
- c.cw(b.na);
39
+ c.cw(b.ne);
40
40
  }
41
41
  }
42
- if (b.bc(CellModel.gs)) {
42
+ if (b.bc(CellModel.gu)) {
43
43
  }
44
- if (b.bc(CellModel.f8) || b.bc(CellModel.h0)) {
44
+ if (b.bc(CellModel.ga) || b.bc(CellModel.h3)) {
45
45
  var f = b.g;
46
46
  var g = b.i;
47
47
  c.cl(f);
@@ -29,22 +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.a7) {
32
- if (a.bc(DateTimeCellModel.n8) || a.bc(DateTimeCellModel.n9) || a.bc(DateTimeCellModel.n7) || a.bc(DateTimeCellModel.gv) || a.bc(DateTimeCellModel.hz)) {
32
+ if (a.bc(DateTimeCellModel.oc) || a.bc(DateTimeCellModel.od) || a.bc(DateTimeCellModel.ob) || a.bc(DateTimeCellModel.gx) || a.bc(DateTimeCellModel.h2)) {
33
33
  this.e(b);
34
- this.d.cr(b.ku);
34
+ this.d.cr(b.kx);
35
35
  }
36
36
  CanvasContentCellModelHelper.a(this.a.bq, b, this.a);
37
37
  }
38
38
  };
39
39
  CanvasDateTimeCellPresenter.prototype.e = function (a) {
40
- if (a.lp != null) {
41
- a.ku = a.lp;
40
+ if (a.lt != null) {
41
+ a.kx = a.lt;
42
42
  return;
43
43
  }
44
- a.ku = a.ok(a.n6);
45
- if (a.ku == stringEmpty()) {
46
- if (!(typeCast(Date_$type, a.ib) !== null)) {
47
- a.ku = a.ib.toString();
44
+ a.kx = a.oo(a.oa);
45
+ if (a.kx == stringEmpty()) {
46
+ if (!(typeCast(Date_$type, a.ie) !== null)) {
47
+ a.kx = a.ie.toString();
48
48
  }
49
49
  }
50
50
  };
@@ -305,7 +305,7 @@ var CanvasGridCellBase = /** @class */ /*@__PURE__*/ (function (_super) {
305
305
  return;
306
306
  }
307
307
  if (this.b2 != 1) {
308
- a.af(this.b2);
308
+ a.ag(this.b2);
309
309
  }
310
310
  var j = this.m;
311
311
  if (!this.y) {
@@ -321,7 +321,7 @@ var CanvasGridCellBase = /** @class */ /*@__PURE__*/ (function (_super) {
321
321
  if (this.s || this.x || (this.i != null && this.i.j != this.bu)) {
322
322
  this.s = false;
323
323
  this.bu = this.i.j;
324
- j.ae(this.i);
324
+ j.af(this.i);
325
325
  }
326
326
  if (f != 1) {
327
327
  j.aa();
@@ -331,7 +331,7 @@ var CanvasGridCellBase = /** @class */ /*@__PURE__*/ (function (_super) {
331
331
  j.aa();
332
332
  var k = Math.round((d - b));
333
333
  var l = Math.round((e - c));
334
- j.ah(k, l);
334
+ j.ai(k, l);
335
335
  }
336
336
  if (g) {
337
337
  this.cb(j);
@@ -357,7 +357,7 @@ var CanvasGridCellBase = /** @class */ /*@__PURE__*/ (function (_super) {
357
357
  }
358
358
  }
359
359
  if (this.b2 != 1) {
360
- a.af(1);
360
+ a.ag(1);
361
361
  }
362
362
  };
363
363
  CanvasGridCellBase.prototype.bx = function () {
@@ -631,8 +631,8 @@ var CanvasGridCellBase = /** @class */ /*@__PURE__*/ (function (_super) {
631
631
  if (this.a1 != b) {
632
632
  this.a1 = b;
633
633
  }
634
- var c = a.h2 * 0.2;
635
- var d = a.f6 * 0.6;
634
+ var c = a.h5 * 0.2;
635
+ var d = a.f8 * 0.6;
636
636
  if (this.a2 >= c && this.a2 <= d) {
637
637
  return;
638
638
  }
@@ -683,7 +683,7 @@ var CanvasGridCellBase = /** @class */ /*@__PURE__*/ (function (_super) {
683
683
  if (this.s || (this.i != null && this.i.j != this.bu)) {
684
684
  this.s = false;
685
685
  this.bu = this.i.j;
686
- a.ae(this.i);
686
+ a.af(this.i);
687
687
  }
688
688
  var b;
689
689
  if (this.h != this.i || this.bw != this.i.j) {
@@ -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.a7) {
32
- if (a.bc(CellModel.fm) || a.bc(CellModel.h1)) {
33
- var c = Math.min(1, Math.max(0, a.c5));
34
- var d = a.cr * (1 - c);
32
+ if (a.bc(CellModel.fo) || a.bc(CellModel.h4)) {
33
+ var c = Math.min(1, Math.max(0, a.c7));
34
+ var d = a.cs * (1 - c);
35
35
  this.d.dd = d;
36
36
  }
37
- if (b.bc(ImageCellModel.n0) || b.bc(ImageCellModel.n1)) {
38
- this.e(b.n4, b.nx);
37
+ if (b.bc(ImageCellModel.n4) || b.bc(ImageCellModel.n5)) {
38
+ this.e(b.n8, b.n1);
39
39
  }
40
- if (b.bc(ImageCellModel.n2) || b.bc(ImageCellModel.f8) || b.bc(ImageCellModel.h0)) {
41
- this.f(b.nz, b.g, b.i);
40
+ if (b.bc(ImageCellModel.n6) || b.bc(ImageCellModel.ga) || b.bc(ImageCellModel.h3)) {
41
+ this.f(b.n3, b.g, b.i);
42
42
  }
43
- if (b.bc(ImageCellModel.hi)) {
43
+ if (b.bc(ImageCellModel.hk)) {
44
44
  if (a.u == 1) {
45
45
  this.d.dg();
46
46
  }
47
47
  else if (a.u == 2) {
48
- this.e(b.n4, b.nx);
48
+ this.e(b.n8, b.n1);
49
49
  }
50
50
  }
51
51
  }
@@ -29,20 +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.a7) {
32
- if (a.bc(NumericCellModel.ol) || a.bc(NumericCellModel.n9) || a.bc(NumericCellModel.hz) || b.n2()) {
33
- b.ku = this.e(b);
34
- this.d.cr(b.ku);
32
+ if (a.bc(NumericCellModel.op) || a.bc(NumericCellModel.od) || a.bc(NumericCellModel.h2) || b.n6()) {
33
+ b.kx = this.e(b);
34
+ this.d.cr(b.kx);
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.lp != null) {
41
- return a.lp;
40
+ if (a.lt != null) {
41
+ return a.lt;
42
42
  }
43
- if (a.or != null) {
44
- var val_ = a.n5;
45
- var override_ = a.or;
43
+ if (a.ov != null) {
44
+ var val_ = a.n9;
45
+ var override_ = a.ov;
46
46
  return (override_.format(val_));
47
47
  }
48
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.a7) {
31
- if (a.bc(SectionHeaderCellModel.n2) || a.bc(SectionHeaderCellModel.n4)) {
32
- if (b.ny == null || (b.ny.length == 0 && b.oc == null)) {
33
- if (b.ib == null) {
34
- b.ku = "";
31
+ if (a.bc(SectionHeaderCellModel.n6) || a.bc(SectionHeaderCellModel.n8)) {
32
+ if (b.n2 == null || (b.n2.length == 0 && b.og == null)) {
33
+ if (b.ie == null) {
34
+ b.kx = "";
35
35
  }
36
36
  else {
37
- b.ku = b.ib.toString();
37
+ b.kx = b.ie.toString();
38
38
  }
39
39
  }
40
40
  else {
41
- if (b.oa != null && b.n1 == 0) {
42
- b.ku = b.oc + "    " + b.oa;
41
+ if (b.oe != null && b.n5 == 0) {
42
+ b.kx = b.og + "    " + b.oe;
43
43
  }
44
44
  else {
45
- b.ku = b.oc;
45
+ b.kx = b.og;
46
46
  }
47
47
  }
48
- this.d.cr(b.ku);
48
+ this.d.cr(b.kx);
49
49
  }
50
50
  CanvasContentCellModelHelper.a(this.a.bq, b, this.a);
51
51
  }
@@ -66,7 +66,7 @@ var CanvasSummaryCell = /** @class */ /*@__PURE__*/ (function (_super) {
66
66
  if (this.db || (this.da != null && this.da.j != this.dh)) {
67
67
  this.db = false;
68
68
  this.dh = this.da.j;
69
- a.ae(this.da);
69
+ a.af(this.da);
70
70
  this.dd = FontUtil.getCurrentFontHeight(this.bq, this.da);
71
71
  }
72
72
  var b = this.bo;
@@ -28,11 +28,11 @@ var CanvasSummaryCellPresenter = /** @class */ /*@__PURE__*/ (function (_super)
28
28
  var b = a;
29
29
  if (a.a7) {
30
30
  if (a.bb("ResolvedSummaryLabel") || a.bb("ResolvedSummaryValue")) {
31
- this.d.dj(b.n4);
32
- this.d.cr(b.n6);
31
+ this.d.dj(b.n8);
32
+ this.d.cr(b.oa);
33
33
  }
34
34
  if (a.bb("SummaryLabelTextColor")) {
35
- var c = CanvasContentCellModelHelper.e(b.ob);
35
+ var c = CanvasContentCellModelHelper.e(b.of);
36
36
  this.d.dk(c);
37
37
  }
38
38
  if (a.bb("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.bc(CellModel.fm) || a.bc(CellModel.h1)) {
34
- var d = Math.min(1, Math.max(0, a.c5));
35
- var e = a.cr * (1 - d);
33
+ if (a.bc(CellModel.fo) || a.bc(CellModel.h4)) {
34
+ var d = Math.min(1, Math.max(0, a.c7));
35
+ var e = a.cs * (1 - d);
36
36
  this.d.db.opacity = e;
37
37
  }
38
38
  this.d.dc();
39
- c.o7(a, this.d);
39
+ c.pa(a, this.d);
40
40
  };
41
41
  CanvasTemplateCellPresenter.$t = markType(CanvasTemplateCellPresenter, 'CanvasTemplateCellPresenter', CanvasCellPresenterBase.$);
42
42
  return CanvasTemplateCellPresenter;
@@ -30,9 +30,9 @@ 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.bc(CellModel.fm) || a.bc(CellModel.h1)) {
34
- var d = Math.min(1, Math.max(0, a.c5));
35
- var e = a.cr * (1 - d);
33
+ if (a.bc(CellModel.fo) || a.bc(CellModel.h4)) {
34
+ var d = Math.min(1, Math.max(0, a.c7));
35
+ var e = a.cs * (1 - d);
36
36
  }
37
37
  var f = a;
38
38
  this.d.dc();
@@ -28,26 +28,26 @@ var CanvasTextCellPresenter = /** @class */ /*@__PURE__*/ (function (_super) {
28
28
  _super.prototype.b.call(this, a);
29
29
  var b = a;
30
30
  if (a.a7) {
31
- if (a.bc(TextCellModel.nw) || a.bc(TextCellModel.hz) || a.bc(TextCellModel.gv)) {
32
- b.ku = this.e(b);
33
- this.d.cr(b.ku);
31
+ if (a.bc(TextCellModel.n0) || a.bc(TextCellModel.h2) || a.bc(TextCellModel.gx)) {
32
+ b.kx = this.e(b);
33
+ this.d.cr(b.kx);
34
34
  }
35
35
  CanvasContentCellModelHelper.a(this.a.bq, b, this.a);
36
36
  }
37
37
  };
38
38
  CanvasTextCellPresenter.prototype.e = function (a) {
39
- if (a.lp != null) {
40
- return a.lp;
39
+ if (a.lt != null) {
40
+ return a.lt;
41
41
  }
42
- if (a.ny != null) {
43
- return a.ny;
42
+ if (a.n2 != null) {
43
+ return a.n2;
44
44
  }
45
45
  else {
46
- if (a.ib == null) {
46
+ if (a.ie == null) {
47
47
  return "";
48
48
  }
49
49
  else {
50
- return a.ib.toString();
50
+ return a.ie.toString();
51
51
  }
52
52
  }
53
53
  };
@@ -36,11 +36,11 @@ var CanvasTextHeaderCellPresenter = /** @class */ /*@__PURE__*/ (function (_supe
36
36
  _super.prototype.b.call(this, a);
37
37
  var b = a;
38
38
  if (a.a7) {
39
- if (a.bc(TextCellModel.nw)) {
40
- b.ku = b.ny;
41
- this.d.cr(b.ku);
39
+ if (a.bc(TextCellModel.n0)) {
40
+ b.kx = b.n2;
41
+ this.d.cr(b.kx);
42
42
  }
43
- if (a.bc(CellModel.hg)) {
43
+ if (a.bc(CellModel.hi)) {
44
44
  if (a.bt) {
45
45
  this.d.db.m = false;
46
46
  }
@@ -54,17 +54,17 @@ var CanvasTextHeaderCellPresenter = /** @class */ /*@__PURE__*/ (function (_supe
54
54
  this.d.db.m = true;
55
55
  }
56
56
  }
57
- if (a.bc(CellModel.hh)) {
57
+ if (a.bc(CellModel.hj)) {
58
58
  if (a.bt) {
59
59
  this.d.db.m = false;
60
60
  }
61
- this.d.db.a3 = a.no;
61
+ this.d.db.a3 = a.ns;
62
62
  if (a.bt) {
63
63
  this.d.db.m = true;
64
64
  }
65
65
  }
66
66
  if (a.bb("SortIndicatorStyle")) {
67
- this.d.db.f = b.n5;
67
+ this.d.db.f = b.n9;
68
68
  }
69
69
  CanvasContentCellModelHelper.a(this.a.bq, b, this.a);
70
70
  }