vue-element-ui-x 1.0.3 → 1.0.4
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/README.md +20 -9
- package/components.json +13 -0
- package/lib/components/Attachments/index.js +987 -995
- package/lib/components/Bubble/index.js +10656 -10705
- package/lib/components/BubbleList/index.js +10951 -11038
- package/lib/components/Conversations/index.js +14026 -14063
- package/lib/components/FilesCard/index.js +606 -614
- package/lib/components/Prompts/index.js +457 -470
- package/lib/components/Sender/index.js +1701 -1678
- package/lib/components/Thinking/index.js +695 -703
- package/lib/components/ThoughtChain/index.js +25117 -25173
- package/lib/components/Typewriter/index.js +10247 -10302
- package/lib/components/Welcome/index.js +357 -370
- package/lib/index.common.js +1 -1
- package/lib/index.esm.js +1 -1
- package/lib/index.js +32068 -32093
- package/lib/index.umd.js +1 -1
- package/lib/mixins/index.js +61 -116
- package/package.json +24 -6
- package/src/components/Attachments/index.js +8 -8
- package/src/components/Bubble/index.js +6 -6
- package/src/components/BubbleList/index.js +8 -8
- package/src/components/BubbleList/src/loading.vue +75 -75
- package/src/components/Conversations/index.js +8 -8
- 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/main.vue +14 -12
- package/src/components/FilesCard/src/options.js +18 -18
- package/src/components/Prompts/index.js +8 -8
- 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/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/main.vue +47 -13
- 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/Welcome/index.js +8 -8
- package/src/index.js +7 -9
- package/src/styles/Sender.scss +1 -1
- package/lib/locale/lang/ar-SA.js +0 -18
- package/lib/locale/lang/ar-SA.umd.js +0 -26
- package/lib/locale/lang/de-DE.js +0 -18
- package/lib/locale/lang/de-DE.umd.js +0 -26
- package/lib/locale/lang/es-ES.js +0 -18
- package/lib/locale/lang/es-ES.umd.js +0 -26
- package/lib/locale/lang/fr-FR.js +0 -18
- package/lib/locale/lang/fr-FR.umd.js +0 -26
- package/lib/locale/lang/it-IT.js +0 -18
- package/lib/locale/lang/it-IT.umd.js +0 -26
- package/lib/locale/lang/ja-JP.js +0 -18
- package/lib/locale/lang/ja-JP.umd.js +0 -26
- package/lib/locale/lang/ko-KR.js +0 -18
- package/lib/locale/lang/ko-KR.umd.js +0 -26
- package/src/styles/button.scss +0 -302
- package/src/styles/var.scss +0 -1051
- /package/lib/locale/lang/{pt-BR.js → pt-br.js} +0 -0
- /package/lib/locale/lang/{pt-BR.umd.js → pt-br.umd.js} +0 -0
package/README.md
CHANGED
|
@@ -1,3 +1,9 @@
|
|
|
1
|
+
<div align="center">
|
|
2
|
+
<a href="https://element-ui-x.com/">
|
|
3
|
+
<img src="https://element-ui-x.com/images/logo.png" alt="Element-UI-X" width="180" class="logo" />
|
|
4
|
+
</a>
|
|
5
|
+
</div>
|
|
6
|
+
|
|
1
7
|
# Element-UI-X
|
|
2
8
|
|
|
3
9
|
**开箱即用的企业级 AI 组件库(基于 Vue 2.x + Element-Ui)**
|
|
@@ -27,22 +33,16 @@
|
|
|
27
33
|
|
|
28
34
|
## 🛠️ 核心特性
|
|
29
35
|
|
|
30
|
-
- ✨ **企业级 AI
|
|
31
|
-
- 🚀
|
|
36
|
+
- ✨ **企业级 AI 组件**
|
|
37
|
+
- 🚀 **零配置集成**
|
|
32
38
|
- 📦 **按需加载**
|
|
33
39
|
|
|
34
40
|
## 📦 安装
|
|
35
41
|
|
|
36
42
|
```bash
|
|
37
|
-
# NPM
|
|
43
|
+
# NPM (推荐)
|
|
38
44
|
npm install vue-element-ui-x
|
|
39
45
|
|
|
40
|
-
# PNPM(推荐)
|
|
41
|
-
pnpm install vue-element-ui-x
|
|
42
|
-
|
|
43
|
-
# Yarn
|
|
44
|
-
yarn install vue-element-ui-x
|
|
45
|
-
|
|
46
46
|
```
|
|
47
47
|
|
|
48
48
|
## 📚 使用案例
|
|
@@ -127,3 +127,14 @@ new Vue({
|
|
|
127
127
|
- 💡 新功能提案
|
|
128
128
|
- 📝 文档完善
|
|
129
129
|
- 🎨 样式优化
|
|
130
|
+
|
|
131
|
+
## 👥 社区支持
|
|
132
|
+
|
|
133
|
+
<div align="center">
|
|
134
|
+
<h3>🎀交流群🎀</h3>
|
|
135
|
+
<img src="https://element-ui-x.com/wechat.png" alt="微信交流群" width="180" style="margin: 20px;" />
|
|
136
|
+
<p>加入微信交流群,获取最新动态和技术支持</p>
|
|
137
|
+
|
|
138
|
+
<p>交流群失效 => 添加我的微信入群, 备注:element-ui-x</p>
|
|
139
|
+
<img src="https://element-ui-x.com/demo/author.png" alt="vx" width="180" style="margin: 20px;" />
|
|
140
|
+
</div>
|
package/components.json
ADDED
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
{
|
|
2
|
+
"typewriter": "./lib/components/Typewriter/index.js",
|
|
3
|
+
"bubble": "./lib/components/Bubble/index.js",
|
|
4
|
+
"bubble-list": "./lib/components/BubbleList/index.js",
|
|
5
|
+
"conversations": "./lib/components/Conversations/index.js",
|
|
6
|
+
"files-card": "./lib/components/FilesCard/index.js",
|
|
7
|
+
"prompts": "./lib/components/Prompts/index.js",
|
|
8
|
+
"sender": "./lib/components/Sender/index.js",
|
|
9
|
+
"thinking": "./lib/components/Thinking/index.js",
|
|
10
|
+
"thought-chain": "./lib/components/ThoughtChain/index.js",
|
|
11
|
+
"welcome": "./lib/components/Welcome/index.js",
|
|
12
|
+
"attachments": "./lib/components/Attachments/index.js"
|
|
13
|
+
}
|