@das-fed/ui 6.4.0-test.3.1 → 6.4.0-test.30

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 (1311) hide show
  1. package/esm-map.json +23 -1
  2. package/package.json +10 -10
  3. package/packages/business-components/app-container/index.d.ts +1 -0
  4. package/packages/business-components/app-container/index.js +196 -110
  5. package/packages/business-components/app-container/index.js.gz +0 -0
  6. package/packages/business-components/app-container/src/index.vue.d.ts +1 -0
  7. package/packages/business-components/app-container/src/style-theme.d.ts +13 -0
  8. package/packages/business-components/app-container/src/type.d.ts +1 -0
  9. package/packages/business-components/app-container/style.css +1 -1
  10. package/packages/business-components/app-container/style.css.gz +0 -0
  11. package/packages/{components/time-line → business-components/area-phone-select}/i18n/index.d.ts +1 -1
  12. package/packages/business-components/area-phone-select/index.d.ts +1368 -0
  13. package/packages/business-components/area-phone-select/index.js +269 -0
  14. package/packages/business-components/area-phone-select/index.js.gz +0 -0
  15. package/packages/business-components/area-phone-select/src/Index.vue.d.ts +15 -0
  16. package/packages/business-components/area-phone-select/src/apis.d.ts +2 -0
  17. package/packages/business-components/area-phone-select/src/area-popover/index.vue.d.ts +179 -0
  18. package/packages/business-components/area-phone-select/src/area-popover/type.d.ts +37 -0
  19. package/packages/business-components/area-phone-select/src/type.d.ts +26 -0
  20. package/packages/business-components/area-phone-select/src/utils.d.ts +12 -0
  21. package/packages/business-components/area-phone-select/style.css +1 -0
  22. package/packages/business-components/area-phone-select/style.css.gz +0 -0
  23. package/packages/business-components/change-enterprises/i18n/index.d.ts +18 -0
  24. package/packages/business-components/change-enterprises/index.d.ts +5 -5
  25. package/packages/business-components/change-enterprises/index.js +65 -59
  26. package/packages/business-components/change-enterprises/index.js.gz +0 -0
  27. package/packages/business-components/change-enterprises/src/index.vue.d.ts +1 -1
  28. package/packages/business-components/change-pwd/i18n/index.d.ts +86 -0
  29. package/packages/business-components/change-pwd/index.js +143 -114
  30. package/packages/business-components/change-pwd/index.js.gz +0 -0
  31. package/packages/business-components/change-pwd/src/hooks/use-changePwd.d.ts +12 -12
  32. package/packages/business-components/currency-page/i18n/index.d.ts +23 -0
  33. package/packages/business-components/currency-page/index.js +42 -27
  34. package/packages/business-components/currency-page/index.js.gz +0 -0
  35. package/packages/business-components/device-panel/i18n/index.d.ts +1215 -0
  36. package/packages/business-components/device-panel/index.d.ts +2 -2
  37. package/packages/business-components/device-panel/index.js +42571 -40295
  38. package/packages/business-components/device-panel/index.js.gz +0 -0
  39. package/packages/business-components/device-panel/src/apis.d.ts +2 -2
  40. package/packages/business-components/device-panel/src/components/alarmDevicePanel/alarmLog/components/dealAlarm.vue.d.ts +2 -2
  41. package/packages/business-components/device-panel/src/components/alarmDevicePanel/alarmLog/components/historyList.vue.d.ts +2 -2
  42. package/packages/business-components/device-panel/src/components/alarmDevicePanel/alarmLog/components/liveList.vue.d.ts +2 -2
  43. package/packages/business-components/device-panel/src/components/alarmDevicePanel/alarmLog/components/logDetail.vue.d.ts +2 -2
  44. package/packages/business-components/device-panel/src/components/alarmDevicePanel/dataTrends/components/attribute.vue.d.ts +2 -0
  45. package/packages/business-components/device-panel/src/components/alarmDevicePanel/dataTrends/components/barChart.vue.d.ts +5 -0
  46. package/packages/business-components/device-panel/src/components/alarmDevicePanel/dataTrends/components/lineChart.vue.d.ts +5 -0
  47. package/packages/business-components/device-panel/src/components/alarmDevicePanel/dataTrends/index.vue.d.ts +17 -0
  48. package/packages/business-components/device-panel/src/components/alarmDevicePanel/hooks/use-data-Trends.d.ts +7 -0
  49. package/packages/business-components/device-panel/src/components/alarmDevicePanel/index.vue.d.ts +2 -2
  50. package/packages/business-components/device-panel/src/components/alarmDevicePanel/inspectionRecord/components/use-check-item/CheckItem.vue.d.ts +3 -5
  51. package/packages/business-components/device-panel/src/components/alarmDevicePanel/inspectionRecord/components/use-task-info/TaskInfo.vue.d.ts +4 -7
  52. package/packages/business-components/device-panel/src/components/alarmDevicePanel/maintenanceRecord/components/use-check-item/CheckItem.vue.d.ts +3 -5
  53. package/packages/business-components/device-panel/src/components/alarmDevicePanel/maintenanceRecord/components/use-task-info/TaskInfo.vue.d.ts +4 -7
  54. package/packages/business-components/device-panel/src/components/alarmDevicePanel/operatingData/index.vue.d.ts +1 -7
  55. package/packages/business-components/device-panel/src/components/alarmDevicePanel/repairRecord/components/use-consumables-record/Consumables.vue.d.ts +3 -6
  56. package/packages/business-components/device-panel/src/components/alarmDevicePanel/repairRecord/components/use-feedback-record/Feedback.vue.d.ts +3 -5
  57. package/packages/business-components/device-panel/src/components/alarmDevicePanel/repairRecord/components/use-info/Info.vue.d.ts +3 -6
  58. package/packages/business-components/device-panel/src/components/alarmDevicePanel/repairRecord/components/use-schedule-track/Track.vue.d.ts +3 -5
  59. package/packages/business-components/device-panel/src/components/devicePanelModal/alarmLog/components/dealAlarm.vue.d.ts +2 -2
  60. package/packages/business-components/device-panel/src/components/devicePanelModal/alarmLog/components/historyList.vue.d.ts +2 -2
  61. package/packages/business-components/device-panel/src/components/devicePanelModal/alarmLog/components/liveList.vue.d.ts +2 -2
  62. package/packages/business-components/device-panel/src/components/devicePanelModal/alarmLog/components/logDetail.vue.d.ts +2 -2
  63. package/packages/business-components/device-panel/src/components/devicePanelModal/dataTrends/components/attribute.vue.d.ts +2 -0
  64. package/packages/business-components/device-panel/src/components/devicePanelModal/dataTrends/components/barChart.vue.d.ts +9 -0
  65. package/packages/business-components/device-panel/src/components/devicePanelModal/dataTrends/components/lineChart.vue.d.ts +5 -0
  66. package/packages/business-components/device-panel/src/components/devicePanelModal/dataTrends/index.vue.d.ts +17 -0
  67. package/packages/business-components/device-panel/src/components/devicePanelModal/hooks/use-data-Trends.d.ts +7 -0
  68. package/packages/business-components/device-panel/src/components/devicePanelModal/index.vue.d.ts +2 -2
  69. package/packages/business-components/device-panel/src/components/devicePanelModal/inspectionRecord/components/use-check-item/CheckItem.vue.d.ts +3 -5
  70. package/packages/business-components/device-panel/src/components/devicePanelModal/inspectionRecord/components/use-task-info/TaskInfo.vue.d.ts +4 -7
  71. package/packages/business-components/device-panel/src/components/devicePanelModal/maintenanceRecord/components/use-check-item/CheckItem.vue.d.ts +3 -5
  72. package/packages/business-components/device-panel/src/components/devicePanelModal/maintenanceRecord/components/use-task-info/TaskInfo.vue.d.ts +4 -7
  73. package/packages/business-components/device-panel/src/components/devicePanelModal/preview/index.vue.d.ts +2 -2
  74. package/packages/business-components/device-panel/src/components/devicePanelModal/repairRecord/components/use-consumables-record/Consumables.vue.d.ts +3 -6
  75. package/packages/business-components/device-panel/src/components/devicePanelModal/repairRecord/components/use-feedback-record/Feedback.vue.d.ts +3 -5
  76. package/packages/business-components/device-panel/src/components/devicePanelModal/repairRecord/components/use-info/Info.vue.d.ts +3 -6
  77. package/packages/business-components/device-panel/src/components/devicePanelModal/repairRecord/components/use-schedule-track/Track.vue.d.ts +3 -5
  78. package/packages/business-components/device-panel/src/components/drag-resize/index.vue.d.ts +3 -3
  79. package/packages/business-components/device-panel/src/components/panelHeaders/index.vue.d.ts +3 -3
  80. package/packages/business-components/device-panel/src/components/videoDialog/component/GridLayout/GridItem.vue.d.ts +25 -18
  81. package/packages/business-components/device-panel/src/components/videoDialog/component/GridLayout/GridLayout.vue.d.ts +24 -18
  82. package/packages/business-components/device-panel/src/components/videoDialog/component/Player/index.vue.d.ts +6 -13
  83. package/packages/business-components/device-panel/src/hooks/use-operating-data.d.ts +22 -0
  84. package/packages/business-components/device-panel/style.css +1 -1
  85. package/packages/business-components/device-panel/style.css.gz +0 -0
  86. package/packages/business-components/echarts/index.d.ts +5 -5
  87. package/packages/business-components/echarts/index.js +7909 -7810
  88. package/packages/business-components/echarts/index.js.gz +0 -0
  89. package/packages/business-components/echarts/src/Index.vue.d.ts +1 -1
  90. package/packages/business-components/echarts/src/type.d.ts +2 -0
  91. package/packages/business-components/echarts/style.css +1 -1
  92. package/packages/business-components/export-button/hooks/useExport.d.ts +5 -6
  93. package/packages/business-components/export-button/i18n/index.d.ts +58 -0
  94. package/packages/business-components/export-button/index.d.ts +4 -4
  95. package/packages/business-components/export-button/index.js +130 -106
  96. package/packages/business-components/export-button/index.js.gz +0 -0
  97. package/packages/business-components/export-button/src/App.vue.d.ts +39 -11
  98. package/packages/business-components/import-button/hooks/file.d.ts +1 -0
  99. package/packages/business-components/import-button/hooks/useImport.d.ts +13 -13
  100. package/packages/business-components/import-button/i18n/index.d.ts +153 -0
  101. package/packages/business-components/import-button/index.d.ts +2 -2
  102. package/packages/business-components/import-button/index.js +377 -319
  103. package/packages/business-components/import-button/index.js.gz +0 -0
  104. package/packages/business-components/import-button/src/App.vue.d.ts +60 -11
  105. package/packages/business-components/import-button/src/type.d.ts +2 -0
  106. package/packages/business-components/import-button/style.css +1 -1
  107. package/packages/business-components/index.d.ts +2 -0
  108. package/packages/business-components/index.js +2 -0
  109. package/packages/business-components/layout-breadcrumb/index.js +86 -72
  110. package/packages/business-components/layout-breadcrumb/index.js.gz +0 -0
  111. package/packages/business-components/model-table-dialog/i18n/index.d.ts +33 -0
  112. package/packages/business-components/model-table-dialog/index.d.ts +56 -50
  113. package/packages/business-components/model-table-dialog/index.js +546 -544
  114. package/packages/business-components/model-table-dialog/index.js.gz +0 -0
  115. package/packages/business-components/model-table-dialog/src/Index.vue.d.ts +258 -111
  116. package/packages/business-components/model-table-dialog/src/ModelTable.vue.d.ts +6084 -2843
  117. package/packages/business-components/model-table-dialog/style.css +1 -1
  118. package/packages/business-components/model-table-dialog/style.css.gz +0 -0
  119. package/packages/business-components/payment/api.d.ts +8 -0
  120. package/packages/business-components/payment/i18n/index.d.ts +68 -0
  121. package/packages/business-components/payment/index.d.ts +56 -0
  122. package/packages/business-components/payment/index.js +387 -0
  123. package/packages/business-components/payment/index.js.gz +0 -0
  124. package/packages/business-components/payment/src/Index.vue.d.ts +7 -0
  125. package/packages/business-components/payment/style.css +1 -0
  126. package/packages/business-components/payment/type.d.ts +44 -0
  127. package/packages/business-components/process-configuration/i18n/index.d.ts +147 -0
  128. package/packages/business-components/process-configuration/index.d.ts +2 -0
  129. package/packages/business-components/process-configuration/index.js +256 -218
  130. package/packages/business-components/process-configuration/index.js.gz +0 -0
  131. package/packages/business-components/process-configuration/src/hooks/useDeleteDialog.d.ts +2 -3
  132. package/packages/business-components/process-configuration/src/index.vue.d.ts +2 -0
  133. package/packages/business-components/process-configuration/src/type.d.ts +3 -0
  134. package/packages/business-components/process-configuration/style.css +1 -1
  135. package/packages/business-components/process-configuration/style.css.gz +0 -0
  136. package/packages/business-components/process-form/api-service/formPreView.d.ts +7 -0
  137. package/packages/business-components/process-form/apis.d.ts +1 -0
  138. package/packages/business-components/process-form/i18n/index.d.ts +423 -0
  139. package/packages/business-components/process-form/index.js +1389 -1230
  140. package/packages/business-components/process-form/index.js.gz +0 -0
  141. package/packages/business-components/process-form/src/hooks/useForm.d.ts +15 -13
  142. package/packages/business-components/process-form/src/widgets/store.d.ts +1 -0
  143. package/packages/business-components/process-form/style.css +1 -1
  144. package/packages/business-components/process-log/i18n/index.d.ts +42 -1
  145. package/packages/business-components/process-log/index.js +342 -328
  146. package/packages/business-components/process-log/index.js.gz +0 -0
  147. package/packages/business-components/process-log/src/utils/prefix-mothed.d.ts +1 -1
  148. package/packages/business-components/process-log/style.css +1 -1
  149. package/packages/business-components/process-log/style.css.gz +0 -0
  150. package/packages/business-components/process-search-form/i18n/index.d.ts +48 -0
  151. package/packages/business-components/process-search-form/index.d.ts +2 -2
  152. package/packages/business-components/process-search-form/index.js +574 -598
  153. package/packages/business-components/process-search-form/index.js.gz +0 -0
  154. package/packages/business-components/process-search-form/src/App.vue.d.ts +2 -2
  155. package/packages/business-components/process-search-form/src/type.d.ts +1 -1
  156. package/packages/business-components/process-table/i18n/index.d.ts +43 -0
  157. package/packages/business-components/process-table/index.d.ts +44 -33
  158. package/packages/business-components/process-table/index.js +624 -654
  159. package/packages/business-components/process-table/index.js.gz +0 -0
  160. package/packages/business-components/process-table/src/App.vue.d.ts +78 -1975
  161. package/packages/business-components/process-table/src/type.d.ts +4 -0
  162. package/packages/business-components/process-table/style.css +1 -1
  163. package/packages/business-components/upload-file/i18n/index.d.ts +8 -0
  164. package/packages/business-components/upload-file/index.d.ts +8 -0
  165. package/packages/business-components/upload-file/index.js +62 -54
  166. package/packages/business-components/upload-file/index.js.gz +0 -0
  167. package/packages/business-components/upload-file/src/App.vue.d.ts +2 -0
  168. package/packages/business-components/upload-file/src/type.d.ts +6 -0
  169. package/packages/business-components/upload-file/style.css +1 -1
  170. package/packages/business-components/urgent-panel/i18n/index.d.ts +523 -0
  171. package/packages/business-components/urgent-panel/index.d.ts +2 -2
  172. package/packages/business-components/urgent-panel/index.js +1514 -1373
  173. package/packages/business-components/urgent-panel/index.js.gz +0 -0
  174. package/packages/business-components/urgent-panel/src/components/drag-resize/index.vue.d.ts +3 -3
  175. package/packages/business-components/urgent-panel/src/components/panelHeaders/index.vue.d.ts +3 -3
  176. package/packages/business-components/urgent-panel/src/components/urgentPanelModal/components/EventInfo.vue.d.ts +4 -6
  177. package/packages/business-components/urgent-panel/src/components/urgentPanelModal/components/FileRecord.vue.d.ts +3 -4
  178. package/packages/business-components/urgent-panel/src/components/urgentPanelModal/components/PlanInfo.vue.d.ts +3 -4
  179. package/packages/business-components/urgent-panel/src/components/urgentPanelModal/components/use-feedback-record/Feedback.vue.d.ts +3 -5
  180. package/packages/business-components/urgent-panel/src/components/urgentPanelModal/components/use-release-urgent/ReleaseUrgent.vue.d.ts +4 -5
  181. package/packages/business-components/urgent-panel/src/components/urgentPanelModal/components/use-schedule-track/Track.vue.d.ts +3 -5
  182. package/packages/business-components/urgent-panel/style.css +1 -1
  183. package/packages/business-components/urgent-panel/style.css.gz +0 -0
  184. package/packages/business-components/user-org-dialog/i18n/index.d.ts +87 -1
  185. package/packages/business-components/user-org-dialog/index.js +459 -426
  186. package/packages/business-components/user-org-dialog/index.js.gz +0 -0
  187. package/packages/business-components/user-org-dialog/style.css +1 -1
  188. package/packages/business-components/user-org-dialog/style.css.gz +0 -0
  189. package/packages/business-components/video-dialog/i18n/index.d.ts +103 -0
  190. package/packages/business-components/video-dialog/index.js +324 -302
  191. package/packages/business-components/video-dialog/index.js.gz +0 -0
  192. package/packages/business-components/video-dialog/src/component/GridLayout/GridItem.vue.d.ts +25 -18
  193. package/packages/business-components/video-dialog/src/component/GridLayout/GridLayout.vue.d.ts +24 -18
  194. package/packages/business-components/video-dialog/src/component/Player/index.vue.d.ts +6 -14
  195. package/packages/components/alert/index.d.ts +31 -31
  196. package/packages/components/alert/index.js +4 -4
  197. package/packages/components/alert/index.js.gz +0 -0
  198. package/packages/components/alert/src/index.vue.d.ts +9 -9
  199. package/packages/components/audio-video/index.d.ts +8 -8
  200. package/packages/components/audio-video/index.js +141 -148
  201. package/packages/components/audio-video/index.js.gz +0 -0
  202. package/packages/components/audio-video/src/player/index.vue.d.ts +2 -2
  203. package/packages/components/audio-video/style.css +1 -1
  204. package/packages/components/autocomplete/index.d.ts +45 -27
  205. package/packages/components/autocomplete/index.js +146 -134
  206. package/packages/components/autocomplete/index.js.gz +0 -0
  207. package/packages/components/autocomplete/src/index.vue.d.ts +89 -3337
  208. package/packages/components/autocomplete/src/type.d.ts +9 -1
  209. package/packages/components/autocomplete/style.css +1 -1
  210. package/packages/components/autocomplete/style.css.gz +0 -0
  211. package/packages/components/breadcrumb/index.d.ts +14 -7
  212. package/packages/components/breadcrumb/index.js +48 -45
  213. package/packages/components/breadcrumb/index.js.gz +0 -0
  214. package/packages/components/breadcrumb/src/BreadCrumb.vue.d.ts +32 -12
  215. package/packages/components/breadcrumb/src/BreadCrumbItem.vue.d.ts +17 -10
  216. package/packages/components/breadcrumb/src/type.d.ts +1 -0
  217. package/packages/components/breadcrumb/style.css +1 -1
  218. package/packages/components/breadcrumb/style.css.gz +0 -0
  219. package/packages/components/button/index.d.ts +3 -5
  220. package/packages/components/button/index.js +132 -137
  221. package/packages/components/button/index.js.gz +0 -0
  222. package/packages/components/button/src/Index.vue.d.ts +5 -7
  223. package/packages/components/button/style.css +1 -1
  224. package/packages/components/button/style.css.gz +0 -0
  225. package/packages/components/calendar/i18n/index.d.ts +80 -26
  226. package/packages/components/calendar/index.d.ts +16 -19
  227. package/packages/components/calendar/index.js +279 -279
  228. package/packages/components/calendar/index.js.gz +0 -0
  229. package/packages/components/calendar/src/Index.vue.d.ts +15 -18
  230. package/packages/components/calendar/src/calendar-table.vue.d.ts +6 -6
  231. package/packages/components/calendar/src/old-Index.vue.d.ts +7 -7
  232. package/packages/components/cascader/i18n/index.d.ts +8 -0
  233. package/packages/components/cascader/index.d.ts +222 -13
  234. package/packages/components/cascader/index.js +177 -200
  235. package/packages/components/cascader/index.js.gz +0 -0
  236. package/packages/components/cascader/src/Index.vue.d.ts +7 -8
  237. package/packages/components/cascader/src/type.d.ts +0 -3
  238. package/packages/components/cascader/style.css +1 -1
  239. package/packages/components/cascader/style.css.gz +0 -0
  240. package/packages/components/checkbox/index.d.ts +29 -35
  241. package/packages/components/checkbox/index.js +149 -137
  242. package/packages/components/checkbox/index.js.gz +0 -0
  243. package/packages/components/checkbox/src/Index.vue.d.ts +72 -16
  244. package/packages/components/checkbox/style.css +1 -1
  245. package/packages/components/checkbox/style.css.gz +0 -0
  246. package/packages/components/collapse-panel/index.d.ts +9 -9
  247. package/packages/components/collapse-panel/index.js +1 -1
  248. package/packages/components/collapse-panel/index.js.gz +0 -0
  249. package/packages/components/collapse-panel/src/Index.vue.d.ts +21 -12
  250. package/packages/components/collapse-transition/index.d.ts +1 -1
  251. package/packages/components/collapse-transition/index.js +2 -2
  252. package/packages/components/collapse-transition/index.js.gz +0 -0
  253. package/packages/components/collapse-transition/src/Index.vue.d.ts +18 -9
  254. package/packages/components/collaspe/index.d.ts +7 -7
  255. package/packages/components/collaspe/index.js +2 -2
  256. package/packages/components/collaspe/index.js.gz +0 -0
  257. package/packages/components/collaspe/src/Index.vue.d.ts +20 -10
  258. package/packages/components/color-picker/i18n/index.d.ts +8 -0
  259. package/packages/components/color-picker/index.js +100 -97
  260. package/packages/components/color-picker/index.js.gz +0 -0
  261. package/packages/components/color-picker/src/type.d.ts +6 -3
  262. package/packages/components/color-picker/style.css +1 -1
  263. package/packages/components/color-picker/style.css.gz +0 -0
  264. package/packages/components/custom-search-item/i18n/index.d.ts +8 -0
  265. package/packages/components/custom-search-item/index.d.ts +7 -7
  266. package/packages/components/custom-search-item/index.js +21 -20
  267. package/packages/components/custom-search-item/index.js.gz +0 -0
  268. package/packages/components/custom-search-item/src/Index.vue.d.ts +31 -10
  269. package/packages/components/date-picker/i18n/index.d.ts +33 -0
  270. package/packages/components/date-picker/index.d.ts +68 -48
  271. package/packages/components/date-picker/index.js +940 -1007
  272. package/packages/components/date-picker/index.js.gz +0 -0
  273. package/packages/components/date-picker/src/DatePicker.vue.d.ts +14 -12
  274. package/packages/components/date-picker/src/DateRangePicker.vue.d.ts +8 -6
  275. package/packages/components/date-picker/src/RangePicker.vue.d.ts +13 -11
  276. package/packages/components/date-picker/src/TimePicker.vue.d.ts +8 -6
  277. package/packages/components/date-picker/src/TimeRangePicker.vue.d.ts +10 -7
  278. package/packages/components/date-picker/src/type.d.ts +96 -1
  279. package/packages/components/date-picker/style.css +1 -1
  280. package/packages/components/date-picker/style.css.gz +0 -0
  281. package/packages/components/dialog/i18n/index.d.ts +6 -0
  282. package/packages/components/dialog/index.d.ts +10 -11
  283. package/packages/components/dialog/index.js +109 -109
  284. package/packages/components/dialog/index.js.gz +0 -0
  285. package/packages/components/dialog/src/Index.vue.d.ts +9 -10
  286. package/packages/components/dialog/style.css +1 -1
  287. package/packages/components/dialog/style.css.gz +0 -0
  288. package/packages/components/dimple-layout/editor/editor.vue.d.ts +4 -16
  289. package/packages/components/dimple-layout/editor/plugins/$svg/type.d.ts +15 -0
  290. package/packages/components/dimple-layout/editor/rule.vue.d.ts +4 -22
  291. package/packages/components/dimple-layout/editor/tools/background-image/component.vue.d.ts +3 -4
  292. package/packages/components/dimple-layout/editor/tools/import/component.vue.d.ts +3 -4
  293. package/packages/components/dimple-layout/editor/type.d.ts +5 -2
  294. package/packages/components/dimple-layout/i18n/index.d.ts +53 -0
  295. package/packages/components/dimple-layout/index.js +2195 -2150
  296. package/packages/components/dimple-layout/index.js.gz +0 -0
  297. package/packages/components/dimple-layout/render/render.vue.d.ts +4 -12
  298. package/packages/components/dimple-layout/style.css +1 -1
  299. package/packages/components/dimple-layout/style.css.gz +0 -0
  300. package/packages/components/drawer/index.d.ts +3 -3
  301. package/packages/components/drawer/index.js +2 -2
  302. package/packages/components/drawer/index.js.gz +0 -0
  303. package/packages/components/drawer/src/Index.vue.d.ts +17 -289
  304. package/packages/components/dropdown/i18n/index.d.ts +8 -0
  305. package/packages/components/dropdown/index.d.ts +4 -4
  306. package/packages/components/dropdown/index.js +26 -25
  307. package/packages/components/dropdown/index.js.gz +0 -0
  308. package/packages/components/dropdown/src/dropdownItem.vue.d.ts +13 -10
  309. package/packages/components/dropdown/src/dropdownMenu.vue.d.ts +11 -10
  310. package/packages/components/dropdown/src/index.vue.d.ts +24 -12669
  311. package/packages/components/edit-table/index.d.ts +183 -100
  312. package/packages/components/edit-table/index.js +2095 -1668
  313. package/packages/components/edit-table/index.js.gz +0 -0
  314. package/packages/components/edit-table/src/components/index.d.ts +1 -0
  315. package/packages/components/edit-table/src/components/row-button/index.vue.d.ts +5 -0
  316. package/packages/components/edit-table/src/components/row-button/type.d.ts +13 -0
  317. package/packages/components/edit-table/src/hooks/use-validator.d.ts +9 -3
  318. package/packages/components/edit-table/src/index.vue.d.ts +4127 -1981
  319. package/packages/components/edit-table/src/type.d.ts +28 -3
  320. package/packages/components/edit-table/src/utils.d.ts +9 -5
  321. package/packages/components/edit-table/style.css +1 -1
  322. package/packages/components/edit-table/style.css.gz +0 -0
  323. package/packages/components/empty/i18n/index.d.ts +1 -0
  324. package/packages/components/empty/index.d.ts +6 -6
  325. package/packages/components/empty/index.js +22 -24
  326. package/packages/components/empty/index.js.gz +0 -0
  327. package/packages/components/empty/src/Index.vue.d.ts +28 -13
  328. package/packages/components/error-overlay-model/index.d.ts +6 -0
  329. package/packages/components/error-overlay-model/index.js +87 -0
  330. package/packages/components/error-overlay-model/index.js.gz +0 -0
  331. package/packages/components/error-overlay-model/src/index.vue.d.ts +7 -0
  332. package/packages/components/error-overlay-model/src/type.d.ts +13 -0
  333. package/packages/components/form/index.d.ts +13 -13
  334. package/packages/components/form/index.js +4 -4
  335. package/packages/components/form/index.js.gz +0 -0
  336. package/packages/components/form/src/Index.vue.d.ts +24 -12
  337. package/packages/components/form-item/index.js +788 -886
  338. package/packages/components/form-item/index.js.gz +0 -0
  339. package/packages/components/form-item/src/type.d.ts +2 -0
  340. package/packages/components/form-item/style.css +1 -1
  341. package/packages/components/form-item/style.css.gz +0 -0
  342. package/packages/components/form-item/theme/index.d.ts +3 -0
  343. package/packages/components/icon/index.js +71 -71
  344. package/packages/components/icon/index.js.gz +0 -0
  345. package/packages/components/icon/src/base-icon.vue.d.ts +18 -10
  346. package/packages/components/image-upload/i18n/index.d.ts +23 -0
  347. package/packages/components/image-upload/index.js +131 -125
  348. package/packages/components/image-upload/index.js.gz +0 -0
  349. package/packages/components/image-upload/src/hooks/use-imageUpload.d.ts +1 -1
  350. package/packages/components/image-upload/src/type.d.ts +1 -1
  351. package/packages/components/image-viewer/index.js +354 -363
  352. package/packages/components/image-viewer/index.js.gz +0 -0
  353. package/packages/components/image-viewer/src/hooks/use-imageViewer.d.ts +2 -2
  354. package/packages/components/image-viewer/src/type.d.ts +1 -1
  355. package/packages/components/image-viewer/src/use-micro-app-image-viewer/index.d.ts +1 -1
  356. package/packages/components/image-viewer/style.css +1 -1
  357. package/packages/components/image-viewer/style.css.gz +0 -0
  358. package/packages/components/index.d.ts +2 -0
  359. package/packages/components/index.js +2 -0
  360. package/packages/components/input/i18n/index.d.ts +18 -0
  361. package/packages/components/input/index.d.ts +9 -7
  362. package/packages/components/input/index.js +145 -175
  363. package/packages/components/input/index.js.gz +0 -0
  364. package/packages/components/input/src/index.vue.d.ts +8 -7
  365. package/packages/components/input/src/type.d.ts +1 -2
  366. package/packages/components/input/style.css +1 -1
  367. package/packages/components/input/style.css.gz +0 -0
  368. package/packages/components/input-dialog-select/i18n/index.d.ts +7 -1
  369. package/packages/components/input-dialog-select/index.d.ts +1 -1
  370. package/packages/components/input-dialog-select/index.js +115 -166
  371. package/packages/components/input-dialog-select/index.js.gz +0 -0
  372. package/packages/components/input-dialog-select/src/Index.vue.d.ts +1 -1
  373. package/packages/components/input-dialog-select/src/type.d.ts +0 -3
  374. package/packages/components/input-dialog-select/style.css +1 -1
  375. package/packages/components/input-dialog-select/style.css.gz +0 -0
  376. package/packages/components/input-dialog-select/theme/index.d.ts +1 -1
  377. package/packages/components/input-number/index.d.ts +131 -0
  378. package/packages/components/input-number/index.js +184 -198
  379. package/packages/components/input-number/index.js.gz +0 -0
  380. package/packages/components/input-number/src/App.vue.d.ts +2 -5675
  381. package/packages/components/input-number/src/type.d.ts +3 -3
  382. package/packages/components/input-number/style.css +1 -1
  383. package/packages/components/input-number/style.css.gz +0 -0
  384. package/packages/components/input-number/theme/index.d.ts +1 -1
  385. package/packages/components/live-player/i18n/index.d.ts +13 -0
  386. package/packages/components/live-player/index.d.ts +7 -7
  387. package/packages/components/live-player/index.js +1455 -1446
  388. package/packages/components/live-player/index.js.gz +0 -0
  389. package/packages/components/live-player/src/das-live-player.vue.d.ts +29 -12
  390. package/packages/components/live-player/style.css +1 -1
  391. package/packages/components/{button → loading}/i18n/index.d.ts +2 -1
  392. package/packages/components/loading/index.js +73 -72
  393. package/packages/components/loading/index.js.gz +0 -0
  394. package/packages/components/map/i18n/index.d.ts +33 -0
  395. package/packages/components/map/index.js +1086 -809
  396. package/packages/components/map/index.js.gz +0 -0
  397. package/packages/components/map/src/get-sdk-config.d.ts +1 -1
  398. package/packages/components/map/src/hooks/use-baidu.d.ts +1 -11
  399. package/packages/components/map/src/hooks/use-gaode.d.ts +1 -11
  400. package/packages/components/map/src/hooks/use-google.d.ts +16 -0
  401. package/packages/components/map/src/hooks/use-map.d.ts +2 -0
  402. package/packages/components/map/src/type.d.ts +1 -1
  403. package/packages/components/map/style.css +1 -1
  404. package/packages/components/menu-aside/i18n/index.d.ts +8 -0
  405. package/packages/components/menu-aside/index.d.ts +6 -4
  406. package/packages/components/menu-aside/index.js +722 -629
  407. package/packages/components/menu-aside/index.js.gz +0 -0
  408. package/packages/components/menu-aside/src/Index.vue.d.ts +8 -6
  409. package/packages/components/menu-aside/src/menu-icon.vue.d.ts +4 -6
  410. package/packages/components/menu-aside/src/style-theme.d.ts +15 -0
  411. package/packages/components/menu-aside/src/sub-menu/sub-menu.vue.d.ts +6 -5
  412. package/packages/components/menu-aside/style.css +1 -1
  413. package/packages/components/menu-aside/style.css.gz +0 -0
  414. package/packages/components/menu-aside/theme/base.d.ts +3 -1
  415. package/packages/components/menu-header/index.d.ts +2 -2
  416. package/packages/components/menu-header/index.js +44 -37
  417. package/packages/components/menu-header/index.js.gz +0 -0
  418. package/packages/components/menu-header/src/Index.vue.d.ts +4 -4
  419. package/packages/components/menu-header/src/style-theme.d.ts +5 -0
  420. package/packages/components/menu-header/style.css +1 -1
  421. package/packages/components/menu-header/style.css.gz +0 -0
  422. package/packages/components/menu-header/theme/base.d.ts +1 -0
  423. package/packages/components/message/i18n/index.d.ts +8 -0
  424. package/packages/components/message/index.js +16 -15
  425. package/packages/components/message/index.js.gz +0 -0
  426. package/packages/components/{search → notification}/i18n/index.d.ts +2 -1
  427. package/packages/components/notification/index.js +9 -8
  428. package/packages/components/notification/index.js.gz +0 -0
  429. package/packages/components/pagination/i18n/index.d.ts +23 -0
  430. package/packages/components/pagination/index.d.ts +19 -19
  431. package/packages/components/pagination/index.js +148 -138
  432. package/packages/components/pagination/index.js.gz +0 -0
  433. package/packages/components/pagination/src/Pagination.vue.d.ts +84 -113
  434. package/packages/components/pagination/style.css +1 -1
  435. package/packages/components/pagination/style.css.gz +0 -0
  436. package/packages/components/popover/i18n/index.d.ts +2 -0
  437. package/packages/components/popover/index.d.ts +165 -4
  438. package/packages/components/popover/index.js +36 -33
  439. package/packages/components/popover/index.js.gz +0 -0
  440. package/packages/components/popover/src/Index.vue.d.ts +61 -0
  441. package/packages/components/popover/src/type.d.ts +50 -0
  442. package/packages/components/popup-mask/index.d.ts +21 -21
  443. package/packages/components/popup-mask/index.js +3 -3
  444. package/packages/components/popup-mask/index.js.gz +0 -0
  445. package/packages/components/popup-mask/src/Index.vue.d.ts +43 -24
  446. package/packages/components/preview/i18n/index.d.ts +1 -0
  447. package/packages/components/preview/index.d.ts +4 -4
  448. package/packages/components/preview/index.js +9 -10
  449. package/packages/components/preview/index.js.gz +0 -0
  450. package/packages/components/preview/src/Index.vue.d.ts +19 -11
  451. package/packages/components/preview/style.css +1 -1
  452. package/packages/components/progress/index.d.ts +2 -2
  453. package/packages/components/progress/index.js +59 -54
  454. package/packages/components/progress/index.js.gz +0 -0
  455. package/packages/components/progress/src/Index.vue.d.ts +53 -13
  456. package/packages/components/progress/style.css +1 -1
  457. package/packages/components/progress/style.css.gz +0 -0
  458. package/packages/components/radio/index.d.ts +31 -40
  459. package/packages/components/radio/index.js +1 -1
  460. package/packages/components/radio/index.js.gz +0 -0
  461. package/packages/components/radio/src/Index.vue.d.ts +67 -20
  462. package/packages/components/radio-tabs/index.js +8 -8
  463. package/packages/components/radio-tabs/index.js.gz +0 -0
  464. package/packages/components/radio-tabs/style.css +1 -1
  465. package/packages/components/radio-tabs/style.css.gz +0 -0
  466. package/packages/components/rich-editor/i18n/index.d.ts +11 -0
  467. package/packages/components/rich-editor/index.d.ts +5 -5
  468. package/packages/components/rich-editor/index.js +27332 -20658
  469. package/packages/components/rich-editor/index.js.gz +0 -0
  470. package/packages/components/rich-editor/src/Index.vue.d.ts +2 -3
  471. package/packages/components/rich-editor/src/hooks/use-custom-menu.d.ts +0 -1
  472. package/packages/components/rich-editor/src/hooks/use-rich-editor.d.ts +0 -1
  473. package/packages/components/rich-editor/src/type.d.ts +6 -0
  474. package/packages/components/rich-editor/style.css +1 -1
  475. package/packages/components/rich-editor/style.css.gz +0 -0
  476. package/packages/components/scrollbar/index.d.ts +1 -1
  477. package/packages/components/scrollbar/index.js +4 -4
  478. package/packages/components/scrollbar/index.js.gz +0 -0
  479. package/packages/components/scrollbar/src/scrollbar.vue.d.ts +22 -1080
  480. package/packages/components/scrollbar/style.css +1 -1
  481. package/packages/components/scrollbar/style.css.gz +0 -0
  482. package/packages/components/search/index.d.ts +12 -89
  483. package/packages/components/search/index.js +135 -126
  484. package/packages/components/search/index.js.gz +0 -0
  485. package/packages/components/search/src/Index.vue.d.ts +13 -137
  486. package/packages/components/search/src/type.d.ts +26 -4
  487. package/packages/components/search/style.css +1 -1
  488. package/packages/components/search/style.css.gz +0 -0
  489. package/packages/components/search-form/i18n/index.d.ts +38 -0
  490. package/packages/components/search-form/index.js +945 -854
  491. package/packages/components/search-form/index.js.gz +0 -0
  492. package/packages/components/search-form/src/Index.vue.d.ts +111 -14
  493. package/packages/components/search-form/src/InputSelect.vue.d.ts +2 -2
  494. package/packages/components/search-form/src/SearchDateRange.vue.d.ts +3 -2
  495. package/packages/components/search-form/src/hooks/common.d.ts +1 -0
  496. package/packages/components/search-form/src/hooks/searchFormItem.d.ts +2 -0
  497. package/packages/components/search-form/src/type.d.ts +9 -0
  498. package/packages/components/search-form/style.css +1 -1
  499. package/packages/components/search-form/style.css.gz +0 -0
  500. package/packages/components/select/i18n/index.d.ts +23 -0
  501. package/packages/components/select/index.d.ts +12 -12
  502. package/packages/components/select/index.js +409 -466
  503. package/packages/components/select/index.js.gz +0 -0
  504. package/packages/components/select/src/Select.vue.d.ts +15 -14
  505. package/packages/components/select/style.css +1 -1
  506. package/packages/components/select/style.css.gz +0 -0
  507. package/packages/components/select-input/index.d.ts +6 -4
  508. package/packages/components/select-input/index.js +99 -62
  509. package/packages/components/select-input/index.js.gz +0 -0
  510. package/packages/components/select-input/src/Index.vue.d.ts +6 -4
  511. package/packages/components/select-input/src/hooks/use-select-input.d.ts +6 -0
  512. package/packages/components/select-input/src/type.d.ts +5 -0
  513. package/packages/components/select-input/style.css +1 -1
  514. package/packages/components/select-input/style.css.gz +0 -0
  515. package/packages/components/select-list/i18n/index.d.ts +4 -0
  516. package/packages/components/select-list/index.d.ts +27 -9
  517. package/packages/components/select-list/index.js +701 -664
  518. package/packages/components/select-list/index.js.gz +0 -0
  519. package/packages/components/select-list/src/Index.vue.d.ts +86 -21
  520. package/packages/components/select-list/src/hooks/use-select-list.d.ts +2 -0
  521. package/packages/components/select-list/src/type.d.ts +22 -4
  522. package/packages/components/select-list/style.css +1 -1
  523. package/packages/components/select-list/style.css.gz +0 -0
  524. package/packages/components/select-list/theme/index.d.ts +2 -0
  525. package/packages/components/special-range-picker-month/i18n/index.d.ts +4 -0
  526. package/packages/components/special-range-picker-month/index.js +77 -77
  527. package/packages/components/special-range-picker-month/index.js.gz +0 -0
  528. package/packages/components/special-range-picker-year/i18n/index.d.ts +3 -0
  529. package/packages/components/special-range-picker-year/index.js +84 -84
  530. package/packages/components/special-range-picker-year/index.js.gz +0 -0
  531. package/packages/components/spin/i18n/index.d.ts +8 -0
  532. package/packages/components/spin/index.d.ts +1 -1
  533. package/packages/components/spin/index.js +34 -33
  534. package/packages/components/spin/index.js.gz +0 -0
  535. package/packages/components/spin/src/index.vue.d.ts +19 -10
  536. package/packages/components/split-panel/index.d.ts +20 -20
  537. package/packages/components/split-panel/index.js +4 -4
  538. package/packages/components/split-panel/index.js.gz +0 -0
  539. package/packages/components/split-panel/src/Index.vue.d.ts +6 -6
  540. package/packages/components/step/index.js +2 -2
  541. package/packages/components/step/index.js.gz +0 -0
  542. package/packages/components/step/src/stepItem.vue.d.ts +22 -11
  543. package/packages/components/steps/index.d.ts +1 -1
  544. package/packages/components/steps/index.js +2 -2
  545. package/packages/components/steps/src/steps.vue.d.ts +11 -10
  546. package/packages/components/switch/index.js +2 -2
  547. package/packages/components/switch/index.js.gz +0 -0
  548. package/packages/components/table/i18n/index.d.ts +94 -0
  549. package/packages/components/table/index.d.ts +299 -206
  550. package/packages/components/table/index.js +4072 -3967
  551. package/packages/components/table/index.js.gz +0 -0
  552. package/packages/components/table/src/Table.vue.d.ts +1204 -478
  553. package/packages/components/table/src/hooks/use-operation.d.ts +55 -5
  554. package/packages/components/table/src/table-column/index.vue.d.ts +426 -191
  555. package/packages/components/table/src/table-column/type.d.ts +3 -3
  556. package/packages/components/table/src/type.d.ts +16 -3
  557. package/packages/components/table/style.css +1 -1
  558. package/packages/components/table/style.css.gz +0 -0
  559. package/packages/components/tabs/i18n/index.d.ts +18 -0
  560. package/packages/components/tabs/index.d.ts +13 -12
  561. package/packages/components/tabs/index.js +124 -118
  562. package/packages/components/tabs/index.js.gz +0 -0
  563. package/packages/components/tabs/src/Tabs.vue.d.ts +106 -0
  564. package/packages/components/tabs/style.css +1 -1
  565. package/packages/components/tabs/style.css.gz +0 -0
  566. package/packages/components/tag/index.d.ts +1 -1
  567. package/packages/components/tag/index.js +8 -8
  568. package/packages/components/tag/index.js.gz +0 -0
  569. package/packages/components/tag/src/Index.vue.d.ts +3 -3
  570. package/packages/components/tag/style.css +1 -1
  571. package/packages/components/tag/style.css.gz +0 -0
  572. package/packages/components/text-tooltip/index.js +841 -818
  573. package/packages/components/text-tooltip/index.js.gz +0 -0
  574. package/packages/components/text-tooltip/src/type.d.ts +1 -62
  575. package/packages/components/time-line/index.js +36 -43
  576. package/packages/components/time-line/index.js.gz +0 -0
  577. package/packages/components/time-line/src/Index.vue.d.ts +16 -10
  578. package/packages/components/time-line/src/TimelineItem.vue.d.ts +46 -0
  579. package/packages/components/tooltip/i18n/index.d.ts +8 -0
  580. package/packages/components/tooltip/index.d.ts +21 -12
  581. package/packages/components/tooltip/index.js +87 -78
  582. package/packages/components/tooltip/index.js.gz +0 -0
  583. package/packages/components/tooltip/src/index.vue.d.ts +48 -5886
  584. package/packages/components/tooltip/src/type.d.ts +15 -2
  585. package/packages/components/tooltip/style.css +1 -1
  586. package/packages/components/tooltip/style.css.gz +0 -0
  587. package/packages/components/tree/i18n/index.d.ts +48 -0
  588. package/packages/components/tree/index.js +1467 -1519
  589. package/packages/components/tree/index.js.gz +0 -0
  590. package/packages/components/tree/src/App.vue.d.ts +40 -49
  591. package/packages/components/tree/src/empty.vue.d.ts +8 -10
  592. package/packages/components/tree/src/hooks/use-lazy-tree.d.ts +3 -2
  593. package/packages/components/tree/src/hooks/use-tree.d.ts +1 -1
  594. package/packages/components/tree/src/type.d.ts +14 -7
  595. package/packages/components/tree-select/index.js +378 -348
  596. package/packages/components/tree-select/index.js.gz +0 -0
  597. package/packages/components/tree-select/src/App.vue.d.ts +118 -134
  598. package/packages/components/tree-select/src/hooks/use-tree-select.d.ts +110 -127
  599. package/packages/components/tree-select/src/type.d.ts +6 -2
  600. package/packages/components/tree-select/style.css +1 -1
  601. package/packages/components/tree-select/style.css.gz +0 -0
  602. package/packages/components/tree-table/index.d.ts +65 -74
  603. package/packages/components/tree-table/index.js +161 -164
  604. package/packages/components/tree-table/index.js.gz +0 -0
  605. package/packages/components/tree-table/src/App.vue.d.ts +20 -23
  606. package/packages/components/tree-table/src/type.d.ts +0 -2
  607. package/packages/components/tree-table/style.css +1 -1
  608. package/packages/components/tree-table/style.css.gz +0 -0
  609. package/packages/components/tree-v2/i18n/index.d.ts +36 -0
  610. package/packages/components/tree-v2/index.d.ts +554 -0
  611. package/packages/components/tree-v2/index.js +4684 -0
  612. package/packages/components/tree-v2/index.js.gz +0 -0
  613. package/packages/components/tree-v2/src/App.vue.d.ts +88 -0
  614. package/packages/components/tree-v2/src/empty.vue.d.ts +17 -0
  615. package/packages/components/tree-v2/src/expand-icon.vue.d.ts +2 -0
  616. package/packages/components/tree-v2/src/hooks/use-drag.d.ts +3 -0
  617. package/packages/components/tree-v2/src/hooks/use-lazy-tree.d.ts +15 -0
  618. package/packages/components/tree-v2/src/hooks/use-style.d.ts +5 -0
  619. package/packages/components/tree-v2/src/hooks/use-tree.d.ts +43 -0
  620. package/packages/components/tree-v2/src/type.d.ts +286 -0
  621. package/packages/components/tree-v2/src/utils.d.ts +18 -0
  622. package/packages/components/tree-v2/style.css +1 -0
  623. package/packages/components/tree-v2/style.css.gz +0 -0
  624. package/packages/components/tree-v2/theme/base.d.ts +16 -0
  625. package/packages/components/upload/i18n/index.d.ts +10 -0
  626. package/packages/components/upload/index.d.ts +7 -5
  627. package/packages/components/upload/index.js +156 -136
  628. package/packages/components/upload/index.js.gz +0 -0
  629. package/packages/components/upload/src/Index.vue.d.ts +56 -17
  630. package/packages/components/upload/src/type.d.ts +3 -0
  631. package/packages/components/upload/style.css +1 -1
  632. package/packages/components/upload/style.css.gz +0 -0
  633. package/packages/components/virtual-tree/i18n/index.d.ts +8 -0
  634. package/packages/components/virtual-tree/index.js +58 -51
  635. package/packages/components/virtual-tree/index.js.gz +0 -0
  636. package/packages/components/virtual-tree/src/App.vue.d.ts +146 -145
  637. package/packages/components/virtual-tree/src/type.d.ts +4 -1
  638. package/packages/components/watermark/index.d.ts +1 -1
  639. package/packages/components/watermark/index.js +2 -2
  640. package/packages/components/watermark/src/index.vue.d.ts +11 -10
  641. package/packages/global/theme/index.js +2 -1
  642. package/packages/global/theme/index.js.gz +0 -0
  643. package/packages/icons/1-grids/index.js +2 -2
  644. package/packages/icons/1-grids/index.js.gz +0 -0
  645. package/packages/icons/1-grids/index.vue.d.ts +13 -10
  646. package/packages/icons/4-grids/index.js +2 -2
  647. package/packages/icons/4-grids/index.js.gz +0 -0
  648. package/packages/icons/4-grids/index.vue.d.ts +13 -10
  649. package/packages/icons/9-grids/index.js +2 -2
  650. package/packages/icons/9-grids/index.js.gz +0 -0
  651. package/packages/icons/9-grids/index.vue.d.ts +13 -10
  652. package/packages/icons/add/index.js +2 -2
  653. package/packages/icons/add/index.js.gz +0 -0
  654. package/packages/icons/add/index.vue.d.ts +13 -10
  655. package/packages/icons/add-2/index.js +2 -2
  656. package/packages/icons/add-2/index.vue.d.ts +13 -10
  657. package/packages/icons/add-item/index.js +2 -2
  658. package/packages/icons/add-item/index.js.gz +0 -0
  659. package/packages/icons/add-item/index.vue.d.ts +13 -10
  660. package/packages/icons/addto/index.js +2 -2
  661. package/packages/icons/addto/index.js.gz +0 -0
  662. package/packages/icons/addto/index.vue.d.ts +13 -10
  663. package/packages/icons/alarm/index.js +2 -2
  664. package/packages/icons/alarm/index.js.gz +0 -0
  665. package/packages/icons/alarm/index.vue.d.ts +13 -10
  666. package/packages/icons/arrow-first/index.js +2 -2
  667. package/packages/icons/arrow-first/index.js.gz +0 -0
  668. package/packages/icons/arrow-first/index.vue.d.ts +13 -10
  669. package/packages/icons/arrow-last/index.js +2 -2
  670. package/packages/icons/arrow-last/index.js.gz +0 -0
  671. package/packages/icons/arrow-last/index.vue.d.ts +13 -10
  672. package/packages/icons/back/index.js +2 -2
  673. package/packages/icons/back/index.js.gz +0 -0
  674. package/packages/icons/back/index.vue.d.ts +13 -10
  675. package/packages/icons/bianjigongzuotai/index.js +2 -2
  676. package/packages/icons/bianjigongzuotai/index.js.gz +0 -0
  677. package/packages/icons/bianjigongzuotai/index.vue.d.ts +13 -10
  678. package/packages/icons/biaochi/index.js +2 -2
  679. package/packages/icons/biaochi/index.js.gz +0 -0
  680. package/packages/icons/biaochi/index.vue.d.ts +13 -10
  681. package/packages/icons/bim/index.js +2 -2
  682. package/packages/icons/bim/index.js.gz +0 -0
  683. package/packages/icons/bim/index.vue.d.ts +13 -10
  684. package/packages/icons/bold/index.js +2 -2
  685. package/packages/icons/bold/index.js.gz +0 -0
  686. package/packages/icons/bold/index.vue.d.ts +13 -10
  687. package/packages/icons/camera/index.js +2 -2
  688. package/packages/icons/camera/index.js.gz +0 -0
  689. package/packages/icons/camera/index.vue.d.ts +13 -10
  690. package/packages/icons/camera-2/index.js +2 -2
  691. package/packages/icons/camera-2/index.js.gz +0 -0
  692. package/packages/icons/camera-2/index.vue.d.ts +13 -10
  693. package/packages/icons/camera-3/index.js +2 -2
  694. package/packages/icons/camera-3/index.js.gz +0 -0
  695. package/packages/icons/camera-3/index.vue.d.ts +13 -10
  696. package/packages/icons/cancel-full-screen/index.js +2 -2
  697. package/packages/icons/cancel-full-screen/index.js.gz +0 -0
  698. package/packages/icons/cancel-full-screen/index.vue.d.ts +13 -10
  699. package/packages/icons/card/index.js +2 -2
  700. package/packages/icons/card/index.js.gz +0 -0
  701. package/packages/icons/card/index.vue.d.ts +13 -10
  702. package/packages/icons/card-view/index.js +2 -2
  703. package/packages/icons/card-view/index.js.gz +0 -0
  704. package/packages/icons/card-view/index.vue.d.ts +13 -10
  705. package/packages/icons/caret-bottom/index.js +2 -2
  706. package/packages/icons/caret-bottom/index.js.gz +0 -0
  707. package/packages/icons/caret-bottom/index.vue.d.ts +13 -10
  708. package/packages/icons/caret-right/index.js +2 -2
  709. package/packages/icons/caret-right/index.js.gz +0 -0
  710. package/packages/icons/caret-right/index.vue.d.ts +13 -10
  711. package/packages/icons/chakancelve/index.js +2 -2
  712. package/packages/icons/chakancelve/index.js.gz +0 -0
  713. package/packages/icons/chakancelve/index.vue.d.ts +13 -10
  714. package/packages/icons/change/index.js +2 -2
  715. package/packages/icons/change/index.js.gz +0 -0
  716. package/packages/icons/change/index.vue.d.ts +13 -10
  717. package/packages/icons/change-2/index.js +2 -2
  718. package/packages/icons/change-2/index.js.gz +0 -0
  719. package/packages/icons/change-2/index.vue.d.ts +13 -10
  720. package/packages/icons/change-3/index.js +2 -2
  721. package/packages/icons/change-3/index.js.gz +0 -0
  722. package/packages/icons/change-3/index.vue.d.ts +13 -10
  723. package/packages/icons/changetenant/index.js +2 -2
  724. package/packages/icons/changetenant/index.js.gz +0 -0
  725. package/packages/icons/changetenant/index.vue.d.ts +13 -10
  726. package/packages/icons/chart/index.js +2 -2
  727. package/packages/icons/chart/index.js.gz +0 -0
  728. package/packages/icons/chart/index.vue.d.ts +13 -10
  729. package/packages/icons/chaxunxiangqing/index.js +2 -2
  730. package/packages/icons/chaxunxiangqing/index.js.gz +0 -0
  731. package/packages/icons/chaxunxiangqing/index.vue.d.ts +13 -10
  732. package/packages/icons/check/index.js +2 -2
  733. package/packages/icons/check/index.js.gz +0 -0
  734. package/packages/icons/check/index.vue.d.ts +13 -10
  735. package/packages/icons/chuanglianjiang/index.js +2 -2
  736. package/packages/icons/chuanglianjiang/index.js.gz +0 -0
  737. package/packages/icons/chuanglianjiang/index.vue.d.ts +13 -10
  738. package/packages/icons/chuangliansheng/index.js +2 -2
  739. package/packages/icons/chuangliansheng/index.js.gz +0 -0
  740. package/packages/icons/chuangliansheng/index.vue.d.ts +13 -10
  741. package/packages/icons/chuanglianting/index.js +2 -2
  742. package/packages/icons/chuanglianting/index.js.gz +0 -0
  743. package/packages/icons/chuanglianting/index.vue.d.ts +13 -10
  744. package/packages/icons/chuizhiduiqi/index.js +2 -2
  745. package/packages/icons/chuizhiduiqi/index.js.gz +0 -0
  746. package/packages/icons/chuizhiduiqi/index.vue.d.ts +13 -10
  747. package/packages/icons/chuizhijunfen/index.js +2 -2
  748. package/packages/icons/chuizhijunfen/index.js.gz +0 -0
  749. package/packages/icons/chuizhijunfen/index.vue.d.ts +13 -10
  750. package/packages/icons/close/index.js +2 -2
  751. package/packages/icons/close/index.js.gz +0 -0
  752. package/packages/icons/close/index.vue.d.ts +13 -10
  753. package/packages/icons/close-2/index.js +2 -2
  754. package/packages/icons/close-2/index.js.gz +0 -0
  755. package/packages/icons/close-2/index.vue.d.ts +13 -10
  756. package/packages/icons/color/index.js +2 -2
  757. package/packages/icons/color/index.js.gz +0 -0
  758. package/packages/icons/color/index.vue.d.ts +13 -10
  759. package/packages/icons/copy/index.js +2 -2
  760. package/packages/icons/copy/index.js.gz +0 -0
  761. package/packages/icons/copy/index.vue.d.ts +13 -10
  762. package/packages/icons/custom/index.js +2 -2
  763. package/packages/icons/custom/index.js.gz +0 -0
  764. package/packages/icons/custom/index.vue.d.ts +13 -10
  765. package/packages/icons/daochu/index.js +2 -2
  766. package/packages/icons/daochu/index.js.gz +0 -0
  767. package/packages/icons/daochu/index.vue.d.ts +13 -10
  768. package/packages/icons/date/index.js +2 -2
  769. package/packages/icons/date/index.js.gz +0 -0
  770. package/packages/icons/date/index.vue.d.ts +13 -10
  771. package/packages/icons/decline/index.js +2 -2
  772. package/packages/icons/decline/index.js.gz +0 -0
  773. package/packages/icons/decline/index.vue.d.ts +13 -10
  774. package/packages/icons/default-btn/index.js +2 -2
  775. package/packages/icons/default-btn/index.js.gz +0 -0
  776. package/packages/icons/default-btn/index.vue.d.ts +13 -10
  777. package/packages/icons/default-point/index.js +2 -2
  778. package/packages/icons/default-point/index.js.gz +0 -0
  779. package/packages/icons/default-point/index.vue.d.ts +13 -10
  780. package/packages/icons/delete/index.js +2 -2
  781. package/packages/icons/delete/index.js.gz +0 -0
  782. package/packages/icons/delete/index.vue.d.ts +13 -10
  783. package/packages/icons/delete-2/index.js +2 -2
  784. package/packages/icons/delete-2/index.js.gz +0 -0
  785. package/packages/icons/delete-2/index.vue.d.ts +13 -10
  786. package/packages/icons/dengbijiesuo/index.js +2 -2
  787. package/packages/icons/dengbijiesuo/index.vue.d.ts +13 -10
  788. package/packages/icons/dengbisuoding/index.js +2 -2
  789. package/packages/icons/dengbisuoding/index.vue.d.ts +13 -10
  790. package/packages/icons/dengdai/index.js +2 -2
  791. package/packages/icons/dengdai/index.js.gz +0 -0
  792. package/packages/icons/dengdai/index.vue.d.ts +13 -10
  793. package/packages/icons/dianzan/index.js +2 -2
  794. package/packages/icons/dianzan/index.js.gz +0 -0
  795. package/packages/icons/dianzan/index.vue.d.ts +13 -10
  796. package/packages/icons/dianzan-2/index.js +2 -2
  797. package/packages/icons/dianzan-2/index.js.gz +0 -0
  798. package/packages/icons/dianzan-2/index.vue.d.ts +13 -10
  799. package/packages/icons/direction-control/index.js +2 -2
  800. package/packages/icons/direction-control/index.js.gz +0 -0
  801. package/packages/icons/direction-control/index.vue.d.ts +13 -10
  802. package/packages/icons/ditu/index.js +2 -2
  803. package/packages/icons/ditu/index.js.gz +0 -0
  804. package/packages/icons/ditu/index.vue.d.ts +13 -10
  805. package/packages/icons/dizhixuanze/index.js +2 -2
  806. package/packages/icons/dizhixuanze/index.js.gz +0 -0
  807. package/packages/icons/dizhixuanze/index.vue.d.ts +13 -10
  808. package/packages/icons/double-arrow-left/index.js +2 -2
  809. package/packages/icons/double-arrow-left/index.js.gz +0 -0
  810. package/packages/icons/double-arrow-left/index.vue.d.ts +13 -10
  811. package/packages/icons/double-arrow-right/index.js +2 -2
  812. package/packages/icons/double-arrow-right/index.js.gz +0 -0
  813. package/packages/icons/double-arrow-right/index.vue.d.ts +13 -10
  814. package/packages/icons/down/index.js +2 -2
  815. package/packages/icons/down/index.js.gz +0 -0
  816. package/packages/icons/down/index.vue.d.ts +13 -10
  817. package/packages/icons/down-2/index.js +2 -2
  818. package/packages/icons/down-2/index.vue.d.ts +13 -10
  819. package/packages/icons/down-3/index.js +2 -2
  820. package/packages/icons/down-3/index.vue.d.ts +13 -10
  821. package/packages/icons/download/index.js +2 -2
  822. package/packages/icons/download/index.js.gz +0 -0
  823. package/packages/icons/download/index.vue.d.ts +13 -10
  824. package/packages/icons/drag/index.js +2 -2
  825. package/packages/icons/drag/index.js.gz +0 -0
  826. package/packages/icons/drag/index.vue.d.ts +13 -10
  827. package/packages/icons/drawing/index.js +2 -2
  828. package/packages/icons/drawing/index.js.gz +0 -0
  829. package/packages/icons/drawing/index.vue.d.ts +13 -10
  830. package/packages/icons/edit/index.js +2 -2
  831. package/packages/icons/edit/index.js.gz +0 -0
  832. package/packages/icons/edit/index.vue.d.ts +13 -10
  833. package/packages/icons/edit-1/index.js +2 -2
  834. package/packages/icons/edit-1/index.js.gz +0 -0
  835. package/packages/icons/edit-1/index.vue.d.ts +13 -10
  836. package/packages/icons/edit-3/index.d.ts +1 -0
  837. package/packages/icons/edit-3/index.js +17 -0
  838. package/packages/icons/edit-3/index.js.gz +0 -0
  839. package/packages/icons/edit-3/index.vue.d.ts +19 -0
  840. package/packages/icons/empty/index.js +2 -2
  841. package/packages/icons/empty/index.js.gz +0 -0
  842. package/packages/icons/empty/index.vue.d.ts +13 -10
  843. package/packages/icons/enlarge/index.js +2 -2
  844. package/packages/icons/enlarge/index.js.gz +0 -0
  845. package/packages/icons/enlarge/index.vue.d.ts +13 -10
  846. package/packages/icons/entry/index.js +2 -2
  847. package/packages/icons/entry/index.js.gz +0 -0
  848. package/packages/icons/entry/index.vue.d.ts +13 -10
  849. package/packages/icons/exit/index.d.ts +1 -0
  850. package/packages/icons/exit/index.js +17 -0
  851. package/packages/icons/exit/index.js.gz +0 -0
  852. package/packages/icons/exit/index.vue.d.ts +19 -0
  853. package/packages/icons/fabu/index.js +2 -2
  854. package/packages/icons/fabu/index.js.gz +0 -0
  855. package/packages/icons/fabu/index.vue.d.ts +13 -10
  856. package/packages/icons/fanhui/index.js +2 -2
  857. package/packages/icons/fanhui/index.js.gz +0 -0
  858. package/packages/icons/fanhui/index.vue.d.ts +13 -10
  859. package/packages/icons/filter-3/index.js +2 -2
  860. package/packages/icons/filter-3/index.js.gz +0 -0
  861. package/packages/icons/filter-3/index.vue.d.ts +13 -10
  862. package/packages/icons/finish/index.js +2 -2
  863. package/packages/icons/finish/index.js.gz +0 -0
  864. package/packages/icons/finish/index.vue.d.ts +13 -10
  865. package/packages/icons/fold/index.js +2 -2
  866. package/packages/icons/fold/index.js.gz +0 -0
  867. package/packages/icons/fold/index.vue.d.ts +13 -10
  868. package/packages/icons/folder-quest/index.js +2 -2
  869. package/packages/icons/folder-quest/index.js.gz +0 -0
  870. package/packages/icons/folder-quest/index.vue.d.ts +13 -10
  871. package/packages/icons/form-tips/index.js +2 -2
  872. package/packages/icons/form-tips/index.js.gz +0 -0
  873. package/packages/icons/form-tips/index.vue.d.ts +13 -10
  874. package/packages/icons/full/index.js +2 -2
  875. package/packages/icons/full/index.js.gz +0 -0
  876. package/packages/icons/full/index.vue.d.ts +13 -10
  877. package/packages/icons/full-screen/index.js +2 -2
  878. package/packages/icons/full-screen/index.js.gz +0 -0
  879. package/packages/icons/full-screen/index.vue.d.ts +13 -10
  880. package/packages/icons/fullscreen-2/index.js +2 -2
  881. package/packages/icons/fullscreen-2/index.js.gz +0 -0
  882. package/packages/icons/fullscreen-2/index.vue.d.ts +13 -10
  883. package/packages/icons/fuzhi/index.js +2 -2
  884. package/packages/icons/fuzhi/index.js.gz +0 -0
  885. package/packages/icons/fuzhi/index.vue.d.ts +13 -10
  886. package/packages/icons/gaojin/index.js +2 -2
  887. package/packages/icons/gaojin/index.js.gz +0 -0
  888. package/packages/icons/gaojin/index.vue.d.ts +13 -10
  889. package/packages/icons/gengduocaozuo/index.js +2 -2
  890. package/packages/icons/gengduocaozuo/index.vue.d.ts +13 -10
  891. package/packages/icons/global/index.d.ts +1 -0
  892. package/packages/icons/global/index.js +17 -0
  893. package/packages/icons/global/index.js.gz +0 -0
  894. package/packages/icons/global/index.vue.d.ts +19 -0
  895. package/packages/icons/gongzuotaiguanli/index.js +2 -2
  896. package/packages/icons/gongzuotaiguanli/index.js.gz +0 -0
  897. package/packages/icons/gongzuotaiguanli/index.vue.d.ts +13 -10
  898. package/packages/icons/header-seach/index.js +2 -2
  899. package/packages/icons/header-seach/index.js.gz +0 -0
  900. package/packages/icons/header-seach/index.vue.d.ts +13 -10
  901. package/packages/icons/header-setting/index.js +2 -2
  902. package/packages/icons/header-setting/index.js.gz +0 -0
  903. package/packages/icons/header-setting/index.vue.d.ts +13 -10
  904. package/packages/icons/headersettings/index.js +2 -2
  905. package/packages/icons/headersettings/index.js.gz +0 -0
  906. package/packages/icons/headersettings/index.vue.d.ts +13 -10
  907. package/packages/icons/hide/index.js +2 -2
  908. package/packages/icons/hide/index.js.gz +0 -0
  909. package/packages/icons/hide/index.vue.d.ts +13 -10
  910. package/packages/icons/huabufuwei/index.js +2 -2
  911. package/packages/icons/huabufuwei/index.js.gz +0 -0
  912. package/packages/icons/huabufuwei/index.vue.d.ts +13 -10
  913. package/packages/icons/huaxian/index.js +2 -2
  914. package/packages/icons/huaxian/index.js.gz +0 -0
  915. package/packages/icons/huaxian/index.vue.d.ts +13 -10
  916. package/packages/icons/huifuchuchangshezhi/index.js +2 -2
  917. package/packages/icons/huifuchuchangshezhi/index.js.gz +0 -0
  918. package/packages/icons/huifuchuchangshezhi/index.vue.d.ts +13 -10
  919. package/packages/icons/hyperlinks/index.js +2 -2
  920. package/packages/icons/hyperlinks/index.js.gz +0 -0
  921. package/packages/icons/hyperlinks/index.vue.d.ts +13 -10
  922. package/packages/icons/img/index.js +2 -2
  923. package/packages/icons/img/index.js.gz +0 -0
  924. package/packages/icons/img/index.vue.d.ts +13 -10
  925. package/packages/icons/index.d.ts +7 -0
  926. package/packages/icons/index.js +7 -0
  927. package/packages/icons/input-close/index.js +2 -2
  928. package/packages/icons/input-close/index.js.gz +0 -0
  929. package/packages/icons/input-close/index.vue.d.ts +13 -10
  930. package/packages/icons/input-select/index.d.ts +1 -0
  931. package/packages/icons/input-select/index.js +17 -0
  932. package/packages/icons/input-select/index.js.gz +0 -0
  933. package/packages/icons/input-select/index.vue.d.ts +19 -0
  934. package/packages/icons/italic/index.js +2 -2
  935. package/packages/icons/italic/index.js.gz +0 -0
  936. package/packages/icons/italic/index.vue.d.ts +13 -10
  937. package/packages/icons/jia-1/index.js +2 -2
  938. package/packages/icons/jia-1/index.js.gz +0 -0
  939. package/packages/icons/jia-1/index.vue.d.ts +13 -10
  940. package/packages/icons/jian-1/index.js +2 -2
  941. package/packages/icons/jian-1/index.vue.d.ts +13 -10
  942. package/packages/icons/jianshao-1/index.js +2 -2
  943. package/packages/icons/jianshao-1/index.vue.d.ts +13 -10
  944. package/packages/icons/jinggao/index.js +2 -2
  945. package/packages/icons/jinggao/index.js.gz +0 -0
  946. package/packages/icons/jinggao/index.vue.d.ts +13 -10
  947. package/packages/icons/jushangduiqi/index.js +2 -2
  948. package/packages/icons/jushangduiqi/index.js.gz +0 -0
  949. package/packages/icons/jushangduiqi/index.vue.d.ts +13 -10
  950. package/packages/icons/juxiaduiqi/index.js +2 -2
  951. package/packages/icons/juxiaduiqi/index.js.gz +0 -0
  952. package/packages/icons/juxiaduiqi/index.vue.d.ts +13 -10
  953. package/packages/icons/juxinghuizhi/index.js +2 -2
  954. package/packages/icons/juxinghuizhi/index.js.gz +0 -0
  955. package/packages/icons/juxinghuizhi/index.vue.d.ts +13 -10
  956. package/packages/icons/juyouduiqi/index.js +2 -2
  957. package/packages/icons/juyouduiqi/index.js.gz +0 -0
  958. package/packages/icons/juyouduiqi/index.vue.d.ts +13 -10
  959. package/packages/icons/juzuoduiqi/index.js +2 -2
  960. package/packages/icons/juzuoduiqi/index.js.gz +0 -0
  961. package/packages/icons/juzuoduiqi/index.vue.d.ts +13 -10
  962. package/packages/icons/kaiguan/index.js +2 -2
  963. package/packages/icons/kaiguan/index.js.gz +0 -0
  964. package/packages/icons/kaiguan/index.vue.d.ts +13 -10
  965. package/packages/icons/kaimen/index.js +2 -2
  966. package/packages/icons/kaimen/index.js.gz +0 -0
  967. package/packages/icons/kaimen/index.vue.d.ts +13 -10
  968. package/packages/icons/layout-refresh/index.js +2 -2
  969. package/packages/icons/layout-refresh/index.js.gz +0 -0
  970. package/packages/icons/layout-refresh/index.vue.d.ts +13 -10
  971. package/packages/icons/left/index.js +2 -2
  972. package/packages/icons/left/index.vue.d.ts +13 -10
  973. package/packages/icons/link/index.js +2 -2
  974. package/packages/icons/link/index.js.gz +0 -0
  975. package/packages/icons/link/index.vue.d.ts +13 -10
  976. package/packages/icons/list/index.js +2 -2
  977. package/packages/icons/list/index.js.gz +0 -0
  978. package/packages/icons/list/index.vue.d.ts +13 -10
  979. package/packages/icons/list-view/index.js +2 -2
  980. package/packages/icons/list-view/index.js.gz +0 -0
  981. package/packages/icons/list-view/index.vue.d.ts +13 -10
  982. package/packages/icons/load/index.js +2 -2
  983. package/packages/icons/load/index.js.gz +0 -0
  984. package/packages/icons/load/index.vue.d.ts +13 -10
  985. package/packages/icons/lock/index.js +2 -2
  986. package/packages/icons/lock/index.js.gz +0 -0
  987. package/packages/icons/lock/index.vue.d.ts +13 -10
  988. package/packages/icons/marsh/index.js +2 -2
  989. package/packages/icons/marsh/index.vue.d.ts +13 -10
  990. package/packages/icons/me/index.js +2 -2
  991. package/packages/icons/me/index.js.gz +0 -0
  992. package/packages/icons/me/index.vue.d.ts +13 -10
  993. package/packages/icons/more/index.js +2 -2
  994. package/packages/icons/more/index.js.gz +0 -0
  995. package/packages/icons/more/index.vue.d.ts +13 -10
  996. package/packages/icons/more-2/index.js +2 -2
  997. package/packages/icons/more-2/index.vue.d.ts +13 -10
  998. package/packages/icons/more-btn/index.js +2 -2
  999. package/packages/icons/more-btn/index.js.gz +0 -0
  1000. package/packages/icons/more-btn/index.vue.d.ts +13 -10
  1001. package/packages/icons/muted/index.js +2 -2
  1002. package/packages/icons/muted/index.js.gz +0 -0
  1003. package/packages/icons/muted/index.vue.d.ts +13 -10
  1004. package/packages/icons/notification-face/index.js +2 -2
  1005. package/packages/icons/notification-face/index.js.gz +0 -0
  1006. package/packages/icons/notification-face/index.vue.d.ts +13 -10
  1007. package/packages/icons/paiban/index.js +2 -2
  1008. package/packages/icons/paiban/index.js.gz +0 -0
  1009. package/packages/icons/paiban/index.vue.d.ts +13 -10
  1010. package/packages/icons/password-lock/index.js +2 -2
  1011. package/packages/icons/password-lock/index.js.gz +0 -0
  1012. package/packages/icons/password-lock/index.vue.d.ts +13 -10
  1013. package/packages/icons/password-lock2/index.d.ts +1 -0
  1014. package/packages/icons/password-lock2/index.js +17 -0
  1015. package/packages/icons/password-lock2/index.js.gz +0 -0
  1016. package/packages/icons/password-lock2/index.vue.d.ts +19 -0
  1017. package/packages/icons/pause/index.js +2 -2
  1018. package/packages/icons/pause/index.js.gz +0 -0
  1019. package/packages/icons/pause/index.vue.d.ts +13 -10
  1020. package/packages/icons/phone/index.js +2 -2
  1021. package/packages/icons/phone/index.js.gz +0 -0
  1022. package/packages/icons/phone/index.vue.d.ts +13 -10
  1023. package/packages/icons/pinglun/index.js +2 -2
  1024. package/packages/icons/pinglun/index.js.gz +0 -0
  1025. package/packages/icons/pinglun/index.vue.d.ts +13 -10
  1026. package/packages/icons/plan/index.js +2 -2
  1027. package/packages/icons/plan/index.js.gz +0 -0
  1028. package/packages/icons/plan/index.vue.d.ts +13 -10
  1029. package/packages/icons/play/index.js +2 -2
  1030. package/packages/icons/play/index.js.gz +0 -0
  1031. package/packages/icons/play/index.vue.d.ts +13 -10
  1032. package/packages/icons/preview/index.js +2 -2
  1033. package/packages/icons/preview/index.js.gz +0 -0
  1034. package/packages/icons/preview/index.vue.d.ts +13 -10
  1035. package/packages/icons/preview-eye/index.js +2 -2
  1036. package/packages/icons/preview-eye/index.js.gz +0 -0
  1037. package/packages/icons/preview-eye/index.vue.d.ts +13 -10
  1038. package/packages/icons/project-list/index.js +2 -2
  1039. package/packages/icons/project-list/index.js.gz +0 -0
  1040. package/packages/icons/project-list/index.vue.d.ts +13 -10
  1041. package/packages/icons/project-tree/index.js +2 -2
  1042. package/packages/icons/project-tree/index.js.gz +0 -0
  1043. package/packages/icons/project-tree/index.vue.d.ts +13 -10
  1044. package/packages/icons/promptinformation-l/index.js +2 -2
  1045. package/packages/icons/promptinformation-l/index.js.gz +0 -0
  1046. package/packages/icons/promptinformation-l/index.vue.d.ts +13 -10
  1047. package/packages/icons/qiehuangongzuotai/index.js +2 -2
  1048. package/packages/icons/qiehuangongzuotai/index.js.gz +0 -0
  1049. package/packages/icons/qiehuangongzuotai/index.vue.d.ts +13 -10
  1050. package/packages/icons/quanping/index.js +2 -2
  1051. package/packages/icons/quanping/index.js.gz +0 -0
  1052. package/packages/icons/quanping/index.vue.d.ts +13 -10
  1053. package/packages/icons/rate-all/index.js +2 -2
  1054. package/packages/icons/rate-all/index.js.gz +0 -0
  1055. package/packages/icons/rate-all/index.vue.d.ts +13 -10
  1056. package/packages/icons/rate-half/index.js +2 -2
  1057. package/packages/icons/rate-half/index.js.gz +0 -0
  1058. package/packages/icons/rate-half/index.vue.d.ts +13 -10
  1059. package/packages/icons/rate-none/index.js +2 -2
  1060. package/packages/icons/rate-none/index.js.gz +0 -0
  1061. package/packages/icons/rate-none/index.vue.d.ts +13 -10
  1062. package/packages/icons/recover/index.js +2 -2
  1063. package/packages/icons/recover/index.js.gz +0 -0
  1064. package/packages/icons/recover/index.vue.d.ts +13 -10
  1065. package/packages/icons/refresh/index.js +2 -2
  1066. package/packages/icons/refresh/index.js.gz +0 -0
  1067. package/packages/icons/refresh/index.vue.d.ts +13 -10
  1068. package/packages/icons/reload/index.js +2 -2
  1069. package/packages/icons/reload/index.js.gz +0 -0
  1070. package/packages/icons/reload/index.vue.d.ts +13 -10
  1071. package/packages/icons/reset/index.js +2 -2
  1072. package/packages/icons/reset/index.js.gz +0 -0
  1073. package/packages/icons/reset/index.vue.d.ts +13 -10
  1074. package/packages/icons/right/index.js +2 -2
  1075. package/packages/icons/right/index.vue.d.ts +13 -10
  1076. package/packages/icons/right-3/index.d.ts +1 -0
  1077. package/packages/icons/right-3/index.js +17 -0
  1078. package/packages/icons/right-3/index.js.gz +0 -0
  1079. package/packages/icons/right-3/index.vue.d.ts +19 -0
  1080. package/packages/icons/riqixuanze/index.js +2 -2
  1081. package/packages/icons/riqixuanze/index.js.gz +0 -0
  1082. package/packages/icons/riqixuanze/index.vue.d.ts +13 -10
  1083. package/packages/icons/rise/index.js +2 -2
  1084. package/packages/icons/rise/index.js.gz +0 -0
  1085. package/packages/icons/rise/index.vue.d.ts +13 -10
  1086. package/packages/icons/save/index.js +2 -2
  1087. package/packages/icons/save/index.js.gz +0 -0
  1088. package/packages/icons/save/index.vue.d.ts +13 -10
  1089. package/packages/icons/screenshot/index.js +2 -2
  1090. package/packages/icons/screenshot/index.js.gz +0 -0
  1091. package/packages/icons/screenshot/index.vue.d.ts +13 -10
  1092. package/packages/icons/search/index.js +2 -2
  1093. package/packages/icons/search/index.js.gz +0 -0
  1094. package/packages/icons/search/index.vue.d.ts +13 -10
  1095. package/packages/icons/select/index.js +2 -2
  1096. package/packages/icons/select/index.vue.d.ts +13 -10
  1097. package/packages/icons/select-confirm/index.js +2 -2
  1098. package/packages/icons/select-confirm/index.js.gz +0 -0
  1099. package/packages/icons/select-confirm/index.vue.d.ts +13 -10
  1100. package/packages/icons/set-up/index.js +2 -2
  1101. package/packages/icons/set-up/index.js.gz +0 -0
  1102. package/packages/icons/set-up/index.vue.d.ts +13 -10
  1103. package/packages/icons/setting/index.js +2 -2
  1104. package/packages/icons/setting/index.js.gz +0 -0
  1105. package/packages/icons/setting/index.vue.d.ts +13 -10
  1106. package/packages/icons/shangchuan/index.js +2 -2
  1107. package/packages/icons/shangchuan/index.js.gz +0 -0
  1108. package/packages/icons/shangchuan/index.vue.d.ts +13 -10
  1109. package/packages/icons/shebei/index.js +2 -2
  1110. package/packages/icons/shebei/index.js.gz +0 -0
  1111. package/packages/icons/shebei/index.vue.d.ts +13 -10
  1112. package/packages/icons/shebeiqunzu/index.js +2 -2
  1113. package/packages/icons/shebeiqunzu/index.js.gz +0 -0
  1114. package/packages/icons/shebeiqunzu/index.vue.d.ts +13 -10
  1115. package/packages/icons/sheweimoren/index.js +2 -2
  1116. package/packages/icons/sheweimoren/index.js.gz +0 -0
  1117. package/packages/icons/sheweimoren/index.vue.d.ts +13 -10
  1118. package/packages/icons/shisuan/index.js +2 -2
  1119. package/packages/icons/shisuan/index.js.gz +0 -0
  1120. package/packages/icons/shisuan/index.vue.d.ts +13 -10
  1121. package/packages/icons/shitu-kapian/index.js +2 -2
  1122. package/packages/icons/shitu-kapian/index.js.gz +0 -0
  1123. package/packages/icons/shitu-kapian/index.vue.d.ts +13 -10
  1124. package/packages/icons/shitu-liebiao/index.js +2 -2
  1125. package/packages/icons/shitu-liebiao/index.vue.d.ts +13 -10
  1126. package/packages/icons/shitu-map/index.js +2 -2
  1127. package/packages/icons/shitu-map/index.js.gz +0 -0
  1128. package/packages/icons/shitu-map/index.vue.d.ts +13 -10
  1129. package/packages/icons/shortcut-keys/index.js +2 -2
  1130. package/packages/icons/shortcut-keys/index.js.gz +0 -0
  1131. package/packages/icons/shortcut-keys/index.vue.d.ts +13 -10
  1132. package/packages/icons/shoudongzhihang/index.js +2 -2
  1133. package/packages/icons/shoudongzhihang/index.js.gz +0 -0
  1134. package/packages/icons/shoudongzhihang/index.vue.d.ts +13 -10
  1135. package/packages/icons/shouqiliangcemianban/index.js +2 -2
  1136. package/packages/icons/shouqiliangcemianban/index.vue.d.ts +13 -10
  1137. package/packages/icons/shouqiyoucemianban/index.js +2 -2
  1138. package/packages/icons/shouqiyoucemianban/index.js.gz +0 -0
  1139. package/packages/icons/shouqiyoucemianban/index.vue.d.ts +13 -10
  1140. package/packages/icons/shouqiyoucemianban-1/index.js +2 -2
  1141. package/packages/icons/shouqiyoucemianban-1/index.js.gz +0 -0
  1142. package/packages/icons/shouqiyoucemianban-1/index.vue.d.ts +13 -10
  1143. package/packages/icons/shouqizuocemianban/index.js +2 -2
  1144. package/packages/icons/shouqizuocemianban/index.js.gz +0 -0
  1145. package/packages/icons/shouqizuocemianban/index.vue.d.ts +13 -10
  1146. package/packages/icons/shouqizuocemianban-1/index.js +2 -2
  1147. package/packages/icons/shouqizuocemianban-1/index.js.gz +0 -0
  1148. package/packages/icons/shouqizuocemianban-1/index.vue.d.ts +13 -10
  1149. package/packages/icons/shouquan/index.js +2 -2
  1150. package/packages/icons/shouquan/index.js.gz +0 -0
  1151. package/packages/icons/shouquan/index.vue.d.ts +13 -10
  1152. package/packages/icons/show/index.js +2 -2
  1153. package/packages/icons/show/index.js.gz +0 -0
  1154. package/packages/icons/show/index.vue.d.ts +13 -10
  1155. package/packages/icons/shrink/index.js +2 -2
  1156. package/packages/icons/shrink/index.js.gz +0 -0
  1157. package/packages/icons/shrink/index.vue.d.ts +13 -10
  1158. package/packages/icons/shuaxin/index.js +2 -2
  1159. package/packages/icons/shuaxin/index.js.gz +0 -0
  1160. package/packages/icons/shuaxin/index.vue.d.ts +13 -10
  1161. package/packages/icons/shuipingduiqi/index.js +2 -2
  1162. package/packages/icons/shuipingduiqi/index.js.gz +0 -0
  1163. package/packages/icons/shuipingduiqi/index.vue.d.ts +13 -10
  1164. package/packages/icons/shuipingjunfen/index.js +2 -2
  1165. package/packages/icons/shuipingjunfen/index.js.gz +0 -0
  1166. package/packages/icons/shuipingjunfen/index.vue.d.ts +13 -10
  1167. package/packages/icons/shuyoufanye/index.js +2 -2
  1168. package/packages/icons/shuyoufanye/index.js.gz +0 -0
  1169. package/packages/icons/shuyoufanye/index.vue.d.ts +13 -10
  1170. package/packages/icons/shuzuofanye/index.js +2 -2
  1171. package/packages/icons/shuzuofanye/index.js.gz +0 -0
  1172. package/packages/icons/shuzuofanye/index.vue.d.ts +13 -10
  1173. package/packages/icons/solid-filter/index.js +2 -2
  1174. package/packages/icons/solid-filter/index.js.gz +0 -0
  1175. package/packages/icons/solid-filter/index.vue.d.ts +13 -10
  1176. package/packages/icons/start/index.js +2 -2
  1177. package/packages/icons/start/index.js.gz +0 -0
  1178. package/packages/icons/start/index.vue.d.ts +13 -10
  1179. package/packages/icons/stop/index.js +2 -2
  1180. package/packages/icons/stop/index.js.gz +0 -0
  1181. package/packages/icons/stop/index.vue.d.ts +13 -10
  1182. package/packages/icons/structural-diagram/index.js +2 -2
  1183. package/packages/icons/structural-diagram/index.js.gz +0 -0
  1184. package/packages/icons/structural-diagram/index.vue.d.ts +13 -10
  1185. package/packages/icons/success/index.js +2 -2
  1186. package/packages/icons/success/index.vue.d.ts +13 -10
  1187. package/packages/icons/system/index.d.ts +1 -0
  1188. package/packages/icons/system/index.js +17 -0
  1189. package/packages/icons/system/index.js.gz +0 -0
  1190. package/packages/icons/system/index.vue.d.ts +19 -0
  1191. package/packages/icons/table-header-search/index.js +2 -2
  1192. package/packages/icons/table-header-search/index.js.gz +0 -0
  1193. package/packages/icons/table-header-search/index.vue.d.ts +13 -10
  1194. package/packages/icons/text/index.js +2 -2
  1195. package/packages/icons/text/index.js.gz +0 -0
  1196. package/packages/icons/text/index.vue.d.ts +13 -10
  1197. package/packages/icons/tick/index.js +2 -2
  1198. package/packages/icons/tick/index.js.gz +0 -0
  1199. package/packages/icons/tick/index.vue.d.ts +13 -10
  1200. package/packages/icons/tishixinxi/index.js +2 -2
  1201. package/packages/icons/tishixinxi/index.js.gz +0 -0
  1202. package/packages/icons/tishixinxi/index.vue.d.ts +13 -10
  1203. package/packages/icons/tongguo/index.js +2 -2
  1204. package/packages/icons/tongguo/index.js.gz +0 -0
  1205. package/packages/icons/tongguo/index.vue.d.ts +13 -10
  1206. package/packages/icons/tongzhi/index.js +2 -2
  1207. package/packages/icons/tongzhi/index.js.gz +0 -0
  1208. package/packages/icons/tongzhi/index.vue.d.ts +13 -10
  1209. package/packages/icons/tubiaoku/index.js +2 -2
  1210. package/packages/icons/tubiaoku/index.js.gz +0 -0
  1211. package/packages/icons/tubiaoku/index.vue.d.ts +13 -10
  1212. package/packages/icons/tuichuquanping/index.js +2 -2
  1213. package/packages/icons/tuichuquanping/index.js.gz +0 -0
  1214. package/packages/icons/tuichuquanping/index.vue.d.ts +13 -10
  1215. package/packages/icons/tuozhuai/index.js +2 -2
  1216. package/packages/icons/tuozhuai/index.js.gz +0 -0
  1217. package/packages/icons/tuozhuai/index.vue.d.ts +13 -10
  1218. package/packages/icons/underline/index.js +2 -2
  1219. package/packages/icons/underline/index.js.gz +0 -0
  1220. package/packages/icons/underline/index.vue.d.ts +13 -10
  1221. package/packages/icons/unflod/index.js +2 -2
  1222. package/packages/icons/unflod/index.js.gz +0 -0
  1223. package/packages/icons/unflod/index.vue.d.ts +13 -10
  1224. package/packages/icons/unlock/index.js +2 -2
  1225. package/packages/icons/unlock/index.js.gz +0 -0
  1226. package/packages/icons/unlock/index.vue.d.ts +13 -10
  1227. package/packages/icons/up/index.js +2 -2
  1228. package/packages/icons/up/index.js.gz +0 -0
  1229. package/packages/icons/up/index.vue.d.ts +13 -10
  1230. package/packages/icons/up-2/index.js +2 -2
  1231. package/packages/icons/up-2/index.js.gz +0 -0
  1232. package/packages/icons/up-2/index.vue.d.ts +13 -10
  1233. package/packages/icons/vauth/index.js +2 -2
  1234. package/packages/icons/vauth/index.js.gz +0 -0
  1235. package/packages/icons/vauth/index.vue.d.ts +13 -10
  1236. package/packages/icons/view/index.js +2 -2
  1237. package/packages/icons/view/index.js.gz +0 -0
  1238. package/packages/icons/view/index.vue.d.ts +13 -10
  1239. package/packages/icons/view-2/index.js +2 -2
  1240. package/packages/icons/view-2/index.js.gz +0 -0
  1241. package/packages/icons/view-2/index.vue.d.ts +13 -10
  1242. package/packages/icons/volume/index.js +2 -2
  1243. package/packages/icons/volume/index.js.gz +0 -0
  1244. package/packages/icons/volume/index.vue.d.ts +13 -10
  1245. package/packages/icons/wangge/index.js +2 -2
  1246. package/packages/icons/wangge/index.js.gz +0 -0
  1247. package/packages/icons/wangge/index.vue.d.ts +13 -10
  1248. package/packages/icons/wangge-1/index.js +2 -2
  1249. package/packages/icons/wangge-1/index.js.gz +0 -0
  1250. package/packages/icons/wangge-1/index.vue.d.ts +13 -10
  1251. package/packages/icons/warning/index.js +2 -2
  1252. package/packages/icons/warning/index.js.gz +0 -0
  1253. package/packages/icons/warning/index.vue.d.ts +13 -10
  1254. package/packages/icons/warning-face/index.js +2 -2
  1255. package/packages/icons/warning-face/index.js.gz +0 -0
  1256. package/packages/icons/warning-face/index.vue.d.ts +13 -10
  1257. package/packages/icons/wendujiang/index.js +2 -2
  1258. package/packages/icons/wendujiang/index.js.gz +0 -0
  1259. package/packages/icons/wendujiang/index.vue.d.ts +13 -10
  1260. package/packages/icons/wendusheng/index.js +2 -2
  1261. package/packages/icons/wendusheng/index.js.gz +0 -0
  1262. package/packages/icons/wendusheng/index.vue.d.ts +13 -10
  1263. package/packages/icons/withdraw/index.js +2 -2
  1264. package/packages/icons/withdraw/index.js.gz +0 -0
  1265. package/packages/icons/withdraw/index.vue.d.ts +13 -10
  1266. package/packages/icons/xiala/index.js +2 -2
  1267. package/packages/icons/xiala/index.vue.d.ts +13 -10
  1268. package/packages/icons/xiazai/index.js +2 -2
  1269. package/packages/icons/xiazai/index.js.gz +0 -0
  1270. package/packages/icons/xiazai/index.vue.d.ts +13 -10
  1271. package/packages/icons/xinzengtongji/index.js +2 -2
  1272. package/packages/icons/xinzengtongji/index.js.gz +0 -0
  1273. package/packages/icons/xinzengtongji/index.vue.d.ts +13 -10
  1274. package/packages/icons/xuanzhuanjiaodu/index.js +2 -2
  1275. package/packages/icons/xuanzhuanjiaodu/index.js.gz +0 -0
  1276. package/packages/icons/xuanzhuanjiaodu/index.vue.d.ts +13 -10
  1277. package/packages/icons/yidongduan/index.js +2 -2
  1278. package/packages/icons/yidongduan/index.js.gz +0 -0
  1279. package/packages/icons/yidongduan/index.vue.d.ts +13 -10
  1280. package/packages/icons/yincang/index.js +2 -2
  1281. package/packages/icons/yincang/index.js.gz +0 -0
  1282. package/packages/icons/yincang/index.vue.d.ts +13 -10
  1283. package/packages/icons/yingpian/index.js +2 -2
  1284. package/packages/icons/yingpian/index.js.gz +0 -0
  1285. package/packages/icons/yingpian/index.vue.d.ts +13 -10
  1286. package/packages/icons/yitushoutu/index.js +2 -2
  1287. package/packages/icons/yitushoutu/index.js.gz +0 -0
  1288. package/packages/icons/yitushoutu/index.vue.d.ts +13 -10
  1289. package/packages/icons/yuanxinghuizhi/index.js +2 -2
  1290. package/packages/icons/yuanxinghuizhi/index.js.gz +0 -0
  1291. package/packages/icons/yuanxinghuizhi/index.vue.d.ts +13 -10
  1292. package/packages/icons/yulan-2/index.js +2 -2
  1293. package/packages/icons/yulan-2/index.js.gz +0 -0
  1294. package/packages/icons/yulan-2/index.vue.d.ts +13 -10
  1295. package/packages/icons/zhangaiwu/index.js +2 -2
  1296. package/packages/icons/zhangaiwu/index.js.gz +0 -0
  1297. package/packages/icons/zhangaiwu/index.vue.d.ts +13 -10
  1298. package/packages/icons/zhizhen/index.js +2 -2
  1299. package/packages/icons/zhizhen/index.js.gz +0 -0
  1300. package/packages/icons/zhizhen/index.vue.d.ts +13 -10
  1301. package/packages/icons/zhuomianduan/index.js +2 -2
  1302. package/packages/icons/zhuomianduan/index.js.gz +0 -0
  1303. package/packages/icons/zhuomianduan/index.vue.d.ts +13 -10
  1304. package/packages/icons/zidingyihuizhi/index.js +2 -2
  1305. package/packages/icons/zidingyihuizhi/index.js.gz +0 -0
  1306. package/packages/icons/zidingyihuizhi/index.vue.d.ts +13 -10
  1307. package/packages/icons/zuobiao/index.js +2 -2
  1308. package/packages/icons/zuobiao/index.js.gz +0 -0
  1309. package/packages/icons/zuobiao/index.vue.d.ts +13 -10
  1310. package/i18n-collection/en.js +0 -536
  1311. package/i18n-collection/zh-CN.js +0 -537
@@ -1,101 +1,127 @@
1
1
  import '@das-fed/ui/packages/business-components/process-form/style.css';
2
2
  import { withInstall as pt } from "@das-fed/utils/with-install/index";
3
- import { ref as l, defineComponent as A, watch as M, openBlock as S, createBlock as P, unref as a, withCtx as $, createVNode as L, createCommentVNode as j, createElementVNode as Ne, createElementBlock as C, Fragment as H, createTextVNode as X, toDisplayString as ee, isRef as fe, createSlots as dt, h as ie, renderList as oe, resolveDynamicComponent as De, onMounted as gt, withDirectives as ct, normalizeStyle as vt } from "vue";
4
- import { DasFormRef as mt, DasForm as je } from "@das-fed/ui/packages/components/form/index";
5
- import { DasButton as ft } from "@das-fed/ui/packages/components/button/index";
3
+ import { ref as i, nextTick as dt, defineComponent as K, watch as z, createBlock as P, createCommentVNode as O, openBlock as V, unref as a, withCtx as R, createVNode as N, createElementVNode as je, createElementBlock as x, Fragment as X, createTextVNode as ae, toDisplayString as ne, isRef as fe, createSlots as ct, h as ie, renderList as re, resolveDynamicComponent as ce, onMounted as gt, withDirectives as mt, normalizeStyle as vt } from "vue";
4
+ import { DasFormRef as ft, DasForm as Ie } from "@das-fed/ui/packages/components/form/index";
5
+ import { DasButton as ht } from "@das-fed/ui/packages/components/button/index";
6
6
  import { vOverlay as yt } from "@das-fed/ui/packages/components/overlay/index";
7
- import { createService as J } from "@das-fed/utils/create-api-service";
8
- import { DasUpload as ht } from "@das-fed/ui/packages/components/upload/index";
9
- import { DasFormItem as z } from "@das-fed/ui/packages/components/form-item/index";
10
- import { DasAutocomplete as bt } from "@das-fed/ui/packages/components/autocomplete/index";
11
- import ce from "dayjs";
12
- import { DasImageViewer as Ee } from "@das-fed/ui/packages/components/image-viewer/index";
13
- import { DasInput as _t } from "@das-fed/ui/packages/components/input/index";
14
- import { DasTooltip as Oe } from "@das-fed/ui/packages/components/tooltip/index";
15
- import { i18n as E, t as D } from "@das-fed/web/packages/i18n/index";
16
- import { DasTableColumn as q } from "@das-fed/ui/packages/components/table/index";
17
- import { DasSearchForm as wt } from "@das-fed/ui/packages/components/search-form/index";
7
+ import { createService as Z } from "@das-fed/utils/create-api-service";
8
+ import { DasUpload as bt } from "@das-fed/ui/packages/components/upload/index";
9
+ import { DasFormItem as A } from "@das-fed/ui/packages/components/form-item/index";
10
+ import { DasAutocomplete as _t } from "@das-fed/ui/packages/components/autocomplete/index";
11
+ import me from "dayjs";
12
+ import { DasImageViewer as Be } from "@das-fed/ui/packages/components/image-viewer/index";
13
+ import { DasInput as wt } from "@das-fed/ui/packages/components/input/index";
14
+ import { DasTooltip as De } from "@das-fed/ui/packages/components/tooltip/index";
15
+ import { i18n as E, t as _, setI18nRule as Ct } from "@das-fed/web/packages/i18n/index";
16
+ import { DasTableColumn as I } from "@das-fed/ui/packages/components/table/index";
17
+ import { DasSearchForm as Dt } from "@das-fed/ui/packages/components/search-form/index";
18
18
  import { DasModelTableDialog as Vt } from "@das-fed/ui/packages/business-components/model-table-dialog";
19
- import { getProjectInfo as Qe } from "@das-fed/utils/common-info";
20
- import { getConfig as Dt } from "@das-fed/utils/config";
21
- import { DasRichEditor as Ae } from "@das-fed/ui/packages/components/rich-editor/index";
22
- import { DasCollaspe as ze } from "@das-fed/ui/packages/components/collaspe/index";
23
- import { DasCollaspePanel as Ue } from "@das-fed/ui/packages/components/collapse-panel/index";
24
- const Z = "v1", St = J(`/workflow/form/form/${Z}`), Lt = J(`/workflow/form/formDef/${Z}`);
25
- J(`/workflow/api/user/${Z}`);
26
- const Ce = J(`/workflow/api/extend/${Z}`), Mt = J(`/workflow/flow/def/${Z}`), kt = J(`/workflow/form/customQuery/${Z}`), te = J(`/api/enterpriseright/permission/${Z}`), Se = J(`/api/space-manage/space-tree/${Z}`), Le = J(`/api/supply/supplier/${Z}`), Tt = J(`/api/warehouse/vms/${Z}/asset-receive`), Rt = St.get("/formDesign"), $t = Lt.get("/get"), Ft = Ce.get("/report-config");
27
- Ce.get("/application-report");
28
- const It = Mt.get("/getBindRelationByDefKey"), qt = kt.get("/getByAlias"), Pt = te.get("/organization/authTree"), jt = te.post("/user/list"), Bt = te.post("/data/user-query"), Kt = te.get("/role/list"), Nt = te.post("/data/role-ids"), Et = te.get("/organization/organizationpage"), Ot = te.get("/station/list"), Qt = te.get("/position/list"), ye = te.post("/organization/detailbyids"), At = Se.get("/controller/area-children"), zt = Se.get("/controller/fuzzy-tree-all"), Ut = Se.get("/controller/space"), Ct = Le.post("/supplier/list/page", (s) => {
19
+ import { getProjectInfo as Ee } from "@das-fed/utils/common-info";
20
+ import { getConfig as kt } from "@das-fed/utils/config";
21
+ import { DasRichEditor as Ke } from "@das-fed/ui/packages/components/rich-editor/index";
22
+ import { DasCollaspe as Ae } from "@das-fed/ui/packages/components/collaspe/index";
23
+ import { DasCollaspePanel as Qe } from "@das-fed/ui/packages/components/collapse-panel/index";
24
+ const te = "v1", St = Z(`/workflow/form/form/${te}`), Nt = Z(`/workflow/form/formDef/${te}`);
25
+ Z(`/workflow/api/user/${te}`);
26
+ const Ue = Z(`/workflow/api/extend/${te}`), Lt = Z(`/workflow/flow/def/${te}`), zt = Z(`/workflow/form/customQuery/${te}`), oe = Z(`/api/enterpriseright/permission/${te}`), Ve = Z(`/api/space-manage/space-tree/${te}`), Mt = Z(`/workflow/form/dataTemplate/${te}`), ke = Z(`/api/supply/supplier/${te}`), Tt = Z(`/api/warehouse/vms/${te}/asset-receive`), Rt = Mt.get("/getBpmDataTemplateInfoByFlowKey"), $t = St.get("/formDesign"), Pt = Nt.get("/get"), Ft = Ue.get("/report-config");
27
+ Ue.get("/application-report");
28
+ const It = Lt.get("/getBindRelationByDefKey"), qt = zt.get("/getByAlias"), Ot = oe.get("/organization/authTree"), jt = oe.post("/user/list"), Bt = oe.post("/data/user-query"), Et = oe.get("/role/list"), Kt = oe.post("/data/role-ids"), At = oe.get("/organization/organizationpage"), Qt = oe.get("/station/list"), Ut = oe.get("/position/list"), he = oe.post("/organization/detailbyids"), xt = Ve.get("/controller/area-children"), Yt = Ve.get("/controller/fuzzy-tree-all"), Jt = Ve.get("/controller/space"), Ht = ke.post("/supplier/list/page", (o) => {
29
29
  var e, t;
30
- return s.data.pageBean = {
31
- page: ((e = s == null ? void 0 : s.data) == null ? void 0 : e.pageIndex) || 1,
32
- pageSize: ((t = s == null ? void 0 : s.data) == null ? void 0 : t.pageSize) || 20
33
- }, s;
34
- }), xt = Le.get("/supplier"), Yt = Le.post("/classification/list/all"), Jt = Tt.get("/receive-code"), he = l(""), Wt = (s, e, t) => {
35
- const { setDetailData: n, getFormData: c, setFormData: i, formRule: b, showData: V, disabledData: r } = t, y = l([]), d = l([]), f = l([]), g = l(!1), o = mt(), h = l([]), u = (_) => Object.keys(_).length === 0, v = async (_) => {
36
- const [w, k] = await Rt({ formId: _ }).run();
37
- if (w) return;
38
- const N = JSON.parse(k.bos);
39
- he.value = N[0].alias, d.value.length && d.value.forEach((R) => {
40
- R.formKey === k.formKey && i(k.formKey, he.value, R.id);
30
+ return o.data.pageBean = {
31
+ page: ((e = o == null ? void 0 : o.data) == null ? void 0 : e.pageIndex) || 1,
32
+ pageSize: ((t = o == null ? void 0 : o.data) == null ? void 0 : t.pageSize) || 20
33
+ }, o;
34
+ }), Wt = ke.get("/supplier"), Zt = ke.post("/classification/list/all"), Gt = Tt.get("/receive-code"), ye = i(""), Xt = (o, e, t) => {
35
+ const { setDetailData: l, getFormData: p, setFormData: u, formRule: f, showData: w, disabledData: n, encryptionData: s } = t, m = i([]), v = i([]), g = i([]), d = i(!1), C = ft(), c = i([]), b = (k) => Object.keys(k).length === 0, r = async (k) => {
36
+ const [B, F] = await $t({ formId: k }).run();
37
+ if (B) return;
38
+ const ee = JSON.parse(F.bos);
39
+ ye.value = ee[0].alias, v.value.length && v.value.forEach((W) => {
40
+ W.formKey === F.formKey && u(F.formKey, ye.value, W.id);
41
41
  });
42
- const [O, G] = await $t({ formDefId: k.defId }).run();
43
- f.value = JSON.parse(G.value.expand).list, f.value.forEach((R) => {
44
- R.columns && R.columns[0].isOpen && h.value.push(R.columns[0].idKey);
45
- }), r.value = { ...r.value, ...s.disabledData }, d.value.length || i(k.formKey, he.value), u(s.data) && (g.value = !0), u(s.data) || (n(s.data), s.flowKey && (y.value = s.data.button_list ? JSON.parse(s.data.button_list) : []), g.value = !0), setTimeout(() => {
46
- V.value = { ...V.value, ...s.showData };
42
+ const [G, se] = await Pt({ formDefId: F.defId }).run();
43
+ await D(), g.value = JSON.parse(se.value.expand).list, g.value.forEach((W) => {
44
+ W.columns && W.columns[0].isOpen && c.value.push(W.key);
45
+ }), n.value = { ...n.value, ...o.disabledData }, v.value.length || u(F.formKey, ye.value), setTimeout(() => {
46
+ w.value = { ...w.value, ...o.showData }, b(o.data) && (d.value = !0), b(o.data) || (l(o.data), o.flowKey && (m.value = o.data.button_list ? JSON.parse(o.data.button_list) : []), d.value = !0);
47
47
  }, 50);
48
- };
48
+ }, h = async () => {
49
+ if (o.formConfigurationId) {
50
+ const [k, B] = await Ft({ id: o.formConfigurationId }).run();
51
+ if (k) return;
52
+ v.value = B.reports, m.value = B.reports[0].buttons.filter((F) => !(o.isView && F.event !== "LINK")), r(B.reports[0].formId);
53
+ }
54
+ if (o.flowKey) {
55
+ const [k, B] = await It({ flowKey: o.flowKey }).run();
56
+ if (k) return;
57
+ r(B.pcForm.pcFormId);
58
+ }
59
+ }, D = async () => {
60
+ var F, ee, G, se;
61
+ if (!o.flowKey) return;
62
+ const [k, B] = await Rt().run({
63
+ flowKey: o.flowKey,
64
+ needDisplayFileds: !1
65
+ });
66
+ s.value = ((se = (G = (ee = (F = B == null ? void 0 : B.value) == null ? void 0 : F.boDef) == null ? void 0 : ee.boEnt) == null ? void 0 : G.attributeList) == null ? void 0 : se.filter((W) => W.encryption == "phone")) || [];
67
+ }, y = i({}), T = (k, B) => {
68
+ const { key: F } = B;
69
+ y.value[F] || (y.value[F] = k);
70
+ }, j = async () => (g.value.forEach((k) => {
71
+ k.columns && c.value.push(k.key);
72
+ }), await dt(), new Promise((k, B) => {
73
+ let F = !0;
74
+ for (const ee in y.value)
75
+ y.value[ee].validate((G) => {
76
+ G == !1 && (F = !1);
77
+ });
78
+ setTimeout(() => {
79
+ k({
80
+ result: F,
81
+ data: p()
82
+ });
83
+ }, 50);
84
+ }));
49
85
  return {
50
- isShowPage: g,
51
- formJsonList: f,
52
- btnList: y,
53
- formRef: o,
54
- activityKeys: h,
55
- getForm: v,
56
- getBtnSet: async () => {
57
- if (s.formConfigurationId) {
58
- const [_, w] = await Ft({ id: s.formConfigurationId }).run();
59
- if (_) return;
60
- d.value = w.reports, y.value = w.reports[0].buttons.filter((k) => !(s.isView && k.event !== "LINK")), v(w.reports[0].formId);
61
- }
62
- if (s.flowKey) {
63
- const [_, w] = await It({ flowKey: s.flowKey }).run();
64
- if (_) return;
65
- v(w.pcForm.pcFormId);
66
- }
86
+ isShowPage: d,
87
+ formJsonList: g,
88
+ btnList: m,
89
+ formRef: C,
90
+ activityKeys: c,
91
+ getForm: r,
92
+ getBtnSet: h,
93
+ handleClick: async (k) => {
94
+ let { result: B } = await j();
95
+ B && (e("handleClick", k, p()), k.event === "LINK" && v.value.forEach((F) => {
96
+ k.eventTarget === F.formKey && (m.value = F.buttons.filter((ee) => !(o.isView && ee.event !== "LINK")), d.value = !1, f.value = {}, r(F.formId));
97
+ }));
67
98
  },
68
- handleClick: (_) => {
69
- var w;
70
- (w = o.value) == null || w.validate(async (k) => {
71
- k && (e("handleClick", _, c()), _.event === "LINK" && d.value.forEach((N) => {
72
- _.eventTarget === N.formKey && (y.value = N.buttons.filter((O) => !(s.isView && O.event !== "LINK")), g.value = !1, b.value = {}, v(N.formId));
73
- }));
74
- });
75
- }
99
+ validateFormData: j,
100
+ getFormRef: T
76
101
  };
77
- }, x = (s) => {
78
- var e = new RegExp("<.+?>", "g"), t = s.replace(e, "").replace(/&nbsp;/g, "");
102
+ }, Y = (o) => {
103
+ var e = new RegExp("<.+?>", "g"), t = o.replace(e, "").replace(/&nbsp;/g, "");
79
104
  return t;
80
- }, ne = async (s, e, t = {}) => {
81
- const [n, c] = await qt({ alias: s }).run();
82
- if (!n && c.url) {
83
- const i = l({});
84
- e.forEach((y) => {
85
- y.defaultType == 2 && (i.value[y.field] = y.defaultValue);
86
- }), i.value = { ...i.value, ...t };
87
- const b = c.requestType === "POST" ? J(c.url).post("") : J(c.url).get(""), [V, r] = await b({}, { params: i.value }).run();
88
- return V ? void 0 : r;
105
+ }, le = async (o, e, t = {}) => {
106
+ const [l, p] = await qt({ alias: o }).run();
107
+ if (!l && p.url) {
108
+ typeof e == "string" && (e = JSON.parse(e));
109
+ const u = i({});
110
+ e.forEach((s) => {
111
+ s.defaultType == 2 && (u.value[s.field] = s.defaultValue);
112
+ }), u.value = { ...u.value, ...t };
113
+ const f = p.requestType === "POST" ? Z(p.url).post("") : Z(p.url).get(""), [w, n] = await f({}, { params: u.value }).run();
114
+ return w ? void 0 : n;
89
115
  }
90
- }, Y = async (s) => {
91
- const e = l(!1);
92
- return s.forEach((t) => {
116
+ }, H = async (o) => {
117
+ const e = i(!1);
118
+ return o.forEach((t) => {
93
119
  t.key === "required" && (e.value = !0);
94
120
  }), e.value;
95
- }, Ht = {
121
+ }, ea = {
96
122
  name: "attachment"
97
- }, Zt = /* @__PURE__ */ A({
98
- ...Ht,
123
+ }, ta = /* @__PURE__ */ K({
124
+ ...ea,
99
125
  props: {
100
126
  setting: { default: () => ({
101
127
  icon: "",
@@ -104,50 +130,48 @@ const It = Mt.get("/getBindRelationByDefKey"), qt = kt.get("/getByAlias"), Pt =
104
130
  desc: "",
105
131
  options: {}
106
132
  }) },
107
- span: { default: 6 },
133
+ span: { default: 24 },
108
134
  isView: { type: Boolean },
109
135
  marginRight: {},
110
136
  store: {}
111
137
  },
112
- setup(s) {
113
- const e = s, { showData: t, disabledData: n, setData: c, getData: i, setFormRule: b, deleteRule: V } = e.store || {}, r = l(!0);
114
- !t.value[e.setting.name] && t.value[e.setting.name] != !1 && (t.value[e.setting.name] = !0), M(
138
+ setup(o) {
139
+ const e = o, { showData: t, disabledData: l, setData: p, getData: u, setFormRule: f, deleteRule: w } = e.store || {}, n = i([]), s = i(!0);
140
+ !t.value[e.setting.name] && t.value[e.setting.name] != !1 && (t.value[e.setting.name] = !0), z(
115
141
  () => t.value,
116
142
  () => {
117
- r.value = t.value[e.setting.name], r.value || (d.value = [], V(e.setting.name)), r.value && e.setting.options.validateList.length && b(e.setting.name, e.setting.options.validateList);
143
+ s.value = t.value[e.setting.name], s.value || (n.value = [], w(e.setting.name)), s.value && e.setting.options.validateList.length && f(e.setting.name, e.setting.options.validateList);
118
144
  },
119
- { deep: !0 }
145
+ { deep: !0, immediate: !0 }
120
146
  );
121
- const y = l();
122
- e.setting.options.tip && (y.value = x(e.setting.options.tip));
123
- const d = l([{ name: "111", sizeText: "9.4KB" }]);
124
- return d.value || c(e.setting.name, null), M(d, (f) => {
125
- c(e.setting.name, JSON.stringify(f));
126
- }), (f, g) => r.value ? (S(), P(a(z), {
147
+ const m = i();
148
+ return e.setting.options.tip && (m.value = Y(e.setting.options.tip)), n.value || p(e.setting.name, null), z(n, (v) => {
149
+ p(e.setting.name, JSON.stringify(v));
150
+ }), (v, g) => s.value ? (V(), P(a(A), {
127
151
  key: 0,
128
152
  col: e.span,
129
- label: f.setting.desc,
153
+ label: v.setting.desc,
130
154
  type: "custom",
131
- helpMessage: y.value
155
+ helpMessage: m.value
132
156
  }, {
133
- default: $(() => [
134
- L(a(ht), {
157
+ default: R(() => [
158
+ N(a(bt), {
135
159
  style: { width: "100%" },
136
- modelValue: d.value,
137
- "onUpdate:modelValue": g[0] || (g[0] = (o) => d.value = o)
160
+ modelValue: n.value,
161
+ "onUpdate:modelValue": g[0] || (g[0] = (d) => n.value = d)
138
162
  }, null, 8, ["modelValue"])
139
163
  ]),
140
164
  _: 1
141
165
  /* STABLE */
142
- }, 8, ["col", "label", "helpMessage"])) : j("v-if", !0);
166
+ }, 8, ["col", "label", "helpMessage"])) : O("v-if", !0);
143
167
  }
144
168
  }), xe = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
145
169
  __proto__: null,
146
- default: Zt
147
- }, Symbol.toStringTag, { value: "Module" })), Gt = {
170
+ default: ta
171
+ }, Symbol.toStringTag, { value: "Module" })), aa = {
148
172
  name: "autocomplete"
149
- }, Xt = /* @__PURE__ */ A({
150
- ...Gt,
173
+ }, na = /* @__PURE__ */ K({
174
+ ...aa,
151
175
  props: {
152
176
  setting: { default: () => ({
153
177
  icon: "",
@@ -156,69 +180,67 @@ const It = Mt.get("/getBindRelationByDefKey"), qt = kt.get("/getByAlias"), Pt =
156
180
  desc: "",
157
181
  options: {}
158
182
  }) },
159
- span: { default: 6 },
183
+ span: { default: 24 },
160
184
  isView: { type: Boolean },
161
185
  marginRight: {},
162
186
  store: {}
163
187
  },
164
- setup(s) {
165
- const e = s, { showData: t, disabledData: n, setData: c, getData: i, setFormRule: b, deleteRule: V } = e.store || {}, r = l(!0);
166
- !t.value[e.setting.name] && t.value[e.setting.name] != !1 && (t.value[e.setting.name] = !0), M(
188
+ setup(o) {
189
+ const e = o, { showData: t, disabledData: l, setData: p, getData: u, setFormRule: f, deleteRule: w } = e.store || {}, n = i(""), s = i(!0);
190
+ !t.value[e.setting.name] && t.value[e.setting.name] != !1 && (t.value[e.setting.name] = !0), z(
167
191
  () => t.value,
168
192
  () => {
169
- r.value = t.value[e.setting.name], r.value || (v.value = "", V(e.setting.name)), r.value && e.setting.options.validateList.length && b(e.setting.name, e.setting.options.validateList);
193
+ s.value = t.value[e.setting.name], s.value || (n.value = "", w(e.setting.name)), s.value && e.setting.options.validateList.length && f(e.setting.name, e.setting.options.validateList);
170
194
  },
171
- { deep: !0 }
195
+ { deep: !0, immediate: !0 }
172
196
  );
173
- const y = n.value[e.setting.name] || !1, d = l(!1);
174
- Y(e.setting.options.validateList).then((m) => {
175
- d.value = m;
197
+ const m = l.value[e.setting.name] || !1, v = i(!1);
198
+ H(e.setting.options.validateList).then((r) => {
199
+ v.value = r;
176
200
  });
177
- const f = e.setting.options.customQuery.valueBind ? e.setting.options.customQuery.valueBind : "value", g = e.setting.options.children ? e.setting.options.children : "children", o = !!e.setting.options.fillInFullPath, h = l([]);
178
- e.setting.options.customQuery.alias ? ne(e.setting.options.customQuery.alias, e.setting.options.customQuery.conditionfield).then((m) => {
179
- h.value = m;
180
- }) : h.value = e.setting.options.options;
181
- const u = l();
182
- e.setting.options.tip && (u.value = x(e.setting.options.tip));
183
- const v = l("");
184
- return v.value = i(e.setting.name) || v.value, v.value || c(e.setting.name, null), e.setting.options.validateList.length && b(e.setting.name, e.setting.options.validateList), M(v, (m) => {
185
- c(e.setting.name, m.toString());
186
- }), (m, p) => r.value ? (S(), P(a(z), {
201
+ const g = e.setting.options.customQuery.valueBind ? e.setting.options.customQuery.valueBind : "value", d = e.setting.options.children ? e.setting.options.children : "children", C = !!e.setting.options.fillInFullPath, c = i([]);
202
+ e.setting.options.customQuery.alias ? le(e.setting.options.customQuery.alias, e.setting.options.customQuery.conditionfield).then((r) => {
203
+ c.value = r;
204
+ }) : c.value = e.setting.options.options;
205
+ const b = i();
206
+ return e.setting.options.tip && (b.value = Y(e.setting.options.tip)), n.value = u(e.setting.name) || n.value, n.value || p(e.setting.name, null), e.setting.options.validateList.length && f(e.setting.name, e.setting.options.validateList), z(n, (r) => {
207
+ p(e.setting.name, r.toString());
208
+ }), (r, h) => s.value ? (V(), P(a(A), {
187
209
  key: 0,
188
210
  col: e.span,
189
211
  prop: e.setting.name,
190
- modelValue: v.value,
191
- "onUpdate:modelValue": p[1] || (p[1] = (_) => v.value = _),
192
- label: m.setting.desc,
212
+ modelValue: n.value,
213
+ "onUpdate:modelValue": h[1] || (h[1] = (D) => n.value = D),
214
+ label: r.setting.desc,
193
215
  type: "custom",
194
- helpMessage: u.value,
195
- required: d.value,
196
- disabled: a(y)
216
+ helpMessage: b.value,
217
+ required: v.value,
218
+ disabled: a(m)
197
219
  }, {
198
- default: $(() => [
199
- L(a(bt), {
200
- modelValue: v.value,
201
- "onUpdate:modelValue": p[0] || (p[0] = (_) => v.value = _),
202
- options: h.value,
220
+ default: R(() => [
221
+ N(a(_t), {
222
+ modelValue: n.value,
223
+ "onUpdate:modelValue": h[0] || (h[0] = (D) => n.value = D),
224
+ options: c.value,
203
225
  isView: e.isView,
204
226
  width: "100%",
205
- fieldNames: { label: a(f), children: a(g) },
206
- showFullPath: a(o),
207
- placeholder: m.setting.options.placeholder,
227
+ fieldNames: { label: a(g), children: a(d) },
228
+ showFullPath: a(C),
229
+ placeholder: r.setting.options.placeholder,
208
230
  clearable: ""
209
231
  }, null, 8, ["modelValue", "options", "isView", "fieldNames", "showFullPath", "placeholder"])
210
232
  ]),
211
233
  _: 1
212
234
  /* STABLE */
213
- }, 8, ["col", "prop", "modelValue", "label", "helpMessage", "required", "disabled"])) : j("v-if", !0);
235
+ }, 8, ["col", "prop", "modelValue", "label", "helpMessage", "required", "disabled"])) : O("v-if", !0);
214
236
  }
215
237
  }), Ye = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
216
238
  __proto__: null,
217
- default: Xt
218
- }, Symbol.toStringTag, { value: "Module" })), ea = {
239
+ default: na
240
+ }, Symbol.toStringTag, { value: "Module" })), sa = {
219
241
  name: "checkbox"
220
- }, ta = /* @__PURE__ */ A({
221
- ...ea,
242
+ }, oa = /* @__PURE__ */ K({
243
+ ...sa,
222
244
  props: {
223
245
  setting: { default: () => ({
224
246
  icon: "",
@@ -227,60 +249,58 @@ const It = Mt.get("/getBindRelationByDefKey"), qt = kt.get("/getByAlias"), Pt =
227
249
  desc: "",
228
250
  options: {}
229
251
  }) },
230
- span: { default: 6 },
252
+ span: { default: 24 },
231
253
  isView: { type: Boolean },
232
254
  marginRight: {},
233
255
  store: {}
234
256
  },
235
- setup(s) {
236
- const e = s, { showData: t, disabledData: n, setData: c, getData: i, setFormRule: b, deleteRule: V } = e.store || {}, r = l(!0);
237
- !t.value[e.setting.name] && t.value[e.setting.name] != !1 && (t.value[e.setting.name] = !0), M(
257
+ setup(o) {
258
+ const e = o, { showData: t, disabledData: l, setData: p, getData: u, setFormRule: f, deleteRule: w } = e.store || {}, n = i([]), s = i(!0);
259
+ !t.value[e.setting.name] && t.value[e.setting.name] != !1 && (t.value[e.setting.name] = !0), z(
238
260
  () => t.value,
239
261
  () => {
240
- r.value = t.value[e.setting.name], r.value || (u.value = [], V(e.setting.name)), r.value && e.setting.options.validateList.length && b(e.setting.name, e.setting.options.validateList);
262
+ s.value = t.value[e.setting.name], s.value || (n.value = [], w(e.setting.name)), s.value && e.setting.options.validateList.length && f(e.setting.name, e.setting.options.validateList);
241
263
  },
242
- { deep: !0 }
264
+ { deep: !0, immediate: !0 }
243
265
  );
244
- const y = n.value[e.setting.name] || !1, d = l(!1);
245
- Y(e.setting.options.validateList).then((v) => {
246
- d.value = v;
266
+ const m = l.value[e.setting.name] || !1, v = i(!1);
267
+ H(e.setting.options.validateList).then((b) => {
268
+ v.value = b;
247
269
  });
248
- const f = e.setting.options.customQuery.valueBind ? e.setting.options.customQuery.valueBind : "key", g = e.setting.options.customQuery.labelBind ? e.setting.options.customQuery.labelBind : "value", o = l([]);
249
- e.setting.options.customQuery.alias ? ne(e.setting.options.customQuery.alias, e.setting.options.customQuery.conditionfield).then((v) => {
250
- o.value = v;
251
- }) : o.value = e.setting.options.options;
252
- const h = l();
253
- e.setting.options.tip && (h.value = x(e.setting.options.tip)());
254
- const u = l([]);
255
- return setTimeout(() => {
256
- i(e.setting.name) && (u.value = i(e.setting.name).split(",")), e.setting.options.formulasDiyJs && (u.value = e.setting.options.formulasDiyJs.split(",")), u.value.length || u.value || c(e.setting.name, null);
257
- }, 50), e.setting.options.validateList.length && b(e.setting.name, e.setting.options.validateList), M(u, (v) => {
258
- c(e.setting.name, v.toString());
259
- }), (v, m) => r.value ? (S(), P(a(z), {
270
+ const g = e.setting.options.customQuery.valueBind ? e.setting.options.customQuery.valueBind : "key", d = e.setting.options.customQuery.labelBind ? e.setting.options.customQuery.labelBind : "value", C = i([]);
271
+ e.setting.options.customQuery.alias ? le(e.setting.options.customQuery.alias, e.setting.options.customQuery.conditionfield).then((b) => {
272
+ C.value = b;
273
+ }) : C.value = e.setting.options.options;
274
+ const c = i();
275
+ return e.setting.options.tip && (c.value = Y(e.setting.options.tip)()), setTimeout(() => {
276
+ u(e.setting.name) && (n.value = u(e.setting.name).split(",")), e.setting.options.formulasDiyJs && (n.value = e.setting.options.formulasDiyJs.split(",")), n.value.length || n.value || p(e.setting.name, null);
277
+ }, 50), e.setting.options.validateList.length && f(e.setting.name, e.setting.options.validateList), z(n, (b) => {
278
+ p(e.setting.name, b.toString());
279
+ }), (b, r) => s.value ? (V(), P(a(A), {
260
280
  key: 0,
261
281
  col: e.span,
262
- modelValue: u.value,
263
- "onUpdate:modelValue": m[0] || (m[0] = (p) => u.value = p),
264
- layout: v.setting.options.inline ? "vertical" : "default",
265
- label: v.setting.desc,
282
+ modelValue: n.value,
283
+ "onUpdate:modelValue": r[0] || (r[0] = (h) => n.value = h),
284
+ layout: b.setting.options.inline ? "vertical" : "default",
285
+ label: b.setting.desc,
266
286
  prop: e.setting.name,
267
287
  type: "checkbox",
268
- options: o.value,
288
+ options: C.value,
269
289
  isView: e.isView,
270
- disabled: a(y),
271
- optionsValueKey: a(f),
272
- optionsLabelKey: a(g),
273
- helpMessage: h.value,
274
- required: d.value
275
- }, null, 8, ["col", "modelValue", "layout", "label", "prop", "options", "isView", "disabled", "optionsValueKey", "optionsLabelKey", "helpMessage", "required"])) : j("v-if", !0);
290
+ disabled: a(m),
291
+ optionsValueKey: a(g),
292
+ optionsLabelKey: a(d),
293
+ helpMessage: c.value,
294
+ required: v.value
295
+ }, null, 8, ["col", "modelValue", "layout", "label", "prop", "options", "isView", "disabled", "optionsValueKey", "optionsLabelKey", "helpMessage", "required"])) : O("v-if", !0);
276
296
  }
277
297
  }), Je = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
278
298
  __proto__: null,
279
- default: ta
280
- }, Symbol.toStringTag, { value: "Module" })), aa = {
299
+ default: oa
300
+ }, Symbol.toStringTag, { value: "Module" })), la = {
281
301
  name: "date"
282
- }, sa = /* @__PURE__ */ A({
283
- ...aa,
302
+ }, ia = /* @__PURE__ */ K({
303
+ ...la,
284
304
  props: {
285
305
  setting: { default: () => ({
286
306
  icon: "",
@@ -289,62 +309,60 @@ const It = Mt.get("/getBindRelationByDefKey"), qt = kt.get("/getByAlias"), Pt =
289
309
  desc: "",
290
310
  options: {}
291
311
  }) },
292
- span: { default: 6 },
312
+ span: { default: 24 },
293
313
  isView: { type: Boolean },
294
314
  marginRight: {},
295
315
  store: {}
296
316
  },
297
- setup(s) {
298
- const e = s, { showData: t, disabledData: n, setData: c, getData: i, setFormRule: b, deleteRule: V } = e.store || {}, r = l(!0);
299
- !t.value[e.setting.name] && t.value[e.setting.name] != !1 && (t.value[e.setting.name] = !0), M(
317
+ setup(o) {
318
+ const e = o, { showData: t, disabledData: l, setData: p, getData: u, setFormRule: f, deleteRule: w } = e.store || {}, n = i(), s = i(!0);
319
+ !t.value[e.setting.name] && t.value[e.setting.name] != !1 && (t.value[e.setting.name] = !0), z(
300
320
  () => t.value,
301
321
  () => {
302
- r.value = t.value[e.setting.name], r.value || (h.value = null, V(e.setting.name)), r.value && e.setting.options.validateList.length && b(e.setting.name, e.setting.options.validateList);
322
+ s.value = t.value[e.setting.name], s.value || (n.value = null, w(e.setting.name)), s.value && e.setting.options.validateList.length && f(e.setting.name, e.setting.options.validateList);
303
323
  },
304
- { deep: !0 }
324
+ { deep: !0, immediate: !0 }
305
325
  );
306
- const y = n.value[e.setting.name] || !1, d = l(!1);
307
- Y(e.setting.options.validateList).then((u) => {
308
- d.value = u;
326
+ const m = l.value[e.setting.name] || !1, v = i(!1);
327
+ H(e.setting.options.validateList).then((c) => {
328
+ v.value = c;
309
329
  });
310
- const f = e.setting.options.inputFormat, g = l("");
311
- e.setting.options.inputFormat === "YYYY/MM/DD" && (g.value = "date"), e.setting.options.inputFormat === "MM/DD" && (g.value = "date"), e.setting.options.inputFormat === "YYYY/MM" && (g.value = "month"), e.setting.options.inputFormat === "YYYY" && (g.value = "year");
312
- const o = l();
313
- e.setting.options.tip && (o.value = x(e.setting.options.tip));
314
- const h = l();
315
- if (setTimeout(() => {
316
- h.value = i(e.setting.name) || e.setting.options.formulasDiyJs || h.value, h.value || c(e.setting.name, null);
330
+ const g = e.setting.options.inputFormat === "yyyy-MM-dd" ? "YYYY/MM/DD" : e.setting.options.inputFormat === "yyyy-MM-dd HH:mm:ss" ? "YYYY/MM/DD HH:mm:ss" : e.setting.options.inputFormat, d = i("");
331
+ e.setting.options.inputFormat === "YYYY/MM/DD" && (d.value = "date"), e.setting.options.inputFormat === "MM/DD" && (d.value = "date"), e.setting.options.inputFormat === "YYYY/MM" && (d.value = "month"), e.setting.options.inputFormat === "YYYY" && (d.value = "year");
332
+ const C = i();
333
+ if (e.setting.options.tip && (C.value = Y(e.setting.options.tip)), setTimeout(() => {
334
+ n.value = u(e.setting.name) || e.setting.options.formulasDiyJs || n.value, n.value || p(e.setting.name, null);
317
335
  }, 50), e.setting.options.showCurrentDate) {
318
- let u = /* @__PURE__ */ new Date();
319
- u.setDate(u.getDate() + e.setting.options.day), h.value = ce(u.getTime()).format(f), c(e.setting.name, h.value);
336
+ let c = /* @__PURE__ */ new Date();
337
+ c.setDate(c.getDate() + e.setting.options.day), n.value = me(c.getTime()).format(g), p(e.setting.name, n.value);
320
338
  }
321
- return e.setting.options.validateList.length && b(e.setting.name, e.setting.options.validateList), M(h, (u) => {
322
- c(e.setting.name, u);
323
- }), (u, v) => r.value ? (S(), P(a(z), {
339
+ return e.setting.options.validateList.length && f(e.setting.name, e.setting.options.validateList), z(n, (c) => {
340
+ p(e.setting.name, c);
341
+ }), (c, b) => s.value ? (V(), P(a(A), {
324
342
  key: 0,
325
343
  col: e.span,
326
- modelValue: h.value,
327
- "onUpdate:modelValue": v[0] || (v[0] = (m) => h.value = m),
328
- label: u.setting.desc,
344
+ modelValue: n.value,
345
+ "onUpdate:modelValue": b[0] || (b[0] = (r) => n.value = r),
346
+ label: c.setting.desc,
329
347
  prop: e.setting.name,
330
- type: a(f).indexOf("HH") != -1 ? "dateTime" : "date",
331
- format: a(f),
348
+ type: a(g).indexOf("HH") != -1 ? "dateTime" : "date",
349
+ format: a(g),
332
350
  valueFormat: "YYYY-MM-DD HH:mm:ss",
333
- picker: g.value,
351
+ picker: d.value,
334
352
  isView: e.isView,
335
- disabled: a(y),
336
- placeholder: u.setting.options.placeholder,
337
- helpMessage: o.value,
338
- required: d.value
339
- }, null, 8, ["col", "modelValue", "label", "prop", "type", "format", "picker", "isView", "disabled", "placeholder", "helpMessage", "required"])) : j("v-if", !0);
353
+ disabled: a(m),
354
+ placeholder: c.setting.options.placeholder,
355
+ helpMessage: C.value,
356
+ required: v.value
357
+ }, null, 8, ["col", "modelValue", "label", "prop", "type", "format", "picker", "isView", "disabled", "placeholder", "helpMessage", "required"])) : O("v-if", !0);
340
358
  }
341
- }), We = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
359
+ }), He = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
342
360
  __proto__: null,
343
- default: sa
344
- }, Symbol.toStringTag, { value: "Module" })), na = {
361
+ default: ia
362
+ }, Symbol.toStringTag, { value: "Module" })), ra = {
345
363
  name: "dropdown"
346
- }, la = /* @__PURE__ */ A({
347
- ...na,
364
+ }, ua = /* @__PURE__ */ K({
365
+ ...ra,
348
366
  props: {
349
367
  setting: { default: () => ({
350
368
  icon: "",
@@ -353,67 +371,65 @@ const It = Mt.get("/getBindRelationByDefKey"), qt = kt.get("/getByAlias"), Pt =
353
371
  desc: "",
354
372
  options: {}
355
373
  }) },
356
- span: { default: 6 },
374
+ span: { default: 24 },
357
375
  isView: { type: Boolean },
358
376
  marginRight: {},
359
377
  store: {}
360
378
  },
361
- setup(s) {
362
- const e = s, { showData: t, disabledData: n, setData: c, getData: i, setFormRule: b, deleteRule: V, setLinkData: r } = e.store || {}, y = l(!0);
363
- !t.value[e.setting.name] && t.value[e.setting.name] != !1 && (t.value[e.setting.name] = !0), M(
379
+ setup(o) {
380
+ const e = o, { showData: t, disabledData: l, setData: p, getData: u, setFormRule: f, deleteRule: w, setLinkData: n } = e.store || {}, s = i(""), m = i(!0);
381
+ !t.value[e.setting.name] && t.value[e.setting.name] != !1 && (t.value[e.setting.name] = !0), z(
364
382
  () => t.value,
365
383
  () => {
366
- y.value = t.value[e.setting.name], y.value || (_.value = e.setting.options.multiple ? [] : "", V(e.setting.name)), y.value && e.setting.options.validateList.length && b(e.setting.name, e.setting.options.validateList);
384
+ m.value = t.value[e.setting.name], m.value || (s.value = e.setting.options.multiple ? [] : "", w(e.setting.name)), m.value && e.setting.options.validateList.length && f(e.setting.name, e.setting.options.validateList);
367
385
  },
368
- { deep: !0 }
386
+ { deep: !0, immediate: !0 }
369
387
  );
370
- const d = () => {
371
- e.setting.options.customQuery && e.setting.options.customQuery.custQueryJson.length && r(e.setting.options.customQuery.custQueryJson, _.value);
372
- }, f = n.value[e.setting.name] || !1, g = l(!1);
373
- Y(e.setting.options.validateList).then((w) => {
374
- g.value = w;
388
+ const v = () => {
389
+ e.setting.options.customQuery && e.setting.options.customQuery.custQueryJson.length && n(e.setting.options.customQuery.custQueryJson, s.value);
390
+ }, g = l.value[e.setting.name] || !1, d = i(!1);
391
+ H(e.setting.options.validateList).then((y) => {
392
+ d.value = y;
375
393
  });
376
- const o = l(""), h = e.setting.options.customQuery.valueBind ? e.setting.options.customQuery.valueBind : "key", u = e.setting.options.customQuery.labelBind ? e.setting.options.customQuery.labelBind : "value", v = e.setting.options.customQuery.PId || "children", m = l([]);
377
- e.setting.options.customQuery.alias && ne(e.setting.options.customQuery.alias, e.setting.options.customQuery.conditionfield).then((w) => {
378
- m.value = w;
394
+ const C = i(""), c = e.setting.options.customQuery.valueBind ? e.setting.options.customQuery.valueBind : "key", b = e.setting.options.customQuery.labelBind ? e.setting.options.customQuery.labelBind : "value", r = e.setting.options.customQuery.PId || "children", h = i([]);
395
+ e.setting.options.customQuery.alias && le(e.setting.options.customQuery.alias, e.setting.options.customQuery.conditionfield).then((y) => {
396
+ h.value = y;
379
397
  });
380
- const p = l();
381
- e.setting.options.tip && (p.value = x(e.setting.options.tip));
382
- const _ = l();
383
- return _.value = e.setting.options.multiple ? [] : "", e.setting.options.multiple && i(e.setting.name) ? _.value = i(e.setting.name).split(",") : _.value = i(e.setting.name) || _.value, _.value || c(e.setting.name, null), e.setting.options.validateList.length && b(e.setting.name, e.setting.options.validateList), M(_, (w) => {
384
- c(e.setting.name, w.toString());
385
- }), (w, k) => y.value ? (S(), P(a(z), {
398
+ const D = i();
399
+ return e.setting.options.tip && (D.value = Y(e.setting.options.tip)), s.value = e.setting.options.multiple ? [] : "", e.setting.options.multiple && u(e.setting.name) ? s.value = u(e.setting.name).split(",") : s.value = u(e.setting.name) || s.value, s.value || p(e.setting.name, null), e.setting.options.validateList.length && f(e.setting.name, e.setting.options.validateList), z(s, (y) => {
400
+ p(e.setting.name, y.toString());
401
+ }), (y, T) => m.value ? (V(), P(a(A), {
386
402
  key: 0,
387
403
  col: e.span,
388
- modelValue: _.value,
389
- "onUpdate:modelValue": k[0] || (k[0] = (N) => _.value = N),
390
- keyword: o.value,
391
- "onUpdate:keyword": k[1] || (k[1] = (N) => o.value = N),
392
- label: w.setting.desc,
404
+ modelValue: s.value,
405
+ "onUpdate:modelValue": T[0] || (T[0] = (j) => s.value = j),
406
+ keyword: C.value,
407
+ "onUpdate:keyword": T[1] || (T[1] = (j) => C.value = j),
408
+ label: y.setting.desc,
393
409
  type: "treeSelect",
394
- "node-key": w.setting.options.customQuery.valueBind,
395
- placeholder: w.setting.options.placeholder,
396
- mode: w.setting.options.multiple ? "multiple" : "",
410
+ "node-key": y.setting.options.customQuery.valueBind,
411
+ placeholder: y.setting.options.placeholder,
412
+ mode: y.setting.options.multiple ? "multiple" : "",
397
413
  prop: e.setting.name,
398
- filter: w.setting.options.filterable,
414
+ filter: y.setting.options.filterable,
399
415
  selectAttrs: { allowClear: !0 },
400
- options: m.value,
416
+ options: h.value,
401
417
  isView: e.isView,
402
- helpMessage: p.value,
403
- disabled: a(f),
404
- props: { label: a(u), value: a(h), children: a(v) },
405
- "check-strictly": !w.setting.options.cascade,
406
- required: g.value,
407
- onChange: d
408
- }, null, 8, ["col", "modelValue", "keyword", "label", "node-key", "placeholder", "mode", "prop", "filter", "options", "isView", "helpMessage", "disabled", "props", "check-strictly", "required"])) : j("v-if", !0);
418
+ helpMessage: D.value,
419
+ disabled: a(g),
420
+ props: { label: a(b), value: a(c), children: a(r) },
421
+ "check-strictly": !y.setting.options.cascade,
422
+ required: d.value,
423
+ onChange: v
424
+ }, null, 8, ["col", "modelValue", "keyword", "label", "node-key", "placeholder", "mode", "prop", "filter", "options", "isView", "helpMessage", "disabled", "props", "check-strictly", "required"])) : O("v-if", !0);
409
425
  }
410
- }), He = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
426
+ }), We = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
411
427
  __proto__: null,
412
- default: la
413
- }, Symbol.toStringTag, { value: "Module" })), ia = { class: "form-image" }, oa = {
428
+ default: ua
429
+ }, Symbol.toStringTag, { value: "Module" })), pa = { class: "form-image" }, da = {
414
430
  name: "imageViewer"
415
- }, ua = /* @__PURE__ */ A({
416
- ...oa,
431
+ }, ca = /* @__PURE__ */ K({
432
+ ...da,
417
433
  props: {
418
434
  setting: { default: () => ({
419
435
  icon: "",
@@ -422,141 +438,140 @@ const It = Mt.get("/getBindRelationByDefKey"), qt = kt.get("/getByAlias"), Pt =
422
438
  desc: "",
423
439
  options: {}
424
440
  }) },
425
- span: { default: 6 },
441
+ span: { default: 24 },
426
442
  isView: { type: Boolean },
427
443
  marginRight: {},
428
444
  store: {}
429
445
  },
430
- setup(s) {
431
- const e = s, { showData: t, disabledData: n, setData: c, getData: i, setFormRule: b, deleteRule: V } = e.store || {}, r = l(!0);
432
- !t.value[e.setting.name] && t.value[e.setting.name] != !1 && (t.value[e.setting.name] = !0), M(
446
+ setup(o) {
447
+ const e = o, { showData: t, disabledData: l, setData: p, getData: u, setFormRule: f, deleteRule: w } = e.store || {}, n = i(), s = i(!0);
448
+ !t.value[e.setting.name] && t.value[e.setting.name] != !1 && (t.value[e.setting.name] = !0), z(
433
449
  () => t.value,
434
450
  () => {
435
- r.value = t.value[e.setting.name], r.value || (o.value = e.setting.options.file.limit > 1 ? [] : "", V(e.setting.name)), r.value && e.setting.options.validateList.length && b(e.setting.name, e.setting.options.validateList);
451
+ s.value = t.value[e.setting.name], s.value || (n.value = e.setting.options.file.limit > 1 ? [] : "", w(e.setting.name)), s.value && e.setting.options.validateList.length && f(e.setting.name, e.setting.options.validateList);
436
452
  },
437
- { deep: !0 }
453
+ { deep: !0, immediate: !0 }
438
454
  );
439
- const y = n.value[e.setting.name] || !1, d = l(!1);
440
- Y(e.setting.options.validateList).then((u) => {
441
- d.value = u;
455
+ const m = l.value[e.setting.name] || !1, v = i(!1);
456
+ H(e.setting.options.validateList).then((c) => {
457
+ v.value = c;
442
458
  });
443
- const f = l("normal");
444
- e.isView && (f.value = "info");
445
- const g = l();
446
- e.setting.options.tip && (g.value = x(e.setting.options.tip));
447
- const o = l();
448
- o.value = e.setting.options.file.limit > 1 ? [] : "", e.setting.options.file.limit > 1 && i(e.setting.name) ? o.value = i(e.setting.name).split(",") : o.value = i(e.setting.name) || o.value, o.value || c(e.setting.name, null);
449
- const h = (u) => {
459
+ const g = i("normal");
460
+ e.isView && (g.value = "info");
461
+ const d = i();
462
+ e.setting.options.tip && (d.value = Y(e.setting.options.tip)), n.value = e.setting.options.file.limit > 1 ? [] : "", e.setting.options.file.limit > 1 && u(e.setting.name) ? n.value = u(e.setting.name).split(",") : n.value = u(e.setting.name) || n.value, n.value || p(e.setting.name, null);
463
+ const C = (c) => {
450
464
  setTimeout(() => {
451
- c(e.setting.name, o.value.toString());
465
+ p(e.setting.name, n.value.toString());
452
466
  }, 100);
453
467
  };
454
- return e.setting.options.validateList.length && b(e.setting.name, e.setting.options.validateList), M(o.value, (u) => {
455
- const v = u.map((m) => {
456
- let p = "";
457
- return m.indexOf("/oss/") != -1 ? p = m : p = `/oss/${m}`, p;
468
+ return e.setting.options.validateList.length && f(e.setting.name, e.setting.options.validateList), z(n.value, (c) => {
469
+ const b = c.map((r) => {
470
+ let h = "";
471
+ return r.indexOf("/oss/") != -1 ? h = r : h = `/oss/${r}`, h;
458
472
  });
459
473
  setTimeout(() => {
460
- c(e.setting.name, v.join(","));
474
+ p(e.setting.name, b.join(","));
461
475
  }, 100);
462
- }), (u, v) => r.value ? (S(), P(a(z), {
476
+ }), (c, b) => s.value ? (V(), P(a(A), {
463
477
  key: 0,
464
- modelValue: o.value,
465
- "onUpdate:modelValue": v[2] || (v[2] = (m) => o.value = m),
478
+ modelValue: n.value,
479
+ "onUpdate:modelValue": b[2] || (b[2] = (r) => n.value = r),
466
480
  "margin-bottom": "0",
467
481
  prop: e.setting.name,
468
- label: u.setting.desc,
482
+ label: c.setting.desc,
469
483
  type: "custom",
470
- helpMessage: g.value,
471
- required: d.value
484
+ helpMessage: d.value,
485
+ required: v.value,
486
+ col: e.span
472
487
  }, {
473
- default: $(() => [
474
- Ne("div", ia, [
475
- L(a(Ee), {
476
- modelValue: o.value,
477
- "onUpdate:modelValue": v[0] || (v[0] = (m) => o.value = m),
478
- status: f.value,
479
- "onUpdate:status": v[1] || (v[1] = (m) => f.value = m),
488
+ default: R(() => [
489
+ je("div", pa, [
490
+ N(a(Be), {
491
+ modelValue: n.value,
492
+ "onUpdate:modelValue": b[0] || (b[0] = (r) => n.value = r),
493
+ status: g.value,
494
+ "onUpdate:status": b[1] || (b[1] = (r) => g.value = r),
480
495
  maxSize: "6",
481
- "limit-num": u.setting.options.file.limit,
496
+ "limit-num": c.setting.options.file.limit,
482
497
  prop: e.setting.name,
483
498
  "service-name": "hotent",
484
499
  "accept-video": "",
485
500
  "accept-audio": "",
486
501
  videoWidth: 420,
487
502
  videoHeight: 680,
488
- disabled: a(y),
503
+ disabled: a(m),
489
504
  "show-image-name": "",
490
- needDownloadBtn: u.setting.options.file.allowDownload == !0,
491
- needPreview: u.setting.options.file.allowPreview == !0,
492
- onImageUpload: h,
493
- required: d.value
505
+ needDownloadBtn: c.setting.options.file.allowDownload == !0,
506
+ needPreview: c.setting.options.file.allowPreview == !0,
507
+ onImageUpload: C,
508
+ required: v.value
494
509
  }, null, 8, ["modelValue", "status", "limit-num", "prop", "disabled", "needDownloadBtn", "needPreview", "required"])
495
510
  ])
496
511
  ]),
497
512
  _: 1
498
513
  /* STABLE */
499
- }, 8, ["modelValue", "prop", "label", "helpMessage", "required"])) : j("v-if", !0);
514
+ }, 8, ["modelValue", "prop", "label", "helpMessage", "required", "col"])) : O("v-if", !0);
500
515
  }
501
- }), me = (s, e) => {
502
- const t = s.__vccOpts || s;
503
- for (const [n, c] of e)
504
- t[n] = c;
516
+ }), ve = (o, e) => {
517
+ const t = o.__vccOpts || o;
518
+ for (const [l, p] of e)
519
+ t[l] = p;
505
520
  return t;
506
- }, ra = /* @__PURE__ */ me(ua, [["__scopeId", "data-v-412cdcbe"]]), Ze = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
521
+ }, ga = /* @__PURE__ */ ve(ca, [["__scopeId", "data-v-745a2e98"]]), Ze = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
507
522
  __proto__: null,
508
- default: ra
509
- }, Symbol.toStringTag, { value: "Module" })), pa = (s) => {
510
- const t = "****", n = String(s), c = n.slice(0, 15), i = n.slice(15);
511
- return ((r) => {
512
- const y = r.length;
513
- if (y < 6) return r;
514
- let d = 0;
515
- switch (y) {
523
+ default: ga
524
+ }, Symbol.toStringTag, { value: "Module" })), ma = (o) => {
525
+ const t = "****", l = String(o), p = l.slice(0, 15), u = l.slice(15);
526
+ return ((n) => {
527
+ const s = n.length;
528
+ if (s < 6) return n;
529
+ let m = 0;
530
+ switch (s) {
516
531
  case 6:
517
532
  case 7:
518
- d = 1;
533
+ m = 1;
519
534
  break;
520
535
  case 8:
521
536
  case 9:
522
- d = 2;
537
+ m = 2;
523
538
  break;
524
539
  case 10:
525
540
  case 11:
526
- d = 3;
541
+ m = 3;
527
542
  break;
528
543
  case 12:
529
- d = 4;
544
+ m = 4;
530
545
  break;
531
546
  case 13:
532
- d = 5;
547
+ m = 5;
533
548
  break;
534
549
  case 14:
535
- d = 6;
550
+ m = 6;
536
551
  break;
537
552
  case 15:
538
- d = 7;
553
+ m = 7;
539
554
  break;
540
555
  }
541
- const f = d + t.length;
542
- return r.slice(0, d) + t + r.slice(f);
543
- })(c) + i;
544
- }, da = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
556
+ const v = m + t.length;
557
+ return n.slice(0, m) + t + n.slice(v);
558
+ })(p) + u;
559
+ }, va = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
545
560
  __proto__: null,
546
- default: pa
547
- }, Symbol.toStringTag, { value: "Module" })), ge = {}, ga = /^\.\/(.+)\/index\.ts$/, Be = /* @__PURE__ */ Object.assign({ "./phone/index.ts": da });
548
- var Ke;
549
- for (const s in Be) {
550
- const e = Be[s], t = (Ke = s.match(ga)) == null ? void 0 : Ke[1];
561
+ default: ma
562
+ }, Symbol.toStringTag, { value: "Module" })), ge = {}, fa = /^\.\/(.+)\/index\.ts$/, qe = /* @__PURE__ */ Object.assign({ "./phone/index.ts": va });
563
+ var Oe;
564
+ for (const o in qe) {
565
+ const e = qe[o], t = (Oe = o.match(fa)) == null ? void 0 : Oe[1];
551
566
  ge[t] = e.default;
552
567
  }
553
- const ca = (s, e) => {
554
- var n;
555
- return e ? ((n = ge[s]) == null ? void 0 : n.call(ge, e)) ?? e : "-";
556
- }, va = {
568
+ const ha = (o, e) => {
569
+ var l;
570
+ return e ? ((l = ge[o]) == null ? void 0 : l.call(ge, e)) ?? e : "-";
571
+ }, ya = {
557
572
  name: "input"
558
- }, ma = /* @__PURE__ */ A({
559
- ...va,
573
+ }, ba = /* @__PURE__ */ K({
574
+ ...ya,
560
575
  props: {
561
576
  setting: { default: () => ({
562
577
  icon: "",
@@ -565,77 +580,79 @@ const ca = (s, e) => {
565
580
  desc: "",
566
581
  options: {}
567
582
  }) },
568
- span: { default: 6 },
583
+ span: { default: 24 },
569
584
  isView: { type: Boolean },
570
585
  marginRight: {},
571
586
  store: {}
572
587
  },
573
- setup(s) {
574
- const e = s, { data: t, showData: n, disabledData: c, setData: i, getData: b, setFormRule: V, deleteRule: r } = e.store || {}, y = l(""), d = l(!0);
575
- !n.value[e.setting.name] && n.value[e.setting.name] != !1 && (n.value[e.setting.name] = !0), M(
576
- () => n.value,
588
+ setup(o) {
589
+ const e = o, { data: t, showData: l, disabledData: p, setData: u, getData: f, setFormRule: w, deleteRule: n, encryptionData: s } = e.store || {}, m = i(""), v = i(!1);
590
+ s.value.length && s.value.forEach((r) => {
591
+ r.name === e.setting.name && (v.value = !0);
592
+ });
593
+ const g = i(""), d = i(!0);
594
+ !l.value[e.setting.name] && l.value[e.setting.name] != !1 && (l.value[e.setting.name] = !0), z(
595
+ () => l.value,
577
596
  () => {
578
- d.value = n.value[e.setting.name], d.value || (h.value = "", r(e.setting.name)), d.value && e.setting.options.validateList.length && V(e.setting.name, e.setting.options.validateList);
597
+ d.value = l.value[e.setting.name], d.value || (g.value = "", n(e.setting.name)), d.value && e.setting.options.validateList.length && w(e.setting.name, e.setting.options.validateList);
579
598
  },
580
- { deep: !0 }
581
- ), M(
599
+ { deep: !0, immediate: !0 }
600
+ ), z(
582
601
  () => t.value,
583
602
  () => {
584
- t.value[e.setting.name] && (h.value = t.value[e.setting.name]);
603
+ t.value[e.setting.name] && (g.value = t.value[e.setting.name]);
585
604
  },
586
605
  { deep: !0 }
587
606
  );
588
- const f = c.value[e.setting.name] || !1, g = l(!1);
589
- Y(e.setting.options.validateList).then((u) => {
590
- g.value = u;
607
+ const C = p.value[e.setting.name] || !1, c = i(!1);
608
+ H(e.setting.options.validateList).then((r) => {
609
+ c.value = r;
591
610
  });
592
- const o = l();
593
- e.setting.options.tip && (o.value = x(e.setting.options.tip));
594
- const h = l("");
595
- return setTimeout(() => {
596
- h.value = b(e.setting.name) || e.setting.options.formulasDiyJs || h.value, e.setting.options.encryption && e.isView && (y.value = ca("phone", h.value)), h.value || i(e.setting.name, null);
597
- }, 50), e.setting.options.validateList.length && V(e.setting.name, e.setting.options.validateList), M(h, (u) => {
598
- e.setting.options.dataType === "number" && !isNaN(u) ? i(e.setting.name, Number(u)) : i(e.setting.name, u);
599
- }), (u, v) => (S(), C(
600
- H,
611
+ const b = i();
612
+ return e.setting.options.tip && (b.value = Y(e.setting.options.tip)), setTimeout(() => {
613
+ g.value = f(e.setting.name) || e.setting.options.formulasDiyJs || g.value, v && e.isView && (m.value = ha("phone", g.value)), g.value || u(e.setting.name, null);
614
+ }, 50), e.setting.options.validateList.length && w(e.setting.name, e.setting.options.validateList), z(g, (r) => {
615
+ e.setting.options.dataType === "number" && !isNaN(r) ? u(e.setting.name, Number(r)) : u(e.setting.name, r);
616
+ }), (r, h) => (V(), x(
617
+ X,
601
618
  null,
602
619
  [
603
- d.value && e.setting.options.encryption && e.isView ? (S(), P(a(z), {
620
+ d.value && v.value && e.isView ? (V(), P(a(A), {
604
621
  key: 0,
605
- col: 6,
622
+ col: e.span,
606
623
  prop: e.setting.name,
607
- modelValue: h.value,
608
- "onUpdate:modelValue": v[1] || (v[1] = (m) => h.value = m),
609
- label: u.setting.desc,
624
+ modelValue: g.value,
625
+ "onUpdate:modelValue": h[1] || (h[1] = (D) => g.value = D),
626
+ label: r.setting.desc,
610
627
  type: "custom",
611
- helpMessage: o.value,
612
- required: g.value
628
+ helpMessage: b.value,
629
+ required: c.value
613
630
  }, {
614
- default: $(() => [
615
- L(a(Oe), {
631
+ default: R(() => [
632
+ N(a(De), {
616
633
  placement: "top",
617
- disabled: !h.value,
618
- content: h.value
634
+ disabled: !g.value,
635
+ content: g.value
619
636
  }, {
620
- default: $(() => [
621
- L(a(_t), {
622
- modelValue: y.value,
623
- "onUpdate:modelValue": v[0] || (v[0] = (m) => y.value = m),
624
- width: u.setting.options.width,
625
- disabled: u.setting.options.isInputEdit || a(f),
626
- isView: u.setting.options.isReadonly || e.isView,
627
- placeholder: u.setting.options.placeholder
637
+ default: R(() => [
638
+ N(a(wt), {
639
+ modelValue: m.value,
640
+ "onUpdate:modelValue": h[0] || (h[0] = (D) => m.value = D),
641
+ width: r.setting.options.width,
642
+ disabled: r.setting.options.isInputEdit || a(C),
643
+ isView: r.setting.options.isReadonly || e.isView,
644
+ placeholder: r.setting.options.placeholder
628
645
  }, {
629
- prepend: $(() => [
630
- X(
631
- ee(u.setting.options.bindPreAndSufFixjson.preFix),
646
+ prepend: R(() => [
647
+ ae(
648
+ ne(r.setting.options.bindPreAndSufFixjson.preFix),
632
649
  1
633
650
  /* TEXT */
634
651
  )
635
652
  ]),
636
- append: $(() => [
637
- X(
638
- ee(u.setting.options.bindPreAndSufFixjson.sufSix),
653
+ append: R(() => [
654
+ ae(
655
+ ne(r.setting.options.bindPreAndSufFixjson.sufSix),
639
656
  1
640
657
  /* TEXT */
641
658
  )
@@ -650,24 +667,24 @@ const ca = (s, e) => {
650
667
  ]),
651
668
  _: 1
652
669
  /* STABLE */
653
- }, 8, ["prop", "modelValue", "label", "helpMessage", "required"])) : j("v-if", !0),
654
- d.value && (!e.setting.options.encryption || !e.isView) ? (S(), P(a(z), {
670
+ }, 8, ["col", "prop", "modelValue", "label", "helpMessage", "required"])) : O("v-if", !0),
671
+ d.value && (!v.value || !e.isView) ? (V(), P(a(A), {
655
672
  key: 1,
656
- col: 6,
657
- modelValue: h.value,
658
- "onUpdate:modelValue": v[2] || (v[2] = (m) => h.value = m),
659
- width: u.setting.options.width,
660
- disabled: u.setting.options.isInputEdit || a(f),
661
- isView: u.setting.options.isReadonly || e.isView,
673
+ col: e.span,
674
+ modelValue: g.value,
675
+ "onUpdate:modelValue": h[2] || (h[2] = (D) => g.value = D),
676
+ width: r.setting.options.width,
677
+ disabled: r.setting.options.isInputEdit || a(C),
678
+ isView: r.setting.options.isReadonly || e.isView,
662
679
  prop: e.setting.name,
663
- label: u.setting.desc,
680
+ label: r.setting.desc,
664
681
  type: "input",
665
- helpMessage: o.value,
666
- required: g.value,
667
- placeholder: u.setting.options.placeholder
682
+ helpMessage: b.value,
683
+ required: c.value,
684
+ placeholder: r.setting.options.placeholder
668
685
  }, {
669
- default: $(() => [
670
- j(` <DasInput\r
686
+ default: R(() => [
687
+ O(` <DasInput\r
671
688
  v-model="inputValue"\r
672
689
  >\r
673
690
  <template #prepend>{{ setting.options.bindPreAndSufFixjson.preFix }}</template>\r
@@ -676,7 +693,7 @@ const ca = (s, e) => {
676
693
  ]),
677
694
  _: 1
678
695
  /* STABLE */
679
- }, 8, ["modelValue", "width", "disabled", "isView", "prop", "label", "helpMessage", "required", "placeholder"])) : j("v-if", !0)
696
+ }, 8, ["col", "modelValue", "width", "disabled", "isView", "prop", "label", "helpMessage", "required", "placeholder"])) : O("v-if", !0)
680
697
  ],
681
698
  64
682
699
  /* STABLE_FRAGMENT */
@@ -684,11 +701,11 @@ const ca = (s, e) => {
684
701
  }
685
702
  }), Ge = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
686
703
  __proto__: null,
687
- default: ma
688
- }, Symbol.toStringTag, { value: "Module" })), fa = {
704
+ default: ba
705
+ }, Symbol.toStringTag, { value: "Module" })), _a = {
689
706
  name: "number"
690
- }, ya = /* @__PURE__ */ A({
691
- ...fa,
707
+ }, wa = /* @__PURE__ */ K({
708
+ ..._a,
692
709
  props: {
693
710
  setting: { default: () => ({
694
711
  icon: "",
@@ -697,57 +714,55 @@ const ca = (s, e) => {
697
714
  desc: "",
698
715
  options: {}
699
716
  }) },
700
- span: { default: 6 },
717
+ span: { default: 24 },
701
718
  isView: { type: Boolean },
702
719
  marginRight: {},
703
720
  store: {}
704
721
  },
705
- setup(s) {
706
- const e = s, { showData: t, disabledData: n, setData: c, getData: i, setFormRule: b, deleteRule: V } = e.store || {}, r = l(!0);
707
- !t.value[e.setting.name] && t.value[e.setting.name] != !1 && (t.value[e.setting.name] = !0), M(
722
+ setup(o) {
723
+ const e = o, { showData: t, disabledData: l, setData: p, getData: u, setFormRule: f, deleteRule: w } = e.store || {}, n = i(0), s = i(!0);
724
+ !t.value[e.setting.name] && t.value[e.setting.name] != !1 && (t.value[e.setting.name] = !0), z(
708
725
  () => t.value,
709
726
  () => {
710
- r.value = t.value[e.setting.name], r.value || (g.value = 0, V(e.setting.name)), r.value && e.setting.options.validateList.length && b(e.setting.name, e.setting.options.validateList);
727
+ s.value = t.value[e.setting.name], s.value || (n.value = 0, w(e.setting.name)), s.value && e.setting.options.validateList.length && f(e.setting.name, e.setting.options.validateList);
711
728
  },
712
- { deep: !0 }
729
+ { deep: !0, immediate: !0 }
713
730
  );
714
- const y = n.value[e.setting.name] || !1, d = l(!1);
715
- Y(e.setting.options.validateList).then((o) => {
716
- d.value = o;
731
+ const m = l.value[e.setting.name] || !1, v = i(!1);
732
+ H(e.setting.options.validateList).then((d) => {
733
+ v.value = d;
717
734
  });
718
- const f = l();
719
- e.setting.options.tip && (f.value = x(e.setting.options.tip));
720
- const g = l(0);
721
- return setTimeout(() => {
722
- g.value = i(e.setting.name) || e.setting.options.formulasDiyJs || g.value, g.value || c(e.setting.name, null);
723
- }, 50), e.setting.options.validateList.length && b(e.setting.name, e.setting.options.validateList), M(g, (o) => {
724
- c(e.setting.name, o);
725
- }), (o, h) => r.value ? (S(), P(a(z), {
735
+ const g = i();
736
+ return e.setting.options.tip && (g.value = Y(e.setting.options.tip)), setTimeout(() => {
737
+ n.value = u(e.setting.name) || e.setting.options.formulasDiyJs || n.value, n.value || p(e.setting.name, null);
738
+ }, 50), e.setting.options.validateList.length && f(e.setting.name, e.setting.options.validateList), z(n, (d) => {
739
+ p(e.setting.name, d);
740
+ }), (d, C) => s.value ? (V(), P(a(A), {
726
741
  key: 0,
727
742
  col: e.span,
728
- modelValue: g.value,
729
- "onUpdate:modelValue": h[0] || (h[0] = (u) => g.value = u),
743
+ modelValue: n.value,
744
+ "onUpdate:modelValue": C[0] || (C[0] = (c) => n.value = c),
730
745
  style: { width: "100%" },
731
- label: o.setting.desc,
746
+ label: d.setting.desc,
732
747
  type: "inputNumber",
733
748
  prop: e.setting.name,
734
- max: o.setting.options.max,
735
- min: o.setting.options.min,
736
- step: o.setting.options.step,
737
- disabled: a(y),
749
+ max: d.setting.options.max,
750
+ min: d.setting.options.min,
751
+ step: d.setting.options.step,
752
+ disabled: a(m),
738
753
  isView: e.isView,
739
- precision: o.setting.options.decimalDigits,
740
- helpMessage: f.value,
741
- required: d.value
742
- }, null, 8, ["col", "modelValue", "label", "prop", "max", "min", "step", "disabled", "isView", "precision", "helpMessage", "required"])) : j("v-if", !0);
754
+ precision: d.setting.options.decimalDigits,
755
+ helpMessage: g.value,
756
+ required: v.value
757
+ }, null, 8, ["col", "modelValue", "label", "prop", "max", "min", "step", "disabled", "isView", "precision", "helpMessage", "required"])) : O("v-if", !0);
743
758
  }
744
759
  }), Xe = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
745
760
  __proto__: null,
746
- default: ya
747
- }, Symbol.toStringTag, { value: "Module" })), ha = {
761
+ default: wa
762
+ }, Symbol.toStringTag, { value: "Module" })), Ca = {
748
763
  name: "radio"
749
- }, ba = /* @__PURE__ */ A({
750
- ...ha,
764
+ }, Da = /* @__PURE__ */ K({
765
+ ...Ca,
751
766
  props: {
752
767
  setting: { default: () => ({
753
768
  icon: "",
@@ -758,71 +773,69 @@ const ca = (s, e) => {
758
773
  linkage: []
759
774
  }
760
775
  }) },
761
- span: { default: 6 },
776
+ span: { default: 24 },
762
777
  isView: { type: Boolean },
763
778
  marginRight: {},
764
779
  store: {}
765
780
  },
766
- setup(s) {
767
- const e = s, { showData: t, disabledData: n, setData: c, getData: i, setFormRule: b, deleteRule: V } = e.store || {}, r = l(!0);
768
- !t.value[e.setting.name] && t.value[e.setting.name] != !1 && (t.value[e.setting.name] = !0), M(
781
+ setup(o) {
782
+ const e = o, { showData: t, disabledData: l, setData: p, getData: u, setFormRule: f, deleteRule: w } = e.store || {}, n = i(null), s = i(!0);
783
+ !t.value[e.setting.name] && t.value[e.setting.name] != !1 && (t.value[e.setting.name] = !0), z(
769
784
  () => t.value,
770
785
  () => {
771
- r.value = t.value[e.setting.name], r.value || (u.value = null, V(e.setting.name)), r.value && e.setting.options.validateList.length && b(e.setting.name, e.setting.options.validateList);
786
+ s.value = t.value[e.setting.name], s.value || (n.value = null, w(e.setting.name)), s.value && e.setting.options.validateList.length && f(e.setting.name, e.setting.options.validateList);
772
787
  },
773
- { deep: !0 }
788
+ { deep: !0, immediate: !0 }
774
789
  );
775
- const y = n.value[e.setting.name] || !1, d = l(!1);
776
- Y(e.setting.options.validateList).then((m) => {
777
- d.value = m;
790
+ const m = l.value[e.setting.name] || !1, v = i(!1);
791
+ H(e.setting.options.validateList).then((r) => {
792
+ v.value = r;
778
793
  });
779
- const f = e.setting.options.customQuery.valueBind ? e.setting.options.customQuery.valueBind : "key", g = e.setting.options.customQuery.labelBind ? e.setting.options.customQuery.labelBind : "value", o = l([]);
780
- e.setting.options.customQuery.alias ? ne(e.setting.options.customQuery.alias, e.setting.options.customQuery.conditionfield).then((m) => {
781
- o.value = m;
782
- }) : o.value = e.setting.options.options;
783
- const h = l();
784
- e.setting.options.tip && (h.value = x(e.setting.options.tip));
785
- const u = l(null);
786
- setTimeout(() => {
787
- u.value = i(e.setting.name) || e.setting.options.formulasDiyJs || u.value, u.value || c(e.setting.name, null);
788
- }, 50), e.setting.options.validateList.length && b(e.setting.name, e.setting.options.validateList), M(u, (m) => {
789
- c(e.setting.name, m);
794
+ const g = e.setting.options.customQuery.valueBind ? e.setting.options.customQuery.valueBind : "key", d = e.setting.options.customQuery.labelBind ? e.setting.options.customQuery.labelBind : "value", C = i([]);
795
+ e.setting.options.customQuery.alias ? le(e.setting.options.customQuery.alias, e.setting.options.customQuery.conditionfield).then((r) => {
796
+ C.value = r;
797
+ }) : C.value = e.setting.options.options;
798
+ const c = i();
799
+ e.setting.options.tip && (c.value = Y(e.setting.options.tip)), setTimeout(() => {
800
+ n.value = u(e.setting.name) || e.setting.options.formulasDiyJs || n.value, n.value || p(e.setting.name, null);
801
+ }, 50), e.setting.options.validateList.length && f(e.setting.name, e.setting.options.validateList), z(n, (r) => {
802
+ p(e.setting.name, r);
790
803
  });
791
- const v = (m) => {
792
- e.setting.options.linkage.length && e.setting.options.linkage.forEach((p) => {
793
- if (p.value === m) {
794
- const w = p.effect[0].target.split(".")[2];
795
- t.value[w] = p.effect[0].type === "w";
804
+ const b = (r) => {
805
+ e.setting.options.linkage.length && e.setting.options.linkage.forEach((h) => {
806
+ if (h.value === r) {
807
+ const y = h.effect[0].target.split(".")[2];
808
+ t.value[y] = h.effect[0].type === "w";
796
809
  }
797
810
  });
798
811
  };
799
- return (m, p) => r.value ? (S(), P(a(z), {
812
+ return (r, h) => s.value ? (V(), P(a(A), {
800
813
  key: 0,
801
- onChange: v,
814
+ onChange: b,
802
815
  col: e.span,
803
- modelValue: u.value,
804
- "onUpdate:modelValue": p[0] || (p[0] = (_) => u.value = _),
805
- layout: m.setting.options.inline ? "vertical" : "default",
806
- label: m.setting.desc,
816
+ modelValue: n.value,
817
+ "onUpdate:modelValue": h[0] || (h[0] = (D) => n.value = D),
818
+ layout: r.setting.options.inline ? "vertical" : "default",
819
+ label: r.setting.desc,
807
820
  type: "radio",
808
821
  prop: e.setting.name,
809
- options: o.value,
822
+ options: C.value,
810
823
  isView: e.isView,
811
- optionsValueKey: a(f),
812
- optionsLabelKey: a(g),
813
- helpMessage: h.value,
814
- disabled: a(y),
815
- required: d.value,
824
+ optionsValueKey: a(g),
825
+ optionsLabelKey: a(d),
826
+ helpMessage: c.value,
827
+ disabled: a(m),
828
+ required: v.value,
816
829
  isSetTimeout: !0
817
- }, null, 8, ["col", "modelValue", "layout", "label", "prop", "options", "isView", "optionsValueKey", "optionsLabelKey", "helpMessage", "disabled", "required"])) : j("v-if", !0);
830
+ }, null, 8, ["col", "modelValue", "layout", "label", "prop", "options", "isView", "optionsValueKey", "optionsLabelKey", "helpMessage", "disabled", "required"])) : O("v-if", !0);
818
831
  }
819
832
  }), et = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
820
833
  __proto__: null,
821
- default: ba
822
- }, Symbol.toStringTag, { value: "Module" })), _a = {
834
+ default: Da
835
+ }, Symbol.toStringTag, { value: "Module" })), Va = {
823
836
  name: "select"
824
- }, wa = /* @__PURE__ */ A({
825
- ..._a,
837
+ }, ka = /* @__PURE__ */ K({
838
+ ...Va,
826
839
  props: {
827
840
  setting: { default: () => ({
828
841
  icon: "",
@@ -831,104 +844,106 @@ const ca = (s, e) => {
831
844
  desc: "",
832
845
  options: {}
833
846
  }) },
834
- span: { default: 6 },
847
+ span: { default: 24 },
835
848
  isView: { type: Boolean },
836
849
  marginRight: {},
837
850
  store: {}
838
851
  },
839
- setup(s) {
840
- const e = s, { showData: t, disabledData: n, linkData: c, setData: i, getData: b, setFormRule: V, deleteRule: r } = e.store || {}, y = l(!0);
841
- !t.value[e.setting.name] && t.value[e.setting.name] != !1 && (t.value[e.setting.name] = !0), M(
852
+ setup(o) {
853
+ var h, D;
854
+ const e = o, { showData: t, disabledData: l, linkData: p, setData: u, getData: f, setFormRule: w, deleteRule: n } = e.store || {}, s = i(), m = i(!0);
855
+ !t.value[e.setting.name] && t.value[e.setting.name] != !1 && (t.value[e.setting.name] = !0), z(
842
856
  () => t.value,
843
857
  () => {
844
- y.value = t.value[e.setting.name], y.value || (v.value = null, r(e.setting.name)), y.value && e.setting.options.validateList.length && V(e.setting.name, e.setting.options.validateList);
858
+ m.value = t.value[e.setting.name], m.value || (s.value = null, n(e.setting.name)), m.value && e.setting.options.validateList.length && w(e.setting.name, e.setting.options.validateList);
845
859
  },
846
- { deep: !0 }
847
- ), M(
848
- () => c.value,
860
+ { deep: !0, immediate: !0 }
861
+ ), z(
862
+ () => p.value,
849
863
  () => {
850
- c.value.data.forEach((p) => {
851
- if (e.setting.options.customQuery.alias && e.setting.options.customQuery.alias === p.alias) {
852
- v.value = null;
853
- const _ = p.conditionfield.filter((k) => k.defaultType == 1);
854
- let w = {};
855
- _.forEach((k) => {
856
- const N = k.fieldPath.split("."), O = N[N.length - 1];
857
- w[k.field] = b(O);
858
- }), ne(
864
+ p.value.data.forEach((y) => {
865
+ if (e.setting.options.customQuery.alias && e.setting.options.customQuery.alias === y.alias) {
866
+ s.value = null;
867
+ const T = y.conditionfield.filter((M) => M.defaultType == 1);
868
+ let j = {};
869
+ T.forEach((M) => {
870
+ const k = M.fieldPath.split("."), B = k[k.length - 1];
871
+ j[M.field] = f(B);
872
+ }), le(
859
873
  e.setting.options.customQuery.alias,
860
874
  e.setting.options.customQuery.conditionfield,
861
- w
862
- ).then((k) => {
863
- h.value = k;
875
+ j
876
+ ).then((M) => {
877
+ c.value = M;
864
878
  });
865
879
  }
866
880
  });
867
881
  },
868
882
  { deep: !0 }
869
883
  );
870
- const d = n.value[e.setting.name] || !1, f = l(!1);
871
- Y(e.setting.options.validateList).then((p) => {
872
- f.value = p;
884
+ const v = l.value[e.setting.name] || !1, g = i(!1);
885
+ H(e.setting.options.validateList).then((y) => {
886
+ g.value = y;
873
887
  });
874
- const g = e.setting.options.customQuery.valueBind ? e.setting.options.customQuery.valueBind : "key", o = e.setting.options.customQuery.labelBind ? e.setting.options.customQuery.labelBind : "value", h = l([]);
888
+ const d = e.setting.options.customQuery.valueBind ? e.setting.options.customQuery.valueBind : "key", C = e.setting.options.customQuery.labelBind ? e.setting.options.customQuery.labelBind : "value", c = i([]);
875
889
  if (e.setting.options.customQuery.alias) {
876
- const p = e.setting.options.customQuery.conditionfield.filter((w) => w.defaultType == 1);
877
- let _ = {};
878
- p.forEach((w) => {
879
- const k = w.fieldPath.split("."), N = k[k.length - 1];
880
- _[w.field] = b(N);
881
- }), ne(e.setting.options.customQuery.alias, e.setting.options.customQuery.conditionfield, _).then(
882
- (w) => {
883
- h.value = w;
890
+ let y = (D = (h = e.setting.options) == null ? void 0 : h.customQuery) == null ? void 0 : D.conditionfield;
891
+ typeof y == "string" && (y = JSON.parse(y));
892
+ const T = y.filter((M) => M.defaultType == 1);
893
+ let j = {};
894
+ T.forEach((M) => {
895
+ var F;
896
+ const k = (F = M.fieldPath) == null ? void 0 : F.split("."), B = k[k.length - 1];
897
+ j[M.field] = f(B);
898
+ }), le(e.setting.options.customQuery.alias, e.setting.options.customQuery.conditionfield, j).then(
899
+ (M) => {
900
+ c.value = M;
884
901
  }
885
902
  );
886
903
  } else
887
- h.value = e.setting.options.options;
888
- const u = l();
889
- e.setting.options.tip && (u.value = x(e.setting.options.tip));
890
- const v = l();
891
- v.value = e.setting.options.multiple ? [] : null, setTimeout(() => {
892
- e.setting.options.multiple && (b(e.setting.name) || e.setting.options.formulasDiyJs) ? (b(e.setting.name) && (v.value = b(e.setting.name).split(",")), e.setting.options.formulasDiyJs && (v.value = e.setting.options.formulasDiyJs.split(","))) : v.value = b(e.setting.name) || e.setting.options.formulasDiyJs || v.value, v.value || i(e.setting.name, null);
893
- }, 50), e.setting.options.validateList.length && V(e.setting.name, e.setting.options.validateList), M(v, (p) => {
894
- e.setting.options.multiple ? i(e.setting.name, p.toString()) : i(e.setting.name, p);
904
+ c.value = e.setting.options.options;
905
+ const b = i();
906
+ e.setting.options.tip && (b.value = Y(e.setting.options.tip)), s.value = e.setting.options.multiple ? [] : null, setTimeout(() => {
907
+ e.setting.options.multiple && (f(e.setting.name) || e.setting.options.formulasDiyJs) ? (f(e.setting.name) && (s.value = f(e.setting.name).split(",")), e.setting.options.formulasDiyJs && (s.value = e.setting.options.formulasDiyJs.split(","))) : s.value = f(e.setting.name) || e.setting.options.formulasDiyJs || s.value, s.value || u(e.setting.name, null);
908
+ }, 50), e.setting.options.validateList.length && w(e.setting.name, e.setting.options.validateList), z(s, (y) => {
909
+ e.setting.options.multiple ? u(e.setting.name, y.toString()) : u(e.setting.name, y);
895
910
  });
896
- const m = (p) => {
897
- e.setting.options.linkage.length && !e.setting.options.multiple && e.setting.options.linkage.forEach((_) => {
898
- if (_.value === p) {
899
- const k = _.effect[0].target.split(".")[2];
900
- t.value[k] = _.effect[0].type === "w";
911
+ const r = (y) => {
912
+ e.setting.options.linkage.length && !e.setting.options.multiple && e.setting.options.linkage.forEach((T) => {
913
+ if (T.value === y) {
914
+ const M = T.effect[0].target.split(".")[2];
915
+ t.value[M] = T.effect[0].type === "w";
901
916
  }
902
917
  });
903
918
  };
904
- return (p, _) => y.value ? (S(), P(a(z), {
919
+ return (y, T) => m.value ? (V(), P(a(A), {
905
920
  key: 0,
906
921
  col: e.span,
907
- modelValue: v.value,
908
- "onUpdate:modelValue": _[0] || (_[0] = (w) => v.value = w),
909
- label: p.setting.desc,
910
- onChange: m,
922
+ modelValue: s.value,
923
+ "onUpdate:modelValue": T[0] || (T[0] = (j) => s.value = j),
924
+ label: y.setting.desc,
925
+ onChange: r,
911
926
  type: "select",
912
927
  prop: e.setting.name,
913
- placeholder: p.setting.options.placeholder,
914
- mode: p.setting.options.multiple ? "tags" : "combobox",
915
- showSearch: p.setting.options.filterable,
928
+ placeholder: y.setting.options.placeholder,
929
+ mode: y.setting.options.multiple ? "tags" : "combobox",
930
+ showSearch: y.setting.options.filterable,
916
931
  allowClear: !0,
917
932
  isView: e.isView,
918
- options: h.value,
919
- optionsValueKey: a(g),
920
- optionsLabelKey: a(o),
921
- helpMessage: u.value,
922
- disabled: a(d),
923
- required: f.value
924
- }, null, 8, ["col", "modelValue", "label", "prop", "placeholder", "mode", "showSearch", "isView", "options", "optionsValueKey", "optionsLabelKey", "helpMessage", "disabled", "required"])) : j("v-if", !0);
933
+ options: c.value,
934
+ optionsValueKey: a(d),
935
+ optionsLabelKey: a(C),
936
+ helpMessage: b.value,
937
+ disabled: a(v),
938
+ required: g.value
939
+ }, null, 8, ["col", "modelValue", "label", "prop", "placeholder", "mode", "showSearch", "isView", "options", "optionsValueKey", "optionsLabelKey", "helpMessage", "disabled", "required"])) : O("v-if", !0);
925
940
  }
926
941
  }), tt = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
927
942
  __proto__: null,
928
- default: wa
929
- }, Symbol.toStringTag, { value: "Module" })), Va = (s, e, t) => {
930
- var ue, se, re, pe, de;
931
- const n = Qe().id, c = l(!1), i = (de = (pe = (re = (se = (ue = s == null ? void 0 : s.options) == null ? void 0 : ue.selector) == null ? void 0 : se.type) == null ? void 0 : re.alias) == null ? void 0 : pe.replace("eip-", "")) == null ? void 0 : de.replace("-selector", ""), b = l([]), V = l(""), r = l(""), y = {
943
+ default: ka
944
+ }, Symbol.toStringTag, { value: "Module" })), Sa = (o, e, t) => {
945
+ var G, se, W, pe, de;
946
+ const l = Ee().id, p = i(!1), u = (de = (pe = (W = (se = (G = o == null ? void 0 : o.options) == null ? void 0 : G.selector) == null ? void 0 : se.type) == null ? void 0 : W.alias) == null ? void 0 : pe.replace("eip-", "")) == null ? void 0 : de.replace("-selector", ""), f = i([]), w = i(""), n = i(""), s = {
932
947
  user: E("搜索姓名/账号/手机号").value,
933
948
  org: E("搜索组织名称/组织编码").value,
934
949
  role: E("搜索角色名称").value,
@@ -936,15 +951,15 @@ const ca = (s, e) => {
936
951
  post: E("搜索岗位名称/岗位编码").value,
937
952
  supplier: E("搜索供应商编码/名称").value,
938
953
  source: E("搜索单据编码/申请人").value
939
- }, d = {
940
- user: E("用户选择器").value,
954
+ }, m = {
955
+ user: E("添加用户").value,
941
956
  org: E("组织选择器").value,
942
957
  role: E("角色选择器").value,
943
958
  job: E("职务选择器").value,
944
959
  post: E("岗位选择器").value,
945
- supplier: E("供应商选择器").value,
946
- source: E("源单选择器").value
947
- }, f = {
960
+ supplier: E("选择供应商").value,
961
+ source: E("选择源单").value
962
+ }, v = {
948
963
  user: "id",
949
964
  org: "id",
950
965
  role: "id",
@@ -956,25 +971,25 @@ const ca = (s, e) => {
956
971
  1: E("正常").value,
957
972
  2: E("锁定").value,
958
973
  3: E("禁用").value
959
- }, o = {
974
+ }, d = {
960
975
  0: E("普通").value,
961
976
  1: E("管理员").value
962
- }, h = {
977
+ }, C = {
963
978
  0: E("无效").value,
964
979
  1: E("有效").value
965
- }, u = {
980
+ }, c = {
966
981
  user: Bt,
967
- org: ye,
968
- role: Nt,
969
- job: ye,
970
- post: ye,
971
- supplier: xt
972
- }, v = d[i], m = l({}), p = l([]), _ = () => {
973
- var B, U;
974
- i === "supplier" ? (m.value = {
982
+ org: he,
983
+ role: Kt,
984
+ job: he,
985
+ post: he,
986
+ supplier: Wt
987
+ }, b = m[u], r = i({}), h = i([]), D = () => {
988
+ var q, Q;
989
+ u === "supplier" ? (r.value = {
975
990
  left: !1,
976
991
  content: {
977
- api: Ct,
992
+ api: Ht,
978
993
  params: {
979
994
  flowKey: e,
980
995
  clientType: "pc",
@@ -987,7 +1002,7 @@ const ca = (s, e) => {
987
1002
  querys: [
988
1003
  {
989
1004
  property: "orgId",
990
- value: n,
1005
+ value: l,
991
1006
  group: "quick",
992
1007
  relation: "AND",
993
1008
  operation: "EQUAL"
@@ -999,10 +1014,10 @@ const ca = (s, e) => {
999
1014
  }
1000
1015
  },
1001
1016
  right: !1
1002
- }, N(), k()) : i === "source" ? (m.value = {
1017
+ }, j(), T()) : u === "source" ? (r.value = {
1003
1018
  left: !1,
1004
1019
  content: {
1005
- api: Jt,
1020
+ api: Gt,
1006
1021
  params: {
1007
1022
  key: "",
1008
1023
  code: t
@@ -1017,10 +1032,10 @@ const ca = (s, e) => {
1017
1032
  }
1018
1033
  },
1019
1034
  right: !1
1020
- }, w()) : i === "org" ? (m.value = {
1035
+ }, y()) : u === "org" ? (r.value = {
1021
1036
  left: !1,
1022
1037
  content: {
1023
- api: Et,
1038
+ api: At,
1024
1039
  params: {
1025
1040
  search: ""
1026
1041
  },
@@ -1028,16 +1043,16 @@ const ca = (s, e) => {
1028
1043
  data: []
1029
1044
  }
1030
1045
  }
1031
- }, w()) : m.value = {
1046
+ }, y()) : r.value = {
1032
1047
  left: {
1033
- api: Pt,
1048
+ api: Ot,
1034
1049
  params: {
1035
- projectId: n,
1036
- parentId: n
1050
+ projectId: l,
1051
+ parentId: l
1037
1052
  },
1038
1053
  props: {
1039
1054
  inputOptions: {
1040
- placeholder: E("搜索组织名称")
1055
+ placeholder: E("搜索组织名称").value
1041
1056
  }
1042
1057
  }
1043
1058
  },
@@ -1046,7 +1061,7 @@ const ca = (s, e) => {
1046
1061
  data: []
1047
1062
  }
1048
1063
  }
1049
- }, i === "user" && (m.value.content = {
1064
+ }, u === "user" && (r.value.content = {
1050
1065
  api: jt,
1051
1066
  searchKey: "groupId",
1052
1067
  params: {
@@ -1056,8 +1071,8 @@ const ca = (s, e) => {
1056
1071
  selectListProps: {
1057
1072
  data: []
1058
1073
  }
1059
- }, w()), i === "role" && (m.value.content = {
1060
- api: Kt,
1074
+ }, y()), u === "role" && (r.value.content = {
1075
+ api: Et,
1061
1076
  searchKey: "orgId",
1062
1077
  params: {
1063
1078
  status: 1
@@ -1065,8 +1080,8 @@ const ca = (s, e) => {
1065
1080
  selectListProps: {
1066
1081
  data: []
1067
1082
  }
1068
- }, w()), i === "job" && (m.value.content = {
1069
- api: Qt,
1083
+ }, y()), u === "job" && (r.value.content = {
1084
+ api: Ut,
1070
1085
  searchKey: "groupId",
1071
1086
  props: {
1072
1087
  rowKey: "positionId"
@@ -1074,8 +1089,8 @@ const ca = (s, e) => {
1074
1089
  selectListProps: {
1075
1090
  data: []
1076
1091
  }
1077
- }, w()), i === "post" && (m.value.content = {
1078
- api: Ot,
1092
+ }, y()), u === "post" && (r.value.content = {
1093
+ api: Qt,
1079
1094
  searchKey: "groupId",
1080
1095
  props: {
1081
1096
  rowKey: "stationId"
@@ -1083,37 +1098,37 @@ const ca = (s, e) => {
1083
1098
  selectListProps: {
1084
1099
  data: []
1085
1100
  }
1086
- }, w()), m.value.content.multiple = i === "supplier" || i === "source" ? !1 : !((U = (B = s == null ? void 0 : s.options) == null ? void 0 : B.selector) != null && U.isSingle);
1087
- }, w = async () => {
1088
- p.value = [
1101
+ }, y()), r.value.content.multiple = u === "supplier" || u === "source" ? !1 : !((Q = (q = o == null ? void 0 : o.options) == null ? void 0 : q.selector) != null && Q.isSingle);
1102
+ }, y = async () => {
1103
+ h.value = [
1089
1104
  {
1090
1105
  type: "searchInput",
1091
1106
  key: "inputtKey",
1092
1107
  label: "",
1093
- placeholder: y[i],
1108
+ placeholder: s[u],
1094
1109
  value: "",
1095
- clearable: !1,
1110
+ clearable: !0,
1096
1111
  isIconLeft: !0,
1097
1112
  layout: "out",
1098
1113
  size: "small"
1099
1114
  }
1100
1115
  ];
1101
- }, k = async () => {
1102
- p.value = [
1116
+ }, T = async () => {
1117
+ h.value = [
1103
1118
  {
1104
1119
  type: "searchInput",
1105
1120
  key: "inputtKey",
1106
1121
  label: "",
1107
- placeholder: y[i],
1122
+ placeholder: s[u],
1108
1123
  value: "",
1109
- clearable: !1,
1124
+ clearable: !0,
1110
1125
  isIconLeft: !0,
1111
1126
  layout: "out",
1112
1127
  size: "small"
1113
1128
  },
1114
1129
  {
1115
1130
  type: "select",
1116
- label: "供应商类型",
1131
+ label: E("供应商类型").value,
1117
1132
  layout: "out",
1118
1133
  width: "200px",
1119
1134
  closable: !0,
@@ -1125,151 +1140,151 @@ const ca = (s, e) => {
1125
1140
  allowClear: !0
1126
1141
  }
1127
1142
  ];
1128
- }, N = async () => {
1129
- const B = {
1143
+ }, j = async () => {
1144
+ const q = {
1130
1145
  name: "",
1131
1146
  published: 1
1132
- }, [U, K] = await Yt(B).run();
1133
- U || (p.value[1].options = K);
1134
- }, O = () => {
1135
- var U;
1136
- V.value = "", c.value = !0;
1137
- let B = f[i];
1138
- m.value.content.selectListProps.data = (U = b == null ? void 0 : b.value) == null ? void 0 : U.map((K) => ({ name: K == null ? void 0 : K.label, [B]: K == null ? void 0 : K.value }));
1147
+ }, [Q, L] = await Zt(q).run();
1148
+ Q || (h.value[1].options = L);
1149
+ }, M = () => {
1150
+ var Q;
1151
+ w.value = "", p.value = !0;
1152
+ let q = v[u];
1153
+ r.value.content.selectListProps.data = (Q = f == null ? void 0 : f.value) == null ? void 0 : Q.map((L) => ({ name: L == null ? void 0 : L.label, [q]: L == null ? void 0 : L.value }));
1139
1154
  };
1140
- _();
1141
- const G = async () => {
1142
- var B, U, K, F, Q, I, T, le, Me, ke, Te, Re, $e, Fe, Ie, qe, Pe;
1143
- m.value.content.params = {
1144
- ...(U = (B = m == null ? void 0 : m.value) == null ? void 0 : B.content) == null ? void 0 : U.params,
1155
+ D();
1156
+ const k = async () => {
1157
+ var q, Q, L, $, U, S, J, Se, Ne, Le, ze, Me, Te, Re, $e, Pe, Fe;
1158
+ r.value.content.params = {
1159
+ ...(Q = (q = r == null ? void 0 : r.value) == null ? void 0 : q.content) == null ? void 0 : Q.params,
1145
1160
  pageIndex: 1
1146
- }, (i === "user" || i === "org" || i === "post" || i === "role" || i === "job") && (m.value.content.params.name = (K = p == null ? void 0 : p.value[0]) == null ? void 0 : K.value), i === "source" && (m.value.content.params.key = (F = p == null ? void 0 : p.value[0]) == null ? void 0 : F.value), i === "supplier" && (m.value.content.params.querys = [
1161
+ }, (u === "user" || u === "org" || u === "post" || u === "role" || u === "job") && (r.value.content.params.name = (L = h == null ? void 0 : h.value[0]) == null ? void 0 : L.value), u === "source" && (r.value.content.params.key = ($ = h == null ? void 0 : h.value[0]) == null ? void 0 : $.value), u === "supplier" && (r.value.content.params.querys = [
1147
1162
  {
1148
1163
  property: "orgId",
1149
- value: n,
1164
+ value: l,
1150
1165
  group: "quick",
1151
1166
  relation: "AND",
1152
1167
  operation: "EQUAL"
1153
1168
  }
1154
- ], (Q = p == null ? void 0 : p.value[0]) != null && Q.value && (m.value.content.params.querys = (Te = (le = (T = (I = m == null ? void 0 : m.value) == null ? void 0 : I.content) == null ? void 0 : T.params) == null ? void 0 : le.querys) == null ? void 0 : Te.concat([
1169
+ ], (U = h == null ? void 0 : h.value[0]) != null && U.value && (r.value.content.params.querys = (ze = (Se = (J = (S = r == null ? void 0 : r.value) == null ? void 0 : S.content) == null ? void 0 : J.params) == null ? void 0 : Se.querys) == null ? void 0 : ze.concat([
1155
1170
  {
1156
1171
  property: "name",
1157
- value: (Me = p == null ? void 0 : p.value[0]) == null ? void 0 : Me.value,
1172
+ value: (Ne = h == null ? void 0 : h.value[0]) == null ? void 0 : Ne.value,
1158
1173
  group: "merge",
1159
1174
  relation: "OR",
1160
1175
  operation: "LIKE"
1161
1176
  },
1162
1177
  {
1163
1178
  property: "code",
1164
- value: (ke = p == null ? void 0 : p.value[0]) == null ? void 0 : ke.value,
1179
+ value: (Le = h == null ? void 0 : h.value[0]) == null ? void 0 : Le.value,
1165
1180
  group: "merge",
1166
1181
  relation: "OR",
1167
1182
  operation: "LIKE"
1168
1183
  }
1169
- ])), (Re = p == null ? void 0 : p.value[1]) != null && Re.value && (m.value.content.params.querys = (Pe = (Ie = (Fe = ($e = m == null ? void 0 : m.value) == null ? void 0 : $e.content) == null ? void 0 : Fe.params) == null ? void 0 : Ie.querys) == null ? void 0 : Pe.concat([
1184
+ ])), (Me = h == null ? void 0 : h.value[1]) != null && Me.value && (r.value.content.params.querys = (Fe = ($e = (Re = (Te = r == null ? void 0 : r.value) == null ? void 0 : Te.content) == null ? void 0 : Re.params) == null ? void 0 : $e.querys) == null ? void 0 : Fe.concat([
1170
1185
  {
1171
1186
  property: "classificationId",
1172
- value: (qe = p == null ? void 0 : p.value[1]) == null ? void 0 : qe.value,
1187
+ value: (Pe = h == null ? void 0 : h.value[1]) == null ? void 0 : Pe.value,
1173
1188
  group: "quick",
1174
1189
  relation: "AND",
1175
1190
  operation: "EQUAL"
1176
1191
  }
1177
1192
  ])));
1178
1193
  };
1179
- M(
1180
- () => c == null ? void 0 : c.value,
1181
- (B) => {
1182
- B || R();
1194
+ z(
1195
+ () => p == null ? void 0 : p.value,
1196
+ (q) => {
1197
+ q || B();
1183
1198
  }
1184
1199
  );
1185
- const R = async () => {
1186
- i === "supplier" ? (p.value[0].value = "", p.value[1].value = void 0) : (i === "org" || i === "user" || i === "source" || i === "post" || i === "role" || i === "job") && (p.value[0].value = ""), _();
1200
+ const B = async () => {
1201
+ u === "supplier" ? (h.value[0].value = "", h.value[1].value = void 0) : (u === "org" || u === "user" || u === "source" || u === "post" || u === "role" || u === "job") && (h.value[0].value = ""), D();
1187
1202
  };
1188
1203
  return {
1189
- dialogVisible: c,
1190
- title: v,
1191
- searchName: V,
1192
- selectorType: i,
1193
- selectOptions: b,
1194
- tableOptions: m,
1204
+ dialogVisible: p,
1205
+ title: b,
1206
+ searchName: w,
1207
+ selectorType: u,
1208
+ selectOptions: f,
1209
+ tableOptions: r,
1195
1210
  userStatusMap: g,
1196
- roleTypeMap: o,
1197
- roleStatusMap: h,
1198
- openDialog: O,
1199
- confirm: (B) => {
1200
- var K;
1201
- let U = f[i];
1202
- b.value = B == null ? void 0 : B.map((F) => ({ label: (F == null ? void 0 : F.name) || (F == null ? void 0 : F.code), value: F[U] })), i === "supplier" && (r.value = (K = B[0]) == null ? void 0 : K.linkmanPhone);
1211
+ roleTypeMap: d,
1212
+ roleStatusMap: C,
1213
+ openDialog: M,
1214
+ confirm: (q) => {
1215
+ var L;
1216
+ let Q = v[u];
1217
+ f.value = q == null ? void 0 : q.map(($) => ({ label: ($ == null ? void 0 : $.name) || ($ == null ? void 0 : $.code), value: $[Q] })), u === "supplier" && (n.value = (L = q[0]) == null ? void 0 : L.linkmanPhone);
1203
1218
  },
1204
- getDetail: async (B) => {
1205
- if (!B) return;
1206
- const U = u[i];
1207
- let K = {};
1208
- const F = B == null ? void 0 : B.split(",");
1209
- if (i === "source") {
1210
- b.value = [
1219
+ getDetail: async (q) => {
1220
+ if (!q) return;
1221
+ const Q = c[u];
1222
+ let L = {};
1223
+ const $ = q == null ? void 0 : q.split(",");
1224
+ if (u === "source") {
1225
+ f.value = [
1211
1226
  {
1212
- label: B,
1213
- value: B
1227
+ label: q,
1228
+ value: q
1214
1229
  }
1215
1230
  ];
1216
1231
  return;
1217
- } else i === "user" ? K.userIds = F : i === "role" ? K.ids = F : i === "supplier" ? K.id = F : K = F;
1218
- const [Q, I] = await U(K).run();
1219
- Q || (i === "supplier" ? b.value = [
1232
+ } else u === "user" ? L.userIds = $ : u === "role" ? L.ids = $ : u === "supplier" ? L.id = $ : L = $;
1233
+ const [U, S] = await Q(L).run();
1234
+ U || (u === "supplier" ? f.value = [
1220
1235
  {
1221
- label: (I == null ? void 0 : I.name) || (I == null ? void 0 : I.code),
1222
- value: I == null ? void 0 : I.id
1236
+ label: (S == null ? void 0 : S.name) || (S == null ? void 0 : S.code),
1237
+ value: S == null ? void 0 : S.id
1223
1238
  }
1224
- ] : b.value = I == null ? void 0 : I.map((T) => ({ label: (T == null ? void 0 : T.name) || (T == null ? void 0 : T.code), value: T == null ? void 0 : T.id })));
1239
+ ] : f.value = S == null ? void 0 : S.map((J) => ({ label: (J == null ? void 0 : J.name) || (J == null ? void 0 : J.code), value: J == null ? void 0 : J.id })));
1225
1240
  },
1226
- searchData: G,
1227
- searchOptions: p,
1228
- linkmanPhone: r
1241
+ searchData: k,
1242
+ searchOptions: h,
1243
+ linkmanPhone: n
1229
1244
  };
1230
- }, Da = () => {
1231
- const s = l(""), e = l(""), t = l([]), n = l("");
1245
+ }, Na = () => {
1246
+ const o = i(""), e = i(""), t = i([]), l = i("");
1232
1247
  return {
1233
- spacePath: s,
1248
+ spacePath: o,
1234
1249
  spaceName: e,
1235
1250
  spaceTreeData: t,
1236
- searchSpace: n,
1237
- changeSpace: (r, y) => {
1238
- s.value = y[0].path, e.value = y[0].pathName;
1251
+ searchSpace: l,
1252
+ changeSpace: (n, s) => {
1253
+ o.value = s[0].path, e.value = s[0].pathName;
1239
1254
  },
1240
- spaceLoad: async (r) => {
1241
- let y = {
1255
+ spaceLoad: async (n) => {
1256
+ let s = {
1242
1257
  pageSize: 1e4,
1243
1258
  pageIndex: 1,
1244
- projectId: Qe().id,
1259
+ projectId: Ee().id,
1245
1260
  //项目id
1246
1261
  spaceId: ""
1247
1262
  // orgId:getProjectInfo().id
1248
1263
  };
1249
- y.spaceId = r != null && r.id ? r.id : "";
1250
- let d = At;
1251
- const [f, g] = await d(y).run();
1252
- return f ? {} : g;
1264
+ s.spaceId = n != null && n.id ? n.id : "";
1265
+ let m = xt;
1266
+ const [v, g] = await m(s).run();
1267
+ return v ? {} : g;
1253
1268
  },
1254
- filterSpaceTree: async (r) => {
1255
- if (!r) return [];
1256
- let y = zt;
1257
- const d = {
1258
- name: r
1259
- }, [f, g] = await y(d).run();
1260
- return f ? {} : (g.forEach((o) => {
1261
- o.path.startsWith("/0") && (o.path = o.path.slice(2) + `/${o.id}`), o._name = o.nodeName ? o.nodeName : o.name;
1269
+ filterSpaceTree: async (n) => {
1270
+ if (!n) return [];
1271
+ let s = Yt;
1272
+ const m = {
1273
+ name: n
1274
+ }, [v, g] = await s(m).run();
1275
+ return v ? {} : (g.forEach((d) => {
1276
+ d.path.startsWith("/0") && (d.path = d.path.slice(2) + `/${d.id}`), d._name = d.nodeName ? d.nodeName : d.name;
1262
1277
  }), g);
1263
1278
  },
1264
- getSpaceDetail: async (r) => {
1265
- const [y, d] = await Ut().run({ spaceId: r });
1266
- y || (s.value = d.path);
1279
+ getSpaceDetail: async (n) => {
1280
+ const [s, m] = await Jt().run({ spaceId: n });
1281
+ s || (o.value = m.path);
1267
1282
  }
1268
1283
  };
1269
- }, Sa = { class: "table-search-process-top" }, La = {
1284
+ }, La = { class: "table-search-process-top" }, za = {
1270
1285
  name: "selector"
1271
- }, Ma = /* @__PURE__ */ A({
1272
- ...La,
1286
+ }, Ma = /* @__PURE__ */ K({
1287
+ ...za,
1273
1288
  props: {
1274
1289
  setting: { default: () => ({
1275
1290
  icon: "",
@@ -1278,123 +1293,124 @@ const ca = (s, e) => {
1278
1293
  desc: "",
1279
1294
  options: {}
1280
1295
  }) },
1281
- span: { default: 6 },
1296
+ span: { default: 24 },
1282
1297
  isView: { type: Boolean },
1283
1298
  marginRight: {},
1284
1299
  store: {}
1285
1300
  },
1286
- setup(s) {
1287
- const e = s, { showData: t, setData: n, getData: c, flowKey: i, setFormRule: b, deleteRule: V, disabledData: r } = e.store || {}, y = l(!0);
1288
- !t.value[e.setting.name] && t.value[e.setting.name] != !1 && (t.value[e.setting.name] = !0), M(
1301
+ setup(o) {
1302
+ const e = o, { showData: t, setData: l, getData: p, flowKey: u, setFormRule: f, deleteRule: w, disabledData: n } = e.store || {}, s = i(""), m = i(!0);
1303
+ !t.value[e.setting.name] && t.value[e.setting.name] != !1 && (t.value[e.setting.name] = !0), z(
1289
1304
  () => t.value,
1290
1305
  () => {
1291
- y.value = t.value[e.setting.name], y.value || (f.value = "", m.value = [], V(e.setting.name)), y.value && e.setting.options.validateList.length && b(e.setting.name, e.setting.options.validateList);
1306
+ m.value = t.value[e.setting.name], m.value || (s.value = "", b.value = [], w(e.setting.name)), m.value && e.setting.options.validateList.length && f(e.setting.name, e.setting.options.validateList);
1292
1307
  },
1293
- { deep: !0 }
1308
+ { deep: !0, immediate: !0 }
1294
1309
  );
1295
- const d = r.value[e.setting.name] || !1, f = l(""), {
1310
+ const v = n.value[e.setting.name] || !1, {
1296
1311
  dialogVisible: g,
1297
- title: o,
1298
- searchName: h,
1299
- tableOptions: u,
1300
- selectorType: v,
1301
- selectOptions: m,
1302
- userStatusMap: p,
1303
- roleTypeMap: _,
1304
- roleStatusMap: w,
1305
- openDialog: k,
1306
- confirm: N,
1307
- getDetail: O,
1308
- searchData: G,
1309
- searchOptions: R,
1310
- linkmanPhone: W
1311
- } = Va(e.setting, i, f), { spacePath: ae, spaceName: ue, searchSpace: se, changeSpace: re, spaceLoad: pe, filterSpaceTree: de, getSpaceDetail: B } = Da(), U = l(!1);
1312
- Y(e.setting.options.validateList).then((F) => {
1313
- U.value = F;
1312
+ title: d,
1313
+ tableOptions: C,
1314
+ selectorType: c,
1315
+ selectOptions: b,
1316
+ userStatusMap: r,
1317
+ roleTypeMap: h,
1318
+ roleStatusMap: D,
1319
+ openDialog: y,
1320
+ confirm: T,
1321
+ getDetail: j,
1322
+ searchData: M,
1323
+ searchOptions: k,
1324
+ linkmanPhone: B
1325
+ } = Sa(e.setting, u, s), { spacePath: F, spaceName: ee, searchSpace: G, changeSpace: se, spaceLoad: W, filterSpaceTree: pe, getSpaceDetail: de } = Na(), q = i(!1);
1326
+ H(e.setting.options.validateList).then((L) => {
1327
+ q.value = L;
1314
1328
  });
1315
- const K = l();
1316
- return e.setting.options.tip && (K.value = x(e.setting.options.tip)), e.setting.options.validateList.length && b(e.setting.name, e.setting.options.validateList), v == "position" ? (f.value = c(e.setting.name) ? c(e.setting.name) : f.value, f.value && B(f.value), f.value || n(e.setting.name, null), M(f, (F) => {
1317
- n(e.setting.name, F);
1318
- }), M(ue, (F) => {
1319
- n(e.setting.options.selector.type.positionName, F);
1320
- })) : v == "supplier" ? (f.value = c(e.setting.name) ? [c(e.setting.name)] : [f.value], f.value && O(c(e.setting.name)), M(f, (F) => {
1321
- n(e.setting.name, F == null ? void 0 : F.toString());
1322
- }), M(W, (F) => {
1323
- var Q, I, T, le;
1324
- ((le = (T = (I = (Q = e == null ? void 0 : e.setting) == null ? void 0 : Q.options) == null ? void 0 : I.selector) == null ? void 0 : T.type) == null ? void 0 : le.supplierPhone) !== void 0 && n(e.setting.options.selector.type.supplierPhone, F);
1325
- })) : (f.value = c(e.setting.name) ? c(e.setting.name) : f.value, f.value && O(f.value), f.value.length || n(e.setting.name, null), M(m, (F) => {
1326
- f.value = F.map((Q) => Q.value).toString(), n(e.setting.name, f.value);
1327
- })), (F, Q) => (S(), C(
1328
- H,
1329
+ const Q = i();
1330
+ return e.setting.options.tip && (Q.value = Y(e.setting.options.tip)), e.setting.options.validateList.length && f(e.setting.name, e.setting.options.validateList), c == "position" ? (s.value = p(e.setting.name) ? p(e.setting.name) : s.value, s.value && de(s.value), s.value || l(e.setting.name, null), z(s, (L) => {
1331
+ l(e.setting.name, L);
1332
+ }), z(ee, (L) => {
1333
+ l(e.setting.options.selector.type.positionName, L);
1334
+ })) : c == "supplier" ? (s.value = p(e.setting.name) ? [p(e.setting.name)] : [s.value], s.value && j(p(e.setting.name)), z(s, (L) => {
1335
+ l(e.setting.name, L == null ? void 0 : L.toString());
1336
+ }), z(B, (L) => {
1337
+ var $, U, S, J;
1338
+ ((J = (S = (U = ($ = e == null ? void 0 : e.setting) == null ? void 0 : $.options) == null ? void 0 : U.selector) == null ? void 0 : S.type) == null ? void 0 : J.supplierPhone) !== void 0 && l(e.setting.options.selector.type.supplierPhone, L);
1339
+ })) : (s.value = p(e.setting.name) ? p(e.setting.name) : s.value, s.value && j(s.value), s.value.length || l(e.setting.name, null), z(b, (L) => {
1340
+ s.value = L.map(($) => $.value).toString(), l(e.setting.name, s.value);
1341
+ })), (L, $) => (V(), x(
1342
+ X,
1329
1343
  null,
1330
1344
  [
1331
- y.value && a(v) != "position" ? (S(), P(a(z), {
1345
+ m.value && a(c) != "position" ? (V(), P(a(A), {
1332
1346
  key: 0,
1333
1347
  col: e.span,
1334
- modelValue: f.value,
1335
- "onUpdate:modelValue": Q[1] || (Q[1] = (I) => f.value = I),
1348
+ modelValue: s.value,
1349
+ "onUpdate:modelValue": $[1] || ($[1] = (U) => s.value = U),
1336
1350
  prop: e.setting.name,
1337
- label: F.setting.desc,
1351
+ label: L.setting.desc,
1338
1352
  type: "inputDialogSelect",
1339
- options: a(m),
1340
- helpMessage: K.value,
1353
+ options: a(b),
1354
+ helpMessage: Q.value,
1341
1355
  isView: e.isView,
1342
- disabled: a(d),
1343
- required: U.value,
1344
- onOpenDialog: a(k)
1356
+ disabled: a(v),
1357
+ required: q.value,
1358
+ placeholder: L.setting.options.placeholder || a(_)("请选择"),
1359
+ onOpenDialog: a(y)
1345
1360
  }, {
1346
- default: $(() => {
1347
- var I;
1361
+ default: R(() => {
1362
+ var U;
1348
1363
  return [
1349
- L(a(Vt), {
1364
+ N(a(Vt), {
1350
1365
  "append-to-body": "",
1351
1366
  modelValue: a(g),
1352
- "onUpdate:modelValue": Q[0] || (Q[0] = (T) => fe(g) ? g.value = T : null),
1353
- options: a(u),
1354
- onConfirm: a(N),
1355
- title: a(o)
1356
- }, dt({
1367
+ "onUpdate:modelValue": $[0] || ($[0] = (S) => fe(g) ? g.value = S : null),
1368
+ options: a(C),
1369
+ onConfirm: a(T),
1370
+ title: a(d),
1371
+ "body-style": { padding: "0px" }
1372
+ }, ct({
1357
1373
  _: 2
1358
1374
  /* DYNAMIC */
1359
1375
  }, [
1360
- ((I = a(R)) == null ? void 0 : I.length) > 0 ? {
1376
+ ((U = a(k)) == null ? void 0 : U.length) > 0 ? {
1361
1377
  name: "table-header-search",
1362
- fn: $(() => [
1363
- Ne("div", Sa, [
1364
- L(a(wt), {
1378
+ fn: R(() => [
1379
+ je("div", La, [
1380
+ N(a(Dt), {
1365
1381
  labelLength: "6",
1366
- options: a(R),
1367
- onConfirm: a(G),
1382
+ options: a(k),
1383
+ onConfirm: a(M),
1368
1384
  "is-margin-right": !1
1369
1385
  }, null, 8, ["options", "onConfirm"])
1370
1386
  ])
1371
1387
  ]),
1372
1388
  key: "0"
1373
1389
  } : void 0,
1374
- a(v) === "user" ? {
1390
+ a(c) === "user" ? {
1375
1391
  name: "table-column",
1376
- fn: $(() => [
1377
- L(a(q), {
1378
- label: a(D)("姓名"),
1392
+ fn: R(() => [
1393
+ N(a(I), {
1394
+ label: a(_)("姓名"),
1379
1395
  prop: "name"
1380
1396
  }, null, 8, ["label"]),
1381
- L(a(q), {
1382
- label: a(D)("账号"),
1397
+ N(a(I), {
1398
+ label: a(_)("账号"),
1383
1399
  prop: "userName"
1384
1400
  }, null, 8, ["label"]),
1385
- L(a(q), {
1386
- label: a(D)("手机号"),
1401
+ N(a(I), {
1402
+ label: a(_)("手机号"),
1387
1403
  prop: "sensitivePhone"
1388
1404
  }, {
1389
- default: $(({ row: T }) => [
1390
- L(a(Oe), {
1405
+ default: R(({ row: S }) => [
1406
+ N(a(De), {
1391
1407
  placement: "top",
1392
- content: T.phone,
1393
- disabled: !T.phone
1408
+ content: S.phone,
1409
+ disabled: !S.phone
1394
1410
  }, {
1395
- default: $(() => [
1396
- X(
1397
- ee(T.sensitivePhone || "-"),
1411
+ default: R(() => [
1412
+ ae(
1413
+ ne(S.sensitivePhone || "-"),
1398
1414
  1
1399
1415
  /* TEXT */
1400
1416
  )
@@ -1406,12 +1422,12 @@ const ca = (s, e) => {
1406
1422
  _: 1
1407
1423
  /* STABLE */
1408
1424
  }, 8, ["label"]),
1409
- L(a(q), {
1410
- label: a(D)("状态")
1425
+ N(a(I), {
1426
+ label: a(_)("状态")
1411
1427
  }, {
1412
- default: $(({ row: T }) => [
1413
- X(
1414
- ee(a(p)[T.status]),
1428
+ default: R(({ row: S }) => [
1429
+ ae(
1430
+ ne(a(r)[S.status]),
1415
1431
  1
1416
1432
  /* TEXT */
1417
1433
  )
@@ -1422,37 +1438,37 @@ const ca = (s, e) => {
1422
1438
  ]),
1423
1439
  key: "1"
1424
1440
  } : void 0,
1425
- a(v) === "org" ? {
1441
+ a(c) === "org" ? {
1426
1442
  name: "table-column",
1427
- fn: $(() => [
1428
- L(a(q), {
1429
- label: a(D)("组织名称"),
1443
+ fn: R(() => [
1444
+ N(a(I), {
1445
+ label: a(_)("组织名称"),
1430
1446
  prop: "name"
1431
1447
  }, null, 8, ["label"]),
1432
- L(a(q), {
1433
- label: a(D)("组织编码"),
1448
+ N(a(I), {
1449
+ label: a(_)("组织编码"),
1434
1450
  prop: "code"
1435
1451
  }, null, 8, ["label"]),
1436
- L(a(q), {
1437
- label: a(D)("组织类型"),
1452
+ N(a(I), {
1453
+ label: a(_)("组织类型"),
1438
1454
  prop: "typeName"
1439
1455
  }, null, 8, ["label"])
1440
1456
  ]),
1441
1457
  key: "2"
1442
1458
  } : void 0,
1443
- a(v) === "role" ? {
1459
+ a(c) === "role" ? {
1444
1460
  name: "table-column",
1445
- fn: $(() => [
1446
- L(a(q), {
1447
- label: a(D)("角色名称"),
1461
+ fn: R(() => [
1462
+ N(a(I), {
1463
+ label: a(_)("角色名称"),
1448
1464
  prop: "name"
1449
1465
  }, null, 8, ["label"]),
1450
- L(a(q), {
1451
- label: a(D)("角色类型")
1466
+ N(a(I), {
1467
+ label: a(_)("角色类型")
1452
1468
  }, {
1453
- default: $(({ row: T }) => [
1454
- X(
1455
- ee(a(_)[T.type]),
1469
+ default: R(({ row: S }) => [
1470
+ ae(
1471
+ ne(a(h)[S.type]),
1456
1472
  1
1457
1473
  /* TEXT */
1458
1474
  )
@@ -1460,12 +1476,12 @@ const ca = (s, e) => {
1460
1476
  _: 1
1461
1477
  /* STABLE */
1462
1478
  }, 8, ["label"]),
1463
- L(a(q), {
1464
- label: a(D)("角色状态")
1479
+ N(a(I), {
1480
+ label: a(_)("角色状态")
1465
1481
  }, {
1466
- default: $(({ row: T }) => [
1467
- X(
1468
- ee(a(w)[T.status]),
1482
+ default: R(({ row: S }) => [
1483
+ ae(
1484
+ ne(a(D)[S.status]),
1469
1485
  1
1470
1486
  /* TEXT */
1471
1487
  )
@@ -1476,80 +1492,80 @@ const ca = (s, e) => {
1476
1492
  ]),
1477
1493
  key: "3"
1478
1494
  } : void 0,
1479
- a(v) === "job" ? {
1495
+ a(c) === "job" ? {
1480
1496
  name: "table-column",
1481
- fn: $(() => [
1482
- L(a(q), {
1483
- label: a(D)("职务名称"),
1497
+ fn: R(() => [
1498
+ N(a(I), {
1499
+ label: a(_)("职务名称"),
1484
1500
  prop: "name"
1485
1501
  }, null, 8, ["label"]),
1486
- L(a(q), {
1487
- label: a(D)("职务编码"),
1502
+ N(a(I), {
1503
+ label: a(_)("职务编码"),
1488
1504
  prop: "code"
1489
1505
  }, null, 8, ["label"]),
1490
- L(a(q), {
1491
- label: a(D)("所属组织路径"),
1506
+ N(a(I), {
1507
+ label: a(_)("所属组织路径"),
1492
1508
  prop: "groupName"
1493
1509
  }, null, 8, ["label"])
1494
1510
  ]),
1495
1511
  key: "4"
1496
1512
  } : void 0,
1497
- a(v) === "post" ? {
1513
+ a(c) === "post" ? {
1498
1514
  name: "table-column",
1499
- fn: $(() => [
1500
- L(a(q), {
1501
- label: a(D)("岗位名称"),
1515
+ fn: R(() => [
1516
+ N(a(I), {
1517
+ label: a(_)("岗位名称"),
1502
1518
  prop: "name"
1503
1519
  }, null, 8, ["label"]),
1504
- L(a(q), {
1505
- label: a(D)("岗位编码"),
1520
+ N(a(I), {
1521
+ label: a(_)("岗位编码"),
1506
1522
  prop: "code"
1507
1523
  }, null, 8, ["label"]),
1508
- L(a(q), {
1509
- label: a(D)("所属组织路径"),
1524
+ N(a(I), {
1525
+ label: a(_)("所属组织路径"),
1510
1526
  prop: "groupName"
1511
1527
  }, null, 8, ["label"])
1512
1528
  ]),
1513
1529
  key: "5"
1514
1530
  } : void 0,
1515
- a(v) === "supplier" ? {
1531
+ a(c) === "supplier" ? {
1516
1532
  name: "table-column",
1517
- fn: $(() => [
1518
- L(a(q), {
1533
+ fn: R(() => [
1534
+ N(a(I), {
1519
1535
  type: "index",
1520
1536
  width: "50"
1521
1537
  }),
1522
- L(a(q), {
1523
- label: a(D)("供应商名称"),
1538
+ N(a(I), {
1539
+ label: a(_)("供应商名称"),
1524
1540
  prop: "name"
1525
1541
  }, null, 8, ["label"]),
1526
- L(a(q), {
1527
- label: a(D)("供应商编码"),
1542
+ N(a(I), {
1543
+ label: a(_)("供应商编码"),
1528
1544
  prop: "code"
1529
1545
  }, null, 8, ["label"]),
1530
- L(a(q), {
1531
- label: a(D)("供应商等级"),
1546
+ N(a(I), {
1547
+ label: a(_)("供应商等级"),
1532
1548
  prop: "supplierLevel"
1533
1549
  }, null, 8, ["label"]),
1534
- L(a(q), {
1535
- label: a(D)("供应商分类"),
1550
+ N(a(I), {
1551
+ label: a(_)("供应商分类"),
1536
1552
  prop: "classificationName"
1537
1553
  }, {
1538
- default: $(() => [
1539
- j(` <template #default="{row}">\r
1554
+ default: R(() => [
1555
+ O(` <template #default="{row}">\r
1540
1556
  {{ getSupplierName(row) }}\r
1541
1557
  </template> `)
1542
1558
  ]),
1543
1559
  _: 1
1544
1560
  /* STABLE */
1545
1561
  }, 8, ["label"]),
1546
- L(a(q), {
1547
- label: a(D)("个人/公司"),
1562
+ N(a(I), {
1563
+ label: a(_)("个人/公司"),
1548
1564
  prop: "businessType"
1549
1565
  }, {
1550
- default: $(({ row: T }) => [
1551
- X(
1552
- ee(T.businessType == "COMPANY" ? a(D)("公司") : a(D)("个人")),
1566
+ default: R(({ row: S }) => [
1567
+ ae(
1568
+ ne(S.businessType == "COMPANY" ? a(_)("公司") : a(_)("个人")),
1553
1569
  1
1554
1570
  /* TEXT */
1555
1571
  )
@@ -1560,32 +1576,52 @@ const ca = (s, e) => {
1560
1576
  ]),
1561
1577
  key: "6"
1562
1578
  } : void 0,
1563
- a(v) === "source" ? {
1579
+ a(c) === "source" ? {
1564
1580
  name: "table-column",
1565
- fn: $(() => [
1566
- L(a(q), {
1581
+ fn: R(() => [
1582
+ N(a(I), {
1567
1583
  type: "index",
1568
1584
  width: "50"
1569
1585
  }),
1570
- L(a(q), {
1571
- label: a(D)("单据编码"),
1586
+ N(a(I), {
1587
+ label: a(_)("单据编码"),
1572
1588
  prop: "code"
1573
1589
  }, null, 8, ["label"]),
1574
- L(a(q), {
1575
- label: a(D)("申请人"),
1590
+ N(a(I), {
1591
+ label: a(_)("申请人"),
1576
1592
  prop: "userName"
1577
1593
  }, null, 8, ["label"]),
1578
- L(a(q), {
1579
- label: a(D)("联系电话"),
1580
- prop: "phone"
1581
- }, null, 8, ["label"]),
1582
- L(a(q), {
1583
- label: a(D)("计划领用日期"),
1594
+ N(a(I), {
1595
+ label: a(_)("联系电话"),
1596
+ prop: "sensitivePhone"
1597
+ }, {
1598
+ default: R(({ row: S }) => [
1599
+ N(a(De), {
1600
+ placement: "top",
1601
+ content: S.phone,
1602
+ disabled: !S.phone
1603
+ }, {
1604
+ default: R(() => [
1605
+ ae(
1606
+ ne(S.sensitivePhone || "-"),
1607
+ 1
1608
+ /* TEXT */
1609
+ )
1610
+ ]),
1611
+ _: 2
1612
+ /* DYNAMIC */
1613
+ }, 1032, ["content", "disabled"])
1614
+ ]),
1615
+ _: 1
1616
+ /* STABLE */
1617
+ }, 8, ["label"]),
1618
+ N(a(I), {
1619
+ label: a(_)("计划领用日期"),
1584
1620
  prop: "claimingDate"
1585
1621
  }, {
1586
- default: $(({ row: T }) => [
1587
- X(
1588
- ee(T.claimingDate ? a(ce)(Number(T == null ? void 0 : T.claimingDate)).format("YYYY/MM/DD") : "-"),
1622
+ default: R(({ row: S }) => [
1623
+ ae(
1624
+ ne(S.claimingDate ? a(me)(Number(S == null ? void 0 : S.claimingDate)).format("YYYY/MM/DD") : "-"),
1589
1625
  1
1590
1626
  /* TEXT */
1591
1627
  )
@@ -1593,8 +1629,8 @@ const ca = (s, e) => {
1593
1629
  _: 1
1594
1630
  /* STABLE */
1595
1631
  }, 8, ["label"]),
1596
- L(a(q), {
1597
- label: a(D)("资产用途"),
1632
+ N(a(I), {
1633
+ label: a(_)("资产用途"),
1598
1634
  prop: "purpose"
1599
1635
  }, null, 8, ["label"])
1600
1636
  ]),
@@ -1605,51 +1641,52 @@ const ca = (s, e) => {
1605
1641
  }),
1606
1642
  _: 1
1607
1643
  /* STABLE */
1608
- }, 8, ["col", "modelValue", "prop", "label", "options", "helpMessage", "isView", "disabled", "required", "onOpenDialog"])) : j("v-if", !0),
1609
- y.value && a(v) == "position" ? (S(), P(a(z), {
1644
+ }, 8, ["col", "modelValue", "prop", "label", "options", "helpMessage", "isView", "disabled", "required", "placeholder", "onOpenDialog"])) : O("v-if", !0),
1645
+ m.value && a(c) == "position" ? (V(), P(a(A), {
1610
1646
  key: 1,
1611
1647
  col: e.span,
1612
- label: F.setting.desc,
1648
+ label: L.setting.desc,
1613
1649
  prop: e.setting.name,
1614
1650
  type: "treeSelect",
1615
1651
  "node-key": "id",
1616
1652
  showFullPath: !0,
1617
- helpMessage: K.value,
1618
- required: U.value,
1619
- modelValue: f.value,
1620
- "onUpdate:modelValue": Q[2] || (Q[2] = (I) => f.value = I),
1621
- keyword: a(se),
1622
- "onUpdate:keyword": Q[3] || (Q[3] = (I) => fe(se) ? se.value = I : null),
1623
- path: a(ae),
1624
- "onUpdate:path": Q[4] || (Q[4] = (I) => fe(ae) ? ae.value = I : null),
1653
+ helpMessage: Q.value,
1654
+ placeholder: L.setting.options.placeholder,
1655
+ required: q.value,
1656
+ modelValue: s.value,
1657
+ "onUpdate:modelValue": $[2] || ($[2] = (U) => s.value = U),
1658
+ keyword: a(G),
1659
+ "onUpdate:keyword": $[3] || ($[3] = (U) => fe(G) ? G.value = U : null),
1660
+ path: a(F),
1661
+ "onUpdate:path": $[4] || ($[4] = (U) => fe(F) ? F.value = U : null),
1625
1662
  isView: e.isView,
1626
- disabled: a(d),
1627
- load: a(pe),
1628
- search: a(de),
1663
+ disabled: a(v),
1664
+ load: a(W),
1665
+ search: a(pe),
1629
1666
  props: {
1630
1667
  isLeaf: "leaf",
1631
1668
  label: "name"
1632
1669
  },
1633
- onChange: a(re)
1634
- }, null, 8, ["col", "label", "prop", "helpMessage", "required", "modelValue", "keyword", "path", "isView", "disabled", "load", "search", "onChange"])) : j("v-if", !0)
1670
+ onChange: a(se)
1671
+ }, null, 8, ["col", "label", "prop", "helpMessage", "placeholder", "required", "modelValue", "keyword", "path", "isView", "disabled", "load", "search", "onChange"])) : O("v-if", !0)
1635
1672
  ],
1636
1673
  64
1637
1674
  /* STABLE_FRAGMENT */
1638
1675
  ));
1639
1676
  }
1640
- }), ka = /* @__PURE__ */ me(Ma, [["__scopeId", "data-v-b80347db"]]), at = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
1677
+ }), Ta = /* @__PURE__ */ ve(Ma, [["__scopeId", "data-v-76614098"]]), at = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
1641
1678
  __proto__: null,
1642
- default: ka
1643
- }, Symbol.toStringTag, { value: "Module" })), Ta = {
1679
+ default: Ta
1680
+ }, Symbol.toStringTag, { value: "Module" })), Ra = {
1644
1681
  key: 0,
1645
1682
  class: "form-image"
1646
- }, Ra = {
1683
+ }, $a = {
1647
1684
  key: 1,
1648
1685
  style: { "margin-bottom": "10px" }
1649
- }, $a = {
1686
+ }, Pa = {
1650
1687
  name: "soundRecording"
1651
- }, Fa = /* @__PURE__ */ A({
1652
- ...$a,
1688
+ }, Fa = /* @__PURE__ */ K({
1689
+ ...Pa,
1653
1690
  props: {
1654
1691
  setting: { default: () => ({
1655
1692
  icon: "",
@@ -1658,63 +1695,62 @@ const ca = (s, e) => {
1658
1695
  desc: "",
1659
1696
  options: {}
1660
1697
  }) },
1661
- span: { default: 6 },
1698
+ span: { default: 24 },
1662
1699
  isView: { type: Boolean },
1663
1700
  marginRight: {},
1664
1701
  store: {}
1665
1702
  },
1666
- setup(s) {
1667
- const e = s, { showData: t, disabledData: n, setData: c, getData: i, setFormRule: b, deleteRule: V } = e.store || {}, r = l(!0);
1668
- !t.value[e.setting.name] && t.value[e.setting.name] != !1 && (t.value[e.setting.name] = !0), M(
1703
+ setup(o) {
1704
+ const e = o, { showData: t, disabledData: l, setData: p, getData: u, setFormRule: f, deleteRule: w } = e.store || {}, n = i(), s = i(!0);
1705
+ !t.value[e.setting.name] && t.value[e.setting.name] != !1 && (t.value[e.setting.name] = !0), z(
1669
1706
  () => t.value,
1670
1707
  () => {
1671
- r.value = t.value[e.setting.name], r.value || (o.value = "", V(e.setting.name)), r.value && e.setting.options.validateList.length && b(e.setting.name, e.setting.options.validateList);
1708
+ s.value = t.value[e.setting.name], s.value || (n.value = "", w(e.setting.name)), s.value && e.setting.options.validateList.length && f(e.setting.name, e.setting.options.validateList);
1672
1709
  },
1673
- { deep: !0 }
1674
- ), n.value[e.setting.name];
1675
- const { baseURL: y } = Dt(), d = l(!1);
1676
- Y(e.setting.options.validateList).then((h) => {
1677
- d.value = h;
1710
+ { deep: !0, immediate: !0 }
1711
+ ), l.value[e.setting.name];
1712
+ const { baseURL: m } = kt(), v = i(!1);
1713
+ H(e.setting.options.validateList).then((C) => {
1714
+ v.value = C;
1678
1715
  });
1679
- const f = l("info"), g = l();
1680
- e.setting.options.tip && (g.value = x(e.setting.options.tip));
1681
- const o = l();
1682
- if (i(e.setting.name)) {
1683
- const h = JSON.parse(i(e.setting.name));
1684
- o.value = y + h[0].url;
1716
+ const g = i("info"), d = i();
1717
+ if (e.setting.options.tip && (d.value = Y(e.setting.options.tip)), u(e.setting.name)) {
1718
+ const C = JSON.parse(u(e.setting.name));
1719
+ n.value = m + C[0].url;
1685
1720
  }
1686
- return e.setting.options.validateList.length && b(e.setting.name, e.setting.options.validateList), (h, u) => e.isView && r.value ? (S(), P(a(z), {
1721
+ return e.setting.options.validateList.length && f(e.setting.name, e.setting.options.validateList), (C, c) => e.isView && s.value ? (V(), P(a(A), {
1687
1722
  key: 0,
1688
- modelValue: o.value,
1689
- "onUpdate:modelValue": u[2] || (u[2] = (v) => o.value = v),
1723
+ modelValue: n.value,
1724
+ "onUpdate:modelValue": c[2] || (c[2] = (b) => n.value = b),
1690
1725
  "margin-bottom": "0",
1691
1726
  prop: e.setting.name,
1692
- label: h.setting.desc,
1727
+ label: C.setting.desc,
1693
1728
  type: "custom",
1694
- helpMessage: g.value,
1695
- required: d.value
1729
+ helpMessage: d.value,
1730
+ required: v.value,
1731
+ col: e.span
1696
1732
  }, {
1697
- default: $(() => [
1698
- o.value ? (S(), C("div", Ta, [
1699
- L(a(Ee), {
1700
- modelValue: o.value,
1701
- "onUpdate:modelValue": u[0] || (u[0] = (v) => o.value = v),
1702
- status: f.value,
1703
- "onUpdate:status": u[1] || (u[1] = (v) => f.value = v),
1704
- required: d.value
1733
+ default: R(() => [
1734
+ n.value ? (V(), x("div", Ra, [
1735
+ N(a(Be), {
1736
+ modelValue: n.value,
1737
+ "onUpdate:modelValue": c[0] || (c[0] = (b) => n.value = b),
1738
+ status: g.value,
1739
+ "onUpdate:status": c[1] || (c[1] = (b) => g.value = b),
1740
+ required: v.value
1705
1741
  }, null, 8, ["modelValue", "status", "required"])
1706
- ])) : (S(), C("div", Ra, "-"))
1742
+ ])) : (V(), x("div", $a, "-"))
1707
1743
  ]),
1708
1744
  _: 1
1709
1745
  /* STABLE */
1710
- }, 8, ["modelValue", "prop", "label", "helpMessage", "required"])) : j("v-if", !0);
1746
+ }, 8, ["modelValue", "prop", "label", "helpMessage", "required", "col"])) : O("v-if", !0);
1711
1747
  }
1712
- }), Ia = /* @__PURE__ */ me(Fa, [["__scopeId", "data-v-da7984c5"]]), st = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
1748
+ }), Ia = /* @__PURE__ */ ve(Fa, [["__scopeId", "data-v-b30e3d77"]]), nt = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
1713
1749
  __proto__: null,
1714
1750
  default: Ia
1715
1751
  }, Symbol.toStringTag, { value: "Module" })), qa = {
1716
1752
  name: "switch"
1717
- }, Pa = /* @__PURE__ */ A({
1753
+ }, Oa = /* @__PURE__ */ K({
1718
1754
  ...qa,
1719
1755
  props: {
1720
1756
  setting: { default: () => ({
@@ -1724,55 +1760,53 @@ const ca = (s, e) => {
1724
1760
  desc: "",
1725
1761
  options: {}
1726
1762
  }) },
1727
- span: { default: 6 },
1763
+ span: { default: 24 },
1728
1764
  isView: { type: Boolean },
1729
1765
  marginRight: {},
1730
1766
  store: {}
1731
1767
  },
1732
- setup(s) {
1733
- const e = s, { showData: t, disabledData: n, setData: c, getData: i, setFormRule: b, deleteRule: V } = e.store || {}, r = l(!0);
1734
- !t.value[e.setting.name] && t.value[e.setting.name] != !1 && (t.value[e.setting.name] = !0), M(
1768
+ setup(o) {
1769
+ const e = o, { showData: t, disabledData: l, setData: p, getData: u, setFormRule: f, deleteRule: w } = e.store || {}, n = i(), s = i(!0);
1770
+ !t.value[e.setting.name] && t.value[e.setting.name] != !1 && (t.value[e.setting.name] = !0), z(
1735
1771
  () => t.value,
1736
1772
  () => {
1737
- r.value = t.value[e.setting.name], r.value || (g.value = null, V(e.setting.name)), r.value && e.setting.options.validateList.length && b(e.setting.name, e.setting.options.validateList);
1773
+ s.value = t.value[e.setting.name], s.value || (n.value = null, w(e.setting.name)), s.value && e.setting.options.validateList.length && f(e.setting.name, e.setting.options.validateList);
1738
1774
  },
1739
- { deep: !0 }
1775
+ { deep: !0, immediate: !0 }
1740
1776
  );
1741
- const y = n.value[e.setting.name] || !1, d = l(!1);
1742
- Y(e.setting.options.validateList).then((o) => {
1743
- d.value = o;
1777
+ const m = l.value[e.setting.name] || !1, v = i(!1);
1778
+ H(e.setting.options.validateList).then((d) => {
1779
+ v.value = d;
1744
1780
  });
1745
- const f = l();
1746
- e.setting.options.tip && (f.value = x(e.setting.options.tip));
1747
- const g = l();
1748
- return setTimeout(() => {
1749
- g.value = i(e.setting.name) || e.setting.options.formulasDiyJs || g.value, g.value || c(e.setting.name, null);
1750
- }, 50), e.setting.options.validateList.length && b(e.setting.name, e.setting.options.validateList), M(g, (o) => {
1751
- c(e.setting.name, o);
1752
- }), (o, h) => r.value ? (S(), P(a(z), {
1781
+ const g = i();
1782
+ return e.setting.options.tip && (g.value = Y(e.setting.options.tip)), setTimeout(() => {
1783
+ n.value = u(e.setting.name) || e.setting.options.formulasDiyJs || n.value, n.value || p(e.setting.name, null);
1784
+ }, 50), e.setting.options.validateList.length && f(e.setting.name, e.setting.options.validateList), z(n, (d) => {
1785
+ p(e.setting.name, d);
1786
+ }), (d, C) => s.value ? (V(), P(a(A), {
1753
1787
  key: 0,
1754
1788
  col: e.span,
1755
- modelValue: g.value,
1756
- "onUpdate:modelValue": h[0] || (h[0] = (u) => g.value = u),
1757
- label: o.setting.desc,
1789
+ modelValue: n.value,
1790
+ "onUpdate:modelValue": C[0] || (C[0] = (c) => n.value = c),
1791
+ label: d.setting.desc,
1758
1792
  type: "switch",
1759
1793
  prop: e.setting.name,
1760
- activeValue: o.setting.options.activeValue,
1761
- inactiveValue: o.setting.options.inactiveValue,
1762
- activeText: o.setting.options.activeText,
1763
- inactiveText: o.setting.options.inactiveText,
1764
- helpMessage: f.value,
1765
- disabled: a(y),
1766
- required: d.value,
1794
+ activeValue: d.setting.options.activeValue,
1795
+ inactiveValue: d.setting.options.inactiveValue,
1796
+ activeText: d.setting.options.activeText,
1797
+ inactiveText: d.setting.options.inactiveText,
1798
+ helpMessage: g.value,
1799
+ disabled: a(m),
1800
+ required: v.value,
1767
1801
  isView: e.isView
1768
- }, null, 8, ["col", "modelValue", "label", "prop", "activeValue", "inactiveValue", "activeText", "inactiveText", "helpMessage", "disabled", "required", "isView"])) : j("v-if", !0);
1802
+ }, null, 8, ["col", "modelValue", "label", "prop", "activeValue", "inactiveValue", "activeText", "inactiveText", "helpMessage", "disabled", "required", "isView"])) : O("v-if", !0);
1769
1803
  }
1770
- }), nt = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
1804
+ }), st = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
1771
1805
  __proto__: null,
1772
- default: Pa
1806
+ default: Oa
1773
1807
  }, Symbol.toStringTag, { value: "Module" })), ja = {
1774
1808
  name: "text"
1775
- }, Ba = /* @__PURE__ */ A({
1809
+ }, Ba = /* @__PURE__ */ K({
1776
1810
  ...ja,
1777
1811
  props: {
1778
1812
  setting: { default: () => ({
@@ -1782,52 +1816,50 @@ const ca = (s, e) => {
1782
1816
  desc: "",
1783
1817
  options: {}
1784
1818
  }) },
1785
- span: { default: 6 },
1819
+ span: { default: 24 },
1786
1820
  isView: { type: Boolean },
1787
1821
  marginRight: {},
1788
1822
  store: {}
1789
1823
  },
1790
- setup(s) {
1791
- const e = s, { showData: t, disabledData: n, setData: c, getData: i, setFormRule: b, deleteRule: V } = e.store || {}, r = l(!0);
1792
- !t.value[e.setting.name] && t.value[e.setting.name] != !1 && (t.value[e.setting.name] = !0), M(
1824
+ setup(o) {
1825
+ const e = o, { showData: t, disabledData: l, setData: p, getData: u, setFormRule: f, deleteRule: w } = e.store || {}, n = i(), s = i(!0);
1826
+ !t.value[e.setting.name] && t.value[e.setting.name] != !1 && (t.value[e.setting.name] = !0), z(
1793
1827
  () => t.value,
1794
1828
  () => {
1795
- r.value = t.value[e.setting.name], r.value || (d.value = null, V(e.setting.name)), r.value && e.setting.options.validateList.length && b(e.setting.name, e.setting.options.validateList);
1829
+ s.value = t.value[e.setting.name], s.value || (n.value = null, w(e.setting.name)), s.value && e.setting.options.validateList.length && f(e.setting.name, e.setting.options.validateList);
1796
1830
  },
1797
- { deep: !0 }
1831
+ { deep: !0, immediate: !0 }
1798
1832
  );
1799
- const y = l();
1800
- e.setting.options.tip && (y.value = x(e.setting.options.tip));
1801
- const d = l();
1802
- return d.value = e.setting.options.textValue, d.value = i(e.setting.name) || d.value, d.value || c(e.setting.name, null), M(d, (f) => {
1803
- c(e.setting.name, f);
1804
- }), (f, g) => r.value ? (S(), P(a(z), {
1833
+ const m = i();
1834
+ return e.setting.options.tip && (m.value = Y(e.setting.options.tip)), n.value = e.setting.options.textValue, n.value = u(e.setting.name) || n.value, n.value || p(e.setting.name, null), z(n, (v) => {
1835
+ p(e.setting.name, v);
1836
+ }), (v, g) => s.value ? (V(), P(a(A), {
1805
1837
  key: 0,
1806
1838
  col: e.span,
1807
- modelValue: d.value,
1808
- "onUpdate:modelValue": g[1] || (g[1] = (o) => d.value = o),
1809
- label: f.setting.desc,
1839
+ modelValue: n.value,
1840
+ "onUpdate:modelValue": g[1] || (g[1] = (d) => n.value = d),
1841
+ label: v.setting.desc,
1810
1842
  type: "custom",
1811
- helpMessage: y.value
1843
+ helpMessage: m.value
1812
1844
  }, {
1813
- default: $(() => [
1814
- L(a(Ae), {
1845
+ default: R(() => [
1846
+ N(a(Ke), {
1815
1847
  type: "text",
1816
- modelValue: d.value,
1817
- "onUpdate:modelValue": g[0] || (g[0] = (o) => d.value = o)
1848
+ modelValue: n.value,
1849
+ "onUpdate:modelValue": g[0] || (g[0] = (d) => n.value = d)
1818
1850
  }, null, 8, ["modelValue"])
1819
1851
  ]),
1820
1852
  _: 1
1821
1853
  /* STABLE */
1822
- }, 8, ["col", "modelValue", "label", "helpMessage"])) : j("v-if", !0);
1854
+ }, 8, ["col", "modelValue", "label", "helpMessage"])) : O("v-if", !0);
1823
1855
  }
1824
- }), lt = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
1856
+ }), ot = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
1825
1857
  __proto__: null,
1826
1858
  default: Ba
1827
- }, Symbol.toStringTag, { value: "Module" })), Ka = {
1859
+ }, Symbol.toStringTag, { value: "Module" })), Ea = {
1828
1860
  name: "textarea"
1829
- }, Na = /* @__PURE__ */ A({
1830
- ...Ka,
1861
+ }, Ka = /* @__PURE__ */ K({
1862
+ ...Ea,
1831
1863
  props: {
1832
1864
  setting: { default: () => ({
1833
1865
  icon: "",
@@ -1836,93 +1868,91 @@ const ca = (s, e) => {
1836
1868
  desc: "",
1837
1869
  options: {}
1838
1870
  }) },
1839
- span: { default: 6 },
1871
+ span: { default: 24 },
1840
1872
  isView: { type: Boolean },
1841
1873
  marginRight: {},
1842
1874
  store: {}
1843
1875
  },
1844
- setup(s) {
1845
- const e = s, { showData: t, disabledData: n, setData: c, getData: i, setFormRule: b, deleteRule: V } = e.store || {}, r = l(!0);
1846
- !t.value[e.setting.name] && t.value[e.setting.name] != !1 && (t.value[e.setting.name] = !0), M(
1876
+ setup(o) {
1877
+ const e = o, { showData: t, disabledData: l, setData: p, getData: u, setFormRule: f, deleteRule: w } = e.store || {}, n = i(""), s = i(!0);
1878
+ !t.value[e.setting.name] && t.value[e.setting.name] != !1 && (t.value[e.setting.name] = !0), z(
1847
1879
  () => t.value,
1848
1880
  () => {
1849
- r.value = t.value[e.setting.name], r.value || (g.value = "", V(e.setting.name)), r.value && e.setting.options.validateList.length && b(e.setting.name, e.setting.options.validateList);
1881
+ s.value = t.value[e.setting.name], s.value || (n.value = "", w(e.setting.name)), s.value && e.setting.options.validateList.length && f(e.setting.name, e.setting.options.validateList);
1850
1882
  },
1851
- { deep: !0 }
1883
+ { deep: !0, immediate: !0 }
1852
1884
  );
1853
- const y = n.value[e.setting.name] || !1, d = l(!1);
1854
- Y(e.setting.options.validateList).then((u) => {
1855
- d.value = u;
1885
+ const m = l.value[e.setting.name] || !1, v = i(!1);
1886
+ H(e.setting.options.validateList).then((c) => {
1887
+ v.value = c;
1856
1888
  });
1857
- const f = l();
1858
- e.setting.options.tip && (f.value = x(e.setting.options.tip));
1859
- const g = l("");
1860
- setTimeout(() => {
1861
- g.value = i(e.setting.name) || e.setting.options.formulasDiyJs || g.value, g.value || c(e.setting.name, null);
1889
+ const g = i();
1890
+ e.setting.options.tip && (g.value = Y(e.setting.options.tip)), setTimeout(() => {
1891
+ n.value = u(e.setting.name) || e.setting.options.formulasDiyJs || n.value, n.value || p(e.setting.name, null);
1862
1892
  }, 50);
1863
- const o = l(), h = l();
1864
- return o.value = e.setting.options.initialFrameWidth ? e.setting.options.initialFrameWidth + "px" : "", h.value = e.setting.options.initialFrameHeight ? e.setting.options.initialFrameHeight + "px" : "", e.setting.options.validateList.length && b(e.setting.name, e.setting.options.validateList), M(g, (u) => {
1865
- c(e.setting.name, u);
1866
- }), (u, v) => (S(), C(
1867
- H,
1893
+ const d = i(), C = i();
1894
+ return d.value = e.setting.options.initialFrameWidth ? e.setting.options.initialFrameWidth + "px" : "", C.value = e.setting.options.initialFrameHeight ? e.setting.options.initialFrameHeight + "px" : "", e.setting.options.validateList.length && f(e.setting.name, e.setting.options.validateList), z(n, (c) => {
1895
+ p(e.setting.name, c);
1896
+ }), (c, b) => (V(), x(
1897
+ X,
1868
1898
  null,
1869
1899
  [
1870
- !u.setting.options.isEditor && r.value ? (S(), P(a(z), {
1900
+ !c.setting.options.isEditor && s.value ? (V(), P(a(A), {
1871
1901
  key: 0,
1872
1902
  col: e.span,
1873
- label: u.setting.desc,
1903
+ label: c.setting.desc,
1874
1904
  type: "textarea",
1875
- modelValue: g.value,
1876
- "onUpdate:modelValue": v[0] || (v[0] = (m) => g.value = m),
1905
+ modelValue: n.value,
1906
+ "onUpdate:modelValue": b[0] || (b[0] = (r) => n.value = r),
1877
1907
  prop: e.setting.name,
1878
- placeholder: u.setting.options.placeholder,
1879
- disabled: u.setting.options.isInputEdit || a(y),
1908
+ placeholder: c.setting.options.placeholder,
1909
+ disabled: c.setting.options.isInputEdit || a(m),
1880
1910
  isView: e.isView,
1881
1911
  autosize: {
1882
1912
  minRows: 1,
1883
1913
  maxRows: 3
1884
1914
  },
1885
1915
  "show-word-limit": "",
1886
- helpMessage: f.value,
1887
- required: d.value
1888
- }, null, 8, ["col", "label", "modelValue", "prop", "placeholder", "disabled", "isView", "helpMessage", "required"])) : j("v-if", !0),
1889
- u.setting.options.isEditor && r.value ? (S(), P(a(z), {
1916
+ helpMessage: g.value,
1917
+ required: v.value
1918
+ }, null, 8, ["col", "label", "modelValue", "prop", "placeholder", "disabled", "isView", "helpMessage", "required"])) : O("v-if", !0),
1919
+ c.setting.options.isEditor && s.value ? (V(), P(a(A), {
1890
1920
  key: 1,
1891
- modelValue: g.value,
1892
- "onUpdate:modelValue": v[2] || (v[2] = (m) => g.value = m),
1921
+ modelValue: n.value,
1922
+ "onUpdate:modelValue": b[2] || (b[2] = (r) => n.value = r),
1893
1923
  prop: e.setting.name,
1894
- contentWidth: o.value,
1895
- label: u.setting.desc,
1924
+ contentWidth: d.value,
1925
+ label: c.setting.desc,
1896
1926
  type: "custom",
1897
- helpMessage: f.value,
1898
- required: d.value,
1927
+ helpMessage: g.value,
1928
+ required: v.value,
1899
1929
  readOnly: e.isView
1900
1930
  }, {
1901
- default: $(() => [
1902
- L(a(Ae), {
1931
+ default: R(() => [
1932
+ N(a(Ke), {
1903
1933
  ref: "editor",
1904
- width: o.value,
1905
- height: h.value,
1906
- modelValue: g.value,
1907
- "onUpdate:modelValue": v[1] || (v[1] = (m) => g.value = m),
1908
- placeholder: u.setting.options.placeholder
1934
+ width: d.value,
1935
+ height: C.value,
1936
+ modelValue: n.value,
1937
+ "onUpdate:modelValue": b[1] || (b[1] = (r) => n.value = r),
1938
+ placeholder: c.setting.options.placeholder
1909
1939
  }, null, 8, ["width", "height", "modelValue", "placeholder"])
1910
1940
  ]),
1911
1941
  _: 1
1912
1942
  /* STABLE */
1913
- }, 8, ["modelValue", "prop", "contentWidth", "label", "helpMessage", "required", "readOnly"])) : j("v-if", !0)
1943
+ }, 8, ["modelValue", "prop", "contentWidth", "label", "helpMessage", "required", "readOnly"])) : O("v-if", !0)
1914
1944
  ],
1915
1945
  64
1916
1946
  /* STABLE_FRAGMENT */
1917
1947
  ));
1918
1948
  }
1919
- }), it = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
1949
+ }), lt = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
1920
1950
  __proto__: null,
1921
- default: Na
1922
- }, Symbol.toStringTag, { value: "Module" })), Ea = {
1951
+ default: Ka
1952
+ }, Symbol.toStringTag, { value: "Module" })), Aa = {
1923
1953
  name: "time"
1924
- }, Oa = /* @__PURE__ */ A({
1925
- ...Ea,
1954
+ }, Qa = /* @__PURE__ */ K({
1955
+ ...Aa,
1926
1956
  props: {
1927
1957
  setting: { default: () => ({
1928
1958
  icon: "",
@@ -1931,50 +1961,48 @@ const ca = (s, e) => {
1931
1961
  desc: "",
1932
1962
  options: {}
1933
1963
  }) },
1934
- span: { default: 6 },
1964
+ span: { default: 24 },
1935
1965
  isView: { type: Boolean },
1936
1966
  marginRight: {},
1937
1967
  store: {}
1938
1968
  },
1939
- setup(s) {
1940
- const e = s, { showData: t, disabledData: n, setData: c, getData: i, setFormRule: b, deleteRule: V } = e.store || {}, r = l(!0);
1941
- !t.value[e.setting.name] && t.value[e.setting.name] != !1 && (t.value[e.setting.name] = !0), M(
1969
+ setup(o) {
1970
+ const e = o, { showData: t, disabledData: l, setData: p, getData: u, setFormRule: f, deleteRule: w } = e.store || {}, n = i(), s = i(!0);
1971
+ !t.value[e.setting.name] && t.value[e.setting.name] != !1 && (t.value[e.setting.name] = !0), z(
1942
1972
  () => t.value,
1943
1973
  () => {
1944
- r.value = t.value[e.setting.name], r.value || (g.value = null, V(e.setting.name)), r.value && e.setting.options.validateList.length && b(e.setting.name, e.setting.options.validateList);
1974
+ s.value = t.value[e.setting.name], s.value || (n.value = null, w(e.setting.name)), s.value && e.setting.options.validateList.length && f(e.setting.name, e.setting.options.validateList);
1945
1975
  },
1946
- { deep: !0 }
1976
+ { deep: !0, immediate: !0 }
1947
1977
  );
1948
- const y = n.value[e.setting.name] || !1, d = l(!1);
1949
- Y(e.setting.options.validateList).then((o) => {
1950
- d.value = o;
1978
+ const m = l.value[e.setting.name] || !1, v = i(!1);
1979
+ H(e.setting.options.validateList).then((d) => {
1980
+ v.value = d;
1951
1981
  });
1952
- const f = l();
1953
- e.setting.options.tip && (f.value = x(e.setting.options.tip));
1954
- const g = l();
1955
- return setTimeout(() => {
1956
- const o = ce().format("YYYY-MM-DD ");
1957
- i(e.setting.name) && (g.value = i(e.setting.name)), e.setting.options.formulasDiyJs && (g.value = ce(o + e.setting.options.formulasDiyJs)), g.value || c(e.setting.name, null);
1958
- }, 50), e.setting.options.validateList.length && b(e.setting.name, e.setting.options.validateList), M(g, (o) => {
1959
- c(e.setting.name, o);
1960
- }), (o, h) => r.value ? (S(), P(a(z), {
1982
+ const g = i();
1983
+ return e.setting.options.tip && (g.value = Y(e.setting.options.tip)), setTimeout(() => {
1984
+ const d = me().format("YYYY-MM-DD ");
1985
+ u(e.setting.name) && (n.value = u(e.setting.name)), e.setting.options.formulasDiyJs && (n.value = me(d + e.setting.options.formulasDiyJs)), n.value || p(e.setting.name, null);
1986
+ }, 50), e.setting.options.validateList.length && f(e.setting.name, e.setting.options.validateList), z(n, (d) => {
1987
+ p(e.setting.name, d);
1988
+ }), (d, C) => s.value ? (V(), P(a(A), {
1961
1989
  key: 0,
1962
1990
  col: e.span,
1963
- modelValue: g.value,
1964
- "onUpdate:modelValue": h[0] || (h[0] = (u) => g.value = u),
1991
+ modelValue: n.value,
1992
+ "onUpdate:modelValue": C[0] || (C[0] = (c) => n.value = c),
1965
1993
  prop: e.setting.name,
1966
- label: o.setting.desc,
1994
+ label: d.setting.desc,
1967
1995
  type: "time",
1968
- helpMessage: f.value,
1996
+ helpMessage: g.value,
1969
1997
  isView: e.isView,
1970
- required: d.value,
1971
- disabled: a(y)
1972
- }, null, 8, ["col", "modelValue", "prop", "label", "helpMessage", "isView", "required", "disabled"])) : j("v-if", !0);
1998
+ required: v.value,
1999
+ disabled: a(m)
2000
+ }, null, 8, ["col", "modelValue", "prop", "label", "helpMessage", "isView", "required", "disabled"])) : O("v-if", !0);
1973
2001
  }
1974
- }), ot = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2002
+ }), it = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
1975
2003
  __proto__: null,
1976
- default: Oa
1977
- }, Symbol.toStringTag, { value: "Module" })), Qa = A({
2004
+ default: Qa
2005
+ }, Symbol.toStringTag, { value: "Module" })), Ua = K({
1978
2006
  name: "accordion",
1979
2007
  props: {
1980
2008
  columns: {
@@ -1990,34 +2018,34 @@ const ca = (s, e) => {
1990
2018
  type: Object
1991
2019
  }
1992
2020
  },
1993
- setup(s) {
1994
- const e = l([]), t = s.columns.map((n) => {
1995
- const c = n.list.map(
1996
- (i) => ie(ve[i.ctrlType], { setting: i, isView: s.isView, store: s.store })
2021
+ setup(o) {
2022
+ const e = i([]), t = o.columns.map((l) => {
2023
+ const p = l.list.map(
2024
+ (u) => ie(ue[u.ctrlType], { setting: u, isView: o.isView, store: o.store })
1997
2025
  );
1998
- return n.isOpen == !0 && e.value.push(n.idKey), ie(
1999
- Ue,
2026
+ return l.isOpen == !0 && e.value.push(l.idKey), ie(
2027
+ Qe,
2000
2028
  {
2001
- header: n.span,
2002
- key: `${n.idKey}`
2029
+ header: l.span,
2030
+ key: `${l.idKey}`
2003
2031
  },
2004
- ie("div", c)
2032
+ ie("div", p)
2005
2033
  );
2006
2034
  });
2007
2035
  return () => ie(
2008
2036
  "div",
2009
2037
  { class: "accordion-layout" },
2010
2038
  ie(
2011
- ze,
2012
- { activeKey: e.value, collapsible: s.options.accordion ? "" : "disabled" },
2039
+ Ae,
2040
+ { activeKey: e.value, collapsible: o.options.accordion ? "" : "disabled" },
2013
2041
  t
2014
2042
  )
2015
2043
  );
2016
2044
  }
2017
- }), Aa = {
2045
+ }), xa = {
2018
2046
  name: "accordion"
2019
- }, za = /* @__PURE__ */ A({
2020
- ...Aa,
2047
+ }, Ya = /* @__PURE__ */ K({
2048
+ ...xa,
2021
2049
  props: {
2022
2050
  setting: { default: () => ({
2023
2051
  name: "",
@@ -2044,8 +2072,8 @@ const ca = (s, e) => {
2044
2072
  isView: { type: Boolean },
2045
2073
  store: {}
2046
2074
  },
2047
- setup(s) {
2048
- return (e, t) => (S(), P(a(Qa), {
2075
+ setup(o) {
2076
+ return (e, t) => (V(), P(a(Ua), {
2049
2077
  columns: e.setting.columns,
2050
2078
  options: e.setting.options,
2051
2079
  isView: e.isView,
@@ -2053,13 +2081,13 @@ const ca = (s, e) => {
2053
2081
  style: { "margin-bottom": "10px" }
2054
2082
  }, null, 8, ["columns", "options", "isView", "store"]));
2055
2083
  }
2056
- }), Ua = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2084
+ }), Ja = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2057
2085
  __proto__: null,
2058
- default: za
2059
- }, Symbol.toStringTag, { value: "Module" })), Ca = {
2086
+ default: Ya
2087
+ }, Symbol.toStringTag, { value: "Module" })), Ha = {
2060
2088
  name: "grid"
2061
- }, xa = /* @__PURE__ */ A({
2062
- ...Ca,
2089
+ }, Wa = /* @__PURE__ */ K({
2090
+ ...Ha,
2063
2091
  props: {
2064
2092
  setting: { default: () => ({
2065
2093
  name: "",
@@ -2083,29 +2111,29 @@ const ca = (s, e) => {
2083
2111
  isView: { type: Boolean },
2084
2112
  store: {}
2085
2113
  },
2086
- setup(s) {
2087
- const e = s;
2088
- return (t, n) => (S(), C(
2089
- H,
2114
+ setup(o) {
2115
+ const e = o;
2116
+ return (t, l) => (V(), x(
2117
+ X,
2090
2118
  null,
2091
2119
  [
2092
- j(' <GridLayout :columns="setting.columns" :isView="props.isView" :store="store"></GridLayout> '),
2093
- j(' <div style="display: flex; flex-direction: row; flex-wrap: wrap; width: 100%"> '),
2094
- (S(!0), C(
2095
- H,
2120
+ O(' <GridLayout :columns="setting.columns" :isView="props.isView" :store="store"></GridLayout> '),
2121
+ O(' <div style="display: flex; flex-direction: row; flex-wrap: wrap; width: 100%"> '),
2122
+ (V(!0), x(
2123
+ X,
2096
2124
  null,
2097
- oe(t.setting.columns, (c) => (S(), C(
2098
- H,
2125
+ re(t.setting.columns, (p) => (V(), x(
2126
+ X,
2099
2127
  null,
2100
2128
  [
2101
- (S(!0), C(
2102
- H,
2129
+ (V(!0), x(
2130
+ X,
2103
2131
  null,
2104
- oe(c.list, (i) => (S(), P(De(a(Wa)[i.ctrlType]), {
2105
- setting: i,
2132
+ re(p.list, (u) => (V(), P(ce(a(Xa)[u.ctrlType]), {
2133
+ setting: u,
2106
2134
  isView: e.isView,
2107
2135
  store: t.store,
2108
- span: c.span
2136
+ span: p.span
2109
2137
  }, null, 8, ["setting", "isView", "store", "span"]))),
2110
2138
  256
2111
2139
  /* UNKEYED_FRAGMENT */
@@ -2117,148 +2145,149 @@ const ca = (s, e) => {
2117
2145
  256
2118
2146
  /* UNKEYED_FRAGMENT */
2119
2147
  )),
2120
- j(" </div> ")
2148
+ O(" </div> ")
2121
2149
  ],
2122
2150
  2112
2123
2151
  /* STABLE_FRAGMENT, DEV_ROOT_FRAGMENT */
2124
2152
  ));
2125
2153
  }
2126
- }), Ya = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2154
+ }), Za = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2127
2155
  __proto__: null,
2128
- default: xa
2129
- }, Symbol.toStringTag, { value: "Module" })), be = /* @__PURE__ */ Object.assign({ "./base/attachment.vue": xe, "./base/autocomplete.vue": Ye, "./base/checkbox.vue": Je, "./base/date.vue": We, "./base/dropdown.vue": He, "./base/imageViewer.vue": Ze, "./base/input.vue": Ge, "./base/number.vue": Xe, "./base/radio.vue": et, "./base/select.vue": tt, "./base/selector.vue": at, "./base/soundRecording.vue": st, "./base/switch.vue": nt, "./base/text.vue": lt, "./base/textarea.vue": it, "./base/time.vue": ot, "./layout/accordion/accordion.vue": Ua, "./layout/grid/gridLayout.vue": Ya }), _e = /* @__PURE__ */ Object.assign({ "./base/attachment.vue": xe, "./base/autocomplete.vue": Ye, "./base/checkbox.vue": Je, "./base/date.vue": We, "./base/dropdown.vue": He, "./base/imageViewer.vue": Ze, "./base/input.vue": Ge, "./base/number.vue": Xe, "./base/radio.vue": et, "./base/select.vue": tt, "./base/selector.vue": at, "./base/soundRecording.vue": st, "./base/switch.vue": nt, "./base/text.vue": lt, "./base/textarea.vue": it, "./base/time.vue": ot }), we = /* @__PURE__ */ Object.assign({}), Ve = /* @__PURE__ */ Object.assign({}), ve = {}, ut = {}, rt = {}, Ja = {};
2130
- Object.keys(_e).map((s) => ut[_e[s].default.name] = _e[s].default);
2131
- Object.keys(we).map((s) => rt[we[s].default.name] = we[s].default);
2132
- Object.keys(Ve).map((s) => Ja[Ve[s].default.name] = Ve[s].default);
2133
- Object.keys(be).map((s) => ve[be[s].default.name] = be[s].default);
2134
- const Wa = { ...ut, ...rt }, Ha = (s, e, t, n) => {
2135
- (!e || e.toString() === "") && parseInt(e) !== 0 ? t(new Error(`${n.name}`)) : t();
2136
- }, Za = (s, e, t, n) => {
2137
- e !== "" && e.length > parseInt(n.value) ? t(new Error(`${n.name}${D("不能超过")}${n.value}`)) : t();
2138
- }, Ga = (s, e, t, n) => {
2139
- e !== "" && e.length < parseInt(n.value) ? t(new Error(`${n.name}${D("不能少于")}${n.value}`)) : t();
2140
- }, Xa = (s, e, t, n) => {
2156
+ default: Wa
2157
+ }, Symbol.toStringTag, { value: "Module" })), be = /* @__PURE__ */ Object.assign({ "./base/attachment.vue": xe, "./base/autocomplete.vue": Ye, "./base/checkbox.vue": Je, "./base/date.vue": He, "./base/dropdown.vue": We, "./base/imageViewer.vue": Ze, "./base/input.vue": Ge, "./base/number.vue": Xe, "./base/radio.vue": et, "./base/select.vue": tt, "./base/selector.vue": at, "./base/soundRecording.vue": nt, "./base/switch.vue": st, "./base/text.vue": ot, "./base/textarea.vue": lt, "./base/time.vue": it, "./layout/accordion/accordion.vue": Ja, "./layout/grid/gridLayout.vue": Za }), _e = /* @__PURE__ */ Object.assign({ "./base/attachment.vue": xe, "./base/autocomplete.vue": Ye, "./base/checkbox.vue": Je, "./base/date.vue": He, "./base/dropdown.vue": We, "./base/imageViewer.vue": Ze, "./base/input.vue": Ge, "./base/number.vue": Xe, "./base/radio.vue": et, "./base/select.vue": tt, "./base/selector.vue": at, "./base/soundRecording.vue": nt, "./base/switch.vue": st, "./base/text.vue": ot, "./base/textarea.vue": lt, "./base/time.vue": it }), we = /* @__PURE__ */ Object.assign({}), Ce = /* @__PURE__ */ Object.assign({}), ue = {}, rt = {}, ut = {}, Ga = {};
2158
+ Object.keys(_e).map((o) => rt[_e[o].default.name] = _e[o].default);
2159
+ Object.keys(we).map((o) => ut[we[o].default.name] = we[o].default);
2160
+ Object.keys(Ce).map((o) => Ga[Ce[o].default.name] = Ce[o].default);
2161
+ Object.keys(be).map((o) => ue[be[o].default.name] = be[o].default);
2162
+ const Xa = { ...rt, ...ut }, en = (o, e, t, l) => {
2163
+ (!e || e.toString() === "") && parseInt(e) !== 0 ? t(new Error(`${_("*必填")}`)) : t();
2164
+ }, tn = (o, e, t, l) => {
2165
+ e !== "" && e.length > parseInt(l.value) ? t(new Error(`${_("最大文本长度")}${_("不能超过")}${l.value}`)) : t();
2166
+ }, an = (o, e, t, l) => {
2167
+ e !== "" && e.length < parseInt(l.value) ? t(new Error(`${_("最小文本长度")}${_("不能少于")}${l.value}`)) : t();
2168
+ }, nn = (o, e, t, l) => {
2141
2169
  if (e !== "" && !/^1[3456789]\d{9}$/.test(e))
2142
- return t(new Error(D("手机号码格式不正确,请重新输入"))), !1;
2170
+ return t(new Error(_("手机号码格式不正确,请重新输入"))), !1;
2143
2171
  t();
2144
- }, es = (s, e, t) => {
2172
+ }, sn = (o, e, t) => {
2145
2173
  if (e !== "" && !/^[A-Za-z0-9\u4e00-\u9fa5]+@[a-zA-Z0-9_-]+(\.[a-zA-Z0-9_-]+)+$/.test(e))
2146
- return t(new Error(D("电子邮箱格式不正确,请重新输入"))), !1;
2174
+ return t(new Error(_("电子邮箱格式不正确,请重新输入"))), !1;
2147
2175
  t();
2148
- }, ts = (s, e, t) => {
2176
+ }, on = (o, e, t) => {
2149
2177
  if (e !== "" && !/^-?\d+$/.test(e))
2150
- return t(new Error(D("请输入整数"))), !1;
2178
+ return t(new Error(_("请输入整数"))), !1;
2151
2179
  t();
2152
- }, as = (s, e, t, n) => {
2153
- if (e !== "" && e != n.value)
2154
- return t(new Error(D("请输入相同的值"))), !1;
2180
+ }, ln = (o, e, t, l) => {
2181
+ if (e !== "" && e != l.value)
2182
+ return t(new Error(_("请输入相同的值"))), !1;
2155
2183
  t();
2156
- }, ss = (s, e, t, n) => {
2157
- e === "" ? t() : /^[+-]?\d*\.?\d*$/.test(e) ? e < parseFloat(n.value) ? t(new Error(`${n.name}${D("不能小于")}${n.value}`)) : t() : t(new Error(D("请输入数字")));
2158
- }, ns = (s, e, t, n) => {
2159
- e === "" ? t() : /^[+-]?\d*\.?\d*$/.test(e) ? e > parseFloat(n.value) ? t(new Error(`${n.name}${D("不能大于")}${n.value}`)) : t() : t(new Error(D("请输入数字")));
2160
- }, ls = (s, e, t, n) => {
2161
- const c = /^[+-]?(\d*\.\d+([eE]?[+-]?\d+)?|\d+[eE][+-]?\d+)$/, i = /^-?\d+$/;
2162
- e === "" ? t() : c.test(e) || i.test(e) ? e >= parseFloat(n.start) && e <= parseFloat(n.end) ? t() : t(new Error(`${D("只能输入指定数字范围")}${n.start}-${n.end}`)) : t(new Error(D("请输入数字")));
2163
- }, is = (s, e, t, n) => {
2164
- e === "" || parseFloat(e) === parseFloat(n.value) ? t() : t(new Error(`${D("只能输入指定的值")}${n.value}`));
2165
- }, os = (s, e, t, n) => {
2166
- e === "" ? t() : /^-?\d+$/.test(e) ? Math.abs(e).toString().length === parseInt(n.value) ? t() : t(new Error(`${D("只能输入")}${n.value}${D("位数数字")}`)) : t(new Error(D("请输入整数")));
2167
- }, us = (s, e, t) => {
2184
+ }, rn = (o, e, t, l) => {
2185
+ e === "" ? t() : /^[+-]?\d*\.?\d*$/.test(e) ? e < parseFloat(l.value) ? t(new Error(`${l.name}${_("不能小于")}${l.value}`)) : t() : t(new Error(_("请输入数字")));
2186
+ }, un = (o, e, t, l) => {
2187
+ e === "" ? t() : /^[+-]?\d*\.?\d*$/.test(e) ? e > parseFloat(l.value) ? t(new Error(`${l.name}${_("不能大于")}${l.value}`)) : t() : t(new Error(_("请输入数字")));
2188
+ }, pn = (o, e, t, l) => {
2189
+ const p = /^[+-]?(\d*\.\d+([eE]?[+-]?\d+)?|\d+[eE][+-]?\d+)$/, u = /^-?\d+$/;
2190
+ e === "" ? t() : p.test(e) || u.test(e) ? e >= parseFloat(l.start) && e <= parseFloat(l.end) ? t() : t(new Error(`${_("只能输入指定数字范围")}${l.start}-${l.end}`)) : t(new Error(_("请输入数字")));
2191
+ }, dn = (o, e, t, l) => {
2192
+ e === "" || parseFloat(e) === parseFloat(l.value) ? t() : t(new Error(`${_("只能输入指定的值")}${l.value}`));
2193
+ }, cn = (o, e, t, l) => {
2194
+ e === "" ? t() : /^-?\d+$/.test(e) ? Math.abs(e).toString().length === parseInt(l.value) ? t() : t(new Error(`${_("只能输入")}${l.value}${_("位数数字")}`)) : t(new Error(_("请输入整数")));
2195
+ }, gn = (o, e, t) => {
2168
2196
  if (e !== "" && !/^[a-zA-Z]{1,}$/.test(e))
2169
- return t(new Error(D("只能输入字母"))), !1;
2197
+ return t(new Error(_("只能输入字母"))), !1;
2170
2198
  t();
2171
- }, rs = (s, e, t) => {
2199
+ }, mn = (o, e, t) => {
2172
2200
  if (e !== "" && !/^[a-zA-Z ]{1,}$/.test(e))
2173
- return t(new Error(D("只能输入字母空格"))), !1;
2201
+ return t(new Error(_("只能输入字母空格"))), !1;
2174
2202
  t();
2175
- }, ps = (s, e, t) => {
2203
+ }, vn = (o, e, t) => {
2176
2204
  if (e !== "" && !/^[0-9a-zA-Z_-]{1,}$/.test(e))
2177
- return t(new Error(D("只能输入字母数字横线下划线"))), !1;
2205
+ return t(new Error(_("只能输入字母数字横线下划线"))), !1;
2178
2206
  t();
2179
- }, ds = (s, e, t) => {
2207
+ }, fn = (o, e, t) => {
2180
2208
  if (e !== "" && !/^[0-9a-zA-Z]{1,}$/.test(e))
2181
- return t(new Error(D("只能输入字母数字"))), !1;
2209
+ return t(new Error(_("只能输入字母数字"))), !1;
2182
2210
  t();
2183
- }, gs = (s, e, t, n) => {
2184
- const c = new RegExp(n.value);
2185
- if (e !== "" && !c.test(e))
2186
- return t(new Error(n.errorMessage)), !1;
2211
+ }, hn = (o, e, t, l) => {
2212
+ const p = new RegExp(l.value);
2213
+ if (e !== "" && !p.test(e))
2214
+ return t(new Error(l.errorMessage)), !1;
2187
2215
  t();
2188
- }, cs = {
2189
- required: Ha,
2190
- min: Ga,
2191
- max: Za,
2192
- email: es,
2193
- min_value: ss,
2194
- max_value: ns,
2195
- confirmed: as,
2196
- numeric: ts,
2197
- between: ls,
2198
- is,
2199
- digits: os,
2200
- mobile: Xa,
2201
- alpha: us,
2202
- alpha_spaces: rs,
2203
- alpha_dash: ps,
2204
- alpha_num: ds,
2205
- regex: gs
2206
- }, vs = () => {
2207
- const s = l({}), e = l([]), t = l({}), n = l({}), c = l([]), i = l(""), b = l(""), V = l({}), r = l({});
2216
+ }, yn = {
2217
+ required: en,
2218
+ min: an,
2219
+ max: tn,
2220
+ email: sn,
2221
+ min_value: rn,
2222
+ max_value: un,
2223
+ confirmed: ln,
2224
+ numeric: on,
2225
+ between: pn,
2226
+ is: dn,
2227
+ digits: cn,
2228
+ mobile: nn,
2229
+ alpha: gn,
2230
+ alpha_spaces: mn,
2231
+ alpha_dash: vn,
2232
+ alpha_num: fn,
2233
+ regex: hn
2234
+ }, bn = () => {
2235
+ const o = i({}), e = i([]), t = i({}), l = i({}), p = i([]), u = i(""), f = i(""), w = i({}), n = i([]), s = i({});
2208
2236
  return {
2209
- data: s,
2237
+ data: o,
2210
2238
  formData: e,
2211
- formRule: V,
2239
+ formRule: w,
2212
2240
  showData: t,
2213
- disabledData: n,
2214
- flowKey: i,
2215
- linkData: r,
2216
- setData: (p, _) => {
2217
- e.value.forEach((w) => {
2218
- w.formKey === b.value && (w.data[p] = _);
2241
+ disabledData: l,
2242
+ flowKey: u,
2243
+ linkData: s,
2244
+ encryptionData: n,
2245
+ setData: (D, y) => {
2246
+ e.value.forEach((T) => {
2247
+ T.formKey === f.value && (T.data[D] = y);
2219
2248
  });
2220
2249
  },
2221
- setDetailData: (p) => {
2222
- s.value = p, e.value.forEach((_) => {
2223
- _.formKey === b.value && (_.data = p);
2250
+ setDetailData: (D) => {
2251
+ o.value = D, e.value.forEach((y) => {
2252
+ y.formKey === f.value && (y.data = D);
2224
2253
  });
2225
2254
  },
2226
- setLinkData: (p, _) => {
2227
- r.value = { data: p, val: _ };
2255
+ setLinkData: (D, y) => {
2256
+ s.value = { data: D, val: y };
2228
2257
  },
2229
- getData: (p) => s.value[p],
2230
- setFormData: (p, _, w) => {
2231
- b.value = p, c.value.includes(p) ? e.value.forEach((k) => {
2232
- k.formKey === p && (s.value = k.data);
2233
- }) : (c.value.push(p), e.value.push({
2234
- formKey: p,
2235
- boKey: _,
2236
- reportId: w || null,
2258
+ getData: (D) => o.value[D],
2259
+ setFormData: (D, y, T) => {
2260
+ f.value = D, p.value.includes(D) ? e.value.forEach((j) => {
2261
+ j.formKey === D && (o.value = j.data);
2262
+ }) : (p.value.push(D), e.value.push({
2263
+ formKey: D,
2264
+ boKey: y,
2265
+ reportId: T || null,
2237
2266
  data: {}
2238
2267
  }));
2239
2268
  },
2240
2269
  getFormData: () => e.value,
2241
- setFormRule: (p, _) => {
2242
- V.value[p] = [], _ && _.length && _.forEach((w) => {
2243
- V.value[p].push({
2244
- validator: (k, N, O) => cs[w.key](k, N, O, w)
2270
+ setFormRule: (D, y) => {
2271
+ w.value[D] = [], y && y.length && y.forEach((T) => {
2272
+ w.value[D].push({
2273
+ validator: (j, M, k) => yn[T.key](j, M, k, T)
2245
2274
  });
2246
2275
  });
2247
2276
  },
2248
2277
  clearData: () => {
2249
- s.value = {}, e.value = [], c.value = [], V.value = {};
2278
+ o.value = {}, e.value = [], p.value = [], w.value = {};
2250
2279
  },
2251
- deleteRule: (p) => {
2252
- delete V.value[p];
2280
+ deleteRule: (D) => {
2281
+ delete w.value[D];
2253
2282
  }
2254
2283
  };
2255
- }, ms = { class: "custom-page" }, fs = {
2284
+ }, _n = { class: "custom-page" }, wn = {
2256
2285
  key: 0,
2257
2286
  class: "btn-box"
2258
- }, ys = {
2287
+ }, Cn = {
2259
2288
  key: 1,
2260
2289
  style: { "background-color": "#fff" }
2261
- }, hs = /* @__PURE__ */ A({
2290
+ }, Dn = /* @__PURE__ */ K({
2262
2291
  __name: "App",
2263
2292
  props: {
2264
2293
  formConfigurationId: {},
@@ -2271,59 +2300,50 @@ const Wa = { ...ut, ...rt }, Ha = (s, e, t, n) => {
2271
2300
  disabledData: { default: {} }
2272
2301
  },
2273
2302
  emits: ["handleClick", "change"],
2274
- setup(s, { expose: e, emit: t }) {
2275
- const n = vs(), { formRule: c, data: i, flowKey: b, clearData: V, getFormData: r } = n, y = s, d = t;
2276
- b.value = y.flowKey;
2277
- const f = (O) => O === "accordion";
2278
- M(
2279
- () => i.value,
2280
- (O) => {
2281
- d("change", O);
2303
+ setup(o, { expose: e, emit: t }) {
2304
+ const l = bn(), { formRule: p, data: u, flowKey: f, clearData: w, getFormData: n } = l, s = o, m = t;
2305
+ f.value = s.flowKey;
2306
+ const v = (T) => T === "accordion";
2307
+ z(
2308
+ () => u.value,
2309
+ (T) => {
2310
+ m("change", T);
2282
2311
  },
2283
2312
  {
2284
2313
  immediate: !0,
2285
2314
  deep: !0
2286
2315
  }
2287
2316
  );
2288
- const { formJsonList: g, isShowPage: o, btnList: h, formRef: u, activityKeys: v, getForm: m, getBtnSet: p, handleClick: _ } = Wt(
2289
- y,
2290
- d,
2291
- n
2292
- ), w = l({}), k = (O, G) => {
2293
- const { key: R } = G;
2294
- w.value[R] || (w.value[R] = O);
2295
- }, N = () => new Promise((O, G) => {
2296
- let R = !0;
2297
- for (const W in w.value)
2298
- w.value[W].validate((ae) => {
2299
- ae == !1 && (R = !1);
2300
- });
2301
- setTimeout(() => {
2302
- O({
2303
- result: R,
2304
- data: r()
2305
- });
2306
- }, 50);
2307
- });
2317
+ const {
2318
+ formJsonList: g,
2319
+ isShowPage: d,
2320
+ btnList: C,
2321
+ activityKeys: c,
2322
+ getForm: b,
2323
+ getBtnSet: r,
2324
+ handleClick: h,
2325
+ validateFormData: D,
2326
+ getFormRef: y
2327
+ } = Xt(s, m, l);
2308
2328
  return gt(async () => {
2309
- y.isShowBtn == !1 ? m(y.formConfigurationId) : p();
2329
+ s.isShowBtn == !1 ? b(s.formConfigurationId) : r();
2310
2330
  }), e({
2311
- validateFormData: N,
2312
- clearData: V
2313
- }), (O, G) => (S(), C("div", ms, [
2314
- a(h).length > 0 ? (S(), C("div", fs, [
2315
- (S(!0), C(
2316
- H,
2331
+ validateFormData: D,
2332
+ clearData: w
2333
+ }), (T, j) => (V(), x("div", _n, [
2334
+ a(C).length > 0 ? (V(), x("div", wn, [
2335
+ (V(!0), x(
2336
+ X,
2317
2337
  null,
2318
- oe(a(h), (R) => (S(), P(a(ft), {
2319
- key: R.id,
2338
+ re(a(C), (M) => (V(), P(a(ht), {
2339
+ key: M.id,
2320
2340
  style: { "margin-right": "20px" },
2321
2341
  "btn-type": "primary",
2322
- onClick: (W) => a(_)(R)
2342
+ onClick: (k) => a(h)(M)
2323
2343
  }, {
2324
- default: $(() => [
2325
- X(
2326
- ee(R.name),
2344
+ default: R(() => [
2345
+ ae(
2346
+ ne(M.name),
2327
2347
  1
2328
2348
  /* TEXT */
2329
2349
  )
@@ -2334,62 +2354,78 @@ const Wa = { ...ut, ...rt }, Ha = (s, e, t, n) => {
2334
2354
  128
2335
2355
  /* KEYED_FRAGMENT */
2336
2356
  ))
2337
- ])) : j("v-if", !0),
2338
- ct((S(), C(
2357
+ ])) : O("v-if", !0),
2358
+ mt((V(), x(
2339
2359
  "div",
2340
2360
  {
2341
2361
  class: "content-box",
2342
- style: vt({ margin: "0 10px", ...O.customStyle })
2362
+ style: vt({ margin: "0 10px", ...T.customStyle })
2343
2363
  },
2344
2364
  [
2345
- (S(!0), C(
2346
- H,
2365
+ (V(!0), x(
2366
+ X,
2347
2367
  null,
2348
- oe(a(g), (R) => (S(), C(
2349
- H,
2368
+ re(a(g), (M) => (V(), x(
2369
+ X,
2350
2370
  {
2351
- key: R.name
2371
+ key: M.name
2352
2372
  },
2353
2373
  [
2354
- f(R.ctrlType) ? (S(), P(a(ze), {
2374
+ v(M.ctrlType) ? (V(), P(a(Ae), {
2355
2375
  key: 0,
2356
2376
  style: { "margin-bottom": "10px" },
2357
- collapsible: R.options.accordion ? "" : "disabled",
2358
- activeKey: a(v)
2377
+ collapsible: M.options.accordion ? "" : "disabled",
2378
+ activeKey: a(c)
2359
2379
  }, {
2360
- default: $(() => [
2361
- (S(), P(a(Ue), {
2362
- key: R.columns[0].idKey,
2363
- header: R.columns[0].span
2380
+ default: R(() => [
2381
+ (V(), P(a(Qe), {
2382
+ key: M.key,
2383
+ header: M.columns[0].span
2364
2384
  }, {
2365
- default: $(() => [
2366
- L(a(je), {
2385
+ default: R(() => [
2386
+ a(d) ? (V(), P(a(Ie), {
2387
+ key: 0,
2367
2388
  ref_for: !0,
2368
- ref: (W) => k(W, R),
2389
+ ref: (k) => a(y)(k, M),
2369
2390
  cols: 24,
2370
2391
  alignType: "horizontal",
2371
2392
  "margin-right": "80px",
2372
2393
  "auto-margin-right": "",
2373
- rules: a(c),
2374
- form: a(n).data
2394
+ rules: a(p),
2395
+ form: a(l).data
2375
2396
  }, {
2376
- default: $(() => [
2377
- (S(!0), C(
2378
- H,
2397
+ default: R(() => [
2398
+ (V(!0), x(
2399
+ X,
2379
2400
  null,
2380
- oe(R.columns[0].list, (W) => (S(), P(De(a(ve).grid), {
2381
- key: R.name,
2382
- setting: W,
2383
- isView: y.isView,
2384
- store: a(n)
2385
- }, null, 8, ["setting", "isView", "store"]))),
2401
+ re(M.columns[0].list, (k) => (V(), x(
2402
+ X,
2403
+ {
2404
+ key: M.name
2405
+ },
2406
+ [
2407
+ k.ctrlType == "grid" ? (V(), P(ce(a(ue).grid), {
2408
+ key: 0,
2409
+ setting: k,
2410
+ isView: s.isView,
2411
+ store: a(l)
2412
+ }, null, 8, ["setting", "isView", "store"])) : (V(), P(ce(a(ue)[k.ctrlType]), {
2413
+ key: 1,
2414
+ setting: k,
2415
+ isView: s.isView,
2416
+ store: a(l)
2417
+ }, null, 8, ["setting", "isView", "store"]))
2418
+ ],
2419
+ 64
2420
+ /* STABLE_FRAGMENT */
2421
+ ))),
2386
2422
  128
2387
2423
  /* KEYED_FRAGMENT */
2388
2424
  ))
2389
2425
  ]),
2390
2426
  _: 2
2391
2427
  /* DYNAMIC */
2392
- }, 1032, ["rules", "form"])
2428
+ }, 1032, ["rules", "form"])) : O("v-if", !0)
2393
2429
  ]),
2394
2430
  _: 2
2395
2431
  /* DYNAMIC */
@@ -2397,28 +2433,28 @@ const Wa = { ...ut, ...rt }, Ha = (s, e, t, n) => {
2397
2433
  ]),
2398
2434
  _: 2
2399
2435
  /* DYNAMIC */
2400
- }, 1032, ["collapsible", "activeKey"])) : (S(), C("div", ys, [
2401
- a(o) ? (S(), P(a(je), {
2436
+ }, 1032, ["collapsible", "activeKey"])) : (V(), x("div", Cn, [
2437
+ a(d) ? (V(), P(a(Ie), {
2402
2438
  key: 0,
2403
2439
  ref_for: !0,
2404
- ref: (W) => k(W, R),
2440
+ ref: (k) => a(y)(k, M),
2405
2441
  cols: 24,
2406
2442
  "auto-margin-right": "",
2407
2443
  alignType: "horizontal",
2408
2444
  "margin-right": "80px",
2409
- rules: a(c),
2410
- form: a(n).data
2445
+ rules: a(p),
2446
+ form: a(l).data
2411
2447
  }, {
2412
- default: $(() => [
2413
- (S(), P(De(a(ve)[R.ctrlType]), {
2414
- setting: R,
2415
- isView: y.isView,
2416
- store: a(n)
2448
+ default: R(() => [
2449
+ (V(), P(ce(a(ue)[M.ctrlType]), {
2450
+ setting: M,
2451
+ isView: s.isView,
2452
+ store: a(l)
2417
2453
  }, null, 8, ["setting", "isView", "store"]))
2418
2454
  ]),
2419
2455
  _: 2
2420
2456
  /* DYNAMIC */
2421
- }, 1032, ["rules", "form"])) : j("v-if", !0)
2457
+ }, 1032, ["rules", "form"])) : O("v-if", !0)
2422
2458
  ]))
2423
2459
  ],
2424
2460
  64
@@ -2435,8 +2471,131 @@ const Wa = { ...ut, ...rt }, Ha = (s, e, t, n) => {
2435
2471
  ])
2436
2472
  ]));
2437
2473
  }
2438
- }), bs = /* @__PURE__ */ me(hs, [["__scopeId", "data-v-425dc9e6"]]), As = pt(bs);
2474
+ }), Vn = /* @__PURE__ */ ve(Dn, [["__scopeId", "data-v-ce01ee82"]]), kn = {
2475
+ 姓名: { "zh-CN": "姓名", en: "Name", _appCode: "framework" },
2476
+ 状态: { "zh-CN": "状态", en: "Status", _appCode: "framework" },
2477
+ 组织名称: { "zh-CN": "组织名称", en: "Organization Name", _appCode: "framework" },
2478
+ 组织类型: { "zh-CN": "组织类型", en: "Organization Type", _appCode: "framework" },
2479
+ 角色名称: { "zh-CN": "角色名称", en: "Role Name", _appCode: "framework" },
2480
+ 角色类型: { "zh-CN": "角色类型", en: "Role Type", _appCode: "framework" },
2481
+ 角色状态: { "zh-CN": "角色状态", en: "Role Status", _appCode: "framework" },
2482
+ 所属组织路径: { "zh-CN": "所属组织路径", en: "Associated Organization Path", _appCode: "framework" },
2483
+ 岗位名称: { "zh-CN": "岗位名称", en: "Position Name", _appCode: "framework" },
2484
+ 供应商名称: { "zh-CN": "供应商名称", en: "Supplier Name", _appCode: "framework" },
2485
+ 供应商编码: { "zh-CN": "供应商编码", en: "Supplier Code", _appCode: "framework" },
2486
+ 供应商等级: { "zh-CN": "供应商等级", en: "Supplier Level", _appCode: "framework" },
2487
+ 供应商分类: { "zh-CN": "供应商分类", en: "Supplier Classification", _appCode: "framework" },
2488
+ 个人: { "zh-CN": "个人", en: "Individual", _appCode: "framework" },
2489
+ 公司: { "zh-CN": "公司", en: "Company", _appCode: "framework" },
2490
+ 单据编码: { "zh-CN": "单据编码", en: "Document Code", _appCode: "framework" },
2491
+ 联系电话: { "zh-CN": "联系电话", en: "Contact Phone", _appCode: "framework" },
2492
+ 计划领用日期: { "zh-CN": "计划领用日期", en: "Planned Usage Date", _appCode: "framework" },
2493
+ 资产用途: { "zh-CN": "资产用途", en: "Asset Usage", _appCode: "framework" },
2494
+ "*必填": { "zh-CN": "*必填", en: "*Required", _appCode: "framework" },
2495
+ 最大文本长度: { "zh-CN": "最大文本长度", en: "Maximum text length ", _appCode: "framework" },
2496
+ 最小文本长度: { "zh-CN": "最小文本长度", en: "Minimum text length ", _appCode: "framework" },
2497
+ 不能超过: { "zh-CN": "不能超过", en: "cannot exceed ", _appCode: "framework" },
2498
+ 不能少于: { "zh-CN": "不能少于", en: "cannot be less than ", _appCode: "framework" },
2499
+ 手机号码格式不正确: { "zh-CN": "手机号码格式不正确", en: "Invalid Mobile Number Format", _appCode: "framework" },
2500
+ 请重新输入: { "zh-CN": "请重新输入", en: "Please re-enter", _appCode: "framework" },
2501
+ 电子邮箱格式不正确: { "zh-CN": "电子邮箱格式不正确", en: "Invalid Email Format", _appCode: "framework" },
2502
+ 请输入整数: { "zh-CN": "请输入整数", en: "Please enter an integer", _appCode: "framework" },
2503
+ 请输入相同的值: { "zh-CN": "请输入相同的值", en: "Please enter the same value", _appCode: "framework" },
2504
+ 不能小于: { "zh-CN": "不能小于", en: "Cannot be less than", _appCode: "framework" },
2505
+ 请输入数字: { "zh-CN": "请输入数字", en: "Please enter a number", _appCode: "framework" },
2506
+ 不能大于: { "zh-CN": "不能大于", en: "Cannot be greater than", _appCode: "framework" },
2507
+ 日期必须晚于: { "zh-CN": "日期必须晚于", en: "Date must be later than", _appCode: "framework" },
2508
+ 日期必须早于: { "zh-CN": "日期必须早于", en: "Date must be earlier than", _appCode: "framework" },
2509
+ 日期必须不晚于: { "zh-CN": "日期必须不晚于", en: "Date must not be later than", _appCode: "framework" },
2510
+ 日期必须不早于: { "zh-CN": "日期必须不早于", en: "Date must not be earlier than", _appCode: "framework" },
2511
+ 只能输入指定数字范围: {
2512
+ "zh-CN": "只能输入指定数字范围",
2513
+ en: "Can only enter a specified number range",
2514
+ _appCode: "framework"
2515
+ },
2516
+ 只能输入指定的值: { "zh-CN": "只能输入指定的值", en: "Can only enter specified values", _appCode: "framework" },
2517
+ 只能输入: { "zh-CN": "只能输入", en: "Can only enter", _appCode: "framework" },
2518
+ 位数数字: { "zh-CN": "位数数字", en: "Digit Number", _appCode: "framework" },
2519
+ 只能输入字母: { "zh-CN": "只能输入字母", en: "Can only enter letters", _appCode: "framework" },
2520
+ 只能输入字母空格: { "zh-CN": "只能输入字母空格", en: "Can only enter letters and spaces", _appCode: "framework" },
2521
+ 只能输入字母数字横线下划线: {
2522
+ "zh-CN": "只能输入字母数字横线下划线",
2523
+ en: "Can only enter letters, numbers, hyphens, and underscores",
2524
+ _appCode: "framework"
2525
+ },
2526
+ 只能输入字母数字: {
2527
+ "zh-CN": "只能输入字母数字",
2528
+ en: "Can only enter alphanumeric characters",
2529
+ _appCode: "framework"
2530
+ },
2531
+ 搜索姓名: { "zh-CN": "搜索姓名", en: "Search name", _appCode: "framework" },
2532
+ 账号: { "zh-CN": "账号", en: "Account", _appCode: "framework" },
2533
+ 手机号: { "zh-CN": "手机号", en: "Phone Number", _appCode: "framework" },
2534
+ 搜索组织名称: { "zh-CN": "搜索组织名称", en: "Search organization name", _appCode: "framework" },
2535
+ 组织编码: { "zh-CN": "组织编码", en: "Organization Code", _appCode: "framework" },
2536
+ 搜索角色名称: { "zh-CN": "搜索角色名称", en: "Search role name", _appCode: "framework" },
2537
+ 职务名称: { "zh-CN": "职务名称", en: "Title Name", _appCode: "framework" },
2538
+ 职务编码: { "zh-CN": "职务编码", en: "Title Code", _appCode: "framework" },
2539
+ 搜索岗位名称: { "zh-CN": "搜索岗位名称", en: "Search job title", _appCode: "framework" },
2540
+ 岗位编码: { "zh-CN": "岗位编码", en: "Post Code", _appCode: "framework" },
2541
+ 搜索供应商编码: { "zh-CN": "搜索供应商编码", en: "Search supplier code", _appCode: "framework" },
2542
+ 名称: { "zh-CN": "名称", en: "Name", _appCode: "framework" },
2543
+ 搜索单据编码: { "zh-CN": "搜索单据编码", en: "Search document code", _appCode: "framework" },
2544
+ 申请人: { "zh-CN": "申请人", en: "Applicant", _appCode: "framework" },
2545
+ 添加用户: { "zh-CN": "添加用户", en: "Add User", _appCode: "framework" },
2546
+ 组织选择器: { "zh-CN": "组织选择器", en: "Organization Selector", _appCode: "framework" },
2547
+ 角色选择器: { "zh-CN": "角色选择器", en: "Role Selector", _appCode: "framework" },
2548
+ 职务选择器: { "zh-CN": "职务选择器", en: "Position Selector", _appCode: "framework" },
2549
+ 岗位选择器: { "zh-CN": "岗位选择器", en: "Post Selector", _appCode: "framework" },
2550
+ 选择供应商: { "zh-CN": "选择供应商", en: "Select Supplier", _appCode: "framework" },
2551
+ 源单选择器: { "zh-CN": "源单选择器", en: "Source Document Selector", _appCode: "framework" },
2552
+ 正常: { "zh-CN": "正常", en: "Normal", _appCode: "framework" },
2553
+ 锁定: { "zh-CN": "锁定", en: "Locked", _appCode: "framework" },
2554
+ 禁用: { "zh-CN": "禁用", en: "Disabled", _appCode: "framework" },
2555
+ 普通: { "zh-CN": "普通", en: "Normal", _appCode: "framework" },
2556
+ 管理员: { "zh-CN": "管理员", en: "Administrator", _appCode: "framework" },
2557
+ 无效: { "zh-CN": "无效", en: "Invalid", _appCode: "framework" },
2558
+ 有效: { "zh-CN": "有效", en: "Valid", _appCode: "framework" },
2559
+ "搜索姓名/账号/手机号": {
2560
+ "zh-CN": "搜索姓名/账号/手机号",
2561
+ en: "Search name/account/phone number",
2562
+ _appCode: "framework"
2563
+ },
2564
+ "搜索组织名称/组织编码": {
2565
+ "zh-CN": "搜索组织名称/组织编码",
2566
+ en: "Search organization name/organization code",
2567
+ _appCode: "framework"
2568
+ },
2569
+ "职务名称/职务编码": { "zh-CN": "职务名称/职务编码", en: "Title Name/Title Code", _appCode: "framework" },
2570
+ "搜索岗位名称/岗位编码": {
2571
+ "zh-CN": "搜索岗位名称/岗位编码",
2572
+ en: "Search position name/position code",
2573
+ _appCode: "framework"
2574
+ },
2575
+ "搜索供应商编码/名称": { "zh-CN": "搜索供应商编码/名称", en: "Search supplier code/name", _appCode: "framework" },
2576
+ "搜索单据编码/申请人": {
2577
+ "zh-CN": "搜索单据编码/申请人",
2578
+ en: "Search document code/applicant",
2579
+ _appCode: "framework"
2580
+ },
2581
+ 供应商类型: { "zh-CN": "供应商类型", en: "Supplier Type", _appCode: "framework" },
2582
+ "手机号码格式不正确,请重新输入": {
2583
+ "zh-CN": "手机号码格式不正确,请重新输入",
2584
+ en: "Incorrect phone number format, please re-enter",
2585
+ _appCode: "framework"
2586
+ },
2587
+ "电子邮箱格式不正确,请重新输入": {
2588
+ "zh-CN": "电子邮箱格式不正确,请重新输入",
2589
+ en: "Incorrect email format, please re-enter",
2590
+ _appCode: "framework"
2591
+ },
2592
+ "个人/公司": { "zh-CN": "个人/公司", en: "Individual/Company", _appCode: "framework" },
2593
+ 选择源单: { "zh-CN": "选择源单", en: "Select Source Document", _appCode: "framework" },
2594
+ 请选择: { "zh-CN": "请选择", en: "Please select", _appCode: "framework" }
2595
+ };
2596
+ Ct(kn);
2597
+ const Jn = pt(Vn);
2439
2598
  export {
2440
- As as DasProcessForm,
2441
- As as default
2599
+ Jn as DasProcessForm,
2600
+ Jn as default
2442
2601
  };