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
@@ -23,33 +23,33 @@ let FilterCellPresenter = /*@__PURE__*/ (() => {
23
23
  e(a) {
24
24
  let b = a;
25
25
  if (a.a7) {
26
- if (b.bc(FilterCellModel.oi)) {
27
- this.d.dx = b.n5;
26
+ if (b.bc(FilterCellModel.oj)) {
27
+ this.d.dy = b.n6;
28
28
  }
29
- if (b.bc(CellModel.f6)) {
30
- this.d.ec = b.aj;
29
+ if (b.bc(CellModel.f7)) {
30
+ this.d.ed = b.aj;
31
31
  }
32
- if (b.bc(FilterCellModel.ol)) {
33
- this.d.dw = b.n3;
32
+ if (b.bc(FilterCellModel.om)) {
33
+ this.d.dx = b.n4;
34
34
  }
35
- if (b.bc(FilterCellModel.ok)) {
36
- this.d.d5 = b.n9;
35
+ if (b.bc(FilterCellModel.ol)) {
36
+ this.d.d6 = b.oa;
37
37
  }
38
- if (b.bc(FilterCellModel.om)) {
39
- if (b.ob) {
40
- this.d.ez();
38
+ if (b.bc(FilterCellModel.on)) {
39
+ if (b.oc) {
40
+ this.d.e0();
41
41
  }
42
42
  else {
43
- this.d.ey();
43
+ this.d.ez();
44
44
  }
45
45
  }
46
46
  if (b.bc(FilterCellModel.e5)) {
47
- this.d.fk = b.ne;
47
+ this.d.fl = b.nf;
48
48
  }
49
49
  }
50
50
  if (a.bn || a.bs) {
51
- if (b.bc(FilterCellModel.h7) || b.bc(FilterCellModel.h8) || b.bc(FilterCellModel.h6) || b.bc(FilterCellModel.f9)) {
52
- this.d.fi(b.c8, b.c9, b.h5, b.f8);
51
+ if (b.bc(FilterCellModel.h8) || b.bc(FilterCellModel.h9) || b.bc(FilterCellModel.h7) || b.bc(FilterCellModel.ga)) {
52
+ this.d.fj(b.c8, b.c9, b.h6, b.f9);
53
53
  }
54
54
  }
55
55
  }
@@ -105,14 +105,14 @@ let GridCellBase = /*@__PURE__*/ (() => {
105
105
  this.ck("SuffixText", b, this.bp);
106
106
  }
107
107
  }
108
- get ds() {
109
- return this.dp;
108
+ get dt() {
109
+ return this.dq;
110
110
  }
111
- set ds(a) {
112
- let b = this.dp;
113
- this.dp = a;
114
- if (b != this.dp) {
115
- this.ck("SuffixTextColor", b, this.dp);
111
+ set dt(a) {
112
+ let b = this.dq;
113
+ this.dq = a;
114
+ if (b != this.dq) {
115
+ this.ck("SuffixTextColor", b, this.dq);
116
116
  }
117
117
  }
118
118
  get n() {
@@ -171,6 +171,16 @@ let GridCellBase = /*@__PURE__*/ (() => {
171
171
  this.ck("SuffixIconCollectionName", b, this.bn);
172
172
  }
173
173
  }
174
+ get ds() {
175
+ return this.dp;
176
+ }
177
+ set ds(a) {
178
+ let b = this.dp;
179
+ this.dp = a;
180
+ if (b != this.dp) {
181
+ this.ck("SuffixIconStroke", b, this.dp);
182
+ }
183
+ }
174
184
  get dr() {
175
185
  return this.dn;
176
186
  }
@@ -178,27 +188,17 @@ let GridCellBase = /*@__PURE__*/ (() => {
178
188
  let b = this.dn;
179
189
  this.dn = a;
180
190
  if (b != this.dn) {
181
- this.ck("SuffixIconStroke", b, this.dn);
182
- }
183
- }
184
- get dq() {
185
- return this.dm;
186
- }
187
- set dq(a) {
188
- let b = this.dm;
189
- this.dm = a;
190
- if (b != this.dm) {
191
- this.ck("SuffixIconFill", b, this.dm);
191
+ this.ck("SuffixIconFill", b, this.dn);
192
192
  }
193
193
  }
194
- get du() {
195
- return this.dt;
194
+ get dv() {
195
+ return this.du;
196
196
  }
197
- set du(a) {
198
- let b = this.dt;
199
- this.dt = a;
200
- if (Rect.l_op_Inequality(b, this.dt)) {
201
- this.ck("SuffixIconViewBox", b, this.dt);
197
+ set dv(a) {
198
+ let b = this.du;
199
+ this.du = a;
200
+ if (Rect.l_op_Inequality(b, this.du)) {
201
+ this.ck("SuffixIconViewBox", b, this.du);
202
202
  }
203
203
  }
204
204
  cm() {
@@ -232,22 +232,22 @@ let GridCellBase = /*@__PURE__*/ (() => {
232
232
  cn() {
233
233
  if (this.aq != null) {
234
234
  this.c8(this.aq, this.bp);
235
- this.c9(this.aq, this.ds);
235
+ this.c9(this.aq, this.dt);
236
236
  this.c0(this.aq, this.n);
237
- this.da(this.aq, this.h);
237
+ this.db(this.aq, this.h);
238
238
  }
239
239
  if (this.l != null) {
240
- this.l.ea = this.dr;
241
- this.l.fill = this.dq;
242
- if (!this.du.isEmpty && !isNaN_(this.du.left) && !isNaN_(this.du.top) && !isNaN_(this.du.width) && !isNaN_(this.du.height)) {
243
- this.l.a6 = this.du.left;
244
- this.l.a7 = this.du.top;
245
- this.l.a8 = this.du.width;
246
- this.l.a5 = this.du.height;
240
+ this.l.ea = this.ds;
241
+ this.l.fill = this.dr;
242
+ if (!this.dv.isEmpty && !isNaN_(this.dv.left) && !isNaN_(this.dv.top) && !isNaN_(this.dv.width) && !isNaN_(this.dv.height)) {
243
+ this.l.a6 = this.dv.left;
244
+ this.l.a7 = this.dv.top;
245
+ this.l.a8 = this.dv.width;
246
+ this.l.a5 = this.dv.height;
247
247
  }
248
- this.c7(this.ap, this.dr);
249
- this.cz(this.ap, this.dq);
250
- this.da(this.ap, this.h);
248
+ this.c7(this.ap, this.ds);
249
+ this.cz(this.ap, this.dr);
250
+ this.db(this.ap, this.h);
251
251
  this.c3(this.l, this.bv, this.by);
252
252
  }
253
253
  }
@@ -255,8 +255,8 @@ let GridCellBase = /*@__PURE__*/ (() => {
255
255
  a.svg = null;
256
256
  a.svgPath = null;
257
257
  a.b = null;
258
- a.b0 = null;
259
- a.bh = null;
258
+ a.b2 = null;
259
+ a.bj = null;
260
260
  let d = SvgIconRegistry.instance.getSvgPathString(this.bn, this.bo);
261
261
  if (d != null) {
262
262
  if (stringStartsWith(d, "<svg")) {
@@ -274,12 +274,12 @@ let GridCellBase = /*@__PURE__*/ (() => {
274
274
  }
275
275
  let f = SvgIconRegistry.instance.getDataURLString(this.bn, this.bo);
276
276
  if (f != null) {
277
- a.b0 = f;
277
+ a.b2 = f;
278
278
  return;
279
279
  }
280
280
  let g = SvgIconRegistry.instance.getIconSource(this.bn, this.bo);
281
281
  if (g != null) {
282
- a.bh = g;
282
+ a.bj = g;
283
283
  }
284
284
  }
285
285
  get aj() {
@@ -312,14 +312,14 @@ let GridCellBase = /*@__PURE__*/ (() => {
312
312
  this.v = true;
313
313
  this.aq = null;
314
314
  this.bp = null;
315
- this.dp = null;
315
+ this.dq = null;
316
316
  this.m = null;
317
317
  this.x = false;
318
318
  this.bo = null;
319
319
  this.bn = null;
320
+ this.dp = null;
320
321
  this.dn = null;
321
- this.dm = null;
322
- this.dt = Rect.empty;
322
+ this.du = Rect.empty;
323
323
  this.al = null;
324
324
  this.ap = null;
325
325
  this.l = null;
@@ -333,7 +333,7 @@ let GridCellBase = /*@__PURE__*/ (() => {
333
333
  this.aw = 0;
334
334
  this.av = 0;
335
335
  this.at = 0;
336
- this.dl = null;
336
+ this.dm = null;
337
337
  this.a3 = 0;
338
338
  this.bc = 0;
339
339
  this.a4 = 0;
@@ -372,9 +372,9 @@ let GridCellBase = /*@__PURE__*/ (() => {
372
372
  this.an.listen("mouseup", runOn(this, this.cf));
373
373
  this.an.listen("mousemove", runOn(this, this.ce));
374
374
  this.an.listen("mouseleave", runOn(this, this.cd));
375
- this.an.listen("touchstart", runOn(this, this.dd));
376
- this.an.listen("touchend", runOn(this, this.df));
377
- this.an.listen("touchmove", runOn(this, this.de));
375
+ this.an.listen("touchstart", runOn(this, this.de));
376
+ this.an.listen("touchend", runOn(this, this.dg));
377
+ this.an.listen("touchmove", runOn(this, this.df));
378
378
  }
379
379
  }
380
380
  ca() {
@@ -438,7 +438,7 @@ let GridCellBase = /*@__PURE__*/ (() => {
438
438
  this.aw = c;
439
439
  this.av = d;
440
440
  this.at = e;
441
- this.dl = a;
441
+ this.dm = a;
442
442
  if (a == null) {
443
443
  this.an.setRawStyleProperty("border", "");
444
444
  }
@@ -476,18 +476,18 @@ let GridCellBase = /*@__PURE__*/ (() => {
476
476
  if (this.ao != null) {
477
477
  this.ao.setRawYPosition(intDivide(this.a3, 2) - intDivide(this.a2, 2));
478
478
  }
479
- this.dc(this.bc, this.a3, this.bc, c);
479
+ this.dd(this.bc, this.a3, this.bc, c);
480
480
  }
481
481
  }
482
- db(a, b) {
482
+ dc(a, b) {
483
483
  if (this.bc != a) {
484
484
  let c = this.bc;
485
485
  this.bc = a;
486
486
  this.an.setRawStyleProperty("width", a.toString() + "px");
487
- this.dc(this.bc, this.a3, c, this.a3);
487
+ this.dd(this.bc, this.a3, c, this.a3);
488
488
  }
489
489
  }
490
- dc(a, b, c, d) {
490
+ dd(a, b, c, d) {
491
491
  }
492
492
  b8() {
493
493
  if (!this.ae) {
@@ -549,13 +549,13 @@ let GridCellBase = /*@__PURE__*/ (() => {
549
549
  let a = this.q();
550
550
  return a.getGenerator("PlaceholderWidths");
551
551
  }
552
- dk(a) {
552
+ dl(a) {
553
553
  if (!this.ae) {
554
554
  return;
555
555
  }
556
556
  this.k.i = (a * 0.20000000298023224);
557
557
  }
558
- di(a, b, c, d) {
558
+ dj(a, b, c, d) {
559
559
  if (this.k != null) {
560
560
  let e = this.ah;
561
561
  let f = this.ag;
@@ -580,10 +580,10 @@ let GridCellBase = /*@__PURE__*/ (() => {
580
580
  co(a) {
581
581
  this.h = a;
582
582
  if (this.aq != null) {
583
- this.da(this.aq, a);
583
+ this.db(this.aq, a);
584
584
  }
585
585
  }
586
- dj(a) {
586
+ dk(a) {
587
587
  if (!this.ae) {
588
588
  return;
589
589
  }
@@ -595,8 +595,8 @@ let GridCellBase = /*@__PURE__*/ (() => {
595
595
  this.ag = b;
596
596
  this.k.d = (b);
597
597
  }
598
- let c = a.h5 * 0.2;
599
- let d = a.f8 * 0.6;
598
+ let c = a.h6 * 0.2;
599
+ let d = a.f9 * 0.6;
600
600
  if (this.ah >= c && this.ah <= d && !this.y) {
601
601
  return;
602
602
  }
@@ -609,9 +609,9 @@ let GridCellBase = /*@__PURE__*/ (() => {
609
609
  this.ah = e;
610
610
  this.k.e = e;
611
611
  }
612
- this.di(this.a7 + this.a0 + this.a2, this.a9, this.bc - (this.a7 + this.a8), this.a3 - (this.a9 + this.a6));
612
+ this.dj(this.a7 + this.a0 + this.a2, this.a9, this.bc - (this.a7 + this.a8), this.a3 - (this.a9 + this.a6));
613
613
  }
614
- dg(a, b) {
614
+ dh(a, b) {
615
615
  if (!this.ae) {
616
616
  return;
617
617
  }
@@ -619,7 +619,7 @@ let GridCellBase = /*@__PURE__*/ (() => {
619
619
  this.i = b;
620
620
  this.y = true;
621
621
  }
622
- dh(a) {
622
+ di(a) {
623
623
  if (!this.ae) {
624
624
  return;
625
625
  }
@@ -652,7 +652,7 @@ let GridCellBase = /*@__PURE__*/ (() => {
652
652
  break;
653
653
  }
654
654
  }
655
- da(a, b) {
655
+ db(a, b) {
656
656
  switch (b) {
657
657
  case 0:
658
658
  a.setRawStyleProperty("vertical-align", "top");
@@ -693,7 +693,7 @@ let GridCellBase = /*@__PURE__*/ (() => {
693
693
  cp(e_) {
694
694
  let a = (e_.originalEvent.pointerType);
695
695
  if (a == "touch") {
696
- this.dd(e_);
696
+ this.de(e_);
697
697
  }
698
698
  else {
699
699
  this.cb(e_);
@@ -702,7 +702,7 @@ let GridCellBase = /*@__PURE__*/ (() => {
702
702
  cs(e_) {
703
703
  let a = (e_.originalEvent.pointerType);
704
704
  if (a == "touch") {
705
- this.de(e_);
705
+ this.df(e_);
706
706
  }
707
707
  else {
708
708
  this.ce(e_);
@@ -711,7 +711,7 @@ let GridCellBase = /*@__PURE__*/ (() => {
711
711
  ct(e_) {
712
712
  let a = (e_.originalEvent.pointerType);
713
713
  if (a == "touch") {
714
- this.df(e_);
714
+ this.dg(e_);
715
715
  }
716
716
  else {
717
717
  this.cf(e_);
@@ -729,13 +729,13 @@ let GridCellBase = /*@__PURE__*/ (() => {
729
729
  this.cc(e_);
730
730
  }
731
731
  }
732
- dd(a) {
732
+ de(a) {
733
733
  this.onContactStarted(a, true);
734
734
  }
735
- de(a) {
735
+ df(a) {
736
736
  this.onContactMoved(a, true);
737
737
  }
738
- df(a) {
738
+ dg(a) {
739
739
  this.onContactCompleted(a, true);
740
740
  }
741
741
  onContactStarted(e_, a) {
@@ -940,6 +940,8 @@ let GridCellBase = /*@__PURE__*/ (() => {
940
940
  }
941
941
  detach() {
942
942
  }
943
+ da(a) {
944
+ }
943
945
  }
944
946
  GridCellBase.$t = /*@__PURE__*/ markType(GridCellBase, 'GridCellBase', Base.$, [INativeCell_$type]);
945
947
  GridCellBase.o = null;
@@ -55,12 +55,12 @@ let GridColumnButtonOptionsView = /*@__PURE__*/ (() => {
55
55
  f.setStyleProperty("margin-left", "1rem");
56
56
  let g = this.o;
57
57
  g.clicked = delegateCombine(g.clicked, runOn(this, this.v));
58
- this.o.g6 = "1";
58
+ this.o.g7 = "1";
59
59
  let h;
60
60
  let i = ((() => { let j = GridColumnOptionsUtilities.g(this.n, b, null, c.p, c.j, Size.empty, this.p, h, this.u); this.p = j.p6; h = j.p7; this.u = j.p8; return j.ret; })());
61
61
  let j = this.p;
62
62
  j.clicked = delegateCombine(j.clicked, runOn(this, this.w));
63
- this.p.g6 = "1";
63
+ this.p.g7 = "1";
64
64
  this.p.e = 2;
65
65
  let k = b.createElement("div");
66
66
  k.setStyleProperty("display", "flex");
@@ -46,7 +46,7 @@ let GridColumnFilterOptionsView = /*@__PURE__*/ (() => {
46
46
  if (null != this.w && null != this.x) {
47
47
  this.w.setStyleProperty("padding-bottom", "5px");
48
48
  this.w.setStyleProperty("margin", "0 -8px");
49
- switch (this.q.q) {
49
+ switch (this.q.r) {
50
50
  case 2:
51
51
  this.x.setStyleProperty("margin", "0 -.25rem");
52
52
  break;
@@ -147,7 +147,7 @@ let GridColumnFilterOptions = /*@__PURE__*/ (() => {
147
147
  if (this.c != null && this.c.filterUIType != 0) {
148
148
  return false;
149
149
  }
150
- if (!this.column.js) {
150
+ if (!this.column.j7) {
151
151
  return false;
152
152
  }
153
153
  if (this.c == null || this.c.actualDataSource == null || !this.c.actualDataSource.isGroupingSupported || !this.c.actualDataSource.isFilteringSupported) {
@@ -257,7 +257,7 @@ let GridColumnFilterOptions = /*@__PURE__*/ (() => {
257
257
  this.bc("TextFilterCaption", b, this.cf);
258
258
  }
259
259
  cu() {
260
- let a = this.bx.a1();
260
+ let a = this.bx.a2();
261
261
  this.bw.al(!a);
262
262
  let b = this.b3();
263
263
  this.bw.am(b);
@@ -286,7 +286,7 @@ let GridColumnFilterOptions = /*@__PURE__*/ (() => {
286
286
  c.add(h);
287
287
  }
288
288
  if (c.count == 1) {
289
- this.column.g2 = c._inner[0];
289
+ this.column.g4 = c._inner[0];
290
290
  }
291
291
  else {
292
292
  let i = new ColumnFilterConditionGroup();
@@ -294,9 +294,9 @@ let GridColumnFilterOptions = /*@__PURE__*/ (() => {
294
294
  for (let j of fromEnum(c)) {
295
295
  i.add(j);
296
296
  }
297
- this.column.g2 = i;
297
+ this.column.g4 = i;
298
298
  }
299
- this.column.n0("Filtered");
299
+ this.column.o9("Filtered");
300
300
  }
301
301
  provideClearFiltersSection(a) {
302
302
  this.bw.ah(a);
@@ -319,7 +319,7 @@ let GridColumnFilterOptions = /*@__PURE__*/ (() => {
319
319
  this.bw.ak(a);
320
320
  }
321
321
  cl() {
322
- this.column.g2 = null;
322
+ this.column.g4 = null;
323
323
  this.cv();
324
324
  }
325
325
  static bv(a, b) {
@@ -333,12 +333,12 @@ let GridColumnFilterOptions = /*@__PURE__*/ (() => {
333
333
  if (null == a) {
334
334
  return false;
335
335
  }
336
- return null != a.g2;
336
+ return null != a.g4;
337
337
  }
338
338
  co() {
339
339
  let a = this.column;
340
340
  let b = this.c;
341
- let c = (null != a) ? a.l7 : null;
341
+ let c = (null != a) ? a.nf : null;
342
342
  let d = null;
343
343
  let e = null;
344
344
  if (b != null) {
@@ -398,7 +398,7 @@ let GridColumnFilterOptions = /*@__PURE__*/ (() => {
398
398
  }
399
399
  cv() {
400
400
  let a = this.column;
401
- let b = (null != a) ? a.l7 : null;
401
+ let b = (null != a) ? a.nf : null;
402
402
  let c = true;
403
403
  let d = toNullable(ColumnComparisonConditionOperatorType_$type, null);
404
404
  let e = this.b4();
@@ -420,15 +420,15 @@ let GridColumnFilterOptions = /*@__PURE__*/ (() => {
420
420
  }
421
421
  }
422
422
  if (e.count == 0 || !c) {
423
- this.bx.ed();
423
+ this.bx.ej();
424
424
  return;
425
425
  }
426
426
  switch (d.value) {
427
427
  case 0:
428
- this.bx.db();
428
+ this.bx.dg();
429
429
  break;
430
430
  case 1:
431
- this.bx.ed();
431
+ this.bx.ej();
432
432
  break;
433
433
  }
434
434
  let h = this.bx.keys;
@@ -443,8 +443,8 @@ let GridColumnFilterOptions = /*@__PURE__*/ (() => {
443
443
  if (null == b) {
444
444
  return a;
445
445
  }
446
- if (null != b.g2) {
447
- let c = GridColumnFilterOptions.cm(b.g2, a);
446
+ if (null != b.g4) {
447
+ let c = GridColumnFilterOptions.cm(b.g4, a);
448
448
  a = c.p1;
449
449
  }
450
450
  return a;
@@ -470,9 +470,9 @@ let GridColumnFilterOptions = /*@__PURE__*/ (() => {
470
470
  cw() {
471
471
  if (null != this.bx) {
472
472
  this.bx.density = this.b0;
473
- this.bx.ca = this.cc;
473
+ this.bx.cf = this.cc;
474
474
  this.bx.backgroundColor = this.bo;
475
- this.bx.fh = this.br;
475
+ this.bx.fp = this.br;
476
476
  this.bx.baseTheme = this.i;
477
477
  this.bx.updateHrMargin(new Thickness(1, -7, 3, -7, 3));
478
478
  }
@@ -66,12 +66,12 @@ let GridColumnGroupOptionsView = /*@__PURE__*/ (() => {
66
66
  GridColumnOptionsUtilities.j(this.s, b, "inline-block");
67
67
  if (b) {
68
68
  this.o.e = 1;
69
- this.o.fb = "stretch";
69
+ this.o.fc = "stretch";
70
70
  this.t.setStyleProperty("justify-content", "space-between");
71
71
  }
72
72
  else {
73
73
  this.o.e = 4;
74
- this.o.fb = "center";
74
+ this.o.fc = "center";
75
75
  this.t.setStyleProperty("justify-content", "center");
76
76
  }
77
77
  this.s.setStyleProperty("font", a.aa.fontString);
@@ -113,7 +113,7 @@ let GridColumnGroupOptions = /*@__PURE__*/ (() => {
113
113
  if (null == this.c) {
114
114
  return false;
115
115
  }
116
- return this.column.jh;
116
+ return this.column.jw;
117
117
  }
118
118
  bj(a, b) {
119
119
  if (null != a) {
@@ -154,7 +154,7 @@ let GridColumnGroupOptions = /*@__PURE__*/ (() => {
154
154
  if (null != a) {
155
155
  let c = a.grid;
156
156
  if (null != c) {
157
- let d = a.l7;
157
+ let d = a.nf;
158
158
  let e = c.groupDescriptions.j;
159
159
  for (let f = 0; f < e.count; f++) {
160
160
  let g = e.item(f);
@@ -179,13 +179,13 @@ let GridColumnGroupOptions = /*@__PURE__*/ (() => {
179
179
  let a = this.c;
180
180
  let b = this.column;
181
181
  if (null != a && null != b) {
182
- let c = new ColumnGroupDescription(1, b.l7);
183
- let d = b.hs;
182
+ let c = new ColumnGroupDescription(1, b.nf);
183
+ let d = b.hu;
184
184
  let e = d != 0 ? GridColumnOptionsUtilities.c(d) : 0;
185
185
  c.c = e;
186
186
  a.groupDescriptions.g(c);
187
- b.hs = 0;
188
- b.n0("Grouped");
187
+ b.hu = 0;
188
+ b.o9("Grouped");
189
189
  }
190
190
  }
191
191
  b8() {
@@ -196,7 +196,7 @@ let GridColumnGroupOptions = /*@__PURE__*/ (() => {
196
196
  let d = ((() => { let e = this.b3(c); c = e.p0; return e.ret; })());
197
197
  if (c != -1) {
198
198
  a.groupDescriptions.d(c);
199
- b.n0("Grouped");
199
+ b.o9("Grouped");
200
200
  }
201
201
  }
202
202
  }
@@ -64,12 +64,12 @@ let GridColumnHideOptionsView = /*@__PURE__*/ (() => {
64
64
  GridColumnOptionsUtilities.j(this.s, b, "inline-block");
65
65
  if (b) {
66
66
  this.o.e = 1;
67
- this.o.fb = "stretch";
67
+ this.o.fc = "stretch";
68
68
  this.t.setStyleProperty("justify-content", "space-between");
69
69
  }
70
70
  else {
71
71
  this.o.e = 4;
72
- this.o.fb = "center";
72
+ this.o.fc = "center";
73
73
  this.t.setStyleProperty("justify-content", "center");
74
74
  }
75
75
  this.s.setStyleProperty("font", a.aa.fontString);
@@ -127,15 +127,15 @@ let GridColumnHideOptions = /*@__PURE__*/ (() => {
127
127
  get b3() {
128
128
  let a = this.column;
129
129
  if (null != a) {
130
- return a.ju;
130
+ return a.j9;
131
131
  }
132
132
  return false;
133
133
  }
134
134
  set b3(a) {
135
135
  let b = this.column;
136
136
  if (null != b) {
137
- b.ju = a;
138
- b.n0("Hidden");
137
+ b.j9 = a;
138
+ b.o9("Hidden");
139
139
  }
140
140
  }
141
141
  get b2() {
@@ -260,7 +260,7 @@ let GridColumnMoveOptions = /*@__PURE__*/ (() => {
260
260
  }
261
261
  let d = c.actualColumns;
262
262
  let e = d.indexOf(b);
263
- b.n0("Moved");
263
+ b.o9("Moved");
264
264
  if (a) {
265
265
  c.moveColumnLeft(e);
266
266
  }