igniteui-angular-data-grids 21.0.1 → 21.1.0-beta.1

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 (287) hide show
  1. package/bundles/igniteui-angular-data-grids.umd.js +16132 -13283
  2. package/bundles/igniteui-angular-data-grids.umd.min.js +1 -1
  3. package/esm2015/lib/CanvasCellPresenterBase.js +4 -4
  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 +6 -6
  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 +39 -36
  17. package/esm2015/lib/CheckboxListBridge.js +44 -36
  18. package/esm2015/lib/CheckboxListView_combined.js +492 -453
  19. package/esm2015/lib/ColumnChooserView_combined.js +13 -13
  20. package/esm2015/lib/ColumnFilterCondition_combined.js +8444 -7075
  21. package/esm2015/lib/ColumnGroupingView_combined.js +14 -14
  22. package/esm2015/lib/ColumnOptionsIconAlignment.js +9 -1
  23. package/esm2015/lib/ColumnPinningView_combined.js +13 -13
  24. package/esm2015/lib/ComparisonOperatorSelectorView_combined.js +8 -8
  25. package/esm2015/lib/ContentCellModelHelper.js +10 -10
  26. package/esm2015/lib/DataGridCellLayoutPanel.js +14 -14
  27. package/esm2015/lib/DataGridLocaleEn.js +11 -0
  28. package/esm2015/lib/DataGridScrollerKeyboardListener.js +18 -15
  29. package/esm2015/lib/DataGridToolbarView_combined.js +3 -3
  30. package/esm2015/lib/DateTimeCellPresenter.js +9 -9
  31. package/esm2015/lib/Dragger.js +4 -4
  32. package/esm2015/lib/DraggerView.js +8 -8
  33. package/esm2015/lib/EditorCell.js +291 -291
  34. package/esm2015/lib/EditorCellPresenter.js +26 -26
  35. package/esm2015/lib/FilterCell.js +269 -269
  36. package/esm2015/lib/FilterCellPresenter.js +15 -15
  37. package/esm2015/lib/GridCellBase.js +171 -154
  38. package/esm2015/lib/GridColumnFilterOptionsView_combined.js +15 -15
  39. package/esm2015/lib/GridColumnGroupOptionsView_combined.js +7 -7
  40. package/esm2015/lib/GridColumnHideOptionsView_combined.js +3 -3
  41. package/esm2015/lib/GridColumnMoveOptionsView_combined.js +1 -1
  42. package/esm2015/lib/GridColumnOptionsViewBase_combined.js +2 -2
  43. package/esm2015/lib/GridColumnOptionsView_combined.js +1 -1
  44. package/esm2015/lib/GridColumnPinOptionsView_combined.js +4 -4
  45. package/esm2015/lib/GridColumnSortOptionsView_combined.js +2 -2
  46. package/esm2015/lib/GridColumnSummaryOptionsView_combined.js +7 -7
  47. package/esm2015/lib/GridExpansionIndicatorView_combined.js +5 -5
  48. package/esm2015/lib/GridExternalWrapper.js +12 -6
  49. package/esm2015/lib/GridFilterDialogView_combined.js +382 -261
  50. package/esm2015/lib/GridIconRepository.js +94 -0
  51. package/esm2015/lib/GridSortIndicatorView_combined.js +24 -20
  52. package/esm2015/lib/GridStyleRepository.js +123 -115
  53. package/esm2015/lib/GridStyleRepositoryKeys.js +1 -1
  54. package/esm2015/lib/ICheckboxListView.js +11 -0
  55. package/esm2015/lib/ISummaryChooserView_combined.js +7 -7
  56. package/esm2015/lib/ImageCell.js +57 -57
  57. package/esm2015/lib/ImageCellPresenter.js +15 -15
  58. package/esm2015/lib/MultiColumnComboBoxView_combined.js +14 -14
  59. package/esm2015/lib/NativeUIComboFactory.js +1 -1
  60. package/esm2015/lib/NativeUIGridFactory.js +2 -2
  61. package/esm2015/lib/NumericCell.js +8 -8
  62. package/esm2015/lib/NumericCellPresenter.js +9 -9
  63. package/esm2015/lib/PropertyEditorView_combined.js +23 -23
  64. package/esm2015/lib/SectionHeaderCell.js +22 -10
  65. package/esm2015/lib/SectionHeaderCellPresenter.js +10 -10
  66. package/esm2015/lib/SummaryCell.js +47 -38
  67. package/esm2015/lib/SummaryCellPresenter.js +10 -10
  68. package/esm2015/lib/TemplateCell.js +16 -16
  69. package/esm2015/lib/TemplateCellPresenter.js +3 -3
  70. package/esm2015/lib/TemplateHeader.js +5 -5
  71. package/esm2015/lib/TemplateHeaderCell.js +5 -5
  72. package/esm2015/lib/TemplateHeaderCellModel.js +18 -18
  73. package/esm2015/lib/TemplateHeaderCellPresenter.js +3 -3
  74. package/esm2015/lib/TemplateSectionHeader.js +1 -1
  75. package/esm2015/lib/TextCell.js +29 -29
  76. package/esm2015/lib/TextCellPresenter.js +10 -10
  77. package/esm2015/lib/TextHeaderCell.js +188 -153
  78. package/esm2015/lib/TextHeaderCellPresenter.js +61 -39
  79. package/esm2015/lib/TextIconSetConditionalStyle.js +1 -1
  80. package/esm2015/lib/VerticalSeparatorCell.js +37 -37
  81. package/esm2015/lib/igx-cell-info.js +115 -91
  82. package/esm2015/lib/igx-checkbox-list-component.js +64 -54
  83. package/esm2015/lib/igx-column-chooser-component.js +1 -1
  84. package/esm2015/lib/igx-column-moving-separator-component.js +6 -6
  85. package/esm2015/lib/igx-column-pinning-component.js +1 -1
  86. package/esm2015/lib/igx-column-resizing-separator-component.js +4 -4
  87. package/esm2015/lib/igx-combo-box-column-component.js +10 -10
  88. package/esm2015/lib/igx-data-binding-event-args.js +27 -22
  89. package/esm2015/lib/igx-data-grid-column-component.js +305 -163
  90. package/esm2015/lib/igx-data-grid-component.js +186 -2
  91. package/esm2015/lib/igx-data-grid-filter-dialog-component.js +116 -28
  92. package/esm2015/lib/igx-date-time-cell-info.js +12 -12
  93. package/esm2015/lib/igx-date-time-column-component.js +20 -20
  94. package/esm2015/lib/igx-date-time-column-dynamic-module.js +2 -0
  95. package/esm2015/lib/igx-definition-base-component.js +8 -8
  96. package/esm2015/lib/igx-editor-cell-info.js +23 -23
  97. package/esm2015/lib/igx-filter-cell-info.js +26 -26
  98. package/esm2015/lib/igx-filter-row-definition-component.js +8 -8
  99. package/esm2015/lib/igx-filter-row-definition-dynamic-module.js +2 -0
  100. package/esm2015/lib/igx-grid-column-filter-options-component.js +1 -1
  101. package/esm2015/lib/igx-header-component.js +16 -16
  102. package/esm2015/lib/igx-image-cell-info.js +6 -6
  103. package/esm2015/lib/igx-image-column-component.js +10 -10
  104. package/esm2015/lib/igx-image-column-dynamic-module.js +2 -0
  105. package/esm2015/lib/igx-numeric-cell-info.js +35 -26
  106. package/esm2015/lib/igx-numeric-column-component.js +43 -31
  107. package/esm2015/lib/igx-numeric-column-dynamic-module.js +2 -0
  108. package/esm2015/lib/igx-row-separator-dynamic-module.js +2 -0
  109. package/esm2015/lib/igx-section-header-cell-info.js +6 -6
  110. package/esm2015/lib/igx-section-header-component.js +55 -17
  111. package/esm2015/lib/igx-section-header-dynamic-module.js +2 -0
  112. package/esm2015/lib/igx-summary-cell-info.js +9 -9
  113. package/esm2015/lib/igx-summary-row-component.js +16 -16
  114. package/esm2015/lib/igx-template-cell-info.js +2 -2
  115. package/esm2015/lib/igx-template-column-dynamic-module.js +2 -0
  116. package/esm2015/lib/igx-template-header-cell-info.js +2 -2
  117. package/esm2015/lib/igx-template-header-dynamic-module.js +2 -0
  118. package/esm2015/lib/igx-template-section-header-dynamic-module.js +4 -0
  119. package/esm2015/lib/igx-text-cell-info.js +2 -2
  120. package/esm2015/lib/igx-text-column-component.js +8 -8
  121. package/esm2015/lib/igx-text-column-dynamic-module.js +2 -0
  122. package/esm2015/lib/igx-text-header-cell-info.js +80 -24
  123. package/esm2015/lib/igx-text-header-dynamic-module.js +2 -0
  124. package/esm2015/public_api.js +2 -0
  125. package/esm5/lib/CanvasCellPresenterBase.js +4 -4
  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 +6 -6
  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 +39 -36
  139. package/esm5/lib/CheckboxListBridge.js +44 -36
  140. package/esm5/lib/CheckboxListView_combined.js +476 -433
  141. package/esm5/lib/ColumnChooserView_combined.js +13 -13
  142. package/esm5/lib/ColumnFilterCondition_combined.js +8422 -6824
  143. package/esm5/lib/ColumnGroupingView_combined.js +14 -14
  144. package/esm5/lib/ColumnOptionsIconAlignment.js +9 -1
  145. package/esm5/lib/ColumnPinningView_combined.js +13 -13
  146. package/esm5/lib/ComparisonOperatorSelectorView_combined.js +8 -8
  147. package/esm5/lib/ContentCellModelHelper.js +10 -10
  148. package/esm5/lib/DataGridCellLayoutPanel.js +14 -14
  149. package/esm5/lib/DataGridLocaleEn.js +11 -0
  150. package/esm5/lib/DataGridScrollerKeyboardListener.js +18 -15
  151. package/esm5/lib/DataGridToolbarView_combined.js +3 -3
  152. package/esm5/lib/DateTimeCellPresenter.js +9 -9
  153. package/esm5/lib/Dragger.js +4 -4
  154. package/esm5/lib/DraggerView.js +8 -8
  155. package/esm5/lib/EditorCell.js +277 -277
  156. package/esm5/lib/EditorCellPresenter.js +26 -26
  157. package/esm5/lib/FilterCell.js +259 -259
  158. package/esm5/lib/FilterCellPresenter.js +15 -15
  159. package/esm5/lib/GridCellBase.js +168 -147
  160. package/esm5/lib/GridColumnFilterOptionsView_combined.js +15 -15
  161. package/esm5/lib/GridColumnGroupOptionsView_combined.js +7 -7
  162. package/esm5/lib/GridColumnHideOptionsView_combined.js +3 -3
  163. package/esm5/lib/GridColumnMoveOptionsView_combined.js +1 -1
  164. package/esm5/lib/GridColumnOptionsViewBase_combined.js +2 -2
  165. package/esm5/lib/GridColumnOptionsView_combined.js +1 -1
  166. package/esm5/lib/GridColumnPinOptionsView_combined.js +4 -4
  167. package/esm5/lib/GridColumnSortOptionsView_combined.js +2 -2
  168. package/esm5/lib/GridColumnSummaryOptionsView_combined.js +7 -7
  169. package/esm5/lib/GridExpansionIndicatorView_combined.js +5 -5
  170. package/esm5/lib/GridExternalWrapper.js +12 -6
  171. package/esm5/lib/GridFilterDialogView_combined.js +400 -247
  172. package/esm5/lib/GridIconRepository.js +98 -0
  173. package/esm5/lib/GridSortIndicatorView_combined.js +24 -20
  174. package/esm5/lib/GridStyleRepository.js +127 -115
  175. package/esm5/lib/GridStyleRepositoryKeys.js +1 -1
  176. package/esm5/lib/ICheckboxListView.js +11 -0
  177. package/esm5/lib/ISummaryChooserView_combined.js +7 -7
  178. package/esm5/lib/ImageCell.js +57 -57
  179. package/esm5/lib/ImageCellPresenter.js +15 -15
  180. package/esm5/lib/MultiColumnComboBoxView_combined.js +14 -14
  181. package/esm5/lib/NativeUIComboFactory.js +1 -1
  182. package/esm5/lib/NativeUIGridFactory.js +2 -2
  183. package/esm5/lib/NumericCell.js +8 -8
  184. package/esm5/lib/NumericCellPresenter.js +9 -9
  185. package/esm5/lib/PropertyEditorView_combined.js +23 -23
  186. package/esm5/lib/SectionHeaderCell.js +22 -10
  187. package/esm5/lib/SectionHeaderCellPresenter.js +10 -10
  188. package/esm5/lib/SummaryCell.js +47 -38
  189. package/esm5/lib/SummaryCellPresenter.js +10 -10
  190. package/esm5/lib/TemplateCell.js +16 -16
  191. package/esm5/lib/TemplateCellPresenter.js +3 -3
  192. package/esm5/lib/TemplateHeader.js +5 -5
  193. package/esm5/lib/TemplateHeaderCell.js +5 -5
  194. package/esm5/lib/TemplateHeaderCellModel.js +17 -17
  195. package/esm5/lib/TemplateHeaderCellPresenter.js +3 -3
  196. package/esm5/lib/TemplateSectionHeader.js +1 -1
  197. package/esm5/lib/TextCell.js +29 -29
  198. package/esm5/lib/TextCellPresenter.js +10 -10
  199. package/esm5/lib/TextHeaderCell.js +186 -151
  200. package/esm5/lib/TextHeaderCellPresenter.js +61 -39
  201. package/esm5/lib/TextIconSetConditionalStyle.js +1 -1
  202. package/esm5/lib/VerticalSeparatorCell.js +37 -37
  203. package/esm5/lib/igx-cell-info.js +127 -91
  204. package/esm5/lib/igx-checkbox-list-component.js +67 -53
  205. package/esm5/lib/igx-column-chooser-component.js +1 -1
  206. package/esm5/lib/igx-column-moving-separator-component.js +6 -6
  207. package/esm5/lib/igx-column-pinning-component.js +1 -1
  208. package/esm5/lib/igx-column-resizing-separator-component.js +4 -4
  209. package/esm5/lib/igx-combo-box-column-component.js +10 -10
  210. package/esm5/lib/igx-data-binding-event-args.js +27 -22
  211. package/esm5/lib/igx-data-grid-column-component.js +365 -163
  212. package/esm5/lib/igx-data-grid-component.js +244 -2
  213. package/esm5/lib/igx-data-grid-filter-dialog-component.js +144 -28
  214. package/esm5/lib/igx-date-time-cell-info.js +12 -12
  215. package/esm5/lib/igx-date-time-column-component.js +20 -20
  216. package/esm5/lib/igx-date-time-column-dynamic-module.js +2 -0
  217. package/esm5/lib/igx-definition-base-component.js +8 -8
  218. package/esm5/lib/igx-editor-cell-info.js +23 -23
  219. package/esm5/lib/igx-filter-cell-info.js +26 -26
  220. package/esm5/lib/igx-filter-row-definition-component.js +8 -8
  221. package/esm5/lib/igx-filter-row-definition-dynamic-module.js +2 -0
  222. package/esm5/lib/igx-grid-column-filter-options-component.js +1 -1
  223. package/esm5/lib/igx-header-component.js +16 -16
  224. package/esm5/lib/igx-image-cell-info.js +6 -6
  225. package/esm5/lib/igx-image-column-component.js +10 -10
  226. package/esm5/lib/igx-image-column-dynamic-module.js +2 -0
  227. package/esm5/lib/igx-numeric-cell-info.js +39 -26
  228. package/esm5/lib/igx-numeric-column-component.js +47 -31
  229. package/esm5/lib/igx-numeric-column-dynamic-module.js +2 -0
  230. package/esm5/lib/igx-row-separator-dynamic-module.js +2 -0
  231. package/esm5/lib/igx-section-header-cell-info.js +6 -6
  232. package/esm5/lib/igx-section-header-component.js +71 -17
  233. package/esm5/lib/igx-section-header-dynamic-module.js +2 -0
  234. package/esm5/lib/igx-summary-cell-info.js +9 -9
  235. package/esm5/lib/igx-summary-row-component.js +16 -16
  236. package/esm5/lib/igx-template-cell-info.js +2 -2
  237. package/esm5/lib/igx-template-column-dynamic-module.js +2 -0
  238. package/esm5/lib/igx-template-header-cell-info.js +2 -2
  239. package/esm5/lib/igx-template-header-dynamic-module.js +2 -0
  240. package/esm5/lib/igx-template-section-header-dynamic-module.js +4 -0
  241. package/esm5/lib/igx-text-cell-info.js +2 -2
  242. package/esm5/lib/igx-text-column-component.js +8 -8
  243. package/esm5/lib/igx-text-column-dynamic-module.js +2 -0
  244. package/esm5/lib/igx-text-header-cell-info.js +108 -24
  245. package/esm5/lib/igx-text-header-dynamic-module.js +2 -0
  246. package/esm5/public_api.js +2 -0
  247. package/fesm2015/igniteui-angular-data-grids.js +16030 -13672
  248. package/fesm5/igniteui-angular-data-grids.js +16132 -13285
  249. package/lib/CheckboxListExternal.d.ts +2 -0
  250. package/lib/CheckboxListView_combined.d.ts +117 -113
  251. package/lib/ColumnFilterCondition_combined.d.ts +1833 -1680
  252. package/lib/ColumnOptionsIconAlignment.d.ts +9 -1
  253. package/lib/DataGridLocaleEn.d.ts +11 -0
  254. package/lib/DataGridScrollerKeyboardListener.d.ts +1 -0
  255. package/lib/EditorCell.d.ts +67 -67
  256. package/lib/FilterCell.d.ts +55 -55
  257. package/lib/GridCellBase.d.ts +64 -61
  258. package/lib/GridExternalWrapper.d.ts +2 -0
  259. package/lib/GridFilterDialogView_combined.d.ts +102 -79
  260. package/lib/GridIconRepository.d.ts +44 -0
  261. package/lib/GridSortIndicatorView_combined.d.ts +5 -4
  262. package/lib/GridStyleRepository.d.ts +3 -2
  263. package/lib/GridStyleRepositoryKeys.d.ts +28 -27
  264. package/lib/ICheckboxListView.d.ts +38 -0
  265. package/lib/ImageCell.d.ts +17 -17
  266. package/lib/NumericCell.d.ts +2 -2
  267. package/lib/SectionHeaderCell.d.ts +5 -3
  268. package/lib/SummaryCell.d.ts +11 -9
  269. package/lib/TemplateCell.d.ts +5 -5
  270. package/lib/TemplateHeader.d.ts +1 -1
  271. package/lib/TemplateHeaderCell.d.ts +2 -2
  272. package/lib/TemplateHeaderCellModel.d.ts +7 -7
  273. package/lib/TemplateSectionHeader.d.ts +1 -1
  274. package/lib/TextCell.d.ts +7 -7
  275. package/lib/TextHeaderCell.d.ts +30 -30
  276. package/lib/VerticalSeparatorCell.d.ts +8 -8
  277. package/lib/igx-cell-info.d.ts +15 -0
  278. package/lib/igx-checkbox-list-component.d.ts +6 -1
  279. package/lib/igx-data-grid-column-component.d.ts +46 -1
  280. package/lib/igx-data-grid-component.d.ts +73 -1
  281. package/lib/igx-data-grid-filter-dialog-component.d.ts +37 -1
  282. package/lib/igx-numeric-cell-info.d.ts +6 -0
  283. package/lib/igx-numeric-column-component.d.ts +8 -1
  284. package/lib/igx-section-header-component.d.ts +15 -1
  285. package/lib/igx-text-header-cell-info.d.ts +18 -0
  286. package/package.json +4 -4
  287. package/public_api.d.ts +2 -0
@@ -27,18 +27,18 @@ export let CanvasCellPresenterBase = /*@__PURE__*/ (() => {
27
27
  this.a.cn(a.ez, a.e3, a.e1, a.ex);
28
28
  }
29
29
  if (a.a5) {
30
- this.a.ch(a.nd, a.en, a.es, a.eq, a.el);
30
+ this.a.ch(a.nk, a.en, a.es, a.eq, a.el);
31
31
  }
32
32
  if (a.bs) {
33
- this.a.ck(a.f8);
34
- this.a.cu(a.h5);
33
+ this.a.ck(a.ga);
34
+ this.a.cu(a.h8);
35
35
  }
36
36
  if (a.a7) {
37
37
  if (a.bm && !this.a.z) {
38
38
  this.a.b5();
39
39
  }
40
40
  if (a.bc(CellModel.ek)) {
41
- this.a.cg(a.nc.color);
41
+ this.a.cg(a.nj.color);
42
42
  }
43
43
  if (a.bc(CellModel.ew)) {
44
44
  this.a.cm(a.cq);
@@ -21,7 +21,7 @@ export let CanvasContentCellModelHelper = /*@__PURE__*/ (() => {
21
21
  }
22
22
  static a(a, b, c) {
23
23
  if (b.a7) {
24
- if (b.bc(CellModel.fo) || b.bc(CellModel.eu) || b.bc(CellModel.h4) || b.bb("IsRowPinned") || b.bb("IsRowSticky") || b.bb("PinnedRowOpacity")) {
24
+ if (b.bc(CellModel.fp) || b.bc(CellModel.eu) || b.bc(CellModel.h7) || b.bb("IsRowPinned") || b.bb("IsRowSticky") || b.bb("PinnedRowOpacity")) {
25
25
  let d = Math.min(1, Math.max(0, b.c7));
26
26
  let e = b.cp * (1 - d);
27
27
  c.ci(e);
@@ -30,14 +30,14 @@ export let CanvasContentCellModelHelper = /*@__PURE__*/ (() => {
30
30
  }
31
31
  }
32
32
  if (b.bc(CellModel.e5)) {
33
- CanvasContentCellModelHelper.c(c, b.ne);
33
+ CanvasContentCellModelHelper.c(c, b.nl);
34
34
  if (b.bm) {
35
- c.cw(b.ne);
35
+ c.cw(b.nl);
36
36
  }
37
37
  }
38
- if (b.bc(CellModel.gu)) {
38
+ if (b.bc(CellModel.gw)) {
39
39
  }
40
- if (b.bc(CellModel.ga) || b.bc(CellModel.h3)) {
40
+ if (b.bc(CellModel.gc) || b.bc(CellModel.h6)) {
41
41
  let f = b.g;
42
42
  let g = b.i;
43
43
  c.cl(f);
@@ -24,22 +24,22 @@ export let CanvasDateTimeCellPresenter = /*@__PURE__*/ (() => {
24
24
  super.b(a);
25
25
  let b = a;
26
26
  if (a.a7) {
27
- if (a.bc(DateTimeCellModel.oc) || a.bc(DateTimeCellModel.od) || a.bc(DateTimeCellModel.ob) || a.bc(DateTimeCellModel.gx) || a.bc(DateTimeCellModel.h2)) {
27
+ if (a.bc(DateTimeCellModel.ol) || a.bc(DateTimeCellModel.om) || a.bc(DateTimeCellModel.ok) || a.bc(DateTimeCellModel.gz) || a.bc(DateTimeCellModel.h5)) {
28
28
  this.e(b);
29
- this.d.cr(b.kx);
29
+ this.d.cr(b.k1);
30
30
  }
31
31
  CanvasContentCellModelHelper.a(this.a.bq, b, this.a);
32
32
  }
33
33
  }
34
34
  e(a) {
35
- if (a.lt != null) {
36
- a.kx = a.lt;
35
+ if (a.ly != null) {
36
+ a.k1 = a.ly;
37
37
  return;
38
38
  }
39
- a.kx = a.oo(a.oa);
40
- if (a.kx == stringEmpty()) {
41
- if (!(typeCast(Date_$type, a.ie) !== null)) {
42
- a.kx = a.ie.toString();
39
+ a.k1 = a.ox(a.oj);
40
+ if (a.k1 == stringEmpty()) {
41
+ if (!(typeCast(Date_$type, a.ii) !== null)) {
42
+ a.k1 = a.ii.toString();
43
43
  }
44
44
  }
45
45
  }
@@ -223,7 +223,7 @@ export let CanvasGridCellBase = /*@__PURE__*/ (() => {
223
223
  return;
224
224
  }
225
225
  if (this.b2 != 1) {
226
- a.ag(this.b2);
226
+ a.ai(this.b2);
227
227
  }
228
228
  let j = this.m;
229
229
  if (!this.y) {
@@ -239,17 +239,17 @@ export let CanvasGridCellBase = /*@__PURE__*/ (() => {
239
239
  if (this.s || this.x || (this.i != null && this.i.j != this.bu)) {
240
240
  this.s = false;
241
241
  this.bu = this.i.j;
242
- j.af(this.i);
242
+ j.ah(this.i);
243
243
  }
244
244
  if (f != 1) {
245
- j.aa();
246
- j.ab(f, f);
245
+ j.ac();
246
+ j.ad(f, f);
247
247
  }
248
248
  if (!this.y) {
249
- j.aa();
249
+ j.ac();
250
250
  let k = Math.round((d - b));
251
251
  let l = Math.round((e - c));
252
- j.ai(k, l);
252
+ j.ak(k, l);
253
253
  }
254
254
  if (g) {
255
255
  this.cb(j);
@@ -258,10 +258,10 @@ export let CanvasGridCellBase = /*@__PURE__*/ (() => {
258
258
  this.cc(j);
259
259
  }
260
260
  if (!this.y) {
261
- j.z();
261
+ j.ab();
262
262
  }
263
263
  if (f != 1) {
264
- j.z();
264
+ j.ab();
265
265
  }
266
266
  }
267
267
  if (!i && this.y) {
@@ -275,7 +275,7 @@ export let CanvasGridCellBase = /*@__PURE__*/ (() => {
275
275
  }
276
276
  }
277
277
  if (this.b2 != 1) {
278
- a.ag(1);
278
+ a.ai(1);
279
279
  }
280
280
  }
281
281
  bx() {
@@ -346,7 +346,7 @@ export let CanvasGridCellBase = /*@__PURE__*/ (() => {
346
346
  if (this.c0.al != null) {
347
347
  this.c0.n = this.a3;
348
348
  this.c0.o = this.a6;
349
- a.x(this.c0);
349
+ a.y(this.c0);
350
350
  if (this.u) {
351
351
  this.c7.ad = 1;
352
352
  this.c7.an = this.a3;
@@ -527,8 +527,8 @@ export let CanvasGridCellBase = /*@__PURE__*/ (() => {
527
527
  if (this.a1 != b) {
528
528
  this.a1 = b;
529
529
  }
530
- let c = a.h5 * 0.2;
531
- let d = a.f8 * 0.6;
530
+ let c = a.h8 * 0.2;
531
+ let d = a.ga * 0.6;
532
532
  if (this.a2 >= c && this.a2 <= d) {
533
533
  return;
534
534
  }
@@ -575,7 +575,7 @@ export let CanvasGridCellBase = /*@__PURE__*/ (() => {
575
575
  if (this.s || (this.i != null && this.i.j != this.bu)) {
576
576
  this.s = false;
577
577
  this.bu = this.i.j;
578
- a.af(this.i);
578
+ a.ah(this.i);
579
579
  }
580
580
  let b;
581
581
  if (this.h != this.i || this.bw != this.i.j) {
@@ -24,23 +24,23 @@ export let CanvasImageCellPresenter = /*@__PURE__*/ (() => {
24
24
  super.b(a);
25
25
  let b = a;
26
26
  if (a.a7) {
27
- if (a.bc(CellModel.fo) || a.bc(CellModel.h4)) {
27
+ if (a.bc(CellModel.fp) || a.bc(CellModel.h7)) {
28
28
  let c = Math.min(1, Math.max(0, a.c7));
29
29
  let d = a.cs * (1 - c);
30
30
  this.d.dd = d;
31
31
  }
32
- if (b.bc(ImageCellModel.n4) || b.bc(ImageCellModel.n5)) {
33
- this.e(b.n8, b.n1);
32
+ if (b.bc(ImageCellModel.od) || b.bc(ImageCellModel.oe)) {
33
+ this.e(b.oh, b.oa);
34
34
  }
35
- if (b.bc(ImageCellModel.n6) || b.bc(ImageCellModel.ga) || b.bc(ImageCellModel.h3)) {
36
- this.f(b.n3, b.g, b.i);
35
+ if (b.bc(ImageCellModel.of) || b.bc(ImageCellModel.gc) || b.bc(ImageCellModel.h6)) {
36
+ this.f(b.oc, b.g, b.i);
37
37
  }
38
- if (b.bc(ImageCellModel.hk)) {
38
+ if (b.bc(ImageCellModel.hn)) {
39
39
  if (a.u == 1) {
40
40
  this.d.dg();
41
41
  }
42
42
  else if (a.u == 2) {
43
- this.e(b.n8, b.n1);
43
+ this.e(b.oh, b.oa);
44
44
  }
45
45
  }
46
46
  }
@@ -24,20 +24,20 @@ export let CanvasNumericCellPresenter = /*@__PURE__*/ (() => {
24
24
  super.b(a);
25
25
  let b = a;
26
26
  if (a.a7) {
27
- if (a.bc(NumericCellModel.op) || a.bc(NumericCellModel.od) || a.bc(NumericCellModel.h2) || b.n6()) {
28
- b.kx = this.e(b);
29
- this.d.cr(b.kx);
27
+ if (a.bc(NumericCellModel.o1) || a.bc(NumericCellModel.oo) || a.bc(NumericCellModel.h5) || b.og()) {
28
+ b.k1 = this.e(b);
29
+ this.d.cr(b.k1);
30
30
  }
31
31
  CanvasContentCellModelHelper.a(this.a.bq, b, this.a);
32
32
  }
33
33
  }
34
34
  e(a) {
35
- if (a.lt != null) {
36
- return a.lt;
35
+ if (a.ly != null) {
36
+ return a.ly;
37
37
  }
38
- if (a.ov != null) {
39
- let val_ = a.n9;
40
- let override_ = a.ov;
38
+ if (a.o7 != null) {
39
+ let val_ = a.ok;
40
+ let override_ = a.o7;
41
41
  return (override_.format(val_));
42
42
  }
43
43
  return NumericCellFormatter.c(a);
@@ -23,24 +23,24 @@ export let CanvasSectionHeaderCellPresenter = /*@__PURE__*/ (() => {
23
23
  super.b(a);
24
24
  let b = a;
25
25
  if (a.a7) {
26
- if (a.bc(SectionHeaderCellModel.n6) || a.bc(SectionHeaderCellModel.n8)) {
27
- if (b.n2 == null || (b.n2.length == 0 && b.og == null)) {
28
- if (b.ie == null) {
29
- b.kx = "";
26
+ if (a.bc(SectionHeaderCellModel.of) || a.bc(SectionHeaderCellModel.oh)) {
27
+ if (b.ob == null || (b.ob.length == 0 && b.op == null)) {
28
+ if (b.ii == null) {
29
+ b.k1 = "";
30
30
  }
31
31
  else {
32
- b.kx = b.ie.toString();
32
+ b.k1 = b.ii.toString();
33
33
  }
34
34
  }
35
35
  else {
36
- if (b.oe != null && b.n5 == 0) {
37
- b.kx = b.og + "    " + b.oe;
36
+ if (b.on != null && b.oe == 0) {
37
+ b.k1 = b.op + "    " + b.on;
38
38
  }
39
39
  else {
40
- b.kx = b.og;
40
+ b.k1 = b.op;
41
41
  }
42
42
  }
43
- this.d.cr(b.kx);
43
+ this.d.cr(b.k1);
44
44
  }
45
45
  CanvasContentCellModelHelper.a(this.a.bq, b, this.a);
46
46
  }
@@ -64,7 +64,7 @@ export let CanvasSummaryCell = /*@__PURE__*/ (() => {
64
64
  if (this.db || (this.da != null && this.da.j != this.dh)) {
65
65
  this.db = false;
66
66
  this.dh = this.da.j;
67
- a.af(this.da);
67
+ a.ah(this.da);
68
68
  this.dd = FontUtil.getCurrentFontHeight(this.bq, this.da);
69
69
  }
70
70
  let b = this.bo;
@@ -85,7 +85,7 @@ export let CanvasSummaryCell = /*@__PURE__*/ (() => {
85
85
  }
86
86
  this.dn.n = this.de;
87
87
  this.dn.o = this.df;
88
- a.x(this.dn);
88
+ a.y(this.dn);
89
89
  }
90
90
  super.cc(a);
91
91
  }
@@ -22,18 +22,18 @@ export let CanvasSummaryCellPresenter = /*@__PURE__*/ (() => {
22
22
  super.b(a);
23
23
  let b = a;
24
24
  if (a.a7) {
25
+ CanvasContentCellModelHelper.a(this.a.bq, b, this.a);
25
26
  if (a.bb("ResolvedSummaryLabel") || a.bb("ResolvedSummaryValue")) {
26
- this.d.dj(b.n8);
27
- this.d.cr(b.oa);
27
+ this.d.dj(b.oh);
28
+ this.d.cr(b.oj);
28
29
  }
29
30
  if (a.bb("SummaryLabelTextColor")) {
30
- let c = CanvasContentCellModelHelper.e(b.of);
31
+ let c = CanvasContentCellModelHelper.e(b.oo);
31
32
  this.d.dk(c);
32
33
  }
33
- if (a.bb("FontInfo")) {
34
- this.d.dl(b.aj);
34
+ if (a.bb("FontInfo") || a.bb("SummaryLabelFontInfo")) {
35
+ this.d.dl(b.oa);
35
36
  }
36
- CanvasContentCellModelHelper.a(this.a.bq, b, this.a);
37
37
  }
38
38
  }
39
39
  }
@@ -24,13 +24,13 @@ export let CanvasTemplateCellPresenter = /*@__PURE__*/ (() => {
24
24
  super.b(a);
25
25
  let b = a;
26
26
  let c = this.e.actualColumns._inner[a.l.a5];
27
- if (a.bc(CellModel.fo) || a.bc(CellModel.h4)) {
27
+ if (a.bc(CellModel.fp) || a.bc(CellModel.h7)) {
28
28
  let d = Math.min(1, Math.max(0, a.c7));
29
29
  let e = a.cs * (1 - d);
30
30
  this.d.db.opacity = e;
31
31
  }
32
32
  this.d.dc();
33
- c.qr(a, this.d);
33
+ c.sf(a, this.d);
34
34
  }
35
35
  }
36
36
  CanvasTemplateCellPresenter.$t = markType(CanvasTemplateCellPresenter, 'CanvasTemplateCellPresenter', CanvasCellPresenterBase.$);
@@ -24,13 +24,13 @@ export let CanvasTemplateHeaderCellPresenter = /*@__PURE__*/ (() => {
24
24
  super.b(a);
25
25
  let b = this.e.actualColumns._inner[a.l.a5];
26
26
  let c = b.header;
27
- if (a.bc(CellModel.fo) || a.bc(CellModel.h4)) {
27
+ if (a.bc(CellModel.fp) || a.bc(CellModel.h7)) {
28
28
  let d = Math.min(1, Math.max(0, a.c7));
29
29
  let e = a.cs * (1 - d);
30
30
  }
31
31
  let f = a;
32
32
  this.d.dc();
33
- c.ht(f, this.d);
33
+ c.hu(f, this.d);
34
34
  }
35
35
  }
36
36
  CanvasTemplateHeaderCellPresenter.$t = markType(CanvasTemplateHeaderCellPresenter, 'CanvasTemplateHeaderCellPresenter', CanvasCellPresenterBase.$);
@@ -23,26 +23,26 @@ export let CanvasTextCellPresenter = /*@__PURE__*/ (() => {
23
23
  super.b(a);
24
24
  let b = a;
25
25
  if (a.a7) {
26
- if (a.bc(TextCellModel.n0) || a.bc(TextCellModel.h2) || a.bc(TextCellModel.gx)) {
27
- b.kx = this.e(b);
28
- this.d.cr(b.kx);
26
+ if (a.bc(TextCellModel.n9) || a.bc(TextCellModel.h5) || a.bc(TextCellModel.gz)) {
27
+ b.k1 = this.e(b);
28
+ this.d.cr(b.k1);
29
29
  }
30
30
  CanvasContentCellModelHelper.a(this.a.bq, b, this.a);
31
31
  }
32
32
  }
33
33
  e(a) {
34
- if (a.lt != null) {
35
- return a.lt;
34
+ if (a.ly != null) {
35
+ return a.ly;
36
36
  }
37
- if (a.n2 != null) {
38
- return a.n2;
37
+ if (a.ob != null) {
38
+ return a.ob;
39
39
  }
40
40
  else {
41
- if (a.ie == null) {
41
+ if (a.ii == null) {
42
42
  return "";
43
43
  }
44
44
  else {
45
- return a.ie.toString();
45
+ return a.ii.toString();
46
46
  }
47
47
  }
48
48
  }
@@ -30,11 +30,11 @@ export let CanvasTextHeaderCellPresenter = /*@__PURE__*/ (() => {
30
30
  super.b(a);
31
31
  let b = a;
32
32
  if (a.a7) {
33
- if (a.bc(TextCellModel.n0)) {
34
- b.kx = b.n2;
35
- this.d.cr(b.kx);
33
+ if (a.bc(TextCellModel.n9)) {
34
+ b.k1 = b.ob;
35
+ this.d.cr(b.k1);
36
36
  }
37
- if (a.bc(CellModel.hi)) {
37
+ if (a.bc(CellModel.hl)) {
38
38
  if (a.bt) {
39
39
  this.d.db.m = false;
40
40
  }
@@ -48,17 +48,17 @@ export let CanvasTextHeaderCellPresenter = /*@__PURE__*/ (() => {
48
48
  this.d.db.m = true;
49
49
  }
50
50
  }
51
- if (a.bc(CellModel.hj)) {
51
+ if (a.bc(CellModel.hm)) {
52
52
  if (a.bt) {
53
53
  this.d.db.m = false;
54
54
  }
55
- this.d.db.a3 = a.ns;
55
+ this.d.db.a3 = a.n1;
56
56
  if (a.bt) {
57
57
  this.d.db.m = true;
58
58
  }
59
59
  }
60
60
  if (a.bb("SortIndicatorStyle")) {
61
- this.d.db.f = b.n9;
61
+ this.d.db.f = b.oi;
62
62
  }
63
63
  CanvasContentCellModelHelper.a(this.a.bq, b, this.a);
64
64
  }
@@ -23,86 +23,89 @@ export let CellPresenterBase = /*@__PURE__*/ (() => {
23
23
  this.b(a);
24
24
  }
25
25
  b(a) {
26
- this.a.cv(a.c);
27
- this.a.c4(a.e);
28
- this.a.cy(a.d);
29
- this.a.cj();
30
- if (a.bc(CellModel.gm)) {
26
+ this.a.cw(a.c);
27
+ this.a.c5(a.e);
28
+ this.a.cz(a.d);
29
+ this.a.ck();
30
+ if (a.bc(CellModel.go)) {
31
31
  this.a.ad = a.bh;
32
32
  }
33
33
  if (a.bc(CellModel.e0) || a.bc(CellModel.e4) || a.bc(CellModel.e2) || a.bc(CellModel.ey)) {
34
- this.a.c6(a.ez, a.e3, a.e1, a.ex);
34
+ this.a.c7(a.ez, a.e3, a.e1, a.ex);
35
35
  }
36
36
  if (a.a5) {
37
- this.a.cx(a.nd, a.en, a.es, a.eq, a.el);
37
+ this.a.cy(a.nk, a.en, a.es, a.eq, a.el);
38
38
  if (a.bc(CellModel.ej)) {
39
- if (!a.bj && a.p.i1 && a.bg && a.co == 1) {
40
- this.a.b9();
39
+ if (!a.bj && a.p.i9 && a.bg && a.co == 1) {
40
+ this.a.ca();
41
41
  }
42
42
  }
43
43
  }
44
44
  if (a.bs) {
45
- this.a.c1(a.f8, (a.e3 + a.ex + a.es + a.el));
46
- this.a.dc(a.h5, (a.ez + a.e1 + a.en + a.eq));
45
+ this.a.c2(a.ga, (a.e3 + a.ex + a.es + a.el));
46
+ this.a.dd(a.h8, (a.ez + a.e1 + a.en + a.eq));
47
47
  }
48
48
  if (a.a7) {
49
49
  if (a.bm && !this.a.z) {
50
- this.a.b8();
50
+ this.a.b9();
51
51
  }
52
52
  if (a.bc(CellModel.ek)) {
53
- this.a.cw(a.nc.color);
53
+ this.a.cx(a.nj.color);
54
54
  }
55
55
  if (a.bc(CellModel.ew)) {
56
- this.a.c5(a.cq);
56
+ this.a.c6(a.cq);
57
57
  }
58
58
  if (a.bb("IsCollapsable")) {
59
59
  this.a.aa = a.a6;
60
- this.a.bi = a.ge;
60
+ this.a.bi = a.gg;
61
61
  this.a.ab = a.be;
62
- this.a.dc(a.h5, (a.ez + a.e1 + a.en + a.eq));
62
+ this.a.dd(a.h8, (a.ez + a.e1 + a.en + a.eq));
63
63
  }
64
64
  if (a.bb("Indent")) {
65
- this.a.bi = a.ge;
66
- this.a.dc(a.h5, (a.ez + a.e1 + a.en + a.eq));
65
+ this.a.bi = a.gg;
66
+ this.a.dd(a.h8, (a.ez + a.e1 + a.en + a.eq));
67
67
  }
68
68
  if (a.bb("IsExpanded")) {
69
69
  this.a.ab = a.be;
70
70
  }
71
- if (a.bc(CellModel.hx)) {
72
- this.a.b3 = a.lk;
71
+ if (a.bb("IsCollapsable") || a.bb("ExpansionIndicatorIconColor")) {
72
+ this.a.dt = a.ns;
73
73
  }
74
- if (a.bc(CellModel.hv)) {
75
- this.a.dt = a.nw;
74
+ if (a.bc(CellModel.h0)) {
75
+ this.a.b4 = a.lp;
76
76
  }
77
- if (a.bc(CellModel.hw)) {
78
- this.a.n = a.ak;
77
+ if (a.bc(CellModel.hy)) {
78
+ this.a.dw = a.n5;
79
79
  }
80
- if (a.bc(CellModel.ho)) {
81
- this.a.by = a.lc;
80
+ if (a.bc(CellModel.hz)) {
81
+ this.a.n = a.ak;
82
82
  }
83
- if (a.bc(CellModel.hm)) {
84
- this.a.bv = a.k9;
83
+ if (a.bc(CellModel.hr)) {
84
+ this.a.bz = a.lh;
85
85
  }
86
86
  if (a.bc(CellModel.hp)) {
87
- this.a.ds = a.nv;
87
+ this.a.bw = a.le;
88
88
  }
89
- if (a.bc(CellModel.hn)) {
90
- this.a.dr = a.nu;
89
+ if (a.bc(CellModel.hs)) {
90
+ this.a.dv = a.n4;
91
91
  }
92
- if (a.bc(CellModel.hu)) {
92
+ if (a.bc(CellModel.hq)) {
93
+ this.a.du = a.n3;
94
+ }
95
+ if (a.bc(CellModel.hx)) {
93
96
  this.a.aj = a.c4;
94
97
  }
95
- if (a.bc(CellModel.hr) || a.bc(CellModel.hs) || a.bc(CellModel.ht) || a.bc(CellModel.ht)) {
96
- this.a.dv = new Rect(0, a.c1, a.c2, a.c3, a.c0);
98
+ if (a.bc(CellModel.hu) || a.bc(CellModel.hv) || a.bc(CellModel.hw) || a.bc(CellModel.hw)) {
99
+ this.a.dy = new Rect(0, a.c1, a.c2, a.c3, a.c0);
97
100
  }
98
101
  }
99
102
  if (a.bs && a.bm) {
100
- this.a.dk(a);
103
+ this.a.dl(a);
101
104
  }
102
105
  if (a.bb("DoClone")) {
103
106
  if (a.a1) {
104
107
  a.a1 = false;
105
- this.a.b7();
108
+ this.a.b8();
106
109
  }
107
110
  }
108
111
  }