@next-bricks/visual-builder 1.37.2 → 1.37.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/types.json CHANGED
@@ -1,68 +1,4 @@
1
1
  {
2
- "visual-builder.workbench-action": {
3
- "properties": [
4
- {
5
- "name": "icon",
6
- "annotation": {
7
- "type": "reference",
8
- "typeName": {
9
- "type": "identifier",
10
- "name": "GeneralIconProps"
11
- }
12
- }
13
- },
14
- {
15
- "name": "to",
16
- "annotation": {
17
- "type": "keyword",
18
- "value": "string"
19
- }
20
- },
21
- {
22
- "name": "active",
23
- "annotation": {
24
- "type": "keyword",
25
- "value": "boolean"
26
- }
27
- },
28
- {
29
- "name": "href",
30
- "annotation": {
31
- "type": "keyword",
32
- "value": "string"
33
- }
34
- },
35
- {
36
- "name": "target",
37
- "annotation": {
38
- "type": "keyword",
39
- "value": "string"
40
- }
41
- },
42
- {
43
- "name": "tooltip",
44
- "annotation": {
45
- "type": "keyword",
46
- "value": "string"
47
- }
48
- }
49
- ],
50
- "events": [],
51
- "methods": []
52
- },
53
- "visual-builder.workbench-sidebar": {
54
- "properties": [
55
- {
56
- "name": "titleLabel",
57
- "annotation": {
58
- "type": "keyword",
59
- "value": "string"
60
- }
61
- }
62
- ],
63
- "events": [],
64
- "methods": []
65
- },
66
2
  "visual-builder.workbench-pane": {
67
3
  "properties": [
68
4
  {
@@ -109,6 +45,19 @@
109
45
  ],
110
46
  "methods": []
111
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
+ },
112
61
  "visual-builder.page-arch-node": {
113
62
  "properties": [
114
63
  {
@@ -386,9 +335,59 @@
386
335
  }
387
336
  ]
388
337
  },
389
- "visual-builder.batch-update-raw-data-generated-view": {
390
- "type": "provider",
391
- "params": [
338
+ "visual-builder.workbench-action": {
339
+ "properties": [
340
+ {
341
+ "name": "icon",
342
+ "annotation": {
343
+ "type": "reference",
344
+ "typeName": {
345
+ "type": "identifier",
346
+ "name": "GeneralIconProps"
347
+ }
348
+ }
349
+ },
350
+ {
351
+ "name": "to",
352
+ "annotation": {
353
+ "type": "keyword",
354
+ "value": "string"
355
+ }
356
+ },
357
+ {
358
+ "name": "active",
359
+ "annotation": {
360
+ "type": "keyword",
361
+ "value": "boolean"
362
+ }
363
+ },
364
+ {
365
+ "name": "href",
366
+ "annotation": {
367
+ "type": "keyword",
368
+ "value": "string"
369
+ }
370
+ },
371
+ {
372
+ "name": "target",
373
+ "annotation": {
374
+ "type": "keyword",
375
+ "value": "string"
376
+ }
377
+ },
378
+ {
379
+ "name": "tooltip",
380
+ "annotation": {
381
+ "type": "keyword",
382
+ "value": "string"
383
+ }
384
+ }
385
+ ],
386
+ "events": [],
387
+ "methods": []
388
+ },
389
+ "visual-builder.pre-generated-preview": {
390
+ "properties": [
392
391
  {
393
392
  "name": "generations",
394
393
  "annotation": {
@@ -397,40 +396,58 @@
397
396
  "type": "reference",
398
397
  "typeName": {
399
398
  "type": "identifier",
400
- "name": "GeneratedView"
399
+ "name": "AttributeGeneration"
401
400
  }
402
401
  }
403
402
  }
404
- }
405
- ],
406
- "returns": {
407
- "annotation": {
408
- "type": "reference",
409
- "typeName": {
410
- "type": "identifier",
411
- "name": "Promise"
412
- },
413
- "typeParameters": {
414
- "type": "typeParameterInstantiation",
415
- "params": [
416
- {
417
- "type": "keyword",
418
- "value": "unknown"
419
- }
420
- ]
403
+ },
404
+ {
405
+ "name": "category",
406
+ "annotation": {
407
+ "type": "reference",
408
+ "typeName": {
409
+ "type": "identifier",
410
+ "name": "PreviewCategory"
411
+ }
412
+ }
413
+ },
414
+ {
415
+ "name": "theme",
416
+ "annotation": {
417
+ "type": "keyword",
418
+ "value": "string"
419
+ }
420
+ },
421
+ {
422
+ "name": "uiVersion",
423
+ "annotation": {
424
+ "type": "keyword",
425
+ "value": "string"
426
+ }
427
+ },
428
+ {
429
+ "name": "app",
430
+ "annotation": {
431
+ "type": "reference",
432
+ "typeName": {
433
+ "type": "identifier",
434
+ "name": "MicroApp"
435
+ }
421
436
  }
422
437
  }
423
- },
438
+ ],
439
+ "events": [],
440
+ "methods": [],
424
441
  "types": [
425
442
  {
426
443
  "type": "interface",
427
- "name": "GeneratedView",
444
+ "name": "AttributeGeneration",
428
445
  "body": [
429
446
  {
430
447
  "type": "propertySignature",
431
448
  "key": {
432
449
  "type": "identifier",
433
- "name": "attrInstanceId"
450
+ "name": "instanceId"
434
451
  },
435
452
  "annotation": {
436
453
  "type": "keyword",
@@ -442,7 +459,7 @@
442
459
  "type": "propertySignature",
443
460
  "key": {
444
461
  "type": "identifier",
445
- "name": "input"
462
+ "name": "objectId"
446
463
  },
447
464
  "annotation": {
448
465
  "type": "keyword",
@@ -454,7 +471,7 @@
454
471
  "type": "propertySignature",
455
472
  "key": {
456
473
  "type": "identifier",
457
- "name": "output"
474
+ "name": "propertyId"
458
475
  },
459
476
  "annotation": {
460
477
  "type": "keyword",
@@ -466,14 +483,11 @@
466
483
  "type": "propertySignature",
467
484
  "key": {
468
485
  "type": "identifier",
469
- "name": "list"
486
+ "name": "propertyName"
470
487
  },
471
488
  "annotation": {
472
- "type": "array",
473
- "elementType": {
474
- "type": "keyword",
475
- "value": "unknown"
476
- }
489
+ "type": "keyword",
490
+ "value": "string"
477
491
  },
478
492
  "computed": false
479
493
  },
@@ -481,71 +495,283 @@
481
495
  "type": "propertySignature",
482
496
  "key": {
483
497
  "type": "identifier",
484
- "name": "defaultVisualWeight"
498
+ "name": "displayLevel"
485
499
  },
486
500
  "annotation": {
487
501
  "type": "keyword",
488
502
  "value": "number"
489
503
  },
490
- "optional": true,
491
504
  "computed": false
492
505
  },
493
506
  {
494
507
  "type": "propertySignature",
495
508
  "key": {
496
509
  "type": "identifier",
497
- "name": "systemPromptVersion"
510
+ "name": "rwType"
498
511
  },
499
512
  "annotation": {
500
513
  "type": "keyword",
501
514
  "value": "string"
502
515
  },
503
- "optional": true,
504
516
  "computed": false
505
- }
506
- ]
507
- }
508
- ]
509
- },
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
- "visual-builder.get-config-by-data-for-ai": {
541
- "type": "provider",
542
- "params": [
543
- {
544
- "name": "data",
545
- "annotation": {
546
- "type": "union",
547
- "types": [
548
- {
517
+ },
518
+ {
519
+ "type": "propertySignature",
520
+ "key": {
521
+ "type": "identifier",
522
+ "name": "category"
523
+ },
524
+ "annotation": {
525
+ "type": "reference",
526
+ "typeName": {
527
+ "type": "identifier",
528
+ "name": "PreviewCategory"
529
+ }
530
+ },
531
+ "computed": false
532
+ },
533
+ {
534
+ "type": "propertySignature",
535
+ "key": {
536
+ "type": "identifier",
537
+ "name": "storyboard"
538
+ },
539
+ "annotation": {
540
+ "type": "union",
541
+ "types": [
542
+ {
543
+ "type": "reference",
544
+ "typeName": {
545
+ "type": "identifier",
546
+ "name": "BrickConf"
547
+ }
548
+ },
549
+ {
550
+ "type": "array",
551
+ "elementType": {
552
+ "type": "reference",
553
+ "typeName": {
554
+ "type": "identifier",
555
+ "name": "BrickConf"
556
+ }
557
+ }
558
+ }
559
+ ]
560
+ },
561
+ "computed": false
562
+ },
563
+ {
564
+ "type": "propertySignature",
565
+ "key": {
566
+ "type": "identifier",
567
+ "name": "mockData"
568
+ },
569
+ "annotation": {
570
+ "type": "array",
571
+ "elementType": {
572
+ "type": "keyword",
573
+ "value": "unknown"
574
+ }
575
+ },
576
+ "computed": false
577
+ }
578
+ ]
579
+ },
580
+ {
581
+ "type": "typeAlias",
582
+ "name": "PreviewCategory",
583
+ "annotation": {
584
+ "type": "union",
585
+ "types": [
586
+ {
587
+ "type": "jsLiteral",
588
+ "value": "detail-item"
589
+ },
590
+ {
591
+ "type": "jsLiteral",
592
+ "value": "form-item"
593
+ },
594
+ {
595
+ "type": "jsLiteral",
596
+ "value": "table-column"
597
+ },
598
+ {
599
+ "type": "jsLiteral",
600
+ "value": "card-item"
601
+ },
602
+ {
603
+ "type": "jsLiteral",
604
+ "value": "metric-item"
605
+ },
606
+ {
607
+ "type": "jsLiteral",
608
+ "value": "value"
609
+ }
610
+ ]
611
+ }
612
+ }
613
+ ]
614
+ },
615
+ "visual-builder.batch-update-raw-data-generated-view": {
616
+ "type": "provider",
617
+ "params": [
618
+ {
619
+ "name": "generations",
620
+ "annotation": {
621
+ "type": "array",
622
+ "elementType": {
623
+ "type": "reference",
624
+ "typeName": {
625
+ "type": "identifier",
626
+ "name": "GeneratedView"
627
+ }
628
+ }
629
+ }
630
+ }
631
+ ],
632
+ "returns": {
633
+ "annotation": {
634
+ "type": "reference",
635
+ "typeName": {
636
+ "type": "identifier",
637
+ "name": "Promise"
638
+ },
639
+ "typeParameters": {
640
+ "type": "typeParameterInstantiation",
641
+ "params": [
642
+ {
643
+ "type": "keyword",
644
+ "value": "unknown"
645
+ }
646
+ ]
647
+ }
648
+ }
649
+ },
650
+ "types": [
651
+ {
652
+ "type": "interface",
653
+ "name": "GeneratedView",
654
+ "body": [
655
+ {
656
+ "type": "propertySignature",
657
+ "key": {
658
+ "type": "identifier",
659
+ "name": "attrInstanceId"
660
+ },
661
+ "annotation": {
662
+ "type": "keyword",
663
+ "value": "string"
664
+ },
665
+ "computed": false
666
+ },
667
+ {
668
+ "type": "propertySignature",
669
+ "key": {
670
+ "type": "identifier",
671
+ "name": "input"
672
+ },
673
+ "annotation": {
674
+ "type": "keyword",
675
+ "value": "string"
676
+ },
677
+ "computed": false
678
+ },
679
+ {
680
+ "type": "propertySignature",
681
+ "key": {
682
+ "type": "identifier",
683
+ "name": "output"
684
+ },
685
+ "annotation": {
686
+ "type": "keyword",
687
+ "value": "string"
688
+ },
689
+ "computed": false
690
+ },
691
+ {
692
+ "type": "propertySignature",
693
+ "key": {
694
+ "type": "identifier",
695
+ "name": "list"
696
+ },
697
+ "annotation": {
698
+ "type": "array",
699
+ "elementType": {
700
+ "type": "keyword",
701
+ "value": "unknown"
702
+ }
703
+ },
704
+ "computed": false
705
+ },
706
+ {
707
+ "type": "propertySignature",
708
+ "key": {
709
+ "type": "identifier",
710
+ "name": "defaultVisualWeight"
711
+ },
712
+ "annotation": {
713
+ "type": "keyword",
714
+ "value": "number"
715
+ },
716
+ "optional": true,
717
+ "computed": false
718
+ },
719
+ {
720
+ "type": "propertySignature",
721
+ "key": {
722
+ "type": "identifier",
723
+ "name": "systemPromptVersion"
724
+ },
725
+ "annotation": {
726
+ "type": "keyword",
727
+ "value": "string"
728
+ },
729
+ "optional": true,
730
+ "computed": false
731
+ }
732
+ ]
733
+ }
734
+ ]
735
+ },
736
+ "visual-builder.check-editor-by-name": {
737
+ "type": "provider",
738
+ "params": [
739
+ {
740
+ "name": "name",
741
+ "annotation": {
742
+ "type": "keyword",
743
+ "value": "string"
744
+ }
745
+ }
746
+ ],
747
+ "returns": {
748
+ "annotation": {
749
+ "type": "reference",
750
+ "typeName": {
751
+ "type": "identifier",
752
+ "name": "Promise"
753
+ },
754
+ "typeParameters": {
755
+ "type": "typeParameterInstantiation",
756
+ "params": [
757
+ {
758
+ "type": "keyword",
759
+ "value": "boolean"
760
+ }
761
+ ]
762
+ }
763
+ }
764
+ }
765
+ },
766
+ "visual-builder.get-config-by-data-for-ai": {
767
+ "type": "provider",
768
+ "params": [
769
+ {
770
+ "name": "data",
771
+ "annotation": {
772
+ "type": "union",
773
+ "types": [
774
+ {
549
775
  "type": "reference",
550
776
  "typeName": {
551
777
  "type": "identifier",
@@ -968,268 +1194,42 @@
968
1194
  "type": "propertySignature",
969
1195
  "key": {
970
1196
  "type": "identifier",
971
- "name": "end"
972
- },
973
- "annotation": {
974
- "type": "keyword",
975
- "value": "boolean"
976
- },
977
- "optional": true,
978
- "computed": false
979
- },
980
- {
981
- "type": "propertySignature",
982
- "key": {
983
- "type": "identifier",
984
- "name": "strict"
985
- },
986
- "annotation": {
987
- "type": "keyword",
988
- "value": "boolean"
989
- },
990
- "optional": true,
991
- "computed": false
992
- },
993
- {
994
- "type": "propertySignature",
995
- "key": {
996
- "type": "identifier",
997
- "name": "sensitive"
998
- },
999
- "annotation": {
1000
- "type": "keyword",
1001
- "value": "boolean"
1002
- },
1003
- "optional": true,
1004
- "computed": false
1005
- }
1006
- ]
1007
- }
1008
- ]
1009
- },
1010
- "visual-builder.pre-generated-preview": {
1011
- "properties": [
1012
- {
1013
- "name": "generations",
1014
- "annotation": {
1015
- "type": "array",
1016
- "elementType": {
1017
- "type": "reference",
1018
- "typeName": {
1019
- "type": "identifier",
1020
- "name": "AttributeGeneration"
1021
- }
1022
- }
1023
- }
1024
- },
1025
- {
1026
- "name": "category",
1027
- "annotation": {
1028
- "type": "reference",
1029
- "typeName": {
1030
- "type": "identifier",
1031
- "name": "PreviewCategory"
1032
- }
1033
- }
1034
- },
1035
- {
1036
- "name": "theme",
1037
- "annotation": {
1038
- "type": "keyword",
1039
- "value": "string"
1040
- }
1041
- },
1042
- {
1043
- "name": "uiVersion",
1044
- "annotation": {
1045
- "type": "keyword",
1046
- "value": "string"
1047
- }
1048
- },
1049
- {
1050
- "name": "app",
1051
- "annotation": {
1052
- "type": "reference",
1053
- "typeName": {
1054
- "type": "identifier",
1055
- "name": "MicroApp"
1056
- }
1057
- }
1058
- }
1059
- ],
1060
- "events": [],
1061
- "methods": [],
1062
- "types": [
1063
- {
1064
- "type": "interface",
1065
- "name": "AttributeGeneration",
1066
- "body": [
1067
- {
1068
- "type": "propertySignature",
1069
- "key": {
1070
- "type": "identifier",
1071
- "name": "instanceId"
1072
- },
1073
- "annotation": {
1074
- "type": "keyword",
1075
- "value": "string"
1076
- },
1077
- "computed": false
1078
- },
1079
- {
1080
- "type": "propertySignature",
1081
- "key": {
1082
- "type": "identifier",
1083
- "name": "objectId"
1084
- },
1085
- "annotation": {
1086
- "type": "keyword",
1087
- "value": "string"
1088
- },
1089
- "computed": false
1090
- },
1091
- {
1092
- "type": "propertySignature",
1093
- "key": {
1094
- "type": "identifier",
1095
- "name": "propertyId"
1096
- },
1097
- "annotation": {
1098
- "type": "keyword",
1099
- "value": "string"
1100
- },
1101
- "computed": false
1102
- },
1103
- {
1104
- "type": "propertySignature",
1105
- "key": {
1106
- "type": "identifier",
1107
- "name": "propertyName"
1108
- },
1109
- "annotation": {
1110
- "type": "keyword",
1111
- "value": "string"
1112
- },
1113
- "computed": false
1114
- },
1115
- {
1116
- "type": "propertySignature",
1117
- "key": {
1118
- "type": "identifier",
1119
- "name": "displayLevel"
1197
+ "name": "end"
1120
1198
  },
1121
1199
  "annotation": {
1122
1200
  "type": "keyword",
1123
- "value": "number"
1201
+ "value": "boolean"
1124
1202
  },
1203
+ "optional": true,
1125
1204
  "computed": false
1126
1205
  },
1127
1206
  {
1128
1207
  "type": "propertySignature",
1129
1208
  "key": {
1130
1209
  "type": "identifier",
1131
- "name": "rwType"
1210
+ "name": "strict"
1132
1211
  },
1133
1212
  "annotation": {
1134
1213
  "type": "keyword",
1135
- "value": "string"
1136
- },
1137
- "computed": false
1138
- },
1139
- {
1140
- "type": "propertySignature",
1141
- "key": {
1142
- "type": "identifier",
1143
- "name": "category"
1144
- },
1145
- "annotation": {
1146
- "type": "reference",
1147
- "typeName": {
1148
- "type": "identifier",
1149
- "name": "PreviewCategory"
1150
- }
1151
- },
1152
- "computed": false
1153
- },
1154
- {
1155
- "type": "propertySignature",
1156
- "key": {
1157
- "type": "identifier",
1158
- "name": "storyboard"
1159
- },
1160
- "annotation": {
1161
- "type": "union",
1162
- "types": [
1163
- {
1164
- "type": "reference",
1165
- "typeName": {
1166
- "type": "identifier",
1167
- "name": "BrickConf"
1168
- }
1169
- },
1170
- {
1171
- "type": "array",
1172
- "elementType": {
1173
- "type": "reference",
1174
- "typeName": {
1175
- "type": "identifier",
1176
- "name": "BrickConf"
1177
- }
1178
- }
1179
- }
1180
- ]
1214
+ "value": "boolean"
1181
1215
  },
1216
+ "optional": true,
1182
1217
  "computed": false
1183
1218
  },
1184
1219
  {
1185
1220
  "type": "propertySignature",
1186
1221
  "key": {
1187
1222
  "type": "identifier",
1188
- "name": "mockData"
1223
+ "name": "sensitive"
1189
1224
  },
1190
1225
  "annotation": {
1191
- "type": "array",
1192
- "elementType": {
1193
- "type": "keyword",
1194
- "value": "unknown"
1195
- }
1226
+ "type": "keyword",
1227
+ "value": "boolean"
1196
1228
  },
1229
+ "optional": true,
1197
1230
  "computed": false
1198
1231
  }
1199
1232
  ]
1200
- },
1201
- {
1202
- "type": "typeAlias",
1203
- "name": "PreviewCategory",
1204
- "annotation": {
1205
- "type": "union",
1206
- "types": [
1207
- {
1208
- "type": "jsLiteral",
1209
- "value": "detail-item"
1210
- },
1211
- {
1212
- "type": "jsLiteral",
1213
- "value": "form-item"
1214
- },
1215
- {
1216
- "type": "jsLiteral",
1217
- "value": "table-column"
1218
- },
1219
- {
1220
- "type": "jsLiteral",
1221
- "value": "card-item"
1222
- },
1223
- {
1224
- "type": "jsLiteral",
1225
- "value": "metric-item"
1226
- },
1227
- {
1228
- "type": "jsLiteral",
1229
- "value": "value"
1230
- }
1231
- ]
1232
- }
1233
1233
  }
1234
1234
  ]
1235
1235
  },
@@ -1261,6 +1261,85 @@
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
+ },
1264
1343
  "visual-builder.get-dependency-tree": {
1265
1344
  "type": "provider",
1266
1345
  "params": [
@@ -1461,85 +1540,6 @@
1461
1540
  }
1462
1541
  ]
1463
1542
  },
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
  {