@progress/kendo-angular-notification 19.1.2-develop.3 → 19.1.2-develop.5

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.
package/directives.d.ts CHANGED
@@ -5,6 +5,28 @@
5
5
  import { NotificationComponent } from "./notification.component";
6
6
  import { NotificationContainerComponent } from "./notification.container.component";
7
7
  /**
8
- * Utility array that contains all `@progress/kendo-angular-notification` related components and directives
8
+ * Use this utility array to access all `@progress/kendo-angular-notification`-related components and directives in a standalone Angular component.
9
+ *
10
+ * @example
11
+ * ```typescript
12
+ * import { Component } from '@angular/core';
13
+ * import { KENDO_NOTIFICATION } from '@progress/kendo-angular-notification';
14
+ *
15
+ * @Component({
16
+ * selector: 'my-app',
17
+ * standalone: true,
18
+ * imports: [KENDO_NOTIFICATION, KENDO_BUTTON],
19
+ * template: `<button kendoButton (click)="show()">Save data</button>`
20
+ * })
21
+ * export class AppComponent {
22
+ * constructor(private notificationService: NotificationService) {}
23
+ *
24
+ * public show(): void {
25
+ * this.notificationService.show({
26
+ * content: 'Data saved successfully',
27
+ * });
28
+ * }
29
+ * }
30
+ * ```
9
31
  */
10
32
  export declare const KENDO_NOTIFICATION: readonly [typeof NotificationComponent, typeof NotificationContainerComponent];
@@ -5,7 +5,29 @@
5
5
  import { NotificationComponent } from "./notification.component";
6
6
  import { NotificationContainerComponent } from "./notification.container.component";
7
7
  /**
8
- * Utility array that contains all `@progress/kendo-angular-notification` related components and directives
8
+ * Use this utility array to access all `@progress/kendo-angular-notification`-related components and directives in a standalone Angular component.
9
+ *
10
+ * @example
11
+ * ```typescript
12
+ * import { Component } from '@angular/core';
13
+ * import { KENDO_NOTIFICATION } from '@progress/kendo-angular-notification';
14
+ *
15
+ * @Component({
16
+ * selector: 'my-app',
17
+ * standalone: true,
18
+ * imports: [KENDO_NOTIFICATION, KENDO_BUTTON],
19
+ * template: `<button kendoButton (click)="show()">Save data</button>`
20
+ * })
21
+ * export class AppComponent {
22
+ * constructor(private notificationService: NotificationService) {}
23
+ *
24
+ * public show(): void {
25
+ * this.notificationService.show({
26
+ * content: 'Data saved successfully',
27
+ * });
28
+ * }
29
+ * }
30
+ * ```
9
31
  */
10
32
  export const KENDO_NOTIFICATION = [
11
33
  NotificationComponent,
@@ -10,7 +10,7 @@ export const packageMetadata = {
10
10
  productName: 'Kendo UI for Angular',
11
11
  productCode: 'KENDOUIANGULAR',
12
12
  productCodes: ['KENDOUIANGULAR'],
13
- publishDate: 1750152812,
14
- version: '19.1.2-develop.3',
13
+ publishDate: 1750431148,
14
+ version: '19.1.2-develop.5',
15
15
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
16
16
  };
@@ -117,8 +117,8 @@ const packageMetadata = {
117
117
  productName: 'Kendo UI for Angular',
118
118
  productCode: 'KENDOUIANGULAR',
119
119
  productCodes: ['KENDOUIANGULAR'],
120
- publishDate: 1750152812,
121
- version: '19.1.2-develop.3',
120
+ publishDate: 1750431148,
121
+ version: '19.1.2-develop.5',
122
122
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
123
123
  };
124
124
 
@@ -786,7 +786,29 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
786
786
  }] }]; } });
787
787
 
788
788
  /**
789
- * Utility array that contains all `@progress/kendo-angular-notification` related components and directives
789
+ * Use this utility array to access all `@progress/kendo-angular-notification`-related components and directives in a standalone Angular component.
790
+ *
791
+ * @example
792
+ * ```typescript
793
+ * import { Component } from '@angular/core';
794
+ * import { KENDO_NOTIFICATION } from '@progress/kendo-angular-notification';
795
+ *
796
+ * @Component({
797
+ * selector: 'my-app',
798
+ * standalone: true,
799
+ * imports: [KENDO_NOTIFICATION, KENDO_BUTTON],
800
+ * template: `<button kendoButton (click)="show()">Save data</button>`
801
+ * })
802
+ * export class AppComponent {
803
+ * constructor(private notificationService: NotificationService) {}
804
+ *
805
+ * public show(): void {
806
+ * this.notificationService.show({
807
+ * content: 'Data saved successfully',
808
+ * });
809
+ * }
810
+ * }
811
+ * ```
790
812
  */
791
813
  const KENDO_NOTIFICATION = [
792
814
  NotificationComponent,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@progress/kendo-angular-notification",
3
- "version": "19.1.2-develop.3",
3
+ "version": "19.1.2-develop.5",
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": 1750152812,
20
+ "publishDate": 1750431148,
21
21
  "licensingDocsUrl": "https://www.telerik.com/kendo-angular-ui/my-license/"
22
22
  }
23
23
  },
@@ -27,14 +27,14 @@
27
27
  "@angular/core": "16 - 20",
28
28
  "@angular/platform-browser": "16 - 20",
29
29
  "@progress/kendo-licensing": "^1.5.0",
30
- "@progress/kendo-angular-common": "19.1.2-develop.3",
31
- "@progress/kendo-angular-l10n": "19.1.2-develop.3",
32
- "@progress/kendo-angular-icons": "19.1.2-develop.3",
30
+ "@progress/kendo-angular-common": "19.1.2-develop.5",
31
+ "@progress/kendo-angular-l10n": "19.1.2-develop.5",
32
+ "@progress/kendo-angular-icons": "19.1.2-develop.5",
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": "19.1.2-develop.3"
37
+ "@progress/kendo-angular-schematics": "19.1.2-develop.5"
38
38
  },
39
39
  "schematics": "./schematics/collection.json",
40
40
  "module": "fesm2022/progress-kendo-angular-notification.mjs",