igniteui-webcomponents-layouts 5.2.0 → 5.3.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 (74) hide show
  1. package/bundles/igniteui-webcomponents-layouts.umd.js +7393 -6728
  2. package/bundles/igniteui-webcomponents-layouts.umd.min.js +1 -1
  3. package/esm2015/lib/ComboEditorBridge.js +6 -6
  4. package/esm2015/lib/ComboEditorView_combined.js +32 -32
  5. package/esm2015/lib/ListPanelContentRebindEventArgs.js +26 -0
  6. package/esm2015/lib/ListPanelContentRecycledEventArgs.js +26 -0
  7. package/esm2015/lib/ListPanelScrollerKeyboardListener.js +15 -15
  8. package/esm2015/lib/ListPanelView_combined.js +1267 -1233
  9. package/esm2015/lib/NativeUILayoutFactory_combined.js +5036 -4716
  10. package/esm2015/lib/PropertyEditorPanelView_combined.js +24 -24
  11. package/esm2015/lib/igc-list-panel-component.js +144 -86
  12. package/esm2015/lib/igc-list-panel-content-rebind-event-args.js +42 -0
  13. package/esm2015/lib/igc-list-panel-content-recycled-event-args.js +42 -0
  14. package/esm2015/lib/igc-tool-action-button-component.js +6 -6
  15. package/esm2015/lib/igc-tool-action-button-pair-component.js +103 -103
  16. package/esm2015/lib/igc-tool-action-checkbox-component.js +27 -27
  17. package/esm2015/lib/igc-tool-action-checkbox-list-component.js +16 -16
  18. package/esm2015/lib/igc-tool-action-color-editor-component.js +3 -3
  19. package/esm2015/lib/igc-tool-action-combo-component.js +8 -8
  20. package/esm2015/lib/igc-tool-action-component.js +162 -165
  21. package/esm2015/lib/igc-tool-action-group-header-component.js +6 -6
  22. package/esm2015/lib/igc-tool-action-icon-button-component.js +34 -37
  23. package/esm2015/lib/igc-tool-action-icon-menu-component.js +10 -10
  24. package/esm2015/lib/igc-tool-action-number-input-component.js +3 -3
  25. package/esm2015/lib/igc-tool-action-radio-component.js +32 -32
  26. package/esm2015/lib/igc-tool-action-separator-component.js +6 -6
  27. package/esm2015/lib/igc-tool-action-text-input-component.js +2 -2
  28. package/esm2015/lib/igc-tool-panel-component.js +277 -256
  29. package/esm2015/lib/igc-toolbar-component.js +180 -159
  30. package/esm2015/public_api.js +4 -0
  31. package/esm5/lib/ComboEditorBridge.js +6 -6
  32. package/esm5/lib/ComboEditorView_combined.js +32 -32
  33. package/esm5/lib/ListPanelContentRebindEventArgs.js +32 -0
  34. package/esm5/lib/ListPanelContentRecycledEventArgs.js +32 -0
  35. package/esm5/lib/ListPanelScrollerKeyboardListener.js +15 -15
  36. package/esm5/lib/ListPanelView_combined.js +1254 -1216
  37. package/esm5/lib/NativeUILayoutFactory_combined.js +4882 -4534
  38. package/esm5/lib/PropertyEditorPanelView_combined.js +24 -24
  39. package/esm5/lib/igc-list-panel-component.js +154 -86
  40. package/esm5/lib/igc-list-panel-content-rebind-event-args.js +52 -0
  41. package/esm5/lib/igc-list-panel-content-recycled-event-args.js +52 -0
  42. package/esm5/lib/igc-tool-action-button-component.js +6 -6
  43. package/esm5/lib/igc-tool-action-button-pair-component.js +103 -103
  44. package/esm5/lib/igc-tool-action-checkbox-component.js +27 -27
  45. package/esm5/lib/igc-tool-action-checkbox-list-component.js +16 -16
  46. package/esm5/lib/igc-tool-action-color-editor-component.js +3 -3
  47. package/esm5/lib/igc-tool-action-combo-component.js +8 -8
  48. package/esm5/lib/igc-tool-action-component.js +162 -165
  49. package/esm5/lib/igc-tool-action-group-header-component.js +6 -6
  50. package/esm5/lib/igc-tool-action-icon-button-component.js +34 -37
  51. package/esm5/lib/igc-tool-action-icon-menu-component.js +10 -10
  52. package/esm5/lib/igc-tool-action-number-input-component.js +3 -3
  53. package/esm5/lib/igc-tool-action-radio-component.js +32 -32
  54. package/esm5/lib/igc-tool-action-separator-component.js +6 -6
  55. package/esm5/lib/igc-tool-action-text-input-component.js +2 -2
  56. package/esm5/lib/igc-tool-panel-component.js +285 -256
  57. package/esm5/lib/igc-toolbar-component.js +188 -159
  58. package/esm5/public_api.js +4 -0
  59. package/fesm2015/igniteui-webcomponents-layouts.js +7526 -6949
  60. package/fesm5/igniteui-webcomponents-layouts.js +7391 -6730
  61. package/lib/INativeUIToolPanelBridge.d.ts +1 -0
  62. package/lib/ListPanelContentRebindEventArgs.d.ts +10 -0
  63. package/lib/ListPanelContentRecycledEventArgs.d.ts +10 -0
  64. package/lib/ListPanelView_combined.d.ts +245 -240
  65. package/lib/NativeUILayoutFactory_combined.d.ts +1167 -1119
  66. package/lib/igc-list-panel-component.d.ts +16 -0
  67. package/lib/igc-list-panel-content-rebind-event-args.d.ts +20 -0
  68. package/lib/igc-list-panel-content-recycled-event-args.d.ts +20 -0
  69. package/lib/igc-tool-action-component.d.ts +0 -1
  70. package/lib/igc-tool-action-icon-button-component.d.ts +0 -1
  71. package/lib/igc-tool-panel-component.d.ts +11 -0
  72. package/lib/igc-toolbar-component.d.ts +11 -0
  73. package/package.json +3 -3
  74. package/public_api.d.ts +4 -0
@@ -19,6 +19,7 @@ import { IgcToolActionCollection } from "./igc-tool-action-collection";
19
19
  import { IgcToolCommandEventArgs } from './igc-tool-command-event-args';
20
20
  import { IgcToolbarSubMenuOpeningEventArgs } from './igc-toolbar-sub-menu-opening-event-args';
21
21
  import { IgcToolbarSubMenuClosingEventArgs } from './igc-toolbar-sub-menu-closing-event-args';
22
+ import { ScrollbarStyle_$type } from "igniteui-webcomponents-core";
22
23
  var IgcToolbarComponent = /** @class */ /*@__PURE__*/ (function (_super) {
23
24
  __extends(IgcToolbarComponent, _super);
24
25
  function IgcToolbarComponent() {
@@ -301,11 +302,11 @@ var IgcToolbarComponent = /** @class */ /*@__PURE__*/ (function (_super) {
301
302
  * Gets or sets the base built in theme to use for the checkbox.
302
303
  */
303
304
  get: function () {
304
- return this.i.v;
305
+ return this.i.x;
305
306
  },
306
307
  set: function (v) {
307
- this.i.v = ensureEnum(BaseControlTheme_$type, v);
308
- this._a("baseTheme", enumToString(BaseControlTheme_$type, this.i.v));
308
+ this.i.x = ensureEnum(BaseControlTheme_$type, v);
309
+ this._a("baseTheme", enumToString(BaseControlTheme_$type, this.i.x));
309
310
  },
310
311
  enumerable: false,
311
312
  configurable: true
@@ -315,11 +316,11 @@ var IgcToolbarComponent = /** @class */ /*@__PURE__*/ (function (_super) {
315
316
  * Gets or sets the display density to use for the toolbar.
316
317
  */
317
318
  get: function () {
318
- return this.i.x;
319
+ return this.i.z;
319
320
  },
320
321
  set: function (v) {
321
- this.i.x = ensureEnum(ControlDisplayDensity_$type, v);
322
- this._a("density", enumToString(ControlDisplayDensity_$type, this.i.x));
322
+ this.i.z = ensureEnum(ControlDisplayDensity_$type, v);
323
+ this._a("density", enumToString(ControlDisplayDensity_$type, this.i.z));
323
324
  },
324
325
  enumerable: false,
325
326
  configurable: true
@@ -415,11 +416,11 @@ var IgcToolbarComponent = /** @class */ /*@__PURE__*/ (function (_super) {
415
416
  * Gets or sets the color to use for the background of the component.
416
417
  */
417
418
  get: function () {
418
- return brushToString(this.i.fe);
419
+ return brushToString(this.i.fk);
419
420
  },
420
421
  set: function (v) {
421
- this.i.fe = stringToBrush(v);
422
- this._a("backgroundColor", brushToString(this.i.fe));
422
+ this.i.fk = stringToBrush(v);
423
+ this._a("backgroundColor", brushToString(this.i.fk));
423
424
  },
424
425
  enumerable: false,
425
426
  configurable: true
@@ -429,11 +430,11 @@ var IgcToolbarComponent = /** @class */ /*@__PURE__*/ (function (_super) {
429
430
  * Gets or sets the background color for submenus.
430
431
  */
431
432
  get: function () {
432
- return brushToString(this.i.fs);
433
+ return brushToString(this.i.fy);
433
434
  },
434
435
  set: function (v) {
435
- this.i.fs = stringToBrush(v);
436
- this._a("submenuBackgroundColor", brushToString(this.i.fs));
436
+ this.i.fy = stringToBrush(v);
437
+ this._a("submenuBackgroundColor", brushToString(this.i.fy));
437
438
  },
438
439
  enumerable: false,
439
440
  configurable: true
@@ -443,11 +444,11 @@ var IgcToolbarComponent = /** @class */ /*@__PURE__*/ (function (_super) {
443
444
  * Gets or sets the group header background color.
444
445
  */
445
446
  get: function () {
446
- return brushToString(this.i.fj);
447
+ return brushToString(this.i.fp);
447
448
  },
448
449
  set: function (v) {
449
- this.i.fj = stringToBrush(v);
450
- this._a("groupHeaderBackgroundColor", brushToString(this.i.fj));
450
+ this.i.fp = stringToBrush(v);
451
+ this._a("groupHeaderBackgroundColor", brushToString(this.i.fp));
451
452
  },
452
453
  enumerable: false,
453
454
  configurable: true
@@ -457,11 +458,11 @@ var IgcToolbarComponent = /** @class */ /*@__PURE__*/ (function (_super) {
457
458
  * Gets or sets the separator background color.
458
459
  */
459
460
  get: function () {
460
- return brushToString(this.i.fr);
461
+ return brushToString(this.i.fx);
461
462
  },
462
463
  set: function (v) {
463
- this.i.fr = stringToBrush(v);
464
- this._a("separatorBackgroundColor", brushToString(this.i.fr));
464
+ this.i.fx = stringToBrush(v);
465
+ this._a("separatorBackgroundColor", brushToString(this.i.fx));
465
466
  },
466
467
  enumerable: false,
467
468
  configurable: true
@@ -471,11 +472,11 @@ var IgcToolbarComponent = /** @class */ /*@__PURE__*/ (function (_super) {
471
472
  * Gets or sets the hover background color.
472
473
  */
473
474
  get: function () {
474
- return brushToString(this.i.fn);
475
+ return brushToString(this.i.ft);
475
476
  },
476
477
  set: function (v) {
477
- this.i.fn = stringToBrush(v);
478
- this._a("hoverBackgroundColor", brushToString(this.i.fn));
478
+ this.i.ft = stringToBrush(v);
479
+ this._a("hoverBackgroundColor", brushToString(this.i.ft));
479
480
  },
480
481
  enumerable: false,
481
482
  configurable: true
@@ -485,11 +486,11 @@ var IgcToolbarComponent = /** @class */ /*@__PURE__*/ (function (_super) {
485
486
  * Gets or sets the color to use for the text of the component.
486
487
  */
487
488
  get: function () {
488
- return brushToString(this.i.fu);
489
+ return brushToString(this.i.f0);
489
490
  },
490
491
  set: function (v) {
491
- this.i.fu = stringToBrush(v);
492
- this._a("textColor", brushToString(this.i.fu));
492
+ this.i.f0 = stringToBrush(v);
493
+ this._a("textColor", brushToString(this.i.f0));
493
494
  },
494
495
  enumerable: false,
495
496
  configurable: true
@@ -499,11 +500,11 @@ var IgcToolbarComponent = /** @class */ /*@__PURE__*/ (function (_super) {
499
500
  * Gets or sets the color to use for the text in disabled tool actions.
500
501
  */
501
502
  get: function () {
502
- return brushToString(this.i.fh);
503
+ return brushToString(this.i.fn);
503
504
  },
504
505
  set: function (v) {
505
- this.i.fh = stringToBrush(v);
506
- this._a("disabledTextColor", brushToString(this.i.fh));
506
+ this.i.fn = stringToBrush(v);
507
+ this._a("disabledTextColor", brushToString(this.i.fn));
507
508
  },
508
509
  enumerable: false,
509
510
  configurable: true
@@ -513,11 +514,11 @@ var IgcToolbarComponent = /** @class */ /*@__PURE__*/ (function (_super) {
513
514
  * Gets or sets the text color for group header tool actions.
514
515
  */
515
516
  get: function () {
516
- return brushToString(this.i.fl);
517
+ return brushToString(this.i.fr);
517
518
  },
518
519
  set: function (v) {
519
- this.i.fl = stringToBrush(v);
520
- this._a("groupHeaderTextColor", brushToString(this.i.fl));
520
+ this.i.fr = stringToBrush(v);
521
+ this._a("groupHeaderTextColor", brushToString(this.i.fr));
521
522
  },
522
523
  enumerable: false,
523
524
  configurable: true
@@ -527,11 +528,11 @@ var IgcToolbarComponent = /** @class */ /*@__PURE__*/ (function (_super) {
527
528
  * Gets or sets the tooltip text color.
528
529
  */
529
530
  get: function () {
530
- return brushToString(this.i.fw);
531
+ return brushToString(this.i.f2);
531
532
  },
532
533
  set: function (v) {
533
- this.i.fw = stringToBrush(v);
534
- this._a("toolTipTextColor", brushToString(this.i.fw));
534
+ this.i.f2 = stringToBrush(v);
535
+ this._a("toolTipTextColor", brushToString(this.i.f2));
535
536
  },
536
537
  enumerable: false,
537
538
  configurable: true
@@ -541,11 +542,11 @@ var IgcToolbarComponent = /** @class */ /*@__PURE__*/ (function (_super) {
541
542
  * Gets or sets the tooltip background color.
542
543
  */
543
544
  get: function () {
544
- return brushToString(this.i.fv);
545
+ return brushToString(this.i.f1);
545
546
  },
546
547
  set: function (v) {
547
- this.i.fv = stringToBrush(v);
548
- this._a("toolTipBackgroundColor", brushToString(this.i.fv));
548
+ this.i.f1 = stringToBrush(v);
549
+ this._a("toolTipBackgroundColor", brushToString(this.i.f1));
549
550
  },
550
551
  enumerable: false,
551
552
  configurable: true
@@ -555,11 +556,11 @@ var IgcToolbarComponent = /** @class */ /*@__PURE__*/ (function (_super) {
555
556
  * Gets or sets the tooltip corner radius.
556
557
  */
557
558
  get: function () {
558
- return this.i.bh;
559
+ return this.i.bl;
559
560
  },
560
561
  set: function (v) {
561
- this.i.bh = +v;
562
- this._a("toolTipCornerRadius", this.i.bh);
562
+ this.i.bl = +v;
563
+ this._a("toolTipCornerRadius", this.i.bl);
563
564
  },
564
565
  enumerable: false,
565
566
  configurable: true
@@ -569,11 +570,11 @@ var IgcToolbarComponent = /** @class */ /*@__PURE__*/ (function (_super) {
569
570
  * Gets or sets the shadow elevation for the tooltip.
570
571
  */
571
572
  get: function () {
572
- return this.i.bi;
573
+ return this.i.bm;
573
574
  },
574
575
  set: function (v) {
575
- this.i.bi = +v;
576
- this._a("toolTipElevation", this.i.bi);
576
+ this.i.bm = +v;
577
+ this._a("toolTipElevation", this.i.bm);
577
578
  },
578
579
  enumerable: false,
579
580
  configurable: true
@@ -583,11 +584,11 @@ var IgcToolbarComponent = /** @class */ /*@__PURE__*/ (function (_super) {
583
584
  * Gets or sets the fill color of icons in the ToolPanel.
584
585
  */
585
586
  get: function () {
586
- return brushToString(this.i.fo);
587
+ return brushToString(this.i.fu);
587
588
  },
588
589
  set: function (v) {
589
- this.i.fo = stringToBrush(v);
590
- this._a("iconFill", brushToString(this.i.fo));
590
+ this.i.fu = stringToBrush(v);
591
+ this._a("iconFill", brushToString(this.i.fu));
591
592
  },
592
593
  enumerable: false,
593
594
  configurable: true
@@ -597,11 +598,11 @@ var IgcToolbarComponent = /** @class */ /*@__PURE__*/ (function (_super) {
597
598
  * Gets or sets the stroke color of icons in the ToolPanel.
598
599
  */
599
600
  get: function () {
600
- return brushToString(this.i.fp);
601
+ return brushToString(this.i.fv);
601
602
  },
602
603
  set: function (v) {
603
- this.i.fp = stringToBrush(v);
604
- this._a("iconStroke", brushToString(this.i.fp));
604
+ this.i.fv = stringToBrush(v);
605
+ this._a("iconStroke", brushToString(this.i.fv));
605
606
  },
606
607
  enumerable: false,
607
608
  configurable: true
@@ -611,16 +612,16 @@ var IgcToolbarComponent = /** @class */ /*@__PURE__*/ (function (_super) {
611
612
  * Gets or sets the text style.
612
613
  */
613
614
  get: function () {
614
- if (this.i.ab == null) {
615
+ if (this.i.ad == null) {
615
616
  return null;
616
617
  }
617
- return this.i.ab.fontString;
618
+ return this.i.ad.fontString;
618
619
  },
619
620
  set: function (v) {
620
621
  var fi = new FontInfo();
621
622
  fi.fontString = v;
622
- this.i.ab = fi;
623
- this._a("cellTextStyle", this.i.ab != null ? this.i.ab.fontString : "");
623
+ this.i.ad = fi;
624
+ this._a("cellTextStyle", this.i.ad != null ? this.i.ad.fontString : "");
624
625
  },
625
626
  enumerable: false,
626
627
  configurable: true
@@ -630,16 +631,16 @@ var IgcToolbarComponent = /** @class */ /*@__PURE__*/ (function (_super) {
630
631
  * Gets or sets the text style for subtitles.
631
632
  */
632
633
  get: function () {
633
- if (this.i.ad == null) {
634
+ if (this.i.af == null) {
634
635
  return null;
635
636
  }
636
- return this.i.ad.fontString;
637
+ return this.i.af.fontString;
637
638
  },
638
639
  set: function (v) {
639
640
  var fi = new FontInfo();
640
641
  fi.fontString = v;
641
- this.i.ad = fi;
642
- this._a("subtitleTextStyle", this.i.ad != null ? this.i.ad.fontString : "");
642
+ this.i.af = fi;
643
+ this._a("subtitleTextStyle", this.i.af != null ? this.i.af.fontString : "");
643
644
  },
644
645
  enumerable: false,
645
646
  configurable: true
@@ -649,11 +650,11 @@ var IgcToolbarComponent = /** @class */ /*@__PURE__*/ (function (_super) {
649
650
  * Gets or sets the left padding for separators in the vertical orientation.
650
651
  */
651
652
  get: function () {
652
- return this.i.be;
653
+ return this.i.bi;
653
654
  },
654
655
  set: function (v) {
655
- this.i.be = +v;
656
- this._a("separatorVerticalPaddingLeft", this.i.be);
656
+ this.i.bi = +v;
657
+ this._a("separatorVerticalPaddingLeft", this.i.bi);
657
658
  },
658
659
  enumerable: false,
659
660
  configurable: true
@@ -663,11 +664,11 @@ var IgcToolbarComponent = /** @class */ /*@__PURE__*/ (function (_super) {
663
664
  * Gets or sets the right padding for separators in the vertical orientation.
664
665
  */
665
666
  get: function () {
666
- return this.i.bf;
667
+ return this.i.bj;
667
668
  },
668
669
  set: function (v) {
669
- this.i.bf = +v;
670
- this._a("separatorVerticalPaddingRight", this.i.bf);
670
+ this.i.bj = +v;
671
+ this._a("separatorVerticalPaddingRight", this.i.bj);
671
672
  },
672
673
  enumerable: false,
673
674
  configurable: true
@@ -677,11 +678,11 @@ var IgcToolbarComponent = /** @class */ /*@__PURE__*/ (function (_super) {
677
678
  * Gets or sets the top padding for separators in the vertical orientation.
678
679
  */
679
680
  get: function () {
680
- return this.i.bg;
681
+ return this.i.bk;
681
682
  },
682
683
  set: function (v) {
683
- this.i.bg = +v;
684
- this._a("separatorVerticalPaddingTop", this.i.bg);
684
+ this.i.bk = +v;
685
+ this._a("separatorVerticalPaddingTop", this.i.bk);
685
686
  },
686
687
  enumerable: false,
687
688
  configurable: true
@@ -691,11 +692,11 @@ var IgcToolbarComponent = /** @class */ /*@__PURE__*/ (function (_super) {
691
692
  * Gets or sets the bottom padding for separators in the vertical orientation.
692
693
  */
693
694
  get: function () {
694
- return this.i.bd;
695
+ return this.i.bh;
695
696
  },
696
697
  set: function (v) {
697
- this.i.bd = +v;
698
- this._a("separatorVerticalPaddingBottom", this.i.bd);
698
+ this.i.bh = +v;
699
+ this._a("separatorVerticalPaddingBottom", this.i.bh);
699
700
  },
700
701
  enumerable: false,
701
702
  configurable: true
@@ -705,11 +706,11 @@ var IgcToolbarComponent = /** @class */ /*@__PURE__*/ (function (_super) {
705
706
  * Gets or sets the left padding for separators in the horizontal orientation.
706
707
  */
707
708
  get: function () {
708
- return this.i.ba;
709
+ return this.i.be;
709
710
  },
710
711
  set: function (v) {
711
- this.i.ba = +v;
712
- this._a("separatorHorizontalPaddingLeft", this.i.ba);
712
+ this.i.be = +v;
713
+ this._a("separatorHorizontalPaddingLeft", this.i.be);
713
714
  },
714
715
  enumerable: false,
715
716
  configurable: true
@@ -719,11 +720,11 @@ var IgcToolbarComponent = /** @class */ /*@__PURE__*/ (function (_super) {
719
720
  * Gets or sets the right padding for separators in the horizontal orientation.
720
721
  */
721
722
  get: function () {
722
- return this.i.bb;
723
+ return this.i.bf;
723
724
  },
724
725
  set: function (v) {
725
- this.i.bb = +v;
726
- this._a("separatorHorizontalPaddingRight", this.i.bb);
726
+ this.i.bf = +v;
727
+ this._a("separatorHorizontalPaddingRight", this.i.bf);
727
728
  },
728
729
  enumerable: false,
729
730
  configurable: true
@@ -733,11 +734,11 @@ var IgcToolbarComponent = /** @class */ /*@__PURE__*/ (function (_super) {
733
734
  * Gets or sets the top padding for separators in the horizontal orientation.
734
735
  */
735
736
  get: function () {
736
- return this.i.bc;
737
+ return this.i.bg;
737
738
  },
738
739
  set: function (v) {
739
- this.i.bc = +v;
740
- this._a("separatorHorizontalPaddingTop", this.i.bc);
740
+ this.i.bg = +v;
741
+ this._a("separatorHorizontalPaddingTop", this.i.bg);
741
742
  },
742
743
  enumerable: false,
743
744
  configurable: true
@@ -747,11 +748,11 @@ var IgcToolbarComponent = /** @class */ /*@__PURE__*/ (function (_super) {
747
748
  * Gets or sets the bottom padding for separators in the horizontal orientation.
748
749
  */
749
750
  get: function () {
750
- return this.i.a9;
751
+ return this.i.bd;
751
752
  },
752
753
  set: function (v) {
753
- this.i.a9 = +v;
754
- this._a("separatorHorizontalPaddingBottom", this.i.a9);
754
+ this.i.bd = +v;
755
+ this._a("separatorHorizontalPaddingBottom", this.i.bd);
755
756
  },
756
757
  enumerable: false,
757
758
  configurable: true
@@ -761,11 +762,11 @@ var IgcToolbarComponent = /** @class */ /*@__PURE__*/ (function (_super) {
761
762
  * Gets or sets if the tool actions should display their submenus on mouse hover.
762
763
  */
763
764
  get: function () {
764
- return this.i.ap;
765
+ return this.i.as;
765
766
  },
766
767
  set: function (v) {
767
- this.i.ap = ensureBool(v);
768
- this._a("showOnHover", this.i.ap);
768
+ this.i.as = ensureBool(v);
769
+ this._a("showOnHover", this.i.as);
769
770
  },
770
771
  enumerable: false,
771
772
  configurable: true
@@ -775,11 +776,11 @@ var IgcToolbarComponent = /** @class */ /*@__PURE__*/ (function (_super) {
775
776
  * Gets or sets if the tool action icon buttons should display their tooltips on mouse hover.
776
777
  */
777
778
  get: function () {
778
- return this.i.aq;
779
+ return this.i.at;
779
780
  },
780
781
  set: function (v) {
781
- this.i.aq = ensureBool(v);
782
- this._a("showTooltipOnHover", this.i.aq);
782
+ this.i.at = ensureBool(v);
783
+ this._a("showTooltipOnHover", this.i.at);
783
784
  },
784
785
  enumerable: false,
785
786
  configurable: true
@@ -791,44 +792,44 @@ var IgcToolbarComponent = /** @class */ /*@__PURE__*/ (function (_super) {
791
792
  * always keep the dropdown open during a hover open and will require an extra click to close.
792
793
  */
793
794
  get: function () {
794
- return this.i.bm;
795
+ return this.i.bq;
795
796
  },
796
797
  set: function (v) {
797
- this.i.bm = +v;
798
- this._a("dropdownClickBuffer", this.i.bm);
798
+ this.i.bq = +v;
799
+ this._a("dropdownClickBuffer", this.i.bq);
799
800
  },
800
801
  enumerable: false,
801
802
  configurable: true
802
803
  });
803
804
  Object.defineProperty(IgcToolbarComponent.prototype, "highlightWidth", {
804
805
  get: function () {
805
- return this.i.a8;
806
+ return this.i.bc;
806
807
  },
807
808
  set: function (v) {
808
- this.i.a8 = +v;
809
- this._a("highlightWidth", this.i.a8);
809
+ this.i.bc = +v;
810
+ this._a("highlightWidth", this.i.bc);
810
811
  },
811
812
  enumerable: false,
812
813
  configurable: true
813
814
  });
814
815
  Object.defineProperty(IgcToolbarComponent.prototype, "highlightRadius", {
815
816
  get: function () {
816
- return this.i.a7;
817
+ return this.i.bb;
817
818
  },
818
819
  set: function (v) {
819
- this.i.a7 = +v;
820
- this._a("highlightRadius", this.i.a7);
820
+ this.i.bb = +v;
821
+ this._a("highlightRadius", this.i.bb);
821
822
  },
822
823
  enumerable: false,
823
824
  configurable: true
824
825
  });
825
826
  Object.defineProperty(IgcToolbarComponent.prototype, "highlightColor", {
826
827
  get: function () {
827
- return brushToString(this.i.fm);
828
+ return brushToString(this.i.fs);
828
829
  },
829
830
  set: function (v) {
830
- this.i.fm = stringToBrush(v);
831
- this._a("highlightColor", brushToString(this.i.fm));
831
+ this.i.fs = stringToBrush(v);
832
+ this._a("highlightColor", brushToString(this.i.fs));
832
833
  },
833
834
  enumerable: false,
834
835
  configurable: true
@@ -838,11 +839,11 @@ var IgcToolbarComponent = /** @class */ /*@__PURE__*/ (function (_super) {
838
839
  * Gets or sets the stroke color for all icon menu dropdown arrows.
839
840
  */
840
841
  get: function () {
841
- return brushToString(this.i.fq);
842
+ return brushToString(this.i.fw);
842
843
  },
843
844
  set: function (v) {
844
- this.i.fq = stringToBrush(v);
845
- this._a("menuArrowStroke", brushToString(this.i.fq));
845
+ this.i.fw = stringToBrush(v);
846
+ this._a("menuArrowStroke", brushToString(this.i.fw));
846
847
  },
847
848
  enumerable: false,
848
849
  configurable: true
@@ -852,11 +853,11 @@ var IgcToolbarComponent = /** @class */ /*@__PURE__*/ (function (_super) {
852
853
  * Gets or sets the background color of the radio when in the unchecked state.
853
854
  */
854
855
  get: function () {
855
- return brushToString(this.i.fx);
856
+ return brushToString(this.i.f3);
856
857
  },
857
858
  set: function (v) {
858
- this.i.fx = stringToBrush(v);
859
- this._a("uncheckedBackgroundColor", brushToString(this.i.fx));
859
+ this.i.f3 = stringToBrush(v);
860
+ this._a("uncheckedBackgroundColor", brushToString(this.i.f3));
860
861
  },
861
862
  enumerable: false,
862
863
  configurable: true
@@ -866,11 +867,11 @@ var IgcToolbarComponent = /** @class */ /*@__PURE__*/ (function (_super) {
866
867
  * Gets or sets the background color of the radio when in the checked state.
867
868
  */
868
869
  get: function () {
869
- return brushToString(this.i.ff);
870
+ return brushToString(this.i.fl);
870
871
  },
871
872
  set: function (v) {
872
- this.i.ff = stringToBrush(v);
873
- this._a("checkedBackgroundColor", brushToString(this.i.ff));
873
+ this.i.fl = stringToBrush(v);
874
+ this._a("checkedBackgroundColor", brushToString(this.i.fl));
874
875
  },
875
876
  enumerable: false,
876
877
  configurable: true
@@ -880,11 +881,11 @@ var IgcToolbarComponent = /** @class */ /*@__PURE__*/ (function (_super) {
880
881
  * Gets or sets the border color of the radio when in the unchecked state.
881
882
  */
882
883
  get: function () {
883
- return brushToString(this.i.fy);
884
+ return brushToString(this.i.f4);
884
885
  },
885
886
  set: function (v) {
886
- this.i.fy = stringToBrush(v);
887
- this._a("uncheckedBorderColor", brushToString(this.i.fy));
887
+ this.i.f4 = stringToBrush(v);
888
+ this._a("uncheckedBorderColor", brushToString(this.i.f4));
888
889
  },
889
890
  enumerable: false,
890
891
  configurable: true
@@ -894,11 +895,11 @@ var IgcToolbarComponent = /** @class */ /*@__PURE__*/ (function (_super) {
894
895
  * Gets or sets the border color of the radio when in the checked state.
895
896
  */
896
897
  get: function () {
897
- return brushToString(this.i.fg);
898
+ return brushToString(this.i.fm);
898
899
  },
899
900
  set: function (v) {
900
- this.i.fg = stringToBrush(v);
901
- this._a("checkedBorderColor", brushToString(this.i.fg));
901
+ this.i.fm = stringToBrush(v);
902
+ this._a("checkedBorderColor", brushToString(this.i.fm));
902
903
  },
903
904
  enumerable: false,
904
905
  configurable: true
@@ -908,11 +909,11 @@ var IgcToolbarComponent = /** @class */ /*@__PURE__*/ (function (_super) {
908
909
  * Gets or sets the row height that should be used.
909
910
  */
910
911
  get: function () {
911
- return this.i.bq;
912
+ return this.i.bu;
912
913
  },
913
914
  set: function (v) {
914
- this.i.bq = +v;
915
- this._a("rowHeight", this.i.bq);
915
+ this.i.bu = +v;
916
+ this._a("rowHeight", this.i.bu);
916
917
  },
917
918
  enumerable: false,
918
919
  configurable: true
@@ -922,11 +923,11 @@ var IgcToolbarComponent = /** @class */ /*@__PURE__*/ (function (_super) {
922
923
  * Gets or sets the text color for subtitles.
923
924
  */
924
925
  get: function () {
925
- return brushToString(this.i.ft);
926
+ return brushToString(this.i.fz);
926
927
  },
927
928
  set: function (v) {
928
- this.i.ft = stringToBrush(v);
929
- this._a("subtitleTextColor", brushToString(this.i.ft));
929
+ this.i.fz = stringToBrush(v);
930
+ this._a("subtitleTextColor", brushToString(this.i.fz));
930
931
  },
931
932
  enumerable: false,
932
933
  configurable: true
@@ -936,11 +937,11 @@ var IgcToolbarComponent = /** @class */ /*@__PURE__*/ (function (_super) {
936
937
  * Gets or sets the text color for group header subtitles.
937
938
  */
938
939
  get: function () {
939
- return brushToString(this.i.fk);
940
+ return brushToString(this.i.fq);
940
941
  },
941
942
  set: function (v) {
942
- this.i.fk = stringToBrush(v);
943
- this._a("groupHeaderSubtitleTextColor", brushToString(this.i.fk));
943
+ this.i.fq = stringToBrush(v);
944
+ this._a("groupHeaderSubtitleTextColor", brushToString(this.i.fq));
944
945
  },
945
946
  enumerable: false,
946
947
  configurable: true
@@ -950,18 +951,46 @@ var IgcToolbarComponent = /** @class */ /*@__PURE__*/ (function (_super) {
950
951
  * Gets or sets the dropdown delay time in milliseconds.
951
952
  */
952
953
  get: function () {
953
- return this.i.bn;
954
+ return this.i.br;
954
955
  },
955
956
  set: function (v) {
956
- this.i.bn = +v;
957
- this._a("dropdownDelay", this.i.bn);
957
+ this.i.br = +v;
958
+ this._a("dropdownDelay", this.i.br);
959
+ },
960
+ enumerable: false,
961
+ configurable: true
962
+ });
963
+ Object.defineProperty(IgcToolbarComponent.prototype, "stopPropagation", {
964
+ /**
965
+ * Prevents clicks on the tool actions from bubbling.
966
+ */
967
+ get: function () {
968
+ return this.i.au;
969
+ },
970
+ set: function (v) {
971
+ this.i.au = ensureBool(v);
972
+ this._a("stopPropagation", this.i.au);
973
+ },
974
+ enumerable: false,
975
+ configurable: true
976
+ });
977
+ Object.defineProperty(IgcToolbarComponent.prototype, "scrollbarStyle", {
978
+ /**
979
+ * Gets or sets the style of scrollbar.
980
+ */
981
+ get: function () {
982
+ return this.i.v;
983
+ },
984
+ set: function (v) {
985
+ this.i.v = ensureEnum(ScrollbarStyle_$type, v);
986
+ this._a("scrollbarStyle", enumToString(ScrollbarStyle_$type, this.i.v));
958
987
  },
959
988
  enumerable: false,
960
989
  configurable: true
961
990
  });
962
991
  Object.defineProperty(IgcToolbarComponent.prototype, "isOpen", {
963
992
  get: function () {
964
- return this.i.ao;
993
+ return this.i.ar;
965
994
  },
966
995
  enumerable: false,
967
996
  configurable: true
@@ -1041,14 +1070,14 @@ var IgcToolbarComponent = /** @class */ /*@__PURE__*/ (function (_super) {
1041
1070
  this._inStyling = false;
1042
1071
  };
1043
1072
  IgcToolbarComponent.prototype.flushRefresh = function () {
1044
- this.i.dr();
1073
+ this.i.dx();
1045
1074
  };
1046
1075
  /**
1047
1076
  * Get the desired size the toolbar wants to be.
1048
1077
 
1049
1078
  */
1050
1079
  IgcToolbarComponent.prototype.getDesiredSize = function () {
1051
- var iv = this.i.f0();
1080
+ var iv = this.i.f6();
1052
1081
  return fromSize(iv);
1053
1082
  };
1054
1083
  /**
@@ -1056,114 +1085,114 @@ var IgcToolbarComponent = /** @class */ /*@__PURE__*/ (function (_super) {
1056
1085
 
1057
1086
  */
1058
1087
  IgcToolbarComponent.prototype.closeSubmenus = function () {
1059
- this.i.dn();
1088
+ this.i.du();
1060
1089
  };
1061
1090
  IgcToolbarComponent.prototype.onCommandStateChanged = function (id, type, value) {
1062
1091
  this.i.onCommandStateChanged(id, (type == null ? null : type), value);
1063
1092
  };
1064
1093
  IgcToolbarComponent.prototype.registerIconFromText = function (iconCollection, iconName, iconText) {
1065
- this.i.d8(iconCollection, iconName, iconText);
1094
+ this.i.ee(iconCollection, iconName, iconText);
1066
1095
  };
1067
1096
  IgcToolbarComponent.prototype.getIconFromCache = function (iconCollection, iconName) {
1068
- var iv = this.i.ci(iconCollection, iconName);
1097
+ var iv = this.i.cm(iconCollection, iconName);
1069
1098
  return (iv);
1070
1099
  };
1071
1100
  IgcToolbarComponent.prototype.registerMultiPathSVG = function (iconCollection, iconName, multiPathSVG) {
1072
- this.i.ea(iconCollection, iconName, multiPathSVG);
1101
+ this.i.eg(iconCollection, iconName, multiPathSVG);
1073
1102
  };
1074
1103
  IgcToolbarComponent.prototype.getMultiPathSVGFromCache = function (iconCollection, iconName) {
1075
1104
  var iv = this.i.a(iconCollection, iconName);
1076
1105
  return (iv);
1077
1106
  };
1078
1107
  IgcToolbarComponent.prototype.registerIconFromDataURL = function (iconCollection, iconName, dataURL) {
1079
- this.i.d7(iconCollection, iconName, dataURL);
1108
+ this.i.ed(iconCollection, iconName, dataURL);
1080
1109
  };
1081
1110
  IgcToolbarComponent.prototype.getDataURLFromCache = function (iconCollection, iconName) {
1082
- var iv = this.i.ch(iconCollection, iconName);
1111
+ var iv = this.i.cl(iconCollection, iconName);
1083
1112
  return (iv);
1084
1113
  };
1085
1114
  IgcToolbarComponent.prototype.registerIconSource = function (iconCollection, iconName, source) {
1086
- this.i.d9(iconCollection, iconName, source);
1115
+ this.i.ef(iconCollection, iconName, source);
1087
1116
  };
1088
1117
  IgcToolbarComponent.prototype.getIconSource = function (iconCollection, iconName) {
1089
- var iv = this.i.b0(iconCollection, iconName);
1118
+ var iv = this.i.b4(iconCollection, iconName);
1090
1119
  return (iv);
1091
1120
  };
1092
1121
  IgcToolbarComponent.prototype.setBrushContextItem = function (key, value) {
1093
- this.i.ed(key, stringToBrush(value));
1122
+ this.i.ej(key, stringToBrush(value));
1094
1123
  };
1095
1124
  IgcToolbarComponent.prototype.getBrushContextItem = function (key) {
1096
- var iv = this.i.fi(key);
1125
+ var iv = this.i.fo(key);
1097
1126
  return brushToString(iv);
1098
1127
  };
1099
1128
  IgcToolbarComponent.prototype.setBrushCollectionContextItem = function (key, value) {
1100
- this.i.ec(key, toBrushCollection(value));
1129
+ this.i.ei(key, toBrushCollection(value));
1101
1130
  };
1102
1131
  IgcToolbarComponent.prototype.getBrushCollectionContextItem = function (key) {
1103
1132
  var iv = this.i.b(key);
1104
1133
  return fromBrushCollection(iv);
1105
1134
  };
1106
1135
  IgcToolbarComponent.prototype.setDoubleContextItem = function (key, value) {
1107
- this.i.eh(key, value);
1136
+ this.i.en(key, value);
1108
1137
  };
1109
1138
  IgcToolbarComponent.prototype.getDoubleContextItem = function (key) {
1110
- var iv = this.i.a5(key);
1139
+ var iv = this.i.a9(key);
1111
1140
  return (iv);
1112
1141
  };
1113
1142
  IgcToolbarComponent.prototype.setIntContextItem = function (key, value) {
1114
- this.i.eo(key, value);
1143
+ this.i.eu(key, value);
1115
1144
  };
1116
1145
  IgcToolbarComponent.prototype.getExternalDoubleContextItem = function (key) {
1117
- var iv = this.i.a6(key);
1146
+ var iv = this.i.ba(key);
1118
1147
  return (iv);
1119
1148
  };
1120
1149
  IgcToolbarComponent.prototype.setExternalDoubleContextItem = function (key, value) {
1121
- this.i.em(key, value);
1150
+ this.i.es(key, value);
1122
1151
  };
1123
1152
  IgcToolbarComponent.prototype.getIntContextItem = function (key) {
1124
- var iv = this.i.bp(key);
1153
+ var iv = this.i.bt(key);
1125
1154
  return (iv);
1126
1155
  };
1127
1156
  IgcToolbarComponent.prototype.setExternalIntContextItem = function (key, value) {
1128
- this.i.en(key, value);
1157
+ this.i.et(key, value);
1129
1158
  };
1130
1159
  IgcToolbarComponent.prototype.getExternalIntContextItem = function (key) {
1131
- var iv = this.i.bo(key);
1160
+ var iv = this.i.bs(key);
1132
1161
  return (iv);
1133
1162
  };
1134
1163
  IgcToolbarComponent.prototype.setStringContextItem = function (key, value) {
1135
- this.i.ep(key, value);
1164
+ this.i.ev(key, value);
1136
1165
  };
1137
1166
  IgcToolbarComponent.prototype.getStringContextItem = function (key) {
1138
- var iv = this.i.cj(key);
1167
+ var iv = this.i.cn(key);
1139
1168
  return (iv);
1140
1169
  };
1141
1170
  IgcToolbarComponent.prototype.setBoolContextItem = function (key, value) {
1142
- this.i.eb(key, value);
1171
+ this.i.eh(key, value);
1143
1172
  };
1144
1173
  IgcToolbarComponent.prototype.getBoolContextItem = function (key) {
1145
- var iv = this.i.an(key);
1174
+ var iv = this.i.aq(key);
1146
1175
  return (iv);
1147
1176
  };
1148
1177
  IgcToolbarComponent.prototype.setColorContextItem = function (key, value) {
1149
- this.i.ee(key, stringToColor(value));
1178
+ this.i.ek(key, stringToColor(value));
1150
1179
  };
1151
1180
  IgcToolbarComponent.prototype.getColorContextItem = function (key) {
1152
- var iv = this.i.fz(key);
1181
+ var iv = this.i.f5(key);
1153
1182
  return colorToString(iv);
1154
1183
  };
1155
1184
  IgcToolbarComponent.prototype.setDataContextItem = function (key, value) {
1156
- this.i.eg(key, value);
1185
+ this.i.em(key, value);
1157
1186
  };
1158
1187
  IgcToolbarComponent.prototype.getDataContextItem = function (key) {
1159
- var iv = this.i.bv(key);
1188
+ var iv = this.i.bz(key);
1160
1189
  return (iv);
1161
1190
  };
1162
1191
  IgcToolbarComponent.prototype.setExternalDataContextItem = function (key, value) {
1163
- this.i.el(key, value);
1192
+ this.i.er(key, value);
1164
1193
  };
1165
1194
  IgcToolbarComponent.prototype.getExternalDataContextItem = function (key) {
1166
- var iv = this.i.bz(key);
1195
+ var iv = this.i.b3(key);
1167
1196
  return (iv);
1168
1197
  };
1169
1198
  /**
@@ -1171,7 +1200,7 @@ var IgcToolbarComponent = /** @class */ /*@__PURE__*/ (function (_super) {
1171
1200
 
1172
1201
  */
1173
1202
  IgcToolbarComponent.prototype.exportVisualData = function () {
1174
- var iv = this.i.bt();
1203
+ var iv = this.i.bx();
1175
1204
  return (iv);
1176
1205
  };
1177
1206
  /**
@@ -1179,7 +1208,7 @@ var IgcToolbarComponent = /** @class */ /*@__PURE__*/ (function (_super) {
1179
1208
 
1180
1209
  */
1181
1210
  IgcToolbarComponent.prototype.exportSerializedVisualData = function () {
1182
- var iv = this.i.cg();
1211
+ var iv = this.i.ck();
1183
1212
  return (iv);
1184
1213
  };
1185
1214
  Object.defineProperty(IgcToolbarComponent.prototype, "onCommand", {