@das-fed/ui 6.4.0-hot.26 → 6.4.0-hot.28

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