@progress/kendo-vue-upload 3.10.2 → 3.11.0-dev.202305230623

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.
@@ -149,9 +149,11 @@ var ExternalDropZoneVue2 = {
149
149
  name: 'upload',
150
150
  attrs: this.v3 ? undefined : {
151
151
  name: 'upload',
152
- icon: uploadIcon
152
+ icon: uploadIcon,
153
+ size: 'xxxlarge'
153
154
  },
154
- icon: uploadIcon
155
+ icon: uploadIcon,
156
+ size: 'xxxlarge'
155
157
  }), h("span", {
156
158
  "class": 'k-dropzone-hint'
157
159
  }, [hintElement]), h("span", {
@@ -122,9 +122,11 @@ var UploadListMultiItemVue2 = {
122
122
  name: 'copy',
123
123
  attrs: this.v3 ? undefined : {
124
124
  name: 'copy',
125
- icon: copyIcon
125
+ icon: copyIcon,
126
+ size: 'xxxlarge'
126
127
  },
127
128
  icon: copyIcon,
129
+ size: 'xxxlarge',
128
130
  "class": 'k-file-icon'
129
131
  })]), h("span", {
130
132
  "class": "k-multiple-files-wrapper"
@@ -218,9 +218,11 @@ var UploadListSingleItemVue2 = {
218
218
  name: this.getFileExtensionName(file),
219
219
  attrs: this.v3 ? undefined : {
220
220
  name: this.getFileExtensionName(file),
221
- icon: this.getFileExtensionSVG(file)
221
+ icon: this.getFileExtensionSVG(file),
222
+ size: 'xxxlarge'
222
223
  },
223
224
  icon: this.getFileExtensionSVG(file),
225
+ size: 'xxxlarge',
224
226
  "class": 'k-file-icon'
225
227
  }), h("span", {
226
228
  "class": 'k-file-state'
@@ -46,15 +46,22 @@ var UploadStatusVue2 = {
46
46
  }
47
47
  return h("div", {
48
48
  "class": classNames('k-upload-status')
49
- }, [isUploading ? h("span", {
50
- "class": 'k-icon k-i-loading'
49
+ }, [isUploading ? h(Icon, {
50
+ name: 'loading',
51
+ attrs: this.v3 ? undefined : {
52
+ name: 'loading',
53
+ size: 'xxxlarge'
54
+ },
55
+ size: 'xxxlarge'
51
56
  }) : h(Icon, {
52
57
  name: isUploadFailed ? 'exclamation-circle' : isUploaded ? 'check' : '',
53
58
  attrs: this.v3 ? undefined : {
54
59
  name: isUploadFailed ? 'exclamation-circle' : isUploaded ? 'check' : '',
55
- icon: isUploadFailed ? exclamationCircleIcon : isUploaded ? checkIcon : undefined
60
+ icon: isUploadFailed ? exclamationCircleIcon : isUploaded ? checkIcon : undefined,
61
+ size: 'xxxlarge'
56
62
  },
57
- icon: isUploadFailed ? exclamationCircleIcon : isUploaded ? checkIcon : undefined
63
+ icon: isUploadFailed ? exclamationCircleIcon : isUploaded ? checkIcon : undefined,
64
+ size: 'xxxlarge'
58
65
  }), statusText]);
59
66
  }
60
67
  };
@@ -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: 1684763125,
8
+ publishDate: 1684822919,
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
  };
@@ -149,9 +149,11 @@ var ExternalDropZoneVue2 = {
149
149
  name: 'upload',
150
150
  attrs: this.v3 ? undefined : {
151
151
  name: 'upload',
152
- icon: uploadIcon
152
+ icon: uploadIcon,
153
+ size: 'xxxlarge'
153
154
  },
154
- icon: uploadIcon
155
+ icon: uploadIcon,
156
+ size: 'xxxlarge'
155
157
  }), h("span", {
156
158
  "class": 'k-dropzone-hint'
157
159
  }, [hintElement]), h("span", {
@@ -122,9 +122,11 @@ var UploadListMultiItemVue2 = {
122
122
  name: 'copy',
123
123
  attrs: this.v3 ? undefined : {
124
124
  name: 'copy',
125
- icon: copyIcon
125
+ icon: copyIcon,
126
+ size: 'xxxlarge'
126
127
  },
127
128
  icon: copyIcon,
129
+ size: 'xxxlarge',
128
130
  "class": 'k-file-icon'
129
131
  })]), h("span", {
130
132
  "class": "k-multiple-files-wrapper"
@@ -218,9 +218,11 @@ var UploadListSingleItemVue2 = {
218
218
  name: this.getFileExtensionName(file),
219
219
  attrs: this.v3 ? undefined : {
220
220
  name: this.getFileExtensionName(file),
221
- icon: this.getFileExtensionSVG(file)
221
+ icon: this.getFileExtensionSVG(file),
222
+ size: 'xxxlarge'
222
223
  },
223
224
  icon: this.getFileExtensionSVG(file),
225
+ size: 'xxxlarge',
224
226
  "class": 'k-file-icon'
225
227
  }), h("span", {
226
228
  "class": 'k-file-state'
@@ -46,15 +46,22 @@ var UploadStatusVue2 = {
46
46
  }
47
47
  return h("div", {
48
48
  "class": classNames('k-upload-status')
49
- }, [isUploading ? h("span", {
50
- "class": 'k-icon k-i-loading'
49
+ }, [isUploading ? h(Icon, {
50
+ name: 'loading',
51
+ attrs: this.v3 ? undefined : {
52
+ name: 'loading',
53
+ size: 'xxxlarge'
54
+ },
55
+ size: 'xxxlarge'
51
56
  }) : h(Icon, {
52
57
  name: isUploadFailed ? 'exclamation-circle' : isUploaded ? 'check' : '',
53
58
  attrs: this.v3 ? undefined : {
54
59
  name: isUploadFailed ? 'exclamation-circle' : isUploaded ? 'check' : '',
55
- icon: isUploadFailed ? exclamationCircleIcon : isUploaded ? checkIcon : undefined
60
+ icon: isUploadFailed ? exclamationCircleIcon : isUploaded ? checkIcon : undefined,
61
+ size: 'xxxlarge'
56
62
  },
57
- icon: isUploadFailed ? exclamationCircleIcon : isUploaded ? checkIcon : undefined
63
+ icon: isUploadFailed ? exclamationCircleIcon : isUploaded ? checkIcon : undefined,
64
+ size: 'xxxlarge'
58
65
  }), statusText]);
59
66
  }
60
67
  };
@@ -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: 1684763125,
8
+ publishDate: 1684822919,
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
  };
@@ -155,9 +155,11 @@ var ExternalDropZoneVue2 = {
155
155
  name: 'upload',
156
156
  attrs: this.v3 ? undefined : {
157
157
  name: 'upload',
158
- icon: kendo_svg_icons_1.uploadIcon
158
+ icon: kendo_svg_icons_1.uploadIcon,
159
+ size: 'xxxlarge'
159
160
  },
160
- icon: kendo_svg_icons_1.uploadIcon
161
+ icon: kendo_svg_icons_1.uploadIcon,
162
+ size: 'xxxlarge'
161
163
  }), h("span", {
162
164
  "class": 'k-dropzone-hint'
163
165
  }, [hintElement]), h("span", {
@@ -128,9 +128,11 @@ var UploadListMultiItemVue2 = {
128
128
  name: 'copy',
129
129
  attrs: this.v3 ? undefined : {
130
130
  name: 'copy',
131
- icon: kendo_svg_icons_1.copyIcon
131
+ icon: kendo_svg_icons_1.copyIcon,
132
+ size: 'xxxlarge'
132
133
  },
133
134
  icon: kendo_svg_icons_1.copyIcon,
135
+ size: 'xxxlarge',
134
136
  "class": 'k-file-icon'
135
137
  })]), h("span", {
136
138
  "class": "k-multiple-files-wrapper"
@@ -224,9 +224,11 @@ var UploadListSingleItemVue2 = {
224
224
  name: this.getFileExtensionName(file),
225
225
  attrs: this.v3 ? undefined : {
226
226
  name: this.getFileExtensionName(file),
227
- icon: this.getFileExtensionSVG(file)
227
+ icon: this.getFileExtensionSVG(file),
228
+ size: 'xxxlarge'
228
229
  },
229
230
  icon: this.getFileExtensionSVG(file),
231
+ size: 'xxxlarge',
230
232
  "class": 'k-file-icon'
231
233
  }), h("span", {
232
234
  "class": 'k-file-state'
@@ -52,15 +52,22 @@ var UploadStatusVue2 = {
52
52
  }
53
53
  return h("div", {
54
54
  "class": (0, kendo_vue_common_1.classNames)('k-upload-status')
55
- }, [isUploading ? h("span", {
56
- "class": 'k-icon k-i-loading'
55
+ }, [isUploading ? h(kendo_vue_common_1.Icon, {
56
+ name: 'loading',
57
+ attrs: this.v3 ? undefined : {
58
+ name: 'loading',
59
+ size: 'xxxlarge'
60
+ },
61
+ size: 'xxxlarge'
57
62
  }) : h(kendo_vue_common_1.Icon, {
58
63
  name: isUploadFailed ? 'exclamation-circle' : isUploaded ? 'check' : '',
59
64
  attrs: this.v3 ? undefined : {
60
65
  name: isUploadFailed ? 'exclamation-circle' : isUploaded ? 'check' : '',
61
- icon: isUploadFailed ? kendo_svg_icons_1.exclamationCircleIcon : isUploaded ? kendo_svg_icons_1.checkIcon : undefined
66
+ icon: isUploadFailed ? kendo_svg_icons_1.exclamationCircleIcon : isUploaded ? kendo_svg_icons_1.checkIcon : undefined,
67
+ size: 'xxxlarge'
62
68
  },
63
- icon: isUploadFailed ? kendo_svg_icons_1.exclamationCircleIcon : isUploaded ? kendo_svg_icons_1.checkIcon : undefined
69
+ icon: isUploadFailed ? kendo_svg_icons_1.exclamationCircleIcon : isUploaded ? kendo_svg_icons_1.checkIcon : undefined,
70
+ size: 'xxxlarge'
64
71
  }), statusText]);
65
72
  }
66
73
  };
@@ -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: 1684763125,
11
+ publishDate: 1684822919,
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.10.2",
4
+ "version": "3.11.0-dev.202305230623",
5
5
  "repository": {
6
6
  "type": "git",
7
7
  "url": "https://github.com/telerik/kendo-vue.git"
@@ -34,15 +34,15 @@
34
34
  "vue": "^2.6.12 || ^3.0.2"
35
35
  },
36
36
  "dependencies": {
37
- "@progress/kendo-vue-buttons": "3.10.2",
38
- "@progress/kendo-vue-common": "3.10.2",
39
- "@progress/kendo-vue-progressbars": "3.10.2",
37
+ "@progress/kendo-vue-buttons": "3.11.0-dev.202305230623",
38
+ "@progress/kendo-vue-common": "3.11.0-dev.202305230623",
39
+ "@progress/kendo-vue-progressbars": "3.11.0-dev.202305230623",
40
40
  "axios": "0.24.0"
41
41
  },
42
42
  "devDependencies": {
43
43
  "@progress/kendo-licensing": "^1.3.0",
44
44
  "@progress/kendo-svg-icons": "^1.0.0",
45
- "@progress/kendo-vue-intl": "3.10.2"
45
+ "@progress/kendo-vue-intl": "3.11.0-dev.202305230623"
46
46
  },
47
47
  "@progress": {
48
48
  "friendlyName": "Upload",