@next-bricks/advanced 0.41.5 → 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.
@@ -410,76 +410,6 @@
410
410
  "description": "工作台布局",
411
411
  "deprecated": "Please use eo-workbench-layout-v2 which support global styles instead"
412
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
413
  {
484
414
  "name": "eo-cascader",
485
415
  "alias": [
@@ -587,6 +517,76 @@
587
517
  "description": "级联选择器",
588
518
  "category": "form-input-basic"
589
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
+ },
590
590
  {
591
591
  "name": "eo-next-table",
592
592
  "properties": [