@progress/kendo-angular-popup 22.0.0 → 22.0.1

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.
@@ -683,8 +683,8 @@ const packageMetadata = {
683
683
  productName: 'Kendo UI for Angular',
684
684
  productCode: 'KENDOUIANGULAR',
685
685
  productCodes: ['KENDOUIANGULAR'],
686
- publishDate: 1768402237,
687
- version: '22.0.0',
686
+ publishDate: 0,
687
+ version: '22.0.1',
688
688
  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'
689
689
  };
690
690
 
@@ -2,7 +2,7 @@
2
2
  * Copyright © 2026 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
- import { PackageMetadata } from '@progress/kendo-licensing';
5
+ import { type PackageMetadata } from '@progress/kendo-licensing';
6
6
  /**
7
7
  * @hidden
8
8
  */
@@ -0,0 +1,13 @@
1
+ // Generated file. DO NOT EDIT.
2
+
3
+ export const packageMetadata = {
4
+ "name": "@progress/kendo-angular-popup",
5
+ "productName": "Kendo UI for Angular",
6
+ "productCode": "KENDOUIANGULAR",
7
+ "productCodes": [
8
+ "KENDOUIANGULAR"
9
+ ],
10
+ "publishDate": 1768481753,
11
+ "version": "22.0.1",
12
+ "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"
13
+ };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@progress/kendo-angular-popup",
3
- "version": "22.0.0",
3
+ "version": "22.0.1",
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",
@@ -15,21 +15,27 @@
15
15
  "Progress"
16
16
  ],
17
17
  "@progress": {
18
- "friendlyName": "Popup"
18
+ "friendlyName": "Popup",
19
+ "package": {
20
+ "productName": "Kendo UI for Angular",
21
+ "productCode": "KENDOUIANGULAR",
22
+ "publishDate": 1768481753,
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
+ }
19
25
  },
20
26
  "peerDependencies": {
21
27
  "@angular/animations": "19 - 21",
22
28
  "@angular/common": "19 - 21",
23
29
  "@angular/core": "19 - 21",
24
30
  "@angular/platform-browser": "19 - 21",
25
- "@progress/kendo-angular-common": "22.0.0",
31
+ "@progress/kendo-angular-common": "22.0.1",
26
32
  "@progress/kendo-licensing": "^1.7.0",
27
33
  "rxjs": "^6.5.3 || ^7.0.0"
28
34
  },
29
35
  "dependencies": {
30
36
  "@progress/kendo-popup-common": "1.9.5",
31
37
  "tslib": "^2.3.1",
32
- "@progress/kendo-angular-schematics": "22.0.0"
38
+ "@progress/kendo-angular-schematics": "22.0.1"
33
39
  },
34
40
  "schematics": "./schematics/collection.json",
35
41
  "module": "fesm2022/progress-kendo-angular-popup.mjs",