@progress/kendo-vue-treelist 3.7.4-dev.202211280833 → 3.7.4-dev.202212020747
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 +2 -2
- package/dist/es/package-metadata.js +1 -1
- package/dist/es/rows/TreeListDraggableRow.js +1 -1
- package/dist/esm/TreeList.js +2 -2
- package/dist/esm/package-metadata.js +1 -1
- package/dist/esm/rows/TreeListDraggableRow.js +1 -1
- package/dist/npm/TreeList.js +2 -2
- package/dist/npm/package-metadata.js +1 -1
- package/dist/npm/rows/TreeListDraggableRow.js +1 -1
- package/package.json +13 -13
package/dist/es/TreeList.js
CHANGED
|
@@ -756,7 +756,7 @@ var TreeListVue2 = {
|
|
|
756
756
|
// @ts-ignore function children
|
|
757
757
|
h(TreeListNav, {
|
|
758
758
|
style: _this2.$props.wrapperStyle,
|
|
759
|
-
"class": classNames('k-
|
|
759
|
+
"class": classNames('k-grid', _this2.$props.className, {
|
|
760
760
|
'k-treelist-scrollable': scrollable !== 'none'
|
|
761
761
|
}),
|
|
762
762
|
currentData: flattedData,
|
|
@@ -828,7 +828,7 @@ var TreeListVue2 = {
|
|
|
828
828
|
}, [body])]), pager, clues])];
|
|
829
829
|
} : [h(TreeListNav, {
|
|
830
830
|
style: _this2.$props.wrapperStyle,
|
|
831
|
-
"class": classNames('k-
|
|
831
|
+
"class": classNames('k-grid', _this2.$props.className, {
|
|
832
832
|
'k-treelist-scrollable': scrollable !== 'none'
|
|
833
833
|
}),
|
|
834
834
|
currentData: flattedData,
|
|
@@ -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: 1669967083,
|
|
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
|
};
|
|
@@ -45,7 +45,7 @@ function targetElement(event, closest, currentDocument) {
|
|
|
45
45
|
var target = currentDocument ? currentDocument.elementFromPoint(event.clientX, event.originalEvent.clientY) : null;
|
|
46
46
|
return closest && target ? target.closest(closest) : null;
|
|
47
47
|
}
|
|
48
|
-
var treelist = '
|
|
48
|
+
var treelist = 'k-grid k-grid-md';
|
|
49
49
|
/**
|
|
50
50
|
* @hidden
|
|
51
51
|
*/
|
package/dist/esm/TreeList.js
CHANGED
|
@@ -756,7 +756,7 @@ var TreeListVue2 = {
|
|
|
756
756
|
// @ts-ignore function children
|
|
757
757
|
h(TreeListNav, {
|
|
758
758
|
style: _this2.$props.wrapperStyle,
|
|
759
|
-
"class": classNames('k-
|
|
759
|
+
"class": classNames('k-grid', _this2.$props.className, {
|
|
760
760
|
'k-treelist-scrollable': scrollable !== 'none'
|
|
761
761
|
}),
|
|
762
762
|
currentData: flattedData,
|
|
@@ -828,7 +828,7 @@ var TreeListVue2 = {
|
|
|
828
828
|
}, [body])]), pager, clues])];
|
|
829
829
|
} : [h(TreeListNav, {
|
|
830
830
|
style: _this2.$props.wrapperStyle,
|
|
831
|
-
"class": classNames('k-
|
|
831
|
+
"class": classNames('k-grid', _this2.$props.className, {
|
|
832
832
|
'k-treelist-scrollable': scrollable !== 'none'
|
|
833
833
|
}),
|
|
834
834
|
currentData: flattedData,
|
|
@@ -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: 1669967083,
|
|
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
|
};
|
|
@@ -45,7 +45,7 @@ function targetElement(event, closest, currentDocument) {
|
|
|
45
45
|
var target = currentDocument ? currentDocument.elementFromPoint(event.clientX, event.originalEvent.clientY) : null;
|
|
46
46
|
return closest && target ? target.closest(closest) : null;
|
|
47
47
|
}
|
|
48
|
-
var treelist = '
|
|
48
|
+
var treelist = 'k-grid k-grid-md';
|
|
49
49
|
/**
|
|
50
50
|
* @hidden
|
|
51
51
|
*/
|
package/dist/npm/TreeList.js
CHANGED
|
@@ -762,7 +762,7 @@ var TreeListVue2 = {
|
|
|
762
762
|
// @ts-ignore function children
|
|
763
763
|
h(TreeListNav_1.TreeListNav, {
|
|
764
764
|
style: _this2.$props.wrapperStyle,
|
|
765
|
-
"class": (0, kendo_vue_common_1.classNames)('k-
|
|
765
|
+
"class": (0, kendo_vue_common_1.classNames)('k-grid', _this2.$props.className, {
|
|
766
766
|
'k-treelist-scrollable': scrollable !== 'none'
|
|
767
767
|
}),
|
|
768
768
|
currentData: flattedData,
|
|
@@ -834,7 +834,7 @@ var TreeListVue2 = {
|
|
|
834
834
|
}, [body])]), pager, clues])];
|
|
835
835
|
} : [h(TreeListNav_1.TreeListNav, {
|
|
836
836
|
style: _this2.$props.wrapperStyle,
|
|
837
|
-
"class": (0, kendo_vue_common_1.classNames)('k-
|
|
837
|
+
"class": (0, kendo_vue_common_1.classNames)('k-grid', _this2.$props.className, {
|
|
838
838
|
'k-treelist-scrollable': scrollable !== 'none'
|
|
839
839
|
}),
|
|
840
840
|
currentData: flattedData,
|
|
@@ -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: 1669967083,
|
|
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
|
};
|
|
@@ -51,7 +51,7 @@ function targetElement(event, closest, currentDocument) {
|
|
|
51
51
|
var target = currentDocument ? currentDocument.elementFromPoint(event.clientX, event.originalEvent.clientY) : null;
|
|
52
52
|
return closest && target ? target.closest(closest) : null;
|
|
53
53
|
}
|
|
54
|
-
var treelist = '
|
|
54
|
+
var treelist = 'k-grid k-grid-md';
|
|
55
55
|
/**
|
|
56
56
|
* @hidden
|
|
57
57
|
*/
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-vue-treelist",
|
|
3
|
-
"version": "3.7.4-dev.
|
|
3
|
+
"version": "3.7.4-dev.202212020747",
|
|
4
4
|
"description": "Kendo UI for Vue TreeList package",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
},
|
|
19
19
|
"scripts": {
|
|
20
20
|
"test": "cd ../../ && npm run test -- --testPathPattern=/packages/scheduler/.*",
|
|
21
|
-
"start": "gulp start",
|
|
21
|
+
"start": "gulp start --notsc",
|
|
22
22
|
"build-package": "gulp build-package"
|
|
23
23
|
},
|
|
24
24
|
"keywords": [
|
|
@@ -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.4-dev.
|
|
50
|
+
"@progress/kendo-vue-common": "3.7.4-dev.202212020747"
|
|
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.4-dev.
|
|
58
|
-
"@progress/kendo-vue-data-tools": "3.7.4-dev.
|
|
59
|
-
"@progress/kendo-vue-dateinputs": "3.7.4-dev.
|
|
60
|
-
"@progress/kendo-vue-dialogs": "3.7.4-dev.
|
|
61
|
-
"@progress/kendo-vue-dropdowns": "3.7.4-dev.
|
|
62
|
-
"@progress/kendo-vue-excel-export": "3.7.4-dev.
|
|
63
|
-
"@progress/kendo-vue-inputs": "3.7.4-dev.
|
|
64
|
-
"@progress/kendo-vue-intl": "3.7.4-dev.
|
|
65
|
-
"@progress/kendo-vue-labels": "3.7.4-dev.
|
|
66
|
-
"@progress/kendo-vue-pdf": "3.7.4-dev.
|
|
57
|
+
"@progress/kendo-vue-buttons": "3.7.4-dev.202212020747",
|
|
58
|
+
"@progress/kendo-vue-data-tools": "3.7.4-dev.202212020747",
|
|
59
|
+
"@progress/kendo-vue-dateinputs": "3.7.4-dev.202212020747",
|
|
60
|
+
"@progress/kendo-vue-dialogs": "3.7.4-dev.202212020747",
|
|
61
|
+
"@progress/kendo-vue-dropdowns": "3.7.4-dev.202212020747",
|
|
62
|
+
"@progress/kendo-vue-excel-export": "3.7.4-dev.202212020747",
|
|
63
|
+
"@progress/kendo-vue-inputs": "3.7.4-dev.202212020747",
|
|
64
|
+
"@progress/kendo-vue-intl": "3.7.4-dev.202212020747",
|
|
65
|
+
"@progress/kendo-vue-labels": "3.7.4-dev.202212020747",
|
|
66
|
+
"@progress/kendo-vue-pdf": "3.7.4-dev.202212020747"
|
|
67
67
|
},
|
|
68
68
|
"@progress": {
|
|
69
69
|
"friendlyName": "TreeList",
|