@sunny-base-web/effects 0.8.28 → 0.8.31

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/index.d.ts +3297 -2
  2. package/dist/index.js +10 -0
  3. package/dist/index.mjs +210 -209
  4. package/package.json +9 -9
  5. package/dist/@effects/src/access/AccessControl.d.ts +0 -24
  6. package/dist/@effects/src/access/AccessControl.d.ts.map +0 -1
  7. package/dist/@effects/src/access/accessible.d.ts +0 -1
  8. package/dist/@effects/src/access/accessible.d.ts.map +0 -1
  9. package/dist/@effects/src/access/index.d.ts +0 -7
  10. package/dist/@effects/src/access/index.d.ts.map +0 -1
  11. package/dist/@effects/src/access/types.d.ts +0 -36
  12. package/dist/@effects/src/access/types.d.ts.map +0 -1
  13. package/dist/@effects/src/api/core/index.d.ts +0 -28
  14. package/dist/@effects/src/api/core/index.d.ts.map +0 -1
  15. package/dist/@effects/src/api/favorite/index.d.ts +0 -38
  16. package/dist/@effects/src/api/favorite/index.d.ts.map +0 -1
  17. package/dist/@effects/src/api/request.d.ts +0 -15
  18. package/dist/@effects/src/api/request.d.ts.map +0 -1
  19. package/dist/@effects/src/api/resource/index.d.ts +0 -77
  20. package/dist/@effects/src/api/resource/index.d.ts.map +0 -1
  21. package/dist/@effects/src/api/resource.d.ts +0 -105
  22. package/dist/@effects/src/api/resource.d.ts.map +0 -1
  23. package/dist/@effects/src/api/user/index.d.ts +0 -15
  24. package/dist/@effects/src/api/user/index.d.ts.map +0 -1
  25. package/dist/@effects/src/composables/index.d.ts +0 -2
  26. package/dist/@effects/src/composables/index.d.ts.map +0 -1
  27. package/dist/@effects/src/composables/use-favorite.d.ts +0 -48
  28. package/dist/@effects/src/composables/use-favorite.d.ts.map +0 -1
  29. package/dist/@effects/src/config.d.ts +0 -98
  30. package/dist/@effects/src/config.d.ts.map +0 -1
  31. package/dist/@effects/src/form/index.d.ts +0 -97
  32. package/dist/@effects/src/form/index.d.ts.map +0 -1
  33. package/dist/@effects/src/form/permission-options-adapter.d.ts +0 -18
  34. package/dist/@effects/src/form/permission-options-adapter.d.ts.map +0 -1
  35. package/dist/@effects/src/form/permission-options-manager.d.ts +0 -61
  36. package/dist/@effects/src/form/permission-options-manager.d.ts.map +0 -1
  37. package/dist/@effects/src/form/select-options-adapter.d.ts +0 -9
  38. package/dist/@effects/src/form/select-options-adapter.d.ts.map +0 -1
  39. package/dist/@effects/src/form/select-options-manager.d.ts +0 -61
  40. package/dist/@effects/src/form/select-options-manager.d.ts.map +0 -1
  41. package/dist/@effects/src/form/use-permission-options.d.ts +0 -126
  42. package/dist/@effects/src/form/use-permission-options.d.ts.map +0 -1
  43. package/dist/@effects/src/form/use-select-options.d.ts +0 -128
  44. package/dist/@effects/src/form/use-select-options.d.ts.map +0 -1
  45. package/dist/@effects/src/hooks/index.d.ts +0 -9
  46. package/dist/@effects/src/hooks/index.d.ts.map +0 -1
  47. package/dist/@effects/src/hooks/useBusinessSearchModal.d.ts +0 -38
  48. package/dist/@effects/src/hooks/useBusinessSearchModal.d.ts.map +0 -1
  49. package/dist/@effects/src/hooks/useForm.d.ts +0 -17
  50. package/dist/@effects/src/hooks/useForm.d.ts.map +0 -1
  51. package/dist/@effects/src/hooks/useFormTable.d.ts +0 -16
  52. package/dist/@effects/src/hooks/useFormTable.d.ts.map +0 -1
  53. package/dist/@effects/src/hooks/useFormTabs.d.ts +0 -23
  54. package/dist/@effects/src/hooks/useFormTabs.d.ts.map +0 -1
  55. package/dist/@effects/src/hooks/useList.d.ts +0 -111
  56. package/dist/@effects/src/hooks/useList.d.ts.map +0 -1
  57. package/dist/@effects/src/hooks/useTable.d.ts +0 -35
  58. package/dist/@effects/src/hooks/useTable.d.ts.map +0 -1
  59. package/dist/@effects/src/hooks/useUserResources.d.ts +0 -19
  60. package/dist/@effects/src/hooks/useUserResources.d.ts.map +0 -1
  61. package/dist/@effects/src/index.d.ts +0 -36
  62. package/dist/@effects/src/index.d.ts.map +0 -1
  63. package/dist/@effects/src/layouts/basic-layout/header/breadcrumb.d.ts +0 -3
  64. package/dist/@effects/src/layouts/basic-layout/header/breadcrumb.d.ts.map +0 -1
  65. package/dist/@effects/src/layouts/basic-layout/header/language-toggle.d.ts +0 -3
  66. package/dist/@effects/src/layouts/basic-layout/header/language-toggle.d.ts.map +0 -1
  67. package/dist/@effects/src/layouts/basic-layout/header/password-modal.d.ts +0 -6
  68. package/dist/@effects/src/layouts/basic-layout/header/password-modal.d.ts.map +0 -1
  69. package/dist/@effects/src/layouts/basic-layout/header/search.d.ts +0 -6
  70. package/dist/@effects/src/layouts/basic-layout/header/search.d.ts.map +0 -1
  71. package/dist/@effects/src/layouts/basic-layout/header/settings-modal.d.ts +0 -6
  72. package/dist/@effects/src/layouts/basic-layout/header/settings-modal.d.ts.map +0 -1
  73. package/dist/@effects/src/layouts/basic-layout/header/theme-toggle.d.ts +0 -3
  74. package/dist/@effects/src/layouts/basic-layout/header/theme-toggle.d.ts.map +0 -1
  75. package/dist/@effects/src/layouts/basic-layout/header/user-avatar.d.ts +0 -32
  76. package/dist/@effects/src/layouts/basic-layout/header/user-avatar.d.ts.map +0 -1
  77. package/dist/@effects/src/layouts/basic-layout/index.d.ts +0 -60
  78. package/dist/@effects/src/layouts/basic-layout/index.d.ts.map +0 -1
  79. package/dist/@effects/src/layouts/basic-layout/menu-item.d.ts +0 -6
  80. package/dist/@effects/src/layouts/basic-layout/menu-item.d.ts.map +0 -1
  81. package/dist/@effects/src/layouts/basic-layout/tabbar/index.d.ts +0 -3
  82. package/dist/@effects/src/layouts/basic-layout/tabbar/index.d.ts.map +0 -1
  83. package/dist/@effects/src/layouts/index.d.ts +0 -2
  84. package/dist/@effects/src/layouts/index.d.ts.map +0 -1
  85. package/dist/@effects/src/loading/GlobalLoading.d.ts +0 -7
  86. package/dist/@effects/src/loading/GlobalLoading.d.ts.map +0 -1
  87. package/dist/@effects/src/loading/index.d.ts +0 -9
  88. package/dist/@effects/src/loading/index.d.ts.map +0 -1
  89. package/dist/@effects/src/loading/loading-manager.d.ts +0 -32
  90. package/dist/@effects/src/loading/loading-manager.d.ts.map +0 -1
  91. package/dist/@effects/src/loading/types.d.ts +0 -23
  92. package/dist/@effects/src/loading/types.d.ts.map +0 -1
  93. package/dist/@effects/src/loading/use-global-loading.d.ts +0 -38
  94. package/dist/@effects/src/loading/use-global-loading.d.ts.map +0 -1
  95. package/dist/@effects/src/login/index.d.ts +0 -77
  96. package/dist/@effects/src/login/index.d.ts.map +0 -1
  97. package/dist/@effects/src/request/src/index.d.ts +0 -3
  98. package/dist/@effects/src/request/src/index.d.ts.map +0 -1
  99. package/dist/@effects/src/request/src/request-client/index.d.ts +0 -4
  100. package/dist/@effects/src/request/src/request-client/index.d.ts.map +0 -1
  101. package/dist/@effects/src/request/src/request-client/modules/downloader.d.ts +0 -23
  102. package/dist/@effects/src/request/src/request-client/modules/downloader.d.ts.map +0 -1
  103. package/dist/@effects/src/request/src/request-client/modules/interceptor.d.ts +0 -10
  104. package/dist/@effects/src/request/src/request-client/modules/interceptor.d.ts.map +0 -1
  105. package/dist/@effects/src/request/src/request-client/modules/sse.d.ts +0 -19
  106. package/dist/@effects/src/request/src/request-client/modules/sse.d.ts.map +0 -1
  107. package/dist/@effects/src/request/src/request-client/modules/uploader.d.ts +0 -11
  108. package/dist/@effects/src/request/src/request-client/modules/uploader.d.ts.map +0 -1
  109. package/dist/@effects/src/request/src/request-client/preset-interceptors.d.ts +0 -34
  110. package/dist/@effects/src/request/src/request-client/preset-interceptors.d.ts.map +0 -1
  111. package/dist/@effects/src/request/src/request-client/request-client.d.ts +0 -48
  112. package/dist/@effects/src/request/src/request-client/request-client.d.ts.map +0 -1
  113. package/dist/@effects/src/request/src/request-client/types.d.ts +0 -51
  114. package/dist/@effects/src/request/src/request-client/types.d.ts.map +0 -1
  115. package/dist/@effects/src/resourceManagement/components/ConstructionConfig.d.ts +0 -10
  116. package/dist/@effects/src/resourceManagement/components/ConstructionConfig.d.ts.map +0 -1
  117. package/dist/@effects/src/resourceManagement/components/EditTable/cMetaEditor.d.ts +0 -18
  118. package/dist/@effects/src/resourceManagement/components/EditTable/cMetaEditor.d.ts.map +0 -1
  119. package/dist/@effects/src/resourceManagement/components/EditTable/chooseTable.d.ts +0 -9
  120. package/dist/@effects/src/resourceManagement/components/EditTable/chooseTable.d.ts.map +0 -1
  121. package/dist/@effects/src/resourceManagement/components/EditTable/fieldCallmethod.d.ts +0 -24
  122. package/dist/@effects/src/resourceManagement/components/EditTable/fieldCallmethod.d.ts.map +0 -1
  123. package/dist/@effects/src/resourceManagement/components/ResourceTree.d.ts +0 -35
  124. package/dist/@effects/src/resourceManagement/components/ResourceTree.d.ts.map +0 -1
  125. package/dist/@effects/src/resourceManagement/index.d.ts +0 -39
  126. package/dist/@effects/src/resourceManagement/index.d.ts.map +0 -1
  127. package/dist/@effects/src/utils/DefaultButtonResource.d.ts +0 -77
  128. package/dist/@effects/src/utils/DefaultButtonResource.d.ts.map +0 -1
  129. package/dist/@effects/src/utils/encryption.d.ts +0 -2
  130. package/dist/@effects/src/utils/encryption.d.ts.map +0 -1
  131. package/dist/@effects/src/utils/error-report.d.ts +0 -55
  132. package/dist/@effects/src/utils/error-report.d.ts.map +0 -1
  133. package/dist/@effects/src/utils/formatter.d.ts +0 -11
  134. package/dist/@effects/src/utils/formatter.d.ts.map +0 -1
  135. package/dist/@effects/src/utils/select-options.d.ts +0 -22
  136. package/dist/@effects/src/utils/select-options.d.ts.map +0 -1
  137. package/dist/@effects/src/utils/types.d.ts +0 -27
  138. package/dist/@effects/src/utils/types.d.ts.map +0 -1
  139. package/dist/@effects/src/utils/use-schema-options-loader.d.ts +0 -112
  140. package/dist/@effects/src/utils/use-schema-options-loader.d.ts.map +0 -1
  141. package/dist/@effects/src/utils/use-schema-permission-loader.d.ts +0 -76
  142. package/dist/@effects/src/utils/use-schema-permission-loader.d.ts.map +0 -1
  143. package/dist/@effects/src/utils/utils.d.ts +0 -46
  144. package/dist/@effects/src/utils/utils.d.ts.map +0 -1
  145. package/dist/@effects/src/views/dashboard/Dashboard.d.ts +0 -3
  146. package/dist/@effects/src/views/dashboard/Dashboard.d.ts.map +0 -1
  147. package/dist/@effects/src/views/dashboard/api.d.ts +0 -97
  148. package/dist/@effects/src/views/dashboard/api.d.ts.map +0 -1
  149. package/dist/@effects/src/views/dashboard/components/AddEntryModal.d.ts +0 -14
  150. package/dist/@effects/src/views/dashboard/components/AddEntryModal.d.ts.map +0 -1
  151. package/dist/@effects/src/views/dashboard/index.d.ts +0 -3
  152. package/dist/@effects/src/views/dashboard/index.d.ts.map +0 -1
  153. package/dist/@effects/src/views/design/Design.d.ts +0 -3
  154. package/dist/@effects/src/views/design/Design.d.ts.map +0 -1
  155. package/dist/@effects/src/views/design/index.d.ts +0 -2
  156. package/dist/@effects/src/views/design/index.d.ts.map +0 -1
  157. package/dist/@effects/src/views/setting/dataDictionary/DataDictionaryAdd.d.ts +0 -18
  158. package/dist/@effects/src/views/setting/dataDictionary/DataDictionaryAdd.d.ts.map +0 -1
  159. package/dist/@effects/src/views/setting/dataDictionary/DataDictionaryQuery.d.ts +0 -3
  160. package/dist/@effects/src/views/setting/dataDictionary/DataDictionaryQuery.d.ts.map +0 -1
  161. package/dist/@effects/src/views/setting/dataDictionary/DataDictionaryUpdate.d.ts +0 -17
  162. package/dist/@effects/src/views/setting/dataDictionary/DataDictionaryUpdate.d.ts.map +0 -1
  163. package/dist/@effects/src/views/setting/dataDictionary/config.d.ts +0 -75
  164. package/dist/@effects/src/views/setting/dataDictionary/config.d.ts.map +0 -1
  165. package/dist/@effects/src/views/setting/dataDictionary/index.d.ts +0 -4
  166. package/dist/@effects/src/views/setting/dataDictionary/index.d.ts.map +0 -1
  167. package/dist/@effects/src/views/setting/dataDictionary/types.d.ts +0 -43
  168. package/dist/@effects/src/views/setting/dataDictionary/types.d.ts.map +0 -1
  169. package/dist/@effects/src/views/setting/dsrw/jobgroup/JobGroupForm.d.ts +0 -17
  170. package/dist/@effects/src/views/setting/dsrw/jobgroup/JobGroupForm.d.ts.map +0 -1
  171. package/dist/@effects/src/views/setting/dsrw/jobgroup/JobGroupQuery.d.ts +0 -33
  172. package/dist/@effects/src/views/setting/dsrw/jobgroup/JobGroupQuery.d.ts.map +0 -1
  173. package/dist/@effects/src/views/setting/dsrw/jobgroup/config.d.ts +0 -27
  174. package/dist/@effects/src/views/setting/dsrw/jobgroup/config.d.ts.map +0 -1
  175. package/dist/@effects/src/views/setting/dsrw/jobgroup/index.d.ts +0 -4
  176. package/dist/@effects/src/views/setting/dsrw/jobgroup/index.d.ts.map +0 -1
  177. package/dist/@effects/src/views/setting/dsrw/jobgroup/types.d.ts +0 -22
  178. package/dist/@effects/src/views/setting/dsrw/jobgroup/types.d.ts.map +0 -1
  179. package/dist/@effects/src/views/setting/dsrw/jobinfo/JobInfoCode.d.ts +0 -15
  180. package/dist/@effects/src/views/setting/dsrw/jobinfo/JobInfoCode.d.ts.map +0 -1
  181. package/dist/@effects/src/views/setting/dsrw/jobinfo/JobInfoForm.d.ts +0 -17
  182. package/dist/@effects/src/views/setting/dsrw/jobinfo/JobInfoForm.d.ts.map +0 -1
  183. package/dist/@effects/src/views/setting/dsrw/jobinfo/JobInfoOnce.d.ts +0 -17
  184. package/dist/@effects/src/views/setting/dsrw/jobinfo/JobInfoOnce.d.ts.map +0 -1
  185. package/dist/@effects/src/views/setting/dsrw/jobinfo/JobInfoQuery.d.ts +0 -89
  186. package/dist/@effects/src/views/setting/dsrw/jobinfo/JobInfoQuery.d.ts.map +0 -1
  187. package/dist/@effects/src/views/setting/dsrw/jobinfo/config.d.ts +0 -31
  188. package/dist/@effects/src/views/setting/dsrw/jobinfo/config.d.ts.map +0 -1
  189. package/dist/@effects/src/views/setting/dsrw/jobinfo/index.d.ts +0 -4
  190. package/dist/@effects/src/views/setting/dsrw/jobinfo/index.d.ts.map +0 -1
  191. package/dist/@effects/src/views/setting/dsrw/jobinfo/types.d.ts +0 -34
  192. package/dist/@effects/src/views/setting/dsrw/jobinfo/types.d.ts.map +0 -1
  193. package/dist/@effects/src/views/setting/dsrw/joblog/JobLogQuery.d.ts +0 -28
  194. package/dist/@effects/src/views/setting/dsrw/joblog/JobLogQuery.d.ts.map +0 -1
  195. package/dist/@effects/src/views/setting/dsrw/joblog/LogList.d.ts +0 -14
  196. package/dist/@effects/src/views/setting/dsrw/joblog/LogList.d.ts.map +0 -1
  197. package/dist/@effects/src/views/setting/dsrw/joblog/config.d.ts +0 -27
  198. package/dist/@effects/src/views/setting/dsrw/joblog/config.d.ts.map +0 -1
  199. package/dist/@effects/src/views/setting/dsrw/joblog/index.d.ts +0 -4
  200. package/dist/@effects/src/views/setting/dsrw/joblog/index.d.ts.map +0 -1
  201. package/dist/@effects/src/views/setting/dsrw/joblog/types.d.ts +0 -54
  202. package/dist/@effects/src/views/setting/dsrw/joblog/types.d.ts.map +0 -1
  203. package/dist/@effects/src/views/setting/gnzjgl/assSendoa/AssSendoaAdd.d.ts +0 -10
  204. package/dist/@effects/src/views/setting/gnzjgl/assSendoa/AssSendoaAdd.d.ts.map +0 -1
  205. package/dist/@effects/src/views/setting/gnzjgl/assSendoa/AssSendoaQuery.d.ts +0 -24
  206. package/dist/@effects/src/views/setting/gnzjgl/assSendoa/AssSendoaQuery.d.ts.map +0 -1
  207. package/dist/@effects/src/views/setting/gnzjgl/assSendoa/config.d.ts +0 -25
  208. package/dist/@effects/src/views/setting/gnzjgl/assSendoa/config.d.ts.map +0 -1
  209. package/dist/@effects/src/views/setting/gnzjgl/assSendoa/index.d.ts +0 -5
  210. package/dist/@effects/src/views/setting/gnzjgl/assSendoa/index.d.ts.map +0 -1
  211. package/dist/@effects/src/views/setting/gnzjgl/assSendoa/types.d.ts +0 -13
  212. package/dist/@effects/src/views/setting/gnzjgl/assSendoa/types.d.ts.map +0 -1
  213. package/dist/@effects/src/views/setting/gnzjgl/ggcxtc/GgcxtcQuery.d.ts +0 -3
  214. package/dist/@effects/src/views/setting/gnzjgl/ggcxtc/GgcxtcQuery.d.ts.map +0 -1
  215. package/dist/@effects/src/views/setting/gnzjgl/ggcxtc/GgcxtcReview.d.ts +0 -11
  216. package/dist/@effects/src/views/setting/gnzjgl/ggcxtc/GgcxtcReview.d.ts.map +0 -1
  217. package/dist/@effects/src/views/setting/gnzjgl/ggcxtc/config.d.ts +0 -20
  218. package/dist/@effects/src/views/setting/gnzjgl/ggcxtc/config.d.ts.map +0 -1
  219. package/dist/@effects/src/views/setting/gnzjgl/ggcxtc/index.d.ts +0 -4
  220. package/dist/@effects/src/views/setting/gnzjgl/ggcxtc/index.d.ts.map +0 -1
  221. package/dist/@effects/src/views/setting/gnzjgl/ggcxtc/types.d.ts +0 -19
  222. package/dist/@effects/src/views/setting/gnzjgl/ggcxtc/types.d.ts.map +0 -1
  223. package/dist/@effects/src/views/setting/gnzjgl/zdyxlk/ZdyxlkAdd.d.ts +0 -10
  224. package/dist/@effects/src/views/setting/gnzjgl/zdyxlk/ZdyxlkAdd.d.ts.map +0 -1
  225. package/dist/@effects/src/views/setting/gnzjgl/zdyxlk/ZdyxlkQuery.d.ts +0 -24
  226. package/dist/@effects/src/views/setting/gnzjgl/zdyxlk/ZdyxlkQuery.d.ts.map +0 -1
  227. package/dist/@effects/src/views/setting/gnzjgl/zdyxlk/config.d.ts +0 -37
  228. package/dist/@effects/src/views/setting/gnzjgl/zdyxlk/config.d.ts.map +0 -1
  229. package/dist/@effects/src/views/setting/gnzjgl/zdyxlk/index.d.ts +0 -2
  230. package/dist/@effects/src/views/setting/gnzjgl/zdyxlk/index.d.ts.map +0 -1
  231. package/dist/@effects/src/views/setting/gnzjgl/zdyxlk/types.d.ts +0 -17
  232. package/dist/@effects/src/views/setting/gnzjgl/zdyxlk/types.d.ts.map +0 -1
  233. package/dist/@effects/src/views/setting/operationLog/OperationLogQuery.d.ts +0 -3
  234. package/dist/@effects/src/views/setting/operationLog/OperationLogQuery.d.ts.map +0 -1
  235. package/dist/@effects/src/views/setting/operationLog/config.d.ts +0 -19
  236. package/dist/@effects/src/views/setting/operationLog/config.d.ts.map +0 -1
  237. package/dist/@effects/src/views/setting/operationLog/index.d.ts +0 -4
  238. package/dist/@effects/src/views/setting/operationLog/index.d.ts.map +0 -1
  239. package/dist/@effects/src/views/setting/operationLog/types.d.ts +0 -31
  240. package/dist/@effects/src/views/setting/operationLog/types.d.ts.map +0 -1
  241. package/dist/@effects/src/views/setting/otherPermissions/OtherPermissionsAdd.d.ts +0 -22
  242. package/dist/@effects/src/views/setting/otherPermissions/OtherPermissionsAdd.d.ts.map +0 -1
  243. package/dist/@effects/src/views/setting/otherPermissions/OtherPermissionsQuery.d.ts +0 -3
  244. package/dist/@effects/src/views/setting/otherPermissions/OtherPermissionsQuery.d.ts.map +0 -1
  245. package/dist/@effects/src/views/setting/otherPermissions/OtherPermissionsUpdate.d.ts +0 -16
  246. package/dist/@effects/src/views/setting/otherPermissions/OtherPermissionsUpdate.d.ts.map +0 -1
  247. package/dist/@effects/src/views/setting/otherPermissions/config.d.ts +0 -23
  248. package/dist/@effects/src/views/setting/otherPermissions/config.d.ts.map +0 -1
  249. package/dist/@effects/src/views/setting/otherPermissions/index.d.ts +0 -6
  250. package/dist/@effects/src/views/setting/otherPermissions/index.d.ts.map +0 -1
  251. package/dist/@effects/src/views/setting/otherPermissions/types.d.ts +0 -34
  252. package/dist/@effects/src/views/setting/otherPermissions/types.d.ts.map +0 -1
  253. package/dist/@effects/src/views/setting/role/RoleAdd.d.ts +0 -123
  254. package/dist/@effects/src/views/setting/role/RoleAdd.d.ts.map +0 -1
  255. package/dist/@effects/src/views/setting/role/RoleAuth.d.ts +0 -28
  256. package/dist/@effects/src/views/setting/role/RoleAuth.d.ts.map +0 -1
  257. package/dist/@effects/src/views/setting/role/RoleChooseUser.d.ts +0 -9
  258. package/dist/@effects/src/views/setting/role/RoleChooseUser.d.ts.map +0 -1
  259. package/dist/@effects/src/views/setting/role/RoleQuery.d.ts +0 -174
  260. package/dist/@effects/src/views/setting/role/RoleQuery.d.ts.map +0 -1
  261. package/dist/@effects/src/views/setting/role/config.d.ts +0 -19
  262. package/dist/@effects/src/views/setting/role/config.d.ts.map +0 -1
  263. package/dist/@effects/src/views/setting/role/index.d.ts +0 -6
  264. package/dist/@effects/src/views/setting/role/index.d.ts.map +0 -1
  265. package/dist/@effects/src/views/setting/role/types.d.ts +0 -80
  266. package/dist/@effects/src/views/setting/role/types.d.ts.map +0 -1
  267. package/dist/@effects/src/views/setting/systemSetting/SystemSetting.d.ts +0 -3
  268. package/dist/@effects/src/views/setting/systemSetting/SystemSetting.d.ts.map +0 -1
  269. package/dist/@effects/src/views/setting/systemSetting/api.d.ts +0 -21
  270. package/dist/@effects/src/views/setting/systemSetting/api.d.ts.map +0 -1
  271. package/dist/@effects/src/views/setting/systemSetting/index.d.ts +0 -4
  272. package/dist/@effects/src/views/setting/systemSetting/index.d.ts.map +0 -1
  273. package/dist/@effects/src/views/setting/systemSetting/types.d.ts +0 -28
  274. package/dist/@effects/src/views/setting/systemSetting/types.d.ts.map +0 -1
  275. package/dist/@effects/src/views/setting/user/UserAdd.d.ts +0 -11
  276. package/dist/@effects/src/views/setting/user/UserAdd.d.ts.map +0 -1
  277. package/dist/@effects/src/views/setting/user/UserAuth.d.ts +0 -28
  278. package/dist/@effects/src/views/setting/user/UserAuth.d.ts.map +0 -1
  279. package/dist/@effects/src/views/setting/user/UserBindMac.d.ts +0 -9
  280. package/dist/@effects/src/views/setting/user/UserBindMac.d.ts.map +0 -1
  281. package/dist/@effects/src/views/setting/user/UserChooseRole.d.ts +0 -9
  282. package/dist/@effects/src/views/setting/user/UserChooseRole.d.ts.map +0 -1
  283. package/dist/@effects/src/views/setting/user/UserOtherAuth.d.ts +0 -9
  284. package/dist/@effects/src/views/setting/user/UserOtherAuth.d.ts.map +0 -1
  285. package/dist/@effects/src/views/setting/user/UserQuery.d.ts +0 -99
  286. package/dist/@effects/src/views/setting/user/UserQuery.d.ts.map +0 -1
  287. package/dist/@effects/src/views/setting/user/config.d.ts +0 -20
  288. package/dist/@effects/src/views/setting/user/config.d.ts.map +0 -1
  289. package/dist/@effects/src/views/setting/user/index.d.ts +0 -2
  290. package/dist/@effects/src/views/setting/user/index.d.ts.map +0 -1
  291. package/dist/@effects/src/views/setting/ywsjzd/YwsjzdAdd.d.ts +0 -18
  292. package/dist/@effects/src/views/setting/ywsjzd/YwsjzdAdd.d.ts.map +0 -1
  293. package/dist/@effects/src/views/setting/ywsjzd/YwsjzdQuery.d.ts +0 -3
  294. package/dist/@effects/src/views/setting/ywsjzd/YwsjzdQuery.d.ts.map +0 -1
  295. package/dist/@effects/src/views/setting/ywsjzd/YwsjzdUpdate.d.ts +0 -17
  296. package/dist/@effects/src/views/setting/ywsjzd/YwsjzdUpdate.d.ts.map +0 -1
  297. package/dist/@effects/src/views/setting/ywsjzd/config.d.ts +0 -75
  298. package/dist/@effects/src/views/setting/ywsjzd/config.d.ts.map +0 -1
  299. package/dist/@effects/src/views/setting/ywsjzd/index.d.ts +0 -4
  300. package/dist/@effects/src/views/setting/ywsjzd/index.d.ts.map +0 -1
  301. package/dist/@effects/src/views/setting/ywsjzd/types.d.ts +0 -72
  302. package/dist/@effects/src/views/setting/ywsjzd/types.d.ts.map +0 -1
package/dist/index.mjs CHANGED
@@ -6,11 +6,11 @@ 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 da, useFavoriteStore as Yf, useSettingsStore as jE, TABLE_ROW_HEIGHT_OPTIONS as Ig, storeToRefs as KE } from "@sunny-base-web/stores";
9
+ import { useAccessStore as io, 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 fa, useExportModal as XE, useImportModal as JE, setupSunnyForm as qE, useSunnyQueryGrid as _E, SunnySpinner as $E, SunnyLoading as ev } from "@sunny-base-web/ui";
13
+ import { useSunnyForm as Bo, 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
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) => {
@@ -1521,18 +1521,18 @@ function Sm(e, A) {
1521
1521
  });
1522
1522
  async function n() {
1523
1523
  console.warn("Access token or refresh token is invalid or expired. ");
1524
- const r = zo(), c = mg();
1524
+ const r = io(), c = mg();
1525
1525
  r.setAccessToken(null), await c.logout();
1526
1526
  }
1527
1527
  async function o(r, c) {
1528
1528
  console.warn(`Business error code ${r}: ${c}`), lA.warning(c || "登录已过期,请重新登录");
1529
- const g = zo(), B = mg(), f = uu();
1529
+ const g = io(), B = mg(), f = uu();
1530
1530
  g.setAccessToken(null), await B.logout(), f.tabs = [], f.cachedTabs = /* @__PURE__ */ new Set();
1531
1531
  const C = window.location.hash.slice(1) || "/", u = Cs.app?.loginPath || "/auth/login", d = C !== u ? `${u}?redirect=${encodeURIComponent(C)}` : u;
1532
1532
  window.location.hash = d;
1533
1533
  }
1534
1534
  async function s() {
1535
- const r = zo(), g = (await xm()).data;
1535
+ const r = io(), g = (await xm()).data;
1536
1536
  return r.setAccessToken(g), g;
1537
1537
  }
1538
1538
  function a(r) {
@@ -1540,7 +1540,7 @@ function Sm(e, A) {
1540
1540
  }
1541
1541
  return t.addRequestInterceptor({
1542
1542
  fulfilled: async (r) => {
1543
- const c = zo();
1543
+ const c = io();
1544
1544
  return r.headers.Authorization = a(c.accessToken), r.headers["Accept-Language"] = Cs.locale, Cs.apiPrefix && (r.baseURL = Cs.apiPrefix), r;
1545
1545
  }
1546
1546
  }), t.addResponseInterceptor(
@@ -1766,7 +1766,7 @@ const zm = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAA8AAAAIcCAYAAAA5Xcd7AA
1766
1766
  await s.value?.validate() || (E.value === "slide" ? j().then(() => {
1767
1767
  console.log("Opening slide verify"), u.value = !0;
1768
1768
  }) : z());
1769
- }, U = zo(), z = async () => {
1769
+ }, U = io(), z = async () => {
1770
1770
  f.value = !0;
1771
1771
  try {
1772
1772
  const { username: _, password: De, macAddress: we, cVerificationCode: se, systemSign: Me } = r, q = await km({
@@ -2083,7 +2083,7 @@ 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, Da = 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, po = Jf || bI || Function("return this")(), fo = po.Symbol, qf = Object.prototype, hI = qf.hasOwnProperty, DI = qf.toString, Da = fo ? fo.toStringTag : void 0;
2087
2087
  function yI(e) {
2088
2088
  var A = hI.call(e, Da), t = e[Da];
2089
2089
  try {
@@ -2098,7 +2098,7 @@ var PI = Object.prototype, xI = PI.toString;
2098
2098
  function MI(e) {
2099
2099
  return xI.call(e);
2100
2100
  }
2101
- var SI = "[object Null]", kI = "[object Undefined]", hg = go ? go.toStringTag : void 0;
2101
+ var SI = "[object Null]", kI = "[object Undefined]", hg = fo ? fo.toStringTag : void 0;
2102
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
  }
@@ -2114,7 +2114,7 @@ function Ta(e, A) {
2114
2114
  o[t] = A(e[t], t, e);
2115
2115
  return o;
2116
2116
  }
2117
- var nn = Array.isArray, Dg = go ? go.prototype : void 0, yg = Dg ? Dg.toString : void 0;
2117
+ var nn = Array.isArray, Dg = fo ? fo.prototype : void 0, yg = Dg ? Dg.toString : void 0;
2118
2118
  function Ii(e) {
2119
2119
  if (typeof e == "string")
2120
2120
  return e;
@@ -2179,7 +2179,7 @@ function _f(e) {
2179
2179
  var A = Ba(e);
2180
2180
  return A == HI || A == ZI || A == KI || A == WI;
2181
2181
  }
2182
- var dc = Bo["__core-js_shared__"], Mg = (function() {
2182
+ var dc = po["__core-js_shared__"], Mg = (function() {
2183
2183
  var e = /[^.]+$/.exec(dc && dc.keys && dc.keys.IE_PROTO || "");
2184
2184
  return e ? "Symbol(src)_1." + e : "";
2185
2185
  })();
@@ -2216,7 +2216,7 @@ function Ms(e, A) {
2216
2216
  var t = aQ(e, A);
2217
2217
  return sQ(t) ? t : void 0;
2218
2218
  }
2219
- var Uc = Ms(Bo, "WeakMap"), Sg = Object.create, rQ = /* @__PURE__ */ (function() {
2219
+ var Uc = Ms(po, "WeakMap"), Sg = Object.create, rQ = /* @__PURE__ */ (function() {
2220
2220
  function e() {
2221
2221
  }
2222
2222
  return function(A) {
@@ -2392,7 +2392,7 @@ var eC = Object.prototype, FQ = eC.hasOwnProperty, NQ = eC.propertyIsEnumerable,
2392
2392
  function LQ() {
2393
2393
  return !1;
2394
2394
  }
2395
- var tC = typeof exports == "object" && exports && !exports.nodeType && exports, zg = tC && typeof module == "object" && module && !module.nodeType && module, VQ = zg && zg.exports === tC, Fg = VQ ? Bo.Buffer : void 0, TQ = Fg ? Fg.isBuffer : void 0, li = TQ || LQ, RQ = "[object Arguments]", UQ = "[object Array]", GQ = "[object Boolean]", YQ = "[object Date]", jQ = "[object Error]", KQ = "[object Function]", HQ = "[object Map]", ZQ = "[object Number]", WQ = "[object Object]", XQ = "[object RegExp]", JQ = "[object Set]", qQ = "[object String]", _Q = "[object WeakMap]", $Q = "[object ArrayBuffer]", ew = "[object DataView]", Aw = "[object Float32Array]", tw = "[object Float64Array]", nw = "[object Int8Array]", ow = "[object Int16Array]", sw = "[object Int32Array]", aw = "[object Uint8Array]", rw = "[object Uint8ClampedArray]", lw = "[object Uint16Array]", iw = "[object Uint32Array]", Tt = {};
2395
+ var tC = typeof exports == "object" && exports && !exports.nodeType && exports, zg = tC && typeof module == "object" && module && !module.nodeType && module, VQ = zg && zg.exports === tC, Fg = VQ ? po.Buffer : void 0, TQ = Fg ? Fg.isBuffer : void 0, li = TQ || LQ, RQ = "[object Arguments]", UQ = "[object Array]", GQ = "[object Boolean]", YQ = "[object Date]", jQ = "[object Error]", KQ = "[object Function]", HQ = "[object Map]", ZQ = "[object Number]", WQ = "[object Object]", XQ = "[object RegExp]", JQ = "[object Set]", qQ = "[object String]", _Q = "[object WeakMap]", $Q = "[object ArrayBuffer]", ew = "[object DataView]", Aw = "[object Float32Array]", tw = "[object Float64Array]", nw = "[object Int8Array]", ow = "[object Int16Array]", sw = "[object Int32Array]", aw = "[object Uint8Array]", rw = "[object Uint8ClampedArray]", lw = "[object Uint16Array]", iw = "[object Uint32Array]", Tt = {};
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) {
@@ -2530,7 +2530,7 @@ Go.prototype.delete = Lw;
2530
2530
  Go.prototype.get = Vw;
2531
2531
  Go.prototype.has = Tw;
2532
2532
  Go.prototype.set = Rw;
2533
- var _a = Ms(Bo, "Map");
2533
+ var _a = Ms(po, "Map");
2534
2534
  function Uw() {
2535
2535
  this.size = 0, this.__data__ = {
2536
2536
  hash: new bs(),
@@ -2660,16 +2660,16 @@ function lb(e, A) {
2660
2660
  }
2661
2661
  return t.set(e, A), this.size = t.size, this;
2662
2662
  }
2663
- function co(e) {
2663
+ function uo(e) {
2664
2664
  var A = this.__data__ = new Go(e);
2665
2665
  this.size = A.size;
2666
2666
  }
2667
- co.prototype.clear = nb;
2668
- co.prototype.delete = ob;
2669
- co.prototype.get = sb;
2670
- co.prototype.has = ab;
2671
- co.prototype.set = lb;
2672
- var lC = typeof exports == "object" && exports && !exports.nodeType && exports, Lg = lC && typeof module == "object" && module && !module.nodeType && module, ib = Lg && Lg.exports === lC, Vg = ib ? Bo.Buffer : void 0;
2667
+ uo.prototype.clear = nb;
2668
+ uo.prototype.delete = ob;
2669
+ uo.prototype.get = sb;
2670
+ uo.prototype.has = ab;
2671
+ uo.prototype.set = lb;
2672
+ var lC = typeof exports == "object" && exports && !exports.nodeType && exports, Lg = lC && typeof module == "object" && module && !module.nodeType && module, ib = Lg && Lg.exports === lC, Vg = ib ? po.Buffer : void 0;
2673
2673
  Vg && Vg.allocUnsafe;
2674
2674
  function cb(e, A) {
2675
2675
  return e.slice();
@@ -2696,7 +2696,7 @@ 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(_a), vb = xs(jc), mb = xs(Ws), Ib = xs(Uc), eo = Ba;
2699
+ var Yc = Ms(po, "DataView"), jc = Ms(po, "Promise"), Ws = Ms(po, "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
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
2701
  var A = Ba(e), t = A == Bb ? e.constructor : void 0, n = t ? xs(t) : "";
2702
2702
  if (n)
@@ -2719,7 +2719,7 @@ function bb(e) {
2719
2719
  var A = e.length, t = new e.constructor(A);
2720
2720
  return A && typeof e[0] == "string" && wb.call(e, "index") && (t.index = e.index, t.input = e.input), t;
2721
2721
  }
2722
- var ii = Bo.Uint8Array;
2722
+ var ii = po.Uint8Array;
2723
2723
  function hu(e) {
2724
2724
  var A = new e.constructor(e.byteLength);
2725
2725
  return new ii(A).set(new ii(e)), A;
@@ -2733,7 +2733,7 @@ function yb(e) {
2733
2733
  var A = new e.constructor(e.source, Db.exec(e));
2734
2734
  return A.lastIndex = e.lastIndex, A;
2735
2735
  }
2736
- var Kg = go ? go.prototype : void 0, Hg = Kg ? Kg.valueOf : void 0;
2736
+ var Kg = fo ? fo.prototype : void 0, Hg = Kg ? Kg.valueOf : void 0;
2737
2737
  function Pb(e) {
2738
2738
  return Hg ? Object(Hg.call(e)) : {};
2739
2739
  }
@@ -2810,7 +2810,7 @@ function Vr(e, A, t, n, o, s) {
2810
2810
  a = Xb(e, c);
2811
2811
  }
2812
2812
  }
2813
- s || (s = new co());
2813
+ s || (s = new uo());
2814
2814
  var B = s.get(e);
2815
2815
  if (B)
2816
2816
  return B;
@@ -2897,7 +2897,7 @@ function Du(e) {
2897
2897
  t[++A] = n;
2898
2898
  }), t;
2899
2899
  }
2900
- var Fh = 1, Nh = 2, Lh = "[object Boolean]", Vh = "[object Date]", Th = "[object Error]", Rh = "[object Map]", Uh = "[object Number]", Gh = "[object RegExp]", Yh = "[object Set]", jh = "[object String]", Kh = "[object Symbol]", Hh = "[object ArrayBuffer]", Zh = "[object DataView]", Jg = go ? go.prototype : void 0, Cc = Jg ? Jg.valueOf : void 0;
2900
+ var Fh = 1, Nh = 2, Lh = "[object Boolean]", Vh = "[object Date]", Th = "[object Error]", Rh = "[object Map]", Uh = "[object Number]", Gh = "[object RegExp]", Yh = "[object Set]", jh = "[object String]", Kh = "[object Symbol]", Hh = "[object ArrayBuffer]", Zh = "[object DataView]", Jg = fo ? fo.prototype : void 0, Cc = Jg ? Jg.valueOf : void 0;
2901
2901
  function Wh(e, A, t, n, o, s, a) {
2902
2902
  switch (t) {
2903
2903
  case Zh:
@@ -2976,15 +2976,15 @@ function AD(e, A, t, n, o, s) {
2976
2976
  a = !0, B = !1;
2977
2977
  }
2978
2978
  if (C && !B)
2979
- return s || (s = new co()), a || oC(e) ? fC(e, A, t, n, o, s) : Wh(e, A, c, t, n, o, s);
2979
+ return s || (s = new uo()), a || oC(e) ? fC(e, A, t, n, o, s) : Wh(e, A, c, t, n, o, s);
2980
2980
  if (!(t & $h)) {
2981
2981
  var u = B && $g.call(e, "__wrapped__"), d = f && $g.call(A, "__wrapped__");
2982
2982
  if (u || d) {
2983
2983
  var E = u ? e.value() : e, v = d ? A.value() : A;
2984
- return s || (s = new co()), o(E, v, t, n, s);
2984
+ return s || (s = new uo()), o(E, v, t, n, s);
2985
2985
  }
2986
2986
  }
2987
- return C ? (s || (s = new co()), _h(e, A, t, n, o, s)) : !1;
2987
+ return C ? (s || (s = new uo()), _h(e, A, t, n, o, s)) : !1;
2988
2988
  }
2989
2989
  function yu(e, A, t, n, o) {
2990
2990
  return e === A ? !0 : e == null || A == null || !ts(e) && !ts(A) ? e !== e && A !== A : AD(e, A, t, n, yu, o);
@@ -3006,7 +3006,7 @@ function oD(e, A, t, n) {
3006
3006
  if (c === void 0 && !(r in e))
3007
3007
  return !1;
3008
3008
  } else {
3009
- var B = new co(), f;
3009
+ var B = new uo(), f;
3010
3010
  if (!(f === void 0 ? yu(g, c, tD | nD, n, B) : f))
3011
3011
  return !1;
3012
3012
  }
@@ -3797,7 +3797,7 @@ const Ea = {
3797
3797
  }
3798
3798
  ]
3799
3799
  }
3800
- }), [s, a] = Co({
3800
+ }), [s, a] = Bo({
3801
3801
  layout: "horizontal",
3802
3802
  showDefaultActions: !1,
3803
3803
  labelWidth: 90,
@@ -4458,12 +4458,12 @@ function bC(e, A, t) {
4458
4458
  A.call(t, e[n], n, e);
4459
4459
  });
4460
4460
  }
4461
- function po(e) {
4461
+ function Eo(e) {
4462
4462
  return e === null;
4463
4463
  }
4464
4464
  function ma(e, A) {
4465
4465
  return function(t) {
4466
- return po(t) ? A : t[e];
4466
+ return Eo(t) ? A : t[e];
4467
4467
  };
4468
4468
  }
4469
4469
  function XD(e, A, t) {
@@ -4569,7 +4569,7 @@ function qD() {
4569
4569
  }
4570
4570
  var oo = "undefined", no = va(oo);
4571
4571
  function Un(e) {
4572
- return po(e) || no(e);
4572
+ return Eo(e) || no(e);
4573
4573
  }
4574
4574
  var SC = /(.+)?\[(\d+)\]$/;
4575
4575
  function ku(e) {
@@ -4600,7 +4600,7 @@ function $D(e, A) {
4600
4600
  }
4601
4601
  var ey = "asc", Ay = "desc";
4602
4602
  function Kc(e, A) {
4603
- return no(e) ? 1 : po(e) ? no(A) ? -1 : 1 : e && e.localeCompare ? e.localeCompare(A) : e > A ? 1 : -1;
4603
+ return no(e) ? 1 : Eo(e) ? no(A) ? -1 : 1 : e && e.localeCompare ? e.localeCompare(A) : e > A ? 1 : -1;
4604
4604
  }
4605
4605
  function ty(e, A, t) {
4606
4606
  return function(n, o) {
@@ -4800,7 +4800,7 @@ function UC(e, A, t) {
4800
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) || !er(A)), s = o ? t : A;
4803
+ var n, o = arguments.length > 1 && (Eo(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;
@@ -4928,7 +4928,7 @@ var Gn = va("number");
4928
4928
  function Dy(e) {
4929
4929
  return Gn(e) && isNaN(e);
4930
4930
  }
4931
- var fo = va("string"), jo = sr("Date"), Yn = parseInt;
4931
+ var Co = 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
  }
@@ -5011,7 +5011,7 @@ function en(e, A) {
5011
5011
  var t = jo(e);
5012
5012
  if (t || !A && /^[0-9]{11,15}$/.test(e))
5013
5013
  return new Date(t ? Ut(e) : Yn(e));
5014
- if (fo(e)) {
5014
+ if (Co(e)) {
5015
5015
  var n = A ? My(e, A) : Py(e);
5016
5016
  if (n.y)
5017
5017
  return n.M && (n.M = ld(n.M) - 1), n.S && (n.S = yy(ld(n.S.substring(0, 3)))), n.Z ? Sy(n) : new Date(n.y, n.M || 0, n.d || 1, n.H || 0, n.m || 0, n.s || 0, n.S || 0);
@@ -5053,7 +5053,7 @@ function sB(e, A) {
5053
5053
  if (t) {
5054
5054
  if (t[e])
5055
5055
  return t[e](n);
5056
- if (fo(t) || bt(t))
5056
+ if (Co(t) || bt(t))
5057
5057
  return A(t, n);
5058
5058
  for (var o in t)
5059
5059
  if (yn(t, o) && n === t[o])
@@ -5065,7 +5065,7 @@ function sB(e, A) {
5065
5065
  var zy = sB("indexOf", JC), aB = sB("lastIndexOf", qC);
5066
5066
  function rB(e) {
5067
5067
  var A = 0;
5068
- return fo(e) || bt(e) ? e.length : (Kt(e, function() {
5068
+ return Co(e) || bt(e) ? e.length : (Kt(e, function() {
5069
5069
  A++;
5070
5070
  }), A);
5071
5071
  }
@@ -5073,10 +5073,10 @@ function Fy(e) {
5073
5073
  return Gn(e) && isFinite(e);
5074
5074
  }
5075
5075
  var lB = function(e) {
5076
- return !po(e) && !isNaN(e) && !bt(e) && e % 1 === 0;
5076
+ return !Eo(e) && !isNaN(e) && !bt(e) && e % 1 === 0;
5077
5077
  };
5078
5078
  function Ny(e) {
5079
- return !po(e) && !isNaN(e) && !bt(e) && !lB(e);
5079
+ return !Eo(e) && !isNaN(e) && !bt(e) && !lB(e);
5080
5080
  }
5081
5081
  var iB = va("boolean"), zu = sr("RegExp"), cB = sr("Error");
5082
5082
  function Ly(e) {
@@ -5093,7 +5093,7 @@ function gB(e) {
5093
5093
  }
5094
5094
  var Ty = sr("Arguments");
5095
5095
  function Ry(e) {
5096
- return !!(e && fo(e.nodeName) && Gn(e.nodeType));
5096
+ return !!(e && Co(e.nodeName) && Gn(e.nodeType));
5097
5097
  }
5098
5098
  var ms = typeof document === oo ? 0 : document;
5099
5099
  function Uy(e) {
@@ -5126,7 +5126,7 @@ function _y(e) {
5126
5126
  function dB(e) {
5127
5127
  return function(A, t, n) {
5128
5128
  if (A && Mn(t)) {
5129
- if (bt(A) || fo(A))
5129
+ if (bt(A) || Co(A))
5130
5130
  return e(A, t, n);
5131
5131
  for (var o in A)
5132
5132
  if (yn(A, o) && t.call(n, A[o], o, A))
@@ -5144,7 +5144,7 @@ var Fu = dB(function(e, A, t) {
5144
5144
  function ci(e, A, t, n, o, s, a) {
5145
5145
  if (e === A)
5146
5146
  return !0;
5147
- if (e && A && !Gn(e) && !Gn(A) && !fo(e) && !fo(A)) {
5147
+ if (e && A && !Gn(e) && !Gn(A) && !Co(e) && !Co(A)) {
5148
5148
  if (zu(e))
5149
5149
  return t("" + e, "" + A, o, s, a);
5150
5150
  if (jo(e) || iB(e))
@@ -5183,7 +5183,7 @@ function eP(e, A, t) {
5183
5183
  }, t) : ci(e, A, Zc);
5184
5184
  }
5185
5185
  function AP(e) {
5186
- return po(e) ? "null" : gB(e) ? "symbol" : jo(e) ? "date" : bt(e) ? "array" : zu(e) ? "regexp" : cB(e) ? "error" : typeof e;
5186
+ return Eo(e) ? "null" : gB(e) ? "symbol" : jo(e) ? "date" : bt(e) ? "array" : zu(e) ? "regexp" : cB(e) ? "error" : typeof e;
5187
5187
  }
5188
5188
  function tP(e) {
5189
5189
  return "" + (Un(e) ? "" : e) + un.keyId++;
@@ -5197,7 +5197,7 @@ var nP = dB(function(e, A, t) {
5197
5197
  function oP(e) {
5198
5198
  if (os(e))
5199
5199
  return e;
5200
- if (fo(e))
5200
+ if (Co(e))
5201
5201
  try {
5202
5202
  return JSON.parse(e);
5203
5203
  } catch {
@@ -5706,7 +5706,7 @@ var VP = OB(zB);
5706
5706
  function Dn(e, A, t) {
5707
5707
  return e.substring(A, t);
5708
5708
  }
5709
- function So(e) {
5709
+ function ko(e) {
5710
5710
  return e.toLowerCase();
5711
5711
  }
5712
5712
  var Qc = {};
@@ -5718,7 +5718,7 @@ function TP(e) {
5718
5718
  });
5719
5719
  return A = t.length, t = t.replace(/([A-Z]+)/g, function(n, o, s) {
5720
5720
  var a = o.length;
5721
- return o = So(o), s ? a > 2 && s + a < A ? Gs(Dn(o, 0, 1)) + Dn(o, 1, a - 1) + Gs(Dn(o, a - 1, a)) : Gs(Dn(o, 0, 1)) + Dn(o, 1, a) : a > 1 && s + a < A ? Dn(o, 0, a - 1) + Gs(Dn(o, a - 1, a)) : o;
5721
+ return o = ko(o), s ? a > 2 && s + a < A ? Gs(Dn(o, 0, 1)) + Dn(o, 1, a - 1) + Gs(Dn(o, a - 1, a)) : Gs(Dn(o, 0, 1)) + Dn(o, 1, a) : a > 1 && s + a < A ? Dn(o, 0, a - 1) + Gs(Dn(o, a - 1, a)) : o;
5722
5722
  }).replace(/(-[a-zA-Z])/g, function(n, o) {
5723
5723
  return Gs(Dn(o, 1, o.length));
5724
5724
  }), Qc[e] = t, t;
@@ -5728,16 +5728,16 @@ function RP(e) {
5728
5728
  if (e = mn(e), wc[e])
5729
5729
  return wc[e];
5730
5730
  if (/^[A-Z]+$/.test(e))
5731
- return So(e);
5731
+ return ko(e);
5732
5732
  var A = e.replace(/^([a-z])([A-Z]+)([a-z]+)$/, function(t, n, o, s) {
5733
5733
  var a = o.length;
5734
- return a > 1 ? n + "-" + So(Dn(o, 0, a - 1)) + "-" + So(Dn(o, a - 1, a)) + s : So(n + "-" + o + s);
5734
+ return a > 1 ? n + "-" + ko(Dn(o, 0, a - 1)) + "-" + ko(Dn(o, a - 1, a)) + s : ko(n + "-" + o + s);
5735
5735
  }).replace(/^([A-Z]+)([a-z]+)?$/, function(t, n, o) {
5736
5736
  var s = n.length;
5737
- return So(Dn(n, 0, s - 1) + "-" + Dn(n, s - 1, s) + (o || ""));
5737
+ return ko(Dn(n, 0, s - 1) + "-" + Dn(n, s - 1, s) + (o || ""));
5738
5738
  }).replace(/([a-z]?)([A-Z]+)([a-z]?)/g, function(t, n, o, s, a) {
5739
5739
  var r = o.length;
5740
- return r > 1 && (n && (n += "-"), s) ? (n || "") + So(Dn(o, 0, r - 1)) + "-" + So(Dn(o, r - 1, r)) + s : (n || "") + (a ? "-" : "") + So(o) + (s || "");
5740
+ return r > 1 && (n && (n += "-"), s) ? (n || "") + ko(Dn(o, 0, r - 1)) + "-" + ko(Dn(o, r - 1, r)) + s : (n || "") + (a ? "-" : "") + ko(o) + (s || "");
5741
5741
  });
5742
5742
  return A = A.replace(/([-]+)/g, function(t, n, o) {
5743
5743
  return o && o + n.length < A.length ? "-" : "";
@@ -5846,7 +5846,7 @@ function qP(e, A) {
5846
5846
  var gi = decodeURIComponent;
5847
5847
  function NB(e) {
5848
5848
  var A, t = {};
5849
- return e && fo(e) && $t(e.split("&"), function(n) {
5849
+ return e && Co(e) && $t(e.split("&"), function(n) {
5850
5850
  A = n.split("="), t[gi(A[0])] = gi(A[1] || "");
5851
5851
  }), t;
5852
5852
  }
@@ -5854,25 +5854,25 @@ var sa = encodeURIComponent;
5854
5854
  function LB(e, A, t) {
5855
5855
  var n, o = [];
5856
5856
  return Kt(e, function(s, a) {
5857
- n = bt(s), os(s) || n ? o = o.concat(LB(s, A + "[" + a + "]", n)) : o.push(sa(A + "[" + (t ? "" : a) + "]") + "=" + sa(po(s) ? "" : s));
5857
+ n = bt(s), os(s) || n ? o = o.concat(LB(s, A + "[" + a + "]", n)) : o.push(sa(A + "[" + (t ? "" : a) + "]") + "=" + sa(Eo(s) ? "" : s));
5858
5858
  }), o;
5859
5859
  }
5860
5860
  function _P(e) {
5861
5861
  var A, t = [];
5862
5862
  return Kt(e, function(n, o) {
5863
- no(n) || (A = bt(n), os(n) || A ? t = t.concat(LB(n, o, A)) : t.push(sa(o) + "=" + sa(po(n) ? "" : n)));
5863
+ no(n) || (A = bt(n), os(n) || A ? t = t.concat(LB(n, o, A)) : t.push(sa(o) + "=" + sa(Eo(n) ? "" : n)));
5864
5864
  }), t.join("&").replace(/%20/g, "+");
5865
5865
  }
5866
- var io = typeof location === oo ? 0 : location;
5866
+ var co = typeof location === oo ? 0 : location;
5867
5867
  function VB() {
5868
- return io ? io.origin || io.protocol + "//" + io.host : "";
5868
+ return co ? co.origin || co.protocol + "//" + co.host : "";
5869
5869
  }
5870
5870
  function Ed(e) {
5871
5871
  return NB(e.split("?")[1] || "");
5872
5872
  }
5873
5873
  function TB(e) {
5874
5874
  var A, t, n, o, s = "" + e;
5875
- return s.indexOf("//") === 0 ? s = (io ? io.protocol : "") + s : s.indexOf("/") === 0 && (s = VB() + s), n = s.replace(/#.*/, "").match(/(\?.*)/), o = {
5875
+ return s.indexOf("//") === 0 ? s = (co ? co.protocol : "") + s : s.indexOf("/") === 0 && (s = VB() + s), n = s.replace(/#.*/, "").match(/(\?.*)/), o = {
5876
5876
  href: s,
5877
5877
  hash: "",
5878
5878
  host: "",
@@ -5889,14 +5889,14 @@ function TB(e) {
5889
5889
  }), A = o.hash.match(/#((.*)\?|(.*))/), o.pathname = o.path.replace(/(\?|#.*).*/, ""), o.origin = o.protocol + "//" + o.host, o.hashKey = A && (A[2] || A[1]) || "", o.hashQuery = Ed(o.hash), o.searchQuery = Ed(o.search), o;
5890
5890
  }
5891
5891
  function $P() {
5892
- if (io) {
5893
- var e = io.pathname, A = aB(e, "/") + 1;
5892
+ if (co) {
5893
+ var e = co.pathname, A = aB(e, "/") + 1;
5894
5894
  return VB() + (A === e.length ? e : e.substring(0, A));
5895
5895
  }
5896
5896
  return "";
5897
5897
  }
5898
5898
  function ex() {
5899
- return io ? TB(io.href) : {};
5899
+ return co ? TB(co.href) : {};
5900
5900
  }
5901
5901
  function vd(e, A) {
5902
5902
  var t = parseFloat(A), n = ki(), o = Ut(n);
@@ -6065,7 +6065,7 @@ on(l, {
6065
6065
  isInteger: lB,
6066
6066
  isFunction: Mn,
6067
6067
  isBoolean: iB,
6068
- isString: fo,
6068
+ isString: Co,
6069
6069
  isNumber: Gn,
6070
6070
  isRegExp: zu,
6071
6071
  isObject: er,
@@ -6074,7 +6074,7 @@ on(l, {
6074
6074
  isError: cB,
6075
6075
  isTypeError: Ly,
6076
6076
  isEmpty: uB,
6077
- isNull: po,
6077
+ isNull: Eo,
6078
6078
  isSymbol: gB,
6079
6079
  isArguments: Ty,
6080
6080
  isElement: Ry,
@@ -6362,7 +6362,7 @@ const ot = {
6362
6362
  Left: ot.ARROW_LEFT,
6363
6363
  Right: ot.ARROW_RIGHT
6364
6364
  }, Ap = $c.firefox ? "DOMMouseScroll" : "mousewheel", eu = [];
6365
- function Do(e) {
6365
+ function yo(e) {
6366
6366
  const A = e.type === Ap;
6367
6367
  eu.forEach(({ type: t, cb: n }) => {
6368
6368
  e.cancelBubble || (t === e.type || A && t === "mousewheel") && n(e);
@@ -6423,7 +6423,7 @@ const $A = (e, A, t) => (e instanceof yd && (e = e.$event), new yd(e, A, t)), He
6423
6423
  return A = A.toLowerCase(), t ? A === t.toLowerCase() || !!(Dd[t] && Dd[t].toLowerCase() === A) : !1;
6424
6424
  }
6425
6425
  };
6426
- $c.isDoc && ($c.msie || (window.addEventListener("copy", Do, !1), window.addEventListener("cut", Do, !1), window.addEventListener("paste", Do, !1)), document.addEventListener("keydown", Do, !1), document.addEventListener("contextmenu", Do, !1), window.addEventListener("mousedown", Do, !1), window.addEventListener("blur", Do, !1), window.addEventListener("resize", Do, !1), window.addEventListener(Ap, l.throttle(Do, 100, { leading: !0, trailing: !1 }), { passive: !0, capture: !1 }));
6426
+ $c.isDoc && ($c.msie || (window.addEventListener("copy", yo, !1), window.addEventListener("cut", yo, !1), window.addEventListener("paste", yo, !1)), document.addEventListener("keydown", yo, !1), document.addEventListener("contextmenu", yo, !1), window.addEventListener("mousedown", yo, !1), window.addEventListener("blur", yo, !1), window.addEventListener("resize", yo, !1), window.addEventListener(Ap, l.throttle(yo, 100, { leading: !0, trailing: !1 }), { passive: !0, capture: !1 }));
6427
6427
  let Pd;
6428
6428
  const Bs = [], ix = 500;
6429
6429
  function cx() {
@@ -8575,7 +8575,7 @@ const kd = "scrollIntoViewIfNeeded", Od = "scrollIntoView";
8575
8575
  function Nx(e) {
8576
8576
  e && (e[kd] ? e[kd]() : e[Od] && e[Od]());
8577
8577
  }
8578
- function Eo(e, A, t) {
8578
+ function vo(e, A, t) {
8579
8579
  const { placement: n, teleportTo: o, marginSize: s } = Object.assign({ teleportTo: !1, marginSize: 18 }, t);
8580
8580
  let a = "bottom", r = "", c = "", g = "";
8581
8581
  const B = "";
@@ -9404,7 +9404,7 @@ const xt = WA({
9404
9404
  Je ? u.panelIndex = l.toNumber(Je) : u.panelIndex < cn() && (u.panelIndex = An());
9405
9405
  }, $ = () => {
9406
9406
  const { placement: Qe } = e, { panelIndex: Je } = u, Ze = v.value, nA = p.value, dA = x.value, We = U.value, iA = () => {
9407
- const fA = Eo(Ze, nA, {
9407
+ const fA = vo(Ze, nA, {
9408
9408
  placement: We.placement || Qe,
9409
9409
  teleportTo: dA
9410
9410
  }), BA = Object.assign(fA.style, {
@@ -10290,7 +10290,7 @@ function Jx(e, A, t, n) {
10290
10290
  endValue: B
10291
10291
  };
10292
10292
  }
10293
- const qx = (e, A) => `${e}` == "1" && `${A}` == "12", { menus: _x, getConfig: yo, getI18n: Xo } = rA, qr = WA({
10293
+ const qx = (e, A) => `${e}` == "1" && `${A}` == "12", { menus: _x, getConfig: Po, getI18n: Xo } = rA, qr = WA({
10294
10294
  name: "VxeCalendar",
10295
10295
  props: {
10296
10296
  modelValue: [String, Number, Date],
@@ -10301,7 +10301,7 @@ const qx = (e, A) => `${e}` == "1" && `${A}` == "12", { menus: _x, getConfig: yo
10301
10301
  className: String,
10302
10302
  size: {
10303
10303
  type: String,
10304
- default: () => yo().calendar.size || yo().size
10304
+ default: () => Po().calendar.size || Po().size
10305
10305
  },
10306
10306
  multiple: Boolean,
10307
10307
  width: [String, Number],
@@ -10309,32 +10309,32 @@ const qx = (e, A) => `${e}` == "1" && `${A}` == "12", { menus: _x, getConfig: yo
10309
10309
  // date、week、month、quarter、year
10310
10310
  minDate: {
10311
10311
  type: [String, Number, Date],
10312
- default: () => yo().calendar.minDate
10312
+ default: () => Po().calendar.minDate
10313
10313
  },
10314
10314
  maxDate: {
10315
10315
  type: [String, Number, Date],
10316
- default: () => yo().calendar.maxDate
10316
+ default: () => Po().calendar.maxDate
10317
10317
  },
10318
10318
  startDay: {
10319
10319
  type: [String, Number],
10320
- default: () => yo().calendar.startDay
10320
+ default: () => Po().calendar.startDay
10321
10321
  },
10322
10322
  labelFormat: String,
10323
10323
  valueFormat: String,
10324
10324
  festivalMethod: {
10325
10325
  type: Function,
10326
- default: () => yo().calendar.festivalMethod
10326
+ default: () => Po().calendar.festivalMethod
10327
10327
  },
10328
10328
  disabledMethod: {
10329
10329
  type: Function,
10330
- default: () => yo().calendar.disabledMethod
10330
+ default: () => Po().calendar.disabledMethod
10331
10331
  },
10332
10332
  cellStyle: [Object, Function],
10333
10333
  menuConfig: Object,
10334
10334
  // week
10335
10335
  selectDay: {
10336
10336
  type: [String, Number],
10337
- default: () => yo().calendar.selectDay
10337
+ default: () => Po().calendar.selectDay
10338
10338
  }
10339
10339
  },
10340
10340
  emits: [
@@ -10373,7 +10373,7 @@ const qx = (e, A) => `${e}` == "1" && `${A}` == "12", { menus: _x, getConfig: yo
10373
10373
  }, B = h(() => {
10374
10374
  const { height: D, width: Y } = e, te = {};
10375
10375
  return Y && (te.width = LA(Y)), D && (te.height = LA(D)), te;
10376
- }), f = h(() => !1), C = h(() => ["date", "week", "month", "quarter", "year"].indexOf(e.type) > -1), u = h(() => e.minDate ? l.toStringDate(e.minDate) : null), d = h(() => e.maxDate ? l.toStringDate(e.maxDate) : null), E = h(() => ["date", "week", "month", "quarter", "year"].indexOf(e.type) > -1), v = h(() => Object.assign({}, yo().calendar.menuConfig, e.menuConfig)), p = h(() => {
10376
+ }), f = h(() => !1), C = h(() => ["date", "week", "month", "quarter", "year"].indexOf(e.type) > -1), u = h(() => e.minDate ? l.toStringDate(e.minDate) : null), d = h(() => e.maxDate ? l.toStringDate(e.maxDate) : null), E = h(() => ["date", "week", "month", "quarter", "year"].indexOf(e.type) > -1), v = h(() => Object.assign({}, Po().calendar.menuConfig, e.menuConfig)), p = h(() => {
10377
10377
  const { multiple: D } = e, { selectValue: Y } = s, te = C.value, R = w.value;
10378
10378
  return D && Y && te ? l.toValueString(Y).split(",").map((X) => {
10379
10379
  const V = se(X, R);
@@ -11589,7 +11589,7 @@ function Ao(e) {
11589
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
- const uo = WA({
11592
+ const go = WA({
11593
11593
  name: "VxeInput",
11594
11594
  props: {
11595
11595
  modelValue: [String, Number, Date],
@@ -12309,7 +12309,7 @@ const uo = WA({
12309
12309
  OA ? oA = l.getWhatDay(oA, -1) : VA ? oA = l.getWhatWeek(oA, -1, HA) : At ? oA = l.getWhatDay(oA, 1) : ZA && (oA = l.getWhatWeek(oA, 1, HA)), st(oA);
12310
12310
  }
12311
12311
  }
12312
- }, mo = (F) => {
12312
+ }, Io = (F) => {
12313
12313
  const { isActivated: ye } = u;
12314
12314
  if (ye) {
12315
12315
  const Ne = He.hasKey(F, ot.PAGE_UP);
@@ -12325,7 +12325,7 @@ const uo = WA({
12325
12325
  }));
12326
12326
  }, Xn = () => {
12327
12327
  u.panelIndex < cn() && (u.panelIndex = An());
12328
- }, Io = () => Ge().then(() => {
12328
+ }, Qo = () => Ge().then(() => {
12329
12329
  const { placement: F } = e, { panelIndex: ye } = u, Ne = v.value, gA = p.value, OA = I.value;
12330
12330
  if (Ne && gA) {
12331
12331
  const VA = Ne.offsetHeight, At = Ne.offsetWidth, ZA = gA.offsetHeight, oA = gA.offsetWidth, HA = 5, it = {
@@ -12347,26 +12347,26 @@ const uo = WA({
12347
12347
  const { visiblePanel: F } = u, { hpTimeout: ye } = d, Ne = M.value, gA = $.value;
12348
12348
  return !Ne && !F ? (u.initialized || (u.initialized = !0), ye && (clearTimeout(ye), d.hpTimeout = void 0), u.isActivated = !0, u.isAniVisible = !0, gA && cs(), setTimeout(() => {
12349
12349
  u.visiblePanel = !0;
12350
- }, 10), Xn(), Io()) : Ge();
12350
+ }, 10), Xn(), Qo()) : Ge();
12351
12351
  }, ao = (F) => {
12352
12352
  le.value || (F.preventDefault(), Jn());
12353
12353
  }, Ko = (F) => {
12354
12354
  R(F);
12355
- }, Qo = (F) => {
12355
+ }, wo = (F) => {
12356
12356
  const { visiblePanel: ye, isActivated: Ne } = u, gA = $.value, OA = E.value, VA = m.value;
12357
12357
  !M.value && Ne && (u.isActivated = Ct(F, OA).flag || Ct(F, VA).flag, u.isActivated || (gA ? ye && (Ue(), Xe()) : Xe()));
12358
- }, wo = (F) => {
12358
+ }, bo = (F) => {
12359
12359
  const { clearable: ye } = e, { visiblePanel: Ne } = u, gA = M.value, OA = $.value;
12360
12360
  if (!gA) {
12361
12361
  const VA = He.hasKey(F, ot.TAB), At = He.hasKey(F, ot.DELETE), ZA = He.hasKey(F, ot.ESCAPE), oA = He.hasKey(F, ot.ENTER), HA = He.hasKey(F, ot.ARROW_LEFT), it = He.hasKey(F, ot.ARROW_UP), rt = He.hasKey(F, ot.ARROW_RIGHT), ht = He.hasKey(F, ot.ARROW_DOWN), kn = He.hasKey(F, ot.PAGE_UP), hn = He.hasKey(F, ot.PAGE_DOWN), Nn = HA || it || rt || ht;
12362
12362
  let Xt = u.isActivated;
12363
- VA ? (Xt && Xe(), Xt = !1, u.isActivated = Xt) : Nn ? OA && Xt && (Ne ? is(F) : (it || ht) && ao(F)) : oA ? OA && (Ne ? u.datePanelValue ? JA(u.datePanelValue) : Ue() : Xt && ao(F)) : (kn || hn) && OA && Xt && mo(F), VA || ZA ? Ne && Ue() : At && ye && Xt && je(F, null);
12363
+ VA ? (Xt && Xe(), Xt = !1, u.isActivated = Xt) : Nn ? OA && Xt && (Ne ? is(F) : (it || ht) && ao(F)) : oA ? OA && (Ne ? u.datePanelValue ? JA(u.datePanelValue) : Ue() : Xt && ao(F)) : (kn || hn) && OA && Xt && Io(F), VA || ZA ? Ne && Ue() : At && ye && Xt && je(F, null);
12364
12364
  }
12365
- }, bo = (F) => {
12365
+ }, ho = (F) => {
12366
12366
  const { visiblePanel: ye } = u;
12367
12367
  if (!M.value && ye) {
12368
12368
  const gA = m.value;
12369
- Ct(F, gA).flag ? Io() : (Ue(), Xe());
12369
+ Ct(F, gA).flag ? Qo() : (Ue(), Xe());
12370
12370
  }
12371
12371
  }, Ho = () => {
12372
12372
  const { isActivated: F, visiblePanel: ye } = u;
@@ -12783,7 +12783,7 @@ const uo = WA({
12783
12783
  }, `${OA}`) : Oe()
12784
12784
  ])
12785
12785
  ]) : Oe();
12786
- }, ho = () => {
12786
+ }, Do = () => {
12787
12787
  const { suffixIcon: F } = e, { inputValue: ye } = u, Ne = t.suffix, gA = N.value, OA = M.value, VA = z.value, At = $.value, ZA = K.value, oA = ie.value, HA = we.value, it = ZA || VA || At || oA, rt = F || gA.icon, ht = gA.content;
12788
12788
  return HA || Ne || rt || ht || it ? i("div", {
12789
12789
  class: ["vxe-input--suffix", {
@@ -12831,7 +12831,7 @@ const uo = WA({
12831
12831
  },
12832
12832
  showPanel: Jn,
12833
12833
  hidePanel: Ue,
12834
- updatePlacement: Io
12834
+ updatePlacement: Qo
12835
12835
  }, Object.assign(x, y);
12836
12836
  const Er = () => {
12837
12837
  const { className: F, controls: ye, type: Ne, title: gA, align: OA, showWordCount: VA, countMethod: At, name: ZA, autoComplete: oA, autocomplete: HA } = e, { inputValue: it, visiblePanel: rt, isActivated: ht } = u, kn = C.value, hn = M.value;
@@ -12840,7 +12840,7 @@ const uo = WA({
12840
12840
  ref: E,
12841
12841
  class: ["vxe-input--readonly", `type--${Ne}`, F]
12842
12842
  }, it);
12843
- const Xt = G.value, _n = j.value, vr = le.value, Zi = Q.value, QE = Se.value, wE = qe.value, bE = we.value, dg = VA && ["text", "search"].includes(Ne), fg = Hi(), Cg = ho();
12843
+ const Xt = G.value, _n = j.value, vr = le.value, Zi = Q.value, QE = Se.value, wE = qe.value, bE = we.value, dg = VA && ["text", "search"].includes(Ne), fg = Hi(), Cg = Do();
12844
12844
  return i("div", {
12845
12845
  ref: E,
12846
12846
  class: ["vxe-input", `type--${Ne}`, F, {
@@ -12911,7 +12911,7 @@ const uo = WA({
12911
12911
  const { type: F } = e;
12912
12912
  ["date", "time", "datetime", "week", "month", "quarter", "year"].includes(F) ? vn("vxe.error.useNew", [`<vxe-input type="${F}" ... />`, `<vxe-date-picker type="${F}" ... />`]) : ["number", "integer", "float"].includes(F) ? vn("vxe.error.useNew", [`<vxe-input type="${F}" ... />`, `<vxe-number-input type="${F}" ... />`]) : ["password"].includes(F) && vn("vxe.error.useNew", [`<vxe-input type="${F}" ... />`, "<vxe-password-input ... />"]);
12913
12913
  const ye = v.value;
12914
- ye && ye.addEventListener("wheel", Ie, { passive: !1 }), He.on(x, "mousewheel", bo), He.on(x, "mousedown", Qo), He.on(x, "keydown", wo), He.on(x, "blur", Ho);
12914
+ ye && ye.addEventListener("wheel", Ie, { passive: !1 }), He.on(x, "mousewheel", ho), He.on(x, "mousedown", wo), He.on(x, "keydown", bo), He.on(x, "blur", Ho);
12915
12915
  }), sn(() => {
12916
12916
  NA(), Xe();
12917
12917
  const F = v.value;
@@ -13082,7 +13082,7 @@ const Al = WA({
13082
13082
  We ? p.panelIndex = We : p.panelIndex < cn() && (p.panelIndex = An());
13083
13083
  }, se = () => {
13084
13084
  const { placement: We } = e, { panelIndex: iA } = p, fA = f.value, BA = E.value, AA = y.value, CA = () => {
13085
- const IA = Eo(fA, BA, {
13085
+ const IA = vo(fA, BA, {
13086
13086
  placement: We,
13087
13087
  teleportTo: AA
13088
13088
  }), UA = Object.assign(IA.style, {
@@ -13189,7 +13189,7 @@ const Al = WA({
13189
13189
  "is--active": et
13190
13190
  }]
13191
13191
  }, [
13192
- i(uo, {
13192
+ i(go, {
13193
13193
  ref: C,
13194
13194
  clearable: e.clearable,
13195
13195
  placeholder: BA ? bA("vxe.select.loadingText") : e.placeholder,
@@ -13229,7 +13229,7 @@ const Al = WA({
13229
13229
  AA ? i("div", {
13230
13230
  class: "vxe-cascader--panel-search"
13231
13231
  }, [
13232
- i(uo, {
13232
+ i(go, {
13233
13233
  ref: u,
13234
13234
  class: "vxe-cascader-search--input",
13235
13235
  modelValue: Se,
@@ -14693,7 +14693,7 @@ const Fo = WA({
14693
14693
  w.panelIndex < cn() && (w.panelIndex = An());
14694
14694
  }, _ = () => {
14695
14695
  const { placement: be } = e, { panelIndex: Z } = w, D = f.value, Y = u.value, te = N.value, R = () => {
14696
- const X = Eo(D, Y, {
14696
+ const X = vo(D, Y, {
14697
14697
  placement: be,
14698
14698
  teleportTo: te
14699
14699
  }), V = Object.assign(X.style, {
@@ -15089,7 +15089,7 @@ const Fo = WA({
15089
15089
  i("div", {
15090
15090
  class: "vxe-color-picker--input-wrapper"
15091
15091
  }, [
15092
- i(uo, {
15092
+ i(go, {
15093
15093
  type: "text",
15094
15094
  size: "mini",
15095
15095
  align: "center",
@@ -17222,7 +17222,7 @@ const gl = WA({
17222
17222
  Se ? f.panelIndex = l.toNumber(Se) : f.panelIndex < cn() && (f.panelIndex = An());
17223
17223
  }, nA = () => {
17224
17224
  const { placement: le } = e, { panelIndex: Se } = f, qe = d.value, _e = E.value, be = w.value, Z = U.value, D = () => {
17225
- const Y = Eo(qe, _e, {
17225
+ const Y = vo(qe, _e, {
17226
17226
  placement: Z.placement || le,
17227
17227
  teleportTo: be
17228
17228
  }), te = Object.assign(Y.style, {
@@ -17901,7 +17901,7 @@ const dl = WA({
17901
17901
  X ? f.panelIndex = l.toNumber(X) : f.panelIndex < cn() && (f.panelIndex = An());
17902
17902
  }, PA = () => {
17903
17903
  const { placement: R } = e, { panelIndex: X } = f, V = d.value, ee = E.value, ne = y.value, Ee = $.value, ve = () => {
17904
- const ze = Eo(V, ee, {
17904
+ const ze = vo(V, ee, {
17905
17905
  placement: Ee.placement || R,
17906
17906
  teleportTo: ne
17907
17907
  }), Ue = Object.assign(ze.style, {
@@ -19222,7 +19222,7 @@ function Hd(e, A) {
19222
19222
  i(`${o}`, Object.assign(Object.assign(Object.assign({ class: `vxe-default-${o}` }, s), { value: s && o === "input" && (s.type === "submit" || s.type === "reset") ? null : a }), Pp(e, A)))
19223
19223
  ];
19224
19224
  }
19225
- function Po(e, A) {
19225
+ function xo(e, A) {
19226
19226
  const { data: t, field: n } = A, o = l.get(t, n);
19227
19227
  return [
19228
19228
  i(Vn(e), Object.assign(Object.assign({}, pn(e, A, o)), Bn(e, A)))
@@ -19302,23 +19302,23 @@ Zt.mixin({
19302
19302
  },
19303
19303
  VxeInput: {
19304
19304
  formItemAutoFocus: "input",
19305
- renderFormItemContent: Po
19305
+ renderFormItemContent: xo
19306
19306
  },
19307
19307
  VxeNumberInput: {
19308
19308
  formItemAutoFocus: "input",
19309
- renderFormItemContent: Po
19309
+ renderFormItemContent: xo
19310
19310
  },
19311
19311
  VxePasswordInput: {
19312
19312
  formItemAutoFocus: "input",
19313
- renderFormItemContent: Po
19313
+ renderFormItemContent: xo
19314
19314
  },
19315
19315
  VxeTextarea: {
19316
19316
  formItemAutoFocus: "textarea",
19317
- renderFormItemContent: Po
19317
+ renderFormItemContent: xo
19318
19318
  },
19319
19319
  VxeDatePicker: {
19320
19320
  formItemAutoFocus: "input",
19321
- renderFormItemContent: Po
19321
+ renderFormItemContent: xo
19322
19322
  },
19323
19323
  VxeDateRangePicker: {
19324
19324
  formItemAutoFocus: "input",
@@ -19409,13 +19409,13 @@ Zt.mixin({
19409
19409
  renderFormItemContent: Wd
19410
19410
  },
19411
19411
  VxeSwitch: {
19412
- renderFormItemContent: Po
19412
+ renderFormItemContent: xo
19413
19413
  },
19414
19414
  VxeRate: {
19415
- renderFormItemContent: Po
19415
+ renderFormItemContent: xo
19416
19416
  },
19417
19417
  VxeSlider: {
19418
- renderFormItemContent: Po
19418
+ renderFormItemContent: xo
19419
19419
  },
19420
19420
  VxeImage: {
19421
19421
  renderFormItemContent(e, A) {
@@ -19434,7 +19434,7 @@ Zt.mixin({
19434
19434
  }
19435
19435
  },
19436
19436
  VxeUpload: {
19437
- renderFormItemContent: Po
19437
+ renderFormItemContent: xo
19438
19438
  },
19439
19439
  // 以下已废弃
19440
19440
  $input: {
@@ -20267,7 +20267,7 @@ const vl = WA({
20267
20267
  B.panelIndex < cn() && (B.panelIndex = An());
20268
20268
  }, k = () => {
20269
20269
  const { placement: Ae } = e, { panelIndex: oe } = B, Be = C.value, ce = d.value, he = w.value, Pe = S.value, pe = () => {
20270
- const xe = Eo(Be, ce, {
20270
+ const xe = vo(Be, ce, {
20271
20271
  placement: Pe.placement || Ae,
20272
20272
  teleportTo: he
20273
20273
  }), Le = Object.assign(xe.style, {
@@ -21152,13 +21152,13 @@ const _M = Object.assign(Ka, {
21152
21152
  rA.previewImage = ng;
21153
21153
  KA.use(_M);
21154
21154
  rA.component(Ka);
21155
- const tr = Object.assign(uo, {
21155
+ const tr = Object.assign(go, {
21156
21156
  install(e) {
21157
- e.component(uo.name, uo);
21157
+ e.component(go.name, go);
21158
21158
  }
21159
21159
  });
21160
21160
  KA.use(tr);
21161
- rA.component(uo);
21161
+ rA.component(go);
21162
21162
  const Il = WA({
21163
21163
  name: "VxeLayoutAside",
21164
21164
  props: {
@@ -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 = [], Oa = "data-vxe-lock-scroll", nf = "--vxe-ui-modal-lock-scroll-view-width", xl = WA({
22093
+ const zo = [], 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,
@@ -22328,7 +22328,7 @@ const Oo = [], kc = [], Oc = [], Oa = "data-vxe-lock-scroll", nf = "--vxe-ui-mod
22328
22328
  });
22329
22329
  });
22330
22330
  }, z = () => {
22331
- Oo.indexOf(O) > -1 && l.remove(Oo, (Ke) => Ke === O);
22331
+ zo.indexOf(O) > -1 && l.remove(zo, (Ke) => Ke === O);
22332
22332
  }, j = () => {
22333
22333
  const { type: Ke } = e, le = Ke === "notification" ? Oc : kc;
22334
22334
  le.indexOf(O) > -1 && l.remove(le, (Se) => Se === O), U();
@@ -22392,7 +22392,7 @@ const Oo = [], kc = [], Oc = [], Oa = "data-vxe-lock-scroll", nf = "--vxe-ui-mod
22392
22392
  }
22393
22393
  }, q = () => {
22394
22394
  const Ke = y.value, { minimizeLayout: le, minimizeMaxSize: Se, minimizeHorizontalOffset: qe, minimizeVerticalOffset: _e, minimizeOffsetMethod: be } = Ke, Z = le === "horizontal", D = B.zoomStatus, Y = [], te = [];
22395
- Oo.forEach((X) => {
22395
+ zo.forEach((X) => {
22396
22396
  X.xID !== O.xID && X.props.type === "modal" && X.reactData.zoomStatus === "minimize" && (X.getComputeMaps().computeZoomOpts.value.minimizeLayout === "horizontal" ? Y.push(X) : te.push(X));
22397
22397
  });
22398
22398
  const R = Z ? Y : te;
@@ -22487,7 +22487,7 @@ const Oo = [], kc = [], Oc = [], Oa = "data-vxe-lock-scroll", nf = "--vxe-ui-mod
22487
22487
  }
22488
22488
  }, oe = () => {
22489
22489
  const { remember: Ke, showFooter: le } = e, { initialized: Se, visible: qe } = B, _e = b.value;
22490
- return Se || (B.initialized = !0), qe || (Ae(), B.visible = !0, B.contentVisible = !1, M(), Oo.push(O), setTimeout(() => {
22490
+ return Se || (B.initialized = !0), qe || (Ae(), B.visible = !0, B.contentVisible = !1, M(), zo.push(O), setTimeout(() => {
22491
22491
  B.contentVisible = !0, Ge(() => {
22492
22492
  if (le) {
22493
22493
  const D = E.value, Y = v.value, te = D || Y;
@@ -22517,7 +22517,7 @@ const Oo = [], kc = [], Oc = [], Oa = "data-vxe-lock-scroll", nf = "--vxe-ui-mod
22517
22517
  Ke || b.value && H();
22518
22518
  }, Pe = (Ke) => {
22519
22519
  if (He.hasKey(Ke, ot.ESCAPE)) {
22520
- const Se = l.max(Oo, (qe) => qe.reactData.modalZindex);
22520
+ const Se = l.max(zo, (qe) => qe.reactData.modalZindex);
22521
22521
  Se && setTimeout(() => {
22522
22522
  if (Se === O && Se.props.escClosable) {
22523
22523
  const qe = "exit";
@@ -22583,7 +22583,7 @@ const Oo = [], kc = [], Oc = [], Oa = "data-vxe-lock-scroll", nf = "--vxe-ui-mod
22583
22583
  return Ge();
22584
22584
  }, dA = () => {
22585
22585
  const { modalZindex: Ke } = B;
22586
- Oo.some((le) => le.reactData.visible && le.reactData.modalZindex > Ke) && M();
22586
+ zo.some((le) => le.reactData.visible && le.reactData.modalZindex > Ke) && M();
22587
22587
  }, We = (Ke) => {
22588
22588
  const { storage: le } = e, { zoomStatus: Se } = B, qe = l.toNumber(e.marginSize), _e = I();
22589
22589
  if (_e && Se !== "maximize" && Ke.button === 0 && !Ct(Ke, _e, "trigger--btn").flag) {
@@ -22859,7 +22859,7 @@ const Oo = [], kc = [], Oc = [], Oa = "data-vxe-lock-scroll", nf = "--vxe-ui-mod
22859
22859
  function cS(e) {
22860
22860
  return cr(), new Promise((A) => {
22861
22861
  const t = Object.assign({}, e);
22862
- if (t.id && Oo.some((n) => n.props.id === t.id))
22862
+ if (t.id && zo.some((n) => n.props.id === t.id))
22863
22863
  A("exist");
22864
22864
  else {
22865
22865
  const n = t.onHide, o = Object.assign(t, {
@@ -22875,10 +22875,10 @@ function cS(e) {
22875
22875
  });
22876
22876
  }
22877
22877
  function Sp(e) {
22878
- return l.find(Oo, (A) => A.props.id === e);
22878
+ return l.find(zo, (A) => A.props.id === e);
22879
22879
  }
22880
22880
  function uS(e) {
22881
- const A = e ? [Sp(e)] : Oo, t = [];
22881
+ const A = e ? [Sp(e)] : zo, t = [];
22882
22882
  return A.forEach((n) => {
22883
22883
  n && t.push(n.close());
22884
22884
  }), Promise.all(t);
@@ -23440,7 +23440,7 @@ const Za = WA({
23440
23440
  fe ? p.panelIndex = l.toNumber(fe) : p.panelIndex < cn() && (p.panelIndex = An());
23441
23441
  }, Qe = () => {
23442
23442
  const { placement: re } = e, { panelIndex: fe } = p, ke = B.value, Ye = d.value, sA = S.value, $e = G.value, pA = () => {
23443
- const RA = Eo(ke, Ye, {
23443
+ const RA = vo(ke, Ye, {
23444
23444
  placement: $e.placement || re,
23445
23445
  teleportTo: sA
23446
23446
  }), NA = Object.assign(RA.style, {
@@ -23846,7 +23846,7 @@ const Za = WA({
23846
23846
  class: "vxe-select-slots",
23847
23847
  ref: "hideOption"
23848
23848
  }, ft ? ft({}) : []),
23849
- i(uo, {
23849
+ i(go, {
23850
23850
  ref: f,
23851
23851
  clearable: e.clearable,
23852
23852
  placeholder: JA,
@@ -23888,7 +23888,7 @@ const Za = WA({
23888
23888
  Ye ? i("div", {
23889
23889
  class: "vxe-select--panel-search"
23890
23890
  }, [
23891
- i(uo, {
23891
+ i(go, {
23892
23892
  ref: C,
23893
23893
  class: "vxe-select-search--input",
23894
23894
  modelValue: p.searchValue,
@@ -25191,7 +25191,7 @@ const Ll = WA({
25191
25191
  ie ? B.panelIndex = l.toNumber(ie) : B.panelIndex < cn() && (B.panelIndex = An());
25192
25192
  }, x = () => B.visiblePanel, y = () => {
25193
25193
  const { placement: K } = e, { panelIndex: ie } = B, _ = u.value, De = d.value, we = E.value, se = v.value, Me = () => {
25194
- const q = Eo(_, De, {
25194
+ const q = vo(_, De, {
25195
25195
  placement: se.placement || K,
25196
25196
  teleportTo: we
25197
25197
  }), ue = Object.assign(q.style, {
@@ -27201,7 +27201,7 @@ const Zl = WA({
27201
27201
  CA ? p.panelIndex = l.toNumber(CA) : p.panelIndex < cn() && (p.panelIndex = An());
27202
27202
  }, oe = () => {
27203
27203
  const { placement: AA } = e, { panelIndex: CA } = p, IA = C.value, UA = E.value, PA = y.value, et = M.value, Ke = () => {
27204
- const le = Eo(IA, UA, {
27204
+ const le = vo(IA, UA, {
27205
27205
  placement: et.placement || AA,
27206
27206
  teleportTo: PA
27207
27207
  }), Se = Object.assign(le.style, {
@@ -27289,7 +27289,7 @@ const Zl = WA({
27289
27289
  "is--active": PA
27290
27290
  }]
27291
27291
  }, [
27292
- i(uo, {
27292
+ i(go, {
27293
27293
  ref: u,
27294
27294
  clearable: e.clearable,
27295
27295
  placeholder: IA ? bA("vxe.select.loadingText") : e.placeholder,
@@ -28140,7 +28140,7 @@ const g1 = Object.assign({}, ea, {
28140
28140
  });
28141
28141
  KA.use(g1);
28142
28142
  rA.component(ea);
28143
- let xo;
28143
+ let Mo;
28144
28144
  const ql = WA({
28145
28145
  name: "VxeTextarea",
28146
28146
  props: {
@@ -28241,12 +28241,12 @@ const ql = WA({
28241
28241
  }), w = h(() => Object.assign({ minRows: 1, maxRows: 10 }, P().textarea.autosize, e.autosize)), x = () => {
28242
28242
  const { size: Q, autosize: U } = e, { inputValue: z } = r;
28243
28243
  if (U) {
28244
- xo || (xo = document.createElement("div")), xo.parentNode || document.body.appendChild(xo);
28244
+ Mo || (Mo = document.createElement("div")), Mo.parentNode || document.body.appendChild(Mo);
28245
28245
  const j = g.value;
28246
28246
  if (!j)
28247
28247
  return;
28248
28248
  const G = getComputedStyle(j);
28249
- xo.className = ["vxe-textarea--autosize", Q ? `size--${Q}` : ""].join(" "), xo.style.width = `${j.clientWidth}px`, xo.style.padding = G.padding, xo.innerText = ("" + (z || " ")).replace(/\n$/, `
28249
+ Mo.className = ["vxe-textarea--autosize", Q ? `size--${Q}` : ""].join(" "), Mo.style.width = `${j.clientWidth}px`, Mo.style.padding = G.padding, Mo.innerText = ("" + (z || " ")).replace(/\n$/, `
28250
28250
   `);
28251
28251
  }
28252
28252
  }, y = () => {
@@ -28254,7 +28254,7 @@ const ql = WA({
28254
28254
  const Q = w.value, { minRows: U, maxRows: z } = Q, j = g.value;
28255
28255
  if (!j)
28256
28256
  return;
28257
- const G = xo.clientHeight, $ = getComputedStyle(j), K = l.toNumber($.lineHeight), ie = l.toNumber($.paddingTop), _ = l.toNumber($.paddingBottom), De = l.toNumber($.borderTopWidth), we = l.toNumber($.borderBottomWidth), se = ie + _ + De + we, Me = (G - se) / K, q = Me && /[0-9]/.test("" + Me) ? Me : Math.floor(Me) + 1;
28257
+ const G = Mo.clientHeight, $ = getComputedStyle(j), K = l.toNumber($.lineHeight), ie = l.toNumber($.paddingTop), _ = l.toNumber($.paddingBottom), De = l.toNumber($.borderTopWidth), we = l.toNumber($.borderBottomWidth), se = ie + _ + De + we, Me = (G - se) / K, q = Me && /[0-9]/.test("" + Me) ? Me : Math.floor(Me) + 1;
28258
28258
  let ue = q;
28259
28259
  q < U ? ue = U : q > z && (ue = z), j.style.height = `${ue * K + se}px`;
28260
28260
  });
@@ -29467,28 +29467,28 @@ const Ai = WA({
29467
29467
  dragPos: Re,
29468
29468
  dragToChild: !!eA,
29469
29469
  offsetIndex: dn
29470
- }, mo = _(ae), cs = QA[mo] || {}, Xn = cs._index;
29471
- let Io = 0, Jn = -1;
29470
+ }, Io = _(ae), cs = QA[Io] || {}, Xn = cs._index;
29471
+ let Qo = 0, Jn = -1;
29472
29472
  if (GA) {
29473
- const bn = fn.querySelector(`.vxe-tree--node-wrapper[nodeid="${Ie}"]`), Nt = fn.querySelector(`.vxe-tree--node-wrapper[nodeid="${mo}"]`), Rt = bn || Nt;
29474
- Rt && (Io = Rt.offsetHeight), Nt && (Jn = Nt.offsetTop);
29473
+ const bn = fn.querySelector(`.vxe-tree--node-wrapper[nodeid="${Ie}"]`), Nt = fn.querySelector(`.vxe-tree--node-wrapper[nodeid="${Io}"]`), Rt = bn || Nt;
29474
+ Rt && (Qo = Rt.offsetHeight), Nt && (Jn = Nt.offsetTop);
29475
29475
  }
29476
29476
  let ao = -1, Ko = -1;
29477
- const Qo = {};
29478
- let wo = !1;
29479
- const bo = cs, Ho = _(Ie), Sn = QA[Ho];
29480
- if (mA && bo && Sn) {
29481
- const { level: bn } = bo, { level: Nt } = Sn;
29477
+ const wo = {};
29478
+ let bo = !1;
29479
+ const ho = cs, Ho = _(Ie), Sn = QA[Ho];
29480
+ if (mA && ho && Sn) {
29481
+ const { level: bn } = ho, { level: Nt } = Sn;
29482
29482
  if (l.eachTree([ae], (Rt) => {
29483
- Qo[_(Rt)] = Rt;
29483
+ wo[_(Rt)] = Rt;
29484
29484
  }, { children: so }), bn && Nt)
29485
29485
  if (at && !JA) {
29486
- if (bo.item[Ot] !== Sn.item[Ot])
29486
+ if (ho.item[Ot] !== Sn.item[Ot])
29487
29487
  return qA(), je(), qt;
29488
29488
  } else {
29489
29489
  if (!JA)
29490
29490
  return qA(), je(), qt;
29491
- if (Qo[Ho] && (wo = !0, !(JA && st)))
29491
+ if (wo[Ho] && (bo = !0, !(JA && st)))
29492
29492
  return rA.modal && rA.modal.message({
29493
29493
  status: "error",
29494
29494
  content: xr("vxe.error.treeDragChild")
@@ -29500,7 +29500,7 @@ const Ai = WA({
29500
29500
  } else if (Nt) {
29501
29501
  if (!JA)
29502
29502
  return qA(), je(), qt;
29503
- if (Qo[Ho] && (wo = !0, !(JA && st)))
29503
+ if (wo[Ho] && (bo = !0, !(JA && st)))
29504
29504
  return rA.modal && rA.modal.message({
29505
29505
  status: "error",
29506
29506
  content: xr("vxe.error.treeDragChild")
@@ -29512,7 +29512,7 @@ const Ai = WA({
29512
29512
  if (!bn)
29513
29513
  return qt;
29514
29514
  if (mA) {
29515
- if (bo && Sn) {
29515
+ if (ho && Sn) {
29516
29516
  const Nt = l.toTreeArray(d.afterTreeList, {
29517
29517
  updated: !1,
29518
29518
  key: vt,
@@ -29521,7 +29521,7 @@ const Ai = WA({
29521
29521
  }), Rt = ie.findNodeIndexOf(Nt, ae);
29522
29522
  Nt.splice(Rt, 1);
29523
29523
  const qn = ie.findNodeIndexOf(Nt, Ie) + dn;
29524
- Nt.splice(qn, 0, ae), wo && JA && st && l.each(ae[Yt], (Fs) => {
29524
+ Nt.splice(qn, 0, ae), bo && JA && st && l.each(ae[Yt], (Fs) => {
29525
29525
  Fs[Ot] = ae[Ot];
29526
29526
  }), ae[Ot] = zs ? Ie[vt] : Ie[Ot], d.treeFullData = l.toArrayTree(Nt, {
29527
29527
  key: vt,
@@ -29552,12 +29552,12 @@ 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], ba = Rt[_(Fs)], fr = fn;
29555
+ const { treeList: Nt } = E, { nodeMaps: Rt } = d, us = Rt[Io], qn = us._index, Fs = Nt[0], ba = Rt[_(Fs)], fr = fn;
29556
29556
  if (ba) {
29557
29557
  const gs = ba._index, Hi = gs + Nt.length;
29558
- let ho = -1, ds = -1, pr = 1;
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
- const Er = Nt.slice(ho, ds);
29558
+ let Do = -1, ds = -1, pr = 1;
29559
+ Xn < gs ? (Do = 0, ds = qn - gs) : Xn > Hi ? (Do = us.$index + 1, ds = Nt.length, pr = -1) : qn > Xn ? (Do = Xn - gs, ds = Do + qn - Xn) : (Do = qn - gs, ds = Do + Xn - qn + 1, pr = -1);
29560
+ const Er = Nt.slice(Do, ds);
29561
29561
  if (Er.length) {
29562
29562
  const F = [];
29563
29563
  Er.forEach((Ne) => {
@@ -29565,10 +29565,10 @@ const Ai = WA({
29565
29565
  F.push(`.vxe-tree--node-wrapper[nodeid="${gA}"]`);
29566
29566
  });
29567
29567
  const ye = fr.querySelectorAll(F.join(","));
29568
- gf(ye, pr * Io);
29568
+ gf(ye, pr * Qo);
29569
29569
  }
29570
29570
  }
29571
- const Ki = [`.vxe-tree--node-wrapper[nodeid="${mo}"]`], Cr = fr.querySelectorAll(Ki.join(",")), Br = Cr[0];
29571
+ const Ki = [`.vxe-tree--node-wrapper[nodeid="${Io}"]`], Cr = fr.querySelectorAll(Ki.join(",")), Br = Cr[0];
29572
29572
  Jn > -1 && Br && gf(Cr, Jn - Br.offsetTop);
29573
29573
  }
29574
29574
  PA();
@@ -29691,14 +29691,14 @@ const Ai = WA({
29691
29691
  })
29692
29692
  ])) : Oe();
29693
29693
  }, ke = (T, ae) => {
29694
- const { lazy: Ie, drag: Re, transform: eA, showRadio: mA, showCheckbox: QA, showLine: MA, indent: SA, iconOpen: TA, iconClose: GA, iconLoaded: JA, showIcon: at } = e, { currentNode: st, selectRadioKey: ft, updateExpandedFlag: dt } = E, { afterTreeList: Mt, nodeMaps: vt, treeExpandedMaps: Ot, treeExpandLazyLoadedMaps: Yt } = d, so = x.value, dn = p.value, fn = S.value, qt = l.get(T, so), is = qt && qt.length, mo = n.icon, cs = n.title, Xn = n.extra, Io = dt && Ot[ae], Jn = vt[ae], ao = l.get(T, dn), Ko = Jn.level;
29695
- let Qo = !1;
29696
- mA && (Qo = ae === String(ft));
29694
+ const { lazy: Ie, drag: Re, transform: eA, showRadio: mA, showCheckbox: QA, showLine: MA, indent: SA, iconOpen: TA, iconClose: GA, iconLoaded: JA, showIcon: at } = e, { currentNode: st, selectRadioKey: ft, updateExpandedFlag: dt } = E, { afterTreeList: Mt, nodeMaps: vt, treeExpandedMaps: Ot, treeExpandLazyLoadedMaps: Yt } = d, so = x.value, dn = p.value, fn = S.value, qt = l.get(T, so), is = qt && qt.length, Io = n.icon, cs = n.title, Xn = n.extra, Qo = dt && Ot[ae], Jn = vt[ae], ao = l.get(T, dn), Ko = Jn.level;
29697
29695
  let wo = !1;
29698
- QA && (wo = Me(ae));
29699
- let bo = !1, Ho = !1, Sn = !1;
29700
- Ie && (Ho = !!Yt[ae], bo = T[fn], Sn = !!Jn.treeLoaded);
29701
- const zs = Jn.items[Jn.treeIndex - 1], bn = { node: T, isExpand: Io }, Nt = {
29696
+ mA && (wo = ae === String(ft));
29697
+ let bo = !1;
29698
+ QA && (bo = Me(ae));
29699
+ let ho = !1, Ho = !1, Sn = !1;
29700
+ Ie && (Ho = !!Yt[ae], ho = T[fn], Sn = !!Jn.treeLoaded);
29701
+ const zs = Jn.items[Jn.treeIndex - 1], bn = { node: T, isExpand: Qo }, Nt = {
29702
29702
  onMousedown(Rt) {
29703
29703
  Se(Rt, T);
29704
29704
  },
@@ -29717,8 +29717,8 @@ const Ai = WA({
29717
29717
  i("div", {
29718
29718
  class: ["vxe-tree--node-item", {
29719
29719
  "is--current": st && ae === _(st),
29720
- "is-radio--checked": Qo,
29721
- "is-checkbox--checked": wo
29720
+ "is-radio--checked": wo,
29721
+ "is-checkbox--checked": bo
29722
29722
  }],
29723
29723
  style: {
29724
29724
  paddingLeft: `${Ko * (SA || 1)}px`
@@ -29736,21 +29736,21 @@ const Ai = WA({
29736
29736
  ]) : Oe(),
29737
29737
  i("div", {
29738
29738
  class: "vxe-tree--node-item-switcher"
29739
- }, at && (Ie ? Sn ? is : bo : is) ? [
29739
+ }, at && (Ie ? Sn ? is : ho : is) ? [
29740
29740
  i("div", {
29741
29741
  class: "vxe-tree--node-item-icon",
29742
29742
  onClick(Rt) {
29743
29743
  Y(Rt, T);
29744
29744
  }
29745
- }, mo ? jA(mo(bn)) : [
29745
+ }, Io ? jA(Io(bn)) : [
29746
29746
  i("i", {
29747
- class: Ho ? JA || Ln().TREE_NODE_LOADED : Io ? TA || Ln().TREE_NODE_OPEN : GA || Ln().TREE_NODE_CLOSE
29747
+ class: Ho ? JA || Ln().TREE_NODE_LOADED : Qo ? TA || Ln().TREE_NODE_OPEN : GA || Ln().TREE_NODE_CLOSE
29748
29748
  })
29749
29749
  ])
29750
29750
  ] : []),
29751
29751
  vA(T, ae),
29752
- re(T, ae, Qo),
29753
- fe(T, ae, wo),
29752
+ re(T, ae, wo),
29753
+ fe(T, ae, bo),
29754
29754
  i("div", {
29755
29755
  class: "vxe-tree--node-item-inner"
29756
29756
  }, [
@@ -30131,7 +30131,7 @@ const ti = WA({
30131
30131
  Y ? p.panelIndex = l.toNumber(Y) : p.panelIndex < cn() && (p.panelIndex = An());
30132
30132
  }, he = () => {
30133
30133
  const { placement: D } = e, { panelIndex: Y } = p, te = f.value, R = E.value, X = y.value, V = S.value, ee = () => {
30134
- const ne = Eo(te, R, {
30134
+ const ne = vo(te, R, {
30135
30135
  placement: V.placement || D,
30136
30136
  teleportTo: X
30137
30137
  }), Ee = Object.assign(ne.style, {
@@ -30429,7 +30429,7 @@ const ti = WA({
30429
30429
  });
30430
30430
  KA.use(w1);
30431
30431
  rA.component(ti);
30432
- let Vs = null, Mo = null;
30432
+ let Vs = null, So = null;
30433
30433
  function b1(e) {
30434
30434
  const A = e.name, t = l.lastIndexOf(A, "."), n = A.substring(t + 1, A.length).toLowerCase();
30435
30435
  return { filename: A.substring(0, t), type: n };
@@ -30437,9 +30437,9 @@ function b1(e) {
30437
30437
  const Rp = (e) => {
30438
30438
  const A = Object.assign({}, e);
30439
30439
  return new Promise((t, n) => {
30440
- Mo || (Mo = document.createElement("input"), Mo.name = "file", Mo.type = "file"), Vs || (Vs = document.createElement("form"), Vs.style.display = "none", Vs.appendChild(Mo), document.body.appendChild(Vs));
30440
+ So || (So = document.createElement("input"), So.name = "file", So.type = "file"), Vs || (Vs = document.createElement("form"), Vs.style.display = "none", Vs.appendChild(So), document.body.appendChild(Vs));
30441
30441
  const o = A.types || [], s = !o.length || o.some((a) => a === "*");
30442
- Mo.multiple = !!A.multiple, Mo.accept = s ? "" : `.${o.join(", .")}`, Mo.onchange = (a) => {
30442
+ So.multiple = !!A.multiple, So.accept = s ? "" : `.${o.join(", .")}`, So.onchange = (a) => {
30443
30443
  const r = a.target, c = Array.from(r.files || []), g = c[0];
30444
30444
  let B = "";
30445
30445
  if (!s)
@@ -30454,7 +30454,7 @@ const Rp = (e) => {
30454
30454
  content: bA("vxe.error.notType", [B]),
30455
30455
  status: "error"
30456
30456
  }), n({ status: !1, files: c, file: g })) : t({ status: !0, files: c, file: g });
30457
- }, Vs.reset(), Mo.click();
30457
+ }, Vs.reset(), So.click();
30458
30458
  });
30459
30459
  };
30460
30460
  function h1(e, A) {
@@ -31523,7 +31523,7 @@ KA.use(y1);
31523
31523
  rA.component(ni);
31524
31524
  rA.saveFile = D1;
31525
31525
  rA.readFile = Rp;
31526
- let Ts = null, ko = null;
31526
+ let Ts = null, Oo = null;
31527
31527
  const Fc = {};
31528
31528
  function P1() {
31529
31529
  return Ts || (Ts = document.createElement("canvas"), Ts.style.position = "absolute", Ts.style.top = "0", Ts.style.left = "0"), Ts;
@@ -31537,8 +31537,8 @@ function Nc(e) {
31537
31537
  function x1(e, A) {
31538
31538
  const t = `${A}_${e}`;
31539
31539
  if (!Fc[t]) {
31540
- ko || (ko = document.createElement("span")), ko.parentNode || document.body.append(ko), ko.textContent = e, ko.style.fontSize = LA(A);
31541
- const n = ko.offsetWidth, o = ko.offsetHeight;
31540
+ Oo || (Oo = document.createElement("span")), Oo.parentNode || document.body.append(Oo), Oo.textContent = e, Oo.style.fontSize = LA(A);
31541
+ const n = Oo.offsetWidth, o = Oo.offsetHeight;
31542
31542
  Fc[t] = {
31543
31543
  width: n,
31544
31544
  height: o
@@ -31590,7 +31590,7 @@ function O1(e, A, t) {
31590
31590
  }, A, n) : Lc({
31591
31591
  textContent: ""
31592
31592
  }, A, n));
31593
- return Nc(ko), new Promise((r) => {
31593
+ return Nc(Oo), new Promise((r) => {
31594
31594
  const c = P1();
31595
31595
  c.parentNode || document.body.append(c);
31596
31596
  const g = c.getContext("2d");
@@ -34955,7 +34955,7 @@ const pO = {
34955
34955
  name: "HeaderSearch",
34956
34956
  __name: "search",
34957
34957
  setup(e) {
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 = []) => {
34958
+ const A = Ca(), t = io(), 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];
@@ -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 = 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) => {
35393
+ const A = uu(), t = io(), 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);
@@ -36053,12 +36053,12 @@ function G9(e) {
36053
36053
  const Y9 = (e) => {
36054
36054
  const A = e ? `[\\s\\S]{${e?.minimum ?? 0},${e?.maximum ?? ""}}` : "[\\s\\S]*";
36055
36055
  return new RegExp(`^${A}$`);
36056
- }, j9 = /^[^A-Z]*$/, K9 = /^[^a-z]*$/, vo = /* @__PURE__ */ YA("$ZodCheck", (e, A) => {
36056
+ }, j9 = /^[^A-Z]*$/, K9 = /^[^a-z]*$/, mo = /* @__PURE__ */ YA("$ZodCheck", (e, A) => {
36057
36057
  var t;
36058
36058
  e._zod ?? (e._zod = {}), e._zod.def = A, (t = e._zod).onattach ?? (t.onattach = []);
36059
36059
  }), H9 = /* @__PURE__ */ YA("$ZodCheckMaxLength", (e, A) => {
36060
36060
  var t;
36061
- vo.init(e, A), (t = e._zod.def).when ?? (t.when = (n) => {
36061
+ mo.init(e, A), (t = e._zod.def).when ?? (t.when = (n) => {
36062
36062
  const o = n.value;
36063
36063
  return !og(o) && o.length !== void 0;
36064
36064
  }), e._zod.onattach.push((n) => {
@@ -36081,7 +36081,7 @@ const Y9 = (e) => {
36081
36081
  };
36082
36082
  }), Z9 = /* @__PURE__ */ YA("$ZodCheckMinLength", (e, A) => {
36083
36083
  var t;
36084
- vo.init(e, A), (t = e._zod.def).when ?? (t.when = (n) => {
36084
+ mo.init(e, A), (t = e._zod.def).when ?? (t.when = (n) => {
36085
36085
  const o = n.value;
36086
36086
  return !og(o) && o.length !== void 0;
36087
36087
  }), e._zod.onattach.push((n) => {
@@ -36104,7 +36104,7 @@ const Y9 = (e) => {
36104
36104
  };
36105
36105
  }), W9 = /* @__PURE__ */ YA("$ZodCheckLengthEquals", (e, A) => {
36106
36106
  var t;
36107
- vo.init(e, A), (t = e._zod.def).when ?? (t.when = (n) => {
36107
+ mo.init(e, A), (t = e._zod.def).when ?? (t.when = (n) => {
36108
36108
  const o = n.value;
36109
36109
  return !og(o) && o.length !== void 0;
36110
36110
  }), e._zod.onattach.push((n) => {
@@ -36127,7 +36127,7 @@ const Y9 = (e) => {
36127
36127
  };
36128
36128
  }), Ui = /* @__PURE__ */ YA("$ZodCheckStringFormat", (e, A) => {
36129
36129
  var t, n;
36130
- vo.init(e, A), e._zod.onattach.push((o) => {
36130
+ mo.init(e, A), e._zod.onattach.push((o) => {
36131
36131
  const s = o._zod.bag;
36132
36132
  s.format = A.format, A.pattern && (s.patterns ?? (s.patterns = /* @__PURE__ */ new Set()), s.patterns.add(A.pattern));
36133
36133
  }), A.pattern ? (t = e._zod).check ?? (t.check = (o) => {
@@ -36159,7 +36159,7 @@ const Y9 = (e) => {
36159
36159
  }), q9 = /* @__PURE__ */ YA("$ZodCheckUpperCase", (e, A) => {
36160
36160
  A.pattern ?? (A.pattern = K9), Ui.init(e, A);
36161
36161
  }), _9 = /* @__PURE__ */ YA("$ZodCheckIncludes", (e, A) => {
36162
- vo.init(e, A);
36162
+ mo.init(e, A);
36163
36163
  const t = ag(A.includes), n = new RegExp(typeof A.position == "number" ? `^.{${A.position}}${t}` : t);
36164
36164
  A.pattern = n, e._zod.onattach.push((o) => {
36165
36165
  const s = o._zod.bag;
@@ -36176,7 +36176,7 @@ const Y9 = (e) => {
36176
36176
  });
36177
36177
  };
36178
36178
  }), $9 = /* @__PURE__ */ YA("$ZodCheckStartsWith", (e, A) => {
36179
- vo.init(e, A);
36179
+ mo.init(e, A);
36180
36180
  const t = new RegExp(`^${ag(A.prefix)}.*`);
36181
36181
  A.pattern ?? (A.pattern = t), e._zod.onattach.push((n) => {
36182
36182
  const o = n._zod.bag;
@@ -36193,7 +36193,7 @@ const Y9 = (e) => {
36193
36193
  });
36194
36194
  };
36195
36195
  }), ez = /* @__PURE__ */ YA("$ZodCheckEndsWith", (e, A) => {
36196
- vo.init(e, A);
36196
+ mo.init(e, A);
36197
36197
  const t = new RegExp(`.*${ag(A.suffix)}$`);
36198
36198
  A.pattern ?? (A.pattern = t), e._zod.onattach.push((n) => {
36199
36199
  const o = n._zod.bag;
@@ -36210,7 +36210,7 @@ const Y9 = (e) => {
36210
36210
  });
36211
36211
  };
36212
36212
  }), Az = /* @__PURE__ */ YA("$ZodCheckOverwrite", (e, A) => {
36213
- vo.init(e, A), e._zod.check = (t) => {
36213
+ mo.init(e, A), e._zod.check = (t) => {
36214
36214
  t.value = A.tx(t.value);
36215
36215
  };
36216
36216
  }), tz = {
@@ -36735,7 +36735,7 @@ function Sf(e) {
36735
36735
  return e.value = Object.freeze(e.value), e;
36736
36736
  }
36737
36737
  const Rz = /* @__PURE__ */ YA("$ZodCustom", (e, A) => {
36738
- vo.init(e, A), Qn.init(e, A), e._zod.parse = (t, n) => t, e._zod.check = (t) => {
36738
+ mo.init(e, A), Qn.init(e, A), e._zod.parse = (t, n) => t, e._zod.check = (t) => {
36739
36739
  const n = t.value, o = A.fn(n);
36740
36740
  if (o instanceof Promise)
36741
36741
  return o.then((s) => kf(s, t, n, e));
@@ -37199,7 +37199,7 @@ function PF(e) {
37199
37199
  }
37200
37200
  // @__NO_SIDE_EFFECTS__
37201
37201
  function xF(e, A) {
37202
- const t = new vo({
37202
+ const t = new mo({
37203
37203
  check: "custom",
37204
37204
  ...pt(A)
37205
37205
  });
@@ -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 = da(), n = W(!1), o = W(!1), [s, a] = Co({
37818
+ const t = da(), n = W(!1), o = W(!1), [s, a] = Bo({
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 = Ca(), t = da(), n = zo(), o = W(null), s = W(null), a = h(() => {
38064
+ const A = Ca(), t = da(), n = io(), 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 = Ca(), 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 = io(), 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) {
@@ -40408,7 +40408,7 @@ const A0 = /* @__PURE__ */ tt({
40408
40408
  __name: "ZdyxlkAdd",
40409
40409
  emits: ["success"],
40410
40410
  setup(e, { expose: A, emit: t }) {
40411
- const { t: n } = kt(), o = W(!1), s = W("add"), a = W(!1), r = t, [c, g] = Co({
40411
+ const { t: n } = kt(), o = W(!1), s = W("add"), a = W(!1), r = t, [c, g] = Bo({
40412
40412
  layout: "vertical",
40413
40413
  size: "small",
40414
40414
  labelWidth: 120,
@@ -40766,7 +40766,7 @@ const A0 = /* @__PURE__ */ tt({
40766
40766
  __name: "AssSendoaAdd",
40767
40767
  emits: ["success"],
40768
40768
  setup(e, { expose: A, emit: t }) {
40769
- const { t: n } = kt(), o = W(!1), s = W("add"), a = W(!1), r = t, [c, g] = Co({
40769
+ const { t: n } = kt(), o = W(!1), s = W("add"), a = W(!1), r = t, [c, g] = Bo({
40770
40770
  layout: "vertical",
40771
40771
  size: "small",
40772
40772
  labelWidth: 120,
@@ -41032,7 +41032,7 @@ const A0 = /* @__PURE__ */ tt({
41032
41032
  },
41033
41033
  emits: ["close"],
41034
41034
  setup(e, { emit: A }) {
41035
- const t = e, n = A, { t: o } = kt(), [s, a] = Co({
41035
+ const t = e, n = A, { t: o } = kt(), [s, a] = Bo({
41036
41036
  layout: "vertical",
41037
41037
  size: "small",
41038
41038
  labelWidth: 120,
@@ -41714,7 +41714,7 @@ const o2 = {
41714
41714
  };
41715
41715
  function dr({ schema: e = [], objectToValueFields: A, handleValuesChange: t, ...n } = {}) {
41716
41716
  const { enhancedSchema: o } = Gi(e), { enhancedSchema: s } = Yi(o);
41717
- return Co({
41717
+ return Bo({
41718
41718
  ...o2,
41719
41719
  schema: s.value,
41720
41720
  ...A ? { objectToValueFields: A } : {},
@@ -42545,9 +42545,9 @@ function dE({
42545
42545
  immediate: !1
42546
42546
  });
42547
42547
  c.length > 0 && B();
42548
- const [f, C] = Co({
42548
+ const [f, C] = Bo({
42549
42549
  layout: "horizontal",
42550
- size: "small",
42550
+ size: "mini",
42551
42551
  labelWidth: 100,
42552
42552
  gridProps: {
42553
42553
  xGap: 0,
@@ -42573,6 +42573,7 @@ function dE({
42573
42573
  id: "meta-grid",
42574
42574
  columns: u(A),
42575
42575
  data: [],
42576
+ size: "mini",
42576
42577
  editRules: t,
42577
42578
  editConfig: {
42578
42579
  enabled: !0,
@@ -42693,7 +42694,7 @@ function fE({
42693
42694
  immediate: !1
42694
42695
  });
42695
42696
  a.length > 0 && c();
42696
- const [g, B] = Co({
42697
+ const [g, B] = Bo({
42697
42698
  layout: "horizontal",
42698
42699
  size: "small",
42699
42700
  labelWidth: 100,
@@ -44734,7 +44735,7 @@ const K2 = /* @__PURE__ */ tt({
44734
44735
  z.children && K(z.children, !1);
44735
44736
  }
44736
44737
  B.defaultChecked = G;
44737
- }, [v, p] = Co({
44738
+ }, [v, p] = Bo({
44738
44739
  layout: "horizontal",
44739
44740
  size: "small",
44740
44741
  labelWidth: 100,
@@ -45565,9 +45566,9 @@ const _N = () => ({
45565
45566
  findDefSearchPlan: (e) => DA.post("/core/assSearchplan/findDefSearchPlan", e)
45566
45567
  }), $N = _N();
45567
45568
  function Wn(e) {
45568
- const { searchFormSchema: A, tableColumns: t, dataType: n, resourceConfig: o, queryFunction: s, gridEvents: a, treeConfig: r, loadMethod: c, objectToValueFields: g, fieldMappingTime: B, arrayToStringFields: f, lazy: C, autoLoad: u = !0 } = e, { resourceId: d, nResourceid: E, cModnumb: v } = o, p = W([]), m = W(void 0), b = W(!1), { enhancedSchema: w } = Gi(A), { enhancedSchema: x } = Yi(w), [y, S] = Co({
45569
+ const { searchFormSchema: A, tableColumns: t, dataType: n, resourceConfig: o, queryFunction: s, gridEvents: a, treeConfig: r, loadMethod: c, objectToValueFields: g, fieldMappingTime: B, arrayToStringFields: f, lazy: C, autoLoad: u = !0 } = e, { resourceId: d, nResourceid: E, cModnumb: v } = o, p = W([]), m = W(void 0), b = W(!1), { enhancedSchema: w } = Gi(A), { enhancedSchema: x } = Yi(w), [y, S] = Bo({
45569
45570
  layout: "vertical",
45570
- size: "small",
45571
+ size: "mini",
45571
45572
  gridProps: {
45572
45573
  xGap: 8,
45573
45574
  yGap: 8,
@@ -45772,16 +45773,16 @@ function Wn(e) {
45772
45773
  };
45773
45774
  }
45774
45775
  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
+ const e = da(), A = io(), t = e.userInfo;
45776
45777
  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)
45778
+ code: h(() => t?.code ?? ""),
45779
+ name: h(() => t?.name ?? ""),
45780
+ roles: h(() => t?.roles ?? []),
45781
+ isSuperAdmin: h(() => t?.superAdmin ?? !1),
45782
+ homePath: h(() => t?.homePath ?? ""),
45783
+ agent: h(() => t?.agent),
45784
+ userInfo: h(() => t),
45785
+ token: h(() => A.accessToken)
45785
45786
  };
45786
45787
  }
45787
45788
  function W8(e) {