jmash-core 0.1.22 → 0.1.23
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.md +57 -57
- package/dist/{401-FlrXOPgS.mjs → 401-wf-4LU5z.mjs} +2 -2
- package/dist/{404-BTMSldle.mjs → 404-B3hg09bP.mjs} +8 -8
- package/dist/{BarChart-BaOcg-v6.mjs → BarChart-fgFAuEhe.mjs} +2 -2
- package/dist/{index-Dsqb5KPh.mjs → index-2GuFmWHv.mjs} +168 -168
- package/dist/{index-wvG4Qrkd.mjs → index-B8QloXhY.mjs} +13 -12
- package/dist/{index-Dk6VNvme.mjs → index-Bhxr-578.mjs} +15 -15
- package/dist/{index-Zq3WC6V2.mjs → index-BoRAs6HI.mjs} +2 -2
- package/dist/{index-Dj2YZyEO.mjs → index-BxCLyBWu.mjs} +2 -2
- package/dist/{index-PIpAW35H.mjs → index-DhIC3DzM.mjs} +4 -4
- package/dist/index.mjs +1 -1
- package/dist/{profile-DFeb2tVZ.mjs → profile-DXi-78Zv.mjs} +46 -46
- package/dist/{runAs-B8Gt1PLf.mjs → runAs-B0w2aMlY.mjs} +1 -1
- package/dist/{runAs.vue_vue_type_script_setup_true_lang-CE3AKpKn.mjs → runAs.vue_vue_type_script_setup_true_lang-eu4mLh_O.mjs} +1 -1
- package/dist/style.css +1 -1
- package/dist/{types-LQSRjWu2.mjs → types-W0xzEV_A.mjs} +1 -1
- package/dist/{updatePwd-CcvECiqR.mjs → updatePwd-C67usnoT.mjs} +1 -1
- package/dist/{updatePwd.vue_vue_type_script_setup_true_lang-D1WT6rSV.mjs → updatePwd.vue_vue_type_script_setup_true_lang-CfwjDyXd.mjs} +1 -1
- package/dts/src/components/ForgetPwd/index.vue.d.ts +6 -0
- package/dts/src/components/GraphicVerification/index.vue.d.ts +8 -0
- package/dts/src/components/NameValidate/index.vue.d.ts +2 -2
- package/dts/src/layout/components/Sidebar/components/SidebarMenuItemTitle.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 +82 -82
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { createElementBlock as y, openBlock as k, createElementVNode as u, defineComponent as E, ref as I, reactive as f, resolveComponent as i, Fragment as F, createVNode as t, withCtx as l, createTextVNode as _, toDisplayString as C } from "vue";
|
|
2
|
-
import { A as M, v, a as w, B as $, C as z } from "./index-
|
|
2
|
+
import { A as M, v, a as w, B as $, C as z } from "./index-B8QloXhY.mjs";
|
|
3
3
|
const N = {
|
|
4
4
|
viewBox: "0 0 1024 1024",
|
|
5
5
|
width: "1.2em",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { defineComponent as q, ref as v, toRefs as E, reactive as V, resolveComponent as i, createBlock as O, openBlock as A, unref as t, isRef as U, withCtx as s, createVNode as r, createElementVNode as B, createTextVNode as g, toDisplayString as _ } from "vue";
|
|
2
2
|
import { ElMessage as D } from "element-plus";
|
|
3
|
-
import { H as b, aJ as I } from "./index-
|
|
3
|
+
import { H as b, aJ as I } from "./index-B8QloXhY.mjs";
|
|
4
4
|
import { useI18n as S } from "vue-i18n";
|
|
5
5
|
const z = { class: "dialog-footer" }, T = /* @__PURE__ */ q({
|
|
6
6
|
__name: "updatePwd",
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
declare const _default: import("vue").DefineComponent<globalThis.ExtractPropTypes<{
|
|
2
|
+
modelValue: globalThis.PropType<boolean>;
|
|
3
|
+
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<globalThis.ExtractPropTypes<{
|
|
4
|
+
modelValue: globalThis.PropType<boolean>;
|
|
5
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
6
|
+
export default _default;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
declare const _default: import("vue").DefineComponent<globalThis.ExtractPropTypes<{
|
|
2
|
+
captchaId: globalThis.PropType<string>;
|
|
3
|
+
captchaCode: globalThis.PropType<string>;
|
|
4
|
+
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<globalThis.ExtractPropTypes<{
|
|
5
|
+
captchaId: globalThis.PropType<string>;
|
|
6
|
+
captchaCode: globalThis.PropType<string>;
|
|
7
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
8
|
+
export default _default;
|
|
@@ -53,10 +53,10 @@ declare const _default: import("vue").DefineComponent<globalThis.ExtractPropType
|
|
|
53
53
|
default: never[];
|
|
54
54
|
};
|
|
55
55
|
}>> & Readonly<{}>, {
|
|
56
|
-
captchaId: string;
|
|
57
|
-
captchaCode: string;
|
|
58
56
|
validateField: string[];
|
|
59
57
|
name: string;
|
|
58
|
+
captchaId: string;
|
|
59
|
+
captchaCode: string;
|
|
60
60
|
formRef: FormInstance;
|
|
61
61
|
placeholder: string;
|
|
62
62
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
@@ -25,8 +25,8 @@ declare const _default: import("vue").DefineComponent<globalThis.ExtractPropType
|
|
|
25
25
|
default: string;
|
|
26
26
|
};
|
|
27
27
|
}>> & Readonly<{}>, {
|
|
28
|
+
name: string;
|
|
28
29
|
title: string;
|
|
29
30
|
icon: string;
|
|
30
|
-
name: string;
|
|
31
31
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
32
32
|
export default _default;
|
|
@@ -37,8 +37,8 @@ declare const _default: import("vue").DefineComponent<globalThis.ExtractPropType
|
|
|
37
37
|
required: true;
|
|
38
38
|
};
|
|
39
39
|
}>> & Readonly<{}>, {
|
|
40
|
-
id: string;
|
|
41
40
|
width: string;
|
|
41
|
+
id: string;
|
|
42
42
|
height: string;
|
|
43
43
|
className: string;
|
|
44
44
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
@@ -37,8 +37,8 @@ declare const _default: import("vue").DefineComponent<globalThis.ExtractPropType
|
|
|
37
37
|
required: true;
|
|
38
38
|
};
|
|
39
39
|
}>> & Readonly<{}>, {
|
|
40
|
-
id: string;
|
|
41
40
|
width: string;
|
|
41
|
+
id: string;
|
|
42
42
|
height: string;
|
|
43
43
|
className: string;
|
|
44
44
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
@@ -37,8 +37,8 @@ declare const _default: import("vue").DefineComponent<globalThis.ExtractPropType
|
|
|
37
37
|
required: true;
|
|
38
38
|
};
|
|
39
39
|
}>> & Readonly<{}>, {
|
|
40
|
-
id: string;
|
|
41
40
|
width: string;
|
|
41
|
+
id: string;
|
|
42
42
|
height: string;
|
|
43
43
|
className: string;
|
|
44
44
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
@@ -37,8 +37,8 @@ declare const _default: import("vue").DefineComponent<globalThis.ExtractPropType
|
|
|
37
37
|
required: true;
|
|
38
38
|
};
|
|
39
39
|
}>> & Readonly<{}>, {
|
|
40
|
-
id: string;
|
|
41
40
|
width: string;
|
|
41
|
+
id: string;
|
|
42
42
|
height: string;
|
|
43
43
|
className: string;
|
|
44
44
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
package/package.json
CHANGED
|
@@ -1,82 +1,82 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "jmash-core",
|
|
3
|
-
"version": "0.1.
|
|
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
|
-
"@laynezh/vite-plugin-lib-assets": "^2.1.0",
|
|
27
|
-
"@rushstack/eslint-patch": "^1.3.3",
|
|
28
|
-
"@tsconfig/node20": "^20.1.2",
|
|
29
|
-
"@types/node": "^20.11.10",
|
|
30
|
-
"@vitejs/plugin-vue": "^5.0.3",
|
|
31
|
-
"@vue/tsconfig": "^0.5.1",
|
|
32
|
-
"@vueuse/core": "^10.9.0",
|
|
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
|
-
"prettier": "^3.0.3",
|
|
43
|
-
"sass": "^1.71.1",
|
|
44
|
-
"sass-loader": "^14.1.1",
|
|
45
|
-
"tsx": "^4.7.1",
|
|
46
|
-
"typescript": "~5.3.0",
|
|
47
|
-
"typescript-eslint": "^8.6.0",
|
|
48
|
-
"unocss": "^0.58.5",
|
|
49
|
-
"unplugin-auto-import": "^0.17.5",
|
|
50
|
-
"unplugin-element-plus": "^0.8.0",
|
|
51
|
-
"unplugin-icons": "^0.18.5",
|
|
52
|
-
"unplugin-vue-components": "^0.26.0",
|
|
53
|
-
"vite": "^5.0.11",
|
|
54
|
-
"vue-tsc": "^1.8.27"
|
|
55
|
-
},
|
|
56
|
-
"peerDependencies": {
|
|
57
|
-
"axios": "^1.9.0",
|
|
58
|
-
"element-plus": "^2.11.5",
|
|
59
|
-
"pinia": "^2.3.1",
|
|
60
|
-
"vue": "^3.5.13",
|
|
61
|
-
"vue-i18n": "^9.14.4",
|
|
62
|
-
"vue-router": "^4.5.1"
|
|
63
|
-
},
|
|
64
|
-
"dependencies": {
|
|
65
|
-
"@element-plus/icons-vue": "^2.3.1",
|
|
66
|
-
"@vueuse/core": "^10.11.1",
|
|
67
|
-
"@wangeditor-next/editor": "^5.6.34",
|
|
68
|
-
"@wangeditor-next/editor-for-vue": "^5.1.14",
|
|
69
|
-
"crypto-js": "^4.2.0",
|
|
70
|
-
"echarts": "^5.6.0",
|
|
71
|
-
"file-saver": "^2.0.5",
|
|
72
|
-
"lodash-es": "^4.17.21",
|
|
73
|
-
"lrz": "^4.9.41",
|
|
74
|
-
"moment": "^2.30.1",
|
|
75
|
-
"nprogress": "^0.2.0",
|
|
76
|
-
"path-browserify": "^1.0.1",
|
|
77
|
-
"path-to-regexp": "^6.3.0",
|
|
78
|
-
"qs": "^6.14.0",
|
|
79
|
-
"sm-crypto": "^0.3.13",
|
|
80
|
-
"sortablejs": "^1.15.6"
|
|
81
|
-
}
|
|
82
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"name": "jmash-core",
|
|
3
|
+
"version": "0.1.23",
|
|
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
|
+
"@laynezh/vite-plugin-lib-assets": "^2.1.0",
|
|
27
|
+
"@rushstack/eslint-patch": "^1.3.3",
|
|
28
|
+
"@tsconfig/node20": "^20.1.2",
|
|
29
|
+
"@types/node": "^20.11.10",
|
|
30
|
+
"@vitejs/plugin-vue": "^5.0.3",
|
|
31
|
+
"@vue/tsconfig": "^0.5.1",
|
|
32
|
+
"@vueuse/core": "^10.9.0",
|
|
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
|
+
"prettier": "^3.0.3",
|
|
43
|
+
"sass": "^1.71.1",
|
|
44
|
+
"sass-loader": "^14.1.1",
|
|
45
|
+
"tsx": "^4.7.1",
|
|
46
|
+
"typescript": "~5.3.0",
|
|
47
|
+
"typescript-eslint": "^8.6.0",
|
|
48
|
+
"unocss": "^0.58.5",
|
|
49
|
+
"unplugin-auto-import": "^0.17.5",
|
|
50
|
+
"unplugin-element-plus": "^0.8.0",
|
|
51
|
+
"unplugin-icons": "^0.18.5",
|
|
52
|
+
"unplugin-vue-components": "^0.26.0",
|
|
53
|
+
"vite": "^5.0.11",
|
|
54
|
+
"vue-tsc": "^1.8.27"
|
|
55
|
+
},
|
|
56
|
+
"peerDependencies": {
|
|
57
|
+
"axios": "^1.9.0",
|
|
58
|
+
"element-plus": "^2.11.5",
|
|
59
|
+
"pinia": "^2.3.1",
|
|
60
|
+
"vue": "^3.5.13",
|
|
61
|
+
"vue-i18n": "^9.14.4",
|
|
62
|
+
"vue-router": "^4.5.1"
|
|
63
|
+
},
|
|
64
|
+
"dependencies": {
|
|
65
|
+
"@element-plus/icons-vue": "^2.3.1",
|
|
66
|
+
"@vueuse/core": "^10.11.1",
|
|
67
|
+
"@wangeditor-next/editor": "^5.6.34",
|
|
68
|
+
"@wangeditor-next/editor-for-vue": "^5.1.14",
|
|
69
|
+
"crypto-js": "^4.2.0",
|
|
70
|
+
"echarts": "^5.6.0",
|
|
71
|
+
"file-saver": "^2.0.5",
|
|
72
|
+
"lodash-es": "^4.17.21",
|
|
73
|
+
"lrz": "^4.9.41",
|
|
74
|
+
"moment": "^2.30.1",
|
|
75
|
+
"nprogress": "^0.2.0",
|
|
76
|
+
"path-browserify": "^1.0.1",
|
|
77
|
+
"path-to-regexp": "^6.3.0",
|
|
78
|
+
"qs": "^6.14.0",
|
|
79
|
+
"sm-crypto": "^0.3.13",
|
|
80
|
+
"sortablejs": "^1.15.6"
|
|
81
|
+
}
|
|
82
|
+
}
|