agilebuilder-ui 1.1.65-tmp14 → 1.1.65-tmp16

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (884) hide show
  1. package/lib/IntervalSelection/index.js +7 -5
  2. package/lib/IntervalSelection/src/sectionDate.vue.js +21 -17
  3. package/lib/IntervalSelection/src/sectionDate.vue2.js +4 -2
  4. package/lib/_virtual/__vite-browser-external.js +4 -2
  5. package/lib/_virtual/_plugin-vue_export-helper.js +8 -6
  6. package/lib/breadcrumb/index.js +5 -3
  7. package/lib/breadcrumb/src/breadcrumb.vue.js +19 -28
  8. package/lib/breadcrumb/src/breadcrumb.vue2.js +4 -2
  9. package/lib/chat-embed/index.js +5 -3
  10. package/lib/chat-embed/src/chat-addition-data.vue.js +7 -5
  11. package/lib/chat-embed/src/chat-addition-data.vue2.js +13 -11
  12. package/lib/chat-embed/src/chat-addition-data.vue3.js +4 -2
  13. package/lib/chat-embed/src/chat-ai-answer-tip.vue.js +7 -5
  14. package/lib/chat-embed/src/chat-ai-answer-tip.vue2.js +20 -17
  15. package/lib/chat-embed/src/chat-ai-answer-tip.vue3.js +4 -2
  16. package/lib/chat-embed/src/chat-bubble-footer.vue.js +7 -5
  17. package/lib/chat-embed/src/chat-bubble-footer.vue2.js +22 -17
  18. package/lib/chat-embed/src/chat-bubble-footer.vue3.js +4 -2
  19. package/lib/chat-embed/src/chat-embed-message.js +20 -14
  20. package/lib/chat-embed/src/chat-sender.vue.js +7 -5
  21. package/lib/chat-embed/src/chat-sender.vue2.js +123 -110
  22. package/lib/chat-embed/src/chat-sender.vue3.js +4 -2
  23. package/lib/chat-embed/src/components/answer-auto-chart.vue.js +7 -5
  24. package/lib/chat-embed/src/components/answer-auto-chart.vue2.js +50 -42
  25. package/lib/chat-embed/src/components/answer-auto-chart.vue3.js +4 -2
  26. package/lib/chat-embed/src/components/answer-home-chart.vue.js +7 -5
  27. package/lib/chat-embed/src/components/answer-home-chart.vue2.js +6 -3
  28. package/lib/chat-embed/src/components/answer-home-chart.vue3.js +4 -2
  29. package/lib/chat-embed/src/components/answer-interaction-data.vue.js +7 -5
  30. package/lib/chat-embed/src/components/answer-interaction-data.vue2.js +84 -74
  31. package/lib/chat-embed/src/components/answer-interaction-data.vue3.js +4 -2
  32. package/lib/chat-embed/src/components/history-detail.vue.js +7 -5
  33. package/lib/chat-embed/src/components/history-detail.vue2.js +32 -27
  34. package/lib/chat-embed/src/components/history-detail.vue3.js +4 -2
  35. package/lib/chat-embed/src/header.vue.js +7 -5
  36. package/lib/chat-embed/src/header.vue2.js +32 -25
  37. package/lib/chat-embed/src/header.vue3.js +4 -2
  38. package/lib/chat-embed/src/index.vue.js +7 -5
  39. package/lib/chat-embed/src/index.vue2.js +211 -185
  40. package/lib/chat-embed/src/index.vue3.js +4 -2
  41. package/lib/chat-embed/src/recommendation-message.vue.js +7 -5
  42. package/lib/chat-embed/src/recommendation-message.vue2.js +8 -5
  43. package/lib/chat-embed/src/recommendation-message.vue3.js +4 -2
  44. package/lib/chat-embed/src/sidebar-item.vue.js +7 -5
  45. package/lib/chat-embed/src/sidebar-item.vue2.js +93 -84
  46. package/lib/chat-embed/src/sidebar-item.vue3.js +4 -2
  47. package/lib/chat-embed/src/type.js +5 -3
  48. package/lib/chat-embed/src/util/chat-embed-util.js +41 -35
  49. package/lib/chat-embed/src/util/history-message-util.js +85 -63
  50. package/lib/chat-embed/src/util/mcp-utils.js +8 -5
  51. package/lib/chat-embed/src/util/text-file-util.js +11 -7
  52. package/lib/chat-embed/src/voice/index.js +7 -5
  53. package/lib/chat-embed/src/voice/js/crypto-js.js +995 -987
  54. package/lib/chat-embed/src/voice/js/processor/index.umd.js +169 -161
  55. package/lib/chat-embed/src/voice/js/timer.js +10 -7
  56. package/lib/chat-embed/src/voice/voice.vue.js +70 -61
  57. package/lib/date-picker-range/index.js +7 -5
  58. package/lib/date-picker-range/index.vue.js +7 -5
  59. package/lib/date-picker-range/index.vue2.js +63 -59
  60. package/lib/date-picker-range/index.vue3.js +4 -2
  61. package/lib/department-tree/index.js +5 -3
  62. package/lib/department-tree/src/department-tree.vue.js +17 -11
  63. package/lib/department-tree-inline/index.js +5 -3
  64. package/lib/department-tree-inline/src/department-multi-tree-inline.vue.js +27 -17
  65. package/lib/department-tree-inline/src/department-multi-tree-inline.vue2.js +4 -2
  66. package/lib/department-tree-inline/src/department-single-tree-inline.vue.js +27 -17
  67. package/lib/department-tree-inline/src/department-single-tree-inline.vue2.js +4 -2
  68. package/lib/department-tree-inline/src/department-tree-inline.vue.js +13 -8
  69. package/lib/department-tree-inline/src/department-tree-service.js +10 -8
  70. package/lib/department-tree-inline/src/search-result.vue.js +23 -19
  71. package/lib/department-tree-inline/src/search-result.vue2.js +4 -2
  72. package/lib/department-tree-mobile/index.js +7 -4
  73. package/lib/department-tree-mobile/src/department-tree-app.vue.js +12 -9
  74. package/lib/department-tree-mobile/src/department-tree-app.vue2.js +4 -2
  75. package/lib/department-tree-mobile/src/department-tree-app.vue3.js +5 -3
  76. package/lib/department-tree-mobile/src/department-tree-inline-app.vue.js +91 -80
  77. package/lib/department-tree-mobile/src/department-tree-inline-app.vue2.js +4 -3
  78. package/lib/department-tree-mobile/src/department-tree-service.js +42 -32
  79. package/lib/department-tree-mobile/src/dept-path.vue.js +11 -10
  80. package/lib/department-tree-mobile/src/dept-path.vue2.js +4 -3
  81. package/lib/department-tree-mobile/src/dept-result.vue.js +14 -11
  82. package/lib/department-tree-mobile/src/dept-result.vue2.js +4 -3
  83. package/lib/department-user-tree/index.js +5 -3
  84. package/lib/department-user-tree/src/department-user-multiple-tree.vue.js +14 -10
  85. package/lib/department-user-tree/src/department-user-multiple-tree.vue2.js +4 -2
  86. package/lib/department-user-tree/src/department-user-single-tree.vue.js +14 -9
  87. package/lib/department-user-tree/src/department-user-tree.vue.js +20 -14
  88. package/lib/department-user-tree-inline/index.js +5 -3
  89. package/lib/department-user-tree-inline/src/department-user-multiple-tree-inline.vue.js +28 -17
  90. package/lib/department-user-tree-inline/src/department-user-multiple-tree-inline.vue2.js +4 -2
  91. package/lib/department-user-tree-inline/src/department-user-single-tree-inline.vue.js +33 -21
  92. package/lib/department-user-tree-inline/src/department-user-single-tree-inline.vue2.js +4 -2
  93. package/lib/department-user-tree-inline/src/department-user-tree-inline.vue.js +13 -8
  94. package/lib/department-user-tree-inline/src/department-user-tree-multi-service.js +9 -6
  95. package/lib/department-user-tree-inline/src/department-user-tree-single-service.js +11 -8
  96. package/lib/department-user-tree-inline/src/group-user/group-input.vue.js +12 -7
  97. package/lib/department-user-tree-inline/src/group-user/group-list.vue.js +12 -7
  98. package/lib/department-user-tree-inline/src/group-user/group-user.vue.js +14 -8
  99. package/lib/department-user-tree-inline/src/group-user-multiple-tree.vue.js +20 -14
  100. package/lib/department-user-tree-inline/src/group-user-single-tree.vue.js +23 -17
  101. package/lib/department-user-tree-inline/src/group-user-tree-service.js +3 -2
  102. package/lib/department-user-tree-inline/src/search-result.vue.js +15 -12
  103. package/lib/department-user-tree-inline/src/search-result.vue2.js +4 -2
  104. package/lib/department-user-tree-mobile/index.js +7 -4
  105. package/lib/department-user-tree-mobile/src/department-user-tree-app.vue.js +12 -9
  106. package/lib/department-user-tree-mobile/src/department-user-tree-app.vue2.js +4 -2
  107. package/lib/department-user-tree-mobile/src/department-user-tree-app.vue3.js +5 -3
  108. package/lib/department-user-tree-mobile/src/department-user-tree-inline-app.vue.js +104 -93
  109. package/lib/department-user-tree-mobile/src/department-user-tree-inline-app.vue2.js +4 -3
  110. package/lib/department-user-tree-mobile/src/department-user-tree-service.js +30 -20
  111. package/lib/department-user-tree-mobile/src/dept-path.vue.js +11 -10
  112. package/lib/department-user-tree-mobile/src/dept-path.vue2.js +4 -3
  113. package/lib/department-user-tree-mobile/src/dept-result.vue.js +15 -11
  114. package/lib/department-user-tree-mobile/src/dept-result.vue2.js +4 -3
  115. package/lib/directives/prevent-reclick.js +3 -2
  116. package/lib/dynamic-source-select/index.js +7 -5
  117. package/lib/dynamic-source-select/src/dynamic-source-select-service.js +15 -13
  118. package/lib/dynamic-source-select/src/dynamic-source-select.vue.js +183 -173
  119. package/lib/dynamic-source-select/src/dynamic-source-select.vue2.js +4 -2
  120. package/lib/dynamic-source-select/src/dynamic-source-select.vue3.js +4 -2
  121. package/lib/dynamic-source-select/src/events.js +3 -2
  122. package/lib/empty-state/index.vue.js +8 -5
  123. package/lib/empty-state/index.vue2.js +4 -3
  124. package/lib/fs-preview/index.js +7 -5
  125. package/lib/fs-preview/src/fs-preview.vue.js +72 -63
  126. package/lib/fs-preview/src/fs-preview.vue2.js +4 -2
  127. package/lib/fs-upload/index.js +7 -5
  128. package/lib/fs-upload/src/fs-upload-multi.vue.js +32 -24
  129. package/lib/fs-upload/src/fs-upload-single.vue.js +39 -30
  130. package/lib/fs-upload/src/fs-upload.vue.js +16 -10
  131. package/lib/fs-upload/src/see-big-picture.vue.js +11 -8
  132. package/lib/fs-upload-list/index.js +7 -5
  133. package/lib/fs-upload-list/src/fs-upload-list.vue.js +40 -33
  134. package/lib/fs-upload-list/src/fs-upload-list.vue2.js +4 -2
  135. package/lib/fs-upload-new/index.js +7 -5
  136. package/lib/fs-upload-new/src/file-upload-mobile/file-upload-app.vue.js +38 -34
  137. package/lib/fs-upload-new/src/file-upload-mobile/file-upload-app.vue2.js +4 -3
  138. package/lib/fs-upload-new/src/file-upload-mobile/file-upload-browser.vue.js +109 -101
  139. package/lib/fs-upload-new/src/file-upload-mobile/file-upload-browser.vue2.js +4 -3
  140. package/lib/fs-upload-new/src/file-upload-mobile/file-upload-component.vue.js +7 -5
  141. package/lib/fs-upload-new/src/file-upload-mobile/file-upload-component.vue2.js +33 -26
  142. package/lib/fs-upload-new/src/file-upload-mobile/file-upload-component.vue3.js +4 -2
  143. package/lib/fs-upload-new/src/file-upload-mobile/file-upload-input.vue.js +31 -27
  144. package/lib/fs-upload-new/src/file-upload-mobile/file-upload-input.vue2.js +4 -3
  145. package/lib/fs-upload-new/src/file-upload-mobile/file-upload.vue.js +24 -18
  146. package/lib/fs-upload-new/src/file-upload-mobile/file-upload.vue2.js +4 -3
  147. package/lib/fs-upload-new/src/fs-button-upload.vue.js +7 -5
  148. package/lib/fs-upload-new/src/fs-button-upload.vue2.js +43 -36
  149. package/lib/fs-upload-new/src/fs-button-upload.vue3.js +4 -2
  150. package/lib/fs-upload-new/src/fs-drag-upload.vue.js +7 -5
  151. package/lib/fs-upload-new/src/fs-drag-upload.vue2.js +45 -37
  152. package/lib/fs-upload-new/src/fs-drag-upload.vue3.js +4 -2
  153. package/lib/fs-upload-new/src/fs-preview-new.vue.js +8 -5
  154. package/lib/fs-upload-new/src/fs-preview-new.vue2.js +70 -61
  155. package/lib/fs-upload-new/src/fs-preview-new.vue3.js +4 -2
  156. package/lib/fs-upload-new/src/fs-preview-new.vue4.js +4 -2
  157. package/lib/fs-upload-new/src/fs-upload-new.vue.js +47 -37
  158. package/lib/fs-upload-new/src/fs-upload-new.vue2.js +4 -3
  159. package/lib/hamburger/index.js +5 -3
  160. package/lib/hamburger/src/hamburger.vue.js +14 -10
  161. package/lib/hamburger/src/hamburger.vue2.js +4 -2
  162. package/lib/index.js +383 -40
  163. package/lib/json-view/json-view-dialog.vue.js +15 -12
  164. package/lib/json-view/json-view-dialog.vue2.js +4 -3
  165. package/lib/json-view/json-view.vue.js +4 -3
  166. package/lib/json-view/json-view.vue2.js +31 -27
  167. package/lib/multipart-upload/index.js +7 -5
  168. package/lib/multipart-upload/src/index.vue.js +11 -7
  169. package/lib/multipart-upload/src/multipart-upload-form.vue.js +49 -40
  170. package/lib/multipart-upload/src/multipart-upload-list.vue.js +67 -59
  171. package/lib/organization-input/index.js +7 -5
  172. package/lib/organization-input/src/organization-input.vue.js +37 -31
  173. package/lib/organization-input/src/organization-input.vue2.js +4 -2
  174. package/lib/plugins/export-data-new.js +104 -96
  175. package/lib/plugins/export-data.js +51 -45
  176. package/lib/plugins/index.js +8 -4
  177. package/lib/plugins/public-method.js +3 -2
  178. package/lib/remove-department/index.js +5 -3
  179. package/lib/remove-department/src/remove-department.vue.js +19 -13
  180. package/lib/remove-department/src/remove-dept-service.js +10 -9
  181. package/lib/remove-user/index.js +7 -5
  182. package/lib/remove-user/src/remove-user-service.js +4 -3
  183. package/lib/remove-user/src/remove-user.vue.js +22 -16
  184. package/lib/remove-workgroup/index.js +7 -5
  185. package/lib/remove-workgroup/src/remove-workgroup-service.js +4 -3
  186. package/lib/remove-workgroup/src/remove-workgroup.vue.js +18 -12
  187. package/lib/rich-editor/index.js +7 -5
  188. package/lib/rich-editor/index.vue.js +76 -28
  189. package/lib/rich-editor/tinymce/zh_CN.js +2 -2
  190. package/lib/rich-editor/viewer.vue.js +10 -7
  191. package/lib/row-form/index.js +7 -5
  192. package/lib/row-form/index.vue.js +7 -5
  193. package/lib/row-form/index.vue2.js +47 -41
  194. package/lib/row-form/index.vue3.js +4 -2
  195. package/lib/row-form/operation.vue.js +26 -22
  196. package/lib/row-form/operation.vue2.js +4 -3
  197. package/lib/scan-code-input/index.js +7 -5
  198. package/lib/scan-code-input/src/events.js +13 -11
  199. package/lib/scan-code-input/src/scan-code-input.vue.js +15 -9
  200. package/lib/scan-code-input-browser/index.js +7 -5
  201. package/lib/scan-code-input-browser/src/scan-code-input.vue.js +21 -16
  202. package/lib/secret-info/index.js +7 -5
  203. package/lib/secret-info/index.vue.js +9 -6
  204. package/lib/src/api/sso-service.js +36 -34
  205. package/lib/src/api/tab.js +9 -8
  206. package/lib/src/assets/401/401.gif.js +4 -2
  207. package/lib/src/assets/404/404-cloud.png.js +4 -2
  208. package/lib/src/assets/404/404.png.js +4 -2
  209. package/lib/src/assets/chat-embed/robot.gif.js +4 -2
  210. package/lib/src/assets/chat-embed/robot.svg.js +4 -2
  211. package/lib/src/assets/nonemessage.png.js +4 -2
  212. package/lib/src/components/Affix/index.vue.js +7 -5
  213. package/lib/src/components/Affix/index.vue2.js +58 -56
  214. package/lib/src/components/Affix/index.vue3.js +4 -2
  215. package/lib/src/components/Card/index.js +38 -33
  216. package/lib/src/components/Scrollbar/index.vue.js +37 -33
  217. package/lib/src/components/Scrollbar/index.vue2.js +4 -2
  218. package/lib/src/directives/permission/index.js +5 -3
  219. package/lib/src/directives/permission/permission.js +9 -7
  220. package/lib/src/i18n/i18n.js +7 -3
  221. package/lib/src/i18n/langs/cn.js +4 -2
  222. package/lib/src/i18n/langs/en.js +4 -2
  223. package/lib/src/mixins/resizeMixin.js +3 -2
  224. package/lib/src/permission.js +46 -43
  225. package/lib/src/router/index.js +10 -16
  226. package/lib/src/store/getters.js +4 -2
  227. package/lib/src/store/index.js +13 -16
  228. package/lib/src/store/modules/app.js +4 -3
  229. package/lib/src/store/modules/chat-ai-store.js +22 -19
  230. package/lib/src/store/modules/permission.js +11 -10
  231. package/lib/src/store/modules/system.js +9 -7
  232. package/lib/src/store/modules/tab-content.js +15 -13
  233. package/lib/src/store/modules/table.js +3 -2
  234. package/lib/src/store/modules/user.js +95 -89
  235. package/lib/src/utils/auth-api.js +5 -3
  236. package/lib/src/utils/auth.js +139 -69
  237. package/lib/src/utils/calculator/calculator-factory-wf.js +49 -48
  238. package/lib/src/utils/calculator/calculator-factory.js +58 -57
  239. package/lib/src/utils/calculator/calculator-util.js +32 -29
  240. package/lib/src/utils/chat-ai-util.js +25 -17
  241. package/lib/src/utils/common-util.js +356 -271
  242. package/lib/src/utils/eventBus.js +6 -3
  243. package/lib/src/utils/file-util.js +16 -15
  244. package/lib/src/utils/global-prop.js +37 -21
  245. package/lib/src/utils/guid.js +8 -5
  246. package/lib/src/utils/i18n-util.js +24 -16
  247. package/lib/src/utils/iconUtils.js +23 -16
  248. package/lib/src/utils/index.js +40 -26
  249. package/lib/src/utils/insert_css.js +7 -8
  250. package/lib/src/utils/json-util.js +27 -25
  251. package/lib/src/utils/jump-page-utils.js +180 -172
  252. package/lib/src/utils/local-storage.js +3 -2
  253. package/lib/src/utils/menu.js +11 -10
  254. package/lib/src/utils/permission.js +26 -22
  255. package/lib/src/utils/permissionAuth.js +136 -102
  256. package/lib/src/utils/range-selector.js +45 -41
  257. package/lib/src/utils/request.js +86 -77
  258. package/lib/src/utils/resize.js +5 -5
  259. package/lib/src/utils/restful-interface-utils.js +15 -12
  260. package/lib/src/utils/util.js +26 -6
  261. package/lib/src/utils/validate.js +20 -10
  262. package/lib/src/utils/voice-setting-cache.js +153 -140
  263. package/lib/src/utils/watermark-cache.js +14 -9
  264. package/lib/src/utils/watermark.js +30 -23
  265. package/lib/src/utils/workflow-util.js +26 -25
  266. package/lib/src/views/dsc-component/Sidebar/Item.vue.js +7 -5
  267. package/lib/src/views/dsc-component/Sidebar/Item.vue2.js +11 -8
  268. package/lib/src/views/dsc-component/Sidebar/Item.vue3.js +4 -2
  269. package/lib/src/views/dsc-component/Sidebar/Link.vue.js +12 -9
  270. package/lib/src/views/dsc-component/Sidebar/SidebarItem.vue.js +26 -19
  271. package/lib/src/views/dsc-component/Sidebar/SidebarItem.vue2.js +4 -2
  272. package/lib/src/views/dsc-component/Sidebar/index.vue.js +20 -12
  273. package/lib/src/views/dsc-component/tabs/tab-content.vue.js +26 -21
  274. package/lib/src/views/dsc-component/tabs/tab-content.vue2.js +4 -2
  275. package/lib/src/views/dsc-component/tabs/tab-content.vue3.js +4 -2
  276. package/lib/src/views/error-page/401.vue.js +13 -9
  277. package/lib/src/views/error-page/401.vue2.js +4 -2
  278. package/lib/src/views/error-page/404.vue.js +11 -7
  279. package/lib/src/views/error-page/404.vue2.js +4 -2
  280. package/lib/src/views/layout/EmptyLayout.vue.js +8 -6
  281. package/lib/src/views/layout/Layout.vue.js +19 -12
  282. package/lib/src/views/layout/Layout.vue2.js +4 -2
  283. package/lib/src/views/layout/NewLayout.vue.js +10 -6
  284. package/lib/src/views/layout/components/AppMain.vue.js +11 -9
  285. package/lib/src/views/layout/components/AppMain.vue2.js +4 -2
  286. package/lib/src/views/layout/components/Breadcrumb/index.vue.js +37 -44
  287. package/lib/src/views/layout/components/Breadcrumb/index.vue2.js +4 -2
  288. package/lib/src/views/layout/components/Menubar/Item.vue.js +7 -5
  289. package/lib/src/views/layout/components/Menubar/Item.vue2.js +14 -12
  290. package/lib/src/views/layout/components/Menubar/Item.vue3.js +4 -2
  291. package/lib/src/views/layout/components/Menubar/Link.vue.js +12 -9
  292. package/lib/src/views/layout/components/Menubar/SidebarItem.vue.js +24 -15
  293. package/lib/src/views/layout/components/Menubar/SidebarItem.vue2.js +4 -2
  294. package/lib/src/views/layout/components/Menubar/index.vue.js +30 -19
  295. package/lib/src/views/layout/components/Sidebar/Item.vue.js +8 -6
  296. package/lib/src/views/layout/components/Sidebar/Item.vue2.js +4 -3
  297. package/lib/src/views/layout/components/Sidebar/Link.vue.js +11 -8
  298. package/lib/src/views/layout/components/Sidebar/SidebarItem.vue.js +17 -11
  299. package/lib/src/views/layout/components/Sidebar/SidebarItem.vue2.js +4 -2
  300. package/lib/src/views/layout/components/Sidebar/index.vue.js +25 -18
  301. package/lib/src/views/layout/components/iframe-page.vue.js +10 -8
  302. package/lib/src/views/layout/components/iframe-page.vue2.js +4 -2
  303. package/lib/src/views/layout/components/tabs/tab-content.vue.js +14 -10
  304. package/lib/src/views/layout/components/tabs/tab-content.vue2.js +4 -2
  305. package/lib/src/views/layout/components/tabs/tab-content.vue3.js +4 -2
  306. package/lib/src/views/layout/mixin/ResizeHandler.js +5 -3
  307. package/lib/src/views/layout/tab-content-iframe-index.vue.js +10 -8
  308. package/lib/src/views/layout/tab-content-iframe-index.vue2.js +4 -2
  309. package/lib/src/views/layout/tab-content-index.vue.js +18 -12
  310. package/lib/src/views/layout/tab-content-index.vue2.js +4 -2
  311. package/lib/src/views/login/authredirect.vue.js +3 -2
  312. package/lib/src/views/redirect/index.vue.js +8 -17
  313. package/lib/src/views/svg-icon/src/svg-icon.vue.js +4 -2
  314. package/lib/src/views/wf-history/tache-subprocess-history.vue.js +13 -11
  315. package/lib/src/views/wf-history/tache-subprocess-history.vue2.js +4 -2
  316. package/lib/style.css +547 -547
  317. package/lib/super-grid/index.js +7 -5
  318. package/lib/super-grid/src/apis.js +231 -221
  319. package/lib/super-grid/src/columns-config.vue.js +22 -16
  320. package/lib/super-grid/src/components/grid-icon.vue.js +34 -26
  321. package/lib/super-grid/src/components/grid-radio-input.vue.js +18 -15
  322. package/lib/super-grid/src/components/grid-radio-input.vue2.js +4 -3
  323. package/lib/super-grid/src/components/mobile-table-card.js +83 -73
  324. package/lib/super-grid/src/components/select-input.vue.js +106 -98
  325. package/lib/super-grid/src/components/select-input.vue2.js +4 -3
  326. package/lib/super-grid/src/custom-formatter.js +74 -69
  327. package/lib/super-grid/src/dynamic-input.vue.js +159 -142
  328. package/lib/super-grid/src/eventBus.js +6 -3
  329. package/lib/super-grid/src/events.js +36 -34
  330. package/lib/super-grid/src/formValidatorUtil.js +65 -62
  331. package/lib/super-grid/src/formatter.js +41 -36
  332. package/lib/super-grid/src/group-column.vue.js +13 -8
  333. package/lib/super-grid/src/header-context-menu.vue.js +13 -10
  334. package/lib/super-grid/src/header-context-menu.vue2.js +4 -2
  335. package/lib/super-grid/src/index-column.vue.js +10 -7
  336. package/lib/super-grid/src/normal-column-content.vue.js +205 -186
  337. package/lib/super-grid/src/normal-column-content.vue2.js +4 -2
  338. package/lib/super-grid/src/normal-column.vue.js +55 -40
  339. package/lib/super-grid/src/normal-column.vue2.js +4 -2
  340. package/lib/super-grid/src/public-methods.js +14 -12
  341. package/lib/super-grid/src/row-detail.vue.js +10 -7
  342. package/lib/super-grid/src/row-operation.vue.js +26 -19
  343. package/lib/super-grid/src/row-operation.vue2.js +4 -2
  344. package/lib/super-grid/src/scan-util.js +26 -24
  345. package/lib/super-grid/src/search-button.vue.js +17 -12
  346. package/lib/super-grid/src/search-condition-input.vue.js +12 -8
  347. package/lib/super-grid/src/search-condition-list.vue.js +13 -10
  348. package/lib/super-grid/src/search-form-advancedQuery.vue.js +23 -13
  349. package/lib/super-grid/src/search-form-advancedQuery.vue2.js +4 -2
  350. package/lib/super-grid/src/search-form-dialog.vue.js +13 -9
  351. package/lib/super-grid/src/search-form-item.vue.js +24 -16
  352. package/lib/super-grid/src/search-form-item.vue2.js +4 -2
  353. package/lib/super-grid/src/search-form-mobile.vue.js +22 -13
  354. package/lib/super-grid/src/search-form-mobile.vue2.js +4 -2
  355. package/lib/super-grid/src/search-form-number.vue.js +14 -9
  356. package/lib/super-grid/src/search-form-open.vue.js +13 -7
  357. package/lib/super-grid/src/search-form-ordinarySearch.vue.js +19 -11
  358. package/lib/super-grid/src/search-form-ordinarySearch.vue2.js +4 -2
  359. package/lib/super-grid/src/search-form.vue.js +77 -65
  360. package/lib/super-grid/src/search-form.vue2.js +4 -2
  361. package/lib/super-grid/src/search-methods.js +3 -2
  362. package/lib/super-grid/src/selection-column.vue.js +9 -7
  363. package/lib/super-grid/src/store.js +4 -3
  364. package/lib/super-grid/src/super-grid-service.js +128 -121
  365. package/lib/super-grid/src/super-grid.vue.js +217 -186
  366. package/lib/super-grid/src/super-grid.vue2.js +4 -2
  367. package/lib/super-grid/src/utils.js +322 -265
  368. package/lib/super-grid/src/view-image-dialog.vue.js +33 -26
  369. package/lib/super-icon/index.js +7 -5
  370. package/lib/super-icon/src/index.vue.js +7 -5
  371. package/lib/super-icon/src/index.vue2.js +11 -8
  372. package/lib/super-icon/src/index.vue3.js +4 -2
  373. package/lib/super-nine-grid/index.js +7 -5
  374. package/lib/super-nine-grid/src/apis.js +8 -5
  375. package/lib/super-nine-grid/src/custom-formatter.js +7 -5
  376. package/lib/super-nine-grid/src/formatter.js +29 -28
  377. package/lib/super-nine-grid/src/search-form-number.vue.js +12 -8
  378. package/lib/super-nine-grid/src/search-form.vue.js +40 -33
  379. package/lib/super-nine-grid/src/search-form.vue2.js +4 -2
  380. package/lib/super-nine-grid/src/search-methods.js +3 -2
  381. package/lib/super-nine-grid/src/store.js +4 -3
  382. package/lib/super-nine-grid/src/super-grid-service.js +9 -5
  383. package/lib/super-nine-grid/src/super-nine-grid.vue.js +105 -95
  384. package/lib/super-nine-grid/src/super-nine-grid.vue2.js +4 -2
  385. package/lib/super-nine-grid/src/utils.js +27 -31
  386. package/lib/svg-icon/index.js +7 -5
  387. package/lib/svg-icon/src/svg-icon.vue.js +10 -8
  388. package/lib/svg-icon/src/svg-icon.vue2.js +4 -2
  389. package/lib/utils/gogocodeTransfer.js +28 -23
  390. package/lib/utils/memory-cache-utils.js +5 -3
  391. package/lib/utils/organization.js +53 -40
  392. package/lib/utils/utils.js +29 -27
  393. package/lib/utils/value-set.js +70 -68
  394. package/lib/valid-code/index.js +7 -5
  395. package/lib/valid-code/src/valid-code.vue.js +13 -10
  396. package/lib/valid-code/src/valid-code.vue2.js +4 -2
  397. package/lib/workflow-button/index.js +5 -3
  398. package/lib/workflow-button/src/workflow-button.vue.js +39 -34
  399. package/lib/workflow-history-list/index.js +7 -5
  400. package/lib/workflow-history-list/src/api.js +3 -2
  401. package/lib/workflow-history-list/src/workflow-history-list.vue.js +65 -59
  402. package/lib/workflow-history-list/src/workflow-history-list.vue2.js +4 -2
  403. package/lib/workgroup-tree/index.js +7 -5
  404. package/lib/workgroup-tree/src/workgroup-tree.vue.js +17 -11
  405. package/lib/workgroup-tree-inline/index.js +5 -3
  406. package/lib/workgroup-tree-inline/src/search-result.vue.js +25 -21
  407. package/lib/workgroup-tree-inline/src/search-result.vue2.js +4 -2
  408. package/lib/workgroup-tree-inline/src/workgroup-tree-inline.vue.js +52 -43
  409. package/lib/workgroup-tree-inline/src/workgroup-tree-inline.vue2.js +4 -2
  410. package/lib/workgroup-tree-inline/src/workgroup-tree-service.js +7 -5
  411. package/lib/workgroup-tree-mobile/index.js +8 -5
  412. package/lib/workgroup-tree-mobile/src/dept-result.vue.js +14 -11
  413. package/lib/workgroup-tree-mobile/src/dept-result.vue2.js +4 -3
  414. package/lib/workgroup-tree-mobile/src/workgroup-tree-app.vue.js +12 -9
  415. package/lib/workgroup-tree-mobile/src/workgroup-tree-app.vue2.js +4 -2
  416. package/lib/workgroup-tree-mobile/src/workgroup-tree-app.vue3.js +5 -3
  417. package/lib/workgroup-tree-mobile/src/workgroup-tree-inline-app.vue.js +86 -76
  418. package/lib/workgroup-tree-mobile/src/workgroup-tree-inline-app.vue2.js +4 -3
  419. package/lib/workgroup-tree-mobile/src/workgroup-tree-service.js +28 -20
  420. package/lib/workgroup-user-tree/index.js +7 -5
  421. package/lib/workgroup-user-tree/src/workgroup-user-tree.vue.js +17 -11
  422. package/lib/workgroup-user-tree-inline/index.js +5 -3
  423. package/lib/workgroup-user-tree-inline/src/search-result.vue.js +25 -21
  424. package/lib/workgroup-user-tree-inline/src/search-result.vue2.js +4 -2
  425. package/lib/workgroup-user-tree-inline/src/workgroup-tree-inline-service.js +11 -9
  426. package/lib/workgroup-user-tree-inline/src/workgroup-user-tree-inline.vue.js +43 -34
  427. package/lib/workgroup-user-tree-inline/src/workgroup-user-tree-inline.vue2.js +4 -2
  428. package/lib/workgroup-user-tree-mobile/src/dept-path.vue.js +11 -10
  429. package/lib/workgroup-user-tree-mobile/src/dept-path.vue2.js +4 -3
  430. package/lib/workgroup-user-tree-mobile/src/dept-result.vue.js +15 -11
  431. package/lib/workgroup-user-tree-mobile/src/dept-result.vue2.js +4 -3
  432. package/lib/workgroup-user-tree-mobile/src/workgroup-user-tree-app.vue.js +12 -9
  433. package/lib/workgroup-user-tree-mobile/src/workgroup-user-tree-app.vue2.js +4 -2
  434. package/lib/workgroup-user-tree-mobile/src/workgroup-user-tree-app.vue3.js +5 -3
  435. package/lib/workgroup-user-tree-mobile/src/workgroup-user-tree-inline-app.vue.js +104 -93
  436. package/lib/workgroup-user-tree-mobile/src/workgroup-user-tree-inline-app.vue2.js +4 -3
  437. package/lib/workgroup-user-tree-mobile/src/workgroup-user-tree-service.js +25 -16
  438. package/lib/year-range-picker/index.js +5 -3
  439. package/lib/year-range-picker/src/year-range-picker.vue.js +12 -9
  440. package/package.json +2 -5
  441. package/vite.config.js +21 -21
  442. package/dist/favicon.svg +0 -29
  443. package/dist/index.full.min.js +0 -16440
  444. package/dist/style.css +0 -3078
  445. package/es/IntervalSelection/index.js +0 -7
  446. package/es/IntervalSelection/src/sectionDate.vue.js +0 -49
  447. package/es/IntervalSelection/src/sectionDate.vue2.js +0 -4
  448. package/es/_virtual/__vite-browser-external.js +0 -4
  449. package/es/_virtual/_plugin-vue_export-helper.js +0 -9
  450. package/es/breadcrumb/index.js +0 -7
  451. package/es/breadcrumb/src/breadcrumb.vue.js +0 -28
  452. package/es/breadcrumb/src/breadcrumb.vue2.js +0 -4
  453. package/es/chat-embed/index.js +0 -7
  454. package/es/chat-embed/src/chat-addition-data.vue.js +0 -7
  455. package/es/chat-embed/src/chat-addition-data.vue2.js +0 -14
  456. package/es/chat-embed/src/chat-addition-data.vue3.js +0 -4
  457. package/es/chat-embed/src/chat-ai-answer-tip.vue.js +0 -7
  458. package/es/chat-embed/src/chat-ai-answer-tip.vue2.js +0 -29
  459. package/es/chat-embed/src/chat-ai-answer-tip.vue3.js +0 -4
  460. package/es/chat-embed/src/chat-bubble-footer.vue.js +0 -7
  461. package/es/chat-embed/src/chat-bubble-footer.vue2.js +0 -33
  462. package/es/chat-embed/src/chat-bubble-footer.vue3.js +0 -4
  463. package/es/chat-embed/src/chat-embed-message.js +0 -22
  464. package/es/chat-embed/src/chat-sender.vue.js +0 -7
  465. package/es/chat-embed/src/chat-sender.vue2.js +0 -160
  466. package/es/chat-embed/src/chat-sender.vue3.js +0 -4
  467. package/es/chat-embed/src/components/answer-auto-chart.vue.js +0 -7
  468. package/es/chat-embed/src/components/answer-auto-chart.vue2.js +0 -59
  469. package/es/chat-embed/src/components/answer-auto-chart.vue3.js +0 -4
  470. package/es/chat-embed/src/components/answer-home-chart.vue.js +0 -7
  471. package/es/chat-embed/src/components/answer-home-chart.vue2.js +0 -6
  472. package/es/chat-embed/src/components/answer-home-chart.vue3.js +0 -4
  473. package/es/chat-embed/src/components/answer-interaction-data.vue.js +0 -7
  474. package/es/chat-embed/src/components/answer-interaction-data.vue2.js +0 -118
  475. package/es/chat-embed/src/components/answer-interaction-data.vue3.js +0 -4
  476. package/es/chat-embed/src/components/history-detail.vue.js +0 -7
  477. package/es/chat-embed/src/components/history-detail.vue2.js +0 -55
  478. package/es/chat-embed/src/components/history-detail.vue3.js +0 -4
  479. package/es/chat-embed/src/header.vue.js +0 -7
  480. package/es/chat-embed/src/header.vue2.js +0 -46
  481. package/es/chat-embed/src/header.vue3.js +0 -4
  482. package/es/chat-embed/src/index.vue.js +0 -7
  483. package/es/chat-embed/src/index.vue2.js +0 -307
  484. package/es/chat-embed/src/index.vue3.js +0 -4
  485. package/es/chat-embed/src/recommendation-message.vue.js +0 -7
  486. package/es/chat-embed/src/recommendation-message.vue2.js +0 -8
  487. package/es/chat-embed/src/recommendation-message.vue3.js +0 -4
  488. package/es/chat-embed/src/sidebar-item.vue.js +0 -7
  489. package/es/chat-embed/src/sidebar-item.vue2.js +0 -118
  490. package/es/chat-embed/src/sidebar-item.vue3.js +0 -4
  491. package/es/chat-embed/src/type.js +0 -5
  492. package/es/chat-embed/src/util/chat-embed-util.js +0 -57
  493. package/es/chat-embed/src/util/history-message-util.js +0 -96
  494. package/es/chat-embed/src/util/mcp-utils.js +0 -53
  495. package/es/chat-embed/src/util/text-file-util.js +0 -12
  496. package/es/chat-embed/src/voice/index.js +0 -7
  497. package/es/chat-embed/src/voice/js/crypto-js.js +0 -1013
  498. package/es/chat-embed/src/voice/js/processor/index.umd.js +0 -178
  499. package/es/chat-embed/src/voice/js/timer.js +0 -11
  500. package/es/chat-embed/src/voice/voice.vue.js +0 -104
  501. package/es/date-picker-range/index.js +0 -7
  502. package/es/date-picker-range/index.vue.js +0 -7
  503. package/es/date-picker-range/index.vue2.js +0 -93
  504. package/es/date-picker-range/index.vue3.js +0 -4
  505. package/es/department-tree/index.js +0 -7
  506. package/es/department-tree/src/department-tree.vue.js +0 -23
  507. package/es/department-tree-inline/index.js +0 -7
  508. package/es/department-tree-inline/src/department-multi-tree-inline.vue.js +0 -91
  509. package/es/department-tree-inline/src/department-multi-tree-inline.vue2.js +0 -4
  510. package/es/department-tree-inline/src/department-single-tree-inline.vue.js +0 -64
  511. package/es/department-tree-inline/src/department-single-tree-inline.vue2.js +0 -4
  512. package/es/department-tree-inline/src/department-tree-inline.vue.js +0 -17
  513. package/es/department-tree-inline/src/department-tree-service.js +0 -108
  514. package/es/department-tree-inline/src/search-result.vue.js +0 -40
  515. package/es/department-tree-inline/src/search-result.vue2.js +0 -4
  516. package/es/department-tree-mobile/index.js +0 -8
  517. package/es/department-tree-mobile/src/department-tree-app.vue.js +0 -15
  518. package/es/department-tree-mobile/src/department-tree-app.vue2.js +0 -4
  519. package/es/department-tree-mobile/src/department-tree-app.vue3.js +0 -5
  520. package/es/department-tree-mobile/src/department-tree-inline-app.vue.js +0 -121
  521. package/es/department-tree-mobile/src/department-tree-inline-app.vue2.js +0 -4
  522. package/es/department-tree-mobile/src/department-tree-service.js +0 -55
  523. package/es/department-tree-mobile/src/dept-path.vue.js +0 -14
  524. package/es/department-tree-mobile/src/dept-path.vue2.js +0 -4
  525. package/es/department-tree-mobile/src/dept-result.vue.js +0 -16
  526. package/es/department-tree-mobile/src/dept-result.vue2.js +0 -4
  527. package/es/department-user-tree/index.js +0 -7
  528. package/es/department-user-tree/src/department-user-multiple-tree.vue.js +0 -20
  529. package/es/department-user-tree/src/department-user-multiple-tree.vue2.js +0 -4
  530. package/es/department-user-tree/src/department-user-single-tree.vue.js +0 -19
  531. package/es/department-user-tree/src/department-user-tree.vue.js +0 -27
  532. package/es/department-user-tree-inline/index.js +0 -7
  533. package/es/department-user-tree-inline/src/department-user-multiple-tree-inline.vue.js +0 -165
  534. package/es/department-user-tree-inline/src/department-user-multiple-tree-inline.vue2.js +0 -4
  535. package/es/department-user-tree-inline/src/department-user-single-tree-inline.vue.js +0 -69
  536. package/es/department-user-tree-inline/src/department-user-single-tree-inline.vue2.js +0 -4
  537. package/es/department-user-tree-inline/src/department-user-tree-inline.vue.js +0 -16
  538. package/es/department-user-tree-inline/src/department-user-tree-multi-service.js +0 -81
  539. package/es/department-user-tree-inline/src/department-user-tree-single-service.js +0 -54
  540. package/es/department-user-tree-inline/src/group-user/group-input.vue.js +0 -39
  541. package/es/department-user-tree-inline/src/group-user/group-list.vue.js +0 -27
  542. package/es/department-user-tree-inline/src/group-user/group-user.vue.js +0 -16
  543. package/es/department-user-tree-inline/src/group-user-multiple-tree.vue.js +0 -78
  544. package/es/department-user-tree-inline/src/group-user-single-tree.vue.js +0 -34
  545. package/es/department-user-tree-inline/src/group-user-tree-service.js +0 -34
  546. package/es/department-user-tree-inline/src/search-result.vue.js +0 -41
  547. package/es/department-user-tree-inline/src/search-result.vue2.js +0 -4
  548. package/es/department-user-tree-mobile/index.js +0 -8
  549. package/es/department-user-tree-mobile/src/department-user-tree-app.vue.js +0 -15
  550. package/es/department-user-tree-mobile/src/department-user-tree-app.vue2.js +0 -4
  551. package/es/department-user-tree-mobile/src/department-user-tree-app.vue3.js +0 -5
  552. package/es/department-user-tree-mobile/src/department-user-tree-inline-app.vue.js +0 -135
  553. package/es/department-user-tree-mobile/src/department-user-tree-inline-app.vue2.js +0 -4
  554. package/es/department-user-tree-mobile/src/department-user-tree-service.js +0 -38
  555. package/es/department-user-tree-mobile/src/dept-path.vue.js +0 -14
  556. package/es/department-user-tree-mobile/src/dept-path.vue2.js +0 -4
  557. package/es/department-user-tree-mobile/src/dept-result.vue.js +0 -17
  558. package/es/department-user-tree-mobile/src/dept-result.vue2.js +0 -4
  559. package/es/directives/prevent-reclick.js +0 -15
  560. package/es/dynamic-source-select/index.js +0 -7
  561. package/es/dynamic-source-select/src/dynamic-source-select-service.js +0 -32
  562. package/es/dynamic-source-select/src/dynamic-source-select.vue.js +0 -276
  563. package/es/dynamic-source-select/src/dynamic-source-select.vue2.js +0 -4
  564. package/es/dynamic-source-select/src/dynamic-source-select.vue3.js +0 -4
  565. package/es/dynamic-source-select/src/events.js +0 -29
  566. package/es/empty-state/index.vue.js +0 -9
  567. package/es/empty-state/index.vue2.js +0 -4
  568. package/es/favicon.svg +0 -29
  569. package/es/fs-preview/index.js +0 -7
  570. package/es/fs-preview/src/fs-preview.vue.js +0 -120
  571. package/es/fs-preview/src/fs-preview.vue2.js +0 -4
  572. package/es/fs-upload/index.js +0 -7
  573. package/es/fs-upload/src/fs-upload-multi.vue.js +0 -71
  574. package/es/fs-upload/src/fs-upload-single.vue.js +0 -73
  575. package/es/fs-upload/src/fs-upload.vue.js +0 -24
  576. package/es/fs-upload/src/see-big-picture.vue.js +0 -12
  577. package/es/fs-upload-list/index.js +0 -7
  578. package/es/fs-upload-list/src/fs-upload-list.vue.js +0 -98
  579. package/es/fs-upload-list/src/fs-upload-list.vue2.js +0 -4
  580. package/es/fs-upload-new/index.js +0 -7
  581. package/es/fs-upload-new/src/file-upload-mobile/file-upload-app.vue.js +0 -61
  582. package/es/fs-upload-new/src/file-upload-mobile/file-upload-app.vue2.js +0 -4
  583. package/es/fs-upload-new/src/file-upload-mobile/file-upload-browser.vue.js +0 -178
  584. package/es/fs-upload-new/src/file-upload-mobile/file-upload-browser.vue2.js +0 -4
  585. package/es/fs-upload-new/src/file-upload-mobile/file-upload-component.vue.js +0 -7
  586. package/es/fs-upload-new/src/file-upload-mobile/file-upload-component.vue2.js +0 -39
  587. package/es/fs-upload-new/src/file-upload-mobile/file-upload-component.vue3.js +0 -4
  588. package/es/fs-upload-new/src/file-upload-mobile/file-upload-input.vue.js +0 -45
  589. package/es/fs-upload-new/src/file-upload-mobile/file-upload-input.vue2.js +0 -4
  590. package/es/fs-upload-new/src/file-upload-mobile/file-upload.vue.js +0 -35
  591. package/es/fs-upload-new/src/file-upload-mobile/file-upload.vue2.js +0 -4
  592. package/es/fs-upload-new/src/fs-button-upload.vue.js +0 -7
  593. package/es/fs-upload-new/src/fs-button-upload.vue2.js +0 -62
  594. package/es/fs-upload-new/src/fs-button-upload.vue3.js +0 -4
  595. package/es/fs-upload-new/src/fs-drag-upload.vue.js +0 -7
  596. package/es/fs-upload-new/src/fs-drag-upload.vue2.js +0 -63
  597. package/es/fs-upload-new/src/fs-drag-upload.vue3.js +0 -4
  598. package/es/fs-upload-new/src/fs-preview-new.vue.js +0 -8
  599. package/es/fs-upload-new/src/fs-preview-new.vue2.js +0 -93
  600. package/es/fs-upload-new/src/fs-preview-new.vue3.js +0 -4
  601. package/es/fs-upload-new/src/fs-preview-new.vue4.js +0 -4
  602. package/es/fs-upload-new/src/fs-upload-new.vue.js +0 -64
  603. package/es/fs-upload-new/src/fs-upload-new.vue2.js +0 -4
  604. package/es/hamburger/index.js +0 -7
  605. package/es/hamburger/src/hamburger.vue.js +0 -15
  606. package/es/hamburger/src/hamburger.vue2.js +0 -4
  607. package/es/index.js +0 -383
  608. package/es/json-view/json-view-dialog.vue.js +0 -19
  609. package/es/json-view/json-view-dialog.vue2.js +0 -4
  610. package/es/json-view/json-view.vue.js +0 -4
  611. package/es/json-view/json-view.vue2.js +0 -36
  612. package/es/multipart-upload/index.js +0 -7
  613. package/es/multipart-upload/src/index.vue.js +0 -14
  614. package/es/multipart-upload/src/multipart-upload-form.vue.js +0 -82
  615. package/es/multipart-upload/src/multipart-upload-list.vue.js +0 -104
  616. package/es/organization-input/index.js +0 -7
  617. package/es/organization-input/src/organization-input.vue.js +0 -224
  618. package/es/organization-input/src/organization-input.vue2.js +0 -4
  619. package/es/plugins/export-data-new.js +0 -237
  620. package/es/plugins/export-data.js +0 -179
  621. package/es/plugins/index.js +0 -9
  622. package/es/plugins/public-method.js +0 -14
  623. package/es/remove-department/index.js +0 -7
  624. package/es/remove-department/src/remove-department.vue.js +0 -33
  625. package/es/remove-department/src/remove-dept-service.js +0 -13
  626. package/es/remove-user/index.js +0 -7
  627. package/es/remove-user/src/remove-user-service.js +0 -13
  628. package/es/remove-user/src/remove-user.vue.js +0 -35
  629. package/es/remove-workgroup/index.js +0 -7
  630. package/es/remove-workgroup/src/remove-workgroup-service.js +0 -13
  631. package/es/remove-workgroup/src/remove-workgroup.vue.js +0 -31
  632. package/es/rich-editor/index.js +0 -7
  633. package/es/rich-editor/index.vue.js +0 -115
  634. package/es/rich-editor/tinymce/zh_CN.js +0 -2
  635. package/es/rich-editor/viewer.vue.js +0 -27
  636. package/es/row-form/index.js +0 -7
  637. package/es/row-form/index.vue.js +0 -7
  638. package/es/row-form/index.vue2.js +0 -62
  639. package/es/row-form/index.vue3.js +0 -4
  640. package/es/row-form/operation.vue.js +0 -32
  641. package/es/row-form/operation.vue2.js +0 -4
  642. package/es/scan-code-input/index.js +0 -7
  643. package/es/scan-code-input/src/events.js +0 -15
  644. package/es/scan-code-input/src/scan-code-input.vue.js +0 -32
  645. package/es/scan-code-input-browser/index.js +0 -7
  646. package/es/scan-code-input-browser/src/scan-code-input.vue.js +0 -39
  647. package/es/secret-info/index.js +0 -7
  648. package/es/secret-info/index.vue.js +0 -16
  649. package/es/src/api/sso-service.js +0 -57
  650. package/es/src/api/tab.js +0 -15
  651. package/es/src/assets/401/401.gif.js +0 -4
  652. package/es/src/assets/404/404-cloud.png.js +0 -4
  653. package/es/src/assets/404/404.png.js +0 -4
  654. package/es/src/assets/chat-embed/robot.gif.js +0 -4
  655. package/es/src/assets/chat-embed/robot.svg.js +0 -4
  656. package/es/src/assets/nonemessage.png.js +0 -4
  657. package/es/src/components/Affix/index.vue.js +0 -7
  658. package/es/src/components/Affix/index.vue2.js +0 -83
  659. package/es/src/components/Affix/index.vue3.js +0 -4
  660. package/es/src/components/Card/index.js +0 -48
  661. package/es/src/components/Scrollbar/index.vue.js +0 -52
  662. package/es/src/components/Scrollbar/index.vue2.js +0 -4
  663. package/es/src/directives/permission/index.js +0 -7
  664. package/es/src/directives/permission/permission.js +0 -11
  665. package/es/src/i18n/i18n.js +0 -7
  666. package/es/src/i18n/langs/cn.js +0 -4
  667. package/es/src/i18n/langs/en.js +0 -4
  668. package/es/src/mixins/resizeMixin.js +0 -21
  669. package/es/src/permission.js +0 -79
  670. package/es/src/router/index.js +0 -9
  671. package/es/src/store/getters.js +0 -4
  672. package/es/src/store/index.js +0 -13
  673. package/es/src/store/modules/app.js +0 -41
  674. package/es/src/store/modules/chat-ai-store.js +0 -36
  675. package/es/src/store/modules/permission.js +0 -31
  676. package/es/src/store/modules/system.js +0 -12
  677. package/es/src/store/modules/tab-content.js +0 -20
  678. package/es/src/store/modules/table.js +0 -18
  679. package/es/src/store/modules/user.js +0 -139
  680. package/es/src/utils/auth-api.js +0 -134
  681. package/es/src/utils/auth.js +0 -156
  682. package/es/src/utils/calculator/calculator-factory-wf.js +0 -167
  683. package/es/src/utils/calculator/calculator-factory.js +0 -93
  684. package/es/src/utils/calculator/calculator-util.js +0 -56
  685. package/es/src/utils/chat-ai-util.js +0 -34
  686. package/es/src/utils/common-util.js +0 -440
  687. package/es/src/utils/eventBus.js +0 -6
  688. package/es/src/utils/file-util.js +0 -23
  689. package/es/src/utils/global-prop.js +0 -38
  690. package/es/src/utils/guid.js +0 -10
  691. package/es/src/utils/i18n-util.js +0 -70
  692. package/es/src/utils/iconUtils.js +0 -26
  693. package/es/src/utils/index.js +0 -46
  694. package/es/src/utils/insert_css.js +0 -17
  695. package/es/src/utils/json-util.js +0 -47
  696. package/es/src/utils/jump-page-utils.js +0 -264
  697. package/es/src/utils/local-storage.js +0 -19
  698. package/es/src/utils/menu.js +0 -14
  699. package/es/src/utils/permission.js +0 -45
  700. package/es/src/utils/permissionAuth.js +0 -154
  701. package/es/src/utils/range-selector.js +0 -105
  702. package/es/src/utils/request.js +0 -140
  703. package/es/src/utils/resize.js +0 -11
  704. package/es/src/utils/restful-interface-utils.js +0 -18
  705. package/es/src/utils/util.js +0 -361
  706. package/es/src/utils/validate.js +0 -22
  707. package/es/src/utils/voice-setting-cache.js +0 -212
  708. package/es/src/utils/watermark-cache.js +0 -15
  709. package/es/src/utils/watermark.js +0 -40
  710. package/es/src/utils/workflow-util.js +0 -42
  711. package/es/src/views/dsc-component/Sidebar/Item.vue.js +0 -7
  712. package/es/src/views/dsc-component/Sidebar/Item.vue2.js +0 -12
  713. package/es/src/views/dsc-component/Sidebar/Item.vue3.js +0 -4
  714. package/es/src/views/dsc-component/Sidebar/Link.vue.js +0 -14
  715. package/es/src/views/dsc-component/Sidebar/SidebarItem.vue.js +0 -53
  716. package/es/src/views/dsc-component/Sidebar/SidebarItem.vue2.js +0 -4
  717. package/es/src/views/dsc-component/Sidebar/index.vue.js +0 -111
  718. package/es/src/views/dsc-component/tabs/tab-content.vue.js +0 -66
  719. package/es/src/views/dsc-component/tabs/tab-content.vue2.js +0 -4
  720. package/es/src/views/dsc-component/tabs/tab-content.vue3.js +0 -4
  721. package/es/src/views/error-page/401.vue.js +0 -15
  722. package/es/src/views/error-page/401.vue2.js +0 -4
  723. package/es/src/views/error-page/404.vue.js +0 -12
  724. package/es/src/views/error-page/404.vue2.js +0 -4
  725. package/es/src/views/layout/EmptyLayout.vue.js +0 -9
  726. package/es/src/views/layout/Layout.vue.js +0 -28
  727. package/es/src/views/layout/Layout.vue2.js +0 -4
  728. package/es/src/views/layout/NewLayout.vue.js +0 -11
  729. package/es/src/views/layout/components/AppMain.vue.js +0 -13
  730. package/es/src/views/layout/components/AppMain.vue2.js +0 -4
  731. package/es/src/views/layout/components/Breadcrumb/index.vue.js +0 -49
  732. package/es/src/views/layout/components/Breadcrumb/index.vue2.js +0 -4
  733. package/es/src/views/layout/components/Menubar/Item.vue.js +0 -7
  734. package/es/src/views/layout/components/Menubar/Item.vue2.js +0 -15
  735. package/es/src/views/layout/components/Menubar/Item.vue3.js +0 -4
  736. package/es/src/views/layout/components/Menubar/Link.vue.js +0 -14
  737. package/es/src/views/layout/components/Menubar/SidebarItem.vue.js +0 -56
  738. package/es/src/views/layout/components/Menubar/SidebarItem.vue2.js +0 -4
  739. package/es/src/views/layout/components/Menubar/index.vue.js +0 -90
  740. package/es/src/views/layout/components/Sidebar/Item.vue.js +0 -9
  741. package/es/src/views/layout/components/Sidebar/Item.vue2.js +0 -4
  742. package/es/src/views/layout/components/Sidebar/Link.vue.js +0 -12
  743. package/es/src/views/layout/components/Sidebar/SidebarItem.vue.js +0 -22
  744. package/es/src/views/layout/components/Sidebar/SidebarItem.vue2.js +0 -4
  745. package/es/src/views/layout/components/Sidebar/index.vue.js +0 -58
  746. package/es/src/views/layout/components/iframe-page.vue.js +0 -14
  747. package/es/src/views/layout/components/iframe-page.vue2.js +0 -4
  748. package/es/src/views/layout/components/tabs/tab-content.vue.js +0 -64
  749. package/es/src/views/layout/components/tabs/tab-content.vue2.js +0 -4
  750. package/es/src/views/layout/components/tabs/tab-content.vue3.js +0 -4
  751. package/es/src/views/layout/mixin/ResizeHandler.js +0 -16
  752. package/es/src/views/layout/tab-content-iframe-index.vue.js +0 -14
  753. package/es/src/views/layout/tab-content-iframe-index.vue2.js +0 -4
  754. package/es/src/views/layout/tab-content-index.vue.js +0 -28
  755. package/es/src/views/layout/tab-content-index.vue2.js +0 -4
  756. package/es/src/views/login/authredirect.vue.js +0 -7
  757. package/es/src/views/redirect/index.vue.js +0 -8
  758. package/es/src/views/svg-icon/src/svg-icon.vue.js +0 -4
  759. package/es/src/views/wf-history/tache-subprocess-history.vue.js +0 -14
  760. package/es/src/views/wf-history/tache-subprocess-history.vue2.js +0 -4
  761. package/es/style.css +0 -3077
  762. package/es/super-grid/index.js +0 -7
  763. package/es/super-grid/src/apis.js +0 -458
  764. package/es/super-grid/src/columns-config.vue.js +0 -82
  765. package/es/super-grid/src/components/grid-icon.vue.js +0 -47
  766. package/es/super-grid/src/components/grid-radio-input.vue.js +0 -25
  767. package/es/super-grid/src/components/grid-radio-input.vue2.js +0 -4
  768. package/es/super-grid/src/components/mobile-table-card.js +0 -109
  769. package/es/super-grid/src/components/select-input.vue.js +0 -149
  770. package/es/super-grid/src/components/select-input.vue2.js +0 -4
  771. package/es/super-grid/src/custom-formatter.js +0 -168
  772. package/es/super-grid/src/dynamic-input.vue.js +0 -482
  773. package/es/super-grid/src/eventBus.js +0 -6
  774. package/es/super-grid/src/events.js +0 -37
  775. package/es/super-grid/src/formValidatorUtil.js +0 -109
  776. package/es/super-grid/src/formatter.js +0 -74
  777. package/es/super-grid/src/group-column.vue.js +0 -24
  778. package/es/super-grid/src/header-context-menu.vue.js +0 -15
  779. package/es/super-grid/src/header-context-menu.vue2.js +0 -4
  780. package/es/super-grid/src/index-column.vue.js +0 -22
  781. package/es/super-grid/src/normal-column-content.vue.js +0 -319
  782. package/es/super-grid/src/normal-column-content.vue2.js +0 -4
  783. package/es/super-grid/src/normal-column.vue.js +0 -106
  784. package/es/super-grid/src/normal-column.vue2.js +0 -4
  785. package/es/super-grid/src/public-methods.js +0 -22
  786. package/es/super-grid/src/row-detail.vue.js +0 -14
  787. package/es/super-grid/src/row-operation.vue.js +0 -89
  788. package/es/super-grid/src/row-operation.vue2.js +0 -4
  789. package/es/super-grid/src/scan-util.js +0 -100
  790. package/es/super-grid/src/search-button.vue.js +0 -23
  791. package/es/super-grid/src/search-condition-input.vue.js +0 -17
  792. package/es/super-grid/src/search-condition-list.vue.js +0 -20
  793. package/es/super-grid/src/search-form-advancedQuery.vue.js +0 -116
  794. package/es/super-grid/src/search-form-advancedQuery.vue2.js +0 -4
  795. package/es/super-grid/src/search-form-dialog.vue.js +0 -16
  796. package/es/super-grid/src/search-form-item.vue.js +0 -128
  797. package/es/super-grid/src/search-form-item.vue2.js +0 -4
  798. package/es/super-grid/src/search-form-mobile.vue.js +0 -41
  799. package/es/super-grid/src/search-form-mobile.vue2.js +0 -4
  800. package/es/super-grid/src/search-form-number.vue.js +0 -26
  801. package/es/super-grid/src/search-form-open.vue.js +0 -50
  802. package/es/super-grid/src/search-form-ordinarySearch.vue.js +0 -39
  803. package/es/super-grid/src/search-form-ordinarySearch.vue2.js +0 -4
  804. package/es/super-grid/src/search-form.vue.js +0 -201
  805. package/es/super-grid/src/search-form.vue2.js +0 -4
  806. package/es/super-grid/src/search-methods.js +0 -164
  807. package/es/super-grid/src/selection-column.vue.js +0 -11
  808. package/es/super-grid/src/store.js +0 -4
  809. package/es/super-grid/src/super-grid-service.js +0 -260
  810. package/es/super-grid/src/super-grid.vue.js +0 -1052
  811. package/es/super-grid/src/super-grid.vue2.js +0 -4
  812. package/es/super-grid/src/utils.js +0 -355
  813. package/es/super-grid/src/view-image-dialog.vue.js +0 -67
  814. package/es/super-icon/index.js +0 -7
  815. package/es/super-icon/src/index.vue.js +0 -7
  816. package/es/super-icon/src/index.vue2.js +0 -13
  817. package/es/super-icon/src/index.vue3.js +0 -4
  818. package/es/super-nine-grid/index.js +0 -7
  819. package/es/super-nine-grid/src/apis.js +0 -36
  820. package/es/super-nine-grid/src/custom-formatter.js +0 -35
  821. package/es/super-nine-grid/src/formatter.js +0 -37
  822. package/es/super-nine-grid/src/search-form-number.vue.js +0 -13
  823. package/es/super-nine-grid/src/search-form.vue.js +0 -91
  824. package/es/super-nine-grid/src/search-form.vue2.js +0 -4
  825. package/es/super-nine-grid/src/search-methods.js +0 -48
  826. package/es/super-nine-grid/src/store.js +0 -4
  827. package/es/super-nine-grid/src/super-grid-service.js +0 -39
  828. package/es/super-nine-grid/src/super-nine-grid.vue.js +0 -225
  829. package/es/super-nine-grid/src/super-nine-grid.vue2.js +0 -4
  830. package/es/super-nine-grid/src/utils.js +0 -32
  831. package/es/svg-icon/index.js +0 -7
  832. package/es/svg-icon/src/svg-icon.vue.js +0 -14
  833. package/es/svg-icon/src/svg-icon.vue2.js +0 -4
  834. package/es/utils/gogocodeTransfer.js +0 -33
  835. package/es/utils/memory-cache-utils.js +0 -30
  836. package/es/utils/organization.js +0 -57
  837. package/es/utils/utils.js +0 -87
  838. package/es/utils/value-set.js +0 -94
  839. package/es/valid-code/index.js +0 -7
  840. package/es/valid-code/src/valid-code.vue.js +0 -23
  841. package/es/valid-code/src/valid-code.vue2.js +0 -4
  842. package/es/workflow-button/index.js +0 -7
  843. package/es/workflow-button/src/workflow-button.vue.js +0 -85
  844. package/es/workflow-history-list/index.js +0 -7
  845. package/es/workflow-history-list/src/api.js +0 -6
  846. package/es/workflow-history-list/src/workflow-history-list.vue.js +0 -89
  847. package/es/workflow-history-list/src/workflow-history-list.vue2.js +0 -4
  848. package/es/workgroup-tree/index.js +0 -7
  849. package/es/workgroup-tree/src/workgroup-tree.vue.js +0 -23
  850. package/es/workgroup-tree-inline/index.js +0 -7
  851. package/es/workgroup-tree-inline/src/search-result.vue.js +0 -39
  852. package/es/workgroup-tree-inline/src/search-result.vue2.js +0 -4
  853. package/es/workgroup-tree-inline/src/workgroup-tree-inline.vue.js +0 -128
  854. package/es/workgroup-tree-inline/src/workgroup-tree-inline.vue2.js +0 -4
  855. package/es/workgroup-tree-inline/src/workgroup-tree-service.js +0 -35
  856. package/es/workgroup-tree-mobile/index.js +0 -8
  857. package/es/workgroup-tree-mobile/src/dept-result.vue.js +0 -16
  858. package/es/workgroup-tree-mobile/src/dept-result.vue2.js +0 -4
  859. package/es/workgroup-tree-mobile/src/workgroup-tree-app.vue.js +0 -15
  860. package/es/workgroup-tree-mobile/src/workgroup-tree-app.vue2.js +0 -4
  861. package/es/workgroup-tree-mobile/src/workgroup-tree-app.vue3.js +0 -5
  862. package/es/workgroup-tree-mobile/src/workgroup-tree-inline-app.vue.js +0 -109
  863. package/es/workgroup-tree-mobile/src/workgroup-tree-inline-app.vue2.js +0 -4
  864. package/es/workgroup-tree-mobile/src/workgroup-tree-service.js +0 -33
  865. package/es/workgroup-user-tree/index.js +0 -7
  866. package/es/workgroup-user-tree/src/workgroup-user-tree.vue.js +0 -23
  867. package/es/workgroup-user-tree-inline/index.js +0 -7
  868. package/es/workgroup-user-tree-inline/src/search-result.vue.js +0 -39
  869. package/es/workgroup-user-tree-inline/src/search-result.vue2.js +0 -4
  870. package/es/workgroup-user-tree-inline/src/workgroup-tree-inline-service.js +0 -73
  871. package/es/workgroup-user-tree-inline/src/workgroup-user-tree-inline.vue.js +0 -172
  872. package/es/workgroup-user-tree-inline/src/workgroup-user-tree-inline.vue2.js +0 -4
  873. package/es/workgroup-user-tree-mobile/src/dept-path.vue.js +0 -14
  874. package/es/workgroup-user-tree-mobile/src/dept-path.vue2.js +0 -4
  875. package/es/workgroup-user-tree-mobile/src/dept-result.vue.js +0 -17
  876. package/es/workgroup-user-tree-mobile/src/dept-result.vue2.js +0 -4
  877. package/es/workgroup-user-tree-mobile/src/workgroup-user-tree-app.vue.js +0 -15
  878. package/es/workgroup-user-tree-mobile/src/workgroup-user-tree-app.vue2.js +0 -4
  879. package/es/workgroup-user-tree-mobile/src/workgroup-user-tree-app.vue3.js +0 -5
  880. package/es/workgroup-user-tree-mobile/src/workgroup-user-tree-inline-app.vue.js +0 -135
  881. package/es/workgroup-user-tree-mobile/src/workgroup-user-tree-inline-app.vue2.js +0 -4
  882. package/es/workgroup-user-tree-mobile/src/workgroup-user-tree-service.js +0 -29
  883. package/es/year-range-picker/index.js +0 -7
  884. package/es/year-range-picker/src/year-range-picker.vue.js +0 -14
@@ -1,56 +1,62 @@
1
- "use strict";
2
- const e = require("vue"), t = require("../super-grid/src/normal-column-content.vue.js"), r = require("../super-grid/src/utils.js"), o = require("../super-grid/src/store.js"), a = require("./operation.vue.js"), n = { style: { "text-align": "center" } }, i = { class: "row-form-item" }, l = { components: { operation: a }, name: "RowForm" }, s = e.defineComponent({ ...l, props: { columns: {}, listCode: {}, isSql: {}, dragColumnProp: {}, tableName: {}, pageCode: {}, listName: {}, currentPage: {}, gridData: {}, pageGridData: {}, listToolbarFormData: {}, rowIndex: {}, options: {}, lineEdit: {}, showPage: {}, pageSize: {} }, emits: ["open-page", "close", "prohibitToEdit", "refresData", "refresPortData", "refresPortsData", "refresMainTableFields", "refreshList"], setup(l2, { emit: s2 }) {
3
- const d = l2, c = e.ref(function() {
4
- let e2 = d.rowIndex;
5
- d.showPage && (e2 = d.rowIndex < d.pageSize ? (d.currentPage - 1) * d.pageSize + d.rowIndex : d.currentPage * d.pageSize - 1);
6
- return e2;
7
- }()), u = e.ref(true), p = e.ref(true);
8
- let m;
9
- const g = o.get(d.listCode), f = g.options;
10
- g.options.extraParam && g.options.extraParam.entityMap && (m = g.options.extraParam.entityMap);
11
- const v = e.ref(null), C = d.columns ? d.columns.filter((e2) => e2.prop && "operation" === e2.prop) : null;
12
- function k(e2) {
13
- return r.getHeaderLable(e2);
14
- }
15
- function w() {
16
- p.value = false, --c.value, e.nextTick(() => {
17
- p.value = true;
1
+ import { defineComponent as e, ref as r, resolveComponent as a, openBlock as t, createBlock as o, withCtx as i, createElementVNode as l, toDisplayString as n, unref as s, createCommentVNode as d, createVNode as u, createElementBlock as p, Fragment as c, renderList as g, createTextVNode as m, nextTick as f } from "vue";
2
+ import v from "../super-grid/src/normal-column-content.vue.js";
3
+ import { getHeaderLable as D } from "../super-grid/src/utils.js";
4
+ import w from "../super-grid/src/store.js";
5
+ import P from "./operation.vue.js";
6
+ const h = { style: { "text-align": "center" } }, b = { class: "row-form-item" }, x = e({ ...{ components: { operation: P }, name: "RowForm" }, props: { columns: {}, listCode: {}, isSql: {}, dragColumnProp: {}, tableName: {}, pageCode: {}, listName: {}, currentPage: {}, gridData: {}, pageGridData: {}, listToolbarFormData: {}, rowIndex: {}, options: {}, lineEdit: {}, showPage: {}, pageSize: {} }, emits: ["open-page", "close", "prohibitToEdit", "refresData", "refresPortData", "refresPortsData", "refresMainTableFields", "refreshList"], setup(e2, { emit: x2 }) {
7
+ const C = e2, k = r(function() {
8
+ let e3 = C.rowIndex;
9
+ C.showPage && (e3 = C.rowIndex < C.pageSize ? (C.currentPage - 1) * C.pageSize + C.rowIndex : C.currentPage * C.pageSize - 1);
10
+ return e3;
11
+ }()), y = r(true), E = r(true);
12
+ let R;
13
+ const F = w.get(C.listCode), T = F.options;
14
+ F.options.extraParam && F.options.extraParam.entityMap && (R = F.options.extraParam.entityMap);
15
+ const G = r(null), I = C.columns ? C.columns.filter((e3) => e3.prop && "operation" === e3.prop) : null;
16
+ function M(e3) {
17
+ return D(e3);
18
+ }
19
+ function S() {
20
+ E.value = false, --k.value, f(() => {
21
+ E.value = true;
18
22
  });
19
23
  }
20
- function x() {
21
- p.value = false, ++c.value, e.nextTick(() => {
22
- p.value = true;
24
+ function _() {
25
+ E.value = false, ++k.value, f(() => {
26
+ E.value = true;
23
27
  });
24
28
  }
25
- function D(e2) {
26
- s2("open-page", e2);
29
+ function z(e3) {
30
+ x2("open-page", e3);
27
31
  }
28
- function h(e2) {
29
- s2("prohibitToEdit", e2);
32
+ function L(e3) {
33
+ x2("prohibitToEdit", e3);
30
34
  }
31
- function P(e2) {
32
- s2("refresData", e2);
35
+ function $(e3) {
36
+ x2("refresData", e3);
33
37
  }
34
- function b(e2, t2) {
35
- d && d.lineEdit && d.lineEdit.editingCell ? s2("refresPortData", e2, t2, d.lineEdit.editingCell.row) : s2("refresPortData", e2, t2, this.index);
38
+ function j(e3, r2) {
39
+ C && C.lineEdit && C.lineEdit.editingCell ? x2("refresPortData", e3, r2, C.lineEdit.editingCell.row) : x2("refresPortData", e3, r2, this.index);
36
40
  }
37
- function y(e2) {
38
- d && d.lineEdit && d.lineEdit.editingCell ? s2("refresPortsData", e2, d.lineEdit.editingCell.row) : s2("refresPortsData", e2, this.index);
41
+ function q(e3) {
42
+ C && C.lineEdit && C.lineEdit.editingCell ? x2("refresPortsData", e3, C.lineEdit.editingCell.row) : x2("refresPortsData", e3, this.index);
39
43
  }
40
- function B(e2) {
41
- s2("refresMainTableFields", e2);
44
+ function N(e3) {
45
+ x2("refresMainTableFields", e3);
42
46
  }
43
- function E() {
44
- s2("refreshList");
47
+ function V() {
48
+ x2("refreshList");
45
49
  }
46
- function N(t2) {
47
- p.value = false, c.value = d.gridData.length - 1, e.nextTick(() => {
48
- p.value = true;
50
+ function A(e3) {
51
+ E.value = false, k.value = C.gridData.length - 1, f(() => {
52
+ E.value = true;
49
53
  });
50
54
  }
51
- return C && C.length > 0 && (v.value = C[0]), (r2, o2) => {
52
- const l3 = e.resolveComponent("el-form-item"), d2 = e.resolveComponent("el-form"), p2 = e.resolveComponent("el-button"), g2 = e.resolveComponent("el-drawer");
53
- return e.openBlock(), e.createBlock(g2, { modelValue: u.value, "onUpdate:modelValue": o2[0] || (o2[0] = (e2) => u.value = e2), "close-on-click-modal": false, "close-on-press-escape": false, direction: "btt", size: "100%", onClose: o2[1] || (o2[1] = (e2) => (u.value = false, void s2("close"))) }, { header: e.withCtx(() => [e.createElementVNode("div", n, e.toDisplayString(r2.$t("superGrid.recordLine", { row: c.value + 1 })), 1)]), default: e.withCtx(() => [v.value ? (e.openBlock(), e.createBlock(a, { key: 0, column: v.value, "list-code": r2.listCode, currentPage: r2.currentPage, "grid-data": r2.gridData, "page-grid-data": r2.pageGridData, row: r2.gridData[c.value], rowIndex: c.value, parentFormData: e.unref(m), onRefreshList: E, onAfterClick: N }, null, 8, ["column", "list-code", "currentPage", "grid-data", "page-grid-data", "row", "rowIndex", "parentFormData"])) : e.createCommentVNode("", true), e.createVNode(d2, { "label-width": "auto" }, { default: e.withCtx(() => [(e.openBlock(true), e.createElementBlock(e.Fragment, null, e.renderList(r2.columns, (o3, a2) => (e.openBlock(), e.createElementBlock(e.Fragment, null, ["$index" != o3.prop && "$selection" != o3.prop && "operation" != o3.prop ? (e.openBlock(), e.createBlock(l3, { key: a2, label: k(o3) }, { default: e.withCtx(() => [e.createElementVNode("div", i, [e.createVNode(t, { ref_for: true, ref: o3.prop, "is-sql": r2.isSql, column: o3, "list-code": r2.listCode, "drag-column-prop": r2.dragColumnProp, "right-click-menu-arr": e.unref(f).rightClickMenuArr, "table-name": r2.tableName, "page-code": r2.pageCode, "list-toolbar-form-data": r2.listToolbarFormData, "list-name": r2.listName, options: e.unref(f), "current-page": r2.currentPage, "grid-data": r2.gridData, "page-grid-data": r2.pageGridData, row: r2.gridData[c.value], "row-index": c.value, "is-show-form": true, onOpenPage: D, onRefresData: P, onRefreshList: E, onRefresPortData: b, onRefresPortsData: y, onRefresMainTableFields: B, onProhibitToEdit: h }, null, 8, ["is-sql", "column", "list-code", "drag-column-prop", "right-click-menu-arr", "table-name", "page-code", "list-toolbar-form-data", "list-name", "options", "current-page", "grid-data", "page-grid-data", "row", "row-index"])])]), _: 2 }, 1032, ["label"])) : e.createCommentVNode("", true)], 64))), 256))]), _: 1 }), 0 !== c.value ? (e.openBlock(), e.createBlock(p2, { key: 1, type: "primary", link: "", onClick: w }, { default: e.withCtx(() => [e.createTextVNode(e.toDisplayString(r2.$t("superGrid.prevRow")), 1)]), _: 1 })) : e.createCommentVNode("", true), c.value !== r2.gridData.length - 1 ? (e.openBlock(), e.createBlock(p2, { key: 2, type: "primary", link: "", onClick: x }, { default: e.withCtx(() => [e.createTextVNode(e.toDisplayString(r2.$t("superGrid.nextRow")), 1)]), _: 1 })) : e.createCommentVNode("", true)]), _: 1 }, 8, ["modelValue"]);
55
+ return I && I.length > 0 && (G.value = I[0]), (e3, r2) => {
56
+ const f2 = a("el-form-item"), D2 = a("el-form"), w2 = a("el-button"), C2 = a("el-drawer");
57
+ return t(), o(C2, { modelValue: y.value, "onUpdate:modelValue": r2[0] || (r2[0] = (e4) => y.value = e4), "close-on-click-modal": false, "close-on-press-escape": false, direction: "btt", size: "100%", onClose: r2[1] || (r2[1] = (e4) => (y.value = false, void x2("close"))) }, { header: i(() => [l("div", h, n(e3.$t("superGrid.recordLine", { row: k.value + 1 })), 1)]), default: i(() => [G.value ? (t(), o(P, { key: 0, column: G.value, "list-code": e3.listCode, currentPage: e3.currentPage, "grid-data": e3.gridData, "page-grid-data": e3.pageGridData, row: e3.gridData[k.value], rowIndex: k.value, parentFormData: s(R), onRefreshList: V, onAfterClick: A }, null, 8, ["column", "list-code", "currentPage", "grid-data", "page-grid-data", "row", "rowIndex", "parentFormData"])) : d("", true), u(D2, { "label-width": "auto" }, { default: i(() => [(t(true), p(c, null, g(e3.columns, (r3, a2) => (t(), p(c, null, ["$index" != r3.prop && "$selection" != r3.prop && "operation" != r3.prop ? (t(), o(f2, { key: a2, label: M(r3) }, { default: i(() => [l("div", b, [u(v, { ref_for: true, ref: r3.prop, "is-sql": e3.isSql, column: r3, "list-code": e3.listCode, "drag-column-prop": e3.dragColumnProp, "right-click-menu-arr": s(T).rightClickMenuArr, "table-name": e3.tableName, "page-code": e3.pageCode, "list-toolbar-form-data": e3.listToolbarFormData, "list-name": e3.listName, options: s(T), "current-page": e3.currentPage, "grid-data": e3.gridData, "page-grid-data": e3.pageGridData, row: e3.gridData[k.value], "row-index": k.value, "is-show-form": true, onOpenPage: z, onRefresData: $, onRefreshList: V, onRefresPortData: j, onRefresPortsData: q, onRefresMainTableFields: N, onProhibitToEdit: L }, null, 8, ["is-sql", "column", "list-code", "drag-column-prop", "right-click-menu-arr", "table-name", "page-code", "list-toolbar-form-data", "list-name", "options", "current-page", "grid-data", "page-grid-data", "row", "row-index"])])]), _: 2 }, 1032, ["label"])) : d("", true)], 64))), 256))]), _: 1 }), 0 !== k.value ? (t(), o(w2, { key: 1, type: "primary", link: "", onClick: S }, { default: i(() => [m(n(e3.$t("superGrid.prevRow")), 1)]), _: 1 })) : d("", true), k.value !== e3.gridData.length - 1 ? (t(), o(w2, { key: 2, type: "primary", link: "", onClick: _ }, { default: i(() => [m(n(e3.$t("superGrid.nextRow")), 1)]), _: 1 })) : d("", true)]), _: 1 }, 8, ["modelValue"]);
54
58
  };
55
59
  } });
56
- module.exports = s;
60
+ export {
61
+ x as default
62
+ };
@@ -1,2 +1,4 @@
1
- "use strict";
2
- module.exports = "";
1
+ const t = "";
2
+ export {
3
+ t as default
4
+ };
@@ -1,28 +1,32 @@
1
- "use strict";
2
- const e = require("vue"), o = require("../super-grid/src/row-operation.vue.js"), r = require("../super-grid/src/custom-formatter.js"), t = { key: 0, class: "grid-operation-buttons" }, n = e.defineComponent({ name: "RowForm", props: { column: {}, listCode: {}, currentPage: {}, gridData: {}, pageGridData: {}, rowIndex: {}, parentFormData: {}, row: {} }, emits: ["refreshList", "afterClick"], setup(n2, { emit: a }) {
3
- const i = n2;
4
- e.ref(i.rowIndex);
5
- const l = e.ref(true);
6
- function p(e2) {
7
- let o2 = null;
8
- i.column.operations.forEach((r2) => {
9
- r2.isGroup && r2.buttons.forEach((r3) => {
10
- r3.props.code === e2.comman && (o2 = r3);
1
+ import { defineComponent as o, ref as r, resolveComponent as e, resolveDirective as n, openBlock as t, createElementBlock as a, Fragment as i, renderList as p, normalizeClass as s, createBlock as l, withCtx as d, createVNode as c, withDirectives as u, createTextVNode as m, toDisplayString as w, resolveDynamicComponent as g, createCommentVNode as f } from "vue";
2
+ import x from "../super-grid/src/row-operation.vue.js";
3
+ import b from "../super-grid/src/custom-formatter.js";
4
+ const k = { key: 0, class: "grid-operation-buttons" }, I = o({ name: "RowForm", props: { column: {}, listCode: {}, currentPage: {}, gridData: {}, pageGridData: {}, rowIndex: {}, parentFormData: {}, row: {} }, emits: ["refreshList", "afterClick"], setup(o2, { emit: I2 }) {
5
+ const C = o2;
6
+ r(C.rowIndex);
7
+ const y = r(true);
8
+ function h(o3) {
9
+ let r2 = null;
10
+ C.column.operations.forEach((e2) => {
11
+ e2.isGroup && e2.buttons.forEach((e3) => {
12
+ e3.props.code === o3.comman && (r2 = e3);
11
13
  });
12
- }), o2 && r.onClickFun(e2.row, i.column, o2.onClick, e2.rowIndex);
14
+ }), r2 && b.onClickFun(o3.row, C.column, r2.onClick, o3.rowIndex);
13
15
  }
14
- function s() {
15
- a("refreshList");
16
+ function D() {
17
+ I2("refreshList");
16
18
  }
17
- function c() {
18
- a("afterClick", { row: i.row, column: i.column, rowIndex: i.rowIndex });
19
+ function v() {
20
+ I2("afterClick", { row: C.row, column: C.column, rowIndex: C.rowIndex });
19
21
  }
20
- return e.ref(true), (r2, n3) => {
21
- const a2 = e.resolveComponent("el-dropdown-item"), i2 = e.resolveComponent("el-dropdown-menu"), d = e.resolveComponent("el-dropdown"), m = e.resolveDirective("permission");
22
- return r2.column.operations ? (e.openBlock(), e.createElementBlock("div", t, [(e.openBlock(true), e.createElementBlock(e.Fragment, null, e.renderList(r2.column.operations, (t2, n4) => (e.openBlock(), e.createElementBlock("span", { key: n4, class: e.normalizeClass([l.value ? "" : "cell--span", "buttons-row-operation-span"]) }, [t2.isGroup ? (e.openBlock(), e.createBlock(d, { key: 0, size: t2.buttons && t2.buttons.length > 0 ? t2.buttons[0].props.size : "small", "split-button": "", onCommand: p }, { dropdown: e.withCtx(() => [e.createVNode(i2, null, { default: e.withCtx(() => [(e.openBlock(true), e.createElementBlock(e.Fragment, null, e.renderList(t2.buttons, (o2, t3) => {
23
- return e.openBlock(), e.createElementBlock("span", { key: o2.props.code + t3 }, [e.withDirectives((e.openBlock(), e.createBlock(a2, { command: (n5 = o2.props.code, i3 = r2.row, l2 = r2.rowIndex, { comman: n5, row: i3, rowIndex: l2 }), disabled: r2.preventReclick }, { default: e.withCtx(() => [e.createTextVNode(e.toDisplayString(r2.$escapeHtml(o2.props.label)), 1)]), _: 2 }, 1032, ["command", "disabled"])), [[m, o2.props.permission]])]);
24
- var n5, i3, l2;
25
- }), 128))]), _: 2 }, 1024)]), default: e.withCtx(() => [e.createTextVNode(e.toDisplayString(r2.$escapeHtml(t2.label)) + " ", 1)]), _: 2 }, 1032, ["size"])) : t2.props.customControl ? e.withDirectives((e.openBlock(), e.createBlock(e.resolveDynamicComponent(t2.props.customControl), { key: r2.column.prop + "_" + r2.rowIndex + "_" + r2.currentPage, disabled: true, row: r2.pageGridData[r2.rowIndex], entity: r2.pageGridData[r2.rowIndex], prop: r2.column.prop, parent: r2.parentFormData, "row-index": r2.rowIndex, "grid-data": r2.gridData, "page-grid-data": r2.pageGridData, "current-page": r2.currentPage, onRefreshList: s }, null, 40, ["row", "entity", "prop", "parent", "row-index", "grid-data", "page-grid-data", "current-page"])), [[m, t2.props.permission]]) : (e.openBlock(), e.createBlock(o, { key: 2, column: r2.column, editing: r2.row.$editing, entity: r2.row, "is-show": t2.isShow, label: t2.props.label ? t2.props.label : r2.row[r2.column.prop], "on-click": t2.onClick, "operation-index": n4, "operation-setting": t2.props, "row-index": r2.rowIndex, "list-code": r2.listCode, "parent-form-data": r2.parentFormData, onAfterClick: c }, null, 8, ["column", "editing", "entity", "is-show", "label", "on-click", "operation-index", "operation-setting", "row-index", "list-code", "parent-form-data"]))], 2))), 128))])) : e.createCommentVNode("", true);
22
+ return r(true), (o3, r2) => {
23
+ const b2 = e("el-dropdown-item"), I3 = e("el-dropdown-menu"), C2 = e("el-dropdown"), G = n("permission");
24
+ return o3.column.operations ? (t(), a("div", k, [(t(true), a(i, null, p(o3.column.operations, (r3, e2) => (t(), a("span", { key: e2, class: s([y.value ? "" : "cell--span", "buttons-row-operation-span"]) }, [r3.isGroup ? (t(), l(C2, { key: 0, size: r3.buttons && r3.buttons.length > 0 ? r3.buttons[0].props.size : "small", "split-button": "", onCommand: h }, { dropdown: d(() => [c(I3, null, { default: d(() => [(t(true), a(i, null, p(r3.buttons, (r4, e3) => {
25
+ return t(), a("span", { key: r4.props.code + e3 }, [u((t(), l(b2, { command: (n2 = r4.props.code, i2 = o3.row, p2 = o3.rowIndex, { comman: n2, row: i2, rowIndex: p2 }), disabled: o3.preventReclick }, { default: d(() => [m(w(o3.$escapeHtml(r4.props.label)), 1)]), _: 2 }, 1032, ["command", "disabled"])), [[G, r4.props.permission]])]);
26
+ var n2, i2, p2;
27
+ }), 128))]), _: 2 }, 1024)]), default: d(() => [m(w(o3.$escapeHtml(r3.label)) + " ", 1)]), _: 2 }, 1032, ["size"])) : r3.props.customControl ? u((t(), l(g(r3.props.customControl), { key: o3.column.prop + "_" + o3.rowIndex + "_" + o3.currentPage, disabled: true, row: o3.pageGridData[o3.rowIndex], entity: o3.pageGridData[o3.rowIndex], prop: o3.column.prop, parent: o3.parentFormData, "row-index": o3.rowIndex, "grid-data": o3.gridData, "page-grid-data": o3.pageGridData, "current-page": o3.currentPage, onRefreshList: D }, null, 40, ["row", "entity", "prop", "parent", "row-index", "grid-data", "page-grid-data", "current-page"])), [[G, r3.props.permission]]) : (t(), l(x, { key: 2, column: o3.column, editing: o3.row.$editing, entity: o3.row, "is-show": r3.isShow, label: r3.props.label ? r3.props.label : o3.row[o3.column.prop], "on-click": r3.onClick, "operation-index": e2, "operation-setting": r3.props, "row-index": o3.rowIndex, "list-code": o3.listCode, "parent-form-data": o3.parentFormData, onAfterClick: v }, null, 8, ["column", "editing", "entity", "is-show", "label", "on-click", "operation-index", "operation-setting", "row-index", "list-code", "parent-form-data"]))], 2))), 128))])) : f("", true);
26
28
  };
27
29
  } });
28
- module.exports = n;
30
+ export {
31
+ I as default
32
+ };
@@ -1,3 +1,4 @@
1
- "use strict";
2
- const e = require("./operation.vue.js");
3
- module.exports = e;
1
+ import o from "./operation.vue.js";
2
+ export {
3
+ o as default
4
+ };
@@ -1,5 +1,7 @@
1
- "use strict";
2
- const e = require("./src/scan-code-input.vue.js");
3
- e.install = function(n) {
4
- n.component(e.name, e);
5
- }, module.exports = e;
1
+ import n from "./src/scan-code-input.vue.js";
2
+ n.install = function(o) {
3
+ o.component(n.name, n);
4
+ };
5
+ export {
6
+ n as default
7
+ };
@@ -1,13 +1,15 @@
1
- "use strict";
2
- const t = require("../../utils/gogocodeTransfer.js"), e = { change: function(e2) {
3
- t.$emit(this, "change", e2);
1
+ import { $emit as t } from "../../utils/gogocodeTransfer.js";
2
+ const n = { change: function(n2) {
3
+ t(this, "change", n2);
4
4
  }, clear: function() {
5
- t.$emit(this, "clear");
6
- }, blur: function(e2) {
7
- t.$emit(this, "blur", e2);
8
- }, focus: function(e2) {
9
- t.$emit(this, "focus", e2);
10
- }, input(e2) {
11
- t.$emit(this, "update:value", e2);
5
+ t(this, "clear");
6
+ }, blur: function(n2) {
7
+ t(this, "blur", n2);
8
+ }, focus: function(n2) {
9
+ t(this, "focus", n2);
10
+ }, input(n2) {
11
+ t(this, "update:value", n2);
12
12
  } };
13
- module.exports = e;
13
+ export {
14
+ n as default
15
+ };
@@ -1,7 +1,11 @@
1
- "use strict";
2
- const e = require("../../utils/gogocodeTransfer.js"), o = require("../../scan-code-input-browser/src/scan-code-input.vue.js"), n = require("./events.js"), l = require("../../src/utils/common-util.js"), t = require("vue");
3
- const a = require("../../_virtual/_plugin-vue_export-helper.js")({ data() {
4
- const e2 = l.isMobileBrowser();
1
+ import { $emit as e } from "../../utils/gogocodeTransfer.js";
2
+ import o from "../../scan-code-input-browser/src/scan-code-input.vue.js";
3
+ import n from "./events.js";
4
+ import { isMobileBrowser as l } from "../../src/utils/common-util.js";
5
+ import { resolveComponent as t, openBlock as a, createElementBlock as s, createVNode as i, createSlots as r, withCtx as c, createBlock as p, createCommentVNode as u } from "vue";
6
+ import d from "../../_virtual/_plugin-vue_export-helper.js";
7
+ const h = d({ data() {
8
+ const e2 = l();
5
9
  let o2;
6
10
  o2 = navigator.userAgent.indexOf(" uni-app ") > 0 ? "app" : "browser", window.location.protocol;
7
11
  return { isMobile: e2, isShow: false, scanCode: "", isShowScanIcon: !(!e2 || "https:" !== window.location.protocol), isApk: !(!e2 || !o2 || "app" !== o2) };
@@ -13,14 +17,16 @@ const a = require("../../_virtual/_plugin-vue_export-helper.js")({ data() {
13
17
  }, methods: { ...n, openVideo() {
14
18
  this.isShow ? this.isShow = false : this.isShow = true;
15
19
  }, closeBrowserScan(o2) {
16
- this.isShow = false, this.value = o2, e.$emit(this, "colse", o2);
20
+ this.isShow = false, this.value = o2, e(this, "colse", o2);
17
21
  }, scanClick() {
18
22
  this.isApk ? this.scanClickApk() : this.openVideo();
19
23
  }, scanClickApk() {
20
24
  const e2 = { type: "scan", componentId: this.componentId, listCode: this.listCode };
21
25
  window.parent.postMessage(JSON.stringify(e2), "*");
22
- } }, emits: ["colse", "update:value"] }, [["render", function(e2, o2, n2, l2, a2, s) {
23
- const i = t.resolveComponent("SuperIcon"), r = t.resolveComponent("el-input"), c = t.resolveComponent("scan-code-input-browser");
24
- return t.openBlock(), t.createElementBlock("div", null, [t.createVNode(r, { "model-value": n2.value, disable: n2.disable, placeholder: n2.placeholder, clearable: n2.clearable, readonly: n2.readonly, maxlength: n2.maxlength, onChange: e2.change, onBlur: e2.blur, onFocus: e2.focus, onInput: e2.input, onClear: e2.clear }, t.createSlots({ _: 2 }, [a2.isShowScanIcon ? { name: "append", fn: t.withCtx(() => [t.createVNode(i, { iconValue: "fa-barcode", onClick: o2[0] || (o2[0] = (e3) => s.scanClick()) })]), key: "0" } : void 0]), 1032, ["model-value", "disable", "placeholder", "clearable", "readonly", "maxlength", "onChange", "onBlur", "onFocus", "onInput", "onClear"]), a2.isShow ? (t.openBlock(), t.createBlock(c, { key: 0, "colse-video": n2.colseVideo, onClose: s.closeBrowserScan }, null, 8, ["colse-video", "onClose"])) : t.createCommentVNode("", true)]);
26
+ } }, emits: ["colse", "update:value"] }, [["render", function(e2, o2, n2, l2, d2, h2) {
27
+ const m = t("SuperIcon"), f = t("el-input"), v = t("scan-code-input-browser");
28
+ return a(), s("div", null, [i(f, { "model-value": n2.value, disable: n2.disable, placeholder: n2.placeholder, clearable: n2.clearable, readonly: n2.readonly, maxlength: n2.maxlength, onChange: e2.change, onBlur: e2.blur, onFocus: e2.focus, onInput: e2.input, onClear: e2.clear }, r({ _: 2 }, [d2.isShowScanIcon ? { name: "append", fn: c(() => [i(m, { iconValue: "fa-barcode", onClick: o2[0] || (o2[0] = (e3) => h2.scanClick()) })]), key: "0" } : void 0]), 1032, ["model-value", "disable", "placeholder", "clearable", "readonly", "maxlength", "onChange", "onBlur", "onFocus", "onInput", "onClear"]), d2.isShow ? (a(), p(v, { key: 0, "colse-video": n2.colseVideo, onClose: h2.closeBrowserScan }, null, 8, ["colse-video", "onClose"])) : u("", true)]);
25
29
  }]]);
26
- module.exports = a;
30
+ export {
31
+ h as default
32
+ };
@@ -1,5 +1,7 @@
1
- "use strict";
2
- const e = require("./src/scan-code-input.vue.js");
3
- e.install = function(n) {
4
- n.component(e.name, e);
5
- }, module.exports = e;
1
+ import n from "./src/scan-code-input.vue.js";
2
+ n.install = function(o) {
3
+ o.component(n.name, n);
4
+ };
5
+ export {
6
+ n as default
7
+ };
@@ -1,6 +1,9 @@
1
- "use strict";
2
- const e = require("../../utils/gogocodeTransfer.js"), t = require("@zxing/library"), i = require("vue"), o = require("../../_virtual/_plugin-vue_export-helper.js"), n = { name: "ScanCodeInputBrowser", components: {}, props: { colseVideo: { type: Boolean, default: false } }, data() {
3
- return { loadingShow: false, codeReader: new t.BrowserMultiFormatReader(), textContent: null, vin: null, tipMsg: this.$t("messageVideo.attemptingToIdentify"), tipShow: false, isVideo: false };
1
+ import { $emit as e } from "../../utils/gogocodeTransfer.js";
2
+ import { BrowserMultiFormatReader as t } from "@zxing/library";
3
+ import { openBlock as o, createElementBlock as i, createElementVNode as n, withDirectives as s, toDisplayString as d, vShow as c } from "vue";
4
+ import r from "../../_virtual/_plugin-vue_export-helper.js";
5
+ const a = { name: "ScanCodeInputBrowser", components: {}, props: { colseVideo: { type: Boolean, default: false } }, data() {
6
+ return { loadingShow: false, codeReader: new t(), textContent: null, vin: null, tipMsg: this.$t("messageVideo.attemptingToIdentify"), tipShow: false, isVideo: false };
4
7
  }, created() {
5
8
  this.openScan();
6
9
  }, beforeUnmount() {
@@ -9,26 +12,28 @@ const e = require("../../utils/gogocodeTransfer.js"), t = require("@zxing/librar
9
12
  const e2 = this;
10
13
  e2.codeReader.listVideoInputDevices().then((t2) => {
11
14
  e2.tipShow = true, e2.tipMsg = this.$t("messageVideo.callingRearCamera");
12
- let i2 = t2[0].deviceId;
13
- const o2 = JSON.stringify(t2[0].label);
14
- t2.length > 1 && (i2 = o2.indexOf("back") > -1 ? t2[0].deviceId : t2[1].deviceId), e2.decodeFromInputVideoFunc(i2);
15
+ let o2 = t2[0].deviceId;
16
+ const i2 = JSON.stringify(t2[0].label);
17
+ t2.length > 1 && (o2 = i2.indexOf("back") > -1 ? t2[0].deviceId : t2[1].deviceId), e2.decodeFromInputVideoFunc(o2);
15
18
  }).catch((t2) => {
16
19
  e2.tipShow = false, console.error(t2);
17
20
  });
18
21
  }, decodeFromInputVideoFunc(e2) {
19
22
  const t2 = this;
20
- t2.codeReader.reset(), t2.textContent = null, t2.codeReader.decodeFromVideoDevice(e2, "video", (e3, i2) => {
21
- t2.tipMsg = this.$t("messageVideo.attemptingToIdentify"), t2.textContent = null, e3 && (t2.textContent = e3.text, t2.textContent && (t2.tipShow = false, t2.msgBoxFunc(t2.textContent))), i2 && !i2 && (t2.tipMsg = this.$t("messageVideo.identificationFailed"), setTimeout(() => {
23
+ t2.codeReader.reset(), t2.textContent = null, t2.codeReader.decodeFromVideoDevice(e2, "video", (e3, o2) => {
24
+ t2.tipMsg = this.$t("messageVideo.attemptingToIdentify"), t2.textContent = null, e3 && (t2.textContent = e3.text, t2.textContent && (t2.tipShow = false, t2.msgBoxFunc(t2.textContent))), o2 && !o2 && (t2.tipMsg = this.$t("messageVideo.identificationFailed"), setTimeout(() => {
22
25
  t2.tipShow = false;
23
- }, 2e3), console.error(i2));
26
+ }, 2e3), console.error(o2));
24
27
  });
25
28
  }, msgBoxFunc(t2) {
26
- const i2 = this;
27
- i2.vin = t2, e.$emit(i2, "close", i2.vin), i2.codeReader.reset();
29
+ const o2 = this;
30
+ o2.vin = t2, e(o2, "close", o2.vin), o2.codeReader.reset();
28
31
  }, clickVideo() {
29
- this.colseVideo && (e.$emit(this, "close", this.vin), this.codeReader.reset());
30
- } }, emits: ["close"] }, s = { class: "" };
31
- const d = o(n, [["render", function(e2, t2, o2, n2, d2, c) {
32
- return i.openBlock(), i.createElementBlock("div", s, [i.createElementVNode("video", { id: "video", ref: "video", height: "300", class: "video vjs-fluid", autoplay: "", onClick: t2[0] || (t2[0] = (...e3) => c.clickVideo && c.clickVideo(...e3)) }, null, 512), i.withDirectives(i.createElementVNode("div", { class: "tip" }, i.toDisplayString(d2.tipMsg), 513), [[i.vShow, d2.tipShow]])]);
32
+ this.colseVideo && (e(this, "close", this.vin), this.codeReader.reset());
33
+ } }, emits: ["close"] }, l = { class: "" };
34
+ const p = r(a, [["render", function(e2, t2, r2, a2, p2, h) {
35
+ return o(), i("div", l, [n("video", { id: "video", ref: "video", height: "300", class: "video vjs-fluid", autoplay: "", onClick: t2[0] || (t2[0] = (...e3) => h.clickVideo && h.clickVideo(...e3)) }, null, 512), s(n("div", { class: "tip" }, d(p2.tipMsg), 513), [[c, p2.tipShow]])]);
33
36
  }]]);
34
- module.exports = d;
37
+ export {
38
+ p as default
39
+ };
@@ -1,5 +1,7 @@
1
- "use strict";
2
- const e = require("./index.vue.js");
3
- e.install = function(n) {
4
- n.component(e.name, e);
5
- }, module.exports = e;
1
+ import n from "./index.vue.js";
2
+ n.install = function(e) {
3
+ e.component(n.name, n);
4
+ };
5
+ export {
6
+ n as default
7
+ };
@@ -1,13 +1,16 @@
1
- "use strict";
2
- const e = require("vue"), t = require("../_virtual/_plugin-vue_export-helper.js"), l = { key: 0 }, i = { key: 0 }, n = { key: 1 };
3
- const o = t({ name: "SecretInfo", props: { entity: { type: Object, default: null }, prop: { type: String, default: null }, value: { type: [String, Number], default: null }, tableName: { type: String, default: null }, listCode: { type: String, default: null }, pageCode: { type: String, default: null }, listName: { type: String, default: null }, fieldLabel: { type: String, default: null } }, data: () => ({ isShow: false, decryInfo: null }), methods: { showHideSecretInfo() {
1
+ import { openBlock as e, createElementBlock as t, createTextVNode as i, toDisplayString as l, createElementVNode as s, createCommentVNode as n } from "vue";
2
+ import a from "../_virtual/_plugin-vue_export-helper.js";
3
+ const o = { key: 0 }, d = { key: 0 }, r = { key: 1 };
4
+ const u = a({ name: "SecretInfo", props: { entity: { type: Object, default: null }, prop: { type: String, default: null }, value: { type: [String, Number], default: null }, tableName: { type: String, default: null }, listCode: { type: String, default: null }, pageCode: { type: String, default: null }, listName: { type: String, default: null }, fieldLabel: { type: String, default: null } }, data: () => ({ isShow: false, decryInfo: null }), methods: { showHideSecretInfo() {
4
5
  this.isShow ? this.isShow = false : this.decryAndSaveLog();
5
6
  }, decryAndSaveLog() {
6
7
  const e2 = { tableName: this.tableName, listCode: this.listCode, listName: this.listName, pageCode: this.pageCode, fieldName: this.prop, fieldCnName: this.fieldLabel, ciphertext: this.value ? this.value + "" : null };
7
8
  this.entity && (e2.dataId = this.entity.ID ? this.entity.ID : this.entity.id), this.$http.post(this.baseAPI + "/component/super-pages/decodeAndMonitorSecretInfoLog", e2).then((e3) => {
8
9
  this.decryInfo = e3, this.isShow = true;
9
10
  });
10
- } }, emits: ["update:value"] }, [["render", function(t2, o2, a, s, r, d) {
11
- return void 0 !== a.value && null !== a.value && "" !== a.value ? (e.openBlock(), e.createElementBlock("span", l, [r.isShow ? (e.openBlock(), e.createElementBlock("span", i, [e.createTextVNode(e.toDisplayString(r.decryInfo), 1), e.createElementVNode("i", { class: "fa fa-eye", style: { "margin-left": "5px" }, onClick: o2[0] || (o2[0] = (...e2) => d.showHideSecretInfo && d.showHideSecretInfo(...e2)) })])) : (e.openBlock(), e.createElementBlock("span", n, [e.createTextVNode(" ******"), e.createElementVNode("i", { class: "fa fa-eye-slash", style: { "margin-left": "5px" }, onClick: o2[1] || (o2[1] = (...e2) => d.showHideSecretInfo && d.showHideSecretInfo(...e2)) })]))])) : e.createCommentVNode("", true);
11
+ } }, emits: ["update:value"] }, [["render", function(a2, u2, h, p, f, y) {
12
+ return void 0 !== h.value && null !== h.value && "" !== h.value ? (e(), t("span", o, [f.isShow ? (e(), t("span", d, [i(l(f.decryInfo), 1), s("i", { class: "fa fa-eye", style: { "margin-left": "5px" }, onClick: u2[0] || (u2[0] = (...e2) => y.showHideSecretInfo && y.showHideSecretInfo(...e2)) })])) : (e(), t("span", r, [i(" ******"), s("i", { class: "fa fa-eye-slash", style: { "margin-left": "5px" }, onClick: u2[1] || (u2[1] = (...e2) => y.showHideSecretInfo && y.showHideSecretInfo(...e2)) })]))])) : n("", true);
12
13
  }]]);
13
- module.exports = o;
14
+ export {
15
+ u as default
16
+ };
@@ -1,55 +1,57 @@
1
- "use strict";
2
- const e = require("../utils/request.js"), o = require("../utils/auth.js");
3
- require("vue");
4
- const s = require("../utils/common-util.js");
5
- const t = { login: function(o2, s2, t2) {
6
- const n = { username: o2, password: s2 };
7
- return t2 && (n.language = t2), e.default.post(window.$vueApp.config.globalProperties.baseAPI + "/sso/login", n);
1
+ import e from "../utils/request.js";
2
+ import { getLanguage as o, getTheme as s } from "../utils/auth.js";
3
+ import "vue";
4
+ import { isMobileBrowser as t } from "../utils/common-util.js";
5
+ const n = { login: function(o2, s2, t2) {
6
+ const n2 = { username: o2, password: s2 };
7
+ return t2 && (n2.language = t2), e.post(window.$vueApp.config.globalProperties.baseAPI + "/sso/login", n2);
8
8
  }, getCurrentUser: function() {
9
- return e.default.get(window.$vueApp.config.globalProperties.baseAPI + "/sso/current-user?_t=" + (/* @__PURE__ */ new Date()).getTime());
9
+ return e.get(window.$vueApp.config.globalProperties.baseAPI + "/sso/current-user?_t=" + (/* @__PURE__ */ new Date()).getTime());
10
10
  }, logout: function() {
11
- return e.default.get(window.$vueApp.config.globalProperties.baseAPI + "/sso/logout?_t=" + (/* @__PURE__ */ new Date()).getTime());
11
+ return e.get(window.$vueApp.config.globalProperties.baseAPI + "/sso/logout?_t=" + (/* @__PURE__ */ new Date()).getTime());
12
12
  }, isPasswordExpired: function(o2, s2) {
13
13
  const t2 = { username: o2, password: s2 };
14
- return e.default.post(window.$vueApp.config.globalProperties.baseAPI + "/sso/is-password-expired", t2);
14
+ return e.post(window.$vueApp.config.globalProperties.baseAPI + "/sso/is-password-expired", t2);
15
15
  }, updatePassword: function(o2) {
16
- return e.default.put(window.$vueApp.config.globalProperties.baseAPI + "/acs/users/password", o2);
17
- }, getCurrentUserPermissionsBySystem: function(o2, t2) {
18
- return s.isMobileBrowser() ? function(o3) {
19
- return window.$vueApp.config.globalProperties.baseAPI, e.default.get(window.$vueApp.config.globalProperties.baseAPI + "/sso/current-users/mobile-permissions?loginName=" + encodeURI(o3) + "&_t=" + (/* @__PURE__ */ new Date()).getTime());
20
- }(o2) : (t2 && t2 + "" != "null" || (t2 = window.$vueApp.config.globalProperties.customSystem ? window.$vueApp.config.globalProperties.customSystem : window.$vueApp.config.globalProperties.systemCode), e.default.get(window.$vueApp.config.globalProperties.baseAPI + "/sso/current-users/permissions/with-system?loginName=" + encodeURI(o2) + "&systemCode=" + t2 + "&_t=" + (/* @__PURE__ */ new Date()).getTime()));
16
+ return e.put(window.$vueApp.config.globalProperties.baseAPI + "/acs/users/password", o2);
17
+ }, getCurrentUserPermissionsBySystem: function(o2, s2) {
18
+ return t() ? function(o3) {
19
+ return window.$vueApp.config.globalProperties.baseAPI, e.get(window.$vueApp.config.globalProperties.baseAPI + "/sso/current-users/mobile-permissions?loginName=" + encodeURI(o3) + "&_t=" + (/* @__PURE__ */ new Date()).getTime());
20
+ }(o2) : (s2 && s2 + "" != "null" || (s2 = window.$vueApp.config.globalProperties.customSystem ? window.$vueApp.config.globalProperties.customSystem : window.$vueApp.config.globalProperties.systemCode), e.get(window.$vueApp.config.globalProperties.baseAPI + "/sso/current-users/permissions/with-system?loginName=" + encodeURI(o2) + "&systemCode=" + s2 + "&_t=" + (/* @__PURE__ */ new Date()).getTime()));
21
21
  }, getUserLanguage: function() {
22
- const s2 = o.getLanguage();
22
+ const s2 = o();
23
23
  return s2 ? new Promise((e2, o2) => {
24
24
  e2(s2);
25
- }) : e.default.get(window.$vueApp.config.globalProperties.baseAPI + "/acs/user-languages");
25
+ }) : e.get(window.$vueApp.config.globalProperties.baseAPI + "/acs/user-languages");
26
26
  }, getUserLangAndTheme: function() {
27
- const s2 = o.getLanguage(), t2 = o.getTheme();
28
- return s2 && t2 ? new Promise((e2, o2) => {
29
- e2({ lang: s2, theme: t2 });
30
- }) : e.default.get(window.$vueApp.config.globalProperties.baseAPI + "/component/user-lang-and-theme");
27
+ const t2 = o(), n2 = s();
28
+ return t2 && n2 ? new Promise((e2, o2) => {
29
+ e2({ lang: t2, theme: n2 });
30
+ }) : e.get(window.$vueApp.config.globalProperties.baseAPI + "/component/user-lang-and-theme");
31
31
  }, forgetPasswordSendMail: function(o2) {
32
- return e.default.post(window.$vueApp.config.globalProperties.baseAPI + "/sso/forget-passwords/send-mails", o2);
32
+ return e.post(window.$vueApp.config.globalProperties.baseAPI + "/sso/forget-passwords/send-mails", o2);
33
33
  }, getForgetPasswordMailType: function(o2) {
34
- return e.default.get(window.$vueApp.config.globalProperties.baseAPI + "/sso/forget-passwords/mail-type?username=" + o2);
34
+ return e.get(window.$vueApp.config.globalProperties.baseAPI + "/sso/forget-passwords/mail-type?username=" + o2);
35
35
  }, isResetPasswordJwtOverdue: function(o2) {
36
36
  const s2 = { jwt: o2 };
37
- return e.default.post(window.$vueApp.config.globalProperties.baseAPI + "/sso/forget-passwords/jwt-overdue", s2);
37
+ return e.post(window.$vueApp.config.globalProperties.baseAPI + "/sso/forget-passwords/jwt-overdue", s2);
38
38
  }, resetPassword: function(o2, s2) {
39
39
  const t2 = { username: o2, password: s2 };
40
- return e.default.post(window.$vueApp.config.globalProperties.baseAPI + "/sso/forget-passwords/reset", t2);
40
+ return e.post(window.$vueApp.config.globalProperties.baseAPI + "/sso/forget-passwords/reset", t2);
41
41
  }, isLoginTimeOut: function() {
42
- return e.default.get(window.$vueApp.config.globalProperties.baseAPI + "/sso/current-users/is-login-time-out");
42
+ return e.get(window.$vueApp.config.globalProperties.baseAPI + "/sso/current-users/is-login-time-out");
43
43
  }, getUserPermissionMenusBySystemCode: function(o2) {
44
- return o2 || (o2 = window.$vueApp.config.globalProperties.customSystem), o2 || (o2 = window.$vueApp.config.globalProperties.currentSystem), o2 || (o2 = window.$vueApp.config.globalProperties.systemCode), e.default.get(window.$vueApp.config.globalProperties.baseAPI + "/component/permission-menus/systems/" + o2 + "/with-menu-code");
45
- }, loginWithValidateCode: function(o2, s2, t2, n, r) {
44
+ return o2 || (o2 = window.$vueApp.config.globalProperties.customSystem), o2 || (o2 = window.$vueApp.config.globalProperties.currentSystem), o2 || (o2 = window.$vueApp.config.globalProperties.systemCode), e.get(window.$vueApp.config.globalProperties.baseAPI + "/component/permission-menus/systems/" + o2 + "/with-menu-code");
45
+ }, loginWithValidateCode: function(o2, s2, t2, n2, r) {
46
46
  const i = { username: o2, password: s2 };
47
- return t2 && (i.language = t2), n && (i.validateCode = n), r && (i.imageCodeKey = r), e.default.post(window.$vueApp.config.globalProperties.baseAPI + "/sso/login-with-validate-code", i);
47
+ return t2 && (i.language = t2), n2 && (i.validateCode = n2), r && (i.imageCodeKey = r), e.post(window.$vueApp.config.globalProperties.baseAPI + "/sso/login-with-validate-code", i);
48
48
  }, getDevPlatformPermissions: function(o2) {
49
49
  let s2;
50
- return s2 = window.$vueApp.config.globalProperties.customSystem ? window.$vueApp.config.globalProperties.customSystem : window.$vueApp.config.globalProperties.systemCode, e.default.get(window.$vueApp.config.globalProperties.baseAPI + "/component/devp-permissions?roleCodes=" + o2 + "&_t=" + (/* @__PURE__ */ new Date()).getTime() + "&systemCode=" + s2);
51
- }, isPasswordExpiredWithValidateCode: function(o2, s2, t2, n) {
52
- const r = { username: o2, password: s2, validateCode: t2, imageCodeKey: n };
53
- return e.default.post(window.$vueApp.config.globalProperties.baseAPI + "/sso/is-password-expired-with-validate-code", r);
50
+ return s2 = window.$vueApp.config.globalProperties.customSystem ? window.$vueApp.config.globalProperties.customSystem : window.$vueApp.config.globalProperties.systemCode, e.get(window.$vueApp.config.globalProperties.baseAPI + "/component/devp-permissions?roleCodes=" + o2 + "&_t=" + (/* @__PURE__ */ new Date()).getTime() + "&systemCode=" + s2);
51
+ }, isPasswordExpiredWithValidateCode: function(o2, s2, t2, n2) {
52
+ const r = { username: o2, password: s2, validateCode: t2, imageCodeKey: n2 };
53
+ return e.post(window.$vueApp.config.globalProperties.baseAPI + "/sso/is-password-expired-with-validate-code", r);
54
54
  } };
55
- module.exports = t;
55
+ export {
56
+ n as default
57
+ };
@@ -1,14 +1,15 @@
1
- "use strict";
2
- const e = { addTabs(e2, t, o, s) {
3
- let i, a, m = false;
4
- if (e2 && (i = e2._menuCode, a = e2._menuName), t && i)
1
+ const e = { addTabs(e2, t, o, a) {
2
+ let s, i, m = false;
3
+ if (e2 && (s = e2._menuCode, i = e2._menuName), t && s)
5
4
  for (let e3 = 0; e3 < t.length; e3++) {
6
5
  const o2 = t[e3];
7
- if (o2.name, i && o2.code === i) {
8
- this.$store.commit("set_active_index", i), m = true;
6
+ if (o2.name, s && o2.code === s) {
7
+ this.$store.commit("set_active_index", s), m = true;
9
8
  break;
10
9
  }
11
10
  }
12
- !m && i && (this.$store.commit("add_tabs", { code: i, name: a, routePath: o, routeQuery: e2, fullpath: s }), this.$store.commit("set_active_index", i));
11
+ !m && s && (this.$store.commit("add_tabs", { code: s, name: i, routePath: o, routeQuery: e2, fullpath: a }), this.$store.commit("set_active_index", s));
13
12
  } };
14
- module.exports = e;
13
+ export {
14
+ e as default
15
+ };