@pubinfo-pr/core 0.222.3 → 0.223.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-Adv5Y3SE.js → AppSetting-7jlhUzze.js} +17 -17
  2. package/dist/{HCheckList-WAAl9RiK.js → HCheckList-cPBgATmv.js} +1 -1
  3. package/dist/HSlideover-DVQDc9q6.js +3151 -0
  4. package/dist/{HToggle-YLmL7R0b.js → HToggle-Ce_2-yhZ.js} +1 -1
  5. package/dist/{PreferencesContent-CiPweszy.js → PreferencesContent-BAIH81yS.js} +6 -6
  6. package/dist/{SettingBreadcrumb-C1VwfnxX.js → SettingBreadcrumb-O9-PhAFT.js} +4 -4
  7. package/dist/{SettingCopyright-C--oGV21.js → SettingCopyright-DIKsWTuf.js} +3 -3
  8. package/dist/{SettingEnableTransition-DW2gfisN.js → SettingEnableTransition-61O7W00b.js} +3 -3
  9. package/dist/{SettingHome-VUAS3uEg.js → SettingHome-Sv65TPH8.js} +4 -4
  10. package/dist/{SettingMenu-BH7XU7eF.js → SettingMenu-BvwJOUZV.js} +5 -5
  11. package/dist/{SettingMode-BIyHzTKH.js → SettingMode-B8H_eQc8.js} +2 -2
  12. package/dist/{SettingNavSearch-PfSA-_ro.js → SettingNavSearch-BHsmYBA7.js} +3 -3
  13. package/dist/{SettingOther-DdqNapQX.js → SettingOther-CyyNnaDX.js} +4 -4
  14. package/dist/{SettingPage-DS-G9-X5.js → SettingPage-B82lW41P.js} +2 -2
  15. package/dist/{SettingTabbar-2yfw2vsm.js → SettingTabbar-Bky2xvH-.js} +5 -5
  16. package/dist/{SettingThemes-Bkcywy7v.js → SettingThemes-CkdzS1xt.js} +5 -5
  17. package/dist/{SettingToolbar-DP7-_nPK.js → SettingToolbar-CD4qns1J.js} +3 -3
  18. package/dist/{SettingTopbar-C0Ia4-If.js → SettingTopbar-1shjoe3s.js} +5 -5
  19. package/dist/{SettingWidthMode-DgSWsHFq.js → SettingWidthMode-DlG6lXjA.js} +3 -3
  20. package/dist/{auth-B65CJEOe.js → auth-BLGKOyc5.js} +193 -3
  21. package/dist/built-in/layout-component/index.d.ts +2 -6
  22. package/dist/{change-organization-BfnI2yEl.js → change-organization-hsqeSzDu.js} +3 -3
  23. package/dist/{change-password-Bj_GWzmn.js → change-password-EtccCDRX.js} +3 -3
  24. package/dist/{components-BfkDsfck.js → components-DFNyaAb9.js} +6 -6
  25. package/dist/index.js +815 -343
  26. package/dist/{not-found-DbHOY5cU.js → not-found-BCjngLzt.js} +1 -1
  27. package/dist/{not-permission-DwERxb_u.js → not-permission-C26vTMvf.js} +1 -1
  28. package/dist/{profile-Dq66-Gsl.js → profile-BVXIFuBG.js} +1 -1
  29. package/dist/style.css +1 -1
  30. package/package.json +7 -7
  31. package/src/built-in/authentication/pages/change-organization/index.vue +5 -22
  32. package/src/built-in/authentication/pages/change-password/index.vue +3 -30
  33. package/src/built-in/layout-component/Layout.vue +30 -81
  34. package/src/built-in/layout-component/components/Copyright/index.vue +3 -29
  35. package/src/built-in/layout-component/components/Header/HeaderFullMenu/More.vue +6 -17
  36. package/src/built-in/layout-component/components/Header/HeaderFullMenu/NotCursor.vue +7 -18
  37. package/src/built-in/layout-component/components/Header/index.vue +22 -119
  38. package/src/built-in/layout-component/components/Logo/index.vue +1 -4
  39. package/src/built-in/layout-component/components/Menu/item.vue +6 -29
  40. package/src/built-in/layout-component/components/SettingBar/AppSetting.vue +13 -33
  41. package/src/built-in/layout-component/components/SettingBar/components/DayNightToggle.vue +25 -113
  42. package/src/built-in/layout-component/components/SettingBar/components/SettingEnableTransition.vue +4 -57
  43. package/src/built-in/layout-component/components/SettingBar/components/SettingMode.vue +20 -123
  44. package/src/built-in/layout-component/components/SettingBar/components/SettingThemes.vue +25 -102
  45. package/src/built-in/layout-component/components/SettingBar/components/SettingWidthMode.vue +16 -100
  46. package/src/built-in/layout-component/components/SettingBar/index.vue +10 -64
  47. package/src/built-in/layout-component/components/Sidebar/MainSidebar.vue +22 -76
  48. package/src/built-in/layout-component/components/Sidebar/SubSidebar.vue +10 -16
  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 +4 -26
  51. package/src/built-in/layout-component/components/Tools/Preferences/PreferencesContent.vue +51 -404
  52. package/src/built-in/layout-component/components/Topbar/Tabbar/MoreAction.vue +13 -68
  53. package/src/built-in/layout-component/components/Topbar/Tabbar/index.vue +49 -177
  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 +12 -45
  56. package/src/built-in/layout-component/components/ui/HToggle.vue +9 -55
  57. package/src/built-in/layout-component/index.ts +2 -4
  58. package/src/features/components/PassStrengthValidator/index.vue +10 -36
  59. package/src/features/components/PassStrengthValidator/rule.vue +4 -17
  60. package/dist/HSlideover-CXBJxuQo.js +0 -1695
  61. package/dist/HeaderFullMenu-ByedDsvz.js +0 -251
  62. package/dist/HeaderThinMenu-2q2iBtTH.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-Bkcywy7v.js")),
27
- SettingsMode: defineAsyncComponent(() => import("./SettingMode-BIyHzTKH.js")),
28
- SettingWidthMode: defineAsyncComponent(() => import("./SettingWidthMode-DgSWsHFq.js")),
29
- SettingEnableTransition: defineAsyncComponent(() => import("./SettingEnableTransition-DW2gfisN.js")),
30
- SettingMenu: defineAsyncComponent(() => import("./SettingMenu-BH7XU7eF.js")),
31
- SettingTopbar: defineAsyncComponent(() => import("./SettingTopbar-C0Ia4-If.js")),
32
- SettingTabbar: defineAsyncComponent(() => import("./SettingTabbar-2yfw2vsm.js")),
33
- SettingToolbar: defineAsyncComponent(() => import("./SettingToolbar-DP7-_nPK.js")),
34
- SettingBreadcrumb: defineAsyncComponent(() => import("./SettingBreadcrumb-C1VwfnxX.js")),
35
- SettingPage: defineAsyncComponent(() => import("./SettingPage-DS-G9-X5.js")),
36
- SettingNavSearch: defineAsyncComponent(() => import("./SettingNavSearch-PfSA-_ro.js")),
37
- SettingCopyright: defineAsyncComponent(() => import("./SettingCopyright-C--oGV21.js")),
38
- SettingHome: defineAsyncComponent(() => import("./SettingHome-VUAS3uEg.js")),
39
- SettingOther: defineAsyncComponent(() => import("./SettingOther-DdqNapQX.js"))
26
+ SettingThemes: defineAsyncComponent(() => import("./SettingThemes-CkdzS1xt.js")),
27
+ SettingsMode: defineAsyncComponent(() => import("./SettingMode-B8H_eQc8.js")),
28
+ SettingWidthMode: defineAsyncComponent(() => import("./SettingWidthMode-DlG6lXjA.js")),
29
+ SettingEnableTransition: defineAsyncComponent(() => import("./SettingEnableTransition-61O7W00b.js")),
30
+ SettingMenu: defineAsyncComponent(() => import("./SettingMenu-BvwJOUZV.js")),
31
+ SettingTopbar: defineAsyncComponent(() => import("./SettingTopbar-1shjoe3s.js")),
32
+ SettingTabbar: defineAsyncComponent(() => import("./SettingTabbar-Bky2xvH-.js")),
33
+ SettingToolbar: defineAsyncComponent(() => import("./SettingToolbar-CD4qns1J.js")),
34
+ SettingBreadcrumb: defineAsyncComponent(() => import("./SettingBreadcrumb-O9-PhAFT.js")),
35
+ SettingPage: defineAsyncComponent(() => import("./SettingPage-B82lW41P.js")),
36
+ SettingNavSearch: defineAsyncComponent(() => import("./SettingNavSearch-BHsmYBA7.js")),
37
+ SettingCopyright: defineAsyncComponent(() => import("./SettingCopyright-DIKsWTuf.js")),
38
+ SettingHome: defineAsyncComponent(() => import("./SettingHome-Sv65TPH8.js")),
39
+ SettingOther: defineAsyncComponent(() => import("./SettingOther-CyyNnaDX.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
- class: "block",
94
+ 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-97b2cd46"]]);
104
+ }), [["__scopeId", "data-v-10c15033"]]);
105
105
  export { AppSetting_default as default };
@@ -1,4 +1,4 @@
1
- import { a as PubinfoIcon_default } from "./components-BfkDsfck.js";
1
+ import { a as PubinfoIcon_default } from "./components-DFNyaAb9.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",