@progress/kendo-vue-treelist 3.7.3 → 3.7.4-dev.202211100847
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/cdn/js/kendo-vue-treelist.js +1 -1
- package/dist/es/TreeList.js +1 -1
- package/dist/es/package-metadata.js +1 -1
- package/dist/esm/TreeList.js +1 -1
- package/dist/esm/package-metadata.js +1 -1
- package/dist/npm/TreeList.js +1 -1
- package/dist/npm/package-metadata.js +1 -1
- package/package.json +12 -12
package/dist/es/TreeList.js
CHANGED
|
@@ -1060,7 +1060,7 @@ var TreeListVue2 = {
|
|
|
1060
1060
|
return n.nodeType === 1 && n.classList.contains('k-grid-toolbar');
|
|
1061
1061
|
});
|
|
1062
1062
|
var toolbarHeight = 0;
|
|
1063
|
-
if (toolbar) {
|
|
1063
|
+
if (toolbar && canUseDOM) {
|
|
1064
1064
|
var boxSizing = toolbar.style.boxSizing;
|
|
1065
1065
|
toolbar.style.boxSizing = 'border-box';
|
|
1066
1066
|
toolbarHeight = parseFloat(String(window.getComputedStyle(toolbar).height)) || toolbar.offsetHeight;
|
|
@@ -5,7 +5,7 @@ export var packageMetadata = {
|
|
|
5
5
|
name: '@progress/kendo-vue-treelist',
|
|
6
6
|
productName: 'Kendo UI for Vue',
|
|
7
7
|
productCodes: ['KENDOUIVUE', 'KENDOUICOMPLETE'],
|
|
8
|
-
publishDate:
|
|
8
|
+
publishDate: 1668069865,
|
|
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/TreeList.js
CHANGED
|
@@ -1060,7 +1060,7 @@ var TreeListVue2 = {
|
|
|
1060
1060
|
return n.nodeType === 1 && n.classList.contains('k-grid-toolbar');
|
|
1061
1061
|
});
|
|
1062
1062
|
var toolbarHeight = 0;
|
|
1063
|
-
if (toolbar) {
|
|
1063
|
+
if (toolbar && canUseDOM) {
|
|
1064
1064
|
var boxSizing = toolbar.style.boxSizing;
|
|
1065
1065
|
toolbar.style.boxSizing = 'border-box';
|
|
1066
1066
|
toolbarHeight = parseFloat(String(window.getComputedStyle(toolbar).height)) || toolbar.offsetHeight;
|
|
@@ -5,7 +5,7 @@ export var packageMetadata = {
|
|
|
5
5
|
name: '@progress/kendo-vue-treelist',
|
|
6
6
|
productName: 'Kendo UI for Vue',
|
|
7
7
|
productCodes: ['KENDOUIVUE', 'KENDOUICOMPLETE'],
|
|
8
|
-
publishDate:
|
|
8
|
+
publishDate: 1668069865,
|
|
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/TreeList.js
CHANGED
|
@@ -1066,7 +1066,7 @@ var TreeListVue2 = {
|
|
|
1066
1066
|
return n.nodeType === 1 && n.classList.contains('k-grid-toolbar');
|
|
1067
1067
|
});
|
|
1068
1068
|
var toolbarHeight = 0;
|
|
1069
|
-
if (toolbar) {
|
|
1069
|
+
if (toolbar && kendo_vue_common_1.canUseDOM) {
|
|
1070
1070
|
var boxSizing = toolbar.style.boxSizing;
|
|
1071
1071
|
toolbar.style.boxSizing = 'border-box';
|
|
1072
1072
|
toolbarHeight = parseFloat(String(window.getComputedStyle(toolbar).height)) || toolbar.offsetHeight;
|
|
@@ -8,7 +8,7 @@ exports.packageMetadata = {
|
|
|
8
8
|
name: '@progress/kendo-vue-treelist',
|
|
9
9
|
productName: 'Kendo UI for Vue',
|
|
10
10
|
productCodes: ['KENDOUIVUE', 'KENDOUICOMPLETE'],
|
|
11
|
-
publishDate:
|
|
11
|
+
publishDate: 1668069865,
|
|
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-treelist",
|
|
3
|
-
"version": "3.7.
|
|
3
|
+
"version": "3.7.4-dev.202211100847",
|
|
4
4
|
"description": "Kendo UI for Vue TreeList package",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -47,23 +47,23 @@
|
|
|
47
47
|
"vue": "^2.6.12 || ^3.0.2"
|
|
48
48
|
},
|
|
49
49
|
"dependencies": {
|
|
50
|
-
"@progress/kendo-vue-common": "3.7.
|
|
50
|
+
"@progress/kendo-vue-common": "3.7.4-dev.202211100847"
|
|
51
51
|
},
|
|
52
52
|
"devDependencies": {
|
|
53
53
|
"@progress/kendo-data-query": "^1.0.0",
|
|
54
54
|
"@progress/kendo-date-math": "^1.4.1",
|
|
55
55
|
"@progress/kendo-drawing": "^1.8.0",
|
|
56
56
|
"@progress/kendo-licensing": "^1.0.1",
|
|
57
|
-
"@progress/kendo-vue-buttons": "3.7.
|
|
58
|
-
"@progress/kendo-vue-data-tools": "3.7.
|
|
59
|
-
"@progress/kendo-vue-dateinputs": "3.7.
|
|
60
|
-
"@progress/kendo-vue-dialogs": "3.7.
|
|
61
|
-
"@progress/kendo-vue-dropdowns": "3.7.
|
|
62
|
-
"@progress/kendo-vue-excel-export": "3.7.
|
|
63
|
-
"@progress/kendo-vue-inputs": "3.7.
|
|
64
|
-
"@progress/kendo-vue-intl": "3.7.
|
|
65
|
-
"@progress/kendo-vue-labels": "3.7.
|
|
66
|
-
"@progress/kendo-vue-pdf": "3.7.
|
|
57
|
+
"@progress/kendo-vue-buttons": "3.7.4-dev.202211100847",
|
|
58
|
+
"@progress/kendo-vue-data-tools": "3.7.4-dev.202211100847",
|
|
59
|
+
"@progress/kendo-vue-dateinputs": "3.7.4-dev.202211100847",
|
|
60
|
+
"@progress/kendo-vue-dialogs": "3.7.4-dev.202211100847",
|
|
61
|
+
"@progress/kendo-vue-dropdowns": "3.7.4-dev.202211100847",
|
|
62
|
+
"@progress/kendo-vue-excel-export": "3.7.4-dev.202211100847",
|
|
63
|
+
"@progress/kendo-vue-inputs": "3.7.4-dev.202211100847",
|
|
64
|
+
"@progress/kendo-vue-intl": "3.7.4-dev.202211100847",
|
|
65
|
+
"@progress/kendo-vue-labels": "3.7.4-dev.202211100847",
|
|
66
|
+
"@progress/kendo-vue-pdf": "3.7.4-dev.202211100847"
|
|
67
67
|
},
|
|
68
68
|
"@progress": {
|
|
69
69
|
"friendlyName": "TreeList",
|