@authing/react-ui-components 4.0.4-alpha.0 → 4.0.4-rc.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.
Files changed (234) hide show
  1. package/lib/index.min.css +2 -2
  2. package/lib/index.min.js +1 -1
  3. package/lib/index.min.js.LICENSE.txt +0 -16
  4. package/package.json +2 -3
  5. package/types/AccountMerge/UserRadio.d.ts +5 -0
  6. package/types/AccountMerge/index.d.ts +3 -0
  7. package/types/AccountMerge/interface.d.ts +27 -0
  8. package/types/AccountMerge/utils.d.ts +3 -0
  9. package/types/AuthClientProvider/AuthClientProvider.d.ts +4 -0
  10. package/types/AuthClientProvider/context.d.ts +6 -0
  11. package/types/AuthClientProvider/index.d.ts +1 -0
  12. package/types/Back/index.d.ts +10 -0
  13. package/types/BindTotp/api/constant.d.ts +2 -0
  14. package/types/BindTotp/api/index.d.ts +19 -0
  15. package/types/BindTotp/businessRequest.d.ts +5 -0
  16. package/types/BindTotp/core/bindSuccess.d.ts +6 -0
  17. package/types/BindTotp/core/securityCode.d.ts +8 -0
  18. package/types/BindTotp/index.d.ts +3 -0
  19. package/types/BindTotp/interface.d.ts +20 -0
  20. package/types/ChangeLanguage/index.d.ts +10 -0
  21. package/types/ChangePassword/api/index.d.ts +3 -0
  22. package/types/ChangePassword/businessRequest.d.ts +9 -0
  23. package/types/ChangePassword/core/PasswordNotSafeReset.d.ts +6 -0
  24. package/types/ChangePassword/core/completePassword.d.ts +2 -0
  25. package/types/ChangePassword/core/firstLoginReset.d.ts +6 -0
  26. package/types/ChangePassword/core/rotateReset.d.ts +7 -0
  27. package/types/ChangePassword/index.d.ts +10 -0
  28. package/types/CompleteInfo/api/constant.d.ts +1 -0
  29. package/types/CompleteInfo/api/index.d.ts +4 -0
  30. package/types/CompleteInfo/api/request.d.ts +8 -0
  31. package/types/CompleteInfo/businessRequest.d.ts +9 -0
  32. package/types/CompleteInfo/core/completeInfo.d.ts +11 -0
  33. package/types/CompleteInfo/core/components/TreeSelect.d.ts +11 -0
  34. package/types/CompleteInfo/index.d.ts +11 -0
  35. package/types/CompleteInfo/interface.d.ts +99 -0
  36. package/types/CompleteInfo/utils.d.ts +22 -0
  37. package/types/CopyAbleText/index.d.ts +5 -0
  38. package/types/DownloadAuthenticator/index.d.ts +3 -0
  39. package/types/DownloadAuthenticator/interface.d.ts +12 -0
  40. package/types/Error/index.d.ts +6 -0
  41. package/types/Error/interface.d.ts +8 -0
  42. package/types/ForgetPassword/api/constant.d.ts +1 -0
  43. package/types/ForgetPassword/api/index.d.ts +1 -0
  44. package/types/ForgetPassword/api/request.d.ts +24 -0
  45. package/types/ForgetPassword/core/resetPassword.d.ts +13 -0
  46. package/types/ForgetPassword/index.d.ts +2 -0
  47. package/types/ForgetPassword/interface.d.ts +18 -0
  48. package/types/Guard/Guard.d.ts +10 -0
  49. package/types/Guard/GuardModule/stateMachine.d.ts +38 -0
  50. package/types/Guard/api/constant.d.ts +2 -0
  51. package/types/Guard/api/index.d.ts +13 -0
  52. package/types/Guard/authClient.d.ts +14 -0
  53. package/types/Guard/config.d.ts +27 -0
  54. package/types/Guard/core/componentsMapping.d.ts +8 -0
  55. package/types/Guard/core/hooks/useBusinessRequest.d.ts +14 -0
  56. package/types/Guard/core/hooks/useCss.d.ts +5 -0
  57. package/types/Guard/core/hooks/useEvents.d.ts +15 -0
  58. package/types/Guard/core/hooks/useFDA.d.ts +20 -0
  59. package/types/Guard/core/hooks/useModule.d.ts +16 -0
  60. package/types/Guard/core/hooks/useMultipleAccounts.d.ts +320 -0
  61. package/types/Guard/core/index.d.ts +8 -0
  62. package/types/Guard/core/renderContext.d.ts +7 -0
  63. package/types/Guard/core/renderModule.d.ts +10 -0
  64. package/types/Guard/core/useAppendConfig.d.ts +4 -0
  65. package/types/Guard/core/usePlugin.d.ts +3 -0
  66. package/types/Guard/event.d.ts +88 -0
  67. package/types/Guard/index.d.ts +4 -0
  68. package/types/Guard/module.d.ts +28 -0
  69. package/types/Guard/sso.d.ts +19 -0
  70. package/types/GuardButton/GuardButton.d.ts +6 -0
  71. package/types/GuardButton/index.d.ts +1 -0
  72. package/types/IconFont/iconfont.d.ts +1 -0
  73. package/types/IconFont/index.d.ts +8 -0
  74. package/types/IconFont/useGuardIconfont.d.ts +1 -0
  75. package/types/IdentityBinding/IdentityBinding.d.ts +3 -0
  76. package/types/IdentityBinding/api/index.d.ts +1 -0
  77. package/types/IdentityBinding/api/request.d.ts +1 -0
  78. package/types/IdentityBinding/businessRequest.d.ts +33 -0
  79. package/types/IdentityBinding/index.d.ts +2 -0
  80. package/types/IdentityBinding/interface.d.ts +27 -0
  81. package/types/IdentityBindingAsk/IdentityBindingAsk.d.ts +3 -0
  82. package/types/IdentityBindingAsk/api/index.d.ts +9 -0
  83. package/types/IdentityBindingAsk/index.d.ts +2 -0
  84. package/types/IdentityBindingAsk/interface.d.ts +21 -0
  85. package/types/ImagePro/index.d.ts +14 -0
  86. package/types/InputNumber/index.d.ts +5 -0
  87. package/types/InputPassword/index.d.ts +4 -0
  88. package/types/Login/api/constant.d.ts +6 -0
  89. package/types/Login/api/index.d.ts +1 -0
  90. package/types/Login/api/request.d.ts +114 -0
  91. package/types/Login/codemap.d.ts +2 -0
  92. package/types/Login/core/withAD.d.ts +21 -0
  93. package/types/Login/core/withAppQrcode.d.ts +9 -0
  94. package/types/Login/core/withLDAP.d.ts +22 -0
  95. package/types/Login/core/withPassword/FormItemAccount.d.ts +7 -0
  96. package/types/Login/core/withPassword/GraphicVerifyCode.d.ts +7 -0
  97. package/types/Login/core/withPassword/InputAccount.d.ts +7 -0
  98. package/types/Login/core/withPassword/index.d.ts +28 -0
  99. package/types/Login/core/withVerifyCode/FormItemIdentify.d.ts +11 -0
  100. package/types/Login/core/withVerifyCode/InputInternationPhone.d.ts +7 -0
  101. package/types/Login/core/withVerifyCode/VirtualDropdown.d.ts +12 -0
  102. package/types/Login/core/withVerifyCode/index.d.ts +4 -0
  103. package/types/Login/core/withVerifyCode/inputIdentify.d.ts +7 -0
  104. package/types/Login/core/withWeComQrcode.d.ts +2 -0
  105. package/types/Login/core/withWechatMiniQrcode.d.ts +11 -0
  106. package/types/Login/core/withWechatmpQrcode.d.ts +14 -0
  107. package/types/Login/hooks/useLoginMultiple.d.ts +62 -0
  108. package/types/Login/index.d.ts +3 -0
  109. package/types/Login/interface.d.ts +37 -0
  110. package/types/Login/multipleAccounts/index.d.ts +22 -0
  111. package/types/Login/multipleAccounts/panel.d.ts +45 -0
  112. package/types/Login/socialLogin/IdpButton/index.d.ts +2 -0
  113. package/types/Login/socialLogin/index.d.ts +18 -0
  114. package/types/Login/socialLogin/postMessage.d.ts +7 -0
  115. package/types/MFA/VerifyCodeInput/VerifyCodeFormItem.d.ts +8 -0
  116. package/types/MFA/VerifyCodeInput/index.d.ts +14 -0
  117. package/types/MFA/api/constant.d.ts +6 -0
  118. package/types/MFA/api/index.d.ts +2 -0
  119. package/types/MFA/api/request.d.ts +50 -0
  120. package/types/MFA/businessRequest.d.ts +46 -0
  121. package/types/MFA/codemap.d.ts +2 -0
  122. package/types/MFA/core/email.d.ts +23 -0
  123. package/types/MFA/core/face.d.ts +2 -0
  124. package/types/MFA/core/face_deps.d.ts +11 -0
  125. package/types/MFA/core/sms.d.ts +28 -0
  126. package/types/MFA/core/totp.d.ts +20 -0
  127. package/types/MFA/index.d.ts +9 -0
  128. package/types/MFA/interface.d.ts +40 -0
  129. package/types/MFA/mfaMethods/index.d.ts +8 -0
  130. package/types/NeedHelpView/api/constant.d.ts +1 -0
  131. package/types/NeedHelpView/api/index.d.ts +1 -0
  132. package/types/NeedHelpView/api/request.d.ts +12 -0
  133. package/types/NeedHelpView/core/describeQuestions.d.ts +8 -0
  134. package/types/NeedHelpView/index.d.ts +2 -0
  135. package/types/Qrcode/UiQrCode.d.ts +51 -0
  136. package/types/Qrcode/WorkQrCode.d.ts +41 -0
  137. package/types/Qrcode/api/constant.d.ts +3 -0
  138. package/types/Qrcode/api/index.d.ts +1 -0
  139. package/types/Qrcode/api/request.d.ts +44 -0
  140. package/types/Qrcode/hooks/useImage.d.ts +4 -0
  141. package/types/Qrcode/hooks/usePostQrCode.d.ts +69 -0
  142. package/types/Qrcode/hooks/usePreQrCode.d.ts +31 -0
  143. package/types/Qrcode/hooks/useStatus.d.ts +7 -0
  144. package/types/Qrcode/index.d.ts +7 -0
  145. package/types/RecoveryCode/api/constant.d.ts +1 -0
  146. package/types/RecoveryCode/api/index.d.ts +1 -0
  147. package/types/RecoveryCode/api/request.d.ts +10 -0
  148. package/types/RecoveryCode/businessRequest.d.ts +5 -0
  149. package/types/RecoveryCode/core/saveCode.d.ts +5 -0
  150. package/types/RecoveryCode/core/useCode.d.ts +7 -0
  151. package/types/RecoveryCode/index.d.ts +5 -0
  152. package/types/RecoveryCode/interface.d.ts +8 -0
  153. package/types/Register/api/constant.d.ts +2 -0
  154. package/types/Register/api/index.d.ts +2 -0
  155. package/types/Register/api/request.d.ts +57 -0
  156. package/types/Register/codemap.d.ts +2 -0
  157. package/types/Register/components/Agreements/index.d.ts +11 -0
  158. package/types/Register/core/WithCode.d.ts +17 -0
  159. package/types/Register/core/WithEmail.d.ts +11 -0
  160. package/types/Register/core/WithEmailCode.d.ts +11 -0
  161. package/types/Register/core/WithPhone.d.ts +10 -0
  162. package/types/Register/index.d.ts +2 -0
  163. package/types/Register/interface.d.ts +25 -0
  164. package/types/Register/utils.d.ts +1 -0
  165. package/types/SelfUnlock/api/index.d.ts +1 -0
  166. package/types/SelfUnlock/core/selfUnlock.d.ts +8 -0
  167. package/types/SelfUnlock/index.d.ts +2 -0
  168. package/types/SelfUnlock/interface.d.ts +15 -0
  169. package/types/SendCode/SendCodeBtn.d.ts +10 -0
  170. package/types/SendCode/SendCodeByEmail.d.ts +13 -0
  171. package/types/SendCode/SendCodeByPhone.d.ts +15 -0
  172. package/types/SendCode/api/index.d.ts +1 -0
  173. package/types/SendCode/index.d.ts +9 -0
  174. package/types/ShieldSpin/index.d.ts +7 -0
  175. package/types/SingleComponent/SingleComponent.d.ts +3 -0
  176. package/types/SingleComponent/index.d.ts +3 -0
  177. package/types/SubmitButton/index.d.ts +10 -0
  178. package/types/SubmitSuccess/index.d.ts +2 -0
  179. package/types/SubmitSuccess/interface.d.ts +17 -0
  180. package/types/Type/application.d.ts +265 -0
  181. package/types/Type/index.d.ts +84 -0
  182. package/types/UploadImage/index.d.ts +5 -0
  183. package/types/ValidatorRules/PasswordFormItem.d.ts +6 -0
  184. package/types/ValidatorRules/ValidatorFormItem.d.ts +5 -0
  185. package/types/ValidatorRules/api/index.d.ts +1 -0
  186. package/types/ValidatorRules/index.d.ts +31 -0
  187. package/types/ValidatorRules/useCheckRepeat.d.ts +1 -0
  188. package/types/VerifyCodeInput/index.d.ts +10 -0
  189. package/types/_utils/GuardErrorCode.d.ts +11 -0
  190. package/types/_utils/actions/index.d.ts +23 -0
  191. package/types/_utils/appendConfig.d.ts +4 -0
  192. package/types/_utils/clipboard.d.ts +1 -0
  193. package/types/_utils/config/index.d.ts +96 -0
  194. package/types/_utils/context.d.ts +139 -0
  195. package/types/_utils/corsVerification.d.ts +1 -0
  196. package/types/_utils/countryList.d.ts +7 -0
  197. package/types/_utils/errorFace.d.ts +12 -0
  198. package/types/_utils/facePlugin/index.d.ts +4 -0
  199. package/types/_utils/facePlugin/interface.d.ts +5 -0
  200. package/types/_utils/flowHandleStorage.d.ts +4 -0
  201. package/types/_utils/guardDocument.d.ts +3 -0
  202. package/types/_utils/guardHttp.d.ts +27 -0
  203. package/types/_utils/hooks/index.d.ts +43 -0
  204. package/types/_utils/http/api/constant.d.ts +7 -0
  205. package/types/_utils/http/api/index.d.ts +1 -0
  206. package/types/_utils/http/api/request.d.ts +72 -0
  207. package/types/_utils/http/base/index.d.ts +10 -0
  208. package/types/_utils/http/constant.d.ts +46 -0
  209. package/types/_utils/http/events/index.d.ts +16 -0
  210. package/types/_utils/http/events/modal/login.d.ts +62 -0
  211. package/types/_utils/http/events/modal/register.d.ts +73 -0
  212. package/types/_utils/http/events/utils.d.ts +25 -0
  213. package/types/_utils/http/header/index.d.ts +41 -0
  214. package/types/_utils/http/index.d.ts +6 -0
  215. package/types/_utils/http/instance.d.ts +2 -0
  216. package/types/_utils/http/interceptors/request.d.ts +6 -0
  217. package/types/_utils/http/interceptors/response.d.ts +43 -0
  218. package/types/_utils/http/utils.d.ts +20 -0
  219. package/types/_utils/http.d.ts +33 -0
  220. package/types/_utils/index.d.ts +92 -0
  221. package/types/_utils/initAppId.d.ts +7 -0
  222. package/types/_utils/locales/en-us/index.d.ts +4 -0
  223. package/types/_utils/locales/index.d.ts +7 -0
  224. package/types/_utils/locales/zh-cn/index.d.ts +4 -0
  225. package/types/_utils/locales/zh-tw/index.d.ts +4 -0
  226. package/types/_utils/logger/index.d.ts +15 -0
  227. package/types/_utils/logger/interface.d.ts +5 -0
  228. package/types/_utils/popupCenter.d.ts +9 -0
  229. package/types/_utils/responseManagement/index.d.ts +3 -0
  230. package/types/_utils/responseManagement/interface.d.ts +21 -0
  231. package/types/_utils/useErrorText.d.ts +5 -0
  232. package/types/index.d.ts +6 -0
  233. package/types/version/index.d.ts +2 -0
  234. package/types/version/version.d.ts +2 -0
@@ -0,0 +1,84 @@
1
+ import { AuthenticationClient, CommonMessage, User } from 'authing-js-sdk';
2
+ import { GuardModuleType } from '../Guard/module';
3
+ import { FacePlugin } from '../_utils/facePlugin/interface';
4
+ import { ApplicationConfig } from './application';
5
+ export * from './application';
6
+ export type { CommonMessage, User };
7
+ export declare type Lang = 'zh-CN' | 'en-US' | 'zh-TW';
8
+ export declare enum GuardMode {
9
+ Modal = "modal",
10
+ Normal = "normal"
11
+ }
12
+ export interface IG2FCProps extends IG2Events {
13
+ appId?: string;
14
+ tenantId?: string;
15
+ config?: Partial<IG2Config>;
16
+ visible?: boolean;
17
+ initData?: any;
18
+ appendConfig?: GuardAppendConfig;
19
+ facePlugin?: FacePlugin;
20
+ authClient?: AuthenticationClient;
21
+ }
22
+ export interface GuardAppendConfig {
23
+ internalRequest?: boolean;
24
+ singleComponent?: boolean;
25
+ unAuthFlow?: boolean;
26
+ publicConfig?: ApplicationConfig;
27
+ pageConfig?: GuardPageConfig;
28
+ }
29
+ export interface IG2FCViewProps extends IG2FCProps {
30
+ config: IG2Config;
31
+ }
32
+ export interface IG2Config {
33
+ title?: string;
34
+ logo?: string;
35
+ lang?: string;
36
+ langRange?: string[];
37
+ host: string;
38
+ isHost?: boolean;
39
+ mode: GuardMode;
40
+ clickCloseable: boolean;
41
+ escCloseable: boolean;
42
+ userpool?: string;
43
+ contentCss?: string;
44
+ target?: HTMLElement | string;
45
+ __internalRequest__?: boolean;
46
+ __singleComponent__?: boolean;
47
+ __unAuthFlow__?: boolean;
48
+ }
49
+ export interface IG2Events {
50
+ onLoad?: (authClient: AuthenticationClient) => void;
51
+ onLoadError?: (error: CommonMessage) => void;
52
+ onClose?: () => void;
53
+ onLangChange?: (lang: Lang) => void;
54
+ __changeModule?: (moduleName: GuardModuleType, initData?: any) => void;
55
+ }
56
+ export declare const getDefaultG2Config: () => IG2Config;
57
+ export declare const LanguageMap: any;
58
+ export declare enum InputMethod {
59
+ EmailCode = "email-code",
60
+ PhoneCode = "phone-code"
61
+ }
62
+ export declare enum GuardPageSene {
63
+ Global = "global"
64
+ }
65
+ export interface GuardPageConfig {
66
+ [GuardPageSene.Global]: {
67
+ showChangeLanguage: boolean;
68
+ defaultLanguage: Lang | 'browser';
69
+ };
70
+ }
71
+ export declare enum EmailScene {
72
+ WELCOME_EMAIL = "WELCOME_EMAIL",
73
+ FIRST_CREATED_USER = "FIRST_CREATED_USER",
74
+ REGISTER_VERIFY_CODE = "REGISTER_VERIFY_CODE",
75
+ LOGIN_VERIFY_CODE = "LOGIN_VERIFY_CODE",
76
+ MFA_VERIFY_CODE = "MFA_VERIFY_CODE",
77
+ INFORMATION_COMPLETION_VERIFY_CODE = "INFORMATION_COMPLETION_VERIFY_CODE",
78
+ FIRST_EMAIL_LOGIN_VERIFY = "FIRST_EMAIL_LOGIN_VERIFY",
79
+ CONSOLE_CONDUCTED_VERIFY = "CONSOLE_CONDUCTED_VERIFY",
80
+ RESET_PASSWORD_VERIFY_CODE = "RESET_PASSWORD_VERIFY_CODE",
81
+ EMAIL_BIND_VERIFY_CODE = "EMAIL_BIND_VERIFY_CODE",
82
+ EMAIL_UNBIND_VERIFY_CODE = "EMAIL_UNBIND_VERIFY_CODE",
83
+ SELF_UNLOCKING_VERIFY_CODE = "SELF_UNLOCKING_VERIFY_CODE"
84
+ }
@@ -0,0 +1,5 @@
1
+ import { FC } from 'react';
2
+ export declare const UploadImage: FC<{
3
+ value?: string;
4
+ onChange?: (value: string) => void;
5
+ }>;
@@ -0,0 +1,6 @@
1
+ import React from 'react';
2
+ import { PasswordFormItemProps } from '.';
3
+ export interface ExPasswordFormItemProps extends PasswordFormItemProps {
4
+ fieldRequiredRuleMessage?: string;
5
+ }
6
+ export declare const PasswordFormItem: React.FC<ExPasswordFormItemProps>;
@@ -0,0 +1,5 @@
1
+ import React from 'react';
2
+ import { ValidatorFormItemProps } from '.';
3
+ export declare const EmailFormItem: React.FC<ValidatorFormItemProps>;
4
+ export declare const PhoneFormItem: React.FC<ValidatorFormItemProps>;
5
+ export declare const UserNameFormItem: React.FC<ValidatorFormItemProps>;
@@ -0,0 +1 @@
1
+ export { validateAccountByAxios } from 'service/api';
@@ -0,0 +1,31 @@
1
+ import { FormInstance, FormItemProps } from 'antd/lib/form';
2
+ import FormItem from 'antd/lib/form/FormItem';
3
+ import { PasswordFormItem } from './PasswordFormItem';
4
+ import { EmailFormItem, PhoneFormItem, UserNameFormItem } from './ValidatorFormItem';
5
+ export interface ValidatorFormItemProps extends FormItemProps {
6
+ form?: FormInstance;
7
+ checkRepeat?: boolean;
8
+ checkExist?: boolean;
9
+ areaCode?: string;
10
+ /**
11
+ * 控制内部FormItem组件关于pattern的校验规则
12
+ */
13
+ isCheckPattern?: boolean;
14
+ }
15
+ export interface ValidatorFormItemMetaProps extends ValidatorFormItemProps {
16
+ method: 'email' | 'phone' | 'username';
17
+ }
18
+ export interface PasswordFormItemProps extends FormItemProps {
19
+ }
20
+ export interface ICheckProps {
21
+ check: (values: any) => void;
22
+ }
23
+ declare type InternalFormItemType = typeof FormItem;
24
+ interface FormItemInterface extends InternalFormItemType {
25
+ Password: typeof PasswordFormItem;
26
+ Email: typeof EmailFormItem;
27
+ Phone: typeof PhoneFormItem;
28
+ UserName: typeof UserNameFormItem;
29
+ }
30
+ declare const CustomFormItem: FormItemInterface;
31
+ export default CustomFormItem;
@@ -0,0 +1 @@
1
+ export declare const useCheckRepeat: (checkFn: (value: any, resolve: (value: unknown) => void, reject: (reason?: any) => void) => void) => (_: any, value: any) => Promise<unknown>;
@@ -0,0 +1,10 @@
1
+ import React, { FC } from 'react';
2
+ import './style.less';
3
+ interface VerifyCodeInputProps extends React.HTMLAttributes<HTMLDivElement> {
4
+ verifyCode: string[];
5
+ setVerifyCode: (code: string[]) => void;
6
+ length?: number;
7
+ onEnter?: Function;
8
+ }
9
+ export declare const VerifyCodeInput: FC<VerifyCodeInputProps>;
10
+ export {};
@@ -0,0 +1,11 @@
1
+ export declare enum ErrorCode {
2
+ OTP_MFA_CODE = 1635,
3
+ APP_MFA_CODE = 1636,
4
+ INPUT_CAPTCHACODE = 2000,
5
+ USER_EXISTENCE = 2026,
6
+ LOGIN_INVALID = 2021,
7
+ PASSWORD_ERROR = 2333,
8
+ USER_NOT_EXIST = 2004,
9
+ MULTIPLE_ERROR_LOCK = 2057,
10
+ ACCOUNT_LOCK = 2005
11
+ }
@@ -0,0 +1,23 @@
1
+ /**
2
+ * Response Action 是否为渲染信息
3
+ * @param parseStatusCode
4
+ * @returns
5
+ */
6
+ export declare const isRenderMessageByStatusCode: (parseStatusCode: number) => boolean;
7
+ /**
8
+ * Response Action 是否为内部流程状态处理(交由业务处理)
9
+ * @param parseStatusCode
10
+ * @param apiCode
11
+ */
12
+ export declare const isFlowBusinessByStatusCode: (parseStatusCode: number) => boolean;
13
+ /**
14
+ * Response Action 是否为流程结束
15
+ * @param parseStatusCode
16
+ * @param apiCode
17
+ */
18
+ export declare const isFlowEndByStatusCode: (parseStatusCode: number, apiCode: number) => boolean;
19
+ /**
20
+ * Response Action 是否为下个流程
21
+ * @param parseStatusCode
22
+ */
23
+ export declare const isNextFlowByStatusCode: (parseStatusCode: number, apiCode: number) => boolean;
@@ -0,0 +1,4 @@
1
+ import { GuardAppendConfig } from '..';
2
+ export declare const getAppendConfig: () => GuardAppendConfig;
3
+ export declare const useAppendConfig: () => GuardAppendConfig;
4
+ export declare const initAppendConfig: (appendConfig?: GuardAppendConfig) => void;
@@ -0,0 +1 @@
1
+ export declare const copyToClipboard: (str: string) => void;
@@ -0,0 +1,96 @@
1
+ /// <reference types="react" />
2
+ import { GuardComponentConfig, GuardLocalConfig } from '../../Guard/config';
3
+ import { GuardHttp } from '../guardHttp';
4
+ import { GuardPageConfig } from '../../Type';
5
+ import { ApplicationConfig, RegisterMethods } from '../../Type/application';
6
+ export declare const getPublicConfig: (appId: string) => ApplicationConfig;
7
+ export declare const setPublicConfig: (appId: string, config: ApplicationConfig) => ApplicationConfig;
8
+ export declare const useMergeDefaultConfig: (defaultConfig: GuardLocalConfig, config?: GuardComponentConfig | undefined) => GuardLocalConfig | undefined;
9
+ export declare const useMergePublicConfig: (forceUpdate: number, appId?: string | undefined, config?: GuardLocalConfig | undefined, httpClient?: GuardHttp | undefined, setError?: any) => {
10
+ host: string;
11
+ isSSO?: boolean | undefined;
12
+ defaultScenes?: import("../..").GuardModuleType | undefined;
13
+ defaultInitData?: any;
14
+ showLoading?: boolean | undefined;
15
+ loadingComponent?: import("react").ReactNode;
16
+ openEventsMapping?: boolean | undefined;
17
+ _qrCodeScanOptions?: Record<import("../../Guard/config").QrCodeScanType, import("../../Guard/config").QrCodeScanOptions> | undefined;
18
+ disableRegister?: boolean | undefined;
19
+ registerMethods?: RegisterMethods[] | undefined;
20
+ defaultRegisterMethod?: RegisterMethods | undefined;
21
+ publicKey?: string | undefined;
22
+ agreementEnabled?: boolean | undefined;
23
+ agreements?: import("../../Type").Agreement[] | undefined;
24
+ registerContext?: any;
25
+ title?: string | undefined;
26
+ logo?: string | undefined;
27
+ lang?: string | undefined;
28
+ langRange?: string[] | undefined;
29
+ isHost?: boolean | undefined;
30
+ mode: import("../../Type").GuardMode;
31
+ clickCloseable: boolean;
32
+ escCloseable: boolean;
33
+ userpool?: string | undefined;
34
+ contentCss?: string | undefined;
35
+ target?: string | HTMLElement | undefined;
36
+ __internalRequest__?: boolean | undefined;
37
+ __singleComponent__?: boolean | undefined;
38
+ __unAuthFlow__?: boolean | undefined;
39
+ autoRegister?: boolean | undefined;
40
+ disableResetPwd?: boolean | undefined;
41
+ defaultLoginMethod?: import("../../Type").LoginMethods | undefined;
42
+ loginMethods?: import("../../Type").LoginMethods[] | undefined;
43
+ passwordLoginMethods?: import("../../Type").PasswordLoginMethods[] | undefined;
44
+ socialConnections?: import("authing-js-sdk").SocialConnectionProvider[] | undefined;
45
+ socialConnectionsBtnShape?: "default" | "button" | "icon" | undefined;
46
+ enterpriseConnections?: string[] | undefined;
47
+ qrCodeScanOptions?: {
48
+ extIdpConnId?: string | undefined;
49
+ autoExchangeUserInfo?: boolean | undefined;
50
+ size?: {
51
+ height: number;
52
+ width: number;
53
+ } | undefined;
54
+ containerSize?: {
55
+ height: number;
56
+ width: number;
57
+ } | undefined;
58
+ interval?: number | undefined;
59
+ onStart?: ((timer: any) => any) | undefined;
60
+ onResult?: ((data: import("authing-js-sdk").QRCodeStatus) => any) | undefined;
61
+ onScanned?: ((userInfo: import("authing-js-sdk").QRCodeUserInfo) => any) | undefined;
62
+ onSuccess?: ((userInfo: import("authing-js-sdk").QRCodeUserInfo, ticket: string) => any) | undefined;
63
+ onCancel?: (() => any) | undefined;
64
+ onError?: ((message: string) => any) | undefined;
65
+ onExpired?: (() => any) | undefined;
66
+ onCodeShow?: ((random: string, url: string) => any) | undefined;
67
+ onCodeLoaded?: ((random: string, url: string) => any) | undefined;
68
+ onCodeLoadFailed?: ((message: string) => any) | undefined;
69
+ onCodeDestroyed?: ((random: string) => any) | undefined;
70
+ onRetry?: (() => any) | undefined;
71
+ onMfa?: ((code: number, message: string, data: Record<string, any>) => {}) | undefined;
72
+ tips?: {
73
+ title?: string | undefined;
74
+ scanned?: string | undefined;
75
+ succeed?: string | undefined;
76
+ canceled?: string | undefined;
77
+ expired?: string | undefined;
78
+ retry?: string | undefined;
79
+ failed?: string | undefined;
80
+ middleTitle?: string | undefined;
81
+ referText?: string | undefined;
82
+ } | undefined;
83
+ onAuthFlow?: ((flow: Record<string, any>) => {}) | undefined;
84
+ customData?: {
85
+ [x: string]: any;
86
+ } | undefined;
87
+ context?: {
88
+ [x: string]: any;
89
+ } | undefined;
90
+ withCustomData?: boolean | undefined;
91
+ } | undefined;
92
+ } | undefined;
93
+ export declare const getPageConfig: (appId: string) => GuardPageConfig;
94
+ export declare const setPageConfig: (appId: string, config: GuardPageConfig) => GuardPageConfig;
95
+ export declare const requestGuardPageConfig: (appId: string, httpClient: GuardHttp) => Promise<GuardPageConfig>;
96
+ export declare const useGuardPageConfig: (forceUpdate: number, appId?: string | undefined, httpClient?: GuardHttp | undefined, serError?: any) => GuardPageConfig | undefined;
@@ -0,0 +1,139 @@
1
+ import React from 'react';
2
+ import { GuardEvents, GuardLocalConfig, GuardModuleType, GuardPageConfig } from '..';
3
+ import { BackFillMultipleState, StoreInstance } from '../Guard/core/hooks/useMultipleAccounts';
4
+ import { ModuleState } from '../Guard/GuardModule/stateMachine';
5
+ import { ApplicationConfig } from '../Type/application';
6
+ import { GuardHttp } from './guardHttp';
7
+ export interface IGuardContext {
8
+ finallyConfig: GuardLocalConfig;
9
+ defaultMergedConfig: GuardLocalConfig;
10
+ publicConfig: ApplicationConfig;
11
+ httpClient: GuardHttp;
12
+ appId: string;
13
+ tenantId?: string;
14
+ initData: any;
15
+ currentModule: ModuleState;
16
+ events: Partial<GuardEvents>;
17
+ changeModule?: (moduleName: GuardModuleType, initData?: any) => Promise<void>;
18
+ backModule?: () => void;
19
+ isAuthFlow: boolean;
20
+ contextLoaded: boolean;
21
+ guardPageConfig: Partial<GuardPageConfig>;
22
+ multipleInstance: {
23
+ /**
24
+ * 多账号相关
25
+ */
26
+ isMultipleAccount: boolean;
27
+ /**
28
+ * when: 多账号页面跳转进入登录页面
29
+ * 携带的回填数据信息
30
+ */
31
+ multipleAccountData?: BackFillMultipleState;
32
+ /**
33
+ * 多账号 store 实例
34
+ */
35
+ instance?: StoreInstance;
36
+ /**
37
+ * 切换多账号 isMultipleAccount 状态
38
+ */
39
+ referMultipleState?: (type: 'login' | 'multiple') => void;
40
+ /**
41
+ * 清空回填数据
42
+ */
43
+ clearBackFillData?: () => void;
44
+ };
45
+ }
46
+ export declare const createGuardXContext: () => {
47
+ Provider: React.FC<{
48
+ value: Partial<IGuardContext>;
49
+ }>;
50
+ Consumer: React.Consumer<IGuardContext>;
51
+ };
52
+ export declare const useGuardXContext: () => {
53
+ Provider: React.FC<{
54
+ value: Partial<IGuardContext>;
55
+ }>;
56
+ Consumer: React.Consumer<IGuardContext>;
57
+ };
58
+ export interface IGuardContextProvider {
59
+ spin: boolean;
60
+ spinChange: (spin: boolean) => void;
61
+ }
62
+ export declare const useGuardButtonContext: () => {
63
+ GuardButtonProvider: React.FC<{}>;
64
+ };
65
+ export declare const useGuardButtonState: () => IGuardContextProvider;
66
+ export declare const useGuardPublicConfig: () => ApplicationConfig;
67
+ export declare const useGuardHttpClient: () => GuardHttp;
68
+ export declare const useGuardDefaultMergedConfig: () => GuardLocalConfig;
69
+ export declare const useGuardAppId: () => string;
70
+ export declare const useGuardTenantId: () => string | undefined;
71
+ export declare function useGuardInitData<T>(): T;
72
+ export declare const useGuardCurrentModule: () => ModuleState;
73
+ export declare const useGuardEvents: () => Partial<GuardEvents>;
74
+ export declare const useGuardModule: () => {
75
+ changeModule: ((moduleName: GuardModuleType, initData?: any) => Promise<void>) | undefined;
76
+ backModule: (() => void) | undefined;
77
+ };
78
+ export declare const useGuardFinallyConfig: () => GuardLocalConfig;
79
+ export declare const useGuardContextLoaded: () => boolean;
80
+ export declare const useGuardIsAuthFlow: () => boolean;
81
+ export declare const useGuardPageConfig: () => Partial<GuardPageConfig>;
82
+ /**
83
+ * 多账号登录 store 实例
84
+ */
85
+ export declare const useGuardMultipleInstance: () => {
86
+ /**
87
+ * 多账号相关
88
+ */
89
+ isMultipleAccount: boolean;
90
+ /**
91
+ * when: 多账号页面跳转进入登录页面
92
+ * 携带的回填数据信息
93
+ */
94
+ multipleAccountData?: BackFillMultipleState | undefined;
95
+ /**
96
+ * 多账号 store 实例
97
+ */
98
+ instance?: {
99
+ initStore: (appId: string, options: {
100
+ serverSideLoginMethods: import("../Guard/core/hooks/useMultipleAccounts").LoginWay[];
101
+ isInternationSms: boolean;
102
+ }) => void;
103
+ setLoginWay: (tab: "input" | "qrcode", way: import("../Guard/core/hooks/useMultipleAccounts").LoginWay, id?: string | undefined, internation?: {
104
+ phoneCountryCode: string;
105
+ areaCode: string;
106
+ } | undefined) => void;
107
+ setUserInfo: (user: Pick<import("../Guard/core/hooks/useMultipleAccounts").User & {
108
+ id: string;
109
+ }, "email" | "username" | "phone" | "photo" | "id" | "name" | "nickname" | "_updateTime" | "qrCodeId" | "areaCode">) => void;
110
+ setLoginWayByHttpData: (account: string, data: {
111
+ username?: string | undefined;
112
+ phone?: string | undefined;
113
+ email?: string | undefined;
114
+ }) => void;
115
+ setLoginWayByLDAPData: (account: string, data: {
116
+ name?: string | undefined;
117
+ phone?: string | undefined;
118
+ email?: string | undefined;
119
+ }) => void;
120
+ getMemoUser: (excludeWays?: import("../Guard/core/hooks/useMultipleAccounts").LoginWay[]) => import("../Login/multipleAccounts/panel").SelectOptions[];
121
+ getMemoSingleUser: (id: string) => {
122
+ way: import("../Guard/core/hooks/useMultipleAccounts").LoginWay;
123
+ account: string;
124
+ } | undefined;
125
+ delUserById: (id: string) => string;
126
+ getMemberState: () => boolean;
127
+ getFirstBackFillData: () => BackFillMultipleState | undefined;
128
+ getOriginAccount: () => string;
129
+ getOriginWay: () => string;
130
+ } | undefined;
131
+ /**
132
+ * 切换多账号 isMultipleAccount 状态
133
+ */
134
+ referMultipleState?: ((type: 'login' | 'multiple') => void) | undefined;
135
+ /**
136
+ * 清空回填数据
137
+ */
138
+ clearBackFillData?: (() => void) | undefined;
139
+ };
@@ -0,0 +1 @@
1
+ export declare const corsVerification: (allowedOrigins?: string[], corsWhitelist?: string[]) => void;
@@ -0,0 +1,7 @@
1
+ export interface IsoType {
2
+ iso: string;
3
+ regions: string;
4
+ regions_en: string;
5
+ phoneCountryCode: string;
6
+ }
7
+ export declare const isoInfo: IsoType[];
@@ -0,0 +1,12 @@
1
+ declare enum FaceErrorName {
2
+ NotAllowedError = "NotAllowedError",
3
+ AbortError = "AbortError",
4
+ NotReadableError = "NotReadableError",
5
+ OverconstrainedError = "OverconstrainedError",
6
+ SecurityError = "SecurityError"
7
+ }
8
+ export interface FaceErrorMessage extends DOMException {
9
+ name: FaceErrorName;
10
+ }
11
+ export declare const faceErrorMessage: (error: FaceErrorMessage) => string;
12
+ export {};
@@ -0,0 +1,4 @@
1
+ import { FacePlugin } from './interface';
2
+ export declare const getFacePlugin: () => FacePlugin | undefined;
3
+ export declare const useFacePlugin: () => FacePlugin | undefined;
4
+ export declare const initFacePlugin: (facePlugin: FacePlugin) => FacePlugin;
@@ -0,0 +1,5 @@
1
+ export interface FacePlugin {
2
+ detectSingleFace: any;
3
+ TinyFaceDetectorOptions: any;
4
+ nets: any;
5
+ }
@@ -0,0 +1,4 @@
1
+ export declare const getFlowHandle: () => string | undefined;
2
+ export declare const useFlowHandle: () => string | undefined;
3
+ export declare const updateFlowHandle: (flowHandle: string) => void;
4
+ export declare const useUpdateFlowHandle: (flowHandle: string) => void;
@@ -0,0 +1,3 @@
1
+ export declare const getGuardDocument: () => Document;
2
+ export declare const useAppendConfig: () => Document;
3
+ export declare const initGuardDocument: (document: Document) => void;
@@ -0,0 +1,27 @@
1
+ import { AuthingGuardResponse, AuthingResponse } from './http';
2
+ import { CodeAction } from './responseManagement/interface';
3
+ export declare class GuardHttp {
4
+ private requestClient;
5
+ private headers;
6
+ private responseInterceptorMap;
7
+ constructor(baseUrl?: string);
8
+ private getRequestClient;
9
+ setUserpoolId(userpoolId: string): this;
10
+ setAppId(appId: string): this;
11
+ setTenantId(tenantId: string): this;
12
+ setBaseUrl(baseUrl: string): this;
13
+ getHeaders: () => Record<string, string>;
14
+ get: <T = any>(path: string, query?: Record<string, any>, config?: any) => Promise<AuthingGuardResponse<T>>;
15
+ post: <T = any>(path: string, data: any, config?: {
16
+ headers: any;
17
+ } | undefined) => Promise<AuthingGuardResponse<T>>;
18
+ postForm: <T = any>(path: string, formData: any, config?: {
19
+ headers: any;
20
+ } | undefined) => Promise<AuthingGuardResponse<T>>;
21
+ authFlow: <T = any>(action: string, data?: any) => Promise<AuthingGuardResponse<T>>;
22
+ initErrorCodeInterceptor: (callBack: (code: CodeAction, res: AuthingResponse) => AuthingGuardResponse) => this | undefined;
23
+ responseIntercept: (res: AuthingResponse) => AuthingGuardResponse;
24
+ }
25
+ export declare const initGuardHttp: (baseUrl: string) => GuardHttp;
26
+ export declare const getGuardHttp: () => GuardHttp;
27
+ export declare const useGuardHttp: () => GuardHttp;
@@ -0,0 +1,43 @@
1
+ import { GuardLocalConfig } from '../../Guard';
2
+ import { ApplicationConfig } from '../../Type/application';
3
+ export interface PhoneValidResult {
4
+ isValid: boolean;
5
+ phoneNumber: string;
6
+ countryIso2: string;
7
+ countryIso3: string;
8
+ countryCode: string;
9
+ }
10
+ export declare const HIDE_SOCIALS: string[];
11
+ export declare const HIDE_SOCIALS_SHOWIN_ENTERPRISE: string[];
12
+ export declare const useAppId: (appId?: string | undefined) => string;
13
+ export declare const useDebounce: (fn: any, delay: number) => (...args: any[]) => void;
14
+ export declare const useMediaSize: () => {
15
+ isPhoneMedia: boolean;
16
+ };
17
+ export declare const useShaking: () => {
18
+ MountShaking: () => void;
19
+ UnMountShaking: () => void;
20
+ };
21
+ /**
22
+ * 解析手机号
23
+ * @param fieldValue 字段值
24
+ * @param areaCode 区号
25
+ * @returns
26
+ */
27
+ export declare const parsePhone: (isInternationSms: boolean, fieldValue: string, areaCode?: string) => {
28
+ countryCode: string | undefined;
29
+ phoneNumber: string;
30
+ };
31
+ export declare enum SocialConnectionEvent {
32
+ Message = "message",
33
+ Auth = "auth"
34
+ }
35
+ /**
36
+ *
37
+ * @param config
38
+ * @returns[socialConnectionObjs 社交身份源连接对象 enterpriseConnectionObjs 企业身份源连接对象 isNoMethod 是否没有身份源 ]
39
+ */
40
+ export declare const useMethod: (params: {
41
+ config: GuardLocalConfig;
42
+ publicConfig: ApplicationConfig;
43
+ }) => any;
@@ -0,0 +1,7 @@
1
+ export declare const authFlowUrl: () => string;
2
+ export declare const VerifyEmailUrl: () => string;
3
+ export declare const validateAccountUrl: () => string;
4
+ export declare const countryListsUrl: () => string;
5
+ export declare const validatePhoneCodeUrl: () => string;
6
+ export declare const validateEmailCodeUrl: () => string;
7
+ export declare const sendPhoneCodeUrl: () => string;
@@ -0,0 +1 @@
1
+ export * from './request';
@@ -0,0 +1,72 @@
1
+ import { AxiosRequestConfig } from 'axios';
2
+ import { EmailScene, SceneType } from 'components/Type';
3
+ /**
4
+ * AuthFlow 相关请求
5
+ * @param data
6
+ */
7
+ export declare const authFlowByAxios: <A = string, T = any>(data: {
8
+ action: A;
9
+ data?: any;
10
+ }, config?: AxiosRequestConfig<any> | undefined) => Promise<import("../../http").AuthingGuardResponse<T>>;
11
+ /**
12
+ * 发送邮箱验证码
13
+ * @param data
14
+ */
15
+ export declare const sendEmailCodeByAxios: (data: {
16
+ email: string;
17
+ scene: EmailScene;
18
+ }, config?: AxiosRequestConfig<any> | undefined) => Promise<import("../../http").AuthingGuardResponse<any>>;
19
+ /**
20
+ * 账号登陆前置校验
21
+ */
22
+ export interface ValidateAccountParams<T = any> {
23
+ /**
24
+ * publicConfig.userPoolId
25
+ */
26
+ userPoolId?: string;
27
+ /**
28
+ * 校验的输入值
29
+ */
30
+ key: T;
31
+ /**
32
+ * 本次校验类型
33
+ */
34
+ type: 'phone' | 'email' | 'username';
35
+ }
36
+ /**
37
+ * 登陆/注册 前置,校验(用户/手机/邮箱)是否存在/用户是否不存在
38
+ * @param params
39
+ * @returns {Promise<boolean>} 是否通过
40
+ */
41
+ export declare const validateAccountByAxios: <T = boolean>(params: ValidateAccountParams) => Promise<import("../../http").AuthingGuardResponse<T>>;
42
+ /**
43
+ * 拉取国家列表
44
+ */
45
+ export declare const getCountryLists: <T extends string>() => Promise<import("../../http").AuthingGuardResponse<Record<T, {
46
+ zh: {
47
+ [props: string]: string;
48
+ };
49
+ cn: {
50
+ [props: string]: string;
51
+ };
52
+ }>>>;
53
+ /**
54
+ * 验证手机号验证码是否正确
55
+ */
56
+ export declare const validatePhoneCodeByAxios: (data: {
57
+ phone: number | string;
58
+ phoneCode: number | string;
59
+ phoneCountryCode?: number | string;
60
+ }, config?: AxiosRequestConfig<any> | undefined) => Promise<import("../../http").AuthingGuardResponse<any>>;
61
+ /**
62
+ * 验证邮箱验证码是否正确
63
+ */
64
+ export declare const validateEmailCodeByAxios: (data: {
65
+ email: number | string;
66
+ emailCode: number | string;
67
+ }, config?: AxiosRequestConfig<any> | undefined) => Promise<import("../../http").AuthingGuardResponse<any>>;
68
+ export declare const sendSmsCodeByAxios: (data: {
69
+ phone: string;
70
+ phoneCountryCode?: string;
71
+ scene?: SceneType;
72
+ }, config?: AxiosRequestConfig<any> | undefined) => Promise<import("../../http").AuthingGuardResponse<any>>;
@@ -0,0 +1,10 @@
1
+ import { AuthenticationClient } from 'authing-js-sdk';
2
+ /**
3
+ * 修改 baseUrl 配置
4
+ */
5
+ export declare const setBaseUrl: (baseUrl: string) => void;
6
+ export declare const setAuthClient: (client: AuthenticationClient) => void;
7
+ /**
8
+ * 设置加密公钥
9
+ */
10
+ export declare const setPublishByEncrypt: (publishKey?: string | undefined) => void;