igniteui-webcomponents-data-grids 7.1.0-alpha.0 → 7.1.0-alpha.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (284) hide show
  1. package/bundles/igniteui-webcomponents-data-grids.umd.js +24378 -21126
  2. package/bundles/igniteui-webcomponents-data-grids.umd.min.js +1 -1
  3. package/esm2015/lib/CanvasCellPresenterBase.js +5 -5
  4. package/esm2015/lib/CanvasContentCellModelHelper.js +5 -5
  5. package/esm2015/lib/CanvasDateTimeCellPresenter.js +8 -8
  6. package/esm2015/lib/CanvasGridCellBase.js +13 -13
  7. package/esm2015/lib/CanvasImageCellPresenter.js +7 -7
  8. package/esm2015/lib/CanvasNumericCellPresenter.js +8 -8
  9. package/esm2015/lib/CanvasSectionHeaderCellPresenter.js +9 -9
  10. package/esm2015/lib/CanvasSummaryCell.js +2 -2
  11. package/esm2015/lib/CanvasSummaryCellPresenter.js +3 -3
  12. package/esm2015/lib/CanvasTemplateCellPresenter.js +2 -2
  13. package/esm2015/lib/CanvasTemplateHeaderCellPresenter.js +2 -2
  14. package/esm2015/lib/CanvasTextCellPresenter.js +9 -9
  15. package/esm2015/lib/CanvasTextHeaderCellPresenter.js +7 -7
  16. package/esm2015/lib/CellPresenterBase.js +28 -28
  17. package/esm2015/lib/CheckboxListBridge.js +54 -26
  18. package/esm2015/lib/CheckboxListView_combined.js +775 -745
  19. package/esm2015/lib/ColumnChooserView_combined.js +16 -16
  20. package/esm2015/lib/ColumnFilterCondition_combined.js +9468 -7805
  21. package/esm2015/lib/ColumnGroupingView_combined.js +24 -24
  22. package/esm2015/lib/ColumnOptionsIconAlignment.js +9 -1
  23. package/esm2015/lib/ColumnPinningView_combined.js +16 -16
  24. package/esm2015/lib/ComparisonOperatorSelectorView_combined.js +8 -8
  25. package/esm2015/lib/ContentCellModelHelper.js +7 -7
  26. package/esm2015/lib/DataGridCellLayoutPanel.js +14 -14
  27. package/esm2015/lib/DataGridLocaleEn.js +3 -0
  28. package/esm2015/lib/DataGridScrollerKeyboardListener.js +18 -15
  29. package/esm2015/lib/DataGridToolbarView_combined.js +13 -13
  30. package/esm2015/lib/DateTimeCellPresenter.js +9 -9
  31. package/esm2015/lib/Dragger.js +4 -4
  32. package/esm2015/lib/DraggerView.js +11 -11
  33. package/esm2015/lib/EditorCell.js +267 -267
  34. package/esm2015/lib/EditorCellPresenter.js +25 -25
  35. package/esm2015/lib/FilterCell.js +261 -261
  36. package/esm2015/lib/FilterCellPresenter.js +15 -15
  37. package/esm2015/lib/GridCellBase.js +71 -69
  38. package/esm2015/lib/GridColumnButtonOptionsView_combined.js +2 -2
  39. package/esm2015/lib/GridColumnFilterOptionsView_combined.js +17 -17
  40. package/esm2015/lib/GridColumnGroupOptionsView_combined.js +9 -9
  41. package/esm2015/lib/GridColumnHideOptionsView_combined.js +5 -5
  42. package/esm2015/lib/GridColumnMoveOptionsView_combined.js +1 -1
  43. package/esm2015/lib/GridColumnOptionsViewBase_combined.js +17 -17
  44. package/esm2015/lib/GridColumnOptionsView_combined.js +3 -3
  45. package/esm2015/lib/GridColumnPinOptionsView_combined.js +4 -4
  46. package/esm2015/lib/GridColumnSortOptionsView_combined.js +2 -2
  47. package/esm2015/lib/GridColumnSummaryOptionsView_combined.js +13 -13
  48. package/esm2015/lib/GridExpansionIndicatorView_combined.js +5 -5
  49. package/esm2015/lib/GridExternalWrapper.js +15 -6
  50. package/esm2015/lib/GridFilterDialogView_combined.js +430 -185
  51. package/esm2015/lib/GridIconRepository.js +92 -0
  52. package/esm2015/lib/GridSortIndicatorView_combined.js +26 -22
  53. package/esm2015/lib/GridStyleRepository.js +272 -431
  54. package/esm2015/lib/GridStyleRepositoryKeys.js +11 -0
  55. package/esm2015/lib/ICheckboxListView.js +11 -0
  56. package/esm2015/lib/ISummaryChooserView_combined.js +11 -11
  57. package/esm2015/lib/ImageCell.js +55 -55
  58. package/esm2015/lib/ImageCellPresenter.js +15 -15
  59. package/esm2015/lib/MultiColumnComboBoxUtilities.js +2 -2
  60. package/esm2015/lib/MultiColumnComboBoxView_combined.js +37 -37
  61. package/esm2015/lib/NativeUIComboFactory.js +1 -1
  62. package/esm2015/lib/NativeUIGridFactory.js +2 -2
  63. package/esm2015/lib/NumericCell.js +4 -4
  64. package/esm2015/lib/NumericCellPresenter.js +9 -9
  65. package/esm2015/lib/PropertyEditorView_combined.js +31 -31
  66. package/esm2015/lib/SectionHeaderCell.js +20 -8
  67. package/esm2015/lib/SectionHeaderCellPresenter.js +10 -10
  68. package/esm2015/lib/SummaryCell.js +34 -25
  69. package/esm2015/lib/SummaryCellPresenter.js +8 -8
  70. package/esm2015/lib/TemplateCell.js +12 -12
  71. package/esm2015/lib/TemplateCellPresenter.js +3 -3
  72. package/esm2015/lib/TemplateHeader.js +8 -8
  73. package/esm2015/lib/TemplateHeaderCell.js +5 -5
  74. package/esm2015/lib/TemplateHeaderCellModel.js +18 -18
  75. package/esm2015/lib/TemplateHeaderCellPresenter.js +3 -3
  76. package/esm2015/lib/TemplateSectionHeader.js +2 -2
  77. package/esm2015/lib/TextCell.js +22 -22
  78. package/esm2015/lib/TextCellPresenter.js +10 -10
  79. package/esm2015/lib/TextHeaderCell.js +177 -136
  80. package/esm2015/lib/TextHeaderCellPresenter.js +66 -25
  81. package/esm2015/lib/TextIconSetConditionalStyle.js +3 -3
  82. package/esm2015/lib/VerticalSeparatorCell.js +32 -32
  83. package/esm2015/lib/igc-cell-info.js +97 -91
  84. package/esm2015/lib/igc-checkbox-list-component.js +89 -90
  85. package/esm2015/lib/igc-column-moving-separator-component.js +9 -9
  86. package/esm2015/lib/igc-column-resizing-separator-component.js +6 -6
  87. package/esm2015/lib/igc-combo-box-column-component.js +10 -10
  88. package/esm2015/lib/igc-data-binding-event-args.js +27 -22
  89. package/esm2015/lib/igc-data-grid-column-component.js +390 -193
  90. package/esm2015/lib/igc-data-grid-component.js +241 -2
  91. package/esm2015/lib/igc-data-grid-filter-dialog-component.js +148 -20
  92. package/esm2015/lib/igc-data-grid-pager-component.js +30 -10
  93. package/esm2015/lib/igc-date-time-cell-info.js +12 -12
  94. package/esm2015/lib/igc-date-time-column-component.js +23 -23
  95. package/esm2015/lib/igc-date-time-column-module.js +2 -0
  96. package/esm2015/lib/igc-definition-base-component.js +129 -129
  97. package/esm2015/lib/igc-editor-cell-info.js +23 -23
  98. package/esm2015/lib/igc-filter-cell-info.js +26 -26
  99. package/esm2015/lib/igc-filter-row-definition-component.js +12 -12
  100. package/esm2015/lib/igc-filter-row-definition-module.js +2 -0
  101. package/esm2015/lib/igc-header-component.js +24 -24
  102. package/esm2015/lib/igc-image-cell-info.js +6 -6
  103. package/esm2015/lib/igc-image-column-component.js +12 -12
  104. package/esm2015/lib/igc-image-column-module.js +2 -0
  105. package/esm2015/lib/igc-numeric-cell-info.js +26 -26
  106. package/esm2015/lib/igc-numeric-column-component.js +35 -35
  107. package/esm2015/lib/igc-numeric-column-module.js +2 -0
  108. package/esm2015/lib/igc-row-separator-module.js +2 -0
  109. package/esm2015/lib/igc-section-header-cell-info.js +6 -6
  110. package/esm2015/lib/igc-section-header-component.js +24 -24
  111. package/esm2015/lib/igc-section-header-module.js +2 -0
  112. package/esm2015/lib/igc-summary-cell-info.js +9 -9
  113. package/esm2015/lib/igc-summary-row-component.js +24 -24
  114. package/esm2015/lib/igc-template-cell-info.js +2 -2
  115. package/esm2015/lib/igc-template-column-module.js +2 -0
  116. package/esm2015/lib/igc-template-header-cell-info.js +2 -2
  117. package/esm2015/lib/igc-template-header-module.js +2 -0
  118. package/esm2015/lib/igc-template-section-header-module.js +4 -0
  119. package/esm2015/lib/igc-text-cell-info.js +2 -2
  120. package/esm2015/lib/igc-text-column-component.js +9 -9
  121. package/esm2015/lib/igc-text-column-module.js +2 -0
  122. package/esm2015/lib/igc-text-header-cell-info.js +121 -10
  123. package/esm2015/lib/igc-text-header-module.js +2 -0
  124. package/esm2015/public_api.js +3 -0
  125. package/esm5/lib/CanvasCellPresenterBase.js +5 -5
  126. package/esm5/lib/CanvasContentCellModelHelper.js +5 -5
  127. package/esm5/lib/CanvasDateTimeCellPresenter.js +8 -8
  128. package/esm5/lib/CanvasGridCellBase.js +13 -13
  129. package/esm5/lib/CanvasImageCellPresenter.js +7 -7
  130. package/esm5/lib/CanvasNumericCellPresenter.js +8 -8
  131. package/esm5/lib/CanvasSectionHeaderCellPresenter.js +9 -9
  132. package/esm5/lib/CanvasSummaryCell.js +2 -2
  133. package/esm5/lib/CanvasSummaryCellPresenter.js +3 -3
  134. package/esm5/lib/CanvasTemplateCellPresenter.js +2 -2
  135. package/esm5/lib/CanvasTemplateHeaderCellPresenter.js +2 -2
  136. package/esm5/lib/CanvasTextCellPresenter.js +9 -9
  137. package/esm5/lib/CanvasTextHeaderCellPresenter.js +7 -7
  138. package/esm5/lib/CellPresenterBase.js +28 -28
  139. package/esm5/lib/CheckboxListBridge.js +54 -26
  140. package/esm5/lib/CheckboxListView_combined.js +748 -718
  141. package/esm5/lib/ColumnChooserView_combined.js +16 -16
  142. package/esm5/lib/ColumnFilterCondition_combined.js +9521 -7569
  143. package/esm5/lib/ColumnGroupingView_combined.js +24 -24
  144. package/esm5/lib/ColumnOptionsIconAlignment.js +9 -1
  145. package/esm5/lib/ColumnPinningView_combined.js +16 -16
  146. package/esm5/lib/ComparisonOperatorSelectorView_combined.js +8 -8
  147. package/esm5/lib/ContentCellModelHelper.js +7 -7
  148. package/esm5/lib/DataGridCellLayoutPanel.js +14 -14
  149. package/esm5/lib/DataGridLocaleEn.js +3 -0
  150. package/esm5/lib/DataGridScrollerKeyboardListener.js +18 -15
  151. package/esm5/lib/DataGridToolbarView_combined.js +13 -13
  152. package/esm5/lib/DateTimeCellPresenter.js +9 -9
  153. package/esm5/lib/Dragger.js +4 -4
  154. package/esm5/lib/DraggerView.js +11 -11
  155. package/esm5/lib/EditorCell.js +256 -256
  156. package/esm5/lib/EditorCellPresenter.js +25 -25
  157. package/esm5/lib/FilterCell.js +252 -252
  158. package/esm5/lib/FilterCellPresenter.js +15 -15
  159. package/esm5/lib/GridCellBase.js +70 -68
  160. package/esm5/lib/GridColumnButtonOptionsView_combined.js +2 -2
  161. package/esm5/lib/GridColumnFilterOptionsView_combined.js +17 -17
  162. package/esm5/lib/GridColumnGroupOptionsView_combined.js +9 -9
  163. package/esm5/lib/GridColumnHideOptionsView_combined.js +5 -5
  164. package/esm5/lib/GridColumnMoveOptionsView_combined.js +1 -1
  165. package/esm5/lib/GridColumnOptionsViewBase_combined.js +17 -17
  166. package/esm5/lib/GridColumnOptionsView_combined.js +3 -3
  167. package/esm5/lib/GridColumnPinOptionsView_combined.js +4 -4
  168. package/esm5/lib/GridColumnSortOptionsView_combined.js +2 -2
  169. package/esm5/lib/GridColumnSummaryOptionsView_combined.js +13 -13
  170. package/esm5/lib/GridExpansionIndicatorView_combined.js +5 -5
  171. package/esm5/lib/GridExternalWrapper.js +15 -6
  172. package/esm5/lib/GridFilterDialogView_combined.js +478 -177
  173. package/esm5/lib/GridIconRepository.js +97 -0
  174. package/esm5/lib/GridSortIndicatorView_combined.js +26 -22
  175. package/esm5/lib/GridStyleRepository.js +280 -583
  176. package/esm5/lib/GridStyleRepositoryKeys.js +11 -0
  177. package/esm5/lib/ICheckboxListView.js +11 -0
  178. package/esm5/lib/ISummaryChooserView_combined.js +11 -11
  179. package/esm5/lib/ImageCell.js +54 -54
  180. package/esm5/lib/ImageCellPresenter.js +15 -15
  181. package/esm5/lib/MultiColumnComboBoxUtilities.js +2 -2
  182. package/esm5/lib/MultiColumnComboBoxView_combined.js +37 -37
  183. package/esm5/lib/NativeUIComboFactory.js +1 -1
  184. package/esm5/lib/NativeUIGridFactory.js +2 -2
  185. package/esm5/lib/NumericCell.js +4 -4
  186. package/esm5/lib/NumericCellPresenter.js +9 -9
  187. package/esm5/lib/PropertyEditorView_combined.js +31 -31
  188. package/esm5/lib/SectionHeaderCell.js +20 -8
  189. package/esm5/lib/SectionHeaderCellPresenter.js +10 -10
  190. package/esm5/lib/SummaryCell.js +35 -26
  191. package/esm5/lib/SummaryCellPresenter.js +8 -8
  192. package/esm5/lib/TemplateCell.js +12 -12
  193. package/esm5/lib/TemplateCellPresenter.js +3 -3
  194. package/esm5/lib/TemplateHeader.js +8 -8
  195. package/esm5/lib/TemplateHeaderCell.js +5 -5
  196. package/esm5/lib/TemplateHeaderCellModel.js +17 -17
  197. package/esm5/lib/TemplateHeaderCellPresenter.js +3 -3
  198. package/esm5/lib/TemplateSectionHeader.js +2 -2
  199. package/esm5/lib/TextCell.js +22 -22
  200. package/esm5/lib/TextCellPresenter.js +10 -10
  201. package/esm5/lib/TextHeaderCell.js +175 -134
  202. package/esm5/lib/TextHeaderCellPresenter.js +66 -25
  203. package/esm5/lib/TextIconSetConditionalStyle.js +4 -3
  204. package/esm5/lib/VerticalSeparatorCell.js +32 -32
  205. package/esm5/lib/igc-cell-info.js +101 -91
  206. package/esm5/lib/igc-checkbox-list-component.js +89 -90
  207. package/esm5/lib/igc-column-moving-separator-component.js +9 -9
  208. package/esm5/lib/igc-column-resizing-separator-component.js +6 -6
  209. package/esm5/lib/igc-combo-box-column-component.js +10 -10
  210. package/esm5/lib/igc-data-binding-event-args.js +27 -22
  211. package/esm5/lib/igc-data-grid-column-component.js +478 -193
  212. package/esm5/lib/igc-data-grid-component.js +324 -3
  213. package/esm5/lib/igc-data-grid-filter-dialog-component.js +196 -20
  214. package/esm5/lib/igc-data-grid-pager-component.js +38 -10
  215. package/esm5/lib/igc-date-time-cell-info.js +12 -12
  216. package/esm5/lib/igc-date-time-column-component.js +23 -23
  217. package/esm5/lib/igc-date-time-column-module.js +2 -0
  218. package/esm5/lib/igc-definition-base-component.js +129 -129
  219. package/esm5/lib/igc-editor-cell-info.js +23 -23
  220. package/esm5/lib/igc-filter-cell-info.js +26 -26
  221. package/esm5/lib/igc-filter-row-definition-component.js +12 -12
  222. package/esm5/lib/igc-filter-row-definition-module.js +2 -0
  223. package/esm5/lib/igc-header-component.js +24 -24
  224. package/esm5/lib/igc-image-cell-info.js +6 -6
  225. package/esm5/lib/igc-image-column-component.js +12 -12
  226. package/esm5/lib/igc-image-column-module.js +2 -0
  227. package/esm5/lib/igc-numeric-cell-info.js +26 -26
  228. package/esm5/lib/igc-numeric-column-component.js +35 -35
  229. package/esm5/lib/igc-numeric-column-module.js +2 -0
  230. package/esm5/lib/igc-row-separator-module.js +2 -0
  231. package/esm5/lib/igc-section-header-cell-info.js +6 -6
  232. package/esm5/lib/igc-section-header-component.js +24 -24
  233. package/esm5/lib/igc-section-header-module.js +2 -0
  234. package/esm5/lib/igc-summary-cell-info.js +9 -9
  235. package/esm5/lib/igc-summary-row-component.js +24 -24
  236. package/esm5/lib/igc-template-cell-info.js +2 -2
  237. package/esm5/lib/igc-template-column-module.js +2 -0
  238. package/esm5/lib/igc-template-header-cell-info.js +2 -2
  239. package/esm5/lib/igc-template-header-module.js +2 -0
  240. package/esm5/lib/igc-template-section-header-module.js +4 -0
  241. package/esm5/lib/igc-text-cell-info.js +2 -2
  242. package/esm5/lib/igc-text-column-component.js +9 -9
  243. package/esm5/lib/igc-text-column-module.js +2 -0
  244. package/esm5/lib/igc-text-header-cell-info.js +173 -10
  245. package/esm5/lib/igc-text-header-module.js +2 -0
  246. package/esm5/public_api.js +3 -0
  247. package/fesm2015/igniteui-webcomponents-data-grids.js +41126 -38366
  248. package/fesm5/igniteui-webcomponents-data-grids.js +24378 -21129
  249. package/lib/CheckboxListBridge.d.ts +1 -0
  250. package/lib/CheckboxListExternal.d.ts +6 -0
  251. package/lib/CheckboxListView_combined.d.ts +159 -154
  252. package/lib/ColumnFilterCondition_combined.d.ts +2106 -1885
  253. package/lib/ColumnOptionsIconAlignment.d.ts +9 -1
  254. package/lib/DataGridLocaleEn.d.ts +3 -0
  255. package/lib/DataGridScrollerKeyboardListener.d.ts +1 -0
  256. package/lib/EditorCell.d.ts +51 -51
  257. package/lib/FilterCell.d.ts +53 -53
  258. package/lib/GridCellBase.d.ts +21 -19
  259. package/lib/GridExternalWrapper.d.ts +3 -0
  260. package/lib/GridFilterDialogView_combined.d.ts +104 -61
  261. package/lib/GridIconRepository.d.ts +44 -0
  262. package/lib/GridSortIndicatorView_combined.d.ts +5 -4
  263. package/lib/GridStyleRepository.d.ts +23 -83
  264. package/lib/GridStyleRepositoryKeys.d.ts +48 -0
  265. package/lib/ICheckboxListView.d.ts +38 -0
  266. package/lib/ImageCell.d.ts +14 -14
  267. package/lib/SectionHeaderCell.d.ts +4 -2
  268. package/lib/SummaryCell.d.ts +6 -4
  269. package/lib/TemplateCell.d.ts +3 -3
  270. package/lib/TemplateHeader.d.ts +3 -3
  271. package/lib/TemplateHeaderCell.d.ts +2 -2
  272. package/lib/TemplateHeaderCellModel.d.ts +7 -7
  273. package/lib/TemplateSectionHeader.d.ts +2 -2
  274. package/lib/TextCell.d.ts +4 -4
  275. package/lib/TextHeaderCell.d.ts +26 -24
  276. package/lib/VerticalSeparatorCell.d.ts +4 -4
  277. package/lib/igc-cell-info.d.ts +4 -0
  278. package/lib/igc-data-grid-column-component.d.ts +77 -0
  279. package/lib/igc-data-grid-component.d.ts +94 -1
  280. package/lib/igc-data-grid-filter-dialog-component.d.ts +57 -0
  281. package/lib/igc-data-grid-pager-component.d.ts +10 -0
  282. package/lib/igc-text-header-cell-info.d.ts +48 -0
  283. package/package.json +4 -4
  284. package/public_api.d.ts +3 -0
@@ -24,18 +24,18 @@ let CanvasCellPresenterBase = /*@__PURE__*/ (() => {
24
24
  this.a.cn(a.ez, a.e3, a.e1, a.ex);
25
25
  }
26
26
  if (a.a5) {
27
- this.a.ch(a.nd, a.en, a.es, a.eq, a.el);
27
+ this.a.ch(a.ne, a.en, a.es, a.eq, a.el);
28
28
  }
29
29
  if (a.bs) {
30
- this.a.ck(a.f8);
31
- this.a.cu(a.h5);
30
+ this.a.ck(a.f9);
31
+ this.a.cu(a.h6);
32
32
  }
33
33
  if (a.a7) {
34
34
  if (a.bm && !this.a.z) {
35
35
  this.a.b5();
36
36
  }
37
37
  if (a.bc(CellModel.ek)) {
38
- this.a.cg(a.nc.color);
38
+ this.a.cg(a.nd.color);
39
39
  }
40
40
  if (a.bc(CellModel.ew)) {
41
41
  this.a.cm(a.cq);
@@ -52,7 +52,7 @@ let CanvasCellPresenterBase = /*@__PURE__*/ (() => {
52
52
  if (c == 1) {
53
53
  return b.color;
54
54
  }
55
- let d = BrushUtil.n(a, c, b, 0);
55
+ let d = BrushUtil.p(a, c, b, 0);
56
56
  return d.color;
57
57
  }
58
58
  get nativeCell() {
@@ -18,7 +18,7 @@ let CanvasContentCellModelHelper = /*@__PURE__*/ (() => {
18
18
  }
19
19
  static a(a, b, c) {
20
20
  if (b.a7) {
21
- if (b.bc(CellModel.fo) || b.bc(CellModel.eu) || b.bc(CellModel.h4) || b.bb("IsRowPinned") || b.bb("IsRowSticky") || b.bb("PinnedRowOpacity")) {
21
+ if (b.bc(CellModel.fp) || b.bc(CellModel.eu) || b.bc(CellModel.h5) || b.bb("IsRowPinned") || b.bb("IsRowSticky") || b.bb("PinnedRowOpacity")) {
22
22
  let d = Math.min(1, Math.max(0, b.c7));
23
23
  let e = b.cp * (1 - d);
24
24
  c.ci(e);
@@ -27,14 +27,14 @@ let CanvasContentCellModelHelper = /*@__PURE__*/ (() => {
27
27
  }
28
28
  }
29
29
  if (b.bc(CellModel.e5)) {
30
- CanvasContentCellModelHelper.c(c, b.ne);
30
+ CanvasContentCellModelHelper.c(c, b.nf);
31
31
  if (b.bm) {
32
- c.cw(b.ne);
32
+ c.cw(b.nf);
33
33
  }
34
34
  }
35
- if (b.bc(CellModel.gu)) {
35
+ if (b.bc(CellModel.gv)) {
36
36
  }
37
- if (b.bc(CellModel.ga) || b.bc(CellModel.h3)) {
37
+ if (b.bc(CellModel.gb) || b.bc(CellModel.h4)) {
38
38
  let f = b.g;
39
39
  let g = b.i;
40
40
  c.cl(f);
@@ -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.oc) || a.bc(DateTimeCellModel.od) || a.bc(DateTimeCellModel.ob) || a.bc(DateTimeCellModel.gx) || a.bc(DateTimeCellModel.h2)) {
24
+ if (a.bc(DateTimeCellModel.od) || a.bc(DateTimeCellModel.oe) || a.bc(DateTimeCellModel.oc) || a.bc(DateTimeCellModel.gy) || a.bc(DateTimeCellModel.h3)) {
25
25
  this.e(b);
26
- this.d.cr(b.kx);
26
+ this.d.cr(b.ky);
27
27
  }
28
28
  CanvasContentCellModelHelper.a(this.a.bq, b, this.a);
29
29
  }
30
30
  }
31
31
  e(a) {
32
- if (a.lt != null) {
33
- a.kx = a.lt;
32
+ if (a.lu != null) {
33
+ a.ky = a.lu;
34
34
  return;
35
35
  }
36
- a.kx = a.oo(a.oa);
37
- if (a.kx == stringEmpty()) {
38
- if (!(typeCast(Date_$type, a.ie) !== null)) {
39
- a.kx = a.ie.toString();
36
+ a.ky = a.op(a.ob);
37
+ if (a.ky == stringEmpty()) {
38
+ if (!(typeCast(Date_$type, a.ig) !== null)) {
39
+ a.ky = a.ig.toString();
40
40
  }
41
41
  }
42
42
  }
@@ -220,7 +220,7 @@ let CanvasGridCellBase = /*@__PURE__*/ (() => {
220
220
  return;
221
221
  }
222
222
  if (this.b2 != 1) {
223
- a.ag(this.b2);
223
+ a.ai(this.b2);
224
224
  }
225
225
  let j = this.m;
226
226
  if (!this.y) {
@@ -236,17 +236,17 @@ let CanvasGridCellBase = /*@__PURE__*/ (() => {
236
236
  if (this.s || this.x || (this.i != null && this.i.j != this.bu)) {
237
237
  this.s = false;
238
238
  this.bu = this.i.j;
239
- j.af(this.i);
239
+ j.ah(this.i);
240
240
  }
241
241
  if (f != 1) {
242
- j.aa();
243
- j.ab(f, f);
242
+ j.ac();
243
+ j.ad(f, f);
244
244
  }
245
245
  if (!this.y) {
246
- j.aa();
246
+ j.ac();
247
247
  let k = Math.round((d - b));
248
248
  let l = Math.round((e - c));
249
- j.ai(k, l);
249
+ j.ak(k, l);
250
250
  }
251
251
  if (g) {
252
252
  this.cb(j);
@@ -255,10 +255,10 @@ let CanvasGridCellBase = /*@__PURE__*/ (() => {
255
255
  this.cc(j);
256
256
  }
257
257
  if (!this.y) {
258
- j.z();
258
+ j.ab();
259
259
  }
260
260
  if (f != 1) {
261
- j.z();
261
+ j.ab();
262
262
  }
263
263
  }
264
264
  if (!i && this.y) {
@@ -272,7 +272,7 @@ let CanvasGridCellBase = /*@__PURE__*/ (() => {
272
272
  }
273
273
  }
274
274
  if (this.b2 != 1) {
275
- a.ag(1);
275
+ a.ai(1);
276
276
  }
277
277
  }
278
278
  bx() {
@@ -343,7 +343,7 @@ let CanvasGridCellBase = /*@__PURE__*/ (() => {
343
343
  if (this.c0.al != null) {
344
344
  this.c0.n = this.a3;
345
345
  this.c0.o = this.a6;
346
- a.x(this.c0);
346
+ a.y(this.c0);
347
347
  if (this.u) {
348
348
  this.c7.ad = 1;
349
349
  this.c7.an = this.a3;
@@ -524,8 +524,8 @@ let CanvasGridCellBase = /*@__PURE__*/ (() => {
524
524
  if (this.a1 != b) {
525
525
  this.a1 = b;
526
526
  }
527
- let c = a.h5 * 0.2;
528
- let d = a.f8 * 0.6;
527
+ let c = a.h6 * 0.2;
528
+ let d = a.f9 * 0.6;
529
529
  if (this.a2 >= c && this.a2 <= d) {
530
530
  return;
531
531
  }
@@ -572,7 +572,7 @@ let CanvasGridCellBase = /*@__PURE__*/ (() => {
572
572
  if (this.s || (this.i != null && this.i.j != this.bu)) {
573
573
  this.s = false;
574
574
  this.bu = this.i.j;
575
- a.af(this.i);
575
+ a.ah(this.i);
576
576
  }
577
577
  let b;
578
578
  if (this.h != this.i || this.bw != this.i.j) {
@@ -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.fo) || a.bc(CellModel.h4)) {
24
+ if (a.bc(CellModel.fp) || a.bc(CellModel.h5)) {
25
25
  let c = Math.min(1, Math.max(0, a.c7));
26
26
  let d = a.cs * (1 - c);
27
27
  this.d.dd = d;
28
28
  }
29
- if (b.bc(ImageCellModel.n4) || b.bc(ImageCellModel.n5)) {
30
- this.e(b.n8, b.n1);
29
+ if (b.bc(ImageCellModel.n5) || b.bc(ImageCellModel.n6)) {
30
+ this.e(b.n9, b.n2);
31
31
  }
32
- if (b.bc(ImageCellModel.n6) || b.bc(ImageCellModel.ga) || b.bc(ImageCellModel.h3)) {
33
- this.f(b.n3, b.g, b.i);
32
+ if (b.bc(ImageCellModel.n7) || b.bc(ImageCellModel.gb) || b.bc(ImageCellModel.h4)) {
33
+ this.f(b.n4, b.g, b.i);
34
34
  }
35
- if (b.bc(ImageCellModel.hk)) {
35
+ if (b.bc(ImageCellModel.hl)) {
36
36
  if (a.u == 1) {
37
37
  this.d.dg();
38
38
  }
39
39
  else if (a.u == 2) {
40
- this.e(b.n8, b.n1);
40
+ this.e(b.n9, b.n2);
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.op) || a.bc(NumericCellModel.od) || a.bc(NumericCellModel.h2) || b.n6()) {
25
- b.kx = this.e(b);
26
- this.d.cr(b.kx);
24
+ if (a.bc(NumericCellModel.oq) || a.bc(NumericCellModel.oe) || a.bc(NumericCellModel.h3) || b.n7()) {
25
+ b.ky = this.e(b);
26
+ this.d.cr(b.ky);
27
27
  }
28
28
  CanvasContentCellModelHelper.a(this.a.bq, b, this.a);
29
29
  }
30
30
  }
31
31
  e(a) {
32
- if (a.lt != null) {
33
- return a.lt;
32
+ if (a.lu != null) {
33
+ return a.lu;
34
34
  }
35
- if (a.ov != null) {
36
- let val_ = a.n9;
37
- let override_ = a.ov;
35
+ if (a.ow != null) {
36
+ let val_ = a.oa;
37
+ let override_ = a.ow;
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.n6) || a.bc(SectionHeaderCellModel.n8)) {
24
- if (b.n2 == null || (b.n2.length == 0 && b.og == null)) {
25
- if (b.ie == null) {
26
- b.kx = "";
23
+ if (a.bc(SectionHeaderCellModel.n7) || a.bc(SectionHeaderCellModel.n9)) {
24
+ if (b.n3 == null || (b.n3.length == 0 && b.oh == null)) {
25
+ if (b.ig == null) {
26
+ b.ky = "";
27
27
  }
28
28
  else {
29
- b.kx = b.ie.toString();
29
+ b.ky = b.ig.toString();
30
30
  }
31
31
  }
32
32
  else {
33
- if (b.oe != null && b.n5 == 0) {
34
- b.kx = b.og + "    " + b.oe;
33
+ if (b.of != null && b.n6 == 0) {
34
+ b.ky = b.oh + "    " + b.of;
35
35
  }
36
36
  else {
37
- b.kx = b.og;
37
+ b.ky = b.oh;
38
38
  }
39
39
  }
40
- this.d.cr(b.kx);
40
+ this.d.cr(b.ky);
41
41
  }
42
42
  CanvasContentCellModelHelper.a(this.a.bq, b, this.a);
43
43
  }
@@ -61,7 +61,7 @@ let CanvasSummaryCell = /*@__PURE__*/ (() => {
61
61
  if (this.db || (this.da != null && this.da.j != this.dh)) {
62
62
  this.db = false;
63
63
  this.dh = this.da.j;
64
- a.af(this.da);
64
+ a.ah(this.da);
65
65
  this.dd = FontUtil.getCurrentFontHeight(this.bq, this.da);
66
66
  }
67
67
  let b = this.bo;
@@ -82,7 +82,7 @@ let CanvasSummaryCell = /*@__PURE__*/ (() => {
82
82
  }
83
83
  this.dn.n = this.de;
84
84
  this.dn.o = this.df;
85
- a.x(this.dn);
85
+ a.y(this.dn);
86
86
  }
87
87
  super.cc(a);
88
88
  }
@@ -20,11 +20,11 @@ let CanvasSummaryCellPresenter = /*@__PURE__*/ (() => {
20
20
  let b = a;
21
21
  if (a.a7) {
22
22
  if (a.bb("ResolvedSummaryLabel") || a.bb("ResolvedSummaryValue")) {
23
- this.d.dj(b.n8);
24
- this.d.cr(b.oa);
23
+ this.d.dj(b.n9);
24
+ this.d.cr(b.ob);
25
25
  }
26
26
  if (a.bb("SummaryLabelTextColor")) {
27
- let c = CanvasContentCellModelHelper.e(b.of);
27
+ let c = CanvasContentCellModelHelper.e(b.og);
28
28
  this.d.dk(c);
29
29
  }
30
30
  if (a.bb("FontInfo")) {
@@ -21,13 +21,13 @@ let CanvasTemplateCellPresenter = /*@__PURE__*/ (() => {
21
21
  super.b(a);
22
22
  let b = a;
23
23
  let c = this.e.actualColumns._inner[a.l.a5];
24
- if (a.bc(CellModel.fo) || a.bc(CellModel.h4)) {
24
+ if (a.bc(CellModel.fp) || a.bc(CellModel.h5)) {
25
25
  let d = Math.min(1, Math.max(0, a.c7));
26
26
  let e = a.cs * (1 - d);
27
27
  this.d.db.opacity = e;
28
28
  }
29
29
  this.d.dc();
30
- c.pa(a, this.d);
30
+ c.rx(a, this.d);
31
31
  }
32
32
  }
33
33
  CanvasTemplateCellPresenter.$t = /*@__PURE__*/ markType(CanvasTemplateCellPresenter, 'CanvasTemplateCellPresenter', CanvasCellPresenterBase.$);
@@ -21,13 +21,13 @@ let CanvasTemplateHeaderCellPresenter = /*@__PURE__*/ (() => {
21
21
  super.b(a);
22
22
  let b = this.e.actualColumns._inner[a.l.a5];
23
23
  let c = b.header;
24
- if (a.bc(CellModel.fo) || a.bc(CellModel.h4)) {
24
+ if (a.bc(CellModel.fp) || a.bc(CellModel.h5)) {
25
25
  let d = Math.min(1, Math.max(0, a.c7));
26
26
  let e = a.cs * (1 - d);
27
27
  }
28
28
  let f = a;
29
29
  this.d.dc();
30
- c.hr(f, this.d);
30
+ c.ht(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.n0) || a.bc(TextCellModel.h2) || a.bc(TextCellModel.gx)) {
24
- b.kx = this.e(b);
25
- this.d.cr(b.kx);
23
+ if (a.bc(TextCellModel.n1) || a.bc(TextCellModel.h3) || a.bc(TextCellModel.gy)) {
24
+ b.ky = this.e(b);
25
+ this.d.cr(b.ky);
26
26
  }
27
27
  CanvasContentCellModelHelper.a(this.a.bq, b, this.a);
28
28
  }
29
29
  }
30
30
  e(a) {
31
- if (a.lt != null) {
32
- return a.lt;
31
+ if (a.lu != null) {
32
+ return a.lu;
33
33
  }
34
- if (a.n2 != null) {
35
- return a.n2;
34
+ if (a.n3 != null) {
35
+ return a.n3;
36
36
  }
37
37
  else {
38
- if (a.ie == null) {
38
+ if (a.ig == null) {
39
39
  return "";
40
40
  }
41
41
  else {
42
- return a.ie.toString();
42
+ return a.ig.toString();
43
43
  }
44
44
  }
45
45
  }
@@ -27,11 +27,11 @@ let CanvasTextHeaderCellPresenter = /*@__PURE__*/ (() => {
27
27
  super.b(a);
28
28
  let b = a;
29
29
  if (a.a7) {
30
- if (a.bc(TextCellModel.n0)) {
31
- b.kx = b.n2;
32
- this.d.cr(b.kx);
30
+ if (a.bc(TextCellModel.n1)) {
31
+ b.ky = b.n3;
32
+ this.d.cr(b.ky);
33
33
  }
34
- if (a.bc(CellModel.hi)) {
34
+ if (a.bc(CellModel.hj)) {
35
35
  if (a.bt) {
36
36
  this.d.db.m = false;
37
37
  }
@@ -45,17 +45,17 @@ let CanvasTextHeaderCellPresenter = /*@__PURE__*/ (() => {
45
45
  this.d.db.m = true;
46
46
  }
47
47
  }
48
- if (a.bc(CellModel.hj)) {
48
+ if (a.bc(CellModel.hk)) {
49
49
  if (a.bt) {
50
50
  this.d.db.m = false;
51
51
  }
52
- this.d.db.a3 = a.ns;
52
+ this.d.db.a3 = a.nt;
53
53
  if (a.bt) {
54
54
  this.d.db.m = true;
55
55
  }
56
56
  }
57
57
  if (a.bb("SortIndicatorStyle")) {
58
- this.d.db.f = b.n9;
58
+ this.d.db.f = b.oa;
59
59
  }
60
60
  CanvasContentCellModelHelper.a(this.a.bq, b, this.a);
61
61
  }
@@ -24,77 +24,77 @@ let CellPresenterBase = /*@__PURE__*/ (() => {
24
24
  this.a.c4(a.e);
25
25
  this.a.cy(a.d);
26
26
  this.a.cj();
27
- if (a.bc(CellModel.gm)) {
27
+ if (a.bc(CellModel.gn)) {
28
28
  this.a.ad = a.bh;
29
29
  }
30
30
  if (a.bc(CellModel.e0) || a.bc(CellModel.e4) || a.bc(CellModel.e2) || a.bc(CellModel.ey)) {
31
31
  this.a.c6(a.ez, a.e3, a.e1, a.ex);
32
32
  }
33
33
  if (a.a5) {
34
- this.a.cx(a.nd, a.en, a.es, a.eq, a.el);
34
+ this.a.cx(a.ne, a.en, a.es, a.eq, a.el);
35
35
  if (a.bc(CellModel.ej)) {
36
- if (!a.bj && a.p.iz && a.bg && a.co == 1) {
36
+ if (!a.bj && a.p.i8 && a.bg && a.co == 1) {
37
37
  this.a.b9();
38
38
  }
39
39
  }
40
40
  }
41
41
  if (a.bs) {
42
- this.a.c1(a.f8, (a.e3 + a.ex + a.es + a.el));
43
- this.a.db(a.h5, (a.ez + a.e1 + a.en + a.eq));
42
+ this.a.c1(a.f9, (a.e3 + a.ex + a.es + a.el));
43
+ this.a.dc(a.h6, (a.ez + a.e1 + a.en + a.eq));
44
44
  }
45
45
  if (a.a7) {
46
46
  if (a.bm && !this.a.z) {
47
47
  this.a.b8();
48
48
  }
49
49
  if (a.bc(CellModel.ek)) {
50
- this.a.cw(a.nc.color);
50
+ this.a.cw(a.nd.color);
51
51
  }
52
52
  if (a.bc(CellModel.ew)) {
53
53
  this.a.c5(a.cq);
54
54
  }
55
55
  if (a.bb("IsCollapsable")) {
56
56
  this.a.aa = a.a6;
57
- this.a.bi = a.ge;
57
+ this.a.bi = a.gf;
58
58
  this.a.ab = a.be;
59
- this.a.db(a.h5, (a.ez + a.e1 + a.en + a.eq));
59
+ this.a.dc(a.h6, (a.ez + a.e1 + a.en + a.eq));
60
60
  }
61
61
  if (a.bb("Indent")) {
62
- this.a.bi = a.ge;
63
- this.a.db(a.h5, (a.ez + a.e1 + a.en + a.eq));
62
+ this.a.bi = a.gf;
63
+ this.a.dc(a.h6, (a.ez + a.e1 + a.en + a.eq));
64
64
  }
65
65
  if (a.bb("IsExpanded")) {
66
66
  this.a.ab = a.be;
67
67
  }
68
- if (a.bc(CellModel.hx)) {
69
- this.a.b3 = a.lk;
70
- }
71
- if (a.bc(CellModel.hv)) {
72
- this.a.ds = a.nw;
68
+ if (a.bc(CellModel.hy)) {
69
+ this.a.b3 = a.ll;
73
70
  }
74
71
  if (a.bc(CellModel.hw)) {
75
- this.a.n = a.ak;
76
- }
77
- if (a.bc(CellModel.ho)) {
78
- this.a.by = a.lc;
72
+ this.a.dt = a.nx;
79
73
  }
80
- if (a.bc(CellModel.hm)) {
81
- this.a.bv = a.k9;
74
+ if (a.bc(CellModel.hx)) {
75
+ this.a.n = a.ak;
82
76
  }
83
77
  if (a.bc(CellModel.hp)) {
84
- this.a.dr = a.nv;
78
+ this.a.by = a.ld;
85
79
  }
86
80
  if (a.bc(CellModel.hn)) {
87
- this.a.dq = a.nu;
81
+ this.a.bv = a.la;
82
+ }
83
+ if (a.bc(CellModel.hq)) {
84
+ this.a.ds = a.nw;
88
85
  }
89
- if (a.bc(CellModel.hu)) {
86
+ if (a.bc(CellModel.ho)) {
87
+ this.a.dr = a.nv;
88
+ }
89
+ if (a.bc(CellModel.hv)) {
90
90
  this.a.aj = a.c4;
91
91
  }
92
- if (a.bc(CellModel.hr) || a.bc(CellModel.hs) || a.bc(CellModel.ht) || a.bc(CellModel.ht)) {
93
- this.a.du = new Rect(0, a.c1, a.c2, a.c3, a.c0);
92
+ if (a.bc(CellModel.hs) || a.bc(CellModel.ht) || a.bc(CellModel.hu) || a.bc(CellModel.hu)) {
93
+ this.a.dv = new Rect(0, a.c1, a.c2, a.c3, a.c0);
94
94
  }
95
95
  }
96
96
  if (a.bs && a.bm) {
97
- this.a.dj(a);
97
+ this.a.dk(a);
98
98
  }
99
99
  if (a.bb("DoClone")) {
100
100
  if (a.a1) {
@@ -110,7 +110,7 @@ let CellPresenterBase = /*@__PURE__*/ (() => {
110
110
  if (c == 1) {
111
111
  return b.color;
112
112
  }
113
- let d = BrushUtil.n(a, c, b, 0);
113
+ let d = BrushUtil.p(a, c, b, 0);
114
114
  return d.color;
115
115
  }
116
116
  get nativeCell() {