agilebuilder-ui 1.1.65-tmp12 → 1.1.65-tmp14

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 (884) hide show
  1. package/dist/favicon.svg +29 -0
  2. package/dist/index.full.min.js +16440 -0
  3. package/dist/style.css +3078 -0
  4. package/es/IntervalSelection/index.js +7 -0
  5. package/es/IntervalSelection/src/sectionDate.vue.js +49 -0
  6. package/es/IntervalSelection/src/sectionDate.vue2.js +4 -0
  7. package/es/_virtual/__vite-browser-external.js +4 -0
  8. package/es/_virtual/_plugin-vue_export-helper.js +9 -0
  9. package/es/breadcrumb/index.js +7 -0
  10. package/es/breadcrumb/src/breadcrumb.vue.js +28 -0
  11. package/es/breadcrumb/src/breadcrumb.vue2.js +4 -0
  12. package/es/chat-embed/index.js +7 -0
  13. package/es/chat-embed/src/chat-addition-data.vue.js +7 -0
  14. package/es/chat-embed/src/chat-addition-data.vue2.js +14 -0
  15. package/es/chat-embed/src/chat-addition-data.vue3.js +4 -0
  16. package/es/chat-embed/src/chat-ai-answer-tip.vue.js +7 -0
  17. package/es/chat-embed/src/chat-ai-answer-tip.vue2.js +29 -0
  18. package/es/chat-embed/src/chat-ai-answer-tip.vue3.js +4 -0
  19. package/es/chat-embed/src/chat-bubble-footer.vue.js +7 -0
  20. package/es/chat-embed/src/chat-bubble-footer.vue2.js +33 -0
  21. package/es/chat-embed/src/chat-bubble-footer.vue3.js +4 -0
  22. package/es/chat-embed/src/chat-embed-message.js +22 -0
  23. package/es/chat-embed/src/chat-sender.vue.js +7 -0
  24. package/es/chat-embed/src/chat-sender.vue2.js +160 -0
  25. package/es/chat-embed/src/chat-sender.vue3.js +4 -0
  26. package/es/chat-embed/src/components/answer-auto-chart.vue.js +7 -0
  27. package/es/chat-embed/src/components/answer-auto-chart.vue2.js +59 -0
  28. package/es/chat-embed/src/components/answer-auto-chart.vue3.js +4 -0
  29. package/es/chat-embed/src/components/answer-home-chart.vue.js +7 -0
  30. package/es/chat-embed/src/components/answer-home-chart.vue2.js +6 -0
  31. package/es/chat-embed/src/components/answer-home-chart.vue3.js +4 -0
  32. package/es/chat-embed/src/components/answer-interaction-data.vue.js +7 -0
  33. package/es/chat-embed/src/components/answer-interaction-data.vue2.js +118 -0
  34. package/es/chat-embed/src/components/answer-interaction-data.vue3.js +4 -0
  35. package/es/chat-embed/src/components/history-detail.vue.js +7 -0
  36. package/es/chat-embed/src/components/history-detail.vue2.js +55 -0
  37. package/es/chat-embed/src/components/history-detail.vue3.js +4 -0
  38. package/es/chat-embed/src/header.vue.js +7 -0
  39. package/es/chat-embed/src/header.vue2.js +46 -0
  40. package/es/chat-embed/src/header.vue3.js +4 -0
  41. package/es/chat-embed/src/index.vue.js +7 -0
  42. package/es/chat-embed/src/index.vue2.js +307 -0
  43. package/es/chat-embed/src/index.vue3.js +4 -0
  44. package/es/chat-embed/src/recommendation-message.vue.js +7 -0
  45. package/es/chat-embed/src/recommendation-message.vue2.js +8 -0
  46. package/es/chat-embed/src/recommendation-message.vue3.js +4 -0
  47. package/es/chat-embed/src/sidebar-item.vue.js +7 -0
  48. package/es/chat-embed/src/sidebar-item.vue2.js +118 -0
  49. package/es/chat-embed/src/sidebar-item.vue3.js +4 -0
  50. package/es/chat-embed/src/type.js +5 -0
  51. package/es/chat-embed/src/util/chat-embed-util.js +57 -0
  52. package/es/chat-embed/src/util/history-message-util.js +96 -0
  53. package/es/chat-embed/src/util/mcp-utils.js +53 -0
  54. package/es/chat-embed/src/util/text-file-util.js +12 -0
  55. package/es/chat-embed/src/voice/index.js +7 -0
  56. package/es/chat-embed/src/voice/js/crypto-js.js +1013 -0
  57. package/es/chat-embed/src/voice/js/processor/index.umd.js +178 -0
  58. package/es/chat-embed/src/voice/js/timer.js +11 -0
  59. package/es/chat-embed/src/voice/voice.vue.js +104 -0
  60. package/es/date-picker-range/index.js +7 -0
  61. package/es/date-picker-range/index.vue.js +7 -0
  62. package/es/date-picker-range/index.vue2.js +93 -0
  63. package/es/date-picker-range/index.vue3.js +4 -0
  64. package/es/department-tree/index.js +7 -0
  65. package/es/department-tree/src/department-tree.vue.js +23 -0
  66. package/es/department-tree-inline/index.js +7 -0
  67. package/es/department-tree-inline/src/department-multi-tree-inline.vue.js +91 -0
  68. package/es/department-tree-inline/src/department-multi-tree-inline.vue2.js +4 -0
  69. package/es/department-tree-inline/src/department-single-tree-inline.vue.js +64 -0
  70. package/es/department-tree-inline/src/department-single-tree-inline.vue2.js +4 -0
  71. package/es/department-tree-inline/src/department-tree-inline.vue.js +17 -0
  72. package/es/department-tree-inline/src/department-tree-service.js +108 -0
  73. package/es/department-tree-inline/src/search-result.vue.js +40 -0
  74. package/es/department-tree-inline/src/search-result.vue2.js +4 -0
  75. package/es/department-tree-mobile/index.js +8 -0
  76. package/es/department-tree-mobile/src/department-tree-app.vue.js +15 -0
  77. package/es/department-tree-mobile/src/department-tree-app.vue2.js +4 -0
  78. package/es/department-tree-mobile/src/department-tree-app.vue3.js +5 -0
  79. package/es/department-tree-mobile/src/department-tree-inline-app.vue.js +121 -0
  80. package/es/department-tree-mobile/src/department-tree-inline-app.vue2.js +4 -0
  81. package/es/department-tree-mobile/src/department-tree-service.js +55 -0
  82. package/es/department-tree-mobile/src/dept-path.vue.js +14 -0
  83. package/es/department-tree-mobile/src/dept-path.vue2.js +4 -0
  84. package/es/department-tree-mobile/src/dept-result.vue.js +16 -0
  85. package/es/department-tree-mobile/src/dept-result.vue2.js +4 -0
  86. package/es/department-user-tree/index.js +7 -0
  87. package/es/department-user-tree/src/department-user-multiple-tree.vue.js +20 -0
  88. package/es/department-user-tree/src/department-user-multiple-tree.vue2.js +4 -0
  89. package/es/department-user-tree/src/department-user-single-tree.vue.js +19 -0
  90. package/es/department-user-tree/src/department-user-tree.vue.js +27 -0
  91. package/es/department-user-tree-inline/index.js +7 -0
  92. package/es/department-user-tree-inline/src/department-user-multiple-tree-inline.vue.js +165 -0
  93. package/es/department-user-tree-inline/src/department-user-multiple-tree-inline.vue2.js +4 -0
  94. package/es/department-user-tree-inline/src/department-user-single-tree-inline.vue.js +69 -0
  95. package/es/department-user-tree-inline/src/department-user-single-tree-inline.vue2.js +4 -0
  96. package/es/department-user-tree-inline/src/department-user-tree-inline.vue.js +16 -0
  97. package/es/department-user-tree-inline/src/department-user-tree-multi-service.js +81 -0
  98. package/es/department-user-tree-inline/src/department-user-tree-single-service.js +54 -0
  99. package/es/department-user-tree-inline/src/group-user/group-input.vue.js +39 -0
  100. package/es/department-user-tree-inline/src/group-user/group-list.vue.js +27 -0
  101. package/es/department-user-tree-inline/src/group-user/group-user.vue.js +16 -0
  102. package/es/department-user-tree-inline/src/group-user-multiple-tree.vue.js +78 -0
  103. package/es/department-user-tree-inline/src/group-user-single-tree.vue.js +34 -0
  104. package/es/department-user-tree-inline/src/group-user-tree-service.js +34 -0
  105. package/es/department-user-tree-inline/src/search-result.vue.js +41 -0
  106. package/es/department-user-tree-inline/src/search-result.vue2.js +4 -0
  107. package/es/department-user-tree-mobile/index.js +8 -0
  108. package/es/department-user-tree-mobile/src/department-user-tree-app.vue.js +15 -0
  109. package/es/department-user-tree-mobile/src/department-user-tree-app.vue2.js +4 -0
  110. package/es/department-user-tree-mobile/src/department-user-tree-app.vue3.js +5 -0
  111. package/es/department-user-tree-mobile/src/department-user-tree-inline-app.vue.js +135 -0
  112. package/es/department-user-tree-mobile/src/department-user-tree-inline-app.vue2.js +4 -0
  113. package/es/department-user-tree-mobile/src/department-user-tree-service.js +38 -0
  114. package/es/department-user-tree-mobile/src/dept-path.vue.js +14 -0
  115. package/es/department-user-tree-mobile/src/dept-path.vue2.js +4 -0
  116. package/es/department-user-tree-mobile/src/dept-result.vue.js +17 -0
  117. package/es/department-user-tree-mobile/src/dept-result.vue2.js +4 -0
  118. package/es/directives/prevent-reclick.js +15 -0
  119. package/es/dynamic-source-select/index.js +7 -0
  120. package/es/dynamic-source-select/src/dynamic-source-select-service.js +32 -0
  121. package/es/dynamic-source-select/src/dynamic-source-select.vue.js +276 -0
  122. package/es/dynamic-source-select/src/dynamic-source-select.vue2.js +4 -0
  123. package/es/dynamic-source-select/src/dynamic-source-select.vue3.js +4 -0
  124. package/es/dynamic-source-select/src/events.js +29 -0
  125. package/es/empty-state/index.vue.js +9 -0
  126. package/es/empty-state/index.vue2.js +4 -0
  127. package/es/favicon.svg +29 -0
  128. package/es/fs-preview/index.js +7 -0
  129. package/es/fs-preview/src/fs-preview.vue.js +120 -0
  130. package/es/fs-preview/src/fs-preview.vue2.js +4 -0
  131. package/es/fs-upload/index.js +7 -0
  132. package/es/fs-upload/src/fs-upload-multi.vue.js +71 -0
  133. package/es/fs-upload/src/fs-upload-single.vue.js +73 -0
  134. package/es/fs-upload/src/fs-upload.vue.js +24 -0
  135. package/es/fs-upload/src/see-big-picture.vue.js +12 -0
  136. package/es/fs-upload-list/index.js +7 -0
  137. package/es/fs-upload-list/src/fs-upload-list.vue.js +98 -0
  138. package/es/fs-upload-list/src/fs-upload-list.vue2.js +4 -0
  139. package/es/fs-upload-new/index.js +7 -0
  140. package/es/fs-upload-new/src/file-upload-mobile/file-upload-app.vue.js +61 -0
  141. package/es/fs-upload-new/src/file-upload-mobile/file-upload-app.vue2.js +4 -0
  142. package/es/fs-upload-new/src/file-upload-mobile/file-upload-browser.vue.js +178 -0
  143. package/es/fs-upload-new/src/file-upload-mobile/file-upload-browser.vue2.js +4 -0
  144. package/es/fs-upload-new/src/file-upload-mobile/file-upload-component.vue.js +7 -0
  145. package/es/fs-upload-new/src/file-upload-mobile/file-upload-component.vue2.js +39 -0
  146. package/es/fs-upload-new/src/file-upload-mobile/file-upload-component.vue3.js +4 -0
  147. package/es/fs-upload-new/src/file-upload-mobile/file-upload-input.vue.js +45 -0
  148. package/es/fs-upload-new/src/file-upload-mobile/file-upload-input.vue2.js +4 -0
  149. package/es/fs-upload-new/src/file-upload-mobile/file-upload.vue.js +35 -0
  150. package/es/fs-upload-new/src/file-upload-mobile/file-upload.vue2.js +4 -0
  151. package/es/fs-upload-new/src/fs-button-upload.vue.js +7 -0
  152. package/es/fs-upload-new/src/fs-button-upload.vue2.js +62 -0
  153. package/es/fs-upload-new/src/fs-button-upload.vue3.js +4 -0
  154. package/es/fs-upload-new/src/fs-drag-upload.vue.js +7 -0
  155. package/es/fs-upload-new/src/fs-drag-upload.vue2.js +63 -0
  156. package/es/fs-upload-new/src/fs-drag-upload.vue3.js +4 -0
  157. package/es/fs-upload-new/src/fs-preview-new.vue.js +8 -0
  158. package/es/fs-upload-new/src/fs-preview-new.vue2.js +93 -0
  159. package/es/fs-upload-new/src/fs-preview-new.vue3.js +4 -0
  160. package/es/fs-upload-new/src/fs-preview-new.vue4.js +4 -0
  161. package/es/fs-upload-new/src/fs-upload-new.vue.js +64 -0
  162. package/es/fs-upload-new/src/fs-upload-new.vue2.js +4 -0
  163. package/es/hamburger/index.js +7 -0
  164. package/es/hamburger/src/hamburger.vue.js +15 -0
  165. package/es/hamburger/src/hamburger.vue2.js +4 -0
  166. package/es/index.js +383 -0
  167. package/es/json-view/json-view-dialog.vue.js +19 -0
  168. package/es/json-view/json-view-dialog.vue2.js +4 -0
  169. package/es/json-view/json-view.vue.js +4 -0
  170. package/es/json-view/json-view.vue2.js +36 -0
  171. package/es/multipart-upload/index.js +7 -0
  172. package/es/multipart-upload/src/index.vue.js +14 -0
  173. package/es/multipart-upload/src/multipart-upload-form.vue.js +82 -0
  174. package/es/multipart-upload/src/multipart-upload-list.vue.js +104 -0
  175. package/es/organization-input/index.js +7 -0
  176. package/es/organization-input/src/organization-input.vue.js +224 -0
  177. package/es/organization-input/src/organization-input.vue2.js +4 -0
  178. package/es/plugins/export-data-new.js +237 -0
  179. package/es/plugins/export-data.js +179 -0
  180. package/es/plugins/index.js +9 -0
  181. package/es/plugins/public-method.js +14 -0
  182. package/es/remove-department/index.js +7 -0
  183. package/es/remove-department/src/remove-department.vue.js +33 -0
  184. package/es/remove-department/src/remove-dept-service.js +13 -0
  185. package/es/remove-user/index.js +7 -0
  186. package/es/remove-user/src/remove-user-service.js +13 -0
  187. package/es/remove-user/src/remove-user.vue.js +35 -0
  188. package/es/remove-workgroup/index.js +7 -0
  189. package/es/remove-workgroup/src/remove-workgroup-service.js +13 -0
  190. package/es/remove-workgroup/src/remove-workgroup.vue.js +31 -0
  191. package/es/rich-editor/index.js +7 -0
  192. package/es/rich-editor/index.vue.js +115 -0
  193. package/es/rich-editor/tinymce/zh_CN.js +2 -0
  194. package/es/rich-editor/viewer.vue.js +27 -0
  195. package/es/row-form/index.js +7 -0
  196. package/es/row-form/index.vue.js +7 -0
  197. package/es/row-form/index.vue2.js +62 -0
  198. package/es/row-form/index.vue3.js +4 -0
  199. package/es/row-form/operation.vue.js +32 -0
  200. package/es/row-form/operation.vue2.js +4 -0
  201. package/es/scan-code-input/index.js +7 -0
  202. package/es/scan-code-input/src/events.js +15 -0
  203. package/es/scan-code-input/src/scan-code-input.vue.js +32 -0
  204. package/es/scan-code-input-browser/index.js +7 -0
  205. package/es/scan-code-input-browser/src/scan-code-input.vue.js +39 -0
  206. package/es/secret-info/index.js +7 -0
  207. package/es/secret-info/index.vue.js +16 -0
  208. package/es/src/api/sso-service.js +57 -0
  209. package/es/src/api/tab.js +15 -0
  210. package/es/src/assets/401/401.gif.js +4 -0
  211. package/es/src/assets/404/404-cloud.png.js +4 -0
  212. package/es/src/assets/404/404.png.js +4 -0
  213. package/es/src/assets/chat-embed/robot.gif.js +4 -0
  214. package/es/src/assets/chat-embed/robot.svg.js +4 -0
  215. package/es/src/assets/nonemessage.png.js +4 -0
  216. package/es/src/components/Affix/index.vue.js +7 -0
  217. package/es/src/components/Affix/index.vue2.js +83 -0
  218. package/es/src/components/Affix/index.vue3.js +4 -0
  219. package/es/src/components/Card/index.js +48 -0
  220. package/es/src/components/Scrollbar/index.vue.js +52 -0
  221. package/es/src/components/Scrollbar/index.vue2.js +4 -0
  222. package/es/src/directives/permission/index.js +7 -0
  223. package/es/src/directives/permission/permission.js +11 -0
  224. package/es/src/i18n/i18n.js +7 -0
  225. package/es/src/i18n/langs/cn.js +4 -0
  226. package/es/src/i18n/langs/en.js +4 -0
  227. package/es/src/mixins/resizeMixin.js +21 -0
  228. package/es/src/permission.js +79 -0
  229. package/es/src/router/index.js +9 -0
  230. package/es/src/store/getters.js +4 -0
  231. package/es/src/store/index.js +13 -0
  232. package/es/src/store/modules/app.js +41 -0
  233. package/es/src/store/modules/chat-ai-store.js +36 -0
  234. package/es/src/store/modules/permission.js +31 -0
  235. package/es/src/store/modules/system.js +12 -0
  236. package/es/src/store/modules/tab-content.js +20 -0
  237. package/es/src/store/modules/table.js +18 -0
  238. package/es/src/store/modules/user.js +139 -0
  239. package/es/src/utils/auth-api.js +134 -0
  240. package/es/src/utils/auth.js +156 -0
  241. package/es/src/utils/calculator/calculator-factory-wf.js +167 -0
  242. package/es/src/utils/calculator/calculator-factory.js +93 -0
  243. package/es/src/utils/calculator/calculator-util.js +56 -0
  244. package/es/src/utils/chat-ai-util.js +34 -0
  245. package/es/src/utils/common-util.js +440 -0
  246. package/es/src/utils/eventBus.js +6 -0
  247. package/es/src/utils/file-util.js +23 -0
  248. package/es/src/utils/global-prop.js +38 -0
  249. package/es/src/utils/guid.js +10 -0
  250. package/es/src/utils/i18n-util.js +70 -0
  251. package/es/src/utils/iconUtils.js +26 -0
  252. package/es/src/utils/index.js +46 -0
  253. package/es/src/utils/insert_css.js +17 -0
  254. package/es/src/utils/json-util.js +47 -0
  255. package/es/src/utils/jump-page-utils.js +264 -0
  256. package/es/src/utils/local-storage.js +19 -0
  257. package/es/src/utils/menu.js +14 -0
  258. package/es/src/utils/permission.js +45 -0
  259. package/es/src/utils/permissionAuth.js +154 -0
  260. package/es/src/utils/range-selector.js +105 -0
  261. package/es/src/utils/request.js +140 -0
  262. package/es/src/utils/resize.js +11 -0
  263. package/es/src/utils/restful-interface-utils.js +18 -0
  264. package/es/src/utils/util.js +361 -0
  265. package/es/src/utils/validate.js +22 -0
  266. package/es/src/utils/voice-setting-cache.js +212 -0
  267. package/es/src/utils/watermark-cache.js +15 -0
  268. package/es/src/utils/watermark.js +40 -0
  269. package/es/src/utils/workflow-util.js +42 -0
  270. package/es/src/views/dsc-component/Sidebar/Item.vue.js +7 -0
  271. package/es/src/views/dsc-component/Sidebar/Item.vue2.js +12 -0
  272. package/es/src/views/dsc-component/Sidebar/Item.vue3.js +4 -0
  273. package/es/src/views/dsc-component/Sidebar/Link.vue.js +14 -0
  274. package/es/src/views/dsc-component/Sidebar/SidebarItem.vue.js +53 -0
  275. package/es/src/views/dsc-component/Sidebar/SidebarItem.vue2.js +4 -0
  276. package/es/src/views/dsc-component/Sidebar/index.vue.js +111 -0
  277. package/es/src/views/dsc-component/tabs/tab-content.vue.js +66 -0
  278. package/es/src/views/dsc-component/tabs/tab-content.vue2.js +4 -0
  279. package/es/src/views/dsc-component/tabs/tab-content.vue3.js +4 -0
  280. package/es/src/views/error-page/401.vue.js +15 -0
  281. package/es/src/views/error-page/401.vue2.js +4 -0
  282. package/es/src/views/error-page/404.vue.js +12 -0
  283. package/es/src/views/error-page/404.vue2.js +4 -0
  284. package/es/src/views/layout/EmptyLayout.vue.js +9 -0
  285. package/es/src/views/layout/Layout.vue.js +28 -0
  286. package/es/src/views/layout/Layout.vue2.js +4 -0
  287. package/es/src/views/layout/NewLayout.vue.js +11 -0
  288. package/es/src/views/layout/components/AppMain.vue.js +13 -0
  289. package/es/src/views/layout/components/AppMain.vue2.js +4 -0
  290. package/es/src/views/layout/components/Breadcrumb/index.vue.js +49 -0
  291. package/es/src/views/layout/components/Breadcrumb/index.vue2.js +4 -0
  292. package/es/src/views/layout/components/Menubar/Item.vue.js +7 -0
  293. package/es/src/views/layout/components/Menubar/Item.vue2.js +15 -0
  294. package/es/src/views/layout/components/Menubar/Item.vue3.js +4 -0
  295. package/es/src/views/layout/components/Menubar/Link.vue.js +14 -0
  296. package/es/src/views/layout/components/Menubar/SidebarItem.vue.js +56 -0
  297. package/es/src/views/layout/components/Menubar/SidebarItem.vue2.js +4 -0
  298. package/es/src/views/layout/components/Menubar/index.vue.js +90 -0
  299. package/es/src/views/layout/components/Sidebar/Item.vue.js +9 -0
  300. package/es/src/views/layout/components/Sidebar/Item.vue2.js +4 -0
  301. package/es/src/views/layout/components/Sidebar/Link.vue.js +12 -0
  302. package/es/src/views/layout/components/Sidebar/SidebarItem.vue.js +22 -0
  303. package/es/src/views/layout/components/Sidebar/SidebarItem.vue2.js +4 -0
  304. package/es/src/views/layout/components/Sidebar/index.vue.js +58 -0
  305. package/es/src/views/layout/components/iframe-page.vue.js +14 -0
  306. package/es/src/views/layout/components/iframe-page.vue2.js +4 -0
  307. package/es/src/views/layout/components/tabs/tab-content.vue.js +64 -0
  308. package/es/src/views/layout/components/tabs/tab-content.vue2.js +4 -0
  309. package/es/src/views/layout/components/tabs/tab-content.vue3.js +4 -0
  310. package/es/src/views/layout/mixin/ResizeHandler.js +16 -0
  311. package/es/src/views/layout/tab-content-iframe-index.vue.js +14 -0
  312. package/es/src/views/layout/tab-content-iframe-index.vue2.js +4 -0
  313. package/es/src/views/layout/tab-content-index.vue.js +28 -0
  314. package/es/src/views/layout/tab-content-index.vue2.js +4 -0
  315. package/es/src/views/login/authredirect.vue.js +7 -0
  316. package/es/src/views/redirect/index.vue.js +8 -0
  317. package/es/src/views/svg-icon/src/svg-icon.vue.js +4 -0
  318. package/es/src/views/wf-history/tache-subprocess-history.vue.js +14 -0
  319. package/es/src/views/wf-history/tache-subprocess-history.vue2.js +4 -0
  320. package/es/style.css +3077 -0
  321. package/es/super-grid/index.js +7 -0
  322. package/es/super-grid/src/apis.js +458 -0
  323. package/es/super-grid/src/columns-config.vue.js +82 -0
  324. package/es/super-grid/src/components/grid-icon.vue.js +47 -0
  325. package/es/super-grid/src/components/grid-radio-input.vue.js +25 -0
  326. package/es/super-grid/src/components/grid-radio-input.vue2.js +4 -0
  327. package/es/super-grid/src/components/mobile-table-card.js +109 -0
  328. package/es/super-grid/src/components/select-input.vue.js +149 -0
  329. package/es/super-grid/src/components/select-input.vue2.js +4 -0
  330. package/es/super-grid/src/custom-formatter.js +168 -0
  331. package/es/super-grid/src/dynamic-input.vue.js +482 -0
  332. package/es/super-grid/src/eventBus.js +6 -0
  333. package/es/super-grid/src/events.js +37 -0
  334. package/es/super-grid/src/formValidatorUtil.js +109 -0
  335. package/es/super-grid/src/formatter.js +74 -0
  336. package/es/super-grid/src/group-column.vue.js +24 -0
  337. package/es/super-grid/src/header-context-menu.vue.js +15 -0
  338. package/es/super-grid/src/header-context-menu.vue2.js +4 -0
  339. package/es/super-grid/src/index-column.vue.js +22 -0
  340. package/es/super-grid/src/normal-column-content.vue.js +319 -0
  341. package/es/super-grid/src/normal-column-content.vue2.js +4 -0
  342. package/es/super-grid/src/normal-column.vue.js +106 -0
  343. package/es/super-grid/src/normal-column.vue2.js +4 -0
  344. package/es/super-grid/src/public-methods.js +22 -0
  345. package/es/super-grid/src/row-detail.vue.js +14 -0
  346. package/es/super-grid/src/row-operation.vue.js +89 -0
  347. package/es/super-grid/src/row-operation.vue2.js +4 -0
  348. package/es/super-grid/src/scan-util.js +100 -0
  349. package/es/super-grid/src/search-button.vue.js +23 -0
  350. package/es/super-grid/src/search-condition-input.vue.js +17 -0
  351. package/es/super-grid/src/search-condition-list.vue.js +20 -0
  352. package/es/super-grid/src/search-form-advancedQuery.vue.js +116 -0
  353. package/es/super-grid/src/search-form-advancedQuery.vue2.js +4 -0
  354. package/es/super-grid/src/search-form-dialog.vue.js +16 -0
  355. package/es/super-grid/src/search-form-item.vue.js +128 -0
  356. package/es/super-grid/src/search-form-item.vue2.js +4 -0
  357. package/es/super-grid/src/search-form-mobile.vue.js +41 -0
  358. package/es/super-grid/src/search-form-mobile.vue2.js +4 -0
  359. package/es/super-grid/src/search-form-number.vue.js +26 -0
  360. package/es/super-grid/src/search-form-open.vue.js +50 -0
  361. package/es/super-grid/src/search-form-ordinarySearch.vue.js +39 -0
  362. package/es/super-grid/src/search-form-ordinarySearch.vue2.js +4 -0
  363. package/es/super-grid/src/search-form.vue.js +201 -0
  364. package/es/super-grid/src/search-form.vue2.js +4 -0
  365. package/es/super-grid/src/search-methods.js +164 -0
  366. package/es/super-grid/src/selection-column.vue.js +11 -0
  367. package/es/super-grid/src/store.js +4 -0
  368. package/es/super-grid/src/super-grid-service.js +260 -0
  369. package/es/super-grid/src/super-grid.vue.js +1052 -0
  370. package/es/super-grid/src/super-grid.vue2.js +4 -0
  371. package/es/super-grid/src/utils.js +355 -0
  372. package/es/super-grid/src/view-image-dialog.vue.js +67 -0
  373. package/es/super-icon/index.js +7 -0
  374. package/es/super-icon/src/index.vue.js +7 -0
  375. package/es/super-icon/src/index.vue2.js +13 -0
  376. package/es/super-icon/src/index.vue3.js +4 -0
  377. package/es/super-nine-grid/index.js +7 -0
  378. package/es/super-nine-grid/src/apis.js +36 -0
  379. package/es/super-nine-grid/src/custom-formatter.js +35 -0
  380. package/es/super-nine-grid/src/formatter.js +37 -0
  381. package/es/super-nine-grid/src/search-form-number.vue.js +13 -0
  382. package/es/super-nine-grid/src/search-form.vue.js +91 -0
  383. package/es/super-nine-grid/src/search-form.vue2.js +4 -0
  384. package/es/super-nine-grid/src/search-methods.js +48 -0
  385. package/es/super-nine-grid/src/store.js +4 -0
  386. package/es/super-nine-grid/src/super-grid-service.js +39 -0
  387. package/es/super-nine-grid/src/super-nine-grid.vue.js +225 -0
  388. package/es/super-nine-grid/src/super-nine-grid.vue2.js +4 -0
  389. package/es/super-nine-grid/src/utils.js +32 -0
  390. package/es/svg-icon/index.js +7 -0
  391. package/es/svg-icon/src/svg-icon.vue.js +14 -0
  392. package/es/svg-icon/src/svg-icon.vue2.js +4 -0
  393. package/es/utils/gogocodeTransfer.js +33 -0
  394. package/es/utils/memory-cache-utils.js +30 -0
  395. package/es/utils/organization.js +57 -0
  396. package/es/utils/utils.js +87 -0
  397. package/es/utils/value-set.js +94 -0
  398. package/es/valid-code/index.js +7 -0
  399. package/es/valid-code/src/valid-code.vue.js +23 -0
  400. package/es/valid-code/src/valid-code.vue2.js +4 -0
  401. package/es/workflow-button/index.js +7 -0
  402. package/es/workflow-button/src/workflow-button.vue.js +85 -0
  403. package/es/workflow-history-list/index.js +7 -0
  404. package/es/workflow-history-list/src/api.js +6 -0
  405. package/es/workflow-history-list/src/workflow-history-list.vue.js +89 -0
  406. package/es/workflow-history-list/src/workflow-history-list.vue2.js +4 -0
  407. package/es/workgroup-tree/index.js +7 -0
  408. package/es/workgroup-tree/src/workgroup-tree.vue.js +23 -0
  409. package/es/workgroup-tree-inline/index.js +7 -0
  410. package/es/workgroup-tree-inline/src/search-result.vue.js +39 -0
  411. package/es/workgroup-tree-inline/src/search-result.vue2.js +4 -0
  412. package/es/workgroup-tree-inline/src/workgroup-tree-inline.vue.js +128 -0
  413. package/es/workgroup-tree-inline/src/workgroup-tree-inline.vue2.js +4 -0
  414. package/es/workgroup-tree-inline/src/workgroup-tree-service.js +35 -0
  415. package/es/workgroup-tree-mobile/index.js +8 -0
  416. package/es/workgroup-tree-mobile/src/dept-result.vue.js +16 -0
  417. package/es/workgroup-tree-mobile/src/dept-result.vue2.js +4 -0
  418. package/es/workgroup-tree-mobile/src/workgroup-tree-app.vue.js +15 -0
  419. package/es/workgroup-tree-mobile/src/workgroup-tree-app.vue2.js +4 -0
  420. package/es/workgroup-tree-mobile/src/workgroup-tree-app.vue3.js +5 -0
  421. package/es/workgroup-tree-mobile/src/workgroup-tree-inline-app.vue.js +109 -0
  422. package/es/workgroup-tree-mobile/src/workgroup-tree-inline-app.vue2.js +4 -0
  423. package/es/workgroup-tree-mobile/src/workgroup-tree-service.js +33 -0
  424. package/es/workgroup-user-tree/index.js +7 -0
  425. package/es/workgroup-user-tree/src/workgroup-user-tree.vue.js +23 -0
  426. package/es/workgroup-user-tree-inline/index.js +7 -0
  427. package/es/workgroup-user-tree-inline/src/search-result.vue.js +39 -0
  428. package/es/workgroup-user-tree-inline/src/search-result.vue2.js +4 -0
  429. package/es/workgroup-user-tree-inline/src/workgroup-tree-inline-service.js +73 -0
  430. package/es/workgroup-user-tree-inline/src/workgroup-user-tree-inline.vue.js +172 -0
  431. package/es/workgroup-user-tree-inline/src/workgroup-user-tree-inline.vue2.js +4 -0
  432. package/es/workgroup-user-tree-mobile/src/dept-path.vue.js +14 -0
  433. package/es/workgroup-user-tree-mobile/src/dept-path.vue2.js +4 -0
  434. package/es/workgroup-user-tree-mobile/src/dept-result.vue.js +17 -0
  435. package/es/workgroup-user-tree-mobile/src/dept-result.vue2.js +4 -0
  436. package/es/workgroup-user-tree-mobile/src/workgroup-user-tree-app.vue.js +15 -0
  437. package/es/workgroup-user-tree-mobile/src/workgroup-user-tree-app.vue2.js +4 -0
  438. package/es/workgroup-user-tree-mobile/src/workgroup-user-tree-app.vue3.js +5 -0
  439. package/es/workgroup-user-tree-mobile/src/workgroup-user-tree-inline-app.vue.js +135 -0
  440. package/es/workgroup-user-tree-mobile/src/workgroup-user-tree-inline-app.vue2.js +4 -0
  441. package/es/workgroup-user-tree-mobile/src/workgroup-user-tree-service.js +29 -0
  442. package/es/year-range-picker/index.js +7 -0
  443. package/es/year-range-picker/src/year-range-picker.vue.js +14 -0
  444. package/lib/IntervalSelection/index.js +5 -7
  445. package/lib/IntervalSelection/src/sectionDate.vue.js +17 -21
  446. package/lib/IntervalSelection/src/sectionDate.vue2.js +2 -4
  447. package/lib/_virtual/__vite-browser-external.js +2 -4
  448. package/lib/_virtual/_plugin-vue_export-helper.js +6 -8
  449. package/lib/breadcrumb/index.js +3 -5
  450. package/lib/breadcrumb/src/breadcrumb.vue.js +28 -19
  451. package/lib/breadcrumb/src/breadcrumb.vue2.js +2 -4
  452. package/lib/chat-embed/index.js +3 -5
  453. package/lib/chat-embed/src/chat-addition-data.vue.js +5 -7
  454. package/lib/chat-embed/src/chat-addition-data.vue2.js +11 -13
  455. package/lib/chat-embed/src/chat-addition-data.vue3.js +2 -4
  456. package/lib/chat-embed/src/chat-ai-answer-tip.vue.js +5 -7
  457. package/lib/chat-embed/src/chat-ai-answer-tip.vue2.js +17 -20
  458. package/lib/chat-embed/src/chat-ai-answer-tip.vue3.js +2 -4
  459. package/lib/chat-embed/src/chat-bubble-footer.vue.js +5 -7
  460. package/lib/chat-embed/src/chat-bubble-footer.vue2.js +17 -22
  461. package/lib/chat-embed/src/chat-bubble-footer.vue3.js +2 -4
  462. package/lib/chat-embed/src/chat-embed-message.js +14 -20
  463. package/lib/chat-embed/src/chat-sender.vue.js +5 -7
  464. package/lib/chat-embed/src/chat-sender.vue2.js +110 -123
  465. package/lib/chat-embed/src/chat-sender.vue3.js +2 -4
  466. package/lib/chat-embed/src/components/answer-auto-chart.vue.js +5 -7
  467. package/lib/chat-embed/src/components/answer-auto-chart.vue2.js +42 -50
  468. package/lib/chat-embed/src/components/answer-auto-chart.vue3.js +2 -4
  469. package/lib/chat-embed/src/components/answer-home-chart.vue.js +5 -7
  470. package/lib/chat-embed/src/components/answer-home-chart.vue2.js +3 -6
  471. package/lib/chat-embed/src/components/answer-home-chart.vue3.js +2 -4
  472. package/lib/chat-embed/src/components/answer-interaction-data.vue.js +5 -7
  473. package/lib/chat-embed/src/components/answer-interaction-data.vue2.js +74 -84
  474. package/lib/chat-embed/src/components/answer-interaction-data.vue3.js +2 -4
  475. package/lib/chat-embed/src/components/history-detail.vue.js +5 -7
  476. package/lib/chat-embed/src/components/history-detail.vue2.js +27 -32
  477. package/lib/chat-embed/src/components/history-detail.vue3.js +2 -4
  478. package/lib/chat-embed/src/header.vue.js +5 -7
  479. package/lib/chat-embed/src/header.vue2.js +25 -32
  480. package/lib/chat-embed/src/header.vue3.js +2 -4
  481. package/lib/chat-embed/src/index.vue.js +5 -7
  482. package/lib/chat-embed/src/index.vue2.js +185 -211
  483. package/lib/chat-embed/src/index.vue3.js +2 -4
  484. package/lib/chat-embed/src/recommendation-message.vue.js +5 -7
  485. package/lib/chat-embed/src/recommendation-message.vue2.js +5 -8
  486. package/lib/chat-embed/src/recommendation-message.vue3.js +2 -4
  487. package/lib/chat-embed/src/sidebar-item.vue.js +5 -7
  488. package/lib/chat-embed/src/sidebar-item.vue2.js +84 -93
  489. package/lib/chat-embed/src/sidebar-item.vue3.js +2 -4
  490. package/lib/chat-embed/src/type.js +3 -5
  491. package/lib/chat-embed/src/util/chat-embed-util.js +35 -41
  492. package/lib/chat-embed/src/util/history-message-util.js +63 -85
  493. package/lib/chat-embed/src/util/mcp-utils.js +5 -8
  494. package/lib/chat-embed/src/util/text-file-util.js +7 -11
  495. package/lib/chat-embed/src/voice/index.js +5 -7
  496. package/lib/chat-embed/src/voice/js/crypto-js.js +987 -995
  497. package/lib/chat-embed/src/voice/js/processor/index.umd.js +161 -169
  498. package/lib/chat-embed/src/voice/js/timer.js +7 -10
  499. package/lib/chat-embed/src/voice/voice.vue.js +61 -70
  500. package/lib/date-picker-range/index.js +5 -7
  501. package/lib/date-picker-range/index.vue.js +5 -7
  502. package/lib/date-picker-range/index.vue2.js +59 -63
  503. package/lib/date-picker-range/index.vue3.js +2 -4
  504. package/lib/department-tree/index.js +3 -5
  505. package/lib/department-tree/src/department-tree.vue.js +11 -17
  506. package/lib/department-tree-inline/index.js +3 -5
  507. package/lib/department-tree-inline/src/department-multi-tree-inline.vue.js +17 -27
  508. package/lib/department-tree-inline/src/department-multi-tree-inline.vue2.js +2 -4
  509. package/lib/department-tree-inline/src/department-single-tree-inline.vue.js +17 -27
  510. package/lib/department-tree-inline/src/department-single-tree-inline.vue2.js +2 -4
  511. package/lib/department-tree-inline/src/department-tree-inline.vue.js +8 -13
  512. package/lib/department-tree-inline/src/department-tree-service.js +8 -10
  513. package/lib/department-tree-inline/src/search-result.vue.js +19 -23
  514. package/lib/department-tree-inline/src/search-result.vue2.js +2 -4
  515. package/lib/department-tree-mobile/index.js +4 -7
  516. package/lib/department-tree-mobile/src/department-tree-app.vue.js +9 -12
  517. package/lib/department-tree-mobile/src/department-tree-app.vue2.js +2 -4
  518. package/lib/department-tree-mobile/src/department-tree-app.vue3.js +3 -5
  519. package/lib/department-tree-mobile/src/department-tree-inline-app.vue.js +80 -91
  520. package/lib/department-tree-mobile/src/department-tree-inline-app.vue2.js +3 -4
  521. package/lib/department-tree-mobile/src/department-tree-service.js +32 -42
  522. package/lib/department-tree-mobile/src/dept-path.vue.js +10 -11
  523. package/lib/department-tree-mobile/src/dept-path.vue2.js +3 -4
  524. package/lib/department-tree-mobile/src/dept-result.vue.js +11 -14
  525. package/lib/department-tree-mobile/src/dept-result.vue2.js +3 -4
  526. package/lib/department-user-tree/index.js +3 -5
  527. package/lib/department-user-tree/src/department-user-multiple-tree.vue.js +10 -14
  528. package/lib/department-user-tree/src/department-user-multiple-tree.vue2.js +2 -4
  529. package/lib/department-user-tree/src/department-user-single-tree.vue.js +9 -14
  530. package/lib/department-user-tree/src/department-user-tree.vue.js +14 -20
  531. package/lib/department-user-tree-inline/index.js +3 -5
  532. package/lib/department-user-tree-inline/src/department-user-multiple-tree-inline.vue.js +17 -28
  533. package/lib/department-user-tree-inline/src/department-user-multiple-tree-inline.vue2.js +2 -4
  534. package/lib/department-user-tree-inline/src/department-user-single-tree-inline.vue.js +21 -33
  535. package/lib/department-user-tree-inline/src/department-user-single-tree-inline.vue2.js +2 -4
  536. package/lib/department-user-tree-inline/src/department-user-tree-inline.vue.js +8 -13
  537. package/lib/department-user-tree-inline/src/department-user-tree-multi-service.js +6 -9
  538. package/lib/department-user-tree-inline/src/department-user-tree-single-service.js +8 -11
  539. package/lib/department-user-tree-inline/src/group-user/group-input.vue.js +7 -12
  540. package/lib/department-user-tree-inline/src/group-user/group-list.vue.js +7 -12
  541. package/lib/department-user-tree-inline/src/group-user/group-user.vue.js +8 -14
  542. package/lib/department-user-tree-inline/src/group-user-multiple-tree.vue.js +14 -20
  543. package/lib/department-user-tree-inline/src/group-user-single-tree.vue.js +17 -23
  544. package/lib/department-user-tree-inline/src/group-user-tree-service.js +2 -3
  545. package/lib/department-user-tree-inline/src/search-result.vue.js +12 -15
  546. package/lib/department-user-tree-inline/src/search-result.vue2.js +2 -4
  547. package/lib/department-user-tree-mobile/index.js +4 -7
  548. package/lib/department-user-tree-mobile/src/department-user-tree-app.vue.js +9 -12
  549. package/lib/department-user-tree-mobile/src/department-user-tree-app.vue2.js +2 -4
  550. package/lib/department-user-tree-mobile/src/department-user-tree-app.vue3.js +3 -5
  551. package/lib/department-user-tree-mobile/src/department-user-tree-inline-app.vue.js +93 -104
  552. package/lib/department-user-tree-mobile/src/department-user-tree-inline-app.vue2.js +3 -4
  553. package/lib/department-user-tree-mobile/src/department-user-tree-service.js +20 -30
  554. package/lib/department-user-tree-mobile/src/dept-path.vue.js +10 -11
  555. package/lib/department-user-tree-mobile/src/dept-path.vue2.js +3 -4
  556. package/lib/department-user-tree-mobile/src/dept-result.vue.js +11 -15
  557. package/lib/department-user-tree-mobile/src/dept-result.vue2.js +3 -4
  558. package/lib/directives/prevent-reclick.js +2 -3
  559. package/lib/dynamic-source-select/index.js +5 -7
  560. package/lib/dynamic-source-select/src/dynamic-source-select-service.js +13 -15
  561. package/lib/dynamic-source-select/src/dynamic-source-select.vue.js +173 -183
  562. package/lib/dynamic-source-select/src/dynamic-source-select.vue2.js +2 -4
  563. package/lib/dynamic-source-select/src/dynamic-source-select.vue3.js +2 -4
  564. package/lib/dynamic-source-select/src/events.js +2 -3
  565. package/lib/empty-state/index.vue.js +5 -8
  566. package/lib/empty-state/index.vue2.js +3 -4
  567. package/lib/fs-preview/index.js +5 -7
  568. package/lib/fs-preview/src/fs-preview.vue.js +63 -72
  569. package/lib/fs-preview/src/fs-preview.vue2.js +2 -4
  570. package/lib/fs-upload/index.js +5 -7
  571. package/lib/fs-upload/src/fs-upload-multi.vue.js +24 -32
  572. package/lib/fs-upload/src/fs-upload-single.vue.js +30 -39
  573. package/lib/fs-upload/src/fs-upload.vue.js +10 -16
  574. package/lib/fs-upload/src/see-big-picture.vue.js +8 -11
  575. package/lib/fs-upload-list/index.js +5 -7
  576. package/lib/fs-upload-list/src/fs-upload-list.vue.js +33 -40
  577. package/lib/fs-upload-list/src/fs-upload-list.vue2.js +2 -4
  578. package/lib/fs-upload-new/index.js +5 -7
  579. package/lib/fs-upload-new/src/file-upload-mobile/file-upload-app.vue.js +34 -38
  580. package/lib/fs-upload-new/src/file-upload-mobile/file-upload-app.vue2.js +3 -4
  581. package/lib/fs-upload-new/src/file-upload-mobile/file-upload-browser.vue.js +101 -109
  582. package/lib/fs-upload-new/src/file-upload-mobile/file-upload-browser.vue2.js +3 -4
  583. package/lib/fs-upload-new/src/file-upload-mobile/file-upload-component.vue.js +5 -7
  584. package/lib/fs-upload-new/src/file-upload-mobile/file-upload-component.vue2.js +26 -33
  585. package/lib/fs-upload-new/src/file-upload-mobile/file-upload-component.vue3.js +2 -4
  586. package/lib/fs-upload-new/src/file-upload-mobile/file-upload-input.vue.js +27 -31
  587. package/lib/fs-upload-new/src/file-upload-mobile/file-upload-input.vue2.js +3 -4
  588. package/lib/fs-upload-new/src/file-upload-mobile/file-upload.vue.js +18 -24
  589. package/lib/fs-upload-new/src/file-upload-mobile/file-upload.vue2.js +3 -4
  590. package/lib/fs-upload-new/src/fs-button-upload.vue.js +5 -7
  591. package/lib/fs-upload-new/src/fs-button-upload.vue2.js +36 -43
  592. package/lib/fs-upload-new/src/fs-button-upload.vue3.js +2 -4
  593. package/lib/fs-upload-new/src/fs-drag-upload.vue.js +5 -7
  594. package/lib/fs-upload-new/src/fs-drag-upload.vue2.js +37 -45
  595. package/lib/fs-upload-new/src/fs-drag-upload.vue3.js +2 -4
  596. package/lib/fs-upload-new/src/fs-preview-new.vue.js +5 -8
  597. package/lib/fs-upload-new/src/fs-preview-new.vue2.js +61 -70
  598. package/lib/fs-upload-new/src/fs-preview-new.vue3.js +2 -4
  599. package/lib/fs-upload-new/src/fs-preview-new.vue4.js +2 -4
  600. package/lib/fs-upload-new/src/fs-upload-new.vue.js +37 -47
  601. package/lib/fs-upload-new/src/fs-upload-new.vue2.js +3 -4
  602. package/lib/hamburger/index.js +3 -5
  603. package/lib/hamburger/src/hamburger.vue.js +10 -14
  604. package/lib/hamburger/src/hamburger.vue2.js +2 -4
  605. package/lib/index.js +40 -380
  606. package/lib/json-view/json-view-dialog.vue.js +12 -15
  607. package/lib/json-view/json-view-dialog.vue2.js +3 -4
  608. package/lib/json-view/json-view.vue.js +3 -4
  609. package/lib/json-view/json-view.vue2.js +27 -31
  610. package/lib/multipart-upload/index.js +5 -7
  611. package/lib/multipart-upload/src/index.vue.js +7 -11
  612. package/lib/multipart-upload/src/multipart-upload-form.vue.js +40 -49
  613. package/lib/multipart-upload/src/multipart-upload-list.vue.js +59 -67
  614. package/lib/organization-input/index.js +5 -7
  615. package/lib/organization-input/src/organization-input.vue.js +31 -37
  616. package/lib/organization-input/src/organization-input.vue2.js +2 -4
  617. package/lib/plugins/export-data-new.js +96 -104
  618. package/lib/plugins/export-data.js +45 -51
  619. package/lib/plugins/index.js +4 -8
  620. package/lib/plugins/public-method.js +2 -3
  621. package/lib/remove-department/index.js +3 -5
  622. package/lib/remove-department/src/remove-department.vue.js +13 -19
  623. package/lib/remove-department/src/remove-dept-service.js +9 -10
  624. package/lib/remove-user/index.js +5 -7
  625. package/lib/remove-user/src/remove-user-service.js +3 -4
  626. package/lib/remove-user/src/remove-user.vue.js +16 -22
  627. package/lib/remove-workgroup/index.js +5 -7
  628. package/lib/remove-workgroup/src/remove-workgroup-service.js +3 -4
  629. package/lib/remove-workgroup/src/remove-workgroup.vue.js +12 -18
  630. package/lib/rich-editor/index.js +5 -7
  631. package/lib/rich-editor/index.vue.js +28 -76
  632. package/lib/rich-editor/tinymce/zh_CN.js +2 -2
  633. package/lib/rich-editor/viewer.vue.js +7 -10
  634. package/lib/row-form/index.js +5 -7
  635. package/lib/row-form/index.vue.js +5 -7
  636. package/lib/row-form/index.vue2.js +41 -47
  637. package/lib/row-form/index.vue3.js +2 -4
  638. package/lib/row-form/operation.vue.js +22 -26
  639. package/lib/row-form/operation.vue2.js +3 -4
  640. package/lib/scan-code-input/index.js +5 -7
  641. package/lib/scan-code-input/src/events.js +11 -13
  642. package/lib/scan-code-input/src/scan-code-input.vue.js +9 -15
  643. package/lib/scan-code-input-browser/index.js +5 -7
  644. package/lib/scan-code-input-browser/src/scan-code-input.vue.js +16 -21
  645. package/lib/secret-info/index.js +5 -7
  646. package/lib/secret-info/index.vue.js +6 -9
  647. package/lib/src/api/sso-service.js +34 -36
  648. package/lib/src/api/tab.js +8 -9
  649. package/lib/src/assets/401/401.gif.js +2 -4
  650. package/lib/src/assets/404/404-cloud.png.js +2 -4
  651. package/lib/src/assets/404/404.png.js +2 -4
  652. package/lib/src/assets/chat-embed/robot.gif.js +2 -4
  653. package/lib/src/assets/chat-embed/robot.svg.js +2 -4
  654. package/lib/src/assets/nonemessage.png.js +2 -4
  655. package/lib/src/components/Affix/index.vue.js +5 -7
  656. package/lib/src/components/Affix/index.vue2.js +56 -58
  657. package/lib/src/components/Affix/index.vue3.js +2 -4
  658. package/lib/src/components/Card/index.js +33 -38
  659. package/lib/src/components/Scrollbar/index.vue.js +33 -37
  660. package/lib/src/components/Scrollbar/index.vue2.js +2 -4
  661. package/lib/src/directives/permission/index.js +3 -5
  662. package/lib/src/directives/permission/permission.js +7 -9
  663. package/lib/src/i18n/i18n.js +3 -7
  664. package/lib/src/i18n/langs/cn.js +2 -4
  665. package/lib/src/i18n/langs/en.js +2 -4
  666. package/lib/src/mixins/resizeMixin.js +2 -3
  667. package/lib/src/permission.js +43 -46
  668. package/lib/src/router/index.js +16 -9
  669. package/lib/src/store/getters.js +2 -4
  670. package/lib/src/store/index.js +16 -13
  671. package/lib/src/store/modules/app.js +3 -4
  672. package/lib/src/store/modules/chat-ai-store.js +19 -22
  673. package/lib/src/store/modules/permission.js +10 -11
  674. package/lib/src/store/modules/system.js +7 -9
  675. package/lib/src/store/modules/tab-content.js +13 -15
  676. package/lib/src/store/modules/table.js +2 -3
  677. package/lib/src/store/modules/user.js +89 -95
  678. package/lib/src/utils/auth-api.js +3 -5
  679. package/lib/src/utils/auth.js +69 -139
  680. package/lib/src/utils/calculator/calculator-factory-wf.js +48 -49
  681. package/lib/src/utils/calculator/calculator-factory.js +57 -58
  682. package/lib/src/utils/calculator/calculator-util.js +29 -32
  683. package/lib/src/utils/chat-ai-util.js +17 -25
  684. package/lib/src/utils/common-util.js +271 -356
  685. package/lib/src/utils/eventBus.js +3 -6
  686. package/lib/src/utils/file-util.js +15 -16
  687. package/lib/src/utils/global-prop.js +21 -37
  688. package/lib/src/utils/guid.js +5 -8
  689. package/lib/src/utils/i18n-util.js +16 -24
  690. package/lib/src/utils/iconUtils.js +16 -23
  691. package/lib/src/utils/index.js +26 -40
  692. package/lib/src/utils/insert_css.js +8 -7
  693. package/lib/src/utils/json-util.js +25 -27
  694. package/lib/src/utils/jump-page-utils.js +172 -180
  695. package/lib/src/utils/local-storage.js +2 -3
  696. package/lib/src/utils/menu.js +10 -11
  697. package/lib/src/utils/permission.js +22 -26
  698. package/lib/src/utils/permissionAuth.js +102 -136
  699. package/lib/src/utils/range-selector.js +41 -45
  700. package/lib/src/utils/request.js +77 -86
  701. package/lib/src/utils/resize.js +5 -5
  702. package/lib/src/utils/restful-interface-utils.js +12 -15
  703. package/lib/src/utils/util.js +6 -26
  704. package/lib/src/utils/validate.js +10 -20
  705. package/lib/src/utils/voice-setting-cache.js +140 -153
  706. package/lib/src/utils/watermark-cache.js +9 -14
  707. package/lib/src/utils/watermark.js +23 -30
  708. package/lib/src/utils/workflow-util.js +25 -26
  709. package/lib/src/views/dsc-component/Sidebar/Item.vue.js +5 -7
  710. package/lib/src/views/dsc-component/Sidebar/Item.vue2.js +8 -11
  711. package/lib/src/views/dsc-component/Sidebar/Item.vue3.js +2 -4
  712. package/lib/src/views/dsc-component/Sidebar/Link.vue.js +9 -12
  713. package/lib/src/views/dsc-component/Sidebar/SidebarItem.vue.js +19 -26
  714. package/lib/src/views/dsc-component/Sidebar/SidebarItem.vue2.js +2 -4
  715. package/lib/src/views/dsc-component/Sidebar/index.vue.js +13 -22
  716. package/lib/src/views/dsc-component/tabs/tab-content.vue.js +21 -26
  717. package/lib/src/views/dsc-component/tabs/tab-content.vue2.js +2 -4
  718. package/lib/src/views/dsc-component/tabs/tab-content.vue3.js +2 -4
  719. package/lib/src/views/error-page/401.vue.js +9 -13
  720. package/lib/src/views/error-page/401.vue2.js +2 -4
  721. package/lib/src/views/error-page/404.vue.js +7 -11
  722. package/lib/src/views/error-page/404.vue2.js +2 -4
  723. package/lib/src/views/layout/EmptyLayout.vue.js +6 -8
  724. package/lib/src/views/layout/Layout.vue.js +12 -19
  725. package/lib/src/views/layout/Layout.vue2.js +2 -4
  726. package/lib/src/views/layout/NewLayout.vue.js +6 -10
  727. package/lib/src/views/layout/components/AppMain.vue.js +9 -11
  728. package/lib/src/views/layout/components/AppMain.vue2.js +2 -4
  729. package/lib/src/views/layout/components/Breadcrumb/index.vue.js +44 -37
  730. package/lib/src/views/layout/components/Breadcrumb/index.vue2.js +2 -4
  731. package/lib/src/views/layout/components/Menubar/Item.vue.js +5 -7
  732. package/lib/src/views/layout/components/Menubar/Item.vue2.js +12 -14
  733. package/lib/src/views/layout/components/Menubar/Item.vue3.js +2 -4
  734. package/lib/src/views/layout/components/Menubar/Link.vue.js +9 -12
  735. package/lib/src/views/layout/components/Menubar/SidebarItem.vue.js +15 -24
  736. package/lib/src/views/layout/components/Menubar/SidebarItem.vue2.js +2 -4
  737. package/lib/src/views/layout/components/Menubar/index.vue.js +19 -30
  738. package/lib/src/views/layout/components/Sidebar/Item.vue.js +6 -8
  739. package/lib/src/views/layout/components/Sidebar/Item.vue2.js +3 -4
  740. package/lib/src/views/layout/components/Sidebar/Link.vue.js +8 -11
  741. package/lib/src/views/layout/components/Sidebar/SidebarItem.vue.js +11 -17
  742. package/lib/src/views/layout/components/Sidebar/SidebarItem.vue2.js +2 -4
  743. package/lib/src/views/layout/components/Sidebar/index.vue.js +18 -25
  744. package/lib/src/views/layout/components/iframe-page.vue.js +8 -10
  745. package/lib/src/views/layout/components/iframe-page.vue2.js +2 -4
  746. package/lib/src/views/layout/components/tabs/tab-content.vue.js +10 -14
  747. package/lib/src/views/layout/components/tabs/tab-content.vue2.js +2 -4
  748. package/lib/src/views/layout/components/tabs/tab-content.vue3.js +2 -4
  749. package/lib/src/views/layout/mixin/ResizeHandler.js +3 -5
  750. package/lib/src/views/layout/tab-content-iframe-index.vue.js +8 -10
  751. package/lib/src/views/layout/tab-content-iframe-index.vue2.js +2 -4
  752. package/lib/src/views/layout/tab-content-index.vue.js +12 -18
  753. package/lib/src/views/layout/tab-content-index.vue2.js +2 -4
  754. package/lib/src/views/login/authredirect.vue.js +2 -3
  755. package/lib/src/views/redirect/index.vue.js +17 -8
  756. package/lib/src/views/svg-icon/src/svg-icon.vue.js +2 -4
  757. package/lib/src/views/wf-history/tache-subprocess-history.vue.js +11 -13
  758. package/lib/src/views/wf-history/tache-subprocess-history.vue2.js +2 -4
  759. package/lib/style.css +868 -868
  760. package/lib/super-grid/index.js +5 -7
  761. package/lib/super-grid/src/apis.js +221 -231
  762. package/lib/super-grid/src/columns-config.vue.js +16 -22
  763. package/lib/super-grid/src/components/grid-icon.vue.js +26 -34
  764. package/lib/super-grid/src/components/grid-radio-input.vue.js +15 -18
  765. package/lib/super-grid/src/components/grid-radio-input.vue2.js +3 -4
  766. package/lib/super-grid/src/components/mobile-table-card.js +73 -83
  767. package/lib/super-grid/src/components/select-input.vue.js +98 -106
  768. package/lib/super-grid/src/components/select-input.vue2.js +3 -4
  769. package/lib/super-grid/src/custom-formatter.js +69 -73
  770. package/lib/super-grid/src/dynamic-input.vue.js +142 -159
  771. package/lib/super-grid/src/eventBus.js +3 -6
  772. package/lib/super-grid/src/events.js +34 -36
  773. package/lib/super-grid/src/formValidatorUtil.js +62 -65
  774. package/lib/super-grid/src/formatter.js +36 -41
  775. package/lib/super-grid/src/group-column.vue.js +8 -13
  776. package/lib/super-grid/src/header-context-menu.vue.js +10 -13
  777. package/lib/super-grid/src/header-context-menu.vue2.js +2 -4
  778. package/lib/super-grid/src/index-column.vue.js +7 -10
  779. package/lib/super-grid/src/normal-column-content.vue.js +187 -206
  780. package/lib/super-grid/src/normal-column-content.vue2.js +2 -4
  781. package/lib/super-grid/src/normal-column.vue.js +40 -55
  782. package/lib/super-grid/src/normal-column.vue2.js +2 -4
  783. package/lib/super-grid/src/public-methods.js +12 -14
  784. package/lib/super-grid/src/row-detail.vue.js +7 -10
  785. package/lib/super-grid/src/row-operation.vue.js +19 -26
  786. package/lib/super-grid/src/row-operation.vue2.js +2 -4
  787. package/lib/super-grid/src/scan-util.js +24 -26
  788. package/lib/super-grid/src/search-button.vue.js +12 -17
  789. package/lib/super-grid/src/search-condition-input.vue.js +8 -12
  790. package/lib/super-grid/src/search-condition-list.vue.js +10 -13
  791. package/lib/super-grid/src/search-form-advancedQuery.vue.js +13 -23
  792. package/lib/super-grid/src/search-form-advancedQuery.vue2.js +2 -4
  793. package/lib/super-grid/src/search-form-dialog.vue.js +9 -13
  794. package/lib/super-grid/src/search-form-item.vue.js +16 -24
  795. package/lib/super-grid/src/search-form-item.vue2.js +2 -4
  796. package/lib/super-grid/src/search-form-mobile.vue.js +13 -22
  797. package/lib/super-grid/src/search-form-mobile.vue2.js +2 -4
  798. package/lib/super-grid/src/search-form-number.vue.js +9 -14
  799. package/lib/super-grid/src/search-form-open.vue.js +7 -13
  800. package/lib/super-grid/src/search-form-ordinarySearch.vue.js +11 -19
  801. package/lib/super-grid/src/search-form-ordinarySearch.vue2.js +2 -4
  802. package/lib/super-grid/src/search-form.vue.js +65 -77
  803. package/lib/super-grid/src/search-form.vue2.js +2 -4
  804. package/lib/super-grid/src/search-methods.js +2 -3
  805. package/lib/super-grid/src/selection-column.vue.js +7 -9
  806. package/lib/super-grid/src/store.js +3 -4
  807. package/lib/super-grid/src/super-grid-service.js +121 -128
  808. package/lib/super-grid/src/super-grid.vue.js +186 -217
  809. package/lib/super-grid/src/super-grid.vue2.js +2 -4
  810. package/lib/super-grid/src/utils.js +265 -322
  811. package/lib/super-grid/src/view-image-dialog.vue.js +26 -33
  812. package/lib/super-icon/index.js +5 -7
  813. package/lib/super-icon/src/index.vue.js +5 -7
  814. package/lib/super-icon/src/index.vue2.js +8 -11
  815. package/lib/super-icon/src/index.vue3.js +2 -4
  816. package/lib/super-nine-grid/index.js +5 -7
  817. package/lib/super-nine-grid/src/apis.js +5 -8
  818. package/lib/super-nine-grid/src/custom-formatter.js +5 -7
  819. package/lib/super-nine-grid/src/formatter.js +28 -29
  820. package/lib/super-nine-grid/src/search-form-number.vue.js +8 -12
  821. package/lib/super-nine-grid/src/search-form.vue.js +33 -40
  822. package/lib/super-nine-grid/src/search-form.vue2.js +2 -4
  823. package/lib/super-nine-grid/src/search-methods.js +2 -3
  824. package/lib/super-nine-grid/src/store.js +3 -4
  825. package/lib/super-nine-grid/src/super-grid-service.js +5 -9
  826. package/lib/super-nine-grid/src/super-nine-grid.vue.js +95 -105
  827. package/lib/super-nine-grid/src/super-nine-grid.vue2.js +2 -4
  828. package/lib/super-nine-grid/src/utils.js +31 -27
  829. package/lib/svg-icon/index.js +5 -7
  830. package/lib/svg-icon/src/svg-icon.vue.js +8 -10
  831. package/lib/svg-icon/src/svg-icon.vue2.js +2 -4
  832. package/lib/utils/gogocodeTransfer.js +23 -28
  833. package/lib/utils/memory-cache-utils.js +3 -5
  834. package/lib/utils/organization.js +40 -53
  835. package/lib/utils/utils.js +27 -29
  836. package/lib/utils/value-set.js +68 -70
  837. package/lib/valid-code/index.js +5 -7
  838. package/lib/valid-code/src/valid-code.vue.js +10 -13
  839. package/lib/valid-code/src/valid-code.vue2.js +2 -4
  840. package/lib/workflow-button/index.js +3 -5
  841. package/lib/workflow-button/src/workflow-button.vue.js +34 -39
  842. package/lib/workflow-history-list/index.js +5 -7
  843. package/lib/workflow-history-list/src/api.js +2 -3
  844. package/lib/workflow-history-list/src/workflow-history-list.vue.js +59 -65
  845. package/lib/workflow-history-list/src/workflow-history-list.vue2.js +2 -4
  846. package/lib/workgroup-tree/index.js +5 -7
  847. package/lib/workgroup-tree/src/workgroup-tree.vue.js +11 -17
  848. package/lib/workgroup-tree-inline/index.js +3 -5
  849. package/lib/workgroup-tree-inline/src/search-result.vue.js +21 -25
  850. package/lib/workgroup-tree-inline/src/search-result.vue2.js +2 -4
  851. package/lib/workgroup-tree-inline/src/workgroup-tree-inline.vue.js +43 -52
  852. package/lib/workgroup-tree-inline/src/workgroup-tree-inline.vue2.js +2 -4
  853. package/lib/workgroup-tree-inline/src/workgroup-tree-service.js +5 -7
  854. package/lib/workgroup-tree-mobile/index.js +5 -8
  855. package/lib/workgroup-tree-mobile/src/dept-result.vue.js +11 -14
  856. package/lib/workgroup-tree-mobile/src/dept-result.vue2.js +3 -4
  857. package/lib/workgroup-tree-mobile/src/workgroup-tree-app.vue.js +9 -12
  858. package/lib/workgroup-tree-mobile/src/workgroup-tree-app.vue2.js +2 -4
  859. package/lib/workgroup-tree-mobile/src/workgroup-tree-app.vue3.js +3 -5
  860. package/lib/workgroup-tree-mobile/src/workgroup-tree-inline-app.vue.js +76 -86
  861. package/lib/workgroup-tree-mobile/src/workgroup-tree-inline-app.vue2.js +3 -4
  862. package/lib/workgroup-tree-mobile/src/workgroup-tree-service.js +20 -28
  863. package/lib/workgroup-user-tree/index.js +5 -7
  864. package/lib/workgroup-user-tree/src/workgroup-user-tree.vue.js +11 -17
  865. package/lib/workgroup-user-tree-inline/index.js +3 -5
  866. package/lib/workgroup-user-tree-inline/src/search-result.vue.js +21 -25
  867. package/lib/workgroup-user-tree-inline/src/search-result.vue2.js +2 -4
  868. package/lib/workgroup-user-tree-inline/src/workgroup-tree-inline-service.js +9 -11
  869. package/lib/workgroup-user-tree-inline/src/workgroup-user-tree-inline.vue.js +34 -43
  870. package/lib/workgroup-user-tree-inline/src/workgroup-user-tree-inline.vue2.js +2 -4
  871. package/lib/workgroup-user-tree-mobile/src/dept-path.vue.js +10 -11
  872. package/lib/workgroup-user-tree-mobile/src/dept-path.vue2.js +3 -4
  873. package/lib/workgroup-user-tree-mobile/src/dept-result.vue.js +11 -15
  874. package/lib/workgroup-user-tree-mobile/src/dept-result.vue2.js +3 -4
  875. package/lib/workgroup-user-tree-mobile/src/workgroup-user-tree-app.vue.js +9 -12
  876. package/lib/workgroup-user-tree-mobile/src/workgroup-user-tree-app.vue2.js +2 -4
  877. package/lib/workgroup-user-tree-mobile/src/workgroup-user-tree-app.vue3.js +3 -5
  878. package/lib/workgroup-user-tree-mobile/src/workgroup-user-tree-inline-app.vue.js +93 -104
  879. package/lib/workgroup-user-tree-mobile/src/workgroup-user-tree-inline-app.vue2.js +3 -4
  880. package/lib/workgroup-user-tree-mobile/src/workgroup-user-tree-service.js +16 -25
  881. package/lib/year-range-picker/index.js +3 -5
  882. package/lib/year-range-picker/src/year-range-picker.vue.js +9 -12
  883. package/package.json +5 -2
  884. package/vite.config.js +35 -33
@@ -1,41 +1,24 @@
1
- import { CirclePlus as t, ZoomIn as e } from "@element-plus/icons-vue";
2
- import { $on as o, $off as i, $emit as n } from "../../utils/gogocodeTransfer.js";
3
- import { getAdditionalParamMap as l, isDisableEdit as s, isEditOptionFunction as r, ArrowKeyAction as a, isHasEditOption as d, getFileList as p, isRequiredEdit as c, isDynamicDataSourceSource as m } from "./utils.js";
4
- import u from "./dynamic-input.vue.js";
5
- import h from "./store.js";
6
- import { doFormatWithValueSet as w } from "./formatter.js";
7
- import f from "./custom-formatter.js";
8
- import g from "./row-operation.vue.js";
9
- import b from "./apis.js";
10
- import { mapGetters as C } from "vuex";
11
- import { formatCustomParams as y, getEntityFieldValue as x, getParentObjectUtil as v } from "../../src/utils/util.js";
12
- import E from "./view-image-dialog.vue.js";
13
- import S from "./eventBus.js";
14
- import "../../fs-preview/index.js";
15
- import D from "../../rich-editor/viewer.vue.js";
16
- import I from "./components/grid-icon.vue.js";
17
- import { formatScanRuleSets as k } from "./scan-util.js";
18
- import T from "../../src/store/index.js";
19
- import { isPromise as F } from "../../src/utils/common-util.js";
20
- import "element-plus";
21
- import { resolveComponent as O, resolveDirective as j, openBlock as P, createElementBlock as R, createBlock as $, normalizeClass as L, withKeys as q, createVNode as H, withCtx as G, toDisplayString as A, createCommentVNode as V, Fragment as _, renderList as M, withDirectives as N, createTextVNode as B, resolveDynamicComponent as W, createElementVNode as U, normalizeStyle as J } from "vue";
22
- import "./normal-column-content.vue2.js";
23
- import z from "../../_virtual/_plugin-vue_export-helper.js";
24
- import K from "../../fs-preview/src/fs-preview.vue.js";
25
- const Z = { components: { DynamicInput: u, RowOperation: g, ViewImageDialog: E, FsPreview: K, RichEditorViewer: D, CirclePlus: t, ElIconZoomIn: e, GridIcon: I }, name: "NormalColumnContent", props: { isContentViewText: { type: Boolean, default: false }, column: { type: Object, default: null }, customFormat: { type: Function, default: null }, listCode: { type: String, default: null }, isSql: { type: Boolean, default: false }, newWidth: { type: Number, default: null }, dragColumnProp: { type: String, default: null }, tableName: { type: String, default: null }, pageCode: { type: String, default: null }, listName: { type: String, default: null }, currentPage: { type: Number, default: 1 }, gridData: { type: Array, default: null }, pageGridData: { type: Array, default: null }, listToolbarFormData: { type: Object, default: null }, row: { type: Object, default: null }, rowIndex: { type: Number, default: null }, isShowForm: { type: Boolean, default: false } }, data() {
26
- let t2;
27
- const e2 = h.get(this.listCode), o2 = e2.options;
28
- e2.options.extraParam && e2.options.extraParam.entityMap && (t2 = e2.options.extraParam.entityMap);
29
- const i2 = l(e2);
30
- let n2 = {};
31
- this.column.controlConfig && (n2 = JSON.parse(this.column.controlConfig));
1
+ "use strict";
2
+ const e = require("@element-plus/icons-vue"), t = require("../../utils/gogocodeTransfer.js"), o = require("./utils.js"), i = require("./dynamic-input.vue.js"), n = require("./store.js"), l = require("./formatter.js"), r = require("./custom-formatter.js"), s = require("./row-operation.vue.js"), a = require("./apis.js"), c = require("vuex"), p = require("../../src/utils/util.js"), d = require("./view-image-dialog.vue.js"), m = require("./eventBus.js");
3
+ require("../../fs-preview/index.js");
4
+ const u = require("../../rich-editor/viewer.vue.js"), h = require("./components/grid-icon.vue.js"), w = require("./scan-util.js"), g = require("../../src/store/index.js"), f = require("../../src/utils/common-util.js");
5
+ require("element-plus");
6
+ const C = require("vue");
7
+ require("./normal-column-content.vue2.js");
8
+ const b = require("../../_virtual/_plugin-vue_export-helper.js"), y = { components: { DynamicInput: i, RowOperation: s, ViewImageDialog: d, FsPreview: require("../../fs-preview/src/fs-preview.vue.js"), RichEditorViewer: u, CirclePlus: e.CirclePlus, ElIconZoomIn: e.ZoomIn, GridIcon: h }, name: "NormalColumnContent", props: { isContentViewText: { type: Boolean, default: false }, column: { type: Object, default: null }, customFormat: { type: Function, default: null }, listCode: { type: String, default: null }, isSql: { type: Boolean, default: false }, newWidth: { type: Number, default: null }, dragColumnProp: { type: String, default: null }, tableName: { type: String, default: null }, pageCode: { type: String, default: null }, listName: { type: String, default: null }, currentPage: { type: Number, default: 1 }, gridData: { type: Array, default: null }, pageGridData: { type: Array, default: null }, listToolbarFormData: { type: Object, default: null }, row: { type: Object, default: null }, rowIndex: { type: Number, default: null }, isShowForm: { type: Boolean, default: false } }, data() {
9
+ let e2;
10
+ const t2 = n.get(this.listCode), i2 = t2.options;
11
+ t2.options.extraParam && t2.options.extraParam.entityMap && (e2 = t2.options.extraParam.entityMap);
12
+ const l2 = o.getAdditionalParamMap(t2);
13
+ let r2 = {};
14
+ this.column.controlConfig && (r2 = JSON.parse(this.column.controlConfig));
32
15
  let s2 = false;
33
- n2.scanEnable && (s2 = true);
34
- const r2 = this.listCode + "_" + this.column.prop;
35
- let a2;
36
- null !== e2.lineEdit && void 0 !== e2.lineEdit && (a2 = e2.lineEdit);
37
- let d2 = "hidden";
38
- return e2.basicInfo && e2.basicInfo.textOverflow && (d2 = e2.basicInfo.textOverflow), this.isShowForm && (d2 = "newline"), { selectRow: null, that: this, columnFormatter: this.column.formatter, hyperLinks: {}, fileDownType: "", isFormSubTable: false, subTableCanAdd: true, isShowAdd: false, cellWidth: null, parentFormData: t2, fileMultiple: false, showSingleImgFlag: false, singleImgSrc: "", fileList: [], index: null, isEditable: this.column.editable, showRichEditorViewer: false, getFormData: e2.options.getFormData, getTableGridData: e2.options.getGridData, additionalParamMap: i2, disabled: false, additionalSettings: this.getColumnCustomControlControlConfig(this.column.formatter), scanEnable: s2, componentId: r2, controlConfig: n2, requiredClass: "", lineEdit: a2, options: o2, textOverflow: d2, linkObject: {} };
16
+ r2.scanEnable && (s2 = true);
17
+ const a2 = this.listCode + "_" + this.column.prop;
18
+ let c2;
19
+ null !== t2.lineEdit && void 0 !== t2.lineEdit && (c2 = t2.lineEdit);
20
+ let p2 = "hidden";
21
+ return t2.basicInfo && t2.basicInfo.textOverflow && (p2 = t2.basicInfo.textOverflow), this.isShowForm && (p2 = "newline"), { selectRow: null, that: this, columnFormatter: this.column.formatter, hyperLinks: {}, fileDownType: "", isFormSubTable: false, subTableCanAdd: true, isShowAdd: false, cellWidth: null, parentFormData: e2, fileMultiple: false, showSingleImgFlag: false, singleImgSrc: "", fileList: [], index: null, isEditable: this.column.editable, showRichEditorViewer: false, getFormData: t2.options.getFormData, getTableGridData: t2.options.getGridData, additionalParamMap: l2, disabled: false, additionalSettings: this.getColumnCustomControlControlConfig(this.column.formatter), scanEnable: s2, componentId: a2, controlConfig: r2, requiredClass: "", lineEdit: c2, options: i2, textOverflow: p2, linkObject: {} };
39
22
  }, computed: { isHideEdit() {
40
23
  return !!this.disabled;
41
24
  }, $rowGuId() {
@@ -48,97 +31,97 @@ const Z = { components: { DynamicInput: u, RowOperation: g, ViewImageDialog: E,
48
31
  return false;
49
32
  if (!this.hasEditPermission)
50
33
  return;
51
- return !!T.getters.isEditing(this.$rowColumnDataGuId) || (!this.isFormSubTable && this.row.$editing ? !T.getters.isRowEditing(this.$rowGuId) : this.row.$editing);
52
- } catch (t2) {
34
+ return !!g.getters.isEditing(this.$rowColumnDataGuId) || (!this.isFormSubTable && this.row.$editing ? !g.getters.isRowEditing(this.$rowGuId) : this.row.$editing);
35
+ } catch (e2) {
53
36
  return false;
54
37
  }
55
38
  }, hasEditPermission() {
56
39
  return this.lineEdit.editable && this.isEditable && !this.isContentViewText;
57
- }, ...C(["preventReclick"]) }, watch: { "row.$editing": { deep: true, handler(t2) {
58
- [false].includes(t2) && this.clearAllEditing();
59
- } }, isSql: { deep: true, handler(t2, e2) {
60
- this.isSql = t2;
61
- } }, newWidth: { deep: true, handler(t2, e2) {
62
- null != t2 && this.dragColumnProp && this.dragColumnProp === this.column.prop && (this.cellWidth = t2);
40
+ }, ...c.mapGetters(["preventReclick"]) }, watch: { "row.$editing": { deep: true, handler(e2) {
41
+ [false].includes(e2) && this.clearAllEditing();
42
+ } }, isSql: { deep: true, handler(e2, t2) {
43
+ this.isSql = e2;
44
+ } }, newWidth: { deep: true, handler(e2, t2) {
45
+ null != e2 && this.dragColumnProp && this.dragColumnProp === this.column.prop && (this.cellWidth = e2);
63
46
  } } }, created() {
64
47
  var _a;
65
48
  this.column.width && (this.cellWidth = this.column.width - 10);
66
- const t2 = h.get(this.listCode);
67
- if (t2 && t2.options && t2.options.isFormSubTable && (this.isFormSubTable = t2.options.isFormSubTable), this.disabled = s(this.column.prop, this.listCode, this.row), t2 && t2.options && void 0 !== t2.options.subTableCanAdd && null !== t2.options.subTableCanAdd && (this.subTableCanAdd = t2.options.subTableCanAdd), this.column.prop && "operation" === this.column.prop || void 0 !== t2.options.showOverflowTooltip && false === t2.options.showOverflowTooltip ? this.isShowOverflowTooltip = false : this.isShowOverflowTooltip = true, void 0 === t2.isHasDynamic && void 0 !== this.column.dynamic && true === this.column.dynamic && (t2.isHasDynamic = true), this.label = this.getHeader(), this.column.operations, this.isShowAdd = this.isFormSubTable && "operation" === this.column.prop && this.subTableCanAdd && t2.options && t2.options.showOperationButton, this.column.fileSet && "" !== this.column.fileSet && "annex" === this.column.componentType) {
68
- const t3 = JSON.parse(this.column.fileSet);
69
- t3 && t3.multiple && (this.fileMultiple = true);
49
+ const e2 = n.get(this.listCode);
50
+ if (e2 && e2.options && e2.options.isFormSubTable && (this.isFormSubTable = e2.options.isFormSubTable), this.disabled = o.isDisableEdit(this.column.prop, this.listCode, this.row), e2 && e2.options && void 0 !== e2.options.subTableCanAdd && null !== e2.options.subTableCanAdd && (this.subTableCanAdd = e2.options.subTableCanAdd), this.column.prop && "operation" === this.column.prop || void 0 !== e2.options.showOverflowTooltip && false === e2.options.showOverflowTooltip ? this.isShowOverflowTooltip = false : this.isShowOverflowTooltip = true, void 0 === e2.isHasDynamic && void 0 !== this.column.dynamic && true === this.column.dynamic && (e2.isHasDynamic = true), this.label = this.getHeader(), this.column.operations, this.isShowAdd = this.isFormSubTable && "operation" === this.column.prop && this.subTableCanAdd && e2.options && e2.options.showOperationButton, this.column.fileSet && "" !== this.column.fileSet && "annex" === this.column.componentType) {
51
+ const e3 = JSON.parse(this.column.fileSet);
52
+ e3 && e3.multiple && (this.fileMultiple = true);
70
53
  }
71
54
  this.setScanRuleSets(), this.requiredClass = this.isRequired(this.row.$editing) ? "m-requried column-text-main" : "", "hyperlinks" === ((_a = this.columnFormatter) == null ? void 0 : _a.type) && (this.linkObject = this.getMyHyperLinkSetting(this.row, this.rowIndex, this.listCode));
72
55
  }, mounted() {
73
56
  if (this.controlConfig) {
74
- const t3 = h.get(this.listCode);
75
- y(this.controlConfig.customParams, t3.pageContext, this.row);
57
+ const e3 = n.get(this.listCode);
58
+ p.formatCustomParams(this.controlConfig.customParams, e3.pageContext, this.row);
76
59
  }
77
- S.$on("clearTableAllStartEditing", () => {
60
+ m.$on("clearTableAllStartEditing", () => {
78
61
  this.clearAllEditing();
79
- }), o(S, "un-edit", (t3) => {
62
+ }), t.$on(m, "un-edit", (e3) => {
80
63
  if (this.column.componentType && ("multiselect" === this.column.componentType || "select" === this.column.componentType)) {
81
- const e2 = m(this.column);
82
- let o2 = t3.row[this.column.prop];
83
- if (e2)
64
+ const t2 = o.isDynamicDataSourceSource(this.column);
65
+ let i2 = e3.row[this.column.prop];
66
+ if (t2)
84
67
  if ("_dynamic-source-data-" + this.column.prop in this.column) {
85
- const e3 = this.column["_dynamic-source-data-" + this.column.prop], i2 = e3.valueSetOptions;
68
+ const t3 = this.column["_dynamic-source-data-" + this.column.prop], o2 = t3.valueSetOptions;
86
69
  let n2;
87
- for (let t4 = 0; t4 < i2.length; t4++) {
88
- const e4 = i2[t4];
89
- if (this.column.prop === e4.valueColumn.dbColumnName) {
90
- n2 = e4.columnName;
70
+ for (let e4 = 0; e4 < o2.length; e4++) {
71
+ const t4 = o2[e4];
72
+ if (this.column.prop === t4.valueColumn.dbColumnName) {
73
+ n2 = t4.columnName;
91
74
  break;
92
75
  }
93
76
  }
94
77
  if (n2) {
95
78
  if ("select" === this.column.componentType) {
96
- if (n2 !== e3.valueAttribute) {
97
- const t4 = e3.optionItems.find((t5) => t5[e3.valueAttribute] === o2);
98
- t4 && (o2 = t4[n2]);
79
+ if (n2 !== t3.valueAttribute) {
80
+ const e4 = t3.optionItems.find((e5) => e5[t3.valueAttribute] === i2);
81
+ e4 && (i2 = e4[n2]);
99
82
  }
100
- t3.row[this.column.prop] = o2;
101
- } else if (o2 && n2 !== e3.valueAttribute) {
102
- "string" == typeof o2 && (o2 = o2.split(","));
103
- const i3 = [];
104
- o2.forEach((t4) => {
105
- if (n2 !== e3.valueAttribute) {
106
- const o3 = e3.optionItems.find((o4) => o4[e3.valueAttribute] === t4);
107
- o3 && i3.push(o3[n2]);
83
+ e3.row[this.column.prop] = i2;
84
+ } else if (i2 && n2 !== t3.valueAttribute) {
85
+ "string" == typeof i2 && (i2 = i2.split(","));
86
+ const o3 = [];
87
+ i2.forEach((e4) => {
88
+ if (n2 !== t3.valueAttribute) {
89
+ const i3 = t3.optionItems.find((o4) => o4[t3.valueAttribute] === e4);
90
+ i3 && o3.push(i3[n2]);
108
91
  }
109
- }), i3.length > 0 && (o2 = i3, t3.row[this.column.prop] = o2.join(","));
92
+ }), o3.length > 0 && (i2 = o3, e3.row[this.column.prop] = i2.join(","));
110
93
  }
111
94
  }
112
95
  } else
113
- o2 && "[object Array]" === Object.prototype.toString.apply(o2) && (t3.row[this.column.prop] = o2.join(","));
96
+ i2 && "[object Array]" === Object.prototype.toString.apply(i2) && (e3.row[this.column.prop] = i2.join(","));
114
97
  else
115
- o2 && "[object Array]" === Object.prototype.toString.apply(o2) && (t3.row[this.column.prop] = o2.join(","));
98
+ i2 && "[object Array]" === Object.prototype.toString.apply(i2) && (e3.row[this.column.prop] = i2.join(","));
116
99
  }
117
100
  });
118
- const t2 = this;
119
- this.$parent.$parent && "GroupColumn" === this.$parent.$parent.$options._componentTag && S.$on("prohibitToEdit", (e2) => {
120
- void 0 !== e2[t2.column.prop] && t2.fnProhibitToEdit(e2[t2.column.prop]);
101
+ const e2 = this;
102
+ this.$parent.$parent && "GroupColumn" === this.$parent.$parent.$options._componentTag && m.$on("prohibitToEdit", (t2) => {
103
+ void 0 !== t2[e2.column.prop] && e2.fnProhibitToEdit(t2[e2.column.prop]);
121
104
  });
122
105
  }, unmounted() {
123
- i(S, "un-edit"), this.$parent.$parent && "GroupColumn" === this.$parent.$parent.$options._componentTag && S.$off("prohibitToEdit"), S.$off("clearTableAllStartEditing");
124
- }, methods: { ...f, ...b, clearAllEditing() {
125
- var _a, _b;
126
- this.hasEditPermission && ((_b = (_a = T) == null ? void 0 : _a.dispatch) == null ? void 0 : _b.call(_a, "clearAllEditing"));
127
- }, async onEditing(t2) {
106
+ t.$off(m, "un-edit"), this.$parent.$parent && "GroupColumn" === this.$parent.$parent.$options._componentTag && m.$off("prohibitToEdit"), m.$off("clearTableAllStartEditing");
107
+ }, methods: { ...r, ...a.default, clearAllEditing() {
108
+ var _a;
109
+ this.hasEditPermission && ((_a = g == null ? void 0 : g.dispatch) == null ? void 0 : _a.call(g, "clearAllEditing"));
110
+ }, async onEditing(e2) {
128
111
  if (this.hasEditPermission && !this.isEditing) {
129
- let e2 = true;
130
- if (r("beforeEdit", this.listCode) && (e2 = await this.triggerCustomEvent("beforeEdit")), !e2)
112
+ let t2 = true;
113
+ if (o.isEditOptionFunction("beforeEdit", this.listCode) && (t2 = await this.triggerCustomEvent("beforeEdit")), !t2)
131
114
  return;
132
- t2.stopPropagation();
133
- const o2 = () => {
134
- var _a, _b;
135
- this.clearAllEditing(), (_b = (_a = T) == null ? void 0 : _a.dispatch) == null ? void 0 : _b.call(_a, "setRowEditing", { $rowDataGuId: this.$rowColumnDataGuId, isEditing: true }), setTimeout(this.focusBottomInput, 400);
115
+ e2.stopPropagation();
116
+ const i2 = () => {
117
+ var _a;
118
+ this.clearAllEditing(), (_a = g == null ? void 0 : g.dispatch) == null ? void 0 : _a.call(g, "setRowEditing", { $rowDataGuId: this.$rowColumnDataGuId, isEditing: true }), setTimeout(this.focusBottomInput, 400);
136
119
  };
137
120
  if (this.isFormSubTable)
138
- this.restoreGridEdit(this.listCode), o2();
139
- else if (T.getters.isConfigEditing)
140
- if (T.getters.isRowEditing(this.$rowGuId))
141
- o2();
121
+ this.restoreGridEdit(this.listCode), i2();
122
+ else if (g.getters.isConfigEditing)
123
+ if (g.getters.isRowEditing(this.$rowGuId))
124
+ i2();
142
125
  else {
143
126
  if (!this.isLastEditRowSaveMessage(this.listCode))
144
127
  return;
@@ -146,157 +129,157 @@ const Z = { components: { DynamicInput: u, RowOperation: g, ViewImageDialog: E,
146
129
  else {
147
130
  if (!this.isLastEditRowSaveMessage(this.listCode))
148
131
  return;
149
- this.editRow(this.rowIndex, this.listCode, true, true), o2();
132
+ this.editRow(this.rowIndex, this.listCode, true, true), i2();
150
133
  }
151
134
  }
152
135
  }, focusBottomInput() {
153
136
  this.$nextTick(() => {
154
137
  try {
155
- const t2 = (t3) => t3 ? Array.from(this.$refs.dynamicRef.$el.querySelectorAll(t3)).filter((t4) => !!t4.offsetParent) : [];
156
- let e2 = t2(".el-select, .el-date-picker, .el-upload");
157
- if (e2.length)
158
- e2[0].click();
159
- else if (e2 = t2("input, textarea"), e2.length > 0) {
160
- const t3 = e2.reduce((t4, e3) => e3.getBoundingClientRect().bottom > t4.getBoundingClientRect().bottom ? e3 : t4);
161
- ["INPUT", "TEXTAREA"].includes(t3.tagName) && (t3.focus(), t3.select());
138
+ const e2 = (e3) => e3 ? Array.from(this.$refs.dynamicRef.$el.querySelectorAll(e3)).filter((e4) => !!e4.offsetParent) : [];
139
+ let t2 = e2(".el-select, .el-date-picker, .el-upload");
140
+ if (t2.length)
141
+ t2[0].click();
142
+ else if (t2 = e2("input, textarea"), t2.length > 0) {
143
+ const e3 = t2.reduce((e4, t3) => t3.getBoundingClientRect().bottom > e4.getBoundingClientRect().bottom ? t3 : e4);
144
+ ["INPUT", "TEXTAREA"].includes(e3.tagName) && (e3.focus(), e3.select());
162
145
  }
163
- } catch (t2) {
164
- console.error(t2);
146
+ } catch (e2) {
147
+ console.error(e2);
165
148
  }
166
149
  });
167
- }, getFileObj(t2) {
168
- if (t2)
169
- return JSON.parse(t2);
150
+ }, getFileObj(e2) {
151
+ if (e2)
152
+ return JSON.parse(e2);
170
153
  }, getHeader() {
171
154
  return this.column.titleValueSet ? this.formatHeader() : this.column.label.replace(/\\n/g, "</br>");
172
155
  }, formatHeader() {
173
- return w(this.column.titleValueSetValue, this.column.label);
174
- }, filterHandler: (t2, e2, o2) => e2[o2.property] === t2, onFocus(t2) {
175
- const e2 = h.get(this.listCode);
176
- e2.lineEdit.editingCell && (e2.lineEdit.editingCell.row = t2, e2.lineEdit.editingCell.prop = this.column.prop);
177
- }, findIndex(t2) {
178
- this.index = t2;
179
- const e2 = h.get(this.listCode);
180
- e2.lineEdit.editingCell && (e2.lineEdit.editingCell.row = t2, e2.lineEdit.editingCell.prop = this.column.prop);
181
- }, refresData(t2) {
182
- n(this, "refresData", t2);
183
- }, refresPortData(t2, e2) {
184
- const o2 = h.get(this.listCode);
185
- this.index, o2 && o2.lineEdit && o2.lineEdit.editingCell ? n(this, "refresPortData", t2, e2, o2.lineEdit.editingCell.row) : n(this, "refresPortData", t2, e2, this.index);
186
- }, refresPortsData(t2) {
187
- const e2 = h.get(this.listCode);
188
- this.index, e2 && e2.lineEdit && e2.lineEdit.editingCell ? n(this, "refresPortsData", t2, e2.lineEdit.editingCell.row) : n(this, "refresPortsData", t2, this.index);
189
- }, refresMainTableFields(t2) {
190
- n(this, "refresMainTableFields", t2);
191
- }, move(t2) {
192
- if ("left" === t2) {
193
- const t3 = a.getLeftColumn(this.column.prop);
194
- h.get(this.listCode).lineEdit.editingCell.prop = t3;
156
+ return l.doFormatWithValueSet(this.column.titleValueSetValue, this.column.label);
157
+ }, filterHandler: (e2, t2, o2) => t2[o2.property] === e2, onFocus(e2) {
158
+ const t2 = n.get(this.listCode);
159
+ t2.lineEdit.editingCell && (t2.lineEdit.editingCell.row = e2, t2.lineEdit.editingCell.prop = this.column.prop);
160
+ }, findIndex(e2) {
161
+ this.index = e2;
162
+ const t2 = n.get(this.listCode);
163
+ t2.lineEdit.editingCell && (t2.lineEdit.editingCell.row = e2, t2.lineEdit.editingCell.prop = this.column.prop);
164
+ }, refresData(e2) {
165
+ t.$emit(this, "refresData", e2);
166
+ }, refresPortData(e2, o2) {
167
+ const i2 = n.get(this.listCode);
168
+ this.index, i2 && i2.lineEdit && i2.lineEdit.editingCell ? t.$emit(this, "refresPortData", e2, o2, i2.lineEdit.editingCell.row) : t.$emit(this, "refresPortData", e2, o2, this.index);
169
+ }, refresPortsData(e2) {
170
+ const o2 = n.get(this.listCode);
171
+ this.index, o2 && o2.lineEdit && o2.lineEdit.editingCell ? t.$emit(this, "refresPortsData", e2, o2.lineEdit.editingCell.row) : t.$emit(this, "refresPortsData", e2, this.index);
172
+ }, refresMainTableFields(e2) {
173
+ t.$emit(this, "refresMainTableFields", e2);
174
+ }, move(e2) {
175
+ if ("left" === e2) {
176
+ const e3 = o.ArrowKeyAction.getLeftColumn(this.column.prop);
177
+ n.get(this.listCode).lineEdit.editingCell.prop = e3;
195
178
  }
196
179
  }, isSaveByEnter() {
197
- const t2 = h.get(this.listCode);
198
- return void 0 === t2.options.lineEditOptions.isSaveByEnter || d("isSaveByEnter", this.listCode) && true === t2.options.lineEditOptions.isSaveByEnter;
180
+ const e2 = n.get(this.listCode);
181
+ return void 0 === e2.options.lineEditOptions.isSaveByEnter || o.isHasEditOption("isSaveByEnter", this.listCode) && true === e2.options.lineEditOptions.isSaveByEnter;
199
182
  }, isRestoreByEsc() {
200
- const t2 = h.get(this.listCode);
201
- return void 0 === t2.options.lineEditOptions.isRestoreByEsc || d("isRestoreByEsc", this.listCode) && true === t2.options.lineEditOptions.isRestoreByEsc;
202
- }, canFocus(t2) {
203
- const e2 = h.get(this.listCode);
204
- return t2 === e2.lineEdit.editingCell.row && this.column.prop === e2.lineEdit.editingCell.prop;
205
- }, getLabel(t2, e2) {
206
- this.transferColumnDataToUpperCase(t2);
207
- return this.objectPropValueTwo(t2, this.column);
208
- }, getCellValue(t2) {
209
- let e2 = x(t2, this.column.prop, false);
210
- return null == e2 && (this.transferColumnDataToUpperCase(t2), e2 = x(t2, this.column.prop, false)), e2;
211
- }, transferColumnDataToUpperCase(t2) {
212
- this.isSql && /[A-Z]+/.test(this.column.prop) && this.transferColumnDataToUpperCaseWithProp(t2, this.column.prop.toLowerCase(), this.column.prop);
213
- }, transferColumnDataToUpperCaseWithProp(t2, e2, o2) {
183
+ const e2 = n.get(this.listCode);
184
+ return void 0 === e2.options.lineEditOptions.isRestoreByEsc || o.isHasEditOption("isRestoreByEsc", this.listCode) && true === e2.options.lineEditOptions.isRestoreByEsc;
185
+ }, canFocus(e2) {
186
+ const t2 = n.get(this.listCode);
187
+ return e2 === t2.lineEdit.editingCell.row && this.column.prop === t2.lineEdit.editingCell.prop;
188
+ }, getLabel(e2, t2) {
189
+ this.transferColumnDataToUpperCase(e2);
190
+ return this.objectPropValueTwo(e2, this.column);
191
+ }, getCellValue(e2) {
192
+ let t2 = p.getEntityFieldValue(e2, this.column.prop, false);
193
+ return null == t2 && (this.transferColumnDataToUpperCase(e2), t2 = p.getEntityFieldValue(e2, this.column.prop, false)), t2;
194
+ }, transferColumnDataToUpperCase(e2) {
195
+ this.isSql && /[A-Z]+/.test(this.column.prop) && this.transferColumnDataToUpperCaseWithProp(e2, this.column.prop.toLowerCase(), this.column.prop);
196
+ }, transferColumnDataToUpperCaseWithProp(e2, t2, o2) {
214
197
  let i2;
215
- if (e2 && e2.indexOf(".") > 0) {
216
- const n2 = v(e2, t2), l2 = e2.substring(e2.lastIndexOf(".") + 1);
198
+ if (t2 && t2.indexOf(".") > 0) {
199
+ const n2 = p.getParentObjectUtil(t2, e2), l2 = t2.substring(t2.lastIndexOf(".") + 1);
217
200
  i2 = n2[l2], void 0 !== i2 && (n2[o2] = i2, delete n2[l2]);
218
201
  } else
219
- i2 = t2[e2], void 0 !== i2 && (t2[o2] = i2, delete t2[e2]);
202
+ i2 = e2[t2], void 0 !== i2 && (e2[o2] = i2, delete e2[t2]);
220
203
  return i2;
221
- }, getHyperIconClass(t2) {
222
- let e2;
223
- return t2 && null !== t2 && t2.icon && "" !== t2.icon && (e2 = t2.icon), e2 && 0 === e2.indexOf("fa-") && (e2 = "fa " + e2), e2;
204
+ }, getHyperIconClass(e2) {
205
+ let t2;
206
+ return e2 && null !== e2 && e2.icon && "" !== e2.icon && (t2 = e2.icon), t2 && 0 === t2.indexOf("fa-") && (t2 = "fa " + t2), t2;
224
207
  }, createFormSubTableRow() {
225
208
  this.createRow(this.listCode);
226
- }, handleCommand(t2) {
227
- let e2 = null;
209
+ }, handleCommand(e2) {
210
+ let t2 = null;
228
211
  this.column.operations.forEach((o2) => {
229
212
  o2.isGroup && o2.buttons.forEach((o3) => {
230
- o3.props.code === t2.comman && (e2 = o3);
213
+ o3.props.code === e2.comman && (t2 = o3);
231
214
  });
232
- }), e2 && f.onClickFun(t2.row, this.column, e2.onClick, t2.rowIndex);
233
- }, beforeHandleCommand: (t2, e2, o2) => ({ comman: t2, row: e2, rowIndex: o2 }), previewImg(t2) {
234
- this.fileList = p(t2, this.column, this.isSql), this.showSingleImgFlag = true;
235
- }, getFileList(t2) {
236
- return p(t2, this.column, this.isSql);
215
+ }), t2 && r.onClickFun(e2.row, this.column, t2.onClick, e2.rowIndex);
216
+ }, beforeHandleCommand: (e2, t2, o2) => ({ comman: e2, row: t2, rowIndex: o2 }), previewImg(e2) {
217
+ this.fileList = o.getFileList(e2, this.column, this.isSql), this.showSingleImgFlag = true;
218
+ }, getFileList(e2) {
219
+ return o.getFileList(e2, this.column, this.isSql);
237
220
  }, getColumnWidth() {
238
221
  return this.column && "operation" === this.column.prop && !this.column.width ? "210" : this.column.width ? this.column.width + "" : "130";
239
- }, fnProhibitToEdit(t2) {
222
+ }, fnProhibitToEdit(e2) {
240
223
  this.$nextTick(() => {
241
- this.disabled = !t2;
224
+ this.disabled = !e2;
242
225
  });
243
- }, prohibitToEdit(t2) {
244
- n(this, "prohibitToEdit", t2);
226
+ }, prohibitToEdit(e2) {
227
+ t.$emit(this, "prohibitToEdit", e2);
245
228
  }, isFieldRequired() {
246
- return c(this.column, this.listCode);
247
- }, showRichEditorContent(t2, e2, o2) {
229
+ return o.isRequiredEdit(this.column, this.listCode);
230
+ }, showRichEditorContent(e2, t2, o2) {
248
231
  this.showRichEditorViewer = true, this.$nextTick(() => {
249
- this.$refs.richEditorViewerRef.showContent(t2[e2.prop], o2);
232
+ this.$refs.richEditorViewerRef.showContent(e2[t2.prop], o2);
250
233
  });
251
234
  }, closeRichEditorContent() {
252
235
  this.showRichEditorViewer = false;
253
- }, getColumnCustomControlControlConfig(t2) {
254
- if (t2 && t2.options && t2.options.controlConfig) {
255
- const e2 = JSON.parse(t2.options.controlConfig);
256
- return this.controlConfig && Object.assign(e2, this.controlConfig), e2;
236
+ }, getColumnCustomControlControlConfig(e2) {
237
+ if (e2 && e2.options && e2.options.controlConfig) {
238
+ const t2 = JSON.parse(e2.options.controlConfig);
239
+ return this.controlConfig && Object.assign(t2, this.controlConfig), t2;
257
240
  }
258
241
  return this.controlConfig;
259
- }, isRequired(t2) {
260
- return !!(!this.isFormSubTable && this.lineEdit && this.lineEdit.editable && this.isEditable && t2 && this.column.validations && this.column.validations.indexOf('"required":true') > 0);
261
- }, getFormatIconSetting(t2) {
262
- this.transferColumnDataToUpperCase(t2);
263
- const e2 = h.get(this.listCode), o2 = this.getIconSetting(this.column, t2, this.isSql, e2, this.listCode);
242
+ }, isRequired(e2) {
243
+ return !!(!this.isFormSubTable && this.lineEdit && this.lineEdit.editable && this.isEditable && e2 && this.column.validations && this.column.validations.indexOf('"required":true') > 0);
244
+ }, getFormatIconSetting(e2) {
245
+ this.transferColumnDataToUpperCase(e2);
246
+ const t2 = n.get(this.listCode), o2 = this.getIconSetting(this.column, e2, this.isSql, t2, this.listCode);
264
247
  return o2.icon = this.getHyperIconClass(o2), this.column.formatter.options && this.column.formatter.options.format && (o2.position = JSON.parse(this.column.formatter.options.format).position), o2;
265
- }, getLinkType(t2) {
248
+ }, getLinkType(e2) {
266
249
  if (this.column.events && this.column.events.cellStyle) {
267
- const e2 = { value: t2[this.column.property], row: t2, column: this.column, prop: this.column.property };
268
- return h.get(this.listCode).options.eventCallBack[this.column.events.cellStyle].call(this, e2);
250
+ const t2 = { value: e2[this.column.property], row: e2, column: this.column, prop: this.column.property };
251
+ return n.get(this.listCode).options.eventCallBack[this.column.events.cellStyle].call(this, t2);
269
252
  }
270
253
  return "primary";
271
- }, changeDisabled(t2) {
272
- this.disabled = t2;
254
+ }, changeDisabled(e2) {
255
+ this.disabled = e2;
273
256
  }, refreshList() {
274
257
  this.$emit("refresh-list");
275
258
  }, getFilesFormatter() {
276
259
  var _a;
277
260
  return ((_a = this.column.formatter.options) == null ? void 0 : _a.fileSet) ? JSON.parse(this.column.formatter.options.fileSet) : {};
278
261
  }, setScanRuleSets() {
279
- this.scanEnable && this.controlConfig && this.controlConfig.scanRuleList && k(this.controlConfig.scanRuleList).then((t2) => {
280
- this.column._scanRuleSets = t2;
262
+ this.scanEnable && this.controlConfig && this.controlConfig.scanRuleList && w.formatScanRuleSets(this.controlConfig.scanRuleList).then((e2) => {
263
+ this.column._scanRuleSets = e2;
281
264
  });
282
- }, changeRequired(t2) {
283
- this.requiredClass = t2 ? "m-requried column-text-main" : "";
284
- }, openPageEvent(t2) {
285
- this.$emit("open-page", t2);
286
- }, triggerCustomEvent(t2) {
287
- return new Promise((e2) => {
288
- const o2 = h.get(this.listCode), i2 = o2.isSubTableShowPage, n2 = o2.pagination && o2.pagination.pageSize;
289
- let s2 = o2.options.lineEditOptions[t2].call(this, { gridData: i2 ? o2.subTableData : o2.gridData, listCode: this.listCode, entity: o2.gridData[this.rowIndex], row: o2.gridData[this.rowIndex], rowIndex: this.rowIndex, columns: o2.columns, isMobile: false, pageGridData: i2 ? o2.gridData : null, pageSize: n2, additionalParamMap: l(o2), pageContext: o2.pageContext, configureObj: o2.configureObj });
290
- F(s2) ? s2.then((t3) => {
291
- e2(void 0 === t3 || true === t3);
292
- }) : (void 0 !== s2 && true !== s2 || e2(true), e2(false));
265
+ }, changeRequired(e2) {
266
+ this.requiredClass = e2 ? "m-requried column-text-main" : "";
267
+ }, openPageEvent(e2) {
268
+ this.$emit("open-page", e2);
269
+ }, triggerCustomEvent(e2) {
270
+ return new Promise((t2) => {
271
+ const i2 = n.get(this.listCode), l2 = i2.isSubTableShowPage, r2 = i2.pagination && i2.pagination.pageSize;
272
+ let s2 = i2.options.lineEditOptions[e2].call(this, { gridData: l2 ? i2.subTableData : i2.gridData, listCode: this.listCode, entity: i2.gridData[this.rowIndex], row: i2.gridData[this.rowIndex], rowIndex: this.rowIndex, columns: i2.columns, isMobile: false, pageGridData: l2 ? i2.gridData : null, pageSize: r2, additionalParamMap: o.getAdditionalParamMap(i2), pageContext: i2.pageContext, configureObj: i2.configureObj });
273
+ f.isPromise(s2) ? s2.then((e3) => {
274
+ t2(void 0 === e3 || true === e3);
275
+ }) : (void 0 !== s2 && true !== s2 || t2(true), t2(false));
293
276
  });
294
277
  }, validateEditConditions() {
295
278
  var _a;
296
279
  if (this.controlConfig && ((_a = this.controlConfig.editConditions) == null ? void 0 : _a.length) > 0) {
297
- const t2 = h.get(this.listCode).options;
298
- if (!t2.isWorkflowEntity && t2.validateEitConditions) {
299
- if (!t2.validateEitConditions({ row: this.row, editConditions: this.controlConfig.editConditions, listCode: this.listCode }))
280
+ const e2 = n.get(this.listCode).options;
281
+ if (!e2.isWorkflowEntity && e2.validateEitConditions) {
282
+ if (!e2.validateEitConditions({ row: this.row, editConditions: this.controlConfig.editConditions, listCode: this.listCode }))
300
283
  return false;
301
284
  }
302
285
  }
@@ -304,16 +287,14 @@ const Z = { components: { DynamicInput: u, RowOperation: g, ViewImageDialog: E,
304
287
  }, getCustomParams() {
305
288
  var _a, _b, _c;
306
289
  if ("customControl" === this.column.formatter.type && ((_b = (_a = this.column.formatter) == null ? void 0 : _a.options) == null ? void 0 : _b.controlConfig)) {
307
- const t2 = JSON.parse(this.column.formatter.options.controlConfig);
308
- if (t2 && t2.customParams)
309
- return y(t2.customParams, (_c = this.options) == null ? void 0 : _c.pageContext, this.row);
290
+ const e2 = JSON.parse(this.column.formatter.options.controlConfig);
291
+ if (e2 && e2.customParams)
292
+ return p.formatCustomParams(e2.customParams, (_c = this.options) == null ? void 0 : _c.pageContext, this.row);
310
293
  }
311
- } }, emits: ["refresData", "refresPortData", "refresPortsData", "refresMainTableFields", "prohibitToEdit", "deleteFormSubTableRow"] }, X = { class: "normal-column-content-view" }, Q = { key: 0, "table-column-placeholder": "" }, Y = { key: 1, class: "grid-operation-buttons", "data-v": "20250527" }, tt = ["id"], et = { key: 0, type: "primary" }, ot = ["id", "title"], it = ["id", "title"], nt = ["id"], lt = ["id", "title"], st = ["id"], rt = { key: 0, type: "primary", style: { width: "100%" } }, at = ["id", "title"], dt = ["id"], pt = { key: 1 }, ct = ["id", "title"], mt = ["id", "title"], ut = ["id"], ht = ["id", "title", "innerHTML"], wt = ["id"];
312
- const ft = z(Z, [["render", function(t2, e2, o2, i2, n2, l2) {
294
+ } }, emits: ["refresData", "refresPortData", "refresPortsData", "refresMainTableFields", "prohibitToEdit", "deleteFormSubTableRow"] }, k = { class: "normal-column-content-view" }, E = { key: 0, "table-column-placeholder": "" }, x = { key: 1, class: "grid-operation-buttons", "data-v": "20250527" }, v = ["id"], S = { key: 0, type: "primary" }, D = ["id", "title"], B = ["id", "title"], I = ["id"], T = ["id", "title"], F = ["id"], O = { key: 0, type: "primary", style: { width: "100%" } }, P = ["id", "title"], $ = ["id"], j = { key: 1 }, q = ["id", "title"], R = ["id", "title"], V = ["id"], L = ["id", "title", "innerHTML"], N = ["id"];
295
+ const H = b(y, [["render", function(e2, t2, o2, i2, n2, l2) {
313
296
  var _a, _b, _c, _d, _e, _f, _g, _h, _i, _j, _k, _l;
314
- const s2 = O("dynamic-input"), r2 = O("Edit"), a2 = O("el-icon"), d2 = O("el-dropdown-item"), p2 = O("el-dropdown-menu"), c2 = O("el-dropdown"), m2 = O("row-operation"), u2 = O("secret-info"), h2 = O("FsPreview"), w2 = O("SuperIcon"), f2 = O("el-link"), g2 = O("el-tooltip"), b2 = O("GridIcon"), C2 = O("view-image-dialog"), y2 = O("rich-editor-viewer"), x2 = j("permission");
315
- return P(), R("div", X, [l2.isEditing || o2.isShowForm ? (P(), $(s2, { key: 0, ref: "dynamicRef", value: o2.row[o2.column.prop], "onUpdate:value": e2[0] || (e2[0] = (t3) => o2.row[o2.column.prop] = t3), class: L(n2.requiredClass), column: o2.column, "is-sql": o2.isSql, "line-edit": n2.lineEdit, "list-code": o2.listCode, "list-toolbar-form-data": o2.listToolbarFormData, options: o2.column.valueSet, "grid-options": n2.options, position: { row: o2.rowIndex, prop: o2.column.prop }, disabled: n2.disabled, row: o2.row, "row-index": o2.rowIndex, type: o2.column.componentType, onKeyup: q(l2.clearAllEditing, ["enter"]), onFindIndex: e2[1] || (e2[1] = (t3) => l2.findIndex(o2.rowIndex)), onFocus: e2[2] || (e2[2] = (t3) => l2.onFocus(o2.rowIndex)), onProhibitToEdit: l2.prohibitToEdit, onRefreshList: l2.refreshList, onRefresData: l2.refresData, onRefresMainTableFields: l2.refresMainTableFields, onRefresPortData: l2.refresPortData, onRefresPortsData: l2.refresPortsData, onChangeDisabled: l2.changeDisabled, onChangeRequired: l2.changeRequired, onOpenPage: l2.openPageEvent }, null, 8, ["value", "class", "column", "is-sql", "line-edit", "list-code", "list-toolbar-form-data", "options", "grid-options", "position", "disabled", "row", "row-index", "type", "onKeyup", "onProhibitToEdit", "onRefreshList", "onRefresData", "onRefresMainTableFields", "onRefresPortData", "onRefresPortsData", "onChangeDisabled", "onChangeRequired", "onOpenPage"])) : (P(), R("div", { key: 1, class: L(((_d = (_c = (_b = (_a = n2.options) == null ? void 0 : _a.configureObj) == null ? void 0 : _b.props) == null ? void 0 : _c.base) == null ? void 0 : _d.columnEditable) ? "column-text-main" : "") }, [n2.lineEdit.editable && ((_h = (_g = (_f = (_e = n2.options) == null ? void 0 : _e.configureObj) == null ? void 0 : _f.props) == null ? void 0 : _g.base) == null ? void 0 : _h.columnEditable) && n2.isEditable && !l2.isHideEdit && !o2.isContentViewText ? (P(), R("div", { key: 0, class: "column-text-edit-main", onClick: e2[3] || (e2[3] = (...t3) => l2.onEditing && l2.onEditing(...t3)) }, [H(a2, { size: 14, color: "#409eff" }, { default: G(() => [H(r2)]), _: 1 }), [void 0, null, ""].includes(o2.row[o2.column.prop]) ? (P(), R("span", Q, A(t2.$t("superGrid.editablePlaceholder")), 1)) : V("", true)])) : V("", true), o2.column.operations ? (P(), R("span", Y, [(P(true), R(_, null, M(o2.column.operations, (e3, i3) => (P(), R("span", { key: i3, class: L([o2.isShowForm ? "" : "cell--span", "buttons-row-content-span"]) }, [e3.isGroup ? (P(), $(c2, { key: 0, size: e3.buttons && e3.buttons.length > 0 ? e3.buttons[0].props.size : "small", "split-button": "", onCommand: l2.handleCommand }, { dropdown: G(() => [H(p2, null, { default: G(() => [(P(true), R(_, null, M(e3.buttons, (e4, i4) => (P(), R("span", { key: e4.props.code + i4 }, [N((P(), $(d2, { command: l2.beforeHandleCommand(e4.props.code, o2.row, o2.rowIndex), disabled: t2.preventReclick }, { default: G(() => [B(A(t2.$escapeHtml(e4.props.label)), 1)]), _: 2 }, 1032, ["command", "disabled"])), [[x2, e4.props.permission]])]))), 128))]), _: 2 }, 1024)]), default: G(() => [B(A(t2.$escapeHtml(e3.label)) + " ", 1)]), _: 2 }, 1032, ["size", "onCommand"])) : e3.props.customControl ? N((P(), $(W(e3.props.customControl), { key: o2.column.prop + "_" + o2.rowIndex + "_" + o2.currentPage, disabled: true, row: o2.pageGridData[o2.rowIndex], entity: o2.pageGridData[o2.rowIndex], prop: o2.column.prop, parent: n2.parentFormData, "row-index": o2.rowIndex, "grid-data": o2.gridData, "page-grid-data": o2.pageGridData, "current-page": o2.currentPage, "custom-params": n2.controlConfig ? n2.controlConfig.customParams : null, onRefreshList: l2.refreshList }, null, 40, ["row", "entity", "prop", "parent", "row-index", "grid-data", "page-grid-data", "current-page", "custom-params", "onRefreshList"])), [[x2, e3.props.permission]]) : (P(), $(m2, { key: 2, column: o2.column, editing: o2.row.$editing, entity: o2.row, "is-show": e3.isShow, label: e3.props.label ? e3.props.label : o2.row[o2.column.prop], "on-click": e3.onClick, "operation-index": i3, "operation-setting": e3.props, "event-name": e3.eventName, "row-index": o2.rowIndex, "list-code": o2.listCode, "parent-form-data": n2.parentFormData, "is-table-btn-link": "" }, null, 8, ["column", "editing", "entity", "is-show", "label", "on-click", "operation-index", "operation-setting", "event-name", "row-index", "list-code", "parent-form-data"]))], 2))), 128))])) : t2.customFormatValue(o2.row, o2.column.prop, o2.customFormat, o2.rowIndex) ? (P(), R("span", { key: 2, class: L(o2.isShowForm ? "" : "cell--span") }, [(P(), $(W(o2.column.prop + o2.rowIndex), { entity: o2.row, parent: n2.parentFormData, prop: o2.column.prop, row: o2.row, "row-index": o2.rowIndex, "select-options": o2.column.valueSet, "show-value": t2.$escapeHtml(l2.getLabel(o2.row, o2.rowIndex)), value: l2.getCellValue(o2.row), "additional-param-map": n2.additionalParamMap, "additional-settings": n2.additionalSettings, "page-context": (_i = n2.options) == null ? void 0 : _i.pageContext, "custom-params": n2.controlConfig ? n2.controlConfig.customParams : null }, null, 8, ["entity", "parent", "prop", "row", "row-index", "select-options", "show-value", "value", "additional-param-map", "additional-settings", "page-context", "custom-params"]))], 2)) : void 0 !== n2.columnFormatter && void 0 !== n2.columnFormatter.type && "customControl" === n2.columnFormatter.type && n2.columnFormatter.options && n2.columnFormatter.options.format && "" !== n2.columnFormatter.options.format ? (P(), R("span", { key: 3, class: L("newline" === n2.textOverflow ? "wrap-text" : "ellipsis cell--span") }, [(P(), $(W(n2.columnFormatter.options.format), { key: o2.column.prop + "_" + o2.rowIndex + "_" + o2.currentPage, "current-page": o2.currentPage, disabled: true, entity: o2.pageGridData[o2.rowIndex], "get-form-data": n2.getFormData, "get-grid-data": n2.getTableGridData, "grid-data": o2.gridData, "page-grid-data": o2.pageGridData, parent: n2.parentFormData, prop: o2.column.prop, row: o2.pageGridData[o2.rowIndex], "row-index": o2.rowIndex, "select-options": o2.column.valueSet, "show-value": t2.$escapeHtml(l2.getLabel(o2.pageGridData[o2.rowIndex], o2.rowIndex)), value: l2.getCellValue(o2.pageGridData[o2.rowIndex]), "additional-param-map": n2.additionalParamMap, listCode: o2.listCode, "component-id": n2.componentId, "additional-settings": n2.additionalSettings, "page-context": (_j = n2.options) == null ? void 0 : _j.pageContext, "custom-params": l2.getCustomParams(), onProhibitToEdit: l2.prohibitToEdit, onRefreshList: l2.refreshList }, null, 40, ["current-page", "entity", "get-form-data", "get-grid-data", "grid-data", "page-grid-data", "parent", "prop", "row", "row-index", "select-options", "show-value", "value", "additional-param-map", "listCode", "component-id", "additional-settings", "page-context", "custom-params", "onProhibitToEdit", "onRefreshList"]))], 2)) : void 0 !== n2.columnFormatter && void 0 !== n2.columnFormatter.type && "secretInfo" === n2.columnFormatter.type ? (P(), R("span", { key: 4, id: o2.column.prop + "DomData" + o2.rowIndex, class: L(o2.isShowForm ? "" : "cell--span") }, [H(u2, { entity: o2.row, "field-label": t2.$escapeHtml(t2.label), "list-code": o2.listCode, "list-name": o2.listName, "page-code": o2.pageCode, prop: o2.column.prop, "table-name": o2.tableName, value: l2.getCellValue(o2.row) }, null, 8, ["entity", "field-label", "list-code", "list-name", "page-code", "prop", "table-name", "value"])], 10, tt)) : t2.isObjectProp(o2.column.prop) ? (P(), R(_, { key: 5 }, [o2.column.formatter && "files" === o2.column.formatter.type ? (P(), R("span", et, [U("span", { id: o2.column.prop + "DomData" + o2.rowIndex, title: t2.isShowOverflowTooltip ? t2.$escapeHtml(l2.getLabel(o2.row)) : "", class: L("newline" === n2.textOverflow ? "wrap-text" : "ellipsis cell--span") }, [H(h2, { entity: o2.row, "file-set-obj": l2.getFilesFormatter(), "is-sql": o2.isSql, label: t2.$escapeHtml(l2.getLabel(o2.row, o2.rowIndex)) }, null, 8, ["entity", "file-set-obj", "is-sql", "label"])], 10, ot)])) : "hyperlinks" === ((_k = n2.columnFormatter) == null ? void 0 : _k.type) && true === n2.linkObject.visible ? (P(), $(f2, { key: 1, type: l2.getLinkType(o2.row), onClick: e2[4] || (e2[4] = (e3) => t2.clickHyperLink(o2.column, o2.row, o2.listCode, o2.rowIndex)) }, { default: G(() => [t2.isShowOverflowTooltip ? (P(), R("span", { key: 0, id: o2.column.prop + "DomData" + o2.rowIndex, style: J("newline" === n2.textOverflow ? {} : { width: n2.cellWidth + "px" }), title: n2.linkObject.title, class: L("newline" === n2.textOverflow ? "wrap-text" : "ellipsis cell--span") }, [B(A(n2.linkObject.label) + " ", 1), n2.linkObject.icon ? (P(), $(w2, { key: 0, iconValue: n2.linkObject.icon }, null, 8, ["iconValue"])) : V("", true)], 14, it)) : (P(), R("span", { key: 1, id: o2.column.prop + "DomData" + o2.rowIndex, class: L(o2.isShowForm ? "" : "cell--span") }, [B(A(n2.linkObject.label) + " ", 1), n2.linkObject.icon ? (P(), $(w2, { key: 0, iconValue: n2.linkObject.icon }, null, 8, ["iconValue"])) : V("", true)], 10, nt))]), _: 1 }, 8, ["type"])) : t2.isShowOverflowTooltip ? (P(), R("span", { key: 2, id: o2.column.prop + "DomData" + o2.rowIndex, style: J("newline" === n2.textOverflow ? {} : { width: n2.cellWidth + "px" }), title: t2.$escapeHtml(l2.getLabel(o2.row)), class: L("newline" === n2.textOverflow ? "wrap-text" : "ellipsis cell--span") }, A(t2.$escapeHtml(l2.getLabel(o2.row, o2.rowIndex))), 15, lt)) : (P(), R("span", { key: 3, id: o2.column.prop + "DomData" + o2.rowIndex, class: L(o2.isShowForm ? "" : "cell--span") }, A(t2.$escapeHtml(l2.getLabel(o2.row, o2.rowIndex))), 11, st))], 64)) : (P(), R(_, { key: 6 }, ["annex" === o2.column.componentType || "multipartUpload" === o2.column.componentType ? (P(), R("span", rt, [t2.isShowOverflowTooltip ? (P(), R("span", { key: 0, id: o2.column.prop + "DomData" + o2.rowIndex, title: t2.$escapeHtml(l2.getLabel(o2.row)), class: L("newline" === n2.textOverflow ? "wrap-text" : "ellipsis cell--span") }, [H(h2, { width: n2.cellWidth, entity: o2.row, "file-set-obj": l2.getFileObj(o2.column.fileSet), "is-sql": o2.isSql, label: t2.$escapeHtml(l2.getLabel(o2.row, o2.rowIndex)) }, null, 8, ["width", "entity", "file-set-obj", "is-sql", "label"])], 10, at)) : (P(), R("span", { key: 1, id: o2.column.prop + "DomData" + o2.rowIndex, class: L(o2.isShowForm ? "" : "cell--span") }, [H(h2, { entity: o2.row, "file-set-obj": l2.getFileObj(o2.column.fileSet), "is-sql": o2.isSql, label: t2.$escapeHtml(l2.getLabel(o2.row, o2.rowIndex)) }, null, 8, ["entity", "file-set-obj", "is-sql", "label"])], 10, dt))])) : o2.column.formatter && "files" === o2.column.formatter.type ? (P(), R("span", pt, [U("span", { id: o2.column.prop + "DomData" + o2.rowIndex, title: t2.isShowOverflowTooltip ? t2.$escapeHtml(l2.getLabel(o2.row)) : "", class: L("newline" === n2.textOverflow ? "wrap-text" : "ellipsis cell--span") }, [H(h2, { entity: o2.row, "file-set-obj": l2.getFilesFormatter(), "is-sql": o2.isSql, label: t2.$escapeHtml(l2.getLabel(o2.row, o2.rowIndex)) }, null, 8, ["entity", "file-set-obj", "is-sql", "label"])], 10, ct)])) : "hyperlinks" === ((_l = n2.columnFormatter) == null ? void 0 : _l.type) && n2.linkObject.visible ? (P(), $(f2, { key: 2, type: "primary", onClick: e2[5] || (e2[5] = (e3) => t2.clickHyperLink(o2.column, o2.row, o2.listCode, o2.rowIndex)) }, { default: G(() => [t2.isShowOverflowTooltip ? (P(), R("span", { key: 0, id: o2.column.prop + "DomData" + o2.rowIndex, style: J("newline" === n2.textOverflow ? {} : { width: n2.cellWidth + "px" }), title: t2.$escapeHtml(n2.linkObject.title), class: L("newline" === n2.textOverflow ? "wrap-text" : "ellipsis cell--span") }, [B(A(t2.$escapeHtml(n2.linkObject.label)) + " ", 1), n2.linkObject.icon ? (P(), $(w2, { key: 0, iconValue: n2.linkObject.icon }, null, 8, ["iconValue"])) : V("", true)], 14, mt)) : (P(), R("span", { key: 1, id: o2.column.prop + "DomData" + o2.rowIndex, class: L(o2.isShowForm ? "" : "cell--span") }, [B(A(t2.$escapeHtml(n2.linkObject.label)) + " ", 1), n2.linkObject.icon ? (P(), $(w2, { key: 0, iconValue: n2.linkObject.icon }, null, 8, ["iconValue"])) : V("", true)], 10, ut))]), _: 1 })) : o2.column.formatter && "richEditor" === o2.column.formatter.type ? (P(), $(g2, { key: 3, content: t2.$t("superGrid.show"), class: "item", effect: "dark", placement: "top" }, { default: G(() => [U("em", { class: "fa fa-info-circle annex-cell", onClick: e2[6] || (e2[6] = (t3) => l2.showRichEditorContent(o2.row, o2.column, l2.getHeader())) })]), _: 1 }, 8, ["content"])) : o2.column.formatter && "icon" === o2.column.formatter.type ? (P(), $(b2, { key: 4, id: o2.column.prop + "DomData" + o2.rowIndex, column: o2.column, row: o2.row, "row-index": o2.rowIndex, "is-sql": o2.isSql, "list-code": o2.listCode }, null, 8, ["id", "column", "row", "row-index", "is-sql", "list-code"])) : t2.isShowOverflowTooltip ? (P(), R("span", { key: 5, id: o2.column.prop + "DomData" + o2.rowIndex, style: J("newline" === n2.textOverflow ? {} : { width: n2.cellWidth + "px" }), title: l2.getLabel(o2.row), class: L("newline" === n2.textOverflow ? "wrap-text" : "ellipsis cell--span"), innerHTML: t2.$escapeHtml(l2.getLabel(o2.row, o2.rowIndex)) }, null, 14, ht)) : (P(), R("span", { key: 6, id: o2.column.prop + "DomData" + o2.rowIndex, class: L(o2.isShowForm ? "" : "cell--span") }, A(t2.$escapeHtml(l2.getLabel(o2.row, o2.rowIndex))), 11, wt))], 64))], 2)), n2.showSingleImgFlag ? (P(), $(C2, { key: 2, "file-list": n2.fileList, onClose: e2[7] || (e2[7] = (t3) => n2.showSingleImgFlag = false) }, null, 8, ["file-list"])) : V("", true), n2.showRichEditorViewer ? (P(), $(y2, { key: 3, ref: "richEditorViewerRef", onCloseRichEditorContent: l2.closeRichEditorContent }, null, 8, ["onCloseRichEditorContent"])) : V("", true)]);
316
- }], ["__scopeId", "data-v-1e660925"]]);
317
- export {
318
- ft as default
319
- };
297
+ const r2 = C.resolveComponent("dynamic-input"), s2 = C.resolveComponent("Edit"), a2 = C.resolveComponent("el-icon"), c2 = C.resolveComponent("el-dropdown-item"), p2 = C.resolveComponent("el-dropdown-menu"), d2 = C.resolveComponent("el-dropdown"), m2 = C.resolveComponent("row-operation"), u2 = C.resolveComponent("secret-info"), h2 = C.resolveComponent("FsPreview"), w2 = C.resolveComponent("SuperIcon"), g2 = C.resolveComponent("el-link"), f2 = C.resolveComponent("el-tooltip"), b2 = C.resolveComponent("GridIcon"), y2 = C.resolveComponent("view-image-dialog"), H2 = C.resolveComponent("rich-editor-viewer"), A = C.resolveDirective("permission");
298
+ return C.openBlock(), C.createElementBlock("div", k, [l2.isEditing || o2.isShowForm ? (C.openBlock(), C.createBlock(r2, { key: 0, ref: "dynamicRef", value: o2.row[o2.column.prop], "onUpdate:value": t2[0] || (t2[0] = (e3) => o2.row[o2.column.prop] = e3), class: C.normalizeClass(n2.requiredClass), column: o2.column, "is-sql": o2.isSql, "line-edit": n2.lineEdit, "list-code": o2.listCode, "list-toolbar-form-data": o2.listToolbarFormData, options: o2.column.valueSet, "grid-options": n2.options, position: { row: o2.rowIndex, prop: o2.column.prop }, disabled: n2.disabled, row: o2.row, "row-index": o2.rowIndex, type: o2.column.componentType, onKeyup: C.withKeys(l2.clearAllEditing, ["enter"]), onFindIndex: t2[1] || (t2[1] = (e3) => l2.findIndex(o2.rowIndex)), onFocus: t2[2] || (t2[2] = (e3) => l2.onFocus(o2.rowIndex)), onProhibitToEdit: l2.prohibitToEdit, onRefreshList: l2.refreshList, onRefresData: l2.refresData, onRefresMainTableFields: l2.refresMainTableFields, onRefresPortData: l2.refresPortData, onRefresPortsData: l2.refresPortsData, onChangeDisabled: l2.changeDisabled, onChangeRequired: l2.changeRequired, onOpenPage: l2.openPageEvent }, null, 8, ["value", "class", "column", "is-sql", "line-edit", "list-code", "list-toolbar-form-data", "options", "grid-options", "position", "disabled", "row", "row-index", "type", "onKeyup", "onProhibitToEdit", "onRefreshList", "onRefresData", "onRefresMainTableFields", "onRefresPortData", "onRefresPortsData", "onChangeDisabled", "onChangeRequired", "onOpenPage"])) : (C.openBlock(), C.createElementBlock("div", { key: 1, class: C.normalizeClass(((_d = (_c = (_b = (_a = n2.options) == null ? void 0 : _a.configureObj) == null ? void 0 : _b.props) == null ? void 0 : _c.base) == null ? void 0 : _d.columnEditable) ? "column-text-main" : "") }, [n2.lineEdit.editable && ((_h = (_g = (_f = (_e = n2.options) == null ? void 0 : _e.configureObj) == null ? void 0 : _f.props) == null ? void 0 : _g.base) == null ? void 0 : _h.columnEditable) && n2.isEditable && !l2.isHideEdit && !o2.isContentViewText ? (C.openBlock(), C.createElementBlock("div", { key: 0, class: "column-text-edit-main", onClick: t2[3] || (t2[3] = (...e3) => l2.onEditing && l2.onEditing(...e3)) }, [C.createVNode(a2, { size: 14, color: "#409eff" }, { default: C.withCtx(() => [C.createVNode(s2)]), _: 1 }), [void 0, null, ""].includes(o2.row[o2.column.prop]) ? (C.openBlock(), C.createElementBlock("span", E, C.toDisplayString(e2.$t("superGrid.editablePlaceholder")), 1)) : C.createCommentVNode("", true)])) : C.createCommentVNode("", true), o2.column.operations ? (C.openBlock(), C.createElementBlock("span", x, [(C.openBlock(true), C.createElementBlock(C.Fragment, null, C.renderList(o2.column.operations, (t3, i3) => (C.openBlock(), C.createElementBlock("span", { key: i3, class: C.normalizeClass([o2.isShowForm ? "" : "cell--span", "buttons-row-content-span"]) }, [t3.isGroup ? (C.openBlock(), C.createBlock(d2, { key: 0, size: t3.buttons && t3.buttons.length > 0 ? t3.buttons[0].props.size : "small", "split-button": "", onCommand: l2.handleCommand }, { dropdown: C.withCtx(() => [C.createVNode(p2, null, { default: C.withCtx(() => [(C.openBlock(true), C.createElementBlock(C.Fragment, null, C.renderList(t3.buttons, (t4, i4) => (C.openBlock(), C.createElementBlock("span", { key: t4.props.code + i4 }, [C.withDirectives((C.openBlock(), C.createBlock(c2, { command: l2.beforeHandleCommand(t4.props.code, o2.row, o2.rowIndex), disabled: e2.preventReclick }, { default: C.withCtx(() => [C.createTextVNode(C.toDisplayString(e2.$escapeHtml(t4.props.label)), 1)]), _: 2 }, 1032, ["command", "disabled"])), [[A, t4.props.permission]])]))), 128))]), _: 2 }, 1024)]), default: C.withCtx(() => [C.createTextVNode(C.toDisplayString(e2.$escapeHtml(t3.label)) + " ", 1)]), _: 2 }, 1032, ["size", "onCommand"])) : t3.props.customControl ? C.withDirectives((C.openBlock(), C.createBlock(C.resolveDynamicComponent(t3.props.customControl), { key: o2.column.prop + "_" + o2.rowIndex + "_" + o2.currentPage, disabled: true, row: o2.pageGridData[o2.rowIndex], entity: o2.pageGridData[o2.rowIndex], prop: o2.column.prop, parent: n2.parentFormData, "row-index": o2.rowIndex, "grid-data": o2.gridData, "page-grid-data": o2.pageGridData, "current-page": o2.currentPage, "custom-params": n2.controlConfig ? n2.controlConfig.customParams : null, onRefreshList: l2.refreshList }, null, 40, ["row", "entity", "prop", "parent", "row-index", "grid-data", "page-grid-data", "current-page", "custom-params", "onRefreshList"])), [[A, t3.props.permission]]) : (C.openBlock(), C.createBlock(m2, { key: 2, column: o2.column, editing: o2.row.$editing, entity: o2.row, "is-show": t3.isShow, label: t3.props.label ? t3.props.label : o2.row[o2.column.prop], "on-click": t3.onClick, "operation-index": i3, "operation-setting": t3.props, "event-name": t3.eventName, "row-index": o2.rowIndex, "list-code": o2.listCode, "parent-form-data": n2.parentFormData, "is-table-btn-link": "" }, null, 8, ["column", "editing", "entity", "is-show", "label", "on-click", "operation-index", "operation-setting", "event-name", "row-index", "list-code", "parent-form-data"]))], 2))), 128))])) : e2.customFormatValue(o2.row, o2.column.prop, o2.customFormat, o2.rowIndex) ? (C.openBlock(), C.createElementBlock("span", { key: 2, class: C.normalizeClass(o2.isShowForm ? "" : "cell--span") }, [(C.openBlock(), C.createBlock(C.resolveDynamicComponent(e2.customFormatValue(o2.row, o2.column.prop, o2.customFormat, o2.rowIndex)), { entity: o2.row, parent: n2.parentFormData, prop: o2.column.prop, row: o2.row, "row-index": o2.rowIndex, "select-options": o2.column.valueSet, "show-value": e2.$escapeHtml(l2.getLabel(o2.row, o2.rowIndex)), value: l2.getCellValue(o2.row), "additional-param-map": n2.additionalParamMap, "additional-settings": n2.additionalSettings, "page-context": (_i = n2.options) == null ? void 0 : _i.pageContext, "custom-params": n2.controlConfig ? n2.controlConfig.customParams : null }, null, 8, ["entity", "parent", "prop", "row", "row-index", "select-options", "show-value", "value", "additional-param-map", "additional-settings", "page-context", "custom-params"]))], 2)) : void 0 !== n2.columnFormatter && void 0 !== n2.columnFormatter.type && "customControl" === n2.columnFormatter.type && n2.columnFormatter.options && n2.columnFormatter.options.format && "" !== n2.columnFormatter.options.format ? (C.openBlock(), C.createElementBlock("span", { key: 3, class: C.normalizeClass("newline" === n2.textOverflow ? "wrap-text" : "ellipsis cell--span") }, [(C.openBlock(), C.createBlock(C.resolveDynamicComponent(n2.columnFormatter.options.format), { key: o2.column.prop + "_" + o2.rowIndex + "_" + o2.currentPage, "current-page": o2.currentPage, disabled: true, entity: o2.pageGridData[o2.rowIndex], "get-form-data": n2.getFormData, "get-grid-data": n2.getTableGridData, "grid-data": o2.gridData, "page-grid-data": o2.pageGridData, parent: n2.parentFormData, prop: o2.column.prop, row: o2.pageGridData[o2.rowIndex], "row-index": o2.rowIndex, "select-options": o2.column.valueSet, "show-value": e2.$escapeHtml(l2.getLabel(o2.pageGridData[o2.rowIndex], o2.rowIndex)), value: l2.getCellValue(o2.pageGridData[o2.rowIndex]), "additional-param-map": n2.additionalParamMap, listCode: o2.listCode, "component-id": n2.componentId, "additional-settings": n2.additionalSettings, "page-context": (_j = n2.options) == null ? void 0 : _j.pageContext, "custom-params": l2.getCustomParams(), onProhibitToEdit: l2.prohibitToEdit, onRefreshList: l2.refreshList }, null, 40, ["current-page", "entity", "get-form-data", "get-grid-data", "grid-data", "page-grid-data", "parent", "prop", "row", "row-index", "select-options", "show-value", "value", "additional-param-map", "listCode", "component-id", "additional-settings", "page-context", "custom-params", "onProhibitToEdit", "onRefreshList"]))], 2)) : void 0 !== n2.columnFormatter && void 0 !== n2.columnFormatter.type && "secretInfo" === n2.columnFormatter.type ? (C.openBlock(), C.createElementBlock("span", { key: 4, id: o2.column.prop + "DomData" + o2.rowIndex, class: C.normalizeClass(o2.isShowForm ? "" : "cell--span") }, [C.createVNode(u2, { entity: o2.row, "field-label": e2.$escapeHtml(e2.label), "list-code": o2.listCode, "list-name": o2.listName, "page-code": o2.pageCode, prop: o2.column.prop, "table-name": o2.tableName, value: l2.getCellValue(o2.row) }, null, 8, ["entity", "field-label", "list-code", "list-name", "page-code", "prop", "table-name", "value"])], 10, v)) : e2.isObjectProp(o2.column.prop) ? (C.openBlock(), C.createElementBlock(C.Fragment, { key: 5 }, [o2.column.formatter && "files" === o2.column.formatter.type ? (C.openBlock(), C.createElementBlock("span", S, [C.createElementVNode("span", { id: o2.column.prop + "DomData" + o2.rowIndex, title: e2.isShowOverflowTooltip ? e2.$escapeHtml(l2.getLabel(o2.row)) : "", class: C.normalizeClass("newline" === n2.textOverflow ? "wrap-text" : "ellipsis cell--span") }, [C.createVNode(h2, { entity: o2.row, "file-set-obj": l2.getFilesFormatter(), "is-sql": o2.isSql, label: e2.$escapeHtml(l2.getLabel(o2.row, o2.rowIndex)) }, null, 8, ["entity", "file-set-obj", "is-sql", "label"])], 10, D)])) : "hyperlinks" === ((_k = n2.columnFormatter) == null ? void 0 : _k.type) && true === n2.linkObject.visible ? (C.openBlock(), C.createBlock(g2, { key: 1, type: l2.getLinkType(o2.row), onClick: t2[4] || (t2[4] = (t3) => e2.clickHyperLink(o2.column, o2.row, o2.listCode, o2.rowIndex)) }, { default: C.withCtx(() => [e2.isShowOverflowTooltip ? (C.openBlock(), C.createElementBlock("span", { key: 0, id: o2.column.prop + "DomData" + o2.rowIndex, style: C.normalizeStyle("newline" === n2.textOverflow ? {} : { width: n2.cellWidth + "px" }), title: n2.linkObject.title, class: C.normalizeClass("newline" === n2.textOverflow ? "wrap-text" : "ellipsis cell--span") }, [C.createTextVNode(C.toDisplayString(n2.linkObject.label) + " ", 1), n2.linkObject.icon ? (C.openBlock(), C.createBlock(w2, { key: 0, iconValue: n2.linkObject.icon }, null, 8, ["iconValue"])) : C.createCommentVNode("", true)], 14, B)) : (C.openBlock(), C.createElementBlock("span", { key: 1, id: o2.column.prop + "DomData" + o2.rowIndex, class: C.normalizeClass(o2.isShowForm ? "" : "cell--span") }, [C.createTextVNode(C.toDisplayString(n2.linkObject.label) + " ", 1), n2.linkObject.icon ? (C.openBlock(), C.createBlock(w2, { key: 0, iconValue: n2.linkObject.icon }, null, 8, ["iconValue"])) : C.createCommentVNode("", true)], 10, I))]), _: 1 }, 8, ["type"])) : e2.isShowOverflowTooltip ? (C.openBlock(), C.createElementBlock("span", { key: 2, id: o2.column.prop + "DomData" + o2.rowIndex, style: C.normalizeStyle("newline" === n2.textOverflow ? {} : { width: n2.cellWidth + "px" }), title: e2.$escapeHtml(l2.getLabel(o2.row)), class: C.normalizeClass("newline" === n2.textOverflow ? "wrap-text" : "ellipsis cell--span") }, C.toDisplayString(e2.$escapeHtml(l2.getLabel(o2.row, o2.rowIndex))), 15, T)) : (C.openBlock(), C.createElementBlock("span", { key: 3, id: o2.column.prop + "DomData" + o2.rowIndex, class: C.normalizeClass(o2.isShowForm ? "" : "cell--span") }, C.toDisplayString(e2.$escapeHtml(l2.getLabel(o2.row, o2.rowIndex))), 11, F))], 64)) : (C.openBlock(), C.createElementBlock(C.Fragment, { key: 6 }, ["annex" === o2.column.componentType || "multipartUpload" === o2.column.componentType ? (C.openBlock(), C.createElementBlock("span", O, [e2.isShowOverflowTooltip ? (C.openBlock(), C.createElementBlock("span", { key: 0, id: o2.column.prop + "DomData" + o2.rowIndex, title: e2.$escapeHtml(l2.getLabel(o2.row)), class: C.normalizeClass("newline" === n2.textOverflow ? "wrap-text" : "ellipsis cell--span") }, [C.createVNode(h2, { width: n2.cellWidth, entity: o2.row, "file-set-obj": l2.getFileObj(o2.column.fileSet), "is-sql": o2.isSql, label: e2.$escapeHtml(l2.getLabel(o2.row, o2.rowIndex)) }, null, 8, ["width", "entity", "file-set-obj", "is-sql", "label"])], 10, P)) : (C.openBlock(), C.createElementBlock("span", { key: 1, id: o2.column.prop + "DomData" + o2.rowIndex, class: C.normalizeClass(o2.isShowForm ? "" : "cell--span") }, [C.createVNode(h2, { entity: o2.row, "file-set-obj": l2.getFileObj(o2.column.fileSet), "is-sql": o2.isSql, label: e2.$escapeHtml(l2.getLabel(o2.row, o2.rowIndex)) }, null, 8, ["entity", "file-set-obj", "is-sql", "label"])], 10, $))])) : o2.column.formatter && "files" === o2.column.formatter.type ? (C.openBlock(), C.createElementBlock("span", j, [C.createElementVNode("span", { id: o2.column.prop + "DomData" + o2.rowIndex, title: e2.isShowOverflowTooltip ? e2.$escapeHtml(l2.getLabel(o2.row)) : "", class: C.normalizeClass("newline" === n2.textOverflow ? "wrap-text" : "ellipsis cell--span") }, [C.createVNode(h2, { entity: o2.row, "file-set-obj": l2.getFilesFormatter(), "is-sql": o2.isSql, label: e2.$escapeHtml(l2.getLabel(o2.row, o2.rowIndex)) }, null, 8, ["entity", "file-set-obj", "is-sql", "label"])], 10, q)])) : "hyperlinks" === ((_l = n2.columnFormatter) == null ? void 0 : _l.type) && n2.linkObject.visible ? (C.openBlock(), C.createBlock(g2, { key: 2, type: "primary", onClick: t2[5] || (t2[5] = (t3) => e2.clickHyperLink(o2.column, o2.row, o2.listCode, o2.rowIndex)) }, { default: C.withCtx(() => [e2.isShowOverflowTooltip ? (C.openBlock(), C.createElementBlock("span", { key: 0, id: o2.column.prop + "DomData" + o2.rowIndex, style: C.normalizeStyle("newline" === n2.textOverflow ? {} : { width: n2.cellWidth + "px" }), title: e2.$escapeHtml(n2.linkObject.title), class: C.normalizeClass("newline" === n2.textOverflow ? "wrap-text" : "ellipsis cell--span") }, [C.createTextVNode(C.toDisplayString(e2.$escapeHtml(n2.linkObject.label)) + " ", 1), n2.linkObject.icon ? (C.openBlock(), C.createBlock(w2, { key: 0, iconValue: n2.linkObject.icon }, null, 8, ["iconValue"])) : C.createCommentVNode("", true)], 14, R)) : (C.openBlock(), C.createElementBlock("span", { key: 1, id: o2.column.prop + "DomData" + o2.rowIndex, class: C.normalizeClass(o2.isShowForm ? "" : "cell--span") }, [C.createTextVNode(C.toDisplayString(e2.$escapeHtml(n2.linkObject.label)) + " ", 1), n2.linkObject.icon ? (C.openBlock(), C.createBlock(w2, { key: 0, iconValue: n2.linkObject.icon }, null, 8, ["iconValue"])) : C.createCommentVNode("", true)], 10, V))]), _: 1 })) : o2.column.formatter && "richEditor" === o2.column.formatter.type ? (C.openBlock(), C.createBlock(f2, { key: 3, content: e2.$t("superGrid.show"), class: "item", effect: "dark", placement: "top" }, { default: C.withCtx(() => [C.createElementVNode("em", { class: "fa fa-info-circle annex-cell", onClick: t2[6] || (t2[6] = (e3) => l2.showRichEditorContent(o2.row, o2.column, l2.getHeader())) })]), _: 1 }, 8, ["content"])) : o2.column.formatter && "icon" === o2.column.formatter.type ? (C.openBlock(), C.createBlock(b2, { key: 4, id: o2.column.prop + "DomData" + o2.rowIndex, column: o2.column, row: o2.row, "row-index": o2.rowIndex, "is-sql": o2.isSql, "list-code": o2.listCode }, null, 8, ["id", "column", "row", "row-index", "is-sql", "list-code"])) : e2.isShowOverflowTooltip ? (C.openBlock(), C.createElementBlock("span", { key: 5, id: o2.column.prop + "DomData" + o2.rowIndex, style: C.normalizeStyle("newline" === n2.textOverflow ? {} : { width: n2.cellWidth + "px" }), title: l2.getLabel(o2.row), class: C.normalizeClass("newline" === n2.textOverflow ? "wrap-text" : "ellipsis cell--span"), innerHTML: e2.$escapeHtml(l2.getLabel(o2.row, o2.rowIndex)) }, null, 14, L)) : (C.openBlock(), C.createElementBlock("span", { key: 6, id: o2.column.prop + "DomData" + o2.rowIndex, class: C.normalizeClass(o2.isShowForm ? "" : "cell--span") }, C.toDisplayString(e2.$escapeHtml(l2.getLabel(o2.row, o2.rowIndex))), 11, N))], 64))], 2)), n2.showSingleImgFlag ? (C.openBlock(), C.createBlock(y2, { key: 2, "file-list": n2.fileList, onClose: t2[7] || (t2[7] = (e3) => n2.showSingleImgFlag = false) }, null, 8, ["file-list"])) : C.createCommentVNode("", true), n2.showRichEditorViewer ? (C.openBlock(), C.createBlock(H2, { key: 3, ref: "richEditorViewerRef", onCloseRichEditorContent: l2.closeRichEditorContent }, null, 8, ["onCloseRichEditorContent"])) : C.createCommentVNode("", true)]);
299
+ }], ["__scopeId", "data-v-bbad0ee0"]]);
300
+ module.exports = H;