@next-bricks/advanced 0.44.9 → 0.44.11
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 +11 -11
- package/dist/chunks/{4197.37aa340f.js → 4197.cc6e68d2.js} +2 -2
- package/dist/chunks/4197.cc6e68d2.js.map +1 -0
- package/dist/chunks/eo-workbench-layout-v2.eb99f289.js +3 -0
- package/dist/chunks/eo-workbench-layout-v2.eb99f289.js.map +1 -0
- package/dist/chunks/{main.30e25924.js → main.94ce4b7f.js} +2 -2
- package/dist/chunks/{main.30e25924.js.map → main.94ce4b7f.js.map} +1 -1
- package/dist/examples.json +6 -6
- package/dist/{index.5c908061.js → index.a527fde7.js} +2 -2
- package/dist/{index.5c908061.js.map → index.a527fde7.js.map} +1 -1
- package/dist/manifest.json +173 -173
- package/dist/types.json +234 -234
- package/package.json +2 -2
- package/dist/chunks/4197.37aa340f.js.map +0 -1
- package/dist/chunks/eo-workbench-layout-v2.17affa8a.js +0 -3
- package/dist/chunks/eo-workbench-layout-v2.17affa8a.js.map +0 -1
- /package/dist/chunks/{eo-workbench-layout-v2.17affa8a.js.LICENSE.txt → eo-workbench-layout-v2.eb99f289.js.LICENSE.txt} +0 -0
package/dist/types.json
CHANGED
|
@@ -722,6 +722,240 @@
|
|
|
722
722
|
}
|
|
723
723
|
]
|
|
724
724
|
},
|
|
725
|
+
"eo-workbench-layout": {
|
|
726
|
+
"properties": [
|
|
727
|
+
{
|
|
728
|
+
"name": "cardTitle",
|
|
729
|
+
"annotation": {
|
|
730
|
+
"type": "keyword",
|
|
731
|
+
"value": "string"
|
|
732
|
+
}
|
|
733
|
+
},
|
|
734
|
+
{
|
|
735
|
+
"name": "isEdit",
|
|
736
|
+
"annotation": {
|
|
737
|
+
"type": "keyword",
|
|
738
|
+
"value": "boolean"
|
|
739
|
+
}
|
|
740
|
+
},
|
|
741
|
+
{
|
|
742
|
+
"name": "layouts",
|
|
743
|
+
"annotation": {
|
|
744
|
+
"type": "array",
|
|
745
|
+
"elementType": {
|
|
746
|
+
"type": "reference",
|
|
747
|
+
"typeName": {
|
|
748
|
+
"type": "identifier",
|
|
749
|
+
"name": "Layout"
|
|
750
|
+
}
|
|
751
|
+
}
|
|
752
|
+
}
|
|
753
|
+
},
|
|
754
|
+
{
|
|
755
|
+
"name": "componentList",
|
|
756
|
+
"annotation": {
|
|
757
|
+
"type": "array",
|
|
758
|
+
"elementType": {
|
|
759
|
+
"type": "reference",
|
|
760
|
+
"typeName": {
|
|
761
|
+
"type": "identifier",
|
|
762
|
+
"name": "Item"
|
|
763
|
+
}
|
|
764
|
+
}
|
|
765
|
+
}
|
|
766
|
+
}
|
|
767
|
+
],
|
|
768
|
+
"events": [
|
|
769
|
+
{
|
|
770
|
+
"name": "change",
|
|
771
|
+
"detail": {
|
|
772
|
+
"annotation": {
|
|
773
|
+
"type": "array",
|
|
774
|
+
"elementType": {
|
|
775
|
+
"type": "reference",
|
|
776
|
+
"typeName": {
|
|
777
|
+
"type": "identifier",
|
|
778
|
+
"name": "Layout"
|
|
779
|
+
}
|
|
780
|
+
}
|
|
781
|
+
}
|
|
782
|
+
}
|
|
783
|
+
},
|
|
784
|
+
{
|
|
785
|
+
"name": "save",
|
|
786
|
+
"detail": {
|
|
787
|
+
"annotation": {
|
|
788
|
+
"type": "array",
|
|
789
|
+
"elementType": {
|
|
790
|
+
"type": "reference",
|
|
791
|
+
"typeName": {
|
|
792
|
+
"type": "identifier",
|
|
793
|
+
"name": "Layout"
|
|
794
|
+
}
|
|
795
|
+
}
|
|
796
|
+
}
|
|
797
|
+
}
|
|
798
|
+
},
|
|
799
|
+
{
|
|
800
|
+
"name": "cancel",
|
|
801
|
+
"detail": {
|
|
802
|
+
"annotation": {
|
|
803
|
+
"type": "keyword",
|
|
804
|
+
"value": "void"
|
|
805
|
+
}
|
|
806
|
+
}
|
|
807
|
+
},
|
|
808
|
+
{
|
|
809
|
+
"name": "action.click",
|
|
810
|
+
"detail": {
|
|
811
|
+
"annotation": {
|
|
812
|
+
"type": "typeLiteral",
|
|
813
|
+
"members": [
|
|
814
|
+
{
|
|
815
|
+
"type": "propertySignature",
|
|
816
|
+
"key": {
|
|
817
|
+
"type": "identifier",
|
|
818
|
+
"name": "action"
|
|
819
|
+
},
|
|
820
|
+
"annotation": {
|
|
821
|
+
"type": "reference",
|
|
822
|
+
"typeName": {
|
|
823
|
+
"type": "identifier",
|
|
824
|
+
"name": "SimpleAction"
|
|
825
|
+
}
|
|
826
|
+
},
|
|
827
|
+
"computed": false
|
|
828
|
+
},
|
|
829
|
+
{
|
|
830
|
+
"type": "propertySignature",
|
|
831
|
+
"key": {
|
|
832
|
+
"type": "identifier",
|
|
833
|
+
"name": "layouts"
|
|
834
|
+
},
|
|
835
|
+
"annotation": {
|
|
836
|
+
"type": "array",
|
|
837
|
+
"elementType": {
|
|
838
|
+
"type": "reference",
|
|
839
|
+
"typeName": {
|
|
840
|
+
"type": "identifier",
|
|
841
|
+
"name": "Layout"
|
|
842
|
+
}
|
|
843
|
+
}
|
|
844
|
+
},
|
|
845
|
+
"computed": false
|
|
846
|
+
}
|
|
847
|
+
]
|
|
848
|
+
}
|
|
849
|
+
}
|
|
850
|
+
}
|
|
851
|
+
],
|
|
852
|
+
"methods": [
|
|
853
|
+
{
|
|
854
|
+
"name": "setLayouts",
|
|
855
|
+
"params": [
|
|
856
|
+
{
|
|
857
|
+
"name": "layouts",
|
|
858
|
+
"annotation": {
|
|
859
|
+
"type": "array",
|
|
860
|
+
"elementType": {
|
|
861
|
+
"type": "reference",
|
|
862
|
+
"typeName": {
|
|
863
|
+
"type": "identifier",
|
|
864
|
+
"name": "Layout"
|
|
865
|
+
}
|
|
866
|
+
}
|
|
867
|
+
}
|
|
868
|
+
}
|
|
869
|
+
],
|
|
870
|
+
"returns": {}
|
|
871
|
+
}
|
|
872
|
+
],
|
|
873
|
+
"types": [
|
|
874
|
+
{
|
|
875
|
+
"type": "interface",
|
|
876
|
+
"name": "Item",
|
|
877
|
+
"body": [
|
|
878
|
+
{
|
|
879
|
+
"type": "propertySignature",
|
|
880
|
+
"key": {
|
|
881
|
+
"type": "identifier",
|
|
882
|
+
"name": "position"
|
|
883
|
+
},
|
|
884
|
+
"annotation": {
|
|
885
|
+
"type": "reference",
|
|
886
|
+
"typeName": {
|
|
887
|
+
"type": "identifier",
|
|
888
|
+
"name": "Layout"
|
|
889
|
+
}
|
|
890
|
+
},
|
|
891
|
+
"computed": false
|
|
892
|
+
},
|
|
893
|
+
{
|
|
894
|
+
"type": "propertySignature",
|
|
895
|
+
"key": {
|
|
896
|
+
"type": "identifier",
|
|
897
|
+
"name": "key"
|
|
898
|
+
},
|
|
899
|
+
"annotation": {
|
|
900
|
+
"type": "keyword",
|
|
901
|
+
"value": "string"
|
|
902
|
+
},
|
|
903
|
+
"computed": false
|
|
904
|
+
},
|
|
905
|
+
{
|
|
906
|
+
"type": "propertySignature",
|
|
907
|
+
"key": {
|
|
908
|
+
"type": "identifier",
|
|
909
|
+
"name": "title"
|
|
910
|
+
},
|
|
911
|
+
"annotation": {
|
|
912
|
+
"type": "keyword",
|
|
913
|
+
"value": "string"
|
|
914
|
+
},
|
|
915
|
+
"computed": false
|
|
916
|
+
},
|
|
917
|
+
{
|
|
918
|
+
"type": "propertySignature",
|
|
919
|
+
"key": {
|
|
920
|
+
"type": "identifier",
|
|
921
|
+
"name": "style"
|
|
922
|
+
},
|
|
923
|
+
"annotation": {
|
|
924
|
+
"type": "reference",
|
|
925
|
+
"typeName": {
|
|
926
|
+
"type": "qualifiedName",
|
|
927
|
+
"left": {
|
|
928
|
+
"type": "identifier",
|
|
929
|
+
"name": "React"
|
|
930
|
+
},
|
|
931
|
+
"right": {
|
|
932
|
+
"type": "identifier",
|
|
933
|
+
"name": "CSSProperties"
|
|
934
|
+
}
|
|
935
|
+
}
|
|
936
|
+
},
|
|
937
|
+
"optional": true,
|
|
938
|
+
"computed": false
|
|
939
|
+
},
|
|
940
|
+
{
|
|
941
|
+
"type": "propertySignature",
|
|
942
|
+
"key": {
|
|
943
|
+
"type": "identifier",
|
|
944
|
+
"name": "useBrick"
|
|
945
|
+
},
|
|
946
|
+
"annotation": {
|
|
947
|
+
"type": "reference",
|
|
948
|
+
"typeName": {
|
|
949
|
+
"type": "identifier",
|
|
950
|
+
"name": "UseSingleBrickConf"
|
|
951
|
+
}
|
|
952
|
+
},
|
|
953
|
+
"computed": false
|
|
954
|
+
}
|
|
955
|
+
]
|
|
956
|
+
}
|
|
957
|
+
]
|
|
958
|
+
},
|
|
725
959
|
"eo-tree-select": {
|
|
726
960
|
"properties": [
|
|
727
961
|
{
|
|
@@ -1126,240 +1360,6 @@
|
|
|
1126
1360
|
"events": [],
|
|
1127
1361
|
"methods": []
|
|
1128
1362
|
},
|
|
1129
|
-
"eo-workbench-layout": {
|
|
1130
|
-
"properties": [
|
|
1131
|
-
{
|
|
1132
|
-
"name": "cardTitle",
|
|
1133
|
-
"annotation": {
|
|
1134
|
-
"type": "keyword",
|
|
1135
|
-
"value": "string"
|
|
1136
|
-
}
|
|
1137
|
-
},
|
|
1138
|
-
{
|
|
1139
|
-
"name": "isEdit",
|
|
1140
|
-
"annotation": {
|
|
1141
|
-
"type": "keyword",
|
|
1142
|
-
"value": "boolean"
|
|
1143
|
-
}
|
|
1144
|
-
},
|
|
1145
|
-
{
|
|
1146
|
-
"name": "layouts",
|
|
1147
|
-
"annotation": {
|
|
1148
|
-
"type": "array",
|
|
1149
|
-
"elementType": {
|
|
1150
|
-
"type": "reference",
|
|
1151
|
-
"typeName": {
|
|
1152
|
-
"type": "identifier",
|
|
1153
|
-
"name": "Layout"
|
|
1154
|
-
}
|
|
1155
|
-
}
|
|
1156
|
-
}
|
|
1157
|
-
},
|
|
1158
|
-
{
|
|
1159
|
-
"name": "componentList",
|
|
1160
|
-
"annotation": {
|
|
1161
|
-
"type": "array",
|
|
1162
|
-
"elementType": {
|
|
1163
|
-
"type": "reference",
|
|
1164
|
-
"typeName": {
|
|
1165
|
-
"type": "identifier",
|
|
1166
|
-
"name": "Item"
|
|
1167
|
-
}
|
|
1168
|
-
}
|
|
1169
|
-
}
|
|
1170
|
-
}
|
|
1171
|
-
],
|
|
1172
|
-
"events": [
|
|
1173
|
-
{
|
|
1174
|
-
"name": "change",
|
|
1175
|
-
"detail": {
|
|
1176
|
-
"annotation": {
|
|
1177
|
-
"type": "array",
|
|
1178
|
-
"elementType": {
|
|
1179
|
-
"type": "reference",
|
|
1180
|
-
"typeName": {
|
|
1181
|
-
"type": "identifier",
|
|
1182
|
-
"name": "Layout"
|
|
1183
|
-
}
|
|
1184
|
-
}
|
|
1185
|
-
}
|
|
1186
|
-
}
|
|
1187
|
-
},
|
|
1188
|
-
{
|
|
1189
|
-
"name": "save",
|
|
1190
|
-
"detail": {
|
|
1191
|
-
"annotation": {
|
|
1192
|
-
"type": "array",
|
|
1193
|
-
"elementType": {
|
|
1194
|
-
"type": "reference",
|
|
1195
|
-
"typeName": {
|
|
1196
|
-
"type": "identifier",
|
|
1197
|
-
"name": "Layout"
|
|
1198
|
-
}
|
|
1199
|
-
}
|
|
1200
|
-
}
|
|
1201
|
-
}
|
|
1202
|
-
},
|
|
1203
|
-
{
|
|
1204
|
-
"name": "cancel",
|
|
1205
|
-
"detail": {
|
|
1206
|
-
"annotation": {
|
|
1207
|
-
"type": "keyword",
|
|
1208
|
-
"value": "void"
|
|
1209
|
-
}
|
|
1210
|
-
}
|
|
1211
|
-
},
|
|
1212
|
-
{
|
|
1213
|
-
"name": "action.click",
|
|
1214
|
-
"detail": {
|
|
1215
|
-
"annotation": {
|
|
1216
|
-
"type": "typeLiteral",
|
|
1217
|
-
"members": [
|
|
1218
|
-
{
|
|
1219
|
-
"type": "propertySignature",
|
|
1220
|
-
"key": {
|
|
1221
|
-
"type": "identifier",
|
|
1222
|
-
"name": "action"
|
|
1223
|
-
},
|
|
1224
|
-
"annotation": {
|
|
1225
|
-
"type": "reference",
|
|
1226
|
-
"typeName": {
|
|
1227
|
-
"type": "identifier",
|
|
1228
|
-
"name": "SimpleAction"
|
|
1229
|
-
}
|
|
1230
|
-
},
|
|
1231
|
-
"computed": false
|
|
1232
|
-
},
|
|
1233
|
-
{
|
|
1234
|
-
"type": "propertySignature",
|
|
1235
|
-
"key": {
|
|
1236
|
-
"type": "identifier",
|
|
1237
|
-
"name": "layouts"
|
|
1238
|
-
},
|
|
1239
|
-
"annotation": {
|
|
1240
|
-
"type": "array",
|
|
1241
|
-
"elementType": {
|
|
1242
|
-
"type": "reference",
|
|
1243
|
-
"typeName": {
|
|
1244
|
-
"type": "identifier",
|
|
1245
|
-
"name": "Layout"
|
|
1246
|
-
}
|
|
1247
|
-
}
|
|
1248
|
-
},
|
|
1249
|
-
"computed": false
|
|
1250
|
-
}
|
|
1251
|
-
]
|
|
1252
|
-
}
|
|
1253
|
-
}
|
|
1254
|
-
}
|
|
1255
|
-
],
|
|
1256
|
-
"methods": [
|
|
1257
|
-
{
|
|
1258
|
-
"name": "setLayouts",
|
|
1259
|
-
"params": [
|
|
1260
|
-
{
|
|
1261
|
-
"name": "layouts",
|
|
1262
|
-
"annotation": {
|
|
1263
|
-
"type": "array",
|
|
1264
|
-
"elementType": {
|
|
1265
|
-
"type": "reference",
|
|
1266
|
-
"typeName": {
|
|
1267
|
-
"type": "identifier",
|
|
1268
|
-
"name": "Layout"
|
|
1269
|
-
}
|
|
1270
|
-
}
|
|
1271
|
-
}
|
|
1272
|
-
}
|
|
1273
|
-
],
|
|
1274
|
-
"returns": {}
|
|
1275
|
-
}
|
|
1276
|
-
],
|
|
1277
|
-
"types": [
|
|
1278
|
-
{
|
|
1279
|
-
"type": "interface",
|
|
1280
|
-
"name": "Item",
|
|
1281
|
-
"body": [
|
|
1282
|
-
{
|
|
1283
|
-
"type": "propertySignature",
|
|
1284
|
-
"key": {
|
|
1285
|
-
"type": "identifier",
|
|
1286
|
-
"name": "position"
|
|
1287
|
-
},
|
|
1288
|
-
"annotation": {
|
|
1289
|
-
"type": "reference",
|
|
1290
|
-
"typeName": {
|
|
1291
|
-
"type": "identifier",
|
|
1292
|
-
"name": "Layout"
|
|
1293
|
-
}
|
|
1294
|
-
},
|
|
1295
|
-
"computed": false
|
|
1296
|
-
},
|
|
1297
|
-
{
|
|
1298
|
-
"type": "propertySignature",
|
|
1299
|
-
"key": {
|
|
1300
|
-
"type": "identifier",
|
|
1301
|
-
"name": "key"
|
|
1302
|
-
},
|
|
1303
|
-
"annotation": {
|
|
1304
|
-
"type": "keyword",
|
|
1305
|
-
"value": "string"
|
|
1306
|
-
},
|
|
1307
|
-
"computed": false
|
|
1308
|
-
},
|
|
1309
|
-
{
|
|
1310
|
-
"type": "propertySignature",
|
|
1311
|
-
"key": {
|
|
1312
|
-
"type": "identifier",
|
|
1313
|
-
"name": "title"
|
|
1314
|
-
},
|
|
1315
|
-
"annotation": {
|
|
1316
|
-
"type": "keyword",
|
|
1317
|
-
"value": "string"
|
|
1318
|
-
},
|
|
1319
|
-
"computed": false
|
|
1320
|
-
},
|
|
1321
|
-
{
|
|
1322
|
-
"type": "propertySignature",
|
|
1323
|
-
"key": {
|
|
1324
|
-
"type": "identifier",
|
|
1325
|
-
"name": "style"
|
|
1326
|
-
},
|
|
1327
|
-
"annotation": {
|
|
1328
|
-
"type": "reference",
|
|
1329
|
-
"typeName": {
|
|
1330
|
-
"type": "qualifiedName",
|
|
1331
|
-
"left": {
|
|
1332
|
-
"type": "identifier",
|
|
1333
|
-
"name": "React"
|
|
1334
|
-
},
|
|
1335
|
-
"right": {
|
|
1336
|
-
"type": "identifier",
|
|
1337
|
-
"name": "CSSProperties"
|
|
1338
|
-
}
|
|
1339
|
-
}
|
|
1340
|
-
},
|
|
1341
|
-
"optional": true,
|
|
1342
|
-
"computed": false
|
|
1343
|
-
},
|
|
1344
|
-
{
|
|
1345
|
-
"type": "propertySignature",
|
|
1346
|
-
"key": {
|
|
1347
|
-
"type": "identifier",
|
|
1348
|
-
"name": "useBrick"
|
|
1349
|
-
},
|
|
1350
|
-
"annotation": {
|
|
1351
|
-
"type": "reference",
|
|
1352
|
-
"typeName": {
|
|
1353
|
-
"type": "identifier",
|
|
1354
|
-
"name": "UseSingleBrickConf"
|
|
1355
|
-
}
|
|
1356
|
-
},
|
|
1357
|
-
"computed": false
|
|
1358
|
-
}
|
|
1359
|
-
]
|
|
1360
|
-
}
|
|
1361
|
-
]
|
|
1362
|
-
},
|
|
1363
1363
|
"advanced.capture-snapshot": {
|
|
1364
1364
|
"type": "provider",
|
|
1365
1365
|
"params": [
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@next-bricks/advanced",
|
|
3
|
-
"version": "0.44.
|
|
3
|
+
"version": "0.44.11",
|
|
4
4
|
"homepage": "https://github.com/easyops-cn/next-advanced-bricks/tree/master/bricks/advanced",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -45,5 +45,5 @@
|
|
|
45
45
|
"@next-bricks/icons": "*",
|
|
46
46
|
"@next-bricks/markdown": "*"
|
|
47
47
|
},
|
|
48
|
-
"gitHead": "
|
|
48
|
+
"gitHead": "5a63da1b4d598980c25f6110aa0e770bfeb2978a"
|
|
49
49
|
}
|