@eui/core 10.6.20 → 10.6.21

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.
@@ -109,5 +109,6 @@
109
109
  "eui.euifileupload.RESET-LIST": "Reset list",
110
110
  "eui.uxtree.SELECT-ALL": "Select all",
111
111
  "eui.uxtree.UNSELECT-ALL": "Unselect all",
112
- "eui.languageSelector.modalTitle": "Select language"
112
+ "eui.languageSelector.modalTitle": "Select language",
113
+ "eui.growl.dismiss-all": "Dismiss all"
113
114
  }
@@ -109,5 +109,6 @@
109
109
  "eui.euifileupload.RESET-LIST": "Réinitialiser la liste",
110
110
  "eui.uxtree.SELECT-ALL": "Tout sélectionner",
111
111
  "eui.uxtree.UNSELECT-ALL": "Tout déselectionner",
112
- "eui.languageSelector.modalTitle": "Choisissez votre langue"
112
+ "eui.languageSelector.modalTitle": "Choisissez votre langue",
113
+ "eui.growl.dismiss-all": "Ferme tout"
113
114
  }
@@ -1518,6 +1518,7 @@
1518
1518
  this.i18nService = i18nService;
1519
1519
  this.growlMessages = [];
1520
1520
  this.isGrowlSticky = false;
1521
+ this.isCloseAllSticky = false;
1521
1522
  this.growlLife = 3000;
1522
1523
  this.growlPosition = 'bottom-right';
1523
1524
  this.growlCallback = null;