@pubinfo-pr/core 0.222.1 → 0.222.2
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.
- package/dist/{AppSetting-2X1fMYsM.js → AppSetting-Adv5Y3SE.js} +15 -15
- package/dist/{HCheckList-IpOaPgDS.js → HCheckList-WAAl9RiK.js} +1 -1
- package/dist/HSlideover-CXBJxuQo.js +1695 -0
- package/dist/HeaderFullMenu-ByedDsvz.js +251 -0
- package/dist/HeaderThinMenu-2q2iBtTH.js +438 -0
- package/dist/{PreferencesContent-DR7Bfby2.js → PreferencesContent-CiPweszy.js} +5 -5
- package/dist/{SettingBreadcrumb-BdZkTm8U.js → SettingBreadcrumb-C1VwfnxX.js} +4 -4
- package/dist/{SettingCopyright-CUTR3xEl.js → SettingCopyright-C--oGV21.js} +3 -3
- package/dist/{SettingEnableTransition-X3MmJab_.js → SettingEnableTransition-DW2gfisN.js} +2 -2
- package/dist/{SettingHome-lZQWdmKO.js → SettingHome-VUAS3uEg.js} +4 -4
- package/dist/{SettingMenu-CpmiIDE3.js → SettingMenu-BH7XU7eF.js} +5 -5
- package/dist/{SettingMode-bW2Ola6n.js → SettingMode-BIyHzTKH.js} +1 -1
- package/dist/{SettingNavSearch-zNci1-io.js → SettingNavSearch-PfSA-_ro.js} +3 -3
- package/dist/{SettingOther-B_fS7F1Q.js → SettingOther-DdqNapQX.js} +4 -4
- package/dist/{SettingPage-D3Le0166.js → SettingPage-DS-G9-X5.js} +2 -2
- package/dist/{SettingTabbar-DlAGfaVi.js → SettingTabbar-2yfw2vsm.js} +5 -5
- package/dist/{SettingThemes-Doo4eAO8.js → SettingThemes-Bkcywy7v.js} +2 -2
- package/dist/{SettingToolbar-CULbO3xO.js → SettingToolbar-DP7-_nPK.js} +3 -3
- package/dist/{SettingTopbar-C6sVE2Ho.js → SettingTopbar-C0Ia4-If.js} +5 -5
- package/dist/{SettingWidthMode-CilRvSU4.js → SettingWidthMode-DgSWsHFq.js} +2 -2
- package/dist/{auth-BLGKOyc5.js → auth-B65CJEOe.js} +3 -193
- package/dist/built-in/layout-component/index.d.ts +6 -2
- package/dist/{change-organization-BGeqwF7P.js → change-organization-BfnI2yEl.js} +2 -2
- package/dist/{change-password-DihoH7ST.js → change-password-Bj_GWzmn.js} +2 -2
- package/dist/{components-zl6Vcs20.js → components-BfkDsfck.js} +4 -4
- package/dist/index.js +331 -803
- package/dist/{not-found-BCjngLzt.js → not-found-DbHOY5cU.js} +1 -1
- package/dist/{not-permission-C26vTMvf.js → not-permission-DwERxb_u.js} +1 -1
- package/dist/overlayscrollbars-vue-mGyICRMi.js +1460 -0
- package/dist/{profile-BVXIFuBG.js → profile-Dq66-Gsl.js} +1 -1
- package/dist/style.css +1 -1
- package/package.json +7 -7
- package/src/built-in/layout-component/index.ts +4 -2
- package/dist/HSlideover-DVQDc9q6.js +0 -3151
- /package/dist/{HDivider-BwvBr5OE.js → HDivider-Ds5MMqtm.js} +0 -0
- /package/dist/{HInput-KJ5nFBpF.js → HInput-BrsX9848.js} +0 -0
- /package/dist/{HToggle-53efctOx.js → HToggle-YLmL7R0b.js} +0 -0
- /package/dist/{core-DJIGzMMM.js → core-4H5JBsa5.js} +0 -0
- /package/dist/{engine-oniguruma-CaNXwGSv.js → engine-oniguruma-uxNZ2DGJ.js} +0 -0
- /package/dist/{json-Bu_Zprin.js → json-CC4oV-bd.js} +0 -0
- /package/dist/{question-line-BG__Ycfv.js → question-line-D7ecIumZ.js} +0 -0
- /package/dist/{reload-DHx5Vwus.js → reload-CbuQgTlC.js} +0 -0
- /package/dist/{right-BxBlFUwj.js → right-DYiPS7dU.js} +0 -0
- /package/dist/{vitesse-dark-CTe40QT_.js → vitesse-dark-CxkWMfh6.js} +0 -0
- /package/dist/{vitesse-light-BWXC_WeB.js → vitesse-light-DY25e6F3.js} +0 -0
- /package/dist/{wasm-2zDVqo-C.js → wasm-DAU6f5s5.js} +0 -0
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pubinfo-pr/core",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.222.
|
|
4
|
+
"version": "0.222.2",
|
|
5
5
|
"exports": {
|
|
6
6
|
".": {
|
|
7
7
|
"types": "./dist/index.d.ts",
|
|
@@ -27,9 +27,9 @@
|
|
|
27
27
|
"node": "^20.19.0 || >=22.12.0"
|
|
28
28
|
},
|
|
29
29
|
"peerDependencies": {
|
|
30
|
-
"@pubinfo-pr/config": "0.222.
|
|
31
|
-
"@pubinfo-pr/devtools": "0.222.
|
|
32
|
-
"@pubinfo-pr/vite": "0.222.
|
|
30
|
+
"@pubinfo-pr/config": "0.222.2",
|
|
31
|
+
"@pubinfo-pr/devtools": "0.222.2",
|
|
32
|
+
"@pubinfo-pr/vite": "0.222.2",
|
|
33
33
|
"alova": "^3.5.0",
|
|
34
34
|
"pinia": "^3.0.4",
|
|
35
35
|
"vue": "^3.5.28",
|
|
@@ -42,7 +42,7 @@
|
|
|
42
42
|
"@headlessui/vue": "^1.7.23",
|
|
43
43
|
"@imengyu/vue3-context-menu": "^1.5.4",
|
|
44
44
|
"@pubinfo/pro-components": "^1.8.2",
|
|
45
|
-
"@pubinfo-pr/shared": "0.222.
|
|
45
|
+
"@pubinfo-pr/shared": "0.222.2",
|
|
46
46
|
"@unocss/reset": "^66.6.0",
|
|
47
47
|
"@vueuse/core": "^14.2.1",
|
|
48
48
|
"@vueuse/integrations": "^14.2.1",
|
|
@@ -69,10 +69,10 @@
|
|
|
69
69
|
"@alova/mock": "^2.0.18",
|
|
70
70
|
"@iconify/json": "^2.2.437",
|
|
71
71
|
"@iconify/vue": "^5.0.0",
|
|
72
|
-
"@pubinfo-pr/config": "0.222.
|
|
72
|
+
"@pubinfo-pr/config": "0.222.2",
|
|
73
73
|
"@pubinfo/openapi": "^0.9.1",
|
|
74
74
|
"@pubinfo/preset-openapi": "^0.9.1",
|
|
75
|
-
"@pubinfo-pr/vite": "0.222.
|
|
75
|
+
"@pubinfo-pr/vite": "0.222.2",
|
|
76
76
|
"@types/lodash-es": "^4.17.12",
|
|
77
77
|
"@types/md5": "^2.3.6",
|
|
78
78
|
"@types/nprogress": "^0.2.3",
|
|
@@ -2,6 +2,7 @@
|
|
|
2
2
|
/* eslint-disable perfectionist/sort-named-exports */
|
|
3
3
|
import type { ModuleOptions } from '@/core';
|
|
4
4
|
import { defineSystemRoutes } from '@/features';
|
|
5
|
+
import { defineAsyncComponent } from 'vue';
|
|
5
6
|
|
|
6
7
|
import { Provider as LayoutProvider } from './provider';
|
|
7
8
|
import Layout from './Layout.vue';
|
|
@@ -9,8 +10,6 @@ import LayoutContent from './components/Content/index.vue';
|
|
|
9
10
|
|
|
10
11
|
import LayoutHeader from './components/Header/index.vue';
|
|
11
12
|
import LayoutHeaderMenu from './components/Header/HeaderMenu.vue';
|
|
12
|
-
import LayoutHeaderFullMenu from './components/Header/HeaderFullMenu/index.vue';
|
|
13
|
-
import LayoutHeaderThinMenu from './components/Header/HeaderThinMenu.vue';
|
|
14
13
|
|
|
15
14
|
import LayoutSidebar from './components/Sidebar/index.vue';
|
|
16
15
|
import LayoutTopbar from './components/Topbar/index.vue';
|
|
@@ -29,6 +28,9 @@ import Message from 'vue-m-message';
|
|
|
29
28
|
import 'vue-m-message/dist/style.css';
|
|
30
29
|
import 'floating-vue/dist/style.css';
|
|
31
30
|
|
|
31
|
+
const LayoutHeaderFullMenu = defineAsyncComponent(() => import('./components/Header/HeaderFullMenu/index.vue'));
|
|
32
|
+
const LayoutHeaderThinMenu = defineAsyncComponent(() => import('./components/Header/HeaderThinMenu.vue'));
|
|
33
|
+
|
|
32
34
|
/**
|
|
33
35
|
* 布局组件
|
|
34
36
|
*/
|