@next-bricks/visual-builder 1.38.3 → 1.38.4
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 +20 -20
- package/dist/index.228ff2a1.js +2 -0
- package/dist/{index.352964d5.js.map → index.228ff2a1.js.map} +1 -1
- package/dist/manifest.json +92 -92
- package/dist/types.json +322 -322
- package/package.json +3 -3
- package/dist/index.352964d5.js +0 -2
package/dist/types.json
CHANGED
|
@@ -1,101 +1,4 @@
|
|
|
1
1
|
{
|
|
2
|
-
"visual-builder.workbench-pane": {
|
|
3
|
-
"properties": [
|
|
4
|
-
{
|
|
5
|
-
"name": "titleLabel",
|
|
6
|
-
"annotation": {
|
|
7
|
-
"type": "keyword",
|
|
8
|
-
"value": "string"
|
|
9
|
-
}
|
|
10
|
-
},
|
|
11
|
-
{
|
|
12
|
-
"name": "active",
|
|
13
|
-
"annotation": {
|
|
14
|
-
"type": "keyword",
|
|
15
|
-
"value": "boolean"
|
|
16
|
-
}
|
|
17
|
-
},
|
|
18
|
-
{
|
|
19
|
-
"name": "badge",
|
|
20
|
-
"annotation": {
|
|
21
|
-
"type": "keyword",
|
|
22
|
-
"value": "number"
|
|
23
|
-
}
|
|
24
|
-
}
|
|
25
|
-
],
|
|
26
|
-
"events": [
|
|
27
|
-
{
|
|
28
|
-
"name": "active.change",
|
|
29
|
-
"detail": {
|
|
30
|
-
"annotation": {
|
|
31
|
-
"type": "keyword",
|
|
32
|
-
"value": "boolean"
|
|
33
|
-
}
|
|
34
|
-
}
|
|
35
|
-
},
|
|
36
|
-
{
|
|
37
|
-
"name": "active.firstActivated",
|
|
38
|
-
"detail": {
|
|
39
|
-
"annotation": {
|
|
40
|
-
"type": "keyword",
|
|
41
|
-
"value": "void"
|
|
42
|
-
}
|
|
43
|
-
}
|
|
44
|
-
}
|
|
45
|
-
],
|
|
46
|
-
"methods": []
|
|
47
|
-
},
|
|
48
|
-
"visual-builder.workbench-action": {
|
|
49
|
-
"properties": [
|
|
50
|
-
{
|
|
51
|
-
"name": "icon",
|
|
52
|
-
"annotation": {
|
|
53
|
-
"type": "reference",
|
|
54
|
-
"typeName": {
|
|
55
|
-
"type": "identifier",
|
|
56
|
-
"name": "GeneralIconProps"
|
|
57
|
-
}
|
|
58
|
-
}
|
|
59
|
-
},
|
|
60
|
-
{
|
|
61
|
-
"name": "to",
|
|
62
|
-
"annotation": {
|
|
63
|
-
"type": "keyword",
|
|
64
|
-
"value": "string"
|
|
65
|
-
}
|
|
66
|
-
},
|
|
67
|
-
{
|
|
68
|
-
"name": "active",
|
|
69
|
-
"annotation": {
|
|
70
|
-
"type": "keyword",
|
|
71
|
-
"value": "boolean"
|
|
72
|
-
}
|
|
73
|
-
},
|
|
74
|
-
{
|
|
75
|
-
"name": "href",
|
|
76
|
-
"annotation": {
|
|
77
|
-
"type": "keyword",
|
|
78
|
-
"value": "string"
|
|
79
|
-
}
|
|
80
|
-
},
|
|
81
|
-
{
|
|
82
|
-
"name": "target",
|
|
83
|
-
"annotation": {
|
|
84
|
-
"type": "keyword",
|
|
85
|
-
"value": "string"
|
|
86
|
-
}
|
|
87
|
-
},
|
|
88
|
-
{
|
|
89
|
-
"name": "tooltip",
|
|
90
|
-
"annotation": {
|
|
91
|
-
"type": "keyword",
|
|
92
|
-
"value": "string"
|
|
93
|
-
}
|
|
94
|
-
}
|
|
95
|
-
],
|
|
96
|
-
"events": [],
|
|
97
|
-
"methods": []
|
|
98
|
-
},
|
|
99
2
|
"visual-builder.workbench-sidebar": {
|
|
100
3
|
"properties": [
|
|
101
4
|
{
|
|
@@ -917,6 +820,57 @@
|
|
|
917
820
|
"events": [],
|
|
918
821
|
"methods": []
|
|
919
822
|
},
|
|
823
|
+
"visual-builder.workbench-action": {
|
|
824
|
+
"properties": [
|
|
825
|
+
{
|
|
826
|
+
"name": "icon",
|
|
827
|
+
"annotation": {
|
|
828
|
+
"type": "reference",
|
|
829
|
+
"typeName": {
|
|
830
|
+
"type": "identifier",
|
|
831
|
+
"name": "GeneralIconProps"
|
|
832
|
+
}
|
|
833
|
+
}
|
|
834
|
+
},
|
|
835
|
+
{
|
|
836
|
+
"name": "to",
|
|
837
|
+
"annotation": {
|
|
838
|
+
"type": "keyword",
|
|
839
|
+
"value": "string"
|
|
840
|
+
}
|
|
841
|
+
},
|
|
842
|
+
{
|
|
843
|
+
"name": "active",
|
|
844
|
+
"annotation": {
|
|
845
|
+
"type": "keyword",
|
|
846
|
+
"value": "boolean"
|
|
847
|
+
}
|
|
848
|
+
},
|
|
849
|
+
{
|
|
850
|
+
"name": "href",
|
|
851
|
+
"annotation": {
|
|
852
|
+
"type": "keyword",
|
|
853
|
+
"value": "string"
|
|
854
|
+
}
|
|
855
|
+
},
|
|
856
|
+
{
|
|
857
|
+
"name": "target",
|
|
858
|
+
"annotation": {
|
|
859
|
+
"type": "keyword",
|
|
860
|
+
"value": "string"
|
|
861
|
+
}
|
|
862
|
+
},
|
|
863
|
+
{
|
|
864
|
+
"name": "tooltip",
|
|
865
|
+
"annotation": {
|
|
866
|
+
"type": "keyword",
|
|
867
|
+
"value": "string"
|
|
868
|
+
}
|
|
869
|
+
}
|
|
870
|
+
],
|
|
871
|
+
"events": [],
|
|
872
|
+
"methods": []
|
|
873
|
+
},
|
|
920
874
|
"visual-builder.pre-generated-container": {
|
|
921
875
|
"properties": [
|
|
922
876
|
{
|
|
@@ -940,84 +894,51 @@
|
|
|
940
894
|
"events": [],
|
|
941
895
|
"methods": []
|
|
942
896
|
},
|
|
943
|
-
"visual-builder.workbench-
|
|
897
|
+
"visual-builder.workbench-pane": {
|
|
944
898
|
"properties": [
|
|
945
899
|
{
|
|
946
|
-
"name": "
|
|
900
|
+
"name": "titleLabel",
|
|
947
901
|
"annotation": {
|
|
948
902
|
"type": "keyword",
|
|
949
903
|
"value": "string"
|
|
950
904
|
}
|
|
951
905
|
},
|
|
952
906
|
{
|
|
953
|
-
"name": "
|
|
907
|
+
"name": "active",
|
|
954
908
|
"annotation": {
|
|
955
|
-
"type": "
|
|
956
|
-
"
|
|
957
|
-
|
|
958
|
-
|
|
959
|
-
|
|
909
|
+
"type": "keyword",
|
|
910
|
+
"value": "boolean"
|
|
911
|
+
}
|
|
912
|
+
},
|
|
913
|
+
{
|
|
914
|
+
"name": "badge",
|
|
915
|
+
"annotation": {
|
|
916
|
+
"type": "keyword",
|
|
917
|
+
"value": "number"
|
|
960
918
|
}
|
|
961
919
|
}
|
|
962
920
|
],
|
|
963
|
-
"events": [
|
|
964
|
-
"methods": [],
|
|
965
|
-
"types": [
|
|
921
|
+
"events": [
|
|
966
922
|
{
|
|
967
|
-
"
|
|
968
|
-
"
|
|
969
|
-
|
|
970
|
-
|
|
971
|
-
"
|
|
972
|
-
"key": {
|
|
973
|
-
"type": "identifier",
|
|
974
|
-
"name": "title"
|
|
975
|
-
},
|
|
976
|
-
"annotation": {
|
|
977
|
-
"type": "keyword",
|
|
978
|
-
"value": "string"
|
|
979
|
-
},
|
|
980
|
-
"optional": true,
|
|
981
|
-
"computed": false
|
|
982
|
-
},
|
|
983
|
-
{
|
|
984
|
-
"type": "propertySignature",
|
|
985
|
-
"key": {
|
|
986
|
-
"type": "identifier",
|
|
987
|
-
"name": "icon"
|
|
988
|
-
},
|
|
989
|
-
"annotation": {
|
|
990
|
-
"type": "reference",
|
|
991
|
-
"typeName": {
|
|
992
|
-
"type": "identifier",
|
|
993
|
-
"name": "GeneralIconProps"
|
|
994
|
-
}
|
|
995
|
-
},
|
|
996
|
-
"optional": true,
|
|
997
|
-
"computed": false
|
|
998
|
-
},
|
|
999
|
-
{
|
|
1000
|
-
"type": "propertySignature",
|
|
1001
|
-
"key": {
|
|
1002
|
-
"type": "identifier",
|
|
1003
|
-
"name": "menuItems"
|
|
1004
|
-
},
|
|
1005
|
-
"annotation": {
|
|
1006
|
-
"type": "array",
|
|
1007
|
-
"elementType": {
|
|
1008
|
-
"type": "reference",
|
|
1009
|
-
"typeName": {
|
|
1010
|
-
"type": "identifier",
|
|
1011
|
-
"name": "SidebarMenuItem"
|
|
1012
|
-
}
|
|
1013
|
-
}
|
|
1014
|
-
},
|
|
1015
|
-
"optional": true,
|
|
1016
|
-
"computed": false
|
|
923
|
+
"name": "active.change",
|
|
924
|
+
"detail": {
|
|
925
|
+
"annotation": {
|
|
926
|
+
"type": "keyword",
|
|
927
|
+
"value": "boolean"
|
|
1017
928
|
}
|
|
1018
|
-
|
|
929
|
+
}
|
|
930
|
+
},
|
|
931
|
+
{
|
|
932
|
+
"name": "active.firstActivated",
|
|
933
|
+
"detail": {
|
|
934
|
+
"annotation": {
|
|
935
|
+
"type": "keyword",
|
|
936
|
+
"value": "void"
|
|
937
|
+
}
|
|
938
|
+
}
|
|
1019
939
|
}
|
|
1020
|
-
]
|
|
940
|
+
],
|
|
941
|
+
"methods": []
|
|
1021
942
|
},
|
|
1022
943
|
"visual-builder.get-dependency-tree": {
|
|
1023
944
|
"type": "provider",
|
|
@@ -1649,23 +1570,102 @@
|
|
|
1649
1570
|
}
|
|
1650
1571
|
]
|
|
1651
1572
|
},
|
|
1652
|
-
"visual-builder.
|
|
1573
|
+
"visual-builder.workbench-action-list": {
|
|
1653
1574
|
"properties": [
|
|
1654
1575
|
{
|
|
1655
|
-
"name": "
|
|
1576
|
+
"name": "appId",
|
|
1656
1577
|
"annotation": {
|
|
1657
|
-
"type": "
|
|
1658
|
-
"
|
|
1659
|
-
"type": "reference",
|
|
1660
|
-
"typeName": {
|
|
1661
|
-
"type": "identifier",
|
|
1662
|
-
"name": "SnippetOption"
|
|
1663
|
-
}
|
|
1664
|
-
}
|
|
1578
|
+
"type": "keyword",
|
|
1579
|
+
"value": "string"
|
|
1665
1580
|
}
|
|
1666
1581
|
},
|
|
1667
1582
|
{
|
|
1668
|
-
"name": "
|
|
1583
|
+
"name": "menu",
|
|
1584
|
+
"annotation": {
|
|
1585
|
+
"type": "reference",
|
|
1586
|
+
"typeName": {
|
|
1587
|
+
"type": "identifier",
|
|
1588
|
+
"name": "SidebarMenu"
|
|
1589
|
+
}
|
|
1590
|
+
}
|
|
1591
|
+
}
|
|
1592
|
+
],
|
|
1593
|
+
"events": [],
|
|
1594
|
+
"methods": [],
|
|
1595
|
+
"types": [
|
|
1596
|
+
{
|
|
1597
|
+
"type": "interface",
|
|
1598
|
+
"name": "SidebarMenu",
|
|
1599
|
+
"body": [
|
|
1600
|
+
{
|
|
1601
|
+
"type": "propertySignature",
|
|
1602
|
+
"key": {
|
|
1603
|
+
"type": "identifier",
|
|
1604
|
+
"name": "title"
|
|
1605
|
+
},
|
|
1606
|
+
"annotation": {
|
|
1607
|
+
"type": "keyword",
|
|
1608
|
+
"value": "string"
|
|
1609
|
+
},
|
|
1610
|
+
"optional": true,
|
|
1611
|
+
"computed": false
|
|
1612
|
+
},
|
|
1613
|
+
{
|
|
1614
|
+
"type": "propertySignature",
|
|
1615
|
+
"key": {
|
|
1616
|
+
"type": "identifier",
|
|
1617
|
+
"name": "icon"
|
|
1618
|
+
},
|
|
1619
|
+
"annotation": {
|
|
1620
|
+
"type": "reference",
|
|
1621
|
+
"typeName": {
|
|
1622
|
+
"type": "identifier",
|
|
1623
|
+
"name": "GeneralIconProps"
|
|
1624
|
+
}
|
|
1625
|
+
},
|
|
1626
|
+
"optional": true,
|
|
1627
|
+
"computed": false
|
|
1628
|
+
},
|
|
1629
|
+
{
|
|
1630
|
+
"type": "propertySignature",
|
|
1631
|
+
"key": {
|
|
1632
|
+
"type": "identifier",
|
|
1633
|
+
"name": "menuItems"
|
|
1634
|
+
},
|
|
1635
|
+
"annotation": {
|
|
1636
|
+
"type": "array",
|
|
1637
|
+
"elementType": {
|
|
1638
|
+
"type": "reference",
|
|
1639
|
+
"typeName": {
|
|
1640
|
+
"type": "identifier",
|
|
1641
|
+
"name": "SidebarMenuItem"
|
|
1642
|
+
}
|
|
1643
|
+
}
|
|
1644
|
+
},
|
|
1645
|
+
"optional": true,
|
|
1646
|
+
"computed": false
|
|
1647
|
+
}
|
|
1648
|
+
]
|
|
1649
|
+
}
|
|
1650
|
+
]
|
|
1651
|
+
},
|
|
1652
|
+
"visual-builder.generate-snippets-context-menu": {
|
|
1653
|
+
"properties": [
|
|
1654
|
+
{
|
|
1655
|
+
"name": "options",
|
|
1656
|
+
"annotation": {
|
|
1657
|
+
"type": "array",
|
|
1658
|
+
"elementType": {
|
|
1659
|
+
"type": "reference",
|
|
1660
|
+
"typeName": {
|
|
1661
|
+
"type": "identifier",
|
|
1662
|
+
"name": "SnippetOption"
|
|
1663
|
+
}
|
|
1664
|
+
}
|
|
1665
|
+
}
|
|
1666
|
+
},
|
|
1667
|
+
{
|
|
1668
|
+
"name": "active",
|
|
1669
1669
|
"annotation": {
|
|
1670
1670
|
"type": "keyword",
|
|
1671
1671
|
"value": "boolean"
|
|
@@ -3231,157 +3231,6 @@
|
|
|
3231
3231
|
}
|
|
3232
3232
|
]
|
|
3233
3233
|
},
|
|
3234
|
-
"visual-builder.property-editor": {
|
|
3235
|
-
"properties": [
|
|
3236
|
-
{
|
|
3237
|
-
"name": "editorName",
|
|
3238
|
-
"annotation": {
|
|
3239
|
-
"type": "keyword",
|
|
3240
|
-
"value": "string"
|
|
3241
|
-
}
|
|
3242
|
-
},
|
|
3243
|
-
{
|
|
3244
|
-
"name": "values",
|
|
3245
|
-
"annotation": {
|
|
3246
|
-
"type": "keyword",
|
|
3247
|
-
"value": "any"
|
|
3248
|
-
}
|
|
3249
|
-
},
|
|
3250
|
-
{
|
|
3251
|
-
"name": "advancedMode",
|
|
3252
|
-
"annotation": {
|
|
3253
|
-
"type": "keyword",
|
|
3254
|
-
"value": "boolean"
|
|
3255
|
-
}
|
|
3256
|
-
},
|
|
3257
|
-
{
|
|
3258
|
-
"name": "dataList",
|
|
3259
|
-
"annotation": {
|
|
3260
|
-
"type": "array",
|
|
3261
|
-
"elementType": {
|
|
3262
|
-
"type": "reference",
|
|
3263
|
-
"typeName": {
|
|
3264
|
-
"type": "identifier",
|
|
3265
|
-
"name": "DataItem"
|
|
3266
|
-
}
|
|
3267
|
-
}
|
|
3268
|
-
}
|
|
3269
|
-
},
|
|
3270
|
-
{
|
|
3271
|
-
"name": "editorPackages",
|
|
3272
|
-
"annotation": {
|
|
3273
|
-
"type": "array",
|
|
3274
|
-
"elementType": {
|
|
3275
|
-
"type": "reference",
|
|
3276
|
-
"typeName": {
|
|
3277
|
-
"type": "identifier",
|
|
3278
|
-
"name": "BrickPackage"
|
|
3279
|
-
}
|
|
3280
|
-
}
|
|
3281
|
-
}
|
|
3282
|
-
},
|
|
3283
|
-
{
|
|
3284
|
-
"name": "links",
|
|
3285
|
-
"annotation": {
|
|
3286
|
-
"type": "keyword",
|
|
3287
|
-
"value": "any"
|
|
3288
|
-
}
|
|
3289
|
-
},
|
|
3290
|
-
{
|
|
3291
|
-
"name": "extraLibs",
|
|
3292
|
-
"annotation": {
|
|
3293
|
-
"type": "reference",
|
|
3294
|
-
"typeName": {
|
|
3295
|
-
"type": "identifier",
|
|
3296
|
-
"name": "SelectOptions"
|
|
3297
|
-
}
|
|
3298
|
-
}
|
|
3299
|
-
},
|
|
3300
|
-
{
|
|
3301
|
-
"name": "childSlots",
|
|
3302
|
-
"annotation": {
|
|
3303
|
-
"type": "reference",
|
|
3304
|
-
"typeName": {
|
|
3305
|
-
"type": "identifier",
|
|
3306
|
-
"name": "SelectOptions"
|
|
3307
|
-
}
|
|
3308
|
-
}
|
|
3309
|
-
}
|
|
3310
|
-
],
|
|
3311
|
-
"events": [
|
|
3312
|
-
{
|
|
3313
|
-
"name": "validate.success",
|
|
3314
|
-
"detail": {
|
|
3315
|
-
"annotation": {
|
|
3316
|
-
"type": "reference",
|
|
3317
|
-
"typeName": {
|
|
3318
|
-
"type": "identifier",
|
|
3319
|
-
"name": "Record"
|
|
3320
|
-
},
|
|
3321
|
-
"typeParameters": {
|
|
3322
|
-
"type": "typeParameterInstantiation",
|
|
3323
|
-
"params": [
|
|
3324
|
-
{
|
|
3325
|
-
"type": "keyword",
|
|
3326
|
-
"value": "string"
|
|
3327
|
-
},
|
|
3328
|
-
{
|
|
3329
|
-
"type": "keyword",
|
|
3330
|
-
"value": "unknown"
|
|
3331
|
-
}
|
|
3332
|
-
]
|
|
3333
|
-
}
|
|
3334
|
-
}
|
|
3335
|
-
}
|
|
3336
|
-
},
|
|
3337
|
-
{
|
|
3338
|
-
"name": "validate.error",
|
|
3339
|
-
"detail": {
|
|
3340
|
-
"annotation": {
|
|
3341
|
-
"type": "array",
|
|
3342
|
-
"elementType": {
|
|
3343
|
-
"type": "keyword",
|
|
3344
|
-
"value": "any"
|
|
3345
|
-
}
|
|
3346
|
-
}
|
|
3347
|
-
}
|
|
3348
|
-
},
|
|
3349
|
-
{
|
|
3350
|
-
"name": "values.change",
|
|
3351
|
-
"detail": {
|
|
3352
|
-
"annotation": {
|
|
3353
|
-
"type": "keyword",
|
|
3354
|
-
"value": "any"
|
|
3355
|
-
}
|
|
3356
|
-
}
|
|
3357
|
-
},
|
|
3358
|
-
{
|
|
3359
|
-
"name": "token.click",
|
|
3360
|
-
"detail": {
|
|
3361
|
-
"annotation": {
|
|
3362
|
-
"type": "keyword",
|
|
3363
|
-
"value": "string"
|
|
3364
|
-
}
|
|
3365
|
-
}
|
|
3366
|
-
},
|
|
3367
|
-
{
|
|
3368
|
-
"name": "trigger.action",
|
|
3369
|
-
"detail": {
|
|
3370
|
-
"annotation": {
|
|
3371
|
-
"type": "keyword",
|
|
3372
|
-
"value": "string"
|
|
3373
|
-
}
|
|
3374
|
-
}
|
|
3375
|
-
}
|
|
3376
|
-
],
|
|
3377
|
-
"methods": [
|
|
3378
|
-
{
|
|
3379
|
-
"name": "validate",
|
|
3380
|
-
"params": [],
|
|
3381
|
-
"returns": {}
|
|
3382
|
-
}
|
|
3383
|
-
]
|
|
3384
|
-
},
|
|
3385
3234
|
"visual-builder.raw-data-preview": {
|
|
3386
3235
|
"properties": [
|
|
3387
3236
|
{
|
|
@@ -3802,6 +3651,157 @@
|
|
|
3802
3651
|
}
|
|
3803
3652
|
]
|
|
3804
3653
|
},
|
|
3654
|
+
"visual-builder.property-editor": {
|
|
3655
|
+
"properties": [
|
|
3656
|
+
{
|
|
3657
|
+
"name": "editorName",
|
|
3658
|
+
"annotation": {
|
|
3659
|
+
"type": "keyword",
|
|
3660
|
+
"value": "string"
|
|
3661
|
+
}
|
|
3662
|
+
},
|
|
3663
|
+
{
|
|
3664
|
+
"name": "values",
|
|
3665
|
+
"annotation": {
|
|
3666
|
+
"type": "keyword",
|
|
3667
|
+
"value": "any"
|
|
3668
|
+
}
|
|
3669
|
+
},
|
|
3670
|
+
{
|
|
3671
|
+
"name": "advancedMode",
|
|
3672
|
+
"annotation": {
|
|
3673
|
+
"type": "keyword",
|
|
3674
|
+
"value": "boolean"
|
|
3675
|
+
}
|
|
3676
|
+
},
|
|
3677
|
+
{
|
|
3678
|
+
"name": "dataList",
|
|
3679
|
+
"annotation": {
|
|
3680
|
+
"type": "array",
|
|
3681
|
+
"elementType": {
|
|
3682
|
+
"type": "reference",
|
|
3683
|
+
"typeName": {
|
|
3684
|
+
"type": "identifier",
|
|
3685
|
+
"name": "DataItem"
|
|
3686
|
+
}
|
|
3687
|
+
}
|
|
3688
|
+
}
|
|
3689
|
+
},
|
|
3690
|
+
{
|
|
3691
|
+
"name": "editorPackages",
|
|
3692
|
+
"annotation": {
|
|
3693
|
+
"type": "array",
|
|
3694
|
+
"elementType": {
|
|
3695
|
+
"type": "reference",
|
|
3696
|
+
"typeName": {
|
|
3697
|
+
"type": "identifier",
|
|
3698
|
+
"name": "BrickPackage"
|
|
3699
|
+
}
|
|
3700
|
+
}
|
|
3701
|
+
}
|
|
3702
|
+
},
|
|
3703
|
+
{
|
|
3704
|
+
"name": "links",
|
|
3705
|
+
"annotation": {
|
|
3706
|
+
"type": "keyword",
|
|
3707
|
+
"value": "any"
|
|
3708
|
+
}
|
|
3709
|
+
},
|
|
3710
|
+
{
|
|
3711
|
+
"name": "extraLibs",
|
|
3712
|
+
"annotation": {
|
|
3713
|
+
"type": "reference",
|
|
3714
|
+
"typeName": {
|
|
3715
|
+
"type": "identifier",
|
|
3716
|
+
"name": "SelectOptions"
|
|
3717
|
+
}
|
|
3718
|
+
}
|
|
3719
|
+
},
|
|
3720
|
+
{
|
|
3721
|
+
"name": "childSlots",
|
|
3722
|
+
"annotation": {
|
|
3723
|
+
"type": "reference",
|
|
3724
|
+
"typeName": {
|
|
3725
|
+
"type": "identifier",
|
|
3726
|
+
"name": "SelectOptions"
|
|
3727
|
+
}
|
|
3728
|
+
}
|
|
3729
|
+
}
|
|
3730
|
+
],
|
|
3731
|
+
"events": [
|
|
3732
|
+
{
|
|
3733
|
+
"name": "validate.success",
|
|
3734
|
+
"detail": {
|
|
3735
|
+
"annotation": {
|
|
3736
|
+
"type": "reference",
|
|
3737
|
+
"typeName": {
|
|
3738
|
+
"type": "identifier",
|
|
3739
|
+
"name": "Record"
|
|
3740
|
+
},
|
|
3741
|
+
"typeParameters": {
|
|
3742
|
+
"type": "typeParameterInstantiation",
|
|
3743
|
+
"params": [
|
|
3744
|
+
{
|
|
3745
|
+
"type": "keyword",
|
|
3746
|
+
"value": "string"
|
|
3747
|
+
},
|
|
3748
|
+
{
|
|
3749
|
+
"type": "keyword",
|
|
3750
|
+
"value": "unknown"
|
|
3751
|
+
}
|
|
3752
|
+
]
|
|
3753
|
+
}
|
|
3754
|
+
}
|
|
3755
|
+
}
|
|
3756
|
+
},
|
|
3757
|
+
{
|
|
3758
|
+
"name": "validate.error",
|
|
3759
|
+
"detail": {
|
|
3760
|
+
"annotation": {
|
|
3761
|
+
"type": "array",
|
|
3762
|
+
"elementType": {
|
|
3763
|
+
"type": "keyword",
|
|
3764
|
+
"value": "any"
|
|
3765
|
+
}
|
|
3766
|
+
}
|
|
3767
|
+
}
|
|
3768
|
+
},
|
|
3769
|
+
{
|
|
3770
|
+
"name": "values.change",
|
|
3771
|
+
"detail": {
|
|
3772
|
+
"annotation": {
|
|
3773
|
+
"type": "keyword",
|
|
3774
|
+
"value": "any"
|
|
3775
|
+
}
|
|
3776
|
+
}
|
|
3777
|
+
},
|
|
3778
|
+
{
|
|
3779
|
+
"name": "token.click",
|
|
3780
|
+
"detail": {
|
|
3781
|
+
"annotation": {
|
|
3782
|
+
"type": "keyword",
|
|
3783
|
+
"value": "string"
|
|
3784
|
+
}
|
|
3785
|
+
}
|
|
3786
|
+
},
|
|
3787
|
+
{
|
|
3788
|
+
"name": "trigger.action",
|
|
3789
|
+
"detail": {
|
|
3790
|
+
"annotation": {
|
|
3791
|
+
"type": "keyword",
|
|
3792
|
+
"value": "string"
|
|
3793
|
+
}
|
|
3794
|
+
}
|
|
3795
|
+
}
|
|
3796
|
+
],
|
|
3797
|
+
"methods": [
|
|
3798
|
+
{
|
|
3799
|
+
"name": "validate",
|
|
3800
|
+
"params": [],
|
|
3801
|
+
"returns": {}
|
|
3802
|
+
}
|
|
3803
|
+
]
|
|
3804
|
+
},
|
|
3805
3805
|
"visual-builder.workbench-tree": {
|
|
3806
3806
|
"properties": [
|
|
3807
3807
|
{
|