@next-bricks/advanced 0.41.10 → 0.41.11

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.
@@ -340,7 +340,7 @@
340
340
  }
341
341
  ],
342
342
  "parts": [],
343
- "description": "通用表格构件",
343
+ "description": "简易表格构件。\n\n⚠️ 通常情况下,应使用 `eo-next-table` 替代。",
344
344
  "category": "table",
345
345
  "insider": true
346
346
  },
@@ -451,6 +451,142 @@
451
451
  "description": "级联选择器",
452
452
  "category": "form-input-basic"
453
453
  },
454
+ {
455
+ "name": "eo-workbench-layout",
456
+ "properties": [
457
+ {
458
+ "name": "cardTitle",
459
+ "type": "string"
460
+ },
461
+ {
462
+ "name": "isEdit",
463
+ "type": "boolean"
464
+ },
465
+ {
466
+ "name": "layouts",
467
+ "attribute": false,
468
+ "type": "Layout[]"
469
+ },
470
+ {
471
+ "name": "componentList",
472
+ "attribute": false,
473
+ "type": "Item[]"
474
+ }
475
+ ],
476
+ "events": [
477
+ {
478
+ "name": "change",
479
+ "detail": {
480
+ "type": "Layout[]"
481
+ }
482
+ },
483
+ {
484
+ "name": "save",
485
+ "detail": {
486
+ "type": "Layout[]"
487
+ }
488
+ },
489
+ {
490
+ "name": "cancel",
491
+ "detail": {
492
+ "type": "void"
493
+ }
494
+ },
495
+ {
496
+ "name": "action.click",
497
+ "description": "操作点击事件",
498
+ "detail": {
499
+ "description": "{\naction: SimpleAction;\nlayouts: Layout[];\n}",
500
+ "type": "{\n action: SimpleAction;\n layouts: Layout[];\n }"
501
+ }
502
+ }
503
+ ],
504
+ "slots": [],
505
+ "methods": [
506
+ {
507
+ "name": "setLayouts",
508
+ "params": [
509
+ {
510
+ "name": "layouts",
511
+ "type": "Layout[]"
512
+ }
513
+ ]
514
+ }
515
+ ],
516
+ "parts": [],
517
+ "description": "工作台布局",
518
+ "deprecated": "Please use eo-workbench-layout-v2 which support global styles instead"
519
+ },
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": "Layout[]"
535
+ },
536
+ {
537
+ "name": "toolbarBricks",
538
+ "attribute": false,
539
+ "type": "{\n useBrick: UseSingleBrickConf[];\n }"
540
+ },
541
+ {
542
+ "name": "componentList",
543
+ "attribute": false,
544
+ "type": "Item[]"
545
+ }
546
+ ],
547
+ "events": [
548
+ {
549
+ "name": "change",
550
+ "detail": {
551
+ "type": "Layout[]"
552
+ }
553
+ },
554
+ {
555
+ "name": "save",
556
+ "detail": {
557
+ "type": "Layout[]"
558
+ }
559
+ },
560
+ {
561
+ "name": "cancel",
562
+ "detail": {
563
+ "type": "void"
564
+ }
565
+ },
566
+ {
567
+ "name": "action.click",
568
+ "description": "操作点击事件",
569
+ "detail": {
570
+ "description": "{\naction: SimpleAction;\nlayouts: Layout[];\n}",
571
+ "type": "{\n action: SimpleAction;\n layouts: Layout[];\n }"
572
+ }
573
+ }
574
+ ],
575
+ "slots": [],
576
+ "methods": [
577
+ {
578
+ "name": "setLayouts",
579
+ "params": [
580
+ {
581
+ "name": "layouts",
582
+ "type": "Layout[]"
583
+ }
584
+ ]
585
+ }
586
+ ],
587
+ "parts": [],
588
+ "description": "工作台布局V2,未使用shadow dom"
589
+ },
454
590
  {
455
591
  "name": "eo-next-table",
456
592
  "properties": [
@@ -655,142 +791,6 @@
655
791
  "description": "大型表格",
656
792
  "category": "table"
657
793
  },
658
- {
659
- "name": "eo-workbench-layout-v2",
660
- "properties": [
661
- {
662
- "name": "cardTitle",
663
- "type": "string"
664
- },
665
- {
666
- "name": "isEdit",
667
- "type": "boolean"
668
- },
669
- {
670
- "name": "layouts",
671
- "attribute": false,
672
- "type": "Layout[]"
673
- },
674
- {
675
- "name": "toolbarBricks",
676
- "attribute": false,
677
- "type": "{\n useBrick: UseSingleBrickConf[];\n }"
678
- },
679
- {
680
- "name": "componentList",
681
- "attribute": false,
682
- "type": "Item[]"
683
- }
684
- ],
685
- "events": [
686
- {
687
- "name": "change",
688
- "detail": {
689
- "type": "Layout[]"
690
- }
691
- },
692
- {
693
- "name": "save",
694
- "detail": {
695
- "type": "Layout[]"
696
- }
697
- },
698
- {
699
- "name": "cancel",
700
- "detail": {
701
- "type": "void"
702
- }
703
- },
704
- {
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": "工作台布局V2,未使用shadow dom"
727
- },
728
- {
729
- "name": "eo-workbench-layout",
730
- "properties": [
731
- {
732
- "name": "cardTitle",
733
- "type": "string"
734
- },
735
- {
736
- "name": "isEdit",
737
- "type": "boolean"
738
- },
739
- {
740
- "name": "layouts",
741
- "attribute": false,
742
- "type": "Layout[]"
743
- },
744
- {
745
- "name": "componentList",
746
- "attribute": false,
747
- "type": "Item[]"
748
- }
749
- ],
750
- "events": [
751
- {
752
- "name": "change",
753
- "detail": {
754
- "type": "Layout[]"
755
- }
756
- },
757
- {
758
- "name": "save",
759
- "detail": {
760
- "type": "Layout[]"
761
- }
762
- },
763
- {
764
- "name": "cancel",
765
- "detail": {
766
- "type": "void"
767
- }
768
- },
769
- {
770
- "name": "action.click",
771
- "description": "操作点击事件",
772
- "detail": {
773
- "description": "{\naction: SimpleAction;\nlayouts: Layout[];\n}",
774
- "type": "{\n action: SimpleAction;\n layouts: Layout[];\n }"
775
- }
776
- }
777
- ],
778
- "slots": [],
779
- "methods": [
780
- {
781
- "name": "setLayouts",
782
- "params": [
783
- {
784
- "name": "layouts",
785
- "type": "Layout[]"
786
- }
787
- ]
788
- }
789
- ],
790
- "parts": [],
791
- "description": "工作台布局",
792
- "deprecated": "Please use eo-workbench-layout-v2 which support global styles instead"
793
- },
794
794
  {
795
795
  "name": "eo-tree",
796
796
  "properties": [
package/dist/types.json CHANGED
@@ -275,7 +275,7 @@
275
275
  ],
276
276
  "methods": []
277
277
  },
278
- "eo-workbench-layout-v2": {
278
+ "eo-workbench-layout": {
279
279
  "properties": [
280
280
  {
281
281
  "name": "cardTitle",
@@ -304,32 +304,6 @@
304
304
  }
305
305
  }
306
306
  },
307
- {
308
- "name": "toolbarBricks",
309
- "annotation": {
310
- "type": "typeLiteral",
311
- "members": [
312
- {
313
- "type": "propertySignature",
314
- "key": {
315
- "type": "identifier",
316
- "name": "useBrick"
317
- },
318
- "annotation": {
319
- "type": "array",
320
- "elementType": {
321
- "type": "reference",
322
- "typeName": {
323
- "type": "identifier",
324
- "name": "UseSingleBrickConf"
325
- }
326
- }
327
- },
328
- "computed": false
329
- }
330
- ]
331
- }
332
- },
333
307
  {
334
308
  "name": "componentList",
335
309
  "annotation": {
@@ -535,7 +509,7 @@
535
509
  }
536
510
  ]
537
511
  },
538
- "eo-workbench-layout": {
512
+ "eo-workbench-layout-v2": {
539
513
  "properties": [
540
514
  {
541
515
  "name": "cardTitle",
@@ -564,6 +538,32 @@
564
538
  }
565
539
  }
566
540
  },
541
+ {
542
+ "name": "toolbarBricks",
543
+ "annotation": {
544
+ "type": "typeLiteral",
545
+ "members": [
546
+ {
547
+ "type": "propertySignature",
548
+ "key": {
549
+ "type": "identifier",
550
+ "name": "useBrick"
551
+ },
552
+ "annotation": {
553
+ "type": "array",
554
+ "elementType": {
555
+ "type": "reference",
556
+ "typeName": {
557
+ "type": "identifier",
558
+ "name": "UseSingleBrickConf"
559
+ }
560
+ }
561
+ },
562
+ "computed": false
563
+ }
564
+ ]
565
+ }
566
+ },
567
567
  {
568
568
  "name": "componentList",
569
569
  "annotation": {
@@ -76,7 +76,10 @@ export interface CustomColumn extends ColumnProps<Record<string, any>> {
76
76
  };
77
77
  }
78
78
  /**
79
- * 通用表格构件
79
+ * 简易表格构件。
80
+ *
81
+ * ⚠️ 通常情况下,应使用 `eo-next-table` 替代。
82
+ *
80
83
  * @author sailor
81
84
  * @category table
82
85
  *
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@next-bricks/advanced",
3
- "version": "0.41.10",
3
+ "version": "0.41.11",
4
4
  "homepage": "https://github.com/easyops-cn/next-bricks/tree/master/bricks/advanced",
5
5
  "repository": {
6
6
  "type": "git",
@@ -45,5 +45,5 @@
45
45
  "@next-bricks/icons": "*",
46
46
  "@next-bricks/markdown": "*"
47
47
  },
48
- "gitHead": "f4947f553074efa2ce32e64dee08ee36f505ddf7"
48
+ "gitHead": "1fca9ec946923e000bfdd1512d24fafa7204e94f"
49
49
  }