igniteui-angular-data-grids 21.1.0-beta.0 → 21.1.0-beta.2

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 (97) hide show
  1. package/bundles/igniteui-angular-data-grids.umd.js +3905 -3606
  2. package/bundles/igniteui-angular-data-grids.umd.min.js +1 -1
  3. package/esm2015/lib/CanvasTemplateCellPresenter.js +1 -1
  4. package/esm2015/lib/CellPresenterBase.js +1 -1
  5. package/esm2015/lib/CheckboxListBridge.js +8 -0
  6. package/esm2015/lib/CheckboxListView_combined.js +356 -322
  7. package/esm2015/lib/ColumnChooserView_combined.js +7 -7
  8. package/esm2015/lib/ColumnFilterCondition_combined.js +2987 -2879
  9. package/esm2015/lib/ColumnGroupingView_combined.js +4 -4
  10. package/esm2015/lib/ColumnPinningView_combined.js +5 -5
  11. package/esm2015/lib/ComparisonOperatorSelectorView_combined.js +2 -2
  12. package/esm2015/lib/DataGridLocaleEn.js +8 -0
  13. package/esm2015/lib/DataGridScrollerKeyboardListener.js +16 -16
  14. package/esm2015/lib/GridColumnFilterOptionsView_combined.js +7 -7
  15. package/esm2015/lib/GridColumnGroupOptionsView_combined.js +4 -4
  16. package/esm2015/lib/GridColumnHideOptionsView_combined.js +1 -1
  17. package/esm2015/lib/GridColumnMoveOptionsView_combined.js +1 -1
  18. package/esm2015/lib/GridColumnOptionsView_combined.js +1 -1
  19. package/esm2015/lib/GridColumnPinOptionsView_combined.js +1 -1
  20. package/esm2015/lib/GridColumnSummaryOptionsView_combined.js +6 -6
  21. package/esm2015/lib/GridExternalWrapper.js +6 -6
  22. package/esm2015/lib/GridFilterDialogView_combined.js +188 -173
  23. package/esm2015/lib/GridIconRepository.js +4 -4
  24. package/esm2015/lib/ISummaryChooserView_combined.js +5 -5
  25. package/esm2015/lib/MultiColumnComboBoxView_combined.js +5 -5
  26. package/esm2015/lib/PropertyEditorView_combined.js +6 -6
  27. package/esm2015/lib/TemplateCellPresenter.js +1 -1
  28. package/esm2015/lib/TemplateHeader.js +1 -1
  29. package/esm2015/lib/TextHeaderCell.js +7 -7
  30. package/esm2015/lib/TextHeaderCellPresenter.js +14 -11
  31. package/esm2015/lib/igx-checkbox-list-component.js +57 -46
  32. package/esm2015/lib/igx-column-chooser-component.js +1 -1
  33. package/esm2015/lib/igx-column-pinning-component.js +1 -1
  34. package/esm2015/lib/igx-combo-box-column-component.js +10 -10
  35. package/esm2015/lib/igx-data-grid-column-component.js +101 -85
  36. package/esm2015/lib/igx-data-grid-component.js +24 -1
  37. package/esm2015/lib/igx-data-grid-filter-dialog-component.js +36 -25
  38. package/esm2015/lib/igx-date-time-column-component.js +20 -20
  39. package/esm2015/lib/igx-grid-column-filter-options-component.js +1 -1
  40. package/esm2015/lib/igx-image-column-component.js +10 -10
  41. package/esm2015/lib/igx-numeric-column-component.js +32 -32
  42. package/esm2015/lib/igx-text-column-component.js +8 -8
  43. package/esm2015/lib/igx-text-header-cell-info.js +26 -20
  44. package/esm5/lib/CanvasTemplateCellPresenter.js +1 -1
  45. package/esm5/lib/CellPresenterBase.js +1 -1
  46. package/esm5/lib/CheckboxListBridge.js +8 -0
  47. package/esm5/lib/CheckboxListView_combined.js +346 -308
  48. package/esm5/lib/ColumnChooserView_combined.js +7 -7
  49. package/esm5/lib/ColumnFilterCondition_combined.js +2901 -2773
  50. package/esm5/lib/ColumnGroupingView_combined.js +4 -4
  51. package/esm5/lib/ColumnPinningView_combined.js +5 -5
  52. package/esm5/lib/ComparisonOperatorSelectorView_combined.js +2 -2
  53. package/esm5/lib/DataGridLocaleEn.js +8 -0
  54. package/esm5/lib/DataGridScrollerKeyboardListener.js +16 -16
  55. package/esm5/lib/GridColumnFilterOptionsView_combined.js +7 -7
  56. package/esm5/lib/GridColumnGroupOptionsView_combined.js +4 -4
  57. package/esm5/lib/GridColumnHideOptionsView_combined.js +1 -1
  58. package/esm5/lib/GridColumnMoveOptionsView_combined.js +1 -1
  59. package/esm5/lib/GridColumnOptionsView_combined.js +1 -1
  60. package/esm5/lib/GridColumnPinOptionsView_combined.js +1 -1
  61. package/esm5/lib/GridColumnSummaryOptionsView_combined.js +6 -6
  62. package/esm5/lib/GridExternalWrapper.js +6 -6
  63. package/esm5/lib/GridFilterDialogView_combined.js +183 -164
  64. package/esm5/lib/GridIconRepository.js +4 -4
  65. package/esm5/lib/ISummaryChooserView_combined.js +5 -5
  66. package/esm5/lib/MultiColumnComboBoxView_combined.js +5 -5
  67. package/esm5/lib/PropertyEditorView_combined.js +6 -6
  68. package/esm5/lib/TemplateCellPresenter.js +1 -1
  69. package/esm5/lib/TemplateHeader.js +1 -1
  70. package/esm5/lib/TextHeaderCell.js +7 -7
  71. package/esm5/lib/TextHeaderCellPresenter.js +14 -11
  72. package/esm5/lib/igx-checkbox-list-component.js +60 -45
  73. package/esm5/lib/igx-column-chooser-component.js +1 -1
  74. package/esm5/lib/igx-column-pinning-component.js +1 -1
  75. package/esm5/lib/igx-combo-box-column-component.js +10 -10
  76. package/esm5/lib/igx-data-grid-column-component.js +109 -85
  77. package/esm5/lib/igx-data-grid-component.js +32 -1
  78. package/esm5/lib/igx-data-grid-filter-dialog-component.js +40 -25
  79. package/esm5/lib/igx-date-time-column-component.js +20 -20
  80. package/esm5/lib/igx-grid-column-filter-options-component.js +1 -1
  81. package/esm5/lib/igx-image-column-component.js +10 -10
  82. package/esm5/lib/igx-numeric-column-component.js +32 -32
  83. package/esm5/lib/igx-text-column-component.js +8 -8
  84. package/esm5/lib/igx-text-header-cell-info.js +30 -20
  85. package/fesm2015/igniteui-angular-data-grids.js +3975 -3732
  86. package/fesm5/igniteui-angular-data-grids.js +3905 -3606
  87. package/lib/CheckboxListExternal.d.ts +2 -0
  88. package/lib/CheckboxListView_combined.d.ts +98 -94
  89. package/lib/ColumnFilterCondition_combined.d.ts +711 -694
  90. package/lib/DataGridLocaleEn.d.ts +8 -0
  91. package/lib/GridFilterDialogView_combined.d.ts +52 -49
  92. package/lib/igx-checkbox-list-component.d.ts +6 -1
  93. package/lib/igx-data-grid-column-component.d.ts +5 -1
  94. package/lib/igx-data-grid-component.d.ts +13 -1
  95. package/lib/igx-data-grid-filter-dialog-component.d.ts +6 -1
  96. package/lib/igx-text-header-cell-info.d.ts +2 -0
  97. 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.b7();
66
+ this.b.b8();
67
67
  }
68
68
  t() {
69
- this.b.bz(this.l, this.k, this.aa);
69
+ this.b.b0(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.cr, this.b.cq, this.b.cp);
190
+ let g = ElevationHelper.e(12, this.b.ct, this.b.cs, this.b.cr);
191
191
  e.setStyleProperty("boxShadow", g);
192
192
  e.listen("mousedown", runOn(this, this.o));
193
193
  this.onDocumentKeyDown = this.onDocumentKeyDown.bind(this);
@@ -319,24 +319,25 @@ export let GridFilterDialog = /*@__PURE__*/ (() => {
319
319
  this.i = 0;
320
320
  this.as = 0;
321
321
  this.at = 0;
322
- this.co = null;
322
+ this.cq = null;
323
323
  this.ao = DeviceUtils.g(24);
324
324
  this.w = 1;
325
- this.cg = null;
326
- this.cm = null;
327
- this.z = null;
328
- this.ck = null;
325
+ this.ch = null;
329
326
  this.cn = null;
330
- this.cj = null;
327
+ this.z = null;
331
328
  this.cl = null;
332
- this.ch = null;
329
+ this.co = null;
330
+ this.cp = null;
331
+ this.ck = null;
332
+ this.cm = null;
333
333
  this.ci = null;
334
+ this.cj = null;
334
335
  this.y = null;
335
- this.cf = null;
336
+ this.cg = null;
336
337
  this.au = -1;
338
+ this.ct = null;
339
+ this.cs = null;
337
340
  this.cr = null;
338
- this.cq = null;
339
- this.cp = null;
340
341
  this.ac = null;
341
342
  this.ae = false;
342
343
  this.m = null;
@@ -352,9 +353,9 @@ export let GridFilterDialog = /*@__PURE__*/ (() => {
352
353
  this.renderCompleted = null;
353
354
  this.s = new GridFilterDialogView(this);
354
355
  this.x = 1;
355
- this.cr = BrushUtil.l(66, 0, 0, 0);
356
- this.cq = BrushUtil.l(30, 0, 0, 0);
357
- this.cp = BrushUtil.l(20, 0, 0, 0);
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);
358
359
  }
359
360
  get a1() {
360
361
  return this.a0;
@@ -369,7 +370,7 @@ export let GridFilterDialog = /*@__PURE__*/ (() => {
369
370
  let b = this.af;
370
371
  this.af = a;
371
372
  if (b != this.af) {
372
- this.b6("IsAnimationEnabled", b, this.af);
373
+ this.b7("IsAnimationEnabled", b, this.af);
373
374
  }
374
375
  }
375
376
  get aq() {
@@ -378,7 +379,7 @@ export let GridFilterDialog = /*@__PURE__*/ (() => {
378
379
  set aq(a) {
379
380
  let b = this.an;
380
381
  this.an = a;
381
- this.b6("PixelScalingRatio", b, this.an);
382
+ this.b7("PixelScalingRatio", b, this.an);
382
383
  }
383
384
  get ap() {
384
385
  return this.am;
@@ -386,7 +387,7 @@ export let GridFilterDialog = /*@__PURE__*/ (() => {
386
387
  set ap(a) {
387
388
  let b = this.am;
388
389
  this.am = a;
389
- this.b6("ActualPixelScalingRatio", b, this.am);
390
+ this.b7("ActualPixelScalingRatio", b, this.am);
390
391
  }
391
392
  get l() {
392
393
  return this.j;
@@ -395,7 +396,7 @@ export let GridFilterDialog = /*@__PURE__*/ (() => {
395
396
  let b = this.j;
396
397
  this.j = a;
397
398
  if (b != this.j) {
398
- this.b6("IconHorizontalAlignment", enumGetBox(CellContentHorizontalAlignment_$type, b), enumGetBox(CellContentHorizontalAlignment_$type, this.j));
399
+ this.b7("IconHorizontalAlignment", enumGetBox(CellContentHorizontalAlignment_$type, b), enumGetBox(CellContentHorizontalAlignment_$type, this.j));
399
400
  }
400
401
  }
401
402
  get k() {
@@ -405,7 +406,7 @@ export let GridFilterDialog = /*@__PURE__*/ (() => {
405
406
  let b = this.i;
406
407
  this.i = a;
407
408
  if (b != this.i) {
408
- this.b6("HeaderTextALignment", enumGetBox(CellContentHorizontalAlignment_$type, b), enumGetBox(CellContentHorizontalAlignment_$type, this.i));
409
+ this.b7("HeaderTextALignment", enumGetBox(CellContentHorizontalAlignment_$type, b), enumGetBox(CellContentHorizontalAlignment_$type, this.i));
409
410
  }
410
411
  }
411
412
  get av() {
@@ -415,7 +416,7 @@ export let GridFilterDialog = /*@__PURE__*/ (() => {
415
416
  let b = this.as;
416
417
  this.as = a;
417
418
  if (b != this.as) {
418
- this.b6("CellPaddingLeft", b, this.as);
419
+ this.b7("CellPaddingLeft", b, this.as);
419
420
  }
420
421
  }
421
422
  get aw() {
@@ -425,17 +426,17 @@ export let GridFilterDialog = /*@__PURE__*/ (() => {
425
426
  let b = this.at;
426
427
  this.at = a;
427
428
  if (b != this.at) {
428
- this.b6("CellPaddingRight", b, this.at);
429
+ this.b7("CellPaddingRight", b, this.at);
429
430
  }
430
431
  }
431
- get c1() {
432
- return this.co;
432
+ get c4() {
433
+ return this.cq;
433
434
  }
434
- set c1(a) {
435
- let b = this.co;
436
- this.co = a;
437
- if (b != this.co) {
438
- this.b6("IconColor", b, this.co);
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);
439
440
  }
440
441
  }
441
442
  get ar() {
@@ -445,7 +446,7 @@ export let GridFilterDialog = /*@__PURE__*/ (() => {
445
446
  let b = this.ao;
446
447
  this.ao = a;
447
448
  if (b != this.ao) {
448
- this.b6("ViewSize", b, this.ao);
449
+ this.b7("ViewSize", b, this.ao);
449
450
  }
450
451
  }
451
452
  get x() {
@@ -455,27 +456,27 @@ export let GridFilterDialog = /*@__PURE__*/ (() => {
455
456
  let b = this.w;
456
457
  this.w = a;
457
458
  if (this.w != b) {
458
- this.b6("Theme", enumGetBox(BaseControlTheme_$type, b), enumGetBox(BaseControlTheme_$type, this.w));
459
+ this.b7("Theme", enumGetBox(BaseControlTheme_$type, b), enumGetBox(BaseControlTheme_$type, this.w));
459
460
  }
460
461
  }
461
- get ct() {
462
- return this.cg;
462
+ get cv() {
463
+ return this.ch;
463
464
  }
464
- set ct(a) {
465
- let b = this.cg;
466
- this.cg = a;
467
- if (b != this.cg) {
468
- this.b6("ColumnOptionsBackground", b, this.cg);
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);
469
470
  }
470
471
  }
471
- get cz() {
472
- return this.cm;
472
+ get c1() {
473
+ return this.cn;
473
474
  }
474
- set cz(a) {
475
- let b = this.cm;
476
- this.cm = a;
477
- if (b != this.cm) {
478
- this.b6("ColumnOptionsTextColor", b, this.cm);
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);
479
480
  }
480
481
  }
481
482
  get ab() {
@@ -485,67 +486,77 @@ export let GridFilterDialog = /*@__PURE__*/ (() => {
485
486
  let b = this.z;
486
487
  this.z = a;
487
488
  if (b != this.z) {
488
- this.b6("ColumnOptionsTextStyle", b, this.z);
489
+ this.b7("ColumnOptionsTextStyle", b, this.z);
489
490
  }
490
491
  }
491
- get cx() {
492
- return this.ck;
492
+ get cz() {
493
+ return this.cl;
493
494
  }
494
- set cx(a) {
495
- let b = this.ck;
496
- this.ck = a;
497
- if (b != this.ck) {
498
- this.b6("ColumnOptionsHoverBackgroundColor", b, this.ck);
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);
499
500
  }
500
501
  }
501
- get c0() {
502
- return this.cn;
502
+ get c2() {
503
+ return this.co;
503
504
  }
504
- set c0(a) {
505
- let b = this.cn;
506
- this.cn = a;
507
- if (b != this.cn) {
508
- this.b6("ColumnOptionsToolTipBackgroundColor", b, this.cn);
505
+ set c2(a) {
506
+ let b = this.co;
507
+ this.co = a;
508
+ if (b != this.co) {
509
+ this.b7("ColumnOptionsToolTipBackgroundColor", b, this.co);
509
510
  }
510
511
  }
511
- get cw() {
512
- return this.cj;
512
+ get c3() {
513
+ return this.cp;
513
514
  }
514
- set cw(a) {
515
- let b = this.cj;
516
- this.cj = a;
517
- if (b != this.cj) {
518
- this.b6("ColumnOptionsHighlightColor", b, this.cj);
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);
519
520
  }
520
521
  }
521
522
  get cy() {
522
- return this.cl;
523
+ return this.ck;
523
524
  }
524
525
  set cy(a) {
525
- let b = this.cl;
526
- this.cl = a;
527
- if (b != this.cl) {
528
- this.b6("ColumnOptionsSeparatorColor", b, this.cl);
526
+ let b = this.ck;
527
+ this.ck = a;
528
+ if (b != this.ck) {
529
+ this.b7("ColumnOptionsHighlightColor", b, this.ck);
529
530
  }
530
531
  }
531
- get cu() {
532
- return this.ch;
532
+ get c0() {
533
+ return this.cm;
533
534
  }
534
- set cu(a) {
535
- let b = this.ch;
536
- this.ch = a;
537
- if (b != this.ch) {
538
- this.b6("ColumnOptionsGroupHeaderBackground", b, this.ch);
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);
539
540
  }
540
541
  }
541
- get cv() {
542
+ get cw() {
542
543
  return this.ci;
543
544
  }
544
- set cv(a) {
545
+ set cw(a) {
545
546
  let b = this.ci;
546
547
  this.ci = a;
547
548
  if (b != this.ci) {
548
- this.b6("ColumnOptionsGroupHeaderTextColor", b, this.ci);
549
+ this.b7("ColumnOptionsGroupHeaderBackground", b, this.ci);
550
+ }
551
+ }
552
+ get cx() {
553
+ return this.cj;
554
+ }
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);
549
560
  }
550
561
  }
551
562
  get aa() {
@@ -555,17 +566,17 @@ export let GridFilterDialog = /*@__PURE__*/ (() => {
555
566
  let b = this.y;
556
567
  this.y = a;
557
568
  if (b != this.y) {
558
- this.b6("ColumnOptionsGroupHeaderTextStyle", b, this.y);
569
+ this.b7("ColumnOptionsGroupHeaderTextStyle", b, this.y);
559
570
  }
560
571
  }
561
- get cs() {
562
- return this.cf;
572
+ get cu() {
573
+ return this.cg;
563
574
  }
564
- set cs(a) {
565
- let b = this.cf;
566
- this.cf = a;
567
- if (b != this.cf) {
568
- this.b6("ColumnOptionsAccentColor", b, this.cf);
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);
569
580
  }
570
581
  }
571
582
  get ax() {
@@ -575,19 +586,19 @@ export let GridFilterDialog = /*@__PURE__*/ (() => {
575
586
  let b = this.au;
576
587
  this.au = a;
577
588
  if (b != this.au) {
578
- this.b6("ColumnOptionsRowHeight", b, this.au);
589
+ this.b7("ColumnOptionsRowHeight", b, this.au);
579
590
  }
580
591
  }
581
592
  get aj() {
582
593
  return this.v != null ? this.v.bz : false;
583
594
  }
584
- b6(a, b, c) {
585
- this.b9(a, b, c);
595
+ b7(a, b, c) {
596
+ this.ca(a, b, c);
586
597
  if (this.propertyChanged != null) {
587
598
  this.propertyChanged(this, new PropertyChangedEventArgs(a));
588
599
  }
589
600
  }
590
- b9(a, b, c) {
601
+ ca(a, b, c) {
591
602
  switch (a) {
592
603
  case "PixelScalingRatio":
593
604
  this.ap = this.aq;
@@ -610,18 +621,17 @@ export let GridFilterDialog = /*@__PURE__*/ (() => {
610
621
  break;
611
622
  case "ColumnOptionsBackground":
612
623
  if (this.v != null) {
613
- this.v.cl = this.ct;
614
- this.v.cq = this.ct;
624
+ this.v.cl = this.cv;
625
+ this.v.cq = this.cv;
615
626
  }
616
627
  break;
617
628
  case "ColumnOptionsTextColor":
618
629
  if (this.v != null) {
619
- this.v.cn = this.cz;
620
- this.v.cp = this.cz;
621
- this.v.cb = this.cz;
622
- this.v.ch = this.cz;
623
- this.v.ci = this.cz;
624
- this.v.cj = this.cz;
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;
625
635
  }
626
636
  break;
627
637
  case "ColumnOptionsTextStyle":
@@ -631,32 +641,37 @@ export let GridFilterDialog = /*@__PURE__*/ (() => {
631
641
  break;
632
642
  case "ColumnOptionsHoverBackgroundColor":
633
643
  if (this.v != null) {
634
- this.v.cg = this.cx;
644
+ this.v.cg = this.cz;
635
645
  }
636
646
  break;
637
647
  case "ColumnOptionsToolTipBackgroundColor":
638
648
  if (this.v != null) {
639
- this.v.co = this.c0;
649
+ this.v.co = this.c2;
650
+ }
651
+ break;
652
+ case "ColumnOptionsToolTipTextColor":
653
+ if (this.v != null) {
654
+ this.v.cp = this.c3;
640
655
  }
641
656
  break;
642
657
  case "ColumnOptionsHighlightColor":
643
658
  if (this.v != null) {
644
- this.v.cf = this.cw;
659
+ this.v.cf = this.cy;
645
660
  }
646
661
  break;
647
662
  case "ColumnOptionsSeparatorColor":
648
663
  if (this.v != null) {
649
- this.v.ck = this.cy;
664
+ this.v.ck = this.c0;
650
665
  }
651
666
  break;
652
667
  case "ColumnOptionsGroupHeaderBackground":
653
668
  if (this.v != null) {
654
- this.v.cc = this.cu;
669
+ this.v.cc = this.cw;
655
670
  }
656
671
  break;
657
672
  case "ColumnOptionsGroupHeaderTextColor":
658
673
  if (this.v != null) {
659
- this.v.ce = this.cv;
674
+ this.v.ce = this.cx;
660
675
  }
661
676
  break;
662
677
  case "ColumnOptionsGroupHeaderTextStyle":
@@ -666,10 +681,10 @@ export let GridFilterDialog = /*@__PURE__*/ (() => {
666
681
  break;
667
682
  case "ColumnOptionsAccentColor":
668
683
  if (this.v != null) {
669
- this.v.b7 = this.cs;
670
- this.v.b9 = this.cs;
671
- this.v.ca = this.cs;
672
- this.v.cr = this.cs;
684
+ this.v.b7 = this.cu;
685
+ this.v.b9 = this.cu;
686
+ this.v.ca = this.cu;
687
+ this.v.cr = this.cu;
673
688
  }
674
689
  break;
675
690
  case "ColumnOptionsRowHeight":
@@ -679,9 +694,9 @@ export let GridFilterDialog = /*@__PURE__*/ (() => {
679
694
  break;
680
695
  }
681
696
  }
682
- ca(a, b, c) {
697
+ cb(a, b, c) {
683
698
  this.s.v(a, b, c);
684
- this.b3();
699
+ this.b4();
685
700
  }
686
701
  get n() {
687
702
  return this.m;
@@ -690,87 +705,87 @@ export let GridFilterDialog = /*@__PURE__*/ (() => {
690
705
  let b = this.m;
691
706
  this.m = a;
692
707
  if (this.m != b) {
693
- this.b2(b, this.m);
708
+ this.b3(b, this.m);
694
709
  }
695
710
  }
696
- b2(a, b) {
711
+ b3(a, b) {
697
712
  this.ad = true;
698
713
  }
699
- b3() {
714
+ b4() {
700
715
  NativeUIComponent.av(this.s.p(), 18, (a) => {
701
716
  let b = a;
702
717
  this.v = b;
703
718
  this.v.b2 = 16;
704
719
  this.v.b8 = BrushUtil.l(0, 0, 0, 0);
705
720
  this.v.v = false;
706
- this.v.br = runOn(this, this.bt);
707
- this.v.bp = runOn(this, this.bs);
721
+ this.v.br = runOn(this, this.bu);
722
+ this.v.bp = runOn(this, this.bt);
708
723
  this.v.b0 = false;
709
724
  this.s.r(this.v);
710
725
  this.v.c = this.x;
711
- this.v.cl = this.ct;
712
- this.v.cq = this.ct;
713
- this.v.cn = this.cz;
714
- this.v.ce = this.cv;
715
- this.v.cp = this.cz;
716
- this.v.cb = this.cz;
717
- this.v.ch = this.cz;
718
- this.v.ci = this.cz;
719
- this.v.cj = this.cz;
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;
720
734
  this.v.bw = this.ab;
721
- this.v.cg = this.cx;
722
- this.v.co = this.c0;
723
- this.v.cf = this.cw;
724
- this.v.ck = this.cy;
725
- this.v.cc = this.cu;
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;
726
741
  this.v.bx = this.aa;
727
- this.v.b7 = this.cs;
728
- this.v.b9 = this.cs;
729
- this.v.ca = this.cs;
730
- this.v.cr = this.cs;
742
+ this.v.b7 = this.cu;
743
+ this.v.b9 = this.cu;
744
+ this.v.ca = this.cu;
745
+ this.v.cr = this.cu;
731
746
  this.v.b3 = this.ax;
732
747
  this.v.b4 = this.n;
733
748
  });
734
749
  }
735
- bt(a, b) {
750
+ bu(a, b) {
736
751
  if (this.ad) {
737
752
  this.ad = false;
738
753
  this.v.b4 = this.n;
739
754
  }
740
755
  if (this.n != null) {
741
756
  if (this.n.grid != null) {
742
- this.n.grid.wg();
757
+ this.n.grid.wk();
743
758
  }
744
- this.n.pb();
759
+ this.n.pd();
745
760
  }
746
761
  if (this.dialogOpening != null) {
747
762
  let c = new GridFilterDialogOpeningEventArgs();
748
763
  this.dialogOpening(this, c);
749
764
  }
750
765
  }
751
- bs(a, b) {
766
+ bt(a, b) {
752
767
  if (this.ae) {
753
- this.by();
768
+ this.bz();
754
769
  }
755
770
  }
756
- bv(a, b) {
771
+ bw(a, b) {
757
772
  switch (b.propertyName) {
758
773
  case "IsHidden": break;
759
774
  }
760
775
  }
761
- b4() {
776
+ b5() {
762
777
  }
763
- b5(a, b) {
764
- a.onModified = delegateRemove(a.onModified, runOn(this, this.b8));
778
+ b6(a, b) {
779
+ a.onModified = delegateRemove(a.onModified, runOn(this, this.b9));
765
780
  if (b) {
766
- this.cc();
781
+ this.cd();
767
782
  }
768
783
  else {
769
- this.cb(a, true);
784
+ this.cc(a, true);
770
785
  }
771
786
  this.f = null;
772
787
  }
773
- bw() {
788
+ bx() {
774
789
  this.s.s();
775
790
  if (this.ac == null) {
776
791
  let a = new AnimationKeyFrameEffectTiming();
@@ -779,7 +794,7 @@ export let GridFilterDialog = /*@__PURE__*/ (() => {
779
794
  this.ac = KeyFrameAnimationFactory.f.c(this.s.a(a).m(new AnimationKeyFrameProperty(1, 0)).m(new AnimationKeyFrameProperty(1, 1)));
780
795
  }
781
796
  }
782
- cd() {
797
+ ce() {
783
798
  if (this.filterChanged != null) {
784
799
  this.filterChanged(this, ((() => {
785
800
  let $ret = new GridFilterDialogFilterChangeEventArgs();
@@ -788,7 +803,7 @@ export let GridFilterDialog = /*@__PURE__*/ (() => {
788
803
  })()));
789
804
  }
790
805
  }
791
- cc() {
806
+ cd() {
792
807
  if (this.filterChanged != null) {
793
808
  this.filterChanged(this, ((() => {
794
809
  let $ret = new GridFilterDialogFilterChangeEventArgs();
@@ -797,7 +812,7 @@ export let GridFilterDialog = /*@__PURE__*/ (() => {
797
812
  })()));
798
813
  }
799
814
  }
800
- cb(a, b) {
815
+ cc(a, b) {
801
816
  let c = this.e(a);
802
817
  if (b) {
803
818
  if (this.filterChanged != null) {
@@ -902,30 +917,30 @@ export let GridFilterDialog = /*@__PURE__*/ (() => {
902
917
  c(a) {
903
918
  return EnumUtil.getEnumValue(ColumnComparisonConditionOperatorType_$type, EnumUtil.parse(ColumnComparisonConditionOperatorType_$type, a, true));
904
919
  }
905
- b8(a) {
906
- this.cb(a, false);
920
+ b9(a) {
921
+ this.cc(a, false);
907
922
  }
908
923
  t(a, b) {
909
924
  let c = new GridFilterDialogViewModel();
910
925
  if (a != null) {
911
- this.bu(c, a, b);
926
+ this.bv(c, a, b);
912
927
  }
913
928
  else {
914
929
  let d = new GridFilterDialogViewModelRow();
915
930
  d.f = b;
916
931
  d.e = GridFilterDialog.a(b);
917
932
  d.d = GridFilterDialog.b(b);
918
- d.l = GridFilterDialog.bk(b[0]);
933
+ d.l = GridFilterDialog.bl(b[0]);
919
934
  c.f.add(d);
920
935
  }
921
936
  return c;
922
937
  }
923
- bu(a, b, c) {
938
+ bv(a, b, c) {
924
939
  if (b.isGroup()) {
925
940
  let d = b;
926
941
  for (let e = 0; e < d.count; e++) {
927
942
  let f = d.item(e);
928
- this.bu(a, f, c);
943
+ this.bv(a, f, c);
929
944
  }
930
945
  }
931
946
  else {
@@ -934,7 +949,7 @@ export let GridFilterDialog = /*@__PURE__*/ (() => {
934
949
  }
935
950
  u(a, b) {
936
951
  let c = new GridFilterDialogViewModelRow();
937
- c.l = GridFilterDialog.bk(a.operator);
952
+ c.l = GridFilterDialog.bl(a.operator);
938
953
  c.f = b;
939
954
  c.e = GridFilterDialog.a(b);
940
955
  c.i = GridFilterDialog.a2(GridFilterDialog.ay(a.operator), a.operator, a);
@@ -964,24 +979,24 @@ export let GridFilterDialog = /*@__PURE__*/ (() => {
964
979
  }
965
980
  return b;
966
981
  }
967
- static bk(a) {
982
+ static bl(a) {
968
983
  return EnumUtil.getName(ColumnComparisonConditionOperatorType_$type, a);
969
984
  }
970
- b1(a, b) {
985
+ b2(a, b) {
971
986
  this.s.w(a, b);
972
987
  }
973
- b0() {
988
+ b1() {
974
989
  this.s.u();
975
990
  }
976
- bz(a, b, c) {
991
+ b0(a, b, c) {
977
992
  }
978
- ce() {
993
+ cf() {
979
994
  this.ae = false;
980
995
  if (this.s.q == null || NativeUI.g(this.s.q) == 1) {
981
996
  return;
982
997
  }
983
998
  if (this.ai) {
984
- this.bw();
999
+ this.bx();
985
1000
  if (this.ac.playbackRate < 0) {
986
1001
  this.ac.reverse();
987
1002
  }
@@ -994,14 +1009,14 @@ export let GridFilterDialog = /*@__PURE__*/ (() => {
994
1009
  NativeUI.ab(this.s.q, 1);
995
1010
  }
996
1011
  }
997
- by() {
1012
+ bz() {
998
1013
  this.ae = true;
999
1014
  if (!this.aj) {
1000
1015
  if (this.s.q == null || NativeUI.g(this.s.q) == 0) {
1001
1016
  return;
1002
1017
  }
1003
1018
  if (this.ai) {
1004
- this.bw();
1019
+ this.bx();
1005
1020
  if (this.ac.playbackRate < 0) {
1006
1021
  this.ac.play();
1007
1022
  }
@@ -1028,12 +1043,12 @@ export let GridFilterDialog = /*@__PURE__*/ (() => {
1028
1043
  set invalidateActions(a) {
1029
1044
  this._invalidateActions = a;
1030
1045
  }
1031
- b7() {
1046
+ b8() {
1032
1047
  if (this.renderCompleted != null) {
1033
1048
  this.renderCompleted(this, new FilterDialogRenderCompletedEventArgs());
1034
1049
  }
1035
1050
  }
1036
- bx() {
1051
+ by() {
1037
1052
  if (this.v != null) {
1038
1053
  if (this.n != null && this.v.b4 != this.n) {
1039
1054
  this.v.b4 = this.n;
@@ -1046,7 +1061,7 @@ export let GridFilterDialog = /*@__PURE__*/ (() => {
1046
1061
  getDesiredToolbarActions() {
1047
1062
  if (!GridFilterDialog.ag) {
1048
1063
  GridFilterDialog.ag = true;
1049
- SvgIconRegistry.instance.addSvgPathString("XGrid", "DotDotDot", GridFilterDialog.bj);
1064
+ SvgIconRegistry.instance.addSvgPathString("XGrid", "DotDotDot", GridFilterDialog.bk);
1050
1065
  }
1051
1066
  let a = new ToolActionIconMenuInfo();
1052
1067
  a.name = "DataGridColumnOptionsPlaceholder";
@@ -1092,7 +1107,7 @@ export let GridFilterDialog = /*@__PURE__*/ (() => {
1092
1107
  }
1093
1108
  GridFilterDialog.$t = markType(GridFilterDialog, 'GridFilterDialog', Base.$, [INotifyPropertyChanged_$type, IToolbarTarget_$type]);
1094
1109
  GridFilterDialog.ag = false;
1095
- GridFilterDialog.bj = "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";
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";
1096
1111
  return GridFilterDialog;
1097
1112
  })();
1098
1113
  /**
@@ -1122,7 +1137,7 @@ export let GridFilterDialogViewModel = /*@__PURE__*/ (() => {
1122
1137
  a.f = b;
1123
1138
  a.e = GridFilterDialog.a(b);
1124
1139
  a.d = GridFilterDialog.b(b);
1125
- a.l = GridFilterDialog.bk(b[0]);
1140
+ a.l = GridFilterDialog.bl(b[0]);
1126
1141
  this.f.add(a);
1127
1142
  }
1128
1143
  u(a) {