@next-bricks/advanced 0.38.0 → 0.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/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
  {
@@ -1576,6 +1342,240 @@
1576
1342
  "events": [],
1577
1343
  "methods": []
1578
1344
  },
1345
+ "eo-workbench-layout": {
1346
+ "properties": [
1347
+ {
1348
+ "name": "cardTitle",
1349
+ "annotation": {
1350
+ "type": "keyword",
1351
+ "value": "string"
1352
+ }
1353
+ },
1354
+ {
1355
+ "name": "isEdit",
1356
+ "annotation": {
1357
+ "type": "keyword",
1358
+ "value": "boolean"
1359
+ }
1360
+ },
1361
+ {
1362
+ "name": "layouts",
1363
+ "annotation": {
1364
+ "type": "array",
1365
+ "elementType": {
1366
+ "type": "reference",
1367
+ "typeName": {
1368
+ "type": "identifier",
1369
+ "name": "Layout"
1370
+ }
1371
+ }
1372
+ }
1373
+ },
1374
+ {
1375
+ "name": "componentList",
1376
+ "annotation": {
1377
+ "type": "array",
1378
+ "elementType": {
1379
+ "type": "reference",
1380
+ "typeName": {
1381
+ "type": "identifier",
1382
+ "name": "Item"
1383
+ }
1384
+ }
1385
+ }
1386
+ }
1387
+ ],
1388
+ "events": [
1389
+ {
1390
+ "name": "change",
1391
+ "detail": {
1392
+ "annotation": {
1393
+ "type": "array",
1394
+ "elementType": {
1395
+ "type": "reference",
1396
+ "typeName": {
1397
+ "type": "identifier",
1398
+ "name": "Layout"
1399
+ }
1400
+ }
1401
+ }
1402
+ }
1403
+ },
1404
+ {
1405
+ "name": "save",
1406
+ "detail": {
1407
+ "annotation": {
1408
+ "type": "array",
1409
+ "elementType": {
1410
+ "type": "reference",
1411
+ "typeName": {
1412
+ "type": "identifier",
1413
+ "name": "Layout"
1414
+ }
1415
+ }
1416
+ }
1417
+ }
1418
+ },
1419
+ {
1420
+ "name": "cancel",
1421
+ "detail": {
1422
+ "annotation": {
1423
+ "type": "keyword",
1424
+ "value": "void"
1425
+ }
1426
+ }
1427
+ },
1428
+ {
1429
+ "name": "action.click",
1430
+ "detail": {
1431
+ "annotation": {
1432
+ "type": "typeLiteral",
1433
+ "members": [
1434
+ {
1435
+ "type": "propertySignature",
1436
+ "key": {
1437
+ "type": "identifier",
1438
+ "name": "action"
1439
+ },
1440
+ "annotation": {
1441
+ "type": "reference",
1442
+ "typeName": {
1443
+ "type": "identifier",
1444
+ "name": "SimpleAction"
1445
+ }
1446
+ },
1447
+ "computed": false
1448
+ },
1449
+ {
1450
+ "type": "propertySignature",
1451
+ "key": {
1452
+ "type": "identifier",
1453
+ "name": "layouts"
1454
+ },
1455
+ "annotation": {
1456
+ "type": "array",
1457
+ "elementType": {
1458
+ "type": "reference",
1459
+ "typeName": {
1460
+ "type": "identifier",
1461
+ "name": "Layout"
1462
+ }
1463
+ }
1464
+ },
1465
+ "computed": false
1466
+ }
1467
+ ]
1468
+ }
1469
+ }
1470
+ }
1471
+ ],
1472
+ "methods": [
1473
+ {
1474
+ "name": "setLayouts",
1475
+ "params": [
1476
+ {
1477
+ "name": "layouts",
1478
+ "annotation": {
1479
+ "type": "array",
1480
+ "elementType": {
1481
+ "type": "reference",
1482
+ "typeName": {
1483
+ "type": "identifier",
1484
+ "name": "Layout"
1485
+ }
1486
+ }
1487
+ }
1488
+ }
1489
+ ],
1490
+ "returns": {}
1491
+ }
1492
+ ],
1493
+ "types": [
1494
+ {
1495
+ "type": "interface",
1496
+ "name": "Item",
1497
+ "body": [
1498
+ {
1499
+ "type": "propertySignature",
1500
+ "key": {
1501
+ "type": "identifier",
1502
+ "name": "position"
1503
+ },
1504
+ "annotation": {
1505
+ "type": "reference",
1506
+ "typeName": {
1507
+ "type": "identifier",
1508
+ "name": "Layout"
1509
+ }
1510
+ },
1511
+ "computed": false
1512
+ },
1513
+ {
1514
+ "type": "propertySignature",
1515
+ "key": {
1516
+ "type": "identifier",
1517
+ "name": "key"
1518
+ },
1519
+ "annotation": {
1520
+ "type": "keyword",
1521
+ "value": "string"
1522
+ },
1523
+ "computed": false
1524
+ },
1525
+ {
1526
+ "type": "propertySignature",
1527
+ "key": {
1528
+ "type": "identifier",
1529
+ "name": "title"
1530
+ },
1531
+ "annotation": {
1532
+ "type": "keyword",
1533
+ "value": "string"
1534
+ },
1535
+ "computed": false
1536
+ },
1537
+ {
1538
+ "type": "propertySignature",
1539
+ "key": {
1540
+ "type": "identifier",
1541
+ "name": "style"
1542
+ },
1543
+ "annotation": {
1544
+ "type": "reference",
1545
+ "typeName": {
1546
+ "type": "qualifiedName",
1547
+ "left": {
1548
+ "type": "identifier",
1549
+ "name": "React"
1550
+ },
1551
+ "right": {
1552
+ "type": "identifier",
1553
+ "name": "CSSProperties"
1554
+ }
1555
+ }
1556
+ },
1557
+ "optional": true,
1558
+ "computed": false
1559
+ },
1560
+ {
1561
+ "type": "propertySignature",
1562
+ "key": {
1563
+ "type": "identifier",
1564
+ "name": "useBrick"
1565
+ },
1566
+ "annotation": {
1567
+ "type": "reference",
1568
+ "typeName": {
1569
+ "type": "identifier",
1570
+ "name": "UseSingleBrickConf"
1571
+ }
1572
+ },
1573
+ "computed": false
1574
+ }
1575
+ ]
1576
+ }
1577
+ ]
1578
+ },
1579
1579
  "advanced.capture-snapshot": {
1580
1580
  "type": "provider",
1581
1581
  "params": [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@next-bricks/advanced",
3
- "version": "0.38.0",
3
+ "version": "0.38.1",
4
4
  "homepage": "https://github.com/easyops-cn/next-bricks/tree/master/bricks/advanced",
5
5
  "repository": {
6
6
  "type": "git",
@@ -35,7 +35,7 @@
35
35
  "postpublish": "mv package.json.bak package.json"
36
36
  },
37
37
  "devDependencies": {
38
- "@next-core/build-next-bricks": "^1.22.4",
38
+ "@next-core/build-next-bricks": "^1.23.0",
39
39
  "@next-core/test-next": "^1.1.5"
40
40
  },
41
41
  "peerDependencies": {
@@ -44,5 +44,5 @@
44
44
  "@next-bricks/icons": "*",
45
45
  "@next-bricks/markdown": "*"
46
46
  },
47
- "gitHead": "0f122f6bdeb94c9646b86e90b25e188eec24f037"
47
+ "gitHead": "2f5fd846001aac3ce9786f9ef3d78bd543e8f5d3"
48
48
  }