@vtj/designer 0.8.158 → 0.8.160

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
@@ -14,10 +14,10 @@ import Os from "mockjs";
14
14
  * Copyright (c) 2024, VTJ.PRO All rights reserved.
15
15
  * @name @vtj/designer
16
16
  * @author CHC chenhuachun1549@dingtalk.com
17
- * @version 0.8.158
17
+ * @version 0.8.160
18
18
  * @license <a href="https://vtj.pro/license.html">MIT License</a>
19
19
  */
20
- const zs = "0.8.158", Yt = {
20
+ const zs = "0.8.160", Yt = {
21
21
  width: 390,
22
22
  height: 844
23
23
  }, Zt = {
@@ -346,7 +346,8 @@ function ve(u, e = "success") {
346
346
  function eo(u) {
347
347
  const e = u ? { ...u } : {}, t = (l) => new Proxy(l || {}, {
348
348
  get(a, s) {
349
- return t(a[s]);
349
+ return typeof s == "symbol" ? () => {
350
+ } : t(a[s]);
350
351
  }
351
352
  });
352
353
  return e.context = new Proxy(e.context || {}, {
package/package.json CHANGED
@@ -1,16 +1,16 @@
1
1
  {
2
2
  "name": "@vtj/designer",
3
3
  "private": false,
4
- "version": "0.8.158",
4
+ "version": "0.8.160",
5
5
  "type": "module",
6
6
  "dependencies": {
7
7
  "mockjs": "~1.1.0",
8
8
  "monaco-editor": "~0.51.0",
9
- "@vtj/core": "~0.8.158",
10
- "@vtj/icons": "~0.8.158",
11
- "@vtj/ui": "~0.8.158",
12
- "@vtj/renderer": "~0.8.158",
13
- "@vtj/utils": "~0.8.158"
9
+ "@vtj/renderer": "~0.8.160",
10
+ "@vtj/core": "~0.8.160",
11
+ "@vtj/icons": "~0.8.160",
12
+ "@vtj/ui": "~0.8.160",
13
+ "@vtj/utils": "~0.8.160"
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.157
5
+ * @version 0.8.159
6
6
  * @license <a href="https://vtj.pro/license.html">MIT License</a>
7
7
  */
8
- export declare const version = "0.8.157";
8
+ export declare const version = "0.8.159";