@next-bricks/advanced 0.44.15 → 0.45.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 +17 -17
- package/dist/chunks/{4197.95488100.js → 4197.f4c21f4d.js} +2 -2
- package/dist/chunks/4197.f4c21f4d.js.map +1 -0
- package/dist/chunks/eo-workbench-layout-v2.b04499d2.js +3 -0
- package/dist/chunks/eo-workbench-layout-v2.b04499d2.js.map +1 -0
- package/dist/chunks/{main.d5cab943.js → main.29e5231f.js} +2 -2
- package/dist/chunks/{main.d5cab943.js.map → main.29e5231f.js.map} +1 -1
- package/dist/examples.json +5 -5
- package/dist/{index.bc2c2614.js → index.83293f7f.js} +2 -2
- package/dist/{index.bc2c2614.js.map → index.83293f7f.js.map} +1 -1
- package/dist/manifest.json +185 -185
- package/dist/types.json +555 -555
- package/dist-types/interfaces/workbench.d.ts +1 -0
- package/package.json +2 -2
- package/dist/chunks/4197.95488100.js.map +0 -1
- package/dist/chunks/eo-workbench-layout-v2.d33886a3.js +0 -3
- package/dist/chunks/eo-workbench-layout-v2.d33886a3.js.map +0 -1
- /package/dist/chunks/{eo-workbench-layout-v2.d33886a3.js.LICENSE.txt → eo-workbench-layout-v2.b04499d2.js.LICENSE.txt} +0 -0
package/dist/manifest.json
CHANGED
|
@@ -553,153 +553,6 @@
|
|
|
553
553
|
"description": "大型表格",
|
|
554
554
|
"category": "table"
|
|
555
555
|
},
|
|
556
|
-
{
|
|
557
|
-
"name": "eo-workbench-layout-v2",
|
|
558
|
-
"properties": [
|
|
559
|
-
{
|
|
560
|
-
"name": "cardTitle",
|
|
561
|
-
"type": "string"
|
|
562
|
-
},
|
|
563
|
-
{
|
|
564
|
-
"name": "isEdit",
|
|
565
|
-
"type": "boolean"
|
|
566
|
-
},
|
|
567
|
-
{
|
|
568
|
-
"name": "layouts",
|
|
569
|
-
"attribute": false,
|
|
570
|
-
"type": "ExtraLayout[]"
|
|
571
|
-
},
|
|
572
|
-
{
|
|
573
|
-
"name": "toolbarBricks",
|
|
574
|
-
"attribute": false,
|
|
575
|
-
"type": "{ useBrick: UseSingleBrickConf[] }"
|
|
576
|
-
},
|
|
577
|
-
{
|
|
578
|
-
"name": "componentList",
|
|
579
|
-
"attribute": false,
|
|
580
|
-
"type": "WorkbenchComponent[]"
|
|
581
|
-
},
|
|
582
|
-
{
|
|
583
|
-
"name": "showSettingButton",
|
|
584
|
-
"description": "description: 用于设置页面样式和布局的按钮",
|
|
585
|
-
"type": "boolean"
|
|
586
|
-
}
|
|
587
|
-
],
|
|
588
|
-
"events": [
|
|
589
|
-
{
|
|
590
|
-
"name": "change",
|
|
591
|
-
"detail": {
|
|
592
|
-
"type": "ExtraLayout[]"
|
|
593
|
-
}
|
|
594
|
-
},
|
|
595
|
-
{
|
|
596
|
-
"name": "save",
|
|
597
|
-
"detail": {
|
|
598
|
-
"type": "ExtraLayout[]"
|
|
599
|
-
}
|
|
600
|
-
},
|
|
601
|
-
{
|
|
602
|
-
"name": "cancel",
|
|
603
|
-
"detail": {
|
|
604
|
-
"type": "void"
|
|
605
|
-
}
|
|
606
|
-
},
|
|
607
|
-
{
|
|
608
|
-
"name": "setting",
|
|
609
|
-
"detail": {
|
|
610
|
-
"type": "void"
|
|
611
|
-
}
|
|
612
|
-
},
|
|
613
|
-
{
|
|
614
|
-
"name": "action.click",
|
|
615
|
-
"description": "操作点击事件",
|
|
616
|
-
"detail": {
|
|
617
|
-
"description": "{\naction: SimpleAction;\nlayouts: Layout[];\n}",
|
|
618
|
-
"type": "{\n action: SimpleAction;\n layouts: Layout[];\n }"
|
|
619
|
-
}
|
|
620
|
-
}
|
|
621
|
-
],
|
|
622
|
-
"slots": [],
|
|
623
|
-
"methods": [
|
|
624
|
-
{
|
|
625
|
-
"name": "setLayouts",
|
|
626
|
-
"params": [
|
|
627
|
-
{
|
|
628
|
-
"name": "layouts",
|
|
629
|
-
"type": "Layout[]"
|
|
630
|
-
}
|
|
631
|
-
]
|
|
632
|
-
}
|
|
633
|
-
],
|
|
634
|
-
"parts": [],
|
|
635
|
-
"description": "工作台布局V2,未使用shadow dom"
|
|
636
|
-
},
|
|
637
|
-
{
|
|
638
|
-
"name": "eo-workbench-layout",
|
|
639
|
-
"properties": [
|
|
640
|
-
{
|
|
641
|
-
"name": "cardTitle",
|
|
642
|
-
"type": "string"
|
|
643
|
-
},
|
|
644
|
-
{
|
|
645
|
-
"name": "isEdit",
|
|
646
|
-
"type": "boolean"
|
|
647
|
-
},
|
|
648
|
-
{
|
|
649
|
-
"name": "layouts",
|
|
650
|
-
"attribute": false,
|
|
651
|
-
"type": "Layout[]"
|
|
652
|
-
},
|
|
653
|
-
{
|
|
654
|
-
"name": "componentList",
|
|
655
|
-
"attribute": false,
|
|
656
|
-
"type": "Item[]"
|
|
657
|
-
}
|
|
658
|
-
],
|
|
659
|
-
"events": [
|
|
660
|
-
{
|
|
661
|
-
"name": "change",
|
|
662
|
-
"detail": {
|
|
663
|
-
"type": "Layout[]"
|
|
664
|
-
}
|
|
665
|
-
},
|
|
666
|
-
{
|
|
667
|
-
"name": "save",
|
|
668
|
-
"detail": {
|
|
669
|
-
"type": "Layout[]"
|
|
670
|
-
}
|
|
671
|
-
},
|
|
672
|
-
{
|
|
673
|
-
"name": "cancel",
|
|
674
|
-
"detail": {
|
|
675
|
-
"type": "void"
|
|
676
|
-
}
|
|
677
|
-
},
|
|
678
|
-
{
|
|
679
|
-
"name": "action.click",
|
|
680
|
-
"description": "操作点击事件",
|
|
681
|
-
"detail": {
|
|
682
|
-
"description": "{\naction: SimpleAction;\nlayouts: Layout[];\n}",
|
|
683
|
-
"type": "{\n action: SimpleAction;\n layouts: Layout[];\n }"
|
|
684
|
-
}
|
|
685
|
-
}
|
|
686
|
-
],
|
|
687
|
-
"slots": [],
|
|
688
|
-
"methods": [
|
|
689
|
-
{
|
|
690
|
-
"name": "setLayouts",
|
|
691
|
-
"params": [
|
|
692
|
-
{
|
|
693
|
-
"name": "layouts",
|
|
694
|
-
"type": "Layout[]"
|
|
695
|
-
}
|
|
696
|
-
]
|
|
697
|
-
}
|
|
698
|
-
],
|
|
699
|
-
"parts": [],
|
|
700
|
-
"description": "工作台布局",
|
|
701
|
-
"deprecated": "Please use eo-workbench-layout-v2 which support global styles instead"
|
|
702
|
-
},
|
|
703
556
|
{
|
|
704
557
|
"name": "eo-cascader",
|
|
705
558
|
"alias": [
|
|
@@ -808,92 +661,151 @@
|
|
|
808
661
|
"category": "form-input-basic"
|
|
809
662
|
},
|
|
810
663
|
{
|
|
811
|
-
"name": "eo-
|
|
664
|
+
"name": "eo-workbench-layout",
|
|
812
665
|
"properties": [
|
|
813
666
|
{
|
|
814
|
-
"name": "
|
|
815
|
-
"
|
|
816
|
-
"type": "TreeNode[]"
|
|
667
|
+
"name": "cardTitle",
|
|
668
|
+
"type": "string"
|
|
817
669
|
},
|
|
818
670
|
{
|
|
819
|
-
"name": "
|
|
671
|
+
"name": "isEdit",
|
|
820
672
|
"type": "boolean"
|
|
821
673
|
},
|
|
822
674
|
{
|
|
823
|
-
"name": "
|
|
824
|
-
"
|
|
825
|
-
"
|
|
826
|
-
"type": "boolean"
|
|
675
|
+
"name": "layouts",
|
|
676
|
+
"attribute": false,
|
|
677
|
+
"type": "Layout[]"
|
|
827
678
|
},
|
|
828
679
|
{
|
|
829
|
-
"name": "
|
|
830
|
-
"
|
|
680
|
+
"name": "componentList",
|
|
681
|
+
"attribute": false,
|
|
682
|
+
"type": "Item[]"
|
|
683
|
+
}
|
|
684
|
+
],
|
|
685
|
+
"events": [
|
|
686
|
+
{
|
|
687
|
+
"name": "change",
|
|
688
|
+
"detail": {
|
|
689
|
+
"type": "Layout[]"
|
|
690
|
+
}
|
|
831
691
|
},
|
|
832
692
|
{
|
|
833
|
-
"name": "
|
|
834
|
-
"
|
|
693
|
+
"name": "save",
|
|
694
|
+
"detail": {
|
|
695
|
+
"type": "Layout[]"
|
|
696
|
+
}
|
|
835
697
|
},
|
|
836
698
|
{
|
|
837
|
-
"name": "
|
|
838
|
-
"
|
|
839
|
-
|
|
699
|
+
"name": "cancel",
|
|
700
|
+
"detail": {
|
|
701
|
+
"type": "void"
|
|
702
|
+
}
|
|
840
703
|
},
|
|
841
704
|
{
|
|
842
|
-
"name": "
|
|
843
|
-
"
|
|
844
|
-
"
|
|
705
|
+
"name": "action.click",
|
|
706
|
+
"description": "操作点击事件",
|
|
707
|
+
"detail": {
|
|
708
|
+
"description": "{\naction: SimpleAction;\nlayouts: Layout[];\n}",
|
|
709
|
+
"type": "{\n action: SimpleAction;\n layouts: Layout[];\n }"
|
|
710
|
+
}
|
|
711
|
+
}
|
|
712
|
+
],
|
|
713
|
+
"slots": [],
|
|
714
|
+
"methods": [
|
|
715
|
+
{
|
|
716
|
+
"name": "setLayouts",
|
|
717
|
+
"params": [
|
|
718
|
+
{
|
|
719
|
+
"name": "layouts",
|
|
720
|
+
"type": "Layout[]"
|
|
721
|
+
}
|
|
722
|
+
]
|
|
723
|
+
}
|
|
724
|
+
],
|
|
725
|
+
"parts": [],
|
|
726
|
+
"description": "工作台布局",
|
|
727
|
+
"deprecated": "Please use eo-workbench-layout-v2 which support global styles instead"
|
|
728
|
+
},
|
|
729
|
+
{
|
|
730
|
+
"name": "eo-workbench-layout-v2",
|
|
731
|
+
"properties": [
|
|
732
|
+
{
|
|
733
|
+
"name": "cardTitle",
|
|
734
|
+
"type": "string"
|
|
845
735
|
},
|
|
846
736
|
{
|
|
847
|
-
"name": "
|
|
848
|
-
"
|
|
849
|
-
"type": "boolean | { icon?: false }"
|
|
737
|
+
"name": "isEdit",
|
|
738
|
+
"type": "boolean"
|
|
850
739
|
},
|
|
851
740
|
{
|
|
852
|
-
"name": "
|
|
741
|
+
"name": "layouts",
|
|
853
742
|
"attribute": false,
|
|
854
|
-
"type": "
|
|
743
|
+
"type": "ExtraLayout[]"
|
|
855
744
|
},
|
|
856
745
|
{
|
|
857
|
-
"name": "
|
|
746
|
+
"name": "toolbarBricks",
|
|
858
747
|
"attribute": false,
|
|
859
|
-
"type": "
|
|
748
|
+
"type": "{ useBrick: UseSingleBrickConf[] }"
|
|
860
749
|
},
|
|
861
750
|
{
|
|
862
|
-
"name": "
|
|
751
|
+
"name": "componentList",
|
|
863
752
|
"attribute": false,
|
|
864
|
-
"type": "
|
|
753
|
+
"type": "WorkbenchComponent[]"
|
|
754
|
+
},
|
|
755
|
+
{
|
|
756
|
+
"name": "showSettingButton",
|
|
757
|
+
"description": "description: 用于设置页面样式和布局的按钮",
|
|
758
|
+
"type": "boolean"
|
|
865
759
|
}
|
|
866
760
|
],
|
|
867
761
|
"events": [
|
|
868
762
|
{
|
|
869
|
-
"name": "
|
|
763
|
+
"name": "change",
|
|
870
764
|
"detail": {
|
|
871
|
-
"type": "
|
|
765
|
+
"type": "ExtraLayout[]"
|
|
872
766
|
}
|
|
873
767
|
},
|
|
874
768
|
{
|
|
875
|
-
"name": "
|
|
769
|
+
"name": "save",
|
|
876
770
|
"detail": {
|
|
877
|
-
"type": "
|
|
771
|
+
"type": "ExtraLayout[]"
|
|
878
772
|
}
|
|
879
773
|
},
|
|
880
774
|
{
|
|
881
|
-
"name": "
|
|
775
|
+
"name": "cancel",
|
|
882
776
|
"detail": {
|
|
883
|
-
"type": "
|
|
777
|
+
"type": "void"
|
|
884
778
|
}
|
|
885
779
|
},
|
|
886
780
|
{
|
|
887
|
-
"name": "
|
|
781
|
+
"name": "setting",
|
|
888
782
|
"detail": {
|
|
889
|
-
"type": "
|
|
783
|
+
"type": "void"
|
|
784
|
+
}
|
|
785
|
+
},
|
|
786
|
+
{
|
|
787
|
+
"name": "action.click",
|
|
788
|
+
"description": "操作点击事件",
|
|
789
|
+
"detail": {
|
|
790
|
+
"description": "{\naction: SimpleAction;\nlayouts: Layout[];\n}",
|
|
791
|
+
"type": "{\n action: SimpleAction;\n layouts: Layout[];\n }"
|
|
890
792
|
}
|
|
891
793
|
}
|
|
892
794
|
],
|
|
893
795
|
"slots": [],
|
|
894
|
-
"methods": [
|
|
796
|
+
"methods": [
|
|
797
|
+
{
|
|
798
|
+
"name": "setLayouts",
|
|
799
|
+
"params": [
|
|
800
|
+
{
|
|
801
|
+
"name": "layouts",
|
|
802
|
+
"type": "Layout[]"
|
|
803
|
+
}
|
|
804
|
+
]
|
|
805
|
+
}
|
|
806
|
+
],
|
|
895
807
|
"parts": [],
|
|
896
|
-
"description": "
|
|
808
|
+
"description": "工作台布局V2,未使用shadow dom"
|
|
897
809
|
},
|
|
898
810
|
{
|
|
899
811
|
"name": "eo-tree-select",
|
|
@@ -1029,6 +941,94 @@
|
|
|
1029
941
|
"description": "树选择器",
|
|
1030
942
|
"category": "form-input-basic"
|
|
1031
943
|
},
|
|
944
|
+
{
|
|
945
|
+
"name": "eo-tree",
|
|
946
|
+
"properties": [
|
|
947
|
+
{
|
|
948
|
+
"name": "dataSource",
|
|
949
|
+
"attribute": false,
|
|
950
|
+
"type": "TreeNode[]"
|
|
951
|
+
},
|
|
952
|
+
{
|
|
953
|
+
"name": "checkable",
|
|
954
|
+
"type": "boolean"
|
|
955
|
+
},
|
|
956
|
+
{
|
|
957
|
+
"name": "selectable",
|
|
958
|
+
"description": "",
|
|
959
|
+
"default": "true",
|
|
960
|
+
"type": "boolean"
|
|
961
|
+
},
|
|
962
|
+
{
|
|
963
|
+
"name": "defaultExpandAll",
|
|
964
|
+
"type": "boolean"
|
|
965
|
+
},
|
|
966
|
+
{
|
|
967
|
+
"name": "showLine",
|
|
968
|
+
"type": "boolean"
|
|
969
|
+
},
|
|
970
|
+
{
|
|
971
|
+
"name": "expandedKeys",
|
|
972
|
+
"attribute": false,
|
|
973
|
+
"type": "TreeNodeKey[]"
|
|
974
|
+
},
|
|
975
|
+
{
|
|
976
|
+
"name": "checkedKeys",
|
|
977
|
+
"attribute": false,
|
|
978
|
+
"type": "TreeNodeKey[]"
|
|
979
|
+
},
|
|
980
|
+
{
|
|
981
|
+
"name": "nodeDraggable",
|
|
982
|
+
"attribute": false,
|
|
983
|
+
"type": "boolean | { icon?: false }"
|
|
984
|
+
},
|
|
985
|
+
{
|
|
986
|
+
"name": "switcherIcon",
|
|
987
|
+
"attribute": false,
|
|
988
|
+
"type": "\"auto\" | \"chevron\" | false"
|
|
989
|
+
},
|
|
990
|
+
{
|
|
991
|
+
"name": "allowDrop",
|
|
992
|
+
"attribute": false,
|
|
993
|
+
"type": "((info: AllowDropInfo) => boolean)"
|
|
994
|
+
},
|
|
995
|
+
{
|
|
996
|
+
"name": "titleSuffixBrick",
|
|
997
|
+
"attribute": false,
|
|
998
|
+
"type": "{ useBrick: UseBrickConf }"
|
|
999
|
+
}
|
|
1000
|
+
],
|
|
1001
|
+
"events": [
|
|
1002
|
+
{
|
|
1003
|
+
"name": "check",
|
|
1004
|
+
"detail": {
|
|
1005
|
+
"type": "TreeNodeKey[]"
|
|
1006
|
+
}
|
|
1007
|
+
},
|
|
1008
|
+
{
|
|
1009
|
+
"name": "check.detail",
|
|
1010
|
+
"detail": {
|
|
1011
|
+
"type": "CheckDetail"
|
|
1012
|
+
}
|
|
1013
|
+
},
|
|
1014
|
+
{
|
|
1015
|
+
"name": "expand",
|
|
1016
|
+
"detail": {
|
|
1017
|
+
"type": "TreeNodeKey[]"
|
|
1018
|
+
}
|
|
1019
|
+
},
|
|
1020
|
+
{
|
|
1021
|
+
"name": "node.drop",
|
|
1022
|
+
"detail": {
|
|
1023
|
+
"type": "DropDetail"
|
|
1024
|
+
}
|
|
1025
|
+
}
|
|
1026
|
+
],
|
|
1027
|
+
"slots": [],
|
|
1028
|
+
"methods": [],
|
|
1029
|
+
"parts": [],
|
|
1030
|
+
"description": "树形构件"
|
|
1031
|
+
},
|
|
1032
1032
|
{
|
|
1033
1033
|
"name": "eo-text-tooltip",
|
|
1034
1034
|
"properties": [
|