@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,2145 @@
|
|
|
1
|
+
/* eslint-disable */
|
|
2
|
+
// @ts-nocheck
|
|
3
|
+
declare namespace API {
|
|
4
|
+
type AddPubUserCollectDto = {
|
|
5
|
+
/** 1:组织,2:用户 */
|
|
6
|
+
type?: string;
|
|
7
|
+
/** 用户id */
|
|
8
|
+
userId?: string;
|
|
9
|
+
/** 组织id */
|
|
10
|
+
orgId?: string;
|
|
11
|
+
};
|
|
12
|
+
|
|
13
|
+
type AddPubUserUsedDto = {
|
|
14
|
+
/** 1:组织,2:用户 */
|
|
15
|
+
type?: string;
|
|
16
|
+
/** 用户id */
|
|
17
|
+
userId?: string;
|
|
18
|
+
/** 用户姓名 */
|
|
19
|
+
userName?: string;
|
|
20
|
+
/** 组织id */
|
|
21
|
+
orgId?: string;
|
|
22
|
+
/** 组织名称 */
|
|
23
|
+
orgName?: string;
|
|
24
|
+
};
|
|
25
|
+
|
|
26
|
+
type bianjijiaoseheshouquanshujuquanxianduixiang = {
|
|
27
|
+
userId: string;
|
|
28
|
+
orgId: string;
|
|
29
|
+
roleIds?: string[];
|
|
30
|
+
dataPermissionIds?: string[];
|
|
31
|
+
};
|
|
32
|
+
|
|
33
|
+
type DataPermissionUserDto = {
|
|
34
|
+
/** 数据权限id */
|
|
35
|
+
dataPermissionsId?: string;
|
|
36
|
+
/** 用户id */
|
|
37
|
+
userId?: string;
|
|
38
|
+
/** 组织id */
|
|
39
|
+
orgId?: string;
|
|
40
|
+
};
|
|
41
|
+
|
|
42
|
+
type deleteRbacPostDeleteByIdParams = {
|
|
43
|
+
id: string;
|
|
44
|
+
};
|
|
45
|
+
|
|
46
|
+
type deleteRbacPubDataPermissionsDeleteParams = {
|
|
47
|
+
id: string;
|
|
48
|
+
};
|
|
49
|
+
|
|
50
|
+
type deleteRbacPubRoleGroupDeleteParams = {
|
|
51
|
+
id: string;
|
|
52
|
+
};
|
|
53
|
+
|
|
54
|
+
type deleteRbacResourceBackupDeleteResourceBackupParams = {
|
|
55
|
+
id: string;
|
|
56
|
+
};
|
|
57
|
+
|
|
58
|
+
type getRbacCollectByIdDetailParams = {
|
|
59
|
+
id: string;
|
|
60
|
+
};
|
|
61
|
+
|
|
62
|
+
type getRbacOrgDeleteOrgParams = {
|
|
63
|
+
/** 组织id */
|
|
64
|
+
id: string;
|
|
65
|
+
};
|
|
66
|
+
|
|
67
|
+
type getRbacOrgInfoParams = {
|
|
68
|
+
/** 组织id */
|
|
69
|
+
id: string;
|
|
70
|
+
};
|
|
71
|
+
|
|
72
|
+
type getRbacOrgOrgListByParentIdParams = {
|
|
73
|
+
/** 父级id */
|
|
74
|
+
parentId?: string;
|
|
75
|
+
/** 是否启用 */
|
|
76
|
+
enable?: boolean;
|
|
77
|
+
/** 是否展示全称名称,默认为false不显示 */
|
|
78
|
+
showFullName?: boolean;
|
|
79
|
+
/** 是否显示是否收藏,默认不显示 */
|
|
80
|
+
showIsCollect?: boolean;
|
|
81
|
+
};
|
|
82
|
+
|
|
83
|
+
type getRbacOrgRoleGetAllByOrgIdParams = {
|
|
84
|
+
orgId: string;
|
|
85
|
+
};
|
|
86
|
+
|
|
87
|
+
type getRbacOrgRoleGetByOrgIdParams = {
|
|
88
|
+
orgId: string;
|
|
89
|
+
};
|
|
90
|
+
|
|
91
|
+
type getRbacOrgSearchSubOrgByIdParams = {
|
|
92
|
+
/** 父级id */
|
|
93
|
+
parentId: string;
|
|
94
|
+
};
|
|
95
|
+
|
|
96
|
+
type getRbacOrgSearchTreeByIdParams = {
|
|
97
|
+
/** 组织id */
|
|
98
|
+
id?: string;
|
|
99
|
+
};
|
|
100
|
+
|
|
101
|
+
type getRbacPostDetailByIdParams = {
|
|
102
|
+
/** 岗位id */
|
|
103
|
+
id: string;
|
|
104
|
+
};
|
|
105
|
+
|
|
106
|
+
type getRbacPostListParams = {
|
|
107
|
+
/** 岗位类型 */
|
|
108
|
+
type?: string;
|
|
109
|
+
};
|
|
110
|
+
|
|
111
|
+
type getRbacPubDataPermissionsGetByIdParams = {
|
|
112
|
+
id: string;
|
|
113
|
+
};
|
|
114
|
+
|
|
115
|
+
type getRbacPubRoleGroupGetAllParams = {
|
|
116
|
+
name: string;
|
|
117
|
+
};
|
|
118
|
+
|
|
119
|
+
type getRbacPubRoleGroupGetByIdParams = {
|
|
120
|
+
id: string;
|
|
121
|
+
};
|
|
122
|
+
|
|
123
|
+
type getRbacPubRoleGroupGetGrantRolesByIdParams = {
|
|
124
|
+
id: string;
|
|
125
|
+
};
|
|
126
|
+
|
|
127
|
+
type getRbacResourceBackupDetailParams = {
|
|
128
|
+
id: string;
|
|
129
|
+
};
|
|
130
|
+
|
|
131
|
+
type getRbacResourceBackupListParams = {
|
|
132
|
+
/** 0历史版本,1导入数据 */
|
|
133
|
+
type: string;
|
|
134
|
+
};
|
|
135
|
+
|
|
136
|
+
type getRbacResourceBackupRestoreParams = {
|
|
137
|
+
id: string;
|
|
138
|
+
};
|
|
139
|
+
|
|
140
|
+
type getRbacResourceGetRoleListByResourceIdParams = {
|
|
141
|
+
/** 资源id */
|
|
142
|
+
id: string;
|
|
143
|
+
};
|
|
144
|
+
|
|
145
|
+
type getRbacResourceGroupResourceTreeParams = {
|
|
146
|
+
/** 应用ID */
|
|
147
|
+
appId?: string;
|
|
148
|
+
};
|
|
149
|
+
|
|
150
|
+
type getRbacResourceInfoParams = {
|
|
151
|
+
/** 资源id */
|
|
152
|
+
id: string;
|
|
153
|
+
};
|
|
154
|
+
|
|
155
|
+
type getRbacResourceResourceDeleteParams = {
|
|
156
|
+
/** 资源id */
|
|
157
|
+
id: string;
|
|
158
|
+
};
|
|
159
|
+
|
|
160
|
+
type getRbacResourceResourceListByParentIdParams = {
|
|
161
|
+
/** 父级id */
|
|
162
|
+
parentId?: string;
|
|
163
|
+
/** 是否启用 */
|
|
164
|
+
enable?: boolean;
|
|
165
|
+
};
|
|
166
|
+
|
|
167
|
+
type getRbacResourceResourceTreeParams = {
|
|
168
|
+
name?: string;
|
|
169
|
+
code?: string;
|
|
170
|
+
type?: string;
|
|
171
|
+
enable?: boolean;
|
|
172
|
+
};
|
|
173
|
+
|
|
174
|
+
type getRbacRoleInfoParams = {
|
|
175
|
+
/** 角色id */
|
|
176
|
+
id: string;
|
|
177
|
+
};
|
|
178
|
+
|
|
179
|
+
type getRbacRoleRoleDeleteParams = {
|
|
180
|
+
/** 角色id */
|
|
181
|
+
id: string;
|
|
182
|
+
};
|
|
183
|
+
|
|
184
|
+
type getRbacTenantPubTenantDeleteParams = {
|
|
185
|
+
/** 租户id */
|
|
186
|
+
id: string;
|
|
187
|
+
};
|
|
188
|
+
|
|
189
|
+
type getRbacTenantPubTenantInfoParams = {
|
|
190
|
+
/** 租户id */
|
|
191
|
+
id: string;
|
|
192
|
+
};
|
|
193
|
+
|
|
194
|
+
type getRbacUsedByIdDetailParams = {
|
|
195
|
+
id: string;
|
|
196
|
+
};
|
|
197
|
+
|
|
198
|
+
type getRbacUserInfoParams = {
|
|
199
|
+
/** 用户id */
|
|
200
|
+
id: string;
|
|
201
|
+
};
|
|
202
|
+
|
|
203
|
+
type getRbacUserUserDeleteParams = {
|
|
204
|
+
/** 用户id */
|
|
205
|
+
userId: string;
|
|
206
|
+
};
|
|
207
|
+
|
|
208
|
+
type OrgSearchQuery = {
|
|
209
|
+
currentPage?: number;
|
|
210
|
+
pageSize?: number;
|
|
211
|
+
doSearchTotal?: boolean;
|
|
212
|
+
/** 组织名称关键字 */
|
|
213
|
+
keyWord?: string;
|
|
214
|
+
/** 是否显示是否收藏,默认不显示 */
|
|
215
|
+
showIsCollect?: boolean;
|
|
216
|
+
/** 筛选出启用的组织 */
|
|
217
|
+
enable?: boolean;
|
|
218
|
+
};
|
|
219
|
+
|
|
220
|
+
type PageDataPubOrg = {
|
|
221
|
+
currentPage?: number;
|
|
222
|
+
pageSize?: number;
|
|
223
|
+
doSearchTotal?: boolean;
|
|
224
|
+
records?: PubOrg[];
|
|
225
|
+
total?: number;
|
|
226
|
+
};
|
|
227
|
+
|
|
228
|
+
type PageDataPubOrgBo = {
|
|
229
|
+
currentPage?: number;
|
|
230
|
+
pageSize?: number;
|
|
231
|
+
doSearchTotal?: boolean;
|
|
232
|
+
records?: PubOrgBo[];
|
|
233
|
+
total?: number;
|
|
234
|
+
};
|
|
235
|
+
|
|
236
|
+
type PageDataPubPost = {
|
|
237
|
+
currentPage?: number;
|
|
238
|
+
pageSize?: number;
|
|
239
|
+
doSearchTotal?: boolean;
|
|
240
|
+
records?: PubPost[];
|
|
241
|
+
total?: number;
|
|
242
|
+
};
|
|
243
|
+
|
|
244
|
+
type PageDataPubRoleBo = {
|
|
245
|
+
currentPage?: number;
|
|
246
|
+
pageSize?: number;
|
|
247
|
+
doSearchTotal?: boolean;
|
|
248
|
+
records?: PubRoleBo[];
|
|
249
|
+
total?: number;
|
|
250
|
+
};
|
|
251
|
+
|
|
252
|
+
type PageDataPubRoleGroup = {
|
|
253
|
+
currentPage?: number;
|
|
254
|
+
pageSize?: number;
|
|
255
|
+
doSearchTotal?: boolean;
|
|
256
|
+
records?: PubRoleGroup[];
|
|
257
|
+
total?: number;
|
|
258
|
+
};
|
|
259
|
+
|
|
260
|
+
type PageDataPubTenant = {
|
|
261
|
+
currentPage?: number;
|
|
262
|
+
pageSize?: number;
|
|
263
|
+
doSearchTotal?: boolean;
|
|
264
|
+
records?: PubTenant[];
|
|
265
|
+
total?: number;
|
|
266
|
+
};
|
|
267
|
+
|
|
268
|
+
type PageDataPubUserBo = {
|
|
269
|
+
currentPage?: number;
|
|
270
|
+
pageSize?: number;
|
|
271
|
+
doSearchTotal?: boolean;
|
|
272
|
+
records?: PubUserBo[];
|
|
273
|
+
total?: number;
|
|
274
|
+
};
|
|
275
|
+
|
|
276
|
+
type PageDataPubUserCollect = {
|
|
277
|
+
currentPage?: number;
|
|
278
|
+
pageSize?: number;
|
|
279
|
+
doSearchTotal?: boolean;
|
|
280
|
+
records?: PubUserCollect[];
|
|
281
|
+
total?: number;
|
|
282
|
+
};
|
|
283
|
+
|
|
284
|
+
type PageDataPubUserOrgBo = {
|
|
285
|
+
currentPage?: number;
|
|
286
|
+
pageSize?: number;
|
|
287
|
+
doSearchTotal?: boolean;
|
|
288
|
+
records?: PubUserOrgBo[];
|
|
289
|
+
total?: number;
|
|
290
|
+
};
|
|
291
|
+
|
|
292
|
+
type PageDataPubUserOrgRoleBo = {
|
|
293
|
+
currentPage?: number;
|
|
294
|
+
pageSize?: number;
|
|
295
|
+
doSearchTotal?: boolean;
|
|
296
|
+
records?: PubUserOrgRoleBo[];
|
|
297
|
+
total?: number;
|
|
298
|
+
};
|
|
299
|
+
|
|
300
|
+
type PageDataPubUserUsed = {
|
|
301
|
+
currentPage?: number;
|
|
302
|
+
pageSize?: number;
|
|
303
|
+
doSearchTotal?: boolean;
|
|
304
|
+
records?: PubUserUsed[];
|
|
305
|
+
total?: number;
|
|
306
|
+
};
|
|
307
|
+
|
|
308
|
+
type PageDatashujuquanxianshituduixiang = {
|
|
309
|
+
currentPage?: number;
|
|
310
|
+
pageSize?: number;
|
|
311
|
+
doSearchTotal?: boolean;
|
|
312
|
+
records?: shujuquanxianshituduixiang[];
|
|
313
|
+
total?: number;
|
|
314
|
+
};
|
|
315
|
+
|
|
316
|
+
type postRbacCollectByIdDeleteParams = {
|
|
317
|
+
id: string;
|
|
318
|
+
};
|
|
319
|
+
|
|
320
|
+
type postRbacPostDeleteByIdParams = {
|
|
321
|
+
id: string;
|
|
322
|
+
};
|
|
323
|
+
|
|
324
|
+
type postRbacPubDataPermissionsGetUserOrgDataPermissionListParams = {
|
|
325
|
+
userId: string;
|
|
326
|
+
};
|
|
327
|
+
|
|
328
|
+
type postRbacResourceBackupImportResourceDataParams = {
|
|
329
|
+
parentId: string;
|
|
330
|
+
};
|
|
331
|
+
|
|
332
|
+
type postRbacResourceMineOrAllResourceTreeParams = {
|
|
333
|
+
needAll?: boolean;
|
|
334
|
+
enable?: boolean;
|
|
335
|
+
appResourceCodes?: string;
|
|
336
|
+
};
|
|
337
|
+
|
|
338
|
+
type postRbacUserCaptchaChangePasswordWithVerifyCodeParams = {
|
|
339
|
+
/** 原密码(使用公钥加密) */
|
|
340
|
+
oldPassword: string;
|
|
341
|
+
/** 新密码(使用公钥加密) */
|
|
342
|
+
newPassword: string;
|
|
343
|
+
/** 验证码hash,imageCode必填 */
|
|
344
|
+
codeHash: string;
|
|
345
|
+
/** 验证码/token */
|
|
346
|
+
code: string;
|
|
347
|
+
/** 验证码类型 */
|
|
348
|
+
captchaType: string;
|
|
349
|
+
};
|
|
350
|
+
|
|
351
|
+
type postRbacUserChangePasswordParams = {
|
|
352
|
+
/** 原密码(使用公钥加密) */
|
|
353
|
+
oldPassword: string;
|
|
354
|
+
/** 新密码(使用公钥加密) */
|
|
355
|
+
newPassword: string;
|
|
356
|
+
};
|
|
357
|
+
|
|
358
|
+
type postRbacUserChangePasswordWithVerifyCodeParams = {
|
|
359
|
+
/** 原密码(使用公钥加密) */
|
|
360
|
+
oldPassword: string;
|
|
361
|
+
/** 新密码(使用公钥加密) */
|
|
362
|
+
newPassword: string;
|
|
363
|
+
/** 验证码hash */
|
|
364
|
+
codeHash: string;
|
|
365
|
+
/** 图片验证码 */
|
|
366
|
+
code: string;
|
|
367
|
+
};
|
|
368
|
+
|
|
369
|
+
type postRbacUserResetPasswordParams = {
|
|
370
|
+
/** 用户id */
|
|
371
|
+
userId: string;
|
|
372
|
+
};
|
|
373
|
+
|
|
374
|
+
type PubDataPermissions = {
|
|
375
|
+
/** id */
|
|
376
|
+
id?: string;
|
|
377
|
+
/** 类型: 1:查看全部;2:仅看自己;3仅看所在部门;4:仅看所在部门及子部门;5:仅自选部门;6:自选部门及子部门,7:指定群组 */
|
|
378
|
+
type?: string;
|
|
379
|
+
/** 名称 */
|
|
380
|
+
name?: string;
|
|
381
|
+
/** 是否删除,0:否,1:是 */
|
|
382
|
+
isDeleted?: string;
|
|
383
|
+
/** 创建id */
|
|
384
|
+
createdBy?: string;
|
|
385
|
+
/** 创建时间 */
|
|
386
|
+
createTime?: string;
|
|
387
|
+
/** 更新人id */
|
|
388
|
+
updatedBy?: string;
|
|
389
|
+
/** 更新时间 */
|
|
390
|
+
updateTime?: string;
|
|
391
|
+
/** 所属应用id */
|
|
392
|
+
appId?: string;
|
|
393
|
+
/** 租户id */
|
|
394
|
+
tenantId?: string;
|
|
395
|
+
};
|
|
396
|
+
|
|
397
|
+
type PubOrg = {
|
|
398
|
+
/** 主键 */
|
|
399
|
+
id?: string;
|
|
400
|
+
/** 父级id */
|
|
401
|
+
parentId?: string;
|
|
402
|
+
/** 组织名称 */
|
|
403
|
+
name?: string;
|
|
404
|
+
/** 组织全称 */
|
|
405
|
+
fullName?: string;
|
|
406
|
+
/** 组织简称 */
|
|
407
|
+
simpleName?: string;
|
|
408
|
+
/** 组织编码 */
|
|
409
|
+
code?: string;
|
|
410
|
+
/** 祖籍ids,id以逗号隔开 */
|
|
411
|
+
idPath?: string;
|
|
412
|
+
/** 组织类型 */
|
|
413
|
+
type?: string;
|
|
414
|
+
/** 是否行政区划,0:否,1:是 */
|
|
415
|
+
district?: boolean;
|
|
416
|
+
/** 是否叶子节点 */
|
|
417
|
+
leaf?: boolean;
|
|
418
|
+
/** 是否启用 */
|
|
419
|
+
enable?: boolean;
|
|
420
|
+
/** 排序 */
|
|
421
|
+
sort?: number;
|
|
422
|
+
/** 是否删除,0:否,1:是 */
|
|
423
|
+
deleted?: boolean;
|
|
424
|
+
/** 统一社会信用代码 */
|
|
425
|
+
creditCode?: string;
|
|
426
|
+
/** 行政区划编码 */
|
|
427
|
+
areaCode?: string;
|
|
428
|
+
/** 联系人 */
|
|
429
|
+
contactPerson?: string;
|
|
430
|
+
/** 联系方式 */
|
|
431
|
+
contactMobile?: string;
|
|
432
|
+
/** 创建id */
|
|
433
|
+
createdBy?: string;
|
|
434
|
+
/** 创建时间 */
|
|
435
|
+
createTime?: string;
|
|
436
|
+
/** 更新人id */
|
|
437
|
+
updatedBy?: string;
|
|
438
|
+
/** 更新时间 */
|
|
439
|
+
updateTime?: string;
|
|
440
|
+
/** org_num_id */
|
|
441
|
+
orgNumId?: number;
|
|
442
|
+
/** 版本 */
|
|
443
|
+
version?: number;
|
|
444
|
+
/** 扩展信息 */
|
|
445
|
+
extendInfo?: Record<string, any>;
|
|
446
|
+
/** 是否收藏 */
|
|
447
|
+
collect?: boolean;
|
|
448
|
+
/** 租户id */
|
|
449
|
+
tenantId?: string;
|
|
450
|
+
};
|
|
451
|
+
|
|
452
|
+
type PubOrgAddDto = {
|
|
453
|
+
/** 父级id */
|
|
454
|
+
parentId?: string;
|
|
455
|
+
/** 组织名称 */
|
|
456
|
+
name: string;
|
|
457
|
+
/** 组织编码 */
|
|
458
|
+
code: string;
|
|
459
|
+
/** 行政区划编码 */
|
|
460
|
+
areaCode?: string;
|
|
461
|
+
/** 组织类型 */
|
|
462
|
+
type: string;
|
|
463
|
+
/** 是否行政区划 */
|
|
464
|
+
district: boolean;
|
|
465
|
+
/** 是否启用 */
|
|
466
|
+
enable: boolean;
|
|
467
|
+
/** 排序 */
|
|
468
|
+
sort?: number;
|
|
469
|
+
/** 统一社会信用代码 */
|
|
470
|
+
creditCode?: string;
|
|
471
|
+
/** 联系人 */
|
|
472
|
+
contactPerson?: string;
|
|
473
|
+
/** 联系方式 */
|
|
474
|
+
contactMobile?: string;
|
|
475
|
+
/** 扩展信息 */
|
|
476
|
+
extendInfo?: Record<string, any>;
|
|
477
|
+
};
|
|
478
|
+
|
|
479
|
+
type PubOrgBo = {
|
|
480
|
+
/** 主键 */
|
|
481
|
+
id?: string;
|
|
482
|
+
/** 父级id */
|
|
483
|
+
parentId?: string;
|
|
484
|
+
/** 组织名称 */
|
|
485
|
+
name?: string;
|
|
486
|
+
/** 组织全称 */
|
|
487
|
+
fullName?: string;
|
|
488
|
+
/** 组织简称 */
|
|
489
|
+
simpleName?: string;
|
|
490
|
+
/** 组织编码 */
|
|
491
|
+
code?: string;
|
|
492
|
+
/** 祖籍ids,id以逗号隔开 */
|
|
493
|
+
idPath?: string;
|
|
494
|
+
/** 组织类型 */
|
|
495
|
+
type?: string;
|
|
496
|
+
/** 是否行政区划,0:否,1:是 */
|
|
497
|
+
district?: boolean;
|
|
498
|
+
/** 是否叶子节点 */
|
|
499
|
+
leaf?: boolean;
|
|
500
|
+
/** 是否启用 */
|
|
501
|
+
enable?: boolean;
|
|
502
|
+
/** 排序 */
|
|
503
|
+
sort?: number;
|
|
504
|
+
/** 是否删除,0:否,1:是 */
|
|
505
|
+
deleted?: boolean;
|
|
506
|
+
/** 统一社会信用代码 */
|
|
507
|
+
creditCode?: string;
|
|
508
|
+
/** 行政区划编码 */
|
|
509
|
+
areaCode?: string;
|
|
510
|
+
/** 联系人 */
|
|
511
|
+
contactPerson?: string;
|
|
512
|
+
/** 联系方式 */
|
|
513
|
+
contactMobile?: string;
|
|
514
|
+
/** 创建id */
|
|
515
|
+
createdBy?: string;
|
|
516
|
+
/** 创建时间 */
|
|
517
|
+
createTime?: string;
|
|
518
|
+
/** 更新人id */
|
|
519
|
+
updatedBy?: string;
|
|
520
|
+
/** 更新时间 */
|
|
521
|
+
updateTime?: string;
|
|
522
|
+
/** org_num_id */
|
|
523
|
+
orgNumId?: number;
|
|
524
|
+
/** 版本 */
|
|
525
|
+
version?: number;
|
|
526
|
+
/** 扩展信息 */
|
|
527
|
+
extendInfo?: Record<string, any>;
|
|
528
|
+
/** 是否收藏 */
|
|
529
|
+
collect?: boolean;
|
|
530
|
+
/** 租户id */
|
|
531
|
+
tenantId?: string;
|
|
532
|
+
/** 父组织名称 */
|
|
533
|
+
parentName?: string;
|
|
534
|
+
/** 是否继承,0:否,1:是 */
|
|
535
|
+
isInherit?: string;
|
|
536
|
+
};
|
|
537
|
+
|
|
538
|
+
type PubOrgRoleAddDto = {
|
|
539
|
+
/** 组织id */
|
|
540
|
+
orgId: string;
|
|
541
|
+
/** 角色ids 多个,分隔 */
|
|
542
|
+
roleIds: string;
|
|
543
|
+
/** 是否继承,0:否,1:是 */
|
|
544
|
+
isInherit: string;
|
|
545
|
+
};
|
|
546
|
+
|
|
547
|
+
type PubOrgRoleBo = {
|
|
548
|
+
/** 主键id */
|
|
549
|
+
id?: string;
|
|
550
|
+
/** 组织id */
|
|
551
|
+
orgId?: string;
|
|
552
|
+
/** 角色id */
|
|
553
|
+
roleId?: string;
|
|
554
|
+
/** 是否继承,0:否,1:是 */
|
|
555
|
+
isInherit?: string;
|
|
556
|
+
/** 创建人id */
|
|
557
|
+
createdBy?: string;
|
|
558
|
+
/** 创建时间 */
|
|
559
|
+
createTime?: string;
|
|
560
|
+
/** 租户id */
|
|
561
|
+
tenantId?: string;
|
|
562
|
+
/** 已选角色 */
|
|
563
|
+
roleList?: PubRole[];
|
|
564
|
+
/** 已选角色Ids */
|
|
565
|
+
roleIds?: string;
|
|
566
|
+
/** 继承角色 */
|
|
567
|
+
inheritRoleList?: PubRole[];
|
|
568
|
+
/** 继承角色Ids */
|
|
569
|
+
inheritRoleIds?: string;
|
|
570
|
+
};
|
|
571
|
+
|
|
572
|
+
type PubOrgTreeBo = {
|
|
573
|
+
/** 主键 */
|
|
574
|
+
id?: string;
|
|
575
|
+
/** 父级id */
|
|
576
|
+
parentId?: string;
|
|
577
|
+
/** 组织名称 */
|
|
578
|
+
name?: string;
|
|
579
|
+
/** 组织全称 */
|
|
580
|
+
fullName?: string;
|
|
581
|
+
/** 组织简称 */
|
|
582
|
+
simpleName?: string;
|
|
583
|
+
/** 组织编码 */
|
|
584
|
+
code?: string;
|
|
585
|
+
/** 祖籍ids,id以逗号隔开 */
|
|
586
|
+
idPath?: string;
|
|
587
|
+
/** 组织类型 */
|
|
588
|
+
type?: string;
|
|
589
|
+
/** 是否行政区划,0:否,1:是 */
|
|
590
|
+
district?: boolean;
|
|
591
|
+
/** 是否叶子节点 */
|
|
592
|
+
leaf?: boolean;
|
|
593
|
+
/** 是否启用 */
|
|
594
|
+
enable?: boolean;
|
|
595
|
+
/** 排序 */
|
|
596
|
+
sort?: number;
|
|
597
|
+
/** 是否删除,0:否,1:是 */
|
|
598
|
+
deleted?: boolean;
|
|
599
|
+
/** 统一社会信用代码 */
|
|
600
|
+
creditCode?: string;
|
|
601
|
+
/** 行政区划编码 */
|
|
602
|
+
areaCode?: string;
|
|
603
|
+
/** 联系人 */
|
|
604
|
+
contactPerson?: string;
|
|
605
|
+
/** 联系方式 */
|
|
606
|
+
contactMobile?: string;
|
|
607
|
+
/** 创建id */
|
|
608
|
+
createdBy?: string;
|
|
609
|
+
/** 创建时间 */
|
|
610
|
+
createTime?: string;
|
|
611
|
+
/** 更新人id */
|
|
612
|
+
updatedBy?: string;
|
|
613
|
+
/** 更新时间 */
|
|
614
|
+
updateTime?: string;
|
|
615
|
+
/** org_num_id */
|
|
616
|
+
orgNumId?: number;
|
|
617
|
+
/** 版本 */
|
|
618
|
+
version?: number;
|
|
619
|
+
/** 扩展信息 */
|
|
620
|
+
extendInfo?: Record<string, any>;
|
|
621
|
+
/** 是否收藏 */
|
|
622
|
+
collect?: boolean;
|
|
623
|
+
/** 租户id */
|
|
624
|
+
tenantId?: string;
|
|
625
|
+
/** 子节点 */
|
|
626
|
+
children?: PubOrgTreeBo[];
|
|
627
|
+
};
|
|
628
|
+
|
|
629
|
+
type PubOrgUpdateDto = {
|
|
630
|
+
/** id */
|
|
631
|
+
id: string;
|
|
632
|
+
/** 组织名称 */
|
|
633
|
+
name: string;
|
|
634
|
+
/** 组织编码 */
|
|
635
|
+
code: string;
|
|
636
|
+
/** 行政区划编码 */
|
|
637
|
+
areaCode?: string;
|
|
638
|
+
/** 组织类型 */
|
|
639
|
+
type: string;
|
|
640
|
+
/** 是否行政区划 */
|
|
641
|
+
district: boolean;
|
|
642
|
+
/** 是否启用 */
|
|
643
|
+
enable: boolean;
|
|
644
|
+
/** 排序 */
|
|
645
|
+
sort?: number;
|
|
646
|
+
/** 统一社会信用代码 */
|
|
647
|
+
creditCode?: string;
|
|
648
|
+
/** 联系人 */
|
|
649
|
+
contactPerson?: string;
|
|
650
|
+
/** 联系方式 */
|
|
651
|
+
contactMobile?: string;
|
|
652
|
+
/** 扩展信息 */
|
|
653
|
+
extendInfo?: Record<string, any>;
|
|
654
|
+
};
|
|
655
|
+
|
|
656
|
+
type PubPost = {
|
|
657
|
+
/** id */
|
|
658
|
+
id?: string;
|
|
659
|
+
/** 岗位类型 */
|
|
660
|
+
type?: string;
|
|
661
|
+
/** 岗位编号 */
|
|
662
|
+
code?: string;
|
|
663
|
+
/** 岗位名称 */
|
|
664
|
+
name?: string;
|
|
665
|
+
/** 岗位描述 */
|
|
666
|
+
description?: string;
|
|
667
|
+
/** 是否启动, 0-未启用,1-启用 */
|
|
668
|
+
enable?: boolean;
|
|
669
|
+
/** 是否删除,0:否,1:是 */
|
|
670
|
+
deleted?: boolean;
|
|
671
|
+
/** 创建id */
|
|
672
|
+
createdBy?: string;
|
|
673
|
+
/** 创建时间 */
|
|
674
|
+
createTime?: string;
|
|
675
|
+
/** 更新人id */
|
|
676
|
+
updatedBy?: string;
|
|
677
|
+
/** 更新时间 */
|
|
678
|
+
updateTime?: string;
|
|
679
|
+
/** 租户id */
|
|
680
|
+
tenantId?: string;
|
|
681
|
+
};
|
|
682
|
+
|
|
683
|
+
type PubPostDto = {
|
|
684
|
+
/** id */
|
|
685
|
+
id?: string;
|
|
686
|
+
/** 岗位类型 */
|
|
687
|
+
type?: string;
|
|
688
|
+
/** 岗位编号 */
|
|
689
|
+
code?: string;
|
|
690
|
+
/** 岗位名称 */
|
|
691
|
+
name?: string;
|
|
692
|
+
/** 岗位描述 */
|
|
693
|
+
description?: string;
|
|
694
|
+
/** 是否启动, 0-未启用,1-启用 */
|
|
695
|
+
enable?: boolean;
|
|
696
|
+
};
|
|
697
|
+
|
|
698
|
+
type PubPostQueryDto = {
|
|
699
|
+
currentPage?: number;
|
|
700
|
+
pageSize?: number;
|
|
701
|
+
doSearchTotal?: boolean;
|
|
702
|
+
/** 岗位名称 */
|
|
703
|
+
name?: string;
|
|
704
|
+
/** 岗位类型 */
|
|
705
|
+
type?: string;
|
|
706
|
+
};
|
|
707
|
+
|
|
708
|
+
type PubResource = {
|
|
709
|
+
/** 主键 */
|
|
710
|
+
id?: string;
|
|
711
|
+
/** 父级id */
|
|
712
|
+
parentId?: string;
|
|
713
|
+
/** 资源名称 */
|
|
714
|
+
name?: string;
|
|
715
|
+
/** 资源编码 */
|
|
716
|
+
code?: string;
|
|
717
|
+
/** 资源类型,1-应用,2-目录,3-菜单,4-按钮,5-非菜单页 */
|
|
718
|
+
type?: string;
|
|
719
|
+
/** 祖籍ids,id用逗号隔开 */
|
|
720
|
+
idPath?: string;
|
|
721
|
+
/** 资源描述 */
|
|
722
|
+
description?: string;
|
|
723
|
+
/** 是否叶子节点,0:否,1:是 */
|
|
724
|
+
leaf?: boolean;
|
|
725
|
+
/** 排序 */
|
|
726
|
+
sort?: number;
|
|
727
|
+
/** 是否启用,0:否,1:是 */
|
|
728
|
+
enable?: boolean;
|
|
729
|
+
/** 图标 */
|
|
730
|
+
icon?: string;
|
|
731
|
+
/** 是否外链,0:否,1:是 */
|
|
732
|
+
link?: boolean;
|
|
733
|
+
/** 外链地址 */
|
|
734
|
+
outLink?: string;
|
|
735
|
+
/** 权限码,多个以逗号分隔 */
|
|
736
|
+
permissionCode?: string;
|
|
737
|
+
/** 是否删除,0:否,1:是 */
|
|
738
|
+
deleted?: boolean;
|
|
739
|
+
/** 创建id */
|
|
740
|
+
createdBy?: string;
|
|
741
|
+
/** 创建时间 */
|
|
742
|
+
createTime?: string;
|
|
743
|
+
/** 更新人id */
|
|
744
|
+
updatedBy?: string;
|
|
745
|
+
/** 更新时间 */
|
|
746
|
+
updateTime?: string;
|
|
747
|
+
/** 版本 */
|
|
748
|
+
version?: number;
|
|
749
|
+
/** 是否启用数据权限,0:否,1:是 */
|
|
750
|
+
enableDataPermission?: boolean;
|
|
751
|
+
/** 数据权限类型: 1:查看全部;2:仅看自己;3仅看所在部门;4:仅看所在部门及子部门 */
|
|
752
|
+
dataPermissionType?: string;
|
|
753
|
+
/** 前端的meta信息json格式 */
|
|
754
|
+
meta?: Record<string, any>;
|
|
755
|
+
};
|
|
756
|
+
|
|
757
|
+
type PubResourceAddDto = {
|
|
758
|
+
id?: string;
|
|
759
|
+
/** 父级id */
|
|
760
|
+
parentId?: string;
|
|
761
|
+
/** 资源名称 */
|
|
762
|
+
name: string;
|
|
763
|
+
/** 资源编码 */
|
|
764
|
+
code?: string;
|
|
765
|
+
/** 资源类型,1-应用,2-目录,3-菜单,4-按钮,5-非菜单页 */
|
|
766
|
+
type?: string;
|
|
767
|
+
/** 资源描述 */
|
|
768
|
+
description?: string;
|
|
769
|
+
/** 排序 */
|
|
770
|
+
sort?: number;
|
|
771
|
+
/** 是否启用 */
|
|
772
|
+
enable?: boolean;
|
|
773
|
+
/** 图标 */
|
|
774
|
+
icon?: string;
|
|
775
|
+
/** 是否外链 */
|
|
776
|
+
link?: boolean;
|
|
777
|
+
/** 外链地址 */
|
|
778
|
+
outLink?: string;
|
|
779
|
+
/** 权限码,多个以逗号分隔 */
|
|
780
|
+
permissionCode?: string;
|
|
781
|
+
/** 是否启用数据权限,0:否,1:是 */
|
|
782
|
+
enableDataPermission?: boolean;
|
|
783
|
+
/** 数据权限类型: 1:查看全部;2:仅看自己;3仅看所在部门;4:仅看所在部门及子部门 */
|
|
784
|
+
dataPermissionType?: string;
|
|
785
|
+
/** 前端的meta信息json格式 */
|
|
786
|
+
meta?: Record<string, any>;
|
|
787
|
+
};
|
|
788
|
+
|
|
789
|
+
type PubResourceBackupBO = {
|
|
790
|
+
/** id */
|
|
791
|
+
id?: string;
|
|
792
|
+
/** 资源数据 */
|
|
793
|
+
content?: PubResourceTreeBo[];
|
|
794
|
+
/** 0备份数据,1导入数据 */
|
|
795
|
+
contentType?: string;
|
|
796
|
+
/** 是否删除,0:否,1:是 */
|
|
797
|
+
deleted?: boolean;
|
|
798
|
+
/** 创建id */
|
|
799
|
+
createdBy?: string;
|
|
800
|
+
/** 创建时间 */
|
|
801
|
+
createTime?: string;
|
|
802
|
+
/** 更新人id */
|
|
803
|
+
updatedBy?: string;
|
|
804
|
+
/** 更新时间 */
|
|
805
|
+
updateTime?: string;
|
|
806
|
+
/** 创建人姓名 */
|
|
807
|
+
createUserName?: string;
|
|
808
|
+
contentStr?: string;
|
|
809
|
+
};
|
|
810
|
+
|
|
811
|
+
type PubResourceExportBO = {
|
|
812
|
+
/** 导出类型:1-导出所有,2-导出选中 */
|
|
813
|
+
exportType?: string;
|
|
814
|
+
resourceTree?: PubResourceTreeBo[];
|
|
815
|
+
md5?: string;
|
|
816
|
+
};
|
|
817
|
+
|
|
818
|
+
type PubResourceReSortUpdateDTO = {
|
|
819
|
+
/** 资源id */
|
|
820
|
+
id?: string;
|
|
821
|
+
/** 子资源列表 */
|
|
822
|
+
children?: PubResourceReSortUpdateDTO[];
|
|
823
|
+
};
|
|
824
|
+
|
|
825
|
+
type PubResourceTreeBo = {
|
|
826
|
+
/** 主键 */
|
|
827
|
+
id?: string;
|
|
828
|
+
/** 父级id */
|
|
829
|
+
parentId?: string;
|
|
830
|
+
/** 资源名称 */
|
|
831
|
+
name?: string;
|
|
832
|
+
/** 资源编码 */
|
|
833
|
+
code?: string;
|
|
834
|
+
/** 资源类型,1-应用,2-目录,3-菜单,4-按钮,5-非菜单页 */
|
|
835
|
+
type?: string;
|
|
836
|
+
/** 祖籍ids,id用逗号隔开 */
|
|
837
|
+
idPath?: string;
|
|
838
|
+
/** 资源描述 */
|
|
839
|
+
description?: string;
|
|
840
|
+
/** 是否叶子节点,0:否,1:是 */
|
|
841
|
+
leaf?: boolean;
|
|
842
|
+
/** 排序 */
|
|
843
|
+
sort?: number;
|
|
844
|
+
/** 是否启用,0:否,1:是 */
|
|
845
|
+
enable?: boolean;
|
|
846
|
+
/** 图标 */
|
|
847
|
+
icon?: string;
|
|
848
|
+
/** 是否外链,0:否,1:是 */
|
|
849
|
+
link?: boolean;
|
|
850
|
+
/** 外链地址 */
|
|
851
|
+
outLink?: string;
|
|
852
|
+
/** 权限码,多个以逗号分隔 */
|
|
853
|
+
permissionCode?: string;
|
|
854
|
+
/** 是否删除,0:否,1:是 */
|
|
855
|
+
deleted?: boolean;
|
|
856
|
+
/** 创建id */
|
|
857
|
+
createdBy?: string;
|
|
858
|
+
/** 创建时间 */
|
|
859
|
+
createTime?: string;
|
|
860
|
+
/** 更新人id */
|
|
861
|
+
updatedBy?: string;
|
|
862
|
+
/** 更新时间 */
|
|
863
|
+
updateTime?: string;
|
|
864
|
+
/** 版本 */
|
|
865
|
+
version?: number;
|
|
866
|
+
/** 是否启用数据权限,0:否,1:是 */
|
|
867
|
+
enableDataPermission?: boolean;
|
|
868
|
+
/** 数据权限类型: 1:查看全部;2:仅看自己;3仅看所在部门;4:仅看所在部门及子部门 */
|
|
869
|
+
dataPermissionType?: string;
|
|
870
|
+
/** 前端的meta信息json格式 */
|
|
871
|
+
meta?: Record<string, any>;
|
|
872
|
+
/** 子节点 */
|
|
873
|
+
children?: PubResourceTreeBo[];
|
|
874
|
+
};
|
|
875
|
+
|
|
876
|
+
type PubResourceUpdateDto = {
|
|
877
|
+
/** id */
|
|
878
|
+
id?: string;
|
|
879
|
+
/** 资源名称 */
|
|
880
|
+
name: string;
|
|
881
|
+
/** 资源类型,1-应用,2-目录,3-菜单,4-按钮,5-非菜单页 */
|
|
882
|
+
type?: string;
|
|
883
|
+
/** 资源编码 */
|
|
884
|
+
code: string;
|
|
885
|
+
/** 资源描述 */
|
|
886
|
+
description?: string;
|
|
887
|
+
/** 排序 */
|
|
888
|
+
sort?: number;
|
|
889
|
+
/** 是否启用 */
|
|
890
|
+
enable?: boolean;
|
|
891
|
+
/** 图标 */
|
|
892
|
+
icon?: string;
|
|
893
|
+
/** 是否外链 */
|
|
894
|
+
link?: boolean;
|
|
895
|
+
/** 外链地址 */
|
|
896
|
+
outLink?: string;
|
|
897
|
+
/** 权限码,多个以逗号分隔 */
|
|
898
|
+
permissionCode?: string;
|
|
899
|
+
/** 是否启用数据权限,0:否,1:是 */
|
|
900
|
+
enableDataPermission?: boolean;
|
|
901
|
+
/** 数据权限类型: 1:查看全部;2:仅看自己;3仅看所在部门;4:仅看所在部门及子部门 */
|
|
902
|
+
dataPermissionType?: string;
|
|
903
|
+
/** 前端的meta信息json格式 */
|
|
904
|
+
meta?: Record<string, any>;
|
|
905
|
+
};
|
|
906
|
+
|
|
907
|
+
type PubRole = {
|
|
908
|
+
/** 主键id */
|
|
909
|
+
id?: string;
|
|
910
|
+
/** 角色名称 */
|
|
911
|
+
name?: string;
|
|
912
|
+
/** 编码(唯一) */
|
|
913
|
+
code?: string;
|
|
914
|
+
/** 描述 */
|
|
915
|
+
description?: string;
|
|
916
|
+
/** 是否启用:0否1是 */
|
|
917
|
+
enable?: boolean;
|
|
918
|
+
/** 创建id */
|
|
919
|
+
createdBy?: string;
|
|
920
|
+
/** 创建时间 */
|
|
921
|
+
createTime?: string;
|
|
922
|
+
/** 更新人id */
|
|
923
|
+
updatedBy?: string;
|
|
924
|
+
/** 更新时间 */
|
|
925
|
+
updateTime?: string;
|
|
926
|
+
/** 是否删除,0:否,1:是 */
|
|
927
|
+
deleted?: boolean;
|
|
928
|
+
/** 可见范围: 1-仅自己;2-全部可见 */
|
|
929
|
+
viewScope?: string;
|
|
930
|
+
/** 创建组织id */
|
|
931
|
+
createOrgId?: string;
|
|
932
|
+
/** 创建组织名称 */
|
|
933
|
+
createOrgName?: string;
|
|
934
|
+
/** 应用id */
|
|
935
|
+
appId?: string;
|
|
936
|
+
/** 租户id */
|
|
937
|
+
tenantId?: string;
|
|
938
|
+
};
|
|
939
|
+
|
|
940
|
+
type PubRoleAddDto = {
|
|
941
|
+
/** 角色名称 */
|
|
942
|
+
name?: string;
|
|
943
|
+
/** 编码(唯一) */
|
|
944
|
+
code?: string;
|
|
945
|
+
/** 描述 */
|
|
946
|
+
description?: string;
|
|
947
|
+
/** 是否启用 */
|
|
948
|
+
enable?: boolean;
|
|
949
|
+
/** 排序 */
|
|
950
|
+
sort?: number;
|
|
951
|
+
/** 可见范围: 1-仅自己;2-全部可见 */
|
|
952
|
+
viewScope?: string;
|
|
953
|
+
/** 资源id集合 */
|
|
954
|
+
resourceIds: string[];
|
|
955
|
+
/** 应用id */
|
|
956
|
+
appId?: string;
|
|
957
|
+
};
|
|
958
|
+
|
|
959
|
+
type PubRoleBo = {
|
|
960
|
+
/** 主键id */
|
|
961
|
+
id?: string;
|
|
962
|
+
/** 角色名称 */
|
|
963
|
+
name?: string;
|
|
964
|
+
/** 编码(唯一) */
|
|
965
|
+
code?: string;
|
|
966
|
+
/** 描述 */
|
|
967
|
+
description?: string;
|
|
968
|
+
/** 是否启用:0否1是 */
|
|
969
|
+
enable?: boolean;
|
|
970
|
+
/** 创建id */
|
|
971
|
+
createdBy?: string;
|
|
972
|
+
/** 创建时间 */
|
|
973
|
+
createTime?: string;
|
|
974
|
+
/** 更新人id */
|
|
975
|
+
updatedBy?: string;
|
|
976
|
+
/** 更新时间 */
|
|
977
|
+
updateTime?: string;
|
|
978
|
+
/** 是否删除,0:否,1:是 */
|
|
979
|
+
deleted?: boolean;
|
|
980
|
+
/** 可见范围: 1-仅自己;2-全部可见 */
|
|
981
|
+
viewScope?: string;
|
|
982
|
+
/** 创建组织id */
|
|
983
|
+
createOrgId?: string;
|
|
984
|
+
/** 创建组织名称 */
|
|
985
|
+
createOrgName?: string;
|
|
986
|
+
/** 应用id */
|
|
987
|
+
appId?: string;
|
|
988
|
+
/** 租户id */
|
|
989
|
+
tenantId?: string;
|
|
990
|
+
/** 创建人姓名 */
|
|
991
|
+
createUserName?: string;
|
|
992
|
+
/** 应用名称 */
|
|
993
|
+
appName?: string;
|
|
994
|
+
};
|
|
995
|
+
|
|
996
|
+
type PubRoleGroup = {
|
|
997
|
+
/** id */
|
|
998
|
+
id?: string;
|
|
999
|
+
/** 角色组名称 */
|
|
1000
|
+
name?: string;
|
|
1001
|
+
/** 角色ids,多个以逗号分隔 */
|
|
1002
|
+
roleIds?: string;
|
|
1003
|
+
/** 描述 */
|
|
1004
|
+
description?: string;
|
|
1005
|
+
/** 是否启用:0否1是 */
|
|
1006
|
+
enable?: boolean;
|
|
1007
|
+
roles?: PubRole[];
|
|
1008
|
+
/** 排序 */
|
|
1009
|
+
sort?: number;
|
|
1010
|
+
/** 删除标识, 0-未删除, 1-删除 */
|
|
1011
|
+
isDeleted?: string;
|
|
1012
|
+
/** 创建组织id */
|
|
1013
|
+
createOrgId?: string;
|
|
1014
|
+
/** 创建组织名称 */
|
|
1015
|
+
createOrgName?: string;
|
|
1016
|
+
/** 创建组织名称 */
|
|
1017
|
+
createUserName?: string;
|
|
1018
|
+
/** 更新用户id */
|
|
1019
|
+
updatedBy?: string;
|
|
1020
|
+
/** 更新时间 */
|
|
1021
|
+
updateTime?: string;
|
|
1022
|
+
/** 创建用户id */
|
|
1023
|
+
createdBy?: string;
|
|
1024
|
+
/** 创建时间 */
|
|
1025
|
+
createTime?: string;
|
|
1026
|
+
/** 租户id */
|
|
1027
|
+
tenantId?: string;
|
|
1028
|
+
};
|
|
1029
|
+
|
|
1030
|
+
type PubRoleGroupAddDto = {
|
|
1031
|
+
/** 角色组名称 */
|
|
1032
|
+
name: string;
|
|
1033
|
+
/** 角色ids,多个以逗号分隔 */
|
|
1034
|
+
roleIds: string;
|
|
1035
|
+
/** 描述 */
|
|
1036
|
+
description?: string;
|
|
1037
|
+
/** 是否启用:0否1是 */
|
|
1038
|
+
enable: boolean;
|
|
1039
|
+
};
|
|
1040
|
+
|
|
1041
|
+
type PubRoleGroupQueryDto = {
|
|
1042
|
+
currentPage?: number;
|
|
1043
|
+
pageSize?: number;
|
|
1044
|
+
doSearchTotal?: boolean;
|
|
1045
|
+
/** 角色组名称 */
|
|
1046
|
+
name?: string;
|
|
1047
|
+
/** 是否启用:0否1是 */
|
|
1048
|
+
enable?: string;
|
|
1049
|
+
};
|
|
1050
|
+
|
|
1051
|
+
type PubRoleGroupUpdateDto = {
|
|
1052
|
+
/** id */
|
|
1053
|
+
id: string;
|
|
1054
|
+
/** 角色组名称 */
|
|
1055
|
+
name: string;
|
|
1056
|
+
/** 角色ids,多个以逗号分隔 */
|
|
1057
|
+
roleIds: string;
|
|
1058
|
+
/** 描述 */
|
|
1059
|
+
description?: string;
|
|
1060
|
+
/** 是否启用:0否1是 */
|
|
1061
|
+
enable: boolean;
|
|
1062
|
+
};
|
|
1063
|
+
|
|
1064
|
+
type PubRoleQueryDto = {
|
|
1065
|
+
currentPage?: number;
|
|
1066
|
+
pageSize?: number;
|
|
1067
|
+
doSearchTotal?: boolean;
|
|
1068
|
+
/** 角色名称 */
|
|
1069
|
+
name?: string;
|
|
1070
|
+
/** 所属应用 */
|
|
1071
|
+
appId?: string;
|
|
1072
|
+
/** 角色ID */
|
|
1073
|
+
roleId?: string;
|
|
1074
|
+
};
|
|
1075
|
+
|
|
1076
|
+
type PubRoleResourceBo = {
|
|
1077
|
+
/** 主键id */
|
|
1078
|
+
id?: string;
|
|
1079
|
+
/** 角色名称 */
|
|
1080
|
+
name?: string;
|
|
1081
|
+
/** 编码(唯一) */
|
|
1082
|
+
code?: string;
|
|
1083
|
+
/** 描述 */
|
|
1084
|
+
description?: string;
|
|
1085
|
+
/** 是否启用:0否1是 */
|
|
1086
|
+
enable?: boolean;
|
|
1087
|
+
/** 创建id */
|
|
1088
|
+
createdBy?: string;
|
|
1089
|
+
/** 创建时间 */
|
|
1090
|
+
createTime?: string;
|
|
1091
|
+
/** 更新人id */
|
|
1092
|
+
updatedBy?: string;
|
|
1093
|
+
/** 更新时间 */
|
|
1094
|
+
updateTime?: string;
|
|
1095
|
+
/** 是否删除,0:否,1:是 */
|
|
1096
|
+
deleted?: boolean;
|
|
1097
|
+
/** 可见范围: 1-仅自己;2-全部可见 */
|
|
1098
|
+
viewScope?: string;
|
|
1099
|
+
/** 创建组织id */
|
|
1100
|
+
createOrgId?: string;
|
|
1101
|
+
/** 创建组织名称 */
|
|
1102
|
+
createOrgName?: string;
|
|
1103
|
+
/** 应用id */
|
|
1104
|
+
appId?: string;
|
|
1105
|
+
/** 租户id */
|
|
1106
|
+
tenantId?: string;
|
|
1107
|
+
/** 创建人姓名 */
|
|
1108
|
+
createUserName?: string;
|
|
1109
|
+
/** 应用名称 */
|
|
1110
|
+
appName?: string;
|
|
1111
|
+
resourceIds?: string[];
|
|
1112
|
+
};
|
|
1113
|
+
|
|
1114
|
+
type PubRoleUpdateDto = {
|
|
1115
|
+
/** 主键id */
|
|
1116
|
+
id?: string;
|
|
1117
|
+
/** 角色名称 */
|
|
1118
|
+
name?: string;
|
|
1119
|
+
/** 描述 */
|
|
1120
|
+
description?: string;
|
|
1121
|
+
/** 是否启用 */
|
|
1122
|
+
enable?: boolean;
|
|
1123
|
+
/** 排序 */
|
|
1124
|
+
sort?: number;
|
|
1125
|
+
/** 可见范围: 1-仅自己;2-全部可见 */
|
|
1126
|
+
viewScope?: string;
|
|
1127
|
+
/** 资源id集合 */
|
|
1128
|
+
resourceIds?: string[];
|
|
1129
|
+
};
|
|
1130
|
+
|
|
1131
|
+
type PubTenant = {
|
|
1132
|
+
/** 主键id */
|
|
1133
|
+
id?: string;
|
|
1134
|
+
/** 租户名称 */
|
|
1135
|
+
name?: string;
|
|
1136
|
+
/** 租户编码 */
|
|
1137
|
+
tenantCode?: string;
|
|
1138
|
+
/** 结束时间 */
|
|
1139
|
+
tenantEndTime?: string;
|
|
1140
|
+
/** 开始时间 */
|
|
1141
|
+
tenantStartTime?: string;
|
|
1142
|
+
/** 创建id */
|
|
1143
|
+
createdBy?: string;
|
|
1144
|
+
/** 创建时间 */
|
|
1145
|
+
createTime?: string;
|
|
1146
|
+
/** 是否启用,0:否,1:是 */
|
|
1147
|
+
enable?: boolean;
|
|
1148
|
+
/** 更新人id */
|
|
1149
|
+
updatedBy?: string;
|
|
1150
|
+
/** 二级域名 */
|
|
1151
|
+
subDomain?: string;
|
|
1152
|
+
/** 更新时间 */
|
|
1153
|
+
updateTime?: string;
|
|
1154
|
+
/** 是否删除,0:否,1:是 */
|
|
1155
|
+
deleted?: boolean;
|
|
1156
|
+
};
|
|
1157
|
+
|
|
1158
|
+
type PubTenantBo = {
|
|
1159
|
+
/** 主键id */
|
|
1160
|
+
id?: string;
|
|
1161
|
+
/** 租户名称 */
|
|
1162
|
+
name?: string;
|
|
1163
|
+
/** 租户编码 */
|
|
1164
|
+
tenantCode?: string;
|
|
1165
|
+
/** 结束时间 */
|
|
1166
|
+
tenantEndTime?: string;
|
|
1167
|
+
/** 开始时间 */
|
|
1168
|
+
tenantStartTime?: string;
|
|
1169
|
+
/** 创建id */
|
|
1170
|
+
createdBy?: string;
|
|
1171
|
+
/** 创建时间 */
|
|
1172
|
+
createTime?: string;
|
|
1173
|
+
/** 是否启用,0:否,1:是 */
|
|
1174
|
+
enable?: boolean;
|
|
1175
|
+
/** 更新人id */
|
|
1176
|
+
updatedBy?: string;
|
|
1177
|
+
/** 二级域名 */
|
|
1178
|
+
subDomain?: string;
|
|
1179
|
+
/** 更新时间 */
|
|
1180
|
+
updateTime?: string;
|
|
1181
|
+
/** 是否删除,0:否,1:是 */
|
|
1182
|
+
deleted?: boolean;
|
|
1183
|
+
resourceIds?: string[];
|
|
1184
|
+
pubUserAdmin?: string;
|
|
1185
|
+
};
|
|
1186
|
+
|
|
1187
|
+
type PubTenantDto = {
|
|
1188
|
+
/** 租户id */
|
|
1189
|
+
id?: string;
|
|
1190
|
+
/** 租户名称 */
|
|
1191
|
+
name?: string;
|
|
1192
|
+
/** 租户编码 */
|
|
1193
|
+
tenantCode?: string;
|
|
1194
|
+
/** 结束时间 */
|
|
1195
|
+
tenantEndTime?: string;
|
|
1196
|
+
/** 开始时间 */
|
|
1197
|
+
tenantStartTime?: string;
|
|
1198
|
+
/** 是否启用,0:否,1:是 */
|
|
1199
|
+
enable?: boolean;
|
|
1200
|
+
/** 管理员账号 */
|
|
1201
|
+
pubUserAdmin?: string;
|
|
1202
|
+
/** 资源列表 */
|
|
1203
|
+
pubTenantResourcelist?: PubTenantResource[];
|
|
1204
|
+
/** 二级域名 */
|
|
1205
|
+
subDomain?: string;
|
|
1206
|
+
};
|
|
1207
|
+
|
|
1208
|
+
type PubTenantQueryDto = {
|
|
1209
|
+
currentPage?: number;
|
|
1210
|
+
pageSize?: number;
|
|
1211
|
+
doSearchTotal?: boolean;
|
|
1212
|
+
/** 租户名称 */
|
|
1213
|
+
name?: string;
|
|
1214
|
+
/** 租户编码 */
|
|
1215
|
+
tenantCode?: string;
|
|
1216
|
+
/** 结束时间开始范围 */
|
|
1217
|
+
tenantEndTimeStart?: string;
|
|
1218
|
+
/** 结束时间结束范围 */
|
|
1219
|
+
tenantEndTimeEnd?: string;
|
|
1220
|
+
/** 开始时间开始范围 */
|
|
1221
|
+
tenantStartTime?: string;
|
|
1222
|
+
/** 开始时间结束范围 */
|
|
1223
|
+
tenantStartTimeEnd?: string;
|
|
1224
|
+
};
|
|
1225
|
+
|
|
1226
|
+
type PubTenantResource = {
|
|
1227
|
+
/** 主键id */
|
|
1228
|
+
id?: string;
|
|
1229
|
+
/** 资源id */
|
|
1230
|
+
resourceId?: string;
|
|
1231
|
+
/** 租户id */
|
|
1232
|
+
tenantId?: string;
|
|
1233
|
+
/** 创建id */
|
|
1234
|
+
createdBy?: string;
|
|
1235
|
+
/** 创建时间 */
|
|
1236
|
+
createTime?: string;
|
|
1237
|
+
};
|
|
1238
|
+
|
|
1239
|
+
type PubUserAddDto = {
|
|
1240
|
+
/** 登录账号 */
|
|
1241
|
+
loginName?: string;
|
|
1242
|
+
/** 登录密码 */
|
|
1243
|
+
loginPassword?: string;
|
|
1244
|
+
/** 真实姓名 */
|
|
1245
|
+
realName?: string;
|
|
1246
|
+
/** 性别 0:未知,1:男,2:女 */
|
|
1247
|
+
sex?: string;
|
|
1248
|
+
/** 昵称 */
|
|
1249
|
+
nickName?: string;
|
|
1250
|
+
/** 手机号 */
|
|
1251
|
+
mobile?: string;
|
|
1252
|
+
/** 联系地址 */
|
|
1253
|
+
address?: string;
|
|
1254
|
+
/** 身份证号码 */
|
|
1255
|
+
idCard?: string;
|
|
1256
|
+
/** 用户头像 */
|
|
1257
|
+
userPic?: string;
|
|
1258
|
+
/** 电子邮箱 */
|
|
1259
|
+
email?: string;
|
|
1260
|
+
/** 描述 */
|
|
1261
|
+
description?: string;
|
|
1262
|
+
/** 是否启用 */
|
|
1263
|
+
enable?: boolean;
|
|
1264
|
+
/** 排序 */
|
|
1265
|
+
sort?: number;
|
|
1266
|
+
/** 用户绑定的组织和角色 */
|
|
1267
|
+
orgRoles: UserAddRoleInnerDto[];
|
|
1268
|
+
/** 用户绑定的组织和岗位 */
|
|
1269
|
+
posts?: PubUserPostDto[];
|
|
1270
|
+
/** 扩展信息 */
|
|
1271
|
+
extendInfo?: Record<string, any>;
|
|
1272
|
+
};
|
|
1273
|
+
|
|
1274
|
+
type PubUserAndOrgQueryDto = {
|
|
1275
|
+
/** 用户id */
|
|
1276
|
+
userId?: string;
|
|
1277
|
+
/** 组织id */
|
|
1278
|
+
orgId?: string;
|
|
1279
|
+
};
|
|
1280
|
+
|
|
1281
|
+
type PubUserBo = {
|
|
1282
|
+
/** 主键 */
|
|
1283
|
+
id?: string;
|
|
1284
|
+
/** 所属组织,当前为组织 */
|
|
1285
|
+
orgId?: string;
|
|
1286
|
+
/** 登录账号 */
|
|
1287
|
+
loginName?: string;
|
|
1288
|
+
/** 登录密码 */
|
|
1289
|
+
loginPassword?: string;
|
|
1290
|
+
/** 真实姓名 */
|
|
1291
|
+
realName?: string;
|
|
1292
|
+
/** 性别 0:未知,1:男,2:女 */
|
|
1293
|
+
sex?: string;
|
|
1294
|
+
/** 昵称 */
|
|
1295
|
+
nickName?: string;
|
|
1296
|
+
/** 手机号 */
|
|
1297
|
+
mobile?: string;
|
|
1298
|
+
/** 联系地址 */
|
|
1299
|
+
address?: string;
|
|
1300
|
+
/** 身份证号码 */
|
|
1301
|
+
idCard?: string;
|
|
1302
|
+
/** 用户头像 */
|
|
1303
|
+
userPic?: string;
|
|
1304
|
+
/** 电子邮箱 */
|
|
1305
|
+
email?: string;
|
|
1306
|
+
/** 描述 */
|
|
1307
|
+
description?: string;
|
|
1308
|
+
/** 是否启用,0:否,1:是 */
|
|
1309
|
+
enable?: boolean;
|
|
1310
|
+
/** 是否删除,0:否,1:是 */
|
|
1311
|
+
deleted?: boolean;
|
|
1312
|
+
/** 创建id */
|
|
1313
|
+
createdBy?: string;
|
|
1314
|
+
/** 创建时间 */
|
|
1315
|
+
createTime?: string;
|
|
1316
|
+
/** 更新人id */
|
|
1317
|
+
updatedBy?: string;
|
|
1318
|
+
/** 更新时间 */
|
|
1319
|
+
updateTime?: string;
|
|
1320
|
+
userType?: string;
|
|
1321
|
+
/** 扩展信息 */
|
|
1322
|
+
extendInfo?: Record<string, any>;
|
|
1323
|
+
/** 是否收藏 */
|
|
1324
|
+
collect?: boolean;
|
|
1325
|
+
tenantId?: string;
|
|
1326
|
+
/** 用户组织信息 */
|
|
1327
|
+
userOrgList?: PubUserOrgBo[];
|
|
1328
|
+
};
|
|
1329
|
+
|
|
1330
|
+
type PubUserCollect = {
|
|
1331
|
+
/** 主键 */
|
|
1332
|
+
id?: string;
|
|
1333
|
+
/** 1:组织,2:用户 */
|
|
1334
|
+
type?: string;
|
|
1335
|
+
/** 用户id */
|
|
1336
|
+
userId?: string;
|
|
1337
|
+
/** 用户姓名 */
|
|
1338
|
+
userName?: string;
|
|
1339
|
+
/** 组织id */
|
|
1340
|
+
orgId?: string;
|
|
1341
|
+
/** 组织名称 */
|
|
1342
|
+
orgName?: string;
|
|
1343
|
+
/** 组织全名称 */
|
|
1344
|
+
fullOrgName?: string;
|
|
1345
|
+
/** 创建人id */
|
|
1346
|
+
createdBy?: string;
|
|
1347
|
+
/** 创建时间 */
|
|
1348
|
+
createTime?: string;
|
|
1349
|
+
/** 更新人id */
|
|
1350
|
+
updatedBy?: string;
|
|
1351
|
+
/** 更新时间 */
|
|
1352
|
+
updateTime?: string;
|
|
1353
|
+
tenantId?: string;
|
|
1354
|
+
};
|
|
1355
|
+
|
|
1356
|
+
type PubUserCollectDto = {
|
|
1357
|
+
currentPage?: number;
|
|
1358
|
+
pageSize?: number;
|
|
1359
|
+
doSearchTotal?: boolean;
|
|
1360
|
+
/** 主键 */
|
|
1361
|
+
id?: string;
|
|
1362
|
+
/** 1:组织,2:用户 */
|
|
1363
|
+
type?: string;
|
|
1364
|
+
/** 用户id */
|
|
1365
|
+
userId?: string;
|
|
1366
|
+
/** 用户姓名 */
|
|
1367
|
+
userName?: string;
|
|
1368
|
+
/** 组织id */
|
|
1369
|
+
orgId?: string;
|
|
1370
|
+
/** 组织名称 */
|
|
1371
|
+
orgName?: string;
|
|
1372
|
+
/** 创建人id */
|
|
1373
|
+
createdBy?: string;
|
|
1374
|
+
/** 创建时间 */
|
|
1375
|
+
createTime?: string;
|
|
1376
|
+
/** 更新人id */
|
|
1377
|
+
updatedBy?: string;
|
|
1378
|
+
/** 更新时间 */
|
|
1379
|
+
updateTime?: string;
|
|
1380
|
+
};
|
|
1381
|
+
|
|
1382
|
+
type PubUserDto = {
|
|
1383
|
+
/** 主键 */
|
|
1384
|
+
id?: string;
|
|
1385
|
+
/** 所属组织,当前为组织 */
|
|
1386
|
+
orgId?: string;
|
|
1387
|
+
/** 登录账号 */
|
|
1388
|
+
loginName?: string;
|
|
1389
|
+
/** 真实姓名 */
|
|
1390
|
+
realName?: string;
|
|
1391
|
+
/** 性别 0:未知,1:男,2:女 */
|
|
1392
|
+
sex?: string;
|
|
1393
|
+
/** 昵称 */
|
|
1394
|
+
nickName?: string;
|
|
1395
|
+
/** 是否启用,0:否,1:是 */
|
|
1396
|
+
enable?: boolean;
|
|
1397
|
+
/** 是否删除,0:否,1:是 */
|
|
1398
|
+
deleted?: boolean;
|
|
1399
|
+
userType?: string;
|
|
1400
|
+
/** 是否收藏 */
|
|
1401
|
+
collect?: boolean;
|
|
1402
|
+
/** 组织名称 */
|
|
1403
|
+
orgName?: string;
|
|
1404
|
+
/** 组织全称 */
|
|
1405
|
+
fullOrgName?: string;
|
|
1406
|
+
/** 是否为 主组织 */
|
|
1407
|
+
main?: boolean;
|
|
1408
|
+
/** 用户id */
|
|
1409
|
+
userId?: string;
|
|
1410
|
+
userInfo?: PubUserDto;
|
|
1411
|
+
};
|
|
1412
|
+
|
|
1413
|
+
type PubUserOrgBo = {
|
|
1414
|
+
/** 组织id */
|
|
1415
|
+
orgId?: string;
|
|
1416
|
+
/** 组织名称 */
|
|
1417
|
+
orgName?: string;
|
|
1418
|
+
/** 组织全称 */
|
|
1419
|
+
fullOrgName?: string;
|
|
1420
|
+
/** 是否为 主组织 */
|
|
1421
|
+
main?: boolean;
|
|
1422
|
+
/** 用户id */
|
|
1423
|
+
userId?: string;
|
|
1424
|
+
/** 用户名 */
|
|
1425
|
+
userName?: string;
|
|
1426
|
+
/** 角色列表 */
|
|
1427
|
+
roles?: PubUserOrgRoleBo[];
|
|
1428
|
+
/** 岗位列表 */
|
|
1429
|
+
posts?: PubUserOrgPostBo[];
|
|
1430
|
+
/** 是否收藏 */
|
|
1431
|
+
collect?: boolean;
|
|
1432
|
+
};
|
|
1433
|
+
|
|
1434
|
+
type PubUserOrgPostBo = {
|
|
1435
|
+
/** 组织id */
|
|
1436
|
+
orgId?: string;
|
|
1437
|
+
/** 组织名称 */
|
|
1438
|
+
orgName?: string;
|
|
1439
|
+
/** 岗位id */
|
|
1440
|
+
postId?: string;
|
|
1441
|
+
/** 岗位名称 */
|
|
1442
|
+
postName?: string;
|
|
1443
|
+
/** 岗位编码 */
|
|
1444
|
+
postCode?: string;
|
|
1445
|
+
/** 岗位描述 */
|
|
1446
|
+
postDescription?: string;
|
|
1447
|
+
};
|
|
1448
|
+
|
|
1449
|
+
type PubUserOrgRoleBo = {
|
|
1450
|
+
/** id */
|
|
1451
|
+
id?: string;
|
|
1452
|
+
/** 组织id */
|
|
1453
|
+
orgId?: string;
|
|
1454
|
+
/** 组织名称 */
|
|
1455
|
+
orgName?: string;
|
|
1456
|
+
/** 组织路径 */
|
|
1457
|
+
idPath?: string;
|
|
1458
|
+
/** 组织全称 */
|
|
1459
|
+
orgFullName?: string;
|
|
1460
|
+
/** 角色id */
|
|
1461
|
+
roleId?: string;
|
|
1462
|
+
/** 角色名称 */
|
|
1463
|
+
roleName?: string;
|
|
1464
|
+
/** 角色描述 */
|
|
1465
|
+
roleDescription?: string;
|
|
1466
|
+
/** 角色编码 */
|
|
1467
|
+
roleCode?: string;
|
|
1468
|
+
/** 用户姓名 */
|
|
1469
|
+
realName?: string;
|
|
1470
|
+
};
|
|
1471
|
+
|
|
1472
|
+
type PubUserPostDto = {
|
|
1473
|
+
/** 组织id */
|
|
1474
|
+
orgId?: string;
|
|
1475
|
+
/** 岗位id集合 */
|
|
1476
|
+
postIds: string[];
|
|
1477
|
+
};
|
|
1478
|
+
|
|
1479
|
+
type PubUserQueryDto = {
|
|
1480
|
+
currentPage?: number;
|
|
1481
|
+
pageSize?: number;
|
|
1482
|
+
doSearchTotal?: boolean;
|
|
1483
|
+
/** 组织id */
|
|
1484
|
+
orgId?: string;
|
|
1485
|
+
/** 登录账号 */
|
|
1486
|
+
loginName?: string;
|
|
1487
|
+
/** 真实姓名 */
|
|
1488
|
+
realName?: string;
|
|
1489
|
+
/** 是否启用 */
|
|
1490
|
+
enable?: boolean;
|
|
1491
|
+
/** 是否显示是否收藏,默认不显示 */
|
|
1492
|
+
showIsCollect?: boolean;
|
|
1493
|
+
};
|
|
1494
|
+
|
|
1495
|
+
type PubUserSplitOrgQueryDto = {
|
|
1496
|
+
currentPage?: number;
|
|
1497
|
+
pageSize?: number;
|
|
1498
|
+
doSearchTotal?: boolean;
|
|
1499
|
+
/** 组织id */
|
|
1500
|
+
orgId?: string;
|
|
1501
|
+
/** 登录账号 */
|
|
1502
|
+
loginName?: string;
|
|
1503
|
+
/** 真实姓名 */
|
|
1504
|
+
realName?: string;
|
|
1505
|
+
/** 是否启用 */
|
|
1506
|
+
enable?: boolean;
|
|
1507
|
+
/** 是否显示是否收藏,默认不显示 */
|
|
1508
|
+
showIsCollect?: boolean;
|
|
1509
|
+
};
|
|
1510
|
+
|
|
1511
|
+
type PubUserUpdateDto = {
|
|
1512
|
+
/** id */
|
|
1513
|
+
id: string;
|
|
1514
|
+
/** 真实姓名 */
|
|
1515
|
+
realName?: string;
|
|
1516
|
+
/** 性别 0:未知,1:男,2:女 */
|
|
1517
|
+
sex?: string;
|
|
1518
|
+
/** 昵称 */
|
|
1519
|
+
nickName?: string;
|
|
1520
|
+
/** 手机号 */
|
|
1521
|
+
mobile?: string;
|
|
1522
|
+
/** 联系地址 */
|
|
1523
|
+
address?: string;
|
|
1524
|
+
/** 身份证号码 */
|
|
1525
|
+
idCard?: string;
|
|
1526
|
+
/** 用户头像 */
|
|
1527
|
+
userPic?: string;
|
|
1528
|
+
/** 电子邮箱 */
|
|
1529
|
+
email?: string;
|
|
1530
|
+
/** 描述 */
|
|
1531
|
+
description?: string;
|
|
1532
|
+
/** 是否启用 */
|
|
1533
|
+
enable?: boolean;
|
|
1534
|
+
/** 用户绑定的组织和角色 */
|
|
1535
|
+
orgRoles: UserAddRoleInnerDto[];
|
|
1536
|
+
/** 用户绑定的组织和岗位 */
|
|
1537
|
+
posts?: PubUserPostDto[];
|
|
1538
|
+
/** 扩展信息 */
|
|
1539
|
+
extendInfo?: Record<string, any>;
|
|
1540
|
+
};
|
|
1541
|
+
|
|
1542
|
+
type PubUserUsed = {
|
|
1543
|
+
/** 主键 */
|
|
1544
|
+
id?: string;
|
|
1545
|
+
/** 1:组织,2:用户 */
|
|
1546
|
+
type?: string;
|
|
1547
|
+
/** 用户id */
|
|
1548
|
+
userId?: string;
|
|
1549
|
+
/** 用户姓名 */
|
|
1550
|
+
userName?: string;
|
|
1551
|
+
/** 组织id */
|
|
1552
|
+
orgId?: string;
|
|
1553
|
+
/** 组织名称 */
|
|
1554
|
+
orgName?: string;
|
|
1555
|
+
/** 组织全名称 */
|
|
1556
|
+
fullOrgName?: string;
|
|
1557
|
+
/** 创建人id */
|
|
1558
|
+
createdBy?: string;
|
|
1559
|
+
/** 创建时间 */
|
|
1560
|
+
createTime?: string;
|
|
1561
|
+
/** 更新人 */
|
|
1562
|
+
updatedBy?: string;
|
|
1563
|
+
/** 更新时间 */
|
|
1564
|
+
updateTime?: string;
|
|
1565
|
+
/** 是否收藏 */
|
|
1566
|
+
collect?: boolean;
|
|
1567
|
+
tenantId?: string;
|
|
1568
|
+
};
|
|
1569
|
+
|
|
1570
|
+
type PubUserUsedDto = {
|
|
1571
|
+
currentPage?: number;
|
|
1572
|
+
pageSize?: number;
|
|
1573
|
+
doSearchTotal?: boolean;
|
|
1574
|
+
/** 主键 */
|
|
1575
|
+
id?: string;
|
|
1576
|
+
/** 1:组织,2:用户 */
|
|
1577
|
+
type?: string;
|
|
1578
|
+
/** 用户id */
|
|
1579
|
+
userId?: string;
|
|
1580
|
+
/** 用户姓名 */
|
|
1581
|
+
userName?: string;
|
|
1582
|
+
/** 组织id */
|
|
1583
|
+
orgId?: string;
|
|
1584
|
+
/** 组织名称 */
|
|
1585
|
+
orgName?: string;
|
|
1586
|
+
/** 创建人id */
|
|
1587
|
+
createdBy?: string;
|
|
1588
|
+
/** 创建时间 */
|
|
1589
|
+
createTime?: string;
|
|
1590
|
+
/** 更新人 */
|
|
1591
|
+
updatedBy?: string;
|
|
1592
|
+
/** 更新时间 */
|
|
1593
|
+
updateTime?: string;
|
|
1594
|
+
/** 是否显示是否收藏,默认不显示 */
|
|
1595
|
+
showIsCollect?: boolean;
|
|
1596
|
+
};
|
|
1597
|
+
|
|
1598
|
+
type putRbacUserChangePasswordParams = {
|
|
1599
|
+
/** 原密码(使用公钥加密) */
|
|
1600
|
+
oldPassword: string;
|
|
1601
|
+
/** 新密码(使用公钥加密) */
|
|
1602
|
+
newPassword: string;
|
|
1603
|
+
};
|
|
1604
|
+
|
|
1605
|
+
type putRbacUserResetPasswordParams = {
|
|
1606
|
+
/** 用户id */
|
|
1607
|
+
userId: string;
|
|
1608
|
+
};
|
|
1609
|
+
|
|
1610
|
+
type ResponseData = {
|
|
1611
|
+
code?: number;
|
|
1612
|
+
msg?: string;
|
|
1613
|
+
hint?: string;
|
|
1614
|
+
data?: Record<string, any>;
|
|
1615
|
+
success?: boolean;
|
|
1616
|
+
};
|
|
1617
|
+
|
|
1618
|
+
type ResponseDataBoolean = {
|
|
1619
|
+
code?: number;
|
|
1620
|
+
msg?: string;
|
|
1621
|
+
hint?: string;
|
|
1622
|
+
data?: boolean;
|
|
1623
|
+
success?: boolean;
|
|
1624
|
+
};
|
|
1625
|
+
|
|
1626
|
+
type ResponseDataListPubOrg = {
|
|
1627
|
+
code?: number;
|
|
1628
|
+
msg?: string;
|
|
1629
|
+
hint?: string;
|
|
1630
|
+
data?: PubOrg[];
|
|
1631
|
+
success?: boolean;
|
|
1632
|
+
};
|
|
1633
|
+
|
|
1634
|
+
type ResponseDataListPubPost = {
|
|
1635
|
+
code?: number;
|
|
1636
|
+
msg?: string;
|
|
1637
|
+
hint?: string;
|
|
1638
|
+
data?: PubPost[];
|
|
1639
|
+
success?: boolean;
|
|
1640
|
+
};
|
|
1641
|
+
|
|
1642
|
+
type ResponseDataListPubResource = {
|
|
1643
|
+
code?: number;
|
|
1644
|
+
msg?: string;
|
|
1645
|
+
hint?: string;
|
|
1646
|
+
data?: PubResource[];
|
|
1647
|
+
success?: boolean;
|
|
1648
|
+
};
|
|
1649
|
+
|
|
1650
|
+
type ResponseDataListPubResourceBackupBO = {
|
|
1651
|
+
code?: number;
|
|
1652
|
+
msg?: string;
|
|
1653
|
+
hint?: string;
|
|
1654
|
+
data?: PubResourceBackupBO[];
|
|
1655
|
+
success?: boolean;
|
|
1656
|
+
};
|
|
1657
|
+
|
|
1658
|
+
type ResponseDataListPubResourceTreeBo = {
|
|
1659
|
+
code?: number;
|
|
1660
|
+
msg?: string;
|
|
1661
|
+
hint?: string;
|
|
1662
|
+
data?: PubResourceTreeBo[];
|
|
1663
|
+
success?: boolean;
|
|
1664
|
+
};
|
|
1665
|
+
|
|
1666
|
+
type ResponseDataListPubRole = {
|
|
1667
|
+
code?: number;
|
|
1668
|
+
msg?: string;
|
|
1669
|
+
hint?: string;
|
|
1670
|
+
data?: PubRole[];
|
|
1671
|
+
success?: boolean;
|
|
1672
|
+
};
|
|
1673
|
+
|
|
1674
|
+
type ResponseDataListPubRoleBo = {
|
|
1675
|
+
code?: number;
|
|
1676
|
+
msg?: string;
|
|
1677
|
+
hint?: string;
|
|
1678
|
+
data?: PubRoleBo[];
|
|
1679
|
+
success?: boolean;
|
|
1680
|
+
};
|
|
1681
|
+
|
|
1682
|
+
type ResponseDataListPubRoleGroup = {
|
|
1683
|
+
code?: number;
|
|
1684
|
+
msg?: string;
|
|
1685
|
+
hint?: string;
|
|
1686
|
+
data?: PubRoleGroup[];
|
|
1687
|
+
success?: boolean;
|
|
1688
|
+
};
|
|
1689
|
+
|
|
1690
|
+
type ResponseDataListPubUserDto = {
|
|
1691
|
+
code?: number;
|
|
1692
|
+
msg?: string;
|
|
1693
|
+
hint?: string;
|
|
1694
|
+
data?: PubUserDto[];
|
|
1695
|
+
success?: boolean;
|
|
1696
|
+
};
|
|
1697
|
+
|
|
1698
|
+
type ResponseDataListshujuquanxianshituduixiang = {
|
|
1699
|
+
code?: number;
|
|
1700
|
+
msg?: string;
|
|
1701
|
+
hint?: string;
|
|
1702
|
+
data?: shujuquanxianshituduixiang[];
|
|
1703
|
+
success?: boolean;
|
|
1704
|
+
};
|
|
1705
|
+
|
|
1706
|
+
type ResponseDataListString = {
|
|
1707
|
+
code?: number;
|
|
1708
|
+
msg?: string;
|
|
1709
|
+
hint?: string;
|
|
1710
|
+
data?: string[];
|
|
1711
|
+
success?: boolean;
|
|
1712
|
+
};
|
|
1713
|
+
|
|
1714
|
+
type ResponseDataPageDataPubOrg = {
|
|
1715
|
+
code?: number;
|
|
1716
|
+
msg?: string;
|
|
1717
|
+
hint?: string;
|
|
1718
|
+
data?: PageDataPubOrg;
|
|
1719
|
+
success?: boolean;
|
|
1720
|
+
};
|
|
1721
|
+
|
|
1722
|
+
type ResponseDataPageDataPubOrgBo = {
|
|
1723
|
+
code?: number;
|
|
1724
|
+
msg?: string;
|
|
1725
|
+
hint?: string;
|
|
1726
|
+
data?: PageDataPubOrgBo;
|
|
1727
|
+
success?: boolean;
|
|
1728
|
+
};
|
|
1729
|
+
|
|
1730
|
+
type ResponseDataPageDataPubPost = {
|
|
1731
|
+
code?: number;
|
|
1732
|
+
msg?: string;
|
|
1733
|
+
hint?: string;
|
|
1734
|
+
data?: PageDataPubPost;
|
|
1735
|
+
success?: boolean;
|
|
1736
|
+
};
|
|
1737
|
+
|
|
1738
|
+
type ResponseDataPageDataPubRoleBo = {
|
|
1739
|
+
code?: number;
|
|
1740
|
+
msg?: string;
|
|
1741
|
+
hint?: string;
|
|
1742
|
+
data?: PageDataPubRoleBo;
|
|
1743
|
+
success?: boolean;
|
|
1744
|
+
};
|
|
1745
|
+
|
|
1746
|
+
type ResponseDataPageDataPubRoleGroup = {
|
|
1747
|
+
code?: number;
|
|
1748
|
+
msg?: string;
|
|
1749
|
+
hint?: string;
|
|
1750
|
+
data?: PageDataPubRoleGroup;
|
|
1751
|
+
success?: boolean;
|
|
1752
|
+
};
|
|
1753
|
+
|
|
1754
|
+
type ResponseDataPageDataPubTenant = {
|
|
1755
|
+
code?: number;
|
|
1756
|
+
msg?: string;
|
|
1757
|
+
hint?: string;
|
|
1758
|
+
data?: PageDataPubTenant;
|
|
1759
|
+
success?: boolean;
|
|
1760
|
+
};
|
|
1761
|
+
|
|
1762
|
+
type ResponseDataPageDataPubUserBo = {
|
|
1763
|
+
code?: number;
|
|
1764
|
+
msg?: string;
|
|
1765
|
+
hint?: string;
|
|
1766
|
+
data?: PageDataPubUserBo;
|
|
1767
|
+
success?: boolean;
|
|
1768
|
+
};
|
|
1769
|
+
|
|
1770
|
+
type ResponseDataPageDataPubUserCollect = {
|
|
1771
|
+
code?: number;
|
|
1772
|
+
msg?: string;
|
|
1773
|
+
hint?: string;
|
|
1774
|
+
data?: PageDataPubUserCollect;
|
|
1775
|
+
success?: boolean;
|
|
1776
|
+
};
|
|
1777
|
+
|
|
1778
|
+
type ResponseDataPageDataPubUserOrgBo = {
|
|
1779
|
+
code?: number;
|
|
1780
|
+
msg?: string;
|
|
1781
|
+
hint?: string;
|
|
1782
|
+
data?: PageDataPubUserOrgBo;
|
|
1783
|
+
success?: boolean;
|
|
1784
|
+
};
|
|
1785
|
+
|
|
1786
|
+
type ResponseDataPageDataPubUserOrgRoleBo = {
|
|
1787
|
+
code?: number;
|
|
1788
|
+
msg?: string;
|
|
1789
|
+
hint?: string;
|
|
1790
|
+
data?: PageDataPubUserOrgRoleBo;
|
|
1791
|
+
success?: boolean;
|
|
1792
|
+
};
|
|
1793
|
+
|
|
1794
|
+
type ResponseDataPageDataPubUserUsed = {
|
|
1795
|
+
code?: number;
|
|
1796
|
+
msg?: string;
|
|
1797
|
+
hint?: string;
|
|
1798
|
+
data?: PageDataPubUserUsed;
|
|
1799
|
+
success?: boolean;
|
|
1800
|
+
};
|
|
1801
|
+
|
|
1802
|
+
type ResponseDataPageDatashujuquanxianshituduixiang = {
|
|
1803
|
+
code?: number;
|
|
1804
|
+
msg?: string;
|
|
1805
|
+
hint?: string;
|
|
1806
|
+
data?: PageDatashujuquanxianshituduixiang;
|
|
1807
|
+
success?: boolean;
|
|
1808
|
+
};
|
|
1809
|
+
|
|
1810
|
+
type ResponseDataPubDataPermissions = {
|
|
1811
|
+
code?: number;
|
|
1812
|
+
msg?: string;
|
|
1813
|
+
hint?: string;
|
|
1814
|
+
data?: PubDataPermissions;
|
|
1815
|
+
success?: boolean;
|
|
1816
|
+
};
|
|
1817
|
+
|
|
1818
|
+
type ResponseDataPubOrg = {
|
|
1819
|
+
code?: number;
|
|
1820
|
+
msg?: string;
|
|
1821
|
+
hint?: string;
|
|
1822
|
+
data?: PubOrg;
|
|
1823
|
+
success?: boolean;
|
|
1824
|
+
};
|
|
1825
|
+
|
|
1826
|
+
type ResponseDataPubOrgRoleAddDto = {
|
|
1827
|
+
code?: number;
|
|
1828
|
+
msg?: string;
|
|
1829
|
+
hint?: string;
|
|
1830
|
+
data?: PubOrgRoleAddDto;
|
|
1831
|
+
success?: boolean;
|
|
1832
|
+
};
|
|
1833
|
+
|
|
1834
|
+
type ResponseDataPubOrgRoleBo = {
|
|
1835
|
+
code?: number;
|
|
1836
|
+
msg?: string;
|
|
1837
|
+
hint?: string;
|
|
1838
|
+
data?: PubOrgRoleBo;
|
|
1839
|
+
success?: boolean;
|
|
1840
|
+
};
|
|
1841
|
+
|
|
1842
|
+
type ResponseDataPubOrgTreeBo = {
|
|
1843
|
+
code?: number;
|
|
1844
|
+
msg?: string;
|
|
1845
|
+
hint?: string;
|
|
1846
|
+
data?: PubOrgTreeBo;
|
|
1847
|
+
success?: boolean;
|
|
1848
|
+
};
|
|
1849
|
+
|
|
1850
|
+
type ResponseDataPubPost = {
|
|
1851
|
+
code?: number;
|
|
1852
|
+
msg?: string;
|
|
1853
|
+
hint?: string;
|
|
1854
|
+
data?: PubPost;
|
|
1855
|
+
success?: boolean;
|
|
1856
|
+
};
|
|
1857
|
+
|
|
1858
|
+
type ResponseDataPubResource = {
|
|
1859
|
+
code?: number;
|
|
1860
|
+
msg?: string;
|
|
1861
|
+
hint?: string;
|
|
1862
|
+
data?: PubResource;
|
|
1863
|
+
success?: boolean;
|
|
1864
|
+
};
|
|
1865
|
+
|
|
1866
|
+
type ResponseDataPubResourceBackupBO = {
|
|
1867
|
+
code?: number;
|
|
1868
|
+
msg?: string;
|
|
1869
|
+
hint?: string;
|
|
1870
|
+
data?: PubResourceBackupBO;
|
|
1871
|
+
success?: boolean;
|
|
1872
|
+
};
|
|
1873
|
+
|
|
1874
|
+
type ResponseDataPubResourceExportBO = {
|
|
1875
|
+
code?: number;
|
|
1876
|
+
msg?: string;
|
|
1877
|
+
hint?: string;
|
|
1878
|
+
data?: PubResourceExportBO;
|
|
1879
|
+
success?: boolean;
|
|
1880
|
+
};
|
|
1881
|
+
|
|
1882
|
+
type ResponseDataPubRoleBo = {
|
|
1883
|
+
code?: number;
|
|
1884
|
+
msg?: string;
|
|
1885
|
+
hint?: string;
|
|
1886
|
+
data?: PubRoleBo;
|
|
1887
|
+
success?: boolean;
|
|
1888
|
+
};
|
|
1889
|
+
|
|
1890
|
+
type ResponseDataPubRoleGroup = {
|
|
1891
|
+
code?: number;
|
|
1892
|
+
msg?: string;
|
|
1893
|
+
hint?: string;
|
|
1894
|
+
data?: PubRoleGroup;
|
|
1895
|
+
success?: boolean;
|
|
1896
|
+
};
|
|
1897
|
+
|
|
1898
|
+
type ResponseDataPubRoleResourceBo = {
|
|
1899
|
+
code?: number;
|
|
1900
|
+
msg?: string;
|
|
1901
|
+
hint?: string;
|
|
1902
|
+
data?: PubRoleResourceBo;
|
|
1903
|
+
success?: boolean;
|
|
1904
|
+
};
|
|
1905
|
+
|
|
1906
|
+
type ResponseDataPubTenantBo = {
|
|
1907
|
+
code?: number;
|
|
1908
|
+
msg?: string;
|
|
1909
|
+
hint?: string;
|
|
1910
|
+
data?: PubTenantBo;
|
|
1911
|
+
success?: boolean;
|
|
1912
|
+
};
|
|
1913
|
+
|
|
1914
|
+
type ResponseDataPubUserBo = {
|
|
1915
|
+
code?: number;
|
|
1916
|
+
msg?: string;
|
|
1917
|
+
hint?: string;
|
|
1918
|
+
data?: PubUserBo;
|
|
1919
|
+
success?: boolean;
|
|
1920
|
+
};
|
|
1921
|
+
|
|
1922
|
+
type ResponseDataPubUserCollect = {
|
|
1923
|
+
code?: number;
|
|
1924
|
+
msg?: string;
|
|
1925
|
+
hint?: string;
|
|
1926
|
+
data?: PubUserCollect;
|
|
1927
|
+
success?: boolean;
|
|
1928
|
+
};
|
|
1929
|
+
|
|
1930
|
+
type ResponseDataPubUserUsed = {
|
|
1931
|
+
code?: number;
|
|
1932
|
+
msg?: string;
|
|
1933
|
+
hint?: string;
|
|
1934
|
+
data?: PubUserUsed;
|
|
1935
|
+
success?: boolean;
|
|
1936
|
+
};
|
|
1937
|
+
|
|
1938
|
+
type ResponseDatashouquanshujuquanxianduixiang = {
|
|
1939
|
+
code?: number;
|
|
1940
|
+
msg?: string;
|
|
1941
|
+
hint?: string;
|
|
1942
|
+
data?: shouquanshujuquanxianduixiang;
|
|
1943
|
+
success?: boolean;
|
|
1944
|
+
};
|
|
1945
|
+
|
|
1946
|
+
type ResponseDatashujuquanxianbianjiduixiang = {
|
|
1947
|
+
code?: number;
|
|
1948
|
+
msg?: string;
|
|
1949
|
+
hint?: string;
|
|
1950
|
+
data?: shujuquanxianbianjiduixiang;
|
|
1951
|
+
success?: boolean;
|
|
1952
|
+
};
|
|
1953
|
+
|
|
1954
|
+
type ResponseDataString = {
|
|
1955
|
+
code?: number;
|
|
1956
|
+
msg?: string;
|
|
1957
|
+
hint?: string;
|
|
1958
|
+
data?: string;
|
|
1959
|
+
success?: boolean;
|
|
1960
|
+
};
|
|
1961
|
+
|
|
1962
|
+
type ResponseDataVoid = {
|
|
1963
|
+
code?: number;
|
|
1964
|
+
msg?: string;
|
|
1965
|
+
hint?: string;
|
|
1966
|
+
data?: Record<string, any>;
|
|
1967
|
+
success?: boolean;
|
|
1968
|
+
};
|
|
1969
|
+
|
|
1970
|
+
type shouquanshujuquanxianduixiang = {
|
|
1971
|
+
/** 用户id */
|
|
1972
|
+
userId?: string;
|
|
1973
|
+
/** 所属组织,当前为组织 */
|
|
1974
|
+
orgId?: string;
|
|
1975
|
+
/** 登录账号 */
|
|
1976
|
+
loginName?: string;
|
|
1977
|
+
/** 真实姓名 */
|
|
1978
|
+
realName?: string;
|
|
1979
|
+
/** 性别 0:未知,1:男,2:女 */
|
|
1980
|
+
sex?: string;
|
|
1981
|
+
/** 昵称 */
|
|
1982
|
+
nickName?: string;
|
|
1983
|
+
/** 手机号 */
|
|
1984
|
+
mobile?: string;
|
|
1985
|
+
/** 数据权限列表 */
|
|
1986
|
+
userOrgPermissionBos?: yonghuzuzhishujuquanxianhexiaosequanxianduixiang[];
|
|
1987
|
+
};
|
|
1988
|
+
|
|
1989
|
+
type shujuquanxianbianjiduixiang = {
|
|
1990
|
+
/** id */
|
|
1991
|
+
id?: string;
|
|
1992
|
+
/** 类型: 1:查看全部;2:仅看自己;3仅看所在部门;4:仅看所在部门及子部门;5:仅自选部门;6:自选部门及子部门,7:指定群组 */
|
|
1993
|
+
type?: string;
|
|
1994
|
+
/** 名称 */
|
|
1995
|
+
name?: string;
|
|
1996
|
+
/** 应用id */
|
|
1997
|
+
appId?: string;
|
|
1998
|
+
/** 应用名称 */
|
|
1999
|
+
appName?: string;
|
|
2000
|
+
/** 创建时间 */
|
|
2001
|
+
createTime?: string;
|
|
2002
|
+
/** 更新时间 */
|
|
2003
|
+
updateTime?: string;
|
|
2004
|
+
/** 组织id */
|
|
2005
|
+
orgs?: PubOrgBo[];
|
|
2006
|
+
/** 群组id */
|
|
2007
|
+
groups?: shujuquanxianmokuaihuixiandequnzuduixiang[];
|
|
2008
|
+
/** 资源id */
|
|
2009
|
+
resources?: PubResource[];
|
|
2010
|
+
};
|
|
2011
|
+
|
|
2012
|
+
type shujuquanxianchaxunduixiang = {
|
|
2013
|
+
currentPage?: number;
|
|
2014
|
+
pageSize?: number;
|
|
2015
|
+
doSearchTotal?: boolean;
|
|
2016
|
+
/** 类型: 1:查看全部;2:仅看自己;3仅看所在部门;4:仅看所在部门及子部门;5:仅自选部门;6:自选部门及子部门,7:指定群组 */
|
|
2017
|
+
type?: string;
|
|
2018
|
+
/** 名称 */
|
|
2019
|
+
name?: string;
|
|
2020
|
+
/** 所属应用 */
|
|
2021
|
+
appId?: string;
|
|
2022
|
+
};
|
|
2023
|
+
|
|
2024
|
+
type shujuquanxianmokuaihuixiandequnzuduixiang = {
|
|
2025
|
+
/** 群组id */
|
|
2026
|
+
id?: string;
|
|
2027
|
+
/** 群组名称 */
|
|
2028
|
+
name?: string;
|
|
2029
|
+
/** 群组类型:1=组织,2=人员 */
|
|
2030
|
+
type?: string;
|
|
2031
|
+
};
|
|
2032
|
+
|
|
2033
|
+
type shujuquanxianshituduixiang = {
|
|
2034
|
+
/** id */
|
|
2035
|
+
id?: string;
|
|
2036
|
+
/** 类型: 1:查看全部;2:仅看自己;3仅看所在部门;4:仅看所在部门及子部门;5:仅自选部门;6:自选部门及子部门,7:指定群组 */
|
|
2037
|
+
type?: string;
|
|
2038
|
+
/** 名称 */
|
|
2039
|
+
name?: string;
|
|
2040
|
+
/** 应用id */
|
|
2041
|
+
appId?: string;
|
|
2042
|
+
/** 应用名称 */
|
|
2043
|
+
appName?: string;
|
|
2044
|
+
/** 创建时间 */
|
|
2045
|
+
createTime?: string;
|
|
2046
|
+
/** 更新时间 */
|
|
2047
|
+
updateTime?: string;
|
|
2048
|
+
};
|
|
2049
|
+
|
|
2050
|
+
type shujuquanxianxinzenghuogengxinduixiang = {
|
|
2051
|
+
id?: string;
|
|
2052
|
+
/** 类型: 1:查看全部;2:仅看自己;3仅看所在部门;4:仅看所在部门及子部门;5:仅自选部门;6:自选部门及子部门;7:指定群组 */
|
|
2053
|
+
type?: string;
|
|
2054
|
+
/** 名称 */
|
|
2055
|
+
name: string;
|
|
2056
|
+
/** 所属应用id */
|
|
2057
|
+
appId?: string;
|
|
2058
|
+
/** 组织id */
|
|
2059
|
+
orgIds?: string[];
|
|
2060
|
+
/** 群组id */
|
|
2061
|
+
groupIds?: string[];
|
|
2062
|
+
/** 资源id */
|
|
2063
|
+
resourceIds?: string[];
|
|
2064
|
+
};
|
|
2065
|
+
|
|
2066
|
+
type UserAddRoleInnerDto = {
|
|
2067
|
+
/** 组织id */
|
|
2068
|
+
orgId?: string;
|
|
2069
|
+
/** 角色id集合 */
|
|
2070
|
+
roleIds: string[];
|
|
2071
|
+
/** 多个组织时,是否为主要组织,只能有一个 */
|
|
2072
|
+
main?: boolean;
|
|
2073
|
+
};
|
|
2074
|
+
|
|
2075
|
+
type UserOrgRoleBo = {
|
|
2076
|
+
/** 主键id */
|
|
2077
|
+
id?: string;
|
|
2078
|
+
/** 角色名称 */
|
|
2079
|
+
name?: string;
|
|
2080
|
+
/** 编码(唯一) */
|
|
2081
|
+
code?: string;
|
|
2082
|
+
/** 描述 */
|
|
2083
|
+
description?: string;
|
|
2084
|
+
/** 是否启用:0否1是 */
|
|
2085
|
+
enable?: boolean;
|
|
2086
|
+
/** 创建id */
|
|
2087
|
+
createdBy?: string;
|
|
2088
|
+
/** 创建时间 */
|
|
2089
|
+
createTime?: string;
|
|
2090
|
+
/** 更新人id */
|
|
2091
|
+
updatedBy?: string;
|
|
2092
|
+
/** 更新时间 */
|
|
2093
|
+
updateTime?: string;
|
|
2094
|
+
/** 是否删除,0:否,1:是 */
|
|
2095
|
+
deleted?: boolean;
|
|
2096
|
+
/** 可见范围: 1-仅自己;2-全部可见 */
|
|
2097
|
+
viewScope?: string;
|
|
2098
|
+
/** 创建组织id */
|
|
2099
|
+
createOrgId?: string;
|
|
2100
|
+
/** 创建组织名称 */
|
|
2101
|
+
createOrgName?: string;
|
|
2102
|
+
/** 应用id */
|
|
2103
|
+
appId?: string;
|
|
2104
|
+
/** 租户id */
|
|
2105
|
+
tenantId?: string;
|
|
2106
|
+
/** 所属用户组织id */
|
|
2107
|
+
userOrgId?: string;
|
|
2108
|
+
/** 所属用户id */
|
|
2109
|
+
userId?: string;
|
|
2110
|
+
};
|
|
2111
|
+
|
|
2112
|
+
type xinzengshouquanshujuquanxianduixiang = {
|
|
2113
|
+
/** 数据权限id列表 */
|
|
2114
|
+
userDataPermissions?: DataPermissionUserDto[];
|
|
2115
|
+
};
|
|
2116
|
+
|
|
2117
|
+
type yonghuzuzhishujuquanxianduixiang = {
|
|
2118
|
+
userId?: string;
|
|
2119
|
+
/** 组织id */
|
|
2120
|
+
orgId?: string;
|
|
2121
|
+
/** 组织名称 */
|
|
2122
|
+
orgName?: string;
|
|
2123
|
+
/** id */
|
|
2124
|
+
dataPermissionId?: string;
|
|
2125
|
+
/** 类型: 1:查看全部;2:仅看自己;3仅看所在部门;4:仅看所在部门及子部门;5:仅自选部门;6:自选部门及子部门,7:指定群组 */
|
|
2126
|
+
dataPermissionType?: string;
|
|
2127
|
+
/** 名称 */
|
|
2128
|
+
dataPermissionName?: string;
|
|
2129
|
+
};
|
|
2130
|
+
|
|
2131
|
+
type yonghuzuzhishujuquanxianhexiaosequanxianduixiang = {
|
|
2132
|
+
/** 组织id */
|
|
2133
|
+
orgId?: string;
|
|
2134
|
+
/** 组织名称 */
|
|
2135
|
+
orgName?: string;
|
|
2136
|
+
/** 是否为主组织 */
|
|
2137
|
+
main?: boolean;
|
|
2138
|
+
/** 数据权限列表 */
|
|
2139
|
+
dataPermissionsList?: yonghuzuzhishujuquanxianduixiang[];
|
|
2140
|
+
/** 角色列表 */
|
|
2141
|
+
roleList?: UserOrgRoleBo[];
|
|
2142
|
+
/** 组织角色列表 */
|
|
2143
|
+
orgRoleList?: PubRole[];
|
|
2144
|
+
};
|
|
2145
|
+
}
|