igniteui-webcomponents-layouts 7.0.0 → 7.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (64) hide show
  1. package/bundles/igniteui-webcomponents-layouts.umd.js +5037 -4563
  2. package/bundles/igniteui-webcomponents-layouts.umd.min.js +1 -1
  3. package/esm2015/lib/ComboEditorView_combined.js +27 -27
  4. package/esm2015/lib/ExpansionPanelView_combined.js +7 -7
  5. package/esm2015/lib/GridColumnProviderOnAttachingOverrideEventArgs.js +18 -0
  6. package/esm2015/lib/ListPanelView_combined.js +1 -1
  7. package/esm2015/lib/NativeUILayoutFactory_combined.js +4314 -4089
  8. package/esm2015/lib/PropertyEditorPanelView_combined.js +26 -26
  9. package/esm2015/lib/TooltipTextPresenter.js +2 -2
  10. package/esm2015/lib/igc-tool-action-button-component.js +6 -6
  11. package/esm2015/lib/igc-tool-action-button-pair-component.js +103 -103
  12. package/esm2015/lib/igc-tool-action-checkbox-component.js +27 -27
  13. package/esm2015/lib/igc-tool-action-checkbox-list-component.js +97 -17
  14. package/esm2015/lib/igc-tool-action-color-editor-component.js +3 -3
  15. package/esm2015/lib/igc-tool-action-combo-component.js +8 -8
  16. package/esm2015/lib/igc-tool-action-component.js +94 -80
  17. package/esm2015/lib/igc-tool-action-field-selector-component.js +45 -45
  18. package/esm2015/lib/igc-tool-action-group-header-component.js +6 -6
  19. package/esm2015/lib/igc-tool-action-icon-button-component.js +32 -32
  20. package/esm2015/lib/igc-tool-action-icon-menu-component.js +9 -9
  21. package/esm2015/lib/igc-tool-action-number-input-component.js +3 -3
  22. package/esm2015/lib/igc-tool-action-radio-component.js +32 -32
  23. package/esm2015/lib/igc-tool-action-separator-component.js +6 -6
  24. package/esm2015/lib/igc-tool-action-sub-panel-component.js +3 -3
  25. package/esm2015/lib/igc-tool-action-text-input-component.js +2 -2
  26. package/esm2015/lib/igc-tool-panel-component.js +156 -142
  27. package/esm2015/lib/igc-toolbar-component.js +99 -87
  28. package/esm2015/public_api.js +1 -0
  29. package/esm5/lib/ComboEditorView_combined.js +27 -27
  30. package/esm5/lib/ExpansionPanelView_combined.js +7 -7
  31. package/esm5/lib/GridColumnProviderOnAttachingOverrideEventArgs.js +21 -0
  32. package/esm5/lib/ListPanelView_combined.js +1 -1
  33. package/esm5/lib/NativeUILayoutFactory_combined.js +4171 -3886
  34. package/esm5/lib/PropertyEditorPanelView_combined.js +26 -26
  35. package/esm5/lib/TooltipTextPresenter.js +2 -2
  36. package/esm5/lib/igc-tool-action-button-component.js +6 -6
  37. package/esm5/lib/igc-tool-action-button-pair-component.js +103 -103
  38. package/esm5/lib/igc-tool-action-checkbox-component.js +27 -27
  39. package/esm5/lib/igc-tool-action-checkbox-list-component.js +129 -17
  40. package/esm5/lib/igc-tool-action-color-editor-component.js +3 -3
  41. package/esm5/lib/igc-tool-action-combo-component.js +8 -8
  42. package/esm5/lib/igc-tool-action-component.js +102 -80
  43. package/esm5/lib/igc-tool-action-field-selector-component.js +45 -45
  44. package/esm5/lib/igc-tool-action-group-header-component.js +6 -6
  45. package/esm5/lib/igc-tool-action-icon-button-component.js +32 -32
  46. package/esm5/lib/igc-tool-action-icon-menu-component.js +9 -9
  47. package/esm5/lib/igc-tool-action-number-input-component.js +3 -3
  48. package/esm5/lib/igc-tool-action-radio-component.js +32 -32
  49. package/esm5/lib/igc-tool-action-separator-component.js +6 -6
  50. package/esm5/lib/igc-tool-action-sub-panel-component.js +3 -3
  51. package/esm5/lib/igc-tool-action-text-input-component.js +2 -2
  52. package/esm5/lib/igc-tool-panel-component.js +164 -142
  53. package/esm5/lib/igc-toolbar-component.js +103 -91
  54. package/esm5/public_api.js +1 -0
  55. package/fesm2015/igniteui-webcomponents-layouts.js +5112 -4750
  56. package/fesm5/igniteui-webcomponents-layouts.js +5037 -4564
  57. package/lib/GridColumnProviderOnAttachingOverrideEventArgs.d.ts +8 -0
  58. package/lib/NativeUILayoutFactory_combined.d.ts +972 -935
  59. package/lib/igc-tool-action-checkbox-list-component.d.ts +40 -0
  60. package/lib/igc-tool-action-component.d.ts +4 -0
  61. package/lib/igc-tool-panel-component.d.ts +4 -0
  62. package/lib/igc-toolbar-component.d.ts +7 -1
  63. package/package.json +3 -3
  64. package/public_api.d.ts +1 -0
@@ -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.fp);
420
+ return brushToString(this.i.fs);
421
421
  },
422
422
  set: function (v) {
423
- this.i.fp = stringToBrush(v);
424
- this._a("backgroundColor", brushToString(this.i.fp));
423
+ this.i.fs = stringToBrush(v);
424
+ this._a("backgroundColor", brushToString(this.i.fs));
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.f3);
434
+ return brushToString(this.i.f6);
435
435
  },
436
436
  set: function (v) {
437
- this.i.f3 = stringToBrush(v);
438
- this._a("submenuBackgroundColor", brushToString(this.i.f3));
437
+ this.i.f6 = stringToBrush(v);
438
+ this._a("submenuBackgroundColor", brushToString(this.i.f6));
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.fu);
448
+ return brushToString(this.i.fx);
449
449
  },
450
450
  set: function (v) {
451
- this.i.fu = stringToBrush(v);
452
- this._a("groupHeaderBackgroundColor", brushToString(this.i.fu));
451
+ this.i.fx = stringToBrush(v);
452
+ this._a("groupHeaderBackgroundColor", brushToString(this.i.fx));
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.f2);
462
+ return brushToString(this.i.f5);
463
463
  },
464
464
  set: function (v) {
465
- this.i.f2 = stringToBrush(v);
466
- this._a("separatorBackgroundColor", brushToString(this.i.f2));
465
+ this.i.f5 = stringToBrush(v);
466
+ this._a("separatorBackgroundColor", brushToString(this.i.f5));
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.fy);
476
+ return brushToString(this.i.f1);
477
477
  },
478
478
  set: function (v) {
479
- this.i.fy = stringToBrush(v);
480
- this._a("hoverBackgroundColor", brushToString(this.i.fy));
479
+ this.i.f1 = stringToBrush(v);
480
+ this._a("hoverBackgroundColor", brushToString(this.i.f1));
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.f5);
490
+ return brushToString(this.i.f8);
491
491
  },
492
492
  set: function (v) {
493
- this.i.f5 = stringToBrush(v);
494
- this._a("textColor", brushToString(this.i.f5));
493
+ this.i.f8 = stringToBrush(v);
494
+ this._a("textColor", brushToString(this.i.f8));
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.fs);
504
+ return brushToString(this.i.fv);
505
505
  },
506
506
  set: function (v) {
507
- this.i.fs = stringToBrush(v);
508
- this._a("disabledTextColor", brushToString(this.i.fs));
507
+ this.i.fv = stringToBrush(v);
508
+ this._a("disabledTextColor", brushToString(this.i.fv));
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.fw);
518
+ return brushToString(this.i.fz);
519
519
  },
520
520
  set: function (v) {
521
- this.i.fw = stringToBrush(v);
522
- this._a("groupHeaderTextColor", brushToString(this.i.fw));
521
+ this.i.fz = stringToBrush(v);
522
+ this._a("groupHeaderTextColor", brushToString(this.i.fz));
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.f7);
532
+ return brushToString(this.i.ga);
533
533
  },
534
534
  set: function (v) {
535
- this.i.f7 = stringToBrush(v);
536
- this._a("toolTipTextColor", brushToString(this.i.f7));
535
+ this.i.ga = stringToBrush(v);
536
+ this._a("toolTipTextColor", brushToString(this.i.ga));
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.f6);
546
+ return brushToString(this.i.f9);
547
547
  },
548
548
  set: function (v) {
549
- this.i.f6 = stringToBrush(v);
550
- this._a("toolTipBackgroundColor", brushToString(this.i.f6));
549
+ this.i.f9 = stringToBrush(v);
550
+ this._a("toolTipBackgroundColor", brushToString(this.i.f9));
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.fz);
588
+ return brushToString(this.i.f2);
589
589
  },
590
590
  set: function (v) {
591
- this.i.fz = stringToBrush(v);
592
- this._a("iconFill", brushToString(this.i.fz));
591
+ this.i.f2 = stringToBrush(v);
592
+ this._a("iconFill", brushToString(this.i.f2));
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.f0);
602
+ return brushToString(this.i.f3);
603
603
  },
604
604
  set: function (v) {
605
- this.i.f0 = stringToBrush(v);
606
- this._a("iconStroke", brushToString(this.i.f0));
605
+ this.i.f3 = stringToBrush(v);
606
+ this._a("iconStroke", brushToString(this.i.f3));
607
607
  },
608
608
  enumerable: false,
609
609
  configurable: true
@@ -845,11 +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.fx);
848
+ return brushToString(this.i.f0);
849
849
  },
850
850
  set: function (v) {
851
- this.i.fx = stringToBrush(v);
852
- this._a("highlightColor", brushToString(this.i.fx));
851
+ this.i.f0 = stringToBrush(v);
852
+ this._a("highlightColor", brushToString(this.i.f0));
853
+ },
854
+ enumerable: false,
855
+ configurable: true
856
+ });
857
+ Object.defineProperty(IgcToolbarComponent.prototype, "accentColor", {
858
+ get: function () {
859
+ return brushToString(this.i.fr);
860
+ },
861
+ set: function (v) {
862
+ this.i.fr = stringToBrush(v);
863
+ this._a("accentColor", brushToString(this.i.fr));
853
864
  },
854
865
  enumerable: false,
855
866
  configurable: true
@@ -859,11 +870,11 @@ export var IgcToolbarComponent = /** @class */ /*@__PURE__*/ (function (_super)
859
870
  * Gets or sets the stroke color for all icon menu dropdown arrows.
860
871
  */
861
872
  get: function () {
862
- return brushToString(this.i.f1);
873
+ return brushToString(this.i.f4);
863
874
  },
864
875
  set: function (v) {
865
- this.i.f1 = stringToBrush(v);
866
- this._a("menuArrowStroke", brushToString(this.i.f1));
876
+ this.i.f4 = stringToBrush(v);
877
+ this._a("menuArrowStroke", brushToString(this.i.f4));
867
878
  },
868
879
  enumerable: false,
869
880
  configurable: true
@@ -873,11 +884,11 @@ export var IgcToolbarComponent = /** @class */ /*@__PURE__*/ (function (_super)
873
884
  * Gets or sets the background color of the radio when in the unchecked state.
874
885
  */
875
886
  get: function () {
876
- return brushToString(this.i.f8);
887
+ return brushToString(this.i.gb);
877
888
  },
878
889
  set: function (v) {
879
- this.i.f8 = stringToBrush(v);
880
- this._a("uncheckedBackgroundColor", brushToString(this.i.f8));
890
+ this.i.gb = stringToBrush(v);
891
+ this._a("uncheckedBackgroundColor", brushToString(this.i.gb));
881
892
  },
882
893
  enumerable: false,
883
894
  configurable: true
@@ -887,11 +898,11 @@ export var IgcToolbarComponent = /** @class */ /*@__PURE__*/ (function (_super)
887
898
  * Gets or sets the background color of the radio when in the checked state.
888
899
  */
889
900
  get: function () {
890
- return brushToString(this.i.fq);
901
+ return brushToString(this.i.ft);
891
902
  },
892
903
  set: function (v) {
893
- this.i.fq = stringToBrush(v);
894
- this._a("checkedBackgroundColor", brushToString(this.i.fq));
904
+ this.i.ft = stringToBrush(v);
905
+ this._a("checkedBackgroundColor", brushToString(this.i.ft));
895
906
  },
896
907
  enumerable: false,
897
908
  configurable: true
@@ -901,11 +912,11 @@ export var IgcToolbarComponent = /** @class */ /*@__PURE__*/ (function (_super)
901
912
  * Gets or sets the border color of the radio when in the unchecked state.
902
913
  */
903
914
  get: function () {
904
- return brushToString(this.i.f9);
915
+ return brushToString(this.i.gc);
905
916
  },
906
917
  set: function (v) {
907
- this.i.f9 = stringToBrush(v);
908
- this._a("uncheckedBorderColor", brushToString(this.i.f9));
918
+ this.i.gc = stringToBrush(v);
919
+ this._a("uncheckedBorderColor", brushToString(this.i.gc));
909
920
  },
910
921
  enumerable: false,
911
922
  configurable: true
@@ -915,11 +926,11 @@ export var IgcToolbarComponent = /** @class */ /*@__PURE__*/ (function (_super)
915
926
  * Gets or sets the border color of the radio when in the checked state.
916
927
  */
917
928
  get: function () {
918
- return brushToString(this.i.fr);
929
+ return brushToString(this.i.fu);
919
930
  },
920
931
  set: function (v) {
921
- this.i.fr = stringToBrush(v);
922
- this._a("checkedBorderColor", brushToString(this.i.fr));
932
+ this.i.fu = stringToBrush(v);
933
+ this._a("checkedBorderColor", brushToString(this.i.fu));
923
934
  },
924
935
  enumerable: false,
925
936
  configurable: true
@@ -943,11 +954,11 @@ export var IgcToolbarComponent = /** @class */ /*@__PURE__*/ (function (_super)
943
954
  * Gets or sets the text color for subtitles.
944
955
  */
945
956
  get: function () {
946
- return brushToString(this.i.f4);
957
+ return brushToString(this.i.f7);
947
958
  },
948
959
  set: function (v) {
949
- this.i.f4 = stringToBrush(v);
950
- this._a("subtitleTextColor", brushToString(this.i.f4));
960
+ this.i.f7 = stringToBrush(v);
961
+ this._a("subtitleTextColor", brushToString(this.i.f7));
951
962
  },
952
963
  enumerable: false,
953
964
  configurable: true
@@ -957,11 +968,11 @@ export var IgcToolbarComponent = /** @class */ /*@__PURE__*/ (function (_super)
957
968
  * Gets or sets the text color for group header subtitles.
958
969
  */
959
970
  get: function () {
960
- return brushToString(this.i.fv);
971
+ return brushToString(this.i.fy);
961
972
  },
962
973
  set: function (v) {
963
- this.i.fv = stringToBrush(v);
964
- this._a("groupHeaderSubtitleTextColor", brushToString(this.i.fv));
974
+ this.i.fy = stringToBrush(v);
975
+ this._a("groupHeaderSubtitleTextColor", brushToString(this.i.fy));
965
976
  },
966
977
  enumerable: false,
967
978
  configurable: true
@@ -1008,13 +1019,6 @@ export var IgcToolbarComponent = /** @class */ /*@__PURE__*/ (function (_super)
1008
1019
  enumerable: false,
1009
1020
  configurable: true
1010
1021
  });
1011
- Object.defineProperty(IgcToolbarComponent.prototype, "isOpen", {
1012
- get: function () {
1013
- return this.i.av;
1014
- },
1015
- enumerable: false,
1016
- configurable: true
1017
- });
1018
1022
  IgcToolbarComponent.prototype.findByName = function (name) {
1019
1023
  if (this.findEphemera) {
1020
1024
  if (name && name.indexOf("@@e:") == 0) {
@@ -1090,14 +1094,22 @@ export var IgcToolbarComponent = /** @class */ /*@__PURE__*/ (function (_super)
1090
1094
  this._inStyling = false;
1091
1095
  };
1092
1096
  IgcToolbarComponent.prototype.flushRefresh = function () {
1093
- this.i.d2();
1097
+ this.i.d3();
1098
+ };
1099
+ /**
1100
+ * Is a dropdown menu or tooltip currently open.
1101
+
1102
+ */
1103
+ IgcToolbarComponent.prototype.isOpen = function () {
1104
+ var iv = this.i.av();
1105
+ return (iv);
1094
1106
  };
1095
1107
  /**
1096
1108
  * Get the desired size the toolbar wants to be.
1097
1109
 
1098
1110
  */
1099
1111
  IgcToolbarComponent.prototype.getDesiredSize = function () {
1100
- var iv = this.i.gb();
1112
+ var iv = this.i.ge();
1101
1113
  return fromSize(iv);
1102
1114
  };
1103
1115
  /**
@@ -1105,111 +1117,111 @@ export var IgcToolbarComponent = /** @class */ /*@__PURE__*/ (function (_super)
1105
1117
 
1106
1118
  */
1107
1119
  IgcToolbarComponent.prototype.closeSubmenus = function () {
1108
- this.i.dz();
1120
+ this.i.d0();
1109
1121
  };
1110
1122
  IgcToolbarComponent.prototype.onCommandStateChanged = function (id, type, value) {
1111
1123
  this.i.onCommandStateChanged(id, ensureEnum(ToolCommandStateType_$type, type), value);
1112
1124
  };
1113
1125
  IgcToolbarComponent.prototype.registerIconFromText = function (iconCollection, iconName, iconText) {
1114
- this.i.ej(iconCollection, iconName, iconText);
1126
+ this.i.ek(iconCollection, iconName, iconText);
1115
1127
  };
1116
1128
  IgcToolbarComponent.prototype.getIconFromCache = function (iconCollection, iconName) {
1117
- var iv = this.i.cq(iconCollection, iconName);
1129
+ var iv = this.i.cr(iconCollection, iconName);
1118
1130
  return (iv);
1119
1131
  };
1120
1132
  IgcToolbarComponent.prototype.registerMultiPathSVG = function (iconCollection, iconName, multiPathSVG) {
1121
- this.i.el(iconCollection, iconName, multiPathSVG);
1133
+ this.i.em(iconCollection, iconName, multiPathSVG);
1122
1134
  };
1123
1135
  IgcToolbarComponent.prototype.getMultiPathSVGFromCache = function (iconCollection, iconName) {
1124
1136
  var iv = this.i.a(iconCollection, iconName);
1125
1137
  return (iv);
1126
1138
  };
1127
1139
  IgcToolbarComponent.prototype.registerIconFromDataURL = function (iconCollection, iconName, dataURL) {
1128
- this.i.ei(iconCollection, iconName, dataURL);
1140
+ this.i.ej(iconCollection, iconName, dataURL);
1129
1141
  };
1130
1142
  IgcToolbarComponent.prototype.getDataURLFromCache = function (iconCollection, iconName) {
1131
- var iv = this.i.cp(iconCollection, iconName);
1143
+ var iv = this.i.cq(iconCollection, iconName);
1132
1144
  return (iv);
1133
1145
  };
1134
1146
  IgcToolbarComponent.prototype.registerIconSource = function (iconCollection, iconName, source) {
1135
- this.i.ek(iconCollection, iconName, source);
1147
+ this.i.el(iconCollection, iconName, source);
1136
1148
  };
1137
1149
  IgcToolbarComponent.prototype.getIconSource = function (iconCollection, iconName) {
1138
1150
  var iv = this.i.b8(iconCollection, iconName);
1139
1151
  return (iv);
1140
1152
  };
1141
1153
  IgcToolbarComponent.prototype.setBrushContextItem = function (key, value) {
1142
- this.i.eo(key, stringToBrush(value));
1154
+ this.i.ep(key, stringToBrush(value));
1143
1155
  };
1144
1156
  IgcToolbarComponent.prototype.getBrushContextItem = function (key) {
1145
- var iv = this.i.ft(key);
1157
+ var iv = this.i.fw(key);
1146
1158
  return brushToString(iv);
1147
1159
  };
1148
1160
  IgcToolbarComponent.prototype.setBrushCollectionContextItem = function (key, value) {
1149
- this.i.en(key, toBrushCollection(value));
1161
+ this.i.eo(key, toBrushCollection(value));
1150
1162
  };
1151
1163
  IgcToolbarComponent.prototype.getBrushCollectionContextItem = function (key) {
1152
1164
  var iv = this.i.b(key);
1153
1165
  return fromBrushCollection(iv);
1154
1166
  };
1155
1167
  IgcToolbarComponent.prototype.setDoubleContextItem = function (key, value) {
1156
- this.i.es(key, value);
1168
+ this.i.et(key, value);
1157
1169
  };
1158
1170
  IgcToolbarComponent.prototype.getDoubleContextItem = function (key) {
1159
1171
  var iv = this.i.bd(key);
1160
1172
  return (iv);
1161
1173
  };
1162
1174
  IgcToolbarComponent.prototype.setIntContextItem = function (key, value) {
1163
- this.i.ez(key, value);
1175
+ this.i.e0(key, value);
1164
1176
  };
1165
1177
  IgcToolbarComponent.prototype.getExternalDoubleContextItem = function (key) {
1166
1178
  var iv = this.i.be(key);
1167
1179
  return (iv);
1168
1180
  };
1169
1181
  IgcToolbarComponent.prototype.setExternalDoubleContextItem = function (key, value) {
1170
- this.i.ex(key, value);
1182
+ this.i.ey(key, value);
1171
1183
  };
1172
1184
  IgcToolbarComponent.prototype.getIntContextItem = function (key) {
1173
1185
  var iv = this.i.bx(key);
1174
1186
  return (iv);
1175
1187
  };
1176
1188
  IgcToolbarComponent.prototype.setExternalIntContextItem = function (key, value) {
1177
- this.i.ey(key, value);
1189
+ this.i.ez(key, value);
1178
1190
  };
1179
1191
  IgcToolbarComponent.prototype.getExternalIntContextItem = function (key) {
1180
1192
  var iv = this.i.bw(key);
1181
1193
  return (iv);
1182
1194
  };
1183
1195
  IgcToolbarComponent.prototype.setStringContextItem = function (key, value) {
1184
- this.i.e0(key, value);
1196
+ this.i.e1(key, value);
1185
1197
  };
1186
1198
  IgcToolbarComponent.prototype.getStringContextItem = function (key) {
1187
- var iv = this.i.cr(key);
1199
+ var iv = this.i.cs(key);
1188
1200
  return (iv);
1189
1201
  };
1190
1202
  IgcToolbarComponent.prototype.setBoolContextItem = function (key, value) {
1191
- this.i.em(key, value);
1203
+ this.i.en(key, value);
1192
1204
  };
1193
1205
  IgcToolbarComponent.prototype.getBoolContextItem = function (key) {
1194
1206
  var iv = this.i.au(key);
1195
1207
  return (iv);
1196
1208
  };
1197
1209
  IgcToolbarComponent.prototype.setColorContextItem = function (key, value) {
1198
- this.i.ep(key, stringToColor(value));
1210
+ this.i.eq(key, stringToColor(value));
1199
1211
  };
1200
1212
  IgcToolbarComponent.prototype.getColorContextItem = function (key) {
1201
- var iv = this.i.ga(key);
1213
+ var iv = this.i.gd(key);
1202
1214
  return colorToString(iv);
1203
1215
  };
1204
1216
  IgcToolbarComponent.prototype.setDataContextItem = function (key, value) {
1205
- this.i.er(key, value);
1217
+ this.i.es(key, value);
1206
1218
  };
1207
1219
  IgcToolbarComponent.prototype.getDataContextItem = function (key) {
1208
1220
  var iv = this.i.b3(key);
1209
1221
  return (iv);
1210
1222
  };
1211
1223
  IgcToolbarComponent.prototype.setExternalDataContextItem = function (key, value) {
1212
- this.i.ew(key, value);
1224
+ this.i.ex(key, value);
1213
1225
  };
1214
1226
  IgcToolbarComponent.prototype.getExternalDataContextItem = function (key) {
1215
1227
  var iv = this.i.b7(key);
@@ -1228,7 +1240,7 @@ export var IgcToolbarComponent = /** @class */ /*@__PURE__*/ (function (_super)
1228
1240
 
1229
1241
  */
1230
1242
  IgcToolbarComponent.prototype.exportSerializedVisualData = function () {
1231
- var iv = this.i.co();
1243
+ var iv = this.i.cp();
1232
1244
  return (iv);
1233
1245
  };
1234
1246
  Object.defineProperty(IgcToolbarComponent.prototype, "onCommand", {
@@ -73,6 +73,7 @@ export * from './lib/ToolActionCheckboxList';
73
73
  export * from './lib/igc-tool-action-checkbox-list-component';
74
74
  export * from './lib/igc-tool-action-checkbox-list-module';
75
75
  export * from './lib/ToolActionCheckboxListIndexType';
76
+ export * from './lib/GridColumnProviderOnAttachingOverrideEventArgs';
76
77
  export * from './lib/ToolActionFieldSelectorType';
77
78
  export * from './lib/ToolActionFieldSelectorEventType';
78
79
  export * from './lib/ToolActionFieldSelectorAggregation';