agilebuilder-ui 1.1.65-tmp12 → 1.1.65-tmp13

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 (881) hide show
  1. package/es/IntervalSelection/index.js +7 -0
  2. package/es/IntervalSelection/src/sectionDate.vue.js +49 -0
  3. package/es/IntervalSelection/src/sectionDate.vue2.js +4 -0
  4. package/es/_virtual/__vite-browser-external.js +4 -0
  5. package/es/_virtual/_plugin-vue_export-helper.js +9 -0
  6. package/es/breadcrumb/index.js +7 -0
  7. package/es/breadcrumb/src/breadcrumb.vue.js +28 -0
  8. package/es/breadcrumb/src/breadcrumb.vue2.js +4 -0
  9. package/es/chat-embed/index.js +7 -0
  10. package/es/chat-embed/src/chat-addition-data.vue.js +7 -0
  11. package/es/chat-embed/src/chat-addition-data.vue2.js +14 -0
  12. package/es/chat-embed/src/chat-addition-data.vue3.js +4 -0
  13. package/es/chat-embed/src/chat-ai-answer-tip.vue.js +7 -0
  14. package/es/chat-embed/src/chat-ai-answer-tip.vue2.js +29 -0
  15. package/es/chat-embed/src/chat-ai-answer-tip.vue3.js +4 -0
  16. package/es/chat-embed/src/chat-bubble-footer.vue.js +7 -0
  17. package/es/chat-embed/src/chat-bubble-footer.vue2.js +33 -0
  18. package/es/chat-embed/src/chat-bubble-footer.vue3.js +4 -0
  19. package/es/chat-embed/src/chat-embed-message.js +22 -0
  20. package/es/chat-embed/src/chat-sender.vue.js +7 -0
  21. package/es/chat-embed/src/chat-sender.vue2.js +160 -0
  22. package/es/chat-embed/src/chat-sender.vue3.js +4 -0
  23. package/es/chat-embed/src/components/answer-auto-chart.vue.js +7 -0
  24. package/es/chat-embed/src/components/answer-auto-chart.vue2.js +59 -0
  25. package/es/chat-embed/src/components/answer-auto-chart.vue3.js +4 -0
  26. package/es/chat-embed/src/components/answer-home-chart.vue.js +7 -0
  27. package/es/chat-embed/src/components/answer-home-chart.vue2.js +6 -0
  28. package/es/chat-embed/src/components/answer-home-chart.vue3.js +4 -0
  29. package/es/chat-embed/src/components/answer-interaction-data.vue.js +7 -0
  30. package/es/chat-embed/src/components/answer-interaction-data.vue2.js +118 -0
  31. package/es/chat-embed/src/components/answer-interaction-data.vue3.js +4 -0
  32. package/es/chat-embed/src/components/history-detail.vue.js +7 -0
  33. package/es/chat-embed/src/components/history-detail.vue2.js +55 -0
  34. package/es/chat-embed/src/components/history-detail.vue3.js +4 -0
  35. package/es/chat-embed/src/header.vue.js +7 -0
  36. package/es/chat-embed/src/header.vue2.js +46 -0
  37. package/es/chat-embed/src/header.vue3.js +4 -0
  38. package/es/chat-embed/src/index.vue.js +7 -0
  39. package/es/chat-embed/src/index.vue2.js +307 -0
  40. package/es/chat-embed/src/index.vue3.js +4 -0
  41. package/es/chat-embed/src/recommendation-message.vue.js +7 -0
  42. package/es/chat-embed/src/recommendation-message.vue2.js +8 -0
  43. package/es/chat-embed/src/recommendation-message.vue3.js +4 -0
  44. package/es/chat-embed/src/sidebar-item.vue.js +7 -0
  45. package/es/chat-embed/src/sidebar-item.vue2.js +118 -0
  46. package/es/chat-embed/src/sidebar-item.vue3.js +4 -0
  47. package/es/chat-embed/src/type.js +5 -0
  48. package/es/chat-embed/src/util/chat-embed-util.js +57 -0
  49. package/es/chat-embed/src/util/history-message-util.js +96 -0
  50. package/es/chat-embed/src/util/mcp-utils.js +53 -0
  51. package/es/chat-embed/src/util/text-file-util.js +12 -0
  52. package/es/chat-embed/src/voice/index.js +7 -0
  53. package/es/chat-embed/src/voice/js/crypto-js.js +1013 -0
  54. package/es/chat-embed/src/voice/js/processor/index.umd.js +178 -0
  55. package/es/chat-embed/src/voice/js/timer.js +11 -0
  56. package/es/chat-embed/src/voice/voice.vue.js +104 -0
  57. package/es/date-picker-range/index.js +7 -0
  58. package/es/date-picker-range/index.vue.js +7 -0
  59. package/es/date-picker-range/index.vue2.js +93 -0
  60. package/es/date-picker-range/index.vue3.js +4 -0
  61. package/es/department-tree/index.js +7 -0
  62. package/es/department-tree/src/department-tree.vue.js +23 -0
  63. package/es/department-tree-inline/index.js +7 -0
  64. package/es/department-tree-inline/src/department-multi-tree-inline.vue.js +91 -0
  65. package/es/department-tree-inline/src/department-multi-tree-inline.vue2.js +4 -0
  66. package/es/department-tree-inline/src/department-single-tree-inline.vue.js +64 -0
  67. package/es/department-tree-inline/src/department-single-tree-inline.vue2.js +4 -0
  68. package/es/department-tree-inline/src/department-tree-inline.vue.js +17 -0
  69. package/es/department-tree-inline/src/department-tree-service.js +108 -0
  70. package/es/department-tree-inline/src/search-result.vue.js +40 -0
  71. package/es/department-tree-inline/src/search-result.vue2.js +4 -0
  72. package/es/department-tree-mobile/index.js +8 -0
  73. package/es/department-tree-mobile/src/department-tree-app.vue.js +15 -0
  74. package/es/department-tree-mobile/src/department-tree-app.vue2.js +4 -0
  75. package/es/department-tree-mobile/src/department-tree-app.vue3.js +5 -0
  76. package/es/department-tree-mobile/src/department-tree-inline-app.vue.js +121 -0
  77. package/es/department-tree-mobile/src/department-tree-inline-app.vue2.js +4 -0
  78. package/es/department-tree-mobile/src/department-tree-service.js +55 -0
  79. package/es/department-tree-mobile/src/dept-path.vue.js +14 -0
  80. package/es/department-tree-mobile/src/dept-path.vue2.js +4 -0
  81. package/es/department-tree-mobile/src/dept-result.vue.js +16 -0
  82. package/es/department-tree-mobile/src/dept-result.vue2.js +4 -0
  83. package/es/department-user-tree/index.js +7 -0
  84. package/es/department-user-tree/src/department-user-multiple-tree.vue.js +20 -0
  85. package/es/department-user-tree/src/department-user-multiple-tree.vue2.js +4 -0
  86. package/es/department-user-tree/src/department-user-single-tree.vue.js +19 -0
  87. package/es/department-user-tree/src/department-user-tree.vue.js +27 -0
  88. package/es/department-user-tree-inline/index.js +7 -0
  89. package/es/department-user-tree-inline/src/department-user-multiple-tree-inline.vue.js +165 -0
  90. package/es/department-user-tree-inline/src/department-user-multiple-tree-inline.vue2.js +4 -0
  91. package/es/department-user-tree-inline/src/department-user-single-tree-inline.vue.js +69 -0
  92. package/es/department-user-tree-inline/src/department-user-single-tree-inline.vue2.js +4 -0
  93. package/es/department-user-tree-inline/src/department-user-tree-inline.vue.js +16 -0
  94. package/es/department-user-tree-inline/src/department-user-tree-multi-service.js +81 -0
  95. package/es/department-user-tree-inline/src/department-user-tree-single-service.js +54 -0
  96. package/es/department-user-tree-inline/src/group-user/group-input.vue.js +39 -0
  97. package/es/department-user-tree-inline/src/group-user/group-list.vue.js +27 -0
  98. package/es/department-user-tree-inline/src/group-user/group-user.vue.js +16 -0
  99. package/es/department-user-tree-inline/src/group-user-multiple-tree.vue.js +78 -0
  100. package/es/department-user-tree-inline/src/group-user-single-tree.vue.js +34 -0
  101. package/es/department-user-tree-inline/src/group-user-tree-service.js +34 -0
  102. package/es/department-user-tree-inline/src/search-result.vue.js +41 -0
  103. package/es/department-user-tree-inline/src/search-result.vue2.js +4 -0
  104. package/es/department-user-tree-mobile/index.js +8 -0
  105. package/es/department-user-tree-mobile/src/department-user-tree-app.vue.js +15 -0
  106. package/es/department-user-tree-mobile/src/department-user-tree-app.vue2.js +4 -0
  107. package/es/department-user-tree-mobile/src/department-user-tree-app.vue3.js +5 -0
  108. package/es/department-user-tree-mobile/src/department-user-tree-inline-app.vue.js +135 -0
  109. package/es/department-user-tree-mobile/src/department-user-tree-inline-app.vue2.js +4 -0
  110. package/es/department-user-tree-mobile/src/department-user-tree-service.js +38 -0
  111. package/es/department-user-tree-mobile/src/dept-path.vue.js +14 -0
  112. package/es/department-user-tree-mobile/src/dept-path.vue2.js +4 -0
  113. package/es/department-user-tree-mobile/src/dept-result.vue.js +17 -0
  114. package/es/department-user-tree-mobile/src/dept-result.vue2.js +4 -0
  115. package/es/directives/prevent-reclick.js +15 -0
  116. package/es/dynamic-source-select/index.js +7 -0
  117. package/es/dynamic-source-select/src/dynamic-source-select-service.js +32 -0
  118. package/es/dynamic-source-select/src/dynamic-source-select.vue.js +276 -0
  119. package/es/dynamic-source-select/src/dynamic-source-select.vue2.js +4 -0
  120. package/es/dynamic-source-select/src/dynamic-source-select.vue3.js +4 -0
  121. package/es/dynamic-source-select/src/events.js +29 -0
  122. package/es/empty-state/index.vue.js +9 -0
  123. package/es/empty-state/index.vue2.js +4 -0
  124. package/es/favicon.svg +29 -0
  125. package/es/fs-preview/index.js +7 -0
  126. package/es/fs-preview/src/fs-preview.vue.js +120 -0
  127. package/es/fs-preview/src/fs-preview.vue2.js +4 -0
  128. package/es/fs-upload/index.js +7 -0
  129. package/es/fs-upload/src/fs-upload-multi.vue.js +71 -0
  130. package/es/fs-upload/src/fs-upload-single.vue.js +73 -0
  131. package/es/fs-upload/src/fs-upload.vue.js +24 -0
  132. package/es/fs-upload/src/see-big-picture.vue.js +12 -0
  133. package/es/fs-upload-list/index.js +7 -0
  134. package/es/fs-upload-list/src/fs-upload-list.vue.js +98 -0
  135. package/es/fs-upload-list/src/fs-upload-list.vue2.js +4 -0
  136. package/es/fs-upload-new/index.js +7 -0
  137. package/es/fs-upload-new/src/file-upload-mobile/file-upload-app.vue.js +61 -0
  138. package/es/fs-upload-new/src/file-upload-mobile/file-upload-app.vue2.js +4 -0
  139. package/es/fs-upload-new/src/file-upload-mobile/file-upload-browser.vue.js +178 -0
  140. package/es/fs-upload-new/src/file-upload-mobile/file-upload-browser.vue2.js +4 -0
  141. package/es/fs-upload-new/src/file-upload-mobile/file-upload-component.vue.js +7 -0
  142. package/es/fs-upload-new/src/file-upload-mobile/file-upload-component.vue2.js +39 -0
  143. package/es/fs-upload-new/src/file-upload-mobile/file-upload-component.vue3.js +4 -0
  144. package/es/fs-upload-new/src/file-upload-mobile/file-upload-input.vue.js +45 -0
  145. package/es/fs-upload-new/src/file-upload-mobile/file-upload-input.vue2.js +4 -0
  146. package/es/fs-upload-new/src/file-upload-mobile/file-upload.vue.js +35 -0
  147. package/es/fs-upload-new/src/file-upload-mobile/file-upload.vue2.js +4 -0
  148. package/es/fs-upload-new/src/fs-button-upload.vue.js +7 -0
  149. package/es/fs-upload-new/src/fs-button-upload.vue2.js +62 -0
  150. package/es/fs-upload-new/src/fs-button-upload.vue3.js +4 -0
  151. package/es/fs-upload-new/src/fs-drag-upload.vue.js +7 -0
  152. package/es/fs-upload-new/src/fs-drag-upload.vue2.js +63 -0
  153. package/es/fs-upload-new/src/fs-drag-upload.vue3.js +4 -0
  154. package/es/fs-upload-new/src/fs-preview-new.vue.js +8 -0
  155. package/es/fs-upload-new/src/fs-preview-new.vue2.js +93 -0
  156. package/es/fs-upload-new/src/fs-preview-new.vue3.js +4 -0
  157. package/es/fs-upload-new/src/fs-preview-new.vue4.js +4 -0
  158. package/es/fs-upload-new/src/fs-upload-new.vue.js +64 -0
  159. package/es/fs-upload-new/src/fs-upload-new.vue2.js +4 -0
  160. package/es/hamburger/index.js +7 -0
  161. package/es/hamburger/src/hamburger.vue.js +15 -0
  162. package/es/hamburger/src/hamburger.vue2.js +4 -0
  163. package/es/index.js +383 -0
  164. package/es/json-view/json-view-dialog.vue.js +19 -0
  165. package/es/json-view/json-view-dialog.vue2.js +4 -0
  166. package/es/json-view/json-view.vue.js +4 -0
  167. package/es/json-view/json-view.vue2.js +36 -0
  168. package/es/multipart-upload/index.js +7 -0
  169. package/es/multipart-upload/src/index.vue.js +14 -0
  170. package/es/multipart-upload/src/multipart-upload-form.vue.js +82 -0
  171. package/es/multipart-upload/src/multipart-upload-list.vue.js +104 -0
  172. package/es/organization-input/index.js +7 -0
  173. package/es/organization-input/src/organization-input.vue.js +224 -0
  174. package/es/organization-input/src/organization-input.vue2.js +4 -0
  175. package/es/plugins/export-data-new.js +237 -0
  176. package/es/plugins/export-data.js +179 -0
  177. package/es/plugins/index.js +9 -0
  178. package/es/plugins/public-method.js +14 -0
  179. package/es/remove-department/index.js +7 -0
  180. package/es/remove-department/src/remove-department.vue.js +33 -0
  181. package/es/remove-department/src/remove-dept-service.js +13 -0
  182. package/es/remove-user/index.js +7 -0
  183. package/es/remove-user/src/remove-user-service.js +13 -0
  184. package/es/remove-user/src/remove-user.vue.js +35 -0
  185. package/es/remove-workgroup/index.js +7 -0
  186. package/es/remove-workgroup/src/remove-workgroup-service.js +13 -0
  187. package/es/remove-workgroup/src/remove-workgroup.vue.js +31 -0
  188. package/es/rich-editor/index.js +7 -0
  189. package/es/rich-editor/index.vue.js +115 -0
  190. package/es/rich-editor/tinymce/zh_CN.js +2 -0
  191. package/es/rich-editor/viewer.vue.js +27 -0
  192. package/es/row-form/index.js +7 -0
  193. package/es/row-form/index.vue.js +7 -0
  194. package/es/row-form/index.vue2.js +62 -0
  195. package/es/row-form/index.vue3.js +4 -0
  196. package/es/row-form/operation.vue.js +32 -0
  197. package/es/row-form/operation.vue2.js +4 -0
  198. package/es/scan-code-input/index.js +7 -0
  199. package/es/scan-code-input/src/events.js +15 -0
  200. package/es/scan-code-input/src/scan-code-input.vue.js +32 -0
  201. package/es/scan-code-input-browser/index.js +7 -0
  202. package/es/scan-code-input-browser/src/scan-code-input.vue.js +39 -0
  203. package/es/secret-info/index.js +7 -0
  204. package/es/secret-info/index.vue.js +16 -0
  205. package/es/src/api/sso-service.js +57 -0
  206. package/es/src/api/tab.js +15 -0
  207. package/es/src/assets/401/401.gif.js +4 -0
  208. package/es/src/assets/404/404-cloud.png.js +4 -0
  209. package/es/src/assets/404/404.png.js +4 -0
  210. package/es/src/assets/chat-embed/robot.gif.js +4 -0
  211. package/es/src/assets/chat-embed/robot.svg.js +4 -0
  212. package/es/src/assets/nonemessage.png.js +4 -0
  213. package/es/src/components/Affix/index.vue.js +7 -0
  214. package/es/src/components/Affix/index.vue2.js +83 -0
  215. package/es/src/components/Affix/index.vue3.js +4 -0
  216. package/es/src/components/Card/index.js +48 -0
  217. package/es/src/components/Scrollbar/index.vue.js +52 -0
  218. package/es/src/components/Scrollbar/index.vue2.js +4 -0
  219. package/es/src/directives/permission/index.js +7 -0
  220. package/es/src/directives/permission/permission.js +11 -0
  221. package/es/src/i18n/i18n.js +7 -0
  222. package/es/src/i18n/langs/cn.js +4 -0
  223. package/es/src/i18n/langs/en.js +4 -0
  224. package/es/src/mixins/resizeMixin.js +21 -0
  225. package/es/src/permission.js +79 -0
  226. package/es/src/router/index.js +9 -0
  227. package/es/src/store/getters.js +4 -0
  228. package/es/src/store/index.js +13 -0
  229. package/es/src/store/modules/app.js +41 -0
  230. package/es/src/store/modules/chat-ai-store.js +36 -0
  231. package/es/src/store/modules/permission.js +31 -0
  232. package/es/src/store/modules/system.js +12 -0
  233. package/es/src/store/modules/tab-content.js +20 -0
  234. package/es/src/store/modules/table.js +18 -0
  235. package/es/src/store/modules/user.js +139 -0
  236. package/es/src/utils/auth-api.js +134 -0
  237. package/es/src/utils/auth.js +156 -0
  238. package/es/src/utils/calculator/calculator-factory-wf.js +167 -0
  239. package/es/src/utils/calculator/calculator-factory.js +93 -0
  240. package/es/src/utils/calculator/calculator-util.js +56 -0
  241. package/es/src/utils/chat-ai-util.js +34 -0
  242. package/es/src/utils/common-util.js +440 -0
  243. package/es/src/utils/eventBus.js +6 -0
  244. package/es/src/utils/file-util.js +23 -0
  245. package/es/src/utils/global-prop.js +38 -0
  246. package/es/src/utils/guid.js +10 -0
  247. package/es/src/utils/i18n-util.js +70 -0
  248. package/es/src/utils/iconUtils.js +26 -0
  249. package/es/src/utils/index.js +46 -0
  250. package/es/src/utils/insert_css.js +17 -0
  251. package/es/src/utils/json-util.js +47 -0
  252. package/es/src/utils/jump-page-utils.js +264 -0
  253. package/es/src/utils/local-storage.js +19 -0
  254. package/es/src/utils/menu.js +14 -0
  255. package/es/src/utils/permission.js +45 -0
  256. package/es/src/utils/permissionAuth.js +154 -0
  257. package/es/src/utils/range-selector.js +105 -0
  258. package/es/src/utils/request.js +140 -0
  259. package/es/src/utils/resize.js +11 -0
  260. package/es/src/utils/restful-interface-utils.js +18 -0
  261. package/es/src/utils/util.js +361 -0
  262. package/es/src/utils/validate.js +22 -0
  263. package/es/src/utils/voice-setting-cache.js +212 -0
  264. package/es/src/utils/watermark-cache.js +15 -0
  265. package/es/src/utils/watermark.js +40 -0
  266. package/es/src/utils/workflow-util.js +42 -0
  267. package/es/src/views/dsc-component/Sidebar/Item.vue.js +7 -0
  268. package/es/src/views/dsc-component/Sidebar/Item.vue2.js +12 -0
  269. package/es/src/views/dsc-component/Sidebar/Item.vue3.js +4 -0
  270. package/es/src/views/dsc-component/Sidebar/Link.vue.js +14 -0
  271. package/es/src/views/dsc-component/Sidebar/SidebarItem.vue.js +53 -0
  272. package/es/src/views/dsc-component/Sidebar/SidebarItem.vue2.js +4 -0
  273. package/es/src/views/dsc-component/Sidebar/index.vue.js +111 -0
  274. package/es/src/views/dsc-component/tabs/tab-content.vue.js +66 -0
  275. package/es/src/views/dsc-component/tabs/tab-content.vue2.js +4 -0
  276. package/es/src/views/dsc-component/tabs/tab-content.vue3.js +4 -0
  277. package/es/src/views/error-page/401.vue.js +15 -0
  278. package/es/src/views/error-page/401.vue2.js +4 -0
  279. package/es/src/views/error-page/404.vue.js +12 -0
  280. package/es/src/views/error-page/404.vue2.js +4 -0
  281. package/es/src/views/layout/EmptyLayout.vue.js +9 -0
  282. package/es/src/views/layout/Layout.vue.js +28 -0
  283. package/es/src/views/layout/Layout.vue2.js +4 -0
  284. package/es/src/views/layout/NewLayout.vue.js +11 -0
  285. package/es/src/views/layout/components/AppMain.vue.js +13 -0
  286. package/es/src/views/layout/components/AppMain.vue2.js +4 -0
  287. package/es/src/views/layout/components/Breadcrumb/index.vue.js +49 -0
  288. package/es/src/views/layout/components/Breadcrumb/index.vue2.js +4 -0
  289. package/es/src/views/layout/components/Menubar/Item.vue.js +7 -0
  290. package/es/src/views/layout/components/Menubar/Item.vue2.js +15 -0
  291. package/es/src/views/layout/components/Menubar/Item.vue3.js +4 -0
  292. package/es/src/views/layout/components/Menubar/Link.vue.js +14 -0
  293. package/es/src/views/layout/components/Menubar/SidebarItem.vue.js +56 -0
  294. package/es/src/views/layout/components/Menubar/SidebarItem.vue2.js +4 -0
  295. package/es/src/views/layout/components/Menubar/index.vue.js +90 -0
  296. package/es/src/views/layout/components/Sidebar/Item.vue.js +9 -0
  297. package/es/src/views/layout/components/Sidebar/Item.vue2.js +4 -0
  298. package/es/src/views/layout/components/Sidebar/Link.vue.js +12 -0
  299. package/es/src/views/layout/components/Sidebar/SidebarItem.vue.js +22 -0
  300. package/es/src/views/layout/components/Sidebar/SidebarItem.vue2.js +4 -0
  301. package/es/src/views/layout/components/Sidebar/index.vue.js +58 -0
  302. package/es/src/views/layout/components/iframe-page.vue.js +14 -0
  303. package/es/src/views/layout/components/iframe-page.vue2.js +4 -0
  304. package/es/src/views/layout/components/tabs/tab-content.vue.js +64 -0
  305. package/es/src/views/layout/components/tabs/tab-content.vue2.js +4 -0
  306. package/es/src/views/layout/components/tabs/tab-content.vue3.js +4 -0
  307. package/es/src/views/layout/mixin/ResizeHandler.js +16 -0
  308. package/es/src/views/layout/tab-content-iframe-index.vue.js +14 -0
  309. package/es/src/views/layout/tab-content-iframe-index.vue2.js +4 -0
  310. package/es/src/views/layout/tab-content-index.vue.js +28 -0
  311. package/es/src/views/layout/tab-content-index.vue2.js +4 -0
  312. package/es/src/views/login/authredirect.vue.js +7 -0
  313. package/es/src/views/redirect/index.vue.js +8 -0
  314. package/es/src/views/svg-icon/src/svg-icon.vue.js +4 -0
  315. package/es/src/views/wf-history/tache-subprocess-history.vue.js +14 -0
  316. package/es/src/views/wf-history/tache-subprocess-history.vue2.js +4 -0
  317. package/es/style.css +3077 -0
  318. package/es/super-grid/index.js +7 -0
  319. package/es/super-grid/src/apis.js +458 -0
  320. package/es/super-grid/src/columns-config.vue.js +82 -0
  321. package/es/super-grid/src/components/grid-icon.vue.js +47 -0
  322. package/es/super-grid/src/components/grid-radio-input.vue.js +25 -0
  323. package/es/super-grid/src/components/grid-radio-input.vue2.js +4 -0
  324. package/es/super-grid/src/components/mobile-table-card.js +109 -0
  325. package/es/super-grid/src/components/select-input.vue.js +149 -0
  326. package/es/super-grid/src/components/select-input.vue2.js +4 -0
  327. package/es/super-grid/src/custom-formatter.js +168 -0
  328. package/es/super-grid/src/dynamic-input.vue.js +482 -0
  329. package/es/super-grid/src/eventBus.js +6 -0
  330. package/es/super-grid/src/events.js +37 -0
  331. package/es/super-grid/src/formValidatorUtil.js +109 -0
  332. package/es/super-grid/src/formatter.js +74 -0
  333. package/es/super-grid/src/group-column.vue.js +24 -0
  334. package/es/super-grid/src/header-context-menu.vue.js +15 -0
  335. package/es/super-grid/src/header-context-menu.vue2.js +4 -0
  336. package/es/super-grid/src/index-column.vue.js +22 -0
  337. package/es/super-grid/src/normal-column-content.vue.js +319 -0
  338. package/es/super-grid/src/normal-column-content.vue2.js +4 -0
  339. package/es/super-grid/src/normal-column.vue.js +106 -0
  340. package/es/super-grid/src/normal-column.vue2.js +4 -0
  341. package/es/super-grid/src/public-methods.js +22 -0
  342. package/es/super-grid/src/row-detail.vue.js +14 -0
  343. package/es/super-grid/src/row-operation.vue.js +89 -0
  344. package/es/super-grid/src/row-operation.vue2.js +4 -0
  345. package/es/super-grid/src/scan-util.js +100 -0
  346. package/es/super-grid/src/search-button.vue.js +23 -0
  347. package/es/super-grid/src/search-condition-input.vue.js +17 -0
  348. package/es/super-grid/src/search-condition-list.vue.js +20 -0
  349. package/es/super-grid/src/search-form-advancedQuery.vue.js +116 -0
  350. package/es/super-grid/src/search-form-advancedQuery.vue2.js +4 -0
  351. package/es/super-grid/src/search-form-dialog.vue.js +16 -0
  352. package/es/super-grid/src/search-form-item.vue.js +128 -0
  353. package/es/super-grid/src/search-form-item.vue2.js +4 -0
  354. package/es/super-grid/src/search-form-mobile.vue.js +41 -0
  355. package/es/super-grid/src/search-form-mobile.vue2.js +4 -0
  356. package/es/super-grid/src/search-form-number.vue.js +26 -0
  357. package/es/super-grid/src/search-form-open.vue.js +50 -0
  358. package/es/super-grid/src/search-form-ordinarySearch.vue.js +39 -0
  359. package/es/super-grid/src/search-form-ordinarySearch.vue2.js +4 -0
  360. package/es/super-grid/src/search-form.vue.js +201 -0
  361. package/es/super-grid/src/search-form.vue2.js +4 -0
  362. package/es/super-grid/src/search-methods.js +164 -0
  363. package/es/super-grid/src/selection-column.vue.js +11 -0
  364. package/es/super-grid/src/store.js +4 -0
  365. package/es/super-grid/src/super-grid-service.js +260 -0
  366. package/es/super-grid/src/super-grid.vue.js +1052 -0
  367. package/es/super-grid/src/super-grid.vue2.js +4 -0
  368. package/es/super-grid/src/utils.js +355 -0
  369. package/es/super-grid/src/view-image-dialog.vue.js +67 -0
  370. package/es/super-icon/index.js +7 -0
  371. package/es/super-icon/src/index.vue.js +7 -0
  372. package/es/super-icon/src/index.vue2.js +13 -0
  373. package/es/super-icon/src/index.vue3.js +4 -0
  374. package/es/super-nine-grid/index.js +7 -0
  375. package/es/super-nine-grid/src/apis.js +36 -0
  376. package/es/super-nine-grid/src/custom-formatter.js +35 -0
  377. package/es/super-nine-grid/src/formatter.js +37 -0
  378. package/es/super-nine-grid/src/search-form-number.vue.js +13 -0
  379. package/es/super-nine-grid/src/search-form.vue.js +91 -0
  380. package/es/super-nine-grid/src/search-form.vue2.js +4 -0
  381. package/es/super-nine-grid/src/search-methods.js +48 -0
  382. package/es/super-nine-grid/src/store.js +4 -0
  383. package/es/super-nine-grid/src/super-grid-service.js +39 -0
  384. package/es/super-nine-grid/src/super-nine-grid.vue.js +225 -0
  385. package/es/super-nine-grid/src/super-nine-grid.vue2.js +4 -0
  386. package/es/super-nine-grid/src/utils.js +32 -0
  387. package/es/svg-icon/index.js +7 -0
  388. package/es/svg-icon/src/svg-icon.vue.js +14 -0
  389. package/es/svg-icon/src/svg-icon.vue2.js +4 -0
  390. package/es/utils/gogocodeTransfer.js +33 -0
  391. package/es/utils/memory-cache-utils.js +30 -0
  392. package/es/utils/organization.js +57 -0
  393. package/es/utils/utils.js +87 -0
  394. package/es/utils/value-set.js +94 -0
  395. package/es/valid-code/index.js +7 -0
  396. package/es/valid-code/src/valid-code.vue.js +23 -0
  397. package/es/valid-code/src/valid-code.vue2.js +4 -0
  398. package/es/workflow-button/index.js +7 -0
  399. package/es/workflow-button/src/workflow-button.vue.js +85 -0
  400. package/es/workflow-history-list/index.js +7 -0
  401. package/es/workflow-history-list/src/api.js +6 -0
  402. package/es/workflow-history-list/src/workflow-history-list.vue.js +89 -0
  403. package/es/workflow-history-list/src/workflow-history-list.vue2.js +4 -0
  404. package/es/workgroup-tree/index.js +7 -0
  405. package/es/workgroup-tree/src/workgroup-tree.vue.js +23 -0
  406. package/es/workgroup-tree-inline/index.js +7 -0
  407. package/es/workgroup-tree-inline/src/search-result.vue.js +39 -0
  408. package/es/workgroup-tree-inline/src/search-result.vue2.js +4 -0
  409. package/es/workgroup-tree-inline/src/workgroup-tree-inline.vue.js +128 -0
  410. package/es/workgroup-tree-inline/src/workgroup-tree-inline.vue2.js +4 -0
  411. package/es/workgroup-tree-inline/src/workgroup-tree-service.js +35 -0
  412. package/es/workgroup-tree-mobile/index.js +8 -0
  413. package/es/workgroup-tree-mobile/src/dept-result.vue.js +16 -0
  414. package/es/workgroup-tree-mobile/src/dept-result.vue2.js +4 -0
  415. package/es/workgroup-tree-mobile/src/workgroup-tree-app.vue.js +15 -0
  416. package/es/workgroup-tree-mobile/src/workgroup-tree-app.vue2.js +4 -0
  417. package/es/workgroup-tree-mobile/src/workgroup-tree-app.vue3.js +5 -0
  418. package/es/workgroup-tree-mobile/src/workgroup-tree-inline-app.vue.js +109 -0
  419. package/es/workgroup-tree-mobile/src/workgroup-tree-inline-app.vue2.js +4 -0
  420. package/es/workgroup-tree-mobile/src/workgroup-tree-service.js +33 -0
  421. package/es/workgroup-user-tree/index.js +7 -0
  422. package/es/workgroup-user-tree/src/workgroup-user-tree.vue.js +23 -0
  423. package/es/workgroup-user-tree-inline/index.js +7 -0
  424. package/es/workgroup-user-tree-inline/src/search-result.vue.js +39 -0
  425. package/es/workgroup-user-tree-inline/src/search-result.vue2.js +4 -0
  426. package/es/workgroup-user-tree-inline/src/workgroup-tree-inline-service.js +73 -0
  427. package/es/workgroup-user-tree-inline/src/workgroup-user-tree-inline.vue.js +172 -0
  428. package/es/workgroup-user-tree-inline/src/workgroup-user-tree-inline.vue2.js +4 -0
  429. package/es/workgroup-user-tree-mobile/src/dept-path.vue.js +14 -0
  430. package/es/workgroup-user-tree-mobile/src/dept-path.vue2.js +4 -0
  431. package/es/workgroup-user-tree-mobile/src/dept-result.vue.js +17 -0
  432. package/es/workgroup-user-tree-mobile/src/dept-result.vue2.js +4 -0
  433. package/es/workgroup-user-tree-mobile/src/workgroup-user-tree-app.vue.js +15 -0
  434. package/es/workgroup-user-tree-mobile/src/workgroup-user-tree-app.vue2.js +4 -0
  435. package/es/workgroup-user-tree-mobile/src/workgroup-user-tree-app.vue3.js +5 -0
  436. package/es/workgroup-user-tree-mobile/src/workgroup-user-tree-inline-app.vue.js +135 -0
  437. package/es/workgroup-user-tree-mobile/src/workgroup-user-tree-inline-app.vue2.js +4 -0
  438. package/es/workgroup-user-tree-mobile/src/workgroup-user-tree-service.js +29 -0
  439. package/es/year-range-picker/index.js +7 -0
  440. package/es/year-range-picker/src/year-range-picker.vue.js +14 -0
  441. package/lib/IntervalSelection/index.js +5 -7
  442. package/lib/IntervalSelection/src/sectionDate.vue.js +17 -21
  443. package/lib/IntervalSelection/src/sectionDate.vue2.js +2 -4
  444. package/lib/_virtual/__vite-browser-external.js +2 -4
  445. package/lib/_virtual/_plugin-vue_export-helper.js +6 -8
  446. package/lib/breadcrumb/index.js +3 -5
  447. package/lib/breadcrumb/src/breadcrumb.vue.js +28 -19
  448. package/lib/breadcrumb/src/breadcrumb.vue2.js +2 -4
  449. package/lib/chat-embed/index.js +3 -5
  450. package/lib/chat-embed/src/chat-addition-data.vue.js +5 -7
  451. package/lib/chat-embed/src/chat-addition-data.vue2.js +11 -13
  452. package/lib/chat-embed/src/chat-addition-data.vue3.js +2 -4
  453. package/lib/chat-embed/src/chat-ai-answer-tip.vue.js +5 -7
  454. package/lib/chat-embed/src/chat-ai-answer-tip.vue2.js +17 -20
  455. package/lib/chat-embed/src/chat-ai-answer-tip.vue3.js +2 -4
  456. package/lib/chat-embed/src/chat-bubble-footer.vue.js +5 -7
  457. package/lib/chat-embed/src/chat-bubble-footer.vue2.js +17 -22
  458. package/lib/chat-embed/src/chat-bubble-footer.vue3.js +2 -4
  459. package/lib/chat-embed/src/chat-embed-message.js +14 -20
  460. package/lib/chat-embed/src/chat-sender.vue.js +5 -7
  461. package/lib/chat-embed/src/chat-sender.vue2.js +110 -123
  462. package/lib/chat-embed/src/chat-sender.vue3.js +2 -4
  463. package/lib/chat-embed/src/components/answer-auto-chart.vue.js +5 -7
  464. package/lib/chat-embed/src/components/answer-auto-chart.vue2.js +42 -50
  465. package/lib/chat-embed/src/components/answer-auto-chart.vue3.js +2 -4
  466. package/lib/chat-embed/src/components/answer-home-chart.vue.js +5 -7
  467. package/lib/chat-embed/src/components/answer-home-chart.vue2.js +3 -6
  468. package/lib/chat-embed/src/components/answer-home-chart.vue3.js +2 -4
  469. package/lib/chat-embed/src/components/answer-interaction-data.vue.js +5 -7
  470. package/lib/chat-embed/src/components/answer-interaction-data.vue2.js +74 -84
  471. package/lib/chat-embed/src/components/answer-interaction-data.vue3.js +2 -4
  472. package/lib/chat-embed/src/components/history-detail.vue.js +5 -7
  473. package/lib/chat-embed/src/components/history-detail.vue2.js +27 -32
  474. package/lib/chat-embed/src/components/history-detail.vue3.js +2 -4
  475. package/lib/chat-embed/src/header.vue.js +5 -7
  476. package/lib/chat-embed/src/header.vue2.js +25 -32
  477. package/lib/chat-embed/src/header.vue3.js +2 -4
  478. package/lib/chat-embed/src/index.vue.js +5 -7
  479. package/lib/chat-embed/src/index.vue2.js +185 -211
  480. package/lib/chat-embed/src/index.vue3.js +2 -4
  481. package/lib/chat-embed/src/recommendation-message.vue.js +5 -7
  482. package/lib/chat-embed/src/recommendation-message.vue2.js +5 -8
  483. package/lib/chat-embed/src/recommendation-message.vue3.js +2 -4
  484. package/lib/chat-embed/src/sidebar-item.vue.js +5 -7
  485. package/lib/chat-embed/src/sidebar-item.vue2.js +84 -93
  486. package/lib/chat-embed/src/sidebar-item.vue3.js +2 -4
  487. package/lib/chat-embed/src/type.js +3 -5
  488. package/lib/chat-embed/src/util/chat-embed-util.js +35 -41
  489. package/lib/chat-embed/src/util/history-message-util.js +63 -85
  490. package/lib/chat-embed/src/util/mcp-utils.js +5 -8
  491. package/lib/chat-embed/src/util/text-file-util.js +7 -11
  492. package/lib/chat-embed/src/voice/index.js +5 -7
  493. package/lib/chat-embed/src/voice/js/crypto-js.js +987 -995
  494. package/lib/chat-embed/src/voice/js/processor/index.umd.js +161 -169
  495. package/lib/chat-embed/src/voice/js/timer.js +7 -10
  496. package/lib/chat-embed/src/voice/voice.vue.js +61 -70
  497. package/lib/date-picker-range/index.js +5 -7
  498. package/lib/date-picker-range/index.vue.js +5 -7
  499. package/lib/date-picker-range/index.vue2.js +59 -63
  500. package/lib/date-picker-range/index.vue3.js +2 -4
  501. package/lib/department-tree/index.js +3 -5
  502. package/lib/department-tree/src/department-tree.vue.js +11 -17
  503. package/lib/department-tree-inline/index.js +3 -5
  504. package/lib/department-tree-inline/src/department-multi-tree-inline.vue.js +17 -27
  505. package/lib/department-tree-inline/src/department-multi-tree-inline.vue2.js +2 -4
  506. package/lib/department-tree-inline/src/department-single-tree-inline.vue.js +17 -27
  507. package/lib/department-tree-inline/src/department-single-tree-inline.vue2.js +2 -4
  508. package/lib/department-tree-inline/src/department-tree-inline.vue.js +8 -13
  509. package/lib/department-tree-inline/src/department-tree-service.js +8 -10
  510. package/lib/department-tree-inline/src/search-result.vue.js +19 -23
  511. package/lib/department-tree-inline/src/search-result.vue2.js +2 -4
  512. package/lib/department-tree-mobile/index.js +4 -7
  513. package/lib/department-tree-mobile/src/department-tree-app.vue.js +9 -12
  514. package/lib/department-tree-mobile/src/department-tree-app.vue2.js +2 -4
  515. package/lib/department-tree-mobile/src/department-tree-app.vue3.js +3 -5
  516. package/lib/department-tree-mobile/src/department-tree-inline-app.vue.js +80 -91
  517. package/lib/department-tree-mobile/src/department-tree-inline-app.vue2.js +3 -4
  518. package/lib/department-tree-mobile/src/department-tree-service.js +32 -42
  519. package/lib/department-tree-mobile/src/dept-path.vue.js +10 -11
  520. package/lib/department-tree-mobile/src/dept-path.vue2.js +3 -4
  521. package/lib/department-tree-mobile/src/dept-result.vue.js +11 -14
  522. package/lib/department-tree-mobile/src/dept-result.vue2.js +3 -4
  523. package/lib/department-user-tree/index.js +3 -5
  524. package/lib/department-user-tree/src/department-user-multiple-tree.vue.js +10 -14
  525. package/lib/department-user-tree/src/department-user-multiple-tree.vue2.js +2 -4
  526. package/lib/department-user-tree/src/department-user-single-tree.vue.js +9 -14
  527. package/lib/department-user-tree/src/department-user-tree.vue.js +14 -20
  528. package/lib/department-user-tree-inline/index.js +3 -5
  529. package/lib/department-user-tree-inline/src/department-user-multiple-tree-inline.vue.js +17 -28
  530. package/lib/department-user-tree-inline/src/department-user-multiple-tree-inline.vue2.js +2 -4
  531. package/lib/department-user-tree-inline/src/department-user-single-tree-inline.vue.js +21 -33
  532. package/lib/department-user-tree-inline/src/department-user-single-tree-inline.vue2.js +2 -4
  533. package/lib/department-user-tree-inline/src/department-user-tree-inline.vue.js +8 -13
  534. package/lib/department-user-tree-inline/src/department-user-tree-multi-service.js +6 -9
  535. package/lib/department-user-tree-inline/src/department-user-tree-single-service.js +8 -11
  536. package/lib/department-user-tree-inline/src/group-user/group-input.vue.js +7 -12
  537. package/lib/department-user-tree-inline/src/group-user/group-list.vue.js +7 -12
  538. package/lib/department-user-tree-inline/src/group-user/group-user.vue.js +8 -14
  539. package/lib/department-user-tree-inline/src/group-user-multiple-tree.vue.js +14 -20
  540. package/lib/department-user-tree-inline/src/group-user-single-tree.vue.js +17 -23
  541. package/lib/department-user-tree-inline/src/group-user-tree-service.js +2 -3
  542. package/lib/department-user-tree-inline/src/search-result.vue.js +12 -15
  543. package/lib/department-user-tree-inline/src/search-result.vue2.js +2 -4
  544. package/lib/department-user-tree-mobile/index.js +4 -7
  545. package/lib/department-user-tree-mobile/src/department-user-tree-app.vue.js +9 -12
  546. package/lib/department-user-tree-mobile/src/department-user-tree-app.vue2.js +2 -4
  547. package/lib/department-user-tree-mobile/src/department-user-tree-app.vue3.js +3 -5
  548. package/lib/department-user-tree-mobile/src/department-user-tree-inline-app.vue.js +93 -104
  549. package/lib/department-user-tree-mobile/src/department-user-tree-inline-app.vue2.js +3 -4
  550. package/lib/department-user-tree-mobile/src/department-user-tree-service.js +20 -30
  551. package/lib/department-user-tree-mobile/src/dept-path.vue.js +10 -11
  552. package/lib/department-user-tree-mobile/src/dept-path.vue2.js +3 -4
  553. package/lib/department-user-tree-mobile/src/dept-result.vue.js +11 -15
  554. package/lib/department-user-tree-mobile/src/dept-result.vue2.js +3 -4
  555. package/lib/directives/prevent-reclick.js +2 -3
  556. package/lib/dynamic-source-select/index.js +5 -7
  557. package/lib/dynamic-source-select/src/dynamic-source-select-service.js +13 -15
  558. package/lib/dynamic-source-select/src/dynamic-source-select.vue.js +173 -183
  559. package/lib/dynamic-source-select/src/dynamic-source-select.vue2.js +2 -4
  560. package/lib/dynamic-source-select/src/dynamic-source-select.vue3.js +2 -4
  561. package/lib/dynamic-source-select/src/events.js +2 -3
  562. package/lib/empty-state/index.vue.js +5 -8
  563. package/lib/empty-state/index.vue2.js +3 -4
  564. package/lib/fs-preview/index.js +5 -7
  565. package/lib/fs-preview/src/fs-preview.vue.js +63 -72
  566. package/lib/fs-preview/src/fs-preview.vue2.js +2 -4
  567. package/lib/fs-upload/index.js +5 -7
  568. package/lib/fs-upload/src/fs-upload-multi.vue.js +24 -32
  569. package/lib/fs-upload/src/fs-upload-single.vue.js +30 -39
  570. package/lib/fs-upload/src/fs-upload.vue.js +10 -16
  571. package/lib/fs-upload/src/see-big-picture.vue.js +8 -11
  572. package/lib/fs-upload-list/index.js +5 -7
  573. package/lib/fs-upload-list/src/fs-upload-list.vue.js +33 -40
  574. package/lib/fs-upload-list/src/fs-upload-list.vue2.js +2 -4
  575. package/lib/fs-upload-new/index.js +5 -7
  576. package/lib/fs-upload-new/src/file-upload-mobile/file-upload-app.vue.js +34 -38
  577. package/lib/fs-upload-new/src/file-upload-mobile/file-upload-app.vue2.js +3 -4
  578. package/lib/fs-upload-new/src/file-upload-mobile/file-upload-browser.vue.js +101 -109
  579. package/lib/fs-upload-new/src/file-upload-mobile/file-upload-browser.vue2.js +3 -4
  580. package/lib/fs-upload-new/src/file-upload-mobile/file-upload-component.vue.js +5 -7
  581. package/lib/fs-upload-new/src/file-upload-mobile/file-upload-component.vue2.js +26 -33
  582. package/lib/fs-upload-new/src/file-upload-mobile/file-upload-component.vue3.js +2 -4
  583. package/lib/fs-upload-new/src/file-upload-mobile/file-upload-input.vue.js +27 -31
  584. package/lib/fs-upload-new/src/file-upload-mobile/file-upload-input.vue2.js +3 -4
  585. package/lib/fs-upload-new/src/file-upload-mobile/file-upload.vue.js +18 -24
  586. package/lib/fs-upload-new/src/file-upload-mobile/file-upload.vue2.js +3 -4
  587. package/lib/fs-upload-new/src/fs-button-upload.vue.js +5 -7
  588. package/lib/fs-upload-new/src/fs-button-upload.vue2.js +36 -43
  589. package/lib/fs-upload-new/src/fs-button-upload.vue3.js +2 -4
  590. package/lib/fs-upload-new/src/fs-drag-upload.vue.js +5 -7
  591. package/lib/fs-upload-new/src/fs-drag-upload.vue2.js +37 -45
  592. package/lib/fs-upload-new/src/fs-drag-upload.vue3.js +2 -4
  593. package/lib/fs-upload-new/src/fs-preview-new.vue.js +5 -8
  594. package/lib/fs-upload-new/src/fs-preview-new.vue2.js +61 -70
  595. package/lib/fs-upload-new/src/fs-preview-new.vue3.js +2 -4
  596. package/lib/fs-upload-new/src/fs-preview-new.vue4.js +2 -4
  597. package/lib/fs-upload-new/src/fs-upload-new.vue.js +37 -47
  598. package/lib/fs-upload-new/src/fs-upload-new.vue2.js +3 -4
  599. package/lib/hamburger/index.js +3 -5
  600. package/lib/hamburger/src/hamburger.vue.js +10 -14
  601. package/lib/hamburger/src/hamburger.vue2.js +2 -4
  602. package/lib/index.js +40 -380
  603. package/lib/json-view/json-view-dialog.vue.js +12 -15
  604. package/lib/json-view/json-view-dialog.vue2.js +3 -4
  605. package/lib/json-view/json-view.vue.js +3 -4
  606. package/lib/json-view/json-view.vue2.js +27 -31
  607. package/lib/multipart-upload/index.js +5 -7
  608. package/lib/multipart-upload/src/index.vue.js +7 -11
  609. package/lib/multipart-upload/src/multipart-upload-form.vue.js +40 -49
  610. package/lib/multipart-upload/src/multipart-upload-list.vue.js +59 -67
  611. package/lib/organization-input/index.js +5 -7
  612. package/lib/organization-input/src/organization-input.vue.js +31 -37
  613. package/lib/organization-input/src/organization-input.vue2.js +2 -4
  614. package/lib/plugins/export-data-new.js +96 -104
  615. package/lib/plugins/export-data.js +45 -51
  616. package/lib/plugins/index.js +4 -8
  617. package/lib/plugins/public-method.js +2 -3
  618. package/lib/remove-department/index.js +3 -5
  619. package/lib/remove-department/src/remove-department.vue.js +13 -19
  620. package/lib/remove-department/src/remove-dept-service.js +9 -10
  621. package/lib/remove-user/index.js +5 -7
  622. package/lib/remove-user/src/remove-user-service.js +3 -4
  623. package/lib/remove-user/src/remove-user.vue.js +16 -22
  624. package/lib/remove-workgroup/index.js +5 -7
  625. package/lib/remove-workgroup/src/remove-workgroup-service.js +3 -4
  626. package/lib/remove-workgroup/src/remove-workgroup.vue.js +12 -18
  627. package/lib/rich-editor/index.js +5 -7
  628. package/lib/rich-editor/index.vue.js +28 -76
  629. package/lib/rich-editor/tinymce/zh_CN.js +2 -2
  630. package/lib/rich-editor/viewer.vue.js +7 -10
  631. package/lib/row-form/index.js +5 -7
  632. package/lib/row-form/index.vue.js +5 -7
  633. package/lib/row-form/index.vue2.js +41 -47
  634. package/lib/row-form/index.vue3.js +2 -4
  635. package/lib/row-form/operation.vue.js +22 -26
  636. package/lib/row-form/operation.vue2.js +3 -4
  637. package/lib/scan-code-input/index.js +5 -7
  638. package/lib/scan-code-input/src/events.js +11 -13
  639. package/lib/scan-code-input/src/scan-code-input.vue.js +9 -15
  640. package/lib/scan-code-input-browser/index.js +5 -7
  641. package/lib/scan-code-input-browser/src/scan-code-input.vue.js +16 -21
  642. package/lib/secret-info/index.js +5 -7
  643. package/lib/secret-info/index.vue.js +6 -9
  644. package/lib/src/api/sso-service.js +34 -36
  645. package/lib/src/api/tab.js +8 -9
  646. package/lib/src/assets/401/401.gif.js +2 -4
  647. package/lib/src/assets/404/404-cloud.png.js +2 -4
  648. package/lib/src/assets/404/404.png.js +2 -4
  649. package/lib/src/assets/chat-embed/robot.gif.js +2 -4
  650. package/lib/src/assets/chat-embed/robot.svg.js +2 -4
  651. package/lib/src/assets/nonemessage.png.js +2 -4
  652. package/lib/src/components/Affix/index.vue.js +5 -7
  653. package/lib/src/components/Affix/index.vue2.js +56 -58
  654. package/lib/src/components/Affix/index.vue3.js +2 -4
  655. package/lib/src/components/Card/index.js +33 -38
  656. package/lib/src/components/Scrollbar/index.vue.js +33 -37
  657. package/lib/src/components/Scrollbar/index.vue2.js +2 -4
  658. package/lib/src/directives/permission/index.js +3 -5
  659. package/lib/src/directives/permission/permission.js +7 -9
  660. package/lib/src/i18n/i18n.js +3 -7
  661. package/lib/src/i18n/langs/cn.js +2 -4
  662. package/lib/src/i18n/langs/en.js +2 -4
  663. package/lib/src/mixins/resizeMixin.js +2 -3
  664. package/lib/src/permission.js +43 -46
  665. package/lib/src/router/index.js +16 -9
  666. package/lib/src/store/getters.js +2 -4
  667. package/lib/src/store/index.js +16 -13
  668. package/lib/src/store/modules/app.js +3 -4
  669. package/lib/src/store/modules/chat-ai-store.js +19 -22
  670. package/lib/src/store/modules/permission.js +10 -11
  671. package/lib/src/store/modules/system.js +7 -9
  672. package/lib/src/store/modules/tab-content.js +13 -15
  673. package/lib/src/store/modules/table.js +2 -3
  674. package/lib/src/store/modules/user.js +89 -95
  675. package/lib/src/utils/auth-api.js +3 -5
  676. package/lib/src/utils/auth.js +69 -139
  677. package/lib/src/utils/calculator/calculator-factory-wf.js +48 -49
  678. package/lib/src/utils/calculator/calculator-factory.js +57 -58
  679. package/lib/src/utils/calculator/calculator-util.js +29 -32
  680. package/lib/src/utils/chat-ai-util.js +17 -25
  681. package/lib/src/utils/common-util.js +271 -356
  682. package/lib/src/utils/eventBus.js +3 -6
  683. package/lib/src/utils/file-util.js +15 -16
  684. package/lib/src/utils/global-prop.js +21 -37
  685. package/lib/src/utils/guid.js +5 -8
  686. package/lib/src/utils/i18n-util.js +16 -24
  687. package/lib/src/utils/iconUtils.js +16 -23
  688. package/lib/src/utils/index.js +26 -40
  689. package/lib/src/utils/insert_css.js +8 -7
  690. package/lib/src/utils/json-util.js +25 -27
  691. package/lib/src/utils/jump-page-utils.js +172 -180
  692. package/lib/src/utils/local-storage.js +2 -3
  693. package/lib/src/utils/menu.js +10 -11
  694. package/lib/src/utils/permission.js +22 -26
  695. package/lib/src/utils/permissionAuth.js +102 -136
  696. package/lib/src/utils/range-selector.js +41 -45
  697. package/lib/src/utils/request.js +77 -86
  698. package/lib/src/utils/resize.js +5 -5
  699. package/lib/src/utils/restful-interface-utils.js +12 -15
  700. package/lib/src/utils/util.js +6 -26
  701. package/lib/src/utils/validate.js +10 -20
  702. package/lib/src/utils/voice-setting-cache.js +140 -153
  703. package/lib/src/utils/watermark-cache.js +9 -14
  704. package/lib/src/utils/watermark.js +23 -30
  705. package/lib/src/utils/workflow-util.js +25 -26
  706. package/lib/src/views/dsc-component/Sidebar/Item.vue.js +5 -7
  707. package/lib/src/views/dsc-component/Sidebar/Item.vue2.js +8 -11
  708. package/lib/src/views/dsc-component/Sidebar/Item.vue3.js +2 -4
  709. package/lib/src/views/dsc-component/Sidebar/Link.vue.js +9 -12
  710. package/lib/src/views/dsc-component/Sidebar/SidebarItem.vue.js +19 -26
  711. package/lib/src/views/dsc-component/Sidebar/SidebarItem.vue2.js +2 -4
  712. package/lib/src/views/dsc-component/Sidebar/index.vue.js +13 -22
  713. package/lib/src/views/dsc-component/tabs/tab-content.vue.js +21 -26
  714. package/lib/src/views/dsc-component/tabs/tab-content.vue2.js +2 -4
  715. package/lib/src/views/dsc-component/tabs/tab-content.vue3.js +2 -4
  716. package/lib/src/views/error-page/401.vue.js +9 -13
  717. package/lib/src/views/error-page/401.vue2.js +2 -4
  718. package/lib/src/views/error-page/404.vue.js +7 -11
  719. package/lib/src/views/error-page/404.vue2.js +2 -4
  720. package/lib/src/views/layout/EmptyLayout.vue.js +6 -8
  721. package/lib/src/views/layout/Layout.vue.js +12 -19
  722. package/lib/src/views/layout/Layout.vue2.js +2 -4
  723. package/lib/src/views/layout/NewLayout.vue.js +6 -10
  724. package/lib/src/views/layout/components/AppMain.vue.js +9 -11
  725. package/lib/src/views/layout/components/AppMain.vue2.js +2 -4
  726. package/lib/src/views/layout/components/Breadcrumb/index.vue.js +44 -37
  727. package/lib/src/views/layout/components/Breadcrumb/index.vue2.js +2 -4
  728. package/lib/src/views/layout/components/Menubar/Item.vue.js +5 -7
  729. package/lib/src/views/layout/components/Menubar/Item.vue2.js +12 -14
  730. package/lib/src/views/layout/components/Menubar/Item.vue3.js +2 -4
  731. package/lib/src/views/layout/components/Menubar/Link.vue.js +9 -12
  732. package/lib/src/views/layout/components/Menubar/SidebarItem.vue.js +15 -24
  733. package/lib/src/views/layout/components/Menubar/SidebarItem.vue2.js +2 -4
  734. package/lib/src/views/layout/components/Menubar/index.vue.js +19 -30
  735. package/lib/src/views/layout/components/Sidebar/Item.vue.js +6 -8
  736. package/lib/src/views/layout/components/Sidebar/Item.vue2.js +3 -4
  737. package/lib/src/views/layout/components/Sidebar/Link.vue.js +8 -11
  738. package/lib/src/views/layout/components/Sidebar/SidebarItem.vue.js +11 -17
  739. package/lib/src/views/layout/components/Sidebar/SidebarItem.vue2.js +2 -4
  740. package/lib/src/views/layout/components/Sidebar/index.vue.js +18 -25
  741. package/lib/src/views/layout/components/iframe-page.vue.js +8 -10
  742. package/lib/src/views/layout/components/iframe-page.vue2.js +2 -4
  743. package/lib/src/views/layout/components/tabs/tab-content.vue.js +10 -14
  744. package/lib/src/views/layout/components/tabs/tab-content.vue2.js +2 -4
  745. package/lib/src/views/layout/components/tabs/tab-content.vue3.js +2 -4
  746. package/lib/src/views/layout/mixin/ResizeHandler.js +3 -5
  747. package/lib/src/views/layout/tab-content-iframe-index.vue.js +8 -10
  748. package/lib/src/views/layout/tab-content-iframe-index.vue2.js +2 -4
  749. package/lib/src/views/layout/tab-content-index.vue.js +12 -18
  750. package/lib/src/views/layout/tab-content-index.vue2.js +2 -4
  751. package/lib/src/views/login/authredirect.vue.js +2 -3
  752. package/lib/src/views/redirect/index.vue.js +17 -8
  753. package/lib/src/views/svg-icon/src/svg-icon.vue.js +2 -4
  754. package/lib/src/views/wf-history/tache-subprocess-history.vue.js +11 -13
  755. package/lib/src/views/wf-history/tache-subprocess-history.vue2.js +2 -4
  756. package/lib/style.css +868 -868
  757. package/lib/super-grid/index.js +5 -7
  758. package/lib/super-grid/src/apis.js +221 -231
  759. package/lib/super-grid/src/columns-config.vue.js +16 -22
  760. package/lib/super-grid/src/components/grid-icon.vue.js +26 -34
  761. package/lib/super-grid/src/components/grid-radio-input.vue.js +15 -18
  762. package/lib/super-grid/src/components/grid-radio-input.vue2.js +3 -4
  763. package/lib/super-grid/src/components/mobile-table-card.js +73 -83
  764. package/lib/super-grid/src/components/select-input.vue.js +98 -106
  765. package/lib/super-grid/src/components/select-input.vue2.js +3 -4
  766. package/lib/super-grid/src/custom-formatter.js +69 -73
  767. package/lib/super-grid/src/dynamic-input.vue.js +142 -159
  768. package/lib/super-grid/src/eventBus.js +3 -6
  769. package/lib/super-grid/src/events.js +34 -36
  770. package/lib/super-grid/src/formValidatorUtil.js +62 -65
  771. package/lib/super-grid/src/formatter.js +36 -41
  772. package/lib/super-grid/src/group-column.vue.js +8 -13
  773. package/lib/super-grid/src/header-context-menu.vue.js +10 -13
  774. package/lib/super-grid/src/header-context-menu.vue2.js +2 -4
  775. package/lib/super-grid/src/index-column.vue.js +7 -10
  776. package/lib/super-grid/src/normal-column-content.vue.js +187 -206
  777. package/lib/super-grid/src/normal-column-content.vue2.js +2 -4
  778. package/lib/super-grid/src/normal-column.vue.js +40 -55
  779. package/lib/super-grid/src/normal-column.vue2.js +2 -4
  780. package/lib/super-grid/src/public-methods.js +12 -14
  781. package/lib/super-grid/src/row-detail.vue.js +7 -10
  782. package/lib/super-grid/src/row-operation.vue.js +19 -26
  783. package/lib/super-grid/src/row-operation.vue2.js +2 -4
  784. package/lib/super-grid/src/scan-util.js +24 -26
  785. package/lib/super-grid/src/search-button.vue.js +12 -17
  786. package/lib/super-grid/src/search-condition-input.vue.js +8 -12
  787. package/lib/super-grid/src/search-condition-list.vue.js +10 -13
  788. package/lib/super-grid/src/search-form-advancedQuery.vue.js +13 -23
  789. package/lib/super-grid/src/search-form-advancedQuery.vue2.js +2 -4
  790. package/lib/super-grid/src/search-form-dialog.vue.js +9 -13
  791. package/lib/super-grid/src/search-form-item.vue.js +16 -24
  792. package/lib/super-grid/src/search-form-item.vue2.js +2 -4
  793. package/lib/super-grid/src/search-form-mobile.vue.js +13 -22
  794. package/lib/super-grid/src/search-form-mobile.vue2.js +2 -4
  795. package/lib/super-grid/src/search-form-number.vue.js +9 -14
  796. package/lib/super-grid/src/search-form-open.vue.js +7 -13
  797. package/lib/super-grid/src/search-form-ordinarySearch.vue.js +11 -19
  798. package/lib/super-grid/src/search-form-ordinarySearch.vue2.js +2 -4
  799. package/lib/super-grid/src/search-form.vue.js +65 -77
  800. package/lib/super-grid/src/search-form.vue2.js +2 -4
  801. package/lib/super-grid/src/search-methods.js +2 -3
  802. package/lib/super-grid/src/selection-column.vue.js +7 -9
  803. package/lib/super-grid/src/store.js +3 -4
  804. package/lib/super-grid/src/super-grid-service.js +121 -128
  805. package/lib/super-grid/src/super-grid.vue.js +186 -217
  806. package/lib/super-grid/src/super-grid.vue2.js +2 -4
  807. package/lib/super-grid/src/utils.js +265 -322
  808. package/lib/super-grid/src/view-image-dialog.vue.js +26 -33
  809. package/lib/super-icon/index.js +5 -7
  810. package/lib/super-icon/src/index.vue.js +5 -7
  811. package/lib/super-icon/src/index.vue2.js +8 -11
  812. package/lib/super-icon/src/index.vue3.js +2 -4
  813. package/lib/super-nine-grid/index.js +5 -7
  814. package/lib/super-nine-grid/src/apis.js +5 -8
  815. package/lib/super-nine-grid/src/custom-formatter.js +5 -7
  816. package/lib/super-nine-grid/src/formatter.js +28 -29
  817. package/lib/super-nine-grid/src/search-form-number.vue.js +8 -12
  818. package/lib/super-nine-grid/src/search-form.vue.js +33 -40
  819. package/lib/super-nine-grid/src/search-form.vue2.js +2 -4
  820. package/lib/super-nine-grid/src/search-methods.js +2 -3
  821. package/lib/super-nine-grid/src/store.js +3 -4
  822. package/lib/super-nine-grid/src/super-grid-service.js +5 -9
  823. package/lib/super-nine-grid/src/super-nine-grid.vue.js +95 -105
  824. package/lib/super-nine-grid/src/super-nine-grid.vue2.js +2 -4
  825. package/lib/super-nine-grid/src/utils.js +31 -27
  826. package/lib/svg-icon/index.js +5 -7
  827. package/lib/svg-icon/src/svg-icon.vue.js +8 -10
  828. package/lib/svg-icon/src/svg-icon.vue2.js +2 -4
  829. package/lib/utils/gogocodeTransfer.js +23 -28
  830. package/lib/utils/memory-cache-utils.js +3 -5
  831. package/lib/utils/organization.js +40 -53
  832. package/lib/utils/utils.js +27 -29
  833. package/lib/utils/value-set.js +68 -70
  834. package/lib/valid-code/index.js +5 -7
  835. package/lib/valid-code/src/valid-code.vue.js +10 -13
  836. package/lib/valid-code/src/valid-code.vue2.js +2 -4
  837. package/lib/workflow-button/index.js +3 -5
  838. package/lib/workflow-button/src/workflow-button.vue.js +34 -39
  839. package/lib/workflow-history-list/index.js +5 -7
  840. package/lib/workflow-history-list/src/api.js +2 -3
  841. package/lib/workflow-history-list/src/workflow-history-list.vue.js +59 -65
  842. package/lib/workflow-history-list/src/workflow-history-list.vue2.js +2 -4
  843. package/lib/workgroup-tree/index.js +5 -7
  844. package/lib/workgroup-tree/src/workgroup-tree.vue.js +11 -17
  845. package/lib/workgroup-tree-inline/index.js +3 -5
  846. package/lib/workgroup-tree-inline/src/search-result.vue.js +21 -25
  847. package/lib/workgroup-tree-inline/src/search-result.vue2.js +2 -4
  848. package/lib/workgroup-tree-inline/src/workgroup-tree-inline.vue.js +43 -52
  849. package/lib/workgroup-tree-inline/src/workgroup-tree-inline.vue2.js +2 -4
  850. package/lib/workgroup-tree-inline/src/workgroup-tree-service.js +5 -7
  851. package/lib/workgroup-tree-mobile/index.js +5 -8
  852. package/lib/workgroup-tree-mobile/src/dept-result.vue.js +11 -14
  853. package/lib/workgroup-tree-mobile/src/dept-result.vue2.js +3 -4
  854. package/lib/workgroup-tree-mobile/src/workgroup-tree-app.vue.js +9 -12
  855. package/lib/workgroup-tree-mobile/src/workgroup-tree-app.vue2.js +2 -4
  856. package/lib/workgroup-tree-mobile/src/workgroup-tree-app.vue3.js +3 -5
  857. package/lib/workgroup-tree-mobile/src/workgroup-tree-inline-app.vue.js +76 -86
  858. package/lib/workgroup-tree-mobile/src/workgroup-tree-inline-app.vue2.js +3 -4
  859. package/lib/workgroup-tree-mobile/src/workgroup-tree-service.js +20 -28
  860. package/lib/workgroup-user-tree/index.js +5 -7
  861. package/lib/workgroup-user-tree/src/workgroup-user-tree.vue.js +11 -17
  862. package/lib/workgroup-user-tree-inline/index.js +3 -5
  863. package/lib/workgroup-user-tree-inline/src/search-result.vue.js +21 -25
  864. package/lib/workgroup-user-tree-inline/src/search-result.vue2.js +2 -4
  865. package/lib/workgroup-user-tree-inline/src/workgroup-tree-inline-service.js +9 -11
  866. package/lib/workgroup-user-tree-inline/src/workgroup-user-tree-inline.vue.js +34 -43
  867. package/lib/workgroup-user-tree-inline/src/workgroup-user-tree-inline.vue2.js +2 -4
  868. package/lib/workgroup-user-tree-mobile/src/dept-path.vue.js +10 -11
  869. package/lib/workgroup-user-tree-mobile/src/dept-path.vue2.js +3 -4
  870. package/lib/workgroup-user-tree-mobile/src/dept-result.vue.js +11 -15
  871. package/lib/workgroup-user-tree-mobile/src/dept-result.vue2.js +3 -4
  872. package/lib/workgroup-user-tree-mobile/src/workgroup-user-tree-app.vue.js +9 -12
  873. package/lib/workgroup-user-tree-mobile/src/workgroup-user-tree-app.vue2.js +2 -4
  874. package/lib/workgroup-user-tree-mobile/src/workgroup-user-tree-app.vue3.js +3 -5
  875. package/lib/workgroup-user-tree-mobile/src/workgroup-user-tree-inline-app.vue.js +93 -104
  876. package/lib/workgroup-user-tree-mobile/src/workgroup-user-tree-inline-app.vue2.js +3 -4
  877. package/lib/workgroup-user-tree-mobile/src/workgroup-user-tree-service.js +16 -25
  878. package/lib/year-range-picker/index.js +3 -5
  879. package/lib/year-range-picker/src/year-range-picker.vue.js +9 -12
  880. package/package.json +5 -2
  881. package/vite.config.js +35 -33
@@ -0,0 +1,109 @@
1
+ import e from "async-validator";
2
+ import t from "./store.js";
3
+ import "vue";
4
+ import { isDisableEdit as r } from "./utils.js";
5
+ import { getI18n as i } from "../../src/utils/util.js";
6
+ function o(e2) {
7
+ e2 || (e2 = t.get("_list_code"));
8
+ const r2 = t.get(e2), i2 = r2.columns, o2 = r2.options.customRules, a2 = {};
9
+ return i2 && i2.forEach((t2) => {
10
+ l(a2, t2, e2, o2);
11
+ }), a2;
12
+ }
13
+ function l(e2, t2, o2, a2) {
14
+ const n2 = t2.prop;
15
+ if (t2.groupHeader && t2.children && t2.children.length > 0)
16
+ t2.children.forEach((t3) => {
17
+ l(e2, t3, o2, a2);
18
+ });
19
+ else if (n2) {
20
+ const l2 = function(e3, t3) {
21
+ const r2 = e3.prop, o3 = e3.dataType;
22
+ let l3, a3 = [];
23
+ const n3 = "_all_fields";
24
+ let s;
25
+ t3 && (s = t3[r2] ? t3[r2] : t3[n3]);
26
+ if (s && (s.required || s.rules)) {
27
+ const t4 = i().t("imatrixUIMessage.mustFill", { label: e3.label });
28
+ if (a3 = s.rules ? JSON.parse(JSON.stringify(s.rules)) : null, a3 && a3.length > 0) {
29
+ const e4 = a3.filter((e5) => e5.required);
30
+ e4 && e4.length > 0 && (l3 = e4[0]);
31
+ }
32
+ s.name === n3 && a3 && a3.forEach((t5) => {
33
+ t5.message = e3.label + t5.message;
34
+ }), !l3 && s.required && (a3 || (a3 = []), l3 = { required: true, message: t4, trigger: "blur" }, function(e4, t5) {
35
+ if (!t5.type)
36
+ "BOOLEAN" === e4 && (t5.type = "boolean");
37
+ }(o3, l3), a3.push(l3)), l3 && !l3.message && (l3.message = t4);
38
+ }
39
+ return a3;
40
+ }(t2, a2);
41
+ if ((l2 || t2.validations) && !r(n2, o2)) {
42
+ let r2 = t2.validations ? JSON.parse(t2.validations) : [];
43
+ r2.forEach((e3) => {
44
+ e3.pattern && (e3.pattern = new RegExp(e3.pattern));
45
+ }), r2 = l2 && l2.length > 0 ? l2 : r2.concat(l2), n2.indexOf(".") > 0 ? function(e3, t3, r3) {
46
+ const i2 = {}, o3 = e3.prop;
47
+ t3 || (t3 = {});
48
+ let l3 = 0;
49
+ const a3 = o3.split(".");
50
+ a3.forEach((e4) => {
51
+ let o4;
52
+ if (l3 === a3.length - 1)
53
+ o4 = function(e5, t4, r4) {
54
+ let i3;
55
+ for (let o5 = 0; o5 < t4.length && (i3 = 0 === o5 ? e5[t4[o5]] : i3.fields[t4[o5]], o5 === t4.length - 1 || t4[o5 + 1] !== r4); o5++)
56
+ ;
57
+ return i3;
58
+ }(i2, a3, e4), o4.fields[e4] = r3;
59
+ else {
60
+ let r4;
61
+ 0 === l3 ? o4 = t3 : (r4 = function(e5, t4, r5) {
62
+ let i3;
63
+ for (let o5 = 0; o5 < t4.length; o5++) {
64
+ const l4 = t4[o5];
65
+ if (i3 = 0 === o5 ? e5[l4] : i3.fields[t4[o5]], l4 === r5)
66
+ break;
67
+ }
68
+ return i3;
69
+ }(i2, a3, a3[l3 - 1]), o4 = r4.fields), o4[e4] || (o4[e4] = { type: "object", required: true, fields: {} }), 0 === l3 ? i2[e4] = o4[e4] : r4.fields[e4] = o4[e4];
70
+ }
71
+ l3++;
72
+ });
73
+ }(t2, e2, r2) : r2 && r2.length > 0 && (e2[n2] = [...r2]);
74
+ }
75
+ }
76
+ }
77
+ function a(r2, l2, n2, s, d, f, u, c) {
78
+ let g, p = false;
79
+ g = s || o(l2);
80
+ const h = new e(g);
81
+ l2 || (l2 = t.get("_list_code"));
82
+ const v = t.get(l2);
83
+ return Object.keys(r2).forEach(function(e2) {
84
+ r2[e2] && "string" == typeof r2[e2] && (r2[e2] = r2[e2].trim());
85
+ }), h.validate(r2, { first: true }, (e2, t2) => {
86
+ let o2;
87
+ if (e2) {
88
+ const t3 = e2[0].message;
89
+ o2 = e2[0].field, null != n2 && v.gridData.length > n2 ? (v.gridData[n2].validateErrorField = e2[0].field, p = void 0 !== f && f && void 0 !== u && void 0 !== c ? i().t("superGrid.pageRecordLine", { pageNum: u, row: c }) + "," + t3 : i().t("superGrid.recordLine", { row: n2 + 1 }) + "," + t3) : null !== v.$rowIndex && void 0 !== v.$rowIndex && v.gridData.length > v.$rowIndex && (v.gridData[v.$rowIndex].validateErrorField = e2[0].field, p = i().t("superGrid.recordLine", { row: v.$rowIndex + 1 }) + "," + t3);
90
+ } else
91
+ null != n2 && v.gridData.length > n2 ? void 0 !== f && f ? v.subTableData[n2].validateErrorField = "" : v.gridData[n2].validateErrorField = "" : null !== v.$rowIndex && void 0 !== v.$rowIndex && v.gridData.length > v.$rowIndex ? v.gridData[v.$rowIndex].validateErrorField = "" : null != n2 && void 0 !== f && f && v.gridData.length <= n2 && (v.subTableData[n2].validateErrorField = ""), p = true;
92
+ if (o2 && true === d) {
93
+ const e3 = /[A-Z]+/;
94
+ if (void 0 !== p && p + "" != "true" && p + "" != "false" && void 0 !== v.isSql && true === v.isSql && e3.test(o2) && void 0 !== r2[o2.toLowerCase()]) {
95
+ const e4 = JSON.parse(JSON.stringify(r2));
96
+ e4[o2.toUpperCase()] = r2[o2.toLowerCase()], delete e4[o2.toLowerCase()], p = a(e4, l2, n2, s, false);
97
+ }
98
+ void 0 !== p && p + "" != "true" && p + "" != "false" && v.showValidateError && (v.showValidateError = false, window.$vueApp.config.globalProperties.$message({ showClose: true, message: p, type: "warning", onClose: (e4) => {
99
+ v.showValidateError = true;
100
+ } }));
101
+ }
102
+ }), p;
103
+ }
104
+ const n = { validator: function(e2, t2, r2, i2, o2, l2, n2) {
105
+ return a(e2, t2, r2, i2, true, o2, l2, n2);
106
+ }, getValidator: o };
107
+ export {
108
+ n as default
109
+ };
@@ -0,0 +1,74 @@
1
+ import e from "dayjs";
2
+ import t from "dayjs/plugin/weekOfYear";
3
+ e.extend(t);
4
+ const n = { number: function(e2, t2) {
5
+ const n2 = t2.precision, r2 = t2.sign, o2 = t2.delimiter, i2 = t2.scientific;
6
+ let l = t2.scientificNum;
7
+ if (void 0 !== e2 && null != e2) {
8
+ if (n2 > 0 && (e2 = (e2 = parseFloat(e2)).toFixed(n2)), o2) {
9
+ const t3 = (e2 + "").replace(/\d{1,3}(?=(\d{3})+(\.\d*)?$)/g, "$&,");
10
+ return r2 ? t3 + r2 : t3;
11
+ }
12
+ if (null == i2)
13
+ return r2 && !t2.isCurrency ? e2 + r2 : e2;
14
+ {
15
+ let t3 = false;
16
+ l = l ? parseInt(l) : 11, e2.length >= l && (t3 = true), t3 && (e2 = "" + e2, e2 = (e2 = parseFloat(e2)).toExponential());
17
+ }
18
+ }
19
+ return e2;
20
+ }, currency: function(e2, t2) {
21
+ const n2 = t2.sign;
22
+ return t2.isCurrency = true, n2 + this.number(e2, t2);
23
+ }, date: function(t2, n2) {
24
+ const r2 = n2.format;
25
+ if (null != t2) {
26
+ if ("ww" === r2)
27
+ return e(t2).week();
28
+ {
29
+ const e2 = new Date(t2);
30
+ var o2 = e2.getFullYear(), i2 = e2.getMonth() + 1, l = e2.getDate(), a = e2.getHours(), u = e2.getMinutes(), c = e2.getSeconds();
31
+ i2 < 10 && (i2 = "0" + i2), l < 10 && (l = "0" + l), a < 10 && (a = "0" + a), u < 10 && (u = "0" + u), c < 10 && (c = "0" + c);
32
+ const n3 = r2.replace("yyyy", o2).replace("mm", u).replace("M", i2).replace("m", i2).replace("d", l).replace("hh", a).replace("HH", a).replace("ss", c);
33
+ return -1 === n3.indexOf("NaN") ? n3 : t2;
34
+ }
35
+ }
36
+ return t2;
37
+ }, time: function(e2, t2) {
38
+ return this.date(e2, t2);
39
+ }, percent: function(e2, t2) {
40
+ return e2 || e2 >= 0 ? this.number(e2, t2) + "%" : e2;
41
+ } };
42
+ function r(e2, t2) {
43
+ if (null == (t2 = o(e2, t2)))
44
+ return;
45
+ void 0 === e2.formatter && ("DATE" === e2.dataType ? e2.formatter = { type: "date", options: { format: "yyyy-m-d" } } : "TIME" === e2.dataType && (e2.formatter = { type: "time", options: { format: "yyyy-m-d hh:mm:ss" } }));
46
+ const r2 = e2.formatter;
47
+ return void 0 !== r2 && void 0 !== n[r2.type] ? n[r2.type](t2, r2.options) : t2;
48
+ }
49
+ function o(e2, t2) {
50
+ if (null == t2)
51
+ return t2;
52
+ const n2 = e2.valueSet;
53
+ if (void 0 !== n2)
54
+ if ("multiselect" === e2.componentType) {
55
+ "number" == typeof t2 && (t2 += "");
56
+ const e3 = (t2 + "").split(","), r2 = [];
57
+ e3.forEach((e4) => {
58
+ const t3 = n2.filter((t4) => t4.value === e4 + "");
59
+ t3.length > 0 && r2.push(t3[0].label);
60
+ }), r2.length > 0 && (t2 = r2.join(","));
61
+ } else {
62
+ const e3 = n2.filter((e4) => e4.value === t2 + "");
63
+ e3.length > 0 && (t2 = e3[0].label);
64
+ }
65
+ return t2;
66
+ }
67
+ function i(e2, t2, r2) {
68
+ return n[e2](t2, { format: r2 });
69
+ }
70
+ export {
71
+ r as doFormat,
72
+ o as doFormatWithValueSet,
73
+ i as formatDateTime
74
+ };
@@ -0,0 +1,24 @@
1
+ import e from "./normal-column.vue.js";
2
+ import { doFormatWithValueSet as t } from "./formatter.js";
3
+ import { resolveComponent as o, openBlock as a, createBlock as l, withCtx as i, createElementVNode as r, createElementBlock as n, Fragment as d, renderList as s, resolveDynamicComponent as u } from "vue";
4
+ import m from "../../_virtual/_plugin-vue_export-helper.js";
5
+ const p = { name: "GroupColumn", components: { NormalColumn: e }, props: { column: { type: Object, default: null }, customFormat: { type: Object, default: null }, listCode: { type: String, default: null }, isSql: { type: Boolean, default: false }, gridData: { type: Array, default: null }, pageGridData: { type: Array, default: null } }, data: () => ({ label: null }), computed: { visibleChildren() {
6
+ return this.column.children ? this.column.children.filter((e2) => (void 0 === e2.show || e2.show) && (void 0 === e2.dyn_show || true === e2.dyn_show)) : [];
7
+ } }, created() {
8
+ this.label = this.getHeader(), this.column;
9
+ }, methods: { getHeader() {
10
+ return this.column.titleValueSet ? this.formatHeader() : this.column.label.replace(/\\n/g, "</br>");
11
+ }, formatHeader() {
12
+ return t(this.column.titleValueSetValue, this.column.label);
13
+ }, prohibitToEdit(e2) {
14
+ this.$emit("prohibit-to-edit", e2);
15
+ }, openPageDialog(e2) {
16
+ this.$emit("open-page", e2);
17
+ } } }, c = ["title", "innerHTML"];
18
+ const g = m(p, [["render", function(e2, t2, m2, p2, g2, h) {
19
+ const f = o("el-table-column");
20
+ return a(), l(f, { "min-width": m2.column.width ? m2.column.width : 150, align: m2.column.groupHeader ? "center" : "" }, { header: i(() => [r("span", { class: "cell--span", title: g2.label, innerHTML: g2.label }, null, 8, c)]), default: i(() => [m2.customFormat ? (a(true), n(d, { key: 0 }, s(h.visibleChildren, (o2, i2) => (a(), l(u(o2.prop ? "NormalColumn" : "GroupColumn"), { key: o2.label + i2, column: o2, "is-sql": m2.isSql, "custom-format": o2.prop ? m2.customFormat[o2.prop] : m2.customFormat, "list-code": m2.listCode, "grid-data": m2.gridData, "page-grid-data": m2.gridData, onFindIndex: t2[0] || (t2[0] = (t3) => e2.findIndex(e2.scope.$index)), onRefresData: e2.refresData, onRefresPortData: e2.refresPortData, onRefresPortsData: e2.refresPortsData, onRefresMainTableFields: e2.refresMainTableFields, onProhibitToEdit: h.prohibitToEdit, onOpenPage: h.openPageDialog }, null, 40, ["column", "is-sql", "custom-format", "list-code", "grid-data", "page-grid-data", "onRefresData", "onRefresPortData", "onRefresPortsData", "onRefresMainTableFields", "onProhibitToEdit", "onOpenPage"]))), 128)) : (a(true), n(d, { key: 1 }, s(h.visibleChildren, (e3, t3) => (a(), l(u(e3.prop ? "NormalColumn" : "GroupColumn"), { key: e3.label + t3, "is-sql": m2.isSql, column: e3, "list-code": m2.listCode, "grid-data": m2.gridData, "page-grid-data": m2.gridData, onProhibitToEdit: h.prohibitToEdit, onOpenPage: h.openPageDialog }, null, 40, ["is-sql", "column", "list-code", "grid-data", "page-grid-data", "onProhibitToEdit", "onOpenPage"]))), 128))]), _: 1 }, 8, ["min-width", "align"]);
21
+ }]]);
22
+ export {
23
+ g as default
24
+ };
@@ -0,0 +1,15 @@
1
+ import { $emit as t } from "../../utils/gogocodeTransfer.js";
2
+ import { openBlock as e, createElementBlock as o, Fragment as n, renderList as r, createElementVNode as l, normalizeClass as u, toDisplayString as c } from "vue";
3
+ import "./header-context-menu.vue2.js";
4
+ import a from "../../_virtual/_plugin-vue_export-helper.js";
5
+ const s = { class: "context-menu" }, i = ["onClick"];
6
+ const m = a({ name: "HeaderContextMenu", components: {}, props: { buttomArr: { type: Array, default: null }, column: { type: Object, default: null } }, data: () => ({}), computed: {}, watch: {}, created() {
7
+ this.buttomArr;
8
+ }, methods: { buttonClick(e2, o2) {
9
+ e2 && ("function" == typeof e2 ? e2.call(this, o2, this.column) : t(this, e2, o2, this.column), t(this, "clearHeaderContextmenu"));
10
+ } }, emits: [, "clearHeaderContextmenu"] }, [["render", function(t2, a2, m2, p, d, f) {
11
+ return e(), o("ul", s, [(e(true), o(n, null, r(m2.buttomArr, (t3) => (e(), o("li", { key: t3.name }, [l("i", { class: u(t3.icon) }, null, 2), l("span", { onClick: (e2) => f.buttonClick(t3.event, t3) }, c(t3.label), 9, i)]))), 128))]);
12
+ }], ["__scopeId", "data-v-040fcf55"]]);
13
+ export {
14
+ m as default
15
+ };
@@ -0,0 +1,4 @@
1
+ const t = "";
2
+ export {
3
+ t as default
4
+ };
@@ -0,0 +1,22 @@
1
+ import { resolveComponent as e, openBlock as t, createBlock as i, withCtx as n, createElementVNode as l, toDisplayString as a, createTextVNode as d } from "vue";
2
+ import r from "../../_virtual/_plugin-vue_export-helper.js";
3
+ const u = { name: "IndexColumn", components: {}, props: { column: { type: Object, default: null }, isLineEdit: { type: Boolean, default: false }, pagination: { type: Object, default: null }, currentPage: { type: Number, default: 0 }, options: { type: Object, default: null }, isDataChildren: { type: Boolean, default: false } }, computed: { align() {
4
+ return this.isDataChildren ? "left" : "center";
5
+ }, width() {
6
+ if (!this.isDataChildren)
7
+ return 70;
8
+ }, minWidth() {
9
+ if (this.isDataChildren)
10
+ return 100;
11
+ }, fixed() {
12
+ return !!this.column.fixed && (!["null", "false", "undefined"].includes(this.column.fixed) && this.column.fixed);
13
+ }, startIndex() {
14
+ return this.options.indexContinuous ? (this.currentPage - 1) * this.pagination.pageSize + 1 : 1;
15
+ } } }, o = { class: "cell--span" };
16
+ const s = r(u, [["render", function(r2, u2, s2, h, p, f) {
17
+ const c = e("el-table-column");
18
+ return t(), i(c, { "header-align": "center", "show-overflow-tooltip": "", align: f.align, fixed: f.fixed, width: f.width, "min-width": f.minWidth }, { header: n(() => [l("span", o, a(r2.$t("superGrid.index")), 1)]), default: n((e2) => [d(a(e2.$index + f.startIndex), 1)]), _: 1 }, 8, ["align", "fixed", "width", "min-width"]);
19
+ }]]);
20
+ export {
21
+ s as default
22
+ };
@@ -0,0 +1,319 @@
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));
32
+ 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: {} };
39
+ }, computed: { isHideEdit() {
40
+ return !!this.disabled;
41
+ }, $rowGuId() {
42
+ return `${this.row.$rowDataGuId ?? this.row.id ?? this.rowIndex}`;
43
+ }, $rowColumnDataGuId() {
44
+ return `${this.$rowGuId}_${this.column.prop}`;
45
+ }, isEditing() {
46
+ try {
47
+ if (!this.validateEditConditions())
48
+ return false;
49
+ if (!this.hasEditPermission)
50
+ return;
51
+ return !!T.getters.isEditing(this.$rowColumnDataGuId) || (!this.isFormSubTable && this.row.$editing ? !T.getters.isRowEditing(this.$rowGuId) : this.row.$editing);
52
+ } catch (t2) {
53
+ return false;
54
+ }
55
+ }, hasEditPermission() {
56
+ 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);
63
+ } } }, created() {
64
+ var _a;
65
+ 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);
70
+ }
71
+ 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
+ }, mounted() {
73
+ if (this.controlConfig) {
74
+ const t3 = h.get(this.listCode);
75
+ y(this.controlConfig.customParams, t3.pageContext, this.row);
76
+ }
77
+ S.$on("clearTableAllStartEditing", () => {
78
+ this.clearAllEditing();
79
+ }), o(S, "un-edit", (t3) => {
80
+ 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)
84
+ if ("_dynamic-source-data-" + this.column.prop in this.column) {
85
+ const e3 = this.column["_dynamic-source-data-" + this.column.prop], i2 = e3.valueSetOptions;
86
+ 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;
91
+ break;
92
+ }
93
+ }
94
+ if (n2) {
95
+ 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]);
99
+ }
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]);
108
+ }
109
+ }), i3.length > 0 && (o2 = i3, t3.row[this.column.prop] = o2.join(","));
110
+ }
111
+ }
112
+ } else
113
+ o2 && "[object Array]" === Object.prototype.toString.apply(o2) && (t3.row[this.column.prop] = o2.join(","));
114
+ else
115
+ o2 && "[object Array]" === Object.prototype.toString.apply(o2) && (t3.row[this.column.prop] = o2.join(","));
116
+ }
117
+ });
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]);
121
+ });
122
+ }, 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) {
128
+ if (this.hasEditPermission && !this.isEditing) {
129
+ let e2 = true;
130
+ if (r("beforeEdit", this.listCode) && (e2 = await this.triggerCustomEvent("beforeEdit")), !e2)
131
+ 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);
136
+ };
137
+ if (this.isFormSubTable)
138
+ this.restoreGridEdit(this.listCode), o2();
139
+ else if (T.getters.isConfigEditing)
140
+ if (T.getters.isRowEditing(this.$rowGuId))
141
+ o2();
142
+ else {
143
+ if (!this.isLastEditRowSaveMessage(this.listCode))
144
+ return;
145
+ }
146
+ else {
147
+ if (!this.isLastEditRowSaveMessage(this.listCode))
148
+ return;
149
+ this.editRow(this.rowIndex, this.listCode, true, true), o2();
150
+ }
151
+ }
152
+ }, focusBottomInput() {
153
+ this.$nextTick(() => {
154
+ 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());
162
+ }
163
+ } catch (t2) {
164
+ console.error(t2);
165
+ }
166
+ });
167
+ }, getFileObj(t2) {
168
+ if (t2)
169
+ return JSON.parse(t2);
170
+ }, getHeader() {
171
+ return this.column.titleValueSet ? this.formatHeader() : this.column.label.replace(/\\n/g, "</br>");
172
+ }, 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;
195
+ }
196
+ }, 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;
199
+ }, 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) {
214
+ let i2;
215
+ if (e2 && e2.indexOf(".") > 0) {
216
+ const n2 = v(e2, t2), l2 = e2.substring(e2.lastIndexOf(".") + 1);
217
+ i2 = n2[l2], void 0 !== i2 && (n2[o2] = i2, delete n2[l2]);
218
+ } else
219
+ i2 = t2[e2], void 0 !== i2 && (t2[o2] = i2, delete t2[e2]);
220
+ 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;
224
+ }, createFormSubTableRow() {
225
+ this.createRow(this.listCode);
226
+ }, handleCommand(t2) {
227
+ let e2 = null;
228
+ this.column.operations.forEach((o2) => {
229
+ o2.isGroup && o2.buttons.forEach((o3) => {
230
+ o3.props.code === t2.comman && (e2 = o3);
231
+ });
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);
237
+ }, getColumnWidth() {
238
+ return this.column && "operation" === this.column.prop && !this.column.width ? "210" : this.column.width ? this.column.width + "" : "130";
239
+ }, fnProhibitToEdit(t2) {
240
+ this.$nextTick(() => {
241
+ this.disabled = !t2;
242
+ });
243
+ }, prohibitToEdit(t2) {
244
+ n(this, "prohibitToEdit", t2);
245
+ }, isFieldRequired() {
246
+ return c(this.column, this.listCode);
247
+ }, showRichEditorContent(t2, e2, o2) {
248
+ this.showRichEditorViewer = true, this.$nextTick(() => {
249
+ this.$refs.richEditorViewerRef.showContent(t2[e2.prop], o2);
250
+ });
251
+ }, closeRichEditorContent() {
252
+ 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;
257
+ }
258
+ 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);
264
+ 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) {
266
+ 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);
269
+ }
270
+ return "primary";
271
+ }, changeDisabled(t2) {
272
+ this.disabled = t2;
273
+ }, refreshList() {
274
+ this.$emit("refresh-list");
275
+ }, getFilesFormatter() {
276
+ var _a;
277
+ return ((_a = this.column.formatter.options) == null ? void 0 : _a.fileSet) ? JSON.parse(this.column.formatter.options.fileSet) : {};
278
+ }, setScanRuleSets() {
279
+ this.scanEnable && this.controlConfig && this.controlConfig.scanRuleList && k(this.controlConfig.scanRuleList).then((t2) => {
280
+ this.column._scanRuleSets = t2;
281
+ });
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));
293
+ });
294
+ }, validateEditConditions() {
295
+ var _a;
296
+ 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 }))
300
+ return false;
301
+ }
302
+ }
303
+ return true;
304
+ }, getCustomParams() {
305
+ var _a, _b, _c;
306
+ 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);
310
+ }
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) {
313
+ 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(t2.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": 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-bbad0ee0"]]);
317
+ export {
318
+ ft as default
319
+ };
@@ -0,0 +1,4 @@
1
+ const t = "";
2
+ export {
3
+ t as default
4
+ };