@pubinfo/core 2.0.0-beta.9 → 2.0.0-rc.1

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 (628) hide show
  1. package/dist/{AppSetting-BQT7OI6K.js → AppSetting-Bblni_W7.js} +37 -39
  2. package/dist/{HCheckList.vue_vue_type_script_setup_true_lang-D4u_haxr.js → HCheckList.vue_vue_type_script_setup_true_lang-A7PnhNKK.js} +12 -14
  3. package/dist/HDivider.vue_vue_type_script_setup_true_lang-DIHR-9Yv.js +20 -0
  4. package/dist/HToggle-xibvPpmf.js +34 -0
  5. package/dist/PreferencesContent--JtPw_LT.js +923 -0
  6. package/dist/{SettingBreadcrumb-CgugOTgx.js → SettingBreadcrumb-BwhdAtkC.js} +9 -9
  7. package/dist/{SettingCopyright-BPeCJBLi.js → SettingCopyright-DPsRDagL.js} +8 -8
  8. package/dist/{SettingEnableTransition-BK0_EH_N.js → SettingEnableTransition-mtHTUb08.js} +20 -21
  9. package/dist/{SettingHome-DGnxlXLd.js → SettingHome-agxHFIKq.js} +20 -20
  10. package/dist/{SettingMenu-BqAd9zbL.js → SettingMenu-D6WwcOw-.js} +26 -26
  11. package/dist/{SettingMode-CgA3XDwW.js → SettingMode-CkmhszlD.js} +11 -12
  12. package/dist/{SettingNavSearch-WFnkcRQ3.js → SettingNavSearch-CEB5DZGf.js} +9 -9
  13. package/dist/{SettingOther-CG4RI6mO.js → SettingOther-Dzs1uwnC.js} +13 -13
  14. package/dist/SettingPage-bOThkL2-.js +29 -0
  15. package/dist/{SettingTabbar-CQA6ZT9l.js → SettingTabbar-L6yQxAeE.js} +18 -18
  16. package/dist/SettingThemes-Cxa5bR66.js +142 -0
  17. package/dist/{SettingToolbar-DdR2940j.js → SettingToolbar-BZ2uHom2.js} +10 -10
  18. package/dist/{SettingTopbar-C_jYO_Ax.js → SettingTopbar-hptxTh8m.js} +16 -16
  19. package/dist/{SettingWidthMode-ir_28SE3.js → SettingWidthMode-D2R2W4-n.js} +19 -20
  20. package/dist/{TopThinMode-jHDpKsma.js → TopThinMode-C26i10py.js} +1 -1
  21. package/dist/built-in/authentication/helper.d.ts +1 -0
  22. package/dist/built-in/authentication/index.d.ts +10 -0
  23. package/dist/built-in/authentication/interface.d.ts +7 -0
  24. package/dist/built-in/authentication/router.d.ts +2 -0
  25. package/dist/built-in/authorization/directives.d.ts +2 -0
  26. package/dist/built-in/authorization/helper.d.ts +6 -0
  27. package/dist/built-in/authorization/index.d.ts +7 -0
  28. package/dist/built-in/authorization/router.d.ts +3 -0
  29. package/dist/built-in/index.d.ts +8 -0
  30. package/dist/{layout → built-in/layout-component}/Layout.vue.d.ts +2 -2
  31. package/dist/{layout → built-in/layout-component}/components/Header/TopMode/More.vue.d.ts +1 -1
  32. package/dist/{layout → built-in/layout-component}/components/Header/TopMode/NotCursor.vue.d.ts +2 -0
  33. package/dist/{layout → built-in/layout-component}/components/Menu/sub.vue.d.ts +43 -43
  34. package/dist/{layout → built-in/layout-component}/components/Menu/types.d.ts +1 -1
  35. package/dist/{layout → built-in/layout-component}/components/Tools/Search.vue.d.ts +43 -43
  36. package/dist/{layout/components/Topbar/Tabbar/MoreAction.vue.d.ts → built-in/layout-component/components/Tools/index.vue.d.ts} +18 -2
  37. package/dist/{layout/components/Tools/index.vue.d.ts → built-in/layout-component/components/Topbar/Tabbar/MoreAction.vue.d.ts} +45 -61
  38. package/dist/{layout/ui-kit → built-in/layout-component/components/ui}/HDialog.vue.d.ts +1 -1
  39. package/dist/{layout/ui-kit → built-in/layout-component/components/ui}/HSlideover.vue.d.ts +1 -1
  40. package/dist/{layout/ui-kit → built-in/layout-component/components/ui}/HTabList.vue.d.ts +2 -2
  41. package/dist/{layout/ui-kit → built-in/layout-component/components/ui}/HTooltip.vue.d.ts +1 -1
  42. package/dist/{layout → built-in/layout-component}/composables/useContext.d.ts +1 -1
  43. package/dist/{layout → built-in/layout-component}/composables/useHotkey.d.ts +1 -1
  44. package/dist/{layout → built-in/layout-component}/composables/useMenu.d.ts +1 -1
  45. package/dist/{layout → built-in/layout-component}/index.d.ts +5 -4
  46. package/dist/built-in/layout-component/utils/eventBus.d.ts +5 -0
  47. package/dist/built-in/layout-component/utils/index.d.ts +3 -0
  48. package/dist/{utils → built-in/layout-component/utils}/watermark.d.ts +1 -1
  49. package/dist/built-in/locales/helpler.d.ts +594 -0
  50. package/dist/built-in/locales/index.d.ts +5 -0
  51. package/dist/built-in/n-progress/index.d.ts +6 -0
  52. package/dist/built-in/pinia-plugin/enum.d.ts +1 -0
  53. package/dist/built-in/pinia-plugin/index.d.ts +5 -0
  54. package/dist/built-in/pinia-plugin/plugins/persist.d.ts +3 -0
  55. package/dist/built-in/pre-access/index.d.ts +7 -0
  56. package/dist/built-in/settings/index.d.ts +5 -0
  57. package/dist/built-in/settings/router.d.ts +3 -0
  58. package/dist/{colors-gu4NABiz.js → colors-C8I6Fdyp.js} +1 -1
  59. package/dist/core/create.d.ts +2 -0
  60. package/dist/core/ctx.d.ts +1 -0
  61. package/dist/core/index.d.ts +4 -0
  62. package/dist/core/interface.d.ts +74 -0
  63. package/dist/{modules.d.ts → core/modules.d.ts} +9 -0
  64. package/dist/{api/index.d.ts → core/request.d.ts} +2 -4
  65. package/dist/core/resolver/icon.d.ts +5 -0
  66. package/dist/core/resolver/index.d.ts +4 -0
  67. package/dist/core/resolver/layout.d.ts +2 -0
  68. package/dist/core/resolver/page.d.ts +17 -0
  69. package/dist/core/resolver/resolver.d.ts +10 -0
  70. package/dist/{api → features/api}/modules/auth/renzhengfuwu.d.ts +7 -0
  71. package/dist/{api → features/api}/modules/configData/index.d.ts +1 -1
  72. package/dist/{api → features/api}/modules/rbac/pubJiaosezukongzhiqi.d.ts +7 -0
  73. package/dist/{api → features/api}/modules/rbac/ziyuanjiekou.d.ts +7 -0
  74. package/dist/features/api/request.d.ts +2 -0
  75. package/dist/{assets → features/assets}/styles/index.d.ts +2 -3
  76. package/dist/{composables → features/composables}/auth.d.ts +1 -1
  77. package/dist/features/context/index.d.ts +12 -0
  78. package/dist/features/enum.d.ts +21 -0
  79. package/dist/features/index.d.ts +7 -0
  80. package/dist/features/router/asyncRoutes.d.ts +14 -0
  81. package/dist/features/router/index.d.ts +2 -0
  82. package/dist/features/router/systemRoutes.d.ts +9 -0
  83. package/dist/features/stores/index.d.ts +1 -0
  84. package/dist/{stores → features/stores}/modules/favorites.d.ts +2 -2
  85. package/dist/{stores → features/stores}/modules/route.d.ts +6 -6
  86. package/dist/{stores → features/stores}/modules/tabbar.d.ts +1 -1
  87. package/dist/features/stores/modules/user.d.ts +36 -0
  88. package/dist/features/stores/utils/crypto.d.ts +1 -0
  89. package/dist/features/stores/utils/index.d.ts +2 -0
  90. package/dist/features/stores/utils/routerHelper.d.ts +17 -0
  91. package/dist/{reload-CUcPYtl7.js → index-BD2fkZis.js} +5 -5
  92. package/dist/index-CkyHqPON.js +139 -0
  93. package/dist/{index-NpS61xSA.js → index-D3zjK9rd.js} +54 -54
  94. package/dist/index-D948mfZb.js +49 -0
  95. package/dist/{index-CWIfG62O.js → index-DZ6SbWiv.js} +1804 -1897
  96. package/dist/{index-CjsnFBwd.js → index-DdS6qgK_.js} +7733 -8240
  97. package/dist/index-DeWCd_-p.js +44 -0
  98. package/dist/index-EOTrQlGo.js +258 -0
  99. package/dist/index-RwbJwutI.js +52514 -0
  100. package/dist/index-xzfvpJSq.js +234 -0
  101. package/dist/index.d.ts +23 -11
  102. package/dist/index.js +59 -72
  103. package/dist/pick-D6j4F3UM.js +12 -0
  104. package/dist/style.css +3 -3
  105. package/dist/utils/index.d.ts +4 -13
  106. package/dist/utils/path.d.ts +1 -0
  107. package/dist/utils/proxy.d.ts +1 -0
  108. package/dist/utils/storage.d.ts +1 -2
  109. package/package.json +41 -43
  110. package/src/built-in/authentication/helper.ts +55 -0
  111. package/src/built-in/authentication/index.ts +42 -0
  112. package/src/built-in/authentication/interface.ts +7 -0
  113. package/src/{pages/system → built-in/authentication/pages}/change-organization/index.vue +29 -43
  114. package/src/built-in/authentication/pages/change-password/assets/login-small.png +0 -0
  115. package/src/built-in/authentication/pages/change-password/assets/login-small_dark.webp +0 -0
  116. package/src/{pages/system → built-in/authentication/pages}/change-password/components/ChangePasswordForm/index.vue +1 -1
  117. package/src/{pages/system → built-in/authentication/pages}/change-password/index.vue +19 -36
  118. package/src/built-in/authentication/router.ts +57 -0
  119. package/src/{directives/plugins/permission.ts → built-in/authorization/directives.ts} +6 -7
  120. package/src/built-in/authorization/helper.ts +11 -0
  121. package/src/built-in/authorization/index.ts +25 -0
  122. package/src/{pages/system → built-in/authorization/pages}/not-permission/index.vue +9 -13
  123. package/src/{route/guard/auth.ts → built-in/authorization/router.ts} +39 -9
  124. package/src/built-in/index.ts +8 -0
  125. package/src/built-in/layout-component/Layout.vue +273 -0
  126. package/src/{layout → built-in/layout-component}/components/Content/IframeView.vue +1 -2
  127. package/src/{layout → built-in/layout-component}/components/Content/LinkView.vue +2 -2
  128. package/src/built-in/layout-component/components/Content/index.vue +146 -0
  129. package/src/{layout → built-in/layout-component}/components/Copyright/index.vue +7 -8
  130. package/src/{layout → built-in/layout-component}/components/Header/TopMode/More.vue +26 -34
  131. package/src/built-in/layout-component/components/Header/TopMode/NotCursor.vue +70 -0
  132. package/src/{layout → built-in/layout-component}/components/Header/TopMode/index.vue +14 -18
  133. package/src/built-in/layout-component/components/Header/index.vue +171 -0
  134. package/src/{layout → built-in/layout-component}/components/Logo/index.vue +5 -20
  135. package/src/{layout → built-in/layout-component}/components/Menu/index.vue +3 -3
  136. package/src/{layout → built-in/layout-component}/components/Menu/item.vue +22 -27
  137. package/src/{layout → built-in/layout-component}/components/Menu/types.ts +1 -1
  138. package/src/{layout → built-in/layout-component}/components/SettingBar/AppSetting.vue +11 -11
  139. package/src/{layout → built-in/layout-component}/components/SettingBar/components/DayNightToggle.vue +26 -120
  140. package/src/built-in/layout-component/components/SettingBar/components/SettingEnableTransition.vue +190 -0
  141. package/src/built-in/layout-component/components/SettingBar/components/SettingMode.vue +154 -0
  142. package/src/{layout → built-in/layout-component}/components/SettingBar/components/SettingThemes.vue +55 -90
  143. package/src/{layout → built-in/layout-component}/components/SettingBar/components/SettingWidthMode.vue +63 -71
  144. package/src/built-in/layout-component/components/SettingBar/index.vue +81 -0
  145. package/src/{layout → built-in/layout-component}/components/Sidebar/MainSidebar.vue +87 -135
  146. package/src/{layout → built-in/layout-component}/components/Sidebar/SubSidebar.vue +50 -59
  147. package/src/built-in/layout-component/components/Tools/Breadcrumb/index.vue +15 -0
  148. package/src/built-in/layout-component/components/Tools/DayNightSwitch.vue +70 -0
  149. package/src/{layout → built-in/layout-component}/components/Tools/Preferences/PreferencesContent.vue +214 -278
  150. package/src/{layout → built-in/layout-component}/components/Tools/Search.vue +5 -5
  151. package/src/{layout → built-in/layout-component}/components/Tools/index.vue +9 -15
  152. package/src/{layout → built-in/layout-component}/components/Topbar/Tabbar/MoreAction.vue +98 -145
  153. package/src/{layout → built-in/layout-component}/components/Topbar/Tabbar/index.vue +293 -405
  154. package/src/{layout → built-in/layout-component}/components/Topbar/Toolbar/Favorites.vue +5 -5
  155. package/src/{layout → built-in/layout-component}/components/Topbar/Toolbar/index.vue +40 -57
  156. package/src/{layout → built-in/layout-component}/components/Topbar/index.vue +16 -19
  157. package/src/{layout/ui-kit → built-in/layout-component/components/ui}/HCheckList.vue +1 -1
  158. package/src/{layout/ui-kit → built-in/layout-component/components/ui}/HDialog.vue +1 -1
  159. package/src/built-in/layout-component/components/ui/HDivider.vue +24 -0
  160. package/src/{layout/ui-kit → built-in/layout-component/components/ui}/HDropdownMenu.vue +1 -1
  161. package/src/{layout/ui-kit → built-in/layout-component/components/ui}/HDropdownTree.vue +1 -1
  162. package/src/{layout/ui-kit → built-in/layout-component/components/ui}/HSlideover.vue +1 -1
  163. package/src/built-in/layout-component/components/ui/HToggle.vue +133 -0
  164. package/src/{layout/ui-kit → built-in/layout-component/components/ui}/HTooltip.vue +1 -1
  165. package/src/{layout → built-in/layout-component}/composables/useContext.ts +2 -2
  166. package/src/{layout → built-in/layout-component}/composables/useGetComputedStyle.ts +1 -1
  167. package/src/{layout → built-in/layout-component}/composables/useHotkey.ts +1 -1
  168. package/src/{layout → built-in/layout-component}/composables/useMainPage.ts +2 -2
  169. package/src/{layout → built-in/layout-component}/composables/useMenu.ts +1 -1
  170. package/src/{layout → built-in/layout-component}/composables/useTabbar.ts +1 -1
  171. package/src/{layout → built-in/layout-component}/composables/useTitle.ts +1 -1
  172. package/src/{layout → built-in/layout-component}/composables/useWatermark.ts +4 -4
  173. package/src/{layout → built-in/layout-component}/index.ts +38 -16
  174. package/src/{layout → built-in/layout-component}/provider.ts +8 -2
  175. package/src/built-in/layout-component/utils/eventBus.ts +8 -0
  176. package/src/built-in/layout-component/utils/index.ts +3 -0
  177. package/src/{utils → built-in/layout-component/utils}/watermark.ts +2 -2
  178. package/src/{locales/index.ts → built-in/locales/helpler.ts} +13 -17
  179. package/src/built-in/locales/index.ts +20 -0
  180. package/src/built-in/n-progress/index.ts +31 -0
  181. package/src/built-in/n-progress/nprogress.css +68 -0
  182. package/src/built-in/pinia-plugin/enum.ts +1 -0
  183. package/src/{stores → built-in/pinia-plugin}/helper.ts +3 -3
  184. package/src/built-in/pinia-plugin/index.ts +27 -0
  185. package/src/{stores/plugin/sideEffect → built-in/pinia-plugin/plugins}/cleanup.ts +1 -1
  186. package/src/{stores/plugin/sideEffect → built-in/pinia-plugin/plugins}/favoritesStorage.ts +6 -7
  187. package/src/{stores/plugin/sideEffect → built-in/pinia-plugin/plugins}/iframeCache.ts +3 -3
  188. package/src/built-in/pinia-plugin/plugins/persist.ts +21 -0
  189. package/src/{stores/plugin/sideEffect → built-in/pinia-plugin/plugins}/tabbarStorage.ts +7 -8
  190. package/src/built-in/pre-access/index.ts +20 -0
  191. package/src/built-in/settings/index.ts +15 -0
  192. package/src/{route/guard/setting.ts → built-in/settings/router.ts} +3 -2
  193. package/src/core/create.ts +70 -0
  194. package/src/core/ctx.ts +3 -0
  195. package/src/core/index.ts +4 -0
  196. package/src/core/interface.ts +89 -0
  197. package/src/{modules.ts → core/modules.ts} +19 -5
  198. package/src/core/request.ts +52 -0
  199. package/src/core/resolver/icon.ts +75 -0
  200. package/src/core/resolver/index.ts +4 -0
  201. package/src/core/resolver/layout.ts +23 -0
  202. package/src/core/resolver/page.ts +89 -0
  203. package/src/core/resolver/resolver.ts +25 -0
  204. package/src/{api → features/api}/modules/auth/renzhengfuwu.ts +47 -15
  205. package/src/{api → features/api}/modules/auth/typings.d.ts +34 -28
  206. package/src/{api → features/api}/modules/configData/heibaimingdanfuwu.ts +13 -4
  207. package/src/{api → features/api}/modules/configData/index.ts +1 -1
  208. package/src/{api → features/api}/modules/configData/typings.d.ts +79 -79
  209. package/src/{api → features/api}/modules/configData/xitongpeizhifuwu.ts +43 -19
  210. package/src/{api/modules/configData/zidianfuwu.ts → features/api/modules/configData/zidifuwu.ts} +41 -11
  211. package/src/{api → features/api}/modules/rbac/gangweijiekou.ts +25 -10
  212. package/src/{api → features/api}/modules/rbac/jiaosejiekou.ts +25 -10
  213. package/src/{api → features/api}/modules/rbac/pubJiaosezukongzhiqi.ts +46 -7
  214. package/src/{api → features/api}/modules/rbac/shujuquanxianzhubiaokongzhiqi.ts +27 -13
  215. package/src/{api → features/api}/modules/rbac/typings.d.ts +323 -304
  216. package/src/{api → features/api}/modules/rbac/yonghujiekou.ts +49 -16
  217. package/src/{api → features/api}/modules/rbac/yonghushoucangbiaojiekou.ts +21 -6
  218. package/src/{api → features/api}/modules/rbac/yonghuzuijinchangyongbiaojiekou.ts +13 -4
  219. package/src/{api → features/api}/modules/rbac/ziyuanjiekou.ts +44 -5
  220. package/src/{api → features/api}/modules/rbac/zuhuguanlijiekou.ts +21 -12
  221. package/src/{api → features/api}/modules/rbac/zuzhijiaosebiaokongzhiqi.ts +13 -4
  222. package/src/{api → features/api}/modules/rbac/zuzhijiekou.ts +29 -11
  223. package/src/features/api/request.ts +5 -0
  224. package/src/{api → features/api}/system/user.ts +1 -1
  225. package/src/features/assets/styles/globals.css +188 -0
  226. package/src/{assets → features/assets}/styles/index.ts +2 -3
  227. package/src/features/assets/styles/rbac.css +51 -0
  228. package/src/features/assets/styles/resources/utils.css +53 -0
  229. package/src/features/assets/styles/resources/variables.css +5 -0
  230. package/src/features/components/MicroAppContainer/index.vue +9 -0
  231. package/src/features/components/NotAllowed/assets/403.svg +1 -0
  232. package/src/features/components/NotAllowed/assets/403_dark.svg +1 -0
  233. package/src/{components → features/components}/NotAllowed/index.vue +6 -8
  234. package/src/{components → features/components}/PassStrengthValidator/index.vue +33 -48
  235. package/src/{components → features/components}/PassStrengthValidator/rule.vue +13 -25
  236. package/src/{components → features/components}/PubinfoApp/index.vue +2 -1
  237. package/src/features/components/PubinfoIcon/index.vue +140 -0
  238. package/src/{components → features/components}/PubinfoProvider/index.ts +1 -2
  239. package/src/{composables → features/composables}/auth.ts +2 -2
  240. package/src/{composables → features/composables}/theme.ts +1 -1
  241. package/src/{composables → features/composables}/watchDiff.ts +1 -1
  242. package/src/features/context/index.ts +40 -0
  243. package/src/features/enum.ts +21 -0
  244. package/src/features/index.ts +8 -0
  245. package/src/{pages/system/[...all].vue → features/pages/not-found/index.vue} +6 -8
  246. package/src/{pages/personal → features/pages}/profile/index.vue +1 -1
  247. package/src/features/router/asyncRoutes.ts +35 -0
  248. package/src/features/router/index.ts +2 -0
  249. package/src/features/router/systemRoutes.ts +45 -0
  250. package/src/{config/settings.ts → features/settings/index.ts} +0 -1
  251. package/src/{stores/enum/index.ts → features/stores/enum.ts} +0 -1
  252. package/src/features/stores/index.ts +1 -0
  253. package/src/{stores → features/stores}/modules/keepAlive.ts +1 -0
  254. package/src/{stores → features/stores}/modules/menu.ts +44 -6
  255. package/src/{stores → features/stores}/modules/route.ts +89 -65
  256. package/src/{stores → features/stores}/modules/settings.ts +27 -10
  257. package/src/{stores → features/stores}/modules/tabbar.ts +8 -5
  258. package/src/{stores → features/stores}/modules/user.ts +60 -25
  259. package/src/{utils → features/stores/utils}/crypto.ts +7 -10
  260. package/src/features/stores/utils/index.ts +2 -0
  261. package/src/features/stores/utils/routerHelper.ts +221 -0
  262. package/src/index.ts +117 -12
  263. package/src/utils/cleanup.ts +1 -1
  264. package/src/utils/index.ts +4 -43
  265. package/src/utils/path.ts +5 -0
  266. package/src/utils/proxy.ts +36 -0
  267. package/src/utils/storage.ts +2 -4
  268. package/types/auto-imports.d.ts +3 -10
  269. package/types/components.d.ts +16 -15
  270. package/types/menu.d.ts +2 -0
  271. package/types/module.d.ts +2 -15
  272. package/types/settings.d.ts +0 -8
  273. package/types/tabbar.d.ts +1 -0
  274. package/types/vue-router.d.ts +11 -7
  275. package/dist/HButton.vue_vue_type_script_setup_true_lang-CYAzn9Mg.js +0 -25
  276. package/dist/HDivider-DgXBhPr0.js +0 -21
  277. package/dist/HToggle-Cd71WKvG.js +0 -34
  278. package/dist/PreferencesContent-MR1Db7z7.js +0 -972
  279. package/dist/SettingPage-C1CT1Mm8.js +0 -29
  280. package/dist/SettingThemes-BJu9czNK.js +0 -144
  281. package/dist/_...all_-18BnHmEa.js +0 -52
  282. package/dist/_plugin-vue_export-helper-CHgC5LLL.js +0 -9
  283. package/dist/api/helper.d.ts +0 -32
  284. package/dist/api/interface.d.ts +0 -14
  285. package/dist/api/request.d.ts +0 -2
  286. package/dist/api/system/app.d.ts +0 -17
  287. package/dist/config/index.d.ts +0 -1
  288. package/dist/context.d.ts +0 -14
  289. package/dist/create.d.ts +0 -3
  290. package/dist/directives/index.d.ts +0 -4
  291. package/dist/directives/plugins/permission.d.ts +0 -6
  292. package/dist/index-C1p_tY7i.js +0 -49
  293. package/dist/index-CCPTQYuB.js +0 -12910
  294. package/dist/index-CNUEMTao.js +0 -354
  295. package/dist/index-CmXo8ShY.js +0 -276
  296. package/dist/index-DL8Y7jFG.js +0 -137
  297. package/dist/index-DTQQt_XY.js +0 -10
  298. package/dist/index-Dj8zy7hH.js +0 -230
  299. package/dist/index.vue_vue_type_style_index_0_scoped_fa1c6ee4_lang-BCo6Ft-Q.js +0 -2300
  300. package/dist/interface.d.ts +0 -29
  301. package/dist/locales/index.d.ts +0 -301
  302. package/dist/menu-CLiZ1BO_.js +0 -15315
  303. package/dist/pick-C9bU8_xv.js +0 -19
  304. package/dist/request.js +0 -1811
  305. package/dist/route/async.d.ts +0 -9
  306. package/dist/route/guard/auth.d.ts +0 -3
  307. package/dist/route/guard/basic.d.ts +0 -3
  308. package/dist/route/guard/index.d.ts +0 -3
  309. package/dist/route/guard/setting.d.ts +0 -3
  310. package/dist/route/index.d.ts +0 -7
  311. package/dist/route/routes.d.ts +0 -3
  312. package/dist/stores/index.d.ts +0 -5
  313. package/dist/stores/modules/user.d.ts +0 -4
  314. package/dist/stores/plugin/persist.d.ts +0 -5
  315. package/dist/stores/plugin/sideEffect/index.d.ts +0 -5
  316. package/dist/utils/crypto.d.ts +0 -4
  317. package/dist/utils/eventBus.d.ts +0 -5
  318. package/src/api/helper.ts +0 -64
  319. package/src/api/index.ts +0 -75
  320. package/src/api/interface.ts +0 -15
  321. package/src/api/request.ts +0 -4
  322. package/src/api/system/app.ts +0 -28
  323. package/src/assets/icons/add-child.svg +0 -1
  324. package/src/assets/icons/authority.svg +0 -1
  325. package/src/assets/icons/authorize.svg +0 -1
  326. package/src/assets/icons/blacklist-disable.svg +0 -1
  327. package/src/assets/icons/blacklist-enable.svg +0 -1
  328. package/src/assets/icons/browser-360.svg +0 -1
  329. package/src/assets/icons/browser-chrome.svg +0 -1
  330. package/src/assets/icons/browser-edge.svg +0 -1
  331. package/src/assets/icons/browser-ie.svg +0 -1
  332. package/src/assets/icons/browser-other.svg +0 -1
  333. package/src/assets/icons/browser-qq.svg +0 -1
  334. package/src/assets/icons/browser-safari.svg +0 -1
  335. package/src/assets/icons/browser-uc.svg +0 -1
  336. package/src/assets/icons/edit.svg +0 -1
  337. package/src/assets/icons/empty-data.svg +0 -1
  338. package/src/assets/icons/icard.svg +0 -1
  339. package/src/assets/icons/icon_animation.svg +0 -1
  340. package/src/assets/icons/icon_breadcrumb.svg +0 -1
  341. package/src/assets/icons/icon_copyright.svg +0 -1
  342. package/src/assets/icons/icon_jt.svg +0 -1
  343. package/src/assets/icons/icon_layout.svg +0 -1
  344. package/src/assets/icons/icon_mainpage.svg +0 -1
  345. package/src/assets/icons/icon_menu.svg +0 -1
  346. package/src/assets/icons/icon_page_size.svg +0 -1
  347. package/src/assets/icons/icon_position_type.svg +0 -1
  348. package/src/assets/icons/icon_safe_manage.svg +0 -1
  349. package/src/assets/icons/icon_screen_scale.svg +0 -6
  350. package/src/assets/icons/icon_system_manage.svg +0 -1
  351. package/src/assets/icons/icon_tabbar.svg +0 -1
  352. package/src/assets/icons/icon_toolbar.svg +0 -1
  353. package/src/assets/icons/icon_topbar.svg +0 -1
  354. package/src/assets/icons/icon_watermark.svg +0 -1
  355. package/src/assets/icons/image-load-fail.svg +0 -1
  356. package/src/assets/icons/log-center.svg +0 -1
  357. package/src/assets/icons/logo-sig.svg +0 -1
  358. package/src/assets/icons/not-data.svg +0 -1
  359. package/src/assets/icons/org-main.svg +0 -1
  360. package/src/assets/icons/org-unmain.svg +0 -1
  361. package/src/assets/icons/process-management.svg +0 -1
  362. package/src/assets/icons/project-management.svg +0 -1
  363. package/src/assets/icons/rbac.svg +0 -1
  364. package/src/assets/icons/remove.svg +0 -1
  365. package/src/assets/icons/resource-app.svg +0 -1
  366. package/src/assets/icons/resource-btn.svg +0 -1
  367. package/src/assets/icons/resource-index.svg +0 -1
  368. package/src/assets/icons/resource-menu.svg +0 -1
  369. package/src/assets/icons/resource-nonmenu.svg +0 -1
  370. package/src/assets/icons/setting-manage.svg +0 -1
  371. package/src/assets/icons/test.svg +0 -1
  372. package/src/assets/icons/theme-check-mark.svg +0 -1
  373. package/src/assets/icons/theme-title.svg +0 -1
  374. package/src/assets/icons/tree_icon.svg +0 -1
  375. package/src/assets/icons/tree_icon_checked.svg +0 -1
  376. package/src/assets/icons/view.svg +0 -1
  377. package/src/assets/icons/workbench.svg +0 -1
  378. package/src/assets/icons/zddata.svg +0 -1
  379. package/src/assets/icons/zy_checked.svg +0 -1
  380. package/src/assets/icons/zy_default.svg +0 -1
  381. package/src/assets/images/layout/item1.webp +0 -0
  382. package/src/assets/images/layout/item1_dark.webp +0 -0
  383. package/src/assets/images/layout/item2.webp +0 -0
  384. package/src/assets/images/layout/item2_dark.webp +0 -0
  385. package/src/assets/images/layout/item3.webp +0 -0
  386. package/src/assets/images/layout/item3_dark.webp +0 -0
  387. package/src/assets/images/layout/item4.webp +0 -0
  388. package/src/assets/images/layout/item4_dark.webp +0 -0
  389. package/src/assets/images/layout/item5.webp +0 -0
  390. package/src/assets/images/layout/item5_dark.webp +0 -0
  391. package/src/assets/images/page-width/anto_min_w_dark.webp +0 -0
  392. package/src/assets/images/page-width/auto.webp +0 -0
  393. package/src/assets/images/page-width/auto_dark.webp +0 -0
  394. package/src/assets/images/page-width/auto_min_w.webp +0 -0
  395. package/src/assets/images/page-width/auto_min_w_dark.webp +0 -0
  396. package/src/assets/images/page-width/icon_auto.webp +0 -0
  397. package/src/assets/images/page-width/icon_auto_dark.webp +0 -0
  398. package/src/assets/images/page-width/icon_auto_min_w.webp +0 -0
  399. package/src/assets/images/page-width/icon_auto_min_w_dark.webp +0 -0
  400. package/src/assets/images/page-width/icon_middle.webp +0 -0
  401. package/src/assets/images/page-width/icon_middle_dark.webp +0 -0
  402. package/src/assets/images/page-width/icon_middle_max_w.webp +0 -0
  403. package/src/assets/images/page-width/icon_middle_max_w_dark.webp +0 -0
  404. package/src/assets/images/page-width/middle.webp +0 -0
  405. package/src/assets/images/page-width/middle_dark.webp +0 -0
  406. package/src/assets/images/page-width/middle_max_w.webp +0 -0
  407. package/src/assets/images/page-width/middle_max_w_dark.webp +0 -0
  408. package/src/assets/styles/globals.scss +0 -189
  409. package/src/assets/styles/nprogress.scss +0 -63
  410. package/src/assets/styles/rbac.scss +0 -61
  411. package/src/assets/styles/resources/utils.scss +0 -53
  412. package/src/assets/styles/resources/variables.scss +0 -6
  413. package/src/components/PubinfoIcon/index.vue +0 -85
  414. package/src/config/index.ts +0 -1
  415. package/src/context.ts +0 -30
  416. package/src/create.ts +0 -88
  417. package/src/directives/index.ts +0 -6
  418. package/src/interface.ts +0 -35
  419. package/src/layout/Layout.vue +0 -330
  420. package/src/layout/components/Content/index.vue +0 -100
  421. package/src/layout/components/Header/TopMode/NotCursor.vue +0 -77
  422. package/src/layout/components/Header/index.vue +0 -263
  423. package/src/layout/components/SettingBar/components/SettingEnableTransition.vue +0 -215
  424. package/src/layout/components/SettingBar/components/SettingMode.vue +0 -164
  425. package/src/layout/components/SettingBar/index.vue +0 -112
  426. package/src/layout/components/Tools/Breadcrumb/index.vue +0 -21
  427. package/src/layout/components/Tools/DayNightSwitch.vue +0 -93
  428. package/src/layout/components/Tools/I18nSelector.vue +0 -52
  429. package/src/layout/ui-kit/HDivider.vue +0 -53
  430. package/src/layout/ui-kit/HToggle.vue +0 -177
  431. package/src/pages/system/change-password/page.vue +0 -58
  432. package/src/pages/system/index.vue +0 -5
  433. package/src/route/async.ts +0 -18
  434. package/src/route/guard/basic.ts +0 -23
  435. package/src/route/guard/index.ts +0 -3
  436. package/src/route/index.ts +0 -12
  437. package/src/route/routes.ts +0 -101
  438. package/src/stores/index.ts +0 -10
  439. package/src/stores/plugin/persist.ts +0 -27
  440. package/src/stores/plugin/sideEffect/index.ts +0 -15
  441. package/src/utils/eventBus.ts +0 -15
  442. package/dist/{api/enum/code.d.ts → built-in/authentication/enum.d.ts} +0 -0
  443. package/dist/{components/NotAllowed → built-in/authentication/pages/change-organization}/index.vue.d.ts +0 -0
  444. package/dist/{pages/system → built-in/authentication/pages}/change-password/components/ChangePasswordForm/index.vue.d.ts +0 -0
  445. package/dist/{pages/system → built-in/authentication/pages}/change-password/index.vue.d.ts +0 -0
  446. package/dist/{layout/components/Topbar/Toolbar → built-in/authorization/pages/not-permission}/index.vue.d.ts +0 -0
  447. package/dist/{components/PubinfoApp → built-in/layout-component/components/BackTop}/index.vue.d.ts +0 -0
  448. package/dist/{layout → built-in/layout-component}/components/Content/IframeView.vue.d.ts +0 -0
  449. package/dist/{layout → built-in/layout-component}/components/Content/LinkView.vue.d.ts +0 -0
  450. package/dist/{layout/components/BackTop → built-in/layout-component/components/Content}/index.vue.d.ts +0 -0
  451. package/dist/{layout/components/Content → built-in/layout-component/components/Copyright}/index.vue.d.ts +0 -0
  452. package/dist/{layout → built-in/layout-component}/components/Header/TopMode/index.vue.d.ts +0 -0
  453. package/dist/{layout → built-in/layout-component}/components/Header/TopThinMode.vue.d.ts +0 -0
  454. package/dist/{layout → built-in/layout-component}/components/Header/index.vue.d.ts +0 -0
  455. package/dist/{layout → built-in/layout-component}/components/Logo/index.vue.d.ts +0 -0
  456. package/dist/{layout → built-in/layout-component}/components/Menu/index.vue.d.ts +0 -0
  457. package/dist/{layout → built-in/layout-component}/components/Menu/item.vue.d.ts +0 -0
  458. package/dist/{layout → built-in/layout-component}/components/SettingBar/AppSetting.vue.d.ts +0 -0
  459. package/dist/{layout → built-in/layout-component}/components/SettingBar/components/DayNightToggle.vue.d.ts +0 -0
  460. package/dist/{layout → built-in/layout-component}/components/SettingBar/components/SettingBreadcrumb.vue.d.ts +0 -0
  461. package/dist/{layout → built-in/layout-component}/components/SettingBar/components/SettingCopyright.vue.d.ts +0 -0
  462. package/dist/{layout → built-in/layout-component}/components/SettingBar/components/SettingEnableTransition.vue.d.ts +0 -0
  463. package/dist/{layout → built-in/layout-component}/components/SettingBar/components/SettingHome.vue.d.ts +0 -0
  464. package/dist/{layout → built-in/layout-component}/components/SettingBar/components/SettingMenu.vue.d.ts +0 -0
  465. package/dist/{layout → built-in/layout-component}/components/SettingBar/components/SettingMode.vue.d.ts +0 -0
  466. package/dist/{layout → built-in/layout-component}/components/SettingBar/components/SettingNavSearch.vue.d.ts +0 -0
  467. package/dist/{layout → built-in/layout-component}/components/SettingBar/components/SettingOther.vue.d.ts +0 -0
  468. package/dist/{layout → built-in/layout-component}/components/SettingBar/components/SettingPage.vue.d.ts +0 -0
  469. package/dist/{layout → built-in/layout-component}/components/SettingBar/components/SettingTabbar.vue.d.ts +0 -0
  470. package/dist/{layout → built-in/layout-component}/components/SettingBar/components/SettingThemes.vue.d.ts +0 -0
  471. package/dist/{layout → built-in/layout-component}/components/SettingBar/components/SettingToolbar.vue.d.ts +0 -0
  472. package/dist/{layout → built-in/layout-component}/components/SettingBar/components/SettingTopbar.vue.d.ts +0 -0
  473. package/dist/{layout → built-in/layout-component}/components/SettingBar/components/SettingWidthMode.vue.d.ts +0 -0
  474. package/dist/{layout/components/Copyright → built-in/layout-component/components/SettingBar}/index.vue.d.ts +0 -0
  475. package/dist/{layout → built-in/layout-component}/components/Sidebar/MainSidebar.vue.d.ts +0 -0
  476. package/dist/{layout → built-in/layout-component}/components/Sidebar/SubSidebar.vue.d.ts +0 -0
  477. package/dist/{layout/components/SettingBar → built-in/layout-component/components/Sidebar}/index.vue.d.ts +0 -0
  478. package/dist/{layout → built-in/layout-component}/components/Tools/Breadcrumb/index.vue.d.ts +0 -0
  479. package/dist/{layout → built-in/layout-component}/components/Tools/Breadcrumb/item.vue.d.ts +0 -0
  480. package/dist/{layout → built-in/layout-component}/components/Tools/DayNightSwitch.vue.d.ts +0 -0
  481. package/dist/{layout → built-in/layout-component}/components/Tools/HotkeysIntro.vue.d.ts +0 -0
  482. package/dist/{layout → built-in/layout-component}/components/Tools/Preferences/PreferencesContent.vue.d.ts +0 -0
  483. package/dist/{layout → built-in/layout-component}/components/Tools/Preferences/index.vue.d.ts +0 -0
  484. package/dist/{layout → built-in/layout-component}/components/Topbar/Tabbar/index.vue.d.ts +0 -0
  485. package/dist/{layout → built-in/layout-component}/components/Topbar/Toolbar/Favorites.vue.d.ts +0 -0
  486. package/dist/{layout → built-in/layout-component}/components/Topbar/Toolbar/Star.vue.d.ts +0 -0
  487. package/dist/{layout/components/Topbar → built-in/layout-component/components/Topbar/Toolbar}/index.vue.d.ts +0 -0
  488. package/dist/{pages/personal/profile → built-in/layout-component/components/Topbar}/index.vue.d.ts +0 -0
  489. package/dist/{layout/ui-kit → built-in/layout-component/components/ui}/HBadge.vue.d.ts +0 -0
  490. package/dist/{layout/ui-kit → built-in/layout-component/components/ui}/HButton.vue.d.ts +1 -1
  491. package/dist/{layout/ui-kit → built-in/layout-component/components/ui}/HCheckList.vue.d.ts +2 -2
  492. package/dist/{layout/ui-kit → built-in/layout-component/components/ui}/HDivider.vue.d.ts +0 -0
  493. package/dist/{layout/ui-kit → built-in/layout-component/components/ui}/HDropdown.vue.d.ts +0 -0
  494. package/dist/{layout/ui-kit → built-in/layout-component/components/ui}/HDropdownMenu.vue.d.ts +0 -0
  495. package/dist/{layout/ui-kit → built-in/layout-component/components/ui}/HDropdownTree.vue.d.ts +0 -0
  496. package/dist/{layout/ui-kit → built-in/layout-component/components/ui}/HInput.vue.d.ts +0 -0
  497. package/dist/{layout/ui-kit → built-in/layout-component/components/ui}/HKbd.vue.d.ts +0 -0
  498. package/dist/{layout/ui-kit → built-in/layout-component/components/ui}/HSelect.vue.d.ts +0 -0
  499. package/dist/{layout/ui-kit → built-in/layout-component/components/ui}/HToggle.vue.d.ts +0 -0
  500. package/dist/{layout → built-in/layout-component}/composables/useGetComputedStyle.d.ts +0 -0
  501. package/dist/{layout → built-in/layout-component}/composables/useMainPage.d.ts +0 -0
  502. package/dist/{layout → built-in/layout-component}/composables/useTabbar.d.ts +0 -0
  503. package/dist/{layout → built-in/layout-component}/composables/useTitle.d.ts +0 -0
  504. package/dist/{layout → built-in/layout-component}/composables/useViewTransition.d.ts +0 -0
  505. package/dist/{layout → built-in/layout-component}/composables/useWatermark.d.ts +0 -0
  506. package/dist/{pages/system/change-organization → built-in/layout-component/pages/reload}/index.vue.d.ts +0 -0
  507. package/dist/{layout → built-in/layout-component}/provider.d.ts +0 -0
  508. package/dist/{utils → built-in/layout-component/utils}/injectionKeys.d.ts +0 -0
  509. package/dist/{locales → built-in/locales}/lang/en.json.d.ts +0 -0
  510. package/dist/{locales → built-in/locales}/lang/zh-cn.json.d.ts +0 -0
  511. package/dist/{locales → built-in/locales}/lang/zh-tw.json.d.ts +0 -0
  512. package/dist/{locales → built-in/locales}/ui.d.ts +0 -0
  513. package/dist/{stores → built-in/pinia-plugin}/helper.d.ts +0 -0
  514. package/dist/{stores/plugin/sideEffect → built-in/pinia-plugin/plugins}/cleanup.d.ts +0 -0
  515. package/dist/{stores/plugin/sideEffect → built-in/pinia-plugin/plugins}/favoritesStorage.d.ts +0 -0
  516. package/dist/{stores/plugin/sideEffect → built-in/pinia-plugin/plugins}/iframeCache.d.ts +0 -0
  517. package/dist/{stores/plugin/sideEffect → built-in/pinia-plugin/plugins}/tabbarStorage.d.ts +0 -0
  518. package/dist/{utils → core}/utils.d.ts +0 -0
  519. package/dist/{api → features/api}/modules/auth/index.d.ts +0 -0
  520. package/dist/{api → features/api}/modules/configData/heibaimingdanfuwu.d.ts +0 -0
  521. package/dist/{api → features/api}/modules/configData/xitongpeizhifuwu.d.ts +0 -0
  522. package/dist/{api/modules/configData/zidianfuwu.d.ts → features/api/modules/configData/zidifuwu.d.ts} +0 -0
  523. package/dist/{api → features/api}/modules/rbac/gangweijiekou.d.ts +0 -0
  524. package/dist/{api → features/api}/modules/rbac/index.d.ts +0 -0
  525. package/dist/{api → features/api}/modules/rbac/jiaosejiekou.d.ts +0 -0
  526. package/dist/{api → features/api}/modules/rbac/shujuquanxianzhubiaokongzhiqi.d.ts +0 -0
  527. package/dist/{api → features/api}/modules/rbac/yonghujiekou.d.ts +0 -0
  528. package/dist/{api → features/api}/modules/rbac/yonghushoucangbiaojiekou.d.ts +0 -0
  529. package/dist/{api → features/api}/modules/rbac/yonghuzuijinchangyongbiaojiekou.d.ts +0 -0
  530. package/dist/{api → features/api}/modules/rbac/zuhuguanlijiekou.d.ts +0 -0
  531. package/dist/{api → features/api}/modules/rbac/zuzhijiaosebiaokongzhiqi.d.ts +0 -0
  532. package/dist/{api → features/api}/modules/rbac/zuzhijiekou.d.ts +0 -0
  533. package/dist/{api → features/api}/system/user.d.ts +0 -0
  534. package/dist/{pages/system → features/components/MicroAppContainer}/index.vue.d.ts +0 -0
  535. package/dist/{pages/system/not-permission → features/components/NotAllowed}/index.vue.d.ts +0 -0
  536. package/dist/{components → features/components}/PageHeader/index.vue.d.ts +0 -0
  537. package/dist/{components → features/components}/PageMain/index.vue.d.ts +0 -0
  538. package/dist/{components → features/components}/PassStrengthValidator/index.vue.d.ts +2 -2
  539. package/dist/{components → features/components}/PassStrengthValidator/rule.vue.d.ts +0 -0
  540. package/dist/{layout/components/Sidebar → features/components/PubinfoApp}/index.vue.d.ts +0 -0
  541. package/dist/{components → features/components}/PubinfoIcon/index.vue.d.ts +0 -0
  542. package/dist/{components → features/components}/PubinfoProvider/index.d.ts +0 -0
  543. package/dist/{components → features/components}/index.d.ts +0 -0
  544. package/dist/{composables → features/composables}/index.d.ts +0 -0
  545. package/dist/{composables → features/composables}/log.d.ts +0 -0
  546. package/dist/{composables → features/composables}/theme.d.ts +0 -0
  547. package/dist/{composables → features/composables}/watchDiff.d.ts +0 -0
  548. package/dist/{pages/system/[...all].vue.d.ts → features/pages/not-found/index.vue.d.ts} +0 -0
  549. package/dist/{pages/system/reload.vue.d.ts → features/pages/profile/index.vue.d.ts} +0 -0
  550. package/dist/{config/settings.d.ts → features/settings/index.d.ts} +0 -0
  551. package/dist/{stores/enum/index.d.ts → features/stores/enum.d.ts} +0 -0
  552. package/dist/{stores → features/stores}/modules/iframe.d.ts +0 -0
  553. package/dist/{stores → features/stores}/modules/index.d.ts +0 -0
  554. package/dist/{stores → features/stores}/modules/keepAlive.d.ts +0 -0
  555. package/dist/{stores → features/stores}/modules/menu.d.ts +0 -0
  556. package/dist/{stores → features/stores}/modules/settings.d.ts +0 -0
  557. package/src/{api/enum/code.ts → built-in/authentication/enum.ts} +0 -0
  558. package/src/{assets/icons → built-in/authentication/pages/change-organization/assets}/change-org.svg +0 -0
  559. package/src/{assets/images → built-in/authentication/pages/change-organization/assets}/login-small.png +0 -0
  560. package/src/{assets/images → built-in/authentication/pages/change-organization/assets}/login-small_dark.webp +0 -0
  561. package/src/{assets/icons → built-in/authentication/pages/change-password/assets}/mima.svg +0 -0
  562. package/src/{assets/icons → built-in/authorization/pages/not-permission}/403.svg +0 -0
  563. package/src/{assets/icons → built-in/authorization/pages/not-permission}/403_dark.svg +0 -0
  564. package/src/{assets → built-in/layout-component/assets}/icons/favorites.svg +0 -0
  565. package/src/{assets → built-in/layout-component/assets}/icons/toolbar-collapse.svg +0 -0
  566. package/src/{assets → built-in/layout-component/assets}/images/not-cursor.png +0 -0
  567. package/src/{layout → built-in/layout-component}/components/BackTop/index.vue +0 -0
  568. package/src/{layout → built-in/layout-component}/components/Header/TopThinMode.vue +0 -0
  569. package/src/{layout → built-in/layout-component}/components/Menu/sub.vue +0 -0
  570. package/src/{layout → built-in/layout-component}/components/SettingBar/components/SettingBreadcrumb.vue +0 -0
  571. package/src/{layout → built-in/layout-component}/components/SettingBar/components/SettingCopyright.vue +0 -0
  572. package/src/{layout → built-in/layout-component}/components/SettingBar/components/SettingHome.vue +0 -0
  573. package/src/{layout → built-in/layout-component}/components/SettingBar/components/SettingMenu.vue +0 -0
  574. package/src/{layout → built-in/layout-component}/components/SettingBar/components/SettingNavSearch.vue +0 -0
  575. package/src/{layout → built-in/layout-component}/components/SettingBar/components/SettingOther.vue +0 -0
  576. package/src/{layout → built-in/layout-component}/components/SettingBar/components/SettingPage.vue +0 -0
  577. package/src/{layout → built-in/layout-component}/components/SettingBar/components/SettingTabbar.vue +0 -0
  578. package/src/{layout → built-in/layout-component}/components/SettingBar/components/SettingToolbar.vue +0 -0
  579. package/src/{layout → built-in/layout-component}/components/SettingBar/components/SettingTopbar.vue +0 -0
  580. package/src/{layout → built-in/layout-component}/components/Sidebar/index.vue +0 -0
  581. package/src/{layout → built-in/layout-component}/components/Tools/Breadcrumb/item.vue +0 -0
  582. package/src/{layout → built-in/layout-component}/components/Tools/HotkeysIntro.vue +0 -0
  583. package/src/{layout → built-in/layout-component}/components/Tools/Preferences/index.vue +0 -0
  584. package/src/{layout → built-in/layout-component}/components/Topbar/Toolbar/Star.vue +0 -0
  585. package/src/{layout/ui-kit → built-in/layout-component/components/ui}/HBadge.vue +0 -0
  586. package/src/{layout/ui-kit → built-in/layout-component/components/ui}/HButton.vue +0 -0
  587. package/src/{layout/ui-kit → built-in/layout-component/components/ui}/HDropdown.vue +0 -0
  588. package/src/{layout/ui-kit → built-in/layout-component/components/ui}/HInput.vue +0 -0
  589. package/src/{layout/ui-kit → built-in/layout-component/components/ui}/HKbd.vue +0 -0
  590. package/src/{layout/ui-kit → built-in/layout-component/components/ui}/HSelect.vue +0 -0
  591. package/src/{layout/ui-kit → built-in/layout-component/components/ui}/HTabList.vue +0 -0
  592. package/src/{layout → built-in/layout-component}/composables/useViewTransition.ts +0 -0
  593. package/src/{pages/system/reload.vue → built-in/layout-component/pages/reload/index.vue} +0 -0
  594. package/src/{utils → built-in/layout-component/utils}/injectionKeys.ts +0 -0
  595. package/src/{locales → built-in/locales}/lang/en.json +0 -0
  596. package/src/{locales → built-in/locales}/lang/zh-cn.json +0 -0
  597. package/src/{locales → built-in/locales}/lang/zh-tw.json +0 -0
  598. package/src/{locales → built-in/locales}/ui.ts +0 -0
  599. package/src/{utils → core}/utils.ts +0 -0
  600. package/src/{api → features/api}/modules/auth/index.ts +0 -0
  601. package/src/{api → features/api}/modules/rbac/index.ts +0 -0
  602. package/src/{api → features/api}/system/typings.d.ts +0 -0
  603. package/src/{assets → features/assets}/fonts/digital-7/digital-7-webfont.eot +0 -0
  604. package/src/{assets → features/assets}/fonts/digital-7/digital-7-webfont.svg +0 -0
  605. package/src/{assets → features/assets}/fonts/digital-7/digital-7-webfont.woff +0 -0
  606. package/src/{assets → features/assets}/fonts/digital-7/digital-7-webfont.woff2 +0 -0
  607. package/src/{assets → features/assets}/fonts/digital-7/stylesheet.css +0 -0
  608. package/src/{assets → features/assets}/fonts/digital-7_mono/digital-7_mono-webfont.eot +0 -0
  609. package/src/{assets → features/assets}/fonts/digital-7_mono/digital-7_mono-webfont.svg +0 -0
  610. package/src/{assets → features/assets}/fonts/digital-7_mono/digital-7_mono-webfont.woff +0 -0
  611. package/src/{assets → features/assets}/fonts/digital-7_mono/digital-7_mono-webfont.woff2 +0 -0
  612. package/src/{assets → features/assets}/fonts/digital-7_mono/stylesheet.css +0 -0
  613. package/src/{assets → features/assets}/fonts/title.otf +0 -0
  614. package/src/{assets → features/assets}/images/change-org-bc.webp +0 -0
  615. package/src/{assets → features/assets}/images/header-bg.png +0 -0
  616. package/src/{assets → features/assets}/images/logo.png +0 -0
  617. package/src/{assets → features/assets}/images/org.svg +0 -0
  618. package/src/{assets → features/assets}/images/slider-bg.png +0 -0
  619. package/src/{components → features/components}/PageHeader/index.vue +0 -0
  620. package/src/{components → features/components}/PageMain/index.vue +0 -0
  621. package/src/{components → features/components}/index.ts +0 -0
  622. package/src/{composables → features/composables}/index.ts +0 -0
  623. package/src/{composables → features/composables}/log.ts +0 -0
  624. package/src/{assets/icons → features/pages/not-found/assets}/404.svg +0 -0
  625. package/src/{assets/icons → features/pages/not-found/assets}/404_dark.svg +0 -0
  626. package/src/{stores → features/stores}/modules/favorites.ts +1 -1
  627. /package/src/{stores → features/stores}/modules/iframe.ts +0 -0
  628. /package/src/{stores → features/stores}/modules/index.ts +0 -0
@@ -1,16 +1,16 @@
1
- import { _ as r } from "./HDivider-DgXBhPr0.js";
2
- import { _ as p } from "./HCheckList.vue_vue_type_script_setup_true_lang-D4u_haxr.js";
3
- import { _ } from "./HToggle-Cd71WKvG.js";
4
- import { defineComponent as b, toRefs as f, createBlock as g, openBlock as c, withCtx as V, createElementVNode as n, createVNode as s, unref as t } from "vue";
5
- import { u as v } from "./index-CCPTQYuB.js";
6
- const M = { class: "setting-item" }, x = { class: "setting-item" }, B = { class: "setting-item" }, w = /* @__PURE__ */ b({
1
+ import { _ as r } from "./HDivider.vue_vue_type_script_setup_true_lang-DIHR-9Yv.js";
2
+ import { _ as b } from "./HCheckList.vue_vue_type_script_setup_true_lang-A7PnhNKK.js";
3
+ import { _ as p } from "./HToggle-xibvPpmf.js";
4
+ import { defineComponent as _, toRefs as f, createBlock as c, openBlock as g, withCtx as V, createElementVNode as n, createVNode as s, unref as t } from "vue";
5
+ import { bG as v } from "./index-RwbJwutI.js";
6
+ const M = { class: "setting-item" }, x = { class: "setting-item" }, B = { class: "setting-item" }, $ = /* @__PURE__ */ _({
7
7
  name: "SettingBreadcrumb",
8
8
  __name: "SettingBreadcrumb",
9
9
  setup(C) {
10
10
  const { settingsStore: i } = v(), { breadcrumb: l, menu: d } = f(i.settings);
11
11
  return (k, e) => {
12
- const a = _, m = p, u = r;
13
- return c(), g(u, { title: "面包屑导航" }, {
12
+ const a = p, m = b, u = r;
13
+ return g(), c(u, { title: "面包屑导航" }, {
14
14
  default: V(() => [
15
15
  n("div", M, [
16
16
  e[3] || (e[3] = n("div", { class: "label" }, " 是否启用 ", -1)),
@@ -46,5 +46,5 @@ const M = { class: "setting-item" }, x = { class: "setting-item" }, B = { class:
46
46
  }
47
47
  });
48
48
  export {
49
- w as default
49
+ $ as default
50
50
  };
@@ -1,16 +1,16 @@
1
- import { _ as u } from "./HDivider-DgXBhPr0.js";
1
+ import { _ as u } from "./HDivider.vue_vue_type_script_setup_true_lang-DIHR-9Yv.js";
2
2
  import { _ as p } from "./HInput.vue_vue_type_script_setup_true_lang-DBqCXRnn.js";
3
- import { _ as r } from "./HToggle-Cd71WKvG.js";
4
- import { defineComponent as b, toRef as _, createBlock as g, openBlock as V, withCtx as f, createElementVNode as o, createVNode as n, unref as t } from "vue";
5
- import { u as v } from "./index-CCPTQYuB.js";
6
- const y = { class: "setting-item" }, C = { class: "setting-item" }, U = { class: "setting-item" }, x = { class: "setting-item" }, w = { class: "setting-item" }, I = /* @__PURE__ */ b({
3
+ import { _ as r } from "./HToggle-xibvPpmf.js";
4
+ import { defineComponent as b, toRef as V, createBlock as g, openBlock as _, withCtx as f, createElementVNode as o, createVNode as n, unref as t } from "vue";
5
+ import { bG as v } from "./index-RwbJwutI.js";
6
+ const y = { class: "setting-item" }, C = { class: "setting-item" }, U = { class: "setting-item" }, x = { class: "setting-item" }, w = { class: "setting-item" }, E = /* @__PURE__ */ b({
7
7
  name: "SettingCopyright",
8
8
  __name: "SettingCopyright",
9
9
  setup(H) {
10
- const { settingsStore: i } = v(), l = _(i.settings, "copyright");
10
+ const { settingsStore: i } = v(), l = V(i.settings, "copyright");
11
11
  return (S, e) => {
12
12
  const a = r, d = p, m = u;
13
- return V(), g(m, { title: "底部版权" }, {
13
+ return _(), g(m, { title: "底部版权" }, {
14
14
  default: f(() => [
15
15
  o("div", y, [
16
16
  e[5] || (e[5] = o("div", { class: "label" }, " 是否启用 ", -1)),
@@ -58,5 +58,5 @@ const y = { class: "setting-item" }, C = { class: "setting-item" }, U = { class:
58
58
  }
59
59
  });
60
60
  export {
61
- I as default
61
+ E as default
62
62
  };
@@ -1,20 +1,19 @@
1
- import { _ as g } from "./HDivider-DgXBhPr0.js";
2
- import { u as k, c as x } from "./index-CCPTQYuB.js";
3
- import { _ as C } from "./HToggle-Cd71WKvG.js";
4
- import { defineComponent as T, toRefs as V, reactive as h, createBlock as c, openBlock as o, withCtx as l, createElementVNode as d, createElementBlock as r, createCommentVNode as E, createVNode as y, unref as s, isRef as H, Fragment as S, renderList as B, normalizeClass as N } from "vue";
5
- import { _ as L } from "./_plugin-vue_export-helper-CHgC5LLL.js";
6
- const M = { class: "flex items-center justify-center pb-4" }, R = {
1
+ import { _ as g } from "./HDivider.vue_vue_type_script_setup_true_lang-DIHR-9Yv.js";
2
+ import { bG as k, bS as x, b as C } from "./index-RwbJwutI.js";
3
+ import { _ as T } from "./HToggle-xibvPpmf.js";
4
+ import { defineComponent as V, toRefs as h, reactive as E, createBlock as c, openBlock as o, withCtx as l, createElementVNode as d, createElementBlock as r, createCommentVNode as S, createVNode as y, unref as s, isRef as H, Fragment as B, renderList as N, normalizeClass as $ } from "vue";
5
+ const L = { class: "flex items-center justify-center pb-4" }, M = {
7
6
  key: 0,
8
7
  class: "transition-mode"
9
- }, $ = ["onClick"], j = /* @__PURE__ */ T({
8
+ }, R = ["onClick"], j = /* @__PURE__ */ V({
10
9
  name: "SettingEnableTransition",
11
10
  __name: "SettingEnableTransition",
12
11
  setup(w) {
13
- const { settingsStore: m } = k(), { enableTransition: t, transitionMode: i } = V(m.settings.mainPage);
12
+ const { settingsStore: m } = k(), { enableTransition: t, transitionMode: i } = h(m.settings.mainPage);
14
13
  function _(n) {
15
14
  n && (i.value = n);
16
15
  }
17
- const u = h([
16
+ const u = E([
18
17
  {
19
18
  describe: "淡入淡出",
20
19
  active: "fade",
@@ -42,37 +41,37 @@ const M = { class: "flex items-center justify-center pb-4" }, R = {
42
41
  }
43
42
  ]);
44
43
  return (n, a) => {
45
- const p = C, f = x, v = g;
46
- return o(), c(v, { title: "页面切换动画" }, {
44
+ const f = T, p = x, b = g;
45
+ return o(), c(b, { title: "页面切换动画" }, {
47
46
  default: l(() => [
48
- d("div", M, [
49
- y(p, {
47
+ d("div", L, [
48
+ y(f, {
50
49
  modelValue: s(t),
51
50
  "onUpdate:modelValue": a[0] || (a[0] = (e) => H(t) ? t.value = e : null)
52
51
  }, null, 8, ["modelValue"])
53
52
  ]),
54
- s(t) ? (o(), r("div", R, [
55
- (o(!0), r(S, null, B(s(u), (e, b) => (o(), c(f, {
56
- key: b,
53
+ s(t) ? (o(), r("div", M, [
54
+ (o(!0), r(B, null, N(s(u), (e, v) => (o(), c(p, {
55
+ key: v,
57
56
  text: e.describe,
58
57
  placement: "bottom",
59
58
  delay: 500
60
59
  }, {
61
60
  default: l(() => [
62
61
  d("div", {
63
- class: N(["mode", [s(i) === e.active ? "active" : "", e.class]]),
62
+ class: $(["mode", [s(i) === e.active ? "active" : "", e.class]]),
64
63
  onClick: (z) => _(e.active)
65
- }, null, 10, $)
64
+ }, null, 10, R)
66
65
  ]),
67
66
  _: 2
68
67
  }, 1032, ["text"]))), 128))
69
- ])) : E("", !0)
68
+ ])) : S("", !0)
70
69
  ]),
71
70
  _: 1
72
71
  });
73
72
  };
74
73
  }
75
- }), q = /* @__PURE__ */ L(j, [["__scopeId", "data-v-04c0baff"]]);
74
+ }), P = /* @__PURE__ */ C(j, [["__scopeId", "data-v-5c698156"]]);
76
75
  export {
77
- q as default
76
+ P as default
78
77
  };
@@ -1,24 +1,24 @@
1
- import { _ as f } from "./HDivider-DgXBhPr0.js";
2
- import { _ as g } from "./HInput.vue_vue_type_script_setup_true_lang-DBqCXRnn.js";
3
- import { _ as V } from "./HToggle-Cd71WKvG.js";
4
- import { u as b, c as x } from "./index-CCPTQYuB.js";
5
- import { defineComponent as H, toRefs as v, createBlock as C, openBlock as N, withCtx as i, createElementVNode as s, createVNode as o, createTextVNode as _, unref as t } from "vue";
6
- import { R as a } from "./question-line-CfkciTFq.js";
7
- const R = { class: "setting-item" }, S = { class: "label" }, T = { class: "setting-item" }, k = { class: "label" }, Q = /* @__PURE__ */ H({
1
+ import { _ as f } from "./HDivider.vue_vue_type_script_setup_true_lang-DIHR-9Yv.js";
2
+ import { _ as b } from "./HInput.vue_vue_type_script_setup_true_lang-DBqCXRnn.js";
3
+ import { _ as g } from "./HToggle-xibvPpmf.js";
4
+ import { bG as V, bS as x } from "./index-RwbJwutI.js";
5
+ import { defineComponent as H, toRefs as v, createBlock as S, openBlock as C, withCtx as i, createElementVNode as s, createVNode as o, createTextVNode as a, unref as t } from "vue";
6
+ import { R as _ } from "./question-line-CfkciTFq.js";
7
+ const N = { class: "setting-item" }, R = { class: "label" }, T = { class: "setting-item" }, $ = { class: "label" }, L = /* @__PURE__ */ H({
8
8
  name: "SettingHome",
9
9
  __name: "SettingHome",
10
- setup(B) {
11
- const { settingsStore: d } = b(), { home: n, toolbar: r } = v(d.settings);
12
- return (I, e) => {
13
- const m = x, p = V, u = g, c = f;
14
- return N(), C(c, { title: "主页" }, {
10
+ setup(k) {
11
+ const { settingsStore: d } = V(), { home: n, toolbar: r } = v(d.settings);
12
+ return (B, e) => {
13
+ const m = x, p = g, u = b, c = f;
14
+ return C(), S(c, { title: "主页" }, {
15
15
  default: i(() => [
16
- s("div", R, [
17
- s("div", S, [
18
- e[2] || (e[2] = _(" 是否启用 ")),
16
+ s("div", N, [
17
+ s("div", R, [
18
+ e[2] || (e[2] = a(" 是否启用 ")),
19
19
  o(m, { text: "该功能开启时,登录成功默认进入主页,反之则默认进入导航栏里第一个导航页面" }, {
20
20
  default: i(() => [
21
- o(t(a))
21
+ o(t(_))
22
22
  ]),
23
23
  _: 1
24
24
  })
@@ -29,11 +29,11 @@ const R = { class: "setting-item" }, S = { class: "label" }, T = { class: "setti
29
29
  }, null, 8, ["modelValue"])
30
30
  ]),
31
31
  s("div", T, [
32
- s("div", k, [
33
- e[3] || (e[3] = _(" 主页名称 ")),
32
+ s("div", $, [
33
+ e[3] || (e[3] = a(" 主页名称 ")),
34
34
  o(m, { text: "开启国际化时,该设置无效" }, {
35
35
  default: i(() => [
36
- o(t(a))
36
+ o(t(_))
37
37
  ]),
38
38
  _: 1
39
39
  })
@@ -51,5 +51,5 @@ const R = { class: "setting-item" }, S = { class: "label" }, T = { class: "setti
51
51
  }
52
52
  });
53
53
  export {
54
- Q as default
54
+ L as default
55
55
  };
@@ -1,32 +1,32 @@
1
- import { _ } from "./HDivider-DgXBhPr0.js";
2
- import { _ as v } from "./HCheckList.vue_vue_type_script_setup_true_lang-D4u_haxr.js";
3
- import { _ as g } from "./HToggle-Cd71WKvG.js";
4
- import { u as M, c as y } from "./index-CCPTQYuB.js";
5
- import { defineComponent as f, toRef as c, createBlock as U, openBlock as b, withCtx as i, createElementVNode as s, createElementBlock as C, createCommentVNode as k, createVNode as t, createTextVNode as a, unref as l } from "vue";
1
+ import { _ as v } from "./HDivider.vue_vue_type_script_setup_true_lang-DIHR-9Yv.js";
2
+ import { _ as M } from "./HCheckList.vue_vue_type_script_setup_true_lang-A7PnhNKK.js";
3
+ import { _ } from "./HToggle-xibvPpmf.js";
4
+ import { bG as g, bS as y } from "./index-RwbJwutI.js";
5
+ import { defineComponent as f, toRef as c, createBlock as U, openBlock as b, withCtx as i, createElementVNode as s, createElementBlock as C, createCommentVNode as k, createVNode as d, createTextVNode as a, unref as l } from "vue";
6
6
  import { R as m } from "./question-line-CfkciTFq.js";
7
7
  const x = { class: "setting-item" }, H = { class: "label" }, S = { class: "setting-item" }, O = { class: "label" }, B = { class: "setting-item" }, R = { class: "label" }, w = { class: "setting-item" }, A = {
8
8
  key: 0,
9
9
  class: "setting-item"
10
- }, N = { class: "setting-item" }, T = { class: "setting-item" }, q = { class: "setting-item" }, z = /* @__PURE__ */ f({
10
+ }, N = { class: "setting-item" }, T = { class: "setting-item" }, $ = { class: "setting-item" }, Q = /* @__PURE__ */ f({
11
11
  name: "SettingMenu",
12
12
  __name: "SettingMenu",
13
- setup(E) {
14
- const { settingsStore: p } = M(), n = c(p.settings, "menu");
15
- return (J, e) => {
16
- const u = y, d = g, r = v, V = _;
13
+ setup(q) {
14
+ const { settingsStore: p } = g(), n = c(p.settings, "menu");
15
+ return (E, e) => {
16
+ const u = y, t = _, r = M, V = v;
17
17
  return b(), U(V, { title: "导航栏" }, {
18
18
  default: i(() => [
19
19
  s("div", x, [
20
20
  s("div", H, [
21
21
  e[8] || (e[8] = a(" 主导航切换跳转 ")),
22
- t(u, { text: "开启该功能后,切换主导航时,页面自动跳转至该主导航下,次导航里第一个导航" }, {
22
+ d(u, { text: "开启该功能后,切换主导航时,页面自动跳转至该主导航下,次导航里第一个导航" }, {
23
23
  default: i(() => [
24
- t(l(m))
24
+ d(l(m))
25
25
  ]),
26
26
  _: 1
27
27
  })
28
28
  ]),
29
- t(d, {
29
+ d(t, {
30
30
  modelValue: l(n).switchMainMenuAndPageJump,
31
31
  "onUpdate:modelValue": e[0] || (e[0] = (o) => l(n).switchMainMenuAndPageJump = o),
32
32
  disabled: ["single", "only-side", "only-head"].includes(l(n).menuMode)
@@ -35,14 +35,14 @@ const x = { class: "setting-item" }, H = { class: "label" }, S = { class: "setti
35
35
  s("div", S, [
36
36
  s("div", O, [
37
37
  e[9] || (e[9] = a(" 次导航自动隐藏 ")),
38
- t(u, { text: "开启该功能后,切换主导航时,如果次导航里只有一个导航时,则自动隐藏" }, {
38
+ d(u, { text: "开启该功能后,切换主导航时,如果次导航里只有一个导航时,则自动隐藏" }, {
39
39
  default: i(() => [
40
- t(l(m))
40
+ d(l(m))
41
41
  ]),
42
42
  _: 1
43
43
  })
44
44
  ]),
45
- t(d, {
45
+ d(t, {
46
46
  modelValue: l(n).subMenuOnlyOneHide,
47
47
  "onUpdate:modelValue": e[1] || (e[1] = (o) => l(n).subMenuOnlyOneHide = o),
48
48
  disabled: ["single", "only-side", "only-head"].includes(l(n).menuMode)
@@ -51,14 +51,14 @@ const x = { class: "setting-item" }, H = { class: "label" }, S = { class: "setti
51
51
  s("div", B, [
52
52
  s("div", R, [
53
53
  e[10] || (e[10] = a(" 次导航保持展开一个 ")),
54
- t(u, { text: "开启该功能后,次导航只保持单个菜单的展开" }, {
54
+ d(u, { text: "开启该功能后,次导航只保持单个菜单的展开" }, {
55
55
  default: i(() => [
56
- t(l(m))
56
+ d(l(m))
57
57
  ]),
58
58
  _: 1
59
59
  })
60
60
  ]),
61
- t(d, {
61
+ d(t, {
62
62
  modelValue: l(n).subMenuUniqueOpened,
63
63
  "onUpdate:modelValue": e[2] || (e[2] = (o) => l(n).subMenuUniqueOpened = o),
64
64
  disabled: ["only-side", "only-head"].includes(l(n).menuMode)
@@ -66,7 +66,7 @@ const x = { class: "setting-item" }, H = { class: "label" }, S = { class: "setti
66
66
  ]),
67
67
  s("div", w, [
68
68
  e[11] || (e[11] = s("div", { class: "label" }, " 次导航是否折叠 ", -1)),
69
- t(d, {
69
+ d(t, {
70
70
  modelValue: l(n).subMenuCollapse,
71
71
  "onUpdate:modelValue": e[3] || (e[3] = (o) => l(n).subMenuCollapse = o),
72
72
  disabled: ["only-side", "only-head"].includes(l(n).menuMode)
@@ -74,7 +74,7 @@ const x = { class: "setting-item" }, H = { class: "label" }, S = { class: "setti
74
74
  ]),
75
75
  l(p).mode === "pc" ? (b(), C("div", A, [
76
76
  e[12] || (e[12] = s("div", { class: "label" }, " 显示次导航折叠按钮 ", -1)),
77
- t(d, {
77
+ d(t, {
78
78
  modelValue: l(n).enableSubMenuCollapseButton,
79
79
  "onUpdate:modelValue": e[4] || (e[4] = (o) => l(n).enableSubMenuCollapseButton = o),
80
80
  disabled: ["only-side", "only-head"].includes(l(n).menuMode)
@@ -82,14 +82,14 @@ const x = { class: "setting-item" }, H = { class: "label" }, S = { class: "setti
82
82
  ])) : k("", !0),
83
83
  s("div", N, [
84
84
  e[13] || (e[13] = s("div", { class: "label" }, " 是否圆角 ", -1)),
85
- t(d, {
85
+ d(t, {
86
86
  modelValue: l(n).isRounded,
87
87
  "onUpdate:modelValue": e[5] || (e[5] = (o) => l(n).isRounded = o)
88
88
  }, null, 8, ["modelValue"])
89
89
  ]),
90
90
  s("div", T, [
91
91
  e[14] || (e[14] = s("div", { class: "label" }, " 激活风格 ", -1)),
92
- t(r, {
92
+ d(r, {
93
93
  modelValue: l(n).menuActiveStyle,
94
94
  "onUpdate:modelValue": e[6] || (e[6] = (o) => l(n).menuActiveStyle = o),
95
95
  options: [
@@ -101,9 +101,9 @@ const x = { class: "setting-item" }, H = { class: "label" }, S = { class: "setti
101
101
  disabled: l(n).menuMode === "single"
102
102
  }, null, 8, ["modelValue", "options", "disabled"])
103
103
  ]),
104
- s("div", q, [
104
+ s("div", $, [
105
105
  e[15] || (e[15] = s("div", { class: "label" }, " 是否启用快捷键 ", -1)),
106
- t(d, {
106
+ d(t, {
107
107
  modelValue: l(n).enableHotkeys,
108
108
  "onUpdate:modelValue": e[7] || (e[7] = (o) => l(n).enableHotkeys = o),
109
109
  disabled: ["single", "only-side", "only-head"].includes(l(n).menuMode)
@@ -116,5 +116,5 @@ const x = { class: "setting-item" }, H = { class: "label" }, S = { class: "setti
116
116
  }
117
117
  });
118
118
  export {
119
- z as default
119
+ Q as default
120
120
  };
@@ -1,12 +1,11 @@
1
- import { _ as u } from "./HDivider-DgXBhPr0.js";
2
- import { u as v, c as f } from "./index-CCPTQYuB.js";
3
- import { defineComponent as b, toRef as g, reactive as k, createBlock as a, openBlock as n, withCtx as s, createElementVNode as o, createElementBlock as x, Fragment as C, renderList as S, unref as l, normalizeClass as h } from "vue";
4
- import { _ as y } from "./_plugin-vue_export-helper-CHgC5LLL.js";
5
- const M = { class: "menu-mode" }, B = ["onClick"], H = /* @__PURE__ */ b({
1
+ import { _ as u } from "./HDivider.vue_vue_type_script_setup_true_lang-DIHR-9Yv.js";
2
+ import { bG as v, bS as f, b } from "./index-RwbJwutI.js";
3
+ import { defineComponent as g, toRef as k, reactive as x, createBlock as a, openBlock as n, withCtx as s, createElementVNode as o, createElementBlock as C, Fragment as S, renderList as h, unref as l, normalizeClass as y } from "vue";
4
+ const M = { class: "menu-mode" }, $ = ["onClick"], B = /* @__PURE__ */ g({
6
5
  name: "SettingMode",
7
6
  __name: "SettingMode",
8
- setup($) {
9
- const { settingsStore: m } = v(), c = g(m.settings.menu, "menuMode"), r = k([
7
+ setup(H) {
8
+ const { settingsStore: m } = v(), c = k(m.settings.menu, "menuMode"), r = x([
10
9
  {
11
10
  describe: "侧边栏模式 (含主导航)",
12
11
  placement: "bottom",
@@ -41,7 +40,7 @@ const M = { class: "menu-mode" }, B = ["onClick"], H = /* @__PURE__ */ b({
41
40
  return n(), a(p, { title: "导航栏模式" }, {
42
41
  default: s(() => [
43
42
  o("div", M, [
44
- (n(!0), x(C, null, S(l(r), (e) => (n(), a(_, {
43
+ (n(!0), C(S, null, h(l(r), (e) => (n(), a(_, {
45
44
  key: e.active,
46
45
  text: e.describe,
47
46
  placement: e.placement,
@@ -49,11 +48,11 @@ const M = { class: "menu-mode" }, B = ["onClick"], H = /* @__PURE__ */ b({
49
48
  }, {
50
49
  default: s(() => [
51
50
  o("div", {
52
- class: h(["mode", [l(c) === e.active ? "active" : "", `mode-${e.active}`]]),
51
+ class: y(["mode", [l(c) === e.active ? "active" : "", `mode-${e.active}`]]),
53
52
  onClick: (E) => d(e.active)
54
53
  }, i[0] || (i[0] = [
55
54
  o("div", { class: "mode-container" }, null, -1)
56
- ]), 10, B)
55
+ ]), 10, $)
57
56
  ]),
58
57
  _: 2
59
58
  }, 1032, ["text", "placement"]))), 128))
@@ -63,7 +62,7 @@ const M = { class: "menu-mode" }, B = ["onClick"], H = /* @__PURE__ */ b({
63
62
  });
64
63
  };
65
64
  }
66
- }), I = /* @__PURE__ */ y(H, [["__scopeId", "data-v-d473db67"]]);
65
+ }), F = /* @__PURE__ */ b(B, [["__scopeId", "data-v-65f6da92"]]);
67
66
  export {
68
- I as default
67
+ F as default
69
68
  };
@@ -1,16 +1,16 @@
1
- import { _ } from "./HDivider-DgXBhPr0.js";
2
- import { _ as u } from "./HToggle-Cd71WKvG.js";
3
- import { u as p, c } from "./index-CCPTQYuB.js";
4
- import { defineComponent as f, toRef as g, createBlock as b, openBlock as v, withCtx as i, createElementVNode as n, createVNode as s, createTextVNode as V, unref as t } from "vue";
1
+ import { _ } from "./HDivider.vue_vue_type_script_setup_true_lang-DIHR-9Yv.js";
2
+ import { _ as p } from "./HToggle-xibvPpmf.js";
3
+ import { bG as u, bS as c } from "./index-RwbJwutI.js";
4
+ import { defineComponent as f, toRef as b, createBlock as g, openBlock as v, withCtx as i, createElementVNode as n, createVNode as s, createTextVNode as V, unref as t } from "vue";
5
5
  import { R as S } from "./question-line-CfkciTFq.js";
6
- const x = { class: "setting-item" }, H = { class: "label" }, N = { class: "setting-item" }, h = /* @__PURE__ */ f({
6
+ const x = { class: "setting-item" }, H = { class: "label" }, N = { class: "setting-item" }, $ = /* @__PURE__ */ f({
7
7
  name: "SettingNavSearch",
8
8
  __name: "SettingNavSearch",
9
9
  setup(k) {
10
- const { settingsStore: m } = p(), o = g(m.settings, "navSearch");
10
+ const { settingsStore: m } = u(), o = b(m.settings, "navSearch");
11
11
  return (C, e) => {
12
- const d = c, a = u, r = _;
13
- return v(), b(r, { title: "导航搜索" }, {
12
+ const d = c, a = p, r = _;
13
+ return v(), g(r, { title: "导航搜索" }, {
14
14
  default: i(() => [
15
15
  n("div", x, [
16
16
  n("div", H, [
@@ -42,5 +42,5 @@ const x = { class: "setting-item" }, H = { class: "label" }, N = { class: "setti
42
42
  }
43
43
  });
44
44
  export {
45
- h as default
45
+ $ as default
46
46
  };
@@ -1,21 +1,21 @@
1
- import { _ as c } from "./HDivider-DgXBhPr0.js";
2
- import { _ as x } from "./HInput.vue_vue_type_script_setup_true_lang-DBqCXRnn.js";
3
- import { u as b, c as S } from "./index-CCPTQYuB.js";
4
- import { _ as H } from "./HToggle-Cd71WKvG.js";
1
+ import { _ as c } from "./HDivider.vue_vue_type_script_setup_true_lang-DIHR-9Yv.js";
2
+ import { _ as b } from "./HInput.vue_vue_type_script_setup_true_lang-DBqCXRnn.js";
3
+ import { bG as x, bS as S } from "./index-RwbJwutI.js";
4
+ import { _ as H } from "./HToggle-xibvPpmf.js";
5
5
  import { defineComponent as R, toRefs as T, createBlock as U, openBlock as C, withCtx as s, createElementVNode as o, createVNode as t, unref as n, isRef as i, createTextVNode as p } from "vue";
6
6
  import { R as f } from "./question-line-CfkciTFq.js";
7
- const N = { class: "setting-item" }, P = { class: "setting-item" }, k = { class: "label" }, B = { class: "setting-item" }, D = { class: "label" }, O = { class: "setting-item" }, $ = { class: "label" }, z = /* @__PURE__ */ R({
7
+ const N = { class: "setting-item" }, P = { class: "setting-item" }, $ = { class: "label" }, k = { class: "setting-item" }, B = { class: "label" }, D = { class: "setting-item" }, O = { class: "label" }, q = /* @__PURE__ */ R({
8
8
  name: "SettingOther",
9
9
  __name: "SettingOther",
10
10
  setup(w) {
11
- const { settingsStore: g } = b(), {
11
+ const { settingsStore: g } = x(), {
12
12
  enablePermission: a,
13
13
  enableProgress: m,
14
14
  enableDynamicTitle: d,
15
15
  storagePrefix: u
16
16
  } = T(g.settings.app);
17
17
  return (y, e) => {
18
- const r = H, _ = S, V = x, v = c;
18
+ const r = H, _ = S, V = b, v = c;
19
19
  return C(), U(v, { title: "其它" }, {
20
20
  default: s(() => [
21
21
  o("div", N, [
@@ -26,7 +26,7 @@ const N = { class: "setting-item" }, P = { class: "setting-item" }, k = { class:
26
26
  }, null, 8, ["modelValue"])
27
27
  ]),
28
28
  o("div", P, [
29
- o("div", k, [
29
+ o("div", $, [
30
30
  e[5] || (e[5] = p(" 载入进度条 ")),
31
31
  t(_, { text: "该功能开启时,跳转路由会看到页面顶部有进度条" }, {
32
32
  default: s(() => [
@@ -40,8 +40,8 @@ const N = { class: "setting-item" }, P = { class: "setting-item" }, k = { class:
40
40
  "onUpdate:modelValue": e[1] || (e[1] = (l) => i(m) ? m.value = l : null)
41
41
  }, null, 8, ["modelValue"])
42
42
  ]),
43
- o("div", B, [
44
- o("div", D, [
43
+ o("div", k, [
44
+ o("div", B, [
45
45
  e[6] || (e[6] = p(" 动态标题 ")),
46
46
  t(_, { text: "该功能开启时,页面标题会显示当前路由标题,格式为“页面标题 - 网站名称”;关闭时则显示网站名称,网站名称在项目根目录下 .env.* 文件里配置" }, {
47
47
  default: s(() => [
@@ -55,8 +55,8 @@ const N = { class: "setting-item" }, P = { class: "setting-item" }, k = { class:
55
55
  "onUpdate:modelValue": e[2] || (e[2] = (l) => i(d) ? d.value = l : null)
56
56
  }, null, 8, ["modelValue"])
57
57
  ]),
58
- o("div", O, [
59
- o("div", $, [
58
+ o("div", D, [
59
+ o("div", O, [
60
60
  e[7] || (e[7] = p(" Storage 前缀 ")),
61
61
  t(_, { text: "localStorage 和 sessionStorage 的字段前缀" }, {
62
62
  default: s(() => [
@@ -77,5 +77,5 @@ const N = { class: "setting-item" }, P = { class: "setting-item" }, k = { class:
77
77
  }
78
78
  });
79
79
  export {
80
- z as default
80
+ q as default
81
81
  };
@@ -0,0 +1,29 @@
1
+ import { _ as l } from "./HDivider.vue_vue_type_script_setup_true_lang-DIHR-9Yv.js";
2
+ import { _ as r } from "./HToggle-xibvPpmf.js";
3
+ import { defineComponent as _, toRef as p, createBlock as c, openBlock as d, withCtx as u, createElementVNode as o, createVNode as g, unref as n } from "vue";
4
+ import { bG as f } from "./index-RwbJwutI.js";
5
+ const V = { class: "setting-item" }, C = /* @__PURE__ */ _({
6
+ name: "SettingPage",
7
+ __name: "SettingPage",
8
+ setup(b) {
9
+ const { settingsStore: s } = f(), t = p(s.settings, "mainPage");
10
+ return (k, e) => {
11
+ const a = r, i = l;
12
+ return d(), c(i, { title: "页面" }, {
13
+ default: u(() => [
14
+ o("div", V, [
15
+ e[1] || (e[1] = o("div", { class: "label" }, " 是否启用快捷键 ", -1)),
16
+ g(a, {
17
+ modelValue: n(t).enableHotkeys,
18
+ "onUpdate:modelValue": e[0] || (e[0] = (m) => n(t).enableHotkeys = m)
19
+ }, null, 8, ["modelValue"])
20
+ ])
21
+ ]),
22
+ _: 1
23
+ });
24
+ };
25
+ }
26
+ });
27
+ export {
28
+ C as default
29
+ };
@@ -1,8 +1,8 @@
1
- import { _ as k } from "./HDivider-DgXBhPr0.js";
2
- import { u as w, c as y } from "./index-CCPTQYuB.js";
3
- import { markRaw as x, createElementBlock as p, openBlock as r, createElementVNode as o, defineComponent as v, computed as $, resolveComponent as C, createBlock as V, mergeProps as h, withCtx as u, toDisplayString as g, unref as t, createVNode as a, Fragment as H, renderList as B, normalizeClass as S, toRef as T, createTextVNode as M } from "vue";
4
- import { _ as U } from "./HCheckList.vue_vue_type_script_setup_true_lang-D4u_haxr.js";
5
- import { _ as L } from "./HToggle-Cd71WKvG.js";
1
+ import { _ as k } from "./HDivider.vue_vue_type_script_setup_true_lang-DIHR-9Yv.js";
2
+ import { bG as w, bS as y } from "./index-RwbJwutI.js";
3
+ import { markRaw as x, createElementBlock as p, openBlock as r, createElementVNode as o, defineComponent as v, computed as $, resolveComponent as C, createBlock as V, mergeProps as h, withCtx as u, toDisplayString as g, unref as t, createVNode as a, Fragment as H, renderList as S, normalizeClass as B, toRef as T, createTextVNode as M } from "vue";
4
+ import { _ as U } from "./HCheckList.vue_vue_type_script_setup_true_lang-A7PnhNKK.js";
5
+ import { _ as L } from "./HToggle-xibvPpmf.js";
6
6
  import { R as N } from "./question-line-CfkciTFq.js";
7
7
  const R = {
8
8
  viewBox: "0 0 32 32",
@@ -17,7 +17,7 @@ function z(m, i) {
17
17
  }, null, -1)
18
18
  ]));
19
19
  }
20
- const D = x({ name: "carbon-chevron-sort-down", render: z }), E = { class: "w-full inline-flex" }, I = ["disabled"], q = { class: "block truncate" }, F = { class: "pointer-events-none absolute end-0 inset-y-0 flex items-center pe-2.5" }, P = { class: "max-h-60 w-full scroll-py-1 overflow-y-auto p-1 lg:w-48 focus:outline-none" }, Q = ["disabled", "onClick"], j = /* @__PURE__ */ v({
20
+ const D = x({ name: "carbon-chevron-sort-down", render: z }), E = { class: "w-full inline-flex" }, I = ["disabled"], q = { class: "block truncate" }, F = { class: "pointer-events-none absolute end-0 inset-y-0 flex items-center pe-2.5" }, G = { class: "max-h-60 w-full scroll-py-1 overflow-y-auto p-1 lg:w-48 focus:outline-none" }, P = ["disabled", "onClick"], Q = /* @__PURE__ */ v({
21
21
  __name: "HSelect",
22
22
  props: {
23
23
  modelValue: {},
@@ -34,7 +34,7 @@ const D = x({ name: "carbon-chevron-sort-down", render: z }), E = { class: "w-fu
34
34
  c("update:modelValue", s.value);
35
35
  }
36
36
  });
37
- return (s, _) => {
37
+ return (s, f) => {
38
38
  const b = C("VMenu");
39
39
  return r(), V(b, h({
40
40
  triggers: ["click"],
@@ -43,13 +43,13 @@ const D = x({ name: "carbon-chevron-sort-down", render: z }), E = { class: "w-fu
43
43
  disabled: s.disabled
44
44
  }, s.$attrs), {
45
45
  popper: u(() => [
46
- o("div", P, [
47
- (r(!0), p(H, null, B(s.options, (d) => (r(), p("button", {
46
+ o("div", G, [
47
+ (r(!0), p(H, null, S(s.options, (d) => (r(), p("button", {
48
48
  key: d.value,
49
49
  disabled: d.disabled,
50
- class: S(["w-full cursor-pointer truncate border-size-0 rounded-md bg-inherit px-2 py-1.5 text-left text-sm disabled:cursor-not-allowed hover:not-disabled:bg-stone-1 dark:hover:not-disabled:bg-stone-9", { "font-bold": s.modelValue === d.value }]),
51
- onClick: (f) => e.value = d
52
- }, g(d.label), 11, Q))), 128))
50
+ class: B(["w-full cursor-pointer truncate border-size-0 rounded-md bg-inherit px-2 py-1.5 text-left text-sm disabled:cursor-not-allowed hover:not-disabled:bg-stone-1 dark:hover:not-disabled:bg-stone-9", { "font-bold": s.modelValue === d.value }]),
51
+ onClick: (_) => e.value = d
52
+ }, g(d.label), 11, P))), 128))
53
53
  ])
54
54
  ]),
55
55
  default: u(() => [
@@ -69,25 +69,25 @@ const D = x({ name: "carbon-chevron-sort-down", render: z }), E = { class: "w-fu
69
69
  }, 16, ["disabled"]);
70
70
  };
71
71
  }
72
- }), A = { class: "setting-item" }, G = { class: "setting-item" }, J = { class: "setting-item" }, K = { class: "setting-item" }, O = { class: "setting-item" }, W = { class: "label" }, X = { class: "setting-item" }, se = /* @__PURE__ */ v({
72
+ }), j = { class: "setting-item" }, A = { class: "setting-item" }, J = { class: "setting-item" }, K = { class: "setting-item" }, O = { class: "setting-item" }, W = { class: "label" }, X = { class: "setting-item" }, se = /* @__PURE__ */ v({
73
73
  name: "SettingTabbar",
74
74
  __name: "SettingTabbar",
75
75
  setup(m) {
76
76
  const { settingsStore: i } = w(), l = T(i.settings, "tabbar");
77
77
  return (c, e) => {
78
- const s = L, _ = U, b = j, d = y, f = k;
79
- return r(), V(f, { title: "标签栏" }, {
78
+ const s = L, f = U, b = Q, d = y, _ = k;
79
+ return r(), V(_, { title: "标签栏" }, {
80
80
  default: u(() => [
81
- o("div", A, [
81
+ o("div", j, [
82
82
  e[6] || (e[6] = o("div", { class: "label" }, " 是否启用 ", -1)),
83
83
  a(s, {
84
84
  modelValue: t(l).enable,
85
85
  "onUpdate:modelValue": e[0] || (e[0] = (n) => t(l).enable = n)
86
86
  }, null, 8, ["modelValue"])
87
87
  ]),
88
- o("div", G, [
88
+ o("div", A, [
89
89
  e[7] || (e[7] = o("div", { class: "label" }, " 风格 ", -1)),
90
- a(_, {
90
+ a(f, {
91
91
  modelValue: t(l).style,
92
92
  "onUpdate:modelValue": e[1] || (e[1] = (n) => t(l).style = n),
93
93
  options: [