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.
Files changed (76) hide show
  1. package/README.md +20 -9
  2. package/components.json +13 -0
  3. package/lib/components/Attachments/index.js +987 -995
  4. package/lib/components/Bubble/index.js +10656 -10705
  5. package/lib/components/BubbleList/index.js +10951 -11038
  6. package/lib/components/Conversations/index.js +14026 -14063
  7. package/lib/components/FilesCard/index.js +606 -614
  8. package/lib/components/Prompts/index.js +457 -470
  9. package/lib/components/Sender/index.js +1701 -1678
  10. package/lib/components/Thinking/index.js +695 -703
  11. package/lib/components/ThoughtChain/index.js +25117 -25173
  12. package/lib/components/Typewriter/index.js +10247 -10302
  13. package/lib/components/Welcome/index.js +357 -370
  14. package/lib/index.common.js +1 -1
  15. package/lib/index.esm.js +1 -1
  16. package/lib/index.js +32068 -32093
  17. package/lib/index.umd.js +1 -1
  18. package/lib/mixins/index.js +61 -116
  19. package/package.json +24 -6
  20. package/src/components/Attachments/index.js +8 -8
  21. package/src/components/Bubble/index.js +6 -6
  22. package/src/components/BubbleList/index.js +8 -8
  23. package/src/components/BubbleList/src/loading.vue +75 -75
  24. package/src/components/Conversations/index.js +8 -8
  25. package/src/components/FilesCard/index.js +8 -8
  26. package/src/components/FilesCard/src/fileSvg/audio.vue +38 -38
  27. package/src/components/FilesCard/src/fileSvg/code.vue +35 -35
  28. package/src/components/FilesCard/src/fileSvg/database.vue +94 -94
  29. package/src/components/FilesCard/src/fileSvg/excel.vue +38 -38
  30. package/src/components/FilesCard/src/fileSvg/file.vue +40 -40
  31. package/src/components/FilesCard/src/fileSvg/image.vue +40 -40
  32. package/src/components/FilesCard/src/fileSvg/index.js +46 -46
  33. package/src/components/FilesCard/src/fileSvg/link.vue +54 -54
  34. package/src/components/FilesCard/src/fileSvg/mark.vue +38 -38
  35. package/src/components/FilesCard/src/fileSvg/pdf.vue +38 -38
  36. package/src/components/FilesCard/src/fileSvg/ppt.vue +38 -38
  37. package/src/components/FilesCard/src/fileSvg/three.vue +38 -38
  38. package/src/components/FilesCard/src/fileSvg/txt.vue +38 -38
  39. package/src/components/FilesCard/src/fileSvg/unknown.vue +54 -54
  40. package/src/components/FilesCard/src/fileSvg/video.vue +38 -38
  41. package/src/components/FilesCard/src/fileSvg/word.vue +38 -38
  42. package/src/components/FilesCard/src/fileSvg/zip.vue +38 -38
  43. package/src/components/FilesCard/src/main.vue +14 -12
  44. package/src/components/FilesCard/src/options.js +18 -18
  45. package/src/components/Prompts/index.js +8 -8
  46. package/src/components/Sender/index.js +8 -8
  47. package/src/components/Sender/src/components/ClearButton.vue +28 -28
  48. package/src/components/Sender/src/components/Loading.vue +53 -53
  49. package/src/components/Sender/src/components/SendButton.vue +26 -26
  50. package/src/components/Sender/src/components/SpeechButton.vue +24 -24
  51. package/src/components/Sender/src/components/SpeechLoading.vue +87 -87
  52. package/src/components/Sender/src/main.vue +47 -13
  53. package/src/components/Thinking/index.js +8 -8
  54. package/src/components/ThoughtChain/index.js +8 -8
  55. package/src/components/Typewriter/index.js +8 -8
  56. package/src/components/Welcome/index.js +8 -8
  57. package/src/index.js +7 -9
  58. package/src/styles/Sender.scss +1 -1
  59. package/lib/locale/lang/ar-SA.js +0 -18
  60. package/lib/locale/lang/ar-SA.umd.js +0 -26
  61. package/lib/locale/lang/de-DE.js +0 -18
  62. package/lib/locale/lang/de-DE.umd.js +0 -26
  63. package/lib/locale/lang/es-ES.js +0 -18
  64. package/lib/locale/lang/es-ES.umd.js +0 -26
  65. package/lib/locale/lang/fr-FR.js +0 -18
  66. package/lib/locale/lang/fr-FR.umd.js +0 -26
  67. package/lib/locale/lang/it-IT.js +0 -18
  68. package/lib/locale/lang/it-IT.umd.js +0 -26
  69. package/lib/locale/lang/ja-JP.js +0 -18
  70. package/lib/locale/lang/ja-JP.umd.js +0 -26
  71. package/lib/locale/lang/ko-KR.js +0 -18
  72. package/lib/locale/lang/ko-KR.umd.js +0 -26
  73. package/src/styles/button.scss +0 -302
  74. package/src/styles/var.scss +0 -1051
  75. /package/lib/locale/lang/{pt-BR.js → pt-br.js} +0 -0
  76. /package/lib/locale/lang/{pt-BR.umd.js → pt-br.umd.js} +0 -0
@@ -1,121 +1,67 @@
1
- module.exports =
2
- /******/ (function(modules) { // webpackBootstrap
3
- /******/ // The module cache
4
- /******/ var installedModules = {};
5
- /******/
6
- /******/ // The require function
7
- /******/ function __webpack_require__(moduleId) {
8
- /******/
9
- /******/ // Check if module is in cache
10
- /******/ if(installedModules[moduleId]) {
11
- /******/ return installedModules[moduleId].exports;
12
- /******/ }
13
- /******/ // Create a new module (and put it into the cache)
14
- /******/ var module = installedModules[moduleId] = {
15
- /******/ i: moduleId,
16
- /******/ l: false,
17
- /******/ exports: {}
1
+ /******/ (() => { // webpackBootstrap
2
+ /******/ "use strict";
3
+ /******/ // The require scope
4
+ /******/ var __webpack_require__ = {};
5
+ /******/
6
+ /************************************************************************/
7
+ /******/ /* webpack/runtime/define property getters */
8
+ /******/ (() => {
9
+ /******/ // define getter functions for harmony exports
10
+ /******/ __webpack_require__.d = (exports, definition) => {
11
+ /******/ for(var key in definition) {
12
+ /******/ if(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {
13
+ /******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
14
+ /******/ }
15
+ /******/ }
16
+ /******/ };
17
+ /******/ })();
18
+ /******/
19
+ /******/ /* webpack/runtime/hasOwnProperty shorthand */
20
+ /******/ (() => {
21
+ /******/ __webpack_require__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))
22
+ /******/ })();
23
+ /******/
24
+ /******/ /* webpack/runtime/make namespace object */
25
+ /******/ (() => {
26
+ /******/ // define __esModule on exports
27
+ /******/ __webpack_require__.r = (exports) => {
28
+ /******/ if(typeof Symbol !== 'undefined' && Symbol.toStringTag) {
29
+ /******/ Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
30
+ /******/ }
31
+ /******/ Object.defineProperty(exports, '__esModule', { value: true });
18
32
  /******/ };
19
- /******/
20
- /******/ // Execute the module function
21
- /******/ modules[moduleId].call(module.exports, module, module.exports, __webpack_require__);
22
- /******/
23
- /******/ // Flag the module as loaded
24
- /******/ module.l = true;
25
- /******/
26
- /******/ // Return the exports of the module
27
- /******/ return module.exports;
28
- /******/ }
29
- /******/
30
- /******/
31
- /******/ // expose the modules object (__webpack_modules__)
32
- /******/ __webpack_require__.m = modules;
33
- /******/
34
- /******/ // expose the module cache
35
- /******/ __webpack_require__.c = installedModules;
36
- /******/
37
- /******/ // define getter function for harmony exports
38
- /******/ __webpack_require__.d = function(exports, name, getter) {
39
- /******/ if(!__webpack_require__.o(exports, name)) {
40
- /******/ Object.defineProperty(exports, name, { enumerable: true, get: getter });
41
- /******/ }
42
- /******/ };
43
- /******/
44
- /******/ // define __esModule on exports
45
- /******/ __webpack_require__.r = function(exports) {
46
- /******/ if(typeof Symbol !== 'undefined' && Symbol.toStringTag) {
47
- /******/ Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
48
- /******/ }
49
- /******/ Object.defineProperty(exports, '__esModule', { value: true });
50
- /******/ };
51
- /******/
52
- /******/ // create a fake namespace object
53
- /******/ // mode & 1: value is a module id, require it
54
- /******/ // mode & 2: merge all properties of value into the ns
55
- /******/ // mode & 4: return value when already ns object
56
- /******/ // mode & 8|1: behave like require
57
- /******/ __webpack_require__.t = function(value, mode) {
58
- /******/ if(mode & 1) value = __webpack_require__(value);
59
- /******/ if(mode & 8) return value;
60
- /******/ if((mode & 4) && typeof value === 'object' && value && value.__esModule) return value;
61
- /******/ var ns = Object.create(null);
62
- /******/ __webpack_require__.r(ns);
63
- /******/ Object.defineProperty(ns, 'default', { enumerable: true, value: value });
64
- /******/ if(mode & 2 && typeof value != 'string') for(var key in value) __webpack_require__.d(ns, key, function(key) { return value[key]; }.bind(null, key));
65
- /******/ return ns;
66
- /******/ };
67
- /******/
68
- /******/ // getDefaultExport function for compatibility with non-harmony modules
69
- /******/ __webpack_require__.n = function(module) {
70
- /******/ var getter = module && module.__esModule ?
71
- /******/ function getDefault() { return module['default']; } :
72
- /******/ function getModuleExports() { return module; };
73
- /******/ __webpack_require__.d(getter, 'a', getter);
74
- /******/ return getter;
75
- /******/ };
76
- /******/
77
- /******/ // Object.prototype.hasOwnProperty.call
78
- /******/ __webpack_require__.o = function(object, property) { return Object.prototype.hasOwnProperty.call(object, property); };
79
- /******/
80
- /******/ // __webpack_public_path__
81
- /******/ __webpack_require__.p = "";
82
- /******/
83
- /******/
84
- /******/ // Load entry module and return exports
85
- /******/ return __webpack_require__(__webpack_require__.s = 5);
86
- /******/ })
33
+ /******/ })();
34
+ /******/
87
35
  /************************************************************************/
88
- /******/ ({
89
-
90
- /***/ 5:
91
- /***/ (function(module, __webpack_exports__, __webpack_require__) {
92
-
93
- "use strict";
36
+ var __webpack_exports__ = {};
94
37
  // ESM COMPAT FLAG
95
38
  __webpack_require__.r(__webpack_exports__);
96
39
 
97
40
  // EXPORTS
98
- __webpack_require__.d(__webpack_exports__, "createSendUtils", function() { return /* reexport */ createSendUtils; });
99
- __webpack_require__.d(__webpack_exports__, "createStreamUtils", function() { return /* reexport */ createStreamUtils; });
100
- __webpack_require__.d(__webpack_exports__, "DEFAULT_KV_SEPARATOR", function() { return /* reexport */ DEFAULT_KV_SEPARATOR; });
101
- __webpack_require__.d(__webpack_exports__, "DEFAULT_PART_SEPARATOR", function() { return /* reexport */ DEFAULT_PART_SEPARATOR; });
102
- __webpack_require__.d(__webpack_exports__, "DEFAULT_STREAM_SEPARATOR", function() { return /* reexport */ DEFAULT_STREAM_SEPARATOR; });
103
- __webpack_require__.d(__webpack_exports__, "isValidString", function() { return /* reexport */ isValidString; });
104
- __webpack_require__.d(__webpack_exports__, "recordMixin", function() { return /* reexport */ recordMixin; });
105
- __webpack_require__.d(__webpack_exports__, "sendMixin", function() { return /* reexport */ sendMixin; });
106
- __webpack_require__.d(__webpack_exports__, "splitPart", function() { return /* reexport */ splitPart; });
107
- __webpack_require__.d(__webpack_exports__, "splitStream", function() { return /* reexport */ splitStream; });
108
- __webpack_require__.d(__webpack_exports__, "streamMixin", function() { return /* reexport */ streamMixin; });
109
- __webpack_require__.d(__webpack_exports__, "XRequest", function() { return /* reexport */ XRequest; });
110
- __webpack_require__.d(__webpack_exports__, "XStream", function() { return /* reexport */ XStream; });
41
+ __webpack_require__.d(__webpack_exports__, {
42
+ DEFAULT_KV_SEPARATOR: () => (/* reexport */ DEFAULT_KV_SEPARATOR),
43
+ DEFAULT_PART_SEPARATOR: () => (/* reexport */ DEFAULT_PART_SEPARATOR),
44
+ DEFAULT_STREAM_SEPARATOR: () => (/* reexport */ DEFAULT_STREAM_SEPARATOR),
45
+ XRequest: () => (/* reexport */ XRequest),
46
+ XStream: () => (/* reexport */ XStream),
47
+ createSendUtils: () => (/* reexport */ createSendUtils),
48
+ createStreamUtils: () => (/* reexport */ createStreamUtils),
49
+ "default": () => (/* binding */ mixins),
50
+ isValidString: () => (/* reexport */ isValidString),
51
+ recordMixin: () => (/* reexport */ recordMixin),
52
+ sendMixin: () => (/* reexport */ sendMixin),
53
+ splitPart: () => (/* reexport */ splitPart),
54
+ splitStream: () => (/* reexport */ splitStream),
55
+ streamMixin: () => (/* reexport */ streamMixin)
56
+ });
111
57
 
112
- // CONCATENATED MODULE: ./src/mixins/recordMixin.js
58
+ ;// ./src/mixins/recordMixin.js
113
59
  /**
114
60
  * @description 提供语音识别的混入,允许语音输入并处理开始、结束、结果及错误等各种事件。
115
61
  * @mixin recordMixin
116
62
  */
117
63
 
118
- /* harmony default export */ var recordMixin = ({
64
+ /* harmony default export */ const recordMixin = ({
119
65
  data() {
120
66
  return {
121
67
  // 语音识别状态
@@ -217,7 +163,7 @@ __webpack_require__.d(__webpack_exports__, "XStream", function() { return /* ree
217
163
  this.cleanupRecord();
218
164
  }
219
165
  });
220
- // CONCATENATED MODULE: ./src/mixins/sendMixin.js
166
+ ;// ./src/mixins/sendMixin.js
221
167
  /**
222
168
  * XRequest 类 - 用于处理 SSE 和 Fetch 请求
223
169
  */
@@ -623,8 +569,8 @@ function createSendUtils(options = {}) {
623
569
  finish: handleFinish
624
570
  };
625
571
  }
626
- /* harmony default export */ var mixins_sendMixin = (sendMixin);
627
- // CONCATENATED MODULE: ./src/mixins/streamMixin.js
572
+ /* harmony default export */ const mixins_sendMixin = ((/* unused pure expression or super */ null && (sendMixin)));
573
+ ;// ./src/mixins/streamMixin.js
628
574
  /**
629
575
  * @fileoverview 流式数据处理 Mixin
630
576
  * 支持 SSE 数据解析和中断功能
@@ -1074,8 +1020,8 @@ function createStreamUtils(callbacks = {}) {
1074
1020
  * 默认导出 streamMixin
1075
1021
  * @type {Object}
1076
1022
  */
1077
- /* harmony default export */ var mixins_streamMixin = (streamMixin);
1078
- // CONCATENATED MODULE: ./src/mixins/index.js
1023
+ /* harmony default export */ const mixins_streamMixin = ((/* unused pure expression or super */ null && (streamMixin)));
1024
+ ;// ./src/mixins/index.js
1079
1025
  /**
1080
1026
  * Mixins 入口文件
1081
1027
  */
@@ -1084,7 +1030,7 @@ function createStreamUtils(callbacks = {}) {
1084
1030
 
1085
1031
 
1086
1032
 
1087
- /* harmony default export */ var mixins = __webpack_exports__["default"] = ({
1033
+ /* harmony default export */ const mixins = ({
1088
1034
  recordMixin: recordMixin,
1089
1035
  sendMixin: sendMixin,
1090
1036
  XRequest: XRequest,
@@ -1099,7 +1045,6 @@ function createStreamUtils(callbacks = {}) {
1099
1045
  DEFAULT_PART_SEPARATOR: DEFAULT_PART_SEPARATOR,
1100
1046
  DEFAULT_KV_SEPARATOR: DEFAULT_KV_SEPARATOR
1101
1047
  });
1102
-
1103
- /***/ })
1104
-
1105
- /******/ });
1048
+ module.exports = __webpack_exports__;
1049
+ /******/ })()
1050
+ ;
package/package.json CHANGED
@@ -1,15 +1,25 @@
1
1
  {
2
2
  "name": "vue-element-ui-x",
3
- "version": "1.0.3",
3
+ "version": "1.0.4",
4
4
  "description": "基于Vue 2 + Element UI的AI聊天组件库",
5
- "main": "lib/index.common.js",
6
5
  "module": "lib/index.esm.js",
6
+ "main": "lib/index.common.js",
7
+ "jsnext:main": "lib/index.esm.js",
8
+ "exports": {
9
+ ".": {
10
+ "import": "./lib/index.esm.js",
11
+ "require": "./lib/index.common.js"
12
+ },
13
+ "./lib/*": "./lib/*.js"
14
+ },
7
15
  "files": [
8
16
  "lib",
9
17
  "src",
18
+ "components.json",
10
19
  "package.json",
11
20
  "README.md"
12
21
  ],
22
+ "style": "src/styles/index.scss",
13
23
  "author": "worryzyy",
14
24
  "license": "MIT",
15
25
  "homepage": "https://element-ui-x.com",
@@ -23,6 +33,13 @@
23
33
  "ai",
24
34
  "i18n"
25
35
  ],
36
+ "sideEffects": [
37
+ "*.scss",
38
+ "*.css",
39
+ "src/styles/**",
40
+ "src/locale/**",
41
+ "**/*.vue"
42
+ ],
26
43
  "bugs": {
27
44
  "url": "https://github.com/worryzyy/element-ui-x/issues"
28
45
  },
@@ -37,21 +54,22 @@
37
54
  "publish:lib": "npm publish"
38
55
  },
39
56
  "peerDependencies": {
40
- "element-ui": "2.15.14",
57
+ "element-ui": "^2.14.1",
41
58
  "vue": "^2.6.14"
42
59
  },
43
60
  "devDependencies": {
44
61
  "babel-loader": "^8.2.3",
45
62
  "cross-env": "^7.0.3",
46
63
  "css-loader": "^5.2.7",
64
+ "mini-css-extract-plugin": "^2.9.2",
47
65
  "sass": "^1.32.13",
48
66
  "sass-loader": "^10.0.0",
49
67
  "style-loader": "^2.0.0",
50
- "terser-webpack-plugin": "^4.2.3",
68
+ "terser-webpack-plugin": "^5.3.14",
51
69
  "vue-loader": "^15.9.8",
52
70
  "vue-template-compiler": "^2.6.14",
53
- "webpack": "^4.46.0",
54
- "webpack-cli": "^3.3.12",
71
+ "webpack": "^5.100.2",
72
+ "webpack-cli": "^5.1.4",
55
73
  "webpack-merge": "^5.10.0"
56
74
  },
57
75
  "dependencies": {
@@ -1,8 +1,8 @@
1
- import ElXAttachments from './src/main.vue';
2
-
3
- /* istanbul ignore next */
4
- ElXAttachments.install = function (Vue) {
5
- Vue.component(ElXAttachments.name, ElXAttachments);
6
- };
7
-
8
- export default ElXAttachments;
1
+ import ElXAttachments from './src/main.vue';
2
+
3
+ /* istanbul ignore next */
4
+ ElXAttachments.install = function (Vue) {
5
+ Vue.component(ElXAttachments.name, ElXAttachments);
6
+ };
7
+
8
+ export default ElXAttachments;
@@ -1,6 +1,6 @@
1
- import ElXBubble from './src/main.vue';
2
- /* istanbul ignore next */
3
- ElXBubble.install = function (Vue) {
4
- Vue.component(ElXBubble.name, ElXBubble);
5
- };
6
- export default ElXBubble;
1
+ import ElXBubble from './src/main.vue';
2
+ /* istanbul ignore next */
3
+ ElXBubble.install = function (Vue) {
4
+ Vue.component(ElXBubble.name, ElXBubble);
5
+ };
6
+ export default ElXBubble;
@@ -1,8 +1,8 @@
1
- import ElXBubbleList from './src/main.vue';
2
-
3
- /* istanbul ignore next */
4
- ElXBubbleList.install = function (Vue) {
5
- Vue.component(ElXBubbleList.name, ElXBubbleList);
6
- };
7
-
8
- export default ElXBubbleList;
1
+ import ElXBubbleList from './src/main.vue';
2
+
3
+ /* istanbul ignore next */
4
+ ElXBubbleList.install = function (Vue) {
5
+ Vue.component(ElXBubbleList.name, ElXBubbleList);
6
+ };
7
+
8
+ export default ElXBubbleList;
@@ -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>
@@ -1,8 +1,8 @@
1
- import ElXConversations from './src/main.vue';
2
-
3
- /* istanbul ignore next */
4
- ElXConversations.install = function (Vue) {
5
- Vue.component(ElXConversations.name, ElXConversations);
6
- };
7
-
8
- export default ElXConversations;
1
+ import ElXConversations from './src/main.vue';
2
+
3
+ /* istanbul ignore next */
4
+ ElXConversations.install = function (Vue) {
5
+ Vue.component(ElXConversations.name, ElXConversations);
6
+ };
7
+
8
+ export default ElXConversations;
@@ -1,8 +1,8 @@
1
- import ElXFilesCard from './src/main.vue';
2
-
3
- /* istanbul ignore next */
4
- ElXFilesCard.install = function (Vue) {
5
- Vue.component(ElXFilesCard.name, ElXFilesCard);
6
- };
7
-
8
- export default ElXFilesCard;
1
+ import ElXFilesCard from './src/main.vue';
2
+
3
+ /* istanbul ignore next */
4
+ ElXFilesCard.install = function (Vue) {
5
+ Vue.component(ElXFilesCard.name, ElXFilesCard);
6
+ };
7
+
8
+ export default ElXFilesCard;
@@ -1,38 +1,38 @@
1
- <template>
2
- <svg
3
- xmlns="http://www.w3.org/2000/svg"
4
- xmlns:xlink="http://www.w3.org/1999/xlink"
5
- fill="none"
6
- version="1.1"
7
- width="1em"
8
- height="1em"
9
- viewBox="0 0 150 175"
10
- >
11
- <g>
12
- <g>
13
- <path
14
- d="M103.622,0L27.5981,0C12.355,0,0,12.3648,0,27.6155L0,147.384C0,162.637,12.357,175,27.5981,175L122.402,175C137.645,175,150,162.635,150,147.384L150,46.405C150,40.1855,147.532,34.2219,143.136,29.8255L120.191,6.86627C115.797,2.46982,109.837,0,103.622,0Z"
15
- fill="currentColor"
16
- fill-opacity="1"
17
- style="mix-blend-mode: passthrough"
18
- />
19
- </g>
20
- <g>
21
- <path
22
- d="M143.7801,30.808L120.8914,6.73925C117.6075,3.28624,113.4198,0.940079,108.86269999999999,0L108.86269999999999,27.0143C108.86269999999999,35.591,115.4741,42.5433,123.6303,42.5433L150,42.5433C149.003,38.1003,146.849,34.0369,143.7801,30.808ZM112.2728,63.4637C112.273,62.2072,111.6695,61.0158,110.6263,60.2131C109.58279999999999,59.4109,108.20830000000001,59.0807,106.8757,59.3119L63.9774,66.7645C61.8208,67.1384,60.2595,68.883,60.2595,70.9164L60.2891,108.928C59.1133,108.527,57.8701,108.322,56.6172,108.323C50.752629999999996,108.323,46,112.728,46,118.161C46,123.596,50.75427,128,56.6172,128C62.4801,128,67.2343,123.594,67.2343,118.161L67.2343,82.3036L105.3292,75.6853L105.3292,101.475C104.1534,101.074,102.9102,100.869,101.65729999999999,100.87C95.7928,100.87,91.0401,105.276,91.0401,110.709C91.0401,116.142,95.7944,120.547,101.65729999999999,120.547C107.5202,120.547,112.2745,116.142,112.2745,110.709Q112.2728,110.528,112.2728,63.4637Z"
23
- fill="#000000"
24
- fill-opacity="0.20000000298023224"
25
- style="mix-blend-mode: passthrough"
26
- />
27
- </g>
28
- <g>
29
- <path
30
- d="M107.9983,59.48451C107.9984,58.15049,107.361,56.88564,106.2592,56.03341C105.1571,55.181845,103.7053,54.831213,102.2977,55.0766483L56.987899999999996,62.98886C54.7101,63.38576,53.061099999999996,65.238,53.061099999999996,67.3967L53.0923,107.7516C51.8504,107.3258,50.5373,107.1084,49.214,107.1094C43.01979,107.1094,38,111.7867,38,117.5547C38,123.3243,43.02153,128,49.214,128C55.4065,128,60.428,123.3227,60.428,117.5547L60.428,79.4861L100.6643,72.4596L100.6643,99.8394C99.42240000000001,99.4136,98.10929999999999,99.1962,96.786,99.19720000000001C90.5918,99.19720000000001,85.572,103.8745,85.572,109.6425C85.572,115.4105,90.5935,120.0878,96.786,120.0878C102.9785,120.0878,108,115.4105,108,109.6425Q107.9983,109.4505,107.9983,59.48451Z"
31
- fill="#FFFFFF"
32
- fill-opacity="1"
33
- style="mix-blend-mode: passthrough"
34
- />
35
- </g>
36
- </g>
37
- </svg>
38
- </template>
1
+ <template>
2
+ <svg
3
+ xmlns="http://www.w3.org/2000/svg"
4
+ xmlns:xlink="http://www.w3.org/1999/xlink"
5
+ fill="none"
6
+ version="1.1"
7
+ width="1em"
8
+ height="1em"
9
+ viewBox="0 0 150 175"
10
+ >
11
+ <g>
12
+ <g>
13
+ <path
14
+ d="M103.622,0L27.5981,0C12.355,0,0,12.3648,0,27.6155L0,147.384C0,162.637,12.357,175,27.5981,175L122.402,175C137.645,175,150,162.635,150,147.384L150,46.405C150,40.1855,147.532,34.2219,143.136,29.8255L120.191,6.86627C115.797,2.46982,109.837,0,103.622,0Z"
15
+ fill="currentColor"
16
+ fill-opacity="1"
17
+ style="mix-blend-mode: passthrough"
18
+ />
19
+ </g>
20
+ <g>
21
+ <path
22
+ d="M143.7801,30.808L120.8914,6.73925C117.6075,3.28624,113.4198,0.940079,108.86269999999999,0L108.86269999999999,27.0143C108.86269999999999,35.591,115.4741,42.5433,123.6303,42.5433L150,42.5433C149.003,38.1003,146.849,34.0369,143.7801,30.808ZM112.2728,63.4637C112.273,62.2072,111.6695,61.0158,110.6263,60.2131C109.58279999999999,59.4109,108.20830000000001,59.0807,106.8757,59.3119L63.9774,66.7645C61.8208,67.1384,60.2595,68.883,60.2595,70.9164L60.2891,108.928C59.1133,108.527,57.8701,108.322,56.6172,108.323C50.752629999999996,108.323,46,112.728,46,118.161C46,123.596,50.75427,128,56.6172,128C62.4801,128,67.2343,123.594,67.2343,118.161L67.2343,82.3036L105.3292,75.6853L105.3292,101.475C104.1534,101.074,102.9102,100.869,101.65729999999999,100.87C95.7928,100.87,91.0401,105.276,91.0401,110.709C91.0401,116.142,95.7944,120.547,101.65729999999999,120.547C107.5202,120.547,112.2745,116.142,112.2745,110.709Q112.2728,110.528,112.2728,63.4637Z"
23
+ fill="#000000"
24
+ fill-opacity="0.20000000298023224"
25
+ style="mix-blend-mode: passthrough"
26
+ />
27
+ </g>
28
+ <g>
29
+ <path
30
+ d="M107.9983,59.48451C107.9984,58.15049,107.361,56.88564,106.2592,56.03341C105.1571,55.181845,103.7053,54.831213,102.2977,55.0766483L56.987899999999996,62.98886C54.7101,63.38576,53.061099999999996,65.238,53.061099999999996,67.3967L53.0923,107.7516C51.8504,107.3258,50.5373,107.1084,49.214,107.1094C43.01979,107.1094,38,111.7867,38,117.5547C38,123.3243,43.02153,128,49.214,128C55.4065,128,60.428,123.3227,60.428,117.5547L60.428,79.4861L100.6643,72.4596L100.6643,99.8394C99.42240000000001,99.4136,98.10929999999999,99.1962,96.786,99.19720000000001C90.5918,99.19720000000001,85.572,103.8745,85.572,109.6425C85.572,115.4105,90.5935,120.0878,96.786,120.0878C102.9785,120.0878,108,115.4105,108,109.6425Q107.9983,109.4505,107.9983,59.48451Z"
31
+ fill="#FFFFFF"
32
+ fill-opacity="1"
33
+ style="mix-blend-mode: passthrough"
34
+ />
35
+ </g>
36
+ </g>
37
+ </svg>
38
+ </template>