@next-bricks/visual-builder 1.36.22 → 1.36.23
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 +11 -11
- package/dist/chunks/5832.69de73db.js +3 -0
- package/dist/chunks/5832.69de73db.js.map +1 -0
- package/dist/chunks/{main.efbeed13.js → main.e42d68e4.js} +2 -2
- package/dist/chunks/{main.efbeed13.js.map → main.e42d68e4.js.map} +1 -1
- package/dist/chunks/{workbench-action-list.2ff6d5c2.js → workbench-action-list.084368dc.js} +2 -2
- package/dist/chunks/workbench-action-list.084368dc.js.map +1 -0
- package/dist/{index.e7b463fd.js → index.60f0a3e0.js} +2 -2
- package/dist/{index.e7b463fd.js.map → index.60f0a3e0.js.map} +1 -1
- package/dist/manifest.json +51 -51
- package/dist/types.json +334 -334
- package/package.json +2 -2
- package/dist/chunks/5832.aaefd869.js +0 -3
- package/dist/chunks/5832.aaefd869.js.map +0 -1
- package/dist/chunks/workbench-action-list.2ff6d5c2.js.map +0 -1
- /package/dist/chunks/{5832.aaefd869.js.LICENSE.txt → 5832.69de73db.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,8 +386,9 @@
|
|
|
373
386
|
}
|
|
374
387
|
]
|
|
375
388
|
},
|
|
376
|
-
"visual-builder.
|
|
377
|
-
"
|
|
389
|
+
"visual-builder.batch-update-raw-data-generated-view": {
|
|
390
|
+
"type": "provider",
|
|
391
|
+
"params": [
|
|
378
392
|
{
|
|
379
393
|
"name": "generations",
|
|
380
394
|
"annotation": {
|
|
@@ -383,58 +397,40 @@
|
|
|
383
397
|
"type": "reference",
|
|
384
398
|
"typeName": {
|
|
385
399
|
"type": "identifier",
|
|
386
|
-
"name": "
|
|
400
|
+
"name": "GeneratedView"
|
|
387
401
|
}
|
|
388
402
|
}
|
|
389
403
|
}
|
|
390
|
-
},
|
|
391
|
-
{
|
|
392
|
-
"name": "category",
|
|
393
|
-
"annotation": {
|
|
394
|
-
"type": "reference",
|
|
395
|
-
"typeName": {
|
|
396
|
-
"type": "identifier",
|
|
397
|
-
"name": "PreviewCategory"
|
|
398
|
-
}
|
|
399
|
-
}
|
|
400
|
-
},
|
|
401
|
-
{
|
|
402
|
-
"name": "theme",
|
|
403
|
-
"annotation": {
|
|
404
|
-
"type": "keyword",
|
|
405
|
-
"value": "string"
|
|
406
|
-
}
|
|
407
|
-
},
|
|
408
|
-
{
|
|
409
|
-
"name": "uiVersion",
|
|
410
|
-
"annotation": {
|
|
411
|
-
"type": "keyword",
|
|
412
|
-
"value": "string"
|
|
413
|
-
}
|
|
414
|
-
},
|
|
415
|
-
{
|
|
416
|
-
"name": "app",
|
|
417
|
-
"annotation": {
|
|
418
|
-
"type": "reference",
|
|
419
|
-
"typeName": {
|
|
420
|
-
"type": "identifier",
|
|
421
|
-
"name": "MicroApp"
|
|
422
|
-
}
|
|
423
|
-
}
|
|
424
404
|
}
|
|
425
405
|
],
|
|
426
|
-
"
|
|
427
|
-
|
|
406
|
+
"returns": {
|
|
407
|
+
"annotation": {
|
|
408
|
+
"type": "reference",
|
|
409
|
+
"typeName": {
|
|
410
|
+
"type": "identifier",
|
|
411
|
+
"name": "Promise"
|
|
412
|
+
},
|
|
413
|
+
"typeParameters": {
|
|
414
|
+
"type": "typeParameterInstantiation",
|
|
415
|
+
"params": [
|
|
416
|
+
{
|
|
417
|
+
"type": "keyword",
|
|
418
|
+
"value": "unknown"
|
|
419
|
+
}
|
|
420
|
+
]
|
|
421
|
+
}
|
|
422
|
+
}
|
|
423
|
+
},
|
|
428
424
|
"types": [
|
|
429
425
|
{
|
|
430
426
|
"type": "interface",
|
|
431
|
-
"name": "
|
|
427
|
+
"name": "GeneratedView",
|
|
432
428
|
"body": [
|
|
433
429
|
{
|
|
434
430
|
"type": "propertySignature",
|
|
435
431
|
"key": {
|
|
436
432
|
"type": "identifier",
|
|
437
|
-
"name": "
|
|
433
|
+
"name": "attrInstanceId"
|
|
438
434
|
},
|
|
439
435
|
"annotation": {
|
|
440
436
|
"type": "keyword",
|
|
@@ -446,7 +442,7 @@
|
|
|
446
442
|
"type": "propertySignature",
|
|
447
443
|
"key": {
|
|
448
444
|
"type": "identifier",
|
|
449
|
-
"name": "
|
|
445
|
+
"name": "input"
|
|
450
446
|
},
|
|
451
447
|
"annotation": {
|
|
452
448
|
"type": "keyword",
|
|
@@ -458,7 +454,7 @@
|
|
|
458
454
|
"type": "propertySignature",
|
|
459
455
|
"key": {
|
|
460
456
|
"type": "identifier",
|
|
461
|
-
"name": "
|
|
457
|
+
"name": "output"
|
|
462
458
|
},
|
|
463
459
|
"annotation": {
|
|
464
460
|
"type": "keyword",
|
|
@@ -470,11 +466,14 @@
|
|
|
470
466
|
"type": "propertySignature",
|
|
471
467
|
"key": {
|
|
472
468
|
"type": "identifier",
|
|
473
|
-
"name": "
|
|
469
|
+
"name": "list"
|
|
474
470
|
},
|
|
475
471
|
"annotation": {
|
|
476
|
-
"type": "
|
|
477
|
-
"
|
|
472
|
+
"type": "array",
|
|
473
|
+
"elementType": {
|
|
474
|
+
"type": "keyword",
|
|
475
|
+
"value": "unknown"
|
|
476
|
+
}
|
|
478
477
|
},
|
|
479
478
|
"computed": false
|
|
480
479
|
},
|
|
@@ -482,179 +481,84 @@
|
|
|
482
481
|
"type": "propertySignature",
|
|
483
482
|
"key": {
|
|
484
483
|
"type": "identifier",
|
|
485
|
-
"name": "
|
|
484
|
+
"name": "defaultVisualWeight"
|
|
486
485
|
},
|
|
487
486
|
"annotation": {
|
|
488
487
|
"type": "keyword",
|
|
489
488
|
"value": "number"
|
|
490
489
|
},
|
|
490
|
+
"optional": true,
|
|
491
491
|
"computed": false
|
|
492
492
|
},
|
|
493
493
|
{
|
|
494
494
|
"type": "propertySignature",
|
|
495
495
|
"key": {
|
|
496
496
|
"type": "identifier",
|
|
497
|
-
"name": "
|
|
497
|
+
"name": "systemPromptVersion"
|
|
498
498
|
},
|
|
499
499
|
"annotation": {
|
|
500
500
|
"type": "keyword",
|
|
501
501
|
"value": "string"
|
|
502
502
|
},
|
|
503
|
-
"
|
|
504
|
-
},
|
|
505
|
-
{
|
|
506
|
-
"type": "propertySignature",
|
|
507
|
-
"key": {
|
|
508
|
-
"type": "identifier",
|
|
509
|
-
"name": "category"
|
|
510
|
-
},
|
|
511
|
-
"annotation": {
|
|
512
|
-
"type": "reference",
|
|
513
|
-
"typeName": {
|
|
514
|
-
"type": "identifier",
|
|
515
|
-
"name": "PreviewCategory"
|
|
516
|
-
}
|
|
517
|
-
},
|
|
518
|
-
"computed": false
|
|
519
|
-
},
|
|
520
|
-
{
|
|
521
|
-
"type": "propertySignature",
|
|
522
|
-
"key": {
|
|
523
|
-
"type": "identifier",
|
|
524
|
-
"name": "storyboard"
|
|
525
|
-
},
|
|
526
|
-
"annotation": {
|
|
527
|
-
"type": "union",
|
|
528
|
-
"types": [
|
|
529
|
-
{
|
|
530
|
-
"type": "reference",
|
|
531
|
-
"typeName": {
|
|
532
|
-
"type": "identifier",
|
|
533
|
-
"name": "BrickConf"
|
|
534
|
-
}
|
|
535
|
-
},
|
|
536
|
-
{
|
|
537
|
-
"type": "array",
|
|
538
|
-
"elementType": {
|
|
539
|
-
"type": "reference",
|
|
540
|
-
"typeName": {
|
|
541
|
-
"type": "identifier",
|
|
542
|
-
"name": "BrickConf"
|
|
543
|
-
}
|
|
544
|
-
}
|
|
545
|
-
}
|
|
546
|
-
]
|
|
547
|
-
},
|
|
548
|
-
"computed": false
|
|
549
|
-
},
|
|
550
|
-
{
|
|
551
|
-
"type": "propertySignature",
|
|
552
|
-
"key": {
|
|
553
|
-
"type": "identifier",
|
|
554
|
-
"name": "mockData"
|
|
555
|
-
},
|
|
556
|
-
"annotation": {
|
|
557
|
-
"type": "array",
|
|
558
|
-
"elementType": {
|
|
559
|
-
"type": "keyword",
|
|
560
|
-
"value": "unknown"
|
|
561
|
-
}
|
|
562
|
-
},
|
|
503
|
+
"optional": true,
|
|
563
504
|
"computed": false
|
|
564
505
|
}
|
|
565
506
|
]
|
|
566
|
-
},
|
|
567
|
-
{
|
|
568
|
-
"type": "typeAlias",
|
|
569
|
-
"name": "PreviewCategory",
|
|
570
|
-
"annotation": {
|
|
571
|
-
"type": "union",
|
|
572
|
-
"types": [
|
|
573
|
-
{
|
|
574
|
-
"type": "jsLiteral",
|
|
575
|
-
"value": "detail-item"
|
|
576
|
-
},
|
|
577
|
-
{
|
|
578
|
-
"type": "jsLiteral",
|
|
579
|
-
"value": "form-item"
|
|
580
|
-
},
|
|
581
|
-
{
|
|
582
|
-
"type": "jsLiteral",
|
|
583
|
-
"value": "table-column"
|
|
584
|
-
},
|
|
585
|
-
{
|
|
586
|
-
"type": "jsLiteral",
|
|
587
|
-
"value": "card-item"
|
|
588
|
-
},
|
|
589
|
-
{
|
|
590
|
-
"type": "jsLiteral",
|
|
591
|
-
"value": "metric-item"
|
|
592
|
-
},
|
|
593
|
-
{
|
|
594
|
-
"type": "jsLiteral",
|
|
595
|
-
"value": "value"
|
|
596
|
-
}
|
|
597
|
-
]
|
|
598
|
-
}
|
|
599
507
|
}
|
|
600
508
|
]
|
|
601
509
|
},
|
|
602
|
-
"visual-builder.
|
|
603
|
-
"
|
|
604
|
-
"
|
|
605
|
-
"methods": []
|
|
606
|
-
},
|
|
607
|
-
"visual-builder.workbench-sidebar": {
|
|
608
|
-
"properties": [
|
|
510
|
+
"visual-builder.check-editor-by-name": {
|
|
511
|
+
"type": "provider",
|
|
512
|
+
"params": [
|
|
609
513
|
{
|
|
610
|
-
"name": "
|
|
514
|
+
"name": "name",
|
|
611
515
|
"annotation": {
|
|
612
516
|
"type": "keyword",
|
|
613
517
|
"value": "string"
|
|
614
518
|
}
|
|
615
519
|
}
|
|
616
520
|
],
|
|
617
|
-
"
|
|
618
|
-
|
|
619
|
-
|
|
620
|
-
|
|
621
|
-
|
|
622
|
-
|
|
623
|
-
|
|
624
|
-
"
|
|
625
|
-
"type": "
|
|
626
|
-
"
|
|
627
|
-
|
|
628
|
-
|
|
629
|
-
|
|
630
|
-
|
|
631
|
-
|
|
632
|
-
{
|
|
633
|
-
"name": "dataSource",
|
|
634
|
-
"annotation": {
|
|
635
|
-
"type": "keyword",
|
|
636
|
-
"value": "unknown"
|
|
521
|
+
"returns": {
|
|
522
|
+
"annotation": {
|
|
523
|
+
"type": "reference",
|
|
524
|
+
"typeName": {
|
|
525
|
+
"type": "identifier",
|
|
526
|
+
"name": "Promise"
|
|
527
|
+
},
|
|
528
|
+
"typeParameters": {
|
|
529
|
+
"type": "typeParameterInstantiation",
|
|
530
|
+
"params": [
|
|
531
|
+
{
|
|
532
|
+
"type": "keyword",
|
|
533
|
+
"value": "boolean"
|
|
534
|
+
}
|
|
535
|
+
]
|
|
637
536
|
}
|
|
638
537
|
}
|
|
639
|
-
|
|
640
|
-
"events": [],
|
|
641
|
-
"methods": []
|
|
538
|
+
}
|
|
642
539
|
},
|
|
643
|
-
"visual-builder.
|
|
540
|
+
"visual-builder.get-data-deps": {
|
|
644
541
|
"type": "provider",
|
|
645
542
|
"params": [
|
|
646
543
|
{
|
|
647
|
-
"name": "
|
|
544
|
+
"name": "contextConfs",
|
|
648
545
|
"annotation": {
|
|
649
546
|
"type": "array",
|
|
650
547
|
"elementType": {
|
|
651
548
|
"type": "reference",
|
|
652
549
|
"typeName": {
|
|
653
550
|
"type": "identifier",
|
|
654
|
-
"name": "
|
|
551
|
+
"name": "ContextConf"
|
|
655
552
|
}
|
|
656
553
|
}
|
|
657
554
|
}
|
|
555
|
+
},
|
|
556
|
+
{
|
|
557
|
+
"name": "keyword",
|
|
558
|
+
"annotation": {
|
|
559
|
+
"type": "keyword",
|
|
560
|
+
"value": "string"
|
|
561
|
+
}
|
|
658
562
|
}
|
|
659
563
|
],
|
|
660
564
|
"returns": {
|
|
@@ -662,165 +566,7 @@
|
|
|
662
566
|
"type": "reference",
|
|
663
567
|
"typeName": {
|
|
664
568
|
"type": "identifier",
|
|
665
|
-
"name": "
|
|
666
|
-
},
|
|
667
|
-
"typeParameters": {
|
|
668
|
-
"type": "typeParameterInstantiation",
|
|
669
|
-
"params": [
|
|
670
|
-
{
|
|
671
|
-
"type": "keyword",
|
|
672
|
-
"value": "unknown"
|
|
673
|
-
}
|
|
674
|
-
]
|
|
675
|
-
}
|
|
676
|
-
}
|
|
677
|
-
},
|
|
678
|
-
"types": [
|
|
679
|
-
{
|
|
680
|
-
"type": "interface",
|
|
681
|
-
"name": "GeneratedView",
|
|
682
|
-
"body": [
|
|
683
|
-
{
|
|
684
|
-
"type": "propertySignature",
|
|
685
|
-
"key": {
|
|
686
|
-
"type": "identifier",
|
|
687
|
-
"name": "attrInstanceId"
|
|
688
|
-
},
|
|
689
|
-
"annotation": {
|
|
690
|
-
"type": "keyword",
|
|
691
|
-
"value": "string"
|
|
692
|
-
},
|
|
693
|
-
"computed": false
|
|
694
|
-
},
|
|
695
|
-
{
|
|
696
|
-
"type": "propertySignature",
|
|
697
|
-
"key": {
|
|
698
|
-
"type": "identifier",
|
|
699
|
-
"name": "input"
|
|
700
|
-
},
|
|
701
|
-
"annotation": {
|
|
702
|
-
"type": "keyword",
|
|
703
|
-
"value": "string"
|
|
704
|
-
},
|
|
705
|
-
"computed": false
|
|
706
|
-
},
|
|
707
|
-
{
|
|
708
|
-
"type": "propertySignature",
|
|
709
|
-
"key": {
|
|
710
|
-
"type": "identifier",
|
|
711
|
-
"name": "output"
|
|
712
|
-
},
|
|
713
|
-
"annotation": {
|
|
714
|
-
"type": "keyword",
|
|
715
|
-
"value": "string"
|
|
716
|
-
},
|
|
717
|
-
"computed": false
|
|
718
|
-
},
|
|
719
|
-
{
|
|
720
|
-
"type": "propertySignature",
|
|
721
|
-
"key": {
|
|
722
|
-
"type": "identifier",
|
|
723
|
-
"name": "list"
|
|
724
|
-
},
|
|
725
|
-
"annotation": {
|
|
726
|
-
"type": "array",
|
|
727
|
-
"elementType": {
|
|
728
|
-
"type": "keyword",
|
|
729
|
-
"value": "unknown"
|
|
730
|
-
}
|
|
731
|
-
},
|
|
732
|
-
"computed": false
|
|
733
|
-
},
|
|
734
|
-
{
|
|
735
|
-
"type": "propertySignature",
|
|
736
|
-
"key": {
|
|
737
|
-
"type": "identifier",
|
|
738
|
-
"name": "defaultVisualWeight"
|
|
739
|
-
},
|
|
740
|
-
"annotation": {
|
|
741
|
-
"type": "keyword",
|
|
742
|
-
"value": "number"
|
|
743
|
-
},
|
|
744
|
-
"optional": true,
|
|
745
|
-
"computed": false
|
|
746
|
-
},
|
|
747
|
-
{
|
|
748
|
-
"type": "propertySignature",
|
|
749
|
-
"key": {
|
|
750
|
-
"type": "identifier",
|
|
751
|
-
"name": "systemPromptVersion"
|
|
752
|
-
},
|
|
753
|
-
"annotation": {
|
|
754
|
-
"type": "keyword",
|
|
755
|
-
"value": "string"
|
|
756
|
-
},
|
|
757
|
-
"optional": true,
|
|
758
|
-
"computed": false
|
|
759
|
-
}
|
|
760
|
-
]
|
|
761
|
-
}
|
|
762
|
-
]
|
|
763
|
-
},
|
|
764
|
-
"visual-builder.check-editor-by-name": {
|
|
765
|
-
"type": "provider",
|
|
766
|
-
"params": [
|
|
767
|
-
{
|
|
768
|
-
"name": "name",
|
|
769
|
-
"annotation": {
|
|
770
|
-
"type": "keyword",
|
|
771
|
-
"value": "string"
|
|
772
|
-
}
|
|
773
|
-
}
|
|
774
|
-
],
|
|
775
|
-
"returns": {
|
|
776
|
-
"annotation": {
|
|
777
|
-
"type": "reference",
|
|
778
|
-
"typeName": {
|
|
779
|
-
"type": "identifier",
|
|
780
|
-
"name": "Promise"
|
|
781
|
-
},
|
|
782
|
-
"typeParameters": {
|
|
783
|
-
"type": "typeParameterInstantiation",
|
|
784
|
-
"params": [
|
|
785
|
-
{
|
|
786
|
-
"type": "keyword",
|
|
787
|
-
"value": "boolean"
|
|
788
|
-
}
|
|
789
|
-
]
|
|
790
|
-
}
|
|
791
|
-
}
|
|
792
|
-
}
|
|
793
|
-
},
|
|
794
|
-
"visual-builder.get-data-deps": {
|
|
795
|
-
"type": "provider",
|
|
796
|
-
"params": [
|
|
797
|
-
{
|
|
798
|
-
"name": "contextConfs",
|
|
799
|
-
"annotation": {
|
|
800
|
-
"type": "array",
|
|
801
|
-
"elementType": {
|
|
802
|
-
"type": "reference",
|
|
803
|
-
"typeName": {
|
|
804
|
-
"type": "identifier",
|
|
805
|
-
"name": "ContextConf"
|
|
806
|
-
}
|
|
807
|
-
}
|
|
808
|
-
}
|
|
809
|
-
},
|
|
810
|
-
{
|
|
811
|
-
"name": "keyword",
|
|
812
|
-
"annotation": {
|
|
813
|
-
"type": "keyword",
|
|
814
|
-
"value": "string"
|
|
815
|
-
}
|
|
816
|
-
}
|
|
817
|
-
],
|
|
818
|
-
"returns": {
|
|
819
|
-
"annotation": {
|
|
820
|
-
"type": "reference",
|
|
821
|
-
"typeName": {
|
|
822
|
-
"type": "identifier",
|
|
823
|
-
"name": "Map"
|
|
569
|
+
"name": "Map"
|
|
824
570
|
},
|
|
825
571
|
"typeParameters": {
|
|
826
572
|
"type": "typeParameterInstantiation",
|
|
@@ -940,6 +686,260 @@
|
|
|
940
686
|
}
|
|
941
687
|
]
|
|
942
688
|
},
|
|
689
|
+
"visual-builder.pre-generated-preview": {
|
|
690
|
+
"properties": [
|
|
691
|
+
{
|
|
692
|
+
"name": "generations",
|
|
693
|
+
"annotation": {
|
|
694
|
+
"type": "array",
|
|
695
|
+
"elementType": {
|
|
696
|
+
"type": "reference",
|
|
697
|
+
"typeName": {
|
|
698
|
+
"type": "identifier",
|
|
699
|
+
"name": "AttributeGeneration"
|
|
700
|
+
}
|
|
701
|
+
}
|
|
702
|
+
}
|
|
703
|
+
},
|
|
704
|
+
{
|
|
705
|
+
"name": "category",
|
|
706
|
+
"annotation": {
|
|
707
|
+
"type": "reference",
|
|
708
|
+
"typeName": {
|
|
709
|
+
"type": "identifier",
|
|
710
|
+
"name": "PreviewCategory"
|
|
711
|
+
}
|
|
712
|
+
}
|
|
713
|
+
},
|
|
714
|
+
{
|
|
715
|
+
"name": "theme",
|
|
716
|
+
"annotation": {
|
|
717
|
+
"type": "keyword",
|
|
718
|
+
"value": "string"
|
|
719
|
+
}
|
|
720
|
+
},
|
|
721
|
+
{
|
|
722
|
+
"name": "uiVersion",
|
|
723
|
+
"annotation": {
|
|
724
|
+
"type": "keyword",
|
|
725
|
+
"value": "string"
|
|
726
|
+
}
|
|
727
|
+
},
|
|
728
|
+
{
|
|
729
|
+
"name": "app",
|
|
730
|
+
"annotation": {
|
|
731
|
+
"type": "reference",
|
|
732
|
+
"typeName": {
|
|
733
|
+
"type": "identifier",
|
|
734
|
+
"name": "MicroApp"
|
|
735
|
+
}
|
|
736
|
+
}
|
|
737
|
+
}
|
|
738
|
+
],
|
|
739
|
+
"events": [],
|
|
740
|
+
"methods": [],
|
|
741
|
+
"types": [
|
|
742
|
+
{
|
|
743
|
+
"type": "interface",
|
|
744
|
+
"name": "AttributeGeneration",
|
|
745
|
+
"body": [
|
|
746
|
+
{
|
|
747
|
+
"type": "propertySignature",
|
|
748
|
+
"key": {
|
|
749
|
+
"type": "identifier",
|
|
750
|
+
"name": "instanceId"
|
|
751
|
+
},
|
|
752
|
+
"annotation": {
|
|
753
|
+
"type": "keyword",
|
|
754
|
+
"value": "string"
|
|
755
|
+
},
|
|
756
|
+
"computed": false
|
|
757
|
+
},
|
|
758
|
+
{
|
|
759
|
+
"type": "propertySignature",
|
|
760
|
+
"key": {
|
|
761
|
+
"type": "identifier",
|
|
762
|
+
"name": "objectId"
|
|
763
|
+
},
|
|
764
|
+
"annotation": {
|
|
765
|
+
"type": "keyword",
|
|
766
|
+
"value": "string"
|
|
767
|
+
},
|
|
768
|
+
"computed": false
|
|
769
|
+
},
|
|
770
|
+
{
|
|
771
|
+
"type": "propertySignature",
|
|
772
|
+
"key": {
|
|
773
|
+
"type": "identifier",
|
|
774
|
+
"name": "propertyId"
|
|
775
|
+
},
|
|
776
|
+
"annotation": {
|
|
777
|
+
"type": "keyword",
|
|
778
|
+
"value": "string"
|
|
779
|
+
},
|
|
780
|
+
"computed": false
|
|
781
|
+
},
|
|
782
|
+
{
|
|
783
|
+
"type": "propertySignature",
|
|
784
|
+
"key": {
|
|
785
|
+
"type": "identifier",
|
|
786
|
+
"name": "propertyName"
|
|
787
|
+
},
|
|
788
|
+
"annotation": {
|
|
789
|
+
"type": "keyword",
|
|
790
|
+
"value": "string"
|
|
791
|
+
},
|
|
792
|
+
"computed": false
|
|
793
|
+
},
|
|
794
|
+
{
|
|
795
|
+
"type": "propertySignature",
|
|
796
|
+
"key": {
|
|
797
|
+
"type": "identifier",
|
|
798
|
+
"name": "displayLevel"
|
|
799
|
+
},
|
|
800
|
+
"annotation": {
|
|
801
|
+
"type": "keyword",
|
|
802
|
+
"value": "number"
|
|
803
|
+
},
|
|
804
|
+
"computed": false
|
|
805
|
+
},
|
|
806
|
+
{
|
|
807
|
+
"type": "propertySignature",
|
|
808
|
+
"key": {
|
|
809
|
+
"type": "identifier",
|
|
810
|
+
"name": "rwType"
|
|
811
|
+
},
|
|
812
|
+
"annotation": {
|
|
813
|
+
"type": "keyword",
|
|
814
|
+
"value": "string"
|
|
815
|
+
},
|
|
816
|
+
"computed": false
|
|
817
|
+
},
|
|
818
|
+
{
|
|
819
|
+
"type": "propertySignature",
|
|
820
|
+
"key": {
|
|
821
|
+
"type": "identifier",
|
|
822
|
+
"name": "category"
|
|
823
|
+
},
|
|
824
|
+
"annotation": {
|
|
825
|
+
"type": "reference",
|
|
826
|
+
"typeName": {
|
|
827
|
+
"type": "identifier",
|
|
828
|
+
"name": "PreviewCategory"
|
|
829
|
+
}
|
|
830
|
+
},
|
|
831
|
+
"computed": false
|
|
832
|
+
},
|
|
833
|
+
{
|
|
834
|
+
"type": "propertySignature",
|
|
835
|
+
"key": {
|
|
836
|
+
"type": "identifier",
|
|
837
|
+
"name": "storyboard"
|
|
838
|
+
},
|
|
839
|
+
"annotation": {
|
|
840
|
+
"type": "union",
|
|
841
|
+
"types": [
|
|
842
|
+
{
|
|
843
|
+
"type": "reference",
|
|
844
|
+
"typeName": {
|
|
845
|
+
"type": "identifier",
|
|
846
|
+
"name": "BrickConf"
|
|
847
|
+
}
|
|
848
|
+
},
|
|
849
|
+
{
|
|
850
|
+
"type": "array",
|
|
851
|
+
"elementType": {
|
|
852
|
+
"type": "reference",
|
|
853
|
+
"typeName": {
|
|
854
|
+
"type": "identifier",
|
|
855
|
+
"name": "BrickConf"
|
|
856
|
+
}
|
|
857
|
+
}
|
|
858
|
+
}
|
|
859
|
+
]
|
|
860
|
+
},
|
|
861
|
+
"computed": false
|
|
862
|
+
},
|
|
863
|
+
{
|
|
864
|
+
"type": "propertySignature",
|
|
865
|
+
"key": {
|
|
866
|
+
"type": "identifier",
|
|
867
|
+
"name": "mockData"
|
|
868
|
+
},
|
|
869
|
+
"annotation": {
|
|
870
|
+
"type": "array",
|
|
871
|
+
"elementType": {
|
|
872
|
+
"type": "keyword",
|
|
873
|
+
"value": "unknown"
|
|
874
|
+
}
|
|
875
|
+
},
|
|
876
|
+
"computed": false
|
|
877
|
+
}
|
|
878
|
+
]
|
|
879
|
+
},
|
|
880
|
+
{
|
|
881
|
+
"type": "typeAlias",
|
|
882
|
+
"name": "PreviewCategory",
|
|
883
|
+
"annotation": {
|
|
884
|
+
"type": "union",
|
|
885
|
+
"types": [
|
|
886
|
+
{
|
|
887
|
+
"type": "jsLiteral",
|
|
888
|
+
"value": "detail-item"
|
|
889
|
+
},
|
|
890
|
+
{
|
|
891
|
+
"type": "jsLiteral",
|
|
892
|
+
"value": "form-item"
|
|
893
|
+
},
|
|
894
|
+
{
|
|
895
|
+
"type": "jsLiteral",
|
|
896
|
+
"value": "table-column"
|
|
897
|
+
},
|
|
898
|
+
{
|
|
899
|
+
"type": "jsLiteral",
|
|
900
|
+
"value": "card-item"
|
|
901
|
+
},
|
|
902
|
+
{
|
|
903
|
+
"type": "jsLiteral",
|
|
904
|
+
"value": "metric-item"
|
|
905
|
+
},
|
|
906
|
+
{
|
|
907
|
+
"type": "jsLiteral",
|
|
908
|
+
"value": "value"
|
|
909
|
+
}
|
|
910
|
+
]
|
|
911
|
+
}
|
|
912
|
+
}
|
|
913
|
+
]
|
|
914
|
+
},
|
|
915
|
+
"visual-builder.pre-generated-table-view": {
|
|
916
|
+
"properties": [],
|
|
917
|
+
"events": [],
|
|
918
|
+
"methods": []
|
|
919
|
+
},
|
|
920
|
+
"visual-builder.pre-generated-container": {
|
|
921
|
+
"properties": [
|
|
922
|
+
{
|
|
923
|
+
"name": "useBrick",
|
|
924
|
+
"annotation": {
|
|
925
|
+
"type": "reference",
|
|
926
|
+
"typeName": {
|
|
927
|
+
"type": "identifier",
|
|
928
|
+
"name": "UseBrickConf"
|
|
929
|
+
}
|
|
930
|
+
}
|
|
931
|
+
},
|
|
932
|
+
{
|
|
933
|
+
"name": "dataSource",
|
|
934
|
+
"annotation": {
|
|
935
|
+
"type": "keyword",
|
|
936
|
+
"value": "unknown"
|
|
937
|
+
}
|
|
938
|
+
}
|
|
939
|
+
],
|
|
940
|
+
"events": [],
|
|
941
|
+
"methods": []
|
|
942
|
+
},
|
|
943
943
|
"visual-builder.workbench-action-list": {
|
|
944
944
|
"properties": [
|
|
945
945
|
{
|