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

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (287) hide show
  1. package/bundles/igniteui-angular-data-grids.umd.js +16132 -13283
  2. package/bundles/igniteui-angular-data-grids.umd.min.js +1 -1
  3. package/esm2015/lib/CanvasCellPresenterBase.js +4 -4
  4. package/esm2015/lib/CanvasContentCellModelHelper.js +5 -5
  5. package/esm2015/lib/CanvasDateTimeCellPresenter.js +8 -8
  6. package/esm2015/lib/CanvasGridCellBase.js +13 -13
  7. package/esm2015/lib/CanvasImageCellPresenter.js +7 -7
  8. package/esm2015/lib/CanvasNumericCellPresenter.js +8 -8
  9. package/esm2015/lib/CanvasSectionHeaderCellPresenter.js +9 -9
  10. package/esm2015/lib/CanvasSummaryCell.js +2 -2
  11. package/esm2015/lib/CanvasSummaryCellPresenter.js +6 -6
  12. package/esm2015/lib/CanvasTemplateCellPresenter.js +2 -2
  13. package/esm2015/lib/CanvasTemplateHeaderCellPresenter.js +2 -2
  14. package/esm2015/lib/CanvasTextCellPresenter.js +9 -9
  15. package/esm2015/lib/CanvasTextHeaderCellPresenter.js +7 -7
  16. package/esm2015/lib/CellPresenterBase.js +39 -36
  17. package/esm2015/lib/CheckboxListBridge.js +44 -36
  18. package/esm2015/lib/CheckboxListView_combined.js +492 -453
  19. package/esm2015/lib/ColumnChooserView_combined.js +13 -13
  20. package/esm2015/lib/ColumnFilterCondition_combined.js +8444 -7075
  21. package/esm2015/lib/ColumnGroupingView_combined.js +14 -14
  22. package/esm2015/lib/ColumnOptionsIconAlignment.js +9 -1
  23. package/esm2015/lib/ColumnPinningView_combined.js +13 -13
  24. package/esm2015/lib/ComparisonOperatorSelectorView_combined.js +8 -8
  25. package/esm2015/lib/ContentCellModelHelper.js +10 -10
  26. package/esm2015/lib/DataGridCellLayoutPanel.js +14 -14
  27. package/esm2015/lib/DataGridLocaleEn.js +11 -0
  28. package/esm2015/lib/DataGridScrollerKeyboardListener.js +18 -15
  29. package/esm2015/lib/DataGridToolbarView_combined.js +3 -3
  30. package/esm2015/lib/DateTimeCellPresenter.js +9 -9
  31. package/esm2015/lib/Dragger.js +4 -4
  32. package/esm2015/lib/DraggerView.js +8 -8
  33. package/esm2015/lib/EditorCell.js +291 -291
  34. package/esm2015/lib/EditorCellPresenter.js +26 -26
  35. package/esm2015/lib/FilterCell.js +269 -269
  36. package/esm2015/lib/FilterCellPresenter.js +15 -15
  37. package/esm2015/lib/GridCellBase.js +171 -154
  38. package/esm2015/lib/GridColumnFilterOptionsView_combined.js +15 -15
  39. package/esm2015/lib/GridColumnGroupOptionsView_combined.js +7 -7
  40. package/esm2015/lib/GridColumnHideOptionsView_combined.js +3 -3
  41. package/esm2015/lib/GridColumnMoveOptionsView_combined.js +1 -1
  42. package/esm2015/lib/GridColumnOptionsViewBase_combined.js +2 -2
  43. package/esm2015/lib/GridColumnOptionsView_combined.js +1 -1
  44. package/esm2015/lib/GridColumnPinOptionsView_combined.js +4 -4
  45. package/esm2015/lib/GridColumnSortOptionsView_combined.js +2 -2
  46. package/esm2015/lib/GridColumnSummaryOptionsView_combined.js +7 -7
  47. package/esm2015/lib/GridExpansionIndicatorView_combined.js +5 -5
  48. package/esm2015/lib/GridExternalWrapper.js +12 -6
  49. package/esm2015/lib/GridFilterDialogView_combined.js +382 -261
  50. package/esm2015/lib/GridIconRepository.js +94 -0
  51. package/esm2015/lib/GridSortIndicatorView_combined.js +24 -20
  52. package/esm2015/lib/GridStyleRepository.js +123 -115
  53. package/esm2015/lib/GridStyleRepositoryKeys.js +1 -1
  54. package/esm2015/lib/ICheckboxListView.js +11 -0
  55. package/esm2015/lib/ISummaryChooserView_combined.js +7 -7
  56. package/esm2015/lib/ImageCell.js +57 -57
  57. package/esm2015/lib/ImageCellPresenter.js +15 -15
  58. package/esm2015/lib/MultiColumnComboBoxView_combined.js +14 -14
  59. package/esm2015/lib/NativeUIComboFactory.js +1 -1
  60. package/esm2015/lib/NativeUIGridFactory.js +2 -2
  61. package/esm2015/lib/NumericCell.js +8 -8
  62. package/esm2015/lib/NumericCellPresenter.js +9 -9
  63. package/esm2015/lib/PropertyEditorView_combined.js +23 -23
  64. package/esm2015/lib/SectionHeaderCell.js +22 -10
  65. package/esm2015/lib/SectionHeaderCellPresenter.js +10 -10
  66. package/esm2015/lib/SummaryCell.js +47 -38
  67. package/esm2015/lib/SummaryCellPresenter.js +10 -10
  68. package/esm2015/lib/TemplateCell.js +16 -16
  69. package/esm2015/lib/TemplateCellPresenter.js +3 -3
  70. package/esm2015/lib/TemplateHeader.js +5 -5
  71. package/esm2015/lib/TemplateHeaderCell.js +5 -5
  72. package/esm2015/lib/TemplateHeaderCellModel.js +18 -18
  73. package/esm2015/lib/TemplateHeaderCellPresenter.js +3 -3
  74. package/esm2015/lib/TemplateSectionHeader.js +1 -1
  75. package/esm2015/lib/TextCell.js +29 -29
  76. package/esm2015/lib/TextCellPresenter.js +10 -10
  77. package/esm2015/lib/TextHeaderCell.js +188 -153
  78. package/esm2015/lib/TextHeaderCellPresenter.js +61 -39
  79. package/esm2015/lib/TextIconSetConditionalStyle.js +1 -1
  80. package/esm2015/lib/VerticalSeparatorCell.js +37 -37
  81. package/esm2015/lib/igx-cell-info.js +115 -91
  82. package/esm2015/lib/igx-checkbox-list-component.js +64 -54
  83. package/esm2015/lib/igx-column-chooser-component.js +1 -1
  84. package/esm2015/lib/igx-column-moving-separator-component.js +6 -6
  85. package/esm2015/lib/igx-column-pinning-component.js +1 -1
  86. package/esm2015/lib/igx-column-resizing-separator-component.js +4 -4
  87. package/esm2015/lib/igx-combo-box-column-component.js +10 -10
  88. package/esm2015/lib/igx-data-binding-event-args.js +27 -22
  89. package/esm2015/lib/igx-data-grid-column-component.js +305 -163
  90. package/esm2015/lib/igx-data-grid-component.js +186 -2
  91. package/esm2015/lib/igx-data-grid-filter-dialog-component.js +116 -28
  92. package/esm2015/lib/igx-date-time-cell-info.js +12 -12
  93. package/esm2015/lib/igx-date-time-column-component.js +20 -20
  94. package/esm2015/lib/igx-date-time-column-dynamic-module.js +2 -0
  95. package/esm2015/lib/igx-definition-base-component.js +8 -8
  96. package/esm2015/lib/igx-editor-cell-info.js +23 -23
  97. package/esm2015/lib/igx-filter-cell-info.js +26 -26
  98. package/esm2015/lib/igx-filter-row-definition-component.js +8 -8
  99. package/esm2015/lib/igx-filter-row-definition-dynamic-module.js +2 -0
  100. package/esm2015/lib/igx-grid-column-filter-options-component.js +1 -1
  101. package/esm2015/lib/igx-header-component.js +16 -16
  102. package/esm2015/lib/igx-image-cell-info.js +6 -6
  103. package/esm2015/lib/igx-image-column-component.js +10 -10
  104. package/esm2015/lib/igx-image-column-dynamic-module.js +2 -0
  105. package/esm2015/lib/igx-numeric-cell-info.js +35 -26
  106. package/esm2015/lib/igx-numeric-column-component.js +43 -31
  107. package/esm2015/lib/igx-numeric-column-dynamic-module.js +2 -0
  108. package/esm2015/lib/igx-row-separator-dynamic-module.js +2 -0
  109. package/esm2015/lib/igx-section-header-cell-info.js +6 -6
  110. package/esm2015/lib/igx-section-header-component.js +55 -17
  111. package/esm2015/lib/igx-section-header-dynamic-module.js +2 -0
  112. package/esm2015/lib/igx-summary-cell-info.js +9 -9
  113. package/esm2015/lib/igx-summary-row-component.js +16 -16
  114. package/esm2015/lib/igx-template-cell-info.js +2 -2
  115. package/esm2015/lib/igx-template-column-dynamic-module.js +2 -0
  116. package/esm2015/lib/igx-template-header-cell-info.js +2 -2
  117. package/esm2015/lib/igx-template-header-dynamic-module.js +2 -0
  118. package/esm2015/lib/igx-template-section-header-dynamic-module.js +4 -0
  119. package/esm2015/lib/igx-text-cell-info.js +2 -2
  120. package/esm2015/lib/igx-text-column-component.js +8 -8
  121. package/esm2015/lib/igx-text-column-dynamic-module.js +2 -0
  122. package/esm2015/lib/igx-text-header-cell-info.js +80 -24
  123. package/esm2015/lib/igx-text-header-dynamic-module.js +2 -0
  124. package/esm2015/public_api.js +2 -0
  125. package/esm5/lib/CanvasCellPresenterBase.js +4 -4
  126. package/esm5/lib/CanvasContentCellModelHelper.js +5 -5
  127. package/esm5/lib/CanvasDateTimeCellPresenter.js +8 -8
  128. package/esm5/lib/CanvasGridCellBase.js +13 -13
  129. package/esm5/lib/CanvasImageCellPresenter.js +7 -7
  130. package/esm5/lib/CanvasNumericCellPresenter.js +8 -8
  131. package/esm5/lib/CanvasSectionHeaderCellPresenter.js +9 -9
  132. package/esm5/lib/CanvasSummaryCell.js +2 -2
  133. package/esm5/lib/CanvasSummaryCellPresenter.js +6 -6
  134. package/esm5/lib/CanvasTemplateCellPresenter.js +2 -2
  135. package/esm5/lib/CanvasTemplateHeaderCellPresenter.js +2 -2
  136. package/esm5/lib/CanvasTextCellPresenter.js +9 -9
  137. package/esm5/lib/CanvasTextHeaderCellPresenter.js +7 -7
  138. package/esm5/lib/CellPresenterBase.js +39 -36
  139. package/esm5/lib/CheckboxListBridge.js +44 -36
  140. package/esm5/lib/CheckboxListView_combined.js +476 -433
  141. package/esm5/lib/ColumnChooserView_combined.js +13 -13
  142. package/esm5/lib/ColumnFilterCondition_combined.js +8422 -6824
  143. package/esm5/lib/ColumnGroupingView_combined.js +14 -14
  144. package/esm5/lib/ColumnOptionsIconAlignment.js +9 -1
  145. package/esm5/lib/ColumnPinningView_combined.js +13 -13
  146. package/esm5/lib/ComparisonOperatorSelectorView_combined.js +8 -8
  147. package/esm5/lib/ContentCellModelHelper.js +10 -10
  148. package/esm5/lib/DataGridCellLayoutPanel.js +14 -14
  149. package/esm5/lib/DataGridLocaleEn.js +11 -0
  150. package/esm5/lib/DataGridScrollerKeyboardListener.js +18 -15
  151. package/esm5/lib/DataGridToolbarView_combined.js +3 -3
  152. package/esm5/lib/DateTimeCellPresenter.js +9 -9
  153. package/esm5/lib/Dragger.js +4 -4
  154. package/esm5/lib/DraggerView.js +8 -8
  155. package/esm5/lib/EditorCell.js +277 -277
  156. package/esm5/lib/EditorCellPresenter.js +26 -26
  157. package/esm5/lib/FilterCell.js +259 -259
  158. package/esm5/lib/FilterCellPresenter.js +15 -15
  159. package/esm5/lib/GridCellBase.js +168 -147
  160. package/esm5/lib/GridColumnFilterOptionsView_combined.js +15 -15
  161. package/esm5/lib/GridColumnGroupOptionsView_combined.js +7 -7
  162. package/esm5/lib/GridColumnHideOptionsView_combined.js +3 -3
  163. package/esm5/lib/GridColumnMoveOptionsView_combined.js +1 -1
  164. package/esm5/lib/GridColumnOptionsViewBase_combined.js +2 -2
  165. package/esm5/lib/GridColumnOptionsView_combined.js +1 -1
  166. package/esm5/lib/GridColumnPinOptionsView_combined.js +4 -4
  167. package/esm5/lib/GridColumnSortOptionsView_combined.js +2 -2
  168. package/esm5/lib/GridColumnSummaryOptionsView_combined.js +7 -7
  169. package/esm5/lib/GridExpansionIndicatorView_combined.js +5 -5
  170. package/esm5/lib/GridExternalWrapper.js +12 -6
  171. package/esm5/lib/GridFilterDialogView_combined.js +400 -247
  172. package/esm5/lib/GridIconRepository.js +98 -0
  173. package/esm5/lib/GridSortIndicatorView_combined.js +24 -20
  174. package/esm5/lib/GridStyleRepository.js +127 -115
  175. package/esm5/lib/GridStyleRepositoryKeys.js +1 -1
  176. package/esm5/lib/ICheckboxListView.js +11 -0
  177. package/esm5/lib/ISummaryChooserView_combined.js +7 -7
  178. package/esm5/lib/ImageCell.js +57 -57
  179. package/esm5/lib/ImageCellPresenter.js +15 -15
  180. package/esm5/lib/MultiColumnComboBoxView_combined.js +14 -14
  181. package/esm5/lib/NativeUIComboFactory.js +1 -1
  182. package/esm5/lib/NativeUIGridFactory.js +2 -2
  183. package/esm5/lib/NumericCell.js +8 -8
  184. package/esm5/lib/NumericCellPresenter.js +9 -9
  185. package/esm5/lib/PropertyEditorView_combined.js +23 -23
  186. package/esm5/lib/SectionHeaderCell.js +22 -10
  187. package/esm5/lib/SectionHeaderCellPresenter.js +10 -10
  188. package/esm5/lib/SummaryCell.js +47 -38
  189. package/esm5/lib/SummaryCellPresenter.js +10 -10
  190. package/esm5/lib/TemplateCell.js +16 -16
  191. package/esm5/lib/TemplateCellPresenter.js +3 -3
  192. package/esm5/lib/TemplateHeader.js +5 -5
  193. package/esm5/lib/TemplateHeaderCell.js +5 -5
  194. package/esm5/lib/TemplateHeaderCellModel.js +17 -17
  195. package/esm5/lib/TemplateHeaderCellPresenter.js +3 -3
  196. package/esm5/lib/TemplateSectionHeader.js +1 -1
  197. package/esm5/lib/TextCell.js +29 -29
  198. package/esm5/lib/TextCellPresenter.js +10 -10
  199. package/esm5/lib/TextHeaderCell.js +186 -151
  200. package/esm5/lib/TextHeaderCellPresenter.js +61 -39
  201. package/esm5/lib/TextIconSetConditionalStyle.js +1 -1
  202. package/esm5/lib/VerticalSeparatorCell.js +37 -37
  203. package/esm5/lib/igx-cell-info.js +127 -91
  204. package/esm5/lib/igx-checkbox-list-component.js +67 -53
  205. package/esm5/lib/igx-column-chooser-component.js +1 -1
  206. package/esm5/lib/igx-column-moving-separator-component.js +6 -6
  207. package/esm5/lib/igx-column-pinning-component.js +1 -1
  208. package/esm5/lib/igx-column-resizing-separator-component.js +4 -4
  209. package/esm5/lib/igx-combo-box-column-component.js +10 -10
  210. package/esm5/lib/igx-data-binding-event-args.js +27 -22
  211. package/esm5/lib/igx-data-grid-column-component.js +365 -163
  212. package/esm5/lib/igx-data-grid-component.js +244 -2
  213. package/esm5/lib/igx-data-grid-filter-dialog-component.js +144 -28
  214. package/esm5/lib/igx-date-time-cell-info.js +12 -12
  215. package/esm5/lib/igx-date-time-column-component.js +20 -20
  216. package/esm5/lib/igx-date-time-column-dynamic-module.js +2 -0
  217. package/esm5/lib/igx-definition-base-component.js +8 -8
  218. package/esm5/lib/igx-editor-cell-info.js +23 -23
  219. package/esm5/lib/igx-filter-cell-info.js +26 -26
  220. package/esm5/lib/igx-filter-row-definition-component.js +8 -8
  221. package/esm5/lib/igx-filter-row-definition-dynamic-module.js +2 -0
  222. package/esm5/lib/igx-grid-column-filter-options-component.js +1 -1
  223. package/esm5/lib/igx-header-component.js +16 -16
  224. package/esm5/lib/igx-image-cell-info.js +6 -6
  225. package/esm5/lib/igx-image-column-component.js +10 -10
  226. package/esm5/lib/igx-image-column-dynamic-module.js +2 -0
  227. package/esm5/lib/igx-numeric-cell-info.js +39 -26
  228. package/esm5/lib/igx-numeric-column-component.js +47 -31
  229. package/esm5/lib/igx-numeric-column-dynamic-module.js +2 -0
  230. package/esm5/lib/igx-row-separator-dynamic-module.js +2 -0
  231. package/esm5/lib/igx-section-header-cell-info.js +6 -6
  232. package/esm5/lib/igx-section-header-component.js +71 -17
  233. package/esm5/lib/igx-section-header-dynamic-module.js +2 -0
  234. package/esm5/lib/igx-summary-cell-info.js +9 -9
  235. package/esm5/lib/igx-summary-row-component.js +16 -16
  236. package/esm5/lib/igx-template-cell-info.js +2 -2
  237. package/esm5/lib/igx-template-column-dynamic-module.js +2 -0
  238. package/esm5/lib/igx-template-header-cell-info.js +2 -2
  239. package/esm5/lib/igx-template-header-dynamic-module.js +2 -0
  240. package/esm5/lib/igx-template-section-header-dynamic-module.js +4 -0
  241. package/esm5/lib/igx-text-cell-info.js +2 -2
  242. package/esm5/lib/igx-text-column-component.js +8 -8
  243. package/esm5/lib/igx-text-column-dynamic-module.js +2 -0
  244. package/esm5/lib/igx-text-header-cell-info.js +108 -24
  245. package/esm5/lib/igx-text-header-dynamic-module.js +2 -0
  246. package/esm5/public_api.js +2 -0
  247. package/fesm2015/igniteui-angular-data-grids.js +16030 -13672
  248. package/fesm5/igniteui-angular-data-grids.js +16132 -13285
  249. package/lib/CheckboxListExternal.d.ts +2 -0
  250. package/lib/CheckboxListView_combined.d.ts +117 -113
  251. package/lib/ColumnFilterCondition_combined.d.ts +1833 -1680
  252. package/lib/ColumnOptionsIconAlignment.d.ts +9 -1
  253. package/lib/DataGridLocaleEn.d.ts +11 -0
  254. package/lib/DataGridScrollerKeyboardListener.d.ts +1 -0
  255. package/lib/EditorCell.d.ts +67 -67
  256. package/lib/FilterCell.d.ts +55 -55
  257. package/lib/GridCellBase.d.ts +64 -61
  258. package/lib/GridExternalWrapper.d.ts +2 -0
  259. package/lib/GridFilterDialogView_combined.d.ts +102 -79
  260. package/lib/GridIconRepository.d.ts +44 -0
  261. package/lib/GridSortIndicatorView_combined.d.ts +5 -4
  262. package/lib/GridStyleRepository.d.ts +3 -2
  263. package/lib/GridStyleRepositoryKeys.d.ts +28 -27
  264. package/lib/ICheckboxListView.d.ts +38 -0
  265. package/lib/ImageCell.d.ts +17 -17
  266. package/lib/NumericCell.d.ts +2 -2
  267. package/lib/SectionHeaderCell.d.ts +5 -3
  268. package/lib/SummaryCell.d.ts +11 -9
  269. package/lib/TemplateCell.d.ts +5 -5
  270. package/lib/TemplateHeader.d.ts +1 -1
  271. package/lib/TemplateHeaderCell.d.ts +2 -2
  272. package/lib/TemplateHeaderCellModel.d.ts +7 -7
  273. package/lib/TemplateSectionHeader.d.ts +1 -1
  274. package/lib/TextCell.d.ts +7 -7
  275. package/lib/TextHeaderCell.d.ts +30 -30
  276. package/lib/VerticalSeparatorCell.d.ts +8 -8
  277. package/lib/igx-cell-info.d.ts +15 -0
  278. package/lib/igx-checkbox-list-component.d.ts +6 -1
  279. package/lib/igx-data-grid-column-component.d.ts +46 -1
  280. package/lib/igx-data-grid-component.d.ts +73 -1
  281. package/lib/igx-data-grid-filter-dialog-component.d.ts +37 -1
  282. package/lib/igx-numeric-cell-info.d.ts +6 -0
  283. package/lib/igx-numeric-column-component.d.ts +8 -1
  284. package/lib/igx-section-header-component.d.ts +15 -1
  285. package/lib/igx-text-header-cell-info.d.ts +18 -0
  286. package/package.json +4 -4
  287. package/public_api.d.ts +2 -0
@@ -63,10 +63,10 @@ export let GridFilterDialogView = /*@__PURE__*/ (() => {
63
63
  }
64
64
  y() {
65
65
  this.x();
66
- this.b.bu();
66
+ this.b.b8();
67
67
  }
68
68
  t() {
69
- this.b.bm(this.l, this.k, this.aa);
69
+ this.b.b0(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.ct, this.b.cs, this.b.cr);
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,38 @@ 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.cq = 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.ch = null;
326
+ this.cn = null;
327
+ this.z = null;
328
+ this.cl = null;
329
+ this.co = null;
330
+ this.cp = null;
331
+ this.ck = null;
332
+ this.cm = null;
333
+ this.ci = null;
334
+ this.cj = null;
334
335
  this.y = null;
335
- this.aa = false;
336
+ this.cg = null;
337
+ this.au = -1;
338
+ this.ct = null;
339
+ this.cs = null;
340
+ this.cr = null;
341
+ this.ac = null;
342
+ this.ae = false;
336
343
  this.m = null;
337
- this.z = false;
344
+ this.ad = false;
338
345
  this.v = null;
339
346
  this.f = null;
340
347
  this.dialogOpening = null;
@@ -346,41 +353,41 @@ export let GridFilterDialog = /*@__PURE__*/ (() => {
346
353
  this.renderCompleted = null;
347
354
  this.s = new GridFilterDialogView(this);
348
355
  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);
356
+ this.ct = BrushUtil.l(66, 0, 0, 0);
357
+ this.cs = BrushUtil.l(30, 0, 0, 0);
358
+ this.cr = BrushUtil.l(20, 0, 0, 0);
352
359
  }
353
- get au() {
354
- return this.at;
360
+ get a1() {
361
+ return this.a0;
355
362
  }
356
- set au(a) {
357
- this.at = a;
363
+ set a1(a) {
364
+ this.a0 = a;
358
365
  }
359
- get ad() {
360
- return this.ab;
366
+ get ai() {
367
+ return this.af;
361
368
  }
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);
369
+ set ai(a) {
370
+ let b = this.af;
371
+ this.af = a;
372
+ if (b != this.af) {
373
+ this.b7("IsAnimationEnabled", b, this.af);
367
374
  }
368
375
  }
369
- get al() {
370
- return this.ai;
376
+ get aq() {
377
+ return this.an;
371
378
  }
372
- set al(a) {
373
- let b = this.ai;
374
- this.ai = a;
375
- this.bt("PixelScalingRatio", b, this.ai);
379
+ set aq(a) {
380
+ let b = this.an;
381
+ this.an = a;
382
+ this.b7("PixelScalingRatio", b, this.an);
376
383
  }
377
- get ak() {
378
- return this.ah;
384
+ get ap() {
385
+ return this.am;
379
386
  }
380
- set ak(a) {
381
- let b = this.ah;
382
- this.ah = a;
383
- this.bt("ActualPixelScalingRatio", b, this.ah);
387
+ set ap(a) {
388
+ let b = this.am;
389
+ this.am = a;
390
+ this.b7("ActualPixelScalingRatio", b, this.am);
384
391
  }
385
392
  get l() {
386
393
  return this.j;
@@ -389,7 +396,7 @@ export let GridFilterDialog = /*@__PURE__*/ (() => {
389
396
  let b = this.j;
390
397
  this.j = a;
391
398
  if (b != this.j) {
392
- this.bt("IconHorizontalAlignment", enumGetBox(CellContentHorizontalAlignment_$type, b), enumGetBox(CellContentHorizontalAlignment_$type, this.j));
399
+ this.b7("IconHorizontalAlignment", enumGetBox(CellContentHorizontalAlignment_$type, b), enumGetBox(CellContentHorizontalAlignment_$type, this.j));
393
400
  }
394
401
  }
395
402
  get k() {
@@ -399,47 +406,47 @@ export let GridFilterDialog = /*@__PURE__*/ (() => {
399
406
  let b = this.i;
400
407
  this.i = a;
401
408
  if (b != this.i) {
402
- this.bt("HeaderTextALignment", enumGetBox(CellContentHorizontalAlignment_$type, b), enumGetBox(CellContentHorizontalAlignment_$type, this.i));
409
+ this.b7("HeaderTextALignment", enumGetBox(CellContentHorizontalAlignment_$type, b), enumGetBox(CellContentHorizontalAlignment_$type, this.i));
403
410
  }
404
411
  }
405
- get ap() {
406
- return this.an;
412
+ get av() {
413
+ return this.as;
407
414
  }
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);
415
+ set av(a) {
416
+ let b = this.as;
417
+ this.as = a;
418
+ if (b != this.as) {
419
+ this.b7("CellPaddingLeft", b, this.as);
413
420
  }
414
421
  }
415
- get aq() {
416
- return this.ao;
422
+ get aw() {
423
+ return this.at;
417
424
  }
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);
425
+ set aw(a) {
426
+ let b = this.at;
427
+ this.at = a;
428
+ if (b != this.at) {
429
+ this.b7("CellPaddingRight", b, this.at);
423
430
  }
424
431
  }
425
- get ci() {
426
- return this.b8;
432
+ get c4() {
433
+ return this.cq;
427
434
  }
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);
435
+ set c4(a) {
436
+ let b = this.cq;
437
+ this.cq = a;
438
+ if (b != this.cq) {
439
+ this.b7("IconColor", b, this.cq);
433
440
  }
434
441
  }
435
- get am() {
436
- return this.aj;
442
+ get ar() {
443
+ return this.ao;
437
444
  }
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);
445
+ set ar(a) {
446
+ let b = this.ao;
447
+ this.ao = a;
448
+ if (b != this.ao) {
449
+ this.b7("ViewSize", b, this.ao);
443
450
  }
444
451
  }
445
452
  get x() {
@@ -449,82 +456,152 @@ export let GridFilterDialog = /*@__PURE__*/ (() => {
449
456
  let b = this.w;
450
457
  this.w = a;
451
458
  if (this.w != b) {
452
- this.bt("Theme", enumGetBox(BaseControlTheme_$type, b), enumGetBox(BaseControlTheme_$type, this.w));
459
+ this.b7("Theme", enumGetBox(BaseControlTheme_$type, b), enumGetBox(BaseControlTheme_$type, this.w));
460
+ }
461
+ }
462
+ get cv() {
463
+ return this.ch;
464
+ }
465
+ set cv(a) {
466
+ let b = this.ch;
467
+ this.ch = a;
468
+ if (b != this.ch) {
469
+ this.b7("ColumnOptionsBackground", b, this.ch);
470
+ }
471
+ }
472
+ get c1() {
473
+ return this.cn;
474
+ }
475
+ set c1(a) {
476
+ let b = this.cn;
477
+ this.cn = a;
478
+ if (b != this.cn) {
479
+ this.b7("ColumnOptionsTextColor", b, this.cn);
480
+ }
481
+ }
482
+ get ab() {
483
+ return this.z;
484
+ }
485
+ set ab(a) {
486
+ let b = this.z;
487
+ this.z = a;
488
+ if (b != this.z) {
489
+ this.b7("ColumnOptionsTextStyle", b, this.z);
490
+ }
491
+ }
492
+ get cz() {
493
+ return this.cl;
494
+ }
495
+ set cz(a) {
496
+ let b = this.cl;
497
+ this.cl = a;
498
+ if (b != this.cl) {
499
+ this.b7("ColumnOptionsHoverBackgroundColor", b, this.cl);
453
500
  }
454
501
  }
455
- get cd() {
456
- return this.b3;
502
+ get c2() {
503
+ return this.co;
457
504
  }
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);
505
+ set c2(a) {
506
+ let b = this.co;
507
+ this.co = a;
508
+ if (b != this.co) {
509
+ this.b7("ColumnOptionsToolTipBackgroundColor", b, this.co);
463
510
  }
464
511
  }
465
- get ch() {
466
- return this.b7;
512
+ get c3() {
513
+ return this.cp;
467
514
  }
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);
515
+ set c3(a) {
516
+ let b = this.cp;
517
+ this.cp = a;
518
+ if (b != this.cp) {
519
+ this.b7("ColumnOptionsToolTipTextColor", b, this.cp);
473
520
  }
474
521
  }
475
- get cg() {
476
- return this.b6;
522
+ get cy() {
523
+ return this.ck;
477
524
  }
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);
525
+ set cy(a) {
526
+ let b = this.ck;
527
+ this.ck = a;
528
+ if (b != this.ck) {
529
+ this.b7("ColumnOptionsHighlightColor", b, this.ck);
483
530
  }
484
531
  }
485
- get ce() {
486
- return this.b4;
532
+ get c0() {
533
+ return this.cm;
487
534
  }
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);
535
+ set c0(a) {
536
+ let b = this.cm;
537
+ this.cm = a;
538
+ if (b != this.cm) {
539
+ this.b7("ColumnOptionsSeparatorColor", b, this.cm);
493
540
  }
494
541
  }
495
- get cf() {
496
- return this.b5;
542
+ get cw() {
543
+ return this.ci;
497
544
  }
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);
545
+ set cw(a) {
546
+ let b = this.ci;
547
+ this.ci = a;
548
+ if (b != this.ci) {
549
+ this.b7("ColumnOptionsGroupHeaderBackground", b, this.ci);
503
550
  }
504
551
  }
505
- get cc() {
506
- return this.b2;
552
+ get cx() {
553
+ return this.cj;
507
554
  }
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);
555
+ set cx(a) {
556
+ let b = this.cj;
557
+ this.cj = a;
558
+ if (b != this.cj) {
559
+ this.b7("ColumnOptionsGroupHeaderTextColor", b, this.cj);
513
560
  }
514
561
  }
515
- get ae() {
516
- return this.v != null ? this.v.bx : false;
562
+ get aa() {
563
+ return this.y;
517
564
  }
518
- bt(a, b, c) {
519
- this.bw(a, b, c);
565
+ set aa(a) {
566
+ let b = this.y;
567
+ this.y = a;
568
+ if (b != this.y) {
569
+ this.b7("ColumnOptionsGroupHeaderTextStyle", b, this.y);
570
+ }
571
+ }
572
+ get cu() {
573
+ return this.cg;
574
+ }
575
+ set cu(a) {
576
+ let b = this.cg;
577
+ this.cg = a;
578
+ if (b != this.cg) {
579
+ this.b7("ColumnOptionsAccentColor", b, this.cg);
580
+ }
581
+ }
582
+ get ax() {
583
+ return this.au;
584
+ }
585
+ set ax(a) {
586
+ let b = this.au;
587
+ this.au = a;
588
+ if (b != this.au) {
589
+ this.b7("ColumnOptionsRowHeight", b, this.au);
590
+ }
591
+ }
592
+ get aj() {
593
+ return this.v != null ? this.v.bz : false;
594
+ }
595
+ b7(a, b, c) {
596
+ this.ca(a, b, c);
520
597
  if (this.propertyChanged != null) {
521
598
  this.propertyChanged(this, new PropertyChangedEventArgs(a));
522
599
  }
523
600
  }
524
- bw(a, b, c) {
601
+ ca(a, b, c) {
525
602
  switch (a) {
526
603
  case "PixelScalingRatio":
527
- this.ak = this.al;
604
+ this.ap = this.aq;
528
605
  break;
529
606
  case "ActualPixelScalingRatio":
530
607
  this.s.z();
@@ -544,48 +621,82 @@ export let GridFilterDialog = /*@__PURE__*/ (() => {
544
621
  break;
545
622
  case "ColumnOptionsBackground":
546
623
  if (this.v != null) {
547
- this.v.cg = this.cd;
548
- this.v.ck = this.cd;
624
+ this.v.cl = this.cv;
625
+ this.v.cq = this.cv;
549
626
  }
550
627
  break;
551
628
  case "ColumnOptionsTextColor":
552
629
  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;
630
+ this.v.cn = this.c1;
631
+ this.v.cb = this.c1;
632
+ this.v.ch = this.c1;
633
+ this.v.ci = this.c1;
634
+ this.v.cj = this.c1;
635
+ }
636
+ break;
637
+ case "ColumnOptionsTextStyle":
638
+ if (this.v != null) {
639
+ this.v.bw = this.ab;
640
+ }
641
+ break;
642
+ case "ColumnOptionsHoverBackgroundColor":
643
+ if (this.v != null) {
644
+ this.v.cg = this.cz;
645
+ }
646
+ break;
647
+ case "ColumnOptionsToolTipBackgroundColor":
648
+ if (this.v != null) {
649
+ this.v.co = this.c2;
650
+ }
651
+ break;
652
+ case "ColumnOptionsToolTipTextColor":
653
+ if (this.v != null) {
654
+ this.v.cp = this.c3;
655
+ }
656
+ break;
657
+ case "ColumnOptionsHighlightColor":
658
+ if (this.v != null) {
659
+ this.v.cf = this.cy;
559
660
  }
560
661
  break;
561
662
  case "ColumnOptionsSeparatorColor":
562
663
  if (this.v != null) {
563
- this.v.cf = this.cg;
664
+ this.v.ck = this.c0;
564
665
  }
565
666
  break;
566
667
  case "ColumnOptionsGroupHeaderBackground":
567
668
  if (this.v != null) {
568
- this.v.b9 = this.ce;
669
+ this.v.cc = this.cw;
569
670
  }
570
671
  break;
571
672
  case "ColumnOptionsGroupHeaderTextColor":
572
673
  if (this.v != null) {
573
- this.v.cb = this.cf;
674
+ this.v.ce = this.cx;
675
+ }
676
+ break;
677
+ case "ColumnOptionsGroupHeaderTextStyle":
678
+ if (this.v != null) {
679
+ this.v.bx = this.aa;
574
680
  }
575
681
  break;
576
682
  case "ColumnOptionsAccentColor":
577
683
  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;
684
+ this.v.b7 = this.cu;
685
+ this.v.b9 = this.cu;
686
+ this.v.ca = this.cu;
687
+ this.v.cr = this.cu;
688
+ }
689
+ break;
690
+ case "ColumnOptionsRowHeight":
691
+ if (this.v != null) {
692
+ this.v.b3 = this.ax;
582
693
  }
583
694
  break;
584
695
  }
585
696
  }
586
- bx(a, b, c) {
697
+ cb(a, b, c) {
587
698
  this.s.v(a, b, c);
588
- this.bq();
699
+ this.b4();
589
700
  }
590
701
  get n() {
591
702
  return this.m;
@@ -594,89 +705,96 @@ export let GridFilterDialog = /*@__PURE__*/ (() => {
594
705
  let b = this.m;
595
706
  this.m = a;
596
707
  if (this.m != b) {
597
- this.bp(b, this.m);
708
+ this.b3(b, this.m);
598
709
  }
599
710
  }
600
- bp(a, b) {
601
- this.z = true;
711
+ b3(a, b) {
712
+ this.ad = true;
602
713
  }
603
- bq() {
604
- NativeUIComponent.au(this.s.p(), 18, (a) => {
714
+ b4() {
715
+ NativeUIComponent.av(this.s.p(), 18, (a) => {
605
716
  let b = a;
606
717
  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;
718
+ this.v.b2 = 16;
719
+ this.v.b8 = BrushUtil.l(0, 0, 0, 0);
720
+ this.v.v = false;
721
+ this.v.br = runOn(this, this.bu);
722
+ this.v.bp = runOn(this, this.bt);
723
+ this.v.b0 = false;
612
724
  this.s.r(this.v);
613
725
  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;
726
+ this.v.cl = this.cv;
727
+ this.v.cq = this.cv;
728
+ this.v.cn = this.c1;
729
+ this.v.ce = this.cx;
730
+ this.v.cb = this.c1;
731
+ this.v.ch = this.c1;
732
+ this.v.ci = this.c1;
733
+ this.v.cj = this.c1;
734
+ this.v.bw = this.ab;
735
+ this.v.cg = this.cz;
736
+ this.v.co = this.c2;
737
+ this.v.cp = this.c3;
738
+ this.v.cf = this.cy;
739
+ this.v.ck = this.c0;
740
+ this.v.cc = this.cw;
741
+ this.v.bx = this.aa;
742
+ this.v.b7 = this.cu;
743
+ this.v.b9 = this.cu;
744
+ this.v.ca = this.cu;
745
+ this.v.cr = this.cu;
746
+ this.v.b3 = this.ax;
747
+ this.v.b4 = this.n;
630
748
  });
631
749
  }
632
- bg(a, b) {
633
- if (this.z) {
634
- this.z = false;
635
- this.v.b1 = this.n;
750
+ bu(a, b) {
751
+ if (this.ad) {
752
+ this.ad = false;
753
+ this.v.b4 = this.n;
636
754
  }
637
755
  if (this.n != null) {
638
756
  if (this.n.grid != null) {
639
- this.n.grid.vt();
757
+ this.n.grid.wk();
640
758
  }
641
- this.n.oh();
759
+ this.n.pd();
642
760
  }
643
761
  if (this.dialogOpening != null) {
644
762
  let c = new GridFilterDialogOpeningEventArgs();
645
763
  this.dialogOpening(this, c);
646
764
  }
647
765
  }
648
- bf(a, b) {
649
- if (this.aa) {
650
- this.bl();
766
+ bt(a, b) {
767
+ if (this.ae) {
768
+ this.bz();
651
769
  }
652
770
  }
653
- bi(a, b) {
771
+ bw(a, b) {
654
772
  switch (b.propertyName) {
655
773
  case "IsHidden": break;
656
774
  }
657
775
  }
658
- br() {
776
+ b5() {
659
777
  }
660
- bs(a, b) {
661
- a.onModified = delegateRemove(a.onModified, runOn(this, this.bv));
778
+ b6(a, b) {
779
+ a.onModified = delegateRemove(a.onModified, runOn(this, this.b9));
662
780
  if (b) {
663
- this.bz();
781
+ this.cd();
664
782
  }
665
783
  else {
666
- this.by(a, true);
784
+ this.cc(a, true);
667
785
  }
668
786
  this.f = null;
669
787
  }
670
- bj() {
788
+ bx() {
671
789
  this.s.s();
672
- if (this.y == null) {
790
+ if (this.ac == null) {
673
791
  let a = new AnimationKeyFrameEffectTiming();
674
792
  a.g = 200;
675
793
  a.b = 0;
676
- this.y = KeyFrameAnimationFactory.f.c(this.s.a(a).m(new AnimationKeyFrameProperty(1, 0)).m(new AnimationKeyFrameProperty(1, 1)));
794
+ this.ac = KeyFrameAnimationFactory.f.c(this.s.a(a).m(new AnimationKeyFrameProperty(1, 0)).m(new AnimationKeyFrameProperty(1, 1)));
677
795
  }
678
796
  }
679
- b0() {
797
+ ce() {
680
798
  if (this.filterChanged != null) {
681
799
  this.filterChanged(this, ((() => {
682
800
  let $ret = new GridFilterDialogFilterChangeEventArgs();
@@ -685,7 +803,7 @@ export let GridFilterDialog = /*@__PURE__*/ (() => {
685
803
  })()));
686
804
  }
687
805
  }
688
- bz() {
806
+ cd() {
689
807
  if (this.filterChanged != null) {
690
808
  this.filterChanged(this, ((() => {
691
809
  let $ret = new GridFilterDialogFilterChangeEventArgs();
@@ -694,7 +812,7 @@ export let GridFilterDialog = /*@__PURE__*/ (() => {
694
812
  })()));
695
813
  }
696
814
  }
697
- by(a, b) {
815
+ cc(a, b) {
698
816
  let c = this.e(a);
699
817
  if (b) {
700
818
  if (this.filterChanged != null) {
@@ -738,7 +856,7 @@ export let GridFilterDialog = /*@__PURE__*/ (() => {
738
856
  if (e == null) {
739
857
  e = b;
740
858
  }
741
- if (this.ag(a, a.f._inner[f])) {
859
+ if (this.al(a, a.f._inner[f])) {
742
860
  continue;
743
861
  }
744
862
  e.add(this.d(a.f._inner[f]));
@@ -748,7 +866,7 @@ export let GridFilterDialog = /*@__PURE__*/ (() => {
748
866
  }
749
867
  return b;
750
868
  }
751
- ag(a, b) {
869
+ al(a, b) {
752
870
  let c = 0;
753
871
  for (let d = 0; d < b.e.length; d++) {
754
872
  if (b.e[d] == b.l) {
@@ -765,14 +883,14 @@ export let GridFilterDialog = /*@__PURE__*/ (() => {
765
883
  return false;
766
884
  }
767
885
  g(a, b, c, d) {
768
- let e = this.as(c, d);
886
+ let e = this.az(c, d);
769
887
  if (a > e) {
770
888
  b.e();
771
889
  return b.d();
772
890
  }
773
891
  return null;
774
892
  }
775
- as(a, b) {
893
+ az(a, b) {
776
894
  let c = a.c(b);
777
895
  if (c == null) {
778
896
  return 0;
@@ -780,7 +898,7 @@ export let GridFilterDialog = /*@__PURE__*/ (() => {
780
898
  return a.e.indexOf(c);
781
899
  }
782
900
  h(a, b, c, d) {
783
- let e = this.as(c, d);
901
+ let e = this.az(c, d);
784
902
  if (a < e) {
785
903
  let f = c.b(d);
786
904
  let g = new ColumnFilterConditionGroup();
@@ -799,30 +917,30 @@ export let GridFilterDialog = /*@__PURE__*/ (() => {
799
917
  c(a) {
800
918
  return EnumUtil.getEnumValue(ColumnComparisonConditionOperatorType_$type, EnumUtil.parse(ColumnComparisonConditionOperatorType_$type, a, true));
801
919
  }
802
- bv(a) {
803
- this.by(a, false);
920
+ b9(a) {
921
+ this.cc(a, false);
804
922
  }
805
923
  t(a, b) {
806
924
  let c = new GridFilterDialogViewModel();
807
925
  if (a != null) {
808
- this.bh(c, a, b);
926
+ this.bv(c, a, b);
809
927
  }
810
928
  else {
811
929
  let d = new GridFilterDialogViewModelRow();
812
930
  d.f = b;
813
931
  d.e = GridFilterDialog.a(b);
814
932
  d.d = GridFilterDialog.b(b);
815
- d.l = GridFilterDialog.a7(b[0]);
933
+ d.l = GridFilterDialog.bl(b[0]);
816
934
  c.f.add(d);
817
935
  }
818
936
  return c;
819
937
  }
820
- bh(a, b, c) {
938
+ bv(a, b, c) {
821
939
  if (b.isGroup()) {
822
940
  let d = b;
823
941
  for (let e = 0; e < d.count; e++) {
824
942
  let f = d.item(e);
825
- this.bh(a, f, c);
943
+ this.bv(a, f, c);
826
944
  }
827
945
  }
828
946
  else {
@@ -831,24 +949,24 @@ export let GridFilterDialog = /*@__PURE__*/ (() => {
831
949
  }
832
950
  u(a, b) {
833
951
  let c = new GridFilterDialogViewModelRow();
834
- c.l = GridFilterDialog.a7(a.operator);
952
+ c.l = GridFilterDialog.bl(a.operator);
835
953
  c.f = b;
836
954
  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);
955
+ c.i = GridFilterDialog.a2(GridFilterDialog.ay(a.operator), a.operator, a);
956
+ c.j = GridFilterDialog.a3(GridFilterDialog.ay(a.operator), a.operator, a);
839
957
  c.d = GridFilterDialog.b(b);
840
958
  return c;
841
959
  }
842
- static ar(a) {
960
+ static ay(a) {
843
961
  return ColumnComparisonFilterCondition.getOperandNumber(a);
844
962
  }
845
- static av(a, b, c) {
963
+ static a2(a, b, c) {
846
964
  if (a == 0) {
847
965
  return "";
848
966
  }
849
967
  return c.value != null ? c.value.toString() : "";
850
968
  }
851
- static aw(a, b, c) {
969
+ static a3(a, b, c) {
852
970
  return "";
853
971
  }
854
972
  static b(a) {
@@ -861,56 +979,56 @@ export let GridFilterDialog = /*@__PURE__*/ (() => {
861
979
  }
862
980
  return b;
863
981
  }
864
- static a7(a) {
982
+ static bl(a) {
865
983
  return EnumUtil.getName(ColumnComparisonConditionOperatorType_$type, a);
866
984
  }
867
- bo(a, b) {
985
+ b2(a, b) {
868
986
  this.s.w(a, b);
869
987
  }
870
- bn() {
988
+ b1() {
871
989
  this.s.u();
872
990
  }
873
- bm(a, b, c) {
991
+ b0(a, b, c) {
874
992
  }
875
- b1() {
876
- this.aa = false;
993
+ cf() {
994
+ this.ae = false;
877
995
  if (this.s.q == null || NativeUI.g(this.s.q) == 1) {
878
996
  return;
879
997
  }
880
- if (this.ad) {
881
- this.bj();
882
- if (this.y.playbackRate < 0) {
883
- this.y.reverse();
998
+ if (this.ai) {
999
+ this.bx();
1000
+ if (this.ac.playbackRate < 0) {
1001
+ this.ac.reverse();
884
1002
  }
885
1003
  else {
886
- this.y.play();
1004
+ this.ac.play();
887
1005
  }
888
- this.y.finished.f((a) => this.y.commitStyles());
1006
+ this.ac.finished.f((a) => this.ac.commitStyles());
889
1007
  }
890
1008
  else {
891
- NativeUI.y(this.s.q, 1);
1009
+ NativeUI.ab(this.s.q, 1);
892
1010
  }
893
1011
  }
894
- bl() {
895
- this.aa = true;
896
- if (!this.ae) {
1012
+ bz() {
1013
+ this.ae = true;
1014
+ if (!this.aj) {
897
1015
  if (this.s.q == null || NativeUI.g(this.s.q) == 0) {
898
1016
  return;
899
1017
  }
900
- if (this.ad) {
901
- this.bj();
902
- if (this.y.playbackRate < 0) {
903
- this.y.play();
1018
+ if (this.ai) {
1019
+ this.bx();
1020
+ if (this.ac.playbackRate < 0) {
1021
+ this.ac.play();
904
1022
  }
905
1023
  else {
906
- this.y.reverse();
1024
+ this.ac.reverse();
907
1025
  }
908
- this.y.finished.f((a) => this.y.commitStyles());
1026
+ this.ac.finished.f((a) => this.ac.commitStyles());
909
1027
  }
910
1028
  else {
911
- NativeUI.y(this.s.q, 0);
1029
+ NativeUI.ab(this.s.q, 0);
912
1030
  }
913
- this.aa = false;
1031
+ this.ae = false;
914
1032
  }
915
1033
  }
916
1034
  get commandCompleted() {
@@ -925,22 +1043,25 @@ export let GridFilterDialog = /*@__PURE__*/ (() => {
925
1043
  set invalidateActions(a) {
926
1044
  this._invalidateActions = a;
927
1045
  }
928
- bu() {
1046
+ b8() {
929
1047
  if (this.renderCompleted != null) {
930
1048
  this.renderCompleted(this, new FilterDialogRenderCompletedEventArgs());
931
1049
  }
932
1050
  }
933
- bk() {
1051
+ by() {
934
1052
  if (this.v != null) {
935
- if (this.n != null && this.v.b1 != this.n) {
936
- this.v.b1 = this.n;
1053
+ if (this.n != null && this.v.b4 != this.n) {
1054
+ this.v.b4 = this.n;
937
1055
  }
938
1056
  }
939
1057
  }
1058
+ get ah() {
1059
+ return this.v.b4 != null;
1060
+ }
940
1061
  getDesiredToolbarActions() {
941
- if (!GridFilterDialog.ac) {
942
- GridFilterDialog.ac = true;
943
- SvgIconRegistry.instance.addSvgPathString("XGrid", "DotDotDot", GridFilterDialog.a6);
1062
+ if (!GridFilterDialog.ag) {
1063
+ GridFilterDialog.ag = true;
1064
+ SvgIconRegistry.instance.addSvgPathString("XGrid", "DotDotDot", GridFilterDialog.bk);
944
1065
  }
945
1066
  let a = new ToolActionIconMenuInfo();
946
1067
  a.name = "DataGridColumnOptionsPlaceholder";
@@ -975,7 +1096,7 @@ export let GridFilterDialog = /*@__PURE__*/ (() => {
975
1096
  }
976
1097
  dismissContextAccessor(a) {
977
1098
  }
978
- af(e_) {
1099
+ ak(e_) {
979
1100
  let a = e_.originalEvent.srcElement;
980
1101
  let b = e_.originalEvent.target;
981
1102
  if (this.s.m.rootWrapper.getNativeElement().contains(a) || this.s.m.rootWrapper.getNativeElement().contains(b)) {
@@ -985,8 +1106,8 @@ export let GridFilterDialog = /*@__PURE__*/ (() => {
985
1106
  }
986
1107
  }
987
1108
  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";
1109
+ GridFilterDialog.ag = false;
1110
+ GridFilterDialog.bk = "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
1111
  return GridFilterDialog;
991
1112
  })();
992
1113
  /**
@@ -1016,7 +1137,7 @@ export let GridFilterDialogViewModel = /*@__PURE__*/ (() => {
1016
1137
  a.f = b;
1017
1138
  a.e = GridFilterDialog.a(b);
1018
1139
  a.d = GridFilterDialog.b(b);
1019
- a.l = GridFilterDialog.a7(b[0]);
1140
+ a.l = GridFilterDialog.bl(b[0]);
1020
1141
  this.f.add(a);
1021
1142
  }
1022
1143
  u(a) {