@opentinyvue/vue-file-upload 2.24.0 → 2.25.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/mobile-first.js +2 -2
- package/lib/pc.js +2 -2
- package/package.json +15 -15
package/lib/mobile-first.js
CHANGED
|
@@ -52,7 +52,7 @@ function requireHelper() {
|
|
|
52
52
|
return helper;
|
|
53
53
|
}
|
|
54
54
|
var helperExports = requireHelper();
|
|
55
|
-
var
|
|
55
|
+
var _mergeJSXProps6 = /* @__PURE__ */ getDefaultExportFromCjs(helperExports);
|
|
56
56
|
|
|
57
57
|
function normalizeComponent(scriptExports, render, staticRenderFns, functionalTemplate, injectStyles, scopeId, moduleIdentifier, shadowMode) {
|
|
58
58
|
var options = typeof scriptExports === "function" ? scriptExports.options : scriptExports;
|
|
@@ -590,7 +590,7 @@ var __vue2_script = defineComponent({
|
|
|
590
590
|
});
|
|
591
591
|
}
|
|
592
592
|
var attrs = a($attrs, ["^on[A-Z]"]);
|
|
593
|
-
return h("div",
|
|
593
|
+
return h("div", _mergeJSXProps6([{}, attrs, {
|
|
594
594
|
"attrs": {
|
|
595
595
|
"data-tag": "tiny-file-upload"
|
|
596
596
|
},
|
package/lib/pc.js
CHANGED
|
@@ -57,7 +57,7 @@ function requireHelper() {
|
|
|
57
57
|
return helper;
|
|
58
58
|
}
|
|
59
59
|
var helperExports = requireHelper();
|
|
60
|
-
var
|
|
60
|
+
var _mergeJSXProps6 = /* @__PURE__ */ getDefaultExportFromCjs(helperExports);
|
|
61
61
|
|
|
62
62
|
function normalizeComponent(scriptExports, render, staticRenderFns, functionalTemplate, injectStyles, scopeId, moduleIdentifier, shadowMode) {
|
|
63
63
|
var options = typeof scriptExports === "function" ? scriptExports.options : scriptExports;
|
|
@@ -524,7 +524,7 @@ var __vue2_script = defineComponent({
|
|
|
524
524
|
});
|
|
525
525
|
}
|
|
526
526
|
var attrs = a($attrs, ["^on[A-Z]"]);
|
|
527
|
-
return h("div",
|
|
527
|
+
return h("div", _mergeJSXProps6([{
|
|
528
528
|
"class": "tiny-file-upload"
|
|
529
529
|
}, attrs]), [isSaasType ? getDefaultTitle(title, this.showTitle) : "", notice, isPictureCard ? uploadList : "", slots.trigger ? [uploadComponent, defaultSlot] : uploadComponent, !isSaasType && slots.tip && slots.tip(), isPictureCard ? "" : uploadList, previewComponent, encryptDialogComponent]);
|
|
530
530
|
}
|
package/package.json
CHANGED
|
@@ -1,26 +1,26 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@opentinyvue/vue-file-upload",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.25.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": "~2.
|
|
11
|
-
"@opentinyvue/vue-common": "~2.
|
|
12
|
-
"@opentinyvue/vue-dialog-box": "~2.
|
|
13
|
-
"@opentinyvue/vue-icon": "~2.
|
|
14
|
-
"@opentinyvue/vue-input": "~2.
|
|
15
|
-
"@opentinyvue/vue-modal": "~2.
|
|
16
|
-
"@opentinyvue/vue-popover": "~2.
|
|
17
|
-
"@opentinyvue/vue-progress": "~2.
|
|
18
|
-
"@opentinyvue/vue-renderless": "~3.
|
|
19
|
-
"@opentinyvue/vue-tooltip": "~2.
|
|
20
|
-
"@opentinyvue/vue-upload": "~2.
|
|
21
|
-
"@opentinyvue/vue-upload-list": "~2.
|
|
22
|
-
"@opentinyvue/vue-switch": "~2.
|
|
23
|
-
"@opentinyvue/vue-theme": "~3.
|
|
10
|
+
"@opentinyvue/vue-button": "~2.25.0",
|
|
11
|
+
"@opentinyvue/vue-common": "~2.25.0",
|
|
12
|
+
"@opentinyvue/vue-dialog-box": "~2.25.0",
|
|
13
|
+
"@opentinyvue/vue-icon": "~2.25.0",
|
|
14
|
+
"@opentinyvue/vue-input": "~2.25.0",
|
|
15
|
+
"@opentinyvue/vue-modal": "~2.25.0",
|
|
16
|
+
"@opentinyvue/vue-popover": "~2.25.0",
|
|
17
|
+
"@opentinyvue/vue-progress": "~2.25.0",
|
|
18
|
+
"@opentinyvue/vue-renderless": "~3.25.0",
|
|
19
|
+
"@opentinyvue/vue-tooltip": "~2.25.0",
|
|
20
|
+
"@opentinyvue/vue-upload": "~2.25.0",
|
|
21
|
+
"@opentinyvue/vue-upload-list": "~2.25.0",
|
|
22
|
+
"@opentinyvue/vue-switch": "~2.25.0",
|
|
23
|
+
"@opentinyvue/vue-theme": "~3.25.0",
|
|
24
24
|
"streamsaver": "2.0.6"
|
|
25
25
|
},
|
|
26
26
|
"types": "index.d.ts",
|