@progress/kendo-angular-popup 19.1.2-develop.4 → 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
@@ -4,6 +4,20 @@
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import { PopupComponent } from "./popup.component";
6
6
  /**
7
- * Utility array that contains all `@progress/kendo-angular-popup` related components and directives
7
+ * Use this utility array to access all `@progress/kendo-angular-popup`-related components and directives in a standalone Angular component.
8
+ *
9
+ * @example
10
+ * ```typescript
11
+ * import { Component } from '@angular/core';
12
+ * import { KENDO_POPUP } from '@progress/kendo-angular-popup';
13
+ *
14
+ * @Component({
15
+ * selector: 'my-app',
16
+ * standalone: true,
17
+ * imports: [KENDO_POPUP],
18
+ * template: `<kendo-popup>Popup content.</kendo-popup>`
19
+ * })
20
+ * export class AppComponent {}
21
+ * ```
8
22
  */
9
23
  export declare const KENDO_POPUP: readonly [typeof PopupComponent];
@@ -4,7 +4,21 @@
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import { PopupComponent } from "./popup.component";
6
6
  /**
7
- * Utility array that contains all `@progress/kendo-angular-popup` related components and directives
7
+ * Use this utility array to access all `@progress/kendo-angular-popup`-related components and directives in a standalone Angular component.
8
+ *
9
+ * @example
10
+ * ```typescript
11
+ * import { Component } from '@angular/core';
12
+ * import { KENDO_POPUP } from '@progress/kendo-angular-popup';
13
+ *
14
+ * @Component({
15
+ * selector: 'my-app',
16
+ * standalone: true,
17
+ * imports: [KENDO_POPUP],
18
+ * template: `<kendo-popup>Popup content.</kendo-popup>`
19
+ * })
20
+ * export class AppComponent {}
21
+ * ```
8
22
  */
9
23
  export const KENDO_POPUP = [
10
24
  PopupComponent
@@ -10,7 +10,7 @@ export const packageMetadata = {
10
10
  productName: 'Kendo UI for Angular',
11
11
  productCode: 'KENDOUIANGULAR',
12
12
  productCodes: ['KENDOUIANGULAR'],
13
- publishDate: 1750156751,
14
- version: '19.1.2-develop.4',
13
+ publishDate: 1750430670,
14
+ version: '19.1.2-develop.5',
15
15
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/?utm_medium=product&utm_source=kendoangular&utm_campaign=kendo-ui-angular-purchase-license-keys-warning'
16
16
  };
@@ -684,8 +684,8 @@ const packageMetadata = {
684
684
  productName: 'Kendo UI for Angular',
685
685
  productCode: 'KENDOUIANGULAR',
686
686
  productCodes: ['KENDOUIANGULAR'],
687
- publishDate: 1750156751,
688
- version: '19.1.2-develop.4',
687
+ publishDate: 1750430670,
688
+ version: '19.1.2-develop.5',
689
689
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/?utm_medium=product&utm_source=kendoangular&utm_campaign=kendo-ui-angular-purchase-license-keys-warning'
690
690
  };
691
691
 
@@ -1265,7 +1265,21 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
1265
1265
  }] }]; } });
1266
1266
 
1267
1267
  /**
1268
- * Utility array that contains all `@progress/kendo-angular-popup` related components and directives
1268
+ * Use this utility array to access all `@progress/kendo-angular-popup`-related components and directives in a standalone Angular component.
1269
+ *
1270
+ * @example
1271
+ * ```typescript
1272
+ * import { Component } from '@angular/core';
1273
+ * import { KENDO_POPUP } from '@progress/kendo-angular-popup';
1274
+ *
1275
+ * @Component({
1276
+ * selector: 'my-app',
1277
+ * standalone: true,
1278
+ * imports: [KENDO_POPUP],
1279
+ * template: `<kendo-popup>Popup content.</kendo-popup>`
1280
+ * })
1281
+ * export class AppComponent {}
1282
+ * ```
1269
1283
  */
1270
1284
  const KENDO_POPUP = [
1271
1285
  PopupComponent
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@progress/kendo-angular-popup",
3
- "version": "19.1.2-develop.4",
3
+ "version": "19.1.2-develop.5",
4
4
  "description": "Kendo UI Angular Popup component - an easily customized popup from the most trusted provider of professional Angular components.",
5
5
  "license": "SEE LICENSE IN LICENSE.md",
6
6
  "author": "Progress",
@@ -19,7 +19,7 @@
19
19
  "package": {
20
20
  "productName": "Kendo UI for Angular",
21
21
  "productCode": "KENDOUIANGULAR",
22
- "publishDate": 1750156751,
22
+ "publishDate": 1750430670,
23
23
  "licensingDocsUrl": "https://www.telerik.com/kendo-angular-ui/my-license/?utm_medium=product&utm_source=kendoangular&utm_campaign=kendo-ui-angular-purchase-license-keys-warning"
24
24
  }
25
25
  },
@@ -28,14 +28,14 @@
28
28
  "@angular/common": "16 - 20",
29
29
  "@angular/core": "16 - 20",
30
30
  "@angular/platform-browser": "16 - 20",
31
- "@progress/kendo-angular-common": "19.1.2-develop.4",
31
+ "@progress/kendo-angular-common": "19.1.2-develop.5",
32
32
  "@progress/kendo-licensing": "^1.5.0",
33
33
  "rxjs": "^6.5.3 || ^7.0.0"
34
34
  },
35
35
  "dependencies": {
36
36
  "@progress/kendo-popup-common": "^1.7.0",
37
37
  "tslib": "^2.3.1",
38
- "@progress/kendo-angular-schematics": "19.1.2-develop.4"
38
+ "@progress/kendo-angular-schematics": "19.1.2-develop.5"
39
39
  },
40
40
  "schematics": "./schematics/collection.json",
41
41
  "module": "fesm2022/progress-kendo-angular-popup.mjs",