@next-bricks/advanced 0.35.2 → 0.35.3
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 +11 -11
- package/dist/chunks/{995.7040ad15.js → 995.fd1c7ab4.js} +2 -2
- package/dist/chunks/995.fd1c7ab4.js.map +1 -0
- package/dist/chunks/eo-workbench-layout-v2.333dbbe7.js +2 -0
- package/dist/chunks/eo-workbench-layout-v2.333dbbe7.js.map +1 -0
- package/dist/chunks/{main.ac13bf50.js → main.c3ae9f98.js} +2 -2
- package/dist/chunks/{main.ac13bf50.js.map → main.c3ae9f98.js.map} +1 -1
- package/dist/examples.json +6 -6
- package/dist/{index.44c8520f.js → index.65d649e5.js} +2 -2
- package/dist/{index.44c8520f.js.map → index.65d649e5.js.map} +1 -1
- package/dist/manifest.json +175 -175
- package/dist/types.json +389 -389
- package/package.json +2 -2
- package/dist/chunks/995.7040ad15.js.map +0 -1
- package/dist/chunks/eo-workbench-layout-v2.fcb52b68.js +0 -2
- package/dist/chunks/eo-workbench-layout-v2.fcb52b68.js.map +0 -1
package/dist/manifest.json
CHANGED
|
@@ -344,6 +344,47 @@
|
|
|
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
|
+
},
|
|
347
388
|
{
|
|
348
389
|
"name": "eo-cascader",
|
|
349
390
|
"alias": [
|
|
@@ -451,6 +492,94 @@
|
|
|
451
492
|
"description": "级联选择器",
|
|
452
493
|
"category": "form-input-basic"
|
|
453
494
|
},
|
|
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
|
+
},
|
|
454
583
|
{
|
|
455
584
|
"name": "eo-next-table",
|
|
456
585
|
"properties": [
|
|
@@ -649,181 +778,6 @@
|
|
|
649
778
|
"description": "大型表格",
|
|
650
779
|
"category": "table"
|
|
651
780
|
},
|
|
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
|
-
"slots": [],
|
|
689
|
-
"methods": [],
|
|
690
|
-
"parts": [],
|
|
691
|
-
"description": "工作台布局"
|
|
692
|
-
},
|
|
693
|
-
{
|
|
694
|
-
"name": "eo-workbench-layout-v2",
|
|
695
|
-
"properties": [
|
|
696
|
-
{
|
|
697
|
-
"name": "cardTitle",
|
|
698
|
-
"type": "string"
|
|
699
|
-
},
|
|
700
|
-
{
|
|
701
|
-
"name": "isEdit",
|
|
702
|
-
"type": "boolean"
|
|
703
|
-
},
|
|
704
|
-
{
|
|
705
|
-
"name": "layouts",
|
|
706
|
-
"attribute": false,
|
|
707
|
-
"type": "Layout[]"
|
|
708
|
-
},
|
|
709
|
-
{
|
|
710
|
-
"name": "toolbarBricks",
|
|
711
|
-
"attribute": false,
|
|
712
|
-
"type": "{\n useBrick: UseSingleBrickConf[];\n }"
|
|
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": "工作台布局V2,未使用shadow dom"
|
|
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
|
-
},
|
|
827
781
|
{
|
|
828
782
|
"name": "eo-tree-select",
|
|
829
783
|
"properties": [
|
|
@@ -958,6 +912,52 @@
|
|
|
958
912
|
"description": "树选择器",
|
|
959
913
|
"category": "form-input-basic"
|
|
960
914
|
},
|
|
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": [
|