@mingto/mt-ui 1.1.39 → 1.1.40
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/dist/index.es.js +1 -2
- package/dist/index.umd.js +1 -2
- package/package.json +2 -2
package/dist/index.es.js
CHANGED
|
@@ -21424,7 +21424,7 @@ var upload_image_only_trigger_default = /* @__PURE__ */ defineComponent({
|
|
|
21424
21424
|
}
|
|
21425
21425
|
});
|
|
21426
21426
|
//#endregion
|
|
21427
|
-
//#region ../../node_modules/.pnpm/@mingto+obs-server@1.0.
|
|
21427
|
+
//#region ../../node_modules/.pnpm/@mingto+obs-server@1.0.40/node_modules/@mingto/obs-server/dist/index.js
|
|
21428
21428
|
var __defProp = Object.defineProperty;
|
|
21429
21429
|
var __exportAll = (all, no_symbols) => {
|
|
21430
21430
|
let target = {};
|
|
@@ -53145,7 +53145,6 @@ var OneUploadFile$1 = /* @__PURE__ */ function(_UploadFile) {
|
|
|
53145
53145
|
formData.append("policy", this.signatureData.policy);
|
|
53146
53146
|
formData.append("AccessKeyId", this.signatureData.accessId);
|
|
53147
53147
|
formData.append("signature", this.signatureData.signature);
|
|
53148
|
-
formData.append("sceneId", this.uploadOptions.sceneId);
|
|
53149
53148
|
formData.append("file", this.uploadOptions.sourceFile);
|
|
53150
53149
|
_context2.n = 1;
|
|
53151
53150
|
return axios({
|
package/dist/index.umd.js
CHANGED
|
@@ -21502,7 +21502,7 @@ triggerRef });
|
|
|
21502
21502
|
}
|
|
21503
21503
|
});
|
|
21504
21504
|
//#endregion
|
|
21505
|
-
//#region ../../node_modules/.pnpm/@mingto+obs-server@1.0.
|
|
21505
|
+
//#region ../../node_modules/.pnpm/@mingto+obs-server@1.0.40/node_modules/@mingto/obs-server/dist/index.js
|
|
21506
21506
|
var __defProp = Object.defineProperty;
|
|
21507
21507
|
var __exportAll = (all, no_symbols) => {
|
|
21508
21508
|
let target = {};
|
|
@@ -53223,7 +53223,6 @@ triggerRef });
|
|
|
53223
53223
|
formData.append("policy", this.signatureData.policy);
|
|
53224
53224
|
formData.append("AccessKeyId", this.signatureData.accessId);
|
|
53225
53225
|
formData.append("signature", this.signatureData.signature);
|
|
53226
|
-
formData.append("sceneId", this.uploadOptions.sceneId);
|
|
53227
53226
|
formData.append("file", this.uploadOptions.sourceFile);
|
|
53228
53227
|
_context2.n = 1;
|
|
53229
53228
|
return axios({
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mingto/mt-ui",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "1.1.
|
|
4
|
+
"version": "1.1.40",
|
|
5
5
|
"description": "UI组件库",
|
|
6
6
|
"publishConfig": {
|
|
7
7
|
"access": "public"
|
|
@@ -26,7 +26,7 @@
|
|
|
26
26
|
"vue": "^3.5.13"
|
|
27
27
|
},
|
|
28
28
|
"dependencies": {
|
|
29
|
-
"@mingto/obs-server": "^1.0.
|
|
29
|
+
"@mingto/obs-server": "^1.0.40",
|
|
30
30
|
"@mingto/tools": "^1.0.685",
|
|
31
31
|
"@popperjs/core": "^2.11.8",
|
|
32
32
|
"@types/qrcode": "^1.5.6",
|