@vtj/designer 0.10.1-alpha.7 → 0.10.1
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 +17 -17
- package/package.json +8 -8
- package/types/version.d.ts +2 -2
package/dist/index.mjs
CHANGED
@@ -16,10 +16,10 @@ import { PAGE_LIFE_CYCLES_LIST as po, APP_LIFE_CYCLE as mo, 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.10.1
|
19
|
+
* @version 0.10.1
|
20
20
|
* @license <a href="https://vtj.pro/license.html">MIT License</a>
|
21
21
|
*/
|
22
|
-
const kt = "0.10.1
|
22
|
+
const kt = "0.10.1", hn = {
|
23
23
|
width: 390,
|
24
24
|
height: 844
|
25
25
|
}, bn = {
|
@@ -8915,21 +8915,21 @@ const _r = { class: "v-icon-setter" }, wr = { class: "v-icon-setter__content" },
|
|
8915
8915
|
assetsLibrary: "UniH5Material",
|
8916
8916
|
platform: "uniapp"
|
8917
8917
|
},
|
8918
|
-
{
|
8919
|
-
|
8920
|
-
|
8921
|
-
|
8922
|
-
|
8923
|
-
|
8924
|
-
|
8925
|
-
|
8926
|
-
|
8927
|
-
|
8928
|
-
|
8929
|
-
|
8930
|
-
|
8931
|
-
|
8932
|
-
},
|
8918
|
+
// {
|
8919
|
+
// package: 'uni-ui',
|
8920
|
+
// version: 'latest',
|
8921
|
+
// library: 'UniUI',
|
8922
|
+
// urls: [
|
8923
|
+
// '@vtj/materials/deps/uni-ui/style.css',
|
8924
|
+
// '@vtj/materials/deps/uni-ui/index.umd.js'
|
8925
|
+
// ],
|
8926
|
+
// required: true,
|
8927
|
+
// official: true,
|
8928
|
+
// enabled: true,
|
8929
|
+
// assetsUrl: '@vtj/materials/assets/uni-ui/index.umd.js',
|
8930
|
+
// assetsLibrary: 'UniUIMaterial',
|
8931
|
+
// platform: 'uniapp'
|
8932
|
+
// },
|
8933
8933
|
{
|
8934
8934
|
package: "@vtj/utils",
|
8935
8935
|
version: "latest",
|
package/package.json
CHANGED
@@ -1,24 +1,24 @@
|
|
1
1
|
{
|
2
2
|
"name": "@vtj/designer",
|
3
3
|
"private": false,
|
4
|
-
"version": "0.10.1
|
4
|
+
"version": "0.10.1",
|
5
5
|
"type": "module",
|
6
6
|
"dependencies": {
|
7
7
|
"html2canvas": "~1.4.1",
|
8
8
|
"mockjs": "~1.1.0",
|
9
9
|
"monaco-editor": "~0.52.0",
|
10
|
-
"@vtj/core": "~0.10.1
|
11
|
-
"@vtj/
|
12
|
-
"@vtj/
|
13
|
-
"@vtj/
|
14
|
-
"@vtj/utils": "~0.10.1
|
15
|
-
"@vtj/uni": "~0.10.1
|
10
|
+
"@vtj/core": "~0.10.1",
|
11
|
+
"@vtj/renderer": "~0.10.1",
|
12
|
+
"@vtj/ui": "~0.10.1",
|
13
|
+
"@vtj/icons": "~0.10.1",
|
14
|
+
"@vtj/utils": "~0.10.1",
|
15
|
+
"@vtj/uni": "~0.10.1"
|
16
16
|
},
|
17
17
|
"devDependencies": {
|
18
18
|
"@types/mockjs": "~1.0.10",
|
19
19
|
"vue": "~3.5.5",
|
20
20
|
"vue-router": "~4.5.0",
|
21
|
-
"@vtj/cli": "~0.10.
|
21
|
+
"@vtj/cli": "~0.10.1"
|
22
22
|
},
|
23
23
|
"files": [
|
24
24
|
"dist",
|
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.10.1-alpha.
|
5
|
+
* @version 0.10.1-alpha.7
|
6
6
|
* @license <a href="https://vtj.pro/license.html">MIT License</a>
|
7
7
|
*/
|
8
|
-
export declare const version = "0.10.1-alpha.
|
8
|
+
export declare const version = "0.10.1-alpha.7";
|