@next-bricks/visual-builder 1.37.1 → 1.37.3
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 +26 -26
- package/dist/chunks/{2464.676686cc.js → 2464.87c6514a.js} +2 -2
- package/dist/chunks/2464.87c6514a.js.map +1 -0
- package/dist/chunks/6117.1d7ec00c.js +1 -0
- package/dist/chunks/get-config-by-data-for-ai.ef0ca3ff.js +3 -0
- package/dist/chunks/get-config-by-data-for-ai.ef0ca3ff.js.map +1 -0
- package/dist/chunks/{main.9f436558.js → main.3e3e0db9.js} +2 -2
- package/dist/chunks/{main.9f436558.js.map → main.3e3e0db9.js.map} +1 -1
- package/dist/chunks/pre-generated-config.ab886943.js +2 -0
- package/dist/chunks/pre-generated-config.ab886943.js.map +1 -0
- package/dist/chunks/{raw-data-preview.79a5f278.js → raw-data-preview.7b191fed.js} +3 -3
- package/dist/chunks/raw-data-preview.7b191fed.js.map +1 -0
- package/dist/examples.json +3 -3
- package/dist/index.6b3fb454.js +2 -0
- package/dist/{index.f976a0ef.js.map → index.6b3fb454.js.map} +1 -1
- package/dist/manifest.json +130 -130
- package/dist/types.json +288 -288
- package/package.json +2 -2
- package/dist/chunks/2464.676686cc.js.map +0 -1
- package/dist/chunks/6117.7ee90157.js +0 -1
- package/dist/chunks/get-config-by-data-for-ai.3ce1ddd1.js +0 -3
- package/dist/chunks/get-config-by-data-for-ai.3ce1ddd1.js.map +0 -1
- package/dist/chunks/pre-generated-config.ffac69ed.js +0 -2
- package/dist/chunks/pre-generated-config.ffac69ed.js.map +0 -1
- package/dist/chunks/raw-data-preview.79a5f278.js.map +0 -1
- package/dist/index.f976a0ef.js +0 -2
- /package/dist/chunks/{get-config-by-data-for-ai.3ce1ddd1.js.LICENSE.txt → get-config-by-data-for-ai.ef0ca3ff.js.LICENSE.txt} +0 -0
- /package/dist/chunks/{raw-data-preview.79a5f278.js.LICENSE.txt → raw-data-preview.7b191fed.js.LICENSE.txt} +0 -0
package/dist/types.json
CHANGED
|
@@ -45,6 +45,19 @@
|
|
|
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
|
+
},
|
|
48
61
|
"visual-builder.workbench-action": {
|
|
49
62
|
"properties": [
|
|
50
63
|
{
|
|
@@ -373,237 +386,6 @@
|
|
|
373
386
|
}
|
|
374
387
|
]
|
|
375
388
|
},
|
|
376
|
-
"visual-builder.pre-generated-table-view": {
|
|
377
|
-
"properties": [],
|
|
378
|
-
"events": [],
|
|
379
|
-
"methods": []
|
|
380
|
-
},
|
|
381
|
-
"visual-builder.pre-generated-preview": {
|
|
382
|
-
"properties": [
|
|
383
|
-
{
|
|
384
|
-
"name": "generations",
|
|
385
|
-
"annotation": {
|
|
386
|
-
"type": "array",
|
|
387
|
-
"elementType": {
|
|
388
|
-
"type": "reference",
|
|
389
|
-
"typeName": {
|
|
390
|
-
"type": "identifier",
|
|
391
|
-
"name": "AttributeGeneration"
|
|
392
|
-
}
|
|
393
|
-
}
|
|
394
|
-
}
|
|
395
|
-
},
|
|
396
|
-
{
|
|
397
|
-
"name": "category",
|
|
398
|
-
"annotation": {
|
|
399
|
-
"type": "reference",
|
|
400
|
-
"typeName": {
|
|
401
|
-
"type": "identifier",
|
|
402
|
-
"name": "PreviewCategory"
|
|
403
|
-
}
|
|
404
|
-
}
|
|
405
|
-
},
|
|
406
|
-
{
|
|
407
|
-
"name": "theme",
|
|
408
|
-
"annotation": {
|
|
409
|
-
"type": "keyword",
|
|
410
|
-
"value": "string"
|
|
411
|
-
}
|
|
412
|
-
},
|
|
413
|
-
{
|
|
414
|
-
"name": "uiVersion",
|
|
415
|
-
"annotation": {
|
|
416
|
-
"type": "keyword",
|
|
417
|
-
"value": "string"
|
|
418
|
-
}
|
|
419
|
-
},
|
|
420
|
-
{
|
|
421
|
-
"name": "app",
|
|
422
|
-
"annotation": {
|
|
423
|
-
"type": "reference",
|
|
424
|
-
"typeName": {
|
|
425
|
-
"type": "identifier",
|
|
426
|
-
"name": "MicroApp"
|
|
427
|
-
}
|
|
428
|
-
}
|
|
429
|
-
}
|
|
430
|
-
],
|
|
431
|
-
"events": [],
|
|
432
|
-
"methods": [],
|
|
433
|
-
"types": [
|
|
434
|
-
{
|
|
435
|
-
"type": "interface",
|
|
436
|
-
"name": "AttributeGeneration",
|
|
437
|
-
"body": [
|
|
438
|
-
{
|
|
439
|
-
"type": "propertySignature",
|
|
440
|
-
"key": {
|
|
441
|
-
"type": "identifier",
|
|
442
|
-
"name": "instanceId"
|
|
443
|
-
},
|
|
444
|
-
"annotation": {
|
|
445
|
-
"type": "keyword",
|
|
446
|
-
"value": "string"
|
|
447
|
-
},
|
|
448
|
-
"computed": false
|
|
449
|
-
},
|
|
450
|
-
{
|
|
451
|
-
"type": "propertySignature",
|
|
452
|
-
"key": {
|
|
453
|
-
"type": "identifier",
|
|
454
|
-
"name": "objectId"
|
|
455
|
-
},
|
|
456
|
-
"annotation": {
|
|
457
|
-
"type": "keyword",
|
|
458
|
-
"value": "string"
|
|
459
|
-
},
|
|
460
|
-
"computed": false
|
|
461
|
-
},
|
|
462
|
-
{
|
|
463
|
-
"type": "propertySignature",
|
|
464
|
-
"key": {
|
|
465
|
-
"type": "identifier",
|
|
466
|
-
"name": "propertyId"
|
|
467
|
-
},
|
|
468
|
-
"annotation": {
|
|
469
|
-
"type": "keyword",
|
|
470
|
-
"value": "string"
|
|
471
|
-
},
|
|
472
|
-
"computed": false
|
|
473
|
-
},
|
|
474
|
-
{
|
|
475
|
-
"type": "propertySignature",
|
|
476
|
-
"key": {
|
|
477
|
-
"type": "identifier",
|
|
478
|
-
"name": "propertyName"
|
|
479
|
-
},
|
|
480
|
-
"annotation": {
|
|
481
|
-
"type": "keyword",
|
|
482
|
-
"value": "string"
|
|
483
|
-
},
|
|
484
|
-
"computed": false
|
|
485
|
-
},
|
|
486
|
-
{
|
|
487
|
-
"type": "propertySignature",
|
|
488
|
-
"key": {
|
|
489
|
-
"type": "identifier",
|
|
490
|
-
"name": "displayLevel"
|
|
491
|
-
},
|
|
492
|
-
"annotation": {
|
|
493
|
-
"type": "keyword",
|
|
494
|
-
"value": "number"
|
|
495
|
-
},
|
|
496
|
-
"computed": false
|
|
497
|
-
},
|
|
498
|
-
{
|
|
499
|
-
"type": "propertySignature",
|
|
500
|
-
"key": {
|
|
501
|
-
"type": "identifier",
|
|
502
|
-
"name": "rwType"
|
|
503
|
-
},
|
|
504
|
-
"annotation": {
|
|
505
|
-
"type": "keyword",
|
|
506
|
-
"value": "string"
|
|
507
|
-
},
|
|
508
|
-
"computed": false
|
|
509
|
-
},
|
|
510
|
-
{
|
|
511
|
-
"type": "propertySignature",
|
|
512
|
-
"key": {
|
|
513
|
-
"type": "identifier",
|
|
514
|
-
"name": "category"
|
|
515
|
-
},
|
|
516
|
-
"annotation": {
|
|
517
|
-
"type": "reference",
|
|
518
|
-
"typeName": {
|
|
519
|
-
"type": "identifier",
|
|
520
|
-
"name": "PreviewCategory"
|
|
521
|
-
}
|
|
522
|
-
},
|
|
523
|
-
"computed": false
|
|
524
|
-
},
|
|
525
|
-
{
|
|
526
|
-
"type": "propertySignature",
|
|
527
|
-
"key": {
|
|
528
|
-
"type": "identifier",
|
|
529
|
-
"name": "storyboard"
|
|
530
|
-
},
|
|
531
|
-
"annotation": {
|
|
532
|
-
"type": "union",
|
|
533
|
-
"types": [
|
|
534
|
-
{
|
|
535
|
-
"type": "reference",
|
|
536
|
-
"typeName": {
|
|
537
|
-
"type": "identifier",
|
|
538
|
-
"name": "BrickConf"
|
|
539
|
-
}
|
|
540
|
-
},
|
|
541
|
-
{
|
|
542
|
-
"type": "array",
|
|
543
|
-
"elementType": {
|
|
544
|
-
"type": "reference",
|
|
545
|
-
"typeName": {
|
|
546
|
-
"type": "identifier",
|
|
547
|
-
"name": "BrickConf"
|
|
548
|
-
}
|
|
549
|
-
}
|
|
550
|
-
}
|
|
551
|
-
]
|
|
552
|
-
},
|
|
553
|
-
"computed": false
|
|
554
|
-
},
|
|
555
|
-
{
|
|
556
|
-
"type": "propertySignature",
|
|
557
|
-
"key": {
|
|
558
|
-
"type": "identifier",
|
|
559
|
-
"name": "mockData"
|
|
560
|
-
},
|
|
561
|
-
"annotation": {
|
|
562
|
-
"type": "array",
|
|
563
|
-
"elementType": {
|
|
564
|
-
"type": "keyword",
|
|
565
|
-
"value": "unknown"
|
|
566
|
-
}
|
|
567
|
-
},
|
|
568
|
-
"computed": false
|
|
569
|
-
}
|
|
570
|
-
]
|
|
571
|
-
},
|
|
572
|
-
{
|
|
573
|
-
"type": "typeAlias",
|
|
574
|
-
"name": "PreviewCategory",
|
|
575
|
-
"annotation": {
|
|
576
|
-
"type": "union",
|
|
577
|
-
"types": [
|
|
578
|
-
{
|
|
579
|
-
"type": "jsLiteral",
|
|
580
|
-
"value": "detail-item"
|
|
581
|
-
},
|
|
582
|
-
{
|
|
583
|
-
"type": "jsLiteral",
|
|
584
|
-
"value": "form-item"
|
|
585
|
-
},
|
|
586
|
-
{
|
|
587
|
-
"type": "jsLiteral",
|
|
588
|
-
"value": "table-column"
|
|
589
|
-
},
|
|
590
|
-
{
|
|
591
|
-
"type": "jsLiteral",
|
|
592
|
-
"value": "card-item"
|
|
593
|
-
},
|
|
594
|
-
{
|
|
595
|
-
"type": "jsLiteral",
|
|
596
|
-
"value": "metric-item"
|
|
597
|
-
},
|
|
598
|
-
{
|
|
599
|
-
"type": "jsLiteral",
|
|
600
|
-
"value": "value"
|
|
601
|
-
}
|
|
602
|
-
]
|
|
603
|
-
}
|
|
604
|
-
}
|
|
605
|
-
]
|
|
606
|
-
},
|
|
607
389
|
"visual-builder.batch-update-raw-data-generated-view": {
|
|
608
390
|
"type": "provider",
|
|
609
391
|
"params": [
|
|
@@ -755,64 +537,11 @@
|
|
|
755
537
|
}
|
|
756
538
|
}
|
|
757
539
|
},
|
|
758
|
-
"visual-builder.get-data-
|
|
540
|
+
"visual-builder.get-config-by-data-for-ai": {
|
|
759
541
|
"type": "provider",
|
|
760
542
|
"params": [
|
|
761
543
|
{
|
|
762
|
-
"name": "
|
|
763
|
-
"annotation": {
|
|
764
|
-
"type": "array",
|
|
765
|
-
"elementType": {
|
|
766
|
-
"type": "reference",
|
|
767
|
-
"typeName": {
|
|
768
|
-
"type": "identifier",
|
|
769
|
-
"name": "ContextConf"
|
|
770
|
-
}
|
|
771
|
-
}
|
|
772
|
-
}
|
|
773
|
-
},
|
|
774
|
-
{
|
|
775
|
-
"name": "keyword",
|
|
776
|
-
"annotation": {
|
|
777
|
-
"type": "keyword",
|
|
778
|
-
"value": "string"
|
|
779
|
-
}
|
|
780
|
-
}
|
|
781
|
-
],
|
|
782
|
-
"returns": {
|
|
783
|
-
"annotation": {
|
|
784
|
-
"type": "reference",
|
|
785
|
-
"typeName": {
|
|
786
|
-
"type": "identifier",
|
|
787
|
-
"name": "Map"
|
|
788
|
-
},
|
|
789
|
-
"typeParameters": {
|
|
790
|
-
"type": "typeParameterInstantiation",
|
|
791
|
-
"params": [
|
|
792
|
-
{
|
|
793
|
-
"type": "reference",
|
|
794
|
-
"typeName": {
|
|
795
|
-
"type": "identifier",
|
|
796
|
-
"name": "ContextConf"
|
|
797
|
-
}
|
|
798
|
-
},
|
|
799
|
-
{
|
|
800
|
-
"type": "reference",
|
|
801
|
-
"typeName": {
|
|
802
|
-
"type": "identifier",
|
|
803
|
-
"name": "MemberUsage"
|
|
804
|
-
}
|
|
805
|
-
}
|
|
806
|
-
]
|
|
807
|
-
}
|
|
808
|
-
}
|
|
809
|
-
}
|
|
810
|
-
},
|
|
811
|
-
"visual-builder.get-config-by-data-for-ai": {
|
|
812
|
-
"type": "provider",
|
|
813
|
-
"params": [
|
|
814
|
-
{
|
|
815
|
-
"name": "data",
|
|
544
|
+
"name": "data",
|
|
816
545
|
"annotation": {
|
|
817
546
|
"type": "union",
|
|
818
547
|
"types": [
|
|
@@ -1155,6 +884,59 @@
|
|
|
1155
884
|
}
|
|
1156
885
|
}
|
|
1157
886
|
},
|
|
887
|
+
"visual-builder.get-data-deps": {
|
|
888
|
+
"type": "provider",
|
|
889
|
+
"params": [
|
|
890
|
+
{
|
|
891
|
+
"name": "contextConfs",
|
|
892
|
+
"annotation": {
|
|
893
|
+
"type": "array",
|
|
894
|
+
"elementType": {
|
|
895
|
+
"type": "reference",
|
|
896
|
+
"typeName": {
|
|
897
|
+
"type": "identifier",
|
|
898
|
+
"name": "ContextConf"
|
|
899
|
+
}
|
|
900
|
+
}
|
|
901
|
+
}
|
|
902
|
+
},
|
|
903
|
+
{
|
|
904
|
+
"name": "keyword",
|
|
905
|
+
"annotation": {
|
|
906
|
+
"type": "keyword",
|
|
907
|
+
"value": "string"
|
|
908
|
+
}
|
|
909
|
+
}
|
|
910
|
+
],
|
|
911
|
+
"returns": {
|
|
912
|
+
"annotation": {
|
|
913
|
+
"type": "reference",
|
|
914
|
+
"typeName": {
|
|
915
|
+
"type": "identifier",
|
|
916
|
+
"name": "Map"
|
|
917
|
+
},
|
|
918
|
+
"typeParameters": {
|
|
919
|
+
"type": "typeParameterInstantiation",
|
|
920
|
+
"params": [
|
|
921
|
+
{
|
|
922
|
+
"type": "reference",
|
|
923
|
+
"typeName": {
|
|
924
|
+
"type": "identifier",
|
|
925
|
+
"name": "ContextConf"
|
|
926
|
+
}
|
|
927
|
+
},
|
|
928
|
+
{
|
|
929
|
+
"type": "reference",
|
|
930
|
+
"typeName": {
|
|
931
|
+
"type": "identifier",
|
|
932
|
+
"name": "MemberUsage"
|
|
933
|
+
}
|
|
934
|
+
}
|
|
935
|
+
]
|
|
936
|
+
}
|
|
937
|
+
}
|
|
938
|
+
}
|
|
939
|
+
},
|
|
1158
940
|
"visual-builder.parse-path": {
|
|
1159
941
|
"type": "provider",
|
|
1160
942
|
"params": [
|
|
@@ -1225,17 +1007,235 @@
|
|
|
1225
1007
|
}
|
|
1226
1008
|
]
|
|
1227
1009
|
},
|
|
1228
|
-
"visual-builder.
|
|
1010
|
+
"visual-builder.pre-generated-preview": {
|
|
1229
1011
|
"properties": [
|
|
1230
1012
|
{
|
|
1231
|
-
"name": "
|
|
1013
|
+
"name": "generations",
|
|
1014
|
+
"annotation": {
|
|
1015
|
+
"type": "array",
|
|
1016
|
+
"elementType": {
|
|
1017
|
+
"type": "reference",
|
|
1018
|
+
"typeName": {
|
|
1019
|
+
"type": "identifier",
|
|
1020
|
+
"name": "AttributeGeneration"
|
|
1021
|
+
}
|
|
1022
|
+
}
|
|
1023
|
+
}
|
|
1024
|
+
},
|
|
1025
|
+
{
|
|
1026
|
+
"name": "category",
|
|
1027
|
+
"annotation": {
|
|
1028
|
+
"type": "reference",
|
|
1029
|
+
"typeName": {
|
|
1030
|
+
"type": "identifier",
|
|
1031
|
+
"name": "PreviewCategory"
|
|
1032
|
+
}
|
|
1033
|
+
}
|
|
1034
|
+
},
|
|
1035
|
+
{
|
|
1036
|
+
"name": "theme",
|
|
1037
|
+
"annotation": {
|
|
1038
|
+
"type": "keyword",
|
|
1039
|
+
"value": "string"
|
|
1040
|
+
}
|
|
1041
|
+
},
|
|
1042
|
+
{
|
|
1043
|
+
"name": "uiVersion",
|
|
1232
1044
|
"annotation": {
|
|
1233
1045
|
"type": "keyword",
|
|
1234
1046
|
"value": "string"
|
|
1235
1047
|
}
|
|
1048
|
+
},
|
|
1049
|
+
{
|
|
1050
|
+
"name": "app",
|
|
1051
|
+
"annotation": {
|
|
1052
|
+
"type": "reference",
|
|
1053
|
+
"typeName": {
|
|
1054
|
+
"type": "identifier",
|
|
1055
|
+
"name": "MicroApp"
|
|
1056
|
+
}
|
|
1057
|
+
}
|
|
1236
1058
|
}
|
|
1237
1059
|
],
|
|
1238
1060
|
"events": [],
|
|
1061
|
+
"methods": [],
|
|
1062
|
+
"types": [
|
|
1063
|
+
{
|
|
1064
|
+
"type": "interface",
|
|
1065
|
+
"name": "AttributeGeneration",
|
|
1066
|
+
"body": [
|
|
1067
|
+
{
|
|
1068
|
+
"type": "propertySignature",
|
|
1069
|
+
"key": {
|
|
1070
|
+
"type": "identifier",
|
|
1071
|
+
"name": "instanceId"
|
|
1072
|
+
},
|
|
1073
|
+
"annotation": {
|
|
1074
|
+
"type": "keyword",
|
|
1075
|
+
"value": "string"
|
|
1076
|
+
},
|
|
1077
|
+
"computed": false
|
|
1078
|
+
},
|
|
1079
|
+
{
|
|
1080
|
+
"type": "propertySignature",
|
|
1081
|
+
"key": {
|
|
1082
|
+
"type": "identifier",
|
|
1083
|
+
"name": "objectId"
|
|
1084
|
+
},
|
|
1085
|
+
"annotation": {
|
|
1086
|
+
"type": "keyword",
|
|
1087
|
+
"value": "string"
|
|
1088
|
+
},
|
|
1089
|
+
"computed": false
|
|
1090
|
+
},
|
|
1091
|
+
{
|
|
1092
|
+
"type": "propertySignature",
|
|
1093
|
+
"key": {
|
|
1094
|
+
"type": "identifier",
|
|
1095
|
+
"name": "propertyId"
|
|
1096
|
+
},
|
|
1097
|
+
"annotation": {
|
|
1098
|
+
"type": "keyword",
|
|
1099
|
+
"value": "string"
|
|
1100
|
+
},
|
|
1101
|
+
"computed": false
|
|
1102
|
+
},
|
|
1103
|
+
{
|
|
1104
|
+
"type": "propertySignature",
|
|
1105
|
+
"key": {
|
|
1106
|
+
"type": "identifier",
|
|
1107
|
+
"name": "propertyName"
|
|
1108
|
+
},
|
|
1109
|
+
"annotation": {
|
|
1110
|
+
"type": "keyword",
|
|
1111
|
+
"value": "string"
|
|
1112
|
+
},
|
|
1113
|
+
"computed": false
|
|
1114
|
+
},
|
|
1115
|
+
{
|
|
1116
|
+
"type": "propertySignature",
|
|
1117
|
+
"key": {
|
|
1118
|
+
"type": "identifier",
|
|
1119
|
+
"name": "displayLevel"
|
|
1120
|
+
},
|
|
1121
|
+
"annotation": {
|
|
1122
|
+
"type": "keyword",
|
|
1123
|
+
"value": "number"
|
|
1124
|
+
},
|
|
1125
|
+
"computed": false
|
|
1126
|
+
},
|
|
1127
|
+
{
|
|
1128
|
+
"type": "propertySignature",
|
|
1129
|
+
"key": {
|
|
1130
|
+
"type": "identifier",
|
|
1131
|
+
"name": "rwType"
|
|
1132
|
+
},
|
|
1133
|
+
"annotation": {
|
|
1134
|
+
"type": "keyword",
|
|
1135
|
+
"value": "string"
|
|
1136
|
+
},
|
|
1137
|
+
"computed": false
|
|
1138
|
+
},
|
|
1139
|
+
{
|
|
1140
|
+
"type": "propertySignature",
|
|
1141
|
+
"key": {
|
|
1142
|
+
"type": "identifier",
|
|
1143
|
+
"name": "category"
|
|
1144
|
+
},
|
|
1145
|
+
"annotation": {
|
|
1146
|
+
"type": "reference",
|
|
1147
|
+
"typeName": {
|
|
1148
|
+
"type": "identifier",
|
|
1149
|
+
"name": "PreviewCategory"
|
|
1150
|
+
}
|
|
1151
|
+
},
|
|
1152
|
+
"computed": false
|
|
1153
|
+
},
|
|
1154
|
+
{
|
|
1155
|
+
"type": "propertySignature",
|
|
1156
|
+
"key": {
|
|
1157
|
+
"type": "identifier",
|
|
1158
|
+
"name": "storyboard"
|
|
1159
|
+
},
|
|
1160
|
+
"annotation": {
|
|
1161
|
+
"type": "union",
|
|
1162
|
+
"types": [
|
|
1163
|
+
{
|
|
1164
|
+
"type": "reference",
|
|
1165
|
+
"typeName": {
|
|
1166
|
+
"type": "identifier",
|
|
1167
|
+
"name": "BrickConf"
|
|
1168
|
+
}
|
|
1169
|
+
},
|
|
1170
|
+
{
|
|
1171
|
+
"type": "array",
|
|
1172
|
+
"elementType": {
|
|
1173
|
+
"type": "reference",
|
|
1174
|
+
"typeName": {
|
|
1175
|
+
"type": "identifier",
|
|
1176
|
+
"name": "BrickConf"
|
|
1177
|
+
}
|
|
1178
|
+
}
|
|
1179
|
+
}
|
|
1180
|
+
]
|
|
1181
|
+
},
|
|
1182
|
+
"computed": false
|
|
1183
|
+
},
|
|
1184
|
+
{
|
|
1185
|
+
"type": "propertySignature",
|
|
1186
|
+
"key": {
|
|
1187
|
+
"type": "identifier",
|
|
1188
|
+
"name": "mockData"
|
|
1189
|
+
},
|
|
1190
|
+
"annotation": {
|
|
1191
|
+
"type": "array",
|
|
1192
|
+
"elementType": {
|
|
1193
|
+
"type": "keyword",
|
|
1194
|
+
"value": "unknown"
|
|
1195
|
+
}
|
|
1196
|
+
},
|
|
1197
|
+
"computed": false
|
|
1198
|
+
}
|
|
1199
|
+
]
|
|
1200
|
+
},
|
|
1201
|
+
{
|
|
1202
|
+
"type": "typeAlias",
|
|
1203
|
+
"name": "PreviewCategory",
|
|
1204
|
+
"annotation": {
|
|
1205
|
+
"type": "union",
|
|
1206
|
+
"types": [
|
|
1207
|
+
{
|
|
1208
|
+
"type": "jsLiteral",
|
|
1209
|
+
"value": "detail-item"
|
|
1210
|
+
},
|
|
1211
|
+
{
|
|
1212
|
+
"type": "jsLiteral",
|
|
1213
|
+
"value": "form-item"
|
|
1214
|
+
},
|
|
1215
|
+
{
|
|
1216
|
+
"type": "jsLiteral",
|
|
1217
|
+
"value": "table-column"
|
|
1218
|
+
},
|
|
1219
|
+
{
|
|
1220
|
+
"type": "jsLiteral",
|
|
1221
|
+
"value": "card-item"
|
|
1222
|
+
},
|
|
1223
|
+
{
|
|
1224
|
+
"type": "jsLiteral",
|
|
1225
|
+
"value": "metric-item"
|
|
1226
|
+
},
|
|
1227
|
+
{
|
|
1228
|
+
"type": "jsLiteral",
|
|
1229
|
+
"value": "value"
|
|
1230
|
+
}
|
|
1231
|
+
]
|
|
1232
|
+
}
|
|
1233
|
+
}
|
|
1234
|
+
]
|
|
1235
|
+
},
|
|
1236
|
+
"visual-builder.pre-generated-table-view": {
|
|
1237
|
+
"properties": [],
|
|
1238
|
+
"events": [],
|
|
1239
1239
|
"methods": []
|
|
1240
1240
|
},
|
|
1241
1241
|
"visual-builder.pre-generated-container": {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@next-bricks/visual-builder",
|
|
3
|
-
"version": "1.37.
|
|
3
|
+
"version": "1.37.3",
|
|
4
4
|
"homepage": "https://github.com/easyops-cn/next-advanced-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": "
|
|
47
|
+
"gitHead": "250f7d14e79ac7260f16e2b12d10c69d2afc2163"
|
|
48
48
|
}
|