@progress/kendo-angular-layout 22.0.0-develop.1 → 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.
@@ -29,8 +29,8 @@ const packageMetadata = {
29
29
  productName: 'Kendo UI for Angular',
30
30
  productCode: 'KENDOUIANGULAR',
31
31
  productCodes: ['KENDOUIANGULAR'],
32
- publishDate: 1768395847,
33
- version: '22.0.0-develop.1',
32
+ publishDate: 1645546576,
33
+ version: '22.0.1-develop.1',
34
34
  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'
35
35
  };
36
36
 
@@ -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-layout",
5
+ "productName": "Kendo UI for Angular",
6
+ "productCode": "KENDOUIANGULAR",
7
+ "productCodes": [
8
+ "KENDOUIANGULAR"
9
+ ],
10
+ "publishDate": 1768480615,
11
+ "version": "22.0.1-develop.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-layout",
3
- "version": "22.0.0-develop.1",
3
+ "version": "22.0.1-develop.1",
4
4
  "description": "Kendo UI for Angular Layout Package - a collection of components to create professional application layoyts",
5
5
  "license": "SEE LICENSE IN LICENSE.md",
6
6
  "author": "Progress",
@@ -46,6 +46,12 @@
46
46
  }
47
47
  ]
48
48
  }
49
+ },
50
+ "package": {
51
+ "productName": "Kendo UI for Angular",
52
+ "productCode": "KENDOUIANGULAR",
53
+ "publishDate": 1768480615,
54
+ "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"
49
55
  }
50
56
  },
51
57
  "peerDependencies": {
@@ -54,17 +60,17 @@
54
60
  "@angular/core": "19 - 21",
55
61
  "@angular/platform-browser": "19 - 21",
56
62
  "@progress/kendo-licensing": "^1.7.0",
57
- "@progress/kendo-angular-common": "22.0.0-develop.1",
58
- "@progress/kendo-angular-l10n": "22.0.0-develop.1",
59
- "@progress/kendo-angular-progressbar": "22.0.0-develop.1",
60
- "@progress/kendo-angular-icons": "22.0.0-develop.1",
61
- "@progress/kendo-angular-buttons": "22.0.0-develop.1",
62
- "@progress/kendo-angular-intl": "22.0.0-develop.1",
63
+ "@progress/kendo-angular-common": "22.0.1-develop.1",
64
+ "@progress/kendo-angular-l10n": "22.0.1-develop.1",
65
+ "@progress/kendo-angular-progressbar": "22.0.1-develop.1",
66
+ "@progress/kendo-angular-icons": "22.0.1-develop.1",
67
+ "@progress/kendo-angular-buttons": "22.0.1-develop.1",
68
+ "@progress/kendo-angular-intl": "22.0.1-develop.1",
63
69
  "rxjs": "^6.5.3 || ^7.0.0"
64
70
  },
65
71
  "dependencies": {
66
72
  "tslib": "^2.3.1",
67
- "@progress/kendo-angular-schematics": "22.0.0-develop.1",
73
+ "@progress/kendo-angular-schematics": "22.0.1-develop.1",
68
74
  "@progress/kendo-draggable": "^3.0.2"
69
75
  },
70
76
  "schematics": "./schematics/collection.json",