igniteui-webcomponents-data-grids 7.1.0-alpha.0 → 7.1.0-alpha.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (284) hide show
  1. package/bundles/igniteui-webcomponents-data-grids.umd.js +24378 -21126
  2. package/bundles/igniteui-webcomponents-data-grids.umd.min.js +1 -1
  3. package/esm2015/lib/CanvasCellPresenterBase.js +5 -5
  4. package/esm2015/lib/CanvasContentCellModelHelper.js +5 -5
  5. package/esm2015/lib/CanvasDateTimeCellPresenter.js +8 -8
  6. package/esm2015/lib/CanvasGridCellBase.js +13 -13
  7. package/esm2015/lib/CanvasImageCellPresenter.js +7 -7
  8. package/esm2015/lib/CanvasNumericCellPresenter.js +8 -8
  9. package/esm2015/lib/CanvasSectionHeaderCellPresenter.js +9 -9
  10. package/esm2015/lib/CanvasSummaryCell.js +2 -2
  11. package/esm2015/lib/CanvasSummaryCellPresenter.js +3 -3
  12. package/esm2015/lib/CanvasTemplateCellPresenter.js +2 -2
  13. package/esm2015/lib/CanvasTemplateHeaderCellPresenter.js +2 -2
  14. package/esm2015/lib/CanvasTextCellPresenter.js +9 -9
  15. package/esm2015/lib/CanvasTextHeaderCellPresenter.js +7 -7
  16. package/esm2015/lib/CellPresenterBase.js +28 -28
  17. package/esm2015/lib/CheckboxListBridge.js +54 -26
  18. package/esm2015/lib/CheckboxListView_combined.js +775 -745
  19. package/esm2015/lib/ColumnChooserView_combined.js +16 -16
  20. package/esm2015/lib/ColumnFilterCondition_combined.js +9468 -7805
  21. package/esm2015/lib/ColumnGroupingView_combined.js +24 -24
  22. package/esm2015/lib/ColumnOptionsIconAlignment.js +9 -1
  23. package/esm2015/lib/ColumnPinningView_combined.js +16 -16
  24. package/esm2015/lib/ComparisonOperatorSelectorView_combined.js +8 -8
  25. package/esm2015/lib/ContentCellModelHelper.js +7 -7
  26. package/esm2015/lib/DataGridCellLayoutPanel.js +14 -14
  27. package/esm2015/lib/DataGridLocaleEn.js +3 -0
  28. package/esm2015/lib/DataGridScrollerKeyboardListener.js +18 -15
  29. package/esm2015/lib/DataGridToolbarView_combined.js +13 -13
  30. package/esm2015/lib/DateTimeCellPresenter.js +9 -9
  31. package/esm2015/lib/Dragger.js +4 -4
  32. package/esm2015/lib/DraggerView.js +11 -11
  33. package/esm2015/lib/EditorCell.js +267 -267
  34. package/esm2015/lib/EditorCellPresenter.js +25 -25
  35. package/esm2015/lib/FilterCell.js +261 -261
  36. package/esm2015/lib/FilterCellPresenter.js +15 -15
  37. package/esm2015/lib/GridCellBase.js +71 -69
  38. package/esm2015/lib/GridColumnButtonOptionsView_combined.js +2 -2
  39. package/esm2015/lib/GridColumnFilterOptionsView_combined.js +17 -17
  40. package/esm2015/lib/GridColumnGroupOptionsView_combined.js +9 -9
  41. package/esm2015/lib/GridColumnHideOptionsView_combined.js +5 -5
  42. package/esm2015/lib/GridColumnMoveOptionsView_combined.js +1 -1
  43. package/esm2015/lib/GridColumnOptionsViewBase_combined.js +17 -17
  44. package/esm2015/lib/GridColumnOptionsView_combined.js +3 -3
  45. package/esm2015/lib/GridColumnPinOptionsView_combined.js +4 -4
  46. package/esm2015/lib/GridColumnSortOptionsView_combined.js +2 -2
  47. package/esm2015/lib/GridColumnSummaryOptionsView_combined.js +13 -13
  48. package/esm2015/lib/GridExpansionIndicatorView_combined.js +5 -5
  49. package/esm2015/lib/GridExternalWrapper.js +15 -6
  50. package/esm2015/lib/GridFilterDialogView_combined.js +430 -185
  51. package/esm2015/lib/GridIconRepository.js +92 -0
  52. package/esm2015/lib/GridSortIndicatorView_combined.js +26 -22
  53. package/esm2015/lib/GridStyleRepository.js +272 -431
  54. package/esm2015/lib/GridStyleRepositoryKeys.js +11 -0
  55. package/esm2015/lib/ICheckboxListView.js +11 -0
  56. package/esm2015/lib/ISummaryChooserView_combined.js +11 -11
  57. package/esm2015/lib/ImageCell.js +55 -55
  58. package/esm2015/lib/ImageCellPresenter.js +15 -15
  59. package/esm2015/lib/MultiColumnComboBoxUtilities.js +2 -2
  60. package/esm2015/lib/MultiColumnComboBoxView_combined.js +37 -37
  61. package/esm2015/lib/NativeUIComboFactory.js +1 -1
  62. package/esm2015/lib/NativeUIGridFactory.js +2 -2
  63. package/esm2015/lib/NumericCell.js +4 -4
  64. package/esm2015/lib/NumericCellPresenter.js +9 -9
  65. package/esm2015/lib/PropertyEditorView_combined.js +31 -31
  66. package/esm2015/lib/SectionHeaderCell.js +20 -8
  67. package/esm2015/lib/SectionHeaderCellPresenter.js +10 -10
  68. package/esm2015/lib/SummaryCell.js +34 -25
  69. package/esm2015/lib/SummaryCellPresenter.js +8 -8
  70. package/esm2015/lib/TemplateCell.js +12 -12
  71. package/esm2015/lib/TemplateCellPresenter.js +3 -3
  72. package/esm2015/lib/TemplateHeader.js +8 -8
  73. package/esm2015/lib/TemplateHeaderCell.js +5 -5
  74. package/esm2015/lib/TemplateHeaderCellModel.js +18 -18
  75. package/esm2015/lib/TemplateHeaderCellPresenter.js +3 -3
  76. package/esm2015/lib/TemplateSectionHeader.js +2 -2
  77. package/esm2015/lib/TextCell.js +22 -22
  78. package/esm2015/lib/TextCellPresenter.js +10 -10
  79. package/esm2015/lib/TextHeaderCell.js +177 -136
  80. package/esm2015/lib/TextHeaderCellPresenter.js +66 -25
  81. package/esm2015/lib/TextIconSetConditionalStyle.js +3 -3
  82. package/esm2015/lib/VerticalSeparatorCell.js +32 -32
  83. package/esm2015/lib/igc-cell-info.js +97 -91
  84. package/esm2015/lib/igc-checkbox-list-component.js +89 -90
  85. package/esm2015/lib/igc-column-moving-separator-component.js +9 -9
  86. package/esm2015/lib/igc-column-resizing-separator-component.js +6 -6
  87. package/esm2015/lib/igc-combo-box-column-component.js +10 -10
  88. package/esm2015/lib/igc-data-binding-event-args.js +27 -22
  89. package/esm2015/lib/igc-data-grid-column-component.js +390 -193
  90. package/esm2015/lib/igc-data-grid-component.js +241 -2
  91. package/esm2015/lib/igc-data-grid-filter-dialog-component.js +148 -20
  92. package/esm2015/lib/igc-data-grid-pager-component.js +30 -10
  93. package/esm2015/lib/igc-date-time-cell-info.js +12 -12
  94. package/esm2015/lib/igc-date-time-column-component.js +23 -23
  95. package/esm2015/lib/igc-date-time-column-module.js +2 -0
  96. package/esm2015/lib/igc-definition-base-component.js +129 -129
  97. package/esm2015/lib/igc-editor-cell-info.js +23 -23
  98. package/esm2015/lib/igc-filter-cell-info.js +26 -26
  99. package/esm2015/lib/igc-filter-row-definition-component.js +12 -12
  100. package/esm2015/lib/igc-filter-row-definition-module.js +2 -0
  101. package/esm2015/lib/igc-header-component.js +24 -24
  102. package/esm2015/lib/igc-image-cell-info.js +6 -6
  103. package/esm2015/lib/igc-image-column-component.js +12 -12
  104. package/esm2015/lib/igc-image-column-module.js +2 -0
  105. package/esm2015/lib/igc-numeric-cell-info.js +26 -26
  106. package/esm2015/lib/igc-numeric-column-component.js +35 -35
  107. package/esm2015/lib/igc-numeric-column-module.js +2 -0
  108. package/esm2015/lib/igc-row-separator-module.js +2 -0
  109. package/esm2015/lib/igc-section-header-cell-info.js +6 -6
  110. package/esm2015/lib/igc-section-header-component.js +24 -24
  111. package/esm2015/lib/igc-section-header-module.js +2 -0
  112. package/esm2015/lib/igc-summary-cell-info.js +9 -9
  113. package/esm2015/lib/igc-summary-row-component.js +24 -24
  114. package/esm2015/lib/igc-template-cell-info.js +2 -2
  115. package/esm2015/lib/igc-template-column-module.js +2 -0
  116. package/esm2015/lib/igc-template-header-cell-info.js +2 -2
  117. package/esm2015/lib/igc-template-header-module.js +2 -0
  118. package/esm2015/lib/igc-template-section-header-module.js +4 -0
  119. package/esm2015/lib/igc-text-cell-info.js +2 -2
  120. package/esm2015/lib/igc-text-column-component.js +9 -9
  121. package/esm2015/lib/igc-text-column-module.js +2 -0
  122. package/esm2015/lib/igc-text-header-cell-info.js +121 -10
  123. package/esm2015/lib/igc-text-header-module.js +2 -0
  124. package/esm2015/public_api.js +3 -0
  125. package/esm5/lib/CanvasCellPresenterBase.js +5 -5
  126. package/esm5/lib/CanvasContentCellModelHelper.js +5 -5
  127. package/esm5/lib/CanvasDateTimeCellPresenter.js +8 -8
  128. package/esm5/lib/CanvasGridCellBase.js +13 -13
  129. package/esm5/lib/CanvasImageCellPresenter.js +7 -7
  130. package/esm5/lib/CanvasNumericCellPresenter.js +8 -8
  131. package/esm5/lib/CanvasSectionHeaderCellPresenter.js +9 -9
  132. package/esm5/lib/CanvasSummaryCell.js +2 -2
  133. package/esm5/lib/CanvasSummaryCellPresenter.js +3 -3
  134. package/esm5/lib/CanvasTemplateCellPresenter.js +2 -2
  135. package/esm5/lib/CanvasTemplateHeaderCellPresenter.js +2 -2
  136. package/esm5/lib/CanvasTextCellPresenter.js +9 -9
  137. package/esm5/lib/CanvasTextHeaderCellPresenter.js +7 -7
  138. package/esm5/lib/CellPresenterBase.js +28 -28
  139. package/esm5/lib/CheckboxListBridge.js +54 -26
  140. package/esm5/lib/CheckboxListView_combined.js +748 -718
  141. package/esm5/lib/ColumnChooserView_combined.js +16 -16
  142. package/esm5/lib/ColumnFilterCondition_combined.js +9521 -7569
  143. package/esm5/lib/ColumnGroupingView_combined.js +24 -24
  144. package/esm5/lib/ColumnOptionsIconAlignment.js +9 -1
  145. package/esm5/lib/ColumnPinningView_combined.js +16 -16
  146. package/esm5/lib/ComparisonOperatorSelectorView_combined.js +8 -8
  147. package/esm5/lib/ContentCellModelHelper.js +7 -7
  148. package/esm5/lib/DataGridCellLayoutPanel.js +14 -14
  149. package/esm5/lib/DataGridLocaleEn.js +3 -0
  150. package/esm5/lib/DataGridScrollerKeyboardListener.js +18 -15
  151. package/esm5/lib/DataGridToolbarView_combined.js +13 -13
  152. package/esm5/lib/DateTimeCellPresenter.js +9 -9
  153. package/esm5/lib/Dragger.js +4 -4
  154. package/esm5/lib/DraggerView.js +11 -11
  155. package/esm5/lib/EditorCell.js +256 -256
  156. package/esm5/lib/EditorCellPresenter.js +25 -25
  157. package/esm5/lib/FilterCell.js +252 -252
  158. package/esm5/lib/FilterCellPresenter.js +15 -15
  159. package/esm5/lib/GridCellBase.js +70 -68
  160. package/esm5/lib/GridColumnButtonOptionsView_combined.js +2 -2
  161. package/esm5/lib/GridColumnFilterOptionsView_combined.js +17 -17
  162. package/esm5/lib/GridColumnGroupOptionsView_combined.js +9 -9
  163. package/esm5/lib/GridColumnHideOptionsView_combined.js +5 -5
  164. package/esm5/lib/GridColumnMoveOptionsView_combined.js +1 -1
  165. package/esm5/lib/GridColumnOptionsViewBase_combined.js +17 -17
  166. package/esm5/lib/GridColumnOptionsView_combined.js +3 -3
  167. package/esm5/lib/GridColumnPinOptionsView_combined.js +4 -4
  168. package/esm5/lib/GridColumnSortOptionsView_combined.js +2 -2
  169. package/esm5/lib/GridColumnSummaryOptionsView_combined.js +13 -13
  170. package/esm5/lib/GridExpansionIndicatorView_combined.js +5 -5
  171. package/esm5/lib/GridExternalWrapper.js +15 -6
  172. package/esm5/lib/GridFilterDialogView_combined.js +478 -177
  173. package/esm5/lib/GridIconRepository.js +97 -0
  174. package/esm5/lib/GridSortIndicatorView_combined.js +26 -22
  175. package/esm5/lib/GridStyleRepository.js +280 -583
  176. package/esm5/lib/GridStyleRepositoryKeys.js +11 -0
  177. package/esm5/lib/ICheckboxListView.js +11 -0
  178. package/esm5/lib/ISummaryChooserView_combined.js +11 -11
  179. package/esm5/lib/ImageCell.js +54 -54
  180. package/esm5/lib/ImageCellPresenter.js +15 -15
  181. package/esm5/lib/MultiColumnComboBoxUtilities.js +2 -2
  182. package/esm5/lib/MultiColumnComboBoxView_combined.js +37 -37
  183. package/esm5/lib/NativeUIComboFactory.js +1 -1
  184. package/esm5/lib/NativeUIGridFactory.js +2 -2
  185. package/esm5/lib/NumericCell.js +4 -4
  186. package/esm5/lib/NumericCellPresenter.js +9 -9
  187. package/esm5/lib/PropertyEditorView_combined.js +31 -31
  188. package/esm5/lib/SectionHeaderCell.js +20 -8
  189. package/esm5/lib/SectionHeaderCellPresenter.js +10 -10
  190. package/esm5/lib/SummaryCell.js +35 -26
  191. package/esm5/lib/SummaryCellPresenter.js +8 -8
  192. package/esm5/lib/TemplateCell.js +12 -12
  193. package/esm5/lib/TemplateCellPresenter.js +3 -3
  194. package/esm5/lib/TemplateHeader.js +8 -8
  195. package/esm5/lib/TemplateHeaderCell.js +5 -5
  196. package/esm5/lib/TemplateHeaderCellModel.js +17 -17
  197. package/esm5/lib/TemplateHeaderCellPresenter.js +3 -3
  198. package/esm5/lib/TemplateSectionHeader.js +2 -2
  199. package/esm5/lib/TextCell.js +22 -22
  200. package/esm5/lib/TextCellPresenter.js +10 -10
  201. package/esm5/lib/TextHeaderCell.js +175 -134
  202. package/esm5/lib/TextHeaderCellPresenter.js +66 -25
  203. package/esm5/lib/TextIconSetConditionalStyle.js +4 -3
  204. package/esm5/lib/VerticalSeparatorCell.js +32 -32
  205. package/esm5/lib/igc-cell-info.js +101 -91
  206. package/esm5/lib/igc-checkbox-list-component.js +89 -90
  207. package/esm5/lib/igc-column-moving-separator-component.js +9 -9
  208. package/esm5/lib/igc-column-resizing-separator-component.js +6 -6
  209. package/esm5/lib/igc-combo-box-column-component.js +10 -10
  210. package/esm5/lib/igc-data-binding-event-args.js +27 -22
  211. package/esm5/lib/igc-data-grid-column-component.js +478 -193
  212. package/esm5/lib/igc-data-grid-component.js +324 -3
  213. package/esm5/lib/igc-data-grid-filter-dialog-component.js +196 -20
  214. package/esm5/lib/igc-data-grid-pager-component.js +38 -10
  215. package/esm5/lib/igc-date-time-cell-info.js +12 -12
  216. package/esm5/lib/igc-date-time-column-component.js +23 -23
  217. package/esm5/lib/igc-date-time-column-module.js +2 -0
  218. package/esm5/lib/igc-definition-base-component.js +129 -129
  219. package/esm5/lib/igc-editor-cell-info.js +23 -23
  220. package/esm5/lib/igc-filter-cell-info.js +26 -26
  221. package/esm5/lib/igc-filter-row-definition-component.js +12 -12
  222. package/esm5/lib/igc-filter-row-definition-module.js +2 -0
  223. package/esm5/lib/igc-header-component.js +24 -24
  224. package/esm5/lib/igc-image-cell-info.js +6 -6
  225. package/esm5/lib/igc-image-column-component.js +12 -12
  226. package/esm5/lib/igc-image-column-module.js +2 -0
  227. package/esm5/lib/igc-numeric-cell-info.js +26 -26
  228. package/esm5/lib/igc-numeric-column-component.js +35 -35
  229. package/esm5/lib/igc-numeric-column-module.js +2 -0
  230. package/esm5/lib/igc-row-separator-module.js +2 -0
  231. package/esm5/lib/igc-section-header-cell-info.js +6 -6
  232. package/esm5/lib/igc-section-header-component.js +24 -24
  233. package/esm5/lib/igc-section-header-module.js +2 -0
  234. package/esm5/lib/igc-summary-cell-info.js +9 -9
  235. package/esm5/lib/igc-summary-row-component.js +24 -24
  236. package/esm5/lib/igc-template-cell-info.js +2 -2
  237. package/esm5/lib/igc-template-column-module.js +2 -0
  238. package/esm5/lib/igc-template-header-cell-info.js +2 -2
  239. package/esm5/lib/igc-template-header-module.js +2 -0
  240. package/esm5/lib/igc-template-section-header-module.js +4 -0
  241. package/esm5/lib/igc-text-cell-info.js +2 -2
  242. package/esm5/lib/igc-text-column-component.js +9 -9
  243. package/esm5/lib/igc-text-column-module.js +2 -0
  244. package/esm5/lib/igc-text-header-cell-info.js +173 -10
  245. package/esm5/lib/igc-text-header-module.js +2 -0
  246. package/esm5/public_api.js +3 -0
  247. package/fesm2015/igniteui-webcomponents-data-grids.js +41126 -38366
  248. package/fesm5/igniteui-webcomponents-data-grids.js +24378 -21129
  249. package/lib/CheckboxListBridge.d.ts +1 -0
  250. package/lib/CheckboxListExternal.d.ts +6 -0
  251. package/lib/CheckboxListView_combined.d.ts +159 -154
  252. package/lib/ColumnFilterCondition_combined.d.ts +2106 -1885
  253. package/lib/ColumnOptionsIconAlignment.d.ts +9 -1
  254. package/lib/DataGridLocaleEn.d.ts +3 -0
  255. package/lib/DataGridScrollerKeyboardListener.d.ts +1 -0
  256. package/lib/EditorCell.d.ts +51 -51
  257. package/lib/FilterCell.d.ts +53 -53
  258. package/lib/GridCellBase.d.ts +21 -19
  259. package/lib/GridExternalWrapper.d.ts +3 -0
  260. package/lib/GridFilterDialogView_combined.d.ts +104 -61
  261. package/lib/GridIconRepository.d.ts +44 -0
  262. package/lib/GridSortIndicatorView_combined.d.ts +5 -4
  263. package/lib/GridStyleRepository.d.ts +23 -83
  264. package/lib/GridStyleRepositoryKeys.d.ts +48 -0
  265. package/lib/ICheckboxListView.d.ts +38 -0
  266. package/lib/ImageCell.d.ts +14 -14
  267. package/lib/SectionHeaderCell.d.ts +4 -2
  268. package/lib/SummaryCell.d.ts +6 -4
  269. package/lib/TemplateCell.d.ts +3 -3
  270. package/lib/TemplateHeader.d.ts +3 -3
  271. package/lib/TemplateHeaderCell.d.ts +2 -2
  272. package/lib/TemplateHeaderCellModel.d.ts +7 -7
  273. package/lib/TemplateSectionHeader.d.ts +2 -2
  274. package/lib/TextCell.d.ts +4 -4
  275. package/lib/TextHeaderCell.d.ts +26 -24
  276. package/lib/VerticalSeparatorCell.d.ts +4 -4
  277. package/lib/igc-cell-info.d.ts +4 -0
  278. package/lib/igc-data-grid-column-component.d.ts +77 -0
  279. package/lib/igc-data-grid-component.d.ts +94 -1
  280. package/lib/igc-data-grid-filter-dialog-component.d.ts +57 -0
  281. package/lib/igc-data-grid-pager-component.d.ts +10 -0
  282. package/lib/igc-text-header-cell-info.d.ts +48 -0
  283. package/package.json +4 -4
  284. package/public_api.d.ts +3 -0
@@ -17,6 +17,7 @@ import { intDivide, isNaN_ } from "igniteui-webcomponents-core";
17
17
  import { ElevationHelper } from "igniteui-webcomponents-core";
18
18
  import { BaseDOMEventProxy } from "igniteui-webcomponents-core";
19
19
  import { IToolbarTarget_$type } from "igniteui-webcomponents-core";
20
+ import { BaseControlTheme_$type } from "igniteui-webcomponents-core";
20
21
  import { DeviceUtils } from "igniteui-webcomponents-core";
21
22
  import { BrushUtil } from "igniteui-webcomponents-core";
22
23
  import { GridFilterDialogOpeningEventArgs } from "./GridFilterDialogOpeningEventArgs";
@@ -30,8 +31,6 @@ import { GridFilterDialogViewModelGroupingLevel } from "./GridFilterDialogViewMo
30
31
  import { GridFilterDialogViewModelGrouping } from "./GridFilterDialogViewModelGrouping";
31
32
  import { ColumnComparisonFilterCondition } from "./ColumnComparisonFilterCondition";
32
33
  import { ColumnComparisonConditionOperatorType_$type } from "./ColumnComparisonConditionOperatorType";
33
- import { Geometry } from "igniteui-webcomponents-core";
34
- import { GridStyleRepository } from "./GridStyleRepository";
35
34
  import { FilterDialogRenderCompletedEventArgs } from "./FilterDialogRenderCompletedEventArgs";
36
35
  import { ToolActionIconMenuInfo } from "igniteui-webcomponents-core";
37
36
  import { SvgIconRegistry } from "igniteui-webcomponents-core";
@@ -66,10 +65,10 @@ export var GridFilterDialogView = /** @class */ /*@__PURE__*/ (function (_super)
66
65
  }
67
66
  GridFilterDialogView.prototype.y = function () {
68
67
  this.x();
69
- this.b.bk();
68
+ this.b.b7();
70
69
  };
71
70
  GridFilterDialogView.prototype.t = function () {
72
- this.b.bc(this.l, this.k, this.aa);
71
+ this.b.bz(this.l, this.k, this.aa);
73
72
  };
74
73
  GridFilterDialogView.prototype.s = function () {
75
74
  if (KeyFrameAnimationFactory.h == null) {
@@ -86,7 +85,7 @@ export var GridFilterDialogView = /** @class */ /*@__PURE__*/ (function (_super)
86
85
  this.d = null;
87
86
  return;
88
87
  }
89
- this.h = (isNaN_(this.b.aj) ? this.b.ai : this.b.aj);
88
+ this.h = (isNaN_(this.b.aq) ? this.b.ap : this.b.aq);
90
89
  var d = a;
91
90
  this.m = d;
92
91
  this.n = c;
@@ -94,24 +93,24 @@ export var GridFilterDialogView = /** @class */ /*@__PURE__*/ (function (_super)
94
93
  this.m.rootWrapper.addClass("ig-filter-icon");
95
94
  this.m.rootWrapper.setStyleProperty("cursor", "pointer");
96
95
  this.q = this.m.rootWrapper;
97
- NativeUI.y(this.q, 0);
96
+ NativeUI.ab(this.q, 0);
98
97
  var e = this.h;
99
98
  var f = Math.round(d.rootWrapper.width());
100
99
  var g = Math.round(d.rootWrapper.height());
101
- var h = this.b.ak * e;
102
- var i = this.b.ak * e;
100
+ var h = this.b.ar * e;
101
+ var i = this.b.ar * e;
103
102
  this.x();
104
103
  this.l = f;
105
104
  this.k = g;
106
- if (isNaN_(this.b.aj)) {
107
- this.b.ai = window.devicePixelRatio;
108
- this.h = this.b.ai;
105
+ if (isNaN_(this.b.aq)) {
106
+ this.b.ap = window.devicePixelRatio;
107
+ this.h = this.b.ap;
109
108
  }
110
109
  this.y();
111
110
  };
112
111
  GridFilterDialogView.prototype.r = function (a) {
113
112
  var b = a;
114
- this.m.append(b.an);
113
+ this.m.append(b.ao);
115
114
  };
116
115
  GridFilterDialogView.prototype.p = function () {
117
116
  return this.m;
@@ -126,10 +125,10 @@ export var GridFilterDialogView = /** @class */ /*@__PURE__*/ (function (_super)
126
125
  this.m.rootWrapper.setStyleProperty("position", "absolute");
127
126
  if (this.b.l == 2) {
128
127
  this.m.rootWrapper.setStyleProperty("left", "unset");
129
- this.m.rootWrapper.setStyleProperty("right", this.b.ao + "px");
128
+ this.m.rootWrapper.setStyleProperty("right", this.b.aw + "px");
130
129
  }
131
130
  else {
132
- this.m.rootWrapper.setStyleProperty("left", this.b.an + "px");
131
+ this.m.rootWrapper.setStyleProperty("left", this.b.av + "px");
133
132
  }
134
133
  var a = intDivide(this.o.height(), 2) - (this.k / 2);
135
134
  this.m.rootWrapper.setStyleProperty("top", a + "px");
@@ -138,19 +137,19 @@ export var GridFilterDialogView = /** @class */ /*@__PURE__*/ (function (_super)
138
137
  this.y();
139
138
  };
140
139
  GridFilterDialogView.prototype.w = function (a, b) {
141
- if (isNaN_(this.b.aj)) {
142
- this.b.ai = window.devicePixelRatio;
143
- this.h = this.b.ai;
140
+ if (isNaN_(this.b.aq)) {
141
+ this.b.ap = window.devicePixelRatio;
142
+ this.h = this.b.ap;
144
143
  }
145
144
  this.l = a;
146
145
  this.k = b;
147
146
  this.y();
148
147
  };
149
148
  GridFilterDialogView.prototype.u = function () {
150
- if (isNaN_(this.b.aj)) {
151
- this.b.ai = window.devicePixelRatio;
152
- if (this.h != this.b.ai) {
153
- this.h = this.b.ai;
149
+ if (isNaN_(this.b.aq)) {
150
+ this.b.ap = window.devicePixelRatio;
151
+ if (this.h != this.b.ap) {
152
+ this.h = this.b.ap;
154
153
  this.y();
155
154
  return;
156
155
  }
@@ -189,7 +188,7 @@ export var GridFilterDialogPanel = /** @class */ /*@__PURE__*/ (function (_super
189
188
  e.setStyleProperty("background-color", "#fff");
190
189
  e.setStyleProperty("border-radius", "3px");
191
190
  e.setStyleProperty("overflow", "auto");
192
- var g = ElevationHelper.e(12, _this.b.bv, _this.b.bu, _this.b.bt);
191
+ var g = ElevationHelper.e(12, _this.b.cr, _this.b.cq, _this.b.cp);
193
192
  e.setStyleProperty("boxShadow", g);
194
193
  e.listen("mousedown", runOn(_this, _this.o));
195
194
  _this.onDocumentKeyDown = _this.onDocumentKeyDown.bind(_this);
@@ -204,7 +203,7 @@ export var GridFilterDialogPanel = /** @class */ /*@__PURE__*/ (function (_super
204
203
  a.stopPropagation();
205
204
  };
206
205
  GridFilterDialogPanel.prototype.onDocumentKeyDown = function (a) {
207
- if (BaseDOMEventProxy.c1(a) == 8) {
206
+ if (BaseDOMEventProxy.c4(a) == 8) {
208
207
  }
209
208
  };
210
209
  GridFilterDialogPanel.prototype.onDocumentMouseClick = function (e_) {
@@ -313,24 +312,37 @@ export var GridFilterDialog = /** @class */ /*@__PURE__*/ (function (_super) {
313
312
  __extends(GridFilterDialog, _super);
314
313
  function GridFilterDialog() {
315
314
  var _this = _super.call(this) || this;
316
- _this.ar = null;
317
- _this.z = true;
315
+ _this.a0 = null;
316
+ _this.af = true;
318
317
  _this.propertyChanged = null;
319
- _this.ag = NaN;
320
- _this.af = 1;
318
+ _this.an = NaN;
319
+ _this.am = 1;
321
320
  _this.j = 2;
322
321
  _this.i = 0;
323
- _this.al = 0;
324
- _this.am = 0;
325
- _this.bs = null;
326
- _this.ah = DeviceUtils.g(24);
327
- _this.bv = null;
328
- _this.bu = null;
329
- _this.bt = null;
330
- _this.w = null;
331
- _this.y = false;
322
+ _this.as = 0;
323
+ _this.at = 0;
324
+ _this.co = null;
325
+ _this.ao = DeviceUtils.g(24);
326
+ _this.w = 1;
327
+ _this.cg = null;
328
+ _this.cm = null;
329
+ _this.z = null;
330
+ _this.ck = null;
331
+ _this.cn = null;
332
+ _this.cj = null;
333
+ _this.cl = null;
334
+ _this.ch = null;
335
+ _this.ci = null;
336
+ _this.y = null;
337
+ _this.cf = null;
338
+ _this.au = -1;
339
+ _this.cr = null;
340
+ _this.cq = null;
341
+ _this.cp = null;
342
+ _this.ac = null;
343
+ _this.ae = false;
332
344
  _this.m = null;
333
- _this.x = false;
345
+ _this.ad = false;
334
346
  _this.v = null;
335
347
  _this.f = null;
336
348
  _this.dialogOpening = null;
@@ -341,55 +353,56 @@ export var GridFilterDialog = /** @class */ /*@__PURE__*/ (function (_super) {
341
353
  _this._invalidateActions = null;
342
354
  _this.renderCompleted = null;
343
355
  _this.s = new GridFilterDialogView(_this);
344
- _this.bv = BrushUtil.j(66, 0, 0, 0);
345
- _this.bu = BrushUtil.j(30, 0, 0, 0);
346
- _this.bt = BrushUtil.j(20, 0, 0, 0);
356
+ _this.x = 1;
357
+ _this.cr = BrushUtil.l(66, 0, 0, 0);
358
+ _this.cq = BrushUtil.l(30, 0, 0, 0);
359
+ _this.cp = BrushUtil.l(20, 0, 0, 0);
347
360
  return _this;
348
361
  }
349
- Object.defineProperty(GridFilterDialog.prototype, "as", {
362
+ Object.defineProperty(GridFilterDialog.prototype, "a1", {
350
363
  get: function () {
351
- return this.ar;
364
+ return this.a0;
352
365
  },
353
366
  set: function (a) {
354
- this.ar = a;
367
+ this.a0 = a;
355
368
  },
356
369
  enumerable: false,
357
370
  configurable: true
358
371
  });
359
- Object.defineProperty(GridFilterDialog.prototype, "ab", {
372
+ Object.defineProperty(GridFilterDialog.prototype, "ai", {
360
373
  get: function () {
361
- return this.z;
374
+ return this.af;
362
375
  },
363
376
  set: function (a) {
364
- var b = this.z;
365
- this.z = a;
366
- if (b != this.z) {
367
- this.bj("IsAnimationEnabled", b, this.z);
377
+ var b = this.af;
378
+ this.af = a;
379
+ if (b != this.af) {
380
+ this.b6("IsAnimationEnabled", b, this.af);
368
381
  }
369
382
  },
370
383
  enumerable: false,
371
384
  configurable: true
372
385
  });
373
- Object.defineProperty(GridFilterDialog.prototype, "aj", {
386
+ Object.defineProperty(GridFilterDialog.prototype, "aq", {
374
387
  get: function () {
375
- return this.ag;
388
+ return this.an;
376
389
  },
377
390
  set: function (a) {
378
- var b = this.ag;
379
- this.ag = a;
380
- this.bj("PixelScalingRatio", b, this.ag);
391
+ var b = this.an;
392
+ this.an = a;
393
+ this.b6("PixelScalingRatio", b, this.an);
381
394
  },
382
395
  enumerable: false,
383
396
  configurable: true
384
397
  });
385
- Object.defineProperty(GridFilterDialog.prototype, "ai", {
398
+ Object.defineProperty(GridFilterDialog.prototype, "ap", {
386
399
  get: function () {
387
- return this.af;
400
+ return this.am;
388
401
  },
389
402
  set: function (a) {
390
- var b = this.af;
391
- this.af = a;
392
- this.bj("ActualPixelScalingRatio", b, this.af);
403
+ var b = this.am;
404
+ this.am = a;
405
+ this.b6("ActualPixelScalingRatio", b, this.am);
393
406
  },
394
407
  enumerable: false,
395
408
  configurable: true
@@ -402,7 +415,7 @@ export var GridFilterDialog = /** @class */ /*@__PURE__*/ (function (_super) {
402
415
  var b = this.j;
403
416
  this.j = a;
404
417
  if (b != this.j) {
405
- this.bj("IconHorizontalAlignment", enumGetBox(CellContentHorizontalAlignment_$type, b), enumGetBox(CellContentHorizontalAlignment_$type, this.j));
418
+ this.b6("IconHorizontalAlignment", enumGetBox(CellContentHorizontalAlignment_$type, b), enumGetBox(CellContentHorizontalAlignment_$type, this.j));
406
419
  }
407
420
  },
408
421
  enumerable: false,
@@ -416,85 +429,267 @@ export var GridFilterDialog = /** @class */ /*@__PURE__*/ (function (_super) {
416
429
  var b = this.i;
417
430
  this.i = a;
418
431
  if (b != this.i) {
419
- this.bj("HeaderTextALignment", enumGetBox(CellContentHorizontalAlignment_$type, b), enumGetBox(CellContentHorizontalAlignment_$type, this.i));
432
+ this.b6("HeaderTextALignment", enumGetBox(CellContentHorizontalAlignment_$type, b), enumGetBox(CellContentHorizontalAlignment_$type, this.i));
420
433
  }
421
434
  },
422
435
  enumerable: false,
423
436
  configurable: true
424
437
  });
425
- Object.defineProperty(GridFilterDialog.prototype, "an", {
438
+ Object.defineProperty(GridFilterDialog.prototype, "av", {
426
439
  get: function () {
427
- return this.al;
440
+ return this.as;
428
441
  },
429
442
  set: function (a) {
430
- var b = this.al;
431
- this.al = a;
432
- if (b != this.al) {
433
- this.bj("CellPaddingLeft", b, this.al);
443
+ var b = this.as;
444
+ this.as = a;
445
+ if (b != this.as) {
446
+ this.b6("CellPaddingLeft", b, this.as);
434
447
  }
435
448
  },
436
449
  enumerable: false,
437
450
  configurable: true
438
451
  });
439
- Object.defineProperty(GridFilterDialog.prototype, "ao", {
452
+ Object.defineProperty(GridFilterDialog.prototype, "aw", {
440
453
  get: function () {
441
- return this.am;
454
+ return this.at;
442
455
  },
443
456
  set: function (a) {
444
- var b = this.am;
445
- this.am = a;
446
- if (b != this.am) {
447
- this.bj("CellPaddingRight", b, this.am);
457
+ var b = this.at;
458
+ this.at = a;
459
+ if (b != this.at) {
460
+ this.b6("CellPaddingRight", b, this.at);
461
+ }
462
+ },
463
+ enumerable: false,
464
+ configurable: true
465
+ });
466
+ Object.defineProperty(GridFilterDialog.prototype, "c1", {
467
+ get: function () {
468
+ return this.co;
469
+ },
470
+ set: function (a) {
471
+ var b = this.co;
472
+ this.co = a;
473
+ if (b != this.co) {
474
+ this.b6("IconColor", b, this.co);
475
+ }
476
+ },
477
+ enumerable: false,
478
+ configurable: true
479
+ });
480
+ Object.defineProperty(GridFilterDialog.prototype, "ar", {
481
+ get: function () {
482
+ return this.ao;
483
+ },
484
+ set: function (a) {
485
+ var b = this.ao;
486
+ this.ao = a;
487
+ if (b != this.ao) {
488
+ this.b6("ViewSize", b, this.ao);
489
+ }
490
+ },
491
+ enumerable: false,
492
+ configurable: true
493
+ });
494
+ Object.defineProperty(GridFilterDialog.prototype, "x", {
495
+ get: function () {
496
+ return this.w;
497
+ },
498
+ set: function (a) {
499
+ var b = this.w;
500
+ this.w = a;
501
+ if (this.w != b) {
502
+ this.b6("Theme", enumGetBox(BaseControlTheme_$type, b), enumGetBox(BaseControlTheme_$type, this.w));
448
503
  }
449
504
  },
450
505
  enumerable: false,
451
506
  configurable: true
452
507
  });
453
- Object.defineProperty(GridFilterDialog.prototype, "bw", {
508
+ Object.defineProperty(GridFilterDialog.prototype, "ct", {
454
509
  get: function () {
455
- return this.bs;
510
+ return this.cg;
456
511
  },
457
512
  set: function (a) {
458
- var b = this.bs;
459
- this.bs = a;
460
- if (b != this.bs) {
461
- this.bj("IconColor", b, this.bs);
513
+ var b = this.cg;
514
+ this.cg = a;
515
+ if (b != this.cg) {
516
+ this.b6("ColumnOptionsBackground", b, this.cg);
462
517
  }
463
518
  },
464
519
  enumerable: false,
465
520
  configurable: true
466
521
  });
467
- Object.defineProperty(GridFilterDialog.prototype, "ak", {
522
+ Object.defineProperty(GridFilterDialog.prototype, "cz", {
468
523
  get: function () {
469
- return this.ah;
524
+ return this.cm;
470
525
  },
471
526
  set: function (a) {
472
- var b = this.ah;
473
- this.ah = a;
474
- if (b != this.ah) {
475
- this.bj("ViewSize", b, this.ah);
527
+ var b = this.cm;
528
+ this.cm = a;
529
+ if (b != this.cm) {
530
+ this.b6("ColumnOptionsTextColor", b, this.cm);
476
531
  }
477
532
  },
478
533
  enumerable: false,
479
534
  configurable: true
480
535
  });
481
- Object.defineProperty(GridFilterDialog.prototype, "ac", {
536
+ Object.defineProperty(GridFilterDialog.prototype, "ab", {
482
537
  get: function () {
483
- return this.v != null ? this.v.bx : false;
538
+ return this.z;
539
+ },
540
+ set: function (a) {
541
+ var b = this.z;
542
+ this.z = a;
543
+ if (b != this.z) {
544
+ this.b6("ColumnOptionsTextStyle", b, this.z);
545
+ }
484
546
  },
485
547
  enumerable: false,
486
548
  configurable: true
487
549
  });
488
- GridFilterDialog.prototype.bj = function (a, b, c) {
489
- this.bm(a, b, c);
550
+ Object.defineProperty(GridFilterDialog.prototype, "cx", {
551
+ get: function () {
552
+ return this.ck;
553
+ },
554
+ set: function (a) {
555
+ var b = this.ck;
556
+ this.ck = a;
557
+ if (b != this.ck) {
558
+ this.b6("ColumnOptionsHoverBackgroundColor", b, this.ck);
559
+ }
560
+ },
561
+ enumerable: false,
562
+ configurable: true
563
+ });
564
+ Object.defineProperty(GridFilterDialog.prototype, "c0", {
565
+ get: function () {
566
+ return this.cn;
567
+ },
568
+ set: function (a) {
569
+ var b = this.cn;
570
+ this.cn = a;
571
+ if (b != this.cn) {
572
+ this.b6("ColumnOptionsToolTipBackgroundColor", b, this.cn);
573
+ }
574
+ },
575
+ enumerable: false,
576
+ configurable: true
577
+ });
578
+ Object.defineProperty(GridFilterDialog.prototype, "cw", {
579
+ get: function () {
580
+ return this.cj;
581
+ },
582
+ set: function (a) {
583
+ var b = this.cj;
584
+ this.cj = a;
585
+ if (b != this.cj) {
586
+ this.b6("ColumnOptionsHighlightColor", b, this.cj);
587
+ }
588
+ },
589
+ enumerable: false,
590
+ configurable: true
591
+ });
592
+ Object.defineProperty(GridFilterDialog.prototype, "cy", {
593
+ get: function () {
594
+ return this.cl;
595
+ },
596
+ set: function (a) {
597
+ var b = this.cl;
598
+ this.cl = a;
599
+ if (b != this.cl) {
600
+ this.b6("ColumnOptionsSeparatorColor", b, this.cl);
601
+ }
602
+ },
603
+ enumerable: false,
604
+ configurable: true
605
+ });
606
+ Object.defineProperty(GridFilterDialog.prototype, "cu", {
607
+ get: function () {
608
+ return this.ch;
609
+ },
610
+ set: function (a) {
611
+ var b = this.ch;
612
+ this.ch = a;
613
+ if (b != this.ch) {
614
+ this.b6("ColumnOptionsGroupHeaderBackground", b, this.ch);
615
+ }
616
+ },
617
+ enumerable: false,
618
+ configurable: true
619
+ });
620
+ Object.defineProperty(GridFilterDialog.prototype, "cv", {
621
+ get: function () {
622
+ return this.ci;
623
+ },
624
+ set: function (a) {
625
+ var b = this.ci;
626
+ this.ci = a;
627
+ if (b != this.ci) {
628
+ this.b6("ColumnOptionsGroupHeaderTextColor", b, this.ci);
629
+ }
630
+ },
631
+ enumerable: false,
632
+ configurable: true
633
+ });
634
+ Object.defineProperty(GridFilterDialog.prototype, "aa", {
635
+ get: function () {
636
+ return this.y;
637
+ },
638
+ set: function (a) {
639
+ var b = this.y;
640
+ this.y = a;
641
+ if (b != this.y) {
642
+ this.b6("ColumnOptionsGroupHeaderTextStyle", b, this.y);
643
+ }
644
+ },
645
+ enumerable: false,
646
+ configurable: true
647
+ });
648
+ Object.defineProperty(GridFilterDialog.prototype, "cs", {
649
+ get: function () {
650
+ return this.cf;
651
+ },
652
+ set: function (a) {
653
+ var b = this.cf;
654
+ this.cf = a;
655
+ if (b != this.cf) {
656
+ this.b6("ColumnOptionsAccentColor", b, this.cf);
657
+ }
658
+ },
659
+ enumerable: false,
660
+ configurable: true
661
+ });
662
+ Object.defineProperty(GridFilterDialog.prototype, "ax", {
663
+ get: function () {
664
+ return this.au;
665
+ },
666
+ set: function (a) {
667
+ var b = this.au;
668
+ this.au = a;
669
+ if (b != this.au) {
670
+ this.b6("ColumnOptionsRowHeight", b, this.au);
671
+ }
672
+ },
673
+ enumerable: false,
674
+ configurable: true
675
+ });
676
+ Object.defineProperty(GridFilterDialog.prototype, "aj", {
677
+ get: function () {
678
+ return this.v != null ? this.v.bz : false;
679
+ },
680
+ enumerable: false,
681
+ configurable: true
682
+ });
683
+ GridFilterDialog.prototype.b6 = function (a, b, c) {
684
+ this.b9(a, b, c);
490
685
  if (this.propertyChanged != null) {
491
686
  this.propertyChanged(this, new PropertyChangedEventArgs(a));
492
687
  }
493
688
  };
494
- GridFilterDialog.prototype.bm = function (a, b, c) {
689
+ GridFilterDialog.prototype.b9 = function (a, b, c) {
495
690
  switch (a) {
496
691
  case "PixelScalingRatio":
497
- this.ai = this.aj;
692
+ this.ap = this.aq;
498
693
  break;
499
694
  case "ActualPixelScalingRatio":
500
695
  this.s.z();
@@ -507,11 +702,85 @@ export var GridFilterDialog = /** @class */ /*@__PURE__*/ (function (_super) {
507
702
  case "ViewSize":
508
703
  this.s.z();
509
704
  break;
705
+ case "Theme":
706
+ if (this.v != null) {
707
+ this.v.c = this.x;
708
+ }
709
+ break;
710
+ case "ColumnOptionsBackground":
711
+ if (this.v != null) {
712
+ this.v.cl = this.ct;
713
+ this.v.cq = this.ct;
714
+ }
715
+ break;
716
+ case "ColumnOptionsTextColor":
717
+ if (this.v != null) {
718
+ this.v.cn = this.cz;
719
+ this.v.cp = this.cz;
720
+ this.v.cb = this.cz;
721
+ this.v.ch = this.cz;
722
+ this.v.ci = this.cz;
723
+ this.v.cj = this.cz;
724
+ }
725
+ break;
726
+ case "ColumnOptionsTextStyle":
727
+ if (this.v != null) {
728
+ this.v.bw = this.ab;
729
+ }
730
+ break;
731
+ case "ColumnOptionsHoverBackgroundColor":
732
+ if (this.v != null) {
733
+ this.v.cg = this.cx;
734
+ }
735
+ break;
736
+ case "ColumnOptionsToolTipBackgroundColor":
737
+ if (this.v != null) {
738
+ this.v.co = this.c0;
739
+ }
740
+ break;
741
+ case "ColumnOptionsHighlightColor":
742
+ if (this.v != null) {
743
+ this.v.cf = this.cw;
744
+ }
745
+ break;
746
+ case "ColumnOptionsSeparatorColor":
747
+ if (this.v != null) {
748
+ this.v.ck = this.cy;
749
+ }
750
+ break;
751
+ case "ColumnOptionsGroupHeaderBackground":
752
+ if (this.v != null) {
753
+ this.v.cc = this.cu;
754
+ }
755
+ break;
756
+ case "ColumnOptionsGroupHeaderTextColor":
757
+ if (this.v != null) {
758
+ this.v.ce = this.cv;
759
+ }
760
+ break;
761
+ case "ColumnOptionsGroupHeaderTextStyle":
762
+ if (this.v != null) {
763
+ this.v.bx = this.aa;
764
+ }
765
+ break;
766
+ case "ColumnOptionsAccentColor":
767
+ if (this.v != null) {
768
+ this.v.b7 = this.cs;
769
+ this.v.b9 = this.cs;
770
+ this.v.ca = this.cs;
771
+ this.v.cr = this.cs;
772
+ }
773
+ break;
774
+ case "ColumnOptionsRowHeight":
775
+ if (this.v != null) {
776
+ this.v.b3 = this.ax;
777
+ }
778
+ break;
510
779
  }
511
780
  };
512
- GridFilterDialog.prototype.bn = function (a, b, c) {
781
+ GridFilterDialog.prototype.ca = function (a, b, c) {
513
782
  this.s.v(a, b, c);
514
- this.bg();
783
+ this.b3();
515
784
  };
516
785
  Object.defineProperty(GridFilterDialog.prototype, "n", {
517
786
  get: function () {
@@ -521,72 +790,100 @@ export var GridFilterDialog = /** @class */ /*@__PURE__*/ (function (_super) {
521
790
  var b = this.m;
522
791
  this.m = a;
523
792
  if (this.m != b) {
524
- this.bf(b, this.m);
793
+ this.b2(b, this.m);
525
794
  }
526
795
  },
527
796
  enumerable: false,
528
797
  configurable: true
529
798
  });
530
- GridFilterDialog.prototype.bf = function (a, b) {
531
- this.x = true;
799
+ GridFilterDialog.prototype.b2 = function (a, b) {
800
+ this.ad = true;
532
801
  };
533
- GridFilterDialog.prototype.bg = function () {
802
+ GridFilterDialog.prototype.b3 = function () {
534
803
  var _this = this;
535
- NativeUIComponent.au(this.s.p(), 18, function (a) {
804
+ NativeUIComponent.av(this.s.p(), 18, function (a) {
536
805
  var b = a;
537
806
  _this.v = b;
538
- _this.v.b0 = 16;
539
- _this.v.b4 = BrushUtil.j(0, 0, 0, 0);
540
- _this.v.bq = runOn(_this, _this.a6);
541
- _this.v.by = false;
807
+ _this.v.b2 = 16;
808
+ _this.v.b8 = BrushUtil.l(0, 0, 0, 0);
809
+ _this.v.v = false;
810
+ _this.v.br = runOn(_this, _this.bt);
811
+ _this.v.bp = runOn(_this, _this.bs);
812
+ _this.v.b0 = false;
542
813
  _this.s.r(_this.v);
543
- _this.v.c = 1;
544
- _this.v.b1 = _this;
814
+ _this.v.c = _this.x;
815
+ _this.v.cl = _this.ct;
816
+ _this.v.cq = _this.ct;
817
+ _this.v.cn = _this.cz;
818
+ _this.v.ce = _this.cv;
819
+ _this.v.cp = _this.cz;
820
+ _this.v.cb = _this.cz;
821
+ _this.v.ch = _this.cz;
822
+ _this.v.ci = _this.cz;
823
+ _this.v.cj = _this.cz;
824
+ _this.v.bw = _this.ab;
825
+ _this.v.cg = _this.cx;
826
+ _this.v.co = _this.c0;
827
+ _this.v.cf = _this.cw;
828
+ _this.v.ck = _this.cy;
829
+ _this.v.cc = _this.cu;
830
+ _this.v.bx = _this.aa;
831
+ _this.v.b7 = _this.cs;
832
+ _this.v.b9 = _this.cs;
833
+ _this.v.ca = _this.cs;
834
+ _this.v.cr = _this.cs;
835
+ _this.v.b3 = _this.ax;
836
+ _this.v.b4 = _this.n;
545
837
  });
546
838
  };
547
- GridFilterDialog.prototype.a6 = function (a, b) {
548
- if (this.x) {
549
- this.x = false;
550
- this.v.b1 = this.n;
839
+ GridFilterDialog.prototype.bt = function (a, b) {
840
+ if (this.ad) {
841
+ this.ad = false;
842
+ this.v.b4 = this.n;
551
843
  }
552
844
  if (this.n != null) {
553
845
  if (this.n.grid != null) {
554
- this.n.grid.vh();
846
+ this.n.grid.we();
555
847
  }
556
- this.n.nx();
848
+ this.n.o5();
557
849
  }
558
850
  if (this.dialogOpening != null) {
559
851
  var c = new GridFilterDialogOpeningEventArgs();
560
852
  this.dialogOpening(this, c);
561
853
  }
562
854
  };
563
- GridFilterDialog.prototype.a8 = function (a, b) {
855
+ GridFilterDialog.prototype.bs = function (a, b) {
856
+ if (this.ae) {
857
+ this.by();
858
+ }
859
+ };
860
+ GridFilterDialog.prototype.bv = function (a, b) {
564
861
  switch (b.propertyName) {
565
862
  case "IsHidden": break;
566
863
  }
567
864
  };
568
- GridFilterDialog.prototype.bh = function () {
865
+ GridFilterDialog.prototype.b4 = function () {
569
866
  };
570
- GridFilterDialog.prototype.bi = function (a, b) {
571
- a.onModified = delegateRemove(a.onModified, runOn(this, this.bl));
867
+ GridFilterDialog.prototype.b5 = function (a, b) {
868
+ a.onModified = delegateRemove(a.onModified, runOn(this, this.b8));
572
869
  if (b) {
573
- this.bp();
870
+ this.cc();
574
871
  }
575
872
  else {
576
- this.bo(a, true);
873
+ this.cb(a, true);
577
874
  }
578
875
  this.f = null;
579
876
  };
580
- GridFilterDialog.prototype.a9 = function () {
877
+ GridFilterDialog.prototype.bw = function () {
581
878
  this.s.s();
582
- if (this.w == null) {
879
+ if (this.ac == null) {
583
880
  var a = new AnimationKeyFrameEffectTiming();
584
881
  a.g = 200;
585
882
  a.b = 0;
586
- this.w = KeyFrameAnimationFactory.f.c(this.s.a(a).m(new AnimationKeyFrameProperty(1, 0)).m(new AnimationKeyFrameProperty(1, 1)));
883
+ this.ac = KeyFrameAnimationFactory.f.c(this.s.a(a).m(new AnimationKeyFrameProperty(1, 0)).m(new AnimationKeyFrameProperty(1, 1)));
587
884
  }
588
885
  };
589
- GridFilterDialog.prototype.bq = function () {
886
+ GridFilterDialog.prototype.cd = function () {
590
887
  var _this = this;
591
888
  if (this.filterChanged != null) {
592
889
  this.filterChanged(this, ((function () {
@@ -596,7 +893,7 @@ export var GridFilterDialog = /** @class */ /*@__PURE__*/ (function (_super) {
596
893
  })()));
597
894
  }
598
895
  };
599
- GridFilterDialog.prototype.bp = function () {
896
+ GridFilterDialog.prototype.cc = function () {
600
897
  if (this.filterChanged != null) {
601
898
  this.filterChanged(this, ((function () {
602
899
  var $ret = new GridFilterDialogFilterChangeEventArgs();
@@ -605,7 +902,7 @@ export var GridFilterDialog = /** @class */ /*@__PURE__*/ (function (_super) {
605
902
  })()));
606
903
  }
607
904
  };
608
- GridFilterDialog.prototype.bo = function (a, b) {
905
+ GridFilterDialog.prototype.cb = function (a, b) {
609
906
  var c = this.e(a);
610
907
  if (b) {
611
908
  if (this.filterChanged != null) {
@@ -649,7 +946,7 @@ export var GridFilterDialog = /** @class */ /*@__PURE__*/ (function (_super) {
649
946
  if (e == null) {
650
947
  e = b;
651
948
  }
652
- if (this.ae(a, a.f._inner[f])) {
949
+ if (this.al(a, a.f._inner[f])) {
653
950
  continue;
654
951
  }
655
952
  e.add(this.d(a.f._inner[f]));
@@ -659,7 +956,7 @@ export var GridFilterDialog = /** @class */ /*@__PURE__*/ (function (_super) {
659
956
  }
660
957
  return b;
661
958
  };
662
- GridFilterDialog.prototype.ae = function (a, b) {
959
+ GridFilterDialog.prototype.al = function (a, b) {
663
960
  var c = 0;
664
961
  for (var d = 0; d < b.e.length; d++) {
665
962
  if (b.e[d] == b.l) {
@@ -676,14 +973,14 @@ export var GridFilterDialog = /** @class */ /*@__PURE__*/ (function (_super) {
676
973
  return false;
677
974
  };
678
975
  GridFilterDialog.prototype.g = function (a, b, c, d) {
679
- var e = this.aq(c, d);
976
+ var e = this.az(c, d);
680
977
  if (a > e) {
681
978
  b.e();
682
979
  return b.d();
683
980
  }
684
981
  return null;
685
982
  };
686
- GridFilterDialog.prototype.aq = function (a, b) {
983
+ GridFilterDialog.prototype.az = function (a, b) {
687
984
  var c = a.c(b);
688
985
  if (c == null) {
689
986
  return 0;
@@ -691,7 +988,7 @@ export var GridFilterDialog = /** @class */ /*@__PURE__*/ (function (_super) {
691
988
  return a.e.indexOf(c);
692
989
  };
693
990
  GridFilterDialog.prototype.h = function (a, b, c, d) {
694
- var e = this.aq(c, d);
991
+ var e = this.az(c, d);
695
992
  if (a < e) {
696
993
  var f = c.b(d);
697
994
  var g = new ColumnFilterConditionGroup();
@@ -710,30 +1007,30 @@ export var GridFilterDialog = /** @class */ /*@__PURE__*/ (function (_super) {
710
1007
  GridFilterDialog.prototype.c = function (a) {
711
1008
  return EnumUtil.getEnumValue(ColumnComparisonConditionOperatorType_$type, EnumUtil.parse(ColumnComparisonConditionOperatorType_$type, a, true));
712
1009
  };
713
- GridFilterDialog.prototype.bl = function (a) {
714
- this.bo(a, false);
1010
+ GridFilterDialog.prototype.b8 = function (a) {
1011
+ this.cb(a, false);
715
1012
  };
716
1013
  GridFilterDialog.prototype.t = function (a, b) {
717
1014
  var c = new GridFilterDialogViewModel();
718
1015
  if (a != null) {
719
- this.a7(c, a, b);
1016
+ this.bu(c, a, b);
720
1017
  }
721
1018
  else {
722
1019
  var d = new GridFilterDialogViewModelRow();
723
1020
  d.f = b;
724
1021
  d.e = GridFilterDialog.a(b);
725
1022
  d.d = GridFilterDialog.b(b);
726
- d.l = GridFilterDialog.az(b[0]);
1023
+ d.l = GridFilterDialog.bk(b[0]);
727
1024
  c.f.add(d);
728
1025
  }
729
1026
  return c;
730
1027
  };
731
- GridFilterDialog.prototype.a7 = function (a, b, c) {
1028
+ GridFilterDialog.prototype.bu = function (a, b, c) {
732
1029
  if (b.isGroup()) {
733
1030
  var d = b;
734
1031
  for (var e = 0; e < d.count; e++) {
735
1032
  var f = d.item(e);
736
- this.a7(a, f, c);
1033
+ this.bu(a, f, c);
737
1034
  }
738
1035
  }
739
1036
  else {
@@ -742,24 +1039,24 @@ export var GridFilterDialog = /** @class */ /*@__PURE__*/ (function (_super) {
742
1039
  };
743
1040
  GridFilterDialog.prototype.u = function (a, b) {
744
1041
  var c = new GridFilterDialogViewModelRow();
745
- c.l = GridFilterDialog.az(a.operator);
1042
+ c.l = GridFilterDialog.bk(a.operator);
746
1043
  c.f = b;
747
1044
  c.e = GridFilterDialog.a(b);
748
- c.i = GridFilterDialog.at(GridFilterDialog.ap(a.operator), a.operator, a);
749
- c.j = GridFilterDialog.au(GridFilterDialog.ap(a.operator), a.operator, a);
1045
+ c.i = GridFilterDialog.a2(GridFilterDialog.ay(a.operator), a.operator, a);
1046
+ c.j = GridFilterDialog.a3(GridFilterDialog.ay(a.operator), a.operator, a);
750
1047
  c.d = GridFilterDialog.b(b);
751
1048
  return c;
752
1049
  };
753
- GridFilterDialog.ap = function (a) {
1050
+ GridFilterDialog.ay = function (a) {
754
1051
  return ColumnComparisonFilterCondition.getOperandNumber(a);
755
1052
  };
756
- GridFilterDialog.at = function (a, b, c) {
1053
+ GridFilterDialog.a2 = function (a, b, c) {
757
1054
  if (a == 0) {
758
1055
  return "";
759
1056
  }
760
1057
  return c.value != null ? c.value.toString() : "";
761
1058
  };
762
- GridFilterDialog.au = function (a, b, c) {
1059
+ GridFilterDialog.a3 = function (a, b, c) {
763
1060
  return "";
764
1061
  };
765
1062
  GridFilterDialog.b = function (a) {
@@ -772,61 +1069,58 @@ export var GridFilterDialog = /** @class */ /*@__PURE__*/ (function (_super) {
772
1069
  }
773
1070
  return b;
774
1071
  };
775
- GridFilterDialog.az = function (a) {
1072
+ GridFilterDialog.bk = function (a) {
776
1073
  return EnumUtil.getName(ColumnComparisonConditionOperatorType_$type, a);
777
1074
  };
778
- GridFilterDialog.prototype.be = function (a, b) {
1075
+ GridFilterDialog.prototype.b1 = function (a, b) {
779
1076
  this.s.w(a, b);
780
1077
  };
781
- GridFilterDialog.prototype.bd = function () {
1078
+ GridFilterDialog.prototype.b0 = function () {
782
1079
  this.s.u();
783
1080
  };
784
- GridFilterDialog.prototype.bc = function (a, b, c) {
785
- var d = Geometry.a("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");
786
- c.an = d;
787
- c._fill = this.bw == null ? GridStyleRepository.a5 : this.bw;
1081
+ GridFilterDialog.prototype.bz = function (a, b, c) {
788
1082
  };
789
- GridFilterDialog.prototype.br = function () {
1083
+ GridFilterDialog.prototype.ce = function () {
790
1084
  var _this = this;
791
- this.y = false;
1085
+ this.ae = false;
792
1086
  if (this.s.q == null || NativeUI.g(this.s.q) == 1) {
793
1087
  return;
794
1088
  }
795
- if (this.ab) {
796
- this.a9();
797
- if (this.w.playbackRate < 0) {
798
- this.w.reverse();
1089
+ if (this.ai) {
1090
+ this.bw();
1091
+ if (this.ac.playbackRate < 0) {
1092
+ this.ac.reverse();
799
1093
  }
800
1094
  else {
801
- this.w.play();
1095
+ this.ac.play();
802
1096
  }
803
- this.w.finished.f(function (a) { return _this.w.commitStyles(); });
1097
+ this.ac.finished.f(function (a) { return _this.ac.commitStyles(); });
804
1098
  }
805
1099
  else {
806
- NativeUI.y(this.s.q, 1);
1100
+ NativeUI.ab(this.s.q, 1);
807
1101
  }
808
1102
  };
809
- GridFilterDialog.prototype.bb = function () {
1103
+ GridFilterDialog.prototype.by = function () {
810
1104
  var _this = this;
811
- this.y = true;
812
- if (!this.ac) {
1105
+ this.ae = true;
1106
+ if (!this.aj) {
813
1107
  if (this.s.q == null || NativeUI.g(this.s.q) == 0) {
814
1108
  return;
815
1109
  }
816
- if (this.ab) {
817
- this.a9();
818
- if (this.w.playbackRate < 0) {
819
- this.w.play();
1110
+ if (this.ai) {
1111
+ this.bw();
1112
+ if (this.ac.playbackRate < 0) {
1113
+ this.ac.play();
820
1114
  }
821
1115
  else {
822
- this.w.reverse();
1116
+ this.ac.reverse();
823
1117
  }
824
- this.w.finished.f(function (a) { return _this.w.commitStyles(); });
1118
+ this.ac.finished.f(function (a) { return _this.ac.commitStyles(); });
825
1119
  }
826
1120
  else {
827
- NativeUI.y(this.s.q, 0);
1121
+ NativeUI.ab(this.s.q, 0);
828
1122
  }
829
- this.y = false;
1123
+ this.ae = false;
830
1124
  }
831
1125
  };
832
1126
  Object.defineProperty(GridFilterDialog.prototype, "commandCompleted", {
@@ -849,22 +1143,29 @@ export var GridFilterDialog = /** @class */ /*@__PURE__*/ (function (_super) {
849
1143
  enumerable: false,
850
1144
  configurable: true
851
1145
  });
852
- GridFilterDialog.prototype.bk = function () {
1146
+ GridFilterDialog.prototype.b7 = function () {
853
1147
  if (this.renderCompleted != null) {
854
1148
  this.renderCompleted(this, new FilterDialogRenderCompletedEventArgs());
855
1149
  }
856
1150
  };
857
- GridFilterDialog.prototype.ba = function () {
1151
+ GridFilterDialog.prototype.bx = function () {
858
1152
  if (this.v != null) {
859
- if (this.n != null && this.v.b1 != this.n) {
860
- this.v.b1 = this.n;
1153
+ if (this.n != null && this.v.b4 != this.n) {
1154
+ this.v.b4 = this.n;
861
1155
  }
862
1156
  }
863
1157
  };
1158
+ Object.defineProperty(GridFilterDialog.prototype, "ah", {
1159
+ get: function () {
1160
+ return this.v.b4 != null;
1161
+ },
1162
+ enumerable: false,
1163
+ configurable: true
1164
+ });
864
1165
  GridFilterDialog.prototype.getDesiredToolbarActions = function () {
865
- if (!GridFilterDialog.aa) {
866
- GridFilterDialog.aa = true;
867
- SvgIconRegistry.instance.addSvgPathString("XGrid", "DotDotDot", GridFilterDialog.ay);
1166
+ if (!GridFilterDialog.ag) {
1167
+ GridFilterDialog.ag = true;
1168
+ SvgIconRegistry.instance.addSvgPathString("XGrid", "DotDotDot", GridFilterDialog.bj);
868
1169
  }
869
1170
  var a = new ToolActionIconMenuInfo();
870
1171
  a.name = "DataGridColumnOptionsPlaceholder";
@@ -899,7 +1200,7 @@ export var GridFilterDialog = /** @class */ /*@__PURE__*/ (function (_super) {
899
1200
  };
900
1201
  GridFilterDialog.prototype.dismissContextAccessor = function (a) {
901
1202
  };
902
- GridFilterDialog.prototype.ad = function (e_) {
1203
+ GridFilterDialog.prototype.ak = function (e_) {
903
1204
  var a = e_.originalEvent.srcElement;
904
1205
  var b = e_.originalEvent.target;
905
1206
  if (this.s.m.rootWrapper.getNativeElement().contains(a) || this.s.m.rootWrapper.getNativeElement().contains(b)) {
@@ -908,8 +1209,8 @@ export var GridFilterDialog = /** @class */ /*@__PURE__*/ (function (_super) {
908
1209
  return false;
909
1210
  };
910
1211
  GridFilterDialog.$t = markType(GridFilterDialog, 'GridFilterDialog', Base.$, [INotifyPropertyChanged_$type, IToolbarTarget_$type]);
911
- GridFilterDialog.aa = false;
912
- GridFilterDialog.ay = "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";
1212
+ GridFilterDialog.ag = false;
1213
+ 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";
913
1214
  return GridFilterDialog;
914
1215
  }(Base));
915
1216
  /**
@@ -940,7 +1241,7 @@ export var GridFilterDialogViewModel = /** @class */ /*@__PURE__*/ (function (_s
940
1241
  a.f = b;
941
1242
  a.e = GridFilterDialog.a(b);
942
1243
  a.d = GridFilterDialog.b(b);
943
- a.l = GridFilterDialog.az(b[0]);
1244
+ a.l = GridFilterDialog.bk(b[0]);
944
1245
  this.f.add(a);
945
1246
  };
946
1247
  GridFilterDialogViewModel.prototype.u = function (a) {