igniteui-webcomponents-layouts 7.0.0 → 7.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (64) hide show
  1. package/bundles/igniteui-webcomponents-layouts.umd.js +5037 -4563
  2. package/bundles/igniteui-webcomponents-layouts.umd.min.js +1 -1
  3. package/esm2015/lib/ComboEditorView_combined.js +27 -27
  4. package/esm2015/lib/ExpansionPanelView_combined.js +7 -7
  5. package/esm2015/lib/GridColumnProviderOnAttachingOverrideEventArgs.js +18 -0
  6. package/esm2015/lib/ListPanelView_combined.js +1 -1
  7. package/esm2015/lib/NativeUILayoutFactory_combined.js +4314 -4089
  8. package/esm2015/lib/PropertyEditorPanelView_combined.js +26 -26
  9. package/esm2015/lib/TooltipTextPresenter.js +2 -2
  10. package/esm2015/lib/igc-tool-action-button-component.js +6 -6
  11. package/esm2015/lib/igc-tool-action-button-pair-component.js +103 -103
  12. package/esm2015/lib/igc-tool-action-checkbox-component.js +27 -27
  13. package/esm2015/lib/igc-tool-action-checkbox-list-component.js +97 -17
  14. package/esm2015/lib/igc-tool-action-color-editor-component.js +3 -3
  15. package/esm2015/lib/igc-tool-action-combo-component.js +8 -8
  16. package/esm2015/lib/igc-tool-action-component.js +94 -80
  17. package/esm2015/lib/igc-tool-action-field-selector-component.js +45 -45
  18. package/esm2015/lib/igc-tool-action-group-header-component.js +6 -6
  19. package/esm2015/lib/igc-tool-action-icon-button-component.js +32 -32
  20. package/esm2015/lib/igc-tool-action-icon-menu-component.js +9 -9
  21. package/esm2015/lib/igc-tool-action-number-input-component.js +3 -3
  22. package/esm2015/lib/igc-tool-action-radio-component.js +32 -32
  23. package/esm2015/lib/igc-tool-action-separator-component.js +6 -6
  24. package/esm2015/lib/igc-tool-action-sub-panel-component.js +3 -3
  25. package/esm2015/lib/igc-tool-action-text-input-component.js +2 -2
  26. package/esm2015/lib/igc-tool-panel-component.js +156 -142
  27. package/esm2015/lib/igc-toolbar-component.js +99 -87
  28. package/esm2015/public_api.js +1 -0
  29. package/esm5/lib/ComboEditorView_combined.js +27 -27
  30. package/esm5/lib/ExpansionPanelView_combined.js +7 -7
  31. package/esm5/lib/GridColumnProviderOnAttachingOverrideEventArgs.js +21 -0
  32. package/esm5/lib/ListPanelView_combined.js +1 -1
  33. package/esm5/lib/NativeUILayoutFactory_combined.js +4171 -3886
  34. package/esm5/lib/PropertyEditorPanelView_combined.js +26 -26
  35. package/esm5/lib/TooltipTextPresenter.js +2 -2
  36. package/esm5/lib/igc-tool-action-button-component.js +6 -6
  37. package/esm5/lib/igc-tool-action-button-pair-component.js +103 -103
  38. package/esm5/lib/igc-tool-action-checkbox-component.js +27 -27
  39. package/esm5/lib/igc-tool-action-checkbox-list-component.js +129 -17
  40. package/esm5/lib/igc-tool-action-color-editor-component.js +3 -3
  41. package/esm5/lib/igc-tool-action-combo-component.js +8 -8
  42. package/esm5/lib/igc-tool-action-component.js +102 -80
  43. package/esm5/lib/igc-tool-action-field-selector-component.js +45 -45
  44. package/esm5/lib/igc-tool-action-group-header-component.js +6 -6
  45. package/esm5/lib/igc-tool-action-icon-button-component.js +32 -32
  46. package/esm5/lib/igc-tool-action-icon-menu-component.js +9 -9
  47. package/esm5/lib/igc-tool-action-number-input-component.js +3 -3
  48. package/esm5/lib/igc-tool-action-radio-component.js +32 -32
  49. package/esm5/lib/igc-tool-action-separator-component.js +6 -6
  50. package/esm5/lib/igc-tool-action-sub-panel-component.js +3 -3
  51. package/esm5/lib/igc-tool-action-text-input-component.js +2 -2
  52. package/esm5/lib/igc-tool-panel-component.js +164 -142
  53. package/esm5/lib/igc-toolbar-component.js +103 -91
  54. package/esm5/public_api.js +1 -0
  55. package/fesm2015/igniteui-webcomponents-layouts.js +5112 -4750
  56. package/fesm5/igniteui-webcomponents-layouts.js +5037 -4564
  57. package/lib/GridColumnProviderOnAttachingOverrideEventArgs.d.ts +8 -0
  58. package/lib/NativeUILayoutFactory_combined.d.ts +972 -935
  59. package/lib/igc-tool-action-checkbox-list-component.d.ts +40 -0
  60. package/lib/igc-tool-action-component.d.ts +4 -0
  61. package/lib/igc-tool-panel-component.d.ts +4 -0
  62. package/lib/igc-toolbar-component.d.ts +7 -1
  63. package/package.json +3 -3
  64. package/public_api.d.ts +1 -0
@@ -433,22 +433,22 @@ export var IgcToolPanelComponent = /** @class */ /*@__PURE__*/ (function (_super
433
433
  * Gets or sets the color to use for the background of the component.
434
434
  */
435
435
  get: function () {
436
- return brushToString(this.i.jf);
436
+ return brushToString(this.i.jl);
437
437
  },
438
438
  set: function (v) {
439
- this.i.jf = stringToBrush(v);
440
- this._a("backgroundColor", brushToString(this.i.jf));
439
+ this.i.jl = stringToBrush(v);
440
+ this._a("backgroundColor", brushToString(this.i.jl));
441
441
  },
442
442
  enumerable: false,
443
443
  configurable: true
444
444
  });
445
445
  Object.defineProperty(IgcToolPanelComponent.prototype, "actualBackgroundColor", {
446
446
  get: function () {
447
- return brushToString(this.i.iu);
447
+ return brushToString(this.i.i0);
448
448
  },
449
449
  set: function (v) {
450
- this.i.iu = stringToBrush(v);
451
- this._a("actualBackgroundColor", brushToString(this.i.iu));
450
+ this.i.i0 = stringToBrush(v);
451
+ this._a("actualBackgroundColor", brushToString(this.i.i0));
452
452
  },
453
453
  enumerable: false,
454
454
  configurable: true
@@ -458,22 +458,22 @@ export var IgcToolPanelComponent = /** @class */ /*@__PURE__*/ (function (_super
458
458
  * Gets or sets the background color for submenus.
459
459
  */
460
460
  get: function () {
461
- return brushToString(this.i.jv);
461
+ return brushToString(this.i.j1);
462
462
  },
463
463
  set: function (v) {
464
- this.i.jv = stringToBrush(v);
465
- this._a("submenuBackgroundColor", brushToString(this.i.jv));
464
+ this.i.j1 = stringToBrush(v);
465
+ this._a("submenuBackgroundColor", brushToString(this.i.j1));
466
466
  },
467
467
  enumerable: false,
468
468
  configurable: true
469
469
  });
470
470
  Object.defineProperty(IgcToolPanelComponent.prototype, "actualSubmenuBackgroundColor", {
471
471
  get: function () {
472
- return brushToString(this.i.i8);
472
+ return brushToString(this.i.je);
473
473
  },
474
474
  set: function (v) {
475
- this.i.i8 = stringToBrush(v);
476
- this._a("actualSubmenuBackgroundColor", brushToString(this.i.i8));
475
+ this.i.je = stringToBrush(v);
476
+ this._a("actualSubmenuBackgroundColor", brushToString(this.i.je));
477
477
  },
478
478
  enumerable: false,
479
479
  configurable: true
@@ -483,22 +483,22 @@ export var IgcToolPanelComponent = /** @class */ /*@__PURE__*/ (function (_super
483
483
  * Gets or sets the group header background color.
484
484
  */
485
485
  get: function () {
486
- return brushToString(this.i.jl);
486
+ return brushToString(this.i.jr);
487
487
  },
488
488
  set: function (v) {
489
- this.i.jl = stringToBrush(v);
490
- this._a("groupHeaderBackgroundColor", brushToString(this.i.jl));
489
+ this.i.jr = stringToBrush(v);
490
+ this._a("groupHeaderBackgroundColor", brushToString(this.i.jr));
491
491
  },
492
492
  enumerable: false,
493
493
  configurable: true
494
494
  });
495
495
  Object.defineProperty(IgcToolPanelComponent.prototype, "actualGroupHeaderBackgroundColor", {
496
496
  get: function () {
497
- return brushToString(this.i.iy);
497
+ return brushToString(this.i.i4);
498
498
  },
499
499
  set: function (v) {
500
- this.i.iy = stringToBrush(v);
501
- this._a("actualGroupHeaderBackgroundColor", brushToString(this.i.iy));
500
+ this.i.i4 = stringToBrush(v);
501
+ this._a("actualGroupHeaderBackgroundColor", brushToString(this.i.i4));
502
502
  },
503
503
  enumerable: false,
504
504
  configurable: true
@@ -508,22 +508,22 @@ export var IgcToolPanelComponent = /** @class */ /*@__PURE__*/ (function (_super
508
508
  * Gets or sets the separator background color.
509
509
  */
510
510
  get: function () {
511
- return brushToString(this.i.ju);
511
+ return brushToString(this.i.j0);
512
512
  },
513
513
  set: function (v) {
514
- this.i.ju = stringToBrush(v);
515
- this._a("separatorBackgroundColor", brushToString(this.i.ju));
514
+ this.i.j0 = stringToBrush(v);
515
+ this._a("separatorBackgroundColor", brushToString(this.i.j0));
516
516
  },
517
517
  enumerable: false,
518
518
  configurable: true
519
519
  });
520
520
  Object.defineProperty(IgcToolPanelComponent.prototype, "actualSeparatorBackgroundColor", {
521
521
  get: function () {
522
- return brushToString(this.i.i7);
522
+ return brushToString(this.i.jd);
523
523
  },
524
524
  set: function (v) {
525
- this.i.i7 = stringToBrush(v);
526
- this._a("actualSeparatorBackgroundColor", brushToString(this.i.i7));
525
+ this.i.jd = stringToBrush(v);
526
+ this._a("actualSeparatorBackgroundColor", brushToString(this.i.jd));
527
527
  },
528
528
  enumerable: false,
529
529
  configurable: true
@@ -533,22 +533,22 @@ export var IgcToolPanelComponent = /** @class */ /*@__PURE__*/ (function (_super
533
533
  * Gets or sets the group header separator background color.
534
534
  */
535
535
  get: function () {
536
- return brushToString(this.i.jm);
536
+ return brushToString(this.i.js);
537
537
  },
538
538
  set: function (v) {
539
- this.i.jm = stringToBrush(v);
540
- this._a("groupHeaderSeparatorBackgroundColor", brushToString(this.i.jm));
539
+ this.i.js = stringToBrush(v);
540
+ this._a("groupHeaderSeparatorBackgroundColor", brushToString(this.i.js));
541
541
  },
542
542
  enumerable: false,
543
543
  configurable: true
544
544
  });
545
545
  Object.defineProperty(IgcToolPanelComponent.prototype, "actualGroupHeaderSeparatorBackgroundColor", {
546
546
  get: function () {
547
- return brushToString(this.i.iz);
547
+ return brushToString(this.i.i5);
548
548
  },
549
549
  set: function (v) {
550
- this.i.iz = stringToBrush(v);
551
- this._a("actualGroupHeaderSeparatorBackgroundColor", brushToString(this.i.iz));
550
+ this.i.i5 = stringToBrush(v);
551
+ this._a("actualGroupHeaderSeparatorBackgroundColor", brushToString(this.i.i5));
552
552
  },
553
553
  enumerable: false,
554
554
  configurable: true
@@ -558,22 +558,22 @@ export var IgcToolPanelComponent = /** @class */ /*@__PURE__*/ (function (_super
558
558
  * Gets or sets the hover background color.
559
559
  */
560
560
  get: function () {
561
- return brushToString(this.i.jq);
561
+ return brushToString(this.i.jw);
562
562
  },
563
563
  set: function (v) {
564
- this.i.jq = stringToBrush(v);
565
- this._a("hoverBackgroundColor", brushToString(this.i.jq));
564
+ this.i.jw = stringToBrush(v);
565
+ this._a("hoverBackgroundColor", brushToString(this.i.jw));
566
566
  },
567
567
  enumerable: false,
568
568
  configurable: true
569
569
  });
570
570
  Object.defineProperty(IgcToolPanelComponent.prototype, "actualHoverBackgroundColor", {
571
571
  get: function () {
572
- return brushToString(this.i.i3);
572
+ return brushToString(this.i.i9);
573
573
  },
574
574
  set: function (v) {
575
- this.i.i3 = stringToBrush(v);
576
- this._a("actualHoverBackgroundColor", brushToString(this.i.i3));
575
+ this.i.i9 = stringToBrush(v);
576
+ this._a("actualHoverBackgroundColor", brushToString(this.i.i9));
577
577
  },
578
578
  enumerable: false,
579
579
  configurable: true
@@ -583,33 +583,33 @@ export var IgcToolPanelComponent = /** @class */ /*@__PURE__*/ (function (_super
583
583
  * Gets or sets the color to use for the text of the component.
584
584
  */
585
585
  get: function () {
586
- return brushToString(this.i.jx);
586
+ return brushToString(this.i.j3);
587
587
  },
588
588
  set: function (v) {
589
- this.i.jx = stringToBrush(v);
590
- this._a("textColor", brushToString(this.i.jx));
589
+ this.i.j3 = stringToBrush(v);
590
+ this._a("textColor", brushToString(this.i.j3));
591
591
  },
592
592
  enumerable: false,
593
593
  configurable: true
594
594
  });
595
595
  Object.defineProperty(IgcToolPanelComponent.prototype, "actualTextColor", {
596
596
  get: function () {
597
- return brushToString(this.i.ja);
597
+ return brushToString(this.i.jg);
598
598
  },
599
599
  set: function (v) {
600
- this.i.ja = stringToBrush(v);
601
- this._a("actualTextColor", brushToString(this.i.ja));
600
+ this.i.jg = stringToBrush(v);
601
+ this._a("actualTextColor", brushToString(this.i.jg));
602
602
  },
603
603
  enumerable: false,
604
604
  configurable: true
605
605
  });
606
606
  Object.defineProperty(IgcToolPanelComponent.prototype, "actualSubtitleTextColor", {
607
607
  get: function () {
608
- return brushToString(this.i.i9);
608
+ return brushToString(this.i.jf);
609
609
  },
610
610
  set: function (v) {
611
- this.i.i9 = stringToBrush(v);
612
- this._a("actualSubtitleTextColor", brushToString(this.i.i9));
611
+ this.i.jf = stringToBrush(v);
612
+ this._a("actualSubtitleTextColor", brushToString(this.i.jf));
613
613
  },
614
614
  enumerable: false,
615
615
  configurable: true
@@ -619,11 +619,11 @@ export var IgcToolPanelComponent = /** @class */ /*@__PURE__*/ (function (_super
619
619
  * Gets or sets the color to use for the subtitle of the component.
620
620
  */
621
621
  get: function () {
622
- return brushToString(this.i.jw);
622
+ return brushToString(this.i.j2);
623
623
  },
624
624
  set: function (v) {
625
- this.i.jw = stringToBrush(v);
626
- this._a("subtitleTextColor", brushToString(this.i.jw));
625
+ this.i.j2 = stringToBrush(v);
626
+ this._a("subtitleTextColor", brushToString(this.i.j2));
627
627
  },
628
628
  enumerable: false,
629
629
  configurable: true
@@ -633,22 +633,22 @@ export var IgcToolPanelComponent = /** @class */ /*@__PURE__*/ (function (_super
633
633
  * Gets or sets the color to use for the text in disabled tool actions.
634
634
  */
635
635
  get: function () {
636
- return brushToString(this.i.ji);
636
+ return brushToString(this.i.jo);
637
637
  },
638
638
  set: function (v) {
639
- this.i.ji = stringToBrush(v);
640
- this._a("disabledTextColor", brushToString(this.i.ji));
639
+ this.i.jo = stringToBrush(v);
640
+ this._a("disabledTextColor", brushToString(this.i.jo));
641
641
  },
642
642
  enumerable: false,
643
643
  configurable: true
644
644
  });
645
645
  Object.defineProperty(IgcToolPanelComponent.prototype, "actualDisabledTextColor", {
646
646
  get: function () {
647
- return brushToString(this.i.ix);
647
+ return brushToString(this.i.i3);
648
648
  },
649
649
  set: function (v) {
650
- this.i.ix = stringToBrush(v);
651
- this._a("actualDisabledTextColor", brushToString(this.i.ix));
650
+ this.i.i3 = stringToBrush(v);
651
+ this._a("actualDisabledTextColor", brushToString(this.i.i3));
652
652
  },
653
653
  enumerable: false,
654
654
  configurable: true
@@ -658,22 +658,22 @@ export var IgcToolPanelComponent = /** @class */ /*@__PURE__*/ (function (_super
658
658
  * Gets or sets the text color for group header tool actions.
659
659
  */
660
660
  get: function () {
661
- return brushToString(this.i.jo);
661
+ return brushToString(this.i.ju);
662
662
  },
663
663
  set: function (v) {
664
- this.i.jo = stringToBrush(v);
665
- this._a("groupHeaderTextColor", brushToString(this.i.jo));
664
+ this.i.ju = stringToBrush(v);
665
+ this._a("groupHeaderTextColor", brushToString(this.i.ju));
666
666
  },
667
667
  enumerable: false,
668
668
  configurable: true
669
669
  });
670
670
  Object.defineProperty(IgcToolPanelComponent.prototype, "actualGroupHeaderTextColor", {
671
671
  get: function () {
672
- return brushToString(this.i.i1);
672
+ return brushToString(this.i.i7);
673
673
  },
674
674
  set: function (v) {
675
- this.i.i1 = stringToBrush(v);
676
- this._a("actualGroupHeaderTextColor", brushToString(this.i.i1));
675
+ this.i.i7 = stringToBrush(v);
676
+ this._a("actualGroupHeaderTextColor", brushToString(this.i.i7));
677
677
  },
678
678
  enumerable: false,
679
679
  configurable: true
@@ -683,22 +683,22 @@ export var IgcToolPanelComponent = /** @class */ /*@__PURE__*/ (function (_super
683
683
  * Gets or sets the text color for group header subtitle.
684
684
  */
685
685
  get: function () {
686
- return brushToString(this.i.jn);
686
+ return brushToString(this.i.jt);
687
687
  },
688
688
  set: function (v) {
689
- this.i.jn = stringToBrush(v);
690
- this._a("groupHeaderSubtitleTextColor", brushToString(this.i.jn));
689
+ this.i.jt = stringToBrush(v);
690
+ this._a("groupHeaderSubtitleTextColor", brushToString(this.i.jt));
691
691
  },
692
692
  enumerable: false,
693
693
  configurable: true
694
694
  });
695
695
  Object.defineProperty(IgcToolPanelComponent.prototype, "actualGroupHeaderSubtitleTextColor", {
696
696
  get: function () {
697
- return brushToString(this.i.i0);
697
+ return brushToString(this.i.i6);
698
698
  },
699
699
  set: function (v) {
700
- this.i.i0 = stringToBrush(v);
701
- this._a("actualGroupHeaderSubtitleTextColor", brushToString(this.i.i0));
700
+ this.i.i6 = stringToBrush(v);
701
+ this._a("actualGroupHeaderSubtitleTextColor", brushToString(this.i.i6));
702
702
  },
703
703
  enumerable: false,
704
704
  configurable: true
@@ -708,22 +708,22 @@ export var IgcToolPanelComponent = /** @class */ /*@__PURE__*/ (function (_super
708
708
  * Gets or sets the tooltip text color.
709
709
  */
710
710
  get: function () {
711
- return brushToString(this.i.jz);
711
+ return brushToString(this.i.j5);
712
712
  },
713
713
  set: function (v) {
714
- this.i.jz = stringToBrush(v);
715
- this._a("toolTipTextColor", brushToString(this.i.jz));
714
+ this.i.j5 = stringToBrush(v);
715
+ this._a("toolTipTextColor", brushToString(this.i.j5));
716
716
  },
717
717
  enumerable: false,
718
718
  configurable: true
719
719
  });
720
720
  Object.defineProperty(IgcToolPanelComponent.prototype, "actualToolTipTextColor", {
721
721
  get: function () {
722
- return brushToString(this.i.jc);
722
+ return brushToString(this.i.ji);
723
723
  },
724
724
  set: function (v) {
725
- this.i.jc = stringToBrush(v);
726
- this._a("actualToolTipTextColor", brushToString(this.i.jc));
725
+ this.i.ji = stringToBrush(v);
726
+ this._a("actualToolTipTextColor", brushToString(this.i.ji));
727
727
  },
728
728
  enumerable: false,
729
729
  configurable: true
@@ -733,11 +733,11 @@ export var IgcToolPanelComponent = /** @class */ /*@__PURE__*/ (function (_super
733
733
  * Gets or sets the tooltip background color.
734
734
  */
735
735
  get: function () {
736
- return brushToString(this.i.jy);
736
+ return brushToString(this.i.j4);
737
737
  },
738
738
  set: function (v) {
739
- this.i.jy = stringToBrush(v);
740
- this._a("toolTipBackgroundColor", brushToString(this.i.jy));
739
+ this.i.j4 = stringToBrush(v);
740
+ this._a("toolTipBackgroundColor", brushToString(this.i.j4));
741
741
  },
742
742
  enumerable: false,
743
743
  configurable: true
@@ -747,11 +747,11 @@ export var IgcToolPanelComponent = /** @class */ /*@__PURE__*/ (function (_super
747
747
  * Gets the actual tooltip background color.
748
748
  */
749
749
  get: function () {
750
- return brushToString(this.i.jb);
750
+ return brushToString(this.i.jh);
751
751
  },
752
752
  set: function (v) {
753
- this.i.jb = stringToBrush(v);
754
- this._a("actualToolTipBackgroundColor", brushToString(this.i.jb));
753
+ this.i.jh = stringToBrush(v);
754
+ this._a("actualToolTipBackgroundColor", brushToString(this.i.jh));
755
755
  },
756
756
  enumerable: false,
757
757
  configurable: true
@@ -817,11 +817,11 @@ export var IgcToolPanelComponent = /** @class */ /*@__PURE__*/ (function (_super
817
817
  * Gets or sets the fill color of icons in the ToolPanel.
818
818
  */
819
819
  get: function () {
820
- return brushToString(this.i.jr);
820
+ return brushToString(this.i.jx);
821
821
  },
822
822
  set: function (v) {
823
- this.i.jr = stringToBrush(v);
824
- this._a("iconFill", brushToString(this.i.jr));
823
+ this.i.jx = stringToBrush(v);
824
+ this._a("iconFill", brushToString(this.i.jx));
825
825
  },
826
826
  enumerable: false,
827
827
  configurable: true
@@ -831,11 +831,11 @@ export var IgcToolPanelComponent = /** @class */ /*@__PURE__*/ (function (_super
831
831
  * Gets the actual icon fill color.
832
832
  */
833
833
  get: function () {
834
- return brushToString(this.i.i4);
834
+ return brushToString(this.i.ja);
835
835
  },
836
836
  set: function (v) {
837
- this.i.i4 = stringToBrush(v);
838
- this._a("actualIconFill", brushToString(this.i.i4));
837
+ this.i.ja = stringToBrush(v);
838
+ this._a("actualIconFill", brushToString(this.i.ja));
839
839
  },
840
840
  enumerable: false,
841
841
  configurable: true
@@ -845,11 +845,11 @@ export var IgcToolPanelComponent = /** @class */ /*@__PURE__*/ (function (_super
845
845
  * Gets or sets the stroke color of icons in the ToolPanel.
846
846
  */
847
847
  get: function () {
848
- return brushToString(this.i.js);
848
+ return brushToString(this.i.jy);
849
849
  },
850
850
  set: function (v) {
851
- this.i.js = stringToBrush(v);
852
- this._a("iconStroke", brushToString(this.i.js));
851
+ this.i.jy = stringToBrush(v);
852
+ this._a("iconStroke", brushToString(this.i.jy));
853
853
  },
854
854
  enumerable: false,
855
855
  configurable: true
@@ -859,11 +859,11 @@ export var IgcToolPanelComponent = /** @class */ /*@__PURE__*/ (function (_super
859
859
  * Gets the actual icon stroke color.
860
860
  */
861
861
  get: function () {
862
- return brushToString(this.i.i5);
862
+ return brushToString(this.i.jb);
863
863
  },
864
864
  set: function (v) {
865
- this.i.i5 = stringToBrush(v);
866
- this._a("actualIconStroke", brushToString(this.i.i5));
865
+ this.i.jb = stringToBrush(v);
866
+ this._a("actualIconStroke", brushToString(this.i.jb));
867
867
  },
868
868
  enumerable: false,
869
869
  configurable: true
@@ -1152,22 +1152,44 @@ export var IgcToolPanelComponent = /** @class */ /*@__PURE__*/ (function (_super
1152
1152
  });
1153
1153
  Object.defineProperty(IgcToolPanelComponent.prototype, "highlightColor", {
1154
1154
  get: function () {
1155
- return brushToString(this.i.jp);
1155
+ return brushToString(this.i.jv);
1156
1156
  },
1157
1157
  set: function (v) {
1158
- this.i.jp = stringToBrush(v);
1159
- this._a("highlightColor", brushToString(this.i.jp));
1158
+ this.i.jv = stringToBrush(v);
1159
+ this._a("highlightColor", brushToString(this.i.jv));
1160
1160
  },
1161
1161
  enumerable: false,
1162
1162
  configurable: true
1163
1163
  });
1164
1164
  Object.defineProperty(IgcToolPanelComponent.prototype, "actualHighlightColor", {
1165
1165
  get: function () {
1166
- return brushToString(this.i.i2);
1166
+ return brushToString(this.i.i8);
1167
1167
  },
1168
1168
  set: function (v) {
1169
- this.i.i2 = stringToBrush(v);
1170
- this._a("actualHighlightColor", brushToString(this.i.i2));
1169
+ this.i.i8 = stringToBrush(v);
1170
+ this._a("actualHighlightColor", brushToString(this.i.i8));
1171
+ },
1172
+ enumerable: false,
1173
+ configurable: true
1174
+ });
1175
+ Object.defineProperty(IgcToolPanelComponent.prototype, "actualAccentColor", {
1176
+ get: function () {
1177
+ return brushToString(this.i.iz);
1178
+ },
1179
+ set: function (v) {
1180
+ this.i.iz = stringToBrush(v);
1181
+ this._a("actualAccentColor", brushToString(this.i.iz));
1182
+ },
1183
+ enumerable: false,
1184
+ configurable: true
1185
+ });
1186
+ Object.defineProperty(IgcToolPanelComponent.prototype, "accentColor", {
1187
+ get: function () {
1188
+ return brushToString(this.i.iy);
1189
+ },
1190
+ set: function (v) {
1191
+ this.i.iy = stringToBrush(v);
1192
+ this._a("accentColor", brushToString(this.i.iy));
1171
1193
  },
1172
1194
  enumerable: false,
1173
1195
  configurable: true
@@ -1177,11 +1199,11 @@ export var IgcToolPanelComponent = /** @class */ /*@__PURE__*/ (function (_super
1177
1199
  * Gets or sets the stroke color for all icon menu dropdown arrows.
1178
1200
  */
1179
1201
  get: function () {
1180
- return brushToString(this.i.jt);
1202
+ return brushToString(this.i.jz);
1181
1203
  },
1182
1204
  set: function (v) {
1183
- this.i.jt = stringToBrush(v);
1184
- this._a("menuArrowStroke", brushToString(this.i.jt));
1205
+ this.i.jz = stringToBrush(v);
1206
+ this._a("menuArrowStroke", brushToString(this.i.jz));
1185
1207
  },
1186
1208
  enumerable: false,
1187
1209
  configurable: true
@@ -1191,11 +1213,11 @@ export var IgcToolPanelComponent = /** @class */ /*@__PURE__*/ (function (_super
1191
1213
  * Gets the actual stroke color for all icon menu dropdown arrows.
1192
1214
  */
1193
1215
  get: function () {
1194
- return brushToString(this.i.i6);
1216
+ return brushToString(this.i.jc);
1195
1217
  },
1196
1218
  set: function (v) {
1197
- this.i.i6 = stringToBrush(v);
1198
- this._a("actualMenuArrowStroke", brushToString(this.i.i6));
1219
+ this.i.jc = stringToBrush(v);
1220
+ this._a("actualMenuArrowStroke", brushToString(this.i.jc));
1199
1221
  },
1200
1222
  enumerable: false,
1201
1223
  configurable: true
@@ -1205,11 +1227,11 @@ export var IgcToolPanelComponent = /** @class */ /*@__PURE__*/ (function (_super
1205
1227
  * Gets or sets the background color of the radio when in the unchecked state.
1206
1228
  */
1207
1229
  get: function () {
1208
- return brushToString(this.i.j0);
1230
+ return brushToString(this.i.j6);
1209
1231
  },
1210
1232
  set: function (v) {
1211
- this.i.j0 = stringToBrush(v);
1212
- this._a("uncheckedBackgroundColor", brushToString(this.i.j0));
1233
+ this.i.j6 = stringToBrush(v);
1234
+ this._a("uncheckedBackgroundColor", brushToString(this.i.j6));
1213
1235
  },
1214
1236
  enumerable: false,
1215
1237
  configurable: true
@@ -1219,11 +1241,11 @@ export var IgcToolPanelComponent = /** @class */ /*@__PURE__*/ (function (_super
1219
1241
  * Gets the actual background color of the radio when in the unchecked state.
1220
1242
  */
1221
1243
  get: function () {
1222
- return brushToString(this.i.jd);
1244
+ return brushToString(this.i.jj);
1223
1245
  },
1224
1246
  set: function (v) {
1225
- this.i.jd = stringToBrush(v);
1226
- this._a("actualUncheckedBackgroundColor", brushToString(this.i.jd));
1247
+ this.i.jj = stringToBrush(v);
1248
+ this._a("actualUncheckedBackgroundColor", brushToString(this.i.jj));
1227
1249
  },
1228
1250
  enumerable: false,
1229
1251
  configurable: true
@@ -1233,11 +1255,11 @@ export var IgcToolPanelComponent = /** @class */ /*@__PURE__*/ (function (_super
1233
1255
  * Gets or sets the background color of the radio when in the checked state.
1234
1256
  */
1235
1257
  get: function () {
1236
- return brushToString(this.i.jg);
1258
+ return brushToString(this.i.jm);
1237
1259
  },
1238
1260
  set: function (v) {
1239
- this.i.jg = stringToBrush(v);
1240
- this._a("checkedBackgroundColor", brushToString(this.i.jg));
1261
+ this.i.jm = stringToBrush(v);
1262
+ this._a("checkedBackgroundColor", brushToString(this.i.jm));
1241
1263
  },
1242
1264
  enumerable: false,
1243
1265
  configurable: true
@@ -1247,11 +1269,11 @@ export var IgcToolPanelComponent = /** @class */ /*@__PURE__*/ (function (_super
1247
1269
  * Gets the actual background color of the radio when in the checked state.
1248
1270
  */
1249
1271
  get: function () {
1250
- return brushToString(this.i.iv);
1272
+ return brushToString(this.i.i1);
1251
1273
  },
1252
1274
  set: function (v) {
1253
- this.i.iv = stringToBrush(v);
1254
- this._a("actualCheckedBackgroundColor", brushToString(this.i.iv));
1275
+ this.i.i1 = stringToBrush(v);
1276
+ this._a("actualCheckedBackgroundColor", brushToString(this.i.i1));
1255
1277
  },
1256
1278
  enumerable: false,
1257
1279
  configurable: true
@@ -1261,11 +1283,11 @@ export var IgcToolPanelComponent = /** @class */ /*@__PURE__*/ (function (_super
1261
1283
  * Gets or sets the border color of the radio when in the unchecked state.
1262
1284
  */
1263
1285
  get: function () {
1264
- return brushToString(this.i.j1);
1286
+ return brushToString(this.i.j7);
1265
1287
  },
1266
1288
  set: function (v) {
1267
- this.i.j1 = stringToBrush(v);
1268
- this._a("uncheckedBorderColor", brushToString(this.i.j1));
1289
+ this.i.j7 = stringToBrush(v);
1290
+ this._a("uncheckedBorderColor", brushToString(this.i.j7));
1269
1291
  },
1270
1292
  enumerable: false,
1271
1293
  configurable: true
@@ -1275,11 +1297,11 @@ export var IgcToolPanelComponent = /** @class */ /*@__PURE__*/ (function (_super
1275
1297
  * Gets the actual border color of the radio when in the unchecked state.
1276
1298
  */
1277
1299
  get: function () {
1278
- return brushToString(this.i.je);
1300
+ return brushToString(this.i.jk);
1279
1301
  },
1280
1302
  set: function (v) {
1281
- this.i.je = stringToBrush(v);
1282
- this._a("actualUncheckedBorderColor", brushToString(this.i.je));
1303
+ this.i.jk = stringToBrush(v);
1304
+ this._a("actualUncheckedBorderColor", brushToString(this.i.jk));
1283
1305
  },
1284
1306
  enumerable: false,
1285
1307
  configurable: true
@@ -1289,11 +1311,11 @@ export var IgcToolPanelComponent = /** @class */ /*@__PURE__*/ (function (_super
1289
1311
  * Gets or sets the border color of the radio when in the checked state.
1290
1312
  */
1291
1313
  get: function () {
1292
- return brushToString(this.i.jh);
1314
+ return brushToString(this.i.jn);
1293
1315
  },
1294
1316
  set: function (v) {
1295
- this.i.jh = stringToBrush(v);
1296
- this._a("checkedBorderColor", brushToString(this.i.jh));
1317
+ this.i.jn = stringToBrush(v);
1318
+ this._a("checkedBorderColor", brushToString(this.i.jn));
1297
1319
  },
1298
1320
  enumerable: false,
1299
1321
  configurable: true
@@ -1303,11 +1325,11 @@ export var IgcToolPanelComponent = /** @class */ /*@__PURE__*/ (function (_super
1303
1325
  * Gets the actual border color of the radio when in the checked state.
1304
1326
  */
1305
1327
  get: function () {
1306
- return brushToString(this.i.iw);
1328
+ return brushToString(this.i.i2);
1307
1329
  },
1308
1330
  set: function (v) {
1309
- this.i.iw = stringToBrush(v);
1310
- this._a("actualCheckedBorderColor", brushToString(this.i.iw));
1331
+ this.i.i2 = stringToBrush(v);
1332
+ this._a("actualCheckedBorderColor", brushToString(this.i.i2));
1311
1333
  },
1312
1334
  enumerable: false,
1313
1335
  configurable: true
@@ -1458,81 +1480,81 @@ export var IgcToolPanelComponent = /** @class */ /*@__PURE__*/ (function (_super
1458
1480
  this._inStyling = false;
1459
1481
  };
1460
1482
  IgcToolPanelComponent.prototype.refresh = function () {
1461
- this.i.gu();
1483
+ this.i.gw();
1462
1484
  };
1463
1485
  IgcToolPanelComponent.prototype.getDesiredSize = function () {
1464
- var iv = this.i.j4();
1486
+ var iv = this.i.ka();
1465
1487
  return fromSize(iv);
1466
1488
  };
1467
1489
  IgcToolPanelComponent.prototype.flushRefresh = function () {
1468
- this.i.f9();
1490
+ this.i.gb();
1469
1491
  };
1470
1492
  /**
1471
1493
  * Forces any open sub menus to close.
1472
1494
 
1473
1495
  */
1474
1496
  IgcToolPanelComponent.prototype.closeSubmenus = function () {
1475
- this.i.f4();
1497
+ this.i.f6();
1476
1498
  };
1477
1499
  IgcToolPanelComponent.prototype.exportVisualData = function () {
1478
1500
  var iv = this.i.c5();
1479
1501
  return (iv);
1480
1502
  };
1481
1503
  IgcToolPanelComponent.prototype.exportSerializedVisualData = function () {
1482
- var iv = this.i.eq();
1504
+ var iv = this.i.es();
1483
1505
  return (iv);
1484
1506
  };
1485
1507
  IgcToolPanelComponent.prototype.setBrushContextItem = function (key, value) {
1486
- this.i.g3(key, stringToBrush(value));
1508
+ this.i.g5(key, stringToBrush(value));
1487
1509
  };
1488
1510
  IgcToolPanelComponent.prototype.getBrushContextItem = function (key) {
1489
- var iv = this.i.jj(key);
1511
+ var iv = this.i.jp(key);
1490
1512
  return brushToString(iv);
1491
1513
  };
1492
1514
  IgcToolPanelComponent.prototype.setBrushCollectionContextItem = function (key, value) {
1493
- this.i.g1(key, toBrushCollection(value));
1515
+ this.i.g3(key, toBrushCollection(value));
1494
1516
  };
1495
1517
  IgcToolPanelComponent.prototype.getBrushCollectionContextItem = function (key) {
1496
1518
  var iv = this.i.a(key);
1497
1519
  return fromBrushCollection(iv);
1498
1520
  };
1499
1521
  IgcToolPanelComponent.prototype.setDoubleContextItem = function (key, value) {
1500
- this.i.hb(key, value);
1522
+ this.i.hd(key, value);
1501
1523
  };
1502
1524
  IgcToolPanelComponent.prototype.getDoubleContextItem = function (key) {
1503
1525
  var iv = this.i.cg(key);
1504
1526
  return (iv);
1505
1527
  };
1506
1528
  IgcToolPanelComponent.prototype.setIntContextItem = function (key, value) {
1507
- this.i.hd(key, value);
1529
+ this.i.hf(key, value);
1508
1530
  };
1509
1531
  IgcToolPanelComponent.prototype.getIntContextItem = function (key) {
1510
1532
  var iv = this.i.c2(key);
1511
1533
  return (iv);
1512
1534
  };
1513
1535
  IgcToolPanelComponent.prototype.setStringContextItem = function (key, value) {
1514
- this.i.hf(key, value);
1536
+ this.i.hh(key, value);
1515
1537
  };
1516
1538
  IgcToolPanelComponent.prototype.getStringContextItem = function (key) {
1517
- var iv = this.i.er(key);
1539
+ var iv = this.i.et(key);
1518
1540
  return (iv);
1519
1541
  };
1520
1542
  IgcToolPanelComponent.prototype.setBoolContextItem = function (key, value) {
1521
- this.i.gz(key, value);
1543
+ this.i.g1(key, value);
1522
1544
  };
1523
1545
  IgcToolPanelComponent.prototype.getBoolContextItem = function (key) {
1524
1546
  var iv = this.i.a2(key);
1525
1547
  return (iv);
1526
1548
  };
1527
1549
  IgcToolPanelComponent.prototype.setColorContextItem = function (key, value) {
1528
- this.i.g5(key, stringToColor(value));
1550
+ this.i.g7(key, stringToColor(value));
1529
1551
  };
1530
1552
  IgcToolPanelComponent.prototype.getColorContextItem = function (key) {
1531
- var iv = this.i.j2(key);
1553
+ var iv = this.i.j8(key);
1532
1554
  return colorToString(iv);
1533
1555
  };
1534
1556
  IgcToolPanelComponent.prototype.setDataContextItem = function (key, value) {
1535
- this.i.g9(key, value);
1557
+ this.i.hb(key, value);
1536
1558
  };
1537
1559
  IgcToolPanelComponent.prototype.getDataContextItem = function (key) {
1538
1560
  var iv = this.i.c8(key);