@pubinfo/core 2.0.0-rc.4 → 2.0.0
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/dist/{AppSetting-BI-oNc4e.js → AppSetting-DqVYDIHj.js} +15 -15
- package/dist/{HCheckList.vue_vue_type_script_setup_true_lang-BdLpkcoh.js → HCheckList.vue_vue_type_script_setup_true_lang-SrNklW3P.js} +1 -1
- package/dist/{HToggle-DxdWLgp-.js → HToggle-DGTP9jYA.js} +1 -1
- package/dist/{PreferencesContent-CCYkZeCT.js → PreferencesContent-5NtwK9RQ.js} +4 -4
- package/dist/{SettingBreadcrumb-BTyfiy4k.js → SettingBreadcrumb-BudqQsuJ.js} +3 -3
- package/dist/{SettingCopyright-g6UHi8pZ.js → SettingCopyright-VUberG4R.js} +2 -2
- package/dist/{SettingEnableTransition-Ci-5bhbR.js → SettingEnableTransition-C6NYf021.js} +2 -2
- package/dist/SettingHome-BTaeKgwN.js +46 -0
- package/dist/{SettingMenu-BYLWzA5i.js → SettingMenu-D9Aon2LP.js} +3 -3
- package/dist/{SettingMode-tRisyKtg.js → SettingMode-DaqVd9Mq.js} +1 -1
- package/dist/{SettingNavSearch-CSM6mPf8.js → SettingNavSearch-N4JIheIk.js} +2 -2
- package/dist/{SettingOther-Bj5KF_vC.js → SettingOther-tLulcors.js} +2 -2
- package/dist/{SettingPage-CFjmrVI7.js → SettingPage-CEjWB45R.js} +2 -2
- package/dist/{SettingTabbar-uFYiaZhK.js → SettingTabbar-DyeLhcCT.js} +3 -3
- package/dist/{SettingThemes-C-tMq9o5.js → SettingThemes-C2M3tsVl.js} +1 -1
- package/dist/{SettingToolbar-BfDzijNU.js → SettingToolbar-DI7de6i0.js} +24 -31
- package/dist/{SettingTopbar-DTDv4NXD.js → SettingTopbar-BgIoXeAq.js} +3 -3
- package/dist/{SettingWidthMode-PkiwrHe3.js → SettingWidthMode-DIAU4s5e.js} +1 -1
- package/dist/{TopThinMode-BrvA8pV0.js → TopThinMode-JNUHrJI2.js} +1 -1
- package/dist/built-in/index.d.ts +1 -0
- package/dist/built-in/layout-component/components/Tools/SearchPanel.vue.d.ts +7 -2
- package/dist/built-in/layout-component/composables/useGlobalSearch.d.ts +7 -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/{colors-VoaDbOhe.js → colors-DxWfHM_v.js} +1 -1
- 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 +13 -9
- package/dist/features/components/PubinfoIcon/props.d.ts +58 -0
- package/dist/features/components/index.d.ts +2 -0
- package/dist/{index-BfGqLWFB.js → index-5fRpGyLW.js} +4 -4
- package/dist/{index-ConeY38N.js → index-BFRIv97x.js} +2 -2
- package/dist/{index-Dv9ndBoi.js → index-BH-vHGvk.js} +1 -1
- package/dist/{index-BSevJVD5.js → index-C7xIGcDc.js} +2 -2
- package/dist/{index-CYoFRwvw.js → index-CNVn3Ubv.js} +2 -2
- package/dist/{index-DV3hkzKA.js → index-Cf-u1Zqh.js} +1 -1
- package/dist/{index-Ddw98rJ5.js → index-D4v4g8FJ.js} +112 -98
- package/dist/{index-DrC787X_.js → index-DQGnbEGS.js} +2 -2
- package/dist/{index-IAYhIBQH.js → index-Dv7UUFkD.js} +23446 -23082
- package/dist/index.d.ts +1 -1
- package/dist/index.js +55 -48
- package/dist/{pick-vpv9EEvu.js → pick-VFuUwFn-.js} +1 -1
- package/dist/style.css +1 -1
- package/dist/utils/global.d.ts +33 -0
- package/dist/utils/index.d.ts +2 -1
- package/package.json +8 -5
- package/src/built-in/index.ts +1 -0
- package/src/built-in/layout-component/components/Header/TopMode/index.vue +27 -6
- package/src/built-in/layout-component/components/Menu/item.vue +41 -6
- package/src/built-in/layout-component/components/SettingBar/components/SettingHome.vue +1 -4
- package/src/built-in/layout-component/components/SettingBar/components/SettingToolbar.vue +0 -6
- package/src/built-in/layout-component/components/Tools/SearchPanel.vue +113 -37
- package/src/built-in/layout-component/components/Tools/index.vue +1 -1
- package/src/built-in/layout-component/components/Topbar/Tabbar/MoreAction.vue +58 -2
- package/src/built-in/layout-component/components/Topbar/Tabbar/index.vue +64 -6
- package/src/built-in/layout-component/composables/useGlobalSearch.ts +40 -1
- package/src/built-in/system-info/components/SystemInfo.vue +53 -0
- package/src/built-in/system-info/index.ts +16 -0
- package/src/core/ctx.ts +7 -1
- package/src/core/resolver/icon.ts +9 -5
- 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 +128 -37
- package/src/features/components/PubinfoIcon/props.ts +54 -0
- package/src/features/components/index.ts +4 -1
- package/src/features/context/index.ts +1 -16
- package/src/features/settings/index.ts +0 -1
- package/src/index.ts +7 -0
- package/src/utils/global.ts +161 -0
- package/src/utils/index.ts +2 -1
- package/src/utils/proxy.ts +7 -8
- package/types/global.d.ts +7 -0
- package/types/menu.d.ts +10 -0
- package/types/settings.d.ts +0 -7
- package/dist/SettingHome-K4Iel0Hr.js +0 -55
There are too many changes on this page to be displayed.
The amount of changes on this page would crash your brower.
You can still verify the content by downloading the package file manually.