yh-pub 2.0.1 → 2.0.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/{AdminLogin-BoxKRRwd.js → AdminLogin-W5d0M-rz.js} +5 -8
- package/{AdminLogin-BoxKRRwd.js.map → AdminLogin-W5d0M-rz.js.map} +1 -1
- package/{Dict.vue_vue_type_script_setup_true_lang-A8BZwEiK.js → Dict.vue_vue_type_script_setup_true_lang-CcfyhJln.js} +9 -10
- package/{Dict.vue_vue_type_script_setup_true_lang-A8BZwEiK.js.map → Dict.vue_vue_type_script_setup_true_lang-CcfyhJln.js.map} +1 -1
- package/{Error-BCu4KHfU.js → Error-BZ9xAkuT.js} +2 -2
- package/{Error-BCu4KHfU.js.map → Error-BZ9xAkuT.js.map} +1 -1
- package/{Error401-C5kTyMSM.js → Error401-DrA7Y9h3.js} +2 -2
- package/{Error401-C5kTyMSM.js.map → Error401-DrA7Y9h3.js.map} +1 -1
- package/{Error404-P3qKjHk6.js → Error404-C5K4o1R3.js} +2 -2
- package/{Error404-P3qKjHk6.js.map → Error404-C5K4o1R3.js.map} +1 -1
- package/{Error500-NVnuOBIQ.js → Error500-D9nu1xhW.js} +2 -2
- package/{Error500-NVnuOBIQ.js.map → Error500-D9nu1xhW.js.map} +1 -1
- package/{HomeIndex-C806Fp-9.js → HomeIndex-DnGu5xD0.js} +2 -2
- package/{HomeIndex-C806Fp-9.js.map → HomeIndex-DnGu5xD0.js.map} +1 -1
- package/{IconExplorer-CBg1lvD0.js → IconExplorer-IvNeUIhq.js} +2 -2
- package/{IconExplorer-CBg1lvD0.js.map → IconExplorer-IvNeUIhq.js.map} +1 -1
- package/Index-BMd4lEnI.js +5 -0
- package/Index-BMd4lEnI.js.map +1 -0
- package/{MainLogin-wW7bSk0F.js → MainLogin-CgJLift-.js} +5 -7
- package/{MainLogin-wW7bSk0F.js.map → MainLogin-CgJLift-.js.map} +1 -1
- package/{MenuManage-CIxqmusr.js → MenuManage-BJkQPgpt.js} +29 -30
- package/{MenuManage-CIxqmusr.js.map → MenuManage-BJkQPgpt.js.map} +1 -1
- package/{OrgManage-BcTWbnyc.js → OrgManage-jLpAnwf4.js} +17 -17
- package/{OrgManage-BcTWbnyc.js.map → OrgManage-jLpAnwf4.js.map} +1 -1
- package/{RoleManage-Bw83c_7q.js → RoleManage-D2RwwJoM.js} +43 -43
- package/{RoleManage-Bw83c_7q.js.map → RoleManage-D2RwwJoM.js.map} +1 -1
- package/{SysConfig-L0A1eY-O.js → SysConfig-CYcl0wCh.js} +11 -11
- package/{SysConfig-L0A1eY-O.js.map → SysConfig-CYcl0wCh.js.map} +1 -1
- package/{TenantList-B5imzQc5.js → TenantList-CNVwmoEt.js} +70 -73
- package/{TenantList-B5imzQc5.js.map → TenantList-CNVwmoEt.js.map} +1 -1
- package/{index-BP41Ph8K.js → index-C75ufNln.js} +11828 -17269
- package/index-C75ufNln.js.map +1 -0
- package/index.d.ts +4 -4
- package/index.es.js +21 -21
- package/package.json +12 -13
- package/Index-AjfvK7Ss.js +0 -5
- package/Index-AjfvK7Ss.js.map +0 -1
- package/index-BP41Ph8K.js.map +0 -1
- package/index-CJ0So9-k.js +0 -7
- package/index-CJ0So9-k.js.map +0 -1
package/index.d.ts
CHANGED
|
@@ -4,10 +4,10 @@ export { addInitTask, runInitTasks, waitForInit, resetInitTasks, consumeRematch
|
|
|
4
4
|
export type { InitTask } from './init';
|
|
5
5
|
export { createRouter as createAppRouter, router } from './router';
|
|
6
6
|
export { baseRoutes } from './router/base-routes';
|
|
7
|
-
export { loadMainRoutes, loadAdminRoutes, clearBusinessRoutes
|
|
7
|
+
export { loadMainRoutes, loadAdminRoutes, clearBusinessRoutes } from './router/dynamic';
|
|
8
8
|
export { guardBeforeEach, guardAfterEach } from './router/guards';
|
|
9
9
|
export { setComponentMap, getComponentMap, createGlobComponentMap, resetComponentMap, DEFAULT_COMPONENT_MAP, } from './router/component-map';
|
|
10
|
-
export { addAdminMenu, getAdminMenus, getAdminLayoutRoute, registerAdminComponents } from './router/admin-routes';
|
|
10
|
+
export { addAdminMenu, getAdminMenus, getAdminLayoutRoute, registerAdminComponents, } from './router/admin-routes';
|
|
11
11
|
export { mergeComponentMap } from './router/component-map';
|
|
12
12
|
export type { BaseRouterOptions } from './router';
|
|
13
13
|
export type { RouteLoadResult } from './router/dynamic';
|
|
@@ -25,10 +25,10 @@ export type { ThemeMode } from './store/theme';
|
|
|
25
25
|
export type { YhSlotLocation, YhSlotRegistration, AppSlotRegistration } from './store/slots';
|
|
26
26
|
export type { TabItem } from './store/tabs';
|
|
27
27
|
export { appErrorHandler } from './utils/errorHandler';
|
|
28
|
-
export { DEFAULT_EL_VARS, DARK_EL_VARS, LAYOUT_VARS, DARK_LAYOUT_VARS, DEFAULT_VXE_VARS, DARK_VXE_VARS } from './theme/vars';
|
|
28
|
+
export { DEFAULT_EL_VARS, DARK_EL_VARS, LAYOUT_VARS, DARK_LAYOUT_VARS, DEFAULT_VXE_VARS, DARK_VXE_VARS, } from './theme/vars';
|
|
29
29
|
export { default as YhIcon } from './components/common/basic/YhIcon.vue';
|
|
30
30
|
export { ChartPie, ChartBar } from './components/common/dataDisplay/echarts';
|
|
31
|
-
export type { ErrorButton, ErrorProps } from './components/common/feedback/
|
|
31
|
+
export type { ErrorButton, ErrorProps } from './components/common/feedback/types';
|
|
32
32
|
export { setExtraIcons, getIconList, type IconItem } from './components/common/basic/iconData';
|
|
33
33
|
export * from './api/tenantApi';
|
|
34
34
|
export type { AppConfig, ErrorButton as TypeErrorButton, ErrorProps as TypeErrorProps, } from './types';
|
package/index.es.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { C as t,
|
|
1
|
+
import { C as t, d as n, D as o, t as r, v as u, w as i, x as p, y as A, L as d, R as T, e as R, z as S, A as m, B as M, E as L, F as g, G as h, H as E, I as _, J as c, J as l, K as C, M as I, q as V, g as D, N as w, O as B, P as G, Q as U, S as f, T as F, U as K, V as O, W as P, r as Y, X as k, a as y, p as b, s as v, m as x, n as N, l as W, k as X, f as H, o as J, Y as j, j as q, h as z, Z as Q, $ as Z, a0 as $, a1 as aa, u as sa, a2 as ea, a3 as ta, a4 as na, a5 as oa, a6 as ra, a7 as ua, a8 as ia, a9 as pa } from "./index-C75ufNln.js";
|
|
2
2
|
import "vue";
|
|
3
3
|
export {
|
|
4
4
|
t as ChartBar,
|
|
@@ -9,18 +9,18 @@ export {
|
|
|
9
9
|
i as DEFAULT_COMPONENT_MAP,
|
|
10
10
|
p as DEFAULT_EL_VARS,
|
|
11
11
|
A as DEFAULT_VXE_VARS,
|
|
12
|
-
|
|
13
|
-
|
|
12
|
+
d as LAYOUT_VARS,
|
|
13
|
+
T as RouterState,
|
|
14
14
|
R as YhIcon,
|
|
15
15
|
S as addAdminMenu,
|
|
16
16
|
m as addInitTask,
|
|
17
17
|
M as appErrorHandler,
|
|
18
18
|
L as baseRoutes,
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
19
|
+
g as clearBusinessRoutes,
|
|
20
|
+
h as consumeRematch,
|
|
21
|
+
E as createAppRouter,
|
|
22
|
+
_ as createGlobComponentMap,
|
|
23
|
+
c as createYhApp,
|
|
24
24
|
l as default,
|
|
25
25
|
C as getAdminLayoutRoute,
|
|
26
26
|
I as getAdminMenus,
|
|
@@ -36,22 +36,22 @@ export {
|
|
|
36
36
|
O as registerAdminComponents,
|
|
37
37
|
P as resetComponentMap,
|
|
38
38
|
Y as resetInitTasks,
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
39
|
+
k as router,
|
|
40
|
+
y as runInitTasks,
|
|
41
|
+
b as saTenantDelete,
|
|
42
|
+
v as saTenantGetById,
|
|
43
|
+
x as saTenantGetMenuList,
|
|
44
|
+
N as saTenantGetMenuWindowButton,
|
|
45
45
|
W as saTenantGetRoleMenus,
|
|
46
46
|
X as saTenantGetRoleWindowButton,
|
|
47
47
|
H as saTenantInsert,
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
48
|
+
J as saTenantListPage,
|
|
49
|
+
j as saTenantRemoveMenus,
|
|
50
|
+
q as saTenantSetMenus,
|
|
51
|
+
z as saTenantUpdate,
|
|
52
|
+
Q as setComponentMap,
|
|
53
|
+
Z as setExtraIcons,
|
|
54
|
+
$ as showLoading,
|
|
55
55
|
aa as showSwitching,
|
|
56
56
|
sa as useAppStore,
|
|
57
57
|
ea as useKeepaliveStore,
|
package/package.json
CHANGED
|
@@ -1,33 +1,32 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "yh-pub",
|
|
3
|
-
"version": "2.0.
|
|
4
|
-
"description": "优汇 Vue3 基础包 - 整合版",
|
|
5
|
-
"main": "./index.ts",
|
|
3
|
+
"version": "2.0.2",
|
|
6
4
|
"type": "module",
|
|
5
|
+
"description": "元海 Vue3 基础包",
|
|
6
|
+
"main": "./index.js",
|
|
7
7
|
"exports": {
|
|
8
8
|
".": {
|
|
9
|
-
"import": "./index.
|
|
10
|
-
"types": "./index.ts"
|
|
9
|
+
"import": "./index.es.js",
|
|
10
|
+
"types": "./index.d.ts"
|
|
11
11
|
},
|
|
12
12
|
"./package.json": "./package.json"
|
|
13
13
|
},
|
|
14
14
|
"files": [
|
|
15
|
-
"**/*.*"
|
|
16
|
-
"package.json"
|
|
15
|
+
"**/*.*"
|
|
17
16
|
],
|
|
18
17
|
"peerDependencies": {
|
|
18
|
+
"axios": "1.3.4",
|
|
19
|
+
"element-plus": "^2.9.0",
|
|
20
|
+
"pinia": "^2.2.0",
|
|
21
|
+
"pinyin-pro": "^3.28.1",
|
|
19
22
|
"vue": "^3.5.0",
|
|
20
23
|
"vue-router": "^4.5.0",
|
|
21
|
-
"
|
|
22
|
-
"element-plus": "^2.9.0",
|
|
23
|
-
"axios": "^1.7.0",
|
|
24
|
-
"lodash-es": "^4.17.21",
|
|
25
|
-
"qs": "^6.12.0"
|
|
24
|
+
"yh-client": "*"
|
|
26
25
|
},
|
|
27
26
|
"scripts": {
|
|
28
27
|
"pub:npm": "npm publish --registry https://registry.npmjs.org/ --no-git-checks",
|
|
29
28
|
"pub:aliyun": "npm publish --registry https://packages.aliyun.com/60765e0161a945067837bb5f/npm/npm-registry/ --no-git-checks"
|
|
30
29
|
},
|
|
31
|
-
"author": "
|
|
30
|
+
"author": "yunhan",
|
|
32
31
|
"license": "MIT"
|
|
33
32
|
}
|
package/Index-AjfvK7Ss.js
DELETED
package/Index-AjfvK7Ss.js.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"Index-AjfvK7Ss.js","sources":[],"sourcesContent":[],"names":[],"mappings":";"}
|