vue-element-ui-x 0.1.9-beta → 0.1.10-beta
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/components/Attachments/index.js +2 -2
- package/lib/components/Bubble/index.js +47 -34
- package/lib/components/BubbleList/index.js +57 -49
- package/lib/components/Conversations/index.js +27 -64
- package/lib/components/FilesCard/index.js +1 -1
- package/lib/components/Prompts/index.js +21 -21
- package/lib/components/Sender/index.js +4 -4
- package/lib/components/Think/index.js +1 -1
- package/lib/components/Thinking/index.js +1 -1
- package/lib/components/ThoughtChain/index.js +47 -34
- package/lib/components/Typewriter/index.js +46 -33
- package/lib/components/Welcome/index.js +1 -1
- package/lib/index.common.js +1 -1
- package/lib/index.esm.js +1 -1
- package/lib/index.js +220 -160
- package/lib/index.umd.js +1 -1
- package/lib/mixins/index.js +105 -16
- package/package.json +1 -1
- package/src/components/Attachments/index.js +8 -8
- package/src/components/Bubble/index.js +6 -6
- package/src/components/Bubble/src/main.vue +299 -299
- package/src/components/BubbleList/index.js +8 -8
- package/src/components/BubbleList/src/loading.vue +75 -75
- package/src/components/BubbleList/src/main.vue +461 -466
- package/src/components/Conversations/index.js +8 -8
- package/src/components/Conversations/src/components/item.vue +13 -34
- package/src/components/Conversations/src/main.vue +4 -18
- package/src/components/FilesCard/index.js +8 -8
- package/src/components/FilesCard/src/fileSvg/audio.vue +38 -38
- package/src/components/FilesCard/src/fileSvg/code.vue +35 -35
- package/src/components/FilesCard/src/fileSvg/database.vue +94 -94
- package/src/components/FilesCard/src/fileSvg/excel.vue +38 -38
- package/src/components/FilesCard/src/fileSvg/file.vue +40 -40
- package/src/components/FilesCard/src/fileSvg/image.vue +40 -40
- package/src/components/FilesCard/src/fileSvg/index.js +46 -46
- package/src/components/FilesCard/src/fileSvg/link.vue +54 -54
- package/src/components/FilesCard/src/fileSvg/mark.vue +38 -38
- package/src/components/FilesCard/src/fileSvg/pdf.vue +38 -38
- package/src/components/FilesCard/src/fileSvg/ppt.vue +38 -38
- package/src/components/FilesCard/src/fileSvg/three.vue +38 -38
- package/src/components/FilesCard/src/fileSvg/txt.vue +38 -38
- package/src/components/FilesCard/src/fileSvg/unknown.vue +54 -54
- package/src/components/FilesCard/src/fileSvg/video.vue +38 -38
- package/src/components/FilesCard/src/fileSvg/word.vue +38 -38
- package/src/components/FilesCard/src/fileSvg/zip.vue +38 -38
- package/src/components/FilesCard/src/options.js +18 -18
- package/src/components/Prompts/index.js +8 -8
- package/src/components/Prompts/src/main.vue +248 -248
- package/src/components/Sender/index.js +8 -8
- package/src/components/Sender/src/components/ClearButton.vue +28 -28
- package/src/components/Sender/src/components/Loading.vue +53 -53
- package/src/components/Sender/src/components/LoadingButton.vue +39 -39
- package/src/components/Sender/src/components/SendButton.vue +26 -26
- package/src/components/Sender/src/components/SpeechButton.vue +24 -24
- package/src/components/Sender/src/components/SpeechLoading.vue +87 -87
- package/src/components/Sender/src/components/SpeechLoadingButton.vue +43 -43
- package/src/components/Think/index.js +8 -8
- package/src/components/Think/src/main.vue +190 -190
- package/src/components/Thinking/index.js +8 -8
- package/src/components/ThoughtChain/index.js +8 -8
- package/src/components/Typewriter/index.js +8 -8
- package/src/components/Typewriter/src/main.vue +10 -2
- package/src/components/Welcome/index.js +8 -8
- package/src/components/Welcome/src/main.vue +151 -151
- package/src/mixins/recordMixin.js +0 -1
- package/src/mixins/sendMixin.js +104 -11
- package/src/mixins/streamMixin.js +3 -5
- package/src/styles/Attachments.scss +236 -236
- package/src/styles/Bubble.scss +157 -157
- package/src/styles/BubbleList.scss +148 -148
- package/src/styles/Conversations.scss +260 -260
- package/src/styles/FilesCard.scss +221 -221
- package/src/styles/Prompts.scss +195 -195
- package/src/styles/Sender.scss +199 -199
- package/src/styles/Think.scss +134 -134
- package/src/styles/ThoughtChain.scss +113 -113
- package/src/styles/Typewriter.scss +66 -66
- package/src/theme/var.scss +72 -72
- package/src/styles/button.scss +0 -302
- package/src/styles/var.scss +0 -1052
|
@@ -1,75 +1,75 @@
|
|
|
1
|
-
<script></script>
|
|
2
|
-
|
|
3
|
-
<template>
|
|
4
|
-
<svg
|
|
5
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
6
|
-
xmlns:xlink="http://www.w3.org/1999/xlink"
|
|
7
|
-
version="1.1"
|
|
8
|
-
width="704"
|
|
9
|
-
height="704"
|
|
10
|
-
viewBox="0 0 704 704"
|
|
11
|
-
>
|
|
12
|
-
<defs>
|
|
13
|
-
<filter
|
|
14
|
-
id="master_svg0_62_10054"
|
|
15
|
-
filterUnits="objectBoundingBox"
|
|
16
|
-
color-interpolation-filters="sRGB"
|
|
17
|
-
x="-0.030120481927710843"
|
|
18
|
-
y="-0.030120481927710843"
|
|
19
|
-
width="1.0602409638554218"
|
|
20
|
-
height="1.0602409638554218"
|
|
21
|
-
>
|
|
22
|
-
<feFlood
|
|
23
|
-
flood-opacity="0"
|
|
24
|
-
result="BackgroundImageFix"
|
|
25
|
-
/>
|
|
26
|
-
<feBlend
|
|
27
|
-
mode="normal"
|
|
28
|
-
in="SourceGraphic"
|
|
29
|
-
in2="BackgroundImageFix"
|
|
30
|
-
result="shape"
|
|
31
|
-
/>
|
|
32
|
-
<feGaussianBlur
|
|
33
|
-
stdDeviation="5"
|
|
34
|
-
result="effect1_foregroundBlur"
|
|
35
|
-
/>
|
|
36
|
-
</filter>
|
|
37
|
-
<linearGradient
|
|
38
|
-
id="master_svg1_62_10082"
|
|
39
|
-
x1="0.5"
|
|
40
|
-
y1="-0.13192443549633026"
|
|
41
|
-
x2="0.42319029569625854"
|
|
42
|
-
y2="1.368432641029358"
|
|
43
|
-
>
|
|
44
|
-
<stop
|
|
45
|
-
offset="9.145302325487137%"
|
|
46
|
-
stop-color="currentColor"
|
|
47
|
-
stop-opacity="1"
|
|
48
|
-
/>
|
|
49
|
-
<stop
|
|
50
|
-
offset="13.636428117752075%"
|
|
51
|
-
stop-color="currentColor"
|
|
52
|
-
stop-opacity="0.07539999485015869"
|
|
53
|
-
/>
|
|
54
|
-
<stop
|
|
55
|
-
offset="16.968481242656708%"
|
|
56
|
-
stop-color="currentColor"
|
|
57
|
-
stop-opacity="0"
|
|
58
|
-
/>
|
|
59
|
-
</linearGradient>
|
|
60
|
-
</defs>
|
|
61
|
-
<g
|
|
62
|
-
transform="matrix(0,1,-1,0,704,-664)"
|
|
63
|
-
filter="url(#master_svg0_62_10054)"
|
|
64
|
-
>
|
|
65
|
-
<path
|
|
66
|
-
d="M1016,684C1199.359,684,1348,535.359,1348,352C1348,168.641,1199.359,20,1016,20C832.641,20,684,168.641,684,352C684,535.359,832.641,684,1016,684ZM1016,32C1192.731,32,1336,175.269,1336,352C1336,528.731,1192.731,672,1016,672C839.269,672,696,528.731,696,352C696,175.269,839.269,32,1016,32Z"
|
|
67
|
-
fill-rule="evenodd"
|
|
68
|
-
fill="url(#master_svg1_62_10082)"
|
|
69
|
-
fill-opacity="1"
|
|
70
|
-
/>
|
|
71
|
-
</g>
|
|
72
|
-
</svg>
|
|
73
|
-
</template>
|
|
74
|
-
|
|
75
|
-
<style scoped></style>
|
|
1
|
+
<script></script>
|
|
2
|
+
|
|
3
|
+
<template>
|
|
4
|
+
<svg
|
|
5
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
6
|
+
xmlns:xlink="http://www.w3.org/1999/xlink"
|
|
7
|
+
version="1.1"
|
|
8
|
+
width="704"
|
|
9
|
+
height="704"
|
|
10
|
+
viewBox="0 0 704 704"
|
|
11
|
+
>
|
|
12
|
+
<defs>
|
|
13
|
+
<filter
|
|
14
|
+
id="master_svg0_62_10054"
|
|
15
|
+
filterUnits="objectBoundingBox"
|
|
16
|
+
color-interpolation-filters="sRGB"
|
|
17
|
+
x="-0.030120481927710843"
|
|
18
|
+
y="-0.030120481927710843"
|
|
19
|
+
width="1.0602409638554218"
|
|
20
|
+
height="1.0602409638554218"
|
|
21
|
+
>
|
|
22
|
+
<feFlood
|
|
23
|
+
flood-opacity="0"
|
|
24
|
+
result="BackgroundImageFix"
|
|
25
|
+
/>
|
|
26
|
+
<feBlend
|
|
27
|
+
mode="normal"
|
|
28
|
+
in="SourceGraphic"
|
|
29
|
+
in2="BackgroundImageFix"
|
|
30
|
+
result="shape"
|
|
31
|
+
/>
|
|
32
|
+
<feGaussianBlur
|
|
33
|
+
stdDeviation="5"
|
|
34
|
+
result="effect1_foregroundBlur"
|
|
35
|
+
/>
|
|
36
|
+
</filter>
|
|
37
|
+
<linearGradient
|
|
38
|
+
id="master_svg1_62_10082"
|
|
39
|
+
x1="0.5"
|
|
40
|
+
y1="-0.13192443549633026"
|
|
41
|
+
x2="0.42319029569625854"
|
|
42
|
+
y2="1.368432641029358"
|
|
43
|
+
>
|
|
44
|
+
<stop
|
|
45
|
+
offset="9.145302325487137%"
|
|
46
|
+
stop-color="currentColor"
|
|
47
|
+
stop-opacity="1"
|
|
48
|
+
/>
|
|
49
|
+
<stop
|
|
50
|
+
offset="13.636428117752075%"
|
|
51
|
+
stop-color="currentColor"
|
|
52
|
+
stop-opacity="0.07539999485015869"
|
|
53
|
+
/>
|
|
54
|
+
<stop
|
|
55
|
+
offset="16.968481242656708%"
|
|
56
|
+
stop-color="currentColor"
|
|
57
|
+
stop-opacity="0"
|
|
58
|
+
/>
|
|
59
|
+
</linearGradient>
|
|
60
|
+
</defs>
|
|
61
|
+
<g
|
|
62
|
+
transform="matrix(0,1,-1,0,704,-664)"
|
|
63
|
+
filter="url(#master_svg0_62_10054)"
|
|
64
|
+
>
|
|
65
|
+
<path
|
|
66
|
+
d="M1016,684C1199.359,684,1348,535.359,1348,352C1348,168.641,1199.359,20,1016,20C832.641,20,684,168.641,684,352C684,535.359,832.641,684,1016,684ZM1016,32C1192.731,32,1336,175.269,1336,352C1336,528.731,1192.731,672,1016,672C839.269,672,696,528.731,696,352C696,175.269,839.269,32,1016,32Z"
|
|
67
|
+
fill-rule="evenodd"
|
|
68
|
+
fill="url(#master_svg1_62_10082)"
|
|
69
|
+
fill-opacity="1"
|
|
70
|
+
/>
|
|
71
|
+
</g>
|
|
72
|
+
</svg>
|
|
73
|
+
</template>
|
|
74
|
+
|
|
75
|
+
<style scoped></style>
|