@progress/kendo-vue-grid 3.7.4-dev.202211100847 → 3.7.4-dev.202211301436
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.
package/dist/es/Grid.js
CHANGED
|
@@ -829,15 +829,16 @@ var GridVue2 = {
|
|
|
829
829
|
onReleaseHandler: this.dragLogic.releaseHandler,
|
|
830
830
|
resolveTitle: this.resolveTitle
|
|
831
831
|
});
|
|
832
|
-
var
|
|
832
|
+
var renderClues = (this.dragLogic.reorderable || this.dragLogic.groupable) && canUseDOM && document && document.body;
|
|
833
|
+
var clues =
|
|
833
834
|
// @ts-ignore
|
|
834
|
-
&&
|
|
835
|
+
[renderClues && h(DropClue, {
|
|
835
836
|
ref: this.v3 ? function (el) {
|
|
836
837
|
_this.dropElementClueRef = el;
|
|
837
838
|
} : 'dropElementClue'
|
|
838
839
|
}),
|
|
839
840
|
// @ts-ignore
|
|
840
|
-
h(DragClue, {
|
|
841
|
+
renderClues && h(DragClue, {
|
|
841
842
|
ref: this.v3 ? function (el) {
|
|
842
843
|
_this.dragElementClueRef = el;
|
|
843
844
|
} : 'dragElementClue'
|
|
@@ -5,7 +5,7 @@ export var packageMetadata = {
|
|
|
5
5
|
name: '@progress/kendo-vue-grid',
|
|
6
6
|
productName: 'Kendo UI for Vue',
|
|
7
7
|
productCodes: ['KENDOUIVUE', 'KENDOUICOMPLETE'],
|
|
8
|
-
publishDate:
|
|
8
|
+
publishDate: 1669818600,
|
|
9
9
|
version: '',
|
|
10
10
|
licensingDocsUrl: 'https://www.telerik.com/kendo-vue-ui/my-license/?utm_medium=product&utm_source=kendovue&utm_campaign=kendo-ui-vue-purchase-license-keys-warning'
|
|
11
11
|
};
|
package/dist/esm/Grid.js
CHANGED
|
@@ -829,15 +829,16 @@ var GridVue2 = {
|
|
|
829
829
|
onReleaseHandler: this.dragLogic.releaseHandler,
|
|
830
830
|
resolveTitle: this.resolveTitle
|
|
831
831
|
});
|
|
832
|
-
var
|
|
832
|
+
var renderClues = (this.dragLogic.reorderable || this.dragLogic.groupable) && canUseDOM && document && document.body;
|
|
833
|
+
var clues =
|
|
833
834
|
// @ts-ignore
|
|
834
|
-
&&
|
|
835
|
+
[renderClues && h(DropClue, {
|
|
835
836
|
ref: this.v3 ? function (el) {
|
|
836
837
|
_this.dropElementClueRef = el;
|
|
837
838
|
} : 'dropElementClue'
|
|
838
839
|
}),
|
|
839
840
|
// @ts-ignore
|
|
840
|
-
h(DragClue, {
|
|
841
|
+
renderClues && h(DragClue, {
|
|
841
842
|
ref: this.v3 ? function (el) {
|
|
842
843
|
_this.dragElementClueRef = el;
|
|
843
844
|
} : 'dragElementClue'
|
|
@@ -5,7 +5,7 @@ export var packageMetadata = {
|
|
|
5
5
|
name: '@progress/kendo-vue-grid',
|
|
6
6
|
productName: 'Kendo UI for Vue',
|
|
7
7
|
productCodes: ['KENDOUIVUE', 'KENDOUICOMPLETE'],
|
|
8
|
-
publishDate:
|
|
8
|
+
publishDate: 1669818600,
|
|
9
9
|
version: '',
|
|
10
10
|
licensingDocsUrl: 'https://www.telerik.com/kendo-vue-ui/my-license/?utm_medium=product&utm_source=kendovue&utm_campaign=kendo-ui-vue-purchase-license-keys-warning'
|
|
11
11
|
};
|
package/dist/npm/Grid.js
CHANGED
|
@@ -835,15 +835,16 @@ var GridVue2 = {
|
|
|
835
835
|
onReleaseHandler: this.dragLogic.releaseHandler,
|
|
836
836
|
resolveTitle: this.resolveTitle
|
|
837
837
|
});
|
|
838
|
-
var
|
|
838
|
+
var renderClues = (this.dragLogic.reorderable || this.dragLogic.groupable) && kendo_vue_common_1.canUseDOM && document && document.body;
|
|
839
|
+
var clues =
|
|
839
840
|
// @ts-ignore
|
|
840
|
-
&&
|
|
841
|
+
[renderClues && h(DropClue_1.DropClue, {
|
|
841
842
|
ref: this.v3 ? function (el) {
|
|
842
843
|
_this.dropElementClueRef = el;
|
|
843
844
|
} : 'dropElementClue'
|
|
844
845
|
}),
|
|
845
846
|
// @ts-ignore
|
|
846
|
-
h(DragClue_1.DragClue, {
|
|
847
|
+
renderClues && h(DragClue_1.DragClue, {
|
|
847
848
|
ref: this.v3 ? function (el) {
|
|
848
849
|
_this.dragElementClueRef = el;
|
|
849
850
|
} : 'dragElementClue'
|
|
@@ -8,7 +8,7 @@ exports.packageMetadata = {
|
|
|
8
8
|
name: '@progress/kendo-vue-grid',
|
|
9
9
|
productName: 'Kendo UI for Vue',
|
|
10
10
|
productCodes: ['KENDOUIVUE', 'KENDOUICOMPLETE'],
|
|
11
|
-
publishDate:
|
|
11
|
+
publishDate: 1669818600,
|
|
12
12
|
version: '',
|
|
13
13
|
licensingDocsUrl: 'https://www.telerik.com/kendo-vue-ui/my-license/?utm_medium=product&utm_source=kendovue&utm_campaign=kendo-ui-vue-purchase-license-keys-warning'
|
|
14
14
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-vue-grid",
|
|
3
|
-
"version": "3.7.4-dev.
|
|
3
|
+
"version": "3.7.4-dev.202211301436",
|
|
4
4
|
"description": "Kendo UI for Vue Grid package",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -41,24 +41,24 @@
|
|
|
41
41
|
"vue": "^2.6.12 || ^3.0.2"
|
|
42
42
|
},
|
|
43
43
|
"dependencies": {
|
|
44
|
-
"@progress/kendo-vue-common": "3.7.4-dev.
|
|
44
|
+
"@progress/kendo-vue-common": "3.7.4-dev.202211301436"
|
|
45
45
|
},
|
|
46
46
|
"devDependencies": {
|
|
47
47
|
"@progress/kendo-data-query": "^1.5.4",
|
|
48
48
|
"@progress/kendo-drawing": "^1.9.3",
|
|
49
49
|
"@progress/kendo-licensing": "^1.1.0",
|
|
50
|
-
"@progress/kendo-vue-animation": "3.7.4-dev.
|
|
51
|
-
"@progress/kendo-vue-buttons": "3.7.4-dev.
|
|
52
|
-
"@progress/kendo-vue-charts": "3.7.4-dev.
|
|
53
|
-
"@progress/kendo-vue-data-tools": "3.7.4-dev.
|
|
54
|
-
"@progress/kendo-vue-dateinputs": "3.7.4-dev.
|
|
55
|
-
"@progress/kendo-vue-dropdowns": "3.7.4-dev.
|
|
56
|
-
"@progress/kendo-vue-excel-export": "3.7.4-dev.
|
|
57
|
-
"@progress/kendo-vue-indicators": "3.7.4-dev.
|
|
58
|
-
"@progress/kendo-vue-inputs": "3.7.4-dev.
|
|
59
|
-
"@progress/kendo-vue-intl": "3.7.4-dev.
|
|
60
|
-
"@progress/kendo-vue-pdf": "3.7.4-dev.
|
|
61
|
-
"@progress/kendo-vue-popup": "3.7.4-dev.
|
|
50
|
+
"@progress/kendo-vue-animation": "3.7.4-dev.202211301436",
|
|
51
|
+
"@progress/kendo-vue-buttons": "3.7.4-dev.202211301436",
|
|
52
|
+
"@progress/kendo-vue-charts": "3.7.4-dev.202211301436",
|
|
53
|
+
"@progress/kendo-vue-data-tools": "3.7.4-dev.202211301436",
|
|
54
|
+
"@progress/kendo-vue-dateinputs": "3.7.4-dev.202211301436",
|
|
55
|
+
"@progress/kendo-vue-dropdowns": "3.7.4-dev.202211301436",
|
|
56
|
+
"@progress/kendo-vue-excel-export": "3.7.4-dev.202211301436",
|
|
57
|
+
"@progress/kendo-vue-indicators": "3.7.4-dev.202211301436",
|
|
58
|
+
"@progress/kendo-vue-inputs": "3.7.4-dev.202211301436",
|
|
59
|
+
"@progress/kendo-vue-intl": "3.7.4-dev.202211301436",
|
|
60
|
+
"@progress/kendo-vue-pdf": "3.7.4-dev.202211301436",
|
|
61
|
+
"@progress/kendo-vue-popup": "3.7.4-dev.202211301436",
|
|
62
62
|
"cldr-core": "^41.0.0",
|
|
63
63
|
"cldr-dates-full": "^41.0.0",
|
|
64
64
|
"cldr-numbers-full": "^41.0.0",
|