vue-element-ui-x 1.0.3 → 1.0.5

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 (121) 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 +24795 -24851
  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 +32189 -32214
  17. package/lib/index.umd.js +1 -1
  18. package/lib/mixins/index.js +61 -116
  19. package/package.json +20 -7
  20. package/lib/locale/lang/ar-SA.js +0 -18
  21. package/lib/locale/lang/ar-SA.umd.js +0 -26
  22. package/lib/locale/lang/de-DE.js +0 -18
  23. package/lib/locale/lang/de-DE.umd.js +0 -26
  24. package/lib/locale/lang/es-ES.js +0 -18
  25. package/lib/locale/lang/es-ES.umd.js +0 -26
  26. package/lib/locale/lang/fr-FR.js +0 -18
  27. package/lib/locale/lang/fr-FR.umd.js +0 -26
  28. package/lib/locale/lang/it-IT.js +0 -18
  29. package/lib/locale/lang/it-IT.umd.js +0 -26
  30. package/lib/locale/lang/ja-JP.js +0 -18
  31. package/lib/locale/lang/ja-JP.umd.js +0 -26
  32. package/lib/locale/lang/ko-KR.js +0 -18
  33. package/lib/locale/lang/ko-KR.umd.js +0 -26
  34. package/src/components/Attachments/index.js +0 -8
  35. package/src/components/Attachments/src/main.vue +0 -529
  36. package/src/components/Bubble/index.js +0 -6
  37. package/src/components/Bubble/src/main.vue +0 -288
  38. package/src/components/BubbleList/index.js +0 -8
  39. package/src/components/BubbleList/src/loading.vue +0 -75
  40. package/src/components/BubbleList/src/main.vue +0 -444
  41. package/src/components/Conversations/index.js +0 -8
  42. package/src/components/Conversations/src/components/item.vue +0 -350
  43. package/src/components/Conversations/src/main.vue +0 -587
  44. package/src/components/FilesCard/index.js +0 -8
  45. package/src/components/FilesCard/src/fileSvg/audio.vue +0 -38
  46. package/src/components/FilesCard/src/fileSvg/changeFileName.bat +0 -18
  47. package/src/components/FilesCard/src/fileSvg/code.vue +0 -35
  48. package/src/components/FilesCard/src/fileSvg/database.vue +0 -94
  49. package/src/components/FilesCard/src/fileSvg/excel.vue +0 -38
  50. package/src/components/FilesCard/src/fileSvg/file.vue +0 -40
  51. package/src/components/FilesCard/src/fileSvg/image.vue +0 -40
  52. package/src/components/FilesCard/src/fileSvg/index.js +0 -46
  53. package/src/components/FilesCard/src/fileSvg/link.vue +0 -54
  54. package/src/components/FilesCard/src/fileSvg/mark.vue +0 -38
  55. package/src/components/FilesCard/src/fileSvg/pdf.vue +0 -38
  56. package/src/components/FilesCard/src/fileSvg/ppt.vue +0 -38
  57. package/src/components/FilesCard/src/fileSvg/three.vue +0 -38
  58. package/src/components/FilesCard/src/fileSvg/txt.vue +0 -38
  59. package/src/components/FilesCard/src/fileSvg/unknown.vue +0 -54
  60. package/src/components/FilesCard/src/fileSvg/video.vue +0 -38
  61. package/src/components/FilesCard/src/fileSvg/word.vue +0 -38
  62. package/src/components/FilesCard/src/fileSvg/zip.vue +0 -38
  63. package/src/components/FilesCard/src/main.vue +0 -401
  64. package/src/components/FilesCard/src/options.js +0 -18
  65. package/src/components/Prompts/index.js +0 -8
  66. package/src/components/Prompts/src/main.vue +0 -248
  67. package/src/components/Sender/index.js +0 -8
  68. package/src/components/Sender/src/components/ClearButton.vue +0 -28
  69. package/src/components/Sender/src/components/Loading.vue +0 -53
  70. package/src/components/Sender/src/components/LoadingButton.vue +0 -37
  71. package/src/components/Sender/src/components/SendButton.vue +0 -26
  72. package/src/components/Sender/src/components/SpeechButton.vue +0 -24
  73. package/src/components/Sender/src/components/SpeechLoading.vue +0 -87
  74. package/src/components/Sender/src/components/SpeechLoadingButton.vue +0 -41
  75. package/src/components/Sender/src/main.vue +0 -769
  76. package/src/components/Thinking/index.js +0 -8
  77. package/src/components/Thinking/src/main.vue +0 -199
  78. package/src/components/ThoughtChain/index.js +0 -8
  79. package/src/components/ThoughtChain/src/main.vue +0 -291
  80. package/src/components/Typewriter/index.js +0 -8
  81. package/src/components/Typewriter/src/main.vue +0 -255
  82. package/src/components/Welcome/index.js +0 -8
  83. package/src/components/Welcome/src/main.vue +0 -151
  84. package/src/index.js +0 -106
  85. package/src/locale/index.js +0 -97
  86. package/src/locale/lang/ar.js +0 -18
  87. package/src/locale/lang/de.js +0 -18
  88. package/src/locale/lang/en.js +0 -18
  89. package/src/locale/lang/es.js +0 -18
  90. package/src/locale/lang/fr.js +0 -18
  91. package/src/locale/lang/index.js +0 -62
  92. package/src/locale/lang/it.js +0 -18
  93. package/src/locale/lang/ja.js +0 -18
  94. package/src/locale/lang/ko.js +0 -18
  95. package/src/locale/lang/pt-br.js +0 -18
  96. package/src/locale/lang/ru-RU.js +0 -18
  97. package/src/locale/lang/zh-CN.js +0 -18
  98. package/src/locale/lang/zh-TW.js +0 -18
  99. package/src/locale/mixin.js +0 -9
  100. package/src/mixins/index.js +0 -49
  101. package/src/mixins/recordMixin.js +0 -117
  102. package/src/mixins/sendMixin.js +0 -450
  103. package/src/mixins/streamMixin.js +0 -497
  104. package/src/styles/Attachments.scss +0 -236
  105. package/src/styles/Bubble.scss +0 -158
  106. package/src/styles/BubbleList.scss +0 -148
  107. package/src/styles/Conversations.scss +0 -283
  108. package/src/styles/FilesCard.scss +0 -222
  109. package/src/styles/Prompts.scss +0 -197
  110. package/src/styles/Sender.scss +0 -207
  111. package/src/styles/Thinking.scss +0 -142
  112. package/src/styles/ThoughtChain.scss +0 -113
  113. package/src/styles/Typewriter.scss +0 -66
  114. package/src/styles/Welcome.scss +0 -283
  115. package/src/styles/button.scss +0 -302
  116. package/src/styles/var.scss +0 -1051
  117. package/src/theme/var.scss +0 -183
  118. package/src/utils/index.js +0 -199
  119. package/src/utils/scrollDetector.js +0 -34
  120. /package/lib/locale/lang/{pt-BR.js → pt-br.js} +0 -0
  121. /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,16 @@
1
1
  {
2
2
  "name": "vue-element-ui-x",
3
- "version": "1.0.3",
3
+ "version": "1.0.5",
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
7
  "files": [
8
8
  "lib",
9
- "src",
9
+ "components.json",
10
10
  "package.json",
11
11
  "README.md"
12
12
  ],
13
+ "style": "src/styles/index.scss",
13
14
  "author": "worryzyy",
14
15
  "license": "MIT",
15
16
  "homepage": "https://element-ui-x.com",
@@ -23,6 +24,13 @@
23
24
  "ai",
24
25
  "i18n"
25
26
  ],
27
+ "sideEffects": [
28
+ "*.scss",
29
+ "*.css",
30
+ "src/styles/**",
31
+ "src/locale/**",
32
+ "**/*.vue"
33
+ ],
26
34
  "bugs": {
27
35
  "url": "https://github.com/worryzyy/element-ui-x/issues"
28
36
  },
@@ -37,21 +45,26 @@
37
45
  "publish:lib": "npm publish"
38
46
  },
39
47
  "peerDependencies": {
40
- "element-ui": "2.15.14",
48
+ "element-ui": "^2.14.1",
41
49
  "vue": "^2.6.14"
42
50
  },
43
51
  "devDependencies": {
52
+ "@babel/core": "^7.16.0",
53
+ "@babel/preset-env": "^7.16.0",
54
+ "@babel/plugin-transform-arrow-functions": "^7.16.0",
55
+ "@babel/plugin-transform-block-scoping": "^7.16.0",
44
56
  "babel-loader": "^8.2.3",
45
57
  "cross-env": "^7.0.3",
46
58
  "css-loader": "^5.2.7",
59
+ "mini-css-extract-plugin": "^2.9.2",
47
60
  "sass": "^1.32.13",
48
61
  "sass-loader": "^10.0.0",
49
62
  "style-loader": "^2.0.0",
50
- "terser-webpack-plugin": "^4.2.3",
63
+ "terser-webpack-plugin": "^5.3.14",
51
64
  "vue-loader": "^15.9.8",
52
65
  "vue-template-compiler": "^2.6.14",
53
- "webpack": "^4.46.0",
54
- "webpack-cli": "^3.3.12",
66
+ "webpack": "^5.100.2",
67
+ "webpack-cli": "^5.1.4",
55
68
  "webpack-merge": "^5.10.0"
56
69
  },
57
70
  "dependencies": {
@@ -1,18 +0,0 @@
1
- module.exports = {
2
- el_x: {
3
- thinking: {
4
- start: 'ابدأ التفكير',
5
- processing: 'جاري التفكير...',
6
- completed: 'اكتمل التفكير',
7
- error: 'خطأ في التفكير',
8
- errorContent: 'حدث خطأ أثناء التفكير',
9
- },
10
- sender: { placeholder: 'يرجى إدخال المحتوى' },
11
- common: {
12
- loading: 'جاري التحميل...',
13
- success: 'نجح',
14
- error: 'خطأ',
15
- warning: 'تحذير',
16
- },
17
- },
18
- };
@@ -1,26 +0,0 @@
1
- (function (global, factory) {
2
- typeof exports === 'object' && typeof module !== 'undefined' ? module.exports = factory() :
3
- typeof define === 'function' && define.amd ? define(factory) :
4
- (global = global || self, (global.ELEMENT_UI_X = global.ELEMENT_UI_X || {}, global.ELEMENT_UI_X.lang = global.ELEMENT_UI_X.lang || {}, global.ELEMENT_UI_X.lang.ar = factory()));
5
- }(this, function () { 'use strict';
6
-
7
- return {
8
- el_x: {
9
- thinking: {
10
- start: 'ابدأ التفكير',
11
- processing: 'جاري التفكير...',
12
- completed: 'اكتمل التفكير',
13
- error: 'خطأ في التفكير',
14
- errorContent: 'حدث خطأ أثناء التفكير',
15
- },
16
- sender: { placeholder: 'يرجى إدخال المحتوى' },
17
- common: {
18
- loading: 'جاري التحميل...',
19
- success: 'نجح',
20
- error: 'خطأ',
21
- warning: 'تحذير',
22
- },
23
- },
24
- };
25
-
26
- }));
@@ -1,18 +0,0 @@
1
- module.exports = {
2
- el_x: {
3
- thinking: {
4
- start: 'Denken beginnen',
5
- processing: 'Denken...',
6
- completed: 'Denken abgeschlossen',
7
- error: 'Denkfehler',
8
- errorContent: 'Beim Denken ist ein Fehler aufgetreten',
9
- },
10
- sender: { placeholder: 'Bitte geben Sie Inhalt ein' },
11
- common: {
12
- loading: 'Laden...',
13
- success: 'Erfolg',
14
- error: 'Fehler',
15
- warning: 'Warnung',
16
- },
17
- },
18
- };
@@ -1,26 +0,0 @@
1
- (function (global, factory) {
2
- typeof exports === 'object' && typeof module !== 'undefined' ? module.exports = factory() :
3
- typeof define === 'function' && define.amd ? define(factory) :
4
- (global = global || self, (global.ELEMENT_UI_X = global.ELEMENT_UI_X || {}, global.ELEMENT_UI_X.lang = global.ELEMENT_UI_X.lang || {}, global.ELEMENT_UI_X.lang.de = factory()));
5
- }(this, function () { 'use strict';
6
-
7
- return {
8
- el_x: {
9
- thinking: {
10
- start: 'Denken beginnen',
11
- processing: 'Denken...',
12
- completed: 'Denken abgeschlossen',
13
- error: 'Denkfehler',
14
- errorContent: 'Beim Denken ist ein Fehler aufgetreten',
15
- },
16
- sender: { placeholder: 'Bitte geben Sie Inhalt ein' },
17
- common: {
18
- loading: 'Laden...',
19
- success: 'Erfolg',
20
- error: 'Fehler',
21
- warning: 'Warnung',
22
- },
23
- },
24
- };
25
-
26
- }));
@@ -1,18 +0,0 @@
1
- module.exports = {
2
- el_x: {
3
- thinking: {
4
- start: 'Comenzar a pensar',
5
- processing: 'Pensando...',
6
- completed: 'Pensamiento completado',
7
- error: 'Error de pensamiento',
8
- errorContent: 'Ocurrió un error durante el pensamiento',
9
- },
10
- sender: { placeholder: 'Por favor ingrese contenido' },
11
- common: {
12
- loading: 'Cargando...',
13
- success: 'Éxito',
14
- error: 'Error',
15
- warning: 'Advertencia',
16
- },
17
- },
18
- };
@@ -1,26 +0,0 @@
1
- (function (global, factory) {
2
- typeof exports === 'object' && typeof module !== 'undefined' ? module.exports = factory() :
3
- typeof define === 'function' && define.amd ? define(factory) :
4
- (global = global || self, (global.ELEMENT_UI_X = global.ELEMENT_UI_X || {}, global.ELEMENT_UI_X.lang = global.ELEMENT_UI_X.lang || {}, global.ELEMENT_UI_X.lang.es = factory()));
5
- }(this, function () { 'use strict';
6
-
7
- return {
8
- el_x: {
9
- thinking: {
10
- start: 'Comenzar a pensar',
11
- processing: 'Pensando...',
12
- completed: 'Pensamiento completado',
13
- error: 'Error de pensamiento',
14
- errorContent: 'Ocurrió un error durante el pensamiento',
15
- },
16
- sender: { placeholder: 'Por favor ingrese contenido' },
17
- common: {
18
- loading: 'Cargando...',
19
- success: 'Éxito',
20
- error: 'Error',
21
- warning: 'Advertencia',
22
- },
23
- },
24
- };
25
-
26
- }));
@@ -1,18 +0,0 @@
1
- module.exports = {
2
- el_x: {
3
- thinking: {
4
- start: 'Commencer à réfléchir',
5
- processing: 'Réflexion en cours...',
6
- completed: 'Réflexion terminée',
7
- error: 'Erreur de réflexion',
8
- errorContent: "Une erreur s'est produite pendant la réflexion",
9
- },
10
- sender: { placeholder: 'Veuillez entrer le contenu' },
11
- common: {
12
- loading: 'Chargement...',
13
- success: 'Succès',
14
- error: 'Erreur',
15
- warning: 'Avertissement',
16
- },
17
- },
18
- };
@@ -1,26 +0,0 @@
1
- (function (global, factory) {
2
- typeof exports === 'object' && typeof module !== 'undefined' ? module.exports = factory() :
3
- typeof define === 'function' && define.amd ? define(factory) :
4
- (global = global || self, (global.ELEMENT_UI_X = global.ELEMENT_UI_X || {}, global.ELEMENT_UI_X.lang = global.ELEMENT_UI_X.lang || {}, global.ELEMENT_UI_X.lang.fr = factory()));
5
- }(this, function () { 'use strict';
6
-
7
- return {
8
- el_x: {
9
- thinking: {
10
- start: 'Commencer à réfléchir',
11
- processing: 'Réflexion en cours...',
12
- completed: 'Réflexion terminée',
13
- error: 'Erreur de réflexion',
14
- errorContent: "Une erreur s'est produite pendant la réflexion",
15
- },
16
- sender: { placeholder: 'Veuillez entrer le contenu' },
17
- common: {
18
- loading: 'Chargement...',
19
- success: 'Succès',
20
- error: 'Erreur',
21
- warning: 'Avertissement',
22
- },
23
- },
24
- };
25
-
26
- }));
@@ -1,18 +0,0 @@
1
- module.exports = {
2
- el_x: {
3
- thinking: {
4
- start: 'Inizia a pensare',
5
- processing: 'Pensando...',
6
- completed: 'Pensiero completato',
7
- error: 'Errore di pensiero',
8
- errorContent: 'Si è verificato un errore durante il pensiero',
9
- },
10
- sender: { placeholder: 'Inserisci il contenuto' },
11
- common: {
12
- loading: 'Caricamento...',
13
- success: 'Successo',
14
- error: 'Errore',
15
- warning: 'Avvertimento',
16
- },
17
- },
18
- };
@@ -1,26 +0,0 @@
1
- (function (global, factory) {
2
- typeof exports === 'object' && typeof module !== 'undefined' ? module.exports = factory() :
3
- typeof define === 'function' && define.amd ? define(factory) :
4
- (global = global || self, (global.ELEMENT_UI_X = global.ELEMENT_UI_X || {}, global.ELEMENT_UI_X.lang = global.ELEMENT_UI_X.lang || {}, global.ELEMENT_UI_X.lang.it = factory()));
5
- }(this, function () { 'use strict';
6
-
7
- return {
8
- el_x: {
9
- thinking: {
10
- start: 'Inizia a pensare',
11
- processing: 'Pensando...',
12
- completed: 'Pensiero completato',
13
- error: 'Errore di pensiero',
14
- errorContent: 'Si è verificato un errore durante il pensiero',
15
- },
16
- sender: { placeholder: 'Inserisci il contenuto' },
17
- common: {
18
- loading: 'Caricamento...',
19
- success: 'Successo',
20
- error: 'Errore',
21
- warning: 'Avvertimento',
22
- },
23
- },
24
- };
25
-
26
- }));
@@ -1,18 +0,0 @@
1
- module.exports = {
2
- el_x: {
3
- thinking: {
4
- start: '思考を開始',
5
- processing: '思考中...',
6
- completed: '思考完了',
7
- error: '思考エラー',
8
- errorContent: '思考中にエラーが発生しました',
9
- },
10
- sender: { placeholder: '内容を入力してください' },
11
- common: {
12
- loading: '読み込み中...',
13
- success: '成功',
14
- error: 'エラー',
15
- warning: '警告',
16
- },
17
- },
18
- };
@@ -1,26 +0,0 @@
1
- (function (global, factory) {
2
- typeof exports === 'object' && typeof module !== 'undefined' ? module.exports = factory() :
3
- typeof define === 'function' && define.amd ? define(factory) :
4
- (global = global || self, (global.ELEMENT_UI_X = global.ELEMENT_UI_X || {}, global.ELEMENT_UI_X.lang = global.ELEMENT_UI_X.lang || {}, global.ELEMENT_UI_X.lang.ja = factory()));
5
- }(this, function () { 'use strict';
6
-
7
- return {
8
- el_x: {
9
- thinking: {
10
- start: '思考を開始',
11
- processing: '思考中...',
12
- completed: '思考完了',
13
- error: '思考エラー',
14
- errorContent: '思考中にエラーが発生しました',
15
- },
16
- sender: { placeholder: '内容を入力してください' },
17
- common: {
18
- loading: '読み込み中...',
19
- success: '成功',
20
- error: 'エラー',
21
- warning: '警告',
22
- },
23
- },
24
- };
25
-
26
- }));
@@ -1,18 +0,0 @@
1
- module.exports = {
2
- el_x: {
3
- thinking: {
4
- start: '생각 시작',
5
- processing: '생각 중...',
6
- completed: '생각 완료',
7
- error: '생각 오류',
8
- errorContent: '생각 중 오류가 발생했습니다',
9
- },
10
- sender: { placeholder: '내용을 입력하세요' },
11
- common: {
12
- loading: '로딩 중...',
13
- success: '성공',
14
- error: '오류',
15
- warning: '경고',
16
- },
17
- },
18
- };
@@ -1,26 +0,0 @@
1
- (function (global, factory) {
2
- typeof exports === 'object' && typeof module !== 'undefined' ? module.exports = factory() :
3
- typeof define === 'function' && define.amd ? define(factory) :
4
- (global = global || self, (global.ELEMENT_UI_X = global.ELEMENT_UI_X || {}, global.ELEMENT_UI_X.lang = global.ELEMENT_UI_X.lang || {}, global.ELEMENT_UI_X.lang.ko = factory()));
5
- }(this, function () { 'use strict';
6
-
7
- return {
8
- el_x: {
9
- thinking: {
10
- start: '생각 시작',
11
- processing: '생각 중...',
12
- completed: '생각 완료',
13
- error: '생각 오류',
14
- errorContent: '생각 중 오류가 발생했습니다',
15
- },
16
- sender: { placeholder: '내용을 입력하세요' },
17
- common: {
18
- loading: '로딩 중...',
19
- success: '성공',
20
- error: '오류',
21
- warning: '경고',
22
- },
23
- },
24
- };
25
-
26
- }));
@@ -1,8 +0,0 @@
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;