@next-bricks/visual-builder 1.37.4 → 1.38.0
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 +27 -26
- package/dist/chunks/{1889.c21de868.js → 1889.e5238f90.js} +2 -2
- package/dist/chunks/1889.e5238f90.js.map +1 -0
- package/dist/chunks/220.e0f746d5.js +2 -0
- package/dist/chunks/220.e0f746d5.js.map +1 -0
- package/dist/chunks/2201.3d4f3271.js +2 -0
- package/dist/chunks/{2201.21df7990.js.map → 2201.3d4f3271.js.map} +1 -1
- package/dist/chunks/7085.81897113.js +3 -0
- package/dist/chunks/{7085.593a28a6.js.map → 7085.81897113.js.map} +1 -1
- package/dist/chunks/chat-conversation.2429847e.js +3 -0
- package/dist/chunks/{chat-conversation.ede87265.js.map → chat-conversation.2429847e.js.map} +1 -1
- package/dist/chunks/chat-preview.18dbd7b9.js +3 -0
- package/dist/chunks/{chat-preview.ffd99bae.js.map → chat-preview.18dbd7b9.js.map} +1 -1
- package/dist/chunks/contract-select.aebbe874.js +3 -0
- package/dist/chunks/{contract-select.21ef3558.js.map → contract-select.aebbe874.js.map} +1 -1
- package/dist/chunks/generate-snippets-context-menu.d59571b6.js +2 -0
- package/dist/chunks/{generate-snippets-context-menu.19b2db8f.js.map → generate-snippets-context-menu.d59571b6.js.map} +1 -1
- package/dist/chunks/get-config-by-data-for-ai.9a56aa11.js +3 -0
- package/dist/chunks/get-config-by-data-for-ai.9a56aa11.js.map +1 -0
- package/dist/chunks/main.50ff22fd.js +2 -0
- package/dist/chunks/main.50ff22fd.js.map +1 -0
- package/dist/chunks/page-arch-node.54cda8e0.js +3 -0
- package/dist/chunks/{page-arch-node.6b2ea1fe.js.map → page-arch-node.54cda8e0.js.map} +1 -1
- package/dist/chunks/pre-generated-config-preview.77f2caaf.js +2 -0
- package/dist/chunks/{pre-generated-config-preview.dccb8a89.js.map → pre-generated-config-preview.77f2caaf.js.map} +1 -1
- package/dist/chunks/pre-generated-config.5ea466e4.js +2 -0
- package/dist/chunks/pre-generated-config.5ea466e4.js.map +1 -0
- package/dist/chunks/pre-generated-container.886b45a6.js +2 -0
- package/dist/chunks/pre-generated-container.886b45a6.js.map +1 -0
- package/dist/chunks/pre-generated-preview.679ccfb9.js +3 -0
- package/dist/chunks/{pre-generated-preview.2300448f.js.map → pre-generated-preview.679ccfb9.js.map} +1 -1
- package/dist/chunks/pre-generated-table-view.61080b88.js +2 -0
- package/dist/chunks/{pre-generated-table-view.5780ee3e.js.map → pre-generated-table-view.61080b88.js.map} +1 -1
- package/dist/chunks/raw-data-preview.09ee31ed.js +3 -0
- package/dist/chunks/raw-data-preview.09ee31ed.js.map +1 -0
- package/dist/chunks/raw-metric-preview.14336dee.js +3 -0
- package/dist/chunks/raw-metric-preview.14336dee.js.map +1 -0
- package/dist/chunks/workbench-action-list.2bb5fd96.js +2 -0
- package/dist/chunks/{workbench-action-list.af49c182.js.map → workbench-action-list.2bb5fd96.js.map} +1 -1
- package/dist/chunks/workbench-action.d437c289.js +3 -0
- package/dist/chunks/{workbench-action.8c7d1148.js.map → workbench-action.d437c289.js.map} +1 -1
- package/dist/chunks/workbench-history-action.9676bc4c.js +3 -0
- package/dist/chunks/{workbench-history-action.07fe5cc5.js.map → workbench-history-action.9676bc4c.js.map} +1 -1
- package/dist/chunks/workbench-pane.b0663c72.js +3 -0
- package/dist/chunks/{workbench-pane.c9d876e0.js.map → workbench-pane.b0663c72.js.map} +1 -1
- package/dist/chunks/workbench-sidebar.4f8979af.js +2 -0
- package/dist/chunks/{workbench-sidebar.9e1ea9f1.js.map → workbench-sidebar.4f8979af.js.map} +1 -1
- package/dist/chunks/workbench-tree.ee9e13e1.js +3 -0
- package/dist/chunks/workbench-tree.ee9e13e1.js.LICENSE.txt +5 -0
- package/dist/chunks/{workbench-tree.ce12c809.js.map → workbench-tree.ee9e13e1.js.map} +1 -1
- package/dist/examples.json +3 -6
- package/dist/index.f068c5ae.js +2 -0
- package/dist/index.f068c5ae.js.map +1 -0
- package/dist/manifest.json +164 -126
- package/dist/types.json +1736 -1335
- package/dist-types/bootstrap.d.ts +1 -0
- package/dist-types/data-providers/get-config-by-data-for-ai.d.ts +13 -0
- package/dist-types/data-providers/get-raw-metric-system-prompts.d.ts +1 -0
- package/dist-types/pre-generated-config/convertToBrickConf.d.ts +2 -2
- package/dist-types/pre-generated-config/index.d.ts +49 -6
- package/dist-types/raw-data-preview/index.d.ts +2 -2
- package/dist-types/raw-metric-preview/constants.d.ts +1 -0
- package/dist-types/raw-metric-preview/convert.d.ts +6 -0
- package/dist-types/raw-metric-preview/generateMetricCandidates.d.ts +8 -0
- package/dist-types/raw-metric-preview/index.d.ts +58 -0
- package/dist-types/raw-metric-preview/raw-metric-interfaces.d.ts +16 -0
- package/package.json +2 -2
- package/dist/chunks/1889.c21de868.js.map +0 -1
- package/dist/chunks/2052.f1624476.js +0 -2
- package/dist/chunks/2052.f1624476.js.map +0 -1
- package/dist/chunks/2201.21df7990.js +0 -2
- package/dist/chunks/2464.3e4124ec.js +0 -2
- package/dist/chunks/2464.3e4124ec.js.map +0 -1
- package/dist/chunks/7085.593a28a6.js +0 -3
- package/dist/chunks/chat-conversation.ede87265.js +0 -3
- package/dist/chunks/chat-preview.ffd99bae.js +0 -3
- package/dist/chunks/contract-select.21ef3558.js +0 -3
- package/dist/chunks/generate-snippets-context-menu.19b2db8f.js +0 -2
- package/dist/chunks/get-config-by-data-for-ai.846e0776.js +0 -3
- package/dist/chunks/get-config-by-data-for-ai.846e0776.js.map +0 -1
- package/dist/chunks/main.fc66b3d7.js +0 -2
- package/dist/chunks/main.fc66b3d7.js.map +0 -1
- package/dist/chunks/page-arch-node.6b2ea1fe.js +0 -3
- package/dist/chunks/pre-generated-config-preview.dccb8a89.js +0 -2
- package/dist/chunks/pre-generated-config.ab886943.js +0 -2
- package/dist/chunks/pre-generated-config.ab886943.js.map +0 -1
- package/dist/chunks/pre-generated-container.7a8711cd.js +0 -2
- package/dist/chunks/pre-generated-container.7a8711cd.js.map +0 -1
- package/dist/chunks/pre-generated-preview.2300448f.js +0 -3
- package/dist/chunks/pre-generated-table-view.5780ee3e.js +0 -2
- package/dist/chunks/raw-data-preview.7b191fed.js +0 -3
- package/dist/chunks/raw-data-preview.7b191fed.js.map +0 -1
- package/dist/chunks/workbench-action-list.af49c182.js +0 -2
- package/dist/chunks/workbench-action.8c7d1148.js +0 -3
- package/dist/chunks/workbench-history-action.07fe5cc5.js +0 -3
- package/dist/chunks/workbench-pane.c9d876e0.js +0 -3
- package/dist/chunks/workbench-sidebar.9e1ea9f1.js +0 -2
- package/dist/chunks/workbench-tree.ce12c809.js +0 -3
- package/dist/index.43083b10.js +0 -2
- package/dist/index.43083b10.js.map +0 -1
- package/docs/pre-generated-config.md +0 -3512
- /package/dist/chunks/{7085.593a28a6.js.LICENSE.txt → 7085.81897113.js.LICENSE.txt} +0 -0
- /package/dist/chunks/{chat-conversation.ede87265.js.LICENSE.txt → chat-conversation.2429847e.js.LICENSE.txt} +0 -0
- /package/dist/chunks/{chat-preview.ffd99bae.js.LICENSE.txt → chat-preview.18dbd7b9.js.LICENSE.txt} +0 -0
- /package/dist/chunks/{contract-select.21ef3558.js.LICENSE.txt → contract-select.aebbe874.js.LICENSE.txt} +0 -0
- /package/dist/chunks/{get-config-by-data-for-ai.846e0776.js.LICENSE.txt → get-config-by-data-for-ai.9a56aa11.js.LICENSE.txt} +0 -0
- /package/dist/chunks/{page-arch-node.6b2ea1fe.js.LICENSE.txt → page-arch-node.54cda8e0.js.LICENSE.txt} +0 -0
- /package/dist/chunks/{pre-generated-preview.2300448f.js.LICENSE.txt → pre-generated-preview.679ccfb9.js.LICENSE.txt} +0 -0
- /package/dist/chunks/{raw-data-preview.7b191fed.js.LICENSE.txt → raw-data-preview.09ee31ed.js.LICENSE.txt} +0 -0
- /package/dist/chunks/{workbench-action.8c7d1148.js.LICENSE.txt → raw-metric-preview.14336dee.js.LICENSE.txt} +0 -0
- /package/dist/chunks/{workbench-pane.c9d876e0.js.LICENSE.txt → workbench-action.d437c289.js.LICENSE.txt} +0 -0
- /package/dist/chunks/{workbench-history-action.07fe5cc5.js.LICENSE.txt → workbench-history-action.9676bc4c.js.LICENSE.txt} +0 -0
- /package/dist/chunks/{workbench-tree.ce12c809.js.LICENSE.txt → workbench-pane.b0663c72.js.LICENSE.txt} +0 -0
package/dist/types.json
CHANGED
|
@@ -58,6 +58,57 @@
|
|
|
58
58
|
"events": [],
|
|
59
59
|
"methods": []
|
|
60
60
|
},
|
|
61
|
+
"visual-builder.workbench-action": {
|
|
62
|
+
"properties": [
|
|
63
|
+
{
|
|
64
|
+
"name": "icon",
|
|
65
|
+
"annotation": {
|
|
66
|
+
"type": "reference",
|
|
67
|
+
"typeName": {
|
|
68
|
+
"type": "identifier",
|
|
69
|
+
"name": "GeneralIconProps"
|
|
70
|
+
}
|
|
71
|
+
}
|
|
72
|
+
},
|
|
73
|
+
{
|
|
74
|
+
"name": "to",
|
|
75
|
+
"annotation": {
|
|
76
|
+
"type": "keyword",
|
|
77
|
+
"value": "string"
|
|
78
|
+
}
|
|
79
|
+
},
|
|
80
|
+
{
|
|
81
|
+
"name": "active",
|
|
82
|
+
"annotation": {
|
|
83
|
+
"type": "keyword",
|
|
84
|
+
"value": "boolean"
|
|
85
|
+
}
|
|
86
|
+
},
|
|
87
|
+
{
|
|
88
|
+
"name": "href",
|
|
89
|
+
"annotation": {
|
|
90
|
+
"type": "keyword",
|
|
91
|
+
"value": "string"
|
|
92
|
+
}
|
|
93
|
+
},
|
|
94
|
+
{
|
|
95
|
+
"name": "target",
|
|
96
|
+
"annotation": {
|
|
97
|
+
"type": "keyword",
|
|
98
|
+
"value": "string"
|
|
99
|
+
}
|
|
100
|
+
},
|
|
101
|
+
{
|
|
102
|
+
"name": "tooltip",
|
|
103
|
+
"annotation": {
|
|
104
|
+
"type": "keyword",
|
|
105
|
+
"value": "string"
|
|
106
|
+
}
|
|
107
|
+
}
|
|
108
|
+
],
|
|
109
|
+
"events": [],
|
|
110
|
+
"methods": []
|
|
111
|
+
},
|
|
61
112
|
"visual-builder.page-arch-node": {
|
|
62
113
|
"properties": [
|
|
63
114
|
{
|
|
@@ -335,59 +386,9 @@
|
|
|
335
386
|
}
|
|
336
387
|
]
|
|
337
388
|
},
|
|
338
|
-
"visual-builder.
|
|
339
|
-
"
|
|
340
|
-
|
|
341
|
-
"name": "icon",
|
|
342
|
-
"annotation": {
|
|
343
|
-
"type": "reference",
|
|
344
|
-
"typeName": {
|
|
345
|
-
"type": "identifier",
|
|
346
|
-
"name": "GeneralIconProps"
|
|
347
|
-
}
|
|
348
|
-
}
|
|
349
|
-
},
|
|
350
|
-
{
|
|
351
|
-
"name": "to",
|
|
352
|
-
"annotation": {
|
|
353
|
-
"type": "keyword",
|
|
354
|
-
"value": "string"
|
|
355
|
-
}
|
|
356
|
-
},
|
|
357
|
-
{
|
|
358
|
-
"name": "active",
|
|
359
|
-
"annotation": {
|
|
360
|
-
"type": "keyword",
|
|
361
|
-
"value": "boolean"
|
|
362
|
-
}
|
|
363
|
-
},
|
|
364
|
-
{
|
|
365
|
-
"name": "href",
|
|
366
|
-
"annotation": {
|
|
367
|
-
"type": "keyword",
|
|
368
|
-
"value": "string"
|
|
369
|
-
}
|
|
370
|
-
},
|
|
371
|
-
{
|
|
372
|
-
"name": "target",
|
|
373
|
-
"annotation": {
|
|
374
|
-
"type": "keyword",
|
|
375
|
-
"value": "string"
|
|
376
|
-
}
|
|
377
|
-
},
|
|
378
|
-
{
|
|
379
|
-
"name": "tooltip",
|
|
380
|
-
"annotation": {
|
|
381
|
-
"type": "keyword",
|
|
382
|
-
"value": "string"
|
|
383
|
-
}
|
|
384
|
-
}
|
|
385
|
-
],
|
|
386
|
-
"events": [],
|
|
387
|
-
"methods": []
|
|
388
|
-
},
|
|
389
|
-
"visual-builder.pre-generated-preview": {
|
|
390
|
-
"properties": [
|
|
389
|
+
"visual-builder.batch-update-raw-data-generated-view": {
|
|
390
|
+
"type": "provider",
|
|
391
|
+
"params": [
|
|
391
392
|
{
|
|
392
393
|
"name": "generations",
|
|
393
394
|
"annotation": {
|
|
@@ -396,58 +397,40 @@
|
|
|
396
397
|
"type": "reference",
|
|
397
398
|
"typeName": {
|
|
398
399
|
"type": "identifier",
|
|
399
|
-
"name": "
|
|
400
|
+
"name": "GeneratedView"
|
|
400
401
|
}
|
|
401
402
|
}
|
|
402
403
|
}
|
|
403
|
-
},
|
|
404
|
-
{
|
|
405
|
-
"name": "category",
|
|
406
|
-
"annotation": {
|
|
407
|
-
"type": "reference",
|
|
408
|
-
"typeName": {
|
|
409
|
-
"type": "identifier",
|
|
410
|
-
"name": "PreviewCategory"
|
|
411
|
-
}
|
|
412
|
-
}
|
|
413
|
-
},
|
|
414
|
-
{
|
|
415
|
-
"name": "theme",
|
|
416
|
-
"annotation": {
|
|
417
|
-
"type": "keyword",
|
|
418
|
-
"value": "string"
|
|
419
|
-
}
|
|
420
|
-
},
|
|
421
|
-
{
|
|
422
|
-
"name": "uiVersion",
|
|
423
|
-
"annotation": {
|
|
424
|
-
"type": "keyword",
|
|
425
|
-
"value": "string"
|
|
426
|
-
}
|
|
427
|
-
},
|
|
428
|
-
{
|
|
429
|
-
"name": "app",
|
|
430
|
-
"annotation": {
|
|
431
|
-
"type": "reference",
|
|
432
|
-
"typeName": {
|
|
433
|
-
"type": "identifier",
|
|
434
|
-
"name": "MicroApp"
|
|
435
|
-
}
|
|
436
|
-
}
|
|
437
404
|
}
|
|
438
405
|
],
|
|
439
|
-
"
|
|
440
|
-
|
|
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
|
+
},
|
|
441
424
|
"types": [
|
|
442
425
|
{
|
|
443
426
|
"type": "interface",
|
|
444
|
-
"name": "
|
|
427
|
+
"name": "GeneratedView",
|
|
445
428
|
"body": [
|
|
446
429
|
{
|
|
447
430
|
"type": "propertySignature",
|
|
448
431
|
"key": {
|
|
449
432
|
"type": "identifier",
|
|
450
|
-
"name": "
|
|
433
|
+
"name": "attrInstanceId"
|
|
451
434
|
},
|
|
452
435
|
"annotation": {
|
|
453
436
|
"type": "keyword",
|
|
@@ -459,7 +442,7 @@
|
|
|
459
442
|
"type": "propertySignature",
|
|
460
443
|
"key": {
|
|
461
444
|
"type": "identifier",
|
|
462
|
-
"name": "
|
|
445
|
+
"name": "input"
|
|
463
446
|
},
|
|
464
447
|
"annotation": {
|
|
465
448
|
"type": "keyword",
|
|
@@ -471,7 +454,7 @@
|
|
|
471
454
|
"type": "propertySignature",
|
|
472
455
|
"key": {
|
|
473
456
|
"type": "identifier",
|
|
474
|
-
"name": "
|
|
457
|
+
"name": "output"
|
|
475
458
|
},
|
|
476
459
|
"annotation": {
|
|
477
460
|
"type": "keyword",
|
|
@@ -483,11 +466,14 @@
|
|
|
483
466
|
"type": "propertySignature",
|
|
484
467
|
"key": {
|
|
485
468
|
"type": "identifier",
|
|
486
|
-
"name": "
|
|
469
|
+
"name": "list"
|
|
487
470
|
},
|
|
488
471
|
"annotation": {
|
|
489
|
-
"type": "
|
|
490
|
-
"
|
|
472
|
+
"type": "array",
|
|
473
|
+
"elementType": {
|
|
474
|
+
"type": "keyword",
|
|
475
|
+
"value": "unknown"
|
|
476
|
+
}
|
|
491
477
|
},
|
|
492
478
|
"computed": false
|
|
493
479
|
},
|
|
@@ -495,138 +481,84 @@
|
|
|
495
481
|
"type": "propertySignature",
|
|
496
482
|
"key": {
|
|
497
483
|
"type": "identifier",
|
|
498
|
-
"name": "
|
|
484
|
+
"name": "defaultVisualWeight"
|
|
499
485
|
},
|
|
500
486
|
"annotation": {
|
|
501
487
|
"type": "keyword",
|
|
502
488
|
"value": "number"
|
|
503
489
|
},
|
|
490
|
+
"optional": true,
|
|
504
491
|
"computed": false
|
|
505
492
|
},
|
|
506
493
|
{
|
|
507
494
|
"type": "propertySignature",
|
|
508
495
|
"key": {
|
|
509
496
|
"type": "identifier",
|
|
510
|
-
"name": "
|
|
497
|
+
"name": "systemPromptVersion"
|
|
511
498
|
},
|
|
512
499
|
"annotation": {
|
|
513
500
|
"type": "keyword",
|
|
514
501
|
"value": "string"
|
|
515
502
|
},
|
|
516
|
-
"
|
|
517
|
-
},
|
|
518
|
-
{
|
|
519
|
-
"type": "propertySignature",
|
|
520
|
-
"key": {
|
|
521
|
-
"type": "identifier",
|
|
522
|
-
"name": "category"
|
|
523
|
-
},
|
|
524
|
-
"annotation": {
|
|
525
|
-
"type": "reference",
|
|
526
|
-
"typeName": {
|
|
527
|
-
"type": "identifier",
|
|
528
|
-
"name": "PreviewCategory"
|
|
529
|
-
}
|
|
530
|
-
},
|
|
531
|
-
"computed": false
|
|
532
|
-
},
|
|
533
|
-
{
|
|
534
|
-
"type": "propertySignature",
|
|
535
|
-
"key": {
|
|
536
|
-
"type": "identifier",
|
|
537
|
-
"name": "storyboard"
|
|
538
|
-
},
|
|
539
|
-
"annotation": {
|
|
540
|
-
"type": "union",
|
|
541
|
-
"types": [
|
|
542
|
-
{
|
|
543
|
-
"type": "reference",
|
|
544
|
-
"typeName": {
|
|
545
|
-
"type": "identifier",
|
|
546
|
-
"name": "BrickConf"
|
|
547
|
-
}
|
|
548
|
-
},
|
|
549
|
-
{
|
|
550
|
-
"type": "array",
|
|
551
|
-
"elementType": {
|
|
552
|
-
"type": "reference",
|
|
553
|
-
"typeName": {
|
|
554
|
-
"type": "identifier",
|
|
555
|
-
"name": "BrickConf"
|
|
556
|
-
}
|
|
557
|
-
}
|
|
558
|
-
}
|
|
559
|
-
]
|
|
560
|
-
},
|
|
561
|
-
"computed": false
|
|
562
|
-
},
|
|
563
|
-
{
|
|
564
|
-
"type": "propertySignature",
|
|
565
|
-
"key": {
|
|
566
|
-
"type": "identifier",
|
|
567
|
-
"name": "mockData"
|
|
568
|
-
},
|
|
569
|
-
"annotation": {
|
|
570
|
-
"type": "array",
|
|
571
|
-
"elementType": {
|
|
572
|
-
"type": "keyword",
|
|
573
|
-
"value": "unknown"
|
|
574
|
-
}
|
|
575
|
-
},
|
|
503
|
+
"optional": true,
|
|
576
504
|
"computed": false
|
|
577
505
|
}
|
|
578
506
|
]
|
|
579
|
-
}
|
|
507
|
+
}
|
|
508
|
+
]
|
|
509
|
+
},
|
|
510
|
+
"visual-builder.check-editor-by-name": {
|
|
511
|
+
"type": "provider",
|
|
512
|
+
"params": [
|
|
580
513
|
{
|
|
581
|
-
"
|
|
582
|
-
"name": "PreviewCategory",
|
|
514
|
+
"name": "name",
|
|
583
515
|
"annotation": {
|
|
584
|
-
"type": "
|
|
585
|
-
"
|
|
586
|
-
|
|
587
|
-
|
|
588
|
-
|
|
589
|
-
|
|
590
|
-
|
|
591
|
-
|
|
592
|
-
|
|
593
|
-
|
|
594
|
-
|
|
595
|
-
|
|
596
|
-
|
|
597
|
-
|
|
598
|
-
|
|
599
|
-
"type": "jsLiteral",
|
|
600
|
-
"value": "card-item"
|
|
601
|
-
},
|
|
602
|
-
{
|
|
603
|
-
"type": "jsLiteral",
|
|
604
|
-
"value": "metric-item"
|
|
605
|
-
},
|
|
516
|
+
"type": "keyword",
|
|
517
|
+
"value": "string"
|
|
518
|
+
}
|
|
519
|
+
}
|
|
520
|
+
],
|
|
521
|
+
"returns": {
|
|
522
|
+
"annotation": {
|
|
523
|
+
"type": "reference",
|
|
524
|
+
"typeName": {
|
|
525
|
+
"type": "identifier",
|
|
526
|
+
"name": "Promise"
|
|
527
|
+
},
|
|
528
|
+
"typeParameters": {
|
|
529
|
+
"type": "typeParameterInstantiation",
|
|
530
|
+
"params": [
|
|
606
531
|
{
|
|
607
|
-
"type": "
|
|
608
|
-
"value": "
|
|
532
|
+
"type": "keyword",
|
|
533
|
+
"value": "boolean"
|
|
609
534
|
}
|
|
610
535
|
]
|
|
611
536
|
}
|
|
612
537
|
}
|
|
613
|
-
|
|
538
|
+
}
|
|
614
539
|
},
|
|
615
|
-
"visual-builder.
|
|
540
|
+
"visual-builder.get-data-deps": {
|
|
616
541
|
"type": "provider",
|
|
617
542
|
"params": [
|
|
618
543
|
{
|
|
619
|
-
"name": "
|
|
544
|
+
"name": "contextConfs",
|
|
620
545
|
"annotation": {
|
|
621
546
|
"type": "array",
|
|
622
547
|
"elementType": {
|
|
623
548
|
"type": "reference",
|
|
624
549
|
"typeName": {
|
|
625
550
|
"type": "identifier",
|
|
626
|
-
"name": "
|
|
551
|
+
"name": "ContextConf"
|
|
627
552
|
}
|
|
628
553
|
}
|
|
629
554
|
}
|
|
555
|
+
},
|
|
556
|
+
{
|
|
557
|
+
"name": "keyword",
|
|
558
|
+
"annotation": {
|
|
559
|
+
"type": "keyword",
|
|
560
|
+
"value": "string"
|
|
561
|
+
}
|
|
630
562
|
}
|
|
631
563
|
],
|
|
632
564
|
"returns": {
|
|
@@ -634,29 +566,188 @@
|
|
|
634
566
|
"type": "reference",
|
|
635
567
|
"typeName": {
|
|
636
568
|
"type": "identifier",
|
|
637
|
-
"name": "
|
|
569
|
+
"name": "Map"
|
|
570
|
+
},
|
|
571
|
+
"typeParameters": {
|
|
572
|
+
"type": "typeParameterInstantiation",
|
|
573
|
+
"params": [
|
|
574
|
+
{
|
|
575
|
+
"type": "reference",
|
|
576
|
+
"typeName": {
|
|
577
|
+
"type": "identifier",
|
|
578
|
+
"name": "ContextConf"
|
|
579
|
+
}
|
|
580
|
+
},
|
|
581
|
+
{
|
|
582
|
+
"type": "reference",
|
|
583
|
+
"typeName": {
|
|
584
|
+
"type": "identifier",
|
|
585
|
+
"name": "MemberUsage"
|
|
586
|
+
}
|
|
587
|
+
}
|
|
588
|
+
]
|
|
589
|
+
}
|
|
590
|
+
}
|
|
591
|
+
}
|
|
592
|
+
},
|
|
593
|
+
"visual-builder.get-raw-data-system-prompts": {
|
|
594
|
+
"type": "provider",
|
|
595
|
+
"params": [],
|
|
596
|
+
"returns": {
|
|
597
|
+
"annotation": {
|
|
598
|
+
"type": "reference",
|
|
599
|
+
"typeName": {
|
|
600
|
+
"type": "identifier",
|
|
601
|
+
"name": "Record"
|
|
638
602
|
},
|
|
639
603
|
"typeParameters": {
|
|
640
604
|
"type": "typeParameterInstantiation",
|
|
641
605
|
"params": [
|
|
642
606
|
{
|
|
643
607
|
"type": "keyword",
|
|
644
|
-
"value": "
|
|
608
|
+
"value": "string"
|
|
609
|
+
},
|
|
610
|
+
{
|
|
611
|
+
"type": "keyword",
|
|
612
|
+
"value": "string"
|
|
645
613
|
}
|
|
646
614
|
]
|
|
647
615
|
}
|
|
648
616
|
}
|
|
649
|
-
}
|
|
617
|
+
}
|
|
618
|
+
},
|
|
619
|
+
"visual-builder.parse-path": {
|
|
620
|
+
"type": "provider",
|
|
621
|
+
"params": [
|
|
622
|
+
{
|
|
623
|
+
"name": "path",
|
|
624
|
+
"annotation": {
|
|
625
|
+
"type": "keyword",
|
|
626
|
+
"value": "string"
|
|
627
|
+
}
|
|
628
|
+
},
|
|
629
|
+
{
|
|
630
|
+
"name": "options",
|
|
631
|
+
"annotation": {
|
|
632
|
+
"type": "reference",
|
|
633
|
+
"typeName": {
|
|
634
|
+
"type": "identifier",
|
|
635
|
+
"name": "Option"
|
|
636
|
+
}
|
|
637
|
+
}
|
|
638
|
+
}
|
|
639
|
+
],
|
|
640
|
+
"returns": {},
|
|
650
641
|
"types": [
|
|
651
642
|
{
|
|
652
643
|
"type": "interface",
|
|
653
|
-
"name": "
|
|
644
|
+
"name": "Option",
|
|
654
645
|
"body": [
|
|
655
646
|
{
|
|
656
647
|
"type": "propertySignature",
|
|
657
648
|
"key": {
|
|
658
649
|
"type": "identifier",
|
|
659
|
-
"name": "
|
|
650
|
+
"name": "end"
|
|
651
|
+
},
|
|
652
|
+
"annotation": {
|
|
653
|
+
"type": "keyword",
|
|
654
|
+
"value": "boolean"
|
|
655
|
+
},
|
|
656
|
+
"optional": true,
|
|
657
|
+
"computed": false
|
|
658
|
+
},
|
|
659
|
+
{
|
|
660
|
+
"type": "propertySignature",
|
|
661
|
+
"key": {
|
|
662
|
+
"type": "identifier",
|
|
663
|
+
"name": "strict"
|
|
664
|
+
},
|
|
665
|
+
"annotation": {
|
|
666
|
+
"type": "keyword",
|
|
667
|
+
"value": "boolean"
|
|
668
|
+
},
|
|
669
|
+
"optional": true,
|
|
670
|
+
"computed": false
|
|
671
|
+
},
|
|
672
|
+
{
|
|
673
|
+
"type": "propertySignature",
|
|
674
|
+
"key": {
|
|
675
|
+
"type": "identifier",
|
|
676
|
+
"name": "sensitive"
|
|
677
|
+
},
|
|
678
|
+
"annotation": {
|
|
679
|
+
"type": "keyword",
|
|
680
|
+
"value": "boolean"
|
|
681
|
+
},
|
|
682
|
+
"optional": true,
|
|
683
|
+
"computed": false
|
|
684
|
+
}
|
|
685
|
+
]
|
|
686
|
+
}
|
|
687
|
+
]
|
|
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"
|
|
660
751
|
},
|
|
661
752
|
"annotation": {
|
|
662
753
|
"type": "keyword",
|
|
@@ -668,7 +759,7 @@
|
|
|
668
759
|
"type": "propertySignature",
|
|
669
760
|
"key": {
|
|
670
761
|
"type": "identifier",
|
|
671
|
-
"name": "
|
|
762
|
+
"name": "objectId"
|
|
672
763
|
},
|
|
673
764
|
"annotation": {
|
|
674
765
|
"type": "keyword",
|
|
@@ -680,7 +771,7 @@
|
|
|
680
771
|
"type": "propertySignature",
|
|
681
772
|
"key": {
|
|
682
773
|
"type": "identifier",
|
|
683
|
-
"name": "
|
|
774
|
+
"name": "propertyId"
|
|
684
775
|
},
|
|
685
776
|
"annotation": {
|
|
686
777
|
"type": "keyword",
|
|
@@ -692,14 +783,11 @@
|
|
|
692
783
|
"type": "propertySignature",
|
|
693
784
|
"key": {
|
|
694
785
|
"type": "identifier",
|
|
695
|
-
"name": "
|
|
786
|
+
"name": "propertyName"
|
|
696
787
|
},
|
|
697
788
|
"annotation": {
|
|
698
|
-
"type": "
|
|
699
|
-
"
|
|
700
|
-
"type": "keyword",
|
|
701
|
-
"value": "unknown"
|
|
702
|
-
}
|
|
789
|
+
"type": "keyword",
|
|
790
|
+
"value": "string"
|
|
703
791
|
},
|
|
704
792
|
"computed": false
|
|
705
793
|
},
|
|
@@ -707,120 +795,518 @@
|
|
|
707
795
|
"type": "propertySignature",
|
|
708
796
|
"key": {
|
|
709
797
|
"type": "identifier",
|
|
710
|
-
"name": "
|
|
798
|
+
"name": "displayLevel"
|
|
711
799
|
},
|
|
712
800
|
"annotation": {
|
|
713
801
|
"type": "keyword",
|
|
714
802
|
"value": "number"
|
|
715
803
|
},
|
|
716
|
-
"optional": true,
|
|
717
804
|
"computed": false
|
|
718
805
|
},
|
|
719
806
|
{
|
|
720
807
|
"type": "propertySignature",
|
|
721
808
|
"key": {
|
|
722
809
|
"type": "identifier",
|
|
723
|
-
"name": "
|
|
810
|
+
"name": "rwType"
|
|
724
811
|
},
|
|
725
812
|
"annotation": {
|
|
726
813
|
"type": "keyword",
|
|
727
814
|
"value": "string"
|
|
728
815
|
},
|
|
729
|
-
"optional": true,
|
|
730
816
|
"computed": false
|
|
731
|
-
}
|
|
732
|
-
|
|
733
|
-
|
|
734
|
-
|
|
735
|
-
|
|
736
|
-
|
|
737
|
-
|
|
738
|
-
|
|
739
|
-
|
|
740
|
-
|
|
741
|
-
|
|
742
|
-
|
|
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
|
+
"visual-builder.workbench-action-list": {
|
|
944
|
+
"properties": [
|
|
945
|
+
{
|
|
946
|
+
"name": "appId",
|
|
947
|
+
"annotation": {
|
|
948
|
+
"type": "keyword",
|
|
743
949
|
"value": "string"
|
|
744
950
|
}
|
|
951
|
+
},
|
|
952
|
+
{
|
|
953
|
+
"name": "menu",
|
|
954
|
+
"annotation": {
|
|
955
|
+
"type": "reference",
|
|
956
|
+
"typeName": {
|
|
957
|
+
"type": "identifier",
|
|
958
|
+
"name": "SidebarMenu"
|
|
959
|
+
}
|
|
960
|
+
}
|
|
745
961
|
}
|
|
746
962
|
],
|
|
747
|
-
"
|
|
748
|
-
|
|
749
|
-
|
|
750
|
-
|
|
751
|
-
|
|
752
|
-
|
|
753
|
-
|
|
754
|
-
|
|
755
|
-
|
|
756
|
-
|
|
757
|
-
|
|
963
|
+
"events": [],
|
|
964
|
+
"methods": [],
|
|
965
|
+
"types": [
|
|
966
|
+
{
|
|
967
|
+
"type": "interface",
|
|
968
|
+
"name": "SidebarMenu",
|
|
969
|
+
"body": [
|
|
970
|
+
{
|
|
971
|
+
"type": "propertySignature",
|
|
972
|
+
"key": {
|
|
973
|
+
"type": "identifier",
|
|
974
|
+
"name": "title"
|
|
975
|
+
},
|
|
976
|
+
"annotation": {
|
|
758
977
|
"type": "keyword",
|
|
759
|
-
"value": "
|
|
760
|
-
}
|
|
761
|
-
|
|
762
|
-
|
|
978
|
+
"value": "string"
|
|
979
|
+
},
|
|
980
|
+
"optional": true,
|
|
981
|
+
"computed": false
|
|
982
|
+
},
|
|
983
|
+
{
|
|
984
|
+
"type": "propertySignature",
|
|
985
|
+
"key": {
|
|
986
|
+
"type": "identifier",
|
|
987
|
+
"name": "icon"
|
|
988
|
+
},
|
|
989
|
+
"annotation": {
|
|
990
|
+
"type": "reference",
|
|
991
|
+
"typeName": {
|
|
992
|
+
"type": "identifier",
|
|
993
|
+
"name": "GeneralIconProps"
|
|
994
|
+
}
|
|
995
|
+
},
|
|
996
|
+
"optional": true,
|
|
997
|
+
"computed": false
|
|
998
|
+
},
|
|
999
|
+
{
|
|
1000
|
+
"type": "propertySignature",
|
|
1001
|
+
"key": {
|
|
1002
|
+
"type": "identifier",
|
|
1003
|
+
"name": "menuItems"
|
|
1004
|
+
},
|
|
1005
|
+
"annotation": {
|
|
1006
|
+
"type": "array",
|
|
1007
|
+
"elementType": {
|
|
1008
|
+
"type": "reference",
|
|
1009
|
+
"typeName": {
|
|
1010
|
+
"type": "identifier",
|
|
1011
|
+
"name": "SidebarMenuItem"
|
|
1012
|
+
}
|
|
1013
|
+
}
|
|
1014
|
+
},
|
|
1015
|
+
"optional": true,
|
|
1016
|
+
"computed": false
|
|
1017
|
+
}
|
|
1018
|
+
]
|
|
763
1019
|
}
|
|
764
|
-
|
|
1020
|
+
]
|
|
765
1021
|
},
|
|
766
|
-
"visual-builder.get-
|
|
1022
|
+
"visual-builder.get-dependency-tree": {
|
|
767
1023
|
"type": "provider",
|
|
768
1024
|
"params": [
|
|
769
1025
|
{
|
|
770
|
-
"name": "
|
|
1026
|
+
"name": "nodeDataList",
|
|
771
1027
|
"annotation": {
|
|
772
|
-
"type": "
|
|
773
|
-
"
|
|
1028
|
+
"type": "array",
|
|
1029
|
+
"elementType": {
|
|
1030
|
+
"type": "reference",
|
|
1031
|
+
"typeName": {
|
|
1032
|
+
"type": "identifier",
|
|
1033
|
+
"name": "NodeItem"
|
|
1034
|
+
}
|
|
1035
|
+
}
|
|
1036
|
+
}
|
|
1037
|
+
},
|
|
1038
|
+
{
|
|
1039
|
+
"name": "options",
|
|
1040
|
+
"annotation": {
|
|
1041
|
+
"type": "typeLiteral",
|
|
1042
|
+
"members": [
|
|
774
1043
|
{
|
|
1044
|
+
"type": "propertySignature",
|
|
1045
|
+
"key": {
|
|
1046
|
+
"type": "identifier",
|
|
1047
|
+
"name": "dataType"
|
|
1048
|
+
},
|
|
1049
|
+
"annotation": {
|
|
1050
|
+
"type": "keyword",
|
|
1051
|
+
"value": "string"
|
|
1052
|
+
},
|
|
1053
|
+
"computed": false
|
|
1054
|
+
}
|
|
1055
|
+
]
|
|
1056
|
+
}
|
|
1057
|
+
}
|
|
1058
|
+
],
|
|
1059
|
+
"returns": {
|
|
1060
|
+
"annotation": {
|
|
1061
|
+
"type": "array",
|
|
1062
|
+
"elementType": {
|
|
1063
|
+
"type": "reference",
|
|
1064
|
+
"typeName": {
|
|
1065
|
+
"type": "identifier",
|
|
1066
|
+
"name": "NodeItem"
|
|
1067
|
+
}
|
|
1068
|
+
}
|
|
1069
|
+
}
|
|
1070
|
+
},
|
|
1071
|
+
"types": [
|
|
1072
|
+
{
|
|
1073
|
+
"type": "interface",
|
|
1074
|
+
"name": "NodeItem",
|
|
1075
|
+
"body": [
|
|
1076
|
+
{
|
|
1077
|
+
"type": "propertySignature",
|
|
1078
|
+
"key": {
|
|
1079
|
+
"type": "identifier",
|
|
1080
|
+
"name": "name"
|
|
1081
|
+
},
|
|
1082
|
+
"annotation": {
|
|
1083
|
+
"type": "keyword",
|
|
1084
|
+
"value": "string"
|
|
1085
|
+
},
|
|
1086
|
+
"computed": false
|
|
1087
|
+
},
|
|
1088
|
+
{
|
|
1089
|
+
"type": "propertySignature",
|
|
1090
|
+
"key": {
|
|
1091
|
+
"type": "identifier",
|
|
1092
|
+
"name": "key"
|
|
1093
|
+
},
|
|
1094
|
+
"annotation": {
|
|
1095
|
+
"type": "keyword",
|
|
1096
|
+
"value": "string"
|
|
1097
|
+
},
|
|
1098
|
+
"computed": false
|
|
1099
|
+
},
|
|
1100
|
+
{
|
|
1101
|
+
"type": "propertySignature",
|
|
1102
|
+
"key": {
|
|
1103
|
+
"type": "identifier",
|
|
1104
|
+
"name": "path"
|
|
1105
|
+
},
|
|
1106
|
+
"annotation": {
|
|
1107
|
+
"type": "keyword",
|
|
1108
|
+
"value": "string"
|
|
1109
|
+
},
|
|
1110
|
+
"optional": true,
|
|
1111
|
+
"computed": false
|
|
1112
|
+
},
|
|
1113
|
+
{
|
|
1114
|
+
"type": "propertySignature",
|
|
1115
|
+
"key": {
|
|
1116
|
+
"type": "identifier",
|
|
1117
|
+
"name": "icon"
|
|
1118
|
+
},
|
|
1119
|
+
"annotation": {
|
|
775
1120
|
"type": "reference",
|
|
776
1121
|
"typeName": {
|
|
777
1122
|
"type": "identifier",
|
|
778
|
-
"name": "
|
|
1123
|
+
"name": "MenuIcon"
|
|
779
1124
|
}
|
|
780
1125
|
},
|
|
781
|
-
|
|
1126
|
+
"optional": true,
|
|
1127
|
+
"computed": false
|
|
1128
|
+
},
|
|
1129
|
+
{
|
|
1130
|
+
"type": "propertySignature",
|
|
1131
|
+
"key": {
|
|
1132
|
+
"type": "identifier",
|
|
1133
|
+
"name": "data"
|
|
1134
|
+
},
|
|
1135
|
+
"annotation": {
|
|
1136
|
+
"type": "reference",
|
|
1137
|
+
"typeName": {
|
|
1138
|
+
"type": "identifier",
|
|
1139
|
+
"name": "DataItem"
|
|
1140
|
+
}
|
|
1141
|
+
},
|
|
1142
|
+
"optional": true,
|
|
1143
|
+
"computed": false
|
|
1144
|
+
},
|
|
1145
|
+
{
|
|
1146
|
+
"type": "propertySignature",
|
|
1147
|
+
"key": {
|
|
1148
|
+
"type": "identifier",
|
|
1149
|
+
"name": "unreachable"
|
|
1150
|
+
},
|
|
1151
|
+
"annotation": {
|
|
782
1152
|
"type": "keyword",
|
|
783
|
-
"value": "
|
|
1153
|
+
"value": "boolean"
|
|
1154
|
+
},
|
|
1155
|
+
"optional": true,
|
|
1156
|
+
"computed": false
|
|
1157
|
+
},
|
|
1158
|
+
{
|
|
1159
|
+
"type": "propertySignature",
|
|
1160
|
+
"key": {
|
|
1161
|
+
"type": "identifier",
|
|
1162
|
+
"name": "children"
|
|
1163
|
+
},
|
|
1164
|
+
"annotation": {
|
|
1165
|
+
"type": "array",
|
|
1166
|
+
"elementType": {
|
|
1167
|
+
"type": "reference",
|
|
1168
|
+
"typeName": {
|
|
1169
|
+
"type": "identifier",
|
|
1170
|
+
"name": "NodeItem"
|
|
1171
|
+
}
|
|
1172
|
+
}
|
|
1173
|
+
},
|
|
1174
|
+
"optional": true,
|
|
1175
|
+
"computed": false
|
|
1176
|
+
}
|
|
1177
|
+
]
|
|
1178
|
+
},
|
|
1179
|
+
{
|
|
1180
|
+
"type": "interface",
|
|
1181
|
+
"name": "DataItem",
|
|
1182
|
+
"body": [
|
|
1183
|
+
{
|
|
1184
|
+
"type": "propertySignature",
|
|
1185
|
+
"key": {
|
|
1186
|
+
"type": "identifier",
|
|
1187
|
+
"name": "$key"
|
|
1188
|
+
},
|
|
1189
|
+
"annotation": {
|
|
1190
|
+
"type": "keyword",
|
|
1191
|
+
"value": "string"
|
|
1192
|
+
},
|
|
1193
|
+
"optional": true,
|
|
1194
|
+
"computed": false
|
|
1195
|
+
},
|
|
1196
|
+
{
|
|
1197
|
+
"type": "propertySignature",
|
|
1198
|
+
"key": {
|
|
1199
|
+
"type": "identifier",
|
|
1200
|
+
"name": "path"
|
|
1201
|
+
},
|
|
1202
|
+
"annotation": {
|
|
1203
|
+
"type": "keyword",
|
|
1204
|
+
"value": "string"
|
|
1205
|
+
},
|
|
1206
|
+
"optional": true,
|
|
1207
|
+
"computed": false
|
|
1208
|
+
}
|
|
1209
|
+
],
|
|
1210
|
+
"extends": [
|
|
1211
|
+
{
|
|
1212
|
+
"type": "expressionWithTypeArguments",
|
|
1213
|
+
"expression": {
|
|
1214
|
+
"type": "identifier",
|
|
1215
|
+
"name": "ContextConf"
|
|
1216
|
+
}
|
|
1217
|
+
}
|
|
1218
|
+
]
|
|
1219
|
+
}
|
|
1220
|
+
]
|
|
1221
|
+
},
|
|
1222
|
+
"visual-builder.pre-generated-config-preview": {
|
|
1223
|
+
"properties": [
|
|
1224
|
+
{
|
|
1225
|
+
"name": "previewUrl",
|
|
1226
|
+
"annotation": {
|
|
1227
|
+
"type": "keyword",
|
|
1228
|
+
"value": "string"
|
|
1229
|
+
}
|
|
1230
|
+
},
|
|
1231
|
+
{
|
|
1232
|
+
"name": "container",
|
|
1233
|
+
"annotation": {
|
|
1234
|
+
"type": "reference",
|
|
1235
|
+
"typeName": {
|
|
1236
|
+
"type": "identifier",
|
|
1237
|
+
"name": "ContainerType"
|
|
1238
|
+
}
|
|
1239
|
+
}
|
|
1240
|
+
},
|
|
1241
|
+
{
|
|
1242
|
+
"name": "attrList",
|
|
1243
|
+
"annotation": {
|
|
1244
|
+
"type": "array",
|
|
1245
|
+
"elementType": {
|
|
1246
|
+
"type": "reference",
|
|
1247
|
+
"typeName": {
|
|
1248
|
+
"type": "identifier",
|
|
1249
|
+
"name": "ObjectAttr"
|
|
1250
|
+
}
|
|
1251
|
+
}
|
|
1252
|
+
}
|
|
1253
|
+
},
|
|
1254
|
+
{
|
|
1255
|
+
"name": "mockList",
|
|
1256
|
+
"annotation": {
|
|
1257
|
+
"type": "array",
|
|
1258
|
+
"elementType": {
|
|
1259
|
+
"type": "reference",
|
|
1260
|
+
"typeName": {
|
|
1261
|
+
"type": "identifier",
|
|
1262
|
+
"name": "Record"
|
|
1263
|
+
},
|
|
1264
|
+
"typeParameters": {
|
|
1265
|
+
"type": "typeParameterInstantiation",
|
|
1266
|
+
"params": [
|
|
1267
|
+
{
|
|
1268
|
+
"type": "keyword",
|
|
1269
|
+
"value": "string"
|
|
1270
|
+
},
|
|
1271
|
+
{
|
|
1272
|
+
"type": "keyword",
|
|
1273
|
+
"value": "unknown"
|
|
1274
|
+
}
|
|
1275
|
+
]
|
|
1276
|
+
}
|
|
1277
|
+
}
|
|
1278
|
+
}
|
|
1279
|
+
}
|
|
1280
|
+
],
|
|
1281
|
+
"events": [],
|
|
1282
|
+
"methods": [],
|
|
1283
|
+
"types": [
|
|
1284
|
+
{
|
|
1285
|
+
"type": "typeAlias",
|
|
1286
|
+
"name": "ContainerType",
|
|
1287
|
+
"annotation": {
|
|
1288
|
+
"type": "union",
|
|
1289
|
+
"types": [
|
|
1290
|
+
{
|
|
1291
|
+
"type": "jsLiteral",
|
|
1292
|
+
"value": "table"
|
|
784
1293
|
},
|
|
785
1294
|
{
|
|
786
|
-
"type": "
|
|
787
|
-
"value": "
|
|
788
|
-
}
|
|
789
|
-
]
|
|
790
|
-
}
|
|
791
|
-
}
|
|
792
|
-
],
|
|
793
|
-
"returns": {
|
|
794
|
-
"annotation": {
|
|
795
|
-
"type": "reference",
|
|
796
|
-
"typeName": {
|
|
797
|
-
"type": "identifier",
|
|
798
|
-
"name": "Promise"
|
|
799
|
-
},
|
|
800
|
-
"typeParameters": {
|
|
801
|
-
"type": "typeParameterInstantiation",
|
|
802
|
-
"params": [
|
|
803
|
-
{
|
|
804
|
-
"type": "reference",
|
|
805
|
-
"typeName": {
|
|
806
|
-
"type": "identifier",
|
|
807
|
-
"name": "Config"
|
|
808
|
-
}
|
|
1295
|
+
"type": "jsLiteral",
|
|
1296
|
+
"value": "descriptions"
|
|
809
1297
|
}
|
|
810
1298
|
]
|
|
811
1299
|
}
|
|
812
|
-
}
|
|
813
|
-
},
|
|
814
|
-
"types": [
|
|
1300
|
+
},
|
|
815
1301
|
{
|
|
816
1302
|
"type": "interface",
|
|
817
|
-
"name": "
|
|
1303
|
+
"name": "ObjectAttr",
|
|
818
1304
|
"body": [
|
|
819
1305
|
{
|
|
820
1306
|
"type": "propertySignature",
|
|
821
1307
|
"key": {
|
|
822
1308
|
"type": "identifier",
|
|
823
|
-
"name": "
|
|
1309
|
+
"name": "id"
|
|
824
1310
|
},
|
|
825
1311
|
"annotation": {
|
|
826
1312
|
"type": "keyword",
|
|
@@ -832,73 +1318,140 @@
|
|
|
832
1318
|
"type": "propertySignature",
|
|
833
1319
|
"key": {
|
|
834
1320
|
"type": "identifier",
|
|
835
|
-
"name": "
|
|
1321
|
+
"name": "name"
|
|
836
1322
|
},
|
|
837
1323
|
"annotation": {
|
|
838
1324
|
"type": "keyword",
|
|
839
|
-
"value": "
|
|
1325
|
+
"value": "string"
|
|
840
1326
|
},
|
|
841
1327
|
"computed": false
|
|
842
|
-
}
|
|
843
|
-
|
|
844
|
-
|
|
845
|
-
|
|
846
|
-
|
|
847
|
-
|
|
848
|
-
|
|
849
|
-
|
|
850
|
-
|
|
851
|
-
|
|
852
|
-
|
|
853
|
-
|
|
854
|
-
"type": "identifier",
|
|
855
|
-
"name": "NormalConfig"
|
|
1328
|
+
},
|
|
1329
|
+
{
|
|
1330
|
+
"type": "propertySignature",
|
|
1331
|
+
"key": {
|
|
1332
|
+
"type": "identifier",
|
|
1333
|
+
"name": "enum"
|
|
1334
|
+
},
|
|
1335
|
+
"annotation": {
|
|
1336
|
+
"type": "array",
|
|
1337
|
+
"elementType": {
|
|
1338
|
+
"type": "keyword",
|
|
1339
|
+
"value": "unknown"
|
|
856
1340
|
}
|
|
857
1341
|
},
|
|
858
|
-
|
|
1342
|
+
"optional": true,
|
|
1343
|
+
"computed": false
|
|
1344
|
+
},
|
|
1345
|
+
{
|
|
1346
|
+
"type": "propertySignature",
|
|
1347
|
+
"key": {
|
|
1348
|
+
"type": "identifier",
|
|
1349
|
+
"name": "config"
|
|
1350
|
+
},
|
|
1351
|
+
"annotation": {
|
|
859
1352
|
"type": "reference",
|
|
860
1353
|
"typeName": {
|
|
861
1354
|
"type": "identifier",
|
|
862
|
-
"name": "
|
|
1355
|
+
"name": "VisualConfig"
|
|
863
1356
|
}
|
|
1357
|
+
},
|
|
1358
|
+
"optional": true,
|
|
1359
|
+
"computed": false
|
|
1360
|
+
}
|
|
1361
|
+
]
|
|
1362
|
+
}
|
|
1363
|
+
]
|
|
1364
|
+
},
|
|
1365
|
+
"visual-builder.raw-metric-preview": {
|
|
1366
|
+
"properties": [
|
|
1367
|
+
{
|
|
1368
|
+
"name": "previewUrl",
|
|
1369
|
+
"annotation": {
|
|
1370
|
+
"type": "keyword",
|
|
1371
|
+
"value": "string"
|
|
1372
|
+
}
|
|
1373
|
+
},
|
|
1374
|
+
{
|
|
1375
|
+
"name": "generations",
|
|
1376
|
+
"annotation": {
|
|
1377
|
+
"type": "array",
|
|
1378
|
+
"elementType": {
|
|
1379
|
+
"type": "reference",
|
|
1380
|
+
"typeName": {
|
|
1381
|
+
"type": "identifier",
|
|
1382
|
+
"name": "MetricGeneration"
|
|
864
1383
|
}
|
|
865
|
-
|
|
1384
|
+
}
|
|
1385
|
+
}
|
|
1386
|
+
},
|
|
1387
|
+
{
|
|
1388
|
+
"name": "grouped",
|
|
1389
|
+
"annotation": {
|
|
1390
|
+
"type": "keyword",
|
|
1391
|
+
"value": "boolean"
|
|
1392
|
+
}
|
|
1393
|
+
},
|
|
1394
|
+
{
|
|
1395
|
+
"name": "busy",
|
|
1396
|
+
"annotation": {
|
|
1397
|
+
"type": "keyword",
|
|
1398
|
+
"value": "boolean"
|
|
1399
|
+
}
|
|
1400
|
+
},
|
|
1401
|
+
{
|
|
1402
|
+
"name": "theme",
|
|
1403
|
+
"annotation": {
|
|
1404
|
+
"type": "keyword",
|
|
1405
|
+
"value": "string"
|
|
1406
|
+
}
|
|
1407
|
+
},
|
|
1408
|
+
{
|
|
1409
|
+
"name": "uiVersion",
|
|
1410
|
+
"annotation": {
|
|
1411
|
+
"type": "keyword",
|
|
1412
|
+
"value": "string"
|
|
866
1413
|
}
|
|
867
1414
|
},
|
|
1415
|
+
{
|
|
1416
|
+
"name": "app",
|
|
1417
|
+
"annotation": {
|
|
1418
|
+
"type": "reference",
|
|
1419
|
+
"typeName": {
|
|
1420
|
+
"type": "identifier",
|
|
1421
|
+
"name": "MicroApp"
|
|
1422
|
+
}
|
|
1423
|
+
}
|
|
1424
|
+
}
|
|
1425
|
+
],
|
|
1426
|
+
"events": [],
|
|
1427
|
+
"methods": [],
|
|
1428
|
+
"types": [
|
|
868
1429
|
{
|
|
869
1430
|
"type": "interface",
|
|
870
|
-
"name": "
|
|
1431
|
+
"name": "MetricGeneration",
|
|
871
1432
|
"body": [
|
|
872
1433
|
{
|
|
873
1434
|
"type": "propertySignature",
|
|
874
1435
|
"key": {
|
|
875
1436
|
"type": "identifier",
|
|
876
|
-
"name": "
|
|
1437
|
+
"name": "generationId"
|
|
877
1438
|
},
|
|
878
1439
|
"annotation": {
|
|
879
|
-
"type": "
|
|
880
|
-
"
|
|
881
|
-
"type": "identifier",
|
|
882
|
-
"name": "ConfigType"
|
|
883
|
-
}
|
|
1440
|
+
"type": "keyword",
|
|
1441
|
+
"value": "string"
|
|
884
1442
|
},
|
|
1443
|
+
"optional": true,
|
|
885
1444
|
"computed": false
|
|
886
1445
|
},
|
|
887
1446
|
{
|
|
888
1447
|
"type": "propertySignature",
|
|
889
1448
|
"key": {
|
|
890
1449
|
"type": "identifier",
|
|
891
|
-
"name": "
|
|
1450
|
+
"name": "objectId"
|
|
892
1451
|
},
|
|
893
1452
|
"annotation": {
|
|
894
|
-
"type": "
|
|
895
|
-
"
|
|
896
|
-
"type": "reference",
|
|
897
|
-
"typeName": {
|
|
898
|
-
"type": "identifier",
|
|
899
|
-
"name": "Attr"
|
|
900
|
-
}
|
|
901
|
-
}
|
|
1453
|
+
"type": "keyword",
|
|
1454
|
+
"value": "string"
|
|
902
1455
|
},
|
|
903
1456
|
"computed": false
|
|
904
1457
|
},
|
|
@@ -906,14 +1459,11 @@
|
|
|
906
1459
|
"type": "propertySignature",
|
|
907
1460
|
"key": {
|
|
908
1461
|
"type": "identifier",
|
|
909
|
-
"name": "
|
|
1462
|
+
"name": "objectName"
|
|
910
1463
|
},
|
|
911
1464
|
"annotation": {
|
|
912
|
-
"type": "
|
|
913
|
-
"
|
|
914
|
-
"type": "keyword",
|
|
915
|
-
"value": "unknown"
|
|
916
|
-
}
|
|
1465
|
+
"type": "keyword",
|
|
1466
|
+
"value": "string"
|
|
917
1467
|
},
|
|
918
1468
|
"computed": false
|
|
919
1469
|
},
|
|
@@ -921,107 +1471,123 @@
|
|
|
921
1471
|
"type": "propertySignature",
|
|
922
1472
|
"key": {
|
|
923
1473
|
"type": "identifier",
|
|
924
|
-
"name": "
|
|
1474
|
+
"name": "propertyId"
|
|
925
1475
|
},
|
|
926
1476
|
"annotation": {
|
|
927
|
-
"type": "
|
|
928
|
-
"
|
|
929
|
-
|
|
930
|
-
|
|
931
|
-
|
|
932
|
-
|
|
933
|
-
|
|
934
|
-
|
|
1477
|
+
"type": "keyword",
|
|
1478
|
+
"value": "string"
|
|
1479
|
+
},
|
|
1480
|
+
"computed": false
|
|
1481
|
+
},
|
|
1482
|
+
{
|
|
1483
|
+
"type": "propertySignature",
|
|
1484
|
+
"key": {
|
|
1485
|
+
"type": "identifier",
|
|
1486
|
+
"name": "propertyName"
|
|
1487
|
+
},
|
|
1488
|
+
"annotation": {
|
|
1489
|
+
"type": "keyword",
|
|
1490
|
+
"value": "string"
|
|
935
1491
|
},
|
|
936
1492
|
"optional": true,
|
|
937
1493
|
"computed": false
|
|
938
|
-
}
|
|
939
|
-
|
|
940
|
-
|
|
941
|
-
|
|
942
|
-
|
|
943
|
-
|
|
944
|
-
"annotation": {
|
|
945
|
-
"type": "union",
|
|
946
|
-
"types": [
|
|
947
|
-
{
|
|
948
|
-
"type": "jsLiteral",
|
|
949
|
-
"value": "list"
|
|
1494
|
+
},
|
|
1495
|
+
{
|
|
1496
|
+
"type": "propertySignature",
|
|
1497
|
+
"key": {
|
|
1498
|
+
"type": "identifier",
|
|
1499
|
+
"name": "propertyUnit"
|
|
950
1500
|
},
|
|
951
|
-
{
|
|
952
|
-
"type": "
|
|
953
|
-
"value": "
|
|
1501
|
+
"annotation": {
|
|
1502
|
+
"type": "keyword",
|
|
1503
|
+
"value": "string"
|
|
954
1504
|
},
|
|
955
|
-
|
|
956
|
-
|
|
957
|
-
|
|
1505
|
+
"computed": false
|
|
1506
|
+
},
|
|
1507
|
+
{
|
|
1508
|
+
"type": "propertySignature",
|
|
1509
|
+
"key": {
|
|
1510
|
+
"type": "identifier",
|
|
1511
|
+
"name": "propertyDataType"
|
|
958
1512
|
},
|
|
959
|
-
{
|
|
960
|
-
"type": "
|
|
961
|
-
"
|
|
962
|
-
|
|
963
|
-
|
|
964
|
-
|
|
965
|
-
|
|
966
|
-
|
|
967
|
-
|
|
968
|
-
|
|
969
|
-
|
|
1513
|
+
"annotation": {
|
|
1514
|
+
"type": "union",
|
|
1515
|
+
"types": [
|
|
1516
|
+
{
|
|
1517
|
+
"type": "jsLiteral",
|
|
1518
|
+
"value": "long"
|
|
1519
|
+
},
|
|
1520
|
+
{
|
|
1521
|
+
"type": "jsLiteral",
|
|
1522
|
+
"value": "double"
|
|
1523
|
+
}
|
|
1524
|
+
]
|
|
1525
|
+
},
|
|
1526
|
+
"computed": false
|
|
1527
|
+
},
|
|
970
1528
|
{
|
|
971
1529
|
"type": "propertySignature",
|
|
972
1530
|
"key": {
|
|
973
1531
|
"type": "identifier",
|
|
974
|
-
"name": "
|
|
1532
|
+
"name": "propertyInstanceId"
|
|
975
1533
|
},
|
|
976
1534
|
"annotation": {
|
|
977
1535
|
"type": "keyword",
|
|
978
1536
|
"value": "string"
|
|
979
1537
|
},
|
|
1538
|
+
"optional": true,
|
|
980
1539
|
"computed": false
|
|
981
1540
|
},
|
|
982
1541
|
{
|
|
983
1542
|
"type": "propertySignature",
|
|
984
1543
|
"key": {
|
|
985
1544
|
"type": "identifier",
|
|
986
|
-
"name": "
|
|
1545
|
+
"name": "comment"
|
|
987
1546
|
},
|
|
988
1547
|
"annotation": {
|
|
989
1548
|
"type": "keyword",
|
|
990
1549
|
"value": "string"
|
|
991
1550
|
},
|
|
1551
|
+
"optional": true,
|
|
992
1552
|
"computed": false
|
|
993
1553
|
},
|
|
994
1554
|
{
|
|
995
1555
|
"type": "propertySignature",
|
|
996
1556
|
"key": {
|
|
997
1557
|
"type": "identifier",
|
|
998
|
-
"name": "
|
|
1558
|
+
"name": "approved"
|
|
999
1559
|
},
|
|
1000
1560
|
"annotation": {
|
|
1001
|
-
"type": "
|
|
1002
|
-
"
|
|
1003
|
-
"type": "keyword",
|
|
1004
|
-
"value": "unknown"
|
|
1005
|
-
}
|
|
1561
|
+
"type": "keyword",
|
|
1562
|
+
"value": "boolean"
|
|
1006
1563
|
},
|
|
1007
1564
|
"optional": true,
|
|
1008
1565
|
"computed": false
|
|
1009
|
-
}
|
|
1010
|
-
]
|
|
1011
|
-
},
|
|
1012
|
-
{
|
|
1013
|
-
"type": "interface",
|
|
1014
|
-
"name": "ContainerOption",
|
|
1015
|
-
"body": [
|
|
1566
|
+
},
|
|
1016
1567
|
{
|
|
1017
1568
|
"type": "propertySignature",
|
|
1018
1569
|
"key": {
|
|
1019
1570
|
"type": "identifier",
|
|
1020
|
-
"name": "
|
|
1571
|
+
"name": "candidates"
|
|
1021
1572
|
},
|
|
1022
1573
|
"annotation": {
|
|
1023
|
-
"type": "
|
|
1024
|
-
"
|
|
1574
|
+
"type": "union",
|
|
1575
|
+
"types": [
|
|
1576
|
+
{
|
|
1577
|
+
"type": "array",
|
|
1578
|
+
"elementType": {
|
|
1579
|
+
"type": "reference",
|
|
1580
|
+
"typeName": {
|
|
1581
|
+
"type": "identifier",
|
|
1582
|
+
"name": "MetricVisualConfig"
|
|
1583
|
+
}
|
|
1584
|
+
}
|
|
1585
|
+
},
|
|
1586
|
+
{
|
|
1587
|
+
"type": "keyword",
|
|
1588
|
+
"value": "null"
|
|
1589
|
+
}
|
|
1590
|
+
]
|
|
1025
1591
|
},
|
|
1026
1592
|
"computed": false
|
|
1027
1593
|
},
|
|
@@ -1029,11 +1595,14 @@
|
|
|
1029
1595
|
"type": "propertySignature",
|
|
1030
1596
|
"key": {
|
|
1031
1597
|
"type": "identifier",
|
|
1032
|
-
"name": "
|
|
1598
|
+
"name": "mockData"
|
|
1033
1599
|
},
|
|
1034
1600
|
"annotation": {
|
|
1035
|
-
"type": "
|
|
1036
|
-
"
|
|
1601
|
+
"type": "array",
|
|
1602
|
+
"elementType": {
|
|
1603
|
+
"type": "keyword",
|
|
1604
|
+
"value": "unknown"
|
|
1605
|
+
}
|
|
1037
1606
|
},
|
|
1038
1607
|
"computed": false
|
|
1039
1608
|
},
|
|
@@ -1041,252 +1610,131 @@
|
|
|
1041
1610
|
"type": "propertySignature",
|
|
1042
1611
|
"key": {
|
|
1043
1612
|
"type": "identifier",
|
|
1044
|
-
"name": "
|
|
1613
|
+
"name": "groupIndex"
|
|
1045
1614
|
},
|
|
1046
1615
|
"annotation": {
|
|
1047
1616
|
"type": "keyword",
|
|
1048
|
-
"value": "
|
|
1617
|
+
"value": "number"
|
|
1049
1618
|
},
|
|
1050
1619
|
"optional": true,
|
|
1051
1620
|
"computed": false
|
|
1052
|
-
}
|
|
1053
|
-
]
|
|
1054
|
-
},
|
|
1055
|
-
{
|
|
1056
|
-
"type": "interface",
|
|
1057
|
-
"name": "UnknownConfig",
|
|
1058
|
-
"body": [
|
|
1621
|
+
},
|
|
1059
1622
|
{
|
|
1060
1623
|
"type": "propertySignature",
|
|
1061
1624
|
"key": {
|
|
1062
1625
|
"type": "identifier",
|
|
1063
|
-
"name": "
|
|
1626
|
+
"name": "group"
|
|
1064
1627
|
},
|
|
1065
1628
|
"annotation": {
|
|
1066
|
-
"type": "
|
|
1067
|
-
"value": "
|
|
1629
|
+
"type": "keyword",
|
|
1630
|
+
"value": "string"
|
|
1068
1631
|
},
|
|
1632
|
+
"optional": true,
|
|
1069
1633
|
"computed": false
|
|
1070
1634
|
},
|
|
1071
1635
|
{
|
|
1072
1636
|
"type": "propertySignature",
|
|
1073
1637
|
"key": {
|
|
1074
1638
|
"type": "identifier",
|
|
1075
|
-
"name": "
|
|
1639
|
+
"name": "counter"
|
|
1076
1640
|
},
|
|
1077
1641
|
"annotation": {
|
|
1078
1642
|
"type": "keyword",
|
|
1079
1643
|
"value": "string"
|
|
1080
1644
|
},
|
|
1645
|
+
"optional": true,
|
|
1081
1646
|
"computed": false
|
|
1082
1647
|
}
|
|
1083
1648
|
]
|
|
1084
1649
|
}
|
|
1085
1650
|
]
|
|
1086
1651
|
},
|
|
1087
|
-
"visual-builder.
|
|
1088
|
-
"
|
|
1089
|
-
"params": [
|
|
1652
|
+
"visual-builder.generate-snippets-context-menu": {
|
|
1653
|
+
"properties": [
|
|
1090
1654
|
{
|
|
1091
|
-
"name": "
|
|
1655
|
+
"name": "options",
|
|
1092
1656
|
"annotation": {
|
|
1093
1657
|
"type": "array",
|
|
1094
1658
|
"elementType": {
|
|
1095
1659
|
"type": "reference",
|
|
1096
1660
|
"typeName": {
|
|
1097
1661
|
"type": "identifier",
|
|
1098
|
-
"name": "
|
|
1662
|
+
"name": "SnippetOption"
|
|
1099
1663
|
}
|
|
1100
1664
|
}
|
|
1101
1665
|
}
|
|
1102
1666
|
},
|
|
1103
1667
|
{
|
|
1104
|
-
"name": "
|
|
1105
|
-
"annotation": {
|
|
1106
|
-
"type": "keyword",
|
|
1107
|
-
"value": "string"
|
|
1108
|
-
}
|
|
1109
|
-
}
|
|
1110
|
-
],
|
|
1111
|
-
"returns": {
|
|
1112
|
-
"annotation": {
|
|
1113
|
-
"type": "reference",
|
|
1114
|
-
"typeName": {
|
|
1115
|
-
"type": "identifier",
|
|
1116
|
-
"name": "Map"
|
|
1117
|
-
},
|
|
1118
|
-
"typeParameters": {
|
|
1119
|
-
"type": "typeParameterInstantiation",
|
|
1120
|
-
"params": [
|
|
1121
|
-
{
|
|
1122
|
-
"type": "reference",
|
|
1123
|
-
"typeName": {
|
|
1124
|
-
"type": "identifier",
|
|
1125
|
-
"name": "ContextConf"
|
|
1126
|
-
}
|
|
1127
|
-
},
|
|
1128
|
-
{
|
|
1129
|
-
"type": "reference",
|
|
1130
|
-
"typeName": {
|
|
1131
|
-
"type": "identifier",
|
|
1132
|
-
"name": "MemberUsage"
|
|
1133
|
-
}
|
|
1134
|
-
}
|
|
1135
|
-
]
|
|
1136
|
-
}
|
|
1137
|
-
}
|
|
1138
|
-
}
|
|
1139
|
-
},
|
|
1140
|
-
"visual-builder.get-raw-data-system-prompts": {
|
|
1141
|
-
"type": "provider",
|
|
1142
|
-
"params": [],
|
|
1143
|
-
"returns": {
|
|
1144
|
-
"annotation": {
|
|
1145
|
-
"type": "reference",
|
|
1146
|
-
"typeName": {
|
|
1147
|
-
"type": "identifier",
|
|
1148
|
-
"name": "Record"
|
|
1149
|
-
},
|
|
1150
|
-
"typeParameters": {
|
|
1151
|
-
"type": "typeParameterInstantiation",
|
|
1152
|
-
"params": [
|
|
1153
|
-
{
|
|
1154
|
-
"type": "keyword",
|
|
1155
|
-
"value": "string"
|
|
1156
|
-
},
|
|
1157
|
-
{
|
|
1158
|
-
"type": "keyword",
|
|
1159
|
-
"value": "string"
|
|
1160
|
-
}
|
|
1161
|
-
]
|
|
1162
|
-
}
|
|
1163
|
-
}
|
|
1164
|
-
}
|
|
1165
|
-
},
|
|
1166
|
-
"visual-builder.parse-path": {
|
|
1167
|
-
"type": "provider",
|
|
1168
|
-
"params": [
|
|
1169
|
-
{
|
|
1170
|
-
"name": "path",
|
|
1668
|
+
"name": "active",
|
|
1171
1669
|
"annotation": {
|
|
1172
1670
|
"type": "keyword",
|
|
1173
|
-
"value": "
|
|
1671
|
+
"value": "boolean"
|
|
1174
1672
|
}
|
|
1175
1673
|
},
|
|
1176
1674
|
{
|
|
1177
|
-
"name": "
|
|
1675
|
+
"name": "position",
|
|
1178
1676
|
"annotation": {
|
|
1179
1677
|
"type": "reference",
|
|
1180
1678
|
"typeName": {
|
|
1181
1679
|
"type": "identifier",
|
|
1182
|
-
"name": "
|
|
1680
|
+
"name": "Position"
|
|
1183
1681
|
}
|
|
1184
1682
|
}
|
|
1185
1683
|
}
|
|
1186
1684
|
],
|
|
1187
|
-
"
|
|
1188
|
-
"types": [
|
|
1685
|
+
"events": [
|
|
1189
1686
|
{
|
|
1190
|
-
"
|
|
1191
|
-
"
|
|
1192
|
-
|
|
1193
|
-
|
|
1194
|
-
"
|
|
1195
|
-
"key": {
|
|
1196
|
-
"type": "identifier",
|
|
1197
|
-
"name": "end"
|
|
1198
|
-
},
|
|
1199
|
-
"annotation": {
|
|
1200
|
-
"type": "keyword",
|
|
1201
|
-
"value": "boolean"
|
|
1202
|
-
},
|
|
1203
|
-
"optional": true,
|
|
1204
|
-
"computed": false
|
|
1205
|
-
},
|
|
1206
|
-
{
|
|
1207
|
-
"type": "propertySignature",
|
|
1208
|
-
"key": {
|
|
1209
|
-
"type": "identifier",
|
|
1210
|
-
"name": "strict"
|
|
1211
|
-
},
|
|
1212
|
-
"annotation": {
|
|
1213
|
-
"type": "keyword",
|
|
1214
|
-
"value": "boolean"
|
|
1215
|
-
},
|
|
1216
|
-
"optional": true,
|
|
1217
|
-
"computed": false
|
|
1218
|
-
},
|
|
1219
|
-
{
|
|
1220
|
-
"type": "propertySignature",
|
|
1221
|
-
"key": {
|
|
1687
|
+
"name": "item.drag.start",
|
|
1688
|
+
"detail": {
|
|
1689
|
+
"annotation": {
|
|
1690
|
+
"type": "reference",
|
|
1691
|
+
"typeName": {
|
|
1222
1692
|
"type": "identifier",
|
|
1223
|
-
"name": "
|
|
1224
|
-
}
|
|
1225
|
-
"annotation": {
|
|
1226
|
-
"type": "keyword",
|
|
1227
|
-
"value": "boolean"
|
|
1228
|
-
},
|
|
1229
|
-
"optional": true,
|
|
1230
|
-
"computed": false
|
|
1231
|
-
}
|
|
1232
|
-
]
|
|
1233
|
-
}
|
|
1234
|
-
]
|
|
1235
|
-
},
|
|
1236
|
-
"visual-builder.pre-generated-table-view": {
|
|
1237
|
-
"properties": [],
|
|
1238
|
-
"events": [],
|
|
1239
|
-
"methods": []
|
|
1240
|
-
},
|
|
1241
|
-
"visual-builder.pre-generated-container": {
|
|
1242
|
-
"properties": [
|
|
1243
|
-
{
|
|
1244
|
-
"name": "useBrick",
|
|
1245
|
-
"annotation": {
|
|
1246
|
-
"type": "reference",
|
|
1247
|
-
"typeName": {
|
|
1248
|
-
"type": "identifier",
|
|
1249
|
-
"name": "UseBrickConf"
|
|
1693
|
+
"name": "SnippetItem"
|
|
1694
|
+
}
|
|
1250
1695
|
}
|
|
1251
1696
|
}
|
|
1252
1697
|
},
|
|
1253
1698
|
{
|
|
1254
|
-
"name": "
|
|
1255
|
-
"
|
|
1256
|
-
"
|
|
1257
|
-
|
|
1699
|
+
"name": "item.drag.end",
|
|
1700
|
+
"detail": {
|
|
1701
|
+
"annotation": {
|
|
1702
|
+
"type": "reference",
|
|
1703
|
+
"typeName": {
|
|
1704
|
+
"type": "identifier",
|
|
1705
|
+
"name": "SnippetItem"
|
|
1706
|
+
}
|
|
1707
|
+
}
|
|
1258
1708
|
}
|
|
1259
1709
|
}
|
|
1260
1710
|
],
|
|
1261
|
-
"
|
|
1262
|
-
"methods": []
|
|
1263
|
-
},
|
|
1264
|
-
"visual-builder.workbench-action-list": {
|
|
1265
|
-
"properties": [
|
|
1711
|
+
"methods": [
|
|
1266
1712
|
{
|
|
1267
|
-
"name": "
|
|
1268
|
-
"
|
|
1269
|
-
|
|
1270
|
-
|
|
1271
|
-
|
|
1713
|
+
"name": "open",
|
|
1714
|
+
"params": [
|
|
1715
|
+
{
|
|
1716
|
+
"name": "param_1",
|
|
1717
|
+
"annotation": {
|
|
1718
|
+
"type": "reference",
|
|
1719
|
+
"typeName": {
|
|
1720
|
+
"type": "identifier",
|
|
1721
|
+
"name": "OpenInfo"
|
|
1722
|
+
}
|
|
1723
|
+
}
|
|
1724
|
+
}
|
|
1725
|
+
],
|
|
1726
|
+
"returns": {}
|
|
1272
1727
|
},
|
|
1273
1728
|
{
|
|
1274
|
-
"name": "
|
|
1275
|
-
"
|
|
1276
|
-
|
|
1277
|
-
"typeName": {
|
|
1278
|
-
"type": "identifier",
|
|
1279
|
-
"name": "SidebarMenu"
|
|
1280
|
-
}
|
|
1281
|
-
}
|
|
1729
|
+
"name": "close",
|
|
1730
|
+
"params": [],
|
|
1731
|
+
"returns": {}
|
|
1282
1732
|
}
|
|
1283
1733
|
],
|
|
1284
|
-
"events": [],
|
|
1285
|
-
"methods": [],
|
|
1286
1734
|
"types": [
|
|
1287
1735
|
{
|
|
1288
1736
|
"type": "interface",
|
|
1289
|
-
"name": "
|
|
1737
|
+
"name": "SnippetOption",
|
|
1290
1738
|
"body": [
|
|
1291
1739
|
{
|
|
1292
1740
|
"type": "propertySignature",
|
|
@@ -1305,23 +1753,7 @@
|
|
|
1305
1753
|
"type": "propertySignature",
|
|
1306
1754
|
"key": {
|
|
1307
1755
|
"type": "identifier",
|
|
1308
|
-
"name": "
|
|
1309
|
-
},
|
|
1310
|
-
"annotation": {
|
|
1311
|
-
"type": "reference",
|
|
1312
|
-
"typeName": {
|
|
1313
|
-
"type": "identifier",
|
|
1314
|
-
"name": "GeneralIconProps"
|
|
1315
|
-
}
|
|
1316
|
-
},
|
|
1317
|
-
"optional": true,
|
|
1318
|
-
"computed": false
|
|
1319
|
-
},
|
|
1320
|
-
{
|
|
1321
|
-
"type": "propertySignature",
|
|
1322
|
-
"key": {
|
|
1323
|
-
"type": "identifier",
|
|
1324
|
-
"name": "menuItems"
|
|
1756
|
+
"name": "children"
|
|
1325
1757
|
},
|
|
1326
1758
|
"annotation": {
|
|
1327
1759
|
"type": "array",
|
|
@@ -1329,7 +1761,7 @@
|
|
|
1329
1761
|
"type": "reference",
|
|
1330
1762
|
"typeName": {
|
|
1331
1763
|
"type": "identifier",
|
|
1332
|
-
"name": "
|
|
1764
|
+
"name": "SnippetItem"
|
|
1333
1765
|
}
|
|
1334
1766
|
}
|
|
1335
1767
|
},
|
|
@@ -1337,80 +1769,16 @@
|
|
|
1337
1769
|
"computed": false
|
|
1338
1770
|
}
|
|
1339
1771
|
]
|
|
1340
|
-
}
|
|
1341
|
-
]
|
|
1342
|
-
},
|
|
1343
|
-
"visual-builder.get-dependency-tree": {
|
|
1344
|
-
"type": "provider",
|
|
1345
|
-
"params": [
|
|
1346
|
-
{
|
|
1347
|
-
"name": "nodeDataList",
|
|
1348
|
-
"annotation": {
|
|
1349
|
-
"type": "array",
|
|
1350
|
-
"elementType": {
|
|
1351
|
-
"type": "reference",
|
|
1352
|
-
"typeName": {
|
|
1353
|
-
"type": "identifier",
|
|
1354
|
-
"name": "NodeItem"
|
|
1355
|
-
}
|
|
1356
|
-
}
|
|
1357
|
-
}
|
|
1358
1772
|
},
|
|
1359
|
-
{
|
|
1360
|
-
"name": "options",
|
|
1361
|
-
"annotation": {
|
|
1362
|
-
"type": "typeLiteral",
|
|
1363
|
-
"members": [
|
|
1364
|
-
{
|
|
1365
|
-
"type": "propertySignature",
|
|
1366
|
-
"key": {
|
|
1367
|
-
"type": "identifier",
|
|
1368
|
-
"name": "dataType"
|
|
1369
|
-
},
|
|
1370
|
-
"annotation": {
|
|
1371
|
-
"type": "keyword",
|
|
1372
|
-
"value": "string"
|
|
1373
|
-
},
|
|
1374
|
-
"computed": false
|
|
1375
|
-
}
|
|
1376
|
-
]
|
|
1377
|
-
}
|
|
1378
|
-
}
|
|
1379
|
-
],
|
|
1380
|
-
"returns": {
|
|
1381
|
-
"annotation": {
|
|
1382
|
-
"type": "array",
|
|
1383
|
-
"elementType": {
|
|
1384
|
-
"type": "reference",
|
|
1385
|
-
"typeName": {
|
|
1386
|
-
"type": "identifier",
|
|
1387
|
-
"name": "NodeItem"
|
|
1388
|
-
}
|
|
1389
|
-
}
|
|
1390
|
-
}
|
|
1391
|
-
},
|
|
1392
|
-
"types": [
|
|
1393
1773
|
{
|
|
1394
1774
|
"type": "interface",
|
|
1395
|
-
"name": "
|
|
1775
|
+
"name": "SnippetItem",
|
|
1396
1776
|
"body": [
|
|
1397
1777
|
{
|
|
1398
1778
|
"type": "propertySignature",
|
|
1399
1779
|
"key": {
|
|
1400
1780
|
"type": "identifier",
|
|
1401
|
-
"name": "
|
|
1402
|
-
},
|
|
1403
|
-
"annotation": {
|
|
1404
|
-
"type": "keyword",
|
|
1405
|
-
"value": "string"
|
|
1406
|
-
},
|
|
1407
|
-
"computed": false
|
|
1408
|
-
},
|
|
1409
|
-
{
|
|
1410
|
-
"type": "propertySignature",
|
|
1411
|
-
"key": {
|
|
1412
|
-
"type": "identifier",
|
|
1413
|
-
"name": "key"
|
|
1781
|
+
"name": "text"
|
|
1414
1782
|
},
|
|
1415
1783
|
"annotation": {
|
|
1416
1784
|
"type": "keyword",
|
|
@@ -1422,11 +1790,14 @@
|
|
|
1422
1790
|
"type": "propertySignature",
|
|
1423
1791
|
"key": {
|
|
1424
1792
|
"type": "identifier",
|
|
1425
|
-
"name": "
|
|
1793
|
+
"name": "icon"
|
|
1426
1794
|
},
|
|
1427
1795
|
"annotation": {
|
|
1428
|
-
"type": "
|
|
1429
|
-
"
|
|
1796
|
+
"type": "reference",
|
|
1797
|
+
"typeName": {
|
|
1798
|
+
"type": "identifier",
|
|
1799
|
+
"name": "GeneralIconProps"
|
|
1800
|
+
}
|
|
1430
1801
|
},
|
|
1431
1802
|
"optional": true,
|
|
1432
1803
|
"computed": false
|
|
@@ -1435,14 +1806,11 @@
|
|
|
1435
1806
|
"type": "propertySignature",
|
|
1436
1807
|
"key": {
|
|
1437
1808
|
"type": "identifier",
|
|
1438
|
-
"name": "
|
|
1809
|
+
"name": "disabled"
|
|
1439
1810
|
},
|
|
1440
1811
|
"annotation": {
|
|
1441
|
-
"type": "
|
|
1442
|
-
"
|
|
1443
|
-
"type": "identifier",
|
|
1444
|
-
"name": "MenuIcon"
|
|
1445
|
-
}
|
|
1812
|
+
"type": "keyword",
|
|
1813
|
+
"value": "boolean"
|
|
1446
1814
|
},
|
|
1447
1815
|
"optional": true,
|
|
1448
1816
|
"computed": false
|
|
@@ -1451,14 +1819,11 @@
|
|
|
1451
1819
|
"type": "propertySignature",
|
|
1452
1820
|
"key": {
|
|
1453
1821
|
"type": "identifier",
|
|
1454
|
-
"name": "
|
|
1822
|
+
"name": "hidden"
|
|
1455
1823
|
},
|
|
1456
1824
|
"annotation": {
|
|
1457
|
-
"type": "
|
|
1458
|
-
"
|
|
1459
|
-
"type": "identifier",
|
|
1460
|
-
"name": "DataItem"
|
|
1461
|
-
}
|
|
1825
|
+
"type": "keyword",
|
|
1826
|
+
"value": "boolean"
|
|
1462
1827
|
},
|
|
1463
1828
|
"optional": true,
|
|
1464
1829
|
"computed": false
|
|
@@ -1467,11 +1832,11 @@
|
|
|
1467
1832
|
"type": "propertySignature",
|
|
1468
1833
|
"key": {
|
|
1469
1834
|
"type": "identifier",
|
|
1470
|
-
"name": "
|
|
1835
|
+
"name": "tooltip"
|
|
1471
1836
|
},
|
|
1472
1837
|
"annotation": {
|
|
1473
1838
|
"type": "keyword",
|
|
1474
|
-
"value": "
|
|
1839
|
+
"value": "string"
|
|
1475
1840
|
},
|
|
1476
1841
|
"optional": true,
|
|
1477
1842
|
"computed": false
|
|
@@ -1480,154 +1845,165 @@
|
|
|
1480
1845
|
"type": "propertySignature",
|
|
1481
1846
|
"key": {
|
|
1482
1847
|
"type": "identifier",
|
|
1483
|
-
"name": "
|
|
1848
|
+
"name": "dragConf"
|
|
1484
1849
|
},
|
|
1485
1850
|
"annotation": {
|
|
1486
|
-
"type": "
|
|
1487
|
-
"
|
|
1488
|
-
|
|
1489
|
-
|
|
1490
|
-
"
|
|
1491
|
-
|
|
1851
|
+
"type": "typeLiteral",
|
|
1852
|
+
"members": [
|
|
1853
|
+
{
|
|
1854
|
+
"type": "propertySignature",
|
|
1855
|
+
"key": {
|
|
1856
|
+
"type": "identifier",
|
|
1857
|
+
"name": "format"
|
|
1858
|
+
},
|
|
1859
|
+
"annotation": {
|
|
1860
|
+
"type": "keyword",
|
|
1861
|
+
"value": "string"
|
|
1862
|
+
},
|
|
1863
|
+
"computed": false
|
|
1864
|
+
},
|
|
1865
|
+
{
|
|
1866
|
+
"type": "propertySignature",
|
|
1867
|
+
"key": {
|
|
1868
|
+
"type": "identifier",
|
|
1869
|
+
"name": "data"
|
|
1870
|
+
},
|
|
1871
|
+
"annotation": {
|
|
1872
|
+
"type": "keyword",
|
|
1873
|
+
"value": "unknown"
|
|
1874
|
+
},
|
|
1875
|
+
"computed": false
|
|
1492
1876
|
}
|
|
1493
|
-
|
|
1877
|
+
]
|
|
1494
1878
|
},
|
|
1495
1879
|
"optional": true,
|
|
1496
1880
|
"computed": false
|
|
1497
1881
|
}
|
|
1498
1882
|
]
|
|
1499
1883
|
},
|
|
1884
|
+
{
|
|
1885
|
+
"type": "typeAlias",
|
|
1886
|
+
"name": "Position",
|
|
1887
|
+
"annotation": {
|
|
1888
|
+
"type": "tuple",
|
|
1889
|
+
"elementTypes": [
|
|
1890
|
+
{
|
|
1891
|
+
"type": "namedTupleMember",
|
|
1892
|
+
"label": "x",
|
|
1893
|
+
"optional": false,
|
|
1894
|
+
"elementType": {
|
|
1895
|
+
"type": "keyword",
|
|
1896
|
+
"value": "number"
|
|
1897
|
+
}
|
|
1898
|
+
},
|
|
1899
|
+
{
|
|
1900
|
+
"type": "namedTupleMember",
|
|
1901
|
+
"label": "y",
|
|
1902
|
+
"optional": false,
|
|
1903
|
+
"elementType": {
|
|
1904
|
+
"type": "keyword",
|
|
1905
|
+
"value": "number"
|
|
1906
|
+
}
|
|
1907
|
+
}
|
|
1908
|
+
]
|
|
1909
|
+
}
|
|
1910
|
+
},
|
|
1500
1911
|
{
|
|
1501
1912
|
"type": "interface",
|
|
1502
|
-
"name": "
|
|
1913
|
+
"name": "OpenInfo",
|
|
1503
1914
|
"body": [
|
|
1504
1915
|
{
|
|
1505
1916
|
"type": "propertySignature",
|
|
1506
1917
|
"key": {
|
|
1507
1918
|
"type": "identifier",
|
|
1508
|
-
"name": "
|
|
1509
|
-
},
|
|
1510
|
-
"annotation": {
|
|
1511
|
-
"type": "keyword",
|
|
1512
|
-
"value": "string"
|
|
1513
|
-
},
|
|
1514
|
-
"optional": true,
|
|
1515
|
-
"computed": false
|
|
1516
|
-
},
|
|
1517
|
-
{
|
|
1518
|
-
"type": "propertySignature",
|
|
1519
|
-
"key": {
|
|
1520
|
-
"type": "identifier",
|
|
1521
|
-
"name": "path"
|
|
1919
|
+
"name": "position"
|
|
1522
1920
|
},
|
|
1523
1921
|
"annotation": {
|
|
1524
|
-
"type": "
|
|
1525
|
-
"
|
|
1922
|
+
"type": "reference",
|
|
1923
|
+
"typeName": {
|
|
1924
|
+
"type": "identifier",
|
|
1925
|
+
"name": "Position"
|
|
1926
|
+
}
|
|
1526
1927
|
},
|
|
1527
|
-
"
|
|
1528
|
-
"
|
|
1529
|
-
}
|
|
1530
|
-
],
|
|
1531
|
-
"extends": [
|
|
1532
|
-
{
|
|
1533
|
-
"type": "expressionWithTypeArguments",
|
|
1534
|
-
"expression": {
|
|
1535
|
-
"type": "identifier",
|
|
1536
|
-
"name": "ContextConf"
|
|
1537
|
-
}
|
|
1928
|
+
"computed": false,
|
|
1929
|
+
"description": "通常设为 `[EVENT.clientX, EVENT.clientY]`"
|
|
1538
1930
|
}
|
|
1539
1931
|
]
|
|
1540
1932
|
}
|
|
1541
1933
|
]
|
|
1542
1934
|
},
|
|
1543
|
-
"visual-builder.
|
|
1544
|
-
"properties": [
|
|
1545
|
-
{
|
|
1546
|
-
"name": "previewUrl",
|
|
1547
|
-
"annotation": {
|
|
1548
|
-
"type": "keyword",
|
|
1549
|
-
"value": "string"
|
|
1550
|
-
}
|
|
1551
|
-
},
|
|
1552
|
-
{
|
|
1553
|
-
"name": "container",
|
|
1554
|
-
"annotation": {
|
|
1555
|
-
"type": "reference",
|
|
1556
|
-
"typeName": {
|
|
1557
|
-
"type": "identifier",
|
|
1558
|
-
"name": "ContainerType"
|
|
1559
|
-
}
|
|
1560
|
-
}
|
|
1561
|
-
},
|
|
1935
|
+
"visual-builder.chat-conversation": {
|
|
1936
|
+
"properties": [
|
|
1562
1937
|
{
|
|
1563
|
-
"name": "
|
|
1938
|
+
"name": "messages",
|
|
1564
1939
|
"annotation": {
|
|
1565
1940
|
"type": "array",
|
|
1566
1941
|
"elementType": {
|
|
1567
1942
|
"type": "reference",
|
|
1568
1943
|
"typeName": {
|
|
1569
1944
|
"type": "identifier",
|
|
1570
|
-
"name": "
|
|
1945
|
+
"name": "Message"
|
|
1571
1946
|
}
|
|
1572
1947
|
}
|
|
1573
1948
|
}
|
|
1574
1949
|
},
|
|
1575
1950
|
{
|
|
1576
|
-
"name": "
|
|
1951
|
+
"name": "errorBoundary",
|
|
1577
1952
|
"annotation": {
|
|
1578
|
-
"type": "
|
|
1579
|
-
"
|
|
1580
|
-
|
|
1581
|
-
|
|
1582
|
-
|
|
1583
|
-
|
|
1584
|
-
|
|
1585
|
-
|
|
1586
|
-
|
|
1587
|
-
|
|
1588
|
-
|
|
1589
|
-
|
|
1590
|
-
|
|
1591
|
-
|
|
1592
|
-
|
|
1593
|
-
|
|
1594
|
-
|
|
1595
|
-
}
|
|
1596
|
-
]
|
|
1953
|
+
"type": "keyword",
|
|
1954
|
+
"value": "boolean"
|
|
1955
|
+
}
|
|
1956
|
+
}
|
|
1957
|
+
],
|
|
1958
|
+
"events": [
|
|
1959
|
+
{
|
|
1960
|
+
"name": "storyboard.update",
|
|
1961
|
+
"detail": {
|
|
1962
|
+
"annotation": {
|
|
1963
|
+
"type": "array",
|
|
1964
|
+
"elementType": {
|
|
1965
|
+
"type": "reference",
|
|
1966
|
+
"typeName": {
|
|
1967
|
+
"type": "identifier",
|
|
1968
|
+
"name": "BrickConf"
|
|
1969
|
+
}
|
|
1597
1970
|
}
|
|
1598
1971
|
}
|
|
1599
1972
|
}
|
|
1600
1973
|
}
|
|
1601
1974
|
],
|
|
1602
|
-
"events": [],
|
|
1603
1975
|
"methods": [],
|
|
1604
1976
|
"types": [
|
|
1605
|
-
{
|
|
1606
|
-
"type": "typeAlias",
|
|
1607
|
-
"name": "ContainerType",
|
|
1608
|
-
"annotation": {
|
|
1609
|
-
"type": "union",
|
|
1610
|
-
"types": [
|
|
1611
|
-
{
|
|
1612
|
-
"type": "jsLiteral",
|
|
1613
|
-
"value": "table"
|
|
1614
|
-
},
|
|
1615
|
-
{
|
|
1616
|
-
"type": "jsLiteral",
|
|
1617
|
-
"value": "descriptions"
|
|
1618
|
-
}
|
|
1619
|
-
]
|
|
1620
|
-
}
|
|
1621
|
-
},
|
|
1622
1977
|
{
|
|
1623
1978
|
"type": "interface",
|
|
1624
|
-
"name": "
|
|
1979
|
+
"name": "Message",
|
|
1625
1980
|
"body": [
|
|
1626
1981
|
{
|
|
1627
1982
|
"type": "propertySignature",
|
|
1628
1983
|
"key": {
|
|
1629
1984
|
"type": "identifier",
|
|
1630
|
-
"name": "
|
|
1985
|
+
"name": "role"
|
|
1986
|
+
},
|
|
1987
|
+
"annotation": {
|
|
1988
|
+
"type": "union",
|
|
1989
|
+
"types": [
|
|
1990
|
+
{
|
|
1991
|
+
"type": "jsLiteral",
|
|
1992
|
+
"value": "user"
|
|
1993
|
+
},
|
|
1994
|
+
{
|
|
1995
|
+
"type": "jsLiteral",
|
|
1996
|
+
"value": "assistant"
|
|
1997
|
+
}
|
|
1998
|
+
]
|
|
1999
|
+
},
|
|
2000
|
+
"computed": false
|
|
2001
|
+
},
|
|
2002
|
+
{
|
|
2003
|
+
"type": "propertySignature",
|
|
2004
|
+
"key": {
|
|
2005
|
+
"type": "identifier",
|
|
2006
|
+
"name": "content"
|
|
1631
2007
|
},
|
|
1632
2008
|
"annotation": {
|
|
1633
2009
|
"type": "keyword",
|
|
@@ -1639,11 +2015,11 @@
|
|
|
1639
2015
|
"type": "propertySignature",
|
|
1640
2016
|
"key": {
|
|
1641
2017
|
"type": "identifier",
|
|
1642
|
-
"name": "
|
|
2018
|
+
"name": "key"
|
|
1643
2019
|
},
|
|
1644
2020
|
"annotation": {
|
|
1645
2021
|
"type": "keyword",
|
|
1646
|
-
"value": "
|
|
2022
|
+
"value": "number"
|
|
1647
2023
|
},
|
|
1648
2024
|
"computed": false
|
|
1649
2025
|
},
|
|
@@ -1651,14 +2027,11 @@
|
|
|
1651
2027
|
"type": "propertySignature",
|
|
1652
2028
|
"key": {
|
|
1653
2029
|
"type": "identifier",
|
|
1654
|
-
"name": "
|
|
2030
|
+
"name": "partial"
|
|
1655
2031
|
},
|
|
1656
2032
|
"annotation": {
|
|
1657
|
-
"type": "
|
|
1658
|
-
"
|
|
1659
|
-
"type": "keyword",
|
|
1660
|
-
"value": "unknown"
|
|
1661
|
-
}
|
|
2033
|
+
"type": "keyword",
|
|
2034
|
+
"value": "boolean"
|
|
1662
2035
|
},
|
|
1663
2036
|
"optional": true,
|
|
1664
2037
|
"computed": false
|
|
@@ -1667,14 +2040,11 @@
|
|
|
1667
2040
|
"type": "propertySignature",
|
|
1668
2041
|
"key": {
|
|
1669
2042
|
"type": "identifier",
|
|
1670
|
-
"name": "
|
|
2043
|
+
"name": "failed"
|
|
1671
2044
|
},
|
|
1672
2045
|
"annotation": {
|
|
1673
|
-
"type": "
|
|
1674
|
-
"
|
|
1675
|
-
"type": "identifier",
|
|
1676
|
-
"name": "VisualConfig"
|
|
1677
|
-
}
|
|
2046
|
+
"type": "keyword",
|
|
2047
|
+
"value": "boolean"
|
|
1678
2048
|
},
|
|
1679
2049
|
"optional": true,
|
|
1680
2050
|
"computed": false
|
|
@@ -1683,111 +2053,150 @@
|
|
|
1683
2053
|
}
|
|
1684
2054
|
]
|
|
1685
2055
|
},
|
|
1686
|
-
"visual-builder.
|
|
1687
|
-
"
|
|
2056
|
+
"visual-builder.get-config-by-data-for-ai": {
|
|
2057
|
+
"type": "provider",
|
|
2058
|
+
"params": [
|
|
1688
2059
|
{
|
|
1689
|
-
"name": "
|
|
2060
|
+
"name": "data",
|
|
1690
2061
|
"annotation": {
|
|
1691
|
-
"type": "
|
|
1692
|
-
"
|
|
1693
|
-
|
|
1694
|
-
|
|
1695
|
-
"
|
|
1696
|
-
|
|
2062
|
+
"type": "union",
|
|
2063
|
+
"types": [
|
|
2064
|
+
{
|
|
2065
|
+
"type": "reference",
|
|
2066
|
+
"typeName": {
|
|
2067
|
+
"type": "identifier",
|
|
2068
|
+
"name": "Data"
|
|
2069
|
+
}
|
|
2070
|
+
},
|
|
2071
|
+
{
|
|
2072
|
+
"type": "keyword",
|
|
2073
|
+
"value": "undefined"
|
|
2074
|
+
},
|
|
2075
|
+
{
|
|
2076
|
+
"type": "keyword",
|
|
2077
|
+
"value": "null"
|
|
1697
2078
|
}
|
|
1698
|
-
|
|
1699
|
-
}
|
|
1700
|
-
},
|
|
1701
|
-
{
|
|
1702
|
-
"name": "active",
|
|
1703
|
-
"annotation": {
|
|
1704
|
-
"type": "keyword",
|
|
1705
|
-
"value": "boolean"
|
|
1706
|
-
}
|
|
1707
|
-
},
|
|
1708
|
-
{
|
|
1709
|
-
"name": "position",
|
|
1710
|
-
"annotation": {
|
|
1711
|
-
"type": "reference",
|
|
1712
|
-
"typeName": {
|
|
1713
|
-
"type": "identifier",
|
|
1714
|
-
"name": "Position"
|
|
1715
|
-
}
|
|
2079
|
+
]
|
|
1716
2080
|
}
|
|
1717
2081
|
}
|
|
1718
2082
|
],
|
|
1719
|
-
"
|
|
2083
|
+
"returns": {
|
|
2084
|
+
"annotation": {
|
|
2085
|
+
"type": "reference",
|
|
2086
|
+
"typeName": {
|
|
2087
|
+
"type": "identifier",
|
|
2088
|
+
"name": "Promise"
|
|
2089
|
+
},
|
|
2090
|
+
"typeParameters": {
|
|
2091
|
+
"type": "typeParameterInstantiation",
|
|
2092
|
+
"params": [
|
|
2093
|
+
{
|
|
2094
|
+
"type": "reference",
|
|
2095
|
+
"typeName": {
|
|
2096
|
+
"type": "identifier",
|
|
2097
|
+
"name": "Config"
|
|
2098
|
+
}
|
|
2099
|
+
}
|
|
2100
|
+
]
|
|
2101
|
+
}
|
|
2102
|
+
}
|
|
2103
|
+
},
|
|
2104
|
+
"types": [
|
|
1720
2105
|
{
|
|
1721
|
-
"
|
|
1722
|
-
"
|
|
1723
|
-
|
|
1724
|
-
|
|
1725
|
-
"
|
|
2106
|
+
"type": "interface",
|
|
2107
|
+
"name": "Data",
|
|
2108
|
+
"body": [
|
|
2109
|
+
{
|
|
2110
|
+
"type": "propertySignature",
|
|
2111
|
+
"key": {
|
|
1726
2112
|
"type": "identifier",
|
|
1727
|
-
"name": "
|
|
1728
|
-
}
|
|
2113
|
+
"name": "name"
|
|
2114
|
+
},
|
|
2115
|
+
"annotation": {
|
|
2116
|
+
"type": "keyword",
|
|
2117
|
+
"value": "string"
|
|
2118
|
+
},
|
|
2119
|
+
"computed": false
|
|
2120
|
+
},
|
|
2121
|
+
{
|
|
2122
|
+
"type": "propertySignature",
|
|
2123
|
+
"key": {
|
|
2124
|
+
"type": "identifier",
|
|
2125
|
+
"name": "value"
|
|
2126
|
+
},
|
|
2127
|
+
"annotation": {
|
|
2128
|
+
"type": "keyword",
|
|
2129
|
+
"value": "unknown"
|
|
2130
|
+
},
|
|
2131
|
+
"computed": false
|
|
1729
2132
|
}
|
|
1730
|
-
|
|
2133
|
+
]
|
|
1731
2134
|
},
|
|
1732
2135
|
{
|
|
1733
|
-
"
|
|
1734
|
-
"
|
|
1735
|
-
|
|
1736
|
-
|
|
1737
|
-
|
|
1738
|
-
|
|
1739
|
-
"
|
|
2136
|
+
"type": "typeAlias",
|
|
2137
|
+
"name": "Config",
|
|
2138
|
+
"annotation": {
|
|
2139
|
+
"type": "union",
|
|
2140
|
+
"types": [
|
|
2141
|
+
{
|
|
2142
|
+
"type": "reference",
|
|
2143
|
+
"typeName": {
|
|
2144
|
+
"type": "identifier",
|
|
2145
|
+
"name": "NormalConfig"
|
|
2146
|
+
}
|
|
2147
|
+
},
|
|
2148
|
+
{
|
|
2149
|
+
"type": "reference",
|
|
2150
|
+
"typeName": {
|
|
2151
|
+
"type": "identifier",
|
|
2152
|
+
"name": "UnknownConfig"
|
|
2153
|
+
}
|
|
1740
2154
|
}
|
|
1741
|
-
|
|
2155
|
+
]
|
|
1742
2156
|
}
|
|
1743
|
-
}
|
|
1744
|
-
],
|
|
1745
|
-
"methods": [
|
|
2157
|
+
},
|
|
1746
2158
|
{
|
|
1747
|
-
"
|
|
1748
|
-
"
|
|
2159
|
+
"type": "interface",
|
|
2160
|
+
"name": "NormalConfig",
|
|
2161
|
+
"body": [
|
|
1749
2162
|
{
|
|
1750
|
-
"
|
|
2163
|
+
"type": "propertySignature",
|
|
2164
|
+
"key": {
|
|
2165
|
+
"type": "identifier",
|
|
2166
|
+
"name": "type"
|
|
2167
|
+
},
|
|
1751
2168
|
"annotation": {
|
|
1752
2169
|
"type": "reference",
|
|
1753
2170
|
"typeName": {
|
|
1754
2171
|
"type": "identifier",
|
|
1755
|
-
"name": "
|
|
2172
|
+
"name": "ConfigType"
|
|
1756
2173
|
}
|
|
1757
|
-
}
|
|
1758
|
-
|
|
1759
|
-
|
|
1760
|
-
"returns": {}
|
|
1761
|
-
},
|
|
1762
|
-
{
|
|
1763
|
-
"name": "close",
|
|
1764
|
-
"params": [],
|
|
1765
|
-
"returns": {}
|
|
1766
|
-
}
|
|
1767
|
-
],
|
|
1768
|
-
"types": [
|
|
1769
|
-
{
|
|
1770
|
-
"type": "interface",
|
|
1771
|
-
"name": "SnippetOption",
|
|
1772
|
-
"body": [
|
|
2174
|
+
},
|
|
2175
|
+
"computed": false
|
|
2176
|
+
},
|
|
1773
2177
|
{
|
|
1774
2178
|
"type": "propertySignature",
|
|
1775
2179
|
"key": {
|
|
1776
2180
|
"type": "identifier",
|
|
1777
|
-
"name": "
|
|
2181
|
+
"name": "attrList"
|
|
1778
2182
|
},
|
|
1779
2183
|
"annotation": {
|
|
1780
|
-
"type": "
|
|
1781
|
-
"
|
|
2184
|
+
"type": "array",
|
|
2185
|
+
"elementType": {
|
|
2186
|
+
"type": "reference",
|
|
2187
|
+
"typeName": {
|
|
2188
|
+
"type": "identifier",
|
|
2189
|
+
"name": "Attr"
|
|
2190
|
+
}
|
|
2191
|
+
}
|
|
1782
2192
|
},
|
|
1783
|
-
"optional": true,
|
|
1784
2193
|
"computed": false
|
|
1785
2194
|
},
|
|
1786
2195
|
{
|
|
1787
2196
|
"type": "propertySignature",
|
|
1788
2197
|
"key": {
|
|
1789
2198
|
"type": "identifier",
|
|
1790
|
-
"name": "
|
|
2199
|
+
"name": "metricGroups"
|
|
1791
2200
|
},
|
|
1792
2201
|
"annotation": {
|
|
1793
2202
|
"type": "array",
|
|
@@ -1795,7 +2204,40 @@
|
|
|
1795
2204
|
"type": "reference",
|
|
1796
2205
|
"typeName": {
|
|
1797
2206
|
"type": "identifier",
|
|
1798
|
-
"name": "
|
|
2207
|
+
"name": "MetricGroup"
|
|
2208
|
+
}
|
|
2209
|
+
}
|
|
2210
|
+
},
|
|
2211
|
+
"computed": false
|
|
2212
|
+
},
|
|
2213
|
+
{
|
|
2214
|
+
"type": "propertySignature",
|
|
2215
|
+
"key": {
|
|
2216
|
+
"type": "identifier",
|
|
2217
|
+
"name": "dataList"
|
|
2218
|
+
},
|
|
2219
|
+
"annotation": {
|
|
2220
|
+
"type": "array",
|
|
2221
|
+
"elementType": {
|
|
2222
|
+
"type": "keyword",
|
|
2223
|
+
"value": "unknown"
|
|
2224
|
+
}
|
|
2225
|
+
},
|
|
2226
|
+
"computed": false
|
|
2227
|
+
},
|
|
2228
|
+
{
|
|
2229
|
+
"type": "propertySignature",
|
|
2230
|
+
"key": {
|
|
2231
|
+
"type": "identifier",
|
|
2232
|
+
"name": "containerOptions"
|
|
2233
|
+
},
|
|
2234
|
+
"annotation": {
|
|
2235
|
+
"type": "array",
|
|
2236
|
+
"elementType": {
|
|
2237
|
+
"type": "reference",
|
|
2238
|
+
"typeName": {
|
|
2239
|
+
"type": "identifier",
|
|
2240
|
+
"name": "ContainerOption"
|
|
1799
2241
|
}
|
|
1800
2242
|
}
|
|
1801
2243
|
},
|
|
@@ -1804,15 +2246,40 @@
|
|
|
1804
2246
|
}
|
|
1805
2247
|
]
|
|
1806
2248
|
},
|
|
2249
|
+
{
|
|
2250
|
+
"type": "typeAlias",
|
|
2251
|
+
"name": "ConfigType",
|
|
2252
|
+
"annotation": {
|
|
2253
|
+
"type": "union",
|
|
2254
|
+
"types": [
|
|
2255
|
+
{
|
|
2256
|
+
"type": "jsLiteral",
|
|
2257
|
+
"value": "list"
|
|
2258
|
+
},
|
|
2259
|
+
{
|
|
2260
|
+
"type": "jsLiteral",
|
|
2261
|
+
"value": "list-with-pagination"
|
|
2262
|
+
},
|
|
2263
|
+
{
|
|
2264
|
+
"type": "jsLiteral",
|
|
2265
|
+
"value": "object"
|
|
2266
|
+
},
|
|
2267
|
+
{
|
|
2268
|
+
"type": "jsLiteral",
|
|
2269
|
+
"value": "unknown"
|
|
2270
|
+
}
|
|
2271
|
+
]
|
|
2272
|
+
}
|
|
2273
|
+
},
|
|
1807
2274
|
{
|
|
1808
2275
|
"type": "interface",
|
|
1809
|
-
"name": "
|
|
2276
|
+
"name": "Attr",
|
|
1810
2277
|
"body": [
|
|
1811
2278
|
{
|
|
1812
2279
|
"type": "propertySignature",
|
|
1813
2280
|
"key": {
|
|
1814
2281
|
"type": "identifier",
|
|
1815
|
-
"name": "
|
|
2282
|
+
"name": "id"
|
|
1816
2283
|
},
|
|
1817
2284
|
"annotation": {
|
|
1818
2285
|
"type": "keyword",
|
|
@@ -1824,27 +2291,26 @@
|
|
|
1824
2291
|
"type": "propertySignature",
|
|
1825
2292
|
"key": {
|
|
1826
2293
|
"type": "identifier",
|
|
1827
|
-
"name": "
|
|
2294
|
+
"name": "name"
|
|
1828
2295
|
},
|
|
1829
2296
|
"annotation": {
|
|
1830
|
-
"type": "
|
|
1831
|
-
"
|
|
1832
|
-
"type": "identifier",
|
|
1833
|
-
"name": "GeneralIconProps"
|
|
1834
|
-
}
|
|
2297
|
+
"type": "keyword",
|
|
2298
|
+
"value": "string"
|
|
1835
2299
|
},
|
|
1836
|
-
"optional": true,
|
|
1837
2300
|
"computed": false
|
|
1838
2301
|
},
|
|
1839
2302
|
{
|
|
1840
2303
|
"type": "propertySignature",
|
|
1841
2304
|
"key": {
|
|
1842
2305
|
"type": "identifier",
|
|
1843
|
-
"name": "
|
|
2306
|
+
"name": "candidates"
|
|
1844
2307
|
},
|
|
1845
2308
|
"annotation": {
|
|
1846
|
-
"type": "
|
|
1847
|
-
"
|
|
2309
|
+
"type": "array",
|
|
2310
|
+
"elementType": {
|
|
2311
|
+
"type": "keyword",
|
|
2312
|
+
"value": "unknown"
|
|
2313
|
+
}
|
|
1848
2314
|
},
|
|
1849
2315
|
"optional": true,
|
|
1850
2316
|
"computed": false
|
|
@@ -1853,11 +2319,11 @@
|
|
|
1853
2319
|
"type": "propertySignature",
|
|
1854
2320
|
"key": {
|
|
1855
2321
|
"type": "identifier",
|
|
1856
|
-
"name": "
|
|
2322
|
+
"name": "metricKey"
|
|
1857
2323
|
},
|
|
1858
2324
|
"annotation": {
|
|
1859
2325
|
"type": "keyword",
|
|
1860
|
-
"value": "
|
|
2326
|
+
"value": "string"
|
|
1861
2327
|
},
|
|
1862
2328
|
"optional": true,
|
|
1863
2329
|
"computed": false
|
|
@@ -1866,7 +2332,7 @@
|
|
|
1866
2332
|
"type": "propertySignature",
|
|
1867
2333
|
"key": {
|
|
1868
2334
|
"type": "identifier",
|
|
1869
|
-
"name": "
|
|
2335
|
+
"name": "unit"
|
|
1870
2336
|
},
|
|
1871
2337
|
"annotation": {
|
|
1872
2338
|
"type": "keyword",
|
|
@@ -1874,162 +2340,68 @@
|
|
|
1874
2340
|
},
|
|
1875
2341
|
"optional": true,
|
|
1876
2342
|
"computed": false
|
|
1877
|
-
}
|
|
2343
|
+
}
|
|
2344
|
+
]
|
|
2345
|
+
},
|
|
2346
|
+
{
|
|
2347
|
+
"type": "interface",
|
|
2348
|
+
"name": "MetricGroup",
|
|
2349
|
+
"body": [
|
|
1878
2350
|
{
|
|
1879
2351
|
"type": "propertySignature",
|
|
1880
2352
|
"key": {
|
|
1881
2353
|
"type": "identifier",
|
|
1882
|
-
"name": "
|
|
2354
|
+
"name": "group"
|
|
1883
2355
|
},
|
|
1884
2356
|
"annotation": {
|
|
1885
|
-
"type": "
|
|
1886
|
-
"
|
|
1887
|
-
{
|
|
1888
|
-
"type": "propertySignature",
|
|
1889
|
-
"key": {
|
|
1890
|
-
"type": "identifier",
|
|
1891
|
-
"name": "format"
|
|
1892
|
-
},
|
|
1893
|
-
"annotation": {
|
|
1894
|
-
"type": "keyword",
|
|
1895
|
-
"value": "string"
|
|
1896
|
-
},
|
|
1897
|
-
"computed": false
|
|
1898
|
-
},
|
|
1899
|
-
{
|
|
1900
|
-
"type": "propertySignature",
|
|
1901
|
-
"key": {
|
|
1902
|
-
"type": "identifier",
|
|
1903
|
-
"name": "data"
|
|
1904
|
-
},
|
|
1905
|
-
"annotation": {
|
|
1906
|
-
"type": "keyword",
|
|
1907
|
-
"value": "unknown"
|
|
1908
|
-
},
|
|
1909
|
-
"computed": false
|
|
1910
|
-
}
|
|
1911
|
-
]
|
|
2357
|
+
"type": "keyword",
|
|
2358
|
+
"value": "string"
|
|
1912
2359
|
},
|
|
1913
|
-
"optional": true,
|
|
1914
2360
|
"computed": false
|
|
1915
|
-
}
|
|
1916
|
-
|
|
1917
|
-
|
|
1918
|
-
|
|
1919
|
-
|
|
1920
|
-
|
|
1921
|
-
"annotation": {
|
|
1922
|
-
"type": "tuple",
|
|
1923
|
-
"elementTypes": [
|
|
1924
|
-
{
|
|
1925
|
-
"type": "namedTupleMember",
|
|
1926
|
-
"label": "x",
|
|
1927
|
-
"optional": false,
|
|
1928
|
-
"elementType": {
|
|
1929
|
-
"type": "keyword",
|
|
1930
|
-
"value": "number"
|
|
1931
|
-
}
|
|
2361
|
+
},
|
|
2362
|
+
{
|
|
2363
|
+
"type": "propertySignature",
|
|
2364
|
+
"key": {
|
|
2365
|
+
"type": "identifier",
|
|
2366
|
+
"name": "metrics"
|
|
1932
2367
|
},
|
|
1933
|
-
{
|
|
1934
|
-
"type": "
|
|
1935
|
-
"label": "y",
|
|
1936
|
-
"optional": false,
|
|
2368
|
+
"annotation": {
|
|
2369
|
+
"type": "array",
|
|
1937
2370
|
"elementType": {
|
|
1938
2371
|
"type": "keyword",
|
|
1939
|
-
"value": "
|
|
2372
|
+
"value": "string"
|
|
1940
2373
|
}
|
|
1941
|
-
}
|
|
1942
|
-
|
|
1943
|
-
|
|
1944
|
-
},
|
|
1945
|
-
{
|
|
1946
|
-
"type": "interface",
|
|
1947
|
-
"name": "OpenInfo",
|
|
1948
|
-
"body": [
|
|
2374
|
+
},
|
|
2375
|
+
"computed": false
|
|
2376
|
+
},
|
|
1949
2377
|
{
|
|
1950
2378
|
"type": "propertySignature",
|
|
1951
2379
|
"key": {
|
|
1952
2380
|
"type": "identifier",
|
|
1953
|
-
"name": "
|
|
2381
|
+
"name": "counter"
|
|
1954
2382
|
},
|
|
1955
2383
|
"annotation": {
|
|
1956
|
-
"type": "
|
|
1957
|
-
"
|
|
1958
|
-
"type": "identifier",
|
|
1959
|
-
"name": "Position"
|
|
1960
|
-
}
|
|
2384
|
+
"type": "keyword",
|
|
2385
|
+
"value": "string"
|
|
1961
2386
|
},
|
|
1962
|
-
"
|
|
1963
|
-
"
|
|
2387
|
+
"optional": true,
|
|
2388
|
+
"computed": false
|
|
1964
2389
|
}
|
|
1965
2390
|
]
|
|
1966
|
-
}
|
|
1967
|
-
]
|
|
1968
|
-
},
|
|
1969
|
-
"visual-builder.chat-conversation": {
|
|
1970
|
-
"properties": [
|
|
1971
|
-
{
|
|
1972
|
-
"name": "messages",
|
|
1973
|
-
"annotation": {
|
|
1974
|
-
"type": "array",
|
|
1975
|
-
"elementType": {
|
|
1976
|
-
"type": "reference",
|
|
1977
|
-
"typeName": {
|
|
1978
|
-
"type": "identifier",
|
|
1979
|
-
"name": "Message"
|
|
1980
|
-
}
|
|
1981
|
-
}
|
|
1982
|
-
}
|
|
1983
2391
|
},
|
|
1984
|
-
{
|
|
1985
|
-
"name": "errorBoundary",
|
|
1986
|
-
"annotation": {
|
|
1987
|
-
"type": "keyword",
|
|
1988
|
-
"value": "boolean"
|
|
1989
|
-
}
|
|
1990
|
-
}
|
|
1991
|
-
],
|
|
1992
|
-
"events": [
|
|
1993
|
-
{
|
|
1994
|
-
"name": "storyboard.update",
|
|
1995
|
-
"detail": {
|
|
1996
|
-
"annotation": {
|
|
1997
|
-
"type": "array",
|
|
1998
|
-
"elementType": {
|
|
1999
|
-
"type": "reference",
|
|
2000
|
-
"typeName": {
|
|
2001
|
-
"type": "identifier",
|
|
2002
|
-
"name": "BrickConf"
|
|
2003
|
-
}
|
|
2004
|
-
}
|
|
2005
|
-
}
|
|
2006
|
-
}
|
|
2007
|
-
}
|
|
2008
|
-
],
|
|
2009
|
-
"methods": [],
|
|
2010
|
-
"types": [
|
|
2011
2392
|
{
|
|
2012
2393
|
"type": "interface",
|
|
2013
|
-
"name": "
|
|
2394
|
+
"name": "ContainerOption",
|
|
2014
2395
|
"body": [
|
|
2015
2396
|
{
|
|
2016
2397
|
"type": "propertySignature",
|
|
2017
2398
|
"key": {
|
|
2018
2399
|
"type": "identifier",
|
|
2019
|
-
"name": "
|
|
2400
|
+
"name": "label"
|
|
2020
2401
|
},
|
|
2021
2402
|
"annotation": {
|
|
2022
|
-
"type": "
|
|
2023
|
-
"
|
|
2024
|
-
{
|
|
2025
|
-
"type": "jsLiteral",
|
|
2026
|
-
"value": "user"
|
|
2027
|
-
},
|
|
2028
|
-
{
|
|
2029
|
-
"type": "jsLiteral",
|
|
2030
|
-
"value": "assistant"
|
|
2031
|
-
}
|
|
2032
|
-
]
|
|
2403
|
+
"type": "keyword",
|
|
2404
|
+
"value": "string"
|
|
2033
2405
|
},
|
|
2034
2406
|
"computed": false
|
|
2035
2407
|
},
|
|
@@ -2037,7 +2409,7 @@
|
|
|
2037
2409
|
"type": "propertySignature",
|
|
2038
2410
|
"key": {
|
|
2039
2411
|
"type": "identifier",
|
|
2040
|
-
"name": "
|
|
2412
|
+
"name": "value"
|
|
2041
2413
|
},
|
|
2042
2414
|
"annotation": {
|
|
2043
2415
|
"type": "keyword",
|
|
@@ -2049,19 +2421,20 @@
|
|
|
2049
2421
|
"type": "propertySignature",
|
|
2050
2422
|
"key": {
|
|
2051
2423
|
"type": "identifier",
|
|
2052
|
-
"name": "
|
|
2424
|
+
"name": "settings"
|
|
2053
2425
|
},
|
|
2054
2426
|
"annotation": {
|
|
2055
2427
|
"type": "keyword",
|
|
2056
|
-
"value": "
|
|
2428
|
+
"value": "unknown"
|
|
2057
2429
|
},
|
|
2430
|
+
"optional": true,
|
|
2058
2431
|
"computed": false
|
|
2059
2432
|
},
|
|
2060
2433
|
{
|
|
2061
2434
|
"type": "propertySignature",
|
|
2062
2435
|
"key": {
|
|
2063
2436
|
"type": "identifier",
|
|
2064
|
-
"name": "
|
|
2437
|
+
"name": "prefer"
|
|
2065
2438
|
},
|
|
2066
2439
|
"annotation": {
|
|
2067
2440
|
"type": "keyword",
|
|
@@ -2069,18 +2442,35 @@
|
|
|
2069
2442
|
},
|
|
2070
2443
|
"optional": true,
|
|
2071
2444
|
"computed": false
|
|
2445
|
+
}
|
|
2446
|
+
]
|
|
2447
|
+
},
|
|
2448
|
+
{
|
|
2449
|
+
"type": "interface",
|
|
2450
|
+
"name": "UnknownConfig",
|
|
2451
|
+
"body": [
|
|
2452
|
+
{
|
|
2453
|
+
"type": "propertySignature",
|
|
2454
|
+
"key": {
|
|
2455
|
+
"type": "identifier",
|
|
2456
|
+
"name": "type"
|
|
2457
|
+
},
|
|
2458
|
+
"annotation": {
|
|
2459
|
+
"type": "jsLiteral",
|
|
2460
|
+
"value": "unknown"
|
|
2461
|
+
},
|
|
2462
|
+
"computed": false
|
|
2072
2463
|
},
|
|
2073
2464
|
{
|
|
2074
2465
|
"type": "propertySignature",
|
|
2075
2466
|
"key": {
|
|
2076
2467
|
"type": "identifier",
|
|
2077
|
-
"name": "
|
|
2468
|
+
"name": "error"
|
|
2078
2469
|
},
|
|
2079
2470
|
"annotation": {
|
|
2080
2471
|
"type": "keyword",
|
|
2081
|
-
"value": "
|
|
2472
|
+
"value": "string"
|
|
2082
2473
|
},
|
|
2083
|
-
"optional": true,
|
|
2084
2474
|
"computed": false
|
|
2085
2475
|
}
|
|
2086
2476
|
]
|
|
@@ -2331,7 +2721,7 @@
|
|
|
2331
2721
|
],
|
|
2332
2722
|
"methods": []
|
|
2333
2723
|
},
|
|
2334
|
-
"visual-builder.
|
|
2724
|
+
"visual-builder.raw-data-preview": {
|
|
2335
2725
|
"properties": [
|
|
2336
2726
|
{
|
|
2337
2727
|
"name": "previewUrl",
|
|
@@ -2341,20 +2731,20 @@
|
|
|
2341
2731
|
}
|
|
2342
2732
|
},
|
|
2343
2733
|
{
|
|
2344
|
-
"name": "
|
|
2734
|
+
"name": "generations",
|
|
2345
2735
|
"annotation": {
|
|
2346
2736
|
"type": "array",
|
|
2347
2737
|
"elementType": {
|
|
2348
2738
|
"type": "reference",
|
|
2349
2739
|
"typeName": {
|
|
2350
2740
|
"type": "identifier",
|
|
2351
|
-
"name": "
|
|
2741
|
+
"name": "AttributeGeneration"
|
|
2352
2742
|
}
|
|
2353
2743
|
}
|
|
2354
2744
|
}
|
|
2355
2745
|
},
|
|
2356
2746
|
{
|
|
2357
|
-
"name": "
|
|
2747
|
+
"name": "mocks",
|
|
2358
2748
|
"annotation": {
|
|
2359
2749
|
"type": "array",
|
|
2360
2750
|
"elementType": {
|
|
@@ -2380,50 +2770,81 @@
|
|
|
2380
2770
|
}
|
|
2381
2771
|
},
|
|
2382
2772
|
{
|
|
2383
|
-
"name": "
|
|
2773
|
+
"name": "busy",
|
|
2774
|
+
"annotation": {
|
|
2775
|
+
"type": "keyword",
|
|
2776
|
+
"value": "boolean"
|
|
2777
|
+
}
|
|
2778
|
+
},
|
|
2779
|
+
{
|
|
2780
|
+
"name": "category",
|
|
2384
2781
|
"annotation": {
|
|
2385
2782
|
"type": "reference",
|
|
2386
2783
|
"typeName": {
|
|
2387
2784
|
"type": "identifier",
|
|
2388
|
-
"name": "
|
|
2785
|
+
"name": "PreviewCategory"
|
|
2786
|
+
}
|
|
2787
|
+
}
|
|
2788
|
+
},
|
|
2789
|
+
{
|
|
2790
|
+
"name": "theme",
|
|
2791
|
+
"annotation": {
|
|
2792
|
+
"type": "keyword",
|
|
2793
|
+
"value": "string"
|
|
2794
|
+
}
|
|
2795
|
+
},
|
|
2796
|
+
{
|
|
2797
|
+
"name": "uiVersion",
|
|
2798
|
+
"annotation": {
|
|
2799
|
+
"type": "keyword",
|
|
2800
|
+
"value": "string"
|
|
2801
|
+
}
|
|
2802
|
+
},
|
|
2803
|
+
{
|
|
2804
|
+
"name": "app",
|
|
2805
|
+
"annotation": {
|
|
2806
|
+
"type": "reference",
|
|
2807
|
+
"typeName": {
|
|
2808
|
+
"type": "identifier",
|
|
2809
|
+
"name": "MicroApp"
|
|
2389
2810
|
}
|
|
2390
2811
|
}
|
|
2391
2812
|
}
|
|
2392
2813
|
],
|
|
2393
2814
|
"events": [
|
|
2394
2815
|
{
|
|
2395
|
-
"name": "
|
|
2816
|
+
"name": "comment",
|
|
2396
2817
|
"detail": {
|
|
2397
2818
|
"annotation": {
|
|
2398
|
-
"type": "
|
|
2399
|
-
"
|
|
2400
|
-
"type": "
|
|
2401
|
-
"
|
|
2402
|
-
"type": "identifier",
|
|
2403
|
-
"name": "AttrConfig"
|
|
2404
|
-
}
|
|
2819
|
+
"type": "reference",
|
|
2820
|
+
"typeName": {
|
|
2821
|
+
"type": "identifier",
|
|
2822
|
+
"name": "CommentDetail"
|
|
2405
2823
|
}
|
|
2406
2824
|
}
|
|
2407
2825
|
}
|
|
2408
2826
|
},
|
|
2409
2827
|
{
|
|
2410
|
-
"name": "
|
|
2828
|
+
"name": "approve",
|
|
2411
2829
|
"detail": {
|
|
2412
2830
|
"annotation": {
|
|
2413
|
-
"type": "
|
|
2414
|
-
"
|
|
2415
|
-
|
|
2416
|
-
|
|
2417
|
-
|
|
2418
|
-
|
|
2419
|
-
|
|
2420
|
-
|
|
2421
|
-
|
|
2422
|
-
|
|
2423
|
-
|
|
2424
|
-
|
|
2425
|
-
|
|
2426
|
-
|
|
2831
|
+
"type": "reference",
|
|
2832
|
+
"typeName": {
|
|
2833
|
+
"type": "identifier",
|
|
2834
|
+
"name": "ApproveDetail"
|
|
2835
|
+
}
|
|
2836
|
+
}
|
|
2837
|
+
}
|
|
2838
|
+
},
|
|
2839
|
+
{
|
|
2840
|
+
"name": "view.attr.prompt",
|
|
2841
|
+
"detail": {
|
|
2842
|
+
"annotation": {
|
|
2843
|
+
"type": "reference",
|
|
2844
|
+
"typeName": {
|
|
2845
|
+
"type": "identifier",
|
|
2846
|
+
"name": "AttributeGeneration"
|
|
2847
|
+
}
|
|
2427
2848
|
}
|
|
2428
2849
|
}
|
|
2429
2850
|
}
|
|
@@ -2432,25 +2853,26 @@
|
|
|
2432
2853
|
"types": [
|
|
2433
2854
|
{
|
|
2434
2855
|
"type": "interface",
|
|
2435
|
-
"name": "
|
|
2856
|
+
"name": "AttributeGeneration",
|
|
2436
2857
|
"body": [
|
|
2437
2858
|
{
|
|
2438
2859
|
"type": "propertySignature",
|
|
2439
2860
|
"key": {
|
|
2440
2861
|
"type": "identifier",
|
|
2441
|
-
"name": "
|
|
2862
|
+
"name": "generationId"
|
|
2442
2863
|
},
|
|
2443
2864
|
"annotation": {
|
|
2444
2865
|
"type": "keyword",
|
|
2445
2866
|
"value": "string"
|
|
2446
2867
|
},
|
|
2868
|
+
"optional": true,
|
|
2447
2869
|
"computed": false
|
|
2448
2870
|
},
|
|
2449
2871
|
{
|
|
2450
2872
|
"type": "propertySignature",
|
|
2451
2873
|
"key": {
|
|
2452
2874
|
"type": "identifier",
|
|
2453
|
-
"name": "
|
|
2875
|
+
"name": "objectId"
|
|
2454
2876
|
},
|
|
2455
2877
|
"annotation": {
|
|
2456
2878
|
"type": "keyword",
|
|
@@ -2462,7 +2884,56 @@
|
|
|
2462
2884
|
"type": "propertySignature",
|
|
2463
2885
|
"key": {
|
|
2464
2886
|
"type": "identifier",
|
|
2465
|
-
"name": "
|
|
2887
|
+
"name": "objectName"
|
|
2888
|
+
},
|
|
2889
|
+
"annotation": {
|
|
2890
|
+
"type": "keyword",
|
|
2891
|
+
"value": "string"
|
|
2892
|
+
},
|
|
2893
|
+
"computed": false
|
|
2894
|
+
},
|
|
2895
|
+
{
|
|
2896
|
+
"type": "propertySignature",
|
|
2897
|
+
"key": {
|
|
2898
|
+
"type": "identifier",
|
|
2899
|
+
"name": "propertyId"
|
|
2900
|
+
},
|
|
2901
|
+
"annotation": {
|
|
2902
|
+
"type": "keyword",
|
|
2903
|
+
"value": "string"
|
|
2904
|
+
},
|
|
2905
|
+
"computed": false
|
|
2906
|
+
},
|
|
2907
|
+
{
|
|
2908
|
+
"type": "propertySignature",
|
|
2909
|
+
"key": {
|
|
2910
|
+
"type": "identifier",
|
|
2911
|
+
"name": "propertyName"
|
|
2912
|
+
},
|
|
2913
|
+
"annotation": {
|
|
2914
|
+
"type": "keyword",
|
|
2915
|
+
"value": "string"
|
|
2916
|
+
},
|
|
2917
|
+
"computed": false
|
|
2918
|
+
},
|
|
2919
|
+
{
|
|
2920
|
+
"type": "propertySignature",
|
|
2921
|
+
"key": {
|
|
2922
|
+
"type": "identifier",
|
|
2923
|
+
"name": "propertyType"
|
|
2924
|
+
},
|
|
2925
|
+
"annotation": {
|
|
2926
|
+
"type": "keyword",
|
|
2927
|
+
"value": "string"
|
|
2928
|
+
},
|
|
2929
|
+
"optional": true,
|
|
2930
|
+
"computed": false
|
|
2931
|
+
},
|
|
2932
|
+
{
|
|
2933
|
+
"type": "propertySignature",
|
|
2934
|
+
"key": {
|
|
2935
|
+
"type": "identifier",
|
|
2936
|
+
"name": "propertyValues"
|
|
2466
2937
|
},
|
|
2467
2938
|
"annotation": {
|
|
2468
2939
|
"type": "array",
|
|
@@ -2478,165 +2949,143 @@
|
|
|
2478
2949
|
"type": "propertySignature",
|
|
2479
2950
|
"key": {
|
|
2480
2951
|
"type": "identifier",
|
|
2481
|
-
"name": "
|
|
2952
|
+
"name": "propertyInstanceId"
|
|
2482
2953
|
},
|
|
2483
2954
|
"annotation": {
|
|
2484
|
-
"type": "
|
|
2485
|
-
"
|
|
2486
|
-
"type": "reference",
|
|
2487
|
-
"typeName": {
|
|
2488
|
-
"type": "identifier",
|
|
2489
|
-
"name": "VisualConfig"
|
|
2490
|
-
}
|
|
2491
|
-
}
|
|
2955
|
+
"type": "keyword",
|
|
2956
|
+
"value": "string"
|
|
2492
2957
|
},
|
|
2493
2958
|
"optional": true,
|
|
2494
2959
|
"computed": false
|
|
2495
|
-
}
|
|
2496
|
-
]
|
|
2497
|
-
},
|
|
2498
|
-
{
|
|
2499
|
-
"type": "interface",
|
|
2500
|
-
"name": "ContainerConfig",
|
|
2501
|
-
"body": [
|
|
2960
|
+
},
|
|
2502
2961
|
{
|
|
2503
2962
|
"type": "propertySignature",
|
|
2504
2963
|
"key": {
|
|
2505
2964
|
"type": "identifier",
|
|
2506
|
-
"name": "
|
|
2965
|
+
"name": "comment"
|
|
2507
2966
|
},
|
|
2508
2967
|
"annotation": {
|
|
2509
|
-
"type": "
|
|
2510
|
-
"
|
|
2511
|
-
{
|
|
2512
|
-
"type": "jsLiteral",
|
|
2513
|
-
"value": "table"
|
|
2514
|
-
},
|
|
2515
|
-
{
|
|
2516
|
-
"type": "jsLiteral",
|
|
2517
|
-
"value": "descriptions"
|
|
2518
|
-
},
|
|
2519
|
-
{
|
|
2520
|
-
"type": "jsLiteral",
|
|
2521
|
-
"value": "cards"
|
|
2522
|
-
},
|
|
2523
|
-
{
|
|
2524
|
-
"type": "jsLiteral",
|
|
2525
|
-
"value": "chart"
|
|
2526
|
-
},
|
|
2527
|
-
{
|
|
2528
|
-
"type": "keyword",
|
|
2529
|
-
"value": "null"
|
|
2530
|
-
},
|
|
2531
|
-
{
|
|
2532
|
-
"type": "keyword",
|
|
2533
|
-
"value": "undefined"
|
|
2534
|
-
}
|
|
2535
|
-
]
|
|
2968
|
+
"type": "keyword",
|
|
2969
|
+
"value": "string"
|
|
2536
2970
|
},
|
|
2971
|
+
"optional": true,
|
|
2537
2972
|
"computed": false
|
|
2538
2973
|
},
|
|
2539
2974
|
{
|
|
2540
2975
|
"type": "propertySignature",
|
|
2541
2976
|
"key": {
|
|
2542
2977
|
"type": "identifier",
|
|
2543
|
-
"name": "
|
|
2978
|
+
"name": "approved"
|
|
2544
2979
|
},
|
|
2545
2980
|
"annotation": {
|
|
2546
2981
|
"type": "keyword",
|
|
2547
|
-
"value": "
|
|
2982
|
+
"value": "boolean"
|
|
2548
2983
|
},
|
|
2984
|
+
"optional": true,
|
|
2549
2985
|
"computed": false
|
|
2550
2986
|
},
|
|
2551
2987
|
{
|
|
2552
2988
|
"type": "propertySignature",
|
|
2553
2989
|
"key": {
|
|
2554
2990
|
"type": "identifier",
|
|
2555
|
-
"name": "
|
|
2991
|
+
"name": "candidates"
|
|
2556
2992
|
},
|
|
2557
2993
|
"annotation": {
|
|
2558
2994
|
"type": "union",
|
|
2559
2995
|
"types": [
|
|
2560
|
-
{
|
|
2561
|
-
"type": "
|
|
2562
|
-
"
|
|
2996
|
+
{
|
|
2997
|
+
"type": "array",
|
|
2998
|
+
"elementType": {
|
|
2999
|
+
"type": "reference",
|
|
3000
|
+
"typeName": {
|
|
3001
|
+
"type": "identifier",
|
|
3002
|
+
"name": "VisualConfig"
|
|
3003
|
+
}
|
|
3004
|
+
}
|
|
2563
3005
|
},
|
|
2564
3006
|
{
|
|
2565
|
-
"type": "
|
|
2566
|
-
"value": "
|
|
3007
|
+
"type": "keyword",
|
|
3008
|
+
"value": "null"
|
|
2567
3009
|
}
|
|
2568
3010
|
]
|
|
2569
3011
|
},
|
|
2570
|
-
"optional": true,
|
|
2571
3012
|
"computed": false
|
|
2572
3013
|
},
|
|
2573
3014
|
{
|
|
2574
3015
|
"type": "propertySignature",
|
|
2575
3016
|
"key": {
|
|
2576
3017
|
"type": "identifier",
|
|
2577
|
-
"name": "
|
|
3018
|
+
"name": "mockData"
|
|
2578
3019
|
},
|
|
2579
3020
|
"annotation": {
|
|
2580
|
-
"type": "
|
|
2581
|
-
"
|
|
2582
|
-
|
|
2583
|
-
|
|
2584
|
-
"
|
|
2585
|
-
|
|
2586
|
-
"name": "pagination"
|
|
2587
|
-
},
|
|
2588
|
-
"annotation": {
|
|
2589
|
-
"type": "keyword",
|
|
2590
|
-
"value": "boolean"
|
|
2591
|
-
},
|
|
2592
|
-
"optional": true,
|
|
2593
|
-
"computed": false
|
|
3021
|
+
"type": "array",
|
|
3022
|
+
"elementType": {
|
|
3023
|
+
"type": "reference",
|
|
3024
|
+
"typeName": {
|
|
3025
|
+
"type": "identifier",
|
|
3026
|
+
"name": "Record"
|
|
2594
3027
|
},
|
|
2595
|
-
{
|
|
2596
|
-
"type": "
|
|
2597
|
-
"
|
|
2598
|
-
|
|
2599
|
-
|
|
2600
|
-
|
|
2601
|
-
"annotation": {
|
|
2602
|
-
"type": "reference",
|
|
2603
|
-
"typeName": {
|
|
2604
|
-
"type": "identifier",
|
|
2605
|
-
"name": "Record"
|
|
3028
|
+
"typeParameters": {
|
|
3029
|
+
"type": "typeParameterInstantiation",
|
|
3030
|
+
"params": [
|
|
3031
|
+
{
|
|
3032
|
+
"type": "keyword",
|
|
3033
|
+
"value": "string"
|
|
2606
3034
|
},
|
|
2607
|
-
|
|
2608
|
-
"type": "
|
|
2609
|
-
"
|
|
2610
|
-
{
|
|
2611
|
-
"type": "keyword",
|
|
2612
|
-
"value": "string"
|
|
2613
|
-
},
|
|
2614
|
-
{
|
|
2615
|
-
"type": "keyword",
|
|
2616
|
-
"value": "string"
|
|
2617
|
-
}
|
|
2618
|
-
]
|
|
3035
|
+
{
|
|
3036
|
+
"type": "keyword",
|
|
3037
|
+
"value": "unknown"
|
|
2619
3038
|
}
|
|
2620
|
-
|
|
2621
|
-
"optional": true,
|
|
2622
|
-
"computed": false
|
|
3039
|
+
]
|
|
2623
3040
|
}
|
|
2624
|
-
|
|
3041
|
+
}
|
|
2625
3042
|
},
|
|
2626
|
-
"optional": true,
|
|
2627
3043
|
"computed": false
|
|
2628
3044
|
}
|
|
2629
3045
|
]
|
|
2630
3046
|
},
|
|
3047
|
+
{
|
|
3048
|
+
"type": "typeAlias",
|
|
3049
|
+
"name": "PreviewCategory",
|
|
3050
|
+
"annotation": {
|
|
3051
|
+
"type": "union",
|
|
3052
|
+
"types": [
|
|
3053
|
+
{
|
|
3054
|
+
"type": "jsLiteral",
|
|
3055
|
+
"value": "detail-item"
|
|
3056
|
+
},
|
|
3057
|
+
{
|
|
3058
|
+
"type": "jsLiteral",
|
|
3059
|
+
"value": "form-item"
|
|
3060
|
+
},
|
|
3061
|
+
{
|
|
3062
|
+
"type": "jsLiteral",
|
|
3063
|
+
"value": "table-column"
|
|
3064
|
+
},
|
|
3065
|
+
{
|
|
3066
|
+
"type": "jsLiteral",
|
|
3067
|
+
"value": "card-item"
|
|
3068
|
+
},
|
|
3069
|
+
{
|
|
3070
|
+
"type": "jsLiteral",
|
|
3071
|
+
"value": "metric-item"
|
|
3072
|
+
},
|
|
3073
|
+
{
|
|
3074
|
+
"type": "jsLiteral",
|
|
3075
|
+
"value": "value"
|
|
3076
|
+
}
|
|
3077
|
+
]
|
|
3078
|
+
}
|
|
3079
|
+
},
|
|
2631
3080
|
{
|
|
2632
3081
|
"type": "interface",
|
|
2633
|
-
"name": "
|
|
3082
|
+
"name": "CommentDetail",
|
|
2634
3083
|
"body": [
|
|
2635
3084
|
{
|
|
2636
3085
|
"type": "propertySignature",
|
|
2637
3086
|
"key": {
|
|
2638
3087
|
"type": "identifier",
|
|
2639
|
-
"name": "
|
|
3088
|
+
"name": "comment"
|
|
2640
3089
|
},
|
|
2641
3090
|
"annotation": {
|
|
2642
3091
|
"type": "keyword",
|
|
@@ -2648,26 +3097,42 @@
|
|
|
2648
3097
|
"type": "propertySignature",
|
|
2649
3098
|
"key": {
|
|
2650
3099
|
"type": "identifier",
|
|
2651
|
-
"name": "
|
|
3100
|
+
"name": "propertyInstanceId"
|
|
2652
3101
|
},
|
|
2653
3102
|
"annotation": {
|
|
2654
3103
|
"type": "keyword",
|
|
2655
3104
|
"value": "string"
|
|
2656
3105
|
},
|
|
3106
|
+
"optional": true,
|
|
3107
|
+
"computed": false
|
|
3108
|
+
}
|
|
3109
|
+
]
|
|
3110
|
+
},
|
|
3111
|
+
{
|
|
3112
|
+
"type": "interface",
|
|
3113
|
+
"name": "ApproveDetail",
|
|
3114
|
+
"body": [
|
|
3115
|
+
{
|
|
3116
|
+
"type": "propertySignature",
|
|
3117
|
+
"key": {
|
|
3118
|
+
"type": "identifier",
|
|
3119
|
+
"name": "approved"
|
|
3120
|
+
},
|
|
3121
|
+
"annotation": {
|
|
3122
|
+
"type": "keyword",
|
|
3123
|
+
"value": "boolean"
|
|
3124
|
+
},
|
|
2657
3125
|
"computed": false
|
|
2658
3126
|
},
|
|
2659
3127
|
{
|
|
2660
3128
|
"type": "propertySignature",
|
|
2661
3129
|
"key": {
|
|
2662
3130
|
"type": "identifier",
|
|
2663
|
-
"name": "
|
|
3131
|
+
"name": "propertyInstanceId"
|
|
2664
3132
|
},
|
|
2665
3133
|
"annotation": {
|
|
2666
|
-
"type": "
|
|
2667
|
-
"
|
|
2668
|
-
"type": "identifier",
|
|
2669
|
-
"name": "VisualConfig"
|
|
2670
|
-
}
|
|
3134
|
+
"type": "keyword",
|
|
3135
|
+
"value": "string"
|
|
2671
3136
|
},
|
|
2672
3137
|
"optional": true,
|
|
2673
3138
|
"computed": false
|
|
@@ -2960,7 +3425,7 @@
|
|
|
2960
3425
|
}
|
|
2961
3426
|
]
|
|
2962
3427
|
},
|
|
2963
|
-
"visual-builder.
|
|
3428
|
+
"visual-builder.pre-generated-config": {
|
|
2964
3429
|
"properties": [
|
|
2965
3430
|
{
|
|
2966
3431
|
"name": "previewUrl",
|
|
@@ -2970,20 +3435,20 @@
|
|
|
2970
3435
|
}
|
|
2971
3436
|
},
|
|
2972
3437
|
{
|
|
2973
|
-
"name": "
|
|
3438
|
+
"name": "attrList",
|
|
2974
3439
|
"annotation": {
|
|
2975
3440
|
"type": "array",
|
|
2976
3441
|
"elementType": {
|
|
2977
3442
|
"type": "reference",
|
|
2978
3443
|
"typeName": {
|
|
2979
3444
|
"type": "identifier",
|
|
2980
|
-
"name": "
|
|
3445
|
+
"name": "ObjectAttr"
|
|
2981
3446
|
}
|
|
2982
3447
|
}
|
|
2983
3448
|
}
|
|
2984
3449
|
},
|
|
2985
3450
|
{
|
|
2986
|
-
"name": "
|
|
3451
|
+
"name": "mockList",
|
|
2987
3452
|
"annotation": {
|
|
2988
3453
|
"type": "array",
|
|
2989
3454
|
"elementType": {
|
|
@@ -3009,121 +3474,63 @@
|
|
|
3009
3474
|
}
|
|
3010
3475
|
},
|
|
3011
3476
|
{
|
|
3012
|
-
"name": "
|
|
3013
|
-
"annotation": {
|
|
3014
|
-
"type": "keyword",
|
|
3015
|
-
"value": "boolean"
|
|
3016
|
-
}
|
|
3017
|
-
},
|
|
3018
|
-
{
|
|
3019
|
-
"name": "category",
|
|
3477
|
+
"name": "metricGroups",
|
|
3020
3478
|
"annotation": {
|
|
3021
|
-
"type": "
|
|
3022
|
-
"
|
|
3023
|
-
"type": "
|
|
3024
|
-
"
|
|
3479
|
+
"type": "array",
|
|
3480
|
+
"elementType": {
|
|
3481
|
+
"type": "reference",
|
|
3482
|
+
"typeName": {
|
|
3483
|
+
"type": "identifier",
|
|
3484
|
+
"name": "MetricGroup"
|
|
3485
|
+
}
|
|
3025
3486
|
}
|
|
3026
3487
|
}
|
|
3027
3488
|
},
|
|
3028
3489
|
{
|
|
3029
|
-
"name": "
|
|
3030
|
-
"annotation": {
|
|
3031
|
-
"type": "keyword",
|
|
3032
|
-
"value": "string"
|
|
3033
|
-
}
|
|
3034
|
-
},
|
|
3035
|
-
{
|
|
3036
|
-
"name": "uiVersion",
|
|
3037
|
-
"annotation": {
|
|
3038
|
-
"type": "keyword",
|
|
3039
|
-
"value": "string"
|
|
3040
|
-
}
|
|
3041
|
-
},
|
|
3042
|
-
{
|
|
3043
|
-
"name": "app",
|
|
3490
|
+
"name": "containerConfig",
|
|
3044
3491
|
"annotation": {
|
|
3045
3492
|
"type": "reference",
|
|
3046
3493
|
"typeName": {
|
|
3047
3494
|
"type": "identifier",
|
|
3048
|
-
"name": "
|
|
3495
|
+
"name": "ContainerConfig"
|
|
3049
3496
|
}
|
|
3050
3497
|
}
|
|
3051
3498
|
}
|
|
3052
3499
|
],
|
|
3053
3500
|
"events": [
|
|
3054
3501
|
{
|
|
3055
|
-
"name": "
|
|
3056
|
-
"detail": {
|
|
3057
|
-
"annotation": {
|
|
3058
|
-
"type": "reference",
|
|
3059
|
-
"typeName": {
|
|
3060
|
-
"type": "identifier",
|
|
3061
|
-
"name": "CommentDetail"
|
|
3062
|
-
}
|
|
3063
|
-
}
|
|
3064
|
-
}
|
|
3065
|
-
},
|
|
3066
|
-
{
|
|
3067
|
-
"name": "approve",
|
|
3068
|
-
"detail": {
|
|
3069
|
-
"annotation": {
|
|
3070
|
-
"type": "reference",
|
|
3071
|
-
"typeName": {
|
|
3072
|
-
"type": "identifier",
|
|
3073
|
-
"name": "ApproveDetail"
|
|
3074
|
-
}
|
|
3075
|
-
}
|
|
3076
|
-
}
|
|
3077
|
-
},
|
|
3078
|
-
{
|
|
3079
|
-
"name": "view.attr.prompt",
|
|
3502
|
+
"name": "brick.change",
|
|
3080
3503
|
"detail": {
|
|
3081
3504
|
"annotation": {
|
|
3082
|
-
"type": "
|
|
3083
|
-
"
|
|
3084
|
-
|
|
3085
|
-
|
|
3086
|
-
|
|
3087
|
-
|
|
3088
|
-
|
|
3089
|
-
|
|
3090
|
-
|
|
3091
|
-
|
|
3092
|
-
|
|
3093
|
-
|
|
3094
|
-
|
|
3095
|
-
|
|
3096
|
-
|
|
3097
|
-
|
|
3098
|
-
|
|
3099
|
-
|
|
3100
|
-
|
|
3101
|
-
|
|
3102
|
-
|
|
3103
|
-
|
|
3104
|
-
|
|
3105
|
-
|
|
3106
|
-
},
|
|
3107
|
-
"optional": true,
|
|
3108
|
-
"computed": false
|
|
3109
|
-
},
|
|
3110
|
-
{
|
|
3111
|
-
"type": "propertySignature",
|
|
3112
|
-
"key": {
|
|
3113
|
-
"type": "identifier",
|
|
3114
|
-
"name": "objectId"
|
|
3115
|
-
},
|
|
3116
|
-
"annotation": {
|
|
3117
|
-
"type": "keyword",
|
|
3118
|
-
"value": "string"
|
|
3119
|
-
},
|
|
3120
|
-
"computed": false
|
|
3121
|
-
},
|
|
3505
|
+
"type": "union",
|
|
3506
|
+
"types": [
|
|
3507
|
+
{
|
|
3508
|
+
"type": "reference",
|
|
3509
|
+
"typeName": {
|
|
3510
|
+
"type": "identifier",
|
|
3511
|
+
"name": "BrickConf"
|
|
3512
|
+
}
|
|
3513
|
+
},
|
|
3514
|
+
{
|
|
3515
|
+
"type": "keyword",
|
|
3516
|
+
"value": "null"
|
|
3517
|
+
}
|
|
3518
|
+
]
|
|
3519
|
+
}
|
|
3520
|
+
}
|
|
3521
|
+
}
|
|
3522
|
+
],
|
|
3523
|
+
"methods": [],
|
|
3524
|
+
"types": [
|
|
3525
|
+
{
|
|
3526
|
+
"type": "interface",
|
|
3527
|
+
"name": "ObjectAttr",
|
|
3528
|
+
"body": [
|
|
3122
3529
|
{
|
|
3123
3530
|
"type": "propertySignature",
|
|
3124
3531
|
"key": {
|
|
3125
3532
|
"type": "identifier",
|
|
3126
|
-
"name": "
|
|
3533
|
+
"name": "id"
|
|
3127
3534
|
},
|
|
3128
3535
|
"annotation": {
|
|
3129
3536
|
"type": "keyword",
|
|
@@ -3135,7 +3542,7 @@
|
|
|
3135
3542
|
"type": "propertySignature",
|
|
3136
3543
|
"key": {
|
|
3137
3544
|
"type": "identifier",
|
|
3138
|
-
"name": "
|
|
3545
|
+
"name": "name"
|
|
3139
3546
|
},
|
|
3140
3547
|
"annotation": {
|
|
3141
3548
|
"type": "keyword",
|
|
@@ -3147,23 +3554,27 @@
|
|
|
3147
3554
|
"type": "propertySignature",
|
|
3148
3555
|
"key": {
|
|
3149
3556
|
"type": "identifier",
|
|
3150
|
-
"name": "
|
|
3557
|
+
"name": "enum"
|
|
3151
3558
|
},
|
|
3152
3559
|
"annotation": {
|
|
3153
|
-
"type": "
|
|
3154
|
-
"
|
|
3560
|
+
"type": "array",
|
|
3561
|
+
"elementType": {
|
|
3562
|
+
"type": "keyword",
|
|
3563
|
+
"value": "unknown"
|
|
3564
|
+
}
|
|
3155
3565
|
},
|
|
3566
|
+
"optional": true,
|
|
3156
3567
|
"computed": false
|
|
3157
3568
|
},
|
|
3158
3569
|
{
|
|
3159
3570
|
"type": "propertySignature",
|
|
3160
3571
|
"key": {
|
|
3161
3572
|
"type": "identifier",
|
|
3162
|
-
"name": "
|
|
3573
|
+
"name": "metricKey"
|
|
3163
3574
|
},
|
|
3164
3575
|
"annotation": {
|
|
3165
3576
|
"type": "keyword",
|
|
3166
|
-
"value": "
|
|
3577
|
+
"value": "undefined"
|
|
3167
3578
|
},
|
|
3168
3579
|
"optional": true,
|
|
3169
3580
|
"computed": false
|
|
@@ -3172,79 +3583,105 @@
|
|
|
3172
3583
|
"type": "propertySignature",
|
|
3173
3584
|
"key": {
|
|
3174
3585
|
"type": "identifier",
|
|
3175
|
-
"name": "
|
|
3586
|
+
"name": "candidates"
|
|
3176
3587
|
},
|
|
3177
3588
|
"annotation": {
|
|
3178
3589
|
"type": "array",
|
|
3179
3590
|
"elementType": {
|
|
3180
|
-
"type": "
|
|
3181
|
-
"
|
|
3591
|
+
"type": "reference",
|
|
3592
|
+
"typeName": {
|
|
3593
|
+
"type": "identifier",
|
|
3594
|
+
"name": "VisualConfig"
|
|
3595
|
+
}
|
|
3182
3596
|
}
|
|
3183
3597
|
},
|
|
3184
3598
|
"optional": true,
|
|
3185
3599
|
"computed": false
|
|
3186
|
-
}
|
|
3600
|
+
}
|
|
3601
|
+
]
|
|
3602
|
+
},
|
|
3603
|
+
{
|
|
3604
|
+
"type": "interface",
|
|
3605
|
+
"name": "MetricGroup",
|
|
3606
|
+
"body": [
|
|
3187
3607
|
{
|
|
3188
3608
|
"type": "propertySignature",
|
|
3189
3609
|
"key": {
|
|
3190
3610
|
"type": "identifier",
|
|
3191
|
-
"name": "
|
|
3611
|
+
"name": "group"
|
|
3192
3612
|
},
|
|
3193
3613
|
"annotation": {
|
|
3194
3614
|
"type": "keyword",
|
|
3195
3615
|
"value": "string"
|
|
3196
3616
|
},
|
|
3197
|
-
"optional": true,
|
|
3198
3617
|
"computed": false
|
|
3199
3618
|
},
|
|
3200
3619
|
{
|
|
3201
3620
|
"type": "propertySignature",
|
|
3202
3621
|
"key": {
|
|
3203
3622
|
"type": "identifier",
|
|
3204
|
-
"name": "
|
|
3623
|
+
"name": "metrics"
|
|
3205
3624
|
},
|
|
3206
3625
|
"annotation": {
|
|
3207
|
-
"type": "
|
|
3208
|
-
"
|
|
3626
|
+
"type": "array",
|
|
3627
|
+
"elementType": {
|
|
3628
|
+
"type": "keyword",
|
|
3629
|
+
"value": "string"
|
|
3630
|
+
}
|
|
3209
3631
|
},
|
|
3210
|
-
"optional": true,
|
|
3211
3632
|
"computed": false
|
|
3212
3633
|
},
|
|
3213
3634
|
{
|
|
3214
3635
|
"type": "propertySignature",
|
|
3215
3636
|
"key": {
|
|
3216
3637
|
"type": "identifier",
|
|
3217
|
-
"name": "
|
|
3638
|
+
"name": "counter"
|
|
3218
3639
|
},
|
|
3219
3640
|
"annotation": {
|
|
3220
3641
|
"type": "keyword",
|
|
3221
|
-
"value": "
|
|
3642
|
+
"value": "string"
|
|
3222
3643
|
},
|
|
3223
3644
|
"optional": true,
|
|
3224
3645
|
"computed": false
|
|
3225
|
-
}
|
|
3646
|
+
}
|
|
3647
|
+
]
|
|
3648
|
+
},
|
|
3649
|
+
{
|
|
3650
|
+
"type": "interface",
|
|
3651
|
+
"name": "ContainerConfig",
|
|
3652
|
+
"body": [
|
|
3226
3653
|
{
|
|
3227
3654
|
"type": "propertySignature",
|
|
3228
3655
|
"key": {
|
|
3229
3656
|
"type": "identifier",
|
|
3230
|
-
"name": "
|
|
3657
|
+
"name": "type"
|
|
3231
3658
|
},
|
|
3232
3659
|
"annotation": {
|
|
3233
3660
|
"type": "union",
|
|
3234
3661
|
"types": [
|
|
3235
3662
|
{
|
|
3236
|
-
"type": "
|
|
3237
|
-
"
|
|
3238
|
-
|
|
3239
|
-
|
|
3240
|
-
|
|
3241
|
-
|
|
3242
|
-
|
|
3243
|
-
|
|
3663
|
+
"type": "jsLiteral",
|
|
3664
|
+
"value": "table"
|
|
3665
|
+
},
|
|
3666
|
+
{
|
|
3667
|
+
"type": "jsLiteral",
|
|
3668
|
+
"value": "descriptions"
|
|
3669
|
+
},
|
|
3670
|
+
{
|
|
3671
|
+
"type": "jsLiteral",
|
|
3672
|
+
"value": "cards"
|
|
3673
|
+
},
|
|
3674
|
+
{
|
|
3675
|
+
"type": "jsLiteral",
|
|
3676
|
+
"value": "chart"
|
|
3244
3677
|
},
|
|
3245
3678
|
{
|
|
3246
3679
|
"type": "keyword",
|
|
3247
3680
|
"value": "null"
|
|
3681
|
+
},
|
|
3682
|
+
{
|
|
3683
|
+
"type": "keyword",
|
|
3684
|
+
"value": "undefined"
|
|
3248
3685
|
}
|
|
3249
3686
|
]
|
|
3250
3687
|
},
|
|
@@ -3254,77 +3691,7 @@
|
|
|
3254
3691
|
"type": "propertySignature",
|
|
3255
3692
|
"key": {
|
|
3256
3693
|
"type": "identifier",
|
|
3257
|
-
"name": "
|
|
3258
|
-
},
|
|
3259
|
-
"annotation": {
|
|
3260
|
-
"type": "array",
|
|
3261
|
-
"elementType": {
|
|
3262
|
-
"type": "reference",
|
|
3263
|
-
"typeName": {
|
|
3264
|
-
"type": "identifier",
|
|
3265
|
-
"name": "Record"
|
|
3266
|
-
},
|
|
3267
|
-
"typeParameters": {
|
|
3268
|
-
"type": "typeParameterInstantiation",
|
|
3269
|
-
"params": [
|
|
3270
|
-
{
|
|
3271
|
-
"type": "keyword",
|
|
3272
|
-
"value": "string"
|
|
3273
|
-
},
|
|
3274
|
-
{
|
|
3275
|
-
"type": "keyword",
|
|
3276
|
-
"value": "unknown"
|
|
3277
|
-
}
|
|
3278
|
-
]
|
|
3279
|
-
}
|
|
3280
|
-
}
|
|
3281
|
-
},
|
|
3282
|
-
"computed": false
|
|
3283
|
-
}
|
|
3284
|
-
]
|
|
3285
|
-
},
|
|
3286
|
-
{
|
|
3287
|
-
"type": "typeAlias",
|
|
3288
|
-
"name": "PreviewCategory",
|
|
3289
|
-
"annotation": {
|
|
3290
|
-
"type": "union",
|
|
3291
|
-
"types": [
|
|
3292
|
-
{
|
|
3293
|
-
"type": "jsLiteral",
|
|
3294
|
-
"value": "detail-item"
|
|
3295
|
-
},
|
|
3296
|
-
{
|
|
3297
|
-
"type": "jsLiteral",
|
|
3298
|
-
"value": "form-item"
|
|
3299
|
-
},
|
|
3300
|
-
{
|
|
3301
|
-
"type": "jsLiteral",
|
|
3302
|
-
"value": "table-column"
|
|
3303
|
-
},
|
|
3304
|
-
{
|
|
3305
|
-
"type": "jsLiteral",
|
|
3306
|
-
"value": "card-item"
|
|
3307
|
-
},
|
|
3308
|
-
{
|
|
3309
|
-
"type": "jsLiteral",
|
|
3310
|
-
"value": "metric-item"
|
|
3311
|
-
},
|
|
3312
|
-
{
|
|
3313
|
-
"type": "jsLiteral",
|
|
3314
|
-
"value": "value"
|
|
3315
|
-
}
|
|
3316
|
-
]
|
|
3317
|
-
}
|
|
3318
|
-
},
|
|
3319
|
-
{
|
|
3320
|
-
"type": "interface",
|
|
3321
|
-
"name": "CommentDetail",
|
|
3322
|
-
"body": [
|
|
3323
|
-
{
|
|
3324
|
-
"type": "propertySignature",
|
|
3325
|
-
"key": {
|
|
3326
|
-
"type": "identifier",
|
|
3327
|
-
"name": "comment"
|
|
3694
|
+
"name": "dataName"
|
|
3328
3695
|
},
|
|
3329
3696
|
"annotation": {
|
|
3330
3697
|
"type": "keyword",
|
|
@@ -3336,42 +3703,76 @@
|
|
|
3336
3703
|
"type": "propertySignature",
|
|
3337
3704
|
"key": {
|
|
3338
3705
|
"type": "identifier",
|
|
3339
|
-
"name": "
|
|
3706
|
+
"name": "dataType"
|
|
3340
3707
|
},
|
|
3341
3708
|
"annotation": {
|
|
3342
|
-
"type": "
|
|
3343
|
-
"
|
|
3709
|
+
"type": "union",
|
|
3710
|
+
"types": [
|
|
3711
|
+
{
|
|
3712
|
+
"type": "jsLiteral",
|
|
3713
|
+
"value": "context"
|
|
3714
|
+
},
|
|
3715
|
+
{
|
|
3716
|
+
"type": "jsLiteral",
|
|
3717
|
+
"value": "state"
|
|
3718
|
+
}
|
|
3719
|
+
]
|
|
3344
3720
|
},
|
|
3345
3721
|
"optional": true,
|
|
3346
3722
|
"computed": false
|
|
3347
|
-
}
|
|
3348
|
-
]
|
|
3349
|
-
},
|
|
3350
|
-
{
|
|
3351
|
-
"type": "interface",
|
|
3352
|
-
"name": "ApproveDetail",
|
|
3353
|
-
"body": [
|
|
3354
|
-
{
|
|
3355
|
-
"type": "propertySignature",
|
|
3356
|
-
"key": {
|
|
3357
|
-
"type": "identifier",
|
|
3358
|
-
"name": "approved"
|
|
3359
|
-
},
|
|
3360
|
-
"annotation": {
|
|
3361
|
-
"type": "keyword",
|
|
3362
|
-
"value": "boolean"
|
|
3363
|
-
},
|
|
3364
|
-
"computed": false
|
|
3365
3723
|
},
|
|
3366
3724
|
{
|
|
3367
3725
|
"type": "propertySignature",
|
|
3368
3726
|
"key": {
|
|
3369
3727
|
"type": "identifier",
|
|
3370
|
-
"name": "
|
|
3728
|
+
"name": "settings"
|
|
3371
3729
|
},
|
|
3372
3730
|
"annotation": {
|
|
3373
|
-
"type": "
|
|
3374
|
-
"
|
|
3731
|
+
"type": "typeLiteral",
|
|
3732
|
+
"members": [
|
|
3733
|
+
{
|
|
3734
|
+
"type": "propertySignature",
|
|
3735
|
+
"key": {
|
|
3736
|
+
"type": "identifier",
|
|
3737
|
+
"name": "pagination"
|
|
3738
|
+
},
|
|
3739
|
+
"annotation": {
|
|
3740
|
+
"type": "keyword",
|
|
3741
|
+
"value": "boolean"
|
|
3742
|
+
},
|
|
3743
|
+
"optional": true,
|
|
3744
|
+
"computed": false
|
|
3745
|
+
},
|
|
3746
|
+
{
|
|
3747
|
+
"type": "propertySignature",
|
|
3748
|
+
"key": {
|
|
3749
|
+
"type": "identifier",
|
|
3750
|
+
"name": "fields"
|
|
3751
|
+
},
|
|
3752
|
+
"annotation": {
|
|
3753
|
+
"type": "reference",
|
|
3754
|
+
"typeName": {
|
|
3755
|
+
"type": "identifier",
|
|
3756
|
+
"name": "Record"
|
|
3757
|
+
},
|
|
3758
|
+
"typeParameters": {
|
|
3759
|
+
"type": "typeParameterInstantiation",
|
|
3760
|
+
"params": [
|
|
3761
|
+
{
|
|
3762
|
+
"type": "keyword",
|
|
3763
|
+
"value": "string"
|
|
3764
|
+
},
|
|
3765
|
+
{
|
|
3766
|
+
"type": "keyword",
|
|
3767
|
+
"value": "string"
|
|
3768
|
+
}
|
|
3769
|
+
]
|
|
3770
|
+
}
|
|
3771
|
+
},
|
|
3772
|
+
"optional": true,
|
|
3773
|
+
"computed": false
|
|
3774
|
+
}
|
|
3775
|
+
]
|
|
3375
3776
|
},
|
|
3376
3777
|
"optional": true,
|
|
3377
3778
|
"computed": false
|