igniteui-webcomponents-data-grids 7.1.0-beta.2 → 7.1.0-beta.3

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 (233) hide show
  1. package/bundles/igniteui-webcomponents-data-grids.umd.js +11002 -9831
  2. package/bundles/igniteui-webcomponents-data-grids.umd.min.js +1 -1
  3. package/esm2015/lib/AccessibilityRow.js +10 -10
  4. package/esm2015/lib/CanvasCellPresenterBase.js +12 -12
  5. package/esm2015/lib/CanvasContentCellModelHelper.js +12 -12
  6. package/esm2015/lib/CanvasDateTimeCellPresenter.js +8 -8
  7. package/esm2015/lib/CanvasGridCellBase.js +2 -2
  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/CanvasSummaryCellPresenter.js +4 -4
  12. package/esm2015/lib/CanvasTemplateCellPresenter.js +5 -5
  13. package/esm2015/lib/CanvasTemplateHeaderCellPresenter.js +5 -5
  14. package/esm2015/lib/CanvasTextCellPresenter.js +9 -9
  15. package/esm2015/lib/CanvasTextHeaderCellPresenter.js +11 -11
  16. package/esm2015/lib/CellPath.js +79 -69
  17. package/esm2015/lib/CellPresenterBase.js +46 -46
  18. package/esm2015/lib/CheckboxListBridge.js +12 -0
  19. package/esm2015/lib/CheckboxListView_combined.js +329 -283
  20. package/esm2015/lib/ColumnChooserView_combined.js +11 -11
  21. package/esm2015/lib/ColumnFilterCondition_combined.js +7043 -6712
  22. package/esm2015/lib/ColumnGroupingView_combined.js +5 -5
  23. package/esm2015/lib/ColumnPinningView_combined.js +11 -11
  24. package/esm2015/lib/ComparisonOperatorSelectorView_combined.js +7 -7
  25. package/esm2015/lib/ContentCellModelHelper.js +16 -16
  26. package/esm2015/lib/DataGridAccessibilityLayoutPanel.js +1 -1
  27. package/esm2015/lib/DataGridCellLayoutPanel.js +17 -17
  28. package/esm2015/lib/DataGridScrollerKeyboardListener.js +2 -2
  29. package/esm2015/lib/DataGridToolbarView_combined.js +2 -2
  30. package/esm2015/lib/DateTimeCellPresenter.js +9 -9
  31. package/esm2015/lib/DraggerView.js +1 -7
  32. package/esm2015/lib/EditorCell.js +290 -290
  33. package/esm2015/lib/EditorCellPresenter.js +27 -27
  34. package/esm2015/lib/FilterCell.js +267 -267
  35. package/esm2015/lib/FilterCellPresenter.js +17 -17
  36. package/esm2015/lib/GridCellBase.js +210 -202
  37. package/esm2015/lib/GridColumnFilterOptionsView_combined.js +13 -13
  38. package/esm2015/lib/GridColumnGroupOptionsView_combined.js +7 -7
  39. package/esm2015/lib/GridColumnHideOptionsView_combined.js +3 -3
  40. package/esm2015/lib/GridColumnMoveOptionsView_combined.js +1 -1
  41. package/esm2015/lib/GridColumnOptionsView_combined.js +1 -1
  42. package/esm2015/lib/GridColumnPinOptionsView_combined.js +4 -4
  43. package/esm2015/lib/GridColumnSortOptionsView_combined.js +2 -2
  44. package/esm2015/lib/GridColumnSummaryOptionsView_combined.js +7 -7
  45. package/esm2015/lib/GridExternalWrapper.js +12 -6
  46. package/esm2015/lib/GridFilterDialogView_combined.js +238 -187
  47. package/esm2015/lib/ISummaryChooserView_combined.js +4 -4
  48. package/esm2015/lib/ImageCell.js +58 -58
  49. package/esm2015/lib/ImageCellPresenter.js +17 -17
  50. package/esm2015/lib/MultiColumnComboBoxView_combined.js +9 -9
  51. package/esm2015/lib/NumericCell.js +8 -8
  52. package/esm2015/lib/NumericCellPresenter.js +9 -9
  53. package/esm2015/lib/PropertyEditorView_combined.js +19 -19
  54. package/esm2015/lib/SectionHeaderCell.js +30 -20
  55. package/esm2015/lib/SectionHeaderCellPresenter.js +10 -10
  56. package/esm2015/lib/SummaryCell.js +44 -44
  57. package/esm2015/lib/SummaryCellPresenter.js +9 -9
  58. package/esm2015/lib/TemplateCell.js +15 -15
  59. package/esm2015/lib/TemplateCellPresenter.js +6 -6
  60. package/esm2015/lib/TemplateHeader.js +8 -8
  61. package/esm2015/lib/TemplateHeaderCell.js +5 -5
  62. package/esm2015/lib/TemplateHeaderCellModel.js +18 -18
  63. package/esm2015/lib/TemplateHeaderCellPresenter.js +6 -6
  64. package/esm2015/lib/TemplateSectionHeader.js +2 -2
  65. package/esm2015/lib/TextCell.js +31 -30
  66. package/esm2015/lib/TextCellPresenter.js +10 -10
  67. package/esm2015/lib/TextHeaderCell.js +181 -175
  68. package/esm2015/lib/TextHeaderCellPresenter.js +66 -57
  69. package/esm2015/lib/VerticalSeparatorCell.js +37 -37
  70. package/esm2015/lib/igc-cell-info.js +195 -186
  71. package/esm2015/lib/igc-checkbox-list-component.js +42 -22
  72. package/esm2015/lib/igc-column-moving-separator-component.js +9 -9
  73. package/esm2015/lib/igc-column-resizing-separator-component.js +6 -6
  74. package/esm2015/lib/igc-combo-box-column-component.js +10 -10
  75. package/esm2015/lib/igc-data-binding-event-args.js +3 -0
  76. package/esm2015/lib/igc-data-grid-column-component.js +336 -276
  77. package/esm2015/lib/igc-data-grid-component.js +220 -32
  78. package/esm2015/lib/igc-data-grid-filter-dialog-component.js +67 -37
  79. package/esm2015/lib/igc-data-grid-toolbar-component.js +40 -8
  80. package/esm2015/lib/igc-date-time-cell-info.js +12 -12
  81. package/esm2015/lib/igc-date-time-column-component.js +23 -23
  82. package/esm2015/lib/igc-definition-base-component.js +64 -64
  83. package/esm2015/lib/igc-editor-cell-info.js +23 -23
  84. package/esm2015/lib/igc-filter-cell-info.js +26 -26
  85. package/esm2015/lib/igc-filter-row-definition-component.js +12 -12
  86. package/esm2015/lib/igc-header-component.js +24 -24
  87. package/esm2015/lib/igc-image-cell-info.js +6 -6
  88. package/esm2015/lib/igc-image-column-component.js +12 -12
  89. package/esm2015/lib/igc-multi-column-combo-box-component.js +160 -32
  90. package/esm2015/lib/igc-numeric-cell-info.js +28 -28
  91. package/esm2015/lib/igc-numeric-column-component.js +38 -38
  92. package/esm2015/lib/igc-section-header-cell-info.js +6 -6
  93. package/esm2015/lib/igc-section-header-component.js +36 -36
  94. package/esm2015/lib/igc-summary-cell-info.js +9 -9
  95. package/esm2015/lib/igc-summary-row-component.js +30 -30
  96. package/esm2015/lib/igc-summary-row-root-module.js +2 -0
  97. package/esm2015/lib/igc-summary-row-section-module.js +2 -0
  98. package/esm2015/lib/igc-template-cell-info.js +2 -2
  99. package/esm2015/lib/igc-template-header-cell-info.js +2 -2
  100. package/esm2015/lib/igc-text-cell-info.js +2 -2
  101. package/esm2015/lib/igc-text-column-component.js +9 -9
  102. package/esm2015/lib/igc-text-header-cell-info.js +67 -40
  103. package/esm5/lib/AccessibilityRow.js +10 -10
  104. package/esm5/lib/CanvasCellPresenterBase.js +12 -12
  105. package/esm5/lib/CanvasContentCellModelHelper.js +12 -12
  106. package/esm5/lib/CanvasDateTimeCellPresenter.js +8 -8
  107. package/esm5/lib/CanvasGridCellBase.js +2 -2
  108. package/esm5/lib/CanvasImageCellPresenter.js +9 -9
  109. package/esm5/lib/CanvasNumericCellPresenter.js +8 -8
  110. package/esm5/lib/CanvasSectionHeaderCellPresenter.js +9 -9
  111. package/esm5/lib/CanvasSummaryCellPresenter.js +4 -4
  112. package/esm5/lib/CanvasTemplateCellPresenter.js +5 -5
  113. package/esm5/lib/CanvasTemplateHeaderCellPresenter.js +5 -5
  114. package/esm5/lib/CanvasTextCellPresenter.js +9 -9
  115. package/esm5/lib/CanvasTextHeaderCellPresenter.js +11 -11
  116. package/esm5/lib/CellPath.js +79 -65
  117. package/esm5/lib/CellPresenterBase.js +46 -46
  118. package/esm5/lib/CheckboxListBridge.js +12 -0
  119. package/esm5/lib/CheckboxListView_combined.js +332 -278
  120. package/esm5/lib/ColumnChooserView_combined.js +11 -11
  121. package/esm5/lib/ColumnFilterCondition_combined.js +6860 -6456
  122. package/esm5/lib/ColumnGroupingView_combined.js +5 -5
  123. package/esm5/lib/ColumnPinningView_combined.js +11 -11
  124. package/esm5/lib/ComparisonOperatorSelectorView_combined.js +7 -7
  125. package/esm5/lib/ContentCellModelHelper.js +16 -16
  126. package/esm5/lib/DataGridAccessibilityLayoutPanel.js +1 -1
  127. package/esm5/lib/DataGridCellLayoutPanel.js +17 -17
  128. package/esm5/lib/DataGridScrollerKeyboardListener.js +2 -2
  129. package/esm5/lib/DataGridToolbarView_combined.js +2 -2
  130. package/esm5/lib/DateTimeCellPresenter.js +9 -9
  131. package/esm5/lib/DraggerView.js +1 -7
  132. package/esm5/lib/EditorCell.js +276 -276
  133. package/esm5/lib/EditorCellPresenter.js +27 -27
  134. package/esm5/lib/FilterCell.js +257 -257
  135. package/esm5/lib/FilterCellPresenter.js +17 -17
  136. package/esm5/lib/GridCellBase.js +205 -193
  137. package/esm5/lib/GridColumnFilterOptionsView_combined.js +13 -13
  138. package/esm5/lib/GridColumnGroupOptionsView_combined.js +7 -7
  139. package/esm5/lib/GridColumnHideOptionsView_combined.js +3 -3
  140. package/esm5/lib/GridColumnMoveOptionsView_combined.js +1 -1
  141. package/esm5/lib/GridColumnOptionsView_combined.js +1 -1
  142. package/esm5/lib/GridColumnPinOptionsView_combined.js +4 -4
  143. package/esm5/lib/GridColumnSortOptionsView_combined.js +2 -2
  144. package/esm5/lib/GridColumnSummaryOptionsView_combined.js +7 -7
  145. package/esm5/lib/GridExternalWrapper.js +12 -6
  146. package/esm5/lib/GridFilterDialogView_combined.js +240 -177
  147. package/esm5/lib/ISummaryChooserView_combined.js +4 -4
  148. package/esm5/lib/ImageCell.js +57 -57
  149. package/esm5/lib/ImageCellPresenter.js +17 -17
  150. package/esm5/lib/MultiColumnComboBoxView_combined.js +9 -9
  151. package/esm5/lib/NumericCell.js +8 -8
  152. package/esm5/lib/NumericCellPresenter.js +9 -9
  153. package/esm5/lib/PropertyEditorView_combined.js +19 -19
  154. package/esm5/lib/SectionHeaderCell.js +30 -20
  155. package/esm5/lib/SectionHeaderCellPresenter.js +10 -10
  156. package/esm5/lib/SummaryCell.js +44 -44
  157. package/esm5/lib/SummaryCellPresenter.js +9 -9
  158. package/esm5/lib/TemplateCell.js +15 -15
  159. package/esm5/lib/TemplateCellPresenter.js +6 -6
  160. package/esm5/lib/TemplateHeader.js +8 -8
  161. package/esm5/lib/TemplateHeaderCell.js +5 -5
  162. package/esm5/lib/TemplateHeaderCellModel.js +17 -17
  163. package/esm5/lib/TemplateHeaderCellPresenter.js +6 -6
  164. package/esm5/lib/TemplateSectionHeader.js +2 -2
  165. package/esm5/lib/TextCell.js +31 -30
  166. package/esm5/lib/TextCellPresenter.js +10 -10
  167. package/esm5/lib/TextHeaderCell.js +185 -179
  168. package/esm5/lib/TextHeaderCellPresenter.js +66 -57
  169. package/esm5/lib/VerticalSeparatorCell.js +37 -37
  170. package/esm5/lib/igc-cell-info.js +207 -186
  171. package/esm5/lib/igc-checkbox-list-component.js +50 -22
  172. package/esm5/lib/igc-column-moving-separator-component.js +9 -9
  173. package/esm5/lib/igc-column-resizing-separator-component.js +6 -6
  174. package/esm5/lib/igc-combo-box-column-component.js +10 -10
  175. package/esm5/lib/igc-data-binding-event-args.js +3 -0
  176. package/esm5/lib/igc-data-grid-column-component.js +360 -276
  177. package/esm5/lib/igc-data-grid-component.js +240 -32
  178. package/esm5/lib/igc-data-grid-filter-dialog-component.js +79 -37
  179. package/esm5/lib/igc-data-grid-toolbar-component.js +40 -8
  180. package/esm5/lib/igc-date-time-cell-info.js +12 -12
  181. package/esm5/lib/igc-date-time-column-component.js +23 -23
  182. package/esm5/lib/igc-definition-base-component.js +64 -64
  183. package/esm5/lib/igc-editor-cell-info.js +23 -23
  184. package/esm5/lib/igc-filter-cell-info.js +26 -26
  185. package/esm5/lib/igc-filter-row-definition-component.js +12 -12
  186. package/esm5/lib/igc-header-component.js +24 -24
  187. package/esm5/lib/igc-image-cell-info.js +6 -6
  188. package/esm5/lib/igc-image-column-component.js +12 -12
  189. package/esm5/lib/igc-multi-column-combo-box-component.js +160 -32
  190. package/esm5/lib/igc-numeric-cell-info.js +28 -28
  191. package/esm5/lib/igc-numeric-column-component.js +38 -38
  192. package/esm5/lib/igc-section-header-cell-info.js +6 -6
  193. package/esm5/lib/igc-section-header-component.js +36 -36
  194. package/esm5/lib/igc-summary-cell-info.js +9 -9
  195. package/esm5/lib/igc-summary-row-component.js +29 -29
  196. package/esm5/lib/igc-summary-row-root-module.js +2 -0
  197. package/esm5/lib/igc-summary-row-section-module.js +2 -0
  198. package/esm5/lib/igc-template-cell-info.js +2 -2
  199. package/esm5/lib/igc-template-header-cell-info.js +2 -2
  200. package/esm5/lib/igc-text-cell-info.js +2 -2
  201. package/esm5/lib/igc-text-column-component.js +9 -9
  202. package/esm5/lib/igc-text-header-cell-info.js +79 -40
  203. package/fesm2015/igniteui-webcomponents-data-grids.js +10931 -9949
  204. package/fesm5/igniteui-webcomponents-data-grids.js +11002 -9831
  205. package/lib/CellPath.d.ts +21 -20
  206. package/lib/CheckboxListExternal.d.ts +3 -0
  207. package/lib/CheckboxListView_combined.d.ts +77 -71
  208. package/lib/ColumnFilterCondition_combined.d.ts +1759 -1699
  209. package/lib/EditorCell.d.ts +63 -63
  210. package/lib/FilterCell.d.ts +55 -55
  211. package/lib/GridCellBase.d.ts +82 -80
  212. package/lib/GridExternalWrapper.d.ts +2 -0
  213. package/lib/GridFilterDialogView_combined.d.ts +61 -52
  214. package/lib/ImageCell.d.ts +15 -15
  215. package/lib/NumericCell.d.ts +2 -2
  216. package/lib/SectionHeaderCell.d.ts +6 -4
  217. package/lib/SummaryCell.d.ts +10 -10
  218. package/lib/TemplateCell.d.ts +5 -5
  219. package/lib/TemplateHeader.d.ts +3 -3
  220. package/lib/TemplateHeaderCell.d.ts +2 -2
  221. package/lib/TemplateHeaderCellModel.d.ts +7 -7
  222. package/lib/TemplateSectionHeader.d.ts +2 -2
  223. package/lib/TextCell.d.ts +7 -7
  224. package/lib/TextHeaderCell.d.ts +30 -30
  225. package/lib/VerticalSeparatorCell.d.ts +8 -8
  226. package/lib/igc-cell-info.d.ts +3 -0
  227. package/lib/igc-checkbox-list-component.d.ts +10 -0
  228. package/lib/igc-data-grid-column-component.d.ts +30 -0
  229. package/lib/igc-data-grid-component.d.ts +27 -0
  230. package/lib/igc-data-grid-filter-dialog-component.d.ts +15 -0
  231. package/lib/igc-summary-row-component.d.ts +2 -2
  232. package/lib/igc-text-header-cell-info.d.ts +15 -0
  233. package/package.json +4 -4
@@ -24,22 +24,22 @@ let AccessibilityRow = /*@__PURE__*/ (() => {
24
24
  return this.a;
25
25
  }
26
26
  j(a, b) {
27
- if (!this.b.d(a.l.a5)) {
28
- this.b.s(a.l.a5, a);
27
+ if (!this.b.d(a.l.a6)) {
28
+ this.b.s(a.l.a6, a);
29
29
  }
30
- else if (this.b.item(a.l.a5) != a) {
31
- this.b.item(a.l.a5, a);
30
+ else if (this.b.item(a.l.a6) != a) {
31
+ this.b.item(a.l.a6, a);
32
32
  }
33
33
  b.setAttribute("id", this.g(a));
34
34
  b.setAttribute("role", this.f);
35
- if (a.l.a0) {
35
+ if (a.l.a1) {
36
36
  b.setAttribute("aria-colindex", "1");
37
37
  b.setAttribute("aria-colspan", this.d.toString());
38
38
  }
39
39
  else {
40
- b.setAttribute("aria-colindex", (a.l.a5 + 1).toString());
40
+ b.setAttribute("aria-colindex", (a.l.a6 + 1).toString());
41
41
  }
42
- if (a.cz == 1) {
42
+ if (a.c2 == 1) {
43
43
  b.setAttribute("aria-selected", "true");
44
44
  }
45
45
  else {
@@ -85,11 +85,11 @@ let AccessibilityRow = /*@__PURE__*/ (() => {
85
85
  this.b.u();
86
86
  }
87
87
  g(a) {
88
- if (a.l.aj || (a.l.an && !a.l.h)) {
89
- if (a.l.a0) {
88
+ if (a.l.aj || (a.l.ao && !a.l.h)) {
89
+ if (a.l.a1) {
90
90
  return "cellid" + this.i + "r" + this.c + "span";
91
91
  }
92
- return "cellid" + this.i + "r" + this.c + "c" + a.l.a5;
92
+ return "cellid" + this.i + "r" + this.c + "c" + a.l.a6;
93
93
  }
94
94
  return null;
95
95
  }
@@ -20,28 +20,28 @@ let CanvasCellPresenterBase = /*@__PURE__*/ (() => {
20
20
  }
21
21
  b(a) {
22
22
  this.a.cf(a.c);
23
- if (a.bc(CellModel.e0) || a.bc(CellModel.e4) || a.bc(CellModel.e2) || a.bc(CellModel.ey)) {
24
- this.a.cn(a.ez, a.e3, a.e1, a.ex);
23
+ if (a.bc(CellModel.e3) || a.bc(CellModel.e7) || a.bc(CellModel.e5) || a.bc(CellModel.e1)) {
24
+ this.a.cn(a.e2, a.e6, a.e4, a.e0);
25
25
  }
26
26
  if (a.a5) {
27
- this.a.ch(a.nk, a.en, a.es, a.eq, a.el);
27
+ this.a.ch(a.nn, a.eq, a.ev, a.et, a.eo);
28
28
  }
29
- if (a.bs) {
30
- this.a.ck(a.ga);
31
- this.a.cu(a.h8);
29
+ if (a.bv) {
30
+ this.a.ck(a.gd);
31
+ this.a.cu(a.ib);
32
32
  }
33
33
  if (a.a7) {
34
- if (a.bm && !this.a.z) {
34
+ if (a.bn && !this.a.z) {
35
35
  this.a.b5();
36
36
  }
37
- if (a.bc(CellModel.ek)) {
38
- this.a.cg(a.nj.color);
37
+ if (a.bc(CellModel.en)) {
38
+ this.a.cg(a.nm.color);
39
39
  }
40
- if (a.bc(CellModel.ew)) {
41
- this.a.cm(a.cq);
40
+ if (a.bc(CellModel.ez)) {
41
+ this.a.cm(a.ct);
42
42
  }
43
43
  }
44
- if (a.bs && a.bm) {
44
+ if (a.bv && a.bn) {
45
45
  this.a.cx(a);
46
46
  }
47
47
  }
@@ -18,28 +18,28 @@ let CanvasContentCellModelHelper = /*@__PURE__*/ (() => {
18
18
  }
19
19
  static a(a, b, c) {
20
20
  if (b.a7) {
21
- if (b.bc(CellModel.fp) || b.bc(CellModel.eu) || b.bc(CellModel.h7) || b.bb("IsRowPinned") || b.bb("IsRowSticky") || b.bb("PinnedRowOpacity")) {
22
- let d = Math.min(1, Math.max(0, b.c7));
23
- let e = b.cp * (1 - d);
21
+ if (b.bc(CellModel.fs) || b.bc(CellModel.ex) || b.bc(CellModel.ia) || b.bb("IsRowPinned") || b.bb("IsRowSticky") || b.bb("PinnedRowOpacity")) {
22
+ let d = Math.min(1, Math.max(0, b.da));
23
+ let e = b.cs * (1 - d);
24
24
  c.ci(e);
25
- if (b.bm) {
26
- c.cy(b.cp * d);
25
+ if (b.bn) {
26
+ c.cy(b.cs * d);
27
27
  }
28
28
  }
29
- if (b.bc(CellModel.e5)) {
30
- CanvasContentCellModelHelper.c(c, b.nl);
31
- if (b.bm) {
32
- c.cw(b.nl);
29
+ if (b.bc(CellModel.e8)) {
30
+ CanvasContentCellModelHelper.c(c, b.no);
31
+ if (b.bn) {
32
+ c.cw(b.no);
33
33
  }
34
34
  }
35
- if (b.bc(CellModel.gw)) {
35
+ if (b.bc(CellModel.gz)) {
36
36
  }
37
- if (b.bc(CellModel.gc) || b.bc(CellModel.h6)) {
37
+ if (b.bc(CellModel.gf) || b.bc(CellModel.h9)) {
38
38
  let f = b.g;
39
39
  let g = b.i;
40
40
  c.cl(f);
41
41
  c.ct(g);
42
- if (b.bm) {
42
+ if (b.bn) {
43
43
  c.cv(f, g);
44
44
  }
45
45
  }
@@ -21,22 +21,22 @@ let CanvasDateTimeCellPresenter = /*@__PURE__*/ (() => {
21
21
  super.b(a);
22
22
  let b = a;
23
23
  if (a.a7) {
24
- if (a.bc(DateTimeCellModel.ol) || a.bc(DateTimeCellModel.om) || a.bc(DateTimeCellModel.ok) || a.bc(DateTimeCellModel.gz) || a.bc(DateTimeCellModel.h5)) {
24
+ if (a.bc(DateTimeCellModel.oo) || a.bc(DateTimeCellModel.op) || a.bc(DateTimeCellModel.on) || a.bc(DateTimeCellModel.g2) || a.bc(DateTimeCellModel.h8)) {
25
25
  this.e(b);
26
- this.d.cr(b.k1);
26
+ this.d.cr(b.k4);
27
27
  }
28
28
  CanvasContentCellModelHelper.a(this.a.bq, b, this.a);
29
29
  }
30
30
  }
31
31
  e(a) {
32
- if (a.ly != null) {
33
- a.k1 = a.ly;
32
+ if (a.l1 != null) {
33
+ a.k4 = a.l1;
34
34
  return;
35
35
  }
36
- a.k1 = a.ox(a.oj);
37
- if (a.k1 == stringEmpty()) {
38
- if (!(typeCast(Date_$type, a.ii) !== null)) {
39
- a.k1 = a.ii.toString();
36
+ a.k4 = a.o0(a.om);
37
+ if (a.k4 == stringEmpty()) {
38
+ if (!(typeCast(Date_$type, a.il) !== null)) {
39
+ a.k4 = a.il.toString();
40
40
  }
41
41
  }
42
42
  }
@@ -524,8 +524,8 @@ let CanvasGridCellBase = /*@__PURE__*/ (() => {
524
524
  if (this.a1 != b) {
525
525
  this.a1 = b;
526
526
  }
527
- let c = a.h8 * 0.2;
528
- let d = a.ga * 0.6;
527
+ let c = a.ib * 0.2;
528
+ let d = a.gd * 0.6;
529
529
  if (this.a2 >= c && this.a2 <= d) {
530
530
  return;
531
531
  }
@@ -21,23 +21,23 @@ let CanvasImageCellPresenter = /*@__PURE__*/ (() => {
21
21
  super.b(a);
22
22
  let b = a;
23
23
  if (a.a7) {
24
- if (a.bc(CellModel.fp) || a.bc(CellModel.h7)) {
25
- let c = Math.min(1, Math.max(0, a.c7));
26
- let d = a.cs * (1 - c);
24
+ if (a.bc(CellModel.fs) || a.bc(CellModel.ia)) {
25
+ let c = Math.min(1, Math.max(0, a.da));
26
+ let d = a.cv * (1 - c);
27
27
  this.d.dd = d;
28
28
  }
29
- if (b.bc(ImageCellModel.od) || b.bc(ImageCellModel.oe)) {
30
- this.e(b.oh, b.oa);
29
+ if (b.bc(ImageCellModel.og) || b.bc(ImageCellModel.oh)) {
30
+ this.e(b.ok, b.od);
31
31
  }
32
- if (b.bc(ImageCellModel.of) || b.bc(ImageCellModel.gc) || b.bc(ImageCellModel.h6)) {
33
- this.f(b.oc, b.g, b.i);
32
+ if (b.bc(ImageCellModel.oi) || b.bc(ImageCellModel.gf) || b.bc(ImageCellModel.h9)) {
33
+ this.f(b.of, b.g, b.i);
34
34
  }
35
- if (b.bc(ImageCellModel.hn)) {
35
+ if (b.bc(ImageCellModel.hq)) {
36
36
  if (a.u == 1) {
37
37
  this.d.dg();
38
38
  }
39
39
  else if (a.u == 2) {
40
- this.e(b.oh, b.oa);
40
+ this.e(b.ok, b.od);
41
41
  }
42
42
  }
43
43
  }
@@ -21,20 +21,20 @@ let CanvasNumericCellPresenter = /*@__PURE__*/ (() => {
21
21
  super.b(a);
22
22
  let b = a;
23
23
  if (a.a7) {
24
- if (a.bc(NumericCellModel.o1) || a.bc(NumericCellModel.oo) || a.bc(NumericCellModel.h5) || b.og()) {
25
- b.k1 = this.e(b);
26
- this.d.cr(b.k1);
24
+ if (a.bc(NumericCellModel.o4) || a.bc(NumericCellModel.or) || a.bc(NumericCellModel.h8) || b.oj()) {
25
+ b.k4 = this.e(b);
26
+ this.d.cr(b.k4);
27
27
  }
28
28
  CanvasContentCellModelHelper.a(this.a.bq, b, this.a);
29
29
  }
30
30
  }
31
31
  e(a) {
32
- if (a.ly != null) {
33
- return a.ly;
32
+ if (a.l1 != null) {
33
+ return a.l1;
34
34
  }
35
- if (a.o7 != null) {
36
- let val_ = a.ok;
37
- let override_ = a.o7;
35
+ if (a.pa != null) {
36
+ let val_ = a.on;
37
+ let override_ = a.pa;
38
38
  return (override_.format(val_));
39
39
  }
40
40
  return NumericCellFormatter.c(a);
@@ -20,24 +20,24 @@ let CanvasSectionHeaderCellPresenter = /*@__PURE__*/ (() => {
20
20
  super.b(a);
21
21
  let b = a;
22
22
  if (a.a7) {
23
- if (a.bc(SectionHeaderCellModel.of) || a.bc(SectionHeaderCellModel.oh)) {
24
- if (b.ob == null || (b.ob.length == 0 && b.op == null)) {
25
- if (b.ii == null) {
26
- b.k1 = "";
23
+ if (a.bc(SectionHeaderCellModel.oi) || a.bc(SectionHeaderCellModel.ok)) {
24
+ if (b.oe == null || (b.oe.length == 0 && b.os == null)) {
25
+ if (b.il == null) {
26
+ b.k4 = "";
27
27
  }
28
28
  else {
29
- b.k1 = b.ii.toString();
29
+ b.k4 = b.il.toString();
30
30
  }
31
31
  }
32
32
  else {
33
- if (b.on != null && b.oe == 0) {
34
- b.k1 = b.op + "    " + b.on;
33
+ if (b.oq != null && b.oh == 0) {
34
+ b.k4 = b.os + "    " + b.oq;
35
35
  }
36
36
  else {
37
- b.k1 = b.op;
37
+ b.k4 = b.os;
38
38
  }
39
39
  }
40
- this.d.cr(b.k1);
40
+ this.d.cr(b.k4);
41
41
  }
42
42
  CanvasContentCellModelHelper.a(this.a.bq, b, this.a);
43
43
  }
@@ -21,15 +21,15 @@ let CanvasSummaryCellPresenter = /*@__PURE__*/ (() => {
21
21
  if (a.a7) {
22
22
  CanvasContentCellModelHelper.a(this.a.bq, b, this.a);
23
23
  if (a.bb("ResolvedSummaryLabel") || a.bb("ResolvedSummaryValue")) {
24
- this.d.dj(b.oh);
25
- this.d.cr(b.oj);
24
+ this.d.dj(b.ok);
25
+ this.d.cr(b.om);
26
26
  }
27
27
  if (a.bb("SummaryLabelTextColor")) {
28
- let c = CanvasContentCellModelHelper.e(b.oo);
28
+ let c = CanvasContentCellModelHelper.e(b.or);
29
29
  this.d.dk(c);
30
30
  }
31
31
  if (a.bb("FontInfo") || a.bb("SummaryLabelFontInfo")) {
32
- this.d.dl(b.oa);
32
+ this.d.dl(b.od);
33
33
  }
34
34
  }
35
35
  }
@@ -20,14 +20,14 @@ let CanvasTemplateCellPresenter = /*@__PURE__*/ (() => {
20
20
  b(a) {
21
21
  super.b(a);
22
22
  let b = a;
23
- let c = this.e.actualColumns._inner[a.l.a5];
24
- if (a.bc(CellModel.fp) || a.bc(CellModel.h7)) {
25
- let d = Math.min(1, Math.max(0, a.c7));
26
- let e = a.cs * (1 - d);
23
+ let c = this.e.actualColumns._inner[a.l.a6];
24
+ if (a.bc(CellModel.fs) || a.bc(CellModel.ia)) {
25
+ let d = Math.min(1, Math.max(0, a.da));
26
+ let e = a.cv * (1 - d);
27
27
  this.d.db.opacity = e;
28
28
  }
29
29
  this.d.dc();
30
- c.sf(a, this.d);
30
+ c.s1(a, this.d);
31
31
  }
32
32
  }
33
33
  CanvasTemplateCellPresenter.$t = /*@__PURE__*/ markType(CanvasTemplateCellPresenter, 'CanvasTemplateCellPresenter', CanvasCellPresenterBase.$);
@@ -19,15 +19,15 @@ let CanvasTemplateHeaderCellPresenter = /*@__PURE__*/ (() => {
19
19
  }
20
20
  b(a) {
21
21
  super.b(a);
22
- let b = this.e.actualColumns._inner[a.l.a5];
22
+ let b = this.e.actualColumns._inner[a.l.a6];
23
23
  let c = b.header;
24
- if (a.bc(CellModel.fp) || a.bc(CellModel.h7)) {
25
- let d = Math.min(1, Math.max(0, a.c7));
26
- let e = a.cs * (1 - d);
24
+ if (a.bc(CellModel.fs) || a.bc(CellModel.ia)) {
25
+ let d = Math.min(1, Math.max(0, a.da));
26
+ let e = a.cv * (1 - d);
27
27
  }
28
28
  let f = a;
29
29
  this.d.dc();
30
- c.hu(f, this.d);
30
+ c.hv(f, this.d);
31
31
  }
32
32
  }
33
33
  CanvasTemplateHeaderCellPresenter.$t = /*@__PURE__*/ markType(CanvasTemplateHeaderCellPresenter, 'CanvasTemplateHeaderCellPresenter', CanvasCellPresenterBase.$);
@@ -20,26 +20,26 @@ let CanvasTextCellPresenter = /*@__PURE__*/ (() => {
20
20
  super.b(a);
21
21
  let b = a;
22
22
  if (a.a7) {
23
- if (a.bc(TextCellModel.n9) || a.bc(TextCellModel.h5) || a.bc(TextCellModel.gz)) {
24
- b.k1 = this.e(b);
25
- this.d.cr(b.k1);
23
+ if (a.bc(TextCellModel.oc) || a.bc(TextCellModel.h8) || a.bc(TextCellModel.g2)) {
24
+ b.k4 = this.e(b);
25
+ this.d.cr(b.k4);
26
26
  }
27
27
  CanvasContentCellModelHelper.a(this.a.bq, b, this.a);
28
28
  }
29
29
  }
30
30
  e(a) {
31
- if (a.ly != null) {
32
- return a.ly;
31
+ if (a.l1 != null) {
32
+ return a.l1;
33
33
  }
34
- if (a.ob != null) {
35
- return a.ob;
34
+ if (a.oe != null) {
35
+ return a.oe;
36
36
  }
37
37
  else {
38
- if (a.ii == null) {
38
+ if (a.il == null) {
39
39
  return "";
40
40
  }
41
41
  else {
42
- return a.ii.toString();
42
+ return a.il.toString();
43
43
  }
44
44
  }
45
45
  }
@@ -27,12 +27,12 @@ let CanvasTextHeaderCellPresenter = /*@__PURE__*/ (() => {
27
27
  super.b(a);
28
28
  let b = a;
29
29
  if (a.a7) {
30
- if (a.bc(TextCellModel.n9)) {
31
- b.k1 = b.ob;
32
- this.d.cr(b.k1);
30
+ if (a.bc(TextCellModel.oc)) {
31
+ b.k4 = b.oe;
32
+ this.d.cr(b.k4);
33
33
  }
34
- if (a.bc(CellModel.hl)) {
35
- if (a.bt) {
34
+ if (a.bc(CellModel.ho)) {
35
+ if (a.bw) {
36
36
  this.d.db.m = false;
37
37
  }
38
38
  if (this.e == null) {
@@ -41,21 +41,21 @@ let CanvasTextHeaderCellPresenter = /*@__PURE__*/ (() => {
41
41
  }
42
42
  this.d.de(a.n);
43
43
  this.d.cp(runOn(this, this.f));
44
- if (a.bt) {
44
+ if (a.bw) {
45
45
  this.d.db.m = true;
46
46
  }
47
47
  }
48
- if (a.bc(CellModel.hm)) {
49
- if (a.bt) {
48
+ if (a.bc(CellModel.hp)) {
49
+ if (a.bw) {
50
50
  this.d.db.m = false;
51
51
  }
52
- this.d.db.a3 = a.n1;
53
- if (a.bt) {
52
+ this.d.db.a3 = a.n4;
53
+ if (a.bw) {
54
54
  this.d.db.m = true;
55
55
  }
56
56
  }
57
57
  if (a.bb("SortIndicatorStyle")) {
58
- this.d.db.f = b.oi;
58
+ this.d.db.f = b.ol;
59
59
  }
60
60
  CanvasContentCellModelHelper.a(this.a.bq, b, this.a);
61
61
  }