@next-bricks/ai-portal 0.55.1 → 0.56.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.
Files changed (75) hide show
  1. package/dist/bricks.json +46 -38
  2. package/dist/chunks/1510.d022a470.js +2 -0
  3. package/dist/chunks/1510.d022a470.js.map +1 -0
  4. package/dist/chunks/6995.cb0a8137.js +2 -0
  5. package/dist/chunks/6995.cb0a8137.js.map +1 -0
  6. package/dist/chunks/7517.b5ed4e8e.js +2 -0
  7. package/dist/chunks/7517.b5ed4e8e.js.map +1 -0
  8. package/dist/chunks/9324.e514b672.js +2 -0
  9. package/dist/chunks/9324.e514b672.js.map +1 -0
  10. package/dist/chunks/{chat-stream.11c6ade7.js → chat-stream.24066a8e.js} +2 -2
  11. package/dist/chunks/{chat-stream.11c6ade7.js.map → chat-stream.24066a8e.js.map} +1 -1
  12. package/dist/chunks/{cruise-canvas.c494563b.js → cruise-canvas.eca7469a.js} +2 -2
  13. package/dist/chunks/{cruise-canvas.c494563b.js.map → cruise-canvas.eca7469a.js.map} +1 -1
  14. package/dist/chunks/{elevo-sidebar.bfad7500.js → elevo-sidebar.08aad53b.js} +3 -3
  15. package/dist/chunks/{elevo-sidebar.bfad7500.js.map → elevo-sidebar.08aad53b.js.map} +1 -1
  16. package/dist/chunks/{main.9f2b6ec7.js → main.0653045c.js} +2 -2
  17. package/dist/chunks/{main.9f2b6ec7.js.map → main.0653045c.js.map} +1 -1
  18. package/dist/chunks/running-flow.4b117f11.js +3 -0
  19. package/dist/chunks/running-flow.4b117f11.js.LICENSE.txt +5 -0
  20. package/dist/chunks/running-flow.4b117f11.js.map +1 -0
  21. package/dist/examples.json +26 -23
  22. package/dist/index.e11d54e9.js +2 -0
  23. package/dist/index.e11d54e9.js.map +1 -0
  24. package/dist/manifest.json +342 -316
  25. package/dist/types.json +1111 -933
  26. package/dist-types/bootstrap.d.ts +1 -0
  27. package/dist-types/chat-stream/Aside/Aside.d.ts +3 -3
  28. package/dist-types/chat-stream/Aside/FlowApp/FlowApp.d.ts +7 -0
  29. package/dist-types/chat-stream/Aside/FlowApp/i18n.d.ts +20 -0
  30. package/dist-types/chat-stream/AssistantMessage/AssistantMessage.d.ts +3 -5
  31. package/dist-types/chat-stream/NodeChunk/NodeChunk.d.ts +6 -0
  32. package/dist-types/chat-stream/NodeChunk/NodeJob.d.ts +6 -0
  33. package/dist-types/chat-stream/NodeChunk/getStateDisplay.d.ts +6 -0
  34. package/dist-types/chat-stream/StreamContext.d.ts +2 -1
  35. package/dist-types/chat-stream/i18n.d.ts +5 -1
  36. package/dist-types/chat-stream/interfaces.d.ts +25 -3
  37. package/dist-types/chat-stream/useConversationStream.d.ts +5 -5
  38. package/dist-types/cruise-canvas/NodeChunk/NodeChunk.d.ts +9 -0
  39. package/dist-types/cruise-canvas/i18n.d.ts +3 -1
  40. package/dist-types/cruise-canvas/interfaces.d.ts +13 -2
  41. package/dist-types/cruise-canvas/reducers/interfaces.d.ts +2 -1
  42. package/dist-types/cruise-canvas/reducers/serviceFlows.d.ts +4 -0
  43. package/dist-types/cruise-canvas/useConversationDetail.d.ts +1 -0
  44. package/dist-types/cruise-canvas/useConversationGraph.d.ts +3 -3
  45. package/dist-types/running-flow/formatDuration.d.ts +6 -0
  46. package/dist-types/running-flow/index.d.ts +34 -0
  47. package/dist-types/running-flow/index.spec.d.ts +1 -0
  48. package/dist-types/shared/RequestHumanAction/RequestHumanAction.d.ts +2 -1
  49. package/dist-types/shared/TaskContext.d.ts +6 -3
  50. package/dist-types/shared/bricks.d.ts +4 -0
  51. package/dist-types/shared/constants.d.ts +1 -0
  52. package/dist-types/shared/getFlatChunks.d.ts +3 -0
  53. package/dist-types/shared/getFlowOrActivityIcon.d.ts +3 -0
  54. package/dist-types/{cruise-canvas → shared}/getOrderedNodes.d.ts +2 -6
  55. package/dist-types/shared/getTaskTree.d.ts +10 -0
  56. package/dist-types/shared/interfaces.d.ts +61 -3
  57. package/dist-types/shared/useFlowAndActivityMap.d.ts +5 -0
  58. package/dist-types/shared/useFulfilledActiveDetail.d.ts +2 -0
  59. package/docs/running-flow.md +22 -0
  60. package/package.json +2 -2
  61. package/dist/chunks/1080.c0cb398b.js +0 -2
  62. package/dist/chunks/1080.c0cb398b.js.map +0 -1
  63. package/dist/chunks/2761.561a580a.js +0 -2
  64. package/dist/chunks/2761.561a580a.js.map +0 -1
  65. package/dist/chunks/3227.77ba4968.js +0 -2
  66. package/dist/chunks/3227.77ba4968.js.map +0 -1
  67. package/dist/chunks/8717.462ca5c9.js +0 -2
  68. package/dist/chunks/8717.462ca5c9.js.map +0 -1
  69. package/dist/index.fe56261d.js +0 -2
  70. package/dist/index.fe56261d.js.map +0 -1
  71. package/dist-types/chat-stream/NodeJob/NodeJob.d.ts +0 -7
  72. package/dist-types/cruise-canvas/getFlatOrderedJobs.d.ts +0 -11
  73. package/dist-types/cruise-canvas/getFlatOrderedJobs.spec.d.ts +0 -1
  74. /package/dist/chunks/{elevo-sidebar.bfad7500.js.LICENSE.txt → elevo-sidebar.08aad53b.js.LICENSE.txt} +0 -0
  75. /package/dist-types/{cruise-canvas → shared}/getOrderedNodes.spec.d.ts +0 -0
@@ -3,6 +3,85 @@
3
3
  "package": "@next-bricks/ai-portal",
4
4
  "name": "ai-portal",
5
5
  "bricks": [
6
+ {
7
+ "name": "ai-portal.chat-box",
8
+ "properties": [
9
+ {
10
+ "name": "disabled",
11
+ "type": "boolean"
12
+ },
13
+ {
14
+ "name": "placeholder",
15
+ "type": "string"
16
+ },
17
+ {
18
+ "name": "autoFocus",
19
+ "type": "boolean"
20
+ },
21
+ {
22
+ "name": "aiEmployees",
23
+ "attribute": false,
24
+ "type": "AIEmployee[]"
25
+ },
26
+ {
27
+ "name": "commands",
28
+ "attribute": false,
29
+ "type": "Command[]"
30
+ },
31
+ {
32
+ "name": "uploadBucket",
33
+ "type": "string"
34
+ }
35
+ ],
36
+ "events": [
37
+ {
38
+ "name": "message.submit",
39
+ "detail": {
40
+ "type": "string"
41
+ }
42
+ },
43
+ {
44
+ "name": "ai-employee.mention",
45
+ "detail": {
46
+ "type": "AIEmployee | null"
47
+ }
48
+ },
49
+ {
50
+ "name": "command.select",
51
+ "detail": {
52
+ "type": "CommandPayload | null"
53
+ }
54
+ },
55
+ {
56
+ "name": "files.change",
57
+ "detail": {
58
+ "type": "string[] | null | undefined"
59
+ }
60
+ }
61
+ ],
62
+ "slots": [],
63
+ "methods": [
64
+ {
65
+ "name": "setValue",
66
+ "params": [
67
+ {
68
+ "name": "value",
69
+ "type": "string"
70
+ }
71
+ ]
72
+ },
73
+ {
74
+ "name": "getValue",
75
+ "params": []
76
+ },
77
+ {
78
+ "name": "focusOnInput",
79
+ "params": []
80
+ }
81
+ ],
82
+ "parts": [],
83
+ "description": "构件 `ai-portal.chat-box`"
84
+ },
6
85
  {
7
86
  "name": "ai-portal.cruise-canvas",
8
87
  "properties": [
@@ -152,191 +231,6 @@
152
231
  "parts": [],
153
232
  "description": "构件 `ai-portal.cruise-canvas`"
154
233
  },
155
- {
156
- "name": "ai-portal.chat-box",
157
- "properties": [
158
- {
159
- "name": "disabled",
160
- "type": "boolean"
161
- },
162
- {
163
- "name": "placeholder",
164
- "type": "string"
165
- },
166
- {
167
- "name": "autoFocus",
168
- "type": "boolean"
169
- },
170
- {
171
- "name": "aiEmployees",
172
- "attribute": false,
173
- "type": "AIEmployee[]"
174
- },
175
- {
176
- "name": "commands",
177
- "attribute": false,
178
- "type": "Command[]"
179
- },
180
- {
181
- "name": "uploadBucket",
182
- "type": "string"
183
- }
184
- ],
185
- "events": [
186
- {
187
- "name": "message.submit",
188
- "detail": {
189
- "type": "string"
190
- }
191
- },
192
- {
193
- "name": "ai-employee.mention",
194
- "detail": {
195
- "type": "AIEmployee | null"
196
- }
197
- },
198
- {
199
- "name": "command.select",
200
- "detail": {
201
- "type": "CommandPayload | null"
202
- }
203
- },
204
- {
205
- "name": "files.change",
206
- "detail": {
207
- "type": "string[] | null | undefined"
208
- }
209
- }
210
- ],
211
- "slots": [],
212
- "methods": [
213
- {
214
- "name": "setValue",
215
- "params": [
216
- {
217
- "name": "value",
218
- "type": "string"
219
- }
220
- ]
221
- },
222
- {
223
- "name": "getValue",
224
- "params": []
225
- },
226
- {
227
- "name": "focusOnInput",
228
- "params": []
229
- }
230
- ],
231
- "parts": [],
232
- "description": "构件 `ai-portal.chat-box`"
233
- },
234
- {
235
- "name": "ai-portal.stat-with-mini-chart",
236
- "properties": [
237
- {
238
- "name": "label",
239
- "type": "string"
240
- },
241
- {
242
- "name": "value",
243
- "type": "string"
244
- },
245
- {
246
- "name": "size",
247
- "description": "",
248
- "default": "\"medium\"",
249
- "type": "\"medium\" | \"small\""
250
- },
251
- {
252
- "name": "lineColor",
253
- "description": "",
254
- "default": "\"var(--color-brand)\"",
255
- "type": "string"
256
- },
257
- {
258
- "name": "showArea",
259
- "type": "boolean"
260
- },
261
- {
262
- "name": "min",
263
- "description": "Specify the minimum value of the y-axis.\nIf not specified, the minimum value will be calculated from the data.",
264
- "type": "number"
265
- },
266
- {
267
- "name": "max",
268
- "description": "Specify the maximum value of the y-axis.\nIf not specified, the maximum value will be calculated from the data.",
269
- "type": "number"
270
- },
271
- {
272
- "name": "xField",
273
- "description": "",
274
- "default": "\"0\"",
275
- "type": "string"
276
- },
277
- {
278
- "name": "yField",
279
- "description": "",
280
- "default": "\"1\"",
281
- "type": "string"
282
- },
283
- {
284
- "name": "data",
285
- "attribute": false,
286
- "type": "Record<string, number>[]"
287
- }
288
- ],
289
- "events": [],
290
- "slots": [],
291
- "methods": [],
292
- "parts": [],
293
- "description": "构件 `ai-portal.stat-with-mini-chart`"
294
- },
295
- {
296
- "name": "ai-portal.home-container",
297
- "properties": [
298
- {
299
- "name": "sticky",
300
- "type": "boolean"
301
- }
302
- ],
303
- "events": [],
304
- "slots": [],
305
- "methods": [],
306
- "parts": [],
307
- "description": "构件 `ai-portal.home-container`"
308
- },
309
- {
310
- "name": "ai-portal.icon-button",
311
- "properties": [
312
- {
313
- "name": "icon",
314
- "attribute": false,
315
- "type": "GeneralIconProps"
316
- },
317
- {
318
- "name": "tooltip",
319
- "type": "string"
320
- },
321
- {
322
- "name": "tooltipHoist",
323
- "type": "boolean"
324
- },
325
- {
326
- "name": "disabled",
327
- "type": "boolean"
328
- },
329
- {
330
- "name": "variant",
331
- "type": "IconButtonVariant"
332
- }
333
- ],
334
- "events": [],
335
- "slots": [],
336
- "methods": [],
337
- "parts": [],
338
- "description": "构件 `ai-portal.icon-button`"
339
- },
340
234
  {
341
235
  "name": "ai-portal.elevo-sidebar",
342
236
  "properties": [
@@ -474,23 +368,49 @@
474
368
  "description": "构件 `ai-portal.elevo-sidebar`"
475
369
  },
476
370
  {
477
- "name": "ai-portal.show-cases",
371
+ "name": "ai-portal.icon-button",
478
372
  "properties": [
479
373
  {
480
- "name": "list",
374
+ "name": "icon",
481
375
  "attribute": false,
482
- "type": "ShowCaseType[]"
376
+ "type": "GeneralIconProps"
483
377
  },
484
378
  {
485
- "name": "limit",
486
- "type": "number"
379
+ "name": "tooltip",
380
+ "type": "string"
381
+ },
382
+ {
383
+ "name": "tooltipHoist",
384
+ "type": "boolean"
385
+ },
386
+ {
387
+ "name": "disabled",
388
+ "type": "boolean"
389
+ },
390
+ {
391
+ "name": "variant",
392
+ "type": "IconButtonVariant"
487
393
  }
488
394
  ],
489
395
  "events": [],
490
396
  "slots": [],
491
397
  "methods": [],
492
398
  "parts": [],
493
- "description": "构件 `ai-portal.show-cases`"
399
+ "description": "构件 `ai-portal.icon-button`"
400
+ },
401
+ {
402
+ "name": "ai-portal.home-container",
403
+ "properties": [
404
+ {
405
+ "name": "sticky",
406
+ "type": "boolean"
407
+ }
408
+ ],
409
+ "events": [],
410
+ "slots": [],
411
+ "methods": [],
412
+ "parts": [],
413
+ "description": "构件 `ai-portal.home-container`"
494
414
  },
495
415
  {
496
416
  "name": "ai-portal.mcp-tools",
@@ -512,34 +432,23 @@
512
432
  "description": "构件 `ai-portal.mcp-tools`"
513
433
  },
514
434
  {
515
- "name": "ai-portal.ai-employees",
435
+ "name": "ai-portal.show-cases",
516
436
  "properties": [
517
437
  {
518
438
  "name": "list",
519
439
  "attribute": false,
520
- "type": "Employee[]"
521
- },
522
- {
523
- "name": "industries",
524
- "attribute": false,
525
- "type": "string[]"
526
- },
527
- {
528
- "name": "urlTemplate",
529
- "type": "string"
440
+ "type": "ShowCaseType[]"
530
441
  },
531
442
  {
532
- "name": "withContainer",
533
- "description": "",
534
- "deprecated": true,
535
- "default": "true"
443
+ "name": "limit",
444
+ "type": "number"
536
445
  }
537
446
  ],
538
447
  "events": [],
539
448
  "slots": [],
540
449
  "methods": [],
541
450
  "parts": [],
542
- "description": "构件 `ai-portal.ai-employees`"
451
+ "description": "构件 `ai-portal.show-cases`"
543
452
  },
544
453
  {
545
454
  "name": "ai-portal.chat-stream",
@@ -697,11 +606,86 @@
697
606
  "default": "true"
698
607
  }
699
608
  ],
700
- "events": [],
701
- "slots": [],
609
+ "events": [],
610
+ "slots": [],
611
+ "methods": [],
612
+ "parts": [],
613
+ "description": "构件 `ai-portal.ai-agents`"
614
+ },
615
+ {
616
+ "name": "ai-portal.ai-employees",
617
+ "properties": [
618
+ {
619
+ "name": "list",
620
+ "attribute": false,
621
+ "type": "Employee[]"
622
+ },
623
+ {
624
+ "name": "industries",
625
+ "attribute": false,
626
+ "type": "string[]"
627
+ },
628
+ {
629
+ "name": "urlTemplate",
630
+ "type": "string"
631
+ },
632
+ {
633
+ "name": "withContainer",
634
+ "description": "",
635
+ "deprecated": true,
636
+ "default": "true"
637
+ }
638
+ ],
639
+ "events": [],
640
+ "slots": [],
641
+ "methods": [],
642
+ "parts": [],
643
+ "description": "构件 `ai-portal.ai-employees`"
644
+ },
645
+ {
646
+ "name": "ai-portal.page-container",
647
+ "properties": [
648
+ {
649
+ "name": "pageTitle",
650
+ "type": "string"
651
+ },
652
+ {
653
+ "name": "breadcrumbs",
654
+ "attribute": false,
655
+ "type": "Breadcrumb[]"
656
+ },
657
+ {
658
+ "name": "size",
659
+ "type": "\"medium\" | \"small\" | \"full\""
660
+ },
661
+ {
662
+ "name": "variant",
663
+ "type": "\"default\" | \"form\""
664
+ },
665
+ {
666
+ "name": "sticky",
667
+ "type": "boolean"
668
+ },
669
+ {
670
+ "name": "textContent",
671
+ "type": "string",
672
+ "description": "文本内容"
673
+ }
674
+ ],
675
+ "events": [],
676
+ "slots": [
677
+ {
678
+ "name": null,
679
+ "description": "内容"
680
+ },
681
+ {
682
+ "name": "toolbar",
683
+ "description": "工具栏"
684
+ }
685
+ ],
702
686
  "methods": [],
703
687
  "parts": [],
704
- "description": "构件 `ai-portal.ai-agents`"
688
+ "description": "构件 `ai-portal.page-container`"
705
689
  },
706
690
  {
707
691
  "name": "ai-portal.tab-list",
@@ -740,49 +724,65 @@
740
724
  "description": "构件 `ai-portal.tab-list`"
741
725
  },
742
726
  {
743
- "name": "ai-portal.page-container",
727
+ "name": "ai-portal.stat-with-mini-chart",
744
728
  "properties": [
745
729
  {
746
- "name": "pageTitle",
730
+ "name": "label",
747
731
  "type": "string"
748
732
  },
749
733
  {
750
- "name": "breadcrumbs",
751
- "attribute": false,
752
- "type": "Breadcrumb[]"
734
+ "name": "value",
735
+ "type": "string"
753
736
  },
754
737
  {
755
738
  "name": "size",
756
- "type": "\"medium\" | \"small\" | \"full\""
739
+ "description": "",
740
+ "default": "\"medium\"",
741
+ "type": "\"medium\" | \"small\""
757
742
  },
758
743
  {
759
- "name": "variant",
760
- "type": "\"default\" | \"form\""
744
+ "name": "lineColor",
745
+ "description": "",
746
+ "default": "\"var(--color-brand)\"",
747
+ "type": "string"
761
748
  },
762
749
  {
763
- "name": "sticky",
750
+ "name": "showArea",
764
751
  "type": "boolean"
765
752
  },
766
753
  {
767
- "name": "textContent",
768
- "type": "string",
769
- "description": "文本内容"
770
- }
771
- ],
772
- "events": [],
773
- "slots": [
754
+ "name": "min",
755
+ "description": "Specify the minimum value of the y-axis.\nIf not specified, the minimum value will be calculated from the data.",
756
+ "type": "number"
757
+ },
774
758
  {
775
- "name": null,
776
- "description": "内容"
759
+ "name": "max",
760
+ "description": "Specify the maximum value of the y-axis.\nIf not specified, the maximum value will be calculated from the data.",
761
+ "type": "number"
777
762
  },
778
763
  {
779
- "name": "toolbar",
780
- "description": "工具栏"
764
+ "name": "xField",
765
+ "description": "",
766
+ "default": "\"0\"",
767
+ "type": "string"
768
+ },
769
+ {
770
+ "name": "yField",
771
+ "description": "",
772
+ "default": "\"1\"",
773
+ "type": "string"
774
+ },
775
+ {
776
+ "name": "data",
777
+ "attribute": false,
778
+ "type": "Record<string, number>[]"
781
779
  }
782
780
  ],
781
+ "events": [],
782
+ "slots": [],
783
783
  "methods": [],
784
784
  "parts": [],
785
- "description": "构件 `ai-portal.page-container`"
785
+ "description": "构件 `ai-portal.stat-with-mini-chart`"
786
786
  },
787
787
  {
788
788
  "name": "ai-portal.dropdown-select",
@@ -886,48 +886,6 @@
886
886
  "parts": [],
887
887
  "description": "构件 `ai-portal.action-buttons`"
888
888
  },
889
- {
890
- "name": "ai-portal.project-conversations",
891
- "properties": [
892
- {
893
- "name": "list",
894
- "attribute": false,
895
- "type": "Conversation[]"
896
- },
897
- {
898
- "name": "urlTemplate",
899
- "type": "string"
900
- },
901
- {
902
- "name": "actions",
903
- "attribute": false,
904
- "type": "ActionType[]"
905
- },
906
- {
907
- "name": "goals",
908
- "attribute": false,
909
- "type": "Goal[]"
910
- }
911
- ],
912
- "events": [
913
- {
914
- "name": "goal.click",
915
- "detail": {
916
- "type": "Conversation"
917
- }
918
- },
919
- {
920
- "name": "action.click",
921
- "detail": {
922
- "type": "ActionClickDetail"
923
- }
924
- }
925
- ],
926
- "slots": [],
927
- "methods": [],
928
- "parts": [],
929
- "description": "构件 `ai-portal.project-conversations`"
930
- },
931
889
  {
932
890
  "name": "ai-portal.goal-card-list",
933
891
  "properties": [
@@ -991,6 +949,48 @@
991
949
  "parts": [],
992
950
  "description": "构件 `ai-portal.goal-card-list`"
993
951
  },
952
+ {
953
+ "name": "ai-portal.project-conversations",
954
+ "properties": [
955
+ {
956
+ "name": "list",
957
+ "attribute": false,
958
+ "type": "Conversation[]"
959
+ },
960
+ {
961
+ "name": "urlTemplate",
962
+ "type": "string"
963
+ },
964
+ {
965
+ "name": "actions",
966
+ "attribute": false,
967
+ "type": "ActionType[]"
968
+ },
969
+ {
970
+ "name": "goals",
971
+ "attribute": false,
972
+ "type": "Goal[]"
973
+ }
974
+ ],
975
+ "events": [
976
+ {
977
+ "name": "goal.click",
978
+ "detail": {
979
+ "type": "Conversation"
980
+ }
981
+ },
982
+ {
983
+ "name": "action.click",
984
+ "detail": {
985
+ "type": "ActionClickDetail"
986
+ }
987
+ }
988
+ ],
989
+ "slots": [],
990
+ "methods": [],
991
+ "parts": [],
992
+ "description": "构件 `ai-portal.project-conversations`"
993
+ },
994
994
  {
995
995
  "name": "ai-portal.project-knowledges",
996
996
  "properties": [
@@ -1090,15 +1090,6 @@
1090
1090
  "parts": [],
1091
1091
  "description": "构件 `ai-portal.chat-input`"
1092
1092
  },
1093
- {
1094
- "name": "ai-portal.elevo-logo",
1095
- "properties": [],
1096
- "events": [],
1097
- "slots": [],
1098
- "methods": [],
1099
- "parts": [],
1100
- "description": "构件 `ai-portal.elevo-logo`"
1101
- },
1102
1093
  {
1103
1094
  "name": "ai-portal.show-case",
1104
1095
  "properties": [
@@ -1121,6 +1112,15 @@
1121
1112
  "parts": [],
1122
1113
  "description": "构件 `ai-portal.show-case`"
1123
1114
  },
1115
+ {
1116
+ "name": "ai-portal.elevo-logo",
1117
+ "properties": [],
1118
+ "events": [],
1119
+ "slots": [],
1120
+ "methods": [],
1121
+ "parts": [],
1122
+ "description": "构件 `ai-portal.elevo-logo`"
1123
+ },
1124
1124
  {
1125
1125
  "name": "ai-portal.blank-state",
1126
1126
  "properties": [
@@ -1139,6 +1139,37 @@
1139
1139
  "parts": [],
1140
1140
  "description": "构件 `ai-portal.blank-state`"
1141
1141
  },
1142
+ {
1143
+ "name": "ai-portal.elevo-card",
1144
+ "properties": [
1145
+ {
1146
+ "name": "cardTitle",
1147
+ "type": "string"
1148
+ },
1149
+ {
1150
+ "name": "description",
1151
+ "type": "string"
1152
+ },
1153
+ {
1154
+ "name": "url",
1155
+ "type": "string"
1156
+ },
1157
+ {
1158
+ "name": "avatar",
1159
+ "attribute": false,
1160
+ "type": "string | GeneralIconProps"
1161
+ },
1162
+ {
1163
+ "name": "avatarType",
1164
+ "type": "\"icon\" | \"image\""
1165
+ }
1166
+ ],
1167
+ "events": [],
1168
+ "slots": [],
1169
+ "methods": [],
1170
+ "parts": [],
1171
+ "description": "构件 `ai-portal.elevo-card`"
1172
+ },
1142
1173
  {
1143
1174
  "name": "ai-portal.sticky-container",
1144
1175
  "properties": [
@@ -1173,37 +1204,6 @@
1173
1204
  "parts": [],
1174
1205
  "description": "构件 `ai-portal.sticky-container`"
1175
1206
  },
1176
- {
1177
- "name": "ai-portal.elevo-card",
1178
- "properties": [
1179
- {
1180
- "name": "cardTitle",
1181
- "type": "string"
1182
- },
1183
- {
1184
- "name": "description",
1185
- "type": "string"
1186
- },
1187
- {
1188
- "name": "url",
1189
- "type": "string"
1190
- },
1191
- {
1192
- "name": "avatar",
1193
- "attribute": false,
1194
- "type": "string | GeneralIconProps"
1195
- },
1196
- {
1197
- "name": "avatarType",
1198
- "type": "\"icon\" | \"image\""
1199
- }
1200
- ],
1201
- "events": [],
1202
- "slots": [],
1203
- "methods": [],
1204
- "parts": [],
1205
- "description": "构件 `ai-portal.elevo-card`"
1206
- },
1207
1207
  {
1208
1208
  "name": "ai-portal.flow-tabs",
1209
1209
  "properties": [
@@ -1317,12 +1317,41 @@
1317
1317
  ],
1318
1318
  "parts": [],
1319
1319
  "description": "构件 `ai-portal.stage-flow`"
1320
+ },
1321
+ {
1322
+ "name": "ai-portal.running-flow",
1323
+ "properties": [
1324
+ {
1325
+ "name": "spec",
1326
+ "attribute": false,
1327
+ "type": "FlowStage[]"
1328
+ },
1329
+ {
1330
+ "name": "activeActivityId",
1331
+ "type": "string | null"
1332
+ }
1333
+ ],
1334
+ "events": [
1335
+ {
1336
+ "name": "active.change",
1337
+ "detail": {
1338
+ "type": "string | null"
1339
+ }
1340
+ }
1341
+ ],
1342
+ "slots": [],
1343
+ "methods": [],
1344
+ "parts": [],
1345
+ "description": "构件 `ai-portal.running-flow`"
1320
1346
  }
1321
1347
  ],
1322
1348
  "providers": [
1323
1349
  {
1324
1350
  "name": "ai-portal.call-tool"
1325
1351
  },
1352
+ {
1353
+ "name": "ai-portal.set-chat-command"
1354
+ },
1326
1355
  {
1327
1356
  "name": "ai-portal.save-request-store"
1328
1357
  },
@@ -1331,9 +1360,6 @@
1331
1360
  },
1332
1361
  {
1333
1362
  "name": "ai-portal.clear-request-store"
1334
- },
1335
- {
1336
- "name": "ai-portal.set-chat-command"
1337
1363
  }
1338
1364
  ]
1339
1365
  }