igniteui-angular-data-grids 21.0.0 → 21.0.1

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