igniteui-webcomponents-data-grids 6.3.1 → 7.0.1-beta.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 +9505 -8241
  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 +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 +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 +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/igc-checkbox-list-component.js +89 -89
  64. package/esm2015/lib/igc-column-moving-separator-component.js +9 -9
  65. package/esm2015/lib/igc-column-resizing-separator-component.js +6 -6
  66. package/esm2015/lib/igc-combo-box-column-component.js +10 -10
  67. package/esm2015/lib/igc-data-grid-column-component.js +307 -193
  68. package/esm2015/lib/igc-data-grid-component.js +99 -1
  69. package/esm2015/lib/igc-data-grid-filter-dialog-component.js +77 -20
  70. package/esm2015/lib/igc-data-grid-pager-component.js +30 -10
  71. package/esm2015/lib/igc-date-time-column-component.js +23 -23
  72. package/esm2015/lib/igc-definition-base-component.js +129 -129
  73. package/esm2015/lib/igc-filter-row-definition-component.js +12 -12
  74. package/esm2015/lib/igc-header-component.js +24 -24
  75. package/esm2015/lib/igc-image-column-component.js +12 -12
  76. package/esm2015/lib/igc-numeric-column-component.js +35 -35
  77. package/esm2015/lib/igc-section-header-component.js +24 -24
  78. package/esm2015/lib/igc-summary-row-component.js +24 -24
  79. package/esm2015/lib/igc-text-column-component.js +9 -9
  80. package/esm2015/lib/igc-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/igc-checkbox-list-component.js +89 -89
  143. package/esm5/lib/igc-column-moving-separator-component.js +9 -9
  144. package/esm5/lib/igc-column-resizing-separator-component.js +6 -6
  145. package/esm5/lib/igc-combo-box-column-component.js +10 -10
  146. package/esm5/lib/igc-data-grid-column-component.js +355 -193
  147. package/esm5/lib/igc-data-grid-component.js +140 -2
  148. package/esm5/lib/igc-data-grid-filter-dialog-component.js +101 -20
  149. package/esm5/lib/igc-data-grid-pager-component.js +38 -10
  150. package/esm5/lib/igc-date-time-column-component.js +23 -23
  151. package/esm5/lib/igc-definition-base-component.js +129 -129
  152. package/esm5/lib/igc-filter-row-definition-component.js +12 -12
  153. package/esm5/lib/igc-header-component.js +24 -24
  154. package/esm5/lib/igc-image-column-component.js +12 -12
  155. package/esm5/lib/igc-numeric-column-component.js +35 -35
  156. package/esm5/lib/igc-section-header-component.js +24 -24
  157. package/esm5/lib/igc-summary-row-component.js +24 -24
  158. package/esm5/lib/igc-text-column-component.js +9 -9
  159. package/esm5/lib/igc-text-header-cell-info.js +93 -4
  160. package/esm5/public_api.js +1 -0
  161. package/fesm2015/igniteui-webcomponents-data-grids.js +9402 -8300
  162. package/fesm5/igniteui-webcomponents-data-grids.js +9507 -8244
  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/igc-data-grid-column-component.d.ts +54 -0
  185. package/lib/igc-data-grid-component.d.ts +49 -1
  186. package/lib/igc-data-grid-filter-dialog-component.d.ts +27 -0
  187. package/lib/igc-data-grid-pager-component.d.ts +10 -0
  188. package/lib/igc-text-header-cell-info.d.ts +33 -0
  189. package/package.json +4 -4
  190. package/public_api.d.ts +1 -0
@@ -16,6 +16,7 @@ import { intDivide, isNaN_ } from "igniteui-webcomponents-core";
16
16
  import { ElevationHelper } from "igniteui-webcomponents-core";
17
17
  import { BaseDOMEventProxy } from "igniteui-webcomponents-core";
18
18
  import { IToolbarTarget_$type } from "igniteui-webcomponents-core";
19
+ import { BaseControlTheme_$type } from "igniteui-webcomponents-core";
19
20
  import { DeviceUtils } from "igniteui-webcomponents-core";
20
21
  import { BrushUtil } from "igniteui-webcomponents-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-webcomponents-core";
33
- import { GridStyleRepository } from "./GridStyleRepository";
34
33
  import { FilterDialogRenderCompletedEventArgs } from "./FilterDialogRenderCompletedEventArgs";
35
34
  import { ToolActionIconMenuInfo } from "igniteui-webcomponents-core";
36
35
  import { SvgIconRegistry } from "igniteui-webcomponents-core";
@@ -61,10 +60,10 @@ let GridFilterDialogView = /*@__PURE__*/ (() => {
61
60
  }
62
61
  y() {
63
62
  this.x();
64
- this.b.bk();
63
+ this.b.bu();
65
64
  }
66
65
  t() {
67
- this.b.bc(this.l, this.k, this.aa);
66
+ this.b.bm(this.l, this.k, this.aa);
68
67
  }
69
68
  s() {
70
69
  if (KeyFrameAnimationFactory.h == null) {
@@ -81,7 +80,7 @@ let GridFilterDialogView = /*@__PURE__*/ (() => {
81
80
  this.d = null;
82
81
  return;
83
82
  }
84
- this.h = (isNaN_(this.b.aj) ? this.b.ai : this.b.aj);
83
+ this.h = (isNaN_(this.b.al) ? this.b.ak : this.b.al);
85
84
  let d = a;
86
85
  this.m = d;
87
86
  this.n = c;
@@ -93,14 +92,14 @@ let GridFilterDialogView = /*@__PURE__*/ (() => {
93
92
  let e = this.h;
94
93
  let f = Math.round(d.rootWrapper.width());
95
94
  let g = Math.round(d.rootWrapper.height());
96
- let h = this.b.ak * e;
97
- let i = this.b.ak * e;
95
+ let h = this.b.am * e;
96
+ let i = this.b.am * e;
98
97
  this.x();
99
98
  this.l = f;
100
99
  this.k = g;
101
- if (isNaN_(this.b.aj)) {
102
- this.b.ai = window.devicePixelRatio;
103
- this.h = this.b.ai;
100
+ if (isNaN_(this.b.al)) {
101
+ this.b.ak = window.devicePixelRatio;
102
+ this.h = this.b.ak;
104
103
  }
105
104
  this.y();
106
105
  }
@@ -121,10 +120,10 @@ let GridFilterDialogView = /*@__PURE__*/ (() => {
121
120
  this.m.rootWrapper.setStyleProperty("position", "absolute");
122
121
  if (this.b.l == 2) {
123
122
  this.m.rootWrapper.setStyleProperty("left", "unset");
124
- this.m.rootWrapper.setStyleProperty("right", this.b.ao + "px");
123
+ this.m.rootWrapper.setStyleProperty("right", this.b.aq + "px");
125
124
  }
126
125
  else {
127
- this.m.rootWrapper.setStyleProperty("left", this.b.an + "px");
126
+ this.m.rootWrapper.setStyleProperty("left", this.b.ap + "px");
128
127
  }
129
128
  let a = intDivide(this.o.height(), 2) - (this.k / 2);
130
129
  this.m.rootWrapper.setStyleProperty("top", a + "px");
@@ -133,19 +132,19 @@ let GridFilterDialogView = /*@__PURE__*/ (() => {
133
132
  this.y();
134
133
  }
135
134
  w(a, b) {
136
- if (isNaN_(this.b.aj)) {
137
- this.b.ai = window.devicePixelRatio;
138
- this.h = this.b.ai;
135
+ if (isNaN_(this.b.al)) {
136
+ this.b.ak = window.devicePixelRatio;
137
+ this.h = this.b.ak;
139
138
  }
140
139
  this.l = a;
141
140
  this.k = b;
142
141
  this.y();
143
142
  }
144
143
  u() {
145
- if (isNaN_(this.b.aj)) {
146
- this.b.ai = window.devicePixelRatio;
147
- if (this.h != this.b.ai) {
148
- this.h = this.b.ai;
144
+ if (isNaN_(this.b.al)) {
145
+ this.b.ak = window.devicePixelRatio;
146
+ if (this.h != this.b.ak) {
147
+ this.h = this.b.ak;
149
148
  this.y();
150
149
  return;
151
150
  }
@@ -183,7 +182,7 @@ let GridFilterDialogPanel = /*@__PURE__*/ (() => {
183
182
  e.setStyleProperty("background-color", "#fff");
184
183
  e.setStyleProperty("border-radius", "3px");
185
184
  e.setStyleProperty("overflow", "auto");
186
- let g = ElevationHelper.e(12, this.b.bv, this.b.bu, this.b.bt);
185
+ let g = ElevationHelper.e(12, this.b.cb, this.b.ca, this.b.b9);
187
186
  e.setStyleProperty("boxShadow", g);
188
187
  e.listen("mousedown", runOn(this, this.o));
189
188
  this.onDocumentKeyDown = this.onDocumentKeyDown.bind(this);
@@ -302,37 +301,37 @@ let GridFilterDialogPanel = /*@__PURE__*/ (() => {
302
301
  export { GridFilterDialogPanel };
303
302
  let GridFilterDialog = /*@__PURE__*/ (() => {
304
303
  class GridFilterDialog extends Base {
305
- get as() {
306
- return this.ar;
304
+ get au() {
305
+ return this.at;
307
306
  }
308
- set as(a) {
309
- this.ar = a;
307
+ set au(a) {
308
+ this.at = a;
310
309
  }
311
- get ab() {
312
- return this.z;
310
+ get ad() {
311
+ return this.ab;
313
312
  }
314
- set ab(a) {
315
- let b = this.z;
316
- this.z = a;
317
- if (b != this.z) {
318
- this.bj("IsAnimationEnabled", b, this.z);
313
+ set ad(a) {
314
+ let b = this.ab;
315
+ this.ab = a;
316
+ if (b != this.ab) {
317
+ this.bt("IsAnimationEnabled", b, this.ab);
319
318
  }
320
319
  }
321
- get aj() {
322
- return this.ag;
320
+ get al() {
321
+ return this.ai;
323
322
  }
324
- set aj(a) {
325
- let b = this.ag;
326
- this.ag = a;
327
- this.bj("PixelScalingRatio", b, this.ag);
323
+ set al(a) {
324
+ let b = this.ai;
325
+ this.ai = a;
326
+ this.bt("PixelScalingRatio", b, this.ai);
328
327
  }
329
- get ai() {
330
- return this.af;
328
+ get ak() {
329
+ return this.ah;
331
330
  }
332
- set ai(a) {
333
- let b = this.af;
334
- this.af = a;
335
- this.bj("ActualPixelScalingRatio", b, this.af);
331
+ set ak(a) {
332
+ let b = this.ah;
333
+ this.ah = a;
334
+ this.bt("ActualPixelScalingRatio", b, this.ah);
336
335
  }
337
336
  get l() {
338
337
  return this.j;
@@ -341,7 +340,7 @@ let GridFilterDialog = /*@__PURE__*/ (() => {
341
340
  let b = this.j;
342
341
  this.j = a;
343
342
  if (b != this.j) {
344
- this.bj("IconHorizontalAlignment", enumGetBox(CellContentHorizontalAlignment_$type, b), enumGetBox(CellContentHorizontalAlignment_$type, this.j));
343
+ this.bt("IconHorizontalAlignment", enumGetBox(CellContentHorizontalAlignment_$type, b), enumGetBox(CellContentHorizontalAlignment_$type, this.j));
345
344
  }
346
345
  }
347
346
  get k() {
@@ -351,62 +350,132 @@ let GridFilterDialog = /*@__PURE__*/ (() => {
351
350
  let b = this.i;
352
351
  this.i = a;
353
352
  if (b != this.i) {
354
- this.bj("HeaderTextALignment", enumGetBox(CellContentHorizontalAlignment_$type, b), enumGetBox(CellContentHorizontalAlignment_$type, this.i));
353
+ this.bt("HeaderTextALignment", enumGetBox(CellContentHorizontalAlignment_$type, b), enumGetBox(CellContentHorizontalAlignment_$type, this.i));
355
354
  }
356
355
  }
357
- get an() {
358
- return this.al;
356
+ get ap() {
357
+ return this.an;
359
358
  }
360
- set an(a) {
361
- let b = this.al;
362
- this.al = a;
363
- if (b != this.al) {
364
- this.bj("CellPaddingLeft", b, this.al);
359
+ set ap(a) {
360
+ let b = this.an;
361
+ this.an = a;
362
+ if (b != this.an) {
363
+ this.bt("CellPaddingLeft", b, this.an);
365
364
  }
366
365
  }
367
- get ao() {
368
- return this.am;
366
+ get aq() {
367
+ return this.ao;
369
368
  }
370
- set ao(a) {
371
- let b = this.am;
372
- this.am = a;
373
- if (b != this.am) {
374
- this.bj("CellPaddingRight", b, this.am);
369
+ set aq(a) {
370
+ let b = this.ao;
371
+ this.ao = a;
372
+ if (b != this.ao) {
373
+ this.bt("CellPaddingRight", b, this.ao);
375
374
  }
376
375
  }
377
- get bw() {
378
- return this.bs;
376
+ get ci() {
377
+ return this.b8;
379
378
  }
380
- set bw(a) {
381
- let b = this.bs;
382
- this.bs = a;
383
- if (b != this.bs) {
384
- this.bj("IconColor", b, this.bs);
379
+ set ci(a) {
380
+ let b = this.b8;
381
+ this.b8 = a;
382
+ if (b != this.b8) {
383
+ this.bt("IconColor", b, this.b8);
385
384
  }
386
385
  }
387
- get ak() {
388
- return this.ah;
386
+ get am() {
387
+ return this.aj;
389
388
  }
390
- set ak(a) {
391
- let b = this.ah;
392
- this.ah = a;
393
- if (b != this.ah) {
394
- this.bj("ViewSize", b, this.ah);
389
+ set am(a) {
390
+ let b = this.aj;
391
+ this.aj = a;
392
+ if (b != this.aj) {
393
+ this.bt("ViewSize", b, this.aj);
394
+ }
395
+ }
396
+ get x() {
397
+ return this.w;
398
+ }
399
+ set x(a) {
400
+ let b = this.w;
401
+ this.w = a;
402
+ if (this.w != b) {
403
+ this.bt("Theme", enumGetBox(BaseControlTheme_$type, b), enumGetBox(BaseControlTheme_$type, this.w));
404
+ }
405
+ }
406
+ get cd() {
407
+ return this.b3;
408
+ }
409
+ set cd(a) {
410
+ let b = this.b3;
411
+ this.b3 = a;
412
+ if (b != this.b3) {
413
+ this.bt("ColumnOptionsBackground", b, this.b3);
414
+ }
415
+ }
416
+ get ch() {
417
+ return this.b7;
418
+ }
419
+ set ch(a) {
420
+ let b = this.b7;
421
+ this.b7 = a;
422
+ if (b != this.b7) {
423
+ this.bt("ColumnOptionsTextColor", b, this.b7);
424
+ }
425
+ }
426
+ get cg() {
427
+ return this.b6;
428
+ }
429
+ set cg(a) {
430
+ let b = this.b6;
431
+ this.b6 = a;
432
+ if (b != this.b6) {
433
+ this.bt("ColumnOptionsSeparatorColor", b, this.b6);
434
+ }
435
+ }
436
+ get ce() {
437
+ return this.b4;
438
+ }
439
+ set ce(a) {
440
+ let b = this.b4;
441
+ this.b4 = a;
442
+ if (b != this.b4) {
443
+ this.bt("ColumnOptionsGroupHeaderBackground", b, this.b4);
444
+ }
445
+ }
446
+ get cf() {
447
+ return this.b5;
448
+ }
449
+ set cf(a) {
450
+ let b = this.b5;
451
+ this.b5 = a;
452
+ if (b != this.b5) {
453
+ this.bt("ColumnOptionsGroupHeaderTextColor", b, this.b5);
454
+ }
455
+ }
456
+ get cc() {
457
+ return this.b2;
458
+ }
459
+ set cc(a) {
460
+ let b = this.b2;
461
+ this.b2 = a;
462
+ if (b != this.b2) {
463
+ this.bt("ColumnOptionsAccentColor", b, this.b2);
395
464
  }
396
465
  }
397
- get ac() {
466
+ get ae() {
398
467
  return this.v != null ? this.v.bx : false;
399
468
  }
400
- bj(a, b, c) {
401
- this.bm(a, b, c);
469
+ bt(a, b, c) {
470
+ this.bw(a, b, c);
402
471
  if (this.propertyChanged != null) {
403
472
  this.propertyChanged(this, new PropertyChangedEventArgs(a));
404
473
  }
405
474
  }
406
- bm(a, b, c) {
475
+ bw(a, b, c) {
407
476
  switch (a) {
408
477
  case "PixelScalingRatio":
409
- this.ai = this.aj;
478
+ this.ak = this.al;
410
479
  break;
411
480
  case "ActualPixelScalingRatio":
412
481
  this.s.z();
@@ -419,28 +488,79 @@ let GridFilterDialog = /*@__PURE__*/ (() => {
419
488
  case "ViewSize":
420
489
  this.s.z();
421
490
  break;
491
+ case "Theme":
492
+ if (this.v != null) {
493
+ this.v.c = this.x;
494
+ }
495
+ break;
496
+ case "ColumnOptionsBackground":
497
+ if (this.v != null) {
498
+ this.v.cg = this.cd;
499
+ this.v.ck = this.cd;
500
+ }
501
+ break;
502
+ case "ColumnOptionsTextColor":
503
+ if (this.v != null) {
504
+ this.v.ci = this.ch;
505
+ this.v.cj = this.ch;
506
+ this.v.b8 = this.ch;
507
+ this.v.cc = this.ch;
508
+ this.v.cd = this.ch;
509
+ this.v.ce = this.ch;
510
+ }
511
+ break;
512
+ case "ColumnOptionsSeparatorColor":
513
+ if (this.v != null) {
514
+ this.v.cf = this.cg;
515
+ }
516
+ break;
517
+ case "ColumnOptionsGroupHeaderBackground":
518
+ if (this.v != null) {
519
+ this.v.b9 = this.ce;
520
+ }
521
+ break;
522
+ case "ColumnOptionsGroupHeaderTextColor":
523
+ if (this.v != null) {
524
+ this.v.cb = this.cf;
525
+ }
526
+ break;
527
+ case "ColumnOptionsAccentColor":
528
+ if (this.v != null) {
529
+ this.v.b4 = this.cc;
530
+ this.v.b6 = this.cc;
531
+ this.v.b7 = this.cc;
532
+ this.v.cl = this.cc;
533
+ }
534
+ break;
422
535
  }
423
536
  }
424
537
  constructor() {
425
538
  super();
426
- this.ar = null;
427
- this.z = true;
539
+ this.at = null;
540
+ this.ab = true;
428
541
  this.propertyChanged = null;
429
- this.ag = NaN;
430
- this.af = 1;
542
+ this.ai = NaN;
543
+ this.ah = 1;
431
544
  this.j = 2;
432
545
  this.i = 0;
433
- this.al = 0;
434
- this.am = 0;
435
- this.bs = null;
436
- this.ah = DeviceUtils.g(24);
437
- this.bv = null;
438
- this.bu = null;
439
- this.bt = null;
440
- this.w = null;
441
- this.y = false;
546
+ this.an = 0;
547
+ this.ao = 0;
548
+ this.b8 = null;
549
+ this.aj = DeviceUtils.g(24);
550
+ this.w = 1;
551
+ this.b3 = null;
552
+ this.b7 = null;
553
+ this.b6 = null;
554
+ this.b4 = null;
555
+ this.b5 = null;
556
+ this.b2 = null;
557
+ this.cb = null;
558
+ this.ca = null;
559
+ this.b9 = null;
560
+ this.y = null;
561
+ this.aa = false;
442
562
  this.m = null;
443
- this.x = false;
563
+ this.z = false;
444
564
  this.v = null;
445
565
  this.f = null;
446
566
  this.dialogOpening = null;
@@ -451,13 +571,14 @@ let GridFilterDialog = /*@__PURE__*/ (() => {
451
571
  this._invalidateActions = null;
452
572
  this.renderCompleted = null;
453
573
  this.s = new GridFilterDialogView(this);
454
- this.bv = BrushUtil.j(66, 0, 0, 0);
455
- this.bu = BrushUtil.j(30, 0, 0, 0);
456
- this.bt = BrushUtil.j(20, 0, 0, 0);
574
+ this.x = 1;
575
+ this.cb = BrushUtil.l(66, 0, 0, 0);
576
+ this.ca = BrushUtil.l(30, 0, 0, 0);
577
+ this.b9 = BrushUtil.l(20, 0, 0, 0);
457
578
  }
458
- bn(a, b, c) {
579
+ bx(a, b, c) {
459
580
  this.s.v(a, b, c);
460
- this.bg();
581
+ this.bq();
461
582
  }
462
583
  get n() {
463
584
  return this.m;
@@ -466,68 +587,89 @@ let GridFilterDialog = /*@__PURE__*/ (() => {
466
587
  let b = this.m;
467
588
  this.m = a;
468
589
  if (this.m != b) {
469
- this.bf(b, this.m);
590
+ this.bp(b, this.m);
470
591
  }
471
592
  }
472
- bf(a, b) {
473
- this.x = true;
593
+ bp(a, b) {
594
+ this.z = true;
474
595
  }
475
- bg() {
596
+ bq() {
476
597
  NativeUIComponent.au(this.s.p(), 18, (a) => {
477
598
  let b = a;
478
599
  this.v = b;
479
600
  this.v.b0 = 16;
480
- this.v.b4 = BrushUtil.j(0, 0, 0, 0);
481
- this.v.bq = runOn(this, this.a6);
601
+ this.v.b5 = BrushUtil.l(0, 0, 0, 0);
602
+ this.v.bq = runOn(this, this.bg);
603
+ this.v.bo = runOn(this, this.bf);
482
604
  this.v.by = false;
483
605
  this.s.r(this.v);
484
- this.v.c = 1;
606
+ this.v.c = this.x;
607
+ this.v.cg = this.cd;
608
+ this.v.ck = this.cd;
609
+ this.v.ci = this.ch;
610
+ this.v.cb = this.cf;
611
+ this.v.cj = this.ch;
612
+ this.v.b8 = this.ch;
613
+ this.v.cc = this.ch;
614
+ this.v.cd = this.ch;
615
+ this.v.ce = this.ch;
616
+ this.v.cf = this.cg;
617
+ this.v.b9 = this.ce;
618
+ this.v.b4 = this.cc;
619
+ this.v.b6 = this.cc;
620
+ this.v.b7 = this.cc;
621
+ this.v.cl = this.cc;
485
622
  this.v.b1 = this;
486
623
  });
487
624
  }
488
- a6(a, b) {
489
- if (this.x) {
490
- this.x = false;
625
+ bg(a, b) {
626
+ if (this.z) {
627
+ this.z = false;
491
628
  this.v.b1 = this.n;
492
629
  }
493
630
  if (this.n != null) {
494
631
  if (this.n.grid != null) {
495
- this.n.grid.vh();
632
+ this.n.grid.vt();
496
633
  }
497
- this.n.nx();
634
+ this.n.oh();
498
635
  }
499
636
  if (this.dialogOpening != null) {
500
637
  let c = new GridFilterDialogOpeningEventArgs();
501
638
  this.dialogOpening(this, c);
502
639
  }
503
640
  }
504
- a8(a, b) {
641
+ bf(a, b) {
642
+ if (this.aa) {
643
+ this.bl();
644
+ }
645
+ }
646
+ bi(a, b) {
505
647
  switch (b.propertyName) {
506
648
  case "IsHidden": break;
507
649
  }
508
650
  }
509
- bh() {
651
+ br() {
510
652
  }
511
- bi(a, b) {
512
- a.onModified = delegateRemove(a.onModified, runOn(this, this.bl));
653
+ bs(a, b) {
654
+ a.onModified = delegateRemove(a.onModified, runOn(this, this.bv));
513
655
  if (b) {
514
- this.bp();
656
+ this.bz();
515
657
  }
516
658
  else {
517
- this.bo(a, true);
659
+ this.by(a, true);
518
660
  }
519
661
  this.f = null;
520
662
  }
521
- a9() {
663
+ bj() {
522
664
  this.s.s();
523
- if (this.w == null) {
665
+ if (this.y == null) {
524
666
  let a = new AnimationKeyFrameEffectTiming();
525
667
  a.g = 200;
526
668
  a.b = 0;
527
- this.w = KeyFrameAnimationFactory.f.c(this.s.a(a).m(new AnimationKeyFrameProperty(1, 0)).m(new AnimationKeyFrameProperty(1, 1)));
669
+ this.y = KeyFrameAnimationFactory.f.c(this.s.a(a).m(new AnimationKeyFrameProperty(1, 0)).m(new AnimationKeyFrameProperty(1, 1)));
528
670
  }
529
671
  }
530
- bq() {
672
+ b0() {
531
673
  if (this.filterChanged != null) {
532
674
  this.filterChanged(this, ((() => {
533
675
  let $ret = new GridFilterDialogFilterChangeEventArgs();
@@ -536,7 +678,7 @@ let GridFilterDialog = /*@__PURE__*/ (() => {
536
678
  })()));
537
679
  }
538
680
  }
539
- bp() {
681
+ bz() {
540
682
  if (this.filterChanged != null) {
541
683
  this.filterChanged(this, ((() => {
542
684
  let $ret = new GridFilterDialogFilterChangeEventArgs();
@@ -545,7 +687,7 @@ let GridFilterDialog = /*@__PURE__*/ (() => {
545
687
  })()));
546
688
  }
547
689
  }
548
- bo(a, b) {
690
+ by(a, b) {
549
691
  let c = this.e(a);
550
692
  if (b) {
551
693
  if (this.filterChanged != null) {
@@ -589,7 +731,7 @@ let GridFilterDialog = /*@__PURE__*/ (() => {
589
731
  if (e == null) {
590
732
  e = b;
591
733
  }
592
- if (this.ae(a, a.f._inner[f])) {
734
+ if (this.ag(a, a.f._inner[f])) {
593
735
  continue;
594
736
  }
595
737
  e.add(this.d(a.f._inner[f]));
@@ -599,7 +741,7 @@ let GridFilterDialog = /*@__PURE__*/ (() => {
599
741
  }
600
742
  return b;
601
743
  }
602
- ae(a, b) {
744
+ ag(a, b) {
603
745
  let c = 0;
604
746
  for (let d = 0; d < b.e.length; d++) {
605
747
  if (b.e[d] == b.l) {
@@ -616,14 +758,14 @@ let GridFilterDialog = /*@__PURE__*/ (() => {
616
758
  return false;
617
759
  }
618
760
  g(a, b, c, d) {
619
- let e = this.aq(c, d);
761
+ let e = this.as(c, d);
620
762
  if (a > e) {
621
763
  b.e();
622
764
  return b.d();
623
765
  }
624
766
  return null;
625
767
  }
626
- aq(a, b) {
768
+ as(a, b) {
627
769
  let c = a.c(b);
628
770
  if (c == null) {
629
771
  return 0;
@@ -631,7 +773,7 @@ let GridFilterDialog = /*@__PURE__*/ (() => {
631
773
  return a.e.indexOf(c);
632
774
  }
633
775
  h(a, b, c, d) {
634
- let e = this.aq(c, d);
776
+ let e = this.as(c, d);
635
777
  if (a < e) {
636
778
  let f = c.b(d);
637
779
  let g = new ColumnFilterConditionGroup();
@@ -650,30 +792,30 @@ let GridFilterDialog = /*@__PURE__*/ (() => {
650
792
  c(a) {
651
793
  return EnumUtil.getEnumValue(ColumnComparisonConditionOperatorType_$type, EnumUtil.parse(ColumnComparisonConditionOperatorType_$type, a, true));
652
794
  }
653
- bl(a) {
654
- this.bo(a, false);
795
+ bv(a) {
796
+ this.by(a, false);
655
797
  }
656
798
  t(a, b) {
657
799
  let c = new GridFilterDialogViewModel();
658
800
  if (a != null) {
659
- this.a7(c, a, b);
801
+ this.bh(c, a, b);
660
802
  }
661
803
  else {
662
804
  let d = new GridFilterDialogViewModelRow();
663
805
  d.f = b;
664
806
  d.e = GridFilterDialog.a(b);
665
807
  d.d = GridFilterDialog.b(b);
666
- d.l = GridFilterDialog.az(b[0]);
808
+ d.l = GridFilterDialog.a7(b[0]);
667
809
  c.f.add(d);
668
810
  }
669
811
  return c;
670
812
  }
671
- a7(a, b, c) {
813
+ bh(a, b, c) {
672
814
  if (b.isGroup()) {
673
815
  let d = b;
674
816
  for (let e = 0; e < d.count; e++) {
675
817
  let f = d.item(e);
676
- this.a7(a, f, c);
818
+ this.bh(a, f, c);
677
819
  }
678
820
  }
679
821
  else {
@@ -682,24 +824,24 @@ let GridFilterDialog = /*@__PURE__*/ (() => {
682
824
  }
683
825
  u(a, b) {
684
826
  let c = new GridFilterDialogViewModelRow();
685
- c.l = GridFilterDialog.az(a.operator);
827
+ c.l = GridFilterDialog.a7(a.operator);
686
828
  c.f = b;
687
829
  c.e = GridFilterDialog.a(b);
688
- c.i = GridFilterDialog.at(GridFilterDialog.ap(a.operator), a.operator, a);
689
- c.j = GridFilterDialog.au(GridFilterDialog.ap(a.operator), a.operator, a);
830
+ c.i = GridFilterDialog.av(GridFilterDialog.ar(a.operator), a.operator, a);
831
+ c.j = GridFilterDialog.aw(GridFilterDialog.ar(a.operator), a.operator, a);
690
832
  c.d = GridFilterDialog.b(b);
691
833
  return c;
692
834
  }
693
- static ap(a) {
835
+ static ar(a) {
694
836
  return ColumnComparisonFilterCondition.getOperandNumber(a);
695
837
  }
696
- static at(a, b, c) {
838
+ static av(a, b, c) {
697
839
  if (a == 0) {
698
840
  return "";
699
841
  }
700
842
  return c.value != null ? c.value.toString() : "";
701
843
  }
702
- static au(a, b, c) {
844
+ static aw(a, b, c) {
703
845
  return "";
704
846
  }
705
847
  static b(a) {
@@ -712,59 +854,56 @@ let GridFilterDialog = /*@__PURE__*/ (() => {
712
854
  }
713
855
  return b;
714
856
  }
715
- static az(a) {
857
+ static a7(a) {
716
858
  return EnumUtil.getName(ColumnComparisonConditionOperatorType_$type, a);
717
859
  }
718
- be(a, b) {
860
+ bo(a, b) {
719
861
  this.s.w(a, b);
720
862
  }
721
- bd() {
863
+ bn() {
722
864
  this.s.u();
723
865
  }
724
- bc(a, b, c) {
725
- 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");
726
- c.an = d;
727
- c._fill = this.bw == null ? GridStyleRepository.a5 : this.bw;
866
+ bm(a, b, c) {
728
867
  }
729
- br() {
730
- this.y = false;
868
+ b1() {
869
+ this.aa = false;
731
870
  if (this.s.q == null || NativeUI.g(this.s.q) == 1) {
732
871
  return;
733
872
  }
734
- if (this.ab) {
735
- this.a9();
736
- if (this.w.playbackRate < 0) {
737
- this.w.reverse();
873
+ if (this.ad) {
874
+ this.bj();
875
+ if (this.y.playbackRate < 0) {
876
+ this.y.reverse();
738
877
  }
739
878
  else {
740
- this.w.play();
879
+ this.y.play();
741
880
  }
742
- this.w.finished.f((a) => this.w.commitStyles());
881
+ this.y.finished.f((a) => this.y.commitStyles());
743
882
  }
744
883
  else {
745
884
  NativeUI.y(this.s.q, 1);
746
885
  }
747
886
  }
748
- bb() {
749
- this.y = true;
750
- if (!this.ac) {
887
+ bl() {
888
+ this.aa = true;
889
+ if (!this.ae) {
751
890
  if (this.s.q == null || NativeUI.g(this.s.q) == 0) {
752
891
  return;
753
892
  }
754
- if (this.ab) {
755
- this.a9();
756
- if (this.w.playbackRate < 0) {
757
- this.w.play();
893
+ if (this.ad) {
894
+ this.bj();
895
+ if (this.y.playbackRate < 0) {
896
+ this.y.play();
758
897
  }
759
898
  else {
760
- this.w.reverse();
899
+ this.y.reverse();
761
900
  }
762
- this.w.finished.f((a) => this.w.commitStyles());
901
+ this.y.finished.f((a) => this.y.commitStyles());
763
902
  }
764
903
  else {
765
904
  NativeUI.y(this.s.q, 0);
766
905
  }
767
- this.y = false;
906
+ this.aa = false;
768
907
  }
769
908
  }
770
909
  get commandCompleted() {
@@ -779,12 +918,12 @@ let GridFilterDialog = /*@__PURE__*/ (() => {
779
918
  set invalidateActions(a) {
780
919
  this._invalidateActions = a;
781
920
  }
782
- bk() {
921
+ bu() {
783
922
  if (this.renderCompleted != null) {
784
923
  this.renderCompleted(this, new FilterDialogRenderCompletedEventArgs());
785
924
  }
786
925
  }
787
- ba() {
926
+ bk() {
788
927
  if (this.v != null) {
789
928
  if (this.n != null && this.v.b1 != this.n) {
790
929
  this.v.b1 = this.n;
@@ -792,9 +931,9 @@ let GridFilterDialog = /*@__PURE__*/ (() => {
792
931
  }
793
932
  }
794
933
  getDesiredToolbarActions() {
795
- if (!GridFilterDialog.aa) {
796
- GridFilterDialog.aa = true;
797
- SvgIconRegistry.instance.addSvgPathString("XGrid", "DotDotDot", GridFilterDialog.ay);
934
+ if (!GridFilterDialog.ac) {
935
+ GridFilterDialog.ac = true;
936
+ SvgIconRegistry.instance.addSvgPathString("XGrid", "DotDotDot", GridFilterDialog.a6);
798
937
  }
799
938
  let a = new ToolActionIconMenuInfo();
800
939
  a.name = "DataGridColumnOptionsPlaceholder";
@@ -829,7 +968,7 @@ let GridFilterDialog = /*@__PURE__*/ (() => {
829
968
  }
830
969
  dismissContextAccessor(a) {
831
970
  }
832
- ad(e_) {
971
+ af(e_) {
833
972
  let a = e_.originalEvent.srcElement;
834
973
  let b = e_.originalEvent.target;
835
974
  if (this.s.m.rootWrapper.getNativeElement().contains(a) || this.s.m.rootWrapper.getNativeElement().contains(b)) {
@@ -839,8 +978,8 @@ let GridFilterDialog = /*@__PURE__*/ (() => {
839
978
  }
840
979
  }
841
980
  GridFilterDialog.$t = /*@__PURE__*/ markType(GridFilterDialog, 'GridFilterDialog', Base.$, [INotifyPropertyChanged_$type, IToolbarTarget_$type]);
842
- GridFilterDialog.aa = false;
843
- 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";
981
+ GridFilterDialog.ac = false;
982
+ 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";
844
983
  return GridFilterDialog;
845
984
  })();
846
985
  export { GridFilterDialog };
@@ -852,7 +991,7 @@ let GridFilterDialogViewModel = /*@__PURE__*/ (() => {
852
991
  a.f = b;
853
992
  a.e = GridFilterDialog.a(b);
854
993
  a.d = GridFilterDialog.b(b);
855
- a.l = GridFilterDialog.az(b[0]);
994
+ a.l = GridFilterDialog.a7(b[0]);
856
995
  this.f.add(a);
857
996
  }
858
997
  constructor() {