@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.
Files changed (74) hide show
  1. package/dist/{AppSetting-BPm1iNZE.js → AppSetting-Bn7vxkwu.js} +28 -28
  2. package/dist/{HCheckList.vue_vue_type_script_setup_true_lang-DZdJleRQ.js → HCheckList.vue_vue_type_script_setup_true_lang-CHx9ghjT.js} +6 -7
  3. package/dist/{HToggle-D7rl1UyP.js → HToggle-CtjNyqPp.js} +1 -1
  4. package/dist/HeaderThinMenu-DOIRf9rF.js +4 -0
  5. package/dist/{PreferencesContent-3skbPeaO.js → PreferencesContent-DesQ1gs9.js} +42 -42
  6. package/dist/{SettingBreadcrumb-BfGDLhtF.js → SettingBreadcrumb-Dgz-kLlD.js} +5 -5
  7. package/dist/{SettingCopyright-BlaSjFFj.js → SettingCopyright-Bb_zsv8S.js} +3 -3
  8. package/dist/{SettingEnableTransition-C8T3WIUt.js → SettingEnableTransition-8Fk8bfQL.js} +11 -11
  9. package/dist/{SettingHome-QgBXhQ2Q.js → SettingHome-KGLeBn-Y.js} +4 -4
  10. package/dist/{SettingMenu-CEAs_0ys.js → SettingMenu-CbzwRzNT.js} +5 -5
  11. package/dist/{SettingMode-KmHfcY38.js → SettingMode-C22EONZU.js} +3 -3
  12. package/dist/{SettingNavSearch-D0e0I9B7.js → SettingNavSearch-ZEgspalS.js} +4 -4
  13. package/dist/{SettingOther-IHCEjsxI.js → SettingOther-0MjVwrIi.js} +11 -11
  14. package/dist/{SettingPage-DPBGOEtF.js → SettingPage-C-wDrzIC.js} +2 -2
  15. package/dist/{SettingTabbar-DrvOEs-w.js → SettingTabbar-IKM2fNxW.js} +10 -10
  16. package/dist/{SettingThemes-Dy8c7QLY.js → SettingThemes-DybjcBGx.js} +15 -15
  17. package/dist/{SettingToolbar-XbaNbaHm.js → SettingToolbar-fWSTNiLR.js} +6 -6
  18. package/dist/{SettingTopbar-_mX7FPh0.js → SettingTopbar-ddg9ZhqJ.js} +5 -5
  19. package/dist/{SettingWidthMode-C02CiFAb.js → SettingWidthMode-DPhge32Z.js} +4 -4
  20. package/dist/built-in/layout-component/Layout.vue.d.ts +1 -0
  21. package/dist/built-in/layout-component/components/Header/HeaderMenu.vue.d.ts +2 -0
  22. package/dist/built-in/layout-component/composables/useGetComputedStyle.d.ts +1 -1
  23. package/dist/built-in/layout-component/index.d.ts +5 -1
  24. package/dist/{colors-BljoNaBx.js → colors-Cw5YV1k2.js} +1 -1
  25. package/dist/features/components/index.d.ts +0 -1
  26. package/dist/features/stores/utils/index.d.ts +0 -1
  27. package/dist/{index-CzHYZgeY.js → index-B4WU4ykx.js} +3 -3
  28. package/dist/{index-DNYSd9ZF.js → index-Bm6KmENu.js} +2 -2
  29. package/dist/{index-C3c_sJSC.js → index-BrB42sd5.js} +2 -2
  30. package/dist/{index-ChJFQhqM.js → index-ClpIFmv2.js} +1 -1
  31. package/dist/{index-lqO17ZtF.js → index-Cq8mquS8.js} +29235 -28954
  32. package/dist/index-Cvhd8Wyw.js +4 -0
  33. package/dist/{index-DeZnnMdZ.js → index-QidxqFx5.js} +2 -2
  34. package/dist/{index-B8-URsHM.js → index-n76z6PLD.js} +4 -4
  35. package/dist/{index-DdB-0PGU.js → index-tnsLRhOC.js} +1 -1
  36. package/dist/index.d.ts +2 -2
  37. package/dist/index.js +35 -34
  38. package/dist/{pick-BYl3xBnk.js → pick-CKgJFfA4.js} +1 -1
  39. package/dist/style.css +1 -1
  40. package/dist/utils/index.d.ts +1 -0
  41. package/dist/utils/publicKey.d.ts +4 -0
  42. package/package.json +5 -5
  43. package/src/built-in/layout-component/Layout.vue +14 -2
  44. package/src/built-in/layout-component/components/Header/{TopMode → HeaderFullMenu}/index.vue +1 -1
  45. package/src/built-in/layout-component/components/Header/HeaderMenu.vue +19 -0
  46. package/src/built-in/layout-component/components/Header/{TopThinMode.vue → HeaderThinMenu.vue} +1 -1
  47. package/src/built-in/layout-component/components/Header/index.vue +2 -7
  48. package/src/built-in/layout-component/components/Menu/index.vue +1 -1
  49. package/src/{features → built-in/layout-component}/components/NotAllowed/index.vue +2 -32
  50. package/src/built-in/layout-component/composables/useGetComputedStyle.ts +12 -9
  51. package/src/built-in/layout-component/index.ts +16 -1
  52. package/src/features/components/PubinfoApp/index.vue +1 -14
  53. package/src/features/components/index.ts +0 -1
  54. package/src/features/settings/index.ts +1 -0
  55. package/src/features/stores/modules/menu.ts +2 -2
  56. package/src/features/stores/modules/route.ts +8 -3
  57. package/src/features/stores/modules/user.ts +4 -4
  58. package/src/features/stores/utils/index.ts +0 -1
  59. package/src/index.ts +2 -0
  60. package/src/utils/index.ts +1 -0
  61. package/src/{features/stores/utils/crypto.ts → utils/publicKey.ts} +9 -10
  62. package/types/settings.d.ts +6 -0
  63. package/dist/TopThinMode-CgPi1Z9s.js +0 -35
  64. package/dist/features/stores/utils/crypto.d.ts +0 -1
  65. package/dist/index-Hu8-WkAC.js +0 -272
  66. /package/dist/built-in/layout-component/components/Header/{TopMode → HeaderFullMenu}/More.vue.d.ts +0 -0
  67. /package/dist/built-in/layout-component/components/Header/{TopMode → HeaderFullMenu}/NotCursor.vue.d.ts +0 -0
  68. /package/dist/built-in/layout-component/components/Header/{TopMode → HeaderFullMenu}/index.vue.d.ts +0 -0
  69. /package/dist/built-in/layout-component/components/Header/{TopThinMode.vue.d.ts → HeaderThinMenu.vue.d.ts} +0 -0
  70. /package/dist/{features → built-in/layout-component}/components/NotAllowed/index.vue.d.ts +0 -0
  71. /package/src/{features/components/NotAllowed/assets → built-in/layout-component/assets/images}/403.svg +0 -0
  72. /package/src/{features/components/NotAllowed/assets → built-in/layout-component/assets/images}/403_dark.svg +0 -0
  73. /package/src/built-in/layout-component/components/Header/{TopMode → HeaderFullMenu}/More.vue +0 -0
  74. /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.