@progress/kendo-angular-layout 17.0.2-develop.8 → 17.1.0-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.
|
@@ -9,7 +9,7 @@ export const packageMetadata = {
|
|
|
9
9
|
name: '@progress/kendo-angular-layout',
|
|
10
10
|
productName: 'Kendo UI for Angular',
|
|
11
11
|
productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
|
|
12
|
-
publishDate:
|
|
13
|
-
version: '17.0
|
|
12
|
+
publishDate: 1732031550,
|
|
13
|
+
version: '17.1.0-develop.1',
|
|
14
14
|
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'
|
|
15
15
|
};
|
|
@@ -190,7 +190,7 @@ export class TileLayoutDraggingService {
|
|
|
190
190
|
}
|
|
191
191
|
else {
|
|
192
192
|
this.zone.run(() => {
|
|
193
|
-
for (let i =
|
|
193
|
+
for (let i = initialOrder - 1; i >= this.targetOrder; i--) {
|
|
194
194
|
this.tileLayoutSettings.items.find(item => item.order === i).order = i + 1;
|
|
195
195
|
}
|
|
196
196
|
});
|
|
@@ -28,8 +28,8 @@ const packageMetadata = {
|
|
|
28
28
|
name: '@progress/kendo-angular-layout',
|
|
29
29
|
productName: 'Kendo UI for Angular',
|
|
30
30
|
productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
|
|
31
|
-
publishDate:
|
|
32
|
-
version: '17.0
|
|
31
|
+
publishDate: 1732031550,
|
|
32
|
+
version: '17.1.0-develop.1',
|
|
33
33
|
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'
|
|
34
34
|
};
|
|
35
35
|
|
|
@@ -9234,7 +9234,7 @@ class TileLayoutDraggingService {
|
|
|
9234
9234
|
}
|
|
9235
9235
|
else {
|
|
9236
9236
|
this.zone.run(() => {
|
|
9237
|
-
for (let i =
|
|
9237
|
+
for (let i = initialOrder - 1; i >= this.targetOrder; i--) {
|
|
9238
9238
|
this.tileLayoutSettings.items.find(item => item.order === i).order = i + 1;
|
|
9239
9239
|
}
|
|
9240
9240
|
});
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-angular-layout",
|
|
3
|
-
"version": "17.0
|
|
3
|
+
"version": "17.1.0-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",
|
|
@@ -34,22 +34,22 @@
|
|
|
34
34
|
"friendlyName": "Layout"
|
|
35
35
|
},
|
|
36
36
|
"peerDependencies": {
|
|
37
|
-
"@angular/animations": "16 -
|
|
38
|
-
"@angular/common": "16 -
|
|
39
|
-
"@angular/core": "16 -
|
|
40
|
-
"@angular/platform-browser": "16 -
|
|
37
|
+
"@angular/animations": "16 - 19",
|
|
38
|
+
"@angular/common": "16 - 19",
|
|
39
|
+
"@angular/core": "16 - 19",
|
|
40
|
+
"@angular/platform-browser": "16 - 19",
|
|
41
41
|
"@progress/kendo-licensing": "^1.0.2",
|
|
42
|
-
"@progress/kendo-angular-common": "17.0
|
|
43
|
-
"@progress/kendo-angular-l10n": "17.0
|
|
44
|
-
"@progress/kendo-angular-progressbar": "17.0
|
|
45
|
-
"@progress/kendo-angular-icons": "17.0
|
|
46
|
-
"@progress/kendo-angular-buttons": "17.0
|
|
47
|
-
"@progress/kendo-angular-intl": "17.0
|
|
42
|
+
"@progress/kendo-angular-common": "17.1.0-develop.1",
|
|
43
|
+
"@progress/kendo-angular-l10n": "17.1.0-develop.1",
|
|
44
|
+
"@progress/kendo-angular-progressbar": "17.1.0-develop.1",
|
|
45
|
+
"@progress/kendo-angular-icons": "17.1.0-develop.1",
|
|
46
|
+
"@progress/kendo-angular-buttons": "17.1.0-develop.1",
|
|
47
|
+
"@progress/kendo-angular-intl": "17.1.0-develop.1",
|
|
48
48
|
"rxjs": "^6.5.3 || ^7.0.0"
|
|
49
49
|
},
|
|
50
50
|
"dependencies": {
|
|
51
51
|
"tslib": "^2.3.1",
|
|
52
|
-
"@progress/kendo-angular-schematics": "17.0
|
|
52
|
+
"@progress/kendo-angular-schematics": "17.1.0-develop.1",
|
|
53
53
|
"@progress/kendo-draggable": "^3.0.2"
|
|
54
54
|
},
|
|
55
55
|
"schematics": "./schematics/collection.json",
|