@authing/react-ui-components 4.0.0-beta.0 → 4.0.0-beta.3

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 (175) hide show
  1. package/dist/asset-manifest.json +26 -0
  2. package/dist/index.html +1 -0
  3. package/dist/static/css/2.2cdfb9d1.chunk.css +3 -0
  4. package/dist/static/css/2.2cdfb9d1.chunk.css.map +1 -0
  5. package/dist/static/css/main.f438f284.chunk.css +2 -0
  6. package/dist/static/css/main.f438f284.chunk.css.map +1 -0
  7. package/dist/static/js/2.9a1287ca.chunk.js +3 -0
  8. package/dist/static/js/2.9a1287ca.chunk.js.LICENSE.txt +112 -0
  9. package/dist/static/js/2.9a1287ca.chunk.js.map +1 -0
  10. package/dist/static/js/3.d3328d89.chunk.js +2 -0
  11. package/dist/static/js/3.d3328d89.chunk.js.map +1 -0
  12. package/dist/static/js/main.5735e6f1.chunk.js +2 -0
  13. package/dist/static/js/main.5735e6f1.chunk.js.map +1 -0
  14. package/dist/static/js/runtime-main.e75981a3.js +2 -0
  15. package/dist/static/js/runtime-main.e75981a3.js.map +1 -0
  16. package/dist/static/media/loading.3cf0104f.svg +32 -0
  17. package/lib/index.min.js +1 -1
  18. package/package.json +8 -6
  19. package/types/AuthClientProvider/AuthClientProvider.d.ts +4 -0
  20. package/types/AuthClientProvider/context.d.ts +6 -0
  21. package/types/AuthClientProvider/index.d.ts +1 -0
  22. package/types/Back/index.d.ts +10 -0
  23. package/types/BindTotp/businessRequest.d.ts +5 -0
  24. package/types/BindTotp/core/bindSuccess.d.ts +6 -0
  25. package/types/BindTotp/core/securityCode.d.ts +8 -0
  26. package/types/BindTotp/index.d.ts +3 -0
  27. package/types/BindTotp/interface.d.ts +20 -0
  28. package/types/ChangeLanguage/index.d.ts +10 -0
  29. package/types/ChangePassword/businessRequest.d.ts +9 -0
  30. package/types/ChangePassword/core/PasswordNotSafeReset.d.ts +6 -0
  31. package/types/ChangePassword/core/completePassword.d.ts +2 -0
  32. package/types/ChangePassword/core/firstLoginReset.d.ts +6 -0
  33. package/types/ChangePassword/core/rotateReset.d.ts +7 -0
  34. package/types/ChangePassword/index.d.ts +10 -0
  35. package/types/CompleteInfo/businessRequest.d.ts +9 -0
  36. package/types/CompleteInfo/core/completeInfo.d.ts +11 -0
  37. package/types/CompleteInfo/index.d.ts +11 -0
  38. package/types/CompleteInfo/interface.d.ts +99 -0
  39. package/types/CompleteInfo/utils.d.ts +16 -0
  40. package/types/CopyAbleText/index.d.ts +5 -0
  41. package/types/DownloadAuthenticator/index.d.ts +3 -0
  42. package/types/DownloadAuthenticator/interface.d.ts +12 -0
  43. package/types/Error/index.d.ts +6 -0
  44. package/types/Error/interface.d.ts +8 -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/authClient.d.ts +14 -0
  51. package/types/Guard/config.d.ts +27 -0
  52. package/types/Guard/core/index.d.ts +8 -0
  53. package/types/Guard/core/renderContext.d.ts +7 -0
  54. package/types/Guard/core/renderModule.d.ts +10 -0
  55. package/types/Guard/core/useAppendConfig.d.ts +4 -0
  56. package/types/Guard/core/usePlugin.d.ts +3 -0
  57. package/types/Guard/event.d.ts +56 -0
  58. package/types/Guard/index.d.ts +4 -0
  59. package/types/Guard/module.d.ts +28 -0
  60. package/types/Guard/sso.d.ts +19 -0
  61. package/types/GuardButton/GuardButton.d.ts +6 -0
  62. package/types/GuardButton/index.d.ts +1 -0
  63. package/types/IconFont/iconfont.d.ts +1 -0
  64. package/types/IconFont/index.d.ts +8 -0
  65. package/types/IconFont/useGuardIconfont.d.ts +1 -0
  66. package/types/IdentityBinding/IdentityBinding.d.ts +3 -0
  67. package/types/IdentityBinding/businessRequest.d.ts +33 -0
  68. package/types/IdentityBinding/index.d.ts +2 -0
  69. package/types/IdentityBinding/interface.d.ts +27 -0
  70. package/types/IdentityBindingAsk/IdentityBindingAsk.d.ts +3 -0
  71. package/types/IdentityBindingAsk/index.d.ts +2 -0
  72. package/types/IdentityBindingAsk/interface.d.ts +21 -0
  73. package/types/ImagePro/index.d.ts +14 -0
  74. package/types/InputNumber/index.d.ts +5 -0
  75. package/types/InputPassword/index.d.ts +4 -0
  76. package/types/Login/codemap.d.ts +2 -0
  77. package/types/Login/core/withAD.d.ts +12 -0
  78. package/types/Login/core/withAppQrcode.d.ts +8 -0
  79. package/types/Login/core/withLDAP.d.ts +13 -0
  80. package/types/Login/core/withPassword/FormItemAccount.d.ts +7 -0
  81. package/types/Login/core/withPassword/GraphicVerifyCode.d.ts +7 -0
  82. package/types/Login/core/withPassword/InputAccount.d.ts +7 -0
  83. package/types/Login/core/withPassword/index.d.ts +19 -0
  84. package/types/Login/core/withVerifyCode/FormItemIdentify.d.ts +11 -0
  85. package/types/Login/core/withVerifyCode/InputInternationPhone.d.ts +7 -0
  86. package/types/Login/core/withVerifyCode/VirtualDropdown.d.ts +8 -0
  87. package/types/Login/core/withVerifyCode/index.d.ts +3 -0
  88. package/types/Login/core/withVerifyCode/inputIdentify.d.ts +7 -0
  89. package/types/Login/core/withWechatMiniQrcode.d.ts +8 -0
  90. package/types/Login/core/withWechatmpQrcode.d.ts +8 -0
  91. package/types/Login/index.d.ts +3 -0
  92. package/types/Login/interface.d.ts +37 -0
  93. package/types/Login/socialLogin/IdpButton/index.d.ts +2 -0
  94. package/types/Login/socialLogin/index.d.ts +13 -0
  95. package/types/Login/socialLogin/postMessage.d.ts +7 -0
  96. package/types/MFA/VerifyCodeInput/VerifyCodeFormItem.d.ts +8 -0
  97. package/types/MFA/VerifyCodeInput/index.d.ts +14 -0
  98. package/types/MFA/businessRequest.d.ts +46 -0
  99. package/types/MFA/codemap.d.ts +2 -0
  100. package/types/MFA/core/email.d.ts +23 -0
  101. package/types/MFA/core/face.d.ts +2 -0
  102. package/types/MFA/core/face_deps.d.ts +11 -0
  103. package/types/MFA/core/sms.d.ts +28 -0
  104. package/types/MFA/core/totp.d.ts +20 -0
  105. package/types/MFA/index.d.ts +9 -0
  106. package/types/MFA/interface.d.ts +40 -0
  107. package/types/MFA/mfaMethods/index.d.ts +8 -0
  108. package/types/NeedHelpView/core/describeQuestions.d.ts +8 -0
  109. package/types/NeedHelpView/index.d.ts +2 -0
  110. package/types/RecoveryCode/businessRequest.d.ts +5 -0
  111. package/types/RecoveryCode/core/saveCode.d.ts +5 -0
  112. package/types/RecoveryCode/core/useCode.d.ts +7 -0
  113. package/types/RecoveryCode/index.d.ts +5 -0
  114. package/types/RecoveryCode/interface.d.ts +8 -0
  115. package/types/Register/codemap.d.ts +2 -0
  116. package/types/Register/components/Agreements/index.d.ts +11 -0
  117. package/types/Register/core/WithCode.d.ts +12 -0
  118. package/types/Register/core/WithEmail.d.ts +11 -0
  119. package/types/Register/core/WithEmailCode.d.ts +11 -0
  120. package/types/Register/core/WithPhone.d.ts +10 -0
  121. package/types/Register/index.d.ts +2 -0
  122. package/types/Register/interface.d.ts +25 -0
  123. package/types/Register/utils.d.ts +1 -0
  124. package/types/SelfUnlock/core/selfUnlock.d.ts +8 -0
  125. package/types/SelfUnlock/index.d.ts +2 -0
  126. package/types/SelfUnlock/interface.d.ts +15 -0
  127. package/types/SendCode/SendCodeBtn.d.ts +10 -0
  128. package/types/SendCode/SendCodeByEmail.d.ts +13 -0
  129. package/types/SendCode/SendCodeByPhone.d.ts +15 -0
  130. package/types/SendCode/index.d.ts +9 -0
  131. package/types/ShieldSpin/index.d.ts +7 -0
  132. package/types/SingleComponent/SingleComponent.d.ts +3 -0
  133. package/types/SingleComponent/index.d.ts +3 -0
  134. package/types/SubmitButton/index.d.ts +10 -0
  135. package/types/SubmitSuccess/index.d.ts +2 -0
  136. package/types/SubmitSuccess/interface.d.ts +17 -0
  137. package/types/Type/application.d.ts +251 -0
  138. package/types/Type/index.d.ts +84 -0
  139. package/types/UploadImage/index.d.ts +5 -0
  140. package/types/ValidatorRules/PasswordFormItem.d.ts +6 -0
  141. package/types/ValidatorRules/ValidatorFormItem.d.ts +5 -0
  142. package/types/ValidatorRules/index.d.ts +31 -0
  143. package/types/ValidatorRules/useCheckRepeat.d.ts +1 -0
  144. package/types/VerifyCodeInput/index.d.ts +10 -0
  145. package/types/_utils/GuardErrorCode.d.ts +11 -0
  146. package/types/_utils/appendConfig.d.ts +4 -0
  147. package/types/_utils/clipboard.d.ts +1 -0
  148. package/types/_utils/config/index.d.ts +96 -0
  149. package/types/_utils/context.d.ts +57 -0
  150. package/types/_utils/corsVerification.d.ts +1 -0
  151. package/types/_utils/countryList.d.ts +7 -0
  152. package/types/_utils/errorFace.d.ts +12 -0
  153. package/types/_utils/facePlugin/index.d.ts +4 -0
  154. package/types/_utils/facePlugin/interface.d.ts +5 -0
  155. package/types/_utils/flowHandleStorage.d.ts +4 -0
  156. package/types/_utils/guardDocument.d.ts +3 -0
  157. package/types/_utils/guardHttp.d.ts +27 -0
  158. package/types/_utils/hooks/index.d.ts +43 -0
  159. package/types/_utils/http.d.ts +33 -0
  160. package/types/_utils/index.d.ts +92 -0
  161. package/types/_utils/initAppId.d.ts +7 -0
  162. package/types/_utils/locales/en-us/index.d.ts +4 -0
  163. package/types/_utils/locales/index.d.ts +7 -0
  164. package/types/_utils/locales/zh-cn/index.d.ts +4 -0
  165. package/types/_utils/locales/zh-tw/index.d.ts +4 -0
  166. package/types/_utils/logger/index.d.ts +15 -0
  167. package/types/_utils/logger/interface.d.ts +5 -0
  168. package/types/_utils/popupCenter.d.ts +9 -0
  169. package/types/_utils/responseManagement/index.d.ts +3 -0
  170. package/types/_utils/responseManagement/interface.d.ts +21 -0
  171. package/types/_utils/useErrorText.d.ts +5 -0
  172. package/types/index.d.ts +6 -0
  173. package/types/version/index.d.ts +2 -0
  174. package/types/version/version.d.ts +2 -0
  175. package/lib/index.d.ts +0 -2679
@@ -0,0 +1,26 @@
1
+ {
2
+ "files": {
3
+ "main.css": "/static/css/main.f438f284.chunk.css",
4
+ "main.js": "/static/js/main.5735e6f1.chunk.js",
5
+ "main.js.map": "/static/js/main.5735e6f1.chunk.js.map",
6
+ "runtime-main.js": "/static/js/runtime-main.e75981a3.js",
7
+ "runtime-main.js.map": "/static/js/runtime-main.e75981a3.js.map",
8
+ "static/css/2.2cdfb9d1.chunk.css": "/static/css/2.2cdfb9d1.chunk.css",
9
+ "static/js/2.9a1287ca.chunk.js": "/static/js/2.9a1287ca.chunk.js",
10
+ "static/js/2.9a1287ca.chunk.js.map": "/static/js/2.9a1287ca.chunk.js.map",
11
+ "static/js/3.d3328d89.chunk.js": "/static/js/3.d3328d89.chunk.js",
12
+ "static/js/3.d3328d89.chunk.js.map": "/static/js/3.d3328d89.chunk.js.map",
13
+ "index.html": "/index.html",
14
+ "static/css/2.2cdfb9d1.chunk.css.map": "/static/css/2.2cdfb9d1.chunk.css.map",
15
+ "static/css/main.f438f284.chunk.css.map": "/static/css/main.f438f284.chunk.css.map",
16
+ "static/js/2.9a1287ca.chunk.js.LICENSE.txt": "/static/js/2.9a1287ca.chunk.js.LICENSE.txt",
17
+ "static/media/loading.3cf0104f.svg": "/static/media/loading.3cf0104f.svg"
18
+ },
19
+ "entrypoints": [
20
+ "static/js/runtime-main.e75981a3.js",
21
+ "static/css/2.2cdfb9d1.chunk.css",
22
+ "static/js/2.9a1287ca.chunk.js",
23
+ "static/css/main.f438f284.chunk.css",
24
+ "static/js/main.5735e6f1.chunk.js"
25
+ ]
26
+ }
@@ -0,0 +1 @@
1
+ <!doctype html><html lang="zh"><head><meta charset="utf-8"/><link rel="icon" href="https://files.authing.co/authing-console/login_logo.svg"/><meta name="viewport" content="width=device-width,initial-scale=1"/><meta name="theme-color" content="#000000"/><title>Guard Examples</title><link href="/static/css/2.2cdfb9d1.chunk.css" rel="stylesheet"><link href="/static/css/main.f438f284.chunk.css" rel="stylesheet"></head><body><div id="root"></div><script>!function(e){function t(t){for(var n,i,a=t[0],c=t[1],l=t[2],s=0,p=[];s<a.length;s++)i=a[s],Object.prototype.hasOwnProperty.call(o,i)&&o[i]&&p.push(o[i][0]),o[i]=0;for(n in c)Object.prototype.hasOwnProperty.call(c,n)&&(e[n]=c[n]);for(f&&f(t);p.length;)p.shift()();return u.push.apply(u,l||[]),r()}function r(){for(var e,t=0;t<u.length;t++){for(var r=u[t],n=!0,a=1;a<r.length;a++){var c=r[a];0!==o[c]&&(n=!1)}n&&(u.splice(t--,1),e=i(i.s=r[0]))}return e}var n={},o={1:0},u=[];function i(t){if(n[t])return n[t].exports;var r=n[t]={i:t,l:!1,exports:{}};return e[t].call(r.exports,r,r.exports,i),r.l=!0,r.exports}i.e=function(e){var t=[],r=o[e];if(0!==r)if(r)t.push(r[2]);else{var n=new Promise((function(t,n){r=o[e]=[t,n]}));t.push(r[2]=n);var u,a=document.createElement("script");a.charset="utf-8",a.timeout=120,i.nc&&a.setAttribute("nonce",i.nc),a.src=function(e){return i.p+"static/js/"+({}[e]||e)+"."+{3:"d3328d89"}[e]+".chunk.js"}(e);var c=new Error;u=function(t){a.onerror=a.onload=null,clearTimeout(l);var r=o[e];if(0!==r){if(r){var n=t&&("load"===t.type?"missing":t.type),u=t&&t.target&&t.target.src;c.message="Loading chunk "+e+" failed.\n("+n+": "+u+")",c.name="ChunkLoadError",c.type=n,c.request=u,r[1](c)}o[e]=void 0}};var l=setTimeout((function(){u({type:"timeout",target:a})}),12e4);a.onerror=a.onload=u,document.head.appendChild(a)}return Promise.all(t)},i.m=e,i.c=n,i.d=function(e,t,r){i.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:r})},i.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},i.t=function(e,t){if(1&t&&(e=i(e)),8&t)return e;if(4&t&&"object"==typeof e&&e&&e.__esModule)return e;var r=Object.create(null);if(i.r(r),Object.defineProperty(r,"default",{enumerable:!0,value:e}),2&t&&"string"!=typeof e)for(var n in e)i.d(r,n,function(t){return e[t]}.bind(null,n));return r},i.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return i.d(t,"a",t),t},i.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},i.p="/",i.oe=function(e){throw console.error(e),e};var a=this["webpackJsonp@authing/react-ui-components"]=this["webpackJsonp@authing/react-ui-components"]||[],c=a.push.bind(a);a.push=t,a=a.slice();for(var l=0;l<a.length;l++)t(a[l]);var f=c;r()}([])</script><script src="/static/js/2.9a1287ca.chunk.js"></script><script src="/static/js/main.5735e6f1.chunk.js"></script></body></html>