@next-bricks/advanced 0.42.2 → 0.42.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/types.json CHANGED
@@ -275,240 +275,6 @@
275
275
  ],
276
276
  "methods": []
277
277
  },
278
- "eo-workbench-layout": {
279
- "properties": [
280
- {
281
- "name": "cardTitle",
282
- "annotation": {
283
- "type": "keyword",
284
- "value": "string"
285
- }
286
- },
287
- {
288
- "name": "isEdit",
289
- "annotation": {
290
- "type": "keyword",
291
- "value": "boolean"
292
- }
293
- },
294
- {
295
- "name": "layouts",
296
- "annotation": {
297
- "type": "array",
298
- "elementType": {
299
- "type": "reference",
300
- "typeName": {
301
- "type": "identifier",
302
- "name": "Layout"
303
- }
304
- }
305
- }
306
- },
307
- {
308
- "name": "componentList",
309
- "annotation": {
310
- "type": "array",
311
- "elementType": {
312
- "type": "reference",
313
- "typeName": {
314
- "type": "identifier",
315
- "name": "Item"
316
- }
317
- }
318
- }
319
- }
320
- ],
321
- "events": [
322
- {
323
- "name": "change",
324
- "detail": {
325
- "annotation": {
326
- "type": "array",
327
- "elementType": {
328
- "type": "reference",
329
- "typeName": {
330
- "type": "identifier",
331
- "name": "Layout"
332
- }
333
- }
334
- }
335
- }
336
- },
337
- {
338
- "name": "save",
339
- "detail": {
340
- "annotation": {
341
- "type": "array",
342
- "elementType": {
343
- "type": "reference",
344
- "typeName": {
345
- "type": "identifier",
346
- "name": "Layout"
347
- }
348
- }
349
- }
350
- }
351
- },
352
- {
353
- "name": "cancel",
354
- "detail": {
355
- "annotation": {
356
- "type": "keyword",
357
- "value": "void"
358
- }
359
- }
360
- },
361
- {
362
- "name": "action.click",
363
- "detail": {
364
- "annotation": {
365
- "type": "typeLiteral",
366
- "members": [
367
- {
368
- "type": "propertySignature",
369
- "key": {
370
- "type": "identifier",
371
- "name": "action"
372
- },
373
- "annotation": {
374
- "type": "reference",
375
- "typeName": {
376
- "type": "identifier",
377
- "name": "SimpleAction"
378
- }
379
- },
380
- "computed": false
381
- },
382
- {
383
- "type": "propertySignature",
384
- "key": {
385
- "type": "identifier",
386
- "name": "layouts"
387
- },
388
- "annotation": {
389
- "type": "array",
390
- "elementType": {
391
- "type": "reference",
392
- "typeName": {
393
- "type": "identifier",
394
- "name": "Layout"
395
- }
396
- }
397
- },
398
- "computed": false
399
- }
400
- ]
401
- }
402
- }
403
- }
404
- ],
405
- "methods": [
406
- {
407
- "name": "setLayouts",
408
- "params": [
409
- {
410
- "name": "layouts",
411
- "annotation": {
412
- "type": "array",
413
- "elementType": {
414
- "type": "reference",
415
- "typeName": {
416
- "type": "identifier",
417
- "name": "Layout"
418
- }
419
- }
420
- }
421
- }
422
- ],
423
- "returns": {}
424
- }
425
- ],
426
- "types": [
427
- {
428
- "type": "interface",
429
- "name": "Item",
430
- "body": [
431
- {
432
- "type": "propertySignature",
433
- "key": {
434
- "type": "identifier",
435
- "name": "position"
436
- },
437
- "annotation": {
438
- "type": "reference",
439
- "typeName": {
440
- "type": "identifier",
441
- "name": "Layout"
442
- }
443
- },
444
- "computed": false
445
- },
446
- {
447
- "type": "propertySignature",
448
- "key": {
449
- "type": "identifier",
450
- "name": "key"
451
- },
452
- "annotation": {
453
- "type": "keyword",
454
- "value": "string"
455
- },
456
- "computed": false
457
- },
458
- {
459
- "type": "propertySignature",
460
- "key": {
461
- "type": "identifier",
462
- "name": "title"
463
- },
464
- "annotation": {
465
- "type": "keyword",
466
- "value": "string"
467
- },
468
- "computed": false
469
- },
470
- {
471
- "type": "propertySignature",
472
- "key": {
473
- "type": "identifier",
474
- "name": "style"
475
- },
476
- "annotation": {
477
- "type": "reference",
478
- "typeName": {
479
- "type": "qualifiedName",
480
- "left": {
481
- "type": "identifier",
482
- "name": "React"
483
- },
484
- "right": {
485
- "type": "identifier",
486
- "name": "CSSProperties"
487
- }
488
- }
489
- },
490
- "optional": true,
491
- "computed": false
492
- },
493
- {
494
- "type": "propertySignature",
495
- "key": {
496
- "type": "identifier",
497
- "name": "useBrick"
498
- },
499
- "annotation": {
500
- "type": "reference",
501
- "typeName": {
502
- "type": "identifier",
503
- "name": "UseSingleBrickConf"
504
- }
505
- },
506
- "computed": false
507
- }
508
- ]
509
- }
510
- ]
511
- },
512
278
  "eo-workbench-layout-v2": {
513
279
  "properties": [
514
280
  {
@@ -1216,6 +982,240 @@
1216
982
  }
1217
983
  ]
1218
984
  },
985
+ "eo-workbench-layout": {
986
+ "properties": [
987
+ {
988
+ "name": "cardTitle",
989
+ "annotation": {
990
+ "type": "keyword",
991
+ "value": "string"
992
+ }
993
+ },
994
+ {
995
+ "name": "isEdit",
996
+ "annotation": {
997
+ "type": "keyword",
998
+ "value": "boolean"
999
+ }
1000
+ },
1001
+ {
1002
+ "name": "layouts",
1003
+ "annotation": {
1004
+ "type": "array",
1005
+ "elementType": {
1006
+ "type": "reference",
1007
+ "typeName": {
1008
+ "type": "identifier",
1009
+ "name": "Layout"
1010
+ }
1011
+ }
1012
+ }
1013
+ },
1014
+ {
1015
+ "name": "componentList",
1016
+ "annotation": {
1017
+ "type": "array",
1018
+ "elementType": {
1019
+ "type": "reference",
1020
+ "typeName": {
1021
+ "type": "identifier",
1022
+ "name": "Item"
1023
+ }
1024
+ }
1025
+ }
1026
+ }
1027
+ ],
1028
+ "events": [
1029
+ {
1030
+ "name": "change",
1031
+ "detail": {
1032
+ "annotation": {
1033
+ "type": "array",
1034
+ "elementType": {
1035
+ "type": "reference",
1036
+ "typeName": {
1037
+ "type": "identifier",
1038
+ "name": "Layout"
1039
+ }
1040
+ }
1041
+ }
1042
+ }
1043
+ },
1044
+ {
1045
+ "name": "save",
1046
+ "detail": {
1047
+ "annotation": {
1048
+ "type": "array",
1049
+ "elementType": {
1050
+ "type": "reference",
1051
+ "typeName": {
1052
+ "type": "identifier",
1053
+ "name": "Layout"
1054
+ }
1055
+ }
1056
+ }
1057
+ }
1058
+ },
1059
+ {
1060
+ "name": "cancel",
1061
+ "detail": {
1062
+ "annotation": {
1063
+ "type": "keyword",
1064
+ "value": "void"
1065
+ }
1066
+ }
1067
+ },
1068
+ {
1069
+ "name": "action.click",
1070
+ "detail": {
1071
+ "annotation": {
1072
+ "type": "typeLiteral",
1073
+ "members": [
1074
+ {
1075
+ "type": "propertySignature",
1076
+ "key": {
1077
+ "type": "identifier",
1078
+ "name": "action"
1079
+ },
1080
+ "annotation": {
1081
+ "type": "reference",
1082
+ "typeName": {
1083
+ "type": "identifier",
1084
+ "name": "SimpleAction"
1085
+ }
1086
+ },
1087
+ "computed": false
1088
+ },
1089
+ {
1090
+ "type": "propertySignature",
1091
+ "key": {
1092
+ "type": "identifier",
1093
+ "name": "layouts"
1094
+ },
1095
+ "annotation": {
1096
+ "type": "array",
1097
+ "elementType": {
1098
+ "type": "reference",
1099
+ "typeName": {
1100
+ "type": "identifier",
1101
+ "name": "Layout"
1102
+ }
1103
+ }
1104
+ },
1105
+ "computed": false
1106
+ }
1107
+ ]
1108
+ }
1109
+ }
1110
+ }
1111
+ ],
1112
+ "methods": [
1113
+ {
1114
+ "name": "setLayouts",
1115
+ "params": [
1116
+ {
1117
+ "name": "layouts",
1118
+ "annotation": {
1119
+ "type": "array",
1120
+ "elementType": {
1121
+ "type": "reference",
1122
+ "typeName": {
1123
+ "type": "identifier",
1124
+ "name": "Layout"
1125
+ }
1126
+ }
1127
+ }
1128
+ }
1129
+ ],
1130
+ "returns": {}
1131
+ }
1132
+ ],
1133
+ "types": [
1134
+ {
1135
+ "type": "interface",
1136
+ "name": "Item",
1137
+ "body": [
1138
+ {
1139
+ "type": "propertySignature",
1140
+ "key": {
1141
+ "type": "identifier",
1142
+ "name": "position"
1143
+ },
1144
+ "annotation": {
1145
+ "type": "reference",
1146
+ "typeName": {
1147
+ "type": "identifier",
1148
+ "name": "Layout"
1149
+ }
1150
+ },
1151
+ "computed": false
1152
+ },
1153
+ {
1154
+ "type": "propertySignature",
1155
+ "key": {
1156
+ "type": "identifier",
1157
+ "name": "key"
1158
+ },
1159
+ "annotation": {
1160
+ "type": "keyword",
1161
+ "value": "string"
1162
+ },
1163
+ "computed": false
1164
+ },
1165
+ {
1166
+ "type": "propertySignature",
1167
+ "key": {
1168
+ "type": "identifier",
1169
+ "name": "title"
1170
+ },
1171
+ "annotation": {
1172
+ "type": "keyword",
1173
+ "value": "string"
1174
+ },
1175
+ "computed": false
1176
+ },
1177
+ {
1178
+ "type": "propertySignature",
1179
+ "key": {
1180
+ "type": "identifier",
1181
+ "name": "style"
1182
+ },
1183
+ "annotation": {
1184
+ "type": "reference",
1185
+ "typeName": {
1186
+ "type": "qualifiedName",
1187
+ "left": {
1188
+ "type": "identifier",
1189
+ "name": "React"
1190
+ },
1191
+ "right": {
1192
+ "type": "identifier",
1193
+ "name": "CSSProperties"
1194
+ }
1195
+ }
1196
+ },
1197
+ "optional": true,
1198
+ "computed": false
1199
+ },
1200
+ {
1201
+ "type": "propertySignature",
1202
+ "key": {
1203
+ "type": "identifier",
1204
+ "name": "useBrick"
1205
+ },
1206
+ "annotation": {
1207
+ "type": "reference",
1208
+ "typeName": {
1209
+ "type": "identifier",
1210
+ "name": "UseSingleBrickConf"
1211
+ }
1212
+ },
1213
+ "computed": false
1214
+ }
1215
+ ]
1216
+ }
1217
+ ]
1218
+ },
1219
1219
  "eo-tree-select": {
1220
1220
  "properties": [
1221
1221
  {
@@ -1556,26 +1556,6 @@
1556
1556
  ],
1557
1557
  "methods": []
1558
1558
  },
1559
- "eo-text-tooltip": {
1560
- "properties": [
1561
- {
1562
- "name": "label",
1563
- "annotation": {
1564
- "type": "keyword",
1565
- "value": "string"
1566
- }
1567
- },
1568
- {
1569
- "name": "lineClamp",
1570
- "annotation": {
1571
- "type": "keyword",
1572
- "value": "number"
1573
- }
1574
- }
1575
- ],
1576
- "events": [],
1577
- "methods": []
1578
- },
1579
1559
  "advanced.pdf-viewer": {
1580
1560
  "properties": [
1581
1561
  {
@@ -1620,6 +1600,26 @@
1620
1600
  "events": [],
1621
1601
  "methods": []
1622
1602
  },
1603
+ "eo-text-tooltip": {
1604
+ "properties": [
1605
+ {
1606
+ "name": "label",
1607
+ "annotation": {
1608
+ "type": "keyword",
1609
+ "value": "string"
1610
+ }
1611
+ },
1612
+ {
1613
+ "name": "lineClamp",
1614
+ "annotation": {
1615
+ "type": "keyword",
1616
+ "value": "number"
1617
+ }
1618
+ }
1619
+ ],
1620
+ "events": [],
1621
+ "methods": []
1622
+ },
1623
1623
  "advanced.capture-snapshot": {
1624
1624
  "type": "provider",
1625
1625
  "params": [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@next-bricks/advanced",
3
- "version": "0.42.2",
3
+ "version": "0.42.3",
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": "979e81a16c9f222d3a5b7e23083bc057783ad219"
48
+ "gitHead": "c55c955addac88ed31ca77596374d33c3c4ff4e1"
49
49
  }