@jctrans-materials/comps-vue3 1.0.26 → 1.0.28

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.
@@ -18,6 +18,7 @@ export declare function useAuthLogin(options?: AuthOptions): {
18
18
  mobileUid?: string;
19
19
  emailUid?: string;
20
20
  areaCodeData?: AreaCodeData[];
21
+ remember?: boolean;
21
22
  }) => Promise<void>;
22
23
  executeRedirect: (loginData: any) => void;
23
24
  loginNeedComplete: import('vue').Ref<boolean, boolean>;
@@ -62,6 +62,7 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
62
62
  }>>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
63
63
  blur: (...args: any[]) => void;
64
64
  change: (...args: any[]) => void;
65
+ clear: (...args: any[]) => void;
65
66
  select: (...args: any[]) => void;
66
67
  "update:modelValue": (...args: any[]) => void;
67
68
  "submit-search": (...args: any[]) => void;
@@ -85,6 +86,7 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
85
86
  }>>> & Readonly<{
86
87
  onBlur?: ((...args: any[]) => any) | undefined;
87
88
  onChange?: ((...args: any[]) => any) | undefined;
89
+ onClear?: ((...args: any[]) => any) | undefined;
88
90
  onSelect?: ((...args: any[]) => any) | undefined;
89
91
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
90
92
  "onSubmit-search"?: ((...args: any[]) => any) | undefined;