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