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
@@ -352,225 +352,225 @@ let IgcToolPanelComponent = /*@__PURE__*/ (() => {
352
352
  * Gets or sets the color to use for the background of the component.
353
353
  */
354
354
  get backgroundColor() {
355
- return brushToString(this.i.jf);
355
+ return brushToString(this.i.jl);
356
356
  }
357
357
  set backgroundColor(v) {
358
- this.i.jf = stringToBrush(v);
359
- this._a("backgroundColor", brushToString(this.i.jf));
358
+ this.i.jl = stringToBrush(v);
359
+ this._a("backgroundColor", brushToString(this.i.jl));
360
360
  }
361
361
  get actualBackgroundColor() {
362
- return brushToString(this.i.iu);
362
+ return brushToString(this.i.i0);
363
363
  }
364
364
  set actualBackgroundColor(v) {
365
- this.i.iu = stringToBrush(v);
366
- this._a("actualBackgroundColor", brushToString(this.i.iu));
365
+ this.i.i0 = stringToBrush(v);
366
+ this._a("actualBackgroundColor", brushToString(this.i.i0));
367
367
  }
368
368
  /**
369
369
  * Gets or sets the background color for submenus.
370
370
  */
371
371
  get submenuBackgroundColor() {
372
- return brushToString(this.i.jv);
372
+ return brushToString(this.i.j1);
373
373
  }
374
374
  set submenuBackgroundColor(v) {
375
- this.i.jv = stringToBrush(v);
376
- this._a("submenuBackgroundColor", brushToString(this.i.jv));
375
+ this.i.j1 = stringToBrush(v);
376
+ this._a("submenuBackgroundColor", brushToString(this.i.j1));
377
377
  }
378
378
  get actualSubmenuBackgroundColor() {
379
- return brushToString(this.i.i8);
379
+ return brushToString(this.i.je);
380
380
  }
381
381
  set actualSubmenuBackgroundColor(v) {
382
- this.i.i8 = stringToBrush(v);
383
- this._a("actualSubmenuBackgroundColor", brushToString(this.i.i8));
382
+ this.i.je = stringToBrush(v);
383
+ this._a("actualSubmenuBackgroundColor", brushToString(this.i.je));
384
384
  }
385
385
  /**
386
386
  * Gets or sets the group header background color.
387
387
  */
388
388
  get groupHeaderBackgroundColor() {
389
- return brushToString(this.i.jl);
389
+ return brushToString(this.i.jr);
390
390
  }
391
391
  set groupHeaderBackgroundColor(v) {
392
- this.i.jl = stringToBrush(v);
393
- this._a("groupHeaderBackgroundColor", brushToString(this.i.jl));
392
+ this.i.jr = stringToBrush(v);
393
+ this._a("groupHeaderBackgroundColor", brushToString(this.i.jr));
394
394
  }
395
395
  get actualGroupHeaderBackgroundColor() {
396
- return brushToString(this.i.iy);
396
+ return brushToString(this.i.i4);
397
397
  }
398
398
  set actualGroupHeaderBackgroundColor(v) {
399
- this.i.iy = stringToBrush(v);
400
- this._a("actualGroupHeaderBackgroundColor", brushToString(this.i.iy));
399
+ this.i.i4 = stringToBrush(v);
400
+ this._a("actualGroupHeaderBackgroundColor", brushToString(this.i.i4));
401
401
  }
402
402
  /**
403
403
  * Gets or sets the separator background color.
404
404
  */
405
405
  get separatorBackgroundColor() {
406
- return brushToString(this.i.ju);
406
+ return brushToString(this.i.j0);
407
407
  }
408
408
  set separatorBackgroundColor(v) {
409
- this.i.ju = stringToBrush(v);
410
- this._a("separatorBackgroundColor", brushToString(this.i.ju));
409
+ this.i.j0 = stringToBrush(v);
410
+ this._a("separatorBackgroundColor", brushToString(this.i.j0));
411
411
  }
412
412
  get actualSeparatorBackgroundColor() {
413
- return brushToString(this.i.i7);
413
+ return brushToString(this.i.jd);
414
414
  }
415
415
  set actualSeparatorBackgroundColor(v) {
416
- this.i.i7 = stringToBrush(v);
417
- this._a("actualSeparatorBackgroundColor", brushToString(this.i.i7));
416
+ this.i.jd = stringToBrush(v);
417
+ this._a("actualSeparatorBackgroundColor", brushToString(this.i.jd));
418
418
  }
419
419
  /**
420
420
  * Gets or sets the group header separator background color.
421
421
  */
422
422
  get groupHeaderSeparatorBackgroundColor() {
423
- return brushToString(this.i.jm);
423
+ return brushToString(this.i.js);
424
424
  }
425
425
  set groupHeaderSeparatorBackgroundColor(v) {
426
- this.i.jm = stringToBrush(v);
427
- this._a("groupHeaderSeparatorBackgroundColor", brushToString(this.i.jm));
426
+ this.i.js = stringToBrush(v);
427
+ this._a("groupHeaderSeparatorBackgroundColor", brushToString(this.i.js));
428
428
  }
429
429
  get actualGroupHeaderSeparatorBackgroundColor() {
430
- return brushToString(this.i.iz);
430
+ return brushToString(this.i.i5);
431
431
  }
432
432
  set actualGroupHeaderSeparatorBackgroundColor(v) {
433
- this.i.iz = stringToBrush(v);
434
- this._a("actualGroupHeaderSeparatorBackgroundColor", brushToString(this.i.iz));
433
+ this.i.i5 = stringToBrush(v);
434
+ this._a("actualGroupHeaderSeparatorBackgroundColor", brushToString(this.i.i5));
435
435
  }
436
436
  /**
437
437
  * Gets or sets the hover background color.
438
438
  */
439
439
  get hoverBackgroundColor() {
440
- return brushToString(this.i.jq);
440
+ return brushToString(this.i.jw);
441
441
  }
442
442
  set hoverBackgroundColor(v) {
443
- this.i.jq = stringToBrush(v);
444
- this._a("hoverBackgroundColor", brushToString(this.i.jq));
443
+ this.i.jw = stringToBrush(v);
444
+ this._a("hoverBackgroundColor", brushToString(this.i.jw));
445
445
  }
446
446
  get actualHoverBackgroundColor() {
447
- return brushToString(this.i.i3);
447
+ return brushToString(this.i.i9);
448
448
  }
449
449
  set actualHoverBackgroundColor(v) {
450
- this.i.i3 = stringToBrush(v);
451
- this._a("actualHoverBackgroundColor", brushToString(this.i.i3));
450
+ this.i.i9 = stringToBrush(v);
451
+ this._a("actualHoverBackgroundColor", brushToString(this.i.i9));
452
452
  }
453
453
  /**
454
454
  * Gets or sets the color to use for the text of the component.
455
455
  */
456
456
  get textColor() {
457
- return brushToString(this.i.jx);
457
+ return brushToString(this.i.j3);
458
458
  }
459
459
  set textColor(v) {
460
- this.i.jx = stringToBrush(v);
461
- this._a("textColor", brushToString(this.i.jx));
460
+ this.i.j3 = stringToBrush(v);
461
+ this._a("textColor", brushToString(this.i.j3));
462
462
  }
463
463
  get actualTextColor() {
464
- return brushToString(this.i.ja);
464
+ return brushToString(this.i.jg);
465
465
  }
466
466
  set actualTextColor(v) {
467
- this.i.ja = stringToBrush(v);
468
- this._a("actualTextColor", brushToString(this.i.ja));
467
+ this.i.jg = stringToBrush(v);
468
+ this._a("actualTextColor", brushToString(this.i.jg));
469
469
  }
470
470
  get actualSubtitleTextColor() {
471
- return brushToString(this.i.i9);
471
+ return brushToString(this.i.jf);
472
472
  }
473
473
  set actualSubtitleTextColor(v) {
474
- this.i.i9 = stringToBrush(v);
475
- this._a("actualSubtitleTextColor", brushToString(this.i.i9));
474
+ this.i.jf = stringToBrush(v);
475
+ this._a("actualSubtitleTextColor", brushToString(this.i.jf));
476
476
  }
477
477
  /**
478
478
  * Gets or sets the color to use for the subtitle of the component.
479
479
  */
480
480
  get subtitleTextColor() {
481
- return brushToString(this.i.jw);
481
+ return brushToString(this.i.j2);
482
482
  }
483
483
  set subtitleTextColor(v) {
484
- this.i.jw = stringToBrush(v);
485
- this._a("subtitleTextColor", brushToString(this.i.jw));
484
+ this.i.j2 = stringToBrush(v);
485
+ this._a("subtitleTextColor", brushToString(this.i.j2));
486
486
  }
487
487
  /**
488
488
  * Gets or sets the color to use for the text in disabled tool actions.
489
489
  */
490
490
  get disabledTextColor() {
491
- return brushToString(this.i.ji);
491
+ return brushToString(this.i.jo);
492
492
  }
493
493
  set disabledTextColor(v) {
494
- this.i.ji = stringToBrush(v);
495
- this._a("disabledTextColor", brushToString(this.i.ji));
494
+ this.i.jo = stringToBrush(v);
495
+ this._a("disabledTextColor", brushToString(this.i.jo));
496
496
  }
497
497
  get actualDisabledTextColor() {
498
- return brushToString(this.i.ix);
498
+ return brushToString(this.i.i3);
499
499
  }
500
500
  set actualDisabledTextColor(v) {
501
- this.i.ix = stringToBrush(v);
502
- this._a("actualDisabledTextColor", brushToString(this.i.ix));
501
+ this.i.i3 = stringToBrush(v);
502
+ this._a("actualDisabledTextColor", brushToString(this.i.i3));
503
503
  }
504
504
  /**
505
505
  * Gets or sets the text color for group header tool actions.
506
506
  */
507
507
  get groupHeaderTextColor() {
508
- return brushToString(this.i.jo);
508
+ return brushToString(this.i.ju);
509
509
  }
510
510
  set groupHeaderTextColor(v) {
511
- this.i.jo = stringToBrush(v);
512
- this._a("groupHeaderTextColor", brushToString(this.i.jo));
511
+ this.i.ju = stringToBrush(v);
512
+ this._a("groupHeaderTextColor", brushToString(this.i.ju));
513
513
  }
514
514
  get actualGroupHeaderTextColor() {
515
- return brushToString(this.i.i1);
515
+ return brushToString(this.i.i7);
516
516
  }
517
517
  set actualGroupHeaderTextColor(v) {
518
- this.i.i1 = stringToBrush(v);
519
- this._a("actualGroupHeaderTextColor", brushToString(this.i.i1));
518
+ this.i.i7 = stringToBrush(v);
519
+ this._a("actualGroupHeaderTextColor", brushToString(this.i.i7));
520
520
  }
521
521
  /**
522
522
  * Gets or sets the text color for group header subtitle.
523
523
  */
524
524
  get groupHeaderSubtitleTextColor() {
525
- return brushToString(this.i.jn);
525
+ return brushToString(this.i.jt);
526
526
  }
527
527
  set groupHeaderSubtitleTextColor(v) {
528
- this.i.jn = stringToBrush(v);
529
- this._a("groupHeaderSubtitleTextColor", brushToString(this.i.jn));
528
+ this.i.jt = stringToBrush(v);
529
+ this._a("groupHeaderSubtitleTextColor", brushToString(this.i.jt));
530
530
  }
531
531
  get actualGroupHeaderSubtitleTextColor() {
532
- return brushToString(this.i.i0);
532
+ return brushToString(this.i.i6);
533
533
  }
534
534
  set actualGroupHeaderSubtitleTextColor(v) {
535
- this.i.i0 = stringToBrush(v);
536
- this._a("actualGroupHeaderSubtitleTextColor", brushToString(this.i.i0));
535
+ this.i.i6 = stringToBrush(v);
536
+ this._a("actualGroupHeaderSubtitleTextColor", brushToString(this.i.i6));
537
537
  }
538
538
  /**
539
539
  * Gets or sets the tooltip text color.
540
540
  */
541
541
  get toolTipTextColor() {
542
- return brushToString(this.i.jz);
542
+ return brushToString(this.i.j5);
543
543
  }
544
544
  set toolTipTextColor(v) {
545
- this.i.jz = stringToBrush(v);
546
- this._a("toolTipTextColor", brushToString(this.i.jz));
545
+ this.i.j5 = stringToBrush(v);
546
+ this._a("toolTipTextColor", brushToString(this.i.j5));
547
547
  }
548
548
  get actualToolTipTextColor() {
549
- return brushToString(this.i.jc);
549
+ return brushToString(this.i.ji);
550
550
  }
551
551
  set actualToolTipTextColor(v) {
552
- this.i.jc = stringToBrush(v);
553
- this._a("actualToolTipTextColor", brushToString(this.i.jc));
552
+ this.i.ji = stringToBrush(v);
553
+ this._a("actualToolTipTextColor", brushToString(this.i.ji));
554
554
  }
555
555
  /**
556
556
  * Gets or sets the tooltip background color.
557
557
  */
558
558
  get toolTipBackgroundColor() {
559
- return brushToString(this.i.jy);
559
+ return brushToString(this.i.j4);
560
560
  }
561
561
  set toolTipBackgroundColor(v) {
562
- this.i.jy = stringToBrush(v);
563
- this._a("toolTipBackgroundColor", brushToString(this.i.jy));
562
+ this.i.j4 = stringToBrush(v);
563
+ this._a("toolTipBackgroundColor", brushToString(this.i.j4));
564
564
  }
565
565
  /**
566
566
  * Gets the actual tooltip background color.
567
567
  */
568
568
  get actualToolTipBackgroundColor() {
569
- return brushToString(this.i.jb);
569
+ return brushToString(this.i.jh);
570
570
  }
571
571
  set actualToolTipBackgroundColor(v) {
572
- this.i.jb = stringToBrush(v);
573
- this._a("actualToolTipBackgroundColor", brushToString(this.i.jb));
572
+ this.i.jh = stringToBrush(v);
573
+ this._a("actualToolTipBackgroundColor", brushToString(this.i.jh));
574
574
  }
575
575
  /**
576
576
  * Gets or sets the tooltip corner radius.
@@ -616,41 +616,41 @@ let IgcToolPanelComponent = /*@__PURE__*/ (() => {
616
616
  * Gets or sets the fill color of icons in the ToolPanel.
617
617
  */
618
618
  get iconFill() {
619
- return brushToString(this.i.jr);
619
+ return brushToString(this.i.jx);
620
620
  }
621
621
  set iconFill(v) {
622
- this.i.jr = stringToBrush(v);
623
- this._a("iconFill", brushToString(this.i.jr));
622
+ this.i.jx = stringToBrush(v);
623
+ this._a("iconFill", brushToString(this.i.jx));
624
624
  }
625
625
  /**
626
626
  * Gets the actual icon fill color.
627
627
  */
628
628
  get actualIconFill() {
629
- return brushToString(this.i.i4);
629
+ return brushToString(this.i.ja);
630
630
  }
631
631
  set actualIconFill(v) {
632
- this.i.i4 = stringToBrush(v);
633
- this._a("actualIconFill", brushToString(this.i.i4));
632
+ this.i.ja = stringToBrush(v);
633
+ this._a("actualIconFill", brushToString(this.i.ja));
634
634
  }
635
635
  /**
636
636
  * Gets or sets the stroke color of icons in the ToolPanel.
637
637
  */
638
638
  get iconStroke() {
639
- return brushToString(this.i.js);
639
+ return brushToString(this.i.jy);
640
640
  }
641
641
  set iconStroke(v) {
642
- this.i.js = stringToBrush(v);
643
- this._a("iconStroke", brushToString(this.i.js));
642
+ this.i.jy = stringToBrush(v);
643
+ this._a("iconStroke", brushToString(this.i.jy));
644
644
  }
645
645
  /**
646
646
  * Gets the actual icon stroke color.
647
647
  */
648
648
  get actualIconStroke() {
649
- return brushToString(this.i.i5);
649
+ return brushToString(this.i.jb);
650
650
  }
651
651
  set actualIconStroke(v) {
652
- this.i.i5 = stringToBrush(v);
653
- this._a("actualIconStroke", brushToString(this.i.i5));
652
+ this.i.jb = stringToBrush(v);
653
+ this._a("actualIconStroke", brushToString(this.i.jb));
654
654
  }
655
655
  /**
656
656
  * Gets or sets the left padding for separators in the vertical orientation.
@@ -843,118 +843,132 @@ let IgcToolPanelComponent = /*@__PURE__*/ (() => {
843
843
  this._a("actualHighlightRadius", this.i.b3);
844
844
  }
845
845
  get highlightColor() {
846
- return brushToString(this.i.jp);
846
+ return brushToString(this.i.jv);
847
847
  }
848
848
  set highlightColor(v) {
849
- this.i.jp = stringToBrush(v);
850
- this._a("highlightColor", brushToString(this.i.jp));
849
+ this.i.jv = stringToBrush(v);
850
+ this._a("highlightColor", brushToString(this.i.jv));
851
851
  }
852
852
  get actualHighlightColor() {
853
- return brushToString(this.i.i2);
853
+ return brushToString(this.i.i8);
854
854
  }
855
855
  set actualHighlightColor(v) {
856
- this.i.i2 = stringToBrush(v);
857
- this._a("actualHighlightColor", brushToString(this.i.i2));
856
+ this.i.i8 = stringToBrush(v);
857
+ this._a("actualHighlightColor", brushToString(this.i.i8));
858
+ }
859
+ get actualAccentColor() {
860
+ return brushToString(this.i.iz);
861
+ }
862
+ set actualAccentColor(v) {
863
+ this.i.iz = stringToBrush(v);
864
+ this._a("actualAccentColor", brushToString(this.i.iz));
865
+ }
866
+ get accentColor() {
867
+ return brushToString(this.i.iy);
868
+ }
869
+ set accentColor(v) {
870
+ this.i.iy = stringToBrush(v);
871
+ this._a("accentColor", brushToString(this.i.iy));
858
872
  }
859
873
  /**
860
874
  * Gets or sets the stroke color for all icon menu dropdown arrows.
861
875
  */
862
876
  get menuArrowStroke() {
863
- return brushToString(this.i.jt);
877
+ return brushToString(this.i.jz);
864
878
  }
865
879
  set menuArrowStroke(v) {
866
- this.i.jt = stringToBrush(v);
867
- this._a("menuArrowStroke", brushToString(this.i.jt));
880
+ this.i.jz = stringToBrush(v);
881
+ this._a("menuArrowStroke", brushToString(this.i.jz));
868
882
  }
869
883
  /**
870
884
  * Gets the actual stroke color for all icon menu dropdown arrows.
871
885
  */
872
886
  get actualMenuArrowStroke() {
873
- return brushToString(this.i.i6);
887
+ return brushToString(this.i.jc);
874
888
  }
875
889
  set actualMenuArrowStroke(v) {
876
- this.i.i6 = stringToBrush(v);
877
- this._a("actualMenuArrowStroke", brushToString(this.i.i6));
890
+ this.i.jc = stringToBrush(v);
891
+ this._a("actualMenuArrowStroke", brushToString(this.i.jc));
878
892
  }
879
893
  /**
880
894
  * Gets or sets the background color of the radio when in the unchecked state.
881
895
  */
882
896
  get uncheckedBackgroundColor() {
883
- return brushToString(this.i.j0);
897
+ return brushToString(this.i.j6);
884
898
  }
885
899
  set uncheckedBackgroundColor(v) {
886
- this.i.j0 = stringToBrush(v);
887
- this._a("uncheckedBackgroundColor", brushToString(this.i.j0));
900
+ this.i.j6 = stringToBrush(v);
901
+ this._a("uncheckedBackgroundColor", brushToString(this.i.j6));
888
902
  }
889
903
  /**
890
904
  * Gets the actual background color of the radio when in the unchecked state.
891
905
  */
892
906
  get actualUncheckedBackgroundColor() {
893
- return brushToString(this.i.jd);
907
+ return brushToString(this.i.jj);
894
908
  }
895
909
  set actualUncheckedBackgroundColor(v) {
896
- this.i.jd = stringToBrush(v);
897
- this._a("actualUncheckedBackgroundColor", brushToString(this.i.jd));
910
+ this.i.jj = stringToBrush(v);
911
+ this._a("actualUncheckedBackgroundColor", brushToString(this.i.jj));
898
912
  }
899
913
  /**
900
914
  * Gets or sets the background color of the radio when in the checked state.
901
915
  */
902
916
  get checkedBackgroundColor() {
903
- return brushToString(this.i.jg);
917
+ return brushToString(this.i.jm);
904
918
  }
905
919
  set checkedBackgroundColor(v) {
906
- this.i.jg = stringToBrush(v);
907
- this._a("checkedBackgroundColor", brushToString(this.i.jg));
920
+ this.i.jm = stringToBrush(v);
921
+ this._a("checkedBackgroundColor", brushToString(this.i.jm));
908
922
  }
909
923
  /**
910
924
  * Gets the actual background color of the radio when in the checked state.
911
925
  */
912
926
  get actualCheckedBackgroundColor() {
913
- return brushToString(this.i.iv);
927
+ return brushToString(this.i.i1);
914
928
  }
915
929
  set actualCheckedBackgroundColor(v) {
916
- this.i.iv = stringToBrush(v);
917
- this._a("actualCheckedBackgroundColor", brushToString(this.i.iv));
930
+ this.i.i1 = stringToBrush(v);
931
+ this._a("actualCheckedBackgroundColor", brushToString(this.i.i1));
918
932
  }
919
933
  /**
920
934
  * Gets or sets the border color of the radio when in the unchecked state.
921
935
  */
922
936
  get uncheckedBorderColor() {
923
- return brushToString(this.i.j1);
937
+ return brushToString(this.i.j7);
924
938
  }
925
939
  set uncheckedBorderColor(v) {
926
- this.i.j1 = stringToBrush(v);
927
- this._a("uncheckedBorderColor", brushToString(this.i.j1));
940
+ this.i.j7 = stringToBrush(v);
941
+ this._a("uncheckedBorderColor", brushToString(this.i.j7));
928
942
  }
929
943
  /**
930
944
  * Gets the actual border color of the radio when in the unchecked state.
931
945
  */
932
946
  get actualUncheckedBorderColor() {
933
- return brushToString(this.i.je);
947
+ return brushToString(this.i.jk);
934
948
  }
935
949
  set actualUncheckedBorderColor(v) {
936
- this.i.je = stringToBrush(v);
937
- this._a("actualUncheckedBorderColor", brushToString(this.i.je));
950
+ this.i.jk = stringToBrush(v);
951
+ this._a("actualUncheckedBorderColor", brushToString(this.i.jk));
938
952
  }
939
953
  /**
940
954
  * Gets or sets the border color of the radio when in the checked state.
941
955
  */
942
956
  get checkedBorderColor() {
943
- return brushToString(this.i.jh);
957
+ return brushToString(this.i.jn);
944
958
  }
945
959
  set checkedBorderColor(v) {
946
- this.i.jh = stringToBrush(v);
947
- this._a("checkedBorderColor", brushToString(this.i.jh));
960
+ this.i.jn = stringToBrush(v);
961
+ this._a("checkedBorderColor", brushToString(this.i.jn));
948
962
  }
949
963
  /**
950
964
  * Gets the actual border color of the radio when in the checked state.
951
965
  */
952
966
  get actualCheckedBorderColor() {
953
- return brushToString(this.i.iw);
967
+ return brushToString(this.i.i2);
954
968
  }
955
969
  set actualCheckedBorderColor(v) {
956
- this.i.iw = stringToBrush(v);
957
- this._a("actualCheckedBorderColor", brushToString(this.i.iw));
970
+ this.i.i2 = stringToBrush(v);
971
+ this._a("actualCheckedBorderColor", brushToString(this.i.i2));
958
972
  }
959
973
  /**
960
974
  * Gets or sets the dropdown delay time in milliseconds.
@@ -1074,81 +1088,81 @@ let IgcToolPanelComponent = /*@__PURE__*/ (() => {
1074
1088
  this._inStyling = false;
1075
1089
  }
1076
1090
  refresh() {
1077
- this.i.gu();
1091
+ this.i.gw();
1078
1092
  }
1079
1093
  getDesiredSize() {
1080
- let iv = this.i.j4();
1094
+ let iv = this.i.ka();
1081
1095
  return fromSize(iv);
1082
1096
  }
1083
1097
  flushRefresh() {
1084
- this.i.f9();
1098
+ this.i.gb();
1085
1099
  }
1086
1100
  /**
1087
1101
  * Forces any open sub menus to close.
1088
1102
 
1089
1103
  */
1090
1104
  closeSubmenus() {
1091
- this.i.f4();
1105
+ this.i.f6();
1092
1106
  }
1093
1107
  exportVisualData() {
1094
1108
  let iv = this.i.c5();
1095
1109
  return (iv);
1096
1110
  }
1097
1111
  exportSerializedVisualData() {
1098
- let iv = this.i.eq();
1112
+ let iv = this.i.es();
1099
1113
  return (iv);
1100
1114
  }
1101
1115
  setBrushContextItem(key, value) {
1102
- this.i.g3(key, stringToBrush(value));
1116
+ this.i.g5(key, stringToBrush(value));
1103
1117
  }
1104
1118
  getBrushContextItem(key) {
1105
- let iv = this.i.jj(key);
1119
+ let iv = this.i.jp(key);
1106
1120
  return brushToString(iv);
1107
1121
  }
1108
1122
  setBrushCollectionContextItem(key, value) {
1109
- this.i.g1(key, toBrushCollection(value));
1123
+ this.i.g3(key, toBrushCollection(value));
1110
1124
  }
1111
1125
  getBrushCollectionContextItem(key) {
1112
1126
  let iv = this.i.a(key);
1113
1127
  return fromBrushCollection(iv);
1114
1128
  }
1115
1129
  setDoubleContextItem(key, value) {
1116
- this.i.hb(key, value);
1130
+ this.i.hd(key, value);
1117
1131
  }
1118
1132
  getDoubleContextItem(key) {
1119
1133
  let iv = this.i.cg(key);
1120
1134
  return (iv);
1121
1135
  }
1122
1136
  setIntContextItem(key, value) {
1123
- this.i.hd(key, value);
1137
+ this.i.hf(key, value);
1124
1138
  }
1125
1139
  getIntContextItem(key) {
1126
1140
  let iv = this.i.c2(key);
1127
1141
  return (iv);
1128
1142
  }
1129
1143
  setStringContextItem(key, value) {
1130
- this.i.hf(key, value);
1144
+ this.i.hh(key, value);
1131
1145
  }
1132
1146
  getStringContextItem(key) {
1133
- let iv = this.i.er(key);
1147
+ let iv = this.i.et(key);
1134
1148
  return (iv);
1135
1149
  }
1136
1150
  setBoolContextItem(key, value) {
1137
- this.i.gz(key, value);
1151
+ this.i.g1(key, value);
1138
1152
  }
1139
1153
  getBoolContextItem(key) {
1140
1154
  let iv = this.i.a2(key);
1141
1155
  return (iv);
1142
1156
  }
1143
1157
  setColorContextItem(key, value) {
1144
- this.i.g5(key, stringToColor(value));
1158
+ this.i.g7(key, stringToColor(value));
1145
1159
  }
1146
1160
  getColorContextItem(key) {
1147
- let iv = this.i.j2(key);
1161
+ let iv = this.i.j8(key);
1148
1162
  return colorToString(iv);
1149
1163
  }
1150
1164
  setDataContextItem(key, value) {
1151
- this.i.g9(key, value);
1165
+ this.i.hb(key, value);
1152
1166
  }
1153
1167
  getDataContextItem(key) {
1154
1168
  let iv = this.i.c8(key);