@next-bricks/advanced 0.45.8 → 0.46.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/types.json CHANGED
@@ -722,240 +722,6 @@
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
- },
959
725
  "eo-tree-select": {
960
726
  "properties": [
961
727
  {
@@ -1367,6 +1133,240 @@
1367
1133
  "events": [],
1368
1134
  "methods": []
1369
1135
  },
1136
+ "eo-workbench-layout": {
1137
+ "properties": [
1138
+ {
1139
+ "name": "cardTitle",
1140
+ "annotation": {
1141
+ "type": "keyword",
1142
+ "value": "string"
1143
+ }
1144
+ },
1145
+ {
1146
+ "name": "isEdit",
1147
+ "annotation": {
1148
+ "type": "keyword",
1149
+ "value": "boolean"
1150
+ }
1151
+ },
1152
+ {
1153
+ "name": "layouts",
1154
+ "annotation": {
1155
+ "type": "array",
1156
+ "elementType": {
1157
+ "type": "reference",
1158
+ "typeName": {
1159
+ "type": "identifier",
1160
+ "name": "Layout"
1161
+ }
1162
+ }
1163
+ }
1164
+ },
1165
+ {
1166
+ "name": "componentList",
1167
+ "annotation": {
1168
+ "type": "array",
1169
+ "elementType": {
1170
+ "type": "reference",
1171
+ "typeName": {
1172
+ "type": "identifier",
1173
+ "name": "Item"
1174
+ }
1175
+ }
1176
+ }
1177
+ }
1178
+ ],
1179
+ "events": [
1180
+ {
1181
+ "name": "change",
1182
+ "detail": {
1183
+ "annotation": {
1184
+ "type": "array",
1185
+ "elementType": {
1186
+ "type": "reference",
1187
+ "typeName": {
1188
+ "type": "identifier",
1189
+ "name": "Layout"
1190
+ }
1191
+ }
1192
+ }
1193
+ }
1194
+ },
1195
+ {
1196
+ "name": "save",
1197
+ "detail": {
1198
+ "annotation": {
1199
+ "type": "array",
1200
+ "elementType": {
1201
+ "type": "reference",
1202
+ "typeName": {
1203
+ "type": "identifier",
1204
+ "name": "Layout"
1205
+ }
1206
+ }
1207
+ }
1208
+ }
1209
+ },
1210
+ {
1211
+ "name": "cancel",
1212
+ "detail": {
1213
+ "annotation": {
1214
+ "type": "keyword",
1215
+ "value": "void"
1216
+ }
1217
+ }
1218
+ },
1219
+ {
1220
+ "name": "action.click",
1221
+ "detail": {
1222
+ "annotation": {
1223
+ "type": "typeLiteral",
1224
+ "members": [
1225
+ {
1226
+ "type": "propertySignature",
1227
+ "key": {
1228
+ "type": "identifier",
1229
+ "name": "action"
1230
+ },
1231
+ "annotation": {
1232
+ "type": "reference",
1233
+ "typeName": {
1234
+ "type": "identifier",
1235
+ "name": "SimpleAction"
1236
+ }
1237
+ },
1238
+ "computed": false
1239
+ },
1240
+ {
1241
+ "type": "propertySignature",
1242
+ "key": {
1243
+ "type": "identifier",
1244
+ "name": "layouts"
1245
+ },
1246
+ "annotation": {
1247
+ "type": "array",
1248
+ "elementType": {
1249
+ "type": "reference",
1250
+ "typeName": {
1251
+ "type": "identifier",
1252
+ "name": "Layout"
1253
+ }
1254
+ }
1255
+ },
1256
+ "computed": false
1257
+ }
1258
+ ]
1259
+ }
1260
+ }
1261
+ }
1262
+ ],
1263
+ "methods": [
1264
+ {
1265
+ "name": "setLayouts",
1266
+ "params": [
1267
+ {
1268
+ "name": "layouts",
1269
+ "annotation": {
1270
+ "type": "array",
1271
+ "elementType": {
1272
+ "type": "reference",
1273
+ "typeName": {
1274
+ "type": "identifier",
1275
+ "name": "Layout"
1276
+ }
1277
+ }
1278
+ }
1279
+ }
1280
+ ],
1281
+ "returns": {}
1282
+ }
1283
+ ],
1284
+ "types": [
1285
+ {
1286
+ "type": "interface",
1287
+ "name": "Item",
1288
+ "body": [
1289
+ {
1290
+ "type": "propertySignature",
1291
+ "key": {
1292
+ "type": "identifier",
1293
+ "name": "position"
1294
+ },
1295
+ "annotation": {
1296
+ "type": "reference",
1297
+ "typeName": {
1298
+ "type": "identifier",
1299
+ "name": "Layout"
1300
+ }
1301
+ },
1302
+ "computed": false
1303
+ },
1304
+ {
1305
+ "type": "propertySignature",
1306
+ "key": {
1307
+ "type": "identifier",
1308
+ "name": "key"
1309
+ },
1310
+ "annotation": {
1311
+ "type": "keyword",
1312
+ "value": "string"
1313
+ },
1314
+ "computed": false
1315
+ },
1316
+ {
1317
+ "type": "propertySignature",
1318
+ "key": {
1319
+ "type": "identifier",
1320
+ "name": "title"
1321
+ },
1322
+ "annotation": {
1323
+ "type": "keyword",
1324
+ "value": "string"
1325
+ },
1326
+ "computed": false
1327
+ },
1328
+ {
1329
+ "type": "propertySignature",
1330
+ "key": {
1331
+ "type": "identifier",
1332
+ "name": "style"
1333
+ },
1334
+ "annotation": {
1335
+ "type": "reference",
1336
+ "typeName": {
1337
+ "type": "qualifiedName",
1338
+ "left": {
1339
+ "type": "identifier",
1340
+ "name": "React"
1341
+ },
1342
+ "right": {
1343
+ "type": "identifier",
1344
+ "name": "CSSProperties"
1345
+ }
1346
+ }
1347
+ },
1348
+ "optional": true,
1349
+ "computed": false
1350
+ },
1351
+ {
1352
+ "type": "propertySignature",
1353
+ "key": {
1354
+ "type": "identifier",
1355
+ "name": "useBrick"
1356
+ },
1357
+ "annotation": {
1358
+ "type": "reference",
1359
+ "typeName": {
1360
+ "type": "identifier",
1361
+ "name": "UseSingleBrickConf"
1362
+ }
1363
+ },
1364
+ "computed": false
1365
+ }
1366
+ ]
1367
+ }
1368
+ ]
1369
+ },
1370
1370
  "advanced.capture-snapshot": {
1371
1371
  "type": "provider",
1372
1372
  "params": [
@@ -3119,6 +3119,21 @@
3119
3119
  }
3120
3120
  }
3121
3121
  },
3122
+ {
3123
+ "name": "row.select.v2",
3124
+ "detail": {
3125
+ "annotation": {
3126
+ "type": "array",
3127
+ "elementType": {
3128
+ "type": "reference",
3129
+ "typeName": {
3130
+ "type": "identifier",
3131
+ "name": "RecordType"
3132
+ }
3133
+ }
3134
+ }
3135
+ }
3136
+ },
3122
3137
  {
3123
3138
  "name": "row.expand",
3124
3139
  "detail": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@next-bricks/advanced",
3
- "version": "0.45.8",
3
+ "version": "0.46.0",
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": "caa9d3ad2e36f024b7b5a00f7ee0bf118890e464"
48
+ "gitHead": "75ecbf20521d14aac20642060a880df0170990d0"
49
49
  }