@progress/kendo-vue-upload 3.5.2 → 3.5.4-dev.202209071223

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.
@@ -140,7 +140,7 @@ var UploadListActionButtonVue2 = {
140
140
  title: this.retryButtonTitle(localizationService)
141
141
  },
142
142
  title: this.retryButtonTitle(localizationService),
143
- "class": 'k-icon k-retry k-i-refresh-sm'
143
+ "class": 'k-icon k-retry k-i-arrow-rotate-cw-small'
144
144
  })]) : undefined, !isActionHidden ? h("button", {
145
145
  type: "button",
146
146
  attrs: this.v3 ? undefined : {
@@ -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: 1662110901,
8
+ publishDate: 1662553318,
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
  };
@@ -140,7 +140,7 @@ var UploadListActionButtonVue2 = {
140
140
  title: this.retryButtonTitle(localizationService)
141
141
  },
142
142
  title: this.retryButtonTitle(localizationService),
143
- "class": 'k-icon k-retry k-i-refresh-sm'
143
+ "class": 'k-icon k-retry k-i-arrow-rotate-cw-small'
144
144
  })]) : undefined, !isActionHidden ? h("button", {
145
145
  type: "button",
146
146
  attrs: this.v3 ? undefined : {
@@ -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: 1662110901,
8
+ publishDate: 1662553318,
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
  };
@@ -152,7 +152,7 @@ var UploadListActionButtonVue2 = {
152
152
  title: this.retryButtonTitle(localizationService)
153
153
  },
154
154
  title: this.retryButtonTitle(localizationService),
155
- "class": 'k-icon k-retry k-i-refresh-sm'
155
+ "class": 'k-icon k-retry k-i-arrow-rotate-cw-small'
156
156
  })]) : undefined, !isActionHidden ? h("button", {
157
157
  type: "button",
158
158
  attrs: this.v3 ? undefined : {
@@ -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: 1662110901,
11
+ publishDate: 1662553318,
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.5.2",
4
+ "version": "3.5.4-dev.202209071223",
5
5
  "repository": {
6
6
  "type": "git",
7
7
  "url": "https://github.com/telerik/kendo-vue.git"
@@ -32,13 +32,13 @@
32
32
  "vue": "^2.6.12 || ^3.0.2"
33
33
  },
34
34
  "dependencies": {
35
- "@progress/kendo-vue-buttons": "3.5.2",
36
- "@progress/kendo-vue-common": "3.5.2",
35
+ "@progress/kendo-vue-buttons": "3.5.4-dev.202209071223",
36
+ "@progress/kendo-vue-common": "3.5.4-dev.202209071223",
37
37
  "axios": "0.24.0"
38
38
  },
39
39
  "devDependencies": {
40
40
  "@progress/kendo-licensing": "^1.1.0",
41
- "@progress/kendo-vue-intl": "3.5.2"
41
+ "@progress/kendo-vue-intl": "3.5.4-dev.202209071223"
42
42
  },
43
43
  "@progress": {
44
44
  "friendlyName": "Upload",