@authing/react-ui-components 3.0.11 → 3.0.12

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/lib/index.d.ts CHANGED
@@ -2550,7 +2550,7 @@ declare module '@authing/react-ui-components/components/version/index' {
2550
2550
 
2551
2551
  }
2552
2552
  declare module '@authing/react-ui-components/components/version/version' {
2553
- const _default: "3.0.11";
2553
+ const _default: "3.0.12";
2554
2554
  export default _default;
2555
2555
 
2556
2556
  }
@@ -2917,1292 +2917,6 @@ declare module '@authing/react-ui-components/config/webpackDevServer.config' {
2917
2917
  };
2918
2918
  export = _exports;
2919
2919
 
2920
- }
2921
- declare module '@authing/react-ui-components/es/AuthingDropdown/index' {
2922
- export function AuthingDropdown(_ref: any): React.DetailedReactHTMLElement<{
2923
- className: string;
2924
- onMouseEnter: () => any;
2925
- onMouseLeave: () => any;
2926
- }, HTMLElement>;
2927
- import React from "react";
2928
-
2929
- }
2930
- declare module '@authing/react-ui-components/es/AuthingDropdown/style/css' {
2931
- export {};
2932
-
2933
- }
2934
- declare module '@authing/react-ui-components/es/AuthingDropdown/style/index' {
2935
- export {};
2936
-
2937
- }
2938
- declare module '@authing/react-ui-components/es/AuthingGuard/AppMFALayout/index' {
2939
- export function AppMfaLayout(): React.DetailedReactHTMLElement<{
2940
- className: string;
2941
- }, HTMLElement>;
2942
- import React from "react";
2943
-
2944
- }
2945
- declare module '@authing/react-ui-components/es/AuthingGuard/CompleteUserInfoLayout/index' {
2946
- export function CompleteUserInfoLayout(): React.DetailedReactHTMLElement<React.HTMLAttributes<HTMLElement>, HTMLElement>;
2947
- import React from "react";
2948
-
2949
- }
2950
- declare module '@authing/react-ui-components/es/AuthingGuard/Forms/ADLoginForm/index' {
2951
- export var ADLoginForm: React.ForwardRefExoticComponent<React.RefAttributes<any>>;
2952
- import React from "react";
2953
-
2954
- }
2955
- declare module '@authing/react-ui-components/es/AuthingGuard/Forms/Agreements/index' {
2956
- export function Agreements(_ref: any): React.DetailedReactHTMLElement<{
2957
- className: string;
2958
- }, HTMLElement>;
2959
- import React from "react";
2960
-
2961
- }
2962
- declare module '@authing/react-ui-components/es/AuthingGuard/Forms/CompleteUserInfoForm/index' {
2963
- export function CompleteUserInfoForm(_ref: any): React.CElement<import("antd/lib/spin").SpinProps, _Spin>;
2964
- import _Spin from "antd/lib/spin";
2965
- import React from "react";
2966
-
2967
- }
2968
- declare module '@authing/react-ui-components/es/AuthingGuard/Forms/EmailMfaVerifyForm/CheckEmailForm' {
2969
- export function CheckEmailForm(_ref: any): React.FunctionComponentElement<{}>;
2970
- import React from "react";
2971
-
2972
- }
2973
- declare module '@authing/react-ui-components/es/AuthingGuard/Forms/EmailMfaVerifyForm/VerifyCodeForm' {
2974
- export function VerifyCodeForm(_ref: any): React.FunctionComponentElement<{}>;
2975
- import React from "react";
2976
-
2977
- }
2978
- declare module '@authing/react-ui-components/es/AuthingGuard/Forms/EmailMfaVerifyForm/index' {
2979
- export function EmailMfaVerifyForm(_ref: any): React.FunctionComponentElement<{}>;
2980
- import React from "react";
2981
-
2982
- }
2983
- declare module '@authing/react-ui-components/es/AuthingGuard/Forms/EmailRegisterForm/index' {
2984
- export var EmailRegisterForm: React.ForwardRefExoticComponent<React.RefAttributes<any>>;
2985
- import React from "react";
2986
-
2987
- }
2988
- declare module '@authing/react-ui-components/es/AuthingGuard/Forms/LdapLoginForm/index' {
2989
- export var LdapLoginForm: React.ForwardRefExoticComponent<React.RefAttributes<any>>;
2990
- import React from "react";
2991
-
2992
- }
2993
- declare module '@authing/react-ui-components/es/AuthingGuard/Forms/LoginFormFooter/index' {
2994
- export function LoginFormFooter(_ref: any): React.FunctionComponentElement<{}>;
2995
- import React from "react";
2996
-
2997
- }
2998
- declare module '@authing/react-ui-components/es/AuthingGuard/Forms/MfaResetCodeForm/Step1' {
2999
- export function MfaResetStep1(_ref: any): React.FunctionComponentElement<import("antd/lib/form").FormProps<unknown> & {
3000
- ref?: ((instance: import("antd/lib/form").FormInstance<unknown> | null) => void) | React.RefObject<import("antd/lib/form").FormInstance<unknown>> | null | undefined;
3001
- }>;
3002
- import React from "react";
3003
-
3004
- }
3005
- declare module '@authing/react-ui-components/es/AuthingGuard/Forms/MfaResetCodeForm/Step2' {
3006
- export function MfaResetStep2(_ref: any): React.FunctionComponentElement<import("antd/lib/form").FormProps<unknown> & {
3007
- ref?: ((instance: import("antd/lib/form").FormInstance<unknown> | null) => void) | React.RefObject<import("antd/lib/form").FormInstance<unknown>> | null | undefined;
3008
- }>;
3009
- import React from "react";
3010
-
3011
- }
3012
- declare module '@authing/react-ui-components/es/AuthingGuard/Forms/MfaResetCodeForm/index' {
3013
- export function MfaResetCodeForm(_ref: any): React.FunctionComponentElement<{}>;
3014
- import React from "react";
3015
-
3016
- }
3017
- declare module '@authing/react-ui-components/es/AuthingGuard/Forms/MfaVerifyForm/index' {
3018
- export function MFAVerifyForm(_ref: any): React.FunctionComponentElement<{}>;
3019
- import React from "react";
3020
-
3021
- }
3022
- declare module '@authing/react-ui-components/es/AuthingGuard/Forms/PasswordLoginForm/index' {
3023
- export var PasswordLoginForm: React.ForwardRefExoticComponent<React.RefAttributes<any>>;
3024
- import React from "react";
3025
-
3026
- }
3027
- declare module '@authing/react-ui-components/es/AuthingGuard/Forms/PhoneCodeLoginForm/index' {
3028
- export var PhoneCodeLoginForm: React.ForwardRefExoticComponent<React.RefAttributes<any>>;
3029
- import React from "react";
3030
-
3031
- }
3032
- declare module '@authing/react-ui-components/es/AuthingGuard/Forms/PhoneRegisterForm/index' {
3033
- export var PhoneRegisterForm: React.ForwardRefExoticComponent<React.RefAttributes<any>>;
3034
- import React from "react";
3035
-
3036
- }
3037
- declare module '@authing/react-ui-components/es/AuthingGuard/Forms/QrCodeLoginForm/index' {
3038
- export function QrCodeLoginForm(_ref: any): React.DetailedReactHTMLElement<{
3039
- className: string;
3040
- }, HTMLElement>;
3041
- import React from "react";
3042
-
3043
- }
3044
- declare module '@authing/react-ui-components/es/AuthingGuard/Forms/RegisterFormFooter/index' {
3045
- export function RegisterFormFooter(_ref: any): React.FunctionComponentElement<{}>;
3046
- import React from "react";
3047
-
3048
- }
3049
- declare module '@authing/react-ui-components/es/AuthingGuard/Forms/ResetPwdForm/Footer' {
3050
- export function ResetPwdFormFooter(): React.FunctionComponentElement<Partial<{
3051
- href: string;
3052
- target?: string | undefined;
3053
- onClick?: ((event: React.MouseEvent<HTMLElement, MouseEvent>) => void) | undefined;
3054
- } & import("antd/lib/button/button").BaseButtonProps & Pick<React.AnchorHTMLAttributes<any>, "onLoad" | "children" | "lang" | "slot" | "style" | "title" | "dir" | "onChange" | "onBlur" | "id" | "target" | "color" | "className" | "download" | "href" | "hrefLang" | "media" | "ping" | "rel" | "referrerPolicy" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "draggable" | "hidden" | "placeholder" | "spellCheck" | "tabIndex" | "translate" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlurCapture" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture"> & {
3055
- htmlType?: "button" | "submit" | "reset" | undefined;
3056
- onClick?: ((event: React.MouseEvent<HTMLElement, MouseEvent>) => void) | undefined;
3057
- } & Pick<React.ButtonHTMLAttributes<any>, "onLoad" | "value" | "children" | "lang" | "form" | "slot" | "style" | "title" | "dir" | "onChange" | "onBlur" | "id" | "name" | "color" | "className" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "draggable" | "hidden" | "placeholder" | "spellCheck" | "tabIndex" | "translate" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlurCapture" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "autoFocus" | "disabled" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget">> & React.RefAttributes<HTMLElement>>;
3058
- import React from "react";
3059
-
3060
- }
3061
- declare module '@authing/react-ui-components/es/AuthingGuard/Forms/ResetPwdForm/Step1' {
3062
- export function ResetPasswordStep1(_ref: any): React.FunctionComponentElement<import("antd/lib/form").FormProps<unknown> & {
3063
- ref?: ((instance: import("antd/lib/form").FormInstance<unknown> | null) => void) | React.RefObject<import("antd/lib/form").FormInstance<unknown>> | null | undefined;
3064
- }>;
3065
- import React from "react";
3066
-
3067
- }
3068
- declare module '@authing/react-ui-components/es/AuthingGuard/Forms/ResetPwdForm/Step2' {
3069
- export function ResetPasswordStep2(_ref: any): React.FunctionComponentElement<import("antd/lib/form").FormProps<unknown> & {
3070
- ref?: ((instance: import("antd/lib/form").FormInstance<unknown> | null) => void) | React.RefObject<import("antd/lib/form").FormInstance<unknown>> | null | undefined;
3071
- }>;
3072
- import React from "react";
3073
-
3074
- }
3075
- declare module '@authing/react-ui-components/es/AuthingGuard/Forms/ResetPwdForm/Step3' {
3076
- export function ResetPasswordStep3(_ref: any): React.FunctionComponentElement<{}>;
3077
- import React from "react";
3078
-
3079
- }
3080
- declare module '@authing/react-ui-components/es/AuthingGuard/Forms/ResetPwdForm/Step4' {
3081
- export function ResetPasswordStep4(): React.DetailedReactHTMLElement<{
3082
- style: {
3083
- textAlign: "center";
3084
- };
3085
- }, HTMLElement>;
3086
- import React from "react";
3087
-
3088
- }
3089
- declare module '@authing/react-ui-components/es/AuthingGuard/Forms/ResetPwdForm/index' {
3090
- export function ResetPasswordForm(_ref: any): React.DetailedReactHTMLElement<React.HTMLAttributes<HTMLElement>, HTMLElement>;
3091
- import React from "react";
3092
-
3093
- }
3094
- declare module '@authing/react-ui-components/es/AuthingGuard/Forms/SendPhoneCode/SendCodeBtn' {
3095
- export function SendCodeBtn(_ref: any): React.ReactElement<{
3096
- type: string;
3097
- className: string;
3098
- disabled: any;
3099
- onClick: (_x: any, ...args: any[]) => any;
3100
- ref: any;
3101
- }, string | ((props: any) => React.ReactElement<any, string | any | (new (props: any) => React.Component<any, any, any>)> | null) | (new (props: any) => React.Component<any, any, any>)>;
3102
- import React from "react";
3103
-
3104
- }
3105
- declare module '@authing/react-ui-components/es/AuthingGuard/Forms/SendPhoneCode/index' {
3106
- export function SendPhoneCode(_ref: any): React.FunctionComponentElement<import("@authing/react-ui-components/es/AuthingGuard/Forms/SendPhoneCode/SendCodeBtn").SendCodeProps>;
3107
- import React from "react";
3108
-
3109
- }
3110
- declare module '@authing/react-ui-components/es/AuthingGuard/Forms/SmsMfaVerifyForm/CheckPhoneForm' {
3111
- export function CheckPhoneForm(_ref: any): React.FunctionComponentElement<{}>;
3112
- import React from "react";
3113
-
3114
- }
3115
- declare module '@authing/react-ui-components/es/AuthingGuard/Forms/SmsMfaVerifyForm/VerifyCodeForm' {
3116
- export function VerifyCodeForm(_ref: any): React.FunctionComponentElement<{}>;
3117
- import React from "react";
3118
-
3119
- }
3120
- declare module '@authing/react-ui-components/es/AuthingGuard/Forms/SmsMfaVerifyForm/index' {
3121
- export function SmsMfaVerifyForm(_ref: any): React.FunctionComponentElement<{}>;
3122
- import React from "react";
3123
-
3124
- }
3125
- declare module '@authing/react-ui-components/es/AuthingGuard/Forms/SocialAndIdpLogin/index' {
3126
- export function SocialAndIdpLogin(_ref: any): React.FunctionComponentElement<{}>;
3127
- import React from "react";
3128
-
3129
- }
3130
- declare module '@authing/react-ui-components/es/AuthingGuard/Forms/UploadImage/index' {
3131
- export function UploadImage(_ref: any): React.FunctionComponentElement<import("antd/lib/upload").UploadProps<any> & {
3132
- children?: React.ReactNode;
3133
- } & React.RefAttributes<any>>;
3134
- import React from "react";
3135
-
3136
- }
3137
- declare module '@authing/react-ui-components/es/AuthingGuard/Forms/index' {
3138
- export * from "@authing/react-ui-components/es/AuthingGuard/Forms/ADLoginForm/index";
3139
- export * from "@authing/react-ui-components/es/AuthingGuard/Forms/ResetPwdForm/index";
3140
- export * from "@authing/react-ui-components/es/AuthingGuard/Forms/MfaVerifyForm/index";
3141
- export * from "@authing/react-ui-components/es/AuthingGuard/Forms/LdapLoginForm/index";
3142
- export * from "@authing/react-ui-components/es/AuthingGuard/Forms/QrCodeLoginForm/index";
3143
- export * from "@authing/react-ui-components/es/AuthingGuard/Forms/MfaResetCodeForm/index";
3144
- export * from "@authing/react-ui-components/es/AuthingGuard/Forms/EmailRegisterForm/index";
3145
- export * from "@authing/react-ui-components/es/AuthingGuard/Forms/PhoneRegisterForm/index";
3146
- export * from "@authing/react-ui-components/es/AuthingGuard/Forms/PasswordLoginForm/index";
3147
- export * from "@authing/react-ui-components/es/AuthingGuard/Forms/SocialAndIdpLogin/index";
3148
- export * from "@authing/react-ui-components/es/AuthingGuard/Forms/PhoneCodeLoginForm/index";
3149
- export * from "@authing/react-ui-components/es/AuthingGuard/Forms/SmsMfaVerifyForm/index";
3150
- export * from "@authing/react-ui-components/es/AuthingGuard/Forms/EmailMfaVerifyForm/index";
3151
-
3152
- }
3153
- declare module '@authing/react-ui-components/es/AuthingGuard/GuardLayout/index' {
3154
- export function GuardLayout(_ref4: any): React.DOMElement<{
3155
- id: any;
3156
- style: any;
3157
- className: string;
3158
- onTransitionEnd: () => void;
3159
- }, Element>;
3160
- import React from "react";
3161
-
3162
- }
3163
- declare module '@authing/react-ui-components/es/AuthingGuard/Header/index' {
3164
- export function GuardHeader(props: any): React.DetailedReactHTMLElement<{
3165
- className: string;
3166
- }, HTMLElement>;
3167
- import React from "react";
3168
-
3169
- }
3170
- declare module '@authing/react-ui-components/es/AuthingGuard/IconFont/iconfont' {
3171
- export {};
3172
-
3173
- }
3174
- declare module '@authing/react-ui-components/es/AuthingGuard/IconFont/index' {
3175
- export function IconFont(_ref: any): React.ReactSVGElement;
3176
- import React from "react";
3177
-
3178
- }
3179
- declare module '@authing/react-ui-components/es/AuthingGuard/IconFont/svg' {
3180
- export var svgStr: string;
3181
-
3182
- }
3183
- declare module '@authing/react-ui-components/es/AuthingGuard/LoginLayout/index' {
3184
- export function LoginLayout(): React.FunctionComponentElement<{}>;
3185
- import React from "react";
3186
-
3187
- }
3188
- declare module '@authing/react-ui-components/es/AuthingGuard/MfaLayout/Steps' {
3189
- export var Steps: any;
3190
-
3191
- }
3192
- declare module '@authing/react-ui-components/es/AuthingGuard/MfaLayout/index' {
3193
- export function MfaLayout(): React.DetailedReactHTMLElement<React.HTMLAttributes<HTMLElement>, HTMLElement>;
3194
- import React from "react";
3195
-
3196
- }
3197
- declare module '@authing/react-ui-components/es/AuthingGuard/RegisterLayout/index' {
3198
- export function RegisterLayout(): React.FunctionComponentElement<import("@authing/react-ui-components/es/AuthingTabs/index").AuthingTabsProps>;
3199
- import React from "react";
3200
-
3201
- }
3202
- declare module '@authing/react-ui-components/es/AuthingGuard/ResetPwdLayout/index' {
3203
- export function ResetPwdLayout(): React.FunctionComponentElement<import("@authing/react-ui-components/components/index").ResetPasswordFormProps>;
3204
- import React from "react";
3205
-
3206
- }
3207
- declare module '@authing/react-ui-components/es/AuthingGuard/ToggleLang/index' {
3208
- export function ToggleLang(): React.FunctionComponentElement<import("antd/lib/dropdown").DropDownProps>;
3209
- import React from "react";
3210
-
3211
- }
3212
- declare module '@authing/react-ui-components/es/AuthingGuard/api/appConfig' {
3213
- export var ApplicationMfaType: any;
3214
- export function ApplicationMfaTypeLabel(): {};
3215
- export function fetchAppConfig(appId: any): Promise<import("@authing/react-ui-components/es/_utils/http").AuthingResponse<any>>;
3216
-
3217
- }
3218
- declare module '@authing/react-ui-components/es/AuthingGuard/api/index' {
3219
- export * from "@authing/react-ui-components/es/AuthingGuard/api/sso";
3220
- export * from "@authing/react-ui-components/es/AuthingGuard/api/appConfig";
3221
- export * from "@authing/react-ui-components/es/AuthingGuard/api/userPoolConfig";
3222
-
3223
- }
3224
- declare module '@authing/react-ui-components/es/AuthingGuard/api/sso' {
3225
- export function trackSession(): Promise<import("@authing/react-ui-components/es/_utils/http").AuthingResponse<any>>;
3226
-
3227
- }
3228
- declare module '@authing/react-ui-components/es/AuthingGuard/api/userPoolConfig' {
3229
- export var OIDCConnectionMode: any;
3230
-
3231
- }
3232
- declare module '@authing/react-ui-components/es/AuthingGuard/constants' {
3233
- export var OTP_MFA_CODE: number;
3234
- export var APP_MFA_CODE: number;
3235
- export var NEED_CAPTCHA: number;
3236
- export function LOGIN_METHODS_MAP(): {};
3237
- export function REGISTER_METHODS_MAP(): {};
3238
- export var HIDE_SOCIALS: string[];
3239
- export var ApplicationMfaType: any;
3240
- export namespace defaultGuardConfig {
3241
- const isSSO: boolean;
3242
- const title: string;
3243
- namespace text {
3244
- const loginTabs: {};
3245
- namespace loginBtn {
3246
- const normal: string;
3247
- const loading: string;
3248
- }
3249
- namespace registerBtn {
3250
- const normal_1: string;
3251
- export { normal_1 as normal };
3252
- const loading_1: string;
3253
- export { loading_1 as loading };
3254
- }
3255
- }
3256
- const escCloseable: boolean;
3257
- const autoRegister: boolean;
3258
- const clickCloseable: boolean;
3259
- const mode: GuardMode;
3260
- const disableRegister: boolean;
3261
- const disableResetPwd: boolean;
3262
- const defaultScenes: GuardScenes;
3263
- const appHost: string;
3264
- const defaultLoginMethod: LoginMethods;
3265
- const defaultRegisterMethod: RegisterMethods;
3266
- const loginMethods: LoginMethods[];
3267
- const registerMethods: RegisterMethods[];
3268
- const logo: string;
3269
- const passwordLoginMethods: string[];
3270
- }
3271
- export namespace defaultLocalesConfig {
3272
- const defaultLang: string;
3273
- const isShowChange: boolean;
3274
- }
3275
- export var defaultHeaders: {
3276
- 'userpool-id': string;
3277
- 'app-id': string;
3278
- 'tenant-id': string;
3279
- 'request-from': string;
3280
- 'sdk-version': string;
3281
- lang: string;
3282
- };
3283
- import { GuardMode } from "@authing/react-ui-components/components/AuthingGuard/types/GuardConfig";
3284
- import { GuardScenes } from "@authing/react-ui-components/components/AuthingGuard/types/GuardConfig";
3285
- import { LoginMethods } from "@authing/react-ui-components/components/AuthingGuard/types/GuardConfig";
3286
- import { RegisterMethods } from "@authing/react-ui-components/components/AuthingGuard/types/GuardConfig";
3287
-
3288
- }
3289
- declare module '@authing/react-ui-components/es/AuthingGuard/hooks/index' {
3290
- export function initAuthClient(config: any): any;
3291
- export function useAuthing(config: any): {
3292
- authClient: any;
3293
- };
3294
- export function getAuthClient(config: any): any;
3295
-
3296
- }
3297
- declare module '@authing/react-ui-components/es/AuthingGuard/hooks/useScreenSize' {
3298
- export var ScreenSize: any;
3299
- export var SCREEN_SIZE_RANG: {
3300
- size: any;
3301
- range: number[];
3302
- }[];
3303
- export function getScreenSize(): any;
3304
- export function useScreenSize(): any[];
3305
-
3306
- }
3307
- declare module '@authing/react-ui-components/es/AuthingGuard/index' {
3308
- export function AuthingGuard(_ref: any): React.FunctionComponentElement<import("antd/lib/config-provider").ConfigProviderProps>;
3309
- import React from "react";
3310
-
3311
- }
3312
- declare module '@authing/react-ui-components/es/AuthingGuard/style/css' {
3313
- export {};
3314
-
3315
- }
3316
- declare module '@authing/react-ui-components/es/AuthingGuard/style/index' {
3317
- export {};
3318
-
3319
- }
3320
- declare module '@authing/react-ui-components/es/AuthingGuard/types/Forms' {
3321
- export {};
3322
-
3323
- }
3324
- declare module '@authing/react-ui-components/es/AuthingGuard/types/GuardConfig' {
3325
- export var GuardMode: any;
3326
- export var LoginMethods: any;
3327
- export var RegisterMethods: any;
3328
- export var GuardScenes: any;
3329
- export var ResetPwdMethods: any;
3330
- export var SocialConnections: any;
3331
- export var Protocol: any;
3332
- export namespace GuardEventsCamelToKebabMap {
3333
- const onLoad: string;
3334
- const onLoadError: string;
3335
- const onLogin: string;
3336
- const onBeforeLogin: string;
3337
- const onLoginError: string;
3338
- const onRegister: string;
3339
- const onBeforeRegister: string;
3340
- const onRegisterError: string;
3341
- const onPwdEmailSend: string;
3342
- const onPwdEmailSendError: string;
3343
- const onPwdPhoneSend: string;
3344
- const onPwdPhoneSendError: string;
3345
- const onPwdReset: string;
3346
- const onPwdResetError: string;
3347
- const onClose: string;
3348
- const onLoginTabChange: string;
3349
- const onRegisterTabChange: string;
3350
- const onRegisterInfoCompleted: string;
3351
- const onRegisterInfoCompletedError: string;
3352
- }
3353
-
3354
- }
3355
- declare module '@authing/react-ui-components/es/AuthingGuard/types/GuardState' {
3356
- export {};
3357
-
3358
- }
3359
- declare module '@authing/react-ui-components/es/AuthingGuard/types/Locales' {
3360
- export var LANG_MAP: {
3361
- label: string;
3362
- value: string;
3363
- }[];
3364
-
3365
- }
3366
- declare module '@authing/react-ui-components/es/AuthingGuard/types/index' {
3367
- export * from "@authing/react-ui-components/es/AuthingGuard/types/Forms";
3368
- export * from "@authing/react-ui-components/es/AuthingGuard/types/GuardState";
3369
- export * from "@authing/react-ui-components/es/AuthingGuard/types/GuardConfig";
3370
- export * from "@authing/react-ui-components/es/AuthingGuard/types/Locales";
3371
-
3372
- }
3373
- declare module '@authing/react-ui-components/es/AuthingTabs/index' {
3374
- export function AuthingTabs(_ref: any): React.FunctionComponentElement<{}>;
3375
- import React from "react";
3376
-
3377
- }
3378
- declare module '@authing/react-ui-components/es/AuthingTabs/style/css' {
3379
- export {};
3380
-
3381
- }
3382
- declare module '@authing/react-ui-components/es/AuthingTabs/style/index' {
3383
- export {};
3384
-
3385
- }
3386
- declare module '@authing/react-ui-components/es/BindTotp/core/bindSuccess' {
3387
- export function BindSuccess(_ref: any): React.FunctionComponentElement<{}>;
3388
- import React from "react";
3389
-
3390
- }
3391
- declare module '@authing/react-ui-components/es/BindTotp/core/securityCode' {
3392
- export function SecurityCode(_ref: any): React.FunctionComponentElement<{}>;
3393
- import React from "react";
3394
-
3395
- }
3396
- declare module '@authing/react-ui-components/es/BindTotp/index' {
3397
- export function GuardBindTotpView(_ref: any): React.FunctionComponentElement<{}>;
3398
- import React from "react";
3399
-
3400
- }
3401
- declare module '@authing/react-ui-components/es/BindTotp/interface' {
3402
- export function getDefaultMFAConfig(): any;
3403
-
3404
- }
3405
- declare module '@authing/react-ui-components/es/BindTotp/style/css' {
3406
- export {};
3407
-
3408
- }
3409
- declare module '@authing/react-ui-components/es/BindTotp/style/index' {
3410
- export {};
3411
-
3412
- }
3413
- declare module '@authing/react-ui-components/es/ChangeLanguage/index' {
3414
- export function ChangeLanguage(props: any): React.FunctionComponentElement<{}> | React.DetailedReactHTMLElement<{
3415
- className: string;
3416
- }, HTMLElement>;
3417
- import React from "react";
3418
-
3419
- }
3420
- declare module '@authing/react-ui-components/es/ChangePassword/core/firstLoginReset' {
3421
- export function FirstLoginReset(props: any): React.DetailedReactHTMLElement<{
3422
- className: string;
3423
- }, HTMLElement>;
3424
- import React from "react";
3425
-
3426
- }
3427
- declare module '@authing/react-ui-components/es/ChangePassword/core/rotateReset' {
3428
- export function RotateReset(props: any): React.DetailedReactHTMLElement<{
3429
- className: string;
3430
- }, HTMLElement>;
3431
- import React from "react";
3432
-
3433
- }
3434
- declare module '@authing/react-ui-components/es/ChangePassword/index' {
3435
- export function GuardChangePassword(props: any): React.DetailedReactHTMLElement<{
3436
- className: string;
3437
- }, HTMLElement>;
3438
- import React from "react";
3439
-
3440
- }
3441
- declare module '@authing/react-ui-components/es/CompleteInfo/core/completeInfo' {
3442
- export function CompleteInfo(props: any): React.FunctionComponentElement<import("antd/lib/form").FormProps<unknown> & {
3443
- ref?: ((instance: import("antd/lib/form").FormInstance<unknown> | null) => void) | React.RefObject<import("antd/lib/form").FormInstance<unknown>> | null | undefined;
3444
- }>;
3445
- import React from "react";
3446
-
3447
- }
3448
- declare module '@authing/react-ui-components/es/CompleteInfo/index' {
3449
- export function GuardCompleteInfoView(_ref: any): React.DetailedReactHTMLElement<{
3450
- className: string;
3451
- }, HTMLElement>;
3452
- import React from "react";
3453
-
3454
- }
3455
- declare module '@authing/react-ui-components/es/CompleteInfo/interface' {
3456
- export function getDefaultCompleteInfoConfig(): any;
3457
-
3458
- }
3459
- declare module '@authing/react-ui-components/es/CompleteInfo/style/css' {
3460
- export {};
3461
-
3462
- }
3463
- declare module '@authing/react-ui-components/es/CompleteInfo/style/index' {
3464
- export {};
3465
-
3466
- }
3467
- declare module '@authing/react-ui-components/es/CompleteInfo/utils' {
3468
- export function completeFieldsFilter(user: any, field: any): boolean;
3469
-
3470
- }
3471
- declare module '@authing/react-ui-components/es/CopyAbleText/index' {
3472
- export function CopyAbleText(_ref: any): React.DetailedReactHTMLElement<{
3473
- className: string;
3474
- ref: React.MutableRefObject<null>;
3475
- }, HTMLElement>;
3476
- import React from "react";
3477
-
3478
- }
3479
- declare module '@authing/react-ui-components/es/CopyAbleText/style/css' {
3480
- export {};
3481
-
3482
- }
3483
- declare module '@authing/react-ui-components/es/CopyAbleText/style/index' {
3484
- export {};
3485
-
3486
- }
3487
- declare module '@authing/react-ui-components/es/DownloadAuthenticator/index' {
3488
- export function GuardDownloadATView(_ref: any): React.DetailedReactHTMLElement<{
3489
- className: string;
3490
- }, HTMLElement>;
3491
- import React from "react";
3492
-
3493
- }
3494
- declare module '@authing/react-ui-components/es/DownloadAuthenticator/interface' {
3495
- export function getDefaultDownloadAuthenticatorConfig(): any;
3496
-
3497
- }
3498
- declare module '@authing/react-ui-components/es/DownloadAuthenticator/style/css' {
3499
- export {};
3500
-
3501
- }
3502
- declare module '@authing/react-ui-components/es/DownloadAuthenticator/style/index' {
3503
- export {};
3504
-
3505
- }
3506
- declare module '@authing/react-ui-components/es/Error/index' {
3507
- export function GuardErrorView(props: any): React.DetailedReactHTMLElement<{
3508
- className: string;
3509
- }, HTMLElement>;
3510
- import React from "react";
3511
-
3512
- }
3513
- declare module '@authing/react-ui-components/es/Error/interface' {
3514
- export {};
3515
-
3516
- }
3517
- declare module '@authing/react-ui-components/es/Error/style/css' {
3518
- export {};
3519
-
3520
- }
3521
- declare module '@authing/react-ui-components/es/Error/style/index' {
3522
- export {};
3523
-
3524
- }
3525
- declare module '@authing/react-ui-components/es/ForgetPassword/core/resetPassword' {
3526
- export function ResetPassword(props: any): React.DetailedReactHTMLElement<{
3527
- className: string;
3528
- }, HTMLElement>;
3529
- import React from "react";
3530
-
3531
- }
3532
- declare module '@authing/react-ui-components/es/ForgetPassword/index' {
3533
- export function GuardForgetPassword(props: any): React.DetailedReactHTMLElement<{
3534
- className: string;
3535
- }, HTMLElement>;
3536
- import React from "react";
3537
-
3538
- }
3539
- declare module '@authing/react-ui-components/es/ForgetPassword/interface' {
3540
- export {};
3541
-
3542
- }
3543
- declare module '@authing/react-ui-components/es/Guard/Guard' {
3544
- export function Guard(props: any): React.FunctionComponentElement<import("antd/lib/config-provider").ConfigProviderProps>;
3545
- import React from "react";
3546
-
3547
- }
3548
- declare module '@authing/react-ui-components/es/Guard/authClient' {
3549
- export function initGuardAuthClient(config: any, appId: any, tenantId: any): any;
3550
- export function getGuardAuthClient(): any;
3551
- export function useGuardAuthClient(): any;
3552
-
3553
- }
3554
- declare module '@authing/react-ui-components/es/Guard/config' {
3555
- export function getDefaultGuardLocalConfig(): any;
3556
-
3557
- }
3558
- declare module '@authing/react-ui-components/es/Guard/event' {
3559
- export function guardEventsFilter(props: any): any;
3560
- export function guardEventsHijacking(events: any): any;
3561
-
3562
- }
3563
- declare module '@authing/react-ui-components/es/Guard/index' {
3564
- export * from "@authing/react-ui-components/es/Guard/Guard";
3565
- export * from "@authing/react-ui-components/es/Guard/module";
3566
- export * from "@authing/react-ui-components/es/Guard/event";
3567
- export * from "@authing/react-ui-components/es/Guard/config";
3568
-
3569
- }
3570
- declare module '@authing/react-ui-components/es/Guard/module' {
3571
- export var GuardModuleType: any;
3572
-
3573
- }
3574
- declare module '@authing/react-ui-components/es/Guard/sso' {
3575
- export function trackSession(...args: any[]): any;
3576
-
3577
- }
3578
- declare module '@authing/react-ui-components/es/Guard/stateMachine' {
3579
- export var ActionType: any;
3580
- export var GuardStateMachine: any;
3581
- export function useHistoryHijack(back: any): ((...args: any[]) => void)[];
3582
- export function initGuardStateMachine(changeMouleEvent: any, initData: any): any;
3583
- export function getGuardStateMachine(): any;
3584
- export function useGuardStateMachine(): any;
3585
-
3586
- }
3587
- declare module '@authing/react-ui-components/es/Guard/style/css' {
3588
- export {};
3589
-
3590
- }
3591
- declare module '@authing/react-ui-components/es/Guard/style/index' {
3592
- export {};
3593
-
3594
- }
3595
- declare module '@authing/react-ui-components/es/IconFont/iconfont' {
3596
- export {};
3597
-
3598
- }
3599
- declare module '@authing/react-ui-components/es/IconFont/index' {
3600
- export function IconFont(_ref: any): React.ReactSVGElement;
3601
- import React from "react";
3602
-
3603
- }
3604
- declare module '@authing/react-ui-components/es/IconFont/style/css' {
3605
- export {};
3606
-
3607
- }
3608
- declare module '@authing/react-ui-components/es/IconFont/style/index' {
3609
- export {};
3610
-
3611
- }
3612
- declare module '@authing/react-ui-components/es/IconFont/svg' {
3613
- export var svgStr: string;
3614
-
3615
- }
3616
- declare module '@authing/react-ui-components/es/ImagePro/index' {
3617
- export function ImagePro(props: any): React.DetailedReactHTMLElement<{
3618
- style: {
3619
- width: number;
3620
- height: number;
3621
- };
3622
- className: string;
3623
- }, HTMLElement>;
3624
- import React from "react";
3625
-
3626
- }
3627
- declare module '@authing/react-ui-components/es/ImagePro/style/css' {
3628
- export {};
3629
-
3630
- }
3631
- declare module '@authing/react-ui-components/es/ImagePro/style/index' {
3632
- export {};
3633
-
3634
- }
3635
- declare module '@authing/react-ui-components/es/InputNumber/index' {
3636
- export var InputNumber: React.ForwardRefExoticComponent<React.RefAttributes<any>>;
3637
- import React from "react";
3638
-
3639
- }
3640
- declare module '@authing/react-ui-components/es/InputPassword/index' {
3641
- export var InputPassword: React.ForwardRefExoticComponent<React.RefAttributes<any>>;
3642
- import React from "react";
3643
-
3644
- }
3645
- declare module '@authing/react-ui-components/es/Login/codemap' {
3646
- export var codeMap: {};
3647
-
3648
- }
3649
- declare module '@authing/react-ui-components/es/Login/core/withAD' {
3650
- export function LoginWithAD(props: any): React.DetailedReactHTMLElement<{
3651
- className: string;
3652
- }, HTMLElement>;
3653
- import React from "react";
3654
-
3655
- }
3656
- declare module '@authing/react-ui-components/es/Login/core/withAppQrcode' {
3657
- export function LoginWithAppQrcode(props: any): React.DetailedReactHTMLElement<{
3658
- className: string;
3659
- }, HTMLElement>;
3660
- import React from "react";
3661
-
3662
- }
3663
- declare module '@authing/react-ui-components/es/Login/core/withLDAP' {
3664
- export function LoginWithLDAP(props: any): React.DetailedReactHTMLElement<{
3665
- className: string;
3666
- }, HTMLElement>;
3667
- import React from "react";
3668
-
3669
- }
3670
- declare module '@authing/react-ui-components/es/Login/core/withPassword/FormItemAccount' {
3671
- export function FormItemAccount(props: any): React.FunctionComponentElement<{}>;
3672
- import React from "react";
3673
-
3674
- }
3675
- declare module '@authing/react-ui-components/es/Login/core/withPassword/GraphicVerifyCode' {
3676
- export function GraphicVerifyCode(props: any): React.DetailedReactHTMLElement<{
3677
- className: string;
3678
- }, HTMLElement>;
3679
- import React from "react";
3680
-
3681
- }
3682
- declare module '@authing/react-ui-components/es/Login/core/withPassword/InputAccount' {
3683
- export function InputAccount(props: any): React.FunctionComponentElement<{}>;
3684
- import React from "react";
3685
-
3686
- }
3687
- declare module '@authing/react-ui-components/es/Login/core/withPassword/index' {
3688
- export function LoginWithPassword(props: any): React.DetailedReactHTMLElement<{
3689
- className: string;
3690
- }, HTMLElement>;
3691
- import React from "react";
3692
-
3693
- }
3694
- declare module '@authing/react-ui-components/es/Login/core/withPhonecode' {
3695
- export function LoginWithPhoneCode(props: any): React.DetailedReactHTMLElement<{
3696
- className: string;
3697
- }, HTMLElement>;
3698
- import React from "react";
3699
-
3700
- }
3701
- declare module '@authing/react-ui-components/es/Login/core/withWechatMiniQrcode' {
3702
- export function LoginWithWechatMiniQrcode(props: any): React.DetailedReactHTMLElement<{
3703
- className: string;
3704
- }, HTMLElement>;
3705
- import React from "react";
3706
-
3707
- }
3708
- declare module '@authing/react-ui-components/es/Login/core/withWechatmpQrcode' {
3709
- export function LoginWithWechatmpQrcode(props: any): React.DetailedReactHTMLElement<{
3710
- className: string;
3711
- }, HTMLElement>;
3712
- import React from "react";
3713
-
3714
- }
3715
- declare module '@authing/react-ui-components/es/Login/index' {
3716
- export function GuardLoginView(props: any): React.DetailedReactHTMLElement<{
3717
- className: string;
3718
- }, HTMLElement>;
3719
- import React from "react";
3720
-
3721
- }
3722
- declare module '@authing/react-ui-components/es/Login/interface' {
3723
- export function getDefaultLoginConfig(): any;
3724
-
3725
- }
3726
- declare module '@authing/react-ui-components/es/Login/socialLogin/index' {
3727
- export function SocialLogin(_ref: any): React.FunctionComponentElement<{}>;
3728
- import React from "react";
3729
-
3730
- }
3731
- declare module '@authing/react-ui-components/es/Login/style/css' {
3732
- export {};
3733
-
3734
- }
3735
- declare module '@authing/react-ui-components/es/Login/style/index' {
3736
- export {};
3737
-
3738
- }
3739
- declare module '@authing/react-ui-components/es/MFA/VerifyCodeInput/VerifyCodeFormItem' {
3740
- export function VerifyCodeFormItem(props: any): React.FunctionComponentElement<import("antd/lib/form").FormItemProps<unknown>>;
3741
- import React from "react";
3742
-
3743
- }
3744
- declare module '@authing/react-ui-components/es/MFA/VerifyCodeInput/index' {
3745
- export function VerifyCodeInput(_ref: any): React.DetailedReactHTMLElement<any, HTMLElement>;
3746
- import React from "react";
3747
-
3748
- }
3749
- declare module '@authing/react-ui-components/es/MFA/codemap' {
3750
- export var codeMap: {
3751
- 2021: {
3752
- action: string;
3753
- module: GuardModuleType;
3754
- };
3755
- 1700: {
3756
- action: string;
3757
- message: string;
3758
- };
3759
- 1701: {
3760
- action: string;
3761
- message: string;
3762
- };
3763
- 1702: {
3764
- action: string;
3765
- message: string;
3766
- };
3767
- 500: {
3768
- action: string;
3769
- };
3770
- 6001: {
3771
- action: string;
3772
- };
3773
- };
3774
- import { GuardModuleType } from "@authing/react-ui-components/es/Guard/module";
3775
-
3776
- }
3777
- declare module '@authing/react-ui-components/es/MFA/core/email' {
3778
- export function BindMFAEmail(_ref: any): React.FunctionComponentElement<{}>;
3779
- export function VerifyMFAEmail(_ref4: any): React.FunctionComponentElement<{}>;
3780
- export function MFAEmail(_ref7: any): React.FunctionComponentElement<{}>;
3781
- import React from "react";
3782
-
3783
- }
3784
- declare module '@authing/react-ui-components/es/MFA/core/face' {
3785
- export function MFAFace(props: any): React.DetailedReactHTMLElement<React.HTMLAttributes<HTMLElement>, HTMLElement>;
3786
- import React from "react";
3787
-
3788
- }
3789
- declare module '@authing/react-ui-components/es/MFA/core/face_deps' {
3790
- export function getFaceDetectorOptions(): TinyFaceDetectorOptions;
3791
- export function getCurrentFaceDetectionNet(): import("face-api.js").TinyFaceDetector;
3792
- export function isFaceDetectionModelLoaded(): boolean;
3793
- export function dataURItoBlob(base64Data: any): Blob;
3794
- export namespace devicesConstraints {
3795
- namespace video {
3796
- const width: number;
3797
- const height: number;
3798
- }
3799
- }
3800
- export var FACE_SCORE: number;
3801
- import { TinyFaceDetectorOptions } from "face-api.js/build/commonjs/tinyFaceDetector/TinyFaceDetectorOptions";
3802
-
3803
- }
3804
- declare module '@authing/react-ui-components/es/MFA/core/sms' {
3805
- export function BindMFASms(_ref: any): React.FunctionComponentElement<{}>;
3806
- export function VerifyMFASms(_ref4: any): React.FunctionComponentElement<{}>;
3807
- export function MFASms(_ref7: any): React.FunctionComponentElement<{}>;
3808
- import React from "react";
3809
-
3810
- }
3811
- declare module '@authing/react-ui-components/es/MFA/core/totp' {
3812
- export function BindMFATotp(_ref: any): React.FunctionComponentElement<{}>;
3813
- export function VerifyMFATotp(_ref2: any): React.FunctionComponentElement<{}>;
3814
- export function MFATotp(_ref4: any): React.FunctionComponentElement<{}>;
3815
- import React from "react";
3816
-
3817
- }
3818
- declare module '@authing/react-ui-components/es/MFA/index' {
3819
- export function GuardMFAView(_ref5: any): React.DetailedReactHTMLElement<{
3820
- className: string;
3821
- }, HTMLElement>;
3822
- import React from "react";
3823
-
3824
- }
3825
- declare module '@authing/react-ui-components/es/MFA/interface' {
3826
- export function getDefaultMFAConfig(): any;
3827
- export var MFAType: any;
3828
-
3829
- }
3830
- declare module '@authing/react-ui-components/es/MFA/mfaMethods/index' {
3831
- export function MFAMethods(_ref: any): React.FunctionComponentElement<{}>;
3832
- import React from "react";
3833
-
3834
- }
3835
- declare module '@authing/react-ui-components/es/MFA/style/css' {
3836
- export {};
3837
-
3838
- }
3839
- declare module '@authing/react-ui-components/es/MFA/style/index' {
3840
- export {};
3841
-
3842
- }
3843
- declare module '@authing/react-ui-components/es/NeedHelpView/core/describeQuestions' {
3844
- export function DescribeQuestions(props: any): React.DetailedReactHTMLElement<{
3845
- className: string;
3846
- }, HTMLElement>;
3847
- import React from "react";
3848
-
3849
- }
3850
- declare module '@authing/react-ui-components/es/NeedHelpView/index' {
3851
- export function GuardNeedHelpView(props: any): React.DetailedReactHTMLElement<{
3852
- className: string;
3853
- }, HTMLElement>;
3854
- import React from "react";
3855
-
3856
- }
3857
- declare module '@authing/react-ui-components/es/RecoveryCode/core/useCode' {
3858
- export function UseCode(_ref: any): React.FunctionComponentElement<{}>;
3859
- import React from "react";
3860
-
3861
- }
3862
- declare module '@authing/react-ui-components/es/RecoveryCode/index' {
3863
- export function GuardRecoveryCodeView(_ref: any): React.DetailedReactHTMLElement<{
3864
- className: string;
3865
- }, HTMLElement>;
3866
- import React from "react";
3867
-
3868
- }
3869
- declare module '@authing/react-ui-components/es/RecoveryCode/interface' {
3870
- export function getDefaultRecoveryCodeConfig(): any;
3871
-
3872
- }
3873
- declare module '@authing/react-ui-components/es/RecoveryCode/style/css' {
3874
- export {};
3875
-
3876
- }
3877
- declare module '@authing/react-ui-components/es/RecoveryCode/style/index' {
3878
- export {};
3879
-
3880
- }
3881
- declare module '@authing/react-ui-components/es/Register/codemap' {
3882
- export var codeMap: {};
3883
-
3884
- }
3885
- declare module '@authing/react-ui-components/es/Register/components/Agreements/index' {
3886
- export function Agreements(_ref: any): React.DetailedReactHTMLElement<{
3887
- className: string;
3888
- }, HTMLElement>;
3889
- import React from "react";
3890
-
3891
- }
3892
- declare module '@authing/react-ui-components/es/Register/core/WithEmail' {
3893
- export function RegisterWithEmail(_ref: any): React.DetailedReactHTMLElement<{
3894
- className: string;
3895
- }, HTMLElement>;
3896
- import React from "react";
3897
-
3898
- }
3899
- declare module '@authing/react-ui-components/es/Register/core/WithPhone' {
3900
- export function RegisterWithPhone(_ref: any): React.DetailedReactHTMLElement<{
3901
- className: string;
3902
- }, HTMLElement>;
3903
- import React from "react";
3904
-
3905
- }
3906
- declare module '@authing/react-ui-components/es/Register/index' {
3907
- export function GuardRegisterView(_ref: any): React.DetailedReactHTMLElement<{
3908
- className: string;
3909
- }, HTMLElement>;
3910
- import React from "react";
3911
-
3912
- }
3913
- declare module '@authing/react-ui-components/es/Register/interface' {
3914
- export function getDefaultRegisterConfig(): any;
3915
-
3916
- }
3917
- declare module '@authing/react-ui-components/es/Register/style/css' {
3918
- export {};
3919
-
3920
- }
3921
- declare module '@authing/react-ui-components/es/Register/style/index' {
3922
- export {};
3923
-
3924
- }
3925
- declare module '@authing/react-ui-components/es/SendCode/SendCodeBtn' {
3926
- export function SendCodeBtn(props: any): React.FunctionComponentElement<Partial<{
3927
- href: string;
3928
- target?: string | undefined;
3929
- onClick?: ((event: React.MouseEvent<HTMLElement, MouseEvent>) => void) | undefined;
3930
- } & import("antd/lib/button/button").BaseButtonProps & Pick<React.AnchorHTMLAttributes<any>, "onLoad" | "children" | "lang" | "slot" | "style" | "title" | "dir" | "onChange" | "onBlur" | "id" | "target" | "color" | "className" | "download" | "href" | "hrefLang" | "media" | "ping" | "rel" | "referrerPolicy" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "draggable" | "hidden" | "placeholder" | "spellCheck" | "tabIndex" | "translate" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlurCapture" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture"> & {
3931
- htmlType?: "button" | "submit" | "reset" | undefined;
3932
- onClick?: ((event: React.MouseEvent<HTMLElement, MouseEvent>) => void) | undefined;
3933
- } & Pick<React.ButtonHTMLAttributes<any>, "onLoad" | "value" | "children" | "lang" | "form" | "slot" | "style" | "title" | "dir" | "onChange" | "onBlur" | "id" | "name" | "color" | "className" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "draggable" | "hidden" | "placeholder" | "spellCheck" | "tabIndex" | "translate" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlurCapture" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "autoFocus" | "disabled" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget">> & React.RefAttributes<HTMLElement>>;
3934
- import React from "react";
3935
-
3936
- }
3937
- declare module '@authing/react-ui-components/es/SendCode/index' {
3938
- export function SendCode(_ref: any): React.FunctionComponentElement<{}>;
3939
- import React from "react";
3940
-
3941
- }
3942
- declare module '@authing/react-ui-components/es/SendCode/style/css' {
3943
- export {};
3944
-
3945
- }
3946
- declare module '@authing/react-ui-components/es/SendCode/style/index' {
3947
- export {};
3948
-
3949
- }
3950
- declare module '@authing/react-ui-components/es/ShieldSpin/index' {
3951
- export function ShieldSpin(props: any): React.DetailedReactHTMLElement<{
3952
- style: {
3953
- width: any;
3954
- height: any;
3955
- };
3956
- }, HTMLElement>;
3957
- export function Spin(): React.DetailedReactHTMLElement<{
3958
- className: string;
3959
- }, HTMLElement>;
3960
- import React from "react";
3961
-
3962
- }
3963
- declare module '@authing/react-ui-components/es/SubmitButton/index' {
3964
- var _default: React.ForwardRefExoticComponent<Pick<any, string | number | symbol> & React.RefAttributes<any>>;
3965
- export default _default;
3966
- import React from "react";
3967
-
3968
- }
3969
- declare module '@authing/react-ui-components/es/SubmitSuccess/index' {
3970
- export function GuardSubmitSuccessView(props: any): React.DetailedReactHTMLElement<{
3971
- className: string;
3972
- }, HTMLElement>;
3973
- import React from "react";
3974
-
3975
- }
3976
- declare module '@authing/react-ui-components/es/SubmitSuccess/interface' {
3977
- export {};
3978
-
3979
- }
3980
- declare module '@authing/react-ui-components/es/Type/index' {
3981
- export function getDefaultG2Config(): {
3982
- lang: string;
3983
- langRange: string[];
3984
- title: string;
3985
- escCloseable: boolean;
3986
- clickCloseable: boolean;
3987
- mode: GuardMode;
3988
- host: string;
3989
- logo: string;
3990
- };
3991
- import { GuardMode } from "@authing/react-ui-components/es/AuthingGuard/types/GuardConfig";
3992
-
3993
- }
3994
- declare module '@authing/react-ui-components/es/ValidatorRules/PasswordFormItem' {
3995
- export function PasswordFormItem(props: any): React.FunctionComponentElement<import("antd/lib/form").FormItemProps<unknown>>;
3996
- import React from "react";
3997
-
3998
- }
3999
- declare module '@authing/react-ui-components/es/ValidatorRules/ValidatorFormItem' {
4000
- export var EmailFormItem: React.ForwardRefExoticComponent<React.RefAttributes<any>>;
4001
- export var PhoneFormItem: React.ForwardRefExoticComponent<React.RefAttributes<any>>;
4002
- export var UserNameFormItem: React.ForwardRefExoticComponent<React.RefAttributes<any>>;
4003
- import React from "react";
4004
-
4005
- }
4006
- declare module '@authing/react-ui-components/es/ValidatorRules/index' {
4007
- export default CustomFormItem;
4008
- var CustomFormItem: typeof FormItem;
4009
- import FormItem from "antd/lib/form/FormItem";
4010
-
4011
- }
4012
- declare module '@authing/react-ui-components/es/VerifyCodeInput/index' {
4013
- export function VerifyCodeInput(_ref: any): React.DetailedReactHTMLElement<{
4014
- className: string;
4015
- }, HTMLElement>;
4016
- import React from "react";
4017
-
4018
- }
4019
- declare module '@authing/react-ui-components/es/VerifyCodeInput/style/css' {
4020
- export {};
4021
-
4022
- }
4023
- declare module '@authing/react-ui-components/es/VerifyCodeInput/style/index' {
4024
- export {};
4025
-
4026
- }
4027
- declare module '@authing/react-ui-components/es/_utils/GuardErrorCode' {
4028
- export var ErrorCode: any;
4029
-
4030
- }
4031
- declare module '@authing/react-ui-components/es/_utils/clipboard' {
4032
- export function copyToClipboard(str: any): void;
4033
-
4034
- }
4035
- declare module '@authing/react-ui-components/es/_utils/config' {
4036
- export function initConfig(_x: any, _x2: any, _x3: any, ...args: any[]): any;
4037
-
4038
- }
4039
- declare module '@authing/react-ui-components/es/_utils/context' {
4040
- export function createGuardContext(): {
4041
- Context: React.Context<undefined>;
4042
- Provider: React.Provider<undefined>;
4043
- Consumer: React.Consumer<undefined>;
4044
- };
4045
- export function usePublicConfig(): undefined;
4046
- import React from "react";
4047
-
4048
- }
4049
- declare module '@authing/react-ui-components/es/_utils/errorFace' {
4050
- export function faceErrorMessage(error: any): string;
4051
-
4052
- }
4053
- declare module '@authing/react-ui-components/es/_utils/guradHttp' {
4054
- export function GuardHttp(baseUrl: any): void;
4055
- export function initGuardHttp(baseUrl: any): any;
4056
- export function getGuardHttp(): any;
4057
- export function useGuardHttp(): any;
4058
-
4059
- }
4060
- declare module '@authing/react-ui-components/es/_utils/hooks/index' {
4061
- export function useChangeModule(): (nextModuleType: any, nextData: any) => void;
4062
- export function useAppId(appId: any): string;
4063
- export function useDebounce(fn: any, delay: any): (...args: any[]) => void;
4064
-
4065
- }
4066
- declare module '@authing/react-ui-components/es/_utils/http' {
4067
- export function requestClient(...args: any[]): any;
4068
- export namespace requestClient {
4069
- export function get(_x: any, ...args: any[]): any;
4070
- export function post(_x2: any, _x3: any, _x4: any, ...args: any[]): any;
4071
- export function postForm(_x5: any, _x6: any, _x7: any, ...args: any[]): any;
4072
- export const baseUrl: string;
4073
- export function setBaseUrl(base: any): void;
4074
- export { DEFAULT_LANG_HEADER as langHeader };
4075
- export { DEFAULT_TENANT_HEADER as tenantHeader };
4076
- export const tenantId: string;
4077
- export function setLangHeader(key: any): void;
4078
- export function setTenantHeader(key: any): void;
4079
- export function setTenantId(tenantId: any): void;
4080
- }
4081
- var DEFAULT_LANG_HEADER: string;
4082
- var DEFAULT_TENANT_HEADER: string;
4083
- export {};
4084
-
4085
- }
4086
- declare module '@authing/react-ui-components/es/_utils/index' {
4087
- export function getDeviceName(): string | null;
4088
- /**
4089
- * https://www.itranslater.com/qa/details/2115518846294557696
4090
- * Simple object check.
4091
- * @param item
4092
- * @returns {boolean}
4093
- */
4094
- export function isObject(item: any): boolean;
4095
- /**
4096
- * https://www.itranslater.com/qa/details/2115518846294557696
4097
- * Deep merge two objects.
4098
- * @param target
4099
- * @param ...sources
4100
- */
4101
- export function deepMerge(target: any, ...args: any[]): any;
4102
- export * from "@authing/react-ui-components/es/_utils/popupCenter";
4103
- export * from "@authing/react-ui-components/es/_utils/clipboard";
4104
- export namespace VALIDATE_PATTERN {
4105
- const email: RegExp;
4106
- const phone: RegExp;
4107
- const ip: RegExp;
4108
- const host: RegExp;
4109
- const username: RegExp;
4110
- }
4111
- export function validate(type: any, val: any): any;
4112
- export function getRequiredRules(msg: any): {
4113
- required: boolean;
4114
- message: any;
4115
- }[];
4116
- export function fieldRequiredRule(_fieldRequiredRule: any): {
4117
- required: boolean;
4118
- validateTrigger: string[];
4119
- message: string;
4120
- whitespace: boolean;
4121
- }[];
4122
- export function insertStyles(styles: any, recordKey: any): void;
4123
- export function removeStyles(recordKey: any): void;
4124
- export function useTitle(title: any, prefix: any): void;
4125
- export function getClassnames(classnames: any): any;
4126
- export function getUserRegisterParams(): any;
4127
- export function isWechatBrowser(): boolean;
4128
- export function assembledAppHost(identifier: any, host: any): any;
4129
- export var PasswordStrength: any;
4130
- export var PASSWORD_STRENGTH_TEXT_MAP: {};
4131
- export function getSymbolTypeLength(pwd: any): any;
4132
- export function getPasswordValidate(...args: any[]): any;
4133
- export function sleep(delay: any): any;
4134
- export function shoudGoToComplete(user: any, contextType: any, config: any): boolean;
4135
- export function tabSort(defaultValue: any, tabList: any): any;
4136
- export function mailDesensitization(mail: any): string;
4137
- export function phoneDesensitization(phone: any): any;
4138
-
4139
- }
4140
- declare module '@authing/react-ui-components/es/_utils/locales/en/index' {
4141
- export { common, login, user, map };
4142
-
4143
- }
4144
- declare module '@authing/react-ui-components/es/_utils/locales/index' {
4145
- export function changeLang(lang: any): void;
4146
- import i18n from "i18next";
4147
- export function initI18n(...args: any[]): void;
4148
- export { i18n };
4149
-
4150
- }
4151
- declare module '@authing/react-ui-components/es/_utils/locales/zh/index' {
4152
- export { common, login, user, map };
4153
-
4154
- }
4155
- declare module '@authing/react-ui-components/es/_utils/popupCenter' {
4156
- export function popupCenter(url: any, ...args: any[]): void;
4157
-
4158
- }
4159
- declare module '@authing/react-ui-components/es/context/base' {
4160
- export function createBaseContext(): (React.Context<undefined> | (() => any))[];
4161
- import React from "react";
4162
-
4163
- }
4164
- declare module '@authing/react-ui-components/es/context/global/context' {
4165
- export function useGuardContext(): any;
4166
- export function GuardContext(_ref: any): React.FunctionComponentElement<{
4167
- value: {
4168
- state: any;
4169
- dispatch: any;
4170
- getValue: (key: any) => any;
4171
- setValue: (key: any, value: any) => void;
4172
- };
4173
- }>;
4174
- import React from "react";
4175
-
4176
- }
4177
- declare module '@authing/react-ui-components/es/context/global/reducer' {
4178
- export function reducer(state: any, _ref: any): any;
4179
-
4180
- }
4181
- declare module '@authing/react-ui-components/es/context/module/context' {
4182
- export function useModule(): any;
4183
- export function ModuleContext(_ref: any): React.DetailedReactHTMLElement<React.InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>;
4184
- import React from "react";
4185
-
4186
- }
4187
- declare module '@authing/react-ui-components/es/index' {
4188
- export * from "@authing/react-ui-components/es/_utils/config";
4189
- export * from "@authing/react-ui-components/es/AuthingGuard/types/index";
4190
- export * from "@authing/react-ui-components/es/AuthingGuard/hooks/index";
4191
- export * from "@authing/react-ui-components/es/AuthingGuard/index";
4192
- export * from "@authing/react-ui-components/es/Guard/index";
4193
- export * from "@authing/react-ui-components/es/Type/index";
4194
- export * from "@authing/react-ui-components/es/version/index";
4195
-
4196
- }
4197
- declare module '@authing/react-ui-components/es/version/index' {
4198
- export default version;
4199
- import version from "@authing/react-ui-components/es/version/version";
4200
-
4201
- }
4202
- declare module '@authing/react-ui-components/es/version/version' {
4203
- var _default: "3.0.0-rc.10";
4204
- export default _default;
4205
-
4206
2920
  }
4207
2921
  declare module '@authing/react-ui-components/examples' {
4208
2922
  export {};