@pubinfo-pr/core 0.221.2 → 0.222.1

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-B313MN-C.js → AppSetting-2X1fMYsM.js} +17 -17
  2. package/dist/{HCheckList-BQjEUWU0.js → HCheckList-IpOaPgDS.js} +1 -1
  3. package/dist/HSlideover-DVQDc9q6.js +3151 -0
  4. package/dist/{HToggle-DEwBoDsw.js → HToggle-53efctOx.js} +1 -1
  5. package/dist/{PreferencesContent-CRWKG-hY.js → PreferencesContent-DR7Bfby2.js} +6 -6
  6. package/dist/{SettingBreadcrumb-Dmz1xlaR.js → SettingBreadcrumb-BdZkTm8U.js} +4 -4
  7. package/dist/{SettingCopyright-BgWvocrJ.js → SettingCopyright-CUTR3xEl.js} +3 -3
  8. package/dist/{SettingEnableTransition-Cf57pLUk.js → SettingEnableTransition-X3MmJab_.js} +3 -3
  9. package/dist/{SettingHome-tNMtRHoT.js → SettingHome-lZQWdmKO.js} +4 -4
  10. package/dist/{SettingMenu-B2spR2pp.js → SettingMenu-CpmiIDE3.js} +5 -5
  11. package/dist/{SettingMode-DGWqKJHt.js → SettingMode-bW2Ola6n.js} +2 -2
  12. package/dist/{SettingNavSearch-C_8VmQmD.js → SettingNavSearch-zNci1-io.js} +3 -3
  13. package/dist/{SettingOther-B9iOz69R.js → SettingOther-B_fS7F1Q.js} +4 -4
  14. package/dist/{SettingPage-C0TfmEKp.js → SettingPage-D3Le0166.js} +2 -2
  15. package/dist/{SettingTabbar-DtJIMcmw.js → SettingTabbar-DlAGfaVi.js} +5 -5
  16. package/dist/{SettingThemes-022eXO9f.js → SettingThemes-Doo4eAO8.js} +5 -5
  17. package/dist/{SettingToolbar-Bh9aXNpl.js → SettingToolbar-CULbO3xO.js} +3 -3
  18. package/dist/{SettingTopbar-C1L0XqVL.js → SettingTopbar-C6sVE2Ho.js} +5 -5
  19. package/dist/{SettingWidthMode-D7sRlBUK.js → SettingWidthMode-CilRvSU4.js} +3 -3
  20. package/dist/{auth-B65CJEOe.js → auth-BLGKOyc5.js} +193 -3
  21. package/dist/{change-organization-Dzke68ZX.js → change-organization-BGeqwF7P.js} +3 -3
  22. package/dist/{change-password-wEU_ytZo.js → change-password-DihoH7ST.js} +3 -3
  23. package/dist/{components-DReV9oJp.js → components-zl6Vcs20.js} +8 -8
  24. package/dist/index.js +936 -468
  25. package/dist/{not-found-DbHOY5cU.js → not-found-BCjngLzt.js} +1 -1
  26. package/dist/{not-permission-DwERxb_u.js → not-permission-C26vTMvf.js} +1 -1
  27. package/dist/{profile-Dq66-Gsl.js → profile-BVXIFuBG.js} +1 -1
  28. package/dist/style.css +1 -1
  29. package/package.json +7 -7
  30. package/src/built-in/authentication/pages/change-organization/index.vue +22 -5
  31. package/src/built-in/authentication/pages/change-password/index.vue +30 -3
  32. package/src/built-in/layout-component/Layout.vue +81 -31
  33. package/src/built-in/layout-component/components/Copyright/index.vue +29 -3
  34. package/src/built-in/layout-component/components/Header/HeaderFullMenu/More.vue +17 -6
  35. package/src/built-in/layout-component/components/Header/HeaderFullMenu/NotCursor.vue +18 -7
  36. package/src/built-in/layout-component/components/Header/HeaderMenu.vue +2 -3
  37. package/src/built-in/layout-component/components/Header/index.vue +119 -22
  38. package/src/built-in/layout-component/components/Logo/index.vue +4 -1
  39. package/src/built-in/layout-component/components/Menu/item.vue +29 -6
  40. package/src/built-in/layout-component/components/SettingBar/AppSetting.vue +33 -13
  41. package/src/built-in/layout-component/components/SettingBar/components/DayNightToggle.vue +113 -25
  42. package/src/built-in/layout-component/components/SettingBar/components/SettingEnableTransition.vue +57 -4
  43. package/src/built-in/layout-component/components/SettingBar/components/SettingMode.vue +123 -20
  44. package/src/built-in/layout-component/components/SettingBar/components/SettingThemes.vue +102 -25
  45. package/src/built-in/layout-component/components/SettingBar/components/SettingWidthMode.vue +100 -16
  46. package/src/built-in/layout-component/components/SettingBar/index.vue +64 -10
  47. package/src/built-in/layout-component/components/Sidebar/MainSidebar.vue +76 -22
  48. package/src/built-in/layout-component/components/Sidebar/SubSidebar.vue +16 -10
  49. package/src/built-in/layout-component/components/Tools/Breadcrumb/index.vue +2 -2
  50. package/src/built-in/layout-component/components/Tools/DarkModeToggle.vue +26 -4
  51. package/src/built-in/layout-component/components/Tools/Preferences/PreferencesContent.vue +404 -51
  52. package/src/built-in/layout-component/components/Topbar/Tabbar/MoreAction.vue +68 -13
  53. package/src/built-in/layout-component/components/Topbar/Tabbar/index.vue +177 -49
  54. package/src/built-in/layout-component/components/Topbar/Toolbar/Favorites.vue +2 -2
  55. package/src/built-in/layout-component/components/Topbar/Toolbar/index.vue +45 -12
  56. package/src/built-in/layout-component/components/ui/HToggle.vue +55 -9
  57. package/src/features/components/PassStrengthValidator/index.vue +36 -10
  58. package/src/features/components/PassStrengthValidator/rule.vue +17 -4
  59. package/src/features/components/PubinfoApp/index.vue +1 -0
  60. package/dist/HSlideover-CXBJxuQo.js +0 -1695
  61. package/dist/HeaderFullMenu-yMip8PkX.js +0 -250
  62. package/dist/HeaderThinMenu-B6oUemfK.js +0 -438
  63. package/dist/overlayscrollbars-vue-mGyICRMi.js +0 -1460
  64. /package/dist/{HDivider-Ds5MMqtm.js → HDivider-BwvBr5OE.js} +0 -0
  65. /package/dist/{HInput-BrsX9848.js → HInput-KJ5nFBpF.js} +0 -0
  66. /package/dist/{core-4H5JBsa5.js → core-DJIGzMMM.js} +0 -0
  67. /package/dist/{engine-oniguruma-uxNZ2DGJ.js → engine-oniguruma-CaNXwGSv.js} +0 -0
  68. /package/dist/{json-CC4oV-bd.js → json-Bu_Zprin.js} +0 -0
  69. /package/dist/{question-line-D7ecIumZ.js → question-line-BG__Ycfv.js} +0 -0
  70. /package/dist/{reload-CbuQgTlC.js → reload-DHx5Vwus.js} +0 -0
  71. /package/dist/{right-DYiPS7dU.js → right-BxBlFUwj.js} +0 -0
  72. /package/dist/{vitesse-dark-CxkWMfh6.js → vitesse-dark-CTe40QT_.js} +0 -0
  73. /package/dist/{vitesse-light-DY25e6F3.js → vitesse-light-BWXC_WeB.js} +0 -0
  74. /package/dist/{wasm-DAU6f5s5.js → wasm-2zDVqo-C.js} +0 -0
@@ -2,7 +2,7 @@ import { n as useClipboard } from "./dist-7OjQvlya.js";
2
2
  import { t as _plugin_vue_export_helper_default } from "./_plugin-vue_export-helper-sUTDUeGO.js";
3
3
  import { n as useContext } from "./useContext-DLtu9F7E.js";
4
4
  import { t as HButton_default } from "./HButton-Dt6qGhhR.js";
5
- import { t as HSlideover_default } from "./HSlideover-CXBJxuQo.js";
5
+ import { t as HSlideover_default } from "./HSlideover-DVQDc9q6.js";
6
6
  import { Fragment, computed, createBlock, createElementBlock, createElementVNode, createSlots, createTextVNode, createVNode, defineAsyncComponent, defineComponent, markRaw, openBlock, renderList, resolveComponent, resolveDynamicComponent, unref, useModel, watch, withCtx } from "vue";
7
7
  import { useRoute } from "vue-router";
8
8
  import Message from "vue-m-message";
@@ -23,20 +23,20 @@ var document_copy_default = markRaw({
23
23
  }), _hoisted_1 = { class: "settong-warp" }, AppSetting_default = /* @__PURE__ */ _plugin_vue_export_helper_default(/* @__PURE__ */ defineComponent({
24
24
  name: "AppSetting",
25
25
  components: {
26
- SettingThemes: defineAsyncComponent(() => import("./SettingThemes-022eXO9f.js")),
27
- SettingsMode: defineAsyncComponent(() => import("./SettingMode-DGWqKJHt.js")),
28
- SettingWidthMode: defineAsyncComponent(() => import("./SettingWidthMode-D7sRlBUK.js")),
29
- SettingEnableTransition: defineAsyncComponent(() => import("./SettingEnableTransition-Cf57pLUk.js")),
30
- SettingMenu: defineAsyncComponent(() => import("./SettingMenu-B2spR2pp.js")),
31
- SettingTopbar: defineAsyncComponent(() => import("./SettingTopbar-C1L0XqVL.js")),
32
- SettingTabbar: defineAsyncComponent(() => import("./SettingTabbar-DtJIMcmw.js")),
33
- SettingToolbar: defineAsyncComponent(() => import("./SettingToolbar-Bh9aXNpl.js")),
34
- SettingBreadcrumb: defineAsyncComponent(() => import("./SettingBreadcrumb-Dmz1xlaR.js")),
35
- SettingPage: defineAsyncComponent(() => import("./SettingPage-C0TfmEKp.js")),
36
- SettingNavSearch: defineAsyncComponent(() => import("./SettingNavSearch-C_8VmQmD.js")),
37
- SettingCopyright: defineAsyncComponent(() => import("./SettingCopyright-BgWvocrJ.js")),
38
- SettingHome: defineAsyncComponent(() => import("./SettingHome-tNMtRHoT.js")),
39
- SettingOther: defineAsyncComponent(() => import("./SettingOther-B9iOz69R.js"))
26
+ SettingThemes: defineAsyncComponent(() => import("./SettingThemes-Doo4eAO8.js")),
27
+ SettingsMode: defineAsyncComponent(() => import("./SettingMode-bW2Ola6n.js")),
28
+ SettingWidthMode: defineAsyncComponent(() => import("./SettingWidthMode-CilRvSU4.js")),
29
+ SettingEnableTransition: defineAsyncComponent(() => import("./SettingEnableTransition-X3MmJab_.js")),
30
+ SettingMenu: defineAsyncComponent(() => import("./SettingMenu-CpmiIDE3.js")),
31
+ SettingTopbar: defineAsyncComponent(() => import("./SettingTopbar-C6sVE2Ho.js")),
32
+ SettingTabbar: defineAsyncComponent(() => import("./SettingTabbar-DlAGfaVi.js")),
33
+ SettingToolbar: defineAsyncComponent(() => import("./SettingToolbar-CULbO3xO.js")),
34
+ SettingBreadcrumb: defineAsyncComponent(() => import("./SettingBreadcrumb-BdZkTm8U.js")),
35
+ SettingPage: defineAsyncComponent(() => import("./SettingPage-D3Le0166.js")),
36
+ SettingNavSearch: defineAsyncComponent(() => import("./SettingNavSearch-zNci1-io.js")),
37
+ SettingCopyright: defineAsyncComponent(() => import("./SettingCopyright-CUTR3xEl.js")),
38
+ SettingHome: defineAsyncComponent(() => import("./SettingHome-lZQWdmKO.js")),
39
+ SettingOther: defineAsyncComponent(() => import("./SettingOther-B_fS7F1Q.js"))
40
40
  },
41
41
  __name: "AppSetting",
42
42
  props: {
@@ -91,7 +91,7 @@ var document_copy_default = markRaw({
91
91
  }, [unref(f) ? {
92
92
  name: "footer",
93
93
  fn: withCtx(() => [createVNode(n, {
94
- block: "",
94
+ class: "block",
95
95
  onClick: p
96
96
  }, {
97
97
  default: withCtx(() => [createVNode(unref(document_copy_default)), t[2] ||= createTextVNode(" 复制配置 ", -1)]),
@@ -101,5 +101,5 @@ var document_copy_default = markRaw({
101
101
  } : void 0]), 1032, ["modelValue"]);
102
102
  };
103
103
  }
104
- }), [["__scopeId", "data-v-10c15033"]]);
104
+ }), [["__scopeId", "data-v-97b2cd46"]]);
105
105
  export { AppSetting_default as default };
@@ -1,4 +1,4 @@
1
- import { a as PubinfoIcon_default } from "./components-DReV9oJp.js";
1
+ import { a as PubinfoIcon_default } from "./components-zl6Vcs20.js";
2
2
  import { Fragment, createBlock, createElementBlock, createTextVNode, defineComponent, normalizeClass, openBlock, renderList, toDisplayString, unref, watch } from "vue";
3
3
  var _hoisted_1 = { class: "inline-flex select-none items-center justify-center of-hidden rounded-md bg-stone-3 dark:bg-stone-7" }, _hoisted_2 = ["disabled", "onClick"], HCheckList_default = /* @__PURE__ */ defineComponent({
4
4
  __name: "HCheckList",