@xuda.io/xuda-widget-plugin-xuda-drive 1.0.96 → 1.0.98
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.mjs +4 -4
- package/dist/runtime.css +7 -474
- package/dist/runtime.mjs +76714 -422
- package/package.json +3 -3
- package/vite.config.js +27 -33
- package/dist/vendor-BwxAbDIm.mjs +0 -106460
package/dist/index.mjs
CHANGED
|
@@ -105,6 +105,7 @@ var common_fields = {
|
|
|
105
105
|
render: "editor",
|
|
106
106
|
"render_params.language": "json"
|
|
107
107
|
},
|
|
108
|
+
|
|
108
109
|
custom_tags_parser: {
|
|
109
110
|
label: "Custom Tags Parser",
|
|
110
111
|
type: "object",
|
|
@@ -202,7 +203,8 @@ var common_fields = {
|
|
|
202
203
|
"render_params.language": "json"
|
|
203
204
|
}
|
|
204
205
|
};
|
|
205
|
-
|
|
206
|
+
|
|
207
|
+
export const methods = {
|
|
206
208
|
upload: {
|
|
207
209
|
name: "Upload",
|
|
208
210
|
tooltip: "",
|
|
@@ -234,6 +236,7 @@ const methods = {
|
|
|
234
236
|
}
|
|
235
237
|
]
|
|
236
238
|
},
|
|
239
|
+
|
|
237
240
|
drive_folder: {
|
|
238
241
|
label: "Drive Folder",
|
|
239
242
|
type: "string"
|
|
@@ -322,6 +325,3 @@ const methods = {
|
|
|
322
325
|
response: { uploaded_files: "" }
|
|
323
326
|
}
|
|
324
327
|
};
|
|
325
|
-
export {
|
|
326
|
-
methods
|
|
327
|
-
};
|