@nethserver/ns8-ui-lib 0.1.0 → 0.1.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.
@@ -22842,6 +22842,10 @@ var task = {
22842
22842
  createErrorNotificationForApp(err, message) {
22843
22843
  console.error(err);
22844
22844
  window.parent.core.$root.$emit("createErrorNotification", err, message);
22845
+ },
22846
+
22847
+ createNotificationForApp(notification) {
22848
+ window.parent.core.$root.$emit("createNotification", notification);
22845
22849
  }
22846
22850
 
22847
22851
  }