@next-bricks/advanced 0.42.5 → 0.42.6
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 +19 -19
- package/dist/chunks/{2197.93f0b9f2.js → 2197.f9713b01.js} +2 -2
- package/dist/chunks/{2197.93f0b9f2.js.map → 2197.f9713b01.js.map} +1 -1
- package/dist/chunks/{2252.d2877020.js → 2252.b9051c28.js} +3 -3
- package/dist/chunks/{2252.d2877020.js.map → 2252.b9051c28.js.map} +1 -1
- package/dist/chunks/{4185.cc97c86b.js → 4185.e4b95e71.js} +3 -3
- package/dist/chunks/4185.e4b95e71.js.map +1 -0
- package/dist/chunks/{4837.c058d0e2.js → 4837.66b2346e.js} +2 -2
- package/dist/chunks/{4837.c058d0e2.js.map → 4837.66b2346e.js.map} +1 -1
- package/dist/chunks/{7218.fd6b19e3.js → 7218.caff47f5.js} +2 -2
- package/dist/chunks/{7218.fd6b19e3.js.map → 7218.caff47f5.js.map} +1 -1
- package/dist/chunks/{8609.9051f66b.js → 8609.07f9957d.js} +2 -2
- package/dist/chunks/{8609.9051f66b.js.map → 8609.07f9957d.js.map} +1 -1
- package/dist/chunks/{capture-snapshot.7710509c.js → capture-snapshot.9d30965c.js} +2 -2
- package/dist/chunks/{capture-snapshot.7710509c.js.map → capture-snapshot.9d30965c.js.map} +1 -1
- package/dist/chunks/{eo-cascader.45dfbc83.js → eo-cascader.9bdd8b15.js} +2 -2
- package/dist/chunks/{eo-cascader.45dfbc83.js.map → eo-cascader.9bdd8b15.js.map} +1 -1
- package/dist/chunks/{eo-table.393b4d53.js → eo-table.2105a273.js} +2 -2
- package/dist/chunks/{eo-table.393b4d53.js.map → eo-table.2105a273.js.map} +1 -1
- package/dist/chunks/{eo-tree-select.f8ec2673.js → eo-tree-select.44e8e00b.js} +2 -2
- package/dist/chunks/{eo-tree-select.f8ec2673.js.map → eo-tree-select.44e8e00b.js.map} +1 -1
- package/dist/chunks/{eo-tree.7d12117e.js → eo-tree.5969f288.js} +3 -3
- package/dist/chunks/{eo-tree.7d12117e.js.map → eo-tree.5969f288.js.map} +1 -1
- package/dist/chunks/{eo-workbench-layout-v2.756aeea1.js → eo-workbench-layout-v2.d5e63284.js} +2 -2
- package/dist/chunks/{eo-workbench-layout-v2.756aeea1.js.map → eo-workbench-layout-v2.d5e63284.js.map} +1 -1
- package/dist/chunks/{eo-workbench-layout.71c40d36.js → eo-workbench-layout.ae78cc7a.js} +2 -2
- package/dist/chunks/{eo-workbench-layout.71c40d36.js.map → eo-workbench-layout.ae78cc7a.js.map} +1 -1
- package/dist/chunks/main.542b7eda.js +2 -0
- package/dist/chunks/{main.3fd963a4.js.map → main.542b7eda.js.map} +1 -1
- package/dist/examples.json +6 -6
- package/dist/index.274bf3d4.js +2 -0
- package/dist/{index.9f72a444.js.map → index.274bf3d4.js.map} +1 -1
- package/dist/manifest.json +427 -427
- package/dist/types.json +234 -234
- package/package.json +2 -2
- package/dist/chunks/4185.cc97c86b.js.map +0 -1
- package/dist/chunks/main.3fd963a4.js +0 -2
- package/dist/index.9f72a444.js +0 -2
- /package/dist/chunks/{2252.d2877020.js.LICENSE.txt → 2252.b9051c28.js.LICENSE.txt} +0 -0
- /package/dist/chunks/{4185.cc97c86b.js.LICENSE.txt → 4185.e4b95e71.js.LICENSE.txt} +0 -0
- /package/dist/chunks/{eo-tree.7d12117e.js.LICENSE.txt → eo-tree.5969f288.js.LICENSE.txt} +0 -0
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.pdf-viewer": {
|
|
1580
1580
|
"properties": [
|
|
1581
1581
|
{
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@next-bricks/advanced",
|
|
3
|
-
"version": "0.42.
|
|
3
|
+
"version": "0.42.6",
|
|
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": "fcfb07d74266f772d6e9c4f27608d984c8ca0180"
|
|
49
49
|
}
|