@progress/kendo-vue-upload 3.7.4-dev.202301120847 → 3.7.4-dev.202301131104

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.
@@ -111,11 +111,6 @@ var UploadAddButtonVue2 = {
111
111
  var buttonClassName = classNames('k-upload-button', navigationIndex === addButtonIndex ? 'k-focus' : '');
112
112
  return h("div", {
113
113
  "class": "k-upload-button-wrap"
114
- }, [h("label", {
115
- "for": this.uploadInputId,
116
- attrs: this.v3 ? undefined : {
117
- "for": this.uploadInputId
118
- }
119
114
  }, [
120
115
  // @ts-ignore function children
121
116
  h(Button, {
@@ -139,7 +134,7 @@ var UploadAddButtonVue2 = {
139
134
  }
140
135
  }, this.v3 ? function () {
141
136
  return [selectMessage];
142
- } : [selectMessage])]),
137
+ } : [selectMessage]),
143
138
  // @ts-ignore function children
144
139
  h(UploadInput, {
145
140
  id: this.uploadInputId,
@@ -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: 1673513086,
8
+ publishDate: 1673607700,
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
  };
@@ -111,11 +111,6 @@ var UploadAddButtonVue2 = {
111
111
  var buttonClassName = classNames('k-upload-button', navigationIndex === addButtonIndex ? 'k-focus' : '');
112
112
  return h("div", {
113
113
  "class": "k-upload-button-wrap"
114
- }, [h("label", {
115
- "for": this.uploadInputId,
116
- attrs: this.v3 ? undefined : {
117
- "for": this.uploadInputId
118
- }
119
114
  }, [
120
115
  // @ts-ignore function children
121
116
  h(Button, {
@@ -139,7 +134,7 @@ var UploadAddButtonVue2 = {
139
134
  }
140
135
  }, this.v3 ? function () {
141
136
  return [selectMessage];
142
- } : [selectMessage])]),
137
+ } : [selectMessage]),
143
138
  // @ts-ignore function children
144
139
  h(UploadInput, {
145
140
  id: this.uploadInputId,
@@ -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: 1673513086,
8
+ publishDate: 1673607700,
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
  };
@@ -117,11 +117,6 @@ var UploadAddButtonVue2 = {
117
117
  var buttonClassName = (0, kendo_vue_common_1.classNames)('k-upload-button', navigationIndex === addButtonIndex ? 'k-focus' : '');
118
118
  return h("div", {
119
119
  "class": "k-upload-button-wrap"
120
- }, [h("label", {
121
- "for": this.uploadInputId,
122
- attrs: this.v3 ? undefined : {
123
- "for": this.uploadInputId
124
- }
125
120
  }, [
126
121
  // @ts-ignore function children
127
122
  h(kendo_vue_buttons_1.Button, {
@@ -145,7 +140,7 @@ var UploadAddButtonVue2 = {
145
140
  }
146
141
  }, this.v3 ? function () {
147
142
  return [selectMessage];
148
- } : [selectMessage])]),
143
+ } : [selectMessage]),
149
144
  // @ts-ignore function children
150
145
  h(UploadInput_1.UploadInput, {
151
146
  id: this.uploadInputId,
@@ -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: 1673513086,
11
+ publishDate: 1673607700,
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.7.4-dev.202301120847",
4
+ "version": "3.7.4-dev.202301131104",
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.7.4-dev.202301120847",
37
- "@progress/kendo-vue-common": "3.7.4-dev.202301120847",
38
- "@progress/kendo-vue-progressbars": "3.7.4-dev.202301120847",
36
+ "@progress/kendo-vue-buttons": "3.7.4-dev.202301131104",
37
+ "@progress/kendo-vue-common": "3.7.4-dev.202301131104",
38
+ "@progress/kendo-vue-progressbars": "3.7.4-dev.202301131104",
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.7.4-dev.202301120847"
44
+ "@progress/kendo-vue-intl": "3.7.4-dev.202301131104"
45
45
  },
46
46
  "@progress": {
47
47
  "friendlyName": "Upload",