@yourgoods/ui-smart 0.3.0 → 0.5.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.
@@ -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;
@@ -31,6 +31,7 @@ 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;
35
36
  "on-send-only-sms": (value: {
36
37
  phone: string;
@@ -54,6 +55,7 @@ declare const _default: import('vue').DefineComponent<Props, {}, {}, {}, {}, imp
54
55
  "onOn-send-code-again"?: ((value: {
55
56
  phone: string;
56
57
  }) => any) | undefined;
58
+ "onOn-clear-code-error"?: (() => any) | undefined;
57
59
  "onUpdate:phone"?: ((value: string) => any) | undefined;
58
60
  "onOn-send-only-sms"?: ((value: {
59
61
  phone: string;
@@ -31,6 +31,7 @@ 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;
35
36
  "on-send-only-sms": (value: {
36
37
  phone: string;
@@ -54,6 +55,7 @@ declare const _default: import('vue').DefineComponent<Props, {}, {}, {}, {}, imp
54
55
  "onOn-send-code-again"?: ((value: {
55
56
  phone: string;
56
57
  }) => any) | undefined;
58
+ "onOn-clear-code-error"?: (() => any) | undefined;
57
59
  "onUpdate:phone"?: ((value: string) => any) | undefined;
58
60
  "onOn-send-only-sms"?: ((value: {
59
61
  phone: string;
@@ -27,6 +27,7 @@ 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;
31
32
  "on-send-only-sms": (value: {
32
33
  phone: string;
@@ -45,6 +46,7 @@ declare const _default: import('vue').DefineComponent<Props, {}, {}, {}, {}, imp
45
46
  "onOn-send-code-again"?: ((value: {
46
47
  phone: string;
47
48
  }) => any) | undefined;
49
+ "onOn-clear-code-error"?: (() => any) | undefined;
48
50
  "onUpdate:phone"?: ((value: string) => any) | undefined;
49
51
  "onOn-send-only-sms"?: ((value: {
50
52
  phone: string;
@@ -0,0 +1 @@
1
+ export { default as IconProfileMobileSm } from './IconMobileSm.svg';