@vtj/designer 0.12.50 → 0.12.52
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/Editor-ii10HHlW.js +4 -0
- package/dist/{index-Nbc9E1tZ.js → index-CfRwLo41.js} +962 -948
- package/dist/index.mjs +43 -42
- package/package.json +7 -7
- package/types/components/widgets/ai/bubble.d.ts +2 -0
- package/types/constants.d.ts +1 -0
- package/types/version.d.ts +2 -2
- package/dist/Editor-9xcjzO70.js +0 -4
package/dist/index.mjs
CHANGED
@@ -1,8 +1,8 @@
|
|
1
|
-
import { A as e,
|
1
|
+
import { A as e, H as E, p as r, o as t, O as i, Q as n, E as S, j as _, F as o, z as I, k as T, n as p, K as l, g as O, M as V, a as g, x as R, N as d, e as A, T as M, P as D, l as P, R as N, B as L, a4 as u, J as b, D as c, S as B, f as K, i as W, a6 as Y, I as m, h as f, a3 as w, t as x, m as y, V as F, v as G, b as U, d as k, c as H, y as C, q as X, u as v, W as J, a5 as Z, a7 as z, X as h, Y as j, $ as q, U as Q, a9 as $, L as aa, Z as sa, a1 as ea, C as Ea, ac as ra, ad as ta, aa as ia, ae as na, a8 as Sa, ab as _a, af as oa, r as Ia, a2 as Ta, s as pa, G as la, a0 as Oa, w as Va } from "./index-CfRwLo41.js";
|
2
2
|
export {
|
3
3
|
e as API_METHOD_TYPES,
|
4
|
-
|
5
|
-
|
4
|
+
E as Assets,
|
5
|
+
r as Binder,
|
6
6
|
t as Box,
|
7
7
|
i as Designer,
|
8
8
|
n as DevTools,
|
@@ -13,59 +13,60 @@ export {
|
|
13
13
|
T as Icon,
|
14
14
|
p as Item,
|
15
15
|
l as KEYBOARD_EVENT_LIST,
|
16
|
+
O as MAX_TOKENS,
|
16
17
|
V as MOBILE_SIZE,
|
17
|
-
|
18
|
-
|
19
|
-
|
20
|
-
|
21
|
-
|
18
|
+
g as MOUSE_EVENT_LIST,
|
19
|
+
R as MicroApp,
|
20
|
+
d as NAME_REGEX,
|
21
|
+
A as NPM_REGISTRY_URL,
|
22
|
+
M as OpenApi,
|
22
23
|
D as PAD_SIZE,
|
23
|
-
|
24
|
-
|
24
|
+
P as Panel,
|
25
|
+
N as REPORT_API,
|
25
26
|
L as RegionType,
|
26
|
-
|
27
|
-
|
28
|
-
|
29
|
-
|
30
|
-
|
27
|
+
u as RegionWrapper,
|
28
|
+
b as Renderer,
|
29
|
+
c as SAVE_BLOCK_FILE_FINISH,
|
30
|
+
B as SESSION_ID_KEY,
|
31
|
+
K as STATE_KEY,
|
31
32
|
W as SetterView,
|
32
33
|
Y as SetterWrapper,
|
33
34
|
m as Simulator,
|
34
|
-
|
35
|
+
f as Skeleton,
|
35
36
|
w as SkeletonWrapper,
|
36
37
|
x as SlotsPicker,
|
37
38
|
y as Tabs,
|
38
39
|
F as VERSION_REGEX,
|
39
40
|
G as VTJ_DESIGNER_VERSION,
|
40
41
|
U as VUE_DEVTOOLS_FRAME_STATE_KEY,
|
41
|
-
|
42
|
-
|
43
|
-
|
44
|
-
|
42
|
+
k as VUE_DEVTOOLS_OVERLAY_PATH,
|
43
|
+
H as VUE_DEVTOOLS_PATH,
|
44
|
+
C as VariableBinder,
|
45
|
+
X as Viewer,
|
45
46
|
v as Viewport,
|
46
47
|
J as WidgetGroup,
|
47
|
-
|
48
|
-
|
49
|
-
|
50
|
-
|
51
|
-
|
52
|
-
|
53
|
-
|
54
|
-
|
55
|
-
|
56
|
-
|
57
|
-
|
48
|
+
Z as WidgetWrapper,
|
49
|
+
z as alert,
|
50
|
+
h as builtInDeps,
|
51
|
+
j as builtInMaterials,
|
52
|
+
q as builtInSetters,
|
53
|
+
Q as builtInWidgets,
|
54
|
+
$ as confirm,
|
55
|
+
aa as createSlotsPicker,
|
56
|
+
sa as defaultSetter,
|
57
|
+
ea as depsManager,
|
58
|
+
Ea as engineKey,
|
58
59
|
ra as expressionValidate,
|
59
|
-
|
60
|
-
|
61
|
-
|
62
|
-
|
63
|
-
|
64
|
-
|
65
|
-
|
66
|
-
|
67
|
-
|
68
|
-
|
69
|
-
|
60
|
+
ta as getClassProperties,
|
61
|
+
ia as message,
|
62
|
+
na as normalizedStyle,
|
63
|
+
Sa as notify,
|
64
|
+
_a as proxyContext,
|
65
|
+
oa as readJsonFile,
|
66
|
+
Ia as regions,
|
67
|
+
Ta as setterManager,
|
68
|
+
pa as setters,
|
69
|
+
la as useEngine,
|
70
|
+
Oa as widgetManager,
|
70
71
|
Va as widgets
|
71
72
|
};
|
package/package.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
{
|
2
2
|
"name": "@vtj/designer",
|
3
3
|
"private": false,
|
4
|
-
"version": "0.12.
|
4
|
+
"version": "0.12.52",
|
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.
|
30
|
-
"@vtj/icons": "~0.12.
|
31
|
-
"@vtj/
|
32
|
-
"@vtj/
|
33
|
-
"@vtj/utils": "~0.12.
|
34
|
-
"@vtj/
|
29
|
+
"@vtj/core": "~0.12.52",
|
30
|
+
"@vtj/icons": "~0.12.52",
|
31
|
+
"@vtj/ui": "~0.12.52",
|
32
|
+
"@vtj/renderer": "~0.12.52",
|
33
|
+
"@vtj/utils": "~0.12.52",
|
34
|
+
"@vtj/uni": "~0.12.52"
|
35
35
|
},
|
36
36
|
"devDependencies": {
|
37
37
|
"@types/mockjs": "~1.0.10",
|
@@ -10,12 +10,14 @@ declare const _default: DefineComponent<Props, {}, {}, {}, {}, ComponentOptionsM
|
|
10
10
|
view: (...args: any[]) => void;
|
11
11
|
refresh: (...args: any[]) => void;
|
12
12
|
download: (...args: any[]) => void;
|
13
|
+
apply: (...args: any[]) => void;
|
13
14
|
fix: (...args: any[]) => void;
|
14
15
|
}, string, PublicProps, Readonly<Props> & Readonly<{
|
15
16
|
onCancel?: ((...args: any[]) => any) | undefined;
|
16
17
|
onView?: ((...args: any[]) => any) | undefined;
|
17
18
|
onRefresh?: ((...args: any[]) => any) | undefined;
|
18
19
|
onDownload?: ((...args: any[]) => any) | undefined;
|
20
|
+
onApply?: ((...args: any[]) => any) | undefined;
|
19
21
|
onFix?: ((...args: any[]) => any) | undefined;
|
20
22
|
}>, {
|
21
23
|
type: "user" | "ai";
|
package/types/constants.d.ts
CHANGED
package/types/version.d.ts
CHANGED
@@ -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.
|
5
|
+
* @version 0.12.51
|
6
6
|
* @license <a href="https://vtj.pro/license.html">MIT License</a>
|
7
7
|
*/
|
8
|
-
export declare const version = "0.12.
|
8
|
+
export declare const version = "0.12.51";
|
package/dist/Editor-9xcjzO70.js
DELETED