@next-bricks/visual-builder 1.38.0 → 1.38.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.
Files changed (28) hide show
  1. package/dist/bricks.json +18 -18
  2. package/dist/chunks/{220.e0f746d5.js → 220.7b1efc80.js} +2 -2
  3. package/dist/chunks/220.7b1efc80.js.map +1 -0
  4. package/dist/chunks/get-config-by-data-for-ai.40035762.js +3 -0
  5. package/dist/chunks/get-config-by-data-for-ai.40035762.js.map +1 -0
  6. package/dist/chunks/{main.50ff22fd.js → main.ba14b0f0.js} +2 -2
  7. package/dist/chunks/{main.50ff22fd.js.map → main.ba14b0f0.js.map} +1 -1
  8. package/dist/chunks/pre-generated-config.e1c53303.js +2 -0
  9. package/dist/chunks/pre-generated-config.e1c53303.js.map +1 -0
  10. package/dist/chunks/raw-metric-preview.fa44b0e6.js +3 -0
  11. package/dist/chunks/raw-metric-preview.fa44b0e6.js.map +1 -0
  12. package/dist/index.67520381.js +2 -0
  13. package/dist/{index.f068c5ae.js.map → index.67520381.js.map} +1 -1
  14. package/dist/manifest.json +71 -71
  15. package/dist/types.json +760 -739
  16. package/dist-types/data-providers/get-config-by-data-for-ai.d.ts +1 -1
  17. package/dist-types/pre-generated-config/index.d.ts +2 -1
  18. package/package.json +2 -2
  19. package/dist/chunks/220.e0f746d5.js.map +0 -1
  20. package/dist/chunks/get-config-by-data-for-ai.9a56aa11.js +0 -3
  21. package/dist/chunks/get-config-by-data-for-ai.9a56aa11.js.map +0 -1
  22. package/dist/chunks/pre-generated-config.5ea466e4.js +0 -2
  23. package/dist/chunks/pre-generated-config.5ea466e4.js.map +0 -1
  24. package/dist/chunks/raw-metric-preview.14336dee.js +0 -3
  25. package/dist/chunks/raw-metric-preview.14336dee.js.map +0 -1
  26. package/dist/index.f068c5ae.js +0 -2
  27. /package/dist/chunks/{get-config-by-data-for-ai.9a56aa11.js.LICENSE.txt → get-config-by-data-for-ai.40035762.js.LICENSE.txt} +0 -0
  28. /package/dist/chunks/{raw-metric-preview.14336dee.js.LICENSE.txt → raw-metric-preview.fa44b0e6.js.LICENSE.txt} +0 -0
package/dist/types.json CHANGED
@@ -45,70 +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
- "name": "tooltip",
103
- "annotation": {
104
- "type": "keyword",
105
- "value": "string"
106
- }
107
- }
108
- ],
109
- "events": [],
110
- "methods": []
111
- },
112
48
  "visual-builder.page-arch-node": {
113
49
  "properties": [
114
50
  {
@@ -386,9 +322,21 @@
386
322
  }
387
323
  ]
388
324
  },
389
- "visual-builder.batch-update-raw-data-generated-view": {
390
- "type": "provider",
391
- "params": [
325
+ "visual-builder.workbench-sidebar": {
326
+ "properties": [
327
+ {
328
+ "name": "titleLabel",
329
+ "annotation": {
330
+ "type": "keyword",
331
+ "value": "string"
332
+ }
333
+ }
334
+ ],
335
+ "events": [],
336
+ "methods": []
337
+ },
338
+ "visual-builder.pre-generated-preview": {
339
+ "properties": [
392
340
  {
393
341
  "name": "generations",
394
342
  "annotation": {
@@ -397,40 +345,58 @@
397
345
  "type": "reference",
398
346
  "typeName": {
399
347
  "type": "identifier",
400
- "name": "GeneratedView"
348
+ "name": "AttributeGeneration"
401
349
  }
402
350
  }
403
351
  }
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
- ]
352
+ },
353
+ {
354
+ "name": "category",
355
+ "annotation": {
356
+ "type": "reference",
357
+ "typeName": {
358
+ "type": "identifier",
359
+ "name": "PreviewCategory"
360
+ }
361
+ }
362
+ },
363
+ {
364
+ "name": "theme",
365
+ "annotation": {
366
+ "type": "keyword",
367
+ "value": "string"
368
+ }
369
+ },
370
+ {
371
+ "name": "uiVersion",
372
+ "annotation": {
373
+ "type": "keyword",
374
+ "value": "string"
375
+ }
376
+ },
377
+ {
378
+ "name": "app",
379
+ "annotation": {
380
+ "type": "reference",
381
+ "typeName": {
382
+ "type": "identifier",
383
+ "name": "MicroApp"
384
+ }
421
385
  }
422
386
  }
423
- },
387
+ ],
388
+ "events": [],
389
+ "methods": [],
424
390
  "types": [
425
391
  {
426
392
  "type": "interface",
427
- "name": "GeneratedView",
393
+ "name": "AttributeGeneration",
428
394
  "body": [
429
395
  {
430
396
  "type": "propertySignature",
431
397
  "key": {
432
398
  "type": "identifier",
433
- "name": "attrInstanceId"
399
+ "name": "instanceId"
434
400
  },
435
401
  "annotation": {
436
402
  "type": "keyword",
@@ -442,7 +408,7 @@
442
408
  "type": "propertySignature",
443
409
  "key": {
444
410
  "type": "identifier",
445
- "name": "input"
411
+ "name": "objectId"
446
412
  },
447
413
  "annotation": {
448
414
  "type": "keyword",
@@ -454,7 +420,7 @@
454
420
  "type": "propertySignature",
455
421
  "key": {
456
422
  "type": "identifier",
457
- "name": "output"
423
+ "name": "propertyId"
458
424
  },
459
425
  "annotation": {
460
426
  "type": "keyword",
@@ -466,14 +432,11 @@
466
432
  "type": "propertySignature",
467
433
  "key": {
468
434
  "type": "identifier",
469
- "name": "list"
435
+ "name": "propertyName"
470
436
  },
471
437
  "annotation": {
472
- "type": "array",
473
- "elementType": {
474
- "type": "keyword",
475
- "value": "unknown"
476
- }
438
+ "type": "keyword",
439
+ "value": "string"
477
440
  },
478
441
  "computed": false
479
442
  },
@@ -481,33 +444,245 @@
481
444
  "type": "propertySignature",
482
445
  "key": {
483
446
  "type": "identifier",
484
- "name": "defaultVisualWeight"
447
+ "name": "displayLevel"
485
448
  },
486
449
  "annotation": {
487
450
  "type": "keyword",
488
451
  "value": "number"
489
452
  },
490
- "optional": true,
491
453
  "computed": false
492
454
  },
493
455
  {
494
456
  "type": "propertySignature",
495
457
  "key": {
496
458
  "type": "identifier",
497
- "name": "systemPromptVersion"
459
+ "name": "rwType"
498
460
  },
499
461
  "annotation": {
500
462
  "type": "keyword",
501
463
  "value": "string"
502
464
  },
503
- "optional": true,
465
+ "computed": false
466
+ },
467
+ {
468
+ "type": "propertySignature",
469
+ "key": {
470
+ "type": "identifier",
471
+ "name": "category"
472
+ },
473
+ "annotation": {
474
+ "type": "reference",
475
+ "typeName": {
476
+ "type": "identifier",
477
+ "name": "PreviewCategory"
478
+ }
479
+ },
480
+ "computed": false
481
+ },
482
+ {
483
+ "type": "propertySignature",
484
+ "key": {
485
+ "type": "identifier",
486
+ "name": "storyboard"
487
+ },
488
+ "annotation": {
489
+ "type": "union",
490
+ "types": [
491
+ {
492
+ "type": "reference",
493
+ "typeName": {
494
+ "type": "identifier",
495
+ "name": "BrickConf"
496
+ }
497
+ },
498
+ {
499
+ "type": "array",
500
+ "elementType": {
501
+ "type": "reference",
502
+ "typeName": {
503
+ "type": "identifier",
504
+ "name": "BrickConf"
505
+ }
506
+ }
507
+ }
508
+ ]
509
+ },
510
+ "computed": false
511
+ },
512
+ {
513
+ "type": "propertySignature",
514
+ "key": {
515
+ "type": "identifier",
516
+ "name": "mockData"
517
+ },
518
+ "annotation": {
519
+ "type": "array",
520
+ "elementType": {
521
+ "type": "keyword",
522
+ "value": "unknown"
523
+ }
524
+ },
504
525
  "computed": false
505
526
  }
506
527
  ]
528
+ },
529
+ {
530
+ "type": "typeAlias",
531
+ "name": "PreviewCategory",
532
+ "annotation": {
533
+ "type": "union",
534
+ "types": [
535
+ {
536
+ "type": "jsLiteral",
537
+ "value": "detail-item"
538
+ },
539
+ {
540
+ "type": "jsLiteral",
541
+ "value": "form-item"
542
+ },
543
+ {
544
+ "type": "jsLiteral",
545
+ "value": "table-column"
546
+ },
547
+ {
548
+ "type": "jsLiteral",
549
+ "value": "card-item"
550
+ },
551
+ {
552
+ "type": "jsLiteral",
553
+ "value": "metric-item"
554
+ },
555
+ {
556
+ "type": "jsLiteral",
557
+ "value": "value"
558
+ }
559
+ ]
560
+ }
507
561
  }
508
562
  ]
509
563
  },
510
- "visual-builder.check-editor-by-name": {
564
+ "visual-builder.batch-update-raw-data-generated-view": {
565
+ "type": "provider",
566
+ "params": [
567
+ {
568
+ "name": "generations",
569
+ "annotation": {
570
+ "type": "array",
571
+ "elementType": {
572
+ "type": "reference",
573
+ "typeName": {
574
+ "type": "identifier",
575
+ "name": "GeneratedView"
576
+ }
577
+ }
578
+ }
579
+ }
580
+ ],
581
+ "returns": {
582
+ "annotation": {
583
+ "type": "reference",
584
+ "typeName": {
585
+ "type": "identifier",
586
+ "name": "Promise"
587
+ },
588
+ "typeParameters": {
589
+ "type": "typeParameterInstantiation",
590
+ "params": [
591
+ {
592
+ "type": "keyword",
593
+ "value": "unknown"
594
+ }
595
+ ]
596
+ }
597
+ }
598
+ },
599
+ "types": [
600
+ {
601
+ "type": "interface",
602
+ "name": "GeneratedView",
603
+ "body": [
604
+ {
605
+ "type": "propertySignature",
606
+ "key": {
607
+ "type": "identifier",
608
+ "name": "attrInstanceId"
609
+ },
610
+ "annotation": {
611
+ "type": "keyword",
612
+ "value": "string"
613
+ },
614
+ "computed": false
615
+ },
616
+ {
617
+ "type": "propertySignature",
618
+ "key": {
619
+ "type": "identifier",
620
+ "name": "input"
621
+ },
622
+ "annotation": {
623
+ "type": "keyword",
624
+ "value": "string"
625
+ },
626
+ "computed": false
627
+ },
628
+ {
629
+ "type": "propertySignature",
630
+ "key": {
631
+ "type": "identifier",
632
+ "name": "output"
633
+ },
634
+ "annotation": {
635
+ "type": "keyword",
636
+ "value": "string"
637
+ },
638
+ "computed": false
639
+ },
640
+ {
641
+ "type": "propertySignature",
642
+ "key": {
643
+ "type": "identifier",
644
+ "name": "list"
645
+ },
646
+ "annotation": {
647
+ "type": "array",
648
+ "elementType": {
649
+ "type": "keyword",
650
+ "value": "unknown"
651
+ }
652
+ },
653
+ "computed": false
654
+ },
655
+ {
656
+ "type": "propertySignature",
657
+ "key": {
658
+ "type": "identifier",
659
+ "name": "defaultVisualWeight"
660
+ },
661
+ "annotation": {
662
+ "type": "keyword",
663
+ "value": "number"
664
+ },
665
+ "optional": true,
666
+ "computed": false
667
+ },
668
+ {
669
+ "type": "propertySignature",
670
+ "key": {
671
+ "type": "identifier",
672
+ "name": "systemPromptVersion"
673
+ },
674
+ "annotation": {
675
+ "type": "keyword",
676
+ "value": "string"
677
+ },
678
+ "optional": true,
679
+ "computed": false
680
+ }
681
+ ]
682
+ }
683
+ ]
684
+ },
685
+ "visual-builder.check-editor-by-name": {
511
686
  "type": "provider",
512
687
  "params": [
513
688
  {
@@ -686,52 +861,101 @@
686
861
  }
687
862
  ]
688
863
  },
689
- "visual-builder.pre-generated-preview": {
864
+ "visual-builder.pre-generated-table-view": {
865
+ "properties": [],
866
+ "events": [],
867
+ "methods": []
868
+ },
869
+ "visual-builder.workbench-action": {
690
870
  "properties": [
691
871
  {
692
- "name": "generations",
872
+ "name": "icon",
693
873
  "annotation": {
694
- "type": "array",
695
- "elementType": {
696
- "type": "reference",
697
- "typeName": {
698
- "type": "identifier",
699
- "name": "AttributeGeneration"
700
- }
874
+ "type": "reference",
875
+ "typeName": {
876
+ "type": "identifier",
877
+ "name": "GeneralIconProps"
701
878
  }
702
879
  }
703
880
  },
704
881
  {
705
- "name": "category",
882
+ "name": "to",
883
+ "annotation": {
884
+ "type": "keyword",
885
+ "value": "string"
886
+ }
887
+ },
888
+ {
889
+ "name": "active",
890
+ "annotation": {
891
+ "type": "keyword",
892
+ "value": "boolean"
893
+ }
894
+ },
895
+ {
896
+ "name": "href",
897
+ "annotation": {
898
+ "type": "keyword",
899
+ "value": "string"
900
+ }
901
+ },
902
+ {
903
+ "name": "target",
904
+ "annotation": {
905
+ "type": "keyword",
906
+ "value": "string"
907
+ }
908
+ },
909
+ {
910
+ "name": "tooltip",
911
+ "annotation": {
912
+ "type": "keyword",
913
+ "value": "string"
914
+ }
915
+ }
916
+ ],
917
+ "events": [],
918
+ "methods": []
919
+ },
920
+ "visual-builder.pre-generated-container": {
921
+ "properties": [
922
+ {
923
+ "name": "useBrick",
706
924
  "annotation": {
707
925
  "type": "reference",
708
926
  "typeName": {
709
927
  "type": "identifier",
710
- "name": "PreviewCategory"
928
+ "name": "UseBrickConf"
711
929
  }
712
930
  }
713
931
  },
714
932
  {
715
- "name": "theme",
933
+ "name": "dataSource",
716
934
  "annotation": {
717
935
  "type": "keyword",
718
- "value": "string"
936
+ "value": "unknown"
719
937
  }
720
- },
938
+ }
939
+ ],
940
+ "events": [],
941
+ "methods": []
942
+ },
943
+ "visual-builder.workbench-action-list": {
944
+ "properties": [
721
945
  {
722
- "name": "uiVersion",
946
+ "name": "appId",
723
947
  "annotation": {
724
948
  "type": "keyword",
725
949
  "value": "string"
726
950
  }
727
951
  },
728
952
  {
729
- "name": "app",
953
+ "name": "menu",
730
954
  "annotation": {
731
955
  "type": "reference",
732
956
  "typeName": {
733
957
  "type": "identifier",
734
- "name": "MicroApp"
958
+ "name": "SidebarMenu"
735
959
  }
736
960
  }
737
961
  }
@@ -741,294 +965,70 @@
741
965
  "types": [
742
966
  {
743
967
  "type": "interface",
744
- "name": "AttributeGeneration",
968
+ "name": "SidebarMenu",
745
969
  "body": [
746
970
  {
747
971
  "type": "propertySignature",
748
972
  "key": {
749
973
  "type": "identifier",
750
- "name": "instanceId"
974
+ "name": "title"
751
975
  },
752
976
  "annotation": {
753
977
  "type": "keyword",
754
978
  "value": "string"
755
979
  },
980
+ "optional": true,
756
981
  "computed": false
757
982
  },
758
983
  {
759
984
  "type": "propertySignature",
760
985
  "key": {
761
986
  "type": "identifier",
762
- "name": "objectId"
987
+ "name": "icon"
763
988
  },
764
989
  "annotation": {
765
- "type": "keyword",
766
- "value": "string"
990
+ "type": "reference",
991
+ "typeName": {
992
+ "type": "identifier",
993
+ "name": "GeneralIconProps"
994
+ }
767
995
  },
996
+ "optional": true,
768
997
  "computed": false
769
998
  },
770
999
  {
771
1000
  "type": "propertySignature",
772
1001
  "key": {
773
1002
  "type": "identifier",
774
- "name": "propertyId"
1003
+ "name": "menuItems"
775
1004
  },
776
1005
  "annotation": {
777
- "type": "keyword",
778
- "value": "string"
1006
+ "type": "array",
1007
+ "elementType": {
1008
+ "type": "reference",
1009
+ "typeName": {
1010
+ "type": "identifier",
1011
+ "name": "SidebarMenuItem"
1012
+ }
1013
+ }
779
1014
  },
1015
+ "optional": true,
780
1016
  "computed": false
781
- },
782
- {
783
- "type": "propertySignature",
784
- "key": {
785
- "type": "identifier",
786
- "name": "propertyName"
787
- },
788
- "annotation": {
789
- "type": "keyword",
790
- "value": "string"
791
- },
792
- "computed": false
793
- },
794
- {
795
- "type": "propertySignature",
796
- "key": {
797
- "type": "identifier",
798
- "name": "displayLevel"
799
- },
800
- "annotation": {
801
- "type": "keyword",
802
- "value": "number"
803
- },
804
- "computed": false
805
- },
806
- {
807
- "type": "propertySignature",
808
- "key": {
809
- "type": "identifier",
810
- "name": "rwType"
811
- },
812
- "annotation": {
813
- "type": "keyword",
814
- "value": "string"
815
- },
816
- "computed": false
817
- },
818
- {
819
- "type": "propertySignature",
820
- "key": {
821
- "type": "identifier",
822
- "name": "category"
823
- },
824
- "annotation": {
825
- "type": "reference",
826
- "typeName": {
827
- "type": "identifier",
828
- "name": "PreviewCategory"
829
- }
830
- },
831
- "computed": false
832
- },
833
- {
834
- "type": "propertySignature",
835
- "key": {
836
- "type": "identifier",
837
- "name": "storyboard"
838
- },
839
- "annotation": {
840
- "type": "union",
841
- "types": [
842
- {
843
- "type": "reference",
844
- "typeName": {
845
- "type": "identifier",
846
- "name": "BrickConf"
847
- }
848
- },
849
- {
850
- "type": "array",
851
- "elementType": {
852
- "type": "reference",
853
- "typeName": {
854
- "type": "identifier",
855
- "name": "BrickConf"
856
- }
857
- }
858
- }
859
- ]
860
- },
861
- "computed": false
862
- },
863
- {
864
- "type": "propertySignature",
865
- "key": {
866
- "type": "identifier",
867
- "name": "mockData"
868
- },
869
- "annotation": {
870
- "type": "array",
871
- "elementType": {
872
- "type": "keyword",
873
- "value": "unknown"
874
- }
875
- },
876
- "computed": false
877
- }
878
- ]
879
- },
880
- {
881
- "type": "typeAlias",
882
- "name": "PreviewCategory",
883
- "annotation": {
884
- "type": "union",
885
- "types": [
886
- {
887
- "type": "jsLiteral",
888
- "value": "detail-item"
889
- },
890
- {
891
- "type": "jsLiteral",
892
- "value": "form-item"
893
- },
894
- {
895
- "type": "jsLiteral",
896
- "value": "table-column"
897
- },
898
- {
899
- "type": "jsLiteral",
900
- "value": "card-item"
901
- },
902
- {
903
- "type": "jsLiteral",
904
- "value": "metric-item"
905
- },
906
- {
907
- "type": "jsLiteral",
908
- "value": "value"
909
- }
910
- ]
911
- }
912
- }
913
- ]
914
- },
915
- "visual-builder.pre-generated-table-view": {
916
- "properties": [],
917
- "events": [],
918
- "methods": []
919
- },
920
- "visual-builder.pre-generated-container": {
921
- "properties": [
922
- {
923
- "name": "useBrick",
924
- "annotation": {
925
- "type": "reference",
926
- "typeName": {
927
- "type": "identifier",
928
- "name": "UseBrickConf"
929
- }
930
- }
931
- },
932
- {
933
- "name": "dataSource",
934
- "annotation": {
935
- "type": "keyword",
936
- "value": "unknown"
937
- }
938
- }
939
- ],
940
- "events": [],
941
- "methods": []
942
- },
943
- "visual-builder.workbench-action-list": {
944
- "properties": [
945
- {
946
- "name": "appId",
947
- "annotation": {
948
- "type": "keyword",
949
- "value": "string"
950
- }
951
- },
952
- {
953
- "name": "menu",
954
- "annotation": {
955
- "type": "reference",
956
- "typeName": {
957
- "type": "identifier",
958
- "name": "SidebarMenu"
959
- }
960
- }
961
- }
962
- ],
963
- "events": [],
964
- "methods": [],
965
- "types": [
966
- {
967
- "type": "interface",
968
- "name": "SidebarMenu",
969
- "body": [
970
- {
971
- "type": "propertySignature",
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
1017
- }
1018
- ]
1019
- }
1020
- ]
1021
- },
1022
- "visual-builder.get-dependency-tree": {
1023
- "type": "provider",
1024
- "params": [
1025
- {
1026
- "name": "nodeDataList",
1027
- "annotation": {
1028
- "type": "array",
1029
- "elementType": {
1030
- "type": "reference",
1031
- "typeName": {
1017
+ }
1018
+ ]
1019
+ }
1020
+ ]
1021
+ },
1022
+ "visual-builder.get-dependency-tree": {
1023
+ "type": "provider",
1024
+ "params": [
1025
+ {
1026
+ "name": "nodeDataList",
1027
+ "annotation": {
1028
+ "type": "array",
1029
+ "elementType": {
1030
+ "type": "reference",
1031
+ "typeName": {
1032
1032
  "type": "identifier",
1033
1033
  "name": "NodeItem"
1034
1034
  }
@@ -2260,6 +2260,10 @@
2260
2260
  "type": "jsLiteral",
2261
2261
  "value": "list-with-pagination"
2262
2262
  },
2263
+ {
2264
+ "type": "jsLiteral",
2265
+ "value": "list-with-wrapper"
2266
+ },
2263
2267
  {
2264
2268
  "type": "jsLiteral",
2265
2269
  "value": "object"
@@ -2721,7 +2725,7 @@
2721
2725
  ],
2722
2726
  "methods": []
2723
2727
  },
2724
- "visual-builder.raw-data-preview": {
2728
+ "visual-builder.pre-generated-config": {
2725
2729
  "properties": [
2726
2730
  {
2727
2731
  "name": "previewUrl",
@@ -2731,20 +2735,20 @@
2731
2735
  }
2732
2736
  },
2733
2737
  {
2734
- "name": "generations",
2738
+ "name": "attrList",
2735
2739
  "annotation": {
2736
2740
  "type": "array",
2737
2741
  "elementType": {
2738
2742
  "type": "reference",
2739
2743
  "typeName": {
2740
2744
  "type": "identifier",
2741
- "name": "AttributeGeneration"
2745
+ "name": "ObjectAttr"
2742
2746
  }
2743
2747
  }
2744
2748
  }
2745
2749
  },
2746
2750
  {
2747
- "name": "mocks",
2751
+ "name": "mockList",
2748
2752
  "annotation": {
2749
2753
  "type": "array",
2750
2754
  "elementType": {
@@ -2770,81 +2774,48 @@
2770
2774
  }
2771
2775
  },
2772
2776
  {
2773
- "name": "busy",
2777
+ "name": "metricGroups",
2774
2778
  "annotation": {
2775
- "type": "keyword",
2776
- "value": "boolean"
2777
- }
2778
- },
2779
- {
2780
- "name": "category",
2781
- "annotation": {
2782
- "type": "reference",
2783
- "typeName": {
2784
- "type": "identifier",
2785
- "name": "PreviewCategory"
2779
+ "type": "array",
2780
+ "elementType": {
2781
+ "type": "reference",
2782
+ "typeName": {
2783
+ "type": "identifier",
2784
+ "name": "MetricGroup"
2785
+ }
2786
2786
  }
2787
2787
  }
2788
2788
  },
2789
2789
  {
2790
- "name": "theme",
2791
- "annotation": {
2792
- "type": "keyword",
2793
- "value": "string"
2794
- }
2795
- },
2796
- {
2797
- "name": "uiVersion",
2798
- "annotation": {
2799
- "type": "keyword",
2800
- "value": "string"
2801
- }
2802
- },
2803
- {
2804
- "name": "app",
2790
+ "name": "containerConfig",
2805
2791
  "annotation": {
2806
2792
  "type": "reference",
2807
2793
  "typeName": {
2808
2794
  "type": "identifier",
2809
- "name": "MicroApp"
2795
+ "name": "ContainerConfig"
2810
2796
  }
2811
2797
  }
2812
2798
  }
2813
2799
  ],
2814
2800
  "events": [
2815
2801
  {
2816
- "name": "comment",
2817
- "detail": {
2818
- "annotation": {
2819
- "type": "reference",
2820
- "typeName": {
2821
- "type": "identifier",
2822
- "name": "CommentDetail"
2823
- }
2824
- }
2825
- }
2826
- },
2827
- {
2828
- "name": "approve",
2829
- "detail": {
2830
- "annotation": {
2831
- "type": "reference",
2832
- "typeName": {
2833
- "type": "identifier",
2834
- "name": "ApproveDetail"
2835
- }
2836
- }
2837
- }
2838
- },
2839
- {
2840
- "name": "view.attr.prompt",
2802
+ "name": "brick.change",
2841
2803
  "detail": {
2842
2804
  "annotation": {
2843
- "type": "reference",
2844
- "typeName": {
2845
- "type": "identifier",
2846
- "name": "AttributeGeneration"
2847
- }
2805
+ "type": "union",
2806
+ "types": [
2807
+ {
2808
+ "type": "reference",
2809
+ "typeName": {
2810
+ "type": "identifier",
2811
+ "name": "BrickConf"
2812
+ }
2813
+ },
2814
+ {
2815
+ "type": "keyword",
2816
+ "value": "null"
2817
+ }
2818
+ ]
2848
2819
  }
2849
2820
  }
2850
2821
  }
@@ -2853,26 +2824,25 @@
2853
2824
  "types": [
2854
2825
  {
2855
2826
  "type": "interface",
2856
- "name": "AttributeGeneration",
2827
+ "name": "ObjectAttr",
2857
2828
  "body": [
2858
2829
  {
2859
2830
  "type": "propertySignature",
2860
2831
  "key": {
2861
2832
  "type": "identifier",
2862
- "name": "generationId"
2833
+ "name": "id"
2863
2834
  },
2864
2835
  "annotation": {
2865
2836
  "type": "keyword",
2866
2837
  "value": "string"
2867
2838
  },
2868
- "optional": true,
2869
2839
  "computed": false
2870
2840
  },
2871
2841
  {
2872
2842
  "type": "propertySignature",
2873
2843
  "key": {
2874
2844
  "type": "identifier",
2875
- "name": "objectId"
2845
+ "name": "name"
2876
2846
  },
2877
2847
  "annotation": {
2878
2848
  "type": "keyword",
@@ -2884,72 +2854,88 @@
2884
2854
  "type": "propertySignature",
2885
2855
  "key": {
2886
2856
  "type": "identifier",
2887
- "name": "objectName"
2857
+ "name": "enum"
2888
2858
  },
2889
2859
  "annotation": {
2890
- "type": "keyword",
2891
- "value": "string"
2860
+ "type": "array",
2861
+ "elementType": {
2862
+ "type": "keyword",
2863
+ "value": "unknown"
2864
+ }
2892
2865
  },
2866
+ "optional": true,
2893
2867
  "computed": false
2894
2868
  },
2895
2869
  {
2896
2870
  "type": "propertySignature",
2897
2871
  "key": {
2898
2872
  "type": "identifier",
2899
- "name": "propertyId"
2873
+ "name": "metricKey"
2900
2874
  },
2901
2875
  "annotation": {
2902
2876
  "type": "keyword",
2903
- "value": "string"
2877
+ "value": "undefined"
2904
2878
  },
2879
+ "optional": true,
2905
2880
  "computed": false
2906
2881
  },
2907
2882
  {
2908
2883
  "type": "propertySignature",
2909
2884
  "key": {
2910
2885
  "type": "identifier",
2911
- "name": "propertyName"
2886
+ "name": "candidates"
2912
2887
  },
2913
2888
  "annotation": {
2914
- "type": "keyword",
2915
- "value": "string"
2889
+ "type": "array",
2890
+ "elementType": {
2891
+ "type": "reference",
2892
+ "typeName": {
2893
+ "type": "identifier",
2894
+ "name": "VisualConfig"
2895
+ }
2896
+ }
2916
2897
  },
2898
+ "optional": true,
2917
2899
  "computed": false
2918
- },
2900
+ }
2901
+ ]
2902
+ },
2903
+ {
2904
+ "type": "interface",
2905
+ "name": "MetricGroup",
2906
+ "body": [
2919
2907
  {
2920
2908
  "type": "propertySignature",
2921
2909
  "key": {
2922
2910
  "type": "identifier",
2923
- "name": "propertyType"
2911
+ "name": "group"
2924
2912
  },
2925
2913
  "annotation": {
2926
2914
  "type": "keyword",
2927
2915
  "value": "string"
2928
2916
  },
2929
- "optional": true,
2930
2917
  "computed": false
2931
2918
  },
2932
2919
  {
2933
2920
  "type": "propertySignature",
2934
2921
  "key": {
2935
2922
  "type": "identifier",
2936
- "name": "propertyValues"
2923
+ "name": "metrics"
2937
2924
  },
2938
2925
  "annotation": {
2939
2926
  "type": "array",
2940
2927
  "elementType": {
2941
2928
  "type": "keyword",
2942
- "value": "unknown"
2929
+ "value": "string"
2943
2930
  }
2944
2931
  },
2945
- "optional": true,
2946
2932
  "computed": false
2947
2933
  },
2948
2934
  {
2949
2935
  "type": "propertySignature",
2950
2936
  "key": {
2951
2937
  "type": "identifier",
2952
- "name": "propertyInstanceId"
2938
+ "name": "counter"
2953
2939
  },
2954
2940
  "annotation": {
2955
2941
  "type": "keyword",
@@ -2957,182 +2943,153 @@
2957
2943
  },
2958
2944
  "optional": true,
2959
2945
  "computed": false
2960
- },
2946
+ }
2947
+ ]
2948
+ },
2949
+ {
2950
+ "type": "interface",
2951
+ "name": "ContainerConfig",
2952
+ "body": [
2961
2953
  {
2962
2954
  "type": "propertySignature",
2963
2955
  "key": {
2964
2956
  "type": "identifier",
2965
- "name": "comment"
2957
+ "name": "type"
2966
2958
  },
2967
2959
  "annotation": {
2968
- "type": "keyword",
2969
- "value": "string"
2960
+ "type": "union",
2961
+ "types": [
2962
+ {
2963
+ "type": "jsLiteral",
2964
+ "value": "table"
2965
+ },
2966
+ {
2967
+ "type": "jsLiteral",
2968
+ "value": "descriptions"
2969
+ },
2970
+ {
2971
+ "type": "jsLiteral",
2972
+ "value": "cards"
2973
+ },
2974
+ {
2975
+ "type": "jsLiteral",
2976
+ "value": "chart"
2977
+ },
2978
+ {
2979
+ "type": "jsLiteral",
2980
+ "value": "grouped-chart"
2981
+ },
2982
+ {
2983
+ "type": "keyword",
2984
+ "value": "null"
2985
+ },
2986
+ {
2987
+ "type": "keyword",
2988
+ "value": "undefined"
2989
+ }
2990
+ ]
2970
2991
  },
2971
- "optional": true,
2972
2992
  "computed": false
2973
2993
  },
2974
2994
  {
2975
2995
  "type": "propertySignature",
2976
2996
  "key": {
2977
2997
  "type": "identifier",
2978
- "name": "approved"
2998
+ "name": "dataName"
2979
2999
  },
2980
3000
  "annotation": {
2981
3001
  "type": "keyword",
2982
- "value": "boolean"
3002
+ "value": "string"
2983
3003
  },
2984
- "optional": true,
2985
3004
  "computed": false
2986
3005
  },
2987
3006
  {
2988
3007
  "type": "propertySignature",
2989
3008
  "key": {
2990
3009
  "type": "identifier",
2991
- "name": "candidates"
3010
+ "name": "dataType"
2992
3011
  },
2993
3012
  "annotation": {
2994
3013
  "type": "union",
2995
3014
  "types": [
2996
3015
  {
2997
- "type": "array",
2998
- "elementType": {
2999
- "type": "reference",
3000
- "typeName": {
3001
- "type": "identifier",
3002
- "name": "VisualConfig"
3003
- }
3004
- }
3016
+ "type": "jsLiteral",
3017
+ "value": "context"
3005
3018
  },
3006
3019
  {
3007
- "type": "keyword",
3008
- "value": "null"
3020
+ "type": "jsLiteral",
3021
+ "value": "state"
3009
3022
  }
3010
3023
  ]
3011
3024
  },
3025
+ "optional": true,
3012
3026
  "computed": false
3013
3027
  },
3014
3028
  {
3015
3029
  "type": "propertySignature",
3016
3030
  "key": {
3017
3031
  "type": "identifier",
3018
- "name": "mockData"
3032
+ "name": "settings"
3019
3033
  },
3020
3034
  "annotation": {
3021
- "type": "array",
3022
- "elementType": {
3023
- "type": "reference",
3024
- "typeName": {
3025
- "type": "identifier",
3026
- "name": "Record"
3035
+ "type": "typeLiteral",
3036
+ "members": [
3037
+ {
3038
+ "type": "propertySignature",
3039
+ "key": {
3040
+ "type": "identifier",
3041
+ "name": "pagination"
3042
+ },
3043
+ "annotation": {
3044
+ "type": "keyword",
3045
+ "value": "boolean"
3046
+ },
3047
+ "optional": true,
3048
+ "computed": false
3027
3049
  },
3028
- "typeParameters": {
3029
- "type": "typeParameterInstantiation",
3030
- "params": [
3031
- {
3032
- "type": "keyword",
3033
- "value": "string"
3050
+ {
3051
+ "type": "propertySignature",
3052
+ "key": {
3053
+ "type": "identifier",
3054
+ "name": "wrapper"
3055
+ },
3056
+ "annotation": {
3057
+ "type": "keyword",
3058
+ "value": "boolean"
3059
+ },
3060
+ "optional": true,
3061
+ "computed": false
3062
+ },
3063
+ {
3064
+ "type": "propertySignature",
3065
+ "key": {
3066
+ "type": "identifier",
3067
+ "name": "fields"
3068
+ },
3069
+ "annotation": {
3070
+ "type": "reference",
3071
+ "typeName": {
3072
+ "type": "identifier",
3073
+ "name": "Record"
3034
3074
  },
3035
- {
3036
- "type": "keyword",
3037
- "value": "unknown"
3038
- }
3039
- ]
3040
- }
3041
- }
3042
- },
3043
- "computed": false
3044
- }
3045
- ]
3046
- },
3047
- {
3048
- "type": "typeAlias",
3049
- "name": "PreviewCategory",
3050
- "annotation": {
3051
- "type": "union",
3052
- "types": [
3053
- {
3054
- "type": "jsLiteral",
3055
- "value": "detail-item"
3056
- },
3057
- {
3058
- "type": "jsLiteral",
3059
- "value": "form-item"
3060
- },
3061
- {
3062
- "type": "jsLiteral",
3063
- "value": "table-column"
3064
- },
3065
- {
3066
- "type": "jsLiteral",
3067
- "value": "card-item"
3068
- },
3069
- {
3070
- "type": "jsLiteral",
3071
- "value": "metric-item"
3072
- },
3073
- {
3074
- "type": "jsLiteral",
3075
- "value": "value"
3076
- }
3077
- ]
3078
- }
3079
- },
3080
- {
3081
- "type": "interface",
3082
- "name": "CommentDetail",
3083
- "body": [
3084
- {
3085
- "type": "propertySignature",
3086
- "key": {
3087
- "type": "identifier",
3088
- "name": "comment"
3089
- },
3090
- "annotation": {
3091
- "type": "keyword",
3092
- "value": "string"
3093
- },
3094
- "computed": false
3095
- },
3096
- {
3097
- "type": "propertySignature",
3098
- "key": {
3099
- "type": "identifier",
3100
- "name": "propertyInstanceId"
3101
- },
3102
- "annotation": {
3103
- "type": "keyword",
3104
- "value": "string"
3105
- },
3106
- "optional": true,
3107
- "computed": false
3108
- }
3109
- ]
3110
- },
3111
- {
3112
- "type": "interface",
3113
- "name": "ApproveDetail",
3114
- "body": [
3115
- {
3116
- "type": "propertySignature",
3117
- "key": {
3118
- "type": "identifier",
3119
- "name": "approved"
3120
- },
3121
- "annotation": {
3122
- "type": "keyword",
3123
- "value": "boolean"
3124
- },
3125
- "computed": false
3126
- },
3127
- {
3128
- "type": "propertySignature",
3129
- "key": {
3130
- "type": "identifier",
3131
- "name": "propertyInstanceId"
3132
- },
3133
- "annotation": {
3134
- "type": "keyword",
3135
- "value": "string"
3075
+ "typeParameters": {
3076
+ "type": "typeParameterInstantiation",
3077
+ "params": [
3078
+ {
3079
+ "type": "keyword",
3080
+ "value": "string"
3081
+ },
3082
+ {
3083
+ "type": "keyword",
3084
+ "value": "string"
3085
+ }
3086
+ ]
3087
+ }
3088
+ },
3089
+ "optional": true,
3090
+ "computed": false
3091
+ }
3092
+ ]
3136
3093
  },
3137
3094
  "optional": true,
3138
3095
  "computed": false
@@ -3425,7 +3382,7 @@
3425
3382
  }
3426
3383
  ]
3427
3384
  },
3428
- "visual-builder.pre-generated-config": {
3385
+ "visual-builder.raw-data-preview": {
3429
3386
  "properties": [
3430
3387
  {
3431
3388
  "name": "previewUrl",
@@ -3435,20 +3392,20 @@
3435
3392
  }
3436
3393
  },
3437
3394
  {
3438
- "name": "attrList",
3395
+ "name": "generations",
3439
3396
  "annotation": {
3440
3397
  "type": "array",
3441
3398
  "elementType": {
3442
3399
  "type": "reference",
3443
3400
  "typeName": {
3444
3401
  "type": "identifier",
3445
- "name": "ObjectAttr"
3402
+ "name": "AttributeGeneration"
3446
3403
  }
3447
3404
  }
3448
3405
  }
3449
3406
  },
3450
3407
  {
3451
- "name": "mockList",
3408
+ "name": "mocks",
3452
3409
  "annotation": {
3453
3410
  "type": "array",
3454
3411
  "elementType": {
@@ -3474,48 +3431,81 @@
3474
3431
  }
3475
3432
  },
3476
3433
  {
3477
- "name": "metricGroups",
3434
+ "name": "busy",
3478
3435
  "annotation": {
3479
- "type": "array",
3480
- "elementType": {
3481
- "type": "reference",
3482
- "typeName": {
3483
- "type": "identifier",
3484
- "name": "MetricGroup"
3485
- }
3436
+ "type": "keyword",
3437
+ "value": "boolean"
3438
+ }
3439
+ },
3440
+ {
3441
+ "name": "category",
3442
+ "annotation": {
3443
+ "type": "reference",
3444
+ "typeName": {
3445
+ "type": "identifier",
3446
+ "name": "PreviewCategory"
3486
3447
  }
3487
3448
  }
3488
3449
  },
3489
3450
  {
3490
- "name": "containerConfig",
3451
+ "name": "theme",
3452
+ "annotation": {
3453
+ "type": "keyword",
3454
+ "value": "string"
3455
+ }
3456
+ },
3457
+ {
3458
+ "name": "uiVersion",
3459
+ "annotation": {
3460
+ "type": "keyword",
3461
+ "value": "string"
3462
+ }
3463
+ },
3464
+ {
3465
+ "name": "app",
3491
3466
  "annotation": {
3492
3467
  "type": "reference",
3493
3468
  "typeName": {
3494
3469
  "type": "identifier",
3495
- "name": "ContainerConfig"
3470
+ "name": "MicroApp"
3496
3471
  }
3497
3472
  }
3498
3473
  }
3499
3474
  ],
3500
3475
  "events": [
3501
3476
  {
3502
- "name": "brick.change",
3477
+ "name": "comment",
3503
3478
  "detail": {
3504
3479
  "annotation": {
3505
- "type": "union",
3506
- "types": [
3507
- {
3508
- "type": "reference",
3509
- "typeName": {
3510
- "type": "identifier",
3511
- "name": "BrickConf"
3512
- }
3513
- },
3514
- {
3515
- "type": "keyword",
3516
- "value": "null"
3517
- }
3518
- ]
3480
+ "type": "reference",
3481
+ "typeName": {
3482
+ "type": "identifier",
3483
+ "name": "CommentDetail"
3484
+ }
3485
+ }
3486
+ }
3487
+ },
3488
+ {
3489
+ "name": "approve",
3490
+ "detail": {
3491
+ "annotation": {
3492
+ "type": "reference",
3493
+ "typeName": {
3494
+ "type": "identifier",
3495
+ "name": "ApproveDetail"
3496
+ }
3497
+ }
3498
+ }
3499
+ },
3500
+ {
3501
+ "name": "view.attr.prompt",
3502
+ "detail": {
3503
+ "annotation": {
3504
+ "type": "reference",
3505
+ "typeName": {
3506
+ "type": "identifier",
3507
+ "name": "AttributeGeneration"
3508
+ }
3519
3509
  }
3520
3510
  }
3521
3511
  }
@@ -3524,25 +3514,26 @@
3524
3514
  "types": [
3525
3515
  {
3526
3516
  "type": "interface",
3527
- "name": "ObjectAttr",
3517
+ "name": "AttributeGeneration",
3528
3518
  "body": [
3529
3519
  {
3530
3520
  "type": "propertySignature",
3531
3521
  "key": {
3532
3522
  "type": "identifier",
3533
- "name": "id"
3523
+ "name": "generationId"
3534
3524
  },
3535
3525
  "annotation": {
3536
3526
  "type": "keyword",
3537
3527
  "value": "string"
3538
3528
  },
3529
+ "optional": true,
3539
3530
  "computed": false
3540
3531
  },
3541
3532
  {
3542
3533
  "type": "propertySignature",
3543
3534
  "key": {
3544
3535
  "type": "identifier",
3545
- "name": "name"
3536
+ "name": "objectId"
3546
3537
  },
3547
3538
  "annotation": {
3548
3539
  "type": "keyword",
@@ -3554,88 +3545,72 @@
3554
3545
  "type": "propertySignature",
3555
3546
  "key": {
3556
3547
  "type": "identifier",
3557
- "name": "enum"
3548
+ "name": "objectName"
3558
3549
  },
3559
3550
  "annotation": {
3560
- "type": "array",
3561
- "elementType": {
3562
- "type": "keyword",
3563
- "value": "unknown"
3564
- }
3551
+ "type": "keyword",
3552
+ "value": "string"
3565
3553
  },
3566
- "optional": true,
3567
3554
  "computed": false
3568
3555
  },
3569
3556
  {
3570
3557
  "type": "propertySignature",
3571
3558
  "key": {
3572
3559
  "type": "identifier",
3573
- "name": "metricKey"
3560
+ "name": "propertyId"
3574
3561
  },
3575
3562
  "annotation": {
3576
3563
  "type": "keyword",
3577
- "value": "undefined"
3564
+ "value": "string"
3578
3565
  },
3579
- "optional": true,
3580
3566
  "computed": false
3581
3567
  },
3582
3568
  {
3583
3569
  "type": "propertySignature",
3584
3570
  "key": {
3585
3571
  "type": "identifier",
3586
- "name": "candidates"
3572
+ "name": "propertyName"
3587
3573
  },
3588
3574
  "annotation": {
3589
- "type": "array",
3590
- "elementType": {
3591
- "type": "reference",
3592
- "typeName": {
3593
- "type": "identifier",
3594
- "name": "VisualConfig"
3595
- }
3596
- }
3575
+ "type": "keyword",
3576
+ "value": "string"
3597
3577
  },
3598
- "optional": true,
3599
3578
  "computed": false
3600
- }
3601
- ]
3602
- },
3603
- {
3604
- "type": "interface",
3605
- "name": "MetricGroup",
3606
- "body": [
3579
+ },
3607
3580
  {
3608
3581
  "type": "propertySignature",
3609
3582
  "key": {
3610
3583
  "type": "identifier",
3611
- "name": "group"
3584
+ "name": "propertyType"
3612
3585
  },
3613
3586
  "annotation": {
3614
3587
  "type": "keyword",
3615
3588
  "value": "string"
3616
3589
  },
3590
+ "optional": true,
3617
3591
  "computed": false
3618
3592
  },
3619
3593
  {
3620
3594
  "type": "propertySignature",
3621
3595
  "key": {
3622
3596
  "type": "identifier",
3623
- "name": "metrics"
3597
+ "name": "propertyValues"
3624
3598
  },
3625
3599
  "annotation": {
3626
3600
  "type": "array",
3627
3601
  "elementType": {
3628
3602
  "type": "keyword",
3629
- "value": "string"
3603
+ "value": "unknown"
3630
3604
  }
3631
3605
  },
3606
+ "optional": true,
3632
3607
  "computed": false
3633
3608
  },
3634
3609
  {
3635
3610
  "type": "propertySignature",
3636
3611
  "key": {
3637
3612
  "type": "identifier",
3638
- "name": "counter"
3613
+ "name": "propertyInstanceId"
3639
3614
  },
3640
3615
  "annotation": {
3641
3616
  "type": "keyword",
@@ -3643,136 +3618,182 @@
3643
3618
  },
3644
3619
  "optional": true,
3645
3620
  "computed": false
3646
- }
3647
- ]
3648
- },
3649
- {
3650
- "type": "interface",
3651
- "name": "ContainerConfig",
3652
- "body": [
3621
+ },
3653
3622
  {
3654
3623
  "type": "propertySignature",
3655
3624
  "key": {
3656
3625
  "type": "identifier",
3657
- "name": "type"
3626
+ "name": "comment"
3658
3627
  },
3659
3628
  "annotation": {
3660
- "type": "union",
3661
- "types": [
3662
- {
3663
- "type": "jsLiteral",
3664
- "value": "table"
3665
- },
3666
- {
3667
- "type": "jsLiteral",
3668
- "value": "descriptions"
3669
- },
3670
- {
3671
- "type": "jsLiteral",
3672
- "value": "cards"
3673
- },
3674
- {
3675
- "type": "jsLiteral",
3676
- "value": "chart"
3677
- },
3678
- {
3679
- "type": "keyword",
3680
- "value": "null"
3681
- },
3682
- {
3683
- "type": "keyword",
3684
- "value": "undefined"
3685
- }
3686
- ]
3629
+ "type": "keyword",
3630
+ "value": "string"
3687
3631
  },
3632
+ "optional": true,
3688
3633
  "computed": false
3689
3634
  },
3690
3635
  {
3691
3636
  "type": "propertySignature",
3692
3637
  "key": {
3693
3638
  "type": "identifier",
3694
- "name": "dataName"
3639
+ "name": "approved"
3695
3640
  },
3696
3641
  "annotation": {
3697
3642
  "type": "keyword",
3698
- "value": "string"
3643
+ "value": "boolean"
3699
3644
  },
3645
+ "optional": true,
3700
3646
  "computed": false
3701
3647
  },
3702
3648
  {
3703
3649
  "type": "propertySignature",
3704
3650
  "key": {
3705
3651
  "type": "identifier",
3706
- "name": "dataType"
3652
+ "name": "candidates"
3707
3653
  },
3708
3654
  "annotation": {
3709
3655
  "type": "union",
3710
3656
  "types": [
3711
3657
  {
3712
- "type": "jsLiteral",
3713
- "value": "context"
3658
+ "type": "array",
3659
+ "elementType": {
3660
+ "type": "reference",
3661
+ "typeName": {
3662
+ "type": "identifier",
3663
+ "name": "VisualConfig"
3664
+ }
3665
+ }
3714
3666
  },
3715
3667
  {
3716
- "type": "jsLiteral",
3717
- "value": "state"
3668
+ "type": "keyword",
3669
+ "value": "null"
3718
3670
  }
3719
3671
  ]
3720
3672
  },
3721
- "optional": true,
3722
3673
  "computed": false
3723
3674
  },
3724
3675
  {
3725
3676
  "type": "propertySignature",
3726
3677
  "key": {
3727
3678
  "type": "identifier",
3728
- "name": "settings"
3679
+ "name": "mockData"
3729
3680
  },
3730
3681
  "annotation": {
3731
- "type": "typeLiteral",
3732
- "members": [
3733
- {
3734
- "type": "propertySignature",
3735
- "key": {
3736
- "type": "identifier",
3737
- "name": "pagination"
3738
- },
3739
- "annotation": {
3740
- "type": "keyword",
3741
- "value": "boolean"
3742
- },
3743
- "optional": true,
3744
- "computed": false
3682
+ "type": "array",
3683
+ "elementType": {
3684
+ "type": "reference",
3685
+ "typeName": {
3686
+ "type": "identifier",
3687
+ "name": "Record"
3745
3688
  },
3746
- {
3747
- "type": "propertySignature",
3748
- "key": {
3749
- "type": "identifier",
3750
- "name": "fields"
3751
- },
3752
- "annotation": {
3753
- "type": "reference",
3754
- "typeName": {
3755
- "type": "identifier",
3756
- "name": "Record"
3689
+ "typeParameters": {
3690
+ "type": "typeParameterInstantiation",
3691
+ "params": [
3692
+ {
3693
+ "type": "keyword",
3694
+ "value": "string"
3757
3695
  },
3758
- "typeParameters": {
3759
- "type": "typeParameterInstantiation",
3760
- "params": [
3761
- {
3762
- "type": "keyword",
3763
- "value": "string"
3764
- },
3765
- {
3766
- "type": "keyword",
3767
- "value": "string"
3768
- }
3769
- ]
3696
+ {
3697
+ "type": "keyword",
3698
+ "value": "unknown"
3770
3699
  }
3771
- },
3772
- "optional": true,
3773
- "computed": false
3700
+ ]
3774
3701
  }
3775
- ]
3702
+ }
3703
+ },
3704
+ "computed": false
3705
+ }
3706
+ ]
3707
+ },
3708
+ {
3709
+ "type": "typeAlias",
3710
+ "name": "PreviewCategory",
3711
+ "annotation": {
3712
+ "type": "union",
3713
+ "types": [
3714
+ {
3715
+ "type": "jsLiteral",
3716
+ "value": "detail-item"
3717
+ },
3718
+ {
3719
+ "type": "jsLiteral",
3720
+ "value": "form-item"
3721
+ },
3722
+ {
3723
+ "type": "jsLiteral",
3724
+ "value": "table-column"
3725
+ },
3726
+ {
3727
+ "type": "jsLiteral",
3728
+ "value": "card-item"
3729
+ },
3730
+ {
3731
+ "type": "jsLiteral",
3732
+ "value": "metric-item"
3733
+ },
3734
+ {
3735
+ "type": "jsLiteral",
3736
+ "value": "value"
3737
+ }
3738
+ ]
3739
+ }
3740
+ },
3741
+ {
3742
+ "type": "interface",
3743
+ "name": "CommentDetail",
3744
+ "body": [
3745
+ {
3746
+ "type": "propertySignature",
3747
+ "key": {
3748
+ "type": "identifier",
3749
+ "name": "comment"
3750
+ },
3751
+ "annotation": {
3752
+ "type": "keyword",
3753
+ "value": "string"
3754
+ },
3755
+ "computed": false
3756
+ },
3757
+ {
3758
+ "type": "propertySignature",
3759
+ "key": {
3760
+ "type": "identifier",
3761
+ "name": "propertyInstanceId"
3762
+ },
3763
+ "annotation": {
3764
+ "type": "keyword",
3765
+ "value": "string"
3766
+ },
3767
+ "optional": true,
3768
+ "computed": false
3769
+ }
3770
+ ]
3771
+ },
3772
+ {
3773
+ "type": "interface",
3774
+ "name": "ApproveDetail",
3775
+ "body": [
3776
+ {
3777
+ "type": "propertySignature",
3778
+ "key": {
3779
+ "type": "identifier",
3780
+ "name": "approved"
3781
+ },
3782
+ "annotation": {
3783
+ "type": "keyword",
3784
+ "value": "boolean"
3785
+ },
3786
+ "computed": false
3787
+ },
3788
+ {
3789
+ "type": "propertySignature",
3790
+ "key": {
3791
+ "type": "identifier",
3792
+ "name": "propertyInstanceId"
3793
+ },
3794
+ "annotation": {
3795
+ "type": "keyword",
3796
+ "value": "string"
3776
3797
  },
3777
3798
  "optional": true,
3778
3799
  "computed": false