igniteui-angular-data-grids 21.1.0-beta.1 → 21.1.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 (239) hide show
  1. package/bundles/igniteui-angular-data-grids.umd.js +10884 -9697
  2. package/bundles/igniteui-angular-data-grids.umd.min.js +1 -1
  3. package/esm2015/lib/AccessibilityRow.js +10 -10
  4. package/esm2015/lib/CanvasCellPresenterBase.js +12 -12
  5. package/esm2015/lib/CanvasContentCellModelHelper.js +12 -12
  6. package/esm2015/lib/CanvasDateTimeCellPresenter.js +8 -8
  7. package/esm2015/lib/CanvasGridCellBase.js +2 -2
  8. package/esm2015/lib/CanvasImageCellPresenter.js +9 -9
  9. package/esm2015/lib/CanvasNumericCellPresenter.js +8 -8
  10. package/esm2015/lib/CanvasSectionHeaderCellPresenter.js +9 -9
  11. package/esm2015/lib/CanvasSummaryCellPresenter.js +4 -4
  12. package/esm2015/lib/CanvasTemplateCellPresenter.js +5 -5
  13. package/esm2015/lib/CanvasTemplateHeaderCellPresenter.js +5 -5
  14. package/esm2015/lib/CanvasTextCellPresenter.js +9 -9
  15. package/esm2015/lib/CanvasTextHeaderCellPresenter.js +11 -11
  16. package/esm2015/lib/CellPath.js +79 -69
  17. package/esm2015/lib/CellPresenterBase.js +46 -46
  18. package/esm2015/lib/CheckboxListBridge.js +12 -0
  19. package/esm2015/lib/CheckboxListView_combined.js +329 -283
  20. package/esm2015/lib/ColumnChooserView_combined.js +11 -11
  21. package/esm2015/lib/ColumnFilterCondition_combined.js +7043 -6712
  22. package/esm2015/lib/ColumnGroupingView_combined.js +5 -5
  23. package/esm2015/lib/ColumnPinningView_combined.js +11 -11
  24. package/esm2015/lib/ComparisonOperatorSelectorView_combined.js +7 -7
  25. package/esm2015/lib/ContentCellModelHelper.js +16 -16
  26. package/esm2015/lib/DataGridAccessibilityLayoutPanel.js +1 -1
  27. package/esm2015/lib/DataGridCellLayoutPanel.js +17 -17
  28. package/esm2015/lib/DataGridScrollerKeyboardListener.js +2 -2
  29. package/esm2015/lib/DataGridToolbarView_combined.js +2 -2
  30. package/esm2015/lib/DateTimeCellPresenter.js +9 -9
  31. package/esm2015/lib/DraggerView.js +1 -7
  32. package/esm2015/lib/EditorCell.js +289 -289
  33. package/esm2015/lib/EditorCellPresenter.js +27 -27
  34. package/esm2015/lib/FilterCell.js +267 -267
  35. package/esm2015/lib/FilterCellPresenter.js +17 -17
  36. package/esm2015/lib/GridCellBase.js +210 -202
  37. package/esm2015/lib/GridColumnFilterOptionsView_combined.js +13 -13
  38. package/esm2015/lib/GridColumnGroupOptionsView_combined.js +7 -7
  39. package/esm2015/lib/GridColumnHideOptionsView_combined.js +3 -3
  40. package/esm2015/lib/GridColumnMoveOptionsView_combined.js +1 -1
  41. package/esm2015/lib/GridColumnOptionsView_combined.js +1 -1
  42. package/esm2015/lib/GridColumnPinOptionsView_combined.js +4 -4
  43. package/esm2015/lib/GridColumnSortOptionsView_combined.js +2 -2
  44. package/esm2015/lib/GridColumnSummaryOptionsView_combined.js +7 -7
  45. package/esm2015/lib/GridExternalWrapper.js +12 -6
  46. package/esm2015/lib/GridFilterDialogView_combined.js +238 -187
  47. package/esm2015/lib/ISummaryChooserView_combined.js +4 -4
  48. package/esm2015/lib/ImageCell.js +58 -58
  49. package/esm2015/lib/ImageCellPresenter.js +17 -17
  50. package/esm2015/lib/MultiColumnComboBoxView_combined.js +9 -9
  51. package/esm2015/lib/NumericCell.js +8 -8
  52. package/esm2015/lib/NumericCellPresenter.js +9 -9
  53. package/esm2015/lib/PropertyEditorView_combined.js +19 -19
  54. package/esm2015/lib/SectionHeaderCell.js +30 -20
  55. package/esm2015/lib/SectionHeaderCellPresenter.js +10 -10
  56. package/esm2015/lib/SummaryCell.js +44 -44
  57. package/esm2015/lib/SummaryCellPresenter.js +9 -9
  58. package/esm2015/lib/TemplateCell.js +15 -15
  59. package/esm2015/lib/TemplateCellPresenter.js +6 -6
  60. package/esm2015/lib/TemplateHeader.js +8 -8
  61. package/esm2015/lib/TemplateHeaderCell.js +5 -5
  62. package/esm2015/lib/TemplateHeaderCellModel.js +18 -18
  63. package/esm2015/lib/TemplateHeaderCellPresenter.js +6 -6
  64. package/esm2015/lib/TemplateSectionHeader.js +2 -2
  65. package/esm2015/lib/TextCell.js +31 -30
  66. package/esm2015/lib/TextCellPresenter.js +10 -10
  67. package/esm2015/lib/TextHeaderCell.js +181 -175
  68. package/esm2015/lib/TextHeaderCellPresenter.js +66 -57
  69. package/esm2015/lib/VerticalSeparatorCell.js +37 -37
  70. package/esm2015/lib/igx-cell-info.js +195 -186
  71. package/esm2015/lib/igx-checkbox-list-component.js +42 -20
  72. package/esm2015/lib/igx-column-chooser-component.js +1 -1
  73. package/esm2015/lib/igx-column-moving-separator-component.js +6 -6
  74. package/esm2015/lib/igx-column-pinning-component.js +1 -1
  75. package/esm2015/lib/igx-column-resizing-separator-component.js +4 -4
  76. package/esm2015/lib/igx-combo-box-column-component.js +10 -10
  77. package/esm2015/lib/igx-data-binding-event-args.js +3 -0
  78. package/esm2015/lib/igx-data-grid-column-component.js +261 -195
  79. package/esm2015/lib/igx-data-grid-component.js +226 -33
  80. package/esm2015/lib/igx-data-grid-filter-dialog-component.js +60 -27
  81. package/esm2015/lib/igx-data-grid-toolbar-component.js +40 -8
  82. package/esm2015/lib/igx-date-time-cell-info.js +12 -12
  83. package/esm2015/lib/igx-date-time-column-component.js +20 -20
  84. package/esm2015/lib/igx-definition-base-component.js +44 -44
  85. package/esm2015/lib/igx-editor-cell-info.js +23 -23
  86. package/esm2015/lib/igx-filter-cell-info.js +26 -26
  87. package/esm2015/lib/igx-filter-row-definition-component.js +8 -8
  88. package/esm2015/lib/igx-grid-column-filter-options-component.js +1 -1
  89. package/esm2015/lib/igx-header-component.js +16 -16
  90. package/esm2015/lib/igx-image-cell-info.js +6 -6
  91. package/esm2015/lib/igx-image-column-component.js +10 -10
  92. package/esm2015/lib/igx-multi-column-combo-box-component.js +160 -32
  93. package/esm2015/lib/igx-numeric-cell-info.js +28 -28
  94. package/esm2015/lib/igx-numeric-column-component.js +32 -32
  95. package/esm2015/lib/igx-section-header-cell-info.js +6 -6
  96. package/esm2015/lib/igx-section-header-component.js +24 -24
  97. package/esm2015/lib/igx-summary-cell-info.js +9 -9
  98. package/esm2015/lib/igx-summary-row-component.js +23 -23
  99. package/esm2015/lib/igx-summary-row-root-dynamic-module.js +2 -0
  100. package/esm2015/lib/igx-summary-row-section-dynamic-module.js +2 -0
  101. package/esm2015/lib/igx-template-cell-info.js +2 -2
  102. package/esm2015/lib/igx-template-header-cell-info.js +2 -2
  103. package/esm2015/lib/igx-text-cell-info.js +2 -2
  104. package/esm2015/lib/igx-text-column-component.js +8 -8
  105. package/esm2015/lib/igx-text-header-cell-info.js +67 -40
  106. package/esm5/lib/AccessibilityRow.js +10 -10
  107. package/esm5/lib/CanvasCellPresenterBase.js +12 -12
  108. package/esm5/lib/CanvasContentCellModelHelper.js +12 -12
  109. package/esm5/lib/CanvasDateTimeCellPresenter.js +8 -8
  110. package/esm5/lib/CanvasGridCellBase.js +2 -2
  111. package/esm5/lib/CanvasImageCellPresenter.js +9 -9
  112. package/esm5/lib/CanvasNumericCellPresenter.js +8 -8
  113. package/esm5/lib/CanvasSectionHeaderCellPresenter.js +9 -9
  114. package/esm5/lib/CanvasSummaryCellPresenter.js +4 -4
  115. package/esm5/lib/CanvasTemplateCellPresenter.js +5 -5
  116. package/esm5/lib/CanvasTemplateHeaderCellPresenter.js +5 -5
  117. package/esm5/lib/CanvasTextCellPresenter.js +9 -9
  118. package/esm5/lib/CanvasTextHeaderCellPresenter.js +11 -11
  119. package/esm5/lib/CellPath.js +79 -65
  120. package/esm5/lib/CellPresenterBase.js +46 -46
  121. package/esm5/lib/CheckboxListBridge.js +12 -0
  122. package/esm5/lib/CheckboxListView_combined.js +332 -278
  123. package/esm5/lib/ColumnChooserView_combined.js +11 -11
  124. package/esm5/lib/ColumnFilterCondition_combined.js +6860 -6456
  125. package/esm5/lib/ColumnGroupingView_combined.js +5 -5
  126. package/esm5/lib/ColumnPinningView_combined.js +11 -11
  127. package/esm5/lib/ComparisonOperatorSelectorView_combined.js +7 -7
  128. package/esm5/lib/ContentCellModelHelper.js +16 -16
  129. package/esm5/lib/DataGridAccessibilityLayoutPanel.js +1 -1
  130. package/esm5/lib/DataGridCellLayoutPanel.js +17 -17
  131. package/esm5/lib/DataGridScrollerKeyboardListener.js +2 -2
  132. package/esm5/lib/DataGridToolbarView_combined.js +2 -2
  133. package/esm5/lib/DateTimeCellPresenter.js +9 -9
  134. package/esm5/lib/DraggerView.js +1 -7
  135. package/esm5/lib/EditorCell.js +276 -276
  136. package/esm5/lib/EditorCellPresenter.js +27 -27
  137. package/esm5/lib/FilterCell.js +257 -257
  138. package/esm5/lib/FilterCellPresenter.js +17 -17
  139. package/esm5/lib/GridCellBase.js +205 -193
  140. package/esm5/lib/GridColumnFilterOptionsView_combined.js +13 -13
  141. package/esm5/lib/GridColumnGroupOptionsView_combined.js +7 -7
  142. package/esm5/lib/GridColumnHideOptionsView_combined.js +3 -3
  143. package/esm5/lib/GridColumnMoveOptionsView_combined.js +1 -1
  144. package/esm5/lib/GridColumnOptionsView_combined.js +1 -1
  145. package/esm5/lib/GridColumnPinOptionsView_combined.js +4 -4
  146. package/esm5/lib/GridColumnSortOptionsView_combined.js +2 -2
  147. package/esm5/lib/GridColumnSummaryOptionsView_combined.js +7 -7
  148. package/esm5/lib/GridExternalWrapper.js +12 -6
  149. package/esm5/lib/GridFilterDialogView_combined.js +240 -177
  150. package/esm5/lib/ISummaryChooserView_combined.js +4 -4
  151. package/esm5/lib/ImageCell.js +57 -57
  152. package/esm5/lib/ImageCellPresenter.js +17 -17
  153. package/esm5/lib/MultiColumnComboBoxView_combined.js +9 -9
  154. package/esm5/lib/NumericCell.js +8 -8
  155. package/esm5/lib/NumericCellPresenter.js +9 -9
  156. package/esm5/lib/PropertyEditorView_combined.js +19 -19
  157. package/esm5/lib/SectionHeaderCell.js +30 -20
  158. package/esm5/lib/SectionHeaderCellPresenter.js +10 -10
  159. package/esm5/lib/SummaryCell.js +44 -44
  160. package/esm5/lib/SummaryCellPresenter.js +9 -9
  161. package/esm5/lib/TemplateCell.js +15 -15
  162. package/esm5/lib/TemplateCellPresenter.js +6 -6
  163. package/esm5/lib/TemplateHeader.js +8 -8
  164. package/esm5/lib/TemplateHeaderCell.js +5 -5
  165. package/esm5/lib/TemplateHeaderCellModel.js +17 -17
  166. package/esm5/lib/TemplateHeaderCellPresenter.js +6 -6
  167. package/esm5/lib/TemplateSectionHeader.js +2 -2
  168. package/esm5/lib/TextCell.js +31 -30
  169. package/esm5/lib/TextCellPresenter.js +10 -10
  170. package/esm5/lib/TextHeaderCell.js +185 -179
  171. package/esm5/lib/TextHeaderCellPresenter.js +66 -57
  172. package/esm5/lib/VerticalSeparatorCell.js +37 -37
  173. package/esm5/lib/igx-cell-info.js +207 -186
  174. package/esm5/lib/igx-checkbox-list-component.js +49 -19
  175. package/esm5/lib/igx-column-chooser-component.js +1 -1
  176. package/esm5/lib/igx-column-moving-separator-component.js +6 -6
  177. package/esm5/lib/igx-column-pinning-component.js +1 -1
  178. package/esm5/lib/igx-column-resizing-separator-component.js +4 -4
  179. package/esm5/lib/igx-combo-box-column-component.js +10 -10
  180. package/esm5/lib/igx-data-binding-event-args.js +3 -0
  181. package/esm5/lib/igx-data-grid-column-component.js +285 -195
  182. package/esm5/lib/igx-data-grid-component.js +246 -33
  183. package/esm5/lib/igx-data-grid-filter-dialog-component.js +72 -27
  184. package/esm5/lib/igx-data-grid-toolbar-component.js +40 -8
  185. package/esm5/lib/igx-date-time-cell-info.js +12 -12
  186. package/esm5/lib/igx-date-time-column-component.js +20 -20
  187. package/esm5/lib/igx-definition-base-component.js +44 -44
  188. package/esm5/lib/igx-editor-cell-info.js +23 -23
  189. package/esm5/lib/igx-filter-cell-info.js +26 -26
  190. package/esm5/lib/igx-filter-row-definition-component.js +8 -8
  191. package/esm5/lib/igx-grid-column-filter-options-component.js +1 -1
  192. package/esm5/lib/igx-header-component.js +16 -16
  193. package/esm5/lib/igx-image-cell-info.js +6 -6
  194. package/esm5/lib/igx-image-column-component.js +10 -10
  195. package/esm5/lib/igx-multi-column-combo-box-component.js +160 -32
  196. package/esm5/lib/igx-numeric-cell-info.js +28 -28
  197. package/esm5/lib/igx-numeric-column-component.js +32 -32
  198. package/esm5/lib/igx-section-header-cell-info.js +6 -6
  199. package/esm5/lib/igx-section-header-component.js +24 -24
  200. package/esm5/lib/igx-summary-cell-info.js +9 -9
  201. package/esm5/lib/igx-summary-row-component.js +22 -22
  202. package/esm5/lib/igx-summary-row-root-dynamic-module.js +2 -0
  203. package/esm5/lib/igx-summary-row-section-dynamic-module.js +2 -0
  204. package/esm5/lib/igx-template-cell-info.js +2 -2
  205. package/esm5/lib/igx-template-header-cell-info.js +2 -2
  206. package/esm5/lib/igx-text-cell-info.js +2 -2
  207. package/esm5/lib/igx-text-column-component.js +8 -8
  208. package/esm5/lib/igx-text-header-cell-info.js +79 -40
  209. package/fesm2015/igniteui-angular-data-grids.js +10781 -9783
  210. package/fesm5/igniteui-angular-data-grids.js +10884 -9697
  211. package/lib/CellPath.d.ts +21 -20
  212. package/lib/CheckboxListExternal.d.ts +3 -0
  213. package/lib/CheckboxListView_combined.d.ts +77 -71
  214. package/lib/ColumnFilterCondition_combined.d.ts +1759 -1699
  215. package/lib/EditorCell.d.ts +63 -63
  216. package/lib/FilterCell.d.ts +55 -55
  217. package/lib/GridCellBase.d.ts +82 -80
  218. package/lib/GridExternalWrapper.d.ts +2 -0
  219. package/lib/GridFilterDialogView_combined.d.ts +61 -52
  220. package/lib/ImageCell.d.ts +15 -15
  221. package/lib/NumericCell.d.ts +2 -2
  222. package/lib/SectionHeaderCell.d.ts +6 -4
  223. package/lib/SummaryCell.d.ts +10 -10
  224. package/lib/TemplateCell.d.ts +5 -5
  225. package/lib/TemplateHeader.d.ts +3 -3
  226. package/lib/TemplateHeaderCell.d.ts +2 -2
  227. package/lib/TemplateHeaderCellModel.d.ts +7 -7
  228. package/lib/TemplateSectionHeader.d.ts +2 -2
  229. package/lib/TextCell.d.ts +7 -7
  230. package/lib/TextHeaderCell.d.ts +30 -30
  231. package/lib/VerticalSeparatorCell.d.ts +8 -8
  232. package/lib/igx-cell-info.d.ts +6 -0
  233. package/lib/igx-checkbox-list-component.d.ts +11 -1
  234. package/lib/igx-data-grid-column-component.d.ts +31 -1
  235. package/lib/igx-data-grid-component.d.ts +28 -1
  236. package/lib/igx-data-grid-filter-dialog-component.d.ts +16 -1
  237. package/lib/igx-summary-row-component.d.ts +3 -3
  238. package/lib/igx-text-header-cell-info.d.ts +15 -0
  239. package/package.json +4 -4
@@ -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.b8();
68
+ this.b.cb();
69
69
  };
70
70
  GridFilterDialogView.prototype.t = function () {
71
- this.b.b0(this.l, this.k, this.aa);
71
+ this.b.b3(this.l, this.k, this.aa);
72
72
  };
73
73
  GridFilterDialogView.prototype.s = function () {
74
74
  if (KeyFrameAnimationFactory.h == null) {
@@ -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.ct, _this.b.cs, _this.b.cr);
192
+ var g = ElevationHelper.e(12, _this.b.cz, _this.b.cy, _this.b.cx);
193
193
  e.setStyleProperty("boxShadow", g);
194
194
  e.listen("mousedown", runOn(_this, _this.o));
195
195
  _this.onDocumentKeyDown = _this.onDocumentKeyDown.bind(_this);
@@ -323,25 +323,28 @@ var GridFilterDialog = /** @class */ /*@__PURE__*/ (function (_super) {
323
323
  _this.i = 0;
324
324
  _this.as = 0;
325
325
  _this.at = 0;
326
- _this.cq = null;
326
+ _this.cw = null;
327
327
  _this.ao = DeviceUtils.g(24);
328
328
  _this.w = 1;
329
- _this.ch = null;
330
- _this.cn = null;
329
+ _this.ck = null;
330
+ _this.cq = null;
331
+ _this.cr = null;
332
+ _this.cp = null;
333
+ _this.ct = null;
331
334
  _this.z = null;
332
- _this.cl = null;
333
335
  _this.co = null;
334
- _this.cp = null;
335
- _this.ck = null;
336
+ _this.cu = null;
337
+ _this.cv = null;
338
+ _this.cn = null;
339
+ _this.cs = null;
340
+ _this.cl = null;
336
341
  _this.cm = null;
337
- _this.ci = null;
338
- _this.cj = null;
339
342
  _this.y = null;
340
- _this.cg = null;
343
+ _this.cj = null;
341
344
  _this.au = -1;
342
- _this.ct = null;
343
- _this.cs = null;
344
- _this.cr = null;
345
+ _this.cz = null;
346
+ _this.cy = null;
347
+ _this.cx = null;
345
348
  _this.ac = null;
346
349
  _this.ae = false;
347
350
  _this.m = null;
@@ -357,9 +360,9 @@ var GridFilterDialog = /** @class */ /*@__PURE__*/ (function (_super) {
357
360
  _this.renderCompleted = null;
358
361
  _this.s = new GridFilterDialogView(_this);
359
362
  _this.x = 1;
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);
363
+ _this.cz = BrushUtil.l(66, 0, 0, 0);
364
+ _this.cy = BrushUtil.l(30, 0, 0, 0);
365
+ _this.cx = BrushUtil.l(20, 0, 0, 0);
363
366
  return _this;
364
367
  }
365
368
  Object.defineProperty(GridFilterDialog.prototype, "a1", {
@@ -380,7 +383,7 @@ var GridFilterDialog = /** @class */ /*@__PURE__*/ (function (_super) {
380
383
  var b = this.af;
381
384
  this.af = a;
382
385
  if (b != this.af) {
383
- this.b7("IsAnimationEnabled", b, this.af);
386
+ this.ca("IsAnimationEnabled", b, this.af);
384
387
  }
385
388
  },
386
389
  enumerable: false,
@@ -393,7 +396,7 @@ var GridFilterDialog = /** @class */ /*@__PURE__*/ (function (_super) {
393
396
  set: function (a) {
394
397
  var b = this.an;
395
398
  this.an = a;
396
- this.b7("PixelScalingRatio", b, this.an);
399
+ this.ca("PixelScalingRatio", b, this.an);
397
400
  },
398
401
  enumerable: false,
399
402
  configurable: true
@@ -405,7 +408,7 @@ var GridFilterDialog = /** @class */ /*@__PURE__*/ (function (_super) {
405
408
  set: function (a) {
406
409
  var b = this.am;
407
410
  this.am = a;
408
- this.b7("ActualPixelScalingRatio", b, this.am);
411
+ this.ca("ActualPixelScalingRatio", b, this.am);
409
412
  },
410
413
  enumerable: false,
411
414
  configurable: true
@@ -418,7 +421,7 @@ var GridFilterDialog = /** @class */ /*@__PURE__*/ (function (_super) {
418
421
  var b = this.j;
419
422
  this.j = a;
420
423
  if (b != this.j) {
421
- this.b7("IconHorizontalAlignment", enumGetBox(CellContentHorizontalAlignment_$type, b), enumGetBox(CellContentHorizontalAlignment_$type, this.j));
424
+ this.ca("IconHorizontalAlignment", enumGetBox(CellContentHorizontalAlignment_$type, b), enumGetBox(CellContentHorizontalAlignment_$type, this.j));
422
425
  }
423
426
  },
424
427
  enumerable: false,
@@ -432,7 +435,7 @@ var GridFilterDialog = /** @class */ /*@__PURE__*/ (function (_super) {
432
435
  var b = this.i;
433
436
  this.i = a;
434
437
  if (b != this.i) {
435
- this.b7("HeaderTextALignment", enumGetBox(CellContentHorizontalAlignment_$type, b), enumGetBox(CellContentHorizontalAlignment_$type, this.i));
438
+ this.ca("HeaderTextALignment", enumGetBox(CellContentHorizontalAlignment_$type, b), enumGetBox(CellContentHorizontalAlignment_$type, this.i));
436
439
  }
437
440
  },
438
441
  enumerable: false,
@@ -446,7 +449,7 @@ var GridFilterDialog = /** @class */ /*@__PURE__*/ (function (_super) {
446
449
  var b = this.as;
447
450
  this.as = a;
448
451
  if (b != this.as) {
449
- this.b7("CellPaddingLeft", b, this.as);
452
+ this.ca("CellPaddingLeft", b, this.as);
450
453
  }
451
454
  },
452
455
  enumerable: false,
@@ -460,21 +463,21 @@ var GridFilterDialog = /** @class */ /*@__PURE__*/ (function (_super) {
460
463
  var b = this.at;
461
464
  this.at = a;
462
465
  if (b != this.at) {
463
- this.b7("CellPaddingRight", b, this.at);
466
+ this.ca("CellPaddingRight", b, this.at);
464
467
  }
465
468
  },
466
469
  enumerable: false,
467
470
  configurable: true
468
471
  });
469
- Object.defineProperty(GridFilterDialog.prototype, "c4", {
472
+ Object.defineProperty(GridFilterDialog.prototype, "dd", {
470
473
  get: function () {
471
- return this.cq;
474
+ return this.cw;
472
475
  },
473
476
  set: function (a) {
474
- var b = this.cq;
475
- this.cq = a;
476
- if (b != this.cq) {
477
- this.b7("IconColor", b, this.cq);
477
+ var b = this.cw;
478
+ this.cw = a;
479
+ if (b != this.cw) {
480
+ this.ca("IconColor", b, this.cw);
478
481
  }
479
482
  },
480
483
  enumerable: false,
@@ -488,7 +491,7 @@ var GridFilterDialog = /** @class */ /*@__PURE__*/ (function (_super) {
488
491
  var b = this.ao;
489
492
  this.ao = a;
490
493
  if (b != this.ao) {
491
- this.b7("ViewSize", b, this.ao);
494
+ this.ca("ViewSize", b, this.ao);
492
495
  }
493
496
  },
494
497
  enumerable: false,
@@ -502,35 +505,77 @@ var GridFilterDialog = /** @class */ /*@__PURE__*/ (function (_super) {
502
505
  var b = this.w;
503
506
  this.w = a;
504
507
  if (this.w != b) {
505
- this.b7("Theme", enumGetBox(BaseControlTheme_$type, b), enumGetBox(BaseControlTheme_$type, this.w));
508
+ this.ca("Theme", enumGetBox(BaseControlTheme_$type, b), enumGetBox(BaseControlTheme_$type, this.w));
506
509
  }
507
510
  },
508
511
  enumerable: false,
509
512
  configurable: true
510
513
  });
511
- Object.defineProperty(GridFilterDialog.prototype, "cv", {
514
+ Object.defineProperty(GridFilterDialog.prototype, "c1", {
512
515
  get: function () {
513
- return this.ch;
516
+ return this.ck;
514
517
  },
515
518
  set: function (a) {
516
- var b = this.ch;
517
- this.ch = a;
518
- if (b != this.ch) {
519
- this.b7("ColumnOptionsBackground", b, this.ch);
519
+ var b = this.ck;
520
+ this.ck = a;
521
+ if (b != this.ck) {
522
+ this.ca("ColumnOptionsBackground", b, this.ck);
520
523
  }
521
524
  },
522
525
  enumerable: false,
523
526
  configurable: true
524
527
  });
525
- Object.defineProperty(GridFilterDialog.prototype, "c1", {
528
+ Object.defineProperty(GridFilterDialog.prototype, "c7", {
526
529
  get: function () {
527
- return this.cn;
530
+ return this.cq;
528
531
  },
529
532
  set: function (a) {
530
- var b = this.cn;
531
- this.cn = a;
532
- if (b != this.cn) {
533
- this.b7("ColumnOptionsTextColor", b, this.cn);
533
+ var b = this.cq;
534
+ this.cq = a;
535
+ if (b != this.cq) {
536
+ this.ca("ColumnOptionsScrollbarBackground", b, this.cq);
537
+ }
538
+ },
539
+ enumerable: false,
540
+ configurable: true
541
+ });
542
+ Object.defineProperty(GridFilterDialog.prototype, "c8", {
543
+ get: function () {
544
+ return this.cr;
545
+ },
546
+ set: function (a) {
547
+ var b = this.cr;
548
+ this.cr = a;
549
+ if (b != this.cr) {
550
+ this.ca("ColumnOptionsScrollbarHoverBackground", b, this.cr);
551
+ }
552
+ },
553
+ enumerable: false,
554
+ configurable: true
555
+ });
556
+ Object.defineProperty(GridFilterDialog.prototype, "c6", {
557
+ get: function () {
558
+ return this.cp;
559
+ },
560
+ set: function (a) {
561
+ var b = this.cp;
562
+ this.cp = a;
563
+ if (b != this.cp) {
564
+ this.ca("ColumnOptionsScrollbarActiveBackground", b, this.cp);
565
+ }
566
+ },
567
+ enumerable: false,
568
+ configurable: true
569
+ });
570
+ Object.defineProperty(GridFilterDialog.prototype, "da", {
571
+ get: function () {
572
+ return this.ct;
573
+ },
574
+ set: function (a) {
575
+ var b = this.ct;
576
+ this.ct = a;
577
+ if (b != this.ct) {
578
+ this.ca("ColumnOptionsTextColor", b, this.ct);
534
579
  }
535
580
  },
536
581
  enumerable: false,
@@ -544,105 +589,105 @@ var GridFilterDialog = /** @class */ /*@__PURE__*/ (function (_super) {
544
589
  var b = this.z;
545
590
  this.z = a;
546
591
  if (b != this.z) {
547
- this.b7("ColumnOptionsTextStyle", b, this.z);
592
+ this.ca("ColumnOptionsTextStyle", b, this.z);
548
593
  }
549
594
  },
550
595
  enumerable: false,
551
596
  configurable: true
552
597
  });
553
- Object.defineProperty(GridFilterDialog.prototype, "cz", {
598
+ Object.defineProperty(GridFilterDialog.prototype, "c5", {
554
599
  get: function () {
555
- return this.cl;
600
+ return this.co;
556
601
  },
557
602
  set: function (a) {
558
- var b = this.cl;
559
- this.cl = a;
560
- if (b != this.cl) {
561
- this.b7("ColumnOptionsHoverBackgroundColor", b, this.cl);
603
+ var b = this.co;
604
+ this.co = a;
605
+ if (b != this.co) {
606
+ this.ca("ColumnOptionsHoverBackgroundColor", b, this.co);
562
607
  }
563
608
  },
564
609
  enumerable: false,
565
610
  configurable: true
566
611
  });
567
- Object.defineProperty(GridFilterDialog.prototype, "c2", {
612
+ Object.defineProperty(GridFilterDialog.prototype, "db", {
568
613
  get: function () {
569
- return this.co;
614
+ return this.cu;
570
615
  },
571
616
  set: function (a) {
572
- var b = this.co;
573
- this.co = a;
574
- if (b != this.co) {
575
- this.b7("ColumnOptionsToolTipBackgroundColor", b, this.co);
617
+ var b = this.cu;
618
+ this.cu = a;
619
+ if (b != this.cu) {
620
+ this.ca("ColumnOptionsToolTipBackgroundColor", b, this.cu);
576
621
  }
577
622
  },
578
623
  enumerable: false,
579
624
  configurable: true
580
625
  });
581
- Object.defineProperty(GridFilterDialog.prototype, "c3", {
626
+ Object.defineProperty(GridFilterDialog.prototype, "dc", {
582
627
  get: function () {
583
- return this.cp;
628
+ return this.cv;
584
629
  },
585
630
  set: function (a) {
586
- var b = this.cp;
587
- this.cp = a;
588
- if (b != this.cp) {
589
- this.b7("ColumnOptionsToolTipTextColor", b, this.cp);
631
+ var b = this.cv;
632
+ this.cv = a;
633
+ if (b != this.cv) {
634
+ this.ca("ColumnOptionsToolTipTextColor", b, this.cv);
590
635
  }
591
636
  },
592
637
  enumerable: false,
593
638
  configurable: true
594
639
  });
595
- Object.defineProperty(GridFilterDialog.prototype, "cy", {
640
+ Object.defineProperty(GridFilterDialog.prototype, "c4", {
596
641
  get: function () {
597
- return this.ck;
642
+ return this.cn;
598
643
  },
599
644
  set: function (a) {
600
- var b = this.ck;
601
- this.ck = a;
602
- if (b != this.ck) {
603
- this.b7("ColumnOptionsHighlightColor", b, this.ck);
645
+ var b = this.cn;
646
+ this.cn = a;
647
+ if (b != this.cn) {
648
+ this.ca("ColumnOptionsHighlightColor", b, this.cn);
604
649
  }
605
650
  },
606
651
  enumerable: false,
607
652
  configurable: true
608
653
  });
609
- Object.defineProperty(GridFilterDialog.prototype, "c0", {
654
+ Object.defineProperty(GridFilterDialog.prototype, "c9", {
610
655
  get: function () {
611
- return this.cm;
656
+ return this.cs;
612
657
  },
613
658
  set: function (a) {
614
- var b = this.cm;
615
- this.cm = a;
616
- if (b != this.cm) {
617
- this.b7("ColumnOptionsSeparatorColor", b, this.cm);
659
+ var b = this.cs;
660
+ this.cs = a;
661
+ if (b != this.cs) {
662
+ this.ca("ColumnOptionsSeparatorColor", b, this.cs);
618
663
  }
619
664
  },
620
665
  enumerable: false,
621
666
  configurable: true
622
667
  });
623
- Object.defineProperty(GridFilterDialog.prototype, "cw", {
668
+ Object.defineProperty(GridFilterDialog.prototype, "c2", {
624
669
  get: function () {
625
- return this.ci;
670
+ return this.cl;
626
671
  },
627
672
  set: function (a) {
628
- var b = this.ci;
629
- this.ci = a;
630
- if (b != this.ci) {
631
- this.b7("ColumnOptionsGroupHeaderBackground", b, this.ci);
673
+ var b = this.cl;
674
+ this.cl = a;
675
+ if (b != this.cl) {
676
+ this.ca("ColumnOptionsGroupHeaderBackground", b, this.cl);
632
677
  }
633
678
  },
634
679
  enumerable: false,
635
680
  configurable: true
636
681
  });
637
- Object.defineProperty(GridFilterDialog.prototype, "cx", {
682
+ Object.defineProperty(GridFilterDialog.prototype, "c3", {
638
683
  get: function () {
639
- return this.cj;
684
+ return this.cm;
640
685
  },
641
686
  set: function (a) {
642
- var b = this.cj;
643
- this.cj = a;
644
- if (b != this.cj) {
645
- this.b7("ColumnOptionsGroupHeaderTextColor", b, this.cj);
687
+ var b = this.cm;
688
+ this.cm = a;
689
+ if (b != this.cm) {
690
+ this.ca("ColumnOptionsGroupHeaderTextColor", b, this.cm);
646
691
  }
647
692
  },
648
693
  enumerable: false,
@@ -656,21 +701,21 @@ var GridFilterDialog = /** @class */ /*@__PURE__*/ (function (_super) {
656
701
  var b = this.y;
657
702
  this.y = a;
658
703
  if (b != this.y) {
659
- this.b7("ColumnOptionsGroupHeaderTextStyle", b, this.y);
704
+ this.ca("ColumnOptionsGroupHeaderTextStyle", b, this.y);
660
705
  }
661
706
  },
662
707
  enumerable: false,
663
708
  configurable: true
664
709
  });
665
- Object.defineProperty(GridFilterDialog.prototype, "cu", {
710
+ Object.defineProperty(GridFilterDialog.prototype, "c0", {
666
711
  get: function () {
667
- return this.cg;
712
+ return this.cj;
668
713
  },
669
714
  set: function (a) {
670
- var b = this.cg;
671
- this.cg = a;
672
- if (b != this.cg) {
673
- this.b7("ColumnOptionsAccentColor", b, this.cg);
715
+ var b = this.cj;
716
+ this.cj = a;
717
+ if (b != this.cj) {
718
+ this.ca("ColumnOptionsAccentColor", b, this.cj);
674
719
  }
675
720
  },
676
721
  enumerable: false,
@@ -684,7 +729,7 @@ var GridFilterDialog = /** @class */ /*@__PURE__*/ (function (_super) {
684
729
  var b = this.au;
685
730
  this.au = a;
686
731
  if (b != this.au) {
687
- this.b7("ColumnOptionsRowHeight", b, this.au);
732
+ this.ca("ColumnOptionsRowHeight", b, this.au);
688
733
  }
689
734
  },
690
735
  enumerable: false,
@@ -697,13 +742,13 @@ var GridFilterDialog = /** @class */ /*@__PURE__*/ (function (_super) {
697
742
  enumerable: false,
698
743
  configurable: true
699
744
  });
700
- GridFilterDialog.prototype.b7 = function (a, b, c) {
701
- this.ca(a, b, c);
745
+ GridFilterDialog.prototype.ca = function (a, b, c) {
746
+ this.cd(a, b, c);
702
747
  if (this.propertyChanged != null) {
703
748
  this.propertyChanged(this, new PropertyChangedEventArgs(a));
704
749
  }
705
750
  };
706
- GridFilterDialog.prototype.ca = function (a, b, c) {
751
+ GridFilterDialog.prototype.cd = function (a, b, c) {
707
752
  switch (a) {
708
753
  case "PixelScalingRatio":
709
754
  this.ap = this.aq;
@@ -726,17 +771,17 @@ var GridFilterDialog = /** @class */ /*@__PURE__*/ (function (_super) {
726
771
  break;
727
772
  case "ColumnOptionsBackground":
728
773
  if (this.v != null) {
729
- this.v.cl = this.cv;
730
- this.v.cq = this.cv;
774
+ this.v.co = this.c1;
775
+ this.v.ct = this.c1;
731
776
  }
732
777
  break;
733
778
  case "ColumnOptionsTextColor":
734
779
  if (this.v != null) {
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;
780
+ this.v.cq = this.da;
781
+ this.v.ce = this.da;
782
+ this.v.ck = this.da;
783
+ this.v.cl = this.da;
784
+ this.v.cm = this.da;
740
785
  }
741
786
  break;
742
787
  case "ColumnOptionsTextStyle":
@@ -746,37 +791,37 @@ var GridFilterDialog = /** @class */ /*@__PURE__*/ (function (_super) {
746
791
  break;
747
792
  case "ColumnOptionsHoverBackgroundColor":
748
793
  if (this.v != null) {
749
- this.v.cg = this.cz;
794
+ this.v.cj = this.c5;
750
795
  }
751
796
  break;
752
797
  case "ColumnOptionsToolTipBackgroundColor":
753
798
  if (this.v != null) {
754
- this.v.co = this.c2;
799
+ this.v.cr = this.db;
755
800
  }
756
801
  break;
757
802
  case "ColumnOptionsToolTipTextColor":
758
803
  if (this.v != null) {
759
- this.v.cp = this.c3;
804
+ this.v.cs = this.dc;
760
805
  }
761
806
  break;
762
807
  case "ColumnOptionsHighlightColor":
763
808
  if (this.v != null) {
764
- this.v.cf = this.cy;
809
+ this.v.ci = this.c4;
765
810
  }
766
811
  break;
767
812
  case "ColumnOptionsSeparatorColor":
768
813
  if (this.v != null) {
769
- this.v.ck = this.c0;
814
+ this.v.cn = this.c9;
770
815
  }
771
816
  break;
772
817
  case "ColumnOptionsGroupHeaderBackground":
773
818
  if (this.v != null) {
774
- this.v.cc = this.cw;
819
+ this.v.cf = this.c2;
775
820
  }
776
821
  break;
777
822
  case "ColumnOptionsGroupHeaderTextColor":
778
823
  if (this.v != null) {
779
- this.v.ce = this.cx;
824
+ this.v.ch = this.c3;
780
825
  }
781
826
  break;
782
827
  case "ColumnOptionsGroupHeaderTextStyle":
@@ -786,10 +831,10 @@ var GridFilterDialog = /** @class */ /*@__PURE__*/ (function (_super) {
786
831
  break;
787
832
  case "ColumnOptionsAccentColor":
788
833
  if (this.v != null) {
789
- this.v.b7 = this.cu;
790
- this.v.b9 = this.cu;
791
- this.v.ca = this.cu;
792
- this.v.cr = this.cu;
834
+ this.v.b7 = this.c0;
835
+ this.v.cc = this.c0;
836
+ this.v.cd = this.c0;
837
+ this.v.cu = this.c0;
793
838
  }
794
839
  break;
795
840
  case "ColumnOptionsRowHeight":
@@ -797,11 +842,26 @@ var GridFilterDialog = /** @class */ /*@__PURE__*/ (function (_super) {
797
842
  this.v.b3 = this.ax;
798
843
  }
799
844
  break;
845
+ case "ColumnOptionsScrollbarBackground":
846
+ if (this.v != null) {
847
+ this.v.ca = this.c7;
848
+ }
849
+ break;
850
+ case "ColumnOptionsScrollbarHoverBackground":
851
+ if (this.v != null) {
852
+ this.v.cb = this.c8;
853
+ }
854
+ break;
855
+ case "ColumnOptionsScrollbarActiveBackground":
856
+ if (this.v != null) {
857
+ this.v.b9 = this.c6;
858
+ }
859
+ break;
800
860
  }
801
861
  };
802
- GridFilterDialog.prototype.cb = function (a, b, c) {
862
+ GridFilterDialog.prototype.ce = function (a, b, c) {
803
863
  this.s.v(a, b, c);
804
- this.b4();
864
+ this.b7();
805
865
  };
806
866
  Object.defineProperty(GridFilterDialog.prototype, "n", {
807
867
  get: function () {
@@ -811,16 +871,16 @@ var GridFilterDialog = /** @class */ /*@__PURE__*/ (function (_super) {
811
871
  var b = this.m;
812
872
  this.m = a;
813
873
  if (this.m != b) {
814
- this.b3(b, this.m);
874
+ this.b6(b, this.m);
815
875
  }
816
876
  },
817
877
  enumerable: false,
818
878
  configurable: true
819
879
  });
820
- GridFilterDialog.prototype.b3 = function (a, b) {
880
+ GridFilterDialog.prototype.b6 = function (a, b) {
821
881
  this.ad = true;
822
882
  };
823
- GridFilterDialog.prototype.b4 = function () {
883
+ GridFilterDialog.prototype.b7 = function () {
824
884
  var _this = this;
825
885
  NativeUIComponent.av(this.s.p(), 18, function (a) {
826
886
  var b = a;
@@ -828,74 +888,77 @@ var GridFilterDialog = /** @class */ /*@__PURE__*/ (function (_super) {
828
888
  _this.v.b2 = 16;
829
889
  _this.v.b8 = BrushUtil.l(0, 0, 0, 0);
830
890
  _this.v.v = false;
831
- _this.v.br = runOn(_this, _this.bu);
832
- _this.v.bp = runOn(_this, _this.bt);
891
+ _this.v.br = runOn(_this, _this.bx);
892
+ _this.v.bp = runOn(_this, _this.bw);
833
893
  _this.v.b0 = false;
834
894
  _this.s.r(_this.v);
835
895
  _this.v.c = _this.x;
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;
896
+ _this.v.co = _this.c1;
897
+ _this.v.ct = _this.c1;
898
+ _this.v.cq = _this.da;
899
+ _this.v.ch = _this.c3;
900
+ _this.v.ce = _this.da;
901
+ _this.v.ck = _this.da;
902
+ _this.v.cl = _this.da;
903
+ _this.v.cm = _this.da;
844
904
  _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;
905
+ _this.v.cj = _this.c5;
906
+ _this.v.cr = _this.db;
907
+ _this.v.cs = _this.dc;
908
+ _this.v.ci = _this.c4;
909
+ _this.v.cn = _this.c9;
910
+ _this.v.cf = _this.c2;
851
911
  _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;
912
+ _this.v.b7 = _this.c0;
913
+ _this.v.cc = _this.c0;
914
+ _this.v.cd = _this.c0;
915
+ _this.v.cu = _this.c0;
856
916
  _this.v.b3 = _this.ax;
917
+ _this.v.ca = _this.c7;
918
+ _this.v.cb = _this.c8;
919
+ _this.v.b9 = _this.c6;
857
920
  _this.v.b4 = _this.n;
858
921
  });
859
922
  };
860
- GridFilterDialog.prototype.bu = function (a, b) {
923
+ GridFilterDialog.prototype.bx = function (a, b) {
861
924
  if (this.ad) {
862
925
  this.ad = false;
863
926
  this.v.b4 = this.n;
864
927
  }
865
928
  if (this.n != null) {
866
929
  if (this.n.grid != null) {
867
- this.n.grid.wk();
930
+ this.n.grid.wp();
868
931
  }
869
- this.n.pd();
932
+ this.n.pk();
870
933
  }
871
934
  if (this.dialogOpening != null) {
872
935
  var c = new GridFilterDialogOpeningEventArgs();
873
936
  this.dialogOpening(this, c);
874
937
  }
875
938
  };
876
- GridFilterDialog.prototype.bt = function (a, b) {
939
+ GridFilterDialog.prototype.bw = function (a, b) {
877
940
  if (this.ae) {
878
- this.bz();
941
+ this.b2();
879
942
  }
880
943
  };
881
- GridFilterDialog.prototype.bw = function (a, b) {
944
+ GridFilterDialog.prototype.bz = function (a, b) {
882
945
  switch (b.propertyName) {
883
946
  case "IsHidden": break;
884
947
  }
885
948
  };
886
- GridFilterDialog.prototype.b5 = function () {
949
+ GridFilterDialog.prototype.b8 = function () {
887
950
  };
888
- GridFilterDialog.prototype.b6 = function (a, b) {
889
- a.onModified = delegateRemove(a.onModified, runOn(this, this.b9));
951
+ GridFilterDialog.prototype.b9 = function (a, b) {
952
+ a.onModified = delegateRemove(a.onModified, runOn(this, this.cc));
890
953
  if (b) {
891
- this.cd();
954
+ this.cg();
892
955
  }
893
956
  else {
894
- this.cc(a, true);
957
+ this.cf(a, true);
895
958
  }
896
959
  this.f = null;
897
960
  };
898
- GridFilterDialog.prototype.bx = function () {
961
+ GridFilterDialog.prototype.b0 = function () {
899
962
  this.s.s();
900
963
  if (this.ac == null) {
901
964
  var a = new AnimationKeyFrameEffectTiming();
@@ -904,7 +967,7 @@ var GridFilterDialog = /** @class */ /*@__PURE__*/ (function (_super) {
904
967
  this.ac = KeyFrameAnimationFactory.f.c(this.s.a(a).m(new AnimationKeyFrameProperty(1, 0)).m(new AnimationKeyFrameProperty(1, 1)));
905
968
  }
906
969
  };
907
- GridFilterDialog.prototype.ce = function () {
970
+ GridFilterDialog.prototype.ch = function () {
908
971
  var _this = this;
909
972
  if (this.filterChanged != null) {
910
973
  this.filterChanged(this, ((function () {
@@ -914,7 +977,7 @@ var GridFilterDialog = /** @class */ /*@__PURE__*/ (function (_super) {
914
977
  })()));
915
978
  }
916
979
  };
917
- GridFilterDialog.prototype.cd = function () {
980
+ GridFilterDialog.prototype.cg = function () {
918
981
  if (this.filterChanged != null) {
919
982
  this.filterChanged(this, ((function () {
920
983
  var $ret = new GridFilterDialogFilterChangeEventArgs();
@@ -923,7 +986,7 @@ var GridFilterDialog = /** @class */ /*@__PURE__*/ (function (_super) {
923
986
  })()));
924
987
  }
925
988
  };
926
- GridFilterDialog.prototype.cc = function (a, b) {
989
+ GridFilterDialog.prototype.cf = function (a, b) {
927
990
  var c = this.e(a);
928
991
  if (b) {
929
992
  if (this.filterChanged != null) {
@@ -1028,30 +1091,30 @@ var GridFilterDialog = /** @class */ /*@__PURE__*/ (function (_super) {
1028
1091
  GridFilterDialog.prototype.c = function (a) {
1029
1092
  return EnumUtil.getEnumValue(ColumnComparisonConditionOperatorType_$type, EnumUtil.parse(ColumnComparisonConditionOperatorType_$type, a, true));
1030
1093
  };
1031
- GridFilterDialog.prototype.b9 = function (a) {
1032
- this.cc(a, false);
1094
+ GridFilterDialog.prototype.cc = function (a) {
1095
+ this.cf(a, false);
1033
1096
  };
1034
1097
  GridFilterDialog.prototype.t = function (a, b) {
1035
1098
  var c = new GridFilterDialogViewModel();
1036
1099
  if (a != null) {
1037
- this.bv(c, a, b);
1100
+ this.by(c, a, b);
1038
1101
  }
1039
1102
  else {
1040
1103
  var d = new GridFilterDialogViewModelRow();
1041
1104
  d.f = b;
1042
1105
  d.e = GridFilterDialog.a(b);
1043
1106
  d.d = GridFilterDialog.b(b);
1044
- d.l = GridFilterDialog.bl(b[0]);
1107
+ d.l = GridFilterDialog.bo(b[0]);
1045
1108
  c.f.add(d);
1046
1109
  }
1047
1110
  return c;
1048
1111
  };
1049
- GridFilterDialog.prototype.bv = function (a, b, c) {
1112
+ GridFilterDialog.prototype.by = function (a, b, c) {
1050
1113
  if (b.isGroup()) {
1051
1114
  var d = b;
1052
1115
  for (var e = 0; e < d.count; e++) {
1053
1116
  var f = d.item(e);
1054
- this.bv(a, f, c);
1117
+ this.by(a, f, c);
1055
1118
  }
1056
1119
  }
1057
1120
  else {
@@ -1060,7 +1123,7 @@ var GridFilterDialog = /** @class */ /*@__PURE__*/ (function (_super) {
1060
1123
  };
1061
1124
  GridFilterDialog.prototype.u = function (a, b) {
1062
1125
  var c = new GridFilterDialogViewModelRow();
1063
- c.l = GridFilterDialog.bl(a.operator);
1126
+ c.l = GridFilterDialog.bo(a.operator);
1064
1127
  c.f = b;
1065
1128
  c.e = GridFilterDialog.a(b);
1066
1129
  c.i = GridFilterDialog.a2(GridFilterDialog.ay(a.operator), a.operator, a);
@@ -1090,25 +1153,25 @@ var GridFilterDialog = /** @class */ /*@__PURE__*/ (function (_super) {
1090
1153
  }
1091
1154
  return b;
1092
1155
  };
1093
- GridFilterDialog.bl = function (a) {
1156
+ GridFilterDialog.bo = function (a) {
1094
1157
  return EnumUtil.getName(ColumnComparisonConditionOperatorType_$type, a);
1095
1158
  };
1096
- GridFilterDialog.prototype.b2 = function (a, b) {
1159
+ GridFilterDialog.prototype.b5 = function (a, b) {
1097
1160
  this.s.w(a, b);
1098
1161
  };
1099
- GridFilterDialog.prototype.b1 = function () {
1162
+ GridFilterDialog.prototype.b4 = function () {
1100
1163
  this.s.u();
1101
1164
  };
1102
- GridFilterDialog.prototype.b0 = function (a, b, c) {
1165
+ GridFilterDialog.prototype.b3 = function (a, b, c) {
1103
1166
  };
1104
- GridFilterDialog.prototype.cf = function () {
1167
+ GridFilterDialog.prototype.ci = function () {
1105
1168
  var _this = this;
1106
1169
  this.ae = false;
1107
1170
  if (this.s.q == null || NativeUI.g(this.s.q) == 1) {
1108
1171
  return;
1109
1172
  }
1110
1173
  if (this.ai) {
1111
- this.bx();
1174
+ this.b0();
1112
1175
  if (this.ac.playbackRate < 0) {
1113
1176
  this.ac.reverse();
1114
1177
  }
@@ -1121,7 +1184,7 @@ var GridFilterDialog = /** @class */ /*@__PURE__*/ (function (_super) {
1121
1184
  NativeUI.ab(this.s.q, 1);
1122
1185
  }
1123
1186
  };
1124
- GridFilterDialog.prototype.bz = function () {
1187
+ GridFilterDialog.prototype.b2 = function () {
1125
1188
  var _this = this;
1126
1189
  this.ae = true;
1127
1190
  if (!this.aj) {
@@ -1129,7 +1192,7 @@ var GridFilterDialog = /** @class */ /*@__PURE__*/ (function (_super) {
1129
1192
  return;
1130
1193
  }
1131
1194
  if (this.ai) {
1132
- this.bx();
1195
+ this.b0();
1133
1196
  if (this.ac.playbackRate < 0) {
1134
1197
  this.ac.play();
1135
1198
  }
@@ -1164,12 +1227,12 @@ var GridFilterDialog = /** @class */ /*@__PURE__*/ (function (_super) {
1164
1227
  enumerable: false,
1165
1228
  configurable: true
1166
1229
  });
1167
- GridFilterDialog.prototype.b8 = function () {
1230
+ GridFilterDialog.prototype.cb = function () {
1168
1231
  if (this.renderCompleted != null) {
1169
1232
  this.renderCompleted(this, new FilterDialogRenderCompletedEventArgs());
1170
1233
  }
1171
1234
  };
1172
- GridFilterDialog.prototype.by = function () {
1235
+ GridFilterDialog.prototype.b1 = function () {
1173
1236
  if (this.v != null) {
1174
1237
  if (this.n != null && this.v.b4 != this.n) {
1175
1238
  this.v.b4 = this.n;
@@ -1186,7 +1249,7 @@ var GridFilterDialog = /** @class */ /*@__PURE__*/ (function (_super) {
1186
1249
  GridFilterDialog.prototype.getDesiredToolbarActions = function () {
1187
1250
  if (!GridFilterDialog.ag) {
1188
1251
  GridFilterDialog.ag = true;
1189
- SvgIconRegistry.instance.addSvgPathString("XGrid", "DotDotDot", GridFilterDialog.bk);
1252
+ SvgIconRegistry.instance.addSvgPathString("XGrid", "DotDotDot", GridFilterDialog.bn);
1190
1253
  }
1191
1254
  var a = new ToolActionIconMenuInfo();
1192
1255
  a.name = "DataGridColumnOptionsPlaceholder";
@@ -1231,7 +1294,7 @@ var GridFilterDialog = /** @class */ /*@__PURE__*/ (function (_super) {
1231
1294
  };
1232
1295
  GridFilterDialog.$t = markType(GridFilterDialog, 'GridFilterDialog', Base.$, [INotifyPropertyChanged_$type, IToolbarTarget_$type]);
1233
1296
  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";
1297
+ GridFilterDialog.bn = "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";
1235
1298
  return GridFilterDialog;
1236
1299
  }(Base));
1237
1300
  export { GridFilterDialog };
@@ -1263,7 +1326,7 @@ var GridFilterDialogViewModel = /** @class */ /*@__PURE__*/ (function (_super) {
1263
1326
  a.f = b;
1264
1327
  a.e = GridFilterDialog.a(b);
1265
1328
  a.d = GridFilterDialog.b(b);
1266
- a.l = GridFilterDialog.bl(b[0]);
1329
+ a.l = GridFilterDialog.bo(b[0]);
1267
1330
  this.f.add(a);
1268
1331
  };
1269
1332
  GridFilterDialogViewModel.prototype.u = function (a) {