@next-bricks/visual-builder 1.10.2 → 1.10.3
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 +6 -6
- package/dist/chunks/{2652.1fe0a40d.js → 2652.a4face90.js} +2 -2
- package/dist/chunks/2652.a4face90.js.map +1 -0
- package/dist/chunks/{3748.7b722dad.js → 3748.bb14e7cb.js} +3 -3
- package/dist/chunks/{3748.7b722dad.js.map → 3748.bb14e7cb.js.map} +1 -1
- package/dist/chunks/{3801.5277ce4c.js → 3801.17192b1f.js} +3 -3
- package/dist/chunks/{3801.5277ce4c.js.map → 3801.17192b1f.js.map} +1 -1
- package/dist/chunks/{7115.50b62524.js → 7115.1aeb7468.js} +2 -2
- package/dist/chunks/{7115.50b62524.js.map → 7115.1aeb7468.js.map} +1 -1
- package/dist/chunks/{9027.e6bfe91e.js → 9027.01529a48.js} +2 -2
- package/dist/chunks/{9027.e6bfe91e.js.map → 9027.01529a48.js.map} +1 -1
- package/dist/chunks/{9496.0b94e1c2.js → 9496.9cb3a6aa.js} +2 -2
- package/dist/chunks/{9496.0b94e1c2.js.map → 9496.9cb3a6aa.js.map} +1 -1
- package/dist/chunks/{chat-preview.eef5647b.js → chat-preview.6733a6b3.js} +2 -2
- package/dist/chunks/{chat-preview.eef5647b.js.map → chat-preview.6733a6b3.js.map} +1 -1
- package/dist/chunks/{main.acbfab97.js → main.f7d54ffc.js} +2 -2
- package/dist/chunks/{main.acbfab97.js.map → main.f7d54ffc.js.map} +1 -1
- package/dist/chunks/{workbench-action-list.3328d8d7.js → workbench-action-list.4a1aa8df.js} +2 -2
- package/dist/chunks/{workbench-action-list.3328d8d7.js.map → workbench-action-list.4a1aa8df.js.map} +1 -1
- package/dist/chunks/{workbench-history-action.a4cad86f.js → workbench-history-action.2c208c51.js} +3 -3
- package/dist/chunks/{workbench-history-action.a4cad86f.js.map → workbench-history-action.2c208c51.js.map} +1 -1
- package/dist/{index.d3d05b35.js → index.f737a48f.js} +2 -2
- package/dist/{index.d3d05b35.js.map → index.f737a48f.js.map} +1 -1
- package/dist/manifest.json +20 -20
- package/dist/types.json +235 -235
- package/package.json +2 -2
- package/dist/chunks/2652.1fe0a40d.js.map +0 -1
- /package/dist/chunks/{3748.7b722dad.js.LICENSE.txt → 3748.bb14e7cb.js.LICENSE.txt} +0 -0
- /package/dist/chunks/{3801.5277ce4c.js.LICENSE.txt → 3801.17192b1f.js.LICENSE.txt} +0 -0
- /package/dist/chunks/{workbench-history-action.a4cad86f.js.LICENSE.txt → workbench-history-action.2c208c51.js.LICENSE.txt} +0 -0
package/dist/types.json
CHANGED
|
@@ -596,28 +596,6 @@
|
|
|
596
596
|
}
|
|
597
597
|
}
|
|
598
598
|
},
|
|
599
|
-
"visual-builder.inject-chat-preview-agent": {
|
|
600
|
-
"type": "provider",
|
|
601
|
-
"params": [],
|
|
602
|
-
"returns": {
|
|
603
|
-
"annotation": {
|
|
604
|
-
"type": "reference",
|
|
605
|
-
"typeName": {
|
|
606
|
-
"type": "identifier",
|
|
607
|
-
"name": "Promise"
|
|
608
|
-
},
|
|
609
|
-
"typeParameters": {
|
|
610
|
-
"type": "typeParameterInstantiation",
|
|
611
|
-
"params": [
|
|
612
|
-
{
|
|
613
|
-
"type": "keyword",
|
|
614
|
-
"value": "unknown"
|
|
615
|
-
}
|
|
616
|
-
]
|
|
617
|
-
}
|
|
618
|
-
}
|
|
619
|
-
}
|
|
620
|
-
},
|
|
621
599
|
"visual-builder.workbench-history-action": {
|
|
622
600
|
"properties": [
|
|
623
601
|
{
|
|
@@ -758,6 +736,28 @@
|
|
|
758
736
|
}
|
|
759
737
|
]
|
|
760
738
|
},
|
|
739
|
+
"visual-builder.inject-chat-preview-agent": {
|
|
740
|
+
"type": "provider",
|
|
741
|
+
"params": [],
|
|
742
|
+
"returns": {
|
|
743
|
+
"annotation": {
|
|
744
|
+
"type": "reference",
|
|
745
|
+
"typeName": {
|
|
746
|
+
"type": "identifier",
|
|
747
|
+
"name": "Promise"
|
|
748
|
+
},
|
|
749
|
+
"typeParameters": {
|
|
750
|
+
"type": "typeParameterInstantiation",
|
|
751
|
+
"params": [
|
|
752
|
+
{
|
|
753
|
+
"type": "keyword",
|
|
754
|
+
"value": "unknown"
|
|
755
|
+
}
|
|
756
|
+
]
|
|
757
|
+
}
|
|
758
|
+
}
|
|
759
|
+
}
|
|
760
|
+
},
|
|
761
761
|
"visual-builder.contract-select": {
|
|
762
762
|
"properties": [
|
|
763
763
|
{
|
|
@@ -956,219 +956,6 @@
|
|
|
956
956
|
}
|
|
957
957
|
]
|
|
958
958
|
},
|
|
959
|
-
"visual-builder.inject-preview-agent": {
|
|
960
|
-
"type": "provider",
|
|
961
|
-
"params": [
|
|
962
|
-
{
|
|
963
|
-
"name": "previewFromOrigin",
|
|
964
|
-
"annotation": {
|
|
965
|
-
"type": "keyword",
|
|
966
|
-
"value": "string"
|
|
967
|
-
}
|
|
968
|
-
},
|
|
969
|
-
{
|
|
970
|
-
"name": "options",
|
|
971
|
-
"annotation": {
|
|
972
|
-
"type": "reference",
|
|
973
|
-
"typeName": {
|
|
974
|
-
"type": "identifier",
|
|
975
|
-
"name": "PreviewStartOptions"
|
|
976
|
-
}
|
|
977
|
-
}
|
|
978
|
-
}
|
|
979
|
-
],
|
|
980
|
-
"returns": {
|
|
981
|
-
"annotation": {
|
|
982
|
-
"type": "reference",
|
|
983
|
-
"typeName": {
|
|
984
|
-
"type": "identifier",
|
|
985
|
-
"name": "Promise"
|
|
986
|
-
},
|
|
987
|
-
"typeParameters": {
|
|
988
|
-
"type": "typeParameterInstantiation",
|
|
989
|
-
"params": [
|
|
990
|
-
{
|
|
991
|
-
"type": "keyword",
|
|
992
|
-
"value": "unknown"
|
|
993
|
-
}
|
|
994
|
-
]
|
|
995
|
-
}
|
|
996
|
-
}
|
|
997
|
-
},
|
|
998
|
-
"types": [
|
|
999
|
-
{
|
|
1000
|
-
"type": "interface",
|
|
1001
|
-
"name": "PreviewStartOptions",
|
|
1002
|
-
"body": [
|
|
1003
|
-
{
|
|
1004
|
-
"type": "propertySignature",
|
|
1005
|
-
"key": {
|
|
1006
|
-
"type": "identifier",
|
|
1007
|
-
"name": "appId"
|
|
1008
|
-
},
|
|
1009
|
-
"annotation": {
|
|
1010
|
-
"type": "keyword",
|
|
1011
|
-
"value": "string"
|
|
1012
|
-
},
|
|
1013
|
-
"computed": false
|
|
1014
|
-
},
|
|
1015
|
-
{
|
|
1016
|
-
"type": "propertySignature",
|
|
1017
|
-
"key": {
|
|
1018
|
-
"type": "identifier",
|
|
1019
|
-
"name": "templateId"
|
|
1020
|
-
},
|
|
1021
|
-
"annotation": {
|
|
1022
|
-
"type": "keyword",
|
|
1023
|
-
"value": "string"
|
|
1024
|
-
},
|
|
1025
|
-
"optional": true,
|
|
1026
|
-
"computed": false
|
|
1027
|
-
},
|
|
1028
|
-
{
|
|
1029
|
-
"type": "propertySignature",
|
|
1030
|
-
"key": {
|
|
1031
|
-
"type": "identifier",
|
|
1032
|
-
"name": "formId"
|
|
1033
|
-
},
|
|
1034
|
-
"annotation": {
|
|
1035
|
-
"type": "keyword",
|
|
1036
|
-
"value": "string"
|
|
1037
|
-
},
|
|
1038
|
-
"optional": true,
|
|
1039
|
-
"computed": false
|
|
1040
|
-
},
|
|
1041
|
-
{
|
|
1042
|
-
"type": "propertySignature",
|
|
1043
|
-
"key": {
|
|
1044
|
-
"type": "identifier",
|
|
1045
|
-
"name": "snippetData"
|
|
1046
|
-
},
|
|
1047
|
-
"annotation": {
|
|
1048
|
-
"type": "keyword",
|
|
1049
|
-
"value": "any"
|
|
1050
|
-
},
|
|
1051
|
-
"optional": true,
|
|
1052
|
-
"computed": false
|
|
1053
|
-
},
|
|
1054
|
-
{
|
|
1055
|
-
"type": "propertySignature",
|
|
1056
|
-
"key": {
|
|
1057
|
-
"type": "identifier",
|
|
1058
|
-
"name": "routePath"
|
|
1059
|
-
},
|
|
1060
|
-
"annotation": {
|
|
1061
|
-
"type": "keyword",
|
|
1062
|
-
"value": "string"
|
|
1063
|
-
},
|
|
1064
|
-
"optional": true,
|
|
1065
|
-
"computed": false
|
|
1066
|
-
},
|
|
1067
|
-
{
|
|
1068
|
-
"type": "propertySignature",
|
|
1069
|
-
"key": {
|
|
1070
|
-
"type": "identifier",
|
|
1071
|
-
"name": "routeExact"
|
|
1072
|
-
},
|
|
1073
|
-
"annotation": {
|
|
1074
|
-
"type": "keyword",
|
|
1075
|
-
"value": "boolean"
|
|
1076
|
-
},
|
|
1077
|
-
"optional": true,
|
|
1078
|
-
"computed": false
|
|
1079
|
-
},
|
|
1080
|
-
{
|
|
1081
|
-
"type": "propertySignature",
|
|
1082
|
-
"key": {
|
|
1083
|
-
"type": "identifier",
|
|
1084
|
-
"name": "settings"
|
|
1085
|
-
},
|
|
1086
|
-
"annotation": {
|
|
1087
|
-
"type": "reference",
|
|
1088
|
-
"typeName": {
|
|
1089
|
-
"type": "identifier",
|
|
1090
|
-
"name": "PreviewSettings"
|
|
1091
|
-
}
|
|
1092
|
-
},
|
|
1093
|
-
"optional": true,
|
|
1094
|
-
"computed": false
|
|
1095
|
-
},
|
|
1096
|
-
{
|
|
1097
|
-
"type": "propertySignature",
|
|
1098
|
-
"key": {
|
|
1099
|
-
"type": "identifier",
|
|
1100
|
-
"name": "updateStoryboardType"
|
|
1101
|
-
},
|
|
1102
|
-
"annotation": {
|
|
1103
|
-
"type": "reference",
|
|
1104
|
-
"typeName": {
|
|
1105
|
-
"type": "identifier",
|
|
1106
|
-
"name": "UpdateStoryboardType"
|
|
1107
|
-
}
|
|
1108
|
-
},
|
|
1109
|
-
"optional": true,
|
|
1110
|
-
"computed": false
|
|
1111
|
-
}
|
|
1112
|
-
]
|
|
1113
|
-
},
|
|
1114
|
-
{
|
|
1115
|
-
"type": "interface",
|
|
1116
|
-
"name": "PreviewSettings",
|
|
1117
|
-
"body": [
|
|
1118
|
-
{
|
|
1119
|
-
"type": "propertySignature",
|
|
1120
|
-
"key": {
|
|
1121
|
-
"type": "identifier",
|
|
1122
|
-
"name": "properties"
|
|
1123
|
-
},
|
|
1124
|
-
"annotation": {
|
|
1125
|
-
"type": "reference",
|
|
1126
|
-
"typeName": {
|
|
1127
|
-
"type": "identifier",
|
|
1128
|
-
"name": "Record"
|
|
1129
|
-
},
|
|
1130
|
-
"typeParameters": {
|
|
1131
|
-
"type": "typeParameterInstantiation",
|
|
1132
|
-
"params": [
|
|
1133
|
-
{
|
|
1134
|
-
"type": "keyword",
|
|
1135
|
-
"value": "string"
|
|
1136
|
-
},
|
|
1137
|
-
{
|
|
1138
|
-
"type": "keyword",
|
|
1139
|
-
"value": "unknown"
|
|
1140
|
-
}
|
|
1141
|
-
]
|
|
1142
|
-
}
|
|
1143
|
-
},
|
|
1144
|
-
"optional": true,
|
|
1145
|
-
"computed": false
|
|
1146
|
-
}
|
|
1147
|
-
]
|
|
1148
|
-
},
|
|
1149
|
-
{
|
|
1150
|
-
"type": "typeAlias",
|
|
1151
|
-
"name": "UpdateStoryboardType",
|
|
1152
|
-
"annotation": {
|
|
1153
|
-
"type": "union",
|
|
1154
|
-
"types": [
|
|
1155
|
-
{
|
|
1156
|
-
"type": "jsLiteral",
|
|
1157
|
-
"value": "route"
|
|
1158
|
-
},
|
|
1159
|
-
{
|
|
1160
|
-
"type": "jsLiteral",
|
|
1161
|
-
"value": "template"
|
|
1162
|
-
},
|
|
1163
|
-
{
|
|
1164
|
-
"type": "jsLiteral",
|
|
1165
|
-
"value": "snippet"
|
|
1166
|
-
}
|
|
1167
|
-
]
|
|
1168
|
-
}
|
|
1169
|
-
}
|
|
1170
|
-
]
|
|
1171
|
-
},
|
|
1172
959
|
"visual-builder.workbench-tree": {
|
|
1173
960
|
"properties": [
|
|
1174
961
|
{
|
|
@@ -1922,5 +1709,218 @@
|
|
|
1922
1709
|
]
|
|
1923
1710
|
}
|
|
1924
1711
|
]
|
|
1712
|
+
},
|
|
1713
|
+
"visual-builder.inject-preview-agent": {
|
|
1714
|
+
"type": "provider",
|
|
1715
|
+
"params": [
|
|
1716
|
+
{
|
|
1717
|
+
"name": "previewFromOrigin",
|
|
1718
|
+
"annotation": {
|
|
1719
|
+
"type": "keyword",
|
|
1720
|
+
"value": "string"
|
|
1721
|
+
}
|
|
1722
|
+
},
|
|
1723
|
+
{
|
|
1724
|
+
"name": "options",
|
|
1725
|
+
"annotation": {
|
|
1726
|
+
"type": "reference",
|
|
1727
|
+
"typeName": {
|
|
1728
|
+
"type": "identifier",
|
|
1729
|
+
"name": "PreviewStartOptions"
|
|
1730
|
+
}
|
|
1731
|
+
}
|
|
1732
|
+
}
|
|
1733
|
+
],
|
|
1734
|
+
"returns": {
|
|
1735
|
+
"annotation": {
|
|
1736
|
+
"type": "reference",
|
|
1737
|
+
"typeName": {
|
|
1738
|
+
"type": "identifier",
|
|
1739
|
+
"name": "Promise"
|
|
1740
|
+
},
|
|
1741
|
+
"typeParameters": {
|
|
1742
|
+
"type": "typeParameterInstantiation",
|
|
1743
|
+
"params": [
|
|
1744
|
+
{
|
|
1745
|
+
"type": "keyword",
|
|
1746
|
+
"value": "unknown"
|
|
1747
|
+
}
|
|
1748
|
+
]
|
|
1749
|
+
}
|
|
1750
|
+
}
|
|
1751
|
+
},
|
|
1752
|
+
"types": [
|
|
1753
|
+
{
|
|
1754
|
+
"type": "interface",
|
|
1755
|
+
"name": "PreviewStartOptions",
|
|
1756
|
+
"body": [
|
|
1757
|
+
{
|
|
1758
|
+
"type": "propertySignature",
|
|
1759
|
+
"key": {
|
|
1760
|
+
"type": "identifier",
|
|
1761
|
+
"name": "appId"
|
|
1762
|
+
},
|
|
1763
|
+
"annotation": {
|
|
1764
|
+
"type": "keyword",
|
|
1765
|
+
"value": "string"
|
|
1766
|
+
},
|
|
1767
|
+
"computed": false
|
|
1768
|
+
},
|
|
1769
|
+
{
|
|
1770
|
+
"type": "propertySignature",
|
|
1771
|
+
"key": {
|
|
1772
|
+
"type": "identifier",
|
|
1773
|
+
"name": "templateId"
|
|
1774
|
+
},
|
|
1775
|
+
"annotation": {
|
|
1776
|
+
"type": "keyword",
|
|
1777
|
+
"value": "string"
|
|
1778
|
+
},
|
|
1779
|
+
"optional": true,
|
|
1780
|
+
"computed": false
|
|
1781
|
+
},
|
|
1782
|
+
{
|
|
1783
|
+
"type": "propertySignature",
|
|
1784
|
+
"key": {
|
|
1785
|
+
"type": "identifier",
|
|
1786
|
+
"name": "formId"
|
|
1787
|
+
},
|
|
1788
|
+
"annotation": {
|
|
1789
|
+
"type": "keyword",
|
|
1790
|
+
"value": "string"
|
|
1791
|
+
},
|
|
1792
|
+
"optional": true,
|
|
1793
|
+
"computed": false
|
|
1794
|
+
},
|
|
1795
|
+
{
|
|
1796
|
+
"type": "propertySignature",
|
|
1797
|
+
"key": {
|
|
1798
|
+
"type": "identifier",
|
|
1799
|
+
"name": "snippetData"
|
|
1800
|
+
},
|
|
1801
|
+
"annotation": {
|
|
1802
|
+
"type": "keyword",
|
|
1803
|
+
"value": "any"
|
|
1804
|
+
},
|
|
1805
|
+
"optional": true,
|
|
1806
|
+
"computed": false
|
|
1807
|
+
},
|
|
1808
|
+
{
|
|
1809
|
+
"type": "propertySignature",
|
|
1810
|
+
"key": {
|
|
1811
|
+
"type": "identifier",
|
|
1812
|
+
"name": "routePath"
|
|
1813
|
+
},
|
|
1814
|
+
"annotation": {
|
|
1815
|
+
"type": "keyword",
|
|
1816
|
+
"value": "string"
|
|
1817
|
+
},
|
|
1818
|
+
"optional": true,
|
|
1819
|
+
"computed": false
|
|
1820
|
+
},
|
|
1821
|
+
{
|
|
1822
|
+
"type": "propertySignature",
|
|
1823
|
+
"key": {
|
|
1824
|
+
"type": "identifier",
|
|
1825
|
+
"name": "routeExact"
|
|
1826
|
+
},
|
|
1827
|
+
"annotation": {
|
|
1828
|
+
"type": "keyword",
|
|
1829
|
+
"value": "boolean"
|
|
1830
|
+
},
|
|
1831
|
+
"optional": true,
|
|
1832
|
+
"computed": false
|
|
1833
|
+
},
|
|
1834
|
+
{
|
|
1835
|
+
"type": "propertySignature",
|
|
1836
|
+
"key": {
|
|
1837
|
+
"type": "identifier",
|
|
1838
|
+
"name": "settings"
|
|
1839
|
+
},
|
|
1840
|
+
"annotation": {
|
|
1841
|
+
"type": "reference",
|
|
1842
|
+
"typeName": {
|
|
1843
|
+
"type": "identifier",
|
|
1844
|
+
"name": "PreviewSettings"
|
|
1845
|
+
}
|
|
1846
|
+
},
|
|
1847
|
+
"optional": true,
|
|
1848
|
+
"computed": false
|
|
1849
|
+
},
|
|
1850
|
+
{
|
|
1851
|
+
"type": "propertySignature",
|
|
1852
|
+
"key": {
|
|
1853
|
+
"type": "identifier",
|
|
1854
|
+
"name": "updateStoryboardType"
|
|
1855
|
+
},
|
|
1856
|
+
"annotation": {
|
|
1857
|
+
"type": "reference",
|
|
1858
|
+
"typeName": {
|
|
1859
|
+
"type": "identifier",
|
|
1860
|
+
"name": "UpdateStoryboardType"
|
|
1861
|
+
}
|
|
1862
|
+
},
|
|
1863
|
+
"optional": true,
|
|
1864
|
+
"computed": false
|
|
1865
|
+
}
|
|
1866
|
+
]
|
|
1867
|
+
},
|
|
1868
|
+
{
|
|
1869
|
+
"type": "interface",
|
|
1870
|
+
"name": "PreviewSettings",
|
|
1871
|
+
"body": [
|
|
1872
|
+
{
|
|
1873
|
+
"type": "propertySignature",
|
|
1874
|
+
"key": {
|
|
1875
|
+
"type": "identifier",
|
|
1876
|
+
"name": "properties"
|
|
1877
|
+
},
|
|
1878
|
+
"annotation": {
|
|
1879
|
+
"type": "reference",
|
|
1880
|
+
"typeName": {
|
|
1881
|
+
"type": "identifier",
|
|
1882
|
+
"name": "Record"
|
|
1883
|
+
},
|
|
1884
|
+
"typeParameters": {
|
|
1885
|
+
"type": "typeParameterInstantiation",
|
|
1886
|
+
"params": [
|
|
1887
|
+
{
|
|
1888
|
+
"type": "keyword",
|
|
1889
|
+
"value": "string"
|
|
1890
|
+
},
|
|
1891
|
+
{
|
|
1892
|
+
"type": "keyword",
|
|
1893
|
+
"value": "unknown"
|
|
1894
|
+
}
|
|
1895
|
+
]
|
|
1896
|
+
}
|
|
1897
|
+
},
|
|
1898
|
+
"optional": true,
|
|
1899
|
+
"computed": false
|
|
1900
|
+
}
|
|
1901
|
+
]
|
|
1902
|
+
},
|
|
1903
|
+
{
|
|
1904
|
+
"type": "typeAlias",
|
|
1905
|
+
"name": "UpdateStoryboardType",
|
|
1906
|
+
"annotation": {
|
|
1907
|
+
"type": "union",
|
|
1908
|
+
"types": [
|
|
1909
|
+
{
|
|
1910
|
+
"type": "jsLiteral",
|
|
1911
|
+
"value": "route"
|
|
1912
|
+
},
|
|
1913
|
+
{
|
|
1914
|
+
"type": "jsLiteral",
|
|
1915
|
+
"value": "template"
|
|
1916
|
+
},
|
|
1917
|
+
{
|
|
1918
|
+
"type": "jsLiteral",
|
|
1919
|
+
"value": "snippet"
|
|
1920
|
+
}
|
|
1921
|
+
]
|
|
1922
|
+
}
|
|
1923
|
+
}
|
|
1924
|
+
]
|
|
1925
1925
|
}
|
|
1926
1926
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@next-bricks/visual-builder",
|
|
3
|
-
"version": "1.10.
|
|
3
|
+
"version": "1.10.3",
|
|
4
4
|
"homepage": "https://github.com/easyops-cn/next-bricks/tree/master/bricks/visual-builder",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -42,5 +42,5 @@
|
|
|
42
42
|
"@next-bricks/form": "*",
|
|
43
43
|
"@next-bricks/icons": "*"
|
|
44
44
|
},
|
|
45
|
-
"gitHead": "
|
|
45
|
+
"gitHead": "adfe580e70057118d49130e5142c6d26978da17c"
|
|
46
46
|
}
|