@opentinyvue/vue-file-upload 2.25.0 → 2.27.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
|
@@ -612,8 +612,8 @@ function __vue2_injectStyles(context) {
|
|
|
612
612
|
this[o] = __cssModules[o];
|
|
613
613
|
}
|
|
614
614
|
}
|
|
615
|
-
var mobileFirst = /* @__PURE__ */ function() {
|
|
615
|
+
var mobileFirst = /* @__PURE__ */ (function() {
|
|
616
616
|
return __component__.exports;
|
|
617
|
-
}();
|
|
617
|
+
})();
|
|
618
618
|
|
|
619
619
|
export { mobileFirst as default };
|
package/lib/pc.js
CHANGED
|
@@ -537,8 +537,8 @@ function __vue2_injectStyles(context) {
|
|
|
537
537
|
this[o] = __cssModules[o];
|
|
538
538
|
}
|
|
539
539
|
}
|
|
540
|
-
var pc = /* @__PURE__ */ function() {
|
|
540
|
+
var pc = /* @__PURE__ */ (function() {
|
|
541
541
|
return __component__.exports;
|
|
542
|
-
}();
|
|
542
|
+
})();
|
|
543
543
|
|
|
544
544
|
export { pc as default };
|
package/package.json
CHANGED
|
@@ -1,26 +1,26 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@opentinyvue/vue-file-upload",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.27.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.27.0",
|
|
11
|
+
"@opentinyvue/vue-common": "~2.27.0",
|
|
12
|
+
"@opentinyvue/vue-dialog-box": "~2.27.0",
|
|
13
|
+
"@opentinyvue/vue-icon": "~2.27.0",
|
|
14
|
+
"@opentinyvue/vue-input": "~2.27.0",
|
|
15
|
+
"@opentinyvue/vue-modal": "~2.27.0",
|
|
16
|
+
"@opentinyvue/vue-popover": "~2.27.0",
|
|
17
|
+
"@opentinyvue/vue-progress": "~2.27.0",
|
|
18
|
+
"@opentinyvue/vue-renderless": "~3.27.0",
|
|
19
|
+
"@opentinyvue/vue-tooltip": "~2.27.0",
|
|
20
|
+
"@opentinyvue/vue-upload": "~2.27.0",
|
|
21
|
+
"@opentinyvue/vue-upload-list": "~2.27.0",
|
|
22
|
+
"@opentinyvue/vue-switch": "~2.27.0",
|
|
23
|
+
"@opentinyvue/vue-theme": "~3.27.0",
|
|
24
24
|
"streamsaver": "2.0.6"
|
|
25
25
|
},
|
|
26
26
|
"types": "index.d.ts",
|