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
@@ -73,7 +73,7 @@ let ColumnGroupingView = /*@__PURE__*/ (() => {
73
73
  }
74
74
  this.n = a;
75
75
  this.d = new CanvasGestureDOMEventProxy(this.o.rootWrapper, this.o, true);
76
- this.d.c9 = true;
76
+ this.d.dc = true;
77
77
  let b = this.d;
78
78
  b.onMouseDown = delegateCombine(b.onMouseDown, runOn(this, this.z));
79
79
  let c = this.d;
@@ -343,8 +343,8 @@ let ColumnGroupingView = /*@__PURE__*/ (() => {
343
343
  let e = this.c();
344
344
  d += e[0];
345
345
  c += e[1];
346
- NativeUI.v(this.q, a.x + c);
347
- NativeUI.ae(this.q, a.y + d);
346
+ NativeUI.x(this.q, a.x + c);
347
+ NativeUI.ah(this.q, a.y + d);
348
348
  }
349
349
  }
350
350
  al(a) {
@@ -477,13 +477,13 @@ let ColumnGrouping = /*@__PURE__*/ (() => {
477
477
  this.f = 1;
478
478
  this.h = 2;
479
479
  this.w = "Drag a Column Here";
480
- this.bg = BrushUtil.j(158, 0, 0, 0);
480
+ this.bg = BrushUtil.l(158, 0, 0, 0);
481
481
  this.j = null;
482
- this.bf = BrushUtil.j(158, 0, 0, 0);
483
- this.bc = BrushUtil.j(158, 0, 0, 0);
484
- this.bd = BrushUtil.j(30, 0, 0, 0);
485
- this.be = BrushUtil.j(66, 0, 0, 0);
486
- this.bb = BrushUtil.j(255, 248, 248, 248);
482
+ this.bf = BrushUtil.l(158, 0, 0, 0);
483
+ this.bc = BrushUtil.l(158, 0, 0, 0);
484
+ this.bd = BrushUtil.l(30, 0, 0, 0);
485
+ this.be = BrushUtil.l(66, 0, 0, 0);
486
+ this.bb = BrushUtil.l(255, 248, 248, 248);
487
487
  this.v = 0;
488
488
  this.n = false;
489
489
  this.q = new ObservableCollection$1(XIcon.$, 0);
@@ -662,7 +662,7 @@ let ColumnGrouping = /*@__PURE__*/ (() => {
662
662
  break;
663
663
  case "ItemHoverBackgroundColor": break;
664
664
  case "BackgroundColor":
665
- NativeUI.m(this.b.u, this.bh);
665
+ NativeUI.n(this.b.u, this.bh);
666
666
  break;
667
667
  }
668
668
  }
@@ -671,7 +671,7 @@ let ColumnGrouping = /*@__PURE__*/ (() => {
671
671
  ba() {
672
672
  let a = this.b.w;
673
673
  if (this.bm != null) {
674
- NativeUI.q(a, this.bm);
674
+ NativeUI.r(a, this.bm);
675
675
  }
676
676
  }
677
677
  a9() {
@@ -685,13 +685,13 @@ let ColumnGrouping = /*@__PURE__*/ (() => {
685
685
  let b = this.b.j;
686
686
  let c = this.b.k;
687
687
  for (let d = 0; d < a.count; d++) {
688
- NativeUI.q(a._inner[d], this.bl);
688
+ NativeUI.r(a._inner[d], this.bl);
689
689
  }
690
690
  for (let e = 0; e < b.count; e++) {
691
- NativeUI.q(b._inner[e], this.bi);
691
+ NativeUI.r(b._inner[e], this.bi);
692
692
  }
693
693
  for (let f = 0; f < c.count; f++) {
694
- NativeUI.m(c._inner[f], this.bj);
694
+ NativeUI.n(c._inner[f], this.bj);
695
695
  }
696
696
  }
697
697
  a3() {
@@ -729,10 +729,10 @@ let ColumnGrouping = /*@__PURE__*/ (() => {
729
729
  let c = this.targetGrid.groupDescriptions.j;
730
730
  for (let d = 0; d < c.count; d++) {
731
731
  let e = new GroupInfo();
732
- let f = b.i((g) => g.l7 == c.item(d).f);
732
+ let f = b.i((g) => g.nf == c.item(d).f);
733
733
  if (f != -1) {
734
- if (!stringIsNullOrEmpty(b._inner[f].me)) {
735
- e.c = b._inner[f].me;
734
+ if (!stringIsNullOrEmpty(b._inner[f].nm)) {
735
+ e.c = b._inner[f].nm;
736
736
  }
737
737
  else {
738
738
  e.c = c.item(d).f;
@@ -763,7 +763,7 @@ let ColumnGrouping = /*@__PURE__*/ (() => {
763
763
  let h = a;
764
764
  let i = this.targetGrid.actualColumns._inner[h.cellPath.a5];
765
765
  let j = new ColumnGroupDescription(0);
766
- j.f = i.l7;
766
+ j.f = i.nf;
767
767
  j.c = 1;
768
768
  let k = this.targetGrid.groupDescriptions.j.contains(j);
769
769
  j.c = 0;
@@ -822,28 +822,28 @@ let ColumnGrouping = /*@__PURE__*/ (() => {
822
822
  else {
823
823
  c.svgPath = ColumnGrouping.ac;
824
824
  }
825
- c.fill = BrushUtil.j(255, 119, 119, 119);
825
+ c.fill = BrushUtil.l(255, 119, 119, 119);
826
826
  this.q.add(c);
827
827
  }
828
828
  aq(a) {
829
829
  let b = new XIcon();
830
830
  this.b.am(b, a);
831
831
  b.svgPath = ColumnGrouping.aa;
832
- b.fill = BrushUtil.j(255, 119, 119, 119);
832
+ b.fill = BrushUtil.l(255, 119, 119, 119);
833
833
  this.q.add(b);
834
834
  }
835
835
  as(a) {
836
836
  let b = new XIcon();
837
837
  this.b.am(b, a);
838
838
  b.svgPath = ColumnGrouping.ah;
839
- b.fill = BrushUtil.j(255, 119, 119, 119);
839
+ b.fill = BrushUtil.l(255, 119, 119, 119);
840
840
  this.q.add(b);
841
841
  }
842
842
  ar(a) {
843
843
  let b = new XIcon();
844
844
  this.b.am(b, a);
845
845
  b.svgPath = ColumnGrouping.ad;
846
- b.fill = BrushUtil.j(255, 119, 119, 119);
846
+ b.fill = BrushUtil.l(255, 119, 119, 119);
847
847
  this.e = b;
848
848
  this.q.add(this.e);
849
849
  }
@@ -927,13 +927,13 @@ let ColumnGrouping = /*@__PURE__*/ (() => {
927
927
  h.d = i[1] - e;
928
928
  h.c = NativeUI.d(f._inner[g]);
929
929
  h.f = NativeUI.k(f._inner[g]);
930
- h.b = AppearanceHelper.a(NativeUI.al(f._inner[g]));
930
+ h.b = AppearanceHelper.a(NativeUI.ao(f._inner[g]));
931
931
  h.g = f._inner[g].getText();
932
932
  a.c.add(h);
933
933
  }
934
934
  let j = this.b.j;
935
935
  for (let k = 0; k < j.count; k++) {
936
- let l = this.q._inner[k].bg();
936
+ let l = this.q._inner[k].bi();
937
937
  let m = this.b.b(j._inner[k]);
938
938
  l.i = m[0] - d;
939
939
  l.g = m[1] - e;
@@ -21,9 +21,17 @@ export var ColumnOptionsIconAlignment = /*@__PURE__*/ (function (ColumnOptionsIc
21
21
  * The icon is aligned with the edge of the column but opposite the alignment of the header text.
22
22
  */
23
23
  ColumnOptionsIconAlignment[ColumnOptionsIconAlignment["Opposite"] = 2] = "Opposite";
24
+ /**
25
+ * The icon is always aligned with the left edge of the column.
26
+ */
27
+ ColumnOptionsIconAlignment[ColumnOptionsIconAlignment["Left"] = 3] = "Left";
28
+ /**
29
+ * The icon is always aligned with the right edge of the column.
30
+ */
31
+ ColumnOptionsIconAlignment[ColumnOptionsIconAlignment["Right"] = 4] = "Right";
24
32
  return ColumnOptionsIconAlignment;
25
33
  })({});
26
34
  /**
27
35
  * @hidden
28
36
  */
29
- export let ColumnOptionsIconAlignment_$type = /*@__PURE__*/ markEnum('ColumnOptionsIconAlignment', 'Unset,0|None,1|Opposite,2');
37
+ export let ColumnOptionsIconAlignment_$type = /*@__PURE__*/ markEnum('ColumnOptionsIconAlignment', 'Unset,0|None,1|Opposite,2|Left,3|Right,4');
@@ -92,11 +92,11 @@ let ColumnPinning = /*@__PURE__*/ (() => {
92
92
  this.b = null;
93
93
  this.o = null;
94
94
  this.i = null;
95
- this.am = BrushUtil.j(255, 0, 153, 255);
95
+ this.am = BrushUtil.l(255, 0, 153, 255);
96
96
  this.n = null;
97
97
  this.e = 1;
98
98
  this.g = 2;
99
- this.al = BrushUtil.j(255, 248, 248, 248);
99
+ this.al = BrushUtil.l(255, 248, 248, 248);
100
100
  this.m = false;
101
101
  let a = new ColumnPinningView();
102
102
  a.a = this;
@@ -254,7 +254,7 @@ let ColumnPinning = /*@__PURE__*/ (() => {
254
254
  break;
255
255
  case "FilterPlaceholderText":
256
256
  if (this.d != null) {
257
- this.d.ca = this.s;
257
+ this.d.cf = this.s;
258
258
  }
259
259
  break;
260
260
  case "BaseTheme":
@@ -299,12 +299,12 @@ let ColumnPinning = /*@__PURE__*/ (() => {
299
299
  let b = new ObservableCollection$1(ColumnPinningInfo.$, 0);
300
300
  for (let c of fromEnum(this.b.actualColumns)) {
301
301
  a = new ColumnPinningInfo();
302
- let d = c.l7;
303
- if (c.me != null) {
304
- d = c.me;
302
+ let d = c.nf;
303
+ if (c.nm != null) {
304
+ d = c.nm;
305
305
  }
306
306
  a.columnName = d;
307
- if (c.io == 1) {
307
+ if (c.is == 1) {
308
308
  a.isPinned = true;
309
309
  }
310
310
  else {
@@ -314,7 +314,7 @@ let ColumnPinning = /*@__PURE__*/ (() => {
314
314
  }
315
315
  this.d.showSelectAll = false;
316
316
  if (this.s != null) {
317
- this.d.ca = this.s;
317
+ this.d.cf = this.s;
318
318
  }
319
319
  this.d.itemsSource = b;
320
320
  let e = "";
@@ -327,20 +327,20 @@ let ColumnPinning = /*@__PURE__*/ (() => {
327
327
  }
328
328
  ae(a, b) {
329
329
  this.m = true;
330
- let c = this.d.f.actualDataSource.getItemAtIndex(b.c);
330
+ let c = this.d.g.actualDataSource.getItemAtIndex(b.c);
331
331
  let d = this.b.actualColumns.count;
332
332
  for (let e = 0; e < d; e++) {
333
- if (this.b.actualColumns._inner[e].l7 == c.columnName || this.b.actualColumns._inner[e].my == c.columnName || this.b.actualColumns._inner[e].me == c.columnName) {
334
- if (this.b.actualColumns._inner[e].io == 0) {
335
- this.b.actualColumns._inner[e].io = 1;
333
+ if (this.b.actualColumns._inner[e].nf == c.columnName || this.b.actualColumns._inner[e].n6 == c.columnName || this.b.actualColumns._inner[e].nm == c.columnName) {
334
+ if (this.b.actualColumns._inner[e].is == 0) {
335
+ this.b.actualColumns._inner[e].is = 1;
336
336
  }
337
- else if (this.b.actualColumns._inner[e].io == 2) {
338
- this.b.actualColumns._inner[e].io = 1;
337
+ else if (this.b.actualColumns._inner[e].is == 2) {
338
+ this.b.actualColumns._inner[e].is = 1;
339
339
  }
340
340
  else {
341
- this.b.actualColumns._inner[e].io = 0;
341
+ this.b.actualColumns._inner[e].is = 0;
342
342
  }
343
- this.b.actualColumns._inner[e].n0("Pinned");
343
+ this.b.actualColumns._inner[e].o9("Pinned");
344
344
  break;
345
345
  }
346
346
  }
@@ -157,7 +157,7 @@ let ComparisonOperatorSelectorView = /*@__PURE__*/ (() => {
157
157
  }
158
158
  onDocumentKeyDown(a) {
159
159
  let b = a;
160
- if (BaseDOMEventProxy.c1(b) == 8) {
160
+ if (BaseDOMEventProxy.c4(b) == 8) {
161
161
  this.a.d8();
162
162
  }
163
163
  }
@@ -516,15 +516,15 @@ let ComparisonOperatorSelector = /*@__PURE__*/ (() => {
516
516
  $ret.c = false;
517
517
  return $ret;
518
518
  })());
519
- this.n.k0 = this.n.k1 = 4;
520
- this.n.k2 = this.n.kz = 0;
521
- this.n.l7 = "Icon";
519
+ this.n.lj = this.n.lk = 4;
520
+ this.n.ll = this.n.li = 0;
521
+ this.n.nf = "Icon";
522
522
  let e = this.n;
523
523
  e.cellUpdating = delegateCombine(e.cellUpdating, runOn(this, this.el));
524
524
  this.f.columns.add(this.n);
525
525
  let f = new TextColumn();
526
- f.l7 = "DisplayText";
527
- f.k0 = 0;
526
+ f.nf = "DisplayText";
527
+ f.lj = 0;
528
528
  f.g = 0;
529
529
  this.f.columns.add(f);
530
530
  this.d4();
@@ -827,12 +827,12 @@ let ComparisonOperatorSelector = /*@__PURE__*/ (() => {
827
827
  this.em();
828
828
  }
829
829
  d9(a, b) {
830
- let c = b.cellInfo.fp;
830
+ let c = b.cellInfo.fq;
831
831
  this.i = this.f.actualDataSource.getItemAtIndex(c);
832
832
  this.d8();
833
833
  }
834
834
  el(a, b) {
835
- this.e.t(b.content, b.cellInfo.ig);
835
+ this.e.t(b.content, b.cellInfo.ih);
836
836
  }
837
837
  }
838
838
  ComparisonOperatorSelector.$t = /*@__PURE__*/ markType(ComparisonOperatorSelector, 'ComparisonOperatorSelector', Base.$, [INotifyPropertyChanged_$type]);
@@ -49,21 +49,21 @@ let ContentCellModelHelper = /*@__PURE__*/ (() => {
49
49
  }
50
50
  static a(a, b, c, d, e) {
51
51
  if (b.a7) {
52
- if (b.bc(CellModel.fo) || b.bc(CellModel.eu) || b.bc(CellModel.h4) || b.bb("IsRowPinned") || b.bb("IsRowSticky") || b.bb("PinnedRowOpacity")) {
52
+ if (b.bc(CellModel.fp) || b.bc(CellModel.eu) || b.bc(CellModel.h5) || b.bb("IsRowPinned") || b.bb("IsRowSticky") || b.bb("PinnedRowOpacity")) {
53
53
  let f = Math.min(1, Math.max(0, b.c7));
54
54
  let g = b.cp * (1 - f);
55
55
  d.setRawStyleProperty("opacity", g.toString());
56
56
  if (b.bm) {
57
- e.dk(b.cp * f);
57
+ e.dl(b.cp * f);
58
58
  }
59
59
  }
60
60
  if (b.bc(CellModel.e5)) {
61
- ContentCellModelHelper.c(d, b.ne);
61
+ ContentCellModelHelper.c(d, b.nf);
62
62
  if (b.bm) {
63
- e.dh(b.ne);
63
+ e.di(b.nf);
64
64
  }
65
65
  }
66
- if (b.bc(CellModel.gu)) {
66
+ if (b.bc(CellModel.gv)) {
67
67
  switch (b.ac) {
68
68
  case 0:
69
69
  d.setRawStyleProperty("white-space", "nowrap");
@@ -83,7 +83,7 @@ let ContentCellModelHelper = /*@__PURE__*/ (() => {
83
83
  if (b.bb("TextDecoration")) {
84
84
  ContentCellModelHelper.d(d, b.aa);
85
85
  }
86
- if (b.bc(CellModel.ga) || b.bc(CellModel.h3)) {
86
+ if (b.bc(CellModel.gb) || b.bc(CellModel.h4)) {
87
87
  let h = b.g;
88
88
  let i = b.i;
89
89
  ContentCellModelHelper.b(c, d, h);
@@ -91,7 +91,7 @@ let ContentCellModelHelper = /*@__PURE__*/ (() => {
91
91
  ContentCellModelHelper.e(c, d, i);
92
92
  e.co(i);
93
93
  if (b.bm) {
94
- e.dg(h, i);
94
+ e.dh(h, i);
95
95
  }
96
96
  }
97
97
  if (b.bb("ActualFontInfo")) {
@@ -187,7 +187,7 @@ let DataGridCellLayoutPanel = /*@__PURE__*/ (() => {
187
187
  if (v.bl) {
188
188
  m = true;
189
189
  }
190
- if (v.u == 1 && v.h9 != n) {
190
+ if (v.u == 1 && v.ia != n) {
191
191
  m = true;
192
192
  }
193
193
  }
@@ -243,8 +243,8 @@ let DataGridCellLayoutPanel = /*@__PURE__*/ (() => {
243
243
  ag.nativeCell.isRemoved = false;
244
244
  }
245
245
  af.u = 2;
246
- let al = (af.he + intDivide(af.h5, 2));
247
- let am = (af.hg + intDivide(af.f8, 2));
246
+ let al = (af.hf + intDivide(af.h6, 2));
247
+ let am = (af.hh + intDivide(af.f9, 2));
248
248
  let an = (al - b) / this.f.actualVisibleRegion.width;
249
249
  let ao = (am - a) / this.f.actualVisibleRegion.height;
250
250
  if (af.bn) {
@@ -265,15 +265,15 @@ let DataGridCellLayoutPanel = /*@__PURE__*/ (() => {
265
265
  aj.setRawStyleProperty("clip", this.y(af));
266
266
  }
267
267
  else {
268
- if (Rect.l_op_Inequality(af.nz, Rect.empty)) {
269
- aj.setRawStyleProperty("clip", this.x(af.nz));
268
+ if (Rect.l_op_Inequality(af.n0, Rect.empty)) {
269
+ aj.setRawStyleProperty("clip", this.x(af.n0));
270
270
  }
271
271
  else {
272
272
  aj.setRawStyleProperty("clip", "auto");
273
273
  }
274
274
  }
275
275
  }
276
- af.l9();
276
+ af.ma();
277
277
  if (ai) {
278
278
  let ap = af.s.nativeCell;
279
279
  ap.co(z);
@@ -281,17 +281,17 @@ let DataGridCellLayoutPanel = /*@__PURE__*/ (() => {
281
281
  af.s.modelUpdated(af);
282
282
  if (ai && y.b) {
283
283
  let aq = y.a;
284
- aq.aa();
284
+ aq.ac();
285
285
  if (af.l.d != 0 && this.f.b2) {
286
- aq.ah(this.ax(af.l.d));
286
+ aq.aj(this.ax(af.l.d));
287
287
  }
288
288
  let ar = af.s.nativeCell;
289
289
  ar.b6(aq, y.c, y.d, af.c8, af.c9, z);
290
- aq.z();
290
+ aq.ab();
291
291
  }
292
- af.l2();
292
+ af.l3();
293
293
  if (m) {
294
- af.h9 = n;
294
+ af.ia = n;
295
295
  if (!ai) {
296
296
  aj.setRawStyleProperty("z-index", x.toString());
297
297
  }
@@ -302,7 +302,7 @@ let DataGridCellLayoutPanel = /*@__PURE__*/ (() => {
302
302
  }
303
303
  this.m = false;
304
304
  if (y.a != null && this.q != 1) {
305
- y.a.z();
305
+ y.a.ab();
306
306
  }
307
307
  this.an();
308
308
  }
@@ -515,8 +515,8 @@ let DataGridCellLayoutPanel = /*@__PURE__*/ (() => {
515
515
  y(a) {
516
516
  let b = a.c8 < this.g.cn ? this.g.cn - a.c8 : 0;
517
517
  let c = 0;
518
- let d = this.g.cy == -1 ? a.h5 : (a.c8 + a.h5 > this.g.co) ? a.h5 - (a.c8 + a.h5 - this.g.co) : a.h5;
519
- let e = a.f8;
518
+ let d = this.g.cy == -1 ? a.h6 : (a.c8 + a.h6 > this.g.co) ? a.h6 - (a.c8 + a.h6 - this.g.co) : a.h6;
519
+ let e = a.f9;
520
520
  return this.x(new Rect(0, b, c, d, e));
521
521
  }
522
522
  ah(a, b) {
@@ -12,6 +12,9 @@ export class DataGridLocaleEn {
12
12
  this["Column_Move"] = "Move";
13
13
  this["Column_Move_Left"] = "Left";
14
14
  this["Column_Move_Right"] = "Right";
15
+ this["Column_Options_Analyze"] = "Analyze";
16
+ this["Column_Options_Sort_Ascending"] = "Sort Ascending";
17
+ this["Column_Options_Sort_Descending"] = "Sort Descending";
15
18
  this["Column_Options_Summaries"] = "Summaries";
16
19
  this["Column_Options_Summary_Average"] = "Average";
17
20
  this["Column_Options_Summary_Count"] = "Count";
@@ -14,49 +14,52 @@ let DataGridScrollerKeyboardListener = /*@__PURE__*/ (() => {
14
14
  this.a = a;
15
15
  }
16
16
  onDownArrow(a, b) {
17
- return this.a.km(a, b);
17
+ return this.a.kv(a, b);
18
18
  }
19
19
  onEnd(a, b) {
20
- return this.a.kn(a, b);
20
+ return this.a.kw(a, b);
21
21
  }
22
22
  onHome(a, b) {
23
- return this.a.kr(a, b);
23
+ return this.a.k0(a, b);
24
24
  }
25
25
  onLeftArrow(a, b) {
26
- return this.a.kt(a, b);
26
+ return this.a.k2(a, b);
27
27
  }
28
28
  onPageDown(a, b) {
29
- return this.a.ku(a, b);
29
+ return this.a.k3(a, b);
30
30
  }
31
31
  onPageUp(a, b) {
32
- return this.a.kv(a, b);
32
+ return this.a.k4(a, b);
33
33
  }
34
34
  onRightArrow(a, b) {
35
- return this.a.kw(a, b);
35
+ return this.a.k5(a, b);
36
36
  }
37
37
  onTab(a, b) {
38
- return this.a.ky(a, b);
38
+ return this.a.k7(a, b);
39
39
  }
40
40
  onUpArrow(a, b) {
41
- return this.a.kz(a, b);
41
+ return this.a.k8(a, b);
42
42
  }
43
43
  onWheel() {
44
- this.a.xs();
44
+ this.a.yq();
45
45
  }
46
46
  onEnter(a, b) {
47
- return this.a.ko(a, b);
47
+ return this.a.kx(a, b);
48
48
  }
49
49
  onEscape() {
50
- return this.a.kp();
50
+ return this.a.ky();
51
51
  }
52
52
  onF2() {
53
- return this.a.kq();
53
+ return this.a.kz();
54
54
  }
55
55
  onSpace(a, b) {
56
- return this.a.kx(a, b);
56
+ return this.a.k6(a, b);
57
57
  }
58
58
  onKeyDown(a, b, c) {
59
- return this.a.ks(a, b, c);
59
+ return this.a.k1(a, b, c);
60
+ }
61
+ onGotFocus(a, b) {
62
+ this.a.x0(a, b);
60
63
  }
61
64
  }
62
65
  DataGridScrollerKeyboardListener.$t = /*@__PURE__*/ markType(DataGridScrollerKeyboardListener, 'DataGridScrollerKeyboardListener', Base.$, [IScrollerKeyboardListener_$type]);
@@ -242,7 +242,7 @@ let DataGridToolbarView = /*@__PURE__*/ (() => {
242
242
  a.stopPropagation();
243
243
  }
244
244
  w(a) {
245
- let b = ElevationHelper.e(12, BrushUtil.j(66, 0, 0, 0), BrushUtil.j(30, 0, 0, 0), BrushUtil.j(20, 0, 0, 0), 1);
245
+ let b = ElevationHelper.e(12, BrushUtil.l(66, 0, 0, 0), BrushUtil.l(30, 0, 0, 0), BrushUtil.l(20, 0, 0, 0), 1);
246
246
  a.setStyleProperty("boxShadow", b);
247
247
  a.setStyleProperty("background-color", this.a.bf._fill);
248
248
  a.setStyleProperty("position", "absolute");
@@ -280,7 +280,7 @@ let DataGridToolbarView = /*@__PURE__*/ (() => {
280
280
  a.stopPropagation();
281
281
  }
282
282
  q(a) {
283
- if (BaseDOMEventProxy.c1(a) == 8) {
283
+ if (BaseDOMEventProxy.c4(a) == 8) {
284
284
  this.a.av();
285
285
  }
286
286
  }
@@ -309,9 +309,9 @@ let DataGridToolbar = /*@__PURE__*/ (() => {
309
309
  this.d = null;
310
310
  this.y = null;
311
311
  this.m = null;
312
- this.bd = BrushUtil.j(255, 24, 29, 31);
313
- this.bb = BrushUtil.j(255, 248, 248, 248);
314
- this.bc = BrushUtil.j(255, 248, 248, 248);
312
+ this.bd = BrushUtil.l(255, 24, 29, 31);
313
+ this.bb = BrushUtil.l(255, 248, 248, 248);
314
+ this.bc = BrushUtil.l(255, 248, 248, 248);
315
315
  this.o = false;
316
316
  this.u = null;
317
317
  this.v = null;
@@ -600,10 +600,10 @@ let DataGridToolbar = /*@__PURE__*/ (() => {
600
600
  this.b.f = this.j;
601
601
  }
602
602
  if (this.g != null) {
603
- this.g.n = this.j;
603
+ this.g.o = this.j;
604
604
  }
605
605
  if (this.h != null) {
606
- this.h.n = this.j;
606
+ this.h.o = this.j;
607
607
  }
608
608
  }
609
609
  a3() {
@@ -613,10 +613,10 @@ let DataGridToolbar = /*@__PURE__*/ (() => {
613
613
  }
614
614
  }
615
615
  if (this.g != null) {
616
- this.g.r = this.l;
616
+ this.g.s = this.l;
617
617
  }
618
618
  if (this.h != null) {
619
- this.h.r = this.l;
619
+ this.h.s = this.l;
620
620
  }
621
621
  if (this.a != null) {
622
622
  this.a.h = this.l;
@@ -631,8 +631,8 @@ let DataGridToolbar = /*@__PURE__*/ (() => {
631
631
  let g = b.getSubRenderer(c);
632
632
  f.provideContainer(g);
633
633
  let h = g.getExternal(f, g.rootWrapper, g.getExternal(a, null, null));
634
- f.n = this.j;
635
- f.r = this.l;
634
+ f.o = this.j;
635
+ f.s = this.l;
636
636
  let i = null;
637
637
  let j = null;
638
638
  let k = null;
@@ -743,10 +743,10 @@ let DataGridToolbar = /*@__PURE__*/ (() => {
743
743
  this.s = 0;
744
744
  this.t = 0;
745
745
  for (let b = 0; b < a; b++) {
746
- if (this.e.actualColumns._inner[b].ju == true) {
746
+ if (this.e.actualColumns._inner[b].j9 == true) {
747
747
  this.s++;
748
748
  }
749
- if (this.e.actualColumns._inner[b].io == 1) {
749
+ if (this.e.actualColumns._inner[b].is == 1) {
750
750
  this.t++;
751
751
  }
752
752
  }
@@ -21,22 +21,22 @@ let DateTimeCellPresenter = /*@__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.c8(this.d.dw, b.kx);
26
+ this.d.c8(this.d.dx, b.ky);
27
27
  }
28
- ContentCellModelHelper.a(this.a.am, b, this.a.ar, this.d.dw, this.a);
28
+ ContentCellModelHelper.a(this.a.am, b, this.a.ar, this.d.dx, 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 (a.ie != null && !(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 (a.ig != null && !(typeCast(Date_$type, a.ig) !== null)) {
39
+ a.ky = a.ig.toString();
40
40
  }
41
41
  }
42
42
  }
@@ -110,8 +110,8 @@ let Dragger = /*@__PURE__*/ (() => {
110
110
  let e = this.view.getWindowScrollPos();
111
111
  c += e[0];
112
112
  d += e[1];
113
- NativeUI.v(this.cloneCell, a + d);
114
- NativeUI.ae(this.cloneCell, b + c);
113
+ NativeUI.x(this.cloneCell, a + d);
114
+ NativeUI.ah(this.cloneCell, b + c);
115
115
  }
116
116
  }
117
117
  }
@@ -144,8 +144,8 @@ let Dragger = /*@__PURE__*/ (() => {
144
144
  let j = this.view.getWindowScrollPos();
145
145
  h += j[0];
146
146
  i += j[1];
147
- NativeUI.v(this.cloneCell, a + i);
148
- NativeUI.ae(this.cloneCell, b + h);
147
+ NativeUI.x(this.cloneCell, a + i);
148
+ NativeUI.ah(this.cloneCell, b + h);
149
149
  }
150
150
  }
151
151
  }