@next-bricks/visual-builder 1.36.10 → 1.36.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.
package/dist/types.json CHANGED
@@ -45,19 +45,6 @@
45
45
  ],
46
46
  "methods": []
47
47
  },
48
- "visual-builder.workbench-sidebar": {
49
- "properties": [
50
- {
51
- "name": "titleLabel",
52
- "annotation": {
53
- "type": "keyword",
54
- "value": "string"
55
- }
56
- }
57
- ],
58
- "events": [],
59
- "methods": []
60
- },
61
48
  "visual-builder.workbench-action": {
62
49
  "properties": [
63
50
  {
@@ -102,6 +89,19 @@
102
89
  "events": [],
103
90
  "methods": []
104
91
  },
92
+ "visual-builder.workbench-sidebar": {
93
+ "properties": [
94
+ {
95
+ "name": "titleLabel",
96
+ "annotation": {
97
+ "type": "keyword",
98
+ "value": "string"
99
+ }
100
+ }
101
+ ],
102
+ "events": [],
103
+ "methods": []
104
+ },
105
105
  "visual-builder.page-arch-node": {
106
106
  "properties": [
107
107
  {
@@ -379,232 +379,6 @@
379
379
  }
380
380
  ]
381
381
  },
382
- "visual-builder.pre-generated-preview": {
383
- "properties": [
384
- {
385
- "name": "generations",
386
- "annotation": {
387
- "type": "array",
388
- "elementType": {
389
- "type": "reference",
390
- "typeName": {
391
- "type": "identifier",
392
- "name": "AttributeGeneration"
393
- }
394
- }
395
- }
396
- },
397
- {
398
- "name": "category",
399
- "annotation": {
400
- "type": "reference",
401
- "typeName": {
402
- "type": "identifier",
403
- "name": "PreviewCategory"
404
- }
405
- }
406
- },
407
- {
408
- "name": "theme",
409
- "annotation": {
410
- "type": "keyword",
411
- "value": "string"
412
- }
413
- },
414
- {
415
- "name": "uiVersion",
416
- "annotation": {
417
- "type": "keyword",
418
- "value": "string"
419
- }
420
- },
421
- {
422
- "name": "app",
423
- "annotation": {
424
- "type": "reference",
425
- "typeName": {
426
- "type": "identifier",
427
- "name": "MicroApp"
428
- }
429
- }
430
- }
431
- ],
432
- "events": [],
433
- "methods": [],
434
- "types": [
435
- {
436
- "type": "interface",
437
- "name": "AttributeGeneration",
438
- "body": [
439
- {
440
- "type": "propertySignature",
441
- "key": {
442
- "type": "identifier",
443
- "name": "instanceId"
444
- },
445
- "annotation": {
446
- "type": "keyword",
447
- "value": "string"
448
- },
449
- "computed": false
450
- },
451
- {
452
- "type": "propertySignature",
453
- "key": {
454
- "type": "identifier",
455
- "name": "objectId"
456
- },
457
- "annotation": {
458
- "type": "keyword",
459
- "value": "string"
460
- },
461
- "computed": false
462
- },
463
- {
464
- "type": "propertySignature",
465
- "key": {
466
- "type": "identifier",
467
- "name": "propertyId"
468
- },
469
- "annotation": {
470
- "type": "keyword",
471
- "value": "string"
472
- },
473
- "computed": false
474
- },
475
- {
476
- "type": "propertySignature",
477
- "key": {
478
- "type": "identifier",
479
- "name": "propertyName"
480
- },
481
- "annotation": {
482
- "type": "keyword",
483
- "value": "string"
484
- },
485
- "computed": false
486
- },
487
- {
488
- "type": "propertySignature",
489
- "key": {
490
- "type": "identifier",
491
- "name": "displayLevel"
492
- },
493
- "annotation": {
494
- "type": "keyword",
495
- "value": "number"
496
- },
497
- "computed": false
498
- },
499
- {
500
- "type": "propertySignature",
501
- "key": {
502
- "type": "identifier",
503
- "name": "rwType"
504
- },
505
- "annotation": {
506
- "type": "keyword",
507
- "value": "string"
508
- },
509
- "computed": false
510
- },
511
- {
512
- "type": "propertySignature",
513
- "key": {
514
- "type": "identifier",
515
- "name": "category"
516
- },
517
- "annotation": {
518
- "type": "reference",
519
- "typeName": {
520
- "type": "identifier",
521
- "name": "PreviewCategory"
522
- }
523
- },
524
- "computed": false
525
- },
526
- {
527
- "type": "propertySignature",
528
- "key": {
529
- "type": "identifier",
530
- "name": "storyboard"
531
- },
532
- "annotation": {
533
- "type": "union",
534
- "types": [
535
- {
536
- "type": "reference",
537
- "typeName": {
538
- "type": "identifier",
539
- "name": "BrickConf"
540
- }
541
- },
542
- {
543
- "type": "array",
544
- "elementType": {
545
- "type": "reference",
546
- "typeName": {
547
- "type": "identifier",
548
- "name": "BrickConf"
549
- }
550
- }
551
- }
552
- ]
553
- },
554
- "computed": false
555
- },
556
- {
557
- "type": "propertySignature",
558
- "key": {
559
- "type": "identifier",
560
- "name": "mockData"
561
- },
562
- "annotation": {
563
- "type": "array",
564
- "elementType": {
565
- "type": "keyword",
566
- "value": "unknown"
567
- }
568
- },
569
- "computed": false
570
- }
571
- ]
572
- },
573
- {
574
- "type": "typeAlias",
575
- "name": "PreviewCategory",
576
- "annotation": {
577
- "type": "union",
578
- "types": [
579
- {
580
- "type": "jsLiteral",
581
- "value": "detail-item"
582
- },
583
- {
584
- "type": "jsLiteral",
585
- "value": "form-item"
586
- },
587
- {
588
- "type": "jsLiteral",
589
- "value": "table-column"
590
- },
591
- {
592
- "type": "jsLiteral",
593
- "value": "card-item"
594
- },
595
- {
596
- "type": "jsLiteral",
597
- "value": "metric-item"
598
- },
599
- {
600
- "type": "jsLiteral",
601
- "value": "value"
602
- }
603
- ]
604
- }
605
- }
606
- ]
607
- },
608
382
  "visual-builder.batch-update-raw-data-generated-view": {
609
383
  "type": "provider",
610
384
  "params": [
@@ -905,6 +679,232 @@
905
679
  }
906
680
  ]
907
681
  },
682
+ "visual-builder.pre-generated-preview": {
683
+ "properties": [
684
+ {
685
+ "name": "generations",
686
+ "annotation": {
687
+ "type": "array",
688
+ "elementType": {
689
+ "type": "reference",
690
+ "typeName": {
691
+ "type": "identifier",
692
+ "name": "AttributeGeneration"
693
+ }
694
+ }
695
+ }
696
+ },
697
+ {
698
+ "name": "category",
699
+ "annotation": {
700
+ "type": "reference",
701
+ "typeName": {
702
+ "type": "identifier",
703
+ "name": "PreviewCategory"
704
+ }
705
+ }
706
+ },
707
+ {
708
+ "name": "theme",
709
+ "annotation": {
710
+ "type": "keyword",
711
+ "value": "string"
712
+ }
713
+ },
714
+ {
715
+ "name": "uiVersion",
716
+ "annotation": {
717
+ "type": "keyword",
718
+ "value": "string"
719
+ }
720
+ },
721
+ {
722
+ "name": "app",
723
+ "annotation": {
724
+ "type": "reference",
725
+ "typeName": {
726
+ "type": "identifier",
727
+ "name": "MicroApp"
728
+ }
729
+ }
730
+ }
731
+ ],
732
+ "events": [],
733
+ "methods": [],
734
+ "types": [
735
+ {
736
+ "type": "interface",
737
+ "name": "AttributeGeneration",
738
+ "body": [
739
+ {
740
+ "type": "propertySignature",
741
+ "key": {
742
+ "type": "identifier",
743
+ "name": "instanceId"
744
+ },
745
+ "annotation": {
746
+ "type": "keyword",
747
+ "value": "string"
748
+ },
749
+ "computed": false
750
+ },
751
+ {
752
+ "type": "propertySignature",
753
+ "key": {
754
+ "type": "identifier",
755
+ "name": "objectId"
756
+ },
757
+ "annotation": {
758
+ "type": "keyword",
759
+ "value": "string"
760
+ },
761
+ "computed": false
762
+ },
763
+ {
764
+ "type": "propertySignature",
765
+ "key": {
766
+ "type": "identifier",
767
+ "name": "propertyId"
768
+ },
769
+ "annotation": {
770
+ "type": "keyword",
771
+ "value": "string"
772
+ },
773
+ "computed": false
774
+ },
775
+ {
776
+ "type": "propertySignature",
777
+ "key": {
778
+ "type": "identifier",
779
+ "name": "propertyName"
780
+ },
781
+ "annotation": {
782
+ "type": "keyword",
783
+ "value": "string"
784
+ },
785
+ "computed": false
786
+ },
787
+ {
788
+ "type": "propertySignature",
789
+ "key": {
790
+ "type": "identifier",
791
+ "name": "displayLevel"
792
+ },
793
+ "annotation": {
794
+ "type": "keyword",
795
+ "value": "number"
796
+ },
797
+ "computed": false
798
+ },
799
+ {
800
+ "type": "propertySignature",
801
+ "key": {
802
+ "type": "identifier",
803
+ "name": "rwType"
804
+ },
805
+ "annotation": {
806
+ "type": "keyword",
807
+ "value": "string"
808
+ },
809
+ "computed": false
810
+ },
811
+ {
812
+ "type": "propertySignature",
813
+ "key": {
814
+ "type": "identifier",
815
+ "name": "category"
816
+ },
817
+ "annotation": {
818
+ "type": "reference",
819
+ "typeName": {
820
+ "type": "identifier",
821
+ "name": "PreviewCategory"
822
+ }
823
+ },
824
+ "computed": false
825
+ },
826
+ {
827
+ "type": "propertySignature",
828
+ "key": {
829
+ "type": "identifier",
830
+ "name": "storyboard"
831
+ },
832
+ "annotation": {
833
+ "type": "union",
834
+ "types": [
835
+ {
836
+ "type": "reference",
837
+ "typeName": {
838
+ "type": "identifier",
839
+ "name": "BrickConf"
840
+ }
841
+ },
842
+ {
843
+ "type": "array",
844
+ "elementType": {
845
+ "type": "reference",
846
+ "typeName": {
847
+ "type": "identifier",
848
+ "name": "BrickConf"
849
+ }
850
+ }
851
+ }
852
+ ]
853
+ },
854
+ "computed": false
855
+ },
856
+ {
857
+ "type": "propertySignature",
858
+ "key": {
859
+ "type": "identifier",
860
+ "name": "mockData"
861
+ },
862
+ "annotation": {
863
+ "type": "array",
864
+ "elementType": {
865
+ "type": "keyword",
866
+ "value": "unknown"
867
+ }
868
+ },
869
+ "computed": false
870
+ }
871
+ ]
872
+ },
873
+ {
874
+ "type": "typeAlias",
875
+ "name": "PreviewCategory",
876
+ "annotation": {
877
+ "type": "union",
878
+ "types": [
879
+ {
880
+ "type": "jsLiteral",
881
+ "value": "detail-item"
882
+ },
883
+ {
884
+ "type": "jsLiteral",
885
+ "value": "form-item"
886
+ },
887
+ {
888
+ "type": "jsLiteral",
889
+ "value": "table-column"
890
+ },
891
+ {
892
+ "type": "jsLiteral",
893
+ "value": "card-item"
894
+ },
895
+ {
896
+ "type": "jsLiteral",
897
+ "value": "metric-item"
898
+ },
899
+ {
900
+ "type": "jsLiteral",
901
+ "value": "value"
902
+ }
903
+ ]
904
+ }
905
+ }
906
+ ]
907
+ },
908
908
  "visual-builder.pre-generated-table-view": {
909
909
  "properties": [],
910
910
  "events": [],
@@ -1846,6 +1846,22 @@
1846
1846
  "optional": true,
1847
1847
  "computed": false
1848
1848
  },
1849
+ {
1850
+ "type": "propertySignature",
1851
+ "key": {
1852
+ "type": "identifier",
1853
+ "name": "propertyValues"
1854
+ },
1855
+ "annotation": {
1856
+ "type": "array",
1857
+ "elementType": {
1858
+ "type": "keyword",
1859
+ "value": "unknown"
1860
+ }
1861
+ },
1862
+ "optional": true,
1863
+ "computed": false
1864
+ },
1849
1865
  {
1850
1866
  "type": "propertySignature",
1851
1867
  "key": {
@@ -20,6 +20,7 @@ export interface AttributeGeneration {
20
20
  propertyId: string;
21
21
  propertyName: string;
22
22
  propertyType?: string;
23
+ propertyValues?: unknown[];
23
24
  propertyInstanceId?: string;
24
25
  comment?: string;
25
26
  approved?: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@next-bricks/visual-builder",
3
- "version": "1.36.10",
3
+ "version": "1.36.11",
4
4
  "homepage": "https://github.com/easyops-cn/next-bricks/tree/master/bricks/visual-builder",
5
5
  "repository": {
6
6
  "type": "git",
@@ -44,5 +44,5 @@
44
44
  "@next-bricks/icons": "*",
45
45
  "@next-bricks/vs": "*"
46
46
  },
47
- "gitHead": "e14847b110f266a4f6a2289bff317c0837a7b6d2"
47
+ "gitHead": "a3e397d8f929facf8d67e4be2d25618080147808"
48
48
  }