igniteui-webcomponents-data-grids 7.1.0-beta.2 → 7.1.0-beta.3

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