@next-bricks/advanced 0.35.3 → 0.35.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.
@@ -344,47 +344,6 @@
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
- "slots": [],
384
- "methods": [],
385
- "parts": [],
386
- "description": "工作台布局"
387
- },
388
347
  {
389
348
  "name": "eo-cascader",
390
349
  "alias": [
@@ -492,94 +451,6 @@
492
451
  "description": "级联选择器",
493
452
  "category": "form-input-basic"
494
453
  },
495
- {
496
- "name": "eo-tree",
497
- "properties": [
498
- {
499
- "name": "dataSource",
500
- "attribute": false,
501
- "type": "TreeNode[]"
502
- },
503
- {
504
- "name": "checkable",
505
- "type": "boolean"
506
- },
507
- {
508
- "name": "selectable",
509
- "description": "",
510
- "default": "true",
511
- "type": "boolean"
512
- },
513
- {
514
- "name": "defaultExpandAll",
515
- "type": "boolean"
516
- },
517
- {
518
- "name": "showLine",
519
- "type": "boolean"
520
- },
521
- {
522
- "name": "expandedKeys",
523
- "attribute": false,
524
- "type": "TreeNodeKey[]"
525
- },
526
- {
527
- "name": "checkedKeys",
528
- "attribute": false,
529
- "type": "TreeNodeKey[]"
530
- },
531
- {
532
- "name": "nodeDraggable",
533
- "attribute": false,
534
- "type": "boolean | { icon?: false }"
535
- },
536
- {
537
- "name": "switcherIcon",
538
- "attribute": false,
539
- "type": "\"auto\" | \"chevron\" | false"
540
- },
541
- {
542
- "name": "allowDrop",
543
- "attribute": false,
544
- "type": "((info: AllowDropInfo) => boolean)"
545
- },
546
- {
547
- "name": "titleSuffixBrick",
548
- "attribute": false,
549
- "type": "{ useBrick: UseBrickConf }"
550
- }
551
- ],
552
- "events": [
553
- {
554
- "name": "check",
555
- "detail": {
556
- "type": "TreeNodeKey[]"
557
- }
558
- },
559
- {
560
- "name": "check.detail",
561
- "detail": {
562
- "type": "CheckDetail"
563
- }
564
- },
565
- {
566
- "name": "expand",
567
- "detail": {
568
- "type": "TreeNodeKey[]"
569
- }
570
- },
571
- {
572
- "name": "node.drop",
573
- "detail": {
574
- "type": "DropDetail"
575
- }
576
- }
577
- ],
578
- "slots": [],
579
- "methods": [],
580
- "parts": [],
581
- "description": "树形构件"
582
- },
583
454
  {
584
455
  "name": "eo-next-table",
585
456
  "properties": [
@@ -778,6 +649,181 @@
778
649
  "description": "大型表格",
779
650
  "category": "table"
780
651
  },
652
+ {
653
+ "name": "eo-workbench-layout-v2",
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": "toolbarBricks",
670
+ "attribute": false,
671
+ "type": "{\n useBrick: UseSingleBrickConf[];\n }"
672
+ },
673
+ {
674
+ "name": "componentList",
675
+ "attribute": false,
676
+ "type": "Item[]"
677
+ }
678
+ ],
679
+ "events": [
680
+ {
681
+ "name": "save",
682
+ "detail": {
683
+ "type": "Layout[]"
684
+ }
685
+ },
686
+ {
687
+ "name": "cancel",
688
+ "detail": {
689
+ "type": "void"
690
+ }
691
+ }
692
+ ],
693
+ "slots": [],
694
+ "methods": [],
695
+ "parts": [],
696
+ "description": "工作台布局V2,未使用shadow dom"
697
+ },
698
+ {
699
+ "name": "eo-workbench-layout",
700
+ "properties": [
701
+ {
702
+ "name": "cardTitle",
703
+ "type": "string"
704
+ },
705
+ {
706
+ "name": "isEdit",
707
+ "type": "boolean"
708
+ },
709
+ {
710
+ "name": "layouts",
711
+ "attribute": false,
712
+ "type": "Layout[]"
713
+ },
714
+ {
715
+ "name": "componentList",
716
+ "attribute": false,
717
+ "type": "Item[]"
718
+ }
719
+ ],
720
+ "events": [
721
+ {
722
+ "name": "save",
723
+ "detail": {
724
+ "type": "Layout[]"
725
+ }
726
+ },
727
+ {
728
+ "name": "cancel",
729
+ "detail": {
730
+ "type": "void"
731
+ }
732
+ }
733
+ ],
734
+ "slots": [],
735
+ "methods": [],
736
+ "parts": [],
737
+ "description": "工作台布局"
738
+ },
739
+ {
740
+ "name": "eo-tree",
741
+ "properties": [
742
+ {
743
+ "name": "dataSource",
744
+ "attribute": false,
745
+ "type": "TreeNode[]"
746
+ },
747
+ {
748
+ "name": "checkable",
749
+ "type": "boolean"
750
+ },
751
+ {
752
+ "name": "selectable",
753
+ "description": "",
754
+ "default": "true",
755
+ "type": "boolean"
756
+ },
757
+ {
758
+ "name": "defaultExpandAll",
759
+ "type": "boolean"
760
+ },
761
+ {
762
+ "name": "showLine",
763
+ "type": "boolean"
764
+ },
765
+ {
766
+ "name": "expandedKeys",
767
+ "attribute": false,
768
+ "type": "TreeNodeKey[]"
769
+ },
770
+ {
771
+ "name": "checkedKeys",
772
+ "attribute": false,
773
+ "type": "TreeNodeKey[]"
774
+ },
775
+ {
776
+ "name": "nodeDraggable",
777
+ "attribute": false,
778
+ "type": "boolean | { icon?: false }"
779
+ },
780
+ {
781
+ "name": "switcherIcon",
782
+ "attribute": false,
783
+ "type": "\"auto\" | \"chevron\" | false"
784
+ },
785
+ {
786
+ "name": "allowDrop",
787
+ "attribute": false,
788
+ "type": "((info: AllowDropInfo) => boolean)"
789
+ },
790
+ {
791
+ "name": "titleSuffixBrick",
792
+ "attribute": false,
793
+ "type": "{ useBrick: UseBrickConf }"
794
+ }
795
+ ],
796
+ "events": [
797
+ {
798
+ "name": "check",
799
+ "detail": {
800
+ "type": "TreeNodeKey[]"
801
+ }
802
+ },
803
+ {
804
+ "name": "check.detail",
805
+ "detail": {
806
+ "type": "CheckDetail"
807
+ }
808
+ },
809
+ {
810
+ "name": "expand",
811
+ "detail": {
812
+ "type": "TreeNodeKey[]"
813
+ }
814
+ },
815
+ {
816
+ "name": "node.drop",
817
+ "detail": {
818
+ "type": "DropDetail"
819
+ }
820
+ }
821
+ ],
822
+ "slots": [],
823
+ "methods": [],
824
+ "parts": [],
825
+ "description": "树形构件"
826
+ },
781
827
  {
782
828
  "name": "eo-tree-select",
783
829
  "properties": [
@@ -912,52 +958,6 @@
912
958
  "description": "树选择器",
913
959
  "category": "form-input-basic"
914
960
  },
915
- {
916
- "name": "eo-workbench-layout-v2",
917
- "properties": [
918
- {
919
- "name": "cardTitle",
920
- "type": "string"
921
- },
922
- {
923
- "name": "isEdit",
924
- "type": "boolean"
925
- },
926
- {
927
- "name": "layouts",
928
- "attribute": false,
929
- "type": "Layout[]"
930
- },
931
- {
932
- "name": "toolbarBricks",
933
- "attribute": false,
934
- "type": "{\n useBrick: UseSingleBrickConf[];\n }"
935
- },
936
- {
937
- "name": "componentList",
938
- "attribute": false,
939
- "type": "Item[]"
940
- }
941
- ],
942
- "events": [
943
- {
944
- "name": "save",
945
- "detail": {
946
- "type": "Layout[]"
947
- }
948
- },
949
- {
950
- "name": "cancel",
951
- "detail": {
952
- "type": "void"
953
- }
954
- }
955
- ],
956
- "slots": [],
957
- "methods": [],
958
- "parts": [],
959
- "description": "工作台布局V2,未使用shadow dom"
960
- },
961
961
  {
962
962
  "name": "eo-text-tooltip",
963
963
  "properties": [