@next-bricks/advanced 0.44.7 → 0.44.8

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.
Files changed (30) hide show
  1. package/dist/bricks.json +14 -14
  2. package/dist/chunks/4197.8da5d430.js +2 -0
  3. package/dist/chunks/4197.8da5d430.js.map +1 -0
  4. package/dist/chunks/6773.e9348322.js +2 -0
  5. package/dist/chunks/6773.e9348322.js.map +1 -0
  6. package/dist/chunks/6907.0c6e9b40.js +2 -0
  7. package/dist/chunks/6907.0c6e9b40.js.map +1 -0
  8. package/dist/chunks/eo-next-table.f9f4fd0e.js +2 -0
  9. package/dist/chunks/eo-next-table.f9f4fd0e.js.map +1 -0
  10. package/dist/chunks/eo-workbench-layout-v2.81685bf3.js +3 -0
  11. package/dist/chunks/eo-workbench-layout-v2.81685bf3.js.map +1 -0
  12. package/dist/chunks/{main.eb3ba851.js → main.82ac5e54.js} +2 -2
  13. package/dist/chunks/{main.eb3ba851.js.map → main.82ac5e54.js.map} +1 -1
  14. package/dist/examples.json +3 -3
  15. package/dist/{index.c8836b3d.js → index.088bb8f7.js} +2 -2
  16. package/dist/{index.c8836b3d.js.map → index.088bb8f7.js.map} +1 -1
  17. package/dist/manifest.json +147 -147
  18. package/dist/types.json +234 -234
  19. package/package.json +2 -2
  20. package/dist/chunks/3816.6720301c.js +0 -2
  21. package/dist/chunks/3816.6720301c.js.map +0 -1
  22. package/dist/chunks/6773.37102d3b.js +0 -2
  23. package/dist/chunks/6773.37102d3b.js.map +0 -1
  24. package/dist/chunks/8609.3ffed8bd.js +0 -2
  25. package/dist/chunks/8609.3ffed8bd.js.map +0 -1
  26. package/dist/chunks/eo-next-table.263604ea.js +0 -2
  27. package/dist/chunks/eo-next-table.263604ea.js.map +0 -1
  28. package/dist/chunks/eo-workbench-layout-v2.ef7e0617.js +0 -3
  29. package/dist/chunks/eo-workbench-layout-v2.ef7e0617.js.map +0 -1
  30. /package/dist/chunks/{eo-workbench-layout-v2.ef7e0617.js.LICENSE.txt → eo-workbench-layout-v2.81685bf3.js.LICENSE.txt} +0 -0
@@ -344,72 +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
347
  {
414
348
  "name": "eo-cascader",
415
349
  "alias": [
@@ -517,87 +451,6 @@
517
451
  "description": "级联选择器",
518
452
  "category": "form-input-basic"
519
453
  },
520
- {
521
- "name": "eo-workbench-layout-v2",
522
- "properties": [
523
- {
524
- "name": "cardTitle",
525
- "type": "string"
526
- },
527
- {
528
- "name": "isEdit",
529
- "type": "boolean"
530
- },
531
- {
532
- "name": "layouts",
533
- "attribute": false,
534
- "type": "ExtraLayout[]"
535
- },
536
- {
537
- "name": "toolbarBricks",
538
- "attribute": false,
539
- "type": "{ useBrick: UseSingleBrickConf[] }"
540
- },
541
- {
542
- "name": "componentList",
543
- "attribute": false,
544
- "type": "WorkbenchComponent[]"
545
- },
546
- {
547
- "name": "showSettingButton",
548
- "description": "description: 用于设置页面样式和布局的按钮",
549
- "type": "boolean"
550
- }
551
- ],
552
- "events": [
553
- {
554
- "name": "change",
555
- "detail": {
556
- "type": "ExtraLayout[]"
557
- }
558
- },
559
- {
560
- "name": "save",
561
- "detail": {
562
- "type": "ExtraLayout[]"
563
- }
564
- },
565
- {
566
- "name": "cancel",
567
- "detail": {
568
- "type": "void"
569
- }
570
- },
571
- {
572
- "name": "setting",
573
- "detail": {
574
- "type": "void"
575
- }
576
- },
577
- {
578
- "name": "action.click",
579
- "description": "操作点击事件",
580
- "detail": {
581
- "description": "{\naction: SimpleAction;\nlayouts: Layout[];\n}",
582
- "type": "{\n action: SimpleAction;\n layouts: Layout[];\n }"
583
- }
584
- }
585
- ],
586
- "slots": [],
587
- "methods": [
588
- {
589
- "name": "setLayouts",
590
- "params": [
591
- {
592
- "name": "layouts",
593
- "type": "Layout[]"
594
- }
595
- ]
596
- }
597
- ],
598
- "parts": [],
599
- "description": "工作台布局V2,未使用shadow dom"
600
- },
601
454
  {
602
455
  "name": "eo-next-table",
603
456
  "properties": [
@@ -807,6 +660,87 @@
807
660
  "description": "大型表格",
808
661
  "category": "table"
809
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
+ },
810
744
  {
811
745
  "name": "eo-tree",
812
746
  "properties": [
@@ -1077,6 +1011,72 @@
1077
1011
  "methods": [],
1078
1012
  "parts": [],
1079
1013
  "description": "构件 `advanced.pdf-viewer`"
1014
+ },
1015
+ {
1016
+ "name": "eo-workbench-layout",
1017
+ "properties": [
1018
+ {
1019
+ "name": "cardTitle",
1020
+ "type": "string"
1021
+ },
1022
+ {
1023
+ "name": "isEdit",
1024
+ "type": "boolean"
1025
+ },
1026
+ {
1027
+ "name": "layouts",
1028
+ "attribute": false,
1029
+ "type": "Layout[]"
1030
+ },
1031
+ {
1032
+ "name": "componentList",
1033
+ "attribute": false,
1034
+ "type": "Item[]"
1035
+ }
1036
+ ],
1037
+ "events": [
1038
+ {
1039
+ "name": "change",
1040
+ "detail": {
1041
+ "type": "Layout[]"
1042
+ }
1043
+ },
1044
+ {
1045
+ "name": "save",
1046
+ "detail": {
1047
+ "type": "Layout[]"
1048
+ }
1049
+ },
1050
+ {
1051
+ "name": "cancel",
1052
+ "detail": {
1053
+ "type": "void"
1054
+ }
1055
+ },
1056
+ {
1057
+ "name": "action.click",
1058
+ "description": "操作点击事件",
1059
+ "detail": {
1060
+ "description": "{\naction: SimpleAction;\nlayouts: Layout[];\n}",
1061
+ "type": "{\n action: SimpleAction;\n layouts: Layout[];\n }"
1062
+ }
1063
+ }
1064
+ ],
1065
+ "slots": [],
1066
+ "methods": [
1067
+ {
1068
+ "name": "setLayouts",
1069
+ "params": [
1070
+ {
1071
+ "name": "layouts",
1072
+ "type": "Layout[]"
1073
+ }
1074
+ ]
1075
+ }
1076
+ ],
1077
+ "parts": [],
1078
+ "description": "工作台布局",
1079
+ "deprecated": "Please use eo-workbench-layout-v2 which support global styles instead"
1080
1080
  }
1081
1081
  ],
1082
1082
  "providers": [