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