@keyblade/pro-components 1.13.4 → 1.13.5
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.
|
@@ -184,7 +184,7 @@ const qe = /* @__PURE__ */ he({
|
|
|
184
184
|
const o = await ke(r, {
|
|
185
185
|
maxSize: y.value.maxSize,
|
|
186
186
|
size: y.value.size,
|
|
187
|
-
excludeAllowedTypes: (G = y.value.excludeAllowedTypes) == null ? void 0 : G.map((x) =>
|
|
187
|
+
excludeAllowedTypes: (G = y.value.excludeAllowedTypes) == null ? void 0 : G.map((x) => `${x}`)
|
|
188
188
|
});
|
|
189
189
|
if (c.value = void 0, (J = e == null ? void 0 : e.onInnerBeforeUploadEnd) == null || J.call(
|
|
190
190
|
e,
|
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "@keyblade/pro-components",
|
|
3
3
|
"description": "KeyBlade Pro Components",
|
|
4
4
|
"author": "yangshuai <704807396@qq.com>",
|
|
5
|
-
"version": "1.13.
|
|
5
|
+
"version": "1.13.5",
|
|
6
6
|
"private": false,
|
|
7
7
|
"type": "module",
|
|
8
8
|
"main": "es/index.js",
|
|
@@ -26,7 +26,7 @@
|
|
|
26
26
|
"vue-cropper": "^1.1.4",
|
|
27
27
|
"vue-global-config": "^0.6.3",
|
|
28
28
|
"dayjs": "^1.11.18",
|
|
29
|
-
"@keyblade/one-travel": "^3.0.
|
|
29
|
+
"@keyblade/one-travel": "^3.0.3"
|
|
30
30
|
},
|
|
31
31
|
"peerDependencies": {
|
|
32
32
|
"vue": "^3.4.27"
|