@next-bricks/ai-portal 0.56.1 → 0.57.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 +44 -34
- package/dist/chunks/1510.ba18a788.js +2 -0
- package/dist/chunks/1510.ba18a788.js.map +1 -0
- package/dist/chunks/6995.65da5073.js +2 -0
- package/dist/chunks/6995.65da5073.js.map +1 -0
- package/dist/chunks/7868.f4c744a7.js +2 -0
- package/dist/chunks/7868.f4c744a7.js.map +1 -0
- package/dist/chunks/9270.e909e789.js +2 -0
- package/dist/chunks/9270.e909e789.js.map +1 -0
- package/dist/chunks/chat-stream.9f07e680.js +2 -0
- package/dist/chunks/{chat-stream.e0d13969.js.map → chat-stream.9f07e680.js.map} +1 -1
- package/dist/chunks/{main.14d3a485.js → main.a8c98afa.js} +2 -2
- package/dist/chunks/{main.14d3a485.js.map → main.a8c98afa.js.map} +1 -1
- package/dist/chunks/notice-dropdown.37b8ffb2.js +2 -0
- package/dist/chunks/notice-dropdown.37b8ffb2.js.map +1 -0
- package/dist/examples.json +13 -10
- package/dist/images/0155287e.svg +18 -0
- package/dist/images/0e89dec0.svg +19 -0
- package/dist/images/218d5865.svg +18 -0
- package/dist/images/391238ae.png +0 -0
- package/dist/images/dcee4821.svg +12 -0
- package/dist/index.b1550ef8.js +2 -0
- package/dist/index.b1550ef8.js.map +1 -0
- package/dist/manifest.json +402 -334
- package/dist/types.json +607 -425
- package/dist-types/bootstrap.d.ts +1 -0
- package/dist-types/chat-stream/HumanInTheLoop/HumanInTheLoop.d.ts +6 -0
- package/dist-types/chat-stream/i18n.d.ts +3 -4
- package/dist-types/cruise-canvas/i18n.d.ts +2 -2
- package/dist-types/notice-dropdown/i18n.d.ts +18 -0
- package/dist-types/notice-dropdown/index.d.ts +61 -0
- package/dist-types/notice-dropdown/index.spec.d.ts +1 -0
- package/docs/notice-dropdown.md +101 -0
- package/package.json +2 -2
- package/dist/chunks/1510.42780c0d.js +0 -2
- package/dist/chunks/1510.42780c0d.js.map +0 -1
- package/dist/chunks/5269.13671bc0.js +0 -2
- package/dist/chunks/5269.13671bc0.js.map +0 -1
- package/dist/chunks/6995.4d172ef6.js +0 -2
- package/dist/chunks/6995.4d172ef6.js.map +0 -1
- package/dist/chunks/7517.cf7a9f90.js +0 -2
- package/dist/chunks/7517.cf7a9f90.js.map +0 -1
- package/dist/chunks/chat-stream.e0d13969.js +0 -2
- package/dist/index.8d87387c.js +0 -2
- package/dist/index.8d87387c.js.map +0 -1
package/dist/types.json
CHANGED
|
@@ -1,12 +1,103 @@
|
|
|
1
1
|
{
|
|
2
|
-
"ai-portal.
|
|
2
|
+
"ai-portal.stat-with-mini-chart": {
|
|
3
3
|
"properties": [
|
|
4
4
|
{
|
|
5
|
-
"name": "
|
|
5
|
+
"name": "label",
|
|
6
|
+
"annotation": {
|
|
7
|
+
"type": "keyword",
|
|
8
|
+
"value": "string"
|
|
9
|
+
}
|
|
10
|
+
},
|
|
11
|
+
{
|
|
12
|
+
"name": "value",
|
|
13
|
+
"annotation": {
|
|
14
|
+
"type": "keyword",
|
|
15
|
+
"value": "string"
|
|
16
|
+
}
|
|
17
|
+
},
|
|
18
|
+
{
|
|
19
|
+
"name": "size",
|
|
20
|
+
"annotation": {
|
|
21
|
+
"type": "union",
|
|
22
|
+
"types": [
|
|
23
|
+
{
|
|
24
|
+
"type": "jsLiteral",
|
|
25
|
+
"value": "medium"
|
|
26
|
+
},
|
|
27
|
+
{
|
|
28
|
+
"type": "jsLiteral",
|
|
29
|
+
"value": "small"
|
|
30
|
+
}
|
|
31
|
+
]
|
|
32
|
+
}
|
|
33
|
+
},
|
|
34
|
+
{
|
|
35
|
+
"name": "lineColor",
|
|
36
|
+
"annotation": {
|
|
37
|
+
"type": "keyword",
|
|
38
|
+
"value": "string"
|
|
39
|
+
}
|
|
40
|
+
},
|
|
41
|
+
{
|
|
42
|
+
"name": "showArea",
|
|
6
43
|
"annotation": {
|
|
7
44
|
"type": "keyword",
|
|
8
45
|
"value": "boolean"
|
|
9
46
|
}
|
|
47
|
+
},
|
|
48
|
+
{
|
|
49
|
+
"name": "min",
|
|
50
|
+
"annotation": {
|
|
51
|
+
"type": "keyword",
|
|
52
|
+
"value": "number"
|
|
53
|
+
}
|
|
54
|
+
},
|
|
55
|
+
{
|
|
56
|
+
"name": "max",
|
|
57
|
+
"annotation": {
|
|
58
|
+
"type": "keyword",
|
|
59
|
+
"value": "number"
|
|
60
|
+
}
|
|
61
|
+
},
|
|
62
|
+
{
|
|
63
|
+
"name": "xField",
|
|
64
|
+
"annotation": {
|
|
65
|
+
"type": "keyword",
|
|
66
|
+
"value": "string"
|
|
67
|
+
}
|
|
68
|
+
},
|
|
69
|
+
{
|
|
70
|
+
"name": "yField",
|
|
71
|
+
"annotation": {
|
|
72
|
+
"type": "keyword",
|
|
73
|
+
"value": "string"
|
|
74
|
+
}
|
|
75
|
+
},
|
|
76
|
+
{
|
|
77
|
+
"name": "data",
|
|
78
|
+
"annotation": {
|
|
79
|
+
"type": "array",
|
|
80
|
+
"elementType": {
|
|
81
|
+
"type": "reference",
|
|
82
|
+
"typeName": {
|
|
83
|
+
"type": "identifier",
|
|
84
|
+
"name": "Record"
|
|
85
|
+
},
|
|
86
|
+
"typeParameters": {
|
|
87
|
+
"type": "typeParameterInstantiation",
|
|
88
|
+
"params": [
|
|
89
|
+
{
|
|
90
|
+
"type": "keyword",
|
|
91
|
+
"value": "string"
|
|
92
|
+
},
|
|
93
|
+
{
|
|
94
|
+
"type": "keyword",
|
|
95
|
+
"value": "number"
|
|
96
|
+
}
|
|
97
|
+
]
|
|
98
|
+
}
|
|
99
|
+
}
|
|
100
|
+
}
|
|
10
101
|
}
|
|
11
102
|
],
|
|
12
103
|
"events": [],
|
|
@@ -90,6 +181,140 @@
|
|
|
90
181
|
}
|
|
91
182
|
]
|
|
92
183
|
},
|
|
184
|
+
"ai-portal.home-container": {
|
|
185
|
+
"properties": [
|
|
186
|
+
{
|
|
187
|
+
"name": "sticky",
|
|
188
|
+
"annotation": {
|
|
189
|
+
"type": "keyword",
|
|
190
|
+
"value": "boolean"
|
|
191
|
+
}
|
|
192
|
+
}
|
|
193
|
+
],
|
|
194
|
+
"events": [],
|
|
195
|
+
"methods": []
|
|
196
|
+
},
|
|
197
|
+
"ai-portal.call-tool": {
|
|
198
|
+
"type": "provider",
|
|
199
|
+
"params": [
|
|
200
|
+
{
|
|
201
|
+
"name": "tool",
|
|
202
|
+
"annotation": {
|
|
203
|
+
"type": "reference",
|
|
204
|
+
"typeName": {
|
|
205
|
+
"type": "identifier",
|
|
206
|
+
"name": "ToolInfo"
|
|
207
|
+
}
|
|
208
|
+
}
|
|
209
|
+
},
|
|
210
|
+
{
|
|
211
|
+
"name": "params",
|
|
212
|
+
"annotation": {
|
|
213
|
+
"type": "reference",
|
|
214
|
+
"typeName": {
|
|
215
|
+
"type": "identifier",
|
|
216
|
+
"name": "Record"
|
|
217
|
+
},
|
|
218
|
+
"typeParameters": {
|
|
219
|
+
"type": "typeParameterInstantiation",
|
|
220
|
+
"params": [
|
|
221
|
+
{
|
|
222
|
+
"type": "keyword",
|
|
223
|
+
"value": "string"
|
|
224
|
+
},
|
|
225
|
+
{
|
|
226
|
+
"type": "keyword",
|
|
227
|
+
"value": "unknown"
|
|
228
|
+
}
|
|
229
|
+
]
|
|
230
|
+
}
|
|
231
|
+
}
|
|
232
|
+
}
|
|
233
|
+
],
|
|
234
|
+
"returns": {
|
|
235
|
+
"annotation": {
|
|
236
|
+
"type": "reference",
|
|
237
|
+
"typeName": {
|
|
238
|
+
"type": "identifier",
|
|
239
|
+
"name": "Promise"
|
|
240
|
+
},
|
|
241
|
+
"typeParameters": {
|
|
242
|
+
"type": "typeParameterInstantiation",
|
|
243
|
+
"params": [
|
|
244
|
+
{
|
|
245
|
+
"type": "keyword",
|
|
246
|
+
"value": "unknown"
|
|
247
|
+
}
|
|
248
|
+
]
|
|
249
|
+
}
|
|
250
|
+
}
|
|
251
|
+
}
|
|
252
|
+
},
|
|
253
|
+
"ai-portal.set-chat-command": {
|
|
254
|
+
"type": "provider",
|
|
255
|
+
"params": [
|
|
256
|
+
{
|
|
257
|
+
"name": "command",
|
|
258
|
+
"annotation": {
|
|
259
|
+
"type": "union",
|
|
260
|
+
"types": [
|
|
261
|
+
{
|
|
262
|
+
"type": "reference",
|
|
263
|
+
"typeName": {
|
|
264
|
+
"type": "identifier",
|
|
265
|
+
"name": "ChatCommand"
|
|
266
|
+
}
|
|
267
|
+
},
|
|
268
|
+
{
|
|
269
|
+
"type": "keyword",
|
|
270
|
+
"value": "null"
|
|
271
|
+
}
|
|
272
|
+
]
|
|
273
|
+
}
|
|
274
|
+
}
|
|
275
|
+
],
|
|
276
|
+
"returns": {
|
|
277
|
+
"annotation": {
|
|
278
|
+
"type": "keyword",
|
|
279
|
+
"value": "void"
|
|
280
|
+
}
|
|
281
|
+
},
|
|
282
|
+
"types": [
|
|
283
|
+
{
|
|
284
|
+
"type": "interface",
|
|
285
|
+
"name": "ChatCommand",
|
|
286
|
+
"body": [
|
|
287
|
+
{
|
|
288
|
+
"type": "propertySignature",
|
|
289
|
+
"key": {
|
|
290
|
+
"type": "identifier",
|
|
291
|
+
"name": "command"
|
|
292
|
+
},
|
|
293
|
+
"annotation": {
|
|
294
|
+
"type": "keyword",
|
|
295
|
+
"value": "string"
|
|
296
|
+
},
|
|
297
|
+
"computed": false
|
|
298
|
+
},
|
|
299
|
+
{
|
|
300
|
+
"type": "propertySignature",
|
|
301
|
+
"key": {
|
|
302
|
+
"type": "identifier",
|
|
303
|
+
"name": "payload"
|
|
304
|
+
},
|
|
305
|
+
"annotation": {
|
|
306
|
+
"type": "reference",
|
|
307
|
+
"typeName": {
|
|
308
|
+
"type": "identifier",
|
|
309
|
+
"name": "CommandPayload"
|
|
310
|
+
}
|
|
311
|
+
},
|
|
312
|
+
"computed": false
|
|
313
|
+
}
|
|
314
|
+
]
|
|
315
|
+
}
|
|
316
|
+
]
|
|
317
|
+
},
|
|
93
318
|
"ai-portal.save-request-store": {
|
|
94
319
|
"type": "provider",
|
|
95
320
|
"params": [
|
|
@@ -499,62 +724,6 @@
|
|
|
499
724
|
}
|
|
500
725
|
}
|
|
501
726
|
},
|
|
502
|
-
"ai-portal.call-tool": {
|
|
503
|
-
"type": "provider",
|
|
504
|
-
"params": [
|
|
505
|
-
{
|
|
506
|
-
"name": "tool",
|
|
507
|
-
"annotation": {
|
|
508
|
-
"type": "reference",
|
|
509
|
-
"typeName": {
|
|
510
|
-
"type": "identifier",
|
|
511
|
-
"name": "ToolInfo"
|
|
512
|
-
}
|
|
513
|
-
}
|
|
514
|
-
},
|
|
515
|
-
{
|
|
516
|
-
"name": "params",
|
|
517
|
-
"annotation": {
|
|
518
|
-
"type": "reference",
|
|
519
|
-
"typeName": {
|
|
520
|
-
"type": "identifier",
|
|
521
|
-
"name": "Record"
|
|
522
|
-
},
|
|
523
|
-
"typeParameters": {
|
|
524
|
-
"type": "typeParameterInstantiation",
|
|
525
|
-
"params": [
|
|
526
|
-
{
|
|
527
|
-
"type": "keyword",
|
|
528
|
-
"value": "string"
|
|
529
|
-
},
|
|
530
|
-
{
|
|
531
|
-
"type": "keyword",
|
|
532
|
-
"value": "unknown"
|
|
533
|
-
}
|
|
534
|
-
]
|
|
535
|
-
}
|
|
536
|
-
}
|
|
537
|
-
}
|
|
538
|
-
],
|
|
539
|
-
"returns": {
|
|
540
|
-
"annotation": {
|
|
541
|
-
"type": "reference",
|
|
542
|
-
"typeName": {
|
|
543
|
-
"type": "identifier",
|
|
544
|
-
"name": "Promise"
|
|
545
|
-
},
|
|
546
|
-
"typeParameters": {
|
|
547
|
-
"type": "typeParameterInstantiation",
|
|
548
|
-
"params": [
|
|
549
|
-
{
|
|
550
|
-
"type": "keyword",
|
|
551
|
-
"value": "unknown"
|
|
552
|
-
}
|
|
553
|
-
]
|
|
554
|
-
}
|
|
555
|
-
}
|
|
556
|
-
}
|
|
557
|
-
},
|
|
558
727
|
"ai-portal.page-container": {
|
|
559
728
|
"properties": [
|
|
560
729
|
{
|
|
@@ -641,267 +810,98 @@
|
|
|
641
810
|
"type": "identifier",
|
|
642
811
|
"name": "text"
|
|
643
812
|
},
|
|
644
|
-
"annotation": {
|
|
645
|
-
"type": "keyword",
|
|
646
|
-
"value": "string"
|
|
647
|
-
},
|
|
648
|
-
"computed": false
|
|
649
|
-
},
|
|
650
|
-
{
|
|
651
|
-
"type": "propertySignature",
|
|
652
|
-
"key": {
|
|
653
|
-
"type": "identifier",
|
|
654
|
-
"name": "url"
|
|
655
|
-
},
|
|
656
|
-
"annotation": {
|
|
657
|
-
"type": "keyword",
|
|
658
|
-
"value": "string"
|
|
659
|
-
},
|
|
660
|
-
"computed": false
|
|
661
|
-
}
|
|
662
|
-
]
|
|
663
|
-
}
|
|
664
|
-
]
|
|
665
|
-
},
|
|
666
|
-
"ai-portal.
|
|
667
|
-
"
|
|
668
|
-
"params": [
|
|
669
|
-
{
|
|
670
|
-
"name": "command",
|
|
671
|
-
"annotation": {
|
|
672
|
-
"type": "union",
|
|
673
|
-
"types": [
|
|
674
|
-
{
|
|
675
|
-
"type": "reference",
|
|
676
|
-
"typeName": {
|
|
677
|
-
"type": "identifier",
|
|
678
|
-
"name": "ChatCommand"
|
|
679
|
-
}
|
|
680
|
-
},
|
|
681
|
-
{
|
|
682
|
-
"type": "keyword",
|
|
683
|
-
"value": "null"
|
|
684
|
-
}
|
|
685
|
-
]
|
|
686
|
-
}
|
|
687
|
-
}
|
|
688
|
-
],
|
|
689
|
-
"returns": {
|
|
690
|
-
"annotation": {
|
|
691
|
-
"type": "keyword",
|
|
692
|
-
"value": "void"
|
|
693
|
-
}
|
|
694
|
-
},
|
|
695
|
-
"types": [
|
|
696
|
-
{
|
|
697
|
-
"type": "interface",
|
|
698
|
-
"name": "ChatCommand",
|
|
699
|
-
"body": [
|
|
700
|
-
{
|
|
701
|
-
"type": "propertySignature",
|
|
702
|
-
"key": {
|
|
703
|
-
"type": "identifier",
|
|
704
|
-
"name": "command"
|
|
705
|
-
},
|
|
706
|
-
"annotation": {
|
|
707
|
-
"type": "keyword",
|
|
708
|
-
"value": "string"
|
|
709
|
-
},
|
|
710
|
-
"computed": false
|
|
711
|
-
},
|
|
712
|
-
{
|
|
713
|
-
"type": "propertySignature",
|
|
714
|
-
"key": {
|
|
715
|
-
"type": "identifier",
|
|
716
|
-
"name": "payload"
|
|
717
|
-
},
|
|
718
|
-
"annotation": {
|
|
719
|
-
"type": "reference",
|
|
720
|
-
"typeName": {
|
|
721
|
-
"type": "identifier",
|
|
722
|
-
"name": "CommandPayload"
|
|
723
|
-
}
|
|
724
|
-
},
|
|
725
|
-
"computed": false
|
|
726
|
-
}
|
|
727
|
-
]
|
|
728
|
-
}
|
|
729
|
-
]
|
|
730
|
-
},
|
|
731
|
-
"ai-portal.tab-list": {
|
|
732
|
-
"properties": [
|
|
733
|
-
{
|
|
734
|
-
"name": "tabs",
|
|
735
|
-
"annotation": {
|
|
736
|
-
"type": "array",
|
|
737
|
-
"elementType": {
|
|
738
|
-
"type": "reference",
|
|
739
|
-
"typeName": {
|
|
740
|
-
"type": "identifier",
|
|
741
|
-
"name": "Tab"
|
|
742
|
-
}
|
|
743
|
-
}
|
|
744
|
-
}
|
|
745
|
-
},
|
|
746
|
-
{
|
|
747
|
-
"name": "activeTab",
|
|
748
|
-
"annotation": {
|
|
749
|
-
"type": "keyword",
|
|
750
|
-
"value": "string"
|
|
751
|
-
}
|
|
752
|
-
}
|
|
753
|
-
],
|
|
754
|
-
"events": [
|
|
755
|
-
{
|
|
756
|
-
"name": "tab.click",
|
|
757
|
-
"detail": {
|
|
758
|
-
"annotation": {
|
|
759
|
-
"type": "reference",
|
|
760
|
-
"typeName": {
|
|
761
|
-
"type": "identifier",
|
|
762
|
-
"name": "Tab"
|
|
763
|
-
}
|
|
764
|
-
}
|
|
765
|
-
}
|
|
766
|
-
}
|
|
767
|
-
],
|
|
768
|
-
"methods": [],
|
|
769
|
-
"types": [
|
|
770
|
-
{
|
|
771
|
-
"type": "interface",
|
|
772
|
-
"name": "Tab",
|
|
773
|
-
"body": [
|
|
774
|
-
{
|
|
775
|
-
"type": "propertySignature",
|
|
776
|
-
"key": {
|
|
777
|
-
"type": "identifier",
|
|
778
|
-
"name": "id"
|
|
779
|
-
},
|
|
780
|
-
"annotation": {
|
|
781
|
-
"type": "keyword",
|
|
782
|
-
"value": "string"
|
|
783
|
-
},
|
|
784
|
-
"computed": false
|
|
785
|
-
},
|
|
786
|
-
{
|
|
787
|
-
"type": "propertySignature",
|
|
788
|
-
"key": {
|
|
789
|
-
"type": "identifier",
|
|
790
|
-
"name": "label"
|
|
791
|
-
},
|
|
792
|
-
"annotation": {
|
|
793
|
-
"type": "keyword",
|
|
794
|
-
"value": "string"
|
|
795
|
-
},
|
|
796
|
-
"computed": false
|
|
797
|
-
}
|
|
798
|
-
]
|
|
799
|
-
}
|
|
800
|
-
]
|
|
801
|
-
},
|
|
802
|
-
"ai-portal.stat-with-mini-chart": {
|
|
803
|
-
"properties": [
|
|
804
|
-
{
|
|
805
|
-
"name": "label",
|
|
806
|
-
"annotation": {
|
|
807
|
-
"type": "keyword",
|
|
808
|
-
"value": "string"
|
|
809
|
-
}
|
|
810
|
-
},
|
|
811
|
-
{
|
|
812
|
-
"name": "value",
|
|
813
|
-
"annotation": {
|
|
814
|
-
"type": "keyword",
|
|
815
|
-
"value": "string"
|
|
816
|
-
}
|
|
817
|
-
},
|
|
818
|
-
{
|
|
819
|
-
"name": "size",
|
|
820
|
-
"annotation": {
|
|
821
|
-
"type": "union",
|
|
822
|
-
"types": [
|
|
823
|
-
{
|
|
824
|
-
"type": "jsLiteral",
|
|
825
|
-
"value": "medium"
|
|
826
|
-
},
|
|
827
|
-
{
|
|
828
|
-
"type": "jsLiteral",
|
|
829
|
-
"value": "small"
|
|
830
|
-
}
|
|
831
|
-
]
|
|
832
|
-
}
|
|
833
|
-
},
|
|
834
|
-
{
|
|
835
|
-
"name": "lineColor",
|
|
836
|
-
"annotation": {
|
|
837
|
-
"type": "keyword",
|
|
838
|
-
"value": "string"
|
|
839
|
-
}
|
|
840
|
-
},
|
|
841
|
-
{
|
|
842
|
-
"name": "showArea",
|
|
843
|
-
"annotation": {
|
|
844
|
-
"type": "keyword",
|
|
845
|
-
"value": "boolean"
|
|
846
|
-
}
|
|
847
|
-
},
|
|
848
|
-
{
|
|
849
|
-
"name": "min",
|
|
850
|
-
"annotation": {
|
|
851
|
-
"type": "keyword",
|
|
852
|
-
"value": "number"
|
|
853
|
-
}
|
|
854
|
-
},
|
|
855
|
-
{
|
|
856
|
-
"name": "max",
|
|
857
|
-
"annotation": {
|
|
858
|
-
"type": "keyword",
|
|
859
|
-
"value": "number"
|
|
860
|
-
}
|
|
861
|
-
},
|
|
813
|
+
"annotation": {
|
|
814
|
+
"type": "keyword",
|
|
815
|
+
"value": "string"
|
|
816
|
+
},
|
|
817
|
+
"computed": false
|
|
818
|
+
},
|
|
819
|
+
{
|
|
820
|
+
"type": "propertySignature",
|
|
821
|
+
"key": {
|
|
822
|
+
"type": "identifier",
|
|
823
|
+
"name": "url"
|
|
824
|
+
},
|
|
825
|
+
"annotation": {
|
|
826
|
+
"type": "keyword",
|
|
827
|
+
"value": "string"
|
|
828
|
+
},
|
|
829
|
+
"computed": false
|
|
830
|
+
}
|
|
831
|
+
]
|
|
832
|
+
}
|
|
833
|
+
]
|
|
834
|
+
},
|
|
835
|
+
"ai-portal.tab-list": {
|
|
836
|
+
"properties": [
|
|
862
837
|
{
|
|
863
|
-
"name": "
|
|
838
|
+
"name": "tabs",
|
|
864
839
|
"annotation": {
|
|
865
|
-
"type": "
|
|
866
|
-
"
|
|
840
|
+
"type": "array",
|
|
841
|
+
"elementType": {
|
|
842
|
+
"type": "reference",
|
|
843
|
+
"typeName": {
|
|
844
|
+
"type": "identifier",
|
|
845
|
+
"name": "Tab"
|
|
846
|
+
}
|
|
847
|
+
}
|
|
867
848
|
}
|
|
868
849
|
},
|
|
869
850
|
{
|
|
870
|
-
"name": "
|
|
851
|
+
"name": "activeTab",
|
|
871
852
|
"annotation": {
|
|
872
853
|
"type": "keyword",
|
|
873
854
|
"value": "string"
|
|
874
855
|
}
|
|
875
|
-
}
|
|
856
|
+
}
|
|
857
|
+
],
|
|
858
|
+
"events": [
|
|
876
859
|
{
|
|
877
|
-
"name": "
|
|
878
|
-
"
|
|
879
|
-
"
|
|
880
|
-
"elementType": {
|
|
860
|
+
"name": "tab.click",
|
|
861
|
+
"detail": {
|
|
862
|
+
"annotation": {
|
|
881
863
|
"type": "reference",
|
|
882
864
|
"typeName": {
|
|
883
865
|
"type": "identifier",
|
|
884
|
-
"name": "
|
|
885
|
-
},
|
|
886
|
-
"typeParameters": {
|
|
887
|
-
"type": "typeParameterInstantiation",
|
|
888
|
-
"params": [
|
|
889
|
-
{
|
|
890
|
-
"type": "keyword",
|
|
891
|
-
"value": "string"
|
|
892
|
-
},
|
|
893
|
-
{
|
|
894
|
-
"type": "keyword",
|
|
895
|
-
"value": "number"
|
|
896
|
-
}
|
|
897
|
-
]
|
|
866
|
+
"name": "Tab"
|
|
898
867
|
}
|
|
899
868
|
}
|
|
900
869
|
}
|
|
901
870
|
}
|
|
902
871
|
],
|
|
903
|
-
"
|
|
904
|
-
"
|
|
872
|
+
"methods": [],
|
|
873
|
+
"types": [
|
|
874
|
+
{
|
|
875
|
+
"type": "interface",
|
|
876
|
+
"name": "Tab",
|
|
877
|
+
"body": [
|
|
878
|
+
{
|
|
879
|
+
"type": "propertySignature",
|
|
880
|
+
"key": {
|
|
881
|
+
"type": "identifier",
|
|
882
|
+
"name": "id"
|
|
883
|
+
},
|
|
884
|
+
"annotation": {
|
|
885
|
+
"type": "keyword",
|
|
886
|
+
"value": "string"
|
|
887
|
+
},
|
|
888
|
+
"computed": false
|
|
889
|
+
},
|
|
890
|
+
{
|
|
891
|
+
"type": "propertySignature",
|
|
892
|
+
"key": {
|
|
893
|
+
"type": "identifier",
|
|
894
|
+
"name": "label"
|
|
895
|
+
},
|
|
896
|
+
"annotation": {
|
|
897
|
+
"type": "keyword",
|
|
898
|
+
"value": "string"
|
|
899
|
+
},
|
|
900
|
+
"computed": false
|
|
901
|
+
}
|
|
902
|
+
]
|
|
903
|
+
}
|
|
904
|
+
]
|
|
905
905
|
},
|
|
906
906
|
"ai-portal.elevo-logo": {
|
|
907
907
|
"properties": [],
|
|
@@ -1232,7 +1232,7 @@
|
|
|
1232
1232
|
}
|
|
1233
1233
|
]
|
|
1234
1234
|
},
|
|
1235
|
-
"ai-portal.
|
|
1235
|
+
"ai-portal.mcp-tools": {
|
|
1236
1236
|
"properties": [
|
|
1237
1237
|
{
|
|
1238
1238
|
"name": "list",
|
|
@@ -1242,13 +1242,13 @@
|
|
|
1242
1242
|
"type": "reference",
|
|
1243
1243
|
"typeName": {
|
|
1244
1244
|
"type": "identifier",
|
|
1245
|
-
"name": "
|
|
1245
|
+
"name": "McpTool"
|
|
1246
1246
|
}
|
|
1247
1247
|
}
|
|
1248
1248
|
}
|
|
1249
1249
|
},
|
|
1250
1250
|
{
|
|
1251
|
-
"name": "
|
|
1251
|
+
"name": "stickyTop",
|
|
1252
1252
|
"annotation": {
|
|
1253
1253
|
"type": "keyword",
|
|
1254
1254
|
"value": "number"
|
|
@@ -1260,13 +1260,13 @@
|
|
|
1260
1260
|
"types": [
|
|
1261
1261
|
{
|
|
1262
1262
|
"type": "interface",
|
|
1263
|
-
"name": "
|
|
1263
|
+
"name": "McpTool",
|
|
1264
1264
|
"body": [
|
|
1265
1265
|
{
|
|
1266
1266
|
"type": "propertySignature",
|
|
1267
1267
|
"key": {
|
|
1268
1268
|
"type": "identifier",
|
|
1269
|
-
"name": "
|
|
1269
|
+
"name": "name"
|
|
1270
1270
|
},
|
|
1271
1271
|
"annotation": {
|
|
1272
1272
|
"type": "keyword",
|
|
@@ -1290,7 +1290,7 @@
|
|
|
1290
1290
|
"type": "propertySignature",
|
|
1291
1291
|
"key": {
|
|
1292
1292
|
"type": "identifier",
|
|
1293
|
-
"name": "
|
|
1293
|
+
"name": "description"
|
|
1294
1294
|
},
|
|
1295
1295
|
"annotation": {
|
|
1296
1296
|
"type": "keyword",
|
|
@@ -1302,7 +1302,44 @@
|
|
|
1302
1302
|
"type": "propertySignature",
|
|
1303
1303
|
"key": {
|
|
1304
1304
|
"type": "identifier",
|
|
1305
|
-
"name": "
|
|
1305
|
+
"name": "icon"
|
|
1306
|
+
},
|
|
1307
|
+
"annotation": {
|
|
1308
|
+
"type": "reference",
|
|
1309
|
+
"typeName": {
|
|
1310
|
+
"type": "identifier",
|
|
1311
|
+
"name": "GeneralIconProps"
|
|
1312
|
+
}
|
|
1313
|
+
},
|
|
1314
|
+
"optional": true,
|
|
1315
|
+
"computed": false
|
|
1316
|
+
},
|
|
1317
|
+
{
|
|
1318
|
+
"type": "propertySignature",
|
|
1319
|
+
"key": {
|
|
1320
|
+
"type": "identifier",
|
|
1321
|
+
"name": "server"
|
|
1322
|
+
},
|
|
1323
|
+
"annotation": {
|
|
1324
|
+
"type": "reference",
|
|
1325
|
+
"typeName": {
|
|
1326
|
+
"type": "identifier",
|
|
1327
|
+
"name": "McpServer"
|
|
1328
|
+
}
|
|
1329
|
+
},
|
|
1330
|
+
"computed": false
|
|
1331
|
+
}
|
|
1332
|
+
]
|
|
1333
|
+
},
|
|
1334
|
+
{
|
|
1335
|
+
"type": "interface",
|
|
1336
|
+
"name": "McpServer",
|
|
1337
|
+
"body": [
|
|
1338
|
+
{
|
|
1339
|
+
"type": "propertySignature",
|
|
1340
|
+
"key": {
|
|
1341
|
+
"type": "identifier",
|
|
1342
|
+
"name": "id"
|
|
1306
1343
|
},
|
|
1307
1344
|
"annotation": {
|
|
1308
1345
|
"type": "keyword",
|
|
@@ -1314,20 +1351,19 @@
|
|
|
1314
1351
|
"type": "propertySignature",
|
|
1315
1352
|
"key": {
|
|
1316
1353
|
"type": "identifier",
|
|
1317
|
-
"name": "
|
|
1354
|
+
"name": "name"
|
|
1318
1355
|
},
|
|
1319
1356
|
"annotation": {
|
|
1320
1357
|
"type": "keyword",
|
|
1321
1358
|
"value": "string"
|
|
1322
1359
|
},
|
|
1323
|
-
"optional": true,
|
|
1324
1360
|
"computed": false
|
|
1325
1361
|
}
|
|
1326
1362
|
]
|
|
1327
1363
|
}
|
|
1328
1364
|
]
|
|
1329
1365
|
},
|
|
1330
|
-
"ai-portal.
|
|
1366
|
+
"ai-portal.show-cases": {
|
|
1331
1367
|
"properties": [
|
|
1332
1368
|
{
|
|
1333
1369
|
"name": "list",
|
|
@@ -1337,13 +1373,13 @@
|
|
|
1337
1373
|
"type": "reference",
|
|
1338
1374
|
"typeName": {
|
|
1339
1375
|
"type": "identifier",
|
|
1340
|
-
"name": "
|
|
1376
|
+
"name": "ShowCaseType"
|
|
1341
1377
|
}
|
|
1342
1378
|
}
|
|
1343
1379
|
}
|
|
1344
1380
|
},
|
|
1345
1381
|
{
|
|
1346
|
-
"name": "
|
|
1382
|
+
"name": "limit",
|
|
1347
1383
|
"annotation": {
|
|
1348
1384
|
"type": "keyword",
|
|
1349
1385
|
"value": "number"
|
|
@@ -1355,13 +1391,13 @@
|
|
|
1355
1391
|
"types": [
|
|
1356
1392
|
{
|
|
1357
1393
|
"type": "interface",
|
|
1358
|
-
"name": "
|
|
1394
|
+
"name": "ShowCaseType",
|
|
1359
1395
|
"body": [
|
|
1360
1396
|
{
|
|
1361
1397
|
"type": "propertySignature",
|
|
1362
1398
|
"key": {
|
|
1363
1399
|
"type": "identifier",
|
|
1364
|
-
"name": "
|
|
1400
|
+
"name": "conversationId"
|
|
1365
1401
|
},
|
|
1366
1402
|
"annotation": {
|
|
1367
1403
|
"type": "keyword",
|
|
@@ -1385,7 +1421,7 @@
|
|
|
1385
1421
|
"type": "propertySignature",
|
|
1386
1422
|
"key": {
|
|
1387
1423
|
"type": "identifier",
|
|
1388
|
-
"name": "
|
|
1424
|
+
"name": "summary"
|
|
1389
1425
|
},
|
|
1390
1426
|
"annotation": {
|
|
1391
1427
|
"type": "keyword",
|
|
@@ -1397,44 +1433,7 @@
|
|
|
1397
1433
|
"type": "propertySignature",
|
|
1398
1434
|
"key": {
|
|
1399
1435
|
"type": "identifier",
|
|
1400
|
-
"name": "
|
|
1401
|
-
},
|
|
1402
|
-
"annotation": {
|
|
1403
|
-
"type": "reference",
|
|
1404
|
-
"typeName": {
|
|
1405
|
-
"type": "identifier",
|
|
1406
|
-
"name": "GeneralIconProps"
|
|
1407
|
-
}
|
|
1408
|
-
},
|
|
1409
|
-
"optional": true,
|
|
1410
|
-
"computed": false
|
|
1411
|
-
},
|
|
1412
|
-
{
|
|
1413
|
-
"type": "propertySignature",
|
|
1414
|
-
"key": {
|
|
1415
|
-
"type": "identifier",
|
|
1416
|
-
"name": "server"
|
|
1417
|
-
},
|
|
1418
|
-
"annotation": {
|
|
1419
|
-
"type": "reference",
|
|
1420
|
-
"typeName": {
|
|
1421
|
-
"type": "identifier",
|
|
1422
|
-
"name": "McpServer"
|
|
1423
|
-
}
|
|
1424
|
-
},
|
|
1425
|
-
"computed": false
|
|
1426
|
-
}
|
|
1427
|
-
]
|
|
1428
|
-
},
|
|
1429
|
-
{
|
|
1430
|
-
"type": "interface",
|
|
1431
|
-
"name": "McpServer",
|
|
1432
|
-
"body": [
|
|
1433
|
-
{
|
|
1434
|
-
"type": "propertySignature",
|
|
1435
|
-
"key": {
|
|
1436
|
-
"type": "identifier",
|
|
1437
|
-
"name": "id"
|
|
1436
|
+
"name": "scenario"
|
|
1438
1437
|
},
|
|
1439
1438
|
"annotation": {
|
|
1440
1439
|
"type": "keyword",
|
|
@@ -1446,12 +1445,13 @@
|
|
|
1446
1445
|
"type": "propertySignature",
|
|
1447
1446
|
"key": {
|
|
1448
1447
|
"type": "identifier",
|
|
1449
|
-
"name": "
|
|
1448
|
+
"name": "url"
|
|
1450
1449
|
},
|
|
1451
1450
|
"annotation": {
|
|
1452
1451
|
"type": "keyword",
|
|
1453
1452
|
"value": "string"
|
|
1454
1453
|
},
|
|
1454
|
+
"optional": true,
|
|
1455
1455
|
"computed": false
|
|
1456
1456
|
}
|
|
1457
1457
|
]
|
|
@@ -3161,18 +3161,78 @@
|
|
|
3161
3161
|
},
|
|
3162
3162
|
"computed": false
|
|
3163
3163
|
}
|
|
3164
|
-
],
|
|
3165
|
-
"extends": [
|
|
3166
|
-
{
|
|
3167
|
-
"type": "expressionWithTypeArguments",
|
|
3168
|
-
"expression": {
|
|
3169
|
-
"type": "identifier",
|
|
3170
|
-
"name": "ActivityBase"
|
|
3171
|
-
}
|
|
3164
|
+
],
|
|
3165
|
+
"extends": [
|
|
3166
|
+
{
|
|
3167
|
+
"type": "expressionWithTypeArguments",
|
|
3168
|
+
"expression": {
|
|
3169
|
+
"type": "identifier",
|
|
3170
|
+
"name": "ActivityBase"
|
|
3171
|
+
}
|
|
3172
|
+
}
|
|
3173
|
+
]
|
|
3174
|
+
}
|
|
3175
|
+
]
|
|
3176
|
+
},
|
|
3177
|
+
"ai-portal.chat-input": {
|
|
3178
|
+
"properties": [
|
|
3179
|
+
{
|
|
3180
|
+
"name": "placeholder",
|
|
3181
|
+
"annotation": {
|
|
3182
|
+
"type": "keyword",
|
|
3183
|
+
"value": "string"
|
|
3184
|
+
}
|
|
3185
|
+
},
|
|
3186
|
+
{
|
|
3187
|
+
"name": "autoFocus",
|
|
3188
|
+
"annotation": {
|
|
3189
|
+
"type": "keyword",
|
|
3190
|
+
"value": "boolean"
|
|
3191
|
+
}
|
|
3192
|
+
},
|
|
3193
|
+
{
|
|
3194
|
+
"name": "submitDisabled",
|
|
3195
|
+
"annotation": {
|
|
3196
|
+
"type": "keyword",
|
|
3197
|
+
"value": "boolean"
|
|
3198
|
+
}
|
|
3199
|
+
},
|
|
3200
|
+
{
|
|
3201
|
+
"name": "supportsTerminate",
|
|
3202
|
+
"annotation": {
|
|
3203
|
+
"type": "keyword",
|
|
3204
|
+
"value": "boolean"
|
|
3205
|
+
}
|
|
3206
|
+
},
|
|
3207
|
+
{
|
|
3208
|
+
"name": "terminating",
|
|
3209
|
+
"annotation": {
|
|
3210
|
+
"type": "keyword",
|
|
3211
|
+
"value": "boolean"
|
|
3212
|
+
}
|
|
3213
|
+
}
|
|
3214
|
+
],
|
|
3215
|
+
"events": [
|
|
3216
|
+
{
|
|
3217
|
+
"name": "message.submit",
|
|
3218
|
+
"detail": {
|
|
3219
|
+
"annotation": {
|
|
3220
|
+
"type": "keyword",
|
|
3221
|
+
"value": "string"
|
|
3222
|
+
}
|
|
3223
|
+
}
|
|
3224
|
+
},
|
|
3225
|
+
{
|
|
3226
|
+
"name": "terminate",
|
|
3227
|
+
"detail": {
|
|
3228
|
+
"annotation": {
|
|
3229
|
+
"type": "keyword",
|
|
3230
|
+
"value": "void"
|
|
3172
3231
|
}
|
|
3173
|
-
|
|
3232
|
+
}
|
|
3174
3233
|
}
|
|
3175
|
-
]
|
|
3234
|
+
],
|
|
3235
|
+
"methods": []
|
|
3176
3236
|
},
|
|
3177
3237
|
"ai-portal.show-case": {
|
|
3178
3238
|
"properties": [
|
|
@@ -3272,66 +3332,6 @@
|
|
|
3272
3332
|
}
|
|
3273
3333
|
]
|
|
3274
3334
|
},
|
|
3275
|
-
"ai-portal.chat-input": {
|
|
3276
|
-
"properties": [
|
|
3277
|
-
{
|
|
3278
|
-
"name": "placeholder",
|
|
3279
|
-
"annotation": {
|
|
3280
|
-
"type": "keyword",
|
|
3281
|
-
"value": "string"
|
|
3282
|
-
}
|
|
3283
|
-
},
|
|
3284
|
-
{
|
|
3285
|
-
"name": "autoFocus",
|
|
3286
|
-
"annotation": {
|
|
3287
|
-
"type": "keyword",
|
|
3288
|
-
"value": "boolean"
|
|
3289
|
-
}
|
|
3290
|
-
},
|
|
3291
|
-
{
|
|
3292
|
-
"name": "submitDisabled",
|
|
3293
|
-
"annotation": {
|
|
3294
|
-
"type": "keyword",
|
|
3295
|
-
"value": "boolean"
|
|
3296
|
-
}
|
|
3297
|
-
},
|
|
3298
|
-
{
|
|
3299
|
-
"name": "supportsTerminate",
|
|
3300
|
-
"annotation": {
|
|
3301
|
-
"type": "keyword",
|
|
3302
|
-
"value": "boolean"
|
|
3303
|
-
}
|
|
3304
|
-
},
|
|
3305
|
-
{
|
|
3306
|
-
"name": "terminating",
|
|
3307
|
-
"annotation": {
|
|
3308
|
-
"type": "keyword",
|
|
3309
|
-
"value": "boolean"
|
|
3310
|
-
}
|
|
3311
|
-
}
|
|
3312
|
-
],
|
|
3313
|
-
"events": [
|
|
3314
|
-
{
|
|
3315
|
-
"name": "message.submit",
|
|
3316
|
-
"detail": {
|
|
3317
|
-
"annotation": {
|
|
3318
|
-
"type": "keyword",
|
|
3319
|
-
"value": "string"
|
|
3320
|
-
}
|
|
3321
|
-
}
|
|
3322
|
-
},
|
|
3323
|
-
{
|
|
3324
|
-
"name": "terminate",
|
|
3325
|
-
"detail": {
|
|
3326
|
-
"annotation": {
|
|
3327
|
-
"type": "keyword",
|
|
3328
|
-
"value": "void"
|
|
3329
|
-
}
|
|
3330
|
-
}
|
|
3331
|
-
}
|
|
3332
|
-
],
|
|
3333
|
-
"methods": []
|
|
3334
|
-
},
|
|
3335
3335
|
"ai-portal.stage-flow": {
|
|
3336
3336
|
"properties": [
|
|
3337
3337
|
{
|
|
@@ -3872,6 +3872,188 @@
|
|
|
3872
3872
|
}
|
|
3873
3873
|
]
|
|
3874
3874
|
},
|
|
3875
|
+
"ai-portal.notice-dropdown": {
|
|
3876
|
+
"properties": [
|
|
3877
|
+
{
|
|
3878
|
+
"name": "dataSource",
|
|
3879
|
+
"annotation": {
|
|
3880
|
+
"type": "array",
|
|
3881
|
+
"elementType": {
|
|
3882
|
+
"type": "reference",
|
|
3883
|
+
"typeName": {
|
|
3884
|
+
"type": "identifier",
|
|
3885
|
+
"name": "NoticeItem"
|
|
3886
|
+
}
|
|
3887
|
+
}
|
|
3888
|
+
}
|
|
3889
|
+
},
|
|
3890
|
+
{
|
|
3891
|
+
"name": "popoverPlacement",
|
|
3892
|
+
"annotation": {
|
|
3893
|
+
"type": "reference",
|
|
3894
|
+
"typeName": {
|
|
3895
|
+
"type": "identifier",
|
|
3896
|
+
"name": "Placement"
|
|
3897
|
+
}
|
|
3898
|
+
}
|
|
3899
|
+
},
|
|
3900
|
+
{
|
|
3901
|
+
"name": "emptyText",
|
|
3902
|
+
"annotation": {
|
|
3903
|
+
"type": "keyword",
|
|
3904
|
+
"value": "string"
|
|
3905
|
+
}
|
|
3906
|
+
},
|
|
3907
|
+
{
|
|
3908
|
+
"name": "notifyCenterUrl",
|
|
3909
|
+
"annotation": {
|
|
3910
|
+
"type": "keyword",
|
|
3911
|
+
"value": "string"
|
|
3912
|
+
}
|
|
3913
|
+
},
|
|
3914
|
+
{
|
|
3915
|
+
"name": "urlTemplate",
|
|
3916
|
+
"annotation": {
|
|
3917
|
+
"type": "keyword",
|
|
3918
|
+
"value": "string"
|
|
3919
|
+
}
|
|
3920
|
+
},
|
|
3921
|
+
{
|
|
3922
|
+
"name": "dropdownMaxWidth",
|
|
3923
|
+
"annotation": {
|
|
3924
|
+
"type": "union",
|
|
3925
|
+
"types": [
|
|
3926
|
+
{
|
|
3927
|
+
"type": "keyword",
|
|
3928
|
+
"value": "string"
|
|
3929
|
+
},
|
|
3930
|
+
{
|
|
3931
|
+
"type": "keyword",
|
|
3932
|
+
"value": "number"
|
|
3933
|
+
}
|
|
3934
|
+
]
|
|
3935
|
+
}
|
|
3936
|
+
},
|
|
3937
|
+
{
|
|
3938
|
+
"name": "dropdownContentStyle",
|
|
3939
|
+
"annotation": {
|
|
3940
|
+
"type": "reference",
|
|
3941
|
+
"typeName": {
|
|
3942
|
+
"type": "qualifiedName",
|
|
3943
|
+
"left": {
|
|
3944
|
+
"type": "identifier",
|
|
3945
|
+
"name": "React"
|
|
3946
|
+
},
|
|
3947
|
+
"right": {
|
|
3948
|
+
"type": "identifier",
|
|
3949
|
+
"name": "CSSProperties"
|
|
3950
|
+
}
|
|
3951
|
+
}
|
|
3952
|
+
}
|
|
3953
|
+
},
|
|
3954
|
+
{
|
|
3955
|
+
"name": "hideNotifyCenterButton",
|
|
3956
|
+
"annotation": {
|
|
3957
|
+
"type": "keyword",
|
|
3958
|
+
"value": "boolean"
|
|
3959
|
+
}
|
|
3960
|
+
}
|
|
3961
|
+
],
|
|
3962
|
+
"events": [
|
|
3963
|
+
{
|
|
3964
|
+
"name": "notice.click",
|
|
3965
|
+
"detail": {
|
|
3966
|
+
"annotation": {
|
|
3967
|
+
"type": "keyword",
|
|
3968
|
+
"value": "string"
|
|
3969
|
+
}
|
|
3970
|
+
}
|
|
3971
|
+
},
|
|
3972
|
+
{
|
|
3973
|
+
"name": "mark.all.read",
|
|
3974
|
+
"detail": {
|
|
3975
|
+
"annotation": {
|
|
3976
|
+
"type": "keyword",
|
|
3977
|
+
"value": "void"
|
|
3978
|
+
}
|
|
3979
|
+
}
|
|
3980
|
+
}
|
|
3981
|
+
],
|
|
3982
|
+
"methods": [],
|
|
3983
|
+
"types": [
|
|
3984
|
+
{
|
|
3985
|
+
"type": "interface",
|
|
3986
|
+
"name": "NoticeItem",
|
|
3987
|
+
"body": [
|
|
3988
|
+
{
|
|
3989
|
+
"type": "propertySignature",
|
|
3990
|
+
"key": {
|
|
3991
|
+
"type": "identifier",
|
|
3992
|
+
"name": "id"
|
|
3993
|
+
},
|
|
3994
|
+
"annotation": {
|
|
3995
|
+
"type": "keyword",
|
|
3996
|
+
"value": "string"
|
|
3997
|
+
},
|
|
3998
|
+
"computed": false,
|
|
3999
|
+
"description": "消息唯一标识"
|
|
4000
|
+
},
|
|
4001
|
+
{
|
|
4002
|
+
"type": "propertySignature",
|
|
4003
|
+
"key": {
|
|
4004
|
+
"type": "identifier",
|
|
4005
|
+
"name": "type"
|
|
4006
|
+
},
|
|
4007
|
+
"annotation": {
|
|
4008
|
+
"type": "keyword",
|
|
4009
|
+
"value": "string"
|
|
4010
|
+
},
|
|
4011
|
+
"computed": false,
|
|
4012
|
+
"description": "消息类型"
|
|
4013
|
+
},
|
|
4014
|
+
{
|
|
4015
|
+
"type": "propertySignature",
|
|
4016
|
+
"key": {
|
|
4017
|
+
"type": "identifier",
|
|
4018
|
+
"name": "isUnread"
|
|
4019
|
+
},
|
|
4020
|
+
"annotation": {
|
|
4021
|
+
"type": "keyword",
|
|
4022
|
+
"value": "boolean"
|
|
4023
|
+
},
|
|
4024
|
+
"computed": false,
|
|
4025
|
+
"description": "是否未读"
|
|
4026
|
+
},
|
|
4027
|
+
{
|
|
4028
|
+
"type": "propertySignature",
|
|
4029
|
+
"key": {
|
|
4030
|
+
"type": "identifier",
|
|
4031
|
+
"name": "title"
|
|
4032
|
+
},
|
|
4033
|
+
"annotation": {
|
|
4034
|
+
"type": "keyword",
|
|
4035
|
+
"value": "string"
|
|
4036
|
+
},
|
|
4037
|
+
"computed": false,
|
|
4038
|
+
"description": "主标题"
|
|
4039
|
+
},
|
|
4040
|
+
{
|
|
4041
|
+
"type": "propertySignature",
|
|
4042
|
+
"key": {
|
|
4043
|
+
"type": "identifier",
|
|
4044
|
+
"name": "description"
|
|
4045
|
+
},
|
|
4046
|
+
"annotation": {
|
|
4047
|
+
"type": "keyword",
|
|
4048
|
+
"value": "string"
|
|
4049
|
+
},
|
|
4050
|
+
"computed": false,
|
|
4051
|
+
"description": "副标题/描述"
|
|
4052
|
+
}
|
|
4053
|
+
]
|
|
4054
|
+
}
|
|
4055
|
+
]
|
|
4056
|
+
},
|
|
3875
4057
|
"ai-portal.elevo-sidebar": {
|
|
3876
4058
|
"properties": [
|
|
3877
4059
|
{
|