@uzum-tech/ui 2.3.6 → 2.3.7

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 (46) hide show
  1. package/dist/index.js +34 -5
  2. package/dist/index.mjs +34 -5
  3. package/dist/index.prod.js +3 -3
  4. package/dist/index.prod.mjs +3 -3
  5. package/es/chat/src/Chat.d.ts +124 -0
  6. package/es/chat/src/ChatListItems.d.ts +48 -0
  7. package/es/chat/src/ChatMainArea.d.ts +48 -0
  8. package/es/chat/src/ChatMessages.d.ts +48 -0
  9. package/es/chat/src/ChatMessages.mjs +2 -0
  10. package/es/chat/src/ChatParts/Sidebar.d.ts +8 -0
  11. package/es/chat/src/interface.d.ts +12 -0
  12. package/es/chat/styles/dark.d.ts +4 -0
  13. package/es/chat/styles/light.d.ts +6 -0
  14. package/es/chat/styles/light.mjs +5 -2
  15. package/es/components.d.ts +244 -0
  16. package/es/message-bubble/src/MessageBubble.d.ts +12 -0
  17. package/es/message-bubble/src/MessageBubble.mjs +4 -0
  18. package/es/message-bubble/src/interface.d.ts +6 -0
  19. package/es/message-bubble/src/styles/index.cssr.mjs +19 -1
  20. package/es/message-bubble/styles/dark.d.ts +2 -0
  21. package/es/message-bubble/styles/light.d.ts +4 -0
  22. package/es/message-bubble/styles/light.mjs +5 -1
  23. package/es/version.d.ts +1 -1
  24. package/es/version.mjs +1 -1
  25. package/lib/chat/src/Chat.d.ts +124 -0
  26. package/lib/chat/src/ChatListItems.d.ts +48 -0
  27. package/lib/chat/src/ChatMainArea.d.ts +48 -0
  28. package/lib/chat/src/ChatMessages.d.ts +48 -0
  29. package/lib/chat/src/ChatMessages.js +1 -1
  30. package/lib/chat/src/ChatParts/Sidebar.d.ts +8 -0
  31. package/lib/chat/src/interface.d.ts +12 -0
  32. package/lib/chat/styles/dark.d.ts +4 -0
  33. package/lib/chat/styles/light.d.ts +6 -0
  34. package/lib/chat/styles/light.js +4 -2
  35. package/lib/components.d.ts +244 -0
  36. package/lib/message-bubble/src/MessageBubble.d.ts +12 -0
  37. package/lib/message-bubble/src/MessageBubble.js +3 -1
  38. package/lib/message-bubble/src/interface.d.ts +6 -0
  39. package/lib/message-bubble/src/styles/index.cssr.js +19 -1
  40. package/lib/message-bubble/styles/dark.d.ts +2 -0
  41. package/lib/message-bubble/styles/light.d.ts +4 -0
  42. package/lib/message-bubble/styles/light.js +4 -2
  43. package/lib/version.d.ts +1 -1
  44. package/lib/version.js +1 -1
  45. package/package.json +1 -1
  46. package/web-types.json +1 -1
@@ -13000,6 +13000,8 @@ export declare const UChat: import("vue").DefineComponent<import("vue").ExtractP
13000
13000
  markdownQuoteBorderColorOwn: string;
13001
13001
  markdownQuoteBorderColorOther: string;
13002
13002
  markdownQuoteTextColor: string;
13003
+ markdownQuoteBackgroundColor: string;
13004
+ markdownQuoteMarkerColor: string;
13003
13005
  markdownDividerColorOwn: string;
13004
13006
  markdownDividerColorOther: string;
13005
13007
  typingIndicatorColor: string;
@@ -13778,6 +13780,8 @@ export declare const UChat: import("vue").DefineComponent<import("vue").ExtractP
13778
13780
  markdownQuoteBorderColorOwn: string;
13779
13781
  markdownQuoteBorderColorOther: string;
13780
13782
  markdownQuoteTextColor: string;
13783
+ markdownQuoteBackgroundColor: string;
13784
+ markdownQuoteMarkerColor: string;
13781
13785
  markdownDividerColorOwn: string;
13782
13786
  markdownDividerColorOther: string;
13783
13787
  markdownH1FontSize: string;
@@ -13869,6 +13873,8 @@ export declare const UChat: import("vue").DefineComponent<import("vue").ExtractP
13869
13873
  markdownQuoteBorderColorOwn: string;
13870
13874
  markdownQuoteBorderColorOther: string;
13871
13875
  markdownQuoteTextColor: string;
13876
+ markdownQuoteBackgroundColor: string;
13877
+ markdownQuoteMarkerColor: string;
13872
13878
  markdownDividerColorOwn: string;
13873
13879
  markdownDividerColorOther: string;
13874
13880
  typingIndicatorColor: string;
@@ -14647,6 +14653,8 @@ export declare const UChat: import("vue").DefineComponent<import("vue").ExtractP
14647
14653
  markdownQuoteBorderColorOwn: string;
14648
14654
  markdownQuoteBorderColorOther: string;
14649
14655
  markdownQuoteTextColor: string;
14656
+ markdownQuoteBackgroundColor: string;
14657
+ markdownQuoteMarkerColor: string;
14650
14658
  markdownDividerColorOwn: string;
14651
14659
  markdownDividerColorOther: string;
14652
14660
  markdownH1FontSize: string;
@@ -14738,6 +14746,8 @@ export declare const UChat: import("vue").DefineComponent<import("vue").ExtractP
14738
14746
  markdownQuoteBorderColorOwn: string;
14739
14747
  markdownQuoteBorderColorOther: string;
14740
14748
  markdownQuoteTextColor: string;
14749
+ markdownQuoteBackgroundColor: string;
14750
+ markdownQuoteMarkerColor: string;
14741
14751
  markdownDividerColorOwn: string;
14742
14752
  markdownDividerColorOther: string;
14743
14753
  typingIndicatorColor: string;
@@ -15516,6 +15526,8 @@ export declare const UChat: import("vue").DefineComponent<import("vue").ExtractP
15516
15526
  markdownQuoteBorderColorOwn: string;
15517
15527
  markdownQuoteBorderColorOther: string;
15518
15528
  markdownQuoteTextColor: string;
15529
+ markdownQuoteBackgroundColor: string;
15530
+ markdownQuoteMarkerColor: string;
15519
15531
  markdownDividerColorOwn: string;
15520
15532
  markdownDividerColorOther: string;
15521
15533
  markdownH1FontSize: string;
@@ -15611,6 +15623,8 @@ export declare const UChat: import("vue").DefineComponent<import("vue").ExtractP
15611
15623
  markdownQuoteBorderColorOwn: string;
15612
15624
  markdownQuoteBorderColorOther: string;
15613
15625
  markdownQuoteTextColor: string;
15626
+ markdownQuoteBackgroundColor: string;
15627
+ markdownQuoteMarkerColor: string;
15614
15628
  markdownDividerColorOwn: string;
15615
15629
  markdownDividerColorOther: string;
15616
15630
  typingIndicatorColor: string;
@@ -16390,6 +16404,8 @@ export declare const UChat: import("vue").DefineComponent<import("vue").ExtractP
16390
16404
  markdownQuoteBorderColorOwn: string;
16391
16405
  markdownQuoteBorderColorOther: string;
16392
16406
  markdownQuoteTextColor: string;
16407
+ markdownQuoteBackgroundColor: string;
16408
+ markdownQuoteMarkerColor: string;
16393
16409
  markdownDividerColorOwn: string;
16394
16410
  markdownDividerColorOther: string;
16395
16411
  markdownH1FontSize: string;
@@ -17076,6 +17092,8 @@ export declare const UChat: import("vue").DefineComponent<import("vue").ExtractP
17076
17092
  markdownQuoteBorderColorOwn: string;
17077
17093
  markdownQuoteBorderColorOther: string;
17078
17094
  markdownQuoteTextColor: string;
17095
+ markdownQuoteBackgroundColor: string;
17096
+ markdownQuoteMarkerColor: string;
17079
17097
  markdownDividerColorOwn: string;
17080
17098
  markdownDividerColorOther: string;
17081
17099
  typingIndicatorColor: string;
@@ -17854,6 +17872,8 @@ export declare const UChat: import("vue").DefineComponent<import("vue").ExtractP
17854
17872
  markdownQuoteBorderColorOwn: string;
17855
17873
  markdownQuoteBorderColorOther: string;
17856
17874
  markdownQuoteTextColor: string;
17875
+ markdownQuoteBackgroundColor: string;
17876
+ markdownQuoteMarkerColor: string;
17857
17877
  markdownDividerColorOwn: string;
17858
17878
  markdownDividerColorOther: string;
17859
17879
  markdownH1FontSize: string;
@@ -17945,6 +17965,8 @@ export declare const UChat: import("vue").DefineComponent<import("vue").ExtractP
17945
17965
  markdownQuoteBorderColorOwn: string;
17946
17966
  markdownQuoteBorderColorOther: string;
17947
17967
  markdownQuoteTextColor: string;
17968
+ markdownQuoteBackgroundColor: string;
17969
+ markdownQuoteMarkerColor: string;
17948
17970
  markdownDividerColorOwn: string;
17949
17971
  markdownDividerColorOther: string;
17950
17972
  typingIndicatorColor: string;
@@ -18723,6 +18745,8 @@ export declare const UChat: import("vue").DefineComponent<import("vue").ExtractP
18723
18745
  markdownQuoteBorderColorOwn: string;
18724
18746
  markdownQuoteBorderColorOther: string;
18725
18747
  markdownQuoteTextColor: string;
18748
+ markdownQuoteBackgroundColor: string;
18749
+ markdownQuoteMarkerColor: string;
18726
18750
  markdownDividerColorOwn: string;
18727
18751
  markdownDividerColorOther: string;
18728
18752
  markdownH1FontSize: string;
@@ -18814,6 +18838,8 @@ export declare const UChat: import("vue").DefineComponent<import("vue").ExtractP
18814
18838
  markdownQuoteBorderColorOwn: string;
18815
18839
  markdownQuoteBorderColorOther: string;
18816
18840
  markdownQuoteTextColor: string;
18841
+ markdownQuoteBackgroundColor: string;
18842
+ markdownQuoteMarkerColor: string;
18817
18843
  markdownDividerColorOwn: string;
18818
18844
  markdownDividerColorOther: string;
18819
18845
  typingIndicatorColor: string;
@@ -19592,6 +19618,8 @@ export declare const UChat: import("vue").DefineComponent<import("vue").ExtractP
19592
19618
  markdownQuoteBorderColorOwn: string;
19593
19619
  markdownQuoteBorderColorOther: string;
19594
19620
  markdownQuoteTextColor: string;
19621
+ markdownQuoteBackgroundColor: string;
19622
+ markdownQuoteMarkerColor: string;
19595
19623
  markdownDividerColorOwn: string;
19596
19624
  markdownDividerColorOther: string;
19597
19625
  markdownH1FontSize: string;
@@ -19687,6 +19715,8 @@ export declare const UChat: import("vue").DefineComponent<import("vue").ExtractP
19687
19715
  markdownQuoteBorderColorOwn: string;
19688
19716
  markdownQuoteBorderColorOther: string;
19689
19717
  markdownQuoteTextColor: string;
19718
+ markdownQuoteBackgroundColor: string;
19719
+ markdownQuoteMarkerColor: string;
19690
19720
  markdownDividerColorOwn: string;
19691
19721
  markdownDividerColorOther: string;
19692
19722
  typingIndicatorColor: string;
@@ -20466,6 +20496,8 @@ export declare const UChat: import("vue").DefineComponent<import("vue").ExtractP
20466
20496
  markdownQuoteBorderColorOwn: string;
20467
20497
  markdownQuoteBorderColorOther: string;
20468
20498
  markdownQuoteTextColor: string;
20499
+ markdownQuoteBackgroundColor: string;
20500
+ markdownQuoteMarkerColor: string;
20469
20501
  markdownDividerColorOwn: string;
20470
20502
  markdownDividerColorOther: string;
20471
20503
  markdownH1FontSize: string;
@@ -20948,6 +20980,8 @@ export declare const UChat: import("vue").DefineComponent<import("vue").ExtractP
20948
20980
  markdownQuoteBorderColorOwn: string;
20949
20981
  markdownQuoteBorderColorOther: string;
20950
20982
  markdownQuoteTextColor: string;
20983
+ markdownQuoteBackgroundColor: string;
20984
+ markdownQuoteMarkerColor: string;
20951
20985
  markdownDividerColorOwn: string;
20952
20986
  markdownDividerColorOther: string;
20953
20987
  typingIndicatorColor: string;
@@ -21727,6 +21761,8 @@ export declare const UChat: import("vue").DefineComponent<import("vue").ExtractP
21727
21761
  markdownQuoteBorderColorOwn: string;
21728
21762
  markdownQuoteBorderColorOther: string;
21729
21763
  markdownQuoteTextColor: string;
21764
+ markdownQuoteBackgroundColor: string;
21765
+ markdownQuoteMarkerColor: string;
21730
21766
  markdownDividerColorOwn: string;
21731
21767
  markdownDividerColorOther: string;
21732
21768
  markdownH1FontSize: string;
@@ -22209,6 +22245,8 @@ export declare const UChat: import("vue").DefineComponent<import("vue").ExtractP
22209
22245
  markdownQuoteBorderColorOwn: string;
22210
22246
  markdownQuoteBorderColorOther: string;
22211
22247
  markdownQuoteTextColor: string;
22248
+ markdownQuoteBackgroundColor: string;
22249
+ markdownQuoteMarkerColor: string;
22212
22250
  markdownDividerColorOwn: string;
22213
22251
  markdownDividerColorOther: string;
22214
22252
  typingIndicatorColor: string;
@@ -22988,6 +23026,8 @@ export declare const UChat: import("vue").DefineComponent<import("vue").ExtractP
22988
23026
  markdownQuoteBorderColorOwn: string;
22989
23027
  markdownQuoteBorderColorOther: string;
22990
23028
  markdownQuoteTextColor: string;
23029
+ markdownQuoteBackgroundColor: string;
23030
+ markdownQuoteMarkerColor: string;
22991
23031
  markdownDividerColorOwn: string;
22992
23032
  markdownDividerColorOther: string;
22993
23033
  markdownH1FontSize: string;
@@ -23702,6 +23742,8 @@ export declare const UChat: import("vue").DefineComponent<import("vue").ExtractP
23702
23742
  markdownQuoteBorderColorOwn: string;
23703
23743
  markdownQuoteBorderColorOther: string;
23704
23744
  markdownQuoteTextColor: string;
23745
+ markdownQuoteBackgroundColor: string;
23746
+ markdownQuoteMarkerColor: string;
23705
23747
  markdownDividerColorOwn: string;
23706
23748
  markdownDividerColorOther: string;
23707
23749
  typingIndicatorColor: string;
@@ -24480,6 +24522,8 @@ export declare const UChat: import("vue").DefineComponent<import("vue").ExtractP
24480
24522
  markdownQuoteBorderColorOwn: string;
24481
24523
  markdownQuoteBorderColorOther: string;
24482
24524
  markdownQuoteTextColor: string;
24525
+ markdownQuoteBackgroundColor: string;
24526
+ markdownQuoteMarkerColor: string;
24483
24527
  markdownDividerColorOwn: string;
24484
24528
  markdownDividerColorOther: string;
24485
24529
  markdownH1FontSize: string;
@@ -24571,6 +24615,8 @@ export declare const UChat: import("vue").DefineComponent<import("vue").ExtractP
24571
24615
  markdownQuoteBorderColorOwn: string;
24572
24616
  markdownQuoteBorderColorOther: string;
24573
24617
  markdownQuoteTextColor: string;
24618
+ markdownQuoteBackgroundColor: string;
24619
+ markdownQuoteMarkerColor: string;
24574
24620
  markdownDividerColorOwn: string;
24575
24621
  markdownDividerColorOther: string;
24576
24622
  typingIndicatorColor: string;
@@ -25349,6 +25395,8 @@ export declare const UChat: import("vue").DefineComponent<import("vue").ExtractP
25349
25395
  markdownQuoteBorderColorOwn: string;
25350
25396
  markdownQuoteBorderColorOther: string;
25351
25397
  markdownQuoteTextColor: string;
25398
+ markdownQuoteBackgroundColor: string;
25399
+ markdownQuoteMarkerColor: string;
25352
25400
  markdownDividerColorOwn: string;
25353
25401
  markdownDividerColorOther: string;
25354
25402
  markdownH1FontSize: string;
@@ -25440,6 +25488,8 @@ export declare const UChat: import("vue").DefineComponent<import("vue").ExtractP
25440
25488
  markdownQuoteBorderColorOwn: string;
25441
25489
  markdownQuoteBorderColorOther: string;
25442
25490
  markdownQuoteTextColor: string;
25491
+ markdownQuoteBackgroundColor: string;
25492
+ markdownQuoteMarkerColor: string;
25443
25493
  markdownDividerColorOwn: string;
25444
25494
  markdownDividerColorOther: string;
25445
25495
  typingIndicatorColor: string;
@@ -26218,6 +26268,8 @@ export declare const UChat: import("vue").DefineComponent<import("vue").ExtractP
26218
26268
  markdownQuoteBorderColorOwn: string;
26219
26269
  markdownQuoteBorderColorOther: string;
26220
26270
  markdownQuoteTextColor: string;
26271
+ markdownQuoteBackgroundColor: string;
26272
+ markdownQuoteMarkerColor: string;
26221
26273
  markdownDividerColorOwn: string;
26222
26274
  markdownDividerColorOther: string;
26223
26275
  markdownH1FontSize: string;
@@ -26313,6 +26365,8 @@ export declare const UChat: import("vue").DefineComponent<import("vue").ExtractP
26313
26365
  markdownQuoteBorderColorOwn: string;
26314
26366
  markdownQuoteBorderColorOther: string;
26315
26367
  markdownQuoteTextColor: string;
26368
+ markdownQuoteBackgroundColor: string;
26369
+ markdownQuoteMarkerColor: string;
26316
26370
  markdownDividerColorOwn: string;
26317
26371
  markdownDividerColorOther: string;
26318
26372
  typingIndicatorColor: string;
@@ -27092,6 +27146,8 @@ export declare const UChat: import("vue").DefineComponent<import("vue").ExtractP
27092
27146
  markdownQuoteBorderColorOwn: string;
27093
27147
  markdownQuoteBorderColorOther: string;
27094
27148
  markdownQuoteTextColor: string;
27149
+ markdownQuoteBackgroundColor: string;
27150
+ markdownQuoteMarkerColor: string;
27095
27151
  markdownDividerColorOwn: string;
27096
27152
  markdownDividerColorOther: string;
27097
27153
  markdownH1FontSize: string;
@@ -27574,6 +27630,8 @@ export declare const UChat: import("vue").DefineComponent<import("vue").ExtractP
27574
27630
  markdownQuoteBorderColorOwn: string;
27575
27631
  markdownQuoteBorderColorOther: string;
27576
27632
  markdownQuoteTextColor: string;
27633
+ markdownQuoteBackgroundColor: string;
27634
+ markdownQuoteMarkerColor: string;
27577
27635
  markdownDividerColorOwn: string;
27578
27636
  markdownDividerColorOther: string;
27579
27637
  typingIndicatorColor: string;
@@ -28353,6 +28411,8 @@ export declare const UChat: import("vue").DefineComponent<import("vue").ExtractP
28353
28411
  markdownQuoteBorderColorOwn: string;
28354
28412
  markdownQuoteBorderColorOther: string;
28355
28413
  markdownQuoteTextColor: string;
28414
+ markdownQuoteBackgroundColor: string;
28415
+ markdownQuoteMarkerColor: string;
28356
28416
  markdownDividerColorOwn: string;
28357
28417
  markdownDividerColorOther: string;
28358
28418
  markdownH1FontSize: string;
@@ -28835,6 +28895,8 @@ export declare const UChat: import("vue").DefineComponent<import("vue").ExtractP
28835
28895
  markdownQuoteBorderColorOwn: string;
28836
28896
  markdownQuoteBorderColorOther: string;
28837
28897
  markdownQuoteTextColor: string;
28898
+ markdownQuoteBackgroundColor: string;
28899
+ markdownQuoteMarkerColor: string;
28838
28900
  markdownDividerColorOwn: string;
28839
28901
  markdownDividerColorOther: string;
28840
28902
  typingIndicatorColor: string;
@@ -29614,6 +29676,8 @@ export declare const UChat: import("vue").DefineComponent<import("vue").ExtractP
29614
29676
  markdownQuoteBorderColorOwn: string;
29615
29677
  markdownQuoteBorderColorOther: string;
29616
29678
  markdownQuoteTextColor: string;
29679
+ markdownQuoteBackgroundColor: string;
29680
+ markdownQuoteMarkerColor: string;
29617
29681
  markdownDividerColorOwn: string;
29618
29682
  markdownDividerColorOther: string;
29619
29683
  markdownH1FontSize: string;
@@ -30321,6 +30385,8 @@ export declare const UChat: import("vue").DefineComponent<import("vue").ExtractP
30321
30385
  markdownQuoteBorderColorOwn: string;
30322
30386
  markdownQuoteBorderColorOther: string;
30323
30387
  markdownQuoteTextColor: string;
30388
+ markdownQuoteBackgroundColor: string;
30389
+ markdownQuoteMarkerColor: string;
30324
30390
  markdownDividerColorOwn: string;
30325
30391
  markdownDividerColorOther: string;
30326
30392
  typingIndicatorColor: string;
@@ -31099,6 +31165,8 @@ export declare const UChat: import("vue").DefineComponent<import("vue").ExtractP
31099
31165
  markdownQuoteBorderColorOwn: string;
31100
31166
  markdownQuoteBorderColorOther: string;
31101
31167
  markdownQuoteTextColor: string;
31168
+ markdownQuoteBackgroundColor: string;
31169
+ markdownQuoteMarkerColor: string;
31102
31170
  markdownDividerColorOwn: string;
31103
31171
  markdownDividerColorOther: string;
31104
31172
  markdownH1FontSize: string;
@@ -31190,6 +31258,8 @@ export declare const UChat: import("vue").DefineComponent<import("vue").ExtractP
31190
31258
  markdownQuoteBorderColorOwn: string;
31191
31259
  markdownQuoteBorderColorOther: string;
31192
31260
  markdownQuoteTextColor: string;
31261
+ markdownQuoteBackgroundColor: string;
31262
+ markdownQuoteMarkerColor: string;
31193
31263
  markdownDividerColorOwn: string;
31194
31264
  markdownDividerColorOther: string;
31195
31265
  typingIndicatorColor: string;
@@ -31968,6 +32038,8 @@ export declare const UChat: import("vue").DefineComponent<import("vue").ExtractP
31968
32038
  markdownQuoteBorderColorOwn: string;
31969
32039
  markdownQuoteBorderColorOther: string;
31970
32040
  markdownQuoteTextColor: string;
32041
+ markdownQuoteBackgroundColor: string;
32042
+ markdownQuoteMarkerColor: string;
31971
32043
  markdownDividerColorOwn: string;
31972
32044
  markdownDividerColorOther: string;
31973
32045
  markdownH1FontSize: string;
@@ -32059,6 +32131,8 @@ export declare const UChat: import("vue").DefineComponent<import("vue").ExtractP
32059
32131
  markdownQuoteBorderColorOwn: string;
32060
32132
  markdownQuoteBorderColorOther: string;
32061
32133
  markdownQuoteTextColor: string;
32134
+ markdownQuoteBackgroundColor: string;
32135
+ markdownQuoteMarkerColor: string;
32062
32136
  markdownDividerColorOwn: string;
32063
32137
  markdownDividerColorOther: string;
32064
32138
  typingIndicatorColor: string;
@@ -32837,6 +32911,8 @@ export declare const UChat: import("vue").DefineComponent<import("vue").ExtractP
32837
32911
  markdownQuoteBorderColorOwn: string;
32838
32912
  markdownQuoteBorderColorOther: string;
32839
32913
  markdownQuoteTextColor: string;
32914
+ markdownQuoteBackgroundColor: string;
32915
+ markdownQuoteMarkerColor: string;
32840
32916
  markdownDividerColorOwn: string;
32841
32917
  markdownDividerColorOther: string;
32842
32918
  markdownH1FontSize: string;
@@ -32932,6 +33008,8 @@ export declare const UChat: import("vue").DefineComponent<import("vue").ExtractP
32932
33008
  markdownQuoteBorderColorOwn: string;
32933
33009
  markdownQuoteBorderColorOther: string;
32934
33010
  markdownQuoteTextColor: string;
33011
+ markdownQuoteBackgroundColor: string;
33012
+ markdownQuoteMarkerColor: string;
32935
33013
  markdownDividerColorOwn: string;
32936
33014
  markdownDividerColorOther: string;
32937
33015
  typingIndicatorColor: string;
@@ -33711,6 +33789,8 @@ export declare const UChat: import("vue").DefineComponent<import("vue").ExtractP
33711
33789
  markdownQuoteBorderColorOwn: string;
33712
33790
  markdownQuoteBorderColorOther: string;
33713
33791
  markdownQuoteTextColor: string;
33792
+ markdownQuoteBackgroundColor: string;
33793
+ markdownQuoteMarkerColor: string;
33714
33794
  markdownDividerColorOwn: string;
33715
33795
  markdownDividerColorOther: string;
33716
33796
  markdownH1FontSize: string;
@@ -34193,6 +34273,8 @@ export declare const UChat: import("vue").DefineComponent<import("vue").ExtractP
34193
34273
  markdownQuoteBorderColorOwn: string;
34194
34274
  markdownQuoteBorderColorOther: string;
34195
34275
  markdownQuoteTextColor: string;
34276
+ markdownQuoteBackgroundColor: string;
34277
+ markdownQuoteMarkerColor: string;
34196
34278
  markdownDividerColorOwn: string;
34197
34279
  markdownDividerColorOther: string;
34198
34280
  typingIndicatorColor: string;
@@ -34972,6 +35054,8 @@ export declare const UChat: import("vue").DefineComponent<import("vue").ExtractP
34972
35054
  markdownQuoteBorderColorOwn: string;
34973
35055
  markdownQuoteBorderColorOther: string;
34974
35056
  markdownQuoteTextColor: string;
35057
+ markdownQuoteBackgroundColor: string;
35058
+ markdownQuoteMarkerColor: string;
34975
35059
  markdownDividerColorOwn: string;
34976
35060
  markdownDividerColorOther: string;
34977
35061
  markdownH1FontSize: string;
@@ -35454,6 +35538,8 @@ export declare const UChat: import("vue").DefineComponent<import("vue").ExtractP
35454
35538
  markdownQuoteBorderColorOwn: string;
35455
35539
  markdownQuoteBorderColorOther: string;
35456
35540
  markdownQuoteTextColor: string;
35541
+ markdownQuoteBackgroundColor: string;
35542
+ markdownQuoteMarkerColor: string;
35457
35543
  markdownDividerColorOwn: string;
35458
35544
  markdownDividerColorOther: string;
35459
35545
  typingIndicatorColor: string;
@@ -36233,6 +36319,8 @@ export declare const UChat: import("vue").DefineComponent<import("vue").ExtractP
36233
36319
  markdownQuoteBorderColorOwn: string;
36234
36320
  markdownQuoteBorderColorOther: string;
36235
36321
  markdownQuoteTextColor: string;
36322
+ markdownQuoteBackgroundColor: string;
36323
+ markdownQuoteMarkerColor: string;
36236
36324
  markdownDividerColorOwn: string;
36237
36325
  markdownDividerColorOther: string;
36238
36326
  markdownH1FontSize: string;
@@ -36947,6 +37035,8 @@ export declare const UChat: import("vue").DefineComponent<import("vue").ExtractP
36947
37035
  markdownQuoteBorderColorOwn: string;
36948
37036
  markdownQuoteBorderColorOther: string;
36949
37037
  markdownQuoteTextColor: string;
37038
+ markdownQuoteBackgroundColor: string;
37039
+ markdownQuoteMarkerColor: string;
36950
37040
  markdownDividerColorOwn: string;
36951
37041
  markdownDividerColorOther: string;
36952
37042
  typingIndicatorColor: string;
@@ -37725,6 +37815,8 @@ export declare const UChat: import("vue").DefineComponent<import("vue").ExtractP
37725
37815
  markdownQuoteBorderColorOwn: string;
37726
37816
  markdownQuoteBorderColorOther: string;
37727
37817
  markdownQuoteTextColor: string;
37818
+ markdownQuoteBackgroundColor: string;
37819
+ markdownQuoteMarkerColor: string;
37728
37820
  markdownDividerColorOwn: string;
37729
37821
  markdownDividerColorOther: string;
37730
37822
  markdownH1FontSize: string;
@@ -37816,6 +37908,8 @@ export declare const UChat: import("vue").DefineComponent<import("vue").ExtractP
37816
37908
  markdownQuoteBorderColorOwn: string;
37817
37909
  markdownQuoteBorderColorOther: string;
37818
37910
  markdownQuoteTextColor: string;
37911
+ markdownQuoteBackgroundColor: string;
37912
+ markdownQuoteMarkerColor: string;
37819
37913
  markdownDividerColorOwn: string;
37820
37914
  markdownDividerColorOther: string;
37821
37915
  typingIndicatorColor: string;
@@ -38594,6 +38688,8 @@ export declare const UChat: import("vue").DefineComponent<import("vue").ExtractP
38594
38688
  markdownQuoteBorderColorOwn: string;
38595
38689
  markdownQuoteBorderColorOther: string;
38596
38690
  markdownQuoteTextColor: string;
38691
+ markdownQuoteBackgroundColor: string;
38692
+ markdownQuoteMarkerColor: string;
38597
38693
  markdownDividerColorOwn: string;
38598
38694
  markdownDividerColorOther: string;
38599
38695
  markdownH1FontSize: string;
@@ -38685,6 +38781,8 @@ export declare const UChat: import("vue").DefineComponent<import("vue").ExtractP
38685
38781
  markdownQuoteBorderColorOwn: string;
38686
38782
  markdownQuoteBorderColorOther: string;
38687
38783
  markdownQuoteTextColor: string;
38784
+ markdownQuoteBackgroundColor: string;
38785
+ markdownQuoteMarkerColor: string;
38688
38786
  markdownDividerColorOwn: string;
38689
38787
  markdownDividerColorOther: string;
38690
38788
  typingIndicatorColor: string;
@@ -39463,6 +39561,8 @@ export declare const UChat: import("vue").DefineComponent<import("vue").ExtractP
39463
39561
  markdownQuoteBorderColorOwn: string;
39464
39562
  markdownQuoteBorderColorOther: string;
39465
39563
  markdownQuoteTextColor: string;
39564
+ markdownQuoteBackgroundColor: string;
39565
+ markdownQuoteMarkerColor: string;
39466
39566
  markdownDividerColorOwn: string;
39467
39567
  markdownDividerColorOther: string;
39468
39568
  markdownH1FontSize: string;
@@ -39558,6 +39658,8 @@ export declare const UChat: import("vue").DefineComponent<import("vue").ExtractP
39558
39658
  markdownQuoteBorderColorOwn: string;
39559
39659
  markdownQuoteBorderColorOther: string;
39560
39660
  markdownQuoteTextColor: string;
39661
+ markdownQuoteBackgroundColor: string;
39662
+ markdownQuoteMarkerColor: string;
39561
39663
  markdownDividerColorOwn: string;
39562
39664
  markdownDividerColorOther: string;
39563
39665
  typingIndicatorColor: string;
@@ -40337,6 +40439,8 @@ export declare const UChat: import("vue").DefineComponent<import("vue").ExtractP
40337
40439
  markdownQuoteBorderColorOwn: string;
40338
40440
  markdownQuoteBorderColorOther: string;
40339
40441
  markdownQuoteTextColor: string;
40442
+ markdownQuoteBackgroundColor: string;
40443
+ markdownQuoteMarkerColor: string;
40340
40444
  markdownDividerColorOwn: string;
40341
40445
  markdownDividerColorOther: string;
40342
40446
  markdownH1FontSize: string;
@@ -40819,6 +40923,8 @@ export declare const UChat: import("vue").DefineComponent<import("vue").ExtractP
40819
40923
  markdownQuoteBorderColorOwn: string;
40820
40924
  markdownQuoteBorderColorOther: string;
40821
40925
  markdownQuoteTextColor: string;
40926
+ markdownQuoteBackgroundColor: string;
40927
+ markdownQuoteMarkerColor: string;
40822
40928
  markdownDividerColorOwn: string;
40823
40929
  markdownDividerColorOther: string;
40824
40930
  typingIndicatorColor: string;
@@ -41598,6 +41704,8 @@ export declare const UChat: import("vue").DefineComponent<import("vue").ExtractP
41598
41704
  markdownQuoteBorderColorOwn: string;
41599
41705
  markdownQuoteBorderColorOther: string;
41600
41706
  markdownQuoteTextColor: string;
41707
+ markdownQuoteBackgroundColor: string;
41708
+ markdownQuoteMarkerColor: string;
41601
41709
  markdownDividerColorOwn: string;
41602
41710
  markdownDividerColorOther: string;
41603
41711
  markdownH1FontSize: string;
@@ -42080,6 +42188,8 @@ export declare const UChat: import("vue").DefineComponent<import("vue").ExtractP
42080
42188
  markdownQuoteBorderColorOwn: string;
42081
42189
  markdownQuoteBorderColorOther: string;
42082
42190
  markdownQuoteTextColor: string;
42191
+ markdownQuoteBackgroundColor: string;
42192
+ markdownQuoteMarkerColor: string;
42083
42193
  markdownDividerColorOwn: string;
42084
42194
  markdownDividerColorOther: string;
42085
42195
  typingIndicatorColor: string;
@@ -42859,6 +42969,8 @@ export declare const UChat: import("vue").DefineComponent<import("vue").ExtractP
42859
42969
  markdownQuoteBorderColorOwn: string;
42860
42970
  markdownQuoteBorderColorOther: string;
42861
42971
  markdownQuoteTextColor: string;
42972
+ markdownQuoteBackgroundColor: string;
42973
+ markdownQuoteMarkerColor: string;
42862
42974
  markdownDividerColorOwn: string;
42863
42975
  markdownDividerColorOther: string;
42864
42976
  markdownH1FontSize: string;
@@ -43651,6 +43763,8 @@ export declare const UChat: import("vue").DefineComponent<import("vue").ExtractP
43651
43763
  markdownQuoteBorderColorOwn: string;
43652
43764
  markdownQuoteBorderColorOther: string;
43653
43765
  markdownQuoteTextColor: string;
43766
+ markdownQuoteBackgroundColor: string;
43767
+ markdownQuoteMarkerColor: string;
43654
43768
  markdownDividerColorOwn: string;
43655
43769
  markdownDividerColorOther: string;
43656
43770
  typingIndicatorColor: string;
@@ -44429,6 +44543,8 @@ export declare const UChat: import("vue").DefineComponent<import("vue").ExtractP
44429
44543
  markdownQuoteBorderColorOwn: string;
44430
44544
  markdownQuoteBorderColorOther: string;
44431
44545
  markdownQuoteTextColor: string;
44546
+ markdownQuoteBackgroundColor: string;
44547
+ markdownQuoteMarkerColor: string;
44432
44548
  markdownDividerColorOwn: string;
44433
44549
  markdownDividerColorOther: string;
44434
44550
  markdownH1FontSize: string;
@@ -44520,6 +44636,8 @@ export declare const UChat: import("vue").DefineComponent<import("vue").ExtractP
44520
44636
  markdownQuoteBorderColorOwn: string;
44521
44637
  markdownQuoteBorderColorOther: string;
44522
44638
  markdownQuoteTextColor: string;
44639
+ markdownQuoteBackgroundColor: string;
44640
+ markdownQuoteMarkerColor: string;
44523
44641
  markdownDividerColorOwn: string;
44524
44642
  markdownDividerColorOther: string;
44525
44643
  typingIndicatorColor: string;
@@ -45298,6 +45416,8 @@ export declare const UChat: import("vue").DefineComponent<import("vue").ExtractP
45298
45416
  markdownQuoteBorderColorOwn: string;
45299
45417
  markdownQuoteBorderColorOther: string;
45300
45418
  markdownQuoteTextColor: string;
45419
+ markdownQuoteBackgroundColor: string;
45420
+ markdownQuoteMarkerColor: string;
45301
45421
  markdownDividerColorOwn: string;
45302
45422
  markdownDividerColorOther: string;
45303
45423
  markdownH1FontSize: string;
@@ -45389,6 +45509,8 @@ export declare const UChat: import("vue").DefineComponent<import("vue").ExtractP
45389
45509
  markdownQuoteBorderColorOwn: string;
45390
45510
  markdownQuoteBorderColorOther: string;
45391
45511
  markdownQuoteTextColor: string;
45512
+ markdownQuoteBackgroundColor: string;
45513
+ markdownQuoteMarkerColor: string;
45392
45514
  markdownDividerColorOwn: string;
45393
45515
  markdownDividerColorOther: string;
45394
45516
  typingIndicatorColor: string;
@@ -46167,6 +46289,8 @@ export declare const UChat: import("vue").DefineComponent<import("vue").ExtractP
46167
46289
  markdownQuoteBorderColorOwn: string;
46168
46290
  markdownQuoteBorderColorOther: string;
46169
46291
  markdownQuoteTextColor: string;
46292
+ markdownQuoteBackgroundColor: string;
46293
+ markdownQuoteMarkerColor: string;
46170
46294
  markdownDividerColorOwn: string;
46171
46295
  markdownDividerColorOther: string;
46172
46296
  markdownH1FontSize: string;
@@ -46383,6 +46507,8 @@ export declare const UChatListItems: import("vue").DefineComponent<import("vue")
46383
46507
  markdownQuoteBorderColorOwn: string;
46384
46508
  markdownQuoteBorderColorOther: string;
46385
46509
  markdownQuoteTextColor: string;
46510
+ markdownQuoteBackgroundColor: string;
46511
+ markdownQuoteMarkerColor: string;
46386
46512
  markdownDividerColorOwn: string;
46387
46513
  markdownDividerColorOther: string;
46388
46514
  typingIndicatorColor: string;
@@ -47161,6 +47287,8 @@ export declare const UChatListItems: import("vue").DefineComponent<import("vue")
47161
47287
  markdownQuoteBorderColorOwn: string;
47162
47288
  markdownQuoteBorderColorOther: string;
47163
47289
  markdownQuoteTextColor: string;
47290
+ markdownQuoteBackgroundColor: string;
47291
+ markdownQuoteMarkerColor: string;
47164
47292
  markdownDividerColorOwn: string;
47165
47293
  markdownDividerColorOther: string;
47166
47294
  markdownH1FontSize: string;
@@ -47252,6 +47380,8 @@ export declare const UChatListItems: import("vue").DefineComponent<import("vue")
47252
47380
  markdownQuoteBorderColorOwn: string;
47253
47381
  markdownQuoteBorderColorOther: string;
47254
47382
  markdownQuoteTextColor: string;
47383
+ markdownQuoteBackgroundColor: string;
47384
+ markdownQuoteMarkerColor: string;
47255
47385
  markdownDividerColorOwn: string;
47256
47386
  markdownDividerColorOther: string;
47257
47387
  typingIndicatorColor: string;
@@ -48030,6 +48160,8 @@ export declare const UChatListItems: import("vue").DefineComponent<import("vue")
48030
48160
  markdownQuoteBorderColorOwn: string;
48031
48161
  markdownQuoteBorderColorOther: string;
48032
48162
  markdownQuoteTextColor: string;
48163
+ markdownQuoteBackgroundColor: string;
48164
+ markdownQuoteMarkerColor: string;
48033
48165
  markdownDividerColorOwn: string;
48034
48166
  markdownDividerColorOther: string;
48035
48167
  markdownH1FontSize: string;
@@ -48121,6 +48253,8 @@ export declare const UChatListItems: import("vue").DefineComponent<import("vue")
48121
48253
  markdownQuoteBorderColorOwn: string;
48122
48254
  markdownQuoteBorderColorOther: string;
48123
48255
  markdownQuoteTextColor: string;
48256
+ markdownQuoteBackgroundColor: string;
48257
+ markdownQuoteMarkerColor: string;
48124
48258
  markdownDividerColorOwn: string;
48125
48259
  markdownDividerColorOther: string;
48126
48260
  typingIndicatorColor: string;
@@ -48899,6 +49033,8 @@ export declare const UChatListItems: import("vue").DefineComponent<import("vue")
48899
49033
  markdownQuoteBorderColorOwn: string;
48900
49034
  markdownQuoteBorderColorOther: string;
48901
49035
  markdownQuoteTextColor: string;
49036
+ markdownQuoteBackgroundColor: string;
49037
+ markdownQuoteMarkerColor: string;
48902
49038
  markdownDividerColorOwn: string;
48903
49039
  markdownDividerColorOther: string;
48904
49040
  markdownH1FontSize: string;
@@ -48994,6 +49130,8 @@ export declare const UChatListItems: import("vue").DefineComponent<import("vue")
48994
49130
  markdownQuoteBorderColorOwn: string;
48995
49131
  markdownQuoteBorderColorOther: string;
48996
49132
  markdownQuoteTextColor: string;
49133
+ markdownQuoteBackgroundColor: string;
49134
+ markdownQuoteMarkerColor: string;
48997
49135
  markdownDividerColorOwn: string;
48998
49136
  markdownDividerColorOther: string;
48999
49137
  typingIndicatorColor: string;
@@ -49773,6 +49911,8 @@ export declare const UChatListItems: import("vue").DefineComponent<import("vue")
49773
49911
  markdownQuoteBorderColorOwn: string;
49774
49912
  markdownQuoteBorderColorOther: string;
49775
49913
  markdownQuoteTextColor: string;
49914
+ markdownQuoteBackgroundColor: string;
49915
+ markdownQuoteMarkerColor: string;
49776
49916
  markdownDividerColorOwn: string;
49777
49917
  markdownDividerColorOther: string;
49778
49918
  markdownH1FontSize: string;
@@ -50255,6 +50395,8 @@ export declare const UChatListItems: import("vue").DefineComponent<import("vue")
50255
50395
  markdownQuoteBorderColorOwn: string;
50256
50396
  markdownQuoteBorderColorOther: string;
50257
50397
  markdownQuoteTextColor: string;
50398
+ markdownQuoteBackgroundColor: string;
50399
+ markdownQuoteMarkerColor: string;
50258
50400
  markdownDividerColorOwn: string;
50259
50401
  markdownDividerColorOther: string;
50260
50402
  typingIndicatorColor: string;
@@ -51034,6 +51176,8 @@ export declare const UChatListItems: import("vue").DefineComponent<import("vue")
51034
51176
  markdownQuoteBorderColorOwn: string;
51035
51177
  markdownQuoteBorderColorOther: string;
51036
51178
  markdownQuoteTextColor: string;
51179
+ markdownQuoteBackgroundColor: string;
51180
+ markdownQuoteMarkerColor: string;
51037
51181
  markdownDividerColorOwn: string;
51038
51182
  markdownDividerColorOther: string;
51039
51183
  markdownH1FontSize: string;
@@ -51516,6 +51660,8 @@ export declare const UChatListItems: import("vue").DefineComponent<import("vue")
51516
51660
  markdownQuoteBorderColorOwn: string;
51517
51661
  markdownQuoteBorderColorOther: string;
51518
51662
  markdownQuoteTextColor: string;
51663
+ markdownQuoteBackgroundColor: string;
51664
+ markdownQuoteMarkerColor: string;
51519
51665
  markdownDividerColorOwn: string;
51520
51666
  markdownDividerColorOther: string;
51521
51667
  typingIndicatorColor: string;
@@ -52295,6 +52441,8 @@ export declare const UChatListItems: import("vue").DefineComponent<import("vue")
52295
52441
  markdownQuoteBorderColorOwn: string;
52296
52442
  markdownQuoteBorderColorOther: string;
52297
52443
  markdownQuoteTextColor: string;
52444
+ markdownQuoteBackgroundColor: string;
52445
+ markdownQuoteMarkerColor: string;
52298
52446
  markdownDividerColorOwn: string;
52299
52447
  markdownDividerColorOther: string;
52300
52448
  markdownH1FontSize: string;
@@ -52846,6 +52994,8 @@ export declare const UChatListItems: import("vue").DefineComponent<import("vue")
52846
52994
  markdownQuoteBorderColorOwn: string;
52847
52995
  markdownQuoteBorderColorOther: string;
52848
52996
  markdownQuoteTextColor: string;
52997
+ markdownQuoteBackgroundColor: string;
52998
+ markdownQuoteMarkerColor: string;
52849
52999
  markdownDividerColorOwn: string;
52850
53000
  markdownDividerColorOther: string;
52851
53001
  typingIndicatorColor: string;
@@ -53624,6 +53774,8 @@ export declare const UChatListItems: import("vue").DefineComponent<import("vue")
53624
53774
  markdownQuoteBorderColorOwn: string;
53625
53775
  markdownQuoteBorderColorOther: string;
53626
53776
  markdownQuoteTextColor: string;
53777
+ markdownQuoteBackgroundColor: string;
53778
+ markdownQuoteMarkerColor: string;
53627
53779
  markdownDividerColorOwn: string;
53628
53780
  markdownDividerColorOther: string;
53629
53781
  markdownH1FontSize: string;
@@ -53715,6 +53867,8 @@ export declare const UChatListItems: import("vue").DefineComponent<import("vue")
53715
53867
  markdownQuoteBorderColorOwn: string;
53716
53868
  markdownQuoteBorderColorOther: string;
53717
53869
  markdownQuoteTextColor: string;
53870
+ markdownQuoteBackgroundColor: string;
53871
+ markdownQuoteMarkerColor: string;
53718
53872
  markdownDividerColorOwn: string;
53719
53873
  markdownDividerColorOther: string;
53720
53874
  typingIndicatorColor: string;
@@ -54493,6 +54647,8 @@ export declare const UChatListItems: import("vue").DefineComponent<import("vue")
54493
54647
  markdownQuoteBorderColorOwn: string;
54494
54648
  markdownQuoteBorderColorOther: string;
54495
54649
  markdownQuoteTextColor: string;
54650
+ markdownQuoteBackgroundColor: string;
54651
+ markdownQuoteMarkerColor: string;
54496
54652
  markdownDividerColorOwn: string;
54497
54653
  markdownDividerColorOther: string;
54498
54654
  markdownH1FontSize: string;
@@ -54584,6 +54740,8 @@ export declare const UChatListItems: import("vue").DefineComponent<import("vue")
54584
54740
  markdownQuoteBorderColorOwn: string;
54585
54741
  markdownQuoteBorderColorOther: string;
54586
54742
  markdownQuoteTextColor: string;
54743
+ markdownQuoteBackgroundColor: string;
54744
+ markdownQuoteMarkerColor: string;
54587
54745
  markdownDividerColorOwn: string;
54588
54746
  markdownDividerColorOther: string;
54589
54747
  typingIndicatorColor: string;
@@ -55362,6 +55520,8 @@ export declare const UChatListItems: import("vue").DefineComponent<import("vue")
55362
55520
  markdownQuoteBorderColorOwn: string;
55363
55521
  markdownQuoteBorderColorOther: string;
55364
55522
  markdownQuoteTextColor: string;
55523
+ markdownQuoteBackgroundColor: string;
55524
+ markdownQuoteMarkerColor: string;
55365
55525
  markdownDividerColorOwn: string;
55366
55526
  markdownDividerColorOther: string;
55367
55527
  markdownH1FontSize: string;
@@ -55631,6 +55791,8 @@ export declare const UChatMainArea: import("vue").DefineComponent<import("vue").
55631
55791
  markdownQuoteBorderColorOwn: string;
55632
55792
  markdownQuoteBorderColorOther: string;
55633
55793
  markdownQuoteTextColor: string;
55794
+ markdownQuoteBackgroundColor: string;
55795
+ markdownQuoteMarkerColor: string;
55634
55796
  markdownDividerColorOwn: string;
55635
55797
  markdownDividerColorOther: string;
55636
55798
  typingIndicatorColor: string;
@@ -56409,6 +56571,8 @@ export declare const UChatMainArea: import("vue").DefineComponent<import("vue").
56409
56571
  markdownQuoteBorderColorOwn: string;
56410
56572
  markdownQuoteBorderColorOther: string;
56411
56573
  markdownQuoteTextColor: string;
56574
+ markdownQuoteBackgroundColor: string;
56575
+ markdownQuoteMarkerColor: string;
56412
56576
  markdownDividerColorOwn: string;
56413
56577
  markdownDividerColorOther: string;
56414
56578
  markdownH1FontSize: string;
@@ -56500,6 +56664,8 @@ export declare const UChatMainArea: import("vue").DefineComponent<import("vue").
56500
56664
  markdownQuoteBorderColorOwn: string;
56501
56665
  markdownQuoteBorderColorOther: string;
56502
56666
  markdownQuoteTextColor: string;
56667
+ markdownQuoteBackgroundColor: string;
56668
+ markdownQuoteMarkerColor: string;
56503
56669
  markdownDividerColorOwn: string;
56504
56670
  markdownDividerColorOther: string;
56505
56671
  typingIndicatorColor: string;
@@ -57278,6 +57444,8 @@ export declare const UChatMainArea: import("vue").DefineComponent<import("vue").
57278
57444
  markdownQuoteBorderColorOwn: string;
57279
57445
  markdownQuoteBorderColorOther: string;
57280
57446
  markdownQuoteTextColor: string;
57447
+ markdownQuoteBackgroundColor: string;
57448
+ markdownQuoteMarkerColor: string;
57281
57449
  markdownDividerColorOwn: string;
57282
57450
  markdownDividerColorOther: string;
57283
57451
  markdownH1FontSize: string;
@@ -57369,6 +57537,8 @@ export declare const UChatMainArea: import("vue").DefineComponent<import("vue").
57369
57537
  markdownQuoteBorderColorOwn: string;
57370
57538
  markdownQuoteBorderColorOther: string;
57371
57539
  markdownQuoteTextColor: string;
57540
+ markdownQuoteBackgroundColor: string;
57541
+ markdownQuoteMarkerColor: string;
57372
57542
  markdownDividerColorOwn: string;
57373
57543
  markdownDividerColorOther: string;
57374
57544
  typingIndicatorColor: string;
@@ -58147,6 +58317,8 @@ export declare const UChatMainArea: import("vue").DefineComponent<import("vue").
58147
58317
  markdownQuoteBorderColorOwn: string;
58148
58318
  markdownQuoteBorderColorOther: string;
58149
58319
  markdownQuoteTextColor: string;
58320
+ markdownQuoteBackgroundColor: string;
58321
+ markdownQuoteMarkerColor: string;
58150
58322
  markdownDividerColorOwn: string;
58151
58323
  markdownDividerColorOther: string;
58152
58324
  markdownH1FontSize: string;
@@ -58242,6 +58414,8 @@ export declare const UChatMainArea: import("vue").DefineComponent<import("vue").
58242
58414
  markdownQuoteBorderColorOwn: string;
58243
58415
  markdownQuoteBorderColorOther: string;
58244
58416
  markdownQuoteTextColor: string;
58417
+ markdownQuoteBackgroundColor: string;
58418
+ markdownQuoteMarkerColor: string;
58245
58419
  markdownDividerColorOwn: string;
58246
58420
  markdownDividerColorOther: string;
58247
58421
  typingIndicatorColor: string;
@@ -59021,6 +59195,8 @@ export declare const UChatMainArea: import("vue").DefineComponent<import("vue").
59021
59195
  markdownQuoteBorderColorOwn: string;
59022
59196
  markdownQuoteBorderColorOther: string;
59023
59197
  markdownQuoteTextColor: string;
59198
+ markdownQuoteBackgroundColor: string;
59199
+ markdownQuoteMarkerColor: string;
59024
59200
  markdownDividerColorOwn: string;
59025
59201
  markdownDividerColorOther: string;
59026
59202
  markdownH1FontSize: string;
@@ -59503,6 +59679,8 @@ export declare const UChatMainArea: import("vue").DefineComponent<import("vue").
59503
59679
  markdownQuoteBorderColorOwn: string;
59504
59680
  markdownQuoteBorderColorOther: string;
59505
59681
  markdownQuoteTextColor: string;
59682
+ markdownQuoteBackgroundColor: string;
59683
+ markdownQuoteMarkerColor: string;
59506
59684
  markdownDividerColorOwn: string;
59507
59685
  markdownDividerColorOther: string;
59508
59686
  typingIndicatorColor: string;
@@ -60282,6 +60460,8 @@ export declare const UChatMainArea: import("vue").DefineComponent<import("vue").
60282
60460
  markdownQuoteBorderColorOwn: string;
60283
60461
  markdownQuoteBorderColorOther: string;
60284
60462
  markdownQuoteTextColor: string;
60463
+ markdownQuoteBackgroundColor: string;
60464
+ markdownQuoteMarkerColor: string;
60285
60465
  markdownDividerColorOwn: string;
60286
60466
  markdownDividerColorOther: string;
60287
60467
  markdownH1FontSize: string;
@@ -60764,6 +60944,8 @@ export declare const UChatMainArea: import("vue").DefineComponent<import("vue").
60764
60944
  markdownQuoteBorderColorOwn: string;
60765
60945
  markdownQuoteBorderColorOther: string;
60766
60946
  markdownQuoteTextColor: string;
60947
+ markdownQuoteBackgroundColor: string;
60948
+ markdownQuoteMarkerColor: string;
60767
60949
  markdownDividerColorOwn: string;
60768
60950
  markdownDividerColorOther: string;
60769
60951
  typingIndicatorColor: string;
@@ -61543,6 +61725,8 @@ export declare const UChatMainArea: import("vue").DefineComponent<import("vue").
61543
61725
  markdownQuoteBorderColorOwn: string;
61544
61726
  markdownQuoteBorderColorOther: string;
61545
61727
  markdownQuoteTextColor: string;
61728
+ markdownQuoteBackgroundColor: string;
61729
+ markdownQuoteMarkerColor: string;
61546
61730
  markdownDividerColorOwn: string;
61547
61731
  markdownDividerColorOther: string;
61548
61732
  markdownH1FontSize: string;
@@ -62208,6 +62392,8 @@ export declare const UChatMainArea: import("vue").DefineComponent<import("vue").
62208
62392
  markdownQuoteBorderColorOwn: string;
62209
62393
  markdownQuoteBorderColorOther: string;
62210
62394
  markdownQuoteTextColor: string;
62395
+ markdownQuoteBackgroundColor: string;
62396
+ markdownQuoteMarkerColor: string;
62211
62397
  markdownDividerColorOwn: string;
62212
62398
  markdownDividerColorOther: string;
62213
62399
  typingIndicatorColor: string;
@@ -62986,6 +63172,8 @@ export declare const UChatMainArea: import("vue").DefineComponent<import("vue").
62986
63172
  markdownQuoteBorderColorOwn: string;
62987
63173
  markdownQuoteBorderColorOther: string;
62988
63174
  markdownQuoteTextColor: string;
63175
+ markdownQuoteBackgroundColor: string;
63176
+ markdownQuoteMarkerColor: string;
62989
63177
  markdownDividerColorOwn: string;
62990
63178
  markdownDividerColorOther: string;
62991
63179
  markdownH1FontSize: string;
@@ -63077,6 +63265,8 @@ export declare const UChatMainArea: import("vue").DefineComponent<import("vue").
63077
63265
  markdownQuoteBorderColorOwn: string;
63078
63266
  markdownQuoteBorderColorOther: string;
63079
63267
  markdownQuoteTextColor: string;
63268
+ markdownQuoteBackgroundColor: string;
63269
+ markdownQuoteMarkerColor: string;
63080
63270
  markdownDividerColorOwn: string;
63081
63271
  markdownDividerColorOther: string;
63082
63272
  typingIndicatorColor: string;
@@ -63855,6 +64045,8 @@ export declare const UChatMainArea: import("vue").DefineComponent<import("vue").
63855
64045
  markdownQuoteBorderColorOwn: string;
63856
64046
  markdownQuoteBorderColorOther: string;
63857
64047
  markdownQuoteTextColor: string;
64048
+ markdownQuoteBackgroundColor: string;
64049
+ markdownQuoteMarkerColor: string;
63858
64050
  markdownDividerColorOwn: string;
63859
64051
  markdownDividerColorOther: string;
63860
64052
  markdownH1FontSize: string;
@@ -63946,6 +64138,8 @@ export declare const UChatMainArea: import("vue").DefineComponent<import("vue").
63946
64138
  markdownQuoteBorderColorOwn: string;
63947
64139
  markdownQuoteBorderColorOther: string;
63948
64140
  markdownQuoteTextColor: string;
64141
+ markdownQuoteBackgroundColor: string;
64142
+ markdownQuoteMarkerColor: string;
63949
64143
  markdownDividerColorOwn: string;
63950
64144
  markdownDividerColorOther: string;
63951
64145
  typingIndicatorColor: string;
@@ -64724,6 +64918,8 @@ export declare const UChatMainArea: import("vue").DefineComponent<import("vue").
64724
64918
  markdownQuoteBorderColorOwn: string;
64725
64919
  markdownQuoteBorderColorOther: string;
64726
64920
  markdownQuoteTextColor: string;
64921
+ markdownQuoteBackgroundColor: string;
64922
+ markdownQuoteMarkerColor: string;
64727
64923
  markdownDividerColorOwn: string;
64728
64924
  markdownDividerColorOther: string;
64729
64925
  markdownH1FontSize: string;
@@ -64915,6 +65111,8 @@ export declare const UChatMessages: import("vue").DefineComponent<import("vue").
64915
65111
  markdownQuoteBorderColorOwn: string;
64916
65112
  markdownQuoteBorderColorOther: string;
64917
65113
  markdownQuoteTextColor: string;
65114
+ markdownQuoteBackgroundColor: string;
65115
+ markdownQuoteMarkerColor: string;
64918
65116
  markdownDividerColorOwn: string;
64919
65117
  markdownDividerColorOther: string;
64920
65118
  typingIndicatorColor: string;
@@ -65693,6 +65891,8 @@ export declare const UChatMessages: import("vue").DefineComponent<import("vue").
65693
65891
  markdownQuoteBorderColorOwn: string;
65694
65892
  markdownQuoteBorderColorOther: string;
65695
65893
  markdownQuoteTextColor: string;
65894
+ markdownQuoteBackgroundColor: string;
65895
+ markdownQuoteMarkerColor: string;
65696
65896
  markdownDividerColorOwn: string;
65697
65897
  markdownDividerColorOther: string;
65698
65898
  markdownH1FontSize: string;
@@ -65784,6 +65984,8 @@ export declare const UChatMessages: import("vue").DefineComponent<import("vue").
65784
65984
  markdownQuoteBorderColorOwn: string;
65785
65985
  markdownQuoteBorderColorOther: string;
65786
65986
  markdownQuoteTextColor: string;
65987
+ markdownQuoteBackgroundColor: string;
65988
+ markdownQuoteMarkerColor: string;
65787
65989
  markdownDividerColorOwn: string;
65788
65990
  markdownDividerColorOther: string;
65789
65991
  typingIndicatorColor: string;
@@ -66562,6 +66764,8 @@ export declare const UChatMessages: import("vue").DefineComponent<import("vue").
66562
66764
  markdownQuoteBorderColorOwn: string;
66563
66765
  markdownQuoteBorderColorOther: string;
66564
66766
  markdownQuoteTextColor: string;
66767
+ markdownQuoteBackgroundColor: string;
66768
+ markdownQuoteMarkerColor: string;
66565
66769
  markdownDividerColorOwn: string;
66566
66770
  markdownDividerColorOther: string;
66567
66771
  markdownH1FontSize: string;
@@ -66653,6 +66857,8 @@ export declare const UChatMessages: import("vue").DefineComponent<import("vue").
66653
66857
  markdownQuoteBorderColorOwn: string;
66654
66858
  markdownQuoteBorderColorOther: string;
66655
66859
  markdownQuoteTextColor: string;
66860
+ markdownQuoteBackgroundColor: string;
66861
+ markdownQuoteMarkerColor: string;
66656
66862
  markdownDividerColorOwn: string;
66657
66863
  markdownDividerColorOther: string;
66658
66864
  typingIndicatorColor: string;
@@ -67431,6 +67637,8 @@ export declare const UChatMessages: import("vue").DefineComponent<import("vue").
67431
67637
  markdownQuoteBorderColorOwn: string;
67432
67638
  markdownQuoteBorderColorOther: string;
67433
67639
  markdownQuoteTextColor: string;
67640
+ markdownQuoteBackgroundColor: string;
67641
+ markdownQuoteMarkerColor: string;
67434
67642
  markdownDividerColorOwn: string;
67435
67643
  markdownDividerColorOther: string;
67436
67644
  markdownH1FontSize: string;
@@ -67526,6 +67734,8 @@ export declare const UChatMessages: import("vue").DefineComponent<import("vue").
67526
67734
  markdownQuoteBorderColorOwn: string;
67527
67735
  markdownQuoteBorderColorOther: string;
67528
67736
  markdownQuoteTextColor: string;
67737
+ markdownQuoteBackgroundColor: string;
67738
+ markdownQuoteMarkerColor: string;
67529
67739
  markdownDividerColorOwn: string;
67530
67740
  markdownDividerColorOther: string;
67531
67741
  typingIndicatorColor: string;
@@ -68305,6 +68515,8 @@ export declare const UChatMessages: import("vue").DefineComponent<import("vue").
68305
68515
  markdownQuoteBorderColorOwn: string;
68306
68516
  markdownQuoteBorderColorOther: string;
68307
68517
  markdownQuoteTextColor: string;
68518
+ markdownQuoteBackgroundColor: string;
68519
+ markdownQuoteMarkerColor: string;
68308
68520
  markdownDividerColorOwn: string;
68309
68521
  markdownDividerColorOther: string;
68310
68522
  markdownH1FontSize: string;
@@ -68787,6 +68999,8 @@ export declare const UChatMessages: import("vue").DefineComponent<import("vue").
68787
68999
  markdownQuoteBorderColorOwn: string;
68788
69000
  markdownQuoteBorderColorOther: string;
68789
69001
  markdownQuoteTextColor: string;
69002
+ markdownQuoteBackgroundColor: string;
69003
+ markdownQuoteMarkerColor: string;
68790
69004
  markdownDividerColorOwn: string;
68791
69005
  markdownDividerColorOther: string;
68792
69006
  typingIndicatorColor: string;
@@ -69566,6 +69780,8 @@ export declare const UChatMessages: import("vue").DefineComponent<import("vue").
69566
69780
  markdownQuoteBorderColorOwn: string;
69567
69781
  markdownQuoteBorderColorOther: string;
69568
69782
  markdownQuoteTextColor: string;
69783
+ markdownQuoteBackgroundColor: string;
69784
+ markdownQuoteMarkerColor: string;
69569
69785
  markdownDividerColorOwn: string;
69570
69786
  markdownDividerColorOther: string;
69571
69787
  markdownH1FontSize: string;
@@ -70048,6 +70264,8 @@ export declare const UChatMessages: import("vue").DefineComponent<import("vue").
70048
70264
  markdownQuoteBorderColorOwn: string;
70049
70265
  markdownQuoteBorderColorOther: string;
70050
70266
  markdownQuoteTextColor: string;
70267
+ markdownQuoteBackgroundColor: string;
70268
+ markdownQuoteMarkerColor: string;
70051
70269
  markdownDividerColorOwn: string;
70052
70270
  markdownDividerColorOther: string;
70053
70271
  typingIndicatorColor: string;
@@ -70827,6 +71045,8 @@ export declare const UChatMessages: import("vue").DefineComponent<import("vue").
70827
71045
  markdownQuoteBorderColorOwn: string;
70828
71046
  markdownQuoteBorderColorOther: string;
70829
71047
  markdownQuoteTextColor: string;
71048
+ markdownQuoteBackgroundColor: string;
71049
+ markdownQuoteMarkerColor: string;
70830
71050
  markdownDividerColorOwn: string;
70831
71051
  markdownDividerColorOther: string;
70832
71052
  markdownH1FontSize: string;
@@ -71373,6 +71593,8 @@ export declare const UChatMessages: import("vue").DefineComponent<import("vue").
71373
71593
  markdownQuoteBorderColorOwn: string;
71374
71594
  markdownQuoteBorderColorOther: string;
71375
71595
  markdownQuoteTextColor: string;
71596
+ markdownQuoteBackgroundColor: string;
71597
+ markdownQuoteMarkerColor: string;
71376
71598
  markdownDividerColorOwn: string;
71377
71599
  markdownDividerColorOther: string;
71378
71600
  typingIndicatorColor: string;
@@ -72151,6 +72373,8 @@ export declare const UChatMessages: import("vue").DefineComponent<import("vue").
72151
72373
  markdownQuoteBorderColorOwn: string;
72152
72374
  markdownQuoteBorderColorOther: string;
72153
72375
  markdownQuoteTextColor: string;
72376
+ markdownQuoteBackgroundColor: string;
72377
+ markdownQuoteMarkerColor: string;
72154
72378
  markdownDividerColorOwn: string;
72155
72379
  markdownDividerColorOther: string;
72156
72380
  markdownH1FontSize: string;
@@ -72242,6 +72466,8 @@ export declare const UChatMessages: import("vue").DefineComponent<import("vue").
72242
72466
  markdownQuoteBorderColorOwn: string;
72243
72467
  markdownQuoteBorderColorOther: string;
72244
72468
  markdownQuoteTextColor: string;
72469
+ markdownQuoteBackgroundColor: string;
72470
+ markdownQuoteMarkerColor: string;
72245
72471
  markdownDividerColorOwn: string;
72246
72472
  markdownDividerColorOther: string;
72247
72473
  typingIndicatorColor: string;
@@ -73020,6 +73246,8 @@ export declare const UChatMessages: import("vue").DefineComponent<import("vue").
73020
73246
  markdownQuoteBorderColorOwn: string;
73021
73247
  markdownQuoteBorderColorOther: string;
73022
73248
  markdownQuoteTextColor: string;
73249
+ markdownQuoteBackgroundColor: string;
73250
+ markdownQuoteMarkerColor: string;
73023
73251
  markdownDividerColorOwn: string;
73024
73252
  markdownDividerColorOther: string;
73025
73253
  markdownH1FontSize: string;
@@ -73111,6 +73339,8 @@ export declare const UChatMessages: import("vue").DefineComponent<import("vue").
73111
73339
  markdownQuoteBorderColorOwn: string;
73112
73340
  markdownQuoteBorderColorOther: string;
73113
73341
  markdownQuoteTextColor: string;
73342
+ markdownQuoteBackgroundColor: string;
73343
+ markdownQuoteMarkerColor: string;
73114
73344
  markdownDividerColorOwn: string;
73115
73345
  markdownDividerColorOther: string;
73116
73346
  typingIndicatorColor: string;
@@ -73889,6 +74119,8 @@ export declare const UChatMessages: import("vue").DefineComponent<import("vue").
73889
74119
  markdownQuoteBorderColorOwn: string;
73890
74120
  markdownQuoteBorderColorOther: string;
73891
74121
  markdownQuoteTextColor: string;
74122
+ markdownQuoteBackgroundColor: string;
74123
+ markdownQuoteMarkerColor: string;
73892
74124
  markdownDividerColorOwn: string;
73893
74125
  markdownDividerColorOther: string;
73894
74126
  markdownH1FontSize: string;
@@ -129698,6 +129930,8 @@ export declare const UMessageBubble: import("vue").DefineComponent<import("vue")
129698
129930
  markdownQuoteBorderColorOwn: string;
129699
129931
  markdownQuoteBorderColorOther: string;
129700
129932
  markdownQuoteTextColor: string;
129933
+ markdownQuoteBackgroundColor: string;
129934
+ markdownQuoteMarkerColor: string;
129701
129935
  markdownDividerColorOwn: string;
129702
129936
  markdownDividerColorOther: string;
129703
129937
  markdownH1FontSize: string;
@@ -129734,6 +129968,8 @@ export declare const UMessageBubble: import("vue").DefineComponent<import("vue")
129734
129968
  markdownQuoteBorderColorOwn: string;
129735
129969
  markdownQuoteBorderColorOther: string;
129736
129970
  markdownQuoteTextColor: string;
129971
+ markdownQuoteBackgroundColor: string;
129972
+ markdownQuoteMarkerColor: string;
129737
129973
  markdownDividerColorOwn: string;
129738
129974
  markdownDividerColorOther: string;
129739
129975
  markdownH1FontSize: string;
@@ -129770,6 +130006,8 @@ export declare const UMessageBubble: import("vue").DefineComponent<import("vue")
129770
130006
  markdownQuoteBorderColorOwn: string;
129771
130007
  markdownQuoteBorderColorOther: string;
129772
130008
  markdownQuoteTextColor: string;
130009
+ markdownQuoteBackgroundColor: string;
130010
+ markdownQuoteMarkerColor: string;
129773
130011
  markdownDividerColorOwn: string;
129774
130012
  markdownDividerColorOther: string;
129775
130013
  markdownH1FontSize: string;
@@ -129879,6 +130117,8 @@ export declare const UMessageBubble: import("vue").DefineComponent<import("vue")
129879
130117
  markdownQuoteBorderColorOwn: string;
129880
130118
  markdownQuoteBorderColorOther: string;
129881
130119
  markdownQuoteTextColor: string;
130120
+ markdownQuoteBackgroundColor: string;
130121
+ markdownQuoteMarkerColor: string;
129882
130122
  markdownDividerColorOwn: string;
129883
130123
  markdownDividerColorOther: string;
129884
130124
  markdownH1FontSize: string;
@@ -129915,6 +130155,8 @@ export declare const UMessageBubble: import("vue").DefineComponent<import("vue")
129915
130155
  markdownQuoteBorderColorOwn: string;
129916
130156
  markdownQuoteBorderColorOther: string;
129917
130157
  markdownQuoteTextColor: string;
130158
+ markdownQuoteBackgroundColor: string;
130159
+ markdownQuoteMarkerColor: string;
129918
130160
  markdownDividerColorOwn: string;
129919
130161
  markdownDividerColorOther: string;
129920
130162
  markdownH1FontSize: string;
@@ -129951,6 +130193,8 @@ export declare const UMessageBubble: import("vue").DefineComponent<import("vue")
129951
130193
  markdownQuoteBorderColorOwn: string;
129952
130194
  markdownQuoteBorderColorOther: string;
129953
130195
  markdownQuoteTextColor: string;
130196
+ markdownQuoteBackgroundColor: string;
130197
+ markdownQuoteMarkerColor: string;
129954
130198
  markdownDividerColorOwn: string;
129955
130199
  markdownDividerColorOther: string;
129956
130200
  markdownH1FontSize: string;