igniteui-angular-data-grids 21.1.0-beta.2 → 21.1.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 (239) hide show
  1. package/bundles/igniteui-angular-data-grids.umd.js +10884 -9697
  2. package/bundles/igniteui-angular-data-grids.umd.min.js +1 -1
  3. package/esm2015/lib/AccessibilityRow.js +10 -10
  4. package/esm2015/lib/CanvasCellPresenterBase.js +12 -12
  5. package/esm2015/lib/CanvasContentCellModelHelper.js +12 -12
  6. package/esm2015/lib/CanvasDateTimeCellPresenter.js +8 -8
  7. package/esm2015/lib/CanvasGridCellBase.js +2 -2
  8. package/esm2015/lib/CanvasImageCellPresenter.js +9 -9
  9. package/esm2015/lib/CanvasNumericCellPresenter.js +8 -8
  10. package/esm2015/lib/CanvasSectionHeaderCellPresenter.js +9 -9
  11. package/esm2015/lib/CanvasSummaryCellPresenter.js +4 -4
  12. package/esm2015/lib/CanvasTemplateCellPresenter.js +5 -5
  13. package/esm2015/lib/CanvasTemplateHeaderCellPresenter.js +5 -5
  14. package/esm2015/lib/CanvasTextCellPresenter.js +9 -9
  15. package/esm2015/lib/CanvasTextHeaderCellPresenter.js +11 -11
  16. package/esm2015/lib/CellPath.js +79 -69
  17. package/esm2015/lib/CellPresenterBase.js +46 -46
  18. package/esm2015/lib/CheckboxListBridge.js +12 -0
  19. package/esm2015/lib/CheckboxListView_combined.js +329 -283
  20. package/esm2015/lib/ColumnChooserView_combined.js +11 -11
  21. package/esm2015/lib/ColumnFilterCondition_combined.js +7043 -6712
  22. package/esm2015/lib/ColumnGroupingView_combined.js +5 -5
  23. package/esm2015/lib/ColumnPinningView_combined.js +11 -11
  24. package/esm2015/lib/ComparisonOperatorSelectorView_combined.js +7 -7
  25. package/esm2015/lib/ContentCellModelHelper.js +16 -16
  26. package/esm2015/lib/DataGridAccessibilityLayoutPanel.js +1 -1
  27. package/esm2015/lib/DataGridCellLayoutPanel.js +17 -17
  28. package/esm2015/lib/DataGridScrollerKeyboardListener.js +2 -2
  29. package/esm2015/lib/DataGridToolbarView_combined.js +2 -2
  30. package/esm2015/lib/DateTimeCellPresenter.js +9 -9
  31. package/esm2015/lib/DraggerView.js +1 -7
  32. package/esm2015/lib/EditorCell.js +289 -289
  33. package/esm2015/lib/EditorCellPresenter.js +27 -27
  34. package/esm2015/lib/FilterCell.js +267 -267
  35. package/esm2015/lib/FilterCellPresenter.js +17 -17
  36. package/esm2015/lib/GridCellBase.js +210 -202
  37. package/esm2015/lib/GridColumnFilterOptionsView_combined.js +13 -13
  38. package/esm2015/lib/GridColumnGroupOptionsView_combined.js +7 -7
  39. package/esm2015/lib/GridColumnHideOptionsView_combined.js +3 -3
  40. package/esm2015/lib/GridColumnMoveOptionsView_combined.js +1 -1
  41. package/esm2015/lib/GridColumnOptionsView_combined.js +1 -1
  42. package/esm2015/lib/GridColumnPinOptionsView_combined.js +4 -4
  43. package/esm2015/lib/GridColumnSortOptionsView_combined.js +2 -2
  44. package/esm2015/lib/GridColumnSummaryOptionsView_combined.js +7 -7
  45. package/esm2015/lib/GridExternalWrapper.js +12 -6
  46. package/esm2015/lib/GridFilterDialogView_combined.js +238 -187
  47. package/esm2015/lib/ISummaryChooserView_combined.js +4 -4
  48. package/esm2015/lib/ImageCell.js +58 -58
  49. package/esm2015/lib/ImageCellPresenter.js +17 -17
  50. package/esm2015/lib/MultiColumnComboBoxView_combined.js +9 -9
  51. package/esm2015/lib/NumericCell.js +8 -8
  52. package/esm2015/lib/NumericCellPresenter.js +9 -9
  53. package/esm2015/lib/PropertyEditorView_combined.js +19 -19
  54. package/esm2015/lib/SectionHeaderCell.js +30 -20
  55. package/esm2015/lib/SectionHeaderCellPresenter.js +10 -10
  56. package/esm2015/lib/SummaryCell.js +44 -44
  57. package/esm2015/lib/SummaryCellPresenter.js +9 -9
  58. package/esm2015/lib/TemplateCell.js +15 -15
  59. package/esm2015/lib/TemplateCellPresenter.js +6 -6
  60. package/esm2015/lib/TemplateHeader.js +8 -8
  61. package/esm2015/lib/TemplateHeaderCell.js +5 -5
  62. package/esm2015/lib/TemplateHeaderCellModel.js +18 -18
  63. package/esm2015/lib/TemplateHeaderCellPresenter.js +6 -6
  64. package/esm2015/lib/TemplateSectionHeader.js +2 -2
  65. package/esm2015/lib/TextCell.js +31 -30
  66. package/esm2015/lib/TextCellPresenter.js +10 -10
  67. package/esm2015/lib/TextHeaderCell.js +181 -175
  68. package/esm2015/lib/TextHeaderCellPresenter.js +66 -57
  69. package/esm2015/lib/VerticalSeparatorCell.js +37 -37
  70. package/esm2015/lib/igx-cell-info.js +195 -186
  71. package/esm2015/lib/igx-checkbox-list-component.js +42 -20
  72. package/esm2015/lib/igx-column-chooser-component.js +1 -1
  73. package/esm2015/lib/igx-column-moving-separator-component.js +6 -6
  74. package/esm2015/lib/igx-column-pinning-component.js +1 -1
  75. package/esm2015/lib/igx-column-resizing-separator-component.js +4 -4
  76. package/esm2015/lib/igx-combo-box-column-component.js +10 -10
  77. package/esm2015/lib/igx-data-binding-event-args.js +3 -0
  78. package/esm2015/lib/igx-data-grid-column-component.js +261 -195
  79. package/esm2015/lib/igx-data-grid-component.js +226 -33
  80. package/esm2015/lib/igx-data-grid-filter-dialog-component.js +60 -27
  81. package/esm2015/lib/igx-data-grid-toolbar-component.js +40 -8
  82. package/esm2015/lib/igx-date-time-cell-info.js +12 -12
  83. package/esm2015/lib/igx-date-time-column-component.js +20 -20
  84. package/esm2015/lib/igx-definition-base-component.js +44 -44
  85. package/esm2015/lib/igx-editor-cell-info.js +23 -23
  86. package/esm2015/lib/igx-filter-cell-info.js +26 -26
  87. package/esm2015/lib/igx-filter-row-definition-component.js +8 -8
  88. package/esm2015/lib/igx-grid-column-filter-options-component.js +1 -1
  89. package/esm2015/lib/igx-header-component.js +16 -16
  90. package/esm2015/lib/igx-image-cell-info.js +6 -6
  91. package/esm2015/lib/igx-image-column-component.js +10 -10
  92. package/esm2015/lib/igx-multi-column-combo-box-component.js +160 -32
  93. package/esm2015/lib/igx-numeric-cell-info.js +28 -28
  94. package/esm2015/lib/igx-numeric-column-component.js +32 -32
  95. package/esm2015/lib/igx-section-header-cell-info.js +6 -6
  96. package/esm2015/lib/igx-section-header-component.js +24 -24
  97. package/esm2015/lib/igx-summary-cell-info.js +9 -9
  98. package/esm2015/lib/igx-summary-row-component.js +23 -23
  99. package/esm2015/lib/igx-summary-row-root-dynamic-module.js +2 -0
  100. package/esm2015/lib/igx-summary-row-section-dynamic-module.js +2 -0
  101. package/esm2015/lib/igx-template-cell-info.js +2 -2
  102. package/esm2015/lib/igx-template-header-cell-info.js +2 -2
  103. package/esm2015/lib/igx-text-cell-info.js +2 -2
  104. package/esm2015/lib/igx-text-column-component.js +8 -8
  105. package/esm2015/lib/igx-text-header-cell-info.js +67 -40
  106. package/esm5/lib/AccessibilityRow.js +10 -10
  107. package/esm5/lib/CanvasCellPresenterBase.js +12 -12
  108. package/esm5/lib/CanvasContentCellModelHelper.js +12 -12
  109. package/esm5/lib/CanvasDateTimeCellPresenter.js +8 -8
  110. package/esm5/lib/CanvasGridCellBase.js +2 -2
  111. package/esm5/lib/CanvasImageCellPresenter.js +9 -9
  112. package/esm5/lib/CanvasNumericCellPresenter.js +8 -8
  113. package/esm5/lib/CanvasSectionHeaderCellPresenter.js +9 -9
  114. package/esm5/lib/CanvasSummaryCellPresenter.js +4 -4
  115. package/esm5/lib/CanvasTemplateCellPresenter.js +5 -5
  116. package/esm5/lib/CanvasTemplateHeaderCellPresenter.js +5 -5
  117. package/esm5/lib/CanvasTextCellPresenter.js +9 -9
  118. package/esm5/lib/CanvasTextHeaderCellPresenter.js +11 -11
  119. package/esm5/lib/CellPath.js +79 -65
  120. package/esm5/lib/CellPresenterBase.js +46 -46
  121. package/esm5/lib/CheckboxListBridge.js +12 -0
  122. package/esm5/lib/CheckboxListView_combined.js +332 -278
  123. package/esm5/lib/ColumnChooserView_combined.js +11 -11
  124. package/esm5/lib/ColumnFilterCondition_combined.js +6860 -6456
  125. package/esm5/lib/ColumnGroupingView_combined.js +5 -5
  126. package/esm5/lib/ColumnPinningView_combined.js +11 -11
  127. package/esm5/lib/ComparisonOperatorSelectorView_combined.js +7 -7
  128. package/esm5/lib/ContentCellModelHelper.js +16 -16
  129. package/esm5/lib/DataGridAccessibilityLayoutPanel.js +1 -1
  130. package/esm5/lib/DataGridCellLayoutPanel.js +17 -17
  131. package/esm5/lib/DataGridScrollerKeyboardListener.js +2 -2
  132. package/esm5/lib/DataGridToolbarView_combined.js +2 -2
  133. package/esm5/lib/DateTimeCellPresenter.js +9 -9
  134. package/esm5/lib/DraggerView.js +1 -7
  135. package/esm5/lib/EditorCell.js +276 -276
  136. package/esm5/lib/EditorCellPresenter.js +27 -27
  137. package/esm5/lib/FilterCell.js +257 -257
  138. package/esm5/lib/FilterCellPresenter.js +17 -17
  139. package/esm5/lib/GridCellBase.js +205 -193
  140. package/esm5/lib/GridColumnFilterOptionsView_combined.js +13 -13
  141. package/esm5/lib/GridColumnGroupOptionsView_combined.js +7 -7
  142. package/esm5/lib/GridColumnHideOptionsView_combined.js +3 -3
  143. package/esm5/lib/GridColumnMoveOptionsView_combined.js +1 -1
  144. package/esm5/lib/GridColumnOptionsView_combined.js +1 -1
  145. package/esm5/lib/GridColumnPinOptionsView_combined.js +4 -4
  146. package/esm5/lib/GridColumnSortOptionsView_combined.js +2 -2
  147. package/esm5/lib/GridColumnSummaryOptionsView_combined.js +7 -7
  148. package/esm5/lib/GridExternalWrapper.js +12 -6
  149. package/esm5/lib/GridFilterDialogView_combined.js +240 -177
  150. package/esm5/lib/ISummaryChooserView_combined.js +4 -4
  151. package/esm5/lib/ImageCell.js +57 -57
  152. package/esm5/lib/ImageCellPresenter.js +17 -17
  153. package/esm5/lib/MultiColumnComboBoxView_combined.js +9 -9
  154. package/esm5/lib/NumericCell.js +8 -8
  155. package/esm5/lib/NumericCellPresenter.js +9 -9
  156. package/esm5/lib/PropertyEditorView_combined.js +19 -19
  157. package/esm5/lib/SectionHeaderCell.js +30 -20
  158. package/esm5/lib/SectionHeaderCellPresenter.js +10 -10
  159. package/esm5/lib/SummaryCell.js +44 -44
  160. package/esm5/lib/SummaryCellPresenter.js +9 -9
  161. package/esm5/lib/TemplateCell.js +15 -15
  162. package/esm5/lib/TemplateCellPresenter.js +6 -6
  163. package/esm5/lib/TemplateHeader.js +8 -8
  164. package/esm5/lib/TemplateHeaderCell.js +5 -5
  165. package/esm5/lib/TemplateHeaderCellModel.js +17 -17
  166. package/esm5/lib/TemplateHeaderCellPresenter.js +6 -6
  167. package/esm5/lib/TemplateSectionHeader.js +2 -2
  168. package/esm5/lib/TextCell.js +31 -30
  169. package/esm5/lib/TextCellPresenter.js +10 -10
  170. package/esm5/lib/TextHeaderCell.js +185 -179
  171. package/esm5/lib/TextHeaderCellPresenter.js +66 -57
  172. package/esm5/lib/VerticalSeparatorCell.js +37 -37
  173. package/esm5/lib/igx-cell-info.js +207 -186
  174. package/esm5/lib/igx-checkbox-list-component.js +49 -19
  175. package/esm5/lib/igx-column-chooser-component.js +1 -1
  176. package/esm5/lib/igx-column-moving-separator-component.js +6 -6
  177. package/esm5/lib/igx-column-pinning-component.js +1 -1
  178. package/esm5/lib/igx-column-resizing-separator-component.js +4 -4
  179. package/esm5/lib/igx-combo-box-column-component.js +10 -10
  180. package/esm5/lib/igx-data-binding-event-args.js +3 -0
  181. package/esm5/lib/igx-data-grid-column-component.js +285 -195
  182. package/esm5/lib/igx-data-grid-component.js +246 -33
  183. package/esm5/lib/igx-data-grid-filter-dialog-component.js +72 -27
  184. package/esm5/lib/igx-data-grid-toolbar-component.js +40 -8
  185. package/esm5/lib/igx-date-time-cell-info.js +12 -12
  186. package/esm5/lib/igx-date-time-column-component.js +20 -20
  187. package/esm5/lib/igx-definition-base-component.js +44 -44
  188. package/esm5/lib/igx-editor-cell-info.js +23 -23
  189. package/esm5/lib/igx-filter-cell-info.js +26 -26
  190. package/esm5/lib/igx-filter-row-definition-component.js +8 -8
  191. package/esm5/lib/igx-grid-column-filter-options-component.js +1 -1
  192. package/esm5/lib/igx-header-component.js +16 -16
  193. package/esm5/lib/igx-image-cell-info.js +6 -6
  194. package/esm5/lib/igx-image-column-component.js +10 -10
  195. package/esm5/lib/igx-multi-column-combo-box-component.js +160 -32
  196. package/esm5/lib/igx-numeric-cell-info.js +28 -28
  197. package/esm5/lib/igx-numeric-column-component.js +32 -32
  198. package/esm5/lib/igx-section-header-cell-info.js +6 -6
  199. package/esm5/lib/igx-section-header-component.js +24 -24
  200. package/esm5/lib/igx-summary-cell-info.js +9 -9
  201. package/esm5/lib/igx-summary-row-component.js +22 -22
  202. package/esm5/lib/igx-summary-row-root-dynamic-module.js +2 -0
  203. package/esm5/lib/igx-summary-row-section-dynamic-module.js +2 -0
  204. package/esm5/lib/igx-template-cell-info.js +2 -2
  205. package/esm5/lib/igx-template-header-cell-info.js +2 -2
  206. package/esm5/lib/igx-text-cell-info.js +2 -2
  207. package/esm5/lib/igx-text-column-component.js +8 -8
  208. package/esm5/lib/igx-text-header-cell-info.js +79 -40
  209. package/fesm2015/igniteui-angular-data-grids.js +10781 -9783
  210. package/fesm5/igniteui-angular-data-grids.js +10884 -9697
  211. package/lib/CellPath.d.ts +21 -20
  212. package/lib/CheckboxListExternal.d.ts +3 -0
  213. package/lib/CheckboxListView_combined.d.ts +77 -71
  214. package/lib/ColumnFilterCondition_combined.d.ts +1759 -1699
  215. package/lib/EditorCell.d.ts +63 -63
  216. package/lib/FilterCell.d.ts +55 -55
  217. package/lib/GridCellBase.d.ts +82 -80
  218. package/lib/GridExternalWrapper.d.ts +2 -0
  219. package/lib/GridFilterDialogView_combined.d.ts +61 -52
  220. package/lib/ImageCell.d.ts +15 -15
  221. package/lib/NumericCell.d.ts +2 -2
  222. package/lib/SectionHeaderCell.d.ts +6 -4
  223. package/lib/SummaryCell.d.ts +10 -10
  224. package/lib/TemplateCell.d.ts +5 -5
  225. package/lib/TemplateHeader.d.ts +3 -3
  226. package/lib/TemplateHeaderCell.d.ts +2 -2
  227. package/lib/TemplateHeaderCellModel.d.ts +7 -7
  228. package/lib/TemplateSectionHeader.d.ts +2 -2
  229. package/lib/TextCell.d.ts +7 -7
  230. package/lib/TextHeaderCell.d.ts +30 -30
  231. package/lib/VerticalSeparatorCell.d.ts +8 -8
  232. package/lib/igx-cell-info.d.ts +6 -0
  233. package/lib/igx-checkbox-list-component.d.ts +11 -1
  234. package/lib/igx-data-grid-column-component.d.ts +31 -1
  235. package/lib/igx-data-grid-component.d.ts +28 -1
  236. package/lib/igx-data-grid-filter-dialog-component.d.ts +16 -1
  237. package/lib/igx-summary-row-component.d.ts +3 -3
  238. package/lib/igx-text-header-cell-info.d.ts +15 -0
  239. package/package.json +4 -4
@@ -63,10 +63,10 @@ export let GridFilterDialogView = /*@__PURE__*/ (() => {
63
63
  }
64
64
  y() {
65
65
  this.x();
66
- this.b.b8();
66
+ this.b.cb();
67
67
  }
68
68
  t() {
69
- this.b.b0(this.l, this.k, this.aa);
69
+ this.b.b3(this.l, this.k, this.aa);
70
70
  }
71
71
  s() {
72
72
  if (KeyFrameAnimationFactory.h == null) {
@@ -187,7 +187,7 @@ export let GridFilterDialogPanel = /*@__PURE__*/ (() => {
187
187
  e.setStyleProperty("background-color", "#fff");
188
188
  e.setStyleProperty("border-radius", "3px");
189
189
  e.setStyleProperty("overflow", "auto");
190
- let g = ElevationHelper.e(12, this.b.ct, this.b.cs, this.b.cr);
190
+ let g = ElevationHelper.e(12, this.b.cz, this.b.cy, this.b.cx);
191
191
  e.setStyleProperty("boxShadow", g);
192
192
  e.listen("mousedown", runOn(this, this.o));
193
193
  this.onDocumentKeyDown = this.onDocumentKeyDown.bind(this);
@@ -319,25 +319,28 @@ export let GridFilterDialog = /*@__PURE__*/ (() => {
319
319
  this.i = 0;
320
320
  this.as = 0;
321
321
  this.at = 0;
322
- this.cq = null;
322
+ this.cw = null;
323
323
  this.ao = DeviceUtils.g(24);
324
324
  this.w = 1;
325
- this.ch = null;
326
- this.cn = null;
325
+ this.ck = null;
326
+ this.cq = null;
327
+ this.cr = null;
328
+ this.cp = null;
329
+ this.ct = null;
327
330
  this.z = null;
328
- this.cl = null;
329
331
  this.co = null;
330
- this.cp = null;
331
- this.ck = null;
332
+ this.cu = null;
333
+ this.cv = null;
334
+ this.cn = null;
335
+ this.cs = null;
336
+ this.cl = null;
332
337
  this.cm = null;
333
- this.ci = null;
334
- this.cj = null;
335
338
  this.y = null;
336
- this.cg = null;
339
+ this.cj = null;
337
340
  this.au = -1;
338
- this.ct = null;
339
- this.cs = null;
340
- this.cr = null;
341
+ this.cz = null;
342
+ this.cy = null;
343
+ this.cx = null;
341
344
  this.ac = null;
342
345
  this.ae = false;
343
346
  this.m = null;
@@ -353,9 +356,9 @@ export let GridFilterDialog = /*@__PURE__*/ (() => {
353
356
  this.renderCompleted = null;
354
357
  this.s = new GridFilterDialogView(this);
355
358
  this.x = 1;
356
- this.ct = BrushUtil.l(66, 0, 0, 0);
357
- this.cs = BrushUtil.l(30, 0, 0, 0);
358
- this.cr = BrushUtil.l(20, 0, 0, 0);
359
+ this.cz = BrushUtil.l(66, 0, 0, 0);
360
+ this.cy = BrushUtil.l(30, 0, 0, 0);
361
+ this.cx = BrushUtil.l(20, 0, 0, 0);
359
362
  }
360
363
  get a1() {
361
364
  return this.a0;
@@ -370,7 +373,7 @@ export let GridFilterDialog = /*@__PURE__*/ (() => {
370
373
  let b = this.af;
371
374
  this.af = a;
372
375
  if (b != this.af) {
373
- this.b7("IsAnimationEnabled", b, this.af);
376
+ this.ca("IsAnimationEnabled", b, this.af);
374
377
  }
375
378
  }
376
379
  get aq() {
@@ -379,7 +382,7 @@ export let GridFilterDialog = /*@__PURE__*/ (() => {
379
382
  set aq(a) {
380
383
  let b = this.an;
381
384
  this.an = a;
382
- this.b7("PixelScalingRatio", b, this.an);
385
+ this.ca("PixelScalingRatio", b, this.an);
383
386
  }
384
387
  get ap() {
385
388
  return this.am;
@@ -387,7 +390,7 @@ export let GridFilterDialog = /*@__PURE__*/ (() => {
387
390
  set ap(a) {
388
391
  let b = this.am;
389
392
  this.am = a;
390
- this.b7("ActualPixelScalingRatio", b, this.am);
393
+ this.ca("ActualPixelScalingRatio", b, this.am);
391
394
  }
392
395
  get l() {
393
396
  return this.j;
@@ -396,7 +399,7 @@ export let GridFilterDialog = /*@__PURE__*/ (() => {
396
399
  let b = this.j;
397
400
  this.j = a;
398
401
  if (b != this.j) {
399
- this.b7("IconHorizontalAlignment", enumGetBox(CellContentHorizontalAlignment_$type, b), enumGetBox(CellContentHorizontalAlignment_$type, this.j));
402
+ this.ca("IconHorizontalAlignment", enumGetBox(CellContentHorizontalAlignment_$type, b), enumGetBox(CellContentHorizontalAlignment_$type, this.j));
400
403
  }
401
404
  }
402
405
  get k() {
@@ -406,7 +409,7 @@ export let GridFilterDialog = /*@__PURE__*/ (() => {
406
409
  let b = this.i;
407
410
  this.i = a;
408
411
  if (b != this.i) {
409
- this.b7("HeaderTextALignment", enumGetBox(CellContentHorizontalAlignment_$type, b), enumGetBox(CellContentHorizontalAlignment_$type, this.i));
412
+ this.ca("HeaderTextALignment", enumGetBox(CellContentHorizontalAlignment_$type, b), enumGetBox(CellContentHorizontalAlignment_$type, this.i));
410
413
  }
411
414
  }
412
415
  get av() {
@@ -416,7 +419,7 @@ export let GridFilterDialog = /*@__PURE__*/ (() => {
416
419
  let b = this.as;
417
420
  this.as = a;
418
421
  if (b != this.as) {
419
- this.b7("CellPaddingLeft", b, this.as);
422
+ this.ca("CellPaddingLeft", b, this.as);
420
423
  }
421
424
  }
422
425
  get aw() {
@@ -426,17 +429,17 @@ export let GridFilterDialog = /*@__PURE__*/ (() => {
426
429
  let b = this.at;
427
430
  this.at = a;
428
431
  if (b != this.at) {
429
- this.b7("CellPaddingRight", b, this.at);
432
+ this.ca("CellPaddingRight", b, this.at);
430
433
  }
431
434
  }
432
- get c4() {
433
- return this.cq;
435
+ get dd() {
436
+ return this.cw;
434
437
  }
435
- set c4(a) {
436
- let b = this.cq;
437
- this.cq = a;
438
- if (b != this.cq) {
439
- this.b7("IconColor", b, this.cq);
438
+ set dd(a) {
439
+ let b = this.cw;
440
+ this.cw = a;
441
+ if (b != this.cw) {
442
+ this.ca("IconColor", b, this.cw);
440
443
  }
441
444
  }
442
445
  get ar() {
@@ -446,7 +449,7 @@ export let GridFilterDialog = /*@__PURE__*/ (() => {
446
449
  let b = this.ao;
447
450
  this.ao = a;
448
451
  if (b != this.ao) {
449
- this.b7("ViewSize", b, this.ao);
452
+ this.ca("ViewSize", b, this.ao);
450
453
  }
451
454
  }
452
455
  get x() {
@@ -456,27 +459,57 @@ export let GridFilterDialog = /*@__PURE__*/ (() => {
456
459
  let b = this.w;
457
460
  this.w = a;
458
461
  if (this.w != b) {
459
- this.b7("Theme", enumGetBox(BaseControlTheme_$type, b), enumGetBox(BaseControlTheme_$type, this.w));
462
+ this.ca("Theme", enumGetBox(BaseControlTheme_$type, b), enumGetBox(BaseControlTheme_$type, this.w));
460
463
  }
461
464
  }
462
- get cv() {
463
- return this.ch;
465
+ get c1() {
466
+ return this.ck;
464
467
  }
465
- set cv(a) {
466
- let b = this.ch;
467
- this.ch = a;
468
- if (b != this.ch) {
469
- this.b7("ColumnOptionsBackground", b, this.ch);
468
+ set c1(a) {
469
+ let b = this.ck;
470
+ this.ck = a;
471
+ if (b != this.ck) {
472
+ this.ca("ColumnOptionsBackground", b, this.ck);
470
473
  }
471
474
  }
472
- get c1() {
473
- return this.cn;
475
+ get c7() {
476
+ return this.cq;
474
477
  }
475
- set c1(a) {
476
- let b = this.cn;
477
- this.cn = a;
478
- if (b != this.cn) {
479
- this.b7("ColumnOptionsTextColor", b, this.cn);
478
+ set c7(a) {
479
+ let b = this.cq;
480
+ this.cq = a;
481
+ if (b != this.cq) {
482
+ this.ca("ColumnOptionsScrollbarBackground", b, this.cq);
483
+ }
484
+ }
485
+ get c8() {
486
+ return this.cr;
487
+ }
488
+ set c8(a) {
489
+ let b = this.cr;
490
+ this.cr = a;
491
+ if (b != this.cr) {
492
+ this.ca("ColumnOptionsScrollbarHoverBackground", b, this.cr);
493
+ }
494
+ }
495
+ get c6() {
496
+ return this.cp;
497
+ }
498
+ set c6(a) {
499
+ let b = this.cp;
500
+ this.cp = a;
501
+ if (b != this.cp) {
502
+ this.ca("ColumnOptionsScrollbarActiveBackground", b, this.cp);
503
+ }
504
+ }
505
+ get da() {
506
+ return this.ct;
507
+ }
508
+ set da(a) {
509
+ let b = this.ct;
510
+ this.ct = a;
511
+ if (b != this.ct) {
512
+ this.ca("ColumnOptionsTextColor", b, this.ct);
480
513
  }
481
514
  }
482
515
  get ab() {
@@ -486,77 +519,77 @@ export let GridFilterDialog = /*@__PURE__*/ (() => {
486
519
  let b = this.z;
487
520
  this.z = a;
488
521
  if (b != this.z) {
489
- this.b7("ColumnOptionsTextStyle", b, this.z);
490
- }
491
- }
492
- get cz() {
493
- return this.cl;
494
- }
495
- set cz(a) {
496
- let b = this.cl;
497
- this.cl = a;
498
- if (b != this.cl) {
499
- this.b7("ColumnOptionsHoverBackgroundColor", b, this.cl);
522
+ this.ca("ColumnOptionsTextStyle", b, this.z);
500
523
  }
501
524
  }
502
- get c2() {
525
+ get c5() {
503
526
  return this.co;
504
527
  }
505
- set c2(a) {
528
+ set c5(a) {
506
529
  let b = this.co;
507
530
  this.co = a;
508
531
  if (b != this.co) {
509
- this.b7("ColumnOptionsToolTipBackgroundColor", b, this.co);
532
+ this.ca("ColumnOptionsHoverBackgroundColor", b, this.co);
510
533
  }
511
534
  }
512
- get c3() {
513
- return this.cp;
535
+ get db() {
536
+ return this.cu;
514
537
  }
515
- set c3(a) {
516
- let b = this.cp;
517
- this.cp = a;
518
- if (b != this.cp) {
519
- this.b7("ColumnOptionsToolTipTextColor", b, this.cp);
538
+ set db(a) {
539
+ let b = this.cu;
540
+ this.cu = a;
541
+ if (b != this.cu) {
542
+ this.ca("ColumnOptionsToolTipBackgroundColor", b, this.cu);
520
543
  }
521
544
  }
522
- get cy() {
523
- return this.ck;
545
+ get dc() {
546
+ return this.cv;
524
547
  }
525
- set cy(a) {
526
- let b = this.ck;
527
- this.ck = a;
528
- if (b != this.ck) {
529
- this.b7("ColumnOptionsHighlightColor", b, this.ck);
548
+ set dc(a) {
549
+ let b = this.cv;
550
+ this.cv = a;
551
+ if (b != this.cv) {
552
+ this.ca("ColumnOptionsToolTipTextColor", b, this.cv);
530
553
  }
531
554
  }
532
- get c0() {
533
- return this.cm;
555
+ get c4() {
556
+ return this.cn;
534
557
  }
535
- set c0(a) {
536
- let b = this.cm;
537
- this.cm = a;
538
- if (b != this.cm) {
539
- this.b7("ColumnOptionsSeparatorColor", b, this.cm);
558
+ set c4(a) {
559
+ let b = this.cn;
560
+ this.cn = a;
561
+ if (b != this.cn) {
562
+ this.ca("ColumnOptionsHighlightColor", b, this.cn);
540
563
  }
541
564
  }
542
- get cw() {
543
- return this.ci;
565
+ get c9() {
566
+ return this.cs;
544
567
  }
545
- set cw(a) {
546
- let b = this.ci;
547
- this.ci = a;
548
- if (b != this.ci) {
549
- this.b7("ColumnOptionsGroupHeaderBackground", b, this.ci);
568
+ set c9(a) {
569
+ let b = this.cs;
570
+ this.cs = a;
571
+ if (b != this.cs) {
572
+ this.ca("ColumnOptionsSeparatorColor", b, this.cs);
550
573
  }
551
574
  }
552
- get cx() {
553
- return this.cj;
575
+ get c2() {
576
+ return this.cl;
554
577
  }
555
- set cx(a) {
556
- let b = this.cj;
557
- this.cj = a;
558
- if (b != this.cj) {
559
- this.b7("ColumnOptionsGroupHeaderTextColor", b, this.cj);
578
+ set c2(a) {
579
+ let b = this.cl;
580
+ this.cl = a;
581
+ if (b != this.cl) {
582
+ this.ca("ColumnOptionsGroupHeaderBackground", b, this.cl);
583
+ }
584
+ }
585
+ get c3() {
586
+ return this.cm;
587
+ }
588
+ set c3(a) {
589
+ let b = this.cm;
590
+ this.cm = a;
591
+ if (b != this.cm) {
592
+ this.ca("ColumnOptionsGroupHeaderTextColor", b, this.cm);
560
593
  }
561
594
  }
562
595
  get aa() {
@@ -566,17 +599,17 @@ export let GridFilterDialog = /*@__PURE__*/ (() => {
566
599
  let b = this.y;
567
600
  this.y = a;
568
601
  if (b != this.y) {
569
- this.b7("ColumnOptionsGroupHeaderTextStyle", b, this.y);
602
+ this.ca("ColumnOptionsGroupHeaderTextStyle", b, this.y);
570
603
  }
571
604
  }
572
- get cu() {
573
- return this.cg;
605
+ get c0() {
606
+ return this.cj;
574
607
  }
575
- set cu(a) {
576
- let b = this.cg;
577
- this.cg = a;
578
- if (b != this.cg) {
579
- this.b7("ColumnOptionsAccentColor", b, this.cg);
608
+ set c0(a) {
609
+ let b = this.cj;
610
+ this.cj = a;
611
+ if (b != this.cj) {
612
+ this.ca("ColumnOptionsAccentColor", b, this.cj);
580
613
  }
581
614
  }
582
615
  get ax() {
@@ -586,19 +619,19 @@ export let GridFilterDialog = /*@__PURE__*/ (() => {
586
619
  let b = this.au;
587
620
  this.au = a;
588
621
  if (b != this.au) {
589
- this.b7("ColumnOptionsRowHeight", b, this.au);
622
+ this.ca("ColumnOptionsRowHeight", b, this.au);
590
623
  }
591
624
  }
592
625
  get aj() {
593
626
  return this.v != null ? this.v.bz : false;
594
627
  }
595
- b7(a, b, c) {
596
- this.ca(a, b, c);
628
+ ca(a, b, c) {
629
+ this.cd(a, b, c);
597
630
  if (this.propertyChanged != null) {
598
631
  this.propertyChanged(this, new PropertyChangedEventArgs(a));
599
632
  }
600
633
  }
601
- ca(a, b, c) {
634
+ cd(a, b, c) {
602
635
  switch (a) {
603
636
  case "PixelScalingRatio":
604
637
  this.ap = this.aq;
@@ -621,17 +654,17 @@ export let GridFilterDialog = /*@__PURE__*/ (() => {
621
654
  break;
622
655
  case "ColumnOptionsBackground":
623
656
  if (this.v != null) {
624
- this.v.cl = this.cv;
625
- this.v.cq = this.cv;
657
+ this.v.co = this.c1;
658
+ this.v.ct = this.c1;
626
659
  }
627
660
  break;
628
661
  case "ColumnOptionsTextColor":
629
662
  if (this.v != null) {
630
- this.v.cn = this.c1;
631
- this.v.cb = this.c1;
632
- this.v.ch = this.c1;
633
- this.v.ci = this.c1;
634
- this.v.cj = this.c1;
663
+ this.v.cq = this.da;
664
+ this.v.ce = this.da;
665
+ this.v.ck = this.da;
666
+ this.v.cl = this.da;
667
+ this.v.cm = this.da;
635
668
  }
636
669
  break;
637
670
  case "ColumnOptionsTextStyle":
@@ -641,37 +674,37 @@ export let GridFilterDialog = /*@__PURE__*/ (() => {
641
674
  break;
642
675
  case "ColumnOptionsHoverBackgroundColor":
643
676
  if (this.v != null) {
644
- this.v.cg = this.cz;
677
+ this.v.cj = this.c5;
645
678
  }
646
679
  break;
647
680
  case "ColumnOptionsToolTipBackgroundColor":
648
681
  if (this.v != null) {
649
- this.v.co = this.c2;
682
+ this.v.cr = this.db;
650
683
  }
651
684
  break;
652
685
  case "ColumnOptionsToolTipTextColor":
653
686
  if (this.v != null) {
654
- this.v.cp = this.c3;
687
+ this.v.cs = this.dc;
655
688
  }
656
689
  break;
657
690
  case "ColumnOptionsHighlightColor":
658
691
  if (this.v != null) {
659
- this.v.cf = this.cy;
692
+ this.v.ci = this.c4;
660
693
  }
661
694
  break;
662
695
  case "ColumnOptionsSeparatorColor":
663
696
  if (this.v != null) {
664
- this.v.ck = this.c0;
697
+ this.v.cn = this.c9;
665
698
  }
666
699
  break;
667
700
  case "ColumnOptionsGroupHeaderBackground":
668
701
  if (this.v != null) {
669
- this.v.cc = this.cw;
702
+ this.v.cf = this.c2;
670
703
  }
671
704
  break;
672
705
  case "ColumnOptionsGroupHeaderTextColor":
673
706
  if (this.v != null) {
674
- this.v.ce = this.cx;
707
+ this.v.ch = this.c3;
675
708
  }
676
709
  break;
677
710
  case "ColumnOptionsGroupHeaderTextStyle":
@@ -681,10 +714,10 @@ export let GridFilterDialog = /*@__PURE__*/ (() => {
681
714
  break;
682
715
  case "ColumnOptionsAccentColor":
683
716
  if (this.v != null) {
684
- this.v.b7 = this.cu;
685
- this.v.b9 = this.cu;
686
- this.v.ca = this.cu;
687
- this.v.cr = this.cu;
717
+ this.v.b7 = this.c0;
718
+ this.v.cc = this.c0;
719
+ this.v.cd = this.c0;
720
+ this.v.cu = this.c0;
688
721
  }
689
722
  break;
690
723
  case "ColumnOptionsRowHeight":
@@ -692,11 +725,26 @@ export let GridFilterDialog = /*@__PURE__*/ (() => {
692
725
  this.v.b3 = this.ax;
693
726
  }
694
727
  break;
728
+ case "ColumnOptionsScrollbarBackground":
729
+ if (this.v != null) {
730
+ this.v.ca = this.c7;
731
+ }
732
+ break;
733
+ case "ColumnOptionsScrollbarHoverBackground":
734
+ if (this.v != null) {
735
+ this.v.cb = this.c8;
736
+ }
737
+ break;
738
+ case "ColumnOptionsScrollbarActiveBackground":
739
+ if (this.v != null) {
740
+ this.v.b9 = this.c6;
741
+ }
742
+ break;
695
743
  }
696
744
  }
697
- cb(a, b, c) {
745
+ ce(a, b, c) {
698
746
  this.s.v(a, b, c);
699
- this.b4();
747
+ this.b7();
700
748
  }
701
749
  get n() {
702
750
  return this.m;
@@ -705,87 +753,90 @@ export let GridFilterDialog = /*@__PURE__*/ (() => {
705
753
  let b = this.m;
706
754
  this.m = a;
707
755
  if (this.m != b) {
708
- this.b3(b, this.m);
756
+ this.b6(b, this.m);
709
757
  }
710
758
  }
711
- b3(a, b) {
759
+ b6(a, b) {
712
760
  this.ad = true;
713
761
  }
714
- b4() {
762
+ b7() {
715
763
  NativeUIComponent.av(this.s.p(), 18, (a) => {
716
764
  let b = a;
717
765
  this.v = b;
718
766
  this.v.b2 = 16;
719
767
  this.v.b8 = BrushUtil.l(0, 0, 0, 0);
720
768
  this.v.v = false;
721
- this.v.br = runOn(this, this.bu);
722
- this.v.bp = runOn(this, this.bt);
769
+ this.v.br = runOn(this, this.bx);
770
+ this.v.bp = runOn(this, this.bw);
723
771
  this.v.b0 = false;
724
772
  this.s.r(this.v);
725
773
  this.v.c = this.x;
726
- this.v.cl = this.cv;
727
- this.v.cq = this.cv;
728
- this.v.cn = this.c1;
729
- this.v.ce = this.cx;
730
- this.v.cb = this.c1;
731
- this.v.ch = this.c1;
732
- this.v.ci = this.c1;
733
- this.v.cj = this.c1;
774
+ this.v.co = this.c1;
775
+ this.v.ct = this.c1;
776
+ this.v.cq = this.da;
777
+ this.v.ch = this.c3;
778
+ this.v.ce = this.da;
779
+ this.v.ck = this.da;
780
+ this.v.cl = this.da;
781
+ this.v.cm = this.da;
734
782
  this.v.bw = this.ab;
735
- this.v.cg = this.cz;
736
- this.v.co = this.c2;
737
- this.v.cp = this.c3;
738
- this.v.cf = this.cy;
739
- this.v.ck = this.c0;
740
- this.v.cc = this.cw;
783
+ this.v.cj = this.c5;
784
+ this.v.cr = this.db;
785
+ this.v.cs = this.dc;
786
+ this.v.ci = this.c4;
787
+ this.v.cn = this.c9;
788
+ this.v.cf = this.c2;
741
789
  this.v.bx = this.aa;
742
- this.v.b7 = this.cu;
743
- this.v.b9 = this.cu;
744
- this.v.ca = this.cu;
745
- this.v.cr = this.cu;
790
+ this.v.b7 = this.c0;
791
+ this.v.cc = this.c0;
792
+ this.v.cd = this.c0;
793
+ this.v.cu = this.c0;
746
794
  this.v.b3 = this.ax;
795
+ this.v.ca = this.c7;
796
+ this.v.cb = this.c8;
797
+ this.v.b9 = this.c6;
747
798
  this.v.b4 = this.n;
748
799
  });
749
800
  }
750
- bu(a, b) {
801
+ bx(a, b) {
751
802
  if (this.ad) {
752
803
  this.ad = false;
753
804
  this.v.b4 = this.n;
754
805
  }
755
806
  if (this.n != null) {
756
807
  if (this.n.grid != null) {
757
- this.n.grid.wk();
808
+ this.n.grid.wp();
758
809
  }
759
- this.n.pd();
810
+ this.n.pk();
760
811
  }
761
812
  if (this.dialogOpening != null) {
762
813
  let c = new GridFilterDialogOpeningEventArgs();
763
814
  this.dialogOpening(this, c);
764
815
  }
765
816
  }
766
- bt(a, b) {
817
+ bw(a, b) {
767
818
  if (this.ae) {
768
- this.bz();
819
+ this.b2();
769
820
  }
770
821
  }
771
- bw(a, b) {
822
+ bz(a, b) {
772
823
  switch (b.propertyName) {
773
824
  case "IsHidden": break;
774
825
  }
775
826
  }
776
- b5() {
827
+ b8() {
777
828
  }
778
- b6(a, b) {
779
- a.onModified = delegateRemove(a.onModified, runOn(this, this.b9));
829
+ b9(a, b) {
830
+ a.onModified = delegateRemove(a.onModified, runOn(this, this.cc));
780
831
  if (b) {
781
- this.cd();
832
+ this.cg();
782
833
  }
783
834
  else {
784
- this.cc(a, true);
835
+ this.cf(a, true);
785
836
  }
786
837
  this.f = null;
787
838
  }
788
- bx() {
839
+ b0() {
789
840
  this.s.s();
790
841
  if (this.ac == null) {
791
842
  let a = new AnimationKeyFrameEffectTiming();
@@ -794,7 +845,7 @@ export let GridFilterDialog = /*@__PURE__*/ (() => {
794
845
  this.ac = KeyFrameAnimationFactory.f.c(this.s.a(a).m(new AnimationKeyFrameProperty(1, 0)).m(new AnimationKeyFrameProperty(1, 1)));
795
846
  }
796
847
  }
797
- ce() {
848
+ ch() {
798
849
  if (this.filterChanged != null) {
799
850
  this.filterChanged(this, ((() => {
800
851
  let $ret = new GridFilterDialogFilterChangeEventArgs();
@@ -803,7 +854,7 @@ export let GridFilterDialog = /*@__PURE__*/ (() => {
803
854
  })()));
804
855
  }
805
856
  }
806
- cd() {
857
+ cg() {
807
858
  if (this.filterChanged != null) {
808
859
  this.filterChanged(this, ((() => {
809
860
  let $ret = new GridFilterDialogFilterChangeEventArgs();
@@ -812,7 +863,7 @@ export let GridFilterDialog = /*@__PURE__*/ (() => {
812
863
  })()));
813
864
  }
814
865
  }
815
- cc(a, b) {
866
+ cf(a, b) {
816
867
  let c = this.e(a);
817
868
  if (b) {
818
869
  if (this.filterChanged != null) {
@@ -917,30 +968,30 @@ export let GridFilterDialog = /*@__PURE__*/ (() => {
917
968
  c(a) {
918
969
  return EnumUtil.getEnumValue(ColumnComparisonConditionOperatorType_$type, EnumUtil.parse(ColumnComparisonConditionOperatorType_$type, a, true));
919
970
  }
920
- b9(a) {
921
- this.cc(a, false);
971
+ cc(a) {
972
+ this.cf(a, false);
922
973
  }
923
974
  t(a, b) {
924
975
  let c = new GridFilterDialogViewModel();
925
976
  if (a != null) {
926
- this.bv(c, a, b);
977
+ this.by(c, a, b);
927
978
  }
928
979
  else {
929
980
  let d = new GridFilterDialogViewModelRow();
930
981
  d.f = b;
931
982
  d.e = GridFilterDialog.a(b);
932
983
  d.d = GridFilterDialog.b(b);
933
- d.l = GridFilterDialog.bl(b[0]);
984
+ d.l = GridFilterDialog.bo(b[0]);
934
985
  c.f.add(d);
935
986
  }
936
987
  return c;
937
988
  }
938
- bv(a, b, c) {
989
+ by(a, b, c) {
939
990
  if (b.isGroup()) {
940
991
  let d = b;
941
992
  for (let e = 0; e < d.count; e++) {
942
993
  let f = d.item(e);
943
- this.bv(a, f, c);
994
+ this.by(a, f, c);
944
995
  }
945
996
  }
946
997
  else {
@@ -949,7 +1000,7 @@ export let GridFilterDialog = /*@__PURE__*/ (() => {
949
1000
  }
950
1001
  u(a, b) {
951
1002
  let c = new GridFilterDialogViewModelRow();
952
- c.l = GridFilterDialog.bl(a.operator);
1003
+ c.l = GridFilterDialog.bo(a.operator);
953
1004
  c.f = b;
954
1005
  c.e = GridFilterDialog.a(b);
955
1006
  c.i = GridFilterDialog.a2(GridFilterDialog.ay(a.operator), a.operator, a);
@@ -979,24 +1030,24 @@ export let GridFilterDialog = /*@__PURE__*/ (() => {
979
1030
  }
980
1031
  return b;
981
1032
  }
982
- static bl(a) {
1033
+ static bo(a) {
983
1034
  return EnumUtil.getName(ColumnComparisonConditionOperatorType_$type, a);
984
1035
  }
985
- b2(a, b) {
1036
+ b5(a, b) {
986
1037
  this.s.w(a, b);
987
1038
  }
988
- b1() {
1039
+ b4() {
989
1040
  this.s.u();
990
1041
  }
991
- b0(a, b, c) {
1042
+ b3(a, b, c) {
992
1043
  }
993
- cf() {
1044
+ ci() {
994
1045
  this.ae = false;
995
1046
  if (this.s.q == null || NativeUI.g(this.s.q) == 1) {
996
1047
  return;
997
1048
  }
998
1049
  if (this.ai) {
999
- this.bx();
1050
+ this.b0();
1000
1051
  if (this.ac.playbackRate < 0) {
1001
1052
  this.ac.reverse();
1002
1053
  }
@@ -1009,14 +1060,14 @@ export let GridFilterDialog = /*@__PURE__*/ (() => {
1009
1060
  NativeUI.ab(this.s.q, 1);
1010
1061
  }
1011
1062
  }
1012
- bz() {
1063
+ b2() {
1013
1064
  this.ae = true;
1014
1065
  if (!this.aj) {
1015
1066
  if (this.s.q == null || NativeUI.g(this.s.q) == 0) {
1016
1067
  return;
1017
1068
  }
1018
1069
  if (this.ai) {
1019
- this.bx();
1070
+ this.b0();
1020
1071
  if (this.ac.playbackRate < 0) {
1021
1072
  this.ac.play();
1022
1073
  }
@@ -1043,12 +1094,12 @@ export let GridFilterDialog = /*@__PURE__*/ (() => {
1043
1094
  set invalidateActions(a) {
1044
1095
  this._invalidateActions = a;
1045
1096
  }
1046
- b8() {
1097
+ cb() {
1047
1098
  if (this.renderCompleted != null) {
1048
1099
  this.renderCompleted(this, new FilterDialogRenderCompletedEventArgs());
1049
1100
  }
1050
1101
  }
1051
- by() {
1102
+ b1() {
1052
1103
  if (this.v != null) {
1053
1104
  if (this.n != null && this.v.b4 != this.n) {
1054
1105
  this.v.b4 = this.n;
@@ -1061,7 +1112,7 @@ export let GridFilterDialog = /*@__PURE__*/ (() => {
1061
1112
  getDesiredToolbarActions() {
1062
1113
  if (!GridFilterDialog.ag) {
1063
1114
  GridFilterDialog.ag = true;
1064
- SvgIconRegistry.instance.addSvgPathString("XGrid", "DotDotDot", GridFilterDialog.bk);
1115
+ SvgIconRegistry.instance.addSvgPathString("XGrid", "DotDotDot", GridFilterDialog.bn);
1065
1116
  }
1066
1117
  let a = new ToolActionIconMenuInfo();
1067
1118
  a.name = "DataGridColumnOptionsPlaceholder";
@@ -1107,7 +1158,7 @@ export let GridFilterDialog = /*@__PURE__*/ (() => {
1107
1158
  }
1108
1159
  GridFilterDialog.$t = markType(GridFilterDialog, 'GridFilterDialog', Base.$, [INotifyPropertyChanged_$type, IToolbarTarget_$type]);
1109
1160
  GridFilterDialog.ag = false;
1110
- GridFilterDialog.bk = "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";
1161
+ GridFilterDialog.bn = "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";
1111
1162
  return GridFilterDialog;
1112
1163
  })();
1113
1164
  /**
@@ -1137,7 +1188,7 @@ export let GridFilterDialogViewModel = /*@__PURE__*/ (() => {
1137
1188
  a.f = b;
1138
1189
  a.e = GridFilterDialog.a(b);
1139
1190
  a.d = GridFilterDialog.b(b);
1140
- a.l = GridFilterDialog.bl(b[0]);
1191
+ a.l = GridFilterDialog.bo(b[0]);
1141
1192
  this.f.add(a);
1142
1193
  }
1143
1194
  u(a) {