@next-bricks/visual-builder 1.37.0 → 1.37.2
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 +22 -22
- package/dist/chunks/{2464.b7163b41.js → 2464.03a8d1ba.js} +2 -2
- package/dist/chunks/2464.03a8d1ba.js.map +1 -0
- package/dist/chunks/6117.1d7ec00c.js +1 -0
- package/dist/chunks/{main.c8c9b11f.js → main.ad8f5284.js} +2 -2
- package/dist/chunks/{main.c8c9b11f.js.map → main.ad8f5284.js.map} +1 -1
- package/dist/chunks/pre-generated-config.ffac69ed.js +2 -0
- package/dist/chunks/pre-generated-config.ffac69ed.js.map +1 -0
- package/dist/chunks/{raw-data-preview.79a5f278.js → raw-data-preview.7b191fed.js} +3 -3
- package/dist/chunks/raw-data-preview.7b191fed.js.map +1 -0
- package/dist/index.78899cae.js +2 -0
- package/dist/index.78899cae.js.map +1 -0
- package/dist/manifest.json +125 -125
- package/dist/types.json +129 -129
- package/package.json +2 -2
- package/dist/chunks/2464.b7163b41.js.map +0 -1
- package/dist/chunks/6117.7ee90157.js +0 -1
- package/dist/chunks/pre-generated-config.2339bb56.js +0 -2
- package/dist/chunks/pre-generated-config.2339bb56.js.map +0 -1
- package/dist/chunks/raw-data-preview.79a5f278.js.map +0 -1
- package/dist/index.c58723df.js +0 -2
- package/dist/index.c58723df.js.map +0 -1
- /package/dist/chunks/{raw-data-preview.79a5f278.js.LICENSE.txt → raw-data-preview.7b191fed.js.LICENSE.txt} +0 -0
package/dist/types.json
CHANGED
|
@@ -1,21 +1,18 @@
|
|
|
1
1
|
{
|
|
2
|
-
"visual-builder.workbench-
|
|
2
|
+
"visual-builder.workbench-action": {
|
|
3
3
|
"properties": [
|
|
4
4
|
{
|
|
5
|
-
"name": "
|
|
5
|
+
"name": "icon",
|
|
6
6
|
"annotation": {
|
|
7
|
-
"type": "
|
|
8
|
-
"
|
|
7
|
+
"type": "reference",
|
|
8
|
+
"typeName": {
|
|
9
|
+
"type": "identifier",
|
|
10
|
+
"name": "GeneralIconProps"
|
|
11
|
+
}
|
|
9
12
|
}
|
|
10
|
-
}
|
|
11
|
-
],
|
|
12
|
-
"events": [],
|
|
13
|
-
"methods": []
|
|
14
|
-
},
|
|
15
|
-
"visual-builder.workbench-pane": {
|
|
16
|
-
"properties": [
|
|
13
|
+
},
|
|
17
14
|
{
|
|
18
|
-
"name": "
|
|
15
|
+
"name": "to",
|
|
19
16
|
"annotation": {
|
|
20
17
|
"type": "keyword",
|
|
21
18
|
"value": "string"
|
|
@@ -29,49 +26,47 @@
|
|
|
29
26
|
}
|
|
30
27
|
},
|
|
31
28
|
{
|
|
32
|
-
"name": "
|
|
29
|
+
"name": "href",
|
|
33
30
|
"annotation": {
|
|
34
31
|
"type": "keyword",
|
|
35
|
-
"value": "
|
|
32
|
+
"value": "string"
|
|
36
33
|
}
|
|
37
|
-
}
|
|
38
|
-
],
|
|
39
|
-
"events": [
|
|
34
|
+
},
|
|
40
35
|
{
|
|
41
|
-
"name": "
|
|
42
|
-
"
|
|
43
|
-
"
|
|
44
|
-
|
|
45
|
-
"value": "boolean"
|
|
46
|
-
}
|
|
36
|
+
"name": "target",
|
|
37
|
+
"annotation": {
|
|
38
|
+
"type": "keyword",
|
|
39
|
+
"value": "string"
|
|
47
40
|
}
|
|
48
41
|
},
|
|
49
42
|
{
|
|
50
|
-
"name": "
|
|
51
|
-
"
|
|
52
|
-
"
|
|
53
|
-
|
|
54
|
-
"value": "void"
|
|
55
|
-
}
|
|
43
|
+
"name": "tooltip",
|
|
44
|
+
"annotation": {
|
|
45
|
+
"type": "keyword",
|
|
46
|
+
"value": "string"
|
|
56
47
|
}
|
|
57
48
|
}
|
|
58
49
|
],
|
|
50
|
+
"events": [],
|
|
59
51
|
"methods": []
|
|
60
52
|
},
|
|
61
|
-
"visual-builder.workbench-
|
|
53
|
+
"visual-builder.workbench-sidebar": {
|
|
62
54
|
"properties": [
|
|
63
55
|
{
|
|
64
|
-
"name": "
|
|
56
|
+
"name": "titleLabel",
|
|
65
57
|
"annotation": {
|
|
66
|
-
"type": "
|
|
67
|
-
"
|
|
68
|
-
"type": "identifier",
|
|
69
|
-
"name": "GeneralIconProps"
|
|
70
|
-
}
|
|
58
|
+
"type": "keyword",
|
|
59
|
+
"value": "string"
|
|
71
60
|
}
|
|
72
|
-
}
|
|
61
|
+
}
|
|
62
|
+
],
|
|
63
|
+
"events": [],
|
|
64
|
+
"methods": []
|
|
65
|
+
},
|
|
66
|
+
"visual-builder.workbench-pane": {
|
|
67
|
+
"properties": [
|
|
73
68
|
{
|
|
74
|
-
"name": "
|
|
69
|
+
"name": "titleLabel",
|
|
75
70
|
"annotation": {
|
|
76
71
|
"type": "keyword",
|
|
77
72
|
"value": "string"
|
|
@@ -85,28 +80,33 @@
|
|
|
85
80
|
}
|
|
86
81
|
},
|
|
87
82
|
{
|
|
88
|
-
"name": "
|
|
83
|
+
"name": "badge",
|
|
89
84
|
"annotation": {
|
|
90
85
|
"type": "keyword",
|
|
91
|
-
"value": "
|
|
86
|
+
"value": "number"
|
|
92
87
|
}
|
|
93
|
-
}
|
|
88
|
+
}
|
|
89
|
+
],
|
|
90
|
+
"events": [
|
|
94
91
|
{
|
|
95
|
-
"name": "
|
|
96
|
-
"
|
|
97
|
-
"
|
|
98
|
-
|
|
92
|
+
"name": "active.change",
|
|
93
|
+
"detail": {
|
|
94
|
+
"annotation": {
|
|
95
|
+
"type": "keyword",
|
|
96
|
+
"value": "boolean"
|
|
97
|
+
}
|
|
99
98
|
}
|
|
100
99
|
},
|
|
101
100
|
{
|
|
102
|
-
"name": "
|
|
103
|
-
"
|
|
104
|
-
"
|
|
105
|
-
|
|
101
|
+
"name": "active.firstActivated",
|
|
102
|
+
"detail": {
|
|
103
|
+
"annotation": {
|
|
104
|
+
"type": "keyword",
|
|
105
|
+
"value": "void"
|
|
106
|
+
}
|
|
106
107
|
}
|
|
107
108
|
}
|
|
108
109
|
],
|
|
109
|
-
"events": [],
|
|
110
110
|
"methods": []
|
|
111
111
|
},
|
|
112
112
|
"visual-builder.page-arch-node": {
|
|
@@ -1261,85 +1261,6 @@
|
|
|
1261
1261
|
"events": [],
|
|
1262
1262
|
"methods": []
|
|
1263
1263
|
},
|
|
1264
|
-
"visual-builder.workbench-action-list": {
|
|
1265
|
-
"properties": [
|
|
1266
|
-
{
|
|
1267
|
-
"name": "appId",
|
|
1268
|
-
"annotation": {
|
|
1269
|
-
"type": "keyword",
|
|
1270
|
-
"value": "string"
|
|
1271
|
-
}
|
|
1272
|
-
},
|
|
1273
|
-
{
|
|
1274
|
-
"name": "menu",
|
|
1275
|
-
"annotation": {
|
|
1276
|
-
"type": "reference",
|
|
1277
|
-
"typeName": {
|
|
1278
|
-
"type": "identifier",
|
|
1279
|
-
"name": "SidebarMenu"
|
|
1280
|
-
}
|
|
1281
|
-
}
|
|
1282
|
-
}
|
|
1283
|
-
],
|
|
1284
|
-
"events": [],
|
|
1285
|
-
"methods": [],
|
|
1286
|
-
"types": [
|
|
1287
|
-
{
|
|
1288
|
-
"type": "interface",
|
|
1289
|
-
"name": "SidebarMenu",
|
|
1290
|
-
"body": [
|
|
1291
|
-
{
|
|
1292
|
-
"type": "propertySignature",
|
|
1293
|
-
"key": {
|
|
1294
|
-
"type": "identifier",
|
|
1295
|
-
"name": "title"
|
|
1296
|
-
},
|
|
1297
|
-
"annotation": {
|
|
1298
|
-
"type": "keyword",
|
|
1299
|
-
"value": "string"
|
|
1300
|
-
},
|
|
1301
|
-
"optional": true,
|
|
1302
|
-
"computed": false
|
|
1303
|
-
},
|
|
1304
|
-
{
|
|
1305
|
-
"type": "propertySignature",
|
|
1306
|
-
"key": {
|
|
1307
|
-
"type": "identifier",
|
|
1308
|
-
"name": "icon"
|
|
1309
|
-
},
|
|
1310
|
-
"annotation": {
|
|
1311
|
-
"type": "reference",
|
|
1312
|
-
"typeName": {
|
|
1313
|
-
"type": "identifier",
|
|
1314
|
-
"name": "GeneralIconProps"
|
|
1315
|
-
}
|
|
1316
|
-
},
|
|
1317
|
-
"optional": true,
|
|
1318
|
-
"computed": false
|
|
1319
|
-
},
|
|
1320
|
-
{
|
|
1321
|
-
"type": "propertySignature",
|
|
1322
|
-
"key": {
|
|
1323
|
-
"type": "identifier",
|
|
1324
|
-
"name": "menuItems"
|
|
1325
|
-
},
|
|
1326
|
-
"annotation": {
|
|
1327
|
-
"type": "array",
|
|
1328
|
-
"elementType": {
|
|
1329
|
-
"type": "reference",
|
|
1330
|
-
"typeName": {
|
|
1331
|
-
"type": "identifier",
|
|
1332
|
-
"name": "SidebarMenuItem"
|
|
1333
|
-
}
|
|
1334
|
-
}
|
|
1335
|
-
},
|
|
1336
|
-
"optional": true,
|
|
1337
|
-
"computed": false
|
|
1338
|
-
}
|
|
1339
|
-
]
|
|
1340
|
-
}
|
|
1341
|
-
]
|
|
1342
|
-
},
|
|
1343
1264
|
"visual-builder.get-dependency-tree": {
|
|
1344
1265
|
"type": "provider",
|
|
1345
1266
|
"params": [
|
|
@@ -1540,6 +1461,85 @@
|
|
|
1540
1461
|
}
|
|
1541
1462
|
]
|
|
1542
1463
|
},
|
|
1464
|
+
"visual-builder.workbench-action-list": {
|
|
1465
|
+
"properties": [
|
|
1466
|
+
{
|
|
1467
|
+
"name": "appId",
|
|
1468
|
+
"annotation": {
|
|
1469
|
+
"type": "keyword",
|
|
1470
|
+
"value": "string"
|
|
1471
|
+
}
|
|
1472
|
+
},
|
|
1473
|
+
{
|
|
1474
|
+
"name": "menu",
|
|
1475
|
+
"annotation": {
|
|
1476
|
+
"type": "reference",
|
|
1477
|
+
"typeName": {
|
|
1478
|
+
"type": "identifier",
|
|
1479
|
+
"name": "SidebarMenu"
|
|
1480
|
+
}
|
|
1481
|
+
}
|
|
1482
|
+
}
|
|
1483
|
+
],
|
|
1484
|
+
"events": [],
|
|
1485
|
+
"methods": [],
|
|
1486
|
+
"types": [
|
|
1487
|
+
{
|
|
1488
|
+
"type": "interface",
|
|
1489
|
+
"name": "SidebarMenu",
|
|
1490
|
+
"body": [
|
|
1491
|
+
{
|
|
1492
|
+
"type": "propertySignature",
|
|
1493
|
+
"key": {
|
|
1494
|
+
"type": "identifier",
|
|
1495
|
+
"name": "title"
|
|
1496
|
+
},
|
|
1497
|
+
"annotation": {
|
|
1498
|
+
"type": "keyword",
|
|
1499
|
+
"value": "string"
|
|
1500
|
+
},
|
|
1501
|
+
"optional": true,
|
|
1502
|
+
"computed": false
|
|
1503
|
+
},
|
|
1504
|
+
{
|
|
1505
|
+
"type": "propertySignature",
|
|
1506
|
+
"key": {
|
|
1507
|
+
"type": "identifier",
|
|
1508
|
+
"name": "icon"
|
|
1509
|
+
},
|
|
1510
|
+
"annotation": {
|
|
1511
|
+
"type": "reference",
|
|
1512
|
+
"typeName": {
|
|
1513
|
+
"type": "identifier",
|
|
1514
|
+
"name": "GeneralIconProps"
|
|
1515
|
+
}
|
|
1516
|
+
},
|
|
1517
|
+
"optional": true,
|
|
1518
|
+
"computed": false
|
|
1519
|
+
},
|
|
1520
|
+
{
|
|
1521
|
+
"type": "propertySignature",
|
|
1522
|
+
"key": {
|
|
1523
|
+
"type": "identifier",
|
|
1524
|
+
"name": "menuItems"
|
|
1525
|
+
},
|
|
1526
|
+
"annotation": {
|
|
1527
|
+
"type": "array",
|
|
1528
|
+
"elementType": {
|
|
1529
|
+
"type": "reference",
|
|
1530
|
+
"typeName": {
|
|
1531
|
+
"type": "identifier",
|
|
1532
|
+
"name": "SidebarMenuItem"
|
|
1533
|
+
}
|
|
1534
|
+
}
|
|
1535
|
+
},
|
|
1536
|
+
"optional": true,
|
|
1537
|
+
"computed": false
|
|
1538
|
+
}
|
|
1539
|
+
]
|
|
1540
|
+
}
|
|
1541
|
+
]
|
|
1542
|
+
},
|
|
1543
1543
|
"visual-builder.pre-generated-config-preview": {
|
|
1544
1544
|
"properties": [
|
|
1545
1545
|
{
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@next-bricks/visual-builder",
|
|
3
|
-
"version": "1.37.
|
|
3
|
+
"version": "1.37.2",
|
|
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": "05b735b25c675d89241e5ea25e0380e23394389e"
|
|
48
48
|
}
|