jmash-core 0.0.102 → 0.0.103
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/{401-DOsGWxYo.mjs → 401-DJtdxNra.mjs} +1 -1
- package/dist/{404-6mLT-MD0.mjs → 404-tV313ggl.mjs} +1 -1
- package/dist/{BarChart-D5Nidgu8.mjs → BarChart-BwBV30gd.mjs} +1 -1
- package/dist/{index-ChpEoBUr.mjs → index-CTqsC_2s.mjs} +3 -3
- package/dist/{index-BSbxeGU8.mjs → index-Cp46zjaT.mjs} +1 -1
- package/dist/{index-DuOIZgFD.mjs → index-fsHz_7IU.mjs} +2 -2
- package/dist/{index-CcJS6lxo.mjs → index-j1cTfKqQ.mjs} +3367 -3332
- package/dist/index.mjs +1 -1
- package/dist/{profile-Dg6AMMkU.mjs → profile-osKcuPXw.mjs} +1 -1
- package/dist/{runAs-zjHRjK6_.mjs → runAs-9UKV_fI7.mjs} +1 -1
- package/dist/{runAs.vue_vue_type_script_setup_true_lang-Dsge_zKd.mjs → runAs.vue_vue_type_script_setup_true_lang-Djdygk4t.mjs} +950 -923
- package/dist/style.css +1 -1
- package/dist/{types-CqTQGcBr.mjs → types-CMNqC10I.mjs} +1 -1
- package/dist/{updatePwd-Cqr5HVMV.mjs → updatePwd-DQXl07Bm.mjs} +1 -1
- package/dist/{updatePwd.vue_vue_type_script_setup_true_lang-C1E3xk5o.mjs → updatePwd.vue_vue_type_script_setup_true_lang-np4evFrP.mjs} +1 -1
- package/dts/src/api/auth/types.d.ts +4 -0
- package/dts/src/components/DictSelect/index.vue.d.ts +1 -1
- package/dts/src/components/Pagination/index.vue.d.ts +2 -2
- package/dts/src/components/SvgIcon/index.vue.d.ts +1 -1
- package/dts/src/views/dashboard/components/BarChart.vue.d.ts +1 -1
- package/dts/src/views/dashboard/components/FunnelChart.vue.d.ts +1 -1
- package/dts/src/views/dashboard/components/PieChart.vue.d.ts +1 -1
- package/dts/src/views/dashboard/components/RadarChart.vue.d.ts +1 -1
- package/package.json +85 -85
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { _ as D } from "./picture-CBRsHLZl.mjs";
|
|
2
2
|
import { defineComponent as E, ref as V, reactive as p, resolveComponent as c, openBlock as N, createElementBlock as $, Fragment as q, createVNode as e, withCtx as l, createTextVNode as u, toDisplayString as f, createElementVNode as _ } from "vue";
|
|
3
|
-
import { q as B, c as w, t as R, v as S, w as z } from "./index-
|
|
3
|
+
import { q as B, c as w, t as R, v as S, w as z } from "./index-j1cTfKqQ.mjs";
|
|
4
4
|
const A = { class: "h-[40px]" }, M = { class: "image-slot" }, P = { class: "dialog-footer" }, H = /* @__PURE__ */ E({
|
|
5
5
|
__name: "types",
|
|
6
6
|
setup(T) {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { defineComponent as q, ref as v, toRefs as E, reactive as V, resolveComponent as i, openBlock as O, createBlock as A, unref as t, isRef as D, withCtx as n, createElementVNode as U, createVNode as r, createTextVNode as g, toDisplayString as _ } from "vue";
|
|
2
2
|
import { ElMessage as z } from "element-plus";
|
|
3
|
-
import { z as b, aD as B } from "./index-
|
|
3
|
+
import { z as b, aD as B } from "./index-j1cTfKqQ.mjs";
|
|
4
4
|
import { useI18n as I } from "vue-i18n";
|
|
5
5
|
const S = { class: "dialog-footer" }, G = /* @__PURE__ */ q({
|
|
6
6
|
__name: "updatePwd",
|
|
@@ -80,9 +80,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
80
80
|
layout: string;
|
|
81
81
|
pageSizes: number[];
|
|
82
82
|
total: number;
|
|
83
|
-
page: number;
|
|
84
|
-
limit: number;
|
|
85
83
|
background: boolean;
|
|
84
|
+
limit: number;
|
|
85
|
+
page: number;
|
|
86
86
|
autoScroll: boolean;
|
|
87
87
|
}, {}>;
|
|
88
88
|
export default _default;
|
package/package.json
CHANGED
|
@@ -1,85 +1,85 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "jmash-core",
|
|
3
|
-
"version": "0.0.
|
|
4
|
-
"private": false,
|
|
5
|
-
"module": "dist/index.mjs",
|
|
6
|
-
"types": "dts/src/index.d.ts",
|
|
7
|
-
"files": [
|
|
8
|
-
"dist",
|
|
9
|
-
"dts/src"
|
|
10
|
-
],
|
|
11
|
-
"
|
|
12
|
-
"
|
|
13
|
-
"
|
|
14
|
-
"
|
|
15
|
-
"
|
|
16
|
-
"
|
|
17
|
-
"
|
|
18
|
-
"
|
|
19
|
-
"
|
|
20
|
-
"
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
"
|
|
24
|
-
"
|
|
25
|
-
"
|
|
26
|
-
"eslint-
|
|
27
|
-
"
|
|
28
|
-
"
|
|
29
|
-
"
|
|
30
|
-
"
|
|
31
|
-
"
|
|
32
|
-
"
|
|
33
|
-
"
|
|
34
|
-
"
|
|
35
|
-
"
|
|
36
|
-
"
|
|
37
|
-
"
|
|
38
|
-
"
|
|
39
|
-
"
|
|
40
|
-
"
|
|
41
|
-
"
|
|
42
|
-
"
|
|
43
|
-
"
|
|
44
|
-
"
|
|
45
|
-
"
|
|
46
|
-
"
|
|
47
|
-
"
|
|
48
|
-
"
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
"
|
|
52
|
-
"element-plus": "^
|
|
53
|
-
"
|
|
54
|
-
"vue": "^
|
|
55
|
-
"
|
|
56
|
-
"vue
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
"
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
"
|
|
63
|
-
"
|
|
64
|
-
"
|
|
65
|
-
"
|
|
66
|
-
"
|
|
67
|
-
"
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
"
|
|
71
|
-
"
|
|
72
|
-
"
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
"
|
|
76
|
-
"
|
|
77
|
-
"
|
|
78
|
-
"
|
|
79
|
-
"
|
|
80
|
-
"
|
|
81
|
-
"
|
|
82
|
-
"
|
|
83
|
-
"
|
|
84
|
-
}
|
|
85
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"name": "jmash-core",
|
|
3
|
+
"version": "0.0.103",
|
|
4
|
+
"private": false,
|
|
5
|
+
"module": "dist/index.mjs",
|
|
6
|
+
"types": "dts/src/index.d.ts",
|
|
7
|
+
"files": [
|
|
8
|
+
"dist",
|
|
9
|
+
"dts/src"
|
|
10
|
+
],
|
|
11
|
+
"scripts": {
|
|
12
|
+
"dev": "pnpm build:generate && vite serve --mode development",
|
|
13
|
+
"build": "pnpm build:generate && vite build && pnpm build:dts",
|
|
14
|
+
"build:generate": "tsx build/generate.ts",
|
|
15
|
+
"preview": "vite preview",
|
|
16
|
+
"build-only": "vite build",
|
|
17
|
+
"build:dts": "vue-tsc --declaration --emitDeclarationOnly",
|
|
18
|
+
"type-check": "vue-tsc --build --force",
|
|
19
|
+
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore",
|
|
20
|
+
"format": "prettier --write src/"
|
|
21
|
+
},
|
|
22
|
+
"devDependencies": {
|
|
23
|
+
"@eslint/js": "^9.11.0",
|
|
24
|
+
"@iconify-json/ep": "^1.1.15",
|
|
25
|
+
"@intlify/core-base": "^9.10.2",
|
|
26
|
+
"@rushstack/eslint-patch": "^1.3.3",
|
|
27
|
+
"@tsconfig/node20": "^20.1.2",
|
|
28
|
+
"@types/node": "^20.11.10",
|
|
29
|
+
"@vitejs/plugin-vue": "^5.0.3",
|
|
30
|
+
"@vue/tsconfig": "^0.5.1",
|
|
31
|
+
"@vueuse/core": "^10.9.0",
|
|
32
|
+
"axios": "^1.6.7",
|
|
33
|
+
"camelcase": "^8.0.0",
|
|
34
|
+
"chalk": "^5.3.0",
|
|
35
|
+
"consola": "^3.2.3",
|
|
36
|
+
"eslint": "^9.11.0",
|
|
37
|
+
"eslint-plugin-vue": "^9.28.0",
|
|
38
|
+
"fast-glob": "^3.3.2",
|
|
39
|
+
"fs-extra": "^11.2.0",
|
|
40
|
+
"globals": "^15.9.0",
|
|
41
|
+
"npm-run-all2": "^6.1.1",
|
|
42
|
+
"pinia": "^2.1.7",
|
|
43
|
+
"prettier": "^3.0.3",
|
|
44
|
+
"qs": "^6.12.0",
|
|
45
|
+
"sass": "^1.71.1",
|
|
46
|
+
"sass-loader": "^14.1.1",
|
|
47
|
+
"tsx": "^4.7.1",
|
|
48
|
+
"typescript": "~5.3.0",
|
|
49
|
+
"typescript-eslint": "^8.6.0",
|
|
50
|
+
"unocss": "^0.58.5",
|
|
51
|
+
"unplugin-auto-import": "^0.17.5",
|
|
52
|
+
"unplugin-element-plus": "^0.8.0",
|
|
53
|
+
"unplugin-icons": "^0.18.5",
|
|
54
|
+
"unplugin-vue-components": "^0.26.0",
|
|
55
|
+
"vite": "^5.0.11",
|
|
56
|
+
"vue": "^3.4.21",
|
|
57
|
+
"vue-i18n": "^9.10.1",
|
|
58
|
+
"vue-router": "^4.3.0",
|
|
59
|
+
"vue-tsc": "^1.8.27"
|
|
60
|
+
},
|
|
61
|
+
"peerDependencies": {
|
|
62
|
+
"axios": "^1.7.7",
|
|
63
|
+
"element-plus": "^2.8.7",
|
|
64
|
+
"pinia": "^2.2.4",
|
|
65
|
+
"vue": "^3.5.11",
|
|
66
|
+
"vue-i18n": "^9.14.1",
|
|
67
|
+
"vue-router": "^4.4.5"
|
|
68
|
+
},
|
|
69
|
+
"dependencies": {
|
|
70
|
+
"@element-plus/icons-vue": "^2.3.1",
|
|
71
|
+
"@vueuse/core": "^10.9.0",
|
|
72
|
+
"crypto-js": "^4.2.0",
|
|
73
|
+
"echarts": "^5.5.0",
|
|
74
|
+
"file-saver": "^2.0.5",
|
|
75
|
+
"lodash-es": "^4.17.21",
|
|
76
|
+
"lrz": "^4.9.41",
|
|
77
|
+
"moment": "^2.30.1",
|
|
78
|
+
"nprogress": "^0.2.0",
|
|
79
|
+
"path-browserify": "^1.0.1",
|
|
80
|
+
"path-to-regexp": "^6.2.1",
|
|
81
|
+
"qs": "^6.12.0",
|
|
82
|
+
"sm-crypto": "^0.3.13",
|
|
83
|
+
"sortablejs": "^1.15.2"
|
|
84
|
+
}
|
|
85
|
+
}
|