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
@@ -63,10 +63,10 @@ export let GridFilterDialogView = /*@__PURE__*/ (() => {
63
63
  }
64
64
  y() {
65
65
  this.x();
66
- this.b.bu();
66
+ this.b.b7();
67
67
  }
68
68
  t() {
69
- this.b.bm(this.l, this.k, this.aa);
69
+ this.b.bz(this.l, this.k, this.aa);
70
70
  }
71
71
  s() {
72
72
  if (KeyFrameAnimationFactory.h == null) {
@@ -83,7 +83,7 @@ export let GridFilterDialogView = /*@__PURE__*/ (() => {
83
83
  this.d = null;
84
84
  return;
85
85
  }
86
- this.h = (isNaN_(this.b.al) ? this.b.ak : this.b.al);
86
+ this.h = (isNaN_(this.b.aq) ? this.b.ap : this.b.aq);
87
87
  let d = a;
88
88
  this.m = d;
89
89
  this.n = c;
@@ -91,24 +91,24 @@ export let GridFilterDialogView = /*@__PURE__*/ (() => {
91
91
  this.m.rootWrapper.addClass("ig-filter-icon");
92
92
  this.m.rootWrapper.setStyleProperty("cursor", "pointer");
93
93
  this.q = this.m.rootWrapper;
94
- NativeUI.y(this.q, 0);
94
+ NativeUI.ab(this.q, 0);
95
95
  let e = this.h;
96
96
  let f = Math.round(d.rootWrapper.width());
97
97
  let g = Math.round(d.rootWrapper.height());
98
- let h = this.b.am * e;
99
- let i = this.b.am * e;
98
+ let h = this.b.ar * e;
99
+ let i = this.b.ar * e;
100
100
  this.x();
101
101
  this.l = f;
102
102
  this.k = g;
103
- if (isNaN_(this.b.al)) {
104
- this.b.ak = window.devicePixelRatio;
105
- this.h = this.b.ak;
103
+ if (isNaN_(this.b.aq)) {
104
+ this.b.ap = window.devicePixelRatio;
105
+ this.h = this.b.ap;
106
106
  }
107
107
  this.y();
108
108
  }
109
109
  r(a) {
110
110
  let b = a;
111
- this.m.append(b.an);
111
+ this.m.append(b.ao);
112
112
  }
113
113
  p() {
114
114
  return this.m;
@@ -123,10 +123,10 @@ export let GridFilterDialogView = /*@__PURE__*/ (() => {
123
123
  this.m.rootWrapper.setStyleProperty("position", "absolute");
124
124
  if (this.b.l == 2) {
125
125
  this.m.rootWrapper.setStyleProperty("left", "unset");
126
- this.m.rootWrapper.setStyleProperty("right", this.b.aq + "px");
126
+ this.m.rootWrapper.setStyleProperty("right", this.b.aw + "px");
127
127
  }
128
128
  else {
129
- this.m.rootWrapper.setStyleProperty("left", this.b.ap + "px");
129
+ this.m.rootWrapper.setStyleProperty("left", this.b.av + "px");
130
130
  }
131
131
  let a = intDivide(this.o.height(), 2) - (this.k / 2);
132
132
  this.m.rootWrapper.setStyleProperty("top", a + "px");
@@ -135,19 +135,19 @@ export let GridFilterDialogView = /*@__PURE__*/ (() => {
135
135
  this.y();
136
136
  }
137
137
  w(a, b) {
138
- if (isNaN_(this.b.al)) {
139
- this.b.ak = window.devicePixelRatio;
140
- this.h = this.b.ak;
138
+ if (isNaN_(this.b.aq)) {
139
+ this.b.ap = window.devicePixelRatio;
140
+ this.h = this.b.ap;
141
141
  }
142
142
  this.l = a;
143
143
  this.k = b;
144
144
  this.y();
145
145
  }
146
146
  u() {
147
- if (isNaN_(this.b.al)) {
148
- this.b.ak = window.devicePixelRatio;
149
- if (this.h != this.b.ak) {
150
- this.h = this.b.ak;
147
+ if (isNaN_(this.b.aq)) {
148
+ this.b.ap = window.devicePixelRatio;
149
+ if (this.h != this.b.ap) {
150
+ this.h = this.b.ap;
151
151
  this.y();
152
152
  return;
153
153
  }
@@ -187,7 +187,7 @@ export let GridFilterDialogPanel = /*@__PURE__*/ (() => {
187
187
  e.setStyleProperty("background-color", "#fff");
188
188
  e.setStyleProperty("border-radius", "3px");
189
189
  e.setStyleProperty("overflow", "auto");
190
- let g = ElevationHelper.e(12, this.b.cb, this.b.ca, this.b.b9);
190
+ let g = ElevationHelper.e(12, this.b.cr, this.b.cq, this.b.cp);
191
191
  e.setStyleProperty("boxShadow", g);
192
192
  e.listen("mousedown", runOn(this, this.o));
193
193
  this.onDocumentKeyDown = this.onDocumentKeyDown.bind(this);
@@ -201,7 +201,7 @@ export let GridFilterDialogPanel = /*@__PURE__*/ (() => {
201
201
  a.stopPropagation();
202
202
  }
203
203
  onDocumentKeyDown(a) {
204
- if (BaseDOMEventProxy.c1(a) == 8) {
204
+ if (BaseDOMEventProxy.c4(a) == 8) {
205
205
  }
206
206
  }
207
207
  onDocumentMouseClick(e_) {
@@ -310,31 +310,37 @@ export let GridFilterDialog = /*@__PURE__*/ (() => {
310
310
  class GridFilterDialog extends Base {
311
311
  constructor() {
312
312
  super();
313
- this.at = null;
314
- this.ab = true;
313
+ this.a0 = null;
314
+ this.af = true;
315
315
  this.propertyChanged = null;
316
- this.ai = NaN;
317
- this.ah = 1;
316
+ this.an = NaN;
317
+ this.am = 1;
318
318
  this.j = 2;
319
319
  this.i = 0;
320
- this.an = 0;
321
- this.ao = 0;
322
- this.b8 = null;
323
- this.aj = DeviceUtils.g(24);
320
+ this.as = 0;
321
+ this.at = 0;
322
+ this.co = null;
323
+ this.ao = DeviceUtils.g(24);
324
324
  this.w = 1;
325
- this.b3 = null;
326
- this.b7 = null;
327
- this.b6 = null;
328
- this.b4 = null;
329
- this.b5 = null;
330
- this.b2 = null;
331
- this.cb = null;
332
- this.ca = null;
333
- this.b9 = null;
325
+ this.cg = null;
326
+ this.cm = null;
327
+ this.z = null;
328
+ this.ck = null;
329
+ this.cn = null;
330
+ this.cj = null;
331
+ this.cl = null;
332
+ this.ch = null;
333
+ this.ci = null;
334
334
  this.y = null;
335
- this.aa = false;
335
+ this.cf = null;
336
+ this.au = -1;
337
+ this.cr = null;
338
+ this.cq = null;
339
+ this.cp = null;
340
+ this.ac = null;
341
+ this.ae = false;
336
342
  this.m = null;
337
- this.z = false;
343
+ this.ad = false;
338
344
  this.v = null;
339
345
  this.f = null;
340
346
  this.dialogOpening = null;
@@ -346,41 +352,41 @@ export let GridFilterDialog = /*@__PURE__*/ (() => {
346
352
  this.renderCompleted = null;
347
353
  this.s = new GridFilterDialogView(this);
348
354
  this.x = 1;
349
- this.cb = BrushUtil.l(66, 0, 0, 0);
350
- this.ca = BrushUtil.l(30, 0, 0, 0);
351
- this.b9 = BrushUtil.l(20, 0, 0, 0);
355
+ this.cr = BrushUtil.l(66, 0, 0, 0);
356
+ this.cq = BrushUtil.l(30, 0, 0, 0);
357
+ this.cp = BrushUtil.l(20, 0, 0, 0);
352
358
  }
353
- get au() {
354
- return this.at;
359
+ get a1() {
360
+ return this.a0;
355
361
  }
356
- set au(a) {
357
- this.at = a;
362
+ set a1(a) {
363
+ this.a0 = a;
358
364
  }
359
- get ad() {
360
- return this.ab;
365
+ get ai() {
366
+ return this.af;
361
367
  }
362
- set ad(a) {
363
- let b = this.ab;
364
- this.ab = a;
365
- if (b != this.ab) {
366
- this.bt("IsAnimationEnabled", b, this.ab);
368
+ set ai(a) {
369
+ let b = this.af;
370
+ this.af = a;
371
+ if (b != this.af) {
372
+ this.b6("IsAnimationEnabled", b, this.af);
367
373
  }
368
374
  }
369
- get al() {
370
- return this.ai;
375
+ get aq() {
376
+ return this.an;
371
377
  }
372
- set al(a) {
373
- let b = this.ai;
374
- this.ai = a;
375
- this.bt("PixelScalingRatio", b, this.ai);
378
+ set aq(a) {
379
+ let b = this.an;
380
+ this.an = a;
381
+ this.b6("PixelScalingRatio", b, this.an);
376
382
  }
377
- get ak() {
378
- return this.ah;
383
+ get ap() {
384
+ return this.am;
379
385
  }
380
- set ak(a) {
381
- let b = this.ah;
382
- this.ah = a;
383
- this.bt("ActualPixelScalingRatio", b, this.ah);
386
+ set ap(a) {
387
+ let b = this.am;
388
+ this.am = a;
389
+ this.b6("ActualPixelScalingRatio", b, this.am);
384
390
  }
385
391
  get l() {
386
392
  return this.j;
@@ -389,7 +395,7 @@ export let GridFilterDialog = /*@__PURE__*/ (() => {
389
395
  let b = this.j;
390
396
  this.j = a;
391
397
  if (b != this.j) {
392
- this.bt("IconHorizontalAlignment", enumGetBox(CellContentHorizontalAlignment_$type, b), enumGetBox(CellContentHorizontalAlignment_$type, this.j));
398
+ this.b6("IconHorizontalAlignment", enumGetBox(CellContentHorizontalAlignment_$type, b), enumGetBox(CellContentHorizontalAlignment_$type, this.j));
393
399
  }
394
400
  }
395
401
  get k() {
@@ -399,47 +405,47 @@ export let GridFilterDialog = /*@__PURE__*/ (() => {
399
405
  let b = this.i;
400
406
  this.i = a;
401
407
  if (b != this.i) {
402
- this.bt("HeaderTextALignment", enumGetBox(CellContentHorizontalAlignment_$type, b), enumGetBox(CellContentHorizontalAlignment_$type, this.i));
408
+ this.b6("HeaderTextALignment", enumGetBox(CellContentHorizontalAlignment_$type, b), enumGetBox(CellContentHorizontalAlignment_$type, this.i));
403
409
  }
404
410
  }
405
- get ap() {
406
- return this.an;
411
+ get av() {
412
+ return this.as;
407
413
  }
408
- set ap(a) {
409
- let b = this.an;
410
- this.an = a;
411
- if (b != this.an) {
412
- this.bt("CellPaddingLeft", b, this.an);
414
+ set av(a) {
415
+ let b = this.as;
416
+ this.as = a;
417
+ if (b != this.as) {
418
+ this.b6("CellPaddingLeft", b, this.as);
413
419
  }
414
420
  }
415
- get aq() {
416
- return this.ao;
421
+ get aw() {
422
+ return this.at;
417
423
  }
418
- set aq(a) {
419
- let b = this.ao;
420
- this.ao = a;
421
- if (b != this.ao) {
422
- this.bt("CellPaddingRight", b, this.ao);
424
+ set aw(a) {
425
+ let b = this.at;
426
+ this.at = a;
427
+ if (b != this.at) {
428
+ this.b6("CellPaddingRight", b, this.at);
423
429
  }
424
430
  }
425
- get ci() {
426
- return this.b8;
431
+ get c1() {
432
+ return this.co;
427
433
  }
428
- set ci(a) {
429
- let b = this.b8;
430
- this.b8 = a;
431
- if (b != this.b8) {
432
- this.bt("IconColor", b, this.b8);
434
+ set c1(a) {
435
+ let b = this.co;
436
+ this.co = a;
437
+ if (b != this.co) {
438
+ this.b6("IconColor", b, this.co);
433
439
  }
434
440
  }
435
- get am() {
436
- return this.aj;
441
+ get ar() {
442
+ return this.ao;
437
443
  }
438
- set am(a) {
439
- let b = this.aj;
440
- this.aj = a;
441
- if (b != this.aj) {
442
- this.bt("ViewSize", b, this.aj);
444
+ set ar(a) {
445
+ let b = this.ao;
446
+ this.ao = a;
447
+ if (b != this.ao) {
448
+ this.b6("ViewSize", b, this.ao);
443
449
  }
444
450
  }
445
451
  get x() {
@@ -449,82 +455,142 @@ export let GridFilterDialog = /*@__PURE__*/ (() => {
449
455
  let b = this.w;
450
456
  this.w = a;
451
457
  if (this.w != b) {
452
- this.bt("Theme", enumGetBox(BaseControlTheme_$type, b), enumGetBox(BaseControlTheme_$type, this.w));
458
+ this.b6("Theme", enumGetBox(BaseControlTheme_$type, b), enumGetBox(BaseControlTheme_$type, this.w));
453
459
  }
454
460
  }
455
- get cd() {
456
- return this.b3;
461
+ get ct() {
462
+ return this.cg;
457
463
  }
458
- set cd(a) {
459
- let b = this.b3;
460
- this.b3 = a;
461
- if (b != this.b3) {
462
- this.bt("ColumnOptionsBackground", b, this.b3);
464
+ set ct(a) {
465
+ let b = this.cg;
466
+ this.cg = a;
467
+ if (b != this.cg) {
468
+ this.b6("ColumnOptionsBackground", b, this.cg);
463
469
  }
464
470
  }
465
- get ch() {
466
- return this.b7;
471
+ get cz() {
472
+ return this.cm;
467
473
  }
468
- set ch(a) {
469
- let b = this.b7;
470
- this.b7 = a;
471
- if (b != this.b7) {
472
- this.bt("ColumnOptionsTextColor", b, this.b7);
474
+ set cz(a) {
475
+ let b = this.cm;
476
+ this.cm = a;
477
+ if (b != this.cm) {
478
+ this.b6("ColumnOptionsTextColor", b, this.cm);
473
479
  }
474
480
  }
475
- get cg() {
476
- return this.b6;
481
+ get ab() {
482
+ return this.z;
477
483
  }
478
- set cg(a) {
479
- let b = this.b6;
480
- this.b6 = a;
481
- if (b != this.b6) {
482
- this.bt("ColumnOptionsSeparatorColor", b, this.b6);
484
+ set ab(a) {
485
+ let b = this.z;
486
+ this.z = a;
487
+ if (b != this.z) {
488
+ this.b6("ColumnOptionsTextStyle", b, this.z);
483
489
  }
484
490
  }
485
- get ce() {
486
- return this.b4;
491
+ get cx() {
492
+ return this.ck;
487
493
  }
488
- set ce(a) {
489
- let b = this.b4;
490
- this.b4 = a;
491
- if (b != this.b4) {
492
- this.bt("ColumnOptionsGroupHeaderBackground", b, this.b4);
494
+ set cx(a) {
495
+ let b = this.ck;
496
+ this.ck = a;
497
+ if (b != this.ck) {
498
+ this.b6("ColumnOptionsHoverBackgroundColor", b, this.ck);
493
499
  }
494
500
  }
495
- get cf() {
496
- return this.b5;
501
+ get c0() {
502
+ return this.cn;
497
503
  }
498
- set cf(a) {
499
- let b = this.b5;
500
- this.b5 = a;
501
- if (b != this.b5) {
502
- this.bt("ColumnOptionsGroupHeaderTextColor", b, this.b5);
504
+ set c0(a) {
505
+ let b = this.cn;
506
+ this.cn = a;
507
+ if (b != this.cn) {
508
+ this.b6("ColumnOptionsToolTipBackgroundColor", b, this.cn);
503
509
  }
504
510
  }
505
- get cc() {
506
- return this.b2;
511
+ get cw() {
512
+ return this.cj;
507
513
  }
508
- set cc(a) {
509
- let b = this.b2;
510
- this.b2 = a;
511
- if (b != this.b2) {
512
- this.bt("ColumnOptionsAccentColor", b, this.b2);
514
+ set cw(a) {
515
+ let b = this.cj;
516
+ this.cj = a;
517
+ if (b != this.cj) {
518
+ this.b6("ColumnOptionsHighlightColor", b, this.cj);
513
519
  }
514
520
  }
515
- get ae() {
516
- return this.v != null ? this.v.bx : false;
521
+ get cy() {
522
+ return this.cl;
523
+ }
524
+ set cy(a) {
525
+ let b = this.cl;
526
+ this.cl = a;
527
+ if (b != this.cl) {
528
+ this.b6("ColumnOptionsSeparatorColor", b, this.cl);
529
+ }
530
+ }
531
+ get cu() {
532
+ return this.ch;
533
+ }
534
+ set cu(a) {
535
+ let b = this.ch;
536
+ this.ch = a;
537
+ if (b != this.ch) {
538
+ this.b6("ColumnOptionsGroupHeaderBackground", b, this.ch);
539
+ }
540
+ }
541
+ get cv() {
542
+ return this.ci;
543
+ }
544
+ set cv(a) {
545
+ let b = this.ci;
546
+ this.ci = a;
547
+ if (b != this.ci) {
548
+ this.b6("ColumnOptionsGroupHeaderTextColor", b, this.ci);
549
+ }
517
550
  }
518
- bt(a, b, c) {
519
- this.bw(a, b, c);
551
+ get aa() {
552
+ return this.y;
553
+ }
554
+ set aa(a) {
555
+ let b = this.y;
556
+ this.y = a;
557
+ if (b != this.y) {
558
+ this.b6("ColumnOptionsGroupHeaderTextStyle", b, this.y);
559
+ }
560
+ }
561
+ get cs() {
562
+ return this.cf;
563
+ }
564
+ set cs(a) {
565
+ let b = this.cf;
566
+ this.cf = a;
567
+ if (b != this.cf) {
568
+ this.b6("ColumnOptionsAccentColor", b, this.cf);
569
+ }
570
+ }
571
+ get ax() {
572
+ return this.au;
573
+ }
574
+ set ax(a) {
575
+ let b = this.au;
576
+ this.au = a;
577
+ if (b != this.au) {
578
+ this.b6("ColumnOptionsRowHeight", b, this.au);
579
+ }
580
+ }
581
+ get aj() {
582
+ return this.v != null ? this.v.bz : false;
583
+ }
584
+ b6(a, b, c) {
585
+ this.b9(a, b, c);
520
586
  if (this.propertyChanged != null) {
521
587
  this.propertyChanged(this, new PropertyChangedEventArgs(a));
522
588
  }
523
589
  }
524
- bw(a, b, c) {
590
+ b9(a, b, c) {
525
591
  switch (a) {
526
592
  case "PixelScalingRatio":
527
- this.ak = this.al;
593
+ this.ap = this.aq;
528
594
  break;
529
595
  case "ActualPixelScalingRatio":
530
596
  this.s.z();
@@ -544,48 +610,78 @@ export let GridFilterDialog = /*@__PURE__*/ (() => {
544
610
  break;
545
611
  case "ColumnOptionsBackground":
546
612
  if (this.v != null) {
547
- this.v.cg = this.cd;
548
- this.v.ck = this.cd;
613
+ this.v.cl = this.ct;
614
+ this.v.cq = this.ct;
549
615
  }
550
616
  break;
551
617
  case "ColumnOptionsTextColor":
552
618
  if (this.v != null) {
553
- this.v.ci = this.ch;
554
- this.v.cj = this.ch;
555
- this.v.b8 = this.ch;
556
- this.v.cc = this.ch;
557
- this.v.cd = this.ch;
558
- this.v.ce = this.ch;
619
+ this.v.cn = this.cz;
620
+ this.v.cp = this.cz;
621
+ this.v.cb = this.cz;
622
+ this.v.ch = this.cz;
623
+ this.v.ci = this.cz;
624
+ this.v.cj = this.cz;
625
+ }
626
+ break;
627
+ case "ColumnOptionsTextStyle":
628
+ if (this.v != null) {
629
+ this.v.bw = this.ab;
630
+ }
631
+ break;
632
+ case "ColumnOptionsHoverBackgroundColor":
633
+ if (this.v != null) {
634
+ this.v.cg = this.cx;
635
+ }
636
+ break;
637
+ case "ColumnOptionsToolTipBackgroundColor":
638
+ if (this.v != null) {
639
+ this.v.co = this.c0;
640
+ }
641
+ break;
642
+ case "ColumnOptionsHighlightColor":
643
+ if (this.v != null) {
644
+ this.v.cf = this.cw;
559
645
  }
560
646
  break;
561
647
  case "ColumnOptionsSeparatorColor":
562
648
  if (this.v != null) {
563
- this.v.cf = this.cg;
649
+ this.v.ck = this.cy;
564
650
  }
565
651
  break;
566
652
  case "ColumnOptionsGroupHeaderBackground":
567
653
  if (this.v != null) {
568
- this.v.b9 = this.ce;
654
+ this.v.cc = this.cu;
569
655
  }
570
656
  break;
571
657
  case "ColumnOptionsGroupHeaderTextColor":
572
658
  if (this.v != null) {
573
- this.v.cb = this.cf;
659
+ this.v.ce = this.cv;
660
+ }
661
+ break;
662
+ case "ColumnOptionsGroupHeaderTextStyle":
663
+ if (this.v != null) {
664
+ this.v.bx = this.aa;
574
665
  }
575
666
  break;
576
667
  case "ColumnOptionsAccentColor":
577
668
  if (this.v != null) {
578
- this.v.b4 = this.cc;
579
- this.v.b6 = this.cc;
580
- this.v.b7 = this.cc;
581
- this.v.cl = this.cc;
669
+ this.v.b7 = this.cs;
670
+ this.v.b9 = this.cs;
671
+ this.v.ca = this.cs;
672
+ this.v.cr = this.cs;
673
+ }
674
+ break;
675
+ case "ColumnOptionsRowHeight":
676
+ if (this.v != null) {
677
+ this.v.b3 = this.ax;
582
678
  }
583
679
  break;
584
680
  }
585
681
  }
586
- bx(a, b, c) {
682
+ ca(a, b, c) {
587
683
  this.s.v(a, b, c);
588
- this.bq();
684
+ this.b3();
589
685
  }
590
686
  get n() {
591
687
  return this.m;
@@ -594,89 +690,96 @@ export let GridFilterDialog = /*@__PURE__*/ (() => {
594
690
  let b = this.m;
595
691
  this.m = a;
596
692
  if (this.m != b) {
597
- this.bp(b, this.m);
693
+ this.b2(b, this.m);
598
694
  }
599
695
  }
600
- bp(a, b) {
601
- this.z = true;
696
+ b2(a, b) {
697
+ this.ad = true;
602
698
  }
603
- bq() {
604
- NativeUIComponent.au(this.s.p(), 18, (a) => {
699
+ b3() {
700
+ NativeUIComponent.av(this.s.p(), 18, (a) => {
605
701
  let b = a;
606
702
  this.v = b;
607
- this.v.b0 = 16;
608
- this.v.b5 = BrushUtil.l(0, 0, 0, 0);
609
- this.v.bq = runOn(this, this.bg);
610
- this.v.bo = runOn(this, this.bf);
611
- this.v.by = false;
703
+ this.v.b2 = 16;
704
+ this.v.b8 = BrushUtil.l(0, 0, 0, 0);
705
+ this.v.v = false;
706
+ this.v.br = runOn(this, this.bt);
707
+ this.v.bp = runOn(this, this.bs);
708
+ this.v.b0 = false;
612
709
  this.s.r(this.v);
613
710
  this.v.c = this.x;
614
- this.v.cg = this.cd;
615
- this.v.ck = this.cd;
616
- this.v.ci = this.ch;
617
- this.v.cb = this.cf;
618
- this.v.cj = this.ch;
619
- this.v.b8 = this.ch;
620
- this.v.cc = this.ch;
621
- this.v.cd = this.ch;
622
- this.v.ce = this.ch;
623
- this.v.cf = this.cg;
624
- this.v.b9 = this.ce;
625
- this.v.b4 = this.cc;
626
- this.v.b6 = this.cc;
627
- this.v.b7 = this.cc;
628
- this.v.cl = this.cc;
629
- this.v.b1 = this;
711
+ this.v.cl = this.ct;
712
+ this.v.cq = this.ct;
713
+ this.v.cn = this.cz;
714
+ this.v.ce = this.cv;
715
+ this.v.cp = this.cz;
716
+ this.v.cb = this.cz;
717
+ this.v.ch = this.cz;
718
+ this.v.ci = this.cz;
719
+ this.v.cj = this.cz;
720
+ this.v.bw = this.ab;
721
+ this.v.cg = this.cx;
722
+ this.v.co = this.c0;
723
+ this.v.cf = this.cw;
724
+ this.v.ck = this.cy;
725
+ this.v.cc = this.cu;
726
+ this.v.bx = this.aa;
727
+ this.v.b7 = this.cs;
728
+ this.v.b9 = this.cs;
729
+ this.v.ca = this.cs;
730
+ this.v.cr = this.cs;
731
+ this.v.b3 = this.ax;
732
+ this.v.b4 = this.n;
630
733
  });
631
734
  }
632
- bg(a, b) {
633
- if (this.z) {
634
- this.z = false;
635
- this.v.b1 = this.n;
735
+ bt(a, b) {
736
+ if (this.ad) {
737
+ this.ad = false;
738
+ this.v.b4 = this.n;
636
739
  }
637
740
  if (this.n != null) {
638
741
  if (this.n.grid != null) {
639
- this.n.grid.vt();
742
+ this.n.grid.wg();
640
743
  }
641
- this.n.oh();
744
+ this.n.pb();
642
745
  }
643
746
  if (this.dialogOpening != null) {
644
747
  let c = new GridFilterDialogOpeningEventArgs();
645
748
  this.dialogOpening(this, c);
646
749
  }
647
750
  }
648
- bf(a, b) {
649
- if (this.aa) {
650
- this.bl();
751
+ bs(a, b) {
752
+ if (this.ae) {
753
+ this.by();
651
754
  }
652
755
  }
653
- bi(a, b) {
756
+ bv(a, b) {
654
757
  switch (b.propertyName) {
655
758
  case "IsHidden": break;
656
759
  }
657
760
  }
658
- br() {
761
+ b4() {
659
762
  }
660
- bs(a, b) {
661
- a.onModified = delegateRemove(a.onModified, runOn(this, this.bv));
763
+ b5(a, b) {
764
+ a.onModified = delegateRemove(a.onModified, runOn(this, this.b8));
662
765
  if (b) {
663
- this.bz();
766
+ this.cc();
664
767
  }
665
768
  else {
666
- this.by(a, true);
769
+ this.cb(a, true);
667
770
  }
668
771
  this.f = null;
669
772
  }
670
- bj() {
773
+ bw() {
671
774
  this.s.s();
672
- if (this.y == null) {
775
+ if (this.ac == null) {
673
776
  let a = new AnimationKeyFrameEffectTiming();
674
777
  a.g = 200;
675
778
  a.b = 0;
676
- this.y = KeyFrameAnimationFactory.f.c(this.s.a(a).m(new AnimationKeyFrameProperty(1, 0)).m(new AnimationKeyFrameProperty(1, 1)));
779
+ this.ac = KeyFrameAnimationFactory.f.c(this.s.a(a).m(new AnimationKeyFrameProperty(1, 0)).m(new AnimationKeyFrameProperty(1, 1)));
677
780
  }
678
781
  }
679
- b0() {
782
+ cd() {
680
783
  if (this.filterChanged != null) {
681
784
  this.filterChanged(this, ((() => {
682
785
  let $ret = new GridFilterDialogFilterChangeEventArgs();
@@ -685,7 +788,7 @@ export let GridFilterDialog = /*@__PURE__*/ (() => {
685
788
  })()));
686
789
  }
687
790
  }
688
- bz() {
791
+ cc() {
689
792
  if (this.filterChanged != null) {
690
793
  this.filterChanged(this, ((() => {
691
794
  let $ret = new GridFilterDialogFilterChangeEventArgs();
@@ -694,7 +797,7 @@ export let GridFilterDialog = /*@__PURE__*/ (() => {
694
797
  })()));
695
798
  }
696
799
  }
697
- by(a, b) {
800
+ cb(a, b) {
698
801
  let c = this.e(a);
699
802
  if (b) {
700
803
  if (this.filterChanged != null) {
@@ -738,7 +841,7 @@ export let GridFilterDialog = /*@__PURE__*/ (() => {
738
841
  if (e == null) {
739
842
  e = b;
740
843
  }
741
- if (this.ag(a, a.f._inner[f])) {
844
+ if (this.al(a, a.f._inner[f])) {
742
845
  continue;
743
846
  }
744
847
  e.add(this.d(a.f._inner[f]));
@@ -748,7 +851,7 @@ export let GridFilterDialog = /*@__PURE__*/ (() => {
748
851
  }
749
852
  return b;
750
853
  }
751
- ag(a, b) {
854
+ al(a, b) {
752
855
  let c = 0;
753
856
  for (let d = 0; d < b.e.length; d++) {
754
857
  if (b.e[d] == b.l) {
@@ -765,14 +868,14 @@ export let GridFilterDialog = /*@__PURE__*/ (() => {
765
868
  return false;
766
869
  }
767
870
  g(a, b, c, d) {
768
- let e = this.as(c, d);
871
+ let e = this.az(c, d);
769
872
  if (a > e) {
770
873
  b.e();
771
874
  return b.d();
772
875
  }
773
876
  return null;
774
877
  }
775
- as(a, b) {
878
+ az(a, b) {
776
879
  let c = a.c(b);
777
880
  if (c == null) {
778
881
  return 0;
@@ -780,7 +883,7 @@ export let GridFilterDialog = /*@__PURE__*/ (() => {
780
883
  return a.e.indexOf(c);
781
884
  }
782
885
  h(a, b, c, d) {
783
- let e = this.as(c, d);
886
+ let e = this.az(c, d);
784
887
  if (a < e) {
785
888
  let f = c.b(d);
786
889
  let g = new ColumnFilterConditionGroup();
@@ -799,30 +902,30 @@ export let GridFilterDialog = /*@__PURE__*/ (() => {
799
902
  c(a) {
800
903
  return EnumUtil.getEnumValue(ColumnComparisonConditionOperatorType_$type, EnumUtil.parse(ColumnComparisonConditionOperatorType_$type, a, true));
801
904
  }
802
- bv(a) {
803
- this.by(a, false);
905
+ b8(a) {
906
+ this.cb(a, false);
804
907
  }
805
908
  t(a, b) {
806
909
  let c = new GridFilterDialogViewModel();
807
910
  if (a != null) {
808
- this.bh(c, a, b);
911
+ this.bu(c, a, b);
809
912
  }
810
913
  else {
811
914
  let d = new GridFilterDialogViewModelRow();
812
915
  d.f = b;
813
916
  d.e = GridFilterDialog.a(b);
814
917
  d.d = GridFilterDialog.b(b);
815
- d.l = GridFilterDialog.a7(b[0]);
918
+ d.l = GridFilterDialog.bk(b[0]);
816
919
  c.f.add(d);
817
920
  }
818
921
  return c;
819
922
  }
820
- bh(a, b, c) {
923
+ bu(a, b, c) {
821
924
  if (b.isGroup()) {
822
925
  let d = b;
823
926
  for (let e = 0; e < d.count; e++) {
824
927
  let f = d.item(e);
825
- this.bh(a, f, c);
928
+ this.bu(a, f, c);
826
929
  }
827
930
  }
828
931
  else {
@@ -831,24 +934,24 @@ export let GridFilterDialog = /*@__PURE__*/ (() => {
831
934
  }
832
935
  u(a, b) {
833
936
  let c = new GridFilterDialogViewModelRow();
834
- c.l = GridFilterDialog.a7(a.operator);
937
+ c.l = GridFilterDialog.bk(a.operator);
835
938
  c.f = b;
836
939
  c.e = GridFilterDialog.a(b);
837
- c.i = GridFilterDialog.av(GridFilterDialog.ar(a.operator), a.operator, a);
838
- c.j = GridFilterDialog.aw(GridFilterDialog.ar(a.operator), a.operator, a);
940
+ c.i = GridFilterDialog.a2(GridFilterDialog.ay(a.operator), a.operator, a);
941
+ c.j = GridFilterDialog.a3(GridFilterDialog.ay(a.operator), a.operator, a);
839
942
  c.d = GridFilterDialog.b(b);
840
943
  return c;
841
944
  }
842
- static ar(a) {
945
+ static ay(a) {
843
946
  return ColumnComparisonFilterCondition.getOperandNumber(a);
844
947
  }
845
- static av(a, b, c) {
948
+ static a2(a, b, c) {
846
949
  if (a == 0) {
847
950
  return "";
848
951
  }
849
952
  return c.value != null ? c.value.toString() : "";
850
953
  }
851
- static aw(a, b, c) {
954
+ static a3(a, b, c) {
852
955
  return "";
853
956
  }
854
957
  static b(a) {
@@ -861,56 +964,56 @@ export let GridFilterDialog = /*@__PURE__*/ (() => {
861
964
  }
862
965
  return b;
863
966
  }
864
- static a7(a) {
967
+ static bk(a) {
865
968
  return EnumUtil.getName(ColumnComparisonConditionOperatorType_$type, a);
866
969
  }
867
- bo(a, b) {
970
+ b1(a, b) {
868
971
  this.s.w(a, b);
869
972
  }
870
- bn() {
973
+ b0() {
871
974
  this.s.u();
872
975
  }
873
- bm(a, b, c) {
976
+ bz(a, b, c) {
874
977
  }
875
- b1() {
876
- this.aa = false;
978
+ ce() {
979
+ this.ae = false;
877
980
  if (this.s.q == null || NativeUI.g(this.s.q) == 1) {
878
981
  return;
879
982
  }
880
- if (this.ad) {
881
- this.bj();
882
- if (this.y.playbackRate < 0) {
883
- this.y.reverse();
983
+ if (this.ai) {
984
+ this.bw();
985
+ if (this.ac.playbackRate < 0) {
986
+ this.ac.reverse();
884
987
  }
885
988
  else {
886
- this.y.play();
989
+ this.ac.play();
887
990
  }
888
- this.y.finished.f((a) => this.y.commitStyles());
991
+ this.ac.finished.f((a) => this.ac.commitStyles());
889
992
  }
890
993
  else {
891
- NativeUI.y(this.s.q, 1);
994
+ NativeUI.ab(this.s.q, 1);
892
995
  }
893
996
  }
894
- bl() {
895
- this.aa = true;
896
- if (!this.ae) {
997
+ by() {
998
+ this.ae = true;
999
+ if (!this.aj) {
897
1000
  if (this.s.q == null || NativeUI.g(this.s.q) == 0) {
898
1001
  return;
899
1002
  }
900
- if (this.ad) {
901
- this.bj();
902
- if (this.y.playbackRate < 0) {
903
- this.y.play();
1003
+ if (this.ai) {
1004
+ this.bw();
1005
+ if (this.ac.playbackRate < 0) {
1006
+ this.ac.play();
904
1007
  }
905
1008
  else {
906
- this.y.reverse();
1009
+ this.ac.reverse();
907
1010
  }
908
- this.y.finished.f((a) => this.y.commitStyles());
1011
+ this.ac.finished.f((a) => this.ac.commitStyles());
909
1012
  }
910
1013
  else {
911
- NativeUI.y(this.s.q, 0);
1014
+ NativeUI.ab(this.s.q, 0);
912
1015
  }
913
- this.aa = false;
1016
+ this.ae = false;
914
1017
  }
915
1018
  }
916
1019
  get commandCompleted() {
@@ -925,22 +1028,25 @@ export let GridFilterDialog = /*@__PURE__*/ (() => {
925
1028
  set invalidateActions(a) {
926
1029
  this._invalidateActions = a;
927
1030
  }
928
- bu() {
1031
+ b7() {
929
1032
  if (this.renderCompleted != null) {
930
1033
  this.renderCompleted(this, new FilterDialogRenderCompletedEventArgs());
931
1034
  }
932
1035
  }
933
- bk() {
1036
+ bx() {
934
1037
  if (this.v != null) {
935
- if (this.n != null && this.v.b1 != this.n) {
936
- this.v.b1 = this.n;
1038
+ if (this.n != null && this.v.b4 != this.n) {
1039
+ this.v.b4 = this.n;
937
1040
  }
938
1041
  }
939
1042
  }
1043
+ get ah() {
1044
+ return this.v.b4 != null;
1045
+ }
940
1046
  getDesiredToolbarActions() {
941
- if (!GridFilterDialog.ac) {
942
- GridFilterDialog.ac = true;
943
- SvgIconRegistry.instance.addSvgPathString("XGrid", "DotDotDot", GridFilterDialog.a6);
1047
+ if (!GridFilterDialog.ag) {
1048
+ GridFilterDialog.ag = true;
1049
+ SvgIconRegistry.instance.addSvgPathString("XGrid", "DotDotDot", GridFilterDialog.bj);
944
1050
  }
945
1051
  let a = new ToolActionIconMenuInfo();
946
1052
  a.name = "DataGridColumnOptionsPlaceholder";
@@ -975,7 +1081,7 @@ export let GridFilterDialog = /*@__PURE__*/ (() => {
975
1081
  }
976
1082
  dismissContextAccessor(a) {
977
1083
  }
978
- af(e_) {
1084
+ ak(e_) {
979
1085
  let a = e_.originalEvent.srcElement;
980
1086
  let b = e_.originalEvent.target;
981
1087
  if (this.s.m.rootWrapper.getNativeElement().contains(a) || this.s.m.rootWrapper.getNativeElement().contains(b)) {
@@ -985,8 +1091,8 @@ export let GridFilterDialog = /*@__PURE__*/ (() => {
985
1091
  }
986
1092
  }
987
1093
  GridFilterDialog.$t = markType(GridFilterDialog, 'GridFilterDialog', Base.$, [INotifyPropertyChanged_$type, IToolbarTarget_$type]);
988
- GridFilterDialog.ac = false;
989
- GridFilterDialog.a6 = "M12 14c -1.1 0 -2 -0.9 -2 -2 s0.9 -2 2 -2 s2 0.9 2 2 S13.1 14 12 14 z M12 8c -1.1 0 -2 -0.9 -2 -2 s0.9 -2 2 -2 s2 0.9 2 2 S13.1 8 12 8z M12 16 c1.1 0 2 0.9 2 2s -0.9 2 -2 2 s-2 -0.9 -2 -2 S10.9 16 12 16z";
1094
+ GridFilterDialog.ag = false;
1095
+ GridFilterDialog.bj = "M12 14c -1.1 0 -2 -0.9 -2 -2 s0.9 -2 2 -2 s2 0.9 2 2 S13.1 14 12 14 z M12 8c -1.1 0 -2 -0.9 -2 -2 s0.9 -2 2 -2 s2 0.9 2 2 S13.1 8 12 8z M12 16 c1.1 0 2 0.9 2 2s -0.9 2 -2 2 s-2 -0.9 -2 -2 S10.9 16 12 16z";
990
1096
  return GridFilterDialog;
991
1097
  })();
992
1098
  /**
@@ -1016,7 +1122,7 @@ export let GridFilterDialogViewModel = /*@__PURE__*/ (() => {
1016
1122
  a.f = b;
1017
1123
  a.e = GridFilterDialog.a(b);
1018
1124
  a.d = GridFilterDialog.b(b);
1019
- a.l = GridFilterDialog.a7(b[0]);
1125
+ a.l = GridFilterDialog.bk(b[0]);
1020
1126
  this.f.add(a);
1021
1127
  }
1022
1128
  u(a) {