@vtj/designer 0.8.46 → 0.8.48
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 +9 -5
- package/package.json +6 -6
- package/types/version.d.ts +2 -2
package/dist/index.mjs
CHANGED
|
@@ -11,10 +11,10 @@ import Vs from "mockjs";
|
|
|
11
11
|
* Copyright (c) 2024, VTJ.PRO All rights reserved.
|
|
12
12
|
* @name @vtj/designer
|
|
13
13
|
* @author CHC chenhuachun1549@dingtalk.com
|
|
14
|
-
* @version 0.8.
|
|
14
|
+
* @version 0.8.48
|
|
15
15
|
* @license <a href="https://vtj.pro/license.html">MIT License</a>
|
|
16
16
|
*/
|
|
17
|
-
const As = "0.8.
|
|
17
|
+
const As = "0.8.48", Lt = {
|
|
18
18
|
width: 390,
|
|
19
19
|
height: 844
|
|
20
20
|
}, Ut = {
|
|
@@ -8911,12 +8911,16 @@ class hu {
|
|
|
8911
8911
|
components: s,
|
|
8912
8912
|
apis: o,
|
|
8913
8913
|
libs: a
|
|
8914
|
+
}), m = r.defineComponent({
|
|
8915
|
+
render() {
|
|
8916
|
+
return r.h(r.Suspense, [r.h(g)]);
|
|
8917
|
+
}
|
|
8914
8918
|
});
|
|
8915
|
-
this.app = r.createApp(
|
|
8919
|
+
this.app = r.createApp(m), this.install(this.app), console.log(m, this.app);
|
|
8916
8920
|
try {
|
|
8917
8921
|
this.app.mount(i);
|
|
8918
|
-
} catch (
|
|
8919
|
-
ne(
|
|
8922
|
+
} catch (h) {
|
|
8923
|
+
ne(h.message || "未知错误", "运行时错误"), console.error(h);
|
|
8920
8924
|
}
|
|
8921
8925
|
this.context = p, te.on(Je, this.nodeChange), te.on(wt, this.blockChange);
|
|
8922
8926
|
}
|
package/package.json
CHANGED
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vtj/designer",
|
|
3
3
|
"private": false,
|
|
4
|
-
"version": "0.8.
|
|
4
|
+
"version": "0.8.48",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"dependencies": {
|
|
7
7
|
"mockjs": "~1.1.0",
|
|
8
8
|
"monaco-editor": "~0.48.0",
|
|
9
|
-
"@vtj/core": "~0.8.
|
|
10
|
-
"@vtj/
|
|
11
|
-
"@vtj/
|
|
12
|
-
"@vtj/utils": "~0.8.
|
|
13
|
-
"@vtj/
|
|
9
|
+
"@vtj/core": "~0.8.48",
|
|
10
|
+
"@vtj/icons": "~0.8.48",
|
|
11
|
+
"@vtj/renderer": "~0.8.48",
|
|
12
|
+
"@vtj/utils": "~0.8.48",
|
|
13
|
+
"@vtj/ui": "~0.8.48"
|
|
14
14
|
},
|
|
15
15
|
"devDependencies": {
|
|
16
16
|
"@types/mockjs": "~1.0.10",
|
package/types/version.d.ts
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Copyright (c) 2024, VTJ.PRO All rights reserved.
|
|
3
3
|
* @name @vtj/designer
|
|
4
4
|
* @author CHC chenhuachun1549@dingtalk.com
|
|
5
|
-
* @version 0.8.
|
|
5
|
+
* @version 0.8.47
|
|
6
6
|
* @license <a href="https://vtj.pro/license.html">MIT License</a>
|
|
7
7
|
*/
|
|
8
|
-
export declare const version = "0.8.
|
|
8
|
+
export declare const version = "0.8.47";
|