@blueking/chat-x 0.0.49-beta.7 → 0.0.50

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 (25) hide show
  1. package/dist/ag-ui/types/file.d.ts +1 -11
  2. package/dist/components/chat-message/assistant-message/message-artifacts/artifact-preview/artifact-preview-host.vue.d.ts +5 -1
  3. package/dist/components/chat-message/assistant-message/message-artifacts/artifact-preview/preview-strategy.d.ts +4 -5
  4. package/dist/components/chat-message/assistant-message/message-artifacts/artifact-preview/renderers/code-preview.vue.d.ts +8 -0
  5. package/dist/components/chat-message/assistant-message/message-artifacts/artifact-preview/renderers/image-preview.vue.d.ts +7 -0
  6. package/dist/components/chat-message/assistant-message/message-artifacts/artifact-preview/use-artifact-preview-loader.d.ts +1 -0
  7. package/dist/components/chat-message/assistant-message/message-artifacts/file-artifact-panel.vue.d.ts +1 -0
  8. package/dist/components/file-icon/file-icon.vue.d.ts +7 -0
  9. package/dist/components/index.d.ts +2 -1
  10. package/dist/composables/use-message-group.d.ts +72 -72
  11. package/dist/icons/file-icons.d.ts +4 -0
  12. package/dist/icons/file.d.ts +0 -18
  13. package/dist/icons/index.d.ts +1 -0
  14. package/dist/index.css +1 -1
  15. package/dist/index.js +2122 -1952
  16. package/dist/index.js.map +1 -1
  17. package/dist/mcp/generated/docs/assistant-message.md +12 -8
  18. package/dist/mcp/generated/docs/file-artifact-panel.md +27 -11
  19. package/dist/mcp/generated/docs/file-icon.md +111 -0
  20. package/dist/mcp/generated/index.json +22 -2
  21. package/dist/mcp/index.js +0 -0
  22. package/dist/utils/file-type.d.ts +14 -0
  23. package/dist/utils/index.d.ts +1 -0
  24. package/package.json +21 -20
  25. package/dist/components/chat-message/assistant-message/message-artifacts/file-icon.d.ts +0 -29
@@ -61,7 +61,7 @@ export declare const useMessageGroup: (options: {
61
61
  name: string;
62
62
  outputId: string;
63
63
  size: number;
64
- type: import("..").AIFileType;
64
+ type: string;
65
65
  }[] | undefined;
66
66
  extra?: {
67
67
  cite: string | {
@@ -614,7 +614,7 @@ export declare const useMessageGroup: (options: {
614
614
  name: string;
615
615
  outputId: string;
616
616
  size: number;
617
- type: import("..").AIFileType;
617
+ type: string;
618
618
  }[] | undefined;
619
619
  extra?: {
620
620
  cite: string | {
@@ -1157,7 +1157,7 @@ export declare const useMessageGroup: (options: {
1157
1157
  name: string;
1158
1158
  outputId: string;
1159
1159
  size: number;
1160
- type: import("..").AIFileType;
1160
+ type: string;
1161
1161
  }[] | undefined;
1162
1162
  extra?: {
1163
1163
  cite: string | {
@@ -1698,7 +1698,7 @@ export declare const useMessageGroup: (options: {
1698
1698
  name: string;
1699
1699
  outputId: string;
1700
1700
  size: number;
1701
- type: import("..").AIFileType;
1701
+ type: string;
1702
1702
  }[] | undefined;
1703
1703
  extra?: {
1704
1704
  cite: string | {
@@ -2239,7 +2239,7 @@ export declare const useMessageGroup: (options: {
2239
2239
  name: string;
2240
2240
  outputId: string;
2241
2241
  size: number;
2242
- type: import("..").AIFileType;
2242
+ type: string;
2243
2243
  }[] | undefined;
2244
2244
  extra?: {
2245
2245
  cite: string | {
@@ -2780,7 +2780,7 @@ export declare const useMessageGroup: (options: {
2780
2780
  name: string;
2781
2781
  outputId: string;
2782
2782
  size: number;
2783
- type: import("..").AIFileType;
2783
+ type: string;
2784
2784
  }[] | undefined;
2785
2785
  extra?: {
2786
2786
  cite: string | {
@@ -3321,7 +3321,7 @@ export declare const useMessageGroup: (options: {
3321
3321
  name: string;
3322
3322
  outputId: string;
3323
3323
  size: number;
3324
- type: import("..").AIFileType;
3324
+ type: string;
3325
3325
  }[] | undefined;
3326
3326
  extra?: {
3327
3327
  cite: string | {
@@ -3862,7 +3862,7 @@ export declare const useMessageGroup: (options: {
3862
3862
  name: string;
3863
3863
  outputId: string;
3864
3864
  size: number;
3865
- type: import("..").AIFileType;
3865
+ type: string;
3866
3866
  }[] | undefined;
3867
3867
  extra?: {
3868
3868
  cite: string | {
@@ -4403,7 +4403,7 @@ export declare const useMessageGroup: (options: {
4403
4403
  name: string;
4404
4404
  outputId: string;
4405
4405
  size: number;
4406
- type: import("..").AIFileType;
4406
+ type: string;
4407
4407
  }[] | undefined;
4408
4408
  extra?: {
4409
4409
  cite: string | {
@@ -4944,7 +4944,7 @@ export declare const useMessageGroup: (options: {
4944
4944
  name: string;
4945
4945
  outputId: string;
4946
4946
  size: number;
4947
- type: import("..").AIFileType;
4947
+ type: string;
4948
4948
  }[] | undefined;
4949
4949
  extra?: {
4950
4950
  cite: string | {
@@ -5485,7 +5485,7 @@ export declare const useMessageGroup: (options: {
5485
5485
  name: string;
5486
5486
  outputId: string;
5487
5487
  size: number;
5488
- type: import("..").AIFileType;
5488
+ type: string;
5489
5489
  }[] | undefined;
5490
5490
  extra?: {
5491
5491
  cite: string | {
@@ -6026,7 +6026,7 @@ export declare const useMessageGroup: (options: {
6026
6026
  name: string;
6027
6027
  outputId: string;
6028
6028
  size: number;
6029
- type: import("..").AIFileType;
6029
+ type: string;
6030
6030
  }[] | undefined;
6031
6031
  extra?: {
6032
6032
  cite: string | {
@@ -6653,7 +6653,7 @@ export declare const useMessageGroup: (options: {
6653
6653
  name: string;
6654
6654
  outputId: string;
6655
6655
  size: number;
6656
- type: import("..").AIFileType;
6656
+ type: string;
6657
6657
  }[] | undefined;
6658
6658
  extra?: {
6659
6659
  cite: string | {
@@ -7194,7 +7194,7 @@ export declare const useMessageGroup: (options: {
7194
7194
  name: string;
7195
7195
  outputId: string;
7196
7196
  size: number;
7197
- type: import("..").AIFileType;
7197
+ type: string;
7198
7198
  }[] | undefined;
7199
7199
  extra?: {
7200
7200
  cite: string | {
@@ -7735,7 +7735,7 @@ export declare const useMessageGroup: (options: {
7735
7735
  name: string;
7736
7736
  outputId: string;
7737
7737
  size: number;
7738
- type: import("..").AIFileType;
7738
+ type: string;
7739
7739
  }[] | undefined;
7740
7740
  extra?: {
7741
7741
  cite: string | {
@@ -8277,7 +8277,7 @@ export declare const useMessageGroup: (options: {
8277
8277
  name: string;
8278
8278
  outputId: string;
8279
8279
  size: number;
8280
- type: import("..").AIFileType;
8280
+ type: string;
8281
8281
  }[] | undefined;
8282
8282
  extra?: {
8283
8283
  cite: string | {
@@ -8818,7 +8818,7 @@ export declare const useMessageGroup: (options: {
8818
8818
  name: string;
8819
8819
  outputId: string;
8820
8820
  size: number;
8821
- type: import("..").AIFileType;
8821
+ type: string;
8822
8822
  }[] | undefined;
8823
8823
  extra?: {
8824
8824
  cite: string | {
@@ -9359,7 +9359,7 @@ export declare const useMessageGroup: (options: {
9359
9359
  name: string;
9360
9360
  outputId: string;
9361
9361
  size: number;
9362
- type: import("..").AIFileType;
9362
+ type: string;
9363
9363
  }[] | undefined;
9364
9364
  extra?: {
9365
9365
  cite: string | {
@@ -9900,7 +9900,7 @@ export declare const useMessageGroup: (options: {
9900
9900
  name: string;
9901
9901
  outputId: string;
9902
9902
  size: number;
9903
- type: import("..").AIFileType;
9903
+ type: string;
9904
9904
  }[] | undefined;
9905
9905
  extra?: {
9906
9906
  cite: string | {
@@ -10441,7 +10441,7 @@ export declare const useMessageGroup: (options: {
10441
10441
  name: string;
10442
10442
  outputId: string;
10443
10443
  size: number;
10444
- type: import("..").AIFileType;
10444
+ type: string;
10445
10445
  }[] | undefined;
10446
10446
  extra?: {
10447
10447
  cite: string | {
@@ -10982,7 +10982,7 @@ export declare const useMessageGroup: (options: {
10982
10982
  name: string;
10983
10983
  outputId: string;
10984
10984
  size: number;
10985
- type: import("..").AIFileType;
10985
+ type: string;
10986
10986
  }[] | undefined;
10987
10987
  extra?: {
10988
10988
  cite: string | {
@@ -11523,7 +11523,7 @@ export declare const useMessageGroup: (options: {
11523
11523
  name: string;
11524
11524
  outputId: string;
11525
11525
  size: number;
11526
- type: import("..").AIFileType;
11526
+ type: string;
11527
11527
  }[] | undefined;
11528
11528
  extra?: {
11529
11529
  cite: string | {
@@ -12067,7 +12067,7 @@ export declare const useMessageGroup: (options: {
12067
12067
  name: string;
12068
12068
  outputId: string;
12069
12069
  size: number;
12070
- type: import("..").AIFileType;
12070
+ type: string;
12071
12071
  }[] | undefined;
12072
12072
  extra?: {
12073
12073
  cite: string | {
@@ -12618,7 +12618,7 @@ export declare const useMessageGroup: (options: {
12618
12618
  name: string;
12619
12619
  outputId: string;
12620
12620
  size: number;
12621
- type: import("..").AIFileType;
12621
+ type: string;
12622
12622
  }[] | undefined;
12623
12623
  extra?: {
12624
12624
  cite: string | {
@@ -13195,7 +13195,7 @@ export declare const useMessageGroup: (options: {
13195
13195
  name: string;
13196
13196
  outputId: string;
13197
13197
  size: number;
13198
- type: import("..").AIFileType;
13198
+ type: string;
13199
13199
  }[] | undefined;
13200
13200
  extra?: {
13201
13201
  cite: string | {
@@ -13748,7 +13748,7 @@ export declare const useMessageGroup: (options: {
13748
13748
  name: string;
13749
13749
  outputId: string;
13750
13750
  size: number;
13751
- type: import("..").AIFileType;
13751
+ type: string;
13752
13752
  }[] | undefined;
13753
13753
  extra?: {
13754
13754
  cite: string | {
@@ -14291,7 +14291,7 @@ export declare const useMessageGroup: (options: {
14291
14291
  name: string;
14292
14292
  outputId: string;
14293
14293
  size: number;
14294
- type: import("..").AIFileType;
14294
+ type: string;
14295
14295
  }[] | undefined;
14296
14296
  extra?: {
14297
14297
  cite: string | {
@@ -14832,7 +14832,7 @@ export declare const useMessageGroup: (options: {
14832
14832
  name: string;
14833
14833
  outputId: string;
14834
14834
  size: number;
14835
- type: import("..").AIFileType;
14835
+ type: string;
14836
14836
  }[] | undefined;
14837
14837
  extra?: {
14838
14838
  cite: string | {
@@ -15373,7 +15373,7 @@ export declare const useMessageGroup: (options: {
15373
15373
  name: string;
15374
15374
  outputId: string;
15375
15375
  size: number;
15376
- type: import("..").AIFileType;
15376
+ type: string;
15377
15377
  }[] | undefined;
15378
15378
  extra?: {
15379
15379
  cite: string | {
@@ -15914,7 +15914,7 @@ export declare const useMessageGroup: (options: {
15914
15914
  name: string;
15915
15915
  outputId: string;
15916
15916
  size: number;
15917
- type: import("..").AIFileType;
15917
+ type: string;
15918
15918
  }[] | undefined;
15919
15919
  extra?: {
15920
15920
  cite: string | {
@@ -16455,7 +16455,7 @@ export declare const useMessageGroup: (options: {
16455
16455
  name: string;
16456
16456
  outputId: string;
16457
16457
  size: number;
16458
- type: import("..").AIFileType;
16458
+ type: string;
16459
16459
  }[] | undefined;
16460
16460
  extra?: {
16461
16461
  cite: string | {
@@ -16996,7 +16996,7 @@ export declare const useMessageGroup: (options: {
16996
16996
  name: string;
16997
16997
  outputId: string;
16998
16998
  size: number;
16999
- type: import("..").AIFileType;
16999
+ type: string;
17000
17000
  }[] | undefined;
17001
17001
  extra?: {
17002
17002
  cite: string | {
@@ -17537,7 +17537,7 @@ export declare const useMessageGroup: (options: {
17537
17537
  name: string;
17538
17538
  outputId: string;
17539
17539
  size: number;
17540
- type: import("..").AIFileType;
17540
+ type: string;
17541
17541
  }[] | undefined;
17542
17542
  extra?: {
17543
17543
  cite: string | {
@@ -18078,7 +18078,7 @@ export declare const useMessageGroup: (options: {
18078
18078
  name: string;
18079
18079
  outputId: string;
18080
18080
  size: number;
18081
- type: import("..").AIFileType;
18081
+ type: string;
18082
18082
  }[] | undefined;
18083
18083
  extra?: {
18084
18084
  cite: string | {
@@ -18619,7 +18619,7 @@ export declare const useMessageGroup: (options: {
18619
18619
  name: string;
18620
18620
  outputId: string;
18621
18621
  size: number;
18622
- type: import("..").AIFileType;
18622
+ type: string;
18623
18623
  }[] | undefined;
18624
18624
  extra?: {
18625
18625
  cite: string | {
@@ -19160,7 +19160,7 @@ export declare const useMessageGroup: (options: {
19160
19160
  name: string;
19161
19161
  outputId: string;
19162
19162
  size: number;
19163
- type: import("..").AIFileType;
19163
+ type: string;
19164
19164
  }[] | undefined;
19165
19165
  extra?: {
19166
19166
  cite: string | {
@@ -19787,7 +19787,7 @@ export declare const useMessageGroup: (options: {
19787
19787
  name: string;
19788
19788
  outputId: string;
19789
19789
  size: number;
19790
- type: import("..").AIFileType;
19790
+ type: string;
19791
19791
  }[] | undefined;
19792
19792
  extra?: {
19793
19793
  cite: string | {
@@ -20328,7 +20328,7 @@ export declare const useMessageGroup: (options: {
20328
20328
  name: string;
20329
20329
  outputId: string;
20330
20330
  size: number;
20331
- type: import("..").AIFileType;
20331
+ type: string;
20332
20332
  }[] | undefined;
20333
20333
  extra?: {
20334
20334
  cite: string | {
@@ -20869,7 +20869,7 @@ export declare const useMessageGroup: (options: {
20869
20869
  name: string;
20870
20870
  outputId: string;
20871
20871
  size: number;
20872
- type: import("..").AIFileType;
20872
+ type: string;
20873
20873
  }[] | undefined;
20874
20874
  extra?: {
20875
20875
  cite: string | {
@@ -21411,7 +21411,7 @@ export declare const useMessageGroup: (options: {
21411
21411
  name: string;
21412
21412
  outputId: string;
21413
21413
  size: number;
21414
- type: import("..").AIFileType;
21414
+ type: string;
21415
21415
  }[] | undefined;
21416
21416
  extra?: {
21417
21417
  cite: string | {
@@ -21952,7 +21952,7 @@ export declare const useMessageGroup: (options: {
21952
21952
  name: string;
21953
21953
  outputId: string;
21954
21954
  size: number;
21955
- type: import("..").AIFileType;
21955
+ type: string;
21956
21956
  }[] | undefined;
21957
21957
  extra?: {
21958
21958
  cite: string | {
@@ -22493,7 +22493,7 @@ export declare const useMessageGroup: (options: {
22493
22493
  name: string;
22494
22494
  outputId: string;
22495
22495
  size: number;
22496
- type: import("..").AIFileType;
22496
+ type: string;
22497
22497
  }[] | undefined;
22498
22498
  extra?: {
22499
22499
  cite: string | {
@@ -23034,7 +23034,7 @@ export declare const useMessageGroup: (options: {
23034
23034
  name: string;
23035
23035
  outputId: string;
23036
23036
  size: number;
23037
- type: import("..").AIFileType;
23037
+ type: string;
23038
23038
  }[] | undefined;
23039
23039
  extra?: {
23040
23040
  cite: string | {
@@ -23575,7 +23575,7 @@ export declare const useMessageGroup: (options: {
23575
23575
  name: string;
23576
23576
  outputId: string;
23577
23577
  size: number;
23578
- type: import("..").AIFileType;
23578
+ type: string;
23579
23579
  }[] | undefined;
23580
23580
  extra?: {
23581
23581
  cite: string | {
@@ -24116,7 +24116,7 @@ export declare const useMessageGroup: (options: {
24116
24116
  name: string;
24117
24117
  outputId: string;
24118
24118
  size: number;
24119
- type: import("..").AIFileType;
24119
+ type: string;
24120
24120
  }[] | undefined;
24121
24121
  extra?: {
24122
24122
  cite: string | {
@@ -24657,7 +24657,7 @@ export declare const useMessageGroup: (options: {
24657
24657
  name: string;
24658
24658
  outputId: string;
24659
24659
  size: number;
24660
- type: import("..").AIFileType;
24660
+ type: string;
24661
24661
  }[] | undefined;
24662
24662
  extra?: {
24663
24663
  cite: string | {
@@ -25201,7 +25201,7 @@ export declare const useMessageGroup: (options: {
25201
25201
  name: string;
25202
25202
  outputId: string;
25203
25203
  size: number;
25204
- type: import("..").AIFileType;
25204
+ type: string;
25205
25205
  }[] | undefined;
25206
25206
  extra?: {
25207
25207
  cite: string | {
@@ -25752,7 +25752,7 @@ export declare const useMessageGroup: (options: {
25752
25752
  name: string;
25753
25753
  outputId: string;
25754
25754
  size: number;
25755
- type: import("..").AIFileType;
25755
+ type: string;
25756
25756
  }[] | undefined;
25757
25757
  extra?: {
25758
25758
  cite: string | {
@@ -26336,7 +26336,7 @@ export declare const useMessageGroup: (options: {
26336
26336
  name: string;
26337
26337
  outputId: string;
26338
26338
  size: number;
26339
- type: import("..").AIFileType;
26339
+ type: string;
26340
26340
  }[] | undefined;
26341
26341
  extra?: {
26342
26342
  cite: string | {
@@ -26889,7 +26889,7 @@ export declare const useMessageGroup: (options: {
26889
26889
  name: string;
26890
26890
  outputId: string;
26891
26891
  size: number;
26892
- type: import("..").AIFileType;
26892
+ type: string;
26893
26893
  }[] | undefined;
26894
26894
  extra?: {
26895
26895
  cite: string | {
@@ -27432,7 +27432,7 @@ export declare const useMessageGroup: (options: {
27432
27432
  name: string;
27433
27433
  outputId: string;
27434
27434
  size: number;
27435
- type: import("..").AIFileType;
27435
+ type: string;
27436
27436
  }[] | undefined;
27437
27437
  extra?: {
27438
27438
  cite: string | {
@@ -27973,7 +27973,7 @@ export declare const useMessageGroup: (options: {
27973
27973
  name: string;
27974
27974
  outputId: string;
27975
27975
  size: number;
27976
- type: import("..").AIFileType;
27976
+ type: string;
27977
27977
  }[] | undefined;
27978
27978
  extra?: {
27979
27979
  cite: string | {
@@ -28514,7 +28514,7 @@ export declare const useMessageGroup: (options: {
28514
28514
  name: string;
28515
28515
  outputId: string;
28516
28516
  size: number;
28517
- type: import("..").AIFileType;
28517
+ type: string;
28518
28518
  }[] | undefined;
28519
28519
  extra?: {
28520
28520
  cite: string | {
@@ -29055,7 +29055,7 @@ export declare const useMessageGroup: (options: {
29055
29055
  name: string;
29056
29056
  outputId: string;
29057
29057
  size: number;
29058
- type: import("..").AIFileType;
29058
+ type: string;
29059
29059
  }[] | undefined;
29060
29060
  extra?: {
29061
29061
  cite: string | {
@@ -29596,7 +29596,7 @@ export declare const useMessageGroup: (options: {
29596
29596
  name: string;
29597
29597
  outputId: string;
29598
29598
  size: number;
29599
- type: import("..").AIFileType;
29599
+ type: string;
29600
29600
  }[] | undefined;
29601
29601
  extra?: {
29602
29602
  cite: string | {
@@ -30137,7 +30137,7 @@ export declare const useMessageGroup: (options: {
30137
30137
  name: string;
30138
30138
  outputId: string;
30139
30139
  size: number;
30140
- type: import("..").AIFileType;
30140
+ type: string;
30141
30141
  }[] | undefined;
30142
30142
  extra?: {
30143
30143
  cite: string | {
@@ -30678,7 +30678,7 @@ export declare const useMessageGroup: (options: {
30678
30678
  name: string;
30679
30679
  outputId: string;
30680
30680
  size: number;
30681
- type: import("..").AIFileType;
30681
+ type: string;
30682
30682
  }[] | undefined;
30683
30683
  extra?: {
30684
30684
  cite: string | {
@@ -31219,7 +31219,7 @@ export declare const useMessageGroup: (options: {
31219
31219
  name: string;
31220
31220
  outputId: string;
31221
31221
  size: number;
31222
- type: import("..").AIFileType;
31222
+ type: string;
31223
31223
  }[] | undefined;
31224
31224
  extra?: {
31225
31225
  cite: string | {
@@ -31760,7 +31760,7 @@ export declare const useMessageGroup: (options: {
31760
31760
  name: string;
31761
31761
  outputId: string;
31762
31762
  size: number;
31763
- type: import("..").AIFileType;
31763
+ type: string;
31764
31764
  }[] | undefined;
31765
31765
  extra?: {
31766
31766
  cite: string | {
@@ -32301,7 +32301,7 @@ export declare const useMessageGroup: (options: {
32301
32301
  name: string;
32302
32302
  outputId: string;
32303
32303
  size: number;
32304
- type: import("..").AIFileType;
32304
+ type: string;
32305
32305
  }[] | undefined;
32306
32306
  extra?: {
32307
32307
  cite: string | {
@@ -32928,7 +32928,7 @@ export declare const useMessageGroup: (options: {
32928
32928
  name: string;
32929
32929
  outputId: string;
32930
32930
  size: number;
32931
- type: import("..").AIFileType;
32931
+ type: string;
32932
32932
  }[] | undefined;
32933
32933
  extra?: {
32934
32934
  cite: string | {
@@ -33469,7 +33469,7 @@ export declare const useMessageGroup: (options: {
33469
33469
  name: string;
33470
33470
  outputId: string;
33471
33471
  size: number;
33472
- type: import("..").AIFileType;
33472
+ type: string;
33473
33473
  }[] | undefined;
33474
33474
  extra?: {
33475
33475
  cite: string | {
@@ -34010,7 +34010,7 @@ export declare const useMessageGroup: (options: {
34010
34010
  name: string;
34011
34011
  outputId: string;
34012
34012
  size: number;
34013
- type: import("..").AIFileType;
34013
+ type: string;
34014
34014
  }[] | undefined;
34015
34015
  extra?: {
34016
34016
  cite: string | {
@@ -34552,7 +34552,7 @@ export declare const useMessageGroup: (options: {
34552
34552
  name: string;
34553
34553
  outputId: string;
34554
34554
  size: number;
34555
- type: import("..").AIFileType;
34555
+ type: string;
34556
34556
  }[] | undefined;
34557
34557
  extra?: {
34558
34558
  cite: string | {
@@ -35093,7 +35093,7 @@ export declare const useMessageGroup: (options: {
35093
35093
  name: string;
35094
35094
  outputId: string;
35095
35095
  size: number;
35096
- type: import("..").AIFileType;
35096
+ type: string;
35097
35097
  }[] | undefined;
35098
35098
  extra?: {
35099
35099
  cite: string | {
@@ -35634,7 +35634,7 @@ export declare const useMessageGroup: (options: {
35634
35634
  name: string;
35635
35635
  outputId: string;
35636
35636
  size: number;
35637
- type: import("..").AIFileType;
35637
+ type: string;
35638
35638
  }[] | undefined;
35639
35639
  extra?: {
35640
35640
  cite: string | {
@@ -36175,7 +36175,7 @@ export declare const useMessageGroup: (options: {
36175
36175
  name: string;
36176
36176
  outputId: string;
36177
36177
  size: number;
36178
- type: import("..").AIFileType;
36178
+ type: string;
36179
36179
  }[] | undefined;
36180
36180
  extra?: {
36181
36181
  cite: string | {
@@ -36716,7 +36716,7 @@ export declare const useMessageGroup: (options: {
36716
36716
  name: string;
36717
36717
  outputId: string;
36718
36718
  size: number;
36719
- type: import("..").AIFileType;
36719
+ type: string;
36720
36720
  }[] | undefined;
36721
36721
  extra?: {
36722
36722
  cite: string | {
@@ -37257,7 +37257,7 @@ export declare const useMessageGroup: (options: {
37257
37257
  name: string;
37258
37258
  outputId: string;
37259
37259
  size: number;
37260
- type: import("..").AIFileType;
37260
+ type: string;
37261
37261
  }[] | undefined;
37262
37262
  extra?: {
37263
37263
  cite: string | {
@@ -37798,7 +37798,7 @@ export declare const useMessageGroup: (options: {
37798
37798
  name: string;
37799
37799
  outputId: string;
37800
37800
  size: number;
37801
- type: import("..").AIFileType;
37801
+ type: string;
37802
37802
  }[] | undefined;
37803
37803
  extra?: {
37804
37804
  cite: string | {
@@ -38342,7 +38342,7 @@ export declare const useMessageGroup: (options: {
38342
38342
  name: string;
38343
38343
  outputId: string;
38344
38344
  size: number;
38345
- type: import("..").AIFileType;
38345
+ type: string;
38346
38346
  }[] | undefined;
38347
38347
  extra?: {
38348
38348
  cite: string | {
@@ -38893,7 +38893,7 @@ export declare const useMessageGroup: (options: {
38893
38893
  name: string;
38894
38894
  outputId: string;
38895
38895
  size: number;
38896
- type: import("..").AIFileType;
38896
+ type: string;
38897
38897
  }[] | undefined;
38898
38898
  extra?: {
38899
38899
  cite: string | {
@@ -0,0 +1,4 @@
1
+ /** 未识别类型的兜底图标 */
2
+ export declare const UNKNOWN_FILE_ICON_SVG: string;
3
+ /** 按文件类型 / 文件名解析图标 svg 源码;未登记的类型返回兜底图标 */
4
+ export declare const getFileIconSvg: (type?: string, name?: string) => string;
@@ -1,21 +1,3 @@
1
- export declare const PdfIcon: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
2
- [key: string]: any;
3
- }>;
4
- export declare const MarkdownIcon: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
5
- [key: string]: any;
6
- }>;
7
- export declare const JsonIcon: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
8
- [key: string]: any;
9
- }>;
10
- export declare const JpgIcon: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
11
- [key: string]: any;
12
- }>;
13
- export declare const TxtIcon: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
14
- [key: string]: any;
15
- }>;
16
- export declare const HtmlIcon: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
17
- [key: string]: any;
18
- }>;
19
1
  export declare const ArtifactTabIcon: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
20
2
  [key: string]: any;
21
3
  }>;
@@ -2,6 +2,7 @@ export * from './ai';
2
2
  export * from './content';
3
3
  export * from './execution';
4
4
  export * from './file';
5
+ export * from './file-icons';
5
6
  export * from './image-preview';
6
7
  export * from './input';
7
8
  export * from './interrupt';