@progress/kendo-angular-sortable 18.0.0-develop.8 → 18.0.0
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.
|
@@ -8,8 +8,9 @@
|
|
|
8
8
|
export const packageMetadata = {
|
|
9
9
|
name: '@progress/kendo-angular-sortable',
|
|
10
10
|
productName: 'Kendo UI for Angular',
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
11
|
+
productCode: 'KENDOUIANGULAR',
|
|
12
|
+
productCodes: ['KENDOUIANGULAR'],
|
|
13
|
+
publishDate: 1737465295,
|
|
14
|
+
version: '18.0.0',
|
|
14
15
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
15
16
|
};
|
|
@@ -187,9 +187,10 @@ const relativeContextElement = (element) => {
|
|
|
187
187
|
const packageMetadata = {
|
|
188
188
|
name: '@progress/kendo-angular-sortable',
|
|
189
189
|
productName: 'Kendo UI for Angular',
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
190
|
+
productCode: 'KENDOUIANGULAR',
|
|
191
|
+
productCodes: ['KENDOUIANGULAR'],
|
|
192
|
+
publishDate: 1737465295,
|
|
193
|
+
version: '18.0.0',
|
|
193
194
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
194
195
|
};
|
|
195
196
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-angular-sortable",
|
|
3
|
-
"version": "18.0.0
|
|
3
|
+
"version": "18.0.0",
|
|
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": 1737465295,
|
|
23
|
+
"licensingDocsUrl": "https://www.telerik.com/kendo-angular-ui/my-license/"
|
|
24
|
+
}
|
|
19
25
|
},
|
|
20
26
|
"peerDependencies": {
|
|
21
27
|
"@angular/animations": "16 - 19",
|
|
@@ -23,13 +29,13 @@
|
|
|
23
29
|
"@angular/core": "16 - 19",
|
|
24
30
|
"@angular/platform-browser": "16 - 19",
|
|
25
31
|
"@progress/kendo-licensing": "^1.0.2",
|
|
26
|
-
"@progress/kendo-angular-common": "18.0.0
|
|
27
|
-
"@progress/kendo-angular-l10n": "18.0.0
|
|
32
|
+
"@progress/kendo-angular-common": "18.0.0",
|
|
33
|
+
"@progress/kendo-angular-l10n": "18.0.0",
|
|
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": "18.0.0
|
|
38
|
+
"@progress/kendo-angular-schematics": "18.0.0",
|
|
33
39
|
"@progress/kendo-draggable": "^3.0.2"
|
|
34
40
|
},
|
|
35
41
|
"schematics": "./schematics/collection.json",
|