@vtj/designer 0.11.13 → 0.11.14
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 +3 -3
- package/package.json +7 -7
- package/types/version.d.ts +2 -2
package/dist/index.mjs
CHANGED
@@ -16,10 +16,10 @@ import { PAGE_LIFE_CYCLES_LIST as ho, APP_LIFE_CYCLE as bo, createUniAppComponen
|
|
16
16
|
* Copyright (c) 2025, VTJ.PRO All rights reserved.
|
17
17
|
* @name @vtj/designer
|
18
18
|
* @author CHC chenhuachun1549@dingtalk.com
|
19
|
-
* @version 0.11.
|
19
|
+
* @version 0.11.14
|
20
20
|
* @license <a href="https://vtj.pro/license.html">MIT License</a>
|
21
21
|
*/
|
22
|
-
const pt = "0.11.
|
22
|
+
const pt = "0.11.14", wo = {
|
23
23
|
width: 390,
|
24
24
|
height: 844
|
25
25
|
}, ko = {
|
@@ -11718,7 +11718,7 @@ class dd {
|
|
11718
11718
|
}
|
11719
11719
|
load(t) {
|
11720
11720
|
const e = [...jc, ...t].filter((l) => !!l);
|
11721
|
-
e.sort((l, a) => l.order - a.order);
|
11721
|
+
e.sort((l, a) => l.order - a.order), this.components = [];
|
11722
11722
|
for (let l of e)
|
11723
11723
|
l.components && (this.components = this.components.concat(l.components));
|
11724
11724
|
this.groups.value = this.parseGroups(e), this.componentMap = sa(this.components, "name");
|
package/package.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
{
|
2
2
|
"name": "@vtj/designer",
|
3
3
|
"private": false,
|
4
|
-
"version": "0.11.
|
4
|
+
"version": "0.11.14",
|
5
5
|
"type": "module",
|
6
6
|
"keywords": [
|
7
7
|
"低代码引擎",
|
@@ -24,12 +24,12 @@
|
|
24
24
|
"html2canvas": "~1.4.1",
|
25
25
|
"mockjs": "~1.1.0",
|
26
26
|
"monaco-editor": "~0.52.0",
|
27
|
-
"@vtj/core": "~0.11.
|
28
|
-
"@vtj/
|
29
|
-
"@vtj/
|
30
|
-
"@vtj/
|
31
|
-
"@vtj/
|
32
|
-
"@vtj/utils": "~0.11.
|
27
|
+
"@vtj/core": "~0.11.14",
|
28
|
+
"@vtj/icons": "~0.11.14",
|
29
|
+
"@vtj/ui": "~0.11.14",
|
30
|
+
"@vtj/renderer": "~0.11.14",
|
31
|
+
"@vtj/uni": "~0.11.14",
|
32
|
+
"@vtj/utils": "~0.11.14"
|
33
33
|
},
|
34
34
|
"devDependencies": {
|
35
35
|
"@types/mockjs": "~1.0.10",
|
package/types/version.d.ts
CHANGED
@@ -2,7 +2,7 @@
|
|
2
2
|
* Copyright (c) 2025, VTJ.PRO All rights reserved.
|
3
3
|
* @name @vtj/designer
|
4
4
|
* @author CHC chenhuachun1549@dingtalk.com
|
5
|
-
* @version 0.11.
|
5
|
+
* @version 0.11.13
|
6
6
|
* @license <a href="https://vtj.pro/license.html">MIT License</a>
|
7
7
|
*/
|
8
|
-
export declare const version = "0.11.
|
8
|
+
export declare const version = "0.11.13";
|