@progress/kendo-angular-layout 14.0.0-develop.1 → 14.0.0-develop.3
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: '14.0.0-develop.
|
|
12
|
+
publishDate: 1696001362,
|
|
13
|
+
version: '14.0.0-develop.3',
|
|
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
|
};
|
|
@@ -105,6 +105,7 @@ export class TileLayoutDraggingService {
|
|
|
105
105
|
height: (tileRect.height - HINT_BORDERS_HEIGHT) + 'px'
|
|
106
106
|
});
|
|
107
107
|
this.zone.run(() => this.targetOrder = this.draggedItem.order);
|
|
108
|
+
this.cdr.markForCheck();
|
|
108
109
|
setElementStyles(this.renderer, this.draggedItemWrapper, {
|
|
109
110
|
position: 'fixed'
|
|
110
111
|
});
|
|
@@ -115,6 +116,7 @@ export class TileLayoutDraggingService {
|
|
|
115
116
|
});
|
|
116
117
|
const headerEl = this.draggedItem.elem.nativeElement.querySelector('.k-tilelayout-item-header');
|
|
117
118
|
this.renderer.addClass(headerEl, 'k-cursor-grabbing');
|
|
119
|
+
this.cdr.markForCheck();
|
|
118
120
|
}
|
|
119
121
|
else if (this.resizable && resizing) {
|
|
120
122
|
this.zone.run(() => {
|
|
@@ -31,8 +31,8 @@ const packageMetadata = {
|
|
|
31
31
|
name: '@progress/kendo-angular-layout',
|
|
32
32
|
productName: 'Kendo UI for Angular',
|
|
33
33
|
productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
|
|
34
|
-
publishDate:
|
|
35
|
-
version: '14.0.0-develop.
|
|
34
|
+
publishDate: 1696001362,
|
|
35
|
+
version: '14.0.0-develop.3',
|
|
36
36
|
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'
|
|
37
37
|
};
|
|
38
38
|
|
|
@@ -8423,6 +8423,7 @@ class TileLayoutDraggingService {
|
|
|
8423
8423
|
height: (tileRect.height - HINT_BORDERS_HEIGHT) + 'px'
|
|
8424
8424
|
});
|
|
8425
8425
|
this.zone.run(() => this.targetOrder = this.draggedItem.order);
|
|
8426
|
+
this.cdr.markForCheck();
|
|
8426
8427
|
setElementStyles(this.renderer, this.draggedItemWrapper, {
|
|
8427
8428
|
position: 'fixed'
|
|
8428
8429
|
});
|
|
@@ -8433,6 +8434,7 @@ class TileLayoutDraggingService {
|
|
|
8433
8434
|
});
|
|
8434
8435
|
const headerEl = this.draggedItem.elem.nativeElement.querySelector('.k-tilelayout-item-header');
|
|
8435
8436
|
this.renderer.addClass(headerEl, 'k-cursor-grabbing');
|
|
8437
|
+
this.cdr.markForCheck();
|
|
8436
8438
|
}
|
|
8437
8439
|
else if (this.resizable && resizing) {
|
|
8438
8440
|
this.zone.run(() => {
|
|
@@ -31,8 +31,8 @@ const packageMetadata = {
|
|
|
31
31
|
name: '@progress/kendo-angular-layout',
|
|
32
32
|
productName: 'Kendo UI for Angular',
|
|
33
33
|
productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
|
|
34
|
-
publishDate:
|
|
35
|
-
version: '14.0.0-develop.
|
|
34
|
+
publishDate: 1696001362,
|
|
35
|
+
version: '14.0.0-develop.3',
|
|
36
36
|
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'
|
|
37
37
|
};
|
|
38
38
|
|
|
@@ -8396,6 +8396,7 @@ class TileLayoutDraggingService {
|
|
|
8396
8396
|
height: (tileRect.height - HINT_BORDERS_HEIGHT) + 'px'
|
|
8397
8397
|
});
|
|
8398
8398
|
this.zone.run(() => this.targetOrder = this.draggedItem.order);
|
|
8399
|
+
this.cdr.markForCheck();
|
|
8399
8400
|
setElementStyles(this.renderer, this.draggedItemWrapper, {
|
|
8400
8401
|
position: 'fixed'
|
|
8401
8402
|
});
|
|
@@ -8406,6 +8407,7 @@ class TileLayoutDraggingService {
|
|
|
8406
8407
|
});
|
|
8407
8408
|
const headerEl = this.draggedItem.elem.nativeElement.querySelector('.k-tilelayout-item-header');
|
|
8408
8409
|
this.renderer.addClass(headerEl, 'k-cursor-grabbing');
|
|
8410
|
+
this.cdr.markForCheck();
|
|
8409
8411
|
}
|
|
8410
8412
|
else if (this.resizable && resizing) {
|
|
8411
8413
|
this.zone.run(() => {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-angular-layout",
|
|
3
|
-
"version": "14.0.0-develop.
|
|
3
|
+
"version": "14.0.0-develop.3",
|
|
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",
|
|
@@ -39,16 +39,16 @@
|
|
|
39
39
|
"@angular/core": "13 - 16",
|
|
40
40
|
"@angular/platform-browser": "13 - 16",
|
|
41
41
|
"@progress/kendo-licensing": "^1.0.2",
|
|
42
|
-
"@progress/kendo-angular-common": "14.0.0-develop.
|
|
43
|
-
"@progress/kendo-angular-l10n": "14.0.0-develop.
|
|
44
|
-
"@progress/kendo-angular-progressbar": "14.0.0-develop.
|
|
45
|
-
"@progress/kendo-angular-icons": "14.0.0-develop.
|
|
46
|
-
"@progress/kendo-angular-buttons": "14.0.0-develop.
|
|
42
|
+
"@progress/kendo-angular-common": "14.0.0-develop.3",
|
|
43
|
+
"@progress/kendo-angular-l10n": "14.0.0-develop.3",
|
|
44
|
+
"@progress/kendo-angular-progressbar": "14.0.0-develop.3",
|
|
45
|
+
"@progress/kendo-angular-icons": "14.0.0-develop.3",
|
|
46
|
+
"@progress/kendo-angular-buttons": "14.0.0-develop.3",
|
|
47
47
|
"rxjs": "^6.5.3 || ^7.0.0"
|
|
48
48
|
},
|
|
49
49
|
"dependencies": {
|
|
50
50
|
"tslib": "^2.3.1",
|
|
51
|
-
"@progress/kendo-angular-schematics": "14.0.0-develop.
|
|
51
|
+
"@progress/kendo-angular-schematics": "14.0.0-develop.3",
|
|
52
52
|
"@progress/kendo-draggable": "^3.0.2"
|
|
53
53
|
},
|
|
54
54
|
"schematics": "./schematics/collection.json",
|