@next-bricks/ai-portal 0.20.13 → 0.21.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 +35 -23
- package/dist/chunks/2312.776924b8.js +3 -0
- package/dist/chunks/2312.776924b8.js.LICENSE.txt +1 -0
- package/dist/chunks/2312.776924b8.js.map +1 -0
- package/dist/chunks/2679.94e8a688.js +3 -0
- package/dist/chunks/{4410.14ec23d5.js.LICENSE.txt → 2679.94e8a688.js.LICENSE.txt} +0 -2
- package/dist/chunks/2679.94e8a688.js.map +1 -0
- package/dist/chunks/2873.4150a3c1.js +2 -0
- package/dist/chunks/2873.4150a3c1.js.map +1 -0
- package/dist/chunks/4845.b7e94ccb.js +3 -0
- package/dist/chunks/4845.b7e94ccb.js.map +1 -0
- package/dist/chunks/662.c85cde62.js +2 -0
- package/dist/chunks/662.c85cde62.js.map +1 -0
- package/dist/chunks/7654.2939b726.js +2 -0
- package/dist/chunks/7654.2939b726.js.map +1 -0
- package/dist/chunks/chat-box.a303e83d.js +2 -0
- package/dist/chunks/chat-box.a303e83d.js.map +1 -0
- package/dist/chunks/chat-history.720bb746.js +3 -0
- package/dist/chunks/chat-history.720bb746.js.map +1 -0
- package/dist/chunks/chat-stream.f2653a5d.js +2 -0
- package/dist/chunks/chat-stream.f2653a5d.js.map +1 -0
- package/dist/chunks/cruise-canvas.36738895.js +2 -0
- package/dist/chunks/cruise-canvas.36738895.js.map +1 -0
- package/dist/chunks/elevo-sidebar.05379cd1.js +3 -0
- package/dist/chunks/elevo-sidebar.05379cd1.js.map +1 -0
- package/dist/chunks/main.471c9ce9.js +2 -0
- package/dist/chunks/main.471c9ce9.js.map +1 -0
- package/dist/examples.json +14 -11
- package/dist/images/de350a46.png +0 -0
- package/dist/index.af48aa2e.js +2 -0
- package/dist/index.af48aa2e.js.map +1 -0
- package/dist/manifest.json +219 -147
- package/dist/types.json +472 -301
- package/dist-types/bootstrap.d.ts +1 -0
- package/dist-types/chat-stream/AssistantMessage/AssistantMessage.d.ts +7 -0
- package/dist-types/chat-stream/NodeJob/NodeJob.d.ts +7 -0
- package/dist-types/chat-stream/UserMessage/UserMessage.d.ts +5 -0
- package/dist-types/chat-stream/i18n.d.ts +14 -0
- package/dist-types/chat-stream/index.d.ts +26 -0
- package/dist-types/chat-stream/interfaces.d.ts +10 -0
- package/dist-types/chat-stream/useChatStream.d.ts +3 -0
- package/dist-types/cruise-canvas/CanvasContext.d.ts +5 -1
- package/dist-types/cruise-canvas/NodeFeedback/NodeFeedback.d.ts +1 -0
- package/dist-types/cruise-canvas/constants.d.ts +1 -0
- package/dist-types/cruise-canvas/getOrderedJobs.d.ts +10 -0
- package/dist-types/cruise-canvas/i18n.d.ts +11 -7
- package/dist-types/cruise-canvas/index.d.ts +6 -0
- package/dist-types/cruise-canvas/interfaces.d.ts +10 -1
- package/dist-types/cruise-canvas/useLayout.d.ts +2 -1
- package/dist-types/cruise-canvas/useTaskGraph.d.ts +2 -1
- package/dist-types/elevo-sidebar/ChatHistory.d.ts +5 -1
- package/dist-types/elevo-sidebar/index.d.ts +4 -0
- package/docs/chat-stream.md +11 -0
- package/package.json +2 -2
- package/dist/chunks/1165.9f35625d.js +0 -2
- package/dist/chunks/1165.9f35625d.js.map +0 -1
- package/dist/chunks/3362.90a6e017.js +0 -2
- package/dist/chunks/3362.90a6e017.js.map +0 -1
- package/dist/chunks/4410.14ec23d5.js +0 -3
- package/dist/chunks/4410.14ec23d5.js.map +0 -1
- package/dist/chunks/8230.e8052bfd.js +0 -3
- package/dist/chunks/8230.e8052bfd.js.map +0 -1
- package/dist/chunks/chat-box.2fbc1947.js +0 -2
- package/dist/chunks/chat-box.2fbc1947.js.map +0 -1
- package/dist/chunks/chat-history.73bb371f.js +0 -3
- package/dist/chunks/chat-history.73bb371f.js.map +0 -1
- package/dist/chunks/cruise-canvas.0f61fbbc.js +0 -2
- package/dist/chunks/cruise-canvas.0f61fbbc.js.map +0 -1
- package/dist/chunks/elevo-sidebar.859a89ed.js +0 -3
- package/dist/chunks/elevo-sidebar.859a89ed.js.map +0 -1
- package/dist/chunks/main.c5a8080f.js +0 -2
- package/dist/chunks/main.c5a8080f.js.map +0 -1
- package/dist/index.975dc931.js +0 -2
- package/dist/index.975dc931.js.map +0 -1
- /package/dist/chunks/{8230.e8052bfd.js.LICENSE.txt → 4845.b7e94ccb.js.LICENSE.txt} +0 -0
- /package/dist/chunks/{chat-history.73bb371f.js.LICENSE.txt → chat-history.720bb746.js.LICENSE.txt} +0 -0
- /package/dist/chunks/{elevo-sidebar.859a89ed.js.LICENSE.txt → elevo-sidebar.05379cd1.js.LICENSE.txt} +0 -0
package/dist/types.json
CHANGED
|
@@ -1,4 +1,9 @@
|
|
|
1
1
|
{
|
|
2
|
+
"ai-portal.home-container": {
|
|
3
|
+
"properties": [],
|
|
4
|
+
"events": [],
|
|
5
|
+
"methods": []
|
|
6
|
+
},
|
|
2
7
|
"ai-portal.stat-with-mini-chart": {
|
|
3
8
|
"properties": [
|
|
4
9
|
{
|
|
@@ -103,11 +108,6 @@
|
|
|
103
108
|
"events": [],
|
|
104
109
|
"methods": []
|
|
105
110
|
},
|
|
106
|
-
"ai-portal.home-container": {
|
|
107
|
-
"properties": [],
|
|
108
|
-
"events": [],
|
|
109
|
-
"methods": []
|
|
110
|
-
},
|
|
111
111
|
"ai-portal.elevo-logo": {
|
|
112
112
|
"properties": [],
|
|
113
113
|
"events": [],
|
|
@@ -176,67 +176,48 @@
|
|
|
176
176
|
}
|
|
177
177
|
]
|
|
178
178
|
},
|
|
179
|
-
"ai-portal.
|
|
179
|
+
"ai-portal.show-cases": {
|
|
180
180
|
"properties": [
|
|
181
181
|
{
|
|
182
|
-
"name": "
|
|
183
|
-
"annotation": {
|
|
184
|
-
"type": "keyword",
|
|
185
|
-
"value": "boolean"
|
|
186
|
-
}
|
|
187
|
-
},
|
|
188
|
-
{
|
|
189
|
-
"name": "placeholder",
|
|
190
|
-
"annotation": {
|
|
191
|
-
"type": "keyword",
|
|
192
|
-
"value": "string"
|
|
193
|
-
}
|
|
194
|
-
},
|
|
195
|
-
{
|
|
196
|
-
"name": "autoFocus",
|
|
197
|
-
"annotation": {
|
|
198
|
-
"type": "keyword",
|
|
199
|
-
"value": "boolean"
|
|
200
|
-
}
|
|
201
|
-
},
|
|
202
|
-
{
|
|
203
|
-
"name": "suggestions",
|
|
182
|
+
"name": "list",
|
|
204
183
|
"annotation": {
|
|
205
184
|
"type": "array",
|
|
206
185
|
"elementType": {
|
|
207
186
|
"type": "reference",
|
|
208
187
|
"typeName": {
|
|
209
188
|
"type": "identifier",
|
|
210
|
-
"name": "
|
|
189
|
+
"name": "ShowCase"
|
|
211
190
|
}
|
|
212
191
|
}
|
|
213
192
|
}
|
|
214
193
|
},
|
|
215
194
|
{
|
|
216
|
-
"name": "
|
|
195
|
+
"name": "taskUrlTemplate",
|
|
217
196
|
"annotation": {
|
|
218
197
|
"type": "keyword",
|
|
219
198
|
"value": "string"
|
|
220
199
|
}
|
|
221
200
|
}
|
|
222
201
|
],
|
|
223
|
-
"events": [
|
|
224
|
-
{
|
|
225
|
-
"name": "message.submit",
|
|
226
|
-
"detail": {
|
|
227
|
-
"annotation": {
|
|
228
|
-
"type": "keyword",
|
|
229
|
-
"value": "string"
|
|
230
|
-
}
|
|
231
|
-
}
|
|
232
|
-
}
|
|
233
|
-
],
|
|
202
|
+
"events": [],
|
|
234
203
|
"methods": [],
|
|
235
204
|
"types": [
|
|
236
205
|
{
|
|
237
206
|
"type": "interface",
|
|
238
|
-
"name": "
|
|
207
|
+
"name": "ShowCase",
|
|
239
208
|
"body": [
|
|
209
|
+
{
|
|
210
|
+
"type": "propertySignature",
|
|
211
|
+
"key": {
|
|
212
|
+
"type": "identifier",
|
|
213
|
+
"name": "taskId"
|
|
214
|
+
},
|
|
215
|
+
"annotation": {
|
|
216
|
+
"type": "keyword",
|
|
217
|
+
"value": "string"
|
|
218
|
+
},
|
|
219
|
+
"computed": false
|
|
220
|
+
},
|
|
240
221
|
{
|
|
241
222
|
"type": "propertySignature",
|
|
242
223
|
"key": {
|
|
@@ -253,19 +234,44 @@
|
|
|
253
234
|
"type": "propertySignature",
|
|
254
235
|
"key": {
|
|
255
236
|
"type": "identifier",
|
|
256
|
-
"name": "
|
|
237
|
+
"name": "summary"
|
|
238
|
+
},
|
|
239
|
+
"annotation": {
|
|
240
|
+
"type": "keyword",
|
|
241
|
+
"value": "string"
|
|
242
|
+
},
|
|
243
|
+
"computed": false
|
|
244
|
+
},
|
|
245
|
+
{
|
|
246
|
+
"type": "propertySignature",
|
|
247
|
+
"key": {
|
|
248
|
+
"type": "identifier",
|
|
249
|
+
"name": "scenario"
|
|
257
250
|
},
|
|
258
251
|
"annotation": {
|
|
259
252
|
"type": "keyword",
|
|
260
253
|
"value": "string"
|
|
261
254
|
},
|
|
262
255
|
"computed": false
|
|
256
|
+
},
|
|
257
|
+
{
|
|
258
|
+
"type": "propertySignature",
|
|
259
|
+
"key": {
|
|
260
|
+
"type": "identifier",
|
|
261
|
+
"name": "thumbUrl"
|
|
262
|
+
},
|
|
263
|
+
"annotation": {
|
|
264
|
+
"type": "keyword",
|
|
265
|
+
"value": "string"
|
|
266
|
+
},
|
|
267
|
+
"optional": true,
|
|
268
|
+
"computed": false
|
|
263
269
|
}
|
|
264
270
|
]
|
|
265
271
|
}
|
|
266
272
|
]
|
|
267
273
|
},
|
|
268
|
-
"ai-portal.
|
|
274
|
+
"ai-portal.mcp-tools": {
|
|
269
275
|
"properties": [
|
|
270
276
|
{
|
|
271
277
|
"name": "list",
|
|
@@ -275,79 +281,24 @@
|
|
|
275
281
|
"type": "reference",
|
|
276
282
|
"typeName": {
|
|
277
283
|
"type": "identifier",
|
|
278
|
-
"name": "
|
|
279
|
-
}
|
|
280
|
-
}
|
|
281
|
-
}
|
|
282
|
-
},
|
|
283
|
-
{
|
|
284
|
-
"name": "actions",
|
|
285
|
-
"annotation": {
|
|
286
|
-
"type": "array",
|
|
287
|
-
"elementType": {
|
|
288
|
-
"type": "reference",
|
|
289
|
-
"typeName": {
|
|
290
|
-
"type": "identifier",
|
|
291
|
-
"name": "ActionType"
|
|
292
|
-
}
|
|
293
|
-
}
|
|
294
|
-
}
|
|
295
|
-
},
|
|
296
|
-
{
|
|
297
|
-
"name": "nextToken",
|
|
298
|
-
"annotation": {
|
|
299
|
-
"type": "keyword",
|
|
300
|
-
"value": "string"
|
|
301
|
-
}
|
|
302
|
-
}
|
|
303
|
-
],
|
|
304
|
-
"events": [
|
|
305
|
-
{
|
|
306
|
-
"name": "action.click",
|
|
307
|
-
"detail": {
|
|
308
|
-
"annotation": {
|
|
309
|
-
"type": "reference",
|
|
310
|
-
"typeName": {
|
|
311
|
-
"type": "identifier",
|
|
312
|
-
"name": "ActionClickDetail"
|
|
284
|
+
"name": "McpTool"
|
|
313
285
|
}
|
|
314
286
|
}
|
|
315
287
|
}
|
|
316
|
-
},
|
|
317
|
-
{
|
|
318
|
-
"name": "load.more",
|
|
319
|
-
"detail": {
|
|
320
|
-
"annotation": {
|
|
321
|
-
"type": "typeLiteral",
|
|
322
|
-
"members": [
|
|
323
|
-
{
|
|
324
|
-
"type": "propertySignature",
|
|
325
|
-
"key": {
|
|
326
|
-
"type": "identifier",
|
|
327
|
-
"name": "nextToken"
|
|
328
|
-
},
|
|
329
|
-
"annotation": {
|
|
330
|
-
"type": "keyword",
|
|
331
|
-
"value": "string"
|
|
332
|
-
},
|
|
333
|
-
"computed": false
|
|
334
|
-
}
|
|
335
|
-
]
|
|
336
|
-
}
|
|
337
|
-
}
|
|
338
288
|
}
|
|
339
289
|
],
|
|
290
|
+
"events": [],
|
|
340
291
|
"methods": [],
|
|
341
292
|
"types": [
|
|
342
293
|
{
|
|
343
294
|
"type": "interface",
|
|
344
|
-
"name": "
|
|
295
|
+
"name": "McpTool",
|
|
345
296
|
"body": [
|
|
346
297
|
{
|
|
347
298
|
"type": "propertySignature",
|
|
348
299
|
"key": {
|
|
349
300
|
"type": "identifier",
|
|
350
|
-
"name": "
|
|
301
|
+
"name": "name"
|
|
351
302
|
},
|
|
352
303
|
"annotation": {
|
|
353
304
|
"type": "keyword",
|
|
@@ -359,7 +310,7 @@
|
|
|
359
310
|
"type": "propertySignature",
|
|
360
311
|
"key": {
|
|
361
312
|
"type": "identifier",
|
|
362
|
-
"name": "
|
|
313
|
+
"name": "title"
|
|
363
314
|
},
|
|
364
315
|
"annotation": {
|
|
365
316
|
"type": "keyword",
|
|
@@ -371,7 +322,7 @@
|
|
|
371
322
|
"type": "propertySignature",
|
|
372
323
|
"key": {
|
|
373
324
|
"type": "identifier",
|
|
374
|
-
"name": "
|
|
325
|
+
"name": "description"
|
|
375
326
|
},
|
|
376
327
|
"annotation": {
|
|
377
328
|
"type": "keyword",
|
|
@@ -383,48 +334,48 @@
|
|
|
383
334
|
"type": "propertySignature",
|
|
384
335
|
"key": {
|
|
385
336
|
"type": "identifier",
|
|
386
|
-
"name": "
|
|
337
|
+
"name": "icon"
|
|
387
338
|
},
|
|
388
339
|
"annotation": {
|
|
389
|
-
"type": "
|
|
390
|
-
"
|
|
340
|
+
"type": "reference",
|
|
341
|
+
"typeName": {
|
|
342
|
+
"type": "identifier",
|
|
343
|
+
"name": "GeneralIconProps"
|
|
344
|
+
}
|
|
391
345
|
},
|
|
346
|
+
"optional": true,
|
|
392
347
|
"computed": false
|
|
393
348
|
},
|
|
394
349
|
{
|
|
395
350
|
"type": "propertySignature",
|
|
396
351
|
"key": {
|
|
397
352
|
"type": "identifier",
|
|
398
|
-
"name": "
|
|
353
|
+
"name": "server"
|
|
399
354
|
},
|
|
400
355
|
"annotation": {
|
|
401
356
|
"type": "reference",
|
|
402
357
|
"typeName": {
|
|
403
358
|
"type": "identifier",
|
|
404
|
-
"name": "
|
|
359
|
+
"name": "McpServer"
|
|
405
360
|
}
|
|
406
361
|
},
|
|
407
|
-
"optional": true,
|
|
408
362
|
"computed": false
|
|
409
363
|
}
|
|
410
364
|
]
|
|
411
365
|
},
|
|
412
366
|
{
|
|
413
367
|
"type": "interface",
|
|
414
|
-
"name": "
|
|
368
|
+
"name": "McpServer",
|
|
415
369
|
"body": [
|
|
416
370
|
{
|
|
417
371
|
"type": "propertySignature",
|
|
418
372
|
"key": {
|
|
419
373
|
"type": "identifier",
|
|
420
|
-
"name": "
|
|
374
|
+
"name": "id"
|
|
421
375
|
},
|
|
422
376
|
"annotation": {
|
|
423
|
-
"type": "
|
|
424
|
-
"
|
|
425
|
-
"type": "identifier",
|
|
426
|
-
"name": "SimpleActionType"
|
|
427
|
-
}
|
|
377
|
+
"type": "keyword",
|
|
378
|
+
"value": "string"
|
|
428
379
|
},
|
|
429
380
|
"computed": false
|
|
430
381
|
},
|
|
@@ -432,14 +383,11 @@
|
|
|
432
383
|
"type": "propertySignature",
|
|
433
384
|
"key": {
|
|
434
385
|
"type": "identifier",
|
|
435
|
-
"name": "
|
|
386
|
+
"name": "name"
|
|
436
387
|
},
|
|
437
388
|
"annotation": {
|
|
438
|
-
"type": "
|
|
439
|
-
"
|
|
440
|
-
"type": "identifier",
|
|
441
|
-
"name": "HistoryItem"
|
|
442
|
-
}
|
|
389
|
+
"type": "keyword",
|
|
390
|
+
"value": "string"
|
|
443
391
|
},
|
|
444
392
|
"computed": false
|
|
445
393
|
}
|
|
@@ -447,48 +395,67 @@
|
|
|
447
395
|
}
|
|
448
396
|
]
|
|
449
397
|
},
|
|
450
|
-
"ai-portal.
|
|
398
|
+
"ai-portal.chat-box": {
|
|
451
399
|
"properties": [
|
|
452
400
|
{
|
|
453
|
-
"name": "
|
|
401
|
+
"name": "disabled",
|
|
402
|
+
"annotation": {
|
|
403
|
+
"type": "keyword",
|
|
404
|
+
"value": "boolean"
|
|
405
|
+
}
|
|
406
|
+
},
|
|
407
|
+
{
|
|
408
|
+
"name": "placeholder",
|
|
409
|
+
"annotation": {
|
|
410
|
+
"type": "keyword",
|
|
411
|
+
"value": "string"
|
|
412
|
+
}
|
|
413
|
+
},
|
|
414
|
+
{
|
|
415
|
+
"name": "autoFocus",
|
|
416
|
+
"annotation": {
|
|
417
|
+
"type": "keyword",
|
|
418
|
+
"value": "boolean"
|
|
419
|
+
}
|
|
420
|
+
},
|
|
421
|
+
{
|
|
422
|
+
"name": "suggestions",
|
|
454
423
|
"annotation": {
|
|
455
424
|
"type": "array",
|
|
456
425
|
"elementType": {
|
|
457
426
|
"type": "reference",
|
|
458
427
|
"typeName": {
|
|
459
428
|
"type": "identifier",
|
|
460
|
-
"name": "
|
|
429
|
+
"name": "Suggestion"
|
|
461
430
|
}
|
|
462
431
|
}
|
|
463
432
|
}
|
|
464
433
|
},
|
|
465
434
|
{
|
|
466
|
-
"name": "
|
|
435
|
+
"name": "suggestionsLabel",
|
|
467
436
|
"annotation": {
|
|
468
437
|
"type": "keyword",
|
|
469
438
|
"value": "string"
|
|
470
439
|
}
|
|
471
440
|
}
|
|
472
441
|
],
|
|
473
|
-
"events": [
|
|
442
|
+
"events": [
|
|
443
|
+
{
|
|
444
|
+
"name": "message.submit",
|
|
445
|
+
"detail": {
|
|
446
|
+
"annotation": {
|
|
447
|
+
"type": "keyword",
|
|
448
|
+
"value": "string"
|
|
449
|
+
}
|
|
450
|
+
}
|
|
451
|
+
}
|
|
452
|
+
],
|
|
474
453
|
"methods": [],
|
|
475
454
|
"types": [
|
|
476
455
|
{
|
|
477
456
|
"type": "interface",
|
|
478
|
-
"name": "
|
|
457
|
+
"name": "Suggestion",
|
|
479
458
|
"body": [
|
|
480
|
-
{
|
|
481
|
-
"type": "propertySignature",
|
|
482
|
-
"key": {
|
|
483
|
-
"type": "identifier",
|
|
484
|
-
"name": "taskId"
|
|
485
|
-
},
|
|
486
|
-
"annotation": {
|
|
487
|
-
"type": "keyword",
|
|
488
|
-
"value": "string"
|
|
489
|
-
},
|
|
490
|
-
"computed": false
|
|
491
|
-
},
|
|
492
459
|
{
|
|
493
460
|
"type": "propertySignature",
|
|
494
461
|
"key": {
|
|
@@ -505,75 +472,140 @@
|
|
|
505
472
|
"type": "propertySignature",
|
|
506
473
|
"key": {
|
|
507
474
|
"type": "identifier",
|
|
508
|
-
"name": "
|
|
509
|
-
},
|
|
510
|
-
"annotation": {
|
|
511
|
-
"type": "keyword",
|
|
512
|
-
"value": "string"
|
|
513
|
-
},
|
|
514
|
-
"computed": false
|
|
515
|
-
},
|
|
516
|
-
{
|
|
517
|
-
"type": "propertySignature",
|
|
518
|
-
"key": {
|
|
519
|
-
"type": "identifier",
|
|
520
|
-
"name": "scenario"
|
|
521
|
-
},
|
|
522
|
-
"annotation": {
|
|
523
|
-
"type": "keyword",
|
|
524
|
-
"value": "string"
|
|
525
|
-
},
|
|
526
|
-
"computed": false
|
|
527
|
-
},
|
|
528
|
-
{
|
|
529
|
-
"type": "propertySignature",
|
|
530
|
-
"key": {
|
|
531
|
-
"type": "identifier",
|
|
532
|
-
"name": "thumbUrl"
|
|
475
|
+
"name": "content"
|
|
533
476
|
},
|
|
534
477
|
"annotation": {
|
|
535
478
|
"type": "keyword",
|
|
536
479
|
"value": "string"
|
|
537
480
|
},
|
|
538
|
-
"optional": true,
|
|
539
481
|
"computed": false
|
|
540
482
|
}
|
|
541
483
|
]
|
|
542
484
|
}
|
|
543
485
|
]
|
|
544
486
|
},
|
|
545
|
-
"ai-portal.
|
|
487
|
+
"ai-portal.elevo-sidebar": {
|
|
546
488
|
"properties": [
|
|
547
489
|
{
|
|
548
|
-
"name": "
|
|
490
|
+
"name": "userInstanceId",
|
|
491
|
+
"annotation": {
|
|
492
|
+
"type": "keyword",
|
|
493
|
+
"value": "string"
|
|
494
|
+
}
|
|
495
|
+
},
|
|
496
|
+
{
|
|
497
|
+
"name": "behavior",
|
|
498
|
+
"annotation": {
|
|
499
|
+
"type": "union",
|
|
500
|
+
"types": [
|
|
501
|
+
{
|
|
502
|
+
"type": "jsLiteral",
|
|
503
|
+
"value": "default"
|
|
504
|
+
},
|
|
505
|
+
{
|
|
506
|
+
"type": "jsLiteral",
|
|
507
|
+
"value": "drawer"
|
|
508
|
+
}
|
|
509
|
+
]
|
|
510
|
+
}
|
|
511
|
+
},
|
|
512
|
+
{
|
|
513
|
+
"name": "logoUrl",
|
|
514
|
+
"annotation": {
|
|
515
|
+
"type": "keyword",
|
|
516
|
+
"value": "string"
|
|
517
|
+
}
|
|
518
|
+
},
|
|
519
|
+
{
|
|
520
|
+
"name": "newChatUrl",
|
|
521
|
+
"annotation": {
|
|
522
|
+
"type": "keyword",
|
|
523
|
+
"value": "string"
|
|
524
|
+
}
|
|
525
|
+
},
|
|
526
|
+
{
|
|
527
|
+
"name": "historyActiveId",
|
|
528
|
+
"annotation": {
|
|
529
|
+
"type": "keyword",
|
|
530
|
+
"value": "string"
|
|
531
|
+
}
|
|
532
|
+
},
|
|
533
|
+
{
|
|
534
|
+
"name": "historyUrlTemplate",
|
|
535
|
+
"annotation": {
|
|
536
|
+
"type": "keyword",
|
|
537
|
+
"value": "string"
|
|
538
|
+
}
|
|
539
|
+
},
|
|
540
|
+
{
|
|
541
|
+
"name": "historyActions",
|
|
549
542
|
"annotation": {
|
|
550
543
|
"type": "array",
|
|
551
544
|
"elementType": {
|
|
552
545
|
"type": "reference",
|
|
553
546
|
"typeName": {
|
|
554
547
|
"type": "identifier",
|
|
555
|
-
"name": "
|
|
548
|
+
"name": "ActionType"
|
|
556
549
|
}
|
|
557
550
|
}
|
|
558
551
|
}
|
|
559
552
|
}
|
|
560
553
|
],
|
|
561
|
-
"events": [
|
|
562
|
-
|
|
554
|
+
"events": [
|
|
555
|
+
{
|
|
556
|
+
"name": "logout",
|
|
557
|
+
"detail": {
|
|
558
|
+
"annotation": {
|
|
559
|
+
"type": "keyword",
|
|
560
|
+
"value": "void"
|
|
561
|
+
}
|
|
562
|
+
}
|
|
563
|
+
},
|
|
564
|
+
{
|
|
565
|
+
"name": "action.click",
|
|
566
|
+
"detail": {
|
|
567
|
+
"annotation": {
|
|
568
|
+
"type": "reference",
|
|
569
|
+
"typeName": {
|
|
570
|
+
"type": "identifier",
|
|
571
|
+
"name": "ActionClickDetail"
|
|
572
|
+
}
|
|
573
|
+
}
|
|
574
|
+
}
|
|
575
|
+
}
|
|
576
|
+
],
|
|
577
|
+
"methods": [
|
|
578
|
+
{
|
|
579
|
+
"name": "pullHistory",
|
|
580
|
+
"params": [
|
|
581
|
+
{
|
|
582
|
+
"name": "delay",
|
|
583
|
+
"annotation": {
|
|
584
|
+
"type": "keyword",
|
|
585
|
+
"value": "number"
|
|
586
|
+
}
|
|
587
|
+
}
|
|
588
|
+
],
|
|
589
|
+
"returns": {}
|
|
590
|
+
}
|
|
591
|
+
],
|
|
563
592
|
"types": [
|
|
564
593
|
{
|
|
565
594
|
"type": "interface",
|
|
566
|
-
"name": "
|
|
595
|
+
"name": "ActionClickDetail",
|
|
567
596
|
"body": [
|
|
568
597
|
{
|
|
569
598
|
"type": "propertySignature",
|
|
570
599
|
"key": {
|
|
571
600
|
"type": "identifier",
|
|
572
|
-
"name": "
|
|
601
|
+
"name": "action"
|
|
573
602
|
},
|
|
574
603
|
"annotation": {
|
|
575
|
-
"type": "
|
|
576
|
-
"
|
|
604
|
+
"type": "reference",
|
|
605
|
+
"typeName": {
|
|
606
|
+
"type": "identifier",
|
|
607
|
+
"name": "SimpleActionType"
|
|
608
|
+
}
|
|
577
609
|
},
|
|
578
610
|
"computed": false
|
|
579
611
|
},
|
|
@@ -581,19 +613,28 @@
|
|
|
581
613
|
"type": "propertySignature",
|
|
582
614
|
"key": {
|
|
583
615
|
"type": "identifier",
|
|
584
|
-
"name": "
|
|
616
|
+
"name": "item"
|
|
585
617
|
},
|
|
586
618
|
"annotation": {
|
|
587
|
-
"type": "
|
|
588
|
-
"
|
|
619
|
+
"type": "reference",
|
|
620
|
+
"typeName": {
|
|
621
|
+
"type": "identifier",
|
|
622
|
+
"name": "HistoryItem"
|
|
623
|
+
}
|
|
589
624
|
},
|
|
590
625
|
"computed": false
|
|
591
|
-
}
|
|
626
|
+
}
|
|
627
|
+
]
|
|
628
|
+
},
|
|
629
|
+
{
|
|
630
|
+
"type": "interface",
|
|
631
|
+
"name": "HistoryItem",
|
|
632
|
+
"body": [
|
|
592
633
|
{
|
|
593
634
|
"type": "propertySignature",
|
|
594
635
|
"key": {
|
|
595
636
|
"type": "identifier",
|
|
596
|
-
"name": "
|
|
637
|
+
"name": "id"
|
|
597
638
|
},
|
|
598
639
|
"annotation": {
|
|
599
640
|
"type": "keyword",
|
|
@@ -605,48 +646,23 @@
|
|
|
605
646
|
"type": "propertySignature",
|
|
606
647
|
"key": {
|
|
607
648
|
"type": "identifier",
|
|
608
|
-
"name": "
|
|
649
|
+
"name": "title"
|
|
609
650
|
},
|
|
610
651
|
"annotation": {
|
|
611
|
-
"type": "
|
|
612
|
-
"
|
|
613
|
-
"type": "identifier",
|
|
614
|
-
"name": "GeneralIconProps"
|
|
615
|
-
}
|
|
652
|
+
"type": "keyword",
|
|
653
|
+
"value": "string"
|
|
616
654
|
},
|
|
617
|
-
"optional": true,
|
|
618
655
|
"computed": false
|
|
619
656
|
},
|
|
620
657
|
{
|
|
621
658
|
"type": "propertySignature",
|
|
622
659
|
"key": {
|
|
623
660
|
"type": "identifier",
|
|
624
|
-
"name": "
|
|
625
|
-
},
|
|
626
|
-
"annotation": {
|
|
627
|
-
"type": "reference",
|
|
628
|
-
"typeName": {
|
|
629
|
-
"type": "identifier",
|
|
630
|
-
"name": "McpServer"
|
|
631
|
-
}
|
|
632
|
-
},
|
|
633
|
-
"computed": false
|
|
634
|
-
}
|
|
635
|
-
]
|
|
636
|
-
},
|
|
637
|
-
{
|
|
638
|
-
"type": "interface",
|
|
639
|
-
"name": "McpServer",
|
|
640
|
-
"body": [
|
|
641
|
-
{
|
|
642
|
-
"type": "propertySignature",
|
|
643
|
-
"key": {
|
|
644
|
-
"type": "identifier",
|
|
645
|
-
"name": "id"
|
|
661
|
+
"name": "startTime"
|
|
646
662
|
},
|
|
647
663
|
"annotation": {
|
|
648
664
|
"type": "keyword",
|
|
649
|
-
"value": "
|
|
665
|
+
"value": "number"
|
|
650
666
|
},
|
|
651
667
|
"computed": false
|
|
652
668
|
},
|
|
@@ -654,73 +670,39 @@
|
|
|
654
670
|
"type": "propertySignature",
|
|
655
671
|
"key": {
|
|
656
672
|
"type": "identifier",
|
|
657
|
-
"name": "
|
|
673
|
+
"name": "state"
|
|
658
674
|
},
|
|
659
675
|
"annotation": {
|
|
660
|
-
"type": "
|
|
661
|
-
"
|
|
676
|
+
"type": "reference",
|
|
677
|
+
"typeName": {
|
|
678
|
+
"type": "identifier",
|
|
679
|
+
"name": "TaskState"
|
|
680
|
+
}
|
|
662
681
|
},
|
|
682
|
+
"optional": true,
|
|
663
683
|
"computed": false
|
|
664
684
|
}
|
|
665
685
|
]
|
|
666
686
|
}
|
|
667
687
|
]
|
|
668
688
|
},
|
|
669
|
-
"ai-portal.
|
|
689
|
+
"ai-portal.chat-history": {
|
|
670
690
|
"properties": [
|
|
671
691
|
{
|
|
672
|
-
"name": "
|
|
673
|
-
"annotation": {
|
|
674
|
-
"type": "keyword",
|
|
675
|
-
"value": "string"
|
|
676
|
-
}
|
|
677
|
-
},
|
|
678
|
-
{
|
|
679
|
-
"name": "behavior",
|
|
692
|
+
"name": "list",
|
|
680
693
|
"annotation": {
|
|
681
|
-
"type": "
|
|
682
|
-
"
|
|
683
|
-
|
|
684
|
-
|
|
685
|
-
"
|
|
686
|
-
|
|
687
|
-
{
|
|
688
|
-
"type": "jsLiteral",
|
|
689
|
-
"value": "drawer"
|
|
694
|
+
"type": "array",
|
|
695
|
+
"elementType": {
|
|
696
|
+
"type": "reference",
|
|
697
|
+
"typeName": {
|
|
698
|
+
"type": "identifier",
|
|
699
|
+
"name": "HistoryItem"
|
|
690
700
|
}
|
|
691
|
-
|
|
692
|
-
}
|
|
693
|
-
},
|
|
694
|
-
{
|
|
695
|
-
"name": "logoUrl",
|
|
696
|
-
"annotation": {
|
|
697
|
-
"type": "keyword",
|
|
698
|
-
"value": "string"
|
|
699
|
-
}
|
|
700
|
-
},
|
|
701
|
-
{
|
|
702
|
-
"name": "newChatUrl",
|
|
703
|
-
"annotation": {
|
|
704
|
-
"type": "keyword",
|
|
705
|
-
"value": "string"
|
|
706
|
-
}
|
|
707
|
-
},
|
|
708
|
-
{
|
|
709
|
-
"name": "historyActiveId",
|
|
710
|
-
"annotation": {
|
|
711
|
-
"type": "keyword",
|
|
712
|
-
"value": "string"
|
|
713
|
-
}
|
|
714
|
-
},
|
|
715
|
-
{
|
|
716
|
-
"name": "historyUrlTemplate",
|
|
717
|
-
"annotation": {
|
|
718
|
-
"type": "keyword",
|
|
719
|
-
"value": "string"
|
|
701
|
+
}
|
|
720
702
|
}
|
|
721
703
|
},
|
|
722
704
|
{
|
|
723
|
-
"name": "
|
|
705
|
+
"name": "actions",
|
|
724
706
|
"annotation": {
|
|
725
707
|
"type": "array",
|
|
726
708
|
"elementType": {
|
|
@@ -731,18 +713,16 @@
|
|
|
731
713
|
}
|
|
732
714
|
}
|
|
733
715
|
}
|
|
716
|
+
},
|
|
717
|
+
{
|
|
718
|
+
"name": "nextToken",
|
|
719
|
+
"annotation": {
|
|
720
|
+
"type": "keyword",
|
|
721
|
+
"value": "string"
|
|
722
|
+
}
|
|
734
723
|
}
|
|
735
724
|
],
|
|
736
725
|
"events": [
|
|
737
|
-
{
|
|
738
|
-
"name": "logout",
|
|
739
|
-
"detail": {
|
|
740
|
-
"annotation": {
|
|
741
|
-
"type": "keyword",
|
|
742
|
-
"value": "void"
|
|
743
|
-
}
|
|
744
|
-
}
|
|
745
|
-
},
|
|
746
726
|
{
|
|
747
727
|
"name": "action.click",
|
|
748
728
|
"detail": {
|
|
@@ -754,26 +734,45 @@
|
|
|
754
734
|
}
|
|
755
735
|
}
|
|
756
736
|
}
|
|
737
|
+
},
|
|
738
|
+
{
|
|
739
|
+
"name": "load.more",
|
|
740
|
+
"detail": {
|
|
741
|
+
"annotation": {
|
|
742
|
+
"type": "typeLiteral",
|
|
743
|
+
"members": [
|
|
744
|
+
{
|
|
745
|
+
"type": "propertySignature",
|
|
746
|
+
"key": {
|
|
747
|
+
"type": "identifier",
|
|
748
|
+
"name": "nextToken"
|
|
749
|
+
},
|
|
750
|
+
"annotation": {
|
|
751
|
+
"type": "keyword",
|
|
752
|
+
"value": "string"
|
|
753
|
+
},
|
|
754
|
+
"computed": false
|
|
755
|
+
}
|
|
756
|
+
]
|
|
757
|
+
}
|
|
758
|
+
}
|
|
757
759
|
}
|
|
758
760
|
],
|
|
759
761
|
"methods": [],
|
|
760
762
|
"types": [
|
|
761
763
|
{
|
|
762
764
|
"type": "interface",
|
|
763
|
-
"name": "
|
|
765
|
+
"name": "HistoryItem",
|
|
764
766
|
"body": [
|
|
765
767
|
{
|
|
766
768
|
"type": "propertySignature",
|
|
767
769
|
"key": {
|
|
768
770
|
"type": "identifier",
|
|
769
|
-
"name": "
|
|
771
|
+
"name": "id"
|
|
770
772
|
},
|
|
771
773
|
"annotation": {
|
|
772
|
-
"type": "
|
|
773
|
-
"
|
|
774
|
-
"type": "identifier",
|
|
775
|
-
"name": "SimpleActionType"
|
|
776
|
-
}
|
|
774
|
+
"type": "keyword",
|
|
775
|
+
"value": "string"
|
|
777
776
|
},
|
|
778
777
|
"computed": false
|
|
779
778
|
},
|
|
@@ -781,28 +780,7 @@
|
|
|
781
780
|
"type": "propertySignature",
|
|
782
781
|
"key": {
|
|
783
782
|
"type": "identifier",
|
|
784
|
-
"name": "
|
|
785
|
-
},
|
|
786
|
-
"annotation": {
|
|
787
|
-
"type": "reference",
|
|
788
|
-
"typeName": {
|
|
789
|
-
"type": "identifier",
|
|
790
|
-
"name": "HistoryItem"
|
|
791
|
-
}
|
|
792
|
-
},
|
|
793
|
-
"computed": false
|
|
794
|
-
}
|
|
795
|
-
]
|
|
796
|
-
},
|
|
797
|
-
{
|
|
798
|
-
"type": "interface",
|
|
799
|
-
"name": "HistoryItem",
|
|
800
|
-
"body": [
|
|
801
|
-
{
|
|
802
|
-
"type": "propertySignature",
|
|
803
|
-
"key": {
|
|
804
|
-
"type": "identifier",
|
|
805
|
-
"name": "id"
|
|
783
|
+
"name": "url"
|
|
806
784
|
},
|
|
807
785
|
"annotation": {
|
|
808
786
|
"type": "keyword",
|
|
@@ -851,9 +829,105 @@
|
|
|
851
829
|
"computed": false
|
|
852
830
|
}
|
|
853
831
|
]
|
|
832
|
+
},
|
|
833
|
+
{
|
|
834
|
+
"type": "interface",
|
|
835
|
+
"name": "ActionClickDetail",
|
|
836
|
+
"body": [
|
|
837
|
+
{
|
|
838
|
+
"type": "propertySignature",
|
|
839
|
+
"key": {
|
|
840
|
+
"type": "identifier",
|
|
841
|
+
"name": "action"
|
|
842
|
+
},
|
|
843
|
+
"annotation": {
|
|
844
|
+
"type": "reference",
|
|
845
|
+
"typeName": {
|
|
846
|
+
"type": "identifier",
|
|
847
|
+
"name": "SimpleActionType"
|
|
848
|
+
}
|
|
849
|
+
},
|
|
850
|
+
"computed": false
|
|
851
|
+
},
|
|
852
|
+
{
|
|
853
|
+
"type": "propertySignature",
|
|
854
|
+
"key": {
|
|
855
|
+
"type": "identifier",
|
|
856
|
+
"name": "item"
|
|
857
|
+
},
|
|
858
|
+
"annotation": {
|
|
859
|
+
"type": "reference",
|
|
860
|
+
"typeName": {
|
|
861
|
+
"type": "identifier",
|
|
862
|
+
"name": "HistoryItem"
|
|
863
|
+
}
|
|
864
|
+
},
|
|
865
|
+
"computed": false
|
|
866
|
+
}
|
|
867
|
+
]
|
|
854
868
|
}
|
|
855
869
|
]
|
|
856
870
|
},
|
|
871
|
+
"ai-portal.chat-stream": {
|
|
872
|
+
"properties": [
|
|
873
|
+
{
|
|
874
|
+
"name": "taskId",
|
|
875
|
+
"annotation": {
|
|
876
|
+
"type": "keyword",
|
|
877
|
+
"value": "string"
|
|
878
|
+
}
|
|
879
|
+
},
|
|
880
|
+
{
|
|
881
|
+
"name": "replay",
|
|
882
|
+
"annotation": {
|
|
883
|
+
"type": "keyword",
|
|
884
|
+
"value": "boolean"
|
|
885
|
+
}
|
|
886
|
+
},
|
|
887
|
+
{
|
|
888
|
+
"name": "replayDelay",
|
|
889
|
+
"annotation": {
|
|
890
|
+
"type": "keyword",
|
|
891
|
+
"value": "number"
|
|
892
|
+
}
|
|
893
|
+
},
|
|
894
|
+
{
|
|
895
|
+
"name": "supports",
|
|
896
|
+
"annotation": {
|
|
897
|
+
"type": "reference",
|
|
898
|
+
"typeName": {
|
|
899
|
+
"type": "identifier",
|
|
900
|
+
"name": "Record"
|
|
901
|
+
},
|
|
902
|
+
"typeParameters": {
|
|
903
|
+
"type": "typeParameterInstantiation",
|
|
904
|
+
"params": [
|
|
905
|
+
{
|
|
906
|
+
"type": "keyword",
|
|
907
|
+
"value": "string"
|
|
908
|
+
},
|
|
909
|
+
{
|
|
910
|
+
"type": "keyword",
|
|
911
|
+
"value": "boolean"
|
|
912
|
+
}
|
|
913
|
+
]
|
|
914
|
+
}
|
|
915
|
+
}
|
|
916
|
+
}
|
|
917
|
+
],
|
|
918
|
+
"events": [
|
|
919
|
+
{
|
|
920
|
+
"name": "share",
|
|
921
|
+
"detail": {
|
|
922
|
+
"annotation": {
|
|
923
|
+
"type": "keyword",
|
|
924
|
+
"value": "void"
|
|
925
|
+
}
|
|
926
|
+
}
|
|
927
|
+
}
|
|
928
|
+
],
|
|
929
|
+
"methods": []
|
|
930
|
+
},
|
|
857
931
|
"ai-portal.cruise-canvas": {
|
|
858
932
|
"properties": [
|
|
859
933
|
{
|
|
@@ -922,6 +996,20 @@
|
|
|
922
996
|
]
|
|
923
997
|
}
|
|
924
998
|
}
|
|
999
|
+
},
|
|
1000
|
+
{
|
|
1001
|
+
"name": "showHiddenJobs",
|
|
1002
|
+
"annotation": {
|
|
1003
|
+
"type": "keyword",
|
|
1004
|
+
"value": "boolean"
|
|
1005
|
+
}
|
|
1006
|
+
},
|
|
1007
|
+
{
|
|
1008
|
+
"name": "showFeedback",
|
|
1009
|
+
"annotation": {
|
|
1010
|
+
"type": "keyword",
|
|
1011
|
+
"value": "boolean"
|
|
1012
|
+
}
|
|
925
1013
|
}
|
|
926
1014
|
],
|
|
927
1015
|
"events": [
|
|
@@ -960,6 +1048,18 @@
|
|
|
960
1048
|
"value": "void"
|
|
961
1049
|
}
|
|
962
1050
|
}
|
|
1051
|
+
},
|
|
1052
|
+
{
|
|
1053
|
+
"name": "feedback.submit",
|
|
1054
|
+
"detail": {
|
|
1055
|
+
"annotation": {
|
|
1056
|
+
"type": "reference",
|
|
1057
|
+
"typeName": {
|
|
1058
|
+
"type": "identifier",
|
|
1059
|
+
"name": "FeedbackDetail"
|
|
1060
|
+
}
|
|
1061
|
+
}
|
|
1062
|
+
}
|
|
963
1063
|
}
|
|
964
1064
|
],
|
|
965
1065
|
"methods": [
|
|
@@ -967,6 +1067,16 @@
|
|
|
967
1067
|
"name": "resumed",
|
|
968
1068
|
"params": [],
|
|
969
1069
|
"returns": {}
|
|
1070
|
+
},
|
|
1071
|
+
{
|
|
1072
|
+
"name": "feedbackSubmitDone",
|
|
1073
|
+
"params": [],
|
|
1074
|
+
"returns": {}
|
|
1075
|
+
},
|
|
1076
|
+
{
|
|
1077
|
+
"name": "feedbackSubmitFailed",
|
|
1078
|
+
"params": [],
|
|
1079
|
+
"returns": {}
|
|
970
1080
|
}
|
|
971
1081
|
],
|
|
972
1082
|
"types": [
|
|
@@ -1347,6 +1457,19 @@
|
|
|
1347
1457
|
"optional": true,
|
|
1348
1458
|
"computed": false
|
|
1349
1459
|
},
|
|
1460
|
+
{
|
|
1461
|
+
"type": "propertySignature",
|
|
1462
|
+
"key": {
|
|
1463
|
+
"type": "identifier",
|
|
1464
|
+
"name": "hidden"
|
|
1465
|
+
},
|
|
1466
|
+
"annotation": {
|
|
1467
|
+
"type": "keyword",
|
|
1468
|
+
"value": "boolean"
|
|
1469
|
+
},
|
|
1470
|
+
"optional": true,
|
|
1471
|
+
"computed": false
|
|
1472
|
+
},
|
|
1350
1473
|
{
|
|
1351
1474
|
"type": "propertySignature",
|
|
1352
1475
|
"key": {
|
|
@@ -2026,6 +2149,54 @@
|
|
|
2026
2149
|
"computed": false
|
|
2027
2150
|
}
|
|
2028
2151
|
]
|
|
2152
|
+
},
|
|
2153
|
+
{
|
|
2154
|
+
"type": "interface",
|
|
2155
|
+
"name": "FeedbackDetail",
|
|
2156
|
+
"body": [
|
|
2157
|
+
{
|
|
2158
|
+
"type": "propertySignature",
|
|
2159
|
+
"key": {
|
|
2160
|
+
"type": "identifier",
|
|
2161
|
+
"name": "plan"
|
|
2162
|
+
},
|
|
2163
|
+
"annotation": {
|
|
2164
|
+
"type": "array",
|
|
2165
|
+
"elementType": {
|
|
2166
|
+
"type": "keyword",
|
|
2167
|
+
"value": "string"
|
|
2168
|
+
}
|
|
2169
|
+
},
|
|
2170
|
+
"computed": false
|
|
2171
|
+
},
|
|
2172
|
+
{
|
|
2173
|
+
"type": "propertySignature",
|
|
2174
|
+
"key": {
|
|
2175
|
+
"type": "identifier",
|
|
2176
|
+
"name": "result"
|
|
2177
|
+
},
|
|
2178
|
+
"annotation": {
|
|
2179
|
+
"type": "array",
|
|
2180
|
+
"elementType": {
|
|
2181
|
+
"type": "keyword",
|
|
2182
|
+
"value": "string"
|
|
2183
|
+
}
|
|
2184
|
+
},
|
|
2185
|
+
"computed": false
|
|
2186
|
+
},
|
|
2187
|
+
{
|
|
2188
|
+
"type": "propertySignature",
|
|
2189
|
+
"key": {
|
|
2190
|
+
"type": "identifier",
|
|
2191
|
+
"name": "feedback"
|
|
2192
|
+
},
|
|
2193
|
+
"annotation": {
|
|
2194
|
+
"type": "keyword",
|
|
2195
|
+
"value": "string"
|
|
2196
|
+
},
|
|
2197
|
+
"computed": false
|
|
2198
|
+
}
|
|
2199
|
+
]
|
|
2029
2200
|
}
|
|
2030
2201
|
]
|
|
2031
2202
|
}
|