yh-pub 2.0.2 → 2.0.7
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-W5d0M-rz.js → AdminLogin-BQ1XLQaD.js} +83 -72
- package/AdminLogin-BQ1XLQaD.js.map +1 -0
- package/{Error-BZ9xAkuT.js → Error-mAhb4JTd.js} +2 -2
- package/{Error-BZ9xAkuT.js.map → Error-mAhb4JTd.js.map} +1 -1
- package/Error401-B7NlVttM.js +31 -0
- package/Error401-B7NlVttM.js.map +1 -0
- package/Error404-Ba9ueMHc.js +31 -0
- package/Error404-Ba9ueMHc.js.map +1 -0
- package/Error500-DYjNCZNu.js +31 -0
- package/Error500-DYjNCZNu.js.map +1 -0
- package/{HomeIndex-DnGu5xD0.js → HomeIndex-BO9gew40.js} +172 -172
- package/HomeIndex-BO9gew40.js.map +1 -0
- package/{IconExplorer-IvNeUIhq.js → IconExplorer-CAqKbvQ1.js} +25 -25
- package/IconExplorer-CAqKbvQ1.js.map +1 -0
- package/Index-fSvx8Wih.js +5 -0
- package/Index-fSvx8Wih.js.map +1 -0
- package/{MainLogin-CgJLift-.js → MainLogin-D2XRuJDW.js} +92 -84
- package/MainLogin-D2XRuJDW.js.map +1 -0
- package/MenuManage-BPvVvMzw.js +626 -0
- package/MenuManage-BPvVvMzw.js.map +1 -0
- package/OrgManage-DM43rEPk.js +380 -0
- package/OrgManage-DM43rEPk.js.map +1 -0
- package/RoleManage-AqGTGljA.js +738 -0
- package/RoleManage-AqGTGljA.js.map +1 -0
- package/SysConfig-v9nYZf4a.js +733 -0
- package/SysConfig-v9nYZf4a.js.map +1 -0
- package/TenantList-PeEEKz0o.js +705 -0
- package/TenantList-PeEEKz0o.js.map +1 -0
- package/{index-C75ufNln.js → index-kZF68V9S.js} +9766 -9641
- package/index-kZF68V9S.js.map +1 -0
- package/index.es.js +51 -47
- package/package.json +1 -1
- package/style.css +1 -1
- package/AdminLogin-W5d0M-rz.js.map +0 -1
- package/Error401-DrA7Y9h3.js +0 -30
- package/Error401-DrA7Y9h3.js.map +0 -1
- package/Error404-C5K4o1R3.js +0 -30
- package/Error404-C5K4o1R3.js.map +0 -1
- package/Error500-D9nu1xhW.js +0 -30
- package/Error500-D9nu1xhW.js.map +0 -1
- package/HomeIndex-DnGu5xD0.js.map +0 -1
- package/IconExplorer-IvNeUIhq.js.map +0 -1
- package/Index-BMd4lEnI.js +0 -5
- package/Index-BMd4lEnI.js.map +0 -1
- package/MainLogin-CgJLift-.js.map +0 -1
- package/MenuManage-BJkQPgpt.js +0 -640
- package/MenuManage-BJkQPgpt.js.map +0 -1
- package/OrgManage-jLpAnwf4.js +0 -378
- package/OrgManage-jLpAnwf4.js.map +0 -1
- package/RoleManage-D2RwwJoM.js +0 -729
- package/RoleManage-D2RwwJoM.js.map +0 -1
- package/SysConfig-CYcl0wCh.js +0 -727
- package/SysConfig-CYcl0wCh.js.map +0 -1
- package/TenantList-CNVwmoEt.js +0 -693
- package/TenantList-CNVwmoEt.js.map +0 -1
- package/index-C75ufNln.js.map +0 -1
- package/index.d.ts +0 -35
package/index.d.ts
DELETED
|
@@ -1,35 +0,0 @@
|
|
|
1
|
-
export { createYhApp } from './createApp';
|
|
2
|
-
export type { CreateYhAppOptions, YhAppResult } from './createApp';
|
|
3
|
-
export { addInitTask, runInitTasks, waitForInit, resetInitTasks, consumeRematch } from './init';
|
|
4
|
-
export type { InitTask } from './init';
|
|
5
|
-
export { createRouter as createAppRouter, router } from './router';
|
|
6
|
-
export { baseRoutes } from './router/base-routes';
|
|
7
|
-
export { loadMainRoutes, loadAdminRoutes, clearBusinessRoutes } from './router/dynamic';
|
|
8
|
-
export { guardBeforeEach, guardAfterEach } from './router/guards';
|
|
9
|
-
export { setComponentMap, getComponentMap, createGlobComponentMap, resetComponentMap, DEFAULT_COMPONENT_MAP, } from './router/component-map';
|
|
10
|
-
export { addAdminMenu, getAdminMenus, getAdminLayoutRoute, registerAdminComponents, } from './router/admin-routes';
|
|
11
|
-
export { mergeComponentMap } from './router/component-map';
|
|
12
|
-
export type { BaseRouterOptions } from './router';
|
|
13
|
-
export type { RouteLoadResult } from './router/dynamic';
|
|
14
|
-
export type { ComponentLoader } from './router/component-map';
|
|
15
|
-
export { pinia } from './store';
|
|
16
|
-
export { useAppStore } from './store/app';
|
|
17
|
-
export { useThemeStore } from './store/theme';
|
|
18
|
-
export { useTabsStore } from './store/tabs';
|
|
19
|
-
export { useKeepaliveStore } from './store/keepalive';
|
|
20
|
-
export { useLayoutStore } from './store/layout';
|
|
21
|
-
export { useSlotsStore } from './store/slots';
|
|
22
|
-
export { useMenusStore } from './store/menus';
|
|
23
|
-
export { useRouterStatusStore, RouterState, showLoading, hideLoading, showSwitching, } from './store/routerStatus';
|
|
24
|
-
export type { ThemeMode } from './store/theme';
|
|
25
|
-
export type { YhSlotLocation, YhSlotRegistration, AppSlotRegistration } from './store/slots';
|
|
26
|
-
export type { TabItem } from './store/tabs';
|
|
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';
|
|
29
|
-
export { default as YhIcon } from './components/common/basic/YhIcon.vue';
|
|
30
|
-
export { ChartPie, ChartBar } from './components/common/dataDisplay/echarts';
|
|
31
|
-
export type { ErrorButton, ErrorProps } from './components/common/feedback/types';
|
|
32
|
-
export { setExtraIcons, getIconList, type IconItem } from './components/common/basic/iconData';
|
|
33
|
-
export * from './api/tenantApi';
|
|
34
|
-
export type { AppConfig, ErrorButton as TypeErrorButton, ErrorProps as TypeErrorProps, } from './types';
|
|
35
|
-
export { createYhApp as default } from './createApp';
|