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

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