@progress/kendo-angular-dialog 22.0.0 → 22.0.1-develop.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.
@@ -502,8 +502,8 @@ const packageMetadata = {
502
502
  productName: 'Kendo UI for Angular',
503
503
  productCode: 'KENDOUIANGULAR',
504
504
  productCodes: ['KENDOUIANGULAR'],
505
- publishDate: 1768402305,
506
- version: '22.0.0',
505
+ publishDate: 0,
506
+ version: '22.0.1-develop.1',
507
507
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
508
508
  };
509
509
 
@@ -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-dialog",
5
+ "productName": "Kendo UI for Angular",
6
+ "productCode": "KENDOUIANGULAR",
7
+ "productCodes": [
8
+ "KENDOUIANGULAR"
9
+ ],
10
+ "publishDate": 1768480602,
11
+ "version": "22.0.1-develop.1",
12
+ "licensingDocsUrl": "https://www.telerik.com/kendo-angular-ui/my-license/"
13
+ };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@progress/kendo-angular-dialog",
3
- "version": "22.0.0",
3
+ "version": "22.0.1-develop.1",
4
4
  "description": "Dialog Package for Angular",
5
5
  "license": "SEE LICENSE IN LICENSE.md",
6
6
  "author": "Progress",
@@ -19,7 +19,13 @@
19
19
  "alert"
20
20
  ],
21
21
  "@progress": {
22
- "friendlyName": "Dialogs"
22
+ "friendlyName": "Dialogs",
23
+ "package": {
24
+ "productName": "Kendo UI for Angular",
25
+ "productCode": "KENDOUIANGULAR",
26
+ "publishDate": 1768480602,
27
+ "licensingDocsUrl": "https://www.telerik.com/kendo-angular-ui/my-license/"
28
+ }
23
29
  },
24
30
  "peerDependencies": {
25
31
  "@angular/animations": "19 - 21",
@@ -27,15 +33,15 @@
27
33
  "@angular/core": "19 - 21",
28
34
  "@angular/platform-browser": "19 - 21",
29
35
  "@progress/kendo-licensing": "^1.7.0",
30
- "@progress/kendo-angular-buttons": "22.0.0",
31
- "@progress/kendo-angular-common": "22.0.0",
32
- "@progress/kendo-angular-icons": "22.0.0",
33
- "@progress/kendo-angular-l10n": "22.0.0",
36
+ "@progress/kendo-angular-buttons": "22.0.1-develop.1",
37
+ "@progress/kendo-angular-common": "22.0.1-develop.1",
38
+ "@progress/kendo-angular-icons": "22.0.1-develop.1",
39
+ "@progress/kendo-angular-l10n": "22.0.1-develop.1",
34
40
  "rxjs": "^6.5.3 || ^7.0.0"
35
41
  },
36
42
  "dependencies": {
37
43
  "tslib": "^2.3.1",
38
- "@progress/kendo-angular-schematics": "22.0.0",
44
+ "@progress/kendo-angular-schematics": "22.0.1-develop.1",
39
45
  "@progress/kendo-popup-common": "1.9.5"
40
46
  },
41
47
  "schematics": "./schematics/collection.json",
@@ -9,7 +9,7 @@ const schematics_1 = require("@angular-devkit/schematics");
9
9
  function default_1(options) {
10
10
  const finalOptions = Object.assign(Object.assign({}, options), { mainNgModule: 'DialogsModule', package: 'dialog', peerDependencies: {
11
11
  // Peer dependency of buttons
12
- '@progress/kendo-angular-popup': '22.0.0',
12
+ '@progress/kendo-angular-popup': '22.0.1-develop.1',
13
13
  // Peer dependency of icons
14
14
  '@progress/kendo-svg-icons': '^4.0.0'
15
15
  } });