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

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (279) hide show
  1. package/bundles/igniteui-angular-data-grids.umd.js +15844 -13294
  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 +36 -36
  18. package/esm2015/lib/CheckboxListView_combined.js +417 -412
  19. package/esm2015/lib/ColumnChooserView_combined.js +13 -13
  20. package/esm2015/lib/ColumnFilterCondition_combined.js +8357 -7096
  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 +3 -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 +367 -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 +58 -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 +46 -47
  83. package/esm2015/lib/igx-column-moving-separator-component.js +6 -6
  84. package/esm2015/lib/igx-column-resizing-separator-component.js +4 -4
  85. package/esm2015/lib/igx-combo-box-column-component.js +10 -10
  86. package/esm2015/lib/igx-data-binding-event-args.js +27 -22
  87. package/esm2015/lib/igx-data-grid-column-component.js +289 -163
  88. package/esm2015/lib/igx-data-grid-component.js +163 -2
  89. package/esm2015/lib/igx-data-grid-filter-dialog-component.js +105 -28
  90. package/esm2015/lib/igx-date-time-cell-info.js +12 -12
  91. package/esm2015/lib/igx-date-time-column-component.js +20 -20
  92. package/esm2015/lib/igx-date-time-column-dynamic-module.js +2 -0
  93. package/esm2015/lib/igx-definition-base-component.js +8 -8
  94. package/esm2015/lib/igx-editor-cell-info.js +23 -23
  95. package/esm2015/lib/igx-filter-cell-info.js +26 -26
  96. package/esm2015/lib/igx-filter-row-definition-component.js +8 -8
  97. package/esm2015/lib/igx-filter-row-definition-dynamic-module.js +2 -0
  98. package/esm2015/lib/igx-header-component.js +16 -16
  99. package/esm2015/lib/igx-image-cell-info.js +6 -6
  100. package/esm2015/lib/igx-image-column-component.js +10 -10
  101. package/esm2015/lib/igx-image-column-dynamic-module.js +2 -0
  102. package/esm2015/lib/igx-numeric-cell-info.js +35 -26
  103. package/esm2015/lib/igx-numeric-column-component.js +43 -31
  104. package/esm2015/lib/igx-numeric-column-dynamic-module.js +2 -0
  105. package/esm2015/lib/igx-row-separator-dynamic-module.js +2 -0
  106. package/esm2015/lib/igx-section-header-cell-info.js +6 -6
  107. package/esm2015/lib/igx-section-header-component.js +55 -17
  108. package/esm2015/lib/igx-section-header-dynamic-module.js +2 -0
  109. package/esm2015/lib/igx-summary-cell-info.js +9 -9
  110. package/esm2015/lib/igx-summary-row-component.js +16 -16
  111. package/esm2015/lib/igx-template-cell-info.js +2 -2
  112. package/esm2015/lib/igx-template-column-dynamic-module.js +2 -0
  113. package/esm2015/lib/igx-template-header-cell-info.js +2 -2
  114. package/esm2015/lib/igx-template-header-dynamic-module.js +2 -0
  115. package/esm2015/lib/igx-template-section-header-dynamic-module.js +4 -0
  116. package/esm2015/lib/igx-text-cell-info.js +2 -2
  117. package/esm2015/lib/igx-text-column-component.js +8 -8
  118. package/esm2015/lib/igx-text-column-dynamic-module.js +2 -0
  119. package/esm2015/lib/igx-text-header-cell-info.js +74 -24
  120. package/esm2015/lib/igx-text-header-dynamic-module.js +2 -0
  121. package/esm2015/public_api.js +2 -0
  122. package/esm5/lib/CanvasCellPresenterBase.js +4 -4
  123. package/esm5/lib/CanvasContentCellModelHelper.js +5 -5
  124. package/esm5/lib/CanvasDateTimeCellPresenter.js +8 -8
  125. package/esm5/lib/CanvasGridCellBase.js +13 -13
  126. package/esm5/lib/CanvasImageCellPresenter.js +7 -7
  127. package/esm5/lib/CanvasNumericCellPresenter.js +8 -8
  128. package/esm5/lib/CanvasSectionHeaderCellPresenter.js +9 -9
  129. package/esm5/lib/CanvasSummaryCell.js +2 -2
  130. package/esm5/lib/CanvasSummaryCellPresenter.js +6 -6
  131. package/esm5/lib/CanvasTemplateCellPresenter.js +2 -2
  132. package/esm5/lib/CanvasTemplateHeaderCellPresenter.js +2 -2
  133. package/esm5/lib/CanvasTextCellPresenter.js +9 -9
  134. package/esm5/lib/CanvasTextHeaderCellPresenter.js +7 -7
  135. package/esm5/lib/CellPresenterBase.js +39 -36
  136. package/esm5/lib/CheckboxListBridge.js +36 -36
  137. package/esm5/lib/CheckboxListView_combined.js +400 -395
  138. package/esm5/lib/ColumnChooserView_combined.js +13 -13
  139. package/esm5/lib/ColumnFilterCondition_combined.js +8293 -6823
  140. package/esm5/lib/ColumnGroupingView_combined.js +14 -14
  141. package/esm5/lib/ColumnOptionsIconAlignment.js +9 -1
  142. package/esm5/lib/ColumnPinningView_combined.js +13 -13
  143. package/esm5/lib/ComparisonOperatorSelectorView_combined.js +8 -8
  144. package/esm5/lib/ContentCellModelHelper.js +10 -10
  145. package/esm5/lib/DataGridCellLayoutPanel.js +14 -14
  146. package/esm5/lib/DataGridLocaleEn.js +3 -0
  147. package/esm5/lib/DataGridScrollerKeyboardListener.js +18 -15
  148. package/esm5/lib/DataGridToolbarView_combined.js +3 -3
  149. package/esm5/lib/DateTimeCellPresenter.js +9 -9
  150. package/esm5/lib/Dragger.js +4 -4
  151. package/esm5/lib/DraggerView.js +8 -8
  152. package/esm5/lib/EditorCell.js +277 -277
  153. package/esm5/lib/EditorCellPresenter.js +26 -26
  154. package/esm5/lib/FilterCell.js +259 -259
  155. package/esm5/lib/FilterCellPresenter.js +15 -15
  156. package/esm5/lib/GridCellBase.js +168 -147
  157. package/esm5/lib/GridColumnFilterOptionsView_combined.js +15 -15
  158. package/esm5/lib/GridColumnGroupOptionsView_combined.js +7 -7
  159. package/esm5/lib/GridColumnHideOptionsView_combined.js +3 -3
  160. package/esm5/lib/GridColumnMoveOptionsView_combined.js +1 -1
  161. package/esm5/lib/GridColumnOptionsViewBase_combined.js +2 -2
  162. package/esm5/lib/GridColumnOptionsView_combined.js +1 -1
  163. package/esm5/lib/GridColumnPinOptionsView_combined.js +4 -4
  164. package/esm5/lib/GridColumnSortOptionsView_combined.js +2 -2
  165. package/esm5/lib/GridColumnSummaryOptionsView_combined.js +7 -7
  166. package/esm5/lib/GridExpansionIndicatorView_combined.js +5 -5
  167. package/esm5/lib/GridExternalWrapper.js +12 -6
  168. package/esm5/lib/GridFilterDialogView_combined.js +381 -247
  169. package/esm5/lib/GridIconRepository.js +98 -0
  170. package/esm5/lib/GridSortIndicatorView_combined.js +24 -20
  171. package/esm5/lib/GridStyleRepository.js +127 -115
  172. package/esm5/lib/GridStyleRepositoryKeys.js +1 -1
  173. package/esm5/lib/ICheckboxListView.js +11 -0
  174. package/esm5/lib/ISummaryChooserView_combined.js +7 -7
  175. package/esm5/lib/ImageCell.js +57 -57
  176. package/esm5/lib/ImageCellPresenter.js +15 -15
  177. package/esm5/lib/MultiColumnComboBoxView_combined.js +14 -14
  178. package/esm5/lib/NativeUIComboFactory.js +1 -1
  179. package/esm5/lib/NativeUIGridFactory.js +2 -2
  180. package/esm5/lib/NumericCell.js +8 -8
  181. package/esm5/lib/NumericCellPresenter.js +9 -9
  182. package/esm5/lib/PropertyEditorView_combined.js +23 -23
  183. package/esm5/lib/SectionHeaderCell.js +22 -10
  184. package/esm5/lib/SectionHeaderCellPresenter.js +10 -10
  185. package/esm5/lib/SummaryCell.js +47 -38
  186. package/esm5/lib/SummaryCellPresenter.js +10 -10
  187. package/esm5/lib/TemplateCell.js +16 -16
  188. package/esm5/lib/TemplateCellPresenter.js +3 -3
  189. package/esm5/lib/TemplateHeader.js +5 -5
  190. package/esm5/lib/TemplateHeaderCell.js +5 -5
  191. package/esm5/lib/TemplateHeaderCellModel.js +17 -17
  192. package/esm5/lib/TemplateHeaderCellPresenter.js +3 -3
  193. package/esm5/lib/TemplateSectionHeader.js +1 -1
  194. package/esm5/lib/TextCell.js +29 -29
  195. package/esm5/lib/TextCellPresenter.js +10 -10
  196. package/esm5/lib/TextHeaderCell.js +186 -151
  197. package/esm5/lib/TextHeaderCellPresenter.js +58 -39
  198. package/esm5/lib/TextIconSetConditionalStyle.js +1 -1
  199. package/esm5/lib/VerticalSeparatorCell.js +37 -37
  200. package/esm5/lib/igx-cell-info.js +127 -91
  201. package/esm5/lib/igx-checkbox-list-component.js +46 -47
  202. package/esm5/lib/igx-column-moving-separator-component.js +6 -6
  203. package/esm5/lib/igx-column-resizing-separator-component.js +4 -4
  204. package/esm5/lib/igx-combo-box-column-component.js +10 -10
  205. package/esm5/lib/igx-data-binding-event-args.js +27 -22
  206. package/esm5/lib/igx-data-grid-column-component.js +341 -163
  207. package/esm5/lib/igx-data-grid-component.js +213 -2
  208. package/esm5/lib/igx-data-grid-filter-dialog-component.js +129 -28
  209. package/esm5/lib/igx-date-time-cell-info.js +12 -12
  210. package/esm5/lib/igx-date-time-column-component.js +20 -20
  211. package/esm5/lib/igx-date-time-column-dynamic-module.js +2 -0
  212. package/esm5/lib/igx-definition-base-component.js +8 -8
  213. package/esm5/lib/igx-editor-cell-info.js +23 -23
  214. package/esm5/lib/igx-filter-cell-info.js +26 -26
  215. package/esm5/lib/igx-filter-row-definition-component.js +8 -8
  216. package/esm5/lib/igx-filter-row-definition-dynamic-module.js +2 -0
  217. package/esm5/lib/igx-header-component.js +16 -16
  218. package/esm5/lib/igx-image-cell-info.js +6 -6
  219. package/esm5/lib/igx-image-column-component.js +10 -10
  220. package/esm5/lib/igx-image-column-dynamic-module.js +2 -0
  221. package/esm5/lib/igx-numeric-cell-info.js +39 -26
  222. package/esm5/lib/igx-numeric-column-component.js +47 -31
  223. package/esm5/lib/igx-numeric-column-dynamic-module.js +2 -0
  224. package/esm5/lib/igx-row-separator-dynamic-module.js +2 -0
  225. package/esm5/lib/igx-section-header-cell-info.js +6 -6
  226. package/esm5/lib/igx-section-header-component.js +71 -17
  227. package/esm5/lib/igx-section-header-dynamic-module.js +2 -0
  228. package/esm5/lib/igx-summary-cell-info.js +9 -9
  229. package/esm5/lib/igx-summary-row-component.js +16 -16
  230. package/esm5/lib/igx-template-cell-info.js +2 -2
  231. package/esm5/lib/igx-template-column-dynamic-module.js +2 -0
  232. package/esm5/lib/igx-template-header-cell-info.js +2 -2
  233. package/esm5/lib/igx-template-header-dynamic-module.js +2 -0
  234. package/esm5/lib/igx-template-section-header-dynamic-module.js +4 -0
  235. package/esm5/lib/igx-text-cell-info.js +2 -2
  236. package/esm5/lib/igx-text-column-component.js +8 -8
  237. package/esm5/lib/igx-text-column-dynamic-module.js +2 -0
  238. package/esm5/lib/igx-text-header-cell-info.js +98 -24
  239. package/esm5/lib/igx-text-header-dynamic-module.js +2 -0
  240. package/esm5/public_api.js +2 -0
  241. package/fesm2015/igniteui-angular-data-grids.js +15287 -13172
  242. package/fesm5/igniteui-angular-data-grids.js +15844 -13296
  243. package/lib/CheckboxListView_combined.d.ts +104 -104
  244. package/lib/ColumnFilterCondition_combined.d.ts +1817 -1681
  245. package/lib/ColumnOptionsIconAlignment.d.ts +9 -1
  246. package/lib/DataGridLocaleEn.d.ts +3 -0
  247. package/lib/DataGridScrollerKeyboardListener.d.ts +1 -0
  248. package/lib/EditorCell.d.ts +67 -67
  249. package/lib/FilterCell.d.ts +55 -55
  250. package/lib/GridCellBase.d.ts +64 -61
  251. package/lib/GridExternalWrapper.d.ts +2 -0
  252. package/lib/GridFilterDialogView_combined.d.ts +100 -80
  253. package/lib/GridIconRepository.d.ts +44 -0
  254. package/lib/GridSortIndicatorView_combined.d.ts +5 -4
  255. package/lib/GridStyleRepository.d.ts +3 -2
  256. package/lib/GridStyleRepositoryKeys.d.ts +28 -27
  257. package/lib/ICheckboxListView.d.ts +38 -0
  258. package/lib/ImageCell.d.ts +17 -17
  259. package/lib/NumericCell.d.ts +2 -2
  260. package/lib/SectionHeaderCell.d.ts +5 -3
  261. package/lib/SummaryCell.d.ts +11 -9
  262. package/lib/TemplateCell.d.ts +5 -5
  263. package/lib/TemplateHeader.d.ts +1 -1
  264. package/lib/TemplateHeaderCell.d.ts +2 -2
  265. package/lib/TemplateHeaderCellModel.d.ts +7 -7
  266. package/lib/TemplateSectionHeader.d.ts +1 -1
  267. package/lib/TextCell.d.ts +7 -7
  268. package/lib/TextHeaderCell.d.ts +30 -30
  269. package/lib/VerticalSeparatorCell.d.ts +8 -8
  270. package/lib/igx-cell-info.d.ts +15 -0
  271. package/lib/igx-data-grid-column-component.d.ts +42 -1
  272. package/lib/igx-data-grid-component.d.ts +61 -1
  273. package/lib/igx-data-grid-filter-dialog-component.d.ts +32 -1
  274. package/lib/igx-numeric-cell-info.d.ts +6 -0
  275. package/lib/igx-numeric-column-component.d.ts +8 -1
  276. package/lib/igx-section-header-component.d.ts +15 -1
  277. package/lib/igx-text-header-cell-info.d.ts +16 -0
  278. package/package.json +4 -4
  279. package/public_api.d.ts +2 -0
@@ -106,7 +106,7 @@ var ColumnGroupingView = /** @class */ /*@__PURE__*/ (function (_super) {
106
106
  }
107
107
  this.n = a;
108
108
  this.d = new CanvasGestureDOMEventProxy(this.o.rootWrapper, this.o, true);
109
- this.d.c9 = true;
109
+ this.d.dc = true;
110
110
  var b = this.d;
111
111
  b.onMouseDown = delegateCombine(b.onMouseDown, runOn(this, this.z));
112
112
  var c = this.d;
@@ -376,8 +376,8 @@ var ColumnGroupingView = /** @class */ /*@__PURE__*/ (function (_super) {
376
376
  var e = this.c();
377
377
  d += e[0];
378
378
  c += e[1];
379
- NativeUI.v(this.q, a.x + c);
380
- NativeUI.ae(this.q, a.y + d);
379
+ NativeUI.x(this.q, a.x + c);
380
+ NativeUI.ah(this.q, a.y + d);
381
381
  }
382
382
  };
383
383
  ColumnGroupingView.prototype.al = function (a) {
@@ -746,7 +746,7 @@ var ColumnGrouping = /** @class */ /*@__PURE__*/ (function (_super) {
746
746
  break;
747
747
  case "ItemHoverBackgroundColor": break;
748
748
  case "BackgroundColor":
749
- NativeUI.m(this.b.u, this.bh);
749
+ NativeUI.n(this.b.u, this.bh);
750
750
  break;
751
751
  }
752
752
  };
@@ -755,7 +755,7 @@ var ColumnGrouping = /** @class */ /*@__PURE__*/ (function (_super) {
755
755
  ColumnGrouping.prototype.ba = function () {
756
756
  var a = this.b.w;
757
757
  if (this.bm != null) {
758
- NativeUI.q(a, this.bm);
758
+ NativeUI.r(a, this.bm);
759
759
  }
760
760
  };
761
761
  ColumnGrouping.prototype.a9 = function () {
@@ -769,13 +769,13 @@ var ColumnGrouping = /** @class */ /*@__PURE__*/ (function (_super) {
769
769
  var b = this.b.j;
770
770
  var c = this.b.k;
771
771
  for (var d = 0; d < a.count; d++) {
772
- NativeUI.q(a._inner[d], this.bl);
772
+ NativeUI.r(a._inner[d], this.bl);
773
773
  }
774
774
  for (var e = 0; e < b.count; e++) {
775
- NativeUI.q(b._inner[e], this.bi);
775
+ NativeUI.r(b._inner[e], this.bi);
776
776
  }
777
777
  for (var f = 0; f < c.count; f++) {
778
- NativeUI.m(c._inner[f], this.bj);
778
+ NativeUI.n(c._inner[f], this.bj);
779
779
  }
780
780
  };
781
781
  ColumnGrouping.prototype.a3 = function () {
@@ -813,10 +813,10 @@ var ColumnGrouping = /** @class */ /*@__PURE__*/ (function (_super) {
813
813
  var c_1 = this.targetGrid.groupDescriptions.j;
814
814
  var _loop_1 = function (d) {
815
815
  var e = new GroupInfo();
816
- var f = b.i(function (g) { return g.mr == c_1.item(d).f; });
816
+ var f = b.i(function (g) { return g.nj == c_1.item(d).f; });
817
817
  if (f != -1) {
818
- if (!stringIsNullOrEmpty(b._inner[f].my)) {
819
- e.c = b._inner[f].my;
818
+ if (!stringIsNullOrEmpty(b._inner[f].nq)) {
819
+ e.c = b._inner[f].nq;
820
820
  }
821
821
  else {
822
822
  e.c = c_1.item(d).f;
@@ -850,7 +850,7 @@ var ColumnGrouping = /** @class */ /*@__PURE__*/ (function (_super) {
850
850
  var h = a;
851
851
  var i = this.targetGrid.actualColumns._inner[h.cellPath.a5];
852
852
  var j = new ColumnGroupDescription(0);
853
- j.f = i.mr;
853
+ j.f = i.nj;
854
854
  j.c = 1;
855
855
  var k = this.targetGrid.groupDescriptions.j.contains(j);
856
856
  j.c = 0;
@@ -1014,13 +1014,13 @@ var ColumnGrouping = /** @class */ /*@__PURE__*/ (function (_super) {
1014
1014
  h.d = i[1] - e;
1015
1015
  h.c = NativeUI.d(f._inner[g]);
1016
1016
  h.f = NativeUI.k(f._inner[g]);
1017
- h.b = AppearanceHelper.a(NativeUI.al(f._inner[g]));
1017
+ h.b = AppearanceHelper.a(NativeUI.ao(f._inner[g]));
1018
1018
  h.g = f._inner[g].getText();
1019
1019
  a.c.add(h);
1020
1020
  }
1021
1021
  var j = this.b.j;
1022
1022
  for (var k = 0; k < j.count; k++) {
1023
- var l = this.q._inner[k].bg();
1023
+ var l = this.q._inner[k].bi();
1024
1024
  var m = this.b.b(j._inner[k]);
1025
1025
  l.i = m[0] - d;
1026
1026
  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 var ColumnOptionsIconAlignment_$type = markEnum('ColumnOptionsIconAlignment', 'Unset,0|None,1|Opposite,2');
37
+ export var ColumnOptionsIconAlignment_$type = markEnum('ColumnOptionsIconAlignment', 'Unset,0|None,1|Opposite,2|Left,3|Right,4');
@@ -298,7 +298,7 @@ var ColumnPinning = /** @class */ /*@__PURE__*/ (function (_super) {
298
298
  break;
299
299
  case "FilterPlaceholderText":
300
300
  if (this.d != null) {
301
- this.d.cb = this.s;
301
+ this.d.cf = this.s;
302
302
  }
303
303
  break;
304
304
  case "BaseTheme":
@@ -346,12 +346,12 @@ var ColumnPinning = /** @class */ /*@__PURE__*/ (function (_super) {
346
346
  for (var _b = __values(fromEnum(this.b.actualColumns)), _c = _b.next(); !_c.done; _c = _b.next()) {
347
347
  var c = _c.value;
348
348
  a = new ColumnPinningInfo();
349
- var d = c.mr;
350
- if (c.my != null) {
351
- d = c.my;
349
+ var d = c.nj;
350
+ if (c.nq != null) {
351
+ d = c.nq;
352
352
  }
353
353
  a.columnName = d;
354
- if (c.is == 1) {
354
+ if (c.it == 1) {
355
355
  a.isPinned = true;
356
356
  }
357
357
  else {
@@ -375,7 +375,7 @@ var ColumnPinning = /** @class */ /*@__PURE__*/ (function (_super) {
375
375
  }
376
376
  this.d.showSelectAll = false;
377
377
  if (this.s != null) {
378
- this.d.cb = this.s;
378
+ this.d.cf = this.s;
379
379
  }
380
380
  this.d.itemsSource = b;
381
381
  var e = "";
@@ -391,17 +391,17 @@ var ColumnPinning = /** @class */ /*@__PURE__*/ (function (_super) {
391
391
  var c = this.d.g.actualDataSource.getItemAtIndex(b.c);
392
392
  var d = this.b.actualColumns.count;
393
393
  for (var e = 0; e < d; e++) {
394
- if (this.b.actualColumns._inner[e].mr == c.columnName || this.b.actualColumns._inner[e].ni == c.columnName || this.b.actualColumns._inner[e].my == c.columnName) {
395
- if (this.b.actualColumns._inner[e].is == 0) {
396
- this.b.actualColumns._inner[e].is = 1;
394
+ if (this.b.actualColumns._inner[e].nj == c.columnName || this.b.actualColumns._inner[e].ob == c.columnName || this.b.actualColumns._inner[e].nq == c.columnName) {
395
+ if (this.b.actualColumns._inner[e].it == 0) {
396
+ this.b.actualColumns._inner[e].it = 1;
397
397
  }
398
- else if (this.b.actualColumns._inner[e].is == 2) {
399
- this.b.actualColumns._inner[e].is = 1;
398
+ else if (this.b.actualColumns._inner[e].it == 2) {
399
+ this.b.actualColumns._inner[e].it = 1;
400
400
  }
401
401
  else {
402
- this.b.actualColumns._inner[e].is = 0;
402
+ this.b.actualColumns._inner[e].it = 0;
403
403
  }
404
- this.b.actualColumns._inner[e].ol("Pinned");
404
+ this.b.actualColumns._inner[e].pf("Pinned");
405
405
  break;
406
406
  }
407
407
  }
@@ -163,7 +163,7 @@ var ComparisonOperatorSelectorView = /** @class */ /*@__PURE__*/ (function (_sup
163
163
  };
164
164
  ComparisonOperatorSelectorView.prototype.onDocumentKeyDown = function (a) {
165
165
  var b = a;
166
- if (BaseDOMEventProxy.c1(b) == 8) {
166
+ if (BaseDOMEventProxy.c4(b) == 8) {
167
167
  this.a.d8();
168
168
  }
169
169
  };
@@ -721,15 +721,15 @@ var ComparisonOperatorSelector = /** @class */ /*@__PURE__*/ (function (_super)
721
721
  $ret.c = false;
722
722
  return $ret;
723
723
  })());
724
- this.n.k7 = this.n.k8 = 4;
725
- this.n.k9 = this.n.k6 = 0;
726
- this.n.mr = "Icon";
724
+ this.n.lm = this.n.ln = 4;
725
+ this.n.lo = this.n.ll = 0;
726
+ this.n.nj = "Icon";
727
727
  var e = this.n;
728
728
  e.cellUpdating = delegateCombine(e.cellUpdating, runOn(this, this.el));
729
729
  this.f.columns.add(this.n);
730
730
  var f = new TextColumn();
731
- f.mr = "DisplayText";
732
- f.k7 = 0;
731
+ f.nj = "DisplayText";
732
+ f.lm = 0;
733
733
  f.g = 0;
734
734
  this.f.columns.add(f);
735
735
  this.d4();
@@ -1034,12 +1034,12 @@ var ComparisonOperatorSelector = /** @class */ /*@__PURE__*/ (function (_super)
1034
1034
  this.em();
1035
1035
  };
1036
1036
  ComparisonOperatorSelector.prototype.d9 = function (a, b) {
1037
- var c = b.cellInfo.fp;
1037
+ var c = b.cellInfo.fq;
1038
1038
  this.i = this.f.actualDataSource.getItemAtIndex(c);
1039
1039
  this.d8();
1040
1040
  };
1041
1041
  ComparisonOperatorSelector.prototype.el = function (a, b) {
1042
- this.e.t(b.content, b.cellInfo.ig);
1042
+ this.e.t(b.content, b.cellInfo.ij);
1043
1043
  };
1044
1044
  ComparisonOperatorSelector.$t = markType(ComparisonOperatorSelector, 'ComparisonOperatorSelector', Base.$, [INotifyPropertyChanged_$type]);
1045
1045
  ComparisonOperatorSelector.dw = "M 8 5 A 7 7 0 1 0 15 12 A 7 7 0 0 0 8 5 z M 18 7 A 5 5 0 0 0 15 8.0605469 A 7.48 7.48 0 0 1 15.490234 9.0605469 A 3.89 3.89 0 1 1 15.490234 14.880859 A 8.08 8.08 0 0 1 15 15.880859 A 5 5 0 1 0 18 7 z M 11.179688 8.8203125 L 12.310547 9.9394531 L 7.0703125 15.179688 L 3.6894531 11.810547 L 4.8203125 10.689453 L 7.0703125 12.939453 L 11.179688 8.8203125 z M 16.560547 9.7792969 L 15.779297 10.560547 L 17.210938 12 L 15.779297 13.439453 L 16.560547 14.220703 L 18 12.789062 L 19.439453 14.220703 L 20.220703 13.439453 L 18.789062 12 L 20.220703 10.560547 L 19.439453 9.7792969 L 18 11.210938 L 16.560547 9.7792969 z ";
@@ -56,21 +56,21 @@ var ContentCellModelHelper = /** @class */ /*@__PURE__*/ (function (_super) {
56
56
  };
57
57
  ContentCellModelHelper.a = function (a, b, c, d, e) {
58
58
  if (b.a7) {
59
- if (b.bc(CellModel.fo) || b.bc(CellModel.eu) || b.bc(CellModel.h4) || b.bb("IsRowPinned") || b.bb("IsRowSticky") || b.bb("PinnedRowOpacity")) {
59
+ if (b.bc(CellModel.fp) || b.bc(CellModel.eu) || b.bc(CellModel.h7) || b.bb("IsRowPinned") || b.bb("IsRowSticky") || b.bb("PinnedRowOpacity")) {
60
60
  var f = Math.min(1, Math.max(0, b.c7));
61
61
  var g = b.cp * (1 - f);
62
62
  d.setRawStyleProperty("opacity", g.toString());
63
63
  if (b.bm) {
64
- e.dl(b.cp * f);
64
+ e.dm(b.cp * f);
65
65
  }
66
66
  }
67
67
  if (b.bc(CellModel.e5)) {
68
- ContentCellModelHelper.c(d, b.ne);
68
+ ContentCellModelHelper.c(d, b.nl);
69
69
  if (b.bm) {
70
- e.di(b.ne);
70
+ e.dj(b.nl);
71
71
  }
72
72
  }
73
- if (b.bc(CellModel.gu)) {
73
+ if (b.bc(CellModel.gw)) {
74
74
  switch (b.ac) {
75
75
  case 0:
76
76
  d.setRawStyleProperty("white-space", "nowrap");
@@ -90,19 +90,19 @@ var ContentCellModelHelper = /** @class */ /*@__PURE__*/ (function (_super) {
90
90
  if (b.bb("TextDecoration")) {
91
91
  ContentCellModelHelper.d(d, b.aa);
92
92
  }
93
- if (b.bc(CellModel.ga) || b.bc(CellModel.h3)) {
93
+ if (b.bc(CellModel.gc) || b.bc(CellModel.h6)) {
94
94
  var h = b.g;
95
95
  var i = b.i;
96
96
  ContentCellModelHelper.b(c, d, h);
97
- e.ci(c, d, h);
97
+ e.cj(c, d, h);
98
98
  ContentCellModelHelper.e(c, d, i);
99
- e.co(i);
99
+ e.cp(i);
100
100
  if (b.bm) {
101
- e.dh(h, i);
101
+ e.di(h, i);
102
102
  }
103
103
  }
104
104
  if (b.bb("ActualFontInfo")) {
105
- e.c0(d, b.ah);
105
+ e.c1(d, b.ah);
106
106
  }
107
107
  if (b.bb("IsEdited") || b.bb("IsDeleted")) {
108
108
  if (b.bd || b.ba) {
@@ -216,7 +216,7 @@ var DataGridCellLayoutPanel = /** @class */ /*@__PURE__*/ (function (_super) {
216
216
  if (v.bl) {
217
217
  m = true;
218
218
  }
219
- if (v.u == 1 && v.h9 != n) {
219
+ if (v.u == 1 && v.ic != n) {
220
220
  m = true;
221
221
  }
222
222
  }
@@ -272,8 +272,8 @@ var DataGridCellLayoutPanel = /** @class */ /*@__PURE__*/ (function (_super) {
272
272
  ag.nativeCell.isRemoved = false;
273
273
  }
274
274
  af.u = 2;
275
- var al = (af.he + intDivide(af.h5, 2));
276
- var am = (af.hg + intDivide(af.f8, 2));
275
+ var al = (af.hh + intDivide(af.h8, 2));
276
+ var am = (af.hj + intDivide(af.ga, 2));
277
277
  var an = (al - b) / this.f.actualVisibleRegion.width;
278
278
  var ao = (am - a) / this.f.actualVisibleRegion.height;
279
279
  if (af.bn) {
@@ -294,15 +294,15 @@ var DataGridCellLayoutPanel = /** @class */ /*@__PURE__*/ (function (_super) {
294
294
  aj.setRawStyleProperty("clip", this.y(af));
295
295
  }
296
296
  else {
297
- if (Rect.l_op_Inequality(af.nz, Rect.empty)) {
298
- aj.setRawStyleProperty("clip", this.x(af.nz));
297
+ if (Rect.l_op_Inequality(af.n8, Rect.empty)) {
298
+ aj.setRawStyleProperty("clip", this.x(af.n8));
299
299
  }
300
300
  else {
301
301
  aj.setRawStyleProperty("clip", "auto");
302
302
  }
303
303
  }
304
304
  }
305
- af.l9();
305
+ af.me();
306
306
  if (ai) {
307
307
  var ap = af.s.nativeCell;
308
308
  ap.co(z);
@@ -310,17 +310,17 @@ var DataGridCellLayoutPanel = /** @class */ /*@__PURE__*/ (function (_super) {
310
310
  af.s.modelUpdated(af);
311
311
  if (ai && y.b) {
312
312
  var aq = y.a;
313
- aq.aa();
313
+ aq.ac();
314
314
  if (af.l.d != 0 && this.f.b2) {
315
- aq.ah(this.ax(af.l.d));
315
+ aq.aj(this.ax(af.l.d));
316
316
  }
317
317
  var ar = af.s.nativeCell;
318
318
  ar.b6(aq, y.c, y.d, af.c8, af.c9, z);
319
- aq.z();
319
+ aq.ab();
320
320
  }
321
- af.l2();
321
+ af.l7();
322
322
  if (m) {
323
- af.h9 = n;
323
+ af.ic = n;
324
324
  if (!ai) {
325
325
  aj.setRawStyleProperty("z-index", x.toString());
326
326
  }
@@ -331,7 +331,7 @@ var DataGridCellLayoutPanel = /** @class */ /*@__PURE__*/ (function (_super) {
331
331
  }
332
332
  this.m = false;
333
333
  if (y.a != null && this.q != 1) {
334
- y.a.z();
334
+ y.a.ab();
335
335
  }
336
336
  this.an();
337
337
  };
@@ -544,8 +544,8 @@ var DataGridCellLayoutPanel = /** @class */ /*@__PURE__*/ (function (_super) {
544
544
  DataGridCellLayoutPanel.prototype.y = function (a) {
545
545
  var b = a.c8 < this.g.cn ? this.g.cn - a.c8 : 0;
546
546
  var c = 0;
547
- var 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;
548
- var e = a.f8;
547
+ var d = this.g.cy == -1 ? a.h8 : (a.c8 + a.h8 > this.g.co) ? a.h8 - (a.c8 + a.h8 - this.g.co) : a.h8;
548
+ var e = a.ga;
549
549
  return this.x(new Rect(0, b, c, d, e));
550
550
  };
551
551
  DataGridCellLayoutPanel.prototype.ah = function (a, b) {
@@ -12,6 +12,9 @@ var DataGridLocaleEn = /** @class */ /*@__PURE__*/ (function () {
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";
@@ -19,49 +19,52 @@ var DataGridScrollerKeyboardListener = /** @class */ /*@__PURE__*/ (function (_s
19
19
  return _this;
20
20
  }
21
21
  DataGridScrollerKeyboardListener.prototype.onDownArrow = function (a, b) {
22
- return this.a.ko(a, b);
22
+ return this.a.kv(a, b);
23
23
  };
24
24
  DataGridScrollerKeyboardListener.prototype.onEnd = function (a, b) {
25
- return this.a.kp(a, b);
25
+ return this.a.kw(a, b);
26
26
  };
27
27
  DataGridScrollerKeyboardListener.prototype.onHome = function (a, b) {
28
- return this.a.kt(a, b);
28
+ return this.a.k0(a, b);
29
29
  };
30
30
  DataGridScrollerKeyboardListener.prototype.onLeftArrow = function (a, b) {
31
- return this.a.kv(a, b);
31
+ return this.a.k2(a, b);
32
32
  };
33
33
  DataGridScrollerKeyboardListener.prototype.onPageDown = function (a, b) {
34
- return this.a.kw(a, b);
34
+ return this.a.k3(a, b);
35
35
  };
36
36
  DataGridScrollerKeyboardListener.prototype.onPageUp = function (a, b) {
37
- return this.a.kx(a, b);
37
+ return this.a.k4(a, b);
38
38
  };
39
39
  DataGridScrollerKeyboardListener.prototype.onRightArrow = function (a, b) {
40
- return this.a.ky(a, b);
40
+ return this.a.k5(a, b);
41
41
  };
42
42
  DataGridScrollerKeyboardListener.prototype.onTab = function (a, b) {
43
- return this.a.k0(a, b);
43
+ return this.a.k7(a, b);
44
44
  };
45
45
  DataGridScrollerKeyboardListener.prototype.onUpArrow = function (a, b) {
46
- return this.a.k1(a, b);
46
+ return this.a.k8(a, b);
47
47
  };
48
48
  DataGridScrollerKeyboardListener.prototype.onWheel = function () {
49
- this.a.x4();
49
+ this.a.ys();
50
50
  };
51
51
  DataGridScrollerKeyboardListener.prototype.onEnter = function (a, b) {
52
- return this.a.kq(a, b);
52
+ return this.a.kx(a, b);
53
53
  };
54
54
  DataGridScrollerKeyboardListener.prototype.onEscape = function () {
55
- return this.a.kr();
55
+ return this.a.ky();
56
56
  };
57
57
  DataGridScrollerKeyboardListener.prototype.onF2 = function () {
58
- return this.a.ks();
58
+ return this.a.kz();
59
59
  };
60
60
  DataGridScrollerKeyboardListener.prototype.onSpace = function (a, b) {
61
- return this.a.kz(a, b);
61
+ return this.a.k6(a, b);
62
62
  };
63
63
  DataGridScrollerKeyboardListener.prototype.onKeyDown = function (a, b, c) {
64
- return this.a.ku(a, b, c);
64
+ return this.a.k1(a, b, c);
65
+ };
66
+ DataGridScrollerKeyboardListener.prototype.onGotFocus = function (a, b) {
67
+ this.a.x2(a, b);
65
68
  };
66
69
  DataGridScrollerKeyboardListener.$t = markType(DataGridScrollerKeyboardListener, 'DataGridScrollerKeyboardListener', Base.$, [IScrollerKeyboardListener_$type]);
67
70
  return DataGridScrollerKeyboardListener;
@@ -285,7 +285,7 @@ var DataGridToolbarView = /** @class */ /*@__PURE__*/ (function (_super) {
285
285
  a.stopPropagation();
286
286
  };
287
287
  DataGridToolbarView.prototype.q = function (a) {
288
- if (BaseDOMEventProxy.c1(a) == 8) {
288
+ if (BaseDOMEventProxy.c4(a) == 8) {
289
289
  this.a.av();
290
290
  }
291
291
  };
@@ -811,10 +811,10 @@ var DataGridToolbar = /** @class */ /*@__PURE__*/ (function (_super) {
811
811
  this.s = 0;
812
812
  this.t = 0;
813
813
  for (var b = 0; b < a; b++) {
814
- if (this.e.actualColumns._inner[b].j1 == true) {
814
+ if (this.e.actualColumns._inner[b].kb == true) {
815
815
  this.s++;
816
816
  }
817
- if (this.e.actualColumns._inner[b].is == 1) {
817
+ if (this.e.actualColumns._inner[b].it == 1) {
818
818
  this.t++;
819
819
  }
820
820
  }
@@ -29,22 +29,22 @@ var DateTimeCellPresenter = /** @class */ /*@__PURE__*/ (function (_super) {
29
29
  _super.prototype.b.call(this, a);
30
30
  var b = a;
31
31
  if (a.a7) {
32
- if (a.bc(DateTimeCellModel.oc) || a.bc(DateTimeCellModel.od) || a.bc(DateTimeCellModel.ob) || a.bc(DateTimeCellModel.gx) || a.bc(DateTimeCellModel.h2)) {
32
+ if (a.bc(DateTimeCellModel.ol) || a.bc(DateTimeCellModel.om) || a.bc(DateTimeCellModel.ok) || a.bc(DateTimeCellModel.gz) || a.bc(DateTimeCellModel.h5)) {
33
33
  this.e(b);
34
- this.d.c8(this.d.dx, b.kx);
34
+ this.d.c9(this.d.d0, b.k1);
35
35
  }
36
- ContentCellModelHelper.a(this.a.am, b, this.a.ar, this.d.dx, this.a);
36
+ ContentCellModelHelper.a(this.a.am, b, this.a.ar, this.d.d0, this.a);
37
37
  }
38
38
  };
39
39
  DateTimeCellPresenter.prototype.e = function (a) {
40
- if (a.lt != null) {
41
- a.kx = a.lt;
40
+ if (a.ly != null) {
41
+ a.k1 = a.ly;
42
42
  return;
43
43
  }
44
- a.kx = a.oo(a.oa);
45
- if (a.kx == stringEmpty()) {
46
- if (a.ie != null && !(typeCast(Date_$type, a.ie) !== null)) {
47
- a.kx = a.ie.toString();
44
+ a.k1 = a.ox(a.oj);
45
+ if (a.k1 == stringEmpty()) {
46
+ if (a.ii != null && !(typeCast(Date_$type, a.ii) !== null)) {
47
+ a.k1 = a.ii.toString();
48
48
  }
49
49
  }
50
50
  };
@@ -144,8 +144,8 @@ var Dragger = /** @class */ /*@__PURE__*/ (function (_super) {
144
144
  var e = this.view.getWindowScrollPos();
145
145
  c += e[0];
146
146
  d += e[1];
147
- NativeUI.v(this.cloneCell, a + d);
148
- NativeUI.ae(this.cloneCell, b + c);
147
+ NativeUI.x(this.cloneCell, a + d);
148
+ NativeUI.ah(this.cloneCell, b + c);
149
149
  }
150
150
  }
151
151
  };
@@ -178,8 +178,8 @@ var Dragger = /** @class */ /*@__PURE__*/ (function (_super) {
178
178
  var j = this.view.getWindowScrollPos();
179
179
  h += j[0];
180
180
  i += j[1];
181
- NativeUI.v(this.cloneCell, a + i);
182
- NativeUI.ae(this.cloneCell, b + h);
181
+ NativeUI.x(this.cloneCell, a + i);
182
+ NativeUI.ah(this.cloneCell, b + h);
183
183
  }
184
184
  }
185
185
  };
@@ -42,8 +42,8 @@ var DraggerView = /** @class */ /*@__PURE__*/ (function (_super) {
42
42
  this.c = null;
43
43
  }
44
44
  if (this.a != null) {
45
- this.a.ap = null;
46
- this.a.aw();
45
+ this.a.aq = null;
46
+ this.a.ax();
47
47
  }
48
48
  return;
49
49
  }
@@ -51,23 +51,23 @@ var DraggerView = /** @class */ /*@__PURE__*/ (function (_super) {
51
51
  var b = Math.round(this.c.rootWrapper.width());
52
52
  var c = Math.round(this.c.rootWrapper.height());
53
53
  this.a = new CanvasGestureDOMEventProxy(this.c.rootWrapper, this.c, true);
54
- this.a.c9 = true;
54
+ this.a.dc = true;
55
55
  var d = this.a;
56
56
  d.onMouseOver = delegateCombine(d.onMouseOver, runOn(this, this.e));
57
57
  var e = this.a;
58
58
  e.onMouseUp = delegateCombine(e.onMouseUp, runOn(this, this.f));
59
- this.a.ap = runOn(this, this.b);
59
+ this.a.aq = runOn(this, this.b);
60
60
  this.model.viewportWidth = b;
61
61
  this.model.viewportHeight = c;
62
62
  };
63
63
  DraggerView.prototype.onDetachedFromUI = function () {
64
64
  if (this.a != null && this.c != null) {
65
- this.a.bi(this.c.rootWrapper, "");
65
+ this.a.bk(this.c.rootWrapper, "");
66
66
  }
67
67
  };
68
68
  DraggerView.prototype.onAttachedToUI = function () {
69
69
  if (this.a != null) {
70
- this.a.au(this.c.rootWrapper, "");
70
+ this.a.av(this.c.rootWrapper, "");
71
71
  }
72
72
  };
73
73
  DraggerView.prototype.b = function (a) {
@@ -84,7 +84,7 @@ var DraggerView = /** @class */ /*@__PURE__*/ (function (_super) {
84
84
  DraggerView.prototype.releaseMouse = function () {
85
85
  };
86
86
  DraggerView.prototype.transformPoint = function (a, b) {
87
- var c = BaseDOMEventProxy.c5(this.c.rootWrapper);
87
+ var c = BaseDOMEventProxy.c8(this.c.rootWrapper);
88
88
  var d = { $type: Point_$type, x: a - c.x, y: b - c.y };
89
89
  return d;
90
90
  };
@@ -95,7 +95,7 @@ var DraggerView = /** @class */ /*@__PURE__*/ (function (_super) {
95
95
  this.model.onMouseUp(a.x, a.y);
96
96
  };
97
97
  DraggerView.prototype.onViewportSizeChanged = function (a, b) {
98
- this.a.bm = new Rect(0, 0, 0, a, b);
98
+ this.a.bo = new Rect(0, 0, 0, a, b);
99
99
  };
100
100
  DraggerView.prototype.addCloneCellToDom = function () {
101
101
  if (this.c != null) {