@progress/kendo-angular-sortable 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.
@@ -193,8 +193,8 @@ const packageMetadata = {
193
193
  productName: 'Kendo UI for Angular',
194
194
  productCode: 'KENDOUIANGULAR',
195
195
  productCodes: ['KENDOUIANGULAR'],
196
- publishDate: 1768402525,
197
- version: '22.0.0',
196
+ publishDate: 0,
197
+ version: '22.0.1',
198
198
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
199
199
  };
200
200
 
@@ -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-sortable",
5
+ "productName": "Kendo UI for Angular",
6
+ "productCode": "KENDOUIANGULAR",
7
+ "productCodes": [
8
+ "KENDOUIANGULAR"
9
+ ],
10
+ "publishDate": 1768482014,
11
+ "version": "22.0.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-sortable",
3
- "version": "22.0.0",
3
+ "version": "22.0.1",
4
4
  "description": "A Sortable Component for Angular",
5
5
  "license": "SEE LICENSE IN LICENSE.md",
6
6
  "author": "Progress",
@@ -15,7 +15,13 @@
15
15
  "Sortable"
16
16
  ],
17
17
  "@progress": {
18
- "friendlyName": "Sortable"
18
+ "friendlyName": "Sortable",
19
+ "package": {
20
+ "productName": "Kendo UI for Angular",
21
+ "productCode": "KENDOUIANGULAR",
22
+ "publishDate": 1768482014,
23
+ "licensingDocsUrl": "https://www.telerik.com/kendo-angular-ui/my-license/"
24
+ }
19
25
  },
20
26
  "peerDependencies": {
21
27
  "@angular/animations": "19 - 21",
@@ -23,13 +29,13 @@
23
29
  "@angular/core": "19 - 21",
24
30
  "@angular/platform-browser": "19 - 21",
25
31
  "@progress/kendo-licensing": "^1.7.0",
26
- "@progress/kendo-angular-common": "22.0.0",
27
- "@progress/kendo-angular-l10n": "22.0.0",
32
+ "@progress/kendo-angular-common": "22.0.1",
33
+ "@progress/kendo-angular-l10n": "22.0.1",
28
34
  "rxjs": "^6.5.3 || ^7.0.0"
29
35
  },
30
36
  "dependencies": {
31
37
  "tslib": "^2.3.1",
32
- "@progress/kendo-angular-schematics": "22.0.0",
38
+ "@progress/kendo-angular-schematics": "22.0.1",
33
39
  "@progress/kendo-draggable": "^3.0.2"
34
40
  },
35
41
  "schematics": "./schematics/collection.json",