@pubinfo-pr/core 0.222.4 → 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 (88) hide show
  1. package/dist/{AppSetting-BWVulLPM.js → AppSetting-7jlhUzze.js} +40 -40
  2. package/dist/{HCheckList-Bb4GvZ2_.js → HCheckList-cPBgATmv.js} +1 -1
  3. package/dist/HSlideover-DVQDc9q6.js +3151 -0
  4. package/dist/{HToggle-Bnr5k93p.js → HToggle-Ce_2-yhZ.js} +2 -2
  5. package/dist/PreferencesContent-BAIH81yS.js +701 -0
  6. package/dist/{SettingBreadcrumb-DKCK6V-n.js → SettingBreadcrumb-O9-PhAFT.js} +7 -6
  7. package/dist/{SettingCopyright-C5Pc0I1w.js → SettingCopyright-DIKsWTuf.js} +4 -4
  8. package/dist/{SettingEnableTransition-D2FDj0oR.js → SettingEnableTransition-61O7W00b.js} +6 -6
  9. package/dist/{SettingHome-1Y1rYeQb.js → SettingHome-Sv65TPH8.js} +6 -6
  10. package/dist/{SettingMenu-DWtNX8Ti.js → SettingMenu-BvwJOUZV.js} +9 -8
  11. package/dist/{SettingMode-CZV84QeW.js → SettingMode-B8H_eQc8.js} +5 -5
  12. package/dist/{SettingNavSearch-CrMpbXFg.js → SettingNavSearch-BHsmYBA7.js} +5 -5
  13. package/dist/{SettingOther-D6gGuQJw.js → SettingOther-CyyNnaDX.js} +6 -6
  14. package/dist/{SettingPage-DuN13bXO.js → SettingPage-B82lW41P.js} +3 -3
  15. package/dist/{SettingTabbar-BhJxcU35.js → SettingTabbar-Bky2xvH-.js} +11 -10
  16. package/dist/{SettingThemes-BjkWfY1C.js → SettingThemes-CkdzS1xt.js} +13 -12
  17. package/dist/{SettingToolbar-BYOxXAXL.js → SettingToolbar-CD4qns1J.js} +5 -5
  18. package/dist/{SettingTopbar-CxKsnIRK.js → SettingTopbar-1shjoe3s.js} +9 -8
  19. package/dist/{SettingWidthMode-dM88qSol.js → SettingWidthMode-DlG6lXjA.js} +6 -6
  20. package/dist/auth-BLGKOyc5.js +4432 -0
  21. package/dist/built-in/layout-component/index.d.ts +2 -6
  22. package/dist/{change-organization-BXl4ZC7j.js → change-organization-hsqeSzDu.js} +25 -25
  23. package/dist/{change-password-P4SGdvdU.js → change-password-EtccCDRX.js} +74 -65
  24. package/dist/chunk-CD4vhpVs.js +18 -0
  25. package/dist/components-DFNyaAb9.js +5238 -0
  26. package/dist/{core-D2ocBD0r.js → core-DJIGzMMM.js} +51 -57
  27. package/dist/dist-7OjQvlya.js +468 -0
  28. package/dist/form-C3VHofnN.js +2768 -0
  29. package/dist/index.js +8391 -2411
  30. package/dist/modal-Bl5xHbxa.js +43824 -0
  31. package/dist/{not-found-C-1699o2.js → not-found-BCjngLzt.js} +5 -4
  32. package/dist/{not-permission-CZGJzlSF.js → not-permission-C26vTMvf.js} +5 -4
  33. package/dist/profile-BVXIFuBG.js +19269 -0
  34. package/dist/{question-line-B4oDBb2H.js → question-line-BG__Ycfv.js} +2 -2
  35. package/dist/{right-BTHgfOSp.js → right-BxBlFUwj.js} +4 -4
  36. package/dist/style.css +1 -1
  37. package/dist/tree-select-B8cTcGLa.js +12497 -0
  38. package/dist/watchDiff-CPZFtaOC.js +655 -0
  39. package/package.json +7 -7
  40. package/src/built-in/authentication/pages/change-organization/index.vue +5 -22
  41. package/src/built-in/authentication/pages/change-password/index.vue +3 -30
  42. package/src/built-in/layout-component/Layout.vue +30 -81
  43. package/src/built-in/layout-component/components/Copyright/index.vue +3 -29
  44. package/src/built-in/layout-component/components/Header/HeaderFullMenu/More.vue +6 -17
  45. package/src/built-in/layout-component/components/Header/HeaderFullMenu/NotCursor.vue +7 -18
  46. package/src/built-in/layout-component/components/Header/index.vue +22 -119
  47. package/src/built-in/layout-component/components/Logo/index.vue +1 -4
  48. package/src/built-in/layout-component/components/Menu/item.vue +6 -29
  49. package/src/built-in/layout-component/components/SettingBar/AppSetting.vue +13 -33
  50. package/src/built-in/layout-component/components/SettingBar/components/DayNightToggle.vue +25 -113
  51. package/src/built-in/layout-component/components/SettingBar/components/SettingEnableTransition.vue +4 -57
  52. package/src/built-in/layout-component/components/SettingBar/components/SettingMode.vue +20 -123
  53. package/src/built-in/layout-component/components/SettingBar/components/SettingThemes.vue +25 -102
  54. package/src/built-in/layout-component/components/SettingBar/components/SettingWidthMode.vue +16 -100
  55. package/src/built-in/layout-component/components/SettingBar/index.vue +10 -64
  56. package/src/built-in/layout-component/components/Sidebar/MainSidebar.vue +22 -76
  57. package/src/built-in/layout-component/components/Sidebar/SubSidebar.vue +10 -16
  58. package/src/built-in/layout-component/components/Tools/Breadcrumb/index.vue +2 -2
  59. package/src/built-in/layout-component/components/Tools/DarkModeToggle.vue +4 -26
  60. package/src/built-in/layout-component/components/Tools/Preferences/PreferencesContent.vue +51 -404
  61. package/src/built-in/layout-component/components/Topbar/Tabbar/MoreAction.vue +13 -68
  62. package/src/built-in/layout-component/components/Topbar/Tabbar/index.vue +49 -177
  63. package/src/built-in/layout-component/components/Topbar/Toolbar/Favorites.vue +2 -2
  64. package/src/built-in/layout-component/components/Topbar/Toolbar/index.vue +12 -45
  65. package/src/built-in/layout-component/components/ui/HToggle.vue +9 -55
  66. package/src/built-in/layout-component/index.ts +2 -4
  67. package/src/features/components/PassStrengthValidator/index.vue +10 -36
  68. package/src/features/components/PassStrengthValidator/rule.vue +4 -17
  69. package/dist/HSlideover-DoCRa4dK.js +0 -152
  70. package/dist/HeaderFullMenu--AOcAS-6.js +0 -251
  71. package/dist/HeaderThinMenu-CRPVfGgM.js +0 -438
  72. package/dist/PreferencesContent-DW9HAzpr.js +0 -486
  73. package/dist/auth-DILNNEQ8.js +0 -1230
  74. package/dist/components-C9kcavB4.js +0 -2768
  75. package/dist/core-CKIhF3Vi.js +0 -270
  76. package/dist/profile-B3Q7hRgl.js +0 -123
  77. /package/dist/{HButton-BPbXqVbA.js → HButton-Dt6qGhhR.js} +0 -0
  78. /package/dist/{HDivider-BSENlYnI.js → HDivider-BwvBr5OE.js} +0 -0
  79. /package/dist/{HInput-DbvnkEO7.js → HInput-KJ5nFBpF.js} +0 -0
  80. /package/dist/{HTooltip-tCnNrJUE.js → HTooltip-DjAU-Evn.js} +0 -0
  81. /package/dist/{_plugin-vue_export-helper-BBf_fmJ_.js → _plugin-vue_export-helper-sUTDUeGO.js} +0 -0
  82. /package/dist/{engine-oniguruma-Bl7ZtyDI.js → engine-oniguruma-CaNXwGSv.js} +0 -0
  83. /package/dist/{json-BuUwnwNo.js → json-Bu_Zprin.js} +0 -0
  84. /package/dist/{reload-DWTXo9r2.js → reload-DHx5Vwus.js} +0 -0
  85. /package/dist/{useContext-mDF2-tXy.js → useContext-DLtu9F7E.js} +0 -0
  86. /package/dist/{vitesse-dark-j0hKJETh.js → vitesse-dark-CTe40QT_.js} +0 -0
  87. /package/dist/{vitesse-light-BfgKNo3X.js → vitesse-light-BWXC_WeB.js} +0 -0
  88. /package/dist/{wasm-tXaxAgz9.js → wasm-2zDVqo-C.js} +0 -0
@@ -1,4 +1,4 @@
1
- import { t as _plugin_vue_export_helper_default } from "./_plugin-vue_export-helper-BBf_fmJ_.js";
1
+ import { t as _plugin_vue_export_helper_default } from "./_plugin-vue_export-helper-sUTDUeGO.js";
2
2
  import { computed, createElementBlock, createElementVNode, defineComponent, isRef, openBlock, unref, vModelCheckbox, withDirectives } from "vue";
3
3
  var _hoisted_1 = { class: "switch" }, HToggle_default = /* @__PURE__ */ _plugin_vue_export_helper_default(/* @__PURE__ */ defineComponent({
4
4
  __name: "HToggle",
@@ -26,5 +26,5 @@ var _hoisted_1 = { class: "switch" }, HToggle_default = /* @__PURE__ */ _plugin_
26
26
  type: "checkbox"
27
27
  }, null, 512), [[vModelCheckbox, unref(a)]]), t[1] ||= createElementVNode("span", { class: "bg-[#d6d3d1] dark:bg-stone-5" }, null, -1)]));
28
28
  }
29
- }), [["__scopeId", "data-v-2f7af9ed"]]);
29
+ }), [["__scopeId", "data-v-1e5b7c03"]]);
30
30
  export { HToggle_default as t };