agilebuilder-ui 1.1.65-tmp13 → 1.1.65-tmp15

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (882) hide show
  1. package/dist/index.full.min.js +16440 -0
  2. package/{es → dist}/style.css +2121 -2120
  3. package/lib/IntervalSelection/index.js +7 -5
  4. package/lib/IntervalSelection/src/sectionDate.vue.js +21 -17
  5. package/lib/IntervalSelection/src/sectionDate.vue2.js +4 -2
  6. package/lib/_virtual/__vite-browser-external.js +4 -2
  7. package/lib/_virtual/_plugin-vue_export-helper.js +8 -6
  8. package/lib/breadcrumb/index.js +5 -3
  9. package/lib/breadcrumb/src/breadcrumb.vue.js +19 -28
  10. package/lib/breadcrumb/src/breadcrumb.vue2.js +4 -2
  11. package/lib/chat-embed/index.js +5 -3
  12. package/lib/chat-embed/src/chat-addition-data.vue.js +7 -5
  13. package/lib/chat-embed/src/chat-addition-data.vue2.js +13 -11
  14. package/lib/chat-embed/src/chat-addition-data.vue3.js +4 -2
  15. package/lib/chat-embed/src/chat-ai-answer-tip.vue.js +7 -5
  16. package/lib/chat-embed/src/chat-ai-answer-tip.vue2.js +20 -17
  17. package/lib/chat-embed/src/chat-ai-answer-tip.vue3.js +4 -2
  18. package/lib/chat-embed/src/chat-bubble-footer.vue.js +7 -5
  19. package/lib/chat-embed/src/chat-bubble-footer.vue2.js +22 -17
  20. package/lib/chat-embed/src/chat-bubble-footer.vue3.js +4 -2
  21. package/lib/chat-embed/src/chat-embed-message.js +20 -14
  22. package/lib/chat-embed/src/chat-sender.vue.js +7 -5
  23. package/lib/chat-embed/src/chat-sender.vue2.js +123 -110
  24. package/lib/chat-embed/src/chat-sender.vue3.js +4 -2
  25. package/lib/chat-embed/src/components/answer-auto-chart.vue.js +7 -5
  26. package/lib/chat-embed/src/components/answer-auto-chart.vue2.js +50 -42
  27. package/lib/chat-embed/src/components/answer-auto-chart.vue3.js +4 -2
  28. package/lib/chat-embed/src/components/answer-home-chart.vue.js +7 -5
  29. package/lib/chat-embed/src/components/answer-home-chart.vue2.js +6 -3
  30. package/lib/chat-embed/src/components/answer-home-chart.vue3.js +4 -2
  31. package/lib/chat-embed/src/components/answer-interaction-data.vue.js +7 -5
  32. package/lib/chat-embed/src/components/answer-interaction-data.vue2.js +84 -74
  33. package/lib/chat-embed/src/components/answer-interaction-data.vue3.js +4 -2
  34. package/lib/chat-embed/src/components/history-detail.vue.js +7 -5
  35. package/lib/chat-embed/src/components/history-detail.vue2.js +32 -27
  36. package/lib/chat-embed/src/components/history-detail.vue3.js +4 -2
  37. package/lib/chat-embed/src/header.vue.js +7 -5
  38. package/lib/chat-embed/src/header.vue2.js +32 -25
  39. package/lib/chat-embed/src/header.vue3.js +4 -2
  40. package/lib/chat-embed/src/index.vue.js +7 -5
  41. package/lib/chat-embed/src/index.vue2.js +211 -185
  42. package/lib/chat-embed/src/index.vue3.js +4 -2
  43. package/lib/chat-embed/src/recommendation-message.vue.js +7 -5
  44. package/lib/chat-embed/src/recommendation-message.vue2.js +8 -5
  45. package/lib/chat-embed/src/recommendation-message.vue3.js +4 -2
  46. package/lib/chat-embed/src/sidebar-item.vue.js +7 -5
  47. package/lib/chat-embed/src/sidebar-item.vue2.js +93 -84
  48. package/lib/chat-embed/src/sidebar-item.vue3.js +4 -2
  49. package/lib/chat-embed/src/type.js +5 -3
  50. package/lib/chat-embed/src/util/chat-embed-util.js +41 -35
  51. package/lib/chat-embed/src/util/history-message-util.js +85 -63
  52. package/lib/chat-embed/src/util/mcp-utils.js +8 -5
  53. package/lib/chat-embed/src/util/text-file-util.js +11 -7
  54. package/lib/chat-embed/src/voice/index.js +7 -5
  55. package/lib/chat-embed/src/voice/js/crypto-js.js +995 -987
  56. package/lib/chat-embed/src/voice/js/processor/index.umd.js +169 -161
  57. package/lib/chat-embed/src/voice/js/timer.js +10 -7
  58. package/lib/chat-embed/src/voice/voice.vue.js +70 -61
  59. package/lib/date-picker-range/index.js +7 -5
  60. package/lib/date-picker-range/index.vue.js +7 -5
  61. package/lib/date-picker-range/index.vue2.js +63 -59
  62. package/lib/date-picker-range/index.vue3.js +4 -2
  63. package/lib/department-tree/index.js +5 -3
  64. package/lib/department-tree/src/department-tree.vue.js +17 -11
  65. package/lib/department-tree-inline/index.js +5 -3
  66. package/lib/department-tree-inline/src/department-multi-tree-inline.vue.js +27 -17
  67. package/lib/department-tree-inline/src/department-multi-tree-inline.vue2.js +4 -2
  68. package/lib/department-tree-inline/src/department-single-tree-inline.vue.js +27 -17
  69. package/lib/department-tree-inline/src/department-single-tree-inline.vue2.js +4 -2
  70. package/lib/department-tree-inline/src/department-tree-inline.vue.js +13 -8
  71. package/lib/department-tree-inline/src/department-tree-service.js +10 -8
  72. package/lib/department-tree-inline/src/search-result.vue.js +23 -19
  73. package/lib/department-tree-inline/src/search-result.vue2.js +4 -2
  74. package/lib/department-tree-mobile/index.js +7 -4
  75. package/lib/department-tree-mobile/src/department-tree-app.vue.js +12 -9
  76. package/lib/department-tree-mobile/src/department-tree-app.vue2.js +4 -2
  77. package/lib/department-tree-mobile/src/department-tree-app.vue3.js +5 -3
  78. package/lib/department-tree-mobile/src/department-tree-inline-app.vue.js +91 -80
  79. package/lib/department-tree-mobile/src/department-tree-inline-app.vue2.js +4 -3
  80. package/lib/department-tree-mobile/src/department-tree-service.js +42 -32
  81. package/lib/department-tree-mobile/src/dept-path.vue.js +11 -10
  82. package/lib/department-tree-mobile/src/dept-path.vue2.js +4 -3
  83. package/lib/department-tree-mobile/src/dept-result.vue.js +14 -11
  84. package/lib/department-tree-mobile/src/dept-result.vue2.js +4 -3
  85. package/lib/department-user-tree/index.js +5 -3
  86. package/lib/department-user-tree/src/department-user-multiple-tree.vue.js +14 -10
  87. package/lib/department-user-tree/src/department-user-multiple-tree.vue2.js +4 -2
  88. package/lib/department-user-tree/src/department-user-single-tree.vue.js +14 -9
  89. package/lib/department-user-tree/src/department-user-tree.vue.js +20 -14
  90. package/lib/department-user-tree-inline/index.js +5 -3
  91. package/lib/department-user-tree-inline/src/department-user-multiple-tree-inline.vue.js +28 -17
  92. package/lib/department-user-tree-inline/src/department-user-multiple-tree-inline.vue2.js +4 -2
  93. package/lib/department-user-tree-inline/src/department-user-single-tree-inline.vue.js +33 -21
  94. package/lib/department-user-tree-inline/src/department-user-single-tree-inline.vue2.js +4 -2
  95. package/lib/department-user-tree-inline/src/department-user-tree-inline.vue.js +13 -8
  96. package/lib/department-user-tree-inline/src/department-user-tree-multi-service.js +9 -6
  97. package/lib/department-user-tree-inline/src/department-user-tree-single-service.js +11 -8
  98. package/lib/department-user-tree-inline/src/group-user/group-input.vue.js +12 -7
  99. package/lib/department-user-tree-inline/src/group-user/group-list.vue.js +12 -7
  100. package/lib/department-user-tree-inline/src/group-user/group-user.vue.js +14 -8
  101. package/lib/department-user-tree-inline/src/group-user-multiple-tree.vue.js +20 -14
  102. package/lib/department-user-tree-inline/src/group-user-single-tree.vue.js +23 -17
  103. package/lib/department-user-tree-inline/src/group-user-tree-service.js +3 -2
  104. package/lib/department-user-tree-inline/src/search-result.vue.js +15 -12
  105. package/lib/department-user-tree-inline/src/search-result.vue2.js +4 -2
  106. package/lib/department-user-tree-mobile/index.js +7 -4
  107. package/lib/department-user-tree-mobile/src/department-user-tree-app.vue.js +12 -9
  108. package/lib/department-user-tree-mobile/src/department-user-tree-app.vue2.js +4 -2
  109. package/lib/department-user-tree-mobile/src/department-user-tree-app.vue3.js +5 -3
  110. package/lib/department-user-tree-mobile/src/department-user-tree-inline-app.vue.js +104 -93
  111. package/lib/department-user-tree-mobile/src/department-user-tree-inline-app.vue2.js +4 -3
  112. package/lib/department-user-tree-mobile/src/department-user-tree-service.js +30 -20
  113. package/lib/department-user-tree-mobile/src/dept-path.vue.js +11 -10
  114. package/lib/department-user-tree-mobile/src/dept-path.vue2.js +4 -3
  115. package/lib/department-user-tree-mobile/src/dept-result.vue.js +15 -11
  116. package/lib/department-user-tree-mobile/src/dept-result.vue2.js +4 -3
  117. package/lib/directives/prevent-reclick.js +3 -2
  118. package/lib/dynamic-source-select/index.js +7 -5
  119. package/lib/dynamic-source-select/src/dynamic-source-select-service.js +15 -13
  120. package/lib/dynamic-source-select/src/dynamic-source-select.vue.js +183 -173
  121. package/lib/dynamic-source-select/src/dynamic-source-select.vue2.js +4 -2
  122. package/lib/dynamic-source-select/src/dynamic-source-select.vue3.js +4 -2
  123. package/lib/dynamic-source-select/src/events.js +3 -2
  124. package/lib/empty-state/index.vue.js +8 -5
  125. package/lib/empty-state/index.vue2.js +4 -3
  126. package/lib/fs-preview/index.js +7 -5
  127. package/lib/fs-preview/src/fs-preview.vue.js +72 -63
  128. package/lib/fs-preview/src/fs-preview.vue2.js +4 -2
  129. package/lib/fs-upload/index.js +7 -5
  130. package/lib/fs-upload/src/fs-upload-multi.vue.js +32 -24
  131. package/lib/fs-upload/src/fs-upload-single.vue.js +39 -30
  132. package/lib/fs-upload/src/fs-upload.vue.js +16 -10
  133. package/lib/fs-upload/src/see-big-picture.vue.js +11 -8
  134. package/lib/fs-upload-list/index.js +7 -5
  135. package/lib/fs-upload-list/src/fs-upload-list.vue.js +40 -33
  136. package/lib/fs-upload-list/src/fs-upload-list.vue2.js +4 -2
  137. package/lib/fs-upload-new/index.js +7 -5
  138. package/lib/fs-upload-new/src/file-upload-mobile/file-upload-app.vue.js +38 -34
  139. package/lib/fs-upload-new/src/file-upload-mobile/file-upload-app.vue2.js +4 -3
  140. package/lib/fs-upload-new/src/file-upload-mobile/file-upload-browser.vue.js +109 -101
  141. package/lib/fs-upload-new/src/file-upload-mobile/file-upload-browser.vue2.js +4 -3
  142. package/lib/fs-upload-new/src/file-upload-mobile/file-upload-component.vue.js +7 -5
  143. package/lib/fs-upload-new/src/file-upload-mobile/file-upload-component.vue2.js +33 -26
  144. package/lib/fs-upload-new/src/file-upload-mobile/file-upload-component.vue3.js +4 -2
  145. package/lib/fs-upload-new/src/file-upload-mobile/file-upload-input.vue.js +31 -27
  146. package/lib/fs-upload-new/src/file-upload-mobile/file-upload-input.vue2.js +4 -3
  147. package/lib/fs-upload-new/src/file-upload-mobile/file-upload.vue.js +24 -18
  148. package/lib/fs-upload-new/src/file-upload-mobile/file-upload.vue2.js +4 -3
  149. package/lib/fs-upload-new/src/fs-button-upload.vue.js +7 -5
  150. package/lib/fs-upload-new/src/fs-button-upload.vue2.js +43 -36
  151. package/lib/fs-upload-new/src/fs-button-upload.vue3.js +4 -2
  152. package/lib/fs-upload-new/src/fs-drag-upload.vue.js +7 -5
  153. package/lib/fs-upload-new/src/fs-drag-upload.vue2.js +45 -37
  154. package/lib/fs-upload-new/src/fs-drag-upload.vue3.js +4 -2
  155. package/lib/fs-upload-new/src/fs-preview-new.vue.js +8 -5
  156. package/lib/fs-upload-new/src/fs-preview-new.vue2.js +70 -61
  157. package/lib/fs-upload-new/src/fs-preview-new.vue3.js +4 -2
  158. package/lib/fs-upload-new/src/fs-preview-new.vue4.js +4 -2
  159. package/lib/fs-upload-new/src/fs-upload-new.vue.js +47 -37
  160. package/lib/fs-upload-new/src/fs-upload-new.vue2.js +4 -3
  161. package/lib/hamburger/index.js +5 -3
  162. package/lib/hamburger/src/hamburger.vue.js +14 -10
  163. package/lib/hamburger/src/hamburger.vue2.js +4 -2
  164. package/lib/index.js +382 -40
  165. package/lib/json-view/json-view-dialog.vue.js +15 -12
  166. package/lib/json-view/json-view-dialog.vue2.js +4 -3
  167. package/lib/json-view/json-view.vue.js +4 -3
  168. package/lib/json-view/json-view.vue2.js +31 -27
  169. package/lib/multipart-upload/index.js +7 -5
  170. package/lib/multipart-upload/src/index.vue.js +11 -7
  171. package/lib/multipart-upload/src/multipart-upload-form.vue.js +49 -40
  172. package/lib/multipart-upload/src/multipart-upload-list.vue.js +67 -59
  173. package/lib/organization-input/index.js +7 -5
  174. package/lib/organization-input/src/organization-input.vue.js +37 -31
  175. package/lib/organization-input/src/organization-input.vue2.js +4 -2
  176. package/lib/plugins/export-data-new.js +104 -96
  177. package/lib/plugins/export-data.js +51 -45
  178. package/lib/plugins/index.js +8 -4
  179. package/lib/plugins/public-method.js +3 -2
  180. package/lib/remove-department/index.js +5 -3
  181. package/lib/remove-department/src/remove-department.vue.js +19 -13
  182. package/lib/remove-department/src/remove-dept-service.js +10 -9
  183. package/lib/remove-user/index.js +7 -5
  184. package/lib/remove-user/src/remove-user-service.js +4 -3
  185. package/lib/remove-user/src/remove-user.vue.js +22 -16
  186. package/lib/remove-workgroup/index.js +7 -5
  187. package/lib/remove-workgroup/src/remove-workgroup-service.js +4 -3
  188. package/lib/remove-workgroup/src/remove-workgroup.vue.js +18 -12
  189. package/lib/rich-editor/index.js +7 -5
  190. package/lib/rich-editor/index.vue.js +76 -28
  191. package/lib/rich-editor/tinymce/zh_CN.js +2 -2
  192. package/lib/rich-editor/viewer.vue.js +10 -7
  193. package/lib/row-form/index.js +7 -5
  194. package/lib/row-form/index.vue.js +7 -5
  195. package/lib/row-form/index.vue2.js +47 -41
  196. package/lib/row-form/index.vue3.js +4 -2
  197. package/lib/row-form/operation.vue.js +26 -22
  198. package/lib/row-form/operation.vue2.js +4 -3
  199. package/lib/scan-code-input/index.js +7 -5
  200. package/lib/scan-code-input/src/events.js +13 -11
  201. package/lib/scan-code-input/src/scan-code-input.vue.js +15 -9
  202. package/lib/scan-code-input-browser/index.js +7 -5
  203. package/lib/scan-code-input-browser/src/scan-code-input.vue.js +21 -16
  204. package/lib/secret-info/index.js +7 -5
  205. package/lib/secret-info/index.vue.js +9 -6
  206. package/lib/src/api/sso-service.js +36 -34
  207. package/lib/src/api/tab.js +9 -8
  208. package/lib/src/assets/401/401.gif.js +4 -2
  209. package/lib/src/assets/404/404-cloud.png.js +4 -2
  210. package/lib/src/assets/404/404.png.js +4 -2
  211. package/lib/src/assets/chat-embed/robot.gif.js +4 -2
  212. package/lib/src/assets/chat-embed/robot.svg.js +4 -2
  213. package/lib/src/assets/nonemessage.png.js +4 -2
  214. package/lib/src/components/Affix/index.vue.js +7 -5
  215. package/lib/src/components/Affix/index.vue2.js +58 -56
  216. package/lib/src/components/Affix/index.vue3.js +4 -2
  217. package/lib/src/components/Card/index.js +38 -33
  218. package/lib/src/components/Scrollbar/index.vue.js +37 -33
  219. package/lib/src/components/Scrollbar/index.vue2.js +4 -2
  220. package/lib/src/directives/permission/index.js +5 -3
  221. package/lib/src/directives/permission/permission.js +9 -7
  222. package/lib/src/i18n/i18n.js +7 -3
  223. package/lib/src/i18n/langs/cn.js +4 -2
  224. package/lib/src/i18n/langs/en.js +4 -2
  225. package/lib/src/mixins/resizeMixin.js +3 -2
  226. package/lib/src/permission.js +46 -43
  227. package/lib/src/router/index.js +9 -16
  228. package/lib/src/store/getters.js +4 -2
  229. package/lib/src/store/index.js +13 -16
  230. package/lib/src/store/modules/app.js +4 -3
  231. package/lib/src/store/modules/chat-ai-store.js +22 -19
  232. package/lib/src/store/modules/permission.js +11 -10
  233. package/lib/src/store/modules/system.js +9 -7
  234. package/lib/src/store/modules/tab-content.js +15 -13
  235. package/lib/src/store/modules/table.js +3 -2
  236. package/lib/src/store/modules/user.js +95 -89
  237. package/lib/src/utils/auth-api.js +5 -3
  238. package/lib/src/utils/auth.js +139 -69
  239. package/lib/src/utils/calculator/calculator-factory-wf.js +49 -48
  240. package/lib/src/utils/calculator/calculator-factory.js +58 -57
  241. package/lib/src/utils/calculator/calculator-util.js +32 -29
  242. package/lib/src/utils/chat-ai-util.js +25 -17
  243. package/lib/src/utils/common-util.js +356 -271
  244. package/lib/src/utils/eventBus.js +6 -3
  245. package/lib/src/utils/file-util.js +16 -15
  246. package/lib/src/utils/global-prop.js +37 -21
  247. package/lib/src/utils/guid.js +8 -5
  248. package/lib/src/utils/i18n-util.js +24 -16
  249. package/lib/src/utils/iconUtils.js +23 -16
  250. package/lib/src/utils/index.js +40 -26
  251. package/lib/src/utils/insert_css.js +7 -8
  252. package/lib/src/utils/json-util.js +27 -25
  253. package/lib/src/utils/jump-page-utils.js +180 -172
  254. package/lib/src/utils/local-storage.js +3 -2
  255. package/lib/src/utils/menu.js +11 -10
  256. package/lib/src/utils/permission.js +26 -22
  257. package/lib/src/utils/permissionAuth.js +136 -102
  258. package/lib/src/utils/range-selector.js +45 -41
  259. package/lib/src/utils/request.js +86 -77
  260. package/lib/src/utils/resize.js +5 -5
  261. package/lib/src/utils/restful-interface-utils.js +15 -12
  262. package/lib/src/utils/util.js +26 -6
  263. package/lib/src/utils/validate.js +20 -10
  264. package/lib/src/utils/voice-setting-cache.js +153 -140
  265. package/lib/src/utils/watermark-cache.js +14 -9
  266. package/lib/src/utils/watermark.js +30 -23
  267. package/lib/src/utils/workflow-util.js +26 -25
  268. package/lib/src/views/dsc-component/Sidebar/Item.vue.js +7 -5
  269. package/lib/src/views/dsc-component/Sidebar/Item.vue2.js +11 -8
  270. package/lib/src/views/dsc-component/Sidebar/Item.vue3.js +4 -2
  271. package/lib/src/views/dsc-component/Sidebar/Link.vue.js +12 -9
  272. package/lib/src/views/dsc-component/Sidebar/SidebarItem.vue.js +26 -19
  273. package/lib/src/views/dsc-component/Sidebar/SidebarItem.vue2.js +4 -2
  274. package/lib/src/views/dsc-component/Sidebar/index.vue.js +20 -12
  275. package/lib/src/views/dsc-component/tabs/tab-content.vue.js +26 -21
  276. package/lib/src/views/dsc-component/tabs/tab-content.vue2.js +4 -2
  277. package/lib/src/views/dsc-component/tabs/tab-content.vue3.js +4 -2
  278. package/lib/src/views/error-page/401.vue.js +13 -9
  279. package/lib/src/views/error-page/401.vue2.js +4 -2
  280. package/lib/src/views/error-page/404.vue.js +11 -7
  281. package/lib/src/views/error-page/404.vue2.js +4 -2
  282. package/lib/src/views/layout/EmptyLayout.vue.js +8 -6
  283. package/lib/src/views/layout/Layout.vue.js +19 -12
  284. package/lib/src/views/layout/Layout.vue2.js +4 -2
  285. package/lib/src/views/layout/NewLayout.vue.js +10 -6
  286. package/lib/src/views/layout/components/AppMain.vue.js +11 -9
  287. package/lib/src/views/layout/components/AppMain.vue2.js +4 -2
  288. package/lib/src/views/layout/components/Breadcrumb/index.vue.js +37 -44
  289. package/lib/src/views/layout/components/Breadcrumb/index.vue2.js +4 -2
  290. package/lib/src/views/layout/components/Menubar/Item.vue.js +7 -5
  291. package/lib/src/views/layout/components/Menubar/Item.vue2.js +14 -12
  292. package/lib/src/views/layout/components/Menubar/Item.vue3.js +4 -2
  293. package/lib/src/views/layout/components/Menubar/Link.vue.js +12 -9
  294. package/lib/src/views/layout/components/Menubar/SidebarItem.vue.js +24 -15
  295. package/lib/src/views/layout/components/Menubar/SidebarItem.vue2.js +4 -2
  296. package/lib/src/views/layout/components/Menubar/index.vue.js +30 -19
  297. package/lib/src/views/layout/components/Sidebar/Item.vue.js +8 -6
  298. package/lib/src/views/layout/components/Sidebar/Item.vue2.js +4 -3
  299. package/lib/src/views/layout/components/Sidebar/Link.vue.js +11 -8
  300. package/lib/src/views/layout/components/Sidebar/SidebarItem.vue.js +17 -11
  301. package/lib/src/views/layout/components/Sidebar/SidebarItem.vue2.js +4 -2
  302. package/lib/src/views/layout/components/Sidebar/index.vue.js +25 -18
  303. package/lib/src/views/layout/components/iframe-page.vue.js +10 -8
  304. package/lib/src/views/layout/components/iframe-page.vue2.js +4 -2
  305. package/lib/src/views/layout/components/tabs/tab-content.vue.js +14 -10
  306. package/lib/src/views/layout/components/tabs/tab-content.vue2.js +4 -2
  307. package/lib/src/views/layout/components/tabs/tab-content.vue3.js +4 -2
  308. package/lib/src/views/layout/mixin/ResizeHandler.js +5 -3
  309. package/lib/src/views/layout/tab-content-iframe-index.vue.js +10 -8
  310. package/lib/src/views/layout/tab-content-iframe-index.vue2.js +4 -2
  311. package/lib/src/views/layout/tab-content-index.vue.js +18 -12
  312. package/lib/src/views/layout/tab-content-index.vue2.js +4 -2
  313. package/lib/src/views/login/authredirect.vue.js +3 -2
  314. package/lib/src/views/redirect/index.vue.js +8 -17
  315. package/lib/src/views/svg-icon/src/svg-icon.vue.js +4 -2
  316. package/lib/src/views/wf-history/tache-subprocess-history.vue.js +13 -11
  317. package/lib/src/views/wf-history/tache-subprocess-history.vue2.js +4 -2
  318. package/lib/style.css +769 -769
  319. package/lib/super-grid/index.js +7 -5
  320. package/lib/super-grid/src/apis.js +231 -221
  321. package/lib/super-grid/src/columns-config.vue.js +22 -16
  322. package/lib/super-grid/src/components/grid-icon.vue.js +34 -26
  323. package/lib/super-grid/src/components/grid-radio-input.vue.js +18 -15
  324. package/lib/super-grid/src/components/grid-radio-input.vue2.js +4 -3
  325. package/lib/super-grid/src/components/mobile-table-card.js +83 -73
  326. package/lib/super-grid/src/components/select-input.vue.js +106 -98
  327. package/lib/super-grid/src/components/select-input.vue2.js +4 -3
  328. package/lib/super-grid/src/custom-formatter.js +74 -69
  329. package/lib/super-grid/src/dynamic-input.vue.js +159 -142
  330. package/lib/super-grid/src/eventBus.js +6 -3
  331. package/lib/super-grid/src/events.js +36 -34
  332. package/lib/super-grid/src/formValidatorUtil.js +65 -62
  333. package/lib/super-grid/src/formatter.js +41 -36
  334. package/lib/super-grid/src/group-column.vue.js +13 -8
  335. package/lib/super-grid/src/header-context-menu.vue.js +13 -10
  336. package/lib/super-grid/src/header-context-menu.vue2.js +4 -2
  337. package/lib/super-grid/src/index-column.vue.js +10 -7
  338. package/lib/super-grid/src/normal-column-content.vue.js +205 -186
  339. package/lib/super-grid/src/normal-column-content.vue2.js +4 -2
  340. package/lib/super-grid/src/normal-column.vue.js +55 -40
  341. package/lib/super-grid/src/normal-column.vue2.js +4 -2
  342. package/lib/super-grid/src/public-methods.js +14 -12
  343. package/lib/super-grid/src/row-detail.vue.js +10 -7
  344. package/lib/super-grid/src/row-operation.vue.js +26 -19
  345. package/lib/super-grid/src/row-operation.vue2.js +4 -2
  346. package/lib/super-grid/src/scan-util.js +26 -24
  347. package/lib/super-grid/src/search-button.vue.js +17 -12
  348. package/lib/super-grid/src/search-condition-input.vue.js +12 -8
  349. package/lib/super-grid/src/search-condition-list.vue.js +13 -10
  350. package/lib/super-grid/src/search-form-advancedQuery.vue.js +23 -13
  351. package/lib/super-grid/src/search-form-advancedQuery.vue2.js +4 -2
  352. package/lib/super-grid/src/search-form-dialog.vue.js +13 -9
  353. package/lib/super-grid/src/search-form-item.vue.js +24 -16
  354. package/lib/super-grid/src/search-form-item.vue2.js +4 -2
  355. package/lib/super-grid/src/search-form-mobile.vue.js +22 -13
  356. package/lib/super-grid/src/search-form-mobile.vue2.js +4 -2
  357. package/lib/super-grid/src/search-form-number.vue.js +14 -9
  358. package/lib/super-grid/src/search-form-open.vue.js +13 -7
  359. package/lib/super-grid/src/search-form-ordinarySearch.vue.js +19 -11
  360. package/lib/super-grid/src/search-form-ordinarySearch.vue2.js +4 -2
  361. package/lib/super-grid/src/search-form.vue.js +77 -65
  362. package/lib/super-grid/src/search-form.vue2.js +4 -2
  363. package/lib/super-grid/src/search-methods.js +3 -2
  364. package/lib/super-grid/src/selection-column.vue.js +9 -7
  365. package/lib/super-grid/src/store.js +4 -3
  366. package/lib/super-grid/src/super-grid-service.js +128 -121
  367. package/lib/super-grid/src/super-grid.vue.js +217 -186
  368. package/lib/super-grid/src/super-grid.vue2.js +4 -2
  369. package/lib/super-grid/src/utils.js +322 -265
  370. package/lib/super-grid/src/view-image-dialog.vue.js +33 -26
  371. package/lib/super-icon/index.js +7 -5
  372. package/lib/super-icon/src/index.vue.js +7 -5
  373. package/lib/super-icon/src/index.vue2.js +11 -8
  374. package/lib/super-icon/src/index.vue3.js +4 -2
  375. package/lib/super-nine-grid/index.js +7 -5
  376. package/lib/super-nine-grid/src/apis.js +8 -5
  377. package/lib/super-nine-grid/src/custom-formatter.js +7 -5
  378. package/lib/super-nine-grid/src/formatter.js +29 -28
  379. package/lib/super-nine-grid/src/search-form-number.vue.js +12 -8
  380. package/lib/super-nine-grid/src/search-form.vue.js +40 -33
  381. package/lib/super-nine-grid/src/search-form.vue2.js +4 -2
  382. package/lib/super-nine-grid/src/search-methods.js +3 -2
  383. package/lib/super-nine-grid/src/store.js +4 -3
  384. package/lib/super-nine-grid/src/super-grid-service.js +9 -5
  385. package/lib/super-nine-grid/src/super-nine-grid.vue.js +105 -95
  386. package/lib/super-nine-grid/src/super-nine-grid.vue2.js +4 -2
  387. package/lib/super-nine-grid/src/utils.js +27 -31
  388. package/lib/svg-icon/index.js +7 -5
  389. package/lib/svg-icon/src/svg-icon.vue.js +10 -8
  390. package/lib/svg-icon/src/svg-icon.vue2.js +4 -2
  391. package/lib/utils/gogocodeTransfer.js +28 -23
  392. package/lib/utils/memory-cache-utils.js +5 -3
  393. package/lib/utils/organization.js +53 -40
  394. package/lib/utils/utils.js +29 -27
  395. package/lib/utils/value-set.js +70 -68
  396. package/lib/valid-code/index.js +7 -5
  397. package/lib/valid-code/src/valid-code.vue.js +13 -10
  398. package/lib/valid-code/src/valid-code.vue2.js +4 -2
  399. package/lib/workflow-button/index.js +5 -3
  400. package/lib/workflow-button/src/workflow-button.vue.js +39 -34
  401. package/lib/workflow-history-list/index.js +7 -5
  402. package/lib/workflow-history-list/src/api.js +3 -2
  403. package/lib/workflow-history-list/src/workflow-history-list.vue.js +65 -59
  404. package/lib/workflow-history-list/src/workflow-history-list.vue2.js +4 -2
  405. package/lib/workgroup-tree/index.js +7 -5
  406. package/lib/workgroup-tree/src/workgroup-tree.vue.js +17 -11
  407. package/lib/workgroup-tree-inline/index.js +5 -3
  408. package/lib/workgroup-tree-inline/src/search-result.vue.js +25 -21
  409. package/lib/workgroup-tree-inline/src/search-result.vue2.js +4 -2
  410. package/lib/workgroup-tree-inline/src/workgroup-tree-inline.vue.js +52 -43
  411. package/lib/workgroup-tree-inline/src/workgroup-tree-inline.vue2.js +4 -2
  412. package/lib/workgroup-tree-inline/src/workgroup-tree-service.js +7 -5
  413. package/lib/workgroup-tree-mobile/index.js +8 -5
  414. package/lib/workgroup-tree-mobile/src/dept-result.vue.js +14 -11
  415. package/lib/workgroup-tree-mobile/src/dept-result.vue2.js +4 -3
  416. package/lib/workgroup-tree-mobile/src/workgroup-tree-app.vue.js +12 -9
  417. package/lib/workgroup-tree-mobile/src/workgroup-tree-app.vue2.js +4 -2
  418. package/lib/workgroup-tree-mobile/src/workgroup-tree-app.vue3.js +5 -3
  419. package/lib/workgroup-tree-mobile/src/workgroup-tree-inline-app.vue.js +86 -76
  420. package/lib/workgroup-tree-mobile/src/workgroup-tree-inline-app.vue2.js +4 -3
  421. package/lib/workgroup-tree-mobile/src/workgroup-tree-service.js +28 -20
  422. package/lib/workgroup-user-tree/index.js +7 -5
  423. package/lib/workgroup-user-tree/src/workgroup-user-tree.vue.js +17 -11
  424. package/lib/workgroup-user-tree-inline/index.js +5 -3
  425. package/lib/workgroup-user-tree-inline/src/search-result.vue.js +25 -21
  426. package/lib/workgroup-user-tree-inline/src/search-result.vue2.js +4 -2
  427. package/lib/workgroup-user-tree-inline/src/workgroup-tree-inline-service.js +11 -9
  428. package/lib/workgroup-user-tree-inline/src/workgroup-user-tree-inline.vue.js +43 -34
  429. package/lib/workgroup-user-tree-inline/src/workgroup-user-tree-inline.vue2.js +4 -2
  430. package/lib/workgroup-user-tree-mobile/src/dept-path.vue.js +11 -10
  431. package/lib/workgroup-user-tree-mobile/src/dept-path.vue2.js +4 -3
  432. package/lib/workgroup-user-tree-mobile/src/dept-result.vue.js +15 -11
  433. package/lib/workgroup-user-tree-mobile/src/dept-result.vue2.js +4 -3
  434. package/lib/workgroup-user-tree-mobile/src/workgroup-user-tree-app.vue.js +12 -9
  435. package/lib/workgroup-user-tree-mobile/src/workgroup-user-tree-app.vue2.js +4 -2
  436. package/lib/workgroup-user-tree-mobile/src/workgroup-user-tree-app.vue3.js +5 -3
  437. package/lib/workgroup-user-tree-mobile/src/workgroup-user-tree-inline-app.vue.js +104 -93
  438. package/lib/workgroup-user-tree-mobile/src/workgroup-user-tree-inline-app.vue2.js +4 -3
  439. package/lib/workgroup-user-tree-mobile/src/workgroup-user-tree-service.js +25 -16
  440. package/lib/year-range-picker/index.js +5 -3
  441. package/lib/year-range-picker/src/year-range-picker.vue.js +12 -9
  442. package/package.json +4 -5
  443. package/vite.config.js +10 -10
  444. package/es/IntervalSelection/index.js +0 -7
  445. package/es/IntervalSelection/src/sectionDate.vue.js +0 -49
  446. package/es/IntervalSelection/src/sectionDate.vue2.js +0 -4
  447. package/es/_virtual/__vite-browser-external.js +0 -4
  448. package/es/_virtual/_plugin-vue_export-helper.js +0 -9
  449. package/es/breadcrumb/index.js +0 -7
  450. package/es/breadcrumb/src/breadcrumb.vue.js +0 -28
  451. package/es/breadcrumb/src/breadcrumb.vue2.js +0 -4
  452. package/es/chat-embed/index.js +0 -7
  453. package/es/chat-embed/src/chat-addition-data.vue.js +0 -7
  454. package/es/chat-embed/src/chat-addition-data.vue2.js +0 -14
  455. package/es/chat-embed/src/chat-addition-data.vue3.js +0 -4
  456. package/es/chat-embed/src/chat-ai-answer-tip.vue.js +0 -7
  457. package/es/chat-embed/src/chat-ai-answer-tip.vue2.js +0 -29
  458. package/es/chat-embed/src/chat-ai-answer-tip.vue3.js +0 -4
  459. package/es/chat-embed/src/chat-bubble-footer.vue.js +0 -7
  460. package/es/chat-embed/src/chat-bubble-footer.vue2.js +0 -33
  461. package/es/chat-embed/src/chat-bubble-footer.vue3.js +0 -4
  462. package/es/chat-embed/src/chat-embed-message.js +0 -22
  463. package/es/chat-embed/src/chat-sender.vue.js +0 -7
  464. package/es/chat-embed/src/chat-sender.vue2.js +0 -160
  465. package/es/chat-embed/src/chat-sender.vue3.js +0 -4
  466. package/es/chat-embed/src/components/answer-auto-chart.vue.js +0 -7
  467. package/es/chat-embed/src/components/answer-auto-chart.vue2.js +0 -59
  468. package/es/chat-embed/src/components/answer-auto-chart.vue3.js +0 -4
  469. package/es/chat-embed/src/components/answer-home-chart.vue.js +0 -7
  470. package/es/chat-embed/src/components/answer-home-chart.vue2.js +0 -6
  471. package/es/chat-embed/src/components/answer-home-chart.vue3.js +0 -4
  472. package/es/chat-embed/src/components/answer-interaction-data.vue.js +0 -7
  473. package/es/chat-embed/src/components/answer-interaction-data.vue2.js +0 -118
  474. package/es/chat-embed/src/components/answer-interaction-data.vue3.js +0 -4
  475. package/es/chat-embed/src/components/history-detail.vue.js +0 -7
  476. package/es/chat-embed/src/components/history-detail.vue2.js +0 -55
  477. package/es/chat-embed/src/components/history-detail.vue3.js +0 -4
  478. package/es/chat-embed/src/header.vue.js +0 -7
  479. package/es/chat-embed/src/header.vue2.js +0 -46
  480. package/es/chat-embed/src/header.vue3.js +0 -4
  481. package/es/chat-embed/src/index.vue.js +0 -7
  482. package/es/chat-embed/src/index.vue2.js +0 -307
  483. package/es/chat-embed/src/index.vue3.js +0 -4
  484. package/es/chat-embed/src/recommendation-message.vue.js +0 -7
  485. package/es/chat-embed/src/recommendation-message.vue2.js +0 -8
  486. package/es/chat-embed/src/recommendation-message.vue3.js +0 -4
  487. package/es/chat-embed/src/sidebar-item.vue.js +0 -7
  488. package/es/chat-embed/src/sidebar-item.vue2.js +0 -118
  489. package/es/chat-embed/src/sidebar-item.vue3.js +0 -4
  490. package/es/chat-embed/src/type.js +0 -5
  491. package/es/chat-embed/src/util/chat-embed-util.js +0 -57
  492. package/es/chat-embed/src/util/history-message-util.js +0 -96
  493. package/es/chat-embed/src/util/mcp-utils.js +0 -53
  494. package/es/chat-embed/src/util/text-file-util.js +0 -12
  495. package/es/chat-embed/src/voice/index.js +0 -7
  496. package/es/chat-embed/src/voice/js/crypto-js.js +0 -1013
  497. package/es/chat-embed/src/voice/js/processor/index.umd.js +0 -178
  498. package/es/chat-embed/src/voice/js/timer.js +0 -11
  499. package/es/chat-embed/src/voice/voice.vue.js +0 -104
  500. package/es/date-picker-range/index.js +0 -7
  501. package/es/date-picker-range/index.vue.js +0 -7
  502. package/es/date-picker-range/index.vue2.js +0 -93
  503. package/es/date-picker-range/index.vue3.js +0 -4
  504. package/es/department-tree/index.js +0 -7
  505. package/es/department-tree/src/department-tree.vue.js +0 -23
  506. package/es/department-tree-inline/index.js +0 -7
  507. package/es/department-tree-inline/src/department-multi-tree-inline.vue.js +0 -91
  508. package/es/department-tree-inline/src/department-multi-tree-inline.vue2.js +0 -4
  509. package/es/department-tree-inline/src/department-single-tree-inline.vue.js +0 -64
  510. package/es/department-tree-inline/src/department-single-tree-inline.vue2.js +0 -4
  511. package/es/department-tree-inline/src/department-tree-inline.vue.js +0 -17
  512. package/es/department-tree-inline/src/department-tree-service.js +0 -108
  513. package/es/department-tree-inline/src/search-result.vue.js +0 -40
  514. package/es/department-tree-inline/src/search-result.vue2.js +0 -4
  515. package/es/department-tree-mobile/index.js +0 -8
  516. package/es/department-tree-mobile/src/department-tree-app.vue.js +0 -15
  517. package/es/department-tree-mobile/src/department-tree-app.vue2.js +0 -4
  518. package/es/department-tree-mobile/src/department-tree-app.vue3.js +0 -5
  519. package/es/department-tree-mobile/src/department-tree-inline-app.vue.js +0 -121
  520. package/es/department-tree-mobile/src/department-tree-inline-app.vue2.js +0 -4
  521. package/es/department-tree-mobile/src/department-tree-service.js +0 -55
  522. package/es/department-tree-mobile/src/dept-path.vue.js +0 -14
  523. package/es/department-tree-mobile/src/dept-path.vue2.js +0 -4
  524. package/es/department-tree-mobile/src/dept-result.vue.js +0 -16
  525. package/es/department-tree-mobile/src/dept-result.vue2.js +0 -4
  526. package/es/department-user-tree/index.js +0 -7
  527. package/es/department-user-tree/src/department-user-multiple-tree.vue.js +0 -20
  528. package/es/department-user-tree/src/department-user-multiple-tree.vue2.js +0 -4
  529. package/es/department-user-tree/src/department-user-single-tree.vue.js +0 -19
  530. package/es/department-user-tree/src/department-user-tree.vue.js +0 -27
  531. package/es/department-user-tree-inline/index.js +0 -7
  532. package/es/department-user-tree-inline/src/department-user-multiple-tree-inline.vue.js +0 -165
  533. package/es/department-user-tree-inline/src/department-user-multiple-tree-inline.vue2.js +0 -4
  534. package/es/department-user-tree-inline/src/department-user-single-tree-inline.vue.js +0 -69
  535. package/es/department-user-tree-inline/src/department-user-single-tree-inline.vue2.js +0 -4
  536. package/es/department-user-tree-inline/src/department-user-tree-inline.vue.js +0 -16
  537. package/es/department-user-tree-inline/src/department-user-tree-multi-service.js +0 -81
  538. package/es/department-user-tree-inline/src/department-user-tree-single-service.js +0 -54
  539. package/es/department-user-tree-inline/src/group-user/group-input.vue.js +0 -39
  540. package/es/department-user-tree-inline/src/group-user/group-list.vue.js +0 -27
  541. package/es/department-user-tree-inline/src/group-user/group-user.vue.js +0 -16
  542. package/es/department-user-tree-inline/src/group-user-multiple-tree.vue.js +0 -78
  543. package/es/department-user-tree-inline/src/group-user-single-tree.vue.js +0 -34
  544. package/es/department-user-tree-inline/src/group-user-tree-service.js +0 -34
  545. package/es/department-user-tree-inline/src/search-result.vue.js +0 -41
  546. package/es/department-user-tree-inline/src/search-result.vue2.js +0 -4
  547. package/es/department-user-tree-mobile/index.js +0 -8
  548. package/es/department-user-tree-mobile/src/department-user-tree-app.vue.js +0 -15
  549. package/es/department-user-tree-mobile/src/department-user-tree-app.vue2.js +0 -4
  550. package/es/department-user-tree-mobile/src/department-user-tree-app.vue3.js +0 -5
  551. package/es/department-user-tree-mobile/src/department-user-tree-inline-app.vue.js +0 -135
  552. package/es/department-user-tree-mobile/src/department-user-tree-inline-app.vue2.js +0 -4
  553. package/es/department-user-tree-mobile/src/department-user-tree-service.js +0 -38
  554. package/es/department-user-tree-mobile/src/dept-path.vue.js +0 -14
  555. package/es/department-user-tree-mobile/src/dept-path.vue2.js +0 -4
  556. package/es/department-user-tree-mobile/src/dept-result.vue.js +0 -17
  557. package/es/department-user-tree-mobile/src/dept-result.vue2.js +0 -4
  558. package/es/directives/prevent-reclick.js +0 -15
  559. package/es/dynamic-source-select/index.js +0 -7
  560. package/es/dynamic-source-select/src/dynamic-source-select-service.js +0 -32
  561. package/es/dynamic-source-select/src/dynamic-source-select.vue.js +0 -276
  562. package/es/dynamic-source-select/src/dynamic-source-select.vue2.js +0 -4
  563. package/es/dynamic-source-select/src/dynamic-source-select.vue3.js +0 -4
  564. package/es/dynamic-source-select/src/events.js +0 -29
  565. package/es/empty-state/index.vue.js +0 -9
  566. package/es/empty-state/index.vue2.js +0 -4
  567. package/es/fs-preview/index.js +0 -7
  568. package/es/fs-preview/src/fs-preview.vue.js +0 -120
  569. package/es/fs-preview/src/fs-preview.vue2.js +0 -4
  570. package/es/fs-upload/index.js +0 -7
  571. package/es/fs-upload/src/fs-upload-multi.vue.js +0 -71
  572. package/es/fs-upload/src/fs-upload-single.vue.js +0 -73
  573. package/es/fs-upload/src/fs-upload.vue.js +0 -24
  574. package/es/fs-upload/src/see-big-picture.vue.js +0 -12
  575. package/es/fs-upload-list/index.js +0 -7
  576. package/es/fs-upload-list/src/fs-upload-list.vue.js +0 -98
  577. package/es/fs-upload-list/src/fs-upload-list.vue2.js +0 -4
  578. package/es/fs-upload-new/index.js +0 -7
  579. package/es/fs-upload-new/src/file-upload-mobile/file-upload-app.vue.js +0 -61
  580. package/es/fs-upload-new/src/file-upload-mobile/file-upload-app.vue2.js +0 -4
  581. package/es/fs-upload-new/src/file-upload-mobile/file-upload-browser.vue.js +0 -178
  582. package/es/fs-upload-new/src/file-upload-mobile/file-upload-browser.vue2.js +0 -4
  583. package/es/fs-upload-new/src/file-upload-mobile/file-upload-component.vue.js +0 -7
  584. package/es/fs-upload-new/src/file-upload-mobile/file-upload-component.vue2.js +0 -39
  585. package/es/fs-upload-new/src/file-upload-mobile/file-upload-component.vue3.js +0 -4
  586. package/es/fs-upload-new/src/file-upload-mobile/file-upload-input.vue.js +0 -45
  587. package/es/fs-upload-new/src/file-upload-mobile/file-upload-input.vue2.js +0 -4
  588. package/es/fs-upload-new/src/file-upload-mobile/file-upload.vue.js +0 -35
  589. package/es/fs-upload-new/src/file-upload-mobile/file-upload.vue2.js +0 -4
  590. package/es/fs-upload-new/src/fs-button-upload.vue.js +0 -7
  591. package/es/fs-upload-new/src/fs-button-upload.vue2.js +0 -62
  592. package/es/fs-upload-new/src/fs-button-upload.vue3.js +0 -4
  593. package/es/fs-upload-new/src/fs-drag-upload.vue.js +0 -7
  594. package/es/fs-upload-new/src/fs-drag-upload.vue2.js +0 -63
  595. package/es/fs-upload-new/src/fs-drag-upload.vue3.js +0 -4
  596. package/es/fs-upload-new/src/fs-preview-new.vue.js +0 -8
  597. package/es/fs-upload-new/src/fs-preview-new.vue2.js +0 -93
  598. package/es/fs-upload-new/src/fs-preview-new.vue3.js +0 -4
  599. package/es/fs-upload-new/src/fs-preview-new.vue4.js +0 -4
  600. package/es/fs-upload-new/src/fs-upload-new.vue.js +0 -64
  601. package/es/fs-upload-new/src/fs-upload-new.vue2.js +0 -4
  602. package/es/hamburger/index.js +0 -7
  603. package/es/hamburger/src/hamburger.vue.js +0 -15
  604. package/es/hamburger/src/hamburger.vue2.js +0 -4
  605. package/es/index.js +0 -383
  606. package/es/json-view/json-view-dialog.vue.js +0 -19
  607. package/es/json-view/json-view-dialog.vue2.js +0 -4
  608. package/es/json-view/json-view.vue.js +0 -4
  609. package/es/json-view/json-view.vue2.js +0 -36
  610. package/es/multipart-upload/index.js +0 -7
  611. package/es/multipart-upload/src/index.vue.js +0 -14
  612. package/es/multipart-upload/src/multipart-upload-form.vue.js +0 -82
  613. package/es/multipart-upload/src/multipart-upload-list.vue.js +0 -104
  614. package/es/organization-input/index.js +0 -7
  615. package/es/organization-input/src/organization-input.vue.js +0 -224
  616. package/es/organization-input/src/organization-input.vue2.js +0 -4
  617. package/es/plugins/export-data-new.js +0 -237
  618. package/es/plugins/export-data.js +0 -179
  619. package/es/plugins/index.js +0 -9
  620. package/es/plugins/public-method.js +0 -14
  621. package/es/remove-department/index.js +0 -7
  622. package/es/remove-department/src/remove-department.vue.js +0 -33
  623. package/es/remove-department/src/remove-dept-service.js +0 -13
  624. package/es/remove-user/index.js +0 -7
  625. package/es/remove-user/src/remove-user-service.js +0 -13
  626. package/es/remove-user/src/remove-user.vue.js +0 -35
  627. package/es/remove-workgroup/index.js +0 -7
  628. package/es/remove-workgroup/src/remove-workgroup-service.js +0 -13
  629. package/es/remove-workgroup/src/remove-workgroup.vue.js +0 -31
  630. package/es/rich-editor/index.js +0 -7
  631. package/es/rich-editor/index.vue.js +0 -115
  632. package/es/rich-editor/tinymce/zh_CN.js +0 -2
  633. package/es/rich-editor/viewer.vue.js +0 -27
  634. package/es/row-form/index.js +0 -7
  635. package/es/row-form/index.vue.js +0 -7
  636. package/es/row-form/index.vue2.js +0 -62
  637. package/es/row-form/index.vue3.js +0 -4
  638. package/es/row-form/operation.vue.js +0 -32
  639. package/es/row-form/operation.vue2.js +0 -4
  640. package/es/scan-code-input/index.js +0 -7
  641. package/es/scan-code-input/src/events.js +0 -15
  642. package/es/scan-code-input/src/scan-code-input.vue.js +0 -32
  643. package/es/scan-code-input-browser/index.js +0 -7
  644. package/es/scan-code-input-browser/src/scan-code-input.vue.js +0 -39
  645. package/es/secret-info/index.js +0 -7
  646. package/es/secret-info/index.vue.js +0 -16
  647. package/es/src/api/sso-service.js +0 -57
  648. package/es/src/api/tab.js +0 -15
  649. package/es/src/assets/401/401.gif.js +0 -4
  650. package/es/src/assets/404/404-cloud.png.js +0 -4
  651. package/es/src/assets/404/404.png.js +0 -4
  652. package/es/src/assets/chat-embed/robot.gif.js +0 -4
  653. package/es/src/assets/chat-embed/robot.svg.js +0 -4
  654. package/es/src/assets/nonemessage.png.js +0 -4
  655. package/es/src/components/Affix/index.vue.js +0 -7
  656. package/es/src/components/Affix/index.vue2.js +0 -83
  657. package/es/src/components/Affix/index.vue3.js +0 -4
  658. package/es/src/components/Card/index.js +0 -48
  659. package/es/src/components/Scrollbar/index.vue.js +0 -52
  660. package/es/src/components/Scrollbar/index.vue2.js +0 -4
  661. package/es/src/directives/permission/index.js +0 -7
  662. package/es/src/directives/permission/permission.js +0 -11
  663. package/es/src/i18n/i18n.js +0 -7
  664. package/es/src/i18n/langs/cn.js +0 -4
  665. package/es/src/i18n/langs/en.js +0 -4
  666. package/es/src/mixins/resizeMixin.js +0 -21
  667. package/es/src/permission.js +0 -79
  668. package/es/src/router/index.js +0 -9
  669. package/es/src/store/getters.js +0 -4
  670. package/es/src/store/index.js +0 -13
  671. package/es/src/store/modules/app.js +0 -41
  672. package/es/src/store/modules/chat-ai-store.js +0 -36
  673. package/es/src/store/modules/permission.js +0 -31
  674. package/es/src/store/modules/system.js +0 -12
  675. package/es/src/store/modules/tab-content.js +0 -20
  676. package/es/src/store/modules/table.js +0 -18
  677. package/es/src/store/modules/user.js +0 -139
  678. package/es/src/utils/auth-api.js +0 -134
  679. package/es/src/utils/auth.js +0 -156
  680. package/es/src/utils/calculator/calculator-factory-wf.js +0 -167
  681. package/es/src/utils/calculator/calculator-factory.js +0 -93
  682. package/es/src/utils/calculator/calculator-util.js +0 -56
  683. package/es/src/utils/chat-ai-util.js +0 -34
  684. package/es/src/utils/common-util.js +0 -440
  685. package/es/src/utils/eventBus.js +0 -6
  686. package/es/src/utils/file-util.js +0 -23
  687. package/es/src/utils/global-prop.js +0 -38
  688. package/es/src/utils/guid.js +0 -10
  689. package/es/src/utils/i18n-util.js +0 -70
  690. package/es/src/utils/iconUtils.js +0 -26
  691. package/es/src/utils/index.js +0 -46
  692. package/es/src/utils/insert_css.js +0 -17
  693. package/es/src/utils/json-util.js +0 -47
  694. package/es/src/utils/jump-page-utils.js +0 -264
  695. package/es/src/utils/local-storage.js +0 -19
  696. package/es/src/utils/menu.js +0 -14
  697. package/es/src/utils/permission.js +0 -45
  698. package/es/src/utils/permissionAuth.js +0 -154
  699. package/es/src/utils/range-selector.js +0 -105
  700. package/es/src/utils/request.js +0 -140
  701. package/es/src/utils/resize.js +0 -11
  702. package/es/src/utils/restful-interface-utils.js +0 -18
  703. package/es/src/utils/util.js +0 -361
  704. package/es/src/utils/validate.js +0 -22
  705. package/es/src/utils/voice-setting-cache.js +0 -212
  706. package/es/src/utils/watermark-cache.js +0 -15
  707. package/es/src/utils/watermark.js +0 -40
  708. package/es/src/utils/workflow-util.js +0 -42
  709. package/es/src/views/dsc-component/Sidebar/Item.vue.js +0 -7
  710. package/es/src/views/dsc-component/Sidebar/Item.vue2.js +0 -12
  711. package/es/src/views/dsc-component/Sidebar/Item.vue3.js +0 -4
  712. package/es/src/views/dsc-component/Sidebar/Link.vue.js +0 -14
  713. package/es/src/views/dsc-component/Sidebar/SidebarItem.vue.js +0 -53
  714. package/es/src/views/dsc-component/Sidebar/SidebarItem.vue2.js +0 -4
  715. package/es/src/views/dsc-component/Sidebar/index.vue.js +0 -111
  716. package/es/src/views/dsc-component/tabs/tab-content.vue.js +0 -66
  717. package/es/src/views/dsc-component/tabs/tab-content.vue2.js +0 -4
  718. package/es/src/views/dsc-component/tabs/tab-content.vue3.js +0 -4
  719. package/es/src/views/error-page/401.vue.js +0 -15
  720. package/es/src/views/error-page/401.vue2.js +0 -4
  721. package/es/src/views/error-page/404.vue.js +0 -12
  722. package/es/src/views/error-page/404.vue2.js +0 -4
  723. package/es/src/views/layout/EmptyLayout.vue.js +0 -9
  724. package/es/src/views/layout/Layout.vue.js +0 -28
  725. package/es/src/views/layout/Layout.vue2.js +0 -4
  726. package/es/src/views/layout/NewLayout.vue.js +0 -11
  727. package/es/src/views/layout/components/AppMain.vue.js +0 -13
  728. package/es/src/views/layout/components/AppMain.vue2.js +0 -4
  729. package/es/src/views/layout/components/Breadcrumb/index.vue.js +0 -49
  730. package/es/src/views/layout/components/Breadcrumb/index.vue2.js +0 -4
  731. package/es/src/views/layout/components/Menubar/Item.vue.js +0 -7
  732. package/es/src/views/layout/components/Menubar/Item.vue2.js +0 -15
  733. package/es/src/views/layout/components/Menubar/Item.vue3.js +0 -4
  734. package/es/src/views/layout/components/Menubar/Link.vue.js +0 -14
  735. package/es/src/views/layout/components/Menubar/SidebarItem.vue.js +0 -56
  736. package/es/src/views/layout/components/Menubar/SidebarItem.vue2.js +0 -4
  737. package/es/src/views/layout/components/Menubar/index.vue.js +0 -90
  738. package/es/src/views/layout/components/Sidebar/Item.vue.js +0 -9
  739. package/es/src/views/layout/components/Sidebar/Item.vue2.js +0 -4
  740. package/es/src/views/layout/components/Sidebar/Link.vue.js +0 -12
  741. package/es/src/views/layout/components/Sidebar/SidebarItem.vue.js +0 -22
  742. package/es/src/views/layout/components/Sidebar/SidebarItem.vue2.js +0 -4
  743. package/es/src/views/layout/components/Sidebar/index.vue.js +0 -58
  744. package/es/src/views/layout/components/iframe-page.vue.js +0 -14
  745. package/es/src/views/layout/components/iframe-page.vue2.js +0 -4
  746. package/es/src/views/layout/components/tabs/tab-content.vue.js +0 -64
  747. package/es/src/views/layout/components/tabs/tab-content.vue2.js +0 -4
  748. package/es/src/views/layout/components/tabs/tab-content.vue3.js +0 -4
  749. package/es/src/views/layout/mixin/ResizeHandler.js +0 -16
  750. package/es/src/views/layout/tab-content-iframe-index.vue.js +0 -14
  751. package/es/src/views/layout/tab-content-iframe-index.vue2.js +0 -4
  752. package/es/src/views/layout/tab-content-index.vue.js +0 -28
  753. package/es/src/views/layout/tab-content-index.vue2.js +0 -4
  754. package/es/src/views/login/authredirect.vue.js +0 -7
  755. package/es/src/views/redirect/index.vue.js +0 -8
  756. package/es/src/views/svg-icon/src/svg-icon.vue.js +0 -4
  757. package/es/src/views/wf-history/tache-subprocess-history.vue.js +0 -14
  758. package/es/src/views/wf-history/tache-subprocess-history.vue2.js +0 -4
  759. package/es/super-grid/index.js +0 -7
  760. package/es/super-grid/src/apis.js +0 -458
  761. package/es/super-grid/src/columns-config.vue.js +0 -82
  762. package/es/super-grid/src/components/grid-icon.vue.js +0 -47
  763. package/es/super-grid/src/components/grid-radio-input.vue.js +0 -25
  764. package/es/super-grid/src/components/grid-radio-input.vue2.js +0 -4
  765. package/es/super-grid/src/components/mobile-table-card.js +0 -109
  766. package/es/super-grid/src/components/select-input.vue.js +0 -149
  767. package/es/super-grid/src/components/select-input.vue2.js +0 -4
  768. package/es/super-grid/src/custom-formatter.js +0 -168
  769. package/es/super-grid/src/dynamic-input.vue.js +0 -482
  770. package/es/super-grid/src/eventBus.js +0 -6
  771. package/es/super-grid/src/events.js +0 -37
  772. package/es/super-grid/src/formValidatorUtil.js +0 -109
  773. package/es/super-grid/src/formatter.js +0 -74
  774. package/es/super-grid/src/group-column.vue.js +0 -24
  775. package/es/super-grid/src/header-context-menu.vue.js +0 -15
  776. package/es/super-grid/src/header-context-menu.vue2.js +0 -4
  777. package/es/super-grid/src/index-column.vue.js +0 -22
  778. package/es/super-grid/src/normal-column-content.vue.js +0 -319
  779. package/es/super-grid/src/normal-column-content.vue2.js +0 -4
  780. package/es/super-grid/src/normal-column.vue.js +0 -106
  781. package/es/super-grid/src/normal-column.vue2.js +0 -4
  782. package/es/super-grid/src/public-methods.js +0 -22
  783. package/es/super-grid/src/row-detail.vue.js +0 -14
  784. package/es/super-grid/src/row-operation.vue.js +0 -89
  785. package/es/super-grid/src/row-operation.vue2.js +0 -4
  786. package/es/super-grid/src/scan-util.js +0 -100
  787. package/es/super-grid/src/search-button.vue.js +0 -23
  788. package/es/super-grid/src/search-condition-input.vue.js +0 -17
  789. package/es/super-grid/src/search-condition-list.vue.js +0 -20
  790. package/es/super-grid/src/search-form-advancedQuery.vue.js +0 -116
  791. package/es/super-grid/src/search-form-advancedQuery.vue2.js +0 -4
  792. package/es/super-grid/src/search-form-dialog.vue.js +0 -16
  793. package/es/super-grid/src/search-form-item.vue.js +0 -128
  794. package/es/super-grid/src/search-form-item.vue2.js +0 -4
  795. package/es/super-grid/src/search-form-mobile.vue.js +0 -41
  796. package/es/super-grid/src/search-form-mobile.vue2.js +0 -4
  797. package/es/super-grid/src/search-form-number.vue.js +0 -26
  798. package/es/super-grid/src/search-form-open.vue.js +0 -50
  799. package/es/super-grid/src/search-form-ordinarySearch.vue.js +0 -39
  800. package/es/super-grid/src/search-form-ordinarySearch.vue2.js +0 -4
  801. package/es/super-grid/src/search-form.vue.js +0 -201
  802. package/es/super-grid/src/search-form.vue2.js +0 -4
  803. package/es/super-grid/src/search-methods.js +0 -164
  804. package/es/super-grid/src/selection-column.vue.js +0 -11
  805. package/es/super-grid/src/store.js +0 -4
  806. package/es/super-grid/src/super-grid-service.js +0 -260
  807. package/es/super-grid/src/super-grid.vue.js +0 -1052
  808. package/es/super-grid/src/super-grid.vue2.js +0 -4
  809. package/es/super-grid/src/utils.js +0 -355
  810. package/es/super-grid/src/view-image-dialog.vue.js +0 -67
  811. package/es/super-icon/index.js +0 -7
  812. package/es/super-icon/src/index.vue.js +0 -7
  813. package/es/super-icon/src/index.vue2.js +0 -13
  814. package/es/super-icon/src/index.vue3.js +0 -4
  815. package/es/super-nine-grid/index.js +0 -7
  816. package/es/super-nine-grid/src/apis.js +0 -36
  817. package/es/super-nine-grid/src/custom-formatter.js +0 -35
  818. package/es/super-nine-grid/src/formatter.js +0 -37
  819. package/es/super-nine-grid/src/search-form-number.vue.js +0 -13
  820. package/es/super-nine-grid/src/search-form.vue.js +0 -91
  821. package/es/super-nine-grid/src/search-form.vue2.js +0 -4
  822. package/es/super-nine-grid/src/search-methods.js +0 -48
  823. package/es/super-nine-grid/src/store.js +0 -4
  824. package/es/super-nine-grid/src/super-grid-service.js +0 -39
  825. package/es/super-nine-grid/src/super-nine-grid.vue.js +0 -225
  826. package/es/super-nine-grid/src/super-nine-grid.vue2.js +0 -4
  827. package/es/super-nine-grid/src/utils.js +0 -32
  828. package/es/svg-icon/index.js +0 -7
  829. package/es/svg-icon/src/svg-icon.vue.js +0 -14
  830. package/es/svg-icon/src/svg-icon.vue2.js +0 -4
  831. package/es/utils/gogocodeTransfer.js +0 -33
  832. package/es/utils/memory-cache-utils.js +0 -30
  833. package/es/utils/organization.js +0 -57
  834. package/es/utils/utils.js +0 -87
  835. package/es/utils/value-set.js +0 -94
  836. package/es/valid-code/index.js +0 -7
  837. package/es/valid-code/src/valid-code.vue.js +0 -23
  838. package/es/valid-code/src/valid-code.vue2.js +0 -4
  839. package/es/workflow-button/index.js +0 -7
  840. package/es/workflow-button/src/workflow-button.vue.js +0 -85
  841. package/es/workflow-history-list/index.js +0 -7
  842. package/es/workflow-history-list/src/api.js +0 -6
  843. package/es/workflow-history-list/src/workflow-history-list.vue.js +0 -89
  844. package/es/workflow-history-list/src/workflow-history-list.vue2.js +0 -4
  845. package/es/workgroup-tree/index.js +0 -7
  846. package/es/workgroup-tree/src/workgroup-tree.vue.js +0 -23
  847. package/es/workgroup-tree-inline/index.js +0 -7
  848. package/es/workgroup-tree-inline/src/search-result.vue.js +0 -39
  849. package/es/workgroup-tree-inline/src/search-result.vue2.js +0 -4
  850. package/es/workgroup-tree-inline/src/workgroup-tree-inline.vue.js +0 -128
  851. package/es/workgroup-tree-inline/src/workgroup-tree-inline.vue2.js +0 -4
  852. package/es/workgroup-tree-inline/src/workgroup-tree-service.js +0 -35
  853. package/es/workgroup-tree-mobile/index.js +0 -8
  854. package/es/workgroup-tree-mobile/src/dept-result.vue.js +0 -16
  855. package/es/workgroup-tree-mobile/src/dept-result.vue2.js +0 -4
  856. package/es/workgroup-tree-mobile/src/workgroup-tree-app.vue.js +0 -15
  857. package/es/workgroup-tree-mobile/src/workgroup-tree-app.vue2.js +0 -4
  858. package/es/workgroup-tree-mobile/src/workgroup-tree-app.vue3.js +0 -5
  859. package/es/workgroup-tree-mobile/src/workgroup-tree-inline-app.vue.js +0 -109
  860. package/es/workgroup-tree-mobile/src/workgroup-tree-inline-app.vue2.js +0 -4
  861. package/es/workgroup-tree-mobile/src/workgroup-tree-service.js +0 -33
  862. package/es/workgroup-user-tree/index.js +0 -7
  863. package/es/workgroup-user-tree/src/workgroup-user-tree.vue.js +0 -23
  864. package/es/workgroup-user-tree-inline/index.js +0 -7
  865. package/es/workgroup-user-tree-inline/src/search-result.vue.js +0 -39
  866. package/es/workgroup-user-tree-inline/src/search-result.vue2.js +0 -4
  867. package/es/workgroup-user-tree-inline/src/workgroup-tree-inline-service.js +0 -73
  868. package/es/workgroup-user-tree-inline/src/workgroup-user-tree-inline.vue.js +0 -172
  869. package/es/workgroup-user-tree-inline/src/workgroup-user-tree-inline.vue2.js +0 -4
  870. package/es/workgroup-user-tree-mobile/src/dept-path.vue.js +0 -14
  871. package/es/workgroup-user-tree-mobile/src/dept-path.vue2.js +0 -4
  872. package/es/workgroup-user-tree-mobile/src/dept-result.vue.js +0 -17
  873. package/es/workgroup-user-tree-mobile/src/dept-result.vue2.js +0 -4
  874. package/es/workgroup-user-tree-mobile/src/workgroup-user-tree-app.vue.js +0 -15
  875. package/es/workgroup-user-tree-mobile/src/workgroup-user-tree-app.vue2.js +0 -4
  876. package/es/workgroup-user-tree-mobile/src/workgroup-user-tree-app.vue3.js +0 -5
  877. package/es/workgroup-user-tree-mobile/src/workgroup-user-tree-inline-app.vue.js +0 -135
  878. package/es/workgroup-user-tree-mobile/src/workgroup-user-tree-inline-app.vue2.js +0 -4
  879. package/es/workgroup-user-tree-mobile/src/workgroup-user-tree-service.js +0 -29
  880. package/es/year-range-picker/index.js +0 -7
  881. package/es/year-range-picker/src/year-range-picker.vue.js +0 -14
  882. /package/{es → dist}/favicon.svg +0 -0
@@ -1,109 +0,0 @@
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
- };
@@ -1,74 +0,0 @@
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
- };
@@ -1,24 +0,0 @@
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
- };
@@ -1,15 +0,0 @@
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
- };
@@ -1,4 +0,0 @@
1
- const t = "";
2
- export {
3
- t as default
4
- };
@@ -1,22 +0,0 @@
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
- };
@@ -1,319 +0,0 @@
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
- };
@@ -1,4 +0,0 @@
1
- const t = "";
2
- export {
3
- t as default
4
- };