@progress/kendo-vue-layout 3.7.4-dev.202301131104 → 3.7.4-dev.202301161618
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/NOTICE.txt +11 -11
- package/dist/cdn/js/kendo-vue-layout.js +1 -1
- package/dist/es/package-metadata.js +1 -1
- package/dist/es/tabstrip/TabStripContent.js +4 -1
- package/dist/esm/package-metadata.js +1 -1
- package/dist/esm/tabstrip/TabStripContent.js +4 -1
- package/dist/npm/package-metadata.js +1 -1
- package/dist/npm/tabstrip/TabStripContent.js +4 -1
- package/package.json +13 -13
|
@@ -5,7 +5,7 @@ export var packageMetadata = {
|
|
|
5
5
|
name: '@progress/kendo-vue-layout',
|
|
6
6
|
productName: 'Kendo UI for Vue',
|
|
7
7
|
productCodes: ['KENDOUIVUE', 'KENDOUICOMPLETE'],
|
|
8
|
-
publishDate:
|
|
8
|
+
publishDate: 1673885012,
|
|
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
|
};
|
|
@@ -73,7 +73,10 @@ var TabStripContentVue2 = {
|
|
|
73
73
|
var content = hasTabs ? getTemplate.call(this, {
|
|
74
74
|
h: h,
|
|
75
75
|
template: tab.content,
|
|
76
|
-
defaultRendering: null
|
|
76
|
+
defaultRendering: null,
|
|
77
|
+
additionalProps: {
|
|
78
|
+
dataItem: tab
|
|
79
|
+
}
|
|
77
80
|
}) : tab;
|
|
78
81
|
var tabPanel = h("div", {
|
|
79
82
|
role: 'tabpanel',
|
|
@@ -5,7 +5,7 @@ export var packageMetadata = {
|
|
|
5
5
|
name: '@progress/kendo-vue-layout',
|
|
6
6
|
productName: 'Kendo UI for Vue',
|
|
7
7
|
productCodes: ['KENDOUIVUE', 'KENDOUICOMPLETE'],
|
|
8
|
-
publishDate:
|
|
8
|
+
publishDate: 1673885012,
|
|
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
|
};
|
|
@@ -73,7 +73,10 @@ var TabStripContentVue2 = {
|
|
|
73
73
|
var content = hasTabs ? getTemplate.call(this, {
|
|
74
74
|
h: h,
|
|
75
75
|
template: tab.content,
|
|
76
|
-
defaultRendering: null
|
|
76
|
+
defaultRendering: null,
|
|
77
|
+
additionalProps: {
|
|
78
|
+
dataItem: tab
|
|
79
|
+
}
|
|
77
80
|
}) : tab;
|
|
78
81
|
var tabPanel = h("div", {
|
|
79
82
|
role: 'tabpanel',
|
|
@@ -8,7 +8,7 @@ exports.packageMetadata = {
|
|
|
8
8
|
name: '@progress/kendo-vue-layout',
|
|
9
9
|
productName: 'Kendo UI for Vue',
|
|
10
10
|
productCodes: ['KENDOUIVUE', 'KENDOUICOMPLETE'],
|
|
11
|
-
publishDate:
|
|
11
|
+
publishDate: 1673885012,
|
|
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
|
};
|
|
@@ -79,7 +79,10 @@ var TabStripContentVue2 = {
|
|
|
79
79
|
var content = hasTabs ? kendo_vue_common_1.getTemplate.call(this, {
|
|
80
80
|
h: h,
|
|
81
81
|
template: tab.content,
|
|
82
|
-
defaultRendering: null
|
|
82
|
+
defaultRendering: null,
|
|
83
|
+
additionalProps: {
|
|
84
|
+
dataItem: tab
|
|
85
|
+
}
|
|
83
86
|
}) : tab;
|
|
84
87
|
var tabPanel = h("div", {
|
|
85
88
|
role: 'tabpanel',
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-vue-layout",
|
|
3
3
|
"description": "Kendo UI for Vue Layouts package",
|
|
4
|
-
"version": "3.7.4-dev.
|
|
4
|
+
"version": "3.7.4-dev.202301161618",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
7
7
|
"url": "https://github.com/telerik/kendo-vue.git"
|
|
@@ -44,9 +44,9 @@
|
|
|
44
44
|
"vue": "^2.6.12 || ^3.0.2"
|
|
45
45
|
},
|
|
46
46
|
"dependencies": {
|
|
47
|
-
"@progress/kendo-vue-animation": "3.7.4-dev.
|
|
48
|
-
"@progress/kendo-vue-common": "3.7.4-dev.
|
|
49
|
-
"@progress/kendo-vue-popup": "3.7.4-dev.
|
|
47
|
+
"@progress/kendo-vue-animation": "3.7.4-dev.202301161618",
|
|
48
|
+
"@progress/kendo-vue-common": "3.7.4-dev.202301161618",
|
|
49
|
+
"@progress/kendo-vue-popup": "3.7.4-dev.202301161618"
|
|
50
50
|
},
|
|
51
51
|
"devDependencies": {
|
|
52
52
|
"@progress/kendo-data-query": "^1.5.0",
|
|
@@ -54,15 +54,15 @@
|
|
|
54
54
|
"@progress/kendo-drawing": "^1.8.0",
|
|
55
55
|
"@progress/kendo-licensing": "^1.3.0",
|
|
56
56
|
"@progress/kendo-svg-icons": "^1.0.0",
|
|
57
|
-
"@progress/kendo-vue-buttons": "3.7.4-dev.
|
|
58
|
-
"@progress/kendo-vue-charts": "3.7.4-dev.
|
|
59
|
-
"@progress/kendo-vue-dateinputs": "3.7.4-dev.
|
|
60
|
-
"@progress/kendo-vue-dropdowns": "3.7.4-dev.
|
|
61
|
-
"@progress/kendo-vue-grid": "3.7.4-dev.
|
|
62
|
-
"@progress/kendo-vue-indicators": "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-progressbars": "3.7.4-dev.
|
|
57
|
+
"@progress/kendo-vue-buttons": "3.7.4-dev.202301161618",
|
|
58
|
+
"@progress/kendo-vue-charts": "3.7.4-dev.202301161618",
|
|
59
|
+
"@progress/kendo-vue-dateinputs": "3.7.4-dev.202301161618",
|
|
60
|
+
"@progress/kendo-vue-dropdowns": "3.7.4-dev.202301161618",
|
|
61
|
+
"@progress/kendo-vue-grid": "3.7.4-dev.202301161618",
|
|
62
|
+
"@progress/kendo-vue-indicators": "3.7.4-dev.202301161618",
|
|
63
|
+
"@progress/kendo-vue-inputs": "3.7.4-dev.202301161618",
|
|
64
|
+
"@progress/kendo-vue-intl": "3.7.4-dev.202301161618",
|
|
65
|
+
"@progress/kendo-vue-progressbars": "3.7.4-dev.202301161618"
|
|
66
66
|
},
|
|
67
67
|
"@progress": {
|
|
68
68
|
"friendlyName": "Layouts",
|