mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
fix eslint warnigs for core project (#7506)
This commit is contained in:
@@ -44,6 +44,7 @@ export class NotificationService {
|
||||
|
||||
/**
|
||||
* Opens a SnackBar notification to show a message.
|
||||
*
|
||||
* @param message The message (or resource key) to show.
|
||||
* @param config Time before notification disappears after being shown or MatSnackBarConfig object
|
||||
* @param interpolateArgs The interpolation parameters to add for the translation
|
||||
@@ -55,6 +56,7 @@ export class NotificationService {
|
||||
|
||||
/**
|
||||
* Opens a SnackBar notification with a message and a response button.
|
||||
*
|
||||
* @param message The message (or resource key) to show.
|
||||
* @param action Caption for the response button
|
||||
* @param config Time before notification disappears after being shown or MatSnackBarConfig object
|
||||
@@ -67,6 +69,7 @@ export class NotificationService {
|
||||
|
||||
/**
|
||||
* Rase error message
|
||||
*
|
||||
* @param message Text message or translation key for the message.
|
||||
* @param action Action name
|
||||
* @param interpolateArgs The interpolation parameters to add for the translation
|
||||
@@ -77,6 +80,7 @@ export class NotificationService {
|
||||
|
||||
/**
|
||||
* Rase info message
|
||||
*
|
||||
* @param message Text message or translation key for the message.
|
||||
* @param action Action name
|
||||
* @param interpolateArgs The interpolation parameters to add for the translation
|
||||
@@ -87,6 +91,7 @@ export class NotificationService {
|
||||
|
||||
/**
|
||||
* Rase warning message
|
||||
*
|
||||
* @param message Text message or translation key for the message.
|
||||
* @param action Action name
|
||||
* @param interpolateArgs The interpolation parameters to add for the translation
|
||||
@@ -104,6 +109,7 @@ export class NotificationService {
|
||||
|
||||
/**
|
||||
* Push new notification to Notification History
|
||||
*
|
||||
* @param notification - Notification model to be pushed.
|
||||
*/
|
||||
pushToNotificationHistory(notification: NotificationModel) {
|
||||
|
Reference in New Issue
Block a user