@vtj/designer 0.8.27 → 0.8.28

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 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.27
15
+ * @version 0.8.28
16
16
  * @license <a href="https://vtj.pro/license.html">MIT License</a>
17
17
  */
18
- const vs = "0.8.27", Rt = {
18
+ const vs = "0.8.28", Rt = {
19
19
  width: 390,
20
20
  height: 844
21
21
  }, Tt = {
@@ -6533,7 +6533,7 @@ const Bs = "data:image/svg+xml,%3c?xml%20version='1.0'%20standalone='no'?%3e%3c!
6533
6533
  name: "DocsWidget",
6534
6534
  __name: "index",
6535
6535
  props: {
6536
- url: { default: "https://newgateway.gitee.io/vtj/help/index.html" }
6536
+ url: { default: "//vtj.pro/help/index.html" }
6537
6537
  },
6538
6538
  setup(c) {
6539
6539
  const e = c, n = k();
package/package.json CHANGED
@@ -1,16 +1,16 @@
1
1
  {
2
2
  "name": "@vtj/designer",
3
3
  "private": false,
4
- "version": "0.8.27",
4
+ "version": "0.8.28",
5
5
  "type": "module",
6
6
  "dependencies": {
7
7
  "mockjs": "~1.1.0",
8
8
  "monaco-editor": "~0.48.0",
9
- "@vtj/ui": "~0.8.27",
10
- "@vtj/renderer": "~0.8.27",
11
- "@vtj/icons": "~0.8.27",
12
- "@vtj/utils": "~0.8.27",
13
- "@vtj/core": "~0.8.27"
9
+ "@vtj/utils": "~0.8.28",
10
+ "@vtj/core": "~0.8.28",
11
+ "@vtj/icons": "~0.8.28",
12
+ "@vtj/ui": "~0.8.28",
13
+ "@vtj/renderer": "~0.8.28"
14
14
  },
15
15
  "devDependencies": {
16
16
  "@types/mockjs": "~1.0.10",
@@ -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.26
5
+ * @version 0.8.27
6
6
  * @license <a href="https://vtj.pro/license.html">MIT License</a>
7
7
  */
8
- export declare const version = "0.8.26";
8
+ export declare const version = "0.8.27";