agilebuilder-ui 1.1.65-tmp16 → 1.1.65-tmp18

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 (1161) hide show
  1. package/es/IntervalSelection/index.mjs +7 -0
  2. package/es/IntervalSelection/src/sectionDate.vue.mjs +49 -0
  3. package/es/breadcrumb/index.mjs +7 -0
  4. package/es/breadcrumb/src/breadcrumb.vue.mjs +28 -0
  5. package/es/chat-embed/index.mjs +7 -0
  6. package/es/chat-embed/src/chat-addition-data.vue.mjs +7 -0
  7. package/es/chat-embed/src/chat-ai-answer-tip.vue.mjs +7 -0
  8. package/es/chat-embed/src/chat-bubble-footer.vue.mjs +7 -0
  9. package/es/chat-embed/src/chat-embed-message.mjs +22 -0
  10. package/es/chat-embed/src/chat-sender.vue.mjs +7 -0
  11. package/es/chat-embed/src/chat-sender.vue2.mjs +160 -0
  12. package/es/chat-embed/src/components/answer-auto-chart.vue.mjs +7 -0
  13. package/es/chat-embed/src/components/answer-home-chart.vue.mjs +7 -0
  14. package/es/chat-embed/src/components/answer-interaction-data.vue.mjs +7 -0
  15. package/es/chat-embed/src/components/answer-interaction-data.vue2.mjs +118 -0
  16. package/es/chat-embed/src/components/history-detail.vue.mjs +7 -0
  17. package/es/chat-embed/src/components/history-detail.vue2.mjs +55 -0
  18. package/es/chat-embed/src/header.vue.mjs +7 -0
  19. package/es/chat-embed/src/header.vue2.mjs +46 -0
  20. package/es/chat-embed/src/index.vue.mjs +7 -0
  21. package/es/chat-embed/src/index.vue2.mjs +307 -0
  22. package/es/chat-embed/src/recommendation-message.vue.mjs +7 -0
  23. package/es/chat-embed/src/sidebar-item.vue.mjs +7 -0
  24. package/es/chat-embed/src/sidebar-item.vue2.mjs +118 -0
  25. package/es/chat-embed/src/util/history-message-util.mjs +96 -0
  26. package/es/chat-embed/src/util/mcp-utils.mjs +53 -0
  27. package/es/chat-embed/src/voice/index.mjs +7 -0
  28. package/es/chat-embed/src/voice/js/crypto-js.mjs +1004 -0
  29. package/es/chat-embed/src/voice/js/processor/index.umd.mjs +169 -0
  30. package/es/chat-embed/src/voice/voice.vue.mjs +104 -0
  31. package/es/date-picker-range/index.mjs +7 -0
  32. package/es/date-picker-range/index.vue.mjs +7 -0
  33. package/es/department-tree/index.mjs +7 -0
  34. package/es/department-tree/src/department-tree.vue.mjs +23 -0
  35. package/es/department-tree-inline/index.mjs +7 -0
  36. package/es/department-tree-inline/src/department-multi-tree-inline.vue.mjs +91 -0
  37. package/es/department-tree-inline/src/department-single-tree-inline.vue.mjs +64 -0
  38. package/es/department-tree-inline/src/department-tree-inline.vue.mjs +17 -0
  39. package/es/department-tree-inline/src/department-tree-service.mjs +108 -0
  40. package/es/department-tree-inline/src/search-result.vue.mjs +40 -0
  41. package/es/department-tree-mobile/index.mjs +8 -0
  42. package/es/department-tree-mobile/src/department-tree-app.vue.mjs +15 -0
  43. package/es/department-tree-mobile/src/department-tree-app.vue3.mjs +5 -0
  44. package/es/department-tree-mobile/src/department-tree-inline-app.vue.mjs +121 -0
  45. package/es/department-tree-mobile/src/department-tree-inline-app.vue2.mjs +4 -0
  46. package/es/department-tree-mobile/src/dept-path.vue2.mjs +4 -0
  47. package/es/department-tree-mobile/src/dept-result.vue2.mjs +4 -0
  48. package/es/department-user-tree/index.mjs +7 -0
  49. package/es/department-user-tree/src/department-user-multiple-tree.vue.mjs +20 -0
  50. package/es/department-user-tree/src/department-user-single-tree.vue.mjs +19 -0
  51. package/es/department-user-tree/src/department-user-tree.vue.mjs +27 -0
  52. package/es/department-user-tree-inline/index.mjs +7 -0
  53. package/es/department-user-tree-inline/src/department-user-multiple-tree-inline.vue.mjs +165 -0
  54. package/es/department-user-tree-inline/src/department-user-single-tree-inline.vue.mjs +69 -0
  55. package/es/department-user-tree-inline/src/department-user-tree-inline.vue.mjs +16 -0
  56. package/es/department-user-tree-inline/src/department-user-tree-multi-service.mjs +81 -0
  57. package/es/department-user-tree-inline/src/department-user-tree-single-service.mjs +54 -0
  58. package/es/department-user-tree-inline/src/group-user/group-input.vue.mjs +39 -0
  59. package/es/department-user-tree-inline/src/group-user/group-list.vue.mjs +27 -0
  60. package/es/department-user-tree-inline/src/group-user/group-user.vue.mjs +16 -0
  61. package/es/department-user-tree-inline/src/group-user-multiple-tree.vue.mjs +78 -0
  62. package/es/department-user-tree-inline/src/group-user-single-tree.vue.mjs +34 -0
  63. package/es/department-user-tree-inline/src/search-result.vue.mjs +41 -0
  64. package/es/department-user-tree-mobile/index.mjs +8 -0
  65. package/es/department-user-tree-mobile/src/department-user-tree-app.vue.mjs +15 -0
  66. package/es/department-user-tree-mobile/src/department-user-tree-app.vue3.mjs +5 -0
  67. package/es/department-user-tree-mobile/src/department-user-tree-inline-app.vue.mjs +135 -0
  68. package/es/department-user-tree-mobile/src/department-user-tree-inline-app.vue2.mjs +4 -0
  69. package/es/department-user-tree-mobile/src/dept-path.vue2.mjs +4 -0
  70. package/es/department-user-tree-mobile/src/dept-result.vue.mjs +17 -0
  71. package/es/department-user-tree-mobile/src/dept-result.vue2.mjs +4 -0
  72. package/es/dynamic-source-select/index.mjs +7 -0
  73. package/es/dynamic-source-select/src/dynamic-source-select-service.mjs +32 -0
  74. package/es/dynamic-source-select/src/dynamic-source-select.vue.mjs +276 -0
  75. package/es/empty-state/index.vue2.mjs +4 -0
  76. package/es/favicon.svg +29 -0
  77. package/es/fs-preview/index.mjs +7 -0
  78. package/es/fs-preview/src/fs-preview.vue.mjs +120 -0
  79. package/es/fs-upload/index.mjs +7 -0
  80. package/es/fs-upload/src/fs-upload-multi.vue.mjs +71 -0
  81. package/es/fs-upload/src/fs-upload-single.vue.mjs +73 -0
  82. package/es/fs-upload/src/fs-upload.vue.mjs +24 -0
  83. package/es/fs-upload/src/see-big-picture.vue.mjs +12 -0
  84. package/es/fs-upload-list/index.mjs +7 -0
  85. package/es/fs-upload-list/src/fs-upload-list.vue.mjs +98 -0
  86. package/es/fs-upload-new/index.mjs +7 -0
  87. package/es/fs-upload-new/src/file-upload-mobile/file-upload-app.vue.mjs +61 -0
  88. package/es/fs-upload-new/src/file-upload-mobile/file-upload-app.vue2.mjs +4 -0
  89. package/es/fs-upload-new/src/file-upload-mobile/file-upload-browser.vue.mjs +178 -0
  90. package/es/fs-upload-new/src/file-upload-mobile/file-upload-browser.vue2.mjs +4 -0
  91. package/es/fs-upload-new/src/file-upload-mobile/file-upload-component.vue.mjs +7 -0
  92. package/es/fs-upload-new/src/file-upload-mobile/file-upload-component.vue2.mjs +39 -0
  93. package/es/fs-upload-new/src/file-upload-mobile/file-upload-input.vue.mjs +45 -0
  94. package/es/fs-upload-new/src/file-upload-mobile/file-upload-input.vue2.mjs +4 -0
  95. package/es/fs-upload-new/src/file-upload-mobile/file-upload.vue.mjs +35 -0
  96. package/es/fs-upload-new/src/file-upload-mobile/file-upload.vue2.mjs +4 -0
  97. package/es/fs-upload-new/src/fs-button-upload.vue.mjs +7 -0
  98. package/es/fs-upload-new/src/fs-button-upload.vue2.mjs +62 -0
  99. package/es/fs-upload-new/src/fs-drag-upload.vue.mjs +7 -0
  100. package/es/fs-upload-new/src/fs-drag-upload.vue2.mjs +63 -0
  101. package/es/fs-upload-new/src/fs-preview-new.vue.mjs +8 -0
  102. package/es/fs-upload-new/src/fs-preview-new.vue2.mjs +93 -0
  103. package/es/fs-upload-new/src/fs-upload-new.vue.mjs +64 -0
  104. package/es/fs-upload-new/src/fs-upload-new.vue2.mjs +4 -0
  105. package/es/hamburger/index.mjs +7 -0
  106. package/es/hamburger/src/hamburger.vue.mjs +15 -0
  107. package/es/index.mjs +384 -0
  108. package/es/json-view/json-view-dialog.vue.mjs +19 -0
  109. package/es/json-view/json-view-dialog.vue2.mjs +4 -0
  110. package/es/json-view/json-view.vue.mjs +4 -0
  111. package/es/multipart-upload/index.mjs +7 -0
  112. package/es/multipart-upload/src/index.vue.mjs +14 -0
  113. package/es/multipart-upload/src/multipart-upload-form.vue.mjs +82 -0
  114. package/es/multipart-upload/src/multipart-upload-list.vue.mjs +104 -0
  115. package/es/organization-input/index.mjs +7 -0
  116. package/es/organization-input/src/organization-input.vue.mjs +224 -0
  117. package/es/plugins/export-data-new.mjs +237 -0
  118. package/es/plugins/export-data.mjs +179 -0
  119. package/es/plugins/index.mjs +9 -0
  120. package/es/remove-department/index.mjs +7 -0
  121. package/es/remove-department/src/remove-department.vue.mjs +33 -0
  122. package/es/remove-user/index.mjs +7 -0
  123. package/es/remove-user/src/remove-user.vue.mjs +35 -0
  124. package/es/remove-workgroup/index.mjs +7 -0
  125. package/es/remove-workgroup/src/remove-workgroup.vue.mjs +31 -0
  126. package/es/rich-editor/index.mjs +7 -0
  127. package/es/rich-editor/index.vue.mjs +115 -0
  128. package/es/rich-editor/viewer.vue.mjs +27 -0
  129. package/es/row-form/index.mjs +7 -0
  130. package/es/row-form/index.vue.mjs +7 -0
  131. package/es/row-form/index.vue2.mjs +62 -0
  132. package/es/row-form/operation.vue.mjs +32 -0
  133. package/es/row-form/operation.vue2.mjs +4 -0
  134. package/es/scan-code-input/index.mjs +7 -0
  135. package/es/scan-code-input/src/events.mjs +15 -0
  136. package/es/scan-code-input/src/scan-code-input.vue.mjs +32 -0
  137. package/es/scan-code-input-browser/index.mjs +7 -0
  138. package/es/scan-code-input-browser/src/scan-code-input.vue.mjs +39 -0
  139. package/es/secret-info/index.mjs +7 -0
  140. package/es/secret-info/index.vue.mjs +16 -0
  141. package/es/src/api/sso-service.mjs +57 -0
  142. package/es/src/components/Affix/index.vue.mjs +7 -0
  143. package/es/src/components/Card/index.mjs +48 -0
  144. package/es/src/components/Scrollbar/index.vue.mjs +52 -0
  145. package/es/src/directives/permission/index.mjs +7 -0
  146. package/es/src/directives/permission/permission.mjs +11 -0
  147. package/es/src/i18n/i18n.mjs +7 -0
  148. package/es/src/permission.mjs +79 -0
  149. package/es/src/router/index.mjs +10 -0
  150. package/es/src/store/index.mjs +13 -0
  151. package/es/src/store/modules/permission.mjs +31 -0
  152. package/es/src/store/modules/system.mjs +12 -0
  153. package/es/src/store/modules/tab-content.mjs +20 -0
  154. package/es/src/store/modules/user.mjs +139 -0
  155. package/es/src/utils/auth.mjs +156 -0
  156. package/es/src/utils/calculator/calculator-util.mjs +56 -0
  157. package/es/src/utils/common-util.mjs +440 -0
  158. package/es/src/utils/jump-page-utils.mjs +264 -0
  159. package/es/src/utils/menu.mjs +14 -0
  160. package/es/src/utils/permission.mjs +45 -0
  161. package/es/src/utils/permissionAuth.mjs +154 -0
  162. package/es/src/utils/range-selector.mjs +105 -0
  163. package/es/src/utils/request.mjs +140 -0
  164. package/es/src/utils/util.mjs +361 -0
  165. package/es/src/utils/voice-setting-cache.mjs +212 -0
  166. package/es/src/utils/watermark.mjs +40 -0
  167. package/es/src/utils/workflow-util.mjs +42 -0
  168. package/es/src/views/dsc-component/Sidebar/Item.vue.mjs +7 -0
  169. package/es/src/views/dsc-component/Sidebar/Item.vue2.mjs +12 -0
  170. package/es/src/views/dsc-component/Sidebar/Link.vue.mjs +14 -0
  171. package/es/src/views/dsc-component/Sidebar/SidebarItem.vue.mjs +53 -0
  172. package/es/src/views/dsc-component/Sidebar/index.vue.mjs +111 -0
  173. package/es/src/views/dsc-component/tabs/tab-content.vue.mjs +66 -0
  174. package/es/src/views/error-page/401.vue.mjs +15 -0
  175. package/es/src/views/error-page/404.vue.mjs +12 -0
  176. package/es/src/views/layout/EmptyLayout.vue.mjs +9 -0
  177. package/es/src/views/layout/Layout.vue.mjs +28 -0
  178. package/es/src/views/layout/NewLayout.vue.mjs +11 -0
  179. package/es/src/views/layout/components/AppMain.vue.mjs +13 -0
  180. package/es/src/views/layout/components/Breadcrumb/index.vue.mjs +49 -0
  181. package/es/src/views/layout/components/Menubar/Item.vue.mjs +7 -0
  182. package/es/src/views/layout/components/Menubar/Item.vue2.mjs +15 -0
  183. package/es/src/views/layout/components/Menubar/Link.vue.mjs +14 -0
  184. package/es/src/views/layout/components/Menubar/SidebarItem.vue.mjs +56 -0
  185. package/es/src/views/layout/components/Menubar/index.vue.mjs +90 -0
  186. package/es/src/views/layout/components/Sidebar/Item.vue2.mjs +4 -0
  187. package/es/src/views/layout/components/Sidebar/Link.vue.mjs +12 -0
  188. package/es/src/views/layout/components/Sidebar/SidebarItem.vue.mjs +22 -0
  189. package/es/src/views/layout/components/Sidebar/index.vue.mjs +58 -0
  190. package/es/src/views/layout/components/iframe-page.vue.mjs +14 -0
  191. package/es/src/views/layout/components/tabs/tab-content.vue.mjs +64 -0
  192. package/es/src/views/layout/mixin/ResizeHandler.mjs +16 -0
  193. package/es/src/views/layout/tab-content-iframe-index.vue.mjs +14 -0
  194. package/es/src/views/layout/tab-content-index.vue.mjs +28 -0
  195. package/es/src/views/wf-history/tache-subprocess-history.vue.mjs +14 -0
  196. package/es/style.css +3077 -0
  197. package/es/super-grid/index.mjs +7 -0
  198. package/es/super-grid/src/apis.mjs +458 -0
  199. package/es/super-grid/src/columns-config.vue.mjs +82 -0
  200. package/es/super-grid/src/components/grid-icon.vue.mjs +47 -0
  201. package/es/super-grid/src/components/grid-radio-input.vue.mjs +25 -0
  202. package/es/super-grid/src/components/grid-radio-input.vue2.mjs +4 -0
  203. package/es/super-grid/src/components/mobile-table-card.mjs +109 -0
  204. package/es/super-grid/src/components/select-input.vue.mjs +149 -0
  205. package/es/super-grid/src/components/select-input.vue2.mjs +4 -0
  206. package/es/super-grid/src/custom-formatter.mjs +168 -0
  207. package/es/super-grid/src/dynamic-input.vue.mjs +482 -0
  208. package/es/super-grid/src/events.mjs +37 -0
  209. package/es/super-grid/src/formValidatorUtil.mjs +109 -0
  210. package/es/super-grid/src/group-column.vue.mjs +24 -0
  211. package/es/super-grid/src/header-context-menu.vue.mjs +15 -0
  212. package/es/super-grid/src/index-column.vue.mjs +22 -0
  213. package/es/super-grid/src/normal-column-content.vue.mjs +319 -0
  214. package/es/super-grid/src/normal-column.vue.mjs +106 -0
  215. package/es/super-grid/src/row-detail.vue.mjs +14 -0
  216. package/es/super-grid/src/row-operation.vue.mjs +89 -0
  217. package/es/super-grid/src/scan-util.mjs +100 -0
  218. package/es/super-grid/src/search-button.vue.mjs +23 -0
  219. package/es/super-grid/src/search-condition-input.vue.mjs +17 -0
  220. package/es/super-grid/src/search-condition-list.vue.mjs +20 -0
  221. package/es/super-grid/src/search-form-advancedQuery.vue.mjs +116 -0
  222. package/es/super-grid/src/search-form-dialog.vue.mjs +16 -0
  223. package/es/super-grid/src/search-form-item.vue.mjs +128 -0
  224. package/es/super-grid/src/search-form-mobile.vue.mjs +41 -0
  225. package/es/super-grid/src/search-form-number.vue.mjs +26 -0
  226. package/es/super-grid/src/search-form-open.vue.mjs +50 -0
  227. package/es/super-grid/src/search-form-ordinarySearch.vue.mjs +39 -0
  228. package/es/super-grid/src/search-form.vue.mjs +201 -0
  229. package/es/super-grid/src/selection-column.vue.mjs +11 -0
  230. package/es/super-grid/src/super-grid-service.mjs +260 -0
  231. package/es/super-grid/src/super-grid.vue.mjs +1052 -0
  232. package/es/super-grid/src/utils.mjs +355 -0
  233. package/es/super-grid/src/view-image-dialog.vue.mjs +67 -0
  234. package/es/super-icon/index.mjs +7 -0
  235. package/es/super-icon/src/index.vue.mjs +7 -0
  236. package/es/super-icon/src/index.vue2.mjs +13 -0
  237. package/es/super-nine-grid/index.mjs +7 -0
  238. package/es/super-nine-grid/src/apis.mjs +36 -0
  239. package/es/super-nine-grid/src/custom-formatter.mjs +35 -0
  240. package/es/super-nine-grid/src/search-form-number.vue.mjs +13 -0
  241. package/es/super-nine-grid/src/search-form.vue.mjs +91 -0
  242. package/es/super-nine-grid/src/super-grid-service.mjs +39 -0
  243. package/es/super-nine-grid/src/super-nine-grid.vue.mjs +225 -0
  244. package/es/super-nine-grid/src/utils.mjs +32 -0
  245. package/es/svg-icon/index.mjs +7 -0
  246. package/es/svg-icon/src/svg-icon.vue.mjs +14 -0
  247. package/es/utils/memory-cache-utils.mjs +30 -0
  248. package/es/utils/utils.mjs +87 -0
  249. package/es/utils/value-set.mjs +94 -0
  250. package/es/valid-code/index.mjs +7 -0
  251. package/es/valid-code/src/valid-code.vue.mjs +23 -0
  252. package/es/workflow-button/index.mjs +7 -0
  253. package/es/workflow-button/src/workflow-button.vue.mjs +85 -0
  254. package/es/workflow-history-list/index.mjs +7 -0
  255. package/es/workflow-history-list/src/workflow-history-list.vue.mjs +89 -0
  256. package/es/workgroup-tree/index.mjs +7 -0
  257. package/es/workgroup-tree/src/workgroup-tree.vue.mjs +23 -0
  258. package/es/workgroup-tree-inline/index.mjs +7 -0
  259. package/es/workgroup-tree-inline/src/search-result.vue.mjs +39 -0
  260. package/es/workgroup-tree-inline/src/workgroup-tree-inline.vue.mjs +128 -0
  261. package/es/workgroup-tree-inline/src/workgroup-tree-service.mjs +35 -0
  262. package/es/workgroup-tree-mobile/index.mjs +8 -0
  263. package/es/workgroup-tree-mobile/src/dept-result.vue2.mjs +4 -0
  264. package/es/workgroup-tree-mobile/src/workgroup-tree-app.vue.mjs +15 -0
  265. package/es/workgroup-tree-mobile/src/workgroup-tree-app.vue3.mjs +5 -0
  266. package/es/workgroup-tree-mobile/src/workgroup-tree-inline-app.vue.mjs +109 -0
  267. package/es/workgroup-tree-mobile/src/workgroup-tree-inline-app.vue2.mjs +4 -0
  268. package/es/workgroup-user-tree/index.mjs +7 -0
  269. package/es/workgroup-user-tree/src/workgroup-user-tree.vue.mjs +23 -0
  270. package/es/workgroup-user-tree-inline/index.mjs +7 -0
  271. package/es/workgroup-user-tree-inline/src/search-result.vue.mjs +39 -0
  272. package/es/workgroup-user-tree-inline/src/workgroup-tree-inline-service.mjs +73 -0
  273. package/es/workgroup-user-tree-inline/src/workgroup-user-tree-inline.vue.mjs +172 -0
  274. package/es/workgroup-user-tree-mobile/src/dept-path.vue2.mjs +4 -0
  275. package/es/workgroup-user-tree-mobile/src/dept-result.vue.mjs +17 -0
  276. package/es/workgroup-user-tree-mobile/src/dept-result.vue2.mjs +4 -0
  277. package/es/workgroup-user-tree-mobile/src/workgroup-user-tree-app.vue.mjs +15 -0
  278. package/es/workgroup-user-tree-mobile/src/workgroup-user-tree-app.vue3.mjs +5 -0
  279. package/es/workgroup-user-tree-mobile/src/workgroup-user-tree-inline-app.vue.mjs +135 -0
  280. package/es/workgroup-user-tree-mobile/src/workgroup-user-tree-inline-app.vue2.mjs +4 -0
  281. package/es/year-range-picker/index.mjs +7 -0
  282. package/es/year-range-picker/src/year-range-picker.vue.mjs +14 -0
  283. package/lib/IntervalSelection/index.cjs +5 -0
  284. package/lib/IntervalSelection/src/sectionDate.vue.cjs +45 -0
  285. package/lib/IntervalSelection/src/sectionDate.vue2.cjs +2 -0
  286. package/lib/_virtual/__vite-browser-external.cjs +2 -0
  287. package/lib/_virtual/_plugin-vue_export-helper.cjs +7 -0
  288. package/lib/breadcrumb/index.cjs +5 -0
  289. package/lib/breadcrumb/src/breadcrumb.vue.cjs +37 -0
  290. package/lib/breadcrumb/src/breadcrumb.vue2.cjs +2 -0
  291. package/lib/chat-embed/index.cjs +5 -0
  292. package/lib/chat-embed/src/chat-addition-data.vue.cjs +5 -0
  293. package/lib/chat-embed/src/chat-addition-data.vue2.cjs +12 -0
  294. package/lib/chat-embed/src/chat-addition-data.vue3.cjs +2 -0
  295. package/lib/chat-embed/src/chat-ai-answer-tip.vue.cjs +5 -0
  296. package/lib/chat-embed/src/chat-ai-answer-tip.vue2.cjs +26 -0
  297. package/lib/chat-embed/src/chat-ai-answer-tip.vue3.cjs +2 -0
  298. package/lib/chat-embed/src/chat-bubble-footer.vue.cjs +5 -0
  299. package/lib/chat-embed/src/chat-bubble-footer.vue2.cjs +28 -0
  300. package/lib/chat-embed/src/chat-bubble-footer.vue3.cjs +2 -0
  301. package/lib/chat-embed/src/chat-embed-message.cjs +16 -0
  302. package/lib/chat-embed/src/chat-sender.vue.cjs +5 -0
  303. package/lib/chat-embed/src/chat-sender.vue2.cjs +147 -0
  304. package/lib/chat-embed/src/chat-sender.vue3.cjs +2 -0
  305. package/lib/chat-embed/src/components/answer-auto-chart.vue.cjs +5 -0
  306. package/lib/chat-embed/src/components/answer-auto-chart.vue2.cjs +51 -0
  307. package/lib/chat-embed/src/components/answer-auto-chart.vue3.cjs +2 -0
  308. package/lib/chat-embed/src/components/answer-home-chart.vue.cjs +5 -0
  309. package/lib/chat-embed/src/components/answer-home-chart.vue2.cjs +3 -0
  310. package/lib/chat-embed/src/components/answer-home-chart.vue3.cjs +2 -0
  311. package/lib/chat-embed/src/components/answer-interaction-data.vue.cjs +5 -0
  312. package/lib/chat-embed/src/components/answer-interaction-data.vue2.cjs +108 -0
  313. package/lib/chat-embed/src/components/answer-interaction-data.vue3.cjs +2 -0
  314. package/lib/chat-embed/src/components/history-detail.vue.cjs +5 -0
  315. package/lib/chat-embed/src/components/history-detail.vue2.cjs +50 -0
  316. package/lib/chat-embed/src/components/history-detail.vue3.cjs +2 -0
  317. package/lib/chat-embed/src/header.vue.cjs +5 -0
  318. package/lib/chat-embed/src/header.vue2.cjs +39 -0
  319. package/lib/chat-embed/src/header.vue3.cjs +2 -0
  320. package/lib/chat-embed/src/index.vue.cjs +5 -0
  321. package/lib/chat-embed/src/index.vue2.cjs +281 -0
  322. package/lib/chat-embed/src/index.vue3.cjs +2 -0
  323. package/lib/chat-embed/src/recommendation-message.vue.cjs +5 -0
  324. package/lib/chat-embed/src/recommendation-message.vue2.cjs +5 -0
  325. package/lib/chat-embed/src/recommendation-message.vue3.cjs +2 -0
  326. package/lib/chat-embed/src/sidebar-item.vue.cjs +5 -0
  327. package/lib/chat-embed/src/sidebar-item.vue2.cjs +109 -0
  328. package/lib/chat-embed/src/sidebar-item.vue3.cjs +2 -0
  329. package/lib/chat-embed/src/type.cjs +3 -0
  330. package/lib/chat-embed/src/util/chat-embed-util.cjs +51 -0
  331. package/lib/chat-embed/src/util/history-message-util.cjs +74 -0
  332. package/lib/chat-embed/src/util/mcp-utils.cjs +50 -0
  333. package/lib/chat-embed/src/util/text-file-util.cjs +8 -0
  334. package/lib/chat-embed/src/voice/index.cjs +5 -0
  335. package/lib/chat-embed/src/voice/js/crypto-js.cjs +1005 -0
  336. package/lib/chat-embed/src/voice/js/processor/index.umd.cjs +170 -0
  337. package/lib/chat-embed/src/voice/js/timer.cjs +8 -0
  338. package/lib/chat-embed/src/voice/voice.vue.cjs +95 -0
  339. package/lib/date-picker-range/index.cjs +5 -0
  340. package/lib/date-picker-range/index.vue.cjs +5 -0
  341. package/lib/date-picker-range/index.vue2.cjs +89 -0
  342. package/lib/date-picker-range/index.vue3.cjs +2 -0
  343. package/lib/department-tree/index.cjs +5 -0
  344. package/lib/department-tree/src/department-tree.vue.cjs +17 -0
  345. package/lib/department-tree-inline/index.cjs +5 -0
  346. package/lib/department-tree-inline/src/department-multi-tree-inline.vue.cjs +81 -0
  347. package/lib/department-tree-inline/src/department-multi-tree-inline.vue2.cjs +2 -0
  348. package/lib/department-tree-inline/src/department-single-tree-inline.vue.cjs +54 -0
  349. package/lib/department-tree-inline/src/department-single-tree-inline.vue2.cjs +2 -0
  350. package/lib/department-tree-inline/src/department-tree-inline.vue.cjs +12 -0
  351. package/lib/department-tree-inline/src/department-tree-service.cjs +106 -0
  352. package/lib/department-tree-inline/src/search-result.vue.cjs +36 -0
  353. package/lib/department-tree-inline/src/search-result.vue2.cjs +2 -0
  354. package/lib/department-tree-mobile/index.cjs +5 -0
  355. package/lib/department-tree-mobile/src/department-tree-app.vue.cjs +12 -0
  356. package/lib/department-tree-mobile/src/department-tree-app.vue2.cjs +2 -0
  357. package/lib/department-tree-mobile/src/department-tree-app.vue3.cjs +3 -0
  358. package/lib/department-tree-mobile/src/department-tree-inline-app.vue.cjs +110 -0
  359. package/lib/department-tree-mobile/src/department-tree-inline-app.vue2.cjs +3 -0
  360. package/lib/department-tree-mobile/src/department-tree-service.cjs +45 -0
  361. package/lib/department-tree-mobile/src/dept-path.vue.cjs +13 -0
  362. package/lib/department-tree-mobile/src/dept-path.vue2.cjs +3 -0
  363. package/lib/department-tree-mobile/src/dept-result.vue.cjs +13 -0
  364. package/lib/department-tree-mobile/src/dept-result.vue2.cjs +3 -0
  365. package/lib/department-user-tree/index.cjs +5 -0
  366. package/lib/department-user-tree/src/department-user-multiple-tree.vue.cjs +16 -0
  367. package/lib/department-user-tree/src/department-user-multiple-tree.vue2.cjs +2 -0
  368. package/lib/department-user-tree/src/department-user-single-tree.vue.cjs +14 -0
  369. package/lib/department-user-tree/src/department-user-tree.vue.cjs +21 -0
  370. package/lib/department-user-tree-inline/index.cjs +5 -0
  371. package/lib/department-user-tree-inline/src/department-user-multiple-tree-inline.vue.cjs +154 -0
  372. package/lib/department-user-tree-inline/src/department-user-multiple-tree-inline.vue2.cjs +2 -0
  373. package/lib/department-user-tree-inline/src/department-user-single-tree-inline.vue.cjs +57 -0
  374. package/lib/department-user-tree-inline/src/department-user-single-tree-inline.vue2.cjs +2 -0
  375. package/lib/department-user-tree-inline/src/department-user-tree-inline.vue.cjs +11 -0
  376. package/lib/department-user-tree-inline/src/department-user-tree-multi-service.cjs +78 -0
  377. package/lib/department-user-tree-inline/src/department-user-tree-single-service.cjs +51 -0
  378. package/lib/department-user-tree-inline/src/group-user/group-input.vue.cjs +34 -0
  379. package/lib/department-user-tree-inline/src/group-user/group-list.vue.cjs +22 -0
  380. package/lib/department-user-tree-inline/src/group-user/group-user.vue.cjs +10 -0
  381. package/lib/department-user-tree-inline/src/group-user-multiple-tree.vue.cjs +72 -0
  382. package/lib/department-user-tree-inline/src/group-user-single-tree.vue.cjs +28 -0
  383. package/lib/department-user-tree-inline/src/group-user-tree-service.cjs +33 -0
  384. package/lib/department-user-tree-inline/src/search-result.vue.cjs +38 -0
  385. package/lib/department-user-tree-inline/src/search-result.vue2.cjs +2 -0
  386. package/lib/department-user-tree-mobile/index.cjs +5 -0
  387. package/lib/department-user-tree-mobile/src/department-user-tree-app.vue.cjs +12 -0
  388. package/lib/department-user-tree-mobile/src/department-user-tree-app.vue2.cjs +2 -0
  389. package/lib/department-user-tree-mobile/src/department-user-tree-app.vue3.cjs +3 -0
  390. package/lib/department-user-tree-mobile/src/department-user-tree-inline-app.vue.cjs +124 -0
  391. package/lib/department-user-tree-mobile/src/department-user-tree-inline-app.vue2.cjs +3 -0
  392. package/lib/department-user-tree-mobile/src/department-user-tree-service.cjs +28 -0
  393. package/lib/department-user-tree-mobile/src/dept-path.vue.cjs +13 -0
  394. package/lib/department-user-tree-mobile/src/dept-path.vue2.cjs +3 -0
  395. package/lib/department-user-tree-mobile/src/dept-result.vue.cjs +13 -0
  396. package/lib/department-user-tree-mobile/src/dept-result.vue2.cjs +3 -0
  397. package/lib/directives/prevent-reclick.cjs +14 -0
  398. package/lib/dynamic-source-select/index.cjs +5 -0
  399. package/lib/dynamic-source-select/src/dynamic-source-select-service.cjs +30 -0
  400. package/lib/dynamic-source-select/src/dynamic-source-select.vue.cjs +266 -0
  401. package/lib/dynamic-source-select/src/dynamic-source-select.vue2.cjs +2 -0
  402. package/lib/dynamic-source-select/src/dynamic-source-select.vue3.cjs +2 -0
  403. package/lib/dynamic-source-select/src/events.cjs +28 -0
  404. package/lib/empty-state/index.vue.cjs +6 -0
  405. package/lib/empty-state/index.vue2.cjs +3 -0
  406. package/lib/fs-preview/index.cjs +5 -0
  407. package/lib/fs-preview/src/fs-preview.vue.cjs +111 -0
  408. package/lib/fs-preview/src/fs-preview.vue2.cjs +2 -0
  409. package/lib/fs-upload/index.cjs +5 -0
  410. package/lib/fs-upload/src/fs-upload-multi.vue.cjs +63 -0
  411. package/lib/fs-upload/src/fs-upload-single.vue.cjs +64 -0
  412. package/lib/fs-upload/src/fs-upload.vue.cjs +18 -0
  413. package/lib/fs-upload/src/see-big-picture.vue.cjs +9 -0
  414. package/lib/fs-upload-list/index.cjs +5 -0
  415. package/lib/fs-upload-list/src/fs-upload-list.vue.cjs +91 -0
  416. package/lib/fs-upload-list/src/fs-upload-list.vue2.cjs +2 -0
  417. package/lib/fs-upload-new/index.cjs +5 -0
  418. package/lib/fs-upload-new/src/file-upload-mobile/file-upload-app.vue.cjs +57 -0
  419. package/lib/fs-upload-new/src/file-upload-mobile/file-upload-app.vue2.cjs +3 -0
  420. package/lib/fs-upload-new/src/file-upload-mobile/file-upload-browser.vue.cjs +170 -0
  421. package/lib/fs-upload-new/src/file-upload-mobile/file-upload-browser.vue2.cjs +3 -0
  422. package/lib/fs-upload-new/src/file-upload-mobile/file-upload-component.vue.cjs +5 -0
  423. package/lib/fs-upload-new/src/file-upload-mobile/file-upload-component.vue2.cjs +32 -0
  424. package/lib/fs-upload-new/src/file-upload-mobile/file-upload-component.vue3.cjs +2 -0
  425. package/lib/fs-upload-new/src/file-upload-mobile/file-upload-input.vue.cjs +41 -0
  426. package/lib/fs-upload-new/src/file-upload-mobile/file-upload-input.vue2.cjs +3 -0
  427. package/lib/fs-upload-new/src/file-upload-mobile/file-upload.vue.cjs +29 -0
  428. package/lib/fs-upload-new/src/file-upload-mobile/file-upload.vue2.cjs +3 -0
  429. package/lib/fs-upload-new/src/fs-button-upload.vue.cjs +5 -0
  430. package/lib/fs-upload-new/src/fs-button-upload.vue2.cjs +55 -0
  431. package/lib/fs-upload-new/src/fs-button-upload.vue3.cjs +2 -0
  432. package/lib/fs-upload-new/src/fs-drag-upload.vue.cjs +5 -0
  433. package/lib/fs-upload-new/src/fs-drag-upload.vue2.cjs +55 -0
  434. package/lib/fs-upload-new/src/fs-drag-upload.vue3.cjs +2 -0
  435. package/lib/fs-upload-new/src/fs-preview-new.vue.cjs +5 -0
  436. package/lib/fs-upload-new/src/fs-preview-new.vue2.cjs +84 -0
  437. package/lib/fs-upload-new/src/fs-preview-new.vue3.cjs +2 -0
  438. package/lib/fs-upload-new/src/fs-preview-new.vue4.cjs +2 -0
  439. package/lib/fs-upload-new/src/fs-upload-new.vue.cjs +54 -0
  440. package/lib/fs-upload-new/src/fs-upload-new.vue2.cjs +3 -0
  441. package/lib/hamburger/index.cjs +5 -0
  442. package/lib/hamburger/src/hamburger.vue.cjs +11 -0
  443. package/lib/hamburger/src/hamburger.vue2.cjs +2 -0
  444. package/lib/index.cjs +41 -0
  445. package/lib/json-view/json-view-dialog.vue.cjs +16 -0
  446. package/lib/json-view/json-view-dialog.vue2.cjs +3 -0
  447. package/lib/json-view/json-view.vue.cjs +3 -0
  448. package/lib/json-view/json-view.vue2.cjs +32 -0
  449. package/lib/multipart-upload/index.cjs +5 -0
  450. package/lib/multipart-upload/src/index.vue.cjs +10 -0
  451. package/lib/multipart-upload/src/multipart-upload-form.vue.cjs +73 -0
  452. package/lib/multipart-upload/src/multipart-upload-list.vue.cjs +96 -0
  453. package/lib/organization-input/index.cjs +5 -0
  454. package/lib/organization-input/src/organization-input.vue.cjs +218 -0
  455. package/lib/organization-input/src/organization-input.vue2.cjs +2 -0
  456. package/lib/plugins/export-data-new.cjs +229 -0
  457. package/lib/plugins/export-data.cjs +173 -0
  458. package/lib/plugins/index.cjs +5 -0
  459. package/lib/plugins/public-method.cjs +13 -0
  460. package/lib/remove-department/index.cjs +5 -0
  461. package/lib/remove-department/src/remove-department.vue.cjs +27 -0
  462. package/lib/remove-department/src/remove-dept-service.cjs +12 -0
  463. package/lib/remove-user/index.cjs +5 -0
  464. package/lib/remove-user/src/remove-user-service.cjs +12 -0
  465. package/lib/remove-user/src/remove-user.vue.cjs +29 -0
  466. package/lib/remove-workgroup/index.cjs +5 -0
  467. package/lib/remove-workgroup/src/remove-workgroup-service.cjs +12 -0
  468. package/lib/remove-workgroup/src/remove-workgroup.vue.cjs +25 -0
  469. package/lib/rich-editor/index.cjs +5 -0
  470. package/lib/rich-editor/index.vue.cjs +67 -0
  471. package/lib/rich-editor/tinymce/zh_CN.cjs +2 -0
  472. package/lib/rich-editor/viewer.vue.cjs +24 -0
  473. package/lib/row-form/index.cjs +5 -0
  474. package/lib/row-form/index.vue.cjs +5 -0
  475. package/lib/row-form/index.vue2.cjs +56 -0
  476. package/lib/row-form/index.vue3.cjs +2 -0
  477. package/lib/row-form/operation.vue.cjs +28 -0
  478. package/lib/row-form/operation.vue2.cjs +3 -0
  479. package/lib/scan-code-input/index.cjs +5 -0
  480. package/lib/scan-code-input/src/events.cjs +13 -0
  481. package/lib/scan-code-input/src/scan-code-input.vue.cjs +26 -0
  482. package/lib/scan-code-input-browser/index.cjs +5 -0
  483. package/lib/scan-code-input-browser/src/scan-code-input.vue.cjs +34 -0
  484. package/lib/secret-info/index.cjs +5 -0
  485. package/lib/secret-info/index.vue.cjs +13 -0
  486. package/lib/src/api/sso-service.cjs +55 -0
  487. package/lib/src/api/tab.cjs +14 -0
  488. package/lib/src/assets/401/401.gif.cjs +2 -0
  489. package/lib/src/assets/404/404-cloud.png.cjs +2 -0
  490. package/lib/src/assets/404/404.png.cjs +2 -0
  491. package/lib/src/assets/chat-embed/robot.gif.cjs +2 -0
  492. package/lib/src/assets/chat-embed/robot.svg.cjs +2 -0
  493. package/lib/src/assets/nonemessage.png.cjs +2 -0
  494. package/lib/src/components/Affix/index.vue.cjs +5 -0
  495. package/lib/src/components/Affix/index.vue2.cjs +81 -0
  496. package/lib/src/components/Affix/index.vue3.cjs +2 -0
  497. package/lib/src/components/Card/index.cjs +43 -0
  498. package/lib/src/components/Scrollbar/index.vue.cjs +48 -0
  499. package/lib/src/components/Scrollbar/index.vue2.cjs +2 -0
  500. package/lib/src/directives/permission/index.cjs +5 -0
  501. package/lib/src/directives/permission/permission.cjs +9 -0
  502. package/lib/src/i18n/i18n.cjs +3 -0
  503. package/lib/src/i18n/langs/cn.cjs +2 -0
  504. package/lib/src/i18n/langs/en.cjs +2 -0
  505. package/lib/src/mixins/resizeMixin.cjs +20 -0
  506. package/lib/src/permission.cjs +76 -0
  507. package/lib/src/router/index.cjs +16 -0
  508. package/lib/src/store/getters.cjs +2 -0
  509. package/lib/src/store/index.cjs +16 -0
  510. package/lib/src/store/modules/app.cjs +40 -0
  511. package/lib/src/store/modules/chat-ai-store.cjs +33 -0
  512. package/lib/src/store/modules/permission.cjs +30 -0
  513. package/lib/src/store/modules/system.cjs +10 -0
  514. package/lib/src/store/modules/tab-content.cjs +18 -0
  515. package/lib/src/store/modules/table.cjs +17 -0
  516. package/lib/src/store/modules/user.cjs +133 -0
  517. package/lib/src/utils/auth-api.cjs +132 -0
  518. package/lib/src/utils/auth.cjs +86 -0
  519. package/lib/src/utils/calculator/calculator-factory-wf.cjs +166 -0
  520. package/lib/src/utils/calculator/calculator-factory.cjs +92 -0
  521. package/lib/src/utils/calculator/calculator-util.cjs +53 -0
  522. package/lib/src/utils/chat-ai-util.cjs +26 -0
  523. package/lib/src/utils/common-util.cjs +355 -0
  524. package/lib/src/utils/eventBus.cjs +3 -0
  525. package/lib/src/utils/file-util.cjs +22 -0
  526. package/lib/src/utils/global-prop.cjs +22 -0
  527. package/lib/src/utils/guid.cjs +7 -0
  528. package/lib/src/utils/i18n-util.cjs +62 -0
  529. package/lib/src/utils/iconUtils.cjs +19 -0
  530. package/lib/src/utils/index.cjs +32 -0
  531. package/lib/src/utils/insert_css.cjs +18 -0
  532. package/lib/src/utils/json-util.cjs +45 -0
  533. package/lib/src/utils/jump-page-utils.cjs +256 -0
  534. package/lib/src/utils/local-storage.cjs +18 -0
  535. package/lib/src/utils/menu.cjs +13 -0
  536. package/lib/src/utils/permission.cjs +41 -0
  537. package/lib/src/utils/permissionAuth.cjs +120 -0
  538. package/lib/src/utils/range-selector.cjs +101 -0
  539. package/lib/src/utils/request.cjs +131 -0
  540. package/lib/src/utils/resize.cjs +11 -0
  541. package/lib/src/utils/restful-interface-utils.cjs +15 -0
  542. package/lib/src/utils/util.cjs +341 -0
  543. package/lib/src/utils/validate.cjs +12 -0
  544. package/lib/src/utils/voice-setting-cache.cjs +199 -0
  545. package/lib/src/utils/watermark-cache.cjs +10 -0
  546. package/lib/src/utils/watermark.cjs +33 -0
  547. package/lib/src/utils/workflow-util.cjs +41 -0
  548. package/lib/src/views/dsc-component/Sidebar/Item.vue.cjs +5 -0
  549. package/lib/src/views/dsc-component/Sidebar/Item.vue2.cjs +9 -0
  550. package/lib/src/views/dsc-component/Sidebar/Item.vue3.cjs +2 -0
  551. package/lib/src/views/dsc-component/Sidebar/Link.vue.cjs +11 -0
  552. package/lib/src/views/dsc-component/Sidebar/SidebarItem.vue.cjs +46 -0
  553. package/lib/src/views/dsc-component/Sidebar/SidebarItem.vue2.cjs +2 -0
  554. package/lib/src/views/dsc-component/Sidebar/index.vue.cjs +103 -0
  555. package/lib/src/views/dsc-component/tabs/tab-content.vue.cjs +61 -0
  556. package/lib/src/views/dsc-component/tabs/tab-content.vue2.cjs +2 -0
  557. package/lib/src/views/dsc-component/tabs/tab-content.vue3.cjs +2 -0
  558. package/lib/src/views/error-page/401.vue.cjs +11 -0
  559. package/lib/src/views/error-page/401.vue2.cjs +2 -0
  560. package/lib/src/views/error-page/404.vue.cjs +8 -0
  561. package/lib/src/views/error-page/404.vue2.cjs +2 -0
  562. package/lib/src/views/layout/EmptyLayout.vue.cjs +7 -0
  563. package/lib/src/views/layout/Layout.vue.cjs +21 -0
  564. package/lib/src/views/layout/Layout.vue2.cjs +2 -0
  565. package/lib/src/views/layout/NewLayout.vue.cjs +7 -0
  566. package/lib/src/views/layout/components/AppMain.vue.cjs +11 -0
  567. package/lib/src/views/layout/components/AppMain.vue2.cjs +2 -0
  568. package/lib/src/views/layout/components/Breadcrumb/index.vue.cjs +56 -0
  569. package/lib/src/views/layout/components/Breadcrumb/index.vue2.cjs +2 -0
  570. package/lib/src/views/layout/components/Menubar/Item.vue.cjs +5 -0
  571. package/lib/src/views/layout/components/Menubar/Item.vue2.cjs +13 -0
  572. package/lib/src/views/layout/components/Menubar/Item.vue3.cjs +2 -0
  573. package/lib/src/views/layout/components/Menubar/Link.vue.cjs +11 -0
  574. package/lib/src/views/layout/components/Menubar/SidebarItem.vue.cjs +47 -0
  575. package/lib/src/views/layout/components/Menubar/SidebarItem.vue2.cjs +2 -0
  576. package/lib/src/views/layout/components/Menubar/index.vue.cjs +79 -0
  577. package/lib/src/views/layout/components/Sidebar/Item.vue.cjs +7 -0
  578. package/lib/src/views/layout/components/Sidebar/Item.vue2.cjs +3 -0
  579. package/lib/src/views/layout/components/Sidebar/Link.vue.cjs +9 -0
  580. package/lib/src/views/layout/components/Sidebar/SidebarItem.vue.cjs +16 -0
  581. package/lib/src/views/layout/components/Sidebar/SidebarItem.vue2.cjs +2 -0
  582. package/lib/src/views/layout/components/Sidebar/index.vue.cjs +51 -0
  583. package/lib/src/views/layout/components/iframe-page.vue.cjs +12 -0
  584. package/lib/src/views/layout/components/iframe-page.vue2.cjs +2 -0
  585. package/lib/src/views/layout/components/tabs/tab-content.vue.cjs +60 -0
  586. package/lib/src/views/layout/components/tabs/tab-content.vue2.cjs +2 -0
  587. package/lib/src/views/layout/components/tabs/tab-content.vue3.cjs +2 -0
  588. package/lib/src/views/layout/mixin/ResizeHandler.cjs +14 -0
  589. package/lib/src/views/layout/tab-content-iframe-index.vue.cjs +12 -0
  590. package/lib/src/views/layout/tab-content-iframe-index.vue2.cjs +2 -0
  591. package/lib/src/views/layout/tab-content-index.vue.cjs +22 -0
  592. package/lib/src/views/layout/tab-content-index.vue2.cjs +2 -0
  593. package/lib/src/views/login/authredirect.vue.cjs +6 -0
  594. package/lib/src/views/redirect/index.vue.cjs +17 -0
  595. package/lib/src/views/svg-icon/src/svg-icon.vue.cjs +2 -0
  596. package/lib/src/views/wf-history/tache-subprocess-history.vue.cjs +12 -0
  597. package/lib/src/views/wf-history/tache-subprocess-history.vue2.cjs +2 -0
  598. package/lib/style.css +464 -464
  599. package/lib/super-grid/index.cjs +5 -0
  600. package/lib/super-grid/src/apis.cjs +448 -0
  601. package/lib/super-grid/src/columns-config.vue.cjs +76 -0
  602. package/lib/super-grid/src/components/grid-icon.vue.cjs +39 -0
  603. package/lib/super-grid/src/components/grid-radio-input.vue.cjs +22 -0
  604. package/lib/super-grid/src/components/grid-radio-input.vue2.cjs +3 -0
  605. package/lib/super-grid/src/components/mobile-table-card.cjs +99 -0
  606. package/lib/super-grid/src/components/select-input.vue.cjs +141 -0
  607. package/lib/super-grid/src/components/select-input.vue2.cjs +3 -0
  608. package/lib/super-grid/src/custom-formatter.cjs +163 -0
  609. package/lib/super-grid/src/dynamic-input.vue.cjs +465 -0
  610. package/lib/super-grid/src/eventBus.cjs +3 -0
  611. package/lib/super-grid/src/events.cjs +35 -0
  612. package/lib/super-grid/src/formValidatorUtil.cjs +106 -0
  613. package/lib/super-grid/src/formatter.cjs +69 -0
  614. package/lib/super-grid/src/group-column.vue.cjs +19 -0
  615. package/lib/super-grid/src/header-context-menu.vue.cjs +12 -0
  616. package/lib/super-grid/src/header-context-menu.vue2.cjs +2 -0
  617. package/lib/super-grid/src/index-column.vue.cjs +19 -0
  618. package/lib/super-grid/src/normal-column-content.vue.cjs +300 -0
  619. package/lib/super-grid/src/normal-column-content.vue2.cjs +2 -0
  620. package/lib/super-grid/src/normal-column.vue.cjs +91 -0
  621. package/lib/super-grid/src/normal-column.vue2.cjs +2 -0
  622. package/lib/super-grid/src/public-methods.cjs +20 -0
  623. package/lib/super-grid/src/row-detail.vue.cjs +11 -0
  624. package/lib/super-grid/src/row-operation.vue.cjs +82 -0
  625. package/lib/super-grid/src/row-operation.vue2.cjs +2 -0
  626. package/lib/super-grid/src/scan-util.cjs +98 -0
  627. package/lib/super-grid/src/search-button.vue.cjs +18 -0
  628. package/lib/super-grid/src/search-condition-input.vue.cjs +13 -0
  629. package/lib/super-grid/src/search-condition-list.vue.cjs +17 -0
  630. package/lib/super-grid/src/search-form-advancedQuery.vue.cjs +106 -0
  631. package/lib/super-grid/src/search-form-advancedQuery.vue2.cjs +2 -0
  632. package/lib/super-grid/src/search-form-dialog.vue.cjs +12 -0
  633. package/lib/super-grid/src/search-form-item.vue.cjs +120 -0
  634. package/lib/super-grid/src/search-form-item.vue2.cjs +2 -0
  635. package/lib/super-grid/src/search-form-mobile.vue.cjs +32 -0
  636. package/lib/super-grid/src/search-form-mobile.vue2.cjs +2 -0
  637. package/lib/super-grid/src/search-form-number.vue.cjs +21 -0
  638. package/lib/super-grid/src/search-form-open.vue.cjs +44 -0
  639. package/lib/super-grid/src/search-form-ordinarySearch.vue.cjs +31 -0
  640. package/lib/super-grid/src/search-form-ordinarySearch.vue2.cjs +2 -0
  641. package/lib/super-grid/src/search-form.vue.cjs +189 -0
  642. package/lib/super-grid/src/search-form.vue2.cjs +2 -0
  643. package/lib/super-grid/src/search-methods.cjs +163 -0
  644. package/lib/super-grid/src/selection-column.vue.cjs +9 -0
  645. package/lib/super-grid/src/store.cjs +3 -0
  646. package/lib/super-grid/src/super-grid-service.cjs +253 -0
  647. package/lib/super-grid/src/super-grid.vue.cjs +1021 -0
  648. package/lib/super-grid/src/super-grid.vue2.cjs +2 -0
  649. package/lib/super-grid/src/utils.cjs +298 -0
  650. package/lib/super-grid/src/view-image-dialog.vue.cjs +60 -0
  651. package/lib/super-icon/index.cjs +5 -0
  652. package/lib/super-icon/src/index.vue.cjs +5 -0
  653. package/lib/super-icon/src/index.vue2.cjs +10 -0
  654. package/lib/super-icon/src/index.vue3.cjs +2 -0
  655. package/lib/super-nine-grid/index.cjs +5 -0
  656. package/lib/super-nine-grid/src/apis.cjs +33 -0
  657. package/lib/super-nine-grid/src/custom-formatter.cjs +33 -0
  658. package/lib/super-nine-grid/src/formatter.cjs +36 -0
  659. package/lib/super-nine-grid/src/search-form-number.vue.cjs +9 -0
  660. package/lib/super-nine-grid/src/search-form.vue.cjs +84 -0
  661. package/lib/super-nine-grid/src/search-form.vue2.cjs +2 -0
  662. package/lib/super-nine-grid/src/search-methods.cjs +47 -0
  663. package/lib/super-nine-grid/src/store.cjs +3 -0
  664. package/lib/super-nine-grid/src/super-grid-service.cjs +35 -0
  665. package/lib/super-nine-grid/src/super-nine-grid.vue.cjs +215 -0
  666. package/lib/super-nine-grid/src/super-nine-grid.vue2.cjs +2 -0
  667. package/lib/super-nine-grid/src/utils.cjs +36 -0
  668. package/lib/svg-icon/index.cjs +5 -0
  669. package/lib/svg-icon/src/svg-icon.vue.cjs +12 -0
  670. package/lib/svg-icon/src/svg-icon.vue2.cjs +2 -0
  671. package/lib/utils/gogocodeTransfer.cjs +28 -0
  672. package/lib/utils/memory-cache-utils.cjs +28 -0
  673. package/lib/utils/organization.cjs +44 -0
  674. package/lib/utils/utils.cjs +85 -0
  675. package/lib/utils/value-set.cjs +92 -0
  676. package/lib/valid-code/index.cjs +5 -0
  677. package/lib/valid-code/src/valid-code.vue.cjs +20 -0
  678. package/lib/valid-code/src/valid-code.vue2.cjs +2 -0
  679. package/lib/workflow-button/index.cjs +5 -0
  680. package/lib/workflow-button/src/workflow-button.vue.cjs +80 -0
  681. package/lib/workflow-history-list/index.cjs +5 -0
  682. package/lib/workflow-history-list/src/api.cjs +5 -0
  683. package/lib/workflow-history-list/src/workflow-history-list.vue.cjs +83 -0
  684. package/lib/workflow-history-list/src/workflow-history-list.vue2.cjs +2 -0
  685. package/lib/workgroup-tree/index.cjs +5 -0
  686. package/lib/workgroup-tree/src/workgroup-tree.vue.cjs +17 -0
  687. package/lib/workgroup-tree-inline/index.cjs +5 -0
  688. package/lib/workgroup-tree-inline/src/search-result.vue.cjs +35 -0
  689. package/lib/workgroup-tree-inline/src/search-result.vue2.cjs +2 -0
  690. package/lib/workgroup-tree-inline/src/workgroup-tree-inline.vue.cjs +119 -0
  691. package/lib/workgroup-tree-inline/src/workgroup-tree-inline.vue2.cjs +2 -0
  692. package/lib/workgroup-tree-inline/src/workgroup-tree-service.cjs +33 -0
  693. package/lib/workgroup-tree-mobile/index.cjs +5 -0
  694. package/lib/workgroup-tree-mobile/src/dept-result.vue.cjs +13 -0
  695. package/lib/workgroup-tree-mobile/src/dept-result.vue2.cjs +3 -0
  696. package/lib/workgroup-tree-mobile/src/workgroup-tree-app.vue.cjs +12 -0
  697. package/lib/workgroup-tree-mobile/src/workgroup-tree-app.vue2.cjs +2 -0
  698. package/lib/workgroup-tree-mobile/src/workgroup-tree-app.vue3.cjs +3 -0
  699. package/lib/workgroup-tree-mobile/src/workgroup-tree-inline-app.vue.cjs +99 -0
  700. package/lib/workgroup-tree-mobile/src/workgroup-tree-inline-app.vue2.cjs +3 -0
  701. package/lib/workgroup-tree-mobile/src/workgroup-tree-service.cjs +25 -0
  702. package/lib/workgroup-user-tree/index.cjs +5 -0
  703. package/lib/workgroup-user-tree/src/workgroup-user-tree.vue.cjs +17 -0
  704. package/lib/workgroup-user-tree-inline/index.cjs +5 -0
  705. package/lib/workgroup-user-tree-inline/src/search-result.vue.cjs +35 -0
  706. package/lib/workgroup-user-tree-inline/src/search-result.vue2.cjs +2 -0
  707. package/lib/workgroup-user-tree-inline/src/workgroup-tree-inline-service.cjs +71 -0
  708. package/lib/workgroup-user-tree-inline/src/workgroup-user-tree-inline.vue.cjs +163 -0
  709. package/lib/workgroup-user-tree-inline/src/workgroup-user-tree-inline.vue2.cjs +2 -0
  710. package/lib/workgroup-user-tree-mobile/src/dept-path.vue.cjs +13 -0
  711. package/lib/workgroup-user-tree-mobile/src/dept-path.vue2.cjs +3 -0
  712. package/lib/workgroup-user-tree-mobile/src/dept-result.vue.cjs +13 -0
  713. package/lib/workgroup-user-tree-mobile/src/dept-result.vue2.cjs +3 -0
  714. package/lib/workgroup-user-tree-mobile/src/workgroup-user-tree-app.vue.cjs +12 -0
  715. package/lib/workgroup-user-tree-mobile/src/workgroup-user-tree-app.vue2.cjs +2 -0
  716. package/lib/workgroup-user-tree-mobile/src/workgroup-user-tree-app.vue3.cjs +3 -0
  717. package/lib/workgroup-user-tree-mobile/src/workgroup-user-tree-inline-app.vue.cjs +124 -0
  718. package/lib/workgroup-user-tree-mobile/src/workgroup-user-tree-inline-app.vue2.cjs +3 -0
  719. package/lib/workgroup-user-tree-mobile/src/workgroup-user-tree-service.cjs +20 -0
  720. package/lib/year-range-picker/index.cjs +5 -0
  721. package/lib/year-range-picker/src/year-range-picker.vue.cjs +11 -0
  722. package/package.json +3 -2
  723. package/vite.config.js +11 -11
  724. package/lib/IntervalSelection/index.js +0 -7
  725. package/lib/IntervalSelection/src/sectionDate.vue.js +0 -49
  726. package/lib/breadcrumb/index.js +0 -7
  727. package/lib/breadcrumb/src/breadcrumb.vue.js +0 -28
  728. package/lib/chat-embed/index.js +0 -7
  729. package/lib/chat-embed/src/chat-addition-data.vue.js +0 -7
  730. package/lib/chat-embed/src/chat-ai-answer-tip.vue.js +0 -7
  731. package/lib/chat-embed/src/chat-bubble-footer.vue.js +0 -7
  732. package/lib/chat-embed/src/chat-embed-message.js +0 -22
  733. package/lib/chat-embed/src/chat-sender.vue.js +0 -7
  734. package/lib/chat-embed/src/chat-sender.vue2.js +0 -160
  735. package/lib/chat-embed/src/components/answer-auto-chart.vue.js +0 -7
  736. package/lib/chat-embed/src/components/answer-home-chart.vue.js +0 -7
  737. package/lib/chat-embed/src/components/answer-interaction-data.vue.js +0 -7
  738. package/lib/chat-embed/src/components/answer-interaction-data.vue2.js +0 -118
  739. package/lib/chat-embed/src/components/history-detail.vue.js +0 -7
  740. package/lib/chat-embed/src/components/history-detail.vue2.js +0 -55
  741. package/lib/chat-embed/src/header.vue.js +0 -7
  742. package/lib/chat-embed/src/header.vue2.js +0 -46
  743. package/lib/chat-embed/src/index.vue.js +0 -7
  744. package/lib/chat-embed/src/index.vue2.js +0 -307
  745. package/lib/chat-embed/src/recommendation-message.vue.js +0 -7
  746. package/lib/chat-embed/src/sidebar-item.vue.js +0 -7
  747. package/lib/chat-embed/src/sidebar-item.vue2.js +0 -118
  748. package/lib/chat-embed/src/util/history-message-util.js +0 -96
  749. package/lib/chat-embed/src/util/mcp-utils.js +0 -53
  750. package/lib/chat-embed/src/voice/index.js +0 -7
  751. package/lib/chat-embed/src/voice/js/crypto-js.js +0 -1013
  752. package/lib/chat-embed/src/voice/js/processor/index.umd.js +0 -178
  753. package/lib/chat-embed/src/voice/voice.vue.js +0 -104
  754. package/lib/date-picker-range/index.js +0 -7
  755. package/lib/date-picker-range/index.vue.js +0 -7
  756. package/lib/department-tree/index.js +0 -7
  757. package/lib/department-tree/src/department-tree.vue.js +0 -23
  758. package/lib/department-tree-inline/index.js +0 -7
  759. package/lib/department-tree-inline/src/department-multi-tree-inline.vue.js +0 -91
  760. package/lib/department-tree-inline/src/department-single-tree-inline.vue.js +0 -64
  761. package/lib/department-tree-inline/src/department-tree-inline.vue.js +0 -17
  762. package/lib/department-tree-inline/src/department-tree-service.js +0 -108
  763. package/lib/department-tree-inline/src/search-result.vue.js +0 -40
  764. package/lib/department-tree-mobile/index.js +0 -8
  765. package/lib/department-tree-mobile/src/department-tree-app.vue.js +0 -15
  766. package/lib/department-tree-mobile/src/department-tree-app.vue3.js +0 -5
  767. package/lib/department-tree-mobile/src/department-tree-inline-app.vue.js +0 -121
  768. package/lib/department-tree-mobile/src/department-tree-inline-app.vue2.js +0 -4
  769. package/lib/department-tree-mobile/src/dept-path.vue2.js +0 -4
  770. package/lib/department-tree-mobile/src/dept-result.vue2.js +0 -4
  771. package/lib/department-user-tree/index.js +0 -7
  772. package/lib/department-user-tree/src/department-user-multiple-tree.vue.js +0 -20
  773. package/lib/department-user-tree/src/department-user-single-tree.vue.js +0 -19
  774. package/lib/department-user-tree/src/department-user-tree.vue.js +0 -27
  775. package/lib/department-user-tree-inline/index.js +0 -7
  776. package/lib/department-user-tree-inline/src/department-user-multiple-tree-inline.vue.js +0 -165
  777. package/lib/department-user-tree-inline/src/department-user-single-tree-inline.vue.js +0 -69
  778. package/lib/department-user-tree-inline/src/department-user-tree-inline.vue.js +0 -16
  779. package/lib/department-user-tree-inline/src/department-user-tree-multi-service.js +0 -81
  780. package/lib/department-user-tree-inline/src/department-user-tree-single-service.js +0 -54
  781. package/lib/department-user-tree-inline/src/group-user/group-input.vue.js +0 -39
  782. package/lib/department-user-tree-inline/src/group-user/group-list.vue.js +0 -27
  783. package/lib/department-user-tree-inline/src/group-user/group-user.vue.js +0 -16
  784. package/lib/department-user-tree-inline/src/group-user-multiple-tree.vue.js +0 -78
  785. package/lib/department-user-tree-inline/src/group-user-single-tree.vue.js +0 -34
  786. package/lib/department-user-tree-inline/src/search-result.vue.js +0 -41
  787. package/lib/department-user-tree-mobile/index.js +0 -8
  788. package/lib/department-user-tree-mobile/src/department-user-tree-app.vue.js +0 -15
  789. package/lib/department-user-tree-mobile/src/department-user-tree-app.vue3.js +0 -5
  790. package/lib/department-user-tree-mobile/src/department-user-tree-inline-app.vue.js +0 -135
  791. package/lib/department-user-tree-mobile/src/department-user-tree-inline-app.vue2.js +0 -4
  792. package/lib/department-user-tree-mobile/src/dept-path.vue2.js +0 -4
  793. package/lib/department-user-tree-mobile/src/dept-result.vue.js +0 -17
  794. package/lib/department-user-tree-mobile/src/dept-result.vue2.js +0 -4
  795. package/lib/dynamic-source-select/index.js +0 -7
  796. package/lib/dynamic-source-select/src/dynamic-source-select-service.js +0 -32
  797. package/lib/dynamic-source-select/src/dynamic-source-select.vue.js +0 -276
  798. package/lib/empty-state/index.vue2.js +0 -4
  799. package/lib/fs-preview/index.js +0 -7
  800. package/lib/fs-preview/src/fs-preview.vue.js +0 -120
  801. package/lib/fs-upload/index.js +0 -7
  802. package/lib/fs-upload/src/fs-upload-multi.vue.js +0 -71
  803. package/lib/fs-upload/src/fs-upload-single.vue.js +0 -73
  804. package/lib/fs-upload/src/fs-upload.vue.js +0 -24
  805. package/lib/fs-upload/src/see-big-picture.vue.js +0 -12
  806. package/lib/fs-upload-list/index.js +0 -7
  807. package/lib/fs-upload-list/src/fs-upload-list.vue.js +0 -98
  808. package/lib/fs-upload-new/index.js +0 -7
  809. package/lib/fs-upload-new/src/file-upload-mobile/file-upload-app.vue.js +0 -61
  810. package/lib/fs-upload-new/src/file-upload-mobile/file-upload-app.vue2.js +0 -4
  811. package/lib/fs-upload-new/src/file-upload-mobile/file-upload-browser.vue.js +0 -178
  812. package/lib/fs-upload-new/src/file-upload-mobile/file-upload-browser.vue2.js +0 -4
  813. package/lib/fs-upload-new/src/file-upload-mobile/file-upload-component.vue.js +0 -7
  814. package/lib/fs-upload-new/src/file-upload-mobile/file-upload-component.vue2.js +0 -39
  815. package/lib/fs-upload-new/src/file-upload-mobile/file-upload-input.vue.js +0 -45
  816. package/lib/fs-upload-new/src/file-upload-mobile/file-upload-input.vue2.js +0 -4
  817. package/lib/fs-upload-new/src/file-upload-mobile/file-upload.vue.js +0 -35
  818. package/lib/fs-upload-new/src/file-upload-mobile/file-upload.vue2.js +0 -4
  819. package/lib/fs-upload-new/src/fs-button-upload.vue.js +0 -7
  820. package/lib/fs-upload-new/src/fs-button-upload.vue2.js +0 -62
  821. package/lib/fs-upload-new/src/fs-drag-upload.vue.js +0 -7
  822. package/lib/fs-upload-new/src/fs-drag-upload.vue2.js +0 -63
  823. package/lib/fs-upload-new/src/fs-preview-new.vue.js +0 -8
  824. package/lib/fs-upload-new/src/fs-preview-new.vue2.js +0 -93
  825. package/lib/fs-upload-new/src/fs-upload-new.vue.js +0 -64
  826. package/lib/fs-upload-new/src/fs-upload-new.vue2.js +0 -4
  827. package/lib/hamburger/index.js +0 -7
  828. package/lib/hamburger/src/hamburger.vue.js +0 -15
  829. package/lib/index.js +0 -384
  830. package/lib/json-view/json-view-dialog.vue.js +0 -19
  831. package/lib/json-view/json-view-dialog.vue2.js +0 -4
  832. package/lib/json-view/json-view.vue.js +0 -4
  833. package/lib/multipart-upload/index.js +0 -7
  834. package/lib/multipart-upload/src/index.vue.js +0 -14
  835. package/lib/multipart-upload/src/multipart-upload-form.vue.js +0 -82
  836. package/lib/multipart-upload/src/multipart-upload-list.vue.js +0 -104
  837. package/lib/organization-input/index.js +0 -7
  838. package/lib/organization-input/src/organization-input.vue.js +0 -224
  839. package/lib/plugins/export-data-new.js +0 -237
  840. package/lib/plugins/export-data.js +0 -179
  841. package/lib/plugins/index.js +0 -9
  842. package/lib/remove-department/index.js +0 -7
  843. package/lib/remove-department/src/remove-department.vue.js +0 -33
  844. package/lib/remove-user/index.js +0 -7
  845. package/lib/remove-user/src/remove-user.vue.js +0 -35
  846. package/lib/remove-workgroup/index.js +0 -7
  847. package/lib/remove-workgroup/src/remove-workgroup.vue.js +0 -31
  848. package/lib/rich-editor/index.js +0 -7
  849. package/lib/rich-editor/index.vue.js +0 -115
  850. package/lib/rich-editor/viewer.vue.js +0 -27
  851. package/lib/row-form/index.js +0 -7
  852. package/lib/row-form/index.vue.js +0 -7
  853. package/lib/row-form/index.vue2.js +0 -62
  854. package/lib/row-form/operation.vue.js +0 -32
  855. package/lib/row-form/operation.vue2.js +0 -4
  856. package/lib/scan-code-input/index.js +0 -7
  857. package/lib/scan-code-input/src/events.js +0 -15
  858. package/lib/scan-code-input/src/scan-code-input.vue.js +0 -32
  859. package/lib/scan-code-input-browser/index.js +0 -7
  860. package/lib/scan-code-input-browser/src/scan-code-input.vue.js +0 -39
  861. package/lib/secret-info/index.js +0 -7
  862. package/lib/secret-info/index.vue.js +0 -16
  863. package/lib/src/api/sso-service.js +0 -57
  864. package/lib/src/components/Affix/index.vue.js +0 -7
  865. package/lib/src/components/Card/index.js +0 -48
  866. package/lib/src/components/Scrollbar/index.vue.js +0 -52
  867. package/lib/src/directives/permission/index.js +0 -7
  868. package/lib/src/directives/permission/permission.js +0 -11
  869. package/lib/src/i18n/i18n.js +0 -7
  870. package/lib/src/permission.js +0 -79
  871. package/lib/src/router/index.js +0 -10
  872. package/lib/src/store/index.js +0 -13
  873. package/lib/src/store/modules/permission.js +0 -31
  874. package/lib/src/store/modules/system.js +0 -12
  875. package/lib/src/store/modules/tab-content.js +0 -20
  876. package/lib/src/store/modules/user.js +0 -139
  877. package/lib/src/utils/auth.js +0 -156
  878. package/lib/src/utils/calculator/calculator-util.js +0 -56
  879. package/lib/src/utils/common-util.js +0 -440
  880. package/lib/src/utils/jump-page-utils.js +0 -264
  881. package/lib/src/utils/menu.js +0 -14
  882. package/lib/src/utils/permission.js +0 -45
  883. package/lib/src/utils/permissionAuth.js +0 -154
  884. package/lib/src/utils/range-selector.js +0 -105
  885. package/lib/src/utils/request.js +0 -140
  886. package/lib/src/utils/util.js +0 -361
  887. package/lib/src/utils/voice-setting-cache.js +0 -212
  888. package/lib/src/utils/watermark.js +0 -40
  889. package/lib/src/utils/workflow-util.js +0 -42
  890. package/lib/src/views/dsc-component/Sidebar/Item.vue.js +0 -7
  891. package/lib/src/views/dsc-component/Sidebar/Item.vue2.js +0 -12
  892. package/lib/src/views/dsc-component/Sidebar/Link.vue.js +0 -14
  893. package/lib/src/views/dsc-component/Sidebar/SidebarItem.vue.js +0 -53
  894. package/lib/src/views/dsc-component/Sidebar/index.vue.js +0 -111
  895. package/lib/src/views/dsc-component/tabs/tab-content.vue.js +0 -66
  896. package/lib/src/views/error-page/401.vue.js +0 -15
  897. package/lib/src/views/error-page/404.vue.js +0 -12
  898. package/lib/src/views/layout/EmptyLayout.vue.js +0 -9
  899. package/lib/src/views/layout/Layout.vue.js +0 -28
  900. package/lib/src/views/layout/NewLayout.vue.js +0 -11
  901. package/lib/src/views/layout/components/AppMain.vue.js +0 -13
  902. package/lib/src/views/layout/components/Breadcrumb/index.vue.js +0 -49
  903. package/lib/src/views/layout/components/Menubar/Item.vue.js +0 -7
  904. package/lib/src/views/layout/components/Menubar/Item.vue2.js +0 -15
  905. package/lib/src/views/layout/components/Menubar/Link.vue.js +0 -14
  906. package/lib/src/views/layout/components/Menubar/SidebarItem.vue.js +0 -56
  907. package/lib/src/views/layout/components/Menubar/index.vue.js +0 -90
  908. package/lib/src/views/layout/components/Sidebar/Item.vue2.js +0 -4
  909. package/lib/src/views/layout/components/Sidebar/Link.vue.js +0 -12
  910. package/lib/src/views/layout/components/Sidebar/SidebarItem.vue.js +0 -22
  911. package/lib/src/views/layout/components/Sidebar/index.vue.js +0 -58
  912. package/lib/src/views/layout/components/iframe-page.vue.js +0 -14
  913. package/lib/src/views/layout/components/tabs/tab-content.vue.js +0 -64
  914. package/lib/src/views/layout/mixin/ResizeHandler.js +0 -16
  915. package/lib/src/views/layout/tab-content-iframe-index.vue.js +0 -14
  916. package/lib/src/views/layout/tab-content-index.vue.js +0 -28
  917. package/lib/src/views/wf-history/tache-subprocess-history.vue.js +0 -14
  918. package/lib/super-grid/index.js +0 -7
  919. package/lib/super-grid/src/apis.js +0 -458
  920. package/lib/super-grid/src/columns-config.vue.js +0 -82
  921. package/lib/super-grid/src/components/grid-icon.vue.js +0 -47
  922. package/lib/super-grid/src/components/grid-radio-input.vue.js +0 -25
  923. package/lib/super-grid/src/components/grid-radio-input.vue2.js +0 -4
  924. package/lib/super-grid/src/components/mobile-table-card.js +0 -109
  925. package/lib/super-grid/src/components/select-input.vue.js +0 -149
  926. package/lib/super-grid/src/components/select-input.vue2.js +0 -4
  927. package/lib/super-grid/src/custom-formatter.js +0 -168
  928. package/lib/super-grid/src/dynamic-input.vue.js +0 -482
  929. package/lib/super-grid/src/events.js +0 -37
  930. package/lib/super-grid/src/formValidatorUtil.js +0 -109
  931. package/lib/super-grid/src/group-column.vue.js +0 -24
  932. package/lib/super-grid/src/header-context-menu.vue.js +0 -15
  933. package/lib/super-grid/src/index-column.vue.js +0 -22
  934. package/lib/super-grid/src/normal-column-content.vue.js +0 -319
  935. package/lib/super-grid/src/normal-column.vue.js +0 -106
  936. package/lib/super-grid/src/row-detail.vue.js +0 -14
  937. package/lib/super-grid/src/row-operation.vue.js +0 -89
  938. package/lib/super-grid/src/scan-util.js +0 -100
  939. package/lib/super-grid/src/search-button.vue.js +0 -23
  940. package/lib/super-grid/src/search-condition-input.vue.js +0 -17
  941. package/lib/super-grid/src/search-condition-list.vue.js +0 -20
  942. package/lib/super-grid/src/search-form-advancedQuery.vue.js +0 -116
  943. package/lib/super-grid/src/search-form-dialog.vue.js +0 -16
  944. package/lib/super-grid/src/search-form-item.vue.js +0 -128
  945. package/lib/super-grid/src/search-form-mobile.vue.js +0 -41
  946. package/lib/super-grid/src/search-form-number.vue.js +0 -26
  947. package/lib/super-grid/src/search-form-open.vue.js +0 -50
  948. package/lib/super-grid/src/search-form-ordinarySearch.vue.js +0 -39
  949. package/lib/super-grid/src/search-form.vue.js +0 -201
  950. package/lib/super-grid/src/selection-column.vue.js +0 -11
  951. package/lib/super-grid/src/super-grid-service.js +0 -260
  952. package/lib/super-grid/src/super-grid.vue.js +0 -1052
  953. package/lib/super-grid/src/utils.js +0 -355
  954. package/lib/super-grid/src/view-image-dialog.vue.js +0 -67
  955. package/lib/super-icon/index.js +0 -7
  956. package/lib/super-icon/src/index.vue.js +0 -7
  957. package/lib/super-icon/src/index.vue2.js +0 -13
  958. package/lib/super-nine-grid/index.js +0 -7
  959. package/lib/super-nine-grid/src/apis.js +0 -36
  960. package/lib/super-nine-grid/src/custom-formatter.js +0 -35
  961. package/lib/super-nine-grid/src/search-form-number.vue.js +0 -13
  962. package/lib/super-nine-grid/src/search-form.vue.js +0 -91
  963. package/lib/super-nine-grid/src/super-grid-service.js +0 -39
  964. package/lib/super-nine-grid/src/super-nine-grid.vue.js +0 -225
  965. package/lib/super-nine-grid/src/utils.js +0 -32
  966. package/lib/svg-icon/index.js +0 -7
  967. package/lib/svg-icon/src/svg-icon.vue.js +0 -14
  968. package/lib/utils/memory-cache-utils.js +0 -30
  969. package/lib/utils/utils.js +0 -87
  970. package/lib/utils/value-set.js +0 -94
  971. package/lib/valid-code/index.js +0 -7
  972. package/lib/valid-code/src/valid-code.vue.js +0 -23
  973. package/lib/workflow-button/index.js +0 -7
  974. package/lib/workflow-button/src/workflow-button.vue.js +0 -85
  975. package/lib/workflow-history-list/index.js +0 -7
  976. package/lib/workflow-history-list/src/workflow-history-list.vue.js +0 -89
  977. package/lib/workgroup-tree/index.js +0 -7
  978. package/lib/workgroup-tree/src/workgroup-tree.vue.js +0 -23
  979. package/lib/workgroup-tree-inline/index.js +0 -7
  980. package/lib/workgroup-tree-inline/src/search-result.vue.js +0 -39
  981. package/lib/workgroup-tree-inline/src/workgroup-tree-inline.vue.js +0 -128
  982. package/lib/workgroup-tree-inline/src/workgroup-tree-service.js +0 -35
  983. package/lib/workgroup-tree-mobile/index.js +0 -8
  984. package/lib/workgroup-tree-mobile/src/dept-result.vue2.js +0 -4
  985. package/lib/workgroup-tree-mobile/src/workgroup-tree-app.vue.js +0 -15
  986. package/lib/workgroup-tree-mobile/src/workgroup-tree-app.vue3.js +0 -5
  987. package/lib/workgroup-tree-mobile/src/workgroup-tree-inline-app.vue.js +0 -109
  988. package/lib/workgroup-tree-mobile/src/workgroup-tree-inline-app.vue2.js +0 -4
  989. package/lib/workgroup-user-tree/index.js +0 -7
  990. package/lib/workgroup-user-tree/src/workgroup-user-tree.vue.js +0 -23
  991. package/lib/workgroup-user-tree-inline/index.js +0 -7
  992. package/lib/workgroup-user-tree-inline/src/search-result.vue.js +0 -39
  993. package/lib/workgroup-user-tree-inline/src/workgroup-tree-inline-service.js +0 -73
  994. package/lib/workgroup-user-tree-inline/src/workgroup-user-tree-inline.vue.js +0 -172
  995. package/lib/workgroup-user-tree-mobile/src/dept-path.vue2.js +0 -4
  996. package/lib/workgroup-user-tree-mobile/src/dept-result.vue.js +0 -17
  997. package/lib/workgroup-user-tree-mobile/src/dept-result.vue2.js +0 -4
  998. package/lib/workgroup-user-tree-mobile/src/workgroup-user-tree-app.vue.js +0 -15
  999. package/lib/workgroup-user-tree-mobile/src/workgroup-user-tree-app.vue3.js +0 -5
  1000. package/lib/workgroup-user-tree-mobile/src/workgroup-user-tree-inline-app.vue.js +0 -135
  1001. package/lib/workgroup-user-tree-mobile/src/workgroup-user-tree-inline-app.vue2.js +0 -4
  1002. package/lib/year-range-picker/index.js +0 -7
  1003. package/lib/year-range-picker/src/year-range-picker.vue.js +0 -14
  1004. /package/{lib/IntervalSelection/src/sectionDate.vue2.js → es/IntervalSelection/src/sectionDate.vue2.mjs} +0 -0
  1005. /package/{lib/_virtual/__vite-browser-external.js → es/_virtual/__vite-browser-external.mjs} +0 -0
  1006. /package/{lib/_virtual/_plugin-vue_export-helper.js → es/_virtual/_plugin-vue_export-helper.mjs} +0 -0
  1007. /package/{lib/breadcrumb/src/breadcrumb.vue2.js → es/breadcrumb/src/breadcrumb.vue2.mjs} +0 -0
  1008. /package/{lib/chat-embed/src/chat-addition-data.vue2.js → es/chat-embed/src/chat-addition-data.vue2.mjs} +0 -0
  1009. /package/{lib/chat-embed/src/chat-addition-data.vue3.js → es/chat-embed/src/chat-addition-data.vue3.mjs} +0 -0
  1010. /package/{lib/chat-embed/src/chat-ai-answer-tip.vue2.js → es/chat-embed/src/chat-ai-answer-tip.vue2.mjs} +0 -0
  1011. /package/{lib/chat-embed/src/chat-ai-answer-tip.vue3.js → es/chat-embed/src/chat-ai-answer-tip.vue3.mjs} +0 -0
  1012. /package/{lib/chat-embed/src/chat-bubble-footer.vue2.js → es/chat-embed/src/chat-bubble-footer.vue2.mjs} +0 -0
  1013. /package/{lib/chat-embed/src/chat-bubble-footer.vue3.js → es/chat-embed/src/chat-bubble-footer.vue3.mjs} +0 -0
  1014. /package/{lib/chat-embed/src/chat-sender.vue3.js → es/chat-embed/src/chat-sender.vue3.mjs} +0 -0
  1015. /package/{lib/chat-embed/src/components/answer-auto-chart.vue2.js → es/chat-embed/src/components/answer-auto-chart.vue2.mjs} +0 -0
  1016. /package/{lib/chat-embed/src/components/answer-auto-chart.vue3.js → es/chat-embed/src/components/answer-auto-chart.vue3.mjs} +0 -0
  1017. /package/{lib/chat-embed/src/components/answer-home-chart.vue2.js → es/chat-embed/src/components/answer-home-chart.vue2.mjs} +0 -0
  1018. /package/{lib/chat-embed/src/components/answer-home-chart.vue3.js → es/chat-embed/src/components/answer-home-chart.vue3.mjs} +0 -0
  1019. /package/{lib/chat-embed/src/components/answer-interaction-data.vue3.js → es/chat-embed/src/components/answer-interaction-data.vue3.mjs} +0 -0
  1020. /package/{lib/chat-embed/src/components/history-detail.vue3.js → es/chat-embed/src/components/history-detail.vue3.mjs} +0 -0
  1021. /package/{lib/chat-embed/src/header.vue3.js → es/chat-embed/src/header.vue3.mjs} +0 -0
  1022. /package/{lib/chat-embed/src/index.vue3.js → es/chat-embed/src/index.vue3.mjs} +0 -0
  1023. /package/{lib/chat-embed/src/recommendation-message.vue2.js → es/chat-embed/src/recommendation-message.vue2.mjs} +0 -0
  1024. /package/{lib/chat-embed/src/recommendation-message.vue3.js → es/chat-embed/src/recommendation-message.vue3.mjs} +0 -0
  1025. /package/{lib/chat-embed/src/sidebar-item.vue3.js → es/chat-embed/src/sidebar-item.vue3.mjs} +0 -0
  1026. /package/{lib/chat-embed/src/type.js → es/chat-embed/src/type.mjs} +0 -0
  1027. /package/{lib/chat-embed/src/util/chat-embed-util.js → es/chat-embed/src/util/chat-embed-util.mjs} +0 -0
  1028. /package/{lib/chat-embed/src/util/text-file-util.js → es/chat-embed/src/util/text-file-util.mjs} +0 -0
  1029. /package/{lib/chat-embed/src/voice/js/timer.js → es/chat-embed/src/voice/js/timer.mjs} +0 -0
  1030. /package/{lib/date-picker-range/index.vue2.js → es/date-picker-range/index.vue2.mjs} +0 -0
  1031. /package/{lib/date-picker-range/index.vue3.js → es/date-picker-range/index.vue3.mjs} +0 -0
  1032. /package/{lib/department-tree-inline/src/department-multi-tree-inline.vue2.js → es/department-tree-inline/src/department-multi-tree-inline.vue2.mjs} +0 -0
  1033. /package/{lib/department-tree-inline/src/department-single-tree-inline.vue2.js → es/department-tree-inline/src/department-single-tree-inline.vue2.mjs} +0 -0
  1034. /package/{lib/department-tree-inline/src/search-result.vue2.js → es/department-tree-inline/src/search-result.vue2.mjs} +0 -0
  1035. /package/{lib/department-tree-mobile/src/department-tree-app.vue2.js → es/department-tree-mobile/src/department-tree-app.vue2.mjs} +0 -0
  1036. /package/{lib/department-tree-mobile/src/department-tree-service.js → es/department-tree-mobile/src/department-tree-service.mjs} +0 -0
  1037. /package/{lib/department-tree-mobile/src/dept-path.vue.js → es/department-tree-mobile/src/dept-path.vue.mjs} +0 -0
  1038. /package/{lib/department-tree-mobile/src/dept-result.vue.js → es/department-tree-mobile/src/dept-result.vue.mjs} +0 -0
  1039. /package/{lib/department-user-tree/src/department-user-multiple-tree.vue2.js → es/department-user-tree/src/department-user-multiple-tree.vue2.mjs} +0 -0
  1040. /package/{lib/department-user-tree-inline/src/department-user-multiple-tree-inline.vue2.js → es/department-user-tree-inline/src/department-user-multiple-tree-inline.vue2.mjs} +0 -0
  1041. /package/{lib/department-user-tree-inline/src/department-user-single-tree-inline.vue2.js → es/department-user-tree-inline/src/department-user-single-tree-inline.vue2.mjs} +0 -0
  1042. /package/{lib/department-user-tree-inline/src/group-user-tree-service.js → es/department-user-tree-inline/src/group-user-tree-service.mjs} +0 -0
  1043. /package/{lib/department-user-tree-inline/src/search-result.vue2.js → es/department-user-tree-inline/src/search-result.vue2.mjs} +0 -0
  1044. /package/{lib/department-user-tree-mobile/src/department-user-tree-app.vue2.js → es/department-user-tree-mobile/src/department-user-tree-app.vue2.mjs} +0 -0
  1045. /package/{lib/department-user-tree-mobile/src/department-user-tree-service.js → es/department-user-tree-mobile/src/department-user-tree-service.mjs} +0 -0
  1046. /package/{lib/department-user-tree-mobile/src/dept-path.vue.js → es/department-user-tree-mobile/src/dept-path.vue.mjs} +0 -0
  1047. /package/{lib/directives/prevent-reclick.js → es/directives/prevent-reclick.mjs} +0 -0
  1048. /package/{lib/dynamic-source-select/src/dynamic-source-select.vue2.js → es/dynamic-source-select/src/dynamic-source-select.vue2.mjs} +0 -0
  1049. /package/{lib/dynamic-source-select/src/dynamic-source-select.vue3.js → es/dynamic-source-select/src/dynamic-source-select.vue3.mjs} +0 -0
  1050. /package/{lib/dynamic-source-select/src/events.js → es/dynamic-source-select/src/events.mjs} +0 -0
  1051. /package/{lib/empty-state/index.vue.js → es/empty-state/index.vue.mjs} +0 -0
  1052. /package/{lib/fs-preview/src/fs-preview.vue2.js → es/fs-preview/src/fs-preview.vue2.mjs} +0 -0
  1053. /package/{lib/fs-upload-list/src/fs-upload-list.vue2.js → es/fs-upload-list/src/fs-upload-list.vue2.mjs} +0 -0
  1054. /package/{lib/fs-upload-new/src/file-upload-mobile/file-upload-component.vue3.js → es/fs-upload-new/src/file-upload-mobile/file-upload-component.vue3.mjs} +0 -0
  1055. /package/{lib/fs-upload-new/src/fs-button-upload.vue3.js → es/fs-upload-new/src/fs-button-upload.vue3.mjs} +0 -0
  1056. /package/{lib/fs-upload-new/src/fs-drag-upload.vue3.js → es/fs-upload-new/src/fs-drag-upload.vue3.mjs} +0 -0
  1057. /package/{lib/fs-upload-new/src/fs-preview-new.vue3.js → es/fs-upload-new/src/fs-preview-new.vue3.mjs} +0 -0
  1058. /package/{lib/fs-upload-new/src/fs-preview-new.vue4.js → es/fs-upload-new/src/fs-preview-new.vue4.mjs} +0 -0
  1059. /package/{lib/hamburger/src/hamburger.vue2.js → es/hamburger/src/hamburger.vue2.mjs} +0 -0
  1060. /package/{lib/json-view/json-view.vue2.js → es/json-view/json-view.vue2.mjs} +0 -0
  1061. /package/{lib/organization-input/src/organization-input.vue2.js → es/organization-input/src/organization-input.vue2.mjs} +0 -0
  1062. /package/{lib/plugins/public-method.js → es/plugins/public-method.mjs} +0 -0
  1063. /package/{lib/remove-department/src/remove-dept-service.js → es/remove-department/src/remove-dept-service.mjs} +0 -0
  1064. /package/{lib/remove-user/src/remove-user-service.js → es/remove-user/src/remove-user-service.mjs} +0 -0
  1065. /package/{lib/remove-workgroup/src/remove-workgroup-service.js → es/remove-workgroup/src/remove-workgroup-service.mjs} +0 -0
  1066. /package/{lib/rich-editor/tinymce/zh_CN.js → es/rich-editor/tinymce/zh_CN.mjs} +0 -0
  1067. /package/{lib/row-form/index.vue3.js → es/row-form/index.vue3.mjs} +0 -0
  1068. /package/{lib/src/api/tab.js → es/src/api/tab.mjs} +0 -0
  1069. /package/{lib/src/assets/401/401.gif.js → es/src/assets/401/401.gif.mjs} +0 -0
  1070. /package/{lib/src/assets/404/404-cloud.png.js → es/src/assets/404/404-cloud.png.mjs} +0 -0
  1071. /package/{lib/src/assets/404/404.png.js → es/src/assets/404/404.png.mjs} +0 -0
  1072. /package/{lib/src/assets/chat-embed/robot.gif.js → es/src/assets/chat-embed/robot.gif.mjs} +0 -0
  1073. /package/{lib/src/assets/chat-embed/robot.svg.js → es/src/assets/chat-embed/robot.svg.mjs} +0 -0
  1074. /package/{lib/src/assets/nonemessage.png.js → es/src/assets/nonemessage.png.mjs} +0 -0
  1075. /package/{lib/src/components/Affix/index.vue2.js → es/src/components/Affix/index.vue2.mjs} +0 -0
  1076. /package/{lib/src/components/Affix/index.vue3.js → es/src/components/Affix/index.vue3.mjs} +0 -0
  1077. /package/{lib/src/components/Scrollbar/index.vue2.js → es/src/components/Scrollbar/index.vue2.mjs} +0 -0
  1078. /package/{lib/src/i18n/langs/cn.js → es/src/i18n/langs/cn.mjs} +0 -0
  1079. /package/{lib/src/i18n/langs/en.js → es/src/i18n/langs/en.mjs} +0 -0
  1080. /package/{lib/src/mixins/resizeMixin.js → es/src/mixins/resizeMixin.mjs} +0 -0
  1081. /package/{lib/src/store/getters.js → es/src/store/getters.mjs} +0 -0
  1082. /package/{lib/src/store/modules/app.js → es/src/store/modules/app.mjs} +0 -0
  1083. /package/{lib/src/store/modules/chat-ai-store.js → es/src/store/modules/chat-ai-store.mjs} +0 -0
  1084. /package/{lib/src/store/modules/table.js → es/src/store/modules/table.mjs} +0 -0
  1085. /package/{lib/src/utils/auth-api.js → es/src/utils/auth-api.mjs} +0 -0
  1086. /package/{lib/src/utils/calculator/calculator-factory-wf.js → es/src/utils/calculator/calculator-factory-wf.mjs} +0 -0
  1087. /package/{lib/src/utils/calculator/calculator-factory.js → es/src/utils/calculator/calculator-factory.mjs} +0 -0
  1088. /package/{lib/src/utils/chat-ai-util.js → es/src/utils/chat-ai-util.mjs} +0 -0
  1089. /package/{lib/src/utils/eventBus.js → es/src/utils/eventBus.mjs} +0 -0
  1090. /package/{lib/src/utils/file-util.js → es/src/utils/file-util.mjs} +0 -0
  1091. /package/{lib/src/utils/global-prop.js → es/src/utils/global-prop.mjs} +0 -0
  1092. /package/{lib/src/utils/guid.js → es/src/utils/guid.mjs} +0 -0
  1093. /package/{lib/src/utils/i18n-util.js → es/src/utils/i18n-util.mjs} +0 -0
  1094. /package/{lib/src/utils/iconUtils.js → es/src/utils/iconUtils.mjs} +0 -0
  1095. /package/{lib/src/utils/index.js → es/src/utils/index.mjs} +0 -0
  1096. /package/{lib/src/utils/insert_css.js → es/src/utils/insert_css.mjs} +0 -0
  1097. /package/{lib/src/utils/json-util.js → es/src/utils/json-util.mjs} +0 -0
  1098. /package/{lib/src/utils/local-storage.js → es/src/utils/local-storage.mjs} +0 -0
  1099. /package/{lib/src/utils/resize.js → es/src/utils/resize.mjs} +0 -0
  1100. /package/{lib/src/utils/restful-interface-utils.js → es/src/utils/restful-interface-utils.mjs} +0 -0
  1101. /package/{lib/src/utils/validate.js → es/src/utils/validate.mjs} +0 -0
  1102. /package/{lib/src/utils/watermark-cache.js → es/src/utils/watermark-cache.mjs} +0 -0
  1103. /package/{lib/src/views/dsc-component/Sidebar/Item.vue3.js → es/src/views/dsc-component/Sidebar/Item.vue3.mjs} +0 -0
  1104. /package/{lib/src/views/dsc-component/Sidebar/SidebarItem.vue2.js → es/src/views/dsc-component/Sidebar/SidebarItem.vue2.mjs} +0 -0
  1105. /package/{lib/src/views/dsc-component/tabs/tab-content.vue2.js → es/src/views/dsc-component/tabs/tab-content.vue2.mjs} +0 -0
  1106. /package/{lib/src/views/dsc-component/tabs/tab-content.vue3.js → es/src/views/dsc-component/tabs/tab-content.vue3.mjs} +0 -0
  1107. /package/{lib/src/views/error-page/401.vue2.js → es/src/views/error-page/401.vue2.mjs} +0 -0
  1108. /package/{lib/src/views/error-page/404.vue2.js → es/src/views/error-page/404.vue2.mjs} +0 -0
  1109. /package/{lib/src/views/layout/Layout.vue2.js → es/src/views/layout/Layout.vue2.mjs} +0 -0
  1110. /package/{lib/src/views/layout/components/AppMain.vue2.js → es/src/views/layout/components/AppMain.vue2.mjs} +0 -0
  1111. /package/{lib/src/views/layout/components/Breadcrumb/index.vue2.js → es/src/views/layout/components/Breadcrumb/index.vue2.mjs} +0 -0
  1112. /package/{lib/src/views/layout/components/Menubar/Item.vue3.js → es/src/views/layout/components/Menubar/Item.vue3.mjs} +0 -0
  1113. /package/{lib/src/views/layout/components/Menubar/SidebarItem.vue2.js → es/src/views/layout/components/Menubar/SidebarItem.vue2.mjs} +0 -0
  1114. /package/{lib/src/views/layout/components/Sidebar/Item.vue.js → es/src/views/layout/components/Sidebar/Item.vue.mjs} +0 -0
  1115. /package/{lib/src/views/layout/components/Sidebar/SidebarItem.vue2.js → es/src/views/layout/components/Sidebar/SidebarItem.vue2.mjs} +0 -0
  1116. /package/{lib/src/views/layout/components/iframe-page.vue2.js → es/src/views/layout/components/iframe-page.vue2.mjs} +0 -0
  1117. /package/{lib/src/views/layout/components/tabs/tab-content.vue2.js → es/src/views/layout/components/tabs/tab-content.vue2.mjs} +0 -0
  1118. /package/{lib/src/views/layout/components/tabs/tab-content.vue3.js → es/src/views/layout/components/tabs/tab-content.vue3.mjs} +0 -0
  1119. /package/{lib/src/views/layout/tab-content-iframe-index.vue2.js → es/src/views/layout/tab-content-iframe-index.vue2.mjs} +0 -0
  1120. /package/{lib/src/views/layout/tab-content-index.vue2.js → es/src/views/layout/tab-content-index.vue2.mjs} +0 -0
  1121. /package/{lib/src/views/login/authredirect.vue.js → es/src/views/login/authredirect.vue.mjs} +0 -0
  1122. /package/{lib/src/views/redirect/index.vue.js → es/src/views/redirect/index.vue.mjs} +0 -0
  1123. /package/{lib/src/views/svg-icon/src/svg-icon.vue.js → es/src/views/svg-icon/src/svg-icon.vue.mjs} +0 -0
  1124. /package/{lib/src/views/wf-history/tache-subprocess-history.vue2.js → es/src/views/wf-history/tache-subprocess-history.vue2.mjs} +0 -0
  1125. /package/{lib/super-grid/src/eventBus.js → es/super-grid/src/eventBus.mjs} +0 -0
  1126. /package/{lib/super-grid/src/formatter.js → es/super-grid/src/formatter.mjs} +0 -0
  1127. /package/{lib/super-grid/src/header-context-menu.vue2.js → es/super-grid/src/header-context-menu.vue2.mjs} +0 -0
  1128. /package/{lib/super-grid/src/normal-column-content.vue2.js → es/super-grid/src/normal-column-content.vue2.mjs} +0 -0
  1129. /package/{lib/super-grid/src/normal-column.vue2.js → es/super-grid/src/normal-column.vue2.mjs} +0 -0
  1130. /package/{lib/super-grid/src/public-methods.js → es/super-grid/src/public-methods.mjs} +0 -0
  1131. /package/{lib/super-grid/src/row-operation.vue2.js → es/super-grid/src/row-operation.vue2.mjs} +0 -0
  1132. /package/{lib/super-grid/src/search-form-advancedQuery.vue2.js → es/super-grid/src/search-form-advancedQuery.vue2.mjs} +0 -0
  1133. /package/{lib/super-grid/src/search-form-item.vue2.js → es/super-grid/src/search-form-item.vue2.mjs} +0 -0
  1134. /package/{lib/super-grid/src/search-form-mobile.vue2.js → es/super-grid/src/search-form-mobile.vue2.mjs} +0 -0
  1135. /package/{lib/super-grid/src/search-form-ordinarySearch.vue2.js → es/super-grid/src/search-form-ordinarySearch.vue2.mjs} +0 -0
  1136. /package/{lib/super-grid/src/search-form.vue2.js → es/super-grid/src/search-form.vue2.mjs} +0 -0
  1137. /package/{lib/super-grid/src/search-methods.js → es/super-grid/src/search-methods.mjs} +0 -0
  1138. /package/{lib/super-grid/src/store.js → es/super-grid/src/store.mjs} +0 -0
  1139. /package/{lib/super-grid/src/super-grid.vue2.js → es/super-grid/src/super-grid.vue2.mjs} +0 -0
  1140. /package/{lib/super-icon/src/index.vue3.js → es/super-icon/src/index.vue3.mjs} +0 -0
  1141. /package/{lib/super-nine-grid/src/formatter.js → es/super-nine-grid/src/formatter.mjs} +0 -0
  1142. /package/{lib/super-nine-grid/src/search-form.vue2.js → es/super-nine-grid/src/search-form.vue2.mjs} +0 -0
  1143. /package/{lib/super-nine-grid/src/search-methods.js → es/super-nine-grid/src/search-methods.mjs} +0 -0
  1144. /package/{lib/super-nine-grid/src/store.js → es/super-nine-grid/src/store.mjs} +0 -0
  1145. /package/{lib/super-nine-grid/src/super-nine-grid.vue2.js → es/super-nine-grid/src/super-nine-grid.vue2.mjs} +0 -0
  1146. /package/{lib/svg-icon/src/svg-icon.vue2.js → es/svg-icon/src/svg-icon.vue2.mjs} +0 -0
  1147. /package/{lib/utils/gogocodeTransfer.js → es/utils/gogocodeTransfer.mjs} +0 -0
  1148. /package/{lib/utils/organization.js → es/utils/organization.mjs} +0 -0
  1149. /package/{lib/valid-code/src/valid-code.vue2.js → es/valid-code/src/valid-code.vue2.mjs} +0 -0
  1150. /package/{lib/workflow-history-list/src/api.js → es/workflow-history-list/src/api.mjs} +0 -0
  1151. /package/{lib/workflow-history-list/src/workflow-history-list.vue2.js → es/workflow-history-list/src/workflow-history-list.vue2.mjs} +0 -0
  1152. /package/{lib/workgroup-tree-inline/src/search-result.vue2.js → es/workgroup-tree-inline/src/search-result.vue2.mjs} +0 -0
  1153. /package/{lib/workgroup-tree-inline/src/workgroup-tree-inline.vue2.js → es/workgroup-tree-inline/src/workgroup-tree-inline.vue2.mjs} +0 -0
  1154. /package/{lib/workgroup-tree-mobile/src/dept-result.vue.js → es/workgroup-tree-mobile/src/dept-result.vue.mjs} +0 -0
  1155. /package/{lib/workgroup-tree-mobile/src/workgroup-tree-app.vue2.js → es/workgroup-tree-mobile/src/workgroup-tree-app.vue2.mjs} +0 -0
  1156. /package/{lib/workgroup-tree-mobile/src/workgroup-tree-service.js → es/workgroup-tree-mobile/src/workgroup-tree-service.mjs} +0 -0
  1157. /package/{lib/workgroup-user-tree-inline/src/search-result.vue2.js → es/workgroup-user-tree-inline/src/search-result.vue2.mjs} +0 -0
  1158. /package/{lib/workgroup-user-tree-inline/src/workgroup-user-tree-inline.vue2.js → es/workgroup-user-tree-inline/src/workgroup-user-tree-inline.vue2.mjs} +0 -0
  1159. /package/{lib/workgroup-user-tree-mobile/src/dept-path.vue.js → es/workgroup-user-tree-mobile/src/dept-path.vue.mjs} +0 -0
  1160. /package/{lib/workgroup-user-tree-mobile/src/workgroup-user-tree-app.vue2.js → es/workgroup-user-tree-mobile/src/workgroup-user-tree-app.vue2.mjs} +0 -0
  1161. /package/{lib/workgroup-user-tree-mobile/src/workgroup-user-tree-service.js → es/workgroup-user-tree-mobile/src/workgroup-user-tree-service.mjs} +0 -0
@@ -1,32 +0,0 @@
1
- import { getRelativeBaseUrl as a } from "../../src/utils/common-util.js";
2
- const t = { findDynamicDataSourceByCode(t2, o, e, i, r) {
3
- let l, s, n, d, c, m;
4
- e && (l = e.searchText, null == l && (l = ""), s = "array" == typeof e.watchAttrValue ? e.watchAttrValue.join(",") : e.watchAttrValue, null == s && (s = ""), n = e.parent, d = e._listCode, c = e._formCode, m = e._tableName);
5
- const p = { searchText: l, watchAttrValue: s, parent: n };
6
- if (i && "" !== i && (p.additionalParamMap = JSON.parse(i)), void 0 === p.additionalParamMap && (p.additionalParamMap = {}), this.listToolbarFormData)
7
- for (const a2 in this.listToolbarFormData) {
8
- const t3 = this.listToolbarFormData[a2];
9
- if (t3 && a2) {
10
- let o2 = t3;
11
- Array.isArray(t3) && (o2 = t3.join(",")), p.additionalParamMap[a2] = o2;
12
- }
13
- }
14
- return d && (p.additionalParamMap._listCode = d), c && (p.additionalParamMap._formCode = c), m && (p.additionalParamMap._tableName = m), o && null !== o && (p.entity = o), r || (r = window.$vueApp.config.globalProperties.baseURL), r = a(r), new Promise((o2, e2) => {
15
- void 0 !== window.$vueApp.config.globalProperties.systemCode && "agilebuilder" === window.$vueApp.config.globalProperties.systemCode ? o2() : this.$http.post(r + "/common/dynamic-data-source/" + t2, p).then((i2) => {
16
- if (i2.backendUrl) {
17
- const r2 = a(i2.backendUrl);
18
- this.$http.post(r2 + "/common/dynamic-data-source/" + t2, p, { headers: { customSystem: i2.systemCode } }).then((a2) => {
19
- o2(a2);
20
- }).catch((a2) => {
21
- e2(a2);
22
- });
23
- } else
24
- o2(i2);
25
- }).catch((a2) => {
26
- e2(a2);
27
- });
28
- });
29
- } };
30
- export {
31
- t as default
32
- };
@@ -1,276 +0,0 @@
1
- import { $on as t } from "../../utils/gogocodeTransfer.js";
2
- import e from "./dynamic-source-select-service.js";
3
- import l from "./events.js";
4
- import i from "../../src/utils/eventBus.js";
5
- import { getPropNameWhenJoinTable as s, setEntityFieldValue as a, getEntityFieldValue as o } from "../../src/utils/util.js";
6
- import { CopyDocument as n } from "@element-plus/icons-vue";
7
- import u from "clipboard";
8
- import { resolveComponent as r, openBlock as h, createElementBlock as p, createVNode as m, withCtx as c, createElementVNode as d, withKeys as v, withModifiers as b, mergeProps as f, createSlots as y, Fragment as g, normalizeStyle as A, renderList as _, createBlock as C, toDisplayString as S, createTextVNode as V } from "vue";
9
- import "./dynamic-source-select.vue2.js";
10
- import "./dynamic-source-select.vue3.js";
11
- import I from "../../_virtual/_plugin-vue_export-helper.js";
12
- const O = { name: "DynamicSourceSelect", components: {}, model: { prop: "value", event: "input" }, props: { column: { type: Object, default: null }, value: { type: [String, Boolean, Number, Array], default: null }, baseProps: { type: Object, default: null }, entity: { type: Object, default: null }, options: { type: Object, default: null }, tableName: { type: String, default: null }, isJoinTable: { type: Boolean, default: false }, parent: { type: Object, default: null }, listCode: { type: String, default: null }, formCode: { type: String, default: null }, listToolbarFormData: { type: Object, default: () => ({}) }, fullWidth: { type: Boolean, default: true }, clearable: { type: Boolean, default: true }, size: { type: String, default: "default" }, allowCreate: { type: Boolean, default: false }, analysisArea: { type: Number, default: null }, placeholder: { type: String, default: null }, optionWidth: { default: 0 }, isSearch: { type: Boolean, default: false } }, inject: { isPageInfo: { value: "isPageInfo", default: false } }, data() {
13
- const t2 = Object.assign({}, this.baseProps);
14
- let e2;
15
- this.entity && (e2 = JSON.stringify(this.entity));
16
- let l2 = [];
17
- void 0 !== this.baseProps.multiple && true === this.baseProps.multiple && void 0 !== this.value && null !== this.value && Array.isArray(this.value) && (l2 = JSON.parse(JSON.stringify(this.value)));
18
- const i2 = "copyBtn_" + (/* @__PURE__ */ new Date()).getTime();
19
- return { markValue: e2, optionItems: [], myProps: t2, valueSetOptions: [], dynamicDataSourceCode: "", loading: false, valueAttribute: null, remote: false, additionalParameterStr: this.options.additionalParameter, isLoaded: false, watchAttr: null, backendUrl: null, descriptionAttribute: null, queryParam: {}, lastValues: l2, optionItemList: [], checkEmptyValue: false, CopyDocument: n, copyBtnId: i2 };
20
- }, watch: { baseProps: { deep: true, handler(t2) {
21
- this.myProps = Object.assign({}, t2);
22
- } } }, created() {
23
- if (this.options && this.options.backendUrl && (this.backendUrl = this.options.backendUrl), this.options && this.options.dynamicDataSourceCode) {
24
- this.dynamicDataSourceCode = this.options.dynamicDataSourceCode.trim();
25
- const e2 = { _listCode: this.listCode, _formCode: this.formCode, _tableName: this.tableName };
26
- this.parent && (e2.parent = this.parent), this.isPageInfo || this.packageDynamicDataSourceInfo(this.dynamicDataSourceCode, e2).then((e3) => {
27
- if (e3.backendUrl && (this.backendUrl = e3.backendUrl), void 0 !== e3.fuzzyQuery && true === e3.fuzzyQuery && (this.remote = true), this.options && this.options.valueSetOptions && (this.valueSetOptions = this.options.valueSetOptions), this.options && void 0 !== this.options.isSql && null !== this.options.isSql && (this.isSql = this.options.isSql), this.watchAttr) {
28
- let t2;
29
- this.watchAttr.split(",").forEach((e4) => {
30
- this.entity && (t2 = this.entity[e4]), this.$watch("entity." + e4, function(t3, e5) {
31
- t3 ? this.watchAttrValueChange(t3) : this.watchAttrValueChange("");
32
- this.optionItems.filter((e6) => e6[this.valueAttribute] === t3) || this.inputValue("");
33
- });
34
- }), this.watchAttrValueChange(t2);
35
- }
36
- if (this.isLoaded = true, !e3.defaultSelect || void 0 !== this.value && null !== this.value && "" !== this.value || this.setValues(this.optionItems[0][this.valueAttribute]), 1 !== this.analysisArea && this.remote) {
37
- const e4 = this;
38
- t(i, "remoteMethod", () => {
39
- e4.remoteMethod("");
40
- });
41
- }
42
- this.$emit("load-completed", e3);
43
- }).catch((t2) => {
44
- this.$emit("load-completed", { code: this.dynamicDataSourceCode, error: t2 }), this.isLoaded = true;
45
- });
46
- } else
47
- this.isLoaded = true;
48
- }, mounted() {
49
- const t2 = this, e2 = new u("#" + this.copyBtnId, { text: function() {
50
- return t2.getSelectItemsTitle(t2.value);
51
- } });
52
- e2.on("success", () => {
53
- t2.$message({ type: "success", message: t2.$t("chatEmbed.copySuccess"), showClose: true });
54
- }), e2.on("error", (t3) => {
55
- console.error("复制失败", t3);
56
- });
57
- }, methods: { ...e, ...l, blurEvent(t2) {
58
- this.$emit("blur", t2);
59
- }, changeEvent(t2) {
60
- this.inputValue(t2), this.change(t2);
61
- }, getClassOptionTitle(t2) {
62
- if (null != t2 && "" !== t2 && t2.length > 0) {
63
- let e2 = "";
64
- return "string" == typeof t2 ? this.descriptionAttribute ? this.optionItems.forEach((l2) => {
65
- l2[this.valueAttribute] === t2 && (e2 = l2._label_ + l2._description_);
66
- }) : this.optionItems.forEach((l2) => {
67
- l2[this.valueAttribute] === t2 && (e2 = l2._label_);
68
- }) : this.descriptionAttribute ? (this.optionItems.forEach((l2) => {
69
- t2.forEach((t3) => {
70
- l2[this.valueAttribute] === t3 && (e2 = e2 + l2._label_ + ",");
71
- });
72
- }), e2 = e2.slice(0, e2.length - 1)) : (this.optionItems.forEach((l2) => {
73
- t2.forEach((t3) => {
74
- l2[this.valueAttribute] === t3 && (e2 = e2 + l2._label_ + ",");
75
- });
76
- }), e2 = e2.slice(0, e2.length - 1)), e2;
77
- }
78
- }, inputValue(t2) {
79
- let e2 = false;
80
- if (void 0 !== this.baseProps.multiple && true === this.baseProps.multiple && t2 && t2.indexOf("saveAll") >= 0)
81
- if (e2 = true, t2.length - 1 >= this.optionItems.length)
82
- t2 = [];
83
- else {
84
- const e3 = [];
85
- for (let t3 = 0; t3 < this.optionItems.length; t3++) {
86
- const l2 = this.optionItems[t3];
87
- e3.push(l2[this.valueAttribute]);
88
- }
89
- t2 = e3;
90
- }
91
- this.$emit("update:value", t2), !this.remote || null != t2 && "" !== t2 || this.remoteQueryMethod(t2), this.setValues(t2, e2);
92
- }, packageDynamicDataSourceInfo(t2, e2) {
93
- return new Promise((l2, i2) => {
94
- this.findDynamicDataSourceByCode(t2, this.entity, e2, this.additionalParameterStr, this.backendUrl).then((t3) => {
95
- if (t3) {
96
- if (t3.options) {
97
- this.optionItems = t3.options;
98
- let e3 = t3.options;
99
- if (void 0 !== this.baseProps.multiple && true === this.baseProps.multiple && e3 && e3.length > 0) {
100
- e3 = [{ value: "saveAll", _label_: this.$t("superGrid.selectAll") }, ...e3];
101
- }
102
- if (this.optionItemList = e3, this.column && this.column.prop !== t3.valueAttribute) {
103
- this.column["_dynamic-source-data-" + this.column.prop] = { valueSetOptions: this.options.valueSetOptions, optionItems: this.optionItems, valueAttribute: t3.valueAttribute };
104
- const e4 = this.options.valueSetOptions.find((e5) => e5.columnName === t3.valueAttribute);
105
- if (e4) {
106
- let t4 = this.entity[e4.valueColumn.dbColumnName];
107
- t4 && this.$emit("set-value", { value: t4, targetColumnName: this.column.prop, options: this.optionItems, valueAttribute: this.valueAttribute });
108
- }
109
- }
110
- } else
111
- this.optionItems = [];
112
- t3.valueAttribute && (this.valueAttribute = t3.valueAttribute), t3.descriptionAttribute && (this.descriptionAttribute = t3.descriptionAttribute), this.valueAttribute = this.getValueAttribute(), this.watchAttr = t3.watchAttr, this.$emit("load-completed", t3), l2(t3);
113
- } else
114
- l2();
115
- }).catch((t3) => {
116
- i2(t3);
117
- });
118
- });
119
- }, remoteQuery(t2, e2) {
120
- if (null != t2 || null != e2) {
121
- const l2 = { _listCode: this.listCode, _formCode: this.formCode, _tableName: this.tableName };
122
- if (null != t2 && (l2.searchText = t2), null != e2)
123
- "[object Array]" === Object.prototype.toString.apply(e2) ? l2.watchAttrValue = e2.join(",") : l2.watchAttrValue = e2 + "";
124
- else if (this.entity) {
125
- const t3 = this.entity[this.watchAttr];
126
- null != t3 && ("[object Array]" === Object.prototype.toString.apply(t3) ? l2.watchAttrValue = t3.join(",") : l2.watchAttrValue = t3 + "");
127
- }
128
- this.parent && (l2.parent = this.parent), this.loading = true, this.packageDynamicDataSourceInfo(this.dynamicDataSourceCode, l2).then((t3) => {
129
- this.loading = false;
130
- }).catch((t3) => {
131
- this.loading = false;
132
- });
133
- }
134
- }, remoteQueryMethod(t2) {
135
- Array.isArray(this.value) ? 0 === this.value.length && this.remoteQuery(t2, null) : this.remoteQuery(t2, null);
136
- }, remoteMethod(t2) {
137
- this.remoteQuery(t2, null);
138
- }, watchAttrValueChange(t2) {
139
- this.remoteQuery(null, t2);
140
- }, getValueAttribute() {
141
- return this.valueAttribute && "[label]" !== this.valueAttribute ? this.valueAttribute : "_label_";
142
- }, setValues(t2, e2) {
143
- this.valueSetOptions && this.valueSetOptions.length > 0 && (void 0 !== this.baseProps.multiple && true === this.baseProps.multiple ? this.setColumnValueWhenMulti(t2, e2) : this.valueSetOptions.forEach((e3) => {
144
- const l2 = e3.columnName;
145
- let i2;
146
- this.optionItems && l2 && (i2 = this.getTargetColumnValue(t2, l2));
147
- let o2 = null;
148
- const n2 = e3.valueColumn;
149
- n2 && (o2 = n2.name, true === this.isSql && (o2 = n2.dbColumnName, o2 = s(o2, this.isJoinTable, this.tableName))), this.entity && o2 && null !== o2 && "" !== o2 && a(this.entity, o2, i2);
150
- const u2 = this.getSelectedOptionItem(t2);
151
- this.$emit("set-value", { value: i2, sourceColumnName: l2, targetColumnName: o2, options: this.optionItems, valueAttribute: this.valueAttribute, selectedItem: u2 });
152
- }));
153
- }, setColumnValue(t2, e2, l2) {
154
- let i2 = null;
155
- const o2 = l2.valueColumn;
156
- o2 && (i2 = o2.name, true === this.isSql && (i2 = o2.dbColumnName, i2 = s(i2, this.isJoinTable, this.tableName))), this.entity && i2 && null !== i2 && "" !== i2 && a(this.entity, i2, e2), this.$emit("set-value", { value: e2, sourceColumnName: t2, targetColumnName: i2, options: this.optionItems, valueAttribute: this.valueAttribute });
157
- }, setColumnValueWhenMulti(t2, e2) {
158
- let l2, i2 = false;
159
- if (this.valueSetOptions.forEach((e3) => {
160
- const s2 = e3.columnName;
161
- if (s2 === this.valueAttribute) {
162
- let a2;
163
- if (this.optionItems && s2 && (a2 = this.getTargetColumnValue(t2, s2)), this.setColumnValue(s2, a2, e3), this.lastValues.length < t2.length)
164
- i2 = true;
165
- else if (this.lastValues.length > t2.length) {
166
- i2 = false;
167
- const e4 = [...this.lastValues, ...t2], s3 = new Set(e4), a3 = Array.from(s3), o2 = [...a3.filter((t3) => !this.lastValues.includes(t3)), ...a3.filter((e5) => !t2.includes(e5))];
168
- o2 && o2.length > 0 && (l2 = o2[0]);
169
- }
170
- this.lastValues = JSON.parse(JSON.stringify(t2));
171
- }
172
- }), i2) {
173
- const l3 = false;
174
- if (e2)
175
- this.setAllTagValue(l3);
176
- else {
177
- const e3 = t2[t2.length - 1], i3 = this.optionItems.filter((t3) => t3[this.valueAttribute] === e3);
178
- i3 && i3.length > 0 && this.setTagValue(null, l3, i3[0]);
179
- }
180
- } else {
181
- const t3 = true;
182
- e2 ? this.setAllTagValue(t3) : this.setTagValue(l2, t3);
183
- }
184
- }, setAllTagValue(t2) {
185
- this.valueSetOptions && this.valueSetOptions.length > 0 && this.valueSetOptions.forEach((e2) => {
186
- const l2 = e2.columnName;
187
- if (l2 !== this.valueAttribute) {
188
- let i2 = null;
189
- const a2 = e2.valueColumn;
190
- let o2;
191
- if (a2 && (i2 = a2.name, true === this.isSql && (i2 = a2.dbColumnName, i2 = s(i2, this.isJoinTable, this.tableName))), i2)
192
- if (t2)
193
- o2 = null;
194
- else {
195
- let t3 = "";
196
- this.optionItems && this.optionItems.length > 0 && (this.optionItems.forEach((e3) => {
197
- const i3 = e3[l2];
198
- t3 = null != t3 && "" !== t3 ? t3 + "," + i3 : i3;
199
- }), o2 = t3);
200
- }
201
- this.setTargetColumnValue(l2, i2, o2);
202
- }
203
- });
204
- }, setTargetColumnValue(t2, e2, l2) {
205
- this.entity && e2 && null !== e2 && "" !== e2 && a(this.entity, e2, l2), this.$emit("set-value", { value: l2, sourceColumnName: t2, targetColumnName: e2, options: this.optionItems, valueAttribute: this.valueAttribute });
206
- }, setTagValue(t2, e2, l2) {
207
- this.valueSetOptions && this.valueSetOptions.length > 0 && this.valueSetOptions.forEach((i2) => {
208
- const a2 = i2.columnName;
209
- if (a2 !== this.valueAttribute) {
210
- let n2 = null;
211
- const u2 = i2.valueColumn;
212
- let r2;
213
- if (u2 && (n2 = u2.name, true === this.isSql && (n2 = u2.dbColumnName, n2 = s(n2, this.isJoinTable, this.tableName))), n2) {
214
- const i3 = o(this.entity, n2);
215
- if (e2) {
216
- const e3 = this.value.indexOf(t2);
217
- if (null != i3 && "" !== i3) {
218
- let t3 = i3;
219
- "string" == typeof i3 && (t3 = i3.split(",")), t3.splice(e3, 1), r2 = t3.join(",");
220
- }
221
- } else {
222
- let t3;
223
- l2 && (t3 = l2[a2]), r2 = null != i3 && "" !== i3 ? i3 + "," + t3 : t3;
224
- }
225
- }
226
- this.setTargetColumnValue(a2, n2, r2);
227
- }
228
- });
229
- }, getTargetColumnValue(t2, e2) {
230
- if (t2) {
231
- let l2 = "";
232
- if (void 0 !== this.baseProps.multiple && true === this.baseProps.multiple && Array.isArray(t2)) {
233
- let i2 = 0;
234
- t2.forEach((s2) => {
235
- const a2 = this.optionItems.filter((t3) => t3[this.valueAttribute] === s2);
236
- a2 && a2.length > 0 && (l2 += a2[0][e2], i2 < t2.length - 1 && (l2 += ","), i2++);
237
- });
238
- } else {
239
- const i2 = this.optionItems.filter((e3) => e3[this.valueAttribute] === t2);
240
- i2 && i2.length > 0 && (l2 = i2[0][e2]);
241
- }
242
- return l2;
243
- }
244
- }, clearMarkValue() {
245
- if (this.markValue && this.entity) {
246
- const t2 = JSON.parse(this.markValue);
247
- for (let e2 = 0; e2 < this.options.valueSetOptions.length; e2++) {
248
- t2[this.options.valueSetOptions[e2].valueColumn.dbColumnName] = null;
249
- }
250
- this.markValue = JSON.stringify(t2);
251
- }
252
- }, changeEmptyValue(t2) {
253
- this.$emit("changeEmptyValue", t2);
254
- }, clearEmptyValue() {
255
- this.checkEmptyValue = false;
256
- }, getSelectItemsTitle(t2) {
257
- if (null != t2 && "" !== t2 && t2.length > 0) {
258
- let e2 = "";
259
- return "string" == typeof t2 ? this.optionItems.length > 0 ? this.optionItems.forEach((l2) => {
260
- l2[this.valueAttribute] === t2 && (e2 = l2._label_);
261
- }) : e2 = t2 : this.optionItems.length > 0 ? (this.optionItems.forEach((l2) => {
262
- t2.forEach((t3) => {
263
- l2[this.valueAttribute] === t3 && (e2 = e2 + l2._label_ + ",");
264
- });
265
- }), e2 = e2.slice(0, e2.length - 1)) : e2 = t2.join(","), e2;
266
- }
267
- } }, emits: ["set-default-value", "load-completed", "set-value", "update:value", "focus", "blur", "visible-change", "change", "chnageEmptyValue"] }, N = { class: "select-top-span" }, k = { style: { "padding-left": "5px" } }, w = { style: { display: "flex" } }, E = { style: { color: "#8492a6", "font-size": "13px", "margin-left": "30px" } }, P = { style: { float: "left" } }, T = { style: { float: "right", color: "#8492a6", "font-size": "13px", "margin-left": "30px" } };
268
- const j = I(O, [["render", function(t2, e2, l2, i2, s2, a2) {
269
- const o2 = r("CopyDocument"), n2 = r("el-icon"), u2 = r("el-checkbox"), I2 = r("el-option"), O2 = r("el-select"), j2 = r("el-popover");
270
- return h(), p("span", N, [m(j2, { placement: "top", trigger: "hover" }, { reference: c(() => [d("div", { onKeydown: e2[4] || (e2[4] = v(b(() => {
271
- }, ["stop"]), ["space"])) }, [m(O2, f({ ref: "dynamicDataSourceRef", "allow-create": l2.allowCreate, clearable: l2.clearable, filterable: s2.remote, loading: s2.loading, "model-value": l2.value, placeholder: l2.placeholder, remote: s2.remote, "remote-method": a2.remoteMethod, "reserve-keyword": true, size: l2.size, style: l2.fullWidth ? { width: "100%", height: "100%" } : {}, title: a2.getClassOptionTitle(l2.value), "value-key": s2.valueAttribute, "default-first-option": "" }, s2.myProps, { "remote-show-suffix": "", onKeydown: e2[1] || (e2[1] = v(b(() => {
272
- }, ["stop"]), ["space"])), onBlur: e2[2] || (e2[2] = (t3) => a2.blurEvent(t3)), onChange: a2.changeEvent, onClear: t2.clear, onFocus: t2.focus, onVisibleChange: t2.visibleChange, onRemoveTag: e2[3] || (e2[3] = (e3) => t2.removeTag(s2.remote, e3)) }), y({ default: c(() => [s2.descriptionAttribute ? (h(), p(g, { key: 0 }, [l2.optionWidth > 0 ? (h(), p("div", { key: 0, style: A({ width: l2.optionWidth + "px" }) }, [(h(true), p(g, null, _(s2.optionItemList, (t3) => (h(), C(I2, { key: t3.value, label: t3._label_, title: t3._description_ ? t3._label_ + t3._description_ : t3._label_, value: l2.baseProps.multiple && "saveAll" === t3.value ? t3.value : t3[s2.valueAttribute] }, { default: c(() => [d("div", w, [d("span", null, S(t3._label_), 1), d("span", E, S(t3._description_ ? t3._description_ : t3._label_), 1)])]), _: 2 }, 1032, ["label", "title", "value"]))), 128))], 4)) : (h(true), p(g, { key: 1 }, _(s2.optionItemList, (t3) => (h(), C(I2, { key: t3.value, label: t3._label_, title: t3._description_ ? t3._label_ + t3._description_ : t3._label_, value: l2.baseProps.multiple && "saveAll" === t3.value ? t3.value : t3[s2.valueAttribute] }, { default: c(() => [d("span", P, S(t3._label_), 1), d("span", T, S(t3._description_ ? t3._description_ : t3._label_), 1)]), _: 2 }, 1032, ["label", "title", "value"]))), 128))], 64)) : (h(), p(g, { key: 1 }, [l2.optionWidth > 0 ? (h(), p("div", { key: 0, style: A({ width: l2.optionWidth + "px", position: "relative" }) }, [(h(true), p(g, null, _(s2.optionItemList, (t3) => (h(), C(I2, { key: t3.value, label: t3._label_, value: l2.baseProps.multiple && "saveAll" === t3.value ? t3.value : t3[s2.valueAttribute] }, null, 8, ["label", "value"]))), 128))], 4)) : (h(true), p(g, { key: 1 }, _(s2.optionItemList, (t3) => (h(), C(I2, { key: t3.value, label: t3._label_, value: l2.baseProps.multiple && "saveAll" === t3.value ? t3.value : t3[s2.valueAttribute] }, null, 8, ["label", "value"]))), 128))], 64))]), _: 2 }, [l2.isSearch ? { name: "header", fn: c(() => [m(u2, { modelValue: s2.checkEmptyValue, "onUpdate:modelValue": e2[0] || (e2[0] = (t3) => s2.checkEmptyValue = t3), onChange: a2.changeEmptyValue }, { default: c(() => [V(S(t2.$t("imatrixUIPublicModel.emptyValue")), 1)]), _: 1 }, 8, ["modelValue", "onChange"])]), key: "0" } : void 0]), 1040, ["allow-create", "clearable", "filterable", "loading", "model-value", "placeholder", "remote", "remote-method", "size", "style", "title", "value-key", "onChange", "onClear", "onFocus", "onVisibleChange"])], 32)]), default: c(() => [d("span", k, [m(n2, { id: s2.copyBtnId }, { default: c(() => [m(o2)]), _: 1 }, 8, ["id"])])]), _: 1 })]);
273
- }], ["__scopeId", "data-v-34406c62"]]);
274
- export {
275
- j as default
276
- };
@@ -1,4 +0,0 @@
1
- import e from "./index.vue.js";
2
- export {
3
- e as default
4
- };
@@ -1,7 +0,0 @@
1
- import e from "./src/fs-preview.vue.js";
2
- e.install = function(n) {
3
- n.component(e.name, e);
4
- };
5
- export {
6
- e as default
7
- };
@@ -1,120 +0,0 @@
1
- import { Paperclip as e, View as i, Download as t } from "@element-plus/icons-vue";
2
- import { resolveComponent as l, openBlock as s, createElementBlock as o, createElementVNode as a, renderSlot as r, Fragment as n, createVNode as d, toDisplayString as h, createCommentVNode as w, createBlock as p, withCtx as m, createTextVNode as f, renderList as c } from "vue";
3
- import { isPlateSys as u, getRelativeBaseUrl as v, getSystemFrontendUrlWith as b, getKkFilePreviewUrl as g } from "../../src/utils/common-util.js";
4
- import { isImage as P, getEntityFieldValue as N, getI18n as y } from "../../src/utils/util.js";
5
- import { packageFile as F } from "../../super-grid/src/utils.js";
6
- import { getToken as k } from "../../src/utils/auth.js";
7
- import { getFileIconByName as S } from "../../src/utils/file-util.js";
8
- import { getWatermarkSetting as $ } from "../../src/utils/watermark.js";
9
- import "./fs-preview.vue2.js";
10
- import I from "../../_virtual/_plugin-vue_export-helper.js";
11
- const j = { components: { ElIconPaperclip: e, ElIconView: i, ElIconDownload: t }, name: "FsPreview", props: { width: { type: [String, Number], default: "100%" }, label: { type: String, default: null }, fileSetObj: { type: Object, default: null }, isSql: { type: Boolean, default: false }, entity: { type: Object, default: () => ({}) }, fileInfo: { type: Object, default: () => ({}) }, disabled: { type: Boolean, default: false }, enableDelete: { type: Boolean, default: false }, watermark: { type: Object, default: () => ({}) }, uploading: { type: Boolean, default: false } }, data: () => ({ showPreviewSingleImage: false, showPreviewMulti: false, previewImageInfo: {}, fileList: [], downloadable: true, keyValueParam: {}, showMultipleFile: false, firstFileUUid: "" }), computed: { firstFileName() {
12
- var _a;
13
- return ((_a = this.label) == null ? void 0 : _a.indexOf(",")) > -1 ? (this.showMultipleFile = true, this.label.split(",")[0]) : (this.showMultipleFile = false, this.label);
14
- }, lab() {
15
- return this.label || this.fileInfo.showName || "文件预览";
16
- } }, created() {
17
- this.keyValueParam = this.analysisFileSetObj(this.fileSetObj, this.isSql), this.fileSetObj && void 0 !== this.fileSetObj.downloadable && null !== this.fileSetObj.downloadable && (this.downloadable = this.fileSetObj.downloadable);
18
- }, methods: { dblclickEvent() {
19
- clearTimeout(this.time);
20
- }, getFirstFile() {
21
- const { showName: e2, serverPath: i2 } = this.getShowNameAndUuidKey();
22
- if (i2) {
23
- return i2.split(",").length > 1 ? { showName: e2.split(",")[0], serverPath: i2.split(",")[0] } : { showName: e2, serverPath: i2 };
24
- }
25
- return null;
26
- }, previewFirst() {
27
- this.previewSingle(this.getFirstFile());
28
- }, downloadFirst() {
29
- const { showName: e2, serverPath: i2 } = this.getFirstFile();
30
- this.download(e2, i2);
31
- }, previewSingle(e2) {
32
- e2 = F(e2.showName, e2.serverPath), P(e2.showName) ? (this.previewImageInfo = e2, this.showPreviewSingleImage = true) : this.previewDoc(e2);
33
- }, donwloadViewFile() {
34
- const { showName: e2, serverPath: i2 } = this.getShowNameAndUuidKey();
35
- if (i2) {
36
- i2.split(",").length > 1 ? this.previewMuti() : this.download(e2, i2);
37
- }
38
- }, getShowNameAndUuidKey() {
39
- let e2 = null, i2 = null;
40
- return this.fileInfo.showName && this.fileInfo.serverPath ? (i2 = this.fileInfo.serverPath, e2 = this.fileInfo.showName) : this.entity && (i2 = N(this.entity, this.keyValueParam.serverPath), e2 = N(this.entity, this.keyValueParam.showName)), { showName: e2, serverPath: i2 };
41
- }, previewMuti() {
42
- if (this.disabled && this.fileSetObj.disabledNoPreview)
43
- return;
44
- const { showName: e2, serverPath: i2 } = this.getShowNameAndUuidKey();
45
- if (i2) {
46
- const t2 = i2.split(",");
47
- if (t2.length > 1) {
48
- const e3 = window.$vueApp.config.globalProperties.baseURL, i3 = window.$vueApp.config.globalProperties.baseAPI;
49
- let l2 = e3 + "/common/fs-upload/search-file-names";
50
- u(window.$vueApp.config.globalProperties.systemCode) && (l2 = i3 + "/api/search-file-names"), l2 = v(l2), this.$http.post(l2, t2).then((e4) => {
51
- this.fileList = [], t2.forEach((i4) => {
52
- this.fileList.push({ showName: e4[i4], serverPath: i4 });
53
- }), this.showPreviewMulti = true;
54
- });
55
- } else
56
- this.previewSingle({ showName: e2, serverPath: i2 });
57
- }
58
- }, previewDoc(e2) {
59
- const i2 = k(), t2 = e2.showName;
60
- if (window.$vueApp.config.globalProperties.customPreviewUrl)
61
- window.open(b(window.$vueApp.config.globalProperties.portalUrl) + "/#/file-service/preview?serverPath=" + e2.serverPath + "&showName=" + encodeURIComponent(t2), t2);
62
- else {
63
- let l2, s2 = window.$vueApp.config.globalProperties.baseURL;
64
- if (u(window.$vueApp.config.globalProperties.systemCode) && (s2 = window.$vueApp.config.globalProperties.baseAPI), window.$vueApp.config.globalProperties.kkFileViewUrl) {
65
- const l3 = s2 + "/common/super-form/downloads?jwt=" + i2 + "&showName=" + encodeURIComponent(t2) + "&serverPath=" + e2.serverPath + "&fullfilename=" + encodeURIComponent(t2);
66
- g(l3).then((e3) => {
67
- window.open(e3, t2);
68
- });
69
- } else
70
- l2 = s2 + "/common/fs-upload/preview?jwt=" + i2, l2 = l2 + "&showName=" + encodeURIComponent(t2) + "&serverPath=" + e2.serverPath, l2 = v(l2), window.open(l2, t2);
71
- }
72
- }, donwloadFile(e2) {
73
- const i2 = this.formatFileName(this.fileList[e2].showName);
74
- if (this.fileList[e2].src) {
75
- const i3 = v(this.fileList[e2].src);
76
- window.open(i3);
77
- } else
78
- this.download(i2, this.fileList[e2].serverPath);
79
- }, async download(e2, i2) {
80
- var _a;
81
- const t2 = k(), l2 = await $();
82
- let s2 = false;
83
- l2 && l2.useRange && l2.useRange.indexOf("annex") >= 0 && (s2 = void 0 === this.watermark.isShowWatermark || this.watermark.isShowWatermark);
84
- let o2 = (_a = this.watermark) == null ? void 0 : _a.content;
85
- !o2 && l2 && (o2 = l2.content), o2 || (o2 = "");
86
- let a2 = window.$vueApp.config.globalProperties.baseURL + "/common/super-form/downloads?jwt=" + t2;
87
- u(window.$vueApp.config.globalProperties.systemCode) && (a2 = window.$vueApp.config.globalProperties.baseAPI + "/component/super-form/downloads?jwt=" + t2), a2 = v(a2);
88
- const r2 = a2 + "&showName=" + encodeURIComponent(e2) + "&serverPath=" + i2 + "&isShowWatermark=" + s2 + "&watermark=" + o2;
89
- window.open(r2);
90
- }, analysisFileSetObj(e2, i2) {
91
- let t2 = "", l2 = "";
92
- return e2 && (e2.showNameData && (i2 ? e2.showNameData.dbName && (t2 = e2.showNameData.dbName) : e2.showNameData.name && (t2 = e2.showNameData.name)), e2.serverNameData && (i2 ? e2.serverNameData.dbName && (l2 = e2.serverNameData.dbName) : e2.serverNameData.name && (l2 = e2.serverNameData.name))), { showName: t2, serverPath: l2 };
93
- }, formatFileName: (e2) => e2.replace("#", "~~").replace("?", "~$").replace("&", "$"), getFileIconByName: (e2) => S(e2), showMultiView() {
94
- const { showName: e2, serverPath: i2 } = this.getShowNameAndUuidKey();
95
- if (i2) {
96
- const e3 = i2.split(",");
97
- if (e3.length > 1) {
98
- const i3 = window.$vueApp.config.globalProperties.baseURL, t2 = window.$vueApp.config.globalProperties.baseAPI;
99
- let l2 = i3 + "/common/fs-upload/search-file-names";
100
- u(window.$vueApp.config.globalProperties.systemCode) && (l2 = t2 + "/api/search-file-names"), l2 = v(l2), this.$http.post(l2, e3).then((i4) => {
101
- this.fileList = [], e3.forEach((e4) => {
102
- this.fileList.push({ showName: i4[e4], serverPath: e4 });
103
- });
104
- });
105
- }
106
- }
107
- return this.fileList;
108
- }, deleteFirst() {
109
- const e2 = this.getFirstFile();
110
- this.$emit("delete-file", e2), this.fileList = this.fileList.filter((i2) => i2.serverPath !== e2.serverPath), this.$message({ showClose: true, type: "success", message: y().t("fsUpload.deleteSuccessful") });
111
- }, deleteFile(e2) {
112
- this.$emit("delete-file", e2), this.fileList = this.fileList.filter((i2) => i2.serverPath !== e2.serverPath), this.$message({ showClose: true, type: "success", message: y().t("fsUpload.deleteSuccessful") });
113
- } }, emits: ["close", "delete-file"] }, U = { ref: "fsPreviewRef" }, A = { class: "fs-preview-container" }, C = ["title"], D = { key: 1, ref: "toolRef", class: "fs-preview-tool" }, L = { style: { "max-height": "300px", "overflow-y": "auto" } }, O = { style: { display: "flex", "align-items": "center", flex: "1" } }, V = { class: "more-file-icon" }, x = { class: "amb-list-preivew-name", style: { width: "230px", "margin-left": "10px" } }, R = { class: "file-actions" };
114
- const _ = I(j, [["render", function(e2, i2, t2, u2, v2, b2) {
115
- const g2 = l("super-icon"), P2 = l("el-tooltip"), N2 = l("el-divider"), y2 = l("ArrowDownBold"), F2 = l("el-icon"), k2 = l("el-button"), S2 = l("el-popover"), $2 = l("el-image-viewer");
116
- return s(), o("div", U, [a("div", { ref: "filePreviewRef", onDblclick: i2[3] || (i2[3] = (...e3) => b2.dblclickEvent && b2.dblclickEvent(...e3)), class: "fs-preview-container" }, [r(e2.$slots, "prefix", {}, void 0, true), b2.firstFileName && !t2.uploading ? (s(), o(n, { key: 0 }, [a("div", A, [d(g2, { iconValue: b2.getFileIconByName(b2.firstFileName) }, null, 8, ["iconValue"])]), a("span", { title: b2.firstFileName, ref: "nameRef", class: "amb-list-preivew-name" }, h(b2.firstFileName), 9, C)], 64)) : w("", true), b2.firstFileName && !t2.uploading ? (s(), o("div", D, [r(e2.$slots, "tool-prefix", { item: b2.getFirstFile() }, void 0, true), t2.enableDelete && !t2.disabled ? (s(), p(P2, { key: 0, content: e2.$t("fsUpload.delete") }, { default: m(() => [d(g2, { onClick: i2[0] || (i2[0] = (e3) => b2.deleteFirst()), iconValue: "amb-color-icon-del" })]), _: 1 }, 8, ["content"])) : w("", true), t2.disabled && t2.fileSetObj.disabledNoPreview ? w("", true) : (s(), p(P2, { key: 1, content: e2.$t("fsUpload.preview") }, { default: m(() => [d(g2, { onClick: i2[1] || (i2[1] = (e3) => b2.previewFirst()), iconValue: "amb-icon-yulan" })]), _: 1 }, 8, ["content"])), t2.disabled && t2.fileSetObj.disabledNoDownload ? w("", true) : (s(), p(P2, { key: 2, content: e2.$t("fsUpload.download") }, { default: m(() => [d(g2, { onClick: i2[2] || (i2[2] = (e3) => b2.downloadFirst()), iconValue: "amb-icon-xiazai" })]), _: 1 }, 8, ["content"])), r(e2.$slots, "tool-suffix", { item: b2.getFirstFile() }, void 0, true), v2.showMultipleFile ? (s(), p(N2, { key: 3, direction: "vertical" })) : w("", true), d(S2, { width: 450, trigger: "click" }, { reference: m(() => [v2.showMultipleFile ? (s(), p(k2, { key: 0, plain: "", type: "primary", round: "", size: "small", onClick: b2.showMultiView }, { default: m(() => [f(h(e2.$t("fsUpload.more")) + " ", 1), d(F2, null, { default: m(() => [d(y2)]), _: 1 })]), _: 1 }, 8, ["onClick"])) : w("", true)]), default: m(() => [a("div", L, [(s(true), o(n, null, c(v2.fileList, (i3, l2) => (s(), o("div", { ref_for: true, ref: i3.serverPath, key: i3.serverPath, class: "file-item" }, [a("div", O, [a("span", V, [d(g2, { iconValue: b2.getFileIconByName(i3.showName) }, null, 8, ["iconValue"])]), a("span", x, h(i3.showName), 1)]), a("div", R, [r(e2.$slots, "tool-more-prefix", { item: i3 }, void 0, true), t2.enableDelete ? (s(), p(P2, { key: 0, content: e2.$t("fsUpload.delete") }, { default: m(() => [d(g2, { onClick: (e3) => b2.deleteFile(i3), iconValue: "amb-color-icon-shanchu" }, null, 8, ["onClick"])]), _: 2 }, 1032, ["content"])) : w("", true), t2.disabled && t2.fileSetObj.disabledNoPreview ? w("", true) : (s(), p(P2, { key: 1, content: e2.$t("fsUpload.preview") }, { default: m(() => [d(g2, { onClick: (e3) => b2.previewSingle(i3), iconValue: "amb-icon-yulan" }, null, 8, ["onClick"])]), _: 2 }, 1032, ["content"])), t2.disabled && t2.fileSetObj.disabledNoDownload ? w("", true) : (s(), p(P2, { key: 2, content: e2.$t("fsUpload.download") }, { default: m(() => [d(g2, { onClick: (e3) => b2.donwloadFile(l2), iconValue: "amb-icon-xiazai" }, null, 8, ["onClick"])]), _: 2 }, 1032, ["content"]))])]))), 128))])]), _: 3 })], 512)) : w("", true)], 544), v2.showPreviewSingleImage ? (s(), p($2, { key: 0, teleported: "", "url-list": [v2.previewImageInfo.src], onClose: i2[4] || (i2[4] = (e3) => v2.showPreviewSingleImage = false) }, null, 8, ["url-list"])) : w("", true)], 512);
117
- }], ["__scopeId", "data-v-2448d898"]]);
118
- export {
119
- _ as default
120
- };
@@ -1,7 +0,0 @@
1
- import o from "./src/fs-upload.vue.js";
2
- o.install = function(n) {
3
- n.component(o.name, o);
4
- };
5
- export {
6
- o as default
7
- };
@@ -1,71 +0,0 @@
1
- import { Upload as e, Delete as t, View as i } from "@element-plus/icons-vue";
2
- import { $emit as l } from "../../utils/gogocodeTransfer.js";
3
- import { resolveComponent as o, resolveDirective as s, withDirectives as a, openBlock as d, createElementBlock as n, createBlock as u, withCtx as r, createTextVNode as c, toDisplayString as p, createCommentVNode as f, createElementVNode as h, createVNode as m, Fragment as w, renderList as g } from "vue";
4
- import b from "./see-big-picture.vue.js";
5
- import { getToken as y } from "../../src/utils/auth.js";
6
- import { getRelativeBaseUrl as v, getSystemFrontendUrlWith as U, isPlateSys as $, getKkFilePreviewUrl as k } from "../../src/utils/common-util.js";
7
- import P from "../../_virtual/_plugin-vue_export-helper.js";
8
- const C = { data: () => ({ unifiedEnclosures: [], bigPictureVisible: false, baseURL: "", accepts: "", showIndex: 0, loading: "", ElIconUpload2: e }), components: { seeBigPicture: b, ElIconDelete: t, ElIconView: i }, name: "FsUploadMulti", props: { systemCode: { type: String, default: null }, accept: { type: String, default: null }, isImg: { type: Boolean, default: false }, isShowList: { type: Boolean, default: true }, fit: { type: String, default: null }, disabled: { type: Boolean, default: false }, isShowButton: { type: Boolean, default: true }, isShowData: { type: Boolean, default: true }, data: { type: Array, default: null }, imgSize: { type: Number, default: 0 }, fileSize: { type: Number, default: 0 }, tableHeight: { type: String, default: null } }, created() {
9
- this.baseURL = v(window.$vueApp.config.globalProperties.baseURL), this.data && (this.unifiedEnclosures = this.data), this.judgeImg();
10
- }, methods: { bigPicture(e2) {
11
- this.showIndex = e2, this.bigPictureVisible = true;
12
- }, onSuccess() {
13
- const e2 = this.unifiedEnclosures;
14
- l(this, "onSuccess", e2);
15
- }, judgeImg() {
16
- this.isImg ? this.accepts = "image/*" : this.accept && (this.accepts = this.accept);
17
- }, selectDataFile() {
18
- this.$refs.uploadTemplate.click();
19
- }, deleteFile(e2) {
20
- this.deleteUuid = this.unifiedEnclosures[e2].uuid, this.unifiedEnclosures.splice(e2, 1), this.deleteSuccess();
21
- }, deleteSuccess() {
22
- const e2 = this.unifiedEnclosures;
23
- l(this, "deleteSuccess", this.deleteUuid, e2);
24
- }, preview(e2) {
25
- if (window.$vueApp.config.globalProperties.isOffice) {
26
- const t2 = y(), i2 = { fileName: window.$vueApp.config.globalProperties.officeweb365Url + "/common/fs-upload/download?serverPath=" + e2.uuid + "&showName=" + e2.fileName + "&jwt=" + t2 };
27
- this.$http.post(this.baseURL + "/common/fs-upload/des-encrypt", i2).then((e3) => {
28
- window.open(window.$vueApp.config.globalProperties.isOffice + e3);
29
- });
30
- } else {
31
- let t2;
32
- const i2 = e2.fileName.split(".");
33
- t2 = "xls" === i2[i2.length - 1].toLowerCase() || "xlsx" === i2[i2.length - 1].toLowerCase() || "csv" === i2[i2.length - 1].toLowerCase() ? i2[0] + ".html" : i2[0] + ".pdf";
34
- const l2 = y();
35
- if (window.$vueApp.config.globalProperties.customPreviewUrl)
36
- window.open(U(window.$vueApp.config.globalProperties.portalUrl) + "/#/file-service/preview?serverPath=" + e2.uuid + "&showName=" + encodeURI(e2.fileName), t2);
37
- else {
38
- const i3 = e2.fileName, o2 = e2.uuid;
39
- let s2, a2 = this.baseURL;
40
- if ($(window.$vueApp.config.globalProperties.systemCode) && (a2 = window.$vueApp.config.globalProperties.baseAPI), window.$vueApp.config.globalProperties.kkFileViewUrl) {
41
- const e3 = a2 + "/common/super-form/downloads?jwt=" + l2 + "&showName=" + encodeURI(i3) + "&serverPath=" + o2;
42
- k(e3 + "&fullfilename=" + i3).then((e4) => {
43
- window.open(e4, t2);
44
- });
45
- } else
46
- s2 = a2 + "/common/fs-upload/preview?jwt=" + l2, s2 = s2 + "&showName=" + encodeURI(i3) + "&serverPath=" + o2, s2 = v(s2), window.open(s2, t2);
47
- }
48
- }
49
- }, upload(e2) {
50
- let t2;
51
- if (this.fileSize && 0 !== this.fileSize && this.unifiedEnclosures.length >= this.fileSize && (t2 = this.$t("fsUpload.theNumberOfUploadsExceedsTheLimitTheLimitIs") + ":" + this.fileSize), t2)
52
- e2.target.value = "", this.$message({ showClose: true, type: "warning", message: t2 });
53
- else {
54
- this.loading = true;
55
- const t3 = new FormData();
56
- t3.append("file", this.$refs.uploadTemplate.files[0]);
57
- const i2 = this.$http;
58
- i2.headers = "'Content-Type': 'multipart/form-data'", i2.post(this.baseURL + "/common/fs-upload/upload-template/" + this.systemCode, t3, { headers: { "Content-Type": "multipart/form-data" } }).then((t4) => {
59
- this.unifiedEnclosures.push(t4), e2.target.value = "", this.judgeImg(), this.unifiedEnclosures, this.onSuccess(), this.$message({ showClose: true, type: "success", message: this.$t("fsUpload.uploadSucceeded") }), this.loading = false;
60
- }).catch(() => {
61
- e2.target.value = "", this.loading = false;
62
- });
63
- }
64
- } }, emits: ["onSuccess", "deleteSuccess"] }, N = ["accept"], S = { key: 1 }, _ = { key: 0 }, E = { key: 1 }, I = { key: 2 };
65
- const L = P(C, [["render", function(e2, t2, i2, l2, b2, y2) {
66
- const v2 = o("el-button"), U2 = o("el-link"), $2 = o("el-table-column"), k2 = o("el-image"), P2 = o("el-table"), C2 = o("el-icon-delete"), L2 = o("el-icon"), x = o("el-tooltip"), R = o("el-icon-view"), j = o("see-big-picture"), A = s("loading");
67
- return a((d(), n("div", null, [i2.isShowButton && !i2.disabled ? (d(), u(v2, { key: 0, icon: b2.ElIconUpload2, size: "default", type: "primary", onClick: y2.selectDataFile }, { default: r(() => [c(p(e2.$t("fsUpload.upload")), 1)]), _: 1 }, 8, ["icon", "onClick"])) : f("", true), h("input", { ref: "uploadTemplate", accept: b2.accepts, name: "uploadTemplate", style: { display: "none" }, type: "file", onChange: t2[0] || (t2[0] = (...e3) => y2.upload && y2.upload(...e3)) }, null, 40, N), b2.unifiedEnclosures && b2.unifiedEnclosures.length > 0 && i2.isShowData ? (d(), n("div", S, [i2.isImg ? (d(), n("div", _, [m(P2, { data: b2.unifiedEnclosures, height: i2.tableHeight, style: { width: "100%" } }, { default: r(() => [m($2, { label: e2.$t("fsUpload.name"), width: "240" }, { default: r((e3) => [m(U2, { href: b2.baseURL + "/common/fs-upload/download?serverPath=" + e3.row.uuid + "&showName=" + e3.row.fileName, type: "primary" }, { default: r(() => [c(p(e3.row.fileName), 1)]), _: 2 }, 1032, ["href"])]), _: 1 }, 8, ["label"]), m($2, { label: e2.$t("fsUpload.picture"), width: "240" }, { default: r((e3) => [m(k2, { "preview-src-list": [b2.baseURL + "/common/fs-upload/download?serverPath=" + e3.row.uuid + "&showName=" + e3.row.fileName], src: b2.baseURL + "/common/fs-upload/download?serverPath=" + e3.row.uuid + "&showName=" + e3.row.fileName, onClick: (t3) => y2.bigPicture(e3.$index) }, null, 8, ["preview-src-list", "src", "onClick"])]), _: 1 }, 8, ["label"]), i2.disabled ? f("", true) : (d(), u($2, { key: 0, label: e2.$t("fsUpload.operating"), width: "120" }, { default: r((t3) => [m(v2, { size: "default", type: "danger", onClick: (e3) => y2.deleteFile(t3.$index) }, { default: r(() => [c(p(e2.$t("fsUpload.delete")), 1)]), _: 2 }, 1032, ["onClick"])]), _: 1 }, 8, ["label"]))]), _: 1 }, 8, ["data", "height"])])) : i2.isShowList ? (d(), n("div", E, [m(P2, { data: b2.unifiedEnclosures, height: i2.tableHeight, style: { width: "100%" } }, { default: r(() => [m($2, { label: e2.$t("fsUpload.name"), width: "240" }, { default: r((e3) => [m(U2, { href: b2.baseURL + "/common/fs-upload/download?serverPath=" + e3.row.uuid + "&showName=" + e3.row.fileName, type: "primary" }, { default: r(() => [c(p(e3.row.fileName), 1)]), _: 2 }, 1032, ["href"])]), _: 1 }, 8, ["label"]), m($2, { label: e2.$t("fsUpload.operating"), width: "200" }, { default: r((t3) => [i2.disabled ? f("", true) : (d(), u(v2, { key: 0, size: "default", type: "danger", onClick: (e3) => y2.deleteFile(t3.$index) }, { default: r(() => [c(p(e2.$t("fsUpload.delete")), 1)]), _: 2 }, 1032, ["onClick"])), m(v2, { size: "default", onClick: (e3) => y2.preview(t3.row) }, { default: r(() => [c(p(e2.$t("fsUpload.preview")), 1)]), _: 2 }, 1032, ["onClick"])]), _: 1 }, 8, ["label"])]), _: 1 }, 8, ["data", "height"])])) : (d(), n("div", I, [(d(true), n(w, null, g(b2.unifiedEnclosures, (t3, l3) => (d(), n("div", { key: l3 }, [m(U2, { href: b2.baseURL + "/common/fs-upload/download?serverPath=" + t3.uuid + "&showName=" + t3.fileName, type: "primary" }, { default: r(() => [c(p(t3.fileName), 1)]), _: 2 }, 1032, ["href"]), m(x, { content: e2.$t("fsUpload.delete"), effect: "light" }, { default: r(() => [i2.disabled ? f("", true) : (d(), u(L2, { key: 0, style: { color: "red", "margin-left": "10px" }, onClick: (e3) => y2.deleteFile(l3) }, { default: r(() => [m(C2)]), _: 2 }, 1032, ["onClick"]))]), _: 2 }, 1032, ["content"]), m(x, { content: e2.$t("fsUpload.preview"), effect: "light", style: { "margin-left": "10px" } }, { default: r(() => [m(L2, { onClick: (e3) => y2.preview(t3) }, { default: r(() => [m(R)]), _: 2 }, 1032, ["onClick"])]), _: 2 }, 1032, ["content"])]))), 128))]))])) : f("", true), b2.bigPictureVisible ? (d(), u(j, { key: 2, "show-index": b2.showIndex, "unified-enclosures": b2.unifiedEnclosures, onClose: t2[1] || (t2[1] = (e3) => b2.bigPictureVisible = false) }, null, 8, ["show-index", "unified-enclosures"])) : f("", true)])), [[A, b2.loading]]);
68
- }]]);
69
- export {
70
- L as default
71
- };
@@ -1,73 +0,0 @@
1
- import { Upload as e, Download as i, Delete as t, View as o } from "@element-plus/icons-vue";
2
- import { $emit as s } from "../../utils/gogocodeTransfer.js";
3
- import l from "js-cookie";
4
- import n from "./see-big-picture.vue.js";
5
- import { getRelativeBaseUrl as u, getSystemFrontendUrlWith as a, isPlateSys as d, getKkFilePreviewUrl as c } from "../../src/utils/common-util.js";
6
- import { getToken as r } from "../../src/utils/auth.js";
7
- import { resolveComponent as f, resolveDirective as p, withDirectives as h, openBlock as m, createElementBlock as w, createBlock as g, withCtx as b, createTextVNode as v, toDisplayString as y, createVNode as E, createCommentVNode as U, createElementVNode as P } from "vue";
8
- import k from "../../_virtual/_plugin-vue_export-helper.js";
9
- const N = { data: () => ({ unifiedEnclosure: { uuid: "", fileName: "" }, loading: "", baseURL: "", showIndex: 0, accepts: "", deleteUuid: "", bigPictureVisible: false, ElIconUpload2: e }), components: { seeBigPicture: n, ElIconDownload: i, ElIconDelete: t, ElIconView: o }, name: "FsUploadSingle", props: { systemCode: { type: String, default: null }, accept: { type: String, default: null }, isImg: { type: Boolean, default: false }, fit: { type: String, default: null }, disabled: { type: Boolean, default: false }, isShowButton: { type: Boolean, default: true }, isShowData: { type: Boolean, default: true }, data: { type: Array, default: null, baseURL: null } }, created() {
10
- this.baseURL = u(window.$vueApp.config.globalProperties.baseURL), this.data && (this.unifiedEnclosure = this.data[0]), this.accept ? this.accepts = this.accept : this.isImg && (this.accepts = "image/*");
11
- }, methods: { bigPicture() {
12
- this.bigPictureVisible = true;
13
- }, deleteFile() {
14
- this.deleteUuid = this.unifiedEnclosure.uuid, this.unifiedEnclosure = null, this.deleteSuccess();
15
- }, deleteSuccess() {
16
- if (this.unifiedEnclosure) {
17
- const e2 = [this.unifiedEnclosure];
18
- s(this, "deleteSuccess", this.deleteUuid, e2);
19
- } else
20
- s(this, "deleteSuccess", this.deleteUuid);
21
- }, acceptService() {
22
- return this.isImg ? "image/*" : null;
23
- }, selectDataFile() {
24
- this.$refs.uploadTemplate.click();
25
- }, onSuccess() {
26
- if (this.unifiedEnclosure) {
27
- const e2 = [this.unifiedEnclosure];
28
- s(this, "onSuccess", e2, this.deleteUuid);
29
- } else
30
- s(this, "onSuccess", null, this.deleteUuid);
31
- }, preview() {
32
- if (window.$vueApp.config.globalProperties.isOffice) {
33
- const e2 = l.get("JWT"), i2 = { fileName: window.$vueApp.config.globalProperties.officeweb365Url + "/common/fs-upload/download?serverPath=" + this.unifiedEnclosure.uuid + "&showName=" + this.unifiedEnclosure.fileName + "&jwt=" + e2 };
34
- this.$http.post(this.baseURL + "/common/fs-upload/des-encrypt", i2).then((e3) => {
35
- window.open(window.$vueApp.config.globalProperties.isOffice + e3);
36
- });
37
- } else {
38
- let e2;
39
- const i2 = this.unifiedEnclosure.fileName.split(".");
40
- e2 = "xls" === i2[i2.length - 1].toLowerCase() || "xlsx" === i2[i2.length - 1].toLowerCase() || "csv" === i2[i2.length - 1].toLowerCase() ? i2[0] + ".html" : i2[0] + ".pdf";
41
- const t2 = r();
42
- if (window.$vueApp.config.globalProperties.customPreviewUrl)
43
- window.open(a(window.$vueApp.config.globalProperties.portalUrl) + "/#/file-service/preview?serverPath=" + this.unifiedEnclosure.uuid + "&showName=" + encodeURI(this.unifiedEnclosure.fileName), e2);
44
- else {
45
- const i3 = this.unifiedEnclosure.fileName, o2 = this.unifiedEnclosure.uuid;
46
- let s2, l2 = this.baseURL;
47
- if (d(window.$vueApp.config.globalProperties.systemCode) && (l2 = u(window.$vueApp.config.globalProperties.baseAPI)), window.$vueApp.config.globalProperties.kkFileViewUrl) {
48
- const s3 = l2 + "/common/super-form/downloads?jwt=" + t2 + "&showName=" + encodeURI(i3) + "&serverPath=" + o2;
49
- c(s3 + "&fullfilename=" + i3).then((i4) => {
50
- window.open(i4, e2);
51
- });
52
- } else
53
- s2 = l2 + "/common/fs-upload/preview?jwt=" + t2, s2 = s2 + "&showName=" + encodeURI(i3) + "&serverPath=" + o2, window.open(s2, e2);
54
- }
55
- }
56
- }, upload(e2) {
57
- this.loading = true;
58
- const i2 = new FormData();
59
- i2.append("file", this.$refs.uploadTemplate.files[0]);
60
- const t2 = this.$http;
61
- t2.headers = "'Content-Type': 'multipart/form-data'", this.unifiedEnclosure && (this.deleteUuid = this.unifiedEnclosure.uuid), t2.post(this.baseURL + "/common/fs-upload/upload-template/" + this.systemCode, i2, { headers: { "Content-Type": "multipart/form-data" } }).then((i3) => {
62
- this.unifiedEnclosure = i3, e2.target.value = "", this.unifiedEnclosure, this.onSuccess(), this.loading = false, this.$message({ showClose: true, type: "success", message: this.$t("fsUpload.uploadSucceeded") });
63
- }).catch(() => {
64
- e2.target.value = "", this.loading = false;
65
- });
66
- } }, emits: ["deleteSuccess", "onSuccess"] }, S = { key: 0 }, C = ["accept"];
67
- const $ = k(N, [["render", function(e2, i2, t2, o2, s2, l2) {
68
- const n2 = f("el-image"), u2 = f("el-link"), a2 = f("el-icon-download"), d2 = f("el-icon"), c2 = f("el-tooltip"), r2 = f("el-icon-delete"), k2 = f("el-icon-view"), N2 = f("el-button"), $2 = f("see-big-picture"), I = p("loading");
69
- return h((m(), w("div", null, [s2.unifiedEnclosure && s2.unifiedEnclosure.uuid && s2.unifiedEnclosure.fileName && t2.isShowData ? (m(), w("div", S, [t2.isImg ? (m(), g(n2, { key: 0, fit: t2.fit, "preview-src-list": [s2.baseURL + "/common/fs-upload/download?serverPath=" + s2.unifiedEnclosure.uuid + "&showName=" + s2.unifiedEnclosure.fileName], src: s2.baseURL + "/common/fs-upload/download?serverPath=" + s2.unifiedEnclosure.uuid + "&showName=" + s2.unifiedEnclosure.fileName, onClick: l2.bigPicture }, null, 8, ["fit", "preview-src-list", "src", "onClick"])) : (m(), g(u2, { key: 1, href: s2.baseURL + "/common/fs-upload/download?serverPath=" + s2.unifiedEnclosure.uuid + "&showName=" + s2.unifiedEnclosure.fileName, type: "primary" }, { default: b(() => [v(y(s2.unifiedEnclosure.fileName), 1)]), _: 1 }, 8, ["href"])), E(c2, { content: e2.$t("fsUpload.download"), effect: "light" }, { default: b(() => [t2.isImg ? (m(), g(u2, { key: 0, href: s2.baseURL + "/common/fs-upload/download?serverPath=" + s2.unifiedEnclosure.uuid + "&showName=" + s2.unifiedEnclosure.fileName, type: "primary" }, { default: b(() => [E(d2, { style: { "margin-left": "10px", "font-size": "30px" } }, { default: b(() => [E(a2)]), _: 1 })]), _: 1 }, 8, ["href"])) : U("", true)]), _: 1 }, 8, ["content"]), E(c2, { content: e2.$t("fsUpload.delete"), effect: "light" }, { default: b(() => [t2.disabled ? U("", true) : (m(), g(d2, { key: 0, style: { color: "red", "margin-left": "10px", "font-size": "30px" }, onClick: l2.deleteFile }, { default: b(() => [E(r2)]), _: 1 }, 8, ["onClick"]))]), _: 1 }, 8, ["content"]), E(c2, { content: e2.$t("fsUpload.preview"), effect: "light", style: { "margin-left": "10px", "font-size": "30px" } }, { default: b(() => [t2.isImg ? U("", true) : (m(), g(d2, { key: 0, onClick: l2.preview }, { default: b(() => [E(k2)]), _: 1 }, 8, ["onClick"]))]), _: 1 }, 8, ["content"])])) : U("", true), t2.isShowButton && !t2.disabled ? (m(), g(N2, { key: 1, icon: s2.ElIconUpload2, size: "default", type: "primary", onClick: l2.selectDataFile }, { default: b(() => [v(y(e2.$t("fsUpload.upload")), 1)]), _: 1 }, 8, ["icon", "onClick"])) : U("", true), P("input", { ref: "uploadTemplate", accept: s2.accepts, name: "uploadTemplate", style: { display: "none" }, type: "file", onChange: i2[0] || (i2[0] = (...e3) => l2.upload && l2.upload(...e3)) }, null, 40, C), s2.bigPictureVisible ? (m(), g($2, { key: 2, "show-index": s2.showIndex, "unified-enclosures": t2.data, onClose: i2[1] || (i2[1] = (e3) => s2.bigPictureVisible = false) }, null, 8, ["show-index", "unified-enclosures"])) : U("", true)])), [[I, s2.loading]]);
70
- }]]);
71
- export {
72
- $ as default
73
- };