@vtj/designer 0.16.7 → 0.16.8
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.
|
@@ -19,10 +19,10 @@ import { editor as Bm } from "monaco-editor";
|
|
|
19
19
|
* Copyright (c) 2026, VTJ.PRO All rights reserved.
|
|
20
20
|
* @name @vtj/designer
|
|
21
21
|
* @author CHC chenhuachun1549@dingtalk.com
|
|
22
|
-
* @version 0.16.
|
|
22
|
+
* @version 0.16.8
|
|
23
23
|
* @license <a href="https://vtj.pro/license.html">MIT License</a>
|
|
24
24
|
*/
|
|
25
|
-
const dr = "0.16.
|
|
25
|
+
const dr = "0.16.8", Um = {
|
|
26
26
|
width: 390,
|
|
27
27
|
height: 844
|
|
28
28
|
}, zm = {
|
|
@@ -2523,8 +2523,8 @@ function pv(e) {
|
|
|
2523
2523
|
};
|
|
2524
2524
|
},
|
|
2525
2525
|
shouldNext: (b) => {
|
|
2526
|
-
const k = b.content || b.reasoning || "";
|
|
2527
|
-
return
|
|
2526
|
+
const k = b.content || b.reasoning || "", x = b.message?.trim() || "";
|
|
2527
|
+
return x.startsWith("4") || x.startsWith("5") || k.includes("F:") || k.includes("R:") ? !1 : !!(b.toolCallId && (b.toolContent || b.message));
|
|
2528
2528
|
},
|
|
2529
2529
|
createNextPrompt: (b) => b.toolCallId ? b.toolContent || b.message || "O: 动作执行成功" : b.status === "Error" || b.status === "Failed" ? b.toolContent || b.message || "O: 动作执行失败" : "执行计划",
|
|
2530
2530
|
getCurrentVue: p,
|
|
@@ -8968,7 +8968,7 @@ const Mw = "data:image/svg+xml,%3csvg%20width='200'%20height='200'%20xmlns='http
|
|
|
8968
8968
|
]));
|
|
8969
8969
|
}
|
|
8970
8970
|
}), Ye = pp({
|
|
8971
|
-
loader: () => import("./Editor-
|
|
8971
|
+
loader: () => import("./Editor-Dn1LZw0k.js"),
|
|
8972
8972
|
loadingComponent: H({
|
|
8973
8973
|
render() {
|
|
8974
8974
|
return eo("div", "正在拼命加载...");
|
package/dist/index.mjs
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { A as e, a as E, b as t, c as r, d as n, C as i, D as S, e as _, E as o, f as I, g as T, h as O, G as l, H as d, i as p, j as g, K as V, M as R, k as A, l as D, N, m as P, O as L, P as M, n as c, R as K, o as m, p as u, q as Y, S as b, r as B, s as G, t as U, u as W, v as y, w as F, x as f, y as k, z as w, T as x, B as C, F as H, V as X, I as J, J as Z, L as h, Q as j, U as v, W as z, X as q, Y as Q, Z as $, $ as aa, a0 as sa, a1 as ea, a2 as Ea, a3 as ta, a4 as ra, a5 as na, a6 as ia, a7 as Sa, a8 as _a, a9 as oa, aa as Ia, ab as Ta, ac as Oa, ad as la, ae as da, af as pa, ag as ga, ah as Va, ai as Ra, aj as Aa, ak as Da, al as Na, am as Pa, an as La } from "./index-
|
|
1
|
+
import { A as e, a as E, b as t, c as r, d as n, C as i, D as S, e as _, E as o, f as I, g as T, h as O, G as l, H as d, i as p, j as g, K as V, M as R, k as A, l as D, N, m as P, O as L, P as M, n as c, R as K, o as m, p as u, q as Y, S as b, r as B, s as G, t as U, u as W, v as y, w as F, x as f, y as k, z as w, T as x, B as C, F as H, V as X, I as J, J as Z, L as h, Q as j, U as v, W as z, X as q, Y as Q, Z as $, $ as aa, a0 as sa, a1 as ea, a2 as Ea, a3 as ta, a4 as ra, a5 as na, a6 as ia, a7 as Sa, a8 as _a, a9 as oa, aa as Ia, ab as Ta, ac as Oa, ad as la, ae as da, af as pa, ag as ga, ah as Va, ai as Ra, aj as Aa, ak as Da, al as Na, am as Pa, an as La } from "./index-2TCG349e.js";
|
|
2
2
|
export {
|
|
3
3
|
e as API_METHOD_TYPES,
|
|
4
4
|
E as ActionMenu,
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vtj/designer",
|
|
3
3
|
"private": false,
|
|
4
|
-
"version": "0.16.
|
|
4
|
+
"version": "0.16.8",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"keywords": [
|
|
7
7
|
"低代码引擎",
|
|
@@ -29,12 +29,12 @@
|
|
|
29
29
|
"marked": "~17.0.1",
|
|
30
30
|
"mockjs": "~1.1.0",
|
|
31
31
|
"monaco-editor": "~0.55.0",
|
|
32
|
-
"@vtj/
|
|
33
|
-
"@vtj/
|
|
34
|
-
"@vtj/renderer": "~0.16.
|
|
35
|
-
"@vtj/
|
|
36
|
-
"@vtj/
|
|
37
|
-
"@vtj/
|
|
32
|
+
"@vtj/core": "~0.16.8",
|
|
33
|
+
"@vtj/icons": "~0.16.8",
|
|
34
|
+
"@vtj/renderer": "~0.16.8",
|
|
35
|
+
"@vtj/uni": "~0.16.8",
|
|
36
|
+
"@vtj/ui": "~0.16.8",
|
|
37
|
+
"@vtj/utils": "~0.16.8"
|
|
38
38
|
},
|
|
39
39
|
"devDependencies": {
|
|
40
40
|
"@types/mockjs": "~1.0.10",
|
|
@@ -9,7 +9,7 @@ export declare function useAgent(config: AgentConfig): {
|
|
|
9
9
|
parseOutput: (content: string, flag?: string) => ParseResult | null;
|
|
10
10
|
callTool: (tool: ToolCall) => Promise<string>;
|
|
11
11
|
processOutput: (chat: AIChat) => Promise<AIChat>;
|
|
12
|
-
shouldNext: (chat: AIChat) => boolean
|
|
12
|
+
shouldNext: (chat: AIChat) => boolean;
|
|
13
13
|
createNextPrompt: (chat: AIChat) => string;
|
|
14
14
|
getCurrentVue: () => Promise<string>;
|
|
15
15
|
convertVueToDsl: (chat: AIChat) => Promise< BlockSchema | undefined>;
|
package/types/version.d.ts
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Copyright (c) 2026, VTJ.PRO All rights reserved.
|
|
3
3
|
* @name @vtj/designer
|
|
4
4
|
* @author CHC chenhuachun1549@dingtalk.com
|
|
5
|
-
* @version 0.16.
|
|
5
|
+
* @version 0.16.7
|
|
6
6
|
* @license <a href="https://vtj.pro/license.html">MIT License</a>
|
|
7
7
|
*/
|
|
8
|
-
export declare const version = "0.16.
|
|
8
|
+
export declare const version = "0.16.7";
|
package/dist/Editor-BIJ_WidI.js
DELETED