@vtj/designer 0.11.12 → 0.11.13

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
@@ -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.12
19
+ * @version 0.11.13
20
20
  * @license <a href="https://vtj.pro/license.html">MIT License</a>
21
21
  */
22
- const pt = "0.11.12", wo = {
22
+ const pt = "0.11.13", wo = {
23
23
  width: 390,
24
24
  height: 844
25
25
  }, ko = {
@@ -11262,7 +11262,7 @@ class od {
11262
11262
  }
11263
11263
  const rd = [
11264
11264
  "ResizeObserver loop completed with undelivered notifications.",
11265
- "ResizeObserver loop completed with undelivered notifications.",
11265
+ '"ResizeObserver loop completed with undelivered notifications."',
11266
11266
  "ResizeObserver loop limit exceeded"
11267
11267
  ];
11268
11268
  class id {
@@ -11277,7 +11277,7 @@ class id {
11277
11277
  (l) => {
11278
11278
  if (l && l.data && l.data.code !== 0) {
11279
11279
  const { url: a, data: r, params: s, headers: o } = l.config;
11280
- this.error(l.data, {
11280
+ ["/__vtj__/", "lcdp.vtj.pro"].some((d) => a?.includes(d)) && this.error(l.data, {
11281
11281
  url: a,
11282
11282
  data: r,
11283
11283
  params: s,
@@ -11290,7 +11290,7 @@ class id {
11290
11290
  type: "request.error",
11291
11291
  event: l,
11292
11292
  eventString: l.toString()
11293
- }), l)
11293
+ }), Promise.reject(l))
11294
11294
  );
11295
11295
  }
11296
11296
  bindGlobalError() {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@vtj/designer",
3
3
  "private": false,
4
- "version": "0.11.12",
4
+ "version": "0.11.13",
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.12",
28
- "@vtj/renderer": "~0.11.12",
29
- "@vtj/uni": "~0.11.12",
30
- "@vtj/utils": "~0.11.12",
31
- "@vtj/icons": "~0.11.12",
32
- "@vtj/ui": "~0.11.12"
27
+ "@vtj/core": "~0.11.13",
28
+ "@vtj/renderer": "~0.11.13",
29
+ "@vtj/icons": "~0.11.13",
30
+ "@vtj/uni": "~0.11.13",
31
+ "@vtj/ui": "~0.11.13",
32
+ "@vtj/utils": "~0.11.13"
33
33
  },
34
34
  "devDependencies": {
35
35
  "@types/mockjs": "~1.0.10",
@@ -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.11
5
+ * @version 0.11.12
6
6
  * @license <a href="https://vtj.pro/license.html">MIT License</a>
7
7
  */
8
- export declare const version = "0.11.11";
8
+ export declare const version = "0.11.12";