@sunny-base-web/effects 0.8.27 → 0.8.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 (302) hide show
  1. package/dist/@effects/src/access/AccessControl.d.ts +24 -0
  2. package/dist/@effects/src/access/AccessControl.d.ts.map +1 -0
  3. package/dist/@effects/src/access/accessible.d.ts +1 -0
  4. package/dist/@effects/src/access/accessible.d.ts.map +1 -0
  5. package/dist/@effects/src/access/index.d.ts +7 -0
  6. package/dist/@effects/src/access/index.d.ts.map +1 -0
  7. package/dist/@effects/src/access/types.d.ts +36 -0
  8. package/dist/@effects/src/access/types.d.ts.map +1 -0
  9. package/dist/@effects/src/api/core/index.d.ts +28 -0
  10. package/dist/@effects/src/api/core/index.d.ts.map +1 -0
  11. package/dist/@effects/src/api/favorite/index.d.ts +38 -0
  12. package/dist/@effects/src/api/favorite/index.d.ts.map +1 -0
  13. package/dist/@effects/src/api/request.d.ts +15 -0
  14. package/dist/@effects/src/api/request.d.ts.map +1 -0
  15. package/dist/@effects/src/api/resource/index.d.ts +77 -0
  16. package/dist/@effects/src/api/resource/index.d.ts.map +1 -0
  17. package/dist/@effects/src/api/resource.d.ts +105 -0
  18. package/dist/@effects/src/api/resource.d.ts.map +1 -0
  19. package/dist/@effects/src/api/user/index.d.ts +15 -0
  20. package/dist/@effects/src/api/user/index.d.ts.map +1 -0
  21. package/dist/@effects/src/composables/index.d.ts +2 -0
  22. package/dist/@effects/src/composables/index.d.ts.map +1 -0
  23. package/dist/@effects/src/composables/use-favorite.d.ts +48 -0
  24. package/dist/@effects/src/composables/use-favorite.d.ts.map +1 -0
  25. package/dist/@effects/src/config.d.ts +98 -0
  26. package/dist/@effects/src/config.d.ts.map +1 -0
  27. package/dist/@effects/src/form/index.d.ts +97 -0
  28. package/dist/@effects/src/form/index.d.ts.map +1 -0
  29. package/dist/@effects/src/form/permission-options-adapter.d.ts +18 -0
  30. package/dist/@effects/src/form/permission-options-adapter.d.ts.map +1 -0
  31. package/dist/@effects/src/form/permission-options-manager.d.ts +61 -0
  32. package/dist/@effects/src/form/permission-options-manager.d.ts.map +1 -0
  33. package/dist/@effects/src/form/select-options-adapter.d.ts +9 -0
  34. package/dist/@effects/src/form/select-options-adapter.d.ts.map +1 -0
  35. package/dist/@effects/src/form/select-options-manager.d.ts +61 -0
  36. package/dist/@effects/src/form/select-options-manager.d.ts.map +1 -0
  37. package/dist/@effects/src/form/use-permission-options.d.ts +126 -0
  38. package/dist/@effects/src/form/use-permission-options.d.ts.map +1 -0
  39. package/dist/@effects/src/form/use-select-options.d.ts +128 -0
  40. package/dist/@effects/src/form/use-select-options.d.ts.map +1 -0
  41. package/dist/@effects/src/hooks/index.d.ts +9 -0
  42. package/dist/@effects/src/hooks/index.d.ts.map +1 -0
  43. package/dist/@effects/src/hooks/useBusinessSearchModal.d.ts +38 -0
  44. package/dist/@effects/src/hooks/useBusinessSearchModal.d.ts.map +1 -0
  45. package/dist/@effects/src/hooks/useForm.d.ts +17 -0
  46. package/dist/@effects/src/hooks/useForm.d.ts.map +1 -0
  47. package/dist/@effects/src/hooks/useFormTable.d.ts +16 -0
  48. package/dist/@effects/src/hooks/useFormTable.d.ts.map +1 -0
  49. package/dist/@effects/src/hooks/useFormTabs.d.ts +23 -0
  50. package/dist/@effects/src/hooks/useFormTabs.d.ts.map +1 -0
  51. package/dist/@effects/src/hooks/useList.d.ts +111 -0
  52. package/dist/@effects/src/hooks/useList.d.ts.map +1 -0
  53. package/dist/@effects/src/hooks/useTable.d.ts +35 -0
  54. package/dist/@effects/src/hooks/useTable.d.ts.map +1 -0
  55. package/dist/@effects/src/hooks/useUserResources.d.ts +19 -0
  56. package/dist/@effects/src/hooks/useUserResources.d.ts.map +1 -0
  57. package/dist/@effects/src/index.d.ts +36 -0
  58. package/dist/@effects/src/index.d.ts.map +1 -0
  59. package/dist/@effects/src/layouts/basic-layout/header/breadcrumb.d.ts +3 -0
  60. package/dist/@effects/src/layouts/basic-layout/header/breadcrumb.d.ts.map +1 -0
  61. package/dist/@effects/src/layouts/basic-layout/header/language-toggle.d.ts +3 -0
  62. package/dist/@effects/src/layouts/basic-layout/header/language-toggle.d.ts.map +1 -0
  63. package/dist/@effects/src/layouts/basic-layout/header/password-modal.d.ts +6 -0
  64. package/dist/@effects/src/layouts/basic-layout/header/password-modal.d.ts.map +1 -0
  65. package/dist/@effects/src/layouts/basic-layout/header/search.d.ts +6 -0
  66. package/dist/@effects/src/layouts/basic-layout/header/search.d.ts.map +1 -0
  67. package/dist/@effects/src/layouts/basic-layout/header/settings-modal.d.ts +6 -0
  68. package/dist/@effects/src/layouts/basic-layout/header/settings-modal.d.ts.map +1 -0
  69. package/dist/@effects/src/layouts/basic-layout/header/theme-toggle.d.ts +3 -0
  70. package/dist/@effects/src/layouts/basic-layout/header/theme-toggle.d.ts.map +1 -0
  71. package/dist/@effects/src/layouts/basic-layout/header/user-avatar.d.ts +32 -0
  72. package/dist/@effects/src/layouts/basic-layout/header/user-avatar.d.ts.map +1 -0
  73. package/dist/@effects/src/layouts/basic-layout/index.d.ts +60 -0
  74. package/dist/@effects/src/layouts/basic-layout/index.d.ts.map +1 -0
  75. package/dist/@effects/src/layouts/basic-layout/menu-item.d.ts +6 -0
  76. package/dist/@effects/src/layouts/basic-layout/menu-item.d.ts.map +1 -0
  77. package/dist/@effects/src/layouts/basic-layout/tabbar/index.d.ts +3 -0
  78. package/dist/@effects/src/layouts/basic-layout/tabbar/index.d.ts.map +1 -0
  79. package/dist/@effects/src/layouts/index.d.ts +2 -0
  80. package/dist/@effects/src/layouts/index.d.ts.map +1 -0
  81. package/dist/@effects/src/loading/GlobalLoading.d.ts +7 -0
  82. package/dist/@effects/src/loading/GlobalLoading.d.ts.map +1 -0
  83. package/dist/@effects/src/loading/index.d.ts +9 -0
  84. package/dist/@effects/src/loading/index.d.ts.map +1 -0
  85. package/dist/@effects/src/loading/loading-manager.d.ts +32 -0
  86. package/dist/@effects/src/loading/loading-manager.d.ts.map +1 -0
  87. package/dist/@effects/src/loading/types.d.ts +23 -0
  88. package/dist/@effects/src/loading/types.d.ts.map +1 -0
  89. package/dist/@effects/src/loading/use-global-loading.d.ts +38 -0
  90. package/dist/@effects/src/loading/use-global-loading.d.ts.map +1 -0
  91. package/dist/@effects/src/login/index.d.ts +77 -0
  92. package/dist/@effects/src/login/index.d.ts.map +1 -0
  93. package/dist/@effects/src/request/src/index.d.ts +3 -0
  94. package/dist/@effects/src/request/src/index.d.ts.map +1 -0
  95. package/dist/@effects/src/request/src/request-client/index.d.ts +4 -0
  96. package/dist/@effects/src/request/src/request-client/index.d.ts.map +1 -0
  97. package/dist/@effects/src/request/src/request-client/modules/downloader.d.ts +23 -0
  98. package/dist/@effects/src/request/src/request-client/modules/downloader.d.ts.map +1 -0
  99. package/dist/@effects/src/request/src/request-client/modules/interceptor.d.ts +10 -0
  100. package/dist/@effects/src/request/src/request-client/modules/interceptor.d.ts.map +1 -0
  101. package/dist/@effects/src/request/src/request-client/modules/sse.d.ts +19 -0
  102. package/dist/@effects/src/request/src/request-client/modules/sse.d.ts.map +1 -0
  103. package/dist/@effects/src/request/src/request-client/modules/uploader.d.ts +11 -0
  104. package/dist/@effects/src/request/src/request-client/modules/uploader.d.ts.map +1 -0
  105. package/dist/@effects/src/request/src/request-client/preset-interceptors.d.ts +34 -0
  106. package/dist/@effects/src/request/src/request-client/preset-interceptors.d.ts.map +1 -0
  107. package/dist/@effects/src/request/src/request-client/request-client.d.ts +48 -0
  108. package/dist/@effects/src/request/src/request-client/request-client.d.ts.map +1 -0
  109. package/dist/@effects/src/request/src/request-client/types.d.ts +51 -0
  110. package/dist/@effects/src/request/src/request-client/types.d.ts.map +1 -0
  111. package/dist/@effects/src/resourceManagement/components/ConstructionConfig.d.ts +10 -0
  112. package/dist/@effects/src/resourceManagement/components/ConstructionConfig.d.ts.map +1 -0
  113. package/dist/@effects/src/resourceManagement/components/EditTable/cMetaEditor.d.ts +18 -0
  114. package/dist/@effects/src/resourceManagement/components/EditTable/cMetaEditor.d.ts.map +1 -0
  115. package/dist/@effects/src/resourceManagement/components/EditTable/chooseTable.d.ts +9 -0
  116. package/dist/@effects/src/resourceManagement/components/EditTable/chooseTable.d.ts.map +1 -0
  117. package/dist/@effects/src/resourceManagement/components/EditTable/fieldCallmethod.d.ts +24 -0
  118. package/dist/@effects/src/resourceManagement/components/EditTable/fieldCallmethod.d.ts.map +1 -0
  119. package/dist/@effects/src/resourceManagement/components/ResourceTree.d.ts +35 -0
  120. package/dist/@effects/src/resourceManagement/components/ResourceTree.d.ts.map +1 -0
  121. package/dist/@effects/src/resourceManagement/index.d.ts +39 -0
  122. package/dist/@effects/src/resourceManagement/index.d.ts.map +1 -0
  123. package/dist/@effects/src/utils/DefaultButtonResource.d.ts +77 -0
  124. package/dist/@effects/src/utils/DefaultButtonResource.d.ts.map +1 -0
  125. package/dist/@effects/src/utils/encryption.d.ts +2 -0
  126. package/dist/@effects/src/utils/encryption.d.ts.map +1 -0
  127. package/dist/@effects/src/utils/error-report.d.ts +55 -0
  128. package/dist/@effects/src/utils/error-report.d.ts.map +1 -0
  129. package/dist/@effects/src/utils/formatter.d.ts +11 -0
  130. package/dist/@effects/src/utils/formatter.d.ts.map +1 -0
  131. package/dist/@effects/src/utils/select-options.d.ts +22 -0
  132. package/dist/@effects/src/utils/select-options.d.ts.map +1 -0
  133. package/dist/@effects/src/utils/types.d.ts +27 -0
  134. package/dist/@effects/src/utils/types.d.ts.map +1 -0
  135. package/dist/@effects/src/utils/use-schema-options-loader.d.ts +112 -0
  136. package/dist/@effects/src/utils/use-schema-options-loader.d.ts.map +1 -0
  137. package/dist/@effects/src/utils/use-schema-permission-loader.d.ts +76 -0
  138. package/dist/@effects/src/utils/use-schema-permission-loader.d.ts.map +1 -0
  139. package/dist/@effects/src/utils/utils.d.ts +46 -0
  140. package/dist/@effects/src/utils/utils.d.ts.map +1 -0
  141. package/dist/@effects/src/views/dashboard/Dashboard.d.ts +3 -0
  142. package/dist/@effects/src/views/dashboard/Dashboard.d.ts.map +1 -0
  143. package/dist/@effects/src/views/dashboard/api.d.ts +97 -0
  144. package/dist/@effects/src/views/dashboard/api.d.ts.map +1 -0
  145. package/dist/@effects/src/views/dashboard/components/AddEntryModal.d.ts +14 -0
  146. package/dist/@effects/src/views/dashboard/components/AddEntryModal.d.ts.map +1 -0
  147. package/dist/@effects/src/views/dashboard/index.d.ts +3 -0
  148. package/dist/@effects/src/views/dashboard/index.d.ts.map +1 -0
  149. package/dist/@effects/src/views/design/Design.d.ts +3 -0
  150. package/dist/@effects/src/views/design/Design.d.ts.map +1 -0
  151. package/dist/@effects/src/views/design/index.d.ts +2 -0
  152. package/dist/@effects/src/views/design/index.d.ts.map +1 -0
  153. package/dist/@effects/src/views/setting/dataDictionary/DataDictionaryAdd.d.ts +18 -0
  154. package/dist/@effects/src/views/setting/dataDictionary/DataDictionaryAdd.d.ts.map +1 -0
  155. package/dist/@effects/src/views/setting/dataDictionary/DataDictionaryQuery.d.ts +3 -0
  156. package/dist/@effects/src/views/setting/dataDictionary/DataDictionaryQuery.d.ts.map +1 -0
  157. package/dist/@effects/src/views/setting/dataDictionary/DataDictionaryUpdate.d.ts +17 -0
  158. package/dist/@effects/src/views/setting/dataDictionary/DataDictionaryUpdate.d.ts.map +1 -0
  159. package/dist/@effects/src/views/setting/dataDictionary/config.d.ts +75 -0
  160. package/dist/@effects/src/views/setting/dataDictionary/config.d.ts.map +1 -0
  161. package/dist/@effects/src/views/setting/dataDictionary/index.d.ts +4 -0
  162. package/dist/@effects/src/views/setting/dataDictionary/index.d.ts.map +1 -0
  163. package/dist/@effects/src/views/setting/dataDictionary/types.d.ts +43 -0
  164. package/dist/@effects/src/views/setting/dataDictionary/types.d.ts.map +1 -0
  165. package/dist/@effects/src/views/setting/dsrw/jobgroup/JobGroupForm.d.ts +17 -0
  166. package/dist/@effects/src/views/setting/dsrw/jobgroup/JobGroupForm.d.ts.map +1 -0
  167. package/dist/@effects/src/views/setting/dsrw/jobgroup/JobGroupQuery.d.ts +33 -0
  168. package/dist/@effects/src/views/setting/dsrw/jobgroup/JobGroupQuery.d.ts.map +1 -0
  169. package/dist/@effects/src/views/setting/dsrw/jobgroup/config.d.ts +27 -0
  170. package/dist/@effects/src/views/setting/dsrw/jobgroup/config.d.ts.map +1 -0
  171. package/dist/@effects/src/views/setting/dsrw/jobgroup/index.d.ts +4 -0
  172. package/dist/@effects/src/views/setting/dsrw/jobgroup/index.d.ts.map +1 -0
  173. package/dist/@effects/src/views/setting/dsrw/jobgroup/types.d.ts +22 -0
  174. package/dist/@effects/src/views/setting/dsrw/jobgroup/types.d.ts.map +1 -0
  175. package/dist/@effects/src/views/setting/dsrw/jobinfo/JobInfoCode.d.ts +15 -0
  176. package/dist/@effects/src/views/setting/dsrw/jobinfo/JobInfoCode.d.ts.map +1 -0
  177. package/dist/@effects/src/views/setting/dsrw/jobinfo/JobInfoForm.d.ts +17 -0
  178. package/dist/@effects/src/views/setting/dsrw/jobinfo/JobInfoForm.d.ts.map +1 -0
  179. package/dist/@effects/src/views/setting/dsrw/jobinfo/JobInfoOnce.d.ts +17 -0
  180. package/dist/@effects/src/views/setting/dsrw/jobinfo/JobInfoOnce.d.ts.map +1 -0
  181. package/dist/@effects/src/views/setting/dsrw/jobinfo/JobInfoQuery.d.ts +89 -0
  182. package/dist/@effects/src/views/setting/dsrw/jobinfo/JobInfoQuery.d.ts.map +1 -0
  183. package/dist/@effects/src/views/setting/dsrw/jobinfo/config.d.ts +31 -0
  184. package/dist/@effects/src/views/setting/dsrw/jobinfo/config.d.ts.map +1 -0
  185. package/dist/@effects/src/views/setting/dsrw/jobinfo/index.d.ts +4 -0
  186. package/dist/@effects/src/views/setting/dsrw/jobinfo/index.d.ts.map +1 -0
  187. package/dist/@effects/src/views/setting/dsrw/jobinfo/types.d.ts +34 -0
  188. package/dist/@effects/src/views/setting/dsrw/jobinfo/types.d.ts.map +1 -0
  189. package/dist/@effects/src/views/setting/dsrw/joblog/JobLogQuery.d.ts +28 -0
  190. package/dist/@effects/src/views/setting/dsrw/joblog/JobLogQuery.d.ts.map +1 -0
  191. package/dist/@effects/src/views/setting/dsrw/joblog/LogList.d.ts +14 -0
  192. package/dist/@effects/src/views/setting/dsrw/joblog/LogList.d.ts.map +1 -0
  193. package/dist/@effects/src/views/setting/dsrw/joblog/config.d.ts +27 -0
  194. package/dist/@effects/src/views/setting/dsrw/joblog/config.d.ts.map +1 -0
  195. package/dist/@effects/src/views/setting/dsrw/joblog/index.d.ts +4 -0
  196. package/dist/@effects/src/views/setting/dsrw/joblog/index.d.ts.map +1 -0
  197. package/dist/@effects/src/views/setting/dsrw/joblog/types.d.ts +54 -0
  198. package/dist/@effects/src/views/setting/dsrw/joblog/types.d.ts.map +1 -0
  199. package/dist/@effects/src/views/setting/gnzjgl/assSendoa/AssSendoaAdd.d.ts +10 -0
  200. package/dist/@effects/src/views/setting/gnzjgl/assSendoa/AssSendoaAdd.d.ts.map +1 -0
  201. package/dist/@effects/src/views/setting/gnzjgl/assSendoa/AssSendoaQuery.d.ts +24 -0
  202. package/dist/@effects/src/views/setting/gnzjgl/assSendoa/AssSendoaQuery.d.ts.map +1 -0
  203. package/dist/@effects/src/views/setting/gnzjgl/assSendoa/config.d.ts +25 -0
  204. package/dist/@effects/src/views/setting/gnzjgl/assSendoa/config.d.ts.map +1 -0
  205. package/dist/@effects/src/views/setting/gnzjgl/assSendoa/index.d.ts +5 -0
  206. package/dist/@effects/src/views/setting/gnzjgl/assSendoa/index.d.ts.map +1 -0
  207. package/dist/@effects/src/views/setting/gnzjgl/assSendoa/types.d.ts +13 -0
  208. package/dist/@effects/src/views/setting/gnzjgl/assSendoa/types.d.ts.map +1 -0
  209. package/dist/@effects/src/views/setting/gnzjgl/ggcxtc/GgcxtcQuery.d.ts +3 -0
  210. package/dist/@effects/src/views/setting/gnzjgl/ggcxtc/GgcxtcQuery.d.ts.map +1 -0
  211. package/dist/@effects/src/views/setting/gnzjgl/ggcxtc/GgcxtcReview.d.ts +11 -0
  212. package/dist/@effects/src/views/setting/gnzjgl/ggcxtc/GgcxtcReview.d.ts.map +1 -0
  213. package/dist/@effects/src/views/setting/gnzjgl/ggcxtc/config.d.ts +20 -0
  214. package/dist/@effects/src/views/setting/gnzjgl/ggcxtc/config.d.ts.map +1 -0
  215. package/dist/@effects/src/views/setting/gnzjgl/ggcxtc/index.d.ts +4 -0
  216. package/dist/@effects/src/views/setting/gnzjgl/ggcxtc/index.d.ts.map +1 -0
  217. package/dist/@effects/src/views/setting/gnzjgl/ggcxtc/types.d.ts +19 -0
  218. package/dist/@effects/src/views/setting/gnzjgl/ggcxtc/types.d.ts.map +1 -0
  219. package/dist/@effects/src/views/setting/gnzjgl/zdyxlk/ZdyxlkAdd.d.ts +10 -0
  220. package/dist/@effects/src/views/setting/gnzjgl/zdyxlk/ZdyxlkAdd.d.ts.map +1 -0
  221. package/dist/@effects/src/views/setting/gnzjgl/zdyxlk/ZdyxlkQuery.d.ts +24 -0
  222. package/dist/@effects/src/views/setting/gnzjgl/zdyxlk/ZdyxlkQuery.d.ts.map +1 -0
  223. package/dist/@effects/src/views/setting/gnzjgl/zdyxlk/config.d.ts +37 -0
  224. package/dist/@effects/src/views/setting/gnzjgl/zdyxlk/config.d.ts.map +1 -0
  225. package/dist/@effects/src/views/setting/gnzjgl/zdyxlk/index.d.ts +2 -0
  226. package/dist/@effects/src/views/setting/gnzjgl/zdyxlk/index.d.ts.map +1 -0
  227. package/dist/@effects/src/views/setting/gnzjgl/zdyxlk/types.d.ts +17 -0
  228. package/dist/@effects/src/views/setting/gnzjgl/zdyxlk/types.d.ts.map +1 -0
  229. package/dist/@effects/src/views/setting/operationLog/OperationLogQuery.d.ts +3 -0
  230. package/dist/@effects/src/views/setting/operationLog/OperationLogQuery.d.ts.map +1 -0
  231. package/dist/@effects/src/views/setting/operationLog/config.d.ts +19 -0
  232. package/dist/@effects/src/views/setting/operationLog/config.d.ts.map +1 -0
  233. package/dist/@effects/src/views/setting/operationLog/index.d.ts +4 -0
  234. package/dist/@effects/src/views/setting/operationLog/index.d.ts.map +1 -0
  235. package/dist/@effects/src/views/setting/operationLog/types.d.ts +31 -0
  236. package/dist/@effects/src/views/setting/operationLog/types.d.ts.map +1 -0
  237. package/dist/@effects/src/views/setting/otherPermissions/OtherPermissionsAdd.d.ts +22 -0
  238. package/dist/@effects/src/views/setting/otherPermissions/OtherPermissionsAdd.d.ts.map +1 -0
  239. package/dist/@effects/src/views/setting/otherPermissions/OtherPermissionsQuery.d.ts +3 -0
  240. package/dist/@effects/src/views/setting/otherPermissions/OtherPermissionsQuery.d.ts.map +1 -0
  241. package/dist/@effects/src/views/setting/otherPermissions/OtherPermissionsUpdate.d.ts +16 -0
  242. package/dist/@effects/src/views/setting/otherPermissions/OtherPermissionsUpdate.d.ts.map +1 -0
  243. package/dist/@effects/src/views/setting/otherPermissions/config.d.ts +23 -0
  244. package/dist/@effects/src/views/setting/otherPermissions/config.d.ts.map +1 -0
  245. package/dist/@effects/src/views/setting/otherPermissions/index.d.ts +6 -0
  246. package/dist/@effects/src/views/setting/otherPermissions/index.d.ts.map +1 -0
  247. package/dist/@effects/src/views/setting/otherPermissions/types.d.ts +34 -0
  248. package/dist/@effects/src/views/setting/otherPermissions/types.d.ts.map +1 -0
  249. package/dist/@effects/src/views/setting/role/RoleAdd.d.ts +123 -0
  250. package/dist/@effects/src/views/setting/role/RoleAdd.d.ts.map +1 -0
  251. package/dist/@effects/src/views/setting/role/RoleAuth.d.ts +28 -0
  252. package/dist/@effects/src/views/setting/role/RoleAuth.d.ts.map +1 -0
  253. package/dist/@effects/src/views/setting/role/RoleChooseUser.d.ts +9 -0
  254. package/dist/@effects/src/views/setting/role/RoleChooseUser.d.ts.map +1 -0
  255. package/dist/@effects/src/views/setting/role/RoleQuery.d.ts +174 -0
  256. package/dist/@effects/src/views/setting/role/RoleQuery.d.ts.map +1 -0
  257. package/dist/@effects/src/views/setting/role/config.d.ts +19 -0
  258. package/dist/@effects/src/views/setting/role/config.d.ts.map +1 -0
  259. package/dist/@effects/src/views/setting/role/index.d.ts +6 -0
  260. package/dist/@effects/src/views/setting/role/index.d.ts.map +1 -0
  261. package/dist/@effects/src/views/setting/role/types.d.ts +80 -0
  262. package/dist/@effects/src/views/setting/role/types.d.ts.map +1 -0
  263. package/dist/@effects/src/views/setting/systemSetting/SystemSetting.d.ts +3 -0
  264. package/dist/@effects/src/views/setting/systemSetting/SystemSetting.d.ts.map +1 -0
  265. package/dist/@effects/src/views/setting/systemSetting/api.d.ts +21 -0
  266. package/dist/@effects/src/views/setting/systemSetting/api.d.ts.map +1 -0
  267. package/dist/@effects/src/views/setting/systemSetting/index.d.ts +4 -0
  268. package/dist/@effects/src/views/setting/systemSetting/index.d.ts.map +1 -0
  269. package/dist/@effects/src/views/setting/systemSetting/types.d.ts +28 -0
  270. package/dist/@effects/src/views/setting/systemSetting/types.d.ts.map +1 -0
  271. package/dist/@effects/src/views/setting/user/UserAdd.d.ts +11 -0
  272. package/dist/@effects/src/views/setting/user/UserAdd.d.ts.map +1 -0
  273. package/dist/@effects/src/views/setting/user/UserAuth.d.ts +28 -0
  274. package/dist/@effects/src/views/setting/user/UserAuth.d.ts.map +1 -0
  275. package/dist/@effects/src/views/setting/user/UserBindMac.d.ts +9 -0
  276. package/dist/@effects/src/views/setting/user/UserBindMac.d.ts.map +1 -0
  277. package/dist/@effects/src/views/setting/user/UserChooseRole.d.ts +9 -0
  278. package/dist/@effects/src/views/setting/user/UserChooseRole.d.ts.map +1 -0
  279. package/dist/@effects/src/views/setting/user/UserOtherAuth.d.ts +9 -0
  280. package/dist/@effects/src/views/setting/user/UserOtherAuth.d.ts.map +1 -0
  281. package/dist/@effects/src/views/setting/user/UserQuery.d.ts +99 -0
  282. package/dist/@effects/src/views/setting/user/UserQuery.d.ts.map +1 -0
  283. package/dist/@effects/src/views/setting/user/config.d.ts +20 -0
  284. package/dist/@effects/src/views/setting/user/config.d.ts.map +1 -0
  285. package/dist/@effects/src/views/setting/user/index.d.ts +2 -0
  286. package/dist/@effects/src/views/setting/user/index.d.ts.map +1 -0
  287. package/dist/@effects/src/views/setting/ywsjzd/YwsjzdAdd.d.ts +18 -0
  288. package/dist/@effects/src/views/setting/ywsjzd/YwsjzdAdd.d.ts.map +1 -0
  289. package/dist/@effects/src/views/setting/ywsjzd/YwsjzdQuery.d.ts +3 -0
  290. package/dist/@effects/src/views/setting/ywsjzd/YwsjzdQuery.d.ts.map +1 -0
  291. package/dist/@effects/src/views/setting/ywsjzd/YwsjzdUpdate.d.ts +17 -0
  292. package/dist/@effects/src/views/setting/ywsjzd/YwsjzdUpdate.d.ts.map +1 -0
  293. package/dist/@effects/src/views/setting/ywsjzd/config.d.ts +75 -0
  294. package/dist/@effects/src/views/setting/ywsjzd/config.d.ts.map +1 -0
  295. package/dist/@effects/src/views/setting/ywsjzd/index.d.ts +4 -0
  296. package/dist/@effects/src/views/setting/ywsjzd/index.d.ts.map +1 -0
  297. package/dist/@effects/src/views/setting/ywsjzd/types.d.ts +72 -0
  298. package/dist/@effects/src/views/setting/ywsjzd/types.d.ts.map +1 -0
  299. package/dist/index.d.ts +2 -3274
  300. package/dist/index.mjs +258 -244
  301. package/package.json +9 -9
  302. package/dist/index.js +0 -10
package/dist/index.mjs CHANGED
@@ -1,4 +1,4 @@
1
- import { getCurrentInstance as lu, inject as yA, defineComponent as tt, computed as h, openBlock as Te, createElementBlock as wA, normalizeStyle as Vt, normalizeClass as yt, createElementVNode as de, ref as W, reactive as zA, onMounted as ut, onUnmounted as Pt, resolveComponent as aA, createVNode as L, withCtx as me, unref as J, Fragment as Et, renderList as wt, createBlock as nt, createCommentVNode as mt, withModifiers as ps, createTextVNode as XA, toDisplayString as kA, toRefs as Rf, watch as tA, isRef as Xa, h as i, provide as Bt, createApp as hE, nextTick as Ge, onBeforeUnmount as sn, Teleport as xn, onDeactivated as DE, onActivated as Uf, TransitionGroup as mr, mergeProps as yE, createSlots as Es, withDirectives as PE, vModelText as xE, toRaw as ME, isReactive as SE, toRef as kE, Transition as iu, KeepAlive as OE, resolveDynamicComponent as cu, withKeys as Hn, markRaw as Gf, shallowRef as zE, renderSlot as Bg } from "vue";
1
+ import { getCurrentInstance as lu, inject as yA, defineComponent as tt, computed as h, openBlock as Te, createElementBlock as wA, normalizeStyle as Vt, normalizeClass as yt, createElementVNode as de, ref as W, reactive as zA, onMounted as ut, onUnmounted as Pt, resolveComponent as aA, createVNode as L, withCtx as me, unref as J, Fragment as Et, renderList as wt, createBlock as nt, createCommentVNode as mt, withModifiers as ps, createTextVNode as XA, toDisplayString as kA, toRefs as Rf, watch as tA, isRef as Ja, h as i, provide as Bt, createApp as hE, nextTick as Ge, onBeforeUnmount as sn, Teleport as xn, onDeactivated as DE, onActivated as Uf, TransitionGroup as mr, mergeProps as yE, createSlots as Es, withDirectives as PE, vModelText as xE, toRaw as ME, isReactive as SE, toRef as kE, Transition as iu, KeepAlive as OE, resolveDynamicComponent as cu, withKeys as Hn, markRaw as Gf, shallowRef as zE, renderSlot as Bg } from "vue";
2
2
  import { Message as lA, Modal as Wt, Tabs as ai, Tree as FE, Checkbox as NE } from "@arco-design/web-vue";
3
3
  import LE from "jsencrypt";
4
4
  import { isFunction as pg, isUndefined as Eg, merge as VE, bindMethods as TE, isString as RE, transformToString as UE, transformToObjectArray as GE } from "@sunny-base-web/utils";
@@ -6,12 +6,12 @@ import { i18n as vg, useI18n as mi, loadLocaleMessages as YE } from "@sunny-base
6
6
  import qo from "axios";
7
7
  export * from "axios";
8
8
  import Ir from "qs";
9
- import { useAccessStore as zo, useAuthStore as mg, useTabbarStore as uu, useUserStore as nr, useFavoriteStore as Yf, useSettingsStore as jE, TABLE_ROW_HEIGHT_OPTIONS as Ig, storeToRefs as KE } from "@sunny-base-web/stores";
9
+ import { useAccessStore as zo, useAuthStore as mg, useTabbarStore as uu, useUserStore as da, useFavoriteStore as Yf, useSettingsStore as jE, TABLE_ROW_HEIGHT_OPTIONS as Ig, storeToRefs as KE } from "@sunny-base-web/stores";
10
10
  import { useI18n as kt } from "vue-i18n";
11
11
  import HE from "vue3-slide-verify";
12
12
  import { SSO_ORIGIN as Wi } from "@sunny-base-web/constants";
13
- import { useSunnyForm as Co, SunnyResourceTree as ZE, SunnyIcon as ct, SunnySearchModal as gu, Modal as tn, SunnyScrollbar as jf, SunnyCustomizeSelect as WE, DEFAULT_FORM_COMMON_CONFIG as du, EditRender as On, useSunnyEditGrid as da, useExportModal as XE, useImportModal as JE, setupSunnyForm as qE, useSunnyQueryGrid as _E, SunnySpinner as $E, SunnyLoading as ev } from "@sunny-base-web/ui";
14
- import { useRoute as fu, useRouter as fa } from "vue-router";
13
+ import { useSunnyForm as Co, SunnyResourceTree as ZE, SunnyIcon as ct, SunnySearchModal as gu, Modal as tn, SunnyScrollbar as jf, SunnyCustomizeSelect as WE, DEFAULT_FORM_COMMON_CONFIG as du, EditRender as On, useSunnyEditGrid as fa, useExportModal as XE, useImportModal as JE, setupSunnyForm as qE, useSunnyQueryGrid as _E, SunnySpinner as $E, SunnyLoading as ev } from "@sunny-base-web/ui";
14
+ import { useRoute as fu, useRouter as Ca } from "vue-router";
15
15
  import { useColorMode as Av } from "@vueuse/core";
16
16
  const tv = /* @__PURE__ */ Symbol("ArcoConfigProvider"), nv = "arco", ov = "$arco", an = (e) => {
17
17
  var A, t, n;
@@ -1149,8 +1149,8 @@ function Rc() {
1149
1149
  }
1150
1150
  }
1151
1151
  if (Rc()) {
1152
- var Qr = document.head || document.getElementsByTagName("head")[0] || document.documentElement, ba = document.createElement("script");
1153
- ba.src = "http://localhost:8000/CLodopfuncs.js?priority=1", Qr.insertBefore(ba, Qr.firstChild), ba = document.createElement("script"), ba.src = "http://localhost:18000/CLodopfuncs.js?priority=0", Qr.insertBefore(ba, Qr.firstChild);
1152
+ var Qr = document.head || document.getElementsByTagName("head")[0] || document.documentElement, ha = document.createElement("script");
1153
+ ha.src = "http://localhost:8000/CLodopfuncs.js?priority=1", Qr.insertBefore(ha, Qr.firstChild), ha = document.createElement("script"), ha.src = "http://localhost:18000/CLodopfuncs.js?priority=0", Qr.insertBefore(ha, Qr.firstChild);
1154
1154
  }
1155
1155
  function Qg(e, A) {
1156
1156
  var t = "<br><font color='#FF00FF'>打印控件未安装!点击这里<a href='install_lodop32.exe' target='_self'>执行安装</a>,安装后请刷新页面或重新进入。</font>", n = "<br><font color='#FF00FF'>打印控件需要升级!点击这里<a href='install_lodop32.exe' target='_self'>执行升级</a>,升级后请重新进入。</font>", o = "<br><font color='#FF00FF'>打印控件未安装!点击这里<a href='install_lodop64.exe' target='_self'>执行安装</a>,安装后请刷新页面或重新进入。</font>", s = "<br><font color='#FF00FF'>打印控件需要升级!点击这里<a href='install_lodop64.exe' target='_self'>执行升级</a>,升级后请重新进入。</font>", a = "<br><br><font color='#FF00FF'>(注意:如曾安装过Lodop旧版附件npActiveXPLugin,请在【工具】->【附加组件】->【扩展】中先卸它)</font>", r = "<br><br><font color='#FF00FF'>(如果此前正常,仅因浏览器升级或重安装而出问题,需重新执行以上安装)</font>", c = "<br><font color='#FF00FF'>CLodop云打印服务需升级!点击这里<a href='CLodop_Setup_for_Win32NT.exe' target='_self'>执行升级</a>,升级后请刷新页面。</font>", g = navigator.userAgent.indexOf("MSIE") >= 0 || navigator.userAgent.indexOf("Trident") >= 0, B = g && navigator.userAgent.indexOf("x64") >= 0, f;
@@ -2083,23 +2083,23 @@ async function wI(e, A) {
2083
2083
  types: e.types || [2, 3]
2084
2084
  }, A);
2085
2085
  }
2086
- var Jf = typeof global == "object" && global && global.Object === Object && global, bI = typeof self == "object" && self && self.Object === Object && self, Bo = Jf || bI || Function("return this")(), go = Bo.Symbol, qf = Object.prototype, hI = qf.hasOwnProperty, DI = qf.toString, ha = go ? go.toStringTag : void 0;
2086
+ var Jf = typeof global == "object" && global && global.Object === Object && global, bI = typeof self == "object" && self && self.Object === Object && self, Bo = Jf || bI || Function("return this")(), go = Bo.Symbol, qf = Object.prototype, hI = qf.hasOwnProperty, DI = qf.toString, Da = go ? go.toStringTag : void 0;
2087
2087
  function yI(e) {
2088
- var A = hI.call(e, ha), t = e[ha];
2088
+ var A = hI.call(e, Da), t = e[Da];
2089
2089
  try {
2090
- e[ha] = void 0;
2090
+ e[Da] = void 0;
2091
2091
  var n = !0;
2092
2092
  } catch {
2093
2093
  }
2094
2094
  var o = DI.call(e);
2095
- return n && (A ? e[ha] = t : delete e[ha]), o;
2095
+ return n && (A ? e[Da] = t : delete e[Da]), o;
2096
2096
  }
2097
2097
  var PI = Object.prototype, xI = PI.toString;
2098
2098
  function MI(e) {
2099
2099
  return xI.call(e);
2100
2100
  }
2101
2101
  var SI = "[object Null]", kI = "[object Undefined]", hg = go ? go.toStringTag : void 0;
2102
- function Ca(e) {
2102
+ function Ba(e) {
2103
2103
  return e == null ? e === void 0 ? kI : SI : hg && hg in Object(e) ? yI(e) : MI(e);
2104
2104
  }
2105
2105
  function ts(e) {
@@ -2107,9 +2107,9 @@ function ts(e) {
2107
2107
  }
2108
2108
  var OI = "[object Symbol]";
2109
2109
  function na(e) {
2110
- return typeof e == "symbol" || ts(e) && Ca(e) == OI;
2110
+ return typeof e == "symbol" || ts(e) && Ba(e) == OI;
2111
2111
  }
2112
- function Va(e, A) {
2112
+ function Ta(e, A) {
2113
2113
  for (var t = -1, n = e == null ? 0 : e.length, o = Array(n); ++t < n; )
2114
2114
  o[t] = A(e[t], t, e);
2115
2115
  return o;
@@ -2119,7 +2119,7 @@ function Ii(e) {
2119
2119
  if (typeof e == "string")
2120
2120
  return e;
2121
2121
  if (nn(e))
2122
- return Va(e, Ii) + "";
2122
+ return Ta(e, Ii) + "";
2123
2123
  if (na(e))
2124
2124
  return yg ? yg.call(e) : "";
2125
2125
  var A = e + "";
@@ -2176,7 +2176,7 @@ var KI = "[object AsyncFunction]", HI = "[object Function]", ZI = "[object Gener
2176
2176
  function _f(e) {
2177
2177
  if (!ns(e))
2178
2178
  return !1;
2179
- var A = Ca(e);
2179
+ var A = Ba(e);
2180
2180
  return A == HI || A == ZI || A == KI || A == WI;
2181
2181
  }
2182
2182
  var dc = Bo["__core-js_shared__"], Mg = (function() {
@@ -2351,14 +2351,14 @@ var xQ = 9007199254740991;
2351
2351
  function vu(e) {
2352
2352
  return typeof e == "number" && e > -1 && e % 1 == 0 && e <= xQ;
2353
2353
  }
2354
- function Ba(e) {
2354
+ function pa(e) {
2355
2355
  return e != null && vu(e.length) && !_f(e);
2356
2356
  }
2357
2357
  function MQ(e, A, t) {
2358
2358
  if (!ns(t))
2359
2359
  return !1;
2360
2360
  var n = typeof A;
2361
- return (n == "number" ? Ba(t) && Bu(A, t.length) : n == "string" && A in t) ? wi(t[A], e) : !1;
2361
+ return (n == "number" ? pa(t) && Bu(A, t.length) : n == "string" && A in t) ? wi(t[A], e) : !1;
2362
2362
  }
2363
2363
  function SQ(e) {
2364
2364
  return PQ(function(A, t) {
@@ -2382,7 +2382,7 @@ function OQ(e, A) {
2382
2382
  }
2383
2383
  var zQ = "[object Arguments]";
2384
2384
  function Og(e) {
2385
- return ts(e) && Ca(e) == zQ;
2385
+ return ts(e) && Ba(e) == zQ;
2386
2386
  }
2387
2387
  var eC = Object.prototype, FQ = eC.hasOwnProperty, NQ = eC.propertyIsEnumerable, AC = Og(/* @__PURE__ */ (function() {
2388
2388
  return arguments;
@@ -2396,16 +2396,16 @@ var tC = typeof exports == "object" && exports && !exports.nodeType && exports,
2396
2396
  Tt[Aw] = Tt[tw] = Tt[nw] = Tt[ow] = Tt[sw] = Tt[aw] = Tt[rw] = Tt[lw] = Tt[iw] = !0;
2397
2397
  Tt[RQ] = Tt[UQ] = Tt[$Q] = Tt[GQ] = Tt[ew] = Tt[YQ] = Tt[jQ] = Tt[KQ] = Tt[HQ] = Tt[ZQ] = Tt[WQ] = Tt[XQ] = Tt[JQ] = Tt[qQ] = Tt[_Q] = !1;
2398
2398
  function cw(e) {
2399
- return ts(e) && vu(e.length) && !!Tt[Ca(e)];
2399
+ return ts(e) && vu(e.length) && !!Tt[Ba(e)];
2400
2400
  }
2401
2401
  function bi(e) {
2402
2402
  return function(A) {
2403
2403
  return e(A);
2404
2404
  };
2405
2405
  }
2406
- var nC = typeof exports == "object" && exports && !exports.nodeType && exports, Ta = nC && typeof module == "object" && module && !module.nodeType && module, uw = Ta && Ta.exports === nC, fc = uw && Jf.process, oa = (function() {
2406
+ var nC = typeof exports == "object" && exports && !exports.nodeType && exports, Ra = nC && typeof module == "object" && module && !module.nodeType && module, uw = Ra && Ra.exports === nC, fc = uw && Jf.process, oa = (function() {
2407
2407
  try {
2408
- var e = Ta && Ta.require && Ta.require("util").types;
2408
+ var e = Ra && Ra.require && Ra.require("util").types;
2409
2409
  return e || fc && fc.binding && fc.binding("util");
2410
2410
  } catch {
2411
2411
  }
@@ -2435,10 +2435,10 @@ function Ew(e) {
2435
2435
  return A;
2436
2436
  }
2437
2437
  function or(e) {
2438
- return Ba(e) ? fw(e) : Ew(e);
2438
+ return pa(e) ? fw(e) : Ew(e);
2439
2439
  }
2440
2440
  var vw = Object.prototype, mw = vw.hasOwnProperty, Lr = SQ(function(e, A) {
2441
- if (mu(A) || Ba(A)) {
2441
+ if (mu(A) || pa(A)) {
2442
2442
  DQ(A, or(A), e);
2443
2443
  return;
2444
2444
  }
@@ -2451,9 +2451,9 @@ function Iu(e, A) {
2451
2451
  var t = typeof e;
2452
2452
  return t == "number" || t == "symbol" || t == "boolean" || e == null || na(e) ? !0 : Qw.test(e) || !Iw.test(e) || A != null && e in Object(A);
2453
2453
  }
2454
- var Ja = Ms(Object, "create");
2454
+ var qa = Ms(Object, "create");
2455
2455
  function ww() {
2456
- this.__data__ = Ja ? Ja(null) : {}, this.size = 0;
2456
+ this.__data__ = qa ? qa(null) : {}, this.size = 0;
2457
2457
  }
2458
2458
  function bw(e) {
2459
2459
  var A = this.has(e) && delete this.__data__[e];
@@ -2462,7 +2462,7 @@ function bw(e) {
2462
2462
  var hw = "__lodash_hash_undefined__", Dw = Object.prototype, yw = Dw.hasOwnProperty;
2463
2463
  function Pw(e) {
2464
2464
  var A = this.__data__;
2465
- if (Ja) {
2465
+ if (qa) {
2466
2466
  var t = A[e];
2467
2467
  return t === hw ? void 0 : t;
2468
2468
  }
@@ -2471,12 +2471,12 @@ function Pw(e) {
2471
2471
  var xw = Object.prototype, Mw = xw.hasOwnProperty;
2472
2472
  function Sw(e) {
2473
2473
  var A = this.__data__;
2474
- return Ja ? A[e] !== void 0 : Mw.call(A, e);
2474
+ return qa ? A[e] !== void 0 : Mw.call(A, e);
2475
2475
  }
2476
2476
  var kw = "__lodash_hash_undefined__";
2477
2477
  function Ow(e, A) {
2478
2478
  var t = this.__data__;
2479
- return this.size += this.has(e) ? 0 : 1, t[e] = Ja && A === void 0 ? kw : A, this;
2479
+ return this.size += this.has(e) ? 0 : 1, t[e] = qa && A === void 0 ? kw : A, this;
2480
2480
  }
2481
2481
  function bs(e) {
2482
2482
  var A = -1, t = e == null ? 0 : e.length;
@@ -2530,11 +2530,11 @@ Go.prototype.delete = Lw;
2530
2530
  Go.prototype.get = Vw;
2531
2531
  Go.prototype.has = Tw;
2532
2532
  Go.prototype.set = Rw;
2533
- var qa = Ms(Bo, "Map");
2533
+ var _a = Ms(Bo, "Map");
2534
2534
  function Uw() {
2535
2535
  this.size = 0, this.__data__ = {
2536
2536
  hash: new bs(),
2537
- map: new (qa || Go)(),
2537
+ map: new (_a || Go)(),
2538
2538
  string: new bs()
2539
2539
  };
2540
2540
  }
@@ -2654,7 +2654,7 @@ function lb(e, A) {
2654
2654
  var t = this.__data__;
2655
2655
  if (t instanceof Go) {
2656
2656
  var n = t.__data__;
2657
- if (!qa || n.length < rb - 1)
2657
+ if (!_a || n.length < rb - 1)
2658
2658
  return n.push([e, A]), this.size = ++t.size, this;
2659
2659
  t = this.__data__ = new Yo(n);
2660
2660
  }
@@ -2696,9 +2696,9 @@ function Cb(e, A, t) {
2696
2696
  function Gc(e) {
2697
2697
  return Cb(e, or, fb);
2698
2698
  }
2699
- var Yc = Ms(Bo, "DataView"), jc = Ms(Bo, "Promise"), Ws = Ms(Bo, "Set"), Rg = "[object Map]", Bb = "[object Object]", Ug = "[object Promise]", Gg = "[object Set]", Yg = "[object WeakMap]", jg = "[object DataView]", pb = xs(Yc), Eb = xs(qa), vb = xs(jc), mb = xs(Ws), Ib = xs(Uc), eo = Ca;
2700
- (Yc && eo(new Yc(new ArrayBuffer(1))) != jg || qa && eo(new qa()) != Rg || jc && eo(jc.resolve()) != Ug || Ws && eo(new Ws()) != Gg || Uc && eo(new Uc()) != Yg) && (eo = function(e) {
2701
- var A = Ca(e), t = A == Bb ? e.constructor : void 0, n = t ? xs(t) : "";
2699
+ var Yc = Ms(Bo, "DataView"), jc = Ms(Bo, "Promise"), Ws = Ms(Bo, "Set"), Rg = "[object Map]", Bb = "[object Object]", Ug = "[object Promise]", Gg = "[object Set]", Yg = "[object WeakMap]", jg = "[object DataView]", pb = xs(Yc), Eb = xs(_a), vb = xs(jc), mb = xs(Ws), Ib = xs(Uc), eo = Ba;
2700
+ (Yc && eo(new Yc(new ArrayBuffer(1))) != jg || _a && eo(new _a()) != Rg || jc && eo(jc.resolve()) != Ug || Ws && eo(new Ws()) != Gg || Uc && eo(new Uc()) != Yg) && (eo = function(e) {
2701
+ var A = Ba(e), t = A == Bb ? e.constructor : void 0, n = t ? xs(t) : "";
2702
2702
  if (n)
2703
2703
  switch (n) {
2704
2704
  case pb:
@@ -2835,13 +2835,13 @@ function xh(e) {
2835
2835
  function Mh(e) {
2836
2836
  return this.__data__.has(e);
2837
2837
  }
2838
- function _a(e) {
2838
+ function $a(e) {
2839
2839
  var A = -1, t = e == null ? 0 : e.length;
2840
2840
  for (this.__data__ = new Yo(); ++A < t; )
2841
2841
  this.add(e[A]);
2842
2842
  }
2843
- _a.prototype.add = _a.prototype.push = xh;
2844
- _a.prototype.has = Mh;
2843
+ $a.prototype.add = $a.prototype.push = xh;
2844
+ $a.prototype.has = Mh;
2845
2845
  function Sh(e, A) {
2846
2846
  for (var t = -1, n = e == null ? 0 : e.length; ++t < n; )
2847
2847
  if (A(e[t], t, e))
@@ -2859,7 +2859,7 @@ function fC(e, A, t, n, o, s) {
2859
2859
  var g = s.get(e), B = s.get(A);
2860
2860
  if (g && B)
2861
2861
  return g == A && B == e;
2862
- var f = -1, C = !0, u = t & Oh ? new _a() : void 0;
2862
+ var f = -1, C = !0, u = t & Oh ? new $a() : void 0;
2863
2863
  for (s.set(e, A), s.set(A, e); ++f < r; ) {
2864
2864
  var d = e[f], E = A[f];
2865
2865
  if (n)
@@ -3098,7 +3098,7 @@ function vD(e, A) {
3098
3098
  return function(t, n) {
3099
3099
  if (t == null)
3100
3100
  return t;
3101
- if (!Ba(t))
3101
+ if (!pa(t))
3102
3102
  return e(t, n);
3103
3103
  for (var o = t.length, s = -1, a = Object(t); ++s < o && n(a[s], s, a) !== !1; )
3104
3104
  ;
@@ -3137,7 +3137,7 @@ function ed(e, A) {
3137
3137
  function bD(e) {
3138
3138
  return function(A, t, n) {
3139
3139
  var o = Object(A);
3140
- if (!Ba(A)) {
3140
+ if (!pa(A)) {
3141
3141
  var s = Ss(t);
3142
3142
  A = or(A), t = function(r) {
3143
3143
  return s(o[r], r, o);
@@ -3160,13 +3160,13 @@ function EC(e) {
3160
3160
  return e && e.length ? e[0] : void 0;
3161
3161
  }
3162
3162
  function vC(e, A) {
3163
- var t = -1, n = Ba(e) ? Array(e.length) : [];
3163
+ var t = -1, n = pa(e) ? Array(e.length) : [];
3164
3164
  return Pi(e, function(o, s, a) {
3165
3165
  n[++t] = A(o, s, a);
3166
3166
  }), n;
3167
3167
  }
3168
3168
  function Ad(e, A) {
3169
- var t = nn(e) ? Va : vC;
3169
+ var t = nn(e) ? Ta : vC;
3170
3170
  return t(e, Ss(A));
3171
3171
  }
3172
3172
  var DD = Object.prototype, yD = DD.hasOwnProperty, Bc = ID(function(e, A, t) {
@@ -3201,15 +3201,15 @@ function MD(e, A, t) {
3201
3201
  return e.index - A.index;
3202
3202
  }
3203
3203
  function SD(e, A, t) {
3204
- A.length ? A = Va(A, function(s) {
3204
+ A.length ? A = Ta(A, function(s) {
3205
3205
  return nn(s) ? function(a) {
3206
3206
  return bu(a, s.length === 1 ? s[0] : s);
3207
3207
  } : s;
3208
3208
  }) : A = [Qi];
3209
3209
  var n = -1;
3210
- A = Va(A, bi(Ss));
3210
+ A = Ta(A, bi(Ss));
3211
3211
  var o = vC(e, function(s, a, r) {
3212
- var c = Va(A, function(g) {
3212
+ var c = Ta(A, function(g) {
3213
3213
  return g(s);
3214
3214
  });
3215
3215
  return { criteria: c, index: ++n, value: s };
@@ -3226,7 +3226,7 @@ function kD(e, A, t, n, o) {
3226
3226
  t = n ? (n = !1, s) : A(t, s, a, r);
3227
3227
  }), t;
3228
3228
  }
3229
- function Fa(e, A, t) {
3229
+ function Na(e, A, t) {
3230
3230
  var n = nn(e) ? tb : kD, o = arguments.length < 3;
3231
3231
  return n(e, Ss(A), t, o, Pi);
3232
3232
  }
@@ -3242,7 +3242,7 @@ function ND(e, A, t) {
3242
3242
  var g = zD(e);
3243
3243
  if (g)
3244
3244
  return Du(g);
3245
- a = !1, o = dC, c = new _a();
3245
+ a = !1, o = dC, c = new $a();
3246
3246
  } else
3247
3247
  c = r;
3248
3248
  e:
@@ -3260,7 +3260,7 @@ function ND(e, A, t) {
3260
3260
  function Ec(e) {
3261
3261
  return e && e.length ? ND(e) : [];
3262
3262
  }
3263
- const pa = {
3263
+ const Ea = {
3264
3264
  systemOpts: [],
3265
3265
  menuType: [
3266
3266
  { label: "菜单", value: "1" },
@@ -3594,7 +3594,7 @@ const pa = {
3594
3594
  { label: "appendFooter", value: "appendFooter" },
3595
3595
  { label: "footer", value: "footer" }
3596
3596
  ]
3597
- }, LD = {}, Dt = { ...pa, ...LD }, nd = pa.sfggOpts, VD = pa.cbTypeOpts, I8 = pa.userSfqyOpts, Q8 = pa.nCbtypeOpts, w8 = pa.nLikematchOpts, TD = (e) => {
3597
+ }, LD = {}, Dt = { ...Ea, ...LD }, nd = Ea.sfggOpts, VD = Ea.cbTypeOpts, I8 = Ea.userSfqyOpts, Q8 = Ea.nCbtypeOpts, w8 = Ea.nLikematchOpts, TD = (e) => {
3598
3598
  const A = W(), t = W(), n = W(), o = zA({
3599
3599
  visible: !1,
3600
3600
  data: {},
@@ -4173,7 +4173,7 @@ const pa = {
4173
4173
  const v = aA("a-auto-complete"), p = aA("a-textarea"), m = aA("a-modal");
4174
4174
  return Te(), nt(m, {
4175
4175
  visible: J(r),
4176
- "onUpdate:visible": E[0] || (E[0] = (b) => Xa(r) ? r.value = b : null),
4176
+ "onUpdate:visible": E[0] || (E[0] = (b) => Ja(r) ? r.value = b : null),
4177
4177
  width: "800px",
4178
4178
  "mask-closable": !1,
4179
4179
  title: `资源${J(a) ? "编辑" : "新增"}`,
@@ -4337,12 +4337,12 @@ function ar(e, A, t) {
4337
4337
  function Kt(e, A, t) {
4338
4338
  return e && (bt(e) ? $t : ar)(e, A, t);
4339
4339
  }
4340
- function Ea(e) {
4340
+ function va(e) {
4341
4341
  return function(A) {
4342
4342
  return typeof A === e;
4343
4343
  };
4344
4344
  }
4345
- var Mn = Ea("function");
4345
+ var Mn = va("function");
4346
4346
  function xu(e, A) {
4347
4347
  var t = Object[e];
4348
4348
  return function(n) {
@@ -4461,7 +4461,7 @@ function bC(e, A, t) {
4461
4461
  function po(e) {
4462
4462
  return e === null;
4463
4463
  }
4464
- function va(e, A) {
4464
+ function ma(e, A) {
4465
4465
  return function(t) {
4466
4466
  return po(t) ? A : t[e];
4467
4467
  };
@@ -4470,7 +4470,7 @@ function XD(e, A, t) {
4470
4470
  var n = {};
4471
4471
  if (e)
4472
4472
  if (A)
4473
- Mn(A) || (A = va(A)), Kt(e, function(o, s) {
4473
+ Mn(A) || (A = ma(A)), Kt(e, function(o, s) {
4474
4474
  n[s] = A.call(t, o, s, e);
4475
4475
  });
4476
4476
  else
@@ -4546,7 +4546,7 @@ function xC(e, A) {
4546
4546
  function MC(e, A, t) {
4547
4547
  var n = [];
4548
4548
  if (A) {
4549
- Mn(A) || (A = va(A));
4549
+ Mn(A) || (A = ma(A));
4550
4550
  var o, s = {};
4551
4551
  Kt(e, function(a, r) {
4552
4552
  o = A.call(t, a, r, e), s[o] || (s[o] = 1, n.push(a));
@@ -4567,7 +4567,7 @@ function qD() {
4567
4567
  A = A.concat(Su(e[t]));
4568
4568
  return MC(A);
4569
4569
  }
4570
- var oo = "undefined", no = Ea(oo);
4570
+ var oo = "undefined", no = va(oo);
4571
4571
  function Un(e) {
4572
4572
  return po(e) || no(e);
4573
4573
  }
@@ -4632,7 +4632,7 @@ function Ou(e, A, t) {
4632
4632
  return { data: r };
4633
4633
  }), s = ny(e, o, A, t), a = s.length - 1; a >= 0; )
4634
4634
  n = ty(a, s[a], n), a--;
4635
- return n && (o = o.sort(n)), ss(o, va("data"));
4635
+ return n && (o = o.sort(n)), ss(o, ma("data"));
4636
4636
  }
4637
4637
  return [];
4638
4638
  }
@@ -4640,9 +4640,9 @@ var oy = Ou;
4640
4640
  function kC(e, A) {
4641
4641
  return e >= A ? e : (e = e >> 0) + Math.round(Math.random() * ((A || 9) - e));
4642
4642
  }
4643
- var ma = xu("values", 0);
4643
+ var Ia = xu("values", 0);
4644
4644
  function OC(e) {
4645
- for (var A, t = [], n = ma(e), o = n.length - 1; o >= 0; o--)
4645
+ for (var A, t = [], n = Ia(e), o = n.length - 1; o >= 0; o--)
4646
4646
  A = o > 0 ? kC(0, o) : 0, t.push(n[A]), n.splice(A, 1);
4647
4647
  return t;
4648
4648
  }
@@ -4685,7 +4685,7 @@ function ay(e, A, t) {
4685
4685
  var ry = Mi("", 0, 2, !0), ly = Mi("find", 1, 3, !0);
4686
4686
  function iy(e, A, t) {
4687
4687
  if (e) {
4688
- bt(e) || (e = ma(e));
4688
+ bt(e) || (e = Ia(e));
4689
4689
  for (var n = e.length - 1; n >= 0; n--)
4690
4690
  if (A.call(t, e[n], n, e))
4691
4691
  return e[n];
@@ -4723,7 +4723,7 @@ function gy(e, A) {
4723
4723
  return n;
4724
4724
  }
4725
4725
  function FC(e, A) {
4726
- return ss(e, va(A));
4726
+ return ss(e, ma(A));
4727
4727
  }
4728
4728
  function NC(e) {
4729
4729
  return function(A, t) {
@@ -4753,7 +4753,7 @@ function dy() {
4753
4753
  }
4754
4754
  function fy(e, A) {
4755
4755
  var t = {};
4756
- return A = A || [], Kt(ma(e), function(n, o) {
4756
+ return A = A || [], Kt(Ia(e), function(n, o) {
4757
4757
  t[n] = A[o];
4758
4758
  }), t;
4759
4759
  }
@@ -4797,10 +4797,10 @@ function RC(e, A) {
4797
4797
  function UC(e, A, t) {
4798
4798
  return e && (bt(e) ? Mu : bC)(e, A, t);
4799
4799
  }
4800
- var $a = Ea("object");
4800
+ var er = va("object");
4801
4801
  function GC(e, A, t) {
4802
4802
  if (e) {
4803
- var n, o = arguments.length > 1 && (po(A) || !$a(A)), s = o ? t : A;
4803
+ var n, o = arguments.length > 1 && (po(A) || !er(A)), s = o ? t : A;
4804
4804
  if (os(e))
4805
4805
  ar(e, o ? function(a, r) {
4806
4806
  e[r] = A;
@@ -4924,11 +4924,11 @@ function qC(e, A) {
4924
4924
  return t;
4925
4925
  return -1;
4926
4926
  }
4927
- var Gn = Ea("number");
4927
+ var Gn = va("number");
4928
4928
  function Dy(e) {
4929
4929
  return Gn(e) && isNaN(e);
4930
4930
  }
4931
- var fo = Ea("string"), jo = sr("Date"), Yn = parseInt;
4931
+ var fo = va("string"), jo = sr("Date"), Yn = parseInt;
4932
4932
  function rd(e) {
4933
4933
  return Date.UTC(e.y, e.M || 0, e.d || 1, e.H || 0, e.m || 0, e.s || 0, e.S || 0);
4934
4934
  }
@@ -4944,7 +4944,7 @@ function yy(e) {
4944
4944
  function ld(e) {
4945
4945
  return isNaN(e) ? e : Yn(e);
4946
4946
  }
4947
- var Ns = lr(2), Us = lr("1,2"), _C = lr("1,7"), $C = lr("3,4"), eB = ".{1}", Da = eB + Us, AB = "(([zZ])|([-+]\\d{2}:?\\d{2}))", id = [$C, Da, Da, Da, Da, Da, eB + _C, AB], Hc = [];
4947
+ var Ns = lr(2), Us = lr("1,2"), _C = lr("1,7"), $C = lr("3,4"), eB = ".{1}", ya = eB + Us, AB = "(([zZ])|([-+]\\d{2}:?\\d{2}))", id = [$C, ya, ya, ya, ya, ya, eB + _C, AB], Hc = [];
4948
4948
  for (var mc = id.length - 1; mc >= 0; mc--) {
4949
4949
  for (var cd = "", vs = 0; vs < mc + 1; vs++)
4950
4950
  cd += id[vs];
@@ -5078,7 +5078,7 @@ var lB = function(e) {
5078
5078
  function Ny(e) {
5079
5079
  return !po(e) && !isNaN(e) && !bt(e) && !lB(e);
5080
5080
  }
5081
- var iB = Ea("boolean"), zu = sr("RegExp"), cB = sr("Error");
5081
+ var iB = va("boolean"), zu = sr("RegExp"), cB = sr("Error");
5082
5082
  function Ly(e) {
5083
5083
  return e ? e.constructor === TypeError : !1;
5084
5084
  }
@@ -5225,10 +5225,10 @@ function fB(e, A) {
5225
5225
  }
5226
5226
  var rP = fB(1, 0), lP = fB(0, 1);
5227
5227
  function iP(e) {
5228
- return ma(e)[0];
5228
+ return Ia(e)[0];
5229
5229
  }
5230
5230
  function cP(e) {
5231
- var A = ma(e);
5231
+ var A = Ia(e);
5232
5232
  return A[A.length - 1];
5233
5233
  }
5234
5234
  function uP(e, A) {
@@ -5281,7 +5281,7 @@ function fP(e) {
5281
5281
  }
5282
5282
  function CB(e, A, t) {
5283
5283
  var n, o = {};
5284
- return e && (A && $a(A) ? A = fP(A) : Mn(A) || (A = va(A)), Kt(e, function(s, a) {
5284
+ return e && (A && er(A) ? A = fP(A) : Mn(A) || (A = ma(A)), Kt(e, function(s, a) {
5285
5285
  n = A ? A.call(t, s, a, e) : s, o[n] ? o[n].push(s) : o[n] = [s];
5286
5286
  })), o;
5287
5287
  }
@@ -5923,8 +5923,8 @@ function bc(e) {
5923
5923
  function ls(e, A, t) {
5924
5924
  if (ms) {
5925
5925
  var n, o, s, a, r, c, g = [], B = arguments;
5926
- return bt(e) ? g = e : B.length > 1 ? g = [on({ name: e, value: A }, t)] : $a(e) && (g = [e]), g.length > 0 ? ($t(g, function(f) {
5927
- n = on({}, un.cookies, f), s = [], n.name && (o = n.expires, s.push(sa(n.name) + "=" + sa($a(n.value) ? JSON.stringify(n.value) : n.value)), o && (isNaN(o) ? o = o.replace(/^([0-9]+)(y|M|d|H|h|m|s)$/, function(C, u, d) {
5926
+ return bt(e) ? g = e : B.length > 1 ? g = [on({ name: e, value: A }, t)] : er(e) && (g = [e]), g.length > 0 ? ($t(g, function(f) {
5927
+ n = on({}, un.cookies, f), s = [], n.name && (o = n.expires, s.push(sa(n.name) + "=" + sa(er(n.value) ? JSON.stringify(n.value) : n.value)), o && (isNaN(o) ? o = o.replace(/^([0-9]+)(y|M|d|H|h|m|s)$/, function(C, u, d) {
5928
5928
  return bc(vd(d, u));
5929
5929
  }) : /^[0-9]{11,13}$/.test(o) || jo(o) ? o = bc(o) : o = bc(vd("d", o)), n.expires = o), $t(["expires", "path", "domain", "secure"], function(C) {
5930
5930
  no(n[C]) || s.push(n[C] && C === "secure" ? C : C + "=" + n[C]);
@@ -6068,7 +6068,7 @@ on(l, {
6068
6068
  isString: fo,
6069
6069
  isNumber: Gn,
6070
6070
  isRegExp: zu,
6071
- isObject: $a,
6071
+ isObject: er,
6072
6072
  isPlainObject: os,
6073
6073
  isDate: jo,
6074
6074
  isError: cB,
@@ -6099,7 +6099,7 @@ on(l, {
6099
6099
  toStringJSON: oP,
6100
6100
  toJSONString: sP,
6101
6101
  keys: Rn,
6102
- values: ma,
6102
+ values: Ia,
6103
6103
  entries: aP,
6104
6104
  pick: rP,
6105
6105
  omit: lP,
@@ -6177,7 +6177,7 @@ on(l, {
6177
6177
  toValueString: mn,
6178
6178
  // function
6179
6179
  noop: jP,
6180
- property: va,
6180
+ property: ma,
6181
6181
  bind: KP,
6182
6182
  once: HP,
6183
6183
  after: ZP,
@@ -6195,7 +6195,7 @@ on(l, {
6195
6195
  browse: nx,
6196
6196
  cookie: ls
6197
6197
  });
6198
- var Js = null, hc = null, Wo = null, bd = "z-index-manage", fs = null, hd = "z-index-style", UB = "m", GB = "s", er = {
6198
+ var Js = null, hc = null, Wo = null, bd = "z-index-manage", fs = null, hd = "z-index-style", UB = "m", GB = "s", Ar = {
6199
6199
  m: 1e3,
6200
6200
  s: 1e3
6201
6201
  };
@@ -6239,7 +6239,7 @@ function KB() {
6239
6239
  var e = Ru();
6240
6240
  if (e && (Wo = e.getElementById(bd), !Wo)) {
6241
6241
  var A = YB();
6242
- A && (Wo = e.createElement("div"), Wo.id = bd, Wo.style.display = "none", A.appendChild(Wo), Uu(er.m), Gu(er.s));
6242
+ A && (Wo = e.createElement("div"), Wo.id = bd, Wo.style.display = "none", A.appendChild(Wo), Uu(Ar.m), Gu(Ar.s));
6243
6243
  }
6244
6244
  }
6245
6245
  return Wo;
@@ -6247,11 +6247,11 @@ function KB() {
6247
6247
  function HB(e) {
6248
6248
  return function(A) {
6249
6249
  if (A) {
6250
- A = Number(A), er[e] = A;
6250
+ A = Number(A), Ar[e] = A;
6251
6251
  var t = KB();
6252
6252
  t && (t.dataset ? t.dataset[e] = A + "" : t.setAttribute("data-" + e, A + ""));
6253
6253
  }
6254
- return jB(), er[e];
6254
+ return jB(), Ar[e];
6255
6255
  };
6256
6256
  }
6257
6257
  var Uu = HB(UB);
@@ -6262,7 +6262,7 @@ function ZB(e, A) {
6262
6262
  var a = s.dataset ? s.dataset[e] : s.getAttribute("data-" + e);
6263
6263
  a && (o = Number(a));
6264
6264
  }
6265
- return o || (o = er[e]), n ? Number(n) < o ? A() : n : o;
6265
+ return o || (o = Ar[e]), n ? Number(n) < o ? A() : n : o;
6266
6266
  };
6267
6267
  }
6268
6268
  var zi = ZB(UB, WB);
@@ -6511,27 +6511,27 @@ const Md = "4.4.3", Kn = {
6511
6511
  create: Dc,
6512
6512
  warn: Dc("warn", `v${Md}`),
6513
6513
  err: Dc("error", `v${Md}`)
6514
- }, ya = {}, Zt = {
6514
+ }, Pa = {}, Zt = {
6515
6515
  mixin(e) {
6516
6516
  return l.each(e, (A, t) => Zt.add(t, A)), Zt;
6517
6517
  },
6518
6518
  get(e) {
6519
- return ya[e] || null;
6519
+ return Pa[e] || null;
6520
6520
  },
6521
6521
  add(e, A) {
6522
6522
  if (e && A) {
6523
- const t = ya[e];
6523
+ const t = Pa[e];
6524
6524
  t ? (l.each(A, (n, o) => {
6525
6525
  !l.eqNull(t[o]) && t[o] !== n && Kn.warn("vxe.error.coverProp", [`Renderer.${e}`, o]);
6526
- }), Object.assign(t, A)) : ya[e] = A;
6526
+ }), Object.assign(t, A)) : Pa[e] = A;
6527
6527
  }
6528
6528
  return Zt;
6529
6529
  },
6530
6530
  forEach(e) {
6531
- return l.objectEach(ya, e), Zt;
6531
+ return l.objectEach(Pa, e), Zt;
6532
6532
  },
6533
6533
  delete(e) {
6534
- return delete ya[e], Zt;
6534
+ return delete Pa[e], Zt;
6535
6535
  }
6536
6536
  };
6537
6537
  class np {
@@ -6686,14 +6686,14 @@ class Ex {
6686
6686
  }
6687
6687
  const Li = new Ex();
6688
6688
  Object.assign(Li, { _name: "Commands" });
6689
- const Pa = {}, Yr = {
6689
+ const xa = {}, Yr = {
6690
6690
  mixin(e) {
6691
6691
  return l.each(e, (A, t) => {
6692
6692
  Yr.add(t, A);
6693
6693
  }), Yr;
6694
6694
  },
6695
6695
  get(e) {
6696
- return e ? Pa[e] || [] : [];
6696
+ return e ? xa[e] || [] : [];
6697
6697
  },
6698
6698
  add(e, A) {
6699
6699
  l.isFunction(A) && (A = {
@@ -6701,24 +6701,24 @@ const Pa = {}, Yr = {
6701
6701
  });
6702
6702
  const t = A.tableInterceptorMethod;
6703
6703
  if (t) {
6704
- let n = Pa[e];
6705
- n || (n = Pa[e] = []), n.indexOf(t) > -1 && Kn.warn("vxe.error.coverProp", ["Interceptor", e]), n.push(t);
6704
+ let n = xa[e];
6705
+ n || (n = xa[e] = []), n.indexOf(t) > -1 && Kn.warn("vxe.error.coverProp", ["Interceptor", e]), n.push(t);
6706
6706
  }
6707
6707
  return Yr;
6708
6708
  },
6709
6709
  delete(e, A) {
6710
- const t = Pa[e];
6710
+ const t = xa[e];
6711
6711
  if (t) {
6712
6712
  l.isFunction(A) && (A = {
6713
6713
  tableInterceptorMethod: A
6714
6714
  });
6715
6715
  const n = A ? A.tableInterceptorMethod : null;
6716
- n ? l.remove(t, (o) => o === n) : delete Pa[e];
6716
+ n ? l.remove(t, (o) => o === n) : delete xa[e];
6717
6717
  }
6718
6718
  }
6719
6719
  };
6720
6720
  let ro;
6721
- const xa = {
6721
+ const Ma = {
6722
6722
  text: "",
6723
6723
  html: ""
6724
6724
  };
@@ -6732,10 +6732,10 @@ function vx(e) {
6732
6732
  }
6733
6733
  const mx = {
6734
6734
  getStore() {
6735
- return xa;
6735
+ return Ma;
6736
6736
  },
6737
6737
  setStore(e) {
6738
- Object.assign(xa, e || {});
6738
+ Object.assign(Ma, e || {});
6739
6739
  },
6740
6740
  /**
6741
6741
  * 复制内容到剪贴板
@@ -6746,13 +6746,13 @@ const mx = {
6746
6746
  let A = !1;
6747
6747
  try {
6748
6748
  const t = l.toValueString(e);
6749
- vx(t), ro.select(), ro.setSelectionRange(0, ro.value.length), A = document.execCommand("copy"), ro.blur(), xa.text = t, xa.html = "";
6749
+ vx(t), ro.select(), ro.setSelectionRange(0, ro.value.length), A = document.execCommand("copy"), ro.blur(), Ma.text = t, Ma.html = "";
6750
6750
  } catch {
6751
6751
  }
6752
6752
  return A;
6753
6753
  },
6754
6754
  getText() {
6755
- return xa.text || "";
6755
+ return Ma.text || "";
6756
6756
  }
6757
6757
  };
6758
6758
  function jr(e, A) {
@@ -6791,14 +6791,14 @@ function lt(e) {
6791
6791
  const A = yA("xeSizeInfo", null), t = h(() => e.size || (A ? A.value : null));
6792
6792
  return Bt("xeSizeInfo", t), { computeSize: t };
6793
6793
  }
6794
- function Ia(e) {
6794
+ function Qa(e) {
6795
6795
  return {
6796
6796
  computePermissionInfo: h(() => jr(e.permissionCode, e.permissionMethod))
6797
6797
  };
6798
6798
  }
6799
6799
  const Qx = {
6800
6800
  useSize: lt,
6801
- usePermission: Ia
6801
+ usePermission: Qa
6802
6802
  }, Sd = [];
6803
6803
  function wx(e, A) {
6804
6804
  return e && e.install && Sd.indexOf(e) === -1 && (e.install(rA, A), Sd.push(e)), rA;
@@ -6870,7 +6870,7 @@ const rA = Object.assign(ks, {
6870
6870
  });
6871
6871
  ju();
6872
6872
  const WA = tt;
6873
- let Ma;
6873
+ let Sa;
6874
6874
  const Pn = zA({
6875
6875
  modals: [],
6876
6876
  drawers: [],
@@ -6914,7 +6914,7 @@ const Pn = zA({
6914
6914
  }
6915
6915
  }), KA = hE(yx);
6916
6916
  function cr() {
6917
- Ma || (Ma = document.createElement("div"), Ma.className = "vxe-dynamics", document.body.appendChild(Ma), KA.mount(Ma));
6917
+ Sa || (Sa = document.createElement("div"), Sa.className = "vxe-dynamics", document.body.appendChild(Sa), KA.mount(Sa));
6918
6918
  }
6919
6919
  const ap = "ui v4.13.5", vn = Kn.create("warn", ap), It = Kn.create("error", ap), Px = "4.13.5";
6920
6920
  rA.uiVersion = Px;
@@ -9338,7 +9338,7 @@ const xt = WA({
9338
9338
  "contextmenu"
9339
9339
  ],
9340
9340
  setup(e, A) {
9341
- const { slots: t, emit: n } = A, o = yA("$xeModal", null), s = yA("$xeDrawer", null), a = yA("$xeTable", null), r = yA("$xeTree", null), c = yA("$xeForm", null), g = yA("$xeButtonGroup", null), B = l.uniqueId(), { computeSize: f } = lt(e), { computePermissionInfo: C } = Ia(e), u = zA({
9341
+ const { slots: t, emit: n } = A, o = yA("$xeModal", null), s = yA("$xeDrawer", null), a = yA("$xeTable", null), r = yA("$xeTree", null), c = yA("$xeForm", null), g = yA("$xeButtonGroup", null), B = l.uniqueId(), { computeSize: f } = lt(e), { computePermissionInfo: C } = Qa(e), u = zA({
9342
9342
  initialized: !1,
9343
9343
  visiblePanel: !1,
9344
9344
  isAniVisible: !1,
@@ -9957,7 +9957,7 @@ const Xr = WA({
9957
9957
  });
9958
9958
  KA.use(Yx);
9959
9959
  rA.component(Xr);
9960
- const Ra = WA({
9960
+ const Ua = WA({
9961
9961
  name: "VxeBreadcrumbItem",
9962
9962
  props: {
9963
9963
  title: String,
@@ -10050,7 +10050,7 @@ const Ra = WA({
10050
10050
  });
10051
10051
  const C = () => {
10052
10052
  const { options: d } = e;
10053
- return d && d.length ? d.map((E) => i(Ra, {
10053
+ return d && d.length ? d.map((E) => i(Ua, {
10054
10054
  title: E.title,
10055
10055
  routerLink: E.routerLink
10056
10056
  })) : [];
@@ -10073,13 +10073,13 @@ const Ra = WA({
10073
10073
  });
10074
10074
  KA.use(jx);
10075
10075
  rA.component(Jr);
10076
- const Kx = Object.assign({}, Ra, {
10076
+ const Kx = Object.assign({}, Ua, {
10077
10077
  install(e) {
10078
- e.component(Ra.name, Ra);
10078
+ e.component(Ua.name, Ua);
10079
10079
  }
10080
10080
  });
10081
10081
  KA.use(Kx);
10082
- rA.component(Ra);
10082
+ rA.component(Ua);
10083
10083
  const $s = WA({
10084
10084
  name: "VxeButtonGroup",
10085
10085
  props: {
@@ -10111,7 +10111,7 @@ const $s = WA({
10111
10111
  getComputeMaps: () => a
10112
10112
  };
10113
10113
  lt(e);
10114
- const { computePermissionInfo: c } = Ia(e), g = (d, E, v) => {
10114
+ const { computePermissionInfo: c } = Qa(e), g = (d, E, v) => {
10115
10115
  n(d, $A(v, { $buttonGroup: r }, E));
10116
10116
  }, B = {
10117
10117
  dispatchEvent: g
@@ -11586,7 +11586,7 @@ function sM(e, A, t) {
11586
11586
  function Ao(e) {
11587
11587
  return l.isString(e) ? e.replace(/[^0-9e.-]/g, "") : e;
11588
11588
  }
11589
- function Ua(e, A) {
11589
+ function Ga(e, A) {
11590
11590
  return /^-/.test("" + e) ? l.toFixed(l.ceil(e, A), A) : l.toFixed(l.floor(e, A), A);
11591
11591
  }
11592
11592
  const uo = WA({
@@ -12032,7 +12032,7 @@ const uo = WA({
12032
12032
  const { max: F } = e, { inputValue: ye } = u, Ne = z.value, gA = be.value;
12033
12033
  return (ye || ye === 0) && Ne && F !== null ? gA >= l.toNumber(F) : !1;
12034
12034
  }), Y = (F) => {
12035
- const { type: ye, exponential: Ne } = e, gA = Q.value, OA = _.value, VA = ye === "float" ? Ua(F, OA) : l.toValueString(F);
12035
+ const { type: ye, exponential: Ne } = e, gA = Q.value, OA = _.value, VA = ye === "float" ? Ga(F, OA) : l.toValueString(F);
12036
12036
  return Ne && (F === VA || l.toValueString(F).toLowerCase() === l.toNumber(VA).toExponential()) ? F : VA.slice(0, gA);
12037
12037
  }, te = (F) => {
12038
12038
  n("update:modelValue", F);
@@ -12097,7 +12097,7 @@ const uo = WA({
12097
12097
  if (Ne)
12098
12098
  hA();
12099
12099
  else if (F === "float" && ye) {
12100
- const OA = Ua(ye, gA);
12100
+ const OA = Ga(ye, gA);
12101
12101
  ye !== OA && X(OA, { type: "init" });
12102
12102
  }
12103
12103
  }, qA = (F) => e.max === null || e.max === "" || l.toNumber(F) <= l.toNumber(e.max), _A = (F) => e.min === null || e.min === "" || l.toNumber(F) >= l.toNumber(e.min), gt = () => {
@@ -12619,7 +12619,7 @@ const uo = WA({
12619
12619
  class: "vxe-input--date-picker-body"
12620
12620
  }, qn())
12621
12621
  ];
12622
- }, wa = () => {
12622
+ }, ba = () => {
12623
12623
  const { datetimePanelValue: F } = u, ye = he.value, Ne = IA.value, gA = PA.value, OA = UA.value, VA = et.value, At = Ke.value;
12624
12624
  return [
12625
12625
  i("div", {
@@ -12683,12 +12683,12 @@ const uo = WA({
12683
12683
  }, Fs()),
12684
12684
  i("div", {
12685
12685
  class: "vxe-input--panel-right-wrapper"
12686
- }, wa())
12686
+ }, ba())
12687
12687
  ])) : F === "time" ? HA.push(i("div", {
12688
12688
  key: F,
12689
12689
  ref: m,
12690
12690
  class: "vxe-input--panel-wrapper"
12691
- }, wa())) : HA.push(i("div", {
12691
+ }, ba())) : HA.push(i("div", {
12692
12692
  key: F || "default",
12693
12693
  ref: m,
12694
12694
  class: "vxe-input--panel-wrapper"
@@ -13301,7 +13301,7 @@ const Al = WA({
13301
13301
  });
13302
13302
  KA.use(rM);
13303
13303
  rA.component(Al);
13304
- const Ga = WA({
13304
+ const Ya = WA({
13305
13305
  name: "VxeCheckbox",
13306
13306
  props: {
13307
13307
  modelValue: [String, Number, Boolean],
@@ -13392,13 +13392,13 @@ const Ga = WA({
13392
13392
  render() {
13393
13393
  return this.renderVN();
13394
13394
  }
13395
- }), lM = Object.assign(Ga, {
13395
+ }), lM = Object.assign(Ya, {
13396
13396
  install(e) {
13397
- e.component(Ga.name, Ga);
13397
+ e.component(Ya.name, Ya);
13398
13398
  }
13399
13399
  });
13400
13400
  KA.use(lM);
13401
- rA.component(Ga);
13401
+ rA.component(Ya);
13402
13402
  const tl = WA({
13403
13403
  name: "VxeCheckboxButton",
13404
13404
  props: {
@@ -13572,7 +13572,7 @@ const nl = WA({
13572
13572
  const { options: N } = e, I = t.default, k = d.value, M = u.value, Q = E.value;
13573
13573
  return i("div", {
13574
13574
  class: "vxe-checkbox-group"
13575
- }, I ? I({}) : N ? N.map((U) => i(Ga, {
13575
+ }, I ? I({}) : N ? N.map((U) => i(Ya, {
13576
13576
  key: U[k],
13577
13577
  label: U[k],
13578
13578
  content: U[M],
@@ -14203,7 +14203,7 @@ const Fo = WA({
14203
14203
  const $ = (Z) => l.eqNull(Z) ? "" : `${Z}`, K = (Z) => {
14204
14204
  const { exponential: D, autoFill: Y } = e, te = O.value, R = E.value, X = b.value;
14205
14205
  let V = "";
14206
- return X ? (V = Ua(Z, R), Y || (V = $(l.toNumber(V)))) : V = $(Z), D && (Z === V || $(Z).toLowerCase() === l.toNumber(V).toExponential()) ? Z : V.slice(0, te);
14206
+ return X ? (V = Ga(Z, R), Y || (V = $(l.toNumber(V)))) : V = $(Z), D && (Z === V || $(Z).toLowerCase() === l.toNumber(V).toExponential()) ? Z : V.slice(0, te);
14207
14207
  }, ie = (Z) => {
14208
14208
  const { inputValue: D } = c;
14209
14209
  G.dispatchEvent(Z.type, { value: D }, Z);
@@ -14243,13 +14243,13 @@ const Fo = WA({
14243
14243
  c.inputValue = "";
14244
14244
  else {
14245
14245
  let X = `${Z}`;
14246
- R && (X = Ua(Z, te), D || (X = `${l.toNumber(X)}`)), X !== Y && (c.inputValue = X);
14246
+ R && (X = Ga(Z, te), D || (X = `${l.toNumber(X)}`)), X !== Y && (c.inputValue = X);
14247
14247
  }
14248
14248
  }, Ae = () => {
14249
14249
  const { autoFill: Z } = e, { inputValue: D } = c, Y = E.value;
14250
14250
  if (b.value && D) {
14251
14251
  let R = "", X = null;
14252
- D && (R = Ua(D, Y), X = l.toNumber(R), Z || (R = `${X}`)), D !== X ? _(X, R, { type: "init" }) : c.inputValue = R;
14252
+ D && (R = Ga(D, Y), X = l.toNumber(R), Z || (R = `${X}`)), D !== X ? _(X, R, { type: "init" }) : c.inputValue = R;
14253
14253
  }
14254
14254
  }, oe = (Z) => e.max === null || e.max === "" || l.toNumber(Z) <= l.toNumber(e.max), Be = (Z) => e.min === null || e.min === "" || l.toNumber(Z) >= l.toNumber(e.min), ce = () => {
14255
14255
  const { type: Z, min: D, max: Y, exponential: te } = e, { inputValue: R } = c;
@@ -19471,7 +19471,7 @@ Zt.mixin({
19471
19471
  }
19472
19472
  // 以上已废弃
19473
19473
  });
19474
- class Sa {
19474
+ class ka {
19475
19475
  constructor(A) {
19476
19476
  Object.assign(this, {
19477
19477
  $options: A,
@@ -19761,11 +19761,11 @@ const Bl = WA({
19761
19761
  It("vxe.error.notValidators", [`[form] ${iA}`]);
19762
19762
  } else
19763
19763
  BA = iA(fA);
19764
- BA && (l.isError(BA) ? Qe.push(new Sa({ type: "custom", trigger: We, content: BA.message, rule: new Sa(dA) })) : BA.catch && Je.push(BA.catch((AA) => {
19765
- Qe.push(new Sa({ type: "custom", trigger: We, content: AA ? AA.message : dA.content || dA.message, rule: new Sa(dA) }));
19764
+ BA && (l.isError(BA) ? Qe.push(new ka({ type: "custom", trigger: We, content: BA.message, rule: new ka(dA) })) : BA.catch && Je.push(BA.catch((AA) => {
19765
+ Qe.push(new ka({ type: "custom", trigger: We, content: AA ? AA.message : dA.content || dA.message, rule: new ka(dA) }));
19766
19766
  })));
19767
19767
  } else
19768
- YM(dA, pe, nA) || Qe.push(new Sa(dA));
19768
+ YM(dA, pe, nA) || Qe.push(new ka(dA));
19769
19769
  });
19770
19770
  }
19771
19771
  }
@@ -20095,7 +20095,7 @@ const Mp = {
20095
20095
  render() {
20096
20096
  return this.renderVN();
20097
20097
  }
20098
- }), Ya = WA({
20098
+ }), ja = WA({
20099
20099
  name: "VxeFormGroup",
20100
20100
  props: Mp,
20101
20101
  setup(e, A) {
@@ -20131,20 +20131,20 @@ const Mp = {
20131
20131
  render() {
20132
20132
  return this.renderVN();
20133
20133
  }
20134
- }), El = Object.assign({}, Ya, { name: "VxeFormGather" }), KM = Object.assign(El, {
20134
+ }), El = Object.assign({}, ja, { name: "VxeFormGather" }), KM = Object.assign(El, {
20135
20135
  install(e) {
20136
20136
  e.component(El.name, El);
20137
20137
  }
20138
20138
  });
20139
20139
  KA.use(KM);
20140
20140
  rA.component(El);
20141
- const HM = Object.assign(Ya, {
20141
+ const HM = Object.assign(ja, {
20142
20142
  install(e) {
20143
- e.component(Ya.name, Ya);
20143
+ e.component(ja.name, ja);
20144
20144
  }
20145
20145
  });
20146
20146
  KA.use(HM);
20147
- rA.component(Ya);
20147
+ rA.component(ja);
20148
20148
  const ZM = Object.assign(pl, {
20149
20149
  install(e) {
20150
20150
  e.component(pl.name, pl);
@@ -20492,7 +20492,7 @@ const vl = WA({
20492
20492
  });
20493
20493
  KA.use(XM);
20494
20494
  rA.component(vl);
20495
- const ja = WA({
20495
+ const Ka = WA({
20496
20496
  name: "VxeImagePreview",
20497
20497
  props: {
20498
20498
  modelValue: Number,
@@ -20855,7 +20855,7 @@ const ja = WA({
20855
20855
  className: "vxe-image-preview-popup-wrapper",
20856
20856
  slots: {
20857
20857
  default() {
20858
- return i(ja, {
20858
+ return i(Ka, {
20859
20859
  modelValue: n,
20860
20860
  urlList: t,
20861
20861
  urlField: A.urlField,
@@ -20891,7 +20891,7 @@ function _d() {
20891
20891
  function $d() {
20892
20892
  return {};
20893
20893
  }
20894
- const Ka = WA({
20894
+ const Ha = WA({
20895
20895
  name: "VxeImage",
20896
20896
  props: {
20897
20897
  src: [String, Array],
@@ -21037,13 +21037,13 @@ const Ka = WA({
21037
21037
  render() {
21038
21038
  return this.renderVN();
21039
21039
  }
21040
- }), JM = Object.assign({}, Ka, {
21040
+ }), JM = Object.assign({}, Ha, {
21041
21041
  install(e) {
21042
- e.component(Ka.name, Ka);
21042
+ e.component(Ha.name, Ha);
21043
21043
  }
21044
21044
  });
21045
21045
  KA.use(JM);
21046
- rA.component(Ka);
21046
+ rA.component(Ha);
21047
21047
  const ml = WA({
21048
21048
  name: "VxeImageGroup",
21049
21049
  props: {
@@ -21123,7 +21123,7 @@ const ml = WA({
21123
21123
  class: ["vxe-image-group", {
21124
21124
  [`size--${d}`]: d
21125
21125
  }]
21126
- }, u ? u.map((p, m) => i(Ka, {
21126
+ }, u ? u.map((p, m) => i(Ha, {
21127
21127
  key: m,
21128
21128
  src: p.url,
21129
21129
  alt: p.alt,
@@ -21144,20 +21144,20 @@ const ml = WA({
21144
21144
  });
21145
21145
  KA.use(qM);
21146
21146
  rA.component(ml);
21147
- const _M = Object.assign(ja, {
21147
+ const _M = Object.assign(Ka, {
21148
21148
  install(e) {
21149
- e.component(ja.name, ja);
21149
+ e.component(Ka.name, Ka);
21150
21150
  }
21151
21151
  });
21152
21152
  rA.previewImage = ng;
21153
21153
  KA.use(_M);
21154
- rA.component(ja);
21155
- const Ar = Object.assign(uo, {
21154
+ rA.component(Ka);
21155
+ const tr = Object.assign(uo, {
21156
21156
  install(e) {
21157
21157
  e.component(uo.name, uo);
21158
21158
  }
21159
21159
  });
21160
- KA.use(Ar);
21160
+ KA.use(tr);
21161
21161
  rA.component(uo);
21162
21162
  const Il = WA({
21163
21163
  name: "VxeLayoutAside",
@@ -21485,7 +21485,7 @@ const Dl = WA({
21485
21485
  "click"
21486
21486
  ],
21487
21487
  setup(e, A) {
21488
- const { slots: t, emit: n } = A, o = l.uniqueId(), { computeSize: s } = lt(e), { computePermissionInfo: a } = Ia(e), r = W(), c = zA({}), g = {
21488
+ const { slots: t, emit: n } = A, o = l.uniqueId(), { computeSize: s } = lt(e), { computePermissionInfo: a } = Qa(e), r = W(), c = zA({}), g = {
21489
21489
  refElem: r
21490
21490
  }, B = {}, f = {
21491
21491
  xID: o,
@@ -22090,7 +22090,7 @@ const { menus: lS, getConfig: yr, getIcon: tf } = rA, Pl = WA({
22090
22090
  });
22091
22091
  KA.use(iS);
22092
22092
  rA.component(Pl);
22093
- const Oo = [], kc = [], Oc = [], ka = "data-vxe-lock-scroll", nf = "--vxe-ui-modal-lock-scroll-view-width", xl = WA({
22093
+ const Oo = [], kc = [], Oc = [], Oa = "data-vxe-lock-scroll", nf = "--vxe-ui-modal-lock-scroll-view-width", xl = WA({
22094
22094
  name: "VxeModal",
22095
22095
  props: {
22096
22096
  modelValue: Boolean,
@@ -22474,16 +22474,16 @@ const Oo = [], kc = [], Oc = [], ka = "data-vxe-lock-scroll", nf = "--vxe-ui-mod
22474
22474
  const { duration: Ke } = e;
22475
22475
  Ke !== -1 && (f.msgTimeout = setTimeout(() => G("close"), l.toNumber(Ke)));
22476
22476
  }, Ce = () => {
22477
- const Ke = document.documentElement, le = Ke.getAttribute(ka);
22477
+ const Ke = document.documentElement, le = Ke.getAttribute(Oa);
22478
22478
  if (le) {
22479
22479
  const Se = le.split(",").filter((qe) => qe !== o);
22480
- Se.length ? Ke.setAttribute(ka, Se.join(",")) : (Ke.removeAttribute(ka), Ke.style.removeProperty(nf));
22480
+ Se.length ? Ke.setAttribute(Oa, Se.join(",")) : (Ke.removeAttribute(Oa), Ke.style.removeProperty(nf));
22481
22481
  }
22482
22482
  }, Ae = () => {
22483
22483
  const { lockScroll: Ke } = e, le = b.value;
22484
22484
  if (Ke && !le) {
22485
- const Se = document.documentElement, qe = document.body.clientWidth, _e = Se.getAttribute(ka), be = _e ? _e.split(",") : [];
22486
- be.includes(o) || (be.push(o), Se.setAttribute(ka, be.join(","))), Se.style.setProperty(nf, `${qe}px`);
22485
+ const Se = document.documentElement, qe = document.body.clientWidth, _e = Se.getAttribute(Oa), be = _e ? _e.split(",") : [];
22486
+ be.includes(o) || (be.push(o), Se.setAttribute(Oa, be.join(","))), Se.style.setProperty(nf, `${qe}px`);
22487
22487
  }
22488
22488
  }, oe = () => {
22489
22489
  const { remember: Ke, showFooter: le } = e, { initialized: Se, visible: qe } = B, _e = b.value;
@@ -23169,7 +23169,7 @@ const kl = WA({
23169
23169
  });
23170
23170
  KA.use(wS);
23171
23171
  rA.component(kl);
23172
- function Oa(e) {
23172
+ function za(e) {
23173
23173
  return e.visible !== !1;
23174
23174
  }
23175
23175
  function bS() {
@@ -23198,7 +23198,7 @@ function of() {
23198
23198
  hpTimeout: void 0
23199
23199
  };
23200
23200
  }
23201
- const Ha = WA({
23201
+ const Za = WA({
23202
23202
  name: "VxeSelect",
23203
23203
  props: {
23204
23204
  modelValue: [String, Number, Boolean, Array],
@@ -23429,7 +23429,7 @@ const Ha = WA({
23429
23429
  }, xe = () => {
23430
23430
  const { remote: re, modelValue: fe, filterable: ke } = e, { searchValue: Ye } = p, { fullData: sA, optFullValMaps: $e } = m, pA = M.value, RA = Q.value, T = ie.value.filterMethod || e.filterMethod, ae = `${Ye || ""}`.toLowerCase();
23431
23431
  let Ie = [];
23432
- return re ? Ie = sA.filter(Oa) : ke && T ? Ie = sA.filter((Re) => Oa(Re) && T({ $select: w, group: null, option: Re, searchValue: Ye, value: fe })) : ke ? Ie = sA.filter((Re) => Oa(Re) && (!ae || `${Re[pA] || Re[RA]}`.toLowerCase().indexOf(ae) > -1)) : Ie = sA.filter(Oa), Ie.forEach((Re, eA) => {
23432
+ return re ? Ie = sA.filter(za) : ke && T ? Ie = sA.filter((Re) => za(Re) && T({ $select: w, group: null, option: Re, searchValue: Ye, value: fe })) : ke ? Ie = sA.filter((Re) => za(Re) && (!ae || `${Re[pA] || Re[RA]}`.toLowerCase().indexOf(ae) > -1)) : Ie = sA.filter(za), Ie.forEach((Re, eA) => {
23433
23433
  const mA = $e[Re[RA]];
23434
23434
  mA && (mA._index = eA);
23435
23435
  }), m.afterVisibleList = Ie, Ge();
@@ -23756,7 +23756,7 @@ const Ha = WA({
23756
23756
  const Fe = (re) => {
23757
23757
  const { allowCreate: fe, optionKey: ke } = e, { currentOption: Ye } = p, { optAddMaps: sA } = m, $e = _.value, pA = M.value, RA = Q.value, NA = U.value, T = se.value, { useKey: ae, height: Ie } = $e, Re = t.option;
23758
23758
  return re.map((eA, mA) => {
23759
- const { slots: QA, className: MA } = eA, SA = Be(eA), TA = eA[RA], GA = gt(SA), JA = !!(fe && sA[SA]), at = !JA && T.indexOf(TA) > -1, st = JA || !GA || Oa(eA), ft = !JA && V(at, eA), dt = QA ? QA.default : null, Mt = { option: eA, group: GA ? eA : null, $select: w };
23759
+ const { slots: QA, className: MA } = eA, SA = Be(eA), TA = eA[RA], GA = gt(SA), JA = !!(fe && sA[SA]), at = !JA && T.indexOf(TA) > -1, st = JA || !GA || za(eA), ft = !JA && V(at, eA), dt = QA ? QA.default : null, Mt = { option: eA, group: GA ? eA : null, $select: w };
23760
23760
  let vt = "", Ot = [];
23761
23761
  return Re ? Ot = ue(Re, Mt) : dt ? Ot = ue(dt, Mt) : (vt = Qt(eA[GA ? NA : pA] || TA), Ot = vt), st ? i("div", {
23762
23762
  key: ae || ke ? SA : mA,
@@ -24248,7 +24248,7 @@ const Ha = WA({
24248
24248
  const { total: H, currentPage: Ce, pageSize: Ae, pageSizePlacement: oe, transfer: Be } = e, ce = t.sizes, he = u.value, Pe = B.value;
24249
24249
  return ce ? i("span", {
24250
24250
  class: "vxe-pager--custom-sizes"
24251
- }, ce({ $pager: d, total: H, currentPage: Ce, pageCount: Pe, pageSize: Ae, options: he })) : i(Ha, {
24251
+ }, ce({ $pager: d, total: H, currentPage: Ce, pageCount: Pe, pageSize: Ae, options: he })) : i(Za, {
24252
24252
  class: "vxe-pager--sizes",
24253
24253
  modelValue: Ae,
24254
24254
  placement: oe,
@@ -25323,7 +25323,7 @@ const Ll = WA({
25323
25323
  });
25324
25324
  KA.use(US);
25325
25325
  rA.component(Ll);
25326
- const Za = WA({
25326
+ const Wa = WA({
25327
25327
  name: "VxeRadio",
25328
25328
  props: {
25329
25329
  modelValue: [String, Number, Boolean],
@@ -25427,14 +25427,14 @@ const Za = WA({
25427
25427
  render() {
25428
25428
  return this.renderVN();
25429
25429
  }
25430
- }), GS = Object.assign(Za, {
25430
+ }), GS = Object.assign(Wa, {
25431
25431
  install: function(e) {
25432
- e.component(Za.name, Za);
25432
+ e.component(Wa.name, Wa);
25433
25433
  }
25434
25434
  });
25435
25435
  KA.use(GS);
25436
- rA.component(Za);
25437
- const Wa = WA({
25436
+ rA.component(Wa);
25437
+ const Xa = WA({
25438
25438
  name: "VxeRadioButton",
25439
25439
  props: {
25440
25440
  modelValue: [String, Number, Boolean],
@@ -25530,13 +25530,13 @@ const Wa = WA({
25530
25530
  };
25531
25531
  return B.renderVN = x, x;
25532
25532
  }
25533
- }), YS = Object.assign(Wa, {
25533
+ }), YS = Object.assign(Xa, {
25534
25534
  install: function(e) {
25535
- e.component(Wa.name, Wa);
25535
+ e.component(Xa.name, Xa);
25536
25536
  }
25537
25537
  });
25538
25538
  KA.use(YS);
25539
- rA.component(Wa);
25539
+ rA.component(Xa);
25540
25540
  function lf() {
25541
25541
  return {
25542
25542
  // isLoaded: false
@@ -25612,7 +25612,7 @@ const Vl = WA({
25612
25612
  };
25613
25613
  Object.assign(u, x, y);
25614
25614
  const O = () => {
25615
- const { options: N, type: I } = e, k = r.value, M = t.default, Q = v.value, U = E.value, z = p.value, j = I === "button" ? Wa : Za;
25615
+ const { options: N, type: I } = e, k = r.value, M = t.default, Q = v.value, U = E.value, z = p.value, j = I === "button" ? Xa : Wa;
25616
25616
  return i("div", {
25617
25617
  class: ["vxe-radio-group", {
25618
25618
  [`size--${k}`]: k
@@ -26064,13 +26064,13 @@ const Gl = WA({
26064
26064
  });
26065
26065
  KA.use(WS);
26066
26066
  rA.component(Gl);
26067
- const XS = Object.assign(Ha, {
26067
+ const XS = Object.assign(Za, {
26068
26068
  install: function(e) {
26069
- e.component(Ha.name, Ha);
26069
+ e.component(Za.name, Za);
26070
26070
  }
26071
26071
  });
26072
26072
  KA.use(XS);
26073
- rA.component(Ha);
26073
+ rA.component(Za);
26074
26074
  const ws = WA({
26075
26075
  name: "VxeSplitter",
26076
26076
  props: {
@@ -28008,7 +28008,7 @@ const Jl = WA({
28008
28008
  "click"
28009
28009
  ],
28010
28010
  setup(e, A) {
28011
- const { emit: t } = A, n = l.uniqueId(), { computeSize: o } = lt(e), { computePermissionInfo: s } = Ia(e), a = W(), r = W(), c = zA({
28011
+ const { emit: t } = A, n = l.uniqueId(), { computeSize: o } = lt(e), { computePermissionInfo: s } = Qa(e), a = W(), r = W(), c = zA({
28012
28012
  resizeObserver: null,
28013
28013
  visibleLen: 0
28014
28014
  }), g = {
@@ -28426,7 +28426,7 @@ const $l = WA({
28426
28426
  });
28427
28427
  KA.use(C1);
28428
28428
  rA.component($l);
28429
- const Na = WA({
28429
+ const La = WA({
28430
28430
  name: "VxeTip",
28431
28431
  props: {
28432
28432
  title: {
@@ -28450,7 +28450,7 @@ const Na = WA({
28450
28450
  },
28451
28451
  emits: [],
28452
28452
  setup(e, A) {
28453
- const { slots: t, emit: n } = A, o = l.uniqueId(), { computeSize: s } = lt(e), { computePermissionInfo: a } = Ia(e), r = W(), c = zA({}), g = {
28453
+ const { slots: t, emit: n } = A, o = l.uniqueId(), { computeSize: s } = lt(e), { computePermissionInfo: a } = Qa(e), r = W(), c = zA({}), g = {
28454
28454
  refElem: r
28455
28455
  }, B = {}, f = {
28456
28456
  xID: o,
@@ -28499,13 +28499,13 @@ const Na = WA({
28499
28499
  render() {
28500
28500
  return this.renderVN();
28501
28501
  }
28502
- }), B1 = Object.assign({}, Na, {
28502
+ }), B1 = Object.assign({}, La, {
28503
28503
  install(e) {
28504
- e.component(Na.name, Na), e.component("VxeTipsComponent", Na);
28504
+ e.component(La.name, La), e.component("VxeTipsComponent", La);
28505
28505
  }
28506
28506
  });
28507
28507
  KA.use(B1);
28508
- rA.component(Na);
28508
+ rA.component(La);
28509
28509
  const ei = WA({
28510
28510
  name: "VxeTour",
28511
28511
  props: {
@@ -29552,9 +29552,9 @@ const Ai = WA({
29552
29552
  }
29553
29553
  }, T), Ge().then(() => {
29554
29554
  if (GA) {
29555
- const { treeList: Nt } = E, { nodeMaps: Rt } = d, us = Rt[mo], qn = us._index, Fs = Nt[0], wa = Rt[_(Fs)], fr = fn;
29556
- if (wa) {
29557
- const gs = wa._index, Hi = gs + Nt.length;
29555
+ const { treeList: Nt } = E, { nodeMaps: Rt } = d, us = Rt[mo], qn = us._index, Fs = Nt[0], ba = Rt[_(Fs)], fr = fn;
29556
+ if (ba) {
29557
+ const gs = ba._index, Hi = gs + Nt.length;
29558
29558
  let ho = -1, ds = -1, pr = 1;
29559
29559
  Xn < gs ? (ho = 0, ds = qn - gs) : Xn > Hi ? (ho = us.$index + 1, ds = Nt.length, pr = -1) : qn > Xn ? (ho = Xn - gs, ds = ho + qn - Xn) : (ho = qn - gs, ds = ho + Xn - qn + 1, pr = -1);
29560
29560
  const Er = Nt.slice(ho, ds);
@@ -30261,7 +30261,7 @@ const ti = WA({
30261
30261
  "is--active": je
30262
30262
  }]
30263
30263
  }, [
30264
- i(Ar, {
30264
+ i(tr, {
30265
30265
  ref: C,
30266
30266
  clearable: e.clearable,
30267
30267
  placeholder: X ? bA("vxe.select.loadingText") : e.placeholder,
@@ -30301,7 +30301,7 @@ const ti = WA({
30301
30301
  ee ? i("div", {
30302
30302
  class: "vxe-tree-select--panel-search"
30303
30303
  }, [
30304
- i(Ar, {
30304
+ i(tr, {
30305
30305
  ref: u,
30306
30306
  class: "vxe-tree-select-search--input",
30307
30307
  modelValue: hA,
@@ -31735,7 +31735,7 @@ const T1 = {
31735
31735
  const v = aA("vxe-column"), p = aA("a-button"), m = aA("vxe-table"), b = aA("a-modal");
31736
31736
  return Te(), nt(b, {
31737
31737
  visible: J(s),
31738
- "onUpdate:visible": E[0] || (E[0] = (w) => Xa(s) ? s.value = w : null),
31738
+ "onUpdate:visible": E[0] || (E[0] = (w) => Ja(s) ? s.value = w : null),
31739
31739
  "mask-closable": !1,
31740
31740
  "unmount-on-close": !0,
31741
31741
  draggable: "",
@@ -31776,7 +31776,7 @@ const T1 = {
31776
31776
  "edit-render": { autofocus: ".vxe-input--inner" }
31777
31777
  }, {
31778
31778
  edit: me(({ row: w }) => [
31779
- L(J(Ar), {
31779
+ L(J(tr), {
31780
31780
  modelValue: w.cUrl,
31781
31781
  "onUpdate:modelValue": (x) => w.cUrl = x,
31782
31782
  type: "text",
@@ -31791,7 +31791,7 @@ const T1 = {
31791
31791
  "edit-render": { autofocus: ".vxe-input--inner" }
31792
31792
  }, {
31793
31793
  edit: me(({ row: w }) => [
31794
- L(J(Ar), {
31794
+ L(J(tr), {
31795
31795
  modelValue: w.cDesc,
31796
31796
  "onUpdate:modelValue": (x) => w.cDesc = x,
31797
31797
  type: "text",
@@ -34061,7 +34061,7 @@ const mf = {
34061
34061
  { required: !0 }
34062
34062
  ]
34063
34063
  }
34064
- }), u = h(() => t.type === "Button" ? Fa(mf, function(j, G, $) {
34064
+ }), u = h(() => t.type === "Button" ? Na(mf, function(j, G, $) {
34065
34065
  return j.push({
34066
34066
  value: $,
34067
34067
  label: G.cName
@@ -34276,7 +34276,7 @@ const mf = {
34276
34276
  ];
34277
34277
  else if (B === "1") {
34278
34278
  const C = JSON.parse(f);
34279
- g = Fa(C, function(u, d, E) {
34279
+ g = Na(C, function(u, d, E) {
34280
34280
  return d.cArea.forEach((v) => {
34281
34281
  u.push({
34282
34282
  label: `${v.label}字段`,
@@ -34293,7 +34293,7 @@ const mf = {
34293
34293
  }, []);
34294
34294
  } else if (B === "4") {
34295
34295
  const C = JSON.parse(f);
34296
- g = Fa(C, function(d, E, v) {
34296
+ g = Na(C, function(d, E, v) {
34297
34297
  return d.push({
34298
34298
  label: `${E.label}字段`,
34299
34299
  type: "Field",
@@ -34321,7 +34321,7 @@ const mf = {
34321
34321
  ], ...g];
34322
34322
  } else {
34323
34323
  const C = Xs(Dt.templateList, ["value", B])?.cArea;
34324
- g = Fa(C, function(u, d, E) {
34324
+ g = Na(C, function(u, d, E) {
34325
34325
  return u.push({
34326
34326
  label: `${d}字段`,
34327
34327
  type: "Field",
@@ -34361,7 +34361,7 @@ const mf = {
34361
34361
  const { resButtonList: C, resFieldList: u } = f.result, d = Ec([
34362
34362
  ...Ec(Ad(u, "cArea")),
34363
34363
  ...Ec(Ad(C, "cArea"))
34364
- ]), E = Fa(d, function(v, p, m) {
34364
+ ]), E = Na(d, function(v, p, m) {
34365
34365
  return v[p] = {
34366
34366
  Field: ed(u, ["cArea", p]),
34367
34367
  Button: ed(C, ["cArea", p])
@@ -34703,7 +34703,7 @@ const gk = { class: "flex gap-4 min-h-[440px]" }, dk = { class: "w-52 shrink-0 f
34703
34703
  name: "Dashboard",
34704
34704
  __name: "Dashboard",
34705
34705
  setup(e) {
34706
- const { t: A } = mi(), t = nr(), n = W([]), o = W(!1), s = W(!1), a = h(() => {
34706
+ const { t: A } = mi(), t = da(), n = W([]), o = W(!1), s = W(!1), a = h(() => {
34707
34707
  const d = (/* @__PURE__ */ new Date()).getHours();
34708
34708
  return d < 6 ? A("common.dashboard.greeting.night") : d < 12 ? A("common.dashboard.greeting.morning") : d < 18 ? A("common.dashboard.greeting.afternoon") : A("common.dashboard.greeting.evening");
34709
34709
  }), r = h(() => {
@@ -34913,7 +34913,7 @@ const pO = {
34913
34913
  name: "HeaderBreadcrumb",
34914
34914
  __name: "breadcrumb",
34915
34915
  setup(e) {
34916
- const A = fu(), t = fa(), n = h(() => A.matched.filter((a) => a.meta && a.meta.title && !a.meta.hideInBreadcrumb)), o = (a) => a.path === A.path || a.redirect === "noRedirect", s = (a) => {
34916
+ const A = fu(), t = Ca(), n = h(() => A.matched.filter((a) => a.meta && a.meta.title && !a.meta.hideInBreadcrumb)), o = (a) => a.path === A.path || a.redirect === "noRedirect", s = (a) => {
34917
34917
  const { redirect: r, path: c } = a;
34918
34918
  if (r) {
34919
34919
  t.push(r);
@@ -34955,7 +34955,7 @@ const pO = {
34955
34955
  name: "HeaderSearch",
34956
34956
  __name: "search",
34957
34957
  setup(e) {
34958
- const A = fa(), t = zo(), n = W(!1), o = W(""), s = W(), a = W(), r = W([]), c = W(0), g = W(!0), B = navigator.platform.toUpperCase().indexOf("MAC") >= 0, f = (S, O = []) => {
34958
+ const A = Ca(), t = zo(), n = W(!1), o = W(""), s = W(), a = W(), r = W([]), c = W(0), g = W(!0), B = navigator.platform.toUpperCase().indexOf("MAC") >= 0, f = (S, O = []) => {
34959
34959
  let N = [];
34960
34960
  for (const I of S) {
34961
34961
  const k = I.meta?.title || I.title || I.name, M = [...O];
@@ -35294,14 +35294,14 @@ function LO(e) {
35294
35294
  set(s) {
35295
35295
  e[n] = s;
35296
35296
  }
35297
- }) : (Xa(o) || SE(o)) && (t[n] = // ---
35297
+ }) : (Ja(o) || SE(o)) && (t[n] = // ---
35298
35298
  kE(e, n));
35299
35299
  }
35300
35300
  return t;
35301
35301
  }
35302
35302
  }
35303
35303
  function VO() {
35304
- const e = Yf(), A = nr(), t = (a) => {
35304
+ const e = Yf(), A = da(), t = (a) => {
35305
35305
  const r = A.resources || [], c = (g, B) => {
35306
35306
  for (const f of g) {
35307
35307
  if (f.cUrl === B)
@@ -35390,7 +35390,7 @@ const TO = { class: "flex items-center w-full h-[30px] bg-[var(--color-bg-2)] bo
35390
35390
  name: "Tabbar",
35391
35391
  __name: "index",
35392
35392
  setup(e) {
35393
- const A = uu(), t = zo(), n = Yf(), o = fa(), s = fu(), { fetchFavorites: a, addCurrentPage: r, removeFavoriteItem: c } = VO(), { favorites: g, loading: B, hasFavorites: f, adding: C } = LO(n), u = W(!1), d = (k) => {
35393
+ const A = uu(), t = zo(), n = Yf(), o = Ca(), s = fu(), { fetchFavorites: a, addCurrentPage: r, removeFavoriteItem: c } = VO(), { favorites: g, loading: B, hasFavorites: f, adding: C } = LO(n), u = W(!1), d = (k) => {
35394
35394
  u.value = k, k && !f.value && a();
35395
35395
  }, E = (k) => {
35396
35396
  k.cUrl && o.push(k.cUrl);
@@ -35940,7 +35940,7 @@ function Ps(e, A, t) {
35940
35940
  function rg(e) {
35941
35941
  return Array.isArray(e) ? "array" : typeof e == "string" ? "string" : "unknown";
35942
35942
  }
35943
- function tr(...e) {
35943
+ function nr(...e) {
35944
35944
  const [A, t, n] = e;
35945
35945
  return typeof A == "string" ? {
35946
35946
  message: A,
@@ -36754,7 +36754,7 @@ function kf(e, A, t, n) {
36754
36754
  continue: !n._zod.def.abort
36755
36755
  // params: inst._zod.def.params,
36756
36756
  };
36757
- n._zod.def.params && (o.params = n._zod.def.params), A.issues.push(tr(o));
36757
+ n._zod.def.params && (o.params = n._zod.def.params), A.issues.push(nr(o));
36758
36758
  }
36759
36759
  }
36760
36760
  var Of;
@@ -36791,7 +36791,7 @@ function Gz() {
36791
36791
  return new Uz();
36792
36792
  }
36793
36793
  (Of = globalThis).__zod_globalRegistry ?? (Of.__zod_globalRegistry = Gz());
36794
- const La = globalThis.__zod_globalRegistry;
36794
+ const Va = globalThis.__zod_globalRegistry;
36795
36795
  // @__NO_SIDE_EFFECTS__
36796
36796
  function Yz(e, A) {
36797
36797
  return new e({
@@ -37139,7 +37139,7 @@ function mF(e, A) {
37139
37139
  });
37140
37140
  }
37141
37141
  // @__NO_SIDE_EFFECTS__
37142
- function Qa(e) {
37142
+ function wa(e) {
37143
37143
  return new Az({
37144
37144
  check: "overwrite",
37145
37145
  tx: e
@@ -37147,23 +37147,23 @@ function Qa(e) {
37147
37147
  }
37148
37148
  // @__NO_SIDE_EFFECTS__
37149
37149
  function IF(e) {
37150
- return /* @__PURE__ */ Qa((A) => A.normalize(e));
37150
+ return /* @__PURE__ */ wa((A) => A.normalize(e));
37151
37151
  }
37152
37152
  // @__NO_SIDE_EFFECTS__
37153
37153
  function QF() {
37154
- return /* @__PURE__ */ Qa((e) => e.trim());
37154
+ return /* @__PURE__ */ wa((e) => e.trim());
37155
37155
  }
37156
37156
  // @__NO_SIDE_EFFECTS__
37157
37157
  function wF() {
37158
- return /* @__PURE__ */ Qa((e) => e.toLowerCase());
37158
+ return /* @__PURE__ */ wa((e) => e.toLowerCase());
37159
37159
  }
37160
37160
  // @__NO_SIDE_EFFECTS__
37161
37161
  function bF() {
37162
- return /* @__PURE__ */ Qa((e) => e.toUpperCase());
37162
+ return /* @__PURE__ */ wa((e) => e.toUpperCase());
37163
37163
  }
37164
37164
  // @__NO_SIDE_EFFECTS__
37165
37165
  function hF() {
37166
- return /* @__PURE__ */ Qa((e) => l9(e));
37166
+ return /* @__PURE__ */ wa((e) => l9(e));
37167
37167
  }
37168
37168
  // @__NO_SIDE_EFFECTS__
37169
37169
  function DF(e, A, t) {
@@ -37189,10 +37189,10 @@ function yF(e, A, t) {
37189
37189
  function PF(e) {
37190
37190
  const A = /* @__PURE__ */ xF((t) => (t.addIssue = (n) => {
37191
37191
  if (typeof n == "string")
37192
- t.issues.push(tr(n, t.value, A._zod.def));
37192
+ t.issues.push(nr(n, t.value, A._zod.def));
37193
37193
  else {
37194
37194
  const o = n;
37195
- o.fatal && (o.continue = !1), o.code ?? (o.code = "custom"), o.input ?? (o.input = t.value), o.inst ?? (o.inst = A), o.continue ?? (o.continue = !A._zod.def.abort), t.issues.push(tr(o));
37195
+ o.fatal && (o.continue = !1), o.code ?? (o.code = "custom"), o.input ?? (o.input = t.value), o.inst ?? (o.inst = A), o.continue ?? (o.continue = !A._zod.def.abort), t.issues.push(nr(o));
37196
37196
  }
37197
37197
  }, e(t.value, t)));
37198
37198
  return A;
@@ -37209,7 +37209,7 @@ function AE(e) {
37209
37209
  let A = e?.target ?? "draft-2020-12";
37210
37210
  return A === "draft-4" && (A = "draft-04"), A === "draft-7" && (A = "draft-07"), {
37211
37211
  processors: e.processors ?? {},
37212
- metadataRegistry: e?.metadata ?? La,
37212
+ metadataRegistry: e?.metadata ?? Va,
37213
37213
  target: A,
37214
37214
  unrepresentable: e?.unrepresentable ?? "throw",
37215
37215
  override: e?.override ?? (() => {
@@ -37597,19 +37597,19 @@ const $F = (e, A) => {
37597
37597
  ]
37598
37598
  }), {
37599
37599
  parent: !0
37600
- }), e.with = e.check, e.clone = (t, n) => i9(e, t, n), e.brand = () => e, e.register = ((t, n) => (t.add(e, n), e)), e.parse = (t, n) => e7(e, t, n, { callee: e.parse }), e.safeParse = (t, n) => t7(e, t, n), e.parseAsync = async (t, n) => A7(e, t, n, { callee: e.parseAsync }), e.safeParseAsync = async (t, n) => n7(e, t, n), e.spa = e.safeParseAsync, e.encode = (t, n) => o7(e, t, n), e.decode = (t, n) => s7(e, t, n), e.encodeAsync = async (t, n) => a7(e, t, n), e.decodeAsync = async (t, n) => r7(e, t, n), e.safeEncode = (t, n) => l7(e, t, n), e.safeDecode = (t, n) => i7(e, t, n), e.safeEncodeAsync = async (t, n) => c7(e, t, n), e.safeDecodeAsync = async (t, n) => u7(e, t, n), e.refine = (t, n) => e.check($7(t, n)), e.superRefine = (t) => e.check(e0(t)), e.overwrite = (t) => e.check(/* @__PURE__ */ Qa(t)), e.optional = () => Nf(e), e.exactOptional = () => T7(e), e.nullable = () => Lf(e), e.nullish = () => Nf(Lf(e)), e.nonoptional = (t) => H7(e, t), e.array = () => S7(e), e.or = (t) => O7([e, t]), e.and = (t) => F7(e, t), e.transform = (t) => ru(e, aE(t)), e.default = (t) => G7(e, t), e.prefault = (t) => j7(e, t), e.catch = (t) => W7(e, t), e.pipe = (t) => ru(e, t), e.readonly = () => q7(e), e.describe = (t) => {
37600
+ }), e.with = e.check, e.clone = (t, n) => i9(e, t, n), e.brand = () => e, e.register = ((t, n) => (t.add(e, n), e)), e.parse = (t, n) => e7(e, t, n, { callee: e.parse }), e.safeParse = (t, n) => t7(e, t, n), e.parseAsync = async (t, n) => A7(e, t, n, { callee: e.parseAsync }), e.safeParseAsync = async (t, n) => n7(e, t, n), e.spa = e.safeParseAsync, e.encode = (t, n) => o7(e, t, n), e.decode = (t, n) => s7(e, t, n), e.encodeAsync = async (t, n) => a7(e, t, n), e.decodeAsync = async (t, n) => r7(e, t, n), e.safeEncode = (t, n) => l7(e, t, n), e.safeDecode = (t, n) => i7(e, t, n), e.safeEncodeAsync = async (t, n) => c7(e, t, n), e.safeDecodeAsync = async (t, n) => u7(e, t, n), e.refine = (t, n) => e.check($7(t, n)), e.superRefine = (t) => e.check(e0(t)), e.overwrite = (t) => e.check(/* @__PURE__ */ wa(t)), e.optional = () => Nf(e), e.exactOptional = () => T7(e), e.nullable = () => Lf(e), e.nullish = () => Nf(Lf(e)), e.nonoptional = (t) => H7(e, t), e.array = () => S7(e), e.or = (t) => O7([e, t]), e.and = (t) => F7(e, t), e.transform = (t) => ru(e, aE(t)), e.default = (t) => G7(e, t), e.prefault = (t) => j7(e, t), e.catch = (t) => W7(e, t), e.pipe = (t) => ru(e, t), e.readonly = () => q7(e), e.describe = (t) => {
37601
37601
  const n = e.clone();
37602
- return La.add(n, { description: t }), n;
37602
+ return Va.add(n, { description: t }), n;
37603
37603
  }, Object.defineProperty(e, "description", {
37604
37604
  get() {
37605
- return La.get(e)?.description;
37605
+ return Va.get(e)?.description;
37606
37606
  },
37607
37607
  configurable: !0
37608
37608
  }), e.meta = (...t) => {
37609
37609
  if (t.length === 0)
37610
- return La.get(e);
37610
+ return Va.get(e);
37611
37611
  const n = e.clone();
37612
- return La.add(n, t[0]), n;
37612
+ return Va.add(n, t[0]), n;
37613
37613
  }, e.isOptional = () => e.safeParse(void 0).success, e.isNullable = () => e.safeParse(null).success, e.apply = (t) => t(e), e)), sE = /* @__PURE__ */ YA("_ZodString", (e, A) => {
37614
37614
  cg.init(e, A), wn.init(e, A), e._zod.processJSONSchema = (n, o, s) => kF(e, n, o);
37615
37615
  const t = e._zod.bag;
@@ -37692,10 +37692,10 @@ const N7 = /* @__PURE__ */ YA("ZodTransform", (e, A) => {
37692
37692
  throw new Gp(e.constructor.name);
37693
37693
  t.addIssue = (s) => {
37694
37694
  if (typeof s == "string")
37695
- t.issues.push(tr(s, t.value, A));
37695
+ t.issues.push(nr(s, t.value, A));
37696
37696
  else {
37697
37697
  const a = s;
37698
- a.fatal && (a.continue = !1), a.code ?? (a.code = "custom"), a.input ?? (a.input = t.value), a.inst ?? (a.inst = e), t.issues.push(tr(a));
37698
+ a.fatal && (a.continue = !1), a.code ?? (a.code = "custom"), a.input ?? (a.input = t.value), a.inst ?? (a.inst = e), t.issues.push(nr(a));
37699
37699
  }
37700
37700
  };
37701
37701
  const o = A.transform(t.value, t);
@@ -37815,7 +37815,7 @@ const A0 = /* @__PURE__ */ tt({
37815
37815
  name: "PasswordModal",
37816
37816
  __name: "password-modal",
37817
37817
  setup(e, { expose: A }) {
37818
- const t = nr(), n = W(!1), o = W(!1), [s, a] = Co({
37818
+ const t = da(), n = W(!1), o = W(!1), [s, a] = Co({
37819
37819
  schema: [
37820
37820
  {
37821
37821
  fieldName: "cOldPwd",
@@ -38061,7 +38061,7 @@ const A0 = /* @__PURE__ */ tt({
38061
38061
  name: "UserAvatar",
38062
38062
  __name: "user-avatar",
38063
38063
  setup(e) {
38064
- const A = fa(), t = nr(), n = zo(), o = W(null), s = W(null), a = h(() => {
38064
+ const A = Ca(), t = da(), n = zo(), o = W(null), s = W(null), a = h(() => {
38065
38065
  const B = t.name || "";
38066
38066
  return B.length <= 2 ? B : B.slice(-2);
38067
38067
  }), r = () => {
@@ -38176,7 +38176,7 @@ const A0 = /* @__PURE__ */ tt({
38176
38176
  name: "BasicLayout",
38177
38177
  __name: "index",
38178
38178
  setup(e) {
38179
- const A = Zf(), t = zo(), n = uu(), o = fa(), s = fu(), { getCachedTabs: a, getExcludeCachedTabs: r, renderRouteView: c } = KE(n), g = W(!1), B = W([]), f = W([]), C = (v, p) => {
38179
+ const A = Zf(), t = zo(), n = uu(), o = Ca(), s = fu(), { getCachedTabs: a, getExcludeCachedTabs: r, renderRouteView: c } = KE(n), g = W(!1), B = W([]), f = W([]), C = (v, p) => {
38180
38180
  for (const m of v) {
38181
38181
  if (m.path === p) return m;
38182
38182
  if (m.children) {
@@ -41650,7 +41650,7 @@ function n2(e) {
41650
41650
  }
41651
41651
  function Yi(e, A = !0) {
41652
41652
  const t = h(() => {
41653
- const c = Xa(e) ? e.value : e, g = [];
41653
+ const c = Ja(e) ? e.value : e, g = [];
41654
41654
  return c.forEach((B) => {
41655
41655
  B.permissionOptions?.code && g.push({
41656
41656
  fieldName: B.fieldName || "",
@@ -41668,7 +41668,7 @@ function Yi(e, A = !0) {
41668
41668
  // 使用第一个字段的映射作为默认
41669
41669
  immediate: !1
41670
41670
  }), r = h(() => {
41671
- const c = Xa(e) ? e.value : e;
41671
+ const c = Ja(e) ? e.value : e;
41672
41672
  return console.log("[useSchemaPermissionLoader] schemaValue:", c), console.log("[useSchemaPermissionLoader] optionsMap.value:", o.value), c.map((g) => {
41673
41673
  if (g.permissionOptions?.code) {
41674
41674
  const B = g.componentProps, f = String(g.permissionOptions.code);
@@ -42598,7 +42598,7 @@ function dE({
42598
42598
  tA(() => g.value, () => {
42599
42599
  d.columns = u(A);
42600
42600
  }, { deep: !0 });
42601
- const [E, v] = da({
42601
+ const [E, v] = fa({
42602
42602
  gridOptions: d
42603
42603
  }), p = v.reloadData;
42604
42604
  return v.reloadData = (m) => (d.data = m, p(m)), [f, C, E, v];
@@ -42749,7 +42749,7 @@ function fE({
42749
42749
  return w;
42750
42750
  });
42751
42751
  }, { deep: !0 });
42752
- const [v, p] = da({
42752
+ const [v, p] = fa({
42753
42753
  gridOptions: E
42754
42754
  }), m = {
42755
42755
  ...p,
@@ -43691,7 +43691,7 @@ const K2 = /* @__PURE__ */ tt({
43691
43691
  title: e("user.cAdmin"),
43692
43692
  minWidth: 120,
43693
43693
  params: { optionlist: t },
43694
- formatter: ({ cellValue: C, column: u }) => za(C, u.params.optionlist)
43694
+ formatter: ({ cellValue: C, column: u }) => Fa(C, u.params.optionlist)
43695
43695
  },
43696
43696
  { field: "cWork", title: e("user.cWork"), minWidth: 120 },
43697
43697
  { field: "dCredate", title: e("user.dCredate"), minWidth: 120 },
@@ -43700,7 +43700,7 @@ const K2 = /* @__PURE__ */ tt({
43700
43700
  title: e("user.cSign"),
43701
43701
  minWidth: 120,
43702
43702
  params: { optionlist: n },
43703
- formatter: ({ cellValue: C, column: u }) => za(C, u.params.optionlist)
43703
+ formatter: ({ cellValue: C, column: u }) => Fa(C, u.params.optionlist)
43704
43704
  },
43705
43705
  { field: "cEmail", title: e("user.cEmail"), minWidth: 120 },
43706
43706
  { field: "cDeptname", title: e("user.cDeptname"), minWidth: 120 },
@@ -43709,14 +43709,14 @@ const K2 = /* @__PURE__ */ tt({
43709
43709
  title: e("user.nMainAccount"),
43710
43710
  minWidth: 120,
43711
43711
  params: { optionlist: o },
43712
- formatter: ({ cellValue: C, column: u }) => za(C, u.params.optionlist)
43712
+ formatter: ({ cellValue: C, column: u }) => Fa(C, u.params.optionlist)
43713
43713
  },
43714
43714
  {
43715
43715
  field: "nOuterUser",
43716
43716
  title: e("user.nOuterUser"),
43717
43717
  minWidth: 120,
43718
43718
  params: { optionlist: o },
43719
- formatter: ({ cellValue: C, column: u }) => za(C, u.params.optionlist)
43719
+ formatter: ({ cellValue: C, column: u }) => Fa(C, u.params.optionlist)
43720
43720
  },
43721
43721
  { field: "dLastLogin", title: e("user.dLastLogin"), minWidth: 120 }
43722
43722
  ], r = {
@@ -43869,7 +43869,7 @@ const K2 = /* @__PURE__ */ tt({
43869
43869
  field: "nSensitive",
43870
43870
  title: e("user.nSensitive"),
43871
43871
  minWidth: 100,
43872
- formatter: ({ cellValue: C, column: u }) => za(C, u.params.optionlist),
43872
+ formatter: ({ cellValue: C, column: u }) => Fa(C, u.params.optionlist),
43873
43873
  params: { optionlist: o }
43874
43874
  },
43875
43875
  { field: "cSystem", title: e("user.cSystem"), minWidth: 100 }
@@ -44015,7 +44015,7 @@ const K2 = /* @__PURE__ */ tt({
44015
44015
  __name: "UserAuth",
44016
44016
  emits: ["success"],
44017
44017
  setup(e, { expose: A, emit: t }) {
44018
- const n = W(), { t: o } = kt(), s = W(!1), a = t, [r, c] = dr({ schema: [] }), { authFormSchema: g, authGridColumns: B } = ji({ t: o, formApi: c }), [f, C] = da({
44018
+ const n = W(), { t: o } = kt(), s = W(!1), a = t, [r, c] = dr({ schema: [] }), { authFormSchema: g, authGridColumns: B } = ji({ t: o, formApi: c }), [f, C] = fa({
44019
44019
  gridOptions: {
44020
44020
  data: [],
44021
44021
  columns: B,
@@ -44118,7 +44118,7 @@ const K2 = /* @__PURE__ */ tt({
44118
44118
  __name: "UserBindMac",
44119
44119
  emits: ["success"],
44120
44120
  setup(e, { expose: A, emit: t }) {
44121
- const { t: n } = kt(), o = W(!1), s = W({}), a = t, { bindMacGridColumns: r } = ji({ t: n }), [c, g] = da({
44121
+ const { t: n } = kt(), o = W(!1), s = W({}), a = t, { bindMacGridColumns: r } = ji({ t: n }), [c, g] = fa({
44122
44122
  gridOptions: {
44123
44123
  data: [],
44124
44124
  columns: r,
@@ -44296,7 +44296,7 @@ const K2 = /* @__PURE__ */ tt({
44296
44296
  }, bN = /* @__PURE__ */ tt({
44297
44297
  __name: "UserQuery",
44298
44298
  setup(e) {
44299
- const A = W(), t = W(), n = W(), o = W(), s = fa(), {
44299
+ const A = W(), t = W(), n = W(), o = W(), s = Ca(), {
44300
44300
  t: a
44301
44301
  } = kt(), {
44302
44302
  searchFormSchema: r,
@@ -44966,7 +44966,7 @@ const K2 = /* @__PURE__ */ tt({
44966
44966
  __name: "RoleAuth",
44967
44967
  emits: ["success"],
44968
44968
  setup(e, { expose: A, emit: t }) {
44969
- const n = W(), { t: o } = kt(), s = W(!1), a = W(null), r = W([]), c = t, [g, B] = dr({ schema: [] }), { authFormSchema: f, authGridColumns: C } = gg({ t: o, formApi: B }), [u, d] = da({
44969
+ const n = W(), { t: o } = kt(), s = W(!1), a = W(null), r = W([]), c = t, [g, B] = dr({ schema: [] }), { authFormSchema: f, authGridColumns: C } = gg({ t: o, formApi: B }), [u, d] = fa({
44970
44970
  gridOptions: {
44971
44971
  data: [],
44972
44972
  columns: C,
@@ -45524,7 +45524,7 @@ function mE(e) {
45524
45524
  value: a.cExresnum
45525
45525
  }))), s;
45526
45526
  }
45527
- function za(e, A) {
45527
+ function Fa(e, A) {
45528
45528
  const t = (A || []).find((n) => n.value == e);
45529
45529
  return t ? t.label : e;
45530
45530
  }
@@ -45771,7 +45771,20 @@ function Wn(e) {
45771
45771
  fetchResourceConfig: j
45772
45772
  };
45773
45773
  }
45774
- function Z8(e) {
45774
+ function Z8() {
45775
+ const e = da(), A = h(() => e.userInfo?.code ?? ""), t = h(() => e.userInfo?.name ?? ""), n = h(() => e.userInfo?.roles ?? []), o = h(() => e.userInfo?.superAdmin ?? !1), s = h(() => e.userInfo?.homePath ?? ""), a = h(() => e.userInfo?.agent);
45776
+ return {
45777
+ code: A,
45778
+ name: t,
45779
+ roles: n,
45780
+ isSuperAdmin: o,
45781
+ homePath: s,
45782
+ agent: a,
45783
+ /** 完整的 userInfo 对象 */
45784
+ userInfo: h(() => e.userInfo)
45785
+ };
45786
+ }
45787
+ function W8(e) {
45775
45788
  const A = W(!1), t = W({});
45776
45789
  return {
45777
45790
  loading: A,
@@ -45794,7 +45807,7 @@ function Z8(e) {
45794
45807
  }
45795
45808
  };
45796
45809
  }
45797
- function W8({
45810
+ function X8({
45798
45811
  columns: e = [],
45799
45812
  editRules: A,
45800
45813
  toolbarButtons: t = [],
@@ -45863,7 +45876,7 @@ function W8({
45863
45876
  tA(() => C.value, () => {
45864
45877
  v.columns = d(e);
45865
45878
  }, { deep: !0 });
45866
- const [p, m] = da({
45879
+ const [p, m] = fa({
45867
45880
  gridOptions: v,
45868
45881
  gridEvents: g
45869
45882
  }), b = m.reloadData.bind(m), w = m;
@@ -45891,7 +45904,7 @@ function W8({
45891
45904
  });
45892
45905
  return [p, x];
45893
45906
  }
45894
- function X8(e) {
45907
+ function J8(e) {
45895
45908
  const A = W(!1), t = W(!1), n = W({}), o = W([]), s = h({
45896
45909
  get: () => o.value,
45897
45910
  set: (v) => {
@@ -45959,7 +45972,7 @@ function X8(e) {
45959
45972
  }
45960
45973
  };
45961
45974
  }
45962
- const J8 = /* @__PURE__ */ tt({
45975
+ const q8 = /* @__PURE__ */ tt({
45963
45976
  __name: "AccessControl",
45964
45977
  props: {
45965
45978
  codes: { default: () => [] },
@@ -45968,7 +45981,7 @@ const J8 = /* @__PURE__ */ tt({
45968
45981
  },
45969
45982
  emits: ["change"],
45970
45983
  setup(e, { emit: A }) {
45971
- const t = e, n = A, o = nr(), s = h(() => t.codes?.length ? t.codes.includes(o.code) : !0), a = h(() => t.codes?.length ? t.codes.some((c) => o.roles.includes(c)) : !0), r = h(() => t.authorize ? t.authorize() : t.type === "code" ? s.value : a.value);
45984
+ const t = e, n = A, o = da(), s = h(() => t.codes?.length ? t.codes.includes(o.code) : !0), a = h(() => t.codes?.length ? t.codes.some((c) => o.roles.includes(c)) : !0), r = h(() => t.authorize ? t.authorize() : t.type === "code" ? s.value : a.value);
45972
45985
  return n("change", r.value), (c, g) => r.value ? Bg(c.$slots, "default", { key: 0 }) : Bg(c.$slots, "fallback", { key: 1 });
45973
45986
  }
45974
45987
  });
@@ -46011,7 +46024,7 @@ class Zs {
46011
46024
  }
46012
46025
  }
46013
46026
  const vi = Zs.getInstance();
46014
- function q8() {
46027
+ function _8() {
46015
46028
  const e = () => vi.startLoading(), A = () => vi.stopLoading();
46016
46029
  return { start: e, stop: A, withLoading: async (n) => {
46017
46030
  e();
@@ -46057,9 +46070,9 @@ const e8 = { class: "global-loading-container" }, A8 = /* @__PURE__ */ tt({
46057
46070
  _: 1
46058
46071
  }));
46059
46072
  }
46060
- }), _8 = /* @__PURE__ */ _t(A8, [["__scopeId", "data-v-a5f101e9"]]);
46073
+ }), $8 = /* @__PURE__ */ _t(A8, [["__scopeId", "data-v-a5f101e9"]]);
46061
46074
  export {
46062
- J8 as AccessControl,
46075
+ q8 as AccessControl,
46063
46076
  R3 as AssSendoaAdd,
46064
46077
  O8 as AssSendoaQuery,
46065
46078
  y8 as BasicLayout,
@@ -46067,7 +46080,7 @@ export {
46067
46080
  R8 as DataDictionaryQuery,
46068
46081
  Hf as EFFECTS_CONFIG_KEY,
46069
46082
  z8 as GgcxtcQuery,
46070
- _8 as GlobalLoading,
46083
+ $8 as GlobalLoading,
46071
46084
  S8 as JobGroupQuery,
46072
46085
  x8 as JobInfoQuery,
46073
46086
  M8 as JobLogQuery,
@@ -46102,7 +46115,7 @@ export {
46102
46115
  TN as defaultSelectOptionsAdapter,
46103
46116
  vm as errorMessageResponseInterceptor,
46104
46117
  v8 as fetchUserInfo,
46105
- za as filterSelect,
46118
+ Fa as filterSelect,
46106
46119
  u2 as findAllSettings,
46107
46120
  p8 as findAllStaticFrontI18n,
46108
46121
  lE as getAssSendoaConfig,
@@ -46141,21 +46154,22 @@ export {
46141
46154
  Fr as selectOptionsManager,
46142
46155
  j8 as setupBusinessForm,
46143
46156
  nd as sfggOpts,
46144
- pa as systemOpts,
46145
- X8 as useBusinessSearchModal,
46157
+ Ea as systemOpts,
46158
+ J8 as useBusinessSearchModal,
46146
46159
  Zf as useEffectsConfig,
46147
46160
  VO as useFavorite,
46148
46161
  dr as useForm,
46149
46162
  dE as useFormTable,
46150
46163
  fE as useFormTabs,
46151
- q8 as useGlobalLoading,
46164
+ _8 as useGlobalLoading,
46152
46165
  Wn as useList,
46153
46166
  n2 as usePermissionOptions,
46154
46167
  Gi as useSchemaOptionsLoader,
46155
46168
  Yi as useSchemaPermissionLoader,
46156
46169
  _N as useSearchPlanApi,
46157
46170
  gr as useSelectOptions,
46158
- W8 as useTable,
46159
- Z8 as useUserResources,
46171
+ X8 as useTable,
46172
+ Z8 as useUser,
46173
+ W8 as useUserResources,
46160
46174
  I8 as userSfqyOpts
46161
46175
  };