@vtj/designer 0.8.14 → 0.8.16
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 +6 -4
- 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.16
|
|
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.16", Rt = {
|
|
19
19
|
width: 390,
|
|
20
20
|
height: 844
|
|
21
21
|
}, Tt = {
|
|
@@ -8825,7 +8825,8 @@ class Bu extends sn {
|
|
|
8825
8825
|
globals: s = {},
|
|
8826
8826
|
dependencies: r,
|
|
8827
8827
|
materials: o,
|
|
8828
|
-
materialPath: i = "./"
|
|
8828
|
+
materialPath: i = "./",
|
|
8829
|
+
adapter: v
|
|
8829
8830
|
} = this.options;
|
|
8830
8831
|
this.container = n, this.service = l, this.provider = new El({
|
|
8831
8832
|
mode: on.Design,
|
|
@@ -8834,7 +8835,8 @@ class Bu extends sn {
|
|
|
8834
8835
|
service: l,
|
|
8835
8836
|
dependencies: r,
|
|
8836
8837
|
materials: o,
|
|
8837
|
-
materialPath: i
|
|
8838
|
+
materialPath: i,
|
|
8839
|
+
adapter: v
|
|
8838
8840
|
}), this.assets = new Gi(this.service, this.provider), this.simulator = new Hi({
|
|
8839
8841
|
engine: this,
|
|
8840
8842
|
materialPath: i
|
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.16",
|
|
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/
|
|
13
|
-
"@vtj/renderer": "~0.8.
|
|
9
|
+
"@vtj/core": "~0.8.16",
|
|
10
|
+
"@vtj/ui": "~0.8.16",
|
|
11
|
+
"@vtj/icons": "~0.8.16",
|
|
12
|
+
"@vtj/utils": "~0.8.16",
|
|
13
|
+
"@vtj/renderer": "~0.8.16"
|
|
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.15
|
|
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.15";
|