@next-bricks/visual-builder 1.37.4 → 1.38.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/bricks.json +24 -23
- package/dist/chunks/{1889.c21de868.js → 1889.e5238f90.js} +2 -2
- package/dist/chunks/1889.e5238f90.js.map +1 -0
- package/dist/chunks/220.7b1efc80.js +2 -0
- package/dist/chunks/220.7b1efc80.js.map +1 -0
- package/dist/chunks/2201.3d4f3271.js +2 -0
- package/dist/chunks/{2201.21df7990.js.map → 2201.3d4f3271.js.map} +1 -1
- package/dist/chunks/7085.81897113.js +3 -0
- package/dist/chunks/{7085.593a28a6.js.map → 7085.81897113.js.map} +1 -1
- package/dist/chunks/chat-conversation.2429847e.js +3 -0
- package/dist/chunks/{chat-conversation.ede87265.js.map → chat-conversation.2429847e.js.map} +1 -1
- package/dist/chunks/chat-preview.18dbd7b9.js +3 -0
- package/dist/chunks/{chat-preview.ffd99bae.js.map → chat-preview.18dbd7b9.js.map} +1 -1
- package/dist/chunks/contract-select.aebbe874.js +3 -0
- package/dist/chunks/{contract-select.21ef3558.js.map → contract-select.aebbe874.js.map} +1 -1
- package/dist/chunks/generate-snippets-context-menu.d59571b6.js +2 -0
- package/dist/chunks/{generate-snippets-context-menu.19b2db8f.js.map → generate-snippets-context-menu.d59571b6.js.map} +1 -1
- package/dist/chunks/get-config-by-data-for-ai.40035762.js +3 -0
- package/dist/chunks/get-config-by-data-for-ai.40035762.js.map +1 -0
- package/dist/chunks/main.ba14b0f0.js +2 -0
- package/dist/chunks/main.ba14b0f0.js.map +1 -0
- package/dist/chunks/page-arch-node.54cda8e0.js +3 -0
- package/dist/chunks/{page-arch-node.6b2ea1fe.js.map → page-arch-node.54cda8e0.js.map} +1 -1
- package/dist/chunks/pre-generated-config-preview.77f2caaf.js +2 -0
- package/dist/chunks/{pre-generated-config-preview.dccb8a89.js.map → pre-generated-config-preview.77f2caaf.js.map} +1 -1
- package/dist/chunks/pre-generated-config.e1c53303.js +2 -0
- package/dist/chunks/pre-generated-config.e1c53303.js.map +1 -0
- package/dist/chunks/pre-generated-container.886b45a6.js +2 -0
- package/dist/chunks/pre-generated-container.886b45a6.js.map +1 -0
- package/dist/chunks/pre-generated-preview.679ccfb9.js +3 -0
- package/dist/chunks/{pre-generated-preview.2300448f.js.map → pre-generated-preview.679ccfb9.js.map} +1 -1
- package/dist/chunks/pre-generated-table-view.61080b88.js +2 -0
- package/dist/chunks/{pre-generated-table-view.5780ee3e.js.map → pre-generated-table-view.61080b88.js.map} +1 -1
- package/dist/chunks/raw-data-preview.09ee31ed.js +3 -0
- package/dist/chunks/raw-data-preview.09ee31ed.js.map +1 -0
- package/dist/chunks/raw-metric-preview.fa44b0e6.js +3 -0
- package/dist/chunks/raw-metric-preview.fa44b0e6.js.map +1 -0
- package/dist/chunks/workbench-action-list.2bb5fd96.js +2 -0
- package/dist/chunks/{workbench-action-list.af49c182.js.map → workbench-action-list.2bb5fd96.js.map} +1 -1
- package/dist/chunks/workbench-action.d437c289.js +3 -0
- package/dist/chunks/{workbench-action.8c7d1148.js.map → workbench-action.d437c289.js.map} +1 -1
- package/dist/chunks/workbench-history-action.9676bc4c.js +3 -0
- package/dist/chunks/{workbench-history-action.07fe5cc5.js.map → workbench-history-action.9676bc4c.js.map} +1 -1
- package/dist/chunks/workbench-pane.b0663c72.js +3 -0
- package/dist/chunks/{workbench-pane.c9d876e0.js.map → workbench-pane.b0663c72.js.map} +1 -1
- package/dist/chunks/workbench-sidebar.4f8979af.js +2 -0
- package/dist/chunks/{workbench-sidebar.9e1ea9f1.js.map → workbench-sidebar.4f8979af.js.map} +1 -1
- package/dist/chunks/workbench-tree.ee9e13e1.js +3 -0
- package/dist/chunks/workbench-tree.ee9e13e1.js.LICENSE.txt +5 -0
- package/dist/chunks/{workbench-tree.ce12c809.js.map → workbench-tree.ee9e13e1.js.map} +1 -1
- package/dist/examples.json +3 -6
- package/dist/index.67520381.js +2 -0
- package/dist/index.67520381.js.map +1 -0
- package/dist/manifest.json +163 -125
- package/dist/types.json +1290 -868
- package/dist-types/bootstrap.d.ts +1 -0
- package/dist-types/data-providers/get-config-by-data-for-ai.d.ts +14 -1
- package/dist-types/data-providers/get-raw-metric-system-prompts.d.ts +1 -0
- package/dist-types/pre-generated-config/convertToBrickConf.d.ts +2 -2
- package/dist-types/pre-generated-config/index.d.ts +51 -7
- package/dist-types/raw-data-preview/index.d.ts +2 -2
- package/dist-types/raw-metric-preview/constants.d.ts +1 -0
- package/dist-types/raw-metric-preview/convert.d.ts +6 -0
- package/dist-types/raw-metric-preview/generateMetricCandidates.d.ts +8 -0
- package/dist-types/raw-metric-preview/index.d.ts +58 -0
- package/dist-types/raw-metric-preview/raw-metric-interfaces.d.ts +16 -0
- package/package.json +2 -2
- package/dist/chunks/1889.c21de868.js.map +0 -1
- package/dist/chunks/2052.f1624476.js +0 -2
- package/dist/chunks/2052.f1624476.js.map +0 -1
- package/dist/chunks/2201.21df7990.js +0 -2
- package/dist/chunks/2464.3e4124ec.js +0 -2
- package/dist/chunks/2464.3e4124ec.js.map +0 -1
- package/dist/chunks/7085.593a28a6.js +0 -3
- package/dist/chunks/chat-conversation.ede87265.js +0 -3
- package/dist/chunks/chat-preview.ffd99bae.js +0 -3
- package/dist/chunks/contract-select.21ef3558.js +0 -3
- package/dist/chunks/generate-snippets-context-menu.19b2db8f.js +0 -2
- package/dist/chunks/get-config-by-data-for-ai.846e0776.js +0 -3
- package/dist/chunks/get-config-by-data-for-ai.846e0776.js.map +0 -1
- package/dist/chunks/main.fc66b3d7.js +0 -2
- package/dist/chunks/main.fc66b3d7.js.map +0 -1
- package/dist/chunks/page-arch-node.6b2ea1fe.js +0 -3
- package/dist/chunks/pre-generated-config-preview.dccb8a89.js +0 -2
- package/dist/chunks/pre-generated-config.ab886943.js +0 -2
- package/dist/chunks/pre-generated-config.ab886943.js.map +0 -1
- package/dist/chunks/pre-generated-container.7a8711cd.js +0 -2
- package/dist/chunks/pre-generated-container.7a8711cd.js.map +0 -1
- package/dist/chunks/pre-generated-preview.2300448f.js +0 -3
- package/dist/chunks/pre-generated-table-view.5780ee3e.js +0 -2
- package/dist/chunks/raw-data-preview.7b191fed.js +0 -3
- package/dist/chunks/raw-data-preview.7b191fed.js.map +0 -1
- package/dist/chunks/workbench-action-list.af49c182.js +0 -2
- package/dist/chunks/workbench-action.8c7d1148.js +0 -3
- package/dist/chunks/workbench-history-action.07fe5cc5.js +0 -3
- package/dist/chunks/workbench-pane.c9d876e0.js +0 -3
- package/dist/chunks/workbench-sidebar.9e1ea9f1.js +0 -2
- package/dist/chunks/workbench-tree.ce12c809.js +0 -3
- package/dist/index.43083b10.js +0 -2
- package/dist/index.43083b10.js.map +0 -1
- package/docs/pre-generated-config.md +0 -3512
- /package/dist/chunks/{7085.593a28a6.js.LICENSE.txt → 7085.81897113.js.LICENSE.txt} +0 -0
- /package/dist/chunks/{chat-conversation.ede87265.js.LICENSE.txt → chat-conversation.2429847e.js.LICENSE.txt} +0 -0
- /package/dist/chunks/{chat-preview.ffd99bae.js.LICENSE.txt → chat-preview.18dbd7b9.js.LICENSE.txt} +0 -0
- /package/dist/chunks/{contract-select.21ef3558.js.LICENSE.txt → contract-select.aebbe874.js.LICENSE.txt} +0 -0
- /package/dist/chunks/{get-config-by-data-for-ai.846e0776.js.LICENSE.txt → get-config-by-data-for-ai.40035762.js.LICENSE.txt} +0 -0
- /package/dist/chunks/{page-arch-node.6b2ea1fe.js.LICENSE.txt → page-arch-node.54cda8e0.js.LICENSE.txt} +0 -0
- /package/dist/chunks/{pre-generated-preview.2300448f.js.LICENSE.txt → pre-generated-preview.679ccfb9.js.LICENSE.txt} +0 -0
- /package/dist/chunks/{raw-data-preview.7b191fed.js.LICENSE.txt → raw-data-preview.09ee31ed.js.LICENSE.txt} +0 -0
- /package/dist/chunks/{workbench-action.8c7d1148.js.LICENSE.txt → raw-metric-preview.fa44b0e6.js.LICENSE.txt} +0 -0
- /package/dist/chunks/{workbench-pane.c9d876e0.js.LICENSE.txt → workbench-action.d437c289.js.LICENSE.txt} +0 -0
- /package/dist/chunks/{workbench-history-action.07fe5cc5.js.LICENSE.txt → workbench-history-action.9676bc4c.js.LICENSE.txt} +0 -0
- /package/dist/chunks/{workbench-tree.ce12c809.js.LICENSE.txt → workbench-pane.b0663c72.js.LICENSE.txt} +0 -0
package/dist/types.json
CHANGED
|
@@ -45,19 +45,6 @@
|
|
|
45
45
|
],
|
|
46
46
|
"methods": []
|
|
47
47
|
},
|
|
48
|
-
"visual-builder.workbench-sidebar": {
|
|
49
|
-
"properties": [
|
|
50
|
-
{
|
|
51
|
-
"name": "titleLabel",
|
|
52
|
-
"annotation": {
|
|
53
|
-
"type": "keyword",
|
|
54
|
-
"value": "string"
|
|
55
|
-
}
|
|
56
|
-
}
|
|
57
|
-
],
|
|
58
|
-
"events": [],
|
|
59
|
-
"methods": []
|
|
60
|
-
},
|
|
61
48
|
"visual-builder.page-arch-node": {
|
|
62
49
|
"properties": [
|
|
63
50
|
{
|
|
@@ -335,48 +322,10 @@
|
|
|
335
322
|
}
|
|
336
323
|
]
|
|
337
324
|
},
|
|
338
|
-
"visual-builder.workbench-
|
|
325
|
+
"visual-builder.workbench-sidebar": {
|
|
339
326
|
"properties": [
|
|
340
327
|
{
|
|
341
|
-
"name": "
|
|
342
|
-
"annotation": {
|
|
343
|
-
"type": "reference",
|
|
344
|
-
"typeName": {
|
|
345
|
-
"type": "identifier",
|
|
346
|
-
"name": "GeneralIconProps"
|
|
347
|
-
}
|
|
348
|
-
}
|
|
349
|
-
},
|
|
350
|
-
{
|
|
351
|
-
"name": "to",
|
|
352
|
-
"annotation": {
|
|
353
|
-
"type": "keyword",
|
|
354
|
-
"value": "string"
|
|
355
|
-
}
|
|
356
|
-
},
|
|
357
|
-
{
|
|
358
|
-
"name": "active",
|
|
359
|
-
"annotation": {
|
|
360
|
-
"type": "keyword",
|
|
361
|
-
"value": "boolean"
|
|
362
|
-
}
|
|
363
|
-
},
|
|
364
|
-
{
|
|
365
|
-
"name": "href",
|
|
366
|
-
"annotation": {
|
|
367
|
-
"type": "keyword",
|
|
368
|
-
"value": "string"
|
|
369
|
-
}
|
|
370
|
-
},
|
|
371
|
-
{
|
|
372
|
-
"name": "target",
|
|
373
|
-
"annotation": {
|
|
374
|
-
"type": "keyword",
|
|
375
|
-
"value": "string"
|
|
376
|
-
}
|
|
377
|
-
},
|
|
378
|
-
{
|
|
379
|
-
"name": "tooltip",
|
|
328
|
+
"name": "titleLabel",
|
|
380
329
|
"annotation": {
|
|
381
330
|
"type": "keyword",
|
|
382
331
|
"value": "string"
|
|
@@ -763,30 +712,27 @@
|
|
|
763
712
|
}
|
|
764
713
|
}
|
|
765
714
|
},
|
|
766
|
-
"visual-builder.get-
|
|
715
|
+
"visual-builder.get-data-deps": {
|
|
767
716
|
"type": "provider",
|
|
768
717
|
"params": [
|
|
769
718
|
{
|
|
770
|
-
"name": "
|
|
719
|
+
"name": "contextConfs",
|
|
771
720
|
"annotation": {
|
|
772
|
-
"type": "
|
|
773
|
-
"
|
|
774
|
-
|
|
775
|
-
|
|
776
|
-
"
|
|
777
|
-
|
|
778
|
-
"name": "Data"
|
|
779
|
-
}
|
|
780
|
-
},
|
|
781
|
-
{
|
|
782
|
-
"type": "keyword",
|
|
783
|
-
"value": "undefined"
|
|
784
|
-
},
|
|
785
|
-
{
|
|
786
|
-
"type": "keyword",
|
|
787
|
-
"value": "null"
|
|
721
|
+
"type": "array",
|
|
722
|
+
"elementType": {
|
|
723
|
+
"type": "reference",
|
|
724
|
+
"typeName": {
|
|
725
|
+
"type": "identifier",
|
|
726
|
+
"name": "ContextConf"
|
|
788
727
|
}
|
|
789
|
-
|
|
728
|
+
}
|
|
729
|
+
}
|
|
730
|
+
},
|
|
731
|
+
{
|
|
732
|
+
"name": "keyword",
|
|
733
|
+
"annotation": {
|
|
734
|
+
"type": "keyword",
|
|
735
|
+
"value": "string"
|
|
790
736
|
}
|
|
791
737
|
}
|
|
792
738
|
],
|
|
@@ -795,7 +741,7 @@
|
|
|
795
741
|
"type": "reference",
|
|
796
742
|
"typeName": {
|
|
797
743
|
"type": "identifier",
|
|
798
|
-
"name": "
|
|
744
|
+
"name": "Map"
|
|
799
745
|
},
|
|
800
746
|
"typeParameters": {
|
|
801
747
|
"type": "typeParameterInstantiation",
|
|
@@ -804,220 +750,334 @@
|
|
|
804
750
|
"type": "reference",
|
|
805
751
|
"typeName": {
|
|
806
752
|
"type": "identifier",
|
|
807
|
-
"name": "
|
|
753
|
+
"name": "ContextConf"
|
|
808
754
|
}
|
|
809
|
-
}
|
|
810
|
-
]
|
|
811
|
-
}
|
|
812
|
-
}
|
|
813
|
-
},
|
|
814
|
-
"types": [
|
|
815
|
-
{
|
|
816
|
-
"type": "interface",
|
|
817
|
-
"name": "Data",
|
|
818
|
-
"body": [
|
|
819
|
-
{
|
|
820
|
-
"type": "propertySignature",
|
|
821
|
-
"key": {
|
|
822
|
-
"type": "identifier",
|
|
823
|
-
"name": "name"
|
|
824
|
-
},
|
|
825
|
-
"annotation": {
|
|
826
|
-
"type": "keyword",
|
|
827
|
-
"value": "string"
|
|
828
|
-
},
|
|
829
|
-
"computed": false
|
|
830
|
-
},
|
|
831
|
-
{
|
|
832
|
-
"type": "propertySignature",
|
|
833
|
-
"key": {
|
|
834
|
-
"type": "identifier",
|
|
835
|
-
"name": "value"
|
|
836
|
-
},
|
|
837
|
-
"annotation": {
|
|
838
|
-
"type": "keyword",
|
|
839
|
-
"value": "unknown"
|
|
840
755
|
},
|
|
841
|
-
"computed": false
|
|
842
|
-
}
|
|
843
|
-
]
|
|
844
|
-
},
|
|
845
|
-
{
|
|
846
|
-
"type": "typeAlias",
|
|
847
|
-
"name": "Config",
|
|
848
|
-
"annotation": {
|
|
849
|
-
"type": "union",
|
|
850
|
-
"types": [
|
|
851
756
|
{
|
|
852
757
|
"type": "reference",
|
|
853
758
|
"typeName": {
|
|
854
759
|
"type": "identifier",
|
|
855
|
-
"name": "
|
|
760
|
+
"name": "MemberUsage"
|
|
856
761
|
}
|
|
762
|
+
}
|
|
763
|
+
]
|
|
764
|
+
}
|
|
765
|
+
}
|
|
766
|
+
}
|
|
767
|
+
},
|
|
768
|
+
"visual-builder.get-raw-data-system-prompts": {
|
|
769
|
+
"type": "provider",
|
|
770
|
+
"params": [],
|
|
771
|
+
"returns": {
|
|
772
|
+
"annotation": {
|
|
773
|
+
"type": "reference",
|
|
774
|
+
"typeName": {
|
|
775
|
+
"type": "identifier",
|
|
776
|
+
"name": "Record"
|
|
777
|
+
},
|
|
778
|
+
"typeParameters": {
|
|
779
|
+
"type": "typeParameterInstantiation",
|
|
780
|
+
"params": [
|
|
781
|
+
{
|
|
782
|
+
"type": "keyword",
|
|
783
|
+
"value": "string"
|
|
857
784
|
},
|
|
858
785
|
{
|
|
859
|
-
"type": "
|
|
860
|
-
"
|
|
861
|
-
"type": "identifier",
|
|
862
|
-
"name": "UnknownConfig"
|
|
863
|
-
}
|
|
786
|
+
"type": "keyword",
|
|
787
|
+
"value": "string"
|
|
864
788
|
}
|
|
865
789
|
]
|
|
866
790
|
}
|
|
791
|
+
}
|
|
792
|
+
}
|
|
793
|
+
},
|
|
794
|
+
"visual-builder.parse-path": {
|
|
795
|
+
"type": "provider",
|
|
796
|
+
"params": [
|
|
797
|
+
{
|
|
798
|
+
"name": "path",
|
|
799
|
+
"annotation": {
|
|
800
|
+
"type": "keyword",
|
|
801
|
+
"value": "string"
|
|
802
|
+
}
|
|
867
803
|
},
|
|
804
|
+
{
|
|
805
|
+
"name": "options",
|
|
806
|
+
"annotation": {
|
|
807
|
+
"type": "reference",
|
|
808
|
+
"typeName": {
|
|
809
|
+
"type": "identifier",
|
|
810
|
+
"name": "Option"
|
|
811
|
+
}
|
|
812
|
+
}
|
|
813
|
+
}
|
|
814
|
+
],
|
|
815
|
+
"returns": {},
|
|
816
|
+
"types": [
|
|
868
817
|
{
|
|
869
818
|
"type": "interface",
|
|
870
|
-
"name": "
|
|
819
|
+
"name": "Option",
|
|
871
820
|
"body": [
|
|
872
821
|
{
|
|
873
822
|
"type": "propertySignature",
|
|
874
823
|
"key": {
|
|
875
824
|
"type": "identifier",
|
|
876
|
-
"name": "
|
|
877
|
-
},
|
|
878
|
-
"annotation": {
|
|
879
|
-
"type": "reference",
|
|
880
|
-
"typeName": {
|
|
881
|
-
"type": "identifier",
|
|
882
|
-
"name": "ConfigType"
|
|
883
|
-
}
|
|
884
|
-
},
|
|
885
|
-
"computed": false
|
|
886
|
-
},
|
|
887
|
-
{
|
|
888
|
-
"type": "propertySignature",
|
|
889
|
-
"key": {
|
|
890
|
-
"type": "identifier",
|
|
891
|
-
"name": "attrList"
|
|
825
|
+
"name": "end"
|
|
892
826
|
},
|
|
893
827
|
"annotation": {
|
|
894
|
-
"type": "
|
|
895
|
-
"
|
|
896
|
-
"type": "reference",
|
|
897
|
-
"typeName": {
|
|
898
|
-
"type": "identifier",
|
|
899
|
-
"name": "Attr"
|
|
900
|
-
}
|
|
901
|
-
}
|
|
828
|
+
"type": "keyword",
|
|
829
|
+
"value": "boolean"
|
|
902
830
|
},
|
|
831
|
+
"optional": true,
|
|
903
832
|
"computed": false
|
|
904
833
|
},
|
|
905
834
|
{
|
|
906
835
|
"type": "propertySignature",
|
|
907
836
|
"key": {
|
|
908
837
|
"type": "identifier",
|
|
909
|
-
"name": "
|
|
838
|
+
"name": "strict"
|
|
910
839
|
},
|
|
911
840
|
"annotation": {
|
|
912
|
-
"type": "
|
|
913
|
-
"
|
|
914
|
-
"type": "keyword",
|
|
915
|
-
"value": "unknown"
|
|
916
|
-
}
|
|
841
|
+
"type": "keyword",
|
|
842
|
+
"value": "boolean"
|
|
917
843
|
},
|
|
844
|
+
"optional": true,
|
|
918
845
|
"computed": false
|
|
919
846
|
},
|
|
920
847
|
{
|
|
921
848
|
"type": "propertySignature",
|
|
922
849
|
"key": {
|
|
923
850
|
"type": "identifier",
|
|
924
|
-
"name": "
|
|
851
|
+
"name": "sensitive"
|
|
925
852
|
},
|
|
926
853
|
"annotation": {
|
|
927
|
-
"type": "
|
|
928
|
-
"
|
|
929
|
-
"type": "reference",
|
|
930
|
-
"typeName": {
|
|
931
|
-
"type": "identifier",
|
|
932
|
-
"name": "ContainerOption"
|
|
933
|
-
}
|
|
934
|
-
}
|
|
854
|
+
"type": "keyword",
|
|
855
|
+
"value": "boolean"
|
|
935
856
|
},
|
|
936
857
|
"optional": true,
|
|
937
858
|
"computed": false
|
|
938
859
|
}
|
|
939
860
|
]
|
|
940
|
-
}
|
|
861
|
+
}
|
|
862
|
+
]
|
|
863
|
+
},
|
|
864
|
+
"visual-builder.pre-generated-table-view": {
|
|
865
|
+
"properties": [],
|
|
866
|
+
"events": [],
|
|
867
|
+
"methods": []
|
|
868
|
+
},
|
|
869
|
+
"visual-builder.workbench-action": {
|
|
870
|
+
"properties": [
|
|
941
871
|
{
|
|
942
|
-
"
|
|
943
|
-
"name": "ConfigType",
|
|
872
|
+
"name": "icon",
|
|
944
873
|
"annotation": {
|
|
945
|
-
"type": "
|
|
946
|
-
"
|
|
947
|
-
|
|
948
|
-
|
|
949
|
-
|
|
950
|
-
|
|
951
|
-
|
|
952
|
-
|
|
953
|
-
|
|
954
|
-
|
|
955
|
-
|
|
956
|
-
|
|
957
|
-
|
|
958
|
-
|
|
959
|
-
|
|
960
|
-
|
|
961
|
-
|
|
962
|
-
|
|
963
|
-
|
|
874
|
+
"type": "reference",
|
|
875
|
+
"typeName": {
|
|
876
|
+
"type": "identifier",
|
|
877
|
+
"name": "GeneralIconProps"
|
|
878
|
+
}
|
|
879
|
+
}
|
|
880
|
+
},
|
|
881
|
+
{
|
|
882
|
+
"name": "to",
|
|
883
|
+
"annotation": {
|
|
884
|
+
"type": "keyword",
|
|
885
|
+
"value": "string"
|
|
886
|
+
}
|
|
887
|
+
},
|
|
888
|
+
{
|
|
889
|
+
"name": "active",
|
|
890
|
+
"annotation": {
|
|
891
|
+
"type": "keyword",
|
|
892
|
+
"value": "boolean"
|
|
893
|
+
}
|
|
894
|
+
},
|
|
895
|
+
{
|
|
896
|
+
"name": "href",
|
|
897
|
+
"annotation": {
|
|
898
|
+
"type": "keyword",
|
|
899
|
+
"value": "string"
|
|
900
|
+
}
|
|
901
|
+
},
|
|
902
|
+
{
|
|
903
|
+
"name": "target",
|
|
904
|
+
"annotation": {
|
|
905
|
+
"type": "keyword",
|
|
906
|
+
"value": "string"
|
|
907
|
+
}
|
|
908
|
+
},
|
|
909
|
+
{
|
|
910
|
+
"name": "tooltip",
|
|
911
|
+
"annotation": {
|
|
912
|
+
"type": "keyword",
|
|
913
|
+
"value": "string"
|
|
914
|
+
}
|
|
915
|
+
}
|
|
916
|
+
],
|
|
917
|
+
"events": [],
|
|
918
|
+
"methods": []
|
|
919
|
+
},
|
|
920
|
+
"visual-builder.pre-generated-container": {
|
|
921
|
+
"properties": [
|
|
922
|
+
{
|
|
923
|
+
"name": "useBrick",
|
|
924
|
+
"annotation": {
|
|
925
|
+
"type": "reference",
|
|
926
|
+
"typeName": {
|
|
927
|
+
"type": "identifier",
|
|
928
|
+
"name": "UseBrickConf"
|
|
929
|
+
}
|
|
930
|
+
}
|
|
931
|
+
},
|
|
932
|
+
{
|
|
933
|
+
"name": "dataSource",
|
|
934
|
+
"annotation": {
|
|
935
|
+
"type": "keyword",
|
|
936
|
+
"value": "unknown"
|
|
937
|
+
}
|
|
938
|
+
}
|
|
939
|
+
],
|
|
940
|
+
"events": [],
|
|
941
|
+
"methods": []
|
|
942
|
+
},
|
|
943
|
+
"visual-builder.workbench-action-list": {
|
|
944
|
+
"properties": [
|
|
945
|
+
{
|
|
946
|
+
"name": "appId",
|
|
947
|
+
"annotation": {
|
|
948
|
+
"type": "keyword",
|
|
949
|
+
"value": "string"
|
|
964
950
|
}
|
|
965
951
|
},
|
|
952
|
+
{
|
|
953
|
+
"name": "menu",
|
|
954
|
+
"annotation": {
|
|
955
|
+
"type": "reference",
|
|
956
|
+
"typeName": {
|
|
957
|
+
"type": "identifier",
|
|
958
|
+
"name": "SidebarMenu"
|
|
959
|
+
}
|
|
960
|
+
}
|
|
961
|
+
}
|
|
962
|
+
],
|
|
963
|
+
"events": [],
|
|
964
|
+
"methods": [],
|
|
965
|
+
"types": [
|
|
966
966
|
{
|
|
967
967
|
"type": "interface",
|
|
968
|
-
"name": "
|
|
968
|
+
"name": "SidebarMenu",
|
|
969
969
|
"body": [
|
|
970
970
|
{
|
|
971
971
|
"type": "propertySignature",
|
|
972
972
|
"key": {
|
|
973
973
|
"type": "identifier",
|
|
974
|
-
"name": "
|
|
974
|
+
"name": "title"
|
|
975
975
|
},
|
|
976
976
|
"annotation": {
|
|
977
977
|
"type": "keyword",
|
|
978
978
|
"value": "string"
|
|
979
979
|
},
|
|
980
|
+
"optional": true,
|
|
980
981
|
"computed": false
|
|
981
982
|
},
|
|
982
983
|
{
|
|
983
984
|
"type": "propertySignature",
|
|
984
985
|
"key": {
|
|
985
986
|
"type": "identifier",
|
|
986
|
-
"name": "
|
|
987
|
+
"name": "icon"
|
|
987
988
|
},
|
|
988
989
|
"annotation": {
|
|
989
|
-
"type": "
|
|
990
|
-
"
|
|
990
|
+
"type": "reference",
|
|
991
|
+
"typeName": {
|
|
992
|
+
"type": "identifier",
|
|
993
|
+
"name": "GeneralIconProps"
|
|
994
|
+
}
|
|
991
995
|
},
|
|
996
|
+
"optional": true,
|
|
992
997
|
"computed": false
|
|
993
998
|
},
|
|
994
999
|
{
|
|
995
1000
|
"type": "propertySignature",
|
|
996
1001
|
"key": {
|
|
997
1002
|
"type": "identifier",
|
|
998
|
-
"name": "
|
|
1003
|
+
"name": "menuItems"
|
|
999
1004
|
},
|
|
1000
1005
|
"annotation": {
|
|
1001
1006
|
"type": "array",
|
|
1002
1007
|
"elementType": {
|
|
1003
|
-
"type": "
|
|
1004
|
-
"
|
|
1008
|
+
"type": "reference",
|
|
1009
|
+
"typeName": {
|
|
1010
|
+
"type": "identifier",
|
|
1011
|
+
"name": "SidebarMenuItem"
|
|
1012
|
+
}
|
|
1005
1013
|
}
|
|
1006
1014
|
},
|
|
1007
1015
|
"optional": true,
|
|
1008
1016
|
"computed": false
|
|
1009
1017
|
}
|
|
1010
1018
|
]
|
|
1019
|
+
}
|
|
1020
|
+
]
|
|
1021
|
+
},
|
|
1022
|
+
"visual-builder.get-dependency-tree": {
|
|
1023
|
+
"type": "provider",
|
|
1024
|
+
"params": [
|
|
1025
|
+
{
|
|
1026
|
+
"name": "nodeDataList",
|
|
1027
|
+
"annotation": {
|
|
1028
|
+
"type": "array",
|
|
1029
|
+
"elementType": {
|
|
1030
|
+
"type": "reference",
|
|
1031
|
+
"typeName": {
|
|
1032
|
+
"type": "identifier",
|
|
1033
|
+
"name": "NodeItem"
|
|
1034
|
+
}
|
|
1035
|
+
}
|
|
1036
|
+
}
|
|
1011
1037
|
},
|
|
1038
|
+
{
|
|
1039
|
+
"name": "options",
|
|
1040
|
+
"annotation": {
|
|
1041
|
+
"type": "typeLiteral",
|
|
1042
|
+
"members": [
|
|
1043
|
+
{
|
|
1044
|
+
"type": "propertySignature",
|
|
1045
|
+
"key": {
|
|
1046
|
+
"type": "identifier",
|
|
1047
|
+
"name": "dataType"
|
|
1048
|
+
},
|
|
1049
|
+
"annotation": {
|
|
1050
|
+
"type": "keyword",
|
|
1051
|
+
"value": "string"
|
|
1052
|
+
},
|
|
1053
|
+
"computed": false
|
|
1054
|
+
}
|
|
1055
|
+
]
|
|
1056
|
+
}
|
|
1057
|
+
}
|
|
1058
|
+
],
|
|
1059
|
+
"returns": {
|
|
1060
|
+
"annotation": {
|
|
1061
|
+
"type": "array",
|
|
1062
|
+
"elementType": {
|
|
1063
|
+
"type": "reference",
|
|
1064
|
+
"typeName": {
|
|
1065
|
+
"type": "identifier",
|
|
1066
|
+
"name": "NodeItem"
|
|
1067
|
+
}
|
|
1068
|
+
}
|
|
1069
|
+
}
|
|
1070
|
+
},
|
|
1071
|
+
"types": [
|
|
1012
1072
|
{
|
|
1013
1073
|
"type": "interface",
|
|
1014
|
-
"name": "
|
|
1074
|
+
"name": "NodeItem",
|
|
1015
1075
|
"body": [
|
|
1016
1076
|
{
|
|
1017
1077
|
"type": "propertySignature",
|
|
1018
1078
|
"key": {
|
|
1019
1079
|
"type": "identifier",
|
|
1020
|
-
"name": "
|
|
1080
|
+
"name": "name"
|
|
1021
1081
|
},
|
|
1022
1082
|
"annotation": {
|
|
1023
1083
|
"type": "keyword",
|
|
@@ -1029,7 +1089,7 @@
|
|
|
1029
1089
|
"type": "propertySignature",
|
|
1030
1090
|
"key": {
|
|
1031
1091
|
"type": "identifier",
|
|
1032
|
-
"name": "
|
|
1092
|
+
"name": "key"
|
|
1033
1093
|
},
|
|
1034
1094
|
"annotation": {
|
|
1035
1095
|
"type": "keyword",
|
|
@@ -1041,164 +1101,94 @@
|
|
|
1041
1101
|
"type": "propertySignature",
|
|
1042
1102
|
"key": {
|
|
1043
1103
|
"type": "identifier",
|
|
1044
|
-
"name": "
|
|
1104
|
+
"name": "path"
|
|
1045
1105
|
},
|
|
1046
1106
|
"annotation": {
|
|
1047
1107
|
"type": "keyword",
|
|
1048
|
-
"value": "
|
|
1108
|
+
"value": "string"
|
|
1049
1109
|
},
|
|
1050
1110
|
"optional": true,
|
|
1051
1111
|
"computed": false
|
|
1052
|
-
}
|
|
1053
|
-
]
|
|
1054
|
-
},
|
|
1055
|
-
{
|
|
1056
|
-
"type": "interface",
|
|
1057
|
-
"name": "UnknownConfig",
|
|
1058
|
-
"body": [
|
|
1112
|
+
},
|
|
1059
1113
|
{
|
|
1060
1114
|
"type": "propertySignature",
|
|
1061
1115
|
"key": {
|
|
1062
1116
|
"type": "identifier",
|
|
1063
|
-
"name": "
|
|
1117
|
+
"name": "icon"
|
|
1064
1118
|
},
|
|
1065
1119
|
"annotation": {
|
|
1066
|
-
"type": "
|
|
1067
|
-
"
|
|
1120
|
+
"type": "reference",
|
|
1121
|
+
"typeName": {
|
|
1122
|
+
"type": "identifier",
|
|
1123
|
+
"name": "MenuIcon"
|
|
1124
|
+
}
|
|
1068
1125
|
},
|
|
1126
|
+
"optional": true,
|
|
1069
1127
|
"computed": false
|
|
1070
1128
|
},
|
|
1071
1129
|
{
|
|
1072
1130
|
"type": "propertySignature",
|
|
1073
1131
|
"key": {
|
|
1074
1132
|
"type": "identifier",
|
|
1075
|
-
"name": "
|
|
1133
|
+
"name": "data"
|
|
1134
|
+
},
|
|
1135
|
+
"annotation": {
|
|
1136
|
+
"type": "reference",
|
|
1137
|
+
"typeName": {
|
|
1138
|
+
"type": "identifier",
|
|
1139
|
+
"name": "DataItem"
|
|
1140
|
+
}
|
|
1141
|
+
},
|
|
1142
|
+
"optional": true,
|
|
1143
|
+
"computed": false
|
|
1144
|
+
},
|
|
1145
|
+
{
|
|
1146
|
+
"type": "propertySignature",
|
|
1147
|
+
"key": {
|
|
1148
|
+
"type": "identifier",
|
|
1149
|
+
"name": "unreachable"
|
|
1076
1150
|
},
|
|
1077
1151
|
"annotation": {
|
|
1078
1152
|
"type": "keyword",
|
|
1079
|
-
"value": "
|
|
1153
|
+
"value": "boolean"
|
|
1154
|
+
},
|
|
1155
|
+
"optional": true,
|
|
1156
|
+
"computed": false
|
|
1157
|
+
},
|
|
1158
|
+
{
|
|
1159
|
+
"type": "propertySignature",
|
|
1160
|
+
"key": {
|
|
1161
|
+
"type": "identifier",
|
|
1162
|
+
"name": "children"
|
|
1163
|
+
},
|
|
1164
|
+
"annotation": {
|
|
1165
|
+
"type": "array",
|
|
1166
|
+
"elementType": {
|
|
1167
|
+
"type": "reference",
|
|
1168
|
+
"typeName": {
|
|
1169
|
+
"type": "identifier",
|
|
1170
|
+
"name": "NodeItem"
|
|
1171
|
+
}
|
|
1172
|
+
}
|
|
1080
1173
|
},
|
|
1174
|
+
"optional": true,
|
|
1081
1175
|
"computed": false
|
|
1082
1176
|
}
|
|
1083
1177
|
]
|
|
1084
|
-
}
|
|
1085
|
-
]
|
|
1086
|
-
},
|
|
1087
|
-
"visual-builder.get-data-deps": {
|
|
1088
|
-
"type": "provider",
|
|
1089
|
-
"params": [
|
|
1090
|
-
{
|
|
1091
|
-
"name": "contextConfs",
|
|
1092
|
-
"annotation": {
|
|
1093
|
-
"type": "array",
|
|
1094
|
-
"elementType": {
|
|
1095
|
-
"type": "reference",
|
|
1096
|
-
"typeName": {
|
|
1097
|
-
"type": "identifier",
|
|
1098
|
-
"name": "ContextConf"
|
|
1099
|
-
}
|
|
1100
|
-
}
|
|
1101
|
-
}
|
|
1102
|
-
},
|
|
1103
|
-
{
|
|
1104
|
-
"name": "keyword",
|
|
1105
|
-
"annotation": {
|
|
1106
|
-
"type": "keyword",
|
|
1107
|
-
"value": "string"
|
|
1108
|
-
}
|
|
1109
|
-
}
|
|
1110
|
-
],
|
|
1111
|
-
"returns": {
|
|
1112
|
-
"annotation": {
|
|
1113
|
-
"type": "reference",
|
|
1114
|
-
"typeName": {
|
|
1115
|
-
"type": "identifier",
|
|
1116
|
-
"name": "Map"
|
|
1117
|
-
},
|
|
1118
|
-
"typeParameters": {
|
|
1119
|
-
"type": "typeParameterInstantiation",
|
|
1120
|
-
"params": [
|
|
1121
|
-
{
|
|
1122
|
-
"type": "reference",
|
|
1123
|
-
"typeName": {
|
|
1124
|
-
"type": "identifier",
|
|
1125
|
-
"name": "ContextConf"
|
|
1126
|
-
}
|
|
1127
|
-
},
|
|
1128
|
-
{
|
|
1129
|
-
"type": "reference",
|
|
1130
|
-
"typeName": {
|
|
1131
|
-
"type": "identifier",
|
|
1132
|
-
"name": "MemberUsage"
|
|
1133
|
-
}
|
|
1134
|
-
}
|
|
1135
|
-
]
|
|
1136
|
-
}
|
|
1137
|
-
}
|
|
1138
|
-
}
|
|
1139
|
-
},
|
|
1140
|
-
"visual-builder.get-raw-data-system-prompts": {
|
|
1141
|
-
"type": "provider",
|
|
1142
|
-
"params": [],
|
|
1143
|
-
"returns": {
|
|
1144
|
-
"annotation": {
|
|
1145
|
-
"type": "reference",
|
|
1146
|
-
"typeName": {
|
|
1147
|
-
"type": "identifier",
|
|
1148
|
-
"name": "Record"
|
|
1149
|
-
},
|
|
1150
|
-
"typeParameters": {
|
|
1151
|
-
"type": "typeParameterInstantiation",
|
|
1152
|
-
"params": [
|
|
1153
|
-
{
|
|
1154
|
-
"type": "keyword",
|
|
1155
|
-
"value": "string"
|
|
1156
|
-
},
|
|
1157
|
-
{
|
|
1158
|
-
"type": "keyword",
|
|
1159
|
-
"value": "string"
|
|
1160
|
-
}
|
|
1161
|
-
]
|
|
1162
|
-
}
|
|
1163
|
-
}
|
|
1164
|
-
}
|
|
1165
|
-
},
|
|
1166
|
-
"visual-builder.parse-path": {
|
|
1167
|
-
"type": "provider",
|
|
1168
|
-
"params": [
|
|
1169
|
-
{
|
|
1170
|
-
"name": "path",
|
|
1171
|
-
"annotation": {
|
|
1172
|
-
"type": "keyword",
|
|
1173
|
-
"value": "string"
|
|
1174
|
-
}
|
|
1175
1178
|
},
|
|
1176
|
-
{
|
|
1177
|
-
"name": "options",
|
|
1178
|
-
"annotation": {
|
|
1179
|
-
"type": "reference",
|
|
1180
|
-
"typeName": {
|
|
1181
|
-
"type": "identifier",
|
|
1182
|
-
"name": "Option"
|
|
1183
|
-
}
|
|
1184
|
-
}
|
|
1185
|
-
}
|
|
1186
|
-
],
|
|
1187
|
-
"returns": {},
|
|
1188
|
-
"types": [
|
|
1189
1179
|
{
|
|
1190
1180
|
"type": "interface",
|
|
1191
|
-
"name": "
|
|
1181
|
+
"name": "DataItem",
|
|
1192
1182
|
"body": [
|
|
1193
1183
|
{
|
|
1194
1184
|
"type": "propertySignature",
|
|
1195
1185
|
"key": {
|
|
1196
1186
|
"type": "identifier",
|
|
1197
|
-
"name": "
|
|
1187
|
+
"name": "$key"
|
|
1198
1188
|
},
|
|
1199
1189
|
"annotation": {
|
|
1200
1190
|
"type": "keyword",
|
|
1201
|
-
"value": "
|
|
1191
|
+
"value": "string"
|
|
1202
1192
|
},
|
|
1203
1193
|
"optional": true,
|
|
1204
1194
|
"computed": false
|
|
@@ -1207,76 +1197,83 @@
|
|
|
1207
1197
|
"type": "propertySignature",
|
|
1208
1198
|
"key": {
|
|
1209
1199
|
"type": "identifier",
|
|
1210
|
-
"name": "
|
|
1200
|
+
"name": "path"
|
|
1211
1201
|
},
|
|
1212
1202
|
"annotation": {
|
|
1213
1203
|
"type": "keyword",
|
|
1214
|
-
"value": "
|
|
1204
|
+
"value": "string"
|
|
1215
1205
|
},
|
|
1216
1206
|
"optional": true,
|
|
1217
1207
|
"computed": false
|
|
1218
|
-
}
|
|
1208
|
+
}
|
|
1209
|
+
],
|
|
1210
|
+
"extends": [
|
|
1219
1211
|
{
|
|
1220
|
-
"type": "
|
|
1221
|
-
"
|
|
1212
|
+
"type": "expressionWithTypeArguments",
|
|
1213
|
+
"expression": {
|
|
1222
1214
|
"type": "identifier",
|
|
1223
|
-
"name": "
|
|
1224
|
-
}
|
|
1225
|
-
"annotation": {
|
|
1226
|
-
"type": "keyword",
|
|
1227
|
-
"value": "boolean"
|
|
1228
|
-
},
|
|
1229
|
-
"optional": true,
|
|
1230
|
-
"computed": false
|
|
1215
|
+
"name": "ContextConf"
|
|
1216
|
+
}
|
|
1231
1217
|
}
|
|
1232
1218
|
]
|
|
1233
1219
|
}
|
|
1234
1220
|
]
|
|
1235
1221
|
},
|
|
1236
|
-
"visual-builder.pre-generated-
|
|
1237
|
-
"properties": [],
|
|
1238
|
-
"events": [],
|
|
1239
|
-
"methods": []
|
|
1240
|
-
},
|
|
1241
|
-
"visual-builder.pre-generated-container": {
|
|
1222
|
+
"visual-builder.pre-generated-config-preview": {
|
|
1242
1223
|
"properties": [
|
|
1243
1224
|
{
|
|
1244
|
-
"name": "
|
|
1225
|
+
"name": "previewUrl",
|
|
1226
|
+
"annotation": {
|
|
1227
|
+
"type": "keyword",
|
|
1228
|
+
"value": "string"
|
|
1229
|
+
}
|
|
1230
|
+
},
|
|
1231
|
+
{
|
|
1232
|
+
"name": "container",
|
|
1245
1233
|
"annotation": {
|
|
1246
1234
|
"type": "reference",
|
|
1247
1235
|
"typeName": {
|
|
1248
1236
|
"type": "identifier",
|
|
1249
|
-
"name": "
|
|
1237
|
+
"name": "ContainerType"
|
|
1250
1238
|
}
|
|
1251
1239
|
}
|
|
1252
1240
|
},
|
|
1253
1241
|
{
|
|
1254
|
-
"name": "
|
|
1255
|
-
"annotation": {
|
|
1256
|
-
"type": "keyword",
|
|
1257
|
-
"value": "unknown"
|
|
1258
|
-
}
|
|
1259
|
-
}
|
|
1260
|
-
],
|
|
1261
|
-
"events": [],
|
|
1262
|
-
"methods": []
|
|
1263
|
-
},
|
|
1264
|
-
"visual-builder.workbench-action-list": {
|
|
1265
|
-
"properties": [
|
|
1266
|
-
{
|
|
1267
|
-
"name": "appId",
|
|
1242
|
+
"name": "attrList",
|
|
1268
1243
|
"annotation": {
|
|
1269
|
-
"type": "
|
|
1270
|
-
"
|
|
1244
|
+
"type": "array",
|
|
1245
|
+
"elementType": {
|
|
1246
|
+
"type": "reference",
|
|
1247
|
+
"typeName": {
|
|
1248
|
+
"type": "identifier",
|
|
1249
|
+
"name": "ObjectAttr"
|
|
1250
|
+
}
|
|
1251
|
+
}
|
|
1271
1252
|
}
|
|
1272
1253
|
},
|
|
1273
1254
|
{
|
|
1274
|
-
"name": "
|
|
1255
|
+
"name": "mockList",
|
|
1275
1256
|
"annotation": {
|
|
1276
|
-
"type": "
|
|
1277
|
-
"
|
|
1278
|
-
"type": "
|
|
1279
|
-
"
|
|
1257
|
+
"type": "array",
|
|
1258
|
+
"elementType": {
|
|
1259
|
+
"type": "reference",
|
|
1260
|
+
"typeName": {
|
|
1261
|
+
"type": "identifier",
|
|
1262
|
+
"name": "Record"
|
|
1263
|
+
},
|
|
1264
|
+
"typeParameters": {
|
|
1265
|
+
"type": "typeParameterInstantiation",
|
|
1266
|
+
"params": [
|
|
1267
|
+
{
|
|
1268
|
+
"type": "keyword",
|
|
1269
|
+
"value": "string"
|
|
1270
|
+
},
|
|
1271
|
+
{
|
|
1272
|
+
"type": "keyword",
|
|
1273
|
+
"value": "unknown"
|
|
1274
|
+
}
|
|
1275
|
+
]
|
|
1276
|
+
}
|
|
1280
1277
|
}
|
|
1281
1278
|
}
|
|
1282
1279
|
}
|
|
@@ -1284,53 +1281,78 @@
|
|
|
1284
1281
|
"events": [],
|
|
1285
1282
|
"methods": [],
|
|
1286
1283
|
"types": [
|
|
1284
|
+
{
|
|
1285
|
+
"type": "typeAlias",
|
|
1286
|
+
"name": "ContainerType",
|
|
1287
|
+
"annotation": {
|
|
1288
|
+
"type": "union",
|
|
1289
|
+
"types": [
|
|
1290
|
+
{
|
|
1291
|
+
"type": "jsLiteral",
|
|
1292
|
+
"value": "table"
|
|
1293
|
+
},
|
|
1294
|
+
{
|
|
1295
|
+
"type": "jsLiteral",
|
|
1296
|
+
"value": "descriptions"
|
|
1297
|
+
}
|
|
1298
|
+
]
|
|
1299
|
+
}
|
|
1300
|
+
},
|
|
1287
1301
|
{
|
|
1288
1302
|
"type": "interface",
|
|
1289
|
-
"name": "
|
|
1303
|
+
"name": "ObjectAttr",
|
|
1290
1304
|
"body": [
|
|
1291
1305
|
{
|
|
1292
1306
|
"type": "propertySignature",
|
|
1293
1307
|
"key": {
|
|
1294
1308
|
"type": "identifier",
|
|
1295
|
-
"name": "
|
|
1309
|
+
"name": "id"
|
|
1296
1310
|
},
|
|
1297
1311
|
"annotation": {
|
|
1298
1312
|
"type": "keyword",
|
|
1299
1313
|
"value": "string"
|
|
1300
1314
|
},
|
|
1301
|
-
"optional": true,
|
|
1302
1315
|
"computed": false
|
|
1303
1316
|
},
|
|
1304
1317
|
{
|
|
1305
1318
|
"type": "propertySignature",
|
|
1306
1319
|
"key": {
|
|
1307
1320
|
"type": "identifier",
|
|
1308
|
-
"name": "
|
|
1321
|
+
"name": "name"
|
|
1309
1322
|
},
|
|
1310
1323
|
"annotation": {
|
|
1311
|
-
"type": "
|
|
1312
|
-
"
|
|
1313
|
-
"type": "identifier",
|
|
1314
|
-
"name": "GeneralIconProps"
|
|
1315
|
-
}
|
|
1324
|
+
"type": "keyword",
|
|
1325
|
+
"value": "string"
|
|
1316
1326
|
},
|
|
1317
|
-
"optional": true,
|
|
1318
1327
|
"computed": false
|
|
1319
1328
|
},
|
|
1320
1329
|
{
|
|
1321
1330
|
"type": "propertySignature",
|
|
1322
1331
|
"key": {
|
|
1323
1332
|
"type": "identifier",
|
|
1324
|
-
"name": "
|
|
1333
|
+
"name": "enum"
|
|
1325
1334
|
},
|
|
1326
1335
|
"annotation": {
|
|
1327
1336
|
"type": "array",
|
|
1328
1337
|
"elementType": {
|
|
1329
|
-
"type": "
|
|
1330
|
-
"
|
|
1331
|
-
|
|
1332
|
-
|
|
1333
|
-
|
|
1338
|
+
"type": "keyword",
|
|
1339
|
+
"value": "unknown"
|
|
1340
|
+
}
|
|
1341
|
+
},
|
|
1342
|
+
"optional": true,
|
|
1343
|
+
"computed": false
|
|
1344
|
+
},
|
|
1345
|
+
{
|
|
1346
|
+
"type": "propertySignature",
|
|
1347
|
+
"key": {
|
|
1348
|
+
"type": "identifier",
|
|
1349
|
+
"name": "config"
|
|
1350
|
+
},
|
|
1351
|
+
"annotation": {
|
|
1352
|
+
"type": "reference",
|
|
1353
|
+
"typeName": {
|
|
1354
|
+
"type": "identifier",
|
|
1355
|
+
"name": "VisualConfig"
|
|
1334
1356
|
}
|
|
1335
1357
|
},
|
|
1336
1358
|
"optional": true,
|
|
@@ -1340,69 +1362,640 @@
|
|
|
1340
1362
|
}
|
|
1341
1363
|
]
|
|
1342
1364
|
},
|
|
1343
|
-
"visual-builder.
|
|
1344
|
-
"
|
|
1345
|
-
"params": [
|
|
1365
|
+
"visual-builder.raw-metric-preview": {
|
|
1366
|
+
"properties": [
|
|
1346
1367
|
{
|
|
1347
|
-
"name": "
|
|
1368
|
+
"name": "previewUrl",
|
|
1369
|
+
"annotation": {
|
|
1370
|
+
"type": "keyword",
|
|
1371
|
+
"value": "string"
|
|
1372
|
+
}
|
|
1373
|
+
},
|
|
1374
|
+
{
|
|
1375
|
+
"name": "generations",
|
|
1348
1376
|
"annotation": {
|
|
1349
1377
|
"type": "array",
|
|
1350
1378
|
"elementType": {
|
|
1351
1379
|
"type": "reference",
|
|
1352
1380
|
"typeName": {
|
|
1353
1381
|
"type": "identifier",
|
|
1354
|
-
"name": "
|
|
1382
|
+
"name": "MetricGeneration"
|
|
1355
1383
|
}
|
|
1356
1384
|
}
|
|
1357
1385
|
}
|
|
1358
1386
|
},
|
|
1359
1387
|
{
|
|
1360
|
-
"name": "
|
|
1388
|
+
"name": "grouped",
|
|
1361
1389
|
"annotation": {
|
|
1362
|
-
"type": "
|
|
1363
|
-
"
|
|
1364
|
-
|
|
1365
|
-
|
|
1366
|
-
|
|
1367
|
-
|
|
1368
|
-
|
|
1369
|
-
|
|
1370
|
-
|
|
1390
|
+
"type": "keyword",
|
|
1391
|
+
"value": "boolean"
|
|
1392
|
+
}
|
|
1393
|
+
},
|
|
1394
|
+
{
|
|
1395
|
+
"name": "busy",
|
|
1396
|
+
"annotation": {
|
|
1397
|
+
"type": "keyword",
|
|
1398
|
+
"value": "boolean"
|
|
1399
|
+
}
|
|
1400
|
+
},
|
|
1401
|
+
{
|
|
1402
|
+
"name": "theme",
|
|
1403
|
+
"annotation": {
|
|
1404
|
+
"type": "keyword",
|
|
1405
|
+
"value": "string"
|
|
1406
|
+
}
|
|
1407
|
+
},
|
|
1408
|
+
{
|
|
1409
|
+
"name": "uiVersion",
|
|
1410
|
+
"annotation": {
|
|
1411
|
+
"type": "keyword",
|
|
1412
|
+
"value": "string"
|
|
1413
|
+
}
|
|
1414
|
+
},
|
|
1415
|
+
{
|
|
1416
|
+
"name": "app",
|
|
1417
|
+
"annotation": {
|
|
1418
|
+
"type": "reference",
|
|
1419
|
+
"typeName": {
|
|
1420
|
+
"type": "identifier",
|
|
1421
|
+
"name": "MicroApp"
|
|
1422
|
+
}
|
|
1423
|
+
}
|
|
1424
|
+
}
|
|
1425
|
+
],
|
|
1426
|
+
"events": [],
|
|
1427
|
+
"methods": [],
|
|
1428
|
+
"types": [
|
|
1429
|
+
{
|
|
1430
|
+
"type": "interface",
|
|
1431
|
+
"name": "MetricGeneration",
|
|
1432
|
+
"body": [
|
|
1433
|
+
{
|
|
1434
|
+
"type": "propertySignature",
|
|
1435
|
+
"key": {
|
|
1436
|
+
"type": "identifier",
|
|
1437
|
+
"name": "generationId"
|
|
1438
|
+
},
|
|
1439
|
+
"annotation": {
|
|
1440
|
+
"type": "keyword",
|
|
1441
|
+
"value": "string"
|
|
1442
|
+
},
|
|
1443
|
+
"optional": true,
|
|
1444
|
+
"computed": false
|
|
1445
|
+
},
|
|
1446
|
+
{
|
|
1447
|
+
"type": "propertySignature",
|
|
1448
|
+
"key": {
|
|
1449
|
+
"type": "identifier",
|
|
1450
|
+
"name": "objectId"
|
|
1451
|
+
},
|
|
1452
|
+
"annotation": {
|
|
1453
|
+
"type": "keyword",
|
|
1454
|
+
"value": "string"
|
|
1455
|
+
},
|
|
1456
|
+
"computed": false
|
|
1457
|
+
},
|
|
1458
|
+
{
|
|
1459
|
+
"type": "propertySignature",
|
|
1460
|
+
"key": {
|
|
1461
|
+
"type": "identifier",
|
|
1462
|
+
"name": "objectName"
|
|
1463
|
+
},
|
|
1464
|
+
"annotation": {
|
|
1465
|
+
"type": "keyword",
|
|
1466
|
+
"value": "string"
|
|
1467
|
+
},
|
|
1468
|
+
"computed": false
|
|
1469
|
+
},
|
|
1470
|
+
{
|
|
1471
|
+
"type": "propertySignature",
|
|
1472
|
+
"key": {
|
|
1473
|
+
"type": "identifier",
|
|
1474
|
+
"name": "propertyId"
|
|
1475
|
+
},
|
|
1476
|
+
"annotation": {
|
|
1477
|
+
"type": "keyword",
|
|
1478
|
+
"value": "string"
|
|
1479
|
+
},
|
|
1480
|
+
"computed": false
|
|
1481
|
+
},
|
|
1482
|
+
{
|
|
1483
|
+
"type": "propertySignature",
|
|
1484
|
+
"key": {
|
|
1485
|
+
"type": "identifier",
|
|
1486
|
+
"name": "propertyName"
|
|
1487
|
+
},
|
|
1488
|
+
"annotation": {
|
|
1489
|
+
"type": "keyword",
|
|
1490
|
+
"value": "string"
|
|
1491
|
+
},
|
|
1492
|
+
"optional": true,
|
|
1493
|
+
"computed": false
|
|
1494
|
+
},
|
|
1495
|
+
{
|
|
1496
|
+
"type": "propertySignature",
|
|
1497
|
+
"key": {
|
|
1498
|
+
"type": "identifier",
|
|
1499
|
+
"name": "propertyUnit"
|
|
1500
|
+
},
|
|
1501
|
+
"annotation": {
|
|
1502
|
+
"type": "keyword",
|
|
1503
|
+
"value": "string"
|
|
1504
|
+
},
|
|
1505
|
+
"computed": false
|
|
1506
|
+
},
|
|
1507
|
+
{
|
|
1508
|
+
"type": "propertySignature",
|
|
1509
|
+
"key": {
|
|
1510
|
+
"type": "identifier",
|
|
1511
|
+
"name": "propertyDataType"
|
|
1512
|
+
},
|
|
1513
|
+
"annotation": {
|
|
1514
|
+
"type": "union",
|
|
1515
|
+
"types": [
|
|
1516
|
+
{
|
|
1517
|
+
"type": "jsLiteral",
|
|
1518
|
+
"value": "long"
|
|
1519
|
+
},
|
|
1520
|
+
{
|
|
1521
|
+
"type": "jsLiteral",
|
|
1522
|
+
"value": "double"
|
|
1523
|
+
}
|
|
1524
|
+
]
|
|
1525
|
+
},
|
|
1526
|
+
"computed": false
|
|
1527
|
+
},
|
|
1528
|
+
{
|
|
1529
|
+
"type": "propertySignature",
|
|
1530
|
+
"key": {
|
|
1531
|
+
"type": "identifier",
|
|
1532
|
+
"name": "propertyInstanceId"
|
|
1533
|
+
},
|
|
1534
|
+
"annotation": {
|
|
1535
|
+
"type": "keyword",
|
|
1536
|
+
"value": "string"
|
|
1537
|
+
},
|
|
1538
|
+
"optional": true,
|
|
1539
|
+
"computed": false
|
|
1540
|
+
},
|
|
1541
|
+
{
|
|
1542
|
+
"type": "propertySignature",
|
|
1543
|
+
"key": {
|
|
1544
|
+
"type": "identifier",
|
|
1545
|
+
"name": "comment"
|
|
1546
|
+
},
|
|
1547
|
+
"annotation": {
|
|
1548
|
+
"type": "keyword",
|
|
1549
|
+
"value": "string"
|
|
1550
|
+
},
|
|
1551
|
+
"optional": true,
|
|
1552
|
+
"computed": false
|
|
1553
|
+
},
|
|
1554
|
+
{
|
|
1555
|
+
"type": "propertySignature",
|
|
1556
|
+
"key": {
|
|
1557
|
+
"type": "identifier",
|
|
1558
|
+
"name": "approved"
|
|
1559
|
+
},
|
|
1560
|
+
"annotation": {
|
|
1561
|
+
"type": "keyword",
|
|
1562
|
+
"value": "boolean"
|
|
1563
|
+
},
|
|
1564
|
+
"optional": true,
|
|
1565
|
+
"computed": false
|
|
1566
|
+
},
|
|
1567
|
+
{
|
|
1568
|
+
"type": "propertySignature",
|
|
1569
|
+
"key": {
|
|
1570
|
+
"type": "identifier",
|
|
1571
|
+
"name": "candidates"
|
|
1572
|
+
},
|
|
1573
|
+
"annotation": {
|
|
1574
|
+
"type": "union",
|
|
1575
|
+
"types": [
|
|
1576
|
+
{
|
|
1577
|
+
"type": "array",
|
|
1578
|
+
"elementType": {
|
|
1579
|
+
"type": "reference",
|
|
1580
|
+
"typeName": {
|
|
1581
|
+
"type": "identifier",
|
|
1582
|
+
"name": "MetricVisualConfig"
|
|
1583
|
+
}
|
|
1584
|
+
}
|
|
1585
|
+
},
|
|
1586
|
+
{
|
|
1587
|
+
"type": "keyword",
|
|
1588
|
+
"value": "null"
|
|
1589
|
+
}
|
|
1590
|
+
]
|
|
1591
|
+
},
|
|
1592
|
+
"computed": false
|
|
1593
|
+
},
|
|
1594
|
+
{
|
|
1595
|
+
"type": "propertySignature",
|
|
1596
|
+
"key": {
|
|
1597
|
+
"type": "identifier",
|
|
1598
|
+
"name": "mockData"
|
|
1599
|
+
},
|
|
1600
|
+
"annotation": {
|
|
1601
|
+
"type": "array",
|
|
1602
|
+
"elementType": {
|
|
1371
1603
|
"type": "keyword",
|
|
1372
|
-
"value": "
|
|
1373
|
-
}
|
|
1374
|
-
|
|
1604
|
+
"value": "unknown"
|
|
1605
|
+
}
|
|
1606
|
+
},
|
|
1607
|
+
"computed": false
|
|
1608
|
+
},
|
|
1609
|
+
{
|
|
1610
|
+
"type": "propertySignature",
|
|
1611
|
+
"key": {
|
|
1612
|
+
"type": "identifier",
|
|
1613
|
+
"name": "groupIndex"
|
|
1614
|
+
},
|
|
1615
|
+
"annotation": {
|
|
1616
|
+
"type": "keyword",
|
|
1617
|
+
"value": "number"
|
|
1618
|
+
},
|
|
1619
|
+
"optional": true,
|
|
1620
|
+
"computed": false
|
|
1621
|
+
},
|
|
1622
|
+
{
|
|
1623
|
+
"type": "propertySignature",
|
|
1624
|
+
"key": {
|
|
1625
|
+
"type": "identifier",
|
|
1626
|
+
"name": "group"
|
|
1627
|
+
},
|
|
1628
|
+
"annotation": {
|
|
1629
|
+
"type": "keyword",
|
|
1630
|
+
"value": "string"
|
|
1631
|
+
},
|
|
1632
|
+
"optional": true,
|
|
1633
|
+
"computed": false
|
|
1634
|
+
},
|
|
1635
|
+
{
|
|
1636
|
+
"type": "propertySignature",
|
|
1637
|
+
"key": {
|
|
1638
|
+
"type": "identifier",
|
|
1639
|
+
"name": "counter"
|
|
1640
|
+
},
|
|
1641
|
+
"annotation": {
|
|
1642
|
+
"type": "keyword",
|
|
1643
|
+
"value": "string"
|
|
1644
|
+
},
|
|
1645
|
+
"optional": true,
|
|
1646
|
+
"computed": false
|
|
1647
|
+
}
|
|
1648
|
+
]
|
|
1649
|
+
}
|
|
1650
|
+
]
|
|
1651
|
+
},
|
|
1652
|
+
"visual-builder.generate-snippets-context-menu": {
|
|
1653
|
+
"properties": [
|
|
1654
|
+
{
|
|
1655
|
+
"name": "options",
|
|
1656
|
+
"annotation": {
|
|
1657
|
+
"type": "array",
|
|
1658
|
+
"elementType": {
|
|
1659
|
+
"type": "reference",
|
|
1660
|
+
"typeName": {
|
|
1661
|
+
"type": "identifier",
|
|
1662
|
+
"name": "SnippetOption"
|
|
1663
|
+
}
|
|
1664
|
+
}
|
|
1665
|
+
}
|
|
1666
|
+
},
|
|
1667
|
+
{
|
|
1668
|
+
"name": "active",
|
|
1669
|
+
"annotation": {
|
|
1670
|
+
"type": "keyword",
|
|
1671
|
+
"value": "boolean"
|
|
1672
|
+
}
|
|
1673
|
+
},
|
|
1674
|
+
{
|
|
1675
|
+
"name": "position",
|
|
1676
|
+
"annotation": {
|
|
1677
|
+
"type": "reference",
|
|
1678
|
+
"typeName": {
|
|
1679
|
+
"type": "identifier",
|
|
1680
|
+
"name": "Position"
|
|
1681
|
+
}
|
|
1682
|
+
}
|
|
1683
|
+
}
|
|
1684
|
+
],
|
|
1685
|
+
"events": [
|
|
1686
|
+
{
|
|
1687
|
+
"name": "item.drag.start",
|
|
1688
|
+
"detail": {
|
|
1689
|
+
"annotation": {
|
|
1690
|
+
"type": "reference",
|
|
1691
|
+
"typeName": {
|
|
1692
|
+
"type": "identifier",
|
|
1693
|
+
"name": "SnippetItem"
|
|
1694
|
+
}
|
|
1695
|
+
}
|
|
1696
|
+
}
|
|
1697
|
+
},
|
|
1698
|
+
{
|
|
1699
|
+
"name": "item.drag.end",
|
|
1700
|
+
"detail": {
|
|
1701
|
+
"annotation": {
|
|
1702
|
+
"type": "reference",
|
|
1703
|
+
"typeName": {
|
|
1704
|
+
"type": "identifier",
|
|
1705
|
+
"name": "SnippetItem"
|
|
1706
|
+
}
|
|
1707
|
+
}
|
|
1708
|
+
}
|
|
1709
|
+
}
|
|
1710
|
+
],
|
|
1711
|
+
"methods": [
|
|
1712
|
+
{
|
|
1713
|
+
"name": "open",
|
|
1714
|
+
"params": [
|
|
1715
|
+
{
|
|
1716
|
+
"name": "param_1",
|
|
1717
|
+
"annotation": {
|
|
1718
|
+
"type": "reference",
|
|
1719
|
+
"typeName": {
|
|
1720
|
+
"type": "identifier",
|
|
1721
|
+
"name": "OpenInfo"
|
|
1722
|
+
}
|
|
1723
|
+
}
|
|
1724
|
+
}
|
|
1725
|
+
],
|
|
1726
|
+
"returns": {}
|
|
1727
|
+
},
|
|
1728
|
+
{
|
|
1729
|
+
"name": "close",
|
|
1730
|
+
"params": [],
|
|
1731
|
+
"returns": {}
|
|
1732
|
+
}
|
|
1733
|
+
],
|
|
1734
|
+
"types": [
|
|
1735
|
+
{
|
|
1736
|
+
"type": "interface",
|
|
1737
|
+
"name": "SnippetOption",
|
|
1738
|
+
"body": [
|
|
1739
|
+
{
|
|
1740
|
+
"type": "propertySignature",
|
|
1741
|
+
"key": {
|
|
1742
|
+
"type": "identifier",
|
|
1743
|
+
"name": "title"
|
|
1744
|
+
},
|
|
1745
|
+
"annotation": {
|
|
1746
|
+
"type": "keyword",
|
|
1747
|
+
"value": "string"
|
|
1748
|
+
},
|
|
1749
|
+
"optional": true,
|
|
1750
|
+
"computed": false
|
|
1751
|
+
},
|
|
1752
|
+
{
|
|
1753
|
+
"type": "propertySignature",
|
|
1754
|
+
"key": {
|
|
1755
|
+
"type": "identifier",
|
|
1756
|
+
"name": "children"
|
|
1757
|
+
},
|
|
1758
|
+
"annotation": {
|
|
1759
|
+
"type": "array",
|
|
1760
|
+
"elementType": {
|
|
1761
|
+
"type": "reference",
|
|
1762
|
+
"typeName": {
|
|
1763
|
+
"type": "identifier",
|
|
1764
|
+
"name": "SnippetItem"
|
|
1765
|
+
}
|
|
1766
|
+
}
|
|
1767
|
+
},
|
|
1768
|
+
"optional": true,
|
|
1769
|
+
"computed": false
|
|
1770
|
+
}
|
|
1771
|
+
]
|
|
1772
|
+
},
|
|
1773
|
+
{
|
|
1774
|
+
"type": "interface",
|
|
1775
|
+
"name": "SnippetItem",
|
|
1776
|
+
"body": [
|
|
1777
|
+
{
|
|
1778
|
+
"type": "propertySignature",
|
|
1779
|
+
"key": {
|
|
1780
|
+
"type": "identifier",
|
|
1781
|
+
"name": "text"
|
|
1782
|
+
},
|
|
1783
|
+
"annotation": {
|
|
1784
|
+
"type": "keyword",
|
|
1785
|
+
"value": "string"
|
|
1786
|
+
},
|
|
1787
|
+
"computed": false
|
|
1788
|
+
},
|
|
1789
|
+
{
|
|
1790
|
+
"type": "propertySignature",
|
|
1791
|
+
"key": {
|
|
1792
|
+
"type": "identifier",
|
|
1793
|
+
"name": "icon"
|
|
1794
|
+
},
|
|
1795
|
+
"annotation": {
|
|
1796
|
+
"type": "reference",
|
|
1797
|
+
"typeName": {
|
|
1798
|
+
"type": "identifier",
|
|
1799
|
+
"name": "GeneralIconProps"
|
|
1800
|
+
}
|
|
1801
|
+
},
|
|
1802
|
+
"optional": true,
|
|
1803
|
+
"computed": false
|
|
1804
|
+
},
|
|
1805
|
+
{
|
|
1806
|
+
"type": "propertySignature",
|
|
1807
|
+
"key": {
|
|
1808
|
+
"type": "identifier",
|
|
1809
|
+
"name": "disabled"
|
|
1810
|
+
},
|
|
1811
|
+
"annotation": {
|
|
1812
|
+
"type": "keyword",
|
|
1813
|
+
"value": "boolean"
|
|
1814
|
+
},
|
|
1815
|
+
"optional": true,
|
|
1816
|
+
"computed": false
|
|
1817
|
+
},
|
|
1818
|
+
{
|
|
1819
|
+
"type": "propertySignature",
|
|
1820
|
+
"key": {
|
|
1821
|
+
"type": "identifier",
|
|
1822
|
+
"name": "hidden"
|
|
1823
|
+
},
|
|
1824
|
+
"annotation": {
|
|
1825
|
+
"type": "keyword",
|
|
1826
|
+
"value": "boolean"
|
|
1827
|
+
},
|
|
1828
|
+
"optional": true,
|
|
1829
|
+
"computed": false
|
|
1830
|
+
},
|
|
1831
|
+
{
|
|
1832
|
+
"type": "propertySignature",
|
|
1833
|
+
"key": {
|
|
1834
|
+
"type": "identifier",
|
|
1835
|
+
"name": "tooltip"
|
|
1836
|
+
},
|
|
1837
|
+
"annotation": {
|
|
1838
|
+
"type": "keyword",
|
|
1839
|
+
"value": "string"
|
|
1840
|
+
},
|
|
1841
|
+
"optional": true,
|
|
1842
|
+
"computed": false
|
|
1843
|
+
},
|
|
1844
|
+
{
|
|
1845
|
+
"type": "propertySignature",
|
|
1846
|
+
"key": {
|
|
1847
|
+
"type": "identifier",
|
|
1848
|
+
"name": "dragConf"
|
|
1849
|
+
},
|
|
1850
|
+
"annotation": {
|
|
1851
|
+
"type": "typeLiteral",
|
|
1852
|
+
"members": [
|
|
1853
|
+
{
|
|
1854
|
+
"type": "propertySignature",
|
|
1855
|
+
"key": {
|
|
1856
|
+
"type": "identifier",
|
|
1857
|
+
"name": "format"
|
|
1858
|
+
},
|
|
1859
|
+
"annotation": {
|
|
1860
|
+
"type": "keyword",
|
|
1861
|
+
"value": "string"
|
|
1862
|
+
},
|
|
1863
|
+
"computed": false
|
|
1864
|
+
},
|
|
1865
|
+
{
|
|
1866
|
+
"type": "propertySignature",
|
|
1867
|
+
"key": {
|
|
1868
|
+
"type": "identifier",
|
|
1869
|
+
"name": "data"
|
|
1870
|
+
},
|
|
1871
|
+
"annotation": {
|
|
1872
|
+
"type": "keyword",
|
|
1873
|
+
"value": "unknown"
|
|
1874
|
+
},
|
|
1875
|
+
"computed": false
|
|
1876
|
+
}
|
|
1877
|
+
]
|
|
1878
|
+
},
|
|
1879
|
+
"optional": true,
|
|
1880
|
+
"computed": false
|
|
1881
|
+
}
|
|
1882
|
+
]
|
|
1883
|
+
},
|
|
1884
|
+
{
|
|
1885
|
+
"type": "typeAlias",
|
|
1886
|
+
"name": "Position",
|
|
1887
|
+
"annotation": {
|
|
1888
|
+
"type": "tuple",
|
|
1889
|
+
"elementTypes": [
|
|
1890
|
+
{
|
|
1891
|
+
"type": "namedTupleMember",
|
|
1892
|
+
"label": "x",
|
|
1893
|
+
"optional": false,
|
|
1894
|
+
"elementType": {
|
|
1895
|
+
"type": "keyword",
|
|
1896
|
+
"value": "number"
|
|
1897
|
+
}
|
|
1898
|
+
},
|
|
1899
|
+
{
|
|
1900
|
+
"type": "namedTupleMember",
|
|
1901
|
+
"label": "y",
|
|
1902
|
+
"optional": false,
|
|
1903
|
+
"elementType": {
|
|
1904
|
+
"type": "keyword",
|
|
1905
|
+
"value": "number"
|
|
1906
|
+
}
|
|
1907
|
+
}
|
|
1908
|
+
]
|
|
1909
|
+
}
|
|
1910
|
+
},
|
|
1911
|
+
{
|
|
1912
|
+
"type": "interface",
|
|
1913
|
+
"name": "OpenInfo",
|
|
1914
|
+
"body": [
|
|
1915
|
+
{
|
|
1916
|
+
"type": "propertySignature",
|
|
1917
|
+
"key": {
|
|
1918
|
+
"type": "identifier",
|
|
1919
|
+
"name": "position"
|
|
1920
|
+
},
|
|
1921
|
+
"annotation": {
|
|
1922
|
+
"type": "reference",
|
|
1923
|
+
"typeName": {
|
|
1924
|
+
"type": "identifier",
|
|
1925
|
+
"name": "Position"
|
|
1926
|
+
}
|
|
1927
|
+
},
|
|
1928
|
+
"computed": false,
|
|
1929
|
+
"description": "通常设为 `[EVENT.clientX, EVENT.clientY]`"
|
|
1930
|
+
}
|
|
1931
|
+
]
|
|
1932
|
+
}
|
|
1933
|
+
]
|
|
1934
|
+
},
|
|
1935
|
+
"visual-builder.chat-conversation": {
|
|
1936
|
+
"properties": [
|
|
1937
|
+
{
|
|
1938
|
+
"name": "messages",
|
|
1939
|
+
"annotation": {
|
|
1940
|
+
"type": "array",
|
|
1941
|
+
"elementType": {
|
|
1942
|
+
"type": "reference",
|
|
1943
|
+
"typeName": {
|
|
1944
|
+
"type": "identifier",
|
|
1945
|
+
"name": "Message"
|
|
1946
|
+
}
|
|
1947
|
+
}
|
|
1948
|
+
}
|
|
1949
|
+
},
|
|
1950
|
+
{
|
|
1951
|
+
"name": "errorBoundary",
|
|
1952
|
+
"annotation": {
|
|
1953
|
+
"type": "keyword",
|
|
1954
|
+
"value": "boolean"
|
|
1955
|
+
}
|
|
1956
|
+
}
|
|
1957
|
+
],
|
|
1958
|
+
"events": [
|
|
1959
|
+
{
|
|
1960
|
+
"name": "storyboard.update",
|
|
1961
|
+
"detail": {
|
|
1962
|
+
"annotation": {
|
|
1963
|
+
"type": "array",
|
|
1964
|
+
"elementType": {
|
|
1965
|
+
"type": "reference",
|
|
1966
|
+
"typeName": {
|
|
1967
|
+
"type": "identifier",
|
|
1968
|
+
"name": "BrickConf"
|
|
1969
|
+
}
|
|
1375
1970
|
}
|
|
1376
|
-
]
|
|
1377
|
-
}
|
|
1378
|
-
}
|
|
1379
|
-
],
|
|
1380
|
-
"returns": {
|
|
1381
|
-
"annotation": {
|
|
1382
|
-
"type": "array",
|
|
1383
|
-
"elementType": {
|
|
1384
|
-
"type": "reference",
|
|
1385
|
-
"typeName": {
|
|
1386
|
-
"type": "identifier",
|
|
1387
|
-
"name": "NodeItem"
|
|
1388
1971
|
}
|
|
1389
1972
|
}
|
|
1390
1973
|
}
|
|
1391
|
-
|
|
1974
|
+
],
|
|
1975
|
+
"methods": [],
|
|
1392
1976
|
"types": [
|
|
1393
1977
|
{
|
|
1394
1978
|
"type": "interface",
|
|
1395
|
-
"name": "
|
|
1979
|
+
"name": "Message",
|
|
1396
1980
|
"body": [
|
|
1397
1981
|
{
|
|
1398
1982
|
"type": "propertySignature",
|
|
1399
1983
|
"key": {
|
|
1400
1984
|
"type": "identifier",
|
|
1401
|
-
"name": "
|
|
1985
|
+
"name": "role"
|
|
1402
1986
|
},
|
|
1403
1987
|
"annotation": {
|
|
1404
|
-
"type": "
|
|
1405
|
-
"
|
|
1988
|
+
"type": "union",
|
|
1989
|
+
"types": [
|
|
1990
|
+
{
|
|
1991
|
+
"type": "jsLiteral",
|
|
1992
|
+
"value": "user"
|
|
1993
|
+
},
|
|
1994
|
+
{
|
|
1995
|
+
"type": "jsLiteral",
|
|
1996
|
+
"value": "assistant"
|
|
1997
|
+
}
|
|
1998
|
+
]
|
|
1406
1999
|
},
|
|
1407
2000
|
"computed": false
|
|
1408
2001
|
},
|
|
@@ -1410,7 +2003,7 @@
|
|
|
1410
2003
|
"type": "propertySignature",
|
|
1411
2004
|
"key": {
|
|
1412
2005
|
"type": "identifier",
|
|
1413
|
-
"name": "
|
|
2006
|
+
"name": "content"
|
|
1414
2007
|
},
|
|
1415
2008
|
"annotation": {
|
|
1416
2009
|
"type": "keyword",
|
|
@@ -1422,27 +2015,23 @@
|
|
|
1422
2015
|
"type": "propertySignature",
|
|
1423
2016
|
"key": {
|
|
1424
2017
|
"type": "identifier",
|
|
1425
|
-
"name": "
|
|
2018
|
+
"name": "key"
|
|
1426
2019
|
},
|
|
1427
2020
|
"annotation": {
|
|
1428
2021
|
"type": "keyword",
|
|
1429
|
-
"value": "
|
|
2022
|
+
"value": "number"
|
|
1430
2023
|
},
|
|
1431
|
-
"optional": true,
|
|
1432
2024
|
"computed": false
|
|
1433
2025
|
},
|
|
1434
2026
|
{
|
|
1435
2027
|
"type": "propertySignature",
|
|
1436
2028
|
"key": {
|
|
1437
2029
|
"type": "identifier",
|
|
1438
|
-
"name": "
|
|
2030
|
+
"name": "partial"
|
|
1439
2031
|
},
|
|
1440
2032
|
"annotation": {
|
|
1441
|
-
"type": "
|
|
1442
|
-
"
|
|
1443
|
-
"type": "identifier",
|
|
1444
|
-
"name": "MenuIcon"
|
|
1445
|
-
}
|
|
2033
|
+
"type": "keyword",
|
|
2034
|
+
"value": "boolean"
|
|
1446
2035
|
},
|
|
1447
2036
|
"optional": true,
|
|
1448
2037
|
"computed": false
|
|
@@ -1451,187 +2040,155 @@
|
|
|
1451
2040
|
"type": "propertySignature",
|
|
1452
2041
|
"key": {
|
|
1453
2042
|
"type": "identifier",
|
|
1454
|
-
"name": "
|
|
2043
|
+
"name": "failed"
|
|
1455
2044
|
},
|
|
1456
2045
|
"annotation": {
|
|
2046
|
+
"type": "keyword",
|
|
2047
|
+
"value": "boolean"
|
|
2048
|
+
},
|
|
2049
|
+
"optional": true,
|
|
2050
|
+
"computed": false
|
|
2051
|
+
}
|
|
2052
|
+
]
|
|
2053
|
+
}
|
|
2054
|
+
]
|
|
2055
|
+
},
|
|
2056
|
+
"visual-builder.get-config-by-data-for-ai": {
|
|
2057
|
+
"type": "provider",
|
|
2058
|
+
"params": [
|
|
2059
|
+
{
|
|
2060
|
+
"name": "data",
|
|
2061
|
+
"annotation": {
|
|
2062
|
+
"type": "union",
|
|
2063
|
+
"types": [
|
|
2064
|
+
{
|
|
1457
2065
|
"type": "reference",
|
|
1458
2066
|
"typeName": {
|
|
1459
2067
|
"type": "identifier",
|
|
1460
|
-
"name": "
|
|
2068
|
+
"name": "Data"
|
|
1461
2069
|
}
|
|
1462
2070
|
},
|
|
1463
|
-
|
|
1464
|
-
"computed": false
|
|
1465
|
-
},
|
|
1466
|
-
{
|
|
1467
|
-
"type": "propertySignature",
|
|
1468
|
-
"key": {
|
|
1469
|
-
"type": "identifier",
|
|
1470
|
-
"name": "unreachable"
|
|
1471
|
-
},
|
|
1472
|
-
"annotation": {
|
|
2071
|
+
{
|
|
1473
2072
|
"type": "keyword",
|
|
1474
|
-
"value": "
|
|
1475
|
-
},
|
|
1476
|
-
"optional": true,
|
|
1477
|
-
"computed": false
|
|
1478
|
-
},
|
|
1479
|
-
{
|
|
1480
|
-
"type": "propertySignature",
|
|
1481
|
-
"key": {
|
|
1482
|
-
"type": "identifier",
|
|
1483
|
-
"name": "children"
|
|
2073
|
+
"value": "undefined"
|
|
1484
2074
|
},
|
|
1485
|
-
|
|
1486
|
-
"type": "
|
|
1487
|
-
"
|
|
1488
|
-
|
|
1489
|
-
|
|
1490
|
-
|
|
1491
|
-
|
|
1492
|
-
|
|
2075
|
+
{
|
|
2076
|
+
"type": "keyword",
|
|
2077
|
+
"value": "null"
|
|
2078
|
+
}
|
|
2079
|
+
]
|
|
2080
|
+
}
|
|
2081
|
+
}
|
|
2082
|
+
],
|
|
2083
|
+
"returns": {
|
|
2084
|
+
"annotation": {
|
|
2085
|
+
"type": "reference",
|
|
2086
|
+
"typeName": {
|
|
2087
|
+
"type": "identifier",
|
|
2088
|
+
"name": "Promise"
|
|
2089
|
+
},
|
|
2090
|
+
"typeParameters": {
|
|
2091
|
+
"type": "typeParameterInstantiation",
|
|
2092
|
+
"params": [
|
|
2093
|
+
{
|
|
2094
|
+
"type": "reference",
|
|
2095
|
+
"typeName": {
|
|
2096
|
+
"type": "identifier",
|
|
2097
|
+
"name": "Config"
|
|
1493
2098
|
}
|
|
1494
|
-
}
|
|
1495
|
-
|
|
1496
|
-
|
|
1497
|
-
|
|
1498
|
-
|
|
1499
|
-
|
|
2099
|
+
}
|
|
2100
|
+
]
|
|
2101
|
+
}
|
|
2102
|
+
}
|
|
2103
|
+
},
|
|
2104
|
+
"types": [
|
|
1500
2105
|
{
|
|
1501
2106
|
"type": "interface",
|
|
1502
|
-
"name": "
|
|
2107
|
+
"name": "Data",
|
|
1503
2108
|
"body": [
|
|
1504
2109
|
{
|
|
1505
2110
|
"type": "propertySignature",
|
|
1506
2111
|
"key": {
|
|
1507
2112
|
"type": "identifier",
|
|
1508
|
-
"name": "
|
|
2113
|
+
"name": "name"
|
|
1509
2114
|
},
|
|
1510
2115
|
"annotation": {
|
|
1511
2116
|
"type": "keyword",
|
|
1512
2117
|
"value": "string"
|
|
1513
2118
|
},
|
|
1514
|
-
"optional": true,
|
|
1515
2119
|
"computed": false
|
|
1516
2120
|
},
|
|
1517
2121
|
{
|
|
1518
2122
|
"type": "propertySignature",
|
|
1519
2123
|
"key": {
|
|
1520
2124
|
"type": "identifier",
|
|
1521
|
-
"name": "
|
|
2125
|
+
"name": "value"
|
|
1522
2126
|
},
|
|
1523
2127
|
"annotation": {
|
|
1524
2128
|
"type": "keyword",
|
|
1525
|
-
"value": "
|
|
2129
|
+
"value": "unknown"
|
|
1526
2130
|
},
|
|
1527
|
-
"optional": true,
|
|
1528
2131
|
"computed": false
|
|
1529
2132
|
}
|
|
1530
|
-
],
|
|
1531
|
-
"extends": [
|
|
1532
|
-
{
|
|
1533
|
-
"type": "expressionWithTypeArguments",
|
|
1534
|
-
"expression": {
|
|
1535
|
-
"type": "identifier",
|
|
1536
|
-
"name": "ContextConf"
|
|
1537
|
-
}
|
|
1538
|
-
}
|
|
1539
2133
|
]
|
|
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
|
-
}
|
|
1551
|
-
},
|
|
1552
|
-
{
|
|
1553
|
-
"name": "container",
|
|
1554
|
-
"annotation": {
|
|
1555
|
-
"type": "reference",
|
|
1556
|
-
"typeName": {
|
|
1557
|
-
"type": "identifier",
|
|
1558
|
-
"name": "ContainerType"
|
|
1559
|
-
}
|
|
1560
|
-
}
|
|
1561
|
-
},
|
|
1562
|
-
{
|
|
1563
|
-
"name": "attrList",
|
|
1564
|
-
"annotation": {
|
|
1565
|
-
"type": "array",
|
|
1566
|
-
"elementType": {
|
|
1567
|
-
"type": "reference",
|
|
1568
|
-
"typeName": {
|
|
1569
|
-
"type": "identifier",
|
|
1570
|
-
"name": "ObjectAttr"
|
|
1571
|
-
}
|
|
1572
|
-
}
|
|
1573
|
-
}
|
|
1574
2134
|
},
|
|
1575
|
-
{
|
|
1576
|
-
"name": "mockList",
|
|
1577
|
-
"annotation": {
|
|
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
|
-
]
|
|
1597
|
-
}
|
|
1598
|
-
}
|
|
1599
|
-
}
|
|
1600
|
-
}
|
|
1601
|
-
],
|
|
1602
|
-
"events": [],
|
|
1603
|
-
"methods": [],
|
|
1604
|
-
"types": [
|
|
1605
2135
|
{
|
|
1606
2136
|
"type": "typeAlias",
|
|
1607
|
-
"name": "
|
|
2137
|
+
"name": "Config",
|
|
1608
2138
|
"annotation": {
|
|
1609
2139
|
"type": "union",
|
|
1610
2140
|
"types": [
|
|
1611
2141
|
{
|
|
1612
|
-
"type": "
|
|
1613
|
-
"
|
|
2142
|
+
"type": "reference",
|
|
2143
|
+
"typeName": {
|
|
2144
|
+
"type": "identifier",
|
|
2145
|
+
"name": "NormalConfig"
|
|
2146
|
+
}
|
|
1614
2147
|
},
|
|
1615
2148
|
{
|
|
1616
|
-
"type": "
|
|
1617
|
-
"
|
|
2149
|
+
"type": "reference",
|
|
2150
|
+
"typeName": {
|
|
2151
|
+
"type": "identifier",
|
|
2152
|
+
"name": "UnknownConfig"
|
|
2153
|
+
}
|
|
1618
2154
|
}
|
|
1619
2155
|
]
|
|
1620
2156
|
}
|
|
1621
2157
|
},
|
|
1622
2158
|
{
|
|
1623
2159
|
"type": "interface",
|
|
1624
|
-
"name": "
|
|
2160
|
+
"name": "NormalConfig",
|
|
1625
2161
|
"body": [
|
|
1626
2162
|
{
|
|
1627
2163
|
"type": "propertySignature",
|
|
1628
2164
|
"key": {
|
|
1629
2165
|
"type": "identifier",
|
|
1630
|
-
"name": "
|
|
2166
|
+
"name": "type"
|
|
2167
|
+
},
|
|
2168
|
+
"annotation": {
|
|
2169
|
+
"type": "reference",
|
|
2170
|
+
"typeName": {
|
|
2171
|
+
"type": "identifier",
|
|
2172
|
+
"name": "ConfigType"
|
|
2173
|
+
}
|
|
2174
|
+
},
|
|
2175
|
+
"computed": false
|
|
2176
|
+
},
|
|
2177
|
+
{
|
|
2178
|
+
"type": "propertySignature",
|
|
2179
|
+
"key": {
|
|
2180
|
+
"type": "identifier",
|
|
2181
|
+
"name": "attrList"
|
|
1631
2182
|
},
|
|
1632
2183
|
"annotation": {
|
|
1633
|
-
"type": "
|
|
1634
|
-
"
|
|
2184
|
+
"type": "array",
|
|
2185
|
+
"elementType": {
|
|
2186
|
+
"type": "reference",
|
|
2187
|
+
"typeName": {
|
|
2188
|
+
"type": "identifier",
|
|
2189
|
+
"name": "Attr"
|
|
2190
|
+
}
|
|
2191
|
+
}
|
|
1635
2192
|
},
|
|
1636
2193
|
"computed": false
|
|
1637
2194
|
},
|
|
@@ -1639,11 +2196,17 @@
|
|
|
1639
2196
|
"type": "propertySignature",
|
|
1640
2197
|
"key": {
|
|
1641
2198
|
"type": "identifier",
|
|
1642
|
-
"name": "
|
|
2199
|
+
"name": "metricGroups"
|
|
1643
2200
|
},
|
|
1644
2201
|
"annotation": {
|
|
1645
|
-
"type": "
|
|
1646
|
-
"
|
|
2202
|
+
"type": "array",
|
|
2203
|
+
"elementType": {
|
|
2204
|
+
"type": "reference",
|
|
2205
|
+
"typeName": {
|
|
2206
|
+
"type": "identifier",
|
|
2207
|
+
"name": "MetricGroup"
|
|
2208
|
+
}
|
|
2209
|
+
}
|
|
1647
2210
|
},
|
|
1648
2211
|
"computed": false
|
|
1649
2212
|
},
|
|
@@ -1651,7 +2214,7 @@
|
|
|
1651
2214
|
"type": "propertySignature",
|
|
1652
2215
|
"key": {
|
|
1653
2216
|
"type": "identifier",
|
|
1654
|
-
"name": "
|
|
2217
|
+
"name": "dataList"
|
|
1655
2218
|
},
|
|
1656
2219
|
"annotation": {
|
|
1657
2220
|
"type": "array",
|
|
@@ -1660,159 +2223,79 @@
|
|
|
1660
2223
|
"value": "unknown"
|
|
1661
2224
|
}
|
|
1662
2225
|
},
|
|
1663
|
-
"optional": true,
|
|
1664
2226
|
"computed": false
|
|
1665
2227
|
},
|
|
1666
2228
|
{
|
|
1667
2229
|
"type": "propertySignature",
|
|
1668
2230
|
"key": {
|
|
1669
2231
|
"type": "identifier",
|
|
1670
|
-
"name": "
|
|
2232
|
+
"name": "containerOptions"
|
|
1671
2233
|
},
|
|
1672
2234
|
"annotation": {
|
|
1673
|
-
"type": "
|
|
1674
|
-
"
|
|
1675
|
-
"type": "
|
|
1676
|
-
"
|
|
2235
|
+
"type": "array",
|
|
2236
|
+
"elementType": {
|
|
2237
|
+
"type": "reference",
|
|
2238
|
+
"typeName": {
|
|
2239
|
+
"type": "identifier",
|
|
2240
|
+
"name": "ContainerOption"
|
|
2241
|
+
}
|
|
1677
2242
|
}
|
|
1678
2243
|
},
|
|
1679
2244
|
"optional": true,
|
|
1680
2245
|
"computed": false
|
|
1681
2246
|
}
|
|
1682
2247
|
]
|
|
1683
|
-
}
|
|
1684
|
-
]
|
|
1685
|
-
},
|
|
1686
|
-
"visual-builder.generate-snippets-context-menu": {
|
|
1687
|
-
"properties": [
|
|
1688
|
-
{
|
|
1689
|
-
"name": "options",
|
|
1690
|
-
"annotation": {
|
|
1691
|
-
"type": "array",
|
|
1692
|
-
"elementType": {
|
|
1693
|
-
"type": "reference",
|
|
1694
|
-
"typeName": {
|
|
1695
|
-
"type": "identifier",
|
|
1696
|
-
"name": "SnippetOption"
|
|
1697
|
-
}
|
|
1698
|
-
}
|
|
1699
|
-
}
|
|
1700
|
-
},
|
|
1701
|
-
{
|
|
1702
|
-
"name": "active",
|
|
1703
|
-
"annotation": {
|
|
1704
|
-
"type": "keyword",
|
|
1705
|
-
"value": "boolean"
|
|
1706
|
-
}
|
|
1707
2248
|
},
|
|
1708
2249
|
{
|
|
1709
|
-
"
|
|
2250
|
+
"type": "typeAlias",
|
|
2251
|
+
"name": "ConfigType",
|
|
1710
2252
|
"annotation": {
|
|
1711
|
-
"type": "
|
|
1712
|
-
"
|
|
1713
|
-
|
|
1714
|
-
|
|
1715
|
-
|
|
1716
|
-
|
|
1717
|
-
|
|
1718
|
-
|
|
1719
|
-
|
|
1720
|
-
|
|
1721
|
-
|
|
1722
|
-
|
|
1723
|
-
|
|
1724
|
-
|
|
1725
|
-
|
|
1726
|
-
"type": "
|
|
1727
|
-
"
|
|
1728
|
-
}
|
|
1729
|
-
|
|
1730
|
-
|
|
1731
|
-
|
|
1732
|
-
{
|
|
1733
|
-
"name": "item.drag.end",
|
|
1734
|
-
"detail": {
|
|
1735
|
-
"annotation": {
|
|
1736
|
-
"type": "reference",
|
|
1737
|
-
"typeName": {
|
|
1738
|
-
"type": "identifier",
|
|
1739
|
-
"name": "SnippetItem"
|
|
2253
|
+
"type": "union",
|
|
2254
|
+
"types": [
|
|
2255
|
+
{
|
|
2256
|
+
"type": "jsLiteral",
|
|
2257
|
+
"value": "list"
|
|
2258
|
+
},
|
|
2259
|
+
{
|
|
2260
|
+
"type": "jsLiteral",
|
|
2261
|
+
"value": "list-with-pagination"
|
|
2262
|
+
},
|
|
2263
|
+
{
|
|
2264
|
+
"type": "jsLiteral",
|
|
2265
|
+
"value": "list-with-wrapper"
|
|
2266
|
+
},
|
|
2267
|
+
{
|
|
2268
|
+
"type": "jsLiteral",
|
|
2269
|
+
"value": "object"
|
|
2270
|
+
},
|
|
2271
|
+
{
|
|
2272
|
+
"type": "jsLiteral",
|
|
2273
|
+
"value": "unknown"
|
|
1740
2274
|
}
|
|
1741
|
-
|
|
2275
|
+
]
|
|
1742
2276
|
}
|
|
1743
|
-
}
|
|
1744
|
-
],
|
|
1745
|
-
"methods": [
|
|
1746
|
-
{
|
|
1747
|
-
"name": "open",
|
|
1748
|
-
"params": [
|
|
1749
|
-
{
|
|
1750
|
-
"name": "param_1",
|
|
1751
|
-
"annotation": {
|
|
1752
|
-
"type": "reference",
|
|
1753
|
-
"typeName": {
|
|
1754
|
-
"type": "identifier",
|
|
1755
|
-
"name": "OpenInfo"
|
|
1756
|
-
}
|
|
1757
|
-
}
|
|
1758
|
-
}
|
|
1759
|
-
],
|
|
1760
|
-
"returns": {}
|
|
1761
2277
|
},
|
|
1762
|
-
{
|
|
1763
|
-
"name": "close",
|
|
1764
|
-
"params": [],
|
|
1765
|
-
"returns": {}
|
|
1766
|
-
}
|
|
1767
|
-
],
|
|
1768
|
-
"types": [
|
|
1769
2278
|
{
|
|
1770
2279
|
"type": "interface",
|
|
1771
|
-
"name": "
|
|
2280
|
+
"name": "Attr",
|
|
1772
2281
|
"body": [
|
|
1773
2282
|
{
|
|
1774
2283
|
"type": "propertySignature",
|
|
1775
2284
|
"key": {
|
|
1776
2285
|
"type": "identifier",
|
|
1777
|
-
"name": "
|
|
2286
|
+
"name": "id"
|
|
1778
2287
|
},
|
|
1779
2288
|
"annotation": {
|
|
1780
2289
|
"type": "keyword",
|
|
1781
2290
|
"value": "string"
|
|
1782
2291
|
},
|
|
1783
|
-
"optional": true,
|
|
1784
2292
|
"computed": false
|
|
1785
2293
|
},
|
|
1786
2294
|
{
|
|
1787
2295
|
"type": "propertySignature",
|
|
1788
2296
|
"key": {
|
|
1789
2297
|
"type": "identifier",
|
|
1790
|
-
"name": "
|
|
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"
|
|
2298
|
+
"name": "name"
|
|
1816
2299
|
},
|
|
1817
2300
|
"annotation": {
|
|
1818
2301
|
"type": "keyword",
|
|
@@ -1824,13 +2307,13 @@
|
|
|
1824
2307
|
"type": "propertySignature",
|
|
1825
2308
|
"key": {
|
|
1826
2309
|
"type": "identifier",
|
|
1827
|
-
"name": "
|
|
2310
|
+
"name": "candidates"
|
|
1828
2311
|
},
|
|
1829
2312
|
"annotation": {
|
|
1830
|
-
"type": "
|
|
1831
|
-
"
|
|
1832
|
-
"type": "
|
|
1833
|
-
"
|
|
2313
|
+
"type": "array",
|
|
2314
|
+
"elementType": {
|
|
2315
|
+
"type": "keyword",
|
|
2316
|
+
"value": "unknown"
|
|
1834
2317
|
}
|
|
1835
2318
|
},
|
|
1836
2319
|
"optional": true,
|
|
@@ -1840,11 +2323,11 @@
|
|
|
1840
2323
|
"type": "propertySignature",
|
|
1841
2324
|
"key": {
|
|
1842
2325
|
"type": "identifier",
|
|
1843
|
-
"name": "
|
|
2326
|
+
"name": "metricKey"
|
|
1844
2327
|
},
|
|
1845
2328
|
"annotation": {
|
|
1846
2329
|
"type": "keyword",
|
|
1847
|
-
"value": "
|
|
2330
|
+
"value": "string"
|
|
1848
2331
|
},
|
|
1849
2332
|
"optional": true,
|
|
1850
2333
|
"computed": false
|
|
@@ -1853,183 +2336,76 @@
|
|
|
1853
2336
|
"type": "propertySignature",
|
|
1854
2337
|
"key": {
|
|
1855
2338
|
"type": "identifier",
|
|
1856
|
-
"name": "
|
|
2339
|
+
"name": "unit"
|
|
1857
2340
|
},
|
|
1858
2341
|
"annotation": {
|
|
1859
2342
|
"type": "keyword",
|
|
1860
|
-
"value": "
|
|
2343
|
+
"value": "string"
|
|
1861
2344
|
},
|
|
1862
2345
|
"optional": true,
|
|
1863
2346
|
"computed": false
|
|
1864
|
-
}
|
|
2347
|
+
}
|
|
2348
|
+
]
|
|
2349
|
+
},
|
|
2350
|
+
{
|
|
2351
|
+
"type": "interface",
|
|
2352
|
+
"name": "MetricGroup",
|
|
2353
|
+
"body": [
|
|
1865
2354
|
{
|
|
1866
2355
|
"type": "propertySignature",
|
|
1867
2356
|
"key": {
|
|
1868
2357
|
"type": "identifier",
|
|
1869
|
-
"name": "
|
|
2358
|
+
"name": "group"
|
|
1870
2359
|
},
|
|
1871
2360
|
"annotation": {
|
|
1872
2361
|
"type": "keyword",
|
|
1873
2362
|
"value": "string"
|
|
1874
2363
|
},
|
|
1875
|
-
"optional": true,
|
|
1876
2364
|
"computed": false
|
|
1877
2365
|
},
|
|
1878
2366
|
{
|
|
1879
2367
|
"type": "propertySignature",
|
|
1880
2368
|
"key": {
|
|
1881
2369
|
"type": "identifier",
|
|
1882
|
-
"name": "
|
|
2370
|
+
"name": "metrics"
|
|
1883
2371
|
},
|
|
1884
2372
|
"annotation": {
|
|
1885
|
-
"type": "
|
|
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,
|
|
1928
|
-
"elementType": {
|
|
1929
|
-
"type": "keyword",
|
|
1930
|
-
"value": "number"
|
|
1931
|
-
}
|
|
1932
|
-
},
|
|
1933
|
-
{
|
|
1934
|
-
"type": "namedTupleMember",
|
|
1935
|
-
"label": "y",
|
|
1936
|
-
"optional": false,
|
|
2373
|
+
"type": "array",
|
|
1937
2374
|
"elementType": {
|
|
1938
2375
|
"type": "keyword",
|
|
1939
|
-
"value": "
|
|
2376
|
+
"value": "string"
|
|
1940
2377
|
}
|
|
1941
|
-
}
|
|
1942
|
-
|
|
1943
|
-
|
|
1944
|
-
},
|
|
1945
|
-
{
|
|
1946
|
-
"type": "interface",
|
|
1947
|
-
"name": "OpenInfo",
|
|
1948
|
-
"body": [
|
|
2378
|
+
},
|
|
2379
|
+
"computed": false
|
|
2380
|
+
},
|
|
1949
2381
|
{
|
|
1950
2382
|
"type": "propertySignature",
|
|
1951
2383
|
"key": {
|
|
1952
2384
|
"type": "identifier",
|
|
1953
|
-
"name": "
|
|
2385
|
+
"name": "counter"
|
|
1954
2386
|
},
|
|
1955
2387
|
"annotation": {
|
|
1956
|
-
"type": "
|
|
1957
|
-
"
|
|
1958
|
-
"type": "identifier",
|
|
1959
|
-
"name": "Position"
|
|
1960
|
-
}
|
|
2388
|
+
"type": "keyword",
|
|
2389
|
+
"value": "string"
|
|
1961
2390
|
},
|
|
1962
|
-
"
|
|
1963
|
-
"
|
|
2391
|
+
"optional": true,
|
|
2392
|
+
"computed": false
|
|
1964
2393
|
}
|
|
1965
2394
|
]
|
|
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
2395
|
},
|
|
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
2396
|
{
|
|
2012
2397
|
"type": "interface",
|
|
2013
|
-
"name": "
|
|
2398
|
+
"name": "ContainerOption",
|
|
2014
2399
|
"body": [
|
|
2015
2400
|
{
|
|
2016
2401
|
"type": "propertySignature",
|
|
2017
2402
|
"key": {
|
|
2018
2403
|
"type": "identifier",
|
|
2019
|
-
"name": "
|
|
2404
|
+
"name": "label"
|
|
2020
2405
|
},
|
|
2021
2406
|
"annotation": {
|
|
2022
|
-
"type": "
|
|
2023
|
-
"
|
|
2024
|
-
{
|
|
2025
|
-
"type": "jsLiteral",
|
|
2026
|
-
"value": "user"
|
|
2027
|
-
},
|
|
2028
|
-
{
|
|
2029
|
-
"type": "jsLiteral",
|
|
2030
|
-
"value": "assistant"
|
|
2031
|
-
}
|
|
2032
|
-
]
|
|
2407
|
+
"type": "keyword",
|
|
2408
|
+
"value": "string"
|
|
2033
2409
|
},
|
|
2034
2410
|
"computed": false
|
|
2035
2411
|
},
|
|
@@ -2037,7 +2413,7 @@
|
|
|
2037
2413
|
"type": "propertySignature",
|
|
2038
2414
|
"key": {
|
|
2039
2415
|
"type": "identifier",
|
|
2040
|
-
"name": "
|
|
2416
|
+
"name": "value"
|
|
2041
2417
|
},
|
|
2042
2418
|
"annotation": {
|
|
2043
2419
|
"type": "keyword",
|
|
@@ -2049,19 +2425,20 @@
|
|
|
2049
2425
|
"type": "propertySignature",
|
|
2050
2426
|
"key": {
|
|
2051
2427
|
"type": "identifier",
|
|
2052
|
-
"name": "
|
|
2428
|
+
"name": "settings"
|
|
2053
2429
|
},
|
|
2054
2430
|
"annotation": {
|
|
2055
2431
|
"type": "keyword",
|
|
2056
|
-
"value": "
|
|
2432
|
+
"value": "unknown"
|
|
2057
2433
|
},
|
|
2434
|
+
"optional": true,
|
|
2058
2435
|
"computed": false
|
|
2059
2436
|
},
|
|
2060
2437
|
{
|
|
2061
2438
|
"type": "propertySignature",
|
|
2062
2439
|
"key": {
|
|
2063
2440
|
"type": "identifier",
|
|
2064
|
-
"name": "
|
|
2441
|
+
"name": "prefer"
|
|
2065
2442
|
},
|
|
2066
2443
|
"annotation": {
|
|
2067
2444
|
"type": "keyword",
|
|
@@ -2069,18 +2446,35 @@
|
|
|
2069
2446
|
},
|
|
2070
2447
|
"optional": true,
|
|
2071
2448
|
"computed": false
|
|
2449
|
+
}
|
|
2450
|
+
]
|
|
2451
|
+
},
|
|
2452
|
+
{
|
|
2453
|
+
"type": "interface",
|
|
2454
|
+
"name": "UnknownConfig",
|
|
2455
|
+
"body": [
|
|
2456
|
+
{
|
|
2457
|
+
"type": "propertySignature",
|
|
2458
|
+
"key": {
|
|
2459
|
+
"type": "identifier",
|
|
2460
|
+
"name": "type"
|
|
2461
|
+
},
|
|
2462
|
+
"annotation": {
|
|
2463
|
+
"type": "jsLiteral",
|
|
2464
|
+
"value": "unknown"
|
|
2465
|
+
},
|
|
2466
|
+
"computed": false
|
|
2072
2467
|
},
|
|
2073
2468
|
{
|
|
2074
2469
|
"type": "propertySignature",
|
|
2075
2470
|
"key": {
|
|
2076
2471
|
"type": "identifier",
|
|
2077
|
-
"name": "
|
|
2472
|
+
"name": "error"
|
|
2078
2473
|
},
|
|
2079
2474
|
"annotation": {
|
|
2080
2475
|
"type": "keyword",
|
|
2081
|
-
"value": "
|
|
2476
|
+
"value": "string"
|
|
2082
2477
|
},
|
|
2083
|
-
"optional": true,
|
|
2084
2478
|
"computed": false
|
|
2085
2479
|
}
|
|
2086
2480
|
]
|
|
@@ -2379,6 +2773,19 @@
|
|
|
2379
2773
|
}
|
|
2380
2774
|
}
|
|
2381
2775
|
},
|
|
2776
|
+
{
|
|
2777
|
+
"name": "metricGroups",
|
|
2778
|
+
"annotation": {
|
|
2779
|
+
"type": "array",
|
|
2780
|
+
"elementType": {
|
|
2781
|
+
"type": "reference",
|
|
2782
|
+
"typeName": {
|
|
2783
|
+
"type": "identifier",
|
|
2784
|
+
"name": "MetricGroup"
|
|
2785
|
+
}
|
|
2786
|
+
}
|
|
2787
|
+
}
|
|
2788
|
+
},
|
|
2382
2789
|
{
|
|
2383
2790
|
"name": "containerConfig",
|
|
2384
2791
|
"annotation": {
|
|
@@ -2391,21 +2798,6 @@
|
|
|
2391
2798
|
}
|
|
2392
2799
|
],
|
|
2393
2800
|
"events": [
|
|
2394
|
-
{
|
|
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
2801
|
{
|
|
2410
2802
|
"name": "brick.change",
|
|
2411
2803
|
"detail": {
|
|
@@ -2474,6 +2866,19 @@
|
|
|
2474
2866
|
"optional": true,
|
|
2475
2867
|
"computed": false
|
|
2476
2868
|
},
|
|
2869
|
+
{
|
|
2870
|
+
"type": "propertySignature",
|
|
2871
|
+
"key": {
|
|
2872
|
+
"type": "identifier",
|
|
2873
|
+
"name": "metricKey"
|
|
2874
|
+
},
|
|
2875
|
+
"annotation": {
|
|
2876
|
+
"type": "keyword",
|
|
2877
|
+
"value": "undefined"
|
|
2878
|
+
},
|
|
2879
|
+
"optional": true,
|
|
2880
|
+
"computed": false
|
|
2881
|
+
},
|
|
2477
2882
|
{
|
|
2478
2883
|
"type": "propertySignature",
|
|
2479
2884
|
"key": {
|
|
@@ -2495,6 +2900,52 @@
|
|
|
2495
2900
|
}
|
|
2496
2901
|
]
|
|
2497
2902
|
},
|
|
2903
|
+
{
|
|
2904
|
+
"type": "interface",
|
|
2905
|
+
"name": "MetricGroup",
|
|
2906
|
+
"body": [
|
|
2907
|
+
{
|
|
2908
|
+
"type": "propertySignature",
|
|
2909
|
+
"key": {
|
|
2910
|
+
"type": "identifier",
|
|
2911
|
+
"name": "group"
|
|
2912
|
+
},
|
|
2913
|
+
"annotation": {
|
|
2914
|
+
"type": "keyword",
|
|
2915
|
+
"value": "string"
|
|
2916
|
+
},
|
|
2917
|
+
"computed": false
|
|
2918
|
+
},
|
|
2919
|
+
{
|
|
2920
|
+
"type": "propertySignature",
|
|
2921
|
+
"key": {
|
|
2922
|
+
"type": "identifier",
|
|
2923
|
+
"name": "metrics"
|
|
2924
|
+
},
|
|
2925
|
+
"annotation": {
|
|
2926
|
+
"type": "array",
|
|
2927
|
+
"elementType": {
|
|
2928
|
+
"type": "keyword",
|
|
2929
|
+
"value": "string"
|
|
2930
|
+
}
|
|
2931
|
+
},
|
|
2932
|
+
"computed": false
|
|
2933
|
+
},
|
|
2934
|
+
{
|
|
2935
|
+
"type": "propertySignature",
|
|
2936
|
+
"key": {
|
|
2937
|
+
"type": "identifier",
|
|
2938
|
+
"name": "counter"
|
|
2939
|
+
},
|
|
2940
|
+
"annotation": {
|
|
2941
|
+
"type": "keyword",
|
|
2942
|
+
"value": "string"
|
|
2943
|
+
},
|
|
2944
|
+
"optional": true,
|
|
2945
|
+
"computed": false
|
|
2946
|
+
}
|
|
2947
|
+
]
|
|
2948
|
+
},
|
|
2498
2949
|
{
|
|
2499
2950
|
"type": "interface",
|
|
2500
2951
|
"name": "ContainerConfig",
|
|
@@ -2524,6 +2975,10 @@
|
|
|
2524
2975
|
"type": "jsLiteral",
|
|
2525
2976
|
"value": "chart"
|
|
2526
2977
|
},
|
|
2978
|
+
{
|
|
2979
|
+
"type": "jsLiteral",
|
|
2980
|
+
"value": "grouped-chart"
|
|
2981
|
+
},
|
|
2527
2982
|
{
|
|
2528
2983
|
"type": "keyword",
|
|
2529
2984
|
"value": "null"
|
|
@@ -2592,6 +3047,19 @@
|
|
|
2592
3047
|
"optional": true,
|
|
2593
3048
|
"computed": false
|
|
2594
3049
|
},
|
|
3050
|
+
{
|
|
3051
|
+
"type": "propertySignature",
|
|
3052
|
+
"key": {
|
|
3053
|
+
"type": "identifier",
|
|
3054
|
+
"name": "wrapper"
|
|
3055
|
+
},
|
|
3056
|
+
"annotation": {
|
|
3057
|
+
"type": "keyword",
|
|
3058
|
+
"value": "boolean"
|
|
3059
|
+
},
|
|
3060
|
+
"optional": true,
|
|
3061
|
+
"computed": false
|
|
3062
|
+
},
|
|
2595
3063
|
{
|
|
2596
3064
|
"type": "propertySignature",
|
|
2597
3065
|
"key": {
|
|
@@ -2627,52 +3095,6 @@
|
|
|
2627
3095
|
"computed": false
|
|
2628
3096
|
}
|
|
2629
3097
|
]
|
|
2630
|
-
},
|
|
2631
|
-
{
|
|
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
3098
|
}
|
|
2677
3099
|
]
|
|
2678
3100
|
},
|