@pubinfo/core 2.0.0-beta.1 → 2.0.0-beta.12
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/{es/AppSetting-BXQHV5F8.js → dist/AppSetting-C8JYYwjf.js} +16 -16
- package/{es/HCheckList.vue_vue_type_script_setup_true_lang-DanhyVxU.js → dist/HCheckList.vue_vue_type_script_setup_true_lang-pGv1_kD7.js} +2 -2
- package/{es/PreferencesContent-CQkwkQ_1.js → dist/PreferencesContent-C49d-vmJ.js} +46 -46
- package/{es/SettingBreadcrumb-Bp_66IFN.js → dist/SettingBreadcrumb-C-yAQx2V.js} +2 -2
- package/{es/SettingCopyright-BPSnoTQb.js → dist/SettingCopyright-DqBATcFr.js} +1 -1
- package/{es/SettingEnableTransition-Rx2-0Wxj.js → dist/SettingEnableTransition-Dbxyx29L.js} +1 -1
- package/{es/SettingHome-BW27PQqs.js → dist/SettingHome-CMZmM_CF.js} +1 -1
- package/{es/SettingMenu-D5gdNfal.js → dist/SettingMenu-BVMQeUIl.js} +2 -2
- package/{es/SettingMode-B4_HGVez.js → dist/SettingMode-B5sHVxPV.js} +1 -1
- package/{es/SettingNavSearch-CRovYxzh.js → dist/SettingNavSearch-DLK9gQZj.js} +1 -1
- package/{es/SettingOther-D0zo11vM.js → dist/SettingOther-C_SGwGP9.js} +1 -1
- package/{es/SettingPage-B8GHuoKV.js → dist/SettingPage-B21udtFQ.js} +1 -1
- package/{es/SettingTabbar-Cn_QzvA8.js → dist/SettingTabbar-Cw4Y_0aT.js} +2 -2
- package/{es/SettingThemes-D_DpEncn.js → dist/SettingThemes-BiMTS-Jm.js} +2 -2
- package/{es/SettingToolbar-Csl2gnfi.js → dist/SettingToolbar-DFYHdt5Y.js} +1 -1
- package/{es/SettingTopbar-CaHjQULM.js → dist/SettingTopbar-DV9I8JAn.js} +2 -2
- package/{es/SettingWidthMode-BGiP7gTw.js → dist/SettingWidthMode-DBT0vpbI.js} +1 -1
- package/{es/TopThinMode-DWm0oY5Y.js → dist/TopThinMode-Bhe61DqD.js} +1 -1
- package/{es/_...all_-DI_QAUox.js → dist/_...all_-DdTUTYRx.js} +1 -1
- package/{es/colors-oRlAXMUC.js → dist/colors-DIxsmpcn.js} +1 -1
- package/{lib → dist}/components/PubinfoProvider/index.d.ts +1 -0
- package/{lib → dist}/composables/auth.d.ts +1 -1
- package/{es/index-ChOUZNbk.js → dist/index-B3IukB6_.js} +2 -2
- package/{es/index-Dav3jQVP.js → dist/index-BSsKIigI.js} +2 -2
- package/{es/index-B9I6Pru6.js → dist/index-BmLVBGQQ.js} +12 -12
- package/{es/index-P2cA5UeU.js → dist/index-Bq0l9LxQ.js} +4 -4
- package/{es/index-BHkrq701.js → dist/index-BtEsIJvE.js} +21 -21
- package/{es/index-D8eeneI_.js → dist/index-C6wl3PFA.js} +22 -22
- package/{es/index-BvVAS3S-.js → dist/index-ClFzex_G.js} +14 -8
- package/{es/index-BkqnOkyO.js → dist/index-Dfo6jPsW.js} +1 -1
- package/{es/index-DvHnVMX5.js → dist/index-Dkz4hXeC.js} +2119 -2122
- package/{es → dist}/index.js +25 -26
- package/{es/index.vue_vue_type_style_index_0_scoped_fa1c6ee4_lang-BBe8CvCV.js → dist/index.vue_vue_type_style_index_0_scoped_fa1c6ee4_lang-CwNNyyGP.js} +1 -1
- package/{lib → dist}/interface.d.ts +11 -0
- package/{es → dist}/layout/composables/useContext.d.ts +1 -2
- package/{lib → dist}/layout/ui-kit/HDialog.vue.d.ts +12 -1
- package/{lib → dist}/layout/ui-kit/HSlideover.vue.d.ts +12 -1
- package/{es/notification-6D5hA7Bp.js → dist/menu-B5iLIYKi.js} +1867 -1903
- package/{es/pick-Br-UKn7B.js → dist/pick-CTnAIBFU.js} +1 -1
- package/{es → dist}/request.js +23 -23
- package/{lib → dist}/stores/modules/favorites.d.ts +1 -0
- package/{es → dist}/stores/modules/iframe.d.ts +1 -0
- package/{es → dist}/stores/modules/index.d.ts +8 -1
- package/{es → dist}/stores/modules/keepAlive.d.ts +1 -0
- package/{es → dist}/stores/modules/menu.d.ts +1 -0
- package/{es → dist}/stores/modules/route.d.ts +1 -0
- package/{lib → dist}/stores/modules/settings.d.ts +1 -0
- package/{lib → dist}/stores/modules/tabbar.d.ts +1 -0
- package/dist/stores/modules/user.d.ts +36 -0
- package/{es → dist}/style.css +1 -1
- package/package.json +18 -24
- package/src/components/PubinfoProvider/index.ts +2 -0
- package/src/composables/auth.ts +1 -1
- package/src/interface.ts +11 -0
- package/src/layout/components/Tools/index.vue +8 -25
- package/src/layout/composables/useContext.ts +0 -2
- package/src/layout/composables/useWatermark.ts +2 -2
- package/src/layout/provider.ts +0 -3
- package/src/layout/ui-kit/HDialog.vue +4 -1
- package/src/layout/ui-kit/HSlideover.vue +4 -1
- package/src/pages/system/change-organization/index.vue +3 -3
- package/src/route/routes.ts +2 -11
- package/src/stores/helper.ts +2 -2
- package/src/stores/modules/favorites.ts +1 -0
- package/src/stores/modules/iframe.ts +1 -0
- package/src/stores/modules/index.ts +8 -1
- package/src/stores/modules/keepAlive.ts +1 -0
- package/src/stores/modules/menu.ts +1 -0
- package/src/stores/modules/route.ts +2 -1
- package/src/stores/modules/settings.ts +1 -0
- package/src/stores/modules/tabbar.ts +1 -0
- package/src/stores/modules/user.ts +55 -20
- package/src/stores/plugin/sideEffect/favoritesStorage.ts +1 -1
- package/src/stores/plugin/sideEffect/tabbarStorage.ts +1 -1
- package/es/components/PubinfoProvider/index.d.ts +0 -8
- package/es/composables/auth.d.ts +0 -8
- package/es/interface.d.ts +0 -29
- package/es/layout/ui-kit/HDialog.vue.d.ts +0 -28
- package/es/layout/ui-kit/HSlideover.vue.d.ts +0 -30
- package/es/stores/modules/favorites.d.ts +0 -32
- package/es/stores/modules/notification.d.ts +0 -18
- package/es/stores/modules/settings.d.ts +0 -85
- package/es/stores/modules/tabbar.d.ts +0 -59
- package/es/stores/modules/user.d.ts +0 -3
- package/lib/AppSetting-CCiwpjoq.cjs +0 -1
- package/lib/HButton.vue_vue_type_script_setup_true_lang-D-XkyoXl.cjs +0 -1
- package/lib/HCheckList.vue_vue_type_script_setup_true_lang-DwA8einQ.cjs +0 -1
- package/lib/HDivider-DCfDgE8l.cjs +0 -1
- package/lib/HInput.vue_vue_type_script_setup_true_lang-CwS0mGyL.cjs +0 -1
- package/lib/HToggle-BP6YYf-s.cjs +0 -1
- package/lib/PreferencesContent-DgL-Jc_J.cjs +0 -3
- package/lib/SettingBreadcrumb-BQ78yEP4.cjs +0 -1
- package/lib/SettingCopyright-x7aPlkQy.cjs +0 -1
- package/lib/SettingEnableTransition-CD3-44Iy.cjs +0 -1
- package/lib/SettingHome-u52oz6i8.cjs +0 -1
- package/lib/SettingMenu-DsElOvvv.cjs +0 -1
- package/lib/SettingMode-C_kgpTxw.cjs +0 -1
- package/lib/SettingNavSearch-3auTi8UW.cjs +0 -1
- package/lib/SettingOther-6XGQq7OA.cjs +0 -1
- package/lib/SettingPage-C8yIHpLc.cjs +0 -1
- package/lib/SettingTabbar-K-nHb89z.cjs +0 -1
- package/lib/SettingThemes-BeNwFz7K.cjs +0 -1
- package/lib/SettingToolbar-Be1V7lwV.cjs +0 -1
- package/lib/SettingTopbar-C-j8O3c8.cjs +0 -1
- package/lib/SettingWidthMode-GMjAF-s3.cjs +0 -1
- package/lib/TopThinMode-DGUvyHT2.cjs +0 -1
- package/lib/_...all_-C4CXjAo9.cjs +0 -1
- package/lib/_plugin-vue_export-helper-BHFhmbuH.cjs +0 -1
- package/lib/api/enum/code.d.ts +0 -67
- package/lib/api/helper.d.ts +0 -32
- package/lib/api/index.d.ts +0 -12
- package/lib/api/interface.d.ts +0 -14
- package/lib/api/modules/auth/index.d.ts +0 -1
- package/lib/api/modules/auth/renzhengfuwu.d.ts +0 -50
- package/lib/api/modules/configData/heibaimingdanfuwu.d.ts +0 -36
- package/lib/api/modules/configData/index.d.ts +0 -3
- package/lib/api/modules/configData/xitongpeizhifuwu.d.ts +0 -99
- package/lib/api/modules/configData/zidianfuwu.d.ts +0 -71
- package/lib/api/modules/rbac/gangweijiekou.d.ts +0 -43
- package/lib/api/modules/rbac/index.d.ts +0 -11
- package/lib/api/modules/rbac/jiaosejiekou.d.ts +0 -50
- package/lib/api/modules/rbac/pubJiaosezukongzhiqi.d.ts +0 -43
- package/lib/api/modules/rbac/shujuquanxianzhubiaokongzhiqi.d.ts +0 -64
- package/lib/api/modules/rbac/yonghujiekou.d.ts +0 -106
- package/lib/api/modules/rbac/yonghushoucangbiaojiekou.d.ts +0 -36
- package/lib/api/modules/rbac/yonghuzuijinchangyongbiaojiekou.d.ts +0 -29
- package/lib/api/modules/rbac/ziyuanjiekou.d.ts +0 -85
- package/lib/api/modules/rbac/zuhuguanlijiekou.d.ts +0 -36
- package/lib/api/modules/rbac/zuzhijiaosebiaokongzhiqi.d.ts +0 -29
- package/lib/api/modules/rbac/zuzhijiekou.d.ts +0 -64
- package/lib/api/request.d.ts +0 -2
- package/lib/api/system/app.d.ts +0 -17
- package/lib/api/system/user.d.ts +0 -24
- package/lib/assets/styles/index.d.ts +0 -6
- package/lib/colors-KAaBT84S.cjs +0 -1
- package/lib/components/NotAllowed/index.vue.d.ts +0 -2
- package/lib/components/PageHeader/index.vue.d.ts +0 -23
- package/lib/components/PageMain/index.vue.d.ts +0 -27
- package/lib/components/PassStrengthValidator/index.vue.d.ts +0 -26
- package/lib/components/PassStrengthValidator/rule.vue.d.ts +0 -8
- package/lib/components/PubinfoApp/index.vue.d.ts +0 -2
- package/lib/components/PubinfoIcon/index.vue.d.ts +0 -10
- package/lib/components/index.d.ts +0 -8
- package/lib/composables/index.d.ts +0 -4
- package/lib/composables/log.d.ts +0 -6
- package/lib/composables/theme.d.ts +0 -3
- package/lib/composables/watchDiff.d.ts +0 -2
- package/lib/config/index.d.ts +0 -1
- package/lib/config/settings.d.ts +0 -3
- package/lib/context.d.ts +0 -14
- package/lib/create.d.ts +0 -3
- package/lib/directives/index.d.ts +0 -4
- package/lib/directives/plugins/permission.d.ts +0 -6
- package/lib/index-38bsQrho.cjs +0 -1
- package/lib/index-BEqD62a0.cjs +0 -1
- package/lib/index-Bbm9CQRP.cjs +0 -1
- package/lib/index-BqHsuJkr.cjs +0 -1
- package/lib/index-JZl6Zh3L.cjs +0 -44
- package/lib/index-VGR0Mt4q.cjs +0 -240
- package/lib/index-WMo0GAa6.cjs +0 -1
- package/lib/index-_YsHduAE.cjs +0 -1
- package/lib/index-gr8kFwPx.cjs +0 -18
- package/lib/index-zvGq9tSu.cjs +0 -1
- package/lib/index.cjs +0 -1
- package/lib/index.d.ts +0 -11
- package/lib/index.vue_vue_type_style_index_0_scoped_fa1c6ee4_lang-SCJ5qyPu.cjs +0 -1
- package/lib/layout/Layout.vue.d.ts +0 -20
- package/lib/layout/components/BackTop/index.vue.d.ts +0 -2
- package/lib/layout/components/Content/IframeView.vue.d.ts +0 -4
- package/lib/layout/components/Content/LinkView.vue.d.ts +0 -2
- package/lib/layout/components/Content/index.vue.d.ts +0 -2
- package/lib/layout/components/Copyright/index.vue.d.ts +0 -2
- package/lib/layout/components/Header/TopMode/More.vue.d.ts +0 -26
- package/lib/layout/components/Header/TopMode/NotCursor.vue.d.ts +0 -25
- package/lib/layout/components/Header/TopMode/index.vue.d.ts +0 -4
- package/lib/layout/components/Header/TopThinMode.vue.d.ts +0 -4
- package/lib/layout/components/Header/index.vue.d.ts +0 -19
- package/lib/layout/components/Logo/index.vue.d.ts +0 -26
- package/lib/layout/components/Menu/index.vue.d.ts +0 -10
- package/lib/layout/components/Menu/item.vue.d.ts +0 -11
- package/lib/layout/components/Menu/sub.vue.d.ts +0 -219
- package/lib/layout/components/Menu/types.d.ts +0 -42
- package/lib/layout/components/SettingBar/AppSetting.vue.d.ts +0 -12
- package/lib/layout/components/SettingBar/components/DayNightToggle.vue.d.ts +0 -9
- package/lib/layout/components/SettingBar/components/SettingBreadcrumb.vue.d.ts +0 -2
- package/lib/layout/components/SettingBar/components/SettingCopyright.vue.d.ts +0 -2
- package/lib/layout/components/SettingBar/components/SettingEnableTransition.vue.d.ts +0 -2
- package/lib/layout/components/SettingBar/components/SettingHome.vue.d.ts +0 -2
- package/lib/layout/components/SettingBar/components/SettingMenu.vue.d.ts +0 -2
- package/lib/layout/components/SettingBar/components/SettingMode.vue.d.ts +0 -2
- package/lib/layout/components/SettingBar/components/SettingNavSearch.vue.d.ts +0 -2
- package/lib/layout/components/SettingBar/components/SettingOther.vue.d.ts +0 -2
- package/lib/layout/components/SettingBar/components/SettingPage.vue.d.ts +0 -2
- package/lib/layout/components/SettingBar/components/SettingTabbar.vue.d.ts +0 -2
- package/lib/layout/components/SettingBar/components/SettingThemes.vue.d.ts +0 -2
- package/lib/layout/components/SettingBar/components/SettingToolbar.vue.d.ts +0 -2
- package/lib/layout/components/SettingBar/components/SettingTopbar.vue.d.ts +0 -2
- package/lib/layout/components/SettingBar/components/SettingWidthMode.vue.d.ts +0 -2
- package/lib/layout/components/SettingBar/index.vue.d.ts +0 -2
- package/lib/layout/components/Sidebar/MainSidebar.vue.d.ts +0 -2
- package/lib/layout/components/Sidebar/SubSidebar.vue.d.ts +0 -2
- package/lib/layout/components/Sidebar/index.vue.d.ts +0 -2
- package/lib/layout/components/Tools/Breadcrumb/index.vue.d.ts +0 -17
- package/lib/layout/components/Tools/Breadcrumb/item.vue.d.ts +0 -25
- package/lib/layout/components/Tools/DayNightSwitch.vue.d.ts +0 -2
- package/lib/layout/components/Tools/HotkeysIntro.vue.d.ts +0 -4
- package/lib/layout/components/Tools/Preferences/PreferencesContent.vue.d.ts +0 -2
- package/lib/layout/components/Tools/Preferences/index.vue.d.ts +0 -4
- package/lib/layout/components/Tools/Search.vue.d.ts +0 -199
- package/lib/layout/components/Tools/index.vue.d.ts +0 -233
- package/lib/layout/components/Topbar/Tabbar/MoreAction.vue.d.ts +0 -217
- package/lib/layout/components/Topbar/Tabbar/index.vue.d.ts +0 -14
- package/lib/layout/components/Topbar/Toolbar/Favorites.vue.d.ts +0 -4
- package/lib/layout/components/Topbar/Toolbar/Star.vue.d.ts +0 -2
- package/lib/layout/components/Topbar/Toolbar/index.vue.d.ts +0 -2
- package/lib/layout/components/Topbar/index.vue.d.ts +0 -2
- package/lib/layout/composables/useContext.d.ts +0 -18
- package/lib/layout/composables/useGetComputedStyle.d.ts +0 -15
- package/lib/layout/composables/useHotkey.d.ts +0 -5
- package/lib/layout/composables/useMainPage.d.ts +0 -14
- package/lib/layout/composables/useMenu.d.ts +0 -8
- package/lib/layout/composables/useTabbar.d.ts +0 -14
- package/lib/layout/composables/useTitle.d.ts +0 -3
- package/lib/layout/composables/useViewTransition.d.ts +0 -3
- package/lib/layout/composables/useWatermark.d.ts +0 -4
- package/lib/layout/index.d.ts +0 -19
- package/lib/layout/provider.d.ts +0 -1
- package/lib/layout/ui-kit/HBadge.vue.d.ts +0 -20
- package/lib/layout/ui-kit/HButton.vue.d.ts +0 -26
- package/lib/layout/ui-kit/HCheckList.vue.d.ts +0 -20
- package/lib/layout/ui-kit/HDivider.vue.d.ts +0 -20
- package/lib/layout/ui-kit/HDropdown.vue.d.ts +0 -18
- package/lib/layout/ui-kit/HDropdownMenu.vue.d.ts +0 -26
- package/lib/layout/ui-kit/HDropdownTree.vue.d.ts +0 -32
- package/lib/layout/ui-kit/HInput.vue.d.ts +0 -17
- package/lib/layout/ui-kit/HKbd.vue.d.ts +0 -17
- package/lib/layout/ui-kit/HSelect.vue.d.ts +0 -17
- package/lib/layout/ui-kit/HTabList.vue.d.ts +0 -22
- package/lib/layout/ui-kit/HToggle.vue.d.ts +0 -14
- package/lib/layout/ui-kit/HTooltip.vue.d.ts +0 -23
- package/lib/locales/index.d.ts +0 -301
- package/lib/locales/lang/en.json.d.ts +0 -99
- package/lib/locales/lang/zh-cn.json.d.ts +0 -100
- package/lib/locales/lang/zh-tw.json.d.ts +0 -100
- package/lib/locales/ui.d.ts +0 -3
- package/lib/modules.d.ts +0 -11
- package/lib/notification-IZqPm_OK.cjs +0 -199
- package/lib/pages/personal/profile/index.vue.d.ts +0 -2
- package/lib/pages/system/[...all].vue.d.ts +0 -2
- package/lib/pages/system/change-organization/index.vue.d.ts +0 -2
- package/lib/pages/system/change-password/components/ChangePasswordForm/index.vue.d.ts +0 -18
- package/lib/pages/system/change-password/index.vue.d.ts +0 -31
- package/lib/pages/system/index.vue.d.ts +0 -2
- package/lib/pages/system/not-permission/index.vue.d.ts +0 -2
- package/lib/pages/system/reload.vue.d.ts +0 -2
- package/lib/pick-y2yLda1R.cjs +0 -1
- package/lib/question-line-Cd0CU4hr.cjs +0 -1
- package/lib/reload-6L7Dzs7h.cjs +0 -1
- package/lib/request.cjs +0 -6
- package/lib/right-C5JQ_uRB.cjs +0 -1
- package/lib/route/async.d.ts +0 -9
- package/lib/route/guard/auth.d.ts +0 -3
- package/lib/route/guard/basic.d.ts +0 -3
- package/lib/route/guard/index.d.ts +0 -3
- package/lib/route/guard/setting.d.ts +0 -3
- package/lib/route/index.d.ts +0 -7
- package/lib/route/routes.d.ts +0 -3
- package/lib/stores/enum/index.d.ts +0 -20
- package/lib/stores/helper.d.ts +0 -2
- package/lib/stores/index.d.ts +0 -5
- package/lib/stores/modules/iframe.d.ts +0 -41
- package/lib/stores/modules/index.d.ts +0 -9
- package/lib/stores/modules/keepAlive.d.ts +0 -23
- package/lib/stores/modules/menu.d.ts +0 -32
- package/lib/stores/modules/notification.d.ts +0 -18
- package/lib/stores/modules/route.d.ts +0 -42
- package/lib/stores/modules/user.d.ts +0 -3
- package/lib/stores/plugin/persist.d.ts +0 -5
- package/lib/stores/plugin/sideEffect/cleanup.d.ts +0 -5
- package/lib/stores/plugin/sideEffect/favoritesStorage.d.ts +0 -5
- package/lib/stores/plugin/sideEffect/iframeCache.d.ts +0 -5
- package/lib/stores/plugin/sideEffect/index.d.ts +0 -5
- package/lib/stores/plugin/sideEffect/tabbarStorage.d.ts +0 -5
- package/lib/style.css +0 -9
- package/lib/utils/cleanup.d.ts +0 -8
- package/lib/utils/crypto.d.ts +0 -4
- package/lib/utils/eventBus.d.ts +0 -5
- package/lib/utils/index.d.ts +0 -14
- package/lib/utils/injectionKeys.d.ts +0 -2
- package/lib/utils/storage.d.ts +0 -21
- package/lib/utils/utils.d.ts +0 -3
- package/lib/utils/watermark.d.ts +0 -51
- package/src/layout/components/Tools/Notification.vue +0 -152
- package/src/pages/personal/notification.vue +0 -58
- package/src/stores/modules/notification.ts +0 -34
- /package/{es → dist}/HButton.vue_vue_type_script_setup_true_lang-CYAzn9Mg.js +0 -0
- /package/{es → dist}/HDivider-DgXBhPr0.js +0 -0
- /package/{es → dist}/HInput.vue_vue_type_script_setup_true_lang-DBqCXRnn.js +0 -0
- /package/{es → dist}/HToggle-Cd71WKvG.js +0 -0
- /package/{es → dist}/_plugin-vue_export-helper-CHgC5LLL.js +0 -0
- /package/{es → dist}/api/enum/code.d.ts +0 -0
- /package/{es → dist}/api/helper.d.ts +0 -0
- /package/{es → dist}/api/index.d.ts +0 -0
- /package/{es → dist}/api/interface.d.ts +0 -0
- /package/{es → dist}/api/modules/auth/index.d.ts +0 -0
- /package/{es → dist}/api/modules/auth/renzhengfuwu.d.ts +0 -0
- /package/{es → dist}/api/modules/configData/heibaimingdanfuwu.d.ts +0 -0
- /package/{es → dist}/api/modules/configData/index.d.ts +0 -0
- /package/{es → dist}/api/modules/configData/xitongpeizhifuwu.d.ts +0 -0
- /package/{es → dist}/api/modules/configData/zidianfuwu.d.ts +0 -0
- /package/{es → dist}/api/modules/rbac/gangweijiekou.d.ts +0 -0
- /package/{es → dist}/api/modules/rbac/index.d.ts +0 -0
- /package/{es → dist}/api/modules/rbac/jiaosejiekou.d.ts +0 -0
- /package/{es → dist}/api/modules/rbac/pubJiaosezukongzhiqi.d.ts +0 -0
- /package/{es → dist}/api/modules/rbac/shujuquanxianzhubiaokongzhiqi.d.ts +0 -0
- /package/{es → dist}/api/modules/rbac/yonghujiekou.d.ts +0 -0
- /package/{es → dist}/api/modules/rbac/yonghushoucangbiaojiekou.d.ts +0 -0
- /package/{es → dist}/api/modules/rbac/yonghuzuijinchangyongbiaojiekou.d.ts +0 -0
- /package/{es → dist}/api/modules/rbac/ziyuanjiekou.d.ts +0 -0
- /package/{es → dist}/api/modules/rbac/zuhuguanlijiekou.d.ts +0 -0
- /package/{es → dist}/api/modules/rbac/zuzhijiaosebiaokongzhiqi.d.ts +0 -0
- /package/{es → dist}/api/modules/rbac/zuzhijiekou.d.ts +0 -0
- /package/{es → dist}/api/request.d.ts +0 -0
- /package/{es → dist}/api/system/app.d.ts +0 -0
- /package/{es → dist}/api/system/user.d.ts +0 -0
- /package/{es → dist}/assets/styles/index.d.ts +0 -0
- /package/{es → dist}/components/NotAllowed/index.vue.d.ts +0 -0
- /package/{es → dist}/components/PageHeader/index.vue.d.ts +0 -0
- /package/{es → dist}/components/PageMain/index.vue.d.ts +0 -0
- /package/{es → dist}/components/PassStrengthValidator/index.vue.d.ts +0 -0
- /package/{es → dist}/components/PassStrengthValidator/rule.vue.d.ts +0 -0
- /package/{es → dist}/components/PubinfoApp/index.vue.d.ts +0 -0
- /package/{es → dist}/components/PubinfoIcon/index.vue.d.ts +0 -0
- /package/{es → dist}/components/index.d.ts +0 -0
- /package/{es → dist}/composables/index.d.ts +0 -0
- /package/{es → dist}/composables/log.d.ts +0 -0
- /package/{es → dist}/composables/theme.d.ts +0 -0
- /package/{es → dist}/composables/watchDiff.d.ts +0 -0
- /package/{es → dist}/config/index.d.ts +0 -0
- /package/{es → dist}/config/settings.d.ts +0 -0
- /package/{es → dist}/context.d.ts +0 -0
- /package/{es → dist}/create.d.ts +0 -0
- /package/{es → dist}/directives/index.d.ts +0 -0
- /package/{es → dist}/directives/plugins/permission.d.ts +0 -0
- /package/{es → dist}/index-DTQQt_XY.js +0 -0
- /package/{es → dist}/index.d.ts +0 -0
- /package/{es → dist}/layout/Layout.vue.d.ts +0 -0
- /package/{es → dist}/layout/components/BackTop/index.vue.d.ts +0 -0
- /package/{es → dist}/layout/components/Content/IframeView.vue.d.ts +0 -0
- /package/{es → dist}/layout/components/Content/LinkView.vue.d.ts +0 -0
- /package/{es → dist}/layout/components/Content/index.vue.d.ts +0 -0
- /package/{es → dist}/layout/components/Copyright/index.vue.d.ts +0 -0
- /package/{es → dist}/layout/components/Header/TopMode/More.vue.d.ts +0 -0
- /package/{es → dist}/layout/components/Header/TopMode/NotCursor.vue.d.ts +0 -0
- /package/{es → dist}/layout/components/Header/TopMode/index.vue.d.ts +0 -0
- /package/{es → dist}/layout/components/Header/TopThinMode.vue.d.ts +0 -0
- /package/{es → dist}/layout/components/Header/index.vue.d.ts +0 -0
- /package/{es → dist}/layout/components/Logo/index.vue.d.ts +0 -0
- /package/{es → dist}/layout/components/Menu/index.vue.d.ts +0 -0
- /package/{es → dist}/layout/components/Menu/item.vue.d.ts +0 -0
- /package/{es → dist}/layout/components/Menu/sub.vue.d.ts +0 -0
- /package/{es → dist}/layout/components/Menu/types.d.ts +0 -0
- /package/{es → dist}/layout/components/SettingBar/AppSetting.vue.d.ts +0 -0
- /package/{es → dist}/layout/components/SettingBar/components/DayNightToggle.vue.d.ts +0 -0
- /package/{es → dist}/layout/components/SettingBar/components/SettingBreadcrumb.vue.d.ts +0 -0
- /package/{es → dist}/layout/components/SettingBar/components/SettingCopyright.vue.d.ts +0 -0
- /package/{es → dist}/layout/components/SettingBar/components/SettingEnableTransition.vue.d.ts +0 -0
- /package/{es → dist}/layout/components/SettingBar/components/SettingHome.vue.d.ts +0 -0
- /package/{es → dist}/layout/components/SettingBar/components/SettingMenu.vue.d.ts +0 -0
- /package/{es → dist}/layout/components/SettingBar/components/SettingMode.vue.d.ts +0 -0
- /package/{es → dist}/layout/components/SettingBar/components/SettingNavSearch.vue.d.ts +0 -0
- /package/{es → dist}/layout/components/SettingBar/components/SettingOther.vue.d.ts +0 -0
- /package/{es → dist}/layout/components/SettingBar/components/SettingPage.vue.d.ts +0 -0
- /package/{es → dist}/layout/components/SettingBar/components/SettingTabbar.vue.d.ts +0 -0
- /package/{es → dist}/layout/components/SettingBar/components/SettingThemes.vue.d.ts +0 -0
- /package/{es → dist}/layout/components/SettingBar/components/SettingToolbar.vue.d.ts +0 -0
- /package/{es → dist}/layout/components/SettingBar/components/SettingTopbar.vue.d.ts +0 -0
- /package/{es → dist}/layout/components/SettingBar/components/SettingWidthMode.vue.d.ts +0 -0
- /package/{es → dist}/layout/components/SettingBar/index.vue.d.ts +0 -0
- /package/{es → dist}/layout/components/Sidebar/MainSidebar.vue.d.ts +0 -0
- /package/{es → dist}/layout/components/Sidebar/SubSidebar.vue.d.ts +0 -0
- /package/{es → dist}/layout/components/Sidebar/index.vue.d.ts +0 -0
- /package/{es → dist}/layout/components/Tools/Breadcrumb/index.vue.d.ts +0 -0
- /package/{es → dist}/layout/components/Tools/Breadcrumb/item.vue.d.ts +0 -0
- /package/{es → dist}/layout/components/Tools/DayNightSwitch.vue.d.ts +0 -0
- /package/{es → dist}/layout/components/Tools/HotkeysIntro.vue.d.ts +0 -0
- /package/{es → dist}/layout/components/Tools/Preferences/PreferencesContent.vue.d.ts +0 -0
- /package/{es → dist}/layout/components/Tools/Preferences/index.vue.d.ts +0 -0
- /package/{es → dist}/layout/components/Tools/Search.vue.d.ts +0 -0
- /package/{es → dist}/layout/components/Tools/index.vue.d.ts +0 -0
- /package/{es → dist}/layout/components/Topbar/Tabbar/MoreAction.vue.d.ts +0 -0
- /package/{es → dist}/layout/components/Topbar/Tabbar/index.vue.d.ts +0 -0
- /package/{es → dist}/layout/components/Topbar/Toolbar/Favorites.vue.d.ts +0 -0
- /package/{es → dist}/layout/components/Topbar/Toolbar/Star.vue.d.ts +0 -0
- /package/{es → dist}/layout/components/Topbar/Toolbar/index.vue.d.ts +0 -0
- /package/{es → dist}/layout/components/Topbar/index.vue.d.ts +0 -0
- /package/{es → dist}/layout/composables/useGetComputedStyle.d.ts +0 -0
- /package/{es → dist}/layout/composables/useHotkey.d.ts +0 -0
- /package/{es → dist}/layout/composables/useMainPage.d.ts +0 -0
- /package/{es → dist}/layout/composables/useMenu.d.ts +0 -0
- /package/{es → dist}/layout/composables/useTabbar.d.ts +0 -0
- /package/{es → dist}/layout/composables/useTitle.d.ts +0 -0
- /package/{es → dist}/layout/composables/useViewTransition.d.ts +0 -0
- /package/{es → dist}/layout/composables/useWatermark.d.ts +0 -0
- /package/{es → dist}/layout/index.d.ts +0 -0
- /package/{es → dist}/layout/provider.d.ts +0 -0
- /package/{es → dist}/layout/ui-kit/HBadge.vue.d.ts +0 -0
- /package/{es → dist}/layout/ui-kit/HButton.vue.d.ts +0 -0
- /package/{es → dist}/layout/ui-kit/HCheckList.vue.d.ts +0 -0
- /package/{es → dist}/layout/ui-kit/HDivider.vue.d.ts +0 -0
- /package/{es → dist}/layout/ui-kit/HDropdown.vue.d.ts +0 -0
- /package/{es → dist}/layout/ui-kit/HDropdownMenu.vue.d.ts +0 -0
- /package/{es → dist}/layout/ui-kit/HDropdownTree.vue.d.ts +0 -0
- /package/{es → dist}/layout/ui-kit/HInput.vue.d.ts +0 -0
- /package/{es → dist}/layout/ui-kit/HKbd.vue.d.ts +0 -0
- /package/{es → dist}/layout/ui-kit/HSelect.vue.d.ts +0 -0
- /package/{es → dist}/layout/ui-kit/HTabList.vue.d.ts +0 -0
- /package/{es → dist}/layout/ui-kit/HToggle.vue.d.ts +0 -0
- /package/{es → dist}/layout/ui-kit/HTooltip.vue.d.ts +0 -0
- /package/{es → dist}/locales/index.d.ts +0 -0
- /package/{es → dist}/locales/lang/en.json.d.ts +0 -0
- /package/{es → dist}/locales/lang/zh-cn.json.d.ts +0 -0
- /package/{es → dist}/locales/lang/zh-tw.json.d.ts +0 -0
- /package/{es → dist}/locales/ui.d.ts +0 -0
- /package/{es → dist}/modules.d.ts +0 -0
- /package/{es → dist}/pages/personal/profile/index.vue.d.ts +0 -0
- /package/{es → dist}/pages/system/[...all].vue.d.ts +0 -0
- /package/{es → dist}/pages/system/change-organization/index.vue.d.ts +0 -0
- /package/{es → dist}/pages/system/change-password/components/ChangePasswordForm/index.vue.d.ts +0 -0
- /package/{es → dist}/pages/system/change-password/index.vue.d.ts +0 -0
- /package/{es → dist}/pages/system/index.vue.d.ts +0 -0
- /package/{es → dist}/pages/system/not-permission/index.vue.d.ts +0 -0
- /package/{es → dist}/pages/system/reload.vue.d.ts +0 -0
- /package/{es → dist}/question-line-CfkciTFq.js +0 -0
- /package/{es → dist}/reload-CUcPYtl7.js +0 -0
- /package/{es → dist}/right-Bfe2p1o0.js +0 -0
- /package/{es → dist}/route/async.d.ts +0 -0
- /package/{es → dist}/route/guard/auth.d.ts +0 -0
- /package/{es → dist}/route/guard/basic.d.ts +0 -0
- /package/{es → dist}/route/guard/index.d.ts +0 -0
- /package/{es → dist}/route/guard/setting.d.ts +0 -0
- /package/{es → dist}/route/index.d.ts +0 -0
- /package/{es → dist}/route/routes.d.ts +0 -0
- /package/{es → dist}/stores/enum/index.d.ts +0 -0
- /package/{es → dist}/stores/helper.d.ts +0 -0
- /package/{es → dist}/stores/index.d.ts +0 -0
- /package/{es → dist}/stores/plugin/persist.d.ts +0 -0
- /package/{es → dist}/stores/plugin/sideEffect/cleanup.d.ts +0 -0
- /package/{es → dist}/stores/plugin/sideEffect/favoritesStorage.d.ts +0 -0
- /package/{es → dist}/stores/plugin/sideEffect/iframeCache.d.ts +0 -0
- /package/{es → dist}/stores/plugin/sideEffect/index.d.ts +0 -0
- /package/{es → dist}/stores/plugin/sideEffect/tabbarStorage.d.ts +0 -0
- /package/{es → dist}/utils/cleanup.d.ts +0 -0
- /package/{es → dist}/utils/crypto.d.ts +0 -0
- /package/{es → dist}/utils/eventBus.d.ts +0 -0
- /package/{es → dist}/utils/index.d.ts +0 -0
- /package/{es → dist}/utils/injectionKeys.d.ts +0 -0
- /package/{es → dist}/utils/storage.d.ts +0 -0
- /package/{es → dist}/utils/utils.d.ts +0 -0
- /package/{es → dist}/utils/watermark.d.ts +0 -0
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { markRaw as V, createElementBlock as M, openBlock as r, createElementVNode as s, defineComponent as h, resolveComponent as J, renderSlot as Q, createBlock as B, withCtx as f, mergeProps as L, Fragment as U, renderList as k, normalizeClass as w, createCommentVNode as N, unref as t, toDisplayString as O, ref as z, computed as X, onMounted as W, watch as q, createVNode as E, createTextVNode as _ } from "vue";
|
|
2
|
-
import {
|
|
2
|
+
import { bY as $ } from "./menu-B5iLIYKi.js";
|
|
3
3
|
import "pinia-plugin-persistedstate";
|
|
4
4
|
import "vue-router";
|
|
5
|
-
import { _ as T } from "./index.vue_vue_type_style_index_0_scoped_fa1c6ee4_lang-
|
|
6
|
-
import { u as ee, a as te } from "./index-
|
|
5
|
+
import { _ as T } from "./index.vue_vue_type_style_index_0_scoped_fa1c6ee4_lang-CwNNyyGP.js";
|
|
6
|
+
import { u as ee, a as te } from "./index-Dkz4hXeC.js";
|
|
7
7
|
import { _ as Z } from "./_plugin-vue_export-helper-CHgC5LLL.js";
|
|
8
8
|
const ne = {
|
|
9
9
|
viewBox: "0 0 24 24",
|
|
@@ -107,7 +107,7 @@ const ce = V({ name: "solar-widget-5-bold-duotone", render: oe }), se = "data:im
|
|
|
107
107
|
skidding: 150
|
|
108
108
|
}, {
|
|
109
109
|
default: f(() => {
|
|
110
|
-
var
|
|
110
|
+
var Y, j, D;
|
|
111
111
|
return [
|
|
112
112
|
s("div", {
|
|
113
113
|
"cursor-pointer": "",
|
|
@@ -121,11 +121,11 @@ const ce = V({ name: "solar-widget-5-bold-duotone", render: oe }), se = "data:im
|
|
|
121
121
|
"mb-10px": "",
|
|
122
122
|
class: w({
|
|
123
123
|
"bg-[#fff] dark:bg-[var(--g-header-menu-active-bg)]!": l === a.activeIndex,
|
|
124
|
-
"is-dev": (
|
|
124
|
+
"is-dev": (Y = d.meta) == null ? void 0 : Y.isDev
|
|
125
125
|
}),
|
|
126
126
|
onClick: (u) => g(l, d)
|
|
127
127
|
}, [
|
|
128
|
-
(
|
|
128
|
+
(j = d.meta) != null && j.icon ? (r(), B(t(T), {
|
|
129
129
|
key: 0,
|
|
130
130
|
name: d.meta.icon,
|
|
131
131
|
size: "18px",
|
|
@@ -154,7 +154,7 @@ const ce = V({ name: "solar-widget-5-bold-duotone", render: oe }), se = "data:im
|
|
|
154
154
|
flex: "~ none justify-center items-center",
|
|
155
155
|
"text-sm": "",
|
|
156
156
|
"cursor-pointer": ""
|
|
157
|
-
},
|
|
157
|
+
}, Ye = /* @__PURE__ */ h({
|
|
158
158
|
name: "TopMode",
|
|
159
159
|
__name: "index",
|
|
160
160
|
setup(S) {
|
|
@@ -164,13 +164,13 @@ const ce = V({ name: "solar-widget-5-bold-duotone", render: oe }), se = "data:im
|
|
|
164
164
|
return !u && i || u && !e ? n = i : u && e && (n = e), n;
|
|
165
165
|
}
|
|
166
166
|
const F = z(), { width: d } = $(F), l = z(0);
|
|
167
|
-
|
|
167
|
+
j();
|
|
168
168
|
const C = X(() => l.value === c.allMenus.length - 1);
|
|
169
|
-
function
|
|
169
|
+
function Y(u, i) {
|
|
170
170
|
const e = u + l.value + 1;
|
|
171
171
|
a(e, i);
|
|
172
172
|
}
|
|
173
|
-
function
|
|
173
|
+
function j() {
|
|
174
174
|
W(() => {
|
|
175
175
|
q(
|
|
176
176
|
d,
|
|
@@ -255,7 +255,7 @@ const ce = V({ name: "solar-widget-5-bold-duotone", render: oe }), se = "data:im
|
|
|
255
255
|
key: 0,
|
|
256
256
|
items: t(c).allMenus.slice(t(l) + 1),
|
|
257
257
|
"active-index": t(c).actived - t(l) - 1,
|
|
258
|
-
onOnMenuClick:
|
|
258
|
+
onOnMenuClick: Y
|
|
259
259
|
}, {
|
|
260
260
|
default: f(() => [
|
|
261
261
|
s("div", Ae, [
|
|
@@ -272,5 +272,5 @@ const ce = V({ name: "solar-widget-5-bold-duotone", render: oe }), se = "data:im
|
|
|
272
272
|
}
|
|
273
273
|
});
|
|
274
274
|
export {
|
|
275
|
-
|
|
275
|
+
Ye as default
|
|
276
276
|
};
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { defineComponent as b, mergeModels as F, useModel as R, reactive as T, ref as P, createElementBlock as h, openBlock as N, createVNode as t, unref as a, withCtx as u, createTextVNode as y, nextTick as j, computed as S, createElementVNode as p, isRef as v } from "vue";
|
|
2
|
-
import {
|
|
2
|
+
import { $ as W, a0 as z, u as B, a1 as M, v as $ } from "./menu-B5iLIYKi.js";
|
|
3
3
|
import "pinia-plugin-persistedstate";
|
|
4
4
|
import { useRouter as q, useRoute as D } from "vue-router";
|
|
5
|
-
import { _ as I } from "./index.vue_vue_type_style_index_0_scoped_fa1c6ee4_lang-
|
|
6
|
-
import { P as O } from "./index-
|
|
7
|
-
import { F as X, Z, _ as A } from "./index-
|
|
5
|
+
import { _ as I } from "./index.vue_vue_type_style_index_0_scoped_fa1c6ee4_lang-CwNNyyGP.js";
|
|
6
|
+
import { P as O } from "./index-B3IukB6_.js";
|
|
7
|
+
import { F as X, Z, _ as A } from "./index-BSsKIigI.js";
|
|
8
8
|
import { _ as G } from "./_plugin-vue_export-helper-CHgC5LLL.js";
|
|
9
9
|
var H = "Expected a function";
|
|
10
10
|
function J(n, l, s) {
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import { defineComponent as
|
|
2
|
-
import { u as S,
|
|
1
|
+
import { defineComponent as w, toRaw as z, computed as B, ref as N, createElementBlock as m, openBlock as n, createElementVNode as e, Fragment as O, renderList as V, unref as r, normalizeClass as E, createVNode as l, createBlock as x, createCommentVNode as v, toDisplayString as L, withCtx as c, createTextVNode as u } from "vue";
|
|
2
|
+
import { u as S, a1 as T, v as f } from "./menu-B5iLIYKi.js";
|
|
3
3
|
import "pinia-plugin-persistedstate";
|
|
4
4
|
import { useRouter as j } from "vue-router";
|
|
5
|
-
import { _ as k } from "./index.vue_vue_type_style_index_0_scoped_fa1c6ee4_lang-
|
|
6
|
-
import { T as A } from "./index-
|
|
5
|
+
import { _ as k } from "./index.vue_vue_type_style_index_0_scoped_fa1c6ee4_lang-CwNNyyGP.js";
|
|
6
|
+
import { T as A } from "./index-C6wl3PFA.js";
|
|
7
7
|
import { _ as R } from "./_plugin-vue_export-helper-CHgC5LLL.js";
|
|
8
8
|
const $ = { class: "change-org" }, D = {
|
|
9
9
|
"w-full": "",
|
|
@@ -25,11 +25,11 @@ const $ = { class: "change-org" }, D = {
|
|
|
25
25
|
text: "20px black dark:[#86909C]",
|
|
26
26
|
flex: "~",
|
|
27
27
|
"items-center": ""
|
|
28
|
-
}, J = { "mr-10px": "" }, K = /* @__PURE__ */
|
|
28
|
+
}, J = { "mr-10px": "" }, K = /* @__PURE__ */ w({
|
|
29
29
|
name: "ChangeOrganization",
|
|
30
30
|
__name: "index",
|
|
31
31
|
setup(M) {
|
|
32
|
-
const s = S(), h = j(), b = z(s.orgList), p = B(() => b.map((o) => ({
|
|
32
|
+
const s = S(), h = j(), b = z(s.user.orgList), p = B(() => b.map((o) => ({
|
|
33
33
|
orgId: o.orgId,
|
|
34
34
|
label: o.orgName,
|
|
35
35
|
...o
|
|
@@ -37,16 +37,16 @@ const $ = { class: "change-org" }, D = {
|
|
|
37
37
|
function C(t) {
|
|
38
38
|
a.value = t;
|
|
39
39
|
}
|
|
40
|
-
function
|
|
40
|
+
function y() {
|
|
41
41
|
h.go(-1);
|
|
42
42
|
}
|
|
43
|
-
async function
|
|
43
|
+
async function I() {
|
|
44
44
|
const t = p.value[a.value], o = t == null ? void 0 : t.orgId;
|
|
45
|
-
o ? o === s.orgId ?
|
|
45
|
+
o ? o === s.user.orgId ? f.error("请避免切换到当前已选组织") : (await s.changeOrg(o), f.success("组织切换成功")) : f.error("请选择要切换的组织");
|
|
46
46
|
}
|
|
47
47
|
return (t, o) => {
|
|
48
48
|
const _ = A, g = T;
|
|
49
|
-
return n(),
|
|
49
|
+
return n(), m("div", $, [
|
|
50
50
|
e("div", D, [
|
|
51
51
|
e("div", F, [
|
|
52
52
|
o[4] || (o[4] = e("div", {
|
|
@@ -56,7 +56,7 @@ const $ = { class: "change-org" }, D = {
|
|
|
56
56
|
flex: "~",
|
|
57
57
|
items: "center"
|
|
58
58
|
}, " 请选择组织 ", -1)),
|
|
59
|
-
(n(!0),
|
|
59
|
+
(n(!0), m(O, null, V(r(p), (d, i) => (n(), m("div", {
|
|
60
60
|
key: i,
|
|
61
61
|
onClick: (P) => C(i)
|
|
62
62
|
}, [
|
|
@@ -70,22 +70,22 @@ const $ = { class: "change-org" }, D = {
|
|
|
70
70
|
}),
|
|
71
71
|
e("div", G, [
|
|
72
72
|
e("div", H, [
|
|
73
|
-
e("span", J, L(
|
|
74
|
-
r(s).orgId ===
|
|
73
|
+
e("span", J, L(d.label), 1),
|
|
74
|
+
r(s).user.orgId === d.orgId ? (n(), x(_, {
|
|
75
75
|
key: 0,
|
|
76
76
|
color: "blue"
|
|
77
77
|
}, {
|
|
78
78
|
default: c(() => o[0] || (o[0] = [
|
|
79
|
-
|
|
79
|
+
u(" 当前使用组织 ")
|
|
80
80
|
])),
|
|
81
81
|
_: 1
|
|
82
82
|
})) : v("", !0),
|
|
83
|
-
|
|
83
|
+
d.main ? (n(), x(_, {
|
|
84
84
|
key: 1,
|
|
85
85
|
color: "red"
|
|
86
86
|
}, {
|
|
87
87
|
default: c(() => o[1] || (o[1] = [
|
|
88
|
-
|
|
88
|
+
u(" 主组织 ")
|
|
89
89
|
])),
|
|
90
90
|
_: 1
|
|
91
91
|
})) : v("", !0)
|
|
@@ -108,20 +108,20 @@ const $ = { class: "change-org" }, D = {
|
|
|
108
108
|
block: "",
|
|
109
109
|
"h-40px": "",
|
|
110
110
|
"mb-15px": "",
|
|
111
|
-
onClick:
|
|
111
|
+
onClick: I
|
|
112
112
|
}, {
|
|
113
113
|
default: c(() => o[2] || (o[2] = [
|
|
114
|
-
|
|
114
|
+
u(" 确定 ")
|
|
115
115
|
])),
|
|
116
116
|
_: 1
|
|
117
117
|
}),
|
|
118
118
|
l(g, {
|
|
119
119
|
block: "",
|
|
120
120
|
"h-40px": "",
|
|
121
|
-
onClick:
|
|
121
|
+
onClick: y
|
|
122
122
|
}, {
|
|
123
123
|
default: c(() => o[3] || (o[3] = [
|
|
124
|
-
|
|
124
|
+
u(" 返回 ")
|
|
125
125
|
])),
|
|
126
126
|
_: 1
|
|
127
127
|
})
|
|
@@ -131,7 +131,7 @@ const $ = { class: "change-org" }, D = {
|
|
|
131
131
|
]);
|
|
132
132
|
};
|
|
133
133
|
}
|
|
134
|
-
}), to = /* @__PURE__ */ R(K, [["__scopeId", "data-v-
|
|
134
|
+
}), to = /* @__PURE__ */ R(K, [["__scopeId", "data-v-9b12754a"]]);
|
|
135
135
|
export {
|
|
136
136
|
to as default
|
|
137
137
|
};
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { defineComponent as D, computed as m, createVNode as d, shallowRef as
|
|
3
|
-
import { g as
|
|
1
|
+
import { a2 as W, a3 as L, a4 as B, a5 as O, bX as j, a7 as z, aj as F, a9 as b, ai as P, aR as X, aN as U, bp as V, ax as q } from "./menu-B5iLIYKi.js";
|
|
2
|
+
import { defineComponent as D, computed as m, createVNode as d, shallowRef as G, watchEffect as J, Fragment as K } from "vue";
|
|
3
|
+
import { g as Q, i as Y, a as Z } from "./colors-DIxsmpcn.js";
|
|
4
4
|
const h = (e, t, l) => {
|
|
5
5
|
const a = j(l);
|
|
6
6
|
return {
|
|
@@ -13,7 +13,7 @@ const h = (e, t, l) => {
|
|
|
13
13
|
}
|
|
14
14
|
}
|
|
15
15
|
};
|
|
16
|
-
}, ee = (e) =>
|
|
16
|
+
}, ee = (e) => Q(e, (t, l) => {
|
|
17
17
|
let {
|
|
18
18
|
textColor: a,
|
|
19
19
|
lightBorderColor: r,
|
|
@@ -45,7 +45,7 @@ const h = (e, t, l) => {
|
|
|
45
45
|
} = e, o = a - l, c = t - l;
|
|
46
46
|
return {
|
|
47
47
|
// Result
|
|
48
|
-
[r]: B(B({},
|
|
48
|
+
[r]: B(B({}, O(e)), {
|
|
49
49
|
display: "inline-block",
|
|
50
50
|
height: "auto",
|
|
51
51
|
marginInlineEnd: e.marginXS,
|
|
@@ -221,44 +221,44 @@ const h = (e, t, l) => {
|
|
|
221
221
|
const {
|
|
222
222
|
prefixCls: o,
|
|
223
223
|
direction: c
|
|
224
|
-
} = z("tag", e), [g, C] = H(o), s =
|
|
225
|
-
process.env.NODE_ENV !== "production" && U(e.visible === void 0, "Tag", '`visible` is deprecated, please use `<Tag v-show="visible" />` instead.'),
|
|
224
|
+
} = z("tag", e), [g, C] = H(o), s = G(!0);
|
|
225
|
+
process.env.NODE_ENV !== "production" && U(e.visible === void 0, "Tag", '`visible` is deprecated, please use `<Tag v-show="visible" />` instead.'), J(() => {
|
|
226
226
|
e.visible !== void 0 && (s.value = e.visible);
|
|
227
227
|
});
|
|
228
228
|
const n = (i) => {
|
|
229
229
|
i.stopPropagation(), a("update:visible", !1), a("close", i), !i.defaultPrevented && e.visible === void 0 && (s.value = !1);
|
|
230
|
-
}, u = m(() =>
|
|
230
|
+
}, u = m(() => Y(e.color) || Z(e.color)), w = m(() => F(o.value, C.value, {
|
|
231
231
|
[`${o.value}-${e.color}`]: u.value,
|
|
232
232
|
[`${o.value}-has-color`]: e.color && !u.value,
|
|
233
233
|
[`${o.value}-hidden`]: !s.value,
|
|
234
234
|
[`${o.value}-rtl`]: c.value === "rtl",
|
|
235
235
|
[`${o.value}-borderless`]: !e.bordered
|
|
236
|
-
})),
|
|
236
|
+
})), N = (i) => {
|
|
237
237
|
a("click", i);
|
|
238
238
|
};
|
|
239
239
|
return () => {
|
|
240
|
-
var i,
|
|
240
|
+
var i, p, f;
|
|
241
241
|
const {
|
|
242
|
-
icon:
|
|
242
|
+
icon: M = (i = l.icon) === null || i === void 0 ? void 0 : i.call(l),
|
|
243
243
|
color: $,
|
|
244
|
-
closeIcon: y = (
|
|
245
|
-
closable:
|
|
246
|
-
} = e,
|
|
244
|
+
closeIcon: y = (p = l.closeIcon) === null || p === void 0 ? void 0 : p.call(l),
|
|
245
|
+
closable: A = !1
|
|
246
|
+
} = e, E = () => A ? y ? d("span", {
|
|
247
247
|
class: `${o.value}-close-icon`,
|
|
248
248
|
onClick: n
|
|
249
249
|
}, [y]) : d(q, {
|
|
250
250
|
class: `${o.value}-close-icon`,
|
|
251
251
|
onClick: n
|
|
252
|
-
}, null) : null,
|
|
252
|
+
}, null) : null, _ = {
|
|
253
253
|
backgroundColor: $ && !u.value ? $ : void 0
|
|
254
|
-
}, T =
|
|
255
|
-
onClick:
|
|
254
|
+
}, T = M || null, x = (f = l.default) === null || f === void 0 ? void 0 : f.call(l), k = T ? d(K, null, [T, d("span", null, [x])]) : x, R = e.onClick !== void 0, I = d("span", b(b({}, r), {}, {
|
|
255
|
+
onClick: N,
|
|
256
256
|
class: [w.value, r.class],
|
|
257
|
-
style: [
|
|
258
|
-
}), [
|
|
259
|
-
return g(
|
|
260
|
-
default: () => [
|
|
261
|
-
}) :
|
|
257
|
+
style: [_, r.style]
|
|
258
|
+
}), [k, E()]);
|
|
259
|
+
return g(R ? d(V, null, {
|
|
260
|
+
default: () => [I]
|
|
261
|
+
}) : I);
|
|
262
262
|
};
|
|
263
263
|
}
|
|
264
264
|
});
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { createVNode as p, defineComponent as pe, computed as I, ref as ne, cloneVNode as Uo, isVNode as Rt, inject as qe, provide as Qe, onUnmounted as tl, shallowRef as re, watch as we, watchEffect as Fe, onMounted as Ze, createTextVNode as An, Fragment as nt, onBeforeUnmount as at, isRef as Pr, reactive as Et, toRefs as Qn, toRaw as kt, nextTick as Ct, onUpdated as nl, unref as Tt, toRef as Be, getCurrentInstance as ol, Transition as ed, withDirectives as td, vShow as nd, Teleport as od, useAttrs as xv, onBeforeUpdate as ld, getCurrentScope as Cv, onScopeDispose as wv, onActivated as vi, onBeforeMount as Pv, Text as ad, mergeProps as Vt, Comment as Iv, resolveDynamicComponent as Vs, createElementBlock as Ov, openBlock as Dv, createElementVNode as Tv, withCtx as Ls } from "vue";
|
|
2
|
-
import {
|
|
3
|
-
import { a as th, T as ll, B as sa, R as no, S as vd, u as Mt, b as Pn, g as so, c as fn, d as nh, e as oh, r as hd, f as lh, y as ua, h as md, i as gd, j as ca, k as al, l as qo, m as bi, C as ah, n as yi, o as bd, p as rh, q as yd, N as Ys, s as da, t as Gs, v as ih, w as sh, A as uh, x as ch, z as dh, D as fh, E as Xs, I as Sd, G as ph, H as vh, Z as $d, J as hh, F as mh, K as gh, L as bh } from "./index-
|
|
2
|
+
import { ab as Wa, ac as rd, ad as Ev, ae as kv, af as vt, ag as Ye, a4 as y, ah as Ve, ai as X, a9 as L, aj as de, ak as It, al as No, am as ge, an as st, ao as Ot, a8 as jt, ap as on, aq as et, ar as id, as as nn, at as Ir, au as tt, av as hi, aw as na, ax as sd, ay as ht, az as ud, a5 as ot, aA as rn, a3 as lt, aB as oa, a2 as yt, aC as la, aD as ze, a7 as Ue, aE as Ro, aF as Fn, aG as Or, aH as mi, aI as Mv, aJ as xe, aK as Xe, aL as Ee, aM as Ge, aN as an, aO as Nv, aP as ut, aQ as Rv, aR as _v, aS as cd, aT as Io, a1 as wn, aU as Bv, aV as Ks, aW as Rn, aX as Hn, aY as Kt, aZ as eo, h as Ln, a_ as dd, a$ as it, b0 as Un, b1 as aa, b2 as Vo, b3 as ra, b4 as Av, b5 as Fv, b6 as Ya, b7 as Vn, b8 as Hv, a6 as io, b9 as ia, ba as fd, bb as zs, bc as Vv, bd as kn, be as Lv, bf as Kv, bg as Kl, bh as zv, bi as jv, bj as Wv, bk as Dr, bl as pd, bm as Ut, bn as Yv, bo as Gv, bp as Xv, bq as Uv, br as js, bs as qv, bt as Ws, bu as Qv, bv as to, bw as gi, bx as Jv, aa as Zv, by as eh } from "./menu-B5iLIYKi.js";
|
|
3
|
+
import { a as th, T as ll, B as sa, R as no, S as vd, u as Mt, b as Pn, g as so, c as fn, d as nh, e as oh, r as hd, f as lh, y as ua, h as md, i as gd, j as ca, k as al, l as qo, m as bi, C as ah, n as yi, o as bd, p as rh, q as yd, N as Ys, s as da, t as Gs, v as ih, w as sh, A as uh, x as ch, z as dh, D as fh, E as Xs, I as Sd, G as ph, H as vh, Z as $d, J as hh, F as mh, K as gh, L as bh } from "./index-BSsKIigI.js";
|
|
4
4
|
import { onMounted as yh, nextTick as xd, isRef as Sh, ref as Cd, getCurrentInstance as Si, unref as $h, getCurrentScope as xh, onScopeDispose as Ch, watch as Tr, computed as wh, customRef as Ph, onUpdated as Ih, isVue2 as Oh } from "vue-demi";
|
|
5
|
-
import { p as $i } from "./pick-
|
|
6
|
-
import { T as Dh } from "./index-
|
|
5
|
+
import { p as $i } from "./pick-CTnAIBFU.js";
|
|
6
|
+
import { T as Dh } from "./index-C6wl3PFA.js";
|
|
7
7
|
function Th() {
|
|
8
8
|
}
|
|
9
9
|
function Eh(e) {
|
|
@@ -34702,7 +34702,8 @@ const {
|
|
|
34702
34702
|
install: (e) => (e.component(xl.name, xl), e.component(Ll.name, Ll), e)
|
|
34703
34703
|
}), ci = Symbol("configProviderInjection"), TP = {
|
|
34704
34704
|
clsPrefix: String,
|
|
34705
|
-
tableSettings: Boolean
|
|
34705
|
+
tableSettings: Boolean,
|
|
34706
|
+
tablePagination: [Boolean, Function, Object]
|
|
34706
34707
|
};
|
|
34707
34708
|
pe({
|
|
34708
34709
|
name: "ConfigProvider",
|
|
@@ -34711,7 +34712,8 @@ pe({
|
|
|
34711
34712
|
const n = qe(ci, null);
|
|
34712
34713
|
return Qe(ci, {
|
|
34713
34714
|
mergedClsPrefixRef: I(() => e.clsPrefix !== void 0 ? e.clsPrefix : n == null ? void 0 : n.mergedClsPrefixRef.value),
|
|
34714
|
-
tableSettingsRef: I(() => e.tableSettings !== void 0 ? e.tableSettings : n == null ? void 0 : n.tableSettingsRef.value)
|
|
34715
|
+
tableSettingsRef: I(() => e.tableSettings !== void 0 ? e.tableSettings : n == null ? void 0 : n.tableSettingsRef.value),
|
|
34716
|
+
tablePaginationRef: I(() => e.tablePagination !== void 0 ? e.tablePagination : n == null ? void 0 : n.tablePaginationRef.value)
|
|
34715
34717
|
}), () => {
|
|
34716
34718
|
var o;
|
|
34717
34719
|
return (o = t == null ? void 0 : t.default) == null ? void 0 : o.call(t);
|
|
@@ -34730,11 +34732,13 @@ function Aa() {
|
|
|
34730
34732
|
tableSettingsRef: I(() => {
|
|
34731
34733
|
const t = e == null ? void 0 : e.tableSettingsRef.value;
|
|
34732
34734
|
return t === void 0 ? !0 : t;
|
|
34735
|
+
}),
|
|
34736
|
+
tablePaginationRef: I(() => {
|
|
34737
|
+
const t = e == null ? void 0 : e.tablePaginationRef.value;
|
|
34738
|
+
return t === void 0 ? !0 : t;
|
|
34733
34739
|
})
|
|
34734
34740
|
};
|
|
34735
34741
|
}
|
|
34736
|
-
Bo(), bt.Option;
|
|
34737
|
-
Bo(), bt.Option;
|
|
34738
34742
|
const ov = Symbol("grid");
|
|
34739
34743
|
function kP(e) {
|
|
34740
34744
|
Qe(ov, e);
|
|
@@ -35710,6 +35714,8 @@ const vI = (e, {
|
|
|
35710
35714
|
};
|
|
35711
35715
|
}
|
|
35712
35716
|
});
|
|
35717
|
+
Bo(), bt.Option;
|
|
35718
|
+
Bo(), bt.Option;
|
|
35713
35719
|
({
|
|
35714
35720
|
...Os()
|
|
35715
35721
|
});
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { _ as l } from "./HButton.vue_vue_type_script_setup_true_lang-CYAzn9Mg.js";
|
|
2
2
|
import { defineComponent as i, ref as u, onUnmounted as c, onMounted as d, createElementBlock as f, openBlock as m, createElementVNode as o, createVNode as x, withCtx as p, createTextVNode as _, toDisplayString as v, unref as w } from "vue";
|
|
3
|
-
import { u as g } from "./
|
|
3
|
+
import { u as g } from "./menu-B5iLIYKi.js";
|
|
4
4
|
import "pinia-plugin-persistedstate";
|
|
5
5
|
import { useRouter as N } from "vue-router";
|
|
6
6
|
import { _ as k } from "./_plugin-vue_export-helper-CHgC5LLL.js";
|