igniteui-webcomponents-layouts 5.3.0 → 5.4.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 (123) hide show
  1. package/bundles/igniteui-webcomponents-layouts.umd.js +11266 -8364
  2. package/bundles/igniteui-webcomponents-layouts.umd.min.js +1 -1
  3. package/esm2015/lib/ComboEditorBridge.js +8 -8
  4. package/esm2015/lib/ComboEditorView_combined.js +27 -26
  5. package/esm2015/lib/ListPanelScrollerKeyboardListener.js +1 -1
  6. package/esm2015/lib/ListPanelView_combined.js +595 -577
  7. package/esm2015/lib/NativeUILayoutFactory_combined.js +6734 -5325
  8. package/esm2015/lib/PropertyEditorPanelView_combined.js +24 -24
  9. package/esm2015/lib/PropertyEditorTreeTransformer.js +1 -1
  10. package/esm2015/lib/ToolActionFieldSelector.js +7 -0
  11. package/esm2015/lib/ToolActionFieldSelectorAggregation.js +40 -0
  12. package/esm2015/lib/ToolActionFieldSelectorAggregationsCollection.js +160 -0
  13. package/esm2015/lib/ToolActionFieldSelectorEventType.js +16 -0
  14. package/esm2015/lib/ToolActionFieldSelectorSelectedAggregation.js +40 -0
  15. package/esm2015/lib/ToolActionFieldSelectorSelectedAggregationsCollection.js +160 -0
  16. package/esm2015/lib/ToolActionFieldSelectorType.js +16 -0
  17. package/esm2015/lib/ToolActionFieldSelector_ToolActionFieldSelectorItem.js +26 -0
  18. package/esm2015/lib/ToolActionIconMenuVisualData.js +3 -3
  19. package/esm2015/lib/ToolActionVisualData.js +17 -13
  20. package/esm2015/lib/ToolPanelContext.js +4 -1
  21. package/esm2015/lib/igc-list-panel-component.js +64 -54
  22. package/esm2015/lib/igc-tool-action-button-component.js +6 -6
  23. package/esm2015/lib/igc-tool-action-button-pair-component.js +103 -103
  24. package/esm2015/lib/igc-tool-action-checkbox-component.js +27 -27
  25. package/esm2015/lib/igc-tool-action-checkbox-list-component.js +16 -16
  26. package/esm2015/lib/igc-tool-action-color-editor-component.js +3 -3
  27. package/esm2015/lib/igc-tool-action-combo-component.js +8 -8
  28. package/esm2015/lib/igc-tool-action-component.js +191 -180
  29. package/esm2015/lib/igc-tool-action-field-selector-aggregation-module.js +15 -0
  30. package/esm2015/lib/igc-tool-action-field-selector-aggregation.js +58 -0
  31. package/esm2015/lib/igc-tool-action-field-selector-aggregations-collection.js +53 -0
  32. package/esm2015/lib/igc-tool-action-field-selector-component.js +261 -0
  33. package/esm2015/lib/igc-tool-action-field-selector-module.js +16 -0
  34. package/esm2015/lib/igc-tool-action-field-selector-selected-aggregation-module.js +15 -0
  35. package/esm2015/lib/igc-tool-action-field-selector-selected-aggregation.js +58 -0
  36. package/esm2015/lib/igc-tool-action-field-selector-selected-aggregations-collection.js +53 -0
  37. package/esm2015/lib/igc-tool-action-group-header-component.js +6 -6
  38. package/esm2015/lib/igc-tool-action-icon-button-component.js +34 -34
  39. package/esm2015/lib/igc-tool-action-icon-menu-component.js +10 -10
  40. package/esm2015/lib/igc-tool-action-number-input-component.js +3 -3
  41. package/esm2015/lib/igc-tool-action-radio-component.js +32 -32
  42. package/esm2015/lib/igc-tool-action-separator-component.js +6 -6
  43. package/esm2015/lib/igc-tool-action-sub-panel-component.js +10 -0
  44. package/esm2015/lib/igc-tool-action-text-input-component.js +2 -2
  45. package/esm2015/lib/igc-tool-panel-component.js +275 -250
  46. package/esm2015/lib/igc-tool-panel-module.js +2 -0
  47. package/esm2015/lib/igc-toolbar-component.js +171 -156
  48. package/esm2015/public_api.js +16 -0
  49. package/esm5/lib/ComboEditorBridge.js +8 -8
  50. package/esm5/lib/ComboEditorView_combined.js +27 -26
  51. package/esm5/lib/ListPanelScrollerKeyboardListener.js +1 -1
  52. package/esm5/lib/ListPanelView_combined.js +592 -570
  53. package/esm5/lib/NativeUILayoutFactory_combined.js +6684 -5125
  54. package/esm5/lib/PropertyEditorPanelView_combined.js +24 -24
  55. package/esm5/lib/PropertyEditorTreeTransformer.js +1 -1
  56. package/esm5/lib/ToolActionFieldSelector.js +7 -0
  57. package/esm5/lib/ToolActionFieldSelectorAggregation.js +54 -0
  58. package/esm5/lib/ToolActionFieldSelectorAggregationsCollection.js +220 -0
  59. package/esm5/lib/ToolActionFieldSelectorEventType.js +16 -0
  60. package/esm5/lib/ToolActionFieldSelectorSelectedAggregation.js +54 -0
  61. package/esm5/lib/ToolActionFieldSelectorSelectedAggregationsCollection.js +220 -0
  62. package/esm5/lib/ToolActionFieldSelectorType.js +16 -0
  63. package/esm5/lib/ToolActionFieldSelector_ToolActionFieldSelectorItem.js +28 -0
  64. package/esm5/lib/ToolActionIconMenuVisualData.js +3 -3
  65. package/esm5/lib/ToolActionVisualData.js +17 -13
  66. package/esm5/lib/ToolPanelContext.js +4 -1
  67. package/esm5/lib/igc-list-panel-component.js +68 -54
  68. package/esm5/lib/igc-tool-action-button-component.js +6 -6
  69. package/esm5/lib/igc-tool-action-button-pair-component.js +103 -103
  70. package/esm5/lib/igc-tool-action-checkbox-component.js +27 -27
  71. package/esm5/lib/igc-tool-action-checkbox-list-component.js +16 -16
  72. package/esm5/lib/igc-tool-action-color-editor-component.js +3 -3
  73. package/esm5/lib/igc-tool-action-combo-component.js +8 -8
  74. package/esm5/lib/igc-tool-action-component.js +195 -180
  75. package/esm5/lib/igc-tool-action-field-selector-aggregation-module.js +19 -0
  76. package/esm5/lib/igc-tool-action-field-selector-aggregation.js +76 -0
  77. package/esm5/lib/igc-tool-action-field-selector-aggregations-collection.js +58 -0
  78. package/esm5/lib/igc-tool-action-field-selector-component.js +331 -0
  79. package/esm5/lib/igc-tool-action-field-selector-module.js +20 -0
  80. package/esm5/lib/igc-tool-action-field-selector-selected-aggregation-module.js +19 -0
  81. package/esm5/lib/igc-tool-action-field-selector-selected-aggregation.js +76 -0
  82. package/esm5/lib/igc-tool-action-field-selector-selected-aggregations-collection.js +58 -0
  83. package/esm5/lib/igc-tool-action-group-header-component.js +6 -6
  84. package/esm5/lib/igc-tool-action-icon-button-component.js +34 -34
  85. package/esm5/lib/igc-tool-action-icon-menu-component.js +10 -10
  86. package/esm5/lib/igc-tool-action-number-input-component.js +3 -3
  87. package/esm5/lib/igc-tool-action-radio-component.js +32 -32
  88. package/esm5/lib/igc-tool-action-separator-component.js +6 -6
  89. package/esm5/lib/igc-tool-action-sub-panel-component.js +14 -0
  90. package/esm5/lib/igc-tool-action-text-input-component.js +2 -2
  91. package/esm5/lib/igc-tool-panel-component.js +283 -250
  92. package/esm5/lib/igc-tool-panel-module.js +2 -0
  93. package/esm5/lib/igc-toolbar-component.js +175 -156
  94. package/esm5/public_api.js +16 -0
  95. package/fesm2015/igniteui-webcomponents-layouts.js +10397 -7947
  96. package/fesm5/igniteui-webcomponents-layouts.js +11250 -8366
  97. package/lib/ListPanelView_combined.d.ts +147 -144
  98. package/lib/NativeUILayoutFactory_combined.d.ts +1393 -1262
  99. package/lib/ToolActionFieldSelector.d.ts +1 -0
  100. package/lib/ToolActionFieldSelectorAggregation.d.ts +17 -0
  101. package/lib/ToolActionFieldSelectorAggregationsCollection.d.ts +31 -0
  102. package/lib/ToolActionFieldSelectorEventType.d.ts +9 -0
  103. package/lib/ToolActionFieldSelectorSelectedAggregation.d.ts +17 -0
  104. package/lib/ToolActionFieldSelectorSelectedAggregationsCollection.d.ts +31 -0
  105. package/lib/ToolActionFieldSelectorType.d.ts +9 -0
  106. package/lib/ToolActionFieldSelector_ToolActionFieldSelectorItem.d.ts +16 -0
  107. package/lib/ToolActionIconMenuVisualData.d.ts +2 -2
  108. package/lib/ToolActionVisualData.d.ts +6 -5
  109. package/lib/igc-list-panel-component.d.ts +5 -0
  110. package/lib/igc-tool-action-component.d.ts +6 -0
  111. package/lib/igc-tool-action-field-selector-aggregation-module.d.ts +3 -0
  112. package/lib/igc-tool-action-field-selector-aggregation.d.ts +20 -0
  113. package/lib/igc-tool-action-field-selector-aggregations-collection.d.ts +8 -0
  114. package/lib/igc-tool-action-field-selector-component.d.ts +73 -0
  115. package/lib/igc-tool-action-field-selector-module.d.ts +3 -0
  116. package/lib/igc-tool-action-field-selector-selected-aggregation-module.d.ts +3 -0
  117. package/lib/igc-tool-action-field-selector-selected-aggregation.d.ts +20 -0
  118. package/lib/igc-tool-action-field-selector-selected-aggregations-collection.d.ts +8 -0
  119. package/lib/igc-tool-action-sub-panel-component.d.ts +5 -0
  120. package/lib/igc-tool-panel-component.d.ts +10 -0
  121. package/lib/igc-toolbar-component.d.ts +5 -0
  122. package/package.json +3 -3
  123. package/public_api.d.ts +16 -0
@@ -416,11 +416,11 @@ var IgcToolbarComponent = /** @class */ /*@__PURE__*/ (function (_super) {
416
416
  * Gets or sets the color to use for the background of the component.
417
417
  */
418
418
  get: function () {
419
- return brushToString(this.i.fk);
419
+ return brushToString(this.i.fp);
420
420
  },
421
421
  set: function (v) {
422
- this.i.fk = stringToBrush(v);
423
- this._a("backgroundColor", brushToString(this.i.fk));
422
+ this.i.fp = stringToBrush(v);
423
+ this._a("backgroundColor", brushToString(this.i.fp));
424
424
  },
425
425
  enumerable: false,
426
426
  configurable: true
@@ -430,11 +430,11 @@ var IgcToolbarComponent = /** @class */ /*@__PURE__*/ (function (_super) {
430
430
  * Gets or sets the background color for submenus.
431
431
  */
432
432
  get: function () {
433
- return brushToString(this.i.fy);
433
+ return brushToString(this.i.f3);
434
434
  },
435
435
  set: function (v) {
436
- this.i.fy = stringToBrush(v);
437
- this._a("submenuBackgroundColor", brushToString(this.i.fy));
436
+ this.i.f3 = stringToBrush(v);
437
+ this._a("submenuBackgroundColor", brushToString(this.i.f3));
438
438
  },
439
439
  enumerable: false,
440
440
  configurable: true
@@ -444,11 +444,11 @@ var IgcToolbarComponent = /** @class */ /*@__PURE__*/ (function (_super) {
444
444
  * Gets or sets the group header background color.
445
445
  */
446
446
  get: function () {
447
- return brushToString(this.i.fp);
447
+ return brushToString(this.i.fu);
448
448
  },
449
449
  set: function (v) {
450
- this.i.fp = stringToBrush(v);
451
- this._a("groupHeaderBackgroundColor", brushToString(this.i.fp));
450
+ this.i.fu = stringToBrush(v);
451
+ this._a("groupHeaderBackgroundColor", brushToString(this.i.fu));
452
452
  },
453
453
  enumerable: false,
454
454
  configurable: true
@@ -458,11 +458,11 @@ var IgcToolbarComponent = /** @class */ /*@__PURE__*/ (function (_super) {
458
458
  * Gets or sets the separator background color.
459
459
  */
460
460
  get: function () {
461
- return brushToString(this.i.fx);
461
+ return brushToString(this.i.f2);
462
462
  },
463
463
  set: function (v) {
464
- this.i.fx = stringToBrush(v);
465
- this._a("separatorBackgroundColor", brushToString(this.i.fx));
464
+ this.i.f2 = stringToBrush(v);
465
+ this._a("separatorBackgroundColor", brushToString(this.i.f2));
466
466
  },
467
467
  enumerable: false,
468
468
  configurable: true
@@ -472,11 +472,11 @@ var IgcToolbarComponent = /** @class */ /*@__PURE__*/ (function (_super) {
472
472
  * Gets or sets the hover background color.
473
473
  */
474
474
  get: function () {
475
- return brushToString(this.i.ft);
475
+ return brushToString(this.i.fy);
476
476
  },
477
477
  set: function (v) {
478
- this.i.ft = stringToBrush(v);
479
- this._a("hoverBackgroundColor", brushToString(this.i.ft));
478
+ this.i.fy = stringToBrush(v);
479
+ this._a("hoverBackgroundColor", brushToString(this.i.fy));
480
480
  },
481
481
  enumerable: false,
482
482
  configurable: true
@@ -486,11 +486,11 @@ var IgcToolbarComponent = /** @class */ /*@__PURE__*/ (function (_super) {
486
486
  * Gets or sets the color to use for the text of the component.
487
487
  */
488
488
  get: function () {
489
- return brushToString(this.i.f0);
489
+ return brushToString(this.i.f5);
490
490
  },
491
491
  set: function (v) {
492
- this.i.f0 = stringToBrush(v);
493
- this._a("textColor", brushToString(this.i.f0));
492
+ this.i.f5 = stringToBrush(v);
493
+ this._a("textColor", brushToString(this.i.f5));
494
494
  },
495
495
  enumerable: false,
496
496
  configurable: true
@@ -500,11 +500,11 @@ var IgcToolbarComponent = /** @class */ /*@__PURE__*/ (function (_super) {
500
500
  * Gets or sets the color to use for the text in disabled tool actions.
501
501
  */
502
502
  get: function () {
503
- return brushToString(this.i.fn);
503
+ return brushToString(this.i.fs);
504
504
  },
505
505
  set: function (v) {
506
- this.i.fn = stringToBrush(v);
507
- this._a("disabledTextColor", brushToString(this.i.fn));
506
+ this.i.fs = stringToBrush(v);
507
+ this._a("disabledTextColor", brushToString(this.i.fs));
508
508
  },
509
509
  enumerable: false,
510
510
  configurable: true
@@ -514,11 +514,11 @@ var IgcToolbarComponent = /** @class */ /*@__PURE__*/ (function (_super) {
514
514
  * Gets or sets the text color for group header tool actions.
515
515
  */
516
516
  get: function () {
517
- return brushToString(this.i.fr);
517
+ return brushToString(this.i.fw);
518
518
  },
519
519
  set: function (v) {
520
- this.i.fr = stringToBrush(v);
521
- this._a("groupHeaderTextColor", brushToString(this.i.fr));
520
+ this.i.fw = stringToBrush(v);
521
+ this._a("groupHeaderTextColor", brushToString(this.i.fw));
522
522
  },
523
523
  enumerable: false,
524
524
  configurable: true
@@ -528,11 +528,11 @@ var IgcToolbarComponent = /** @class */ /*@__PURE__*/ (function (_super) {
528
528
  * Gets or sets the tooltip text color.
529
529
  */
530
530
  get: function () {
531
- return brushToString(this.i.f2);
531
+ return brushToString(this.i.f7);
532
532
  },
533
533
  set: function (v) {
534
- this.i.f2 = stringToBrush(v);
535
- this._a("toolTipTextColor", brushToString(this.i.f2));
534
+ this.i.f7 = stringToBrush(v);
535
+ this._a("toolTipTextColor", brushToString(this.i.f7));
536
536
  },
537
537
  enumerable: false,
538
538
  configurable: true
@@ -542,11 +542,11 @@ var IgcToolbarComponent = /** @class */ /*@__PURE__*/ (function (_super) {
542
542
  * Gets or sets the tooltip background color.
543
543
  */
544
544
  get: function () {
545
- return brushToString(this.i.f1);
545
+ return brushToString(this.i.f6);
546
546
  },
547
547
  set: function (v) {
548
- this.i.f1 = stringToBrush(v);
549
- this._a("toolTipBackgroundColor", brushToString(this.i.f1));
548
+ this.i.f6 = stringToBrush(v);
549
+ this._a("toolTipBackgroundColor", brushToString(this.i.f6));
550
550
  },
551
551
  enumerable: false,
552
552
  configurable: true
@@ -556,11 +556,11 @@ var IgcToolbarComponent = /** @class */ /*@__PURE__*/ (function (_super) {
556
556
  * Gets or sets the tooltip corner radius.
557
557
  */
558
558
  get: function () {
559
- return this.i.bl;
559
+ return this.i.bp;
560
560
  },
561
561
  set: function (v) {
562
- this.i.bl = +v;
563
- this._a("toolTipCornerRadius", this.i.bl);
562
+ this.i.bp = +v;
563
+ this._a("toolTipCornerRadius", this.i.bp);
564
564
  },
565
565
  enumerable: false,
566
566
  configurable: true
@@ -570,11 +570,11 @@ var IgcToolbarComponent = /** @class */ /*@__PURE__*/ (function (_super) {
570
570
  * Gets or sets the shadow elevation for the tooltip.
571
571
  */
572
572
  get: function () {
573
- return this.i.bm;
573
+ return this.i.bq;
574
574
  },
575
575
  set: function (v) {
576
- this.i.bm = +v;
577
- this._a("toolTipElevation", this.i.bm);
576
+ this.i.bq = +v;
577
+ this._a("toolTipElevation", this.i.bq);
578
578
  },
579
579
  enumerable: false,
580
580
  configurable: true
@@ -584,11 +584,11 @@ var IgcToolbarComponent = /** @class */ /*@__PURE__*/ (function (_super) {
584
584
  * Gets or sets the fill color of icons in the ToolPanel.
585
585
  */
586
586
  get: function () {
587
- return brushToString(this.i.fu);
587
+ return brushToString(this.i.fz);
588
588
  },
589
589
  set: function (v) {
590
- this.i.fu = stringToBrush(v);
591
- this._a("iconFill", brushToString(this.i.fu));
590
+ this.i.fz = stringToBrush(v);
591
+ this._a("iconFill", brushToString(this.i.fz));
592
592
  },
593
593
  enumerable: false,
594
594
  configurable: true
@@ -598,11 +598,11 @@ var IgcToolbarComponent = /** @class */ /*@__PURE__*/ (function (_super) {
598
598
  * Gets or sets the stroke color of icons in the ToolPanel.
599
599
  */
600
600
  get: function () {
601
- return brushToString(this.i.fv);
601
+ return brushToString(this.i.f0);
602
602
  },
603
603
  set: function (v) {
604
- this.i.fv = stringToBrush(v);
605
- this._a("iconStroke", brushToString(this.i.fv));
604
+ this.i.f0 = stringToBrush(v);
605
+ this._a("iconStroke", brushToString(this.i.f0));
606
606
  },
607
607
  enumerable: false,
608
608
  configurable: true
@@ -612,16 +612,16 @@ var IgcToolbarComponent = /** @class */ /*@__PURE__*/ (function (_super) {
612
612
  * Gets or sets the text style.
613
613
  */
614
614
  get: function () {
615
- if (this.i.ad == null) {
615
+ if (this.i.af == null) {
616
616
  return null;
617
617
  }
618
- return this.i.ad.fontString;
618
+ return this.i.af.fontString;
619
619
  },
620
620
  set: function (v) {
621
621
  var fi = new FontInfo();
622
622
  fi.fontString = v;
623
- this.i.ad = fi;
624
- this._a("cellTextStyle", this.i.ad != null ? this.i.ad.fontString : "");
623
+ this.i.af = fi;
624
+ this._a("cellTextStyle", this.i.af != null ? this.i.af.fontString : "");
625
625
  },
626
626
  enumerable: false,
627
627
  configurable: true
@@ -631,16 +631,35 @@ var IgcToolbarComponent = /** @class */ /*@__PURE__*/ (function (_super) {
631
631
  * Gets or sets the text style for subtitles.
632
632
  */
633
633
  get: function () {
634
- if (this.i.af == null) {
634
+ if (this.i.aj == null) {
635
635
  return null;
636
636
  }
637
- return this.i.af.fontString;
637
+ return this.i.aj.fontString;
638
638
  },
639
639
  set: function (v) {
640
640
  var fi = new FontInfo();
641
641
  fi.fontString = v;
642
- this.i.af = fi;
643
- this._a("subtitleTextStyle", this.i.af != null ? this.i.af.fontString : "");
642
+ this.i.aj = fi;
643
+ this._a("subtitleTextStyle", this.i.aj != null ? this.i.aj.fontString : "");
644
+ },
645
+ enumerable: false,
646
+ configurable: true
647
+ });
648
+ Object.defineProperty(IgcToolbarComponent.prototype, "groupHeaderTextStyle", {
649
+ /**
650
+ * Gets or sets the text style.
651
+ */
652
+ get: function () {
653
+ if (this.i.ai == null) {
654
+ return null;
655
+ }
656
+ return this.i.ai.fontString;
657
+ },
658
+ set: function (v) {
659
+ var fi = new FontInfo();
660
+ fi.fontString = v;
661
+ this.i.ai = fi;
662
+ this._a("groupHeaderTextStyle", this.i.ai != null ? this.i.ai.fontString : "");
644
663
  },
645
664
  enumerable: false,
646
665
  configurable: true
@@ -650,11 +669,11 @@ var IgcToolbarComponent = /** @class */ /*@__PURE__*/ (function (_super) {
650
669
  * Gets or sets the left padding for separators in the vertical orientation.
651
670
  */
652
671
  get: function () {
653
- return this.i.bi;
672
+ return this.i.bm;
654
673
  },
655
674
  set: function (v) {
656
- this.i.bi = +v;
657
- this._a("separatorVerticalPaddingLeft", this.i.bi);
675
+ this.i.bm = +v;
676
+ this._a("separatorVerticalPaddingLeft", this.i.bm);
658
677
  },
659
678
  enumerable: false,
660
679
  configurable: true
@@ -664,11 +683,11 @@ var IgcToolbarComponent = /** @class */ /*@__PURE__*/ (function (_super) {
664
683
  * Gets or sets the right padding for separators in the vertical orientation.
665
684
  */
666
685
  get: function () {
667
- return this.i.bj;
686
+ return this.i.bn;
668
687
  },
669
688
  set: function (v) {
670
- this.i.bj = +v;
671
- this._a("separatorVerticalPaddingRight", this.i.bj);
689
+ this.i.bn = +v;
690
+ this._a("separatorVerticalPaddingRight", this.i.bn);
672
691
  },
673
692
  enumerable: false,
674
693
  configurable: true
@@ -678,11 +697,11 @@ var IgcToolbarComponent = /** @class */ /*@__PURE__*/ (function (_super) {
678
697
  * Gets or sets the top padding for separators in the vertical orientation.
679
698
  */
680
699
  get: function () {
681
- return this.i.bk;
700
+ return this.i.bo;
682
701
  },
683
702
  set: function (v) {
684
- this.i.bk = +v;
685
- this._a("separatorVerticalPaddingTop", this.i.bk);
703
+ this.i.bo = +v;
704
+ this._a("separatorVerticalPaddingTop", this.i.bo);
686
705
  },
687
706
  enumerable: false,
688
707
  configurable: true
@@ -692,11 +711,11 @@ var IgcToolbarComponent = /** @class */ /*@__PURE__*/ (function (_super) {
692
711
  * Gets or sets the bottom padding for separators in the vertical orientation.
693
712
  */
694
713
  get: function () {
695
- return this.i.bh;
714
+ return this.i.bl;
696
715
  },
697
716
  set: function (v) {
698
- this.i.bh = +v;
699
- this._a("separatorVerticalPaddingBottom", this.i.bh);
717
+ this.i.bl = +v;
718
+ this._a("separatorVerticalPaddingBottom", this.i.bl);
700
719
  },
701
720
  enumerable: false,
702
721
  configurable: true
@@ -706,11 +725,11 @@ var IgcToolbarComponent = /** @class */ /*@__PURE__*/ (function (_super) {
706
725
  * Gets or sets the left padding for separators in the horizontal orientation.
707
726
  */
708
727
  get: function () {
709
- return this.i.be;
728
+ return this.i.bi;
710
729
  },
711
730
  set: function (v) {
712
- this.i.be = +v;
713
- this._a("separatorHorizontalPaddingLeft", this.i.be);
731
+ this.i.bi = +v;
732
+ this._a("separatorHorizontalPaddingLeft", this.i.bi);
714
733
  },
715
734
  enumerable: false,
716
735
  configurable: true
@@ -720,11 +739,11 @@ var IgcToolbarComponent = /** @class */ /*@__PURE__*/ (function (_super) {
720
739
  * Gets or sets the right padding for separators in the horizontal orientation.
721
740
  */
722
741
  get: function () {
723
- return this.i.bf;
742
+ return this.i.bj;
724
743
  },
725
744
  set: function (v) {
726
- this.i.bf = +v;
727
- this._a("separatorHorizontalPaddingRight", this.i.bf);
745
+ this.i.bj = +v;
746
+ this._a("separatorHorizontalPaddingRight", this.i.bj);
728
747
  },
729
748
  enumerable: false,
730
749
  configurable: true
@@ -734,11 +753,11 @@ var IgcToolbarComponent = /** @class */ /*@__PURE__*/ (function (_super) {
734
753
  * Gets or sets the top padding for separators in the horizontal orientation.
735
754
  */
736
755
  get: function () {
737
- return this.i.bg;
756
+ return this.i.bk;
738
757
  },
739
758
  set: function (v) {
740
- this.i.bg = +v;
741
- this._a("separatorHorizontalPaddingTop", this.i.bg);
759
+ this.i.bk = +v;
760
+ this._a("separatorHorizontalPaddingTop", this.i.bk);
742
761
  },
743
762
  enumerable: false,
744
763
  configurable: true
@@ -748,11 +767,11 @@ var IgcToolbarComponent = /** @class */ /*@__PURE__*/ (function (_super) {
748
767
  * Gets or sets the bottom padding for separators in the horizontal orientation.
749
768
  */
750
769
  get: function () {
751
- return this.i.bd;
770
+ return this.i.bh;
752
771
  },
753
772
  set: function (v) {
754
- this.i.bd = +v;
755
- this._a("separatorHorizontalPaddingBottom", this.i.bd);
773
+ this.i.bh = +v;
774
+ this._a("separatorHorizontalPaddingBottom", this.i.bh);
756
775
  },
757
776
  enumerable: false,
758
777
  configurable: true
@@ -762,11 +781,11 @@ var IgcToolbarComponent = /** @class */ /*@__PURE__*/ (function (_super) {
762
781
  * Gets or sets if the tool actions should display their submenus on mouse hover.
763
782
  */
764
783
  get: function () {
765
- return this.i.as;
784
+ return this.i.aw;
766
785
  },
767
786
  set: function (v) {
768
- this.i.as = ensureBool(v);
769
- this._a("showOnHover", this.i.as);
787
+ this.i.aw = ensureBool(v);
788
+ this._a("showOnHover", this.i.aw);
770
789
  },
771
790
  enumerable: false,
772
791
  configurable: true
@@ -776,11 +795,11 @@ var IgcToolbarComponent = /** @class */ /*@__PURE__*/ (function (_super) {
776
795
  * Gets or sets if the tool action icon buttons should display their tooltips on mouse hover.
777
796
  */
778
797
  get: function () {
779
- return this.i.at;
798
+ return this.i.ax;
780
799
  },
781
800
  set: function (v) {
782
- this.i.at = ensureBool(v);
783
- this._a("showTooltipOnHover", this.i.at);
801
+ this.i.ax = ensureBool(v);
802
+ this._a("showTooltipOnHover", this.i.ax);
784
803
  },
785
804
  enumerable: false,
786
805
  configurable: true
@@ -792,44 +811,44 @@ var IgcToolbarComponent = /** @class */ /*@__PURE__*/ (function (_super) {
792
811
  * always keep the dropdown open during a hover open and will require an extra click to close.
793
812
  */
794
813
  get: function () {
795
- return this.i.bq;
814
+ return this.i.bu;
796
815
  },
797
816
  set: function (v) {
798
- this.i.bq = +v;
799
- this._a("dropdownClickBuffer", this.i.bq);
817
+ this.i.bu = +v;
818
+ this._a("dropdownClickBuffer", this.i.bu);
800
819
  },
801
820
  enumerable: false,
802
821
  configurable: true
803
822
  });
804
823
  Object.defineProperty(IgcToolbarComponent.prototype, "highlightWidth", {
805
824
  get: function () {
806
- return this.i.bc;
825
+ return this.i.bg;
807
826
  },
808
827
  set: function (v) {
809
- this.i.bc = +v;
810
- this._a("highlightWidth", this.i.bc);
828
+ this.i.bg = +v;
829
+ this._a("highlightWidth", this.i.bg);
811
830
  },
812
831
  enumerable: false,
813
832
  configurable: true
814
833
  });
815
834
  Object.defineProperty(IgcToolbarComponent.prototype, "highlightRadius", {
816
835
  get: function () {
817
- return this.i.bb;
836
+ return this.i.bf;
818
837
  },
819
838
  set: function (v) {
820
- this.i.bb = +v;
821
- this._a("highlightRadius", this.i.bb);
839
+ this.i.bf = +v;
840
+ this._a("highlightRadius", this.i.bf);
822
841
  },
823
842
  enumerable: false,
824
843
  configurable: true
825
844
  });
826
845
  Object.defineProperty(IgcToolbarComponent.prototype, "highlightColor", {
827
846
  get: function () {
828
- return brushToString(this.i.fs);
847
+ return brushToString(this.i.fx);
829
848
  },
830
849
  set: function (v) {
831
- this.i.fs = stringToBrush(v);
832
- this._a("highlightColor", brushToString(this.i.fs));
850
+ this.i.fx = stringToBrush(v);
851
+ this._a("highlightColor", brushToString(this.i.fx));
833
852
  },
834
853
  enumerable: false,
835
854
  configurable: true
@@ -839,11 +858,11 @@ var IgcToolbarComponent = /** @class */ /*@__PURE__*/ (function (_super) {
839
858
  * Gets or sets the stroke color for all icon menu dropdown arrows.
840
859
  */
841
860
  get: function () {
842
- return brushToString(this.i.fw);
861
+ return brushToString(this.i.f1);
843
862
  },
844
863
  set: function (v) {
845
- this.i.fw = stringToBrush(v);
846
- this._a("menuArrowStroke", brushToString(this.i.fw));
864
+ this.i.f1 = stringToBrush(v);
865
+ this._a("menuArrowStroke", brushToString(this.i.f1));
847
866
  },
848
867
  enumerable: false,
849
868
  configurable: true
@@ -853,11 +872,11 @@ var IgcToolbarComponent = /** @class */ /*@__PURE__*/ (function (_super) {
853
872
  * Gets or sets the background color of the radio when in the unchecked state.
854
873
  */
855
874
  get: function () {
856
- return brushToString(this.i.f3);
875
+ return brushToString(this.i.f8);
857
876
  },
858
877
  set: function (v) {
859
- this.i.f3 = stringToBrush(v);
860
- this._a("uncheckedBackgroundColor", brushToString(this.i.f3));
878
+ this.i.f8 = stringToBrush(v);
879
+ this._a("uncheckedBackgroundColor", brushToString(this.i.f8));
861
880
  },
862
881
  enumerable: false,
863
882
  configurable: true
@@ -867,11 +886,11 @@ var IgcToolbarComponent = /** @class */ /*@__PURE__*/ (function (_super) {
867
886
  * Gets or sets the background color of the radio when in the checked state.
868
887
  */
869
888
  get: function () {
870
- return brushToString(this.i.fl);
889
+ return brushToString(this.i.fq);
871
890
  },
872
891
  set: function (v) {
873
- this.i.fl = stringToBrush(v);
874
- this._a("checkedBackgroundColor", brushToString(this.i.fl));
892
+ this.i.fq = stringToBrush(v);
893
+ this._a("checkedBackgroundColor", brushToString(this.i.fq));
875
894
  },
876
895
  enumerable: false,
877
896
  configurable: true
@@ -881,11 +900,11 @@ var IgcToolbarComponent = /** @class */ /*@__PURE__*/ (function (_super) {
881
900
  * Gets or sets the border color of the radio when in the unchecked state.
882
901
  */
883
902
  get: function () {
884
- return brushToString(this.i.f4);
903
+ return brushToString(this.i.f9);
885
904
  },
886
905
  set: function (v) {
887
- this.i.f4 = stringToBrush(v);
888
- this._a("uncheckedBorderColor", brushToString(this.i.f4));
906
+ this.i.f9 = stringToBrush(v);
907
+ this._a("uncheckedBorderColor", brushToString(this.i.f9));
889
908
  },
890
909
  enumerable: false,
891
910
  configurable: true
@@ -895,11 +914,11 @@ var IgcToolbarComponent = /** @class */ /*@__PURE__*/ (function (_super) {
895
914
  * Gets or sets the border color of the radio when in the checked state.
896
915
  */
897
916
  get: function () {
898
- return brushToString(this.i.fm);
917
+ return brushToString(this.i.fr);
899
918
  },
900
919
  set: function (v) {
901
- this.i.fm = stringToBrush(v);
902
- this._a("checkedBorderColor", brushToString(this.i.fm));
920
+ this.i.fr = stringToBrush(v);
921
+ this._a("checkedBorderColor", brushToString(this.i.fr));
903
922
  },
904
923
  enumerable: false,
905
924
  configurable: true
@@ -909,11 +928,11 @@ var IgcToolbarComponent = /** @class */ /*@__PURE__*/ (function (_super) {
909
928
  * Gets or sets the row height that should be used.
910
929
  */
911
930
  get: function () {
912
- return this.i.bu;
931
+ return this.i.by;
913
932
  },
914
933
  set: function (v) {
915
- this.i.bu = +v;
916
- this._a("rowHeight", this.i.bu);
934
+ this.i.by = +v;
935
+ this._a("rowHeight", this.i.by);
917
936
  },
918
937
  enumerable: false,
919
938
  configurable: true
@@ -923,11 +942,11 @@ var IgcToolbarComponent = /** @class */ /*@__PURE__*/ (function (_super) {
923
942
  * Gets or sets the text color for subtitles.
924
943
  */
925
944
  get: function () {
926
- return brushToString(this.i.fz);
945
+ return brushToString(this.i.f4);
927
946
  },
928
947
  set: function (v) {
929
- this.i.fz = stringToBrush(v);
930
- this._a("subtitleTextColor", brushToString(this.i.fz));
948
+ this.i.f4 = stringToBrush(v);
949
+ this._a("subtitleTextColor", brushToString(this.i.f4));
931
950
  },
932
951
  enumerable: false,
933
952
  configurable: true
@@ -937,11 +956,11 @@ var IgcToolbarComponent = /** @class */ /*@__PURE__*/ (function (_super) {
937
956
  * Gets or sets the text color for group header subtitles.
938
957
  */
939
958
  get: function () {
940
- return brushToString(this.i.fq);
959
+ return brushToString(this.i.fv);
941
960
  },
942
961
  set: function (v) {
943
- this.i.fq = stringToBrush(v);
944
- this._a("groupHeaderSubtitleTextColor", brushToString(this.i.fq));
962
+ this.i.fv = stringToBrush(v);
963
+ this._a("groupHeaderSubtitleTextColor", brushToString(this.i.fv));
945
964
  },
946
965
  enumerable: false,
947
966
  configurable: true
@@ -951,11 +970,11 @@ var IgcToolbarComponent = /** @class */ /*@__PURE__*/ (function (_super) {
951
970
  * Gets or sets the dropdown delay time in milliseconds.
952
971
  */
953
972
  get: function () {
954
- return this.i.br;
973
+ return this.i.bv;
955
974
  },
956
975
  set: function (v) {
957
- this.i.br = +v;
958
- this._a("dropdownDelay", this.i.br);
976
+ this.i.bv = +v;
977
+ this._a("dropdownDelay", this.i.bv);
959
978
  },
960
979
  enumerable: false,
961
980
  configurable: true
@@ -965,11 +984,11 @@ var IgcToolbarComponent = /** @class */ /*@__PURE__*/ (function (_super) {
965
984
  * Prevents clicks on the tool actions from bubbling.
966
985
  */
967
986
  get: function () {
968
- return this.i.au;
987
+ return this.i.ay;
969
988
  },
970
989
  set: function (v) {
971
- this.i.au = ensureBool(v);
972
- this._a("stopPropagation", this.i.au);
990
+ this.i.ay = ensureBool(v);
991
+ this._a("stopPropagation", this.i.ay);
973
992
  },
974
993
  enumerable: false,
975
994
  configurable: true
@@ -990,7 +1009,7 @@ var IgcToolbarComponent = /** @class */ /*@__PURE__*/ (function (_super) {
990
1009
  });
991
1010
  Object.defineProperty(IgcToolbarComponent.prototype, "isOpen", {
992
1011
  get: function () {
993
- return this.i.ar;
1012
+ return this.i.av;
994
1013
  },
995
1014
  enumerable: false,
996
1015
  configurable: true
@@ -1070,14 +1089,14 @@ var IgcToolbarComponent = /** @class */ /*@__PURE__*/ (function (_super) {
1070
1089
  this._inStyling = false;
1071
1090
  };
1072
1091
  IgcToolbarComponent.prototype.flushRefresh = function () {
1073
- this.i.dx();
1092
+ this.i.d2();
1074
1093
  };
1075
1094
  /**
1076
1095
  * Get the desired size the toolbar wants to be.
1077
1096
 
1078
1097
  */
1079
1098
  IgcToolbarComponent.prototype.getDesiredSize = function () {
1080
- var iv = this.i.f6();
1099
+ var iv = this.i.gb();
1081
1100
  return fromSize(iv);
1082
1101
  };
1083
1102
  /**
@@ -1085,114 +1104,114 @@ var IgcToolbarComponent = /** @class */ /*@__PURE__*/ (function (_super) {
1085
1104
 
1086
1105
  */
1087
1106
  IgcToolbarComponent.prototype.closeSubmenus = function () {
1088
- this.i.du();
1107
+ this.i.dz();
1089
1108
  };
1090
1109
  IgcToolbarComponent.prototype.onCommandStateChanged = function (id, type, value) {
1091
1110
  this.i.onCommandStateChanged(id, (type == null ? null : type), value);
1092
1111
  };
1093
1112
  IgcToolbarComponent.prototype.registerIconFromText = function (iconCollection, iconName, iconText) {
1094
- this.i.ee(iconCollection, iconName, iconText);
1113
+ this.i.ej(iconCollection, iconName, iconText);
1095
1114
  };
1096
1115
  IgcToolbarComponent.prototype.getIconFromCache = function (iconCollection, iconName) {
1097
- var iv = this.i.cm(iconCollection, iconName);
1116
+ var iv = this.i.cq(iconCollection, iconName);
1098
1117
  return (iv);
1099
1118
  };
1100
1119
  IgcToolbarComponent.prototype.registerMultiPathSVG = function (iconCollection, iconName, multiPathSVG) {
1101
- this.i.eg(iconCollection, iconName, multiPathSVG);
1120
+ this.i.el(iconCollection, iconName, multiPathSVG);
1102
1121
  };
1103
1122
  IgcToolbarComponent.prototype.getMultiPathSVGFromCache = function (iconCollection, iconName) {
1104
1123
  var iv = this.i.a(iconCollection, iconName);
1105
1124
  return (iv);
1106
1125
  };
1107
1126
  IgcToolbarComponent.prototype.registerIconFromDataURL = function (iconCollection, iconName, dataURL) {
1108
- this.i.ed(iconCollection, iconName, dataURL);
1127
+ this.i.ei(iconCollection, iconName, dataURL);
1109
1128
  };
1110
1129
  IgcToolbarComponent.prototype.getDataURLFromCache = function (iconCollection, iconName) {
1111
- var iv = this.i.cl(iconCollection, iconName);
1130
+ var iv = this.i.cp(iconCollection, iconName);
1112
1131
  return (iv);
1113
1132
  };
1114
1133
  IgcToolbarComponent.prototype.registerIconSource = function (iconCollection, iconName, source) {
1115
- this.i.ef(iconCollection, iconName, source);
1134
+ this.i.ek(iconCollection, iconName, source);
1116
1135
  };
1117
1136
  IgcToolbarComponent.prototype.getIconSource = function (iconCollection, iconName) {
1118
- var iv = this.i.b4(iconCollection, iconName);
1137
+ var iv = this.i.b8(iconCollection, iconName);
1119
1138
  return (iv);
1120
1139
  };
1121
1140
  IgcToolbarComponent.prototype.setBrushContextItem = function (key, value) {
1122
- this.i.ej(key, stringToBrush(value));
1141
+ this.i.eo(key, stringToBrush(value));
1123
1142
  };
1124
1143
  IgcToolbarComponent.prototype.getBrushContextItem = function (key) {
1125
- var iv = this.i.fo(key);
1144
+ var iv = this.i.ft(key);
1126
1145
  return brushToString(iv);
1127
1146
  };
1128
1147
  IgcToolbarComponent.prototype.setBrushCollectionContextItem = function (key, value) {
1129
- this.i.ei(key, toBrushCollection(value));
1148
+ this.i.en(key, toBrushCollection(value));
1130
1149
  };
1131
1150
  IgcToolbarComponent.prototype.getBrushCollectionContextItem = function (key) {
1132
1151
  var iv = this.i.b(key);
1133
1152
  return fromBrushCollection(iv);
1134
1153
  };
1135
1154
  IgcToolbarComponent.prototype.setDoubleContextItem = function (key, value) {
1136
- this.i.en(key, value);
1155
+ this.i.es(key, value);
1137
1156
  };
1138
1157
  IgcToolbarComponent.prototype.getDoubleContextItem = function (key) {
1139
- var iv = this.i.a9(key);
1158
+ var iv = this.i.bd(key);
1140
1159
  return (iv);
1141
1160
  };
1142
1161
  IgcToolbarComponent.prototype.setIntContextItem = function (key, value) {
1143
- this.i.eu(key, value);
1162
+ this.i.ez(key, value);
1144
1163
  };
1145
1164
  IgcToolbarComponent.prototype.getExternalDoubleContextItem = function (key) {
1146
- var iv = this.i.ba(key);
1165
+ var iv = this.i.be(key);
1147
1166
  return (iv);
1148
1167
  };
1149
1168
  IgcToolbarComponent.prototype.setExternalDoubleContextItem = function (key, value) {
1150
- this.i.es(key, value);
1169
+ this.i.ex(key, value);
1151
1170
  };
1152
1171
  IgcToolbarComponent.prototype.getIntContextItem = function (key) {
1153
- var iv = this.i.bt(key);
1172
+ var iv = this.i.bx(key);
1154
1173
  return (iv);
1155
1174
  };
1156
1175
  IgcToolbarComponent.prototype.setExternalIntContextItem = function (key, value) {
1157
- this.i.et(key, value);
1176
+ this.i.ey(key, value);
1158
1177
  };
1159
1178
  IgcToolbarComponent.prototype.getExternalIntContextItem = function (key) {
1160
- var iv = this.i.bs(key);
1179
+ var iv = this.i.bw(key);
1161
1180
  return (iv);
1162
1181
  };
1163
1182
  IgcToolbarComponent.prototype.setStringContextItem = function (key, value) {
1164
- this.i.ev(key, value);
1183
+ this.i.e0(key, value);
1165
1184
  };
1166
1185
  IgcToolbarComponent.prototype.getStringContextItem = function (key) {
1167
- var iv = this.i.cn(key);
1186
+ var iv = this.i.cr(key);
1168
1187
  return (iv);
1169
1188
  };
1170
1189
  IgcToolbarComponent.prototype.setBoolContextItem = function (key, value) {
1171
- this.i.eh(key, value);
1190
+ this.i.em(key, value);
1172
1191
  };
1173
1192
  IgcToolbarComponent.prototype.getBoolContextItem = function (key) {
1174
- var iv = this.i.aq(key);
1193
+ var iv = this.i.au(key);
1175
1194
  return (iv);
1176
1195
  };
1177
1196
  IgcToolbarComponent.prototype.setColorContextItem = function (key, value) {
1178
- this.i.ek(key, stringToColor(value));
1197
+ this.i.ep(key, stringToColor(value));
1179
1198
  };
1180
1199
  IgcToolbarComponent.prototype.getColorContextItem = function (key) {
1181
- var iv = this.i.f5(key);
1200
+ var iv = this.i.ga(key);
1182
1201
  return colorToString(iv);
1183
1202
  };
1184
1203
  IgcToolbarComponent.prototype.setDataContextItem = function (key, value) {
1185
- this.i.em(key, value);
1204
+ this.i.er(key, value);
1186
1205
  };
1187
1206
  IgcToolbarComponent.prototype.getDataContextItem = function (key) {
1188
- var iv = this.i.bz(key);
1207
+ var iv = this.i.b3(key);
1189
1208
  return (iv);
1190
1209
  };
1191
1210
  IgcToolbarComponent.prototype.setExternalDataContextItem = function (key, value) {
1192
- this.i.er(key, value);
1211
+ this.i.ew(key, value);
1193
1212
  };
1194
1213
  IgcToolbarComponent.prototype.getExternalDataContextItem = function (key) {
1195
- var iv = this.i.b3(key);
1214
+ var iv = this.i.b7(key);
1196
1215
  return (iv);
1197
1216
  };
1198
1217
  /**
@@ -1200,7 +1219,7 @@ var IgcToolbarComponent = /** @class */ /*@__PURE__*/ (function (_super) {
1200
1219
 
1201
1220
  */
1202
1221
  IgcToolbarComponent.prototype.exportVisualData = function () {
1203
- var iv = this.i.bx();
1222
+ var iv = this.i.b1();
1204
1223
  return (iv);
1205
1224
  };
1206
1225
  /**
@@ -1208,7 +1227,7 @@ var IgcToolbarComponent = /** @class */ /*@__PURE__*/ (function (_super) {
1208
1227
 
1209
1228
  */
1210
1229
  IgcToolbarComponent.prototype.exportSerializedVisualData = function () {
1211
- var iv = this.i.ck();
1230
+ var iv = this.i.co();
1212
1231
  return (iv);
1213
1232
  };
1214
1233
  Object.defineProperty(IgcToolbarComponent.prototype, "onCommand", {