@progress/kendo-angular-notification 24.0.0-develop.21 → 24.0.0-develop.23
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.
|
@@ -11,7 +11,7 @@ import { take } from 'rxjs/operators';
|
|
|
11
11
|
import { validatePackage } from '@progress/kendo-licensing';
|
|
12
12
|
import * as i1 from '@progress/kendo-angular-l10n';
|
|
13
13
|
import { ComponentMessages, LocalizationService, L10N_PREFIX } from '@progress/kendo-angular-l10n';
|
|
14
|
-
import { xIcon, infoCircleIcon,
|
|
14
|
+
import { xIcon, infoCircleIcon, xCircleIcon, exclamationCircleIcon, checkIcon } from '@progress/kendo-svg-icons';
|
|
15
15
|
import { guid } from '@progress/kendo-angular-common';
|
|
16
16
|
import { IconWrapperComponent, IconsService } from '@progress/kendo-angular-icons';
|
|
17
17
|
|
|
@@ -71,7 +71,7 @@ class NotificationSettings {
|
|
|
71
71
|
* ([see example](https://www.telerik.com/kendo-angular-ui/components/notification/types)).
|
|
72
72
|
*
|
|
73
73
|
* The possible values are:
|
|
74
|
-
* * `style: (Default) 'none'|'
|
|
74
|
+
* * `style: (Default) 'none'|'base'|'primary'|'secondary'|'tertiary'|'info'|'success'|'warning'|'error'|'inverse'`
|
|
75
75
|
* * `icon: 'true'|'false'`
|
|
76
76
|
*
|
|
77
77
|
* @default { style: 'none', icon: true }
|
|
@@ -129,8 +129,8 @@ const packageMetadata = {
|
|
|
129
129
|
productName: 'Kendo UI for Angular',
|
|
130
130
|
productCode: 'KENDOUIANGULAR',
|
|
131
131
|
productCodes: ['KENDOUIANGULAR'],
|
|
132
|
-
publishDate:
|
|
133
|
-
version: '24.0.0-develop.
|
|
132
|
+
publishDate: 1778500899,
|
|
133
|
+
version: '24.0.0-develop.23',
|
|
134
134
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
135
135
|
};
|
|
136
136
|
|
|
@@ -308,9 +308,9 @@ class NotificationComponent {
|
|
|
308
308
|
'primary': '',
|
|
309
309
|
'secondary': '',
|
|
310
310
|
'tertiary': '',
|
|
311
|
-
'success': 'check
|
|
311
|
+
'success': 'check',
|
|
312
312
|
'warning': 'exclamation-circle',
|
|
313
|
-
'error': 'x-
|
|
313
|
+
'error': 'x-circle',
|
|
314
314
|
'info': 'info-circle',
|
|
315
315
|
'inverse': ''
|
|
316
316
|
}[this.type.style];
|
|
@@ -322,9 +322,9 @@ class NotificationComponent {
|
|
|
322
322
|
'primary': null,
|
|
323
323
|
'secondary': null,
|
|
324
324
|
'tertiary': null,
|
|
325
|
-
'success':
|
|
325
|
+
'success': checkIcon,
|
|
326
326
|
'warning': exclamationCircleIcon,
|
|
327
|
-
'error':
|
|
327
|
+
'error': xCircleIcon,
|
|
328
328
|
'info': infoCircleIcon,
|
|
329
329
|
'inverse': null
|
|
330
330
|
}[this.type.style];
|
|
@@ -62,7 +62,7 @@ export declare class NotificationSettings {
|
|
|
62
62
|
* ([see example](https://www.telerik.com/kendo-angular-ui/components/notification/types)).
|
|
63
63
|
*
|
|
64
64
|
* The possible values are:
|
|
65
|
-
* * `style: (Default) 'none'|'
|
|
65
|
+
* * `style: (Default) 'none'|'base'|'primary'|'secondary'|'tertiary'|'info'|'success'|'warning'|'error'|'inverse'`
|
|
66
66
|
* * `icon: 'true'|'false'`
|
|
67
67
|
*
|
|
68
68
|
* @default { style: 'none', icon: true }
|
package/package-metadata.mjs
CHANGED
|
@@ -7,7 +7,7 @@ export const packageMetadata = {
|
|
|
7
7
|
"productCodes": [
|
|
8
8
|
"KENDOUIANGULAR"
|
|
9
9
|
],
|
|
10
|
-
"publishDate":
|
|
11
|
-
"version": "24.0.0-develop.
|
|
10
|
+
"publishDate": 1778500899,
|
|
11
|
+
"version": "24.0.0-develop.23",
|
|
12
12
|
"licensingDocsUrl": "https://www.telerik.com/kendo-angular-ui/my-license/"
|
|
13
13
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-angular-notification",
|
|
3
|
-
"version": "24.0.0-develop.
|
|
3
|
+
"version": "24.0.0-develop.23",
|
|
4
4
|
"description": "Kendo UI Notification for Angular",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
6
6
|
"author": "Progress",
|
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
"package": {
|
|
18
18
|
"productName": "Kendo UI for Angular",
|
|
19
19
|
"productCode": "KENDOUIANGULAR",
|
|
20
|
-
"publishDate":
|
|
20
|
+
"publishDate": 1778500899,
|
|
21
21
|
"licensingDocsUrl": "https://www.telerik.com/kendo-angular-ui/my-license/"
|
|
22
22
|
}
|
|
23
23
|
},
|
|
@@ -27,14 +27,14 @@
|
|
|
27
27
|
"@angular/core": "19 - 21",
|
|
28
28
|
"@angular/platform-browser": "19 - 21",
|
|
29
29
|
"@progress/kendo-licensing": "^1.11.0",
|
|
30
|
-
"@progress/kendo-angular-common": "24.0.0-develop.
|
|
31
|
-
"@progress/kendo-angular-l10n": "24.0.0-develop.
|
|
32
|
-
"@progress/kendo-angular-icons": "24.0.0-develop.
|
|
30
|
+
"@progress/kendo-angular-common": "24.0.0-develop.23",
|
|
31
|
+
"@progress/kendo-angular-l10n": "24.0.0-develop.23",
|
|
32
|
+
"@progress/kendo-angular-icons": "24.0.0-develop.23",
|
|
33
33
|
"rxjs": "^6.5.3 || ^7.0.0"
|
|
34
34
|
},
|
|
35
35
|
"dependencies": {
|
|
36
36
|
"tslib": "^2.3.1",
|
|
37
|
-
"@progress/kendo-angular-schematics": "24.0.0-develop.
|
|
37
|
+
"@progress/kendo-angular-schematics": "24.0.0-develop.23"
|
|
38
38
|
},
|
|
39
39
|
"schematics": "./schematics/collection.json",
|
|
40
40
|
"module": "fesm2022/progress-kendo-angular-notification.mjs",
|