@pubinfo/core 2.0.0-rc.1 → 2.0.0-rc.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-Bblni_W7.js → AppSetting-D2RJrc9O.js} +15 -15
- package/dist/{HCheckList.vue_vue_type_script_setup_true_lang-A7PnhNKK.js → HCheckList.vue_vue_type_script_setup_true_lang-DusVz35O.js} +1 -1
- package/dist/{HToggle-xibvPpmf.js → HToggle-DMcVgMVY.js} +1 -1
- package/dist/{PreferencesContent--JtPw_LT.js → PreferencesContent-Dtd9rtew.js} +4 -4
- package/dist/{SettingBreadcrumb-BwhdAtkC.js → SettingBreadcrumb-QSCSviKM.js} +3 -3
- package/dist/{SettingCopyright-DPsRDagL.js → SettingCopyright-Dr5P6yfq.js} +2 -2
- package/dist/{SettingEnableTransition-mtHTUb08.js → SettingEnableTransition-DGiHEbCI.js} +2 -2
- package/dist/{SettingHome-agxHFIKq.js → SettingHome-CEPcBlds.js} +2 -2
- package/dist/{SettingMenu-D6WwcOw-.js → SettingMenu-BJdjnRA6.js} +3 -3
- package/dist/{SettingMode-CkmhszlD.js → SettingMode-BnuCHoEY.js} +1 -1
- package/dist/{SettingNavSearch-CEB5DZGf.js → SettingNavSearch-CiU4BmlU.js} +2 -2
- package/dist/{SettingOther-Dzs1uwnC.js → SettingOther-DTHjVlFe.js} +2 -2
- package/dist/{SettingPage-bOThkL2-.js → SettingPage-D75_Nf05.js} +2 -2
- package/dist/{SettingTabbar-L6yQxAeE.js → SettingTabbar-D48dzvgA.js} +3 -3
- package/dist/{SettingThemes-Cxa5bR66.js → SettingThemes-D-8vTs5n.js} +1 -1
- package/dist/{SettingToolbar-BZ2uHom2.js → SettingToolbar-DjIjm9V-.js} +2 -2
- package/dist/{SettingTopbar-hptxTh8m.js → SettingTopbar-Cg30OTH3.js} +3 -3
- package/dist/{SettingWidthMode-D2R2W4-n.js → SettingWidthMode-BKV_7kb8.js} +1 -1
- package/dist/{TopThinMode-C26i10py.js → TopThinMode-JFYsp_lJ.js} +1 -1
- package/dist/built-in/layout-component/components/Tools/index.vue.d.ts +0 -206
- package/dist/built-in/layout-component/components/Topbar/Tabbar/MoreAction.vue.d.ts +0 -206
- package/dist/built-in/layout-component/composables/useGlobalSearch.d.ts +19 -0
- package/dist/{colors-C8I6Fdyp.js → colors-CODcBxrF.js} +1 -1
- package/dist/{index-D948mfZb.js → index-BAoB7aoj.js} +1 -1
- package/dist/{index-DeWCd_-p.js → index-BROqFYXS.js} +1 -1
- package/dist/{index-DdS6qgK_.js → index-BVLkBCRY.js} +4 -4
- package/dist/{index-EOTrQlGo.js → index-D4_xmL_A.js} +1 -1
- package/dist/index-DQn1WFMa.js +139 -0
- package/dist/{index-DZ6SbWiv.js → index-DmcblkoZ.js} +2 -2
- package/dist/{index-D3zjK9rd.js → index-DvJr0paY.js} +2 -2
- package/dist/{index-RwbJwutI.js → index-Jd3PYkpj.js} +13117 -13070
- package/dist/index-RT-QBzm0.js +234 -0
- package/dist/index.js +1 -1
- package/dist/{pick-D6j4F3UM.js → pick-BLJM77QN.js} +1 -1
- package/dist/style.css +1 -1
- package/package.json +6 -6
- package/src/built-in/authentication/pages/change-organization/assets/change-org.svg +1 -1
- package/src/built-in/authentication/pages/change-password/assets/mima.svg +1 -1
- package/src/built-in/authorization/pages/not-permission/403.svg +1 -1
- package/src/built-in/authorization/pages/not-permission/403_dark.svg +1 -1
- package/src/built-in/layout-component/assets/icons/favorites.svg +1 -1
- package/src/built-in/layout-component/assets/icons/toolbar-collapse.svg +1 -1
- package/src/built-in/layout-component/components/Tools/Search.vue +11 -5
- package/src/built-in/layout-component/components/Tools/index.vue +7 -5
- package/src/built-in/layout-component/components/Topbar/Tabbar/MoreAction.vue +5 -4
- package/src/built-in/layout-component/components/Topbar/Toolbar/index.vue +32 -10
- package/src/built-in/layout-component/composables/useGlobalSearch.ts +48 -0
- package/src/features/assets/fonts/digital-7/digital-7-webfont.svg +131 -133
- package/src/features/assets/fonts/digital-7_mono/digital-7_mono-webfont.svg +130 -132
- package/src/features/assets/images/org.svg +2 -2
- package/src/features/components/NotAllowed/assets/403.svg +1 -1
- package/src/features/components/NotAllowed/assets/403_dark.svg +1 -1
- package/src/features/components/PubinfoIcon/index.vue +1 -1
- package/src/features/pages/not-found/assets/404.svg +1 -1
- package/src/features/pages/not-found/assets/404_dark.svg +1 -1
- package/dist/index-CkyHqPON.js +0 -139
- package/dist/index-xzfvpJSq.js +0 -234
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pubinfo/core",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "2.0.0-rc.
|
|
4
|
+
"version": "2.0.0-rc.2",
|
|
5
5
|
"exports": {
|
|
6
6
|
".": {
|
|
7
7
|
"types": "./dist/index.d.ts",
|
|
@@ -24,8 +24,8 @@
|
|
|
24
24
|
"vue": "^3.5.17",
|
|
25
25
|
"vue-i18n": "^10.0.7",
|
|
26
26
|
"vue-router": "^4.5.1",
|
|
27
|
-
"@pubinfo/config": "2.0.0-rc.
|
|
28
|
-
"@pubinfo/vite": "2.0.0-rc.
|
|
27
|
+
"@pubinfo/config": "2.0.0-rc.2",
|
|
28
|
+
"@pubinfo/vite": "2.0.0-rc.2"
|
|
29
29
|
},
|
|
30
30
|
"dependencies": {
|
|
31
31
|
"@alova/adapter-axios": "^2.0.16",
|
|
@@ -34,7 +34,7 @@
|
|
|
34
34
|
"@imengyu/vue3-context-menu": "^1.5.1",
|
|
35
35
|
"@pubinfo/pro-components": "^1.7.1",
|
|
36
36
|
"@unocss/reset": "^66.4.2",
|
|
37
|
-
"@vueuse/core": "^13.
|
|
37
|
+
"@vueuse/core": "^13.7.0",
|
|
38
38
|
"@vueuse/integrations": "^13.5.0",
|
|
39
39
|
"ant-design-vue": "^4.2.6",
|
|
40
40
|
"axios": "^1.10.0",
|
|
@@ -82,8 +82,8 @@
|
|
|
82
82
|
"vue": "^3.5.17",
|
|
83
83
|
"vue-i18n": "^10.0.7",
|
|
84
84
|
"vue-router": "^4.5.1",
|
|
85
|
-
"@pubinfo/config": "2.0.0-rc.
|
|
86
|
-
"@pubinfo/vite": "2.0.0-rc.
|
|
85
|
+
"@pubinfo/config": "2.0.0-rc.2",
|
|
86
|
+
"@pubinfo/vite": "2.0.0-rc.2"
|
|
87
87
|
},
|
|
88
88
|
"scripts": {
|
|
89
89
|
"dev": "vite build -w -m watch --sourcemap",
|