@next-bricks/advanced 0.43.0 → 0.44.0

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,6 +344,153 @@
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
+ },
347
494
  {
348
495
  "name": "eo-next-table",
349
496
  "properties": [
@@ -553,87 +700,6 @@
553
700
  "description": "大型表格",
554
701
  "category": "table"
555
702
  },
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": "Layout[]"
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": "Layout[]"
593
- }
594
- },
595
- {
596
- "name": "save",
597
- "detail": {
598
- "type": "Layout[]"
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
703
  {
638
704
  "name": "eo-cascader",
639
705
  "alias": [
@@ -741,72 +807,6 @@
741
807
  "description": "级联选择器",
742
808
  "category": "form-input-basic"
743
809
  },
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
810
  {
811
811
  "name": "eo-tree",
812
812
  "properties": [
@@ -895,6 +895,28 @@
895
895
  "parts": [],
896
896
  "description": "树形构件"
897
897
  },
898
+ {
899
+ "name": "eo-text-tooltip",
900
+ "properties": [
901
+ {
902
+ "name": "label",
903
+ "description": "文案",
904
+ "default": null,
905
+ "type": "string"
906
+ },
907
+ {
908
+ "name": "lineClamp",
909
+ "description": "省略行数",
910
+ "default": "1",
911
+ "type": "number"
912
+ }
913
+ ],
914
+ "events": [],
915
+ "slots": [],
916
+ "methods": [],
917
+ "parts": [],
918
+ "description": "超出宽度鼠标悬浮显示tooltip\n构件 `eo-text-tooltip`"
919
+ },
898
920
  {
899
921
  "name": "eo-tree-select",
900
922
  "properties": [
@@ -1029,28 +1051,6 @@
1029
1051
  "description": "树选择器",
1030
1052
  "category": "form-input-basic"
1031
1053
  },
1032
- {
1033
- "name": "eo-text-tooltip",
1034
- "properties": [
1035
- {
1036
- "name": "label",
1037
- "description": "文案",
1038
- "default": null,
1039
- "type": "string"
1040
- },
1041
- {
1042
- "name": "lineClamp",
1043
- "description": "省略行数",
1044
- "default": "1",
1045
- "type": "number"
1046
- }
1047
- ],
1048
- "events": [],
1049
- "slots": [],
1050
- "methods": [],
1051
- "parts": [],
1052
- "description": "超出宽度鼠标悬浮显示tooltip\n构件 `eo-text-tooltip`"
1053
- },
1054
1054
  {
1055
1055
  "name": "advanced.pdf-viewer",
1056
1056
  "properties": [