@next-bricks/advanced 0.41.18 → 0.42.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/bricks.json +12 -12
- package/dist/chunks/5479.5296430c.js +2 -0
- package/dist/chunks/5479.5296430c.js.map +1 -0
- package/dist/chunks/{main.68f35805.js → main.9ce45671.js} +2 -2
- package/dist/chunks/{main.68f35805.js.map → main.9ce45671.js.map} +1 -1
- package/dist/examples.json +6 -6
- package/dist/{index.45811285.js → index.35cb24be.js} +2 -2
- package/dist/{index.45811285.js.map → index.35cb24be.js.map} +1 -1
- package/dist/manifest.json +295 -295
- package/dist/types.json +372 -289
- package/dist-types/next-table/interface.d.ts +9 -0
- package/dist-types/next-table/utils.d.ts +1 -0
- package/docs/eo-next-table.md +125 -0
- package/package.json +2 -2
- package/dist/chunks/5479.fffc7ea8.js +0 -2
- package/dist/chunks/5479.fffc7ea8.js.map +0 -1
package/dist/types.json
CHANGED
|
@@ -535,240 +535,6 @@
|
|
|
535
535
|
],
|
|
536
536
|
"methods": []
|
|
537
537
|
},
|
|
538
|
-
"eo-workbench-layout": {
|
|
539
|
-
"properties": [
|
|
540
|
-
{
|
|
541
|
-
"name": "cardTitle",
|
|
542
|
-
"annotation": {
|
|
543
|
-
"type": "keyword",
|
|
544
|
-
"value": "string"
|
|
545
|
-
}
|
|
546
|
-
},
|
|
547
|
-
{
|
|
548
|
-
"name": "isEdit",
|
|
549
|
-
"annotation": {
|
|
550
|
-
"type": "keyword",
|
|
551
|
-
"value": "boolean"
|
|
552
|
-
}
|
|
553
|
-
},
|
|
554
|
-
{
|
|
555
|
-
"name": "layouts",
|
|
556
|
-
"annotation": {
|
|
557
|
-
"type": "array",
|
|
558
|
-
"elementType": {
|
|
559
|
-
"type": "reference",
|
|
560
|
-
"typeName": {
|
|
561
|
-
"type": "identifier",
|
|
562
|
-
"name": "Layout"
|
|
563
|
-
}
|
|
564
|
-
}
|
|
565
|
-
}
|
|
566
|
-
},
|
|
567
|
-
{
|
|
568
|
-
"name": "componentList",
|
|
569
|
-
"annotation": {
|
|
570
|
-
"type": "array",
|
|
571
|
-
"elementType": {
|
|
572
|
-
"type": "reference",
|
|
573
|
-
"typeName": {
|
|
574
|
-
"type": "identifier",
|
|
575
|
-
"name": "Item"
|
|
576
|
-
}
|
|
577
|
-
}
|
|
578
|
-
}
|
|
579
|
-
}
|
|
580
|
-
],
|
|
581
|
-
"events": [
|
|
582
|
-
{
|
|
583
|
-
"name": "change",
|
|
584
|
-
"detail": {
|
|
585
|
-
"annotation": {
|
|
586
|
-
"type": "array",
|
|
587
|
-
"elementType": {
|
|
588
|
-
"type": "reference",
|
|
589
|
-
"typeName": {
|
|
590
|
-
"type": "identifier",
|
|
591
|
-
"name": "Layout"
|
|
592
|
-
}
|
|
593
|
-
}
|
|
594
|
-
}
|
|
595
|
-
}
|
|
596
|
-
},
|
|
597
|
-
{
|
|
598
|
-
"name": "save",
|
|
599
|
-
"detail": {
|
|
600
|
-
"annotation": {
|
|
601
|
-
"type": "array",
|
|
602
|
-
"elementType": {
|
|
603
|
-
"type": "reference",
|
|
604
|
-
"typeName": {
|
|
605
|
-
"type": "identifier",
|
|
606
|
-
"name": "Layout"
|
|
607
|
-
}
|
|
608
|
-
}
|
|
609
|
-
}
|
|
610
|
-
}
|
|
611
|
-
},
|
|
612
|
-
{
|
|
613
|
-
"name": "cancel",
|
|
614
|
-
"detail": {
|
|
615
|
-
"annotation": {
|
|
616
|
-
"type": "keyword",
|
|
617
|
-
"value": "void"
|
|
618
|
-
}
|
|
619
|
-
}
|
|
620
|
-
},
|
|
621
|
-
{
|
|
622
|
-
"name": "action.click",
|
|
623
|
-
"detail": {
|
|
624
|
-
"annotation": {
|
|
625
|
-
"type": "typeLiteral",
|
|
626
|
-
"members": [
|
|
627
|
-
{
|
|
628
|
-
"type": "propertySignature",
|
|
629
|
-
"key": {
|
|
630
|
-
"type": "identifier",
|
|
631
|
-
"name": "action"
|
|
632
|
-
},
|
|
633
|
-
"annotation": {
|
|
634
|
-
"type": "reference",
|
|
635
|
-
"typeName": {
|
|
636
|
-
"type": "identifier",
|
|
637
|
-
"name": "SimpleAction"
|
|
638
|
-
}
|
|
639
|
-
},
|
|
640
|
-
"computed": false
|
|
641
|
-
},
|
|
642
|
-
{
|
|
643
|
-
"type": "propertySignature",
|
|
644
|
-
"key": {
|
|
645
|
-
"type": "identifier",
|
|
646
|
-
"name": "layouts"
|
|
647
|
-
},
|
|
648
|
-
"annotation": {
|
|
649
|
-
"type": "array",
|
|
650
|
-
"elementType": {
|
|
651
|
-
"type": "reference",
|
|
652
|
-
"typeName": {
|
|
653
|
-
"type": "identifier",
|
|
654
|
-
"name": "Layout"
|
|
655
|
-
}
|
|
656
|
-
}
|
|
657
|
-
},
|
|
658
|
-
"computed": false
|
|
659
|
-
}
|
|
660
|
-
]
|
|
661
|
-
}
|
|
662
|
-
}
|
|
663
|
-
}
|
|
664
|
-
],
|
|
665
|
-
"methods": [
|
|
666
|
-
{
|
|
667
|
-
"name": "setLayouts",
|
|
668
|
-
"params": [
|
|
669
|
-
{
|
|
670
|
-
"name": "layouts",
|
|
671
|
-
"annotation": {
|
|
672
|
-
"type": "array",
|
|
673
|
-
"elementType": {
|
|
674
|
-
"type": "reference",
|
|
675
|
-
"typeName": {
|
|
676
|
-
"type": "identifier",
|
|
677
|
-
"name": "Layout"
|
|
678
|
-
}
|
|
679
|
-
}
|
|
680
|
-
}
|
|
681
|
-
}
|
|
682
|
-
],
|
|
683
|
-
"returns": {}
|
|
684
|
-
}
|
|
685
|
-
],
|
|
686
|
-
"types": [
|
|
687
|
-
{
|
|
688
|
-
"type": "interface",
|
|
689
|
-
"name": "Item",
|
|
690
|
-
"body": [
|
|
691
|
-
{
|
|
692
|
-
"type": "propertySignature",
|
|
693
|
-
"key": {
|
|
694
|
-
"type": "identifier",
|
|
695
|
-
"name": "position"
|
|
696
|
-
},
|
|
697
|
-
"annotation": {
|
|
698
|
-
"type": "reference",
|
|
699
|
-
"typeName": {
|
|
700
|
-
"type": "identifier",
|
|
701
|
-
"name": "Layout"
|
|
702
|
-
}
|
|
703
|
-
},
|
|
704
|
-
"computed": false
|
|
705
|
-
},
|
|
706
|
-
{
|
|
707
|
-
"type": "propertySignature",
|
|
708
|
-
"key": {
|
|
709
|
-
"type": "identifier",
|
|
710
|
-
"name": "key"
|
|
711
|
-
},
|
|
712
|
-
"annotation": {
|
|
713
|
-
"type": "keyword",
|
|
714
|
-
"value": "string"
|
|
715
|
-
},
|
|
716
|
-
"computed": false
|
|
717
|
-
},
|
|
718
|
-
{
|
|
719
|
-
"type": "propertySignature",
|
|
720
|
-
"key": {
|
|
721
|
-
"type": "identifier",
|
|
722
|
-
"name": "title"
|
|
723
|
-
},
|
|
724
|
-
"annotation": {
|
|
725
|
-
"type": "keyword",
|
|
726
|
-
"value": "string"
|
|
727
|
-
},
|
|
728
|
-
"computed": false
|
|
729
|
-
},
|
|
730
|
-
{
|
|
731
|
-
"type": "propertySignature",
|
|
732
|
-
"key": {
|
|
733
|
-
"type": "identifier",
|
|
734
|
-
"name": "style"
|
|
735
|
-
},
|
|
736
|
-
"annotation": {
|
|
737
|
-
"type": "reference",
|
|
738
|
-
"typeName": {
|
|
739
|
-
"type": "qualifiedName",
|
|
740
|
-
"left": {
|
|
741
|
-
"type": "identifier",
|
|
742
|
-
"name": "React"
|
|
743
|
-
},
|
|
744
|
-
"right": {
|
|
745
|
-
"type": "identifier",
|
|
746
|
-
"name": "CSSProperties"
|
|
747
|
-
}
|
|
748
|
-
}
|
|
749
|
-
},
|
|
750
|
-
"optional": true,
|
|
751
|
-
"computed": false
|
|
752
|
-
},
|
|
753
|
-
{
|
|
754
|
-
"type": "propertySignature",
|
|
755
|
-
"key": {
|
|
756
|
-
"type": "identifier",
|
|
757
|
-
"name": "useBrick"
|
|
758
|
-
},
|
|
759
|
-
"annotation": {
|
|
760
|
-
"type": "reference",
|
|
761
|
-
"typeName": {
|
|
762
|
-
"type": "identifier",
|
|
763
|
-
"name": "UseSingleBrickConf"
|
|
764
|
-
}
|
|
765
|
-
},
|
|
766
|
-
"computed": false
|
|
767
|
-
}
|
|
768
|
-
]
|
|
769
|
-
}
|
|
770
|
-
]
|
|
771
|
-
},
|
|
772
538
|
"eo-tree": {
|
|
773
539
|
"properties": [
|
|
774
540
|
{
|
|
@@ -1473,21 +1239,194 @@
|
|
|
1473
1239
|
},
|
|
1474
1240
|
"computed": false
|
|
1475
1241
|
}
|
|
1476
|
-
]
|
|
1242
|
+
]
|
|
1243
|
+
}
|
|
1244
|
+
}
|
|
1245
|
+
},
|
|
1246
|
+
{
|
|
1247
|
+
"name": "search",
|
|
1248
|
+
"detail": {
|
|
1249
|
+
"annotation": {
|
|
1250
|
+
"type": "keyword",
|
|
1251
|
+
"value": "string"
|
|
1252
|
+
}
|
|
1253
|
+
}
|
|
1254
|
+
},
|
|
1255
|
+
{
|
|
1256
|
+
"name": "select",
|
|
1257
|
+
"detail": {
|
|
1258
|
+
"annotation": {
|
|
1259
|
+
"type": "typeLiteral",
|
|
1260
|
+
"members": [
|
|
1261
|
+
{
|
|
1262
|
+
"type": "propertySignature",
|
|
1263
|
+
"key": {
|
|
1264
|
+
"type": "identifier",
|
|
1265
|
+
"name": "value"
|
|
1266
|
+
},
|
|
1267
|
+
"annotation": {
|
|
1268
|
+
"type": "indexedAccess",
|
|
1269
|
+
"objectType": {
|
|
1270
|
+
"type": "reference",
|
|
1271
|
+
"typeName": {
|
|
1272
|
+
"type": "identifier",
|
|
1273
|
+
"name": "AntdTreeSelectProps"
|
|
1274
|
+
}
|
|
1275
|
+
},
|
|
1276
|
+
"indexType": {
|
|
1277
|
+
"type": "jsLiteral",
|
|
1278
|
+
"value": "value"
|
|
1279
|
+
}
|
|
1280
|
+
},
|
|
1281
|
+
"computed": false
|
|
1282
|
+
}
|
|
1283
|
+
]
|
|
1284
|
+
}
|
|
1285
|
+
}
|
|
1286
|
+
},
|
|
1287
|
+
{
|
|
1288
|
+
"name": "expand",
|
|
1289
|
+
"detail": {
|
|
1290
|
+
"annotation": {
|
|
1291
|
+
"type": "typeLiteral",
|
|
1292
|
+
"members": [
|
|
1293
|
+
{
|
|
1294
|
+
"type": "propertySignature",
|
|
1295
|
+
"key": {
|
|
1296
|
+
"type": "identifier",
|
|
1297
|
+
"name": "keys"
|
|
1298
|
+
},
|
|
1299
|
+
"annotation": {
|
|
1300
|
+
"type": "array",
|
|
1301
|
+
"elementType": {
|
|
1302
|
+
"type": "reference",
|
|
1303
|
+
"typeName": {
|
|
1304
|
+
"type": "qualifiedName",
|
|
1305
|
+
"left": {
|
|
1306
|
+
"type": "identifier",
|
|
1307
|
+
"name": "React"
|
|
1308
|
+
},
|
|
1309
|
+
"right": {
|
|
1310
|
+
"type": "identifier",
|
|
1311
|
+
"name": "Key"
|
|
1312
|
+
}
|
|
1313
|
+
}
|
|
1314
|
+
}
|
|
1315
|
+
},
|
|
1316
|
+
"computed": false
|
|
1317
|
+
}
|
|
1318
|
+
]
|
|
1319
|
+
}
|
|
1320
|
+
}
|
|
1321
|
+
}
|
|
1322
|
+
],
|
|
1323
|
+
"methods": []
|
|
1324
|
+
},
|
|
1325
|
+
"eo-text-tooltip": {
|
|
1326
|
+
"properties": [
|
|
1327
|
+
{
|
|
1328
|
+
"name": "label",
|
|
1329
|
+
"annotation": {
|
|
1330
|
+
"type": "keyword",
|
|
1331
|
+
"value": "string"
|
|
1332
|
+
}
|
|
1333
|
+
},
|
|
1334
|
+
{
|
|
1335
|
+
"name": "lineClamp",
|
|
1336
|
+
"annotation": {
|
|
1337
|
+
"type": "keyword",
|
|
1338
|
+
"value": "number"
|
|
1339
|
+
}
|
|
1340
|
+
}
|
|
1341
|
+
],
|
|
1342
|
+
"events": [],
|
|
1343
|
+
"methods": []
|
|
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
|
+
}
|
|
1477
1416
|
}
|
|
1478
1417
|
}
|
|
1479
1418
|
},
|
|
1480
1419
|
{
|
|
1481
|
-
"name": "
|
|
1420
|
+
"name": "cancel",
|
|
1482
1421
|
"detail": {
|
|
1483
1422
|
"annotation": {
|
|
1484
1423
|
"type": "keyword",
|
|
1485
|
-
"value": "
|
|
1424
|
+
"value": "void"
|
|
1486
1425
|
}
|
|
1487
1426
|
}
|
|
1488
1427
|
},
|
|
1489
1428
|
{
|
|
1490
|
-
"name": "
|
|
1429
|
+
"name": "action.click",
|
|
1491
1430
|
"detail": {
|
|
1492
1431
|
"annotation": {
|
|
1493
1432
|
"type": "typeLiteral",
|
|
@@ -1496,54 +1435,30 @@
|
|
|
1496
1435
|
"type": "propertySignature",
|
|
1497
1436
|
"key": {
|
|
1498
1437
|
"type": "identifier",
|
|
1499
|
-
"name": "
|
|
1438
|
+
"name": "action"
|
|
1500
1439
|
},
|
|
1501
1440
|
"annotation": {
|
|
1502
|
-
"type": "
|
|
1503
|
-
"
|
|
1504
|
-
"type": "
|
|
1505
|
-
"
|
|
1506
|
-
"type": "identifier",
|
|
1507
|
-
"name": "AntdTreeSelectProps"
|
|
1508
|
-
}
|
|
1509
|
-
},
|
|
1510
|
-
"indexType": {
|
|
1511
|
-
"type": "jsLiteral",
|
|
1512
|
-
"value": "value"
|
|
1441
|
+
"type": "reference",
|
|
1442
|
+
"typeName": {
|
|
1443
|
+
"type": "identifier",
|
|
1444
|
+
"name": "SimpleAction"
|
|
1513
1445
|
}
|
|
1514
1446
|
},
|
|
1515
1447
|
"computed": false
|
|
1516
|
-
}
|
|
1517
|
-
]
|
|
1518
|
-
}
|
|
1519
|
-
}
|
|
1520
|
-
},
|
|
1521
|
-
{
|
|
1522
|
-
"name": "expand",
|
|
1523
|
-
"detail": {
|
|
1524
|
-
"annotation": {
|
|
1525
|
-
"type": "typeLiteral",
|
|
1526
|
-
"members": [
|
|
1448
|
+
},
|
|
1527
1449
|
{
|
|
1528
1450
|
"type": "propertySignature",
|
|
1529
1451
|
"key": {
|
|
1530
1452
|
"type": "identifier",
|
|
1531
|
-
"name": "
|
|
1453
|
+
"name": "layouts"
|
|
1532
1454
|
},
|
|
1533
1455
|
"annotation": {
|
|
1534
1456
|
"type": "array",
|
|
1535
1457
|
"elementType": {
|
|
1536
1458
|
"type": "reference",
|
|
1537
1459
|
"typeName": {
|
|
1538
|
-
"type": "
|
|
1539
|
-
"
|
|
1540
|
-
"type": "identifier",
|
|
1541
|
-
"name": "React"
|
|
1542
|
-
},
|
|
1543
|
-
"right": {
|
|
1544
|
-
"type": "identifier",
|
|
1545
|
-
"name": "Key"
|
|
1546
|
-
}
|
|
1460
|
+
"type": "identifier",
|
|
1461
|
+
"name": "Layout"
|
|
1547
1462
|
}
|
|
1548
1463
|
}
|
|
1549
1464
|
},
|
|
@@ -1554,27 +1469,112 @@
|
|
|
1554
1469
|
}
|
|
1555
1470
|
}
|
|
1556
1471
|
],
|
|
1557
|
-
"methods": [
|
|
1558
|
-
},
|
|
1559
|
-
"eo-text-tooltip": {
|
|
1560
|
-
"properties": [
|
|
1561
|
-
{
|
|
1562
|
-
"name": "label",
|
|
1563
|
-
"annotation": {
|
|
1564
|
-
"type": "keyword",
|
|
1565
|
-
"value": "string"
|
|
1566
|
-
}
|
|
1567
|
-
},
|
|
1472
|
+
"methods": [
|
|
1568
1473
|
{
|
|
1569
|
-
"name": "
|
|
1570
|
-
"
|
|
1571
|
-
|
|
1572
|
-
|
|
1573
|
-
|
|
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": {}
|
|
1574
1491
|
}
|
|
1575
1492
|
],
|
|
1576
|
-
"
|
|
1577
|
-
|
|
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
1578
|
},
|
|
1579
1579
|
"advanced.pdf-viewer": {
|
|
1580
1580
|
"properties": [
|
|
@@ -3522,6 +3522,22 @@
|
|
|
3522
3522
|
"optional": true,
|
|
3523
3523
|
"computed": false,
|
|
3524
3524
|
"description": "头部单元格样式"
|
|
3525
|
+
},
|
|
3526
|
+
{
|
|
3527
|
+
"type": "propertySignature",
|
|
3528
|
+
"key": {
|
|
3529
|
+
"type": "identifier",
|
|
3530
|
+
"name": "cellStatus"
|
|
3531
|
+
},
|
|
3532
|
+
"annotation": {
|
|
3533
|
+
"type": "reference",
|
|
3534
|
+
"typeName": {
|
|
3535
|
+
"type": "identifier",
|
|
3536
|
+
"name": "CellStatus"
|
|
3537
|
+
}
|
|
3538
|
+
},
|
|
3539
|
+
"optional": true,
|
|
3540
|
+
"computed": false
|
|
3525
3541
|
}
|
|
3526
3542
|
],
|
|
3527
3543
|
"extends": [
|
|
@@ -3625,6 +3641,73 @@
|
|
|
3625
3641
|
}
|
|
3626
3642
|
]
|
|
3627
3643
|
},
|
|
3644
|
+
{
|
|
3645
|
+
"type": "interface",
|
|
3646
|
+
"name": "CellStatus",
|
|
3647
|
+
"body": [
|
|
3648
|
+
{
|
|
3649
|
+
"type": "propertySignature",
|
|
3650
|
+
"key": {
|
|
3651
|
+
"type": "identifier",
|
|
3652
|
+
"name": "dataIndex"
|
|
3653
|
+
},
|
|
3654
|
+
"annotation": {
|
|
3655
|
+
"type": "keyword",
|
|
3656
|
+
"value": "string"
|
|
3657
|
+
},
|
|
3658
|
+
"optional": true,
|
|
3659
|
+
"computed": false
|
|
3660
|
+
},
|
|
3661
|
+
{
|
|
3662
|
+
"type": "propertySignature",
|
|
3663
|
+
"key": {
|
|
3664
|
+
"type": "identifier",
|
|
3665
|
+
"name": "mapping"
|
|
3666
|
+
},
|
|
3667
|
+
"annotation": {
|
|
3668
|
+
"type": "array",
|
|
3669
|
+
"elementType": {
|
|
3670
|
+
"type": "reference",
|
|
3671
|
+
"typeName": {
|
|
3672
|
+
"type": "identifier",
|
|
3673
|
+
"name": "CellStatusMap"
|
|
3674
|
+
}
|
|
3675
|
+
}
|
|
3676
|
+
},
|
|
3677
|
+
"computed": false
|
|
3678
|
+
}
|
|
3679
|
+
]
|
|
3680
|
+
},
|
|
3681
|
+
{
|
|
3682
|
+
"type": "interface",
|
|
3683
|
+
"name": "CellStatusMap",
|
|
3684
|
+
"body": [
|
|
3685
|
+
{
|
|
3686
|
+
"type": "propertySignature",
|
|
3687
|
+
"key": {
|
|
3688
|
+
"type": "identifier",
|
|
3689
|
+
"name": "value"
|
|
3690
|
+
},
|
|
3691
|
+
"annotation": {
|
|
3692
|
+
"type": "keyword",
|
|
3693
|
+
"value": "unknown"
|
|
3694
|
+
},
|
|
3695
|
+
"computed": false
|
|
3696
|
+
},
|
|
3697
|
+
{
|
|
3698
|
+
"type": "propertySignature",
|
|
3699
|
+
"key": {
|
|
3700
|
+
"type": "identifier",
|
|
3701
|
+
"name": "leftBorderColor"
|
|
3702
|
+
},
|
|
3703
|
+
"annotation": {
|
|
3704
|
+
"type": "keyword",
|
|
3705
|
+
"value": "string"
|
|
3706
|
+
},
|
|
3707
|
+
"computed": false
|
|
3708
|
+
}
|
|
3709
|
+
]
|
|
3710
|
+
},
|
|
3628
3711
|
{
|
|
3629
3712
|
"type": "typeAlias",
|
|
3630
3713
|
"name": "RecordType",
|