@next-bricks/visual-builder 1.38.5 → 1.38.6
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/bricks.json +11 -11
- package/dist/chunks/220.100322b6.js +2 -0
- package/dist/chunks/220.100322b6.js.map +1 -0
- package/dist/chunks/5933.80708a00.js +3 -0
- package/dist/chunks/5933.80708a00.js.map +1 -0
- package/dist/chunks/{chat-conversation.5660eb6c.js → chat-conversation.a3e800e3.js} +3 -3
- package/dist/chunks/chat-conversation.a3e800e3.js.map +1 -0
- package/dist/chunks/{main.ed3fed26.js → main.019c7563.js} +2 -2
- package/dist/chunks/{main.ed3fed26.js.map → main.019c7563.js.map} +1 -1
- package/dist/{index.ce3debce.js → index.48a4cac7.js} +2 -2
- package/dist/{index.ce3debce.js.map → index.48a4cac7.js.map} +1 -1
- package/dist/manifest.json +91 -91
- package/dist/types.json +202 -202
- package/package.json +2 -2
- package/dist/chunks/220.c9cbb2af.js +0 -2
- package/dist/chunks/220.c9cbb2af.js.map +0 -1
- package/dist/chunks/5659.db2c4d38.js +0 -3
- package/dist/chunks/5659.db2c4d38.js.map +0 -1
- package/dist/chunks/chat-conversation.5660eb6c.js.map +0 -1
- /package/dist/chunks/{5659.db2c4d38.js.LICENSE.txt → 5933.80708a00.js.LICENSE.txt} +0 -0
- /package/dist/chunks/{chat-conversation.5660eb6c.js.LICENSE.txt → chat-conversation.a3e800e3.js.LICENSE.txt} +0 -0
package/dist/types.json
CHANGED
|
@@ -58,57 +58,6 @@
|
|
|
58
58
|
"events": [],
|
|
59
59
|
"methods": []
|
|
60
60
|
},
|
|
61
|
-
"visual-builder.workbench-action": {
|
|
62
|
-
"properties": [
|
|
63
|
-
{
|
|
64
|
-
"name": "icon",
|
|
65
|
-
"annotation": {
|
|
66
|
-
"type": "reference",
|
|
67
|
-
"typeName": {
|
|
68
|
-
"type": "identifier",
|
|
69
|
-
"name": "GeneralIconProps"
|
|
70
|
-
}
|
|
71
|
-
}
|
|
72
|
-
},
|
|
73
|
-
{
|
|
74
|
-
"name": "to",
|
|
75
|
-
"annotation": {
|
|
76
|
-
"type": "keyword",
|
|
77
|
-
"value": "string"
|
|
78
|
-
}
|
|
79
|
-
},
|
|
80
|
-
{
|
|
81
|
-
"name": "active",
|
|
82
|
-
"annotation": {
|
|
83
|
-
"type": "keyword",
|
|
84
|
-
"value": "boolean"
|
|
85
|
-
}
|
|
86
|
-
},
|
|
87
|
-
{
|
|
88
|
-
"name": "href",
|
|
89
|
-
"annotation": {
|
|
90
|
-
"type": "keyword",
|
|
91
|
-
"value": "string"
|
|
92
|
-
}
|
|
93
|
-
},
|
|
94
|
-
{
|
|
95
|
-
"name": "target",
|
|
96
|
-
"annotation": {
|
|
97
|
-
"type": "keyword",
|
|
98
|
-
"value": "string"
|
|
99
|
-
}
|
|
100
|
-
},
|
|
101
|
-
{
|
|
102
|
-
"name": "tooltip",
|
|
103
|
-
"annotation": {
|
|
104
|
-
"type": "keyword",
|
|
105
|
-
"value": "string"
|
|
106
|
-
}
|
|
107
|
-
}
|
|
108
|
-
],
|
|
109
|
-
"events": [],
|
|
110
|
-
"methods": []
|
|
111
|
-
},
|
|
112
61
|
"visual-builder.page-arch-node": {
|
|
113
62
|
"properties": [
|
|
114
63
|
{
|
|
@@ -386,6 +335,36 @@
|
|
|
386
335
|
}
|
|
387
336
|
]
|
|
388
337
|
},
|
|
338
|
+
"visual-builder.check-editor-by-name": {
|
|
339
|
+
"type": "provider",
|
|
340
|
+
"params": [
|
|
341
|
+
{
|
|
342
|
+
"name": "name",
|
|
343
|
+
"annotation": {
|
|
344
|
+
"type": "keyword",
|
|
345
|
+
"value": "string"
|
|
346
|
+
}
|
|
347
|
+
}
|
|
348
|
+
],
|
|
349
|
+
"returns": {
|
|
350
|
+
"annotation": {
|
|
351
|
+
"type": "reference",
|
|
352
|
+
"typeName": {
|
|
353
|
+
"type": "identifier",
|
|
354
|
+
"name": "Promise"
|
|
355
|
+
},
|
|
356
|
+
"typeParameters": {
|
|
357
|
+
"type": "typeParameterInstantiation",
|
|
358
|
+
"params": [
|
|
359
|
+
{
|
|
360
|
+
"type": "keyword",
|
|
361
|
+
"value": "boolean"
|
|
362
|
+
}
|
|
363
|
+
]
|
|
364
|
+
}
|
|
365
|
+
}
|
|
366
|
+
}
|
|
367
|
+
},
|
|
389
368
|
"visual-builder.batch-update-raw-data-generated-view": {
|
|
390
369
|
"type": "provider",
|
|
391
370
|
"params": [
|
|
@@ -507,36 +486,6 @@
|
|
|
507
486
|
}
|
|
508
487
|
]
|
|
509
488
|
},
|
|
510
|
-
"visual-builder.check-editor-by-name": {
|
|
511
|
-
"type": "provider",
|
|
512
|
-
"params": [
|
|
513
|
-
{
|
|
514
|
-
"name": "name",
|
|
515
|
-
"annotation": {
|
|
516
|
-
"type": "keyword",
|
|
517
|
-
"value": "string"
|
|
518
|
-
}
|
|
519
|
-
}
|
|
520
|
-
],
|
|
521
|
-
"returns": {
|
|
522
|
-
"annotation": {
|
|
523
|
-
"type": "reference",
|
|
524
|
-
"typeName": {
|
|
525
|
-
"type": "identifier",
|
|
526
|
-
"name": "Promise"
|
|
527
|
-
},
|
|
528
|
-
"typeParameters": {
|
|
529
|
-
"type": "typeParameterInstantiation",
|
|
530
|
-
"params": [
|
|
531
|
-
{
|
|
532
|
-
"type": "keyword",
|
|
533
|
-
"value": "boolean"
|
|
534
|
-
}
|
|
535
|
-
]
|
|
536
|
-
}
|
|
537
|
-
}
|
|
538
|
-
}
|
|
539
|
-
},
|
|
540
489
|
"visual-builder.get-data-deps": {
|
|
541
490
|
"type": "provider",
|
|
542
491
|
"params": [
|
|
@@ -940,6 +889,57 @@
|
|
|
940
889
|
"events": [],
|
|
941
890
|
"methods": []
|
|
942
891
|
},
|
|
892
|
+
"visual-builder.workbench-action": {
|
|
893
|
+
"properties": [
|
|
894
|
+
{
|
|
895
|
+
"name": "icon",
|
|
896
|
+
"annotation": {
|
|
897
|
+
"type": "reference",
|
|
898
|
+
"typeName": {
|
|
899
|
+
"type": "identifier",
|
|
900
|
+
"name": "GeneralIconProps"
|
|
901
|
+
}
|
|
902
|
+
}
|
|
903
|
+
},
|
|
904
|
+
{
|
|
905
|
+
"name": "to",
|
|
906
|
+
"annotation": {
|
|
907
|
+
"type": "keyword",
|
|
908
|
+
"value": "string"
|
|
909
|
+
}
|
|
910
|
+
},
|
|
911
|
+
{
|
|
912
|
+
"name": "active",
|
|
913
|
+
"annotation": {
|
|
914
|
+
"type": "keyword",
|
|
915
|
+
"value": "boolean"
|
|
916
|
+
}
|
|
917
|
+
},
|
|
918
|
+
{
|
|
919
|
+
"name": "href",
|
|
920
|
+
"annotation": {
|
|
921
|
+
"type": "keyword",
|
|
922
|
+
"value": "string"
|
|
923
|
+
}
|
|
924
|
+
},
|
|
925
|
+
{
|
|
926
|
+
"name": "target",
|
|
927
|
+
"annotation": {
|
|
928
|
+
"type": "keyword",
|
|
929
|
+
"value": "string"
|
|
930
|
+
}
|
|
931
|
+
},
|
|
932
|
+
{
|
|
933
|
+
"name": "tooltip",
|
|
934
|
+
"annotation": {
|
|
935
|
+
"type": "keyword",
|
|
936
|
+
"value": "string"
|
|
937
|
+
}
|
|
938
|
+
}
|
|
939
|
+
],
|
|
940
|
+
"events": [],
|
|
941
|
+
"methods": []
|
|
942
|
+
},
|
|
943
943
|
"visual-builder.workbench-action-list": {
|
|
944
944
|
"properties": [
|
|
945
945
|
{
|
|
@@ -1932,6 +1932,127 @@
|
|
|
1932
1932
|
}
|
|
1933
1933
|
]
|
|
1934
1934
|
},
|
|
1935
|
+
"visual-builder.chat-conversation": {
|
|
1936
|
+
"properties": [
|
|
1937
|
+
{
|
|
1938
|
+
"name": "messages",
|
|
1939
|
+
"annotation": {
|
|
1940
|
+
"type": "array",
|
|
1941
|
+
"elementType": {
|
|
1942
|
+
"type": "reference",
|
|
1943
|
+
"typeName": {
|
|
1944
|
+
"type": "identifier",
|
|
1945
|
+
"name": "Message"
|
|
1946
|
+
}
|
|
1947
|
+
}
|
|
1948
|
+
}
|
|
1949
|
+
},
|
|
1950
|
+
{
|
|
1951
|
+
"name": "errorBoundary",
|
|
1952
|
+
"annotation": {
|
|
1953
|
+
"type": "keyword",
|
|
1954
|
+
"value": "boolean"
|
|
1955
|
+
}
|
|
1956
|
+
}
|
|
1957
|
+
],
|
|
1958
|
+
"events": [
|
|
1959
|
+
{
|
|
1960
|
+
"name": "storyboard.update",
|
|
1961
|
+
"detail": {
|
|
1962
|
+
"annotation": {
|
|
1963
|
+
"type": "array",
|
|
1964
|
+
"elementType": {
|
|
1965
|
+
"type": "reference",
|
|
1966
|
+
"typeName": {
|
|
1967
|
+
"type": "identifier",
|
|
1968
|
+
"name": "BrickConf"
|
|
1969
|
+
}
|
|
1970
|
+
}
|
|
1971
|
+
}
|
|
1972
|
+
}
|
|
1973
|
+
}
|
|
1974
|
+
],
|
|
1975
|
+
"methods": [],
|
|
1976
|
+
"types": [
|
|
1977
|
+
{
|
|
1978
|
+
"type": "interface",
|
|
1979
|
+
"name": "Message",
|
|
1980
|
+
"body": [
|
|
1981
|
+
{
|
|
1982
|
+
"type": "propertySignature",
|
|
1983
|
+
"key": {
|
|
1984
|
+
"type": "identifier",
|
|
1985
|
+
"name": "role"
|
|
1986
|
+
},
|
|
1987
|
+
"annotation": {
|
|
1988
|
+
"type": "union",
|
|
1989
|
+
"types": [
|
|
1990
|
+
{
|
|
1991
|
+
"type": "jsLiteral",
|
|
1992
|
+
"value": "user"
|
|
1993
|
+
},
|
|
1994
|
+
{
|
|
1995
|
+
"type": "jsLiteral",
|
|
1996
|
+
"value": "assistant"
|
|
1997
|
+
}
|
|
1998
|
+
]
|
|
1999
|
+
},
|
|
2000
|
+
"computed": false
|
|
2001
|
+
},
|
|
2002
|
+
{
|
|
2003
|
+
"type": "propertySignature",
|
|
2004
|
+
"key": {
|
|
2005
|
+
"type": "identifier",
|
|
2006
|
+
"name": "content"
|
|
2007
|
+
},
|
|
2008
|
+
"annotation": {
|
|
2009
|
+
"type": "keyword",
|
|
2010
|
+
"value": "string"
|
|
2011
|
+
},
|
|
2012
|
+
"computed": false
|
|
2013
|
+
},
|
|
2014
|
+
{
|
|
2015
|
+
"type": "propertySignature",
|
|
2016
|
+
"key": {
|
|
2017
|
+
"type": "identifier",
|
|
2018
|
+
"name": "key"
|
|
2019
|
+
},
|
|
2020
|
+
"annotation": {
|
|
2021
|
+
"type": "keyword",
|
|
2022
|
+
"value": "number"
|
|
2023
|
+
},
|
|
2024
|
+
"computed": false
|
|
2025
|
+
},
|
|
2026
|
+
{
|
|
2027
|
+
"type": "propertySignature",
|
|
2028
|
+
"key": {
|
|
2029
|
+
"type": "identifier",
|
|
2030
|
+
"name": "partial"
|
|
2031
|
+
},
|
|
2032
|
+
"annotation": {
|
|
2033
|
+
"type": "keyword",
|
|
2034
|
+
"value": "boolean"
|
|
2035
|
+
},
|
|
2036
|
+
"optional": true,
|
|
2037
|
+
"computed": false
|
|
2038
|
+
},
|
|
2039
|
+
{
|
|
2040
|
+
"type": "propertySignature",
|
|
2041
|
+
"key": {
|
|
2042
|
+
"type": "identifier",
|
|
2043
|
+
"name": "failed"
|
|
2044
|
+
},
|
|
2045
|
+
"annotation": {
|
|
2046
|
+
"type": "keyword",
|
|
2047
|
+
"value": "boolean"
|
|
2048
|
+
},
|
|
2049
|
+
"optional": true,
|
|
2050
|
+
"computed": false
|
|
2051
|
+
}
|
|
2052
|
+
]
|
|
2053
|
+
}
|
|
2054
|
+
]
|
|
2055
|
+
},
|
|
1935
2056
|
"visual-builder.get-config-by-data-for-ai": {
|
|
1936
2057
|
"type": "provider",
|
|
1937
2058
|
"params": [
|
|
@@ -2382,127 +2503,6 @@
|
|
|
2382
2503
|
}
|
|
2383
2504
|
}
|
|
2384
2505
|
},
|
|
2385
|
-
"visual-builder.chat-conversation": {
|
|
2386
|
-
"properties": [
|
|
2387
|
-
{
|
|
2388
|
-
"name": "messages",
|
|
2389
|
-
"annotation": {
|
|
2390
|
-
"type": "array",
|
|
2391
|
-
"elementType": {
|
|
2392
|
-
"type": "reference",
|
|
2393
|
-
"typeName": {
|
|
2394
|
-
"type": "identifier",
|
|
2395
|
-
"name": "Message"
|
|
2396
|
-
}
|
|
2397
|
-
}
|
|
2398
|
-
}
|
|
2399
|
-
},
|
|
2400
|
-
{
|
|
2401
|
-
"name": "errorBoundary",
|
|
2402
|
-
"annotation": {
|
|
2403
|
-
"type": "keyword",
|
|
2404
|
-
"value": "boolean"
|
|
2405
|
-
}
|
|
2406
|
-
}
|
|
2407
|
-
],
|
|
2408
|
-
"events": [
|
|
2409
|
-
{
|
|
2410
|
-
"name": "storyboard.update",
|
|
2411
|
-
"detail": {
|
|
2412
|
-
"annotation": {
|
|
2413
|
-
"type": "array",
|
|
2414
|
-
"elementType": {
|
|
2415
|
-
"type": "reference",
|
|
2416
|
-
"typeName": {
|
|
2417
|
-
"type": "identifier",
|
|
2418
|
-
"name": "BrickConf"
|
|
2419
|
-
}
|
|
2420
|
-
}
|
|
2421
|
-
}
|
|
2422
|
-
}
|
|
2423
|
-
}
|
|
2424
|
-
],
|
|
2425
|
-
"methods": [],
|
|
2426
|
-
"types": [
|
|
2427
|
-
{
|
|
2428
|
-
"type": "interface",
|
|
2429
|
-
"name": "Message",
|
|
2430
|
-
"body": [
|
|
2431
|
-
{
|
|
2432
|
-
"type": "propertySignature",
|
|
2433
|
-
"key": {
|
|
2434
|
-
"type": "identifier",
|
|
2435
|
-
"name": "role"
|
|
2436
|
-
},
|
|
2437
|
-
"annotation": {
|
|
2438
|
-
"type": "union",
|
|
2439
|
-
"types": [
|
|
2440
|
-
{
|
|
2441
|
-
"type": "jsLiteral",
|
|
2442
|
-
"value": "user"
|
|
2443
|
-
},
|
|
2444
|
-
{
|
|
2445
|
-
"type": "jsLiteral",
|
|
2446
|
-
"value": "assistant"
|
|
2447
|
-
}
|
|
2448
|
-
]
|
|
2449
|
-
},
|
|
2450
|
-
"computed": false
|
|
2451
|
-
},
|
|
2452
|
-
{
|
|
2453
|
-
"type": "propertySignature",
|
|
2454
|
-
"key": {
|
|
2455
|
-
"type": "identifier",
|
|
2456
|
-
"name": "content"
|
|
2457
|
-
},
|
|
2458
|
-
"annotation": {
|
|
2459
|
-
"type": "keyword",
|
|
2460
|
-
"value": "string"
|
|
2461
|
-
},
|
|
2462
|
-
"computed": false
|
|
2463
|
-
},
|
|
2464
|
-
{
|
|
2465
|
-
"type": "propertySignature",
|
|
2466
|
-
"key": {
|
|
2467
|
-
"type": "identifier",
|
|
2468
|
-
"name": "key"
|
|
2469
|
-
},
|
|
2470
|
-
"annotation": {
|
|
2471
|
-
"type": "keyword",
|
|
2472
|
-
"value": "number"
|
|
2473
|
-
},
|
|
2474
|
-
"computed": false
|
|
2475
|
-
},
|
|
2476
|
-
{
|
|
2477
|
-
"type": "propertySignature",
|
|
2478
|
-
"key": {
|
|
2479
|
-
"type": "identifier",
|
|
2480
|
-
"name": "partial"
|
|
2481
|
-
},
|
|
2482
|
-
"annotation": {
|
|
2483
|
-
"type": "keyword",
|
|
2484
|
-
"value": "boolean"
|
|
2485
|
-
},
|
|
2486
|
-
"optional": true,
|
|
2487
|
-
"computed": false
|
|
2488
|
-
},
|
|
2489
|
-
{
|
|
2490
|
-
"type": "propertySignature",
|
|
2491
|
-
"key": {
|
|
2492
|
-
"type": "identifier",
|
|
2493
|
-
"name": "failed"
|
|
2494
|
-
},
|
|
2495
|
-
"annotation": {
|
|
2496
|
-
"type": "keyword",
|
|
2497
|
-
"value": "boolean"
|
|
2498
|
-
},
|
|
2499
|
-
"optional": true,
|
|
2500
|
-
"computed": false
|
|
2501
|
-
}
|
|
2502
|
-
]
|
|
2503
|
-
}
|
|
2504
|
-
]
|
|
2505
|
-
},
|
|
2506
2506
|
"visual-builder.workbench-history-action": {
|
|
2507
2507
|
"properties": [
|
|
2508
2508
|
{
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@next-bricks/visual-builder",
|
|
3
|
-
"version": "1.38.
|
|
3
|
+
"version": "1.38.6",
|
|
4
4
|
"homepage": "https://github.com/easyops-cn/next-advanced-bricks/tree/master/bricks/visual-builder",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -44,5 +44,5 @@
|
|
|
44
44
|
"@next-bricks/icons": "*",
|
|
45
45
|
"@next-bricks/vs": "*"
|
|
46
46
|
},
|
|
47
|
-
"gitHead": "
|
|
47
|
+
"gitHead": "b3aaa696ac876ddbf2aae7e10f9395fb4c0867c4"
|
|
48
48
|
}
|