@next-bricks/advanced 0.41.5 → 0.41.6

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,142 +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": "Layout[]"
428
- },
429
- {
430
- "name": "toolbarBricks",
431
- "attribute": false,
432
- "type": "{\n useBrick: UseSingleBrickConf[];\n }"
433
- },
434
- {
435
- "name": "componentList",
436
- "attribute": false,
437
- "type": "Item[]"
438
- }
439
- ],
440
- "events": [
441
- {
442
- "name": "change",
443
- "detail": {
444
- "type": "Layout[]"
445
- }
446
- },
447
- {
448
- "name": "save",
449
- "detail": {
450
- "type": "Layout[]"
451
- }
452
- },
453
- {
454
- "name": "cancel",
455
- "detail": {
456
- "type": "void"
457
- }
458
- },
459
- {
460
- "name": "action.click",
461
- "description": "操作点击事件",
462
- "detail": {
463
- "description": "{\naction: SimpleAction;\nlayouts: Layout[];\n}",
464
- "type": "{\n action: SimpleAction;\n layouts: Layout[];\n }"
465
- }
466
- }
467
- ],
468
- "slots": [],
469
- "methods": [
470
- {
471
- "name": "setLayouts",
472
- "params": [
473
- {
474
- "name": "layouts",
475
- "type": "Layout[]"
476
- }
477
- ]
478
- }
479
- ],
480
- "parts": [],
481
- "description": "工作台布局V2,未使用shadow dom"
482
- },
483
347
  {
484
348
  "name": "eo-cascader",
485
349
  "alias": [
@@ -791,6 +655,142 @@
791
655
  "description": "大型表格",
792
656
  "category": "table"
793
657
  },
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": [