@pubinfo/core 2.0.4 → 2.0.6
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-BPm1iNZE.js → AppSetting-Bn7vxkwu.js} +28 -28
- package/dist/{HCheckList.vue_vue_type_script_setup_true_lang-DZdJleRQ.js → HCheckList.vue_vue_type_script_setup_true_lang-CHx9ghjT.js} +6 -7
- package/dist/{HToggle-D7rl1UyP.js → HToggle-CtjNyqPp.js} +1 -1
- package/dist/HeaderThinMenu-DOIRf9rF.js +4 -0
- package/dist/{PreferencesContent-3skbPeaO.js → PreferencesContent-DesQ1gs9.js} +42 -42
- package/dist/{SettingBreadcrumb-BfGDLhtF.js → SettingBreadcrumb-Dgz-kLlD.js} +5 -5
- package/dist/{SettingCopyright-BlaSjFFj.js → SettingCopyright-Bb_zsv8S.js} +3 -3
- package/dist/{SettingEnableTransition-C8T3WIUt.js → SettingEnableTransition-8Fk8bfQL.js} +11 -11
- package/dist/{SettingHome-QgBXhQ2Q.js → SettingHome-KGLeBn-Y.js} +4 -4
- package/dist/{SettingMenu-CEAs_0ys.js → SettingMenu-CbzwRzNT.js} +5 -5
- package/dist/{SettingMode-KmHfcY38.js → SettingMode-C22EONZU.js} +3 -3
- package/dist/{SettingNavSearch-D0e0I9B7.js → SettingNavSearch-ZEgspalS.js} +4 -4
- package/dist/{SettingOther-IHCEjsxI.js → SettingOther-0MjVwrIi.js} +11 -11
- package/dist/{SettingPage-DPBGOEtF.js → SettingPage-C-wDrzIC.js} +2 -2
- package/dist/{SettingTabbar-DrvOEs-w.js → SettingTabbar-IKM2fNxW.js} +10 -10
- package/dist/{SettingThemes-Dy8c7QLY.js → SettingThemes-DybjcBGx.js} +15 -15
- package/dist/{SettingToolbar-XbaNbaHm.js → SettingToolbar-fWSTNiLR.js} +6 -6
- package/dist/{SettingTopbar-_mX7FPh0.js → SettingTopbar-ddg9ZhqJ.js} +5 -5
- package/dist/{SettingWidthMode-C02CiFAb.js → SettingWidthMode-DPhge32Z.js} +4 -4
- package/dist/built-in/layout-component/Layout.vue.d.ts +1 -0
- package/dist/built-in/layout-component/components/Header/HeaderMenu.vue.d.ts +2 -0
- package/dist/built-in/layout-component/composables/useGetComputedStyle.d.ts +1 -1
- package/dist/built-in/layout-component/index.d.ts +5 -1
- package/dist/{colors-BljoNaBx.js → colors-Cw5YV1k2.js} +1 -1
- package/dist/features/components/index.d.ts +0 -1
- package/dist/features/stores/utils/index.d.ts +0 -1
- package/dist/{index-CzHYZgeY.js → index-B4WU4ykx.js} +3 -3
- package/dist/{index-DNYSd9ZF.js → index-Bm6KmENu.js} +2 -2
- package/dist/{index-C3c_sJSC.js → index-BrB42sd5.js} +2 -2
- package/dist/{index-ChJFQhqM.js → index-ClpIFmv2.js} +1 -1
- package/dist/{index-lqO17ZtF.js → index-Cq8mquS8.js} +29235 -28954
- package/dist/index-Cvhd8Wyw.js +4 -0
- package/dist/{index-DeZnnMdZ.js → index-QidxqFx5.js} +2 -2
- package/dist/{index-B8-URsHM.js → index-n76z6PLD.js} +4 -4
- package/dist/{index-DdB-0PGU.js → index-tnsLRhOC.js} +1 -1
- package/dist/index.d.ts +2 -2
- package/dist/index.js +35 -34
- package/dist/{pick-BYl3xBnk.js → pick-CKgJFfA4.js} +1 -1
- package/dist/style.css +1 -1
- package/dist/utils/index.d.ts +1 -0
- package/dist/utils/publicKey.d.ts +4 -0
- package/package.json +5 -5
- package/src/built-in/layout-component/Layout.vue +14 -2
- package/src/built-in/layout-component/components/Header/{TopMode → HeaderFullMenu}/index.vue +1 -1
- package/src/built-in/layout-component/components/Header/HeaderMenu.vue +19 -0
- package/src/built-in/layout-component/components/Header/{TopThinMode.vue → HeaderThinMenu.vue} +1 -1
- package/src/built-in/layout-component/components/Header/index.vue +2 -7
- package/src/built-in/layout-component/components/Menu/index.vue +1 -1
- package/src/{features → built-in/layout-component}/components/NotAllowed/index.vue +2 -32
- package/src/built-in/layout-component/composables/useGetComputedStyle.ts +12 -9
- package/src/built-in/layout-component/index.ts +16 -1
- package/src/features/components/PubinfoApp/index.vue +1 -14
- package/src/features/components/index.ts +0 -1
- package/src/features/settings/index.ts +1 -0
- package/src/features/stores/modules/menu.ts +2 -2
- package/src/features/stores/modules/route.ts +8 -3
- package/src/features/stores/modules/user.ts +4 -4
- package/src/features/stores/utils/index.ts +0 -1
- package/src/index.ts +2 -0
- package/src/utils/index.ts +1 -0
- package/src/{features/stores/utils/crypto.ts → utils/publicKey.ts} +9 -10
- package/types/settings.d.ts +6 -0
- package/dist/TopThinMode-CgPi1Z9s.js +0 -35
- package/dist/features/stores/utils/crypto.d.ts +0 -1
- package/dist/index-Hu8-WkAC.js +0 -272
- /package/dist/built-in/layout-component/components/Header/{TopMode → HeaderFullMenu}/More.vue.d.ts +0 -0
- /package/dist/built-in/layout-component/components/Header/{TopMode → HeaderFullMenu}/NotCursor.vue.d.ts +0 -0
- /package/dist/built-in/layout-component/components/Header/{TopMode → HeaderFullMenu}/index.vue.d.ts +0 -0
- /package/dist/built-in/layout-component/components/Header/{TopThinMode.vue.d.ts → HeaderThinMenu.vue.d.ts} +0 -0
- /package/dist/{features → built-in/layout-component}/components/NotAllowed/index.vue.d.ts +0 -0
- /package/src/{features/components/NotAllowed/assets → built-in/layout-component/assets/images}/403.svg +0 -0
- /package/src/{features/components/NotAllowed/assets → built-in/layout-component/assets/images}/403_dark.svg +0 -0
- /package/src/built-in/layout-component/components/Header/{TopMode → HeaderFullMenu}/More.vue +0 -0
- /package/src/built-in/layout-component/components/Header/{TopMode → HeaderFullMenu}/NotCursor.vue +0 -0
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.