@progress/kendo-angular-notification 25.0.0-develop.16 → 25.0.0-develop.18
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.
|
@@ -12,7 +12,7 @@ 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
14
|
import { xIcon, infoCircleIcon, xCircleIcon, exclamationCircleIcon, checkIcon } from '@progress/kendo-svg-icons';
|
|
15
|
-
import { guid, KENDO_WEBMCP_HOST } from '@progress/kendo-angular-common';
|
|
15
|
+
import { guid, KENDO_WEBMCP_HOST, provideComponentName } from '@progress/kendo-angular-common';
|
|
16
16
|
import { IconWrapperComponent, IconsService } from '@progress/kendo-angular-icons';
|
|
17
17
|
|
|
18
18
|
/**
|
|
@@ -132,8 +132,8 @@ const packageMetadata = {
|
|
|
132
132
|
productName: 'Kendo UI for Angular',
|
|
133
133
|
productCode: 'KENDOUIANGULAR',
|
|
134
134
|
productCodes: ['KENDOUIANGULAR'],
|
|
135
|
-
publishDate:
|
|
136
|
-
version: '25.0.0-develop.
|
|
135
|
+
publishDate: 1785502371,
|
|
136
|
+
version: '25.0.0-develop.18',
|
|
137
137
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
138
138
|
};
|
|
139
139
|
|
|
@@ -466,7 +466,8 @@ class NotificationComponent {
|
|
|
466
466
|
provide: L10N_PREFIX,
|
|
467
467
|
useValue: 'kendo.notification'
|
|
468
468
|
},
|
|
469
|
-
{ provide: KENDO_WEBMCP_HOST, useExisting: forwardRef(() => NotificationComponent) }
|
|
469
|
+
{ provide: KENDO_WEBMCP_HOST, useExisting: forwardRef(() => NotificationComponent) },
|
|
470
|
+
provideComponentName('notification')
|
|
470
471
|
], viewQueries: [{ propertyName: "container", first: true, predicate: ["container"], descendants: true, read: ViewContainerRef, static: true }], ngImport: i0, template: `
|
|
471
472
|
<ng-container kendoNotificationLocalizedMessages
|
|
472
473
|
i18n-closeTitle="kendo.notification.closeTitle|The title of the close button"
|
|
@@ -564,7 +565,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.26", ngImpo
|
|
|
564
565
|
provide: L10N_PREFIX,
|
|
565
566
|
useValue: 'kendo.notification'
|
|
566
567
|
},
|
|
567
|
-
{ provide: KENDO_WEBMCP_HOST, useExisting: forwardRef(() => NotificationComponent) }
|
|
568
|
+
{ provide: KENDO_WEBMCP_HOST, useExisting: forwardRef(() => NotificationComponent) },
|
|
569
|
+
provideComponentName('notification')
|
|
568
570
|
],
|
|
569
571
|
standalone: true,
|
|
570
572
|
imports: [LocalizedMessagesDirective, NgClass, IconWrapperComponent, NgTemplateOutlet],
|
package/package-metadata.mjs
CHANGED
|
@@ -7,7 +7,7 @@ export const packageMetadata = {
|
|
|
7
7
|
"productCodes": [
|
|
8
8
|
"KENDOUIANGULAR"
|
|
9
9
|
],
|
|
10
|
-
"publishDate":
|
|
11
|
-
"version": "25.0.0-develop.
|
|
10
|
+
"publishDate": 1785502371,
|
|
11
|
+
"version": "25.0.0-develop.18",
|
|
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": "25.0.0-develop.
|
|
3
|
+
"version": "25.0.0-develop.18",
|
|
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": 1785502371,
|
|
21
21
|
"licensingDocsUrl": "https://www.telerik.com/kendo-angular-ui/my-license/"
|
|
22
22
|
}
|
|
23
23
|
},
|
|
@@ -27,14 +27,14 @@
|
|
|
27
27
|
"@angular/core": "20 - 22",
|
|
28
28
|
"@angular/platform-browser": "20 - 22",
|
|
29
29
|
"@progress/kendo-licensing": "^1.11.0",
|
|
30
|
-
"@progress/kendo-angular-common": "25.0.0-develop.
|
|
31
|
-
"@progress/kendo-angular-l10n": "25.0.0-develop.
|
|
32
|
-
"@progress/kendo-angular-icons": "25.0.0-develop.
|
|
30
|
+
"@progress/kendo-angular-common": "25.0.0-develop.18",
|
|
31
|
+
"@progress/kendo-angular-l10n": "25.0.0-develop.18",
|
|
32
|
+
"@progress/kendo-angular-icons": "25.0.0-develop.18",
|
|
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": "25.0.0-develop.
|
|
37
|
+
"@progress/kendo-angular-schematics": "25.0.0-develop.18"
|
|
38
38
|
},
|
|
39
39
|
"schematics": "./schematics/collection.json",
|
|
40
40
|
"module": "fesm2022/progress-kendo-angular-notification.mjs",
|