@vtj/designer 0.12.32 → 0.12.33

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.
@@ -0,0 +1,4 @@
1
+ import { _ as f } from "./index-CNvPBLAV.js";
2
+ export {
3
+ f as default
4
+ };
@@ -19,10 +19,10 @@ import { editor as Cc } from "monaco-editor";
19
19
  * Copyright (c) 2025, VTJ.PRO All rights reserved.
20
20
  * @name @vtj/designer
21
21
  * @author CHC chenhuachun1549@dingtalk.com
22
- * @version 0.12.32
22
+ * @version 0.12.33
23
23
  * @license <a href="https://vtj.pro/license.html">MIT License</a>
24
24
  */
25
- const jn = "0.12.32", xc = {
25
+ const jn = "0.12.33", xc = {
26
26
  width: 390,
27
27
  height: 844
28
28
  }, Ac = {
@@ -1621,7 +1621,7 @@ function wu() {
1621
1621
  const Ut = Sn.content || "", ht = Sn.reasoning_content || "";
1622
1622
  Ut && (L.content += Ut), ht && (L.reasoning += ht, he += Date.now() - xe);
1623
1623
  }
1624
- if (Se?.usage && (L.tokens = Se.usage.total_tokens || 0), et && L.status === "Pending") {
1624
+ if (Se?.usage && (L.tokens = (L.tokens || 0) + (Se.usage.total_tokens || 0)), et && L.status === "Pending") {
1625
1625
  L.status = "Success", L.thinking = Math.ceil(he / 1e3), L.vue = Rt(L.content);
1626
1626
  const Ut = await it(L).catch((ht) => {
1627
1627
  if (Array.isArray(ht))
@@ -2468,7 +2468,7 @@ const _u = "data:image/svg+xml,%3c?xml%20version='1.0'%20standalone='no'?%3e%3c!
2468
2468
  ]));
2469
2469
  }
2470
2470
  }), Oe = wl({
2471
- loader: () => import("./Editor-NXQE_X2U.js"),
2471
+ loader: () => import("./Editor-B64RFVXt.js"),
2472
2472
  loadingComponent: B({
2473
2473
  render() {
2474
2474
  return Zt("div", "正在拼命加载...");
package/dist/index.mjs CHANGED
@@ -1,4 +1,4 @@
1
- import { f as e, A as E, I as r, q as t, p as i, Q as n, T as S, E as _, k as o, G as I, B as T, l as p, o as l, K as O, M as V, a as g, y as R, N as d, e as A, U as M, P as D, m as P, R as L, g as N, C as u, a5 as b, L as c, F as B, S as W, h as Y, j as m, a7 as K, J as f, i as w, a4 as x, u as y, n as C, V as F, v as G, b as U, d as k, c as H, z as v, t as J, x as X, W as Z, a6 as z, a8 as h, Y as j, Z as q, a0 as Q, X as $, aa, O as sa, $ as ea, a2 as Ea, D as ra, ad as ta, ae as ia, ab as na, af as Sa, a9 as _a, ac as oa, ag as Ia, r as Ta, a3 as pa, s as la, H as Oa, a1 as Va, w as ga } from "./index-hkXjowjW.js";
1
+ import { f as e, A as E, I as r, q as t, p as i, Q as n, T as S, E as _, k as o, G as I, B as T, l as p, o as l, K as O, M as V, a as g, y as R, N as d, e as A, U as M, P as D, m as P, R as L, g as N, C as u, a5 as b, L as c, F as B, S as W, h as Y, j as m, a7 as K, J as f, i as w, a4 as x, u as y, n as C, V as F, v as G, b as U, d as k, c as H, z as v, t as J, x as X, W as Z, a6 as z, a8 as h, Y as j, Z as q, a0 as Q, X as $, aa, O as sa, $ as ea, a2 as Ea, D as ra, ad as ta, ae as ia, ab as na, af as Sa, a9 as _a, ac as oa, ag as Ia, r as Ta, a3 as pa, s as la, H as Oa, a1 as Va, w as ga } from "./index-CNvPBLAV.js";
2
2
  export {
3
3
  e as ACCESS,
4
4
  E as API_METHOD_TYPES,
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@vtj/designer",
3
3
  "private": false,
4
- "version": "0.12.32",
4
+ "version": "0.12.33",
5
5
  "type": "module",
6
6
  "keywords": [
7
7
  "低代码引擎",
@@ -26,12 +26,12 @@
26
26
  "marked": "~15.0.8",
27
27
  "mockjs": "~1.1.0",
28
28
  "monaco-editor": "~0.52.0",
29
- "@vtj/core": "~0.12.32",
30
- "@vtj/icons": "~0.12.32",
31
- "@vtj/ui": "~0.12.32",
32
- "@vtj/uni": "~0.12.32",
33
- "@vtj/renderer": "~0.12.32",
34
- "@vtj/utils": "~0.12.32"
29
+ "@vtj/core": "~0.12.33",
30
+ "@vtj/icons": "~0.12.33",
31
+ "@vtj/uni": "~0.12.33",
32
+ "@vtj/utils": "~0.12.33",
33
+ "@vtj/ui": "~0.12.33",
34
+ "@vtj/renderer": "~0.12.33"
35
35
  },
36
36
  "devDependencies": {
37
37
  "@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.12.31
5
+ * @version 0.12.32
6
6
  * @license <a href="https://vtj.pro/license.html">MIT License</a>
7
7
  */
8
- export declare const version = "0.12.31";
8
+ export declare const version = "0.12.32";
@@ -1,4 +0,0 @@
1
- import { _ as f } from "./index-hkXjowjW.js";
2
- export {
3
- f as default
4
- };