@next-bricks/advanced 0.48.2 → 0.48.4

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.
Files changed (26) hide show
  1. package/dist/bricks.json +14 -14
  2. package/dist/chunks/2977.8802438a.js +3 -0
  3. package/dist/chunks/2977.8802438a.js.map +1 -0
  4. package/dist/chunks/{4197.11764ff4.js → 4197.f3365a72.js} +2 -2
  5. package/dist/chunks/{4197.11764ff4.js.map → 4197.f3365a72.js.map} +1 -1
  6. package/dist/chunks/{4670.e99278b5.js → 4670.bba60176.js} +3 -3
  7. package/dist/chunks/{4670.e99278b5.js.map → 4670.bba60176.js.map} +1 -1
  8. package/dist/chunks/{5612.4f32db4f.js → 5612.74b22a54.js} +2 -2
  9. package/dist/chunks/{5612.4f32db4f.js.map → 5612.74b22a54.js.map} +1 -1
  10. package/dist/chunks/{9978.ff6624df.js → 9978.f9d039e7.js} +3 -3
  11. package/dist/chunks/{9978.ff6624df.js.map → 9978.f9d039e7.js.map} +1 -1
  12. package/dist/chunks/{eo-next-table.3b3d86d9.js → eo-next-table.f04e5262.js} +2 -2
  13. package/dist/chunks/{eo-next-table.3b3d86d9.js.map → eo-next-table.f04e5262.js.map} +1 -1
  14. package/dist/chunks/{main.5197e1f1.js → main.63b7edc3.js} +2 -2
  15. package/dist/chunks/{main.5197e1f1.js.map → main.63b7edc3.js.map} +1 -1
  16. package/dist/examples.json +6 -6
  17. package/dist/{index.f42595d6.js → index.91ab4f74.js} +2 -2
  18. package/dist/{index.f42595d6.js.map → index.91ab4f74.js.map} +1 -1
  19. package/dist/manifest.json +196 -196
  20. package/dist/types.json +319 -319
  21. package/package.json +2 -2
  22. package/dist/chunks/9914.e1a117d8.js +0 -3
  23. package/dist/chunks/9914.e1a117d8.js.map +0 -1
  24. /package/dist/chunks/{9914.e1a117d8.js.LICENSE.txt → 2977.8802438a.js.LICENSE.txt} +0 -0
  25. /package/dist/chunks/{4670.e99278b5.js.LICENSE.txt → 4670.bba60176.js.LICENSE.txt} +0 -0
  26. /package/dist/chunks/{9978.ff6624df.js.LICENSE.txt → 9978.f9d039e7.js.LICENSE.txt} +0 -0
@@ -344,6 +344,72 @@
344
344
  "category": "table",
345
345
  "insider": true
346
346
  },
347
+ {
348
+ "name": "eo-workbench-layout",
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": "componentList",
365
+ "attribute": false,
366
+ "type": "Item[]"
367
+ }
368
+ ],
369
+ "events": [
370
+ {
371
+ "name": "change",
372
+ "detail": {
373
+ "type": "Layout[]"
374
+ }
375
+ },
376
+ {
377
+ "name": "save",
378
+ "detail": {
379
+ "type": "Layout[]"
380
+ }
381
+ },
382
+ {
383
+ "name": "cancel",
384
+ "detail": {
385
+ "type": "void"
386
+ }
387
+ },
388
+ {
389
+ "name": "action.click",
390
+ "description": "操作点击事件",
391
+ "detail": {
392
+ "description": "{\naction: SimpleAction;\nlayouts: Layout[];\n}",
393
+ "type": "{\n action: SimpleAction;\n layouts: Layout[];\n }"
394
+ }
395
+ }
396
+ ],
397
+ "slots": [],
398
+ "methods": [
399
+ {
400
+ "name": "setLayouts",
401
+ "params": [
402
+ {
403
+ "name": "layouts",
404
+ "type": "Layout[]"
405
+ }
406
+ ]
407
+ }
408
+ ],
409
+ "parts": [],
410
+ "description": "工作台布局",
411
+ "deprecated": "Please use eo-workbench-layout-v2 which support global styles instead"
412
+ },
347
413
  {
348
414
  "name": "eo-cascader",
349
415
  "alias": [
@@ -451,153 +517,6 @@
451
517
  "description": "级联选择器",
452
518
  "category": "form-input-basic"
453
519
  },
454
- {
455
- "name": "eo-workbench-layout",
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": "componentList",
472
- "attribute": false,
473
- "type": "Item[]"
474
- }
475
- ],
476
- "events": [
477
- {
478
- "name": "change",
479
- "detail": {
480
- "type": "Layout[]"
481
- }
482
- },
483
- {
484
- "name": "save",
485
- "detail": {
486
- "type": "Layout[]"
487
- }
488
- },
489
- {
490
- "name": "cancel",
491
- "detail": {
492
- "type": "void"
493
- }
494
- },
495
- {
496
- "name": "action.click",
497
- "description": "操作点击事件",
498
- "detail": {
499
- "description": "{\naction: SimpleAction;\nlayouts: Layout[];\n}",
500
- "type": "{\n action: SimpleAction;\n layouts: Layout[];\n }"
501
- }
502
- }
503
- ],
504
- "slots": [],
505
- "methods": [
506
- {
507
- "name": "setLayouts",
508
- "params": [
509
- {
510
- "name": "layouts",
511
- "type": "Layout[]"
512
- }
513
- ]
514
- }
515
- ],
516
- "parts": [],
517
- "description": "工作台布局",
518
- "deprecated": "Please use eo-workbench-layout-v2 which support global styles instead"
519
- },
520
- {
521
- "name": "eo-workbench-layout-v2",
522
- "properties": [
523
- {
524
- "name": "cardTitle",
525
- "type": "string"
526
- },
527
- {
528
- "name": "isEdit",
529
- "type": "boolean"
530
- },
531
- {
532
- "name": "layouts",
533
- "attribute": false,
534
- "type": "ExtraLayout[]"
535
- },
536
- {
537
- "name": "toolbarBricks",
538
- "attribute": false,
539
- "type": "{ useBrick: UseSingleBrickConf[] }"
540
- },
541
- {
542
- "name": "componentList",
543
- "attribute": false,
544
- "type": "WorkbenchComponent[]"
545
- },
546
- {
547
- "name": "showSettingButton",
548
- "description": "description: 用于设置页面样式和布局的按钮",
549
- "type": "boolean"
550
- }
551
- ],
552
- "events": [
553
- {
554
- "name": "change",
555
- "detail": {
556
- "type": "ExtraLayout[]"
557
- }
558
- },
559
- {
560
- "name": "save",
561
- "detail": {
562
- "type": "ExtraLayout[]"
563
- }
564
- },
565
- {
566
- "name": "cancel",
567
- "detail": {
568
- "type": "void"
569
- }
570
- },
571
- {
572
- "name": "setting",
573
- "detail": {
574
- "type": "void"
575
- }
576
- },
577
- {
578
- "name": "action.click",
579
- "description": "操作点击事件",
580
- "detail": {
581
- "description": "{\naction: SimpleAction;\nlayouts: Layout[];\n}",
582
- "type": "{\n action: SimpleAction;\n layouts: Layout[];\n }"
583
- }
584
- }
585
- ],
586
- "slots": [],
587
- "methods": [
588
- {
589
- "name": "setLayouts",
590
- "params": [
591
- {
592
- "name": "layouts",
593
- "type": "Layout[]"
594
- }
595
- ]
596
- }
597
- ],
598
- "parts": [],
599
- "description": "工作台布局V2,未使用shadow dom"
600
- },
601
520
  {
602
521
  "name": "eo-next-table",
603
522
  "properties": [
@@ -820,6 +739,87 @@
820
739
  "description": "大型表格",
821
740
  "category": "table"
822
741
  },
742
+ {
743
+ "name": "eo-workbench-layout-v2",
744
+ "properties": [
745
+ {
746
+ "name": "cardTitle",
747
+ "type": "string"
748
+ },
749
+ {
750
+ "name": "isEdit",
751
+ "type": "boolean"
752
+ },
753
+ {
754
+ "name": "layouts",
755
+ "attribute": false,
756
+ "type": "ExtraLayout[]"
757
+ },
758
+ {
759
+ "name": "toolbarBricks",
760
+ "attribute": false,
761
+ "type": "{ useBrick: UseSingleBrickConf[] }"
762
+ },
763
+ {
764
+ "name": "componentList",
765
+ "attribute": false,
766
+ "type": "WorkbenchComponent[]"
767
+ },
768
+ {
769
+ "name": "showSettingButton",
770
+ "description": "description: 用于设置页面样式和布局的按钮",
771
+ "type": "boolean"
772
+ }
773
+ ],
774
+ "events": [
775
+ {
776
+ "name": "change",
777
+ "detail": {
778
+ "type": "ExtraLayout[]"
779
+ }
780
+ },
781
+ {
782
+ "name": "save",
783
+ "detail": {
784
+ "type": "ExtraLayout[]"
785
+ }
786
+ },
787
+ {
788
+ "name": "cancel",
789
+ "detail": {
790
+ "type": "void"
791
+ }
792
+ },
793
+ {
794
+ "name": "setting",
795
+ "detail": {
796
+ "type": "void"
797
+ }
798
+ },
799
+ {
800
+ "name": "action.click",
801
+ "description": "操作点击事件",
802
+ "detail": {
803
+ "description": "{\naction: SimpleAction;\nlayouts: Layout[];\n}",
804
+ "type": "{\n action: SimpleAction;\n layouts: Layout[];\n }"
805
+ }
806
+ }
807
+ ],
808
+ "slots": [],
809
+ "methods": [
810
+ {
811
+ "name": "setLayouts",
812
+ "params": [
813
+ {
814
+ "name": "layouts",
815
+ "type": "Layout[]"
816
+ }
817
+ ]
818
+ }
819
+ ],
820
+ "parts": [],
821
+ "description": "工作台布局V2,未使用shadow dom"
822
+ },
823
823
  {
824
824
  "name": "eo-tree",
825
825
  "properties": [
@@ -908,6 +908,55 @@
908
908
  "parts": [],
909
909
  "description": "树形构件"
910
910
  },
911
+ {
912
+ "name": "eo-text-tooltip",
913
+ "properties": [
914
+ {
915
+ "name": "label",
916
+ "description": "文案",
917
+ "default": null,
918
+ "type": "string"
919
+ },
920
+ {
921
+ "name": "lineClamp",
922
+ "description": "省略行数",
923
+ "default": "1",
924
+ "type": "number"
925
+ }
926
+ ],
927
+ "events": [],
928
+ "slots": [],
929
+ "methods": [],
930
+ "parts": [],
931
+ "description": "超出宽度鼠标悬浮显示tooltip\n构件 `eo-text-tooltip`"
932
+ },
933
+ {
934
+ "name": "advanced.pdf-viewer",
935
+ "properties": [
936
+ {
937
+ "name": "url",
938
+ "type": "string"
939
+ },
940
+ {
941
+ "name": "page",
942
+ "type": "number"
943
+ },
944
+ {
945
+ "name": "search",
946
+ "type": "string"
947
+ },
948
+ {
949
+ "name": "viewerStyle",
950
+ "attribute": false,
951
+ "type": "React.CSSProperties"
952
+ }
953
+ ],
954
+ "events": [],
955
+ "slots": [],
956
+ "methods": [],
957
+ "parts": [],
958
+ "description": "构件 `advanced.pdf-viewer`"
959
+ },
911
960
  {
912
961
  "name": "eo-tree-select",
913
962
  "properties": [
@@ -1046,55 +1095,6 @@
1046
1095
  "parts": [],
1047
1096
  "description": "树选择器",
1048
1097
  "category": "form-input-basic"
1049
- },
1050
- {
1051
- "name": "eo-text-tooltip",
1052
- "properties": [
1053
- {
1054
- "name": "label",
1055
- "description": "文案",
1056
- "default": null,
1057
- "type": "string"
1058
- },
1059
- {
1060
- "name": "lineClamp",
1061
- "description": "省略行数",
1062
- "default": "1",
1063
- "type": "number"
1064
- }
1065
- ],
1066
- "events": [],
1067
- "slots": [],
1068
- "methods": [],
1069
- "parts": [],
1070
- "description": "超出宽度鼠标悬浮显示tooltip\n构件 `eo-text-tooltip`"
1071
- },
1072
- {
1073
- "name": "advanced.pdf-viewer",
1074
- "properties": [
1075
- {
1076
- "name": "url",
1077
- "type": "string"
1078
- },
1079
- {
1080
- "name": "page",
1081
- "type": "number"
1082
- },
1083
- {
1084
- "name": "search",
1085
- "type": "string"
1086
- },
1087
- {
1088
- "name": "viewerStyle",
1089
- "attribute": false,
1090
- "type": "React.CSSProperties"
1091
- }
1092
- ],
1093
- "events": [],
1094
- "slots": [],
1095
- "methods": [],
1096
- "parts": [],
1097
- "description": "构件 `advanced.pdf-viewer`"
1098
1098
  }
1099
1099
  ],
1100
1100
  "providers": [