@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,354 +0,0 @@
1
- import { defineComponent as w, computed as v, createVNode as z, createElementBlock as h, openBlock as l, normalizeClass as S, createElementVNode as s, createBlock as x, unref as C, toDisplayString as D, mergeModels as G, useModel as _, watchEffect as H, createCommentVNode as y, Fragment as $, renderList as M } from "vue";
2
- import { A as T, a as W, z as P } from "./index.vue_vue_type_style_index_0_scoped_fa1c6ee4_lang-BCo6Ft-Q.js";
3
- import { _ as I } from "./_plugin-vue_export-helper-CHgC5LLL.js";
4
- import { a2 as L, a3 as R, a4 as b, a5 as N, a6 as q, a7 as j, a8 as F, a9 as B, aa as Z } from "./menu-CLiZ1BO_.js";
5
- const O = (e) => {
6
- const {
7
- componentCls: t,
8
- sizePaddingEdgeHorizontal: d,
9
- colorSplit: i,
10
- lineWidth: a
11
- } = e;
12
- return {
13
- [t]: b(b({}, N(e)), {
14
- borderBlockStart: `${a}px solid ${i}`,
15
- // vertical
16
- "&-vertical": {
17
- position: "relative",
18
- top: "-0.06em",
19
- display: "inline-block",
20
- height: "0.9em",
21
- margin: `0 ${e.dividerVerticalGutterMargin}px`,
22
- verticalAlign: "middle",
23
- borderTop: 0,
24
- borderInlineStart: `${a}px solid ${i}`
25
- },
26
- "&-horizontal": {
27
- display: "flex",
28
- clear: "both",
29
- width: "100%",
30
- minWidth: "100%",
31
- margin: `${e.dividerHorizontalGutterMargin}px 0`
32
- },
33
- [`&-horizontal${t}-with-text`]: {
34
- display: "flex",
35
- alignItems: "center",
36
- margin: `${e.dividerHorizontalWithTextGutterMargin}px 0`,
37
- color: e.colorTextHeading,
38
- fontWeight: 500,
39
- fontSize: e.fontSizeLG,
40
- whiteSpace: "nowrap",
41
- textAlign: "center",
42
- borderBlockStart: `0 ${i}`,
43
- "&::before, &::after": {
44
- position: "relative",
45
- width: "50%",
46
- borderBlockStart: `${a}px solid transparent`,
47
- // Chrome not accept `inherit` in `border-top`
48
- borderBlockStartColor: "inherit",
49
- borderBlockEnd: 0,
50
- transform: "translateY(50%)",
51
- content: "''"
52
- }
53
- },
54
- [`&-horizontal${t}-with-text-left`]: {
55
- "&::before": {
56
- width: "5%"
57
- },
58
- "&::after": {
59
- width: "95%"
60
- }
61
- },
62
- [`&-horizontal${t}-with-text-right`]: {
63
- "&::before": {
64
- width: "95%"
65
- },
66
- "&::after": {
67
- width: "5%"
68
- }
69
- },
70
- [`${t}-inner-text`]: {
71
- display: "inline-block",
72
- padding: "0 1em"
73
- },
74
- "&-dashed": {
75
- background: "none",
76
- borderColor: i,
77
- borderStyle: "dashed",
78
- borderWidth: `${a}px 0 0`
79
- },
80
- [`&-horizontal${t}-with-text${t}-dashed`]: {
81
- "&::before, &::after": {
82
- borderStyle: "dashed none none"
83
- }
84
- },
85
- [`&-vertical${t}-dashed`]: {
86
- borderInlineStartWidth: a,
87
- borderInlineEnd: 0,
88
- borderBlockStart: 0,
89
- borderBlockEnd: 0
90
- },
91
- [`&-plain${t}-with-text`]: {
92
- color: e.colorText,
93
- fontWeight: "normal",
94
- fontSize: e.fontSize
95
- },
96
- [`&-horizontal${t}-with-text-left${t}-no-default-orientation-margin-left`]: {
97
- "&::before": {
98
- width: 0
99
- },
100
- "&::after": {
101
- width: "100%"
102
- },
103
- [`${t}-inner-text`]: {
104
- paddingInlineStart: d
105
- }
106
- },
107
- [`&-horizontal${t}-with-text-right${t}-no-default-orientation-margin-right`]: {
108
- "&::before": {
109
- width: "100%"
110
- },
111
- "&::after": {
112
- width: 0
113
- },
114
- [`${t}-inner-text`]: {
115
- paddingInlineEnd: d
116
- }
117
- }
118
- })
119
- };
120
- }, X = L("Divider", (e) => {
121
- const t = R(e, {
122
- dividerVerticalGutterMargin: e.marginXS,
123
- dividerHorizontalWithTextGutterMargin: e.margin,
124
- dividerHorizontalGutterMargin: e.marginLG
125
- });
126
- return [O(t)];
127
- }, {
128
- sizePaddingEdgeHorizontal: 0
129
- }), Y = () => ({
130
- prefixCls: String,
131
- type: {
132
- type: String,
133
- default: "horizontal"
134
- },
135
- dashed: {
136
- type: Boolean,
137
- default: !1
138
- },
139
- orientation: {
140
- type: String,
141
- default: "center"
142
- },
143
- plain: {
144
- type: Boolean,
145
- default: !1
146
- },
147
- orientationMargin: [String, Number]
148
- }), J = w({
149
- name: "ADivider",
150
- inheritAttrs: !1,
151
- compatConfig: {
152
- MODE: 3
153
- },
154
- props: Y(),
155
- setup(e, t) {
156
- let {
157
- slots: d,
158
- attrs: i
159
- } = t;
160
- const {
161
- prefixCls: a,
162
- direction: c
163
- } = j("divider", e), [o, r] = X(a), u = v(() => e.orientation === "left" && e.orientationMargin != null), n = v(() => e.orientation === "right" && e.orientationMargin != null), m = v(() => {
164
- const {
165
- type: g,
166
- dashed: p,
167
- plain: A
168
- } = e, f = a.value;
169
- return {
170
- [f]: !0,
171
- [r.value]: !!r.value,
172
- [`${f}-${g}`]: !0,
173
- [`${f}-dashed`]: !!p,
174
- [`${f}-plain`]: !!A,
175
- [`${f}-rtl`]: c.value === "rtl",
176
- [`${f}-no-default-orientation-margin-left`]: u.value,
177
- [`${f}-no-default-orientation-margin-right`]: n.value
178
- };
179
- }), V = v(() => {
180
- const g = typeof e.orientationMargin == "number" ? `${e.orientationMargin}px` : e.orientationMargin;
181
- return b(b({}, u.value && {
182
- marginLeft: g
183
- }), n.value && {
184
- marginRight: g
185
- });
186
- }), E = v(() => e.orientation.length > 0 ? "-" + e.orientation : e.orientation);
187
- return () => {
188
- var g;
189
- const p = F((g = d.default) === null || g === void 0 ? void 0 : g.call(d));
190
- return o(z("div", B(B({}, i), {}, {
191
- class: [m.value, p.length ? `${a.value}-with-text ${a.value}-with-text${E.value}` : "", i.class],
192
- role: "separator"
193
- }), [p.length ? z("span", {
194
- class: `${a.value}-inner-text`,
195
- style: V.value
196
- }, [p]) : null]));
197
- };
198
- }
199
- }), K = q(J), Q = { class: "icon" }, U = /* @__PURE__ */ w({
200
- __name: "rule",
201
- props: {
202
- message: {},
203
- flag: { type: Boolean },
204
- source: {},
205
- vertical: { type: Boolean }
206
- },
207
- setup(e) {
208
- const t = e;
209
- return (d, i) => (l(), h("div", {
210
- class: S(["rule-item", t.vertical ? "vertical" : ""])
211
- }, [
212
- s("div", Q, [
213
- t.flag ? (l(), x(C(T), {
214
- key: 0,
215
- text: "16px green"
216
- })) : (l(), x(C(W), {
217
- key: 1,
218
- text: "16px red"
219
- }))
220
- ]),
221
- s("span", {
222
- class: S([t.flag ? "line-through text-gray-400" : ""])
223
- }, D(t.message), 3)
224
- ], 2));
225
- }
226
- }), k = /* @__PURE__ */ I(U, [["__scopeId", "data-v-d9cea674"]]), ee = { class: "rules-wrap" }, te = { class: "basic-rules" }, ae = { class: "advanced-rules" }, re = /* @__PURE__ */ w({
227
- name: "PassStrengthValidator",
228
- __name: "index",
229
- props: /* @__PURE__ */ G({
230
- vertical: Boolean
231
- }, {
232
- modelValue: {
233
- default: ""
234
- },
235
- modelModifiers: {},
236
- validate: {},
237
- validateModifiers: {}
238
- }),
239
- emits: ["update:modelValue", "update:validate"],
240
- setup(e) {
241
- const t = _(e, "modelValue"), d = _(e, "validate"), i = v(() => P(t.value));
242
- function a(o) {
243
- return () => t.value === "" ? !1 : Array.isArray(i.value.sequence) ? i.value.sequence.every((r) => (r == null ? void 0 : r.pattern) !== o) : !1;
244
- }
245
- const c = [
246
- {
247
- rule: /^.{8,16}$/,
248
- message: "密码长度必须在8到16个字符之间。",
249
- flag: !1,
250
- source: "basic"
251
- },
252
- {
253
- rule: /[a-z]/,
254
- message: "密码必须至少包含一个小写英文字母。",
255
- flag: !1,
256
- source: "basic"
257
- },
258
- {
259
- rule: /[A-Z]/,
260
- message: "密码必须至少包含一个大写英文字母。",
261
- flag: !1,
262
- source: "basic"
263
- },
264
- {
265
- rule: /\d/,
266
- message: "密码必须至少包含一个数字。",
267
- flag: !1,
268
- source: "basic"
269
- },
270
- {
271
- rule: /[~!@#$%^&*()_+=\-.,]/,
272
- message: "密码必须至少包含一个特殊字符(例如:~!@#$%^&*()_+=\\-.,)。",
273
- flag: !1,
274
- source: "basic"
275
- },
276
- {
277
- rule: a("dictionary"),
278
- message: "密码不应包含常用字典中的单词或短语。",
279
- flag: !1
280
- },
281
- {
282
- rule: a("spatial"),
283
- message: "密码不应基于键盘布局的简单模式(例如:连续的字母或键盘行)。",
284
- flag: !1
285
- },
286
- {
287
- rule: a("repeat"),
288
- message: "密码不应包含重复使用的字符或序列。",
289
- flag: !1
290
- },
291
- {
292
- rule: a("sequence"),
293
- message: "密码不应包含顺序排列的数字或字母序列。",
294
- flag: !1
295
- },
296
- {
297
- rule: a("date"),
298
- message: "密码不应使用常见的日期格式或数字序列。",
299
- flag: !1
300
- }
301
- ];
302
- return H(() => {
303
- c.forEach(({ rule: o }, r) => {
304
- if (Z(o)) {
305
- const u = o();
306
- c[r].flag = u;
307
- } else {
308
- const u = o.test(t.value);
309
- c[r].flag = u;
310
- }
311
- }), d.value = c.every(({ flag: o }) => o);
312
- }), (o, r) => {
313
- const u = K;
314
- return l(), h("div", {
315
- class: S(["pass-strength-validator", { vertical: e.vertical }])
316
- }, [
317
- r[2] || (r[2] = s("div", { class: "title-wrap" }, " 密码强度校验提示 ", -1)),
318
- s("div", ee, [
319
- s("div", te, [
320
- r[0] || (r[0] = s("div", { class: "rules-title" }, " 标准规则集 ", -1)),
321
- s("div", null, [
322
- (l(), h($, null, M(c, (n, m) => (l(), h($, { key: m }, [
323
- n.source === "basic" ? (l(), x(k, {
324
- key: 0,
325
- message: n.message,
326
- flag: n.flag,
327
- vertical: e.vertical
328
- }, null, 8, ["message", "flag", "vertical"])) : y("", !0)
329
- ], 64))), 64))
330
- ]),
331
- e.vertical ? y("", !0) : (l(), x(u, { key: 0 }))
332
- ]),
333
- s("div", ae, [
334
- r[1] || (r[1] = s("div", { class: "rules-title" }, " 高级规则集 ", -1)),
335
- s("div", null, [
336
- (l(), h($, null, M(c, (n, m) => (l(), h($, { key: m }, [
337
- n.source !== "basic" ? (l(), x(k, {
338
- key: 0,
339
- rule: n.rule,
340
- message: n.message,
341
- flag: n.flag,
342
- vertical: e.vertical
343
- }, null, 8, ["rule", "message", "flag", "vertical"])) : y("", !0)
344
- ], 64))), 64))
345
- ])
346
- ])
347
- ])
348
- ], 2);
349
- };
350
- }
351
- }), se = /* @__PURE__ */ I(re, [["__scopeId", "data-v-fa1c6ee4"]]);
352
- export {
353
- se as P
354
- };
@@ -1,276 +0,0 @@
1
- import { markRaw as V, createElementBlock as M, openBlock as r, createElementVNode as s, defineComponent as h, resolveComponent as J, renderSlot as Q, createBlock as B, withCtx as f, mergeProps as L, Fragment as U, renderList as k, normalizeClass as w, createCommentVNode as N, unref as t, toDisplayString as O, ref as z, computed as X, onMounted as W, watch as q, createVNode as E, createTextVNode as _ } from "vue";
2
- import { bY as $ } from "./menu-CLiZ1BO_.js";
3
- import "pinia-plugin-persistedstate";
4
- import "vue-router";
5
- import { _ as T } from "./index.vue_vue_type_style_index_0_scoped_fa1c6ee4_lang-BCo6Ft-Q.js";
6
- import { u as ee, a as te } from "./index-CCPTQYuB.js";
7
- import { _ as Z } from "./_plugin-vue_export-helper-CHgC5LLL.js";
8
- const ne = {
9
- viewBox: "0 0 24 24",
10
- width: "1.2em",
11
- height: "1.2em"
12
- };
13
- function oe(S, o) {
14
- return r(), M("svg", ne, o[0] || (o[0] = [
15
- s("path", {
16
- fill: "currentColor",
17
- d: "M13 15.4c0-2.074 0-3.111.659-3.756S15.379 11 17.5 11s3.182 0 3.841.644C22 12.29 22 13.326 22 15.4v2.2c0 2.074 0 3.111-.659 3.756S19.621 22 17.5 22s-3.182 0-3.841-.644C13 20.71 13 19.674 13 17.6z",
18
- opacity: ".5"
19
- }, null, -1),
20
- s("path", {
21
- fill: "currentColor",
22
- d: "M2 8.6c0 2.074 0 3.111.659 3.756S4.379 13 6.5 13s3.182 0 3.841-.644C11 11.71 11 10.674 11 8.6V6.4c0-2.074 0-3.111-.659-3.756S8.621 2 6.5 2s-3.182 0-3.841.644C2 3.29 2 4.326 2 6.4zm11-3.1c0-1.087 0-1.63.171-2.06a2.3 2.3 0 0 1 1.218-1.262C14.802 2 15.327 2 16.375 2h2.25c1.048 0 1.573 0 1.986.178c.551.236.99.69 1.218 1.262c.171.43.171.973.171 2.06s0 1.63-.171 2.06a2.3 2.3 0 0 1-1.218 1.262C20.198 9 19.673 9 18.625 9h-2.25c-1.048 0-1.573 0-1.986-.178a2.3 2.3 0 0 1-1.218-1.262C13 7.13 13 6.587 13 5.5"
23
- }, null, -1),
24
- s("path", {
25
- fill: "currentColor",
26
- d: "M2 18.5c0 1.087 0 1.63.171 2.06a2.3 2.3 0 0 0 1.218 1.262c.413.178.938.178 1.986.178h2.25c1.048 0 1.573 0 1.986-.178c.551-.236.99-.69 1.218-1.262c.171-.43.171-.973.171-2.06s0-1.63-.171-2.06a2.3 2.3 0 0 0-1.218-1.262C9.198 15 8.673 15 7.625 15h-2.25c-1.048 0-1.573 0-1.986.178c-.551.236-.99.69-1.218 1.262C2 16.87 2 17.413 2 18.5",
27
- opacity: ".5"
28
- }, null, -1)
29
- ]));
30
- }
31
- const ce = V({ name: "solar-widget-5-bold-duotone", render: oe }), se = "data:image/png;base64,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", re = /* @__PURE__ */ h({
32
- name: "NotCursor",
33
- __name: "NotCursor",
34
- props: {
35
- isCursor: { type: Boolean, default: !1 },
36
- skidding: { default: 0 }
37
- },
38
- setup(S) {
39
- return (o, c) => {
40
- const g = J("VMenu");
41
- return o.isCursor ? (r(), B(g, {
42
- key: 1,
43
- triggers: ["hover"],
44
- skidding: o.skidding,
45
- delay: 0,
46
- "auto-hide": !1,
47
- theme: "not-cursor"
48
- }, {
49
- popper: f(() => c[0] || (c[0] = [
50
- s("div", {
51
- class: "not-cursor-container",
52
- "box-border": "",
53
- flex: "~ col justify-center items-center"
54
- }, [
55
- s("img", {
56
- src: se,
57
- "w-60px": "",
58
- alt: ""
59
- }),
60
- s("div", {
61
- text: "#B8BBBD 14px",
62
- "mt-10px": ""
63
- }, " 该功能暂未上线,敬请期待! ")
64
- ], -1)
65
- ])),
66
- default: f(() => [
67
- Q(o.$slots, "default", {}, void 0, !0)
68
- ]),
69
- _: 3
70
- }, 8, ["skidding"])) : Q(o.$slots, "default", { key: 0 }, void 0, !0);
71
- };
72
- }
73
- }), K = /* @__PURE__ */ Z(re, [["__scopeId", "data-v-d59c23e4"]]), ie = {
74
- class: "menu-more-container",
75
- "box-border": ""
76
- }, ae = ["onClick"], le = /* @__PURE__ */ h({
77
- name: "More",
78
- __name: "More",
79
- props: {
80
- items: {},
81
- activeIndex: {}
82
- },
83
- emits: ["onMenuClick"],
84
- setup(S, { emit: o }) {
85
- const c = o;
86
- function g(a, x) {
87
- c("onMenuClick", a, x);
88
- }
89
- return (a, x) => {
90
- const F = J("VMenu");
91
- return r(), B(F, L({
92
- triggers: ["hover"],
93
- "popper-triggers": ["hover"]
94
- }, a.$attrs, {
95
- delay: 0,
96
- "auto-hide": !1,
97
- theme: "more-appley",
98
- distance: -6
99
- }), {
100
- popper: f(() => [
101
- s("div", ie, [
102
- (r(!0), M(U, null, k(a.items, (d, l) => {
103
- var C;
104
- return r(), B(K, {
105
- key: l,
106
- "is-cursor": (C = d.meta) == null ? void 0 : C.isDev,
107
- skidding: 150
108
- }, {
109
- default: f(() => {
110
- var Y, j, D;
111
- return [
112
- s("div", {
113
- "cursor-pointer": "",
114
- flex: "~ items-center",
115
- "box-border": "",
116
- "p-15px": "",
117
- "w-full": "",
118
- "h-40px": "",
119
- "rounded-8px": "",
120
- "text-sm": "",
121
- "mb-10px": "",
122
- class: w({
123
- "bg-[#fff] dark:bg-[var(--g-header-menu-active-bg)]!": l === a.activeIndex,
124
- "is-dev": (Y = d.meta) == null ? void 0 : Y.isDev
125
- }),
126
- onClick: (u) => g(l, d)
127
- }, [
128
- (j = d.meta) != null && j.icon ? (r(), B(t(T), {
129
- key: 0,
130
- name: d.meta.icon,
131
- size: "18px",
132
- "mr-6px": ""
133
- }, null, 8, ["name"])) : N("", !0),
134
- s("span", null, O((D = d.meta) == null ? void 0 : D.title), 1)
135
- ], 10, ae)
136
- ];
137
- }),
138
- _: 2
139
- }, 1032, ["is-cursor"]);
140
- }), 128))
141
- ])
142
- ]),
143
- default: f(() => [
144
- Q(a.$slots, "default", {}, void 0, !0)
145
- ]),
146
- _: 3
147
- }, 16);
148
- };
149
- }
150
- }), ue = /* @__PURE__ */ Z(le, [["__scopeId", "data-v-389f3e13"]]), me = ["title", "onClick"], de = { class: "flex flex-row flex-1 items-center justify-center px-8px" }, pe = { class: "w-full flex-1 truncate text-center text-sm transition-height transition-opacity transition-width" }, Ae = {
151
- relative: "",
152
- "h-full": "",
153
- "w-85px": "",
154
- flex: "~ none justify-center items-center",
155
- "text-sm": "",
156
- "cursor-pointer": ""
157
- }, Ye = /* @__PURE__ */ h({
158
- name: "TopMode",
159
- __name: "index",
160
- setup(S) {
161
- const { settingsStore: o, menuStore: c, generateI18nTitle: g } = ee(), { switchTo: a } = te();
162
- function x(u, i, e) {
163
- let n;
164
- return !u && i || u && !e ? n = i : u && e && (n = e), n;
165
- }
166
- const F = z(), { width: d } = $(F), l = z(0);
167
- j();
168
- const C = X(() => l.value === c.allMenus.length - 1);
169
- function Y(u, i) {
170
- const e = u + l.value + 1;
171
- a(e, i);
172
- }
173
- function j() {
174
- W(() => {
175
- q(
176
- d,
177
- () => {
178
- l.value = D();
179
- },
180
- {
181
- immediate: !0
182
- }
183
- );
184
- });
185
- }
186
- function D() {
187
- const u = F.value, i = Array.from(u.children).at(0), e = i.clientWidth, n = Array.from(i.children), G = n.reduce((m, p) => m + p.clientWidth, 0);
188
- let H = 0, A = 0;
189
- if (G <= e)
190
- A = n.length - 1;
191
- else
192
- for (const [m, p] of n.entries())
193
- if (H += p.clientWidth, H >= e) {
194
- A = m - 1;
195
- break;
196
- }
197
- return n.forEach((m, p) => {
198
- p > A ? m.style.visibility = "hidden" : m.style.visibility = "visible";
199
- }), A;
200
- }
201
- return (u, i) => (r(), M("div", {
202
- ref_key: "menuRef",
203
- ref: F,
204
- class: "menu-container nothin"
205
- }, [
206
- s("div", {
207
- class: w(["menu flex of-hidden transition-all", {
208
- [`menu-active-${t(o).settings.menu.menuActiveStyle}`]: t(o).settings.menu.menuActiveStyle !== ""
209
- }])
210
- }, [
211
- (r(!0), M(U, null, k(t(c).allMenus, (e, n) => {
212
- var G, H;
213
- return r(), M("div", {
214
- key: n,
215
- class: w(["menu-item relative transition-all", {
216
- active: n === t(c).actived,
217
- "px-1 py-2": t(o).settings.menu.isRounded,
218
- "is-dev": (G = e.meta) == null ? void 0 : G.isDev
219
- }]),
220
- invisible: ""
221
- }, [
222
- E(K, {
223
- "is-cursor": (H = e.meta) == null ? void 0 : H.isDev
224
- }, {
225
- default: f(() => {
226
- var A, m, p, b, P, y, I, v, R;
227
- return [
228
- e.children && e.children.length !== 0 || (A = e == null ? void 0 : e.meta) != null && A.isDev ? (r(), M("div", {
229
- key: 0,
230
- class: w(["group menu-item-container h-full w-full flex cursor-pointer items-center justify-between gap-1 px-5 py-4 text-[var(--g-header-menu-color)] transition-all hover:(bg-[var(--g-header-menu-hover-bg)] text-[var(--g-header-menu-hover-color)])", {
231
- "text-[var(--g-header-menu-active-color)]! bg-[var(--g-header-menu-active-bg)]!": n === t(c).actived,
232
- "rounded-2": t(o).settings.menu.isRounded
233
- }]),
234
- title: t(g)((m = e.meta) == null ? void 0 : m.i18n, (p = e.meta) == null ? void 0 : p.title),
235
- onClick: (fe) => t(a)(n, e)
236
- }, [
237
- s("div", de, [
238
- x(n === t(c).actived, (b = e.meta) == null ? void 0 : b.icon, (P = e.meta) == null ? void 0 : P.activeIcon) ? (r(), B(t(T), {
239
- key: 0,
240
- name: x(n === t(c).actived, (y = e.meta) == null ? void 0 : y.icon, (I = e.meta) == null ? void 0 : I.activeIcon),
241
- size: 18,
242
- class: "menu-item-container-icon transition-transform group-hover:scale-120 mr-5px"
243
- }, null, 8, ["name"])) : N("", !0),
244
- s("span", pe, O(t(g)((v = e.meta) == null ? void 0 : v.i18n, (R = e.meta) == null ? void 0 : R.title)), 1)
245
- ])
246
- ], 10, me)) : N("", !0)
247
- ];
248
- }),
249
- _: 2
250
- }, 1032, ["is-cursor"])
251
- ], 2);
252
- }), 128))
253
- ], 2),
254
- t(C) ? N("", !0) : (r(), B(ue, {
255
- key: 0,
256
- items: t(c).allMenus.slice(t(l) + 1),
257
- "active-index": t(c).actived - t(l) - 1,
258
- onOnMenuClick: Y
259
- }, {
260
- default: f(() => [
261
- s("div", Ae, [
262
- i[0] || (i[0] = _(" 更多应用 ")),
263
- E(t(ce), {
264
- ml: "5px",
265
- mr: "5px"
266
- })
267
- ])
268
- ]),
269
- _: 1
270
- }, 8, ["items", "active-index"]))
271
- ], 512));
272
- }
273
- });
274
- export {
275
- Ye as default
276
- };