@progress/kendo-vue-layout 3.11.1-dev.202307101150 → 3.11.1-dev.202307111135
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 +2 -0
- package/dist/es/package-metadata.js +1 -1
- package/dist/esm/drawer/DrawerNavigation.js +2 -0
- package/dist/esm/package-metadata.js +1 -1
- package/dist/npm/drawer/DrawerNavigation.js +2 -0
- package/dist/npm/package-metadata.js +1 -1
- package/package.json +13 -13
|
@@ -147,6 +147,7 @@ var DrawerNavigationVue2 = {
|
|
|
147
147
|
index: index,
|
|
148
148
|
text: element.text,
|
|
149
149
|
icon: element.icon,
|
|
150
|
+
svgIcon: element.svgIcon,
|
|
150
151
|
separator: element.separator,
|
|
151
152
|
selected: element.selected,
|
|
152
153
|
targetItem: element.targetItem
|
|
@@ -157,6 +158,7 @@ var DrawerNavigationVue2 = {
|
|
|
157
158
|
},
|
|
158
159
|
text: element.text,
|
|
159
160
|
icon: element.icon,
|
|
161
|
+
svgIcon: element.svgIcon,
|
|
160
162
|
separator: element.separator,
|
|
161
163
|
selected: element.selected,
|
|
162
164
|
targetItem: element.targetItem
|
|
@@ -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: 1689074785,
|
|
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
|
};
|
|
@@ -147,6 +147,7 @@ var DrawerNavigationVue2 = {
|
|
|
147
147
|
index: index,
|
|
148
148
|
text: element.text,
|
|
149
149
|
icon: element.icon,
|
|
150
|
+
svgIcon: element.svgIcon,
|
|
150
151
|
separator: element.separator,
|
|
151
152
|
selected: element.selected,
|
|
152
153
|
targetItem: element.targetItem
|
|
@@ -157,6 +158,7 @@ var DrawerNavigationVue2 = {
|
|
|
157
158
|
},
|
|
158
159
|
text: element.text,
|
|
159
160
|
icon: element.icon,
|
|
161
|
+
svgIcon: element.svgIcon,
|
|
160
162
|
separator: element.separator,
|
|
161
163
|
selected: element.selected,
|
|
162
164
|
targetItem: element.targetItem
|
|
@@ -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: 1689074785,
|
|
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
|
};
|
|
@@ -153,6 +153,7 @@ var DrawerNavigationVue2 = {
|
|
|
153
153
|
index: index,
|
|
154
154
|
text: element.text,
|
|
155
155
|
icon: element.icon,
|
|
156
|
+
svgIcon: element.svgIcon,
|
|
156
157
|
separator: element.separator,
|
|
157
158
|
selected: element.selected,
|
|
158
159
|
targetItem: element.targetItem
|
|
@@ -163,6 +164,7 @@ var DrawerNavigationVue2 = {
|
|
|
163
164
|
},
|
|
164
165
|
text: element.text,
|
|
165
166
|
icon: element.icon,
|
|
167
|
+
svgIcon: element.svgIcon,
|
|
166
168
|
separator: element.separator,
|
|
167
169
|
selected: element.selected,
|
|
168
170
|
targetItem: element.targetItem
|
|
@@ -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: 1689074785,
|
|
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.11.1-dev.
|
|
4
|
+
"version": "3.11.1-dev.202307111135",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
7
7
|
"url": "https://github.com/telerik/kendo-vue.git"
|
|
@@ -45,9 +45,9 @@
|
|
|
45
45
|
"vue": "^2.6.12 || ^3.0.2"
|
|
46
46
|
},
|
|
47
47
|
"dependencies": {
|
|
48
|
-
"@progress/kendo-vue-animation": "3.11.1-dev.
|
|
49
|
-
"@progress/kendo-vue-common": "3.11.1-dev.
|
|
50
|
-
"@progress/kendo-vue-popup": "3.11.1-dev.
|
|
48
|
+
"@progress/kendo-vue-animation": "3.11.1-dev.202307111135",
|
|
49
|
+
"@progress/kendo-vue-common": "3.11.1-dev.202307111135",
|
|
50
|
+
"@progress/kendo-vue-popup": "3.11.1-dev.202307111135"
|
|
51
51
|
},
|
|
52
52
|
"devDependencies": {
|
|
53
53
|
"@progress/kendo-data-query": "^1.5.0",
|
|
@@ -55,15 +55,15 @@
|
|
|
55
55
|
"@progress/kendo-drawing": "^1.8.0",
|
|
56
56
|
"@progress/kendo-licensing": "^1.3.0",
|
|
57
57
|
"@progress/kendo-svg-icons": "^1.0.0",
|
|
58
|
-
"@progress/kendo-vue-buttons": "3.11.1-dev.
|
|
59
|
-
"@progress/kendo-vue-charts": "3.11.1-dev.
|
|
60
|
-
"@progress/kendo-vue-dateinputs": "3.11.1-dev.
|
|
61
|
-
"@progress/kendo-vue-dropdowns": "3.11.1-dev.
|
|
62
|
-
"@progress/kendo-vue-grid": "3.11.1-dev.
|
|
63
|
-
"@progress/kendo-vue-indicators": "3.11.1-dev.
|
|
64
|
-
"@progress/kendo-vue-inputs": "3.11.1-dev.
|
|
65
|
-
"@progress/kendo-vue-intl": "3.11.1-dev.
|
|
66
|
-
"@progress/kendo-vue-progressbars": "3.11.1-dev.
|
|
58
|
+
"@progress/kendo-vue-buttons": "3.11.1-dev.202307111135",
|
|
59
|
+
"@progress/kendo-vue-charts": "3.11.1-dev.202307111135",
|
|
60
|
+
"@progress/kendo-vue-dateinputs": "3.11.1-dev.202307111135",
|
|
61
|
+
"@progress/kendo-vue-dropdowns": "3.11.1-dev.202307111135",
|
|
62
|
+
"@progress/kendo-vue-grid": "3.11.1-dev.202307111135",
|
|
63
|
+
"@progress/kendo-vue-indicators": "3.11.1-dev.202307111135",
|
|
64
|
+
"@progress/kendo-vue-inputs": "3.11.1-dev.202307111135",
|
|
65
|
+
"@progress/kendo-vue-intl": "3.11.1-dev.202307111135",
|
|
66
|
+
"@progress/kendo-vue-progressbars": "3.11.1-dev.202307111135"
|
|
67
67
|
},
|
|
68
68
|
"@progress": {
|
|
69
69
|
"friendlyName": "Layouts",
|