@next-bricks/visual-builder 1.36.29 → 1.37.0
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 +13 -10
- package/dist/chunks/1304.a8196a2e.js +2 -0
- package/dist/chunks/1304.a8196a2e.js.map +1 -0
- package/dist/chunks/2464.b7163b41.js +2 -0
- package/dist/chunks/2464.b7163b41.js.map +1 -0
- package/dist/chunks/5522.ab1061cc.js +3 -0
- package/dist/chunks/{6297.cc718d3b.js.LICENSE.txt → 5522.ab1061cc.js.LICENSE.txt} +2 -0
- package/dist/chunks/5522.ab1061cc.js.map +1 -0
- package/dist/chunks/6117.7ee90157.js +1 -0
- package/dist/chunks/get-config-by-data-for-ai.3ce1ddd1.js +3 -0
- package/dist/chunks/get-config-by-data-for-ai.3ce1ddd1.js.LICENSE.txt +1 -0
- package/dist/chunks/get-config-by-data-for-ai.3ce1ddd1.js.map +1 -0
- package/dist/chunks/get-raw-data-system-prompts.e7339ae7.js +2 -0
- package/dist/chunks/get-raw-data-system-prompts.e7339ae7.js.map +1 -0
- package/dist/chunks/main.c8c9b11f.js +2 -0
- package/dist/chunks/main.c8c9b11f.js.map +1 -0
- package/dist/chunks/pre-generated-config-preview.dccb8a89.js +2 -0
- package/dist/chunks/pre-generated-config-preview.dccb8a89.js.map +1 -0
- package/dist/chunks/pre-generated-config.2339bb56.js +2 -0
- package/dist/chunks/pre-generated-config.2339bb56.js.map +1 -0
- package/dist/chunks/pre-generated-container.7a8711cd.js +2 -0
- package/dist/chunks/pre-generated-container.7a8711cd.js.map +1 -0
- package/dist/chunks/raw-data-preview.79a5f278.js +3 -0
- package/dist/chunks/raw-data-preview.79a5f278.js.map +1 -0
- package/dist/examples.json +3 -0
- package/dist/index.c58723df.js +2 -0
- package/dist/index.c58723df.js.map +1 -0
- package/dist/manifest.json +108 -35
- package/dist/types.json +1761 -952
- package/dist-types/bootstrap.d.ts +3 -0
- package/dist-types/data-providers/get-config-by-data-for-ai.d.ts +30 -0
- package/dist-types/data-providers/get-config-by-data-for-ai.spec.d.ts +1 -0
- package/dist-types/pre-generated-config/convertToBrickConf.d.ts +3 -0
- package/dist-types/pre-generated-config/i18n.d.ts +14 -0
- package/dist-types/pre-generated-config/index.d.ts +48 -0
- package/dist-types/pre-generated-config/index.spec.d.ts +1 -0
- package/dist-types/pre-generated-config-preview/index.d.ts +31 -0
- package/dist-types/pre-generated-config-preview/index.spec.d.ts +1 -0
- package/dist-types/raw-data-preview/convert.d.ts +1 -0
- package/dist-types/raw-data-preview/raw-data-interfaces.d.ts +1 -1
- package/dist-types/shared/compat_internals.d.ts +5 -0
- package/dist-types/shared/getMemberAccessor.d.ts +1 -0
- package/dist-types/shared/getMemberAccessor.spec.d.ts +1 -0
- package/docs/pre-generated-config.md +3512 -0
- package/package.json +2 -2
- package/dist/chunks/1722.59f0e4b2.js +0 -1
- package/dist/chunks/6297.cc718d3b.js +0 -3
- package/dist/chunks/6297.cc718d3b.js.map +0 -1
- package/dist/chunks/8081.49cf40f1.js +0 -2
- package/dist/chunks/8081.49cf40f1.js.map +0 -1
- package/dist/chunks/get-raw-data-system-prompts.e306ead0.js +0 -2
- package/dist/chunks/get-raw-data-system-prompts.e306ead0.js.map +0 -1
- package/dist/chunks/main.f14cd414.js +0 -2
- package/dist/chunks/main.f14cd414.js.map +0 -1
- package/dist/chunks/pre-generated-container.a2840dd1.js +0 -2
- package/dist/chunks/pre-generated-container.a2840dd1.js.map +0 -1
- package/dist/chunks/raw-data-preview.741ec4d9.js +0 -3
- package/dist/chunks/raw-data-preview.741ec4d9.js.map +0 -1
- package/dist/index.72f43d5c.js +0 -2
- package/dist/index.72f43d5c.js.map +0 -1
- /package/dist/chunks/{raw-data-preview.741ec4d9.js.LICENSE.txt → raw-data-preview.79a5f278.js.LICENSE.txt} +0 -0
package/dist/types.json
CHANGED
|
@@ -1,4 +1,17 @@
|
|
|
1
1
|
{
|
|
2
|
+
"visual-builder.workbench-sidebar": {
|
|
3
|
+
"properties": [
|
|
4
|
+
{
|
|
5
|
+
"name": "titleLabel",
|
|
6
|
+
"annotation": {
|
|
7
|
+
"type": "keyword",
|
|
8
|
+
"value": "string"
|
|
9
|
+
}
|
|
10
|
+
}
|
|
11
|
+
],
|
|
12
|
+
"events": [],
|
|
13
|
+
"methods": []
|
|
14
|
+
},
|
|
2
15
|
"visual-builder.workbench-pane": {
|
|
3
16
|
"properties": [
|
|
4
17
|
{
|
|
@@ -45,19 +58,6 @@
|
|
|
45
58
|
],
|
|
46
59
|
"methods": []
|
|
47
60
|
},
|
|
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
61
|
"visual-builder.workbench-action": {
|
|
62
62
|
"properties": [
|
|
63
63
|
{
|
|
@@ -537,221 +537,124 @@
|
|
|
537
537
|
}
|
|
538
538
|
}
|
|
539
539
|
},
|
|
540
|
-
"visual-builder.get-data-
|
|
540
|
+
"visual-builder.get-config-by-data-for-ai": {
|
|
541
541
|
"type": "provider",
|
|
542
542
|
"params": [
|
|
543
543
|
{
|
|
544
|
-
"name": "
|
|
545
|
-
"annotation": {
|
|
546
|
-
"type": "array",
|
|
547
|
-
"elementType": {
|
|
548
|
-
"type": "reference",
|
|
549
|
-
"typeName": {
|
|
550
|
-
"type": "identifier",
|
|
551
|
-
"name": "ContextConf"
|
|
552
|
-
}
|
|
553
|
-
}
|
|
554
|
-
}
|
|
555
|
-
},
|
|
556
|
-
{
|
|
557
|
-
"name": "keyword",
|
|
544
|
+
"name": "data",
|
|
558
545
|
"annotation": {
|
|
559
|
-
"type": "
|
|
560
|
-
"
|
|
561
|
-
}
|
|
562
|
-
}
|
|
563
|
-
],
|
|
564
|
-
"returns": {
|
|
565
|
-
"annotation": {
|
|
566
|
-
"type": "reference",
|
|
567
|
-
"typeName": {
|
|
568
|
-
"type": "identifier",
|
|
569
|
-
"name": "Map"
|
|
570
|
-
},
|
|
571
|
-
"typeParameters": {
|
|
572
|
-
"type": "typeParameterInstantiation",
|
|
573
|
-
"params": [
|
|
546
|
+
"type": "union",
|
|
547
|
+
"types": [
|
|
574
548
|
{
|
|
575
549
|
"type": "reference",
|
|
576
550
|
"typeName": {
|
|
577
551
|
"type": "identifier",
|
|
578
|
-
"name": "
|
|
552
|
+
"name": "Data"
|
|
579
553
|
}
|
|
580
554
|
},
|
|
581
555
|
{
|
|
582
|
-
"type": "
|
|
583
|
-
"
|
|
584
|
-
|
|
585
|
-
|
|
586
|
-
|
|
556
|
+
"type": "keyword",
|
|
557
|
+
"value": "undefined"
|
|
558
|
+
},
|
|
559
|
+
{
|
|
560
|
+
"type": "keyword",
|
|
561
|
+
"value": "null"
|
|
587
562
|
}
|
|
588
563
|
]
|
|
589
564
|
}
|
|
590
565
|
}
|
|
591
|
-
|
|
592
|
-
},
|
|
593
|
-
"visual-builder.get-raw-data-system-prompts": {
|
|
594
|
-
"type": "provider",
|
|
595
|
-
"params": [],
|
|
566
|
+
],
|
|
596
567
|
"returns": {
|
|
597
568
|
"annotation": {
|
|
598
569
|
"type": "reference",
|
|
599
570
|
"typeName": {
|
|
600
571
|
"type": "identifier",
|
|
601
|
-
"name": "
|
|
572
|
+
"name": "Promise"
|
|
602
573
|
},
|
|
603
574
|
"typeParameters": {
|
|
604
575
|
"type": "typeParameterInstantiation",
|
|
605
576
|
"params": [
|
|
606
577
|
{
|
|
607
|
-
"type": "
|
|
608
|
-
"
|
|
609
|
-
|
|
610
|
-
|
|
611
|
-
|
|
612
|
-
"value": "string"
|
|
578
|
+
"type": "reference",
|
|
579
|
+
"typeName": {
|
|
580
|
+
"type": "identifier",
|
|
581
|
+
"name": "Config"
|
|
582
|
+
}
|
|
613
583
|
}
|
|
614
584
|
]
|
|
615
585
|
}
|
|
616
586
|
}
|
|
617
|
-
}
|
|
618
|
-
},
|
|
619
|
-
"visual-builder.parse-path": {
|
|
620
|
-
"type": "provider",
|
|
621
|
-
"params": [
|
|
622
|
-
{
|
|
623
|
-
"name": "path",
|
|
624
|
-
"annotation": {
|
|
625
|
-
"type": "keyword",
|
|
626
|
-
"value": "string"
|
|
627
|
-
}
|
|
628
|
-
},
|
|
629
|
-
{
|
|
630
|
-
"name": "options",
|
|
631
|
-
"annotation": {
|
|
632
|
-
"type": "reference",
|
|
633
|
-
"typeName": {
|
|
634
|
-
"type": "identifier",
|
|
635
|
-
"name": "Option"
|
|
636
|
-
}
|
|
637
|
-
}
|
|
638
|
-
}
|
|
639
|
-
],
|
|
640
|
-
"returns": {},
|
|
587
|
+
},
|
|
641
588
|
"types": [
|
|
642
589
|
{
|
|
643
590
|
"type": "interface",
|
|
644
|
-
"name": "
|
|
591
|
+
"name": "Data",
|
|
645
592
|
"body": [
|
|
646
593
|
{
|
|
647
594
|
"type": "propertySignature",
|
|
648
595
|
"key": {
|
|
649
596
|
"type": "identifier",
|
|
650
|
-
"name": "
|
|
651
|
-
},
|
|
652
|
-
"annotation": {
|
|
653
|
-
"type": "keyword",
|
|
654
|
-
"value": "boolean"
|
|
655
|
-
},
|
|
656
|
-
"optional": true,
|
|
657
|
-
"computed": false
|
|
658
|
-
},
|
|
659
|
-
{
|
|
660
|
-
"type": "propertySignature",
|
|
661
|
-
"key": {
|
|
662
|
-
"type": "identifier",
|
|
663
|
-
"name": "strict"
|
|
597
|
+
"name": "name"
|
|
664
598
|
},
|
|
665
599
|
"annotation": {
|
|
666
600
|
"type": "keyword",
|
|
667
|
-
"value": "
|
|
601
|
+
"value": "string"
|
|
668
602
|
},
|
|
669
|
-
"optional": true,
|
|
670
603
|
"computed": false
|
|
671
604
|
},
|
|
672
605
|
{
|
|
673
606
|
"type": "propertySignature",
|
|
674
607
|
"key": {
|
|
675
608
|
"type": "identifier",
|
|
676
|
-
"name": "
|
|
609
|
+
"name": "value"
|
|
677
610
|
},
|
|
678
611
|
"annotation": {
|
|
679
612
|
"type": "keyword",
|
|
680
|
-
"value": "
|
|
613
|
+
"value": "unknown"
|
|
681
614
|
},
|
|
682
|
-
"optional": true,
|
|
683
615
|
"computed": false
|
|
684
616
|
}
|
|
685
617
|
]
|
|
686
|
-
}
|
|
687
|
-
]
|
|
688
|
-
},
|
|
689
|
-
"visual-builder.pre-generated-preview": {
|
|
690
|
-
"properties": [
|
|
691
|
-
{
|
|
692
|
-
"name": "generations",
|
|
693
|
-
"annotation": {
|
|
694
|
-
"type": "array",
|
|
695
|
-
"elementType": {
|
|
696
|
-
"type": "reference",
|
|
697
|
-
"typeName": {
|
|
698
|
-
"type": "identifier",
|
|
699
|
-
"name": "AttributeGeneration"
|
|
700
|
-
}
|
|
701
|
-
}
|
|
702
|
-
}
|
|
703
|
-
},
|
|
704
|
-
{
|
|
705
|
-
"name": "category",
|
|
706
|
-
"annotation": {
|
|
707
|
-
"type": "reference",
|
|
708
|
-
"typeName": {
|
|
709
|
-
"type": "identifier",
|
|
710
|
-
"name": "PreviewCategory"
|
|
711
|
-
}
|
|
712
|
-
}
|
|
713
|
-
},
|
|
714
|
-
{
|
|
715
|
-
"name": "theme",
|
|
716
|
-
"annotation": {
|
|
717
|
-
"type": "keyword",
|
|
718
|
-
"value": "string"
|
|
719
|
-
}
|
|
720
618
|
},
|
|
721
619
|
{
|
|
722
|
-
"
|
|
620
|
+
"type": "typeAlias",
|
|
621
|
+
"name": "Config",
|
|
723
622
|
"annotation": {
|
|
724
|
-
"type": "
|
|
725
|
-
"
|
|
623
|
+
"type": "union",
|
|
624
|
+
"types": [
|
|
625
|
+
{
|
|
626
|
+
"type": "reference",
|
|
627
|
+
"typeName": {
|
|
628
|
+
"type": "identifier",
|
|
629
|
+
"name": "NormalConfig"
|
|
630
|
+
}
|
|
631
|
+
},
|
|
632
|
+
{
|
|
633
|
+
"type": "reference",
|
|
634
|
+
"typeName": {
|
|
635
|
+
"type": "identifier",
|
|
636
|
+
"name": "UnknownConfig"
|
|
637
|
+
}
|
|
638
|
+
}
|
|
639
|
+
]
|
|
726
640
|
}
|
|
727
641
|
},
|
|
728
|
-
{
|
|
729
|
-
"name": "app",
|
|
730
|
-
"annotation": {
|
|
731
|
-
"type": "reference",
|
|
732
|
-
"typeName": {
|
|
733
|
-
"type": "identifier",
|
|
734
|
-
"name": "MicroApp"
|
|
735
|
-
}
|
|
736
|
-
}
|
|
737
|
-
}
|
|
738
|
-
],
|
|
739
|
-
"events": [],
|
|
740
|
-
"methods": [],
|
|
741
|
-
"types": [
|
|
742
642
|
{
|
|
743
643
|
"type": "interface",
|
|
744
|
-
"name": "
|
|
644
|
+
"name": "NormalConfig",
|
|
745
645
|
"body": [
|
|
746
646
|
{
|
|
747
647
|
"type": "propertySignature",
|
|
748
648
|
"key": {
|
|
749
649
|
"type": "identifier",
|
|
750
|
-
"name": "
|
|
650
|
+
"name": "type"
|
|
751
651
|
},
|
|
752
652
|
"annotation": {
|
|
753
|
-
"type": "
|
|
754
|
-
"
|
|
653
|
+
"type": "reference",
|
|
654
|
+
"typeName": {
|
|
655
|
+
"type": "identifier",
|
|
656
|
+
"name": "ConfigType"
|
|
657
|
+
}
|
|
755
658
|
},
|
|
756
659
|
"computed": false
|
|
757
660
|
},
|
|
@@ -759,11 +662,17 @@
|
|
|
759
662
|
"type": "propertySignature",
|
|
760
663
|
"key": {
|
|
761
664
|
"type": "identifier",
|
|
762
|
-
"name": "
|
|
665
|
+
"name": "attrList"
|
|
763
666
|
},
|
|
764
667
|
"annotation": {
|
|
765
|
-
"type": "
|
|
766
|
-
"
|
|
668
|
+
"type": "array",
|
|
669
|
+
"elementType": {
|
|
670
|
+
"type": "reference",
|
|
671
|
+
"typeName": {
|
|
672
|
+
"type": "identifier",
|
|
673
|
+
"name": "Attr"
|
|
674
|
+
}
|
|
675
|
+
}
|
|
767
676
|
},
|
|
768
677
|
"computed": false
|
|
769
678
|
},
|
|
@@ -771,11 +680,14 @@
|
|
|
771
680
|
"type": "propertySignature",
|
|
772
681
|
"key": {
|
|
773
682
|
"type": "identifier",
|
|
774
|
-
"name": "
|
|
683
|
+
"name": "dataList"
|
|
775
684
|
},
|
|
776
685
|
"annotation": {
|
|
777
|
-
"type": "
|
|
778
|
-
"
|
|
686
|
+
"type": "array",
|
|
687
|
+
"elementType": {
|
|
688
|
+
"type": "keyword",
|
|
689
|
+
"value": "unknown"
|
|
690
|
+
}
|
|
779
691
|
},
|
|
780
692
|
"computed": false
|
|
781
693
|
},
|
|
@@ -783,23 +695,61 @@
|
|
|
783
695
|
"type": "propertySignature",
|
|
784
696
|
"key": {
|
|
785
697
|
"type": "identifier",
|
|
786
|
-
"name": "
|
|
698
|
+
"name": "containerOptions"
|
|
787
699
|
},
|
|
788
700
|
"annotation": {
|
|
789
|
-
"type": "
|
|
790
|
-
"
|
|
701
|
+
"type": "array",
|
|
702
|
+
"elementType": {
|
|
703
|
+
"type": "reference",
|
|
704
|
+
"typeName": {
|
|
705
|
+
"type": "identifier",
|
|
706
|
+
"name": "ContainerOption"
|
|
707
|
+
}
|
|
708
|
+
}
|
|
791
709
|
},
|
|
710
|
+
"optional": true,
|
|
792
711
|
"computed": false
|
|
793
|
-
}
|
|
794
|
-
|
|
795
|
-
|
|
796
|
-
|
|
797
|
-
|
|
798
|
-
|
|
712
|
+
}
|
|
713
|
+
]
|
|
714
|
+
},
|
|
715
|
+
{
|
|
716
|
+
"type": "typeAlias",
|
|
717
|
+
"name": "ConfigType",
|
|
718
|
+
"annotation": {
|
|
719
|
+
"type": "union",
|
|
720
|
+
"types": [
|
|
721
|
+
{
|
|
722
|
+
"type": "jsLiteral",
|
|
723
|
+
"value": "list"
|
|
799
724
|
},
|
|
800
|
-
|
|
725
|
+
{
|
|
726
|
+
"type": "jsLiteral",
|
|
727
|
+
"value": "list-with-pagination"
|
|
728
|
+
},
|
|
729
|
+
{
|
|
730
|
+
"type": "jsLiteral",
|
|
731
|
+
"value": "object"
|
|
732
|
+
},
|
|
733
|
+
{
|
|
734
|
+
"type": "jsLiteral",
|
|
735
|
+
"value": "unknown"
|
|
736
|
+
}
|
|
737
|
+
]
|
|
738
|
+
}
|
|
739
|
+
},
|
|
740
|
+
{
|
|
741
|
+
"type": "interface",
|
|
742
|
+
"name": "Attr",
|
|
743
|
+
"body": [
|
|
744
|
+
{
|
|
745
|
+
"type": "propertySignature",
|
|
746
|
+
"key": {
|
|
747
|
+
"type": "identifier",
|
|
748
|
+
"name": "id"
|
|
749
|
+
},
|
|
750
|
+
"annotation": {
|
|
801
751
|
"type": "keyword",
|
|
802
|
-
"value": "
|
|
752
|
+
"value": "string"
|
|
803
753
|
},
|
|
804
754
|
"computed": false
|
|
805
755
|
},
|
|
@@ -807,7 +757,7 @@
|
|
|
807
757
|
"type": "propertySignature",
|
|
808
758
|
"key": {
|
|
809
759
|
"type": "identifier",
|
|
810
|
-
"name": "
|
|
760
|
+
"name": "name"
|
|
811
761
|
},
|
|
812
762
|
"annotation": {
|
|
813
763
|
"type": "keyword",
|
|
@@ -819,44 +769,45 @@
|
|
|
819
769
|
"type": "propertySignature",
|
|
820
770
|
"key": {
|
|
821
771
|
"type": "identifier",
|
|
822
|
-
"name": "
|
|
772
|
+
"name": "candidates"
|
|
823
773
|
},
|
|
824
774
|
"annotation": {
|
|
825
|
-
"type": "
|
|
826
|
-
"
|
|
827
|
-
"type": "
|
|
828
|
-
"
|
|
775
|
+
"type": "array",
|
|
776
|
+
"elementType": {
|
|
777
|
+
"type": "keyword",
|
|
778
|
+
"value": "unknown"
|
|
829
779
|
}
|
|
830
780
|
},
|
|
781
|
+
"optional": true,
|
|
782
|
+
"computed": false
|
|
783
|
+
}
|
|
784
|
+
]
|
|
785
|
+
},
|
|
786
|
+
{
|
|
787
|
+
"type": "interface",
|
|
788
|
+
"name": "ContainerOption",
|
|
789
|
+
"body": [
|
|
790
|
+
{
|
|
791
|
+
"type": "propertySignature",
|
|
792
|
+
"key": {
|
|
793
|
+
"type": "identifier",
|
|
794
|
+
"name": "label"
|
|
795
|
+
},
|
|
796
|
+
"annotation": {
|
|
797
|
+
"type": "keyword",
|
|
798
|
+
"value": "string"
|
|
799
|
+
},
|
|
831
800
|
"computed": false
|
|
832
801
|
},
|
|
833
802
|
{
|
|
834
803
|
"type": "propertySignature",
|
|
835
804
|
"key": {
|
|
836
805
|
"type": "identifier",
|
|
837
|
-
"name": "
|
|
806
|
+
"name": "value"
|
|
838
807
|
},
|
|
839
808
|
"annotation": {
|
|
840
|
-
"type": "
|
|
841
|
-
"
|
|
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
|
-
]
|
|
809
|
+
"type": "keyword",
|
|
810
|
+
"value": "string"
|
|
860
811
|
},
|
|
861
812
|
"computed": false
|
|
862
813
|
},
|
|
@@ -864,118 +815,164 @@
|
|
|
864
815
|
"type": "propertySignature",
|
|
865
816
|
"key": {
|
|
866
817
|
"type": "identifier",
|
|
867
|
-
"name": "
|
|
818
|
+
"name": "settings"
|
|
868
819
|
},
|
|
869
820
|
"annotation": {
|
|
870
|
-
"type": "
|
|
871
|
-
"
|
|
872
|
-
"type": "keyword",
|
|
873
|
-
"value": "unknown"
|
|
874
|
-
}
|
|
821
|
+
"type": "keyword",
|
|
822
|
+
"value": "unknown"
|
|
875
823
|
},
|
|
824
|
+
"optional": true,
|
|
876
825
|
"computed": false
|
|
877
826
|
}
|
|
878
827
|
]
|
|
879
828
|
},
|
|
880
829
|
{
|
|
881
|
-
"type": "
|
|
882
|
-
"name": "
|
|
883
|
-
"
|
|
884
|
-
|
|
885
|
-
|
|
886
|
-
{
|
|
887
|
-
"type": "
|
|
888
|
-
"
|
|
889
|
-
},
|
|
890
|
-
{
|
|
891
|
-
"type": "jsLiteral",
|
|
892
|
-
"value": "form-item"
|
|
830
|
+
"type": "interface",
|
|
831
|
+
"name": "UnknownConfig",
|
|
832
|
+
"body": [
|
|
833
|
+
{
|
|
834
|
+
"type": "propertySignature",
|
|
835
|
+
"key": {
|
|
836
|
+
"type": "identifier",
|
|
837
|
+
"name": "type"
|
|
893
838
|
},
|
|
894
|
-
{
|
|
839
|
+
"annotation": {
|
|
895
840
|
"type": "jsLiteral",
|
|
896
|
-
"value": "
|
|
841
|
+
"value": "unknown"
|
|
897
842
|
},
|
|
898
|
-
|
|
899
|
-
|
|
900
|
-
|
|
843
|
+
"computed": false
|
|
844
|
+
},
|
|
845
|
+
{
|
|
846
|
+
"type": "propertySignature",
|
|
847
|
+
"key": {
|
|
848
|
+
"type": "identifier",
|
|
849
|
+
"name": "error"
|
|
901
850
|
},
|
|
902
|
-
{
|
|
903
|
-
"type": "
|
|
904
|
-
"value": "
|
|
851
|
+
"annotation": {
|
|
852
|
+
"type": "keyword",
|
|
853
|
+
"value": "string"
|
|
905
854
|
},
|
|
906
|
-
|
|
907
|
-
|
|
908
|
-
|
|
909
|
-
}
|
|
910
|
-
]
|
|
911
|
-
}
|
|
855
|
+
"computed": false
|
|
856
|
+
}
|
|
857
|
+
]
|
|
912
858
|
}
|
|
913
859
|
]
|
|
914
860
|
},
|
|
915
|
-
"visual-builder.
|
|
916
|
-
"
|
|
917
|
-
"
|
|
918
|
-
"methods": []
|
|
919
|
-
},
|
|
920
|
-
"visual-builder.pre-generated-container": {
|
|
921
|
-
"properties": [
|
|
861
|
+
"visual-builder.get-data-deps": {
|
|
862
|
+
"type": "provider",
|
|
863
|
+
"params": [
|
|
922
864
|
{
|
|
923
|
-
"name": "
|
|
865
|
+
"name": "contextConfs",
|
|
924
866
|
"annotation": {
|
|
925
|
-
"type": "
|
|
926
|
-
"
|
|
927
|
-
"type": "
|
|
928
|
-
"
|
|
867
|
+
"type": "array",
|
|
868
|
+
"elementType": {
|
|
869
|
+
"type": "reference",
|
|
870
|
+
"typeName": {
|
|
871
|
+
"type": "identifier",
|
|
872
|
+
"name": "ContextConf"
|
|
873
|
+
}
|
|
929
874
|
}
|
|
930
875
|
}
|
|
931
876
|
},
|
|
932
877
|
{
|
|
933
|
-
"name": "
|
|
878
|
+
"name": "keyword",
|
|
934
879
|
"annotation": {
|
|
935
880
|
"type": "keyword",
|
|
936
|
-
"value": "
|
|
881
|
+
"value": "string"
|
|
937
882
|
}
|
|
938
883
|
}
|
|
939
884
|
],
|
|
940
|
-
"
|
|
941
|
-
|
|
885
|
+
"returns": {
|
|
886
|
+
"annotation": {
|
|
887
|
+
"type": "reference",
|
|
888
|
+
"typeName": {
|
|
889
|
+
"type": "identifier",
|
|
890
|
+
"name": "Map"
|
|
891
|
+
},
|
|
892
|
+
"typeParameters": {
|
|
893
|
+
"type": "typeParameterInstantiation",
|
|
894
|
+
"params": [
|
|
895
|
+
{
|
|
896
|
+
"type": "reference",
|
|
897
|
+
"typeName": {
|
|
898
|
+
"type": "identifier",
|
|
899
|
+
"name": "ContextConf"
|
|
900
|
+
}
|
|
901
|
+
},
|
|
902
|
+
{
|
|
903
|
+
"type": "reference",
|
|
904
|
+
"typeName": {
|
|
905
|
+
"type": "identifier",
|
|
906
|
+
"name": "MemberUsage"
|
|
907
|
+
}
|
|
908
|
+
}
|
|
909
|
+
]
|
|
910
|
+
}
|
|
911
|
+
}
|
|
912
|
+
}
|
|
942
913
|
},
|
|
943
|
-
"visual-builder.
|
|
944
|
-
"
|
|
914
|
+
"visual-builder.get-raw-data-system-prompts": {
|
|
915
|
+
"type": "provider",
|
|
916
|
+
"params": [],
|
|
917
|
+
"returns": {
|
|
918
|
+
"annotation": {
|
|
919
|
+
"type": "reference",
|
|
920
|
+
"typeName": {
|
|
921
|
+
"type": "identifier",
|
|
922
|
+
"name": "Record"
|
|
923
|
+
},
|
|
924
|
+
"typeParameters": {
|
|
925
|
+
"type": "typeParameterInstantiation",
|
|
926
|
+
"params": [
|
|
927
|
+
{
|
|
928
|
+
"type": "keyword",
|
|
929
|
+
"value": "string"
|
|
930
|
+
},
|
|
931
|
+
{
|
|
932
|
+
"type": "keyword",
|
|
933
|
+
"value": "string"
|
|
934
|
+
}
|
|
935
|
+
]
|
|
936
|
+
}
|
|
937
|
+
}
|
|
938
|
+
}
|
|
939
|
+
},
|
|
940
|
+
"visual-builder.parse-path": {
|
|
941
|
+
"type": "provider",
|
|
942
|
+
"params": [
|
|
945
943
|
{
|
|
946
|
-
"name": "
|
|
944
|
+
"name": "path",
|
|
947
945
|
"annotation": {
|
|
948
946
|
"type": "keyword",
|
|
949
947
|
"value": "string"
|
|
950
948
|
}
|
|
951
949
|
},
|
|
952
950
|
{
|
|
953
|
-
"name": "
|
|
951
|
+
"name": "options",
|
|
954
952
|
"annotation": {
|
|
955
953
|
"type": "reference",
|
|
956
954
|
"typeName": {
|
|
957
955
|
"type": "identifier",
|
|
958
|
-
"name": "
|
|
956
|
+
"name": "Option"
|
|
959
957
|
}
|
|
960
958
|
}
|
|
961
959
|
}
|
|
962
960
|
],
|
|
963
|
-
"
|
|
964
|
-
"methods": [],
|
|
961
|
+
"returns": {},
|
|
965
962
|
"types": [
|
|
966
963
|
{
|
|
967
964
|
"type": "interface",
|
|
968
|
-
"name": "
|
|
965
|
+
"name": "Option",
|
|
969
966
|
"body": [
|
|
970
967
|
{
|
|
971
968
|
"type": "propertySignature",
|
|
972
969
|
"key": {
|
|
973
970
|
"type": "identifier",
|
|
974
|
-
"name": "
|
|
971
|
+
"name": "end"
|
|
975
972
|
},
|
|
976
973
|
"annotation": {
|
|
977
974
|
"type": "keyword",
|
|
978
|
-
"value": "
|
|
975
|
+
"value": "boolean"
|
|
979
976
|
},
|
|
980
977
|
"optional": true,
|
|
981
978
|
"computed": false
|
|
@@ -984,14 +981,11 @@
|
|
|
984
981
|
"type": "propertySignature",
|
|
985
982
|
"key": {
|
|
986
983
|
"type": "identifier",
|
|
987
|
-
"name": "
|
|
984
|
+
"name": "strict"
|
|
988
985
|
},
|
|
989
986
|
"annotation": {
|
|
990
|
-
"type": "
|
|
991
|
-
"
|
|
992
|
-
"type": "identifier",
|
|
993
|
-
"name": "GeneralIconProps"
|
|
994
|
-
}
|
|
987
|
+
"type": "keyword",
|
|
988
|
+
"value": "boolean"
|
|
995
989
|
},
|
|
996
990
|
"optional": true,
|
|
997
991
|
"computed": false
|
|
@@ -1000,17 +994,11 @@
|
|
|
1000
994
|
"type": "propertySignature",
|
|
1001
995
|
"key": {
|
|
1002
996
|
"type": "identifier",
|
|
1003
|
-
"name": "
|
|
997
|
+
"name": "sensitive"
|
|
1004
998
|
},
|
|
1005
999
|
"annotation": {
|
|
1006
|
-
"type": "
|
|
1007
|
-
"
|
|
1008
|
-
"type": "reference",
|
|
1009
|
-
"typeName": {
|
|
1010
|
-
"type": "identifier",
|
|
1011
|
-
"name": "SidebarMenuItem"
|
|
1012
|
-
}
|
|
1013
|
-
}
|
|
1000
|
+
"type": "keyword",
|
|
1001
|
+
"value": "boolean"
|
|
1014
1002
|
},
|
|
1015
1003
|
"optional": true,
|
|
1016
1004
|
"computed": false
|
|
@@ -1019,65 +1007,68 @@
|
|
|
1019
1007
|
}
|
|
1020
1008
|
]
|
|
1021
1009
|
},
|
|
1022
|
-
"visual-builder.
|
|
1023
|
-
"
|
|
1024
|
-
"params": [
|
|
1010
|
+
"visual-builder.pre-generated-preview": {
|
|
1011
|
+
"properties": [
|
|
1025
1012
|
{
|
|
1026
|
-
"name": "
|
|
1013
|
+
"name": "generations",
|
|
1027
1014
|
"annotation": {
|
|
1028
1015
|
"type": "array",
|
|
1029
1016
|
"elementType": {
|
|
1030
1017
|
"type": "reference",
|
|
1031
1018
|
"typeName": {
|
|
1032
1019
|
"type": "identifier",
|
|
1033
|
-
"name": "
|
|
1020
|
+
"name": "AttributeGeneration"
|
|
1034
1021
|
}
|
|
1035
1022
|
}
|
|
1036
1023
|
}
|
|
1037
1024
|
},
|
|
1038
1025
|
{
|
|
1039
|
-
"name": "
|
|
1026
|
+
"name": "category",
|
|
1040
1027
|
"annotation": {
|
|
1041
|
-
"type": "
|
|
1042
|
-
"
|
|
1043
|
-
|
|
1044
|
-
|
|
1045
|
-
|
|
1046
|
-
"type": "identifier",
|
|
1047
|
-
"name": "dataType"
|
|
1048
|
-
},
|
|
1049
|
-
"annotation": {
|
|
1050
|
-
"type": "keyword",
|
|
1051
|
-
"value": "string"
|
|
1052
|
-
},
|
|
1053
|
-
"computed": false
|
|
1054
|
-
}
|
|
1055
|
-
]
|
|
1028
|
+
"type": "reference",
|
|
1029
|
+
"typeName": {
|
|
1030
|
+
"type": "identifier",
|
|
1031
|
+
"name": "PreviewCategory"
|
|
1032
|
+
}
|
|
1056
1033
|
}
|
|
1057
|
-
}
|
|
1058
|
-
|
|
1059
|
-
|
|
1060
|
-
|
|
1061
|
-
|
|
1062
|
-
|
|
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": {
|
|
1063
1052
|
"type": "reference",
|
|
1064
1053
|
"typeName": {
|
|
1065
1054
|
"type": "identifier",
|
|
1066
|
-
"name": "
|
|
1055
|
+
"name": "MicroApp"
|
|
1067
1056
|
}
|
|
1068
1057
|
}
|
|
1069
1058
|
}
|
|
1070
|
-
|
|
1059
|
+
],
|
|
1060
|
+
"events": [],
|
|
1061
|
+
"methods": [],
|
|
1071
1062
|
"types": [
|
|
1072
1063
|
{
|
|
1073
1064
|
"type": "interface",
|
|
1074
|
-
"name": "
|
|
1065
|
+
"name": "AttributeGeneration",
|
|
1075
1066
|
"body": [
|
|
1076
1067
|
{
|
|
1077
1068
|
"type": "propertySignature",
|
|
1078
1069
|
"key": {
|
|
1079
1070
|
"type": "identifier",
|
|
1080
|
-
"name": "
|
|
1071
|
+
"name": "instanceId"
|
|
1081
1072
|
},
|
|
1082
1073
|
"annotation": {
|
|
1083
1074
|
"type": "keyword",
|
|
@@ -1089,7 +1080,7 @@
|
|
|
1089
1080
|
"type": "propertySignature",
|
|
1090
1081
|
"key": {
|
|
1091
1082
|
"type": "identifier",
|
|
1092
|
-
"name": "
|
|
1083
|
+
"name": "objectId"
|
|
1093
1084
|
},
|
|
1094
1085
|
"annotation": {
|
|
1095
1086
|
"type": "keyword",
|
|
@@ -1101,259 +1092,343 @@
|
|
|
1101
1092
|
"type": "propertySignature",
|
|
1102
1093
|
"key": {
|
|
1103
1094
|
"type": "identifier",
|
|
1104
|
-
"name": "
|
|
1095
|
+
"name": "propertyId"
|
|
1105
1096
|
},
|
|
1106
1097
|
"annotation": {
|
|
1107
1098
|
"type": "keyword",
|
|
1108
1099
|
"value": "string"
|
|
1109
1100
|
},
|
|
1110
|
-
"optional": true,
|
|
1111
1101
|
"computed": false
|
|
1112
1102
|
},
|
|
1113
1103
|
{
|
|
1114
1104
|
"type": "propertySignature",
|
|
1115
1105
|
"key": {
|
|
1116
1106
|
"type": "identifier",
|
|
1117
|
-
"name": "
|
|
1107
|
+
"name": "propertyName"
|
|
1118
1108
|
},
|
|
1119
1109
|
"annotation": {
|
|
1120
|
-
"type": "
|
|
1121
|
-
"
|
|
1122
|
-
"type": "identifier",
|
|
1123
|
-
"name": "MenuIcon"
|
|
1124
|
-
}
|
|
1110
|
+
"type": "keyword",
|
|
1111
|
+
"value": "string"
|
|
1125
1112
|
},
|
|
1126
|
-
"optional": true,
|
|
1127
1113
|
"computed": false
|
|
1128
1114
|
},
|
|
1129
1115
|
{
|
|
1130
1116
|
"type": "propertySignature",
|
|
1131
1117
|
"key": {
|
|
1132
1118
|
"type": "identifier",
|
|
1133
|
-
"name": "
|
|
1119
|
+
"name": "displayLevel"
|
|
1134
1120
|
},
|
|
1135
1121
|
"annotation": {
|
|
1136
|
-
"type": "
|
|
1137
|
-
"
|
|
1138
|
-
"type": "identifier",
|
|
1139
|
-
"name": "DataItem"
|
|
1140
|
-
}
|
|
1122
|
+
"type": "keyword",
|
|
1123
|
+
"value": "number"
|
|
1141
1124
|
},
|
|
1142
|
-
"optional": true,
|
|
1143
1125
|
"computed": false
|
|
1144
1126
|
},
|
|
1145
1127
|
{
|
|
1146
1128
|
"type": "propertySignature",
|
|
1147
1129
|
"key": {
|
|
1148
1130
|
"type": "identifier",
|
|
1149
|
-
"name": "
|
|
1131
|
+
"name": "rwType"
|
|
1150
1132
|
},
|
|
1151
1133
|
"annotation": {
|
|
1152
1134
|
"type": "keyword",
|
|
1153
|
-
"value": "
|
|
1135
|
+
"value": "string"
|
|
1154
1136
|
},
|
|
1155
|
-
"optional": true,
|
|
1156
1137
|
"computed": false
|
|
1157
1138
|
},
|
|
1158
1139
|
{
|
|
1159
1140
|
"type": "propertySignature",
|
|
1160
1141
|
"key": {
|
|
1161
1142
|
"type": "identifier",
|
|
1162
|
-
"name": "
|
|
1143
|
+
"name": "category"
|
|
1163
1144
|
},
|
|
1164
1145
|
"annotation": {
|
|
1165
|
-
"type": "
|
|
1166
|
-
"
|
|
1167
|
-
"type": "
|
|
1168
|
-
"
|
|
1169
|
-
"type": "identifier",
|
|
1170
|
-
"name": "NodeItem"
|
|
1171
|
-
}
|
|
1146
|
+
"type": "reference",
|
|
1147
|
+
"typeName": {
|
|
1148
|
+
"type": "identifier",
|
|
1149
|
+
"name": "PreviewCategory"
|
|
1172
1150
|
}
|
|
1173
1151
|
},
|
|
1174
|
-
"optional": true,
|
|
1175
1152
|
"computed": false
|
|
1176
|
-
}
|
|
1177
|
-
]
|
|
1178
|
-
},
|
|
1179
|
-
{
|
|
1180
|
-
"type": "interface",
|
|
1181
|
-
"name": "DataItem",
|
|
1182
|
-
"body": [
|
|
1153
|
+
},
|
|
1183
1154
|
{
|
|
1184
1155
|
"type": "propertySignature",
|
|
1185
1156
|
"key": {
|
|
1186
1157
|
"type": "identifier",
|
|
1187
|
-
"name": "
|
|
1158
|
+
"name": "storyboard"
|
|
1188
1159
|
},
|
|
1189
1160
|
"annotation": {
|
|
1190
|
-
"type": "
|
|
1191
|
-
"
|
|
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
|
+
]
|
|
1192
1181
|
},
|
|
1193
|
-
"optional": true,
|
|
1194
1182
|
"computed": false
|
|
1195
1183
|
},
|
|
1196
1184
|
{
|
|
1197
1185
|
"type": "propertySignature",
|
|
1198
1186
|
"key": {
|
|
1199
1187
|
"type": "identifier",
|
|
1200
|
-
"name": "
|
|
1188
|
+
"name": "mockData"
|
|
1201
1189
|
},
|
|
1202
1190
|
"annotation": {
|
|
1203
|
-
"type": "
|
|
1204
|
-
"
|
|
1191
|
+
"type": "array",
|
|
1192
|
+
"elementType": {
|
|
1193
|
+
"type": "keyword",
|
|
1194
|
+
"value": "unknown"
|
|
1195
|
+
}
|
|
1205
1196
|
},
|
|
1206
|
-
"optional": true,
|
|
1207
1197
|
"computed": false
|
|
1208
1198
|
}
|
|
1209
|
-
],
|
|
1210
|
-
"extends": [
|
|
1211
|
-
{
|
|
1212
|
-
"type": "expressionWithTypeArguments",
|
|
1213
|
-
"expression": {
|
|
1214
|
-
"type": "identifier",
|
|
1215
|
-
"name": "ContextConf"
|
|
1216
|
-
}
|
|
1217
|
-
}
|
|
1218
1199
|
]
|
|
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
|
+
}
|
|
1219
1233
|
}
|
|
1220
1234
|
]
|
|
1221
1235
|
},
|
|
1222
|
-
"visual-builder.
|
|
1236
|
+
"visual-builder.pre-generated-table-view": {
|
|
1237
|
+
"properties": [],
|
|
1238
|
+
"events": [],
|
|
1239
|
+
"methods": []
|
|
1240
|
+
},
|
|
1241
|
+
"visual-builder.pre-generated-container": {
|
|
1223
1242
|
"properties": [
|
|
1224
1243
|
{
|
|
1225
|
-
"name": "
|
|
1244
|
+
"name": "useBrick",
|
|
1226
1245
|
"annotation": {
|
|
1227
|
-
"type": "
|
|
1228
|
-
"
|
|
1229
|
-
"type": "
|
|
1230
|
-
"
|
|
1231
|
-
"type": "identifier",
|
|
1232
|
-
"name": "SnippetOption"
|
|
1233
|
-
}
|
|
1246
|
+
"type": "reference",
|
|
1247
|
+
"typeName": {
|
|
1248
|
+
"type": "identifier",
|
|
1249
|
+
"name": "UseBrickConf"
|
|
1234
1250
|
}
|
|
1235
1251
|
}
|
|
1236
1252
|
},
|
|
1237
1253
|
{
|
|
1238
|
-
"name": "
|
|
1254
|
+
"name": "dataSource",
|
|
1239
1255
|
"annotation": {
|
|
1240
1256
|
"type": "keyword",
|
|
1241
|
-
"value": "
|
|
1257
|
+
"value": "unknown"
|
|
1258
|
+
}
|
|
1259
|
+
}
|
|
1260
|
+
],
|
|
1261
|
+
"events": [],
|
|
1262
|
+
"methods": []
|
|
1263
|
+
},
|
|
1264
|
+
"visual-builder.workbench-action-list": {
|
|
1265
|
+
"properties": [
|
|
1266
|
+
{
|
|
1267
|
+
"name": "appId",
|
|
1268
|
+
"annotation": {
|
|
1269
|
+
"type": "keyword",
|
|
1270
|
+
"value": "string"
|
|
1242
1271
|
}
|
|
1243
1272
|
},
|
|
1244
1273
|
{
|
|
1245
|
-
"name": "
|
|
1274
|
+
"name": "menu",
|
|
1246
1275
|
"annotation": {
|
|
1247
1276
|
"type": "reference",
|
|
1248
1277
|
"typeName": {
|
|
1249
1278
|
"type": "identifier",
|
|
1250
|
-
"name": "
|
|
1279
|
+
"name": "SidebarMenu"
|
|
1251
1280
|
}
|
|
1252
1281
|
}
|
|
1253
1282
|
}
|
|
1254
1283
|
],
|
|
1255
|
-
"events": [
|
|
1284
|
+
"events": [],
|
|
1285
|
+
"methods": [],
|
|
1286
|
+
"types": [
|
|
1256
1287
|
{
|
|
1257
|
-
"
|
|
1258
|
-
"
|
|
1259
|
-
|
|
1260
|
-
|
|
1261
|
-
"
|
|
1288
|
+
"type": "interface",
|
|
1289
|
+
"name": "SidebarMenu",
|
|
1290
|
+
"body": [
|
|
1291
|
+
{
|
|
1292
|
+
"type": "propertySignature",
|
|
1293
|
+
"key": {
|
|
1262
1294
|
"type": "identifier",
|
|
1263
|
-
"name": "
|
|
1264
|
-
}
|
|
1265
|
-
|
|
1266
|
-
|
|
1267
|
-
|
|
1268
|
-
|
|
1269
|
-
|
|
1270
|
-
|
|
1271
|
-
|
|
1272
|
-
"type": "reference",
|
|
1273
|
-
"typeName": {
|
|
1274
|
-
"type": "identifier",
|
|
1275
|
-
"name": "SnippetItem"
|
|
1276
|
-
}
|
|
1277
|
-
}
|
|
1278
|
-
}
|
|
1279
|
-
}
|
|
1280
|
-
],
|
|
1281
|
-
"methods": [
|
|
1282
|
-
{
|
|
1283
|
-
"name": "open",
|
|
1284
|
-
"params": [
|
|
1295
|
+
"name": "title"
|
|
1296
|
+
},
|
|
1297
|
+
"annotation": {
|
|
1298
|
+
"type": "keyword",
|
|
1299
|
+
"value": "string"
|
|
1300
|
+
},
|
|
1301
|
+
"optional": true,
|
|
1302
|
+
"computed": false
|
|
1303
|
+
},
|
|
1285
1304
|
{
|
|
1286
|
-
"
|
|
1305
|
+
"type": "propertySignature",
|
|
1306
|
+
"key": {
|
|
1307
|
+
"type": "identifier",
|
|
1308
|
+
"name": "icon"
|
|
1309
|
+
},
|
|
1287
1310
|
"annotation": {
|
|
1288
1311
|
"type": "reference",
|
|
1289
1312
|
"typeName": {
|
|
1290
1313
|
"type": "identifier",
|
|
1291
|
-
"name": "
|
|
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
|
+
}
|
|
1292
1334
|
}
|
|
1335
|
+
},
|
|
1336
|
+
"optional": true,
|
|
1337
|
+
"computed": false
|
|
1338
|
+
}
|
|
1339
|
+
]
|
|
1340
|
+
}
|
|
1341
|
+
]
|
|
1342
|
+
},
|
|
1343
|
+
"visual-builder.get-dependency-tree": {
|
|
1344
|
+
"type": "provider",
|
|
1345
|
+
"params": [
|
|
1346
|
+
{
|
|
1347
|
+
"name": "nodeDataList",
|
|
1348
|
+
"annotation": {
|
|
1349
|
+
"type": "array",
|
|
1350
|
+
"elementType": {
|
|
1351
|
+
"type": "reference",
|
|
1352
|
+
"typeName": {
|
|
1353
|
+
"type": "identifier",
|
|
1354
|
+
"name": "NodeItem"
|
|
1293
1355
|
}
|
|
1294
1356
|
}
|
|
1295
|
-
|
|
1296
|
-
"returns": {}
|
|
1357
|
+
}
|
|
1297
1358
|
},
|
|
1298
1359
|
{
|
|
1299
|
-
"name": "
|
|
1300
|
-
"
|
|
1301
|
-
|
|
1360
|
+
"name": "options",
|
|
1361
|
+
"annotation": {
|
|
1362
|
+
"type": "typeLiteral",
|
|
1363
|
+
"members": [
|
|
1364
|
+
{
|
|
1365
|
+
"type": "propertySignature",
|
|
1366
|
+
"key": {
|
|
1367
|
+
"type": "identifier",
|
|
1368
|
+
"name": "dataType"
|
|
1369
|
+
},
|
|
1370
|
+
"annotation": {
|
|
1371
|
+
"type": "keyword",
|
|
1372
|
+
"value": "string"
|
|
1373
|
+
},
|
|
1374
|
+
"computed": false
|
|
1375
|
+
}
|
|
1376
|
+
]
|
|
1377
|
+
}
|
|
1302
1378
|
}
|
|
1303
1379
|
],
|
|
1380
|
+
"returns": {
|
|
1381
|
+
"annotation": {
|
|
1382
|
+
"type": "array",
|
|
1383
|
+
"elementType": {
|
|
1384
|
+
"type": "reference",
|
|
1385
|
+
"typeName": {
|
|
1386
|
+
"type": "identifier",
|
|
1387
|
+
"name": "NodeItem"
|
|
1388
|
+
}
|
|
1389
|
+
}
|
|
1390
|
+
}
|
|
1391
|
+
},
|
|
1304
1392
|
"types": [
|
|
1305
1393
|
{
|
|
1306
1394
|
"type": "interface",
|
|
1307
|
-
"name": "
|
|
1395
|
+
"name": "NodeItem",
|
|
1308
1396
|
"body": [
|
|
1309
1397
|
{
|
|
1310
1398
|
"type": "propertySignature",
|
|
1311
1399
|
"key": {
|
|
1312
1400
|
"type": "identifier",
|
|
1313
|
-
"name": "
|
|
1401
|
+
"name": "name"
|
|
1314
1402
|
},
|
|
1315
1403
|
"annotation": {
|
|
1316
1404
|
"type": "keyword",
|
|
1317
1405
|
"value": "string"
|
|
1318
1406
|
},
|
|
1319
|
-
"optional": true,
|
|
1320
1407
|
"computed": false
|
|
1321
1408
|
},
|
|
1322
1409
|
{
|
|
1323
1410
|
"type": "propertySignature",
|
|
1324
1411
|
"key": {
|
|
1325
1412
|
"type": "identifier",
|
|
1326
|
-
"name": "
|
|
1413
|
+
"name": "key"
|
|
1327
1414
|
},
|
|
1328
1415
|
"annotation": {
|
|
1329
|
-
"type": "
|
|
1330
|
-
"
|
|
1331
|
-
"type": "reference",
|
|
1332
|
-
"typeName": {
|
|
1333
|
-
"type": "identifier",
|
|
1334
|
-
"name": "SnippetItem"
|
|
1335
|
-
}
|
|
1336
|
-
}
|
|
1416
|
+
"type": "keyword",
|
|
1417
|
+
"value": "string"
|
|
1337
1418
|
},
|
|
1338
|
-
"optional": true,
|
|
1339
1419
|
"computed": false
|
|
1340
|
-
}
|
|
1341
|
-
]
|
|
1342
|
-
},
|
|
1343
|
-
{
|
|
1344
|
-
"type": "interface",
|
|
1345
|
-
"name": "SnippetItem",
|
|
1346
|
-
"body": [
|
|
1420
|
+
},
|
|
1347
1421
|
{
|
|
1348
1422
|
"type": "propertySignature",
|
|
1349
1423
|
"key": {
|
|
1350
1424
|
"type": "identifier",
|
|
1351
|
-
"name": "
|
|
1425
|
+
"name": "path"
|
|
1352
1426
|
},
|
|
1353
1427
|
"annotation": {
|
|
1354
1428
|
"type": "keyword",
|
|
1355
1429
|
"value": "string"
|
|
1356
1430
|
},
|
|
1431
|
+
"optional": true,
|
|
1357
1432
|
"computed": false
|
|
1358
1433
|
},
|
|
1359
1434
|
{
|
|
@@ -1366,7 +1441,7 @@
|
|
|
1366
1441
|
"type": "reference",
|
|
1367
1442
|
"typeName": {
|
|
1368
1443
|
"type": "identifier",
|
|
1369
|
-
"name": "
|
|
1444
|
+
"name": "MenuIcon"
|
|
1370
1445
|
}
|
|
1371
1446
|
},
|
|
1372
1447
|
"optional": true,
|
|
@@ -1376,11 +1451,14 @@
|
|
|
1376
1451
|
"type": "propertySignature",
|
|
1377
1452
|
"key": {
|
|
1378
1453
|
"type": "identifier",
|
|
1379
|
-
"name": "
|
|
1454
|
+
"name": "data"
|
|
1380
1455
|
},
|
|
1381
1456
|
"annotation": {
|
|
1382
|
-
"type": "
|
|
1383
|
-
"
|
|
1457
|
+
"type": "reference",
|
|
1458
|
+
"typeName": {
|
|
1459
|
+
"type": "identifier",
|
|
1460
|
+
"name": "DataItem"
|
|
1461
|
+
}
|
|
1384
1462
|
},
|
|
1385
1463
|
"optional": true,
|
|
1386
1464
|
"computed": false
|
|
@@ -1389,7 +1467,7 @@
|
|
|
1389
1467
|
"type": "propertySignature",
|
|
1390
1468
|
"key": {
|
|
1391
1469
|
"type": "identifier",
|
|
1392
|
-
"name": "
|
|
1470
|
+
"name": "unreachable"
|
|
1393
1471
|
},
|
|
1394
1472
|
"annotation": {
|
|
1395
1473
|
"type": "keyword",
|
|
@@ -1402,7 +1480,32 @@
|
|
|
1402
1480
|
"type": "propertySignature",
|
|
1403
1481
|
"key": {
|
|
1404
1482
|
"type": "identifier",
|
|
1405
|
-
"name": "
|
|
1483
|
+
"name": "children"
|
|
1484
|
+
},
|
|
1485
|
+
"annotation": {
|
|
1486
|
+
"type": "array",
|
|
1487
|
+
"elementType": {
|
|
1488
|
+
"type": "reference",
|
|
1489
|
+
"typeName": {
|
|
1490
|
+
"type": "identifier",
|
|
1491
|
+
"name": "NodeItem"
|
|
1492
|
+
}
|
|
1493
|
+
}
|
|
1494
|
+
},
|
|
1495
|
+
"optional": true,
|
|
1496
|
+
"computed": false
|
|
1497
|
+
}
|
|
1498
|
+
]
|
|
1499
|
+
},
|
|
1500
|
+
{
|
|
1501
|
+
"type": "interface",
|
|
1502
|
+
"name": "DataItem",
|
|
1503
|
+
"body": [
|
|
1504
|
+
{
|
|
1505
|
+
"type": "propertySignature",
|
|
1506
|
+
"key": {
|
|
1507
|
+
"type": "identifier",
|
|
1508
|
+
"name": "$key"
|
|
1406
1509
|
},
|
|
1407
1510
|
"annotation": {
|
|
1408
1511
|
"type": "keyword",
|
|
@@ -1415,165 +1518,116 @@
|
|
|
1415
1518
|
"type": "propertySignature",
|
|
1416
1519
|
"key": {
|
|
1417
1520
|
"type": "identifier",
|
|
1418
|
-
"name": "
|
|
1521
|
+
"name": "path"
|
|
1419
1522
|
},
|
|
1420
1523
|
"annotation": {
|
|
1421
|
-
"type": "
|
|
1422
|
-
"
|
|
1423
|
-
{
|
|
1424
|
-
"type": "propertySignature",
|
|
1425
|
-
"key": {
|
|
1426
|
-
"type": "identifier",
|
|
1427
|
-
"name": "format"
|
|
1428
|
-
},
|
|
1429
|
-
"annotation": {
|
|
1430
|
-
"type": "keyword",
|
|
1431
|
-
"value": "string"
|
|
1432
|
-
},
|
|
1433
|
-
"computed": false
|
|
1434
|
-
},
|
|
1435
|
-
{
|
|
1436
|
-
"type": "propertySignature",
|
|
1437
|
-
"key": {
|
|
1438
|
-
"type": "identifier",
|
|
1439
|
-
"name": "data"
|
|
1440
|
-
},
|
|
1441
|
-
"annotation": {
|
|
1442
|
-
"type": "keyword",
|
|
1443
|
-
"value": "unknown"
|
|
1444
|
-
},
|
|
1445
|
-
"computed": false
|
|
1446
|
-
}
|
|
1447
|
-
]
|
|
1524
|
+
"type": "keyword",
|
|
1525
|
+
"value": "string"
|
|
1448
1526
|
},
|
|
1449
1527
|
"optional": true,
|
|
1450
1528
|
"computed": false
|
|
1451
1529
|
}
|
|
1530
|
+
],
|
|
1531
|
+
"extends": [
|
|
1532
|
+
{
|
|
1533
|
+
"type": "expressionWithTypeArguments",
|
|
1534
|
+
"expression": {
|
|
1535
|
+
"type": "identifier",
|
|
1536
|
+
"name": "ContextConf"
|
|
1537
|
+
}
|
|
1538
|
+
}
|
|
1452
1539
|
]
|
|
1540
|
+
}
|
|
1541
|
+
]
|
|
1542
|
+
},
|
|
1543
|
+
"visual-builder.pre-generated-config-preview": {
|
|
1544
|
+
"properties": [
|
|
1545
|
+
{
|
|
1546
|
+
"name": "previewUrl",
|
|
1547
|
+
"annotation": {
|
|
1548
|
+
"type": "keyword",
|
|
1549
|
+
"value": "string"
|
|
1550
|
+
}
|
|
1453
1551
|
},
|
|
1454
1552
|
{
|
|
1455
|
-
"
|
|
1456
|
-
"name": "Position",
|
|
1553
|
+
"name": "container",
|
|
1457
1554
|
"annotation": {
|
|
1458
|
-
"type": "
|
|
1459
|
-
"
|
|
1460
|
-
|
|
1461
|
-
|
|
1462
|
-
|
|
1463
|
-
"optional": false,
|
|
1464
|
-
"elementType": {
|
|
1465
|
-
"type": "keyword",
|
|
1466
|
-
"value": "number"
|
|
1467
|
-
}
|
|
1468
|
-
},
|
|
1469
|
-
{
|
|
1470
|
-
"type": "namedTupleMember",
|
|
1471
|
-
"label": "y",
|
|
1472
|
-
"optional": false,
|
|
1473
|
-
"elementType": {
|
|
1474
|
-
"type": "keyword",
|
|
1475
|
-
"value": "number"
|
|
1476
|
-
}
|
|
1477
|
-
}
|
|
1478
|
-
]
|
|
1555
|
+
"type": "reference",
|
|
1556
|
+
"typeName": {
|
|
1557
|
+
"type": "identifier",
|
|
1558
|
+
"name": "ContainerType"
|
|
1559
|
+
}
|
|
1479
1560
|
}
|
|
1480
1561
|
},
|
|
1481
1562
|
{
|
|
1482
|
-
"
|
|
1483
|
-
"name": "OpenInfo",
|
|
1484
|
-
"body": [
|
|
1485
|
-
{
|
|
1486
|
-
"type": "propertySignature",
|
|
1487
|
-
"key": {
|
|
1488
|
-
"type": "identifier",
|
|
1489
|
-
"name": "position"
|
|
1490
|
-
},
|
|
1491
|
-
"annotation": {
|
|
1492
|
-
"type": "reference",
|
|
1493
|
-
"typeName": {
|
|
1494
|
-
"type": "identifier",
|
|
1495
|
-
"name": "Position"
|
|
1496
|
-
}
|
|
1497
|
-
},
|
|
1498
|
-
"computed": false,
|
|
1499
|
-
"description": "通常设为 `[EVENT.clientX, EVENT.clientY]`"
|
|
1500
|
-
}
|
|
1501
|
-
]
|
|
1502
|
-
}
|
|
1503
|
-
]
|
|
1504
|
-
},
|
|
1505
|
-
"visual-builder.chat-conversation": {
|
|
1506
|
-
"properties": [
|
|
1507
|
-
{
|
|
1508
|
-
"name": "messages",
|
|
1563
|
+
"name": "attrList",
|
|
1509
1564
|
"annotation": {
|
|
1510
1565
|
"type": "array",
|
|
1511
1566
|
"elementType": {
|
|
1512
1567
|
"type": "reference",
|
|
1513
1568
|
"typeName": {
|
|
1514
1569
|
"type": "identifier",
|
|
1515
|
-
"name": "
|
|
1570
|
+
"name": "ObjectAttr"
|
|
1516
1571
|
}
|
|
1517
1572
|
}
|
|
1518
1573
|
}
|
|
1519
1574
|
},
|
|
1520
1575
|
{
|
|
1521
|
-
"name": "
|
|
1576
|
+
"name": "mockList",
|
|
1522
1577
|
"annotation": {
|
|
1523
|
-
"type": "
|
|
1524
|
-
"
|
|
1525
|
-
|
|
1526
|
-
|
|
1527
|
-
|
|
1528
|
-
|
|
1529
|
-
|
|
1530
|
-
|
|
1531
|
-
|
|
1532
|
-
|
|
1533
|
-
|
|
1534
|
-
|
|
1535
|
-
|
|
1536
|
-
|
|
1537
|
-
|
|
1538
|
-
|
|
1539
|
-
|
|
1578
|
+
"type": "array",
|
|
1579
|
+
"elementType": {
|
|
1580
|
+
"type": "reference",
|
|
1581
|
+
"typeName": {
|
|
1582
|
+
"type": "identifier",
|
|
1583
|
+
"name": "Record"
|
|
1584
|
+
},
|
|
1585
|
+
"typeParameters": {
|
|
1586
|
+
"type": "typeParameterInstantiation",
|
|
1587
|
+
"params": [
|
|
1588
|
+
{
|
|
1589
|
+
"type": "keyword",
|
|
1590
|
+
"value": "string"
|
|
1591
|
+
},
|
|
1592
|
+
{
|
|
1593
|
+
"type": "keyword",
|
|
1594
|
+
"value": "unknown"
|
|
1595
|
+
}
|
|
1596
|
+
]
|
|
1540
1597
|
}
|
|
1541
1598
|
}
|
|
1542
1599
|
}
|
|
1543
1600
|
}
|
|
1544
1601
|
],
|
|
1602
|
+
"events": [],
|
|
1545
1603
|
"methods": [],
|
|
1546
1604
|
"types": [
|
|
1605
|
+
{
|
|
1606
|
+
"type": "typeAlias",
|
|
1607
|
+
"name": "ContainerType",
|
|
1608
|
+
"annotation": {
|
|
1609
|
+
"type": "union",
|
|
1610
|
+
"types": [
|
|
1611
|
+
{
|
|
1612
|
+
"type": "jsLiteral",
|
|
1613
|
+
"value": "table"
|
|
1614
|
+
},
|
|
1615
|
+
{
|
|
1616
|
+
"type": "jsLiteral",
|
|
1617
|
+
"value": "descriptions"
|
|
1618
|
+
}
|
|
1619
|
+
]
|
|
1620
|
+
}
|
|
1621
|
+
},
|
|
1547
1622
|
{
|
|
1548
1623
|
"type": "interface",
|
|
1549
|
-
"name": "
|
|
1624
|
+
"name": "ObjectAttr",
|
|
1550
1625
|
"body": [
|
|
1551
1626
|
{
|
|
1552
1627
|
"type": "propertySignature",
|
|
1553
1628
|
"key": {
|
|
1554
1629
|
"type": "identifier",
|
|
1555
|
-
"name": "
|
|
1556
|
-
},
|
|
1557
|
-
"annotation": {
|
|
1558
|
-
"type": "union",
|
|
1559
|
-
"types": [
|
|
1560
|
-
{
|
|
1561
|
-
"type": "jsLiteral",
|
|
1562
|
-
"value": "user"
|
|
1563
|
-
},
|
|
1564
|
-
{
|
|
1565
|
-
"type": "jsLiteral",
|
|
1566
|
-
"value": "assistant"
|
|
1567
|
-
}
|
|
1568
|
-
]
|
|
1569
|
-
},
|
|
1570
|
-
"computed": false
|
|
1571
|
-
},
|
|
1572
|
-
{
|
|
1573
|
-
"type": "propertySignature",
|
|
1574
|
-
"key": {
|
|
1575
|
-
"type": "identifier",
|
|
1576
|
-
"name": "content"
|
|
1630
|
+
"name": "id"
|
|
1577
1631
|
},
|
|
1578
1632
|
"annotation": {
|
|
1579
1633
|
"type": "keyword",
|
|
@@ -1585,11 +1639,11 @@
|
|
|
1585
1639
|
"type": "propertySignature",
|
|
1586
1640
|
"key": {
|
|
1587
1641
|
"type": "identifier",
|
|
1588
|
-
"name": "
|
|
1642
|
+
"name": "name"
|
|
1589
1643
|
},
|
|
1590
1644
|
"annotation": {
|
|
1591
1645
|
"type": "keyword",
|
|
1592
|
-
"value": "
|
|
1646
|
+
"value": "string"
|
|
1593
1647
|
},
|
|
1594
1648
|
"computed": false
|
|
1595
1649
|
},
|
|
@@ -1597,11 +1651,14 @@
|
|
|
1597
1651
|
"type": "propertySignature",
|
|
1598
1652
|
"key": {
|
|
1599
1653
|
"type": "identifier",
|
|
1600
|
-
"name": "
|
|
1654
|
+
"name": "enum"
|
|
1601
1655
|
},
|
|
1602
1656
|
"annotation": {
|
|
1603
|
-
"type": "
|
|
1604
|
-
"
|
|
1657
|
+
"type": "array",
|
|
1658
|
+
"elementType": {
|
|
1659
|
+
"type": "keyword",
|
|
1660
|
+
"value": "unknown"
|
|
1661
|
+
}
|
|
1605
1662
|
},
|
|
1606
1663
|
"optional": true,
|
|
1607
1664
|
"computed": false
|
|
@@ -1610,11 +1667,14 @@
|
|
|
1610
1667
|
"type": "propertySignature",
|
|
1611
1668
|
"key": {
|
|
1612
1669
|
"type": "identifier",
|
|
1613
|
-
"name": "
|
|
1670
|
+
"name": "config"
|
|
1614
1671
|
},
|
|
1615
1672
|
"annotation": {
|
|
1616
|
-
"type": "
|
|
1617
|
-
"
|
|
1673
|
+
"type": "reference",
|
|
1674
|
+
"typeName": {
|
|
1675
|
+
"type": "identifier",
|
|
1676
|
+
"name": "VisualConfig"
|
|
1677
|
+
}
|
|
1618
1678
|
},
|
|
1619
1679
|
"optional": true,
|
|
1620
1680
|
"computed": false
|
|
@@ -1623,167 +1683,98 @@
|
|
|
1623
1683
|
}
|
|
1624
1684
|
]
|
|
1625
1685
|
},
|
|
1626
|
-
"visual-builder.
|
|
1627
|
-
"type": "provider",
|
|
1628
|
-
"params": [],
|
|
1629
|
-
"returns": {
|
|
1630
|
-
"annotation": {
|
|
1631
|
-
"type": "reference",
|
|
1632
|
-
"typeName": {
|
|
1633
|
-
"type": "identifier",
|
|
1634
|
-
"name": "Promise"
|
|
1635
|
-
},
|
|
1636
|
-
"typeParameters": {
|
|
1637
|
-
"type": "typeParameterInstantiation",
|
|
1638
|
-
"params": [
|
|
1639
|
-
{
|
|
1640
|
-
"type": "keyword",
|
|
1641
|
-
"value": "unknown"
|
|
1642
|
-
}
|
|
1643
|
-
]
|
|
1644
|
-
}
|
|
1645
|
-
}
|
|
1646
|
-
}
|
|
1647
|
-
},
|
|
1648
|
-
"visual-builder.raw-data-preview": {
|
|
1686
|
+
"visual-builder.generate-snippets-context-menu": {
|
|
1649
1687
|
"properties": [
|
|
1650
1688
|
{
|
|
1651
|
-
"name": "
|
|
1652
|
-
"annotation": {
|
|
1653
|
-
"type": "keyword",
|
|
1654
|
-
"value": "string"
|
|
1655
|
-
}
|
|
1656
|
-
},
|
|
1657
|
-
{
|
|
1658
|
-
"name": "generations",
|
|
1659
|
-
"annotation": {
|
|
1660
|
-
"type": "array",
|
|
1661
|
-
"elementType": {
|
|
1662
|
-
"type": "reference",
|
|
1663
|
-
"typeName": {
|
|
1664
|
-
"type": "identifier",
|
|
1665
|
-
"name": "AttributeGeneration"
|
|
1666
|
-
}
|
|
1667
|
-
}
|
|
1668
|
-
}
|
|
1669
|
-
},
|
|
1670
|
-
{
|
|
1671
|
-
"name": "mocks",
|
|
1689
|
+
"name": "options",
|
|
1672
1690
|
"annotation": {
|
|
1673
1691
|
"type": "array",
|
|
1674
1692
|
"elementType": {
|
|
1675
1693
|
"type": "reference",
|
|
1676
1694
|
"typeName": {
|
|
1677
1695
|
"type": "identifier",
|
|
1678
|
-
"name": "
|
|
1679
|
-
},
|
|
1680
|
-
"typeParameters": {
|
|
1681
|
-
"type": "typeParameterInstantiation",
|
|
1682
|
-
"params": [
|
|
1683
|
-
{
|
|
1684
|
-
"type": "keyword",
|
|
1685
|
-
"value": "string"
|
|
1686
|
-
},
|
|
1687
|
-
{
|
|
1688
|
-
"type": "keyword",
|
|
1689
|
-
"value": "unknown"
|
|
1690
|
-
}
|
|
1691
|
-
]
|
|
1696
|
+
"name": "SnippetOption"
|
|
1692
1697
|
}
|
|
1693
1698
|
}
|
|
1694
1699
|
}
|
|
1695
1700
|
},
|
|
1696
1701
|
{
|
|
1697
|
-
"name": "
|
|
1702
|
+
"name": "active",
|
|
1698
1703
|
"annotation": {
|
|
1699
1704
|
"type": "keyword",
|
|
1700
1705
|
"value": "boolean"
|
|
1701
1706
|
}
|
|
1702
1707
|
},
|
|
1703
1708
|
{
|
|
1704
|
-
"name": "
|
|
1705
|
-
"annotation": {
|
|
1706
|
-
"type": "reference",
|
|
1707
|
-
"typeName": {
|
|
1708
|
-
"type": "identifier",
|
|
1709
|
-
"name": "PreviewCategory"
|
|
1710
|
-
}
|
|
1711
|
-
}
|
|
1712
|
-
},
|
|
1713
|
-
{
|
|
1714
|
-
"name": "theme",
|
|
1715
|
-
"annotation": {
|
|
1716
|
-
"type": "keyword",
|
|
1717
|
-
"value": "string"
|
|
1718
|
-
}
|
|
1719
|
-
},
|
|
1720
|
-
{
|
|
1721
|
-
"name": "uiVersion",
|
|
1722
|
-
"annotation": {
|
|
1723
|
-
"type": "keyword",
|
|
1724
|
-
"value": "string"
|
|
1725
|
-
}
|
|
1726
|
-
},
|
|
1727
|
-
{
|
|
1728
|
-
"name": "app",
|
|
1709
|
+
"name": "position",
|
|
1729
1710
|
"annotation": {
|
|
1730
1711
|
"type": "reference",
|
|
1731
1712
|
"typeName": {
|
|
1732
1713
|
"type": "identifier",
|
|
1733
|
-
"name": "
|
|
1714
|
+
"name": "Position"
|
|
1734
1715
|
}
|
|
1735
1716
|
}
|
|
1736
1717
|
}
|
|
1737
1718
|
],
|
|
1738
1719
|
"events": [
|
|
1739
1720
|
{
|
|
1740
|
-
"name": "
|
|
1721
|
+
"name": "item.drag.start",
|
|
1741
1722
|
"detail": {
|
|
1742
1723
|
"annotation": {
|
|
1743
1724
|
"type": "reference",
|
|
1744
1725
|
"typeName": {
|
|
1745
1726
|
"type": "identifier",
|
|
1746
|
-
"name": "
|
|
1727
|
+
"name": "SnippetItem"
|
|
1747
1728
|
}
|
|
1748
1729
|
}
|
|
1749
1730
|
}
|
|
1750
1731
|
},
|
|
1751
1732
|
{
|
|
1752
|
-
"name": "
|
|
1733
|
+
"name": "item.drag.end",
|
|
1753
1734
|
"detail": {
|
|
1754
1735
|
"annotation": {
|
|
1755
1736
|
"type": "reference",
|
|
1756
1737
|
"typeName": {
|
|
1757
1738
|
"type": "identifier",
|
|
1758
|
-
"name": "
|
|
1739
|
+
"name": "SnippetItem"
|
|
1759
1740
|
}
|
|
1760
1741
|
}
|
|
1761
1742
|
}
|
|
1762
|
-
}
|
|
1743
|
+
}
|
|
1744
|
+
],
|
|
1745
|
+
"methods": [
|
|
1763
1746
|
{
|
|
1764
|
-
"name": "
|
|
1765
|
-
"
|
|
1766
|
-
|
|
1767
|
-
"
|
|
1768
|
-
"
|
|
1769
|
-
"type": "
|
|
1770
|
-
"
|
|
1747
|
+
"name": "open",
|
|
1748
|
+
"params": [
|
|
1749
|
+
{
|
|
1750
|
+
"name": "param_1",
|
|
1751
|
+
"annotation": {
|
|
1752
|
+
"type": "reference",
|
|
1753
|
+
"typeName": {
|
|
1754
|
+
"type": "identifier",
|
|
1755
|
+
"name": "OpenInfo"
|
|
1756
|
+
}
|
|
1771
1757
|
}
|
|
1772
1758
|
}
|
|
1773
|
-
|
|
1759
|
+
],
|
|
1760
|
+
"returns": {}
|
|
1761
|
+
},
|
|
1762
|
+
{
|
|
1763
|
+
"name": "close",
|
|
1764
|
+
"params": [],
|
|
1765
|
+
"returns": {}
|
|
1774
1766
|
}
|
|
1775
1767
|
],
|
|
1776
|
-
"methods": [],
|
|
1777
1768
|
"types": [
|
|
1778
1769
|
{
|
|
1779
1770
|
"type": "interface",
|
|
1780
|
-
"name": "
|
|
1771
|
+
"name": "SnippetOption",
|
|
1781
1772
|
"body": [
|
|
1782
1773
|
{
|
|
1783
1774
|
"type": "propertySignature",
|
|
1784
1775
|
"key": {
|
|
1785
1776
|
"type": "identifier",
|
|
1786
|
-
"name": "
|
|
1777
|
+
"name": "title"
|
|
1787
1778
|
},
|
|
1788
1779
|
"annotation": {
|
|
1789
1780
|
"type": "keyword",
|
|
@@ -1796,7 +1787,32 @@
|
|
|
1796
1787
|
"type": "propertySignature",
|
|
1797
1788
|
"key": {
|
|
1798
1789
|
"type": "identifier",
|
|
1799
|
-
"name": "
|
|
1790
|
+
"name": "children"
|
|
1791
|
+
},
|
|
1792
|
+
"annotation": {
|
|
1793
|
+
"type": "array",
|
|
1794
|
+
"elementType": {
|
|
1795
|
+
"type": "reference",
|
|
1796
|
+
"typeName": {
|
|
1797
|
+
"type": "identifier",
|
|
1798
|
+
"name": "SnippetItem"
|
|
1799
|
+
}
|
|
1800
|
+
}
|
|
1801
|
+
},
|
|
1802
|
+
"optional": true,
|
|
1803
|
+
"computed": false
|
|
1804
|
+
}
|
|
1805
|
+
]
|
|
1806
|
+
},
|
|
1807
|
+
{
|
|
1808
|
+
"type": "interface",
|
|
1809
|
+
"name": "SnippetItem",
|
|
1810
|
+
"body": [
|
|
1811
|
+
{
|
|
1812
|
+
"type": "propertySignature",
|
|
1813
|
+
"key": {
|
|
1814
|
+
"type": "identifier",
|
|
1815
|
+
"name": "text"
|
|
1800
1816
|
},
|
|
1801
1817
|
"annotation": {
|
|
1802
1818
|
"type": "keyword",
|
|
@@ -1808,43 +1824,49 @@
|
|
|
1808
1824
|
"type": "propertySignature",
|
|
1809
1825
|
"key": {
|
|
1810
1826
|
"type": "identifier",
|
|
1811
|
-
"name": "
|
|
1827
|
+
"name": "icon"
|
|
1812
1828
|
},
|
|
1813
1829
|
"annotation": {
|
|
1814
|
-
"type": "
|
|
1815
|
-
"
|
|
1830
|
+
"type": "reference",
|
|
1831
|
+
"typeName": {
|
|
1832
|
+
"type": "identifier",
|
|
1833
|
+
"name": "GeneralIconProps"
|
|
1834
|
+
}
|
|
1816
1835
|
},
|
|
1836
|
+
"optional": true,
|
|
1817
1837
|
"computed": false
|
|
1818
1838
|
},
|
|
1819
1839
|
{
|
|
1820
1840
|
"type": "propertySignature",
|
|
1821
1841
|
"key": {
|
|
1822
1842
|
"type": "identifier",
|
|
1823
|
-
"name": "
|
|
1843
|
+
"name": "disabled"
|
|
1824
1844
|
},
|
|
1825
1845
|
"annotation": {
|
|
1826
1846
|
"type": "keyword",
|
|
1827
|
-
"value": "
|
|
1847
|
+
"value": "boolean"
|
|
1828
1848
|
},
|
|
1849
|
+
"optional": true,
|
|
1829
1850
|
"computed": false
|
|
1830
1851
|
},
|
|
1831
1852
|
{
|
|
1832
1853
|
"type": "propertySignature",
|
|
1833
1854
|
"key": {
|
|
1834
1855
|
"type": "identifier",
|
|
1835
|
-
"name": "
|
|
1856
|
+
"name": "hidden"
|
|
1836
1857
|
},
|
|
1837
1858
|
"annotation": {
|
|
1838
1859
|
"type": "keyword",
|
|
1839
|
-
"value": "
|
|
1860
|
+
"value": "boolean"
|
|
1840
1861
|
},
|
|
1862
|
+
"optional": true,
|
|
1841
1863
|
"computed": false
|
|
1842
1864
|
},
|
|
1843
1865
|
{
|
|
1844
1866
|
"type": "propertySignature",
|
|
1845
1867
|
"key": {
|
|
1846
1868
|
"type": "identifier",
|
|
1847
|
-
"name": "
|
|
1869
|
+
"name": "tooltip"
|
|
1848
1870
|
},
|
|
1849
1871
|
"annotation": {
|
|
1850
1872
|
"type": "keyword",
|
|
@@ -1857,213 +1879,235 @@
|
|
|
1857
1879
|
"type": "propertySignature",
|
|
1858
1880
|
"key": {
|
|
1859
1881
|
"type": "identifier",
|
|
1860
|
-
"name": "
|
|
1882
|
+
"name": "dragConf"
|
|
1861
1883
|
},
|
|
1862
1884
|
"annotation": {
|
|
1863
|
-
"type": "
|
|
1885
|
+
"type": "typeLiteral",
|
|
1886
|
+
"members": [
|
|
1887
|
+
{
|
|
1888
|
+
"type": "propertySignature",
|
|
1889
|
+
"key": {
|
|
1890
|
+
"type": "identifier",
|
|
1891
|
+
"name": "format"
|
|
1892
|
+
},
|
|
1893
|
+
"annotation": {
|
|
1894
|
+
"type": "keyword",
|
|
1895
|
+
"value": "string"
|
|
1896
|
+
},
|
|
1897
|
+
"computed": false
|
|
1898
|
+
},
|
|
1899
|
+
{
|
|
1900
|
+
"type": "propertySignature",
|
|
1901
|
+
"key": {
|
|
1902
|
+
"type": "identifier",
|
|
1903
|
+
"name": "data"
|
|
1904
|
+
},
|
|
1905
|
+
"annotation": {
|
|
1906
|
+
"type": "keyword",
|
|
1907
|
+
"value": "unknown"
|
|
1908
|
+
},
|
|
1909
|
+
"computed": false
|
|
1910
|
+
}
|
|
1911
|
+
]
|
|
1912
|
+
},
|
|
1913
|
+
"optional": true,
|
|
1914
|
+
"computed": false
|
|
1915
|
+
}
|
|
1916
|
+
]
|
|
1917
|
+
},
|
|
1918
|
+
{
|
|
1919
|
+
"type": "typeAlias",
|
|
1920
|
+
"name": "Position",
|
|
1921
|
+
"annotation": {
|
|
1922
|
+
"type": "tuple",
|
|
1923
|
+
"elementTypes": [
|
|
1924
|
+
{
|
|
1925
|
+
"type": "namedTupleMember",
|
|
1926
|
+
"label": "x",
|
|
1927
|
+
"optional": false,
|
|
1864
1928
|
"elementType": {
|
|
1865
1929
|
"type": "keyword",
|
|
1866
|
-
"value": "
|
|
1930
|
+
"value": "number"
|
|
1867
1931
|
}
|
|
1868
1932
|
},
|
|
1869
|
-
|
|
1870
|
-
|
|
1871
|
-
|
|
1933
|
+
{
|
|
1934
|
+
"type": "namedTupleMember",
|
|
1935
|
+
"label": "y",
|
|
1936
|
+
"optional": false,
|
|
1937
|
+
"elementType": {
|
|
1938
|
+
"type": "keyword",
|
|
1939
|
+
"value": "number"
|
|
1940
|
+
}
|
|
1941
|
+
}
|
|
1942
|
+
]
|
|
1943
|
+
}
|
|
1944
|
+
},
|
|
1945
|
+
{
|
|
1946
|
+
"type": "interface",
|
|
1947
|
+
"name": "OpenInfo",
|
|
1948
|
+
"body": [
|
|
1872
1949
|
{
|
|
1873
1950
|
"type": "propertySignature",
|
|
1874
1951
|
"key": {
|
|
1875
1952
|
"type": "identifier",
|
|
1876
|
-
"name": "
|
|
1953
|
+
"name": "position"
|
|
1877
1954
|
},
|
|
1878
1955
|
"annotation": {
|
|
1879
|
-
"type": "
|
|
1880
|
-
"
|
|
1956
|
+
"type": "reference",
|
|
1957
|
+
"typeName": {
|
|
1958
|
+
"type": "identifier",
|
|
1959
|
+
"name": "Position"
|
|
1960
|
+
}
|
|
1961
|
+
},
|
|
1962
|
+
"computed": false,
|
|
1963
|
+
"description": "通常设为 `[EVENT.clientX, EVENT.clientY]`"
|
|
1964
|
+
}
|
|
1965
|
+
]
|
|
1966
|
+
}
|
|
1967
|
+
]
|
|
1968
|
+
},
|
|
1969
|
+
"visual-builder.chat-conversation": {
|
|
1970
|
+
"properties": [
|
|
1971
|
+
{
|
|
1972
|
+
"name": "messages",
|
|
1973
|
+
"annotation": {
|
|
1974
|
+
"type": "array",
|
|
1975
|
+
"elementType": {
|
|
1976
|
+
"type": "reference",
|
|
1977
|
+
"typeName": {
|
|
1978
|
+
"type": "identifier",
|
|
1979
|
+
"name": "Message"
|
|
1980
|
+
}
|
|
1981
|
+
}
|
|
1982
|
+
}
|
|
1983
|
+
},
|
|
1984
|
+
{
|
|
1985
|
+
"name": "errorBoundary",
|
|
1986
|
+
"annotation": {
|
|
1987
|
+
"type": "keyword",
|
|
1988
|
+
"value": "boolean"
|
|
1989
|
+
}
|
|
1990
|
+
}
|
|
1991
|
+
],
|
|
1992
|
+
"events": [
|
|
1993
|
+
{
|
|
1994
|
+
"name": "storyboard.update",
|
|
1995
|
+
"detail": {
|
|
1996
|
+
"annotation": {
|
|
1997
|
+
"type": "array",
|
|
1998
|
+
"elementType": {
|
|
1999
|
+
"type": "reference",
|
|
2000
|
+
"typeName": {
|
|
2001
|
+
"type": "identifier",
|
|
2002
|
+
"name": "BrickConf"
|
|
2003
|
+
}
|
|
2004
|
+
}
|
|
2005
|
+
}
|
|
2006
|
+
}
|
|
2007
|
+
}
|
|
2008
|
+
],
|
|
2009
|
+
"methods": [],
|
|
2010
|
+
"types": [
|
|
2011
|
+
{
|
|
2012
|
+
"type": "interface",
|
|
2013
|
+
"name": "Message",
|
|
2014
|
+
"body": [
|
|
2015
|
+
{
|
|
2016
|
+
"type": "propertySignature",
|
|
2017
|
+
"key": {
|
|
2018
|
+
"type": "identifier",
|
|
2019
|
+
"name": "role"
|
|
2020
|
+
},
|
|
2021
|
+
"annotation": {
|
|
2022
|
+
"type": "union",
|
|
2023
|
+
"types": [
|
|
2024
|
+
{
|
|
2025
|
+
"type": "jsLiteral",
|
|
2026
|
+
"value": "user"
|
|
2027
|
+
},
|
|
2028
|
+
{
|
|
2029
|
+
"type": "jsLiteral",
|
|
2030
|
+
"value": "assistant"
|
|
2031
|
+
}
|
|
2032
|
+
]
|
|
1881
2033
|
},
|
|
1882
|
-
"optional": true,
|
|
1883
2034
|
"computed": false
|
|
1884
2035
|
},
|
|
1885
2036
|
{
|
|
1886
2037
|
"type": "propertySignature",
|
|
1887
2038
|
"key": {
|
|
1888
2039
|
"type": "identifier",
|
|
1889
|
-
"name": "
|
|
2040
|
+
"name": "content"
|
|
1890
2041
|
},
|
|
1891
2042
|
"annotation": {
|
|
1892
2043
|
"type": "keyword",
|
|
1893
2044
|
"value": "string"
|
|
1894
2045
|
},
|
|
1895
|
-
"optional": true,
|
|
1896
2046
|
"computed": false
|
|
1897
2047
|
},
|
|
1898
2048
|
{
|
|
1899
2049
|
"type": "propertySignature",
|
|
1900
2050
|
"key": {
|
|
1901
2051
|
"type": "identifier",
|
|
1902
|
-
"name": "
|
|
2052
|
+
"name": "key"
|
|
1903
2053
|
},
|
|
1904
2054
|
"annotation": {
|
|
1905
2055
|
"type": "keyword",
|
|
1906
|
-
"value": "
|
|
2056
|
+
"value": "number"
|
|
1907
2057
|
},
|
|
1908
|
-
"optional": true,
|
|
1909
2058
|
"computed": false
|
|
1910
2059
|
},
|
|
1911
2060
|
{
|
|
1912
2061
|
"type": "propertySignature",
|
|
1913
2062
|
"key": {
|
|
1914
2063
|
"type": "identifier",
|
|
1915
|
-
"name": "
|
|
2064
|
+
"name": "partial"
|
|
1916
2065
|
},
|
|
1917
2066
|
"annotation": {
|
|
1918
|
-
"type": "
|
|
1919
|
-
"
|
|
1920
|
-
{
|
|
1921
|
-
"type": "array",
|
|
1922
|
-
"elementType": {
|
|
1923
|
-
"type": "reference",
|
|
1924
|
-
"typeName": {
|
|
1925
|
-
"type": "identifier",
|
|
1926
|
-
"name": "VisualConfig"
|
|
1927
|
-
}
|
|
1928
|
-
}
|
|
1929
|
-
},
|
|
1930
|
-
{
|
|
1931
|
-
"type": "keyword",
|
|
1932
|
-
"value": "null"
|
|
1933
|
-
}
|
|
1934
|
-
]
|
|
2067
|
+
"type": "keyword",
|
|
2068
|
+
"value": "boolean"
|
|
1935
2069
|
},
|
|
2070
|
+
"optional": true,
|
|
1936
2071
|
"computed": false
|
|
1937
2072
|
},
|
|
1938
2073
|
{
|
|
1939
2074
|
"type": "propertySignature",
|
|
1940
2075
|
"key": {
|
|
1941
2076
|
"type": "identifier",
|
|
1942
|
-
"name": "
|
|
2077
|
+
"name": "failed"
|
|
1943
2078
|
},
|
|
1944
2079
|
"annotation": {
|
|
1945
|
-
"type": "
|
|
1946
|
-
"
|
|
1947
|
-
"type": "reference",
|
|
1948
|
-
"typeName": {
|
|
1949
|
-
"type": "identifier",
|
|
1950
|
-
"name": "Record"
|
|
1951
|
-
},
|
|
1952
|
-
"typeParameters": {
|
|
1953
|
-
"type": "typeParameterInstantiation",
|
|
1954
|
-
"params": [
|
|
1955
|
-
{
|
|
1956
|
-
"type": "keyword",
|
|
1957
|
-
"value": "string"
|
|
1958
|
-
},
|
|
1959
|
-
{
|
|
1960
|
-
"type": "keyword",
|
|
1961
|
-
"value": "unknown"
|
|
1962
|
-
}
|
|
1963
|
-
]
|
|
1964
|
-
}
|
|
1965
|
-
}
|
|
2080
|
+
"type": "keyword",
|
|
2081
|
+
"value": "boolean"
|
|
1966
2082
|
},
|
|
2083
|
+
"optional": true,
|
|
1967
2084
|
"computed": false
|
|
1968
2085
|
}
|
|
1969
2086
|
]
|
|
1970
|
-
}
|
|
1971
|
-
|
|
1972
|
-
|
|
1973
|
-
|
|
1974
|
-
|
|
1975
|
-
|
|
1976
|
-
|
|
1977
|
-
|
|
1978
|
-
|
|
1979
|
-
|
|
1980
|
-
|
|
1981
|
-
|
|
1982
|
-
|
|
1983
|
-
|
|
1984
|
-
|
|
1985
|
-
|
|
1986
|
-
"type": "jsLiteral",
|
|
1987
|
-
"value": "table-column"
|
|
1988
|
-
},
|
|
1989
|
-
{
|
|
1990
|
-
"type": "jsLiteral",
|
|
1991
|
-
"value": "card-item"
|
|
1992
|
-
},
|
|
1993
|
-
{
|
|
1994
|
-
"type": "jsLiteral",
|
|
1995
|
-
"value": "metric-item"
|
|
1996
|
-
},
|
|
2087
|
+
}
|
|
2088
|
+
]
|
|
2089
|
+
},
|
|
2090
|
+
"visual-builder.inject-chat-preview-agent": {
|
|
2091
|
+
"type": "provider",
|
|
2092
|
+
"params": [],
|
|
2093
|
+
"returns": {
|
|
2094
|
+
"annotation": {
|
|
2095
|
+
"type": "reference",
|
|
2096
|
+
"typeName": {
|
|
2097
|
+
"type": "identifier",
|
|
2098
|
+
"name": "Promise"
|
|
2099
|
+
},
|
|
2100
|
+
"typeParameters": {
|
|
2101
|
+
"type": "typeParameterInstantiation",
|
|
2102
|
+
"params": [
|
|
1997
2103
|
{
|
|
1998
|
-
"type": "
|
|
1999
|
-
"value": "
|
|
2104
|
+
"type": "keyword",
|
|
2105
|
+
"value": "unknown"
|
|
2000
2106
|
}
|
|
2001
2107
|
]
|
|
2002
2108
|
}
|
|
2003
|
-
},
|
|
2004
|
-
{
|
|
2005
|
-
"type": "interface",
|
|
2006
|
-
"name": "CommentDetail",
|
|
2007
|
-
"body": [
|
|
2008
|
-
{
|
|
2009
|
-
"type": "propertySignature",
|
|
2010
|
-
"key": {
|
|
2011
|
-
"type": "identifier",
|
|
2012
|
-
"name": "comment"
|
|
2013
|
-
},
|
|
2014
|
-
"annotation": {
|
|
2015
|
-
"type": "keyword",
|
|
2016
|
-
"value": "string"
|
|
2017
|
-
},
|
|
2018
|
-
"computed": false
|
|
2019
|
-
},
|
|
2020
|
-
{
|
|
2021
|
-
"type": "propertySignature",
|
|
2022
|
-
"key": {
|
|
2023
|
-
"type": "identifier",
|
|
2024
|
-
"name": "propertyInstanceId"
|
|
2025
|
-
},
|
|
2026
|
-
"annotation": {
|
|
2027
|
-
"type": "keyword",
|
|
2028
|
-
"value": "string"
|
|
2029
|
-
},
|
|
2030
|
-
"optional": true,
|
|
2031
|
-
"computed": false
|
|
2032
|
-
}
|
|
2033
|
-
]
|
|
2034
|
-
},
|
|
2035
|
-
{
|
|
2036
|
-
"type": "interface",
|
|
2037
|
-
"name": "ApproveDetail",
|
|
2038
|
-
"body": [
|
|
2039
|
-
{
|
|
2040
|
-
"type": "propertySignature",
|
|
2041
|
-
"key": {
|
|
2042
|
-
"type": "identifier",
|
|
2043
|
-
"name": "approved"
|
|
2044
|
-
},
|
|
2045
|
-
"annotation": {
|
|
2046
|
-
"type": "keyword",
|
|
2047
|
-
"value": "boolean"
|
|
2048
|
-
},
|
|
2049
|
-
"computed": false
|
|
2050
|
-
},
|
|
2051
|
-
{
|
|
2052
|
-
"type": "propertySignature",
|
|
2053
|
-
"key": {
|
|
2054
|
-
"type": "identifier",
|
|
2055
|
-
"name": "propertyInstanceId"
|
|
2056
|
-
},
|
|
2057
|
-
"annotation": {
|
|
2058
|
-
"type": "keyword",
|
|
2059
|
-
"value": "string"
|
|
2060
|
-
},
|
|
2061
|
-
"optional": true,
|
|
2062
|
-
"computed": false
|
|
2063
|
-
}
|
|
2064
|
-
]
|
|
2065
2109
|
}
|
|
2066
|
-
|
|
2110
|
+
}
|
|
2067
2111
|
},
|
|
2068
2112
|
"visual-builder.workbench-history-action": {
|
|
2069
2113
|
"properties": [
|
|
@@ -2287,68 +2331,83 @@
|
|
|
2287
2331
|
],
|
|
2288
2332
|
"methods": []
|
|
2289
2333
|
},
|
|
2290
|
-
"visual-builder.
|
|
2334
|
+
"visual-builder.pre-generated-config": {
|
|
2291
2335
|
"properties": [
|
|
2292
2336
|
{
|
|
2293
|
-
"name": "
|
|
2337
|
+
"name": "previewUrl",
|
|
2294
2338
|
"annotation": {
|
|
2295
|
-
"type": "
|
|
2296
|
-
"
|
|
2297
|
-
{
|
|
2298
|
-
"type": "reference",
|
|
2299
|
-
"typeName": {
|
|
2300
|
-
"type": "identifier",
|
|
2301
|
-
"name": "BrickConf"
|
|
2302
|
-
}
|
|
2303
|
-
},
|
|
2304
|
-
{
|
|
2305
|
-
"type": "array",
|
|
2306
|
-
"elementType": {
|
|
2307
|
-
"type": "reference",
|
|
2308
|
-
"typeName": {
|
|
2309
|
-
"type": "identifier",
|
|
2310
|
-
"name": "BrickConf"
|
|
2311
|
-
}
|
|
2312
|
-
}
|
|
2313
|
-
}
|
|
2314
|
-
]
|
|
2339
|
+
"type": "keyword",
|
|
2340
|
+
"value": "string"
|
|
2315
2341
|
}
|
|
2316
2342
|
},
|
|
2317
2343
|
{
|
|
2318
|
-
"name": "
|
|
2344
|
+
"name": "attrList",
|
|
2319
2345
|
"annotation": {
|
|
2320
|
-
"type": "
|
|
2321
|
-
"
|
|
2346
|
+
"type": "array",
|
|
2347
|
+
"elementType": {
|
|
2348
|
+
"type": "reference",
|
|
2349
|
+
"typeName": {
|
|
2350
|
+
"type": "identifier",
|
|
2351
|
+
"name": "ObjectAttr"
|
|
2352
|
+
}
|
|
2353
|
+
}
|
|
2322
2354
|
}
|
|
2323
2355
|
},
|
|
2324
2356
|
{
|
|
2325
|
-
"name": "
|
|
2357
|
+
"name": "mockList",
|
|
2326
2358
|
"annotation": {
|
|
2327
|
-
"type": "
|
|
2328
|
-
"
|
|
2359
|
+
"type": "array",
|
|
2360
|
+
"elementType": {
|
|
2361
|
+
"type": "reference",
|
|
2362
|
+
"typeName": {
|
|
2363
|
+
"type": "identifier",
|
|
2364
|
+
"name": "Record"
|
|
2365
|
+
},
|
|
2366
|
+
"typeParameters": {
|
|
2367
|
+
"type": "typeParameterInstantiation",
|
|
2368
|
+
"params": [
|
|
2369
|
+
{
|
|
2370
|
+
"type": "keyword",
|
|
2371
|
+
"value": "string"
|
|
2372
|
+
},
|
|
2373
|
+
{
|
|
2374
|
+
"type": "keyword",
|
|
2375
|
+
"value": "unknown"
|
|
2376
|
+
}
|
|
2377
|
+
]
|
|
2378
|
+
}
|
|
2379
|
+
}
|
|
2329
2380
|
}
|
|
2330
2381
|
},
|
|
2331
2382
|
{
|
|
2332
|
-
"name": "
|
|
2383
|
+
"name": "containerConfig",
|
|
2333
2384
|
"annotation": {
|
|
2334
2385
|
"type": "reference",
|
|
2335
2386
|
"typeName": {
|
|
2336
2387
|
"type": "identifier",
|
|
2337
|
-
"name": "
|
|
2388
|
+
"name": "ContainerConfig"
|
|
2338
2389
|
}
|
|
2339
2390
|
}
|
|
2340
|
-
},
|
|
2341
|
-
{
|
|
2342
|
-
"name": "inspecting",
|
|
2343
|
-
"annotation": {
|
|
2344
|
-
"type": "keyword",
|
|
2345
|
-
"value": "boolean"
|
|
2346
|
-
}
|
|
2347
2391
|
}
|
|
2348
2392
|
],
|
|
2349
2393
|
"events": [
|
|
2350
2394
|
{
|
|
2351
|
-
"name": "
|
|
2395
|
+
"name": "change",
|
|
2396
|
+
"detail": {
|
|
2397
|
+
"annotation": {
|
|
2398
|
+
"type": "array",
|
|
2399
|
+
"elementType": {
|
|
2400
|
+
"type": "reference",
|
|
2401
|
+
"typeName": {
|
|
2402
|
+
"type": "identifier",
|
|
2403
|
+
"name": "AttrConfig"
|
|
2404
|
+
}
|
|
2405
|
+
}
|
|
2406
|
+
}
|
|
2407
|
+
}
|
|
2408
|
+
},
|
|
2409
|
+
{
|
|
2410
|
+
"name": "brick.change",
|
|
2352
2411
|
"detail": {
|
|
2353
2412
|
"annotation": {
|
|
2354
2413
|
"type": "union",
|
|
@@ -2357,50 +2416,33 @@
|
|
|
2357
2416
|
"type": "reference",
|
|
2358
2417
|
"typeName": {
|
|
2359
2418
|
"type": "identifier",
|
|
2360
|
-
"name": "
|
|
2419
|
+
"name": "BrickConf"
|
|
2361
2420
|
}
|
|
2362
2421
|
},
|
|
2363
2422
|
{
|
|
2364
2423
|
"type": "keyword",
|
|
2365
|
-
"value": "
|
|
2424
|
+
"value": "null"
|
|
2366
2425
|
}
|
|
2367
2426
|
]
|
|
2368
2427
|
}
|
|
2369
2428
|
}
|
|
2370
2429
|
}
|
|
2371
2430
|
],
|
|
2372
|
-
"methods": [
|
|
2373
|
-
{
|
|
2374
|
-
"name": "select",
|
|
2375
|
-
"params": [
|
|
2376
|
-
{
|
|
2377
|
-
"name": "payload",
|
|
2378
|
-
"annotation": {
|
|
2379
|
-
"type": "reference",
|
|
2380
|
-
"typeName": {
|
|
2381
|
-
"type": "identifier",
|
|
2382
|
-
"name": "InspectSelector"
|
|
2383
|
-
}
|
|
2384
|
-
}
|
|
2385
|
-
}
|
|
2386
|
-
],
|
|
2387
|
-
"returns": {}
|
|
2388
|
-
}
|
|
2389
|
-
],
|
|
2431
|
+
"methods": [],
|
|
2390
2432
|
"types": [
|
|
2391
2433
|
{
|
|
2392
2434
|
"type": "interface",
|
|
2393
|
-
"name": "
|
|
2435
|
+
"name": "ObjectAttr",
|
|
2394
2436
|
"body": [
|
|
2395
2437
|
{
|
|
2396
2438
|
"type": "propertySignature",
|
|
2397
2439
|
"key": {
|
|
2398
2440
|
"type": "identifier",
|
|
2399
|
-
"name": "
|
|
2441
|
+
"name": "id"
|
|
2400
2442
|
},
|
|
2401
2443
|
"annotation": {
|
|
2402
|
-
"type": "
|
|
2403
|
-
"value": "
|
|
2444
|
+
"type": "keyword",
|
|
2445
|
+
"value": "string"
|
|
2404
2446
|
},
|
|
2405
2447
|
"computed": false
|
|
2406
2448
|
},
|
|
@@ -2408,119 +2450,466 @@
|
|
|
2408
2450
|
"type": "propertySignature",
|
|
2409
2451
|
"key": {
|
|
2410
2452
|
"type": "identifier",
|
|
2411
|
-
"name": "
|
|
2453
|
+
"name": "name"
|
|
2412
2454
|
},
|
|
2413
2455
|
"annotation": {
|
|
2414
2456
|
"type": "keyword",
|
|
2415
2457
|
"value": "string"
|
|
2416
2458
|
},
|
|
2417
2459
|
"computed": false
|
|
2460
|
+
},
|
|
2461
|
+
{
|
|
2462
|
+
"type": "propertySignature",
|
|
2463
|
+
"key": {
|
|
2464
|
+
"type": "identifier",
|
|
2465
|
+
"name": "enum"
|
|
2466
|
+
},
|
|
2467
|
+
"annotation": {
|
|
2468
|
+
"type": "array",
|
|
2469
|
+
"elementType": {
|
|
2470
|
+
"type": "keyword",
|
|
2471
|
+
"value": "unknown"
|
|
2472
|
+
}
|
|
2473
|
+
},
|
|
2474
|
+
"optional": true,
|
|
2475
|
+
"computed": false
|
|
2476
|
+
},
|
|
2477
|
+
{
|
|
2478
|
+
"type": "propertySignature",
|
|
2479
|
+
"key": {
|
|
2480
|
+
"type": "identifier",
|
|
2481
|
+
"name": "candidates"
|
|
2482
|
+
},
|
|
2483
|
+
"annotation": {
|
|
2484
|
+
"type": "array",
|
|
2485
|
+
"elementType": {
|
|
2486
|
+
"type": "reference",
|
|
2487
|
+
"typeName": {
|
|
2488
|
+
"type": "identifier",
|
|
2489
|
+
"name": "VisualConfig"
|
|
2490
|
+
}
|
|
2491
|
+
}
|
|
2492
|
+
},
|
|
2493
|
+
"optional": true,
|
|
2494
|
+
"computed": false
|
|
2418
2495
|
}
|
|
2419
2496
|
]
|
|
2420
|
-
}
|
|
2421
|
-
]
|
|
2422
|
-
},
|
|
2423
|
-
"visual-builder.property-editor": {
|
|
2424
|
-
"properties": [
|
|
2425
|
-
{
|
|
2426
|
-
"name": "editorName",
|
|
2427
|
-
"annotation": {
|
|
2428
|
-
"type": "keyword",
|
|
2429
|
-
"value": "string"
|
|
2430
|
-
}
|
|
2431
2497
|
},
|
|
2432
2498
|
{
|
|
2433
|
-
"
|
|
2434
|
-
"
|
|
2435
|
-
|
|
2436
|
-
|
|
2437
|
-
|
|
2499
|
+
"type": "interface",
|
|
2500
|
+
"name": "ContainerConfig",
|
|
2501
|
+
"body": [
|
|
2502
|
+
{
|
|
2503
|
+
"type": "propertySignature",
|
|
2504
|
+
"key": {
|
|
2505
|
+
"type": "identifier",
|
|
2506
|
+
"name": "type"
|
|
2507
|
+
},
|
|
2508
|
+
"annotation": {
|
|
2509
|
+
"type": "union",
|
|
2510
|
+
"types": [
|
|
2511
|
+
{
|
|
2512
|
+
"type": "jsLiteral",
|
|
2513
|
+
"value": "table"
|
|
2514
|
+
},
|
|
2515
|
+
{
|
|
2516
|
+
"type": "jsLiteral",
|
|
2517
|
+
"value": "descriptions"
|
|
2518
|
+
},
|
|
2519
|
+
{
|
|
2520
|
+
"type": "jsLiteral",
|
|
2521
|
+
"value": "cards"
|
|
2522
|
+
},
|
|
2523
|
+
{
|
|
2524
|
+
"type": "jsLiteral",
|
|
2525
|
+
"value": "chart"
|
|
2526
|
+
},
|
|
2527
|
+
{
|
|
2528
|
+
"type": "keyword",
|
|
2529
|
+
"value": "null"
|
|
2530
|
+
},
|
|
2531
|
+
{
|
|
2532
|
+
"type": "keyword",
|
|
2533
|
+
"value": "undefined"
|
|
2534
|
+
}
|
|
2535
|
+
]
|
|
2536
|
+
},
|
|
2537
|
+
"computed": false
|
|
2538
|
+
},
|
|
2539
|
+
{
|
|
2540
|
+
"type": "propertySignature",
|
|
2541
|
+
"key": {
|
|
2542
|
+
"type": "identifier",
|
|
2543
|
+
"name": "dataName"
|
|
2544
|
+
},
|
|
2545
|
+
"annotation": {
|
|
2546
|
+
"type": "keyword",
|
|
2547
|
+
"value": "string"
|
|
2548
|
+
},
|
|
2549
|
+
"computed": false
|
|
2550
|
+
},
|
|
2551
|
+
{
|
|
2552
|
+
"type": "propertySignature",
|
|
2553
|
+
"key": {
|
|
2554
|
+
"type": "identifier",
|
|
2555
|
+
"name": "dataType"
|
|
2556
|
+
},
|
|
2557
|
+
"annotation": {
|
|
2558
|
+
"type": "union",
|
|
2559
|
+
"types": [
|
|
2560
|
+
{
|
|
2561
|
+
"type": "jsLiteral",
|
|
2562
|
+
"value": "context"
|
|
2563
|
+
},
|
|
2564
|
+
{
|
|
2565
|
+
"type": "jsLiteral",
|
|
2566
|
+
"value": "state"
|
|
2567
|
+
}
|
|
2568
|
+
]
|
|
2569
|
+
},
|
|
2570
|
+
"optional": true,
|
|
2571
|
+
"computed": false
|
|
2572
|
+
},
|
|
2573
|
+
{
|
|
2574
|
+
"type": "propertySignature",
|
|
2575
|
+
"key": {
|
|
2576
|
+
"type": "identifier",
|
|
2577
|
+
"name": "settings"
|
|
2578
|
+
},
|
|
2579
|
+
"annotation": {
|
|
2580
|
+
"type": "typeLiteral",
|
|
2581
|
+
"members": [
|
|
2582
|
+
{
|
|
2583
|
+
"type": "propertySignature",
|
|
2584
|
+
"key": {
|
|
2585
|
+
"type": "identifier",
|
|
2586
|
+
"name": "pagination"
|
|
2587
|
+
},
|
|
2588
|
+
"annotation": {
|
|
2589
|
+
"type": "keyword",
|
|
2590
|
+
"value": "boolean"
|
|
2591
|
+
},
|
|
2592
|
+
"optional": true,
|
|
2593
|
+
"computed": false
|
|
2594
|
+
},
|
|
2595
|
+
{
|
|
2596
|
+
"type": "propertySignature",
|
|
2597
|
+
"key": {
|
|
2598
|
+
"type": "identifier",
|
|
2599
|
+
"name": "fields"
|
|
2600
|
+
},
|
|
2601
|
+
"annotation": {
|
|
2602
|
+
"type": "reference",
|
|
2603
|
+
"typeName": {
|
|
2604
|
+
"type": "identifier",
|
|
2605
|
+
"name": "Record"
|
|
2606
|
+
},
|
|
2607
|
+
"typeParameters": {
|
|
2608
|
+
"type": "typeParameterInstantiation",
|
|
2609
|
+
"params": [
|
|
2610
|
+
{
|
|
2611
|
+
"type": "keyword",
|
|
2612
|
+
"value": "string"
|
|
2613
|
+
},
|
|
2614
|
+
{
|
|
2615
|
+
"type": "keyword",
|
|
2616
|
+
"value": "string"
|
|
2617
|
+
}
|
|
2618
|
+
]
|
|
2619
|
+
}
|
|
2620
|
+
},
|
|
2621
|
+
"optional": true,
|
|
2622
|
+
"computed": false
|
|
2623
|
+
}
|
|
2624
|
+
]
|
|
2625
|
+
},
|
|
2626
|
+
"optional": true,
|
|
2627
|
+
"computed": false
|
|
2628
|
+
}
|
|
2629
|
+
]
|
|
2438
2630
|
},
|
|
2439
2631
|
{
|
|
2440
|
-
"
|
|
2441
|
-
"
|
|
2442
|
-
|
|
2443
|
-
|
|
2444
|
-
|
|
2445
|
-
|
|
2632
|
+
"type": "interface",
|
|
2633
|
+
"name": "AttrConfig",
|
|
2634
|
+
"body": [
|
|
2635
|
+
{
|
|
2636
|
+
"type": "propertySignature",
|
|
2637
|
+
"key": {
|
|
2638
|
+
"type": "identifier",
|
|
2639
|
+
"name": "id"
|
|
2640
|
+
},
|
|
2641
|
+
"annotation": {
|
|
2642
|
+
"type": "keyword",
|
|
2643
|
+
"value": "string"
|
|
2644
|
+
},
|
|
2645
|
+
"computed": false
|
|
2646
|
+
},
|
|
2647
|
+
{
|
|
2648
|
+
"type": "propertySignature",
|
|
2649
|
+
"key": {
|
|
2650
|
+
"type": "identifier",
|
|
2651
|
+
"name": "name"
|
|
2652
|
+
},
|
|
2653
|
+
"annotation": {
|
|
2654
|
+
"type": "keyword",
|
|
2655
|
+
"value": "string"
|
|
2656
|
+
},
|
|
2657
|
+
"computed": false
|
|
2658
|
+
},
|
|
2659
|
+
{
|
|
2660
|
+
"type": "propertySignature",
|
|
2661
|
+
"key": {
|
|
2662
|
+
"type": "identifier",
|
|
2663
|
+
"name": "config"
|
|
2664
|
+
},
|
|
2665
|
+
"annotation": {
|
|
2666
|
+
"type": "reference",
|
|
2667
|
+
"typeName": {
|
|
2668
|
+
"type": "identifier",
|
|
2669
|
+
"name": "VisualConfig"
|
|
2670
|
+
}
|
|
2671
|
+
},
|
|
2672
|
+
"optional": true,
|
|
2673
|
+
"computed": false
|
|
2674
|
+
}
|
|
2675
|
+
]
|
|
2676
|
+
}
|
|
2677
|
+
]
|
|
2678
|
+
},
|
|
2679
|
+
"visual-builder.chat-preview": {
|
|
2680
|
+
"properties": [
|
|
2446
2681
|
{
|
|
2447
|
-
"name": "
|
|
2682
|
+
"name": "storyboard",
|
|
2448
2683
|
"annotation": {
|
|
2449
|
-
"type": "
|
|
2450
|
-
"
|
|
2451
|
-
|
|
2452
|
-
|
|
2453
|
-
"
|
|
2454
|
-
|
|
2684
|
+
"type": "union",
|
|
2685
|
+
"types": [
|
|
2686
|
+
{
|
|
2687
|
+
"type": "reference",
|
|
2688
|
+
"typeName": {
|
|
2689
|
+
"type": "identifier",
|
|
2690
|
+
"name": "BrickConf"
|
|
2691
|
+
}
|
|
2692
|
+
},
|
|
2693
|
+
{
|
|
2694
|
+
"type": "array",
|
|
2695
|
+
"elementType": {
|
|
2696
|
+
"type": "reference",
|
|
2697
|
+
"typeName": {
|
|
2698
|
+
"type": "identifier",
|
|
2699
|
+
"name": "BrickConf"
|
|
2700
|
+
}
|
|
2701
|
+
}
|
|
2455
2702
|
}
|
|
2456
|
-
|
|
2703
|
+
]
|
|
2457
2704
|
}
|
|
2458
2705
|
},
|
|
2459
2706
|
{
|
|
2460
|
-
"name": "
|
|
2707
|
+
"name": "theme",
|
|
2461
2708
|
"annotation": {
|
|
2462
|
-
"type": "
|
|
2463
|
-
"
|
|
2464
|
-
"type": "reference",
|
|
2465
|
-
"typeName": {
|
|
2466
|
-
"type": "identifier",
|
|
2467
|
-
"name": "BrickPackage"
|
|
2468
|
-
}
|
|
2469
|
-
}
|
|
2709
|
+
"type": "keyword",
|
|
2710
|
+
"value": "string"
|
|
2470
2711
|
}
|
|
2471
2712
|
},
|
|
2472
2713
|
{
|
|
2473
|
-
"name": "
|
|
2714
|
+
"name": "uiVersion",
|
|
2474
2715
|
"annotation": {
|
|
2475
2716
|
"type": "keyword",
|
|
2476
|
-
"value": "
|
|
2717
|
+
"value": "string"
|
|
2477
2718
|
}
|
|
2478
2719
|
},
|
|
2479
2720
|
{
|
|
2480
|
-
"name": "
|
|
2721
|
+
"name": "app",
|
|
2481
2722
|
"annotation": {
|
|
2482
2723
|
"type": "reference",
|
|
2483
2724
|
"typeName": {
|
|
2484
2725
|
"type": "identifier",
|
|
2485
|
-
"name": "
|
|
2726
|
+
"name": "MicroApp"
|
|
2486
2727
|
}
|
|
2487
2728
|
}
|
|
2488
2729
|
},
|
|
2489
2730
|
{
|
|
2490
|
-
"name": "
|
|
2731
|
+
"name": "inspecting",
|
|
2491
2732
|
"annotation": {
|
|
2492
|
-
"type": "
|
|
2493
|
-
"
|
|
2494
|
-
"type": "identifier",
|
|
2495
|
-
"name": "SelectOptions"
|
|
2496
|
-
}
|
|
2733
|
+
"type": "keyword",
|
|
2734
|
+
"value": "boolean"
|
|
2497
2735
|
}
|
|
2498
2736
|
}
|
|
2499
2737
|
],
|
|
2500
2738
|
"events": [
|
|
2501
2739
|
{
|
|
2502
|
-
"name": "
|
|
2740
|
+
"name": "activeTarget.change",
|
|
2503
2741
|
"detail": {
|
|
2504
2742
|
"annotation": {
|
|
2505
|
-
"type": "
|
|
2506
|
-
"
|
|
2507
|
-
|
|
2508
|
-
|
|
2509
|
-
|
|
2510
|
-
|
|
2511
|
-
|
|
2512
|
-
"params": [
|
|
2513
|
-
{
|
|
2514
|
-
"type": "keyword",
|
|
2515
|
-
"value": "string"
|
|
2516
|
-
},
|
|
2517
|
-
{
|
|
2518
|
-
"type": "keyword",
|
|
2519
|
-
"value": "unknown"
|
|
2743
|
+
"type": "union",
|
|
2744
|
+
"types": [
|
|
2745
|
+
{
|
|
2746
|
+
"type": "reference",
|
|
2747
|
+
"typeName": {
|
|
2748
|
+
"type": "identifier",
|
|
2749
|
+
"name": "InspectSelector"
|
|
2520
2750
|
}
|
|
2521
|
-
|
|
2522
|
-
|
|
2523
|
-
|
|
2751
|
+
},
|
|
2752
|
+
{
|
|
2753
|
+
"type": "keyword",
|
|
2754
|
+
"value": "undefined"
|
|
2755
|
+
}
|
|
2756
|
+
]
|
|
2757
|
+
}
|
|
2758
|
+
}
|
|
2759
|
+
}
|
|
2760
|
+
],
|
|
2761
|
+
"methods": [
|
|
2762
|
+
{
|
|
2763
|
+
"name": "select",
|
|
2764
|
+
"params": [
|
|
2765
|
+
{
|
|
2766
|
+
"name": "payload",
|
|
2767
|
+
"annotation": {
|
|
2768
|
+
"type": "reference",
|
|
2769
|
+
"typeName": {
|
|
2770
|
+
"type": "identifier",
|
|
2771
|
+
"name": "InspectSelector"
|
|
2772
|
+
}
|
|
2773
|
+
}
|
|
2774
|
+
}
|
|
2775
|
+
],
|
|
2776
|
+
"returns": {}
|
|
2777
|
+
}
|
|
2778
|
+
],
|
|
2779
|
+
"types": [
|
|
2780
|
+
{
|
|
2781
|
+
"type": "interface",
|
|
2782
|
+
"name": "InspectSelector",
|
|
2783
|
+
"body": [
|
|
2784
|
+
{
|
|
2785
|
+
"type": "propertySignature",
|
|
2786
|
+
"key": {
|
|
2787
|
+
"type": "identifier",
|
|
2788
|
+
"name": "type"
|
|
2789
|
+
},
|
|
2790
|
+
"annotation": {
|
|
2791
|
+
"type": "jsLiteral",
|
|
2792
|
+
"value": "item"
|
|
2793
|
+
},
|
|
2794
|
+
"computed": false
|
|
2795
|
+
},
|
|
2796
|
+
{
|
|
2797
|
+
"type": "propertySignature",
|
|
2798
|
+
"key": {
|
|
2799
|
+
"type": "identifier",
|
|
2800
|
+
"name": "uuid"
|
|
2801
|
+
},
|
|
2802
|
+
"annotation": {
|
|
2803
|
+
"type": "keyword",
|
|
2804
|
+
"value": "string"
|
|
2805
|
+
},
|
|
2806
|
+
"computed": false
|
|
2807
|
+
}
|
|
2808
|
+
]
|
|
2809
|
+
}
|
|
2810
|
+
]
|
|
2811
|
+
},
|
|
2812
|
+
"visual-builder.property-editor": {
|
|
2813
|
+
"properties": [
|
|
2814
|
+
{
|
|
2815
|
+
"name": "editorName",
|
|
2816
|
+
"annotation": {
|
|
2817
|
+
"type": "keyword",
|
|
2818
|
+
"value": "string"
|
|
2819
|
+
}
|
|
2820
|
+
},
|
|
2821
|
+
{
|
|
2822
|
+
"name": "values",
|
|
2823
|
+
"annotation": {
|
|
2824
|
+
"type": "keyword",
|
|
2825
|
+
"value": "any"
|
|
2826
|
+
}
|
|
2827
|
+
},
|
|
2828
|
+
{
|
|
2829
|
+
"name": "advancedMode",
|
|
2830
|
+
"annotation": {
|
|
2831
|
+
"type": "keyword",
|
|
2832
|
+
"value": "boolean"
|
|
2833
|
+
}
|
|
2834
|
+
},
|
|
2835
|
+
{
|
|
2836
|
+
"name": "dataList",
|
|
2837
|
+
"annotation": {
|
|
2838
|
+
"type": "array",
|
|
2839
|
+
"elementType": {
|
|
2840
|
+
"type": "reference",
|
|
2841
|
+
"typeName": {
|
|
2842
|
+
"type": "identifier",
|
|
2843
|
+
"name": "DataItem"
|
|
2844
|
+
}
|
|
2845
|
+
}
|
|
2846
|
+
}
|
|
2847
|
+
},
|
|
2848
|
+
{
|
|
2849
|
+
"name": "editorPackages",
|
|
2850
|
+
"annotation": {
|
|
2851
|
+
"type": "array",
|
|
2852
|
+
"elementType": {
|
|
2853
|
+
"type": "reference",
|
|
2854
|
+
"typeName": {
|
|
2855
|
+
"type": "identifier",
|
|
2856
|
+
"name": "BrickPackage"
|
|
2857
|
+
}
|
|
2858
|
+
}
|
|
2859
|
+
}
|
|
2860
|
+
},
|
|
2861
|
+
{
|
|
2862
|
+
"name": "links",
|
|
2863
|
+
"annotation": {
|
|
2864
|
+
"type": "keyword",
|
|
2865
|
+
"value": "any"
|
|
2866
|
+
}
|
|
2867
|
+
},
|
|
2868
|
+
{
|
|
2869
|
+
"name": "extraLibs",
|
|
2870
|
+
"annotation": {
|
|
2871
|
+
"type": "reference",
|
|
2872
|
+
"typeName": {
|
|
2873
|
+
"type": "identifier",
|
|
2874
|
+
"name": "SelectOptions"
|
|
2875
|
+
}
|
|
2876
|
+
}
|
|
2877
|
+
},
|
|
2878
|
+
{
|
|
2879
|
+
"name": "childSlots",
|
|
2880
|
+
"annotation": {
|
|
2881
|
+
"type": "reference",
|
|
2882
|
+
"typeName": {
|
|
2883
|
+
"type": "identifier",
|
|
2884
|
+
"name": "SelectOptions"
|
|
2885
|
+
}
|
|
2886
|
+
}
|
|
2887
|
+
}
|
|
2888
|
+
],
|
|
2889
|
+
"events": [
|
|
2890
|
+
{
|
|
2891
|
+
"name": "validate.success",
|
|
2892
|
+
"detail": {
|
|
2893
|
+
"annotation": {
|
|
2894
|
+
"type": "reference",
|
|
2895
|
+
"typeName": {
|
|
2896
|
+
"type": "identifier",
|
|
2897
|
+
"name": "Record"
|
|
2898
|
+
},
|
|
2899
|
+
"typeParameters": {
|
|
2900
|
+
"type": "typeParameterInstantiation",
|
|
2901
|
+
"params": [
|
|
2902
|
+
{
|
|
2903
|
+
"type": "keyword",
|
|
2904
|
+
"value": "string"
|
|
2905
|
+
},
|
|
2906
|
+
{
|
|
2907
|
+
"type": "keyword",
|
|
2908
|
+
"value": "unknown"
|
|
2909
|
+
}
|
|
2910
|
+
]
|
|
2911
|
+
}
|
|
2912
|
+
}
|
|
2524
2913
|
}
|
|
2525
2914
|
},
|
|
2526
2915
|
{
|
|
@@ -2571,6 +2960,426 @@
|
|
|
2571
2960
|
}
|
|
2572
2961
|
]
|
|
2573
2962
|
},
|
|
2963
|
+
"visual-builder.raw-data-preview": {
|
|
2964
|
+
"properties": [
|
|
2965
|
+
{
|
|
2966
|
+
"name": "previewUrl",
|
|
2967
|
+
"annotation": {
|
|
2968
|
+
"type": "keyword",
|
|
2969
|
+
"value": "string"
|
|
2970
|
+
}
|
|
2971
|
+
},
|
|
2972
|
+
{
|
|
2973
|
+
"name": "generations",
|
|
2974
|
+
"annotation": {
|
|
2975
|
+
"type": "array",
|
|
2976
|
+
"elementType": {
|
|
2977
|
+
"type": "reference",
|
|
2978
|
+
"typeName": {
|
|
2979
|
+
"type": "identifier",
|
|
2980
|
+
"name": "AttributeGeneration"
|
|
2981
|
+
}
|
|
2982
|
+
}
|
|
2983
|
+
}
|
|
2984
|
+
},
|
|
2985
|
+
{
|
|
2986
|
+
"name": "mocks",
|
|
2987
|
+
"annotation": {
|
|
2988
|
+
"type": "array",
|
|
2989
|
+
"elementType": {
|
|
2990
|
+
"type": "reference",
|
|
2991
|
+
"typeName": {
|
|
2992
|
+
"type": "identifier",
|
|
2993
|
+
"name": "Record"
|
|
2994
|
+
},
|
|
2995
|
+
"typeParameters": {
|
|
2996
|
+
"type": "typeParameterInstantiation",
|
|
2997
|
+
"params": [
|
|
2998
|
+
{
|
|
2999
|
+
"type": "keyword",
|
|
3000
|
+
"value": "string"
|
|
3001
|
+
},
|
|
3002
|
+
{
|
|
3003
|
+
"type": "keyword",
|
|
3004
|
+
"value": "unknown"
|
|
3005
|
+
}
|
|
3006
|
+
]
|
|
3007
|
+
}
|
|
3008
|
+
}
|
|
3009
|
+
}
|
|
3010
|
+
},
|
|
3011
|
+
{
|
|
3012
|
+
"name": "busy",
|
|
3013
|
+
"annotation": {
|
|
3014
|
+
"type": "keyword",
|
|
3015
|
+
"value": "boolean"
|
|
3016
|
+
}
|
|
3017
|
+
},
|
|
3018
|
+
{
|
|
3019
|
+
"name": "category",
|
|
3020
|
+
"annotation": {
|
|
3021
|
+
"type": "reference",
|
|
3022
|
+
"typeName": {
|
|
3023
|
+
"type": "identifier",
|
|
3024
|
+
"name": "PreviewCategory"
|
|
3025
|
+
}
|
|
3026
|
+
}
|
|
3027
|
+
},
|
|
3028
|
+
{
|
|
3029
|
+
"name": "theme",
|
|
3030
|
+
"annotation": {
|
|
3031
|
+
"type": "keyword",
|
|
3032
|
+
"value": "string"
|
|
3033
|
+
}
|
|
3034
|
+
},
|
|
3035
|
+
{
|
|
3036
|
+
"name": "uiVersion",
|
|
3037
|
+
"annotation": {
|
|
3038
|
+
"type": "keyword",
|
|
3039
|
+
"value": "string"
|
|
3040
|
+
}
|
|
3041
|
+
},
|
|
3042
|
+
{
|
|
3043
|
+
"name": "app",
|
|
3044
|
+
"annotation": {
|
|
3045
|
+
"type": "reference",
|
|
3046
|
+
"typeName": {
|
|
3047
|
+
"type": "identifier",
|
|
3048
|
+
"name": "MicroApp"
|
|
3049
|
+
}
|
|
3050
|
+
}
|
|
3051
|
+
}
|
|
3052
|
+
],
|
|
3053
|
+
"events": [
|
|
3054
|
+
{
|
|
3055
|
+
"name": "comment",
|
|
3056
|
+
"detail": {
|
|
3057
|
+
"annotation": {
|
|
3058
|
+
"type": "reference",
|
|
3059
|
+
"typeName": {
|
|
3060
|
+
"type": "identifier",
|
|
3061
|
+
"name": "CommentDetail"
|
|
3062
|
+
}
|
|
3063
|
+
}
|
|
3064
|
+
}
|
|
3065
|
+
},
|
|
3066
|
+
{
|
|
3067
|
+
"name": "approve",
|
|
3068
|
+
"detail": {
|
|
3069
|
+
"annotation": {
|
|
3070
|
+
"type": "reference",
|
|
3071
|
+
"typeName": {
|
|
3072
|
+
"type": "identifier",
|
|
3073
|
+
"name": "ApproveDetail"
|
|
3074
|
+
}
|
|
3075
|
+
}
|
|
3076
|
+
}
|
|
3077
|
+
},
|
|
3078
|
+
{
|
|
3079
|
+
"name": "view.attr.prompt",
|
|
3080
|
+
"detail": {
|
|
3081
|
+
"annotation": {
|
|
3082
|
+
"type": "reference",
|
|
3083
|
+
"typeName": {
|
|
3084
|
+
"type": "identifier",
|
|
3085
|
+
"name": "AttributeGeneration"
|
|
3086
|
+
}
|
|
3087
|
+
}
|
|
3088
|
+
}
|
|
3089
|
+
}
|
|
3090
|
+
],
|
|
3091
|
+
"methods": [],
|
|
3092
|
+
"types": [
|
|
3093
|
+
{
|
|
3094
|
+
"type": "interface",
|
|
3095
|
+
"name": "AttributeGeneration",
|
|
3096
|
+
"body": [
|
|
3097
|
+
{
|
|
3098
|
+
"type": "propertySignature",
|
|
3099
|
+
"key": {
|
|
3100
|
+
"type": "identifier",
|
|
3101
|
+
"name": "generationId"
|
|
3102
|
+
},
|
|
3103
|
+
"annotation": {
|
|
3104
|
+
"type": "keyword",
|
|
3105
|
+
"value": "string"
|
|
3106
|
+
},
|
|
3107
|
+
"optional": true,
|
|
3108
|
+
"computed": false
|
|
3109
|
+
},
|
|
3110
|
+
{
|
|
3111
|
+
"type": "propertySignature",
|
|
3112
|
+
"key": {
|
|
3113
|
+
"type": "identifier",
|
|
3114
|
+
"name": "objectId"
|
|
3115
|
+
},
|
|
3116
|
+
"annotation": {
|
|
3117
|
+
"type": "keyword",
|
|
3118
|
+
"value": "string"
|
|
3119
|
+
},
|
|
3120
|
+
"computed": false
|
|
3121
|
+
},
|
|
3122
|
+
{
|
|
3123
|
+
"type": "propertySignature",
|
|
3124
|
+
"key": {
|
|
3125
|
+
"type": "identifier",
|
|
3126
|
+
"name": "objectName"
|
|
3127
|
+
},
|
|
3128
|
+
"annotation": {
|
|
3129
|
+
"type": "keyword",
|
|
3130
|
+
"value": "string"
|
|
3131
|
+
},
|
|
3132
|
+
"computed": false
|
|
3133
|
+
},
|
|
3134
|
+
{
|
|
3135
|
+
"type": "propertySignature",
|
|
3136
|
+
"key": {
|
|
3137
|
+
"type": "identifier",
|
|
3138
|
+
"name": "propertyId"
|
|
3139
|
+
},
|
|
3140
|
+
"annotation": {
|
|
3141
|
+
"type": "keyword",
|
|
3142
|
+
"value": "string"
|
|
3143
|
+
},
|
|
3144
|
+
"computed": false
|
|
3145
|
+
},
|
|
3146
|
+
{
|
|
3147
|
+
"type": "propertySignature",
|
|
3148
|
+
"key": {
|
|
3149
|
+
"type": "identifier",
|
|
3150
|
+
"name": "propertyName"
|
|
3151
|
+
},
|
|
3152
|
+
"annotation": {
|
|
3153
|
+
"type": "keyword",
|
|
3154
|
+
"value": "string"
|
|
3155
|
+
},
|
|
3156
|
+
"computed": false
|
|
3157
|
+
},
|
|
3158
|
+
{
|
|
3159
|
+
"type": "propertySignature",
|
|
3160
|
+
"key": {
|
|
3161
|
+
"type": "identifier",
|
|
3162
|
+
"name": "propertyType"
|
|
3163
|
+
},
|
|
3164
|
+
"annotation": {
|
|
3165
|
+
"type": "keyword",
|
|
3166
|
+
"value": "string"
|
|
3167
|
+
},
|
|
3168
|
+
"optional": true,
|
|
3169
|
+
"computed": false
|
|
3170
|
+
},
|
|
3171
|
+
{
|
|
3172
|
+
"type": "propertySignature",
|
|
3173
|
+
"key": {
|
|
3174
|
+
"type": "identifier",
|
|
3175
|
+
"name": "propertyValues"
|
|
3176
|
+
},
|
|
3177
|
+
"annotation": {
|
|
3178
|
+
"type": "array",
|
|
3179
|
+
"elementType": {
|
|
3180
|
+
"type": "keyword",
|
|
3181
|
+
"value": "unknown"
|
|
3182
|
+
}
|
|
3183
|
+
},
|
|
3184
|
+
"optional": true,
|
|
3185
|
+
"computed": false
|
|
3186
|
+
},
|
|
3187
|
+
{
|
|
3188
|
+
"type": "propertySignature",
|
|
3189
|
+
"key": {
|
|
3190
|
+
"type": "identifier",
|
|
3191
|
+
"name": "propertyInstanceId"
|
|
3192
|
+
},
|
|
3193
|
+
"annotation": {
|
|
3194
|
+
"type": "keyword",
|
|
3195
|
+
"value": "string"
|
|
3196
|
+
},
|
|
3197
|
+
"optional": true,
|
|
3198
|
+
"computed": false
|
|
3199
|
+
},
|
|
3200
|
+
{
|
|
3201
|
+
"type": "propertySignature",
|
|
3202
|
+
"key": {
|
|
3203
|
+
"type": "identifier",
|
|
3204
|
+
"name": "comment"
|
|
3205
|
+
},
|
|
3206
|
+
"annotation": {
|
|
3207
|
+
"type": "keyword",
|
|
3208
|
+
"value": "string"
|
|
3209
|
+
},
|
|
3210
|
+
"optional": true,
|
|
3211
|
+
"computed": false
|
|
3212
|
+
},
|
|
3213
|
+
{
|
|
3214
|
+
"type": "propertySignature",
|
|
3215
|
+
"key": {
|
|
3216
|
+
"type": "identifier",
|
|
3217
|
+
"name": "approved"
|
|
3218
|
+
},
|
|
3219
|
+
"annotation": {
|
|
3220
|
+
"type": "keyword",
|
|
3221
|
+
"value": "boolean"
|
|
3222
|
+
},
|
|
3223
|
+
"optional": true,
|
|
3224
|
+
"computed": false
|
|
3225
|
+
},
|
|
3226
|
+
{
|
|
3227
|
+
"type": "propertySignature",
|
|
3228
|
+
"key": {
|
|
3229
|
+
"type": "identifier",
|
|
3230
|
+
"name": "candidates"
|
|
3231
|
+
},
|
|
3232
|
+
"annotation": {
|
|
3233
|
+
"type": "union",
|
|
3234
|
+
"types": [
|
|
3235
|
+
{
|
|
3236
|
+
"type": "array",
|
|
3237
|
+
"elementType": {
|
|
3238
|
+
"type": "reference",
|
|
3239
|
+
"typeName": {
|
|
3240
|
+
"type": "identifier",
|
|
3241
|
+
"name": "VisualConfig"
|
|
3242
|
+
}
|
|
3243
|
+
}
|
|
3244
|
+
},
|
|
3245
|
+
{
|
|
3246
|
+
"type": "keyword",
|
|
3247
|
+
"value": "null"
|
|
3248
|
+
}
|
|
3249
|
+
]
|
|
3250
|
+
},
|
|
3251
|
+
"computed": false
|
|
3252
|
+
},
|
|
3253
|
+
{
|
|
3254
|
+
"type": "propertySignature",
|
|
3255
|
+
"key": {
|
|
3256
|
+
"type": "identifier",
|
|
3257
|
+
"name": "mockData"
|
|
3258
|
+
},
|
|
3259
|
+
"annotation": {
|
|
3260
|
+
"type": "array",
|
|
3261
|
+
"elementType": {
|
|
3262
|
+
"type": "reference",
|
|
3263
|
+
"typeName": {
|
|
3264
|
+
"type": "identifier",
|
|
3265
|
+
"name": "Record"
|
|
3266
|
+
},
|
|
3267
|
+
"typeParameters": {
|
|
3268
|
+
"type": "typeParameterInstantiation",
|
|
3269
|
+
"params": [
|
|
3270
|
+
{
|
|
3271
|
+
"type": "keyword",
|
|
3272
|
+
"value": "string"
|
|
3273
|
+
},
|
|
3274
|
+
{
|
|
3275
|
+
"type": "keyword",
|
|
3276
|
+
"value": "unknown"
|
|
3277
|
+
}
|
|
3278
|
+
]
|
|
3279
|
+
}
|
|
3280
|
+
}
|
|
3281
|
+
},
|
|
3282
|
+
"computed": false
|
|
3283
|
+
}
|
|
3284
|
+
]
|
|
3285
|
+
},
|
|
3286
|
+
{
|
|
3287
|
+
"type": "typeAlias",
|
|
3288
|
+
"name": "PreviewCategory",
|
|
3289
|
+
"annotation": {
|
|
3290
|
+
"type": "union",
|
|
3291
|
+
"types": [
|
|
3292
|
+
{
|
|
3293
|
+
"type": "jsLiteral",
|
|
3294
|
+
"value": "detail-item"
|
|
3295
|
+
},
|
|
3296
|
+
{
|
|
3297
|
+
"type": "jsLiteral",
|
|
3298
|
+
"value": "form-item"
|
|
3299
|
+
},
|
|
3300
|
+
{
|
|
3301
|
+
"type": "jsLiteral",
|
|
3302
|
+
"value": "table-column"
|
|
3303
|
+
},
|
|
3304
|
+
{
|
|
3305
|
+
"type": "jsLiteral",
|
|
3306
|
+
"value": "card-item"
|
|
3307
|
+
},
|
|
3308
|
+
{
|
|
3309
|
+
"type": "jsLiteral",
|
|
3310
|
+
"value": "metric-item"
|
|
3311
|
+
},
|
|
3312
|
+
{
|
|
3313
|
+
"type": "jsLiteral",
|
|
3314
|
+
"value": "value"
|
|
3315
|
+
}
|
|
3316
|
+
]
|
|
3317
|
+
}
|
|
3318
|
+
},
|
|
3319
|
+
{
|
|
3320
|
+
"type": "interface",
|
|
3321
|
+
"name": "CommentDetail",
|
|
3322
|
+
"body": [
|
|
3323
|
+
{
|
|
3324
|
+
"type": "propertySignature",
|
|
3325
|
+
"key": {
|
|
3326
|
+
"type": "identifier",
|
|
3327
|
+
"name": "comment"
|
|
3328
|
+
},
|
|
3329
|
+
"annotation": {
|
|
3330
|
+
"type": "keyword",
|
|
3331
|
+
"value": "string"
|
|
3332
|
+
},
|
|
3333
|
+
"computed": false
|
|
3334
|
+
},
|
|
3335
|
+
{
|
|
3336
|
+
"type": "propertySignature",
|
|
3337
|
+
"key": {
|
|
3338
|
+
"type": "identifier",
|
|
3339
|
+
"name": "propertyInstanceId"
|
|
3340
|
+
},
|
|
3341
|
+
"annotation": {
|
|
3342
|
+
"type": "keyword",
|
|
3343
|
+
"value": "string"
|
|
3344
|
+
},
|
|
3345
|
+
"optional": true,
|
|
3346
|
+
"computed": false
|
|
3347
|
+
}
|
|
3348
|
+
]
|
|
3349
|
+
},
|
|
3350
|
+
{
|
|
3351
|
+
"type": "interface",
|
|
3352
|
+
"name": "ApproveDetail",
|
|
3353
|
+
"body": [
|
|
3354
|
+
{
|
|
3355
|
+
"type": "propertySignature",
|
|
3356
|
+
"key": {
|
|
3357
|
+
"type": "identifier",
|
|
3358
|
+
"name": "approved"
|
|
3359
|
+
},
|
|
3360
|
+
"annotation": {
|
|
3361
|
+
"type": "keyword",
|
|
3362
|
+
"value": "boolean"
|
|
3363
|
+
},
|
|
3364
|
+
"computed": false
|
|
3365
|
+
},
|
|
3366
|
+
{
|
|
3367
|
+
"type": "propertySignature",
|
|
3368
|
+
"key": {
|
|
3369
|
+
"type": "identifier",
|
|
3370
|
+
"name": "propertyInstanceId"
|
|
3371
|
+
},
|
|
3372
|
+
"annotation": {
|
|
3373
|
+
"type": "keyword",
|
|
3374
|
+
"value": "string"
|
|
3375
|
+
},
|
|
3376
|
+
"optional": true,
|
|
3377
|
+
"computed": false
|
|
3378
|
+
}
|
|
3379
|
+
]
|
|
3380
|
+
}
|
|
3381
|
+
]
|
|
3382
|
+
},
|
|
2574
3383
|
"visual-builder.workbench-tree": {
|
|
2575
3384
|
"properties": [
|
|
2576
3385
|
{
|