@next-bricks/advanced 0.45.6 → 0.45.7

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,241 +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": "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
- },
413
- {
414
- "name": "eo-workbench-layout-v2",
415
- "properties": [
416
- {
417
- "name": "cardTitle",
418
- "type": "string"
419
- },
420
- {
421
- "name": "isEdit",
422
- "type": "boolean"
423
- },
424
- {
425
- "name": "layouts",
426
- "attribute": false,
427
- "type": "ExtraLayout[]"
428
- },
429
- {
430
- "name": "toolbarBricks",
431
- "attribute": false,
432
- "type": "{ useBrick: UseSingleBrickConf[] }"
433
- },
434
- {
435
- "name": "componentList",
436
- "attribute": false,
437
- "type": "WorkbenchComponent[]"
438
- },
439
- {
440
- "name": "showSettingButton",
441
- "description": "description: 用于设置页面样式和布局的按钮",
442
- "type": "boolean"
443
- }
444
- ],
445
- "events": [
446
- {
447
- "name": "change",
448
- "detail": {
449
- "type": "ExtraLayout[]"
450
- }
451
- },
452
- {
453
- "name": "save",
454
- "detail": {
455
- "type": "ExtraLayout[]"
456
- }
457
- },
458
- {
459
- "name": "cancel",
460
- "detail": {
461
- "type": "void"
462
- }
463
- },
464
- {
465
- "name": "setting",
466
- "detail": {
467
- "type": "void"
468
- }
469
- },
470
- {
471
- "name": "action.click",
472
- "description": "操作点击事件",
473
- "detail": {
474
- "description": "{\naction: SimpleAction;\nlayouts: Layout[];\n}",
475
- "type": "{\n action: SimpleAction;\n layouts: Layout[];\n }"
476
- }
477
- }
478
- ],
479
- "slots": [],
480
- "methods": [
481
- {
482
- "name": "setLayouts",
483
- "params": [
484
- {
485
- "name": "layouts",
486
- "type": "Layout[]"
487
- }
488
- ]
489
- }
490
- ],
491
- "parts": [],
492
- "description": "工作台布局V2,未使用shadow dom"
493
- },
494
- {
495
- "name": "eo-tree",
496
- "properties": [
497
- {
498
- "name": "dataSource",
499
- "attribute": false,
500
- "type": "TreeNode[]"
501
- },
502
- {
503
- "name": "checkable",
504
- "type": "boolean"
505
- },
506
- {
507
- "name": "selectable",
508
- "description": "",
509
- "default": "true",
510
- "type": "boolean"
511
- },
512
- {
513
- "name": "defaultExpandAll",
514
- "type": "boolean"
515
- },
516
- {
517
- "name": "showLine",
518
- "type": "boolean"
519
- },
520
- {
521
- "name": "expandedKeys",
522
- "attribute": false,
523
- "type": "TreeNodeKey[]"
524
- },
525
- {
526
- "name": "checkedKeys",
527
- "attribute": false,
528
- "type": "TreeNodeKey[]"
529
- },
530
- {
531
- "name": "nodeDraggable",
532
- "attribute": false,
533
- "type": "boolean | { icon?: false }"
534
- },
535
- {
536
- "name": "switcherIcon",
537
- "attribute": false,
538
- "type": "\"auto\" | \"chevron\" | false"
539
- },
540
- {
541
- "name": "allowDrop",
542
- "attribute": false,
543
- "type": "((info: AllowDropInfo) => boolean)"
544
- },
545
- {
546
- "name": "titleSuffixBrick",
547
- "attribute": false,
548
- "type": "{ useBrick: UseBrickConf }"
549
- }
550
- ],
551
- "events": [
552
- {
553
- "name": "check",
554
- "detail": {
555
- "type": "TreeNodeKey[]"
556
- }
557
- },
558
- {
559
- "name": "check.detail",
560
- "detail": {
561
- "type": "CheckDetail"
562
- }
563
- },
564
- {
565
- "name": "expand",
566
- "detail": {
567
- "type": "TreeNodeKey[]"
568
- }
569
- },
570
- {
571
- "name": "node.drop",
572
- "detail": {
573
- "type": "DropDetail"
574
- }
575
- }
576
- ],
577
- "slots": [],
578
- "methods": [],
579
- "parts": [],
580
- "description": "树形构件"
581
- },
582
347
  {
583
348
  "name": "eo-cascader",
584
349
  "alias": [
@@ -895,6 +660,241 @@
895
660
  "description": "大型表格",
896
661
  "category": "table"
897
662
  },
663
+ {
664
+ "name": "eo-workbench-layout-v2",
665
+ "properties": [
666
+ {
667
+ "name": "cardTitle",
668
+ "type": "string"
669
+ },
670
+ {
671
+ "name": "isEdit",
672
+ "type": "boolean"
673
+ },
674
+ {
675
+ "name": "layouts",
676
+ "attribute": false,
677
+ "type": "ExtraLayout[]"
678
+ },
679
+ {
680
+ "name": "toolbarBricks",
681
+ "attribute": false,
682
+ "type": "{ useBrick: UseSingleBrickConf[] }"
683
+ },
684
+ {
685
+ "name": "componentList",
686
+ "attribute": false,
687
+ "type": "WorkbenchComponent[]"
688
+ },
689
+ {
690
+ "name": "showSettingButton",
691
+ "description": "description: 用于设置页面样式和布局的按钮",
692
+ "type": "boolean"
693
+ }
694
+ ],
695
+ "events": [
696
+ {
697
+ "name": "change",
698
+ "detail": {
699
+ "type": "ExtraLayout[]"
700
+ }
701
+ },
702
+ {
703
+ "name": "save",
704
+ "detail": {
705
+ "type": "ExtraLayout[]"
706
+ }
707
+ },
708
+ {
709
+ "name": "cancel",
710
+ "detail": {
711
+ "type": "void"
712
+ }
713
+ },
714
+ {
715
+ "name": "setting",
716
+ "detail": {
717
+ "type": "void"
718
+ }
719
+ },
720
+ {
721
+ "name": "action.click",
722
+ "description": "操作点击事件",
723
+ "detail": {
724
+ "description": "{\naction: SimpleAction;\nlayouts: Layout[];\n}",
725
+ "type": "{\n action: SimpleAction;\n layouts: Layout[];\n }"
726
+ }
727
+ }
728
+ ],
729
+ "slots": [],
730
+ "methods": [
731
+ {
732
+ "name": "setLayouts",
733
+ "params": [
734
+ {
735
+ "name": "layouts",
736
+ "type": "Layout[]"
737
+ }
738
+ ]
739
+ }
740
+ ],
741
+ "parts": [],
742
+ "description": "工作台布局V2,未使用shadow dom"
743
+ },
744
+ {
745
+ "name": "eo-workbench-layout",
746
+ "properties": [
747
+ {
748
+ "name": "cardTitle",
749
+ "type": "string"
750
+ },
751
+ {
752
+ "name": "isEdit",
753
+ "type": "boolean"
754
+ },
755
+ {
756
+ "name": "layouts",
757
+ "attribute": false,
758
+ "type": "Layout[]"
759
+ },
760
+ {
761
+ "name": "componentList",
762
+ "attribute": false,
763
+ "type": "Item[]"
764
+ }
765
+ ],
766
+ "events": [
767
+ {
768
+ "name": "change",
769
+ "detail": {
770
+ "type": "Layout[]"
771
+ }
772
+ },
773
+ {
774
+ "name": "save",
775
+ "detail": {
776
+ "type": "Layout[]"
777
+ }
778
+ },
779
+ {
780
+ "name": "cancel",
781
+ "detail": {
782
+ "type": "void"
783
+ }
784
+ },
785
+ {
786
+ "name": "action.click",
787
+ "description": "操作点击事件",
788
+ "detail": {
789
+ "description": "{\naction: SimpleAction;\nlayouts: Layout[];\n}",
790
+ "type": "{\n action: SimpleAction;\n layouts: Layout[];\n }"
791
+ }
792
+ }
793
+ ],
794
+ "slots": [],
795
+ "methods": [
796
+ {
797
+ "name": "setLayouts",
798
+ "params": [
799
+ {
800
+ "name": "layouts",
801
+ "type": "Layout[]"
802
+ }
803
+ ]
804
+ }
805
+ ],
806
+ "parts": [],
807
+ "description": "工作台布局",
808
+ "deprecated": "Please use eo-workbench-layout-v2 which support global styles instead"
809
+ },
810
+ {
811
+ "name": "eo-tree",
812
+ "properties": [
813
+ {
814
+ "name": "dataSource",
815
+ "attribute": false,
816
+ "type": "TreeNode[]"
817
+ },
818
+ {
819
+ "name": "checkable",
820
+ "type": "boolean"
821
+ },
822
+ {
823
+ "name": "selectable",
824
+ "description": "",
825
+ "default": "true",
826
+ "type": "boolean"
827
+ },
828
+ {
829
+ "name": "defaultExpandAll",
830
+ "type": "boolean"
831
+ },
832
+ {
833
+ "name": "showLine",
834
+ "type": "boolean"
835
+ },
836
+ {
837
+ "name": "expandedKeys",
838
+ "attribute": false,
839
+ "type": "TreeNodeKey[]"
840
+ },
841
+ {
842
+ "name": "checkedKeys",
843
+ "attribute": false,
844
+ "type": "TreeNodeKey[]"
845
+ },
846
+ {
847
+ "name": "nodeDraggable",
848
+ "attribute": false,
849
+ "type": "boolean | { icon?: false }"
850
+ },
851
+ {
852
+ "name": "switcherIcon",
853
+ "attribute": false,
854
+ "type": "\"auto\" | \"chevron\" | false"
855
+ },
856
+ {
857
+ "name": "allowDrop",
858
+ "attribute": false,
859
+ "type": "((info: AllowDropInfo) => boolean)"
860
+ },
861
+ {
862
+ "name": "titleSuffixBrick",
863
+ "attribute": false,
864
+ "type": "{ useBrick: UseBrickConf }"
865
+ }
866
+ ],
867
+ "events": [
868
+ {
869
+ "name": "check",
870
+ "detail": {
871
+ "type": "TreeNodeKey[]"
872
+ }
873
+ },
874
+ {
875
+ "name": "check.detail",
876
+ "detail": {
877
+ "type": "CheckDetail"
878
+ }
879
+ },
880
+ {
881
+ "name": "expand",
882
+ "detail": {
883
+ "type": "TreeNodeKey[]"
884
+ }
885
+ },
886
+ {
887
+ "name": "node.drop",
888
+ "detail": {
889
+ "type": "DropDetail"
890
+ }
891
+ }
892
+ ],
893
+ "slots": [],
894
+ "methods": [],
895
+ "parts": [],
896
+ "description": "树形构件"
897
+ },
898
898
  {
899
899
  "name": "eo-tree-select",
900
900
  "properties": [