@vtj/designer 0.8.9 → 0.8.11
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/{Editor-BKlikwSl.js → Editor-bVAaI2zL.js} +1 -1
- package/dist/css.worker-BG3X4ypZ.js +26 -0
- package/dist/editor.worker-CdJourTJ.js +26 -0
- package/dist/html.worker-BCBdCLMV.js +26 -0
- package/dist/index.mjs +3 -3
- package/dist/json.worker-BhNp9C2F.js +26 -0
- package/dist/ts.worker-yjAiJiOi.js +26 -0
- package/package.json +6 -6
- package/types/version.d.ts +2 -2
package/dist/index.mjs
CHANGED
|
@@ -12,10 +12,10 @@ import ms from "mockjs";
|
|
|
12
12
|
* Copyright (c) 2024, VTJ.PRO All rights reserved.
|
|
13
13
|
* @name @vtj/designer
|
|
14
14
|
* @author CHC chenhuachun1549@dingtalk.com
|
|
15
|
-
* @version 0.8.
|
|
15
|
+
* @version 0.8.11
|
|
16
16
|
* @license <a href="https://vtj.pro/license.html">MIT License</a>
|
|
17
17
|
*/
|
|
18
|
-
const vs = "0.8.
|
|
18
|
+
const vs = "0.8.11", Rt = {
|
|
19
19
|
width: 390,
|
|
20
20
|
height: 844
|
|
21
21
|
}, Tt = {
|
|
@@ -2488,7 +2488,7 @@ const Bs = "data:image/svg+xml,%3c?xml%20version='1.0'%20standalone='no'?%3e%3c!
|
|
|
2488
2488
|
]));
|
|
2489
2489
|
}
|
|
2490
2490
|
}), le = Bn({
|
|
2491
|
-
loader: () => import("./Editor-
|
|
2491
|
+
loader: () => import("./Editor-bVAaI2zL.js"),
|
|
2492
2492
|
loadingComponent: A({
|
|
2493
2493
|
render() {
|
|
2494
2494
|
return Re("div", "正在拼命加载...");
|