@progress/kendo-angular-grid 17.2.0-develop.3 → 17.2.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.
|
@@ -40,6 +40,11 @@ export class DragAndDropService {
|
|
|
40
40
|
this.lastTarget = target;
|
|
41
41
|
}
|
|
42
42
|
notifyDrop(draggable, mouseEvent) {
|
|
43
|
+
const target = draggable && draggable.element && this.targetFor(draggable.element.nativeElement);
|
|
44
|
+
if (target && this.lastTarget === target) {
|
|
45
|
+
this.lastTarget = null;
|
|
46
|
+
return;
|
|
47
|
+
}
|
|
43
48
|
this.changes.next({
|
|
44
49
|
draggable,
|
|
45
50
|
mouseEvent,
|
|
@@ -9,7 +9,7 @@ export const packageMetadata = {
|
|
|
9
9
|
name: '@progress/kendo-angular-grid',
|
|
10
10
|
productName: 'Kendo UI for Angular',
|
|
11
11
|
productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
|
|
12
|
-
publishDate:
|
|
13
|
-
version: '17.2.0
|
|
12
|
+
publishDate: 1734681933,
|
|
13
|
+
version: '17.2.0',
|
|
14
14
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
15
15
|
};
|
|
@@ -142,6 +142,11 @@ class DragAndDropService {
|
|
|
142
142
|
this.lastTarget = target;
|
|
143
143
|
}
|
|
144
144
|
notifyDrop(draggable, mouseEvent) {
|
|
145
|
+
const target = draggable && draggable.element && this.targetFor(draggable.element.nativeElement);
|
|
146
|
+
if (target && this.lastTarget === target) {
|
|
147
|
+
this.lastTarget = null;
|
|
148
|
+
return;
|
|
149
|
+
}
|
|
145
150
|
this.changes.next({
|
|
146
151
|
draggable,
|
|
147
152
|
mouseEvent,
|
|
@@ -19208,8 +19213,8 @@ const packageMetadata = {
|
|
|
19208
19213
|
name: '@progress/kendo-angular-grid',
|
|
19209
19214
|
productName: 'Kendo UI for Angular',
|
|
19210
19215
|
productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
|
|
19211
|
-
publishDate:
|
|
19212
|
-
version: '17.2.0
|
|
19216
|
+
publishDate: 1734681933,
|
|
19217
|
+
version: '17.2.0',
|
|
19213
19218
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
19214
19219
|
};
|
|
19215
19220
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-angular-grid",
|
|
3
|
-
"version": "17.2.0
|
|
3
|
+
"version": "17.2.0",
|
|
4
4
|
"description": "Kendo UI Grid for Angular - high performance data grid with paging, filtering, virtualization, CRUD, and more.",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
6
6
|
"author": "Progress",
|
|
@@ -33,27 +33,27 @@
|
|
|
33
33
|
"@progress/kendo-data-query": "^1.0.0",
|
|
34
34
|
"@progress/kendo-drawing": "^1.21.0",
|
|
35
35
|
"@progress/kendo-licensing": "^1.0.2",
|
|
36
|
-
"@progress/kendo-angular-buttons": "17.2.0
|
|
37
|
-
"@progress/kendo-angular-common": "17.2.0
|
|
38
|
-
"@progress/kendo-angular-dateinputs": "17.2.0
|
|
39
|
-
"@progress/kendo-angular-layout": "17.2.0
|
|
40
|
-
"@progress/kendo-angular-dropdowns": "17.2.0
|
|
41
|
-
"@progress/kendo-angular-excel-export": "17.2.0
|
|
42
|
-
"@progress/kendo-angular-icons": "17.2.0
|
|
43
|
-
"@progress/kendo-angular-inputs": "17.2.0
|
|
44
|
-
"@progress/kendo-angular-intl": "17.2.0
|
|
45
|
-
"@progress/kendo-angular-l10n": "17.2.0
|
|
46
|
-
"@progress/kendo-angular-label": "17.2.0
|
|
47
|
-
"@progress/kendo-angular-pager": "17.2.0
|
|
48
|
-
"@progress/kendo-angular-pdf-export": "17.2.0
|
|
49
|
-
"@progress/kendo-angular-popup": "17.2.0
|
|
50
|
-
"@progress/kendo-angular-toolbar": "17.2.0
|
|
51
|
-
"@progress/kendo-angular-utils": "17.2.0
|
|
36
|
+
"@progress/kendo-angular-buttons": "17.2.0",
|
|
37
|
+
"@progress/kendo-angular-common": "17.2.0",
|
|
38
|
+
"@progress/kendo-angular-dateinputs": "17.2.0",
|
|
39
|
+
"@progress/kendo-angular-layout": "17.2.0",
|
|
40
|
+
"@progress/kendo-angular-dropdowns": "17.2.0",
|
|
41
|
+
"@progress/kendo-angular-excel-export": "17.2.0",
|
|
42
|
+
"@progress/kendo-angular-icons": "17.2.0",
|
|
43
|
+
"@progress/kendo-angular-inputs": "17.2.0",
|
|
44
|
+
"@progress/kendo-angular-intl": "17.2.0",
|
|
45
|
+
"@progress/kendo-angular-l10n": "17.2.0",
|
|
46
|
+
"@progress/kendo-angular-label": "17.2.0",
|
|
47
|
+
"@progress/kendo-angular-pager": "17.2.0",
|
|
48
|
+
"@progress/kendo-angular-pdf-export": "17.2.0",
|
|
49
|
+
"@progress/kendo-angular-popup": "17.2.0",
|
|
50
|
+
"@progress/kendo-angular-toolbar": "17.2.0",
|
|
51
|
+
"@progress/kendo-angular-utils": "17.2.0",
|
|
52
52
|
"rxjs": "^6.5.3 || ^7.0.0"
|
|
53
53
|
},
|
|
54
54
|
"dependencies": {
|
|
55
55
|
"tslib": "^2.3.1",
|
|
56
|
-
"@progress/kendo-angular-schematics": "17.2.0
|
|
56
|
+
"@progress/kendo-angular-schematics": "17.2.0",
|
|
57
57
|
"@progress/kendo-common": "^1.0.1",
|
|
58
58
|
"@progress/kendo-file-saver": "^1.0.0"
|
|
59
59
|
},
|
|
@@ -4,14 +4,14 @@ const schematics_1 = require("@angular-devkit/schematics");
|
|
|
4
4
|
function default_1(options) {
|
|
5
5
|
const finalOptions = Object.assign(Object.assign({}, options), { mainNgModule: 'GridModule', package: 'grid', peerDependencies: {
|
|
6
6
|
// peer deps of the dropdowns
|
|
7
|
-
'@progress/kendo-angular-treeview': '17.2.0
|
|
8
|
-
'@progress/kendo-angular-navigation': '17.2.0
|
|
7
|
+
'@progress/kendo-angular-treeview': '17.2.0',
|
|
8
|
+
'@progress/kendo-angular-navigation': '17.2.0',
|
|
9
9
|
// peer dependency of kendo-angular-inputs
|
|
10
|
-
'@progress/kendo-angular-dialog': '17.2.0
|
|
10
|
+
'@progress/kendo-angular-dialog': '17.2.0',
|
|
11
11
|
// peer dependency of kendo-angular-icons
|
|
12
12
|
'@progress/kendo-svg-icons': '^4.0.0',
|
|
13
13
|
// peer dependency of kendo-angular-layout
|
|
14
|
-
'@progress/kendo-angular-progressbar': '17.2.0
|
|
14
|
+
'@progress/kendo-angular-progressbar': '17.2.0'
|
|
15
15
|
} });
|
|
16
16
|
return (0, schematics_1.externalSchematic)('@progress/kendo-angular-schematics', 'ng-add', finalOptions);
|
|
17
17
|
}
|