agilebuilder-ui 1.1.65-tmp13 → 1.1.65-tmp15

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 (882) hide show
  1. package/dist/index.full.min.js +16440 -0
  2. package/{es → dist}/style.css +2121 -2120
  3. package/lib/IntervalSelection/index.js +7 -5
  4. package/lib/IntervalSelection/src/sectionDate.vue.js +21 -17
  5. package/lib/IntervalSelection/src/sectionDate.vue2.js +4 -2
  6. package/lib/_virtual/__vite-browser-external.js +4 -2
  7. package/lib/_virtual/_plugin-vue_export-helper.js +8 -6
  8. package/lib/breadcrumb/index.js +5 -3
  9. package/lib/breadcrumb/src/breadcrumb.vue.js +19 -28
  10. package/lib/breadcrumb/src/breadcrumb.vue2.js +4 -2
  11. package/lib/chat-embed/index.js +5 -3
  12. package/lib/chat-embed/src/chat-addition-data.vue.js +7 -5
  13. package/lib/chat-embed/src/chat-addition-data.vue2.js +13 -11
  14. package/lib/chat-embed/src/chat-addition-data.vue3.js +4 -2
  15. package/lib/chat-embed/src/chat-ai-answer-tip.vue.js +7 -5
  16. package/lib/chat-embed/src/chat-ai-answer-tip.vue2.js +20 -17
  17. package/lib/chat-embed/src/chat-ai-answer-tip.vue3.js +4 -2
  18. package/lib/chat-embed/src/chat-bubble-footer.vue.js +7 -5
  19. package/lib/chat-embed/src/chat-bubble-footer.vue2.js +22 -17
  20. package/lib/chat-embed/src/chat-bubble-footer.vue3.js +4 -2
  21. package/lib/chat-embed/src/chat-embed-message.js +20 -14
  22. package/lib/chat-embed/src/chat-sender.vue.js +7 -5
  23. package/lib/chat-embed/src/chat-sender.vue2.js +123 -110
  24. package/lib/chat-embed/src/chat-sender.vue3.js +4 -2
  25. package/lib/chat-embed/src/components/answer-auto-chart.vue.js +7 -5
  26. package/lib/chat-embed/src/components/answer-auto-chart.vue2.js +50 -42
  27. package/lib/chat-embed/src/components/answer-auto-chart.vue3.js +4 -2
  28. package/lib/chat-embed/src/components/answer-home-chart.vue.js +7 -5
  29. package/lib/chat-embed/src/components/answer-home-chart.vue2.js +6 -3
  30. package/lib/chat-embed/src/components/answer-home-chart.vue3.js +4 -2
  31. package/lib/chat-embed/src/components/answer-interaction-data.vue.js +7 -5
  32. package/lib/chat-embed/src/components/answer-interaction-data.vue2.js +84 -74
  33. package/lib/chat-embed/src/components/answer-interaction-data.vue3.js +4 -2
  34. package/lib/chat-embed/src/components/history-detail.vue.js +7 -5
  35. package/lib/chat-embed/src/components/history-detail.vue2.js +32 -27
  36. package/lib/chat-embed/src/components/history-detail.vue3.js +4 -2
  37. package/lib/chat-embed/src/header.vue.js +7 -5
  38. package/lib/chat-embed/src/header.vue2.js +32 -25
  39. package/lib/chat-embed/src/header.vue3.js +4 -2
  40. package/lib/chat-embed/src/index.vue.js +7 -5
  41. package/lib/chat-embed/src/index.vue2.js +211 -185
  42. package/lib/chat-embed/src/index.vue3.js +4 -2
  43. package/lib/chat-embed/src/recommendation-message.vue.js +7 -5
  44. package/lib/chat-embed/src/recommendation-message.vue2.js +8 -5
  45. package/lib/chat-embed/src/recommendation-message.vue3.js +4 -2
  46. package/lib/chat-embed/src/sidebar-item.vue.js +7 -5
  47. package/lib/chat-embed/src/sidebar-item.vue2.js +93 -84
  48. package/lib/chat-embed/src/sidebar-item.vue3.js +4 -2
  49. package/lib/chat-embed/src/type.js +5 -3
  50. package/lib/chat-embed/src/util/chat-embed-util.js +41 -35
  51. package/lib/chat-embed/src/util/history-message-util.js +85 -63
  52. package/lib/chat-embed/src/util/mcp-utils.js +8 -5
  53. package/lib/chat-embed/src/util/text-file-util.js +11 -7
  54. package/lib/chat-embed/src/voice/index.js +7 -5
  55. package/lib/chat-embed/src/voice/js/crypto-js.js +995 -987
  56. package/lib/chat-embed/src/voice/js/processor/index.umd.js +169 -161
  57. package/lib/chat-embed/src/voice/js/timer.js +10 -7
  58. package/lib/chat-embed/src/voice/voice.vue.js +70 -61
  59. package/lib/date-picker-range/index.js +7 -5
  60. package/lib/date-picker-range/index.vue.js +7 -5
  61. package/lib/date-picker-range/index.vue2.js +63 -59
  62. package/lib/date-picker-range/index.vue3.js +4 -2
  63. package/lib/department-tree/index.js +5 -3
  64. package/lib/department-tree/src/department-tree.vue.js +17 -11
  65. package/lib/department-tree-inline/index.js +5 -3
  66. package/lib/department-tree-inline/src/department-multi-tree-inline.vue.js +27 -17
  67. package/lib/department-tree-inline/src/department-multi-tree-inline.vue2.js +4 -2
  68. package/lib/department-tree-inline/src/department-single-tree-inline.vue.js +27 -17
  69. package/lib/department-tree-inline/src/department-single-tree-inline.vue2.js +4 -2
  70. package/lib/department-tree-inline/src/department-tree-inline.vue.js +13 -8
  71. package/lib/department-tree-inline/src/department-tree-service.js +10 -8
  72. package/lib/department-tree-inline/src/search-result.vue.js +23 -19
  73. package/lib/department-tree-inline/src/search-result.vue2.js +4 -2
  74. package/lib/department-tree-mobile/index.js +7 -4
  75. package/lib/department-tree-mobile/src/department-tree-app.vue.js +12 -9
  76. package/lib/department-tree-mobile/src/department-tree-app.vue2.js +4 -2
  77. package/lib/department-tree-mobile/src/department-tree-app.vue3.js +5 -3
  78. package/lib/department-tree-mobile/src/department-tree-inline-app.vue.js +91 -80
  79. package/lib/department-tree-mobile/src/department-tree-inline-app.vue2.js +4 -3
  80. package/lib/department-tree-mobile/src/department-tree-service.js +42 -32
  81. package/lib/department-tree-mobile/src/dept-path.vue.js +11 -10
  82. package/lib/department-tree-mobile/src/dept-path.vue2.js +4 -3
  83. package/lib/department-tree-mobile/src/dept-result.vue.js +14 -11
  84. package/lib/department-tree-mobile/src/dept-result.vue2.js +4 -3
  85. package/lib/department-user-tree/index.js +5 -3
  86. package/lib/department-user-tree/src/department-user-multiple-tree.vue.js +14 -10
  87. package/lib/department-user-tree/src/department-user-multiple-tree.vue2.js +4 -2
  88. package/lib/department-user-tree/src/department-user-single-tree.vue.js +14 -9
  89. package/lib/department-user-tree/src/department-user-tree.vue.js +20 -14
  90. package/lib/department-user-tree-inline/index.js +5 -3
  91. package/lib/department-user-tree-inline/src/department-user-multiple-tree-inline.vue.js +28 -17
  92. package/lib/department-user-tree-inline/src/department-user-multiple-tree-inline.vue2.js +4 -2
  93. package/lib/department-user-tree-inline/src/department-user-single-tree-inline.vue.js +33 -21
  94. package/lib/department-user-tree-inline/src/department-user-single-tree-inline.vue2.js +4 -2
  95. package/lib/department-user-tree-inline/src/department-user-tree-inline.vue.js +13 -8
  96. package/lib/department-user-tree-inline/src/department-user-tree-multi-service.js +9 -6
  97. package/lib/department-user-tree-inline/src/department-user-tree-single-service.js +11 -8
  98. package/lib/department-user-tree-inline/src/group-user/group-input.vue.js +12 -7
  99. package/lib/department-user-tree-inline/src/group-user/group-list.vue.js +12 -7
  100. package/lib/department-user-tree-inline/src/group-user/group-user.vue.js +14 -8
  101. package/lib/department-user-tree-inline/src/group-user-multiple-tree.vue.js +20 -14
  102. package/lib/department-user-tree-inline/src/group-user-single-tree.vue.js +23 -17
  103. package/lib/department-user-tree-inline/src/group-user-tree-service.js +3 -2
  104. package/lib/department-user-tree-inline/src/search-result.vue.js +15 -12
  105. package/lib/department-user-tree-inline/src/search-result.vue2.js +4 -2
  106. package/lib/department-user-tree-mobile/index.js +7 -4
  107. package/lib/department-user-tree-mobile/src/department-user-tree-app.vue.js +12 -9
  108. package/lib/department-user-tree-mobile/src/department-user-tree-app.vue2.js +4 -2
  109. package/lib/department-user-tree-mobile/src/department-user-tree-app.vue3.js +5 -3
  110. package/lib/department-user-tree-mobile/src/department-user-tree-inline-app.vue.js +104 -93
  111. package/lib/department-user-tree-mobile/src/department-user-tree-inline-app.vue2.js +4 -3
  112. package/lib/department-user-tree-mobile/src/department-user-tree-service.js +30 -20
  113. package/lib/department-user-tree-mobile/src/dept-path.vue.js +11 -10
  114. package/lib/department-user-tree-mobile/src/dept-path.vue2.js +4 -3
  115. package/lib/department-user-tree-mobile/src/dept-result.vue.js +15 -11
  116. package/lib/department-user-tree-mobile/src/dept-result.vue2.js +4 -3
  117. package/lib/directives/prevent-reclick.js +3 -2
  118. package/lib/dynamic-source-select/index.js +7 -5
  119. package/lib/dynamic-source-select/src/dynamic-source-select-service.js +15 -13
  120. package/lib/dynamic-source-select/src/dynamic-source-select.vue.js +183 -173
  121. package/lib/dynamic-source-select/src/dynamic-source-select.vue2.js +4 -2
  122. package/lib/dynamic-source-select/src/dynamic-source-select.vue3.js +4 -2
  123. package/lib/dynamic-source-select/src/events.js +3 -2
  124. package/lib/empty-state/index.vue.js +8 -5
  125. package/lib/empty-state/index.vue2.js +4 -3
  126. package/lib/fs-preview/index.js +7 -5
  127. package/lib/fs-preview/src/fs-preview.vue.js +72 -63
  128. package/lib/fs-preview/src/fs-preview.vue2.js +4 -2
  129. package/lib/fs-upload/index.js +7 -5
  130. package/lib/fs-upload/src/fs-upload-multi.vue.js +32 -24
  131. package/lib/fs-upload/src/fs-upload-single.vue.js +39 -30
  132. package/lib/fs-upload/src/fs-upload.vue.js +16 -10
  133. package/lib/fs-upload/src/see-big-picture.vue.js +11 -8
  134. package/lib/fs-upload-list/index.js +7 -5
  135. package/lib/fs-upload-list/src/fs-upload-list.vue.js +40 -33
  136. package/lib/fs-upload-list/src/fs-upload-list.vue2.js +4 -2
  137. package/lib/fs-upload-new/index.js +7 -5
  138. package/lib/fs-upload-new/src/file-upload-mobile/file-upload-app.vue.js +38 -34
  139. package/lib/fs-upload-new/src/file-upload-mobile/file-upload-app.vue2.js +4 -3
  140. package/lib/fs-upload-new/src/file-upload-mobile/file-upload-browser.vue.js +109 -101
  141. package/lib/fs-upload-new/src/file-upload-mobile/file-upload-browser.vue2.js +4 -3
  142. package/lib/fs-upload-new/src/file-upload-mobile/file-upload-component.vue.js +7 -5
  143. package/lib/fs-upload-new/src/file-upload-mobile/file-upload-component.vue2.js +33 -26
  144. package/lib/fs-upload-new/src/file-upload-mobile/file-upload-component.vue3.js +4 -2
  145. package/lib/fs-upload-new/src/file-upload-mobile/file-upload-input.vue.js +31 -27
  146. package/lib/fs-upload-new/src/file-upload-mobile/file-upload-input.vue2.js +4 -3
  147. package/lib/fs-upload-new/src/file-upload-mobile/file-upload.vue.js +24 -18
  148. package/lib/fs-upload-new/src/file-upload-mobile/file-upload.vue2.js +4 -3
  149. package/lib/fs-upload-new/src/fs-button-upload.vue.js +7 -5
  150. package/lib/fs-upload-new/src/fs-button-upload.vue2.js +43 -36
  151. package/lib/fs-upload-new/src/fs-button-upload.vue3.js +4 -2
  152. package/lib/fs-upload-new/src/fs-drag-upload.vue.js +7 -5
  153. package/lib/fs-upload-new/src/fs-drag-upload.vue2.js +45 -37
  154. package/lib/fs-upload-new/src/fs-drag-upload.vue3.js +4 -2
  155. package/lib/fs-upload-new/src/fs-preview-new.vue.js +8 -5
  156. package/lib/fs-upload-new/src/fs-preview-new.vue2.js +70 -61
  157. package/lib/fs-upload-new/src/fs-preview-new.vue3.js +4 -2
  158. package/lib/fs-upload-new/src/fs-preview-new.vue4.js +4 -2
  159. package/lib/fs-upload-new/src/fs-upload-new.vue.js +47 -37
  160. package/lib/fs-upload-new/src/fs-upload-new.vue2.js +4 -3
  161. package/lib/hamburger/index.js +5 -3
  162. package/lib/hamburger/src/hamburger.vue.js +14 -10
  163. package/lib/hamburger/src/hamburger.vue2.js +4 -2
  164. package/lib/index.js +382 -40
  165. package/lib/json-view/json-view-dialog.vue.js +15 -12
  166. package/lib/json-view/json-view-dialog.vue2.js +4 -3
  167. package/lib/json-view/json-view.vue.js +4 -3
  168. package/lib/json-view/json-view.vue2.js +31 -27
  169. package/lib/multipart-upload/index.js +7 -5
  170. package/lib/multipart-upload/src/index.vue.js +11 -7
  171. package/lib/multipart-upload/src/multipart-upload-form.vue.js +49 -40
  172. package/lib/multipart-upload/src/multipart-upload-list.vue.js +67 -59
  173. package/lib/organization-input/index.js +7 -5
  174. package/lib/organization-input/src/organization-input.vue.js +37 -31
  175. package/lib/organization-input/src/organization-input.vue2.js +4 -2
  176. package/lib/plugins/export-data-new.js +104 -96
  177. package/lib/plugins/export-data.js +51 -45
  178. package/lib/plugins/index.js +8 -4
  179. package/lib/plugins/public-method.js +3 -2
  180. package/lib/remove-department/index.js +5 -3
  181. package/lib/remove-department/src/remove-department.vue.js +19 -13
  182. package/lib/remove-department/src/remove-dept-service.js +10 -9
  183. package/lib/remove-user/index.js +7 -5
  184. package/lib/remove-user/src/remove-user-service.js +4 -3
  185. package/lib/remove-user/src/remove-user.vue.js +22 -16
  186. package/lib/remove-workgroup/index.js +7 -5
  187. package/lib/remove-workgroup/src/remove-workgroup-service.js +4 -3
  188. package/lib/remove-workgroup/src/remove-workgroup.vue.js +18 -12
  189. package/lib/rich-editor/index.js +7 -5
  190. package/lib/rich-editor/index.vue.js +76 -28
  191. package/lib/rich-editor/tinymce/zh_CN.js +2 -2
  192. package/lib/rich-editor/viewer.vue.js +10 -7
  193. package/lib/row-form/index.js +7 -5
  194. package/lib/row-form/index.vue.js +7 -5
  195. package/lib/row-form/index.vue2.js +47 -41
  196. package/lib/row-form/index.vue3.js +4 -2
  197. package/lib/row-form/operation.vue.js +26 -22
  198. package/lib/row-form/operation.vue2.js +4 -3
  199. package/lib/scan-code-input/index.js +7 -5
  200. package/lib/scan-code-input/src/events.js +13 -11
  201. package/lib/scan-code-input/src/scan-code-input.vue.js +15 -9
  202. package/lib/scan-code-input-browser/index.js +7 -5
  203. package/lib/scan-code-input-browser/src/scan-code-input.vue.js +21 -16
  204. package/lib/secret-info/index.js +7 -5
  205. package/lib/secret-info/index.vue.js +9 -6
  206. package/lib/src/api/sso-service.js +36 -34
  207. package/lib/src/api/tab.js +9 -8
  208. package/lib/src/assets/401/401.gif.js +4 -2
  209. package/lib/src/assets/404/404-cloud.png.js +4 -2
  210. package/lib/src/assets/404/404.png.js +4 -2
  211. package/lib/src/assets/chat-embed/robot.gif.js +4 -2
  212. package/lib/src/assets/chat-embed/robot.svg.js +4 -2
  213. package/lib/src/assets/nonemessage.png.js +4 -2
  214. package/lib/src/components/Affix/index.vue.js +7 -5
  215. package/lib/src/components/Affix/index.vue2.js +58 -56
  216. package/lib/src/components/Affix/index.vue3.js +4 -2
  217. package/lib/src/components/Card/index.js +38 -33
  218. package/lib/src/components/Scrollbar/index.vue.js +37 -33
  219. package/lib/src/components/Scrollbar/index.vue2.js +4 -2
  220. package/lib/src/directives/permission/index.js +5 -3
  221. package/lib/src/directives/permission/permission.js +9 -7
  222. package/lib/src/i18n/i18n.js +7 -3
  223. package/lib/src/i18n/langs/cn.js +4 -2
  224. package/lib/src/i18n/langs/en.js +4 -2
  225. package/lib/src/mixins/resizeMixin.js +3 -2
  226. package/lib/src/permission.js +46 -43
  227. package/lib/src/router/index.js +9 -16
  228. package/lib/src/store/getters.js +4 -2
  229. package/lib/src/store/index.js +13 -16
  230. package/lib/src/store/modules/app.js +4 -3
  231. package/lib/src/store/modules/chat-ai-store.js +22 -19
  232. package/lib/src/store/modules/permission.js +11 -10
  233. package/lib/src/store/modules/system.js +9 -7
  234. package/lib/src/store/modules/tab-content.js +15 -13
  235. package/lib/src/store/modules/table.js +3 -2
  236. package/lib/src/store/modules/user.js +95 -89
  237. package/lib/src/utils/auth-api.js +5 -3
  238. package/lib/src/utils/auth.js +139 -69
  239. package/lib/src/utils/calculator/calculator-factory-wf.js +49 -48
  240. package/lib/src/utils/calculator/calculator-factory.js +58 -57
  241. package/lib/src/utils/calculator/calculator-util.js +32 -29
  242. package/lib/src/utils/chat-ai-util.js +25 -17
  243. package/lib/src/utils/common-util.js +356 -271
  244. package/lib/src/utils/eventBus.js +6 -3
  245. package/lib/src/utils/file-util.js +16 -15
  246. package/lib/src/utils/global-prop.js +37 -21
  247. package/lib/src/utils/guid.js +8 -5
  248. package/lib/src/utils/i18n-util.js +24 -16
  249. package/lib/src/utils/iconUtils.js +23 -16
  250. package/lib/src/utils/index.js +40 -26
  251. package/lib/src/utils/insert_css.js +7 -8
  252. package/lib/src/utils/json-util.js +27 -25
  253. package/lib/src/utils/jump-page-utils.js +180 -172
  254. package/lib/src/utils/local-storage.js +3 -2
  255. package/lib/src/utils/menu.js +11 -10
  256. package/lib/src/utils/permission.js +26 -22
  257. package/lib/src/utils/permissionAuth.js +136 -102
  258. package/lib/src/utils/range-selector.js +45 -41
  259. package/lib/src/utils/request.js +86 -77
  260. package/lib/src/utils/resize.js +5 -5
  261. package/lib/src/utils/restful-interface-utils.js +15 -12
  262. package/lib/src/utils/util.js +26 -6
  263. package/lib/src/utils/validate.js +20 -10
  264. package/lib/src/utils/voice-setting-cache.js +153 -140
  265. package/lib/src/utils/watermark-cache.js +14 -9
  266. package/lib/src/utils/watermark.js +30 -23
  267. package/lib/src/utils/workflow-util.js +26 -25
  268. package/lib/src/views/dsc-component/Sidebar/Item.vue.js +7 -5
  269. package/lib/src/views/dsc-component/Sidebar/Item.vue2.js +11 -8
  270. package/lib/src/views/dsc-component/Sidebar/Item.vue3.js +4 -2
  271. package/lib/src/views/dsc-component/Sidebar/Link.vue.js +12 -9
  272. package/lib/src/views/dsc-component/Sidebar/SidebarItem.vue.js +26 -19
  273. package/lib/src/views/dsc-component/Sidebar/SidebarItem.vue2.js +4 -2
  274. package/lib/src/views/dsc-component/Sidebar/index.vue.js +20 -12
  275. package/lib/src/views/dsc-component/tabs/tab-content.vue.js +26 -21
  276. package/lib/src/views/dsc-component/tabs/tab-content.vue2.js +4 -2
  277. package/lib/src/views/dsc-component/tabs/tab-content.vue3.js +4 -2
  278. package/lib/src/views/error-page/401.vue.js +13 -9
  279. package/lib/src/views/error-page/401.vue2.js +4 -2
  280. package/lib/src/views/error-page/404.vue.js +11 -7
  281. package/lib/src/views/error-page/404.vue2.js +4 -2
  282. package/lib/src/views/layout/EmptyLayout.vue.js +8 -6
  283. package/lib/src/views/layout/Layout.vue.js +19 -12
  284. package/lib/src/views/layout/Layout.vue2.js +4 -2
  285. package/lib/src/views/layout/NewLayout.vue.js +10 -6
  286. package/lib/src/views/layout/components/AppMain.vue.js +11 -9
  287. package/lib/src/views/layout/components/AppMain.vue2.js +4 -2
  288. package/lib/src/views/layout/components/Breadcrumb/index.vue.js +37 -44
  289. package/lib/src/views/layout/components/Breadcrumb/index.vue2.js +4 -2
  290. package/lib/src/views/layout/components/Menubar/Item.vue.js +7 -5
  291. package/lib/src/views/layout/components/Menubar/Item.vue2.js +14 -12
  292. package/lib/src/views/layout/components/Menubar/Item.vue3.js +4 -2
  293. package/lib/src/views/layout/components/Menubar/Link.vue.js +12 -9
  294. package/lib/src/views/layout/components/Menubar/SidebarItem.vue.js +24 -15
  295. package/lib/src/views/layout/components/Menubar/SidebarItem.vue2.js +4 -2
  296. package/lib/src/views/layout/components/Menubar/index.vue.js +30 -19
  297. package/lib/src/views/layout/components/Sidebar/Item.vue.js +8 -6
  298. package/lib/src/views/layout/components/Sidebar/Item.vue2.js +4 -3
  299. package/lib/src/views/layout/components/Sidebar/Link.vue.js +11 -8
  300. package/lib/src/views/layout/components/Sidebar/SidebarItem.vue.js +17 -11
  301. package/lib/src/views/layout/components/Sidebar/SidebarItem.vue2.js +4 -2
  302. package/lib/src/views/layout/components/Sidebar/index.vue.js +25 -18
  303. package/lib/src/views/layout/components/iframe-page.vue.js +10 -8
  304. package/lib/src/views/layout/components/iframe-page.vue2.js +4 -2
  305. package/lib/src/views/layout/components/tabs/tab-content.vue.js +14 -10
  306. package/lib/src/views/layout/components/tabs/tab-content.vue2.js +4 -2
  307. package/lib/src/views/layout/components/tabs/tab-content.vue3.js +4 -2
  308. package/lib/src/views/layout/mixin/ResizeHandler.js +5 -3
  309. package/lib/src/views/layout/tab-content-iframe-index.vue.js +10 -8
  310. package/lib/src/views/layout/tab-content-iframe-index.vue2.js +4 -2
  311. package/lib/src/views/layout/tab-content-index.vue.js +18 -12
  312. package/lib/src/views/layout/tab-content-index.vue2.js +4 -2
  313. package/lib/src/views/login/authredirect.vue.js +3 -2
  314. package/lib/src/views/redirect/index.vue.js +8 -17
  315. package/lib/src/views/svg-icon/src/svg-icon.vue.js +4 -2
  316. package/lib/src/views/wf-history/tache-subprocess-history.vue.js +13 -11
  317. package/lib/src/views/wf-history/tache-subprocess-history.vue2.js +4 -2
  318. package/lib/style.css +769 -769
  319. package/lib/super-grid/index.js +7 -5
  320. package/lib/super-grid/src/apis.js +231 -221
  321. package/lib/super-grid/src/columns-config.vue.js +22 -16
  322. package/lib/super-grid/src/components/grid-icon.vue.js +34 -26
  323. package/lib/super-grid/src/components/grid-radio-input.vue.js +18 -15
  324. package/lib/super-grid/src/components/grid-radio-input.vue2.js +4 -3
  325. package/lib/super-grid/src/components/mobile-table-card.js +83 -73
  326. package/lib/super-grid/src/components/select-input.vue.js +106 -98
  327. package/lib/super-grid/src/components/select-input.vue2.js +4 -3
  328. package/lib/super-grid/src/custom-formatter.js +74 -69
  329. package/lib/super-grid/src/dynamic-input.vue.js +159 -142
  330. package/lib/super-grid/src/eventBus.js +6 -3
  331. package/lib/super-grid/src/events.js +36 -34
  332. package/lib/super-grid/src/formValidatorUtil.js +65 -62
  333. package/lib/super-grid/src/formatter.js +41 -36
  334. package/lib/super-grid/src/group-column.vue.js +13 -8
  335. package/lib/super-grid/src/header-context-menu.vue.js +13 -10
  336. package/lib/super-grid/src/header-context-menu.vue2.js +4 -2
  337. package/lib/super-grid/src/index-column.vue.js +10 -7
  338. package/lib/super-grid/src/normal-column-content.vue.js +205 -186
  339. package/lib/super-grid/src/normal-column-content.vue2.js +4 -2
  340. package/lib/super-grid/src/normal-column.vue.js +55 -40
  341. package/lib/super-grid/src/normal-column.vue2.js +4 -2
  342. package/lib/super-grid/src/public-methods.js +14 -12
  343. package/lib/super-grid/src/row-detail.vue.js +10 -7
  344. package/lib/super-grid/src/row-operation.vue.js +26 -19
  345. package/lib/super-grid/src/row-operation.vue2.js +4 -2
  346. package/lib/super-grid/src/scan-util.js +26 -24
  347. package/lib/super-grid/src/search-button.vue.js +17 -12
  348. package/lib/super-grid/src/search-condition-input.vue.js +12 -8
  349. package/lib/super-grid/src/search-condition-list.vue.js +13 -10
  350. package/lib/super-grid/src/search-form-advancedQuery.vue.js +23 -13
  351. package/lib/super-grid/src/search-form-advancedQuery.vue2.js +4 -2
  352. package/lib/super-grid/src/search-form-dialog.vue.js +13 -9
  353. package/lib/super-grid/src/search-form-item.vue.js +24 -16
  354. package/lib/super-grid/src/search-form-item.vue2.js +4 -2
  355. package/lib/super-grid/src/search-form-mobile.vue.js +22 -13
  356. package/lib/super-grid/src/search-form-mobile.vue2.js +4 -2
  357. package/lib/super-grid/src/search-form-number.vue.js +14 -9
  358. package/lib/super-grid/src/search-form-open.vue.js +13 -7
  359. package/lib/super-grid/src/search-form-ordinarySearch.vue.js +19 -11
  360. package/lib/super-grid/src/search-form-ordinarySearch.vue2.js +4 -2
  361. package/lib/super-grid/src/search-form.vue.js +77 -65
  362. package/lib/super-grid/src/search-form.vue2.js +4 -2
  363. package/lib/super-grid/src/search-methods.js +3 -2
  364. package/lib/super-grid/src/selection-column.vue.js +9 -7
  365. package/lib/super-grid/src/store.js +4 -3
  366. package/lib/super-grid/src/super-grid-service.js +128 -121
  367. package/lib/super-grid/src/super-grid.vue.js +217 -186
  368. package/lib/super-grid/src/super-grid.vue2.js +4 -2
  369. package/lib/super-grid/src/utils.js +322 -265
  370. package/lib/super-grid/src/view-image-dialog.vue.js +33 -26
  371. package/lib/super-icon/index.js +7 -5
  372. package/lib/super-icon/src/index.vue.js +7 -5
  373. package/lib/super-icon/src/index.vue2.js +11 -8
  374. package/lib/super-icon/src/index.vue3.js +4 -2
  375. package/lib/super-nine-grid/index.js +7 -5
  376. package/lib/super-nine-grid/src/apis.js +8 -5
  377. package/lib/super-nine-grid/src/custom-formatter.js +7 -5
  378. package/lib/super-nine-grid/src/formatter.js +29 -28
  379. package/lib/super-nine-grid/src/search-form-number.vue.js +12 -8
  380. package/lib/super-nine-grid/src/search-form.vue.js +40 -33
  381. package/lib/super-nine-grid/src/search-form.vue2.js +4 -2
  382. package/lib/super-nine-grid/src/search-methods.js +3 -2
  383. package/lib/super-nine-grid/src/store.js +4 -3
  384. package/lib/super-nine-grid/src/super-grid-service.js +9 -5
  385. package/lib/super-nine-grid/src/super-nine-grid.vue.js +105 -95
  386. package/lib/super-nine-grid/src/super-nine-grid.vue2.js +4 -2
  387. package/lib/super-nine-grid/src/utils.js +27 -31
  388. package/lib/svg-icon/index.js +7 -5
  389. package/lib/svg-icon/src/svg-icon.vue.js +10 -8
  390. package/lib/svg-icon/src/svg-icon.vue2.js +4 -2
  391. package/lib/utils/gogocodeTransfer.js +28 -23
  392. package/lib/utils/memory-cache-utils.js +5 -3
  393. package/lib/utils/organization.js +53 -40
  394. package/lib/utils/utils.js +29 -27
  395. package/lib/utils/value-set.js +70 -68
  396. package/lib/valid-code/index.js +7 -5
  397. package/lib/valid-code/src/valid-code.vue.js +13 -10
  398. package/lib/valid-code/src/valid-code.vue2.js +4 -2
  399. package/lib/workflow-button/index.js +5 -3
  400. package/lib/workflow-button/src/workflow-button.vue.js +39 -34
  401. package/lib/workflow-history-list/index.js +7 -5
  402. package/lib/workflow-history-list/src/api.js +3 -2
  403. package/lib/workflow-history-list/src/workflow-history-list.vue.js +65 -59
  404. package/lib/workflow-history-list/src/workflow-history-list.vue2.js +4 -2
  405. package/lib/workgroup-tree/index.js +7 -5
  406. package/lib/workgroup-tree/src/workgroup-tree.vue.js +17 -11
  407. package/lib/workgroup-tree-inline/index.js +5 -3
  408. package/lib/workgroup-tree-inline/src/search-result.vue.js +25 -21
  409. package/lib/workgroup-tree-inline/src/search-result.vue2.js +4 -2
  410. package/lib/workgroup-tree-inline/src/workgroup-tree-inline.vue.js +52 -43
  411. package/lib/workgroup-tree-inline/src/workgroup-tree-inline.vue2.js +4 -2
  412. package/lib/workgroup-tree-inline/src/workgroup-tree-service.js +7 -5
  413. package/lib/workgroup-tree-mobile/index.js +8 -5
  414. package/lib/workgroup-tree-mobile/src/dept-result.vue.js +14 -11
  415. package/lib/workgroup-tree-mobile/src/dept-result.vue2.js +4 -3
  416. package/lib/workgroup-tree-mobile/src/workgroup-tree-app.vue.js +12 -9
  417. package/lib/workgroup-tree-mobile/src/workgroup-tree-app.vue2.js +4 -2
  418. package/lib/workgroup-tree-mobile/src/workgroup-tree-app.vue3.js +5 -3
  419. package/lib/workgroup-tree-mobile/src/workgroup-tree-inline-app.vue.js +86 -76
  420. package/lib/workgroup-tree-mobile/src/workgroup-tree-inline-app.vue2.js +4 -3
  421. package/lib/workgroup-tree-mobile/src/workgroup-tree-service.js +28 -20
  422. package/lib/workgroup-user-tree/index.js +7 -5
  423. package/lib/workgroup-user-tree/src/workgroup-user-tree.vue.js +17 -11
  424. package/lib/workgroup-user-tree-inline/index.js +5 -3
  425. package/lib/workgroup-user-tree-inline/src/search-result.vue.js +25 -21
  426. package/lib/workgroup-user-tree-inline/src/search-result.vue2.js +4 -2
  427. package/lib/workgroup-user-tree-inline/src/workgroup-tree-inline-service.js +11 -9
  428. package/lib/workgroup-user-tree-inline/src/workgroup-user-tree-inline.vue.js +43 -34
  429. package/lib/workgroup-user-tree-inline/src/workgroup-user-tree-inline.vue2.js +4 -2
  430. package/lib/workgroup-user-tree-mobile/src/dept-path.vue.js +11 -10
  431. package/lib/workgroup-user-tree-mobile/src/dept-path.vue2.js +4 -3
  432. package/lib/workgroup-user-tree-mobile/src/dept-result.vue.js +15 -11
  433. package/lib/workgroup-user-tree-mobile/src/dept-result.vue2.js +4 -3
  434. package/lib/workgroup-user-tree-mobile/src/workgroup-user-tree-app.vue.js +12 -9
  435. package/lib/workgroup-user-tree-mobile/src/workgroup-user-tree-app.vue2.js +4 -2
  436. package/lib/workgroup-user-tree-mobile/src/workgroup-user-tree-app.vue3.js +5 -3
  437. package/lib/workgroup-user-tree-mobile/src/workgroup-user-tree-inline-app.vue.js +104 -93
  438. package/lib/workgroup-user-tree-mobile/src/workgroup-user-tree-inline-app.vue2.js +4 -3
  439. package/lib/workgroup-user-tree-mobile/src/workgroup-user-tree-service.js +25 -16
  440. package/lib/year-range-picker/index.js +5 -3
  441. package/lib/year-range-picker/src/year-range-picker.vue.js +12 -9
  442. package/package.json +4 -5
  443. package/vite.config.js +10 -10
  444. package/es/IntervalSelection/index.js +0 -7
  445. package/es/IntervalSelection/src/sectionDate.vue.js +0 -49
  446. package/es/IntervalSelection/src/sectionDate.vue2.js +0 -4
  447. package/es/_virtual/__vite-browser-external.js +0 -4
  448. package/es/_virtual/_plugin-vue_export-helper.js +0 -9
  449. package/es/breadcrumb/index.js +0 -7
  450. package/es/breadcrumb/src/breadcrumb.vue.js +0 -28
  451. package/es/breadcrumb/src/breadcrumb.vue2.js +0 -4
  452. package/es/chat-embed/index.js +0 -7
  453. package/es/chat-embed/src/chat-addition-data.vue.js +0 -7
  454. package/es/chat-embed/src/chat-addition-data.vue2.js +0 -14
  455. package/es/chat-embed/src/chat-addition-data.vue3.js +0 -4
  456. package/es/chat-embed/src/chat-ai-answer-tip.vue.js +0 -7
  457. package/es/chat-embed/src/chat-ai-answer-tip.vue2.js +0 -29
  458. package/es/chat-embed/src/chat-ai-answer-tip.vue3.js +0 -4
  459. package/es/chat-embed/src/chat-bubble-footer.vue.js +0 -7
  460. package/es/chat-embed/src/chat-bubble-footer.vue2.js +0 -33
  461. package/es/chat-embed/src/chat-bubble-footer.vue3.js +0 -4
  462. package/es/chat-embed/src/chat-embed-message.js +0 -22
  463. package/es/chat-embed/src/chat-sender.vue.js +0 -7
  464. package/es/chat-embed/src/chat-sender.vue2.js +0 -160
  465. package/es/chat-embed/src/chat-sender.vue3.js +0 -4
  466. package/es/chat-embed/src/components/answer-auto-chart.vue.js +0 -7
  467. package/es/chat-embed/src/components/answer-auto-chart.vue2.js +0 -59
  468. package/es/chat-embed/src/components/answer-auto-chart.vue3.js +0 -4
  469. package/es/chat-embed/src/components/answer-home-chart.vue.js +0 -7
  470. package/es/chat-embed/src/components/answer-home-chart.vue2.js +0 -6
  471. package/es/chat-embed/src/components/answer-home-chart.vue3.js +0 -4
  472. package/es/chat-embed/src/components/answer-interaction-data.vue.js +0 -7
  473. package/es/chat-embed/src/components/answer-interaction-data.vue2.js +0 -118
  474. package/es/chat-embed/src/components/answer-interaction-data.vue3.js +0 -4
  475. package/es/chat-embed/src/components/history-detail.vue.js +0 -7
  476. package/es/chat-embed/src/components/history-detail.vue2.js +0 -55
  477. package/es/chat-embed/src/components/history-detail.vue3.js +0 -4
  478. package/es/chat-embed/src/header.vue.js +0 -7
  479. package/es/chat-embed/src/header.vue2.js +0 -46
  480. package/es/chat-embed/src/header.vue3.js +0 -4
  481. package/es/chat-embed/src/index.vue.js +0 -7
  482. package/es/chat-embed/src/index.vue2.js +0 -307
  483. package/es/chat-embed/src/index.vue3.js +0 -4
  484. package/es/chat-embed/src/recommendation-message.vue.js +0 -7
  485. package/es/chat-embed/src/recommendation-message.vue2.js +0 -8
  486. package/es/chat-embed/src/recommendation-message.vue3.js +0 -4
  487. package/es/chat-embed/src/sidebar-item.vue.js +0 -7
  488. package/es/chat-embed/src/sidebar-item.vue2.js +0 -118
  489. package/es/chat-embed/src/sidebar-item.vue3.js +0 -4
  490. package/es/chat-embed/src/type.js +0 -5
  491. package/es/chat-embed/src/util/chat-embed-util.js +0 -57
  492. package/es/chat-embed/src/util/history-message-util.js +0 -96
  493. package/es/chat-embed/src/util/mcp-utils.js +0 -53
  494. package/es/chat-embed/src/util/text-file-util.js +0 -12
  495. package/es/chat-embed/src/voice/index.js +0 -7
  496. package/es/chat-embed/src/voice/js/crypto-js.js +0 -1013
  497. package/es/chat-embed/src/voice/js/processor/index.umd.js +0 -178
  498. package/es/chat-embed/src/voice/js/timer.js +0 -11
  499. package/es/chat-embed/src/voice/voice.vue.js +0 -104
  500. package/es/date-picker-range/index.js +0 -7
  501. package/es/date-picker-range/index.vue.js +0 -7
  502. package/es/date-picker-range/index.vue2.js +0 -93
  503. package/es/date-picker-range/index.vue3.js +0 -4
  504. package/es/department-tree/index.js +0 -7
  505. package/es/department-tree/src/department-tree.vue.js +0 -23
  506. package/es/department-tree-inline/index.js +0 -7
  507. package/es/department-tree-inline/src/department-multi-tree-inline.vue.js +0 -91
  508. package/es/department-tree-inline/src/department-multi-tree-inline.vue2.js +0 -4
  509. package/es/department-tree-inline/src/department-single-tree-inline.vue.js +0 -64
  510. package/es/department-tree-inline/src/department-single-tree-inline.vue2.js +0 -4
  511. package/es/department-tree-inline/src/department-tree-inline.vue.js +0 -17
  512. package/es/department-tree-inline/src/department-tree-service.js +0 -108
  513. package/es/department-tree-inline/src/search-result.vue.js +0 -40
  514. package/es/department-tree-inline/src/search-result.vue2.js +0 -4
  515. package/es/department-tree-mobile/index.js +0 -8
  516. package/es/department-tree-mobile/src/department-tree-app.vue.js +0 -15
  517. package/es/department-tree-mobile/src/department-tree-app.vue2.js +0 -4
  518. package/es/department-tree-mobile/src/department-tree-app.vue3.js +0 -5
  519. package/es/department-tree-mobile/src/department-tree-inline-app.vue.js +0 -121
  520. package/es/department-tree-mobile/src/department-tree-inline-app.vue2.js +0 -4
  521. package/es/department-tree-mobile/src/department-tree-service.js +0 -55
  522. package/es/department-tree-mobile/src/dept-path.vue.js +0 -14
  523. package/es/department-tree-mobile/src/dept-path.vue2.js +0 -4
  524. package/es/department-tree-mobile/src/dept-result.vue.js +0 -16
  525. package/es/department-tree-mobile/src/dept-result.vue2.js +0 -4
  526. package/es/department-user-tree/index.js +0 -7
  527. package/es/department-user-tree/src/department-user-multiple-tree.vue.js +0 -20
  528. package/es/department-user-tree/src/department-user-multiple-tree.vue2.js +0 -4
  529. package/es/department-user-tree/src/department-user-single-tree.vue.js +0 -19
  530. package/es/department-user-tree/src/department-user-tree.vue.js +0 -27
  531. package/es/department-user-tree-inline/index.js +0 -7
  532. package/es/department-user-tree-inline/src/department-user-multiple-tree-inline.vue.js +0 -165
  533. package/es/department-user-tree-inline/src/department-user-multiple-tree-inline.vue2.js +0 -4
  534. package/es/department-user-tree-inline/src/department-user-single-tree-inline.vue.js +0 -69
  535. package/es/department-user-tree-inline/src/department-user-single-tree-inline.vue2.js +0 -4
  536. package/es/department-user-tree-inline/src/department-user-tree-inline.vue.js +0 -16
  537. package/es/department-user-tree-inline/src/department-user-tree-multi-service.js +0 -81
  538. package/es/department-user-tree-inline/src/department-user-tree-single-service.js +0 -54
  539. package/es/department-user-tree-inline/src/group-user/group-input.vue.js +0 -39
  540. package/es/department-user-tree-inline/src/group-user/group-list.vue.js +0 -27
  541. package/es/department-user-tree-inline/src/group-user/group-user.vue.js +0 -16
  542. package/es/department-user-tree-inline/src/group-user-multiple-tree.vue.js +0 -78
  543. package/es/department-user-tree-inline/src/group-user-single-tree.vue.js +0 -34
  544. package/es/department-user-tree-inline/src/group-user-tree-service.js +0 -34
  545. package/es/department-user-tree-inline/src/search-result.vue.js +0 -41
  546. package/es/department-user-tree-inline/src/search-result.vue2.js +0 -4
  547. package/es/department-user-tree-mobile/index.js +0 -8
  548. package/es/department-user-tree-mobile/src/department-user-tree-app.vue.js +0 -15
  549. package/es/department-user-tree-mobile/src/department-user-tree-app.vue2.js +0 -4
  550. package/es/department-user-tree-mobile/src/department-user-tree-app.vue3.js +0 -5
  551. package/es/department-user-tree-mobile/src/department-user-tree-inline-app.vue.js +0 -135
  552. package/es/department-user-tree-mobile/src/department-user-tree-inline-app.vue2.js +0 -4
  553. package/es/department-user-tree-mobile/src/department-user-tree-service.js +0 -38
  554. package/es/department-user-tree-mobile/src/dept-path.vue.js +0 -14
  555. package/es/department-user-tree-mobile/src/dept-path.vue2.js +0 -4
  556. package/es/department-user-tree-mobile/src/dept-result.vue.js +0 -17
  557. package/es/department-user-tree-mobile/src/dept-result.vue2.js +0 -4
  558. package/es/directives/prevent-reclick.js +0 -15
  559. package/es/dynamic-source-select/index.js +0 -7
  560. package/es/dynamic-source-select/src/dynamic-source-select-service.js +0 -32
  561. package/es/dynamic-source-select/src/dynamic-source-select.vue.js +0 -276
  562. package/es/dynamic-source-select/src/dynamic-source-select.vue2.js +0 -4
  563. package/es/dynamic-source-select/src/dynamic-source-select.vue3.js +0 -4
  564. package/es/dynamic-source-select/src/events.js +0 -29
  565. package/es/empty-state/index.vue.js +0 -9
  566. package/es/empty-state/index.vue2.js +0 -4
  567. package/es/fs-preview/index.js +0 -7
  568. package/es/fs-preview/src/fs-preview.vue.js +0 -120
  569. package/es/fs-preview/src/fs-preview.vue2.js +0 -4
  570. package/es/fs-upload/index.js +0 -7
  571. package/es/fs-upload/src/fs-upload-multi.vue.js +0 -71
  572. package/es/fs-upload/src/fs-upload-single.vue.js +0 -73
  573. package/es/fs-upload/src/fs-upload.vue.js +0 -24
  574. package/es/fs-upload/src/see-big-picture.vue.js +0 -12
  575. package/es/fs-upload-list/index.js +0 -7
  576. package/es/fs-upload-list/src/fs-upload-list.vue.js +0 -98
  577. package/es/fs-upload-list/src/fs-upload-list.vue2.js +0 -4
  578. package/es/fs-upload-new/index.js +0 -7
  579. package/es/fs-upload-new/src/file-upload-mobile/file-upload-app.vue.js +0 -61
  580. package/es/fs-upload-new/src/file-upload-mobile/file-upload-app.vue2.js +0 -4
  581. package/es/fs-upload-new/src/file-upload-mobile/file-upload-browser.vue.js +0 -178
  582. package/es/fs-upload-new/src/file-upload-mobile/file-upload-browser.vue2.js +0 -4
  583. package/es/fs-upload-new/src/file-upload-mobile/file-upload-component.vue.js +0 -7
  584. package/es/fs-upload-new/src/file-upload-mobile/file-upload-component.vue2.js +0 -39
  585. package/es/fs-upload-new/src/file-upload-mobile/file-upload-component.vue3.js +0 -4
  586. package/es/fs-upload-new/src/file-upload-mobile/file-upload-input.vue.js +0 -45
  587. package/es/fs-upload-new/src/file-upload-mobile/file-upload-input.vue2.js +0 -4
  588. package/es/fs-upload-new/src/file-upload-mobile/file-upload.vue.js +0 -35
  589. package/es/fs-upload-new/src/file-upload-mobile/file-upload.vue2.js +0 -4
  590. package/es/fs-upload-new/src/fs-button-upload.vue.js +0 -7
  591. package/es/fs-upload-new/src/fs-button-upload.vue2.js +0 -62
  592. package/es/fs-upload-new/src/fs-button-upload.vue3.js +0 -4
  593. package/es/fs-upload-new/src/fs-drag-upload.vue.js +0 -7
  594. package/es/fs-upload-new/src/fs-drag-upload.vue2.js +0 -63
  595. package/es/fs-upload-new/src/fs-drag-upload.vue3.js +0 -4
  596. package/es/fs-upload-new/src/fs-preview-new.vue.js +0 -8
  597. package/es/fs-upload-new/src/fs-preview-new.vue2.js +0 -93
  598. package/es/fs-upload-new/src/fs-preview-new.vue3.js +0 -4
  599. package/es/fs-upload-new/src/fs-preview-new.vue4.js +0 -4
  600. package/es/fs-upload-new/src/fs-upload-new.vue.js +0 -64
  601. package/es/fs-upload-new/src/fs-upload-new.vue2.js +0 -4
  602. package/es/hamburger/index.js +0 -7
  603. package/es/hamburger/src/hamburger.vue.js +0 -15
  604. package/es/hamburger/src/hamburger.vue2.js +0 -4
  605. package/es/index.js +0 -383
  606. package/es/json-view/json-view-dialog.vue.js +0 -19
  607. package/es/json-view/json-view-dialog.vue2.js +0 -4
  608. package/es/json-view/json-view.vue.js +0 -4
  609. package/es/json-view/json-view.vue2.js +0 -36
  610. package/es/multipart-upload/index.js +0 -7
  611. package/es/multipart-upload/src/index.vue.js +0 -14
  612. package/es/multipart-upload/src/multipart-upload-form.vue.js +0 -82
  613. package/es/multipart-upload/src/multipart-upload-list.vue.js +0 -104
  614. package/es/organization-input/index.js +0 -7
  615. package/es/organization-input/src/organization-input.vue.js +0 -224
  616. package/es/organization-input/src/organization-input.vue2.js +0 -4
  617. package/es/plugins/export-data-new.js +0 -237
  618. package/es/plugins/export-data.js +0 -179
  619. package/es/plugins/index.js +0 -9
  620. package/es/plugins/public-method.js +0 -14
  621. package/es/remove-department/index.js +0 -7
  622. package/es/remove-department/src/remove-department.vue.js +0 -33
  623. package/es/remove-department/src/remove-dept-service.js +0 -13
  624. package/es/remove-user/index.js +0 -7
  625. package/es/remove-user/src/remove-user-service.js +0 -13
  626. package/es/remove-user/src/remove-user.vue.js +0 -35
  627. package/es/remove-workgroup/index.js +0 -7
  628. package/es/remove-workgroup/src/remove-workgroup-service.js +0 -13
  629. package/es/remove-workgroup/src/remove-workgroup.vue.js +0 -31
  630. package/es/rich-editor/index.js +0 -7
  631. package/es/rich-editor/index.vue.js +0 -115
  632. package/es/rich-editor/tinymce/zh_CN.js +0 -2
  633. package/es/rich-editor/viewer.vue.js +0 -27
  634. package/es/row-form/index.js +0 -7
  635. package/es/row-form/index.vue.js +0 -7
  636. package/es/row-form/index.vue2.js +0 -62
  637. package/es/row-form/index.vue3.js +0 -4
  638. package/es/row-form/operation.vue.js +0 -32
  639. package/es/row-form/operation.vue2.js +0 -4
  640. package/es/scan-code-input/index.js +0 -7
  641. package/es/scan-code-input/src/events.js +0 -15
  642. package/es/scan-code-input/src/scan-code-input.vue.js +0 -32
  643. package/es/scan-code-input-browser/index.js +0 -7
  644. package/es/scan-code-input-browser/src/scan-code-input.vue.js +0 -39
  645. package/es/secret-info/index.js +0 -7
  646. package/es/secret-info/index.vue.js +0 -16
  647. package/es/src/api/sso-service.js +0 -57
  648. package/es/src/api/tab.js +0 -15
  649. package/es/src/assets/401/401.gif.js +0 -4
  650. package/es/src/assets/404/404-cloud.png.js +0 -4
  651. package/es/src/assets/404/404.png.js +0 -4
  652. package/es/src/assets/chat-embed/robot.gif.js +0 -4
  653. package/es/src/assets/chat-embed/robot.svg.js +0 -4
  654. package/es/src/assets/nonemessage.png.js +0 -4
  655. package/es/src/components/Affix/index.vue.js +0 -7
  656. package/es/src/components/Affix/index.vue2.js +0 -83
  657. package/es/src/components/Affix/index.vue3.js +0 -4
  658. package/es/src/components/Card/index.js +0 -48
  659. package/es/src/components/Scrollbar/index.vue.js +0 -52
  660. package/es/src/components/Scrollbar/index.vue2.js +0 -4
  661. package/es/src/directives/permission/index.js +0 -7
  662. package/es/src/directives/permission/permission.js +0 -11
  663. package/es/src/i18n/i18n.js +0 -7
  664. package/es/src/i18n/langs/cn.js +0 -4
  665. package/es/src/i18n/langs/en.js +0 -4
  666. package/es/src/mixins/resizeMixin.js +0 -21
  667. package/es/src/permission.js +0 -79
  668. package/es/src/router/index.js +0 -9
  669. package/es/src/store/getters.js +0 -4
  670. package/es/src/store/index.js +0 -13
  671. package/es/src/store/modules/app.js +0 -41
  672. package/es/src/store/modules/chat-ai-store.js +0 -36
  673. package/es/src/store/modules/permission.js +0 -31
  674. package/es/src/store/modules/system.js +0 -12
  675. package/es/src/store/modules/tab-content.js +0 -20
  676. package/es/src/store/modules/table.js +0 -18
  677. package/es/src/store/modules/user.js +0 -139
  678. package/es/src/utils/auth-api.js +0 -134
  679. package/es/src/utils/auth.js +0 -156
  680. package/es/src/utils/calculator/calculator-factory-wf.js +0 -167
  681. package/es/src/utils/calculator/calculator-factory.js +0 -93
  682. package/es/src/utils/calculator/calculator-util.js +0 -56
  683. package/es/src/utils/chat-ai-util.js +0 -34
  684. package/es/src/utils/common-util.js +0 -440
  685. package/es/src/utils/eventBus.js +0 -6
  686. package/es/src/utils/file-util.js +0 -23
  687. package/es/src/utils/global-prop.js +0 -38
  688. package/es/src/utils/guid.js +0 -10
  689. package/es/src/utils/i18n-util.js +0 -70
  690. package/es/src/utils/iconUtils.js +0 -26
  691. package/es/src/utils/index.js +0 -46
  692. package/es/src/utils/insert_css.js +0 -17
  693. package/es/src/utils/json-util.js +0 -47
  694. package/es/src/utils/jump-page-utils.js +0 -264
  695. package/es/src/utils/local-storage.js +0 -19
  696. package/es/src/utils/menu.js +0 -14
  697. package/es/src/utils/permission.js +0 -45
  698. package/es/src/utils/permissionAuth.js +0 -154
  699. package/es/src/utils/range-selector.js +0 -105
  700. package/es/src/utils/request.js +0 -140
  701. package/es/src/utils/resize.js +0 -11
  702. package/es/src/utils/restful-interface-utils.js +0 -18
  703. package/es/src/utils/util.js +0 -361
  704. package/es/src/utils/validate.js +0 -22
  705. package/es/src/utils/voice-setting-cache.js +0 -212
  706. package/es/src/utils/watermark-cache.js +0 -15
  707. package/es/src/utils/watermark.js +0 -40
  708. package/es/src/utils/workflow-util.js +0 -42
  709. package/es/src/views/dsc-component/Sidebar/Item.vue.js +0 -7
  710. package/es/src/views/dsc-component/Sidebar/Item.vue2.js +0 -12
  711. package/es/src/views/dsc-component/Sidebar/Item.vue3.js +0 -4
  712. package/es/src/views/dsc-component/Sidebar/Link.vue.js +0 -14
  713. package/es/src/views/dsc-component/Sidebar/SidebarItem.vue.js +0 -53
  714. package/es/src/views/dsc-component/Sidebar/SidebarItem.vue2.js +0 -4
  715. package/es/src/views/dsc-component/Sidebar/index.vue.js +0 -111
  716. package/es/src/views/dsc-component/tabs/tab-content.vue.js +0 -66
  717. package/es/src/views/dsc-component/tabs/tab-content.vue2.js +0 -4
  718. package/es/src/views/dsc-component/tabs/tab-content.vue3.js +0 -4
  719. package/es/src/views/error-page/401.vue.js +0 -15
  720. package/es/src/views/error-page/401.vue2.js +0 -4
  721. package/es/src/views/error-page/404.vue.js +0 -12
  722. package/es/src/views/error-page/404.vue2.js +0 -4
  723. package/es/src/views/layout/EmptyLayout.vue.js +0 -9
  724. package/es/src/views/layout/Layout.vue.js +0 -28
  725. package/es/src/views/layout/Layout.vue2.js +0 -4
  726. package/es/src/views/layout/NewLayout.vue.js +0 -11
  727. package/es/src/views/layout/components/AppMain.vue.js +0 -13
  728. package/es/src/views/layout/components/AppMain.vue2.js +0 -4
  729. package/es/src/views/layout/components/Breadcrumb/index.vue.js +0 -49
  730. package/es/src/views/layout/components/Breadcrumb/index.vue2.js +0 -4
  731. package/es/src/views/layout/components/Menubar/Item.vue.js +0 -7
  732. package/es/src/views/layout/components/Menubar/Item.vue2.js +0 -15
  733. package/es/src/views/layout/components/Menubar/Item.vue3.js +0 -4
  734. package/es/src/views/layout/components/Menubar/Link.vue.js +0 -14
  735. package/es/src/views/layout/components/Menubar/SidebarItem.vue.js +0 -56
  736. package/es/src/views/layout/components/Menubar/SidebarItem.vue2.js +0 -4
  737. package/es/src/views/layout/components/Menubar/index.vue.js +0 -90
  738. package/es/src/views/layout/components/Sidebar/Item.vue.js +0 -9
  739. package/es/src/views/layout/components/Sidebar/Item.vue2.js +0 -4
  740. package/es/src/views/layout/components/Sidebar/Link.vue.js +0 -12
  741. package/es/src/views/layout/components/Sidebar/SidebarItem.vue.js +0 -22
  742. package/es/src/views/layout/components/Sidebar/SidebarItem.vue2.js +0 -4
  743. package/es/src/views/layout/components/Sidebar/index.vue.js +0 -58
  744. package/es/src/views/layout/components/iframe-page.vue.js +0 -14
  745. package/es/src/views/layout/components/iframe-page.vue2.js +0 -4
  746. package/es/src/views/layout/components/tabs/tab-content.vue.js +0 -64
  747. package/es/src/views/layout/components/tabs/tab-content.vue2.js +0 -4
  748. package/es/src/views/layout/components/tabs/tab-content.vue3.js +0 -4
  749. package/es/src/views/layout/mixin/ResizeHandler.js +0 -16
  750. package/es/src/views/layout/tab-content-iframe-index.vue.js +0 -14
  751. package/es/src/views/layout/tab-content-iframe-index.vue2.js +0 -4
  752. package/es/src/views/layout/tab-content-index.vue.js +0 -28
  753. package/es/src/views/layout/tab-content-index.vue2.js +0 -4
  754. package/es/src/views/login/authredirect.vue.js +0 -7
  755. package/es/src/views/redirect/index.vue.js +0 -8
  756. package/es/src/views/svg-icon/src/svg-icon.vue.js +0 -4
  757. package/es/src/views/wf-history/tache-subprocess-history.vue.js +0 -14
  758. package/es/src/views/wf-history/tache-subprocess-history.vue2.js +0 -4
  759. package/es/super-grid/index.js +0 -7
  760. package/es/super-grid/src/apis.js +0 -458
  761. package/es/super-grid/src/columns-config.vue.js +0 -82
  762. package/es/super-grid/src/components/grid-icon.vue.js +0 -47
  763. package/es/super-grid/src/components/grid-radio-input.vue.js +0 -25
  764. package/es/super-grid/src/components/grid-radio-input.vue2.js +0 -4
  765. package/es/super-grid/src/components/mobile-table-card.js +0 -109
  766. package/es/super-grid/src/components/select-input.vue.js +0 -149
  767. package/es/super-grid/src/components/select-input.vue2.js +0 -4
  768. package/es/super-grid/src/custom-formatter.js +0 -168
  769. package/es/super-grid/src/dynamic-input.vue.js +0 -482
  770. package/es/super-grid/src/eventBus.js +0 -6
  771. package/es/super-grid/src/events.js +0 -37
  772. package/es/super-grid/src/formValidatorUtil.js +0 -109
  773. package/es/super-grid/src/formatter.js +0 -74
  774. package/es/super-grid/src/group-column.vue.js +0 -24
  775. package/es/super-grid/src/header-context-menu.vue.js +0 -15
  776. package/es/super-grid/src/header-context-menu.vue2.js +0 -4
  777. package/es/super-grid/src/index-column.vue.js +0 -22
  778. package/es/super-grid/src/normal-column-content.vue.js +0 -319
  779. package/es/super-grid/src/normal-column-content.vue2.js +0 -4
  780. package/es/super-grid/src/normal-column.vue.js +0 -106
  781. package/es/super-grid/src/normal-column.vue2.js +0 -4
  782. package/es/super-grid/src/public-methods.js +0 -22
  783. package/es/super-grid/src/row-detail.vue.js +0 -14
  784. package/es/super-grid/src/row-operation.vue.js +0 -89
  785. package/es/super-grid/src/row-operation.vue2.js +0 -4
  786. package/es/super-grid/src/scan-util.js +0 -100
  787. package/es/super-grid/src/search-button.vue.js +0 -23
  788. package/es/super-grid/src/search-condition-input.vue.js +0 -17
  789. package/es/super-grid/src/search-condition-list.vue.js +0 -20
  790. package/es/super-grid/src/search-form-advancedQuery.vue.js +0 -116
  791. package/es/super-grid/src/search-form-advancedQuery.vue2.js +0 -4
  792. package/es/super-grid/src/search-form-dialog.vue.js +0 -16
  793. package/es/super-grid/src/search-form-item.vue.js +0 -128
  794. package/es/super-grid/src/search-form-item.vue2.js +0 -4
  795. package/es/super-grid/src/search-form-mobile.vue.js +0 -41
  796. package/es/super-grid/src/search-form-mobile.vue2.js +0 -4
  797. package/es/super-grid/src/search-form-number.vue.js +0 -26
  798. package/es/super-grid/src/search-form-open.vue.js +0 -50
  799. package/es/super-grid/src/search-form-ordinarySearch.vue.js +0 -39
  800. package/es/super-grid/src/search-form-ordinarySearch.vue2.js +0 -4
  801. package/es/super-grid/src/search-form.vue.js +0 -201
  802. package/es/super-grid/src/search-form.vue2.js +0 -4
  803. package/es/super-grid/src/search-methods.js +0 -164
  804. package/es/super-grid/src/selection-column.vue.js +0 -11
  805. package/es/super-grid/src/store.js +0 -4
  806. package/es/super-grid/src/super-grid-service.js +0 -260
  807. package/es/super-grid/src/super-grid.vue.js +0 -1052
  808. package/es/super-grid/src/super-grid.vue2.js +0 -4
  809. package/es/super-grid/src/utils.js +0 -355
  810. package/es/super-grid/src/view-image-dialog.vue.js +0 -67
  811. package/es/super-icon/index.js +0 -7
  812. package/es/super-icon/src/index.vue.js +0 -7
  813. package/es/super-icon/src/index.vue2.js +0 -13
  814. package/es/super-icon/src/index.vue3.js +0 -4
  815. package/es/super-nine-grid/index.js +0 -7
  816. package/es/super-nine-grid/src/apis.js +0 -36
  817. package/es/super-nine-grid/src/custom-formatter.js +0 -35
  818. package/es/super-nine-grid/src/formatter.js +0 -37
  819. package/es/super-nine-grid/src/search-form-number.vue.js +0 -13
  820. package/es/super-nine-grid/src/search-form.vue.js +0 -91
  821. package/es/super-nine-grid/src/search-form.vue2.js +0 -4
  822. package/es/super-nine-grid/src/search-methods.js +0 -48
  823. package/es/super-nine-grid/src/store.js +0 -4
  824. package/es/super-nine-grid/src/super-grid-service.js +0 -39
  825. package/es/super-nine-grid/src/super-nine-grid.vue.js +0 -225
  826. package/es/super-nine-grid/src/super-nine-grid.vue2.js +0 -4
  827. package/es/super-nine-grid/src/utils.js +0 -32
  828. package/es/svg-icon/index.js +0 -7
  829. package/es/svg-icon/src/svg-icon.vue.js +0 -14
  830. package/es/svg-icon/src/svg-icon.vue2.js +0 -4
  831. package/es/utils/gogocodeTransfer.js +0 -33
  832. package/es/utils/memory-cache-utils.js +0 -30
  833. package/es/utils/organization.js +0 -57
  834. package/es/utils/utils.js +0 -87
  835. package/es/utils/value-set.js +0 -94
  836. package/es/valid-code/index.js +0 -7
  837. package/es/valid-code/src/valid-code.vue.js +0 -23
  838. package/es/valid-code/src/valid-code.vue2.js +0 -4
  839. package/es/workflow-button/index.js +0 -7
  840. package/es/workflow-button/src/workflow-button.vue.js +0 -85
  841. package/es/workflow-history-list/index.js +0 -7
  842. package/es/workflow-history-list/src/api.js +0 -6
  843. package/es/workflow-history-list/src/workflow-history-list.vue.js +0 -89
  844. package/es/workflow-history-list/src/workflow-history-list.vue2.js +0 -4
  845. package/es/workgroup-tree/index.js +0 -7
  846. package/es/workgroup-tree/src/workgroup-tree.vue.js +0 -23
  847. package/es/workgroup-tree-inline/index.js +0 -7
  848. package/es/workgroup-tree-inline/src/search-result.vue.js +0 -39
  849. package/es/workgroup-tree-inline/src/search-result.vue2.js +0 -4
  850. package/es/workgroup-tree-inline/src/workgroup-tree-inline.vue.js +0 -128
  851. package/es/workgroup-tree-inline/src/workgroup-tree-inline.vue2.js +0 -4
  852. package/es/workgroup-tree-inline/src/workgroup-tree-service.js +0 -35
  853. package/es/workgroup-tree-mobile/index.js +0 -8
  854. package/es/workgroup-tree-mobile/src/dept-result.vue.js +0 -16
  855. package/es/workgroup-tree-mobile/src/dept-result.vue2.js +0 -4
  856. package/es/workgroup-tree-mobile/src/workgroup-tree-app.vue.js +0 -15
  857. package/es/workgroup-tree-mobile/src/workgroup-tree-app.vue2.js +0 -4
  858. package/es/workgroup-tree-mobile/src/workgroup-tree-app.vue3.js +0 -5
  859. package/es/workgroup-tree-mobile/src/workgroup-tree-inline-app.vue.js +0 -109
  860. package/es/workgroup-tree-mobile/src/workgroup-tree-inline-app.vue2.js +0 -4
  861. package/es/workgroup-tree-mobile/src/workgroup-tree-service.js +0 -33
  862. package/es/workgroup-user-tree/index.js +0 -7
  863. package/es/workgroup-user-tree/src/workgroup-user-tree.vue.js +0 -23
  864. package/es/workgroup-user-tree-inline/index.js +0 -7
  865. package/es/workgroup-user-tree-inline/src/search-result.vue.js +0 -39
  866. package/es/workgroup-user-tree-inline/src/search-result.vue2.js +0 -4
  867. package/es/workgroup-user-tree-inline/src/workgroup-tree-inline-service.js +0 -73
  868. package/es/workgroup-user-tree-inline/src/workgroup-user-tree-inline.vue.js +0 -172
  869. package/es/workgroup-user-tree-inline/src/workgroup-user-tree-inline.vue2.js +0 -4
  870. package/es/workgroup-user-tree-mobile/src/dept-path.vue.js +0 -14
  871. package/es/workgroup-user-tree-mobile/src/dept-path.vue2.js +0 -4
  872. package/es/workgroup-user-tree-mobile/src/dept-result.vue.js +0 -17
  873. package/es/workgroup-user-tree-mobile/src/dept-result.vue2.js +0 -4
  874. package/es/workgroup-user-tree-mobile/src/workgroup-user-tree-app.vue.js +0 -15
  875. package/es/workgroup-user-tree-mobile/src/workgroup-user-tree-app.vue2.js +0 -4
  876. package/es/workgroup-user-tree-mobile/src/workgroup-user-tree-app.vue3.js +0 -5
  877. package/es/workgroup-user-tree-mobile/src/workgroup-user-tree-inline-app.vue.js +0 -135
  878. package/es/workgroup-user-tree-mobile/src/workgroup-user-tree-inline-app.vue2.js +0 -4
  879. package/es/workgroup-user-tree-mobile/src/workgroup-user-tree-service.js +0 -29
  880. package/es/year-range-picker/index.js +0 -7
  881. package/es/year-range-picker/src/year-range-picker.vue.js +0 -14
  882. /package/{es → dist}/favicon.svg +0 -0
@@ -1,266 +1,276 @@
1
- "use strict";
2
- const e = require("../../utils/gogocodeTransfer.js"), t = require("./dynamic-source-select-service.js"), l = require("./events.js"), i = require("../../src/utils/eventBus.js"), a = require("../../src/utils/util.js"), s = require("@element-plus/icons-vue"), o = require("clipboard"), n = require("vue");
3
- require("./dynamic-source-select.vue2.js"), require("./dynamic-source-select.vue3.js");
4
- const u = require("../../_virtual/_plugin-vue_export-helper.js"), r = { 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() {
5
- const e2 = Object.assign({}, this.baseProps);
6
- let t2;
7
- this.entity && (t2 = JSON.stringify(this.entity));
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));
8
16
  let l2 = [];
9
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)));
10
18
  const i2 = "copyBtn_" + (/* @__PURE__ */ new Date()).getTime();
11
- return { markValue: t2, optionItems: [], myProps: e2, 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: s.CopyDocument, copyBtnId: i2 };
12
- }, watch: { baseProps: { deep: true, handler(e2) {
13
- this.myProps = Object.assign({}, e2);
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);
14
22
  } } }, created() {
15
23
  if (this.options && this.options.backendUrl && (this.backendUrl = this.options.backendUrl), this.options && this.options.dynamicDataSourceCode) {
16
24
  this.dynamicDataSourceCode = this.options.dynamicDataSourceCode.trim();
17
- const t2 = { _listCode: this.listCode, _formCode: this.formCode, _tableName: this.tableName };
18
- this.parent && (t2.parent = this.parent), this.isPageInfo || this.packageDynamicDataSourceInfo(this.dynamicDataSourceCode, t2).then((t3) => {
19
- if (t3.backendUrl && (this.backendUrl = t3.backendUrl), void 0 !== t3.fuzzyQuery && true === t3.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) {
20
- let e2;
21
- this.watchAttr.split(",").forEach((t4) => {
22
- this.entity && (e2 = this.entity[t4]), this.$watch("entity." + t4, function(e3, t5) {
23
- e3 ? this.watchAttrValueChange(e3) : this.watchAttrValueChange("");
24
- this.optionItems.filter((t6) => t6[this.valueAttribute] === e3) || this.inputValue("");
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("");
25
33
  });
26
- }), this.watchAttrValueChange(e2);
34
+ }), this.watchAttrValueChange(t2);
27
35
  }
28
- if (this.isLoaded = true, !t3.defaultSelect || void 0 !== this.value && null !== this.value && "" !== this.value || this.setValues(this.optionItems[0][this.valueAttribute]), 1 !== this.analysisArea && this.remote) {
29
- const t4 = this;
30
- e.$on(i, "remoteMethod", () => {
31
- t4.remoteMethod("");
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("");
32
40
  });
33
41
  }
34
- this.$emit("load-completed", t3);
35
- }).catch((e2) => {
36
- this.$emit("load-completed", { code: this.dynamicDataSourceCode, error: e2 }), this.isLoaded = true;
42
+ this.$emit("load-completed", e3);
43
+ }).catch((t2) => {
44
+ this.$emit("load-completed", { code: this.dynamicDataSourceCode, error: t2 }), this.isLoaded = true;
37
45
  });
38
46
  } else
39
47
  this.isLoaded = true;
40
48
  }, mounted() {
41
- const e2 = this, t2 = new o("#" + this.copyBtnId, { text: function() {
42
- return e2.getSelectItemsTitle(e2.value);
49
+ const t2 = this, e2 = new u("#" + this.copyBtnId, { text: function() {
50
+ return t2.getSelectItemsTitle(t2.value);
43
51
  } });
44
- t2.on("success", () => {
45
- e2.$message({ type: "success", message: e2.$t("chatEmbed.copySuccess"), showClose: true });
46
- }), t2.on("error", (e3) => {
47
- console.error("复制失败", e3);
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);
48
56
  });
49
- }, methods: { ...t, ...l, blurEvent(e2) {
50
- this.$emit("blur", e2);
51
- }, changeEvent(e2) {
52
- this.inputValue(e2), this.change(e2);
53
- }, getClassOptionTitle(e2) {
54
- if (null != e2 && "" !== e2 && e2.length > 0) {
55
- let t2 = "";
56
- return "string" == typeof e2 ? this.descriptionAttribute ? this.optionItems.forEach((l2) => {
57
- l2[this.valueAttribute] === e2 && (t2 = l2._label_ + l2._description_);
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_);
58
66
  }) : this.optionItems.forEach((l2) => {
59
- l2[this.valueAttribute] === e2 && (t2 = l2._label_);
67
+ l2[this.valueAttribute] === t2 && (e2 = l2._label_);
60
68
  }) : this.descriptionAttribute ? (this.optionItems.forEach((l2) => {
61
- e2.forEach((e3) => {
62
- l2[this.valueAttribute] === e3 && (t2 = t2 + l2._label_ + ",");
69
+ t2.forEach((t3) => {
70
+ l2[this.valueAttribute] === t3 && (e2 = e2 + l2._label_ + ",");
63
71
  });
64
- }), t2 = t2.slice(0, t2.length - 1)) : (this.optionItems.forEach((l2) => {
65
- e2.forEach((e3) => {
66
- l2[this.valueAttribute] === e3 && (t2 = t2 + l2._label_ + ",");
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_ + ",");
67
75
  });
68
- }), t2 = t2.slice(0, t2.length - 1)), t2;
76
+ }), e2 = e2.slice(0, e2.length - 1)), e2;
69
77
  }
70
- }, inputValue(e2) {
71
- let t2 = false;
72
- if (void 0 !== this.baseProps.multiple && true === this.baseProps.multiple && e2 && e2.indexOf("saveAll") >= 0)
73
- if (t2 = true, e2.length - 1 >= this.optionItems.length)
74
- e2 = [];
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 = [];
75
83
  else {
76
- const t3 = [];
77
- for (let e3 = 0; e3 < this.optionItems.length; e3++) {
78
- const l2 = this.optionItems[e3];
79
- t3.push(l2[this.valueAttribute]);
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]);
80
88
  }
81
- e2 = t3;
89
+ t2 = e3;
82
90
  }
83
- this.$emit("update:value", e2), !this.remote || null != e2 && "" !== e2 || this.remoteQueryMethod(e2), this.setValues(e2, t2);
84
- }, packageDynamicDataSourceInfo(e2, t2) {
91
+ this.$emit("update:value", t2), !this.remote || null != t2 && "" !== t2 || this.remoteQueryMethod(t2), this.setValues(t2, e2);
92
+ }, packageDynamicDataSourceInfo(t2, e2) {
85
93
  return new Promise((l2, i2) => {
86
- this.findDynamicDataSourceByCode(e2, this.entity, t2, this.additionalParameterStr, this.backendUrl).then((e3) => {
87
- if (e3) {
88
- if (e3.options) {
89
- this.optionItems = e3.options;
90
- let t3 = e3.options;
91
- if (void 0 !== this.baseProps.multiple && true === this.baseProps.multiple && t3 && t3.length > 0) {
92
- t3 = [{ value: "saveAll", _label_: this.$t("superGrid.selectAll") }, ...t3];
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];
93
101
  }
94
- if (this.optionItemList = t3, this.column && this.column.prop !== e3.valueAttribute) {
95
- this.column["_dynamic-source-data-" + this.column.prop] = { valueSetOptions: this.options.valueSetOptions, optionItems: this.optionItems, valueAttribute: e3.valueAttribute };
96
- const t4 = this.options.valueSetOptions.find((t5) => t5.columnName === e3.valueAttribute);
97
- if (t4) {
98
- let e4 = this.entity[t4.valueColumn.dbColumnName];
99
- e4 && this.$emit("set-value", { value: e4, targetColumnName: this.column.prop, options: this.optionItems, valueAttribute: this.valueAttribute });
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 });
100
108
  }
101
109
  }
102
110
  } else
103
111
  this.optionItems = [];
104
- e3.valueAttribute && (this.valueAttribute = e3.valueAttribute), e3.descriptionAttribute && (this.descriptionAttribute = e3.descriptionAttribute), this.valueAttribute = this.getValueAttribute(), this.watchAttr = e3.watchAttr, this.$emit("load-completed", e3), l2(e3);
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);
105
113
  } else
106
114
  l2();
107
- }).catch((e3) => {
108
- i2(e3);
115
+ }).catch((t3) => {
116
+ i2(t3);
109
117
  });
110
118
  });
111
- }, remoteQuery(e2, t2) {
112
- if (null != e2 || null != t2) {
119
+ }, remoteQuery(t2, e2) {
120
+ if (null != t2 || null != e2) {
113
121
  const l2 = { _listCode: this.listCode, _formCode: this.formCode, _tableName: this.tableName };
114
- if (null != e2 && (l2.searchText = e2), null != t2)
115
- "[object Array]" === Object.prototype.toString.apply(t2) ? l2.watchAttrValue = t2.join(",") : l2.watchAttrValue = t2 + "";
122
+ if (null != t2 && (l2.searchText = t2), null != e2)
123
+ "[object Array]" === Object.prototype.toString.apply(e2) ? l2.watchAttrValue = e2.join(",") : l2.watchAttrValue = e2 + "";
116
124
  else if (this.entity) {
117
- const e3 = this.entity[this.watchAttr];
118
- null != e3 && ("[object Array]" === Object.prototype.toString.apply(e3) ? l2.watchAttrValue = e3.join(",") : l2.watchAttrValue = e3 + "");
125
+ const t3 = this.entity[this.watchAttr];
126
+ null != t3 && ("[object Array]" === Object.prototype.toString.apply(t3) ? l2.watchAttrValue = t3.join(",") : l2.watchAttrValue = t3 + "");
119
127
  }
120
- this.parent && (l2.parent = this.parent), this.loading = true, this.packageDynamicDataSourceInfo(this.dynamicDataSourceCode, l2).then((e3) => {
128
+ this.parent && (l2.parent = this.parent), this.loading = true, this.packageDynamicDataSourceInfo(this.dynamicDataSourceCode, l2).then((t3) => {
121
129
  this.loading = false;
122
- }).catch((e3) => {
130
+ }).catch((t3) => {
123
131
  this.loading = false;
124
132
  });
125
133
  }
126
- }, remoteQueryMethod(e2) {
127
- Array.isArray(this.value) ? 0 === this.value.length && this.remoteQuery(e2, null) : this.remoteQuery(e2, null);
128
- }, remoteMethod(e2) {
129
- this.remoteQuery(e2, null);
130
- }, watchAttrValueChange(e2) {
131
- this.remoteQuery(null, e2);
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);
132
140
  }, getValueAttribute() {
133
141
  return this.valueAttribute && "[label]" !== this.valueAttribute ? this.valueAttribute : "_label_";
134
- }, setValues(e2, t2) {
135
- this.valueSetOptions && this.valueSetOptions.length > 0 && (void 0 !== this.baseProps.multiple && true === this.baseProps.multiple ? this.setColumnValueWhenMulti(e2, t2) : this.valueSetOptions.forEach((t3) => {
136
- const l2 = t3.columnName;
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;
137
145
  let i2;
138
- this.optionItems && l2 && (i2 = this.getTargetColumnValue(e2, l2));
139
- let s2 = null;
140
- const o2 = t3.valueColumn;
141
- o2 && (s2 = o2.name, true === this.isSql && (s2 = o2.dbColumnName, s2 = a.getPropNameWhenJoinTable(s2, this.isJoinTable, this.tableName))), this.entity && s2 && null !== s2 && "" !== s2 && a.setEntityFieldValue(this.entity, s2, i2);
142
- const n2 = this.getSelectedOptionItem(e2);
143
- this.$emit("set-value", { value: i2, sourceColumnName: l2, targetColumnName: s2, options: this.optionItems, valueAttribute: this.valueAttribute, selectedItem: n2 });
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 });
144
152
  }));
145
- }, setColumnValue(e2, t2, l2) {
153
+ }, setColumnValue(t2, e2, l2) {
146
154
  let i2 = null;
147
- const s2 = l2.valueColumn;
148
- s2 && (i2 = s2.name, true === this.isSql && (i2 = s2.dbColumnName, i2 = a.getPropNameWhenJoinTable(i2, this.isJoinTable, this.tableName))), this.entity && i2 && null !== i2 && "" !== i2 && a.setEntityFieldValue(this.entity, i2, t2), this.$emit("set-value", { value: t2, sourceColumnName: e2, targetColumnName: i2, options: this.optionItems, valueAttribute: this.valueAttribute });
149
- }, setColumnValueWhenMulti(e2, t2) {
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) {
150
158
  let l2, i2 = false;
151
- if (this.valueSetOptions.forEach((t3) => {
152
- const a2 = t3.columnName;
153
- if (a2 === this.valueAttribute) {
154
- let s2;
155
- if (this.optionItems && a2 && (s2 = this.getTargetColumnValue(e2, a2)), this.setColumnValue(a2, s2, t3), this.lastValues.length < e2.length)
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)
156
164
  i2 = true;
157
- else if (this.lastValues.length > e2.length) {
165
+ else if (this.lastValues.length > t2.length) {
158
166
  i2 = false;
159
- const t4 = [...this.lastValues, ...e2], a3 = new Set(t4), s3 = Array.from(a3), o2 = [...s3.filter((e3) => !this.lastValues.includes(e3)), ...s3.filter((t5) => !e2.includes(t5))];
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))];
160
168
  o2 && o2.length > 0 && (l2 = o2[0]);
161
169
  }
162
- this.lastValues = JSON.parse(JSON.stringify(e2));
170
+ this.lastValues = JSON.parse(JSON.stringify(t2));
163
171
  }
164
172
  }), i2) {
165
173
  const l3 = false;
166
- if (t2)
174
+ if (e2)
167
175
  this.setAllTagValue(l3);
168
176
  else {
169
- const t3 = e2[e2.length - 1], i3 = this.optionItems.filter((e3) => e3[this.valueAttribute] === t3);
177
+ const e3 = t2[t2.length - 1], i3 = this.optionItems.filter((t3) => t3[this.valueAttribute] === e3);
170
178
  i3 && i3.length > 0 && this.setTagValue(null, l3, i3[0]);
171
179
  }
172
180
  } else {
173
- const e3 = true;
174
- t2 ? this.setAllTagValue(e3) : this.setTagValue(l2, e3);
181
+ const t3 = true;
182
+ e2 ? this.setAllTagValue(t3) : this.setTagValue(l2, t3);
175
183
  }
176
- }, setAllTagValue(e2) {
177
- this.valueSetOptions && this.valueSetOptions.length > 0 && this.valueSetOptions.forEach((t2) => {
178
- const l2 = t2.columnName;
184
+ }, setAllTagValue(t2) {
185
+ this.valueSetOptions && this.valueSetOptions.length > 0 && this.valueSetOptions.forEach((e2) => {
186
+ const l2 = e2.columnName;
179
187
  if (l2 !== this.valueAttribute) {
180
188
  let i2 = null;
181
- const s2 = t2.valueColumn;
189
+ const a2 = e2.valueColumn;
182
190
  let o2;
183
- if (s2 && (i2 = s2.name, true === this.isSql && (i2 = s2.dbColumnName, i2 = a.getPropNameWhenJoinTable(i2, this.isJoinTable, this.tableName))), i2)
184
- if (e2)
191
+ if (a2 && (i2 = a2.name, true === this.isSql && (i2 = a2.dbColumnName, i2 = s(i2, this.isJoinTable, this.tableName))), i2)
192
+ if (t2)
185
193
  o2 = null;
186
194
  else {
187
- let e3 = "";
188
- this.optionItems && this.optionItems.length > 0 && (this.optionItems.forEach((t3) => {
189
- const i3 = t3[l2];
190
- e3 = null != e3 && "" !== e3 ? e3 + "," + i3 : i3;
191
- }), o2 = e3);
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);
192
200
  }
193
201
  this.setTargetColumnValue(l2, i2, o2);
194
202
  }
195
203
  });
196
- }, setTargetColumnValue(e2, t2, l2) {
197
- this.entity && t2 && null !== t2 && "" !== t2 && a.setEntityFieldValue(this.entity, t2, l2), this.$emit("set-value", { value: l2, sourceColumnName: e2, targetColumnName: t2, options: this.optionItems, valueAttribute: this.valueAttribute });
198
- }, setTagValue(e2, t2, l2) {
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) {
199
207
  this.valueSetOptions && this.valueSetOptions.length > 0 && this.valueSetOptions.forEach((i2) => {
200
- const s2 = i2.columnName;
201
- if (s2 !== this.valueAttribute) {
202
- let o2 = null;
203
- const n2 = i2.valueColumn;
204
- let u2;
205
- if (n2 && (o2 = n2.name, true === this.isSql && (o2 = n2.dbColumnName, o2 = a.getPropNameWhenJoinTable(o2, this.isJoinTable, this.tableName))), o2) {
206
- const i3 = a.getEntityFieldValue(this.entity, o2);
207
- if (t2) {
208
- const t3 = this.value.indexOf(e2);
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);
209
217
  if (null != i3 && "" !== i3) {
210
- let e3 = i3;
211
- "string" == typeof i3 && (e3 = i3.split(",")), e3.splice(t3, 1), u2 = e3.join(",");
218
+ let t3 = i3;
219
+ "string" == typeof i3 && (t3 = i3.split(",")), t3.splice(e3, 1), r2 = t3.join(",");
212
220
  }
213
221
  } else {
214
- let e3;
215
- l2 && (e3 = l2[s2]), u2 = null != i3 && "" !== i3 ? i3 + "," + e3 : e3;
222
+ let t3;
223
+ l2 && (t3 = l2[a2]), r2 = null != i3 && "" !== i3 ? i3 + "," + t3 : t3;
216
224
  }
217
225
  }
218
- this.setTargetColumnValue(s2, o2, u2);
226
+ this.setTargetColumnValue(a2, n2, r2);
219
227
  }
220
228
  });
221
- }, getTargetColumnValue(e2, t2) {
222
- if (e2) {
229
+ }, getTargetColumnValue(t2, e2) {
230
+ if (t2) {
223
231
  let l2 = "";
224
- if (void 0 !== this.baseProps.multiple && true === this.baseProps.multiple && Array.isArray(e2)) {
232
+ if (void 0 !== this.baseProps.multiple && true === this.baseProps.multiple && Array.isArray(t2)) {
225
233
  let i2 = 0;
226
- e2.forEach((a2) => {
227
- const s2 = this.optionItems.filter((e3) => e3[this.valueAttribute] === a2);
228
- s2 && s2.length > 0 && (l2 += s2[0][t2], i2 < e2.length - 1 && (l2 += ","), i2++);
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++);
229
237
  });
230
238
  } else {
231
- const i2 = this.optionItems.filter((t3) => t3[this.valueAttribute] === e2);
232
- i2 && i2.length > 0 && (l2 = i2[0][t2]);
239
+ const i2 = this.optionItems.filter((e3) => e3[this.valueAttribute] === t2);
240
+ i2 && i2.length > 0 && (l2 = i2[0][e2]);
233
241
  }
234
242
  return l2;
235
243
  }
236
244
  }, clearMarkValue() {
237
245
  if (this.markValue && this.entity) {
238
- const e2 = JSON.parse(this.markValue);
239
- for (let t2 = 0; t2 < this.options.valueSetOptions.length; t2++) {
240
- e2[this.options.valueSetOptions[t2].valueColumn.dbColumnName] = null;
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;
241
249
  }
242
- this.markValue = JSON.stringify(e2);
250
+ this.markValue = JSON.stringify(t2);
243
251
  }
244
- }, changeEmptyValue(e2) {
245
- this.$emit("changeEmptyValue", e2);
252
+ }, changeEmptyValue(t2) {
253
+ this.$emit("changeEmptyValue", t2);
246
254
  }, clearEmptyValue() {
247
255
  this.checkEmptyValue = false;
248
- }, getSelectItemsTitle(e2) {
249
- if (null != e2 && "" !== e2 && e2.length > 0) {
250
- let t2 = "";
251
- return "string" == typeof e2 ? this.optionItems.length > 0 ? this.optionItems.forEach((l2) => {
252
- l2[this.valueAttribute] === e2 && (t2 = l2._label_);
253
- }) : t2 = e2 : this.optionItems.length > 0 ? (this.optionItems.forEach((l2) => {
254
- e2.forEach((e3) => {
255
- l2[this.valueAttribute] === e3 && (t2 = t2 + l2._label_ + ",");
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_ + ",");
256
264
  });
257
- }), t2 = t2.slice(0, t2.length - 1)) : t2 = e2.join(","), t2;
265
+ }), e2 = e2.slice(0, e2.length - 1)) : e2 = t2.join(","), e2;
258
266
  }
259
- } }, emits: ["set-default-value", "load-completed", "set-value", "update:value", "focus", "blur", "visible-change", "change", "chnageEmptyValue"] }, h = { class: "select-top-span" }, c = { style: { "padding-left": "5px" } }, p = { style: { display: "flex" } }, m = { style: { color: "#8492a6", "font-size": "13px", "margin-left": "30px" } }, d = { style: { float: "left" } }, v = { style: { float: "right", color: "#8492a6", "font-size": "13px", "margin-left": "30px" } };
260
- const b = u(r, [["render", function(e2, t2, l2, i2, a2, s2) {
261
- const o2 = n.resolveComponent("CopyDocument"), u2 = n.resolveComponent("el-icon"), r2 = n.resolveComponent("el-checkbox"), b2 = n.resolveComponent("el-option"), y = n.resolveComponent("el-select"), f = n.resolveComponent("el-popover");
262
- return n.openBlock(), n.createElementBlock("span", h, [n.createVNode(f, { placement: "top", trigger: "hover" }, { reference: n.withCtx(() => [n.createElementVNode("div", { onKeydown: t2[4] || (t2[4] = n.withKeys(n.withModifiers(() => {
263
- }, ["stop"]), ["space"])) }, [n.createVNode(y, n.mergeProps({ ref: "dynamicDataSourceRef", "allow-create": l2.allowCreate, clearable: l2.clearable, filterable: a2.remote, loading: a2.loading, "model-value": l2.value, placeholder: l2.placeholder, remote: a2.remote, "remote-method": s2.remoteMethod, "reserve-keyword": true, size: l2.size, style: l2.fullWidth ? { width: "100%", height: "100%" } : {}, title: s2.getClassOptionTitle(l2.value), "value-key": a2.valueAttribute, "default-first-option": "" }, a2.myProps, { "remote-show-suffix": "", onKeydown: t2[1] || (t2[1] = n.withKeys(n.withModifiers(() => {
264
- }, ["stop"]), ["space"])), onBlur: t2[2] || (t2[2] = (e3) => s2.blurEvent(e3)), onChange: s2.changeEvent, onClear: e2.clear, onFocus: e2.focus, onVisibleChange: e2.visibleChange, onRemoveTag: t2[3] || (t2[3] = (t3) => e2.removeTag(a2.remote, t3)) }), n.createSlots({ default: n.withCtx(() => [a2.descriptionAttribute ? (n.openBlock(), n.createElementBlock(n.Fragment, { key: 0 }, [l2.optionWidth > 0 ? (n.openBlock(), n.createElementBlock("div", { key: 0, style: n.normalizeStyle({ width: l2.optionWidth + "px" }) }, [(n.openBlock(true), n.createElementBlock(n.Fragment, null, n.renderList(a2.optionItemList, (e3) => (n.openBlock(), n.createBlock(b2, { key: e3.value, label: e3._label_, title: e3._description_ ? e3._label_ + e3._description_ : e3._label_, value: l2.baseProps.multiple && "saveAll" === e3.value ? e3.value : e3[a2.valueAttribute] }, { default: n.withCtx(() => [n.createElementVNode("div", p, [n.createElementVNode("span", null, n.toDisplayString(e3._label_), 1), n.createElementVNode("span", m, n.toDisplayString(e3._description_ ? e3._description_ : e3._label_), 1)])]), _: 2 }, 1032, ["label", "title", "value"]))), 128))], 4)) : (n.openBlock(true), n.createElementBlock(n.Fragment, { key: 1 }, n.renderList(a2.optionItemList, (e3) => (n.openBlock(), n.createBlock(b2, { key: e3.value, label: e3._label_, title: e3._description_ ? e3._label_ + e3._description_ : e3._label_, value: l2.baseProps.multiple && "saveAll" === e3.value ? e3.value : e3[a2.valueAttribute] }, { default: n.withCtx(() => [n.createElementVNode("span", d, n.toDisplayString(e3._label_), 1), n.createElementVNode("span", v, n.toDisplayString(e3._description_ ? e3._description_ : e3._label_), 1)]), _: 2 }, 1032, ["label", "title", "value"]))), 128))], 64)) : (n.openBlock(), n.createElementBlock(n.Fragment, { key: 1 }, [l2.optionWidth > 0 ? (n.openBlock(), n.createElementBlock("div", { key: 0, style: n.normalizeStyle({ width: l2.optionWidth + "px", position: "relative" }) }, [(n.openBlock(true), n.createElementBlock(n.Fragment, null, n.renderList(a2.optionItemList, (e3) => (n.openBlock(), n.createBlock(b2, { key: e3.value, label: e3._label_, value: l2.baseProps.multiple && "saveAll" === e3.value ? e3.value : e3[a2.valueAttribute] }, null, 8, ["label", "value"]))), 128))], 4)) : (n.openBlock(true), n.createElementBlock(n.Fragment, { key: 1 }, n.renderList(a2.optionItemList, (e3) => (n.openBlock(), n.createBlock(b2, { key: e3.value, label: e3._label_, value: l2.baseProps.multiple && "saveAll" === e3.value ? e3.value : e3[a2.valueAttribute] }, null, 8, ["label", "value"]))), 128))], 64))]), _: 2 }, [l2.isSearch ? { name: "header", fn: n.withCtx(() => [n.createVNode(r2, { modelValue: a2.checkEmptyValue, "onUpdate:modelValue": t2[0] || (t2[0] = (e3) => a2.checkEmptyValue = e3), onChange: s2.changeEmptyValue }, { default: n.withCtx(() => [n.createTextVNode(n.toDisplayString(e2.$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: n.withCtx(() => [n.createElementVNode("span", c, [n.createVNode(u2, { id: a2.copyBtnId }, { default: n.withCtx(() => [n.createVNode(o2)]), _: 1 }, 8, ["id"])])]), _: 1 })]);
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 })]);
265
273
  }], ["__scopeId", "data-v-34406c62"]]);
266
- module.exports = b;
274
+ export {
275
+ j as default
276
+ };
@@ -1,2 +1,4 @@
1
- "use strict";
2
- module.exports = "";
1
+ const t = "";
2
+ export {
3
+ t as default
4
+ };
@@ -1,2 +1,4 @@
1
- "use strict";
2
- module.exports = "";
1
+ const t = "";
2
+ export {
3
+ t as default
4
+ };
@@ -1,4 +1,3 @@
1
- "use strict";
2
1
  const t = { change: function(t2) {
3
2
  const e = this.getSelectedOptionItem(t2);
4
3
  this.$emit("change", t2, e);
@@ -25,4 +24,6 @@ const t = { change: function(t2) {
25
24
  }
26
25
  return this.optionItems.find((e2) => e2[this.valueAttribute] === t2);
27
26
  } };
28
- module.exports = t;
27
+ export {
28
+ t as default
29
+ };
@@ -1,6 +1,9 @@
1
- "use strict";
2
- const e = require("vue"), t = require("vue-i18n"), i = { class: "empty_center_area" }, n = { class: "empty_notAvailable_text" }, a = e.defineComponent({ __name: "index", props: { imageHeight: { type: String, default: "120px" }, imageWidth: { type: String, default: "120px" }, emptyText: { type: String, default: "" } }, setup(a2) {
3
- const r = a2, { t: l } = t.useI18n();
4
- return (t2, a3) => (e.openBlock(), e.createElementBlock("div", i, [e.createElementVNode("div", { class: "empty_notAvailable", style: e.normalizeStyle({ width: r.imageWidth, height: r.imageHeight }) }, [e.createElementVNode("span", n, e.toDisplayString(r.emptyText ? r.emptyText : e.unref(l)("imatrixUIPromptMessage.NoContent")), 1)], 4)]));
1
+ import { defineComponent as t, openBlock as e, createElementBlock as i, createElementVNode as a, normalizeStyle as p, toDisplayString as m, unref as n } from "vue";
2
+ import { useI18n as r } from "vue-i18n";
3
+ const s = { class: "empty_center_area" }, o = { class: "empty_notAvailable_text" }, l = t({ __name: "index", props: { imageHeight: { type: String, default: "120px" }, imageWidth: { type: String, default: "120px" }, emptyText: { type: String, default: "" } }, setup(t2) {
4
+ const l2 = t2, { t: g } = r();
5
+ return (t3, r2) => (e(), i("div", s, [a("div", { class: "empty_notAvailable", style: p({ width: l2.imageWidth, height: l2.imageHeight }) }, [a("span", o, m(l2.emptyText ? l2.emptyText : n(g)("imatrixUIPromptMessage.NoContent")), 1)], 4)]));
5
6
  } });
6
- module.exports = a;
7
+ export {
8
+ l as default
9
+ };
@@ -1,3 +1,4 @@
1
- "use strict";
2
- const e = require("./index.vue.js");
3
- module.exports = e;
1
+ import e from "./index.vue.js";
2
+ export {
3
+ e as default
4
+ };
@@ -1,5 +1,7 @@
1
- "use strict";
2
- const e = require("./src/fs-preview.vue.js");
3
- e.install = function(s) {
4
- s.component(e.name, e);
5
- }, module.exports = e;
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
+ };