@next-bricks/advanced 0.41.6 → 0.41.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.
- package/dist/bricks.json +12 -12
- package/dist/chunks/{2197.01623f3c.js → 2197.0aa1a34b.js} +2 -2
- package/dist/chunks/2197.0aa1a34b.js.map +1 -0
- package/dist/chunks/{eo-tree-select.a4b416f3.js → eo-tree-select.c08bf615.js} +2 -2
- package/dist/chunks/eo-tree-select.c08bf615.js.map +1 -0
- package/dist/chunks/{main.8a5c3299.js → main.d2f6b9b9.js} +2 -2
- package/dist/chunks/{main.8a5c3299.js.map → main.d2f6b9b9.js.map} +1 -1
- package/dist/examples.json +3 -3
- package/dist/{index.07072955.js → index.b0714900.js} +2 -2
- package/dist/{index.07072955.js.map → index.b0714900.js.map} +1 -1
- package/dist/manifest.json +136 -136
- package/dist/types.json +234 -234
- package/package.json +2 -2
- package/dist/chunks/2197.01623f3c.js.map +0 -1
- package/dist/chunks/eo-tree-select.a4b416f3.js.map +0 -1
package/dist/manifest.json
CHANGED
|
@@ -344,6 +344,72 @@
|
|
|
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
|
+
},
|
|
347
413
|
{
|
|
348
414
|
"name": "eo-cascader",
|
|
349
415
|
"alias": [
|
|
@@ -451,6 +517,76 @@
|
|
|
451
517
|
"description": "级联选择器",
|
|
452
518
|
"category": "form-input-basic"
|
|
453
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": [
|