@lemon30_npm/csit-vue3 1.0.53 → 1.0.55
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/README.dev.md +2 -2
- package/dist/csit-vue3.js +606 -579
- package/dist/index.css +1 -1
- package/dist/lib/ci-common-list/ci-common-list-query/index.css +1 -1
- package/dist/lib/ci-common-list/ci-common-list-query/index.vue.js +2 -2
- package/dist/lib/ci-common-list/ci-common-list-query/index.vue2.js +76 -60
- package/dist/lib/ci-common-list/ci-common-list-query-item/index.css +1 -1
- package/dist/lib/ci-common-list/ci-common-list-query-item/index.vue.js +2 -2
- package/dist/lib/ci-common-list/ci-common-list-query-item/index.vue2.js +20 -12
- package/dist/lib/ci-common-list/ci-common-list-start-end-datepicker/index.css +1 -1
- package/dist/lib/ci-common-list/ci-common-list-start-end-datepicker/index.vue.js +2 -2
- package/dist/lib/ci-common-list/ci-common-list-start-end-datepicker/index.vue2.js +19 -16
- package/dist/lib/styles/reset-elementPlus/index.css +1 -1
- package/dist/types/src/apis/common.d.ts +3 -2
- package/dist/types/src/components/components-project/ci-common-list/ci-common-list-query/index.vue.d.ts +4 -0
- package/dist/types/src/components/components-project/ci-common-list/ci-common-list-query/type.d.ts +4 -0
- package/dist/types/src/components/components-project/ci-common-list/ci-common-list-query-item/index.vue.d.ts +2 -0
- package/dist/types/src/components/components-project/ci-common-list/ci-common-list-query-item/type.d.ts +2 -0
- package/dist/types/src/components/components-project/ci-common-list/ci-common-list-start-end-datepicker/index.vue.d.ts +1 -0
- package/dist/types/src/components/components-project/ci-common-list/ci-common-list-start-end-datepicker/type.d.ts +1 -0
- package/dist/types/src/config/config-env/env-n_devSimulation.d.ts +4 -0
- package/dist/types/src/config/config-env/env-n_newSimulation.d.ts +4 -0
- package/dist/types/src/config/config-env/env-n_production.d.ts +4 -0
- package/dist/types/src/config/config-env/env-n_simulation.d.ts +4 -0
- package/dist/types/src/config/config-env/env-z_devSimulation.d.ts +4 -0
- package/dist/types/src/config/config-system/projectSettings.d.ts +52 -0
- package/dist/types/src/hooks/useNavigation.d.ts +13 -0
- package/dist/types/src/layout/layout-1/index.d.ts +1 -0
- package/dist/types/src/layout/layout-2/index.d.ts +1 -0
- package/dist/types/src/layout/layout-3/index.d.ts +1 -0
- package/dist/types/src/layout/layout-4/index.d.ts +1 -0
- package/dist/types/src/layout/layout-5/index.d.ts +1 -0
- package/dist/types/src/layout/layout-all-menu-text/layout-header/drawer-menu/MenuEachItem.vue.d.ts +24 -0
- package/dist/types/src/layout/layout-all-menu-text/layout-header/user-info/index.vue.d.ts +2 -0
- package/dist/types/src/layout/layout-all-menu-text/layout-left-menu/MenuItem.vue.d.ts +24 -0
- package/dist/types/src/layout/layout-all-menu-text/layout-left-menu/index.vue.d.ts +2 -0
- package/dist/types/src/layout/layout-all-menu-text/pages/unfold-icon/index.vue.d.ts +2 -0
- package/dist/types/src/layout/layout-all-menu-text/theme/themes.d.ts +81 -0
- package/dist/types/src/layout/layout-left-sidebar-menus/hooks/useUser.d.ts +6 -0
- package/dist/types/src/layout/layout-left-sidebar-menus/index.vue.d.ts +2 -0
- package/dist/types/src/layout/layout-left-sidebar-menus/layout-header/index.vue.d.ts +2 -0
- package/dist/types/src/layout/layout-left-sidebar-menus/layout-header/user-info/index.vue.d.ts +2 -0
- package/dist/types/src/layout/layout-left-sidebar-menus/layout-left-menu/MenuItem.vue.d.ts +24 -0
- package/dist/types/src/layout/layout-left-sidebar-menus/layout-left-menu/index.vue.d.ts +2 -0
- package/dist/types/src/layout/layout-left-sidebar-menus/model/index.d.ts +12 -0
- package/dist/types/src/layout/layout-left-sidebar-menus/pages/unfold-icon/index.vue.d.ts +2 -0
- package/dist/types/src/layout/layout-left-sidebar-menus/theme/themes.d.ts +78 -0
- package/dist/types/src/layout/layout-origin-menus/hooks/useUser.d.ts +6 -0
- package/dist/types/src/layout/layout-origin-menus/index.vue.d.ts +2 -0
- package/dist/types/src/layout/layout-origin-menus/layout-header/drawer-menu/MenuEachItem.vue.d.ts +24 -0
- package/dist/types/src/layout/layout-origin-menus/layout-header/drawer-menu/RecentlyVisit.vue.d.ts +2 -0
- package/dist/types/src/layout/layout-origin-menus/layout-header/drawer-menu/SearchMenuResult.vue.d.ts +14 -0
- package/dist/types/src/layout/layout-origin-menus/layout-header/drawer-menu/hooks/useDrawerMenu.d.ts +6 -0
- package/dist/types/src/layout/layout-origin-menus/layout-header/drawer-menu/index.vue.d.ts +5 -0
- package/dist/types/src/layout/layout-origin-menus/layout-header/index.vue.d.ts +2 -0
- package/dist/types/src/layout/layout-origin-menus/layout-header/user-info/index.vue.d.ts +2 -0
- package/dist/types/src/layout/layout-origin-menus/layout-left-menu/MenuItem.vue.d.ts +24 -0
- package/dist/types/src/layout/layout-origin-menus/layout-left-menu/index.vue.d.ts +2 -0
- package/dist/types/src/layout/layout-origin-menus/model/index.d.ts +12 -0
- package/dist/types/src/layout/layout-origin-menus/pages/unfold-icon/index.vue.d.ts +2 -0
- package/dist/types/src/layout/layout-origin-menus/theme/themes.d.ts +78 -0
- package/dist/types/src/layout/layout-recursion-menus/hooks/useUser.d.ts +6 -0
- package/dist/types/src/layout/layout-recursion-menus/index.vue.d.ts +2 -0
- package/dist/types/src/layout/{layout-header → layout-recursion-menus/layout-header}/drawer-menu/MenuEachItem.vue.d.ts +1 -1
- package/dist/types/src/layout/layout-recursion-menus/layout-header/drawer-menu/RecentlyVisit.vue.d.ts +2 -0
- package/dist/types/src/layout/layout-recursion-menus/layout-header/drawer-menu/SearchMenuResult.vue.d.ts +14 -0
- package/dist/types/src/layout/layout-recursion-menus/layout-header/drawer-menu/hooks/useDrawerMenu.d.ts +6 -0
- package/dist/types/src/layout/layout-recursion-menus/layout-header/drawer-menu/index.vue.d.ts +5 -0
- package/dist/types/src/layout/layout-recursion-menus/layout-header/index.vue.d.ts +2 -0
- package/dist/types/src/layout/layout-recursion-menus/layout-header/user-info/index.vue.d.ts +2 -0
- package/dist/types/src/layout/layout-recursion-menus/layout-left-menu/index.vue.d.ts +2 -0
- package/dist/types/src/layout/layout-recursion-menus/model/index.d.ts +12 -0
- package/dist/types/src/layout/mock/system-response-menus/kjjg.d.ts +1 -1
- package/dist/types/src/layout/models/layout-name-map.d.ts +11 -0
- package/dist/types/src/layout/{store → stores}/menuStore.d.ts +1 -1
- package/dist/types/src/layout/stores/unfoldIconStore.d.ts +22 -0
- package/dist/types/src/layout/{store → stores}/userStore.d.ts +1 -1
- package/dist/types/src/layout/switcher/switcher-layout/index.vue.d.ts +2 -0
- package/dist/types/src/layout/switcher/switcher-theme/index.vue.d.ts +2 -0
- package/dist/types/src/layout/utils/menus.d.ts +2 -2
- package/dist/types/src/layout/utils/themesLocalStorage.d.ts +4 -0
- package/dist/types/src/layout/utils/userInfoStorage.d.ts +1 -1
- package/dist/types/src/plugins/track/config/index.d.ts +16 -16
- package/dist/types/src/plugins/track/hooks/useTrack.d.ts +9 -0
- package/dist/types/src/plugins/track/index.d.ts +1 -0
- package/dist/types/src/plugins/track/type.d.ts +2 -2
- package/dist/types/src/plugins/track/utils/referer.d.ts +12 -0
- package/dist/types/src/plugins/track/utils/trackPathResolver.d.ts +14 -0
- package/dist/types/src/router/middlewares/router-afterEach-middleware-runner.d.ts +5 -5
- package/dist/types/src/router/middlewares/router-middleware/pageProgressMiddleware-complex.d.ts +48 -0
- package/dist/types/src/router/middlewares/router-middleware/pageProgressMiddleware-simple.d.ts +9 -0
- package/dist/types/src/router/middlewares/router-middleware/router-afterEach/recordNavigationMiddleware.d.ts +2 -0
- package/dist/types/src/router/middlewares/router-middleware/router-afterEach/trackPageMiddleware.d.ts +2 -0
- package/dist/types/src/router/middlewares/router-middleware/router-beforeEach/loggerMiddleware.d.ts +3 -1
- package/dist/types/src/router/routes.d.ts +0 -50
- package/dist/types/src/router/utils/use-layout/index.d.ts +8 -0
- package/dist/types/src/router/utils/use-layout/layouts-map.d.ts +5 -0
- package/dist/types/src/stores/navigationStore.d.ts +24 -0
- package/dist/types/src/stores/routerStore.d.ts +6 -0
- package/dist/types/src/stores/themeStore.d.ts +53 -0
- package/dist/types/src/utils/logger.d.ts +14 -0
- package/dist/types/src/views/home/routes/index.d.ts +2 -0
- package/dist/types/src/views-common/401/index.vue.d.ts +2 -0
- package/dist/types/src/views-common/404/index.vue.d.ts +2 -0
- package/dist/types/src/views-demo/usedemo-el-cascader/index.vue.d.ts +2 -0
- package/dist/types/src/views-demo/usedemo-el-cascader/routes/index.d.ts +9 -0
- package/dist/types/src/views-demo/usedemo-el-table/index.vue.d.ts +2 -0
- package/dist/types/src/views-demo/usedemo-el-table/routes/index.d.ts +9 -0
- package/package.json +9 -1
- package/dist/types/src/axios/middlewares/request-middlewares/dafeiyiqi-disposeGetUrlParams.d.ts +0 -7
- package/dist/types/src/config/system-config/projectSettings.d.ts +0 -9
- package/dist/types/src/router/middlewares/router-middleware/router-afterEach/trackLeavePageMiddleware.d.ts +0 -2
- package/dist/types/src/router/middlewares/router-middleware/router-beforeEach/trackPageMiddleware.d.ts +0 -2
- /package/dist/types/src/config/{env-config → config-env}/env-development.d.ts +0 -0
- /package/dist/types/src/config/{env-config → config-env}/env-z_newSimulation.d.ts +0 -0
- /package/dist/types/src/config/{env-config → config-env}/env-z_production.d.ts +0 -0
- /package/dist/types/src/config/{env-config → config-env}/env-z_simulation.d.ts +0 -0
- /package/dist/types/src/config/{env-config → config-env}/index.d.ts +0 -0
- /package/dist/types/src/config/{env-config → config-env}/type.d.ts +0 -0
- /package/dist/types/src/layout/{api → apis}/user.d.ts +0 -0
- /package/dist/types/src/layout/{index.vue.d.ts → components/LayoutError.vue.d.ts} +0 -0
- /package/dist/types/src/layout/{layout-header/index.vue.d.ts → components/LayoutLoading.vue.d.ts} +0 -0
- /package/dist/types/src/layout/{layout-header/drawer-menu/RecentlyVisit.vue.d.ts → components/LayoutWrapper.vue.d.ts} +0 -0
- /package/dist/types/src/layout/{hooks → layout-all-menu-text/hooks}/useUser.d.ts +0 -0
- /package/dist/types/src/layout/{layout-header/user-info → layout-all-menu-text}/index.vue.d.ts +0 -0
- /package/dist/types/src/layout/{layout-left-menu/index.vue.d.ts → layout-all-menu-text/layout-header/drawer-menu/RecentlyVisit.vue.d.ts} +0 -0
- /package/dist/types/src/layout/{layout-header → layout-all-menu-text/layout-header}/drawer-menu/SearchMenuResult.vue.d.ts +0 -0
- /package/dist/types/src/layout/{layout-header → layout-all-menu-text/layout-header}/drawer-menu/hooks/useDrawerMenu.d.ts +0 -0
- /package/dist/types/src/layout/{layout-header → layout-all-menu-text/layout-header}/drawer-menu/index.vue.d.ts +0 -0
- /package/dist/types/src/{views/401 → layout/layout-all-menu-text/layout-header/forward-back-btn}/index.vue.d.ts +0 -0
- /package/dist/types/src/{views/404 → layout/layout-all-menu-text/layout-header}/index.vue.d.ts +0 -0
- /package/dist/types/src/layout/{model → layout-all-menu-text/model}/index.d.ts +0 -0
- /package/dist/types/src/layout/{layout-left-menu → layout-recursion-menus/layout-left-menu}/MenuItem.vue.d.ts +0 -0
- /package/dist/types/src/layout/{layout-header/drawer-menu → types}/type.d.ts +0 -0
- /package/dist/types/src/{views → views-common}/401/routes/index.d.ts +0 -0
- /package/dist/types/src/{views → views-common}/404/routes/index.d.ts +0 -0
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import { Ref, ComputedRef } from 'vue';
|
|
2
|
+
/**
|
|
3
|
+
* 导出 store 的类型接口,显式声明可以避免 TypeScript 推断过大导致的错误
|
|
4
|
+
*/
|
|
5
|
+
export interface NavigationStore {
|
|
6
|
+
historyStack: Ref<string[]>;
|
|
7
|
+
currentIndex: Ref<number>;
|
|
8
|
+
canGoBack: ComputedRef<boolean>;
|
|
9
|
+
canGoForward: ComputedRef<boolean>;
|
|
10
|
+
backCount: Ref<number>;
|
|
11
|
+
forwardCount: Ref<number>;
|
|
12
|
+
skipRecord: Ref<boolean>;
|
|
13
|
+
currentStartBackForward: Ref<boolean>;
|
|
14
|
+
recordNavigation: (path: string) => void;
|
|
15
|
+
goBack: () => Promise<void>;
|
|
16
|
+
goForward: () => Promise<void>;
|
|
17
|
+
goToIndex: (idx: number) => Promise<void>;
|
|
18
|
+
clearHistory: () => void;
|
|
19
|
+
}
|
|
20
|
+
/**
|
|
21
|
+
* defineStore(组合式写法)
|
|
22
|
+
* id: 'navigation'
|
|
23
|
+
*/
|
|
24
|
+
export declare const useNavigationStore: import('pinia').StoreDefinition<"navigationStore", Pick<NavigationStore, "historyStack" | "currentIndex" | "backCount" | "forwardCount" | "skipRecord" | "currentStartBackForward">, Pick<NavigationStore, "canGoBack" | "canGoForward">, Pick<NavigationStore, "recordNavigation" | "goBack" | "goForward" | "goToIndex" | "clearHistory">>;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import { Ref } from 'vue';
|
|
2
|
+
export interface RouterStore {
|
|
3
|
+
from: Ref<any | null>;
|
|
4
|
+
setFrom: (route: any) => void;
|
|
5
|
+
}
|
|
6
|
+
export declare const useRouterStore: import('pinia').StoreDefinition<"routerStore", Pick<RouterStore, "from">, Pick<RouterStore, never>, Pick<RouterStore, "setFrom">>;
|
|
@@ -0,0 +1,53 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* 把主题应用到全局 CSS 变量
|
|
3
|
+
* - 通过操作 document.documentElement(即 <html> 节点)
|
|
4
|
+
* - 把主题里的颜色写成 CSS 变量,供全局使用
|
|
5
|
+
* // 将一个 ThemeVars 写入到目标 DOM 元素(默认 document.documentElement)
|
|
6
|
+
* // 这里我们把每个键转换成 CSS 自定义属性 --{key},并写入 target.style
|
|
7
|
+
*/
|
|
8
|
+
declare function applyThemeToDOM(themeVarsConfig: Record<string, string>): void;
|
|
9
|
+
/**
|
|
10
|
+
* 使用组合式 API 定义 Pinia Store
|
|
11
|
+
* store 的 id 叫做 "themeStore"
|
|
12
|
+
*/
|
|
13
|
+
export declare const useThemeStore: import('pinia').StoreDefinition<"themeStore", Pick<{
|
|
14
|
+
currentLayoutName: import('vue').Ref<string, string>;
|
|
15
|
+
currentLayoutThemeName: import('vue').Ref<string, string>;
|
|
16
|
+
currentLayoutThemeVars: import('vue').Ref<Record<string, string>, Record<string, string>>;
|
|
17
|
+
currentLayoutThemeModule: import('vue').Ref<any, any>;
|
|
18
|
+
currentLayoutThemeIsDark: import('vue').Ref<string, string>;
|
|
19
|
+
currentLayoutThemeOptions: import('vue').Ref<Record<string, string>[], Record<string, string>[]>;
|
|
20
|
+
currentLayoutIsHasTheme: import('vue').Ref<boolean, boolean>;
|
|
21
|
+
currentLayoutNameSetTheme: (layoutThemeName: string) => Promise<void>;
|
|
22
|
+
applyThemeToDOM: typeof applyThemeToDOM;
|
|
23
|
+
initCurrentLayoutDefaultTheme: (layoutName?: string) => Promise<void>;
|
|
24
|
+
switchCurrentLayoutToDefaultTheme: (layoutName: string) => Promise<void>;
|
|
25
|
+
switchLayoutName: (layoutName: string) => Promise<void>;
|
|
26
|
+
}, "currentLayoutName" | "currentLayoutThemeName" | "currentLayoutThemeVars" | "currentLayoutThemeModule" | "currentLayoutThemeIsDark" | "currentLayoutThemeOptions" | "currentLayoutIsHasTheme">, Pick<{
|
|
27
|
+
currentLayoutName: import('vue').Ref<string, string>;
|
|
28
|
+
currentLayoutThemeName: import('vue').Ref<string, string>;
|
|
29
|
+
currentLayoutThemeVars: import('vue').Ref<Record<string, string>, Record<string, string>>;
|
|
30
|
+
currentLayoutThemeModule: import('vue').Ref<any, any>;
|
|
31
|
+
currentLayoutThemeIsDark: import('vue').Ref<string, string>;
|
|
32
|
+
currentLayoutThemeOptions: import('vue').Ref<Record<string, string>[], Record<string, string>[]>;
|
|
33
|
+
currentLayoutIsHasTheme: import('vue').Ref<boolean, boolean>;
|
|
34
|
+
currentLayoutNameSetTheme: (layoutThemeName: string) => Promise<void>;
|
|
35
|
+
applyThemeToDOM: typeof applyThemeToDOM;
|
|
36
|
+
initCurrentLayoutDefaultTheme: (layoutName?: string) => Promise<void>;
|
|
37
|
+
switchCurrentLayoutToDefaultTheme: (layoutName: string) => Promise<void>;
|
|
38
|
+
switchLayoutName: (layoutName: string) => Promise<void>;
|
|
39
|
+
}, never>, Pick<{
|
|
40
|
+
currentLayoutName: import('vue').Ref<string, string>;
|
|
41
|
+
currentLayoutThemeName: import('vue').Ref<string, string>;
|
|
42
|
+
currentLayoutThemeVars: import('vue').Ref<Record<string, string>, Record<string, string>>;
|
|
43
|
+
currentLayoutThemeModule: import('vue').Ref<any, any>;
|
|
44
|
+
currentLayoutThemeIsDark: import('vue').Ref<string, string>;
|
|
45
|
+
currentLayoutThemeOptions: import('vue').Ref<Record<string, string>[], Record<string, string>[]>;
|
|
46
|
+
currentLayoutIsHasTheme: import('vue').Ref<boolean, boolean>;
|
|
47
|
+
currentLayoutNameSetTheme: (layoutThemeName: string) => Promise<void>;
|
|
48
|
+
applyThemeToDOM: typeof applyThemeToDOM;
|
|
49
|
+
initCurrentLayoutDefaultTheme: (layoutName?: string) => Promise<void>;
|
|
50
|
+
switchCurrentLayoutToDefaultTheme: (layoutName: string) => Promise<void>;
|
|
51
|
+
switchLayoutName: (layoutName: string) => Promise<void>;
|
|
52
|
+
}, "currentLayoutNameSetTheme" | "applyThemeToDOM" | "initCurrentLayoutDefaultTheme" | "switchCurrentLayoutToDefaultTheme" | "switchLayoutName">>;
|
|
53
|
+
export {};
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* logger.ts
|
|
3
|
+
* 彩色 console 日志工具,支持三级分块:level / category / message
|
|
4
|
+
*/
|
|
5
|
+
type LogLevel = 'router' | 'store' | 'axios' | 'api' | 'track' | string;
|
|
6
|
+
/**
|
|
7
|
+
* 打印彩色日志
|
|
8
|
+
* @param level 日志类别(如 router / api / track / store)
|
|
9
|
+
* @param category 种类(比如 "导航守卫" / "接口请求")
|
|
10
|
+
* @param message 提示文本
|
|
11
|
+
* @param args 额外参数
|
|
12
|
+
*/
|
|
13
|
+
export declare function logStyled(level: LogLevel, category: string, message: string, ...args: any[]): void;
|
|
14
|
+
export {};
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
2
|
+
export default _default;
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
2
|
+
export default _default;
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
2
|
+
export default _default;
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
2
|
+
export default _default;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lemon30_npm/csit-vue3",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.55",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"author": "cuiwq",
|
|
6
6
|
"license": "MIT",
|
|
@@ -149,9 +149,14 @@
|
|
|
149
149
|
"build-origin": "run-p type-check \"build-only {@}\" --",
|
|
150
150
|
"build-only": "vite build",
|
|
151
151
|
"build:development": "vite build --mode development",
|
|
152
|
+
"build:z_devSimulation": "vite build --mode z_devSimulation",
|
|
152
153
|
"build:z_newSimulation": "vite build --mode z_newSimulation",
|
|
153
154
|
"build:z_simulation": "vite build --mode z_simulation",
|
|
154
155
|
"build:z_production": "vite build --mode z_production",
|
|
156
|
+
"build:n_devSimulation": "vite build --mode n_devSimulation",
|
|
157
|
+
"build:n_newSimulation": "vite build --mode n_newSimulation",
|
|
158
|
+
"build:n_simulation": "vite build --mode n_simulation",
|
|
159
|
+
"build:n_production": "vite build --mode n_production",
|
|
155
160
|
"docs:dev": "vitepress dev docs",
|
|
156
161
|
"docs:build": "vitepress build docs",
|
|
157
162
|
"docs:preview": "vitepress preview docs",
|
|
@@ -212,5 +217,8 @@
|
|
|
212
217
|
"vitepress": "^1.6.3",
|
|
213
218
|
"vue": "^3.5.12",
|
|
214
219
|
"vue-router": "^4.4.5"
|
|
220
|
+
},
|
|
221
|
+
"dependencies": {
|
|
222
|
+
"nprogress": "^0.2.0"
|
|
215
223
|
}
|
|
216
224
|
}
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/dist/types/src/layout/{layout-header/index.vue.d.ts → components/LayoutLoading.vue.d.ts}
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/dist/types/src/layout/{layout-header/user-info → layout-all-menu-text}/index.vue.d.ts
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/dist/types/src/{views/404 → layout/layout-all-menu-text/layout-header}/index.vue.d.ts
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|