@next-bricks/ai-portal 0.63.5 → 0.63.6
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 +58 -58
- package/dist/chunks/{1447.1763ddd6.js → 1447.32e6384d.js} +2 -2
- package/dist/chunks/1447.32e6384d.js.map +1 -0
- package/dist/chunks/4820.2f5fb327.js +2 -0
- package/dist/chunks/4820.2f5fb327.js.map +1 -0
- package/dist/chunks/7059.912e3307.js +3 -0
- package/dist/chunks/7059.912e3307.js.map +1 -0
- package/dist/chunks/chat-input.eb5871d4.js +3 -0
- package/dist/chunks/chat-input.eb5871d4.js.map +1 -0
- package/dist/chunks/{main.1990c90e.js → main.ae8bf1bb.js} +2 -2
- package/dist/chunks/{main.1990c90e.js.map → main.ae8bf1bb.js.map} +1 -1
- package/dist/examples.json +19 -19
- package/dist/{index.50e29779.js → index.49603b89.js} +2 -2
- package/dist/{index.50e29779.js.map → index.49603b89.js.map} +1 -1
- package/dist/manifest.json +450 -446
- package/dist/types.json +2594 -2548
- package/dist-types/chat-input/index.d.ts +2 -0
- package/dist-types/elevo-sidebar/SpaceNav.d.ts +4 -0
- package/package.json +2 -2
- package/dist/chunks/1447.1763ddd6.js.map +0 -1
- package/dist/chunks/4820.9909ab50.js +0 -2
- package/dist/chunks/4820.9909ab50.js.map +0 -1
- package/dist/chunks/7059.bdb0d78e.js +0 -3
- package/dist/chunks/7059.bdb0d78e.js.map +0 -1
- package/dist/chunks/chat-input.4f3de173.js +0 -3
- package/dist/chunks/chat-input.4f3de173.js.map +0 -1
- /package/dist/chunks/{7059.bdb0d78e.js.LICENSE.txt → 7059.912e3307.js.LICENSE.txt} +0 -0
- /package/dist/chunks/{chat-input.4f3de173.js.LICENSE.txt → chat-input.eb5871d4.js.LICENSE.txt} +0 -0
package/dist/manifest.json
CHANGED
|
@@ -73,107 +73,6 @@
|
|
|
73
73
|
"parts": [],
|
|
74
74
|
"description": "大型聊天输入框,用于首页"
|
|
75
75
|
},
|
|
76
|
-
{
|
|
77
|
-
"name": "ai-portal.stat-with-mini-chart",
|
|
78
|
-
"properties": [
|
|
79
|
-
{
|
|
80
|
-
"name": "label",
|
|
81
|
-
"type": "string"
|
|
82
|
-
},
|
|
83
|
-
{
|
|
84
|
-
"name": "value",
|
|
85
|
-
"type": "string"
|
|
86
|
-
},
|
|
87
|
-
{
|
|
88
|
-
"name": "size",
|
|
89
|
-
"description": "",
|
|
90
|
-
"default": "\"medium\"",
|
|
91
|
-
"type": "\"medium\" | \"small\""
|
|
92
|
-
},
|
|
93
|
-
{
|
|
94
|
-
"name": "lineColor",
|
|
95
|
-
"description": "",
|
|
96
|
-
"default": "\"var(--color-brand)\"",
|
|
97
|
-
"type": "string"
|
|
98
|
-
},
|
|
99
|
-
{
|
|
100
|
-
"name": "showArea",
|
|
101
|
-
"type": "boolean"
|
|
102
|
-
},
|
|
103
|
-
{
|
|
104
|
-
"name": "min",
|
|
105
|
-
"description": "Specify the minimum value of the y-axis.\nIf not specified, the minimum value will be calculated from the data.",
|
|
106
|
-
"type": "number"
|
|
107
|
-
},
|
|
108
|
-
{
|
|
109
|
-
"name": "max",
|
|
110
|
-
"description": "Specify the maximum value of the y-axis.\nIf not specified, the maximum value will be calculated from the data.",
|
|
111
|
-
"type": "number"
|
|
112
|
-
},
|
|
113
|
-
{
|
|
114
|
-
"name": "xField",
|
|
115
|
-
"description": "",
|
|
116
|
-
"default": "\"0\"",
|
|
117
|
-
"type": "string"
|
|
118
|
-
},
|
|
119
|
-
{
|
|
120
|
-
"name": "yField",
|
|
121
|
-
"description": "",
|
|
122
|
-
"default": "\"1\"",
|
|
123
|
-
"type": "string"
|
|
124
|
-
},
|
|
125
|
-
{
|
|
126
|
-
"name": "data",
|
|
127
|
-
"attribute": false,
|
|
128
|
-
"type": "Record<string, number>[]"
|
|
129
|
-
}
|
|
130
|
-
],
|
|
131
|
-
"events": [],
|
|
132
|
-
"slots": [],
|
|
133
|
-
"methods": [],
|
|
134
|
-
"parts": [],
|
|
135
|
-
"description": "构件 `ai-portal.stat-with-mini-chart`"
|
|
136
|
-
},
|
|
137
|
-
{
|
|
138
|
-
"name": "ai-portal.icon-button",
|
|
139
|
-
"properties": [
|
|
140
|
-
{
|
|
141
|
-
"name": "icon",
|
|
142
|
-
"attribute": false,
|
|
143
|
-
"type": "(GeneralIconProps & HTMLAttributes<GeneralIcon>)"
|
|
144
|
-
},
|
|
145
|
-
{
|
|
146
|
-
"name": "tooltip",
|
|
147
|
-
"type": "string"
|
|
148
|
-
},
|
|
149
|
-
{
|
|
150
|
-
"name": "tooltipHoist",
|
|
151
|
-
"type": "boolean"
|
|
152
|
-
},
|
|
153
|
-
{
|
|
154
|
-
"name": "active",
|
|
155
|
-
"type": "boolean"
|
|
156
|
-
},
|
|
157
|
-
{
|
|
158
|
-
"name": "disabled",
|
|
159
|
-
"type": "boolean"
|
|
160
|
-
},
|
|
161
|
-
{
|
|
162
|
-
"name": "variant",
|
|
163
|
-
"type": "IconButtonVariant"
|
|
164
|
-
},
|
|
165
|
-
{
|
|
166
|
-
"name": "reduceIconSize",
|
|
167
|
-
"description": "是否缩小图标尺寸(部分 easyops 图标过大)",
|
|
168
|
-
"type": "boolean"
|
|
169
|
-
}
|
|
170
|
-
],
|
|
171
|
-
"events": [],
|
|
172
|
-
"slots": [],
|
|
173
|
-
"methods": [],
|
|
174
|
-
"parts": [],
|
|
175
|
-
"description": "构件 `ai-portal.icon-button`"
|
|
176
|
-
},
|
|
177
76
|
{
|
|
178
77
|
"name": "ai-portal.elevo-sidebar",
|
|
179
78
|
"properties": [
|
|
@@ -343,7 +242,291 @@
|
|
|
343
242
|
}
|
|
344
243
|
],
|
|
345
244
|
"parts": [],
|
|
346
|
-
"description": "构件 `ai-portal.elevo-sidebar`"
|
|
245
|
+
"description": "构件 `ai-portal.elevo-sidebar`"
|
|
246
|
+
},
|
|
247
|
+
{
|
|
248
|
+
"name": "ai-portal.cruise-canvas",
|
|
249
|
+
"properties": [
|
|
250
|
+
{
|
|
251
|
+
"name": "conversationId",
|
|
252
|
+
"type": "string"
|
|
253
|
+
},
|
|
254
|
+
{
|
|
255
|
+
"name": "initialRequest",
|
|
256
|
+
"description": "初始请求数据。仅初始设置有效。",
|
|
257
|
+
"attribute": false,
|
|
258
|
+
"type": "RequestStore | null"
|
|
259
|
+
},
|
|
260
|
+
{
|
|
261
|
+
"name": "replay",
|
|
262
|
+
"description": "是否启用回放。仅初始设置有效。",
|
|
263
|
+
"type": "boolean"
|
|
264
|
+
},
|
|
265
|
+
{
|
|
266
|
+
"name": "replayDelay",
|
|
267
|
+
"description": "设置回放时消息之间的时间间隔,单位为秒。仅初始设置有效。",
|
|
268
|
+
"default": "2",
|
|
269
|
+
"type": "number"
|
|
270
|
+
},
|
|
271
|
+
{
|
|
272
|
+
"name": "supports",
|
|
273
|
+
"attribute": false,
|
|
274
|
+
"type": "Record<string, boolean>"
|
|
275
|
+
},
|
|
276
|
+
{
|
|
277
|
+
"name": "showHiddenJobs",
|
|
278
|
+
"type": "boolean"
|
|
279
|
+
},
|
|
280
|
+
{
|
|
281
|
+
"name": "showHumanActions",
|
|
282
|
+
"type": "boolean"
|
|
283
|
+
},
|
|
284
|
+
{
|
|
285
|
+
"name": "showFeedback",
|
|
286
|
+
"type": "boolean"
|
|
287
|
+
},
|
|
288
|
+
{
|
|
289
|
+
"name": "showFeedbackAfterFailed",
|
|
290
|
+
"type": "boolean"
|
|
291
|
+
},
|
|
292
|
+
{
|
|
293
|
+
"name": "showFeedbackOnView",
|
|
294
|
+
"type": "boolean"
|
|
295
|
+
},
|
|
296
|
+
{
|
|
297
|
+
"name": "showUiSwitch",
|
|
298
|
+
"type": "boolean"
|
|
299
|
+
},
|
|
300
|
+
{
|
|
301
|
+
"name": "hideMermaid",
|
|
302
|
+
"type": "boolean"
|
|
303
|
+
},
|
|
304
|
+
{
|
|
305
|
+
"name": "showJsxEditor",
|
|
306
|
+
"type": "boolean"
|
|
307
|
+
},
|
|
308
|
+
{
|
|
309
|
+
"name": "previewUrlTemplate",
|
|
310
|
+
"type": "string"
|
|
311
|
+
},
|
|
312
|
+
{
|
|
313
|
+
"name": "showCases",
|
|
314
|
+
"attribute": false,
|
|
315
|
+
"type": "ShowCaseType[]"
|
|
316
|
+
},
|
|
317
|
+
{
|
|
318
|
+
"name": "exampleProjects",
|
|
319
|
+
"attribute": false,
|
|
320
|
+
"type": "ExampleProject[]"
|
|
321
|
+
},
|
|
322
|
+
{
|
|
323
|
+
"name": "tryItOutUrl",
|
|
324
|
+
"type": "string"
|
|
325
|
+
},
|
|
326
|
+
{
|
|
327
|
+
"name": "separateInstructions",
|
|
328
|
+
"type": "boolean"
|
|
329
|
+
},
|
|
330
|
+
{
|
|
331
|
+
"name": "aiEmployees",
|
|
332
|
+
"attribute": false,
|
|
333
|
+
"type": "AIEmployee[]"
|
|
334
|
+
},
|
|
335
|
+
{
|
|
336
|
+
"name": "commands",
|
|
337
|
+
"attribute": false,
|
|
338
|
+
"type": "Command[]"
|
|
339
|
+
},
|
|
340
|
+
{
|
|
341
|
+
"name": "uploadOptions",
|
|
342
|
+
"attribute": false,
|
|
343
|
+
"type": "UploadOptions"
|
|
344
|
+
}
|
|
345
|
+
],
|
|
346
|
+
"events": [
|
|
347
|
+
{
|
|
348
|
+
"name": "share",
|
|
349
|
+
"detail": {
|
|
350
|
+
"type": "void"
|
|
351
|
+
}
|
|
352
|
+
},
|
|
353
|
+
{
|
|
354
|
+
"name": "terminate",
|
|
355
|
+
"detail": {
|
|
356
|
+
"type": "void"
|
|
357
|
+
}
|
|
358
|
+
},
|
|
359
|
+
{
|
|
360
|
+
"name": "feedback.submit",
|
|
361
|
+
"detail": {
|
|
362
|
+
"type": "FeedbackDetail"
|
|
363
|
+
}
|
|
364
|
+
},
|
|
365
|
+
{
|
|
366
|
+
"name": "feedback.on.view",
|
|
367
|
+
"detail": {
|
|
368
|
+
"type": "string"
|
|
369
|
+
}
|
|
370
|
+
},
|
|
371
|
+
{
|
|
372
|
+
"name": "ui.switch",
|
|
373
|
+
"detail": {
|
|
374
|
+
"type": "\"chat\""
|
|
375
|
+
}
|
|
376
|
+
},
|
|
377
|
+
{
|
|
378
|
+
"name": "detail.change",
|
|
379
|
+
"detail": {
|
|
380
|
+
"type": "ConversationDetail"
|
|
381
|
+
}
|
|
382
|
+
}
|
|
383
|
+
],
|
|
384
|
+
"slots": [],
|
|
385
|
+
"methods": [
|
|
386
|
+
{
|
|
387
|
+
"name": "resumed",
|
|
388
|
+
"params": []
|
|
389
|
+
},
|
|
390
|
+
{
|
|
391
|
+
"name": "feedbackSubmitDone",
|
|
392
|
+
"params": []
|
|
393
|
+
},
|
|
394
|
+
{
|
|
395
|
+
"name": "feedbackSubmitFailed",
|
|
396
|
+
"params": []
|
|
397
|
+
},
|
|
398
|
+
{
|
|
399
|
+
"name": "feedbackOnViewDone",
|
|
400
|
+
"params": [
|
|
401
|
+
{
|
|
402
|
+
"name": "viewId",
|
|
403
|
+
"type": "string"
|
|
404
|
+
}
|
|
405
|
+
]
|
|
406
|
+
}
|
|
407
|
+
],
|
|
408
|
+
"parts": [],
|
|
409
|
+
"description": "构件 `ai-portal.cruise-canvas`"
|
|
410
|
+
},
|
|
411
|
+
{
|
|
412
|
+
"name": "ai-portal.icon-button",
|
|
413
|
+
"properties": [
|
|
414
|
+
{
|
|
415
|
+
"name": "icon",
|
|
416
|
+
"attribute": false,
|
|
417
|
+
"type": "(GeneralIconProps & HTMLAttributes<GeneralIcon>)"
|
|
418
|
+
},
|
|
419
|
+
{
|
|
420
|
+
"name": "tooltip",
|
|
421
|
+
"type": "string"
|
|
422
|
+
},
|
|
423
|
+
{
|
|
424
|
+
"name": "tooltipHoist",
|
|
425
|
+
"type": "boolean"
|
|
426
|
+
},
|
|
427
|
+
{
|
|
428
|
+
"name": "active",
|
|
429
|
+
"type": "boolean"
|
|
430
|
+
},
|
|
431
|
+
{
|
|
432
|
+
"name": "disabled",
|
|
433
|
+
"type": "boolean"
|
|
434
|
+
},
|
|
435
|
+
{
|
|
436
|
+
"name": "variant",
|
|
437
|
+
"type": "IconButtonVariant"
|
|
438
|
+
},
|
|
439
|
+
{
|
|
440
|
+
"name": "reduceIconSize",
|
|
441
|
+
"description": "是否缩小图标尺寸(部分 easyops 图标过大)",
|
|
442
|
+
"type": "boolean"
|
|
443
|
+
}
|
|
444
|
+
],
|
|
445
|
+
"events": [],
|
|
446
|
+
"slots": [],
|
|
447
|
+
"methods": [],
|
|
448
|
+
"parts": [],
|
|
449
|
+
"description": "构件 `ai-portal.icon-button`"
|
|
450
|
+
},
|
|
451
|
+
{
|
|
452
|
+
"name": "ai-portal.stat-with-mini-chart",
|
|
453
|
+
"properties": [
|
|
454
|
+
{
|
|
455
|
+
"name": "label",
|
|
456
|
+
"type": "string"
|
|
457
|
+
},
|
|
458
|
+
{
|
|
459
|
+
"name": "value",
|
|
460
|
+
"type": "string"
|
|
461
|
+
},
|
|
462
|
+
{
|
|
463
|
+
"name": "size",
|
|
464
|
+
"description": "",
|
|
465
|
+
"default": "\"medium\"",
|
|
466
|
+
"type": "\"medium\" | \"small\""
|
|
467
|
+
},
|
|
468
|
+
{
|
|
469
|
+
"name": "lineColor",
|
|
470
|
+
"description": "",
|
|
471
|
+
"default": "\"var(--color-brand)\"",
|
|
472
|
+
"type": "string"
|
|
473
|
+
},
|
|
474
|
+
{
|
|
475
|
+
"name": "showArea",
|
|
476
|
+
"type": "boolean"
|
|
477
|
+
},
|
|
478
|
+
{
|
|
479
|
+
"name": "min",
|
|
480
|
+
"description": "Specify the minimum value of the y-axis.\nIf not specified, the minimum value will be calculated from the data.",
|
|
481
|
+
"type": "number"
|
|
482
|
+
},
|
|
483
|
+
{
|
|
484
|
+
"name": "max",
|
|
485
|
+
"description": "Specify the maximum value of the y-axis.\nIf not specified, the maximum value will be calculated from the data.",
|
|
486
|
+
"type": "number"
|
|
487
|
+
},
|
|
488
|
+
{
|
|
489
|
+
"name": "xField",
|
|
490
|
+
"description": "",
|
|
491
|
+
"default": "\"0\"",
|
|
492
|
+
"type": "string"
|
|
493
|
+
},
|
|
494
|
+
{
|
|
495
|
+
"name": "yField",
|
|
496
|
+
"description": "",
|
|
497
|
+
"default": "\"1\"",
|
|
498
|
+
"type": "string"
|
|
499
|
+
},
|
|
500
|
+
{
|
|
501
|
+
"name": "data",
|
|
502
|
+
"attribute": false,
|
|
503
|
+
"type": "Record<string, number>[]"
|
|
504
|
+
}
|
|
505
|
+
],
|
|
506
|
+
"events": [],
|
|
507
|
+
"slots": [],
|
|
508
|
+
"methods": [],
|
|
509
|
+
"parts": [],
|
|
510
|
+
"description": "构件 `ai-portal.stat-with-mini-chart`"
|
|
511
|
+
},
|
|
512
|
+
{
|
|
513
|
+
"name": "ai-portal.show-cases",
|
|
514
|
+
"properties": [
|
|
515
|
+
{
|
|
516
|
+
"name": "list",
|
|
517
|
+
"attribute": false,
|
|
518
|
+
"type": "ShowCaseType[]"
|
|
519
|
+
},
|
|
520
|
+
{
|
|
521
|
+
"name": "limit",
|
|
522
|
+
"type": "number"
|
|
523
|
+
}
|
|
524
|
+
],
|
|
525
|
+
"events": [],
|
|
526
|
+
"slots": [],
|
|
527
|
+
"methods": [],
|
|
528
|
+
"parts": [],
|
|
529
|
+
"description": "构件 `ai-portal.show-cases`"
|
|
347
530
|
},
|
|
348
531
|
{
|
|
349
532
|
"name": "ai-portal.mcp-tools",
|
|
@@ -365,23 +548,29 @@
|
|
|
365
548
|
"description": "构件 `ai-portal.mcp-tools`"
|
|
366
549
|
},
|
|
367
550
|
{
|
|
368
|
-
"name": "ai-portal.
|
|
551
|
+
"name": "ai-portal.ai-agents",
|
|
369
552
|
"properties": [
|
|
370
553
|
{
|
|
371
554
|
"name": "list",
|
|
372
555
|
"attribute": false,
|
|
373
|
-
"type": "
|
|
556
|
+
"type": "Agent[]"
|
|
374
557
|
},
|
|
375
558
|
{
|
|
376
|
-
"name": "
|
|
377
|
-
"type": "
|
|
559
|
+
"name": "urlTemplate",
|
|
560
|
+
"type": "string"
|
|
561
|
+
},
|
|
562
|
+
{
|
|
563
|
+
"name": "withContainer",
|
|
564
|
+
"description": "",
|
|
565
|
+
"deprecated": true,
|
|
566
|
+
"default": "true"
|
|
378
567
|
}
|
|
379
568
|
],
|
|
380
569
|
"events": [],
|
|
381
570
|
"slots": [],
|
|
382
571
|
"methods": [],
|
|
383
572
|
"parts": [],
|
|
384
|
-
"description": "构件 `ai-portal.
|
|
573
|
+
"description": "构件 `ai-portal.ai-agents`"
|
|
385
574
|
},
|
|
386
575
|
{
|
|
387
576
|
"name": "ai-portal.ai-employees",
|
|
@@ -569,31 +758,6 @@
|
|
|
569
758
|
"parts": [],
|
|
570
759
|
"description": "构件 `ai-portal.chat-stream`"
|
|
571
760
|
},
|
|
572
|
-
{
|
|
573
|
-
"name": "ai-portal.ai-agents",
|
|
574
|
-
"properties": [
|
|
575
|
-
{
|
|
576
|
-
"name": "list",
|
|
577
|
-
"attribute": false,
|
|
578
|
-
"type": "Agent[]"
|
|
579
|
-
},
|
|
580
|
-
{
|
|
581
|
-
"name": "urlTemplate",
|
|
582
|
-
"type": "string"
|
|
583
|
-
},
|
|
584
|
-
{
|
|
585
|
-
"name": "withContainer",
|
|
586
|
-
"description": "",
|
|
587
|
-
"deprecated": true,
|
|
588
|
-
"default": "true"
|
|
589
|
-
}
|
|
590
|
-
],
|
|
591
|
-
"events": [],
|
|
592
|
-
"slots": [],
|
|
593
|
-
"methods": [],
|
|
594
|
-
"parts": [],
|
|
595
|
-
"description": "构件 `ai-portal.ai-agents`"
|
|
596
|
-
},
|
|
597
761
|
{
|
|
598
762
|
"name": "ai-portal.page-container",
|
|
599
763
|
"properties": [
|
|
@@ -639,6 +803,42 @@
|
|
|
639
803
|
"parts": [],
|
|
640
804
|
"description": "构件 `ai-portal.page-container`"
|
|
641
805
|
},
|
|
806
|
+
{
|
|
807
|
+
"name": "ai-portal.tab-list",
|
|
808
|
+
"properties": [
|
|
809
|
+
{
|
|
810
|
+
"name": "tabs",
|
|
811
|
+
"attribute": false,
|
|
812
|
+
"type": "Tab[]"
|
|
813
|
+
},
|
|
814
|
+
{
|
|
815
|
+
"name": "activeTab",
|
|
816
|
+
"attribute": false,
|
|
817
|
+
"type": "string"
|
|
818
|
+
}
|
|
819
|
+
],
|
|
820
|
+
"events": [
|
|
821
|
+
{
|
|
822
|
+
"name": "tab.click",
|
|
823
|
+
"detail": {
|
|
824
|
+
"type": "Tab"
|
|
825
|
+
}
|
|
826
|
+
}
|
|
827
|
+
],
|
|
828
|
+
"slots": [],
|
|
829
|
+
"methods": [],
|
|
830
|
+
"parts": [
|
|
831
|
+
{
|
|
832
|
+
"name": "tabs",
|
|
833
|
+
"description": "The tab list container"
|
|
834
|
+
},
|
|
835
|
+
{
|
|
836
|
+
"name": "tab",
|
|
837
|
+
"description": "The individual tab"
|
|
838
|
+
}
|
|
839
|
+
],
|
|
840
|
+
"description": "构件 `ai-portal.tab-list`"
|
|
841
|
+
},
|
|
642
842
|
{
|
|
643
843
|
"name": "ai-portal.dropdown-select",
|
|
644
844
|
"properties": [
|
|
@@ -696,68 +896,6 @@
|
|
|
696
896
|
"parts": [],
|
|
697
897
|
"description": "构件 `ai-portal.dropdown-select`"
|
|
698
898
|
},
|
|
699
|
-
{
|
|
700
|
-
"name": "ai-portal.tab-list",
|
|
701
|
-
"properties": [
|
|
702
|
-
{
|
|
703
|
-
"name": "tabs",
|
|
704
|
-
"attribute": false,
|
|
705
|
-
"type": "Tab[]"
|
|
706
|
-
},
|
|
707
|
-
{
|
|
708
|
-
"name": "activeTab",
|
|
709
|
-
"attribute": false,
|
|
710
|
-
"type": "string"
|
|
711
|
-
}
|
|
712
|
-
],
|
|
713
|
-
"events": [
|
|
714
|
-
{
|
|
715
|
-
"name": "tab.click",
|
|
716
|
-
"detail": {
|
|
717
|
-
"type": "Tab"
|
|
718
|
-
}
|
|
719
|
-
}
|
|
720
|
-
],
|
|
721
|
-
"slots": [],
|
|
722
|
-
"methods": [],
|
|
723
|
-
"parts": [
|
|
724
|
-
{
|
|
725
|
-
"name": "tabs",
|
|
726
|
-
"description": "The tab list container"
|
|
727
|
-
},
|
|
728
|
-
{
|
|
729
|
-
"name": "tab",
|
|
730
|
-
"description": "The individual tab"
|
|
731
|
-
}
|
|
732
|
-
],
|
|
733
|
-
"description": "构件 `ai-portal.tab-list`"
|
|
734
|
-
},
|
|
735
|
-
{
|
|
736
|
-
"name": "ai-portal.action-buttons",
|
|
737
|
-
"properties": [
|
|
738
|
-
{
|
|
739
|
-
"name": "items",
|
|
740
|
-
"attribute": false,
|
|
741
|
-
"type": "ActionItem[]"
|
|
742
|
-
},
|
|
743
|
-
{
|
|
744
|
-
"name": "activeKey",
|
|
745
|
-
"type": "string | null"
|
|
746
|
-
}
|
|
747
|
-
],
|
|
748
|
-
"events": [
|
|
749
|
-
{
|
|
750
|
-
"name": "change",
|
|
751
|
-
"detail": {
|
|
752
|
-
"type": "ActionItem | null"
|
|
753
|
-
}
|
|
754
|
-
}
|
|
755
|
-
],
|
|
756
|
-
"slots": [],
|
|
757
|
-
"methods": [],
|
|
758
|
-
"parts": [],
|
|
759
|
-
"description": "构件 `ai-portal.action-buttons`"
|
|
760
|
-
},
|
|
761
899
|
{
|
|
762
900
|
"name": "ai-portal.preview-container",
|
|
763
901
|
"properties": [
|
|
@@ -792,168 +930,72 @@
|
|
|
792
930
|
"description": "构件 `ai-portal.home-container`"
|
|
793
931
|
},
|
|
794
932
|
{
|
|
795
|
-
"name": "ai-portal.
|
|
933
|
+
"name": "ai-portal.action-buttons",
|
|
796
934
|
"properties": [
|
|
797
935
|
{
|
|
798
|
-
"name": "
|
|
799
|
-
"type": "string"
|
|
800
|
-
},
|
|
801
|
-
{
|
|
802
|
-
"name": "initialRequest",
|
|
803
|
-
"description": "初始请求数据。仅初始设置有效。",
|
|
804
|
-
"attribute": false,
|
|
805
|
-
"type": "RequestStore | null"
|
|
806
|
-
},
|
|
807
|
-
{
|
|
808
|
-
"name": "replay",
|
|
809
|
-
"description": "是否启用回放。仅初始设置有效。",
|
|
810
|
-
"type": "boolean"
|
|
811
|
-
},
|
|
812
|
-
{
|
|
813
|
-
"name": "replayDelay",
|
|
814
|
-
"description": "设置回放时消息之间的时间间隔,单位为秒。仅初始设置有效。",
|
|
815
|
-
"default": "2",
|
|
816
|
-
"type": "number"
|
|
817
|
-
},
|
|
818
|
-
{
|
|
819
|
-
"name": "supports",
|
|
820
|
-
"attribute": false,
|
|
821
|
-
"type": "Record<string, boolean>"
|
|
822
|
-
},
|
|
823
|
-
{
|
|
824
|
-
"name": "showHiddenJobs",
|
|
825
|
-
"type": "boolean"
|
|
826
|
-
},
|
|
827
|
-
{
|
|
828
|
-
"name": "showHumanActions",
|
|
829
|
-
"type": "boolean"
|
|
830
|
-
},
|
|
831
|
-
{
|
|
832
|
-
"name": "showFeedback",
|
|
833
|
-
"type": "boolean"
|
|
834
|
-
},
|
|
835
|
-
{
|
|
836
|
-
"name": "showFeedbackAfterFailed",
|
|
837
|
-
"type": "boolean"
|
|
838
|
-
},
|
|
839
|
-
{
|
|
840
|
-
"name": "showFeedbackOnView",
|
|
841
|
-
"type": "boolean"
|
|
842
|
-
},
|
|
843
|
-
{
|
|
844
|
-
"name": "showUiSwitch",
|
|
845
|
-
"type": "boolean"
|
|
846
|
-
},
|
|
847
|
-
{
|
|
848
|
-
"name": "hideMermaid",
|
|
849
|
-
"type": "boolean"
|
|
850
|
-
},
|
|
851
|
-
{
|
|
852
|
-
"name": "showJsxEditor",
|
|
853
|
-
"type": "boolean"
|
|
854
|
-
},
|
|
855
|
-
{
|
|
856
|
-
"name": "previewUrlTemplate",
|
|
857
|
-
"type": "string"
|
|
858
|
-
},
|
|
859
|
-
{
|
|
860
|
-
"name": "showCases",
|
|
861
|
-
"attribute": false,
|
|
862
|
-
"type": "ShowCaseType[]"
|
|
863
|
-
},
|
|
864
|
-
{
|
|
865
|
-
"name": "exampleProjects",
|
|
866
|
-
"attribute": false,
|
|
867
|
-
"type": "ExampleProject[]"
|
|
868
|
-
},
|
|
869
|
-
{
|
|
870
|
-
"name": "tryItOutUrl",
|
|
871
|
-
"type": "string"
|
|
872
|
-
},
|
|
873
|
-
{
|
|
874
|
-
"name": "separateInstructions",
|
|
875
|
-
"type": "boolean"
|
|
876
|
-
},
|
|
877
|
-
{
|
|
878
|
-
"name": "aiEmployees",
|
|
879
|
-
"attribute": false,
|
|
880
|
-
"type": "AIEmployee[]"
|
|
881
|
-
},
|
|
882
|
-
{
|
|
883
|
-
"name": "commands",
|
|
936
|
+
"name": "items",
|
|
884
937
|
"attribute": false,
|
|
885
|
-
"type": "
|
|
938
|
+
"type": "ActionItem[]"
|
|
886
939
|
},
|
|
887
940
|
{
|
|
888
|
-
"name": "
|
|
889
|
-
"
|
|
890
|
-
"type": "UploadOptions"
|
|
941
|
+
"name": "activeKey",
|
|
942
|
+
"type": "string | null"
|
|
891
943
|
}
|
|
892
944
|
],
|
|
893
945
|
"events": [
|
|
894
946
|
{
|
|
895
|
-
"name": "
|
|
947
|
+
"name": "change",
|
|
896
948
|
"detail": {
|
|
897
|
-
"type": "
|
|
949
|
+
"type": "ActionItem | null"
|
|
898
950
|
}
|
|
951
|
+
}
|
|
952
|
+
],
|
|
953
|
+
"slots": [],
|
|
954
|
+
"methods": [],
|
|
955
|
+
"parts": [],
|
|
956
|
+
"description": "构件 `ai-portal.action-buttons`"
|
|
957
|
+
},
|
|
958
|
+
{
|
|
959
|
+
"name": "ai-portal.project-conversations",
|
|
960
|
+
"properties": [
|
|
961
|
+
{
|
|
962
|
+
"name": "list",
|
|
963
|
+
"attribute": false,
|
|
964
|
+
"type": "Conversation[]"
|
|
899
965
|
},
|
|
900
966
|
{
|
|
901
|
-
"name": "
|
|
902
|
-
"
|
|
903
|
-
"type": "void"
|
|
904
|
-
}
|
|
967
|
+
"name": "urlTemplate",
|
|
968
|
+
"type": "string"
|
|
905
969
|
},
|
|
906
970
|
{
|
|
907
|
-
"name": "
|
|
908
|
-
"
|
|
909
|
-
|
|
910
|
-
}
|
|
971
|
+
"name": "actions",
|
|
972
|
+
"attribute": false,
|
|
973
|
+
"type": "ActionType[]"
|
|
911
974
|
},
|
|
912
975
|
{
|
|
913
|
-
"name": "
|
|
914
|
-
"
|
|
915
|
-
|
|
916
|
-
|
|
917
|
-
|
|
976
|
+
"name": "goals",
|
|
977
|
+
"attribute": false,
|
|
978
|
+
"type": "Goal[]"
|
|
979
|
+
}
|
|
980
|
+
],
|
|
981
|
+
"events": [
|
|
918
982
|
{
|
|
919
|
-
"name": "
|
|
983
|
+
"name": "goal.click",
|
|
920
984
|
"detail": {
|
|
921
|
-
"type": "
|
|
985
|
+
"type": "Conversation"
|
|
922
986
|
}
|
|
923
987
|
},
|
|
924
988
|
{
|
|
925
|
-
"name": "
|
|
989
|
+
"name": "action.click",
|
|
926
990
|
"detail": {
|
|
927
|
-
"type": "
|
|
991
|
+
"type": "ActionClickDetail"
|
|
928
992
|
}
|
|
929
993
|
}
|
|
930
994
|
],
|
|
931
995
|
"slots": [],
|
|
932
|
-
"methods": [
|
|
933
|
-
{
|
|
934
|
-
"name": "resumed",
|
|
935
|
-
"params": []
|
|
936
|
-
},
|
|
937
|
-
{
|
|
938
|
-
"name": "feedbackSubmitDone",
|
|
939
|
-
"params": []
|
|
940
|
-
},
|
|
941
|
-
{
|
|
942
|
-
"name": "feedbackSubmitFailed",
|
|
943
|
-
"params": []
|
|
944
|
-
},
|
|
945
|
-
{
|
|
946
|
-
"name": "feedbackOnViewDone",
|
|
947
|
-
"params": [
|
|
948
|
-
{
|
|
949
|
-
"name": "viewId",
|
|
950
|
-
"type": "string"
|
|
951
|
-
}
|
|
952
|
-
]
|
|
953
|
-
}
|
|
954
|
-
],
|
|
996
|
+
"methods": [],
|
|
955
997
|
"parts": [],
|
|
956
|
-
"description": "构件 `ai-portal.
|
|
998
|
+
"description": "构件 `ai-portal.project-conversations`"
|
|
957
999
|
},
|
|
958
1000
|
{
|
|
959
1001
|
"name": "ai-portal.goal-card-list",
|
|
@@ -1018,48 +1060,6 @@
|
|
|
1018
1060
|
"parts": [],
|
|
1019
1061
|
"description": "构件 `ai-portal.goal-card-list`"
|
|
1020
1062
|
},
|
|
1021
|
-
{
|
|
1022
|
-
"name": "ai-portal.project-conversations",
|
|
1023
|
-
"properties": [
|
|
1024
|
-
{
|
|
1025
|
-
"name": "list",
|
|
1026
|
-
"attribute": false,
|
|
1027
|
-
"type": "Conversation[]"
|
|
1028
|
-
},
|
|
1029
|
-
{
|
|
1030
|
-
"name": "urlTemplate",
|
|
1031
|
-
"type": "string"
|
|
1032
|
-
},
|
|
1033
|
-
{
|
|
1034
|
-
"name": "actions",
|
|
1035
|
-
"attribute": false,
|
|
1036
|
-
"type": "ActionType[]"
|
|
1037
|
-
},
|
|
1038
|
-
{
|
|
1039
|
-
"name": "goals",
|
|
1040
|
-
"attribute": false,
|
|
1041
|
-
"type": "Goal[]"
|
|
1042
|
-
}
|
|
1043
|
-
],
|
|
1044
|
-
"events": [
|
|
1045
|
-
{
|
|
1046
|
-
"name": "goal.click",
|
|
1047
|
-
"detail": {
|
|
1048
|
-
"type": "Conversation"
|
|
1049
|
-
}
|
|
1050
|
-
},
|
|
1051
|
-
{
|
|
1052
|
-
"name": "action.click",
|
|
1053
|
-
"detail": {
|
|
1054
|
-
"type": "ActionClickDetail"
|
|
1055
|
-
}
|
|
1056
|
-
}
|
|
1057
|
-
],
|
|
1058
|
-
"slots": [],
|
|
1059
|
-
"methods": [],
|
|
1060
|
-
"parts": [],
|
|
1061
|
-
"description": "构件 `ai-portal.project-conversations`"
|
|
1062
|
-
},
|
|
1063
1063
|
{
|
|
1064
1064
|
"name": "ai-portal.project-knowledges",
|
|
1065
1065
|
"properties": [
|
|
@@ -1139,6 +1139,10 @@
|
|
|
1139
1139
|
"name": "terminating",
|
|
1140
1140
|
"type": "boolean"
|
|
1141
1141
|
},
|
|
1142
|
+
{
|
|
1143
|
+
"name": "autoFade",
|
|
1144
|
+
"type": "boolean"
|
|
1145
|
+
},
|
|
1142
1146
|
{
|
|
1143
1147
|
"name": "uploadOptions",
|
|
1144
1148
|
"attribute": false,
|
|
@@ -1329,6 +1333,79 @@
|
|
|
1329
1333
|
"parts": [],
|
|
1330
1334
|
"description": "构件 `ai-portal.flow-tabs`"
|
|
1331
1335
|
},
|
|
1336
|
+
{
|
|
1337
|
+
"name": "ai-portal.notice-dropdown",
|
|
1338
|
+
"properties": [
|
|
1339
|
+
{
|
|
1340
|
+
"name": "dataSource",
|
|
1341
|
+
"description": "消息数据列表",
|
|
1342
|
+
"attribute": false,
|
|
1343
|
+
"type": "NoticeItem[]"
|
|
1344
|
+
},
|
|
1345
|
+
{
|
|
1346
|
+
"name": "popoverPlacement",
|
|
1347
|
+
"description": "弹窗位置",
|
|
1348
|
+
"type": "Placement"
|
|
1349
|
+
},
|
|
1350
|
+
{
|
|
1351
|
+
"name": "emptyText",
|
|
1352
|
+
"description": "空状态文案",
|
|
1353
|
+
"type": "string"
|
|
1354
|
+
},
|
|
1355
|
+
{
|
|
1356
|
+
"name": "notifyCenterUrl",
|
|
1357
|
+
"description": "通知中心URL",
|
|
1358
|
+
"type": "string"
|
|
1359
|
+
},
|
|
1360
|
+
{
|
|
1361
|
+
"name": "urlTemplate",
|
|
1362
|
+
"description": "详情链接",
|
|
1363
|
+
"type": "string"
|
|
1364
|
+
},
|
|
1365
|
+
{
|
|
1366
|
+
"name": "urlTarget",
|
|
1367
|
+
"description": "详情链接目标",
|
|
1368
|
+
"type": "Target"
|
|
1369
|
+
},
|
|
1370
|
+
{
|
|
1371
|
+
"name": "dropdownMaxWidth",
|
|
1372
|
+
"description": "下拉框最大宽度",
|
|
1373
|
+
"type": "string | number"
|
|
1374
|
+
},
|
|
1375
|
+
{
|
|
1376
|
+
"name": "dropdownContentStyle",
|
|
1377
|
+
"description": "下拉框内容样式",
|
|
1378
|
+
"attribute": false,
|
|
1379
|
+
"type": "React.CSSProperties"
|
|
1380
|
+
},
|
|
1381
|
+
{
|
|
1382
|
+
"name": "hideNotifyCenterButton",
|
|
1383
|
+
"description": "是否隐藏进入消息中心按钮",
|
|
1384
|
+
"type": "boolean"
|
|
1385
|
+
}
|
|
1386
|
+
],
|
|
1387
|
+
"events": [
|
|
1388
|
+
{
|
|
1389
|
+
"name": "notice.click",
|
|
1390
|
+
"description": "消息项点击事件",
|
|
1391
|
+
"detail": {
|
|
1392
|
+
"description": "消息 ID",
|
|
1393
|
+
"type": "NoticeItem"
|
|
1394
|
+
}
|
|
1395
|
+
},
|
|
1396
|
+
{
|
|
1397
|
+
"name": "mark.all.read",
|
|
1398
|
+
"description": "全部已读点击事件",
|
|
1399
|
+
"detail": {
|
|
1400
|
+
"type": "void"
|
|
1401
|
+
}
|
|
1402
|
+
}
|
|
1403
|
+
],
|
|
1404
|
+
"slots": [],
|
|
1405
|
+
"methods": [],
|
|
1406
|
+
"parts": [],
|
|
1407
|
+
"description": "构件 `ai-portal.notice-dropdown`\n\n消息通知下拉框构件,用于展示消息列表"
|
|
1408
|
+
},
|
|
1332
1409
|
{
|
|
1333
1410
|
"name": "ai-portal.stage-flow",
|
|
1334
1411
|
"properties": [
|
|
@@ -1442,79 +1519,6 @@
|
|
|
1442
1519
|
"parts": [],
|
|
1443
1520
|
"description": "构件 `ai-portal.running-flow`"
|
|
1444
1521
|
},
|
|
1445
|
-
{
|
|
1446
|
-
"name": "ai-portal.notice-dropdown",
|
|
1447
|
-
"properties": [
|
|
1448
|
-
{
|
|
1449
|
-
"name": "dataSource",
|
|
1450
|
-
"description": "消息数据列表",
|
|
1451
|
-
"attribute": false,
|
|
1452
|
-
"type": "NoticeItem[]"
|
|
1453
|
-
},
|
|
1454
|
-
{
|
|
1455
|
-
"name": "popoverPlacement",
|
|
1456
|
-
"description": "弹窗位置",
|
|
1457
|
-
"type": "Placement"
|
|
1458
|
-
},
|
|
1459
|
-
{
|
|
1460
|
-
"name": "emptyText",
|
|
1461
|
-
"description": "空状态文案",
|
|
1462
|
-
"type": "string"
|
|
1463
|
-
},
|
|
1464
|
-
{
|
|
1465
|
-
"name": "notifyCenterUrl",
|
|
1466
|
-
"description": "通知中心URL",
|
|
1467
|
-
"type": "string"
|
|
1468
|
-
},
|
|
1469
|
-
{
|
|
1470
|
-
"name": "urlTemplate",
|
|
1471
|
-
"description": "详情链接",
|
|
1472
|
-
"type": "string"
|
|
1473
|
-
},
|
|
1474
|
-
{
|
|
1475
|
-
"name": "urlTarget",
|
|
1476
|
-
"description": "详情链接目标",
|
|
1477
|
-
"type": "Target"
|
|
1478
|
-
},
|
|
1479
|
-
{
|
|
1480
|
-
"name": "dropdownMaxWidth",
|
|
1481
|
-
"description": "下拉框最大宽度",
|
|
1482
|
-
"type": "string | number"
|
|
1483
|
-
},
|
|
1484
|
-
{
|
|
1485
|
-
"name": "dropdownContentStyle",
|
|
1486
|
-
"description": "下拉框内容样式",
|
|
1487
|
-
"attribute": false,
|
|
1488
|
-
"type": "React.CSSProperties"
|
|
1489
|
-
},
|
|
1490
|
-
{
|
|
1491
|
-
"name": "hideNotifyCenterButton",
|
|
1492
|
-
"description": "是否隐藏进入消息中心按钮",
|
|
1493
|
-
"type": "boolean"
|
|
1494
|
-
}
|
|
1495
|
-
],
|
|
1496
|
-
"events": [
|
|
1497
|
-
{
|
|
1498
|
-
"name": "notice.click",
|
|
1499
|
-
"description": "消息项点击事件",
|
|
1500
|
-
"detail": {
|
|
1501
|
-
"description": "消息 ID",
|
|
1502
|
-
"type": "NoticeItem"
|
|
1503
|
-
}
|
|
1504
|
-
},
|
|
1505
|
-
{
|
|
1506
|
-
"name": "mark.all.read",
|
|
1507
|
-
"description": "全部已读点击事件",
|
|
1508
|
-
"detail": {
|
|
1509
|
-
"type": "void"
|
|
1510
|
-
}
|
|
1511
|
-
}
|
|
1512
|
-
],
|
|
1513
|
-
"slots": [],
|
|
1514
|
-
"methods": [],
|
|
1515
|
-
"parts": [],
|
|
1516
|
-
"description": "构件 `ai-portal.notice-dropdown`\n\n消息通知下拉框构件,用于展示消息列表"
|
|
1517
|
-
},
|
|
1518
1522
|
{
|
|
1519
1523
|
"name": "ai-portal.notice-list",
|
|
1520
1524
|
"properties": [
|
|
@@ -1679,6 +1683,9 @@
|
|
|
1679
1683
|
}
|
|
1680
1684
|
],
|
|
1681
1685
|
"providers": [
|
|
1686
|
+
{
|
|
1687
|
+
"name": "ai-portal.call-tool"
|
|
1688
|
+
},
|
|
1682
1689
|
{
|
|
1683
1690
|
"name": "ai-portal.save-request-store"
|
|
1684
1691
|
},
|
|
@@ -1690,9 +1697,6 @@
|
|
|
1690
1697
|
},
|
|
1691
1698
|
{
|
|
1692
1699
|
"name": "ai-portal.set-chat-command"
|
|
1693
|
-
},
|
|
1694
|
-
{
|
|
1695
|
-
"name": "ai-portal.call-tool"
|
|
1696
1700
|
}
|
|
1697
1701
|
]
|
|
1698
1702
|
}
|