igniteui-webcomponents-layouts 7.1.0-beta.2 → 7.1.0-beta.4

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 (55) hide show
  1. package/bundles/igniteui-webcomponents-layouts.umd.js +5588 -4983
  2. package/bundles/igniteui-webcomponents-layouts.umd.min.js +1 -1
  3. package/esm2015/lib/NativeUILayoutFactory_combined.js +4759 -4439
  4. package/esm2015/lib/PropertyEditorPanelView_combined.js +7 -7
  5. package/esm2015/lib/igc-combo-editor-component.js +160 -32
  6. package/esm2015/lib/igc-tool-action-button-component.js +6 -6
  7. package/esm2015/lib/igc-tool-action-button-pair-component.js +103 -103
  8. package/esm2015/lib/igc-tool-action-checkbox-component.js +29 -29
  9. package/esm2015/lib/igc-tool-action-checkbox-group-component.js +10 -10
  10. package/esm2015/lib/igc-tool-action-checkbox-list-component.js +40 -40
  11. package/esm2015/lib/igc-tool-action-color-editor-component.js +3 -3
  12. package/esm2015/lib/igc-tool-action-combo-component.js +8 -8
  13. package/esm2015/lib/igc-tool-action-component.js +61 -61
  14. package/esm2015/lib/igc-tool-action-field-selector-component.js +45 -45
  15. package/esm2015/lib/igc-tool-action-group-header-component.js +6 -6
  16. package/esm2015/lib/igc-tool-action-icon-button-component.js +31 -31
  17. package/esm2015/lib/igc-tool-action-icon-menu-component.js +9 -9
  18. package/esm2015/lib/igc-tool-action-number-input-component.js +3 -3
  19. package/esm2015/lib/igc-tool-action-radio-component.js +47 -34
  20. package/esm2015/lib/igc-tool-action-radio-group-component.js +10 -10
  21. package/esm2015/lib/igc-tool-action-separator-component.js +6 -6
  22. package/esm2015/lib/igc-tool-action-sub-panel-component.js +3 -3
  23. package/esm2015/lib/igc-tool-action-text-input-component.js +2 -2
  24. package/esm2015/lib/igc-tool-panel-component.js +283 -253
  25. package/esm2015/lib/igc-toolbar-component.js +117 -87
  26. package/esm5/lib/NativeUILayoutFactory_combined.js +4573 -4197
  27. package/esm5/lib/PropertyEditorPanelView_combined.js +7 -7
  28. package/esm5/lib/igc-combo-editor-component.js +160 -32
  29. package/esm5/lib/igc-tool-action-button-component.js +6 -6
  30. package/esm5/lib/igc-tool-action-button-pair-component.js +103 -103
  31. package/esm5/lib/igc-tool-action-checkbox-component.js +29 -29
  32. package/esm5/lib/igc-tool-action-checkbox-group-component.js +10 -10
  33. package/esm5/lib/igc-tool-action-checkbox-list-component.js +40 -40
  34. package/esm5/lib/igc-tool-action-color-editor-component.js +3 -3
  35. package/esm5/lib/igc-tool-action-combo-component.js +8 -8
  36. package/esm5/lib/igc-tool-action-component.js +61 -61
  37. package/esm5/lib/igc-tool-action-field-selector-component.js +45 -45
  38. package/esm5/lib/igc-tool-action-group-header-component.js +6 -6
  39. package/esm5/lib/igc-tool-action-icon-button-component.js +31 -31
  40. package/esm5/lib/igc-tool-action-icon-menu-component.js +9 -9
  41. package/esm5/lib/igc-tool-action-number-input-component.js +3 -3
  42. package/esm5/lib/igc-tool-action-radio-component.js +51 -34
  43. package/esm5/lib/igc-tool-action-radio-group-component.js +10 -10
  44. package/esm5/lib/igc-tool-action-separator-component.js +6 -6
  45. package/esm5/lib/igc-tool-action-sub-panel-component.js +3 -3
  46. package/esm5/lib/igc-tool-action-text-input-component.js +2 -2
  47. package/esm5/lib/igc-tool-panel-component.js +295 -253
  48. package/esm5/lib/igc-toolbar-component.js +129 -87
  49. package/fesm2015/igniteui-webcomponents-layouts.js +5752 -5231
  50. package/fesm5/igniteui-webcomponents-layouts.js +5588 -4983
  51. package/lib/NativeUILayoutFactory_combined.d.ts +1040 -997
  52. package/lib/igc-tool-action-radio-component.d.ts +8 -0
  53. package/lib/igc-tool-panel-component.d.ts +15 -0
  54. package/lib/igc-toolbar-component.d.ts +15 -0
  55. package/package.json +3 -3
@@ -417,11 +417,11 @@ export var IgcToolbarComponent = /** @class */ /*@__PURE__*/ (function (_super)
417
417
  * Gets or sets the color to use for the background of the component.
418
418
  */
419
419
  get: function () {
420
- return brushToString(this.i.fv);
420
+ return brushToString(this.i.f1);
421
421
  },
422
422
  set: function (v) {
423
- this.i.fv = stringToBrush(v);
424
- this._a("backgroundColor", brushToString(this.i.fv));
423
+ this.i.f1 = stringToBrush(v);
424
+ this._a("backgroundColor", brushToString(this.i.f1));
425
425
  },
426
426
  enumerable: false,
427
427
  configurable: true
@@ -431,11 +431,11 @@ export var IgcToolbarComponent = /** @class */ /*@__PURE__*/ (function (_super)
431
431
  * Gets or sets the background color for submenus.
432
432
  */
433
433
  get: function () {
434
- return brushToString(this.i.f9);
434
+ return brushToString(this.i.gi);
435
435
  },
436
436
  set: function (v) {
437
- this.i.f9 = stringToBrush(v);
438
- this._a("submenuBackgroundColor", brushToString(this.i.f9));
437
+ this.i.gi = stringToBrush(v);
438
+ this._a("submenuBackgroundColor", brushToString(this.i.gi));
439
439
  },
440
440
  enumerable: false,
441
441
  configurable: true
@@ -445,11 +445,11 @@ export var IgcToolbarComponent = /** @class */ /*@__PURE__*/ (function (_super)
445
445
  * Gets or sets the group header background color.
446
446
  */
447
447
  get: function () {
448
- return brushToString(this.i.f0);
448
+ return brushToString(this.i.f9);
449
449
  },
450
450
  set: function (v) {
451
- this.i.f0 = stringToBrush(v);
452
- this._a("groupHeaderBackgroundColor", brushToString(this.i.f0));
451
+ this.i.f9 = stringToBrush(v);
452
+ this._a("groupHeaderBackgroundColor", brushToString(this.i.f9));
453
453
  },
454
454
  enumerable: false,
455
455
  configurable: true
@@ -459,11 +459,11 @@ export var IgcToolbarComponent = /** @class */ /*@__PURE__*/ (function (_super)
459
459
  * Gets or sets the separator background color.
460
460
  */
461
461
  get: function () {
462
- return brushToString(this.i.f8);
462
+ return brushToString(this.i.gh);
463
463
  },
464
464
  set: function (v) {
465
- this.i.f8 = stringToBrush(v);
466
- this._a("separatorBackgroundColor", brushToString(this.i.f8));
465
+ this.i.gh = stringToBrush(v);
466
+ this._a("separatorBackgroundColor", brushToString(this.i.gh));
467
467
  },
468
468
  enumerable: false,
469
469
  configurable: true
@@ -473,11 +473,11 @@ export var IgcToolbarComponent = /** @class */ /*@__PURE__*/ (function (_super)
473
473
  * Gets or sets the hover background color.
474
474
  */
475
475
  get: function () {
476
- return brushToString(this.i.f4);
476
+ return brushToString(this.i.gd);
477
477
  },
478
478
  set: function (v) {
479
- this.i.f4 = stringToBrush(v);
480
- this._a("hoverBackgroundColor", brushToString(this.i.f4));
479
+ this.i.gd = stringToBrush(v);
480
+ this._a("hoverBackgroundColor", brushToString(this.i.gd));
481
481
  },
482
482
  enumerable: false,
483
483
  configurable: true
@@ -487,11 +487,11 @@ export var IgcToolbarComponent = /** @class */ /*@__PURE__*/ (function (_super)
487
487
  * Gets or sets the color to use for the text of the component.
488
488
  */
489
489
  get: function () {
490
- return brushToString(this.i.gb);
490
+ return brushToString(this.i.gk);
491
491
  },
492
492
  set: function (v) {
493
- this.i.gb = stringToBrush(v);
494
- this._a("textColor", brushToString(this.i.gb));
493
+ this.i.gk = stringToBrush(v);
494
+ this._a("textColor", brushToString(this.i.gk));
495
495
  },
496
496
  enumerable: false,
497
497
  configurable: true
@@ -501,11 +501,11 @@ export var IgcToolbarComponent = /** @class */ /*@__PURE__*/ (function (_super)
501
501
  * Gets or sets the color to use for the text in disabled tool actions.
502
502
  */
503
503
  get: function () {
504
- return brushToString(this.i.fy);
504
+ return brushToString(this.i.f7);
505
505
  },
506
506
  set: function (v) {
507
- this.i.fy = stringToBrush(v);
508
- this._a("disabledTextColor", brushToString(this.i.fy));
507
+ this.i.f7 = stringToBrush(v);
508
+ this._a("disabledTextColor", brushToString(this.i.f7));
509
509
  },
510
510
  enumerable: false,
511
511
  configurable: true
@@ -515,11 +515,11 @@ export var IgcToolbarComponent = /** @class */ /*@__PURE__*/ (function (_super)
515
515
  * Gets or sets the text color for group header tool actions.
516
516
  */
517
517
  get: function () {
518
- return brushToString(this.i.f2);
518
+ return brushToString(this.i.gb);
519
519
  },
520
520
  set: function (v) {
521
- this.i.f2 = stringToBrush(v);
522
- this._a("groupHeaderTextColor", brushToString(this.i.f2));
521
+ this.i.gb = stringToBrush(v);
522
+ this._a("groupHeaderTextColor", brushToString(this.i.gb));
523
523
  },
524
524
  enumerable: false,
525
525
  configurable: true
@@ -529,11 +529,11 @@ export var IgcToolbarComponent = /** @class */ /*@__PURE__*/ (function (_super)
529
529
  * Gets or sets the tooltip text color.
530
530
  */
531
531
  get: function () {
532
- return brushToString(this.i.gd);
532
+ return brushToString(this.i.gm);
533
533
  },
534
534
  set: function (v) {
535
- this.i.gd = stringToBrush(v);
536
- this._a("toolTipTextColor", brushToString(this.i.gd));
535
+ this.i.gm = stringToBrush(v);
536
+ this._a("toolTipTextColor", brushToString(this.i.gm));
537
537
  },
538
538
  enumerable: false,
539
539
  configurable: true
@@ -543,11 +543,11 @@ export var IgcToolbarComponent = /** @class */ /*@__PURE__*/ (function (_super)
543
543
  * Gets or sets the tooltip background color.
544
544
  */
545
545
  get: function () {
546
- return brushToString(this.i.gc);
546
+ return brushToString(this.i.gl);
547
547
  },
548
548
  set: function (v) {
549
- this.i.gc = stringToBrush(v);
550
- this._a("toolTipBackgroundColor", brushToString(this.i.gc));
549
+ this.i.gl = stringToBrush(v);
550
+ this._a("toolTipBackgroundColor", brushToString(this.i.gl));
551
551
  },
552
552
  enumerable: false,
553
553
  configurable: true
@@ -585,11 +585,11 @@ export var IgcToolbarComponent = /** @class */ /*@__PURE__*/ (function (_super)
585
585
  * Gets or sets the fill color of icons in the ToolPanel.
586
586
  */
587
587
  get: function () {
588
- return brushToString(this.i.f5);
588
+ return brushToString(this.i.ge);
589
589
  },
590
590
  set: function (v) {
591
- this.i.f5 = stringToBrush(v);
592
- this._a("iconFill", brushToString(this.i.f5));
591
+ this.i.ge = stringToBrush(v);
592
+ this._a("iconFill", brushToString(this.i.ge));
593
593
  },
594
594
  enumerable: false,
595
595
  configurable: true
@@ -599,11 +599,11 @@ export var IgcToolbarComponent = /** @class */ /*@__PURE__*/ (function (_super)
599
599
  * Gets or sets the stroke color of icons in the ToolPanel.
600
600
  */
601
601
  get: function () {
602
- return brushToString(this.i.f6);
602
+ return brushToString(this.i.gf);
603
603
  },
604
604
  set: function (v) {
605
- this.i.f6 = stringToBrush(v);
606
- this._a("iconStroke", brushToString(this.i.f6));
605
+ this.i.gf = stringToBrush(v);
606
+ this._a("iconStroke", brushToString(this.i.gf));
607
607
  },
608
608
  enumerable: false,
609
609
  configurable: true
@@ -845,22 +845,22 @@ export var IgcToolbarComponent = /** @class */ /*@__PURE__*/ (function (_super)
845
845
  });
846
846
  Object.defineProperty(IgcToolbarComponent.prototype, "highlightColor", {
847
847
  get: function () {
848
- return brushToString(this.i.f3);
848
+ return brushToString(this.i.gc);
849
849
  },
850
850
  set: function (v) {
851
- this.i.f3 = stringToBrush(v);
852
- this._a("highlightColor", brushToString(this.i.f3));
851
+ this.i.gc = stringToBrush(v);
852
+ this._a("highlightColor", brushToString(this.i.gc));
853
853
  },
854
854
  enumerable: false,
855
855
  configurable: true
856
856
  });
857
857
  Object.defineProperty(IgcToolbarComponent.prototype, "accentColor", {
858
858
  get: function () {
859
- return brushToString(this.i.fu);
859
+ return brushToString(this.i.f0);
860
860
  },
861
861
  set: function (v) {
862
- this.i.fu = stringToBrush(v);
863
- this._a("accentColor", brushToString(this.i.fu));
862
+ this.i.f0 = stringToBrush(v);
863
+ this._a("accentColor", brushToString(this.i.f0));
864
864
  },
865
865
  enumerable: false,
866
866
  configurable: true
@@ -870,11 +870,11 @@ export var IgcToolbarComponent = /** @class */ /*@__PURE__*/ (function (_super)
870
870
  * Gets or sets the stroke color for all icon menu dropdown arrows.
871
871
  */
872
872
  get: function () {
873
- return brushToString(this.i.f7);
873
+ return brushToString(this.i.gg);
874
874
  },
875
875
  set: function (v) {
876
- this.i.f7 = stringToBrush(v);
877
- this._a("menuArrowStroke", brushToString(this.i.f7));
876
+ this.i.gg = stringToBrush(v);
877
+ this._a("menuArrowStroke", brushToString(this.i.gg));
878
878
  },
879
879
  enumerable: false,
880
880
  configurable: true
@@ -884,11 +884,11 @@ export var IgcToolbarComponent = /** @class */ /*@__PURE__*/ (function (_super)
884
884
  * Gets or sets the background color of the radio when in the unchecked state.
885
885
  */
886
886
  get: function () {
887
- return brushToString(this.i.ge);
887
+ return brushToString(this.i.gn);
888
888
  },
889
889
  set: function (v) {
890
- this.i.ge = stringToBrush(v);
891
- this._a("uncheckedBackgroundColor", brushToString(this.i.ge));
890
+ this.i.gn = stringToBrush(v);
891
+ this._a("uncheckedBackgroundColor", brushToString(this.i.gn));
892
892
  },
893
893
  enumerable: false,
894
894
  configurable: true
@@ -898,11 +898,11 @@ export var IgcToolbarComponent = /** @class */ /*@__PURE__*/ (function (_super)
898
898
  * Gets or sets the background color of the radio when in the checked state.
899
899
  */
900
900
  get: function () {
901
- return brushToString(this.i.fw);
901
+ return brushToString(this.i.f5);
902
902
  },
903
903
  set: function (v) {
904
- this.i.fw = stringToBrush(v);
905
- this._a("checkedBackgroundColor", brushToString(this.i.fw));
904
+ this.i.f5 = stringToBrush(v);
905
+ this._a("checkedBackgroundColor", brushToString(this.i.f5));
906
906
  },
907
907
  enumerable: false,
908
908
  configurable: true
@@ -912,11 +912,11 @@ export var IgcToolbarComponent = /** @class */ /*@__PURE__*/ (function (_super)
912
912
  * Gets or sets the border color of the radio when in the unchecked state.
913
913
  */
914
914
  get: function () {
915
- return brushToString(this.i.gf);
915
+ return brushToString(this.i.go);
916
916
  },
917
917
  set: function (v) {
918
- this.i.gf = stringToBrush(v);
919
- this._a("uncheckedBorderColor", brushToString(this.i.gf));
918
+ this.i.go = stringToBrush(v);
919
+ this._a("uncheckedBorderColor", brushToString(this.i.go));
920
920
  },
921
921
  enumerable: false,
922
922
  configurable: true
@@ -926,11 +926,11 @@ export var IgcToolbarComponent = /** @class */ /*@__PURE__*/ (function (_super)
926
926
  * Gets or sets the border color of the radio when in the checked state.
927
927
  */
928
928
  get: function () {
929
- return brushToString(this.i.fx);
929
+ return brushToString(this.i.f6);
930
930
  },
931
931
  set: function (v) {
932
- this.i.fx = stringToBrush(v);
933
- this._a("checkedBorderColor", brushToString(this.i.fx));
932
+ this.i.f6 = stringToBrush(v);
933
+ this._a("checkedBorderColor", brushToString(this.i.f6));
934
934
  },
935
935
  enumerable: false,
936
936
  configurable: true
@@ -968,11 +968,11 @@ export var IgcToolbarComponent = /** @class */ /*@__PURE__*/ (function (_super)
968
968
  * Gets or sets the text color for subtitles.
969
969
  */
970
970
  get: function () {
971
- return brushToString(this.i.ga);
971
+ return brushToString(this.i.gj);
972
972
  },
973
973
  set: function (v) {
974
- this.i.ga = stringToBrush(v);
975
- this._a("subtitleTextColor", brushToString(this.i.ga));
974
+ this.i.gj = stringToBrush(v);
975
+ this._a("subtitleTextColor", brushToString(this.i.gj));
976
976
  },
977
977
  enumerable: false,
978
978
  configurable: true
@@ -982,11 +982,11 @@ export var IgcToolbarComponent = /** @class */ /*@__PURE__*/ (function (_super)
982
982
  * Gets or sets the text color for group header subtitles.
983
983
  */
984
984
  get: function () {
985
- return brushToString(this.i.f1);
985
+ return brushToString(this.i.ga);
986
986
  },
987
987
  set: function (v) {
988
- this.i.f1 = stringToBrush(v);
989
- this._a("groupHeaderSubtitleTextColor", brushToString(this.i.f1));
988
+ this.i.ga = stringToBrush(v);
989
+ this._a("groupHeaderSubtitleTextColor", brushToString(this.i.ga));
990
990
  },
991
991
  enumerable: false,
992
992
  configurable: true
@@ -1033,6 +1033,48 @@ export var IgcToolbarComponent = /** @class */ /*@__PURE__*/ (function (_super)
1033
1033
  enumerable: false,
1034
1034
  configurable: true
1035
1035
  });
1036
+ Object.defineProperty(IgcToolbarComponent.prototype, "checkboxListScrollbarBackground", {
1037
+ /**
1038
+ * Gets or sets the scrollbar background color for checkbox lists hosted in this toolbar's sub-menus.
1039
+ */
1040
+ get: function () {
1041
+ return brushToString(this.i.f3);
1042
+ },
1043
+ set: function (v) {
1044
+ this.i.f3 = stringToBrush(v);
1045
+ this._a("checkboxListScrollbarBackground", brushToString(this.i.f3));
1046
+ },
1047
+ enumerable: false,
1048
+ configurable: true
1049
+ });
1050
+ Object.defineProperty(IgcToolbarComponent.prototype, "checkboxListScrollbarHoverBackground", {
1051
+ /**
1052
+ * Gets or sets the scrollbar thumb hover background color for checkbox lists hosted in this toolbar's sub-menus.
1053
+ */
1054
+ get: function () {
1055
+ return brushToString(this.i.f4);
1056
+ },
1057
+ set: function (v) {
1058
+ this.i.f4 = stringToBrush(v);
1059
+ this._a("checkboxListScrollbarHoverBackground", brushToString(this.i.f4));
1060
+ },
1061
+ enumerable: false,
1062
+ configurable: true
1063
+ });
1064
+ Object.defineProperty(IgcToolbarComponent.prototype, "checkboxListScrollbarActiveBackground", {
1065
+ /**
1066
+ * Gets or sets the scrollbar thumb active (dragging) background color for checkbox lists hosted in this toolbar's sub-menus.
1067
+ */
1068
+ get: function () {
1069
+ return brushToString(this.i.f2);
1070
+ },
1071
+ set: function (v) {
1072
+ this.i.f2 = stringToBrush(v);
1073
+ this._a("checkboxListScrollbarActiveBackground", brushToString(this.i.f2));
1074
+ },
1075
+ enumerable: false,
1076
+ configurable: true
1077
+ });
1036
1078
  IgcToolbarComponent.prototype.findByName = function (name) {
1037
1079
  if (this.findEphemera) {
1038
1080
  if (name && name.indexOf("@@e:") == 0) {
@@ -1108,7 +1150,7 @@ export var IgcToolbarComponent = /** @class */ /*@__PURE__*/ (function (_super)
1108
1150
  this._inStyling = false;
1109
1151
  };
1110
1152
  IgcToolbarComponent.prototype.flushRefresh = function () {
1111
- this.i.d6();
1153
+ this.i.d9();
1112
1154
  };
1113
1155
  /**
1114
1156
  * Is a dropdown menu or tooltip currently open.
@@ -1123,7 +1165,7 @@ export var IgcToolbarComponent = /** @class */ /*@__PURE__*/ (function (_super)
1123
1165
 
1124
1166
  */
1125
1167
  IgcToolbarComponent.prototype.getDesiredSize = function () {
1126
- var iv = this.i.gh();
1168
+ var iv = this.i.gq();
1127
1169
  return fromSize(iv);
1128
1170
  };
1129
1171
  /**
@@ -1131,111 +1173,111 @@ export var IgcToolbarComponent = /** @class */ /*@__PURE__*/ (function (_super)
1131
1173
 
1132
1174
  */
1133
1175
  IgcToolbarComponent.prototype.closeSubmenus = function () {
1134
- this.i.d3();
1176
+ this.i.d6();
1135
1177
  };
1136
1178
  IgcToolbarComponent.prototype.onCommandStateChanged = function (id, type, value) {
1137
1179
  this.i.onCommandStateChanged(id, ensureEnum(ToolCommandStateType_$type, type), value);
1138
1180
  };
1139
1181
  IgcToolbarComponent.prototype.registerIconFromText = function (iconCollection, iconName, iconText) {
1140
- this.i.en(iconCollection, iconName, iconText);
1182
+ this.i.eq(iconCollection, iconName, iconText);
1141
1183
  };
1142
1184
  IgcToolbarComponent.prototype.getIconFromCache = function (iconCollection, iconName) {
1143
- var iv = this.i.ct(iconCollection, iconName);
1185
+ var iv = this.i.cw(iconCollection, iconName);
1144
1186
  return (iv);
1145
1187
  };
1146
1188
  IgcToolbarComponent.prototype.registerMultiPathSVG = function (iconCollection, iconName, multiPathSVG) {
1147
- this.i.ep(iconCollection, iconName, multiPathSVG);
1189
+ this.i.es(iconCollection, iconName, multiPathSVG);
1148
1190
  };
1149
1191
  IgcToolbarComponent.prototype.getMultiPathSVGFromCache = function (iconCollection, iconName) {
1150
1192
  var iv = this.i.a(iconCollection, iconName);
1151
1193
  return (iv);
1152
1194
  };
1153
1195
  IgcToolbarComponent.prototype.registerIconFromDataURL = function (iconCollection, iconName, dataURL) {
1154
- this.i.em(iconCollection, iconName, dataURL);
1196
+ this.i.ep(iconCollection, iconName, dataURL);
1155
1197
  };
1156
1198
  IgcToolbarComponent.prototype.getDataURLFromCache = function (iconCollection, iconName) {
1157
- var iv = this.i.cs(iconCollection, iconName);
1199
+ var iv = this.i.cv(iconCollection, iconName);
1158
1200
  return (iv);
1159
1201
  };
1160
1202
  IgcToolbarComponent.prototype.registerIconSource = function (iconCollection, iconName, source) {
1161
- this.i.eo(iconCollection, iconName, source);
1203
+ this.i.er(iconCollection, iconName, source);
1162
1204
  };
1163
1205
  IgcToolbarComponent.prototype.getIconSource = function (iconCollection, iconName) {
1164
1206
  var iv = this.i.ca(iconCollection, iconName);
1165
1207
  return (iv);
1166
1208
  };
1167
1209
  IgcToolbarComponent.prototype.setBrushContextItem = function (key, value) {
1168
- this.i.es(key, stringToBrush(value));
1210
+ this.i.ev(key, stringToBrush(value));
1169
1211
  };
1170
1212
  IgcToolbarComponent.prototype.getBrushContextItem = function (key) {
1171
- var iv = this.i.fz(key);
1213
+ var iv = this.i.f8(key);
1172
1214
  return brushToString(iv);
1173
1215
  };
1174
1216
  IgcToolbarComponent.prototype.setBrushCollectionContextItem = function (key, value) {
1175
- this.i.er(key, toBrushCollection(value));
1217
+ this.i.eu(key, toBrushCollection(value));
1176
1218
  };
1177
1219
  IgcToolbarComponent.prototype.getBrushCollectionContextItem = function (key) {
1178
1220
  var iv = this.i.b(key);
1179
1221
  return fromBrushCollection(iv);
1180
1222
  };
1181
1223
  IgcToolbarComponent.prototype.setDoubleContextItem = function (key, value) {
1182
- this.i.ew(key, value);
1224
+ this.i.ez(key, value);
1183
1225
  };
1184
1226
  IgcToolbarComponent.prototype.getDoubleContextItem = function (key) {
1185
1227
  var iv = this.i.bd(key);
1186
1228
  return (iv);
1187
1229
  };
1188
1230
  IgcToolbarComponent.prototype.setIntContextItem = function (key, value) {
1189
- this.i.e3(key, value);
1231
+ this.i.e6(key, value);
1190
1232
  };
1191
1233
  IgcToolbarComponent.prototype.getExternalDoubleContextItem = function (key) {
1192
1234
  var iv = this.i.be(key);
1193
1235
  return (iv);
1194
1236
  };
1195
1237
  IgcToolbarComponent.prototype.setExternalDoubleContextItem = function (key, value) {
1196
- this.i.e1(key, value);
1238
+ this.i.e4(key, value);
1197
1239
  };
1198
1240
  IgcToolbarComponent.prototype.getIntContextItem = function (key) {
1199
1241
  var iv = this.i.by(key);
1200
1242
  return (iv);
1201
1243
  };
1202
1244
  IgcToolbarComponent.prototype.setExternalIntContextItem = function (key, value) {
1203
- this.i.e2(key, value);
1245
+ this.i.e5(key, value);
1204
1246
  };
1205
1247
  IgcToolbarComponent.prototype.getExternalIntContextItem = function (key) {
1206
1248
  var iv = this.i.bx(key);
1207
1249
  return (iv);
1208
1250
  };
1209
1251
  IgcToolbarComponent.prototype.setStringContextItem = function (key, value) {
1210
- this.i.e4(key, value);
1252
+ this.i.e7(key, value);
1211
1253
  };
1212
1254
  IgcToolbarComponent.prototype.getStringContextItem = function (key) {
1213
- var iv = this.i.cu(key);
1255
+ var iv = this.i.cx(key);
1214
1256
  return (iv);
1215
1257
  };
1216
1258
  IgcToolbarComponent.prototype.setBoolContextItem = function (key, value) {
1217
- this.i.eq(key, value);
1259
+ this.i.et(key, value);
1218
1260
  };
1219
1261
  IgcToolbarComponent.prototype.getBoolContextItem = function (key) {
1220
1262
  var iv = this.i.au(key);
1221
1263
  return (iv);
1222
1264
  };
1223
1265
  IgcToolbarComponent.prototype.setColorContextItem = function (key, value) {
1224
- this.i.et(key, stringToColor(value));
1266
+ this.i.ew(key, stringToColor(value));
1225
1267
  };
1226
1268
  IgcToolbarComponent.prototype.getColorContextItem = function (key) {
1227
- var iv = this.i.gg(key);
1269
+ var iv = this.i.gp(key);
1228
1270
  return colorToString(iv);
1229
1271
  };
1230
1272
  IgcToolbarComponent.prototype.setDataContextItem = function (key, value) {
1231
- this.i.ev(key, value);
1273
+ this.i.ey(key, value);
1232
1274
  };
1233
1275
  IgcToolbarComponent.prototype.getDataContextItem = function (key) {
1234
1276
  var iv = this.i.b5(key);
1235
1277
  return (iv);
1236
1278
  };
1237
1279
  IgcToolbarComponent.prototype.setExternalDataContextItem = function (key, value) {
1238
- this.i.e0(key, value);
1280
+ this.i.e3(key, value);
1239
1281
  };
1240
1282
  IgcToolbarComponent.prototype.getExternalDataContextItem = function (key) {
1241
1283
  var iv = this.i.b9(key);
@@ -1254,7 +1296,7 @@ export var IgcToolbarComponent = /** @class */ /*@__PURE__*/ (function (_super)
1254
1296
 
1255
1297
  */
1256
1298
  IgcToolbarComponent.prototype.exportSerializedVisualData = function () {
1257
- var iv = this.i.cr();
1299
+ var iv = this.i.cu();
1258
1300
  return (iv);
1259
1301
  };
1260
1302
  Object.defineProperty(IgcToolbarComponent.prototype, "onCommand", {