@xuda.io/xuda-widget-plugin-xuda-drive 1.0.91 → 1.0.94
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/runtime.mjs +4 -2
- package/dist/{vendor-CVHlRVDX.mjs → vendor-BwxAbDIm.mjs} +297 -2895
- package/package.json +1 -1
- package/src/runtime.mjs +5 -5
package/dist/runtime.mjs
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { r as registerPlugin, p as plugin, a as plugin$1, b as plugin$2, c as plugin$3, g as getEditorDefaults, d as create$f, l as legacyDataToImageState, e as processImage, f as createDefaultImageWriter, h as createDefaultImageReader, o as openEditor, i as createApp, u as useDebounceFn, S as Swiper, j as useDropZone, k as hooks, G as Gt } from "./vendor-
|
|
1
|
+
import { r as registerPlugin, p as plugin, a as plugin$1, b as plugin$2, c as plugin$3, g as getEditorDefaults, d as create$f, l as legacyDataToImageState, e as processImage, f as createDefaultImageWriter, h as createDefaultImageReader, o as openEditor, i as createApp, u as useDebounceFn, S as Swiper, j as useDropZone, k as hooks, G as Gt } from "./vendor-BwxAbDIm.mjs";
|
|
2
2
|
async function upload(fields, e) {
|
|
3
3
|
return new Promise(async (resolve, reject) => {
|
|
4
4
|
var _a;
|
|
@@ -1052,7 +1052,9 @@ async function viewer(fields2, e2) {
|
|
|
1052
1052
|
}
|
|
1053
1053
|
});
|
|
1054
1054
|
app.use(Gt);
|
|
1055
|
-
|
|
1055
|
+
setTimeout(() => {
|
|
1056
|
+
app.mount(`[widget-id='${containerId}']`);
|
|
1057
|
+
}, 1e3);
|
|
1056
1058
|
}
|
|
1057
1059
|
export {
|
|
1058
1060
|
upload,
|