jmash-core 0.1.4 → 0.1.6
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-D2PfFwVN.mjs → 401-s8KdFnM2.mjs} +7 -4
- package/dist/{404-fBvuglgy.mjs → 404-nJQ6-06q.mjs} +1 -1
- package/dist/{BarChart-B6pgxt1I.mjs → BarChart-Cnl4OiG9.mjs} +2 -2
- package/dist/{FunnelChart-D6-3qMKT.mjs → FunnelChart-Bdwa_Dl7.mjs} +1 -1
- package/dist/{PieChart-pHMdR-Hx.mjs → PieChart-mjcVGXoE.mjs} +1 -1
- package/dist/{PieChart.vue_vue_type_script_setup_true_lang-zNUDoKtb.mjs → PieChart.vue_vue_type_script_setup_true_lang-Bw7ozgOv.mjs} +1 -1
- package/dist/{RadarChart-CclJ-0mQ.mjs → RadarChart-Dkl7lCAh.mjs} +1 -1
- package/dist/{RadarChart.vue_vue_type_script_setup_true_lang-CkA5ajJ-.mjs → RadarChart.vue_vue_type_script_setup_true_lang-Dmh0_OQ4.mjs} +1 -1
- package/dist/{index-D9uFk2fj.mjs → index-Bl_wueSn.mjs} +3 -2
- package/dist/{index-9R-l4mJ4.mjs → index-CQ2l7VZS.mjs} +2548 -2507
- package/dist/{index-0Jn0ImX6.mjs → index-CcIvTTE9.mjs} +1 -1
- package/dist/{index-as8EnboJ.mjs → index-CosTlR7B.mjs} +12 -8
- package/dist/{index-CIapGuxM.mjs → index-D69_BmoP.mjs} +3 -3
- package/dist/{index--_Po9Tig.mjs → index-DVI4ph38.mjs} +4644 -4644
- package/dist/index.mjs +1 -1
- package/dist/{profile-CPDCV0DB.mjs → profile-BHzPjCo3.mjs} +1 -1
- package/dist/{runAs-CwVppIAl.mjs → runAs-kdAUk9jR.mjs} +1 -1
- package/dist/{runAs.vue_vue_type_script_setup_true_lang-BivLTrw4.mjs → runAs.vue_vue_type_script_setup_true_lang-CK_deKky.mjs} +1 -1
- package/dist/style.css +1 -1
- package/dist/{types-DOSRINsr.mjs → types-1kFUNQLv.mjs} +3 -2
- package/dist/{updatePwd-XvoczPc3.mjs → updatePwd-C-6dm-Kk.mjs} +1 -1
- package/dist/{updatePwd.vue_vue_type_script_setup_true_lang-BBOynd9k.mjs → updatePwd.vue_vue_type_script_setup_true_lang-BeXEiK4p.mjs} +1 -1
- package/dts/src/components/DictRadio/index.vue.d.ts +32 -0
- package/dts/src/components/DictSelect/index.vue.d.ts +50 -0
- package/dts/src/components/Pagination/index.vue.d.ts +88 -0
- package/dts/src/components/Table/index.vue.d.ts +64 -0
- package/dts/src/components/Upload/MultiUpload.vue.d.ts +65 -0
- package/dts/src/components/Upload/SingleUpload.vue.d.ts +18 -0
- package/dts/src/components/Upload/importUpload.vue.d.ts +31 -0
- package/dts/src/components/Upload/index.vue.d.ts +18 -0
- package/dts/src/hooks/useList.d.ts +1 -0
- package/package.json +81 -81
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { createElementBlock as I, openBlock as y, createElementVNode as u, defineComponent as B, ref as V, reactive as f, resolveComponent as i, Fragment as D, createVNode as t, withCtx as l, createTextVNode as _, toDisplayString as v } from "vue";
|
|
2
|
-
import { v as E, b as w, w as N, x as q, y as R } from "./index-
|
|
2
|
+
import { v as E, b as w, w as N, x as q, y as R } from "./index-CQ2l7VZS.mjs";
|
|
3
3
|
const S = {
|
|
4
4
|
viewBox: "0 0 1024 1024",
|
|
5
5
|
width: "1.2em",
|
|
@@ -136,7 +136,8 @@ const L = { name: "ep-picture", render: A }, P = { class: "h-[40px]" }, T = { cl
|
|
|
136
136
|
default: l(() => e[5] || (e[5] = [
|
|
137
137
|
_(" 登录 ")
|
|
138
138
|
])),
|
|
139
|
-
_: 1
|
|
139
|
+
_: 1,
|
|
140
|
+
__: [5]
|
|
140
141
|
})
|
|
141
142
|
]),
|
|
142
143
|
_: 1
|
|
@@ -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 n, createVNode as r, createElementVNode as z, createTextVNode as g, toDisplayString as _ } from "vue";
|
|
2
2
|
import { ElMessage as B } from "element-plus";
|
|
3
|
-
import { z as b, M as D } from "./index-
|
|
3
|
+
import { z as b, M as D } from "./index-CQ2l7VZS.mjs";
|
|
4
4
|
import { useI18n as I } from "vue-i18n";
|
|
5
5
|
const S = { class: "dialog-footer" }, G = /* @__PURE__ */ q({
|
|
6
6
|
__name: "updatePwd",
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{
|
|
2
|
+
currentInterface: {
|
|
3
|
+
type: StringConstructor;
|
|
4
|
+
default: string;
|
|
5
|
+
};
|
|
6
|
+
dictType: {
|
|
7
|
+
type: StringConstructor;
|
|
8
|
+
default: string;
|
|
9
|
+
};
|
|
10
|
+
dictValue: {
|
|
11
|
+
type: StringConstructor;
|
|
12
|
+
default: string;
|
|
13
|
+
};
|
|
14
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<globalThis.ExtractPropTypes<{
|
|
15
|
+
currentInterface: {
|
|
16
|
+
type: StringConstructor;
|
|
17
|
+
default: string;
|
|
18
|
+
};
|
|
19
|
+
dictType: {
|
|
20
|
+
type: StringConstructor;
|
|
21
|
+
default: string;
|
|
22
|
+
};
|
|
23
|
+
dictValue: {
|
|
24
|
+
type: StringConstructor;
|
|
25
|
+
default: string;
|
|
26
|
+
};
|
|
27
|
+
}>>, {
|
|
28
|
+
currentInterface: string;
|
|
29
|
+
dictValue: string;
|
|
30
|
+
dictType: string;
|
|
31
|
+
}, {}>;
|
|
32
|
+
export default _default;
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{
|
|
2
|
+
currentInterface: {
|
|
3
|
+
type: StringConstructor;
|
|
4
|
+
default: string;
|
|
5
|
+
};
|
|
6
|
+
dictValue: {
|
|
7
|
+
type: StringConstructor;
|
|
8
|
+
default: string;
|
|
9
|
+
};
|
|
10
|
+
dictType: {
|
|
11
|
+
type: StringConstructor;
|
|
12
|
+
default: string;
|
|
13
|
+
};
|
|
14
|
+
placeholder: {
|
|
15
|
+
type: StringConstructor;
|
|
16
|
+
default: string;
|
|
17
|
+
};
|
|
18
|
+
clearable: {
|
|
19
|
+
type: BooleanConstructor;
|
|
20
|
+
default: boolean;
|
|
21
|
+
};
|
|
22
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<globalThis.ExtractPropTypes<{
|
|
23
|
+
currentInterface: {
|
|
24
|
+
type: StringConstructor;
|
|
25
|
+
default: string;
|
|
26
|
+
};
|
|
27
|
+
dictValue: {
|
|
28
|
+
type: StringConstructor;
|
|
29
|
+
default: string;
|
|
30
|
+
};
|
|
31
|
+
dictType: {
|
|
32
|
+
type: StringConstructor;
|
|
33
|
+
default: string;
|
|
34
|
+
};
|
|
35
|
+
placeholder: {
|
|
36
|
+
type: StringConstructor;
|
|
37
|
+
default: string;
|
|
38
|
+
};
|
|
39
|
+
clearable: {
|
|
40
|
+
type: BooleanConstructor;
|
|
41
|
+
default: boolean;
|
|
42
|
+
};
|
|
43
|
+
}>>, {
|
|
44
|
+
placeholder: string;
|
|
45
|
+
clearable: boolean;
|
|
46
|
+
currentInterface: string;
|
|
47
|
+
dictValue: string;
|
|
48
|
+
dictType: string;
|
|
49
|
+
}, {}>;
|
|
50
|
+
export default _default;
|
|
@@ -0,0 +1,88 @@
|
|
|
1
|
+
import type { PropType } from "vue";
|
|
2
|
+
declare const _default: import("vue").DefineComponent<{
|
|
3
|
+
total: {
|
|
4
|
+
required: true;
|
|
5
|
+
type: PropType<number>;
|
|
6
|
+
default: number;
|
|
7
|
+
};
|
|
8
|
+
page: {
|
|
9
|
+
type: NumberConstructor;
|
|
10
|
+
default: number;
|
|
11
|
+
};
|
|
12
|
+
limit: {
|
|
13
|
+
type: NumberConstructor;
|
|
14
|
+
default: number;
|
|
15
|
+
};
|
|
16
|
+
pageSizes: {
|
|
17
|
+
type: PropType<number[]>;
|
|
18
|
+
default(): number[];
|
|
19
|
+
};
|
|
20
|
+
layout: {
|
|
21
|
+
type: StringConstructor;
|
|
22
|
+
default: string;
|
|
23
|
+
};
|
|
24
|
+
background: {
|
|
25
|
+
type: BooleanConstructor;
|
|
26
|
+
default: boolean;
|
|
27
|
+
};
|
|
28
|
+
autoScroll: {
|
|
29
|
+
type: BooleanConstructor;
|
|
30
|
+
default: boolean;
|
|
31
|
+
};
|
|
32
|
+
hidden: {
|
|
33
|
+
type: BooleanConstructor;
|
|
34
|
+
default: boolean;
|
|
35
|
+
};
|
|
36
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
37
|
+
pagination: (...args: any[]) => void;
|
|
38
|
+
"update:page": (...args: any[]) => void;
|
|
39
|
+
"update:limit": (...args: any[]) => void;
|
|
40
|
+
}, string, import("vue").PublicProps, Readonly<globalThis.ExtractPropTypes<{
|
|
41
|
+
total: {
|
|
42
|
+
required: true;
|
|
43
|
+
type: PropType<number>;
|
|
44
|
+
default: number;
|
|
45
|
+
};
|
|
46
|
+
page: {
|
|
47
|
+
type: NumberConstructor;
|
|
48
|
+
default: number;
|
|
49
|
+
};
|
|
50
|
+
limit: {
|
|
51
|
+
type: NumberConstructor;
|
|
52
|
+
default: number;
|
|
53
|
+
};
|
|
54
|
+
pageSizes: {
|
|
55
|
+
type: PropType<number[]>;
|
|
56
|
+
default(): number[];
|
|
57
|
+
};
|
|
58
|
+
layout: {
|
|
59
|
+
type: StringConstructor;
|
|
60
|
+
default: string;
|
|
61
|
+
};
|
|
62
|
+
background: {
|
|
63
|
+
type: BooleanConstructor;
|
|
64
|
+
default: boolean;
|
|
65
|
+
};
|
|
66
|
+
autoScroll: {
|
|
67
|
+
type: BooleanConstructor;
|
|
68
|
+
default: boolean;
|
|
69
|
+
};
|
|
70
|
+
hidden: {
|
|
71
|
+
type: BooleanConstructor;
|
|
72
|
+
default: boolean;
|
|
73
|
+
};
|
|
74
|
+
}>> & {
|
|
75
|
+
onPagination?: ((...args: any[]) => any) | undefined;
|
|
76
|
+
"onUpdate:page"?: ((...args: any[]) => any) | undefined;
|
|
77
|
+
"onUpdate:limit"?: ((...args: any[]) => any) | undefined;
|
|
78
|
+
}, {
|
|
79
|
+
hidden: boolean;
|
|
80
|
+
layout: string;
|
|
81
|
+
pageSizes: number[];
|
|
82
|
+
total: number;
|
|
83
|
+
page: number;
|
|
84
|
+
limit: number;
|
|
85
|
+
background: boolean;
|
|
86
|
+
autoScroll: boolean;
|
|
87
|
+
}, {}>;
|
|
88
|
+
export default _default;
|
|
@@ -0,0 +1,64 @@
|
|
|
1
|
+
import type { TableColumn } from "@/types/index";
|
|
2
|
+
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
3
|
+
tableData: {
|
|
4
|
+
type: ArrayConstructor;
|
|
5
|
+
default: () => never[];
|
|
6
|
+
};
|
|
7
|
+
tableLabel: {
|
|
8
|
+
type: globalThis.PropType<TableColumn[]>;
|
|
9
|
+
default: () => never[];
|
|
10
|
+
};
|
|
11
|
+
listLoading: {
|
|
12
|
+
type: BooleanConstructor;
|
|
13
|
+
default: boolean;
|
|
14
|
+
};
|
|
15
|
+
rowKeys: {
|
|
16
|
+
type: StringConstructor;
|
|
17
|
+
default: string;
|
|
18
|
+
};
|
|
19
|
+
isSelection: {
|
|
20
|
+
type: BooleanConstructor;
|
|
21
|
+
default: boolean;
|
|
22
|
+
};
|
|
23
|
+
}, {
|
|
24
|
+
tableSelection: () => Promise<false | undefined>;
|
|
25
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
26
|
+
tableSelected: (value: any) => void;
|
|
27
|
+
}, string, import("vue").PublicProps, Readonly<globalThis.ExtractPropTypes<{
|
|
28
|
+
tableData: {
|
|
29
|
+
type: ArrayConstructor;
|
|
30
|
+
default: () => never[];
|
|
31
|
+
};
|
|
32
|
+
tableLabel: {
|
|
33
|
+
type: globalThis.PropType<TableColumn[]>;
|
|
34
|
+
default: () => never[];
|
|
35
|
+
};
|
|
36
|
+
listLoading: {
|
|
37
|
+
type: BooleanConstructor;
|
|
38
|
+
default: boolean;
|
|
39
|
+
};
|
|
40
|
+
rowKeys: {
|
|
41
|
+
type: StringConstructor;
|
|
42
|
+
default: string;
|
|
43
|
+
};
|
|
44
|
+
isSelection: {
|
|
45
|
+
type: BooleanConstructor;
|
|
46
|
+
default: boolean;
|
|
47
|
+
};
|
|
48
|
+
}>> & {
|
|
49
|
+
onTableSelected?: ((value: any) => any) | undefined;
|
|
50
|
+
}, {
|
|
51
|
+
tableLabel: TableColumn[];
|
|
52
|
+
isSelection: boolean;
|
|
53
|
+
tableData: unknown[];
|
|
54
|
+
listLoading: boolean;
|
|
55
|
+
rowKeys: string;
|
|
56
|
+
}, {}>, Partial<Record<string, (_: {
|
|
57
|
+
data: any;
|
|
58
|
+
}) => any>>>;
|
|
59
|
+
export default _default;
|
|
60
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
61
|
+
new (): {
|
|
62
|
+
$slots: S;
|
|
63
|
+
};
|
|
64
|
+
};
|
|
@@ -0,0 +1,65 @@
|
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{
|
|
2
|
+
/**
|
|
3
|
+
* 文件路径集合
|
|
4
|
+
*/
|
|
5
|
+
modelValue: {
|
|
6
|
+
type: {
|
|
7
|
+
(arrayLength: number): string[];
|
|
8
|
+
(...items: string[]): string[];
|
|
9
|
+
new (arrayLength: number): string[];
|
|
10
|
+
new (...items: string[]): string[];
|
|
11
|
+
isArray(arg: any): arg is any[];
|
|
12
|
+
readonly prototype: any[];
|
|
13
|
+
from<T>(arrayLike: ArrayLike<T>): T[];
|
|
14
|
+
from<T_1, U>(arrayLike: ArrayLike<T_1>, mapfn: (v: T_1, k: number) => U, thisArg?: any): U[];
|
|
15
|
+
from<T_2>(iterable: Iterable<T_2> | ArrayLike<T_2>): T_2[];
|
|
16
|
+
from<T_3, U_1>(iterable: Iterable<T_3> | ArrayLike<T_3>, mapfn: (v: T_3, k: number) => U_1, thisArg?: any): U_1[];
|
|
17
|
+
of<T_4>(...items: T_4[]): T_4[];
|
|
18
|
+
readonly [Symbol.species]: ArrayConstructor;
|
|
19
|
+
};
|
|
20
|
+
default: () => never[];
|
|
21
|
+
};
|
|
22
|
+
/**
|
|
23
|
+
* 文件上传数量限制
|
|
24
|
+
*/
|
|
25
|
+
limit: {
|
|
26
|
+
type: NumberConstructor;
|
|
27
|
+
default: number;
|
|
28
|
+
};
|
|
29
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
30
|
+
"update:modelValue": (...args: any[]) => void;
|
|
31
|
+
}, string, import("vue").PublicProps, Readonly<globalThis.ExtractPropTypes<{
|
|
32
|
+
/**
|
|
33
|
+
* 文件路径集合
|
|
34
|
+
*/
|
|
35
|
+
modelValue: {
|
|
36
|
+
type: {
|
|
37
|
+
(arrayLength: number): string[];
|
|
38
|
+
(...items: string[]): string[];
|
|
39
|
+
new (arrayLength: number): string[];
|
|
40
|
+
new (...items: string[]): string[];
|
|
41
|
+
isArray(arg: any): arg is any[];
|
|
42
|
+
readonly prototype: any[];
|
|
43
|
+
from<T>(arrayLike: ArrayLike<T>): T[];
|
|
44
|
+
from<T_1, U>(arrayLike: ArrayLike<T_1>, mapfn: (v: T_1, k: number) => U, thisArg?: any): U[];
|
|
45
|
+
from<T_2>(iterable: Iterable<T_2> | ArrayLike<T_2>): T_2[];
|
|
46
|
+
from<T_3, U_1>(iterable: Iterable<T_3> | ArrayLike<T_3>, mapfn: (v: T_3, k: number) => U_1, thisArg?: any): U_1[];
|
|
47
|
+
of<T_4>(...items: T_4[]): T_4[];
|
|
48
|
+
readonly [Symbol.species]: ArrayConstructor;
|
|
49
|
+
};
|
|
50
|
+
default: () => never[];
|
|
51
|
+
};
|
|
52
|
+
/**
|
|
53
|
+
* 文件上传数量限制
|
|
54
|
+
*/
|
|
55
|
+
limit: {
|
|
56
|
+
type: NumberConstructor;
|
|
57
|
+
default: number;
|
|
58
|
+
};
|
|
59
|
+
}>> & {
|
|
60
|
+
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
61
|
+
}, {
|
|
62
|
+
modelValue: string[];
|
|
63
|
+
limit: number;
|
|
64
|
+
}, {}>;
|
|
65
|
+
export default _default;
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{
|
|
2
|
+
modelValue: {
|
|
3
|
+
type: StringConstructor;
|
|
4
|
+
default: string;
|
|
5
|
+
};
|
|
6
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
7
|
+
"update:modelValue": (...args: any[]) => void;
|
|
8
|
+
}, string, import("vue").PublicProps, Readonly<globalThis.ExtractPropTypes<{
|
|
9
|
+
modelValue: {
|
|
10
|
+
type: StringConstructor;
|
|
11
|
+
default: string;
|
|
12
|
+
};
|
|
13
|
+
}>> & {
|
|
14
|
+
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
15
|
+
}, {
|
|
16
|
+
modelValue: string;
|
|
17
|
+
}, {}>;
|
|
18
|
+
export default _default;
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{
|
|
2
|
+
uploadVisible: {
|
|
3
|
+
type: BooleanConstructor;
|
|
4
|
+
default: () => boolean;
|
|
5
|
+
};
|
|
6
|
+
templateTitle: {
|
|
7
|
+
type: StringConstructor;
|
|
8
|
+
default: string;
|
|
9
|
+
};
|
|
10
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
11
|
+
templateDown: (...args: any[]) => void;
|
|
12
|
+
importEvents: (...args: any[]) => void;
|
|
13
|
+
uploadClosed: (...args: any[]) => void;
|
|
14
|
+
}, string, import("vue").PublicProps, Readonly<globalThis.ExtractPropTypes<{
|
|
15
|
+
uploadVisible: {
|
|
16
|
+
type: BooleanConstructor;
|
|
17
|
+
default: () => boolean;
|
|
18
|
+
};
|
|
19
|
+
templateTitle: {
|
|
20
|
+
type: StringConstructor;
|
|
21
|
+
default: string;
|
|
22
|
+
};
|
|
23
|
+
}>> & {
|
|
24
|
+
onTemplateDown?: ((...args: any[]) => any) | undefined;
|
|
25
|
+
onImportEvents?: ((...args: any[]) => any) | undefined;
|
|
26
|
+
onUploadClosed?: ((...args: any[]) => any) | undefined;
|
|
27
|
+
}, {
|
|
28
|
+
uploadVisible: boolean;
|
|
29
|
+
templateTitle: string;
|
|
30
|
+
}, {}>;
|
|
31
|
+
export default _default;
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{
|
|
2
|
+
pictureUrl: {
|
|
3
|
+
type: StringConstructor;
|
|
4
|
+
default: string;
|
|
5
|
+
};
|
|
6
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
7
|
+
imageSrc: (...args: any[]) => void;
|
|
8
|
+
}, string, import("vue").PublicProps, Readonly<globalThis.ExtractPropTypes<{
|
|
9
|
+
pictureUrl: {
|
|
10
|
+
type: StringConstructor;
|
|
11
|
+
default: string;
|
|
12
|
+
};
|
|
13
|
+
}>> & {
|
|
14
|
+
onImageSrc?: ((...args: any[]) => any) | undefined;
|
|
15
|
+
}, {
|
|
16
|
+
pictureUrl: string;
|
|
17
|
+
}, {}>;
|
|
18
|
+
export default _default;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare function useListData(t: any, api: any, queryParams: any): any;
|
package/package.json
CHANGED
|
@@ -1,81 +1,81 @@
|
|
|
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
|
-
"
|
|
12
|
-
"
|
|
13
|
-
"
|
|
14
|
-
"
|
|
15
|
-
"
|
|
16
|
-
"
|
|
17
|
-
"
|
|
18
|
-
"
|
|
19
|
-
"
|
|
20
|
-
"
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
"
|
|
24
|
-
"
|
|
25
|
-
"
|
|
26
|
-
"
|
|
27
|
-
"
|
|
28
|
-
"
|
|
29
|
-
"
|
|
30
|
-
"
|
|
31
|
-
"
|
|
32
|
-
"
|
|
33
|
-
"
|
|
34
|
-
"
|
|
35
|
-
"eslint": "^
|
|
36
|
-
"
|
|
37
|
-
"
|
|
38
|
-
"
|
|
39
|
-
"
|
|
40
|
-
"
|
|
41
|
-
"
|
|
42
|
-
"
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
"
|
|
46
|
-
"
|
|
47
|
-
"
|
|
48
|
-
"
|
|
49
|
-
"
|
|
50
|
-
"
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
"vue
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
"
|
|
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
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"name": "jmash-core",
|
|
3
|
+
"version": "0.1.6",
|
|
4
|
+
"private": false,
|
|
5
|
+
"module": "dist/index.mjs",
|
|
6
|
+
"types": "dts/src/index.d.ts",
|
|
7
|
+
"files": [
|
|
8
|
+
"dist",
|
|
9
|
+
"dts/src"
|
|
10
|
+
],
|
|
11
|
+
"devDependencies": {
|
|
12
|
+
"@eslint/js": "^9.11.0",
|
|
13
|
+
"@iconify-json/ep": "^1.1.15",
|
|
14
|
+
"@intlify/core-base": "^9.10.2",
|
|
15
|
+
"@rushstack/eslint-patch": "^1.3.3",
|
|
16
|
+
"@tsconfig/node20": "^20.1.2",
|
|
17
|
+
"@types/node": "^20.11.10",
|
|
18
|
+
"@vitejs/plugin-vue": "^5.0.3",
|
|
19
|
+
"@vue/tsconfig": "^0.5.1",
|
|
20
|
+
"@vueuse/core": "^10.9.0",
|
|
21
|
+
"camelcase": "^8.0.0",
|
|
22
|
+
"chalk": "^5.3.0",
|
|
23
|
+
"consola": "^3.2.3",
|
|
24
|
+
"eslint": "^9.11.0",
|
|
25
|
+
"eslint-plugin-vue": "^9.28.0",
|
|
26
|
+
"fast-glob": "^3.3.2",
|
|
27
|
+
"fs-extra": "^11.2.0",
|
|
28
|
+
"globals": "^15.9.0",
|
|
29
|
+
"npm-run-all2": "^6.1.1",
|
|
30
|
+
"prettier": "^3.0.3",
|
|
31
|
+
"sass": "^1.71.1",
|
|
32
|
+
"sass-loader": "^14.1.1",
|
|
33
|
+
"tsx": "^4.7.1",
|
|
34
|
+
"typescript": "~5.3.0",
|
|
35
|
+
"typescript-eslint": "^8.6.0",
|
|
36
|
+
"unocss": "^0.58.5",
|
|
37
|
+
"unplugin-auto-import": "^0.17.5",
|
|
38
|
+
"unplugin-element-plus": "^0.8.0",
|
|
39
|
+
"unplugin-icons": "^0.18.5",
|
|
40
|
+
"unplugin-vue-components": "^0.26.0",
|
|
41
|
+
"vite": "^5.0.11",
|
|
42
|
+
"vue-tsc": "^1.8.27"
|
|
43
|
+
},
|
|
44
|
+
"peerDependencies": {
|
|
45
|
+
"axios": "^1.9.0",
|
|
46
|
+
"element-plus": "^2.9.10",
|
|
47
|
+
"pinia": "^2.3.1",
|
|
48
|
+
"vue": "^3.5.13",
|
|
49
|
+
"vue-i18n": "^9.14.4",
|
|
50
|
+
"vue-router": "^4.5.1"
|
|
51
|
+
},
|
|
52
|
+
"dependencies": {
|
|
53
|
+
"@element-plus/icons-vue": "^2.3.1",
|
|
54
|
+
"@vueuse/core": "^10.11.1",
|
|
55
|
+
"@wangeditor-next/editor": "^5.6.34",
|
|
56
|
+
"@wangeditor-next/editor-for-vue": "^5.1.14",
|
|
57
|
+
"crypto-js": "^4.2.0",
|
|
58
|
+
"echarts": "^5.6.0",
|
|
59
|
+
"file-saver": "^2.0.5",
|
|
60
|
+
"lodash-es": "^4.17.21",
|
|
61
|
+
"lrz": "^4.9.41",
|
|
62
|
+
"moment": "^2.30.1",
|
|
63
|
+
"nprogress": "^0.2.0",
|
|
64
|
+
"path-browserify": "^1.0.1",
|
|
65
|
+
"path-to-regexp": "^6.3.0",
|
|
66
|
+
"qs": "^6.14.0",
|
|
67
|
+
"sm-crypto": "^0.3.13",
|
|
68
|
+
"sortablejs": "^1.15.6"
|
|
69
|
+
},
|
|
70
|
+
"scripts": {
|
|
71
|
+
"dev": "pnpm build:generate && vite serve --mode development",
|
|
72
|
+
"build": "pnpm build:generate && vite build && pnpm build:dts",
|
|
73
|
+
"build:generate": "tsx build/generate.ts",
|
|
74
|
+
"preview": "vite preview",
|
|
75
|
+
"build-only": "vite build",
|
|
76
|
+
"build:dts": "vue-tsc --declaration --emitDeclarationOnly",
|
|
77
|
+
"type-check": "vue-tsc --build --force",
|
|
78
|
+
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore",
|
|
79
|
+
"format": "prettier --write src/"
|
|
80
|
+
}
|
|
81
|
+
}
|