@yourgoods/ui-smart 0.2.0 → 0.4.0
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/ProfileEmailDialog-hqiCAvmA.js +777 -0
- package/dist/ProfilePasswordDialog-CwshEPVD.js +272 -0
- package/dist/ProfilePhoneDialog-B9ivxKlS.js +799 -0
- package/dist/components/PEditUserContact/ProfileDialogs/DialogSegments/AddNewEmailContent.vue.d.ts +2 -0
- package/dist/components/PEditUserContact/ProfileDialogs/DialogSegments/AddNewPhoneContent.vue.d.ts +8 -0
- package/dist/components/PEditUserContact/ProfileDialogs/DialogSegments/NewPhoneContent.vue.d.ts +8 -0
- package/dist/components/PEditUserContact/ProfileDialogs/DialogSegments/OldPhoneContent.vue.d.ts +8 -0
- package/dist/components/PEditUserContact/ProfileDialogs/ProfilePhoneDialog.vue.d.ts +5 -3
- package/dist/icons/index.d.ts +1 -0
- package/dist/{index-D9_chX1D.js → index-BAX9rbeD.js} +255 -231
- package/dist/index.js +1 -1
- package/dist/locales/index.d.ts +6 -2
- package/dist/{useRateLimitToast-DGwU_bUG.js → useRateLimitToast-BROS1T6Q.js} +12 -11
- package/dist/utils/formatPhone.d.ts +5 -0
- package/package.json +2 -2
- package/dist/ProfileEmailDialog-QyJL9xJa.js +0 -777
- package/dist/ProfilePasswordDialog-XLfFIviS.js +0 -269
- package/dist/ProfilePhoneDialog-D6YONYeR.js +0 -734
package/dist/components/PEditUserContact/ProfileDialogs/DialogSegments/AddNewEmailContent.vue.d.ts
CHANGED
|
@@ -30,6 +30,7 @@ declare const _default: import('vue').DefineComponent<Props, {}, {}, {}, {}, imp
|
|
|
30
30
|
"on-send-code-again": (value: {
|
|
31
31
|
email: string;
|
|
32
32
|
}) => any;
|
|
33
|
+
"on-clear-code-error": () => any;
|
|
33
34
|
}, string, import('vue').PublicProps, Readonly<Props> & Readonly<{
|
|
34
35
|
onEdit?: ((field: "email") => any) | undefined;
|
|
35
36
|
"onUpdate:email"?: ((value: string) => any) | undefined;
|
|
@@ -50,6 +51,7 @@ declare const _default: import('vue').DefineComponent<Props, {}, {}, {}, {}, imp
|
|
|
50
51
|
"onOn-send-code-again"?: ((value: {
|
|
51
52
|
email: string;
|
|
52
53
|
}) => any) | undefined;
|
|
54
|
+
"onOn-clear-code-error"?: (() => any) | undefined;
|
|
53
55
|
}>, {
|
|
54
56
|
hintText: string;
|
|
55
57
|
emailError: string;
|
package/dist/components/PEditUserContact/ProfileDialogs/DialogSegments/AddNewPhoneContent.vue.d.ts
CHANGED
|
@@ -31,7 +31,11 @@ declare const _default: import('vue').DefineComponent<Props, {}, {}, {}, {}, imp
|
|
|
31
31
|
"on-send-code-again": (value: {
|
|
32
32
|
phone: string;
|
|
33
33
|
}) => any;
|
|
34
|
+
"on-clear-code-error": () => any;
|
|
34
35
|
"update:phone": (value: string) => any;
|
|
36
|
+
"on-send-only-sms": (value: {
|
|
37
|
+
phone: string;
|
|
38
|
+
}) => any;
|
|
35
39
|
}, string, import('vue').PublicProps, Readonly<Props> & Readonly<{
|
|
36
40
|
onEdit?: ((field: "phone") => any) | undefined;
|
|
37
41
|
"onUpdate:code"?: ((value: string) => any) | undefined;
|
|
@@ -51,7 +55,11 @@ declare const _default: import('vue').DefineComponent<Props, {}, {}, {}, {}, imp
|
|
|
51
55
|
"onOn-send-code-again"?: ((value: {
|
|
52
56
|
phone: string;
|
|
53
57
|
}) => any) | undefined;
|
|
58
|
+
"onOn-clear-code-error"?: (() => any) | undefined;
|
|
54
59
|
"onUpdate:phone"?: ((value: string) => any) | undefined;
|
|
60
|
+
"onOn-send-only-sms"?: ((value: {
|
|
61
|
+
phone: string;
|
|
62
|
+
}) => any) | undefined;
|
|
55
63
|
}>, {
|
|
56
64
|
hintText: string;
|
|
57
65
|
codeError: string;
|
package/dist/components/PEditUserContact/ProfileDialogs/DialogSegments/NewPhoneContent.vue.d.ts
CHANGED
|
@@ -31,7 +31,11 @@ declare const _default: import('vue').DefineComponent<Props, {}, {}, {}, {}, imp
|
|
|
31
31
|
"on-send-code-again": (value: {
|
|
32
32
|
phone: string;
|
|
33
33
|
}) => any;
|
|
34
|
+
"on-clear-code-error": () => any;
|
|
34
35
|
"update:phone": (value: string) => any;
|
|
36
|
+
"on-send-only-sms": (value: {
|
|
37
|
+
phone: string;
|
|
38
|
+
}) => any;
|
|
35
39
|
}, string, import('vue').PublicProps, Readonly<Props> & Readonly<{
|
|
36
40
|
onEdit?: ((field: "phone") => any) | undefined;
|
|
37
41
|
"onUpdate:code"?: ((value: string) => any) | undefined;
|
|
@@ -51,7 +55,11 @@ declare const _default: import('vue').DefineComponent<Props, {}, {}, {}, {}, imp
|
|
|
51
55
|
"onOn-send-code-again"?: ((value: {
|
|
52
56
|
phone: string;
|
|
53
57
|
}) => any) | undefined;
|
|
58
|
+
"onOn-clear-code-error"?: (() => any) | undefined;
|
|
54
59
|
"onUpdate:phone"?: ((value: string) => any) | undefined;
|
|
60
|
+
"onOn-send-only-sms"?: ((value: {
|
|
61
|
+
phone: string;
|
|
62
|
+
}) => any) | undefined;
|
|
55
63
|
}>, {
|
|
56
64
|
hintText: string;
|
|
57
65
|
codeError: string;
|
package/dist/components/PEditUserContact/ProfileDialogs/DialogSegments/OldPhoneContent.vue.d.ts
CHANGED
|
@@ -27,7 +27,11 @@ declare const _default: import('vue').DefineComponent<Props, {}, {}, {}, {}, imp
|
|
|
27
27
|
"on-send-code-again": (value: {
|
|
28
28
|
phone: string;
|
|
29
29
|
}) => any;
|
|
30
|
+
"on-clear-code-error": () => any;
|
|
30
31
|
"update:phone": (value: string) => any;
|
|
32
|
+
"on-send-only-sms": (value: {
|
|
33
|
+
phone: string;
|
|
34
|
+
}) => any;
|
|
31
35
|
}, string, import('vue').PublicProps, Readonly<Props> & Readonly<{
|
|
32
36
|
onEdit?: ((field: "phone") => any) | undefined;
|
|
33
37
|
"onUpdate:code"?: ((value: string) => any) | undefined;
|
|
@@ -42,7 +46,11 @@ declare const _default: import('vue').DefineComponent<Props, {}, {}, {}, {}, imp
|
|
|
42
46
|
"onOn-send-code-again"?: ((value: {
|
|
43
47
|
phone: string;
|
|
44
48
|
}) => any) | undefined;
|
|
49
|
+
"onOn-clear-code-error"?: (() => any) | undefined;
|
|
45
50
|
"onUpdate:phone"?: ((value: string) => any) | undefined;
|
|
51
|
+
"onOn-send-only-sms"?: ((value: {
|
|
52
|
+
phone: string;
|
|
53
|
+
}) => any) | undefined;
|
|
46
54
|
}>, {
|
|
47
55
|
hintText: string;
|
|
48
56
|
codeError: string;
|
|
@@ -34,13 +34,15 @@ declare const _default: import('vue').DefineComponent<Props, {
|
|
|
34
34
|
title: import('vue').ComputedRef<string>;
|
|
35
35
|
hintText: import('vue').ComputedRef<string>;
|
|
36
36
|
handleClose: () => void;
|
|
37
|
-
sendContactCode: ({ value, offLoading }?: {
|
|
37
|
+
sendContactCode: ({ value, isOnlySms, offLoading }?: {
|
|
38
38
|
value?: string;
|
|
39
|
+
isOnlySms?: boolean;
|
|
39
40
|
offLoading?: boolean;
|
|
40
|
-
}) => Promise<
|
|
41
|
-
sendBindContactCode: ({ value, field, offLoading }?: {
|
|
41
|
+
}) => Promise<any>;
|
|
42
|
+
sendBindContactCode: ({ value, field, isOnlySms, offLoading }?: {
|
|
42
43
|
value?: string;
|
|
43
44
|
field?: "email" | "phone";
|
|
45
|
+
isOnlySms?: boolean;
|
|
44
46
|
offLoading?: boolean;
|
|
45
47
|
}) => Promise<import('axios').AxiosResponse<any, any, {}>>;
|
|
46
48
|
handleOldCodeSuccess: ({ code }: {
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default as IconProfileMobileSm } from './IconMobileSm.svg';
|