yh-pub 2.0.1 → 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-BoxKRRwd.js → AdminLogin-BQ1XLQaD.js} +83 -75
- package/AdminLogin-BQ1XLQaD.js.map +1 -0
- 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-mAhb4JTd.js} +2 -2
- package/{Error-BCu4KHfU.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-C806Fp-9.js → HomeIndex-BO9gew40.js} +172 -172
- package/HomeIndex-BO9gew40.js.map +1 -0
- package/{IconExplorer-CBg1lvD0.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-wW7bSk0F.js → MainLogin-D2XRuJDW.js} +92 -86
- 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-BP41Ph8K.js → index-kZF68V9S.js} +11915 -17231
- package/index-kZF68V9S.js.map +1 -0
- package/index.es.js +52 -48
- package/package.json +12 -13
- package/style.css +1 -1
- package/AdminLogin-BoxKRRwd.js.map +0 -1
- package/Error401-C5kTyMSM.js +0 -30
- package/Error401-C5kTyMSM.js.map +0 -1
- package/Error404-P3qKjHk6.js +0 -30
- package/Error404-P3qKjHk6.js.map +0 -1
- package/Error500-NVnuOBIQ.js +0 -30
- package/Error500-NVnuOBIQ.js.map +0 -1
- package/HomeIndex-C806Fp-9.js.map +0 -1
- package/IconExplorer-CBg1lvD0.js.map +0 -1
- package/Index-AjfvK7Ss.js +0 -5
- package/Index-AjfvK7Ss.js.map +0 -1
- package/MainLogin-wW7bSk0F.js.map +0 -1
- package/MenuManage-CIxqmusr.js +0 -641
- package/MenuManage-CIxqmusr.js.map +0 -1
- package/OrgManage-BcTWbnyc.js +0 -378
- package/OrgManage-BcTWbnyc.js.map +0 -1
- package/RoleManage-Bw83c_7q.js +0 -729
- package/RoleManage-Bw83c_7q.js.map +0 -1
- package/SysConfig-L0A1eY-O.js +0 -727
- package/SysConfig-L0A1eY-O.js.map +0 -1
- package/TenantList-B5imzQc5.js +0 -696
- package/TenantList-B5imzQc5.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 +0 -35
package/index-CJ0So9-k.js
DELETED
package/index-CJ0So9-k.js.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index-CJ0So9-k.js","sources":["../../yh-client/src/utils/index.ts"],"sourcesContent":["import {cloneDeep, isEqual as lodashIsEqual, assign} from 'lodash-es';\nexport const deepClone = cloneDeep;\nexport const isEqual = lodashIsEqual;\nexport const overwriteObj = assign;\n\nexport {getStorage, setStorage, delStorage, clearStorage} from './storage';\n\nexport {Config, getConfig, setConfig, mergeConfig, initConfig} from './config';\nexport type {AppConfig} from './config';\n\nexport {generateMd5Hash, generateId, generateSimpleHash, toHump} from './tools';\n\nexport {trigger, on, off, once} from './event';\n"],"names":["deepClone","cloneDeep"],"mappings":";;AACO,MAAMA,IAAYC;"}
|
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/Error.vue';
|
|
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';
|