igniteui-webcomponents-data-grids 7.0.1 → 7.1.0-alpha.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (190) hide show
  1. package/bundles/igniteui-webcomponents-data-grids.umd.js +8241 -9505
  2. package/bundles/igniteui-webcomponents-data-grids.umd.min.js +1 -1
  3. package/esm2015/lib/CanvasCellPresenterBase.js +1 -1
  4. package/esm2015/lib/CanvasTemplateCellPresenter.js +1 -1
  5. package/esm2015/lib/CanvasTemplateHeaderCellPresenter.js +1 -1
  6. package/esm2015/lib/CellPresenterBase.js +10 -10
  7. package/esm2015/lib/CheckboxListBridge.js +0 -28
  8. package/esm2015/lib/CheckboxListView_combined.js +705 -730
  9. package/esm2015/lib/ColumnChooserView_combined.js +16 -16
  10. package/esm2015/lib/ColumnFilterCondition_combined.js +5150 -5835
  11. package/esm2015/lib/ColumnGroupingView_combined.js +14 -14
  12. package/esm2015/lib/ColumnPinningView_combined.js +16 -16
  13. package/esm2015/lib/ComparisonOperatorSelectorView_combined.js +5 -5
  14. package/esm2015/lib/ContentCellModelHelper.js +3 -3
  15. package/esm2015/lib/DataGridScrollerKeyboardListener.js +15 -15
  16. package/esm2015/lib/DataGridToolbarView_combined.js +12 -12
  17. package/esm2015/lib/DateTimeCellPresenter.js +2 -2
  18. package/esm2015/lib/DraggerView.js +3 -3
  19. package/esm2015/lib/EditorCell.js +267 -267
  20. package/esm2015/lib/EditorCellPresenter.js +15 -15
  21. package/esm2015/lib/FilterCell.js +261 -261
  22. package/esm2015/lib/FilterCellPresenter.js +8 -8
  23. package/esm2015/lib/GridCellBase.js +63 -65
  24. package/esm2015/lib/GridColumnButtonOptionsView_combined.js +2 -2
  25. package/esm2015/lib/GridColumnFilterOptionsView_combined.js +17 -17
  26. package/esm2015/lib/GridColumnGroupOptionsView_combined.js +9 -9
  27. package/esm2015/lib/GridColumnHideOptionsView_combined.js +5 -5
  28. package/esm2015/lib/GridColumnMoveOptionsView_combined.js +1 -1
  29. package/esm2015/lib/GridColumnOptionsViewBase_combined.js +15 -15
  30. package/esm2015/lib/GridColumnOptionsView_combined.js +3 -3
  31. package/esm2015/lib/GridColumnPinOptionsView_combined.js +4 -4
  32. package/esm2015/lib/GridColumnSortOptionsView_combined.js +2 -2
  33. package/esm2015/lib/GridColumnSummaryOptionsView_combined.js +13 -13
  34. package/esm2015/lib/GridExternalWrapper.js +6 -9
  35. package/esm2015/lib/GridFilterDialogView_combined.js +172 -311
  36. package/esm2015/lib/GridSortIndicatorView_combined.js +2 -2
  37. package/esm2015/lib/GridStyleRepository.js +433 -271
  38. package/esm2015/lib/ISummaryChooserView_combined.js +11 -11
  39. package/esm2015/lib/ImageCell.js +55 -55
  40. package/esm2015/lib/ImageCellPresenter.js +8 -8
  41. package/esm2015/lib/MultiColumnComboBoxUtilities.js +2 -2
  42. package/esm2015/lib/MultiColumnComboBoxView_combined.js +35 -35
  43. package/esm2015/lib/NumericCell.js +4 -4
  44. package/esm2015/lib/NumericCellPresenter.js +2 -2
  45. package/esm2015/lib/PropertyEditorView_combined.js +22 -22
  46. package/esm2015/lib/SectionHeaderCell.js +8 -8
  47. package/esm2015/lib/SectionHeaderCellPresenter.js +2 -2
  48. package/esm2015/lib/SummaryCell.js +25 -25
  49. package/esm2015/lib/SummaryCellPresenter.js +5 -5
  50. package/esm2015/lib/TemplateCell.js +11 -11
  51. package/esm2015/lib/TemplateCellPresenter.js +2 -2
  52. package/esm2015/lib/TemplateHeader.js +7 -7
  53. package/esm2015/lib/TemplateHeaderCell.js +5 -5
  54. package/esm2015/lib/TemplateHeaderCellPresenter.js +2 -2
  55. package/esm2015/lib/TemplateSectionHeader.js +2 -2
  56. package/esm2015/lib/TextCell.js +22 -22
  57. package/esm2015/lib/TextCellPresenter.js +2 -2
  58. package/esm2015/lib/TextHeaderCell.js +134 -140
  59. package/esm2015/lib/TextHeaderCellPresenter.js +21 -43
  60. package/esm2015/lib/TextIconSetConditionalStyle.js +3 -3
  61. package/esm2015/lib/VerticalSeparatorCell.js +32 -32
  62. package/esm2015/lib/igc-checkbox-list-component.js +89 -89
  63. package/esm2015/lib/igc-column-moving-separator-component.js +9 -9
  64. package/esm2015/lib/igc-column-resizing-separator-component.js +6 -6
  65. package/esm2015/lib/igc-combo-box-column-component.js +10 -10
  66. package/esm2015/lib/igc-data-grid-column-component.js +193 -307
  67. package/esm2015/lib/igc-data-grid-component.js +1 -99
  68. package/esm2015/lib/igc-data-grid-filter-dialog-component.js +20 -77
  69. package/esm2015/lib/igc-data-grid-pager-component.js +10 -30
  70. package/esm2015/lib/igc-date-time-column-component.js +23 -23
  71. package/esm2015/lib/igc-definition-base-component.js +129 -129
  72. package/esm2015/lib/igc-filter-row-definition-component.js +12 -12
  73. package/esm2015/lib/igc-header-component.js +24 -24
  74. package/esm2015/lib/igc-image-column-component.js +12 -12
  75. package/esm2015/lib/igc-numeric-column-component.js +35 -35
  76. package/esm2015/lib/igc-section-header-component.js +24 -24
  77. package/esm2015/lib/igc-summary-row-component.js +24 -24
  78. package/esm2015/lib/igc-text-column-component.js +9 -9
  79. package/esm2015/lib/igc-text-header-cell-info.js +4 -65
  80. package/esm2015/public_api.js +0 -1
  81. package/esm5/lib/CanvasCellPresenterBase.js +1 -1
  82. package/esm5/lib/CanvasTemplateCellPresenter.js +1 -1
  83. package/esm5/lib/CanvasTemplateHeaderCellPresenter.js +1 -1
  84. package/esm5/lib/CellPresenterBase.js +10 -10
  85. package/esm5/lib/CheckboxListBridge.js +0 -28
  86. package/esm5/lib/CheckboxListView_combined.js +684 -709
  87. package/esm5/lib/ColumnChooserView_combined.js +16 -16
  88. package/esm5/lib/ColumnFilterCondition_combined.js +5014 -5831
  89. package/esm5/lib/ColumnGroupingView_combined.js +14 -14
  90. package/esm5/lib/ColumnPinningView_combined.js +16 -16
  91. package/esm5/lib/ComparisonOperatorSelectorView_combined.js +5 -5
  92. package/esm5/lib/ContentCellModelHelper.js +3 -3
  93. package/esm5/lib/DataGridScrollerKeyboardListener.js +15 -15
  94. package/esm5/lib/DataGridToolbarView_combined.js +12 -12
  95. package/esm5/lib/DateTimeCellPresenter.js +2 -2
  96. package/esm5/lib/DraggerView.js +3 -3
  97. package/esm5/lib/EditorCell.js +256 -256
  98. package/esm5/lib/EditorCellPresenter.js +15 -15
  99. package/esm5/lib/FilterCell.js +252 -252
  100. package/esm5/lib/FilterCellPresenter.js +8 -8
  101. package/esm5/lib/GridCellBase.js +62 -64
  102. package/esm5/lib/GridColumnButtonOptionsView_combined.js +2 -2
  103. package/esm5/lib/GridColumnFilterOptionsView_combined.js +17 -17
  104. package/esm5/lib/GridColumnGroupOptionsView_combined.js +9 -9
  105. package/esm5/lib/GridColumnHideOptionsView_combined.js +5 -5
  106. package/esm5/lib/GridColumnMoveOptionsView_combined.js +1 -1
  107. package/esm5/lib/GridColumnOptionsViewBase_combined.js +15 -15
  108. package/esm5/lib/GridColumnOptionsView_combined.js +3 -3
  109. package/esm5/lib/GridColumnPinOptionsView_combined.js +4 -4
  110. package/esm5/lib/GridColumnSortOptionsView_combined.js +2 -2
  111. package/esm5/lib/GridColumnSummaryOptionsView_combined.js +13 -13
  112. package/esm5/lib/GridExternalWrapper.js +6 -9
  113. package/esm5/lib/GridFilterDialogView_combined.js +164 -331
  114. package/esm5/lib/GridSortIndicatorView_combined.js +2 -2
  115. package/esm5/lib/GridStyleRepository.js +585 -275
  116. package/esm5/lib/ISummaryChooserView_combined.js +11 -11
  117. package/esm5/lib/ImageCell.js +54 -54
  118. package/esm5/lib/ImageCellPresenter.js +8 -8
  119. package/esm5/lib/MultiColumnComboBoxUtilities.js +2 -2
  120. package/esm5/lib/MultiColumnComboBoxView_combined.js +35 -35
  121. package/esm5/lib/NumericCell.js +4 -4
  122. package/esm5/lib/NumericCellPresenter.js +2 -2
  123. package/esm5/lib/PropertyEditorView_combined.js +22 -22
  124. package/esm5/lib/SectionHeaderCell.js +8 -8
  125. package/esm5/lib/SectionHeaderCellPresenter.js +2 -2
  126. package/esm5/lib/SummaryCell.js +26 -26
  127. package/esm5/lib/SummaryCellPresenter.js +5 -5
  128. package/esm5/lib/TemplateCell.js +11 -11
  129. package/esm5/lib/TemplateCellPresenter.js +2 -2
  130. package/esm5/lib/TemplateHeader.js +7 -7
  131. package/esm5/lib/TemplateHeaderCell.js +5 -5
  132. package/esm5/lib/TemplateHeaderCellPresenter.js +2 -2
  133. package/esm5/lib/TemplateSectionHeader.js +2 -2
  134. package/esm5/lib/TextCell.js +22 -22
  135. package/esm5/lib/TextCellPresenter.js +2 -2
  136. package/esm5/lib/TextHeaderCell.js +132 -138
  137. package/esm5/lib/TextHeaderCellPresenter.js +21 -43
  138. package/esm5/lib/TextIconSetConditionalStyle.js +3 -4
  139. package/esm5/lib/VerticalSeparatorCell.js +32 -32
  140. package/esm5/lib/igc-checkbox-list-component.js +89 -89
  141. package/esm5/lib/igc-column-moving-separator-component.js +9 -9
  142. package/esm5/lib/igc-column-resizing-separator-component.js +6 -6
  143. package/esm5/lib/igc-combo-box-column-component.js +10 -10
  144. package/esm5/lib/igc-data-grid-column-component.js +193 -355
  145. package/esm5/lib/igc-data-grid-component.js +2 -140
  146. package/esm5/lib/igc-data-grid-filter-dialog-component.js +20 -101
  147. package/esm5/lib/igc-data-grid-pager-component.js +10 -38
  148. package/esm5/lib/igc-date-time-column-component.js +23 -23
  149. package/esm5/lib/igc-definition-base-component.js +129 -129
  150. package/esm5/lib/igc-filter-row-definition-component.js +12 -12
  151. package/esm5/lib/igc-header-component.js +24 -24
  152. package/esm5/lib/igc-image-column-component.js +12 -12
  153. package/esm5/lib/igc-numeric-column-component.js +35 -35
  154. package/esm5/lib/igc-section-header-component.js +24 -24
  155. package/esm5/lib/igc-summary-row-component.js +24 -24
  156. package/esm5/lib/igc-text-column-component.js +9 -9
  157. package/esm5/lib/igc-text-header-cell-info.js +4 -93
  158. package/esm5/public_api.js +0 -1
  159. package/fesm2015/igniteui-webcomponents-data-grids.js +8299 -9401
  160. package/fesm5/igniteui-webcomponents-data-grids.js +8244 -9507
  161. package/lib/CheckboxListBridge.d.ts +0 -1
  162. package/lib/CheckboxListExternal.d.ts +0 -6
  163. package/lib/CheckboxListView_combined.d.ts +148 -153
  164. package/lib/ColumnFilterCondition_combined.d.ts +1266 -1400
  165. package/lib/EditorCell.d.ts +51 -51
  166. package/lib/FilterCell.d.ts +53 -53
  167. package/lib/GridCellBase.d.ts +19 -21
  168. package/lib/GridExternalWrapper.d.ts +0 -1
  169. package/lib/GridFilterDialogView_combined.d.ts +58 -81
  170. package/lib/GridStyleRepository.d.ts +84 -23
  171. package/lib/ImageCell.d.ts +14 -14
  172. package/lib/SectionHeaderCell.d.ts +2 -2
  173. package/lib/SummaryCell.d.ts +4 -4
  174. package/lib/TemplateCell.d.ts +3 -3
  175. package/lib/TemplateHeader.d.ts +3 -3
  176. package/lib/TemplateHeaderCell.d.ts +2 -2
  177. package/lib/TemplateSectionHeader.d.ts +2 -2
  178. package/lib/TextCell.d.ts +4 -4
  179. package/lib/TextHeaderCell.d.ts +24 -26
  180. package/lib/VerticalSeparatorCell.d.ts +4 -4
  181. package/lib/igc-data-grid-column-component.d.ts +0 -54
  182. package/lib/igc-data-grid-component.d.ts +1 -49
  183. package/lib/igc-data-grid-filter-dialog-component.d.ts +0 -27
  184. package/lib/igc-data-grid-pager-component.d.ts +0 -10
  185. package/lib/igc-text-header-cell-info.d.ts +0 -33
  186. package/package.json +4 -4
  187. package/public_api.d.ts +0 -1
  188. package/esm2015/lib/GridStyleRepositoryKeys.js +0 -11
  189. package/esm5/lib/GridStyleRepositoryKeys.js +0 -11
  190. package/lib/GridStyleRepositoryKeys.d.ts +0 -48
@@ -17,7 +17,6 @@ import { intDivide, isNaN_ } from "igniteui-webcomponents-core";
17
17
  import { ElevationHelper } from "igniteui-webcomponents-core";
18
18
  import { BaseDOMEventProxy } from "igniteui-webcomponents-core";
19
19
  import { IToolbarTarget_$type } from "igniteui-webcomponents-core";
20
- import { BaseControlTheme_$type } from "igniteui-webcomponents-core";
21
20
  import { DeviceUtils } from "igniteui-webcomponents-core";
22
21
  import { BrushUtil } from "igniteui-webcomponents-core";
23
22
  import { GridFilterDialogOpeningEventArgs } from "./GridFilterDialogOpeningEventArgs";
@@ -31,6 +30,8 @@ import { GridFilterDialogViewModelGroupingLevel } from "./GridFilterDialogViewMo
31
30
  import { GridFilterDialogViewModelGrouping } from "./GridFilterDialogViewModelGrouping";
32
31
  import { ColumnComparisonFilterCondition } from "./ColumnComparisonFilterCondition";
33
32
  import { ColumnComparisonConditionOperatorType_$type } from "./ColumnComparisonConditionOperatorType";
33
+ import { Geometry } from "igniteui-webcomponents-core";
34
+ import { GridStyleRepository } from "./GridStyleRepository";
34
35
  import { FilterDialogRenderCompletedEventArgs } from "./FilterDialogRenderCompletedEventArgs";
35
36
  import { ToolActionIconMenuInfo } from "igniteui-webcomponents-core";
36
37
  import { SvgIconRegistry } from "igniteui-webcomponents-core";
@@ -65,10 +66,10 @@ export var GridFilterDialogView = /** @class */ /*@__PURE__*/ (function (_super)
65
66
  }
66
67
  GridFilterDialogView.prototype.y = function () {
67
68
  this.x();
68
- this.b.bu();
69
+ this.b.bk();
69
70
  };
70
71
  GridFilterDialogView.prototype.t = function () {
71
- this.b.bm(this.l, this.k, this.aa);
72
+ this.b.bc(this.l, this.k, this.aa);
72
73
  };
73
74
  GridFilterDialogView.prototype.s = function () {
74
75
  if (KeyFrameAnimationFactory.h == null) {
@@ -85,7 +86,7 @@ export var GridFilterDialogView = /** @class */ /*@__PURE__*/ (function (_super)
85
86
  this.d = null;
86
87
  return;
87
88
  }
88
- this.h = (isNaN_(this.b.al) ? this.b.ak : this.b.al);
89
+ this.h = (isNaN_(this.b.aj) ? this.b.ai : this.b.aj);
89
90
  var d = a;
90
91
  this.m = d;
91
92
  this.n = c;
@@ -97,14 +98,14 @@ export var GridFilterDialogView = /** @class */ /*@__PURE__*/ (function (_super)
97
98
  var e = this.h;
98
99
  var f = Math.round(d.rootWrapper.width());
99
100
  var g = Math.round(d.rootWrapper.height());
100
- var h = this.b.am * e;
101
- var i = this.b.am * e;
101
+ var h = this.b.ak * e;
102
+ var i = this.b.ak * e;
102
103
  this.x();
103
104
  this.l = f;
104
105
  this.k = g;
105
- if (isNaN_(this.b.al)) {
106
- this.b.ak = window.devicePixelRatio;
107
- this.h = this.b.ak;
106
+ if (isNaN_(this.b.aj)) {
107
+ this.b.ai = window.devicePixelRatio;
108
+ this.h = this.b.ai;
108
109
  }
109
110
  this.y();
110
111
  };
@@ -125,10 +126,10 @@ export var GridFilterDialogView = /** @class */ /*@__PURE__*/ (function (_super)
125
126
  this.m.rootWrapper.setStyleProperty("position", "absolute");
126
127
  if (this.b.l == 2) {
127
128
  this.m.rootWrapper.setStyleProperty("left", "unset");
128
- this.m.rootWrapper.setStyleProperty("right", this.b.aq + "px");
129
+ this.m.rootWrapper.setStyleProperty("right", this.b.ao + "px");
129
130
  }
130
131
  else {
131
- this.m.rootWrapper.setStyleProperty("left", this.b.ap + "px");
132
+ this.m.rootWrapper.setStyleProperty("left", this.b.an + "px");
132
133
  }
133
134
  var a = intDivide(this.o.height(), 2) - (this.k / 2);
134
135
  this.m.rootWrapper.setStyleProperty("top", a + "px");
@@ -137,19 +138,19 @@ export var GridFilterDialogView = /** @class */ /*@__PURE__*/ (function (_super)
137
138
  this.y();
138
139
  };
139
140
  GridFilterDialogView.prototype.w = function (a, b) {
140
- if (isNaN_(this.b.al)) {
141
- this.b.ak = window.devicePixelRatio;
142
- this.h = this.b.ak;
141
+ if (isNaN_(this.b.aj)) {
142
+ this.b.ai = window.devicePixelRatio;
143
+ this.h = this.b.ai;
143
144
  }
144
145
  this.l = a;
145
146
  this.k = b;
146
147
  this.y();
147
148
  };
148
149
  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;
150
+ if (isNaN_(this.b.aj)) {
151
+ this.b.ai = window.devicePixelRatio;
152
+ if (this.h != this.b.ai) {
153
+ this.h = this.b.ai;
153
154
  this.y();
154
155
  return;
155
156
  }
@@ -188,7 +189,7 @@ export var GridFilterDialogPanel = /** @class */ /*@__PURE__*/ (function (_super
188
189
  e.setStyleProperty("background-color", "#fff");
189
190
  e.setStyleProperty("border-radius", "3px");
190
191
  e.setStyleProperty("overflow", "auto");
191
- var g = ElevationHelper.e(12, _this.b.cb, _this.b.ca, _this.b.b9);
192
+ var g = ElevationHelper.e(12, _this.b.bv, _this.b.bu, _this.b.bt);
192
193
  e.setStyleProperty("boxShadow", g);
193
194
  e.listen("mousedown", runOn(_this, _this.o));
194
195
  _this.onDocumentKeyDown = _this.onDocumentKeyDown.bind(_this);
@@ -312,31 +313,24 @@ export var GridFilterDialog = /** @class */ /*@__PURE__*/ (function (_super) {
312
313
  __extends(GridFilterDialog, _super);
313
314
  function GridFilterDialog() {
314
315
  var _this = _super.call(this) || this;
315
- _this.at = null;
316
- _this.ab = true;
316
+ _this.ar = null;
317
+ _this.z = true;
317
318
  _this.propertyChanged = null;
318
- _this.ai = NaN;
319
- _this.ah = 1;
319
+ _this.ag = NaN;
320
+ _this.af = 1;
320
321
  _this.j = 2;
321
322
  _this.i = 0;
322
- _this.an = 0;
323
- _this.ao = 0;
324
- _this.b8 = null;
325
- _this.aj = DeviceUtils.g(24);
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;
336
- _this.y = null;
337
- _this.aa = false;
323
+ _this.al = 0;
324
+ _this.am = 0;
325
+ _this.bs = null;
326
+ _this.ah = DeviceUtils.g(24);
327
+ _this.bv = null;
328
+ _this.bu = null;
329
+ _this.bt = null;
330
+ _this.w = null;
331
+ _this.y = false;
338
332
  _this.m = null;
339
- _this.z = false;
333
+ _this.x = false;
340
334
  _this.v = null;
341
335
  _this.f = null;
342
336
  _this.dialogOpening = null;
@@ -347,56 +341,55 @@ export var GridFilterDialog = /** @class */ /*@__PURE__*/ (function (_super) {
347
341
  _this._invalidateActions = null;
348
342
  _this.renderCompleted = null;
349
343
  _this.s = new GridFilterDialogView(_this);
350
- _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);
344
+ _this.bv = BrushUtil.j(66, 0, 0, 0);
345
+ _this.bu = BrushUtil.j(30, 0, 0, 0);
346
+ _this.bt = BrushUtil.j(20, 0, 0, 0);
354
347
  return _this;
355
348
  }
356
- Object.defineProperty(GridFilterDialog.prototype, "au", {
349
+ Object.defineProperty(GridFilterDialog.prototype, "as", {
357
350
  get: function () {
358
- return this.at;
351
+ return this.ar;
359
352
  },
360
353
  set: function (a) {
361
- this.at = a;
354
+ this.ar = a;
362
355
  },
363
356
  enumerable: false,
364
357
  configurable: true
365
358
  });
366
- Object.defineProperty(GridFilterDialog.prototype, "ad", {
359
+ Object.defineProperty(GridFilterDialog.prototype, "ab", {
367
360
  get: function () {
368
- return this.ab;
361
+ return this.z;
369
362
  },
370
363
  set: function (a) {
371
- var b = this.ab;
372
- this.ab = a;
373
- if (b != this.ab) {
374
- this.bt("IsAnimationEnabled", b, this.ab);
364
+ var b = this.z;
365
+ this.z = a;
366
+ if (b != this.z) {
367
+ this.bj("IsAnimationEnabled", b, this.z);
375
368
  }
376
369
  },
377
370
  enumerable: false,
378
371
  configurable: true
379
372
  });
380
- Object.defineProperty(GridFilterDialog.prototype, "al", {
373
+ Object.defineProperty(GridFilterDialog.prototype, "aj", {
381
374
  get: function () {
382
- return this.ai;
375
+ return this.ag;
383
376
  },
384
377
  set: function (a) {
385
- var b = this.ai;
386
- this.ai = a;
387
- this.bt("PixelScalingRatio", b, this.ai);
378
+ var b = this.ag;
379
+ this.ag = a;
380
+ this.bj("PixelScalingRatio", b, this.ag);
388
381
  },
389
382
  enumerable: false,
390
383
  configurable: true
391
384
  });
392
- Object.defineProperty(GridFilterDialog.prototype, "ak", {
385
+ Object.defineProperty(GridFilterDialog.prototype, "ai", {
393
386
  get: function () {
394
- return this.ah;
387
+ return this.af;
395
388
  },
396
389
  set: function (a) {
397
- var b = this.ah;
398
- this.ah = a;
399
- this.bt("ActualPixelScalingRatio", b, this.ah);
390
+ var b = this.af;
391
+ this.af = a;
392
+ this.bj("ActualPixelScalingRatio", b, this.af);
400
393
  },
401
394
  enumerable: false,
402
395
  configurable: true
@@ -409,7 +402,7 @@ export var GridFilterDialog = /** @class */ /*@__PURE__*/ (function (_super) {
409
402
  var b = this.j;
410
403
  this.j = a;
411
404
  if (b != this.j) {
412
- this.bt("IconHorizontalAlignment", enumGetBox(CellContentHorizontalAlignment_$type, b), enumGetBox(CellContentHorizontalAlignment_$type, this.j));
405
+ this.bj("IconHorizontalAlignment", enumGetBox(CellContentHorizontalAlignment_$type, b), enumGetBox(CellContentHorizontalAlignment_$type, this.j));
413
406
  }
414
407
  },
415
408
  enumerable: false,
@@ -423,183 +416,85 @@ export var GridFilterDialog = /** @class */ /*@__PURE__*/ (function (_super) {
423
416
  var b = this.i;
424
417
  this.i = a;
425
418
  if (b != this.i) {
426
- this.bt("HeaderTextALignment", enumGetBox(CellContentHorizontalAlignment_$type, b), enumGetBox(CellContentHorizontalAlignment_$type, this.i));
427
- }
428
- },
429
- enumerable: false,
430
- configurable: true
431
- });
432
- Object.defineProperty(GridFilterDialog.prototype, "ap", {
433
- get: function () {
434
- return this.an;
435
- },
436
- set: function (a) {
437
- var b = this.an;
438
- this.an = a;
439
- if (b != this.an) {
440
- this.bt("CellPaddingLeft", b, this.an);
441
- }
442
- },
443
- enumerable: false,
444
- configurable: true
445
- });
446
- Object.defineProperty(GridFilterDialog.prototype, "aq", {
447
- get: function () {
448
- return this.ao;
449
- },
450
- set: function (a) {
451
- var b = this.ao;
452
- this.ao = a;
453
- if (b != this.ao) {
454
- this.bt("CellPaddingRight", b, this.ao);
455
- }
456
- },
457
- enumerable: false,
458
- configurable: true
459
- });
460
- Object.defineProperty(GridFilterDialog.prototype, "ci", {
461
- get: function () {
462
- return this.b8;
463
- },
464
- set: function (a) {
465
- var b = this.b8;
466
- this.b8 = a;
467
- if (b != this.b8) {
468
- this.bt("IconColor", b, this.b8);
469
- }
470
- },
471
- enumerable: false,
472
- configurable: true
473
- });
474
- Object.defineProperty(GridFilterDialog.prototype, "am", {
475
- get: function () {
476
- return this.aj;
477
- },
478
- set: function (a) {
479
- var b = this.aj;
480
- this.aj = a;
481
- if (b != this.aj) {
482
- this.bt("ViewSize", b, this.aj);
483
- }
484
- },
485
- enumerable: false,
486
- configurable: true
487
- });
488
- Object.defineProperty(GridFilterDialog.prototype, "x", {
489
- get: function () {
490
- return this.w;
491
- },
492
- set: function (a) {
493
- var b = this.w;
494
- this.w = a;
495
- if (this.w != b) {
496
- this.bt("Theme", enumGetBox(BaseControlTheme_$type, b), enumGetBox(BaseControlTheme_$type, this.w));
497
- }
498
- },
499
- enumerable: false,
500
- configurable: true
501
- });
502
- Object.defineProperty(GridFilterDialog.prototype, "cd", {
503
- get: function () {
504
- return this.b3;
505
- },
506
- set: function (a) {
507
- var b = this.b3;
508
- this.b3 = a;
509
- if (b != this.b3) {
510
- this.bt("ColumnOptionsBackground", b, this.b3);
511
- }
512
- },
513
- enumerable: false,
514
- configurable: true
515
- });
516
- Object.defineProperty(GridFilterDialog.prototype, "ch", {
517
- get: function () {
518
- return this.b7;
519
- },
520
- set: function (a) {
521
- var b = this.b7;
522
- this.b7 = a;
523
- if (b != this.b7) {
524
- this.bt("ColumnOptionsTextColor", b, this.b7);
419
+ this.bj("HeaderTextALignment", enumGetBox(CellContentHorizontalAlignment_$type, b), enumGetBox(CellContentHorizontalAlignment_$type, this.i));
525
420
  }
526
421
  },
527
422
  enumerable: false,
528
423
  configurable: true
529
424
  });
530
- Object.defineProperty(GridFilterDialog.prototype, "cg", {
425
+ Object.defineProperty(GridFilterDialog.prototype, "an", {
531
426
  get: function () {
532
- return this.b6;
427
+ return this.al;
533
428
  },
534
429
  set: function (a) {
535
- var b = this.b6;
536
- this.b6 = a;
537
- if (b != this.b6) {
538
- this.bt("ColumnOptionsSeparatorColor", b, this.b6);
430
+ var b = this.al;
431
+ this.al = a;
432
+ if (b != this.al) {
433
+ this.bj("CellPaddingLeft", b, this.al);
539
434
  }
540
435
  },
541
436
  enumerable: false,
542
437
  configurable: true
543
438
  });
544
- Object.defineProperty(GridFilterDialog.prototype, "ce", {
439
+ Object.defineProperty(GridFilterDialog.prototype, "ao", {
545
440
  get: function () {
546
- return this.b4;
441
+ return this.am;
547
442
  },
548
443
  set: function (a) {
549
- var b = this.b4;
550
- this.b4 = a;
551
- if (b != this.b4) {
552
- this.bt("ColumnOptionsGroupHeaderBackground", b, this.b4);
444
+ var b = this.am;
445
+ this.am = a;
446
+ if (b != this.am) {
447
+ this.bj("CellPaddingRight", b, this.am);
553
448
  }
554
449
  },
555
450
  enumerable: false,
556
451
  configurable: true
557
452
  });
558
- Object.defineProperty(GridFilterDialog.prototype, "cf", {
453
+ Object.defineProperty(GridFilterDialog.prototype, "bw", {
559
454
  get: function () {
560
- return this.b5;
455
+ return this.bs;
561
456
  },
562
457
  set: function (a) {
563
- var b = this.b5;
564
- this.b5 = a;
565
- if (b != this.b5) {
566
- this.bt("ColumnOptionsGroupHeaderTextColor", b, this.b5);
458
+ var b = this.bs;
459
+ this.bs = a;
460
+ if (b != this.bs) {
461
+ this.bj("IconColor", b, this.bs);
567
462
  }
568
463
  },
569
464
  enumerable: false,
570
465
  configurable: true
571
466
  });
572
- Object.defineProperty(GridFilterDialog.prototype, "cc", {
467
+ Object.defineProperty(GridFilterDialog.prototype, "ak", {
573
468
  get: function () {
574
- return this.b2;
469
+ return this.ah;
575
470
  },
576
471
  set: function (a) {
577
- var b = this.b2;
578
- this.b2 = a;
579
- if (b != this.b2) {
580
- this.bt("ColumnOptionsAccentColor", b, this.b2);
472
+ var b = this.ah;
473
+ this.ah = a;
474
+ if (b != this.ah) {
475
+ this.bj("ViewSize", b, this.ah);
581
476
  }
582
477
  },
583
478
  enumerable: false,
584
479
  configurable: true
585
480
  });
586
- Object.defineProperty(GridFilterDialog.prototype, "ae", {
481
+ Object.defineProperty(GridFilterDialog.prototype, "ac", {
587
482
  get: function () {
588
483
  return this.v != null ? this.v.bx : false;
589
484
  },
590
485
  enumerable: false,
591
486
  configurable: true
592
487
  });
593
- GridFilterDialog.prototype.bt = function (a, b, c) {
594
- this.bw(a, b, c);
488
+ GridFilterDialog.prototype.bj = function (a, b, c) {
489
+ this.bm(a, b, c);
595
490
  if (this.propertyChanged != null) {
596
491
  this.propertyChanged(this, new PropertyChangedEventArgs(a));
597
492
  }
598
493
  };
599
- GridFilterDialog.prototype.bw = function (a, b, c) {
494
+ GridFilterDialog.prototype.bm = function (a, b, c) {
600
495
  switch (a) {
601
496
  case "PixelScalingRatio":
602
- this.ak = this.al;
497
+ this.ai = this.aj;
603
498
  break;
604
499
  case "ActualPixelScalingRatio":
605
500
  this.s.z();
@@ -612,55 +507,11 @@ export var GridFilterDialog = /** @class */ /*@__PURE__*/ (function (_super) {
612
507
  case "ViewSize":
613
508
  this.s.z();
614
509
  break;
615
- case "Theme":
616
- if (this.v != null) {
617
- this.v.c = this.x;
618
- }
619
- break;
620
- case "ColumnOptionsBackground":
621
- if (this.v != null) {
622
- this.v.cg = this.cd;
623
- this.v.ck = this.cd;
624
- }
625
- break;
626
- case "ColumnOptionsTextColor":
627
- if (this.v != null) {
628
- this.v.ci = this.ch;
629
- this.v.cj = this.ch;
630
- this.v.b8 = this.ch;
631
- this.v.cc = this.ch;
632
- this.v.cd = this.ch;
633
- this.v.ce = this.ch;
634
- }
635
- break;
636
- case "ColumnOptionsSeparatorColor":
637
- if (this.v != null) {
638
- this.v.cf = this.cg;
639
- }
640
- break;
641
- case "ColumnOptionsGroupHeaderBackground":
642
- if (this.v != null) {
643
- this.v.b9 = this.ce;
644
- }
645
- break;
646
- case "ColumnOptionsGroupHeaderTextColor":
647
- if (this.v != null) {
648
- this.v.cb = this.cf;
649
- }
650
- break;
651
- case "ColumnOptionsAccentColor":
652
- if (this.v != null) {
653
- this.v.b4 = this.cc;
654
- this.v.b6 = this.cc;
655
- this.v.b7 = this.cc;
656
- this.v.cl = this.cc;
657
- }
658
- break;
659
510
  }
660
511
  };
661
- GridFilterDialog.prototype.bx = function (a, b, c) {
512
+ GridFilterDialog.prototype.bn = function (a, b, c) {
662
513
  this.s.v(a, b, c);
663
- this.bq();
514
+ this.bg();
664
515
  };
665
516
  Object.defineProperty(GridFilterDialog.prototype, "n", {
666
517
  get: function () {
@@ -670,93 +521,72 @@ export var GridFilterDialog = /** @class */ /*@__PURE__*/ (function (_super) {
670
521
  var b = this.m;
671
522
  this.m = a;
672
523
  if (this.m != b) {
673
- this.bp(b, this.m);
524
+ this.bf(b, this.m);
674
525
  }
675
526
  },
676
527
  enumerable: false,
677
528
  configurable: true
678
529
  });
679
- GridFilterDialog.prototype.bp = function (a, b) {
680
- this.z = true;
530
+ GridFilterDialog.prototype.bf = function (a, b) {
531
+ this.x = true;
681
532
  };
682
- GridFilterDialog.prototype.bq = function () {
533
+ GridFilterDialog.prototype.bg = function () {
683
534
  var _this = this;
684
535
  NativeUIComponent.au(this.s.p(), 18, function (a) {
685
536
  var b = a;
686
537
  _this.v = b;
687
538
  _this.v.b0 = 16;
688
- _this.v.b5 = BrushUtil.l(0, 0, 0, 0);
689
- _this.v.bq = runOn(_this, _this.bg);
690
- _this.v.bo = runOn(_this, _this.bf);
539
+ _this.v.b4 = BrushUtil.j(0, 0, 0, 0);
540
+ _this.v.bq = runOn(_this, _this.a6);
691
541
  _this.v.by = false;
692
542
  _this.s.r(_this.v);
693
- _this.v.c = _this.x;
694
- _this.v.cg = _this.cd;
695
- _this.v.ck = _this.cd;
696
- _this.v.ci = _this.ch;
697
- _this.v.cb = _this.cf;
698
- _this.v.cj = _this.ch;
699
- _this.v.b8 = _this.ch;
700
- _this.v.cc = _this.ch;
701
- _this.v.cd = _this.ch;
702
- _this.v.ce = _this.ch;
703
- _this.v.cf = _this.cg;
704
- _this.v.b9 = _this.ce;
705
- _this.v.b4 = _this.cc;
706
- _this.v.b6 = _this.cc;
707
- _this.v.b7 = _this.cc;
708
- _this.v.cl = _this.cc;
543
+ _this.v.c = 1;
709
544
  _this.v.b1 = _this;
710
545
  });
711
546
  };
712
- GridFilterDialog.prototype.bg = function (a, b) {
713
- if (this.z) {
714
- this.z = false;
547
+ GridFilterDialog.prototype.a6 = function (a, b) {
548
+ if (this.x) {
549
+ this.x = false;
715
550
  this.v.b1 = this.n;
716
551
  }
717
552
  if (this.n != null) {
718
553
  if (this.n.grid != null) {
719
- this.n.grid.vt();
554
+ this.n.grid.vh();
720
555
  }
721
- this.n.oh();
556
+ this.n.nx();
722
557
  }
723
558
  if (this.dialogOpening != null) {
724
559
  var c = new GridFilterDialogOpeningEventArgs();
725
560
  this.dialogOpening(this, c);
726
561
  }
727
562
  };
728
- GridFilterDialog.prototype.bf = function (a, b) {
729
- if (this.aa) {
730
- this.bl();
731
- }
732
- };
733
- GridFilterDialog.prototype.bi = function (a, b) {
563
+ GridFilterDialog.prototype.a8 = function (a, b) {
734
564
  switch (b.propertyName) {
735
565
  case "IsHidden": break;
736
566
  }
737
567
  };
738
- GridFilterDialog.prototype.br = function () {
568
+ GridFilterDialog.prototype.bh = function () {
739
569
  };
740
- GridFilterDialog.prototype.bs = function (a, b) {
741
- a.onModified = delegateRemove(a.onModified, runOn(this, this.bv));
570
+ GridFilterDialog.prototype.bi = function (a, b) {
571
+ a.onModified = delegateRemove(a.onModified, runOn(this, this.bl));
742
572
  if (b) {
743
- this.bz();
573
+ this.bp();
744
574
  }
745
575
  else {
746
- this.by(a, true);
576
+ this.bo(a, true);
747
577
  }
748
578
  this.f = null;
749
579
  };
750
- GridFilterDialog.prototype.bj = function () {
580
+ GridFilterDialog.prototype.a9 = function () {
751
581
  this.s.s();
752
- if (this.y == null) {
582
+ if (this.w == null) {
753
583
  var a = new AnimationKeyFrameEffectTiming();
754
584
  a.g = 200;
755
585
  a.b = 0;
756
- this.y = KeyFrameAnimationFactory.f.c(this.s.a(a).m(new AnimationKeyFrameProperty(1, 0)).m(new AnimationKeyFrameProperty(1, 1)));
586
+ this.w = KeyFrameAnimationFactory.f.c(this.s.a(a).m(new AnimationKeyFrameProperty(1, 0)).m(new AnimationKeyFrameProperty(1, 1)));
757
587
  }
758
588
  };
759
- GridFilterDialog.prototype.b0 = function () {
589
+ GridFilterDialog.prototype.bq = function () {
760
590
  var _this = this;
761
591
  if (this.filterChanged != null) {
762
592
  this.filterChanged(this, ((function () {
@@ -766,7 +596,7 @@ export var GridFilterDialog = /** @class */ /*@__PURE__*/ (function (_super) {
766
596
  })()));
767
597
  }
768
598
  };
769
- GridFilterDialog.prototype.bz = function () {
599
+ GridFilterDialog.prototype.bp = function () {
770
600
  if (this.filterChanged != null) {
771
601
  this.filterChanged(this, ((function () {
772
602
  var $ret = new GridFilterDialogFilterChangeEventArgs();
@@ -775,7 +605,7 @@ export var GridFilterDialog = /** @class */ /*@__PURE__*/ (function (_super) {
775
605
  })()));
776
606
  }
777
607
  };
778
- GridFilterDialog.prototype.by = function (a, b) {
608
+ GridFilterDialog.prototype.bo = function (a, b) {
779
609
  var c = this.e(a);
780
610
  if (b) {
781
611
  if (this.filterChanged != null) {
@@ -819,7 +649,7 @@ export var GridFilterDialog = /** @class */ /*@__PURE__*/ (function (_super) {
819
649
  if (e == null) {
820
650
  e = b;
821
651
  }
822
- if (this.ag(a, a.f._inner[f])) {
652
+ if (this.ae(a, a.f._inner[f])) {
823
653
  continue;
824
654
  }
825
655
  e.add(this.d(a.f._inner[f]));
@@ -829,7 +659,7 @@ export var GridFilterDialog = /** @class */ /*@__PURE__*/ (function (_super) {
829
659
  }
830
660
  return b;
831
661
  };
832
- GridFilterDialog.prototype.ag = function (a, b) {
662
+ GridFilterDialog.prototype.ae = function (a, b) {
833
663
  var c = 0;
834
664
  for (var d = 0; d < b.e.length; d++) {
835
665
  if (b.e[d] == b.l) {
@@ -846,14 +676,14 @@ export var GridFilterDialog = /** @class */ /*@__PURE__*/ (function (_super) {
846
676
  return false;
847
677
  };
848
678
  GridFilterDialog.prototype.g = function (a, b, c, d) {
849
- var e = this.as(c, d);
679
+ var e = this.aq(c, d);
850
680
  if (a > e) {
851
681
  b.e();
852
682
  return b.d();
853
683
  }
854
684
  return null;
855
685
  };
856
- GridFilterDialog.prototype.as = function (a, b) {
686
+ GridFilterDialog.prototype.aq = function (a, b) {
857
687
  var c = a.c(b);
858
688
  if (c == null) {
859
689
  return 0;
@@ -861,7 +691,7 @@ export var GridFilterDialog = /** @class */ /*@__PURE__*/ (function (_super) {
861
691
  return a.e.indexOf(c);
862
692
  };
863
693
  GridFilterDialog.prototype.h = function (a, b, c, d) {
864
- var e = this.as(c, d);
694
+ var e = this.aq(c, d);
865
695
  if (a < e) {
866
696
  var f = c.b(d);
867
697
  var g = new ColumnFilterConditionGroup();
@@ -880,30 +710,30 @@ export var GridFilterDialog = /** @class */ /*@__PURE__*/ (function (_super) {
880
710
  GridFilterDialog.prototype.c = function (a) {
881
711
  return EnumUtil.getEnumValue(ColumnComparisonConditionOperatorType_$type, EnumUtil.parse(ColumnComparisonConditionOperatorType_$type, a, true));
882
712
  };
883
- GridFilterDialog.prototype.bv = function (a) {
884
- this.by(a, false);
713
+ GridFilterDialog.prototype.bl = function (a) {
714
+ this.bo(a, false);
885
715
  };
886
716
  GridFilterDialog.prototype.t = function (a, b) {
887
717
  var c = new GridFilterDialogViewModel();
888
718
  if (a != null) {
889
- this.bh(c, a, b);
719
+ this.a7(c, a, b);
890
720
  }
891
721
  else {
892
722
  var d = new GridFilterDialogViewModelRow();
893
723
  d.f = b;
894
724
  d.e = GridFilterDialog.a(b);
895
725
  d.d = GridFilterDialog.b(b);
896
- d.l = GridFilterDialog.a7(b[0]);
726
+ d.l = GridFilterDialog.az(b[0]);
897
727
  c.f.add(d);
898
728
  }
899
729
  return c;
900
730
  };
901
- GridFilterDialog.prototype.bh = function (a, b, c) {
731
+ GridFilterDialog.prototype.a7 = function (a, b, c) {
902
732
  if (b.isGroup()) {
903
733
  var d = b;
904
734
  for (var e = 0; e < d.count; e++) {
905
735
  var f = d.item(e);
906
- this.bh(a, f, c);
736
+ this.a7(a, f, c);
907
737
  }
908
738
  }
909
739
  else {
@@ -912,24 +742,24 @@ export var GridFilterDialog = /** @class */ /*@__PURE__*/ (function (_super) {
912
742
  };
913
743
  GridFilterDialog.prototype.u = function (a, b) {
914
744
  var c = new GridFilterDialogViewModelRow();
915
- c.l = GridFilterDialog.a7(a.operator);
745
+ c.l = GridFilterDialog.az(a.operator);
916
746
  c.f = b;
917
747
  c.e = GridFilterDialog.a(b);
918
- c.i = GridFilterDialog.av(GridFilterDialog.ar(a.operator), a.operator, a);
919
- c.j = GridFilterDialog.aw(GridFilterDialog.ar(a.operator), a.operator, a);
748
+ c.i = GridFilterDialog.at(GridFilterDialog.ap(a.operator), a.operator, a);
749
+ c.j = GridFilterDialog.au(GridFilterDialog.ap(a.operator), a.operator, a);
920
750
  c.d = GridFilterDialog.b(b);
921
751
  return c;
922
752
  };
923
- GridFilterDialog.ar = function (a) {
753
+ GridFilterDialog.ap = function (a) {
924
754
  return ColumnComparisonFilterCondition.getOperandNumber(a);
925
755
  };
926
- GridFilterDialog.av = function (a, b, c) {
756
+ GridFilterDialog.at = function (a, b, c) {
927
757
  if (a == 0) {
928
758
  return "";
929
759
  }
930
760
  return c.value != null ? c.value.toString() : "";
931
761
  };
932
- GridFilterDialog.aw = function (a, b, c) {
762
+ GridFilterDialog.au = function (a, b, c) {
933
763
  return "";
934
764
  };
935
765
  GridFilterDialog.b = function (a) {
@@ -942,58 +772,61 @@ export var GridFilterDialog = /** @class */ /*@__PURE__*/ (function (_super) {
942
772
  }
943
773
  return b;
944
774
  };
945
- GridFilterDialog.a7 = function (a) {
775
+ GridFilterDialog.az = function (a) {
946
776
  return EnumUtil.getName(ColumnComparisonConditionOperatorType_$type, a);
947
777
  };
948
- GridFilterDialog.prototype.bo = function (a, b) {
778
+ GridFilterDialog.prototype.be = function (a, b) {
949
779
  this.s.w(a, b);
950
780
  };
951
- GridFilterDialog.prototype.bn = function () {
781
+ GridFilterDialog.prototype.bd = function () {
952
782
  this.s.u();
953
783
  };
954
- GridFilterDialog.prototype.bm = function (a, b, c) {
784
+ GridFilterDialog.prototype.bc = function (a, b, c) {
785
+ var d = Geometry.a("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");
786
+ c.an = d;
787
+ c._fill = this.bw == null ? GridStyleRepository.a5 : this.bw;
955
788
  };
956
- GridFilterDialog.prototype.b1 = function () {
789
+ GridFilterDialog.prototype.br = function () {
957
790
  var _this = this;
958
- this.aa = false;
791
+ this.y = false;
959
792
  if (this.s.q == null || NativeUI.g(this.s.q) == 1) {
960
793
  return;
961
794
  }
962
- if (this.ad) {
963
- this.bj();
964
- if (this.y.playbackRate < 0) {
965
- this.y.reverse();
795
+ if (this.ab) {
796
+ this.a9();
797
+ if (this.w.playbackRate < 0) {
798
+ this.w.reverse();
966
799
  }
967
800
  else {
968
- this.y.play();
801
+ this.w.play();
969
802
  }
970
- this.y.finished.f(function (a) { return _this.y.commitStyles(); });
803
+ this.w.finished.f(function (a) { return _this.w.commitStyles(); });
971
804
  }
972
805
  else {
973
806
  NativeUI.y(this.s.q, 1);
974
807
  }
975
808
  };
976
- GridFilterDialog.prototype.bl = function () {
809
+ GridFilterDialog.prototype.bb = function () {
977
810
  var _this = this;
978
- this.aa = true;
979
- if (!this.ae) {
811
+ this.y = true;
812
+ if (!this.ac) {
980
813
  if (this.s.q == null || NativeUI.g(this.s.q) == 0) {
981
814
  return;
982
815
  }
983
- if (this.ad) {
984
- this.bj();
985
- if (this.y.playbackRate < 0) {
986
- this.y.play();
816
+ if (this.ab) {
817
+ this.a9();
818
+ if (this.w.playbackRate < 0) {
819
+ this.w.play();
987
820
  }
988
821
  else {
989
- this.y.reverse();
822
+ this.w.reverse();
990
823
  }
991
- this.y.finished.f(function (a) { return _this.y.commitStyles(); });
824
+ this.w.finished.f(function (a) { return _this.w.commitStyles(); });
992
825
  }
993
826
  else {
994
827
  NativeUI.y(this.s.q, 0);
995
828
  }
996
- this.aa = false;
829
+ this.y = false;
997
830
  }
998
831
  };
999
832
  Object.defineProperty(GridFilterDialog.prototype, "commandCompleted", {
@@ -1016,12 +849,12 @@ export var GridFilterDialog = /** @class */ /*@__PURE__*/ (function (_super) {
1016
849
  enumerable: false,
1017
850
  configurable: true
1018
851
  });
1019
- GridFilterDialog.prototype.bu = function () {
852
+ GridFilterDialog.prototype.bk = function () {
1020
853
  if (this.renderCompleted != null) {
1021
854
  this.renderCompleted(this, new FilterDialogRenderCompletedEventArgs());
1022
855
  }
1023
856
  };
1024
- GridFilterDialog.prototype.bk = function () {
857
+ GridFilterDialog.prototype.ba = function () {
1025
858
  if (this.v != null) {
1026
859
  if (this.n != null && this.v.b1 != this.n) {
1027
860
  this.v.b1 = this.n;
@@ -1029,9 +862,9 @@ export var GridFilterDialog = /** @class */ /*@__PURE__*/ (function (_super) {
1029
862
  }
1030
863
  };
1031
864
  GridFilterDialog.prototype.getDesiredToolbarActions = function () {
1032
- if (!GridFilterDialog.ac) {
1033
- GridFilterDialog.ac = true;
1034
- SvgIconRegistry.instance.addSvgPathString("XGrid", "DotDotDot", GridFilterDialog.a6);
865
+ if (!GridFilterDialog.aa) {
866
+ GridFilterDialog.aa = true;
867
+ SvgIconRegistry.instance.addSvgPathString("XGrid", "DotDotDot", GridFilterDialog.ay);
1035
868
  }
1036
869
  var a = new ToolActionIconMenuInfo();
1037
870
  a.name = "DataGridColumnOptionsPlaceholder";
@@ -1066,7 +899,7 @@ export var GridFilterDialog = /** @class */ /*@__PURE__*/ (function (_super) {
1066
899
  };
1067
900
  GridFilterDialog.prototype.dismissContextAccessor = function (a) {
1068
901
  };
1069
- GridFilterDialog.prototype.af = function (e_) {
902
+ GridFilterDialog.prototype.ad = function (e_) {
1070
903
  var a = e_.originalEvent.srcElement;
1071
904
  var b = e_.originalEvent.target;
1072
905
  if (this.s.m.rootWrapper.getNativeElement().contains(a) || this.s.m.rootWrapper.getNativeElement().contains(b)) {
@@ -1075,8 +908,8 @@ export var GridFilterDialog = /** @class */ /*@__PURE__*/ (function (_super) {
1075
908
  return false;
1076
909
  };
1077
910
  GridFilterDialog.$t = markType(GridFilterDialog, 'GridFilterDialog', Base.$, [INotifyPropertyChanged_$type, IToolbarTarget_$type]);
1078
- GridFilterDialog.ac = false;
1079
- 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";
911
+ GridFilterDialog.aa = false;
912
+ GridFilterDialog.ay = "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";
1080
913
  return GridFilterDialog;
1081
914
  }(Base));
1082
915
  /**
@@ -1107,7 +940,7 @@ export var GridFilterDialogViewModel = /** @class */ /*@__PURE__*/ (function (_s
1107
940
  a.f = b;
1108
941
  a.e = GridFilterDialog.a(b);
1109
942
  a.d = GridFilterDialog.b(b);
1110
- a.l = GridFilterDialog.a7(b[0]);
943
+ a.l = GridFilterDialog.az(b[0]);
1111
944
  this.f.add(a);
1112
945
  };
1113
946
  GridFilterDialogViewModel.prototype.u = function (a) {