jmash-core 0.1.16 → 0.1.18
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-KAeiuNjv.mjs → 401-D6Q94FzV.mjs} +1 -1
- package/dist/{404-acqFGqEv.mjs → 404-DhAbpKMM.mjs} +1 -1
- package/dist/{BarChart-wJtn8Ow_.mjs → BarChart-CRekzHxP.mjs} +1 -1
- package/dist/{index-BhlOqpSI.mjs → index-1lsWqWL5.mjs} +3 -3
- package/dist/{index-Crx8EUrV.mjs → index-BrR5K1DU.mjs} +2459 -2413
- package/dist/{index-CMJKWgJS.mjs → index-CnulSJWc.mjs} +12 -12
- package/dist/{index-D1KMMIxN.mjs → index-DP79aUrH.mjs} +15 -15
- package/dist/index-DgZeveji.mjs +2164 -0
- package/dist/index-xCPCjZu8.mjs +463 -0
- package/dist/index.mjs +54 -52
- package/dist/index.vue_vue_type_script_setup_true_lang-Dj7pKP1u.mjs +130 -0
- package/dist/{profile-DrNc9zRG.mjs → profile-rd1rLI2V.mjs} +17 -17
- package/dist/{runAs-Bnicmqn-.mjs → runAs-DaaarFVR.mjs} +1 -1
- package/dist/{runAs.vue_vue_type_script_setup_true_lang-DCtZwltr.mjs → runAs.vue_vue_type_script_setup_true_lang-C-1uRJoS.mjs} +138 -138
- package/dist/style.css +1 -1
- package/dist/{types-LJiNV7Za.mjs → types-hlyKOzFS.mjs} +10 -10
- package/dist/{updatePwd-C5bezsVR.mjs → updatePwd-CYG_P7Xc.mjs} +1 -1
- package/dist/{updatePwd.vue_vue_type_script_setup_true_lang-B7WfsD0M.mjs → updatePwd.vue_vue_type_script_setup_true_lang-B1eIL13s.mjs} +12 -12
- package/dts/src/api/auth/index.d.ts +2 -1
- package/dts/src/api/auth/types.d.ts +12 -0
- package/dts/src/api/change/index.d.ts +13 -0
- package/dts/src/api/change/types.d.ts +26 -0
- package/dts/src/components/ForgetPwd/index.vue.d.ts +6 -0
- package/dts/src/components/GraphicValidate/index.vue.d.ts +8 -0
- package/dts/src/components/GraphicVerification/index.vue.d.ts +8 -0
- package/dts/src/components/JmashMultiImageUpload/index.vue.d.ts +1 -1
- package/dts/src/components/NameValidate/index.vue.d.ts +63 -0
- package/dts/src/index.d.ts +2 -2
- package/dts/src/lang/package/zh-cn.d.ts +38 -1
- package/dts/src/layout/components/NavBar/components/ChangePhoneEmail.vue.d.ts +6 -0
- package/dts/src/layout/components/NavBar/components/ChangeWechatBind.vue.d.ts +10 -0
- package/dts/src/layout/components/NavBar/components/QrCode.vue.d.ts +18 -0
- package/package.json +1 -1
- package/dist/index-Cag9NoGd.mjs +0 -1633
- package/dist/index-hX78lDCk.mjs +0 -244
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { createElementBlock as y, openBlock as k, createElementVNode as u, defineComponent as
|
|
2
|
-
import {
|
|
1
|
+
import { createElementBlock as y, openBlock as k, createElementVNode as u, defineComponent as B, ref as I, reactive as f, resolveComponent as i, Fragment as E, createVNode as t, withCtx as l, createTextVNode as _, toDisplayString as C } from "vue";
|
|
2
|
+
import { z as F, v, a as w, A as M, B as $ } from "./index-BrR5K1DU.mjs";
|
|
3
3
|
const N = {
|
|
4
4
|
viewBox: "0 0 1024 1024",
|
|
5
5
|
width: "1.2em",
|
|
@@ -17,7 +17,7 @@ function T(x, c) {
|
|
|
17
17
|
}, null, -1)
|
|
18
18
|
]));
|
|
19
19
|
}
|
|
20
|
-
const q = { name: "ep-picture", render: T }, S = { class: "h-[40px]" }, L = { class: "image-slot" }, O = { class: "dialog-footer" }, Y = /* @__PURE__ */
|
|
20
|
+
const q = { name: "ep-picture", render: T }, S = { class: "h-[40px]" }, L = { class: "image-slot" }, O = { class: "dialog-footer" }, Y = /* @__PURE__ */ B({
|
|
21
21
|
__name: "types",
|
|
22
22
|
setup(x) {
|
|
23
23
|
const c = I(), m = f({
|
|
@@ -40,7 +40,7 @@ const q = { name: "ep-picture", render: T }, S = { class: "h-[40px]" }, L = { cl
|
|
|
40
40
|
// ],
|
|
41
41
|
});
|
|
42
42
|
function b() {
|
|
43
|
-
|
|
43
|
+
F().then(({ data: a }) => {
|
|
44
44
|
o.captchaId = a.captchaId, c.value = a.base64Image, m.visible = !0, o.captchaCode = "";
|
|
45
45
|
});
|
|
46
46
|
}
|
|
@@ -61,7 +61,7 @@ const q = { name: "ep-picture", render: T }, S = { class: "h-[40px]" }, L = { cl
|
|
|
61
61
|
directoryId: v.APP_DIRECTORY_ID,
|
|
62
62
|
product: v.APP_PRODUCT
|
|
63
63
|
};
|
|
64
|
-
|
|
64
|
+
M(p).then(({ data: r }) => {
|
|
65
65
|
console.log(r);
|
|
66
66
|
const s = window.setInterval(() => {
|
|
67
67
|
n.content = n.timers + "s后重新发送", n.timers--, n.disabled = !0, n.timers < 0 && (n.timers = 60, n.disabled = !1, n.content = "重新发送验证码", window.clearInterval(s));
|
|
@@ -79,13 +79,13 @@ const q = { name: "ep-picture", render: T }, S = { class: "h-[40px]" }, L = { cl
|
|
|
79
79
|
clientId: v.APP_CLIENT_ID,
|
|
80
80
|
scope: ""
|
|
81
81
|
};
|
|
82
|
-
|
|
82
|
+
$(a).then((e) => {
|
|
83
83
|
console.log(e);
|
|
84
84
|
});
|
|
85
85
|
}
|
|
86
86
|
return (a, e) => {
|
|
87
|
-
const p = i("el-input"), r = i("el-form-item"), s = i("el-button"), V = i("el-form"), U = q,
|
|
88
|
-
return k(), y(
|
|
87
|
+
const p = i("el-input"), r = i("el-form-item"), s = i("el-button"), V = i("el-form"), U = q, z = i("el-image"), A = i("el-dialog");
|
|
88
|
+
return k(), y(E, null, [
|
|
89
89
|
t(V, {
|
|
90
90
|
ref_key: "ruleFormRef",
|
|
91
91
|
ref: g,
|
|
@@ -148,7 +148,7 @@ const q = { name: "ep-picture", render: T }, S = { class: "h-[40px]" }, L = { cl
|
|
|
148
148
|
]),
|
|
149
149
|
_: 1
|
|
150
150
|
}, 8, ["model", "rules"]),
|
|
151
|
-
t(
|
|
151
|
+
t(A, {
|
|
152
152
|
title: "提示",
|
|
153
153
|
modelValue: m.visible,
|
|
154
154
|
"onUpdate:modelValue": e[4] || (e[4] = (d) => m.visible = d),
|
|
@@ -193,7 +193,7 @@ const q = { name: "ep-picture", render: T }, S = { class: "h-[40px]" }, L = { cl
|
|
|
193
193
|
class: "w-[60%]"
|
|
194
194
|
}, null, 8, ["modelValue", "placeholder"]),
|
|
195
195
|
u("div", S, [
|
|
196
|
-
t(
|
|
196
|
+
t(z, {
|
|
197
197
|
src: c.value,
|
|
198
198
|
onClick: b,
|
|
199
199
|
class: "w-[130px] h-[40px] cursor-pointer"
|
|
@@ -1,8 +1,8 @@
|
|
|
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
|
|
2
|
-
import { ElMessage as
|
|
3
|
-
import {
|
|
4
|
-
import { useI18n as
|
|
5
|
-
const
|
|
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 B, createTextVNode as g, toDisplayString as _ } from "vue";
|
|
2
|
+
import { ElMessage as D } from "element-plus";
|
|
3
|
+
import { F as b, aH as F } from "./index-BrR5K1DU.mjs";
|
|
4
|
+
import { useI18n as I } from "vue-i18n";
|
|
5
|
+
const S = { class: "dialog-footer" }, k = /* @__PURE__ */ q({
|
|
6
6
|
__name: "updatePwd",
|
|
7
7
|
props: {
|
|
8
8
|
pwdVisible: {
|
|
@@ -11,8 +11,8 @@ const z = { class: "dialog-footer" }, G = /* @__PURE__ */ q({
|
|
|
11
11
|
}
|
|
12
12
|
},
|
|
13
13
|
emits: ["dialogActionChange"],
|
|
14
|
-
setup(
|
|
15
|
-
const { t: a } =
|
|
14
|
+
setup(R, { emit: y }) {
|
|
15
|
+
const { t: a } = I(), p = v(), N = R, { pwdVisible: u } = E(N), c = y;
|
|
16
16
|
let l = V({
|
|
17
17
|
encodeOldPwd: "",
|
|
18
18
|
encodeNewPwd: "",
|
|
@@ -33,8 +33,8 @@ const z = { class: "dialog-footer" }, G = /* @__PURE__ */ q({
|
|
|
33
33
|
await ((o = p.value) == null ? void 0 : o.validate((e) => {
|
|
34
34
|
if (e) {
|
|
35
35
|
let d = b(l.encodeOldPwd), w = b(l.encodeNewPwd);
|
|
36
|
-
|
|
37
|
-
m.status === 200 && (
|
|
36
|
+
F(d, w).then((m) => {
|
|
37
|
+
m.status === 200 && (D({
|
|
38
38
|
message: a("password.successResetPwd"),
|
|
39
39
|
type: "success"
|
|
40
40
|
}), c("dialogActionChange", !1));
|
|
@@ -52,12 +52,12 @@ const z = { class: "dialog-footer" }, G = /* @__PURE__ */ q({
|
|
|
52
52
|
return A(), O(C, {
|
|
53
53
|
title: "修改密码",
|
|
54
54
|
modelValue: t(u),
|
|
55
|
-
"onUpdate:modelValue": e[3] || (e[3] = (s) =>
|
|
55
|
+
"onUpdate:modelValue": e[3] || (e[3] = (s) => U(u) ? u.value = s : null),
|
|
56
56
|
width: "500px",
|
|
57
57
|
onClose: f
|
|
58
58
|
}, {
|
|
59
59
|
footer: n(() => [
|
|
60
|
-
|
|
60
|
+
B("div", S, [
|
|
61
61
|
r(P, { onClick: f }, {
|
|
62
62
|
default: n(() => [
|
|
63
63
|
g(_(o.$t("common.cancel")), 1)
|
|
@@ -142,5 +142,5 @@ const z = { class: "dialog-footer" }, G = /* @__PURE__ */ q({
|
|
|
142
142
|
}
|
|
143
143
|
});
|
|
144
144
|
export {
|
|
145
|
-
|
|
145
|
+
k as _
|
|
146
146
|
};
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import type { AxiosPromise } from "axios";
|
|
2
|
-
import type { CaptchaResult, LoginData, LoginResult, UserInfo, RolesPerms, LoginQrcodeResp, LoginQrcodeReq, MyOrganList, SendValidCodeReq, RegisterReq } from "./types";
|
|
2
|
+
import type { CaptchaResult, LoginData, LoginResult, UserInfo, RolesPerms, LoginQrcodeResp, LoginQrcodeReq, MyOrganList, SendValidCodeReq, RegisterReq, ForgotPhoneEmailReq } from "./types";
|
|
3
3
|
/**
|
|
4
4
|
* 登录API
|
|
5
5
|
*
|
|
@@ -74,3 +74,4 @@ export declare function createLoginQrcode(): AxiosPromise<LoginQrcodeResp>;
|
|
|
74
74
|
export declare function loginQrcode(data: LoginQrcodeReq): AxiosPromise<LoginResult>;
|
|
75
75
|
export declare function loginOrganApi(data: string): AxiosPromise<LoginResult>;
|
|
76
76
|
export declare function myorganList(): AxiosPromise<MyOrganList>;
|
|
77
|
+
export declare function forgotPhoneEmail(data: ForgotPhoneEmailReq): AxiosPromise<boolean>;
|
|
@@ -278,4 +278,16 @@ export interface SendValidCodeReq {
|
|
|
278
278
|
product: string;
|
|
279
279
|
sendValidCode: boolean;
|
|
280
280
|
}
|
|
281
|
+
export interface ForgotPhoneEmailReq {
|
|
282
|
+
tenant?: string;
|
|
283
|
+
requestId: string;
|
|
284
|
+
directoryId?: string;
|
|
285
|
+
clientId?: string;
|
|
286
|
+
name: string;
|
|
287
|
+
validCode: string;
|
|
288
|
+
pwd: string;
|
|
289
|
+
repeatPwd: string;
|
|
290
|
+
captchaId?: string;
|
|
291
|
+
captchaCode?: string;
|
|
292
|
+
}
|
|
281
293
|
export {};
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import type { AxiosPromise } from "axios";
|
|
2
|
+
import type { ChangeApi, PhoneEmailReq, WechatBindReq } from "./types";
|
|
3
|
+
declare class ChangeApiImpl implements ChangeApi {
|
|
4
|
+
phoneEmail(data: PhoneEmailReq): AxiosPromise<boolean>;
|
|
5
|
+
/**
|
|
6
|
+
* 绑定微信账号
|
|
7
|
+
* @param {WechatBindReq} data - 微信绑定请求参数
|
|
8
|
+
* @returns {AxiosPromise<boolean>} 返回绑定操作的结果Promise,成功时为true
|
|
9
|
+
*/
|
|
10
|
+
wechatBind(data: WechatBindReq): AxiosPromise<boolean>;
|
|
11
|
+
}
|
|
12
|
+
export declare const changeApi: ChangeApiImpl;
|
|
13
|
+
export {};
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
import type { AxiosPromise } from "axios";
|
|
2
|
+
export interface ChangeApi {
|
|
3
|
+
phoneEmail(data: PhoneEmailReq): AxiosPromise<boolean>;
|
|
4
|
+
wechatBind(data: WechatBindReq): AxiosPromise<boolean>;
|
|
5
|
+
}
|
|
6
|
+
export interface PhoneEmailReq {
|
|
7
|
+
tenant?: string;
|
|
8
|
+
requestId: string;
|
|
9
|
+
oldValidCode: string;
|
|
10
|
+
newName: string;
|
|
11
|
+
newValidCode: string;
|
|
12
|
+
oldName?: string;
|
|
13
|
+
oldCaptchaId?: string;
|
|
14
|
+
oldCaptchaCode?: string;
|
|
15
|
+
newCaptchaId?: string;
|
|
16
|
+
newCaptchaCode?: string;
|
|
17
|
+
}
|
|
18
|
+
export interface WechatBindReq {
|
|
19
|
+
tenant?: string;
|
|
20
|
+
requestId?: string;
|
|
21
|
+
validCode?: string;
|
|
22
|
+
authorizerAppid?: string;
|
|
23
|
+
ticket?: string;
|
|
24
|
+
captchaId?: string;
|
|
25
|
+
captchaCode?: string;
|
|
26
|
+
}
|
|
@@ -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;
|
|
@@ -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;
|
|
@@ -59,7 +59,7 @@ declare const _default: import("vue").DefineComponent<globalThis.ExtractPropType
|
|
|
59
59
|
width: number;
|
|
60
60
|
pictureUrl: unknown[];
|
|
61
61
|
height: number;
|
|
62
|
-
listType: "
|
|
62
|
+
listType: "text" | "picture" | "picture-card";
|
|
63
63
|
limit: number;
|
|
64
64
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
65
65
|
export default _default;
|
|
@@ -0,0 +1,63 @@
|
|
|
1
|
+
import { type PropType } from "vue";
|
|
2
|
+
import type { FormInstance } from "element-plus";
|
|
3
|
+
declare const _default: import("vue").DefineComponent<globalThis.ExtractPropTypes<{
|
|
4
|
+
modelValue: PropType<string>;
|
|
5
|
+
name: {
|
|
6
|
+
type: StringConstructor;
|
|
7
|
+
default: string;
|
|
8
|
+
};
|
|
9
|
+
captchaId: {
|
|
10
|
+
type: StringConstructor;
|
|
11
|
+
default: string;
|
|
12
|
+
};
|
|
13
|
+
captchaCode: {
|
|
14
|
+
type: StringConstructor;
|
|
15
|
+
default: string;
|
|
16
|
+
};
|
|
17
|
+
formRef: {
|
|
18
|
+
type: PropType<FormInstance>;
|
|
19
|
+
default: null;
|
|
20
|
+
};
|
|
21
|
+
placeholder: {
|
|
22
|
+
type: StringConstructor;
|
|
23
|
+
default: string;
|
|
24
|
+
};
|
|
25
|
+
validateField: {
|
|
26
|
+
type: PropType<string[]>;
|
|
27
|
+
default: never[];
|
|
28
|
+
};
|
|
29
|
+
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<globalThis.ExtractPropTypes<{
|
|
30
|
+
modelValue: PropType<string>;
|
|
31
|
+
name: {
|
|
32
|
+
type: StringConstructor;
|
|
33
|
+
default: string;
|
|
34
|
+
};
|
|
35
|
+
captchaId: {
|
|
36
|
+
type: StringConstructor;
|
|
37
|
+
default: string;
|
|
38
|
+
};
|
|
39
|
+
captchaCode: {
|
|
40
|
+
type: StringConstructor;
|
|
41
|
+
default: string;
|
|
42
|
+
};
|
|
43
|
+
formRef: {
|
|
44
|
+
type: PropType<FormInstance>;
|
|
45
|
+
default: null;
|
|
46
|
+
};
|
|
47
|
+
placeholder: {
|
|
48
|
+
type: StringConstructor;
|
|
49
|
+
default: string;
|
|
50
|
+
};
|
|
51
|
+
validateField: {
|
|
52
|
+
type: PropType<string[]>;
|
|
53
|
+
default: never[];
|
|
54
|
+
};
|
|
55
|
+
}>> & Readonly<{}>, {
|
|
56
|
+
validateField: string[];
|
|
57
|
+
name: string;
|
|
58
|
+
captchaId: string;
|
|
59
|
+
captchaCode: string;
|
|
60
|
+
formRef: FormInstance;
|
|
61
|
+
placeholder: string;
|
|
62
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
63
|
+
export default _default;
|
package/dts/src/index.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
export type { VueMetaEnv, TableColumn, TableSort, DialogRef, AppSettings, FileResponseReq, FilesReq, } from "./types";
|
|
2
2
|
export type { EntityApi, EnumEntryReq, Entry, LayEntry, EntityReq, EntityModel, EntityList, EntityPage, EntityTotal, EntityKey, EntityKeyList, EntityCreateReq, EntityUpdateReq, EntityFormReq, EntityExportReq, EntityImportReq, } from "./api/types";
|
|
3
|
-
export type { LoginData, LoginQrcodeResp, MyOrganList, MyOrganModel, LoginResult,
|
|
3
|
+
export type { LoginData, LoginQrcodeResp, MyOrganList, MyOrganModel, RegisterReq, LoginResult, LoginQrcodeReq, ForgotPhoneEmailReq, } from "./api/auth/types";
|
|
4
4
|
import type { App } from "vue";
|
|
5
5
|
export { menus, vueMetaEnv, imageUrl, defaultSettings, addViteMenus, addWebpackMenus, updateMetaEnv, updateViteMetaEnv, updateWebpackMetaEnv, addDynamicRoute, updateSettings, cssImageVar, } from "./settings";
|
|
6
6
|
export { getQueryParams, clearEmpty, deepMerge } from "./utils/grpc";
|
|
@@ -9,7 +9,7 @@ export { request, axiosConfig };
|
|
|
9
9
|
export { generateRandomKey, handlePreview } from "./utils/common";
|
|
10
10
|
export { validatePhoneNumber, validatePhoneOrLandline, validateCreditCode, validateIDCard, validateEmail, } from "./utils/validation_utils";
|
|
11
11
|
export { BizDict, BizLayDict, CustomBizDict, EnumDict, enumMapCache, EnableBizDict, } from "./api/index";
|
|
12
|
-
export { getCaptchaApi, createLoginQrcode, selectDsdRoles, runAsUser, myorganList, loginOrganApi, registerApi, } from "./api/auth";
|
|
12
|
+
export { getCaptchaApi, createLoginQrcode, selectDsdRoles, runAsUser, myorganList, loginOrganApi, registerApi, loginApi, forgotPhoneEmail, } from "./api/auth";
|
|
13
13
|
export { netEncrypt } from "./utils/netsecret";
|
|
14
14
|
export { fileApi } from "./api/file/index";
|
|
15
15
|
export { routerUtil } from "./utils/route";
|
|
@@ -42,6 +42,8 @@ declare const _default: {
|
|
|
42
42
|
logout: string;
|
|
43
43
|
document: string;
|
|
44
44
|
gitee: string;
|
|
45
|
+
changePhoneEmail: string;
|
|
46
|
+
changeWechatBind: string;
|
|
45
47
|
};
|
|
46
48
|
sizeSelect: {
|
|
47
49
|
tooltip: string;
|
|
@@ -158,7 +160,7 @@ declare const _default: {
|
|
|
158
160
|
register: string;
|
|
159
161
|
getValidCode: string;
|
|
160
162
|
name: string;
|
|
161
|
-
|
|
163
|
+
phoneOrEmailError: string;
|
|
162
164
|
nameRequired: string;
|
|
163
165
|
captchaCode: string;
|
|
164
166
|
captchaCodeRequired: string;
|
|
@@ -181,5 +183,40 @@ declare const _default: {
|
|
|
181
183
|
pwdRules: string;
|
|
182
184
|
comparePwd: string;
|
|
183
185
|
};
|
|
186
|
+
change: {
|
|
187
|
+
oldName: string;
|
|
188
|
+
oldNameRequired: string;
|
|
189
|
+
oldCaptchaCode: string;
|
|
190
|
+
oldCaptchaCodeRequired: string;
|
|
191
|
+
oldValidCode: string;
|
|
192
|
+
oldValidCodeRequired: string;
|
|
193
|
+
newName: string;
|
|
194
|
+
newNameRequired: string;
|
|
195
|
+
newValidCode: string;
|
|
196
|
+
newValidCodeRequired: string;
|
|
197
|
+
nameError: string;
|
|
198
|
+
nameSuccess: string;
|
|
199
|
+
validCode: string;
|
|
200
|
+
validCodeRequired: string;
|
|
201
|
+
wechatBindSuccess: string;
|
|
202
|
+
pleaseScanCode: string;
|
|
203
|
+
};
|
|
204
|
+
forgot: {
|
|
205
|
+
forgot: string;
|
|
206
|
+
forgotSuccess: string;
|
|
207
|
+
name: string;
|
|
208
|
+
nameRequired: string;
|
|
209
|
+
captchaCode: string;
|
|
210
|
+
captchaCodeRequired: string;
|
|
211
|
+
validCode: string;
|
|
212
|
+
validCodeRequired: string;
|
|
213
|
+
nameError: string;
|
|
214
|
+
pwd: string;
|
|
215
|
+
pwdRequired: string;
|
|
216
|
+
repeatPwd: string;
|
|
217
|
+
repeatPwdRequired: string;
|
|
218
|
+
pwdRules: string;
|
|
219
|
+
comparePwd: string;
|
|
220
|
+
};
|
|
184
221
|
};
|
|
185
222
|
export default _default;
|
|
@@ -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,10 @@
|
|
|
1
|
+
declare const _default: import("vue").DefineComponent<globalThis.ExtractPropTypes<{
|
|
2
|
+
modelValue: globalThis.PropType<boolean>;
|
|
3
|
+
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
4
|
+
next: (...args: any[]) => void;
|
|
5
|
+
}, string, import("vue").PublicProps, Readonly<globalThis.ExtractPropTypes<{
|
|
6
|
+
modelValue: globalThis.PropType<boolean>;
|
|
7
|
+
}>> & Readonly<{
|
|
8
|
+
onNext?: ((...args: any[]) => any) | undefined;
|
|
9
|
+
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
10
|
+
export default _default;
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
declare const _default: import("vue").DefineComponent<globalThis.ExtractPropTypes<{
|
|
2
|
+
modelValue: globalThis.PropType<boolean>;
|
|
3
|
+
validCode: {
|
|
4
|
+
type: StringConstructor;
|
|
5
|
+
required: true;
|
|
6
|
+
};
|
|
7
|
+
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
8
|
+
last: (...args: any[]) => void;
|
|
9
|
+
}, string, import("vue").PublicProps, Readonly<globalThis.ExtractPropTypes<{
|
|
10
|
+
modelValue: globalThis.PropType<boolean>;
|
|
11
|
+
validCode: {
|
|
12
|
+
type: StringConstructor;
|
|
13
|
+
required: true;
|
|
14
|
+
};
|
|
15
|
+
}>> & Readonly<{
|
|
16
|
+
onLast?: ((...args: any[]) => any) | undefined;
|
|
17
|
+
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
18
|
+
export default _default;
|