@progress/kendo-vue-layout 3.8.5 → 3.9.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.
- package/dist/cdn/js/kendo-vue-layout.js +1 -1
- package/dist/es/drawer/DrawerNavigation.js +4 -4
- package/dist/es/package-metadata.js +1 -1
- package/dist/esm/drawer/DrawerNavigation.js +4 -4
- package/dist/esm/package-metadata.js +1 -1
- package/dist/npm/drawer/DrawerNavigation.js +4 -4
- package/dist/npm/package-metadata.js +1 -1
- package/package.json +13 -13
|
@@ -125,13 +125,13 @@ var DrawerNavigationVue2 = {
|
|
|
125
125
|
var drawerAnimation = expanded ? mode === 'push' ? expandPush : expandOverlay : mode === 'push' ? collapsePush : dir === 'ltr' && position === 'start' || dir === 'rtl' && position === 'end' ? mini ? collapseOverlayMini : collapseOverlay : mini ? collapseOverlayMini : collapseOverlayRtl;
|
|
126
126
|
var drawerItems = items && h("ul", {
|
|
127
127
|
"class": 'k-drawer-items',
|
|
128
|
-
role: "
|
|
128
|
+
role: "menubar",
|
|
129
129
|
attrs: this.v3 ? undefined : {
|
|
130
|
-
role: "
|
|
131
|
-
|
|
130
|
+
role: "menubar",
|
|
131
|
+
"aria-orientation": "vertical",
|
|
132
132
|
"aria-expanded": expanded
|
|
133
133
|
},
|
|
134
|
-
|
|
134
|
+
"aria-orientation": "vertical",
|
|
135
135
|
"aria-expanded": expanded
|
|
136
136
|
}, [items.map(function (element, index) {
|
|
137
137
|
var item = this.$props.item;
|
|
@@ -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: 1678855456,
|
|
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
|
};
|
|
@@ -125,13 +125,13 @@ var DrawerNavigationVue2 = {
|
|
|
125
125
|
var drawerAnimation = expanded ? mode === 'push' ? expandPush : expandOverlay : mode === 'push' ? collapsePush : dir === 'ltr' && position === 'start' || dir === 'rtl' && position === 'end' ? mini ? collapseOverlayMini : collapseOverlay : mini ? collapseOverlayMini : collapseOverlayRtl;
|
|
126
126
|
var drawerItems = items && h("ul", {
|
|
127
127
|
"class": 'k-drawer-items',
|
|
128
|
-
role: "
|
|
128
|
+
role: "menubar",
|
|
129
129
|
attrs: this.v3 ? undefined : {
|
|
130
|
-
role: "
|
|
131
|
-
|
|
130
|
+
role: "menubar",
|
|
131
|
+
"aria-orientation": "vertical",
|
|
132
132
|
"aria-expanded": expanded
|
|
133
133
|
},
|
|
134
|
-
|
|
134
|
+
"aria-orientation": "vertical",
|
|
135
135
|
"aria-expanded": expanded
|
|
136
136
|
}, [items.map(function (element, index) {
|
|
137
137
|
var item = this.$props.item;
|
|
@@ -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: 1678855456,
|
|
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
|
};
|
|
@@ -131,13 +131,13 @@ var DrawerNavigationVue2 = {
|
|
|
131
131
|
var drawerAnimation = expanded ? mode === 'push' ? expandPush : expandOverlay : mode === 'push' ? collapsePush : dir === 'ltr' && position === 'start' || dir === 'rtl' && position === 'end' ? mini ? collapseOverlayMini : collapseOverlay : mini ? collapseOverlayMini : collapseOverlayRtl;
|
|
132
132
|
var drawerItems = items && h("ul", {
|
|
133
133
|
"class": 'k-drawer-items',
|
|
134
|
-
role: "
|
|
134
|
+
role: "menubar",
|
|
135
135
|
attrs: this.v3 ? undefined : {
|
|
136
|
-
role: "
|
|
137
|
-
|
|
136
|
+
role: "menubar",
|
|
137
|
+
"aria-orientation": "vertical",
|
|
138
138
|
"aria-expanded": expanded
|
|
139
139
|
},
|
|
140
|
-
|
|
140
|
+
"aria-orientation": "vertical",
|
|
141
141
|
"aria-expanded": expanded
|
|
142
142
|
}, [items.map(function (element, index) {
|
|
143
143
|
var item = this.$props.item;
|
|
@@ -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: 1678855456,
|
|
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,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-vue-layout",
|
|
3
3
|
"description": "Kendo UI for Vue Layouts package",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.9.0",
|
|
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.
|
|
48
|
-
"@progress/kendo-vue-common": "3.
|
|
49
|
-
"@progress/kendo-vue-popup": "3.
|
|
47
|
+
"@progress/kendo-vue-animation": "3.9.0",
|
|
48
|
+
"@progress/kendo-vue-common": "3.9.0",
|
|
49
|
+
"@progress/kendo-vue-popup": "3.9.0"
|
|
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.
|
|
58
|
-
"@progress/kendo-vue-charts": "3.
|
|
59
|
-
"@progress/kendo-vue-dateinputs": "3.
|
|
60
|
-
"@progress/kendo-vue-dropdowns": "3.
|
|
61
|
-
"@progress/kendo-vue-grid": "3.
|
|
62
|
-
"@progress/kendo-vue-indicators": "3.
|
|
63
|
-
"@progress/kendo-vue-inputs": "3.
|
|
64
|
-
"@progress/kendo-vue-intl": "3.
|
|
65
|
-
"@progress/kendo-vue-progressbars": "3.
|
|
57
|
+
"@progress/kendo-vue-buttons": "3.9.0",
|
|
58
|
+
"@progress/kendo-vue-charts": "3.9.0",
|
|
59
|
+
"@progress/kendo-vue-dateinputs": "3.9.0",
|
|
60
|
+
"@progress/kendo-vue-dropdowns": "3.9.0",
|
|
61
|
+
"@progress/kendo-vue-grid": "3.9.0",
|
|
62
|
+
"@progress/kendo-vue-indicators": "3.9.0",
|
|
63
|
+
"@progress/kendo-vue-inputs": "3.9.0",
|
|
64
|
+
"@progress/kendo-vue-intl": "3.9.0",
|
|
65
|
+
"@progress/kendo-vue-progressbars": "3.9.0"
|
|
66
66
|
},
|
|
67
67
|
"@progress": {
|
|
68
68
|
"friendlyName": "Layouts",
|