@pubinfo-nightly/core 2025.11.14
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.
- package/LICENSE +21 -0
- package/dist/AppSetting-D5eSdPuB.js +123 -0
- package/dist/HCheckList.vue_vue_type_script_setup_true_lang-DgeRhutB.js +39 -0
- package/dist/HDivider.vue_vue_type_script_setup_true_lang-DIHR-9Yv.js +20 -0
- package/dist/HInput.vue_vue_type_script_setup_true_lang-DBqCXRnn.js +33 -0
- package/dist/HToggle-BajvSdEE.js +34 -0
- package/dist/HeaderThinMenu-ouAiyBjb.js +4 -0
- package/dist/PreferencesContent-mr3zgq9x.js +923 -0
- package/dist/SettingBreadcrumb-Chx1c5oE.js +50 -0
- package/dist/SettingCopyright-BgIL_X3d.js +62 -0
- package/dist/SettingEnableTransition-16PeKbCJ.js +77 -0
- package/dist/SettingHome-DuLT9846.js +46 -0
- package/dist/SettingMenu-DDOmRqGo.js +120 -0
- package/dist/SettingMode-B6OwuuHR.js +68 -0
- package/dist/SettingNavSearch-BzmXK8I0.js +46 -0
- package/dist/SettingOther-DcDn9I3J.js +81 -0
- package/dist/SettingPage-DmfsDzGF.js +29 -0
- package/dist/SettingTabbar-BxxzDY5f.js +154 -0
- package/dist/SettingThemes-DoTkccTu.js +143 -0
- package/dist/SettingToolbar-ogjoj5NI.js +78 -0
- package/dist/SettingTopbar-BRZEIJZt.js +52 -0
- package/dist/SettingWidthMode-DQmewGT6.js +67 -0
- package/dist/abap-Y8Dl9g_6.js +6 -0
- package/dist/actionscript-3-DZzbMeqX.js +6 -0
- package/dist/ada-vP6ak0IW.js +6 -0
- package/dist/andromeeda-BIpZ7gaU.js +4 -0
- package/dist/angular-html-BmadGEgW.js +32 -0
- package/dist/angular-ts-D-QQnnGT.js +21 -0
- package/dist/apache-BUjz-sD2.js +6 -0
- package/dist/apex-D_wPycVx.js +6 -0
- package/dist/apl-sitt7C8I.js +16 -0
- package/dist/applescript-BPx7YFFu.js +6 -0
- package/dist/ara-Z2fSOxSw.js +6 -0
- package/dist/asciidoc-B-pCoB3G.js +6 -0
- package/dist/asm-BTWLY5ym.js +6 -0
- package/dist/astro-DHnp0xIo.js +18 -0
- package/dist/aurora-x-BwoVEUWZ.js +4 -0
- package/dist/awk-Fb0P9dkn.js +6 -0
- package/dist/ayu-dark-CxPZkpb2.js +4 -0
- package/dist/ballerina-oZK-YekG.js +6 -0
- package/dist/bat-0FvbqU9S.js +6 -0
- package/dist/beancount-DEfTbbFX.js +6 -0
- package/dist/berry-PwsHPR_K.js +6 -0
- package/dist/bibtex-EULQRLY5.js +6 -0
- package/dist/bicep-DFU2oTl7.js +6 -0
- package/dist/blade-OPzGcV14.js +20 -0
- package/dist/bsl-NkNNwerW.js +8 -0
- package/dist/built-in/authentication/alova/helper.d.ts +34 -0
- package/dist/built-in/authentication/alova/token.d.ts +16 -0
- package/dist/built-in/authentication/enum.d.ts +67 -0
- package/dist/built-in/authentication/helper.d.ts +10 -0
- package/dist/built-in/authentication/index.d.ts +10 -0
- package/dist/built-in/authentication/interface.d.ts +7 -0
- package/dist/built-in/authentication/pages/change-organization/index.vue.d.ts +2 -0
- package/dist/built-in/authentication/pages/change-password/components/ChangePasswordForm/index.vue.d.ts +18 -0
- package/dist/built-in/authentication/pages/change-password/index.vue.d.ts +31 -0
- package/dist/built-in/authentication/router.d.ts +2 -0
- package/dist/built-in/authorization/directives.d.ts +2 -0
- package/dist/built-in/authorization/helper.d.ts +6 -0
- package/dist/built-in/authorization/index.d.ts +7 -0
- package/dist/built-in/authorization/pages/not-permission/index.vue.d.ts +2 -0
- package/dist/built-in/authorization/router.d.ts +3 -0
- package/dist/built-in/devtools/index.d.ts +13 -0
- package/dist/built-in/index.d.ts +9 -0
- package/dist/built-in/layout-component/Layout.vue.d.ts +28 -0
- package/dist/built-in/layout-component/components/BackTop/index.vue.d.ts +2 -0
- package/dist/built-in/layout-component/components/Content/IframeView.vue.d.ts +4 -0
- package/dist/built-in/layout-component/components/Content/LinkView.vue.d.ts +2 -0
- package/dist/built-in/layout-component/components/Content/index.vue.d.ts +2 -0
- package/dist/built-in/layout-component/components/Copyright/index.vue.d.ts +2 -0
- package/dist/built-in/layout-component/components/Header/HeaderFullMenu/More.vue.d.ts +26 -0
- package/dist/built-in/layout-component/components/Header/HeaderFullMenu/NotCursor.vue.d.ts +27 -0
- package/dist/built-in/layout-component/components/Header/HeaderFullMenu/index.vue.d.ts +4 -0
- package/dist/built-in/layout-component/components/Header/HeaderMenu.vue.d.ts +2 -0
- package/dist/built-in/layout-component/components/Header/HeaderThinMenu.vue.d.ts +4 -0
- package/dist/built-in/layout-component/components/Header/index.vue.d.ts +24 -0
- package/dist/built-in/layout-component/components/Logo/index.vue.d.ts +26 -0
- package/dist/built-in/layout-component/components/Menu/index.vue.d.ts +10 -0
- package/dist/built-in/layout-component/components/Menu/item.vue.d.ts +11 -0
- package/dist/built-in/layout-component/components/Menu/sub.vue.d.ts +219 -0
- package/dist/built-in/layout-component/components/Menu/types.d.ts +42 -0
- package/dist/built-in/layout-component/components/NotAllowed/index.vue.d.ts +2 -0
- package/dist/built-in/layout-component/components/SettingBar/AppSetting.vue.d.ts +12 -0
- package/dist/built-in/layout-component/components/SettingBar/components/DayNightToggle.vue.d.ts +9 -0
- package/dist/built-in/layout-component/components/SettingBar/components/SettingBreadcrumb.vue.d.ts +2 -0
- package/dist/built-in/layout-component/components/SettingBar/components/SettingCopyright.vue.d.ts +2 -0
- package/dist/built-in/layout-component/components/SettingBar/components/SettingEnableTransition.vue.d.ts +2 -0
- package/dist/built-in/layout-component/components/SettingBar/components/SettingHome.vue.d.ts +2 -0
- package/dist/built-in/layout-component/components/SettingBar/components/SettingMenu.vue.d.ts +2 -0
- package/dist/built-in/layout-component/components/SettingBar/components/SettingMode.vue.d.ts +2 -0
- package/dist/built-in/layout-component/components/SettingBar/components/SettingNavSearch.vue.d.ts +2 -0
- package/dist/built-in/layout-component/components/SettingBar/components/SettingOther.vue.d.ts +2 -0
- package/dist/built-in/layout-component/components/SettingBar/components/SettingPage.vue.d.ts +2 -0
- package/dist/built-in/layout-component/components/SettingBar/components/SettingTabbar.vue.d.ts +2 -0
- package/dist/built-in/layout-component/components/SettingBar/components/SettingThemes.vue.d.ts +2 -0
- package/dist/built-in/layout-component/components/SettingBar/components/SettingToolbar.vue.d.ts +2 -0
- package/dist/built-in/layout-component/components/SettingBar/components/SettingTopbar.vue.d.ts +2 -0
- package/dist/built-in/layout-component/components/SettingBar/components/SettingWidthMode.vue.d.ts +2 -0
- package/dist/built-in/layout-component/components/SettingBar/index.vue.d.ts +2 -0
- package/dist/built-in/layout-component/components/Sidebar/MainSidebar.vue.d.ts +2 -0
- package/dist/built-in/layout-component/components/Sidebar/SubSidebar.vue.d.ts +7 -0
- package/dist/built-in/layout-component/components/Sidebar/index.vue.d.ts +9 -0
- package/dist/built-in/layout-component/components/Tools/Breadcrumb/index.vue.d.ts +17 -0
- package/dist/built-in/layout-component/components/Tools/Breadcrumb/item.vue.d.ts +25 -0
- package/dist/built-in/layout-component/components/Tools/DarkModeToggle.vue.d.ts +2 -0
- package/dist/built-in/layout-component/components/Tools/Fullscreen.vue.d.ts +2 -0
- package/dist/built-in/layout-component/components/Tools/HotkeysIntro.vue.d.ts +4 -0
- package/dist/built-in/layout-component/components/Tools/PageReload.vue.d.ts +2 -0
- package/dist/built-in/layout-component/components/Tools/Preferences/PreferencesContent.vue.d.ts +2 -0
- package/dist/built-in/layout-component/components/Tools/Preferences/index.vue.d.ts +4 -0
- package/dist/built-in/layout-component/components/Tools/SearchBar.vue.d.ts +2 -0
- package/dist/built-in/layout-component/components/Tools/SearchPanel.vue.d.ts +204 -0
- package/dist/built-in/layout-component/components/Tools/index.vue.d.ts +73 -0
- package/dist/built-in/layout-component/components/Tools/interface.d.ts +26 -0
- package/dist/built-in/layout-component/components/Topbar/Tabbar/MoreAction.vue.d.ts +11 -0
- package/dist/built-in/layout-component/components/Topbar/Tabbar/index.vue.d.ts +14 -0
- package/dist/built-in/layout-component/components/Topbar/Toolbar/Favorites.vue.d.ts +4 -0
- package/dist/built-in/layout-component/components/Topbar/Toolbar/Star.vue.d.ts +2 -0
- package/dist/built-in/layout-component/components/Topbar/Toolbar/index.vue.d.ts +2 -0
- package/dist/built-in/layout-component/components/Topbar/index.vue.d.ts +2 -0
- package/dist/built-in/layout-component/components/ui/HBadge.vue.d.ts +20 -0
- package/dist/built-in/layout-component/components/ui/HButton.vue.d.ts +26 -0
- package/dist/built-in/layout-component/components/ui/HCheckList.vue.d.ts +20 -0
- package/dist/built-in/layout-component/components/ui/HDialog.vue.d.ts +39 -0
- package/dist/built-in/layout-component/components/ui/HDivider.vue.d.ts +20 -0
- package/dist/built-in/layout-component/components/ui/HDropdown.vue.d.ts +18 -0
- package/dist/built-in/layout-component/components/ui/HDropdownMenu.vue.d.ts +21 -0
- package/dist/built-in/layout-component/components/ui/HDropdownTree.vue.d.ts +32 -0
- package/dist/built-in/layout-component/components/ui/HInput.vue.d.ts +17 -0
- package/dist/built-in/layout-component/components/ui/HKbd.vue.d.ts +17 -0
- package/dist/built-in/layout-component/components/ui/HSelect.vue.d.ts +17 -0
- package/dist/built-in/layout-component/components/ui/HSlideover.vue.d.ts +41 -0
- package/dist/built-in/layout-component/components/ui/HTabList.vue.d.ts +22 -0
- package/dist/built-in/layout-component/components/ui/HToggle.vue.d.ts +14 -0
- package/dist/built-in/layout-component/components/ui/HTooltip.vue.d.ts +23 -0
- package/dist/built-in/layout-component/composables/useContext.d.ts +17 -0
- package/dist/built-in/layout-component/composables/useGetComputedStyle.d.ts +15 -0
- package/dist/built-in/layout-component/composables/useGlobalSearch.d.ts +26 -0
- package/dist/built-in/layout-component/composables/useHotkey.d.ts +1 -0
- package/dist/built-in/layout-component/composables/useLayoutVisible.d.ts +8 -0
- package/dist/built-in/layout-component/composables/useMainPage.d.ts +14 -0
- package/dist/built-in/layout-component/composables/useMenu.d.ts +8 -0
- package/dist/built-in/layout-component/composables/useTabbar.d.ts +14 -0
- package/dist/built-in/layout-component/composables/useTitle.d.ts +4 -0
- package/dist/built-in/layout-component/composables/useViewTransition.d.ts +3 -0
- package/dist/built-in/layout-component/composables/useWatermark.d.ts +6 -0
- package/dist/built-in/layout-component/index.d.ts +27 -0
- package/dist/built-in/layout-component/interface.d.ts +22 -0
- package/dist/built-in/layout-component/pages/reload/index.vue.d.ts +2 -0
- package/dist/built-in/layout-component/provider.d.ts +1 -0
- package/dist/built-in/layout-component/utils/index.d.ts +2 -0
- package/dist/built-in/layout-component/utils/injectionKeys.d.ts +2 -0
- package/dist/built-in/layout-component/utils/watermark.d.ts +51 -0
- package/dist/built-in/n-progress/index.d.ts +6 -0
- package/dist/built-in/pinia-plugin/enum.d.ts +1 -0
- package/dist/built-in/pinia-plugin/helper.d.ts +2 -0
- package/dist/built-in/pinia-plugin/index.d.ts +5 -0
- package/dist/built-in/pinia-plugin/plugins/cleanup.d.ts +5 -0
- package/dist/built-in/pinia-plugin/plugins/favoritesStorage.d.ts +5 -0
- package/dist/built-in/pinia-plugin/plugins/iframeCache.d.ts +5 -0
- package/dist/built-in/pinia-plugin/plugins/persist.d.ts +3 -0
- package/dist/built-in/pinia-plugin/plugins/persistedstate/index.d.ts +3 -0
- package/dist/built-in/pinia-plugin/plugins/persistedstate/persistedstate.d.ts +15 -0
- package/dist/built-in/pinia-plugin/plugins/persistedstate/types.d.ts +150 -0
- package/dist/built-in/pinia-plugin/plugins/persistedstate/utils.d.ts +17 -0
- package/dist/built-in/pinia-plugin/plugins/tabbarStorage.d.ts +5 -0
- package/dist/built-in/pre-access/index.d.ts +7 -0
- package/dist/built-in/settings/index.d.ts +5 -0
- package/dist/built-in/settings/router.d.ts +3 -0
- package/dist/built-in/system-info/components/SystemInfo.vue.d.ts +2 -0
- package/dist/built-in/system-info/index.d.ts +5 -0
- package/dist/c-eeMepfLm.js +6 -0
- package/dist/cadence-DMRWHJp4.js +6 -0
- package/dist/cairo-DM6WF2e3.js +8 -0
- package/dist/catppuccin-frappe-5udUqgsX.js +4 -0
- package/dist/catppuccin-latte-ufkS-HWv.js +4 -0
- package/dist/catppuccin-macchiato-DzL2LPek.js +4 -0
- package/dist/catppuccin-mocha-DDDDwkUT.js +4 -0
- package/dist/clarity-BseSxcHx.js +6 -0
- package/dist/clojure-CXJfHrL3.js +6 -0
- package/dist/cmake-BJz8BOTU.js +6 -0
- package/dist/cobol-R4Vn9a46.js +10 -0
- package/dist/codeowners-Bt9yU6NX.js +6 -0
- package/dist/codeql-DHkodjjI.js +6 -0
- package/dist/coffee-Dl27lzbd.js +8 -0
- package/dist/common-lisp-EVqT9Zhp.js +6 -0
- package/dist/coq-B0L9upzn.js +6 -0
- package/dist/core/create.d.ts +2 -0
- package/dist/core/ctx.d.ts +3 -0
- package/dist/core/index.d.ts +4 -0
- package/dist/core/interface.d.ts +115 -0
- package/dist/core/modules.d.ts +20 -0
- package/dist/core/request.d.ts +4 -0
- package/dist/core/resolver/icon.d.ts +7 -0
- package/dist/core/resolver/index.d.ts +4 -0
- package/dist/core/resolver/layout.d.ts +2 -0
- package/dist/core/resolver/page.d.ts +17 -0
- package/dist/core/resolver/resolver.d.ts +10 -0
- package/dist/core/utils/global.d.ts +33 -0
- package/dist/core/utils/index.d.ts +2 -0
- package/dist/core/utils/utils.d.ts +3 -0
- package/dist/cpp-Cj177cuW.js +18 -0
- package/dist/crystal-ymVvJzbZ.js +18 -0
- package/dist/csharp-DmxfTLWR.js +6 -0
- package/dist/css-CECN5uSL.js +6 -0
- package/dist/csv-CmYOceLb.js +6 -0
- package/dist/cue-ZzumE7IT.js +6 -0
- package/dist/cypher-jpdmjtA6.js +6 -0
- package/dist/d-CBagWSwH.js +6 -0
- package/dist/dark-plus-pUHDTVV0.js +4 -0
- package/dist/dart-6ObCrKr9.js +6 -0
- package/dist/dax-CcDT-8dH.js +6 -0
- package/dist/desktop-B93p9R9O.js +6 -0
- package/dist/diff-BxzP2J8R.js +6 -0
- package/dist/docker-CsHqm9tx.js +6 -0
- package/dist/dotenv-BMjVjUL1.js +6 -0
- package/dist/dracula-BtZx2Kac.js +4 -0
- package/dist/dracula-soft-BKa-aqBv.js +4 -0
- package/dist/dream-maker-PAx17jaB.js +6 -0
- package/dist/edge-_LvgTcmu.js +12 -0
- package/dist/elixir-BTCUAmQk.js +8 -0
- package/dist/elm-BtNbw_Cd.js +8 -0
- package/dist/emacs-lisp-Cfxdx5D-.js +6 -0
- package/dist/erb-D0PIpZCP.js +10 -0
- package/dist/erlang-DNcDT8Hi.js +8 -0
- package/dist/everforest-dark-DMCBqXCK.js +4 -0
- package/dist/everforest-light-BbXl82Em.js +4 -0
- package/dist/features/api/modules/auth/index.d.ts +1 -0
- package/dist/features/api/modules/auth/renzhengfuwu.d.ts +99 -0
- package/dist/features/api/modules/configData/heibaimingdanfuwu.d.ts +36 -0
- package/dist/features/api/modules/configData/index.d.ts +3 -0
- package/dist/features/api/modules/configData/xitongpeizhifuwu.d.ts +99 -0
- package/dist/features/api/modules/configData/zidifuwu.d.ts +71 -0
- package/dist/features/api/modules/rbac/gangweijiekou.d.ts +43 -0
- package/dist/features/api/modules/rbac/index.d.ts +12 -0
- package/dist/features/api/modules/rbac/jiaosejiekou.d.ts +50 -0
- package/dist/features/api/modules/rbac/pubJiaosezukongzhiqi.d.ts +50 -0
- package/dist/features/api/modules/rbac/shujuquanxianzhubiaokongzhiqi.d.ts +64 -0
- package/dist/features/api/modules/rbac/yonghujiekou.d.ts +113 -0
- package/dist/features/api/modules/rbac/yonghushoucangbiaojiekou.d.ts +36 -0
- package/dist/features/api/modules/rbac/yonghuzuijinchangyongbiaojiekou.d.ts +29 -0
- package/dist/features/api/modules/rbac/ziyuandaorudaochuxiangguanjiekou.d.ts +43 -0
- package/dist/features/api/modules/rbac/ziyuanjiekou.d.ts +99 -0
- package/dist/features/api/modules/rbac/zuhuguanlijiekou.d.ts +36 -0
- package/dist/features/api/modules/rbac/zuzhijiaosebiaokongzhiqi.d.ts +29 -0
- package/dist/features/api/modules/rbac/zuzhijiekou.d.ts +64 -0
- package/dist/features/api/request.d.ts +2 -0
- package/dist/features/api/system/user.d.ts +24 -0
- package/dist/features/assets/styles/index.d.ts +5 -0
- package/dist/features/components/PageHeader/index.vue.d.ts +23 -0
- package/dist/features/components/PageMain/index.vue.d.ts +27 -0
- package/dist/features/components/PartyLogin/MethodSelect.vue.d.ts +10 -0
- package/dist/features/components/PartyLogin/Modal.vue.d.ts +31 -0
- package/dist/features/components/PartyLogin/ParamsItem.vue.d.ts +94 -0
- package/dist/features/components/PartyLogin/ParamsPanel.vue.d.ts +13 -0
- package/dist/features/components/PartyLogin/RequestFieldSelector.vue.d.ts +18 -0
- package/dist/features/components/PartyLogin/SystemFieldSelector.vue.d.ts +15 -0
- package/dist/features/components/PartyLogin/steps/One.vue.d.ts +28 -0
- package/dist/features/components/PartyLogin/steps/Two.vue.d.ts +14 -0
- package/dist/features/components/PartyLogin/type.d.ts +37 -0
- package/dist/features/components/PartyLogin/usePartyRequest.d.ts +21 -0
- package/dist/features/components/PassStrengthValidator/index.vue.d.ts +26 -0
- package/dist/features/components/PassStrengthValidator/rule.vue.d.ts +8 -0
- package/dist/features/components/PubinfoApp/index.vue.d.ts +2 -0
- package/dist/features/components/PubinfoIcon/PrismBox.vue.d.ts +21 -0
- package/dist/features/components/PubinfoIcon/SquareBox.vue.d.ts +17 -0
- package/dist/features/components/PubinfoIcon/index.vue.d.ts +2 -0
- package/dist/features/components/PubinfoIcon/props.d.ts +65 -0
- package/dist/features/components/PubinfoProvider/index.d.ts +9 -0
- package/dist/features/components/index.d.ts +10 -0
- package/dist/features/composables/auth.d.ts +8 -0
- package/dist/features/composables/index.d.ts +5 -0
- package/dist/features/composables/log.d.ts +6 -0
- package/dist/features/composables/partyLogin.d.ts +19 -0
- package/dist/features/composables/theme.d.ts +3 -0
- package/dist/features/composables/watchDiff.d.ts +2 -0
- package/dist/features/context/index.d.ts +12 -0
- package/dist/features/enum.d.ts +20 -0
- package/dist/features/index.d.ts +7 -0
- package/dist/features/pages/not-found/index.vue.d.ts +2 -0
- package/dist/features/pages/profile/index.vue.d.ts +2 -0
- package/dist/features/router/asyncRoutes.d.ts +14 -0
- package/dist/features/router/index.d.ts +2 -0
- package/dist/features/router/systemRoutes.d.ts +9 -0
- package/dist/features/settings/index.d.ts +3 -0
- package/dist/features/stores/enum.d.ts +20 -0
- package/dist/features/stores/index.d.ts +1 -0
- package/dist/features/stores/modules/favorites.d.ts +33 -0
- package/dist/features/stores/modules/iframe.d.ts +45 -0
- package/dist/features/stores/modules/index.d.ts +16 -0
- package/dist/features/stores/modules/keepAlive.d.ts +24 -0
- package/dist/features/stores/modules/menu.d.ts +35 -0
- package/dist/features/stores/modules/route.d.ts +52 -0
- package/dist/features/stores/modules/settings.d.ts +86 -0
- package/dist/features/stores/modules/tabbar.d.ts +60 -0
- package/dist/features/stores/modules/user.d.ts +48 -0
- package/dist/features/stores/utils/index.d.ts +1 -0
- package/dist/features/stores/utils/routerHelper.d.ts +18 -0
- package/dist/fennel-N4WcXuKx.js +6 -0
- package/dist/fish-B6QqlqeT.js +6 -0
- package/dist/fluent-BMXUxfv1.js +6 -0
- package/dist/fortran-fixed-form-DUsA-VGo.js +8 -0
- package/dist/fortran-free-form-DPIT_jbP.js +6 -0
- package/dist/fsharp-Pr2u3cIG.js +8 -0
- package/dist/gdresource-BwtMIoBm.js +10 -0
- package/dist/gdscript-BifyeYhI.js +6 -0
- package/dist/gdshader-Bk8fF6yr.js +6 -0
- package/dist/genie-DzUvd7U9.js +6 -0
- package/dist/gherkin-DHRaV0YP.js +6 -0
- package/dist/git-commit-Bd32YZ0K.js +8 -0
- package/dist/git-rebase-ZWUFO_T4.js +8 -0
- package/dist/github-dark-DenFmJkN.js +4 -0
- package/dist/github-dark-default-BJPUVz4H.js +4 -0
- package/dist/github-dark-dimmed-DUshB20C.js +4 -0
- package/dist/github-dark-high-contrast-D3aGCnF8.js +4 -0
- package/dist/github-light-JYsPkUQd.js +4 -0
- package/dist/github-light-default-D99KPAby.js +4 -0
- package/dist/github-light-high-contrast-BbmZE-Mp.js +4 -0
- package/dist/gleam-Bv284lvN.js +6 -0
- package/dist/glimmer-js-CkxRszZZ.js +14 -0
- package/dist/glimmer-ts-Bi6BYQCn.js +14 -0
- package/dist/glsl-CkUcVZNK.js +8 -0
- package/dist/gnuplot-yPG9-sE_.js +6 -0
- package/dist/go-ChxJuLYK.js +6 -0
- package/dist/graphql-BLaPX4fU.js +14 -0
- package/dist/groovy-CJQTphOW.js +6 -0
- package/dist/gruvbox-dark-hard-C2ND4cMr.js +4 -0
- package/dist/gruvbox-dark-medium-C8k4c8au.js +4 -0
- package/dist/gruvbox-dark-soft-xx9Q6FaG.js +4 -0
- package/dist/gruvbox-light-hard-BpUXv5in.js +4 -0
- package/dist/gruvbox-light-medium-D3XFCoU1.js +4 -0
- package/dist/gruvbox-light-soft-u7hpfz6Z.js +4 -0
- package/dist/hack-Bx1jMtBC.js +10 -0
- package/dist/haml-6FagfhCM.js +10 -0
- package/dist/handlebars-Bd5Y4M6I.js +14 -0
- package/dist/haskell-WeIwNIP6.js +6 -0
- package/dist/haxe-TztHsm5T.js +6 -0
- package/dist/hcl-D438OF-I.js +6 -0
- package/dist/hjson-DYBUbqOl.js +6 -0
- package/dist/hlsl-Bk8TCZNL.js +6 -0
- package/dist/houston-BDYrDoDW.js +4 -0
- package/dist/html-7XVNRwN7.js +10 -0
- package/dist/html-derivative-BNxZ5Yf6.js +8 -0
- package/dist/http-WC357zBG.js +14 -0
- package/dist/hxml-GbqSQCLa.js +8 -0
- package/dist/hy-Brt5EZ7-.js +6 -0
- package/dist/imba-CimUv-Uh.js +6 -0
- package/dist/index-73TLLAnx.js +25373 -0
- package/dist/index-B3GOGQYd.js +79648 -0
- package/dist/index-BD2fkZis.js +14 -0
- package/dist/index-BRjgatUZ.js +139 -0
- package/dist/index-BrK3HYDT.js +4 -0
- package/dist/index-CkUIa4JM.js +229 -0
- package/dist/index-D2zvNBbe.js +44 -0
- package/dist/index-DwF3aqst.js +49 -0
- package/dist/index-NOUM2y9h.js +2827 -0
- package/dist/index.d.ts +26 -0
- package/dist/index.js +70 -0
- package/dist/ini-BZIuRIvJ.js +6 -0
- package/dist/java-DY6VlHhP.js +6 -0
- package/dist/javascript-Dp1Jmi5H.js +6 -0
- package/dist/jinja-WEhOU5ES.js +11 -0
- package/dist/jison-c2JI40PB.js +8 -0
- package/dist/json-DxJze_jm.js +6 -0
- package/dist/json5-BT4Fjg39.js +6 -0
- package/dist/jsonc-CHjZD8gR.js +6 -0
- package/dist/jsonl-BGuvDmy9.js +6 -0
- package/dist/jsonnet-Bx2cfsXg.js +6 -0
- package/dist/jssm-BcADi6EI.js +6 -0
- package/dist/jsx-BtKADgXT.js +6 -0
- package/dist/julia-DcoDQokW.js +16 -0
- package/dist/kanagawa-dragon-CiKur4Hl.js +4 -0
- package/dist/kanagawa-lotus-BKu-smKu.js +4 -0
- package/dist/kanagawa-wave-CQwozSzG.js +4 -0
- package/dist/kotlin-ByBMgTeR.js +6 -0
- package/dist/kusto-VWFLl2T0.js +6 -0
- package/dist/laserwave-6a00oqik.js +4 -0
- package/dist/latex-MZCpjnva.js +8 -0
- package/dist/lean-DXqEE_d1.js +6 -0
- package/dist/less-B1GLI2Di.js +6 -0
- package/dist/light-plus-CZuVqSLX.js +4 -0
- package/dist/liquid-3HHuHOZ2.js +14 -0
- package/dist/llvm-6RQLId6G.js +6 -0
- package/dist/log-Al8wyEFV.js +6 -0
- package/dist/logo-DBa4JDzV.js +6 -0
- package/dist/lua-kX5WP_P5.js +8 -0
- package/dist/luau-DtBSxLyz.js +6 -0
- package/dist/make-CsMclxtr.js +6 -0
- package/dist/markdown-CrScaQ96.js +6 -0
- package/dist/marko-DDi9qpQP.js +14 -0
- package/dist/material-theme-D6KBX41T.js +4 -0
- package/dist/material-theme-darker-CkRroheE.js +4 -0
- package/dist/material-theme-lighter-BUBw43Yz.js +4 -0
- package/dist/material-theme-ocean-ClGX14Ja.js +4 -0
- package/dist/material-theme-palenight-C1RVm8K1.js +4 -0
- package/dist/matlab-BOAaUVP0.js +6 -0
- package/dist/mdc-FI2x3BiY.js +12 -0
- package/dist/mdx-BOhZZUJ8.js +6 -0
- package/dist/mermaid-B0ixDHKN.js +6 -0
- package/dist/min-dark-C7ak0t6c.js +4 -0
- package/dist/min-light-CKFxVcPp.js +4 -0
- package/dist/mipsasm-CTx18fBl.js +6 -0
- package/dist/mojo-BD611d7o.js +6 -0
- package/dist/monokai-C1KBYcO0.js +4 -0
- package/dist/move-DSb5dTSj.js +6 -0
- package/dist/narrat-DmhDCBs-.js +6 -0
- package/dist/nextflow-BAAEJxI_.js +6 -0
- package/dist/nginx-5vhPAEw3.js +8 -0
- package/dist/night-owl-Bm2rzalh.js +4 -0
- package/dist/nim-BhS8gg0S.js +20 -0
- package/dist/nix-ceY58Dty.js +6 -0
- package/dist/nord-CC5OiUXg.js +4 -0
- package/dist/nushell-CQi4NV-2.js +6 -0
- package/dist/objective-c-Itk8tzmv.js +6 -0
- package/dist/objective-cpp-DGt5UKRO.js +6 -0
- package/dist/ocaml-eSVK32Eg.js +6 -0
- package/dist/one-dark-pro-DTA3VF0_.js +4 -0
- package/dist/one-light-D9sNaUtq.js +4 -0
- package/dist/pascal-xy8pJNns.js +6 -0
- package/dist/perl-BoEn6HmT.js +16 -0
- package/dist/php-BRU9zhoN.js +18 -0
- package/dist/pick-dLE6MD9A.js +12 -0
- package/dist/plastic-CSTz3KZp.js +4 -0
- package/dist/plsql-pVbGZfOv.js +6 -0
- package/dist/po-BNfHvqmm.js +6 -0
- package/dist/poimandres-C-VADXHD.js +4 -0
- package/dist/polar-CAZahv3u.js +6 -0
- package/dist/postcss-05aHdL-n.js +6 -0
- package/dist/powerquery-DI9HkTvs.js +6 -0
- package/dist/powershell-Clc4ydu-.js +6 -0
- package/dist/prisma-FZjmVtSl.js +6 -0
- package/dist/prolog-C5-yg4TO.js +6 -0
- package/dist/proto-MmCPeFAD.js +6 -0
- package/dist/pug-CJWI-qSo.js +12 -0
- package/dist/puppet-CUJHmnxV.js +6 -0
- package/dist/purescript-rUfGld-4.js +6 -0
- package/dist/python-BFNSHbwJ.js +6 -0
- package/dist/qml-D3ATcgGh.js +8 -0
- package/dist/qmldir-BInDYbpo.js +6 -0
- package/dist/qss-AeJTysr_.js +6 -0
- package/dist/question-line-DCMVyZ3e.js +18 -0
- package/dist/r-Bm0uF0U2.js +6 -0
- package/dist/racket-B83wSAja.js +6 -0
- package/dist/raku-nEQ4ZJJ7.js +6 -0
- package/dist/razor-BPFYEoc9.js +10 -0
- package/dist/red-7y8PH7HH.js +4 -0
- package/dist/reg-m_s_Kiip.js +6 -0
- package/dist/regexp-BazyLpPg.js +6 -0
- package/dist/rel-BcRfyd6Q.js +6 -0
- package/dist/right-aIVrXLnr.js +36 -0
- package/dist/riscv-Ce8MAQLP.js +6 -0
- package/dist/rose-pine-Cr4kwgAY.js +4 -0
- package/dist/rose-pine-dawn-ClRRUdXX.js +4 -0
- package/dist/rose-pine-moon-ucNn3Gm8.js +4 -0
- package/dist/rst-B6mPMsKo.js +22 -0
- package/dist/ruby-DInklMmU.js +30 -0
- package/dist/rust-CLzF9zIN.js +6 -0
- package/dist/sas-fpEvgATw.js +8 -0
- package/dist/sass-DxHp5rTx.js +6 -0
- package/dist/scala-D4grkFkl.js +6 -0
- package/dist/scheme-BCRWuEm4.js +6 -0
- package/dist/scss-B1FaCqwR.js +8 -0
- package/dist/sdbl-B7T8abf4.js +6 -0
- package/dist/shaderlab-Cr62-Wb4.js +8 -0
- package/dist/shellscript-InADTalH.js +6 -0
- package/dist/shellsession-DiDJNQdy.js +8 -0
- package/dist/slack-dark-i7wN4OET.js +4 -0
- package/dist/slack-ochin-ndHf0LoP.js +4 -0
- package/dist/smalltalk-BlI1_OkM.js +6 -0
- package/dist/snazzy-light-BlSJXAu4.js +4 -0
- package/dist/solarized-dark-UTmkh7lw.js +4 -0
- package/dist/solarized-light-BheCkDPT.js +4 -0
- package/dist/solidity-CneOhxmR.js +6 -0
- package/dist/soy-LybuU3Y_.js +8 -0
- package/dist/sparql-B0KWFEri.js +8 -0
- package/dist/splunk-CRXR8A9s.js +6 -0
- package/dist/sql-Cn_v3PB0.js +6 -0
- package/dist/ssh-config-DP-hNVbF.js +6 -0
- package/dist/stata-B8c5fTjX.js +8 -0
- package/dist/style.css +9 -0
- package/dist/stylus-CyKEU1Ej.js +6 -0
- package/dist/svelte-BjDUPxZ1.js +14 -0
- package/dist/swift-9UzSvamq.js +6 -0
- package/dist/synthwave-84-NU3C_KFZ.js +4 -0
- package/dist/system-verilog-BCm7smPJ.js +6 -0
- package/dist/systemd-C-4qm6XH.js +6 -0
- package/dist/talonscript-CFF3LF_O.js +6 -0
- package/dist/tasl-Cg_WBUAe.js +6 -0
- package/dist/tcl-DN7buRTF.js +6 -0
- package/dist/templ-Brj2RH7A.js +12 -0
- package/dist/terraform-DGvcn9zM.js +6 -0
- package/dist/tex-CmrLTxbG.js +8 -0
- package/dist/tokyo-night-DP4TmcQl.js +4 -0
- package/dist/toml-DY62mUL_.js +6 -0
- package/dist/ts-tags-CZMzuZh-.js +41 -0
- package/dist/tsv-BtvSkaG0.js +6 -0
- package/dist/tsx-B8rCNbgL.js +6 -0
- package/dist/turtle-_H59FV7D.js +6 -0
- package/dist/twig-GjIxYqCX.js +18 -0
- package/dist/typescript-mg6ATTE8.js +6 -0
- package/dist/typespec-Djmco60m.js +6 -0
- package/dist/typst-D_1QKWns.js +6 -0
- package/dist/utils/cleanup.d.ts +8 -0
- package/dist/utils/index.d.ts +6 -0
- package/dist/utils/path.d.ts +1 -0
- package/dist/utils/proxy.d.ts +1 -0
- package/dist/utils/publicKey.d.ts +4 -0
- package/dist/utils/storage.d.ts +20 -0
- package/dist/v-BW14IZv7.js +6 -0
- package/dist/vala-uxaPR7d1.js +6 -0
- package/dist/vb-D8_c5-KN.js +6 -0
- package/dist/verilog-B-bybjPF.js +6 -0
- package/dist/vesper-BckBta1U.js +4 -0
- package/dist/vhdl-CUlNa8ac.js +6 -0
- package/dist/viml-DsfA-sWm.js +6 -0
- package/dist/vitesse-black-BoGvW84i.js +4 -0
- package/dist/vitesse-dark-Cym-eLtO.js +4 -0
- package/dist/vitesse-light-CcmG315c.js +4 -0
- package/dist/vue-D-ba2-Rx.js +31 -0
- package/dist/vue-html-Dn2ZoOSz.js +10 -0
- package/dist/vue-vine-Jmfkm6lF.js +20 -0
- package/dist/vyper-CPQuu50u.js +6 -0
- package/dist/wasm-BBXxrAl7.js +6 -0
- package/dist/wasm-DQxwEHae.js +7 -0
- package/dist/wenyan-pbVjoM9_.js +6 -0
- package/dist/wgsl-DY4iK1q1.js +6 -0
- package/dist/wikitext-Z-MoUasO.js +6 -0
- package/dist/wit-CQMQOlTg.js +6 -0
- package/dist/wolfram-Dz4KXISs.js +6 -0
- package/dist/xml-C2J0sS9M.js +8 -0
- package/dist/xsl-BmSZphgC.js +8 -0
- package/dist/yaml-DaO7k5B1.js +6 -0
- package/dist/zenscript-CxBjpf9c.js +6 -0
- package/dist/zig-Vm0PO9wB.js +6 -0
- package/package.json +104 -0
- package/runtime/components/PubinfoDev/index.d.ts +18 -0
- package/runtime/components/PubinfoDev/index.js +15 -0
- package/runtime/components/index.d.ts +1 -0
- package/runtime/components/index.js +1 -0
- package/runtime/index.d.ts +1 -0
- package/runtime/index.js +1 -0
- package/src/built-in/authentication/alova/helper.ts +158 -0
- package/src/built-in/authentication/alova/token.ts +122 -0
- package/src/built-in/authentication/enum.ts +78 -0
- package/src/built-in/authentication/helper.ts +59 -0
- package/src/built-in/authentication/index.ts +28 -0
- package/src/built-in/authentication/interface.ts +7 -0
- package/src/built-in/authentication/pages/change-organization/assets/change-org.svg +1 -0
- package/src/built-in/authentication/pages/change-organization/assets/login-small.png +0 -0
- package/src/built-in/authentication/pages/change-organization/assets/login-small_dark.webp +0 -0
- package/src/built-in/authentication/pages/change-organization/index.vue +160 -0
- package/src/built-in/authentication/pages/change-password/assets/login-small.png +0 -0
- package/src/built-in/authentication/pages/change-password/assets/login-small_dark.webp +0 -0
- package/src/built-in/authentication/pages/change-password/assets/mima.svg +1 -0
- package/src/built-in/authentication/pages/change-password/components/ChangePasswordForm/index.vue +144 -0
- package/src/built-in/authentication/pages/change-password/index.vue +85 -0
- package/src/built-in/authentication/router.ts +57 -0
- package/src/built-in/authorization/directives.ts +22 -0
- package/src/built-in/authorization/helper.ts +11 -0
- package/src/built-in/authorization/index.ts +25 -0
- package/src/built-in/authorization/pages/not-permission/403.svg +1 -0
- package/src/built-in/authorization/pages/not-permission/403_dark.svg +1 -0
- package/src/built-in/authorization/pages/not-permission/index.vue +69 -0
- package/src/built-in/authorization/router.ts +122 -0
- package/src/built-in/devtools/index.ts +292 -0
- package/src/built-in/index.ts +9 -0
- package/src/built-in/layout-component/Layout.vue +358 -0
- package/src/built-in/layout-component/assets/icons/favorites.svg +1 -0
- package/src/built-in/layout-component/assets/icons/toolbar-collapse.svg +1 -0
- package/src/built-in/layout-component/assets/images/403.svg +1 -0
- package/src/built-in/layout-component/assets/images/403_dark.svg +1 -0
- package/src/built-in/layout-component/assets/images/not-cursor.png +0 -0
- package/src/built-in/layout-component/components/BackTop/index.vue +47 -0
- package/src/built-in/layout-component/components/Content/IframeView.vue +150 -0
- package/src/built-in/layout-component/components/Content/LinkView.vue +118 -0
- package/src/built-in/layout-component/components/Content/index.vue +147 -0
- package/src/built-in/layout-component/components/Copyright/index.vue +48 -0
- package/src/built-in/layout-component/components/Header/HeaderFullMenu/More.vue +95 -0
- package/src/built-in/layout-component/components/Header/HeaderFullMenu/NotCursor.vue +70 -0
- package/src/built-in/layout-component/components/Header/HeaderFullMenu/index.vue +173 -0
- package/src/built-in/layout-component/components/Header/HeaderMenu.vue +19 -0
- package/src/built-in/layout-component/components/Header/HeaderThinMenu.vue +41 -0
- package/src/built-in/layout-component/components/Header/index.vue +175 -0
- package/src/built-in/layout-component/components/Logo/index.vue +55 -0
- package/src/built-in/layout-component/components/Menu/index.vue +206 -0
- package/src/built-in/layout-component/components/Menu/item.vue +198 -0
- package/src/built-in/layout-component/components/Menu/sub.vue +220 -0
- package/src/built-in/layout-component/components/Menu/types.ts +49 -0
- package/src/built-in/layout-component/components/NotAllowed/index.vue +44 -0
- package/src/built-in/layout-component/components/SettingBar/AppSetting.vue +146 -0
- package/src/built-in/layout-component/components/SettingBar/components/DayNightToggle.vue +144 -0
- package/src/built-in/layout-component/components/SettingBar/components/SettingBreadcrumb.vue +42 -0
- package/src/built-in/layout-component/components/SettingBar/components/SettingCopyright.vue +44 -0
- package/src/built-in/layout-component/components/SettingBar/components/SettingEnableTransition.vue +190 -0
- package/src/built-in/layout-component/components/SettingBar/components/SettingHome.vue +30 -0
- package/src/built-in/layout-component/components/SettingBar/components/SettingMenu.vue +108 -0
- package/src/built-in/layout-component/components/SettingBar/components/SettingMode.vue +154 -0
- package/src/built-in/layout-component/components/SettingBar/components/SettingNavSearch.vue +30 -0
- package/src/built-in/layout-component/components/SettingBar/components/SettingOther.vue +53 -0
- package/src/built-in/layout-component/components/SettingBar/components/SettingPage.vue +20 -0
- package/src/built-in/layout-component/components/SettingBar/components/SettingTabbar.vue +70 -0
- package/src/built-in/layout-component/components/SettingBar/components/SettingThemes.vue +167 -0
- package/src/built-in/layout-component/components/SettingBar/components/SettingToolbar.vue +48 -0
- package/src/built-in/layout-component/components/SettingBar/components/SettingTopbar.vue +37 -0
- package/src/built-in/layout-component/components/SettingBar/components/SettingWidthMode.vue +141 -0
- package/src/built-in/layout-component/components/SettingBar/index.vue +81 -0
- package/src/built-in/layout-component/components/Sidebar/MainSidebar.vue +194 -0
- package/src/built-in/layout-component/components/Sidebar/SubSidebar.vue +152 -0
- package/src/built-in/layout-component/components/Sidebar/index.vue +29 -0
- package/src/built-in/layout-component/components/Tools/Breadcrumb/index.vue +15 -0
- package/src/built-in/layout-component/components/Tools/Breadcrumb/item.vue +44 -0
- package/src/built-in/layout-component/components/Tools/DarkModeToggle.vue +126 -0
- package/src/built-in/layout-component/components/Tools/Fullscreen.vue +24 -0
- package/src/built-in/layout-component/components/Tools/HotkeysIntro.vue +103 -0
- package/src/built-in/layout-component/components/Tools/PageReload.vue +22 -0
- package/src/built-in/layout-component/components/Tools/Preferences/PreferencesContent.vue +658 -0
- package/src/built-in/layout-component/components/Tools/Preferences/index.vue +20 -0
- package/src/built-in/layout-component/components/Tools/SearchBar.vue +42 -0
- package/src/built-in/layout-component/components/Tools/SearchPanel.vue +454 -0
- package/src/built-in/layout-component/components/Tools/index.vue +149 -0
- package/src/built-in/layout-component/components/Tools/interface.ts +27 -0
- package/src/built-in/layout-component/components/Topbar/Tabbar/MoreAction.vue +329 -0
- package/src/built-in/layout-component/components/Topbar/Tabbar/index.vue +744 -0
- package/src/built-in/layout-component/components/Topbar/Toolbar/Favorites.vue +135 -0
- package/src/built-in/layout-component/components/Topbar/Toolbar/Star.vue +30 -0
- package/src/built-in/layout-component/components/Topbar/Toolbar/index.vue +312 -0
- package/src/built-in/layout-component/components/Topbar/index.vue +16 -0
- package/src/built-in/layout-component/components/ui/HBadge.vue +41 -0
- package/src/built-in/layout-component/components/ui/HButton.vue +28 -0
- package/src/built-in/layout-component/components/ui/HCheckList.vue +49 -0
- package/src/built-in/layout-component/components/ui/HDialog.vue +111 -0
- package/src/built-in/layout-component/components/ui/HDivider.vue +24 -0
- package/src/built-in/layout-component/components/ui/HDropdown.vue +13 -0
- package/src/built-in/layout-component/components/ui/HDropdownMenu.vue +43 -0
- package/src/built-in/layout-component/components/ui/HDropdownTree.vue +79 -0
- package/src/built-in/layout-component/components/ui/HInput.vue +40 -0
- package/src/built-in/layout-component/components/ui/HKbd.vue +33 -0
- package/src/built-in/layout-component/components/ui/HSelect.vue +66 -0
- package/src/built-in/layout-component/components/ui/HSlideover.vue +122 -0
- package/src/built-in/layout-component/components/ui/HTabList.vue +56 -0
- package/src/built-in/layout-component/components/ui/HToggle.vue +133 -0
- package/src/built-in/layout-component/components/ui/HTooltip.vue +21 -0
- package/src/built-in/layout-component/composables/useContext.ts +36 -0
- package/src/built-in/layout-component/composables/useGetComputedStyle.ts +72 -0
- package/src/built-in/layout-component/composables/useGlobalSearch.ts +87 -0
- package/src/built-in/layout-component/composables/useHotkey.ts +45 -0
- package/src/built-in/layout-component/composables/useLayoutVisible.ts +87 -0
- package/src/built-in/layout-component/composables/useMainPage.ts +67 -0
- package/src/built-in/layout-component/composables/useMenu.ts +27 -0
- package/src/built-in/layout-component/composables/useTabbar.ts +163 -0
- package/src/built-in/layout-component/composables/useTitle.ts +34 -0
- package/src/built-in/layout-component/composables/useViewTransition.ts +16 -0
- package/src/built-in/layout-component/composables/useWatermark.ts +80 -0
- package/src/built-in/layout-component/index.ts +105 -0
- package/src/built-in/layout-component/interface.ts +25 -0
- package/src/built-in/layout-component/pages/reload/index.vue +11 -0
- package/src/built-in/layout-component/provider.ts +65 -0
- package/src/built-in/layout-component/utils/index.ts +2 -0
- package/src/built-in/layout-component/utils/injectionKeys.ts +5 -0
- package/src/built-in/layout-component/utils/watermark.ts +256 -0
- package/src/built-in/n-progress/index.ts +31 -0
- package/src/built-in/n-progress/nprogress.css +68 -0
- package/src/built-in/pinia-plugin/enum.ts +1 -0
- package/src/built-in/pinia-plugin/helper.ts +37 -0
- package/src/built-in/pinia-plugin/index.ts +27 -0
- package/src/built-in/pinia-plugin/plugins/cleanup.ts +20 -0
- package/src/built-in/pinia-plugin/plugins/favoritesStorage.ts +61 -0
- package/src/built-in/pinia-plugin/plugins/iframeCache.ts +32 -0
- package/src/built-in/pinia-plugin/plugins/persist.ts +32 -0
- package/src/built-in/pinia-plugin/plugins/persistedstate/README.md +551 -0
- package/src/built-in/pinia-plugin/plugins/persistedstate/index.ts +3 -0
- package/src/built-in/pinia-plugin/plugins/persistedstate/persistedstate.ts +575 -0
- package/src/built-in/pinia-plugin/plugins/persistedstate/types.ts +162 -0
- package/src/built-in/pinia-plugin/plugins/persistedstate/utils.ts +46 -0
- package/src/built-in/pinia-plugin/plugins/tabbarStorage.ts +97 -0
- package/src/built-in/pre-access/index.ts +20 -0
- package/src/built-in/settings/index.ts +15 -0
- package/src/built-in/settings/router.ts +138 -0
- package/src/built-in/system-info/components/SystemInfo.vue +83 -0
- package/src/built-in/system-info/index.ts +16 -0
- package/src/core/create.ts +71 -0
- package/src/core/ctx.ts +46 -0
- package/src/core/index.ts +4 -0
- package/src/core/interface.ts +142 -0
- package/src/core/modules.ts +63 -0
- package/src/core/request.ts +71 -0
- package/src/core/resolver/icon.ts +115 -0
- package/src/core/resolver/index.ts +4 -0
- package/src/core/resolver/layout.ts +33 -0
- package/src/core/resolver/page.ts +88 -0
- package/src/core/resolver/resolver.ts +25 -0
- package/src/core/utils/global.ts +161 -0
- package/src/core/utils/index.ts +2 -0
- package/src/core/utils/utils.ts +12 -0
- package/src/features/api/modules/auth/index.ts +1 -0
- package/src/features/api/modules/auth/renzhengfuwu.ts +294 -0
- package/src/features/api/modules/auth/typings.d.ts +177 -0
- package/src/features/api/modules/configData/heibaimingdanfuwu.ts +106 -0
- package/src/features/api/modules/configData/index.ts +3 -0
- package/src/features/api/modules/configData/typings.d.ts +357 -0
- package/src/features/api/modules/configData/xitongpeizhifuwu.ts +346 -0
- package/src/features/api/modules/configData/zidifuwu.ts +227 -0
- package/src/features/api/modules/rbac/gangweijiekou.ts +132 -0
- package/src/features/api/modules/rbac/index.ts +12 -0
- package/src/features/api/modules/rbac/jiaosejiekou.ts +139 -0
- package/src/features/api/modules/rbac/pubJiaosezukongzhiqi.ts +152 -0
- package/src/features/api/modules/rbac/shujuquanxianzhubiaokongzhiqi.ts +200 -0
- package/src/features/api/modules/rbac/typings.d.ts +2145 -0
- package/src/features/api/modules/rbac/yonghujiekou.ts +352 -0
- package/src/features/api/modules/rbac/yonghushoucangbiaojiekou.ts +110 -0
- package/src/features/api/modules/rbac/yonghuzuijinchangyongbiaojiekou.ts +82 -0
- package/src/features/api/modules/rbac/ziyuandaorudaochuxiangguanjiekou.ts +158 -0
- package/src/features/api/modules/rbac/ziyuanjiekou.ts +283 -0
- package/src/features/api/modules/rbac/zuhuguanlijiekou.ts +100 -0
- package/src/features/api/modules/rbac/zuzhijiaosebiaokongzhiqi.ts +85 -0
- package/src/features/api/modules/rbac/zuzhijiekou.ts +189 -0
- package/src/features/api/request.ts +5 -0
- package/src/features/api/system/typings.d.ts +77 -0
- package/src/features/api/system/user.ts +47 -0
- package/src/features/assets/fonts/digital-7/digital-7-webfont.eot +0 -0
- package/src/features/assets/fonts/digital-7/digital-7-webfont.svg +133 -0
- package/src/features/assets/fonts/digital-7/digital-7-webfont.woff +0 -0
- package/src/features/assets/fonts/digital-7/digital-7-webfont.woff2 +0 -0
- package/src/features/assets/fonts/digital-7/stylesheet.css +12 -0
- package/src/features/assets/fonts/digital-7_mono/digital-7_mono-webfont.eot +0 -0
- package/src/features/assets/fonts/digital-7_mono/digital-7_mono-webfont.svg +132 -0
- package/src/features/assets/fonts/digital-7_mono/digital-7_mono-webfont.woff +0 -0
- package/src/features/assets/fonts/digital-7_mono/digital-7_mono-webfont.woff2 +0 -0
- package/src/features/assets/fonts/digital-7_mono/stylesheet.css +12 -0
- package/src/features/assets/fonts/title.otf +0 -0
- package/src/features/assets/images/change-org-bc.webp +0 -0
- package/src/features/assets/images/header-bg.png +0 -0
- package/src/features/assets/images/logo.png +0 -0
- package/src/features/assets/images/org.svg +19 -0
- package/src/features/assets/images/slider-bg.png +0 -0
- package/src/features/assets/styles/globals.css +180 -0
- package/src/features/assets/styles/index.ts +5 -0
- package/src/features/assets/styles/rbac.css +51 -0
- package/src/features/assets/styles/resources/utils.css +53 -0
- package/src/features/assets/styles/resources/variables.css +5 -0
- package/src/features/components/PageHeader/index.vue +32 -0
- package/src/features/components/PageMain/index.vue +51 -0
- package/src/features/components/PartyLogin/MethodSelect.vue +32 -0
- package/src/features/components/PartyLogin/Modal.vue +370 -0
- package/src/features/components/PartyLogin/ParamsItem.vue +196 -0
- package/src/features/components/PartyLogin/ParamsPanel.vue +61 -0
- package/src/features/components/PartyLogin/README.md +621 -0
- package/src/features/components/PartyLogin/RequestFieldSelector.vue +205 -0
- package/src/features/components/PartyLogin/SystemFieldSelector.vue +213 -0
- package/src/features/components/PartyLogin/steps/One.vue +212 -0
- package/src/features/components/PartyLogin/steps/Two.vue +86 -0
- package/src/features/components/PartyLogin/type.ts +43 -0
- package/src/features/components/PartyLogin/usePartyRequest.ts +244 -0
- package/src/features/components/PassStrengthValidator/index.vue +198 -0
- package/src/features/components/PassStrengthValidator/rule.vue +39 -0
- package/src/features/components/PubinfoApp/index.vue +9 -0
- package/src/features/components/PubinfoIcon/PrismBox.vue +203 -0
- package/src/features/components/PubinfoIcon/SquareBox.vue +59 -0
- package/src/features/components/PubinfoIcon/index.vue +338 -0
- package/src/features/components/PubinfoIcon/props.ts +61 -0
- package/src/features/components/PubinfoProvider/index.ts +35 -0
- package/src/features/components/index.ts +11 -0
- package/src/features/composables/auth.ts +53 -0
- package/src/features/composables/index.ts +5 -0
- package/src/features/composables/log.ts +42 -0
- package/src/features/composables/partyLogin.ts +565 -0
- package/src/features/composables/theme.ts +16 -0
- package/src/features/composables/watchDiff.ts +53 -0
- package/src/features/context/index.ts +25 -0
- package/src/features/enum.ts +21 -0
- package/src/features/index.ts +8 -0
- package/src/features/pages/not-found/assets/404.svg +1 -0
- package/src/features/pages/not-found/assets/404_dark.svg +1 -0
- package/src/features/pages/not-found/index.vue +72 -0
- package/src/features/pages/profile/index.vue +125 -0
- package/src/features/router/asyncRoutes.ts +35 -0
- package/src/features/router/index.ts +2 -0
- package/src/features/router/systemRoutes.ts +44 -0
- package/src/features/settings/index.ts +105 -0
- package/src/features/stores/enum.ts +28 -0
- package/src/features/stores/index.ts +1 -0
- package/src/features/stores/modules/favorites.ts +152 -0
- package/src/features/stores/modules/iframe.ts +130 -0
- package/src/features/stores/modules/index.ts +16 -0
- package/src/features/stores/modules/keepAlive.ts +66 -0
- package/src/features/stores/modules/menu.ts +261 -0
- package/src/features/stores/modules/route.ts +582 -0
- package/src/features/stores/modules/settings.ts +384 -0
- package/src/features/stores/modules/tabbar.ts +339 -0
- package/src/features/stores/modules/user.ts +301 -0
- package/src/features/stores/utils/index.ts +1 -0
- package/src/features/stores/utils/routerHelper.ts +240 -0
- package/src/index.ts +127 -0
- package/src/utils/cleanup.ts +19 -0
- package/src/utils/index.ts +6 -0
- package/src/utils/path.ts +5 -0
- package/src/utils/proxy.ts +35 -0
- package/src/utils/publicKey.ts +23 -0
- package/src/utils/storage.ts +55 -0
- package/types/auto-imports.d.ts +78 -0
- package/types/components.d.ts +48 -0
- package/types/favorites.d.ts +8 -0
- package/types/global.d.ts +12 -0
- package/types/iframe.d.ts +8 -0
- package/types/index.d.ts +10 -0
- package/types/menu.d.ts +45 -0
- package/types/module.d.ts +10 -0
- package/types/pinia.d.ts +94 -0
- package/types/settings.d.ts +556 -0
- package/types/tabbar.d.ts +24 -0
- package/types/user.d.ts +46 -0
- package/types/vite-env.d.ts +39 -0
- package/types/vue-router.d.ts +80 -0
|
@@ -0,0 +1,292 @@
|
|
|
1
|
+
import type { ModuleOptions } from '@/core';
|
|
2
|
+
import { devtoolsStorageKey } from '@pubinfo-nightly/devtools/constants';
|
|
3
|
+
import { setupDevtoolsPanel } from '@pubinfo-nightly/devtools/panel';
|
|
4
|
+
|
|
5
|
+
/**
|
|
6
|
+
* 本模块将宿主应用与 @pubinfo/devtools 打通:
|
|
7
|
+
* - 在应用启动时注册 Devtools 面板(UnoCSS / Chrome / Server Router)。
|
|
8
|
+
* - 监听 HTTP 钩子,在请求打上 `meta.__devtools__` 时,
|
|
9
|
+
* 自动把响应快照写入 localStorage,便于面板读取与回放。
|
|
10
|
+
*/
|
|
11
|
+
|
|
12
|
+
const DEVTOOLS_RAW_RESPONSE_KEY = devtoolsStorageKey.response;
|
|
13
|
+
|
|
14
|
+
const methodNameMap: Record<string, string> = {
|
|
15
|
+
GET: 'Get',
|
|
16
|
+
POST: 'Post',
|
|
17
|
+
PUT: 'Put',
|
|
18
|
+
PATCH: 'Patch',
|
|
19
|
+
DELETE: 'Delete',
|
|
20
|
+
HEAD: 'Head',
|
|
21
|
+
};
|
|
22
|
+
|
|
23
|
+
const requestMethodNames = Object.values(methodNameMap);
|
|
24
|
+
|
|
25
|
+
/**
|
|
26
|
+
* 粗略判断一个值是否为「请求实例」。
|
|
27
|
+
*
|
|
28
|
+
* 判定规则:对象上是否存在大小写首字母形式的方法(Get/Post/...)。
|
|
29
|
+
* 这是对 packages/core/src/core/request.ts 导出的请求封装的一个宽松契约检查。
|
|
30
|
+
*/
|
|
31
|
+
function isRequestInstance(value: any) {
|
|
32
|
+
if (!value || typeof value !== 'object') {
|
|
33
|
+
return false;
|
|
34
|
+
}
|
|
35
|
+
return requestMethodNames.some(name => typeof (value as any)[name] === 'function');
|
|
36
|
+
}
|
|
37
|
+
|
|
38
|
+
/**
|
|
39
|
+
* 将任意 payload 转为可序列化的普通对象(若可能)。
|
|
40
|
+
*
|
|
41
|
+
* - 通过 JSON 序列化/反序列化去除响应对象上的循环引用、原型链等复杂结构。
|
|
42
|
+
* - 若序列化失败(比如含不可序列化值或循环引用),则返回原值。
|
|
43
|
+
*/
|
|
44
|
+
function toPlainObject<T>(payload: T): T {
|
|
45
|
+
if (payload === undefined || payload === null) {
|
|
46
|
+
return payload;
|
|
47
|
+
}
|
|
48
|
+
try {
|
|
49
|
+
return JSON.parse(JSON.stringify(payload)) as T;
|
|
50
|
+
}
|
|
51
|
+
catch {
|
|
52
|
+
return payload;
|
|
53
|
+
}
|
|
54
|
+
}
|
|
55
|
+
|
|
56
|
+
interface DevtoolsRequestPayload {
|
|
57
|
+
moduleCandidates?: string[]
|
|
58
|
+
exportName?: string
|
|
59
|
+
method: string
|
|
60
|
+
args?: any[]
|
|
61
|
+
}
|
|
62
|
+
|
|
63
|
+
interface DevtoolsResponsePayload {
|
|
64
|
+
success: boolean
|
|
65
|
+
result?: any
|
|
66
|
+
error?: {
|
|
67
|
+
message: string
|
|
68
|
+
stack?: string
|
|
69
|
+
name?: string
|
|
70
|
+
}
|
|
71
|
+
}
|
|
72
|
+
|
|
73
|
+
/**
|
|
74
|
+
* 将一次请求的响应快照持久化到 localStorage。
|
|
75
|
+
*
|
|
76
|
+
* - 仅在浏览器环境生效(SSR 时直接跳过)。
|
|
77
|
+
* - 存储失败(超配额/序列化失败)时静默忽略,避免影响应用行为。
|
|
78
|
+
*
|
|
79
|
+
* @param _method 原始请求方法(预留位,当前未使用)
|
|
80
|
+
* @param payload 响应对象或错误对象(尽量保持原貌)
|
|
81
|
+
*/
|
|
82
|
+
function storeDevtoolsResponse(_method: any, payload: any) {
|
|
83
|
+
if (typeof localStorage === 'undefined') {
|
|
84
|
+
return;
|
|
85
|
+
}
|
|
86
|
+
try {
|
|
87
|
+
localStorage.setItem(DEVTOOLS_RAW_RESPONSE_KEY, JSON.stringify(payload));
|
|
88
|
+
}
|
|
89
|
+
catch {
|
|
90
|
+
// ignore serialization/storage failures
|
|
91
|
+
}
|
|
92
|
+
}
|
|
93
|
+
|
|
94
|
+
/**
|
|
95
|
+
* 解析一组候选模块,尝试找到并返回「请求实例」。
|
|
96
|
+
*
|
|
97
|
+
* 查找顺序:
|
|
98
|
+
* 1) 指定的具名导出(若提供 exportName 且命中并为请求实例则返回)。
|
|
99
|
+
* 2) 默认导出(若存在且为请求实例)。
|
|
100
|
+
* 3) 其他任一导出成员中第一个满足 isRequestInstance 的值。
|
|
101
|
+
*
|
|
102
|
+
* 任一候选路径导入失败时会被忽略,继续尝试下一个。
|
|
103
|
+
*/
|
|
104
|
+
async function resolveRequestInstance(
|
|
105
|
+
candidates: string[] = [],
|
|
106
|
+
exportName?: string,
|
|
107
|
+
) {
|
|
108
|
+
for (const specifier of candidates) {
|
|
109
|
+
if (!specifier) {
|
|
110
|
+
continue;
|
|
111
|
+
}
|
|
112
|
+
try {
|
|
113
|
+
const module = await import(/* @vite-ignore */ specifier);
|
|
114
|
+
const namedExport = exportName ? module?.[exportName] : undefined;
|
|
115
|
+
if (namedExport && isRequestInstance(namedExport)) {
|
|
116
|
+
return namedExport;
|
|
117
|
+
}
|
|
118
|
+
const defaultExport = module?.default;
|
|
119
|
+
if (defaultExport && isRequestInstance(defaultExport)) {
|
|
120
|
+
return defaultExport;
|
|
121
|
+
}
|
|
122
|
+
for (const value of Object.values(module)) {
|
|
123
|
+
if (isRequestInstance(value)) {
|
|
124
|
+
return value;
|
|
125
|
+
}
|
|
126
|
+
}
|
|
127
|
+
}
|
|
128
|
+
catch {
|
|
129
|
+
// 忽略导入失败的候选路径,继续尝试下一个。
|
|
130
|
+
}
|
|
131
|
+
}
|
|
132
|
+
return undefined;
|
|
133
|
+
}
|
|
134
|
+
|
|
135
|
+
/**
|
|
136
|
+
* 根据面板发来的 payload 执行一次 API 请求。
|
|
137
|
+
*
|
|
138
|
+
* 输入契约(payload):
|
|
139
|
+
* - moduleCandidates: string[] 可能导出请求实例的模块路径(可为绝对/相对/别名)。
|
|
140
|
+
* - exportName: string 可选,期望从模块中拿到的具名导出名。
|
|
141
|
+
* - method: string HTTP 方法(GET/POST/...)。
|
|
142
|
+
* - args: any[] 传递给请求方法的参数(如 path/query/body 等)。
|
|
143
|
+
*
|
|
144
|
+
* 行为:
|
|
145
|
+
* - 解析请求实例 → 获取对应的方法 → 调用并等待结果。
|
|
146
|
+
* - 若返回值带有 .send(),则优先调用 .send() 以与内部请求封装对齐。
|
|
147
|
+
* - 返回标准化的结果:{ success, result } 或 { success:false, error }。
|
|
148
|
+
*/
|
|
149
|
+
async function executeDevtoolsRequest(payload: DevtoolsRequestPayload): Promise<DevtoolsResponsePayload> {
|
|
150
|
+
const response: DevtoolsResponsePayload = {
|
|
151
|
+
success: false,
|
|
152
|
+
};
|
|
153
|
+
|
|
154
|
+
try {
|
|
155
|
+
const method = (payload.method ?? '').toUpperCase();
|
|
156
|
+
const mappedMethod = methodNameMap[method];
|
|
157
|
+
if (!mappedMethod) {
|
|
158
|
+
throw new Error(`请求实例不支持 ${method} 方法`);
|
|
159
|
+
}
|
|
160
|
+
|
|
161
|
+
const requestInstance: any = await resolveRequestInstance(
|
|
162
|
+
payload.moduleCandidates,
|
|
163
|
+
payload.exportName,
|
|
164
|
+
);
|
|
165
|
+
|
|
166
|
+
if (!requestInstance) {
|
|
167
|
+
throw new TypeError('未找到匹配的请求实例,请确认 API 文件的 request 导入可被 devtools 解析。');
|
|
168
|
+
}
|
|
169
|
+
|
|
170
|
+
const requestMethod = requestInstance[mappedMethod];
|
|
171
|
+
if (typeof requestMethod !== 'function') {
|
|
172
|
+
throw new TypeError(`请求实例不支持 ${method} 方法`);
|
|
173
|
+
}
|
|
174
|
+
|
|
175
|
+
let methodResult = requestMethod.apply(requestInstance, payload.args ?? []);
|
|
176
|
+
if (methodResult && typeof methodResult.send === 'function') {
|
|
177
|
+
methodResult = await methodResult.send();
|
|
178
|
+
}
|
|
179
|
+
else {
|
|
180
|
+
methodResult = await methodResult;
|
|
181
|
+
}
|
|
182
|
+
|
|
183
|
+
response.success = true;
|
|
184
|
+
response.result = toPlainObject(methodResult);
|
|
185
|
+
}
|
|
186
|
+
catch (error) {
|
|
187
|
+
if (error && typeof error === 'object' && 'response' in (error as any) && (error as any).response) {
|
|
188
|
+
response.success = true;
|
|
189
|
+
response.result = toPlainObject((error as any).response);
|
|
190
|
+
}
|
|
191
|
+
else if (error && typeof error === 'object' && !(error instanceof Error)) {
|
|
192
|
+
response.success = true;
|
|
193
|
+
response.result = toPlainObject(error);
|
|
194
|
+
}
|
|
195
|
+
else {
|
|
196
|
+
response.success = false;
|
|
197
|
+
response.error = {
|
|
198
|
+
message: error instanceof Error ? error.message : String(error),
|
|
199
|
+
stack: error instanceof Error ? error.stack : undefined,
|
|
200
|
+
name: error instanceof Error ? error.name : undefined,
|
|
201
|
+
};
|
|
202
|
+
}
|
|
203
|
+
}
|
|
204
|
+
|
|
205
|
+
return response;
|
|
206
|
+
}
|
|
207
|
+
|
|
208
|
+
const MESSAGE_REQUEST_TYPE = 'pubinfo-nightly:devtools-request';
|
|
209
|
+
const MESSAGE_RESPONSE_TYPE = 'pubinfo-nightly:devtools-response';
|
|
210
|
+
|
|
211
|
+
let devtoolsBridgeInitialised = false;
|
|
212
|
+
|
|
213
|
+
/**
|
|
214
|
+
* 在宿主页面和 Devtools iframe 之间建立 message 通信桥。
|
|
215
|
+
*
|
|
216
|
+
* 协议:
|
|
217
|
+
* - request: { type: 'pubinfo-nightly:devtools-request', id, payload }
|
|
218
|
+
* - response: { type: 'pubinfo-nightly:devtools-response', id, ...result }
|
|
219
|
+
*
|
|
220
|
+
* 注意:
|
|
221
|
+
* - 仅初始化一次;SSR/非浏览器环境跳过。
|
|
222
|
+
* - postMessage 使用 event.origin → fallback '*',尽量遵循同源策略。
|
|
223
|
+
*/
|
|
224
|
+
function setupDevtoolsRequestBridge() {
|
|
225
|
+
if (devtoolsBridgeInitialised || typeof window === 'undefined') {
|
|
226
|
+
return;
|
|
227
|
+
}
|
|
228
|
+
devtoolsBridgeInitialised = true;
|
|
229
|
+
window.addEventListener('message', async (event) => {
|
|
230
|
+
const data = (event as MessageEvent<any>).data;
|
|
231
|
+
if (!data || data.type !== MESSAGE_REQUEST_TYPE || !data.id) {
|
|
232
|
+
return;
|
|
233
|
+
}
|
|
234
|
+
const payload: DevtoolsRequestPayload = data.payload ?? {};
|
|
235
|
+
const responsePayload = await executeDevtoolsRequest(payload);
|
|
236
|
+
const message = {
|
|
237
|
+
type: MESSAGE_RESPONSE_TYPE,
|
|
238
|
+
id: data.id,
|
|
239
|
+
...responsePayload,
|
|
240
|
+
};
|
|
241
|
+
|
|
242
|
+
const target = (event.source as Window | null) ?? window.parent ?? window;
|
|
243
|
+
const origin = (event.origin && event.origin !== 'null') ? event.origin : (window.location?.origin ?? '*');
|
|
244
|
+
try {
|
|
245
|
+
target.postMessage(message, origin);
|
|
246
|
+
}
|
|
247
|
+
catch {
|
|
248
|
+
target.postMessage(message, '*');
|
|
249
|
+
}
|
|
250
|
+
});
|
|
251
|
+
}
|
|
252
|
+
|
|
253
|
+
/**
|
|
254
|
+
* 内置 Devtools 模块。
|
|
255
|
+
*
|
|
256
|
+
* 注册时机:`enforce: 'post'`,确保在路由/请求等核心模块之后挂载。
|
|
257
|
+
*
|
|
258
|
+
* 行为:
|
|
259
|
+
* - setup:注册各类 devtools 面板。
|
|
260
|
+
* - setup:监听来自 Devtools iframe 的消息,响应接口调试请求。
|
|
261
|
+
* - hooks.http:response:当请求元信息中显式标记 `__devtools__` 时,
|
|
262
|
+
* 将响应(或错误响应)快照保存到 localStorage,供面板读取。
|
|
263
|
+
*/
|
|
264
|
+
export function Devtools(): ModuleOptions {
|
|
265
|
+
return {
|
|
266
|
+
name: 'built-in:devtools',
|
|
267
|
+
enforce: 'post',
|
|
268
|
+
setup() {
|
|
269
|
+
setupDevtoolsPanel();
|
|
270
|
+
setupDevtoolsRequestBridge();
|
|
271
|
+
},
|
|
272
|
+
hooks: {
|
|
273
|
+
'http:response': {
|
|
274
|
+
onSuccess(response, method) {
|
|
275
|
+
const methodMeta = (method as any)?.meta ?? (method as any)?.config?.meta;
|
|
276
|
+
if (methodMeta?.__devtools__) {
|
|
277
|
+
storeDevtoolsResponse(method, response);
|
|
278
|
+
}
|
|
279
|
+
return response;
|
|
280
|
+
},
|
|
281
|
+
onError(error, method) {
|
|
282
|
+
const methodMeta = (method as any)?.meta ?? (method as any)?.config?.meta;
|
|
283
|
+
if (methodMeta?.__devtools__) {
|
|
284
|
+
const payload = (error as any)?.response ?? error;
|
|
285
|
+
storeDevtoolsResponse(method, payload);
|
|
286
|
+
}
|
|
287
|
+
return error;
|
|
288
|
+
},
|
|
289
|
+
},
|
|
290
|
+
},
|
|
291
|
+
};
|
|
292
|
+
}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
export * from './authentication';
|
|
2
|
+
export * from './authorization';
|
|
3
|
+
export * from './devtools';
|
|
4
|
+
export * from './layout-component';
|
|
5
|
+
export * from './n-progress';
|
|
6
|
+
export * from './pinia-plugin';
|
|
7
|
+
export * from './pre-access';
|
|
8
|
+
export * from './settings';
|
|
9
|
+
export * from './system-info';
|
|
@@ -0,0 +1,358 @@
|
|
|
1
|
+
<script setup lang="ts">
|
|
2
|
+
import type { LayoutProps } from './interface';
|
|
3
|
+
import { useCssVar } from '@vueuse/core';
|
|
4
|
+
import RiLogoutBoxLine from '~icons/ri/logout-box-line';
|
|
5
|
+
import { useAuth } from '@/features/composables';
|
|
6
|
+
import BackTop from './components/BackTop/index.vue';
|
|
7
|
+
import LayoutContent from './components/Content/index.vue';
|
|
8
|
+
import Copyright from './components/Copyright/index.vue';
|
|
9
|
+
import LayoutHeader from './components/Header/index.vue';
|
|
10
|
+
import NotAllowed from './components/NotAllowed/index.vue';
|
|
11
|
+
|
|
12
|
+
import SettingBar from './components/SettingBar/index.vue';
|
|
13
|
+
import LayoutSidebar from './components/Sidebar/index.vue';
|
|
14
|
+
import LayoutTopbar from './components/Topbar/index.vue';
|
|
15
|
+
import { useContext } from './composables/useContext';
|
|
16
|
+
import { useGetSidebarActualWidth } from './composables/useGetComputedStyle';
|
|
17
|
+
import { useHotkey } from './composables/useHotkey';
|
|
18
|
+
import { createLayoutVisible, useLayoutVisible } from './composables/useLayoutVisible';
|
|
19
|
+
import { useWatermark } from './composables/useWatermark';
|
|
20
|
+
|
|
21
|
+
defineOptions({
|
|
22
|
+
name: 'Layout',
|
|
23
|
+
});
|
|
24
|
+
|
|
25
|
+
const props = withDefaults(
|
|
26
|
+
defineProps<LayoutProps>(),
|
|
27
|
+
{
|
|
28
|
+
showHeader: true,
|
|
29
|
+
showSidebar: true,
|
|
30
|
+
showTabbar: true,
|
|
31
|
+
showToolbar: true,
|
|
32
|
+
},
|
|
33
|
+
);
|
|
34
|
+
|
|
35
|
+
createLayoutVisible(props);
|
|
36
|
+
const { show } = useLayoutVisible(props);
|
|
37
|
+
|
|
38
|
+
const routeInfo = useRoute();
|
|
39
|
+
const { auth } = useAuth();
|
|
40
|
+
const { settingsStore } = useContext();
|
|
41
|
+
const { mainSidebarActualWidth, subSidebarActualWidth } = useGetSidebarActualWidth();
|
|
42
|
+
useHotkey();
|
|
43
|
+
useWatermark();
|
|
44
|
+
|
|
45
|
+
const isAuth = computed(() => {
|
|
46
|
+
return routeInfo.matched.every(item => auth(item.meta.auth ?? ''));
|
|
47
|
+
});
|
|
48
|
+
|
|
49
|
+
watch(() => settingsStore.settings.menu.subMenuCollapse, (val) => {
|
|
50
|
+
if (settingsStore.mode === 'mobile') {
|
|
51
|
+
if (!val) {
|
|
52
|
+
document.body.classList.add('overflow-hidden');
|
|
53
|
+
}
|
|
54
|
+
else {
|
|
55
|
+
document.body.classList.remove('overflow-hidden');
|
|
56
|
+
}
|
|
57
|
+
}
|
|
58
|
+
});
|
|
59
|
+
|
|
60
|
+
watch(() => routeInfo.path, () => {
|
|
61
|
+
if (settingsStore.mode === 'mobile') {
|
|
62
|
+
settingsStore.$patch((state) => {
|
|
63
|
+
state.settings.menu.subMenuCollapse = true;
|
|
64
|
+
});
|
|
65
|
+
}
|
|
66
|
+
});
|
|
67
|
+
|
|
68
|
+
const scrollTop = ref(0);
|
|
69
|
+
const scrollOnHide = ref(false);
|
|
70
|
+
const globalTabbarHeight = useCssVar('--g-tabbar-height', document.documentElement || document.body);
|
|
71
|
+
const globalToolBarHeight = useCssVar('--g-toolbar-height', document.documentElement || document.body);
|
|
72
|
+
|
|
73
|
+
const topbarHeight = computed(() => {
|
|
74
|
+
const tabbarHeight = show.value.tabbar
|
|
75
|
+
? Number.parseInt(globalTabbarHeight.value!)
|
|
76
|
+
: 0;
|
|
77
|
+
const toolbarHeight = show.value.toolbar
|
|
78
|
+
? Number.parseInt(globalToolBarHeight.value!)
|
|
79
|
+
: 0;
|
|
80
|
+
return tabbarHeight + toolbarHeight;
|
|
81
|
+
});
|
|
82
|
+
|
|
83
|
+
function onScroll() {
|
|
84
|
+
scrollTop.value = (document.documentElement || document.body).scrollTop;
|
|
85
|
+
}
|
|
86
|
+
|
|
87
|
+
onMounted(() => {
|
|
88
|
+
window.addEventListener('scroll', onScroll);
|
|
89
|
+
});
|
|
90
|
+
|
|
91
|
+
onUnmounted(() => {
|
|
92
|
+
window.removeEventListener('scroll', onScroll);
|
|
93
|
+
});
|
|
94
|
+
|
|
95
|
+
watch(scrollTop, (val, oldVal) => {
|
|
96
|
+
scrollOnHide.value = settingsStore.settings.topbar.mode === 'sticky' && val > oldVal && val > topbarHeight.value;
|
|
97
|
+
});
|
|
98
|
+
</script>
|
|
99
|
+
|
|
100
|
+
<template>
|
|
101
|
+
<div
|
|
102
|
+
class="layout"
|
|
103
|
+
:style="{
|
|
104
|
+
'--g-main-sidebar-actual-width': mainSidebarActualWidth,
|
|
105
|
+
'--g-sub-sidebar-actual-width': subSidebarActualWidth,
|
|
106
|
+
}"
|
|
107
|
+
>
|
|
108
|
+
<div id="app-main" :class="{ 'main-page-maximize': settingsStore.mainPageMaximizeStatus }">
|
|
109
|
+
<slot name="header">
|
|
110
|
+
<LayoutHeader />
|
|
111
|
+
</slot>
|
|
112
|
+
|
|
113
|
+
<div class="wrapper">
|
|
114
|
+
<div
|
|
115
|
+
class="sidebar-container"
|
|
116
|
+
:class="{ show: settingsStore.mode === 'mobile' && !settingsStore.settings.menu.subMenuCollapse }"
|
|
117
|
+
>
|
|
118
|
+
<slot name="sidebar">
|
|
119
|
+
<LayoutSidebar />
|
|
120
|
+
</slot>
|
|
121
|
+
</div>
|
|
122
|
+
|
|
123
|
+
<div
|
|
124
|
+
class="sidebar-mask"
|
|
125
|
+
:class="{ show: settingsStore.mode === 'mobile' && !settingsStore.settings.menu.subMenuCollapse }"
|
|
126
|
+
@click="settingsStore.toggleSidebarCollapse()"
|
|
127
|
+
/>
|
|
128
|
+
|
|
129
|
+
<div class="main-container" :style="{ 'padding-bottom': routeInfo.meta.paddingBottom }">
|
|
130
|
+
<div
|
|
131
|
+
class="topbar-container"
|
|
132
|
+
:class="{
|
|
133
|
+
'has-tabbar': show.tabbar,
|
|
134
|
+
'has-toolbar': show.toolbar,
|
|
135
|
+
[`topbar-${settingsStore.settings.topbar.mode}`]: true,
|
|
136
|
+
'shadow': !settingsStore.settings.topbar.switchTabbarAndToolbar && scrollTop,
|
|
137
|
+
'hide': scrollOnHide,
|
|
138
|
+
'switch-tabbar-toolbar': settingsStore.settings.topbar.switchTabbarAndToolbar,
|
|
139
|
+
}"
|
|
140
|
+
data-fixed-calc-width
|
|
141
|
+
>
|
|
142
|
+
<slot name="topbar">
|
|
143
|
+
<LayoutTopbar />
|
|
144
|
+
</slot>
|
|
145
|
+
</div>
|
|
146
|
+
|
|
147
|
+
<div class="main">
|
|
148
|
+
<div
|
|
149
|
+
v-show="settingsStore.mainPageMaximizeStatus"
|
|
150
|
+
class="exit-main-page-maximize"
|
|
151
|
+
@click="settingsStore.setMainPageMaximize()"
|
|
152
|
+
>
|
|
153
|
+
<RiLogoutBoxLine />
|
|
154
|
+
</div>
|
|
155
|
+
|
|
156
|
+
<slot v-if="isAuth">
|
|
157
|
+
<LayoutContent />
|
|
158
|
+
</slot>
|
|
159
|
+
|
|
160
|
+
<slot v-else name="notAllowed">
|
|
161
|
+
<NotAllowed />
|
|
162
|
+
</slot>
|
|
163
|
+
</div>
|
|
164
|
+
|
|
165
|
+
<slot name="footer">
|
|
166
|
+
<Copyright />
|
|
167
|
+
</slot>
|
|
168
|
+
</div>
|
|
169
|
+
</div>
|
|
170
|
+
</div>
|
|
171
|
+
|
|
172
|
+
<SettingBar />
|
|
173
|
+
<BackTop />
|
|
174
|
+
</div>
|
|
175
|
+
</template>
|
|
176
|
+
|
|
177
|
+
<style scoped>
|
|
178
|
+
[data-app-width-mode="adaption"] #app-main {
|
|
179
|
+
--at-apply: w-full;
|
|
180
|
+
}
|
|
181
|
+
|
|
182
|
+
[data-app-width-mode="adaption-min-width"] #app-main {
|
|
183
|
+
width: max(var(--g-app-width), 100%);
|
|
184
|
+
}
|
|
185
|
+
|
|
186
|
+
[data-app-width-mode="center"] #app-main {
|
|
187
|
+
--at-apply: w-[--g-app-width];
|
|
188
|
+
}
|
|
189
|
+
|
|
190
|
+
[data-app-width-mode="center-max-width"] #app-main {
|
|
191
|
+
width: min(var(--g-app-width), 100%);
|
|
192
|
+
}
|
|
193
|
+
|
|
194
|
+
[data-mode="mobile"] #app-main {
|
|
195
|
+
--at-apply: w-full;
|
|
196
|
+
}
|
|
197
|
+
|
|
198
|
+
[data-mode="mobile"] .sidebar-container {
|
|
199
|
+
transform: translateX(calc((var(--g-main-sidebar-width) + var(--g-sub-sidebar-width)) * -1));
|
|
200
|
+
}
|
|
201
|
+
|
|
202
|
+
[data-mode="mobile"] .sidebar-container.show {
|
|
203
|
+
transform: translateX(0);
|
|
204
|
+
}
|
|
205
|
+
|
|
206
|
+
[data-mode="mobile"] .main-container {
|
|
207
|
+
margin-left: 0 !important;
|
|
208
|
+
}
|
|
209
|
+
|
|
210
|
+
[data-mode="mobile"][data-menu-mode="single"] .sidebar-container {
|
|
211
|
+
transform: translateX(calc(var(--g-sub-sidebar-width) * -1));
|
|
212
|
+
}
|
|
213
|
+
|
|
214
|
+
[data-mode="mobile"][data-menu-mode="single"] .sidebar-container.show {
|
|
215
|
+
transform: translateX(0);
|
|
216
|
+
}
|
|
217
|
+
|
|
218
|
+
.layout {
|
|
219
|
+
--at-apply: h-full;
|
|
220
|
+
}
|
|
221
|
+
|
|
222
|
+
#app-main {
|
|
223
|
+
--at-apply: h-full bg-[--g-bg] mx-auto my-0;
|
|
224
|
+
}
|
|
225
|
+
|
|
226
|
+
:deep(#app-main.main-page-maximize header),
|
|
227
|
+
#app-main.main-page-maximize .sidebar-container {
|
|
228
|
+
--at-apply: hidden;
|
|
229
|
+
}
|
|
230
|
+
|
|
231
|
+
#app-main.main-page-maximize .wrapper {
|
|
232
|
+
--at-apply: pt-0;
|
|
233
|
+
}
|
|
234
|
+
|
|
235
|
+
#app-main.main-page-maximize .wrapper .main-container {
|
|
236
|
+
--at-apply: ml-0;
|
|
237
|
+
}
|
|
238
|
+
|
|
239
|
+
#app-main.main-page-maximize .wrapper .main-container .topbar-container {
|
|
240
|
+
--at-apply: hidden;
|
|
241
|
+
}
|
|
242
|
+
|
|
243
|
+
#app-main.main-page-maximize .wrapper .main-container .main {
|
|
244
|
+
--at-apply: m-0;
|
|
245
|
+
}
|
|
246
|
+
|
|
247
|
+
#app-main.main-page-maximize :deep([data-fixed-calc-width]) {
|
|
248
|
+
--at-apply: w-full -translate-x-2/4;
|
|
249
|
+
}
|
|
250
|
+
|
|
251
|
+
.wrapper {
|
|
252
|
+
--at-apply: relative w-full h-full;
|
|
253
|
+
transition: padding-top 0.3s;
|
|
254
|
+
}
|
|
255
|
+
|
|
256
|
+
.wrapper .sidebar-container {
|
|
257
|
+
--at-apply: fixed top-0 bottom-0 z-501 flex;
|
|
258
|
+
width: calc(var(--g-main-sidebar-actual-width) + var(--g-sub-sidebar-actual-width));
|
|
259
|
+
box-shadow: -1px 0 0 0 var(--g-border-color), 1px 0 0 0 var(--g-border-color);
|
|
260
|
+
transition: width 0.3s, transform 0.3s, box-shadow 0.3s, top 0.3s;
|
|
261
|
+
}
|
|
262
|
+
|
|
263
|
+
.wrapper .sidebar-mask {
|
|
264
|
+
--at-apply: fixed z-[500] w-full h-full invisible opacity-0 left-0 top-0;
|
|
265
|
+
|
|
266
|
+
background-size: 4px 4px;
|
|
267
|
+
backdrop-filter: saturate(50%) blur(4px);
|
|
268
|
+
transition: all 0.2s;
|
|
269
|
+
background-image: radial-gradient(transparent 1px, rgb(0 0 0 / 30%) 1px);
|
|
270
|
+
}
|
|
271
|
+
|
|
272
|
+
.wrapper .sidebar-mask.show {
|
|
273
|
+
--at-apply: visible op-100;
|
|
274
|
+
}
|
|
275
|
+
|
|
276
|
+
.wrapper ::v-deep(.main-sidebar-container:not(.main-sidebar-leave-active) + .sub-sidebar-container) {
|
|
277
|
+
--at-apply: left-[--g-main-sidebar-width];
|
|
278
|
+
}
|
|
279
|
+
|
|
280
|
+
.wrapper .main-container {
|
|
281
|
+
--at-apply: flex flex-col h-0 min-h-full;
|
|
282
|
+
margin-left: calc(var(--g-main-sidebar-actual-width) + var(--g-sub-sidebar-actual-width));
|
|
283
|
+
box-shadow: -1px 0 0 0 var(--g-border-color), 1px 0 0 0 var(--g-border-color);
|
|
284
|
+
transition: margin-left 0.3s, background-color 0.3s, box-shadow 0.3s;
|
|
285
|
+
}
|
|
286
|
+
|
|
287
|
+
.wrapper .main-container .main {
|
|
288
|
+
--at-apply: relative flex-[auto] basis-0 h-0;
|
|
289
|
+
transition: 0.3s;
|
|
290
|
+
}
|
|
291
|
+
|
|
292
|
+
.wrapper .main-container .main .exit-main-page-maximize {
|
|
293
|
+
--at-apply: bg-stone-7 dark:bg-stone-3 text-stone-3 dark:text-stone-7
|
|
294
|
+
op-50 hover:op-100 transition-opacity fixed z-[1000] w-20 h-20 cursor-pointer
|
|
295
|
+
rounded-[50%] -right-10 -top-10;
|
|
296
|
+
}
|
|
297
|
+
|
|
298
|
+
.wrapper .main-container .main .exit-main-page-maximize svg {
|
|
299
|
+
--at-apply: absolute bottom-4 left-4;
|
|
300
|
+
}
|
|
301
|
+
|
|
302
|
+
.wrapper .main-container .topbar-container.has-tabbar + .main {
|
|
303
|
+
margin: var(--g-tabbar-height) 0 0;
|
|
304
|
+
}
|
|
305
|
+
|
|
306
|
+
.wrapper .main-container .topbar-container.has-toolbar + .main {
|
|
307
|
+
margin: var(--g-toolbar-height) 0 0;
|
|
308
|
+
}
|
|
309
|
+
|
|
310
|
+
.wrapper .main-container .topbar-container.has-tabbar.has-toolbar + .main {
|
|
311
|
+
margin: calc(var(--g-tabbar-height) + var(--g-toolbar-height)) 0 0;
|
|
312
|
+
}
|
|
313
|
+
|
|
314
|
+
header:not(.header-leave-active) + .wrapper {
|
|
315
|
+
--at-apply: pt-[--g-header-height];
|
|
316
|
+
}
|
|
317
|
+
|
|
318
|
+
header:not(.header-leave-active) + .wrapper .sidebar-container {
|
|
319
|
+
--at-apply: top-[--g-header-height];
|
|
320
|
+
}
|
|
321
|
+
|
|
322
|
+
header:not(.header-leave-active) + .wrapper .sidebar-container :deep(.sidebar-logo) {
|
|
323
|
+
--at-apply: hidden;
|
|
324
|
+
}
|
|
325
|
+
|
|
326
|
+
header:not(.header-leave-active) + .wrapper .main-container .topbar-container {
|
|
327
|
+
--at-apply: top-[--g-header-height];
|
|
328
|
+
}
|
|
329
|
+
|
|
330
|
+
header:not(.header-leave-active) + .wrapper .main-container .topbar-container :deep(.tools) {
|
|
331
|
+
--at-apply: hidden;
|
|
332
|
+
}
|
|
333
|
+
|
|
334
|
+
/* 顶部栏 */
|
|
335
|
+
.topbar-container {
|
|
336
|
+
--at-apply: absolute top-0 z-100 flex flex-col;
|
|
337
|
+
box-shadow: 0 1px 0 0 var(--g-border-color);
|
|
338
|
+
transition: width 0.3s, top 0.3s, transform 0.3s, box-shadow 0.3s;
|
|
339
|
+
}
|
|
340
|
+
|
|
341
|
+
.topbar-container.topbar-fixed,
|
|
342
|
+
.topbar-container.topbar-sticky {
|
|
343
|
+
--at-apply: fixed;
|
|
344
|
+
}
|
|
345
|
+
|
|
346
|
+
.topbar-container.topbar-fixed.shadow,
|
|
347
|
+
.topbar-container.topbar-sticky.shadow {
|
|
348
|
+
box-shadow: 0 10px 10px -10px var(--g-box-shadow-color);
|
|
349
|
+
}
|
|
350
|
+
|
|
351
|
+
.topbar-container.topbar-sticky.hide {
|
|
352
|
+
top: calc((var(--g-tabbar-height) + var(--g-toolbar-height)) * -1) !important;
|
|
353
|
+
}
|
|
354
|
+
|
|
355
|
+
.topbar-container.switch-tabbar-toolbar {
|
|
356
|
+
flex-direction: column-reverse;
|
|
357
|
+
}
|
|
358
|
+
</style>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 190 170" preserveAspectRatio="xMidYMid meet"><mask id="a" width="190" height="170" x="0" y="0" maskUnits="userSpaceOnUse" style="mask-type:alpha"><path fill="#D9D9D9" d="M0 0h190v170H0z"/></mask><g mask="url(#a)"><g filter="url(#b)"><ellipse cx="95" cy="84.706" fill="url(#c)" fill-opacity=".8" rx="65" ry="64.706" shape-rendering="crispEdges"/></g><g filter="url(#d)"><rect width="146" height="98" x="22" y="35" fill="#fff" rx="3.065"/><rect width="146" height="98" x="22" y="35" fill="url(#e)" rx="3.065"/></g><rect width="101" height="6" x="58" y="78.706" fill="#EEF2F6" opacity=".7" rx="1.022"/><rect width="101" height="6" x="58" y="90.706" fill="#EEF2F6" opacity=".7" rx="1.022"/><rect width="101" height="6" x="58" y="102.706" fill="#EEF2F6" opacity=".7" rx="1.022"/><rect width="101" height="6" x="58" y="114.706" fill="#EEF2F6" opacity=".7" rx="1.022"/><rect width="101" height="6" x="58" y="54.706" fill="#EEF2F6" opacity=".7" rx="1.022"/><rect width="101" height="6" x="58" y="66.706" fill="#EEF2F6" opacity=".7" rx="1.022"/><rect width="9.254" height="4.083" x="66.193" y="39.46" fill="#ADBACC" opacity=".499" rx="2.042"/><path fill="#F2F4F6" d="M22 44.188h28.789V133h-25.19C23.61 133 22 131.629 22 129.938z"/><rect width="26.732" height="8.167" x="23.028" y="54.907" fill="#06F" fill-opacity=".16" rx="1.022"/><rect width="20.563" height="3.063" x="26.112" y="57.458" fill="#176DE6" rx=".511"/><path fill="#176DE6" d="M23.028 57.458h.223c.286 0 .429 0 .538.056a.5.5 0 0 1 .223.223c.056.11.056.252.056.538v1.428c0 .286 0 .43-.056.539a.5.5 0 0 1-.223.223c-.11.055-.252.055-.538.055h-.141c-.029 0-.043 0-.054-.005a.05.05 0 0 1-.022-.022c-.006-.011-.006-.026-.006-.054z"/><rect width="14.394" height="3.063" x="26.112" y="49.291" fill="#D8E0EB" rx=".511"/><rect width="14.394" height="3.063" x="26.112" y="65.625" fill="#D8E0EB" rx=".511"/><rect width="14.394" height="3.063" x="26.112" y="73.792" fill="#D8E0EB" rx=".511"/><rect width="14.394" height="3.063" x="26.112" y="81.958" fill="#D8E0EB" rx=".511"/><rect width="14.394" height="3.063" x="26.112" y="90.125" fill="#D8E0EB" rx=".511"/><rect width="14.394" height="3.063" x="26.112" y="98.292" fill="#D8E0EB" rx=".511"/><rect width="12.338" height="3.063" x="26.112" y="126.875" fill="#D8E0EB" rx=".511"/><ellipse cx="27.655" cy="39.594" fill="#fff" opacity=".747" rx="1.542" ry="1.531"/><ellipse cx="33.824" cy="39.594" fill="#fff" opacity=".747" rx="1.542" ry="1.531"/><ellipse cx="39.993" cy="39.594" fill="#fff" opacity=".747" rx="1.542" ry="1.531"/><g filter="url(#f)"><path fill="#fff" d="M22 38.065A3.064 3.064 0 0 1 25.064 35h139.871A3.065 3.065 0 0 1 168 38.065v8.164H22z"/><path fill="url(#g)" d="M22 38.065A3.064 3.064 0 0 1 25.064 35h139.871A3.065 3.065 0 0 1 168 38.065v8.164H22z"/></g><rect width="21.592" height="3.063" x="30.226" y="39.083" fill="#CFD8E5" opacity=".7" rx="1.022"/><rect width="8.225" height="3.063" x="151.549" y="39.083" fill="#CFD8E5" opacity=".7" rx="1.022"/><circle cx="44.581" cy="25.29" r="1.935" fill="#D9E8FD"/><circle cx="49.097" cy="22.064" r="1.29" fill="#D9E8FD"/><circle cx="178.129" cy="96.903" r="3.871" fill="#D9E8FD"/><circle cx="176.839" cy="86.581" r="1.29" fill="#D9E8FD"/><g filter="url(#h)"><rect width="76" height="88" x="100" y="53" fill="#fff" rx="3.065"/><rect width="76" height="88" x="100" y="53" fill="url(#i)" rx="3.065"/><rect width="76" height="88" x="100" y="53" fill="#F5F7FA" rx="3.065"/><rect width="76" height="88" x="100" y="53" stroke="#E6E9ED" rx="3.065"/></g><rect width="64" height="21" x="106" y="60.706" fill="#fff" rx="2"/><rect width="9" height="9" x="110" y="64.206" fill="#3AC27D" opacity=".15" rx="2"/><path fill="#30B471" fill-rule="evenodd" d="M116.96 66.175h-4.92a.33.33 0 0 0-.255.1.35.35 0 0 0-.097.262v4.338a.35.35 0 0 0 .097.262c.067.07.16.105.255.1h4.92a.33.33 0 0 0 .255-.1.35.35 0 0 0 .097-.262v-4.338a.35.35 0 0 0-.097-.262.33.33 0 0 0-.255-.1m-2.46 3.615h-1.757v-.723h1.757zm-1.757-1.446h3.514v-.723h-3.514z" clip-rule="evenodd"/><rect width="3" height="3" x="109" y="75.706" fill="#E6E9ED" fill-opacity=".8" rx=".5"/><rect width="3" height="3" x="114" y="75.706" fill="#E6E9ED" fill-opacity=".8" rx=".5"/><rect width="3" height="3" x="119" y="75.706" fill="#E6E9ED" fill-opacity=".8" rx=".5"/><rect width="3" height="3" x="124" y="75.706" fill="#E6E9ED" fill-opacity=".8" rx=".5"/><rect width="3" height="3" x="129" y="75.706" fill="#E6E9ED" fill-opacity=".8" rx=".5"/><rect width="3" height="3" x="134" y="75.706" fill="#E6E9ED" fill-opacity=".8" rx=".5"/><rect width="3" height="3" x="164" y="75.706" fill="#DADFE6" rx=".5"/><path fill="#ADBACC" d="M123 65.706a1 1 0 0 1 1-1h16a1 1 0 0 1 1 1v1a1 1 0 0 1-1 1h-16a1 1 0 0 1-1-1z" opacity=".498"/><path fill="#E8EBF1" d="M123 70.706a1 1 0 0 1 1-1h42a1 1 0 0 1 1 1v1a1 1 0 0 1-1 1h-42a1 1 0 0 1-1-1z"/><rect width="64" height="21" x="106" y="86.706" fill="#fff" rx="2"/><rect width="9" height="9" x="110" y="90.206" fill="#1A78FF" opacity=".15" rx="2"/><path fill="#0070FF" d="m117.424 96.28-.33-.117-2.241.808a1.04 1.04 0 0 1-.703 0l-2.244-.808-.33.118a.26.26 0 0 0-.17.24c0 .108.068.204.17.24l2.836 1.023a.26.26 0 0 0 .176 0l2.836-1.022a.26.26 0 0 0 .17-.24.26.26 0 0 0-.17-.241z"/><path fill="#0070FF" d="m117.424 94.747-.33-.118-2.241.807a1.04 1.04 0 0 1-.703 0l-2.244-.807-.33.118a.26.26 0 0 0-.17.24c0 .108.068.204.17.24l2.836 1.023a.26.26 0 0 0 .176 0l2.836-1.023a.26.26 0 0 0 .17-.24.26.26 0 0 0-.17-.24"/><path fill="#0070FF" d="m117.424 93.213-2.836-1.023a.26.26 0 0 0-.176 0l-2.836 1.023a.26.26 0 0 0-.17.24c0 .108.068.204.17.24l2.836 1.023a.26.26 0 0 0 .176 0l2.836-1.023a.26.26 0 0 0 .17-.24.26.26 0 0 0-.17-.24"/><rect width="3" height="3" x="109" y="101.706" fill="#E6E9ED" fill-opacity=".8" rx=".5"/><rect width="3" height="3" x="114" y="101.706" fill="#E6E9ED" fill-opacity=".8" rx=".5"/><rect width="3" height="3" x="119" y="101.706" fill="#E6E9ED" fill-opacity=".8" rx=".5"/><rect width="3" height="3" x="124" y="101.706" fill="#E6E9ED" fill-opacity=".8" rx=".5"/><rect width="3" height="3" x="129" y="101.706" fill="#E6E9ED" fill-opacity=".8" rx=".5"/><rect width="3" height="3" x="134" y="101.706" fill="#E6E9ED" fill-opacity=".8" rx=".5"/><rect width="3" height="3" x="164" y="101.706" fill="#DADFE6" rx=".5"/><path fill="#ADBACC" d="M123 91.706a1 1 0 0 1 1-1h20a1 1 0 0 1 1 1v1a1 1 0 0 1-1 1h-20a1 1 0 0 1-1-1z" opacity=".498"/><path fill="#E8EBF1" d="M123 96.706a1 1 0 0 1 1-1h38a1 1 0 0 1 1 1v1a1 1 0 0 1-1 1h-38a1 1 0 0 1-1-1z" opacity=".498"/><rect width="64" height="21" x="106" y="112.706" fill="#fff" rx="2"/><rect width="9" height="9" x="110" y="116.206" fill="#904EE2" opacity=".15" rx="2"/><path fill="#9046EB" d="M116.708 120.306a.45.45 0 0 0-.408-.25h-1.585l.653-1.57a.424.424 0 0 0-.188-.532.46.46 0 0 0-.576.095l-2.25 2.596a.42.42 0 0 0-.062.461.46.46 0 0 0 .408.249h1.585l-.653 1.57a.424.424 0 0 0 .188.532.46.46 0 0 0 .576-.094l2.25-2.597a.42.42 0 0 0 .062-.46"/><rect width="3" height="3" x="109" y="127.706" fill="#E6E9ED" fill-opacity=".8" rx=".5"/><rect width="3" height="3" x="114" y="127.706" fill="#E6E9ED" fill-opacity=".8" rx=".5"/><rect width="3" height="3" x="119" y="127.706" fill="#E6E9ED" fill-opacity=".8" rx=".5"/><rect width="3" height="3" x="124" y="127.706" fill="#E6E9ED" fill-opacity=".8" rx=".5"/><rect width="3" height="3" x="129" y="127.706" fill="#E6E9ED" fill-opacity=".8" rx=".5"/><rect width="3" height="3" x="134" y="127.706" fill="#E6E9ED" fill-opacity=".8" rx=".5"/><rect width="3" height="3" x="164" y="127.706" fill="#DADFE6" rx=".5"/><path fill="#ADBACC" d="M123 117.706a1 1 0 0 1 1-1h20a1 1 0 0 1 1 1v1a1 1 0 0 1-1 1h-20a1 1 0 0 1-1-1z" opacity=".498"/><path fill="#E8EBF1" d="M123 122.706a1 1 0 0 1 1-1h38a1 1 0 0 1 1 1v1a1 1 0 0 1-1 1h-38a1 1 0 0 1-1-1z" opacity=".498"/></g><defs><linearGradient id="c" x1="166.5" x2="61.117" y1="161.206" y2="19.248" gradientUnits="userSpaceOnUse"><stop stop-color="#C4DCFF"/><stop offset="1" stop-color="#F5F7FA"/></linearGradient><linearGradient id="e" x1="-46.531" x2="39.043" y1="81.461" y2="210.632" gradientUnits="userSpaceOnUse"><stop stop-color="#F7F8FA"/><stop offset="1" stop-color="#fff"/></linearGradient><linearGradient id="g" x1="-46.531" x2="-44.923" y1="40.324" y2="61.498" gradientUnits="userSpaceOnUse"><stop stop-color="#F7F8FA"/><stop offset="1" stop-color="#fff"/></linearGradient><linearGradient id="i" x1="64.326" x2="147.037" y1="94.72" y2="167.095" gradientUnits="userSpaceOnUse"><stop stop-color="#F7F8FA"/><stop offset="1" stop-color="#fff"/></linearGradient><filter id="b" width="150" height="152.412" x="20" y="15" color-interpolation-filters="sRGB" filterUnits="userSpaceOnUse"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feColorMatrix in="SourceAlpha" result="hardAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"/><feOffset dy="8"/><feGaussianBlur stdDeviation="5"/><feComposite in2="hardAlpha" operator="out"/><feColorMatrix values="0 0 0 0 0.570833 0 0 0 0 0.749653 0 0 0 0 1 0 0 0 0.12 0"/><feBlend in2="BackgroundImageFix" result="effect1_dropShadow_76_32712"/><feColorMatrix in="SourceAlpha" result="hardAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"/><feOffset dy="1"/><feGaussianBlur stdDeviation="3"/><feComposite in2="hardAlpha" operator="out"/><feColorMatrix values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.25 0"/><feBlend in2="effect1_dropShadow_76_32712" result="effect2_dropShadow_76_32712"/><feBlend in="SourceGraphic" in2="effect2_dropShadow_76_32712" result="shape"/></filter><filter id="d" width="156" height="108" x="17" y="32" color-interpolation-filters="sRGB" filterUnits="userSpaceOnUse"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feColorMatrix in="SourceAlpha" result="hardAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"/><feOffset dy="2"/><feGaussianBlur stdDeviation="2.5"/><feComposite in2="hardAlpha" operator="out"/><feColorMatrix values="0 0 0 0 0.504167 0 0 0 0 0.711918 0 0 0 0 1 0 0 0 0.1 0"/><feBlend in2="BackgroundImageFix" result="effect1_dropShadow_76_32712"/><feBlend in="SourceGraphic" in2="effect1_dropShadow_76_32712" result="shape"/></filter><filter id="f" width="154.172" height="19.401" x="17.914" y="32.957" color-interpolation-filters="sRGB" filterUnits="userSpaceOnUse"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feColorMatrix in="SourceAlpha" result="hardAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"/><feOffset dy="2.043"/><feGaussianBlur stdDeviation="2.043"/><feColorMatrix values="0 0 0 0 0.819608 0 0 0 0 0.85098 0 0 0 0 0.901961 0 0 0 0.3 0"/><feBlend in2="BackgroundImageFix" result="effect1_dropShadow_76_32712"/><feBlend in="SourceGraphic" in2="effect1_dropShadow_76_32712" result="shape"/></filter><filter id="h" width="87" height="99" x="94.5" y="49.5" color-interpolation-filters="sRGB" filterUnits="userSpaceOnUse"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feColorMatrix in="SourceAlpha" result="hardAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"/><feOffset dy="2"/><feGaussianBlur stdDeviation="2.5"/><feComposite in2="hardAlpha" operator="out"/><feColorMatrix values="0 0 0 0 0.504167 0 0 0 0 0.711918 0 0 0 0 1 0 0 0 0.2 0"/><feBlend in2="BackgroundImageFix" result="effect1_dropShadow_76_32712"/><feBlend in="SourceGraphic" in2="effect1_dropShadow_76_32712" result="shape"/></filter></defs></svg>
|