@opentinyvue/vue-file-upload 3.22.0 → 3.23.0
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/lib/index.js +1 -1
- package/lib/mobile-first.js +1 -1
- package/package.json +15 -15
package/lib/index.js
CHANGED
package/lib/mobile-first.js
CHANGED
|
@@ -201,7 +201,7 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
201
201
|
}, [t2("ui.fileUpload.uploadFile")])])];
|
|
202
202
|
}
|
|
203
203
|
}), createVNode(resolveComponent("icon-plus-circle"), {
|
|
204
|
-
"custom-class": "sm:hidden w-5 h-5"
|
|
204
|
+
"custom-class": "sm:hidden w-5 h-5 absolute top-0.5 right-5"
|
|
205
205
|
}, null)]);
|
|
206
206
|
} else if (listType2 === "drag-single") {
|
|
207
207
|
defaultContent = null;
|
package/package.json
CHANGED
|
@@ -1,26 +1,26 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@opentinyvue/vue-file-upload",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.23.0",
|
|
4
4
|
"description": "",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"sideEffects": false,
|
|
7
7
|
"main": "./lib/index.js",
|
|
8
8
|
"module": "./lib/index.js",
|
|
9
9
|
"dependencies": {
|
|
10
|
-
"@opentinyvue/vue-button": "~3.
|
|
11
|
-
"@opentinyvue/vue-common": "~3.
|
|
12
|
-
"@opentinyvue/vue-dialog-box": "~3.
|
|
13
|
-
"@opentinyvue/vue-icon": "~3.
|
|
14
|
-
"@opentinyvue/vue-input": "~3.
|
|
15
|
-
"@opentinyvue/vue-modal": "~3.
|
|
16
|
-
"@opentinyvue/vue-popover": "~3.
|
|
17
|
-
"@opentinyvue/vue-progress": "~3.
|
|
18
|
-
"@opentinyvue/vue-renderless": "~3.
|
|
19
|
-
"@opentinyvue/vue-tooltip": "~3.
|
|
20
|
-
"@opentinyvue/vue-upload": "~3.
|
|
21
|
-
"@opentinyvue/vue-upload-list": "~3.
|
|
22
|
-
"@opentinyvue/vue-switch": "~3.
|
|
23
|
-
"@opentinyvue/vue-theme": "~3.
|
|
10
|
+
"@opentinyvue/vue-button": "~3.23.0",
|
|
11
|
+
"@opentinyvue/vue-common": "~3.23.0",
|
|
12
|
+
"@opentinyvue/vue-dialog-box": "~3.23.0",
|
|
13
|
+
"@opentinyvue/vue-icon": "~3.23.0",
|
|
14
|
+
"@opentinyvue/vue-input": "~3.23.0",
|
|
15
|
+
"@opentinyvue/vue-modal": "~3.23.0",
|
|
16
|
+
"@opentinyvue/vue-popover": "~3.23.0",
|
|
17
|
+
"@opentinyvue/vue-progress": "~3.23.0",
|
|
18
|
+
"@opentinyvue/vue-renderless": "~3.23.0",
|
|
19
|
+
"@opentinyvue/vue-tooltip": "~3.23.0",
|
|
20
|
+
"@opentinyvue/vue-upload": "~3.23.0",
|
|
21
|
+
"@opentinyvue/vue-upload-list": "~3.23.0",
|
|
22
|
+
"@opentinyvue/vue-switch": "~3.23.0",
|
|
23
|
+
"@opentinyvue/vue-theme": "~3.23.0",
|
|
24
24
|
"streamsaver": "2.0.6"
|
|
25
25
|
},
|
|
26
26
|
"types": "index.d.ts",
|