@next-bricks/advanced 0.42.0 → 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 +16 -16
- package/dist/chunks/{5479.ae350c2b.js → 5479.5296430c.js} +2 -2
- package/dist/chunks/5479.5296430c.js.map +1 -0
- package/dist/chunks/{main.2248b048.js → main.9ce45671.js} +2 -2
- package/dist/chunks/{main.2248b048.js.map → main.9ce45671.js.map} +1 -1
- package/dist/examples.json +6 -6
- package/dist/{index.0686fad6.js → index.35cb24be.js} +2 -2
- package/dist/{index.0686fad6.js.map → index.35cb24be.js.map} +1 -1
- package/dist/manifest.json +185 -185
- package/dist/types.json +508 -508
- package/docs/eo-next-table.md +3 -0
- package/package.json +2 -2
- package/dist/chunks/5479.ae350c2b.js.map +0 -1
package/dist/manifest.json
CHANGED
|
@@ -344,6 +344,76 @@
|
|
|
344
344
|
"category": "table",
|
|
345
345
|
"insider": true
|
|
346
346
|
},
|
|
347
|
+
{
|
|
348
|
+
"name": "eo-workbench-layout-v2",
|
|
349
|
+
"properties": [
|
|
350
|
+
{
|
|
351
|
+
"name": "cardTitle",
|
|
352
|
+
"type": "string"
|
|
353
|
+
},
|
|
354
|
+
{
|
|
355
|
+
"name": "isEdit",
|
|
356
|
+
"type": "boolean"
|
|
357
|
+
},
|
|
358
|
+
{
|
|
359
|
+
"name": "layouts",
|
|
360
|
+
"attribute": false,
|
|
361
|
+
"type": "Layout[]"
|
|
362
|
+
},
|
|
363
|
+
{
|
|
364
|
+
"name": "toolbarBricks",
|
|
365
|
+
"attribute": false,
|
|
366
|
+
"type": "{\n useBrick: UseSingleBrickConf[];\n }"
|
|
367
|
+
},
|
|
368
|
+
{
|
|
369
|
+
"name": "componentList",
|
|
370
|
+
"attribute": false,
|
|
371
|
+
"type": "Item[]"
|
|
372
|
+
}
|
|
373
|
+
],
|
|
374
|
+
"events": [
|
|
375
|
+
{
|
|
376
|
+
"name": "change",
|
|
377
|
+
"detail": {
|
|
378
|
+
"type": "Layout[]"
|
|
379
|
+
}
|
|
380
|
+
},
|
|
381
|
+
{
|
|
382
|
+
"name": "save",
|
|
383
|
+
"detail": {
|
|
384
|
+
"type": "Layout[]"
|
|
385
|
+
}
|
|
386
|
+
},
|
|
387
|
+
{
|
|
388
|
+
"name": "cancel",
|
|
389
|
+
"detail": {
|
|
390
|
+
"type": "void"
|
|
391
|
+
}
|
|
392
|
+
},
|
|
393
|
+
{
|
|
394
|
+
"name": "action.click",
|
|
395
|
+
"description": "操作点击事件",
|
|
396
|
+
"detail": {
|
|
397
|
+
"description": "{\naction: SimpleAction;\nlayouts: Layout[];\n}",
|
|
398
|
+
"type": "{\n action: SimpleAction;\n layouts: Layout[];\n }"
|
|
399
|
+
}
|
|
400
|
+
}
|
|
401
|
+
],
|
|
402
|
+
"slots": [],
|
|
403
|
+
"methods": [
|
|
404
|
+
{
|
|
405
|
+
"name": "setLayouts",
|
|
406
|
+
"params": [
|
|
407
|
+
{
|
|
408
|
+
"name": "layouts",
|
|
409
|
+
"type": "Layout[]"
|
|
410
|
+
}
|
|
411
|
+
]
|
|
412
|
+
}
|
|
413
|
+
],
|
|
414
|
+
"parts": [],
|
|
415
|
+
"description": "工作台布局V2,未使用shadow dom"
|
|
416
|
+
},
|
|
347
417
|
{
|
|
348
418
|
"name": "eo-cascader",
|
|
349
419
|
"alias": [
|
|
@@ -451,142 +521,6 @@
|
|
|
451
521
|
"description": "级联选择器",
|
|
452
522
|
"category": "form-input-basic"
|
|
453
523
|
},
|
|
454
|
-
{
|
|
455
|
-
"name": "eo-workbench-layout-v2",
|
|
456
|
-
"properties": [
|
|
457
|
-
{
|
|
458
|
-
"name": "cardTitle",
|
|
459
|
-
"type": "string"
|
|
460
|
-
},
|
|
461
|
-
{
|
|
462
|
-
"name": "isEdit",
|
|
463
|
-
"type": "boolean"
|
|
464
|
-
},
|
|
465
|
-
{
|
|
466
|
-
"name": "layouts",
|
|
467
|
-
"attribute": false,
|
|
468
|
-
"type": "Layout[]"
|
|
469
|
-
},
|
|
470
|
-
{
|
|
471
|
-
"name": "toolbarBricks",
|
|
472
|
-
"attribute": false,
|
|
473
|
-
"type": "{\n useBrick: UseSingleBrickConf[];\n }"
|
|
474
|
-
},
|
|
475
|
-
{
|
|
476
|
-
"name": "componentList",
|
|
477
|
-
"attribute": false,
|
|
478
|
-
"type": "Item[]"
|
|
479
|
-
}
|
|
480
|
-
],
|
|
481
|
-
"events": [
|
|
482
|
-
{
|
|
483
|
-
"name": "change",
|
|
484
|
-
"detail": {
|
|
485
|
-
"type": "Layout[]"
|
|
486
|
-
}
|
|
487
|
-
},
|
|
488
|
-
{
|
|
489
|
-
"name": "save",
|
|
490
|
-
"detail": {
|
|
491
|
-
"type": "Layout[]"
|
|
492
|
-
}
|
|
493
|
-
},
|
|
494
|
-
{
|
|
495
|
-
"name": "cancel",
|
|
496
|
-
"detail": {
|
|
497
|
-
"type": "void"
|
|
498
|
-
}
|
|
499
|
-
},
|
|
500
|
-
{
|
|
501
|
-
"name": "action.click",
|
|
502
|
-
"description": "操作点击事件",
|
|
503
|
-
"detail": {
|
|
504
|
-
"description": "{\naction: SimpleAction;\nlayouts: Layout[];\n}",
|
|
505
|
-
"type": "{\n action: SimpleAction;\n layouts: Layout[];\n }"
|
|
506
|
-
}
|
|
507
|
-
}
|
|
508
|
-
],
|
|
509
|
-
"slots": [],
|
|
510
|
-
"methods": [
|
|
511
|
-
{
|
|
512
|
-
"name": "setLayouts",
|
|
513
|
-
"params": [
|
|
514
|
-
{
|
|
515
|
-
"name": "layouts",
|
|
516
|
-
"type": "Layout[]"
|
|
517
|
-
}
|
|
518
|
-
]
|
|
519
|
-
}
|
|
520
|
-
],
|
|
521
|
-
"parts": [],
|
|
522
|
-
"description": "工作台布局V2,未使用shadow dom"
|
|
523
|
-
},
|
|
524
|
-
{
|
|
525
|
-
"name": "eo-workbench-layout",
|
|
526
|
-
"properties": [
|
|
527
|
-
{
|
|
528
|
-
"name": "cardTitle",
|
|
529
|
-
"type": "string"
|
|
530
|
-
},
|
|
531
|
-
{
|
|
532
|
-
"name": "isEdit",
|
|
533
|
-
"type": "boolean"
|
|
534
|
-
},
|
|
535
|
-
{
|
|
536
|
-
"name": "layouts",
|
|
537
|
-
"attribute": false,
|
|
538
|
-
"type": "Layout[]"
|
|
539
|
-
},
|
|
540
|
-
{
|
|
541
|
-
"name": "componentList",
|
|
542
|
-
"attribute": false,
|
|
543
|
-
"type": "Item[]"
|
|
544
|
-
}
|
|
545
|
-
],
|
|
546
|
-
"events": [
|
|
547
|
-
{
|
|
548
|
-
"name": "change",
|
|
549
|
-
"detail": {
|
|
550
|
-
"type": "Layout[]"
|
|
551
|
-
}
|
|
552
|
-
},
|
|
553
|
-
{
|
|
554
|
-
"name": "save",
|
|
555
|
-
"detail": {
|
|
556
|
-
"type": "Layout[]"
|
|
557
|
-
}
|
|
558
|
-
},
|
|
559
|
-
{
|
|
560
|
-
"name": "cancel",
|
|
561
|
-
"detail": {
|
|
562
|
-
"type": "void"
|
|
563
|
-
}
|
|
564
|
-
},
|
|
565
|
-
{
|
|
566
|
-
"name": "action.click",
|
|
567
|
-
"description": "操作点击事件",
|
|
568
|
-
"detail": {
|
|
569
|
-
"description": "{\naction: SimpleAction;\nlayouts: Layout[];\n}",
|
|
570
|
-
"type": "{\n action: SimpleAction;\n layouts: Layout[];\n }"
|
|
571
|
-
}
|
|
572
|
-
}
|
|
573
|
-
],
|
|
574
|
-
"slots": [],
|
|
575
|
-
"methods": [
|
|
576
|
-
{
|
|
577
|
-
"name": "setLayouts",
|
|
578
|
-
"params": [
|
|
579
|
-
{
|
|
580
|
-
"name": "layouts",
|
|
581
|
-
"type": "Layout[]"
|
|
582
|
-
}
|
|
583
|
-
]
|
|
584
|
-
}
|
|
585
|
-
],
|
|
586
|
-
"parts": [],
|
|
587
|
-
"description": "工作台布局",
|
|
588
|
-
"deprecated": "Please use eo-workbench-layout-v2 which support global styles instead"
|
|
589
|
-
},
|
|
590
524
|
{
|
|
591
525
|
"name": "eo-tree",
|
|
592
526
|
"properties": [
|
|
@@ -809,55 +743,6 @@
|
|
|
809
743
|
"description": "树选择器",
|
|
810
744
|
"category": "form-input-basic"
|
|
811
745
|
},
|
|
812
|
-
{
|
|
813
|
-
"name": "eo-text-tooltip",
|
|
814
|
-
"properties": [
|
|
815
|
-
{
|
|
816
|
-
"name": "label",
|
|
817
|
-
"description": "文案",
|
|
818
|
-
"default": null,
|
|
819
|
-
"type": "string"
|
|
820
|
-
},
|
|
821
|
-
{
|
|
822
|
-
"name": "lineClamp",
|
|
823
|
-
"description": "省略行数",
|
|
824
|
-
"default": "1",
|
|
825
|
-
"type": "number"
|
|
826
|
-
}
|
|
827
|
-
],
|
|
828
|
-
"events": [],
|
|
829
|
-
"slots": [],
|
|
830
|
-
"methods": [],
|
|
831
|
-
"parts": [],
|
|
832
|
-
"description": "超出宽度鼠标悬浮显示tooltip\n构件 `eo-text-tooltip`"
|
|
833
|
-
},
|
|
834
|
-
{
|
|
835
|
-
"name": "advanced.pdf-viewer",
|
|
836
|
-
"properties": [
|
|
837
|
-
{
|
|
838
|
-
"name": "url",
|
|
839
|
-
"type": "string"
|
|
840
|
-
},
|
|
841
|
-
{
|
|
842
|
-
"name": "page",
|
|
843
|
-
"type": "number"
|
|
844
|
-
},
|
|
845
|
-
{
|
|
846
|
-
"name": "search",
|
|
847
|
-
"type": "string"
|
|
848
|
-
},
|
|
849
|
-
{
|
|
850
|
-
"name": "viewerStyle",
|
|
851
|
-
"attribute": false,
|
|
852
|
-
"type": "React.CSSProperties"
|
|
853
|
-
}
|
|
854
|
-
],
|
|
855
|
-
"events": [],
|
|
856
|
-
"slots": [],
|
|
857
|
-
"methods": [],
|
|
858
|
-
"parts": [],
|
|
859
|
-
"description": "构件 `advanced.pdf-viewer`"
|
|
860
|
-
},
|
|
861
746
|
{
|
|
862
747
|
"name": "eo-next-table",
|
|
863
748
|
"properties": [
|
|
@@ -1066,6 +951,121 @@
|
|
|
1066
951
|
"parts": [],
|
|
1067
952
|
"description": "大型表格",
|
|
1068
953
|
"category": "table"
|
|
954
|
+
},
|
|
955
|
+
{
|
|
956
|
+
"name": "eo-text-tooltip",
|
|
957
|
+
"properties": [
|
|
958
|
+
{
|
|
959
|
+
"name": "label",
|
|
960
|
+
"description": "文案",
|
|
961
|
+
"default": null,
|
|
962
|
+
"type": "string"
|
|
963
|
+
},
|
|
964
|
+
{
|
|
965
|
+
"name": "lineClamp",
|
|
966
|
+
"description": "省略行数",
|
|
967
|
+
"default": "1",
|
|
968
|
+
"type": "number"
|
|
969
|
+
}
|
|
970
|
+
],
|
|
971
|
+
"events": [],
|
|
972
|
+
"slots": [],
|
|
973
|
+
"methods": [],
|
|
974
|
+
"parts": [],
|
|
975
|
+
"description": "超出宽度鼠标悬浮显示tooltip\n构件 `eo-text-tooltip`"
|
|
976
|
+
},
|
|
977
|
+
{
|
|
978
|
+
"name": "eo-workbench-layout",
|
|
979
|
+
"properties": [
|
|
980
|
+
{
|
|
981
|
+
"name": "cardTitle",
|
|
982
|
+
"type": "string"
|
|
983
|
+
},
|
|
984
|
+
{
|
|
985
|
+
"name": "isEdit",
|
|
986
|
+
"type": "boolean"
|
|
987
|
+
},
|
|
988
|
+
{
|
|
989
|
+
"name": "layouts",
|
|
990
|
+
"attribute": false,
|
|
991
|
+
"type": "Layout[]"
|
|
992
|
+
},
|
|
993
|
+
{
|
|
994
|
+
"name": "componentList",
|
|
995
|
+
"attribute": false,
|
|
996
|
+
"type": "Item[]"
|
|
997
|
+
}
|
|
998
|
+
],
|
|
999
|
+
"events": [
|
|
1000
|
+
{
|
|
1001
|
+
"name": "change",
|
|
1002
|
+
"detail": {
|
|
1003
|
+
"type": "Layout[]"
|
|
1004
|
+
}
|
|
1005
|
+
},
|
|
1006
|
+
{
|
|
1007
|
+
"name": "save",
|
|
1008
|
+
"detail": {
|
|
1009
|
+
"type": "Layout[]"
|
|
1010
|
+
}
|
|
1011
|
+
},
|
|
1012
|
+
{
|
|
1013
|
+
"name": "cancel",
|
|
1014
|
+
"detail": {
|
|
1015
|
+
"type": "void"
|
|
1016
|
+
}
|
|
1017
|
+
},
|
|
1018
|
+
{
|
|
1019
|
+
"name": "action.click",
|
|
1020
|
+
"description": "操作点击事件",
|
|
1021
|
+
"detail": {
|
|
1022
|
+
"description": "{\naction: SimpleAction;\nlayouts: Layout[];\n}",
|
|
1023
|
+
"type": "{\n action: SimpleAction;\n layouts: Layout[];\n }"
|
|
1024
|
+
}
|
|
1025
|
+
}
|
|
1026
|
+
],
|
|
1027
|
+
"slots": [],
|
|
1028
|
+
"methods": [
|
|
1029
|
+
{
|
|
1030
|
+
"name": "setLayouts",
|
|
1031
|
+
"params": [
|
|
1032
|
+
{
|
|
1033
|
+
"name": "layouts",
|
|
1034
|
+
"type": "Layout[]"
|
|
1035
|
+
}
|
|
1036
|
+
]
|
|
1037
|
+
}
|
|
1038
|
+
],
|
|
1039
|
+
"parts": [],
|
|
1040
|
+
"description": "工作台布局",
|
|
1041
|
+
"deprecated": "Please use eo-workbench-layout-v2 which support global styles instead"
|
|
1042
|
+
},
|
|
1043
|
+
{
|
|
1044
|
+
"name": "advanced.pdf-viewer",
|
|
1045
|
+
"properties": [
|
|
1046
|
+
{
|
|
1047
|
+
"name": "url",
|
|
1048
|
+
"type": "string"
|
|
1049
|
+
},
|
|
1050
|
+
{
|
|
1051
|
+
"name": "page",
|
|
1052
|
+
"type": "number"
|
|
1053
|
+
},
|
|
1054
|
+
{
|
|
1055
|
+
"name": "search",
|
|
1056
|
+
"type": "string"
|
|
1057
|
+
},
|
|
1058
|
+
{
|
|
1059
|
+
"name": "viewerStyle",
|
|
1060
|
+
"attribute": false,
|
|
1061
|
+
"type": "React.CSSProperties"
|
|
1062
|
+
}
|
|
1063
|
+
],
|
|
1064
|
+
"events": [],
|
|
1065
|
+
"slots": [],
|
|
1066
|
+
"methods": [],
|
|
1067
|
+
"parts": [],
|
|
1068
|
+
"description": "构件 `advanced.pdf-viewer`"
|
|
1069
1069
|
}
|
|
1070
1070
|
],
|
|
1071
1071
|
"providers": [
|