@next-bricks/advanced 0.36.0 → 0.36.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.
@@ -344,6 +344,153 @@
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": "save",
372
+ "detail": {
373
+ "type": "Layout[]"
374
+ }
375
+ },
376
+ {
377
+ "name": "cancel",
378
+ "detail": {
379
+ "type": "void"
380
+ }
381
+ },
382
+ {
383
+ "name": "action.click",
384
+ "description": "操作点击事件",
385
+ "detail": {
386
+ "description": "{\naction: SimpleAction;\nlayouts: Layout[];\n}",
387
+ "type": "{\n action: SimpleAction;\n layouts: Layout[];\n }"
388
+ }
389
+ }
390
+ ],
391
+ "slots": [],
392
+ "methods": [
393
+ {
394
+ "name": "setLayouts",
395
+ "params": [
396
+ {
397
+ "name": "layouts",
398
+ "type": "Layout[]"
399
+ }
400
+ ]
401
+ }
402
+ ],
403
+ "parts": [],
404
+ "description": "工作台布局"
405
+ },
406
+ {
407
+ "name": "eo-tree",
408
+ "properties": [
409
+ {
410
+ "name": "dataSource",
411
+ "attribute": false,
412
+ "type": "TreeNode[]"
413
+ },
414
+ {
415
+ "name": "checkable",
416
+ "type": "boolean"
417
+ },
418
+ {
419
+ "name": "selectable",
420
+ "description": "",
421
+ "default": "true",
422
+ "type": "boolean"
423
+ },
424
+ {
425
+ "name": "defaultExpandAll",
426
+ "type": "boolean"
427
+ },
428
+ {
429
+ "name": "showLine",
430
+ "type": "boolean"
431
+ },
432
+ {
433
+ "name": "expandedKeys",
434
+ "attribute": false,
435
+ "type": "TreeNodeKey[]"
436
+ },
437
+ {
438
+ "name": "checkedKeys",
439
+ "attribute": false,
440
+ "type": "TreeNodeKey[]"
441
+ },
442
+ {
443
+ "name": "nodeDraggable",
444
+ "attribute": false,
445
+ "type": "boolean | { icon?: false }"
446
+ },
447
+ {
448
+ "name": "switcherIcon",
449
+ "attribute": false,
450
+ "type": "\"auto\" | \"chevron\" | false"
451
+ },
452
+ {
453
+ "name": "allowDrop",
454
+ "attribute": false,
455
+ "type": "((info: AllowDropInfo) => boolean)"
456
+ },
457
+ {
458
+ "name": "titleSuffixBrick",
459
+ "attribute": false,
460
+ "type": "{ useBrick: UseBrickConf }"
461
+ }
462
+ ],
463
+ "events": [
464
+ {
465
+ "name": "check",
466
+ "detail": {
467
+ "type": "TreeNodeKey[]"
468
+ }
469
+ },
470
+ {
471
+ "name": "check.detail",
472
+ "detail": {
473
+ "type": "CheckDetail"
474
+ }
475
+ },
476
+ {
477
+ "name": "expand",
478
+ "detail": {
479
+ "type": "TreeNodeKey[]"
480
+ }
481
+ },
482
+ {
483
+ "name": "node.drop",
484
+ "detail": {
485
+ "type": "DropDetail"
486
+ }
487
+ }
488
+ ],
489
+ "slots": [],
490
+ "methods": [],
491
+ "parts": [],
492
+ "description": "树形构件"
493
+ },
347
494
  {
348
495
  "name": "eo-next-table",
349
496
  "properties": [
@@ -649,111 +796,6 @@
649
796
  "description": "级联选择器",
650
797
  "category": "form-input-basic"
651
798
  },
652
- {
653
- "name": "eo-workbench-layout",
654
- "properties": [
655
- {
656
- "name": "cardTitle",
657
- "type": "string"
658
- },
659
- {
660
- "name": "isEdit",
661
- "type": "boolean"
662
- },
663
- {
664
- "name": "layouts",
665
- "attribute": false,
666
- "type": "Layout[]"
667
- },
668
- {
669
- "name": "componentList",
670
- "attribute": false,
671
- "type": "Item[]"
672
- }
673
- ],
674
- "events": [
675
- {
676
- "name": "save",
677
- "detail": {
678
- "type": "Layout[]"
679
- }
680
- },
681
- {
682
- "name": "cancel",
683
- "detail": {
684
- "type": "void"
685
- }
686
- },
687
- {
688
- "name": "action.click",
689
- "description": "操作点击事件",
690
- "detail": {
691
- "description": "{\naction: SimpleAction;\nlayouts: Layout[];\n}",
692
- "type": "{\n action: SimpleAction;\n layouts: Layout[];\n }"
693
- }
694
- }
695
- ],
696
- "slots": [],
697
- "methods": [
698
- {
699
- "name": "setLayouts",
700
- "params": [
701
- {
702
- "name": "layouts",
703
- "type": "Layout[]"
704
- }
705
- ]
706
- }
707
- ],
708
- "parts": [],
709
- "description": "工作台布局"
710
- },
711
- {
712
- "name": "eo-workbench-layout-v2",
713
- "properties": [
714
- {
715
- "name": "cardTitle",
716
- "type": "string"
717
- },
718
- {
719
- "name": "isEdit",
720
- "type": "boolean"
721
- },
722
- {
723
- "name": "layouts",
724
- "attribute": false,
725
- "type": "Layout[]"
726
- },
727
- {
728
- "name": "toolbarBricks",
729
- "attribute": false,
730
- "type": "{\n useBrick: UseSingleBrickConf[];\n }"
731
- },
732
- {
733
- "name": "componentList",
734
- "attribute": false,
735
- "type": "Item[]"
736
- }
737
- ],
738
- "events": [
739
- {
740
- "name": "save",
741
- "detail": {
742
- "type": "Layout[]"
743
- }
744
- },
745
- {
746
- "name": "cancel",
747
- "detail": {
748
- "type": "void"
749
- }
750
- }
751
- ],
752
- "slots": [],
753
- "methods": [],
754
- "parts": [],
755
- "description": "工作台布局V2,未使用shadow dom"
756
- },
757
799
  {
758
800
  "name": "eo-tree-select",
759
801
  "properties": [
@@ -889,114 +931,72 @@
889
931
  "category": "form-input-basic"
890
932
  },
891
933
  {
892
- "name": "eo-tree",
934
+ "name": "eo-text-tooltip",
893
935
  "properties": [
894
936
  {
895
- "name": "dataSource",
896
- "attribute": false,
897
- "type": "TreeNode[]"
898
- },
899
- {
900
- "name": "checkable",
901
- "type": "boolean"
937
+ "name": "label",
938
+ "description": "文案",
939
+ "default": null,
940
+ "type": "string"
902
941
  },
903
942
  {
904
- "name": "selectable",
905
- "description": "",
906
- "default": "true",
907
- "type": "boolean"
908
- },
943
+ "name": "lineClamp",
944
+ "description": "省略行数",
945
+ "default": "1",
946
+ "type": "number"
947
+ }
948
+ ],
949
+ "events": [],
950
+ "slots": [],
951
+ "methods": [],
952
+ "parts": [],
953
+ "description": "超出宽度鼠标悬浮显示tooltip\n构件 `eo-text-tooltip`"
954
+ },
955
+ {
956
+ "name": "eo-workbench-layout-v2",
957
+ "properties": [
909
958
  {
910
- "name": "defaultExpandAll",
911
- "type": "boolean"
959
+ "name": "cardTitle",
960
+ "type": "string"
912
961
  },
913
962
  {
914
- "name": "showLine",
963
+ "name": "isEdit",
915
964
  "type": "boolean"
916
965
  },
917
966
  {
918
- "name": "expandedKeys",
919
- "attribute": false,
920
- "type": "TreeNodeKey[]"
921
- },
922
- {
923
- "name": "checkedKeys",
924
- "attribute": false,
925
- "type": "TreeNodeKey[]"
926
- },
927
- {
928
- "name": "nodeDraggable",
929
- "attribute": false,
930
- "type": "boolean | { icon?: false }"
931
- },
932
- {
933
- "name": "switcherIcon",
967
+ "name": "layouts",
934
968
  "attribute": false,
935
- "type": "\"auto\" | \"chevron\" | false"
969
+ "type": "Layout[]"
936
970
  },
937
971
  {
938
- "name": "allowDrop",
972
+ "name": "toolbarBricks",
939
973
  "attribute": false,
940
- "type": "((info: AllowDropInfo) => boolean)"
974
+ "type": "{\n useBrick: UseSingleBrickConf[];\n }"
941
975
  },
942
976
  {
943
- "name": "titleSuffixBrick",
977
+ "name": "componentList",
944
978
  "attribute": false,
945
- "type": "{ useBrick: UseBrickConf }"
979
+ "type": "Item[]"
946
980
  }
947
981
  ],
948
982
  "events": [
949
983
  {
950
- "name": "check",
951
- "detail": {
952
- "type": "TreeNodeKey[]"
953
- }
954
- },
955
- {
956
- "name": "check.detail",
957
- "detail": {
958
- "type": "CheckDetail"
959
- }
960
- },
961
- {
962
- "name": "expand",
984
+ "name": "save",
963
985
  "detail": {
964
- "type": "TreeNodeKey[]"
986
+ "type": "Layout[]"
965
987
  }
966
988
  },
967
989
  {
968
- "name": "node.drop",
990
+ "name": "cancel",
969
991
  "detail": {
970
- "type": "DropDetail"
992
+ "type": "void"
971
993
  }
972
994
  }
973
995
  ],
974
996
  "slots": [],
975
997
  "methods": [],
976
998
  "parts": [],
977
- "description": "树形构件"
978
- },
979
- {
980
- "name": "eo-text-tooltip",
981
- "properties": [
982
- {
983
- "name": "label",
984
- "description": "文案",
985
- "default": null,
986
- "type": "string"
987
- },
988
- {
989
- "name": "lineClamp",
990
- "description": "省略行数",
991
- "default": "1",
992
- "type": "number"
993
- }
994
- ],
995
- "events": [],
996
- "slots": [],
997
- "methods": [],
998
- "parts": [],
999
- "description": "超出宽度鼠标悬浮显示tooltip\n构件 `eo-text-tooltip`"
999
+ "description": "工作台布局V2,未使用shadow dom"
1000
1000
  }
1001
1001
  ],
1002
1002
  "providers": [