@next-bricks/visual-builder 1.23.0 → 1.24.1
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 +8 -8
- package/dist/chunks/859.db21bf05.js +3 -0
- package/dist/chunks/859.db21bf05.js.map +1 -0
- package/dist/chunks/8850.69fcce19.js +3 -0
- package/dist/chunks/8850.69fcce19.js.LICENSE.txt +34 -0
- package/dist/chunks/8850.69fcce19.js.map +1 -0
- package/dist/chunks/{9515.7f8e4c58.js → 9515.80c4b472.js} +2 -2
- package/dist/chunks/{9515.7f8e4c58.js.map → 9515.80c4b472.js.map} +1 -1
- package/dist/chunks/main.cb2845f5.js +2 -0
- package/dist/chunks/{main.464ee67b.js.map → main.cb2845f5.js.map} +1 -1
- package/dist/chunks/property-editor.fac8d8a9.js +2 -0
- package/dist/chunks/property-editor.fac8d8a9.js.map +1 -0
- package/dist/{index.7bb34650.js → index.0f2bad3c.js} +2 -2
- package/dist/{index.7bb34650.js.map → index.0f2bad3c.js.map} +1 -1
- package/dist/manifest.json +72 -56
- package/dist/types.json +378 -355
- package/dist-types/property-editor/components/common/CodeEditorComponent.d.ts +1 -0
- package/dist-types/property-editor/components/common/ColorPickerComponent.d.ts +7 -0
- package/dist-types/property-editor/index.d.ts +28 -10
- package/dist-types/property-editor/utils/colorTransform.d.ts +12 -0
- package/dist-types/property-editor/utils/colorTrasnform.spec.d.ts +1 -0
- package/dist-types/property-editor/utils/formilySchemaFormatter.d.ts +2 -1
- package/package.json +2 -2
- package/dist/chunks/8091.c5adab63.js +0 -3
- package/dist/chunks/8091.c5adab63.js.LICENSE.txt +0 -54
- package/dist/chunks/8091.c5adab63.js.map +0 -1
- package/dist/chunks/9690.49e106bf.js +0 -3
- package/dist/chunks/9690.49e106bf.js.map +0 -1
- package/dist/chunks/main.464ee67b.js +0 -2
- package/dist/chunks/property-editor.19896d87.js +0 -2
- package/dist/chunks/property-editor.19896d87.js.map +0 -1
- /package/dist/chunks/{9690.49e106bf.js.LICENSE.txt → 859.db21bf05.js.LICENSE.txt} +0 -0
package/dist/types.json
CHANGED
|
@@ -45,63 +45,6 @@
|
|
|
45
45
|
],
|
|
46
46
|
"methods": []
|
|
47
47
|
},
|
|
48
|
-
"visual-builder.workbench-sidebar": {
|
|
49
|
-
"properties": [
|
|
50
|
-
{
|
|
51
|
-
"name": "titleLabel",
|
|
52
|
-
"annotation": {
|
|
53
|
-
"type": "keyword",
|
|
54
|
-
"value": "string"
|
|
55
|
-
}
|
|
56
|
-
}
|
|
57
|
-
],
|
|
58
|
-
"events": [],
|
|
59
|
-
"methods": []
|
|
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
|
-
"events": [],
|
|
103
|
-
"methods": []
|
|
104
|
-
},
|
|
105
48
|
"visual-builder.check-editor-by-name": {
|
|
106
49
|
"type": "provider",
|
|
107
50
|
"params": [
|
|
@@ -185,6 +128,63 @@
|
|
|
185
128
|
}
|
|
186
129
|
}
|
|
187
130
|
},
|
|
131
|
+
"visual-builder.workbench-sidebar": {
|
|
132
|
+
"properties": [
|
|
133
|
+
{
|
|
134
|
+
"name": "titleLabel",
|
|
135
|
+
"annotation": {
|
|
136
|
+
"type": "keyword",
|
|
137
|
+
"value": "string"
|
|
138
|
+
}
|
|
139
|
+
}
|
|
140
|
+
],
|
|
141
|
+
"events": [],
|
|
142
|
+
"methods": []
|
|
143
|
+
},
|
|
144
|
+
"visual-builder.workbench-action": {
|
|
145
|
+
"properties": [
|
|
146
|
+
{
|
|
147
|
+
"name": "icon",
|
|
148
|
+
"annotation": {
|
|
149
|
+
"type": "reference",
|
|
150
|
+
"typeName": {
|
|
151
|
+
"type": "identifier",
|
|
152
|
+
"name": "GeneralIconProps"
|
|
153
|
+
}
|
|
154
|
+
}
|
|
155
|
+
},
|
|
156
|
+
{
|
|
157
|
+
"name": "to",
|
|
158
|
+
"annotation": {
|
|
159
|
+
"type": "keyword",
|
|
160
|
+
"value": "string"
|
|
161
|
+
}
|
|
162
|
+
},
|
|
163
|
+
{
|
|
164
|
+
"name": "active",
|
|
165
|
+
"annotation": {
|
|
166
|
+
"type": "keyword",
|
|
167
|
+
"value": "boolean"
|
|
168
|
+
}
|
|
169
|
+
},
|
|
170
|
+
{
|
|
171
|
+
"name": "href",
|
|
172
|
+
"annotation": {
|
|
173
|
+
"type": "keyword",
|
|
174
|
+
"value": "string"
|
|
175
|
+
}
|
|
176
|
+
},
|
|
177
|
+
{
|
|
178
|
+
"name": "target",
|
|
179
|
+
"annotation": {
|
|
180
|
+
"type": "keyword",
|
|
181
|
+
"value": "string"
|
|
182
|
+
}
|
|
183
|
+
}
|
|
184
|
+
],
|
|
185
|
+
"events": [],
|
|
186
|
+
"methods": []
|
|
187
|
+
},
|
|
188
188
|
"visual-builder.page-arch-node": {
|
|
189
189
|
"properties": [
|
|
190
190
|
{
|
|
@@ -688,6 +688,11 @@
|
|
|
688
688
|
}
|
|
689
689
|
]
|
|
690
690
|
},
|
|
691
|
+
"visual-builder.pre-generated-table-view": {
|
|
692
|
+
"properties": [],
|
|
693
|
+
"events": [],
|
|
694
|
+
"methods": []
|
|
695
|
+
},
|
|
691
696
|
"visual-builder.pre-generated-container": {
|
|
692
697
|
"properties": [
|
|
693
698
|
{
|
|
@@ -711,11 +716,6 @@
|
|
|
711
716
|
"events": [],
|
|
712
717
|
"methods": []
|
|
713
718
|
},
|
|
714
|
-
"visual-builder.pre-generated-table-view": {
|
|
715
|
-
"properties": [],
|
|
716
|
-
"events": [],
|
|
717
|
-
"methods": []
|
|
718
|
-
},
|
|
719
719
|
"visual-builder.workbench-action-list": {
|
|
720
720
|
"properties": [
|
|
721
721
|
{
|
|
@@ -1423,338 +1423,107 @@
|
|
|
1423
1423
|
}
|
|
1424
1424
|
]
|
|
1425
1425
|
},
|
|
1426
|
-
"visual-builder.
|
|
1426
|
+
"visual-builder.inject-chat-preview-agent": {
|
|
1427
|
+
"type": "provider",
|
|
1428
|
+
"params": [],
|
|
1429
|
+
"returns": {
|
|
1430
|
+
"annotation": {
|
|
1431
|
+
"type": "reference",
|
|
1432
|
+
"typeName": {
|
|
1433
|
+
"type": "identifier",
|
|
1434
|
+
"name": "Promise"
|
|
1435
|
+
},
|
|
1436
|
+
"typeParameters": {
|
|
1437
|
+
"type": "typeParameterInstantiation",
|
|
1438
|
+
"params": [
|
|
1439
|
+
{
|
|
1440
|
+
"type": "keyword",
|
|
1441
|
+
"value": "unknown"
|
|
1442
|
+
}
|
|
1443
|
+
]
|
|
1444
|
+
}
|
|
1445
|
+
}
|
|
1446
|
+
}
|
|
1447
|
+
},
|
|
1448
|
+
"visual-builder.workbench-history-action": {
|
|
1427
1449
|
"properties": [
|
|
1428
1450
|
{
|
|
1429
|
-
"name": "
|
|
1451
|
+
"name": "appId",
|
|
1430
1452
|
"annotation": {
|
|
1431
1453
|
"type": "keyword",
|
|
1432
1454
|
"value": "string"
|
|
1433
1455
|
}
|
|
1434
1456
|
},
|
|
1435
1457
|
{
|
|
1436
|
-
"name": "
|
|
1437
|
-
"annotation": {
|
|
1438
|
-
"type": "keyword",
|
|
1439
|
-
"value": "any"
|
|
1440
|
-
}
|
|
1441
|
-
},
|
|
1442
|
-
{
|
|
1443
|
-
"name": "advancedMode",
|
|
1458
|
+
"name": "projectId",
|
|
1444
1459
|
"annotation": {
|
|
1445
1460
|
"type": "keyword",
|
|
1446
|
-
"value": "
|
|
1447
|
-
}
|
|
1448
|
-
},
|
|
1449
|
-
{
|
|
1450
|
-
"name": "dataList",
|
|
1451
|
-
"annotation": {
|
|
1452
|
-
"type": "array",
|
|
1453
|
-
"elementType": {
|
|
1454
|
-
"type": "reference",
|
|
1455
|
-
"typeName": {
|
|
1456
|
-
"type": "identifier",
|
|
1457
|
-
"name": "DataItem"
|
|
1458
|
-
}
|
|
1459
|
-
}
|
|
1460
|
-
}
|
|
1461
|
-
},
|
|
1462
|
-
{
|
|
1463
|
-
"name": "editorPackages",
|
|
1464
|
-
"annotation": {
|
|
1465
|
-
"type": "array",
|
|
1466
|
-
"elementType": {
|
|
1467
|
-
"type": "reference",
|
|
1468
|
-
"typeName": {
|
|
1469
|
-
"type": "identifier",
|
|
1470
|
-
"name": "BrickPackage"
|
|
1471
|
-
}
|
|
1472
|
-
}
|
|
1461
|
+
"value": "string"
|
|
1473
1462
|
}
|
|
1474
1463
|
}
|
|
1475
1464
|
],
|
|
1476
1465
|
"events": [
|
|
1477
1466
|
{
|
|
1478
|
-
"name": "
|
|
1467
|
+
"name": "history.item.click",
|
|
1479
1468
|
"detail": {
|
|
1480
1469
|
"annotation": {
|
|
1481
|
-
"type": "
|
|
1482
|
-
"
|
|
1483
|
-
|
|
1484
|
-
|
|
1485
|
-
|
|
1486
|
-
|
|
1487
|
-
|
|
1488
|
-
"params": [
|
|
1489
|
-
{
|
|
1490
|
-
"type": "keyword",
|
|
1491
|
-
"value": "string"
|
|
1492
|
-
},
|
|
1493
|
-
{
|
|
1494
|
-
"type": "keyword",
|
|
1495
|
-
"value": "unknown"
|
|
1470
|
+
"type": "intersection",
|
|
1471
|
+
"types": [
|
|
1472
|
+
{
|
|
1473
|
+
"type": "reference",
|
|
1474
|
+
"typeName": {
|
|
1475
|
+
"type": "identifier",
|
|
1476
|
+
"name": "HistoryData"
|
|
1496
1477
|
}
|
|
1497
|
-
|
|
1498
|
-
|
|
1478
|
+
},
|
|
1479
|
+
{
|
|
1480
|
+
"type": "typeLiteral",
|
|
1481
|
+
"members": [
|
|
1482
|
+
{
|
|
1483
|
+
"type": "propertySignature",
|
|
1484
|
+
"key": {
|
|
1485
|
+
"type": "identifier",
|
|
1486
|
+
"name": "enableRollback"
|
|
1487
|
+
},
|
|
1488
|
+
"annotation": {
|
|
1489
|
+
"type": "keyword",
|
|
1490
|
+
"value": "boolean"
|
|
1491
|
+
},
|
|
1492
|
+
"computed": false
|
|
1493
|
+
}
|
|
1494
|
+
]
|
|
1495
|
+
}
|
|
1496
|
+
]
|
|
1499
1497
|
}
|
|
1500
1498
|
}
|
|
1501
1499
|
},
|
|
1502
1500
|
{
|
|
1503
|
-
"name": "
|
|
1501
|
+
"name": "rollback",
|
|
1504
1502
|
"detail": {
|
|
1505
1503
|
"annotation": {
|
|
1506
|
-
"type": "
|
|
1507
|
-
"
|
|
1508
|
-
"type": "
|
|
1509
|
-
"
|
|
1504
|
+
"type": "reference",
|
|
1505
|
+
"typeName": {
|
|
1506
|
+
"type": "identifier",
|
|
1507
|
+
"name": "HistoryData"
|
|
1510
1508
|
}
|
|
1511
1509
|
}
|
|
1512
1510
|
}
|
|
1513
1511
|
},
|
|
1514
1512
|
{
|
|
1515
|
-
"name": "
|
|
1513
|
+
"name": "rollback.all",
|
|
1516
1514
|
"detail": {
|
|
1517
1515
|
"annotation": {
|
|
1518
1516
|
"type": "keyword",
|
|
1519
|
-
"value": "
|
|
1517
|
+
"value": "void"
|
|
1520
1518
|
}
|
|
1521
1519
|
}
|
|
1522
1520
|
}
|
|
1523
1521
|
],
|
|
1524
|
-
"methods": [
|
|
1525
|
-
{
|
|
1526
|
-
"name": "validate",
|
|
1527
|
-
"params": [],
|
|
1528
|
-
"returns": {}
|
|
1529
|
-
}
|
|
1530
|
-
],
|
|
1522
|
+
"methods": [],
|
|
1531
1523
|
"types": [
|
|
1532
1524
|
{
|
|
1533
1525
|
"type": "interface",
|
|
1534
|
-
"name": "
|
|
1535
|
-
"body": [
|
|
1536
|
-
{
|
|
1537
|
-
"type": "propertySignature",
|
|
1538
|
-
"key": {
|
|
1539
|
-
"type": "identifier",
|
|
1540
|
-
"name": "name"
|
|
1541
|
-
},
|
|
1542
|
-
"annotation": {
|
|
1543
|
-
"type": "keyword",
|
|
1544
|
-
"value": "string"
|
|
1545
|
-
},
|
|
1546
|
-
"computed": false
|
|
1547
|
-
},
|
|
1548
|
-
{
|
|
1549
|
-
"type": "propertySignature",
|
|
1550
|
-
"key": {
|
|
1551
|
-
"type": "identifier",
|
|
1552
|
-
"name": "value"
|
|
1553
|
-
},
|
|
1554
|
-
"annotation": {
|
|
1555
|
-
"type": "keyword",
|
|
1556
|
-
"value": "string"
|
|
1557
|
-
},
|
|
1558
|
-
"computed": false
|
|
1559
|
-
},
|
|
1560
|
-
{
|
|
1561
|
-
"type": "propertySignature",
|
|
1562
|
-
"key": {
|
|
1563
|
-
"type": "identifier",
|
|
1564
|
-
"name": "definition"
|
|
1565
|
-
},
|
|
1566
|
-
"annotation": {
|
|
1567
|
-
"type": "array",
|
|
1568
|
-
"elementType": {
|
|
1569
|
-
"type": "reference",
|
|
1570
|
-
"typeName": {
|
|
1571
|
-
"type": "identifier",
|
|
1572
|
-
"name": "DefinitionItem"
|
|
1573
|
-
}
|
|
1574
|
-
}
|
|
1575
|
-
},
|
|
1576
|
-
"computed": false
|
|
1577
|
-
},
|
|
1578
|
-
{
|
|
1579
|
-
"type": "indexSignature",
|
|
1580
|
-
"parameter": {
|
|
1581
|
-
"type": "identifier",
|
|
1582
|
-
"name": "k",
|
|
1583
|
-
"annotation": {
|
|
1584
|
-
"type": "keyword",
|
|
1585
|
-
"value": "string"
|
|
1586
|
-
}
|
|
1587
|
-
},
|
|
1588
|
-
"annotation": {
|
|
1589
|
-
"type": "keyword",
|
|
1590
|
-
"value": "any"
|
|
1591
|
-
}
|
|
1592
|
-
}
|
|
1593
|
-
]
|
|
1594
|
-
},
|
|
1595
|
-
{
|
|
1596
|
-
"type": "interface",
|
|
1597
|
-
"name": "DefinitionItem",
|
|
1598
|
-
"body": [
|
|
1599
|
-
{
|
|
1600
|
-
"type": "propertySignature",
|
|
1601
|
-
"key": {
|
|
1602
|
-
"type": "identifier",
|
|
1603
|
-
"name": "name"
|
|
1604
|
-
},
|
|
1605
|
-
"annotation": {
|
|
1606
|
-
"type": "keyword",
|
|
1607
|
-
"value": "string"
|
|
1608
|
-
},
|
|
1609
|
-
"computed": false
|
|
1610
|
-
},
|
|
1611
|
-
{
|
|
1612
|
-
"type": "propertySignature",
|
|
1613
|
-
"key": {
|
|
1614
|
-
"type": "identifier",
|
|
1615
|
-
"name": "type"
|
|
1616
|
-
},
|
|
1617
|
-
"annotation": {
|
|
1618
|
-
"type": "keyword",
|
|
1619
|
-
"value": "string"
|
|
1620
|
-
},
|
|
1621
|
-
"computed": false
|
|
1622
|
-
},
|
|
1623
|
-
{
|
|
1624
|
-
"type": "propertySignature",
|
|
1625
|
-
"key": {
|
|
1626
|
-
"type": "identifier",
|
|
1627
|
-
"name": "enum"
|
|
1628
|
-
},
|
|
1629
|
-
"annotation": {
|
|
1630
|
-
"type": "keyword",
|
|
1631
|
-
"value": "string"
|
|
1632
|
-
},
|
|
1633
|
-
"computed": false
|
|
1634
|
-
},
|
|
1635
|
-
{
|
|
1636
|
-
"type": "propertySignature",
|
|
1637
|
-
"key": {
|
|
1638
|
-
"type": "identifier",
|
|
1639
|
-
"name": "fileds"
|
|
1640
|
-
},
|
|
1641
|
-
"annotation": {
|
|
1642
|
-
"type": "array",
|
|
1643
|
-
"elementType": {
|
|
1644
|
-
"type": "reference",
|
|
1645
|
-
"typeName": {
|
|
1646
|
-
"type": "identifier",
|
|
1647
|
-
"name": "DefinitionItem"
|
|
1648
|
-
}
|
|
1649
|
-
}
|
|
1650
|
-
},
|
|
1651
|
-
"computed": false
|
|
1652
|
-
}
|
|
1653
|
-
]
|
|
1654
|
-
}
|
|
1655
|
-
]
|
|
1656
|
-
},
|
|
1657
|
-
"visual-builder.inject-chat-preview-agent": {
|
|
1658
|
-
"type": "provider",
|
|
1659
|
-
"params": [],
|
|
1660
|
-
"returns": {
|
|
1661
|
-
"annotation": {
|
|
1662
|
-
"type": "reference",
|
|
1663
|
-
"typeName": {
|
|
1664
|
-
"type": "identifier",
|
|
1665
|
-
"name": "Promise"
|
|
1666
|
-
},
|
|
1667
|
-
"typeParameters": {
|
|
1668
|
-
"type": "typeParameterInstantiation",
|
|
1669
|
-
"params": [
|
|
1670
|
-
{
|
|
1671
|
-
"type": "keyword",
|
|
1672
|
-
"value": "unknown"
|
|
1673
|
-
}
|
|
1674
|
-
]
|
|
1675
|
-
}
|
|
1676
|
-
}
|
|
1677
|
-
}
|
|
1678
|
-
},
|
|
1679
|
-
"visual-builder.workbench-history-action": {
|
|
1680
|
-
"properties": [
|
|
1681
|
-
{
|
|
1682
|
-
"name": "appId",
|
|
1683
|
-
"annotation": {
|
|
1684
|
-
"type": "keyword",
|
|
1685
|
-
"value": "string"
|
|
1686
|
-
}
|
|
1687
|
-
},
|
|
1688
|
-
{
|
|
1689
|
-
"name": "projectId",
|
|
1690
|
-
"annotation": {
|
|
1691
|
-
"type": "keyword",
|
|
1692
|
-
"value": "string"
|
|
1693
|
-
}
|
|
1694
|
-
}
|
|
1695
|
-
],
|
|
1696
|
-
"events": [
|
|
1697
|
-
{
|
|
1698
|
-
"name": "history.item.click",
|
|
1699
|
-
"detail": {
|
|
1700
|
-
"annotation": {
|
|
1701
|
-
"type": "intersection",
|
|
1702
|
-
"types": [
|
|
1703
|
-
{
|
|
1704
|
-
"type": "reference",
|
|
1705
|
-
"typeName": {
|
|
1706
|
-
"type": "identifier",
|
|
1707
|
-
"name": "HistoryData"
|
|
1708
|
-
}
|
|
1709
|
-
},
|
|
1710
|
-
{
|
|
1711
|
-
"type": "typeLiteral",
|
|
1712
|
-
"members": [
|
|
1713
|
-
{
|
|
1714
|
-
"type": "propertySignature",
|
|
1715
|
-
"key": {
|
|
1716
|
-
"type": "identifier",
|
|
1717
|
-
"name": "enableRollback"
|
|
1718
|
-
},
|
|
1719
|
-
"annotation": {
|
|
1720
|
-
"type": "keyword",
|
|
1721
|
-
"value": "boolean"
|
|
1722
|
-
},
|
|
1723
|
-
"computed": false
|
|
1724
|
-
}
|
|
1725
|
-
]
|
|
1726
|
-
}
|
|
1727
|
-
]
|
|
1728
|
-
}
|
|
1729
|
-
}
|
|
1730
|
-
},
|
|
1731
|
-
{
|
|
1732
|
-
"name": "rollback",
|
|
1733
|
-
"detail": {
|
|
1734
|
-
"annotation": {
|
|
1735
|
-
"type": "reference",
|
|
1736
|
-
"typeName": {
|
|
1737
|
-
"type": "identifier",
|
|
1738
|
-
"name": "HistoryData"
|
|
1739
|
-
}
|
|
1740
|
-
}
|
|
1741
|
-
}
|
|
1742
|
-
},
|
|
1743
|
-
{
|
|
1744
|
-
"name": "rollback.all",
|
|
1745
|
-
"detail": {
|
|
1746
|
-
"annotation": {
|
|
1747
|
-
"type": "keyword",
|
|
1748
|
-
"value": "void"
|
|
1749
|
-
}
|
|
1750
|
-
}
|
|
1751
|
-
}
|
|
1752
|
-
],
|
|
1753
|
-
"methods": [],
|
|
1754
|
-
"types": [
|
|
1755
|
-
{
|
|
1756
|
-
"type": "interface",
|
|
1757
|
-
"name": "HistoryData",
|
|
1526
|
+
"name": "HistoryData",
|
|
1758
1527
|
"body": [
|
|
1759
1528
|
{
|
|
1760
1529
|
"type": "propertySignature",
|
|
@@ -2031,6 +1800,260 @@
|
|
|
2031
1800
|
}
|
|
2032
1801
|
]
|
|
2033
1802
|
},
|
|
1803
|
+
"visual-builder.property-editor": {
|
|
1804
|
+
"properties": [
|
|
1805
|
+
{
|
|
1806
|
+
"name": "editorName",
|
|
1807
|
+
"annotation": {
|
|
1808
|
+
"type": "keyword",
|
|
1809
|
+
"value": "string"
|
|
1810
|
+
}
|
|
1811
|
+
},
|
|
1812
|
+
{
|
|
1813
|
+
"name": "values",
|
|
1814
|
+
"annotation": {
|
|
1815
|
+
"type": "keyword",
|
|
1816
|
+
"value": "any"
|
|
1817
|
+
}
|
|
1818
|
+
},
|
|
1819
|
+
{
|
|
1820
|
+
"name": "advancedMode",
|
|
1821
|
+
"annotation": {
|
|
1822
|
+
"type": "keyword",
|
|
1823
|
+
"value": "boolean"
|
|
1824
|
+
}
|
|
1825
|
+
},
|
|
1826
|
+
{
|
|
1827
|
+
"name": "dataList",
|
|
1828
|
+
"annotation": {
|
|
1829
|
+
"type": "array",
|
|
1830
|
+
"elementType": {
|
|
1831
|
+
"type": "reference",
|
|
1832
|
+
"typeName": {
|
|
1833
|
+
"type": "identifier",
|
|
1834
|
+
"name": "DataItem"
|
|
1835
|
+
}
|
|
1836
|
+
}
|
|
1837
|
+
}
|
|
1838
|
+
},
|
|
1839
|
+
{
|
|
1840
|
+
"name": "editorPackages",
|
|
1841
|
+
"annotation": {
|
|
1842
|
+
"type": "array",
|
|
1843
|
+
"elementType": {
|
|
1844
|
+
"type": "reference",
|
|
1845
|
+
"typeName": {
|
|
1846
|
+
"type": "identifier",
|
|
1847
|
+
"name": "BrickPackage"
|
|
1848
|
+
}
|
|
1849
|
+
}
|
|
1850
|
+
}
|
|
1851
|
+
},
|
|
1852
|
+
{
|
|
1853
|
+
"name": "links",
|
|
1854
|
+
"annotation": {
|
|
1855
|
+
"type": "keyword",
|
|
1856
|
+
"value": "any"
|
|
1857
|
+
}
|
|
1858
|
+
},
|
|
1859
|
+
{
|
|
1860
|
+
"name": "extraLibs",
|
|
1861
|
+
"annotation": {
|
|
1862
|
+
"type": "keyword",
|
|
1863
|
+
"value": "any"
|
|
1864
|
+
}
|
|
1865
|
+
}
|
|
1866
|
+
],
|
|
1867
|
+
"events": [
|
|
1868
|
+
{
|
|
1869
|
+
"name": "validate.success",
|
|
1870
|
+
"detail": {
|
|
1871
|
+
"annotation": {
|
|
1872
|
+
"type": "reference",
|
|
1873
|
+
"typeName": {
|
|
1874
|
+
"type": "identifier",
|
|
1875
|
+
"name": "Record"
|
|
1876
|
+
},
|
|
1877
|
+
"typeParameters": {
|
|
1878
|
+
"type": "typeParameterInstantiation",
|
|
1879
|
+
"params": [
|
|
1880
|
+
{
|
|
1881
|
+
"type": "keyword",
|
|
1882
|
+
"value": "string"
|
|
1883
|
+
},
|
|
1884
|
+
{
|
|
1885
|
+
"type": "keyword",
|
|
1886
|
+
"value": "unknown"
|
|
1887
|
+
}
|
|
1888
|
+
]
|
|
1889
|
+
}
|
|
1890
|
+
}
|
|
1891
|
+
}
|
|
1892
|
+
},
|
|
1893
|
+
{
|
|
1894
|
+
"name": "validate.error",
|
|
1895
|
+
"detail": {
|
|
1896
|
+
"annotation": {
|
|
1897
|
+
"type": "array",
|
|
1898
|
+
"elementType": {
|
|
1899
|
+
"type": "keyword",
|
|
1900
|
+
"value": "any"
|
|
1901
|
+
}
|
|
1902
|
+
}
|
|
1903
|
+
}
|
|
1904
|
+
},
|
|
1905
|
+
{
|
|
1906
|
+
"name": "values.change",
|
|
1907
|
+
"detail": {
|
|
1908
|
+
"annotation": {
|
|
1909
|
+
"type": "keyword",
|
|
1910
|
+
"value": "any"
|
|
1911
|
+
}
|
|
1912
|
+
}
|
|
1913
|
+
},
|
|
1914
|
+
{
|
|
1915
|
+
"name": "token.click",
|
|
1916
|
+
"detail": {
|
|
1917
|
+
"annotation": {
|
|
1918
|
+
"type": "keyword",
|
|
1919
|
+
"value": "string"
|
|
1920
|
+
}
|
|
1921
|
+
}
|
|
1922
|
+
}
|
|
1923
|
+
],
|
|
1924
|
+
"methods": [
|
|
1925
|
+
{
|
|
1926
|
+
"name": "validate",
|
|
1927
|
+
"params": [],
|
|
1928
|
+
"returns": {}
|
|
1929
|
+
}
|
|
1930
|
+
],
|
|
1931
|
+
"types": [
|
|
1932
|
+
{
|
|
1933
|
+
"type": "interface",
|
|
1934
|
+
"name": "DataItem",
|
|
1935
|
+
"body": [
|
|
1936
|
+
{
|
|
1937
|
+
"type": "propertySignature",
|
|
1938
|
+
"key": {
|
|
1939
|
+
"type": "identifier",
|
|
1940
|
+
"name": "name"
|
|
1941
|
+
},
|
|
1942
|
+
"annotation": {
|
|
1943
|
+
"type": "keyword",
|
|
1944
|
+
"value": "string"
|
|
1945
|
+
},
|
|
1946
|
+
"computed": false
|
|
1947
|
+
},
|
|
1948
|
+
{
|
|
1949
|
+
"type": "propertySignature",
|
|
1950
|
+
"key": {
|
|
1951
|
+
"type": "identifier",
|
|
1952
|
+
"name": "value"
|
|
1953
|
+
},
|
|
1954
|
+
"annotation": {
|
|
1955
|
+
"type": "keyword",
|
|
1956
|
+
"value": "string"
|
|
1957
|
+
},
|
|
1958
|
+
"computed": false
|
|
1959
|
+
},
|
|
1960
|
+
{
|
|
1961
|
+
"type": "propertySignature",
|
|
1962
|
+
"key": {
|
|
1963
|
+
"type": "identifier",
|
|
1964
|
+
"name": "definition"
|
|
1965
|
+
},
|
|
1966
|
+
"annotation": {
|
|
1967
|
+
"type": "array",
|
|
1968
|
+
"elementType": {
|
|
1969
|
+
"type": "reference",
|
|
1970
|
+
"typeName": {
|
|
1971
|
+
"type": "identifier",
|
|
1972
|
+
"name": "DefinitionItem"
|
|
1973
|
+
}
|
|
1974
|
+
}
|
|
1975
|
+
},
|
|
1976
|
+
"computed": false
|
|
1977
|
+
},
|
|
1978
|
+
{
|
|
1979
|
+
"type": "indexSignature",
|
|
1980
|
+
"parameter": {
|
|
1981
|
+
"type": "identifier",
|
|
1982
|
+
"name": "k",
|
|
1983
|
+
"annotation": {
|
|
1984
|
+
"type": "keyword",
|
|
1985
|
+
"value": "string"
|
|
1986
|
+
}
|
|
1987
|
+
},
|
|
1988
|
+
"annotation": {
|
|
1989
|
+
"type": "keyword",
|
|
1990
|
+
"value": "any"
|
|
1991
|
+
}
|
|
1992
|
+
}
|
|
1993
|
+
]
|
|
1994
|
+
},
|
|
1995
|
+
{
|
|
1996
|
+
"type": "interface",
|
|
1997
|
+
"name": "DefinitionItem",
|
|
1998
|
+
"body": [
|
|
1999
|
+
{
|
|
2000
|
+
"type": "propertySignature",
|
|
2001
|
+
"key": {
|
|
2002
|
+
"type": "identifier",
|
|
2003
|
+
"name": "name"
|
|
2004
|
+
},
|
|
2005
|
+
"annotation": {
|
|
2006
|
+
"type": "keyword",
|
|
2007
|
+
"value": "string"
|
|
2008
|
+
},
|
|
2009
|
+
"computed": false
|
|
2010
|
+
},
|
|
2011
|
+
{
|
|
2012
|
+
"type": "propertySignature",
|
|
2013
|
+
"key": {
|
|
2014
|
+
"type": "identifier",
|
|
2015
|
+
"name": "type"
|
|
2016
|
+
},
|
|
2017
|
+
"annotation": {
|
|
2018
|
+
"type": "keyword",
|
|
2019
|
+
"value": "string"
|
|
2020
|
+
},
|
|
2021
|
+
"computed": false
|
|
2022
|
+
},
|
|
2023
|
+
{
|
|
2024
|
+
"type": "propertySignature",
|
|
2025
|
+
"key": {
|
|
2026
|
+
"type": "identifier",
|
|
2027
|
+
"name": "enum"
|
|
2028
|
+
},
|
|
2029
|
+
"annotation": {
|
|
2030
|
+
"type": "keyword",
|
|
2031
|
+
"value": "string"
|
|
2032
|
+
},
|
|
2033
|
+
"computed": false
|
|
2034
|
+
},
|
|
2035
|
+
{
|
|
2036
|
+
"type": "propertySignature",
|
|
2037
|
+
"key": {
|
|
2038
|
+
"type": "identifier",
|
|
2039
|
+
"name": "fileds"
|
|
2040
|
+
},
|
|
2041
|
+
"annotation": {
|
|
2042
|
+
"type": "array",
|
|
2043
|
+
"elementType": {
|
|
2044
|
+
"type": "reference",
|
|
2045
|
+
"typeName": {
|
|
2046
|
+
"type": "identifier",
|
|
2047
|
+
"name": "DefinitionItem"
|
|
2048
|
+
}
|
|
2049
|
+
}
|
|
2050
|
+
},
|
|
2051
|
+
"computed": false
|
|
2052
|
+
}
|
|
2053
|
+
]
|
|
2054
|
+
}
|
|
2055
|
+
]
|
|
2056
|
+
},
|
|
2034
2057
|
"visual-builder.workbench-tree": {
|
|
2035
2058
|
"properties": [
|
|
2036
2059
|
{
|