@progress/kendo-vue-upload 3.9.0 → 3.9.1-dev.202303280945
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-upload.js +1 -1
- package/dist/es/UploadAddButton.js +2 -0
- package/dist/es/package-metadata.js +1 -1
- package/dist/esm/UploadAddButton.js +2 -0
- package/dist/esm/package-metadata.js +1 -1
- package/dist/npm/UploadAddButton.js +2 -0
- package/dist/npm/package-metadata.js +1 -1
- package/package.json +5 -5
|
@@ -121,12 +121,14 @@ var UploadAddButtonVue2 = {
|
|
|
121
121
|
attrs: this.v3 ? undefined : {
|
|
122
122
|
id: id,
|
|
123
123
|
role: 'button',
|
|
124
|
+
type: "button",
|
|
124
125
|
disabled: disabled,
|
|
125
126
|
ariaLabel: selectMessage,
|
|
126
127
|
tabindex: tabIndex
|
|
127
128
|
},
|
|
128
129
|
ref: setRef(this, 'element'),
|
|
129
130
|
role: 'button',
|
|
131
|
+
type: "button",
|
|
130
132
|
disabled: disabled,
|
|
131
133
|
ariaLabel: selectMessage,
|
|
132
134
|
"class": buttonClassName,
|
|
@@ -5,7 +5,7 @@ export var packageMetadata = {
|
|
|
5
5
|
name: '@progress/kendo-vue-upload',
|
|
6
6
|
productName: 'Kendo UI for Vue',
|
|
7
7
|
productCodes: ['KENDOUIVUE', 'KENDOUICOMPLETE'],
|
|
8
|
-
publishDate:
|
|
8
|
+
publishDate: 1679996654,
|
|
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
|
};
|
|
@@ -121,12 +121,14 @@ var UploadAddButtonVue2 = {
|
|
|
121
121
|
attrs: this.v3 ? undefined : {
|
|
122
122
|
id: id,
|
|
123
123
|
role: 'button',
|
|
124
|
+
type: "button",
|
|
124
125
|
disabled: disabled,
|
|
125
126
|
ariaLabel: selectMessage,
|
|
126
127
|
tabindex: tabIndex
|
|
127
128
|
},
|
|
128
129
|
ref: setRef(this, 'element'),
|
|
129
130
|
role: 'button',
|
|
131
|
+
type: "button",
|
|
130
132
|
disabled: disabled,
|
|
131
133
|
ariaLabel: selectMessage,
|
|
132
134
|
"class": buttonClassName,
|
|
@@ -5,7 +5,7 @@ export var packageMetadata = {
|
|
|
5
5
|
name: '@progress/kendo-vue-upload',
|
|
6
6
|
productName: 'Kendo UI for Vue',
|
|
7
7
|
productCodes: ['KENDOUIVUE', 'KENDOUICOMPLETE'],
|
|
8
|
-
publishDate:
|
|
8
|
+
publishDate: 1679996654,
|
|
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
|
};
|
|
@@ -127,12 +127,14 @@ var UploadAddButtonVue2 = {
|
|
|
127
127
|
attrs: this.v3 ? undefined : {
|
|
128
128
|
id: id,
|
|
129
129
|
role: 'button',
|
|
130
|
+
type: "button",
|
|
130
131
|
disabled: disabled,
|
|
131
132
|
ariaLabel: selectMessage,
|
|
132
133
|
tabindex: tabIndex
|
|
133
134
|
},
|
|
134
135
|
ref: (0, kendo_vue_common_1.setRef)(this, 'element'),
|
|
135
136
|
role: 'button',
|
|
137
|
+
type: "button",
|
|
136
138
|
disabled: disabled,
|
|
137
139
|
ariaLabel: selectMessage,
|
|
138
140
|
"class": buttonClassName,
|
|
@@ -8,7 +8,7 @@ exports.packageMetadata = {
|
|
|
8
8
|
name: '@progress/kendo-vue-upload',
|
|
9
9
|
productName: 'Kendo UI for Vue',
|
|
10
10
|
productCodes: ['KENDOUIVUE', 'KENDOUICOMPLETE'],
|
|
11
|
-
publishDate:
|
|
11
|
+
publishDate: 1679996654,
|
|
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-upload",
|
|
3
3
|
"description": "Kendo UI for Vue Upload package",
|
|
4
|
-
"version": "3.9.
|
|
4
|
+
"version": "3.9.1-dev.202303280945",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
7
7
|
"url": "https://github.com/telerik/kendo-vue.git"
|
|
@@ -33,15 +33,15 @@
|
|
|
33
33
|
"vue": "^2.6.12 || ^3.0.2"
|
|
34
34
|
},
|
|
35
35
|
"dependencies": {
|
|
36
|
-
"@progress/kendo-vue-buttons": "3.9.
|
|
37
|
-
"@progress/kendo-vue-common": "3.9.
|
|
38
|
-
"@progress/kendo-vue-progressbars": "3.9.
|
|
36
|
+
"@progress/kendo-vue-buttons": "3.9.1-dev.202303280945",
|
|
37
|
+
"@progress/kendo-vue-common": "3.9.1-dev.202303280945",
|
|
38
|
+
"@progress/kendo-vue-progressbars": "3.9.1-dev.202303280945",
|
|
39
39
|
"axios": "0.24.0"
|
|
40
40
|
},
|
|
41
41
|
"devDependencies": {
|
|
42
42
|
"@progress/kendo-licensing": "^1.3.0",
|
|
43
43
|
"@progress/kendo-svg-icons": "^1.0.0",
|
|
44
|
-
"@progress/kendo-vue-intl": "3.9.
|
|
44
|
+
"@progress/kendo-vue-intl": "3.9.1-dev.202303280945"
|
|
45
45
|
},
|
|
46
46
|
"@progress": {
|
|
47
47
|
"friendlyName": "Upload",
|