agilebuilder-ui 1.1.65-tmp15 → 1.1.65-tmp17

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 (444) hide show
  1. package/lib/IntervalSelection/index.js +5 -7
  2. package/lib/IntervalSelection/src/sectionDate.vue.js +17 -21
  3. package/lib/IntervalSelection/src/sectionDate.vue2.js +2 -4
  4. package/lib/_virtual/__vite-browser-external.js +2 -4
  5. package/lib/_virtual/_plugin-vue_export-helper.js +6 -8
  6. package/lib/breadcrumb/index.js +3 -5
  7. package/lib/breadcrumb/src/breadcrumb.vue.js +28 -19
  8. package/lib/breadcrumb/src/breadcrumb.vue2.js +2 -4
  9. package/lib/chat-embed/index.js +3 -5
  10. package/lib/chat-embed/src/chat-addition-data.vue.js +5 -7
  11. package/lib/chat-embed/src/chat-addition-data.vue2.js +11 -13
  12. package/lib/chat-embed/src/chat-addition-data.vue3.js +2 -4
  13. package/lib/chat-embed/src/chat-ai-answer-tip.vue.js +5 -7
  14. package/lib/chat-embed/src/chat-ai-answer-tip.vue2.js +17 -20
  15. package/lib/chat-embed/src/chat-ai-answer-tip.vue3.js +2 -4
  16. package/lib/chat-embed/src/chat-bubble-footer.vue.js +5 -7
  17. package/lib/chat-embed/src/chat-bubble-footer.vue2.js +17 -22
  18. package/lib/chat-embed/src/chat-bubble-footer.vue3.js +2 -4
  19. package/lib/chat-embed/src/chat-embed-message.js +14 -20
  20. package/lib/chat-embed/src/chat-sender.vue.js +5 -7
  21. package/lib/chat-embed/src/chat-sender.vue2.js +110 -123
  22. package/lib/chat-embed/src/chat-sender.vue3.js +2 -4
  23. package/lib/chat-embed/src/components/answer-auto-chart.vue.js +5 -7
  24. package/lib/chat-embed/src/components/answer-auto-chart.vue2.js +42 -50
  25. package/lib/chat-embed/src/components/answer-auto-chart.vue3.js +2 -4
  26. package/lib/chat-embed/src/components/answer-home-chart.vue.js +5 -7
  27. package/lib/chat-embed/src/components/answer-home-chart.vue2.js +3 -6
  28. package/lib/chat-embed/src/components/answer-home-chart.vue3.js +2 -4
  29. package/lib/chat-embed/src/components/answer-interaction-data.vue.js +5 -7
  30. package/lib/chat-embed/src/components/answer-interaction-data.vue2.js +74 -84
  31. package/lib/chat-embed/src/components/answer-interaction-data.vue3.js +2 -4
  32. package/lib/chat-embed/src/components/history-detail.vue.js +5 -7
  33. package/lib/chat-embed/src/components/history-detail.vue2.js +27 -32
  34. package/lib/chat-embed/src/components/history-detail.vue3.js +2 -4
  35. package/lib/chat-embed/src/header.vue.js +5 -7
  36. package/lib/chat-embed/src/header.vue2.js +25 -32
  37. package/lib/chat-embed/src/header.vue3.js +2 -4
  38. package/lib/chat-embed/src/index.vue.js +5 -7
  39. package/lib/chat-embed/src/index.vue2.js +185 -211
  40. package/lib/chat-embed/src/index.vue3.js +2 -4
  41. package/lib/chat-embed/src/recommendation-message.vue.js +5 -7
  42. package/lib/chat-embed/src/recommendation-message.vue2.js +5 -8
  43. package/lib/chat-embed/src/recommendation-message.vue3.js +2 -4
  44. package/lib/chat-embed/src/sidebar-item.vue.js +5 -7
  45. package/lib/chat-embed/src/sidebar-item.vue2.js +84 -93
  46. package/lib/chat-embed/src/sidebar-item.vue3.js +2 -4
  47. package/lib/chat-embed/src/type.js +3 -5
  48. package/lib/chat-embed/src/util/chat-embed-util.js +35 -41
  49. package/lib/chat-embed/src/util/history-message-util.js +63 -85
  50. package/lib/chat-embed/src/util/mcp-utils.js +5 -8
  51. package/lib/chat-embed/src/util/text-file-util.js +7 -11
  52. package/lib/chat-embed/src/voice/index.js +5 -7
  53. package/lib/chat-embed/src/voice/js/crypto-js.js +987 -995
  54. package/lib/chat-embed/src/voice/js/processor/index.umd.js +161 -169
  55. package/lib/chat-embed/src/voice/js/timer.js +7 -10
  56. package/lib/chat-embed/src/voice/voice.vue.js +61 -70
  57. package/lib/date-picker-range/index.js +5 -7
  58. package/lib/date-picker-range/index.vue.js +5 -7
  59. package/lib/date-picker-range/index.vue2.js +59 -63
  60. package/lib/date-picker-range/index.vue3.js +2 -4
  61. package/lib/department-tree/index.js +3 -5
  62. package/lib/department-tree/src/department-tree.vue.js +11 -17
  63. package/lib/department-tree-inline/index.js +3 -5
  64. package/lib/department-tree-inline/src/department-multi-tree-inline.vue.js +17 -27
  65. package/lib/department-tree-inline/src/department-multi-tree-inline.vue2.js +2 -4
  66. package/lib/department-tree-inline/src/department-single-tree-inline.vue.js +17 -27
  67. package/lib/department-tree-inline/src/department-single-tree-inline.vue2.js +2 -4
  68. package/lib/department-tree-inline/src/department-tree-inline.vue.js +8 -13
  69. package/lib/department-tree-inline/src/department-tree-service.js +8 -10
  70. package/lib/department-tree-inline/src/search-result.vue.js +19 -23
  71. package/lib/department-tree-inline/src/search-result.vue2.js +2 -4
  72. package/lib/department-tree-mobile/index.js +4 -7
  73. package/lib/department-tree-mobile/src/department-tree-app.vue.js +9 -12
  74. package/lib/department-tree-mobile/src/department-tree-app.vue2.js +2 -4
  75. package/lib/department-tree-mobile/src/department-tree-app.vue3.js +3 -5
  76. package/lib/department-tree-mobile/src/department-tree-inline-app.vue.js +80 -91
  77. package/lib/department-tree-mobile/src/department-tree-inline-app.vue2.js +3 -4
  78. package/lib/department-tree-mobile/src/department-tree-service.js +32 -42
  79. package/lib/department-tree-mobile/src/dept-path.vue.js +10 -11
  80. package/lib/department-tree-mobile/src/dept-path.vue2.js +3 -4
  81. package/lib/department-tree-mobile/src/dept-result.vue.js +11 -14
  82. package/lib/department-tree-mobile/src/dept-result.vue2.js +3 -4
  83. package/lib/department-user-tree/index.js +3 -5
  84. package/lib/department-user-tree/src/department-user-multiple-tree.vue.js +10 -14
  85. package/lib/department-user-tree/src/department-user-multiple-tree.vue2.js +2 -4
  86. package/lib/department-user-tree/src/department-user-single-tree.vue.js +9 -14
  87. package/lib/department-user-tree/src/department-user-tree.vue.js +14 -20
  88. package/lib/department-user-tree-inline/index.js +3 -5
  89. package/lib/department-user-tree-inline/src/department-user-multiple-tree-inline.vue.js +17 -28
  90. package/lib/department-user-tree-inline/src/department-user-multiple-tree-inline.vue2.js +2 -4
  91. package/lib/department-user-tree-inline/src/department-user-single-tree-inline.vue.js +21 -33
  92. package/lib/department-user-tree-inline/src/department-user-single-tree-inline.vue2.js +2 -4
  93. package/lib/department-user-tree-inline/src/department-user-tree-inline.vue.js +8 -13
  94. package/lib/department-user-tree-inline/src/department-user-tree-multi-service.js +6 -9
  95. package/lib/department-user-tree-inline/src/department-user-tree-single-service.js +8 -11
  96. package/lib/department-user-tree-inline/src/group-user/group-input.vue.js +7 -12
  97. package/lib/department-user-tree-inline/src/group-user/group-list.vue.js +7 -12
  98. package/lib/department-user-tree-inline/src/group-user/group-user.vue.js +8 -14
  99. package/lib/department-user-tree-inline/src/group-user-multiple-tree.vue.js +14 -20
  100. package/lib/department-user-tree-inline/src/group-user-single-tree.vue.js +17 -23
  101. package/lib/department-user-tree-inline/src/group-user-tree-service.js +2 -3
  102. package/lib/department-user-tree-inline/src/search-result.vue.js +12 -15
  103. package/lib/department-user-tree-inline/src/search-result.vue2.js +2 -4
  104. package/lib/department-user-tree-mobile/index.js +4 -7
  105. package/lib/department-user-tree-mobile/src/department-user-tree-app.vue.js +9 -12
  106. package/lib/department-user-tree-mobile/src/department-user-tree-app.vue2.js +2 -4
  107. package/lib/department-user-tree-mobile/src/department-user-tree-app.vue3.js +3 -5
  108. package/lib/department-user-tree-mobile/src/department-user-tree-inline-app.vue.js +93 -104
  109. package/lib/department-user-tree-mobile/src/department-user-tree-inline-app.vue2.js +3 -4
  110. package/lib/department-user-tree-mobile/src/department-user-tree-service.js +20 -30
  111. package/lib/department-user-tree-mobile/src/dept-path.vue.js +10 -11
  112. package/lib/department-user-tree-mobile/src/dept-path.vue2.js +3 -4
  113. package/lib/department-user-tree-mobile/src/dept-result.vue.js +11 -15
  114. package/lib/department-user-tree-mobile/src/dept-result.vue2.js +3 -4
  115. package/lib/directives/prevent-reclick.js +2 -3
  116. package/lib/dynamic-source-select/index.js +5 -7
  117. package/lib/dynamic-source-select/src/dynamic-source-select-service.js +13 -15
  118. package/lib/dynamic-source-select/src/dynamic-source-select.vue.js +173 -183
  119. package/lib/dynamic-source-select/src/dynamic-source-select.vue2.js +2 -4
  120. package/lib/dynamic-source-select/src/dynamic-source-select.vue3.js +2 -4
  121. package/lib/dynamic-source-select/src/events.js +2 -3
  122. package/lib/empty-state/index.vue.js +5 -8
  123. package/lib/empty-state/index.vue2.js +3 -4
  124. package/lib/fs-preview/index.js +5 -7
  125. package/lib/fs-preview/src/fs-preview.vue.js +63 -72
  126. package/lib/fs-preview/src/fs-preview.vue2.js +2 -4
  127. package/lib/fs-upload/index.js +5 -7
  128. package/lib/fs-upload/src/fs-upload-multi.vue.js +24 -32
  129. package/lib/fs-upload/src/fs-upload-single.vue.js +30 -39
  130. package/lib/fs-upload/src/fs-upload.vue.js +10 -16
  131. package/lib/fs-upload/src/see-big-picture.vue.js +8 -11
  132. package/lib/fs-upload-list/index.js +5 -7
  133. package/lib/fs-upload-list/src/fs-upload-list.vue.js +33 -40
  134. package/lib/fs-upload-list/src/fs-upload-list.vue2.js +2 -4
  135. package/lib/fs-upload-new/index.js +5 -7
  136. package/lib/fs-upload-new/src/file-upload-mobile/file-upload-app.vue.js +34 -38
  137. package/lib/fs-upload-new/src/file-upload-mobile/file-upload-app.vue2.js +3 -4
  138. package/lib/fs-upload-new/src/file-upload-mobile/file-upload-browser.vue.js +101 -109
  139. package/lib/fs-upload-new/src/file-upload-mobile/file-upload-browser.vue2.js +3 -4
  140. package/lib/fs-upload-new/src/file-upload-mobile/file-upload-component.vue.js +5 -7
  141. package/lib/fs-upload-new/src/file-upload-mobile/file-upload-component.vue2.js +26 -33
  142. package/lib/fs-upload-new/src/file-upload-mobile/file-upload-component.vue3.js +2 -4
  143. package/lib/fs-upload-new/src/file-upload-mobile/file-upload-input.vue.js +27 -31
  144. package/lib/fs-upload-new/src/file-upload-mobile/file-upload-input.vue2.js +3 -4
  145. package/lib/fs-upload-new/src/file-upload-mobile/file-upload.vue.js +18 -24
  146. package/lib/fs-upload-new/src/file-upload-mobile/file-upload.vue2.js +3 -4
  147. package/lib/fs-upload-new/src/fs-button-upload.vue.js +5 -7
  148. package/lib/fs-upload-new/src/fs-button-upload.vue2.js +36 -43
  149. package/lib/fs-upload-new/src/fs-button-upload.vue3.js +2 -4
  150. package/lib/fs-upload-new/src/fs-drag-upload.vue.js +5 -7
  151. package/lib/fs-upload-new/src/fs-drag-upload.vue2.js +37 -45
  152. package/lib/fs-upload-new/src/fs-drag-upload.vue3.js +2 -4
  153. package/lib/fs-upload-new/src/fs-preview-new.vue.js +5 -8
  154. package/lib/fs-upload-new/src/fs-preview-new.vue2.js +61 -70
  155. package/lib/fs-upload-new/src/fs-preview-new.vue3.js +2 -4
  156. package/lib/fs-upload-new/src/fs-preview-new.vue4.js +2 -4
  157. package/lib/fs-upload-new/src/fs-upload-new.vue.js +37 -47
  158. package/lib/fs-upload-new/src/fs-upload-new.vue2.js +3 -4
  159. package/lib/hamburger/index.js +3 -5
  160. package/lib/hamburger/src/hamburger.vue.js +10 -14
  161. package/lib/hamburger/src/hamburger.vue2.js +2 -4
  162. package/lib/index.js +40 -382
  163. package/lib/json-view/json-view-dialog.vue.js +12 -15
  164. package/lib/json-view/json-view-dialog.vue2.js +3 -4
  165. package/lib/json-view/json-view.vue.js +3 -4
  166. package/lib/json-view/json-view.vue2.js +27 -31
  167. package/lib/multipart-upload/index.js +5 -7
  168. package/lib/multipart-upload/src/index.vue.js +7 -11
  169. package/lib/multipart-upload/src/multipart-upload-form.vue.js +40 -49
  170. package/lib/multipart-upload/src/multipart-upload-list.vue.js +59 -67
  171. package/lib/organization-input/index.js +5 -7
  172. package/lib/organization-input/src/organization-input.vue.js +31 -37
  173. package/lib/organization-input/src/organization-input.vue2.js +2 -4
  174. package/lib/plugins/export-data-new.js +96 -104
  175. package/lib/plugins/export-data.js +45 -51
  176. package/lib/plugins/index.js +4 -8
  177. package/lib/plugins/public-method.js +2 -3
  178. package/lib/remove-department/index.js +3 -5
  179. package/lib/remove-department/src/remove-department.vue.js +13 -19
  180. package/lib/remove-department/src/remove-dept-service.js +9 -10
  181. package/lib/remove-user/index.js +5 -7
  182. package/lib/remove-user/src/remove-user-service.js +3 -4
  183. package/lib/remove-user/src/remove-user.vue.js +16 -22
  184. package/lib/remove-workgroup/index.js +5 -7
  185. package/lib/remove-workgroup/src/remove-workgroup-service.js +3 -4
  186. package/lib/remove-workgroup/src/remove-workgroup.vue.js +12 -18
  187. package/lib/rich-editor/index.js +5 -7
  188. package/lib/rich-editor/index.vue.js +28 -76
  189. package/lib/rich-editor/tinymce/zh_CN.js +2 -2
  190. package/lib/rich-editor/viewer.vue.js +7 -10
  191. package/lib/row-form/index.js +5 -7
  192. package/lib/row-form/index.vue.js +5 -7
  193. package/lib/row-form/index.vue2.js +41 -47
  194. package/lib/row-form/index.vue3.js +2 -4
  195. package/lib/row-form/operation.vue.js +22 -26
  196. package/lib/row-form/operation.vue2.js +3 -4
  197. package/lib/scan-code-input/index.js +5 -7
  198. package/lib/scan-code-input/src/events.js +11 -13
  199. package/lib/scan-code-input/src/scan-code-input.vue.js +9 -15
  200. package/lib/scan-code-input-browser/index.js +5 -7
  201. package/lib/scan-code-input-browser/src/scan-code-input.vue.js +16 -21
  202. package/lib/secret-info/index.js +5 -7
  203. package/lib/secret-info/index.vue.js +6 -9
  204. package/lib/src/api/sso-service.js +34 -36
  205. package/lib/src/api/tab.js +8 -9
  206. package/lib/src/assets/401/401.gif.js +2 -4
  207. package/lib/src/assets/404/404-cloud.png.js +2 -4
  208. package/lib/src/assets/404/404.png.js +2 -4
  209. package/lib/src/assets/chat-embed/robot.gif.js +2 -4
  210. package/lib/src/assets/chat-embed/robot.svg.js +2 -4
  211. package/lib/src/assets/nonemessage.png.js +2 -4
  212. package/lib/src/components/Affix/index.vue.js +5 -7
  213. package/lib/src/components/Affix/index.vue2.js +56 -58
  214. package/lib/src/components/Affix/index.vue3.js +2 -4
  215. package/lib/src/components/Card/index.js +33 -38
  216. package/lib/src/components/Scrollbar/index.vue.js +33 -37
  217. package/lib/src/components/Scrollbar/index.vue2.js +2 -4
  218. package/lib/src/directives/permission/index.js +3 -5
  219. package/lib/src/directives/permission/permission.js +7 -9
  220. package/lib/src/i18n/i18n.js +3 -7
  221. package/lib/src/i18n/langs/cn.js +2 -4
  222. package/lib/src/i18n/langs/en.js +2 -4
  223. package/lib/src/mixins/resizeMixin.js +2 -3
  224. package/lib/src/permission.js +43 -46
  225. package/lib/src/router/index.js +16 -9
  226. package/lib/src/store/getters.js +2 -4
  227. package/lib/src/store/index.js +16 -13
  228. package/lib/src/store/modules/app.js +3 -4
  229. package/lib/src/store/modules/chat-ai-store.js +19 -22
  230. package/lib/src/store/modules/permission.js +10 -11
  231. package/lib/src/store/modules/system.js +7 -9
  232. package/lib/src/store/modules/tab-content.js +13 -15
  233. package/lib/src/store/modules/table.js +2 -3
  234. package/lib/src/store/modules/user.js +89 -95
  235. package/lib/src/utils/auth-api.js +3 -5
  236. package/lib/src/utils/auth.js +69 -139
  237. package/lib/src/utils/calculator/calculator-factory-wf.js +48 -49
  238. package/lib/src/utils/calculator/calculator-factory.js +57 -58
  239. package/lib/src/utils/calculator/calculator-util.js +29 -32
  240. package/lib/src/utils/chat-ai-util.js +17 -25
  241. package/lib/src/utils/common-util.js +271 -356
  242. package/lib/src/utils/eventBus.js +3 -6
  243. package/lib/src/utils/file-util.js +15 -16
  244. package/lib/src/utils/global-prop.js +21 -37
  245. package/lib/src/utils/guid.js +5 -8
  246. package/lib/src/utils/i18n-util.js +16 -24
  247. package/lib/src/utils/iconUtils.js +16 -23
  248. package/lib/src/utils/index.js +26 -40
  249. package/lib/src/utils/insert_css.js +8 -7
  250. package/lib/src/utils/json-util.js +25 -27
  251. package/lib/src/utils/jump-page-utils.js +172 -180
  252. package/lib/src/utils/local-storage.js +2 -3
  253. package/lib/src/utils/menu.js +10 -11
  254. package/lib/src/utils/permission.js +22 -26
  255. package/lib/src/utils/permissionAuth.js +102 -136
  256. package/lib/src/utils/range-selector.js +41 -45
  257. package/lib/src/utils/request.js +77 -86
  258. package/lib/src/utils/resize.js +5 -5
  259. package/lib/src/utils/restful-interface-utils.js +12 -15
  260. package/lib/src/utils/util.js +6 -26
  261. package/lib/src/utils/validate.js +10 -20
  262. package/lib/src/utils/voice-setting-cache.js +140 -153
  263. package/lib/src/utils/watermark-cache.js +9 -14
  264. package/lib/src/utils/watermark.js +23 -30
  265. package/lib/src/utils/workflow-util.js +25 -26
  266. package/lib/src/views/dsc-component/Sidebar/Item.vue.js +5 -7
  267. package/lib/src/views/dsc-component/Sidebar/Item.vue2.js +8 -11
  268. package/lib/src/views/dsc-component/Sidebar/Item.vue3.js +2 -4
  269. package/lib/src/views/dsc-component/Sidebar/Link.vue.js +9 -12
  270. package/lib/src/views/dsc-component/Sidebar/SidebarItem.vue.js +19 -26
  271. package/lib/src/views/dsc-component/Sidebar/SidebarItem.vue2.js +2 -4
  272. package/lib/src/views/dsc-component/Sidebar/index.vue.js +12 -20
  273. package/lib/src/views/dsc-component/tabs/tab-content.vue.js +21 -26
  274. package/lib/src/views/dsc-component/tabs/tab-content.vue2.js +2 -4
  275. package/lib/src/views/dsc-component/tabs/tab-content.vue3.js +2 -4
  276. package/lib/src/views/error-page/401.vue.js +9 -13
  277. package/lib/src/views/error-page/401.vue2.js +2 -4
  278. package/lib/src/views/error-page/404.vue.js +7 -11
  279. package/lib/src/views/error-page/404.vue2.js +2 -4
  280. package/lib/src/views/layout/EmptyLayout.vue.js +6 -8
  281. package/lib/src/views/layout/Layout.vue.js +12 -19
  282. package/lib/src/views/layout/Layout.vue2.js +2 -4
  283. package/lib/src/views/layout/NewLayout.vue.js +6 -10
  284. package/lib/src/views/layout/components/AppMain.vue.js +9 -11
  285. package/lib/src/views/layout/components/AppMain.vue2.js +2 -4
  286. package/lib/src/views/layout/components/Breadcrumb/index.vue.js +44 -37
  287. package/lib/src/views/layout/components/Breadcrumb/index.vue2.js +2 -4
  288. package/lib/src/views/layout/components/Menubar/Item.vue.js +5 -7
  289. package/lib/src/views/layout/components/Menubar/Item.vue2.js +12 -14
  290. package/lib/src/views/layout/components/Menubar/Item.vue3.js +2 -4
  291. package/lib/src/views/layout/components/Menubar/Link.vue.js +9 -12
  292. package/lib/src/views/layout/components/Menubar/SidebarItem.vue.js +15 -24
  293. package/lib/src/views/layout/components/Menubar/SidebarItem.vue2.js +2 -4
  294. package/lib/src/views/layout/components/Menubar/index.vue.js +19 -30
  295. package/lib/src/views/layout/components/Sidebar/Item.vue.js +6 -8
  296. package/lib/src/views/layout/components/Sidebar/Item.vue2.js +3 -4
  297. package/lib/src/views/layout/components/Sidebar/Link.vue.js +8 -11
  298. package/lib/src/views/layout/components/Sidebar/SidebarItem.vue.js +11 -17
  299. package/lib/src/views/layout/components/Sidebar/SidebarItem.vue2.js +2 -4
  300. package/lib/src/views/layout/components/Sidebar/index.vue.js +18 -25
  301. package/lib/src/views/layout/components/iframe-page.vue.js +8 -10
  302. package/lib/src/views/layout/components/iframe-page.vue2.js +2 -4
  303. package/lib/src/views/layout/components/tabs/tab-content.vue.js +10 -14
  304. package/lib/src/views/layout/components/tabs/tab-content.vue2.js +2 -4
  305. package/lib/src/views/layout/components/tabs/tab-content.vue3.js +2 -4
  306. package/lib/src/views/layout/mixin/ResizeHandler.js +3 -5
  307. package/lib/src/views/layout/tab-content-iframe-index.vue.js +8 -10
  308. package/lib/src/views/layout/tab-content-iframe-index.vue2.js +2 -4
  309. package/lib/src/views/layout/tab-content-index.vue.js +12 -18
  310. package/lib/src/views/layout/tab-content-index.vue2.js +2 -4
  311. package/lib/src/views/login/authredirect.vue.js +2 -3
  312. package/lib/src/views/redirect/index.vue.js +17 -8
  313. package/lib/src/views/svg-icon/src/svg-icon.vue.js +2 -4
  314. package/lib/src/views/wf-history/tache-subprocess-history.vue.js +11 -13
  315. package/lib/src/views/wf-history/tache-subprocess-history.vue2.js +2 -4
  316. package/lib/style.css +647 -647
  317. package/lib/super-grid/index.js +5 -7
  318. package/lib/super-grid/src/apis.js +221 -231
  319. package/lib/super-grid/src/columns-config.vue.js +16 -22
  320. package/lib/super-grid/src/components/grid-icon.vue.js +26 -34
  321. package/lib/super-grid/src/components/grid-radio-input.vue.js +15 -18
  322. package/lib/super-grid/src/components/grid-radio-input.vue2.js +3 -4
  323. package/lib/super-grid/src/components/mobile-table-card.js +73 -83
  324. package/lib/super-grid/src/components/select-input.vue.js +98 -106
  325. package/lib/super-grid/src/components/select-input.vue2.js +3 -4
  326. package/lib/super-grid/src/custom-formatter.js +69 -74
  327. package/lib/super-grid/src/dynamic-input.vue.js +142 -159
  328. package/lib/super-grid/src/eventBus.js +3 -6
  329. package/lib/super-grid/src/events.js +34 -36
  330. package/lib/super-grid/src/formValidatorUtil.js +62 -65
  331. package/lib/super-grid/src/formatter.js +36 -41
  332. package/lib/super-grid/src/group-column.vue.js +8 -13
  333. package/lib/super-grid/src/header-context-menu.vue.js +10 -13
  334. package/lib/super-grid/src/header-context-menu.vue2.js +2 -4
  335. package/lib/super-grid/src/index-column.vue.js +7 -10
  336. package/lib/super-grid/src/normal-column-content.vue.js +186 -205
  337. package/lib/super-grid/src/normal-column-content.vue2.js +2 -4
  338. package/lib/super-grid/src/normal-column.vue.js +40 -55
  339. package/lib/super-grid/src/normal-column.vue2.js +2 -4
  340. package/lib/super-grid/src/public-methods.js +12 -14
  341. package/lib/super-grid/src/row-detail.vue.js +7 -10
  342. package/lib/super-grid/src/row-operation.vue.js +19 -26
  343. package/lib/super-grid/src/row-operation.vue2.js +2 -4
  344. package/lib/super-grid/src/scan-util.js +24 -26
  345. package/lib/super-grid/src/search-button.vue.js +12 -17
  346. package/lib/super-grid/src/search-condition-input.vue.js +8 -12
  347. package/lib/super-grid/src/search-condition-list.vue.js +10 -13
  348. package/lib/super-grid/src/search-form-advancedQuery.vue.js +13 -23
  349. package/lib/super-grid/src/search-form-advancedQuery.vue2.js +2 -4
  350. package/lib/super-grid/src/search-form-dialog.vue.js +9 -13
  351. package/lib/super-grid/src/search-form-item.vue.js +16 -24
  352. package/lib/super-grid/src/search-form-item.vue2.js +2 -4
  353. package/lib/super-grid/src/search-form-mobile.vue.js +13 -22
  354. package/lib/super-grid/src/search-form-mobile.vue2.js +2 -4
  355. package/lib/super-grid/src/search-form-number.vue.js +9 -14
  356. package/lib/super-grid/src/search-form-open.vue.js +7 -13
  357. package/lib/super-grid/src/search-form-ordinarySearch.vue.js +11 -19
  358. package/lib/super-grid/src/search-form-ordinarySearch.vue2.js +2 -4
  359. package/lib/super-grid/src/search-form.vue.js +65 -77
  360. package/lib/super-grid/src/search-form.vue2.js +2 -4
  361. package/lib/super-grid/src/search-methods.js +2 -3
  362. package/lib/super-grid/src/selection-column.vue.js +7 -9
  363. package/lib/super-grid/src/store.js +3 -4
  364. package/lib/super-grid/src/super-grid-service.js +121 -128
  365. package/lib/super-grid/src/super-grid.vue.js +186 -217
  366. package/lib/super-grid/src/super-grid.vue2.js +2 -4
  367. package/lib/super-grid/src/utils.js +265 -322
  368. package/lib/super-grid/src/view-image-dialog.vue.js +26 -33
  369. package/lib/super-icon/index.js +5 -7
  370. package/lib/super-icon/src/index.vue.js +5 -7
  371. package/lib/super-icon/src/index.vue2.js +8 -11
  372. package/lib/super-icon/src/index.vue3.js +2 -4
  373. package/lib/super-nine-grid/index.js +5 -7
  374. package/lib/super-nine-grid/src/apis.js +5 -8
  375. package/lib/super-nine-grid/src/custom-formatter.js +5 -7
  376. package/lib/super-nine-grid/src/formatter.js +28 -29
  377. package/lib/super-nine-grid/src/search-form-number.vue.js +8 -12
  378. package/lib/super-nine-grid/src/search-form.vue.js +33 -40
  379. package/lib/super-nine-grid/src/search-form.vue2.js +2 -4
  380. package/lib/super-nine-grid/src/search-methods.js +2 -3
  381. package/lib/super-nine-grid/src/store.js +3 -4
  382. package/lib/super-nine-grid/src/super-grid-service.js +5 -9
  383. package/lib/super-nine-grid/src/super-nine-grid.vue.js +95 -105
  384. package/lib/super-nine-grid/src/super-nine-grid.vue2.js +2 -4
  385. package/lib/super-nine-grid/src/utils.js +31 -27
  386. package/lib/svg-icon/index.js +5 -7
  387. package/lib/svg-icon/src/svg-icon.vue.js +8 -10
  388. package/lib/svg-icon/src/svg-icon.vue2.js +2 -4
  389. package/lib/utils/gogocodeTransfer.js +23 -28
  390. package/lib/utils/memory-cache-utils.js +3 -5
  391. package/lib/utils/organization.js +40 -53
  392. package/lib/utils/utils.js +27 -29
  393. package/lib/utils/value-set.js +68 -70
  394. package/lib/valid-code/index.js +5 -7
  395. package/lib/valid-code/src/valid-code.vue.js +10 -13
  396. package/lib/valid-code/src/valid-code.vue2.js +2 -4
  397. package/lib/workflow-button/index.js +3 -5
  398. package/lib/workflow-button/src/workflow-button.vue.js +34 -39
  399. package/lib/workflow-history-list/index.js +5 -7
  400. package/lib/workflow-history-list/src/api.js +2 -3
  401. package/lib/workflow-history-list/src/workflow-history-list.vue.js +59 -65
  402. package/lib/workflow-history-list/src/workflow-history-list.vue2.js +2 -4
  403. package/lib/workgroup-tree/index.js +5 -7
  404. package/lib/workgroup-tree/src/workgroup-tree.vue.js +11 -17
  405. package/lib/workgroup-tree-inline/index.js +3 -5
  406. package/lib/workgroup-tree-inline/src/search-result.vue.js +21 -25
  407. package/lib/workgroup-tree-inline/src/search-result.vue2.js +2 -4
  408. package/lib/workgroup-tree-inline/src/workgroup-tree-inline.vue.js +43 -52
  409. package/lib/workgroup-tree-inline/src/workgroup-tree-inline.vue2.js +2 -4
  410. package/lib/workgroup-tree-inline/src/workgroup-tree-service.js +5 -7
  411. package/lib/workgroup-tree-mobile/index.js +5 -8
  412. package/lib/workgroup-tree-mobile/src/dept-result.vue.js +11 -14
  413. package/lib/workgroup-tree-mobile/src/dept-result.vue2.js +3 -4
  414. package/lib/workgroup-tree-mobile/src/workgroup-tree-app.vue.js +9 -12
  415. package/lib/workgroup-tree-mobile/src/workgroup-tree-app.vue2.js +2 -4
  416. package/lib/workgroup-tree-mobile/src/workgroup-tree-app.vue3.js +3 -5
  417. package/lib/workgroup-tree-mobile/src/workgroup-tree-inline-app.vue.js +76 -86
  418. package/lib/workgroup-tree-mobile/src/workgroup-tree-inline-app.vue2.js +3 -4
  419. package/lib/workgroup-tree-mobile/src/workgroup-tree-service.js +20 -28
  420. package/lib/workgroup-user-tree/index.js +5 -7
  421. package/lib/workgroup-user-tree/src/workgroup-user-tree.vue.js +11 -17
  422. package/lib/workgroup-user-tree-inline/index.js +3 -5
  423. package/lib/workgroup-user-tree-inline/src/search-result.vue.js +21 -25
  424. package/lib/workgroup-user-tree-inline/src/search-result.vue2.js +2 -4
  425. package/lib/workgroup-user-tree-inline/src/workgroup-tree-inline-service.js +9 -11
  426. package/lib/workgroup-user-tree-inline/src/workgroup-user-tree-inline.vue.js +34 -43
  427. package/lib/workgroup-user-tree-inline/src/workgroup-user-tree-inline.vue2.js +2 -4
  428. package/lib/workgroup-user-tree-mobile/src/dept-path.vue.js +10 -11
  429. package/lib/workgroup-user-tree-mobile/src/dept-path.vue2.js +3 -4
  430. package/lib/workgroup-user-tree-mobile/src/dept-result.vue.js +11 -15
  431. package/lib/workgroup-user-tree-mobile/src/dept-result.vue2.js +3 -4
  432. package/lib/workgroup-user-tree-mobile/src/workgroup-user-tree-app.vue.js +9 -12
  433. package/lib/workgroup-user-tree-mobile/src/workgroup-user-tree-app.vue2.js +2 -4
  434. package/lib/workgroup-user-tree-mobile/src/workgroup-user-tree-app.vue3.js +3 -5
  435. package/lib/workgroup-user-tree-mobile/src/workgroup-user-tree-inline-app.vue.js +93 -104
  436. package/lib/workgroup-user-tree-mobile/src/workgroup-user-tree-inline-app.vue2.js +3 -4
  437. package/lib/workgroup-user-tree-mobile/src/workgroup-user-tree-service.js +16 -25
  438. package/lib/year-range-picker/index.js +3 -5
  439. package/lib/year-range-picker/src/year-range-picker.vue.js +9 -12
  440. package/package.json +1 -3
  441. package/vite.config.js +22 -22
  442. package/dist/favicon.svg +0 -29
  443. package/dist/index.full.min.js +0 -16440
  444. package/dist/style.css +0 -3078
@@ -1,160 +1,147 @@
1
- import { defineComponent as e, ref as a, onMounted as l, watch as t, resolveComponent as n, resolveDirective as o, openBlock as i, createElementBlock as u, Fragment as s, createBlock as r, withCtx as c, createElementVNode as d, createVNode as m, createTextVNode as p, toDisplayString as f, createCommentVNode as v, unref as g, renderList as h, withDirectives as w, pushScopeId as b, popScopeId as y } from "vue";
2
- import x from "../../src/store/modules/chat-ai-store.js";
3
- import { Sender as E, Attachments as A, FilesCard as _ } from "vue-element-plus-x";
4
- import { generateFileName as R, downloadJsonFile as I } from "./util/text-file-util.js";
5
- import { getActivePinia as k, createPinia as P, setActivePinia as j } from "pinia";
6
- import { useI18n as S } from "vue-i18n";
7
- import { ElMessage as T } from "element-plus";
8
- import C from "./voice/voice.vue.js";
9
- import { AI_MODELS as D } from "./type.js";
10
- import { getVoiceSetting as N, parseVoiceMsg as V } from "../../src/utils/voice-setting-cache.js";
11
- import { getRelativeBaseUrl as O, isValidDate as M } from "../../src/utils/common-util.js";
12
- import { getToken as F } from "../../src/utils/auth.js";
13
- const $ = { class: "sender-additional-data-tag" }, q = { style: { display: "flex", "align-items": "center", "flex-wrap": "wrap" } }, z = { style: { display: "flex", "align-items": "center", gap: "16px" } }, G = ((e2) => (b("data-v-0b0c189e"), e2 = e2(), y(), e2))(() => d("div", { class: "ai-generate-tip" }, "内容由AI生成,仅供参考", -1)), K = e({ __name: "chat-sender", props: { loading: { type: Boolean, default: false } }, emits: ["submit-question", "handle-cancel", "view-json", "change-ai-model", "voice-answer", "command-answer"], setup(e2, { expose: b2, emit: y2 }) {
14
- S();
15
- const K2 = [{ label: "流程体系类", value: D.RAGFLOW }, { label: "QMS数据库类", value: D.DATABASE }, { label: "DeepSeek问答", value: D.DEEPSEEK }, { label: "系统交互", value: D.INTERACTION }, { label: "生成PPT", value: D.PPT_GENERATION }];
16
- let L = null;
17
- const H = a(false), W = a(""), B = a([]), U = a(""), Q = a("ragflow"), X = a(), J = a(), Y = a(window.$vueApp.config.globalProperties.baseAPI + "/component/ai/upload-file/bailian"), Z = a([]), ee = a(false), ae = a(false);
18
- function le() {
1
+ "use strict";
2
+ const e = require("vue"), t = require("../../src/store/modules/chat-ai-store.js"), a = require("vue-element-plus-x"), n = require("./util/text-file-util.js"), l = require("pinia"), o = require("vue-i18n"), i = require("element-plus"), r = require("./voice/voice.vue.js"), u = require("./type.js"), c = require("../../src/utils/voice-setting-cache.js"), s = require("../../src/utils/common-util.js"), d = require("../../src/utils/auth.js"), p = { class: "sender-additional-data-tag" }, m = { style: { display: "flex", "align-items": "center", "flex-wrap": "wrap" } }, v = { style: { display: "flex", "align-items": "center", gap: "16px" } }, f = ((t2) => (e.pushScopeId("data-v-0b0c189e"), t2 = t2(), e.popScopeId(), t2))(() => e.createElementVNode("div", { class: "ai-generate-tip" }, "内容由AI生成,仅供参考", -1)), h = e.defineComponent({ __name: "chat-sender", props: { loading: { type: Boolean, default: false } }, emits: ["submit-question", "handle-cancel", "view-json", "change-ai-model", "voice-answer", "command-answer"], setup(h2, { expose: g, emit: w }) {
3
+ o.useI18n();
4
+ const E = [{ label: "流程体系类", value: u.AI_MODELS.RAGFLOW }, { label: "QMS数据库类", value: u.AI_MODELS.DATABASE }, { label: "DeepSeek问答", value: u.AI_MODELS.DEEPSEEK }, { label: "系统交互", value: u.AI_MODELS.INTERACTION }, { label: "生成PPT", value: u.AI_MODELS.PPT_GENERATION }];
5
+ let x = null;
6
+ const C = e.ref(false), A = e.ref(""), V = e.ref([]), b = e.ref(""), N = e.ref("ragflow"), k = e.ref(), y = e.ref(), _ = e.ref(window.$vueApp.config.globalProperties.baseAPI + "/component/ai/upload-file/bailian"), I = e.ref([]), S = e.ref(false), D = e.ref(false);
7
+ function M() {
19
8
  try {
20
- window.parent && window.parent !== window && (window.parent.ChatAiStore = L), window.top && window.top !== window && (window.top.ChatAiStore = L), window.ChatAiStore = L;
21
- } catch (e3) {
22
- console.error("Failed to initialize ChatAiStore:", e3);
9
+ window.parent && window.parent !== window && (window.parent.ChatAiStore = x), window.top && window.top !== window && (window.top.ChatAiStore = x), window.ChatAiStore = x;
10
+ } catch (e2) {
11
+ console.error("Failed to initialize ChatAiStore:", e2);
23
12
  }
24
13
  }
25
- let te, ne;
26
- l(() => {
14
+ let R, B;
15
+ e.onMounted(() => {
27
16
  !function() {
28
17
  try {
29
- let e3 = k();
30
- e3 || (e3 = P(), j(e3), window.$vueApp && window.$vueApp.use(e3)), L = x();
31
- } catch (e3) {
32
- console.error("Failed to initialize Pinia or ChatAiStore:", e3);
18
+ let e2 = l.getActivePinia();
19
+ e2 || (e2 = l.createPinia(), l.setActivePinia(e2), window.$vueApp && window.$vueApp.use(e2)), x = t();
20
+ } catch (e2) {
21
+ console.error("Failed to initialize Pinia or ChatAiStore:", e2);
33
22
  }
34
- }(), le();
35
- }), t(() => Z.value.length, (e3) => {
36
- e3 > 0 ? X.value.openHeader() : X.value.closeHeader();
37
- }), l(() => {
38
- le();
23
+ }(), M();
24
+ }), e.watch(() => I.value.length, (e2) => {
25
+ e2 > 0 ? k.value.openHeader() : k.value.closeHeader();
26
+ }), e.onMounted(() => {
27
+ M();
39
28
  });
40
- let oe = {}, ie = {};
41
- function ue(e3) {
42
- let a2 = e3;
43
- null == e3 ? (U.value, a2 = U.value.trim()) : a2 = e3.trim(), te = a2;
44
- let l2 = { aiModel: Q.value, question: a2 };
45
- if (Q.value === D.DEEPSEEK || Q.value === D.PPT_GENERATION) {
46
- const e4 = L.getActiveMenu();
47
- let t2 = "";
48
- Z.value.length > 0 && (t2 = Z.value.map((e5) => e5.id).join(","));
49
- let n2 = [];
50
- Z.value.length > 0 && (n2 = Z.value.map((e5) => ({ fileId: e5.id, name: e5.name }))), Z.value = [], l2 = { aiModel: Q.value, question: a2, fileId: t2, fileInfos: n2, additionalData: B.value, additionalDataLabel: W.value, menuName: (e4 == null ? void 0 : e4.menuName) || "" };
29
+ let O = {}, P = {};
30
+ function T(e2) {
31
+ let t2 = e2;
32
+ null == e2 ? (b.value, t2 = b.value.trim()) : t2 = e2.trim(), R = t2;
33
+ let a2 = { aiModel: N.value, question: t2 };
34
+ if (N.value === u.AI_MODELS.DEEPSEEK || N.value === u.AI_MODELS.PPT_GENERATION) {
35
+ const e3 = x.getActiveMenu();
36
+ let n2 = "";
37
+ I.value.length > 0 && (n2 = I.value.map((e4) => e4.id).join(","));
38
+ let l2 = [];
39
+ I.value.length > 0 && (l2 = I.value.map((e4) => ({ fileId: e4.id, name: e4.name }))), I.value = [], a2 = { aiModel: N.value, question: t2, fileId: n2, fileInfos: l2, additionalData: V.value, additionalDataLabel: A.value, menuName: (e3 == null ? void 0 : e3.menuName) || "" };
51
40
  }
52
- y2("submit-question", l2), U.value = "", ce();
41
+ w("submit-question", a2), b.value = "", q();
53
42
  }
54
- function se() {
55
- y2("handle-cancel");
43
+ function L() {
44
+ w("handle-cancel");
56
45
  }
57
- function re() {
46
+ function j() {
58
47
  var _a;
59
- const e3 = L.getActiveMenu(), a2 = L.getActiveMenuPageInfo();
60
- if ("list" === a2.pageType) {
61
- const l2 = a2.listRefs[0].ref.getAiChatListData();
62
- l2 && l2.length > 0 && (B.value = l2), ((_a = B.value) == null ? void 0 : _a.length) > 0 && (W.value = `已附加【${e3.menuName}】表格数据 (${B.value.length} 条记录)`, H.value = true);
63
- } else if ("form" === a2.pageType) {
64
- const l2 = a2.exposeProxy.getFormFormatData();
65
- a2.subTableRefs && Object.keys(a2.subTableRefs).length > 0 && Object.keys(a2.subTableRefs).forEach((e4) => {
66
- const t2 = a2.subTableRefs[e4].ref, n2 = t2.getAiChatListData();
67
- let o2 = e4;
68
- t2.options.title && (o2 = t2.options.title), l2[o2] = n2;
69
- }), l2 && (B.value = [l2], W.value = `已附加【${e3.menuName}】表单数据`, H.value = true);
48
+ const e2 = x.getActiveMenu(), t2 = x.getActiveMenuPageInfo();
49
+ if ("list" === t2.pageType) {
50
+ const a2 = t2.listRefs[0].ref.getAiChatListData();
51
+ a2 && a2.length > 0 && (V.value = a2), ((_a = V.value) == null ? void 0 : _a.length) > 0 && (A.value = `已附加【${e2.menuName}】表格数据 (${V.value.length} 条记录)`, C.value = true);
52
+ } else if ("form" === t2.pageType) {
53
+ const a2 = t2.exposeProxy.getFormFormatData();
54
+ t2.subTableRefs && Object.keys(t2.subTableRefs).length > 0 && Object.keys(t2.subTableRefs).forEach((e3) => {
55
+ const n2 = t2.subTableRefs[e3].ref, l2 = n2.getAiChatListData();
56
+ let o2 = e3;
57
+ n2.options.title && (o2 = n2.options.title), a2[o2] = l2;
58
+ }), a2 && (V.value = [a2], A.value = `已附加【${e2.menuName}】表单数据`, C.value = true);
70
59
  }
71
60
  }
72
- function ce() {
73
- B.value = [], W.value = "", H.value = false;
61
+ function q() {
62
+ V.value = [], A.value = "", C.value = false;
74
63
  }
75
- function de() {
76
- y2("view-json", B.value);
64
+ function F() {
65
+ w("view-json", V.value);
77
66
  }
78
- function me() {
67
+ function $() {
79
68
  try {
80
- const e3 = L.getActiveMenu(), a2 = R((e3 == null ? void 0 : e3.menuName) || "data");
81
- I(B.value, a2);
82
- } catch (e3) {
83
- console.error("下载失败:", e3);
69
+ const e2 = x.getActiveMenu(), t2 = n.generateFileName((e2 == null ? void 0 : e2.menuName) || "data");
70
+ n.downloadJsonFile(V.value, t2);
71
+ } catch (e2) {
72
+ console.error("下载失败:", e2);
84
73
  }
85
74
  }
86
- function pe(e3) {
87
- if (e3 === D.DATABASE)
88
- return T({ message: "QMS数据库类模型正在开发中,敬请期待!", type: "warning" }), void (Q.value = D.RAGFLOW);
89
- e3 === D.DEEPSEEK && Z.value.length > 0 ? X.value.openHeader() : X.value.closeHeader(), e3 === D.DEEPSEEK || e3 === D.PPT_GENERATION ? (ee.value = true, ae.value = true) : (ee.value = false, ae.value = false, ce()), y2("change-ai-model", e3);
75
+ function z(e2) {
76
+ if (e2 === u.AI_MODELS.DATABASE)
77
+ return i.ElMessage({ message: "QMS数据库类模型正在开发中,敬请期待!", type: "warning" }), void (N.value = u.AI_MODELS.RAGFLOW);
78
+ e2 === u.AI_MODELS.DEEPSEEK && I.value.length > 0 ? k.value.openHeader() : k.value.closeHeader(), e2 === u.AI_MODELS.DEEPSEEK || e2 === u.AI_MODELS.PPT_GENERATION ? (S.value = true, D.value = true) : (S.value = false, D.value = false, q()), w("change-ai-model", e2);
90
79
  }
91
- function fe(e3) {
92
- Z.value.push({ id: e3.uid, uid: e3.uid, name: e3.name, percent: 0, status: "uploading", showDelIcon: true, maxWidth: "150px" });
80
+ function G(e2) {
81
+ I.value.push({ id: e2.uid, uid: e2.uid, name: e2.name, percent: 0, status: "uploading", showDelIcon: true, maxWidth: "150px" });
93
82
  }
94
- function ve(e3, a2, l2) {
95
- const t2 = Z.value.findIndex((e4) => e4.id === a2.uid);
96
- -1 !== t2 && (Z.value[t2].percent = e3.percent);
83
+ function K(e2, t2, a2) {
84
+ const n2 = I.value.findIndex((e3) => e3.id === t2.uid);
85
+ -1 !== n2 && (I.value[n2].percent = e2.percent);
97
86
  }
98
- function ge(e3, a2, l2) {
99
- if (e3) {
100
- const l3 = Z.value.findIndex((e4) => e4.id === a2.uid);
101
- -1 !== l3 && (Z.value[l3].status = "done", e3.forEach((e4) => {
102
- e4.name === Z.value[l3].name && (Z.value[l3].id = e4.fileId, Z.value[l3].uid = e4.fileId);
87
+ function H(e2, t2, a2) {
88
+ if (e2) {
89
+ const a3 = I.value.findIndex((e3) => e3.id === t2.uid);
90
+ -1 !== a3 && (I.value[a3].status = "done", e2.forEach((e3) => {
91
+ e3.name === I.value[a3].name && (I.value[a3].id = e3.fileId, I.value[a3].uid = e3.fileId);
103
92
  }));
104
93
  } else
105
- T({ message: (e3 == null ? void 0 : e3.message) || "文件上传失败", type: "error" });
94
+ i.ElMessage({ message: (e2 == null ? void 0 : e2.message) || "文件上传失败", type: "error" });
106
95
  }
107
- function he(e3) {
108
- const a2 = Z.value.findIndex((a3) => a3.id === e3.uid);
109
- -1 !== a2 && Z.value.splice(a2, 1);
96
+ function U(e2) {
97
+ const t2 = I.value.findIndex((t3) => t3.id === e2.uid);
98
+ -1 !== t2 && I.value.splice(t2, 1);
110
99
  }
111
- function we(e3, a2, l2) {
112
- let t2 = false;
113
- if (a2 && a2.indexOf("~") >= 0) {
114
- const e4 = a2.split("~");
115
- let n2;
116
- if (t2 = M(e4[0]), t2 && (t2 = M(e4[1])), 3 === e4.length && (n2 = e4[2]), e4.length, t2 && n2 && n2.indexOf(",") > 0) {
117
- const a3 = n2.split(","), t3 = a3[0], o2 = a3[1];
118
- l2 = be(t3, e4[0], l2), l2 = be(o2, e4[1], l2);
100
+ function W(e2, t2, a2) {
101
+ let n2 = false;
102
+ if (t2 && t2.indexOf("~") >= 0) {
103
+ const e3 = t2.split("~");
104
+ let l2;
105
+ if (n2 = s.isValidDate(e3[0]), n2 && (n2 = s.isValidDate(e3[1])), 3 === e3.length && (l2 = e3[2]), e3.length, n2 && l2 && l2.indexOf(",") > 0) {
106
+ const t3 = l2.split(","), n3 = t3[0], o2 = t3[1];
107
+ a2 = Q(n3, e3[0], a2), a2 = Q(o2, e3[1], a2);
119
108
  }
120
109
  }
121
- return t2 || (l2 = be(e3, a2, l2)), l2;
110
+ return n2 || (a2 = Q(e2, t2, a2)), a2;
122
111
  }
123
- function be(e3, a2, l2) {
124
- if (null == e3 || e3 + "" == "")
125
- return l2;
126
- if (null == a2 || a2 + "" == "")
127
- return l2;
128
- const t2 = "ai__" + e3;
129
- return l2 = l2.indexOf("?") > 0 ? l2 + "&" + t2 + "=" + a2 : l2 + "?" + t2 + "=" + a2;
112
+ function Q(e2, t2, a2) {
113
+ if (null == e2 || e2 + "" == "")
114
+ return a2;
115
+ if (null == t2 || t2 + "" == "")
116
+ return a2;
117
+ const n2 = "ai__" + e2;
118
+ return a2 = a2.indexOf("?") > 0 ? a2 + "&" + n2 + "=" + t2 : a2 + "?" + n2 + "=" + t2;
130
119
  }
131
- return b2({ parseCommand: function() {
132
- N().then((e3) => {
133
- V(te, e3, ne, oe, ie).then((e4) => {
134
- if ("ok" === e4.status) {
135
- ne || (ne = e4.settingItem), oe = e4.paramInfo;
136
- let a2 = e4.url;
137
- if (a2) {
138
- if (ie)
139
- for (let e5 in ie) {
140
- const l3 = ie[e5];
141
- "_jump_param" !== l3 && (a2 = we(e5, l3, a2));
120
+ return g({ parseCommand: function() {
121
+ c.getVoiceSetting().then((e2) => {
122
+ c.parseVoiceMsg(R, e2, B, O, P).then((e3) => {
123
+ if ("ok" === e3.status) {
124
+ B || (B = e3.settingItem), O = e3.paramInfo;
125
+ let t2 = e3.url;
126
+ if (t2) {
127
+ if (P)
128
+ for (let e4 in P) {
129
+ const a3 = P[e4];
130
+ "_jump_param" !== a3 && (t2 = W(e4, a3, t2));
142
131
  }
143
- const l2 = ne ? ne.command : "";
144
- ne = void 0, ie = {}, oe = {}, y2("command-answer", { content: e4.commandResult ? e4.commandResult : e4.paramResult, url: a2, paramsValue: ie, command: l2 }), window.open(O(a2));
132
+ const a2 = B ? B.command : "";
133
+ B = void 0, P = {}, O = {}, w("command-answer", { content: e3.commandResult ? e3.commandResult : e3.paramResult, url: t2, paramsValue: P, command: a2 }), window.open(s.getRelativeBaseUrl(t2));
145
134
  } else
146
- y2("command-answer", { content: e4.commandResult ? e4.commandResult : e4.paramResult });
135
+ w("command-answer", { content: e3.commandResult ? e3.commandResult : e3.paramResult });
147
136
  } else
148
- y2("command-answer", { content: e4.commandResult ? e4.commandResult : e4.paramResult });
137
+ w("command-answer", { content: e3.commandResult ? e3.commandResult : e3.paramResult });
149
138
  });
150
139
  });
151
140
  }, newChatSession: function() {
152
- Q.value === D.DEEPSEEK && (Z.value = []), U.value = "";
153
- } }), (a2, l2) => {
154
- const t2 = n("Paperclip"), b3 = n("el-icon"), y3 = n("super-icon"), x2 = n("el-tooltip"), R2 = n("el-tag"), I2 = n("el-option"), k2 = n("el-select"), P2 = n("SuperIcon"), j2 = n("el-upload"), S2 = n("el-divider"), T2 = n("el-button"), D2 = o("loading");
155
- return i(), u(s, null, [H.value ? (i(), r(R2, { key: 0, type: "primary" }, { default: c(() => [d("div", $, [m(b3, null, { default: c(() => [m(t2)]), _: 1 }), p(" " + f(W.value) + " ", 1), m(x2, { content: "预览" }, { default: c(() => [m(y3, { iconValue: "amb-color-icon-yulan", style: { cursor: "pointer" }, onClick: de })]), _: 1 }), m(x2, { content: "下载" }, { default: c(() => [m(y3, { iconValue: "amb-color-icon-xiazai", style: { cursor: "pointer" }, onClick: me })]), _: 1 }), m(x2, { content: "移除" }, { default: c(() => [m(y3, { iconValue: "amb-color-icon-shanchu", style: { cursor: "pointer" }, onClick: ce })]), _: 1 })])]), _: 1 })) : v("", true), m(g(E), { modelValue: U.value, "onUpdate:modelValue": l2[2] || (l2[2] = (e3) => U.value = e3), variant: "updown", "auto-size": { minRows: 2, maxRows: 5 }, clearable: "", ref_key: "senderRef", ref: X, submitType: "enter", loading: e2.loading, "allow-speech": "", onSubmit: l2[3] || (l2[3] = (e3) => ue()), placeholder: "请您描述问题" }, { header: c(() => [m(g(A), { items: Z.value, drag: "", overflow: "scrollX", "hide-upload": true }, { "file-list": c((e3) => [(i(true), u(s, null, h(e3.items, (e4) => (i(), r(g(_), { key: e4.id, maxWidth: "150px", style: { margin: "10px 5px" }, name: e4.name, percent: e4.percent, uid: e4.id, status: e4.status, "show-del-icon": "", "img-variant": "square", onDelete: he }, null, 8, ["name", "percent", "uid", "status"]))), 128))]), _: 1 }, 8, ["items"])]), prefix: c(() => [d("div", q, [m(k2, { style: { width: "146px", height: "32px" }, plain: "", modelValue: Q.value, "onUpdate:modelValue": l2[0] || (l2[0] = (e3) => Q.value = e3), onChange: pe }, { default: c(() => [(i(), u(s, null, h(K2, (e3) => m(I2, { key: e3.value, label: e3.label, value: e3.value }, null, 8, ["label", "value"])), 64))]), _: 1 }, 8, ["modelValue"])])]), "action-list": c(() => [d("div", z, [ee.value ? (i(), r(x2, { key: 0, content: "上传附件" }, { default: c(() => [m(j2, { ref_key: "uploadRef", ref: J, action: Y.value, multiple: true, headers: { Authorization: g(F)() }, accept: ".txt,.docx,.pdf,.xlsx,.epub,.mobi,.md,.csv,.json,.bmp,.png,.jpg,.jpeg,.gif,.pdf", "show-file-list": false, "on-progress": ve, "on-success": ge, "before-upload": fe }, { default: c(() => [m(P2, { iconValue: "amb-icon-fujianshangchuan" })]), _: 1 }, 8, ["action", "headers"])]), _: 1 })) : v("", true), ae.value ? (i(), r(x2, { key: 1, content: "附加页面数据" }, { default: c(() => [m(P2, { onClick: re, iconValue: "amb-icon-fujiabiaogeshu", class: "send-icon" })]), _: 1 })) : v("", true), m(x2, { content: "语音" }, { default: c(() => [m(C, { onUserMessage: ue, class: "send-icon" })]), _: 1 }), m(S2, { direction: "vertical" }), e2.loading ? (i(), r(x2, { key: 2, content: "取消" }, { default: c(() => [w((i(), r(T2, { type: "primary", style: { "border-radius": "10px" }, plain: "", round: "", onClick: se }, { default: c(() => [p(" 取消 ")]), _: 1 })), [[D2, e2.loading]])]), _: 1 })) : (i(), r(T2, { key: 3, style: { "border-radius": "10px" }, disabled: !U.value || !U.value.trim(), plain: "", circle: "", round: "", onClick: l2[1] || (l2[1] = (e3) => ue()) }, { default: c(() => [m(P2, { iconValue: "amb-icon-fasong2" })]), _: 1 }, 8, ["disabled"]))])]), _: 1 }, 8, ["modelValue", "loading"]), G], 64);
141
+ N.value === u.AI_MODELS.DEEPSEEK && (I.value = []), b.value = "";
142
+ } }), (t2, n2) => {
143
+ const l2 = e.resolveComponent("Paperclip"), o2 = e.resolveComponent("el-icon"), i2 = e.resolveComponent("super-icon"), u2 = e.resolveComponent("el-tooltip"), c2 = e.resolveComponent("el-tag"), s2 = e.resolveComponent("el-option"), g2 = e.resolveComponent("el-select"), w2 = e.resolveComponent("SuperIcon"), x2 = e.resolveComponent("el-upload"), V2 = e.resolveComponent("el-divider"), M2 = e.resolveComponent("el-button"), R2 = e.resolveDirective("loading");
144
+ return e.openBlock(), e.createElementBlock(e.Fragment, null, [C.value ? (e.openBlock(), e.createBlock(c2, { key: 0, type: "primary" }, { default: e.withCtx(() => [e.createElementVNode("div", p, [e.createVNode(o2, null, { default: e.withCtx(() => [e.createVNode(l2)]), _: 1 }), e.createTextVNode(" " + e.toDisplayString(A.value) + " ", 1), e.createVNode(u2, { content: "预览" }, { default: e.withCtx(() => [e.createVNode(i2, { iconValue: "amb-color-icon-yulan", style: { cursor: "pointer" }, onClick: F })]), _: 1 }), e.createVNode(u2, { content: "下载" }, { default: e.withCtx(() => [e.createVNode(i2, { iconValue: "amb-color-icon-xiazai", style: { cursor: "pointer" }, onClick: $ })]), _: 1 }), e.createVNode(u2, { content: "移除" }, { default: e.withCtx(() => [e.createVNode(i2, { iconValue: "amb-color-icon-shanchu", style: { cursor: "pointer" }, onClick: q })]), _: 1 })])]), _: 1 })) : e.createCommentVNode("", true), e.createVNode(e.unref(a.Sender), { modelValue: b.value, "onUpdate:modelValue": n2[2] || (n2[2] = (e2) => b.value = e2), variant: "updown", "auto-size": { minRows: 2, maxRows: 5 }, clearable: "", ref_key: "senderRef", ref: k, submitType: "enter", loading: h2.loading, "allow-speech": "", onSubmit: n2[3] || (n2[3] = (e2) => T()), placeholder: "请您描述问题" }, { header: e.withCtx(() => [e.createVNode(e.unref(a.Attachments), { items: I.value, drag: "", overflow: "scrollX", "hide-upload": true }, { "file-list": e.withCtx((t3) => [(e.openBlock(true), e.createElementBlock(e.Fragment, null, e.renderList(t3.items, (t4) => (e.openBlock(), e.createBlock(e.unref(a.FilesCard), { key: t4.id, maxWidth: "150px", style: { margin: "10px 5px" }, name: t4.name, percent: t4.percent, uid: t4.id, status: t4.status, "show-del-icon": "", "img-variant": "square", onDelete: U }, null, 8, ["name", "percent", "uid", "status"]))), 128))]), _: 1 }, 8, ["items"])]), prefix: e.withCtx(() => [e.createElementVNode("div", m, [e.createVNode(g2, { style: { width: "146px", height: "32px" }, plain: "", modelValue: N.value, "onUpdate:modelValue": n2[0] || (n2[0] = (e2) => N.value = e2), onChange: z }, { default: e.withCtx(() => [(e.openBlock(), e.createElementBlock(e.Fragment, null, e.renderList(E, (t3) => e.createVNode(s2, { key: t3.value, label: t3.label, value: t3.value }, null, 8, ["label", "value"])), 64))]), _: 1 }, 8, ["modelValue"])])]), "action-list": e.withCtx(() => [e.createElementVNode("div", v, [S.value ? (e.openBlock(), e.createBlock(u2, { key: 0, content: "上传附件" }, { default: e.withCtx(() => [e.createVNode(x2, { ref_key: "uploadRef", ref: y, action: _.value, multiple: true, headers: { Authorization: e.unref(d.getToken)() }, accept: ".txt,.docx,.pdf,.xlsx,.epub,.mobi,.md,.csv,.json,.bmp,.png,.jpg,.jpeg,.gif,.pdf", "show-file-list": false, "on-progress": K, "on-success": H, "before-upload": G }, { default: e.withCtx(() => [e.createVNode(w2, { iconValue: "amb-icon-fujianshangchuan" })]), _: 1 }, 8, ["action", "headers"])]), _: 1 })) : e.createCommentVNode("", true), D.value ? (e.openBlock(), e.createBlock(u2, { key: 1, content: "附加页面数据" }, { default: e.withCtx(() => [e.createVNode(w2, { onClick: j, iconValue: "amb-icon-fujiabiaogeshu", class: "send-icon" })]), _: 1 })) : e.createCommentVNode("", true), e.createVNode(u2, { content: "语音" }, { default: e.withCtx(() => [e.createVNode(r, { onUserMessage: T, class: "send-icon" })]), _: 1 }), e.createVNode(V2, { direction: "vertical" }), h2.loading ? (e.openBlock(), e.createBlock(u2, { key: 2, content: "取消" }, { default: e.withCtx(() => [e.withDirectives((e.openBlock(), e.createBlock(M2, { type: "primary", style: { "border-radius": "10px" }, plain: "", round: "", onClick: L }, { default: e.withCtx(() => [e.createTextVNode(" 取消 ")]), _: 1 })), [[R2, h2.loading]])]), _: 1 })) : (e.openBlock(), e.createBlock(M2, { key: 3, style: { "border-radius": "10px" }, disabled: !b.value || !b.value.trim(), plain: "", circle: "", round: "", onClick: n2[1] || (n2[1] = (e2) => T()) }, { default: e.withCtx(() => [e.createVNode(w2, { iconValue: "amb-icon-fasong2" })]), _: 1 }, 8, ["disabled"]))])]), _: 1 }, 8, ["modelValue", "loading"]), f], 64);
156
145
  };
157
146
  } });
158
- export {
159
- K as default
160
- };
147
+ module.exports = h;
@@ -1,4 +1,2 @@
1
- const t = "";
2
- export {
3
- t as default
4
- };
1
+ "use strict";
2
+ module.exports = "";
@@ -1,7 +1,5 @@
1
- import r from "./answer-auto-chart.vue2.js";
2
- import "./answer-auto-chart.vue3.js";
3
- import t from "../../../_virtual/_plugin-vue_export-helper.js";
4
- const a = t(r, [["__scopeId", "data-v-73352a50"]]);
5
- export {
6
- a as default
7
- };
1
+ "use strict";
2
+ const e = require("./answer-auto-chart.vue2.js");
3
+ require("./answer-auto-chart.vue3.js");
4
+ const r = require("../../../_virtual/_plugin-vue_export-helper.js")(e, [["__scopeId", "data-v-73352a50"]]);
5
+ module.exports = r;
@@ -1,59 +1,51 @@
1
- import { defineComponent as e, ref as t, openBlock as r, createElementBlock as a, toDisplayString as o, createBlock as s, unref as i } from "vue";
2
- import { ElMessage as n } from "element-plus";
3
- import { use as l } from "echarts/core";
4
- import p from "vue-echarts";
5
- import { CanvasRenderer as c } from "echarts/renderers";
6
- import { LineChart as u, BarChart as m, PieChart as h, RadarChart as x } from "echarts/charts";
7
- import { GridComponent as y, LegendComponent as f, TitleComponent as d, TooltipComponent as v, ToolboxComponent as A, DataZoomComponent as g } from "echarts/components";
8
- const O = { style: { "max-height": "700px" } }, w = { key: 0, style: { "text-align": "center", color: "#999", "margin-top": "20px" } }, b = e({ __name: "answer-auto-chart", props: { chartProps: { type: Object, default: {} } }, setup(e2) {
9
- const b2 = e2;
10
- l([c, u, m, h, x, y, f, d, v, A, g]);
11
- const I = t(null), L = t({}), N = t(false), P = t("");
12
- let S = {};
13
- b2.chartProps.params && (S = JSON.parse(b2.chartProps.params));
14
- let k = [], _ = {};
15
- var F;
16
- return b2.chartProps.answer && (_ = JSON.parse(b2.chartProps.answer), _.dataList && (k = _.dataList)), (k == null ? void 0 : k.length) > 0 && S ? (L.value = function(e3, t2) {
17
- const r2 = e3.chartType || "bar";
18
- return -1 !== r2.indexOf("bar") || -1 !== r2.indexOf("line") ? function(e4, t3) {
1
+ "use strict";
2
+ const e = require("vue"), t = require("element-plus"), r = require("echarts/core"), a = require("vue-echarts"), o = require("echarts/renderers"), n = require("echarts/charts"), s = require("echarts/components"), i = { style: { "max-height": "700px" } }, l = { key: 0, style: { "text-align": "center", color: "#999", "margin-top": "20px" } }, p = e.defineComponent({ __name: "answer-auto-chart", props: { chartProps: { type: Object, default: {} } }, setup(p2) {
3
+ const c = p2;
4
+ r.use([o.CanvasRenderer, n.LineChart, n.BarChart, n.PieChart, n.RadarChart, s.GridComponent, s.LegendComponent, s.TitleComponent, s.TooltipComponent, s.ToolboxComponent, s.DataZoomComponent]);
5
+ const u = e.ref(null), h = e.ref({}), m = e.ref(false), x = e.ref("");
6
+ let y = {};
7
+ c.chartProps.params && (y = JSON.parse(c.chartProps.params));
8
+ let d = [], f = {};
9
+ var v;
10
+ return c.chartProps.answer && (f = JSON.parse(c.chartProps.answer), f.dataList && (d = f.dataList)), (d == null ? void 0 : d.length) > 0 && y ? (h.value = function(e2, r2) {
11
+ const a2 = e2.chartType || "bar";
12
+ return -1 !== a2.indexOf("bar") || -1 !== a2.indexOf("line") ? function(e3, t2) {
19
13
  var _a, _b;
20
- const r3 = e4.xAxis;
21
- let a2 = e4.series || [], o2 = e4.yAxis || [];
22
- e4.chartOption && (e4.chartOption.yAxis && (o2 = e4.chartOption.yAxis), e4.chartOption.series && (a2 = e4.chartOption.series));
23
- const s2 = t3.map((e5) => {
24
- const t4 = e5[r3];
25
- return null != t4 ? t4 : "未知";
14
+ const r3 = e3.xAxis;
15
+ let a3 = e3.series || [], o2 = e3.yAxis || [];
16
+ e3.chartOption && (e3.chartOption.yAxis && (o2 = e3.chartOption.yAxis), e3.chartOption.series && (a3 = e3.chartOption.series));
17
+ const n2 = t2.map((e4) => {
18
+ const t3 = e4[r3];
19
+ return null != t3 ? t3 : "未知";
26
20
  });
27
- let i2 = "bar";
28
- -1 !== ((_a = e4.chartType) == null ? void 0 : _a.indexOf("line")) && (i2 = "line");
29
- const n2 = a2.map((r4) => {
21
+ let s2 = "bar";
22
+ -1 !== ((_a = e3.chartType) == null ? void 0 : _a.indexOf("line")) && (s2 = "line");
23
+ const i2 = a3.map((r4) => {
30
24
  var _a2;
31
- const a3 = r4.name, o3 = r4.type || i2, s3 = t3.map((e5) => e5[a3] || 0), n3 = { name: a3, type: o3, data: s3 };
32
- return r4.format ? n3.tooltip = { valueFormatter: function(e5) {
33
- return r4.format.replace("{value}", e5);
34
- } } : ((_a2 = r4.tooltip) == null ? void 0 : _a2.formatter) && (n3.tooltip = { valueFormatter: function(e5) {
35
- return r4.tooltip.formatter.replace("{value}", e5);
36
- } }), "yAxisIndex" in r4 && (e4.yAxis && Array.isArray(e4.yAxis) && r4.yAxisIndex > e4.yAxis.length - 1 ? r4.yAxisIndex = 0 : n3.yAxisIndex = r4.yAxisIndex), n3;
25
+ const a4 = r4.name, o3 = r4.type || s2, n3 = t2.map((e4) => e4[a4] || 0), i3 = { name: a4, type: o3, data: n3 };
26
+ return r4.format ? i3.tooltip = { valueFormatter: function(e4) {
27
+ return r4.format.replace("{value}", e4);
28
+ } } : ((_a2 = r4.tooltip) == null ? void 0 : _a2.formatter) && (i3.tooltip = { valueFormatter: function(e4) {
29
+ return r4.tooltip.formatter.replace("{value}", e4);
30
+ } }), "yAxisIndex" in r4 && (e3.yAxis && Array.isArray(e3.yAxis) && r4.yAxisIndex > e3.yAxis.length - 1 ? r4.yAxisIndex = 0 : i3.yAxisIndex = r4.yAxisIndex), i3;
37
31
  }), l2 = [];
38
- o2 && Array.isArray(o2) ? o2.forEach((e5) => {
39
- const t4 = { type: e5.type || "value" };
40
- e5.axisLabel && (t4.axisLabel = e5.axisLabel), e5.name && (t4.name = e5.name), l2.push(t4);
32
+ o2 && Array.isArray(o2) ? o2.forEach((e4) => {
33
+ const t3 = { type: e4.type || "value" };
34
+ e4.axisLabel && (t3.axisLabel = e4.axisLabel), e4.name && (t3.name = e4.name), l2.push(t3);
41
35
  }) : l2.push({ type: "value" });
42
- let p2 = e4.chartName || "图表";
43
- e4.chartOption && (p2 = ((_b = e4.chartOption.title) == null ? void 0 : _b.text) || p2);
44
- const c2 = { title: { text: p2, left: "center" }, toolbox: { show: true, feature: { saveAsImage: { title: "保存为图片" } } }, tooltip: { trigger: "axis" }, legend: { data: a2.map((e5) => e5.name), left: "right", textStyle: { width: 180, overflow: "truncate" }, type: "scroll", orient: "vertical", top: "center", tooltip: { show: true } }, xAxis: { type: "category", data: s2 }, yAxis: l2, series: n2 };
45
- s2.length > 10 && (c2.dataZoom = [{ type: "slider", start: 0, end: 100 }, { type: "inside", start: 0, end: 100 }]);
36
+ let p3 = e3.chartName || "图表";
37
+ e3.chartOption && (p3 = ((_b = e3.chartOption.title) == null ? void 0 : _b.text) || p3);
38
+ const c2 = { title: { text: p3, left: "center" }, toolbox: { show: true, feature: { saveAsImage: { title: "保存为图片" } } }, tooltip: { trigger: "axis" }, legend: { data: a3.map((e4) => e4.name), left: "right", textStyle: { width: 180, overflow: "truncate" }, type: "scroll", orient: "vertical", top: "center", tooltip: { show: true } }, xAxis: { type: "category", data: n2 }, yAxis: l2, series: i2 };
39
+ n2.length > 10 && (c2.dataZoom = [{ type: "slider", start: 0, end: 100 }, { type: "inside", start: 0, end: 100 }]);
46
40
  return c2;
47
- }(e3, t2) : "pie" === r2 ? function(e4, t3) {
41
+ }(e2, r2) : "pie" === a2 ? function(e3, r3) {
48
42
  var _a;
49
- const r3 = e4.xAxis, a2 = ((_a = e4.series[0]) == null ? void 0 : _a.name) || "";
50
- if (!a2)
51
- return n.error("饼图必须指定数值轴"), P.value = "饼图必须指定数值轴", null;
52
- const o2 = t3.map((e5) => ({ name: e5[r3] || "未知", value: e5[a2] || 0 })), s2 = { title: { text: e4.chartName || "饼图", left: "center" }, toolbox: { trigger: "item", show: true, feature: { saveAsImage: { title: "保存为图片" } } }, legend: { left: "right", textStyle: { width: 180, overflow: "truncate" }, type: "scroll", orient: "vertical", top: "10%", tooltip: { show: true } }, series: [{ name: e4.chartName || "饼图", type: "pie", radius: "70%", data: o2, emphasis: { itemStyle: { shadowBlur: 10, shadowOffsetX: 0, shadowColor: "rgba(0, 0, 0, 0.5)" } } }] };
43
+ const a3 = e3.xAxis, o2 = ((_a = e3.series[0]) == null ? void 0 : _a.name) || "";
44
+ if (!o2)
45
+ return t.ElMessage.error("饼图必须指定数值轴"), x.value = "饼图必须指定数值轴", null;
46
+ const n2 = r3.map((e4) => ({ name: e4[a3] || "未知", value: e4[o2] || 0 })), s2 = { title: { text: e3.chartName || "饼图", left: "center" }, toolbox: { trigger: "item", show: true, feature: { saveAsImage: { title: "保存为图片" } } }, legend: { left: "right", textStyle: { width: 180, overflow: "truncate" }, type: "scroll", orient: "vertical", top: "10%", tooltip: { show: true } }, series: [{ name: e3.chartName || "饼图", type: "pie", radius: "70%", data: n2, emphasis: { itemStyle: { shadowBlur: 10, shadowOffsetX: 0, shadowColor: "rgba(0, 0, 0, 0.5)" } } }] };
53
47
  return s2;
54
- }(e3, t2) : (n.error("不支持的图表类型"), P.value = "不支持的图表类型", null);
55
- }(S, k), L.value ? (F = L.value, I.value && I.value.setOption(F, true)) : N.value = true) : k && 0 !== k.length || (n.error("未能获取到可用数据展示图表"), P.value = "未能获取到可用数据展示图表", N.value = true), (e3, t2) => (r(), a("div", O, [N.value ? (r(), a("div", w, o(P.value), 1)) : (r(), s(i(p), { key: 1, ref_key: "chartRef", ref: I, style: { height: "400px" }, option: L.value, autoresize: "" }, null, 8, ["option"]))]));
48
+ }(e2, r2) : (t.ElMessage.error("不支持的图表类型"), x.value = "不支持的图表类型", null);
49
+ }(y, d), h.value ? (v = h.value, u.value && u.value.setOption(v, true)) : m.value = true) : d && 0 !== d.length || (t.ElMessage.error("未能获取到可用数据展示图表"), x.value = "未能获取到可用数据展示图表", m.value = true), (t2, r2) => (e.openBlock(), e.createElementBlock("div", i, [m.value ? (e.openBlock(), e.createElementBlock("div", l, e.toDisplayString(x.value), 1)) : (e.openBlock(), e.createBlock(e.unref(a), { key: 1, ref_key: "chartRef", ref: u, style: { height: "400px" }, option: h.value, autoresize: "" }, null, 8, ["option"]))]));
56
50
  } });
57
- export {
58
- b as default
59
- };
51
+ module.exports = p;
@@ -1,4 +1,2 @@
1
- const t = "";
2
- export {
3
- t as default
4
- };
1
+ "use strict";
2
+ module.exports = "";
@@ -1,7 +1,5 @@
1
- import e from "./answer-home-chart.vue2.js";
2
- import "./answer-home-chart.vue3.js";
3
- import r from "../../../_virtual/_plugin-vue_export-helper.js";
4
- const o = r(e, [["__scopeId", "data-v-873e1ba1"]]);
5
- export {
6
- o as default
7
- };
1
+ "use strict";
2
+ const e = require("./answer-home-chart.vue2.js");
3
+ require("./answer-home-chart.vue3.js");
4
+ const r = require("../../../_virtual/_plugin-vue_export-helper.js")(e, [["__scopeId", "data-v-873e1ba1"]]);
5
+ module.exports = r;
@@ -1,6 +1,3 @@
1
- import { defineComponent as r, openBlock as t, createElementBlock as h, createCommentVNode as e } from "vue";
2
- import { useI18n as a } from "vue-i18n";
3
- const c = { style: { height: "300px", width: "100%" } }, s = ["src"], o = ["src"], i = r({ __name: "answer-home-chart", props: { chartProps: { type: Object, default: {} } }, setup: (r2) => (a(), (a2, i2) => (t(), h("div", c, [r2.chartProps.chartuuid ? (t(), h("iframe", { key: 0, height: "100%", width: "100%", class: "home-chart-iframe", src: "http://localhost:9601/dsc/#/dsc-home-chart/page?chartUuid=" + r2.chartProps.chartuuid + "&homeChartSettingUserId=" + r2.chartProps.id }, null, 8, s)) : r2.chartProps.customurl ? (t(), h("iframe", { key: 1, height: "100%", width: "100%", class: "home-chart-iframe", src: r2.chartProps.customurl }, null, 8, o)) : e("", true)]))) });
4
- export {
5
- i as default
6
- };
1
+ "use strict";
2
+ const e = require("vue"), t = require("vue-i18n"), r = { style: { height: "300px", width: "100%" } }, c = ["src"], o = ["src"], h = e.defineComponent({ __name: "answer-home-chart", props: { chartProps: { type: Object, default: {} } }, setup: (h2) => (t.useI18n(), (t2, a) => (e.openBlock(), e.createElementBlock("div", r, [h2.chartProps.chartuuid ? (e.openBlock(), e.createElementBlock("iframe", { key: 0, height: "100%", width: "100%", class: "home-chart-iframe", src: "http://localhost:9601/dsc/#/dsc-home-chart/page?chartUuid=" + h2.chartProps.chartuuid + "&homeChartSettingUserId=" + h2.chartProps.id }, null, 8, c)) : h2.chartProps.customurl ? (e.openBlock(), e.createElementBlock("iframe", { key: 1, height: "100%", width: "100%", class: "home-chart-iframe", src: h2.chartProps.customurl }, null, 8, o)) : e.createCommentVNode("", true)]))) });
3
+ module.exports = h;
@@ -1,4 +1,2 @@
1
- const t = "";
2
- export {
3
- t as default
4
- };
1
+ "use strict";
2
+ module.exports = "";
@@ -1,7 +1,5 @@
1
- import t from "./answer-interaction-data.vue2.js";
2
- import "./answer-interaction-data.vue3.js";
3
- import a from "../../../_virtual/_plugin-vue_export-helper.js";
4
- const e = a(t, [["__scopeId", "data-v-b9f40acf"]]);
5
- export {
6
- e as default
7
- };
1
+ "use strict";
2
+ const e = require("./answer-interaction-data.vue2.js");
3
+ require("./answer-interaction-data.vue3.js");
4
+ const r = require("../../../_virtual/_plugin-vue_export-helper.js")(e, [["__scopeId", "data-v-b9f40acf"]]);
5
+ module.exports = r;