@pubinfo/core 2.0.0-rc.4 → 2.0.0-rc.5

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 (75) hide show
  1. package/dist/{AppSetting-BI-oNc4e.js → AppSetting-DqVYDIHj.js} +15 -15
  2. package/dist/{HCheckList.vue_vue_type_script_setup_true_lang-BdLpkcoh.js → HCheckList.vue_vue_type_script_setup_true_lang-SrNklW3P.js} +1 -1
  3. package/dist/{HToggle-DxdWLgp-.js → HToggle-DGTP9jYA.js} +1 -1
  4. package/dist/{PreferencesContent-CCYkZeCT.js → PreferencesContent-5NtwK9RQ.js} +4 -4
  5. package/dist/{SettingBreadcrumb-BTyfiy4k.js → SettingBreadcrumb-BudqQsuJ.js} +3 -3
  6. package/dist/{SettingCopyright-g6UHi8pZ.js → SettingCopyright-VUberG4R.js} +2 -2
  7. package/dist/{SettingEnableTransition-Ci-5bhbR.js → SettingEnableTransition-C6NYf021.js} +2 -2
  8. package/dist/SettingHome-BTaeKgwN.js +46 -0
  9. package/dist/{SettingMenu-BYLWzA5i.js → SettingMenu-D9Aon2LP.js} +3 -3
  10. package/dist/{SettingMode-tRisyKtg.js → SettingMode-DaqVd9Mq.js} +1 -1
  11. package/dist/{SettingNavSearch-CSM6mPf8.js → SettingNavSearch-N4JIheIk.js} +2 -2
  12. package/dist/{SettingOther-Bj5KF_vC.js → SettingOther-tLulcors.js} +2 -2
  13. package/dist/{SettingPage-CFjmrVI7.js → SettingPage-CEjWB45R.js} +2 -2
  14. package/dist/{SettingTabbar-uFYiaZhK.js → SettingTabbar-DyeLhcCT.js} +3 -3
  15. package/dist/{SettingThemes-C-tMq9o5.js → SettingThemes-C2M3tsVl.js} +1 -1
  16. package/dist/{SettingToolbar-BfDzijNU.js → SettingToolbar-DI7de6i0.js} +24 -31
  17. package/dist/{SettingTopbar-DTDv4NXD.js → SettingTopbar-BgIoXeAq.js} +3 -3
  18. package/dist/{SettingWidthMode-PkiwrHe3.js → SettingWidthMode-DIAU4s5e.js} +1 -1
  19. package/dist/{TopThinMode-BrvA8pV0.js → TopThinMode-JNUHrJI2.js} +1 -1
  20. package/dist/built-in/index.d.ts +1 -0
  21. package/dist/built-in/layout-component/components/Tools/SearchPanel.vue.d.ts +7 -2
  22. package/dist/built-in/layout-component/composables/useGlobalSearch.d.ts +7 -0
  23. package/dist/built-in/system-info/components/SystemInfo.vue.d.ts +2 -0
  24. package/dist/built-in/system-info/index.d.ts +5 -0
  25. package/dist/{colors-VoaDbOhe.js → colors-DxWfHM_v.js} +1 -1
  26. package/dist/features/components/PubinfoIcon/PrismBox.vue.d.ts +21 -0
  27. package/dist/features/components/PubinfoIcon/SquareBox.vue.d.ts +17 -0
  28. package/dist/features/components/PubinfoIcon/index.vue.d.ts +13 -9
  29. package/dist/features/components/PubinfoIcon/props.d.ts +58 -0
  30. package/dist/features/components/index.d.ts +2 -0
  31. package/dist/{index-BfGqLWFB.js → index-5fRpGyLW.js} +4 -4
  32. package/dist/{index-ConeY38N.js → index-BFRIv97x.js} +2 -2
  33. package/dist/{index-Dv9ndBoi.js → index-BH-vHGvk.js} +1 -1
  34. package/dist/{index-BSevJVD5.js → index-C7xIGcDc.js} +2 -2
  35. package/dist/{index-CYoFRwvw.js → index-CNVn3Ubv.js} +2 -2
  36. package/dist/{index-DV3hkzKA.js → index-Cf-u1Zqh.js} +1 -1
  37. package/dist/{index-Ddw98rJ5.js → index-D4v4g8FJ.js} +112 -98
  38. package/dist/{index-DrC787X_.js → index-DQGnbEGS.js} +2 -2
  39. package/dist/{index-IAYhIBQH.js → index-Dv7UUFkD.js} +23446 -23082
  40. package/dist/index.d.ts +1 -1
  41. package/dist/index.js +55 -48
  42. package/dist/{pick-vpv9EEvu.js → pick-VFuUwFn-.js} +1 -1
  43. package/dist/style.css +1 -1
  44. package/dist/utils/global.d.ts +33 -0
  45. package/dist/utils/index.d.ts +2 -1
  46. package/package.json +8 -5
  47. package/src/built-in/index.ts +1 -0
  48. package/src/built-in/layout-component/components/Header/TopMode/index.vue +27 -6
  49. package/src/built-in/layout-component/components/Menu/item.vue +41 -6
  50. package/src/built-in/layout-component/components/SettingBar/components/SettingHome.vue +1 -4
  51. package/src/built-in/layout-component/components/SettingBar/components/SettingToolbar.vue +0 -6
  52. package/src/built-in/layout-component/components/Tools/SearchPanel.vue +113 -37
  53. package/src/built-in/layout-component/components/Tools/index.vue +1 -1
  54. package/src/built-in/layout-component/components/Topbar/Tabbar/MoreAction.vue +58 -2
  55. package/src/built-in/layout-component/components/Topbar/Tabbar/index.vue +64 -6
  56. package/src/built-in/layout-component/composables/useGlobalSearch.ts +40 -1
  57. package/src/built-in/system-info/components/SystemInfo.vue +53 -0
  58. package/src/built-in/system-info/index.ts +16 -0
  59. package/src/core/ctx.ts +7 -1
  60. package/src/core/resolver/icon.ts +9 -5
  61. package/src/features/components/PubinfoIcon/PrismBox.vue +203 -0
  62. package/src/features/components/PubinfoIcon/SquareBox.vue +59 -0
  63. package/src/features/components/PubinfoIcon/index.vue +128 -37
  64. package/src/features/components/PubinfoIcon/props.ts +54 -0
  65. package/src/features/components/index.ts +4 -1
  66. package/src/features/context/index.ts +1 -16
  67. package/src/features/settings/index.ts +0 -1
  68. package/src/index.ts +7 -0
  69. package/src/utils/global.ts +161 -0
  70. package/src/utils/index.ts +2 -1
  71. package/src/utils/proxy.ts +7 -8
  72. package/types/global.d.ts +7 -0
  73. package/types/menu.d.ts +10 -0
  74. package/types/settings.d.ts +0 -7
  75. 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.