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

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