@authing/guard-shim-react18 4.5.47-bg.12 → 4.5.47-bg.15

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 (2) hide show
  1. package/dist/guard.min.js +108 -250
  2. package/package.json +1 -1
package/dist/guard.min.js CHANGED
@@ -1,6 +1,6 @@
1
1
  /*! For license information please see guard.min.js.LICENSE.txt */
2
2
  !function(e,t){"object"==typeof exports&&"object"==typeof module?module.exports=t(require("moment"),require("react"),require("react-dom")):"function"==typeof define&&define.amd?define(["moment","react","react-dom"],t):"object"==typeof exports?exports.GuardFactory=t(require("moment"),require("react"),require("react-dom")):e.GuardFactory=t(e.moment,e.react,e["react-dom"])}(this,((e,t,n)=>/******/(()=>{// webpackBootstrap
3
- /******/var r,o,a,i,s={
3
+ /******/var r,o,a={
4
4
  /***/8477:
5
5
  /***/e=>{"use strict";
6
6
  /* jshint node: true */var t=/(\*|\?)/g;
@@ -41,6 +41,18 @@ r=r&&n}else r=!1;else if("function"==typeof e.splice)for(r=[],t=e.length;t--;)th
41
41
  // then turn this into a regular expression for matching purposes
42
42
  return"*"===e?e:e.indexOf("*")>=0||e.indexOf("?")>=0?new RegExp(e.replace(t,".$1")):e},e.exports=function(e,t,r){var o=new n(e,r||/[\/\.]/);return void 0!==t?o.match(t):o}}
43
43
  /***/,
44
+ /***/8021:
45
+ /***/(e,t,n)=>{"use strict";
46
+ // ESM COMPAT FLAG
47
+ n.r(t),
48
+ // EXPORTS
49
+ n.d(t,{EventStreamSerde:()=>/* reexport */a});
50
+ // EXTERNAL MODULE: ./node_modules/@smithy/core/node_modules/@smithy/util-utf8/dist-es/toUtf8.browser.js
51
+ var r=n(2825),o=n(6083);
52
+ // EXTERNAL MODULE: ./node_modules/@smithy/core/node_modules/@smithy/util-utf8/dist-es/fromUtf8.browser.js
53
+ // CONCATENATED MODULE: ./node_modules/@smithy/core/dist-es/submodules/event-streams/EventStreamSerde.js
54
+ class a{marshaller;serializer;deserializer;serdeContext;defaultContentType;constructor({marshaller:e,serializer:t,deserializer:n,serdeContext:r,defaultContentType:o}){this.marshaller=e,this.serializer=t,this.deserializer=n,this.serdeContext=r,this.defaultContentType=o}async serializeEventStream({eventStream:e,requestSchema:t,initialRequest:n}){const r=this.marshaller,o=t.getEventStreamMember(),a=t.getMemberSchema(o),i=this.serializer,s=this.defaultContentType,l=Symbol("initialRequestMarker"),c={async*[Symbol.asyncIterator](){if(n){const e={":event-type":{type:"string",value:"initial-request"},":message-type":{type:"string",value:"event"},":content-type":{type:"string",value:s}};i.write(t,n);const r=i.flush();yield{[l]:!0,headers:e,body:r}}for await(const t of e)yield t}};return r.serialize(c,(e=>{if(e[l])return{headers:e.headers,body:e.body};let t="";for(const n in e)if("__type"!==n){t=n;break}const{additionalHeaders:n,body:r,eventType:o,explicitPayloadContentType:i}=this.writeEventBody(t,a,e);return{headers:{":event-type":{type:"string",value:o},":message-type":{type:"string",value:"event"},":content-type":{type:"string",value:i??s},...n},body:r}}))}async deserializeEventStream({response:e,responseSchema:t,initialResponseContainer:n}){const o=this.marshaller,a=t.getEventStreamMember(),i=t.getMemberSchema(a).getMemberSchemas(),s=Symbol("initialResponseMarker"),l=o.deserialize(e.body,(async e=>{let n="";for(const t in e)if("__type"!==t){n=t;break}const o=e[n].body;if("initial-response"===n){const e=await this.deserializer.read(t,o);return delete e[a],{[s]:!0,...e}}if(n in i){const t=i[n];if(t.isStructSchema()){const a={};let i=!1;for(const[s,l]of t.structIterator()){const{eventHeader:t,eventPayload:c}=l.getMergedTraits();if(i=i||Boolean(t||c),c)l.isBlobSchema()?a[s]=o:l.isStringSchema()?a[s]=(this.serdeContext?.utf8Encoder??r/* toUtf8 */.G)(o):l.isStructSchema()&&(a[s]=await this.deserializer.read(l,o));else if(t){const t=e[n].headers[s]?.value;null!=t&&(l.isNumericSchema()?a[s]=t&&"object"==typeof t&&"bytes"in t?BigInt(t.toString()):Number(t):a[s]=t)}}if(i)return{[n]:a};if(0===o.byteLength)return{[n]:{}}}return{[n]:await this.deserializer.read(t,o)}}return{$unknown:e}})),c=l[Symbol.asyncIterator](),u=await c.next();if(u.done)return l;if(u.value?.[s]){if(!t)throw new Error("@smithy::core/protocols - initial-response event encountered in event stream but no response schema given.");for(const e in u.value)n[e]=u.value[e]}return{async*[Symbol.asyncIterator](){for(u?.value?.[s]||(yield u.value);;){const{done:e,value:t}=await c.next();if(e)break;yield t}}}}writeEventBody(e,t,n){const r=this.serializer;let a,i=e,s=null;const l={};if(t.getSchema()[4].includes(e)){const o=t.getMemberSchema(e);if(o.isStructSchema()){for(const[t,r]of o.structIterator()){const{eventHeader:o,eventPayload:a}=r.getMergedTraits();if(a)s=t;else if(o){const o=n[e][t];let a="binary";r.isNumericSchema()?a=(-2)**31<=o&&o<=2**31-1?"integer":"long":r.isTimestampSchema()?a="timestamp":r.isStringSchema()?a="string":r.isBooleanSchema()&&(a="boolean"),null!=o&&(l[t]={type:a,value:o},delete n[e][t])}}if(null!==s){const t=o.getMemberSchema(s);t.isBlobSchema()?a="application/octet-stream":t.isStringSchema()&&(a="text/plain"),r.write(t,n[e][s])}else r.write(o,n[e])}else{if(!o.isUnitSchema())throw new Error("@smithy/core/event-streams - non-struct member not supported in event stream union.");r.write(o,{})}}else{const[t,o]=n[e];i=t,r.write(15,o)}const c=r.flush()??new Uint8Array;return{body:"string"==typeof c?(this.serdeContext?.utf8Decoder??o/* fromUtf8 */.$)(c):c,eventType:i,explicitPayloadContentType:a,additionalHeaders:l}}}}// CONCATENATED MODULE: ./node_modules/@smithy/core/dist-es/submodules/event-streams/index.js
55
+ /***/,
44
56
  /***/6083:
45
57
  /***/(e,t,n)=>{"use strict";
46
58
  /* harmony export */n.d(t,{
@@ -18525,20 +18537,20 @@ case"INPUT":case"TEXTAREA":t.blur();break;default:t=null}return e.removeAllRange
18525
18537
  /***/432:
18526
18538
  /***/e=>{e.exports=function(e){return e&&e.__esModule?e:{default:e}},e.exports.__esModule=!0,e.exports.default=e.exports}
18527
18539
  /***/
18528
- /******/},l={};
18540
+ /******/},i={};
18529
18541
  /************************************************************************/
18530
18542
  /******/ // The module cache
18531
18543
  /******/
18532
18544
  /******/
18533
18545
  /******/ // The require function
18534
- /******/function c(e){
18546
+ /******/function s(e){
18535
18547
  /******/ // Check if module is in cache
18536
- /******/var t=l[e];
18548
+ /******/var t=i[e];
18537
18549
  /******/if(void 0!==t)
18538
18550
  /******/return t.exports;
18539
18551
  /******/
18540
18552
  /******/ // Create a new module (and put it into the cache)
18541
- /******/var n=l[e]={
18553
+ /******/var n=i[e]={
18542
18554
  /******/id:e,
18543
18555
  /******/loaded:!1,
18544
18556
  /******/exports:{}
@@ -18548,25 +18560,26 @@ case"INPUT":case"TEXTAREA":t.blur();break;default:t=null}return e.removeAllRange
18548
18560
  /******/
18549
18561
  /******/
18550
18562
  /******/ // Return the exports of the module
18551
- /******/return s[e].call(n.exports,n,n.exports,c),
18563
+ /******/return a[e].call(n.exports,n,n.exports,s),
18552
18564
  /******/
18553
18565
  /******/ // Flag the module as loaded
18554
18566
  /******/n.loaded=!0,n.exports;
18555
18567
  /******/}
18556
18568
  /******/
18557
- /******/ // expose the modules object (__webpack_modules__)
18558
- /******/c.m=s,
18559
- /******/c.amdD=function(){
18569
+ /************************************************************************/
18570
+ /******/ /* webpack/runtime/amd define */
18571
+ /******/
18572
+ /******/s.amdD=function(){
18560
18573
  /******/throw new Error("define cannot be used indirect");
18561
18574
  /******/},
18562
- /******/c.amdO={},
18575
+ /******/s.amdO={},
18563
18576
  /******/ // getDefaultExport function for compatibility with non-harmony modules
18564
- /******/c.n=e=>{
18577
+ /******/s.n=e=>{
18565
18578
  /******/var t=e&&e.__esModule?
18566
18579
  /******/()=>e.default
18567
18580
  /******/:()=>e
18568
18581
  /******/;
18569
- /******/return c.d(t,{a:t}),t;
18582
+ /******/return s.d(t,{a:t}),t;
18570
18583
  /******/},
18571
18584
  /******/
18572
18585
  /******/ /* webpack/runtime/create fake namespace object */
@@ -18578,7 +18591,7 @@ case"INPUT":case"TEXTAREA":t.blur();break;default:t=null}return e.removeAllRange
18578
18591
  /******/ // mode & 4: return value when already ns object
18579
18592
  /******/ // mode & 16: return value when it's Promise-like
18580
18593
  /******/ // mode & 8|1: behave like require
18581
- /******/c.t=function(e,t){
18594
+ /******/s.t=function(e,t){
18582
18595
  /******/if(
18583
18596
  /******/1&t&&(e=this(e)),8&t)return e;
18584
18597
  /******/if("object"==typeof e&&e){
@@ -18586,7 +18599,7 @@ case"INPUT":case"TEXTAREA":t.blur();break;default:t=null}return e.removeAllRange
18586
18599
  /******/if(16&t&&"function"==typeof e.then)return e;
18587
18600
  /******/}
18588
18601
  /******/var n=Object.create(null);
18589
- /******/c.r(n);
18602
+ /******/s.r(n);
18590
18603
  /******/var a={};
18591
18604
  /******/r=r||[null,o({}),o([]),o(o)];
18592
18605
  /******/for(var i=2&t&&e;"object"==typeof i&&!~r.indexOf(i);i=o(i))
@@ -18594,29 +18607,16 @@ case"INPUT":case"TEXTAREA":t.blur();break;default:t=null}return e.removeAllRange
18594
18607
  /******/
18595
18608
  /******/
18596
18609
  /******/return a.default=()=>e
18597
- /******/,c.d(n,a),n;
18610
+ /******/,s.d(n,a),n;
18598
18611
  /******/},
18599
18612
  /******/ // define getter functions for harmony exports
18600
- /******/c.d=(e,t)=>{
18613
+ /******/s.d=(e,t)=>{
18601
18614
  /******/for(var n in t)
18602
- /******/c.o(t,n)&&!c.o(e,n)&&
18615
+ /******/s.o(t,n)&&!s.o(e,n)&&
18603
18616
  /******/Object.defineProperty(e,n,{enumerable:!0,get:t[n]})
18604
18617
  /******/;
18605
18618
  /******/},
18606
- /******/c.f={},
18607
- /******/ // This file contains only the entry chunk.
18608
- /******/ // The chunk loading function for additional chunks
18609
- /******/c.e=e=>Promise.all(Object.keys(c.f).reduce(((t,n)=>(
18610
- /******/c.f[n](e,t),t)
18611
- /******/),[]))
18612
- /******/,
18613
- /******/ // This function allow to reference async chunks
18614
- /******/c.u=e=>e+".guard.min.js"
18615
- /******/,
18616
- /******/ // This function allow to reference async chunks
18617
- /******/c.miniCssF=e=>{}
18618
- /******/,
18619
- /******/c.g=function(){
18619
+ /******/s.g=function(){
18620
18620
  /******/if("object"==typeof globalThis)return globalThis;
18621
18621
  /******/try{
18622
18622
  /******/return this||new Function("return this")();
@@ -18624,224 +18624,82 @@ case"INPUT":case"TEXTAREA":t.blur();break;default:t=null}return e.removeAllRange
18624
18624
  /******/if("object"==typeof window)return window;
18625
18625
  /******/}
18626
18626
  /******/}(),
18627
- /******/c.o=(e,t)=>Object.prototype.hasOwnProperty.call(e,t)
18628
- /******/,
18629
- /******/
18630
- /******/ /* webpack/runtime/load script */
18631
- /******/a={},i="GuardFactory:",
18632
- /******/ // loadScript function to load a script via script tag
18633
- /******/c.l=(e,t,n,r)=>{
18634
- /******/if(a[e])a[e].push(t);else{
18635
- /******/var o,s;
18636
- /******/if(void 0!==n)
18637
- /******/for(
18638
- /******/var l=document.getElementsByTagName("script"),u=0;u<l.length;u++){
18639
- /******/var d=l[u];
18640
- /******/if(d.getAttribute("src")==e||d.getAttribute("data-webpack")==i+n){o=d;break}
18641
- /******/}
18642
- /******/
18643
- /******/o||(
18644
- /******/s=!0,
18645
- /******/
18646
- /******/(
18647
- /******/o=document.createElement("script")).charset="utf-8",
18648
- /******/o.timeout=120,
18649
- /******/c.nc&&
18650
- /******/o.setAttribute("nonce",c.nc)
18651
- /******/,o.setAttribute("data-webpack",i+n),
18652
- /******/o.src=e)
18653
- /******/,a[e]=[t];
18654
- /******/var p=(t,n)=>{
18655
- /******/ // avoid mem leaks in IE.
18656
- /******/o.onerror=o.onload=null,
18657
- /******/clearTimeout(f);
18658
- /******/var r=a[e];
18659
- /******/
18660
- /******/if(delete a[e],
18661
- /******/o.parentNode&&o.parentNode.removeChild(o),
18662
- /******/r&&r.forEach((e=>e(n))),t)return t(n);
18663
- /******/}
18664
- /******/,f=setTimeout(p.bind(null,void 0,{type:"timeout",target:o}),12e4);
18665
- /******/o.onerror=p.bind(null,o.onerror),
18666
- /******/o.onload=p.bind(null,o.onload),
18667
- /******/s&&document.head.appendChild(o)}}
18627
+ /******/s.o=(e,t)=>Object.prototype.hasOwnProperty.call(e,t)
18668
18628
  /******/,
18669
18629
  /******/ // define __esModule on exports
18670
- /******/c.r=e=>{
18630
+ /******/s.r=e=>{
18671
18631
  /******/"undefined"!=typeof Symbol&&Symbol.toStringTag&&
18672
18632
  /******/Object.defineProperty(e,Symbol.toStringTag,{value:"Module"})
18673
18633
  /******/,Object.defineProperty(e,"__esModule",{value:!0})}
18674
18634
  /******/,
18675
- /******/c.nmd=e=>(
18635
+ /******/s.nmd=e=>(
18676
18636
  /******/e.paths=[],
18677
18637
  /******/e.children||(e.children=[])
18678
18638
  /******/,e)
18679
- /******/,
18680
- /******/
18681
- /******/ /* webpack/runtime/publicPath */
18682
- /******/(()=>{
18683
- /******/var e;
18684
- /******/c.g.importScripts&&(e=c.g.location+"")
18685
- /******/;var t=c.g.document;
18686
- /******/if(!e&&t&&(
18687
- /******/t.currentScript&&(
18688
- /******/e=t.currentScript.src)
18689
- /******/,!e)){
18690
- /******/var n=t.getElementsByTagName("script");
18691
- /******/n.length&&(e=n[n.length-1].src
18692
- /******/)}
18693
- /******/
18694
- /******/ // When supporting browsers where an automatic publicPath is not supported you must specify an output.publicPath manually via configuration
18695
- /******/ // or pass an empty string ("") and set the __webpack_public_path__ variable from your code to use your own logic.
18696
- /******/if(!e)throw new Error("Automatic publicPath is not supported in this browser");
18697
- /******/e=e.replace(/#.*$/,"").replace(/\?.*$/,"").replace(/\/[^\/]+$/,"/"),
18698
- /******/c.p=e})
18699
- /******/(),
18700
- /******/
18701
- /******/ /* webpack/runtime/jsonp chunk loading */
18702
- /******/(()=>{
18703
- /******/ // no baseURI
18704
- /******/
18705
- /******/ // object to store loaded and loading chunks
18706
- /******/ // undefined = chunk not loaded, null = chunk preloaded/prefetched
18707
- /******/ // [resolve, reject, Promise] = chunk loading, 0 = chunk loaded
18708
- /******/var e={
18709
- /******/179:0
18710
- /******/};
18711
- /******/
18712
- /******/c.f.j=(t,n)=>{
18713
- /******/ // JSONP chunk loading for javascript
18714
- /******/var r=c.o(e,t)?e[t]:void 0;
18715
- /******/if(0!==r)// 0 means "already installed".
18716
- /******/
18717
- /******/ // a Promise means "currently loading".
18718
- /******/if(r)
18719
- /******/n.push(r[2]);
18720
- /******/else{// all chunks have JS
18721
- /******/ // setup Promise in chunk cache
18722
- /******/var o=new Promise(((n,o)=>r=e[t]=[n,o]));
18723
- /******/n.push(r[2]=o);
18724
- /******/
18725
- /******/ // start chunk loading
18726
- /******/var a=c.p+c.u(t),i=new Error;
18727
- /******/ // create error before stack unwound to get useful stacktrace later
18728
- /******/
18729
- /******/c.l(a,(n=>{
18730
- /******/if(c.o(e,t)&&(
18731
- /******/
18732
- /******/0!==(r=e[t])&&(e[t]=void 0)
18733
- /******/,r)){
18734
- /******/var o=n&&("load"===n.type?"missing":n.type),a=n&&n.target&&n.target.src;
18735
- /******/
18736
- /******/i.message="Loading chunk "+t+" failed.\n("+o+": "+a+")",
18737
- /******/i.name="ChunkLoadError",
18738
- /******/i.type=o,
18739
- /******/i.request=a,
18740
- /******/r[1](i)}
18741
- /******/
18742
- /******/}),"chunk-"+t,t)}
18743
- /******/
18744
- /******/};
18745
- /******/
18746
- /******/ // no prefetching
18747
- /******/
18748
- /******/ // no preloaded
18749
- /******/
18750
- /******/ // no HMR
18751
- /******/
18752
- /******/ // no HMR manifest
18753
- /******/
18754
- /******/ // no on chunks loaded
18755
- /******/
18756
- /******/ // install a JSONP callback for chunk loading
18757
- /******/var t=(t,n)=>{
18758
- /******/var r,o,[a,i,s]=n,l=0;
18759
- /******/ // add "moreModules" to the modules object,
18760
- /******/ // then flag all "chunkIds" as loaded and fire callback
18761
- /******/
18762
- /******/if(a.some((t=>0!==e[t]))){
18763
- /******/for(r in i)
18764
- /******/c.o(i,r)&&(
18765
- /******/c.m[r]=i[r])
18766
18639
  /******/;
18767
- /******/if(s)s(c);
18768
- /******/}
18769
- /******/
18770
- /******/for(t&&t(n);l<a.length;l++)
18771
- /******/o=a[l],
18772
- /******/c.o(e,o)&&e[o]&&
18773
- /******/e[o][0]()
18774
- /******/,e[o]=0;
18775
- /******/
18776
- /******/}
18777
- /******/
18778
- /******/,n=this.webpackChunkGuardFactory=this.webpackChunkGuardFactory||[];
18779
- /******/n.forEach(t.bind(null,0)),
18780
- /******/n.push=t.bind(null,n.push.bind(n))})
18781
- /******/();
18782
18640
  /******/
18783
18641
  /************************************************************************/
18784
- var u={};
18642
+ var l={};
18785
18643
  // This entry need to be wrapped in an IIFE because it need to be in strict mode.
18786
18644
  /******/return(()=>{"use strict";
18787
18645
  // ESM COMPAT FLAG
18788
- c.r(u),
18646
+ s.r(l),
18789
18647
  // EXPORTS
18790
- c.d(u,{AccessTokenDocument:()=>/* reexport */ht,AddMemberDocument:()=>/* reexport */V,AddNodeDocument:()=>/* reexport */q,AddNodeV2Document:()=>/* reexport */H,AddPolicyAssignmentsDocument:()=>/* reexport */G,AddUserToGroupDocument:()=>/* reexport */K,AddWhitelistDocument:()=>/* reexport */Y,AllowDocument:()=>/* reexport */J,ApiCode:()=>/* reexport */DRe,AppPasswordStrengthLimit:()=>/* reexport */ei,ApplicationType:()=>/* reexport */Ja,ArchivedUsersDocument:()=>/* reexport */mt,AssignRoleDocument:()=>/* reexport */Z,AuthClientProvider:()=>/* reexport */EL,AuthenticationClient:()=>/* reexport */ec,AuthenticationTokenProvider:()=>/* reexport */xl,AuthorizeResourceDocument:()=>/* reexport */Q,AuthorizedResourcesDocument:()=>/* reexport */Lt,AuthorizedTargetsDocument:()=>/* reexport */gt,BindEmailDocument:()=>/* reexport */X,BindPhoneDocument:()=>/* reexport */ee,ChangeMfaDocument:()=>/* reexport */te,ChangeModuleApiCodeMapping:()=>/* reexport */JRe,CheckLoginStatusDocument:()=>/* reexport */vt,CheckPasswordStrengthDocument:()=>/* reexport */yt,ChildrenNodesDocument:()=>/* reexport */bt,CodeAction:()=>/* reexport */RRe,ConfigEmailTemplateDocument:()=>/* reexport */ne,CreateFunctionDocument:()=>/* reexport */re,CreateGroupDocument:()=>/* reexport */oe,CreateOrgDocument:()=>/* reexport */ae,CreatePolicyDocument:()=>/* reexport */ie,CreateRoleDocument:()=>/* reexport */se,CreateUserDocument:()=>/* reexport */le,CreateUserWithCustomDataDocument:()=>/* reexport */ce,CreateUserpoolDocument:()=>/* reexport */ue,DeleteFunctionDocument:()=>/* reexport */de,DeleteGroupsDocument:()=>/* reexport */pe,DeleteNodeDocument:()=>/* reexport */fe,DeleteOrgDocument:()=>/* reexport */he,DeletePoliciesDocument:()=>/* reexport */me,DeletePolicyDocument:()=>/* reexport */ge,DeleteRoleDocument:()=>/* reexport */ve,DeleteRolesDocument:()=>/* reexport */ye,DeleteUserDocument:()=>/* reexport */be,DeleteUserpoolDocument:()=>/* reexport */we,DeleteUsersDocument:()=>/* reexport */Ee,DisableEmailTemplateDocument:()=>/* reexport */ke,DisbalePolicyAssignmentDocument:()=>/* reexport */Ce,EmailScene:()=>/* reexport */oc,EmailTemplateType:()=>/* reexport */P,EmailTemplatesDocument:()=>/* reexport */wt,EnableEmailTemplateDocument:()=>/* reexport */Se,EnablePolicyAssignmentDocument:()=>/* reexport */xe,FindUserDocument:()=>/* reexport */Et,FindUserWithCustomDataDocument:()=>/* reexport */kt,ForcedModifyPwdCycleUnit:()=>/* reexport */ac,FunctionDocument:()=>/* reexport */Ct,FunctionsDocument:()=>/* reexport */St,GetUserDepartmentsDocument:()=>/* reexport */xt,GetUserGroupsDocument:()=>/* reexport */_t,GetUserRolesDocument:()=>/* reexport */Tt,GroupDocument:()=>/* reexport */It,GroupWithUsersDocument:()=>/* reexport */Nt,GroupWithUsersWithCustomDataDocument:()=>/* reexport */At,GroupsDocument:()=>/* reexport */Pt,Guard:()=>/* reexport */GRe,GuardComponent:()=>/* reexport */HRe,GuardEventsCamelToKebabMapping:()=>/* reexport */DL,GuardMode:()=>/* reexport */kl,GuardModuleType:()=>/* reexport */fL,GuardPageSene:()=>/* reexport */rc,InputMethod:()=>/* reexport */tc,IsActionAllowedDocument:()=>/* reexport */Ot,IsActionDeniedDocument:()=>/* reexport */Mt,IsDomainAvaliableDocument:()=>/* reexport */Rt,IsRootNodeDocument:()=>/* reexport */Dt,IsUserExistsDocument:()=>/* reexport */Ft,LanguageMap:()=>/* reexport */lc,ListGroupAuthorizedResourcesDocument:()=>/* reexport */Bt,ListNodeByCodeAuthorizedResourcesDocument:()=>/* reexport */jt,ListNodeByIdAuthorizedResourcesDocument:()=>/* reexport */$t,ListRoleAuthorizedResourcesDocument:()=>/* reexport */Ut,ListUserAuthorizedResourcesDocument:()=>/* reexport */zt,LoginByEmailDocument:()=>/* reexport */_e,LoginByPhoneCodeDocument:()=>/* reexport */Te,LoginByPhonePasswordDocument:()=>/* reexport */Ie,LoginBySubAccountDocument:()=>/* reexport */Ne,LoginByUsernameDocument:()=>/* reexport */Ae,LoginMethods:()=>/* reexport */gl,MFAInputMethod:()=>/* reexport */nc,ManagementClient:()=>/* reexport */ml,ManagementTokenProvider:()=>/* reexport */Zi,MoveMembersDocument:()=>/* reexport */Pe,MoveNodeDocument:()=>/* reexport */Oe,NodeByCodeDocument:()=>/* reexport */Wt,NodeByCodeWithMembersDocument:()=>/* reexport */Vt,NodeByIdDocument:()=>/* reexport */qt,NodeByIdWithMembersDocument:()=>/* reexport */Ht,OIDCConnectionMode:()=>/* reexport */vl,Operator:()=>/* reexport */A,OrgDocument:()=>/* reexport */Gt,OrgsDocument:()=>/* reexport */Kt,PasswordSecurityLevel:()=>/* reexport */Za,PoliciesDocument:()=>/* reexport */Yt,PolicyAssignmentTargetType:()=>/* reexport */N,PolicyAssignmentsDocument:()=>/* reexport */Zt,PolicyDocument:()=>/* reexport */Jt,PolicyEffect:()=>/* reexport */D,PolicyWithAssignmentsDocument:()=>/* reexport */Qt,PreviewEmailDocument:()=>/* reexport */Xt,Protocol:()=>/* reexport */bl,QiniuUptokenDocument:()=>/* reexport */en,QueryMfaDocument:()=>/* reexport */tn,RefreshAccessTokenDocument:()=>/* reexport */Me,RefreshTokenDocument:()=>/* reexport */Re,RefreshUserpoolSecretDocument:()=>/* reexport */De,RegisterByEmailDocument:()=>/* reexport */Fe,RegisterByPhoneCodeDocument:()=>/* reexport */Le,RegisterByUsernameDocument:()=>/* reexport */Be,RegisterMethods:()=>/* reexport */wl,RegisterSortMethods:()=>/* reexport */El,RelayMethodEnum:()=>/* reexport */ai,RemoveMemberDocument:()=>/* reexport */je,RemovePolicyAssignmentsDocument:()=>/* reexport */$e,RemoveUdfDocument:()=>/* reexport */Ue,RemoveUdvDocument:()=>/* reexport */ze,RemoveUserFromGroupDocument:()=>/* reexport */We,RemoveWhitelistDocument:()=>/* reexport */Ve,ResetPasswordByFirstLoginTokenDocument:()=>/* reexport */He,ResetPasswordByForceResetTokenDocument:()=>/* reexport */Ge,ResetPasswordDocument:()=>/* reexport */qe,ResourceType:()=>/* reexport */I,RevokeRoleDocument:()=>/* reexport */Ke,RoleDocument:()=>/* reexport */nn,RoleWithUsersDocument:()=>/* reexport */rn,RoleWithUsersWithCustomDataDocument:()=>/* reexport */on,RolesDocument:()=>/* reexport */an,RootNodeDocument:()=>/* reexport */sn,SceneType:()=>/* reexport */oi,SearchNodesDocument:()=>/* reexport */ln,SearchUserDocument:()=>/* reexport */cn,SearchUserWithCustomDataDocument:()=>/* reexport */un,SendEmailDocument:()=>/* reexport */Ye,SendFirstLoginVerifyEmailDocument:()=>/* reexport */Je,SetMainDepartmentDocument:()=>/* reexport */Ze,SetUdfDocument:()=>/* reexport */Qe,SetUdfValueBatchDocument:()=>/* reexport */Xe,SetUdvBatchDocument:()=>/* reexport */tt,SetUdvDocument:()=>/* reexport */et,SocialConnectionProvider:()=>/* reexport */yl,SortByEnum:()=>/* reexport */O,SupportedAdminActionEnum:()=>/* reexport */Ya,SupportedUserActionEnum:()=>/* reexport */Ka,TemplateCodeDocument:()=>/* reexport */dn,UdfDataType:()=>/* reexport */R,UdfDocument:()=>/* reexport */pn,UdfTargetType:()=>/* reexport */F,UdfValueBatchDocument:()=>/* reexport */fn,UdvDocument:()=>/* reexport */hn,UnbindEmailDocument:()=>/* reexport */nt,UnbindPhoneDocument:()=>/* reexport */rt,UpdateEmailDocument:()=>/* reexport */ot,UpdateFunctionDocument:()=>/* reexport */at,UpdateGroupDocument:()=>/* reexport */it,UpdateNodeDocument:()=>/* reexport */st,UpdatePasswordDocument:()=>/* reexport */lt,UpdatePhoneDocument:()=>/* reexport */ct,UpdatePolicyDocument:()=>/* reexport */ut,UpdateRoleDocument:()=>/* reexport */dt,UpdateUserDocument:()=>/* reexport */pt,UpdateUserpoolDocument:()=>/* reexport */ft,UserBatchDocument:()=>/* reexport */gn,UserBatchWithCustomDataDocument:()=>/* reexport */vn,UserDocument:()=>/* reexport */mn,UserStatus:()=>/* reexport */M,UserWithCustomDataDocument:()=>/* reexport */yn,UserpoolDocument:()=>/* reexport */bn,UserpoolTypesDocument:()=>/* reexport */wn,UserpoolsDocument:()=>/* reexport */En,UsersDocument:()=>/* reexport */kn,UsersWithCustomDataDocument:()=>/* reexport */Cn,WhitelistDocument:()=>/* reexport */Sn,WhitelistType:()=>/* reexport */L,getDefaultG2Config:()=>/* reexport */sc,getDefaultGuardLocalConfig:()=>/* reexport */KL,getPageConfig:()=>/* reexport */cFe,getPublicConfig:()=>/* reexport */iFe,guardEventsFilter:()=>/* reexport */OL,guardEventsHijacking:()=>/* reexport */RL,setPageConfig:()=>/* reexport */uFe,setPublicConfig:()=>/* reexport */sFe,useFetchConsoleConfig:()=>/* reexport */mFe,useGlobalAuthClient:()=>/* reexport */kL,useGuardView:()=>/* reexport */f$,useMergeDefaultConfig:()=>/* reexport */fFe});
18648
+ s.d(l,{AccessTokenDocument:()=>/* reexport */ht,AddMemberDocument:()=>/* reexport */V,AddNodeDocument:()=>/* reexport */q,AddNodeV2Document:()=>/* reexport */H,AddPolicyAssignmentsDocument:()=>/* reexport */G,AddUserToGroupDocument:()=>/* reexport */K,AddWhitelistDocument:()=>/* reexport */Y,AllowDocument:()=>/* reexport */J,ApiCode:()=>/* reexport */DRe,AppPasswordStrengthLimit:()=>/* reexport */ei,ApplicationType:()=>/* reexport */Ja,ArchivedUsersDocument:()=>/* reexport */mt,AssignRoleDocument:()=>/* reexport */Z,AuthClientProvider:()=>/* reexport */EL,AuthenticationClient:()=>/* reexport */ec,AuthenticationTokenProvider:()=>/* reexport */xl,AuthorizeResourceDocument:()=>/* reexport */Q,AuthorizedResourcesDocument:()=>/* reexport */Lt,AuthorizedTargetsDocument:()=>/* reexport */gt,BindEmailDocument:()=>/* reexport */X,BindPhoneDocument:()=>/* reexport */ee,ChangeMfaDocument:()=>/* reexport */te,ChangeModuleApiCodeMapping:()=>/* reexport */JRe,CheckLoginStatusDocument:()=>/* reexport */vt,CheckPasswordStrengthDocument:()=>/* reexport */yt,ChildrenNodesDocument:()=>/* reexport */bt,CodeAction:()=>/* reexport */RRe,ConfigEmailTemplateDocument:()=>/* reexport */ne,CreateFunctionDocument:()=>/* reexport */re,CreateGroupDocument:()=>/* reexport */oe,CreateOrgDocument:()=>/* reexport */ae,CreatePolicyDocument:()=>/* reexport */ie,CreateRoleDocument:()=>/* reexport */se,CreateUserDocument:()=>/* reexport */le,CreateUserWithCustomDataDocument:()=>/* reexport */ce,CreateUserpoolDocument:()=>/* reexport */ue,DeleteFunctionDocument:()=>/* reexport */de,DeleteGroupsDocument:()=>/* reexport */pe,DeleteNodeDocument:()=>/* reexport */fe,DeleteOrgDocument:()=>/* reexport */he,DeletePoliciesDocument:()=>/* reexport */me,DeletePolicyDocument:()=>/* reexport */ge,DeleteRoleDocument:()=>/* reexport */ve,DeleteRolesDocument:()=>/* reexport */ye,DeleteUserDocument:()=>/* reexport */be,DeleteUserpoolDocument:()=>/* reexport */we,DeleteUsersDocument:()=>/* reexport */Ee,DisableEmailTemplateDocument:()=>/* reexport */ke,DisbalePolicyAssignmentDocument:()=>/* reexport */Ce,EmailScene:()=>/* reexport */oc,EmailTemplateType:()=>/* reexport */P,EmailTemplatesDocument:()=>/* reexport */wt,EnableEmailTemplateDocument:()=>/* reexport */Se,EnablePolicyAssignmentDocument:()=>/* reexport */xe,FindUserDocument:()=>/* reexport */Et,FindUserWithCustomDataDocument:()=>/* reexport */kt,ForcedModifyPwdCycleUnit:()=>/* reexport */ac,FunctionDocument:()=>/* reexport */Ct,FunctionsDocument:()=>/* reexport */St,GetUserDepartmentsDocument:()=>/* reexport */xt,GetUserGroupsDocument:()=>/* reexport */_t,GetUserRolesDocument:()=>/* reexport */Tt,GroupDocument:()=>/* reexport */It,GroupWithUsersDocument:()=>/* reexport */Nt,GroupWithUsersWithCustomDataDocument:()=>/* reexport */At,GroupsDocument:()=>/* reexport */Pt,Guard:()=>/* reexport */GRe,GuardComponent:()=>/* reexport */HRe,GuardEventsCamelToKebabMapping:()=>/* reexport */DL,GuardMode:()=>/* reexport */kl,GuardModuleType:()=>/* reexport */fL,GuardPageSene:()=>/* reexport */rc,InputMethod:()=>/* reexport */tc,IsActionAllowedDocument:()=>/* reexport */Ot,IsActionDeniedDocument:()=>/* reexport */Mt,IsDomainAvaliableDocument:()=>/* reexport */Rt,IsRootNodeDocument:()=>/* reexport */Dt,IsUserExistsDocument:()=>/* reexport */Ft,LanguageMap:()=>/* reexport */lc,ListGroupAuthorizedResourcesDocument:()=>/* reexport */Bt,ListNodeByCodeAuthorizedResourcesDocument:()=>/* reexport */jt,ListNodeByIdAuthorizedResourcesDocument:()=>/* reexport */$t,ListRoleAuthorizedResourcesDocument:()=>/* reexport */Ut,ListUserAuthorizedResourcesDocument:()=>/* reexport */zt,LoginByEmailDocument:()=>/* reexport */_e,LoginByPhoneCodeDocument:()=>/* reexport */Te,LoginByPhonePasswordDocument:()=>/* reexport */Ie,LoginBySubAccountDocument:()=>/* reexport */Ne,LoginByUsernameDocument:()=>/* reexport */Ae,LoginMethods:()=>/* reexport */gl,MFAInputMethod:()=>/* reexport */nc,ManagementClient:()=>/* reexport */ml,ManagementTokenProvider:()=>/* reexport */Zi,MoveMembersDocument:()=>/* reexport */Pe,MoveNodeDocument:()=>/* reexport */Oe,NodeByCodeDocument:()=>/* reexport */Wt,NodeByCodeWithMembersDocument:()=>/* reexport */Vt,NodeByIdDocument:()=>/* reexport */qt,NodeByIdWithMembersDocument:()=>/* reexport */Ht,OIDCConnectionMode:()=>/* reexport */vl,Operator:()=>/* reexport */A,OrgDocument:()=>/* reexport */Gt,OrgsDocument:()=>/* reexport */Kt,PasswordSecurityLevel:()=>/* reexport */Za,PoliciesDocument:()=>/* reexport */Yt,PolicyAssignmentTargetType:()=>/* reexport */N,PolicyAssignmentsDocument:()=>/* reexport */Zt,PolicyDocument:()=>/* reexport */Jt,PolicyEffect:()=>/* reexport */D,PolicyWithAssignmentsDocument:()=>/* reexport */Qt,PreviewEmailDocument:()=>/* reexport */Xt,Protocol:()=>/* reexport */bl,QiniuUptokenDocument:()=>/* reexport */en,QueryMfaDocument:()=>/* reexport */tn,RefreshAccessTokenDocument:()=>/* reexport */Me,RefreshTokenDocument:()=>/* reexport */Re,RefreshUserpoolSecretDocument:()=>/* reexport */De,RegisterByEmailDocument:()=>/* reexport */Fe,RegisterByPhoneCodeDocument:()=>/* reexport */Le,RegisterByUsernameDocument:()=>/* reexport */Be,RegisterMethods:()=>/* reexport */wl,RegisterSortMethods:()=>/* reexport */El,RelayMethodEnum:()=>/* reexport */ai,RemoveMemberDocument:()=>/* reexport */je,RemovePolicyAssignmentsDocument:()=>/* reexport */$e,RemoveUdfDocument:()=>/* reexport */Ue,RemoveUdvDocument:()=>/* reexport */ze,RemoveUserFromGroupDocument:()=>/* reexport */We,RemoveWhitelistDocument:()=>/* reexport */Ve,ResetPasswordByFirstLoginTokenDocument:()=>/* reexport */He,ResetPasswordByForceResetTokenDocument:()=>/* reexport */Ge,ResetPasswordDocument:()=>/* reexport */qe,ResourceType:()=>/* reexport */I,RevokeRoleDocument:()=>/* reexport */Ke,RoleDocument:()=>/* reexport */nn,RoleWithUsersDocument:()=>/* reexport */rn,RoleWithUsersWithCustomDataDocument:()=>/* reexport */on,RolesDocument:()=>/* reexport */an,RootNodeDocument:()=>/* reexport */sn,SceneType:()=>/* reexport */oi,SearchNodesDocument:()=>/* reexport */ln,SearchUserDocument:()=>/* reexport */cn,SearchUserWithCustomDataDocument:()=>/* reexport */un,SendEmailDocument:()=>/* reexport */Ye,SendFirstLoginVerifyEmailDocument:()=>/* reexport */Je,SetMainDepartmentDocument:()=>/* reexport */Ze,SetUdfDocument:()=>/* reexport */Qe,SetUdfValueBatchDocument:()=>/* reexport */Xe,SetUdvBatchDocument:()=>/* reexport */tt,SetUdvDocument:()=>/* reexport */et,SocialConnectionProvider:()=>/* reexport */yl,SortByEnum:()=>/* reexport */O,SupportedAdminActionEnum:()=>/* reexport */Ya,SupportedUserActionEnum:()=>/* reexport */Ka,TemplateCodeDocument:()=>/* reexport */dn,UdfDataType:()=>/* reexport */R,UdfDocument:()=>/* reexport */pn,UdfTargetType:()=>/* reexport */F,UdfValueBatchDocument:()=>/* reexport */fn,UdvDocument:()=>/* reexport */hn,UnbindEmailDocument:()=>/* reexport */nt,UnbindPhoneDocument:()=>/* reexport */rt,UpdateEmailDocument:()=>/* reexport */ot,UpdateFunctionDocument:()=>/* reexport */at,UpdateGroupDocument:()=>/* reexport */it,UpdateNodeDocument:()=>/* reexport */st,UpdatePasswordDocument:()=>/* reexport */lt,UpdatePhoneDocument:()=>/* reexport */ct,UpdatePolicyDocument:()=>/* reexport */ut,UpdateRoleDocument:()=>/* reexport */dt,UpdateUserDocument:()=>/* reexport */pt,UpdateUserpoolDocument:()=>/* reexport */ft,UserBatchDocument:()=>/* reexport */gn,UserBatchWithCustomDataDocument:()=>/* reexport */vn,UserDocument:()=>/* reexport */mn,UserStatus:()=>/* reexport */M,UserWithCustomDataDocument:()=>/* reexport */yn,UserpoolDocument:()=>/* reexport */bn,UserpoolTypesDocument:()=>/* reexport */wn,UserpoolsDocument:()=>/* reexport */En,UsersDocument:()=>/* reexport */kn,UsersWithCustomDataDocument:()=>/* reexport */Cn,WhitelistDocument:()=>/* reexport */Sn,WhitelistType:()=>/* reexport */L,getDefaultG2Config:()=>/* reexport */sc,getDefaultGuardLocalConfig:()=>/* reexport */KL,getPageConfig:()=>/* reexport */cFe,getPublicConfig:()=>/* reexport */iFe,guardEventsFilter:()=>/* reexport */OL,guardEventsHijacking:()=>/* reexport */RL,setPageConfig:()=>/* reexport */uFe,setPublicConfig:()=>/* reexport */sFe,useFetchConsoleConfig:()=>/* reexport */mFe,useGlobalAuthClient:()=>/* reexport */kL,useGuardView:()=>/* reexport */f$,useMergeDefaultConfig:()=>/* reexport */fFe});
18791
18649
  // NAMESPACE OBJECT: ./src/_utils/locales/en-us/index.ts
18792
- var e={};c.r(e),c.d(e,{common:()=>Ed,login:()=>kd,user:()=>Cd});
18650
+ var e={};s.r(e),s.d(e,{common:()=>Ed,login:()=>kd,user:()=>Cd});
18793
18651
  // NAMESPACE OBJECT: ./src/_utils/locales/zh-cn/index.ts
18794
- var t={};c.r(t),c.d(t,{common:()=>Sd,login:()=>xd,user:()=>_d});
18652
+ var t={};s.r(t),s.d(t,{common:()=>Sd,login:()=>xd,user:()=>_d});
18795
18653
  // NAMESPACE OBJECT: ./src/_utils/locales/zh-tw/index.ts
18796
- var n={};c.r(n),c.d(n,{common:()=>Td,login:()=>Id,user:()=>Nd});
18654
+ var n={};s.r(n),s.d(n,{common:()=>Td,login:()=>Id,user:()=>Nd});
18797
18655
  // NAMESPACE OBJECT: ./src/_utils/locales/ja-jp/index.ts
18798
- var r={};c.r(r),c.d(r,{common:()=>Ad,login:()=>Pd,user:()=>Od});
18656
+ var r={};s.r(r),s.d(r,{common:()=>Ad,login:()=>Pd,user:()=>Od});
18799
18657
  // NAMESPACE OBJECT: ./node_modules/@tensorflow/tfjs-core/dist/io/io.js
18800
- var o={};c.r(o),c.d(o,{CompositeArrayBuffer:()=>Q3,browserFiles:()=>B6,browserHTTPRequest:()=>G6,concatenateArrayBuffers:()=>g4,copyModel:()=>t6,decodeWeights:()=>s4,decodeWeightsStream:()=>p4,encodeWeights:()=>i4,fromMemory:()=>Z6,fromMemorySync:()=>Q6,getLoadHandlers:()=>T4,getModelArtifactsForJSON:()=>w4,getModelArtifactsForJSONSync:()=>b4,getModelArtifactsInfoForJSON:()=>E4,getSaveHandlers:()=>_4,getWeightSpecs:()=>k4,http:()=>H6,isHTTPScheme:()=>V6,listModels:()=>X4,loadWeights:()=>U6,moveModel:()=>n6,registerLoadRouter:()=>x4,registerSaveRouter:()=>S4,removeModel:()=>e6,weightsLoaderFactory:()=>z6,withSaveHandler:()=>X6,withSaveHandlerSync:()=>e5});
18658
+ var o={};s.r(o),s.d(o,{CompositeArrayBuffer:()=>Q3,browserFiles:()=>B6,browserHTTPRequest:()=>G6,concatenateArrayBuffers:()=>g4,copyModel:()=>t6,decodeWeights:()=>s4,decodeWeightsStream:()=>p4,encodeWeights:()=>i4,fromMemory:()=>Z6,fromMemorySync:()=>Q6,getLoadHandlers:()=>T4,getModelArtifactsForJSON:()=>w4,getModelArtifactsForJSONSync:()=>b4,getModelArtifactsInfoForJSON:()=>E4,getSaveHandlers:()=>_4,getWeightSpecs:()=>k4,http:()=>H6,isHTTPScheme:()=>V6,listModels:()=>X4,loadWeights:()=>U6,moveModel:()=>n6,registerLoadRouter:()=>x4,registerSaveRouter:()=>S4,removeModel:()=>e6,weightsLoaderFactory:()=>z6,withSaveHandler:()=>X6,withSaveHandlerSync:()=>e5});
18801
18659
  // NAMESPACE OBJECT: ./node_modules/@tensorflow/tfjs-core/dist/ops/fused_ops.js
18802
- var a={};c.r(a),c.d(a,{conv2d:()=>_ee,depthwiseConv2d:()=>Nee,matMul:()=>Aee});
18660
+ var a={};s.r(a),s.d(a,{conv2d:()=>_ee,depthwiseConv2d:()=>Nee,matMul:()=>Aee});
18803
18661
  // NAMESPACE OBJECT: ./node_modules/@tensorflow/tfjs-converter/dist/operations/op_list/arithmetic.js
18804
- var i={};c.r(i),c.d(i,{json:()=>One});
18662
+ var i={};s.r(i),s.d(i,{json:()=>One});
18805
18663
  // NAMESPACE OBJECT: ./node_modules/@tensorflow/tfjs-converter/dist/operations/op_list/basic_math.js
18806
- var s={};c.r(s),c.d(s,{json:()=>Mne});
18664
+ var c={};s.r(c),s.d(c,{json:()=>Mne});
18807
18665
  // NAMESPACE OBJECT: ./node_modules/@tensorflow/tfjs-converter/dist/operations/op_list/control.js
18808
- var l={};c.r(l),c.d(l,{json:()=>Rne});
18666
+ var u={};s.r(u),s.d(u,{json:()=>Rne});
18809
18667
  // NAMESPACE OBJECT: ./node_modules/@tensorflow/tfjs-converter/dist/operations/op_list/convolution.js
18810
- var d={};c.r(d),c.d(d,{json:()=>Dne});
18668
+ var d={};s.r(d),s.d(d,{json:()=>Dne});
18811
18669
  // NAMESPACE OBJECT: ./node_modules/@tensorflow/tfjs-converter/dist/operations/op_list/creation.js
18812
- var p={};c.r(p),c.d(p,{json:()=>Fne});
18670
+ var p={};s.r(p),s.d(p,{json:()=>Fne});
18813
18671
  // NAMESPACE OBJECT: ./node_modules/@tensorflow/tfjs-converter/dist/operations/op_list/dynamic.js
18814
- var f={};c.r(f),c.d(f,{json:()=>Lne});
18672
+ var f={};s.r(f),s.d(f,{json:()=>Lne});
18815
18673
  // NAMESPACE OBJECT: ./node_modules/@tensorflow/tfjs-converter/dist/operations/op_list/evaluation.js
18816
- var h={};c.r(h),c.d(h,{json:()=>Bne});
18674
+ var h={};s.r(h),s.d(h,{json:()=>Bne});
18817
18675
  // NAMESPACE OBJECT: ./node_modules/@tensorflow/tfjs-converter/dist/operations/op_list/graph.js
18818
- var m={};c.r(m),c.d(m,{json:()=>jne});
18676
+ var m={};s.r(m),s.d(m,{json:()=>jne});
18819
18677
  // NAMESPACE OBJECT: ./node_modules/@tensorflow/tfjs-converter/dist/operations/op_list/hash_table.js
18820
- var g={};c.r(g),c.d(g,{json:()=>$ne});
18678
+ var g={};s.r(g),s.d(g,{json:()=>$ne});
18821
18679
  // NAMESPACE OBJECT: ./node_modules/@tensorflow/tfjs-converter/dist/operations/op_list/image.js
18822
- var v={};c.r(v),c.d(v,{json:()=>Une});
18680
+ var v={};s.r(v),s.d(v,{json:()=>Une});
18823
18681
  // NAMESPACE OBJECT: ./node_modules/@tensorflow/tfjs-converter/dist/operations/op_list/logical.js
18824
- var y={};c.r(y),c.d(y,{json:()=>zne});
18682
+ var y={};s.r(y),s.d(y,{json:()=>zne});
18825
18683
  // NAMESPACE OBJECT: ./node_modules/@tensorflow/tfjs-converter/dist/operations/op_list/matrices.js
18826
- var b={};c.r(b),c.d(b,{json:()=>Wne});
18684
+ var b={};s.r(b),s.d(b,{json:()=>Wne});
18827
18685
  // NAMESPACE OBJECT: ./node_modules/@tensorflow/tfjs-converter/dist/operations/op_list/normalization.js
18828
- var w={};c.r(w),c.d(w,{json:()=>Vne});
18686
+ var w={};s.r(w),s.d(w,{json:()=>Vne});
18829
18687
  // NAMESPACE OBJECT: ./node_modules/@tensorflow/tfjs-converter/dist/operations/op_list/reduction.js
18830
- var E={};c.r(E),c.d(E,{json:()=>qne});
18688
+ var E={};s.r(E),s.d(E,{json:()=>qne});
18831
18689
  // NAMESPACE OBJECT: ./node_modules/@tensorflow/tfjs-converter/dist/operations/op_list/slice_join.js
18832
- var k={};c.r(k),c.d(k,{json:()=>Hne});
18690
+ var k={};s.r(k),s.d(k,{json:()=>Hne});
18833
18691
  // NAMESPACE OBJECT: ./node_modules/@tensorflow/tfjs-converter/dist/operations/op_list/sparse.js
18834
- var C={};c.r(C),c.d(C,{json:()=>Gne});
18692
+ var C={};s.r(C),s.d(C,{json:()=>Gne});
18835
18693
  // NAMESPACE OBJECT: ./node_modules/@tensorflow/tfjs-converter/dist/operations/op_list/spectral.js
18836
- var S={};c.r(S),c.d(S,{json:()=>Kne});
18694
+ var S={};s.r(S),s.d(S,{json:()=>Kne});
18837
18695
  // NAMESPACE OBJECT: ./node_modules/@tensorflow/tfjs-converter/dist/operations/op_list/string.js
18838
- var x={};c.r(x),c.d(x,{json:()=>Yne});
18696
+ var x={};s.r(x),s.d(x,{json:()=>Yne});
18839
18697
  // NAMESPACE OBJECT: ./node_modules/@tensorflow/tfjs-converter/dist/operations/op_list/transformation.js
18840
- var _={};c.r(_),c.d(_,{json:()=>Jne});
18698
+ var _={};s.r(_),s.d(_,{json:()=>Jne});
18841
18699
  // NAMESPACE OBJECT: ./node_modules/@tensorflow/tfjs-core/dist/ops/ops_for_converter.js
18842
- var T={};c.r(T),c.d(T,{OP_SCOPE_SUFFIX:()=>H3,abs:()=>N6,acos:()=>b5,acosh:()=>w5,add:()=>d6,addN:()=>E5,all:()=>k5,any:()=>C5,argMax:()=>S5,argMin:()=>x5,asin:()=>_5,asinh:()=>T5,atan:()=>I5,atan2:()=>N5,atanh:()=>A5,avgPool:()=>G5,avgPool3d:()=>K5,basicLSTMCell:()=>e8,batchNorm:()=>n8,batchNorm2d:()=>r8,batchNorm3d:()=>o8,batchNorm4d:()=>a8,batchToSpaceND:()=>t8,bincount:()=>i8,bitwiseAnd:()=>s8,booleanMaskAsync:()=>dee,broadcastArgs:()=>l8,broadcastTo:()=>c8,buffer:()=>s6,cast:()=>l6,ceil:()=>u8,clipByValue:()=>d8,clone:()=>c6,complex:()=>K3,concat:()=>Y5,concat1d:()=>p8,concat2d:()=>f8,concat3d:()=>h8,concat4d:()=>m8,conv1d:()=>v8,conv2d:()=>g8,conv2dTranspose:()=>b8,conv3d:()=>w8,conv3dTranspose:()=>k8,cos:()=>C8,cosh:()=>S8,cosineWindow:()=>bee,cumprod:()=>x8,cumsum:()=>_8,denseBincount:()=>T8,depthToSpace:()=>I8,depthwiseConv2d:()=>N8,diag:()=>A8,dilation2d:()=>P8,div:()=>f6,divNoNan:()=>R8,dot:()=>D8,dropout:()=>vee,einsum:()=>F8,elu:()=>L8,enclosingPowerOfTwo:()=>yee,ensureShape:()=>B8,equal:()=>O8,erf:()=>j8,euclideanNorm:()=>Q8,exp:()=>X8,expandDims:()=>e7,expm1:()=>t7,eye:()=>r7,fft:()=>j9,fill:()=>_6,floor:()=>o7,floorDiv:()=>p6,fused:()=>a,gather:()=>a7,gatherND:()=>gee,greater:()=>i7,greaterEqual:()=>s7,ifft:()=>$9,imag:()=>l7,image:()=>Ate,inTopKAsync:()=>wee,irfft:()=>U9,isFinite:()=>c7,isInf:()=>u7,isNaN:()=>d7,leakyRelu:()=>p7,less:()=>f7,lessEqual:()=>h7,linalg:()=>Pte,linspace:()=>m7,localResponseNormalization:()=>g7,log:()=>v7,log1p:()=>y7,logSigmoid:()=>E7,logSoftmax:()=>k7,logSumExp:()=>C7,logicalAnd:()=>S7,logicalNot:()=>x7,logicalOr:()=>_7,logicalXor:()=>T7,losses:()=>Ote,lowerBound:()=>A7,matMul:()=>J5,max:()=>G8,maxPool:()=>P7,maxPool3d:()=>O7,maxPoolWithArgmax:()=>M7,maximum:()=>O6,mean:()=>R7,meshgrid:()=>L7,min:()=>K8,minimum:()=>B7,mirrorPad:()=>j7,mod:()=>$7,moments:()=>U7,movingAverage:()=>fee,mul:()=>h6,multiRNNCell:()=>z7,multinomial:()=>W7,neg:()=>b7,norm:()=>Z8,notEqual:()=>V7,oneHot:()=>q7,ones:()=>F7,onesLike:()=>H7,op:()=>G3,outerProduct:()=>G7,pad:()=>K7,pad1d:()=>Y7,pad2d:()=>J7,pad3d:()=>Z7,pad4d:()=>Q7,pool:()=>e9,pow:()=>T6,prelu:()=>t9,print:()=>u6,prod:()=>n9,raggedGather:()=>r9,raggedRange:()=>o9,raggedTensorToTensor:()=>a9,rand:()=>i9,randomGamma:()=>d9,randomNormal:()=>p9,randomStandardNormal:()=>f9,randomUniform:()=>h9,randomUniformInt:()=>m9,range:()=>g9,real:()=>v9,reciprocal:()=>y9,relu:()=>b9,relu6:()=>w9,reshape:()=>H5,reverse:()=>E9,reverse1d:()=>k9,reverse2d:()=>C9,reverse3d:()=>S9,reverse4d:()=>x9,rfft:()=>W9,round:()=>_9,rsqrt:()=>T9,scalar:()=>b6,scatterND:()=>hee,searchSorted:()=>N7,selu:()=>I9,separableConv2d:()=>N9,setdiff1dAsync:()=>A9,sigmoid:()=>Z5,sign:()=>P9,signal:()=>Nte,sin:()=>O9,sinh:()=>M9,slice:()=>Q5,slice1d:()=>R9,slice2d:()=>D9,slice3d:()=>F9,slice4d:()=>L9,softmax:()=>B9,softplus:()=>w7,spaceToBatchND:()=>X7,sparse:()=>Mte,sparseToDense:()=>mee,spectral:()=>Ite,split:()=>z9,sqrt:()=>m6,square:()=>g6,squaredDifference:()=>V9,squeeze:()=>q9,stack:()=>H9,step:()=>G9,stridedSlice:()=>K9,string:()=>Rte,sub:()=>I6,sum:()=>Y8,tan:()=>Y9,tanh:()=>X5,tensor:()=>J3,tensor1d:()=>J9,tensor2d:()=>Z9,tensor3d:()=>t5,tensor4d:()=>Q9,tensor5d:()=>X9,tensor6d:()=>eee,tensorScatterUpdate:()=>tee,tile:()=>n7,topk:()=>nee,transpose:()=>pee,truncatedNormal:()=>ree,unique:()=>oee,unsortedSegmentSum:()=>aee,unstack:()=>iee,upperBound:()=>see,variable:()=>lee,where:()=>M8,whereAsync:()=>uee,zeros:()=>D7,zerosLike:()=>v6});
18700
+ var T={};s.r(T),s.d(T,{OP_SCOPE_SUFFIX:()=>H3,abs:()=>N6,acos:()=>b5,acosh:()=>w5,add:()=>d6,addN:()=>E5,all:()=>k5,any:()=>C5,argMax:()=>S5,argMin:()=>x5,asin:()=>_5,asinh:()=>T5,atan:()=>I5,atan2:()=>N5,atanh:()=>A5,avgPool:()=>G5,avgPool3d:()=>K5,basicLSTMCell:()=>e8,batchNorm:()=>n8,batchNorm2d:()=>r8,batchNorm3d:()=>o8,batchNorm4d:()=>a8,batchToSpaceND:()=>t8,bincount:()=>i8,bitwiseAnd:()=>s8,booleanMaskAsync:()=>dee,broadcastArgs:()=>l8,broadcastTo:()=>c8,buffer:()=>s6,cast:()=>l6,ceil:()=>u8,clipByValue:()=>d8,clone:()=>c6,complex:()=>K3,concat:()=>Y5,concat1d:()=>p8,concat2d:()=>f8,concat3d:()=>h8,concat4d:()=>m8,conv1d:()=>v8,conv2d:()=>g8,conv2dTranspose:()=>b8,conv3d:()=>w8,conv3dTranspose:()=>k8,cos:()=>C8,cosh:()=>S8,cosineWindow:()=>bee,cumprod:()=>x8,cumsum:()=>_8,denseBincount:()=>T8,depthToSpace:()=>I8,depthwiseConv2d:()=>N8,diag:()=>A8,dilation2d:()=>P8,div:()=>f6,divNoNan:()=>R8,dot:()=>D8,dropout:()=>vee,einsum:()=>F8,elu:()=>L8,enclosingPowerOfTwo:()=>yee,ensureShape:()=>B8,equal:()=>O8,erf:()=>j8,euclideanNorm:()=>Q8,exp:()=>X8,expandDims:()=>e7,expm1:()=>t7,eye:()=>r7,fft:()=>j9,fill:()=>_6,floor:()=>o7,floorDiv:()=>p6,fused:()=>a,gather:()=>a7,gatherND:()=>gee,greater:()=>i7,greaterEqual:()=>s7,ifft:()=>$9,imag:()=>l7,image:()=>Ate,inTopKAsync:()=>wee,irfft:()=>U9,isFinite:()=>c7,isInf:()=>u7,isNaN:()=>d7,leakyRelu:()=>p7,less:()=>f7,lessEqual:()=>h7,linalg:()=>Pte,linspace:()=>m7,localResponseNormalization:()=>g7,log:()=>v7,log1p:()=>y7,logSigmoid:()=>E7,logSoftmax:()=>k7,logSumExp:()=>C7,logicalAnd:()=>S7,logicalNot:()=>x7,logicalOr:()=>_7,logicalXor:()=>T7,losses:()=>Ote,lowerBound:()=>A7,matMul:()=>J5,max:()=>G8,maxPool:()=>P7,maxPool3d:()=>O7,maxPoolWithArgmax:()=>M7,maximum:()=>O6,mean:()=>R7,meshgrid:()=>L7,min:()=>K8,minimum:()=>B7,mirrorPad:()=>j7,mod:()=>$7,moments:()=>U7,movingAverage:()=>fee,mul:()=>h6,multiRNNCell:()=>z7,multinomial:()=>W7,neg:()=>b7,norm:()=>Z8,notEqual:()=>V7,oneHot:()=>q7,ones:()=>F7,onesLike:()=>H7,op:()=>G3,outerProduct:()=>G7,pad:()=>K7,pad1d:()=>Y7,pad2d:()=>J7,pad3d:()=>Z7,pad4d:()=>Q7,pool:()=>e9,pow:()=>T6,prelu:()=>t9,print:()=>u6,prod:()=>n9,raggedGather:()=>r9,raggedRange:()=>o9,raggedTensorToTensor:()=>a9,rand:()=>i9,randomGamma:()=>d9,randomNormal:()=>p9,randomStandardNormal:()=>f9,randomUniform:()=>h9,randomUniformInt:()=>m9,range:()=>g9,real:()=>v9,reciprocal:()=>y9,relu:()=>b9,relu6:()=>w9,reshape:()=>H5,reverse:()=>E9,reverse1d:()=>k9,reverse2d:()=>C9,reverse3d:()=>S9,reverse4d:()=>x9,rfft:()=>W9,round:()=>_9,rsqrt:()=>T9,scalar:()=>b6,scatterND:()=>hee,searchSorted:()=>N7,selu:()=>I9,separableConv2d:()=>N9,setdiff1dAsync:()=>A9,sigmoid:()=>Z5,sign:()=>P9,signal:()=>Nte,sin:()=>O9,sinh:()=>M9,slice:()=>Q5,slice1d:()=>R9,slice2d:()=>D9,slice3d:()=>F9,slice4d:()=>L9,softmax:()=>B9,softplus:()=>w7,spaceToBatchND:()=>X7,sparse:()=>Mte,sparseToDense:()=>mee,spectral:()=>Ite,split:()=>z9,sqrt:()=>m6,square:()=>g6,squaredDifference:()=>V9,squeeze:()=>q9,stack:()=>H9,step:()=>G9,stridedSlice:()=>K9,string:()=>Rte,sub:()=>I6,sum:()=>Y8,tan:()=>Y9,tanh:()=>X5,tensor:()=>J3,tensor1d:()=>J9,tensor2d:()=>Z9,tensor3d:()=>t5,tensor4d:()=>Q9,tensor5d:()=>X9,tensor6d:()=>eee,tensorScatterUpdate:()=>tee,tile:()=>n7,topk:()=>nee,transpose:()=>pee,truncatedNormal:()=>ree,unique:()=>oee,unsortedSegmentSum:()=>aee,unstack:()=>iee,upperBound:()=>see,variable:()=>lee,where:()=>M8,whereAsync:()=>uee,zeros:()=>D7,zerosLike:()=>v6});
18843
18701
  // EXTERNAL MODULE: external "react"
18844
- var I,N,A,P,O,M,R,D,F,L,B,j=c(8156),$=c.t(j,2),U=c.n(j),z=c(3962),W=[];!function(e){e.Data="DATA",e.Api="API",e.Menu="MENU",e.Ui="UI",e.Button="BUTTON"}(I||(I={})),function(e){e.User="USER",e.Role="ROLE",e.Group="GROUP",e.Org="ORG",e.AkSk="AK_SK"}(N||(N={})),function(e){e.And="AND",e.Or="OR"}(A||(A={})),function(e){
18702
+ var I,N,A,P,O,M,R,D,F,L,B,j=s(8156),$=s.t(j,2),U=s.n(j),z=s(3962),W=[];!function(e){e.Data="DATA",e.Api="API",e.Menu="MENU",e.Ui="UI",e.Button="BUTTON"}(I||(I={})),function(e){e.User="USER",e.Role="ROLE",e.Group="GROUP",e.Org="ORG",e.AkSk="AK_SK"}(N||(N={})),function(e){e.And="AND",e.Or="OR"}(A||(A={})),function(e){
18845
18703
  /** 重置密码确认 */
18846
18704
  e.ResetPassword="RESET_PASSWORD",
18847
18705
  /** 重置密码通知 */
@@ -18897,7 +18755,7 @@ e.LOGIN_VERIFY_CODE="LOGIN_VERIFY_CODE",
18897
18755
  // - MFA 验证
18898
18756
  e.MFA_VERIFY_CODE="MFA_VERIFY_CODE",
18899
18757
  // - 信息补全验证码
18900
- e.INFORMATION_COMPLETION_VERIFY_CODE="INFORMATION_COMPLETION_VERIFY_CODE"}(B||(B={}));var V="\n mutation addMember($page: Int, $limit: Int, $sortBy: SortByEnum, $includeChildrenNodes: Boolean, $nodeId: String, $orgId: String, $nodeCode: String, $userIds: [String!]!, $isLeader: Boolean) {\n addMember(nodeId: $nodeId, orgId: $orgId, nodeCode: $nodeCode, userIds: $userIds, isLeader: $isLeader) {\n id\n orgId\n name\n nameI18n\n description\n descriptionI18n\n order\n code\n root\n depth\n path\n createdAt\n updatedAt\n children\n users(page: $page, limit: $limit, sortBy: $sortBy, includeChildrenNodes: $includeChildrenNodes) {\n totalCount\n list {\n id\n arn\n userPoolId\n username\n status\n email\n emailVerified\n phone\n phoneVerified\n unionid\n openid\n nickname\n registerSource\n photo\n password\n oauth\n token\n tokenExpiredAt\n loginsCount\n lastLogin\n lastIP\n signedUp\n blocked\n isDeleted\n device\n browser\n company\n name\n givenName\n familyName\n middleName\n profile\n preferredUsername\n website\n gender\n birthdate\n zoneinfo\n locale\n address\n formatted\n streetAddress\n locality\n region\n postalCode\n city\n province\n country\n createdAt\n updatedAt\n externalId\n phoneCountryCode\n }\n }\n }\n}\n ",q="\n mutation addNode($orgId: String!, $parentNodeId: String, $name: String!, $nameI18n: String, $description: String, $descriptionI18n: String, $order: Int, $code: String) {\n addNode(orgId: $orgId, parentNodeId: $parentNodeId, name: $name, nameI18n: $nameI18n, description: $description, descriptionI18n: $descriptionI18n, order: $order, code: $code) {\n id\n rootNode {\n id\n orgId\n name\n nameI18n\n description\n descriptionI18n\n order\n code\n root\n depth\n path\n createdAt\n updatedAt\n children\n }\n nodes {\n id\n orgId\n name\n nameI18n\n description\n descriptionI18n\n order\n code\n root\n depth\n path\n createdAt\n updatedAt\n children\n }\n }\n}\n ",H="\n mutation addNodeV2($orgId: String!, $parentNodeId: String, $name: String!, $nameI18n: String, $description: String, $descriptionI18n: String, $order: Int, $code: String) {\n addNodeV2(orgId: $orgId, parentNodeId: $parentNodeId, name: $name, nameI18n: $nameI18n, description: $description, descriptionI18n: $descriptionI18n, order: $order, code: $code) {\n id\n orgId\n name\n nameI18n\n description\n descriptionI18n\n order\n code\n root\n depth\n path\n createdAt\n updatedAt\n children\n }\n}\n ",G="\n mutation addPolicyAssignments($policies: [String!]!, $targetType: PolicyAssignmentTargetType!, $targetIdentifiers: [String!], $inheritByChildren: Boolean, $namespace: String) {\n addPolicyAssignments(policies: $policies, targetType: $targetType, targetIdentifiers: $targetIdentifiers, inheritByChildren: $inheritByChildren, namespace: $namespace) {\n message\n code\n }\n}\n ",K="\n mutation addUserToGroup($userIds: [String!]!, $code: String) {\n addUserToGroup(userIds: $userIds, code: $code) {\n message\n code\n }\n}\n ",Y="\n mutation addWhitelist($type: WhitelistType!, $list: [String!]!) {\n addWhitelist(type: $type, list: $list) {\n createdAt\n updatedAt\n value\n }\n}\n ",J="\n mutation allow($resource: String!, $action: String!, $userId: String, $userIds: [String!], $roleCode: String, $roleCodes: [String!], $namespace: String) {\n allow(resource: $resource, action: $action, userId: $userId, userIds: $userIds, roleCode: $roleCode, roleCodes: $roleCodes, namespace: $namespace) {\n message\n code\n }\n}\n ",Z="\n mutation assignRole($namespace: String, $roleCode: String, $roleCodes: [String], $userIds: [String!], $groupCodes: [String!], $nodeCodes: [String!]) {\n assignRole(namespace: $namespace, roleCode: $roleCode, roleCodes: $roleCodes, userIds: $userIds, groupCodes: $groupCodes, nodeCodes: $nodeCodes) {\n message\n code\n }\n}\n ",Q="\n mutation authorizeResource($namespace: String, $resource: String, $resourceType: ResourceType, $opts: [AuthorizeResourceOpt]) {\n authorizeResource(namespace: $namespace, resource: $resource, resourceType: $resourceType, opts: $opts) {\n code\n message\n }\n}\n ",X="\n mutation bindEmail($email: String!, $emailCode: String!) {\n bindEmail(email: $email, emailCode: $emailCode) {\n id\n arn\n userPoolId\n status\n username\n email\n emailVerified\n phone\n phoneVerified\n unionid\n openid\n nickname\n registerSource\n photo\n password\n oauth\n token\n tokenExpiredAt\n loginsCount\n lastLogin\n lastIP\n signedUp\n blocked\n isDeleted\n device\n browser\n company\n name\n givenName\n familyName\n middleName\n profile\n preferredUsername\n website\n gender\n birthdate\n zoneinfo\n locale\n address\n formatted\n streetAddress\n locality\n region\n postalCode\n city\n province\n country\n createdAt\n updatedAt\n phoneCountryCode\n }\n}\n ",ee="\n mutation bindPhone($phone: String!, $phoneCode: String!, $phoneCountryCode: String) {\n bindPhone(phone: $phone, phoneCode: $phoneCode, phoneCountryCode: $phoneCountryCode) {\n id\n arn\n userPoolId\n status\n username\n email\n emailVerified\n phone\n phoneVerified\n unionid\n openid\n nickname\n registerSource\n photo\n password\n oauth\n token\n tokenExpiredAt\n loginsCount\n lastLogin\n lastIP\n signedUp\n blocked\n isDeleted\n device\n browser\n company\n name\n givenName\n familyName\n middleName\n profile\n preferredUsername\n website\n gender\n birthdate\n zoneinfo\n locale\n address\n formatted\n streetAddress\n locality\n region\n postalCode\n city\n province\n country\n createdAt\n updatedAt\n phoneCountryCode\n }\n}\n ",te="\n mutation changeMfa($enable: Boolean, $id: String, $userId: String, $userPoolId: String, $refresh: Boolean) {\n changeMfa(enable: $enable, id: $id, userId: $userId, userPoolId: $userPoolId, refresh: $refresh) {\n id\n userId\n userPoolId\n enable\n secret\n }\n}\n ",ne="\n mutation configEmailTemplate($input: ConfigEmailTemplateInput!) {\n configEmailTemplate(input: $input) {\n type\n name\n subject\n sender\n content\n redirectTo\n hasURL\n expiresIn\n enabled\n isSystem\n }\n}\n ",re="\n mutation createFunction($input: CreateFunctionInput!) {\n createFunction(input: $input) {\n id\n name\n sourceCode\n description\n url\n }\n}\n ",oe="\n mutation createGroup($code: String!, $name: String!, $description: String) {\n createGroup(code: $code, name: $name, description: $description) {\n code\n name\n description\n createdAt\n updatedAt\n }\n}\n ",ae="\n mutation createOrg($name: String!, $code: String, $description: String, $tenantId: String) {\n createOrg(name: $name, code: $code, description: $description, tenantId: $tenantId) {\n id\n rootNode {\n id\n orgId\n name\n nameI18n\n description\n descriptionI18n\n order\n code\n root\n depth\n path\n createdAt\n updatedAt\n children\n }\n nodes {\n id\n orgId\n name\n nameI18n\n description\n descriptionI18n\n order\n code\n root\n depth\n path\n createdAt\n updatedAt\n children\n }\n }\n}\n ",ie="\n mutation createPolicy($namespace: String, $code: String!, $description: String, $statements: [PolicyStatementInput!]!) {\n createPolicy(namespace: $namespace, code: $code, description: $description, statements: $statements) {\n namespace\n code\n isDefault\n description\n statements {\n resource\n actions\n effect\n condition {\n param\n operator\n value\n }\n }\n createdAt\n updatedAt\n assignmentsCount\n }\n}\n ",se="\n mutation createRole($namespace: String, $code: String!, $description: String, $parent: String) {\n createRole(namespace: $namespace, code: $code, description: $description, parent: $parent) {\n id\n namespace\n code\n arn\n description\n createdAt\n updatedAt\n parent {\n namespace\n code\n arn\n description\n createdAt\n updatedAt\n }\n }\n}\n ",le="\n mutation createUser($userInfo: CreateUserInput!, $params: String, $identity: CreateUserIdentityInput, $keepPassword: Boolean, $resetPasswordOnFirstLogin: Boolean) {\n createUser(userInfo: $userInfo, params: $params, identity: $identity, keepPassword: $keepPassword, resetPasswordOnFirstLogin: $resetPasswordOnFirstLogin) {\n id\n arn\n userPoolId\n status\n username\n email\n emailVerified\n phone\n phoneVerified\n unionid\n openid\n nickname\n registerSource\n photo\n password\n oauth\n token\n tokenExpiredAt\n loginsCount\n lastLogin\n lastIP\n signedUp\n blocked\n isDeleted\n device\n browser\n company\n name\n givenName\n familyName\n middleName\n profile\n preferredUsername\n website\n gender\n birthdate\n zoneinfo\n locale\n address\n formatted\n streetAddress\n locality\n region\n postalCode\n city\n province\n country\n createdAt\n updatedAt\n externalId\n phoneCountryCode\n }\n}\n ",ce="\n mutation createUserWithCustomData($userInfo: CreateUserInput!, $keepPassword: Boolean, $params: String) {\n createUser(userInfo: $userInfo, keepPassword: $keepPassword, params: $params) {\n id\n arn\n userPoolId\n status\n username\n email\n emailVerified\n phone\n phoneVerified\n unionid\n openid\n nickname\n registerSource\n photo\n password\n oauth\n token\n tokenExpiredAt\n loginsCount\n lastLogin\n lastIP\n signedUp\n blocked\n isDeleted\n device\n browser\n company\n name\n givenName\n familyName\n middleName\n profile\n preferredUsername\n website\n gender\n birthdate\n zoneinfo\n locale\n address\n formatted\n streetAddress\n locality\n region\n postalCode\n city\n province\n country\n createdAt\n updatedAt\n externalId\n phoneCountryCode\n customData {\n key\n value\n dataType\n label\n }\n }\n}\n ",ue="\n mutation createUserpool($name: String!, $domain: String!, $description: String, $logo: String, $userpoolTypes: [String!]) {\n createUserpool(name: $name, domain: $domain, description: $description, logo: $logo, userpoolTypes: $userpoolTypes) {\n id\n name\n domain\n description\n secret\n jwtSecret\n userpoolTypes {\n code\n name\n description\n image\n sdks\n }\n logo\n createdAt\n updatedAt\n emailVerifiedDefault\n sendWelcomeEmail\n registerDisabled\n appSsoEnabled\n showWxQRCodeWhenRegisterDisabled\n allowedOrigins\n tokenExpiresAfter\n isDeleted\n frequentRegisterCheck {\n timeInterval\n limit\n enabled\n }\n loginFailCheck {\n timeInterval\n limit\n enabled\n }\n changePhoneStrategy {\n verifyOldPhone\n }\n changeEmailStrategy {\n verifyOldEmail\n }\n qrcodeLoginStrategy {\n qrcodeExpiresAfter\n returnFullUserInfo\n allowExchangeUserInfoFromBrowser\n ticketExpiresAfter\n }\n app2WxappLoginStrategy {\n ticketExpriresAfter\n ticketExchangeUserInfoNeedSecret\n }\n whitelist {\n phoneEnabled\n emailEnabled\n usernameEnabled\n }\n customSMSProvider {\n enabled\n provider\n }\n packageType\n }\n}\n ",de="\n mutation deleteFunction($id: String!) {\n deleteFunction(id: $id) {\n message\n code\n }\n}\n ",pe="\n mutation deleteGroups($codeList: [String!]!) {\n deleteGroups(codeList: $codeList) {\n message\n code\n }\n}\n ",fe="\n mutation deleteNode($orgId: String!, $nodeId: String!) {\n deleteNode(orgId: $orgId, nodeId: $nodeId) {\n message\n code\n }\n}\n ",he="\n mutation deleteOrg($id: String!) {\n deleteOrg(id: $id) {\n message\n code\n }\n}\n ",me="\n mutation deletePolicies($codeList: [String!]!, $namespace: String) {\n deletePolicies(codeList: $codeList, namespace: $namespace) {\n message\n code\n }\n}\n ",ge="\n mutation deletePolicy($code: String!, $namespace: String) {\n deletePolicy(code: $code, namespace: $namespace) {\n message\n code\n }\n}\n ",ve="\n mutation deleteRole($code: String!, $namespace: String) {\n deleteRole(code: $code, namespace: $namespace) {\n message\n code\n }\n}\n ",ye="\n mutation deleteRoles($codeList: [String!]!, $namespace: String) {\n deleteRoles(codeList: $codeList, namespace: $namespace) {\n message\n code\n }\n}\n ",be="\n mutation deleteUser($id: String!) {\n deleteUser(id: $id) {\n message\n code\n }\n}\n ",we="\n mutation deleteUserpool {\n deleteUserpool {\n message\n code\n }\n}\n ",Ee="\n mutation deleteUsers($ids: [String!]!) {\n deleteUsers(ids: $ids) {\n message\n code\n }\n}\n ",ke="\n mutation disableEmailTemplate($type: EmailTemplateType!) {\n disableEmailTemplate(type: $type) {\n type\n name\n subject\n sender\n content\n redirectTo\n hasURL\n expiresIn\n enabled\n isSystem\n }\n}\n ",Ce="\n mutation disbalePolicyAssignment($policy: String!, $targetType: PolicyAssignmentTargetType!, $targetIdentifier: String!, $namespace: String) {\n disbalePolicyAssignment(policy: $policy, targetType: $targetType, targetIdentifier: $targetIdentifier, namespace: $namespace) {\n message\n code\n }\n}\n ",Se="\n mutation enableEmailTemplate($type: EmailTemplateType!) {\n enableEmailTemplate(type: $type) {\n type\n name\n subject\n sender\n content\n redirectTo\n hasURL\n expiresIn\n enabled\n isSystem\n }\n}\n ",xe="\n mutation enablePolicyAssignment($policy: String!, $targetType: PolicyAssignmentTargetType!, $targetIdentifier: String!, $namespace: String) {\n enablePolicyAssignment(policy: $policy, targetType: $targetType, targetIdentifier: $targetIdentifier, namespace: $namespace) {\n message\n code\n }\n}\n ",_e="\n mutation loginByEmail($input: LoginByEmailInput!) {\n loginByEmail(input: $input) {\n id\n arn\n status\n userPoolId\n username\n email\n emailVerified\n phone\n phoneVerified\n unionid\n openid\n nickname\n registerSource\n photo\n password\n oauth\n token\n tokenExpiredAt\n loginsCount\n lastLogin\n lastIP\n signedUp\n blocked\n isDeleted\n device\n browser\n company\n name\n givenName\n familyName\n middleName\n profile\n preferredUsername\n website\n gender\n birthdate\n zoneinfo\n locale\n address\n formatted\n streetAddress\n locality\n region\n postalCode\n city\n province\n country\n createdAt\n updatedAt\n externalId\n phoneCountryCode\n newlyCreated\n phoneCountryCode\n customData {\n key\n value\n dataType\n label\n }\n }\n}\n ",Te="\n mutation loginByPhoneCode($input: LoginByPhoneCodeInput!) {\n loginByPhoneCode(input: $input) {\n id\n arn\n userPoolId\n status\n username\n email\n emailVerified\n phone\n phoneVerified\n unionid\n openid\n nickname\n registerSource\n photo\n password\n oauth\n token\n tokenExpiredAt\n loginsCount\n lastLogin\n lastIP\n signedUp\n blocked\n isDeleted\n device\n browser\n company\n name\n givenName\n familyName\n middleName\n profile\n preferredUsername\n website\n gender\n birthdate\n zoneinfo\n locale\n address\n formatted\n streetAddress\n locality\n region\n postalCode\n city\n province\n country\n createdAt\n updatedAt\n externalId\n phoneCountryCode\n newlyCreated\n phoneCountryCode\n customData {\n key\n value\n dataType\n label\n }\n }\n}\n ",Ie="\n mutation loginByPhonePassword($input: LoginByPhonePasswordInput!) {\n loginByPhonePassword(input: $input) {\n id\n arn\n userPoolId\n status\n username\n email\n emailVerified\n phone\n phoneVerified\n unionid\n openid\n nickname\n registerSource\n photo\n password\n oauth\n token\n tokenExpiredAt\n loginsCount\n lastLogin\n lastIP\n signedUp\n blocked\n isDeleted\n device\n browser\n company\n name\n givenName\n familyName\n middleName\n profile\n preferredUsername\n website\n gender\n birthdate\n zoneinfo\n locale\n address\n formatted\n streetAddress\n locality\n region\n postalCode\n city\n province\n country\n createdAt\n updatedAt\n externalId\n phoneCountryCode\n newlyCreated\n phoneCountryCode\n customData {\n key\n value\n dataType\n label\n }\n }\n}\n ",Ne="\n mutation loginBySubAccount($account: String!, $password: String!, $captchaCode: String, $clientIp: String) {\n loginBySubAccount(account: $account, password: $password, captchaCode: $captchaCode, clientIp: $clientIp) {\n id\n arn\n status\n userPoolId\n username\n email\n emailVerified\n phone\n phoneVerified\n unionid\n openid\n nickname\n registerSource\n photo\n password\n oauth\n token\n tokenExpiredAt\n loginsCount\n lastLogin\n lastIP\n signedUp\n blocked\n isDeleted\n device\n browser\n company\n name\n givenName\n familyName\n middleName\n profile\n preferredUsername\n website\n gender\n birthdate\n zoneinfo\n locale\n address\n formatted\n streetAddress\n locality\n region\n postalCode\n city\n province\n country\n createdAt\n updatedAt\n externalId\n phoneCountryCode\n newlyCreated\n phoneCountryCode\n customData {\n key\n value\n dataType\n label\n }\n }\n}\n ",Ae="\n mutation loginByUsername($input: LoginByUsernameInput!) {\n loginByUsername(input: $input) {\n id\n arn\n userPoolId\n status\n username\n email\n emailVerified\n phone\n phoneVerified\n unionid\n openid\n nickname\n registerSource\n photo\n password\n oauth\n token\n tokenExpiredAt\n loginsCount\n lastLogin\n lastIP\n signedUp\n blocked\n isDeleted\n device\n browser\n company\n name\n givenName\n familyName\n middleName\n profile\n preferredUsername\n website\n gender\n birthdate\n zoneinfo\n locale\n address\n formatted\n streetAddress\n locality\n region\n postalCode\n city\n province\n country\n createdAt\n updatedAt\n externalId\n phoneCountryCode\n newlyCreated\n phoneCountryCode\n customData {\n key\n value\n dataType\n label\n }\n }\n}\n ",Pe="\n mutation moveMembers($userIds: [String!]!, $sourceNodeId: String!, $targetNodeId: String!) {\n moveMembers(userIds: $userIds, sourceNodeId: $sourceNodeId, targetNodeId: $targetNodeId) {\n code\n message\n }\n}\n ",Oe="\n mutation moveNode($orgId: String!, $nodeId: String!, $targetParentId: String!) {\n moveNode(orgId: $orgId, nodeId: $nodeId, targetParentId: $targetParentId) {\n id\n rootNode {\n id\n orgId\n name\n nameI18n\n description\n descriptionI18n\n order\n code\n root\n depth\n path\n createdAt\n updatedAt\n children\n }\n nodes {\n id\n orgId\n name\n nameI18n\n description\n descriptionI18n\n order\n code\n root\n depth\n path\n createdAt\n updatedAt\n children\n }\n }\n}\n ",Me="\n mutation refreshAccessToken($accessToken: String) {\n refreshAccessToken(accessToken: $accessToken) {\n accessToken\n exp\n iat\n }\n}\n ",Re="\n mutation refreshToken($id: String) {\n refreshToken(id: $id) {\n token\n iat\n exp\n }\n}\n ",De="\n mutation refreshUserpoolSecret {\n refreshUserpoolSecret\n}\n ",Fe="\n mutation registerByEmail($input: RegisterByEmailInput!) {\n registerByEmail(input: $input) {\n id\n arn\n userPoolId\n status\n username\n email\n emailVerified\n phone\n phoneVerified\n unionid\n openid\n nickname\n registerSource\n photo\n password\n oauth\n token\n tokenExpiredAt\n loginsCount\n lastLogin\n lastIP\n signedUp\n blocked\n isDeleted\n device\n browser\n company\n name\n givenName\n familyName\n middleName\n profile\n preferredUsername\n website\n gender\n birthdate\n zoneinfo\n locale\n address\n formatted\n streetAddress\n locality\n region\n postalCode\n city\n province\n country\n createdAt\n updatedAt\n externalId\n phoneCountryCode\n }\n}\n ",Le="\n mutation registerByPhoneCode($input: RegisterByPhoneCodeInput!) {\n registerByPhoneCode(input: $input) {\n id\n arn\n userPoolId\n status\n username\n email\n emailVerified\n phone\n phoneVerified\n unionid\n openid\n nickname\n registerSource\n photo\n password\n oauth\n token\n tokenExpiredAt\n loginsCount\n lastLogin\n lastIP\n signedUp\n blocked\n isDeleted\n device\n browser\n company\n name\n givenName\n familyName\n middleName\n profile\n preferredUsername\n website\n gender\n birthdate\n zoneinfo\n locale\n address\n formatted\n streetAddress\n locality\n region\n postalCode\n city\n province\n country\n createdAt\n updatedAt\n externalId\n phoneCountryCode\n }\n}\n ",Be="\n mutation registerByUsername($input: RegisterByUsernameInput!) {\n registerByUsername(input: $input) {\n id\n arn\n userPoolId\n status\n username\n email\n emailVerified\n phone\n phoneVerified\n unionid\n openid\n nickname\n registerSource\n photo\n password\n oauth\n token\n tokenExpiredAt\n loginsCount\n lastLogin\n lastIP\n signedUp\n blocked\n isDeleted\n device\n browser\n company\n name\n givenName\n familyName\n middleName\n profile\n preferredUsername\n website\n gender\n birthdate\n zoneinfo\n locale\n address\n formatted\n streetAddress\n locality\n region\n postalCode\n city\n province\n country\n createdAt\n updatedAt\n externalId\n phoneCountryCode\n }\n}\n ",je="\n mutation removeMember($page: Int, $limit: Int, $sortBy: SortByEnum, $includeChildrenNodes: Boolean, $nodeId: String, $orgId: String, $nodeCode: String, $userIds: [String!]!) {\n removeMember(nodeId: $nodeId, orgId: $orgId, nodeCode: $nodeCode, userIds: $userIds) {\n id\n name\n nameI18n\n description\n descriptionI18n\n order\n code\n root\n depth\n createdAt\n updatedAt\n children\n users(page: $page, limit: $limit, sortBy: $sortBy, includeChildrenNodes: $includeChildrenNodes) {\n totalCount\n list {\n id\n arn\n userPoolId\n status\n username\n email\n emailVerified\n phone\n phoneVerified\n unionid\n openid\n nickname\n registerSource\n photo\n password\n oauth\n token\n tokenExpiredAt\n loginsCount\n lastLogin\n lastIP\n signedUp\n blocked\n isDeleted\n device\n browser\n company\n name\n givenName\n familyName\n middleName\n profile\n preferredUsername\n website\n gender\n birthdate\n zoneinfo\n locale\n address\n formatted\n streetAddress\n locality\n region\n postalCode\n city\n province\n country\n createdAt\n updatedAt\n phoneCountryCode\n }\n }\n }\n}\n ",$e="\n mutation removePolicyAssignments($policies: [String!]!, $targetType: PolicyAssignmentTargetType!, $targetIdentifiers: [String!], $namespace: String) {\n removePolicyAssignments(policies: $policies, targetType: $targetType, targetIdentifiers: $targetIdentifiers, namespace: $namespace) {\n message\n code\n }\n}\n ",Ue="\n mutation removeUdf($targetType: UDFTargetType!, $key: String!) {\n removeUdf(targetType: $targetType, key: $key) {\n message\n code\n }\n}\n ",ze="\n mutation removeUdv($targetType: UDFTargetType!, $targetId: String!, $key: String!) {\n removeUdv(targetType: $targetType, targetId: $targetId, key: $key) {\n key\n dataType\n value\n label\n }\n}\n ",We="\n mutation removeUserFromGroup($userIds: [String!]!, $code: String) {\n removeUserFromGroup(userIds: $userIds, code: $code) {\n message\n code\n }\n}\n ",Ve="\n mutation removeWhitelist($type: WhitelistType!, $list: [String!]!) {\n removeWhitelist(type: $type, list: $list) {\n createdAt\n updatedAt\n value\n }\n}\n ",qe="\n mutation resetPassword($phone: String, $phoneCountryCode: String, $email: String, $code: String!, $newPassword: String!) {\n resetPassword(phone: $phone, phoneCountryCode: $phoneCountryCode, email: $email, code: $code, newPassword: $newPassword) {\n message\n code\n }\n}\n ",He="\n mutation resetPasswordByFirstLoginToken($token: String!, $password: String!) {\n resetPasswordByFirstLoginToken(token: $token, password: $password) {\n message\n code\n }\n}\n ",Ge="\n mutation resetPasswordByForceResetToken($token: String!, $oldPassword: String!, $newPassword: String!) {\n resetPasswordByForceResetToken(token: $token, oldPassword: $oldPassword, newPassword: $newPassword) {\n message\n code\n }\n}\n ",Ke="\n mutation revokeRole($namespace: String, $roleCode: String, $roleCodes: [String], $userIds: [String!], $groupCodes: [String!], $nodeCodes: [String!]) {\n revokeRole(namespace: $namespace, roleCode: $roleCode, roleCodes: $roleCodes, userIds: $userIds, groupCodes: $groupCodes, nodeCodes: $nodeCodes) {\n message\n code\n }\n}\n ",Ye="\n mutation sendEmail($email: String!, $scene: EmailScene!) {\n sendEmail(email: $email, scene: $scene) {\n message\n code\n }\n}\n ",Je="\n mutation sendFirstLoginVerifyEmail($userId: String!, $appId: String!) {\n sendFirstLoginVerifyEmail(userId: $userId, appId: $appId) {\n message\n code\n }\n}\n ",Ze="\n mutation setMainDepartment($userId: String!, $departmentId: String) {\n setMainDepartment(userId: $userId, departmentId: $departmentId) {\n message\n code\n }\n}\n ",Qe="\n mutation setUdf($targetType: UDFTargetType!, $key: String!, $dataType: UDFDataType!, $label: String!, $options: String) {\n setUdf(targetType: $targetType, key: $key, dataType: $dataType, label: $label, options: $options) {\n targetType\n dataType\n key\n label\n options\n }\n}\n ",Xe="\n mutation setUdfValueBatch($targetType: UDFTargetType!, $input: [SetUdfValueBatchInput!]!) {\n setUdfValueBatch(targetType: $targetType, input: $input) {\n code\n message\n }\n}\n ",et="\n mutation setUdv($targetType: UDFTargetType!, $targetId: String!, $key: String!, $value: String!) {\n setUdv(targetType: $targetType, targetId: $targetId, key: $key, value: $value) {\n key\n dataType\n value\n label\n }\n}\n ",tt="\n mutation setUdvBatch($targetType: UDFTargetType!, $targetId: String!, $udvList: [UserDefinedDataInput!]) {\n setUdvBatch(targetType: $targetType, targetId: $targetId, udvList: $udvList) {\n key\n dataType\n value\n label\n }\n}\n ",nt="\n mutation unbindEmail {\n unbindEmail {\n id\n arn\n userPoolId\n status\n username\n email\n emailVerified\n phone\n phoneVerified\n unionid\n openid\n nickname\n registerSource\n photo\n password\n oauth\n token\n tokenExpiredAt\n loginsCount\n lastLogin\n lastIP\n signedUp\n blocked\n isDeleted\n device\n browser\n company\n name\n givenName\n familyName\n middleName\n profile\n preferredUsername\n website\n gender\n birthdate\n zoneinfo\n locale\n address\n formatted\n streetAddress\n locality\n region\n postalCode\n city\n province\n country\n createdAt\n updatedAt\n phoneCountryCode\n }\n}\n ",rt="\n mutation unbindPhone {\n unbindPhone {\n id\n arn\n userPoolId\n status\n username\n email\n emailVerified\n phone\n phoneVerified\n unionid\n openid\n nickname\n registerSource\n photo\n password\n oauth\n token\n tokenExpiredAt\n loginsCount\n lastLogin\n lastIP\n signedUp\n blocked\n isDeleted\n device\n browser\n company\n name\n givenName\n familyName\n middleName\n profile\n preferredUsername\n website\n gender\n birthdate\n zoneinfo\n locale\n address\n formatted\n streetAddress\n locality\n region\n postalCode\n city\n province\n country\n createdAt\n updatedAt\n phoneCountryCode\n }\n}\n ",ot="\n mutation updateEmail($email: String!, $emailCode: String!, $oldEmail: String, $oldEmailCode: String) {\n updateEmail(email: $email, emailCode: $emailCode, oldEmail: $oldEmail, oldEmailCode: $oldEmailCode) {\n id\n arn\n userPoolId\n status\n username\n email\n emailVerified\n phone\n phoneVerified\n unionid\n openid\n nickname\n registerSource\n photo\n password\n oauth\n token\n tokenExpiredAt\n loginsCount\n lastLogin\n lastIP\n signedUp\n blocked\n isDeleted\n device\n browser\n company\n name\n givenName\n familyName\n middleName\n profile\n preferredUsername\n website\n gender\n birthdate\n zoneinfo\n locale\n address\n formatted\n streetAddress\n locality\n region\n postalCode\n city\n province\n country\n createdAt\n updatedAt\n phoneCountryCode\n }\n}\n ",at="\n mutation updateFunction($input: UpdateFunctionInput!) {\n updateFunction(input: $input) {\n id\n name\n sourceCode\n description\n url\n }\n}\n ",it="\n mutation updateGroup($code: String!, $name: String, $description: String, $newCode: String) {\n updateGroup(code: $code, name: $name, description: $description, newCode: $newCode) {\n code\n name\n description\n createdAt\n updatedAt\n }\n}\n ",st="\n mutation updateNode($page: Int, $limit: Int, $sortBy: SortByEnum, $includeChildrenNodes: Boolean, $id: String!, $name: String, $code: String, $description: String) {\n updateNode(id: $id, name: $name, code: $code, description: $description) {\n id\n orgId\n name\n nameI18n\n description\n descriptionI18n\n order\n code\n root\n depth\n path\n createdAt\n updatedAt\n children\n users(page: $page, limit: $limit, sortBy: $sortBy, includeChildrenNodes: $includeChildrenNodes) {\n totalCount\n }\n }\n}\n ",lt="\n mutation updatePassword($newPassword: String!, $oldPassword: String) {\n updatePassword(newPassword: $newPassword, oldPassword: $oldPassword) {\n id\n arn\n userPoolId\n status\n username\n email\n emailVerified\n phone\n phoneVerified\n unionid\n openid\n nickname\n registerSource\n photo\n password\n oauth\n token\n tokenExpiredAt\n loginsCount\n lastLogin\n lastIP\n signedUp\n blocked\n isDeleted\n device\n browser\n company\n name\n givenName\n familyName\n middleName\n profile\n preferredUsername\n website\n gender\n birthdate\n zoneinfo\n locale\n address\n formatted\n streetAddress\n locality\n region\n postalCode\n city\n province\n country\n createdAt\n updatedAt\n phoneCountryCode\n }\n}\n ",ct="\n mutation updatePhone($phone: String!, $phoneCode: String!, $oldPhone: String, $oldPhoneCode: String, $phoneCountryCode: String, $oldPhoneCountryCode: String) {\n updatePhone(phone: $phone, phoneCode: $phoneCode, oldPhone: $oldPhone, oldPhoneCode: $oldPhoneCode, phoneCountryCode: $phoneCountryCode, oldPhoneCountryCode: $oldPhoneCountryCode) {\n id\n arn\n userPoolId\n status\n username\n email\n emailVerified\n phone\n phoneVerified\n unionid\n openid\n nickname\n registerSource\n photo\n password\n oauth\n token\n tokenExpiredAt\n loginsCount\n lastLogin\n lastIP\n signedUp\n blocked\n isDeleted\n device\n browser\n company\n name\n givenName\n familyName\n middleName\n profile\n preferredUsername\n website\n gender\n birthdate\n zoneinfo\n locale\n address\n formatted\n streetAddress\n locality\n region\n postalCode\n city\n province\n country\n createdAt\n updatedAt\n phoneCountryCode\n }\n}\n ",ut="\n mutation updatePolicy($namespace: String, $code: String!, $description: String, $statements: [PolicyStatementInput!], $newCode: String) {\n updatePolicy(namespace: $namespace, code: $code, description: $description, statements: $statements, newCode: $newCode) {\n namespace\n code\n description\n statements {\n resource\n actions\n effect\n condition {\n param\n operator\n value\n }\n }\n createdAt\n updatedAt\n }\n}\n ",dt="\n mutation updateRole($code: String!, $description: String, $newCode: String, $namespace: String) {\n updateRole(code: $code, description: $description, newCode: $newCode, namespace: $namespace) {\n id\n namespace\n code\n arn\n description\n createdAt\n updatedAt\n parent {\n namespace\n code\n arn\n description\n createdAt\n updatedAt\n }\n }\n}\n ",pt="\n mutation updateUser($id: String, $input: UpdateUserInput!, $emailToken: String, $phoneToken: String) {\n updateUser(id: $id, input: $input, emailToken: $emailToken, phoneToken: $phoneToken) {\n id\n arn\n userPoolId\n status\n username\n email\n emailVerified\n phone\n phoneVerified\n unionid\n openid\n nickname\n registerSource\n photo\n password\n oauth\n token\n tokenExpiredAt\n loginsCount\n lastLogin\n lastIP\n signedUp\n blocked\n isDeleted\n device\n browser\n company\n name\n givenName\n familyName\n middleName\n profile\n preferredUsername\n website\n gender\n birthdate\n zoneinfo\n locale\n address\n formatted\n streetAddress\n locality\n region\n postalCode\n city\n province\n country\n createdAt\n updatedAt\n externalId\n phoneCountryCode\n }\n}\n ",ft="\n mutation updateUserpool($input: UpdateUserpoolInput!) {\n updateUserpool(input: $input) {\n id\n name\n domain\n description\n secret\n jwtSecret\n userpoolTypes {\n code\n name\n description\n image\n sdks\n }\n logo\n createdAt\n updatedAt\n emailVerifiedDefault\n sendWelcomeEmail\n registerDisabled\n appSsoEnabled\n showWxQRCodeWhenRegisterDisabled\n allowedOrigins\n tokenExpiresAfter\n isDeleted\n frequentRegisterCheck {\n timeInterval\n limit\n enabled\n }\n loginFailCheck {\n timeInterval\n limit\n enabled\n }\n loginFailStrategy\n loginPasswordFailCheck {\n timeInterval\n limit\n enabled\n }\n changePhoneStrategy {\n verifyOldPhone\n }\n changeEmailStrategy {\n verifyOldEmail\n }\n qrcodeLoginStrategy {\n qrcodeExpiresAfter\n returnFullUserInfo\n allowExchangeUserInfoFromBrowser\n ticketExpiresAfter\n }\n app2WxappLoginStrategy {\n ticketExpriresAfter\n ticketExchangeUserInfoNeedSecret\n }\n whitelist {\n phoneEnabled\n emailEnabled\n usernameEnabled\n }\n customSMSProvider {\n enabled\n provider\n config\n }\n packageType\n useCustomUserStore\n loginRequireEmailVerified\n verifyCodeLength\n verifyCodeMaxAttempts\n }\n}\n ",ht="\n query accessToken($userPoolId: String!, $secret: String!) {\n accessToken(userPoolId: $userPoolId, secret: $secret) {\n accessToken\n exp\n iat\n }\n}\n ",mt="\n query archivedUsers($page: Int, $limit: Int) {\n archivedUsers(page: $page, limit: $limit) {\n totalCount\n list {\n id\n arn\n status\n userPoolId\n username\n email\n emailVerified\n phone\n phoneVerified\n unionid\n openid\n nickname\n registerSource\n photo\n password\n oauth\n token\n tokenExpiredAt\n loginsCount\n lastLogin\n lastIP\n signedUp\n blocked\n isDeleted\n device\n browser\n company\n name\n givenName\n familyName\n middleName\n profile\n preferredUsername\n website\n gender\n birthdate\n zoneinfo\n locale\n address\n formatted\n streetAddress\n locality\n region\n postalCode\n city\n province\n country\n createdAt\n updatedAt\n externalId\n phoneCountryCode\n }\n }\n}\n ",gt="\n query authorizedTargets($namespace: String!, $resourceType: ResourceType!, $resource: String!, $targetType: PolicyAssignmentTargetType, $actions: AuthorizedTargetsActionsInput) {\n authorizedTargets(namespace: $namespace, resource: $resource, resourceType: $resourceType, targetType: $targetType, actions: $actions) {\n totalCount\n list {\n targetType\n targetIdentifier\n actions\n }\n }\n}\n ",vt="\n query checkLoginStatus($token: String) {\n checkLoginStatus(token: $token) {\n code\n message\n status\n exp\n iat\n data {\n id\n userPoolId\n arn\n }\n }\n}\n ",yt="\n query checkPasswordStrength($password: String!) {\n checkPasswordStrength(password: $password) {\n valid\n message\n }\n}\n ",bt="\n query childrenNodes($nodeId: String!) {\n childrenNodes(nodeId: $nodeId) {\n id\n orgId\n name\n nameI18n\n description\n descriptionI18n\n order\n code\n root\n depth\n path\n createdAt\n updatedAt\n children\n }\n}\n ",wt="\n query emailTemplates {\n emailTemplates {\n type\n name\n subject\n sender\n content\n redirectTo\n hasURL\n expiresIn\n enabled\n isSystem\n }\n}\n ",Et="\n query findUser($email: String, $phone: String, $username: String, $externalId: String, $identity: FindUserByIdentityInput) {\n findUser(email: $email, phone: $phone, username: $username, externalId: $externalId, identity: $identity) {\n id\n arn\n userPoolId\n status\n username\n email\n emailVerified\n phone\n phoneVerified\n unionid\n openid\n nickname\n registerSource\n photo\n password\n oauth\n token\n tokenExpiredAt\n loginsCount\n lastLogin\n lastIP\n signedUp\n blocked\n isDeleted\n device\n browser\n company\n name\n givenName\n familyName\n middleName\n profile\n preferredUsername\n website\n gender\n birthdate\n zoneinfo\n locale\n address\n formatted\n streetAddress\n locality\n region\n postalCode\n city\n province\n country\n createdAt\n updatedAt\n externalId\n phoneCountryCode\n }\n}\n ",kt="\n query findUserWithCustomData($email: String, $phone: String, $username: String, $externalId: String) {\n findUser(email: $email, phone: $phone, username: $username, externalId: $externalId) {\n id\n arn\n userPoolId\n status\n username\n email\n emailVerified\n phone\n phoneVerified\n unionid\n openid\n nickname\n registerSource\n photo\n password\n oauth\n token\n tokenExpiredAt\n loginsCount\n lastLogin\n lastIP\n signedUp\n blocked\n isDeleted\n device\n browser\n company\n name\n givenName\n familyName\n middleName\n profile\n preferredUsername\n website\n gender\n birthdate\n zoneinfo\n locale\n address\n formatted\n streetAddress\n locality\n region\n postalCode\n city\n province\n country\n createdAt\n updatedAt\n externalId\n phoneCountryCode\n customData {\n key\n value\n dataType\n label\n }\n }\n}\n ",Ct="\n query function($id: String) {\n function(id: $id) {\n id\n name\n sourceCode\n description\n url\n }\n}\n ",St="\n query functions($page: Int, $limit: Int, $sortBy: SortByEnum) {\n functions(page: $page, limit: $limit, sortBy: $sortBy) {\n list {\n id\n name\n sourceCode\n description\n url\n }\n totalCount\n }\n}\n ",xt="\n query getUserDepartments($id: String!, $orgId: String) {\n user(id: $id) {\n departments(orgId: $orgId) {\n totalCount\n list {\n department {\n id\n orgId\n name\n nameI18n\n description\n descriptionI18n\n order\n code\n root\n depth\n path\n codePath\n namePath\n createdAt\n updatedAt\n children\n isVirtualNode\n }\n isMainDepartment\n joinedAt\n }\n }\n }\n}\n ",_t="\n query getUserGroups($id: String!) {\n user(id: $id) {\n groups {\n totalCount\n list {\n code\n name\n description\n createdAt\n updatedAt\n }\n }\n }\n}\n ",Tt="\n query getUserRoles($id: String!, $namespace: String) {\n user(id: $id) {\n roles(namespace: $namespace) {\n totalCount\n list {\n id\n code\n namespace\n arn\n description\n createdAt\n updatedAt\n parent {\n code\n namespace\n arn\n description\n createdAt\n updatedAt\n }\n }\n }\n }\n}\n ",It="\n query group($code: String!) {\n group(code: $code) {\n code\n name\n description\n createdAt\n updatedAt\n }\n}\n ",Nt="\n query groupWithUsers($code: String!, $page: Int, $limit: Int) {\n group(code: $code) {\n users(page: $page, limit: $limit) {\n totalCount\n list {\n id\n arn\n status\n userPoolId\n username\n email\n emailVerified\n phone\n phoneVerified\n unionid\n openid\n nickname\n registerSource\n photo\n password\n oauth\n token\n tokenExpiredAt\n loginsCount\n lastLogin\n lastIP\n signedUp\n blocked\n isDeleted\n device\n browser\n company\n name\n givenName\n familyName\n middleName\n profile\n preferredUsername\n website\n gender\n birthdate\n zoneinfo\n locale\n address\n formatted\n streetAddress\n locality\n region\n postalCode\n city\n province\n country\n createdAt\n updatedAt\n externalId\n phoneCountryCode\n }\n }\n }\n}\n ",At="\n query groupWithUsersWithCustomData($code: String!, $page: Int, $limit: Int) {\n group(code: $code) {\n users(page: $page, limit: $limit) {\n totalCount\n list {\n id\n arn\n status\n userPoolId\n username\n email\n emailVerified\n phone\n phoneVerified\n unionid\n openid\n nickname\n registerSource\n photo\n password\n oauth\n token\n tokenExpiredAt\n loginsCount\n lastLogin\n lastIP\n signedUp\n blocked\n isDeleted\n device\n browser\n company\n name\n givenName\n familyName\n middleName\n profile\n preferredUsername\n website\n gender\n birthdate\n zoneinfo\n locale\n address\n formatted\n streetAddress\n locality\n region\n postalCode\n city\n province\n country\n createdAt\n updatedAt\n externalId\n phoneCountryCode\n customData {\n key\n value\n dataType\n label\n }\n }\n }\n }\n}\n ",Pt="\n query groups($userId: String, $page: Int, $limit: Int, $sortBy: SortByEnum) {\n groups(userId: $userId, page: $page, limit: $limit, sortBy: $sortBy) {\n totalCount\n list {\n code\n name\n description\n createdAt\n updatedAt\n }\n }\n}\n ",Ot="\n query isActionAllowed($resource: String!, $action: String!, $userId: String!, $namespace: String) {\n isActionAllowed(resource: $resource, action: $action, userId: $userId, namespace: $namespace)\n}\n ",Mt="\n query isActionDenied($resource: String!, $action: String!, $userId: String!) {\n isActionDenied(resource: $resource, action: $action, userId: $userId)\n}\n ",Rt="\n query isDomainAvaliable($domain: String!) {\n isDomainAvaliable(domain: $domain)\n}\n ",Dt="\n query isRootNode($nodeId: String!, $orgId: String!) {\n isRootNode(nodeId: $nodeId, orgId: $orgId)\n}\n ",Ft="\n query isUserExists($email: String, $phone: String, $username: String, $externalId: String) {\n isUserExists(email: $email, phone: $phone, username: $username, externalId: $externalId)\n}\n ",Lt="\n query authorizedResources($targetType: PolicyAssignmentTargetType, $targetIdentifier: String, $namespace: String, $resourceType: String) {\n authorizedResources(targetType: $targetType, targetIdentifier: $targetIdentifier, namespace: $namespace, resourceType: $resourceType) {\n totalCount\n list {\n code\n type\n actions\n apiIdentifier\n }\n }\n}\n ",Bt="\n query listGroupAuthorizedResources($code: String!, $namespace: String, $resourceType: String) {\n group(code: $code) {\n authorizedResources(namespace: $namespace, resourceType: $resourceType) {\n totalCount\n list {\n code\n type\n actions\n apiIdentifier\n }\n }\n }\n}\n ",jt="\n query listNodeByCodeAuthorizedResources($orgId: String!, $code: String!, $namespace: String, $resourceType: String) {\n nodeByCode(orgId: $orgId, code: $code) {\n authorizedResources(namespace: $namespace, resourceType: $resourceType) {\n totalCount\n list {\n code\n type\n actions\n apiIdentifier\n }\n }\n }\n}\n ",$t="\n query listNodeByIdAuthorizedResources($id: String!, $namespace: String, $resourceType: String) {\n nodeById(id: $id) {\n authorizedResources(namespace: $namespace, resourceType: $resourceType) {\n totalCount\n list {\n code\n type\n actions\n apiIdentifier\n }\n }\n }\n}\n ",Ut="\n query listRoleAuthorizedResources($code: String!, $namespace: String, $resourceType: String) {\n role(code: $code, namespace: $namespace) {\n authorizedResources(resourceType: $resourceType) {\n totalCount\n list {\n code\n type\n actions\n apiIdentifier\n }\n }\n }\n}\n ",zt="\n query listUserAuthorizedResources($id: String!, $namespace: String, $resourceType: String) {\n user(id: $id) {\n authorizedResources(namespace: $namespace, resourceType: $resourceType) {\n totalCount\n list {\n code\n type\n actions\n apiIdentifier\n }\n }\n }\n}\n ",Wt="\n query nodeByCode($orgId: String!, $code: String!) {\n nodeByCode(orgId: $orgId, code: $code) {\n id\n orgId\n name\n nameI18n\n description\n descriptionI18n\n order\n code\n root\n depth\n path\n createdAt\n updatedAt\n children\n }\n}\n ",Vt="\n query nodeByCodeWithMembers($page: Int, $limit: Int, $sortBy: SortByEnum, $includeChildrenNodes: Boolean, $orgId: String!, $code: String!) {\n nodeByCode(orgId: $orgId, code: $code) {\n id\n orgId\n name\n nameI18n\n description\n descriptionI18n\n order\n code\n root\n depth\n createdAt\n updatedAt\n children\n users(page: $page, limit: $limit, sortBy: $sortBy, includeChildrenNodes: $includeChildrenNodes) {\n totalCount\n list {\n id\n arn\n userPoolId\n status\n username\n email\n emailVerified\n phone\n phoneVerified\n unionid\n openid\n nickname\n registerSource\n photo\n password\n oauth\n token\n tokenExpiredAt\n loginsCount\n lastLogin\n lastIP\n signedUp\n blocked\n isDeleted\n device\n browser\n company\n name\n givenName\n familyName\n middleName\n profile\n preferredUsername\n website\n gender\n birthdate\n zoneinfo\n locale\n address\n formatted\n streetAddress\n locality\n region\n postalCode\n city\n province\n country\n createdAt\n updatedAt\n externalId\n phoneCountryCode\n }\n }\n }\n}\n ",qt="\n query nodeById($id: String!) {\n nodeById(id: $id) {\n id\n orgId\n name\n nameI18n\n description\n descriptionI18n\n order\n code\n root\n depth\n path\n createdAt\n updatedAt\n children\n }\n}\n ",Ht="\n query nodeByIdWithMembers($page: Int, $limit: Int, $sortBy: SortByEnum, $includeChildrenNodes: Boolean, $id: String!) {\n nodeById(id: $id) {\n id\n orgId\n name\n nameI18n\n description\n descriptionI18n\n order\n code\n root\n depth\n createdAt\n updatedAt\n children\n users(page: $page, limit: $limit, sortBy: $sortBy, includeChildrenNodes: $includeChildrenNodes) {\n totalCount\n list {\n id\n arn\n userPoolId\n status\n username\n email\n emailVerified\n phone\n phoneVerified\n unionid\n openid\n nickname\n registerSource\n photo\n password\n oauth\n token\n tokenExpiredAt\n loginsCount\n lastLogin\n lastIP\n signedUp\n blocked\n isDeleted\n device\n browser\n company\n name\n givenName\n familyName\n middleName\n profile\n preferredUsername\n website\n gender\n birthdate\n zoneinfo\n locale\n address\n formatted\n streetAddress\n locality\n region\n postalCode\n city\n province\n country\n createdAt\n updatedAt\n externalId\n phoneCountryCode\n }\n }\n }\n}\n ",Gt="\n query org($id: String!) {\n org(id: $id) {\n id\n rootNode {\n id\n orgId\n name\n nameI18n\n description\n descriptionI18n\n order\n code\n root\n depth\n path\n createdAt\n updatedAt\n children\n }\n nodes {\n id\n orgId\n name\n nameI18n\n description\n descriptionI18n\n order\n code\n root\n depth\n path\n createdAt\n updatedAt\n children\n }\n }\n}\n ",Kt="\n query orgs($page: Int, $limit: Int, $sortBy: SortByEnum) {\n orgs(page: $page, limit: $limit, sortBy: $sortBy) {\n totalCount\n list {\n id\n rootNode {\n id\n name\n nameI18n\n path\n description\n descriptionI18n\n order\n code\n root\n depth\n createdAt\n updatedAt\n children\n }\n nodes {\n id\n name\n path\n nameI18n\n description\n descriptionI18n\n order\n code\n root\n depth\n createdAt\n updatedAt\n children\n }\n }\n }\n}\n ",Yt="\n query policies($page: Int, $limit: Int, $namespace: String) {\n policies(page: $page, limit: $limit, namespace: $namespace) {\n totalCount\n list {\n namespace\n code\n description\n createdAt\n updatedAt\n statements {\n resource\n actions\n effect\n condition {\n param\n operator\n value\n }\n }\n }\n }\n}\n ",Jt="\n query policy($namespace: String, $code: String!) {\n policy(code: $code, namespace: $namespace) {\n namespace\n code\n isDefault\n description\n statements {\n resource\n actions\n effect\n condition {\n param\n operator\n value\n }\n }\n createdAt\n updatedAt\n }\n}\n ",Zt="\n query policyAssignments($namespace: String, $code: String, $targetType: PolicyAssignmentTargetType, $targetIdentifier: String, $page: Int, $limit: Int) {\n policyAssignments(namespace: $namespace, code: $code, targetType: $targetType, targetIdentifier: $targetIdentifier, page: $page, limit: $limit) {\n totalCount\n list {\n code\n targetType\n targetIdentifier\n }\n }\n}\n ",Qt="\n query policyWithAssignments($page: Int, $limit: Int, $code: String!) {\n policy(code: $code) {\n code\n isDefault\n description\n statements {\n resource\n actions\n effect\n }\n createdAt\n updatedAt\n assignmentsCount\n assignments(page: $page, limit: $limit) {\n code\n targetType\n targetIdentifier\n }\n }\n}\n ",Xt="\n query previewEmail($type: EmailTemplateType!) {\n previewEmail(type: $type)\n}\n ",en="\n query qiniuUptoken($type: String) {\n qiniuUptoken(type: $type)\n}\n ",tn="\n query queryMfa($id: String, $userId: String, $userPoolId: String) {\n queryMfa(id: $id, userId: $userId, userPoolId: $userPoolId) {\n id\n userId\n userPoolId\n enable\n secret\n }\n}\n ",nn="\n query role($code: String!, $namespace: String) {\n role(code: $code, namespace: $namespace) {\n id\n namespace\n code\n arn\n description\n createdAt\n updatedAt\n parent {\n namespace\n code\n arn\n description\n createdAt\n updatedAt\n }\n }\n}\n ",rn="\n query roleWithUsers($code: String!, $namespace: String, $page: Int, $limit: Int) {\n role(code: $code, namespace: $namespace) {\n users(page: $page, limit: $limit) {\n totalCount\n list {\n id\n arn\n status\n userPoolId\n username\n email\n emailVerified\n phone\n phoneVerified\n unionid\n openid\n nickname\n registerSource\n photo\n password\n oauth\n token\n tokenExpiredAt\n loginsCount\n lastLogin\n lastIP\n signedUp\n blocked\n isDeleted\n device\n browser\n company\n name\n givenName\n familyName\n middleName\n profile\n preferredUsername\n website\n gender\n birthdate\n zoneinfo\n locale\n address\n formatted\n streetAddress\n locality\n region\n postalCode\n city\n province\n country\n createdAt\n updatedAt\n externalId\n phoneCountryCode\n }\n }\n }\n}\n ",on="\n query roleWithUsersWithCustomData($code: String!, $namespace: String, $page: Int, $limit: Int) {\n role(code: $code, namespace: $namespace) {\n users(page: $page, limit: $limit) {\n totalCount\n list {\n id\n arn\n status\n userPoolId\n username\n email\n emailVerified\n phone\n phoneVerified\n unionid\n openid\n nickname\n registerSource\n photo\n password\n oauth\n token\n tokenExpiredAt\n loginsCount\n lastLogin\n lastIP\n signedUp\n blocked\n isDeleted\n device\n browser\n company\n name\n givenName\n familyName\n middleName\n profile\n preferredUsername\n website\n gender\n birthdate\n zoneinfo\n locale\n address\n formatted\n streetAddress\n locality\n region\n postalCode\n city\n province\n country\n createdAt\n updatedAt\n externalId\n phoneCountryCode\n customData {\n key\n value\n dataType\n label\n }\n }\n }\n }\n}\n ",an="\n query roles($namespace: String, $page: Int, $limit: Int, $sortBy: SortByEnum) {\n roles(namespace: $namespace, page: $page, limit: $limit, sortBy: $sortBy) {\n totalCount\n list {\n id\n namespace\n code\n arn\n description\n createdAt\n updatedAt\n }\n }\n}\n ",sn="\n query rootNode($orgId: String!) {\n rootNode(orgId: $orgId) {\n id\n orgId\n name\n nameI18n\n description\n descriptionI18n\n order\n code\n root\n depth\n path\n codePath\n namePath\n createdAt\n updatedAt\n children\n }\n}\n ",ln="\n query searchNodes($keyword: String!) {\n searchNodes(keyword: $keyword) {\n id\n orgId\n name\n nameI18n\n description\n descriptionI18n\n order\n code\n root\n depth\n path\n codePath\n namePath\n createdAt\n updatedAt\n children\n }\n}\n ",cn="\n query searchUser($query: String!, $fields: [String], $page: Int, $limit: Int, $departmentOpts: [SearchUserDepartmentOpt], $groupOpts: [SearchUserGroupOpt], $roleOpts: [SearchUserRoleOpt]) {\n searchUser(query: $query, fields: $fields, page: $page, limit: $limit, departmentOpts: $departmentOpts, groupOpts: $groupOpts, roleOpts: $roleOpts) {\n totalCount\n list {\n id\n arn\n userPoolId\n status\n username\n email\n emailVerified\n phone\n phoneVerified\n unionid\n openid\n nickname\n registerSource\n photo\n password\n oauth\n token\n tokenExpiredAt\n loginsCount\n lastLogin\n lastIP\n signedUp\n blocked\n isDeleted\n device\n browser\n company\n name\n givenName\n familyName\n middleName\n profile\n preferredUsername\n website\n gender\n birthdate\n zoneinfo\n locale\n address\n formatted\n streetAddress\n locality\n region\n postalCode\n city\n province\n country\n createdAt\n updatedAt\n externalId\n phoneCountryCode\n }\n }\n}\n ",un="\n query searchUserWithCustomData($query: String!, $fields: [String], $page: Int, $limit: Int, $departmentOpts: [SearchUserDepartmentOpt], $groupOpts: [SearchUserGroupOpt], $roleOpts: [SearchUserRoleOpt]) {\n searchUser(query: $query, fields: $fields, page: $page, limit: $limit, departmentOpts: $departmentOpts, groupOpts: $groupOpts, roleOpts: $roleOpts) {\n totalCount\n list {\n id\n arn\n userPoolId\n status\n username\n email\n emailVerified\n phone\n phoneVerified\n unionid\n openid\n nickname\n registerSource\n photo\n password\n oauth\n token\n tokenExpiredAt\n loginsCount\n lastLogin\n lastIP\n signedUp\n blocked\n isDeleted\n device\n browser\n company\n name\n givenName\n familyName\n middleName\n profile\n preferredUsername\n website\n gender\n birthdate\n zoneinfo\n locale\n address\n formatted\n streetAddress\n locality\n region\n postalCode\n city\n province\n country\n createdAt\n updatedAt\n externalId\n phoneCountryCode\n customData {\n key\n value\n dataType\n label\n }\n }\n }\n}\n ",dn="\n query templateCode {\n templateCode\n}\n ",pn="\n query udf($targetType: UDFTargetType!) {\n udf(targetType: $targetType) {\n targetType\n dataType\n key\n label\n options\n }\n}\n ",fn="\n query udfValueBatch($targetType: UDFTargetType!, $targetIds: [String!]!) {\n udfValueBatch(targetType: $targetType, targetIds: $targetIds) {\n targetId\n data {\n key\n dataType\n value\n label\n }\n }\n}\n ",hn="\n query udv($targetType: UDFTargetType!, $targetId: String!) {\n udv(targetType: $targetType, targetId: $targetId) {\n key\n dataType\n value\n label\n }\n}\n ",mn="\n query user($id: String) {\n user(id: $id) {\n id\n arn\n userPoolId\n status\n username\n email\n emailVerified\n phone\n phoneVerified\n identities {\n openid\n userIdInIdp\n userId\n connectionId\n isSocial\n provider\n type\n userPoolId\n extIdpId\n }\n unionid\n openid\n nickname\n registerSource\n photo\n password\n oauth\n token\n tokenExpiredAt\n loginsCount\n lastLogin\n lastIP\n signedUp\n blocked\n isDeleted\n device\n browser\n company\n name\n givenName\n familyName\n middleName\n profile\n preferredUsername\n website\n gender\n birthdate\n zoneinfo\n locale\n address\n formatted\n streetAddress\n locality\n region\n postalCode\n city\n province\n country\n createdAt\n updatedAt\n externalId\n phoneCountryCode\n customData {\n key\n value\n dataType\n label\n }\n }\n}\n ",gn="\n query userBatch($ids: [String!]!, $type: String) {\n userBatch(ids: $ids, type: $type) {\n identities {\n openid\n userIdInIdp\n userId\n connectionId\n isSocial\n provider\n type\n userPoolId\n extIdpId\n }\n id\n arn\n userPoolId\n status\n username\n email\n emailVerified\n phone\n phoneVerified\n unionid\n openid\n nickname\n registerSource\n photo\n password\n oauth\n token\n tokenExpiredAt\n loginsCount\n lastLogin\n lastIP\n signedUp\n blocked\n isDeleted\n device\n browser\n company\n name\n givenName\n familyName\n middleName\n profile\n preferredUsername\n website\n gender\n birthdate\n zoneinfo\n locale\n address\n formatted\n streetAddress\n locality\n region\n postalCode\n city\n province\n country\n createdAt\n updatedAt\n externalId\n phoneCountryCode\n }\n}\n ",vn="\n query userBatchWithCustomData($ids: [String!]!, $type: String) {\n userBatch(ids: $ids, type: $type) {\n identities {\n openid\n userIdInIdp\n userId\n connectionId\n isSocial\n provider\n type\n userPoolId\n extIdpId\n }\n id\n arn\n userPoolId\n status\n username\n email\n emailVerified\n phone\n phoneVerified\n unionid\n openid\n nickname\n registerSource\n photo\n password\n oauth\n token\n tokenExpiredAt\n loginsCount\n lastLogin\n lastIP\n signedUp\n blocked\n isDeleted\n device\n browser\n company\n name\n givenName\n familyName\n middleName\n profile\n preferredUsername\n website\n gender\n birthdate\n zoneinfo\n locale\n address\n formatted\n streetAddress\n locality\n region\n postalCode\n city\n province\n country\n createdAt\n updatedAt\n externalId\n phoneCountryCode\n customData {\n key\n value\n dataType\n label\n }\n }\n}\n ",yn="\n query userWithCustomData($id: String) {\n user(id: $id) {\n id\n arn\n userPoolId\n status\n username\n email\n emailVerified\n phone\n phoneVerified\n identities {\n openid\n userIdInIdp\n userId\n connectionId\n isSocial\n provider\n userPoolId\n extIdpId\n }\n unionid\n openid\n nickname\n registerSource\n photo\n password\n oauth\n token\n tokenExpiredAt\n loginsCount\n lastLogin\n lastIP\n signedUp\n blocked\n isDeleted\n device\n browser\n company\n name\n givenName\n familyName\n middleName\n profile\n preferredUsername\n website\n gender\n birthdate\n zoneinfo\n locale\n address\n formatted\n streetAddress\n locality\n region\n postalCode\n city\n province\n country\n createdAt\n updatedAt\n externalId\n phoneCountryCode\n customData {\n key\n value\n dataType\n label\n }\n }\n}\n ",bn="\n query userpool {\n userpool {\n id\n name\n domain\n description\n secret\n jwtSecret\n ownerId\n userpoolTypes {\n code\n name\n description\n image\n sdks\n }\n logo\n createdAt\n updatedAt\n emailVerifiedDefault\n sendWelcomeEmail\n registerDisabled\n appSsoEnabled\n showWxQRCodeWhenRegisterDisabled\n allowedOrigins\n tokenExpiresAfter\n isDeleted\n frequentRegisterCheck {\n timeInterval\n limit\n enabled\n }\n loginFailCheck {\n timeInterval\n limit\n enabled\n }\n loginPasswordFailCheck {\n timeInterval\n limit\n enabled\n }\n loginFailStrategy\n changePhoneStrategy {\n verifyOldPhone\n }\n changeEmailStrategy {\n verifyOldEmail\n }\n qrcodeLoginStrategy {\n qrcodeExpiresAfter\n returnFullUserInfo\n allowExchangeUserInfoFromBrowser\n ticketExpiresAfter\n }\n app2WxappLoginStrategy {\n ticketExpriresAfter\n ticketExchangeUserInfoNeedSecret\n }\n whitelist {\n phoneEnabled\n emailEnabled\n usernameEnabled\n }\n customSMSProvider {\n enabled\n provider\n config\n }\n packageType\n useCustomUserStore\n loginRequireEmailVerified\n verifyCodeLength\n verifyCodeMaxAttempts\n }\n}\n ",wn="\n query userpoolTypes {\n userpoolTypes {\n code\n name\n description\n image\n sdks\n }\n}\n ",En="\n query userpools($page: Int, $limit: Int, $sortBy: SortByEnum) {\n userpools(page: $page, limit: $limit, sortBy: $sortBy) {\n totalCount\n list {\n id\n name\n domain\n ownerId\n description\n secret\n jwtSecret\n logo\n createdAt\n updatedAt\n emailVerifiedDefault\n sendWelcomeEmail\n registerDisabled\n appSsoEnabled\n showWxQRCodeWhenRegisterDisabled\n allowedOrigins\n tokenExpiresAfter\n isDeleted\n packageType\n useCustomUserStore\n loginRequireEmailVerified\n verifyCodeLength\n verifyCodeMaxAttempts\n }\n }\n}\n ",kn="\n query users($page: Int, $limit: Int, $sortBy: SortByEnum, $excludeUsersInOrg: Boolean) {\n users(page: $page, limit: $limit, sortBy: $sortBy, excludeUsersInOrg: $excludeUsersInOrg) {\n totalCount\n list {\n identities {\n openid\n userIdInIdp\n userId\n connectionId\n isSocial\n provider\n type\n userPoolId\n extIdpId\n }\n id\n arn\n userPoolId\n status\n username\n email\n emailVerified\n phone\n phoneVerified\n unionid\n openid\n nickname\n registerSource\n photo\n password\n oauth\n token\n tokenExpiredAt\n loginsCount\n lastLogin\n lastIP\n signedUp\n blocked\n isDeleted\n device\n browser\n company\n name\n givenName\n familyName\n middleName\n profile\n preferredUsername\n website\n gender\n birthdate\n zoneinfo\n locale\n address\n formatted\n streetAddress\n locality\n region\n postalCode\n city\n province\n country\n createdAt\n updatedAt\n externalId\n phoneCountryCode\n }\n }\n}\n ",Cn="\n query usersWithCustomData($page: Int, $limit: Int, $sortBy: SortByEnum, $excludeUsersInOrg: Boolean) {\n users(page: $page, limit: $limit, sortBy: $sortBy, excludeUsersInOrg: $excludeUsersInOrg) {\n totalCount\n list {\n id\n identities {\n openid\n userIdInIdp\n userId\n connectionId\n isSocial\n provider\n type\n userPoolId\n extIdpId\n }\n arn\n userPoolId\n status\n username\n email\n emailVerified\n phone\n phoneVerified\n unionid\n openid\n nickname\n registerSource\n photo\n password\n oauth\n token\n tokenExpiredAt\n loginsCount\n lastLogin\n lastIP\n signedUp\n blocked\n isDeleted\n device\n browser\n company\n name\n givenName\n familyName\n middleName\n profile\n preferredUsername\n website\n gender\n birthdate\n zoneinfo\n locale\n address\n formatted\n streetAddress\n locality\n region\n postalCode\n city\n province\n country\n createdAt\n updatedAt\n externalId\n phoneCountryCode\n customData {\n key\n value\n dataType\n label\n }\n }\n }\n}\n ",Sn="\n query whitelist($type: WhitelistType!) {\n whitelist(type: $type) {\n createdAt\n updatedAt\n value\n }\n}\n ",xn=c(1354),_n=c.n(xn);var Tn=function(){return Tn=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var o in t=arguments[n])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},Tn.apply(this,arguments)};function In(e,t,n,r){return new(n||(n=Promise))((function(o,a){function i(e){try{l(r.next(e))}catch(e){a(e)}}function s(e){try{l(r.throw(e))}catch(e){a(e)}}function l(e){var t;e.done?o(e.value):(t=e.value,t instanceof n?t:new n((function(e){e(t)}))).then(i,s)}l((r=r.apply(e,t||[])).next())}))}function Nn(e,t){var n,r,o,a={label:0,sent:function(){if(1&o[0])throw o[1];return o[1]},trys:[],ops:[]},i=Object.create(("function"==typeof Iterator?Iterator:Object).prototype);return i.next=s(0),i.throw=s(1),i.return=s(2),"function"==typeof Symbol&&(i[Symbol.iterator]=function(){return this}),i;function s(s){return function(l){return function(s){if(n)throw new TypeError("Generator is already executing.");for(;i&&(i=0,s[0]&&(a=0)),a;)try{if(n=1,r&&(o=2&s[0]?r.return:s[0]?r.throw||((o=r.return)&&o.call(r),0):r.next)&&!(o=o.call(r,s[1])).done)return o;switch(r=0,o&&(s=[2&s[0],o.value]),s[0]){case 0:case 1:o=s;break;case 4:return a.label++,{value:s[1],done:!1};case 5:a.label++,r=s[1],s=[0];continue;case 7:s=a.ops.pop(),a.trys.pop();continue;default:if(!(o=a.trys,(o=o.length>0&&o[o.length-1])||6!==s[0]&&2!==s[0])){a=0;continue}if(3===s[0]&&(!o||s[1]>o[0]&&s[1]<o[3])){a.label=s[1];break}if(6===s[0]&&a.label<o[1]){a.label=o[1],o=s;break}if(o&&a.label<o[2]){a.label=o[2],a.ops.push(s);break}o[2]&&a.ops.pop(),a.trys.pop();continue}s=t.call(e,a)}catch(e){s=[6,e],r=0}finally{n=o=0}if(5&s[0])throw s[1];return{value:s[0]?s[1]:void 0,done:!0}}([s,l])}}}Object.create;function An(e){var t="function"==typeof Symbol&&Symbol.iterator,n=t&&e[t],r=0;if(n)return n.call(e);if(e&&"number"==typeof e.length)return{next:function(){return e&&r>=e.length&&(e=void 0),{value:e&&e[r++],done:!e}}};throw new TypeError(t?"Object is not iterable.":"Symbol.iterator is not defined.")}function Pn(e,t,n){if(n||2===arguments.length)for(var r,o=0,a=t.length;o<a;o++)!r&&o in t||(r||(r=Array.prototype.slice.call(t,0,o)),r[o]=t[o]);return e.concat(r||Array.prototype.slice.call(t))}Object.create;function On(e,t,n,r){if("a"===n&&!r)throw new TypeError("Private accessor was defined without a getter");if("function"==typeof t?e!==t||!r:!t.has(e))throw new TypeError("Cannot read private member from an object whose class did not declare it");return"m"===n?r:"a"===n?r.call(e):r?r.value:t.get(e)}function Mn(e,t,n,r,o){if("m"===r)throw new TypeError("Private method is not writable");if("a"===r&&!o)throw new TypeError("Private accessor was defined without a setter");if("function"==typeof t?e!==t||!o:!t.has(e))throw new TypeError("Cannot write private member to an object whose class did not declare it");return"a"===r?o.call(e,n):o?o.value=n:t.set(e,n),n}"function"==typeof SuppressedError&&SuppressedError;// CONCATENATED MODULE: ./node_modules/@fingerprintjs/fingerprintjs/dist/fp.esm.js
18758
+ e.INFORMATION_COMPLETION_VERIFY_CODE="INFORMATION_COMPLETION_VERIFY_CODE"}(B||(B={}));var V="\n mutation addMember($page: Int, $limit: Int, $sortBy: SortByEnum, $includeChildrenNodes: Boolean, $nodeId: String, $orgId: String, $nodeCode: String, $userIds: [String!]!, $isLeader: Boolean) {\n addMember(nodeId: $nodeId, orgId: $orgId, nodeCode: $nodeCode, userIds: $userIds, isLeader: $isLeader) {\n id\n orgId\n name\n nameI18n\n description\n descriptionI18n\n order\n code\n root\n depth\n path\n createdAt\n updatedAt\n children\n users(page: $page, limit: $limit, sortBy: $sortBy, includeChildrenNodes: $includeChildrenNodes) {\n totalCount\n list {\n id\n arn\n userPoolId\n username\n status\n email\n emailVerified\n phone\n phoneVerified\n unionid\n openid\n nickname\n registerSource\n photo\n password\n oauth\n token\n tokenExpiredAt\n loginsCount\n lastLogin\n lastIP\n signedUp\n blocked\n isDeleted\n device\n browser\n company\n name\n givenName\n familyName\n middleName\n profile\n preferredUsername\n website\n gender\n birthdate\n zoneinfo\n locale\n address\n formatted\n streetAddress\n locality\n region\n postalCode\n city\n province\n country\n createdAt\n updatedAt\n externalId\n phoneCountryCode\n }\n }\n }\n}\n ",q="\n mutation addNode($orgId: String!, $parentNodeId: String, $name: String!, $nameI18n: String, $description: String, $descriptionI18n: String, $order: Int, $code: String) {\n addNode(orgId: $orgId, parentNodeId: $parentNodeId, name: $name, nameI18n: $nameI18n, description: $description, descriptionI18n: $descriptionI18n, order: $order, code: $code) {\n id\n rootNode {\n id\n orgId\n name\n nameI18n\n description\n descriptionI18n\n order\n code\n root\n depth\n path\n createdAt\n updatedAt\n children\n }\n nodes {\n id\n orgId\n name\n nameI18n\n description\n descriptionI18n\n order\n code\n root\n depth\n path\n createdAt\n updatedAt\n children\n }\n }\n}\n ",H="\n mutation addNodeV2($orgId: String!, $parentNodeId: String, $name: String!, $nameI18n: String, $description: String, $descriptionI18n: String, $order: Int, $code: String) {\n addNodeV2(orgId: $orgId, parentNodeId: $parentNodeId, name: $name, nameI18n: $nameI18n, description: $description, descriptionI18n: $descriptionI18n, order: $order, code: $code) {\n id\n orgId\n name\n nameI18n\n description\n descriptionI18n\n order\n code\n root\n depth\n path\n createdAt\n updatedAt\n children\n }\n}\n ",G="\n mutation addPolicyAssignments($policies: [String!]!, $targetType: PolicyAssignmentTargetType!, $targetIdentifiers: [String!], $inheritByChildren: Boolean, $namespace: String) {\n addPolicyAssignments(policies: $policies, targetType: $targetType, targetIdentifiers: $targetIdentifiers, inheritByChildren: $inheritByChildren, namespace: $namespace) {\n message\n code\n }\n}\n ",K="\n mutation addUserToGroup($userIds: [String!]!, $code: String) {\n addUserToGroup(userIds: $userIds, code: $code) {\n message\n code\n }\n}\n ",Y="\n mutation addWhitelist($type: WhitelistType!, $list: [String!]!) {\n addWhitelist(type: $type, list: $list) {\n createdAt\n updatedAt\n value\n }\n}\n ",J="\n mutation allow($resource: String!, $action: String!, $userId: String, $userIds: [String!], $roleCode: String, $roleCodes: [String!], $namespace: String) {\n allow(resource: $resource, action: $action, userId: $userId, userIds: $userIds, roleCode: $roleCode, roleCodes: $roleCodes, namespace: $namespace) {\n message\n code\n }\n}\n ",Z="\n mutation assignRole($namespace: String, $roleCode: String, $roleCodes: [String], $userIds: [String!], $groupCodes: [String!], $nodeCodes: [String!]) {\n assignRole(namespace: $namespace, roleCode: $roleCode, roleCodes: $roleCodes, userIds: $userIds, groupCodes: $groupCodes, nodeCodes: $nodeCodes) {\n message\n code\n }\n}\n ",Q="\n mutation authorizeResource($namespace: String, $resource: String, $resourceType: ResourceType, $opts: [AuthorizeResourceOpt]) {\n authorizeResource(namespace: $namespace, resource: $resource, resourceType: $resourceType, opts: $opts) {\n code\n message\n }\n}\n ",X="\n mutation bindEmail($email: String!, $emailCode: String!) {\n bindEmail(email: $email, emailCode: $emailCode) {\n id\n arn\n userPoolId\n status\n username\n email\n emailVerified\n phone\n phoneVerified\n unionid\n openid\n nickname\n registerSource\n photo\n password\n oauth\n token\n tokenExpiredAt\n loginsCount\n lastLogin\n lastIP\n signedUp\n blocked\n isDeleted\n device\n browser\n company\n name\n givenName\n familyName\n middleName\n profile\n preferredUsername\n website\n gender\n birthdate\n zoneinfo\n locale\n address\n formatted\n streetAddress\n locality\n region\n postalCode\n city\n province\n country\n createdAt\n updatedAt\n phoneCountryCode\n }\n}\n ",ee="\n mutation bindPhone($phone: String!, $phoneCode: String!, $phoneCountryCode: String) {\n bindPhone(phone: $phone, phoneCode: $phoneCode, phoneCountryCode: $phoneCountryCode) {\n id\n arn\n userPoolId\n status\n username\n email\n emailVerified\n phone\n phoneVerified\n unionid\n openid\n nickname\n registerSource\n photo\n password\n oauth\n token\n tokenExpiredAt\n loginsCount\n lastLogin\n lastIP\n signedUp\n blocked\n isDeleted\n device\n browser\n company\n name\n givenName\n familyName\n middleName\n profile\n preferredUsername\n website\n gender\n birthdate\n zoneinfo\n locale\n address\n formatted\n streetAddress\n locality\n region\n postalCode\n city\n province\n country\n createdAt\n updatedAt\n phoneCountryCode\n }\n}\n ",te="\n mutation changeMfa($enable: Boolean, $id: String, $userId: String, $userPoolId: String, $refresh: Boolean) {\n changeMfa(enable: $enable, id: $id, userId: $userId, userPoolId: $userPoolId, refresh: $refresh) {\n id\n userId\n userPoolId\n enable\n secret\n }\n}\n ",ne="\n mutation configEmailTemplate($input: ConfigEmailTemplateInput!) {\n configEmailTemplate(input: $input) {\n type\n name\n subject\n sender\n content\n redirectTo\n hasURL\n expiresIn\n enabled\n isSystem\n }\n}\n ",re="\n mutation createFunction($input: CreateFunctionInput!) {\n createFunction(input: $input) {\n id\n name\n sourceCode\n description\n url\n }\n}\n ",oe="\n mutation createGroup($code: String!, $name: String!, $description: String) {\n createGroup(code: $code, name: $name, description: $description) {\n code\n name\n description\n createdAt\n updatedAt\n }\n}\n ",ae="\n mutation createOrg($name: String!, $code: String, $description: String, $tenantId: String) {\n createOrg(name: $name, code: $code, description: $description, tenantId: $tenantId) {\n id\n rootNode {\n id\n orgId\n name\n nameI18n\n description\n descriptionI18n\n order\n code\n root\n depth\n path\n createdAt\n updatedAt\n children\n }\n nodes {\n id\n orgId\n name\n nameI18n\n description\n descriptionI18n\n order\n code\n root\n depth\n path\n createdAt\n updatedAt\n children\n }\n }\n}\n ",ie="\n mutation createPolicy($namespace: String, $code: String!, $description: String, $statements: [PolicyStatementInput!]!) {\n createPolicy(namespace: $namespace, code: $code, description: $description, statements: $statements) {\n namespace\n code\n isDefault\n description\n statements {\n resource\n actions\n effect\n condition {\n param\n operator\n value\n }\n }\n createdAt\n updatedAt\n assignmentsCount\n }\n}\n ",se="\n mutation createRole($namespace: String, $code: String!, $description: String, $parent: String) {\n createRole(namespace: $namespace, code: $code, description: $description, parent: $parent) {\n id\n namespace\n code\n arn\n description\n createdAt\n updatedAt\n parent {\n namespace\n code\n arn\n description\n createdAt\n updatedAt\n }\n }\n}\n ",le="\n mutation createUser($userInfo: CreateUserInput!, $params: String, $identity: CreateUserIdentityInput, $keepPassword: Boolean, $resetPasswordOnFirstLogin: Boolean) {\n createUser(userInfo: $userInfo, params: $params, identity: $identity, keepPassword: $keepPassword, resetPasswordOnFirstLogin: $resetPasswordOnFirstLogin) {\n id\n arn\n userPoolId\n status\n username\n email\n emailVerified\n phone\n phoneVerified\n unionid\n openid\n nickname\n registerSource\n photo\n password\n oauth\n token\n tokenExpiredAt\n loginsCount\n lastLogin\n lastIP\n signedUp\n blocked\n isDeleted\n device\n browser\n company\n name\n givenName\n familyName\n middleName\n profile\n preferredUsername\n website\n gender\n birthdate\n zoneinfo\n locale\n address\n formatted\n streetAddress\n locality\n region\n postalCode\n city\n province\n country\n createdAt\n updatedAt\n externalId\n phoneCountryCode\n }\n}\n ",ce="\n mutation createUserWithCustomData($userInfo: CreateUserInput!, $keepPassword: Boolean, $params: String) {\n createUser(userInfo: $userInfo, keepPassword: $keepPassword, params: $params) {\n id\n arn\n userPoolId\n status\n username\n email\n emailVerified\n phone\n phoneVerified\n unionid\n openid\n nickname\n registerSource\n photo\n password\n oauth\n token\n tokenExpiredAt\n loginsCount\n lastLogin\n lastIP\n signedUp\n blocked\n isDeleted\n device\n browser\n company\n name\n givenName\n familyName\n middleName\n profile\n preferredUsername\n website\n gender\n birthdate\n zoneinfo\n locale\n address\n formatted\n streetAddress\n locality\n region\n postalCode\n city\n province\n country\n createdAt\n updatedAt\n externalId\n phoneCountryCode\n customData {\n key\n value\n dataType\n label\n }\n }\n}\n ",ue="\n mutation createUserpool($name: String!, $domain: String!, $description: String, $logo: String, $userpoolTypes: [String!]) {\n createUserpool(name: $name, domain: $domain, description: $description, logo: $logo, userpoolTypes: $userpoolTypes) {\n id\n name\n domain\n description\n secret\n jwtSecret\n userpoolTypes {\n code\n name\n description\n image\n sdks\n }\n logo\n createdAt\n updatedAt\n emailVerifiedDefault\n sendWelcomeEmail\n registerDisabled\n appSsoEnabled\n showWxQRCodeWhenRegisterDisabled\n allowedOrigins\n tokenExpiresAfter\n isDeleted\n frequentRegisterCheck {\n timeInterval\n limit\n enabled\n }\n loginFailCheck {\n timeInterval\n limit\n enabled\n }\n changePhoneStrategy {\n verifyOldPhone\n }\n changeEmailStrategy {\n verifyOldEmail\n }\n qrcodeLoginStrategy {\n qrcodeExpiresAfter\n returnFullUserInfo\n allowExchangeUserInfoFromBrowser\n ticketExpiresAfter\n }\n app2WxappLoginStrategy {\n ticketExpriresAfter\n ticketExchangeUserInfoNeedSecret\n }\n whitelist {\n phoneEnabled\n emailEnabled\n usernameEnabled\n }\n customSMSProvider {\n enabled\n provider\n }\n packageType\n }\n}\n ",de="\n mutation deleteFunction($id: String!) {\n deleteFunction(id: $id) {\n message\n code\n }\n}\n ",pe="\n mutation deleteGroups($codeList: [String!]!) {\n deleteGroups(codeList: $codeList) {\n message\n code\n }\n}\n ",fe="\n mutation deleteNode($orgId: String!, $nodeId: String!) {\n deleteNode(orgId: $orgId, nodeId: $nodeId) {\n message\n code\n }\n}\n ",he="\n mutation deleteOrg($id: String!) {\n deleteOrg(id: $id) {\n message\n code\n }\n}\n ",me="\n mutation deletePolicies($codeList: [String!]!, $namespace: String) {\n deletePolicies(codeList: $codeList, namespace: $namespace) {\n message\n code\n }\n}\n ",ge="\n mutation deletePolicy($code: String!, $namespace: String) {\n deletePolicy(code: $code, namespace: $namespace) {\n message\n code\n }\n}\n ",ve="\n mutation deleteRole($code: String!, $namespace: String) {\n deleteRole(code: $code, namespace: $namespace) {\n message\n code\n }\n}\n ",ye="\n mutation deleteRoles($codeList: [String!]!, $namespace: String) {\n deleteRoles(codeList: $codeList, namespace: $namespace) {\n message\n code\n }\n}\n ",be="\n mutation deleteUser($id: String!) {\n deleteUser(id: $id) {\n message\n code\n }\n}\n ",we="\n mutation deleteUserpool {\n deleteUserpool {\n message\n code\n }\n}\n ",Ee="\n mutation deleteUsers($ids: [String!]!) {\n deleteUsers(ids: $ids) {\n message\n code\n }\n}\n ",ke="\n mutation disableEmailTemplate($type: EmailTemplateType!) {\n disableEmailTemplate(type: $type) {\n type\n name\n subject\n sender\n content\n redirectTo\n hasURL\n expiresIn\n enabled\n isSystem\n }\n}\n ",Ce="\n mutation disbalePolicyAssignment($policy: String!, $targetType: PolicyAssignmentTargetType!, $targetIdentifier: String!, $namespace: String) {\n disbalePolicyAssignment(policy: $policy, targetType: $targetType, targetIdentifier: $targetIdentifier, namespace: $namespace) {\n message\n code\n }\n}\n ",Se="\n mutation enableEmailTemplate($type: EmailTemplateType!) {\n enableEmailTemplate(type: $type) {\n type\n name\n subject\n sender\n content\n redirectTo\n hasURL\n expiresIn\n enabled\n isSystem\n }\n}\n ",xe="\n mutation enablePolicyAssignment($policy: String!, $targetType: PolicyAssignmentTargetType!, $targetIdentifier: String!, $namespace: String) {\n enablePolicyAssignment(policy: $policy, targetType: $targetType, targetIdentifier: $targetIdentifier, namespace: $namespace) {\n message\n code\n }\n}\n ",_e="\n mutation loginByEmail($input: LoginByEmailInput!) {\n loginByEmail(input: $input) {\n id\n arn\n status\n userPoolId\n username\n email\n emailVerified\n phone\n phoneVerified\n unionid\n openid\n nickname\n registerSource\n photo\n password\n oauth\n token\n tokenExpiredAt\n loginsCount\n lastLogin\n lastIP\n signedUp\n blocked\n isDeleted\n device\n browser\n company\n name\n givenName\n familyName\n middleName\n profile\n preferredUsername\n website\n gender\n birthdate\n zoneinfo\n locale\n address\n formatted\n streetAddress\n locality\n region\n postalCode\n city\n province\n country\n createdAt\n updatedAt\n externalId\n phoneCountryCode\n newlyCreated\n phoneCountryCode\n customData {\n key\n value\n dataType\n label\n }\n }\n}\n ",Te="\n mutation loginByPhoneCode($input: LoginByPhoneCodeInput!) {\n loginByPhoneCode(input: $input) {\n id\n arn\n userPoolId\n status\n username\n email\n emailVerified\n phone\n phoneVerified\n unionid\n openid\n nickname\n registerSource\n photo\n password\n oauth\n token\n tokenExpiredAt\n loginsCount\n lastLogin\n lastIP\n signedUp\n blocked\n isDeleted\n device\n browser\n company\n name\n givenName\n familyName\n middleName\n profile\n preferredUsername\n website\n gender\n birthdate\n zoneinfo\n locale\n address\n formatted\n streetAddress\n locality\n region\n postalCode\n city\n province\n country\n createdAt\n updatedAt\n externalId\n phoneCountryCode\n newlyCreated\n phoneCountryCode\n customData {\n key\n value\n dataType\n label\n }\n }\n}\n ",Ie="\n mutation loginByPhonePassword($input: LoginByPhonePasswordInput!) {\n loginByPhonePassword(input: $input) {\n id\n arn\n userPoolId\n status\n username\n email\n emailVerified\n phone\n phoneVerified\n unionid\n openid\n nickname\n registerSource\n photo\n password\n oauth\n token\n tokenExpiredAt\n loginsCount\n lastLogin\n lastIP\n signedUp\n blocked\n isDeleted\n device\n browser\n company\n name\n givenName\n familyName\n middleName\n profile\n preferredUsername\n website\n gender\n birthdate\n zoneinfo\n locale\n address\n formatted\n streetAddress\n locality\n region\n postalCode\n city\n province\n country\n createdAt\n updatedAt\n externalId\n phoneCountryCode\n newlyCreated\n phoneCountryCode\n customData {\n key\n value\n dataType\n label\n }\n }\n}\n ",Ne="\n mutation loginBySubAccount($account: String!, $password: String!, $captchaCode: String, $clientIp: String) {\n loginBySubAccount(account: $account, password: $password, captchaCode: $captchaCode, clientIp: $clientIp) {\n id\n arn\n status\n userPoolId\n username\n email\n emailVerified\n phone\n phoneVerified\n unionid\n openid\n nickname\n registerSource\n photo\n password\n oauth\n token\n tokenExpiredAt\n loginsCount\n lastLogin\n lastIP\n signedUp\n blocked\n isDeleted\n device\n browser\n company\n name\n givenName\n familyName\n middleName\n profile\n preferredUsername\n website\n gender\n birthdate\n zoneinfo\n locale\n address\n formatted\n streetAddress\n locality\n region\n postalCode\n city\n province\n country\n createdAt\n updatedAt\n externalId\n phoneCountryCode\n newlyCreated\n phoneCountryCode\n customData {\n key\n value\n dataType\n label\n }\n }\n}\n ",Ae="\n mutation loginByUsername($input: LoginByUsernameInput!) {\n loginByUsername(input: $input) {\n id\n arn\n userPoolId\n status\n username\n email\n emailVerified\n phone\n phoneVerified\n unionid\n openid\n nickname\n registerSource\n photo\n password\n oauth\n token\n tokenExpiredAt\n loginsCount\n lastLogin\n lastIP\n signedUp\n blocked\n isDeleted\n device\n browser\n company\n name\n givenName\n familyName\n middleName\n profile\n preferredUsername\n website\n gender\n birthdate\n zoneinfo\n locale\n address\n formatted\n streetAddress\n locality\n region\n postalCode\n city\n province\n country\n createdAt\n updatedAt\n externalId\n phoneCountryCode\n newlyCreated\n phoneCountryCode\n customData {\n key\n value\n dataType\n label\n }\n }\n}\n ",Pe="\n mutation moveMembers($userIds: [String!]!, $sourceNodeId: String!, $targetNodeId: String!) {\n moveMembers(userIds: $userIds, sourceNodeId: $sourceNodeId, targetNodeId: $targetNodeId) {\n code\n message\n }\n}\n ",Oe="\n mutation moveNode($orgId: String!, $nodeId: String!, $targetParentId: String!) {\n moveNode(orgId: $orgId, nodeId: $nodeId, targetParentId: $targetParentId) {\n id\n rootNode {\n id\n orgId\n name\n nameI18n\n description\n descriptionI18n\n order\n code\n root\n depth\n path\n createdAt\n updatedAt\n children\n }\n nodes {\n id\n orgId\n name\n nameI18n\n description\n descriptionI18n\n order\n code\n root\n depth\n path\n createdAt\n updatedAt\n children\n }\n }\n}\n ",Me="\n mutation refreshAccessToken($accessToken: String) {\n refreshAccessToken(accessToken: $accessToken) {\n accessToken\n exp\n iat\n }\n}\n ",Re="\n mutation refreshToken($id: String) {\n refreshToken(id: $id) {\n token\n iat\n exp\n }\n}\n ",De="\n mutation refreshUserpoolSecret {\n refreshUserpoolSecret\n}\n ",Fe="\n mutation registerByEmail($input: RegisterByEmailInput!) {\n registerByEmail(input: $input) {\n id\n arn\n userPoolId\n status\n username\n email\n emailVerified\n phone\n phoneVerified\n unionid\n openid\n nickname\n registerSource\n photo\n password\n oauth\n token\n tokenExpiredAt\n loginsCount\n lastLogin\n lastIP\n signedUp\n blocked\n isDeleted\n device\n browser\n company\n name\n givenName\n familyName\n middleName\n profile\n preferredUsername\n website\n gender\n birthdate\n zoneinfo\n locale\n address\n formatted\n streetAddress\n locality\n region\n postalCode\n city\n province\n country\n createdAt\n updatedAt\n externalId\n phoneCountryCode\n }\n}\n ",Le="\n mutation registerByPhoneCode($input: RegisterByPhoneCodeInput!) {\n registerByPhoneCode(input: $input) {\n id\n arn\n userPoolId\n status\n username\n email\n emailVerified\n phone\n phoneVerified\n unionid\n openid\n nickname\n registerSource\n photo\n password\n oauth\n token\n tokenExpiredAt\n loginsCount\n lastLogin\n lastIP\n signedUp\n blocked\n isDeleted\n device\n browser\n company\n name\n givenName\n familyName\n middleName\n profile\n preferredUsername\n website\n gender\n birthdate\n zoneinfo\n locale\n address\n formatted\n streetAddress\n locality\n region\n postalCode\n city\n province\n country\n createdAt\n updatedAt\n externalId\n phoneCountryCode\n }\n}\n ",Be="\n mutation registerByUsername($input: RegisterByUsernameInput!) {\n registerByUsername(input: $input) {\n id\n arn\n userPoolId\n status\n username\n email\n emailVerified\n phone\n phoneVerified\n unionid\n openid\n nickname\n registerSource\n photo\n password\n oauth\n token\n tokenExpiredAt\n loginsCount\n lastLogin\n lastIP\n signedUp\n blocked\n isDeleted\n device\n browser\n company\n name\n givenName\n familyName\n middleName\n profile\n preferredUsername\n website\n gender\n birthdate\n zoneinfo\n locale\n address\n formatted\n streetAddress\n locality\n region\n postalCode\n city\n province\n country\n createdAt\n updatedAt\n externalId\n phoneCountryCode\n }\n}\n ",je="\n mutation removeMember($page: Int, $limit: Int, $sortBy: SortByEnum, $includeChildrenNodes: Boolean, $nodeId: String, $orgId: String, $nodeCode: String, $userIds: [String!]!) {\n removeMember(nodeId: $nodeId, orgId: $orgId, nodeCode: $nodeCode, userIds: $userIds) {\n id\n name\n nameI18n\n description\n descriptionI18n\n order\n code\n root\n depth\n createdAt\n updatedAt\n children\n users(page: $page, limit: $limit, sortBy: $sortBy, includeChildrenNodes: $includeChildrenNodes) {\n totalCount\n list {\n id\n arn\n userPoolId\n status\n username\n email\n emailVerified\n phone\n phoneVerified\n unionid\n openid\n nickname\n registerSource\n photo\n password\n oauth\n token\n tokenExpiredAt\n loginsCount\n lastLogin\n lastIP\n signedUp\n blocked\n isDeleted\n device\n browser\n company\n name\n givenName\n familyName\n middleName\n profile\n preferredUsername\n website\n gender\n birthdate\n zoneinfo\n locale\n address\n formatted\n streetAddress\n locality\n region\n postalCode\n city\n province\n country\n createdAt\n updatedAt\n phoneCountryCode\n }\n }\n }\n}\n ",$e="\n mutation removePolicyAssignments($policies: [String!]!, $targetType: PolicyAssignmentTargetType!, $targetIdentifiers: [String!], $namespace: String) {\n removePolicyAssignments(policies: $policies, targetType: $targetType, targetIdentifiers: $targetIdentifiers, namespace: $namespace) {\n message\n code\n }\n}\n ",Ue="\n mutation removeUdf($targetType: UDFTargetType!, $key: String!) {\n removeUdf(targetType: $targetType, key: $key) {\n message\n code\n }\n}\n ",ze="\n mutation removeUdv($targetType: UDFTargetType!, $targetId: String!, $key: String!) {\n removeUdv(targetType: $targetType, targetId: $targetId, key: $key) {\n key\n dataType\n value\n label\n }\n}\n ",We="\n mutation removeUserFromGroup($userIds: [String!]!, $code: String) {\n removeUserFromGroup(userIds: $userIds, code: $code) {\n message\n code\n }\n}\n ",Ve="\n mutation removeWhitelist($type: WhitelistType!, $list: [String!]!) {\n removeWhitelist(type: $type, list: $list) {\n createdAt\n updatedAt\n value\n }\n}\n ",qe="\n mutation resetPassword($phone: String, $phoneCountryCode: String, $email: String, $code: String!, $newPassword: String!) {\n resetPassword(phone: $phone, phoneCountryCode: $phoneCountryCode, email: $email, code: $code, newPassword: $newPassword) {\n message\n code\n }\n}\n ",He="\n mutation resetPasswordByFirstLoginToken($token: String!, $password: String!) {\n resetPasswordByFirstLoginToken(token: $token, password: $password) {\n message\n code\n }\n}\n ",Ge="\n mutation resetPasswordByForceResetToken($token: String!, $oldPassword: String!, $newPassword: String!) {\n resetPasswordByForceResetToken(token: $token, oldPassword: $oldPassword, newPassword: $newPassword) {\n message\n code\n }\n}\n ",Ke="\n mutation revokeRole($namespace: String, $roleCode: String, $roleCodes: [String], $userIds: [String!], $groupCodes: [String!], $nodeCodes: [String!]) {\n revokeRole(namespace: $namespace, roleCode: $roleCode, roleCodes: $roleCodes, userIds: $userIds, groupCodes: $groupCodes, nodeCodes: $nodeCodes) {\n message\n code\n }\n}\n ",Ye="\n mutation sendEmail($email: String!, $scene: EmailScene!) {\n sendEmail(email: $email, scene: $scene) {\n message\n code\n }\n}\n ",Je="\n mutation sendFirstLoginVerifyEmail($userId: String!, $appId: String!) {\n sendFirstLoginVerifyEmail(userId: $userId, appId: $appId) {\n message\n code\n }\n}\n ",Ze="\n mutation setMainDepartment($userId: String!, $departmentId: String) {\n setMainDepartment(userId: $userId, departmentId: $departmentId) {\n message\n code\n }\n}\n ",Qe="\n mutation setUdf($targetType: UDFTargetType!, $key: String!, $dataType: UDFDataType!, $label: String!, $options: String) {\n setUdf(targetType: $targetType, key: $key, dataType: $dataType, label: $label, options: $options) {\n targetType\n dataType\n key\n label\n options\n }\n}\n ",Xe="\n mutation setUdfValueBatch($targetType: UDFTargetType!, $input: [SetUdfValueBatchInput!]!) {\n setUdfValueBatch(targetType: $targetType, input: $input) {\n code\n message\n }\n}\n ",et="\n mutation setUdv($targetType: UDFTargetType!, $targetId: String!, $key: String!, $value: String!) {\n setUdv(targetType: $targetType, targetId: $targetId, key: $key, value: $value) {\n key\n dataType\n value\n label\n }\n}\n ",tt="\n mutation setUdvBatch($targetType: UDFTargetType!, $targetId: String!, $udvList: [UserDefinedDataInput!]) {\n setUdvBatch(targetType: $targetType, targetId: $targetId, udvList: $udvList) {\n key\n dataType\n value\n label\n }\n}\n ",nt="\n mutation unbindEmail {\n unbindEmail {\n id\n arn\n userPoolId\n status\n username\n email\n emailVerified\n phone\n phoneVerified\n unionid\n openid\n nickname\n registerSource\n photo\n password\n oauth\n token\n tokenExpiredAt\n loginsCount\n lastLogin\n lastIP\n signedUp\n blocked\n isDeleted\n device\n browser\n company\n name\n givenName\n familyName\n middleName\n profile\n preferredUsername\n website\n gender\n birthdate\n zoneinfo\n locale\n address\n formatted\n streetAddress\n locality\n region\n postalCode\n city\n province\n country\n createdAt\n updatedAt\n phoneCountryCode\n }\n}\n ",rt="\n mutation unbindPhone {\n unbindPhone {\n id\n arn\n userPoolId\n status\n username\n email\n emailVerified\n phone\n phoneVerified\n unionid\n openid\n nickname\n registerSource\n photo\n password\n oauth\n token\n tokenExpiredAt\n loginsCount\n lastLogin\n lastIP\n signedUp\n blocked\n isDeleted\n device\n browser\n company\n name\n givenName\n familyName\n middleName\n profile\n preferredUsername\n website\n gender\n birthdate\n zoneinfo\n locale\n address\n formatted\n streetAddress\n locality\n region\n postalCode\n city\n province\n country\n createdAt\n updatedAt\n phoneCountryCode\n }\n}\n ",ot="\n mutation updateEmail($email: String!, $emailCode: String!, $oldEmail: String, $oldEmailCode: String) {\n updateEmail(email: $email, emailCode: $emailCode, oldEmail: $oldEmail, oldEmailCode: $oldEmailCode) {\n id\n arn\n userPoolId\n status\n username\n email\n emailVerified\n phone\n phoneVerified\n unionid\n openid\n nickname\n registerSource\n photo\n password\n oauth\n token\n tokenExpiredAt\n loginsCount\n lastLogin\n lastIP\n signedUp\n blocked\n isDeleted\n device\n browser\n company\n name\n givenName\n familyName\n middleName\n profile\n preferredUsername\n website\n gender\n birthdate\n zoneinfo\n locale\n address\n formatted\n streetAddress\n locality\n region\n postalCode\n city\n province\n country\n createdAt\n updatedAt\n phoneCountryCode\n }\n}\n ",at="\n mutation updateFunction($input: UpdateFunctionInput!) {\n updateFunction(input: $input) {\n id\n name\n sourceCode\n description\n url\n }\n}\n ",it="\n mutation updateGroup($code: String!, $name: String, $description: String, $newCode: String) {\n updateGroup(code: $code, name: $name, description: $description, newCode: $newCode) {\n code\n name\n description\n createdAt\n updatedAt\n }\n}\n ",st="\n mutation updateNode($page: Int, $limit: Int, $sortBy: SortByEnum, $includeChildrenNodes: Boolean, $id: String!, $name: String, $code: String, $description: String) {\n updateNode(id: $id, name: $name, code: $code, description: $description) {\n id\n orgId\n name\n nameI18n\n description\n descriptionI18n\n order\n code\n root\n depth\n path\n createdAt\n updatedAt\n children\n users(page: $page, limit: $limit, sortBy: $sortBy, includeChildrenNodes: $includeChildrenNodes) {\n totalCount\n }\n }\n}\n ",lt="\n mutation updatePassword($newPassword: String!, $oldPassword: String) {\n updatePassword(newPassword: $newPassword, oldPassword: $oldPassword) {\n id\n arn\n userPoolId\n status\n username\n email\n emailVerified\n phone\n phoneVerified\n unionid\n openid\n nickname\n registerSource\n photo\n password\n oauth\n token\n tokenExpiredAt\n loginsCount\n lastLogin\n lastIP\n signedUp\n blocked\n isDeleted\n device\n browser\n company\n name\n givenName\n familyName\n middleName\n profile\n preferredUsername\n website\n gender\n birthdate\n zoneinfo\n locale\n address\n formatted\n streetAddress\n locality\n region\n postalCode\n city\n province\n country\n createdAt\n updatedAt\n phoneCountryCode\n }\n}\n ",ct="\n mutation updatePhone($phone: String!, $phoneCode: String!, $oldPhone: String, $oldPhoneCode: String, $phoneCountryCode: String, $oldPhoneCountryCode: String) {\n updatePhone(phone: $phone, phoneCode: $phoneCode, oldPhone: $oldPhone, oldPhoneCode: $oldPhoneCode, phoneCountryCode: $phoneCountryCode, oldPhoneCountryCode: $oldPhoneCountryCode) {\n id\n arn\n userPoolId\n status\n username\n email\n emailVerified\n phone\n phoneVerified\n unionid\n openid\n nickname\n registerSource\n photo\n password\n oauth\n token\n tokenExpiredAt\n loginsCount\n lastLogin\n lastIP\n signedUp\n blocked\n isDeleted\n device\n browser\n company\n name\n givenName\n familyName\n middleName\n profile\n preferredUsername\n website\n gender\n birthdate\n zoneinfo\n locale\n address\n formatted\n streetAddress\n locality\n region\n postalCode\n city\n province\n country\n createdAt\n updatedAt\n phoneCountryCode\n }\n}\n ",ut="\n mutation updatePolicy($namespace: String, $code: String!, $description: String, $statements: [PolicyStatementInput!], $newCode: String) {\n updatePolicy(namespace: $namespace, code: $code, description: $description, statements: $statements, newCode: $newCode) {\n namespace\n code\n description\n statements {\n resource\n actions\n effect\n condition {\n param\n operator\n value\n }\n }\n createdAt\n updatedAt\n }\n}\n ",dt="\n mutation updateRole($code: String!, $description: String, $newCode: String, $namespace: String) {\n updateRole(code: $code, description: $description, newCode: $newCode, namespace: $namespace) {\n id\n namespace\n code\n arn\n description\n createdAt\n updatedAt\n parent {\n namespace\n code\n arn\n description\n createdAt\n updatedAt\n }\n }\n}\n ",pt="\n mutation updateUser($id: String, $input: UpdateUserInput!, $emailToken: String, $phoneToken: String) {\n updateUser(id: $id, input: $input, emailToken: $emailToken, phoneToken: $phoneToken) {\n id\n arn\n userPoolId\n status\n username\n email\n emailVerified\n phone\n phoneVerified\n unionid\n openid\n nickname\n registerSource\n photo\n password\n oauth\n token\n tokenExpiredAt\n loginsCount\n lastLogin\n lastIP\n signedUp\n blocked\n isDeleted\n device\n browser\n company\n name\n givenName\n familyName\n middleName\n profile\n preferredUsername\n website\n gender\n birthdate\n zoneinfo\n locale\n address\n formatted\n streetAddress\n locality\n region\n postalCode\n city\n province\n country\n createdAt\n updatedAt\n externalId\n phoneCountryCode\n }\n}\n ",ft="\n mutation updateUserpool($input: UpdateUserpoolInput!) {\n updateUserpool(input: $input) {\n id\n name\n domain\n description\n secret\n jwtSecret\n userpoolTypes {\n code\n name\n description\n image\n sdks\n }\n logo\n createdAt\n updatedAt\n emailVerifiedDefault\n sendWelcomeEmail\n registerDisabled\n appSsoEnabled\n showWxQRCodeWhenRegisterDisabled\n allowedOrigins\n tokenExpiresAfter\n isDeleted\n frequentRegisterCheck {\n timeInterval\n limit\n enabled\n }\n loginFailCheck {\n timeInterval\n limit\n enabled\n }\n loginFailStrategy\n loginPasswordFailCheck {\n timeInterval\n limit\n enabled\n }\n changePhoneStrategy {\n verifyOldPhone\n }\n changeEmailStrategy {\n verifyOldEmail\n }\n qrcodeLoginStrategy {\n qrcodeExpiresAfter\n returnFullUserInfo\n allowExchangeUserInfoFromBrowser\n ticketExpiresAfter\n }\n app2WxappLoginStrategy {\n ticketExpriresAfter\n ticketExchangeUserInfoNeedSecret\n }\n whitelist {\n phoneEnabled\n emailEnabled\n usernameEnabled\n }\n customSMSProvider {\n enabled\n provider\n config\n }\n packageType\n useCustomUserStore\n loginRequireEmailVerified\n verifyCodeLength\n verifyCodeMaxAttempts\n }\n}\n ",ht="\n query accessToken($userPoolId: String!, $secret: String!) {\n accessToken(userPoolId: $userPoolId, secret: $secret) {\n accessToken\n exp\n iat\n }\n}\n ",mt="\n query archivedUsers($page: Int, $limit: Int) {\n archivedUsers(page: $page, limit: $limit) {\n totalCount\n list {\n id\n arn\n status\n userPoolId\n username\n email\n emailVerified\n phone\n phoneVerified\n unionid\n openid\n nickname\n registerSource\n photo\n password\n oauth\n token\n tokenExpiredAt\n loginsCount\n lastLogin\n lastIP\n signedUp\n blocked\n isDeleted\n device\n browser\n company\n name\n givenName\n familyName\n middleName\n profile\n preferredUsername\n website\n gender\n birthdate\n zoneinfo\n locale\n address\n formatted\n streetAddress\n locality\n region\n postalCode\n city\n province\n country\n createdAt\n updatedAt\n externalId\n phoneCountryCode\n }\n }\n}\n ",gt="\n query authorizedTargets($namespace: String!, $resourceType: ResourceType!, $resource: String!, $targetType: PolicyAssignmentTargetType, $actions: AuthorizedTargetsActionsInput) {\n authorizedTargets(namespace: $namespace, resource: $resource, resourceType: $resourceType, targetType: $targetType, actions: $actions) {\n totalCount\n list {\n targetType\n targetIdentifier\n actions\n }\n }\n}\n ",vt="\n query checkLoginStatus($token: String) {\n checkLoginStatus(token: $token) {\n code\n message\n status\n exp\n iat\n data {\n id\n userPoolId\n arn\n }\n }\n}\n ",yt="\n query checkPasswordStrength($password: String!) {\n checkPasswordStrength(password: $password) {\n valid\n message\n }\n}\n ",bt="\n query childrenNodes($nodeId: String!) {\n childrenNodes(nodeId: $nodeId) {\n id\n orgId\n name\n nameI18n\n description\n descriptionI18n\n order\n code\n root\n depth\n path\n createdAt\n updatedAt\n children\n }\n}\n ",wt="\n query emailTemplates {\n emailTemplates {\n type\n name\n subject\n sender\n content\n redirectTo\n hasURL\n expiresIn\n enabled\n isSystem\n }\n}\n ",Et="\n query findUser($email: String, $phone: String, $username: String, $externalId: String, $identity: FindUserByIdentityInput) {\n findUser(email: $email, phone: $phone, username: $username, externalId: $externalId, identity: $identity) {\n id\n arn\n userPoolId\n status\n username\n email\n emailVerified\n phone\n phoneVerified\n unionid\n openid\n nickname\n registerSource\n photo\n password\n oauth\n token\n tokenExpiredAt\n loginsCount\n lastLogin\n lastIP\n signedUp\n blocked\n isDeleted\n device\n browser\n company\n name\n givenName\n familyName\n middleName\n profile\n preferredUsername\n website\n gender\n birthdate\n zoneinfo\n locale\n address\n formatted\n streetAddress\n locality\n region\n postalCode\n city\n province\n country\n createdAt\n updatedAt\n externalId\n phoneCountryCode\n }\n}\n ",kt="\n query findUserWithCustomData($email: String, $phone: String, $username: String, $externalId: String) {\n findUser(email: $email, phone: $phone, username: $username, externalId: $externalId) {\n id\n arn\n userPoolId\n status\n username\n email\n emailVerified\n phone\n phoneVerified\n unionid\n openid\n nickname\n registerSource\n photo\n password\n oauth\n token\n tokenExpiredAt\n loginsCount\n lastLogin\n lastIP\n signedUp\n blocked\n isDeleted\n device\n browser\n company\n name\n givenName\n familyName\n middleName\n profile\n preferredUsername\n website\n gender\n birthdate\n zoneinfo\n locale\n address\n formatted\n streetAddress\n locality\n region\n postalCode\n city\n province\n country\n createdAt\n updatedAt\n externalId\n phoneCountryCode\n customData {\n key\n value\n dataType\n label\n }\n }\n}\n ",Ct="\n query function($id: String) {\n function(id: $id) {\n id\n name\n sourceCode\n description\n url\n }\n}\n ",St="\n query functions($page: Int, $limit: Int, $sortBy: SortByEnum) {\n functions(page: $page, limit: $limit, sortBy: $sortBy) {\n list {\n id\n name\n sourceCode\n description\n url\n }\n totalCount\n }\n}\n ",xt="\n query getUserDepartments($id: String!, $orgId: String) {\n user(id: $id) {\n departments(orgId: $orgId) {\n totalCount\n list {\n department {\n id\n orgId\n name\n nameI18n\n description\n descriptionI18n\n order\n code\n root\n depth\n path\n codePath\n namePath\n createdAt\n updatedAt\n children\n isVirtualNode\n }\n isMainDepartment\n joinedAt\n }\n }\n }\n}\n ",_t="\n query getUserGroups($id: String!) {\n user(id: $id) {\n groups {\n totalCount\n list {\n code\n name\n description\n createdAt\n updatedAt\n }\n }\n }\n}\n ",Tt="\n query getUserRoles($id: String!, $namespace: String) {\n user(id: $id) {\n roles(namespace: $namespace) {\n totalCount\n list {\n id\n code\n namespace\n arn\n description\n createdAt\n updatedAt\n parent {\n code\n namespace\n arn\n description\n createdAt\n updatedAt\n }\n }\n }\n }\n}\n ",It="\n query group($code: String!) {\n group(code: $code) {\n code\n name\n description\n createdAt\n updatedAt\n }\n}\n ",Nt="\n query groupWithUsers($code: String!, $page: Int, $limit: Int) {\n group(code: $code) {\n users(page: $page, limit: $limit) {\n totalCount\n list {\n id\n arn\n status\n userPoolId\n username\n email\n emailVerified\n phone\n phoneVerified\n unionid\n openid\n nickname\n registerSource\n photo\n password\n oauth\n token\n tokenExpiredAt\n loginsCount\n lastLogin\n lastIP\n signedUp\n blocked\n isDeleted\n device\n browser\n company\n name\n givenName\n familyName\n middleName\n profile\n preferredUsername\n website\n gender\n birthdate\n zoneinfo\n locale\n address\n formatted\n streetAddress\n locality\n region\n postalCode\n city\n province\n country\n createdAt\n updatedAt\n externalId\n phoneCountryCode\n }\n }\n }\n}\n ",At="\n query groupWithUsersWithCustomData($code: String!, $page: Int, $limit: Int) {\n group(code: $code) {\n users(page: $page, limit: $limit) {\n totalCount\n list {\n id\n arn\n status\n userPoolId\n username\n email\n emailVerified\n phone\n phoneVerified\n unionid\n openid\n nickname\n registerSource\n photo\n password\n oauth\n token\n tokenExpiredAt\n loginsCount\n lastLogin\n lastIP\n signedUp\n blocked\n isDeleted\n device\n browser\n company\n name\n givenName\n familyName\n middleName\n profile\n preferredUsername\n website\n gender\n birthdate\n zoneinfo\n locale\n address\n formatted\n streetAddress\n locality\n region\n postalCode\n city\n province\n country\n createdAt\n updatedAt\n externalId\n phoneCountryCode\n customData {\n key\n value\n dataType\n label\n }\n }\n }\n }\n}\n ",Pt="\n query groups($userId: String, $page: Int, $limit: Int, $sortBy: SortByEnum) {\n groups(userId: $userId, page: $page, limit: $limit, sortBy: $sortBy) {\n totalCount\n list {\n code\n name\n description\n createdAt\n updatedAt\n }\n }\n}\n ",Ot="\n query isActionAllowed($resource: String!, $action: String!, $userId: String!, $namespace: String) {\n isActionAllowed(resource: $resource, action: $action, userId: $userId, namespace: $namespace)\n}\n ",Mt="\n query isActionDenied($resource: String!, $action: String!, $userId: String!) {\n isActionDenied(resource: $resource, action: $action, userId: $userId)\n}\n ",Rt="\n query isDomainAvaliable($domain: String!) {\n isDomainAvaliable(domain: $domain)\n}\n ",Dt="\n query isRootNode($nodeId: String!, $orgId: String!) {\n isRootNode(nodeId: $nodeId, orgId: $orgId)\n}\n ",Ft="\n query isUserExists($email: String, $phone: String, $username: String, $externalId: String) {\n isUserExists(email: $email, phone: $phone, username: $username, externalId: $externalId)\n}\n ",Lt="\n query authorizedResources($targetType: PolicyAssignmentTargetType, $targetIdentifier: String, $namespace: String, $resourceType: String) {\n authorizedResources(targetType: $targetType, targetIdentifier: $targetIdentifier, namespace: $namespace, resourceType: $resourceType) {\n totalCount\n list {\n code\n type\n actions\n apiIdentifier\n }\n }\n}\n ",Bt="\n query listGroupAuthorizedResources($code: String!, $namespace: String, $resourceType: String) {\n group(code: $code) {\n authorizedResources(namespace: $namespace, resourceType: $resourceType) {\n totalCount\n list {\n code\n type\n actions\n apiIdentifier\n }\n }\n }\n}\n ",jt="\n query listNodeByCodeAuthorizedResources($orgId: String!, $code: String!, $namespace: String, $resourceType: String) {\n nodeByCode(orgId: $orgId, code: $code) {\n authorizedResources(namespace: $namespace, resourceType: $resourceType) {\n totalCount\n list {\n code\n type\n actions\n apiIdentifier\n }\n }\n }\n}\n ",$t="\n query listNodeByIdAuthorizedResources($id: String!, $namespace: String, $resourceType: String) {\n nodeById(id: $id) {\n authorizedResources(namespace: $namespace, resourceType: $resourceType) {\n totalCount\n list {\n code\n type\n actions\n apiIdentifier\n }\n }\n }\n}\n ",Ut="\n query listRoleAuthorizedResources($code: String!, $namespace: String, $resourceType: String) {\n role(code: $code, namespace: $namespace) {\n authorizedResources(resourceType: $resourceType) {\n totalCount\n list {\n code\n type\n actions\n apiIdentifier\n }\n }\n }\n}\n ",zt="\n query listUserAuthorizedResources($id: String!, $namespace: String, $resourceType: String) {\n user(id: $id) {\n authorizedResources(namespace: $namespace, resourceType: $resourceType) {\n totalCount\n list {\n code\n type\n actions\n apiIdentifier\n }\n }\n }\n}\n ",Wt="\n query nodeByCode($orgId: String!, $code: String!) {\n nodeByCode(orgId: $orgId, code: $code) {\n id\n orgId\n name\n nameI18n\n description\n descriptionI18n\n order\n code\n root\n depth\n path\n createdAt\n updatedAt\n children\n }\n}\n ",Vt="\n query nodeByCodeWithMembers($page: Int, $limit: Int, $sortBy: SortByEnum, $includeChildrenNodes: Boolean, $orgId: String!, $code: String!) {\n nodeByCode(orgId: $orgId, code: $code) {\n id\n orgId\n name\n nameI18n\n description\n descriptionI18n\n order\n code\n root\n depth\n createdAt\n updatedAt\n children\n users(page: $page, limit: $limit, sortBy: $sortBy, includeChildrenNodes: $includeChildrenNodes) {\n totalCount\n list {\n id\n arn\n userPoolId\n status\n username\n email\n emailVerified\n phone\n phoneVerified\n unionid\n openid\n nickname\n registerSource\n photo\n password\n oauth\n token\n tokenExpiredAt\n loginsCount\n lastLogin\n lastIP\n signedUp\n blocked\n isDeleted\n device\n browser\n company\n name\n givenName\n familyName\n middleName\n profile\n preferredUsername\n website\n gender\n birthdate\n zoneinfo\n locale\n address\n formatted\n streetAddress\n locality\n region\n postalCode\n city\n province\n country\n createdAt\n updatedAt\n externalId\n phoneCountryCode\n }\n }\n }\n}\n ",qt="\n query nodeById($id: String!) {\n nodeById(id: $id) {\n id\n orgId\n name\n nameI18n\n description\n descriptionI18n\n order\n code\n root\n depth\n path\n createdAt\n updatedAt\n children\n }\n}\n ",Ht="\n query nodeByIdWithMembers($page: Int, $limit: Int, $sortBy: SortByEnum, $includeChildrenNodes: Boolean, $id: String!) {\n nodeById(id: $id) {\n id\n orgId\n name\n nameI18n\n description\n descriptionI18n\n order\n code\n root\n depth\n createdAt\n updatedAt\n children\n users(page: $page, limit: $limit, sortBy: $sortBy, includeChildrenNodes: $includeChildrenNodes) {\n totalCount\n list {\n id\n arn\n userPoolId\n status\n username\n email\n emailVerified\n phone\n phoneVerified\n unionid\n openid\n nickname\n registerSource\n photo\n password\n oauth\n token\n tokenExpiredAt\n loginsCount\n lastLogin\n lastIP\n signedUp\n blocked\n isDeleted\n device\n browser\n company\n name\n givenName\n familyName\n middleName\n profile\n preferredUsername\n website\n gender\n birthdate\n zoneinfo\n locale\n address\n formatted\n streetAddress\n locality\n region\n postalCode\n city\n province\n country\n createdAt\n updatedAt\n externalId\n phoneCountryCode\n }\n }\n }\n}\n ",Gt="\n query org($id: String!) {\n org(id: $id) {\n id\n rootNode {\n id\n orgId\n name\n nameI18n\n description\n descriptionI18n\n order\n code\n root\n depth\n path\n createdAt\n updatedAt\n children\n }\n nodes {\n id\n orgId\n name\n nameI18n\n description\n descriptionI18n\n order\n code\n root\n depth\n path\n createdAt\n updatedAt\n children\n }\n }\n}\n ",Kt="\n query orgs($page: Int, $limit: Int, $sortBy: SortByEnum) {\n orgs(page: $page, limit: $limit, sortBy: $sortBy) {\n totalCount\n list {\n id\n rootNode {\n id\n name\n nameI18n\n path\n description\n descriptionI18n\n order\n code\n root\n depth\n createdAt\n updatedAt\n children\n }\n nodes {\n id\n name\n path\n nameI18n\n description\n descriptionI18n\n order\n code\n root\n depth\n createdAt\n updatedAt\n children\n }\n }\n }\n}\n ",Yt="\n query policies($page: Int, $limit: Int, $namespace: String) {\n policies(page: $page, limit: $limit, namespace: $namespace) {\n totalCount\n list {\n namespace\n code\n description\n createdAt\n updatedAt\n statements {\n resource\n actions\n effect\n condition {\n param\n operator\n value\n }\n }\n }\n }\n}\n ",Jt="\n query policy($namespace: String, $code: String!) {\n policy(code: $code, namespace: $namespace) {\n namespace\n code\n isDefault\n description\n statements {\n resource\n actions\n effect\n condition {\n param\n operator\n value\n }\n }\n createdAt\n updatedAt\n }\n}\n ",Zt="\n query policyAssignments($namespace: String, $code: String, $targetType: PolicyAssignmentTargetType, $targetIdentifier: String, $page: Int, $limit: Int) {\n policyAssignments(namespace: $namespace, code: $code, targetType: $targetType, targetIdentifier: $targetIdentifier, page: $page, limit: $limit) {\n totalCount\n list {\n code\n targetType\n targetIdentifier\n }\n }\n}\n ",Qt="\n query policyWithAssignments($page: Int, $limit: Int, $code: String!) {\n policy(code: $code) {\n code\n isDefault\n description\n statements {\n resource\n actions\n effect\n }\n createdAt\n updatedAt\n assignmentsCount\n assignments(page: $page, limit: $limit) {\n code\n targetType\n targetIdentifier\n }\n }\n}\n ",Xt="\n query previewEmail($type: EmailTemplateType!) {\n previewEmail(type: $type)\n}\n ",en="\n query qiniuUptoken($type: String) {\n qiniuUptoken(type: $type)\n}\n ",tn="\n query queryMfa($id: String, $userId: String, $userPoolId: String) {\n queryMfa(id: $id, userId: $userId, userPoolId: $userPoolId) {\n id\n userId\n userPoolId\n enable\n secret\n }\n}\n ",nn="\n query role($code: String!, $namespace: String) {\n role(code: $code, namespace: $namespace) {\n id\n namespace\n code\n arn\n description\n createdAt\n updatedAt\n parent {\n namespace\n code\n arn\n description\n createdAt\n updatedAt\n }\n }\n}\n ",rn="\n query roleWithUsers($code: String!, $namespace: String, $page: Int, $limit: Int) {\n role(code: $code, namespace: $namespace) {\n users(page: $page, limit: $limit) {\n totalCount\n list {\n id\n arn\n status\n userPoolId\n username\n email\n emailVerified\n phone\n phoneVerified\n unionid\n openid\n nickname\n registerSource\n photo\n password\n oauth\n token\n tokenExpiredAt\n loginsCount\n lastLogin\n lastIP\n signedUp\n blocked\n isDeleted\n device\n browser\n company\n name\n givenName\n familyName\n middleName\n profile\n preferredUsername\n website\n gender\n birthdate\n zoneinfo\n locale\n address\n formatted\n streetAddress\n locality\n region\n postalCode\n city\n province\n country\n createdAt\n updatedAt\n externalId\n phoneCountryCode\n }\n }\n }\n}\n ",on="\n query roleWithUsersWithCustomData($code: String!, $namespace: String, $page: Int, $limit: Int) {\n role(code: $code, namespace: $namespace) {\n users(page: $page, limit: $limit) {\n totalCount\n list {\n id\n arn\n status\n userPoolId\n username\n email\n emailVerified\n phone\n phoneVerified\n unionid\n openid\n nickname\n registerSource\n photo\n password\n oauth\n token\n tokenExpiredAt\n loginsCount\n lastLogin\n lastIP\n signedUp\n blocked\n isDeleted\n device\n browser\n company\n name\n givenName\n familyName\n middleName\n profile\n preferredUsername\n website\n gender\n birthdate\n zoneinfo\n locale\n address\n formatted\n streetAddress\n locality\n region\n postalCode\n city\n province\n country\n createdAt\n updatedAt\n externalId\n phoneCountryCode\n customData {\n key\n value\n dataType\n label\n }\n }\n }\n }\n}\n ",an="\n query roles($namespace: String, $page: Int, $limit: Int, $sortBy: SortByEnum) {\n roles(namespace: $namespace, page: $page, limit: $limit, sortBy: $sortBy) {\n totalCount\n list {\n id\n namespace\n code\n arn\n description\n createdAt\n updatedAt\n }\n }\n}\n ",sn="\n query rootNode($orgId: String!) {\n rootNode(orgId: $orgId) {\n id\n orgId\n name\n nameI18n\n description\n descriptionI18n\n order\n code\n root\n depth\n path\n codePath\n namePath\n createdAt\n updatedAt\n children\n }\n}\n ",ln="\n query searchNodes($keyword: String!) {\n searchNodes(keyword: $keyword) {\n id\n orgId\n name\n nameI18n\n description\n descriptionI18n\n order\n code\n root\n depth\n path\n codePath\n namePath\n createdAt\n updatedAt\n children\n }\n}\n ",cn="\n query searchUser($query: String!, $fields: [String], $page: Int, $limit: Int, $departmentOpts: [SearchUserDepartmentOpt], $groupOpts: [SearchUserGroupOpt], $roleOpts: [SearchUserRoleOpt]) {\n searchUser(query: $query, fields: $fields, page: $page, limit: $limit, departmentOpts: $departmentOpts, groupOpts: $groupOpts, roleOpts: $roleOpts) {\n totalCount\n list {\n id\n arn\n userPoolId\n status\n username\n email\n emailVerified\n phone\n phoneVerified\n unionid\n openid\n nickname\n registerSource\n photo\n password\n oauth\n token\n tokenExpiredAt\n loginsCount\n lastLogin\n lastIP\n signedUp\n blocked\n isDeleted\n device\n browser\n company\n name\n givenName\n familyName\n middleName\n profile\n preferredUsername\n website\n gender\n birthdate\n zoneinfo\n locale\n address\n formatted\n streetAddress\n locality\n region\n postalCode\n city\n province\n country\n createdAt\n updatedAt\n externalId\n phoneCountryCode\n }\n }\n}\n ",un="\n query searchUserWithCustomData($query: String!, $fields: [String], $page: Int, $limit: Int, $departmentOpts: [SearchUserDepartmentOpt], $groupOpts: [SearchUserGroupOpt], $roleOpts: [SearchUserRoleOpt]) {\n searchUser(query: $query, fields: $fields, page: $page, limit: $limit, departmentOpts: $departmentOpts, groupOpts: $groupOpts, roleOpts: $roleOpts) {\n totalCount\n list {\n id\n arn\n userPoolId\n status\n username\n email\n emailVerified\n phone\n phoneVerified\n unionid\n openid\n nickname\n registerSource\n photo\n password\n oauth\n token\n tokenExpiredAt\n loginsCount\n lastLogin\n lastIP\n signedUp\n blocked\n isDeleted\n device\n browser\n company\n name\n givenName\n familyName\n middleName\n profile\n preferredUsername\n website\n gender\n birthdate\n zoneinfo\n locale\n address\n formatted\n streetAddress\n locality\n region\n postalCode\n city\n province\n country\n createdAt\n updatedAt\n externalId\n phoneCountryCode\n customData {\n key\n value\n dataType\n label\n }\n }\n }\n}\n ",dn="\n query templateCode {\n templateCode\n}\n ",pn="\n query udf($targetType: UDFTargetType!) {\n udf(targetType: $targetType) {\n targetType\n dataType\n key\n label\n options\n }\n}\n ",fn="\n query udfValueBatch($targetType: UDFTargetType!, $targetIds: [String!]!) {\n udfValueBatch(targetType: $targetType, targetIds: $targetIds) {\n targetId\n data {\n key\n dataType\n value\n label\n }\n }\n}\n ",hn="\n query udv($targetType: UDFTargetType!, $targetId: String!) {\n udv(targetType: $targetType, targetId: $targetId) {\n key\n dataType\n value\n label\n }\n}\n ",mn="\n query user($id: String) {\n user(id: $id) {\n id\n arn\n userPoolId\n status\n username\n email\n emailVerified\n phone\n phoneVerified\n identities {\n openid\n userIdInIdp\n userId\n connectionId\n isSocial\n provider\n type\n userPoolId\n extIdpId\n }\n unionid\n openid\n nickname\n registerSource\n photo\n password\n oauth\n token\n tokenExpiredAt\n loginsCount\n lastLogin\n lastIP\n signedUp\n blocked\n isDeleted\n device\n browser\n company\n name\n givenName\n familyName\n middleName\n profile\n preferredUsername\n website\n gender\n birthdate\n zoneinfo\n locale\n address\n formatted\n streetAddress\n locality\n region\n postalCode\n city\n province\n country\n createdAt\n updatedAt\n externalId\n phoneCountryCode\n customData {\n key\n value\n dataType\n label\n }\n }\n}\n ",gn="\n query userBatch($ids: [String!]!, $type: String) {\n userBatch(ids: $ids, type: $type) {\n identities {\n openid\n userIdInIdp\n userId\n connectionId\n isSocial\n provider\n type\n userPoolId\n extIdpId\n }\n id\n arn\n userPoolId\n status\n username\n email\n emailVerified\n phone\n phoneVerified\n unionid\n openid\n nickname\n registerSource\n photo\n password\n oauth\n token\n tokenExpiredAt\n loginsCount\n lastLogin\n lastIP\n signedUp\n blocked\n isDeleted\n device\n browser\n company\n name\n givenName\n familyName\n middleName\n profile\n preferredUsername\n website\n gender\n birthdate\n zoneinfo\n locale\n address\n formatted\n streetAddress\n locality\n region\n postalCode\n city\n province\n country\n createdAt\n updatedAt\n externalId\n phoneCountryCode\n }\n}\n ",vn="\n query userBatchWithCustomData($ids: [String!]!, $type: String) {\n userBatch(ids: $ids, type: $type) {\n identities {\n openid\n userIdInIdp\n userId\n connectionId\n isSocial\n provider\n type\n userPoolId\n extIdpId\n }\n id\n arn\n userPoolId\n status\n username\n email\n emailVerified\n phone\n phoneVerified\n unionid\n openid\n nickname\n registerSource\n photo\n password\n oauth\n token\n tokenExpiredAt\n loginsCount\n lastLogin\n lastIP\n signedUp\n blocked\n isDeleted\n device\n browser\n company\n name\n givenName\n familyName\n middleName\n profile\n preferredUsername\n website\n gender\n birthdate\n zoneinfo\n locale\n address\n formatted\n streetAddress\n locality\n region\n postalCode\n city\n province\n country\n createdAt\n updatedAt\n externalId\n phoneCountryCode\n customData {\n key\n value\n dataType\n label\n }\n }\n}\n ",yn="\n query userWithCustomData($id: String) {\n user(id: $id) {\n id\n arn\n userPoolId\n status\n username\n email\n emailVerified\n phone\n phoneVerified\n identities {\n openid\n userIdInIdp\n userId\n connectionId\n isSocial\n provider\n userPoolId\n extIdpId\n }\n unionid\n openid\n nickname\n registerSource\n photo\n password\n oauth\n token\n tokenExpiredAt\n loginsCount\n lastLogin\n lastIP\n signedUp\n blocked\n isDeleted\n device\n browser\n company\n name\n givenName\n familyName\n middleName\n profile\n preferredUsername\n website\n gender\n birthdate\n zoneinfo\n locale\n address\n formatted\n streetAddress\n locality\n region\n postalCode\n city\n province\n country\n createdAt\n updatedAt\n externalId\n phoneCountryCode\n customData {\n key\n value\n dataType\n label\n }\n }\n}\n ",bn="\n query userpool {\n userpool {\n id\n name\n domain\n description\n secret\n jwtSecret\n ownerId\n userpoolTypes {\n code\n name\n description\n image\n sdks\n }\n logo\n createdAt\n updatedAt\n emailVerifiedDefault\n sendWelcomeEmail\n registerDisabled\n appSsoEnabled\n showWxQRCodeWhenRegisterDisabled\n allowedOrigins\n tokenExpiresAfter\n isDeleted\n frequentRegisterCheck {\n timeInterval\n limit\n enabled\n }\n loginFailCheck {\n timeInterval\n limit\n enabled\n }\n loginPasswordFailCheck {\n timeInterval\n limit\n enabled\n }\n loginFailStrategy\n changePhoneStrategy {\n verifyOldPhone\n }\n changeEmailStrategy {\n verifyOldEmail\n }\n qrcodeLoginStrategy {\n qrcodeExpiresAfter\n returnFullUserInfo\n allowExchangeUserInfoFromBrowser\n ticketExpiresAfter\n }\n app2WxappLoginStrategy {\n ticketExpriresAfter\n ticketExchangeUserInfoNeedSecret\n }\n whitelist {\n phoneEnabled\n emailEnabled\n usernameEnabled\n }\n customSMSProvider {\n enabled\n provider\n config\n }\n packageType\n useCustomUserStore\n loginRequireEmailVerified\n verifyCodeLength\n verifyCodeMaxAttempts\n }\n}\n ",wn="\n query userpoolTypes {\n userpoolTypes {\n code\n name\n description\n image\n sdks\n }\n}\n ",En="\n query userpools($page: Int, $limit: Int, $sortBy: SortByEnum) {\n userpools(page: $page, limit: $limit, sortBy: $sortBy) {\n totalCount\n list {\n id\n name\n domain\n ownerId\n description\n secret\n jwtSecret\n logo\n createdAt\n updatedAt\n emailVerifiedDefault\n sendWelcomeEmail\n registerDisabled\n appSsoEnabled\n showWxQRCodeWhenRegisterDisabled\n allowedOrigins\n tokenExpiresAfter\n isDeleted\n packageType\n useCustomUserStore\n loginRequireEmailVerified\n verifyCodeLength\n verifyCodeMaxAttempts\n }\n }\n}\n ",kn="\n query users($page: Int, $limit: Int, $sortBy: SortByEnum, $excludeUsersInOrg: Boolean) {\n users(page: $page, limit: $limit, sortBy: $sortBy, excludeUsersInOrg: $excludeUsersInOrg) {\n totalCount\n list {\n identities {\n openid\n userIdInIdp\n userId\n connectionId\n isSocial\n provider\n type\n userPoolId\n extIdpId\n }\n id\n arn\n userPoolId\n status\n username\n email\n emailVerified\n phone\n phoneVerified\n unionid\n openid\n nickname\n registerSource\n photo\n password\n oauth\n token\n tokenExpiredAt\n loginsCount\n lastLogin\n lastIP\n signedUp\n blocked\n isDeleted\n device\n browser\n company\n name\n givenName\n familyName\n middleName\n profile\n preferredUsername\n website\n gender\n birthdate\n zoneinfo\n locale\n address\n formatted\n streetAddress\n locality\n region\n postalCode\n city\n province\n country\n createdAt\n updatedAt\n externalId\n phoneCountryCode\n }\n }\n}\n ",Cn="\n query usersWithCustomData($page: Int, $limit: Int, $sortBy: SortByEnum, $excludeUsersInOrg: Boolean) {\n users(page: $page, limit: $limit, sortBy: $sortBy, excludeUsersInOrg: $excludeUsersInOrg) {\n totalCount\n list {\n id\n identities {\n openid\n userIdInIdp\n userId\n connectionId\n isSocial\n provider\n type\n userPoolId\n extIdpId\n }\n arn\n userPoolId\n status\n username\n email\n emailVerified\n phone\n phoneVerified\n unionid\n openid\n nickname\n registerSource\n photo\n password\n oauth\n token\n tokenExpiredAt\n loginsCount\n lastLogin\n lastIP\n signedUp\n blocked\n isDeleted\n device\n browser\n company\n name\n givenName\n familyName\n middleName\n profile\n preferredUsername\n website\n gender\n birthdate\n zoneinfo\n locale\n address\n formatted\n streetAddress\n locality\n region\n postalCode\n city\n province\n country\n createdAt\n updatedAt\n externalId\n phoneCountryCode\n customData {\n key\n value\n dataType\n label\n }\n }\n }\n}\n ",Sn="\n query whitelist($type: WhitelistType!) {\n whitelist(type: $type) {\n createdAt\n updatedAt\n value\n }\n}\n ",xn=s(1354),_n=s.n(xn);var Tn=function(){return Tn=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var o in t=arguments[n])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},Tn.apply(this,arguments)};function In(e,t,n,r){return new(n||(n=Promise))((function(o,a){function i(e){try{l(r.next(e))}catch(e){a(e)}}function s(e){try{l(r.throw(e))}catch(e){a(e)}}function l(e){var t;e.done?o(e.value):(t=e.value,t instanceof n?t:new n((function(e){e(t)}))).then(i,s)}l((r=r.apply(e,t||[])).next())}))}function Nn(e,t){var n,r,o,a={label:0,sent:function(){if(1&o[0])throw o[1];return o[1]},trys:[],ops:[]},i=Object.create(("function"==typeof Iterator?Iterator:Object).prototype);return i.next=s(0),i.throw=s(1),i.return=s(2),"function"==typeof Symbol&&(i[Symbol.iterator]=function(){return this}),i;function s(s){return function(l){return function(s){if(n)throw new TypeError("Generator is already executing.");for(;i&&(i=0,s[0]&&(a=0)),a;)try{if(n=1,r&&(o=2&s[0]?r.return:s[0]?r.throw||((o=r.return)&&o.call(r),0):r.next)&&!(o=o.call(r,s[1])).done)return o;switch(r=0,o&&(s=[2&s[0],o.value]),s[0]){case 0:case 1:o=s;break;case 4:return a.label++,{value:s[1],done:!1};case 5:a.label++,r=s[1],s=[0];continue;case 7:s=a.ops.pop(),a.trys.pop();continue;default:if(!(o=a.trys,(o=o.length>0&&o[o.length-1])||6!==s[0]&&2!==s[0])){a=0;continue}if(3===s[0]&&(!o||s[1]>o[0]&&s[1]<o[3])){a.label=s[1];break}if(6===s[0]&&a.label<o[1]){a.label=o[1],o=s;break}if(o&&a.label<o[2]){a.label=o[2],a.ops.push(s);break}o[2]&&a.ops.pop(),a.trys.pop();continue}s=t.call(e,a)}catch(e){s=[6,e],r=0}finally{n=o=0}if(5&s[0])throw s[1];return{value:s[0]?s[1]:void 0,done:!0}}([s,l])}}}Object.create;function An(e){var t="function"==typeof Symbol&&Symbol.iterator,n=t&&e[t],r=0;if(n)return n.call(e);if(e&&"number"==typeof e.length)return{next:function(){return e&&r>=e.length&&(e=void 0),{value:e&&e[r++],done:!e}}};throw new TypeError(t?"Object is not iterable.":"Symbol.iterator is not defined.")}function Pn(e,t,n){if(n||2===arguments.length)for(var r,o=0,a=t.length;o<a;o++)!r&&o in t||(r||(r=Array.prototype.slice.call(t,0,o)),r[o]=t[o]);return e.concat(r||Array.prototype.slice.call(t))}Object.create;function On(e,t,n,r){if("a"===n&&!r)throw new TypeError("Private accessor was defined without a getter");if("function"==typeof t?e!==t||!r:!t.has(e))throw new TypeError("Cannot read private member from an object whose class did not declare it");return"m"===n?r:"a"===n?r.call(e):r?r.value:t.get(e)}function Mn(e,t,n,r,o){if("m"===r)throw new TypeError("Private method is not writable");if("a"===r&&!o)throw new TypeError("Private accessor was defined without a setter");if("function"==typeof t?e!==t||!o:!t.has(e))throw new TypeError("Cannot write private member to an object whose class did not declare it");return"a"===r?o.call(e,n):o?o.value=n:t.set(e,n),n}"function"==typeof SuppressedError&&SuppressedError;// CONCATENATED MODULE: ./node_modules/@fingerprintjs/fingerprintjs/dist/fp.esm.js
18901
18759
  /**
18902
18760
  * FingerprintJS v3.4.2 - Copyright (c) FingerprintJS, Inc, 2023 (https://fingerprint.com)
18903
18761
  * Licensed under the MIT (http://www.opensource.org/licenses/mit-license.php) license.
@@ -19679,7 +19537,7 @@ console.error(e)}}(),[4/*yield*/,Dr(n)];case 1:return e.sent(),[2/*return*/,Fr(e
19679
19537
  /** Not documented, out of Semantic Versioning, usage is at your own risk */function zr(e){return Ur.charAt(e)}function Wr(e,t){return e&t}function Vr(e,t){return e|t}function qr(e,t){return e^t}function Hr(e,t){return e&~t}function Gr(e){if(0==e)return-1;var t=0;return 0==(65535&e)&&(e>>=16,t+=16),0==(255&e)&&(e>>=8,t+=8),0==(15&e)&&(e>>=4,t+=4),0==(3&e)&&(e>>=2,t+=2),0==(1&e)&&++t,t}function Kr(e){for(var t=0;0!=e;)e&=e-1,++t;return t}var Yr="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/";function Jr(e){var t,n,r="";for(t=0;t+3<=e.length;t+=3)n=parseInt(e.substring(t,t+3),16),r+=Yr.charAt(n>>6)+Yr.charAt(63&n);for(t+1==e.length?(n=parseInt(e.substring(t,t+1),16),r+=Yr.charAt(n<<2)):t+2==e.length&&(n=parseInt(e.substring(t,t+2),16),r+=Yr.charAt(n>>2)+Yr.charAt((3&n)<<4));(3&r.length)>0;)r+="=";return r}function Zr(e){var t,n="",r=0,o=0;for(t=0;t<e.length&&"="!=e.charAt(t);++t){var a=Yr.indexOf(e.charAt(t));a<0||(0==r?(n+=zr(a>>2),o=3&a,r=1):1==r?(n+=zr(o<<2|a>>4),o=15&a,r=2):2==r?(n+=zr(o),n+=zr(a>>2),o=3&a,r=3):(n+=zr(o<<2|a>>4),n+=zr(15&a),r=0))}return 1==r&&(n+=zr(o<<2)),n}var Qr,Xr=function(e,t){return Xr=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)t.hasOwnProperty(n)&&(e[n]=t[n])},Xr(e,t)};var eo,to=function(e){var t;if(void 0===Qr){var n="0123456789ABCDEF",r=" \f\n\r\t \u2028\u2029";for(Qr={},t=0;t<16;++t)Qr[n.charAt(t)]=t;for(n=n.toLowerCase(),t=10;t<16;++t)Qr[n.charAt(t)]=t;for(t=0;t<r.length;++t)Qr[r.charAt(t)]=-1}var o=[],a=0,i=0;for(t=0;t<e.length;++t){var s=e.charAt(t);if("="==s)break;if(-1!=(s=Qr[s])){if(void 0===s)throw new Error("Illegal character at offset "+t);a|=s,++i>=2?(o[o.length]=a,a=0,i=0):a<<=4}}if(i)throw new Error("Hex encoding incomplete: 4 bits missing");return o},no={decode:function(e){var t;if(void 0===eo){var n="= \f\n\r\t \u2028\u2029";for(eo=Object.create(null),t=0;t<64;++t)eo["ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/".charAt(t)]=t;for(t=0;t<n.length;++t)eo[n.charAt(t)]=-1}var r=[],o=0,a=0;for(t=0;t<e.length;++t){var i=e.charAt(t);if("="==i)break;if(-1!=(i=eo[i])){if(void 0===i)throw new Error("Illegal character at offset "+t);o|=i,++a>=4?(r[r.length]=o>>16,r[r.length]=o>>8&255,r[r.length]=255&o,o=0,a=0):o<<=6}}switch(a){case 1:throw new Error("Base64 encoding incomplete: at least 2 bits missing");case 2:r[r.length]=o>>10;break;case 3:r[r.length]=o>>16,r[r.length]=o>>8&255}return r},re:/-----BEGIN [^-]+-----([A-Za-z0-9+\/=\s]+)-----END [^-]+-----|begin-base64[^\n]+\n([A-Za-z0-9+\/=\s]+)====/,unarmor:function(e){var t=no.re.exec(e);if(t)if(t[1])e=t[1];else{if(!t[2])throw new Error("RegExp out of sync");e=t[2]}return no.decode(e)}},ro=1e13,oo=function(){function e(e){this.buf=[+e||0]}return e.prototype.mulAdd=function(e,t){var n,r,o=this.buf,a=o.length;for(n=0;n<a;++n)(r=o[n]*e+t)<ro?t=0:r-=(t=0|r/ro)*ro,o[n]=r;t>0&&(o[n]=t)},e.prototype.sub=function(e){var t,n,r=this.buf,o=r.length;for(t=0;t<o;++t)(n=r[t]-e)<0?(n+=ro,e=1):e=0,r[t]=n;for(;0===r[r.length-1];)r.pop()},e.prototype.toString=function(e){if(10!=(e||10))throw new Error("only base 10 is supported");for(var t=this.buf,n=t[t.length-1].toString(),r=t.length-2;r>=0;--r)n+=(ro+t[r]).toString().substring(1);return n},e.prototype.valueOf=function(){for(var e=this.buf,t=0,n=e.length-1;n>=0;--n)t=t*ro+e[n];return t},e.prototype.simplify=function(){var e=this.buf;return 1==e.length?e[0]:this},e}(),ao="…",io=/^(\d\d)(0[1-9]|1[0-2])(0[1-9]|[12]\d|3[01])([01]\d|2[0-3])(?:([0-5]\d)(?:([0-5]\d)(?:[.,](\d{1,3}))?)?)?(Z|[-+](?:[0]\d|1[0-2])([0-5]\d)?)?$/,so=/^(\d\d\d\d)(0[1-9]|1[0-2])(0[1-9]|[12]\d|3[01])([01]\d|2[0-3])(?:([0-5]\d)(?:([0-5]\d)(?:[.,](\d{1,3}))?)?)?(Z|[-+](?:[0]\d|1[0-2])([0-5]\d)?)?$/;function lo(e,t){return e.length>t&&(e=e.substring(0,t)+ao),e}var co,uo=function(){function e(t,n){this.hexDigits="0123456789ABCDEF",t instanceof e?(this.enc=t.enc,this.pos=t.pos):(this.enc=t,this.pos=n)}return e.prototype.get=function(e){if(void 0===e&&(e=this.pos++),e>=this.enc.length)throw new Error("Requesting byte offset "+e+" on a stream of length "+this.enc.length);return"string"==typeof this.enc?this.enc.charCodeAt(e):this.enc[e]},e.prototype.hexByte=function(e){return this.hexDigits.charAt(e>>4&15)+this.hexDigits.charAt(15&e)},e.prototype.hexDump=function(e,t,n){for(var r="",o=e;o<t;++o)if(r+=this.hexByte(this.get(o)),!0!==n)switch(15&o){case 7:r+=" ";break;case 15:r+="\n";break;default:r+=" "}return r},e.prototype.isASCII=function(e,t){for(var n=e;n<t;++n){var r=this.get(n);if(r<32||r>176)return!1}return!0},e.prototype.parseStringISO=function(e,t){for(var n="",r=e;r<t;++r)n+=String.fromCharCode(this.get(r));return n},e.prototype.parseStringUTF=function(e,t){for(var n="",r=e;r<t;){var o=this.get(r++);n+=o<128?String.fromCharCode(o):o>191&&o<224?String.fromCharCode((31&o)<<6|63&this.get(r++)):String.fromCharCode((15&o)<<12|(63&this.get(r++))<<6|63&this.get(r++))}return n},e.prototype.parseStringBMP=function(e,t){for(var n,r,o="",a=e;a<t;)n=this.get(a++),r=this.get(a++),o+=String.fromCharCode(n<<8|r);return o},e.prototype.parseTime=function(e,t,n){var r=this.parseStringISO(e,t),o=(n?io:so).exec(r);return o?(n&&(o[1]=+o[1],o[1]+=+o[1]<70?2e3:1900),r=o[1]+"-"+o[2]+"-"+o[3]+" "+o[4],o[5]&&(r+=":"+o[5],o[6]&&(r+=":"+o[6],o[7]&&(r+="."+o[7]))),o[8]&&(r+=" UTC","Z"!=o[8]&&(r+=o[8],o[9]&&(r+=":"+o[9]))),r):"Unrecognized time: "+r},e.prototype.parseInteger=function(e,t){for(var n,r=this.get(e),o=r>127,a=o?255:0,i="";r==a&&++e<t;)r=this.get(e);if(0===(n=t-e))return o?-1:0;if(n>4){for(i=r,n<<=3;0==(128&(+i^a));)i=+i<<1,--n;i="("+n+" bit)\n"}o&&(r-=256);for(var s=new oo(r),l=e+1;l<t;++l)s.mulAdd(256,this.get(l));return i+s.toString()},e.prototype.parseBitString=function(e,t,n){for(var r=this.get(e),o="("+((t-e-1<<3)-r)+" bit)\n",a="",i=e+1;i<t;++i){for(var s=this.get(i),l=i==t-1?r:0,c=7;c>=l;--c)a+=s>>c&1?"1":"0";if(a.length>n)return o+lo(a,n)}return o+a},e.prototype.parseOctetString=function(e,t,n){if(this.isASCII(e,t))return lo(this.parseStringISO(e,t),n);var r=t-e,o="("+r+" byte)\n";r>(n/=2)&&(t=e+n);for(var a=e;a<t;++a)o+=this.hexByte(this.get(a));return r>n&&(o+=ao),o},e.prototype.parseOID=function(e,t,n){for(var r="",o=new oo,a=0,i=e;i<t;++i){var s=this.get(i);if(o.mulAdd(128,127&s),a+=7,!(128&s)){if(""===r)if((o=o.simplify())instanceof oo)o.sub(80),r="2."+o.toString();else{var l=o<80?o<40?0:1:2;r=l+"."+(o-40*l)}else r+="."+o.toString();if(r.length>n)return lo(r,n);o=new oo,a=0}}return a>0&&(r+=".incomplete"),r},e}(),po=function(){function e(e,t,n,r,o){if(!(r instanceof fo))throw new Error("Invalid tag value.");this.stream=e,this.header=t,this.length=n,this.tag=r,this.sub=o}return e.prototype.typeName=function(){switch(this.tag.tagClass){case 0:switch(this.tag.tagNumber){case 0:return"EOC";case 1:return"BOOLEAN";case 2:return"INTEGER";case 3:return"BIT_STRING";case 4:return"OCTET_STRING";case 5:return"NULL";case 6:return"OBJECT_IDENTIFIER";case 7:return"ObjectDescriptor";case 8:return"EXTERNAL";case 9:return"REAL";case 10:return"ENUMERATED";case 11:return"EMBEDDED_PDV";case 12:return"UTF8String";case 16:return"SEQUENCE";case 17:return"SET";case 18:return"NumericString";case 19:return"PrintableString";case 20:return"TeletexString";case 21:return"VideotexString";case 22:return"IA5String";case 23:return"UTCTime";case 24:return"GeneralizedTime";case 25:return"GraphicString";case 26:return"VisibleString";case 27:return"GeneralString";case 28:return"UniversalString";case 30:return"BMPString"}return"Universal_"+this.tag.tagNumber.toString();case 1:return"Application_"+this.tag.tagNumber.toString();case 2:return"["+this.tag.tagNumber.toString()+"]";case 3:return"Private_"+this.tag.tagNumber.toString()}},e.prototype.content=function(e){if(void 0===this.tag)return null;void 0===e&&(e=1/0);var t=this.posContent(),n=Math.abs(this.length);if(!this.tag.isUniversal())return null!==this.sub?"("+this.sub.length+" elem)":this.stream.parseOctetString(t,t+n,e);switch(this.tag.tagNumber){case 1:return 0===this.stream.get(t)?"false":"true";case 2:return this.stream.parseInteger(t,t+n);case 3:return this.sub?"("+this.sub.length+" elem)":this.stream.parseBitString(t,t+n,e);case 4:return this.sub?"("+this.sub.length+" elem)":this.stream.parseOctetString(t,t+n,e);case 6:return this.stream.parseOID(t,t+n,e);case 16:case 17:return null!==this.sub?"("+this.sub.length+" elem)":"(no elem)";case 12:return lo(this.stream.parseStringUTF(t,t+n),e);case 18:case 19:case 20:case 21:case 22:case 26:return lo(this.stream.parseStringISO(t,t+n),e);case 30:return lo(this.stream.parseStringBMP(t,t+n),e);case 23:case 24:return this.stream.parseTime(t,t+n,23==this.tag.tagNumber)}return null},e.prototype.toString=function(){return this.typeName()+"@"+this.stream.pos+"[header:"+this.header+",length:"+this.length+",sub:"+(null===this.sub?"null":this.sub.length)+"]"},e.prototype.toPrettyString=function(e){void 0===e&&(e="");var t=e+this.typeName()+" @"+this.stream.pos;if(this.length>=0&&(t+="+"),t+=this.length,this.tag.tagConstructed?t+=" (constructed)":!this.tag.isUniversal()||3!=this.tag.tagNumber&&4!=this.tag.tagNumber||null===this.sub||(t+=" (encapsulates)"),t+="\n",null!==this.sub){e+=" ";for(var n=0,r=this.sub.length;n<r;++n)t+=this.sub[n].toPrettyString(e)}return t},e.prototype.posStart=function(){return this.stream.pos},e.prototype.posContent=function(){return this.stream.pos+this.header},e.prototype.posEnd=function(){return this.stream.pos+this.header+Math.abs(this.length)},e.prototype.toHexString=function(){return this.stream.hexDump(this.posStart(),this.posEnd(),!0)},e.decodeLength=function(e){var t=e.get(),n=127&t;if(n==t)return n;if(n>6)throw new Error("Length over 48 bits not supported at position "+(e.pos-1));if(0===n)return null;t=0;for(var r=0;r<n;++r)t=256*t+e.get();return t},e.prototype.getHexStringValue=function(){var e=this.toHexString(),t=2*this.header,n=2*this.length;return e.substr(t,n)},e.decode=function(t){var n;n=t instanceof uo?t:new uo(t,0);var r=new uo(n),o=new fo(n),a=e.decodeLength(n),i=n.pos,s=i-r.pos,l=null,c=function(){var t=[];if(null!==a){for(var r=i+a;n.pos<r;)t[t.length]=e.decode(n);if(n.pos!=r)throw new Error("Content size is not correct for container starting at offset "+i)}else try{for(;;){var o=e.decode(n);if(o.tag.isEOC())break;t[t.length]=o}a=i-n.pos}catch(e){throw new Error("Exception while decoding undefined length content: "+e)}return t};if(o.tagConstructed)l=c();else if(o.isUniversal()&&(3==o.tagNumber||4==o.tagNumber))try{if(3==o.tagNumber&&0!=n.get())throw new Error("BIT STRINGs with unused bits cannot encapsulate.");l=c();for(var u=0;u<l.length;++u)if(l[u].tag.isEOC())throw new Error("EOC is not supposed to be actual content.")}catch(e){l=null}if(null===l){if(null===a)throw new Error("We can't skip over an invalid tag with undefined length at offset "+i);n.pos=i+Math.abs(a)}return new e(r,s,a,o,l)},e}(),fo=function(){function e(e){var t=e.get();if(this.tagClass=t>>6,this.tagConstructed=0!=(32&t),this.tagNumber=31&t,31==this.tagNumber){var n=new oo;do{t=e.get(),n.mulAdd(128,127&t)}while(128&t);this.tagNumber=n.simplify()}}return e.prototype.isUniversal=function(){return 0===this.tagClass},e.prototype.isEOC=function(){return 0===this.tagClass&&0===this.tagNumber},e}(),ho=[2,3,5,7,11,13,17,19,23,29,31,37,41,43,47,53,59,61,67,71,73,79,83,89,97,101,103,107,109,113,127,131,137,139,149,151,157,163,167,173,179,181,191,193,197,199,211,223,227,229,233,239,241,251,257,263,269,271,277,281,283,293,307,311,313,317,331,337,347,349,353,359,367,373,379,383,389,397,401,409,419,421,431,433,439,443,449,457,461,463,467,479,487,491,499,503,509,521,523,541,547,557,563,569,571,577,587,593,599,601,607,613,617,619,631,641,643,647,653,659,661,673,677,683,691,701,709,719,727,733,739,743,751,757,761,769,773,787,797,809,811,821,823,827,829,839,853,857,859,863,877,881,883,887,907,911,919,929,937,941,947,953,967,971,977,983,991,997],mo=(1<<26)/ho[ho.length-1],go=function(){function e(e,t,n){null!=e&&("number"==typeof e?this.fromNumber(e,t,n):null==t&&"string"!=typeof e?this.fromString(e,256):this.fromString(e,t))}return e.prototype.toString=function(e){if(this.s<0)return"-"+this.negate().toString(e);var t;if(16==e)t=4;else if(8==e)t=3;else if(2==e)t=1;else if(32==e)t=5;else{if(4!=e)return this.toRadix(e);t=2}var n,r=(1<<t)-1,o=!1,a="",i=this.t,s=this.DB-i*this.DB%t;if(i-- >0)for(s<this.DB&&(n=this[i]>>s)>0&&(o=!0,a=zr(n));i>=0;)s<t?(n=(this[i]&(1<<s)-1)<<t-s,n|=this[--i]>>(s+=this.DB-t)):(n=this[i]>>(s-=t)&r,s<=0&&(s+=this.DB,--i)),n>0&&(o=!0),o&&(a+=zr(n));return o?a:"0"},e.prototype.negate=function(){var t=Eo();return e.ZERO.subTo(this,t),t},e.prototype.abs=function(){return this.s<0?this.negate():this},e.prototype.compareTo=function(e){var t=this.s-e.s;if(0!=t)return t;var n=this.t;if(0!=(t=n-e.t))return this.s<0?-t:t;for(;--n>=0;)if(0!=(t=this[n]-e[n]))return t;return 0},e.prototype.bitLength=function(){return this.t<=0?0:this.DB*(this.t-1)+Io(this[this.t-1]^this.s&this.DM)},e.prototype.mod=function(t){var n=Eo();return this.abs().divRemTo(t,null,n),this.s<0&&n.compareTo(e.ZERO)>0&&t.subTo(n,n),n},e.prototype.modPowInt=function(e,t){var n;return n=e<256||t.isEven()?new yo(t):new bo(t),this.exp(e,n)},e.prototype.clone=function(){var e=Eo();return this.copyTo(e),e},e.prototype.intValue=function(){if(this.s<0){if(1==this.t)return this[0]-this.DV;if(0==this.t)return-1}else{if(1==this.t)return this[0];if(0==this.t)return 0}return(this[1]&(1<<32-this.DB)-1)<<this.DB|this[0]},e.prototype.byteValue=function(){return 0==this.t?this.s:this[0]<<24>>24},e.prototype.shortValue=function(){return 0==this.t?this.s:this[0]<<16>>16},e.prototype.signum=function(){return this.s<0?-1:this.t<=0||1==this.t&&this[0]<=0?0:1},e.prototype.toByteArray=function(){var e=this.t,t=[];t[0]=this.s;var n,r=this.DB-e*this.DB%8,o=0;if(e-- >0)for(r<this.DB&&(n=this[e]>>r)!=(this.s&this.DM)>>r&&(t[o++]=n|this.s<<this.DB-r);e>=0;)r<8?(n=(this[e]&(1<<r)-1)<<8-r,n|=this[--e]>>(r+=this.DB-8)):(n=this[e]>>(r-=8)&255,r<=0&&(r+=this.DB,--e)),0!=(128&n)&&(n|=-256),0==o&&(128&this.s)!=(128&n)&&++o,(o>0||n!=this.s)&&(t[o++]=n);return t},e.prototype.equals=function(e){return 0==this.compareTo(e)},e.prototype.min=function(e){return this.compareTo(e)<0?this:e},e.prototype.max=function(e){return this.compareTo(e)>0?this:e},e.prototype.and=function(e){var t=Eo();return this.bitwiseTo(e,Wr,t),t},e.prototype.or=function(e){var t=Eo();return this.bitwiseTo(e,Vr,t),t},e.prototype.xor=function(e){var t=Eo();return this.bitwiseTo(e,qr,t),t},e.prototype.andNot=function(e){var t=Eo();return this.bitwiseTo(e,Hr,t),t},e.prototype.not=function(){for(var e=Eo(),t=0;t<this.t;++t)e[t]=this.DM&~this[t];return e.t=this.t,e.s=~this.s,e},e.prototype.shiftLeft=function(e){var t=Eo();return e<0?this.rShiftTo(-e,t):this.lShiftTo(e,t),t},e.prototype.shiftRight=function(e){var t=Eo();return e<0?this.lShiftTo(-e,t):this.rShiftTo(e,t),t},e.prototype.getLowestSetBit=function(){for(var e=0;e<this.t;++e)if(0!=this[e])return e*this.DB+Gr(this[e]);return this.s<0?this.t*this.DB:-1},e.prototype.bitCount=function(){for(var e=0,t=this.s&this.DM,n=0;n<this.t;++n)e+=Kr(this[n]^t);return e},e.prototype.testBit=function(e){var t=Math.floor(e/this.DB);return t>=this.t?0!=this.s:0!=(this[t]&1<<e%this.DB)},e.prototype.setBit=function(e){return this.changeBit(e,Vr)},e.prototype.clearBit=function(e){return this.changeBit(e,Hr)},e.prototype.flipBit=function(e){return this.changeBit(e,qr)},e.prototype.add=function(e){var t=Eo();return this.addTo(e,t),t},e.prototype.subtract=function(e){var t=Eo();return this.subTo(e,t),t},e.prototype.multiply=function(e){var t=Eo();return this.multiplyTo(e,t),t},e.prototype.divide=function(e){var t=Eo();return this.divRemTo(e,t,null),t},e.prototype.remainder=function(e){var t=Eo();return this.divRemTo(e,null,t),t},e.prototype.divideAndRemainder=function(e){var t=Eo(),n=Eo();return this.divRemTo(e,t,n),[t,n]},e.prototype.modPow=function(e,t){var n,r,o=e.bitLength(),a=To(1);if(o<=0)return a;n=o<18?1:o<48?3:o<144?4:o<768?5:6,r=o<8?new yo(t):t.isEven()?new wo(t):new bo(t);var i=[],s=3,l=n-1,c=(1<<n)-1;if(i[1]=r.convert(this),n>1){var u=Eo();for(r.sqrTo(i[1],u);s<=c;)i[s]=Eo(),r.mulTo(u,i[s-2],i[s]),s+=2}var d,p,f=e.t-1,h=!0,m=Eo();for(o=Io(e[f])-1;f>=0;){for(o>=l?d=e[f]>>o-l&c:(d=(e[f]&(1<<o+1)-1)<<l-o,f>0&&(d|=e[f-1]>>this.DB+o-l)),s=n;0==(1&d);)d>>=1,--s;if((o-=s)<0&&(o+=this.DB,--f),h)i[d].copyTo(a),h=!1;else{for(;s>1;)r.sqrTo(a,m),r.sqrTo(m,a),s-=2;s>0?r.sqrTo(a,m):(p=a,a=m,m=p),r.mulTo(m,i[d],a)}for(;f>=0&&0==(e[f]&1<<o);)r.sqrTo(a,m),p=a,a=m,m=p,--o<0&&(o=this.DB-1,--f)}return r.revert(a)},e.prototype.modInverse=function(t){var n=t.isEven();if(this.isEven()&&n||0==t.signum())return e.ZERO;for(var r=t.clone(),o=this.clone(),a=To(1),i=To(0),s=To(0),l=To(1);0!=r.signum();){for(;r.isEven();)r.rShiftTo(1,r),n?(a.isEven()&&i.isEven()||(a.addTo(this,a),i.subTo(t,i)),a.rShiftTo(1,a)):i.isEven()||i.subTo(t,i),i.rShiftTo(1,i);for(;o.isEven();)o.rShiftTo(1,o),n?(s.isEven()&&l.isEven()||(s.addTo(this,s),l.subTo(t,l)),s.rShiftTo(1,s)):l.isEven()||l.subTo(t,l),l.rShiftTo(1,l);r.compareTo(o)>=0?(r.subTo(o,r),n&&a.subTo(s,a),i.subTo(l,i)):(o.subTo(r,o),n&&s.subTo(a,s),l.subTo(i,l))}return 0!=o.compareTo(e.ONE)?e.ZERO:l.compareTo(t)>=0?l.subtract(t):l.signum()<0?(l.addTo(t,l),l.signum()<0?l.add(t):l):l},e.prototype.pow=function(e){return this.exp(e,new vo)},e.prototype.gcd=function(e){var t=this.s<0?this.negate():this.clone(),n=e.s<0?e.negate():e.clone();if(t.compareTo(n)<0){var r=t;t=n,n=r}var o=t.getLowestSetBit(),a=n.getLowestSetBit();if(a<0)return t;for(o<a&&(a=o),a>0&&(t.rShiftTo(a,t),n.rShiftTo(a,n));t.signum()>0;)(o=t.getLowestSetBit())>0&&t.rShiftTo(o,t),(o=n.getLowestSetBit())>0&&n.rShiftTo(o,n),t.compareTo(n)>=0?(t.subTo(n,t),t.rShiftTo(1,t)):(n.subTo(t,n),n.rShiftTo(1,n));return a>0&&n.lShiftTo(a,n),n},e.prototype.isProbablePrime=function(e){var t,n=this.abs();if(1==n.t&&n[0]<=ho[ho.length-1]){for(t=0;t<ho.length;++t)if(n[0]==ho[t])return!0;return!1}if(n.isEven())return!1;for(t=1;t<ho.length;){for(var r=ho[t],o=t+1;o<ho.length&&r<mo;)r*=ho[o++];for(r=n.modInt(r);t<o;)if(r%ho[t++]==0)return!1}return n.millerRabin(e)},e.prototype.copyTo=function(e){for(var t=this.t-1;t>=0;--t)e[t]=this[t];e.t=this.t,e.s=this.s},e.prototype.fromInt=function(e){this.t=1,this.s=e<0?-1:0,e>0?this[0]=e:e<-1?this[0]=e+this.DV:this.t=0},e.prototype.fromString=function(t,n){var r;if(16==n)r=4;else if(8==n)r=3;else if(256==n)r=8;else if(2==n)r=1;else if(32==n)r=5;else{if(4!=n)return void this.fromRadix(t,n);r=2}this.t=0,this.s=0;for(var o=t.length,a=!1,i=0;--o>=0;){var s=8==r?255&+t[o]:_o(t,o);s<0?"-"==t.charAt(o)&&(a=!0):(a=!1,0==i?this[this.t++]=s:i+r>this.DB?(this[this.t-1]|=(s&(1<<this.DB-i)-1)<<i,this[this.t++]=s>>this.DB-i):this[this.t-1]|=s<<i,(i+=r)>=this.DB&&(i-=this.DB))}8==r&&0!=(128&+t[0])&&(this.s=-1,i>0&&(this[this.t-1]|=(1<<this.DB-i)-1<<i)),this.clamp(),a&&e.ZERO.subTo(this,this)},e.prototype.clamp=function(){for(var e=this.s&this.DM;this.t>0&&this[this.t-1]==e;)--this.t},e.prototype.dlShiftTo=function(e,t){var n;for(n=this.t-1;n>=0;--n)t[n+e]=this[n];for(n=e-1;n>=0;--n)t[n]=0;t.t=this.t+e,t.s=this.s},e.prototype.drShiftTo=function(e,t){for(var n=e;n<this.t;++n)t[n-e]=this[n];t.t=Math.max(this.t-e,0),t.s=this.s},e.prototype.lShiftTo=function(e,t){for(var n=e%this.DB,r=this.DB-n,o=(1<<r)-1,a=Math.floor(e/this.DB),i=this.s<<n&this.DM,s=this.t-1;s>=0;--s)t[s+a+1]=this[s]>>r|i,i=(this[s]&o)<<n;for(s=a-1;s>=0;--s)t[s]=0;t[a]=i,t.t=this.t+a+1,t.s=this.s,t.clamp()},e.prototype.rShiftTo=function(e,t){t.s=this.s;var n=Math.floor(e/this.DB);if(n>=this.t)t.t=0;else{var r=e%this.DB,o=this.DB-r,a=(1<<r)-1;t[0]=this[n]>>r;for(var i=n+1;i<this.t;++i)t[i-n-1]|=(this[i]&a)<<o,t[i-n]=this[i]>>r;r>0&&(t[this.t-n-1]|=(this.s&a)<<o),t.t=this.t-n,t.clamp()}},e.prototype.subTo=function(e,t){for(var n=0,r=0,o=Math.min(e.t,this.t);n<o;)r+=this[n]-e[n],t[n++]=r&this.DM,r>>=this.DB;if(e.t<this.t){for(r-=e.s;n<this.t;)r+=this[n],t[n++]=r&this.DM,r>>=this.DB;r+=this.s}else{for(r+=this.s;n<e.t;)r-=e[n],t[n++]=r&this.DM,r>>=this.DB;r-=e.s}t.s=r<0?-1:0,r<-1?t[n++]=this.DV+r:r>0&&(t[n++]=r),t.t=n,t.clamp()},e.prototype.multiplyTo=function(t,n){var r=this.abs(),o=t.abs(),a=r.t;for(n.t=a+o.t;--a>=0;)n[a]=0;for(a=0;a<o.t;++a)n[a+r.t]=r.am(0,o[a],n,a,0,r.t);n.s=0,n.clamp(),this.s!=t.s&&e.ZERO.subTo(n,n)},e.prototype.squareTo=function(e){for(var t=this.abs(),n=e.t=2*t.t;--n>=0;)e[n]=0;for(n=0;n<t.t-1;++n){var r=t.am(n,t[n],e,2*n,0,1);(e[n+t.t]+=t.am(n+1,2*t[n],e,2*n+1,r,t.t-n-1))>=t.DV&&(e[n+t.t]-=t.DV,e[n+t.t+1]=1)}e.t>0&&(e[e.t-1]+=t.am(n,t[n],e,2*n,0,1)),e.s=0,e.clamp()},e.prototype.divRemTo=function(t,n,r){var o=t.abs();if(!(o.t<=0)){var a=this.abs();if(a.t<o.t)return null!=n&&n.fromInt(0),void(null!=r&&this.copyTo(r));null==r&&(r=Eo());var i=Eo(),s=this.s,l=t.s,c=this.DB-Io(o[o.t-1]);c>0?(o.lShiftTo(c,i),a.lShiftTo(c,r)):(o.copyTo(i),a.copyTo(r));var u=i.t,d=i[u-1];if(0!=d){var p=d*(1<<this.F1)+(u>1?i[u-2]>>this.F2:0),f=this.FV/p,h=(1<<this.F1)/p,m=1<<this.F2,g=r.t,v=g-u,y=null==n?Eo():n;for(i.dlShiftTo(v,y),r.compareTo(y)>=0&&(r[r.t++]=1,r.subTo(y,r)),e.ONE.dlShiftTo(u,y),y.subTo(i,i);i.t<u;)i[i.t++]=0;for(;--v>=0;){var b=r[--g]==d?this.DM:Math.floor(r[g]*f+(r[g-1]+m)*h);if((r[g]+=i.am(0,b,r,v,0,u))<b)for(i.dlShiftTo(v,y),r.subTo(y,r);r[g]<--b;)r.subTo(y,r)}null!=n&&(r.drShiftTo(u,n),s!=l&&e.ZERO.subTo(n,n)),r.t=u,r.clamp(),c>0&&r.rShiftTo(c,r),s<0&&e.ZERO.subTo(r,r)}}},e.prototype.invDigit=function(){if(this.t<1)return 0;var e=this[0];if(0==(1&e))return 0;var t=3&e;return(t=(t=(t=(t=t*(2-(15&e)*t)&15)*(2-(255&e)*t)&255)*(2-((65535&e)*t&65535))&65535)*(2-e*t%this.DV)%this.DV)>0?this.DV-t:-t},e.prototype.isEven=function(){return 0==(this.t>0?1&this[0]:this.s)},e.prototype.exp=function(t,n){if(t>4294967295||t<1)return e.ONE;var r=Eo(),o=Eo(),a=n.convert(this),i=Io(t)-1;for(a.copyTo(r);--i>=0;)if(n.sqrTo(r,o),(t&1<<i)>0)n.mulTo(o,a,r);else{var s=r;r=o,o=s}return n.revert(r)},e.prototype.chunkSize=function(e){return Math.floor(Math.LN2*this.DB/Math.log(e))},e.prototype.toRadix=function(e){if(null==e&&(e=10),0==this.signum()||e<2||e>36)return"0";var t=this.chunkSize(e),n=Math.pow(e,t),r=To(n),o=Eo(),a=Eo(),i="";for(this.divRemTo(r,o,a);o.signum()>0;)i=(n+a.intValue()).toString(e).substr(1)+i,o.divRemTo(r,o,a);return a.intValue().toString(e)+i},e.prototype.fromRadix=function(t,n){this.fromInt(0),null==n&&(n=10);for(var r=this.chunkSize(n),o=Math.pow(n,r),a=!1,i=0,s=0,l=0;l<t.length;++l){var c=_o(t,l);c<0?"-"==t.charAt(l)&&0==this.signum()&&(a=!0):(s=n*s+c,++i>=r&&(this.dMultiply(o),this.dAddOffset(s,0),i=0,s=0))}i>0&&(this.dMultiply(Math.pow(n,i)),this.dAddOffset(s,0)),a&&e.ZERO.subTo(this,this)},e.prototype.fromNumber=function(t,n,r){if("number"==typeof n)if(t<2)this.fromInt(1);else for(this.fromNumber(t,r),this.testBit(t-1)||this.bitwiseTo(e.ONE.shiftLeft(t-1),Vr,this),this.isEven()&&this.dAddOffset(1,0);!this.isProbablePrime(n);)this.dAddOffset(2,0),this.bitLength()>t&&this.subTo(e.ONE.shiftLeft(t-1),this);else{var o=[],a=7&t;o.length=1+(t>>3),n.nextBytes(o),a>0?o[0]&=(1<<a)-1:o[0]=0,this.fromString(o,256)}},e.prototype.bitwiseTo=function(e,t,n){var r,o,a=Math.min(e.t,this.t);for(r=0;r<a;++r)n[r]=t(this[r],e[r]);if(e.t<this.t){for(o=e.s&this.DM,r=a;r<this.t;++r)n[r]=t(this[r],o);n.t=this.t}else{for(o=this.s&this.DM,r=a;r<e.t;++r)n[r]=t(o,e[r]);n.t=e.t}n.s=t(this.s,e.s),n.clamp()},e.prototype.changeBit=function(t,n){var r=e.ONE.shiftLeft(t);return this.bitwiseTo(r,n,r),r},e.prototype.addTo=function(e,t){for(var n=0,r=0,o=Math.min(e.t,this.t);n<o;)r+=this[n]+e[n],t[n++]=r&this.DM,r>>=this.DB;if(e.t<this.t){for(r+=e.s;n<this.t;)r+=this[n],t[n++]=r&this.DM,r>>=this.DB;r+=this.s}else{for(r+=this.s;n<e.t;)r+=e[n],t[n++]=r&this.DM,r>>=this.DB;r+=e.s}t.s=r<0?-1:0,r>0?t[n++]=r:r<-1&&(t[n++]=this.DV+r),t.t=n,t.clamp()},e.prototype.dMultiply=function(e){this[this.t]=this.am(0,e-1,this,0,0,this.t),++this.t,this.clamp()},e.prototype.dAddOffset=function(e,t){if(0!=e){for(;this.t<=t;)this[this.t++]=0;for(this[t]+=e;this[t]>=this.DV;)this[t]-=this.DV,++t>=this.t&&(this[this.t++]=0),++this[t]}},e.prototype.multiplyLowerTo=function(e,t,n){var r=Math.min(this.t+e.t,t);for(n.s=0,n.t=r;r>0;)n[--r]=0;for(var o=n.t-this.t;r<o;++r)n[r+this.t]=this.am(0,e[r],n,r,0,this.t);for(o=Math.min(e.t,t);r<o;++r)this.am(0,e[r],n,r,0,t-r);n.clamp()},e.prototype.multiplyUpperTo=function(e,t,n){--t;var r=n.t=this.t+e.t-t;for(n.s=0;--r>=0;)n[r]=0;for(r=Math.max(t-this.t,0);r<e.t;++r)n[this.t+r-t]=this.am(t-r,e[r],n,0,0,this.t+r-t);n.clamp(),n.drShiftTo(1,n)},e.prototype.modInt=function(e){if(e<=0)return 0;var t=this.DV%e,n=this.s<0?e-1:0;if(this.t>0)if(0==t)n=this[0]%e;else for(var r=this.t-1;r>=0;--r)n=(t*n+this[r])%e;return n},e.prototype.millerRabin=function(t){var n=this.subtract(e.ONE),r=n.getLowestSetBit();if(r<=0)return!1;var o=n.shiftRight(r);(t=t+1>>1)>ho.length&&(t=ho.length);for(var a=Eo(),i=0;i<t;++i){a.fromInt(ho[Math.floor(Math.random()*ho.length)]);var s=a.modPow(o,this);if(0!=s.compareTo(e.ONE)&&0!=s.compareTo(n)){for(var l=1;l++<r&&0!=s.compareTo(n);)if(0==(s=s.modPowInt(2,this)).compareTo(e.ONE))return!1;if(0!=s.compareTo(n))return!1}}return!0},e.prototype.square=function(){var e=Eo();return this.squareTo(e),e},e.prototype.gcda=function(e,t){var n=this.s<0?this.negate():this.clone(),r=e.s<0?e.negate():e.clone();if(n.compareTo(r)<0){var o=n;n=r,r=o}var a=n.getLowestSetBit(),i=r.getLowestSetBit();if(i<0)t(n);else{a<i&&(i=a),i>0&&(n.rShiftTo(i,n),r.rShiftTo(i,r));var s=function(){(a=n.getLowestSetBit())>0&&n.rShiftTo(a,n),(a=r.getLowestSetBit())>0&&r.rShiftTo(a,r),n.compareTo(r)>=0?(n.subTo(r,n),n.rShiftTo(1,n)):(r.subTo(n,r),r.rShiftTo(1,r)),n.signum()>0?setTimeout(s,0):(i>0&&r.lShiftTo(i,r),setTimeout((function(){t(r)}),0))};setTimeout(s,10)}},e.prototype.fromNumberAsync=function(t,n,r,o){if("number"==typeof n)if(t<2)this.fromInt(1);else{this.fromNumber(t,r),this.testBit(t-1)||this.bitwiseTo(e.ONE.shiftLeft(t-1),Vr,this),this.isEven()&&this.dAddOffset(1,0);var a=this,i=function(){a.dAddOffset(2,0),a.bitLength()>t&&a.subTo(e.ONE.shiftLeft(t-1),a),a.isProbablePrime(n)?setTimeout((function(){o()}),0):setTimeout(i,0)};setTimeout(i,0)}else{var s=[],l=7&t;s.length=1+(t>>3),n.nextBytes(s),l>0?s[0]&=(1<<l)-1:s[0]=0,this.fromString(s,256)}},e}(),vo=function(){function e(){}return e.prototype.convert=function(e){return e},e.prototype.revert=function(e){return e},e.prototype.mulTo=function(e,t,n){e.multiplyTo(t,n)},e.prototype.sqrTo=function(e,t){e.squareTo(t)},e}(),yo=function(){function e(e){this.m=e}return e.prototype.convert=function(e){return e.s<0||e.compareTo(this.m)>=0?e.mod(this.m):e},e.prototype.revert=function(e){return e},e.prototype.reduce=function(e){e.divRemTo(this.m,null,e)},e.prototype.mulTo=function(e,t,n){e.multiplyTo(t,n),this.reduce(n)},e.prototype.sqrTo=function(e,t){e.squareTo(t),this.reduce(t)},e}(),bo=function(){function e(e){this.m=e,this.mp=e.invDigit(),this.mpl=32767&this.mp,this.mph=this.mp>>15,this.um=(1<<e.DB-15)-1,this.mt2=2*e.t}return e.prototype.convert=function(e){var t=Eo();return e.abs().dlShiftTo(this.m.t,t),t.divRemTo(this.m,null,t),e.s<0&&t.compareTo(go.ZERO)>0&&this.m.subTo(t,t),t},e.prototype.revert=function(e){var t=Eo();return e.copyTo(t),this.reduce(t),t},e.prototype.reduce=function(e){for(;e.t<=this.mt2;)e[e.t++]=0;for(var t=0;t<this.m.t;++t){var n=32767&e[t],r=n*this.mpl+((n*this.mph+(e[t]>>15)*this.mpl&this.um)<<15)&e.DM;for(e[n=t+this.m.t]+=this.m.am(0,r,e,t,0,this.m.t);e[n]>=e.DV;)e[n]-=e.DV,e[++n]++}e.clamp(),e.drShiftTo(this.m.t,e),e.compareTo(this.m)>=0&&e.subTo(this.m,e)},e.prototype.mulTo=function(e,t,n){e.multiplyTo(t,n),this.reduce(n)},e.prototype.sqrTo=function(e,t){e.squareTo(t),this.reduce(t)},e}(),wo=function(){function e(e){this.m=e,this.r2=Eo(),this.q3=Eo(),go.ONE.dlShiftTo(2*e.t,this.r2),this.mu=this.r2.divide(e)}return e.prototype.convert=function(e){if(e.s<0||e.t>2*this.m.t)return e.mod(this.m);if(e.compareTo(this.m)<0)return e;var t=Eo();return e.copyTo(t),this.reduce(t),t},e.prototype.revert=function(e){return e},e.prototype.reduce=function(e){for(e.drShiftTo(this.m.t-1,this.r2),e.t>this.m.t+1&&(e.t=this.m.t+1,e.clamp()),this.mu.multiplyUpperTo(this.r2,this.m.t+1,this.q3),this.m.multiplyLowerTo(this.q3,this.m.t+1,this.r2);e.compareTo(this.r2)<0;)e.dAddOffset(1,this.m.t+1);for(e.subTo(this.r2,e);e.compareTo(this.m)>=0;)e.subTo(this.m,e)},e.prototype.mulTo=function(e,t,n){e.multiplyTo(t,n),this.reduce(n)},e.prototype.sqrTo=function(e,t){e.squareTo(t),this.reduce(t)},e}();function Eo(){return new go(null)}function ko(e,t){return new go(e,t)}"Microsoft Internet Explorer"==Br?(go.prototype.am=function(e,t,n,r,o,a){for(var i=32767&t,s=t>>15;--a>=0;){var l=32767&this[e],c=this[e++]>>15,u=s*l+c*i;o=((l=i*l+((32767&u)<<15)+n[r]+(1073741823&o))>>>30)+(u>>>15)+s*c+(o>>>30),n[r++]=1073741823&l}return o},co=30):"Netscape"!=Br?(go.prototype.am=function(e,t,n,r,o,a){for(;--a>=0;){var i=t*this[e++]+n[r]+o;o=Math.floor(i/67108864),n[r++]=67108863&i}return o},co=26):(go.prototype.am=function(e,t,n,r,o,a){for(var i=16383&t,s=t>>14;--a>=0;){var l=16383&this[e],c=this[e++]>>14,u=s*l+c*i;o=((l=i*l+((16383&u)<<14)+n[r]+o)>>28)+(u>>14)+s*c,n[r++]=268435455&l}return o},co=28),go.prototype.DB=co,go.prototype.DM=(1<<co)-1,go.prototype.DV=1<<co;go.prototype.FV=Math.pow(2,52),go.prototype.F1=52-co,go.prototype.F2=2*co-52;var Co,So,xo=[];for(Co="0".charCodeAt(0),So=0;So<=9;++So)xo[Co++]=So;for(Co="a".charCodeAt(0),So=10;So<36;++So)xo[Co++]=So;for(Co="A".charCodeAt(0),So=10;So<36;++So)xo[Co++]=So;function _o(e,t){var n=xo[e.charCodeAt(t)];return null==n?-1:n}function To(e){var t=Eo();return t.fromInt(e),t}function Io(e){var t,n=1;return 0!=(t=e>>>16)&&(e=t,n+=16),0!=(t=e>>8)&&(e=t,n+=8),0!=(t=e>>4)&&(e=t,n+=4),0!=(t=e>>2)&&(e=t,n+=2),0!=(t=e>>1)&&(e=t,n+=1),n}go.ZERO=To(0),go.ONE=To(1);var No=function(){function e(){this.i=0,this.j=0,this.S=[]}return e.prototype.init=function(e){var t,n,r;for(t=0;t<256;++t)this.S[t]=t;for(n=0,t=0;t<256;++t)n=n+this.S[t]+e[t%e.length]&255,r=this.S[t],this.S[t]=this.S[n],this.S[n]=r;this.i=0,this.j=0},e.prototype.next=function(){var e;return this.i=this.i+1&255,this.j=this.j+this.S[this.i]&255,e=this.S[this.i],this.S[this.i]=this.S[this.j],this.S[this.j]=e,this.S[e+this.S[this.i]&255]},e}();var Ao,Po,Oo=null;if(null==Oo){Oo=[],Po=0;var Mo=void 0;if($r.crypto&&$r.crypto.getRandomValues){var Ro=new Uint32Array(256);for($r.crypto.getRandomValues(Ro),Mo=0;Mo<Ro.length;++Mo)Oo[Po++]=255&Ro[Mo]}var Do=function(e){if(this.count=this.count||0,this.count>=256||Po>=256)$r.removeEventListener?$r.removeEventListener("mousemove",Do,!1):$r.detachEvent&&$r.detachEvent("onmousemove",Do);else try{var t=e.x+e.y;Oo[Po++]=255&t,this.count+=1}catch(e){}};$r.addEventListener?$r.addEventListener("mousemove",Do,!1):$r.attachEvent&&$r.attachEvent("onmousemove",Do)}function Fo(){if(null==Ao){for(Ao=new No;Po<256;){var e=Math.floor(65536*Math.random());Oo[Po++]=255&e}for(Ao.init(Oo),Po=0;Po<Oo.length;++Po)Oo[Po]=0;Po=0}return Ao.next()}var Lo=function(){function e(){}return e.prototype.nextBytes=function(e){for(var t=0;t<e.length;++t)e[t]=Fo()},e}();var Bo=function(){function e(){this.n=null,this.e=0,this.d=null,this.p=null,this.q=null,this.dmp1=null,this.dmq1=null,this.coeff=null}return e.prototype.doPublic=function(e){return e.modPowInt(this.e,this.n)},e.prototype.doPrivate=function(e){if(null==this.p||null==this.q)return e.modPow(this.d,this.n);for(var t=e.mod(this.p).modPow(this.dmp1,this.p),n=e.mod(this.q).modPow(this.dmq1,this.q);t.compareTo(n)<0;)t=t.add(this.p);return t.subtract(n).multiply(this.coeff).mod(this.p).multiply(this.q).add(n)},e.prototype.setPublic=function(e,t){null!=e&&null!=t&&e.length>0&&t.length>0?(this.n=ko(e,16),this.e=parseInt(t,16)):console.error("Invalid RSA public key")},e.prototype.encrypt=function(e){var t=function(e,t){if(t<e.length+11)return console.error("Message too long for RSA"),null;for(var n=[],r=e.length-1;r>=0&&t>0;){var o=e.charCodeAt(r--);o<128?n[--t]=o:o>127&&o<2048?(n[--t]=63&o|128,n[--t]=o>>6|192):(n[--t]=63&o|128,n[--t]=o>>6&63|128,n[--t]=o>>12|224)}n[--t]=0;for(var a=new Lo,i=[];t>2;){for(i[0]=0;0==i[0];)a.nextBytes(i);n[--t]=i[0]}return n[--t]=2,n[--t]=0,new go(n)}(e,this.n.bitLength()+7>>3);if(null==t)return null;var n=this.doPublic(t);if(null==n)return null;var r=n.toString(16);return 0==(1&r.length)?r:"0"+r},e.prototype.setPrivate=function(e,t,n){null!=e&&null!=t&&e.length>0&&t.length>0?(this.n=ko(e,16),this.e=parseInt(t,16),this.d=ko(n,16)):console.error("Invalid RSA private key")},e.prototype.setPrivateEx=function(e,t,n,r,o,a,i,s){null!=e&&null!=t&&e.length>0&&t.length>0?(this.n=ko(e,16),this.e=parseInt(t,16),this.d=ko(n,16),this.p=ko(r,16),this.q=ko(o,16),this.dmp1=ko(a,16),this.dmq1=ko(i,16),this.coeff=ko(s,16)):console.error("Invalid RSA private key")},e.prototype.generate=function(e,t){var n=new Lo,r=e>>1;this.e=parseInt(t,16);for(var o=new go(t,16);;){for(;this.p=new go(e-r,1,n),0!=this.p.subtract(go.ONE).gcd(o).compareTo(go.ONE)||!this.p.isProbablePrime(10););for(;this.q=new go(r,1,n),0!=this.q.subtract(go.ONE).gcd(o).compareTo(go.ONE)||!this.q.isProbablePrime(10););if(this.p.compareTo(this.q)<=0){var a=this.p;this.p=this.q,this.q=a}var i=this.p.subtract(go.ONE),s=this.q.subtract(go.ONE),l=i.multiply(s);if(0==l.gcd(o).compareTo(go.ONE)){this.n=this.p.multiply(this.q),this.d=o.modInverse(l),this.dmp1=this.d.mod(i),this.dmq1=this.d.mod(s),this.coeff=this.q.modInverse(this.p);break}}},e.prototype.decrypt=function(e){var t=ko(e,16),n=this.doPrivate(t);return null==n?null:function(e,t){var n=e.toByteArray(),r=0;for(;r<n.length&&0==n[r];)++r;if(n.length-r!=t-1||2!=n[r])return null;++r;for(;0!=n[r];)if(++r>=n.length)return null;var o="";for(;++r<n.length;){var a=255&n[r];a<128?o+=String.fromCharCode(a):a>191&&a<224?(o+=String.fromCharCode((31&a)<<6|63&n[r+1]),++r):(o+=String.fromCharCode((15&a)<<12|(63&n[r+1])<<6|63&n[r+2]),r+=2)}return o}(n,this.n.bitLength()+7>>3)},e.prototype.generateAsync=function(e,t,n){var r=new Lo,o=e>>1;this.e=parseInt(t,16);var a=new go(t,16),i=this,s=function(){var t=function(){if(i.p.compareTo(i.q)<=0){var e=i.p;i.p=i.q,i.q=e}var t=i.p.subtract(go.ONE),r=i.q.subtract(go.ONE),o=t.multiply(r);0==o.gcd(a).compareTo(go.ONE)?(i.n=i.p.multiply(i.q),i.d=a.modInverse(o),i.dmp1=i.d.mod(t),i.dmq1=i.d.mod(r),i.coeff=i.q.modInverse(i.p),setTimeout((function(){n()}),0)):setTimeout(s,0)},l=function(){i.q=Eo(),i.q.fromNumberAsync(o,1,r,(function(){i.q.subtract(go.ONE).gcda(a,(function(e){0==e.compareTo(go.ONE)&&i.q.isProbablePrime(10)?setTimeout(t,0):setTimeout(l,0)}))}))},c=function(){i.p=Eo(),i.p.fromNumberAsync(e-o,1,r,(function(){i.p.subtract(go.ONE).gcda(a,(function(e){0==e.compareTo(go.ONE)&&i.p.isProbablePrime(10)?setTimeout(l,0):setTimeout(c,0)}))}))};setTimeout(c,0)};setTimeout(s,0)},e.prototype.sign=function(e,t,n){var r=function(e,t){if(t<e.length+22)return console.error("Message too long for RSA"),null;for(var n=t-e.length-6,r="",o=0;o<n;o+=2)r+="ff";return ko("0001"+r+"00"+e,16)}((jo[n]||"")+t(e).toString(),this.n.bitLength()/4);if(null==r)return null;var o=this.doPrivate(r);if(null==o)return null;var a=o.toString(16);return 0==(1&a.length)?a:"0"+a},e.prototype.verify=function(e,t,n){var r=ko(t,16),o=this.doPublic(r);return null==o?null:function(e){for(var t in jo)if(jo.hasOwnProperty(t)){var n=jo[t],r=n.length;if(e.substr(0,r)==n)return e.substr(r)}return e}(o.toString(16).replace(/^1f+00/,""))==n(e).toString()},e}();var jo={md2:"3020300c06082a864886f70d020205000410",md5:"3020300c06082a864886f70d020505000410",sha1:"3021300906052b0e03021a05000414",sha224:"302d300d06096086480165030402040500041c",sha256:"3031300d060960864801650304020105000420",sha384:"3041300d060960864801650304020205000430",sha512:"3051300d060960864801650304020305000440",ripemd160:"3021300906052b2403020105000414"};var $o={};$o.lang={extend:function(e,t,n){if(!t||!e)throw new Error("YAHOO.lang.extend failed, please check that all dependencies are included.");var r=function(){};if(r.prototype=t.prototype,e.prototype=new r,e.prototype.constructor=e,e.superclass=t.prototype,t.prototype.constructor==Object.prototype.constructor&&(t.prototype.constructor=t),n){var o;for(o in n)e.prototype[o]=n[o];var a=function(){},i=["toString","valueOf"];try{/MSIE/.test(jr)&&(a=function(e,t){for(o=0;o<i.length;o+=1){var n=i[o],r=t[n];"function"==typeof r&&r!=Object.prototype[n]&&(e[n]=r)}})}catch(e){}a(e.prototype,n)}}};var Uo={};function zo(e){var t=Bo.call(this)||this;return e&&("string"==typeof e?t.parseKey(e):(zo.hasPrivateKeyProperty(e)||zo.hasPublicKeyProperty(e))&&t.parsePropertiesFrom(e)),t}function Wo(e){e=e||{},this.default_key_size=parseInt(e.default_key_size,10)||1024,this.default_public_exponent=e.default_public_exponent||"010001",this.log=e.log||!1,this.key=null}void 0!==Uo.asn1&&Uo.asn1||(Uo.asn1={}),Uo.asn1.ASN1Util=new function(){this.integerToByteHex=function(e){var t=e.toString(16);return t.length%2==1&&(t="0"+t),t},this.bigIntToMinTwosComplementsHex=function(e){var t=e.toString(16);if("-"!=t.substr(0,1))t.length%2==1?t="0"+t:t.match(/^[0-7]/)||(t="00"+t);else{var n=t.substr(1).length;n%2==1?n+=1:t.match(/^[0-7]/)||(n+=2);for(var r="",o=0;o<n;o++)r+="f";t=new go(r,16).xor(e).add(go.ONE).toString(16).replace(/^-/,"")}return t},this.getPEMStringFromHex=function(e,t){return hextopem(e,t)},this.newObject=function(e){var t=Uo.asn1,n=t.DERBoolean,r=t.DERInteger,o=t.DERBitString,a=t.DEROctetString,i=t.DERNull,s=t.DERObjectIdentifier,l=t.DEREnumerated,c=t.DERUTF8String,u=t.DERNumericString,d=t.DERPrintableString,p=t.DERTeletexString,f=t.DERIA5String,h=t.DERUTCTime,m=t.DERGeneralizedTime,g=t.DERSequence,v=t.DERSet,y=t.DERTaggedObject,b=t.ASN1Util.newObject,w=Object.keys(e);if(1!=w.length)throw"key of param shall be only one.";var E=w[0];if(-1==":bool:int:bitstr:octstr:null:oid:enum:utf8str:numstr:prnstr:telstr:ia5str:utctime:gentime:seq:set:tag:".indexOf(":"+E+":"))throw"undefined key: "+E;if("bool"==E)return new n(e[E]);if("int"==E)return new r(e[E]);if("bitstr"==E)return new o(e[E]);if("octstr"==E)return new a(e[E]);if("null"==E)return new i(e[E]);if("oid"==E)return new s(e[E]);if("enum"==E)return new l(e[E]);if("utf8str"==E)return new c(e[E]);if("numstr"==E)return new u(e[E]);if("prnstr"==E)return new d(e[E]);if("telstr"==E)return new p(e[E]);if("ia5str"==E)return new f(e[E]);if("utctime"==E)return new h(e[E]);if("gentime"==E)return new m(e[E]);if("seq"==E){for(var k=e[E],C=[],S=0;S<k.length;S++){var x=b(k[S]);C.push(x)}return new g({array:C})}if("set"==E){for(k=e[E],C=[],S=0;S<k.length;S++){x=b(k[S]);C.push(x)}return new v({array:C})}if("tag"==E){var _=e[E];if("[object Array]"===Object.prototype.toString.call(_)&&3==_.length){var T=b(_[2]);return new y({tag:_[0],explicit:_[1],obj:T})}var I={};if(void 0!==_.explicit&&(I.explicit=_.explicit),void 0!==_.tag&&(I.tag=_.tag),void 0===_.obj)throw"obj shall be specified for 'tag'.";return I.obj=b(_.obj),new y(I)}},this.jsonToASN1HEX=function(e){return this.newObject(e).getEncodedHex()}},Uo.asn1.ASN1Util.oidHexToInt=function(e){for(var t="",n=parseInt(e.substr(0,2),16),r=(t=Math.floor(n/40)+"."+n%40,""),o=2;o<e.length;o+=2){var a=("00000000"+parseInt(e.substr(o,2),16).toString(2)).slice(-8);if(r+=a.substr(1,7),"0"==a.substr(0,1))t=t+"."+new go(r,2).toString(10),r=""}return t},Uo.asn1.ASN1Util.oidIntToHex=function(e){var t=function(e){var t=e.toString(16);return 1==t.length&&(t="0"+t),t},n=function(e){var n="",r=new go(e,10).toString(2),o=7-r.length%7;7==o&&(o=0);for(var a="",i=0;i<o;i++)a+="0";r=a+r;for(i=0;i<r.length-1;i+=7){var s=r.substr(i,7);i!=r.length-7&&(s="1"+s),n+=t(parseInt(s,2))}return n};if(!e.match(/^[0-9.]+$/))throw"malformed oid string: "+e;var r="",o=e.split("."),a=40*parseInt(o[0])+parseInt(o[1]);r+=t(a),o.splice(0,2);for(var i=0;i<o.length;i++)r+=n(o[i]);return r},Uo.asn1.ASN1Object=function(){this.getLengthHexFromValue=function(){if(void 0===this.hV||null==this.hV)throw"this.hV is null or undefined.";if(this.hV.length%2==1)throw"value hex must be even length: n="+"".length+",v="+this.hV;var e=this.hV.length/2,t=e.toString(16);if(t.length%2==1&&(t="0"+t),e<128)return t;var n=t.length/2;if(n>15)throw"ASN.1 length too long to represent by 8x: n = "+e.toString(16);return(128+n).toString(16)+t},this.getEncodedHex=function(){return(null==this.hTLV||this.isModified)&&(this.hV=this.getFreshValueHex(),this.hL=this.getLengthHexFromValue(),this.hTLV=this.hT+this.hL+this.hV,this.isModified=!1),this.hTLV},this.getValueHex=function(){return this.getEncodedHex(),this.hV},this.getFreshValueHex=function(){return""}},Uo.asn1.DERAbstractString=function(e){Uo.asn1.DERAbstractString.superclass.constructor.call(this),this.getString=function(){return this.s},this.setString=function(e){this.hTLV=null,this.isModified=!0,this.s=e,this.hV=stohex(this.s)},this.setStringHex=function(e){this.hTLV=null,this.isModified=!0,this.s=null,this.hV=e},this.getFreshValueHex=function(){return this.hV},void 0!==e&&("string"==typeof e?this.setString(e):void 0!==e.str?this.setString(e.str):void 0!==e.hex&&this.setStringHex(e.hex))},$o.lang.extend(Uo.asn1.DERAbstractString,Uo.asn1.ASN1Object),Uo.asn1.DERAbstractTime=function(e){Uo.asn1.DERAbstractTime.superclass.constructor.call(this),this.localDateToUTC=function(e){return utc=e.getTime()+6e4*e.getTimezoneOffset(),new Date(utc)},this.formatDate=function(e,t,n){var r=this.zeroPadding,o=this.localDateToUTC(e),a=String(o.getFullYear());"utc"==t&&(a=a.substr(2,2));var i=a+r(String(o.getMonth()+1),2)+r(String(o.getDate()),2)+r(String(o.getHours()),2)+r(String(o.getMinutes()),2)+r(String(o.getSeconds()),2);if(!0===n){var s=o.getMilliseconds();if(0!=s){var l=r(String(s),3);i=i+"."+(l=l.replace(/[0]+$/,""))}}return i+"Z"},this.zeroPadding=function(e,t){return e.length>=t?e:new Array(t-e.length+1).join("0")+e},this.getString=function(){return this.s},this.setString=function(e){this.hTLV=null,this.isModified=!0,this.s=e,this.hV=stohex(e)},this.setByDateValue=function(e,t,n,r,o,a){var i=new Date(Date.UTC(e,t-1,n,r,o,a,0));this.setByDate(i)},this.getFreshValueHex=function(){return this.hV}},$o.lang.extend(Uo.asn1.DERAbstractTime,Uo.asn1.ASN1Object),Uo.asn1.DERAbstractStructured=function(e){Uo.asn1.DERAbstractString.superclass.constructor.call(this),this.setByASN1ObjectArray=function(e){this.hTLV=null,this.isModified=!0,this.asn1Array=e},this.appendASN1Object=function(e){this.hTLV=null,this.isModified=!0,this.asn1Array.push(e)},this.asn1Array=new Array,void 0!==e&&void 0!==e.array&&(this.asn1Array=e.array)},$o.lang.extend(Uo.asn1.DERAbstractStructured,Uo.asn1.ASN1Object),Uo.asn1.DERBoolean=function(){Uo.asn1.DERBoolean.superclass.constructor.call(this),this.hT="01",this.hTLV="0101ff"},$o.lang.extend(Uo.asn1.DERBoolean,Uo.asn1.ASN1Object),Uo.asn1.DERInteger=function(e){Uo.asn1.DERInteger.superclass.constructor.call(this),this.hT="02",this.setByBigInteger=function(e){this.hTLV=null,this.isModified=!0,this.hV=Uo.asn1.ASN1Util.bigIntToMinTwosComplementsHex(e)},this.setByInteger=function(e){var t=new go(String(e),10);this.setByBigInteger(t)},this.setValueHex=function(e){this.hV=e},this.getFreshValueHex=function(){return this.hV},void 0!==e&&(void 0!==e.bigint?this.setByBigInteger(e.bigint):void 0!==e.int?this.setByInteger(e.int):"number"==typeof e?this.setByInteger(e):void 0!==e.hex&&this.setValueHex(e.hex))},$o.lang.extend(Uo.asn1.DERInteger,Uo.asn1.ASN1Object),Uo.asn1.DERBitString=function(e){if(void 0!==e&&void 0!==e.obj){var t=Uo.asn1.ASN1Util.newObject(e.obj);e.hex="00"+t.getEncodedHex()}Uo.asn1.DERBitString.superclass.constructor.call(this),this.hT="03",this.setHexValueIncludingUnusedBits=function(e){this.hTLV=null,this.isModified=!0,this.hV=e},this.setUnusedBitsAndHexValue=function(e,t){if(e<0||7<e)throw"unused bits shall be from 0 to 7: u = "+e;var n="0"+e;this.hTLV=null,this.isModified=!0,this.hV=n+t},this.setByBinaryString=function(e){var t=8-(e=e.replace(/0+$/,"")).length%8;8==t&&(t=0);for(var n=0;n<=t;n++)e+="0";var r="";for(n=0;n<e.length-1;n+=8){var o=e.substr(n,8),a=parseInt(o,2).toString(16);1==a.length&&(a="0"+a),r+=a}this.hTLV=null,this.isModified=!0,this.hV="0"+t+r},this.setByBooleanArray=function(e){for(var t="",n=0;n<e.length;n++)1==e[n]?t+="1":t+="0";this.setByBinaryString(t)},this.newFalseArray=function(e){for(var t=new Array(e),n=0;n<e;n++)t[n]=!1;return t},this.getFreshValueHex=function(){return this.hV},void 0!==e&&("string"==typeof e&&e.toLowerCase().match(/^[0-9a-f]+$/)?this.setHexValueIncludingUnusedBits(e):void 0!==e.hex?this.setHexValueIncludingUnusedBits(e.hex):void 0!==e.bin?this.setByBinaryString(e.bin):void 0!==e.array&&this.setByBooleanArray(e.array))},$o.lang.extend(Uo.asn1.DERBitString,Uo.asn1.ASN1Object),Uo.asn1.DEROctetString=function(e){if(void 0!==e&&void 0!==e.obj){var t=Uo.asn1.ASN1Util.newObject(e.obj);e.hex=t.getEncodedHex()}Uo.asn1.DEROctetString.superclass.constructor.call(this,e),this.hT="04"},$o.lang.extend(Uo.asn1.DEROctetString,Uo.asn1.DERAbstractString),Uo.asn1.DERNull=function(){Uo.asn1.DERNull.superclass.constructor.call(this),this.hT="05",this.hTLV="0500"},$o.lang.extend(Uo.asn1.DERNull,Uo.asn1.ASN1Object),Uo.asn1.DERObjectIdentifier=function(e){var t=function(e){var t=e.toString(16);return 1==t.length&&(t="0"+t),t},n=function(e){var n="",r=new go(e,10).toString(2),o=7-r.length%7;7==o&&(o=0);for(var a="",i=0;i<o;i++)a+="0";r=a+r;for(i=0;i<r.length-1;i+=7){var s=r.substr(i,7);i!=r.length-7&&(s="1"+s),n+=t(parseInt(s,2))}return n};Uo.asn1.DERObjectIdentifier.superclass.constructor.call(this),this.hT="06",this.setValueHex=function(e){this.hTLV=null,this.isModified=!0,this.s=null,this.hV=e},this.setValueOidString=function(e){if(!e.match(/^[0-9.]+$/))throw"malformed oid string: "+e;var r="",o=e.split("."),a=40*parseInt(o[0])+parseInt(o[1]);r+=t(a),o.splice(0,2);for(var i=0;i<o.length;i++)r+=n(o[i]);this.hTLV=null,this.isModified=!0,this.s=null,this.hV=r},this.setValueName=function(e){var t=Uo.asn1.x509.OID.name2oid(e);if(""===t)throw"DERObjectIdentifier oidName undefined: "+e;this.setValueOidString(t)},this.getFreshValueHex=function(){return this.hV},void 0!==e&&("string"==typeof e?e.match(/^[0-2].[0-9.]+$/)?this.setValueOidString(e):this.setValueName(e):void 0!==e.oid?this.setValueOidString(e.oid):void 0!==e.hex?this.setValueHex(e.hex):void 0!==e.name&&this.setValueName(e.name))},$o.lang.extend(Uo.asn1.DERObjectIdentifier,Uo.asn1.ASN1Object),Uo.asn1.DEREnumerated=function(e){Uo.asn1.DEREnumerated.superclass.constructor.call(this),this.hT="0a",this.setByBigInteger=function(e){this.hTLV=null,this.isModified=!0,this.hV=Uo.asn1.ASN1Util.bigIntToMinTwosComplementsHex(e)},this.setByInteger=function(e){var t=new go(String(e),10);this.setByBigInteger(t)},this.setValueHex=function(e){this.hV=e},this.getFreshValueHex=function(){return this.hV},void 0!==e&&(void 0!==e.int?this.setByInteger(e.int):"number"==typeof e?this.setByInteger(e):void 0!==e.hex&&this.setValueHex(e.hex))},$o.lang.extend(Uo.asn1.DEREnumerated,Uo.asn1.ASN1Object),Uo.asn1.DERUTF8String=function(e){Uo.asn1.DERUTF8String.superclass.constructor.call(this,e),this.hT="0c"},$o.lang.extend(Uo.asn1.DERUTF8String,Uo.asn1.DERAbstractString),Uo.asn1.DERNumericString=function(e){Uo.asn1.DERNumericString.superclass.constructor.call(this,e),this.hT="12"},$o.lang.extend(Uo.asn1.DERNumericString,Uo.asn1.DERAbstractString),Uo.asn1.DERPrintableString=function(e){Uo.asn1.DERPrintableString.superclass.constructor.call(this,e),this.hT="13"},$o.lang.extend(Uo.asn1.DERPrintableString,Uo.asn1.DERAbstractString),Uo.asn1.DERTeletexString=function(e){Uo.asn1.DERTeletexString.superclass.constructor.call(this,e),this.hT="14"},$o.lang.extend(Uo.asn1.DERTeletexString,Uo.asn1.DERAbstractString),Uo.asn1.DERIA5String=function(e){Uo.asn1.DERIA5String.superclass.constructor.call(this,e),this.hT="16"},$o.lang.extend(Uo.asn1.DERIA5String,Uo.asn1.DERAbstractString),Uo.asn1.DERUTCTime=function(e){Uo.asn1.DERUTCTime.superclass.constructor.call(this,e),this.hT="17",this.setByDate=function(e){this.hTLV=null,this.isModified=!0,this.date=e,this.s=this.formatDate(this.date,"utc"),this.hV=stohex(this.s)},this.getFreshValueHex=function(){return void 0===this.date&&void 0===this.s&&(this.date=new Date,this.s=this.formatDate(this.date,"utc"),this.hV=stohex(this.s)),this.hV},void 0!==e&&(void 0!==e.str?this.setString(e.str):"string"==typeof e&&e.match(/^[0-9]{12}Z$/)?this.setString(e):void 0!==e.hex?this.setStringHex(e.hex):void 0!==e.date&&this.setByDate(e.date))},$o.lang.extend(Uo.asn1.DERUTCTime,Uo.asn1.DERAbstractTime),Uo.asn1.DERGeneralizedTime=function(e){Uo.asn1.DERGeneralizedTime.superclass.constructor.call(this,e),this.hT="18",this.withMillis=!1,this.setByDate=function(e){this.hTLV=null,this.isModified=!0,this.date=e,this.s=this.formatDate(this.date,"gen",this.withMillis),this.hV=stohex(this.s)},this.getFreshValueHex=function(){return void 0===this.date&&void 0===this.s&&(this.date=new Date,this.s=this.formatDate(this.date,"gen",this.withMillis),this.hV=stohex(this.s)),this.hV},void 0!==e&&(void 0!==e.str?this.setString(e.str):"string"==typeof e&&e.match(/^[0-9]{14}Z$/)?this.setString(e):void 0!==e.hex?this.setStringHex(e.hex):void 0!==e.date&&this.setByDate(e.date),!0===e.millis&&(this.withMillis=!0))},$o.lang.extend(Uo.asn1.DERGeneralizedTime,Uo.asn1.DERAbstractTime),Uo.asn1.DERSequence=function(e){Uo.asn1.DERSequence.superclass.constructor.call(this,e),this.hT="30",this.getFreshValueHex=function(){for(var e="",t=0;t<this.asn1Array.length;t++){e+=this.asn1Array[t].getEncodedHex()}return this.hV=e,this.hV}},$o.lang.extend(Uo.asn1.DERSequence,Uo.asn1.DERAbstractStructured),Uo.asn1.DERSet=function(e){Uo.asn1.DERSet.superclass.constructor.call(this,e),this.hT="31",this.sortFlag=!0,this.getFreshValueHex=function(){for(var e=new Array,t=0;t<this.asn1Array.length;t++){var n=this.asn1Array[t];e.push(n.getEncodedHex())}return 1==this.sortFlag&&e.sort(),this.hV=e.join(""),this.hV},void 0!==e&&void 0!==e.sortflag&&0==e.sortflag&&(this.sortFlag=!1)},$o.lang.extend(Uo.asn1.DERSet,Uo.asn1.DERAbstractStructured),Uo.asn1.DERTaggedObject=function(e){Uo.asn1.DERTaggedObject.superclass.constructor.call(this),this.hT="a0",this.hV="",this.isExplicit=!0,this.asn1Object=null,this.setASN1Object=function(e,t,n){this.hT=t,this.isExplicit=e,this.asn1Object=n,this.isExplicit?(this.hV=this.asn1Object.getEncodedHex(),this.hTLV=null,this.isModified=!0):(this.hV=null,this.hTLV=n.getEncodedHex(),this.hTLV=this.hTLV.replace(/^../,t),this.isModified=!1)},this.getFreshValueHex=function(){return this.hV},void 0!==e&&(void 0!==e.tag&&(this.hT=e.tag),void 0!==e.explicit&&(this.isExplicit=e.explicit),void 0!==e.obj&&(this.asn1Object=e.obj,this.setASN1Object(this.isExplicit,this.hT,this.asn1Object)))},$o.lang.extend(Uo.asn1.DERTaggedObject,Uo.asn1.ASN1Object),function(e,t){function n(){this.constructor=e}Xr(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)}(zo,Bo),zo.prototype.parseKey=function(e){try{var t=0,n=0,r=/^\s*(?:[0-9A-Fa-f][0-9A-Fa-f]\s*)+$/.test(e)?to(e):no.unarmor(e),o=po.decode(r);if(3===o.sub.length&&(o=o.sub[2].sub[0]),9===o.sub.length){t=o.sub[1].getHexStringValue(),this.n=ko(t,16),n=o.sub[2].getHexStringValue(),this.e=parseInt(n,16);var a=o.sub[3].getHexStringValue();this.d=ko(a,16);var i=o.sub[4].getHexStringValue();this.p=ko(i,16);var s=o.sub[5].getHexStringValue();this.q=ko(s,16);var l=o.sub[6].getHexStringValue();this.dmp1=ko(l,16);var c=o.sub[7].getHexStringValue();this.dmq1=ko(c,16);var u=o.sub[8].getHexStringValue();this.coeff=ko(u,16)}else{if(2!==o.sub.length)return!1;var d=o.sub[1].sub[0];t=d.sub[0].getHexStringValue(),this.n=ko(t,16),n=d.sub[1].getHexStringValue(),this.e=parseInt(n,16)}return!0}catch(e){return!1}},zo.prototype.getPrivateBaseKey=function(){var e={array:[new Uo.asn1.DERInteger({int:0}),new Uo.asn1.DERInteger({bigint:this.n}),new Uo.asn1.DERInteger({int:this.e}),new Uo.asn1.DERInteger({bigint:this.d}),new Uo.asn1.DERInteger({bigint:this.p}),new Uo.asn1.DERInteger({bigint:this.q}),new Uo.asn1.DERInteger({bigint:this.dmp1}),new Uo.asn1.DERInteger({bigint:this.dmq1}),new Uo.asn1.DERInteger({bigint:this.coeff})]};return new Uo.asn1.DERSequence(e).getEncodedHex()},zo.prototype.getPrivateBaseKeyB64=function(){return Jr(this.getPrivateBaseKey())},zo.prototype.getPublicBaseKey=function(){var e=new Uo.asn1.DERSequence({array:[new Uo.asn1.DERObjectIdentifier({oid:"1.2.840.113549.1.1.1"}),new Uo.asn1.DERNull]}),t=new Uo.asn1.DERSequence({array:[new Uo.asn1.DERInteger({bigint:this.n}),new Uo.asn1.DERInteger({int:this.e})]}),n=new Uo.asn1.DERBitString({hex:"00"+t.getEncodedHex()});return new Uo.asn1.DERSequence({array:[e,n]}).getEncodedHex()},zo.prototype.getPublicBaseKeyB64=function(){return Jr(this.getPublicBaseKey())},zo.wordwrap=function(e,t){if(!e)return e;var n="(.{1,"+(t=t||64)+"})( +|$\n?)|(.{1,"+t+"})";return e.match(RegExp(n,"g")).join("\n")},zo.prototype.getPrivateKey=function(){var e="-----BEGIN RSA PRIVATE KEY-----\n";return e+=zo.wordwrap(this.getPrivateBaseKeyB64())+"\n",e+="-----END RSA PRIVATE KEY-----"},zo.prototype.getPublicKey=function(){var e="-----BEGIN PUBLIC KEY-----\n";return e+=zo.wordwrap(this.getPublicBaseKeyB64())+"\n",e+="-----END PUBLIC KEY-----"},zo.hasPublicKeyProperty=function(e){return(e=e||{}).hasOwnProperty("n")&&e.hasOwnProperty("e")},zo.hasPrivateKeyProperty=function(e){return(e=e||{}).hasOwnProperty("n")&&e.hasOwnProperty("e")&&e.hasOwnProperty("d")&&e.hasOwnProperty("p")&&e.hasOwnProperty("q")&&e.hasOwnProperty("dmp1")&&e.hasOwnProperty("dmq1")&&e.hasOwnProperty("coeff")},zo.prototype.parsePropertiesFrom=function(e){this.n=e.n,this.e=e.e,e.hasOwnProperty("d")&&(this.d=e.d,this.p=e.p,this.q=e.q,this.dmp1=e.dmp1,this.dmq1=e.dmq1,this.coeff=e.coeff)},Wo.prototype.setKey=function(e){this.log&&this.key&&console.warn("A key was already set, overriding existing."),this.key=new zo(e)},Wo.prototype.setPrivateKey=function(e){this.setKey(e)},Wo.prototype.setPublicKey=function(e){this.setKey(e)},Wo.prototype.decrypt=function(e){try{return this.getKey().decrypt(Zr(e))}catch(e){return!1}},Wo.prototype.encrypt=function(e){try{return Jr(this.getKey().encrypt(e))}catch(e){return!1}},Wo.prototype.sign=function(e,t,n){try{return Jr(this.getKey().sign(e,t,n))}catch(e){return!1}},Wo.prototype.verify=function(e,t,n){try{return this.getKey().verify(e,Zr(t),n)}catch(e){return!1}},Wo.prototype.getKey=function(e){if(!this.key){if(this.key=new zo,e&&"[object Function]"==={}.toString.call(e))return void this.key.generateAsync(this.default_key_size,this.default_public_exponent,e);this.key.generate(this.default_key_size,this.default_public_exponent)}return this.key},Wo.prototype.getPrivateKey=function(){return this.getKey().getPrivateKey()},Wo.prototype.getPrivateKeyB64=function(){return this.getKey().getPrivateBaseKeyB64()},Wo.prototype.getPublicKey=function(){return this.getKey().getPublicKey()},Wo.prototype.getPublicKeyB64=function(){return this.getKey().getPublicBaseKeyB64()},Wo.version="3.0.0-rc.1";
19680
19538
  //# sourceMappingURL=jsencrypt.js.map
19681
19539
  // EXTERNAL MODULE: ./node_modules/jsbn/index.js
19682
- var Vo=c(6077),qo=new Vo.BigInteger("3"),Ho=/** @class */function(){function e(e,t){this.x=t,this.q=e}
19540
+ var Vo=s(6077),qo=new Vo.BigInteger("3"),Ho=/** @class */function(){function e(e,t){this.x=t,this.q=e}
19683
19541
  /**
19684
19542
  * 判断相等
19685
19543
  */return e.prototype.equals=function(e){return e===this||this.q.equals(e.q)&&this.x.equals(e.x)},
@@ -20298,9 +20156,9 @@ e.prototype.searchNodes=function(e){return Li(this,void 0,void 0,(function(){ret
20298
20156
  * @description 通过租户 ID 获取对应的组织机构
20299
20157
  * @param tenantId 租户 ID
20300
20158
  */
20301
- e.prototype.getOrgByTenantId=function(e){return Li(this,void 0,void 0,(function(){var t;return Bi(this,(function(n){switch(n.label){case 0:return t="".concat(this.options.host,"/api/v2/orgs/by-tenant?tenant_id=").concat(e),[4/*yield*/,this.httpClient.request({method:"GET",url:t})];case 1:return[2/*return*/,n.sent()]}}))}))},e}(),$i="4.21.8",Ui=c(9669),zi=c.n(Ui),Wi=function(){return Wi=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var o in t=arguments[n])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},Wi.apply(this,arguments)},Vi=function(e,t,n,r){return new(n||(n=Promise))((function(o,a){function i(e){try{l(r.next(e))}catch(e){a(e)}}function s(e){try{l(r.throw(e))}catch(e){a(e)}}function l(e){var t;e.done?o(e.value):(t=e.value,t instanceof n?t:new n((function(e){e(t)}))).then(i,s)}l((r=r.apply(e,t||[])).next())}))},qi=function(e,t){var n,r,o,a,i={label:0,sent:function(){if(1&o[0])throw o[1];return o[1]},trys:[],ops:[]};return a={next:s(0),throw:s(1),return:s(2)},"function"==typeof Symbol&&(a[Symbol.iterator]=function(){return this}),a;function s(s){return function(l){return function(s){if(n)throw new TypeError("Generator is already executing.");for(;a&&(a=0,s[0]&&(i=0)),i;)try{if(n=1,r&&(o=2&s[0]?r.return:s[0]?r.throw||((o=r.return)&&o.call(r),0):r.next)&&!(o=o.call(r,s[1])).done)return o;switch(r=0,o&&(s=[2&s[0],o.value]),s[0]){case 0:case 1:o=s;break;case 4:return i.label++,{value:s[1],done:!1};case 5:i.label++,r=s[1],s=[0];continue;case 7:s=i.ops.pop(),i.trys.pop();continue;default:if(!(o=i.trys,(o=o.length>0&&o[o.length-1])||6!==s[0]&&2!==s[0])){i=0;continue}if(3===s[0]&&(!o||s[1]>o[0]&&s[1]<o[3])){i.label=s[1];break}if(6===s[0]&&i.label<o[1]){i.label=o[1],o=s;break}if(o&&i.label<o[2]){i.label=o[2],i.ops.push(s);break}o[2]&&i.ops.pop(),i.trys.pop();continue}s=t.call(e,i)}catch(e){s=[6,e],r=0}finally{n=o=0}if(5&s[0])throw s[1];return{value:s[0]?s[1]:void 0,done:!0}}([s,l])}}},Hi=/** @class */function(){function e(e,t){this.endpoint=e,this.options=t,this.axios=zi().create({withCredentials:!0})}return e.prototype.setOptions=function(e){this.options=e},e.prototype.request=function(e){var t,n;return Vi(this,void 0,void 0,(function(){var r,o,a,i,s,l,c,u,d,p,f,h,m,g=this;return qi(this,(function(v){switch(v.label){case 0:r=e.query,o=e.token,a=e.variables,(i={"content-type":"application/json"})[this.options.headers["app-id"]]=this.options.appId||"",i[this.options.headers["tenant-id"]]=this.options.tenantId,i[this.options.headers["userpool-id"]]=
20159
+ e.prototype.getOrgByTenantId=function(e){return Li(this,void 0,void 0,(function(){var t;return Bi(this,(function(n){switch(n.label){case 0:return t="".concat(this.options.host,"/api/v2/orgs/by-tenant?tenant_id=").concat(e),[4/*yield*/,this.httpClient.request({method:"GET",url:t})];case 1:return[2/*return*/,n.sent()]}}))}))},e}(),$i="4.21.8",Ui=s(9669),zi=s.n(Ui),Wi=function(){return Wi=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var o in t=arguments[n])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},Wi.apply(this,arguments)},Vi=function(e,t,n,r){return new(n||(n=Promise))((function(o,a){function i(e){try{l(r.next(e))}catch(e){a(e)}}function s(e){try{l(r.throw(e))}catch(e){a(e)}}function l(e){var t;e.done?o(e.value):(t=e.value,t instanceof n?t:new n((function(e){e(t)}))).then(i,s)}l((r=r.apply(e,t||[])).next())}))},qi=function(e,t){var n,r,o,a,i={label:0,sent:function(){if(1&o[0])throw o[1];return o[1]},trys:[],ops:[]};return a={next:s(0),throw:s(1),return:s(2)},"function"==typeof Symbol&&(a[Symbol.iterator]=function(){return this}),a;function s(s){return function(l){return function(s){if(n)throw new TypeError("Generator is already executing.");for(;a&&(a=0,s[0]&&(i=0)),i;)try{if(n=1,r&&(o=2&s[0]?r.return:s[0]?r.throw||((o=r.return)&&o.call(r),0):r.next)&&!(o=o.call(r,s[1])).done)return o;switch(r=0,o&&(s=[2&s[0],o.value]),s[0]){case 0:case 1:o=s;break;case 4:return i.label++,{value:s[1],done:!1};case 5:i.label++,r=s[1],s=[0];continue;case 7:s=i.ops.pop(),i.trys.pop();continue;default:if(!(o=i.trys,(o=o.length>0&&o[o.length-1])||6!==s[0]&&2!==s[0])){i=0;continue}if(3===s[0]&&(!o||s[1]>o[0]&&s[1]<o[3])){i.label=s[1];break}if(6===s[0]&&i.label<o[1]){i.label=o[1],o=s;break}if(o&&i.label<o[2]){i.label=o[2],i.ops.push(s);break}o[2]&&i.ops.pop(),i.trys.pop();continue}s=t.call(e,i)}catch(e){s=[6,e],r=0}finally{n=o=0}if(5&s[0])throw s[1];return{value:s[0]?s[1]:void 0,done:!0}}([s,l])}}},Hi=/** @class */function(){function e(e,t){this.endpoint=e,this.options=t,this.axios=zi().create({withCredentials:!0})}return e.prototype.setOptions=function(e){this.options=e},e.prototype.request=function(e){var t,n;return Vi(this,void 0,void 0,(function(){var r,o,a,i,s,l,c,u,d,p,f,h,m,g=this;return qi(this,(function(v){switch(v.label){case 0:r=e.query,o=e.token,a=e.variables,(i={"content-type":"application/json"})[this.options.headers["app-id"]]=this.options.appId||"",i[this.options.headers["tenant-id"]]=this.options.tenantId,i[this.options.headers["userpool-id"]]=
20302
20160
  // @ts-ignore
20303
- this.options.userPoolId||"",i[this.options.headers["request-from"]]=this.options.requestFrom||"sdk",i[this.options.headers["sdk-version"]]="js:".concat($i),i[this.options.headers.lang]=this.options.lang||"",o&&(i.Authorization="Bearer ".concat(o)),s=null,l=null,v.label=1;case 1:return v.trys.push([1,3,,4]),[4/*yield*/,this.axios({url:this.endpoint,data:{query:r,variables:a},method:"post",headers:Wi({},ii(i,(function(e){return!!e}))),timeout:this.options.timeout})];case 2:return c=v.sent().data,s=c.data,l=c.errors,[3/*break*/,4];case 3:throw u=v.sent(),d=u.code||(null===(t=null==u?void 0:u.response)||void 0===t?void 0:t.status),p=u.message||(null===(n=null==u?void 0:u.response)||void 0===n?void 0:n.data),this.options.onError(d||500,u.message,p),{code:d||500,message:u.message,data:p};case 4:if((null==l?void 0:l.length)>0)throw f=null,h=null,m=null,l.map((function(e){var t=e.message,n=t.code,r=t.message,o=t.data;h=n,f=r,m=o,g.options.onError(n,r,m)})),{code:h,message:f,data:m};return[2/*return*/,s]}}))}))},e}(),Gi=c(6489),Ki=c.n(Gi),Yi=function(e,t,n,r){return new(n||(n=Promise))((function(o,a){function i(e){try{l(r.next(e))}catch(e){a(e)}}function s(e){try{l(r.throw(e))}catch(e){a(e)}}function l(e){var t;e.done?o(e.value):(t=e.value,t instanceof n?t:new n((function(e){e(t)}))).then(i,s)}l((r=r.apply(e,t||[])).next())}))},Ji=function(e,t){var n,r,o,a,i={label:0,sent:function(){if(1&o[0])throw o[1];return o[1]},trys:[],ops:[]};return a={next:s(0),throw:s(1),return:s(2)},"function"==typeof Symbol&&(a[Symbol.iterator]=function(){return this}),a;function s(s){return function(l){return function(s){if(n)throw new TypeError("Generator is already executing.");for(;a&&(a=0,s[0]&&(i=0)),i;)try{if(n=1,r&&(o=2&s[0]?r.return:s[0]?r.throw||((o=r.return)&&o.call(r),0):r.next)&&!(o=o.call(r,s[1])).done)return o;switch(r=0,o&&(s=[2&s[0],o.value]),s[0]){case 0:case 1:o=s;break;case 4:return i.label++,{value:s[1],done:!1};case 5:i.label++,r=s[1],s=[0];continue;case 7:s=i.ops.pop(),i.trys.pop();continue;default:if(!(o=i.trys,(o=o.length>0&&o[o.length-1])||6!==s[0]&&2!==s[0])){i=0;continue}if(3===s[0]&&(!o||s[1]>o[0]&&s[1]<o[3])){i.label=s[1];break}if(6===s[0]&&i.label<o[1]){i.label=o[1],o=s;break}if(o&&i.label<o[2]){i.label=o[2],i.ops.push(s);break}o[2]&&i.ops.pop(),i.trys.pop();continue}s=t.call(e,i)}catch(e){s=[6,e],r=0}finally{n=o=0}if(5&s[0])throw s[1];return{value:s[0]?s[1]:void 0,done:!0}}([s,l])}}},Zi=/** @class */function(){function e(e,t){this.options=e,this.graphqlClient=t;var n=this.options.accessToken;if(n){this._accessToken=n;var r=Ki()(n).exp;this._accessTokenExpriredAt=1e3*r}}
20161
+ this.options.userPoolId||"",i[this.options.headers["request-from"]]=this.options.requestFrom||"sdk",i[this.options.headers["sdk-version"]]="js:".concat($i),i[this.options.headers.lang]=this.options.lang||"",o&&(i.Authorization="Bearer ".concat(o)),s=null,l=null,v.label=1;case 1:return v.trys.push([1,3,,4]),[4/*yield*/,this.axios({url:this.endpoint,data:{query:r,variables:a},method:"post",headers:Wi({},ii(i,(function(e){return!!e}))),timeout:this.options.timeout})];case 2:return c=v.sent().data,s=c.data,l=c.errors,[3/*break*/,4];case 3:throw u=v.sent(),d=u.code||(null===(t=null==u?void 0:u.response)||void 0===t?void 0:t.status),p=u.message||(null===(n=null==u?void 0:u.response)||void 0===n?void 0:n.data),this.options.onError(d||500,u.message,p),{code:d||500,message:u.message,data:p};case 4:if((null==l?void 0:l.length)>0)throw f=null,h=null,m=null,l.map((function(e){var t=e.message,n=t.code,r=t.message,o=t.data;h=n,f=r,m=o,g.options.onError(n,r,m)})),{code:h,message:f,data:m};return[2/*return*/,s]}}))}))},e}(),Gi=s(6489),Ki=s.n(Gi),Yi=function(e,t,n,r){return new(n||(n=Promise))((function(o,a){function i(e){try{l(r.next(e))}catch(e){a(e)}}function s(e){try{l(r.throw(e))}catch(e){a(e)}}function l(e){var t;e.done?o(e.value):(t=e.value,t instanceof n?t:new n((function(e){e(t)}))).then(i,s)}l((r=r.apply(e,t||[])).next())}))},Ji=function(e,t){var n,r,o,a,i={label:0,sent:function(){if(1&o[0])throw o[1];return o[1]},trys:[],ops:[]};return a={next:s(0),throw:s(1),return:s(2)},"function"==typeof Symbol&&(a[Symbol.iterator]=function(){return this}),a;function s(s){return function(l){return function(s){if(n)throw new TypeError("Generator is already executing.");for(;a&&(a=0,s[0]&&(i=0)),i;)try{if(n=1,r&&(o=2&s[0]?r.return:s[0]?r.throw||((o=r.return)&&o.call(r),0):r.next)&&!(o=o.call(r,s[1])).done)return o;switch(r=0,o&&(s=[2&s[0],o.value]),s[0]){case 0:case 1:o=s;break;case 4:return i.label++,{value:s[1],done:!1};case 5:i.label++,r=s[1],s=[0];continue;case 7:s=i.ops.pop(),i.trys.pop();continue;default:if(!(o=i.trys,(o=o.length>0&&o[o.length-1])||6!==s[0]&&2!==s[0])){i=0;continue}if(3===s[0]&&(!o||s[1]>o[0]&&s[1]<o[3])){i.label=s[1];break}if(6===s[0]&&i.label<o[1]){i.label=o[1],o=s;break}if(o&&i.label<o[2]){i.label=o[2],i.ops.push(s);break}o[2]&&i.ops.pop(),i.trys.pop();continue}s=t.call(e,i)}catch(e){s=[6,e],r=0}finally{n=o=0}if(5&s[0])throw s[1];return{value:s[0]?s[1]:void 0,done:!0}}([s,l])}}},Zi=/** @class */function(){function e(e,t){this.options=e,this.graphqlClient=t;var n=this.options.accessToken;if(n){this._accessToken=n;var r=Ki()(n).exp;this._accessTokenExpriredAt=1e3*r}}
20304
20162
  /**
20305
20163
  * 发送 GraphQL 接口请求获取 accessToken
20306
20164
  *
@@ -22587,7 +22445,7 @@ this.token=null,this.user=null}return e.prototype.setToken=function(e){"undefine
22587
22445
  // return typeof localStorage !== 'undefined'
22588
22446
  // ? localStorage.getItem(tokenKey)
22589
22447
  // : this.token;
22590
- },e.prototype.getUser=function(){return"undefined"!=typeof localStorage?localStorage.getItem(Sl)?JSON.parse(localStorage.getItem(Sl)):null:this.user},e.prototype.setUser=function(e){"undefined"!=typeof localStorage?(localStorage.setItem(Sl,JSON.stringify(e)),localStorage.setItem(Cl,e.token)):(this.user=e,this.token=e.token)},e.prototype.clearUser=function(){"undefined"!=typeof localStorage?(localStorage.removeItem(Sl),localStorage.removeItem(Cl)):(this.user=null,this.token=null)},e}(),_l=c(2153),Tl=c.n(_l),Il=function(e,t,n,r){return new(n||(n=Promise))((function(o,a){function i(e){try{l(r.next(e))}catch(e){a(e)}}function s(e){try{l(r.throw(e))}catch(e){a(e)}}function l(e){var t;e.done?o(e.value):(t=e.value,t instanceof n?t:new n((function(e){e(t)}))).then(i,s)}l((r=r.apply(e,t||[])).next())}))},Nl=function(e,t){var n,r,o,a,i={label:0,sent:function(){if(1&o[0])throw o[1];return o[1]},trys:[],ops:[]};return a={next:s(0),throw:s(1),return:s(2)},"function"==typeof Symbol&&(a[Symbol.iterator]=function(){return this}),a;function s(s){return function(l){return function(s){if(n)throw new TypeError("Generator is already executing.");for(;a&&(a=0,s[0]&&(i=0)),i;)try{if(n=1,r&&(o=2&s[0]?r.return:s[0]?r.throw||((o=r.return)&&o.call(r),0):r.next)&&!(o=o.call(r,s[1])).done)return o;switch(r=0,o&&(s=[2&s[0],o.value]),s[0]){case 0:case 1:o=s;break;case 4:return i.label++,{value:s[1],done:!1};case 5:i.label++,r=s[1],s=[0];continue;case 7:s=i.ops.pop(),i.trys.pop();continue;default:if(!(o=i.trys,(o=o.length>0&&o[o.length-1])||6!==s[0]&&2!==s[0])){i=0;continue}if(3===s[0]&&(!o||s[1]>o[0]&&s[1]<o[3])){i.label=s[1];break}if(6===s[0]&&i.label<o[1]){i.label=o[1],o=s;break}if(o&&i.label<o[2]){i.label=o[2],i.ops.push(s);break}o[2]&&i.ops.pop(),i.trys.pop();continue}s=t.call(e,i)}catch(e){s=[6,e],r=0}finally{n=o=0}if(5&s[0])throw s[1];return{value:s[0]?s[1]:void 0,done:!0}}([s,l])}}},Al=/** @class */function(){function e(e,t,n,r){this.options=e,this.tokenProvider=t,this.httpClient=n,this.scene=r,this.baseClient=new Ds(e)}
22448
+ },e.prototype.getUser=function(){return"undefined"!=typeof localStorage?localStorage.getItem(Sl)?JSON.parse(localStorage.getItem(Sl)):null:this.user},e.prototype.setUser=function(e){"undefined"!=typeof localStorage?(localStorage.setItem(Sl,JSON.stringify(e)),localStorage.setItem(Cl,e.token)):(this.user=e,this.token=e.token)},e.prototype.clearUser=function(){"undefined"!=typeof localStorage?(localStorage.removeItem(Sl),localStorage.removeItem(Cl)):(this.user=null,this.token=null)},e}(),_l=s(2153),Tl=s.n(_l),Il=function(e,t,n,r){return new(n||(n=Promise))((function(o,a){function i(e){try{l(r.next(e))}catch(e){a(e)}}function s(e){try{l(r.throw(e))}catch(e){a(e)}}function l(e){var t;e.done?o(e.value):(t=e.value,t instanceof n?t:new n((function(e){e(t)}))).then(i,s)}l((r=r.apply(e,t||[])).next())}))},Nl=function(e,t){var n,r,o,a,i={label:0,sent:function(){if(1&o[0])throw o[1];return o[1]},trys:[],ops:[]};return a={next:s(0),throw:s(1),return:s(2)},"function"==typeof Symbol&&(a[Symbol.iterator]=function(){return this}),a;function s(s){return function(l){return function(s){if(n)throw new TypeError("Generator is already executing.");for(;a&&(a=0,s[0]&&(i=0)),i;)try{if(n=1,r&&(o=2&s[0]?r.return:s[0]?r.throw||((o=r.return)&&o.call(r),0):r.next)&&!(o=o.call(r,s[1])).done)return o;switch(r=0,o&&(s=[2&s[0],o.value]),s[0]){case 0:case 1:o=s;break;case 4:return i.label++,{value:s[1],done:!1};case 5:i.label++,r=s[1],s=[0];continue;case 7:s=i.ops.pop(),i.trys.pop();continue;default:if(!(o=i.trys,(o=o.length>0&&o[o.length-1])||6!==s[0]&&2!==s[0])){i=0;continue}if(3===s[0]&&(!o||s[1]>o[0]&&s[1]<o[3])){i.label=s[1];break}if(6===s[0]&&i.label<o[1]){i.label=o[1],o=s;break}if(o&&i.label<o[2]){i.label=o[2],i.ops.push(s);break}o[2]&&i.ops.pop(),i.trys.pop();continue}s=t.call(e,i)}catch(e){s=[6,e],r=0}finally{n=o=0}if(5&s[0])throw s[1];return{value:s[0]?s[1]:void 0,done:!0}}([s,l])}}},Al=/** @class */function(){function e(e,t,n,r){this.options=e,this.tokenProvider=t,this.httpClient=n,this.scene=r,this.baseClient=new Ds(e)}
22591
22449
  /**
22592
22450
  * @name startScanning
22593
22451
  * @name_zh 一键开始扫码
@@ -24197,7 +24055,7 @@ e.SELF_UNLOCKING_VERIFY_CODE="SELF_UNLOCKING_VERIFY_CODE",
24197
24055
  // 验证码模版
24198
24056
  e.VERIFY_CODE="VERIFY_CODE"}(oc||(oc={})),function(e){e.Day="DAY",e.Month="MONTH",e.Year="YEAR"}(ac||(ac={}));
24199
24057
  // EXTERNAL MODULE: ./node_modules/ua-parser-js/src/ua-parser.js
24200
- var cc=c(2238),uc=c.n(cc),dc=c(129),pc=c.n(dc),fc=function(){return"undefined"==typeof navigator?null:/MicroMessenger/i.test(null===navigator||void 0===navigator?void 0:navigator.userAgent)&&!/wxwork/i.test(navigator.userAgent)},hc=function(){return"undefined"==typeof navigator?null:/Lark/i.test(navigator.userAgent)},mc=function(){return"undefined"==typeof navigator?null:/dingtalk/i.test(navigator.userAgent)},gc=function(e){var t;
24058
+ var cc=s(2238),uc=s.n(cc),dc=s(129),pc=s.n(dc),fc=function(){return"undefined"==typeof navigator?null:/MicroMessenger/i.test(null===navigator||void 0===navigator?void 0:navigator.userAgent)&&!/wxwork/i.test(navigator.userAgent)},hc=function(){return"undefined"==typeof navigator?null:/Lark/i.test(navigator.userAgent)},mc=function(){return"undefined"==typeof navigator?null:/dingtalk/i.test(navigator.userAgent)},gc=function(e){var t;
24201
24059
  // 1. 首先筛选出一定是特殊浏览器的 UA
24202
24060
  if(void 0===e&&(e=[]),fc()||"undefined"!=typeof navigator&&/wxwork/i.test(navigator.userAgent)||hc()||mc()||"undefined"!=typeof navigator&&/QtWebEngine/i.test(navigator.userAgent)||"undefined"!=typeof navigator&&/MiuiBrowser/i.test(navigator.userAgent)||"undefined"!=typeof navigator&&/MQQBrowser/i.test(navigator.userAgent)||function(){if("undefined"!=typeof window)return window.navigator.userAgent.match(/(phone|pad|pod|iPhone|iPod|ios|iPad|Android|Mobile|BlackBerry|IEMobile|MQQBrowser|JUC|Fennec|wOSBrowser|BrowserNG|WebOS|Symbian|Windows Phone)/i)}()||"undefined"!=typeof navigator&&/webview/i.test(navigator.userAgent)||"undefined"!=typeof navigator&&/ldclient/i.test(navigator.userAgent))return!0;
24203
24061
  // 2. 服务级别配置的特殊浏览器
@@ -24206,7 +24064,7 @@ if(e.some((function(e){return new RegExp(e,"i").test(navigator.userAgent)})))ret
24206
24064
  // 由于一些特殊浏览器也可能会被误判为非特殊,所以需要首先经过第 1, 2 步筛选
24207
24065
  var n=uc()();return!["Chrome","Firefox","Safari","Opera","IE","Edge"].includes(null!==(t=n.browser.name)&&void 0!==t?t:"");
24208
24066
  // 4. 可能有一些 UA 没有任何特征,这种情况下一律默认为特殊浏览器
24209
- },vc=function(){var e=pc().parse(window.location.search,{ignoreQueryPrefix:!0});try{if(e.login_page_context)return JSON.parse(e.login_page_context).phone||""}catch(e){return""}},yc=c(9704),bc=c.n(yc);// CONCATENATED MODULE: ./node_modules/@babel/runtime/helpers/esm/typeof.js
24067
+ },vc=function(){var e=pc().parse(window.location.search,{ignoreQueryPrefix:!0});try{if(e.login_page_context)return JSON.parse(e.login_page_context).phone||""}catch(e){return""}},yc=s(9704),bc=s.n(yc);// CONCATENATED MODULE: ./node_modules/@babel/runtime/helpers/esm/typeof.js
24210
24068
  function wc(e){return wc="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},wc(e)}// CONCATENATED MODULE: ./node_modules/@babel/runtime/helpers/esm/classCallCheck.js
24211
24069
  function Ec(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}// CONCATENATED MODULE: ./node_modules/@babel/runtime/helpers/esm/toPropertyKey.js
24212
24070
  function kc(e){var t=// CONCATENATED MODULE: ./node_modules/@babel/runtime/helpers/esm/toPrimitive.js
@@ -24224,7 +24082,7 @@ function Mc(e,t){if(e){if("string"==typeof e)return Oc(e,t);var n=Object.prototy
24224
24082
  function Rc(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}// CONCATENATED MODULE: ./node_modules/@babel/runtime/helpers/esm/toArray.js
24225
24083
  function Dc(e){return Pc(e)||// CONCATENATED MODULE: ./node_modules/@babel/runtime/helpers/esm/iterableToArray.js
24226
24084
  function(e){if("undefined"!=typeof Symbol&&null!=e[Symbol.iterator]||null!=e["@@iterator"])return Array.from(e)}(e)||Mc(e)||Rc()}// CONCATENATED MODULE: ./node_modules/i18next/dist/esm/i18next.js
24227
- function Fc(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,r)}return n}function Lc(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?Fc(Object(n),!0).forEach((function(t){Ac(e,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):Fc(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}var Bc={type:"logger",log:function(e){this.output("log",e)},warn:function(e){this.output("warn",e)},error:function(e){this.output("error",e)},output:function(e,t){console&&console[e]&&console[e].apply(console,t)}},jc=function(){function e(t){var n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};Ec(this,e),this.init(t,n)}return Sc(e,[{key:"init",value:function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};this.prefix=t.prefix||"i18next:",this.logger=e||Bc,this.options=t,this.debug=t.debug}},{key:"setDebug",value:function(e){this.debug=e}},{key:"log",value:function(){for(var e=arguments.length,t=new Array(e),n=0;n<e;n++)t[n]=arguments[n];return this.forward(t,"log","",!0)}},{key:"warn",value:function(){for(var e=arguments.length,t=new Array(e),n=0;n<e;n++)t[n]=arguments[n];return this.forward(t,"warn","",!0)}},{key:"error",value:function(){for(var e=arguments.length,t=new Array(e),n=0;n<e;n++)t[n]=arguments[n];return this.forward(t,"error","")}},{key:"deprecate",value:function(){for(var e=arguments.length,t=new Array(e),n=0;n<e;n++)t[n]=arguments[n];return this.forward(t,"warn","WARNING DEPRECATED: ",!0)}},{key:"forward",value:function(e,t,n,r){return r&&!this.debug?null:("string"==typeof e[0]&&(e[0]="".concat(n).concat(this.prefix," ").concat(e[0])),this.logger[t](e))}},{key:"create",value:function(t){return new e(this.logger,Lc(Lc({},{prefix:"".concat(this.prefix,":").concat(t,":")}),this.options))}},{key:"clone",value:function(t){return(t=t||this.options).prefix=t.prefix||this.prefix,new e(this.logger,t)}}]),e}(),$c=new jc,Uc=function(){function e(){Ec(this,e),this.observers={}}return Sc(e,[{key:"on",value:function(e,t){var n=this;return e.split(" ").forEach((function(e){n.observers[e]=n.observers[e]||[],n.observers[e].push(t)})),this}},{key:"off",value:function(e,t){this.observers[e]&&(t?this.observers[e]=this.observers[e].filter((function(e){return e!==t})):delete this.observers[e])}},{key:"emit",value:function(e){for(var t=arguments.length,n=new Array(t>1?t-1:0),r=1;r<t;r++)n[r-1]=arguments[r];this.observers[e]&&[].concat(this.observers[e]).forEach((function(e){e.apply(void 0,n)}));this.observers["*"]&&[].concat(this.observers["*"]).forEach((function(t){t.apply(t,[e].concat(n))}))}}]),e}();function zc(){var e,t,n=new Promise((function(n,r){e=n,t=r}));return n.resolve=e,n.reject=t,n}function Wc(e){return null==e?"":""+e}function Vc(e,t,n){function r(e){return e&&e.indexOf("###")>-1?e.replace(/###/g,"."):e}function o(){return!e||"string"==typeof e}for(var a="string"!=typeof t?[].concat(t):t.split(".");a.length>1;){if(o())return{};var i=r(a.shift());!e[i]&&n&&(e[i]=new n),e=Object.prototype.hasOwnProperty.call(e,i)?e[i]:{}}return o()?{}:{obj:e,k:r(a.shift())}}function qc(e,t,n){var r=Vc(e,t,Object);r.obj[r.k]=n}function Hc(e,t){var n=Vc(e,t),r=n.obj,o=n.k;if(r)return r[o]}function Gc(e,t,n){var r=Hc(e,n);return void 0!==r?r:Hc(t,n)}function Kc(e,t,n){for(var r in t)"__proto__"!==r&&"constructor"!==r&&(r in e?"string"==typeof e[r]||e[r]instanceof String||"string"==typeof t[r]||t[r]instanceof String?n&&(e[r]=t[r]):Kc(e[r],t[r],n):e[r]=t[r]);return e}function Yc(e){return e.replace(/[\-\[\]\/\{\}\(\)\*\+\?\.\\\^\$\|]/g,"\\$&")}var Jc={"&":"&amp;","<":"&lt;",">":"&gt;",'"':"&quot;","'":"&#39;","/":"&#x2F;"};function Zc(e){return"string"==typeof e?e.replace(/[&<>"'\/]/g,(function(e){return Jc[e]})):e}var Qc="undefined"!=typeof window&&window.navigator&&void 0===window.navigator.userAgentData&&window.navigator.userAgent&&window.navigator.userAgent.indexOf("MSIE")>-1,Xc=[" ",",","?","!",";"];function eu(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,r)}return n}function tu(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?eu(Object(n),!0).forEach((function(t){Ac(e,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):eu(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}function nu(e){var t=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(e){return!1}}();return function(){var n,r=Nc(e);if(t){var o=Nc(this).constructor;n=Reflect.construct(r,arguments,o)}else n=r.apply(this,arguments);return Ic(this,n)}}function ru(e,t){var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:".";if(e){if(e[t])return e[t];for(var r=t.split(n),o=e,a=0;a<r.length;++a){if(!o)return;if("string"==typeof o[r[a]]&&a+1<r.length)return;if(void 0===o[r[a]]){for(var i=2,s=r.slice(a,a+i).join(n),l=o[s];void 0===l&&r.length>a+i;)i++,l=o[s=r.slice(a,a+i).join(n)];if(void 0===l)return;if(null===l)return null;if(t.endsWith(s)){if("string"==typeof l)return l;if(s&&"string"==typeof l[s])return l[s]}var c=r.slice(a+i).join(n);return c?ru(l,c,n):void 0}o=o[r[a]]}return o}}var ou=function(e){Tc(n,e);var t=nu(n);function n(e){var r,o=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{ns:["translation"],defaultNS:"translation"};return Ec(this,n),r=t.call(this),Qc&&Uc.call(xc(r)),r.data=e||{},r.options=o,void 0===r.options.keySeparator&&(r.options.keySeparator="."),void 0===r.options.ignoreJSONStructure&&(r.options.ignoreJSONStructure=!0),r}return Sc(n,[{key:"addNamespaces",value:function(e){this.options.ns.indexOf(e)<0&&this.options.ns.push(e)}},{key:"removeNamespaces",value:function(e){var t=this.options.ns.indexOf(e);t>-1&&this.options.ns.splice(t,1)}},{key:"getResource",value:function(e,t,n){var r=arguments.length>3&&void 0!==arguments[3]?arguments[3]:{},o=void 0!==r.keySeparator?r.keySeparator:this.options.keySeparator,a=void 0!==r.ignoreJSONStructure?r.ignoreJSONStructure:this.options.ignoreJSONStructure,i=[e,t];n&&"string"!=typeof n&&(i=i.concat(n)),n&&"string"==typeof n&&(i=i.concat(o?n.split(o):n)),e.indexOf(".")>-1&&(i=e.split("."));var s=Hc(this.data,i);return s||!a||"string"!=typeof n?s:ru(this.data&&this.data[e]&&this.data[e][t],n,o)}},{key:"addResource",value:function(e,t,n,r){var o=arguments.length>4&&void 0!==arguments[4]?arguments[4]:{silent:!1},a=this.options.keySeparator;void 0===a&&(a=".");var i=[e,t];n&&(i=i.concat(a?n.split(a):n)),e.indexOf(".")>-1&&(r=t,t=(i=e.split("."))[1]),this.addNamespaces(t),qc(this.data,i,r),o.silent||this.emit("added",e,t,n,r)}},{key:"addResources",value:function(e,t,n){var r=arguments.length>3&&void 0!==arguments[3]?arguments[3]:{silent:!1};for(var o in n)"string"!=typeof n[o]&&"[object Array]"!==Object.prototype.toString.apply(n[o])||this.addResource(e,t,o,n[o],{silent:!0});r.silent||this.emit("added",e,t,n)}},{key:"addResourceBundle",value:function(e,t,n,r,o){var a=arguments.length>5&&void 0!==arguments[5]?arguments[5]:{silent:!1},i=[e,t];e.indexOf(".")>-1&&(r=n,n=t,t=(i=e.split("."))[1]),this.addNamespaces(t);var s=Hc(this.data,i)||{};r?Kc(s,n,o):s=tu(tu({},s),n),qc(this.data,i,s),a.silent||this.emit("added",e,t,n)}},{key:"removeResourceBundle",value:function(e,t){this.hasResourceBundle(e,t)&&delete this.data[e][t],this.removeNamespaces(t),this.emit("removed",e,t)}},{key:"hasResourceBundle",value:function(e,t){return void 0!==this.getResource(e,t)}},{key:"getResourceBundle",value:function(e,t){return t||(t=this.options.defaultNS),"v1"===this.options.compatibilityAPI?tu(tu({},{}),this.getResource(e,t)):this.getResource(e,t)}},{key:"getDataByLanguage",value:function(e){return this.data[e]}},{key:"hasLanguageSomeTranslations",value:function(e){var t=this.getDataByLanguage(e);return!!(t&&Object.keys(t)||[]).find((function(e){return t[e]&&Object.keys(t[e]).length>0}))}},{key:"toJSON",value:function(){return this.data}}]),n}(Uc),au={processors:{},addPostProcessor:function(e){this.processors[e.name]=e},handle:function(e,t,n,r,o){var a=this;return e.forEach((function(e){a.processors[e]&&(t=a.processors[e].process(t,n,r,o))})),t}};function iu(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,r)}return n}function su(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?iu(Object(n),!0).forEach((function(t){Ac(e,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):iu(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}function lu(e){var t=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(e){return!1}}();return function(){var n,r=Nc(e);if(t){var o=Nc(this).constructor;n=Reflect.construct(r,arguments,o)}else n=r.apply(this,arguments);return Ic(this,n)}}var cu={},uu=function(e){Tc(n,e);var t=lu(n);function n(e){var r,o=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};return Ec(this,n),r=t.call(this),Qc&&Uc.call(xc(r)),function(e,t,n){e.forEach((function(e){t[e]&&(n[e]=t[e])}))}(["resourceStore","languageUtils","pluralResolver","interpolator","backendConnector","i18nFormat","utils"],e,xc(r)),r.options=o,void 0===r.options.keySeparator&&(r.options.keySeparator="."),r.logger=$c.create("translator"),r}return Sc(n,[{key:"changeLanguage",value:function(e){e&&(this.language=e)}},{key:"exists",value:function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{interpolation:{}};if(null==e)return!1;var n=this.resolve(e,t);return n&&void 0!==n.res}},{key:"extractFromKey",value:function(e,t){var n=void 0!==t.nsSeparator?t.nsSeparator:this.options.nsSeparator;void 0===n&&(n=":");var r=void 0!==t.keySeparator?t.keySeparator:this.options.keySeparator,o=t.ns||this.options.defaultNS||[],a=n&&e.indexOf(n)>-1,i=!(this.options.userDefinedKeySeparator||t.keySeparator||this.options.userDefinedNsSeparator||t.nsSeparator||function(e,t,n){t=t||"",n=n||"";var r=Xc.filter((function(e){return t.indexOf(e)<0&&n.indexOf(e)<0}));if(0===r.length)return!0;var o=new RegExp("(".concat(r.map((function(e){return"?"===e?"\\?":e})).join("|"),")")),a=!o.test(e);if(!a){var i=e.indexOf(n);i>0&&!o.test(e.substring(0,i))&&(a=!0)}return a}(e,n,r));if(a&&!i){var s=e.match(this.interpolator.nestingRegexp);if(s&&s.length>0)return{key:e,namespaces:o};var l=e.split(n);(n!==r||n===r&&this.options.ns.indexOf(l[0])>-1)&&(o=l.shift()),e=l.join(r)}return"string"==typeof o&&(o=[o]),{key:e,namespaces:o}}},{key:"translate",value:function(e,t,r){var o=this;if("object"!==wc(t)&&this.options.overloadTranslationOptionHandler&&(t=this.options.overloadTranslationOptionHandler(arguments)),t||(t={}),null==e)return"";Array.isArray(e)||(e=[String(e)]);var a=void 0!==t.returnDetails?t.returnDetails:this.options.returnDetails,i=void 0!==t.keySeparator?t.keySeparator:this.options.keySeparator,s=this.extractFromKey(e[e.length-1],t),l=s.key,c=s.namespaces,u=c[c.length-1],d=t.lng||this.language,p=t.appendNamespaceToCIMode||this.options.appendNamespaceToCIMode;if(d&&"cimode"===d.toLowerCase()){if(p){var f=t.nsSeparator||this.options.nsSeparator;return a?{res:"".concat(u).concat(f).concat(l),usedKey:l,exactUsedKey:l,usedLng:d,usedNS:u}:"".concat(u).concat(f).concat(l)}return a?{res:l,usedKey:l,exactUsedKey:l,usedLng:d,usedNS:u}:l}var h=this.resolve(e,t),m=h&&h.res,g=h&&h.usedKey||l,v=h&&h.exactUsedKey||l,y=Object.prototype.toString.apply(m),b=void 0!==t.joinArrays?t.joinArrays:this.options.joinArrays,w=!this.i18nFormat||this.i18nFormat.handleAsObject;if(w&&m&&("string"!=typeof m&&"boolean"!=typeof m&&"number"!=typeof m)&&["[object Number]","[object Function]","[object RegExp]"].indexOf(y)<0&&("string"!=typeof b||"[object Array]"!==y)){if(!t.returnObjects&&!this.options.returnObjects){this.options.returnedObjectHandler||this.logger.warn("accessing an object - but returnObjects options is not enabled!");var E=this.options.returnedObjectHandler?this.options.returnedObjectHandler(g,m,su(su({},t),{},{ns:c})):"key '".concat(l," (").concat(this.language,")' returned an object instead of string.");return a?(h.res=E,h):E}if(i){var k="[object Array]"===y,C=k?[]:{},S=k?v:g;for(var x in m)if(Object.prototype.hasOwnProperty.call(m,x)){var _="".concat(S).concat(i).concat(x);C[x]=this.translate(_,su(su({},t),{joinArrays:!1,ns:c})),C[x]===_&&(C[x]=m[x])}m=C}}else if(w&&"string"==typeof b&&"[object Array]"===y)(m=m.join(b))&&(m=this.extendTranslation(m,e,t,r));else{var T=!1,I=!1,N=void 0!==t.count&&"string"!=typeof t.count,A=n.hasDefaultValue(t),P=N?this.pluralResolver.getSuffix(d,t.count,t):"",O=t["defaultValue".concat(P)]||t.defaultValue;!this.isValidLookup(m)&&A&&(T=!0,m=O),this.isValidLookup(m)||(I=!0,m=l);var M=(t.missingKeyNoValueFallbackToKey||this.options.missingKeyNoValueFallbackToKey)&&I?void 0:m,R=A&&O!==m&&this.options.updateMissing;if(I||T||R){if(this.logger.log(R?"updateKey":"missingKey",d,u,l,R?O:m),i){var D=this.resolve(l,su(su({},t),{},{keySeparator:!1}));D&&D.res&&this.logger.warn("Seems the loaded translations were in flat JSON format instead of nested. Either set keySeparator: false on init or make sure your translations are published in nested format.")}var F=[],L=this.languageUtils.getFallbackCodes(this.options.fallbackLng,t.lng||this.language);if("fallback"===this.options.saveMissingTo&&L&&L[0])for(var B=0;B<L.length;B++)F.push(L[B]);else"all"===this.options.saveMissingTo?F=this.languageUtils.toResolveHierarchy(t.lng||this.language):F.push(t.lng||this.language);var j=function(e,n,r){var a=A&&r!==m?r:M;o.options.missingKeyHandler?o.options.missingKeyHandler(e,u,n,a,R,t):o.backendConnector&&o.backendConnector.saveMissing&&o.backendConnector.saveMissing(e,u,n,a,R,t),o.emit("missingKey",e,u,n,m)};this.options.saveMissing&&(this.options.saveMissingPlurals&&N?F.forEach((function(e){o.pluralResolver.getSuffixes(e,t).forEach((function(n){j([e],l+n,t["defaultValue".concat(n)]||O)}))})):j(F,l,O))}m=this.extendTranslation(m,e,t,h,r),I&&m===l&&this.options.appendNamespaceToMissingKey&&(m="".concat(u,":").concat(l)),(I||T)&&this.options.parseMissingKeyHandler&&(m="v1"!==this.options.compatibilityAPI?this.options.parseMissingKeyHandler(this.options.appendNamespaceToMissingKey?"".concat(u,":").concat(l):l,T?m:void 0):this.options.parseMissingKeyHandler(m))}return a?(h.res=m,h):m}},{key:"extendTranslation",value:function(e,t,n,r,o){var a=this;if(this.i18nFormat&&this.i18nFormat.parse)e=this.i18nFormat.parse(e,su(su({},this.options.interpolation.defaultVariables),n),r.usedLng,r.usedNS,r.usedKey,{resolved:r});else if(!n.skipInterpolation){n.interpolation&&this.interpolator.init(su(su({},n),{interpolation:su(su({},this.options.interpolation),n.interpolation)}));var i,s="string"==typeof e&&(n&&n.interpolation&&void 0!==n.interpolation.skipOnVariables?n.interpolation.skipOnVariables:this.options.interpolation.skipOnVariables);if(s){var l=e.match(this.interpolator.nestingRegexp);i=l&&l.length}var c=n.replace&&"string"!=typeof n.replace?n.replace:n;if(this.options.interpolation.defaultVariables&&(c=su(su({},this.options.interpolation.defaultVariables),c)),e=this.interpolator.interpolate(e,c,n.lng||this.language,n),s){var u=e.match(this.interpolator.nestingRegexp);i<(u&&u.length)&&(n.nest=!1)}!1!==n.nest&&(e=this.interpolator.nest(e,(function(){for(var e=arguments.length,r=new Array(e),i=0;i<e;i++)r[i]=arguments[i];return o&&o[0]===r[0]&&!n.context?(a.logger.warn("It seems you are nesting recursively key: ".concat(r[0]," in key: ").concat(t[0])),null):a.translate.apply(a,r.concat([t]))}),n)),n.interpolation&&this.interpolator.reset()}var d=n.postProcess||this.options.postProcess,p="string"==typeof d?[d]:d;return null!=e&&p&&p.length&&!1!==n.applyPostProcessor&&(e=au.handle(p,e,t,this.options&&this.options.postProcessPassResolved?su({i18nResolved:r},n):n,this)),e}},{key:"resolve",value:function(e){var t,n,r,o,a,i=this,s=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};return"string"==typeof e&&(e=[e]),e.forEach((function(e){if(!i.isValidLookup(t)){var l=i.extractFromKey(e,s),c=l.key;n=c;var u=l.namespaces;i.options.fallbackNS&&(u=u.concat(i.options.fallbackNS));var d=void 0!==s.count&&"string"!=typeof s.count,p=d&&!s.ordinal&&0===s.count&&i.pluralResolver.shouldUseIntlApi(),f=void 0!==s.context&&("string"==typeof s.context||"number"==typeof s.context)&&""!==s.context,h=s.lngs?s.lngs:i.languageUtils.toResolveHierarchy(s.lng||i.language,s.fallbackLng);u.forEach((function(e){i.isValidLookup(t)||(a=e,!cu["".concat(h[0],"-").concat(e)]&&i.utils&&i.utils.hasLoadedNamespace&&!i.utils.hasLoadedNamespace(a)&&(cu["".concat(h[0],"-").concat(e)]=!0,i.logger.warn('key "'.concat(n,'" for languages "').concat(h.join(", "),'" won\'t get resolved as namespace "').concat(a,'" was not yet loaded'),"This means something IS WRONG in your setup. You access the t function before i18next.init / i18next.loadNamespace / i18next.changeLanguage was done. Wait for the callback or Promise to resolve before accessing it!!!")),h.forEach((function(n){if(!i.isValidLookup(t)){o=n;var a,l=[c];if(i.i18nFormat&&i.i18nFormat.addLookupKeys)i.i18nFormat.addLookupKeys(l,c,n,e,s);else{var u;d&&(u=i.pluralResolver.getSuffix(n,s.count,s));var h="".concat(i.options.pluralSeparator,"zero");if(d&&(l.push(c+u),p&&l.push(c+h)),f){var m="".concat(c).concat(i.options.contextSeparator).concat(s.context);l.push(m),d&&(l.push(m+u),p&&l.push(m+h))}}for(;a=l.pop();)i.isValidLookup(t)||(r=a,t=i.getResource(n,e,a,s))}})))}))}})),{res:t,usedKey:n,exactUsedKey:r,usedLng:o,usedNS:a}}},{key:"isValidLookup",value:function(e){return!(void 0===e||!this.options.returnNull&&null===e||!this.options.returnEmptyString&&""===e)}},{key:"getResource",value:function(e,t,n){var r=arguments.length>3&&void 0!==arguments[3]?arguments[3]:{};return this.i18nFormat&&this.i18nFormat.getResource?this.i18nFormat.getResource(e,t,n,r):this.resourceStore.getResource(e,t,n,r)}}],[{key:"hasDefaultValue",value:function(e){var t="defaultValue";for(var n in e)if(Object.prototype.hasOwnProperty.call(e,n)&&t===n.substring(0,t.length)&&void 0!==e[n])return!0;return!1}}]),n}(Uc);function du(e){return e.charAt(0).toUpperCase()+e.slice(1)}var pu=function(){function e(t){Ec(this,e),this.options=t,this.supportedLngs=this.options.supportedLngs||!1,this.logger=$c.create("languageUtils")}return Sc(e,[{key:"getScriptPartFromCode",value:function(e){if(!e||e.indexOf("-")<0)return null;var t=e.split("-");return 2===t.length?null:(t.pop(),"x"===t[t.length-1].toLowerCase()?null:this.formatLanguageCode(t.join("-")))}},{key:"getLanguagePartFromCode",value:function(e){if(!e||e.indexOf("-")<0)return e;var t=e.split("-");return this.formatLanguageCode(t[0])}},{key:"formatLanguageCode",value:function(e){if("string"==typeof e&&e.indexOf("-")>-1){var t=["hans","hant","latn","cyrl","cans","mong","arab"],n=e.split("-");return this.options.lowerCaseLng?n=n.map((function(e){return e.toLowerCase()})):2===n.length?(n[0]=n[0].toLowerCase(),n[1]=n[1].toUpperCase(),t.indexOf(n[1].toLowerCase())>-1&&(n[1]=du(n[1].toLowerCase()))):3===n.length&&(n[0]=n[0].toLowerCase(),2===n[1].length&&(n[1]=n[1].toUpperCase()),"sgn"!==n[0]&&2===n[2].length&&(n[2]=n[2].toUpperCase()),t.indexOf(n[1].toLowerCase())>-1&&(n[1]=du(n[1].toLowerCase())),t.indexOf(n[2].toLowerCase())>-1&&(n[2]=du(n[2].toLowerCase()))),n.join("-")}return this.options.cleanCode||this.options.lowerCaseLng?e.toLowerCase():e}},{key:"isSupportedCode",value:function(e){return("languageOnly"===this.options.load||this.options.nonExplicitSupportedLngs)&&(e=this.getLanguagePartFromCode(e)),!this.supportedLngs||!this.supportedLngs.length||this.supportedLngs.indexOf(e)>-1}},{key:"getBestMatchFromCodes",value:function(e){var t,n=this;return e?(e.forEach((function(e){if(!t){var r=n.formatLanguageCode(e);n.options.supportedLngs&&!n.isSupportedCode(r)||(t=r)}})),!t&&this.options.supportedLngs&&e.forEach((function(e){if(!t){var r=n.getLanguagePartFromCode(e);if(n.isSupportedCode(r))return t=r;t=n.options.supportedLngs.find((function(e){if(0===e.indexOf(r))return e}))}})),t||(t=this.getFallbackCodes(this.options.fallbackLng)[0]),t):null}},{key:"getFallbackCodes",value:function(e,t){if(!e)return[];if("function"==typeof e&&(e=e(t)),"string"==typeof e&&(e=[e]),"[object Array]"===Object.prototype.toString.apply(e))return e;if(!t)return e.default||[];var n=e[t];return n||(n=e[this.getScriptPartFromCode(t)]),n||(n=e[this.formatLanguageCode(t)]),n||(n=e[this.getLanguagePartFromCode(t)]),n||(n=e.default),n||[]}},{key:"toResolveHierarchy",value:function(e,t){var n=this,r=this.getFallbackCodes(t||this.options.fallbackLng||[],e),o=[],a=function(e){e&&(n.isSupportedCode(e)?o.push(e):n.logger.warn("rejecting language code not found in supportedLngs: ".concat(e)))};return"string"==typeof e&&e.indexOf("-")>-1?("languageOnly"!==this.options.load&&a(this.formatLanguageCode(e)),"languageOnly"!==this.options.load&&"currentOnly"!==this.options.load&&a(this.getScriptPartFromCode(e)),"currentOnly"!==this.options.load&&a(this.getLanguagePartFromCode(e))):"string"==typeof e&&a(this.formatLanguageCode(e)),r.forEach((function(e){o.indexOf(e)<0&&a(n.formatLanguageCode(e))})),o}}]),e}(),fu=[{lngs:["ach","ak","am","arn","br","fil","gun","ln","mfe","mg","mi","oc","pt","pt-BR","tg","tl","ti","tr","uz","wa"],nr:[1,2],fc:1},{lngs:["af","an","ast","az","bg","bn","ca","da","de","dev","el","en","eo","es","et","eu","fi","fo","fur","fy","gl","gu","ha","hi","hu","hy","ia","it","kk","kn","ku","lb","mai","ml","mn","mr","nah","nap","nb","ne","nl","nn","no","nso","pa","pap","pms","ps","pt-PT","rm","sco","se","si","so","son","sq","sv","sw","ta","te","tk","ur","yo"],nr:[1,2],fc:2},{lngs:["ay","bo","cgg","fa","ht","id","ja","jbo","ka","km","ko","ky","lo","ms","sah","su","th","tt","ug","vi","wo","zh"],nr:[1],fc:3},{lngs:["be","bs","cnr","dz","hr","ru","sr","uk"],nr:[1,2,5],fc:4},{lngs:["ar"],nr:[0,1,2,3,11,100],fc:5},{lngs:["cs","sk"],nr:[1,2,5],fc:6},{lngs:["csb","pl"],nr:[1,2,5],fc:7},{lngs:["cy"],nr:[1,2,3,8],fc:8},{lngs:["fr"],nr:[1,2],fc:9},{lngs:["ga"],nr:[1,2,3,7,11],fc:10},{lngs:["gd"],nr:[1,2,3,20],fc:11},{lngs:["is"],nr:[1,2],fc:12},{lngs:["jv"],nr:[0,1],fc:13},{lngs:["kw"],nr:[1,2,3,4],fc:14},{lngs:["lt"],nr:[1,2,10],fc:15},{lngs:["lv"],nr:[1,2,0],fc:16},{lngs:["mk"],nr:[1,2],fc:17},{lngs:["mnk"],nr:[0,1,2],fc:18},{lngs:["mt"],nr:[1,2,11,20],fc:19},{lngs:["or"],nr:[2,1],fc:2},{lngs:["ro"],nr:[1,2,20],fc:20},{lngs:["sl"],nr:[5,1,2,3],fc:21},{lngs:["he","iw"],nr:[1,2,20,21],fc:22}],hu={1:function(e){return Number(e>1)},2:function(e){return Number(1!=e)},3:function(e){return 0},4:function(e){return Number(e%10==1&&e%100!=11?0:e%10>=2&&e%10<=4&&(e%100<10||e%100>=20)?1:2)},5:function(e){return Number(0==e?0:1==e?1:2==e?2:e%100>=3&&e%100<=10?3:e%100>=11?4:5)},6:function(e){return Number(1==e?0:e>=2&&e<=4?1:2)},7:function(e){return Number(1==e?0:e%10>=2&&e%10<=4&&(e%100<10||e%100>=20)?1:2)},8:function(e){return Number(1==e?0:2==e?1:8!=e&&11!=e?2:3)},9:function(e){return Number(e>=2)},10:function(e){return Number(1==e?0:2==e?1:e<7?2:e<11?3:4)},11:function(e){return Number(1==e||11==e?0:2==e||12==e?1:e>2&&e<20?2:3)},12:function(e){return Number(e%10!=1||e%100==11)},13:function(e){return Number(0!==e)},14:function(e){return Number(1==e?0:2==e?1:3==e?2:3)},15:function(e){return Number(e%10==1&&e%100!=11?0:e%10>=2&&(e%100<10||e%100>=20)?1:2)},16:function(e){return Number(e%10==1&&e%100!=11?0:0!==e?1:2)},17:function(e){return Number(1==e||e%10==1&&e%100!=11?0:1)},18:function(e){return Number(0==e?0:1==e?1:2)},19:function(e){return Number(1==e?0:0==e||e%100>1&&e%100<11?1:e%100>10&&e%100<20?2:3)},20:function(e){return Number(1==e?0:0==e||e%100>0&&e%100<20?1:2)},21:function(e){return Number(e%100==1?1:e%100==2?2:e%100==3||e%100==4?3:0)},22:function(e){return Number(1==e?0:2==e?1:(e<0||e>10)&&e%10==0?2:3)}},mu=["v1","v2","v3"],gu={zero:0,one:1,two:2,few:3,many:4,other:5};var vu=function(){function e(t){var n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};Ec(this,e),this.languageUtils=t,this.options=n,this.logger=$c.create("pluralResolver"),this.options.compatibilityJSON&&"v4"!==this.options.compatibilityJSON||"undefined"!=typeof Intl&&Intl.PluralRules||(this.options.compatibilityJSON="v3",this.logger.error("Your environment seems not to be Intl API compatible, use an Intl.PluralRules polyfill. Will fallback to the compatibilityJSON v3 format handling.")),this.rules=function(){var e={};return fu.forEach((function(t){t.lngs.forEach((function(n){e[n]={numbers:t.nr,plurals:hu[t.fc]}}))})),e}()}return Sc(e,[{key:"addRule",value:function(e,t){this.rules[e]=t}},{key:"getRule",value:function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};if(this.shouldUseIntlApi())try{return new Intl.PluralRules(e,{type:t.ordinal?"ordinal":"cardinal"})}catch(e){return}return this.rules[e]||this.rules[this.languageUtils.getLanguagePartFromCode(e)]}},{key:"needsPlural",value:function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},n=this.getRule(e,t);return this.shouldUseIntlApi()?n&&n.resolvedOptions().pluralCategories.length>1:n&&n.numbers.length>1}},{key:"getPluralFormsOfKey",value:function(e,t){var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{};return this.getSuffixes(e,n).map((function(e){return"".concat(t).concat(e)}))}},{key:"getSuffixes",value:function(e){var t=this,n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},r=this.getRule(e,n);return r?this.shouldUseIntlApi()?r.resolvedOptions().pluralCategories.sort((function(e,t){return gu[e]-gu[t]})).map((function(e){return"".concat(t.options.prepend).concat(e)})):r.numbers.map((function(r){return t.getSuffix(e,r,n)})):[]}},{key:"getSuffix",value:function(e,t){var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{},r=this.getRule(e,n);return r?this.shouldUseIntlApi()?"".concat(this.options.prepend).concat(r.select(t)):this.getSuffixRetroCompatible(r,t):(this.logger.warn("no plural rule found for: ".concat(e)),"")}},{key:"getSuffixRetroCompatible",value:function(e,t){var n=this,r=e.noAbs?e.plurals(t):e.plurals(Math.abs(t)),o=e.numbers[r];this.options.simplifyPluralSuffix&&2===e.numbers.length&&1===e.numbers[0]&&(2===o?o="plural":1===o&&(o=""));var a=function(){return n.options.prepend&&o.toString()?n.options.prepend+o.toString():o.toString()};return"v1"===this.options.compatibilityJSON?1===o?"":"number"==typeof o?"_plural_".concat(o.toString()):a():"v2"===this.options.compatibilityJSON||this.options.simplifyPluralSuffix&&2===e.numbers.length&&1===e.numbers[0]?a():this.options.prepend&&r.toString()?this.options.prepend+r.toString():r.toString()}},{key:"shouldUseIntlApi",value:function(){return!mu.includes(this.options.compatibilityJSON)}}]),e}();function yu(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,r)}return n}function bu(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?yu(Object(n),!0).forEach((function(t){Ac(e,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):yu(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}var wu=function(){function e(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};Ec(this,e),this.logger=$c.create("interpolator"),this.options=t,this.format=t.interpolation&&t.interpolation.format||function(e){return e},this.init(t)}return Sc(e,[{key:"init",value:function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};e.interpolation||(e.interpolation={escapeValue:!0});var t=e.interpolation;this.escape=void 0!==t.escape?t.escape:Zc,this.escapeValue=void 0===t.escapeValue||t.escapeValue,this.useRawValueToEscape=void 0!==t.useRawValueToEscape&&t.useRawValueToEscape,this.prefix=t.prefix?Yc(t.prefix):t.prefixEscaped||"{{",this.suffix=t.suffix?Yc(t.suffix):t.suffixEscaped||"}}",this.formatSeparator=t.formatSeparator?t.formatSeparator:t.formatSeparator||",",this.unescapePrefix=t.unescapeSuffix?"":t.unescapePrefix||"-",this.unescapeSuffix=this.unescapePrefix?"":t.unescapeSuffix||"",this.nestingPrefix=t.nestingPrefix?Yc(t.nestingPrefix):t.nestingPrefixEscaped||Yc("$t("),this.nestingSuffix=t.nestingSuffix?Yc(t.nestingSuffix):t.nestingSuffixEscaped||Yc(")"),this.nestingOptionsSeparator=t.nestingOptionsSeparator?t.nestingOptionsSeparator:t.nestingOptionsSeparator||",",this.maxReplaces=t.maxReplaces?t.maxReplaces:1e3,this.alwaysFormat=void 0!==t.alwaysFormat&&t.alwaysFormat,this.resetRegExp()}},{key:"reset",value:function(){this.options&&this.init(this.options)}},{key:"resetRegExp",value:function(){var e="".concat(this.prefix,"(.+?)").concat(this.suffix);this.regexp=new RegExp(e,"g");var t="".concat(this.prefix).concat(this.unescapePrefix,"(.+?)").concat(this.unescapeSuffix).concat(this.suffix);this.regexpUnescape=new RegExp(t,"g");var n="".concat(this.nestingPrefix,"(.+?)").concat(this.nestingSuffix);this.nestingRegexp=new RegExp(n,"g")}},{key:"interpolate",value:function(e,t,n,r){var o,a,i,s=this,l=this.options&&this.options.interpolation&&this.options.interpolation.defaultVariables||{};function c(e){return e.replace(/\$/g,"$$$$")}var u=function(e){if(e.indexOf(s.formatSeparator)<0){var o=Gc(t,l,e);return s.alwaysFormat?s.format(o,void 0,n,bu(bu(bu({},r),t),{},{interpolationkey:e})):o}var a=e.split(s.formatSeparator),i=a.shift().trim(),c=a.join(s.formatSeparator).trim();return s.format(Gc(t,l,i),c,n,bu(bu(bu({},r),t),{},{interpolationkey:i}))};this.resetRegExp();var d=r&&r.missingInterpolationHandler||this.options.missingInterpolationHandler,p=r&&r.interpolation&&void 0!==r.interpolation.skipOnVariables?r.interpolation.skipOnVariables:this.options.interpolation.skipOnVariables;return[{regex:this.regexpUnescape,safeValue:function(e){return c(e)}},{regex:this.regexp,safeValue:function(e){return s.escapeValue?c(s.escape(e)):c(e)}}].forEach((function(t){for(i=0;o=t.regex.exec(e);){var n=o[1].trim();if(void 0===(a=u(n)))if("function"==typeof d){var l=d(e,o,r);a="string"==typeof l?l:""}else if(r&&Object.prototype.hasOwnProperty.call(r,n))a="";else{if(p){a=o[0];continue}s.logger.warn("missed to pass in variable ".concat(n," for interpolating ").concat(e)),a=""}else"string"==typeof a||s.useRawValueToEscape||(a=Wc(a));var c=t.safeValue(a);if(e=e.replace(o[0],c),p?(t.regex.lastIndex+=a.length,t.regex.lastIndex-=o[0].length):t.regex.lastIndex=0,++i>=s.maxReplaces)break}})),e}},{key:"nest",value:function(e,t){var n,r,o,a=this,i=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{};function s(e,t){var n=this.nestingOptionsSeparator;if(e.indexOf(n)<0)return e;var r=e.split(new RegExp("".concat(n,"[ ]*{"))),a="{".concat(r[1]);e=r[0];var i=(a=this.interpolate(a,o)).match(/'/g),s=a.match(/"/g);(i&&i.length%2==0&&!s||s.length%2!=0)&&(a=a.replace(/'/g,'"'));try{o=JSON.parse(a),t&&(o=bu(bu({},t),o))}catch(t){return this.logger.warn("failed parsing options string in nesting for key ".concat(e),t),"".concat(e).concat(n).concat(a)}return delete o.defaultValue,e}for(;n=this.nestingRegexp.exec(e);){var l=[];(o=(o=bu({},i)).replace&&"string"!=typeof o.replace?o.replace:o).applyPostProcessor=!1,delete o.defaultValue;var c=!1;if(-1!==n[0].indexOf(this.formatSeparator)&&!/{.*}/.test(n[1])){var u=n[1].split(this.formatSeparator).map((function(e){return e.trim()}));n[1]=u.shift(),l=u,c=!0}if((r=t(s.call(this,n[1].trim(),o),o))&&n[0]===e&&"string"!=typeof r)return r;"string"!=typeof r&&(r=Wc(r)),r||(this.logger.warn("missed to resolve ".concat(n[1]," for nesting ").concat(e)),r=""),c&&(r=l.reduce((function(e,t){return a.format(e,t,i.lng,bu(bu({},i),{},{interpolationkey:n[1].trim()}))}),r.trim())),e=e.replace(n[0],r),this.regexp.lastIndex=0}return e}}]),e}();function Eu(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,r)}return n}function ku(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?Eu(Object(n),!0).forEach((function(t){Ac(e,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):Eu(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}function Cu(e){var t={};return function(n,r,o){var a=r+JSON.stringify(o),i=t[a];return i||(i=e(r,o),t[a]=i),i(n)}}var Su=function(){function e(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};Ec(this,e),this.logger=$c.create("formatter"),this.options=t,this.formats={number:Cu((function(e,t){var n=new Intl.NumberFormat(e,ku({},t));return function(e){return n.format(e)}})),currency:Cu((function(e,t){var n=new Intl.NumberFormat(e,ku(ku({},t),{},{style:"currency"}));return function(e){return n.format(e)}})),datetime:Cu((function(e,t){var n=new Intl.DateTimeFormat(e,ku({},t));return function(e){return n.format(e)}})),relativetime:Cu((function(e,t){var n=new Intl.RelativeTimeFormat(e,ku({},t));return function(e){return n.format(e,t.range||"day")}})),list:Cu((function(e,t){var n=new Intl.ListFormat(e,ku({},t));return function(e){return n.format(e)}}))},this.init(t)}return Sc(e,[{key:"init",value:function(e){var t=(arguments.length>1&&void 0!==arguments[1]?arguments[1]:{interpolation:{}}).interpolation;this.formatSeparator=t.formatSeparator?t.formatSeparator:t.formatSeparator||","}},{key:"add",value:function(e,t){this.formats[e.toLowerCase().trim()]=t}},{key:"addCached",value:function(e,t){this.formats[e.toLowerCase().trim()]=Cu(t)}},{key:"format",value:function(e,t,n){var r=this,o=arguments.length>3&&void 0!==arguments[3]?arguments[3]:{},a=t.split(this.formatSeparator).reduce((function(e,t){var a=function(e){var t=e.toLowerCase().trim(),n={};if(e.indexOf("(")>-1){var r=e.split("(");t=r[0].toLowerCase().trim();var o=r[1].substring(0,r[1].length-1);"currency"===t&&o.indexOf(":")<0?n.currency||(n.currency=o.trim()):"relativetime"===t&&o.indexOf(":")<0?n.range||(n.range=o.trim()):o.split(";").forEach((function(e){if(e){var t=Dc(e.split(":")),r=t[0],o=t.slice(1).join(":").trim().replace(/^'+|'+$/g,"");n[r.trim()]||(n[r.trim()]=o),"false"===o&&(n[r.trim()]=!1),"true"===o&&(n[r.trim()]=!0),isNaN(o)||(n[r.trim()]=parseInt(o,10))}}))}return{formatName:t,formatOptions:n}}(t),i=a.formatName,s=a.formatOptions;if(r.formats[i]){var l=e;try{var c=o&&o.formatParams&&o.formatParams[o.interpolationkey]||{},u=c.locale||c.lng||o.locale||o.lng||n;l=r.formats[i](e,u,ku(ku(ku({},s),o),c))}catch(e){r.logger.warn(e)}return l}return r.logger.warn("there was no format function for ".concat(i)),e}),e);return a}}]),e}();function xu(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,r)}return n}function _u(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?xu(Object(n),!0).forEach((function(t){Ac(e,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):xu(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}function Tu(e){var t=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(e){return!1}}();return function(){var n,r=Nc(e);if(t){var o=Nc(this).constructor;n=Reflect.construct(r,arguments,o)}else n=r.apply(this,arguments);return Ic(this,n)}}var Iu=function(e){Tc(n,e);var t=Tu(n);function n(e,r,o){var a,i=arguments.length>3&&void 0!==arguments[3]?arguments[3]:{};return Ec(this,n),a=t.call(this),Qc&&Uc.call(xc(a)),a.backend=e,a.store=r,a.services=o,a.languageUtils=o.languageUtils,a.options=i,a.logger=$c.create("backendConnector"),a.waitingReads=[],a.maxParallelReads=i.maxParallelReads||10,a.readingCalls=0,a.maxRetries=i.maxRetries>=0?i.maxRetries:5,a.retryTimeout=i.retryTimeout>=1?i.retryTimeout:350,a.state={},a.queue=[],a.backend&&a.backend.init&&a.backend.init(o,i.backend,i),a}return Sc(n,[{key:"queueLoad",value:function(e,t,n,r){var o=this,a={},i={},s={},l={};return e.forEach((function(e){var r=!0;t.forEach((function(t){var s="".concat(e,"|").concat(t);!n.reload&&o.store.hasResourceBundle(e,t)?o.state[s]=2:o.state[s]<0||(1===o.state[s]?void 0===i[s]&&(i[s]=!0):(o.state[s]=1,r=!1,void 0===i[s]&&(i[s]=!0),void 0===a[s]&&(a[s]=!0),void 0===l[t]&&(l[t]=!0)))})),r||(s[e]=!0)})),(Object.keys(a).length||Object.keys(i).length)&&this.queue.push({pending:i,pendingCount:Object.keys(i).length,loaded:{},errors:[],callback:r}),{toLoad:Object.keys(a),pending:Object.keys(i),toLoadLanguages:Object.keys(s),toLoadNamespaces:Object.keys(l)}}},{key:"loaded",value:function(e,t,n){var r=e.split("|"),o=r[0],a=r[1];t&&this.emit("failedLoading",o,a,t),n&&this.store.addResourceBundle(o,a,n),this.state[e]=t?-1:2;var i={};this.queue.forEach((function(n){!function(e,t,n,r){var o=Vc(e,t,Object),a=o.obj,i=o.k;a[i]=a[i]||[],r&&(a[i]=a[i].concat(n)),r||a[i].push(n)}(n.loaded,[o],a),function(e,t){void 0!==e.pending[t]&&(delete e.pending[t],e.pendingCount--)}(n,e),t&&n.errors.push(t),0!==n.pendingCount||n.done||(Object.keys(n.loaded).forEach((function(e){i[e]||(i[e]={});var t=n.loaded[e];t.length&&t.forEach((function(t){void 0===i[e][t]&&(i[e][t]=!0)}))})),n.done=!0,n.errors.length?n.callback(n.errors):n.callback())})),this.emit("loaded",i),this.queue=this.queue.filter((function(e){return!e.done}))}},{key:"read",value:function(e,t,n){var r=this,o=arguments.length>3&&void 0!==arguments[3]?arguments[3]:0,a=arguments.length>4&&void 0!==arguments[4]?arguments[4]:this.retryTimeout,i=arguments.length>5?arguments[5]:void 0;if(!e.length)return i(null,{});if(this.readingCalls>=this.maxParallelReads)this.waitingReads.push({lng:e,ns:t,fcName:n,tried:o,wait:a,callback:i});else{this.readingCalls++;var s=function(s,l){if(r.readingCalls--,r.waitingReads.length>0){var c=r.waitingReads.shift();r.read(c.lng,c.ns,c.fcName,c.tried,c.wait,c.callback)}s&&l&&o<r.maxRetries?setTimeout((function(){r.read.call(r,e,t,n,o+1,2*a,i)}),a):i(s,l)},l=this.backend[n].bind(this.backend);if(2!==l.length)return l(e,t,s);try{var c=l(e,t);c&&"function"==typeof c.then?c.then((function(e){return s(null,e)})).catch(s):s(null,c)}catch(e){s(e)}}}},{key:"prepareLoading",value:function(e,t){var n=this,r=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{},o=arguments.length>3?arguments[3]:void 0;if(!this.backend)return this.logger.warn("No backend was added via i18next.use. Will not load resources."),o&&o();"string"==typeof e&&(e=this.languageUtils.toResolveHierarchy(e)),"string"==typeof t&&(t=[t]);var a=this.queueLoad(e,t,r,o);if(!a.toLoad.length)return a.pending.length||o(),null;a.toLoad.forEach((function(e){n.loadOne(e)}))}},{key:"load",value:function(e,t,n){this.prepareLoading(e,t,{},n)}},{key:"reload",value:function(e,t,n){this.prepareLoading(e,t,{reload:!0},n)}},{key:"loadOne",value:function(e){var t=this,n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"",r=e.split("|"),o=r[0],a=r[1];this.read(o,a,"read",void 0,void 0,(function(r,i){r&&t.logger.warn("".concat(n,"loading namespace ").concat(a," for language ").concat(o," failed"),r),!r&&i&&t.logger.log("".concat(n,"loaded namespace ").concat(a," for language ").concat(o),i),t.loaded(e,r,i)}))}},{key:"saveMissing",value:function(e,t,n,r,o){var a=arguments.length>5&&void 0!==arguments[5]?arguments[5]:{},i=arguments.length>6&&void 0!==arguments[6]?arguments[6]:function(){};if(this.services.utils&&this.services.utils.hasLoadedNamespace&&!this.services.utils.hasLoadedNamespace(t))this.logger.warn('did not save key "'.concat(n,'" as the namespace "').concat(t,'" was not yet loaded'),"This means something IS WRONG in your setup. You access the t function before i18next.init / i18next.loadNamespace / i18next.changeLanguage was done. Wait for the callback or Promise to resolve before accessing it!!!");else if(null!=n&&""!==n){if(this.backend&&this.backend.create){var s=_u(_u({},a),{},{isUpdate:o}),l=this.backend.create.bind(this.backend);if(l.length<6)try{var c;(c=5===l.length?l(e,t,n,r,s):l(e,t,n,r))&&"function"==typeof c.then?c.then((function(e){return i(null,e)})).catch(i):i(null,c)}catch(e){i(e)}else l(e,t,n,r,i,s)}e&&e[0]&&this.store.addResource(e[0],t,n,r)}}}]),n}(Uc);function Nu(){return{debug:!1,initImmediate:!0,ns:["translation"],defaultNS:["translation"],fallbackLng:["dev"],fallbackNS:!1,supportedLngs:!1,nonExplicitSupportedLngs:!1,load:"all",preload:!1,simplifyPluralSuffix:!0,keySeparator:".",nsSeparator:":",pluralSeparator:"_",contextSeparator:"_",partialBundledLanguages:!1,saveMissing:!1,updateMissing:!1,saveMissingTo:"fallback",saveMissingPlurals:!0,missingKeyHandler:!1,missingInterpolationHandler:!1,postProcess:!1,postProcessPassResolved:!1,returnNull:!0,returnEmptyString:!0,returnObjects:!1,joinArrays:!1,returnedObjectHandler:!1,parseMissingKeyHandler:!1,appendNamespaceToMissingKey:!1,appendNamespaceToCIMode:!1,overloadTranslationOptionHandler:function(e){var t={};if("object"===wc(e[1])&&(t=e[1]),"string"==typeof e[1]&&(t.defaultValue=e[1]),"string"==typeof e[2]&&(t.tDescription=e[2]),"object"===wc(e[2])||"object"===wc(e[3])){var n=e[3]||e[2];Object.keys(n).forEach((function(e){t[e]=n[e]}))}return t},interpolation:{escapeValue:!0,format:function(e,t,n,r){return e},prefix:"{{",suffix:"}}",formatSeparator:",",unescapePrefix:"-",nestingPrefix:"$t(",nestingSuffix:")",nestingOptionsSeparator:",",maxReplaces:1e3,skipOnVariables:!0}}}function Au(e){return"string"==typeof e.ns&&(e.ns=[e.ns]),"string"==typeof e.fallbackLng&&(e.fallbackLng=[e.fallbackLng]),"string"==typeof e.fallbackNS&&(e.fallbackNS=[e.fallbackNS]),e.supportedLngs&&e.supportedLngs.indexOf("cimode")<0&&(e.supportedLngs=e.supportedLngs.concat(["cimode"])),e}function Pu(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,r)}return n}function Ou(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?Pu(Object(n),!0).forEach((function(t){Ac(e,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):Pu(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}function Mu(e){var t=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(e){return!1}}();return function(){var n,r=Nc(e);if(t){var o=Nc(this).constructor;n=Reflect.construct(r,arguments,o)}else n=r.apply(this,arguments);return Ic(this,n)}}function Ru(){}var Du=function(e){Tc(n,e);var t=Mu(n);function n(){var e,r,o=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},a=arguments.length>1?arguments[1]:void 0;if(Ec(this,n),e=t.call(this),Qc&&Uc.call(xc(e)),e.options=Au(o),e.services={},e.logger=$c,e.modules={external:[]},r=xc(e),Object.getOwnPropertyNames(Object.getPrototypeOf(r)).forEach((function(e){"function"==typeof r[e]&&(r[e]=r[e].bind(r))})),a&&!e.isInitialized&&!o.isClone){if(!e.options.initImmediate)return e.init(o,a),Ic(e,xc(e));setTimeout((function(){e.init(o,a)}),0)}return e}return Sc(n,[{key:"init",value:function(){var e=this,t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},n=arguments.length>1?arguments[1]:void 0;"function"==typeof t&&(n=t,t={}),!t.defaultNS&&!1!==t.defaultNS&&t.ns&&("string"==typeof t.ns?t.defaultNS=t.ns:t.ns.indexOf("translation")<0&&(t.defaultNS=t.ns[0]));var r=Nu();function o(e){return e?"function"==typeof e?new e:e:null}if(this.options=Ou(Ou(Ou({},r),this.options),Au(t)),"v1"!==this.options.compatibilityAPI&&(this.options.interpolation=Ou(Ou({},r.interpolation),this.options.interpolation)),void 0!==t.keySeparator&&(this.options.userDefinedKeySeparator=t.keySeparator),void 0!==t.nsSeparator&&(this.options.userDefinedNsSeparator=t.nsSeparator),!this.options.isClone){var a;this.modules.logger?$c.init(o(this.modules.logger),this.options):$c.init(null,this.options),this.modules.formatter?a=this.modules.formatter:"undefined"!=typeof Intl&&(a=Su);var i=new pu(this.options);this.store=new ou(this.options.resources,this.options);var s=this.services;s.logger=$c,s.resourceStore=this.store,s.languageUtils=i,s.pluralResolver=new vu(i,{prepend:this.options.pluralSeparator,compatibilityJSON:this.options.compatibilityJSON,simplifyPluralSuffix:this.options.simplifyPluralSuffix}),!a||this.options.interpolation.format&&this.options.interpolation.format!==r.interpolation.format||(s.formatter=o(a),s.formatter.init(s,this.options),this.options.interpolation.format=s.formatter.format.bind(s.formatter)),s.interpolator=new wu(this.options),s.utils={hasLoadedNamespace:this.hasLoadedNamespace.bind(this)},s.backendConnector=new Iu(o(this.modules.backend),s.resourceStore,s,this.options),s.backendConnector.on("*",(function(t){for(var n=arguments.length,r=new Array(n>1?n-1:0),o=1;o<n;o++)r[o-1]=arguments[o];e.emit.apply(e,[t].concat(r))})),this.modules.languageDetector&&(s.languageDetector=o(this.modules.languageDetector),s.languageDetector.init&&s.languageDetector.init(s,this.options.detection,this.options)),this.modules.i18nFormat&&(s.i18nFormat=o(this.modules.i18nFormat),s.i18nFormat.init&&s.i18nFormat.init(this)),this.translator=new uu(this.services,this.options),this.translator.on("*",(function(t){for(var n=arguments.length,r=new Array(n>1?n-1:0),o=1;o<n;o++)r[o-1]=arguments[o];e.emit.apply(e,[t].concat(r))})),this.modules.external.forEach((function(t){t.init&&t.init(e)}))}if(this.format=this.options.interpolation.format,n||(n=Ru),this.options.fallbackLng&&!this.services.languageDetector&&!this.options.lng){var l=this.services.languageUtils.getFallbackCodes(this.options.fallbackLng);l.length>0&&"dev"!==l[0]&&(this.options.lng=l[0])}this.services.languageDetector||this.options.lng||this.logger.warn("init: no languageDetector is used and no lng is defined");["getResource","hasResourceBundle","getResourceBundle","getDataByLanguage"].forEach((function(t){e[t]=function(){var n;return(n=e.store)[t].apply(n,arguments)}}));["addResource","addResources","addResourceBundle","removeResourceBundle"].forEach((function(t){e[t]=function(){var n;return(n=e.store)[t].apply(n,arguments),e}}));var c=zc(),u=function(){var t=function(t,r){e.isInitialized&&!e.initializedStoreOnce&&e.logger.warn("init: i18next is already initialized. You should call init just once!"),e.isInitialized=!0,e.options.isClone||e.logger.log("initialized",e.options),e.emit("initialized",e.options),c.resolve(r),n(t,r)};if(e.languages&&"v1"!==e.options.compatibilityAPI&&!e.isInitialized)return t(null,e.t.bind(e));e.changeLanguage(e.options.lng,t)};return this.options.resources||!this.options.initImmediate?u():setTimeout(u,0),c}},{key:"loadResources",value:function(e){var t=this,n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:Ru,r="string"==typeof e?e:this.language;if("function"==typeof e&&(n=e),!this.options.resources||this.options.partialBundledLanguages){if(r&&"cimode"===r.toLowerCase())return n();var o=[],a=function(e){e&&t.services.languageUtils.toResolveHierarchy(e).forEach((function(e){o.indexOf(e)<0&&o.push(e)}))};if(r)a(r);else this.services.languageUtils.getFallbackCodes(this.options.fallbackLng).forEach((function(e){return a(e)}));this.options.preload&&this.options.preload.forEach((function(e){return a(e)})),this.services.backendConnector.load(o,this.options.ns,(function(e){e||t.resolvedLanguage||!t.language||t.setResolvedLanguage(t.language),n(e)}))}else n(null)}},{key:"reloadResources",value:function(e,t,n){var r=zc();return e||(e=this.languages),t||(t=this.options.ns),n||(n=Ru),this.services.backendConnector.reload(e,t,(function(e){r.resolve(),n(e)})),r}},{key:"use",value:function(e){if(!e)throw new Error("You are passing an undefined module! Please check the object you are passing to i18next.use()");if(!e.type)throw new Error("You are passing a wrong module! Please check the object you are passing to i18next.use()");return"backend"===e.type&&(this.modules.backend=e),("logger"===e.type||e.log&&e.warn&&e.error)&&(this.modules.logger=e),"languageDetector"===e.type&&(this.modules.languageDetector=e),"i18nFormat"===e.type&&(this.modules.i18nFormat=e),"postProcessor"===e.type&&au.addPostProcessor(e),"formatter"===e.type&&(this.modules.formatter=e),"3rdParty"===e.type&&this.modules.external.push(e),this}},{key:"setResolvedLanguage",value:function(e){if(e&&this.languages&&!(["cimode","dev"].indexOf(e)>-1))for(var t=0;t<this.languages.length;t++){var n=this.languages[t];if(!(["cimode","dev"].indexOf(n)>-1)&&this.store.hasLanguageSomeTranslations(n)){this.resolvedLanguage=n;break}}}},{key:"changeLanguage",value:function(e,t){var n=this;this.isLanguageChangingTo=e;var r=zc();this.emit("languageChanging",e);var o=function(e){n.language=e,n.languages=n.services.languageUtils.toResolveHierarchy(e),n.resolvedLanguage=void 0,n.setResolvedLanguage(e)},a=function(a){e||a||!n.services.languageDetector||(a=[]);var i="string"==typeof a?a:n.services.languageUtils.getBestMatchFromCodes(a);i&&(n.language||o(i),n.translator.language||n.translator.changeLanguage(i),n.services.languageDetector&&n.services.languageDetector.cacheUserLanguage&&n.services.languageDetector.cacheUserLanguage(i)),n.loadResources(i,(function(e){!function(e,a){a?(o(a),n.translator.changeLanguage(a),n.isLanguageChangingTo=void 0,n.emit("languageChanged",a),n.logger.log("languageChanged",a)):n.isLanguageChangingTo=void 0,r.resolve((function(){return n.t.apply(n,arguments)})),t&&t(e,(function(){return n.t.apply(n,arguments)}))}(e,i)}))};return e||!this.services.languageDetector||this.services.languageDetector.async?!e&&this.services.languageDetector&&this.services.languageDetector.async?0===this.services.languageDetector.detect.length?this.services.languageDetector.detect().then(a):this.services.languageDetector.detect(a):a(e):a(this.services.languageDetector.detect()),r}},{key:"getFixedT",value:function(e,t,n){var r=this,o=function e(t,o){var a;if("object"!==wc(o)){for(var i=arguments.length,s=new Array(i>2?i-2:0),l=2;l<i;l++)s[l-2]=arguments[l];a=r.options.overloadTranslationOptionHandler([t,o].concat(s))}else a=Ou({},o);a.lng=a.lng||e.lng,a.lngs=a.lngs||e.lngs,a.ns=a.ns||e.ns,a.keyPrefix=a.keyPrefix||n||e.keyPrefix;var c,u=r.options.keySeparator||".";return c=a.keyPrefix&&Array.isArray(t)?t.map((function(e){return"".concat(a.keyPrefix).concat(u).concat(e)})):a.keyPrefix?"".concat(a.keyPrefix).concat(u).concat(t):t,r.t(c,a)};return"string"==typeof e?o.lng=e:o.lngs=e,o.ns=t,o.keyPrefix=n,o}},{key:"t",value:function(){var e;return this.translator&&(e=this.translator).translate.apply(e,arguments)}},{key:"exists",value:function(){var e;return this.translator&&(e=this.translator).exists.apply(e,arguments)}},{key:"setDefaultNamespace",value:function(e){this.options.defaultNS=e}},{key:"hasLoadedNamespace",value:function(e){var t=this,n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};if(!this.isInitialized)return this.logger.warn("hasLoadedNamespace: i18next was not initialized",this.languages),!1;if(!this.languages||!this.languages.length)return this.logger.warn("hasLoadedNamespace: i18n.languages were undefined or empty",this.languages),!1;var r=this.resolvedLanguage||this.languages[0],o=!!this.options&&this.options.fallbackLng,a=this.languages[this.languages.length-1];if("cimode"===r.toLowerCase())return!0;var i=function(e,n){var r=t.services.backendConnector.state["".concat(e,"|").concat(n)];return-1===r||2===r};if(n.precheck){var s=n.precheck(this,i);if(void 0!==s)return s}return!!this.hasResourceBundle(r,e)||(!(this.services.backendConnector.backend&&(!this.options.resources||this.options.partialBundledLanguages))||!(!i(r,e)||o&&!i(a,e)))}},{key:"loadNamespaces",value:function(e,t){var n=this,r=zc();return this.options.ns?("string"==typeof e&&(e=[e]),e.forEach((function(e){n.options.ns.indexOf(e)<0&&n.options.ns.push(e)})),this.loadResources((function(e){r.resolve(),t&&t(e)})),r):(t&&t(),Promise.resolve())}},{key:"loadLanguages",value:function(e,t){var n=zc();"string"==typeof e&&(e=[e]);var r=this.options.preload||[],o=e.filter((function(e){return r.indexOf(e)<0}));return o.length?(this.options.preload=r.concat(o),this.loadResources((function(e){n.resolve(),t&&t(e)})),n):(t&&t(),Promise.resolve())}},{key:"dir",value:function(e){if(e||(e=this.resolvedLanguage||(this.languages&&this.languages.length>0?this.languages[0]:this.language)),!e)return"rtl";var t=this.services&&this.services.languageUtils||new pu(Nu());return["ar","shu","sqr","ssh","xaa","yhd","yud","aao","abh","abv","acm","acq","acw","acx","acy","adf","ads","aeb","aec","afb","ajp","apc","apd","arb","arq","ars","ary","arz","auz","avl","ayh","ayl","ayn","ayp","bbz","pga","he","iw","ps","pbt","pbu","pst","prp","prd","ug","ur","ydd","yds","yih","ji","yi","hbo","men","xmn","fa","jpr","peo","pes","prs","dv","sam","ckb"].indexOf(t.getLanguagePartFromCode(e))>-1||e.toLowerCase().indexOf("-arab")>1?"rtl":"ltr"}},{key:"cloneInstance",value:function(){var e=this,t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},r=arguments.length>1&&void 0!==arguments[1]?arguments[1]:Ru,o=Ou(Ou(Ou({},this.options),t),{isClone:!0}),a=new n(o);void 0===t.debug&&void 0===t.prefix||(a.logger=a.logger.clone(t));return["store","services","language"].forEach((function(t){a[t]=e[t]})),a.services=Ou({},this.services),a.services.utils={hasLoadedNamespace:a.hasLoadedNamespace.bind(a)},a.translator=new uu(a.services,a.options),a.translator.on("*",(function(e){for(var t=arguments.length,n=new Array(t>1?t-1:0),r=1;r<t;r++)n[r-1]=arguments[r];a.emit.apply(a,[e].concat(n))})),a.init(o,r),a.translator.options=a.options,a.translator.backendConnector.services.utils={hasLoadedNamespace:a.hasLoadedNamespace.bind(a)},a}},{key:"toJSON",value:function(){return{options:this.options,store:this.store,language:this.language,languages:this.languages,resolvedLanguage:this.resolvedLanguage}}}]),n}(Uc);Ac(Du,"createInstance",(function(){return new Du(arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},arguments.length>1?arguments[1]:void 0)}));var Fu=Du.createInstance();Fu.createInstance=Du.createInstance;Fu.createInstance,Fu.dir,Fu.init,Fu.loadResources,Fu.reloadResources,Fu.use,Fu.changeLanguage,Fu.getFixedT,Fu.t,Fu.exists,Fu.setDefaultNamespace,Fu.hasLoadedNamespace,Fu.loadNamespaces,Fu.loadLanguages,c(1739);Object.create(null);// CONCATENATED MODULE: ./node_modules/react-i18next/dist/es/utils.js
24085
+ function Fc(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,r)}return n}function Lc(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?Fc(Object(n),!0).forEach((function(t){Ac(e,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):Fc(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}var Bc={type:"logger",log:function(e){this.output("log",e)},warn:function(e){this.output("warn",e)},error:function(e){this.output("error",e)},output:function(e,t){console&&console[e]&&console[e].apply(console,t)}},jc=function(){function e(t){var n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};Ec(this,e),this.init(t,n)}return Sc(e,[{key:"init",value:function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};this.prefix=t.prefix||"i18next:",this.logger=e||Bc,this.options=t,this.debug=t.debug}},{key:"setDebug",value:function(e){this.debug=e}},{key:"log",value:function(){for(var e=arguments.length,t=new Array(e),n=0;n<e;n++)t[n]=arguments[n];return this.forward(t,"log","",!0)}},{key:"warn",value:function(){for(var e=arguments.length,t=new Array(e),n=0;n<e;n++)t[n]=arguments[n];return this.forward(t,"warn","",!0)}},{key:"error",value:function(){for(var e=arguments.length,t=new Array(e),n=0;n<e;n++)t[n]=arguments[n];return this.forward(t,"error","")}},{key:"deprecate",value:function(){for(var e=arguments.length,t=new Array(e),n=0;n<e;n++)t[n]=arguments[n];return this.forward(t,"warn","WARNING DEPRECATED: ",!0)}},{key:"forward",value:function(e,t,n,r){return r&&!this.debug?null:("string"==typeof e[0]&&(e[0]="".concat(n).concat(this.prefix," ").concat(e[0])),this.logger[t](e))}},{key:"create",value:function(t){return new e(this.logger,Lc(Lc({},{prefix:"".concat(this.prefix,":").concat(t,":")}),this.options))}},{key:"clone",value:function(t){return(t=t||this.options).prefix=t.prefix||this.prefix,new e(this.logger,t)}}]),e}(),$c=new jc,Uc=function(){function e(){Ec(this,e),this.observers={}}return Sc(e,[{key:"on",value:function(e,t){var n=this;return e.split(" ").forEach((function(e){n.observers[e]=n.observers[e]||[],n.observers[e].push(t)})),this}},{key:"off",value:function(e,t){this.observers[e]&&(t?this.observers[e]=this.observers[e].filter((function(e){return e!==t})):delete this.observers[e])}},{key:"emit",value:function(e){for(var t=arguments.length,n=new Array(t>1?t-1:0),r=1;r<t;r++)n[r-1]=arguments[r];this.observers[e]&&[].concat(this.observers[e]).forEach((function(e){e.apply(void 0,n)}));this.observers["*"]&&[].concat(this.observers["*"]).forEach((function(t){t.apply(t,[e].concat(n))}))}}]),e}();function zc(){var e,t,n=new Promise((function(n,r){e=n,t=r}));return n.resolve=e,n.reject=t,n}function Wc(e){return null==e?"":""+e}function Vc(e,t,n){function r(e){return e&&e.indexOf("###")>-1?e.replace(/###/g,"."):e}function o(){return!e||"string"==typeof e}for(var a="string"!=typeof t?[].concat(t):t.split(".");a.length>1;){if(o())return{};var i=r(a.shift());!e[i]&&n&&(e[i]=new n),e=Object.prototype.hasOwnProperty.call(e,i)?e[i]:{}}return o()?{}:{obj:e,k:r(a.shift())}}function qc(e,t,n){var r=Vc(e,t,Object);r.obj[r.k]=n}function Hc(e,t){var n=Vc(e,t),r=n.obj,o=n.k;if(r)return r[o]}function Gc(e,t,n){var r=Hc(e,n);return void 0!==r?r:Hc(t,n)}function Kc(e,t,n){for(var r in t)"__proto__"!==r&&"constructor"!==r&&(r in e?"string"==typeof e[r]||e[r]instanceof String||"string"==typeof t[r]||t[r]instanceof String?n&&(e[r]=t[r]):Kc(e[r],t[r],n):e[r]=t[r]);return e}function Yc(e){return e.replace(/[\-\[\]\/\{\}\(\)\*\+\?\.\\\^\$\|]/g,"\\$&")}var Jc={"&":"&amp;","<":"&lt;",">":"&gt;",'"':"&quot;","'":"&#39;","/":"&#x2F;"};function Zc(e){return"string"==typeof e?e.replace(/[&<>"'\/]/g,(function(e){return Jc[e]})):e}var Qc="undefined"!=typeof window&&window.navigator&&void 0===window.navigator.userAgentData&&window.navigator.userAgent&&window.navigator.userAgent.indexOf("MSIE")>-1,Xc=[" ",",","?","!",";"];function eu(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,r)}return n}function tu(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?eu(Object(n),!0).forEach((function(t){Ac(e,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):eu(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}function nu(e){var t=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(e){return!1}}();return function(){var n,r=Nc(e);if(t){var o=Nc(this).constructor;n=Reflect.construct(r,arguments,o)}else n=r.apply(this,arguments);return Ic(this,n)}}function ru(e,t){var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:".";if(e){if(e[t])return e[t];for(var r=t.split(n),o=e,a=0;a<r.length;++a){if(!o)return;if("string"==typeof o[r[a]]&&a+1<r.length)return;if(void 0===o[r[a]]){for(var i=2,s=r.slice(a,a+i).join(n),l=o[s];void 0===l&&r.length>a+i;)i++,l=o[s=r.slice(a,a+i).join(n)];if(void 0===l)return;if(null===l)return null;if(t.endsWith(s)){if("string"==typeof l)return l;if(s&&"string"==typeof l[s])return l[s]}var c=r.slice(a+i).join(n);return c?ru(l,c,n):void 0}o=o[r[a]]}return o}}var ou=function(e){Tc(n,e);var t=nu(n);function n(e){var r,o=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{ns:["translation"],defaultNS:"translation"};return Ec(this,n),r=t.call(this),Qc&&Uc.call(xc(r)),r.data=e||{},r.options=o,void 0===r.options.keySeparator&&(r.options.keySeparator="."),void 0===r.options.ignoreJSONStructure&&(r.options.ignoreJSONStructure=!0),r}return Sc(n,[{key:"addNamespaces",value:function(e){this.options.ns.indexOf(e)<0&&this.options.ns.push(e)}},{key:"removeNamespaces",value:function(e){var t=this.options.ns.indexOf(e);t>-1&&this.options.ns.splice(t,1)}},{key:"getResource",value:function(e,t,n){var r=arguments.length>3&&void 0!==arguments[3]?arguments[3]:{},o=void 0!==r.keySeparator?r.keySeparator:this.options.keySeparator,a=void 0!==r.ignoreJSONStructure?r.ignoreJSONStructure:this.options.ignoreJSONStructure,i=[e,t];n&&"string"!=typeof n&&(i=i.concat(n)),n&&"string"==typeof n&&(i=i.concat(o?n.split(o):n)),e.indexOf(".")>-1&&(i=e.split("."));var s=Hc(this.data,i);return s||!a||"string"!=typeof n?s:ru(this.data&&this.data[e]&&this.data[e][t],n,o)}},{key:"addResource",value:function(e,t,n,r){var o=arguments.length>4&&void 0!==arguments[4]?arguments[4]:{silent:!1},a=this.options.keySeparator;void 0===a&&(a=".");var i=[e,t];n&&(i=i.concat(a?n.split(a):n)),e.indexOf(".")>-1&&(r=t,t=(i=e.split("."))[1]),this.addNamespaces(t),qc(this.data,i,r),o.silent||this.emit("added",e,t,n,r)}},{key:"addResources",value:function(e,t,n){var r=arguments.length>3&&void 0!==arguments[3]?arguments[3]:{silent:!1};for(var o in n)"string"!=typeof n[o]&&"[object Array]"!==Object.prototype.toString.apply(n[o])||this.addResource(e,t,o,n[o],{silent:!0});r.silent||this.emit("added",e,t,n)}},{key:"addResourceBundle",value:function(e,t,n,r,o){var a=arguments.length>5&&void 0!==arguments[5]?arguments[5]:{silent:!1},i=[e,t];e.indexOf(".")>-1&&(r=n,n=t,t=(i=e.split("."))[1]),this.addNamespaces(t);var s=Hc(this.data,i)||{};r?Kc(s,n,o):s=tu(tu({},s),n),qc(this.data,i,s),a.silent||this.emit("added",e,t,n)}},{key:"removeResourceBundle",value:function(e,t){this.hasResourceBundle(e,t)&&delete this.data[e][t],this.removeNamespaces(t),this.emit("removed",e,t)}},{key:"hasResourceBundle",value:function(e,t){return void 0!==this.getResource(e,t)}},{key:"getResourceBundle",value:function(e,t){return t||(t=this.options.defaultNS),"v1"===this.options.compatibilityAPI?tu(tu({},{}),this.getResource(e,t)):this.getResource(e,t)}},{key:"getDataByLanguage",value:function(e){return this.data[e]}},{key:"hasLanguageSomeTranslations",value:function(e){var t=this.getDataByLanguage(e);return!!(t&&Object.keys(t)||[]).find((function(e){return t[e]&&Object.keys(t[e]).length>0}))}},{key:"toJSON",value:function(){return this.data}}]),n}(Uc),au={processors:{},addPostProcessor:function(e){this.processors[e.name]=e},handle:function(e,t,n,r,o){var a=this;return e.forEach((function(e){a.processors[e]&&(t=a.processors[e].process(t,n,r,o))})),t}};function iu(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,r)}return n}function su(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?iu(Object(n),!0).forEach((function(t){Ac(e,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):iu(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}function lu(e){var t=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(e){return!1}}();return function(){var n,r=Nc(e);if(t){var o=Nc(this).constructor;n=Reflect.construct(r,arguments,o)}else n=r.apply(this,arguments);return Ic(this,n)}}var cu={},uu=function(e){Tc(n,e);var t=lu(n);function n(e){var r,o=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};return Ec(this,n),r=t.call(this),Qc&&Uc.call(xc(r)),function(e,t,n){e.forEach((function(e){t[e]&&(n[e]=t[e])}))}(["resourceStore","languageUtils","pluralResolver","interpolator","backendConnector","i18nFormat","utils"],e,xc(r)),r.options=o,void 0===r.options.keySeparator&&(r.options.keySeparator="."),r.logger=$c.create("translator"),r}return Sc(n,[{key:"changeLanguage",value:function(e){e&&(this.language=e)}},{key:"exists",value:function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{interpolation:{}};if(null==e)return!1;var n=this.resolve(e,t);return n&&void 0!==n.res}},{key:"extractFromKey",value:function(e,t){var n=void 0!==t.nsSeparator?t.nsSeparator:this.options.nsSeparator;void 0===n&&(n=":");var r=void 0!==t.keySeparator?t.keySeparator:this.options.keySeparator,o=t.ns||this.options.defaultNS||[],a=n&&e.indexOf(n)>-1,i=!(this.options.userDefinedKeySeparator||t.keySeparator||this.options.userDefinedNsSeparator||t.nsSeparator||function(e,t,n){t=t||"",n=n||"";var r=Xc.filter((function(e){return t.indexOf(e)<0&&n.indexOf(e)<0}));if(0===r.length)return!0;var o=new RegExp("(".concat(r.map((function(e){return"?"===e?"\\?":e})).join("|"),")")),a=!o.test(e);if(!a){var i=e.indexOf(n);i>0&&!o.test(e.substring(0,i))&&(a=!0)}return a}(e,n,r));if(a&&!i){var s=e.match(this.interpolator.nestingRegexp);if(s&&s.length>0)return{key:e,namespaces:o};var l=e.split(n);(n!==r||n===r&&this.options.ns.indexOf(l[0])>-1)&&(o=l.shift()),e=l.join(r)}return"string"==typeof o&&(o=[o]),{key:e,namespaces:o}}},{key:"translate",value:function(e,t,r){var o=this;if("object"!==wc(t)&&this.options.overloadTranslationOptionHandler&&(t=this.options.overloadTranslationOptionHandler(arguments)),t||(t={}),null==e)return"";Array.isArray(e)||(e=[String(e)]);var a=void 0!==t.returnDetails?t.returnDetails:this.options.returnDetails,i=void 0!==t.keySeparator?t.keySeparator:this.options.keySeparator,s=this.extractFromKey(e[e.length-1],t),l=s.key,c=s.namespaces,u=c[c.length-1],d=t.lng||this.language,p=t.appendNamespaceToCIMode||this.options.appendNamespaceToCIMode;if(d&&"cimode"===d.toLowerCase()){if(p){var f=t.nsSeparator||this.options.nsSeparator;return a?{res:"".concat(u).concat(f).concat(l),usedKey:l,exactUsedKey:l,usedLng:d,usedNS:u}:"".concat(u).concat(f).concat(l)}return a?{res:l,usedKey:l,exactUsedKey:l,usedLng:d,usedNS:u}:l}var h=this.resolve(e,t),m=h&&h.res,g=h&&h.usedKey||l,v=h&&h.exactUsedKey||l,y=Object.prototype.toString.apply(m),b=void 0!==t.joinArrays?t.joinArrays:this.options.joinArrays,w=!this.i18nFormat||this.i18nFormat.handleAsObject;if(w&&m&&("string"!=typeof m&&"boolean"!=typeof m&&"number"!=typeof m)&&["[object Number]","[object Function]","[object RegExp]"].indexOf(y)<0&&("string"!=typeof b||"[object Array]"!==y)){if(!t.returnObjects&&!this.options.returnObjects){this.options.returnedObjectHandler||this.logger.warn("accessing an object - but returnObjects options is not enabled!");var E=this.options.returnedObjectHandler?this.options.returnedObjectHandler(g,m,su(su({},t),{},{ns:c})):"key '".concat(l," (").concat(this.language,")' returned an object instead of string.");return a?(h.res=E,h):E}if(i){var k="[object Array]"===y,C=k?[]:{},S=k?v:g;for(var x in m)if(Object.prototype.hasOwnProperty.call(m,x)){var _="".concat(S).concat(i).concat(x);C[x]=this.translate(_,su(su({},t),{joinArrays:!1,ns:c})),C[x]===_&&(C[x]=m[x])}m=C}}else if(w&&"string"==typeof b&&"[object Array]"===y)(m=m.join(b))&&(m=this.extendTranslation(m,e,t,r));else{var T=!1,I=!1,N=void 0!==t.count&&"string"!=typeof t.count,A=n.hasDefaultValue(t),P=N?this.pluralResolver.getSuffix(d,t.count,t):"",O=t["defaultValue".concat(P)]||t.defaultValue;!this.isValidLookup(m)&&A&&(T=!0,m=O),this.isValidLookup(m)||(I=!0,m=l);var M=(t.missingKeyNoValueFallbackToKey||this.options.missingKeyNoValueFallbackToKey)&&I?void 0:m,R=A&&O!==m&&this.options.updateMissing;if(I||T||R){if(this.logger.log(R?"updateKey":"missingKey",d,u,l,R?O:m),i){var D=this.resolve(l,su(su({},t),{},{keySeparator:!1}));D&&D.res&&this.logger.warn("Seems the loaded translations were in flat JSON format instead of nested. Either set keySeparator: false on init or make sure your translations are published in nested format.")}var F=[],L=this.languageUtils.getFallbackCodes(this.options.fallbackLng,t.lng||this.language);if("fallback"===this.options.saveMissingTo&&L&&L[0])for(var B=0;B<L.length;B++)F.push(L[B]);else"all"===this.options.saveMissingTo?F=this.languageUtils.toResolveHierarchy(t.lng||this.language):F.push(t.lng||this.language);var j=function(e,n,r){var a=A&&r!==m?r:M;o.options.missingKeyHandler?o.options.missingKeyHandler(e,u,n,a,R,t):o.backendConnector&&o.backendConnector.saveMissing&&o.backendConnector.saveMissing(e,u,n,a,R,t),o.emit("missingKey",e,u,n,m)};this.options.saveMissing&&(this.options.saveMissingPlurals&&N?F.forEach((function(e){o.pluralResolver.getSuffixes(e,t).forEach((function(n){j([e],l+n,t["defaultValue".concat(n)]||O)}))})):j(F,l,O))}m=this.extendTranslation(m,e,t,h,r),I&&m===l&&this.options.appendNamespaceToMissingKey&&(m="".concat(u,":").concat(l)),(I||T)&&this.options.parseMissingKeyHandler&&(m="v1"!==this.options.compatibilityAPI?this.options.parseMissingKeyHandler(this.options.appendNamespaceToMissingKey?"".concat(u,":").concat(l):l,T?m:void 0):this.options.parseMissingKeyHandler(m))}return a?(h.res=m,h):m}},{key:"extendTranslation",value:function(e,t,n,r,o){var a=this;if(this.i18nFormat&&this.i18nFormat.parse)e=this.i18nFormat.parse(e,su(su({},this.options.interpolation.defaultVariables),n),r.usedLng,r.usedNS,r.usedKey,{resolved:r});else if(!n.skipInterpolation){n.interpolation&&this.interpolator.init(su(su({},n),{interpolation:su(su({},this.options.interpolation),n.interpolation)}));var i,s="string"==typeof e&&(n&&n.interpolation&&void 0!==n.interpolation.skipOnVariables?n.interpolation.skipOnVariables:this.options.interpolation.skipOnVariables);if(s){var l=e.match(this.interpolator.nestingRegexp);i=l&&l.length}var c=n.replace&&"string"!=typeof n.replace?n.replace:n;if(this.options.interpolation.defaultVariables&&(c=su(su({},this.options.interpolation.defaultVariables),c)),e=this.interpolator.interpolate(e,c,n.lng||this.language,n),s){var u=e.match(this.interpolator.nestingRegexp);i<(u&&u.length)&&(n.nest=!1)}!1!==n.nest&&(e=this.interpolator.nest(e,(function(){for(var e=arguments.length,r=new Array(e),i=0;i<e;i++)r[i]=arguments[i];return o&&o[0]===r[0]&&!n.context?(a.logger.warn("It seems you are nesting recursively key: ".concat(r[0]," in key: ").concat(t[0])),null):a.translate.apply(a,r.concat([t]))}),n)),n.interpolation&&this.interpolator.reset()}var d=n.postProcess||this.options.postProcess,p="string"==typeof d?[d]:d;return null!=e&&p&&p.length&&!1!==n.applyPostProcessor&&(e=au.handle(p,e,t,this.options&&this.options.postProcessPassResolved?su({i18nResolved:r},n):n,this)),e}},{key:"resolve",value:function(e){var t,n,r,o,a,i=this,s=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};return"string"==typeof e&&(e=[e]),e.forEach((function(e){if(!i.isValidLookup(t)){var l=i.extractFromKey(e,s),c=l.key;n=c;var u=l.namespaces;i.options.fallbackNS&&(u=u.concat(i.options.fallbackNS));var d=void 0!==s.count&&"string"!=typeof s.count,p=d&&!s.ordinal&&0===s.count&&i.pluralResolver.shouldUseIntlApi(),f=void 0!==s.context&&("string"==typeof s.context||"number"==typeof s.context)&&""!==s.context,h=s.lngs?s.lngs:i.languageUtils.toResolveHierarchy(s.lng||i.language,s.fallbackLng);u.forEach((function(e){i.isValidLookup(t)||(a=e,!cu["".concat(h[0],"-").concat(e)]&&i.utils&&i.utils.hasLoadedNamespace&&!i.utils.hasLoadedNamespace(a)&&(cu["".concat(h[0],"-").concat(e)]=!0,i.logger.warn('key "'.concat(n,'" for languages "').concat(h.join(", "),'" won\'t get resolved as namespace "').concat(a,'" was not yet loaded'),"This means something IS WRONG in your setup. You access the t function before i18next.init / i18next.loadNamespace / i18next.changeLanguage was done. Wait for the callback or Promise to resolve before accessing it!!!")),h.forEach((function(n){if(!i.isValidLookup(t)){o=n;var a,l=[c];if(i.i18nFormat&&i.i18nFormat.addLookupKeys)i.i18nFormat.addLookupKeys(l,c,n,e,s);else{var u;d&&(u=i.pluralResolver.getSuffix(n,s.count,s));var h="".concat(i.options.pluralSeparator,"zero");if(d&&(l.push(c+u),p&&l.push(c+h)),f){var m="".concat(c).concat(i.options.contextSeparator).concat(s.context);l.push(m),d&&(l.push(m+u),p&&l.push(m+h))}}for(;a=l.pop();)i.isValidLookup(t)||(r=a,t=i.getResource(n,e,a,s))}})))}))}})),{res:t,usedKey:n,exactUsedKey:r,usedLng:o,usedNS:a}}},{key:"isValidLookup",value:function(e){return!(void 0===e||!this.options.returnNull&&null===e||!this.options.returnEmptyString&&""===e)}},{key:"getResource",value:function(e,t,n){var r=arguments.length>3&&void 0!==arguments[3]?arguments[3]:{};return this.i18nFormat&&this.i18nFormat.getResource?this.i18nFormat.getResource(e,t,n,r):this.resourceStore.getResource(e,t,n,r)}}],[{key:"hasDefaultValue",value:function(e){var t="defaultValue";for(var n in e)if(Object.prototype.hasOwnProperty.call(e,n)&&t===n.substring(0,t.length)&&void 0!==e[n])return!0;return!1}}]),n}(Uc);function du(e){return e.charAt(0).toUpperCase()+e.slice(1)}var pu=function(){function e(t){Ec(this,e),this.options=t,this.supportedLngs=this.options.supportedLngs||!1,this.logger=$c.create("languageUtils")}return Sc(e,[{key:"getScriptPartFromCode",value:function(e){if(!e||e.indexOf("-")<0)return null;var t=e.split("-");return 2===t.length?null:(t.pop(),"x"===t[t.length-1].toLowerCase()?null:this.formatLanguageCode(t.join("-")))}},{key:"getLanguagePartFromCode",value:function(e){if(!e||e.indexOf("-")<0)return e;var t=e.split("-");return this.formatLanguageCode(t[0])}},{key:"formatLanguageCode",value:function(e){if("string"==typeof e&&e.indexOf("-")>-1){var t=["hans","hant","latn","cyrl","cans","mong","arab"],n=e.split("-");return this.options.lowerCaseLng?n=n.map((function(e){return e.toLowerCase()})):2===n.length?(n[0]=n[0].toLowerCase(),n[1]=n[1].toUpperCase(),t.indexOf(n[1].toLowerCase())>-1&&(n[1]=du(n[1].toLowerCase()))):3===n.length&&(n[0]=n[0].toLowerCase(),2===n[1].length&&(n[1]=n[1].toUpperCase()),"sgn"!==n[0]&&2===n[2].length&&(n[2]=n[2].toUpperCase()),t.indexOf(n[1].toLowerCase())>-1&&(n[1]=du(n[1].toLowerCase())),t.indexOf(n[2].toLowerCase())>-1&&(n[2]=du(n[2].toLowerCase()))),n.join("-")}return this.options.cleanCode||this.options.lowerCaseLng?e.toLowerCase():e}},{key:"isSupportedCode",value:function(e){return("languageOnly"===this.options.load||this.options.nonExplicitSupportedLngs)&&(e=this.getLanguagePartFromCode(e)),!this.supportedLngs||!this.supportedLngs.length||this.supportedLngs.indexOf(e)>-1}},{key:"getBestMatchFromCodes",value:function(e){var t,n=this;return e?(e.forEach((function(e){if(!t){var r=n.formatLanguageCode(e);n.options.supportedLngs&&!n.isSupportedCode(r)||(t=r)}})),!t&&this.options.supportedLngs&&e.forEach((function(e){if(!t){var r=n.getLanguagePartFromCode(e);if(n.isSupportedCode(r))return t=r;t=n.options.supportedLngs.find((function(e){if(0===e.indexOf(r))return e}))}})),t||(t=this.getFallbackCodes(this.options.fallbackLng)[0]),t):null}},{key:"getFallbackCodes",value:function(e,t){if(!e)return[];if("function"==typeof e&&(e=e(t)),"string"==typeof e&&(e=[e]),"[object Array]"===Object.prototype.toString.apply(e))return e;if(!t)return e.default||[];var n=e[t];return n||(n=e[this.getScriptPartFromCode(t)]),n||(n=e[this.formatLanguageCode(t)]),n||(n=e[this.getLanguagePartFromCode(t)]),n||(n=e.default),n||[]}},{key:"toResolveHierarchy",value:function(e,t){var n=this,r=this.getFallbackCodes(t||this.options.fallbackLng||[],e),o=[],a=function(e){e&&(n.isSupportedCode(e)?o.push(e):n.logger.warn("rejecting language code not found in supportedLngs: ".concat(e)))};return"string"==typeof e&&e.indexOf("-")>-1?("languageOnly"!==this.options.load&&a(this.formatLanguageCode(e)),"languageOnly"!==this.options.load&&"currentOnly"!==this.options.load&&a(this.getScriptPartFromCode(e)),"currentOnly"!==this.options.load&&a(this.getLanguagePartFromCode(e))):"string"==typeof e&&a(this.formatLanguageCode(e)),r.forEach((function(e){o.indexOf(e)<0&&a(n.formatLanguageCode(e))})),o}}]),e}(),fu=[{lngs:["ach","ak","am","arn","br","fil","gun","ln","mfe","mg","mi","oc","pt","pt-BR","tg","tl","ti","tr","uz","wa"],nr:[1,2],fc:1},{lngs:["af","an","ast","az","bg","bn","ca","da","de","dev","el","en","eo","es","et","eu","fi","fo","fur","fy","gl","gu","ha","hi","hu","hy","ia","it","kk","kn","ku","lb","mai","ml","mn","mr","nah","nap","nb","ne","nl","nn","no","nso","pa","pap","pms","ps","pt-PT","rm","sco","se","si","so","son","sq","sv","sw","ta","te","tk","ur","yo"],nr:[1,2],fc:2},{lngs:["ay","bo","cgg","fa","ht","id","ja","jbo","ka","km","ko","ky","lo","ms","sah","su","th","tt","ug","vi","wo","zh"],nr:[1],fc:3},{lngs:["be","bs","cnr","dz","hr","ru","sr","uk"],nr:[1,2,5],fc:4},{lngs:["ar"],nr:[0,1,2,3,11,100],fc:5},{lngs:["cs","sk"],nr:[1,2,5],fc:6},{lngs:["csb","pl"],nr:[1,2,5],fc:7},{lngs:["cy"],nr:[1,2,3,8],fc:8},{lngs:["fr"],nr:[1,2],fc:9},{lngs:["ga"],nr:[1,2,3,7,11],fc:10},{lngs:["gd"],nr:[1,2,3,20],fc:11},{lngs:["is"],nr:[1,2],fc:12},{lngs:["jv"],nr:[0,1],fc:13},{lngs:["kw"],nr:[1,2,3,4],fc:14},{lngs:["lt"],nr:[1,2,10],fc:15},{lngs:["lv"],nr:[1,2,0],fc:16},{lngs:["mk"],nr:[1,2],fc:17},{lngs:["mnk"],nr:[0,1,2],fc:18},{lngs:["mt"],nr:[1,2,11,20],fc:19},{lngs:["or"],nr:[2,1],fc:2},{lngs:["ro"],nr:[1,2,20],fc:20},{lngs:["sl"],nr:[5,1,2,3],fc:21},{lngs:["he","iw"],nr:[1,2,20,21],fc:22}],hu={1:function(e){return Number(e>1)},2:function(e){return Number(1!=e)},3:function(e){return 0},4:function(e){return Number(e%10==1&&e%100!=11?0:e%10>=2&&e%10<=4&&(e%100<10||e%100>=20)?1:2)},5:function(e){return Number(0==e?0:1==e?1:2==e?2:e%100>=3&&e%100<=10?3:e%100>=11?4:5)},6:function(e){return Number(1==e?0:e>=2&&e<=4?1:2)},7:function(e){return Number(1==e?0:e%10>=2&&e%10<=4&&(e%100<10||e%100>=20)?1:2)},8:function(e){return Number(1==e?0:2==e?1:8!=e&&11!=e?2:3)},9:function(e){return Number(e>=2)},10:function(e){return Number(1==e?0:2==e?1:e<7?2:e<11?3:4)},11:function(e){return Number(1==e||11==e?0:2==e||12==e?1:e>2&&e<20?2:3)},12:function(e){return Number(e%10!=1||e%100==11)},13:function(e){return Number(0!==e)},14:function(e){return Number(1==e?0:2==e?1:3==e?2:3)},15:function(e){return Number(e%10==1&&e%100!=11?0:e%10>=2&&(e%100<10||e%100>=20)?1:2)},16:function(e){return Number(e%10==1&&e%100!=11?0:0!==e?1:2)},17:function(e){return Number(1==e||e%10==1&&e%100!=11?0:1)},18:function(e){return Number(0==e?0:1==e?1:2)},19:function(e){return Number(1==e?0:0==e||e%100>1&&e%100<11?1:e%100>10&&e%100<20?2:3)},20:function(e){return Number(1==e?0:0==e||e%100>0&&e%100<20?1:2)},21:function(e){return Number(e%100==1?1:e%100==2?2:e%100==3||e%100==4?3:0)},22:function(e){return Number(1==e?0:2==e?1:(e<0||e>10)&&e%10==0?2:3)}},mu=["v1","v2","v3"],gu={zero:0,one:1,two:2,few:3,many:4,other:5};var vu=function(){function e(t){var n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};Ec(this,e),this.languageUtils=t,this.options=n,this.logger=$c.create("pluralResolver"),this.options.compatibilityJSON&&"v4"!==this.options.compatibilityJSON||"undefined"!=typeof Intl&&Intl.PluralRules||(this.options.compatibilityJSON="v3",this.logger.error("Your environment seems not to be Intl API compatible, use an Intl.PluralRules polyfill. Will fallback to the compatibilityJSON v3 format handling.")),this.rules=function(){var e={};return fu.forEach((function(t){t.lngs.forEach((function(n){e[n]={numbers:t.nr,plurals:hu[t.fc]}}))})),e}()}return Sc(e,[{key:"addRule",value:function(e,t){this.rules[e]=t}},{key:"getRule",value:function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};if(this.shouldUseIntlApi())try{return new Intl.PluralRules(e,{type:t.ordinal?"ordinal":"cardinal"})}catch(e){return}return this.rules[e]||this.rules[this.languageUtils.getLanguagePartFromCode(e)]}},{key:"needsPlural",value:function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},n=this.getRule(e,t);return this.shouldUseIntlApi()?n&&n.resolvedOptions().pluralCategories.length>1:n&&n.numbers.length>1}},{key:"getPluralFormsOfKey",value:function(e,t){var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{};return this.getSuffixes(e,n).map((function(e){return"".concat(t).concat(e)}))}},{key:"getSuffixes",value:function(e){var t=this,n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},r=this.getRule(e,n);return r?this.shouldUseIntlApi()?r.resolvedOptions().pluralCategories.sort((function(e,t){return gu[e]-gu[t]})).map((function(e){return"".concat(t.options.prepend).concat(e)})):r.numbers.map((function(r){return t.getSuffix(e,r,n)})):[]}},{key:"getSuffix",value:function(e,t){var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{},r=this.getRule(e,n);return r?this.shouldUseIntlApi()?"".concat(this.options.prepend).concat(r.select(t)):this.getSuffixRetroCompatible(r,t):(this.logger.warn("no plural rule found for: ".concat(e)),"")}},{key:"getSuffixRetroCompatible",value:function(e,t){var n=this,r=e.noAbs?e.plurals(t):e.plurals(Math.abs(t)),o=e.numbers[r];this.options.simplifyPluralSuffix&&2===e.numbers.length&&1===e.numbers[0]&&(2===o?o="plural":1===o&&(o=""));var a=function(){return n.options.prepend&&o.toString()?n.options.prepend+o.toString():o.toString()};return"v1"===this.options.compatibilityJSON?1===o?"":"number"==typeof o?"_plural_".concat(o.toString()):a():"v2"===this.options.compatibilityJSON||this.options.simplifyPluralSuffix&&2===e.numbers.length&&1===e.numbers[0]?a():this.options.prepend&&r.toString()?this.options.prepend+r.toString():r.toString()}},{key:"shouldUseIntlApi",value:function(){return!mu.includes(this.options.compatibilityJSON)}}]),e}();function yu(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,r)}return n}function bu(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?yu(Object(n),!0).forEach((function(t){Ac(e,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):yu(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}var wu=function(){function e(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};Ec(this,e),this.logger=$c.create("interpolator"),this.options=t,this.format=t.interpolation&&t.interpolation.format||function(e){return e},this.init(t)}return Sc(e,[{key:"init",value:function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};e.interpolation||(e.interpolation={escapeValue:!0});var t=e.interpolation;this.escape=void 0!==t.escape?t.escape:Zc,this.escapeValue=void 0===t.escapeValue||t.escapeValue,this.useRawValueToEscape=void 0!==t.useRawValueToEscape&&t.useRawValueToEscape,this.prefix=t.prefix?Yc(t.prefix):t.prefixEscaped||"{{",this.suffix=t.suffix?Yc(t.suffix):t.suffixEscaped||"}}",this.formatSeparator=t.formatSeparator?t.formatSeparator:t.formatSeparator||",",this.unescapePrefix=t.unescapeSuffix?"":t.unescapePrefix||"-",this.unescapeSuffix=this.unescapePrefix?"":t.unescapeSuffix||"",this.nestingPrefix=t.nestingPrefix?Yc(t.nestingPrefix):t.nestingPrefixEscaped||Yc("$t("),this.nestingSuffix=t.nestingSuffix?Yc(t.nestingSuffix):t.nestingSuffixEscaped||Yc(")"),this.nestingOptionsSeparator=t.nestingOptionsSeparator?t.nestingOptionsSeparator:t.nestingOptionsSeparator||",",this.maxReplaces=t.maxReplaces?t.maxReplaces:1e3,this.alwaysFormat=void 0!==t.alwaysFormat&&t.alwaysFormat,this.resetRegExp()}},{key:"reset",value:function(){this.options&&this.init(this.options)}},{key:"resetRegExp",value:function(){var e="".concat(this.prefix,"(.+?)").concat(this.suffix);this.regexp=new RegExp(e,"g");var t="".concat(this.prefix).concat(this.unescapePrefix,"(.+?)").concat(this.unescapeSuffix).concat(this.suffix);this.regexpUnescape=new RegExp(t,"g");var n="".concat(this.nestingPrefix,"(.+?)").concat(this.nestingSuffix);this.nestingRegexp=new RegExp(n,"g")}},{key:"interpolate",value:function(e,t,n,r){var o,a,i,s=this,l=this.options&&this.options.interpolation&&this.options.interpolation.defaultVariables||{};function c(e){return e.replace(/\$/g,"$$$$")}var u=function(e){if(e.indexOf(s.formatSeparator)<0){var o=Gc(t,l,e);return s.alwaysFormat?s.format(o,void 0,n,bu(bu(bu({},r),t),{},{interpolationkey:e})):o}var a=e.split(s.formatSeparator),i=a.shift().trim(),c=a.join(s.formatSeparator).trim();return s.format(Gc(t,l,i),c,n,bu(bu(bu({},r),t),{},{interpolationkey:i}))};this.resetRegExp();var d=r&&r.missingInterpolationHandler||this.options.missingInterpolationHandler,p=r&&r.interpolation&&void 0!==r.interpolation.skipOnVariables?r.interpolation.skipOnVariables:this.options.interpolation.skipOnVariables;return[{regex:this.regexpUnescape,safeValue:function(e){return c(e)}},{regex:this.regexp,safeValue:function(e){return s.escapeValue?c(s.escape(e)):c(e)}}].forEach((function(t){for(i=0;o=t.regex.exec(e);){var n=o[1].trim();if(void 0===(a=u(n)))if("function"==typeof d){var l=d(e,o,r);a="string"==typeof l?l:""}else if(r&&Object.prototype.hasOwnProperty.call(r,n))a="";else{if(p){a=o[0];continue}s.logger.warn("missed to pass in variable ".concat(n," for interpolating ").concat(e)),a=""}else"string"==typeof a||s.useRawValueToEscape||(a=Wc(a));var c=t.safeValue(a);if(e=e.replace(o[0],c),p?(t.regex.lastIndex+=a.length,t.regex.lastIndex-=o[0].length):t.regex.lastIndex=0,++i>=s.maxReplaces)break}})),e}},{key:"nest",value:function(e,t){var n,r,o,a=this,i=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{};function s(e,t){var n=this.nestingOptionsSeparator;if(e.indexOf(n)<0)return e;var r=e.split(new RegExp("".concat(n,"[ ]*{"))),a="{".concat(r[1]);e=r[0];var i=(a=this.interpolate(a,o)).match(/'/g),s=a.match(/"/g);(i&&i.length%2==0&&!s||s.length%2!=0)&&(a=a.replace(/'/g,'"'));try{o=JSON.parse(a),t&&(o=bu(bu({},t),o))}catch(t){return this.logger.warn("failed parsing options string in nesting for key ".concat(e),t),"".concat(e).concat(n).concat(a)}return delete o.defaultValue,e}for(;n=this.nestingRegexp.exec(e);){var l=[];(o=(o=bu({},i)).replace&&"string"!=typeof o.replace?o.replace:o).applyPostProcessor=!1,delete o.defaultValue;var c=!1;if(-1!==n[0].indexOf(this.formatSeparator)&&!/{.*}/.test(n[1])){var u=n[1].split(this.formatSeparator).map((function(e){return e.trim()}));n[1]=u.shift(),l=u,c=!0}if((r=t(s.call(this,n[1].trim(),o),o))&&n[0]===e&&"string"!=typeof r)return r;"string"!=typeof r&&(r=Wc(r)),r||(this.logger.warn("missed to resolve ".concat(n[1]," for nesting ").concat(e)),r=""),c&&(r=l.reduce((function(e,t){return a.format(e,t,i.lng,bu(bu({},i),{},{interpolationkey:n[1].trim()}))}),r.trim())),e=e.replace(n[0],r),this.regexp.lastIndex=0}return e}}]),e}();function Eu(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,r)}return n}function ku(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?Eu(Object(n),!0).forEach((function(t){Ac(e,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):Eu(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}function Cu(e){var t={};return function(n,r,o){var a=r+JSON.stringify(o),i=t[a];return i||(i=e(r,o),t[a]=i),i(n)}}var Su=function(){function e(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};Ec(this,e),this.logger=$c.create("formatter"),this.options=t,this.formats={number:Cu((function(e,t){var n=new Intl.NumberFormat(e,ku({},t));return function(e){return n.format(e)}})),currency:Cu((function(e,t){var n=new Intl.NumberFormat(e,ku(ku({},t),{},{style:"currency"}));return function(e){return n.format(e)}})),datetime:Cu((function(e,t){var n=new Intl.DateTimeFormat(e,ku({},t));return function(e){return n.format(e)}})),relativetime:Cu((function(e,t){var n=new Intl.RelativeTimeFormat(e,ku({},t));return function(e){return n.format(e,t.range||"day")}})),list:Cu((function(e,t){var n=new Intl.ListFormat(e,ku({},t));return function(e){return n.format(e)}}))},this.init(t)}return Sc(e,[{key:"init",value:function(e){var t=(arguments.length>1&&void 0!==arguments[1]?arguments[1]:{interpolation:{}}).interpolation;this.formatSeparator=t.formatSeparator?t.formatSeparator:t.formatSeparator||","}},{key:"add",value:function(e,t){this.formats[e.toLowerCase().trim()]=t}},{key:"addCached",value:function(e,t){this.formats[e.toLowerCase().trim()]=Cu(t)}},{key:"format",value:function(e,t,n){var r=this,o=arguments.length>3&&void 0!==arguments[3]?arguments[3]:{},a=t.split(this.formatSeparator).reduce((function(e,t){var a=function(e){var t=e.toLowerCase().trim(),n={};if(e.indexOf("(")>-1){var r=e.split("(");t=r[0].toLowerCase().trim();var o=r[1].substring(0,r[1].length-1);"currency"===t&&o.indexOf(":")<0?n.currency||(n.currency=o.trim()):"relativetime"===t&&o.indexOf(":")<0?n.range||(n.range=o.trim()):o.split(";").forEach((function(e){if(e){var t=Dc(e.split(":")),r=t[0],o=t.slice(1).join(":").trim().replace(/^'+|'+$/g,"");n[r.trim()]||(n[r.trim()]=o),"false"===o&&(n[r.trim()]=!1),"true"===o&&(n[r.trim()]=!0),isNaN(o)||(n[r.trim()]=parseInt(o,10))}}))}return{formatName:t,formatOptions:n}}(t),i=a.formatName,s=a.formatOptions;if(r.formats[i]){var l=e;try{var c=o&&o.formatParams&&o.formatParams[o.interpolationkey]||{},u=c.locale||c.lng||o.locale||o.lng||n;l=r.formats[i](e,u,ku(ku(ku({},s),o),c))}catch(e){r.logger.warn(e)}return l}return r.logger.warn("there was no format function for ".concat(i)),e}),e);return a}}]),e}();function xu(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,r)}return n}function _u(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?xu(Object(n),!0).forEach((function(t){Ac(e,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):xu(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}function Tu(e){var t=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(e){return!1}}();return function(){var n,r=Nc(e);if(t){var o=Nc(this).constructor;n=Reflect.construct(r,arguments,o)}else n=r.apply(this,arguments);return Ic(this,n)}}var Iu=function(e){Tc(n,e);var t=Tu(n);function n(e,r,o){var a,i=arguments.length>3&&void 0!==arguments[3]?arguments[3]:{};return Ec(this,n),a=t.call(this),Qc&&Uc.call(xc(a)),a.backend=e,a.store=r,a.services=o,a.languageUtils=o.languageUtils,a.options=i,a.logger=$c.create("backendConnector"),a.waitingReads=[],a.maxParallelReads=i.maxParallelReads||10,a.readingCalls=0,a.maxRetries=i.maxRetries>=0?i.maxRetries:5,a.retryTimeout=i.retryTimeout>=1?i.retryTimeout:350,a.state={},a.queue=[],a.backend&&a.backend.init&&a.backend.init(o,i.backend,i),a}return Sc(n,[{key:"queueLoad",value:function(e,t,n,r){var o=this,a={},i={},s={},l={};return e.forEach((function(e){var r=!0;t.forEach((function(t){var s="".concat(e,"|").concat(t);!n.reload&&o.store.hasResourceBundle(e,t)?o.state[s]=2:o.state[s]<0||(1===o.state[s]?void 0===i[s]&&(i[s]=!0):(o.state[s]=1,r=!1,void 0===i[s]&&(i[s]=!0),void 0===a[s]&&(a[s]=!0),void 0===l[t]&&(l[t]=!0)))})),r||(s[e]=!0)})),(Object.keys(a).length||Object.keys(i).length)&&this.queue.push({pending:i,pendingCount:Object.keys(i).length,loaded:{},errors:[],callback:r}),{toLoad:Object.keys(a),pending:Object.keys(i),toLoadLanguages:Object.keys(s),toLoadNamespaces:Object.keys(l)}}},{key:"loaded",value:function(e,t,n){var r=e.split("|"),o=r[0],a=r[1];t&&this.emit("failedLoading",o,a,t),n&&this.store.addResourceBundle(o,a,n),this.state[e]=t?-1:2;var i={};this.queue.forEach((function(n){!function(e,t,n,r){var o=Vc(e,t,Object),a=o.obj,i=o.k;a[i]=a[i]||[],r&&(a[i]=a[i].concat(n)),r||a[i].push(n)}(n.loaded,[o],a),function(e,t){void 0!==e.pending[t]&&(delete e.pending[t],e.pendingCount--)}(n,e),t&&n.errors.push(t),0!==n.pendingCount||n.done||(Object.keys(n.loaded).forEach((function(e){i[e]||(i[e]={});var t=n.loaded[e];t.length&&t.forEach((function(t){void 0===i[e][t]&&(i[e][t]=!0)}))})),n.done=!0,n.errors.length?n.callback(n.errors):n.callback())})),this.emit("loaded",i),this.queue=this.queue.filter((function(e){return!e.done}))}},{key:"read",value:function(e,t,n){var r=this,o=arguments.length>3&&void 0!==arguments[3]?arguments[3]:0,a=arguments.length>4&&void 0!==arguments[4]?arguments[4]:this.retryTimeout,i=arguments.length>5?arguments[5]:void 0;if(!e.length)return i(null,{});if(this.readingCalls>=this.maxParallelReads)this.waitingReads.push({lng:e,ns:t,fcName:n,tried:o,wait:a,callback:i});else{this.readingCalls++;var s=function(s,l){if(r.readingCalls--,r.waitingReads.length>0){var c=r.waitingReads.shift();r.read(c.lng,c.ns,c.fcName,c.tried,c.wait,c.callback)}s&&l&&o<r.maxRetries?setTimeout((function(){r.read.call(r,e,t,n,o+1,2*a,i)}),a):i(s,l)},l=this.backend[n].bind(this.backend);if(2!==l.length)return l(e,t,s);try{var c=l(e,t);c&&"function"==typeof c.then?c.then((function(e){return s(null,e)})).catch(s):s(null,c)}catch(e){s(e)}}}},{key:"prepareLoading",value:function(e,t){var n=this,r=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{},o=arguments.length>3?arguments[3]:void 0;if(!this.backend)return this.logger.warn("No backend was added via i18next.use. Will not load resources."),o&&o();"string"==typeof e&&(e=this.languageUtils.toResolveHierarchy(e)),"string"==typeof t&&(t=[t]);var a=this.queueLoad(e,t,r,o);if(!a.toLoad.length)return a.pending.length||o(),null;a.toLoad.forEach((function(e){n.loadOne(e)}))}},{key:"load",value:function(e,t,n){this.prepareLoading(e,t,{},n)}},{key:"reload",value:function(e,t,n){this.prepareLoading(e,t,{reload:!0},n)}},{key:"loadOne",value:function(e){var t=this,n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"",r=e.split("|"),o=r[0],a=r[1];this.read(o,a,"read",void 0,void 0,(function(r,i){r&&t.logger.warn("".concat(n,"loading namespace ").concat(a," for language ").concat(o," failed"),r),!r&&i&&t.logger.log("".concat(n,"loaded namespace ").concat(a," for language ").concat(o),i),t.loaded(e,r,i)}))}},{key:"saveMissing",value:function(e,t,n,r,o){var a=arguments.length>5&&void 0!==arguments[5]?arguments[5]:{},i=arguments.length>6&&void 0!==arguments[6]?arguments[6]:function(){};if(this.services.utils&&this.services.utils.hasLoadedNamespace&&!this.services.utils.hasLoadedNamespace(t))this.logger.warn('did not save key "'.concat(n,'" as the namespace "').concat(t,'" was not yet loaded'),"This means something IS WRONG in your setup. You access the t function before i18next.init / i18next.loadNamespace / i18next.changeLanguage was done. Wait for the callback or Promise to resolve before accessing it!!!");else if(null!=n&&""!==n){if(this.backend&&this.backend.create){var s=_u(_u({},a),{},{isUpdate:o}),l=this.backend.create.bind(this.backend);if(l.length<6)try{var c;(c=5===l.length?l(e,t,n,r,s):l(e,t,n,r))&&"function"==typeof c.then?c.then((function(e){return i(null,e)})).catch(i):i(null,c)}catch(e){i(e)}else l(e,t,n,r,i,s)}e&&e[0]&&this.store.addResource(e[0],t,n,r)}}}]),n}(Uc);function Nu(){return{debug:!1,initImmediate:!0,ns:["translation"],defaultNS:["translation"],fallbackLng:["dev"],fallbackNS:!1,supportedLngs:!1,nonExplicitSupportedLngs:!1,load:"all",preload:!1,simplifyPluralSuffix:!0,keySeparator:".",nsSeparator:":",pluralSeparator:"_",contextSeparator:"_",partialBundledLanguages:!1,saveMissing:!1,updateMissing:!1,saveMissingTo:"fallback",saveMissingPlurals:!0,missingKeyHandler:!1,missingInterpolationHandler:!1,postProcess:!1,postProcessPassResolved:!1,returnNull:!0,returnEmptyString:!0,returnObjects:!1,joinArrays:!1,returnedObjectHandler:!1,parseMissingKeyHandler:!1,appendNamespaceToMissingKey:!1,appendNamespaceToCIMode:!1,overloadTranslationOptionHandler:function(e){var t={};if("object"===wc(e[1])&&(t=e[1]),"string"==typeof e[1]&&(t.defaultValue=e[1]),"string"==typeof e[2]&&(t.tDescription=e[2]),"object"===wc(e[2])||"object"===wc(e[3])){var n=e[3]||e[2];Object.keys(n).forEach((function(e){t[e]=n[e]}))}return t},interpolation:{escapeValue:!0,format:function(e,t,n,r){return e},prefix:"{{",suffix:"}}",formatSeparator:",",unescapePrefix:"-",nestingPrefix:"$t(",nestingSuffix:")",nestingOptionsSeparator:",",maxReplaces:1e3,skipOnVariables:!0}}}function Au(e){return"string"==typeof e.ns&&(e.ns=[e.ns]),"string"==typeof e.fallbackLng&&(e.fallbackLng=[e.fallbackLng]),"string"==typeof e.fallbackNS&&(e.fallbackNS=[e.fallbackNS]),e.supportedLngs&&e.supportedLngs.indexOf("cimode")<0&&(e.supportedLngs=e.supportedLngs.concat(["cimode"])),e}function Pu(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,r)}return n}function Ou(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?Pu(Object(n),!0).forEach((function(t){Ac(e,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):Pu(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}function Mu(e){var t=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(e){return!1}}();return function(){var n,r=Nc(e);if(t){var o=Nc(this).constructor;n=Reflect.construct(r,arguments,o)}else n=r.apply(this,arguments);return Ic(this,n)}}function Ru(){}var Du=function(e){Tc(n,e);var t=Mu(n);function n(){var e,r,o=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},a=arguments.length>1?arguments[1]:void 0;if(Ec(this,n),e=t.call(this),Qc&&Uc.call(xc(e)),e.options=Au(o),e.services={},e.logger=$c,e.modules={external:[]},r=xc(e),Object.getOwnPropertyNames(Object.getPrototypeOf(r)).forEach((function(e){"function"==typeof r[e]&&(r[e]=r[e].bind(r))})),a&&!e.isInitialized&&!o.isClone){if(!e.options.initImmediate)return e.init(o,a),Ic(e,xc(e));setTimeout((function(){e.init(o,a)}),0)}return e}return Sc(n,[{key:"init",value:function(){var e=this,t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},n=arguments.length>1?arguments[1]:void 0;"function"==typeof t&&(n=t,t={}),!t.defaultNS&&!1!==t.defaultNS&&t.ns&&("string"==typeof t.ns?t.defaultNS=t.ns:t.ns.indexOf("translation")<0&&(t.defaultNS=t.ns[0]));var r=Nu();function o(e){return e?"function"==typeof e?new e:e:null}if(this.options=Ou(Ou(Ou({},r),this.options),Au(t)),"v1"!==this.options.compatibilityAPI&&(this.options.interpolation=Ou(Ou({},r.interpolation),this.options.interpolation)),void 0!==t.keySeparator&&(this.options.userDefinedKeySeparator=t.keySeparator),void 0!==t.nsSeparator&&(this.options.userDefinedNsSeparator=t.nsSeparator),!this.options.isClone){var a;this.modules.logger?$c.init(o(this.modules.logger),this.options):$c.init(null,this.options),this.modules.formatter?a=this.modules.formatter:"undefined"!=typeof Intl&&(a=Su);var i=new pu(this.options);this.store=new ou(this.options.resources,this.options);var s=this.services;s.logger=$c,s.resourceStore=this.store,s.languageUtils=i,s.pluralResolver=new vu(i,{prepend:this.options.pluralSeparator,compatibilityJSON:this.options.compatibilityJSON,simplifyPluralSuffix:this.options.simplifyPluralSuffix}),!a||this.options.interpolation.format&&this.options.interpolation.format!==r.interpolation.format||(s.formatter=o(a),s.formatter.init(s,this.options),this.options.interpolation.format=s.formatter.format.bind(s.formatter)),s.interpolator=new wu(this.options),s.utils={hasLoadedNamespace:this.hasLoadedNamespace.bind(this)},s.backendConnector=new Iu(o(this.modules.backend),s.resourceStore,s,this.options),s.backendConnector.on("*",(function(t){for(var n=arguments.length,r=new Array(n>1?n-1:0),o=1;o<n;o++)r[o-1]=arguments[o];e.emit.apply(e,[t].concat(r))})),this.modules.languageDetector&&(s.languageDetector=o(this.modules.languageDetector),s.languageDetector.init&&s.languageDetector.init(s,this.options.detection,this.options)),this.modules.i18nFormat&&(s.i18nFormat=o(this.modules.i18nFormat),s.i18nFormat.init&&s.i18nFormat.init(this)),this.translator=new uu(this.services,this.options),this.translator.on("*",(function(t){for(var n=arguments.length,r=new Array(n>1?n-1:0),o=1;o<n;o++)r[o-1]=arguments[o];e.emit.apply(e,[t].concat(r))})),this.modules.external.forEach((function(t){t.init&&t.init(e)}))}if(this.format=this.options.interpolation.format,n||(n=Ru),this.options.fallbackLng&&!this.services.languageDetector&&!this.options.lng){var l=this.services.languageUtils.getFallbackCodes(this.options.fallbackLng);l.length>0&&"dev"!==l[0]&&(this.options.lng=l[0])}this.services.languageDetector||this.options.lng||this.logger.warn("init: no languageDetector is used and no lng is defined");["getResource","hasResourceBundle","getResourceBundle","getDataByLanguage"].forEach((function(t){e[t]=function(){var n;return(n=e.store)[t].apply(n,arguments)}}));["addResource","addResources","addResourceBundle","removeResourceBundle"].forEach((function(t){e[t]=function(){var n;return(n=e.store)[t].apply(n,arguments),e}}));var c=zc(),u=function(){var t=function(t,r){e.isInitialized&&!e.initializedStoreOnce&&e.logger.warn("init: i18next is already initialized. You should call init just once!"),e.isInitialized=!0,e.options.isClone||e.logger.log("initialized",e.options),e.emit("initialized",e.options),c.resolve(r),n(t,r)};if(e.languages&&"v1"!==e.options.compatibilityAPI&&!e.isInitialized)return t(null,e.t.bind(e));e.changeLanguage(e.options.lng,t)};return this.options.resources||!this.options.initImmediate?u():setTimeout(u,0),c}},{key:"loadResources",value:function(e){var t=this,n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:Ru,r="string"==typeof e?e:this.language;if("function"==typeof e&&(n=e),!this.options.resources||this.options.partialBundledLanguages){if(r&&"cimode"===r.toLowerCase())return n();var o=[],a=function(e){e&&t.services.languageUtils.toResolveHierarchy(e).forEach((function(e){o.indexOf(e)<0&&o.push(e)}))};if(r)a(r);else this.services.languageUtils.getFallbackCodes(this.options.fallbackLng).forEach((function(e){return a(e)}));this.options.preload&&this.options.preload.forEach((function(e){return a(e)})),this.services.backendConnector.load(o,this.options.ns,(function(e){e||t.resolvedLanguage||!t.language||t.setResolvedLanguage(t.language),n(e)}))}else n(null)}},{key:"reloadResources",value:function(e,t,n){var r=zc();return e||(e=this.languages),t||(t=this.options.ns),n||(n=Ru),this.services.backendConnector.reload(e,t,(function(e){r.resolve(),n(e)})),r}},{key:"use",value:function(e){if(!e)throw new Error("You are passing an undefined module! Please check the object you are passing to i18next.use()");if(!e.type)throw new Error("You are passing a wrong module! Please check the object you are passing to i18next.use()");return"backend"===e.type&&(this.modules.backend=e),("logger"===e.type||e.log&&e.warn&&e.error)&&(this.modules.logger=e),"languageDetector"===e.type&&(this.modules.languageDetector=e),"i18nFormat"===e.type&&(this.modules.i18nFormat=e),"postProcessor"===e.type&&au.addPostProcessor(e),"formatter"===e.type&&(this.modules.formatter=e),"3rdParty"===e.type&&this.modules.external.push(e),this}},{key:"setResolvedLanguage",value:function(e){if(e&&this.languages&&!(["cimode","dev"].indexOf(e)>-1))for(var t=0;t<this.languages.length;t++){var n=this.languages[t];if(!(["cimode","dev"].indexOf(n)>-1)&&this.store.hasLanguageSomeTranslations(n)){this.resolvedLanguage=n;break}}}},{key:"changeLanguage",value:function(e,t){var n=this;this.isLanguageChangingTo=e;var r=zc();this.emit("languageChanging",e);var o=function(e){n.language=e,n.languages=n.services.languageUtils.toResolveHierarchy(e),n.resolvedLanguage=void 0,n.setResolvedLanguage(e)},a=function(a){e||a||!n.services.languageDetector||(a=[]);var i="string"==typeof a?a:n.services.languageUtils.getBestMatchFromCodes(a);i&&(n.language||o(i),n.translator.language||n.translator.changeLanguage(i),n.services.languageDetector&&n.services.languageDetector.cacheUserLanguage&&n.services.languageDetector.cacheUserLanguage(i)),n.loadResources(i,(function(e){!function(e,a){a?(o(a),n.translator.changeLanguage(a),n.isLanguageChangingTo=void 0,n.emit("languageChanged",a),n.logger.log("languageChanged",a)):n.isLanguageChangingTo=void 0,r.resolve((function(){return n.t.apply(n,arguments)})),t&&t(e,(function(){return n.t.apply(n,arguments)}))}(e,i)}))};return e||!this.services.languageDetector||this.services.languageDetector.async?!e&&this.services.languageDetector&&this.services.languageDetector.async?0===this.services.languageDetector.detect.length?this.services.languageDetector.detect().then(a):this.services.languageDetector.detect(a):a(e):a(this.services.languageDetector.detect()),r}},{key:"getFixedT",value:function(e,t,n){var r=this,o=function e(t,o){var a;if("object"!==wc(o)){for(var i=arguments.length,s=new Array(i>2?i-2:0),l=2;l<i;l++)s[l-2]=arguments[l];a=r.options.overloadTranslationOptionHandler([t,o].concat(s))}else a=Ou({},o);a.lng=a.lng||e.lng,a.lngs=a.lngs||e.lngs,a.ns=a.ns||e.ns,a.keyPrefix=a.keyPrefix||n||e.keyPrefix;var c,u=r.options.keySeparator||".";return c=a.keyPrefix&&Array.isArray(t)?t.map((function(e){return"".concat(a.keyPrefix).concat(u).concat(e)})):a.keyPrefix?"".concat(a.keyPrefix).concat(u).concat(t):t,r.t(c,a)};return"string"==typeof e?o.lng=e:o.lngs=e,o.ns=t,o.keyPrefix=n,o}},{key:"t",value:function(){var e;return this.translator&&(e=this.translator).translate.apply(e,arguments)}},{key:"exists",value:function(){var e;return this.translator&&(e=this.translator).exists.apply(e,arguments)}},{key:"setDefaultNamespace",value:function(e){this.options.defaultNS=e}},{key:"hasLoadedNamespace",value:function(e){var t=this,n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};if(!this.isInitialized)return this.logger.warn("hasLoadedNamespace: i18next was not initialized",this.languages),!1;if(!this.languages||!this.languages.length)return this.logger.warn("hasLoadedNamespace: i18n.languages were undefined or empty",this.languages),!1;var r=this.resolvedLanguage||this.languages[0],o=!!this.options&&this.options.fallbackLng,a=this.languages[this.languages.length-1];if("cimode"===r.toLowerCase())return!0;var i=function(e,n){var r=t.services.backendConnector.state["".concat(e,"|").concat(n)];return-1===r||2===r};if(n.precheck){var s=n.precheck(this,i);if(void 0!==s)return s}return!!this.hasResourceBundle(r,e)||(!(this.services.backendConnector.backend&&(!this.options.resources||this.options.partialBundledLanguages))||!(!i(r,e)||o&&!i(a,e)))}},{key:"loadNamespaces",value:function(e,t){var n=this,r=zc();return this.options.ns?("string"==typeof e&&(e=[e]),e.forEach((function(e){n.options.ns.indexOf(e)<0&&n.options.ns.push(e)})),this.loadResources((function(e){r.resolve(),t&&t(e)})),r):(t&&t(),Promise.resolve())}},{key:"loadLanguages",value:function(e,t){var n=zc();"string"==typeof e&&(e=[e]);var r=this.options.preload||[],o=e.filter((function(e){return r.indexOf(e)<0}));return o.length?(this.options.preload=r.concat(o),this.loadResources((function(e){n.resolve(),t&&t(e)})),n):(t&&t(),Promise.resolve())}},{key:"dir",value:function(e){if(e||(e=this.resolvedLanguage||(this.languages&&this.languages.length>0?this.languages[0]:this.language)),!e)return"rtl";var t=this.services&&this.services.languageUtils||new pu(Nu());return["ar","shu","sqr","ssh","xaa","yhd","yud","aao","abh","abv","acm","acq","acw","acx","acy","adf","ads","aeb","aec","afb","ajp","apc","apd","arb","arq","ars","ary","arz","auz","avl","ayh","ayl","ayn","ayp","bbz","pga","he","iw","ps","pbt","pbu","pst","prp","prd","ug","ur","ydd","yds","yih","ji","yi","hbo","men","xmn","fa","jpr","peo","pes","prs","dv","sam","ckb"].indexOf(t.getLanguagePartFromCode(e))>-1||e.toLowerCase().indexOf("-arab")>1?"rtl":"ltr"}},{key:"cloneInstance",value:function(){var e=this,t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},r=arguments.length>1&&void 0!==arguments[1]?arguments[1]:Ru,o=Ou(Ou(Ou({},this.options),t),{isClone:!0}),a=new n(o);void 0===t.debug&&void 0===t.prefix||(a.logger=a.logger.clone(t));return["store","services","language"].forEach((function(t){a[t]=e[t]})),a.services=Ou({},this.services),a.services.utils={hasLoadedNamespace:a.hasLoadedNamespace.bind(a)},a.translator=new uu(a.services,a.options),a.translator.on("*",(function(e){for(var t=arguments.length,n=new Array(t>1?t-1:0),r=1;r<t;r++)n[r-1]=arguments[r];a.emit.apply(a,[e].concat(n))})),a.init(o,r),a.translator.options=a.options,a.translator.backendConnector.services.utils={hasLoadedNamespace:a.hasLoadedNamespace.bind(a)},a}},{key:"toJSON",value:function(){return{options:this.options,store:this.store,language:this.language,languages:this.languages,resolvedLanguage:this.resolvedLanguage}}}]),n}(Uc);Ac(Du,"createInstance",(function(){return new Du(arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},arguments.length>1?arguments[1]:void 0)}));var Fu=Du.createInstance();Fu.createInstance=Du.createInstance;Fu.createInstance,Fu.dir,Fu.init,Fu.loadResources,Fu.reloadResources,Fu.use,Fu.changeLanguage,Fu.getFixedT,Fu.t,Fu.exists,Fu.setDefaultNamespace,Fu.hasLoadedNamespace,Fu.loadNamespaces,Fu.loadLanguages,s(1739);Object.create(null);// CONCATENATED MODULE: ./node_modules/react-i18next/dist/es/utils.js
24228
24086
  function Lu(){if(console&&console.warn){for(var e,t=arguments.length,n=new Array(t),r=0;r<t;r++)n[r]=arguments[r];"string"==typeof n[0]&&(n[0]="react-i18next:: ".concat(n[0])),(e=console).warn.apply(e,n)}}var Bu={};function ju(){for(var e=arguments.length,t=new Array(e),n=0;n<e;n++)t[n]=arguments[n];"string"==typeof t[0]&&Bu[t[0]]||("string"==typeof t[0]&&(Bu[t[0]]=new Date),Lu.apply(void 0,t))}function $u(e,t,n){e.loadNamespaces(t,(function(){if(e.isInitialized)n();else{e.on("initialized",(function t(){setTimeout((function(){e.off("initialized",t)}),0),n()}))}}))}// CONCATENATED MODULE: ./node_modules/react-i18next/dist/es/unescape.js
24229
24087
  var Uu=/&(?:amp|#38|lt|#60|gt|#62|apos|#39|quot|#34|nbsp|#160|copy|#169|reg|#174|hellip|#8230|#x2F|#47);/g,zu={"&amp;":"&","&#38;":"&","&lt;":"<","&#60;":"<","&gt;":">","&#62;":">","&apos;":"'","&#39;":"'","&quot;":'"',"&#34;":'"',"&nbsp;":" ","&#160;":" ","&copy;":"©","&#169;":"©","&reg;":"®","&#174;":"®","&hellip;":"…","&#8230;":"…","&#x2F;":"/","&#47;":"/"},Wu=function(e){return zu[e]};// CONCATENATED MODULE: ./node_modules/react-i18next/dist/es/defaults.js
24230
24088
  function Vu(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,r)}return n}function qu(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?Vu(Object(n),!0).forEach((function(t){Ac(e,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):Vu(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}var Hu={bindI18n:"languageChanged",bindI18nStore:"",transEmptyNodeValue:"",transSupportBasicHtmlNodes:!0,transWrapTextNodes:"",transKeepBasicHtmlNodesFor:["br","strong","i","p"],useSuspense:!0,unescape:function(e){return e.replace(Uu,Wu)}};// CONCATENATED MODULE: ./node_modules/react-i18next/dist/es/TransWithoutContext.js
@@ -24253,7 +24111,7 @@ caches:["localStorage"],excludeCacheFor:["cimode"]}),
24253
24111
  this.options.lookupFromUrlIndex&&(this.options.lookupFromPathIndex=this.options.lookupFromUrlIndex),this.i18nOptions=n,this.addDetector(ld),this.addDetector(cd),this.addDetector(pd),this.addDetector(md),this.addDetector(gd),this.addDetector(vd),this.addDetector(yd),this.addDetector(bd)}},{key:"addDetector",value:function(e){this.detectors[e.name]=e}},{key:"detect",value:function(e){var t=this;e||(e=this.options.order);var n=[];return e.forEach((function(e){if(t.detectors[e]){var r=t.detectors[e].lookup(t.options);r&&"string"==typeof r&&(r=[r]),r&&(n=n.concat(r))}})),this.services.languageUtils.getBestMatchFromCodes?n:n.length>0?n[0]:null;// new i18next v19.5.0
24254
24112
  }},{key:"cacheUserLanguage",value:function(e,t){var n=this;t||(t=this.options.caches),t&&(this.options.excludeCacheFor&&this.options.excludeCacheFor.indexOf(e)>-1||t.forEach((function(t){n.detectors[t]&&n.detectors[t].cacheUserLanguage(e,n.options)})))}}]),e}();wd.type="languageDetector";// CONCATENATED MODULE: ./src/_utils/locales/en-us/common.json
24255
24113
  const Ed=JSON.parse('{"alreadyHasAcc":"already have an account,","bind":"Bind","yes":"Yes","no":"No","usernameFormatError":"Enter a valid user name","customNameFormatError":"Enter a valid account number","checkUserName":"The username already exists","checkCustomName":"The account already exists","pleaseSelectDate":"Please select date","bindEmail":"Bind Email","bindPhone":"Bind your phone number","confirm":"Confirm","unlock":"unlock","email":"Email","emailFormatError":"Enter a valid Email address ","emailLabel":"Email","female":"Female","guidance":{},"hasLooseSaftyCode":"Lost the security code?","inputFourVerifyCode":"{{length}}-digit code","login":"Sign In","man":"Male","noAccYet":"No account yet,","perfectUserInfo":"Personal Information","phoneFormateError":"Please verify your phone number first","phoneLabel":"Phone","phoneNumber":"Phone number","register":"Sign Up","registerImmediate":"Sign Up","retryAfterTime":"{{time}} seconds","sendVerifyCode":"Send Code","sure":"Confirm","uploadFail":"{{name}} failed to upload","useRecoverCode":"Use recovery code","username":"Username","problem":{"title":"Tell us your problem","noVerify":"Unable to receive the verification code","noLogin":"Unable to log in","noRegister":"Unable to register","noAccount":"Lost Account","noResetPass":"Unable to reset password","locked":"Account is locked","other":"Other","noVerifyTip":{"tip":"If you cannot receive the mobile phone verification code, I suggest you do the following:","type1":"1. Check if your mobile phone is turned off or offline.","type2":"2. Check if your phone number has been entered correctly.","type3":"3. Check if your SMS with the verification code is blocked."},"noLoginTip":{"type1":"1. Check if your username and password have been entered correctly.","type2":"2. Check if your mobile phone is turned off or offline."},"noRegisterTip":{"tip":"If you cannot register, please do the following steps to solve this issue:","type1":"1. Check if your account has been registered.","type2":"2. Check if your phone number has been entered correctly.","type3":"3. Check if your SMS with the verification code is blocked."},"noAccountTip":{"tip":"If your account is lost, please do the following steps to solve this issue:","type1":"1. Check if your username and password have been entered correctly.","type2":"2. Check if your mobile phone is turned off or offline."},"noResetPassTip":{"tip":"If your password cannot be reset, please do the following steps to solve this issue:","type1":"1. Check if your mobile phone is turned off or offline.","type2":"2. Check if your password has been entered correctly."},"otherTip":{},"successTip":"Submitted successfully","successTipMsg":"Your information has been submitted to the application administrator. Your feedback will be processed as soon as possible. Please wait patiently.","form":{"phone":"Contact","question":"Problem","questionDescript":"Problem description","questionClip":"Problem screenshot","submit":"Submit"},"noLoginTips":"If you cannot log in, we suggest you do the following:","lockedTips":"If your account is locked, please contact the administrator to unlock it and try to log in again"},"backLoginPage":"Back","LoginSuccess":"Login Success","welcomeDoc":"Welcome to {{name}}. Providing your personal information will allow us to give you the best online\\nexperience.","copied":"Copied","bindEmailDoc":"please enter the mailbox to bind","copy":"Copy","SMS":"SMS Verification","EmailVerification":"Email Verification","OTPVerification":"OTP Verification","faceVerification":"Face Verification","registrationSuccess":"Registration Success","repeatPasswordDoc":"The Two Passwords Entered are Inconsistent","copyFailed":"Copy Failed","downloadTotpAppAndroid":"Android download","downloadTotpAppDocs":"Please use your mobile phone to scan the code to download the verifier","downloadTotpAppIOS":"IOS download","bindTotp":"Bind OTP","checkEmail":"The email already exists","checkPhone":"The phone number already exists","loginFailCheck":"Reminder: Your password is wrong, you can try {{number}} times","otpText1":"Please go to the OTP binding page to bind","faceText1":"Bind facial recognition","faceText2":"Please turn on the camera to recognize the face for binding","faceText3":"Start","faceText4":"Try again","checkPasswordHasSpace":"No spaces","backToVerify":"Back","backToMFA":"Return to MFA binding","bindSuccess":"Complete binding","clickTodownload":"click to download","goToLogin":"Back","mfaText1":"Scan the code to add MFA, check it on your mobile phone and enter the 6-digit security code.","noQuestions":"no problem,","noValidator":"No validator please","pleaseRecordKey":"Please record the key","timeoutLDAP":"Request timed out, LDAP configuration error","totpText1":"Please keep the recovery code properly","totpText2":"If your MFA is lost, you will need a recovery code","usePhoneOpen":"Please open Google Authenticator or Microsoft Authenticator on your phone","passwordAgain":"Confirm password","isMissing":"{{name}} is missing","password":"Password","captchaCode":"Digit code","account":"Account","phone":"Phone number","pToLogin":"seconds later back","resetSuccess":"Reset successfully","resetSuccessMessage":"The password is reset successfully, you can continue to log in with the new password","welcome":"Welcome","initPasswordText":"To ensure account security, please set your new password.","unsafePasswordChangeText":"Your password does not meet the current password strength requirements. Please set a new password.","updatePsswordSuccess":"Change the password successfully, please log in again","fullCaptchaCode":"Please fill in the complete","feedback":"Need help ?","loginProtocolTips":"Please check the login protocol","registerProtocolTips":"Please check the registration agreement","accountLock":"The account is locked, please click the question mark below to give feedback","corsErrorMessage":"The current domain name is not in the list of allowed domain names","corsErrorMessage2":"If you have any questions, you can <a href=\\"https://docs.authing.cn/v2/guides/security/config-domain.html\\">refer to the document</a>","totpGenerateCode":"Generate a new recovery code for you, please record this key safely","verifyCodeLogin":"Verify Code","phoneVerifyCode":"Phone Code","emailVerifyCode":"Email Code","phoneCodeTab":"Phone Code","emailCodeTab":"Email Code","phoneOrEmail":"Phone Or Email","skip":"Skip","back":"Back","publicAccount":"Public account","identityBindingAskTitle":"Choose how to connect","identityBindingAskDesc":"If you are bound to an existing account, you can directly log in to the existing account by this method next time.","identityBindingCreate":"Create a new account","identityBindingBinding":"Bind to an existing account","identityBindingTitle":"Bind existing account","identityBindingDesc":"After binding, you can log in to this account directly by this method next time","identityBindingSkipAskTitle":"Account Binding","identityBindingSkipAskDesc":"Enter an exisiting account to bind, or enter a new account to sign up.","internationPhoneMessage":"Please enter a valid mobile phone number","areaCodePhone":"Area code Mobile number","timeoutAD":"Request timed out, AD misconfigured","timeout":"Request timed out, please try again later","userNameIsExists":"This username already exists!","fetchError":"Network connection failed, please try again later","i18nCheckErrorMessage":"Please enter a valid mobile phone number or correct email address","verifyCodeRegister":"Verify Code","PasswordRegister":"Password","EmailRegister":"Email","registerTab":"{{text}}","noFindEmail":"Can\'t find the email account","noFindPhone":"Can\'t find the phone account","noFindUsername":"Can\'t find the username account","jobNumber":"Account first letter must be capital","passwordUnsafeTip":"Password strength has been updated, please refresh the page and try again","loginWithWechatmpQrcodeTipsTitle":"Long press the QR code to login","del":"Delete","qrcode":"QR Code","registerCompletePasswordDesc":"To ensure account security, please set your password.","mfaCertification":"Multi-factor authentication","emailMfaCheck":"Please enter email verification code","SmsMfaCheck":"Please enter SMS verification code","faceCheck":"Please keep the camera turned on and unobstructed","resetAccount":{"title":"Set the user name","message":"The current user name is not unique, please reset the user name before you can successfully log on."},"noTenant":"There are currently no tenants who have joined","joinTenant":"Join Tenant","tenantExample":"Please enter the tenant identification code, for example: Ljrs18wa","enter":"enter","createTenant":"Create Tenant","pleaseInput":"Enter","tenantName":"Tenant Name","tenantEmail":"Tenant\'s corporate email domain name","tenantDesc":"Tenant Description","visitor":"guesting","createTenantDesc":"To create a new tenant, please click here","codeError":"Identification code error, please re-enter","emailVerify":"Verify Enterprise Email","verify":"test and verify","inputBusinessEmail":"Please enter your company email address","inputCode":"Please enter the verification code","domainNotFound":"The current organization administrator has not set up a corporate email domain name. Please contact the administrator to set it up and join the organization.","name":"name","applyJoin":"Apply to join","welcomeJoin":"Inviting you to join","inputCaptcha":"Please enter the authentication code","verifyAccount":"The identity verification code has been sent to {{0}}","captchaMaxErrorCount":"Verification code input error {{0}} times, the link will become invalid","pendingMsg":"You have completed the application to join 「{{0}}」.<br />Please wait for the administrator\'s approval before you receive the email. Please pay attention.","doneMsg":"Successfully applied to join, please check your email!","inviteExpire":"Verification failed, current link is no longer valid","inviteExpireMsg":"Please contact the inviter to resend the invitation email to you","sendSms":"Did not receive the email? Click to send SMS","sendEmail":"Did not receive the text message? Click to send email","invitation":{"completeInfo":"Please complete the information","completeInfoDesc":"Please complete the information below. If the information is not mandatory, you can click「Next」to skip it directly"},"cratePasskeyTitle":"Create Passkey","cratePasskeyTips":"The current account does not have a passkey, please complete the creation and verification before logging in","onBindPasskeyTitle":"Passkey has not been bound yet. Please contact the administrator for binding operation","createNow":"Create now","passkeyVerifyTitle":"Passkey verify","passkeyVerifyTips":"To ensure access security, please complete verification according to the browser prompts","reVerify":"Verify Passkey","inviteExpired":"The current invitation link has expired. Please contact the relevant administrator to resend the invitation for you.","pageExpired":"The current page has expired. Please click the invitation link again to enter","inviteSuccess":"Successfully joined, please check your email. Please complete the login based on the information in the email.","day":"days","month":"months","year":"years","emailorcodeError":"Email address or verification code is incorrect","phoneorcodeError":"Phone number or verification code is incorrect","usernameError":"Username is incorrect","more":"More","moreIdps":"More enterprise login methods","all":"all","noFindIdps":"No relevant identity sources found for \'{{0}}\'","lastUsed":"last used"}'),kd=JSON.parse('{"inputAccount":"Enter {{text}}","inputAdUsername":"Enter AD username","accPwdLoginVerify":"Account login verification","captchaCode":"Captcha","inputAdPwd":"Enter AD password","inputCaptchaCode":"Digit code","inputCorrectPhone":"Enter correct phone number or email address","inputEmail":"Enter Email","inputLdapPwd":"LDAP Password","inputLdapUsername":"LDAP Username","inputLoginPwd":"Enter Password","inputPhone":"Phone number","inputPhoneOrEmail":"Enter Phone number or Email","inputPwdAgain":"Enter password again","inputRecoverCode":"Enter recovery code","inputSixCode":"Enter 6-digit security code","loginBy":"Sign in with {{name}}","mfaAfterReset":"If you do not have a recovery code, please contact the administrator","noEmpty":"Please enter a {{label}}","rememberedSecret":"This key has been safely recorded","resetPwd":"Reset Password","selfUnlock":"self unlock","selfUnlockText":"Your account has been locked, please enter the verification code and password to unlock it by yourself.","thridAccLogin":"Or sign in with","pwdLogin":"Password","bindPwdLogin":"Password","appScanLogin":"Mobile APP QR Code","zjzwScanLogin":"Zhejiang Office QR Code","scanLogin":"QR Code","ldapLogin":"LDAP","adLogin":"AD","authingOtpPushLogin":"Login by push","authingOtpPushCancelLogin":"Cancel login","loginText":"Login","otpLoginPendingText":"The request has been sent to the Authoring Token APP. Please confirm login at the client","getOtpLoginRequestAgain":"The login request is invalid. Please send request again","downloadOtpVerifier":"Download Authing OTP","loginToMobileClient":"Login Authing OTP","scanQrCode":"Scan QR code","setAuthingTokenVerify":"Set Authing OTP Verify","phoneScanCodeAndDownloadAuthingToken":"Please scan the code with your mobile phone or go to the app market to download the Authing OTP","noPrompt":"Don\'t prompt again","directLogin":"Direct login","openAuthingOtp":"Open the Authing OTP and click \\"Login / Register\\"","clickAndScanQrcode":"Click the scanning entry at the upper right corner of the \\"Login Application\\" page to scan the QR code below","downloadIOS":"IOS download","downloadAndroid":"Android download","howBindClient":"How to bind client applications","installAuthingToken":"Install the Authing Token App","downloadAuthingToken":"Please use your mobile phone to scan the code or go to the application market to download the Authoring token","openAppList":"Open app list","addApp":"Open the \\"Application List\\" and click \\"Add Application\\"","openLoginPage":"Open the login page","scanQrcode":"Click the \\"Scan QR code\\" button to scan the application QR code","scanFollowingQrcode":"Scan the following application QR code","relevanceApp":"Associate the application and log in to the account","receiveMessageFromAuthingToken":"After logging in to the application account, you can complete the login by receiving the Web application push in the Authing token","howUsePushLogin":"How to use push login","inputAccountInWeb":"Enter account information in the web login panel","clickLoginButton":"Click \\"Login\\"","receiveMessageInApp":"Receive login push on the bound mobile application","confirmLoginInApp":"Confirm \\"Login\\" to successfully log in to the web side.","howGetAppLoginUrl":"How to get the application login address","getCodeFromAdmin":"Get the associated application QR code from the administrator","getCodeFromAdminTips":"The administrator can get the application QR code in the application login control, and scan the QR code to log in to the corresponding application.","getCodeFromPersonalCenter":"Get application QR code from personal center","getCodeFromPersonalCenterTips":"Users can save the application login QR code in \\"Personal Center - Quick Authentication\\", and use the Authoring token to scan the code and select the application to log in","getLoginUrlFromConsole":"The administrator obtains the login address from the console","getLoginUrlFromConsoleTips":"Administrators can copy the authentication address in \\"Console - Application Details - Application Configuration - Authentication Configuration\\". Users can log in and bind after copying the authentication address.","nextStep":"Next Step","enterAccount":"Please enter the account","inputEmailCode":"Enter email verification code","otherVerifyWay":"Other verification methods","otherLoginWay":"OR","verifyCodeSended":"Verification code has been sent to","clickSent":"Click send","reSent":"Click to resend the verification code","bindPhoneInfo":"Please enter the phone number to bind","bindWarning":"Please contact the administrator to bind your phone number for you","inputPhoneCode":"Please enter the phone verification code","forgetPwd":"Forgot Password","inputPwd":"Password","login":{"setPwdLimit2":"At least six digits, must contain two of English, numbers and symbols","setPwdLimit3":"At least six digits, including English, numbers and symbols"},"setPwdLimit1":"Set a password of at least 6 characters","setPwdLimitMsg1":"Passwords must be at least 6 characters long","setPwdLimitMsg2":"The password must be at least 6 characters long and must contain two of English, numbers and symbols","setPwdLimitMsg3":"The password must be at least 6 digits long and must contain English, numbers and symbols at the same time","wechatmpQrcode":"WechatMp QRcode\\t","inputUsername":"Username","moreWays":"More Login","inputCorrectPhoneOrEmail":"Enter a valid Email or Phone number","sendCodeTimeout":"Sending failed, please try later","mediaDevicesSupport":"The current device does not support face recognition","noLoginMethodsDesc":"No login method configured","inputNewPwd":"Please enter a new password","socialConnectionMessage":"Login with {{provider}} is not supported, please choose another way to log in, or try again in another browser","selectLoginAccount":"Select login account","useOtherAccount":"Use another account","wechatScanLogin":"WeChat QR Code","qrcodeRefer":"Refresh","qrcodeNetWorkError":"Retry","scanAgain":"Scan the code again","scanSuccess":"Scan Success","tenant":{"consoleManage":"Admin console","ssoPad":"Single sign-on application panel"},"AuthorizationCamera":"Please enable authorization first","checkPreferences":"Please check preferences","requireError":"Unable to satisfy request error","hardwareSupport":"Hardware not supported","verifyCodeTip":"Try another","loginWithPasskey":"Sign in with Passkey","resetPassword":{"pleaseInputPassword":"Please input a password","checkPasswordDiff":"Please enter a consistent password","nextStep":"Next","reset":"reset password","back":"Back","resetPasswordText1":"Please enter your registered mobile phone number/email to receive the verification code, and we will reset your password.","resetPasswordText2":"You are resetting Password for {{account}}。","input":"Input{{text}}","inputFourVerifyCode":"{{length}}-digit code","inputNewPwd":"Please enter a new password","confirmNewPwd":"Please confirm the new password","successTipMsg":"You can continue to log in with your new password","successTip":"Password reset succeeded","backLogin":"Seconds will automatically jump to the login page"},"wecomScanLogin":"Enterprise WeChat scan code to log in","passwordRuleTips":"Password requirements:","characterTypes":"Include at least {{x}} character types"}'),Cd=JSON.parse('{"inputCurrPwd":"Enter current password","inputNewPwd":"Enter a new Password","inputOldPwd":"Enter a old Password","mfaBind":"MFA Binding","modifyPwd":"Change Password","passwordExpired":"Your password has expired. In order not to affect your normal use, please change your password.","passwordExpiredByDay":"Your password will expire in 1 day. In order not to affect your normal use, please change your password.","nextStep":"Next","numberSafteyCode":"Digital Security Code","error":"Error~","contactAdministrator":"Unknown error ~ please contact the administrator for processing","resetpasswordText1":"Enter your registered phone number/email, enter the verification code received, and we will reset your password.","modifyPwdTextDay":"Your password has been used for more than {{number}} days and may be at risk. Please reset your password.","modifyPwdTextMonth":"Your password has been used continuously for more than {{number}} months and may be at risk. Please reset your password.","modifyPwdTextYear":"Your password has been used continuously for more than {{number}} years and may be at risk. Please reset your password.","modifyNoticePwdTextDay":"Your password has been used continuously for more than {{number}} days and is about to expire. In order not to affect your use, please set a new password","modifyNoticePwdTextMonth":"Your password has been used continuously for more than {{number}} months and is about to expire. In order not to affect your use, please set a new password","modifyNoticePwdTextYear":"Your password has been used continuously for more than {{number}} years and is about to expire. In order not to affect your use, please set a new password","unlockTip":"If you encounter problems with unlocking, please click"}'),Sd=JSON.parse('{"guidance":{},"uploadFail":"{{name}} 上传失败","confirm":"确认","retryAfterTime":"{{time}} 秒","sendVerifyCode":"发送验证码","emailFormatError":"输入有效的邮箱","usernameFormatError":"输入有效的用户名","customNameFormatError":"输入有效的账号","phoneFormateError":"输入有效的手机号","username":"用户名","login":"登录","noAccYet":"还没有账号,","registerImmediate":"立即注册","sure":"确定","hasLooseSaftyCode":"安全码丢失?","useRecoverCode":"使用恢复代码","register":"注册","unlock":"解锁","alreadyHasAcc":"已有账号,","perfectUserInfo":"完善用户信息","man":"男","female":"女","emailLabel":"邮箱","phoneLabel":"手机号","pleaseSelectDate":"请选择日期","bindEmail":"绑定邮箱","email":"邮箱","inputFourVerifyCode":"请输入 {{length}} 位验证码","bindPhone":"绑定手机号","phoneNumber":"手机号","bind":"绑定","yes":"是","no":"否","problem":{"title":"问题反馈","noVerify":"无法收到验证码","noLogin":"无法登录","noRegister":"无法注册","noAccount":"帐号丢失","noResetPass":"无法重置密码","locked":"账号被锁定","other":"其他","noVerifyTip":{"tip":"如果无法收到手机验证码,建议你进行以下操作:","type1":"1. 检查你的手机是否停机/无网络","type2":"2. 检查你的手机号是否输入正确","type3":"3. 检查你的验证码短信是否被屏蔽"},"noLoginTip":{"type1":"1. 检查你的用户名与密码输入是否正确","type2":"2. 检查你的手机是否停机/无网络"},"noRegisterTip":{"tip":"如果无法注册,建议你进行以下操作:","type1":"1. 检查你的帐号是否已注册","type2":"2. 检查你的注册手机号是否输入正确","type3":"3. 检查你的验证码短信是否被屏蔽"},"noAccountTip":{"tip":"如果帐号丢失,建议你进行以下操作:","type1":"1. 检查你的用户名与密码输入是否正确","type2":"2. 检查你的手机是否停机/无网络"},"noResetPassTip":{"tip":"如果无法重置密码,建议你进行以下操作:","type1":"1. 检查你的手机是否停机/无网络","type2":"2. 检查你的设置的密码是否正确"},"otherTip":{},"successTip":"提交成功","successTipMsg":"你的信息已经提交给应用管理员,会尽快处理你的反馈,请你耐心等待。","form":{"phone":"联系方式","question":"相关问题","questionDescript":"问题描述","questionClip":"问题截图","submit":"提交"},"lockedTips":"如果你的账号被锁定,请联系管理员解锁后再尝试登录","noLoginTips":"如果无法登录,建议你进行以下操作:"},"backLoginPage":"返回登录","LoginSuccess":"登录成功","welcomeDoc":"欢迎加入 {{name}} ,为了更好的使用体验,请先完善你的个人信息","bindEmailDoc":"请输入邮箱进行绑定","copied":"已复制","copy":"复制","repeatPasswordDoc":"两次密码输入不一致","SMS":"短信验证码验证","EmailVerification":"电子邮箱验证","OTPVerification":"OTP 口令验证","faceVerification":"人脸识别验证","registrationSuccess":"注册成功","copyFailed":"复制失败","downloadTotpAppIOS":"IOS 下载","downloadTotpAppAndroid":"Android 下载","downloadTotpAppDocs":"请使用手机扫码下载验证器","bindTotp":"绑定 OTP","checkEmail":"该邮箱已存在","checkUserName":"该用户名已存在","checkCustomName":"该账号已存在","checkPhone":"该手机号已存在","loginFailCheck":"温馨提示:你的密码错误,还可以尝试 {{number}} 次","bindSuccess":"完成绑定","pleaseRecordKey":"请记录密钥","totpText1":"请妥善保存恢复代码","totpText2":"如果你的 MFA 丢失时,你将需要一个恢复代码","otpText1":"请前往 OTP 绑定页面进行绑定","faceText1":"绑定人脸识别","faceText2":"请打开摄像头识别人脸进行绑定","faceText3":"开始验证","faceText4":"重试一次","publicAccount":"公共账号","checkPasswordHasSpace":"不能包含空格","backToVerify":"返回验证页","usePhoneOpen":"请在手机打开 Google Authenticator 或 Microsoft Authenticator","noValidator":"没有验证器请","clickTodownload":"点击下载","mfaText1":"扫码添加 OTP,在手机查看并输入 6 位数字安全码。","backToMFA":"返回 MFA 绑定","timeoutLDAP":"请求超时,LDAP 配置错误","noQuestions":"没有问题,","goToLogin":"直接登录","passwordAgain":"请确认密码","isMissing":"{{name}}未填写","password":"密码","captchaCode":"验证码","account":"账号","phone":"手机号","pToLogin":"秒后返回登录","resetSuccess":"重置成功","resetSuccessMessage":"密码重置成功,你可以使用新密码继续登录","welcome":"欢迎访问","initPasswordText":"为了保障账号安全,请设置你的新密码。","unsafePasswordChangeText":"你的密码不符合当前密码强度要求,请设置新密码。","updatePsswordSuccess":"修改密码成功,请重新登录","fullCaptchaCode":"请填写完整的{{name}}","feedback":"问题反馈","loginProtocolTips":"请勾选登录协议","registerProtocolTips":"请勾选注册协议","accountLock":"账号被锁定,请点击下方问号进行反馈","corsErrorMessage":"当前域名不在允许访问的域名列表中。","corsErrorMessage2":"如果有疑问可以<a href=\\"https://docs.authing.cn/v2/guides/security/config-domain.html\\">参考文档</a>","totpGenerateCode":"为你生成一串新的恢复代码,请安全地记录这段密钥","verifyCodeLogin":"验证码登录","phoneCodeTab":"手机号登录","emailCodeTab":"邮箱登录","phoneVerifyCode":"短信验证码","emailVerifyCode":"邮箱验证码","phoneOrEmail":"手机号或邮箱","skip":"跳过","back":"返回","identityBindingAskTitle":"选择关联方式","identityBindingAskDesc":"如果绑定到已有账号,下次可以通过本次的方式直接登录已有账号","identityBindingCreate":"我想创建一个新账号","identityBindingBinding":"我想绑定到已有账号","identityBindingTitle":"绑定已有账号","identityBindingDesc":"绑定后,下次可以直接通过这次的方式登录到此账号","identityBindingSkipAskTitle":"账号绑定","identityBindingSkipAskDesc":"若存在已有账号,输入成功后将会完成绑定;若输入新账号则会完成创建和绑定","internationPhoneMessage":"请输入所在区号合法的手机号","areaCodePhone":"+区号 手机号","timeoutAD":"请求超时,AD 配置错误","timeout":"请求超时,请稍后重试","userNameIsExists":"该用户名已存在!","fetchError":"网络连接失败,请稍后再试","passwordUnsafeTip":"密码强度已更新,请刷新页面后重试","i18nCheckErrorMessage":"请输入所在区号合法的手机号或正确的邮箱","verifyCodeRegister":"验证码注册","PasswordRegister":"密码注册","EmailRegister":"邮箱注册","registerTab":"{{text}}注册","noFindEmail":"找不到该邮箱账号","noFindPhone":"找不到该手机账号","noFindUsername":"找不到该用户名账号","jobNumber":"工号首字母大写","loginWithWechatmpQrcodeTipsTitle":"长按二维码登录","del":"移除","qrcode":"二维码","registerCompletePasswordDesc":"为了保障账号安全,请设置你的密码。","mfaCertification":"多因素认证","emailMfaCheck":"请输入电子邮箱验证码","SmsMfaCheck":"请输入短信验证码","faceCheck":"请保持摄像头已打开并无遮挡","resetAccount":{"title":"设置用户名","message":"当前用户名不是唯一的,请重新设置用户名后才可以成功登录。"},"noTenant":"暂无已加入的租户","joinTenant":"加入租户","tenantExample":"请输入租户识别码,例如:Ljrs18wa","enter":"进入","createTenant":"创建租户","pleaseInput":"请输入","tenantName":"租户名称","tenantEmail":"租户企业邮箱域名","tenantDesc":"租户描述","visitor":"访客模式","createTenantDesc":"如需创建新租户,请点击此处","codeError":"识别码错误,请重新输入","emailVerify":"验证企业邮箱","verify":"验证","inputBusinessEmail":"请输入企业邮箱","inputCode":"请输入验证码","domainNotFound":"当前组织管理员未设置企业邮箱域名,请联系管理员设置后加入组织。","name":"姓名","applyJoin":"申请加入","welcomeJoin":"邀请你加入","inputCaptcha":"请输入身份验证码","verifyAccount":"身份验证码已发送至 {{0}}","captchaMaxErrorCount":"验证码输入错误 {{0}} 次,链接将会失效","pendingMsg":"你已完成加入「{{0}}」的申请。<br />请等待管理员审批通过后,你将收到邮件,敬请留意。","doneMsg":"申请加入成功,敬请查收邮件!","inviteExpire":"验证失败,当前链接已失效","inviteExpireMsg":"请联系邀请人为您重新发送邀请邮件","sendSms":"未收到邮件?点击发送短信","sendEmail":"未收到短信?点击发送邮件","invitation":{"completeInfo":"请补全信息","completeInfoDesc":"请补全下方信息,信息为非必填的情况下, 可点击「下一步」直接跳过"},"cratePasskeyTitle":"创建 Passkey","cratePasskeyTips":"当前账号暂无 passkey,请先完成创建验证后登录","onBindPasskeyTitle":"暂未绑定 Passkey,请联系管理员进行绑定操作","createNow":"立即创建","passkeyVerifyTitle":"Passkey 验证","passkeyVerifyTips":"为了保障访问安全,请根据浏览器提示完成验证","reVerify":"验证 Passkey","inviteExpired":"当前邀请链接已失效,请联系相关管理员为你重新发起邀请。","pageExpired":"当前页面已过期,请重新点击邀请链接进入","inviteSuccess":"已成功加入,敬请查收邮件。请根据邮件内的信息完成登录。","day":"天","month":"个月","year":"年","emailorcodeError":"邮箱或验证码错误","phoneorcodeError":"手机号或验证码错误","usernameError":"用户名错误","more":"更多","moreIdps":"更多企业登录方式","all":"全部","noFindIdps":"没有找到 \'{{0}}\' 相关身份源","lastUsed":"上次使用"}'),xd=JSON.parse('{"inputAccount":"请输入{{text}}","inputAdUsername":"请输入 AD 用户名","inputAdPwd":"请输入 AD 密码","inputLdapUsername":"请输入 LDAP 用户名","inputLdapPwd":"请输入 LDAP 密码","inputCaptchaCode":"请输入图形验证码","captchaCode":"图形验证码","accPwdLoginVerify":"账号登录验证","inputSixCode":"请输入绑定的 6 位数字安全码","inputLoginPwd":"请输入登录密码","inputPhone":"请输入手机号","inputEmail":"请输入邮箱","inputPwdAgain":"再输入一次密码","loginBy":"使用 {{name}} 登录","thridAccLogin":"第三方账号登录","inputRecoverCode":"请输入恢复代码","rememberedSecret":"已经安全地记录了这段密钥","mfaAfterReset":"如果你没有恢复代码,请联系管理员处理","noEmpty":"{{label}} 不能为空","inputCorrectPhone":"请输入正确的手机号或邮箱","inputPhoneOrEmail":"请输入手机号或邮箱","resetPwd":"重置密码","selfUnlock":"自助解锁","selfUnlockText":"你的账号已被锁定,请输入验证码及密码自助解锁。","pwdLogin":"密码登录","bindPwdLogin":"密码登录","appScanLogin":"移动端 APP 扫码登录","zjzwScanLogin":"浙里办扫码登录","scanLogin":"扫码登录","scanAgain":"重新扫码","wechatScanLogin":"使用微信扫码登录","scanSuccess":"扫码成功","ldapLogin":"LDAP 登录","adLogin":"AD 登录","loginText":"登录","authingOtpPushLogin":"推送登录","authingOtpPushCancelLogin":"取消登录","otpLoginPendingText":"已发送请求到 Authing 令牌 APP,请在客户端确认登录","getOtpLoginRequestAgain":"登录请求已失效,请重新获取","downloadOtpVerifier":"下载验证器","loginToMobileClient":"登录移动端","scanQrCode":"扫描二维码","setAuthingTokenVerify":"设置 Authing 令牌 Verify","phoneScanCodeAndDownloadAuthingToken":"请用手机扫码或前往应用市场下载 Authing 令牌","noPrompt":"以后不再提示","directLogin":"直接登录","openAuthingOtp":"打开 Authing 令牌,点击“登录/注册”","clickAndScanQrcode":"点击“登录应用”页面右上角的扫码入口,扫描下方二维码","downloadIOS":"iOS下载","downloadAndroid":"安卓下载","howBindClient":"如何绑定客户端应用","installAuthingToken":"安装 Authing 令牌","downloadAuthingToken":"请使用手机扫码或前往应用市场下载 Authing 令牌","openAppList":"打开应用列表","addApp":"打开\\"应用列表\\",点击\\"添加应用\\"","openLoginPage":"打开登录页","scanQrcode":"点击\\"扫描二维码\\"按钮扫描应用二维码","scanFollowingQrcode":"扫描以下应用二维码","relevanceApp":"关联应用并登录账号","receiveMessageFromAuthingToken":"登录应用账号后即可在 Authing 令牌接收 Web 应用推送完成登录","howUsePushLogin":"如何使用推送登录","inputAccountInWeb":"在 Web 端登录面板输入账号信息","clickLoginButton":"点击\\"登录\\"","receiveMessageInApp":"在已绑定的移动端应用上接收登录推送","confirmLoginInApp":"确认“登录”,即可成功登录 Web 端。","howGetAppLoginUrl":"如何获取应用登录地址","getCodeFromAdmin":"从管理员处获取关联应用二维码","getCodeFromAdminTips":"管理员可在应用登录控制中得到应用二维码,扫描二维码即可登录对应应用。","getCodeFromPersonalCenter":"从个人中心获取应用二维码","getCodeFromPersonalCenterTips":"用户可在\\"个人中心 - 快速认证\\"保存应用登录二维码,使用 Authing 令牌扫码后选择应用即可登录。","getLoginUrlFromConsole":"管理员从控制台取得登录地址","getLoginUrlFromConsoleTips":"管理员可在「控制台 - 应用详情 - 应用配置 - 认证配置」复制认证地址,用户复制认证地址后即可登录和绑定。","nextStep":"下一步","enterAccount":"请输入账号","verifyCodeSended":"验证码已发送至","inputEmailCode":"请输入邮箱验证码","otherVerifyWay":"其他验证方式","otherLoginWay":"企业登录方式","clickSent":"点击发送验证码","reSent":"点击重发验证码","bindPhoneInfo":"请输入手机号进行绑定","bindWarning":"请联系管理员为你绑定手机号","inputPhoneCode":"请输入手机验证码","forgetPwd":"忘记密码","inputPwd":"请输入密码","setPwdLimit1":"设置至少 6 位字符密码","login":{"setPwdLimit2":"至少六位,需包含英文、数字与符号中的两种","setPwdLimit3":"至少六位,需包含英文、数字与符号"},"setPwdLimitMsg1":"密码长度至少为 6 位","setPwdLimitMsg2":"密码长度至少为 6 位,且要包含英文、数字与符号中的两种","setPwdLimitMsg3":"密码长度至少为 6 位,且要同时包含英文、数字与符号","wechatmpQrcode":"公众号关注登录","inputUsername":"请输入用户名","moreWays":"更多登录","inputCorrectPhoneOrEmail":"请输入有效的手机号或邮箱","sendCodeTimeout":"发送失败,请稍后尝试","mediaDevicesSupport":"当前设备暂不支持人脸识别","qrcodeNetWorkError":"网络异常 点击重试","qrcodeRefer":"刷新","noLoginMethodsDesc":"未配置登录方式","socialConnectionMessage":"不支持使用{{provider}}登录,请选择其他方式登录,或在其它浏览器中重试","inputNewPwd":"请输入新密码","selectLoginAccount":"选择登录账号","useOtherAccount":"使用其他账号","tenant":{"consoleManage":"管理员控制台","ssoPad":"单点登录应用面板"},"AuthorizationCamera":"请先开启授权","checkPreferences":"请检查偏好设置","requireError":"无法满足要求错误","hardwareSupport":"硬件不支持","verifyCodeTip":"看不清?换一张","loginWithPasskey":"使用 Passkey 登录","resetPassword":{"pleaseInputPassword":"请输入密码","checkPasswordDiff":"请输入一致的密码","nextStep":"下一步","reset":"重置密码","back":"返回","resetPasswordText1":"请输入你注册的手机号/邮箱用于接收验证码,我们将为你重置密码。","resetPasswordText2":"你正在重置 {{account}} 的密码。","input":"输入{{text}}","inputFourVerifyCode":"请输入 {{length}} 位验证码","inputNewPwd":"请输入新密码","confirmNewPwd":"请确认新密码","successTipMsg":"你可以使用新密码继续登录","successTip":"密码重置成功","backLogin":"秒后将自动跳转登录页"},"wecomScanLogin":"企业微信扫码登录","passwordRuleTips":"你的密码需要满足如下要求:","characterTypes":"需要包含以下至少 {{x}} 种字符类型","mfaLogin":"免密登录"}'),_d=JSON.parse('{"numberSafteyCode":"数字安全码","mfaBind":"MFA 绑定","nextStep":"下一步","inputCurrPwd":"请输入当前密码","inputNewPwd":"请输入新密码","inputOldPwd":"请输入原登录密码","modifyPwd":"修改密码","passwordExpired":"你的密码已失效,为了不影响你的正常使用,请修改密码。","passwordExpiredByDay":"你的密码将在 1 天后失效,为了不影响你的正常使用,请修改密码","modifyPwdTextDay":"你的密码连续使用超过 {{number}} 天,可能存在风险。请重新设置密码。","modifyPwdTextMonth":"你的密码连续使用超过 {{number}} 个月,可能存在风险。请重新设置密码。","modifyPwdTextYear":"你的密码连续使用超过 {{number}} 年,可能存在风险。请重新设置密码。","modifyNoticePwdTextDay":"你的密码连续使用超过 {{number}} 天,即将过期,为了不影响你的使用,请设置新密码","modifyNoticePwdTextMonth":"你的密码连续使用超过 {{number}} 个月,即将过期,为了不影响你的使用,请设置新密码","modifyNoticePwdTextYear":"你的密码连续使用超过 {{number}} 年,即将过期,为了不影响你的使用,请设置新密码","error":"错误信息","contactAdministrator":"未知的错误~ 请你联系管理员进行处理","resetpasswordText1":"输入你的注册电话/邮箱,输入收到的验证码,我们将为你进行密码重置。","unlockTip":"若解锁遇到问题,请点"}'),Td=JSON.parse('{"EmailVerification":"電子郵件驗證","LoginSuccess":"登入成功","OTPVerification":"OTP 口令驗證","PasswordRegister":"密碼註冊","EmailRegister":"電子郵件註冊","registerTab":"{{text}}註冊","SMS":"短信驗證碼驗證","account":"賬號","accountLock":"賬號被鎖定,請點擊下方問號進行反饋","alreadyHasAcc":"已有賬號,","areaCodePhone":"區號 手機號碼","back":"返回","backLoginPage":"返回登入","backToMFA":"返回 MFA 綁定","backToVerify":"返回驗證頁","bind":"綁定","bindEmail":"綁定電子郵件","bindEmailDoc":"請輸入電子郵件進行綁定","bindPhone":"綁定手機號碼","bindSuccess":"完成綁定","bindTotp":"綁定 OTP","captchaCode":"驗證碼","checkEmail":"該電子郵件已存在","checkPasswordHasSpace":"不能包含空格","checkPhone":"該手機號碼已存在","checkUserName":"該用戶名已存在","checkCustomName":"該帳號已存在","clickTodownload":"點擊下載","confirm":"確認","copied":"已復制","copy":"複製","copyFailed":"複製失敗","corsErrorMessage":"當前域名不在允許訪問的域名列表中。","corsErrorMessage2":"如果有疑問可以<a href=\\"https://docs.authing.cn/v2/guides/security/config-domain.html\\">參考文檔</a>","downloadTotpAppAndroid":"Android 下載","downloadTotpAppDocs":"請使用手機掃碼下載驗證器","downloadTotpAppIOS":"IOS 下載","email":"電子郵件","emailFormatError":"請輸入有效的電子郵件","emailLabel":"電子郵件","emailVerifyCode":"電子郵件驗證碼","faceText1":"綁定人臉識別","faceText2":"請打開攝像頭識別人臉進行綁定","faceText3":"開始驗證","faceText4":"重試一次","faceVerification":"人臉識別驗證","feedback":"幫助中心","female":"女","fetchError":"網路連接失敗,請稍後再試","fullCaptchaCode":"請填寫完整的{{name}}","goToLogin":"直接登入","hasLooseSaftyCode":"安全碼丟失?","i18nCheckErrorMessage":"請輸入所在區號合法的手機號或正確的郵箱","identityBindingAskDesc":"如果綁定到已有賬號,下次可以通過本次的方式直接登入已有賬號","identityBindingAskTitle":"選擇關聯方式","identityBindingBinding":"我想綁定到已有賬號","identityBindingCreate":"我想創建一個新賬號","identityBindingDesc":"綁定後,下次可以直接通過這次的方式登入到此賬號","identityBindingTitle":"綁定已有賬號","identityBindingSkipAskTitle":"帳號綁定","identityBindingSkipAskDesc":"若存在已有帳號,輸入成功後將會完成綁定; 若輸入新帳號則會完成創建和綁定","initPasswordText":"為了保障賬號安全,請設置您的新密碼。","inputFourVerifyCode":"請輸入 {{length}} 位數驗證碼","internationPhoneMessage":"請輸入所在區號合法的手機號碼","isMissing":"{{name}}未填寫","jobNumber":"工號首字母大寫","login":"登入","loginFailCheck":"溫馨提示:您的密碼錯誤,還可以嘗試 {{number}} 次","loginProtocolTips":"請勾選登入協議","man":"男","mfaText1":"掃碼添加 OTP,在手機查看並輸入 6 位數字安全碼。","no":"否","noAccYet":"還沒有賬號,","noFindEmail":"找不到該電子郵件","noFindPhone":"找不到該手機賬號","noFindUsername":"找不到該用戶名賬號","noQuestions":"沒有問題,","noValidator":"沒有驗證器請","otpText1":"請前往 OTP 綁定頁面進行綁定","pToLogin":"秒後返回","password":"密碼","passwordAgain":"請確認密碼","publicAccount":"公共帳戶","passwordUnsafeTip":"密碼強度已更新,請刷新頁面後重試","perfectUserInfo":"個人資訊","phone":"手機號碼","phoneFormateError":"輸入有效的手機號碼","phoneLabel":"手機號碼","phoneNumber":"手機號碼","phoneOrEmail":"手機號碼或電子郵件","phoneVerifyCode":"短信驗證碼","pleaseRecordKey":"請記錄密鑰","pleaseSelectDate":"請選擇日期","problem":{"form":{"phone":"聯絡方式","question":"相關問題","questionClip":"截圖","questionDescript":"問題描述","submit":"提交"},"locked":"帳號被鎖住","lockedTips":"如果您的帳號被鎖定,請聯繫管理員解鎖後再嘗試登入","noAccount":"帳號遺失","noAccountTip":{"tip":"如果帳號丟失,建議您進行以下操作:","type1":"1. 檢查您的帳號與密碼是否正確輸入","type2":"2. 檢查您的手機服務是否停用 / 沒有網路"},"noLogin":"無法登入","noLoginTip":{"type1":"1. 檢查您的帳號與密碼是否正確輸入","type2":"2. 檢查您的手機服務是否停用 / 沒有網路"},"noLoginTips":"如果無法登入,建議您進行以下操作:","noRegister":"無法註冊","noRegisterTip":{"tip":"如果無法註冊,建議您進行以下操作:","type1":"1. 檢查您的帳號是否已註冊","type2":"2. 檢查您的註冊手機號碼是否正確輸入","type3":"3. 檢查您的驗證碼簡訊是否被阻擋"},"noResetPass":"無法重設密碼","noResetPassTip":{"tip":"如果無法重設密碼,建議您進行以下操作:","type1":"1. 檢查您的手機服務是否停用 / 沒有網路","type2":"2. 檢查您設定的密碼是否正確"},"noVerify":"無法收到驗證碼","noVerifyTip":{"tip":"如果無法收到手機驗證碼,建議您進行以下操作:","type1":"1. 檢查您的手機服務是否停用 / 沒有網路","type2":"2. 檢查您的手機號碼是否輸入正確","type3":"3. 檢查您的驗證碼簡訊是否被阻擋"},"other":"其他","successTip":"提交成功","successTipMsg":"您的信息已經提交給應用管理員,會盡快處理您的反饋,請您耐心等待。","title":"問題回報"},"register":"註冊","registerImmediate":"立即註冊","registerProtocolTips":"請勾選註冊協議","registrationSuccess":"註冊成功","repeatPasswordDoc":"兩次密碼輸入不一致","resetSuccess":"重設密碼","resetSuccessMessage":"密碼重設成功,請使用新密碼登入","retryAfterTime":"{{time}} 秒","sendVerifyCode":"發送驗證碼","skip":"跳過","sure":"確定","timeout":"請求超時,請稍後重試","timeoutAD":"請求超時,AD 配置錯誤","timeoutLDAP":"請求超時,LDAP 配置錯誤","totpGenerateCode":"為您生成一串新的恢復代碼,請安全地記錄這段密鑰","totpText1":"請妥善保存恢復代碼","totpText2":"如果您的 MFA 丟失時,您將需要一個恢復代碼","unlock":"解鎖","unsafePasswordChangeText":"您的密碼不符合當前密碼強度要求,請設置新密碼。","updatePsswordSuccess":"修改密碼成功,請重新登入","uploadFail":"{{name}} 上傳失敗","usePhoneOpen":"請在手機打開 Google Authenticator 或 Microsoft Authenticator","useRecoverCode":"使用恢復代碼","userNameIsExists":"該用戶名已存在!","username":"用戶名","usernameFormatError":"輸入有效的用戶名","customNameFormatError":"輸入有效的帳號","verifyCodeLogin":"驗證碼登入","phoneCodeTab":"手機號登錄","emailCodeTab":"郵箱登錄","verifyCodeRegister":"驗證碼註冊","welcome":"歡迎訪問","welcomeDoc":"歡迎加入 {{name}} ,為了提供最佳的線上體驗,請填寫您的個人資訊","yes":"是","loginWithWechatmpQrcodeTipsTitle":"長按二維碼登入","del":"移除","qrcode":"二維碼","registerCompletePasswordDesc":"為了保障賬號安全,請設置您的密碼。","mfaCertification":"多因素認證","emailMfaCheck":"請輸入電子郵箱驗證碼","SmsMfaCheck":"請輸入短信驗證碼","faceCheck":"請保持攝像頭已打開並無遮擋","resetAccount":{"title":"設定用戶名","message":"當前用戶名不是唯一的,請重新設定用戶名後才可以成功登入。"},"noTenant":"暫無已加入的租戶","joinTenant":"加入租戶","tenantExample":"請輸入租戶識別碼,例如:Ljrs18wa","enter":"進入","createTenant":"創建租戶","pleaseInput":"請輸入","tenantName":"租戶名稱","tenantEmail":"租戶企業郵箱功能變數名稱","tenantDesc":"租戶描述","visitor":"訪客模式","createTenantDesc":"如需創建新租戶,請點擊此處","codeError":"識別碼錯誤,請重新輸入","emailVerify":"驗證企業郵箱","verify":"驗證","inputBusinessEmail":"請輸入企業郵箱","inputCode":"請輸入驗證碼","domainNotFound":"當前組織管理員未設定企業郵箱功能變數名稱,請聯系管理員設定後加入組織。","name":"姓名","applyJoin":"申請加入","welcomeJoin":"邀請你加入","inputCaptcha":"請輸入身份驗證碼","verifyAccount":"身份驗證碼已發送至 {{0}}","captchaMaxErrorCount":"驗證碼輸入錯誤 {{0}} 次,連結將會失效","pendingMsg":"你已完成加入「{{0}}」的申請。< br />請等待管理員審批通過後,你將收到郵件,敬請留意。","doneMsg":"申請加入成功,敬請查收郵件!","inviteExpire":"驗證失敗,當前連結已失效","inviteExpireMsg":"請聯系邀請人為您重新發送邀請郵件","sendSms":"未收到郵件?點擊發送短信","sendEmail":"未收到簡訊?點擊發送郵件","invitation":{"completeInfo":"請補全資訊","completeInfoDesc":"請補全下方資訊,資訊為非必填的情况下,可點擊「下一步」直接跳過"},"cratePasskeyTitle":"建立 Passkey","cratePasskeyTips":"目前帳號沒有 passkey,請先完成建立驗證後登入","onBindPasskeyTitle":"暫未綁定 Passkey,請聯系管理員進行綁定操作","createNow":"立即建立","passkeyVerifyTitle":"Passkey 驗證","passkeyVerifyTips":"為了保障存取安全,請根據瀏覽器提示完成驗證","reVerify":"驗證 Passkey","inviteExpired":"當前邀請連結已失效,請聯系相關管理員為你重新發起邀請。","pageExpired":"當前頁面已過期,請重新點擊邀請連結進入","inviteSuccess":"已成功加入,敬請查收郵件。 請根據郵件內的資訊完成登入。","day":"天","month":"個月","year":"年","emailorcodeError":"郵件信箱或驗證碼錯誤","phoneorcodeError":"手機號碼或驗證碼錯誤","usernameError":"用戶名錯誤","more":"更多","moreIdps":"更多企業登入方式","all":"全部","noFindIdps":"没有找到 ‘{{0}}’ 相关身份源","lastUsed":"上次使用"}'),Id=JSON.parse('{"accPwdLoginVerify":"賬號登入驗證","adLogin":"AD 登入","authingOtpPushLogin":"推送登錄","authingOtpPushCancelLogin":"取消登錄","loginText":"登録","otpLoginPendingText":"已發送請求到Authing權杖APP,請在用戶端確認登入","getOtpLoginRequestAgain":"登錄請求已失效,請重新獲取","downloadOtpVerifier":"下載驗證器","loginToMobileClient":"登錄移動端","scanQrCode":"掃描二維碼","setAuthingTokenVerify":"設定Authing權杖Verify","phoneScanCodeAndDownloadAuthingToken":"请用手机扫码或前往应用市场下载 Authing 令牌","noPrompt":"以後不再提示","directLogin":"直接登錄","openAuthingOtp":"打開Authing權杖,點擊“登入/注册”","clickAndScanQrcode":"點擊“登入應用”頁面右上角的掃碼入口,掃描下方二維碼","downloadIOS":"iOS下載","downloadAndroid":"安卓下載","howBindClient":"如何綁定用戶端應?","installAuthingToken":"安裝Authing權杖","downloadAuthingToken":"請使用手機掃碼或前往應用市場下載Authing權杖","openAppList":"打開應用清單","addApp":"打開“應用清單”,點擊“添加應用”","openLoginPage":"打開登入頁","scanQrcode":"點擊“掃描二維碼”按鈕掃描應用二維碼","scanFollowingQrcode":"掃描以下應用二維碼","relevanceApp":"關聯應用並登入帳號","receiveMessageFromAuthingToken":"登录应用账号后即可在 Authing 令牌接收 Web 应用推送完成登录","howUsePushLogin":"如何使用推送登入","inputAccountInWeb":"在Web端登入面板輸入帳號資訊","clickLoginButton":"點擊\\"登入\\"","receiveMessageInApp":"在已綁定的移動端應用上接收登入推送","confirmLoginInApp":"確認“登入”,即可成功登入Web端。","howGetAppLoginUrl":"如何獲取應用登入地址","getCodeFromAdmin":"從管理員處獲取關聯應用二維碼","getCodeFromAdminTips":"管理員可在應用登入控制中得到應用二維碼,掃描二維碼即可登入對應應用。","getCodeFromPersonalCenter":"從個人中心獲取應用二維碼","getCodeFromPersonalCenterTips":"用戶可在“個人中心-快速認證”保存應用登入二維碼,使用Authing權杖掃碼後選擇應用即可登入。","getLoginUrlFromConsole":"管理員從控制台取得登入地址","getLoginUrlFromConsoleTips":"管理員可在「控制台-應用詳情-應用配寘-認證配寘」複製認證地址,用戶複製認證地址後即可登入和綁定。","nextStep":"下一步","enterAccount":"請輸入帳號","appScanLogin":"移動端 APP 掃碼登入","zjzwScanLogin":"浙裡辦掃碼登入","bindPhoneInfo":"請輸入手機號碼進行綁定","bindWarning":"請聯系管理員為你綁定手機號","captchaCode":"圖形驗證碼","clickSent":"點擊發送驗證碼","reSent":"點擊重發驗證碼","forgetPwd":"忘記密碼","inputAccount":"請輸入{{text}}","inputAdPwd":"請輸入 AD 密碼","inputAdUsername":"請輸入 AD 用戶名","inputCaptchaCode":"請輸入圖形驗證碼","inputCorrectPhone":"請輸入正確的手機號碼或電子郵件","inputCorrectPhoneOrEmail":"請輸入有效的手機號碼或電子郵件","inputEmail":"請輸入電子郵件","inputEmailCode":"請輸入電子郵件驗證碼","inputLdapPwd":"請輸入 LDAP 密碼","inputLdapUsername":"請輸入 LDAP 用戶名","inputLoginPwd":"請輸入密碼","inputNewPwd":"請輸入新密碼","inputPhone":"請輸入手機號碼","inputPhoneCode":"請輸入手機驗證碼","inputPhoneOrEmail":"請輸入手機號碼或電子郵件","inputPwd":"請輸入密碼","inputPwdAgain":"再輸入一次密碼","inputRecoverCode":"請輸入恢復代碼","inputSixCode":"請輸入綁定的 6 位數字安全碼","inputUsername":"請輸入用戶名","ldapLogin":"LDAP 登入","login":{"setPwdLimit2":"至少六位,需包含英文、數字與符號中的兩種","setPwdLimit3":"至少六位,需包含英文、數字與符號"},"loginBy":"使用 {{name}} 登入","mediaDevicesSupport":"當前設備暫不支持人臉識別","mfaAfterReset":"如果您沒有恢復代碼,請聯繫管理員處理","moreWays":"更多登入","noEmpty":"請填入 {{label}}","noLoginMethodsDesc":"未配置登入方式","otherLoginWay":"企业登录方式","otherVerifyWay":"其他驗證方式","pwdLogin":"帳號","bindPwdLogin":"帳號","rememberedSecret":"已經安全地記錄了這段密鑰","resetPwd":"重設密碼","scanLogin":"掃碼登入","selfUnlock":"自助解鎖","selfUnlockText":"您的賬號已被鎖定,請輸入驗證碼及密碼自助解鎖。","sendCodeTimeout":"發送失敗,請稍後嘗試","setPwdLimit1":"設置至少 6 位字符密碼","setPwdLimitMsg1":"密碼長度至少為 6 位","setPwdLimitMsg2":"密碼長度至少為 6 位,且要包含英文、數字與符號中的兩種","setPwdLimitMsg3":"密碼長度至少為 6 位,且要同時包含英文、數字與符號","socialConnectionMessage":"不支持使用{{provider}}登入,請選擇其他方式登入,或在其它瀏覽器中重試","thridAccLogin":"第三方帳號登入","verifyCodeSended":"驗證碼已發送至","wechatmpQrcode":"公眾號關注登入","selectLoginAccount":"選擇登入賬號","useOtherAccount":"使用其他賬號","wechatScanLogin":"使用微信掃碼登錄","qrcodeRefer":"刷新","qrcodeNetWorkError":"網路異常 點擊重試","scanAgain":"重新掃碼","scanSuccess":"掃碼成功","tenant":{"consoleManage":"管理員控制台","ssoPad":"單點登錄應用面板"},"AuthorizationCamera":"請先開啟授權","checkPreferences":"請檢查偏好設置","requireError":"無法滿足要求錯誤","hardwareSupport":"硬件不支持","verifyCodeTip":"看不清?換一張","loginWithPasskey":"使用 Passkey 登入","resetPassword":{"pleaseInputPassword":"請輸入密碼","checkPasswordDiff":"請輸入一致的密碼","nextStep":"下一步","reset":"重置密碼","back":"返回","resetPasswordText1":"請輸入你注册的手機號/郵箱用於接收驗證碼,我們將為你重置密碼。","resetPasswordText2":"你正在重置 {{account}} 的密碼。","input":"輸入{{text}}","inputFourVerifyCode":"請輸入 {{length}} 位數驗證碼","inputNewPwd":"請輸入新密碼","confirmNewPwd":"請確認新密碼","successTipMsg":"你可以使用新密碼繼續登入","successTip":"密碼重置成功","backLogin":"秒後將自動跳轉登入頁"},"wecomScanLogin":"企業微信掃碼登入","passwordRuleTips":"您的密碼必須包含:","characterTypes":"需要包含以下至少 {{x}} 种字符类型"}'),Nd=JSON.parse('{"contactAdministrator":"未知的錯誤~ 請您聯繫管理員進行處理","error":"錯誤信息","inputCurrPwd":"請輸入當前密碼","inputNewPwd":"請輸入新密碼","inputOldPwd":"請輸入原登入密碼","mfaBind":"MFA 綁定","modifyPwdTextDay":"你的密碼連續使用超過 {{number}} 天,可能有風險。請重新設定密碼。","passwordExpiredByDay":"你的密碼將在 1 天後失效,為了不影響你的正常使用,請修改密碼。","modifyPwdTextMonth":"你的密碼連續使用超過 {{number}} 個月,可能會有風險。請重新設定密碼。","modifyPwdTextYear":"你的密碼連續使用超過 {{number}} 年,可能有風險。請重新設定密碼。","modifyNoticePwdTextDay":"你的密碼連續使用超過 {{number}} 天,即將過期,為了不影響你的使用,請設定新密碼","modifyNoticePwdTextMonth":"你的密碼連續使用超過 {{number}} 個月,即將過期,為了不影響你的使用,請設定新密碼","modifyNoticePwdTextYear":"你的密碼連續使用超過 {{number}} 年,即將過期,為了不影響你的使用,請設定新密碼","modifyPwd":"修改密碼","passwordExpired":"你的密碼已失效,為了不影響你的正常使用,請修改密碼。","nextStep":"下一步","numberSafteyCode":"數字安全碼","resetpasswordText1":"請輸入您的註冊電子郵件 / 手機號碼,以及收到的驗證碼,我們將為您進行密碼重設。","unlockTip":"若解鎖遇到問題,請點"}'),Ad=JSON.parse('{"guidance":{},"uploadFail":"{{name}} アップロード失敗","confirm":"確認","retryAfterTime":"{{time}} 秒","sendVerifyCode":"認証コードを送信します","emailFormatError":"有効なメールアドレスをご入力ください","usernameFormatError":"有効なユーザー名を入力する","customNameFormatError":"有効なアカウントを入力","phoneFormateError":"有効な携帯番号を入力する","username":"ユーザー名","login":"ログイン","noAccYet":"アカウントがないので,","registerImmediate":"すぐに登録します","sure":"確定","hasLooseSaftyCode":"セキュリティコードの紛失?","useRecoverCode":"復旧コードを使って","register":"登録","unlock":"ロック","alreadyHasAcc":"すでにアカウントがある,","perfectUserInfo":"プロフィール充実","publicAccount":"パブリックアカウント","man":"男","female":"女","emailLabel":"メールアドレス","phoneLabel":"携帯電話番号","pleaseSelectDate":"日付を選んでください","bindEmail":"メールボックスを結びつける","email":"メールアドレス","inputFourVerifyCode":"{{length}}桁の認証コードをご入力ください","bindPhone":"携帯電話番号を結びつける","phoneNumber":"携帯電話","bind":"据え置き","yes":"は","no":"いいえ","problem":{"title":"ヘルプ・お問い合わせ","noVerify":"認証コードが届きません","noLogin":"ログインできません","noRegister":"登録できません","noAccount":"アカウントをお忘れ","noResetPass":"パスワードのリセットができません","locked":"アカウントがロックされました","other":"その他","noVerifyTip":{"tip":"認証コードのSMSが届かない原因としては以下の事象等が考えられます。","type1":"1. 通信状況が不安定 /モバイル通信ができない状態","type2":"2. 電話番号の入力間違い","type3":"3. SMSの受信の制限"},"noLoginTip":{"type1":"1. アカウントとパスワードの入力が正しいかどうかチェックします。","type2":"2. 携帯電話が利用停止かどうか若しくはネットワーク接続状態チェックします。"},"noRegisterTip":{"tip":"ログインできない場合は、以下の操作をお勧めします。","type1":"1. すでにアカウント登録済みとなっているかどうかチェックします。","type2":"2. 携帯電話番号が正しく入力しているかどうかチェックします。","type3":"3. 認証コードのSMSがブロックされているかどうかチェックします。"},"noAccountTip":{"tip":"アカウントが紛失した場合は、以下の操作をお勧めします。","type1":"1. アカウントとパスワードの入力が正しいかどうかチェックします。","type2":"2. 携帯電話が利用停止かどうか若しくはネットワーク接続状態チェックします。"},"noResetPassTip":{"tip":"パスワードをリセットできない場合は、以下の操作をお勧めします。","type1":"1. 携帯電話が利用停止かどうか若しくはネットワーク接続状態チェックします。","type2":"2. 設定したパスワードが正しいかどうかチェックします。"},"otherTip":{},"successTip":"提出に成功する","successTipMsg":"あなたの情報はアプリケーション管理者に提出されており、フィードバックはすぐに処理されますので、お待ちください。","form":{"phone":"連絡方法","question":"ご用件","questionDescript":"お問い合わせ内容","questionClip":"スクリーンショット","submit":"提出"},"lockedTips":"アカウントがロックされた場合は、管理者にご連絡頂き、ロック解除された後もう一度ログインするようお願い致します。","noLoginTips":"ログインできない場合は、以下の操作をお勧めします。"},"backLoginPage":"ログイン画面に戻ります","LoginSuccess":"ログインに成功する","welcomeDoc":"{{name}}へようこそ、より良い使用体験をご提供できるよう個人情報のご記入をお願い致します。","bindEmailDoc":"メールアドレスを入力して結びつけてください","copied":"複製済み","copy":"コピー","repeatPasswordDoc":"2回のパスワード入力が一致しません","SMS":"sms認証","EmailVerification":"電子メール認証","OTPVerification":"OTP パスワード検証","faceVerification":"顔認証認証","registrationSuccess":"登録に成功する","copyFailed":"コピー失敗","downloadTotpAppIOS":"IOS のダウンロード","downloadTotpAppAndroid":"Android ダウンロード","downloadTotpAppDocs":"携帯電話のコードを使って検証をダウンロードしてください","bindTotp":"バインディング OTP","checkEmail":"メールボックスはすでに存在しています","checkUserName":"ユーザ名はすでに存在する","checkCustomName":"このアカウントは既に存在します","checkPhone":"携帯電話番号はすでに存在しています","loginFailCheck":"暖かい提示:あなたのパスワードは間違って、また試みることができます {{number}} 回","bindSuccess":"バインディング完了","pleaseRecordKey":"鍵を記録してください","totpText1":"回復コードを適切に保存してください","totpText2":"MFA が紛失した場合復旧コードが必要になります","otpText1":"バインドするには OTP バインド ページに移動してください","faceText1":"顔認証を結びつける","faceText2":"バインドする顔を認識するためにカメラをオンにしてください","faceText3":"検証を開始する","faceText4":"もう一度やってみる","checkPasswordHasSpace":"フレームを含まない","backToVerify":"検証ページに戻る","usePhoneOpen":"携帯で Google Authenticator または Microsoft Authenticator を開いてください","noValidator":"ベリファイアなしで","clickTodownload":"クリックしてダウンロードする","mfaText1":"OTP を追加して、携帯電話で調べて 6 桁の数字の安全なコードを入力します。","backToMFA":"MFA バインディングを戻す","timeoutLDAP":"要求タイムアウト、LDAP構成エラー","noQuestions":"問題がなく、","goToLogin":"直接にログインします","passwordAgain":"パスワードを確認してください","isMissing":"{{name}}が未入力です","password":"パスワード","captchaCode":"認証コード","account":"アカウント","phone":"携帯電話番号","pToLogin":"秒後に、ログイン画面に戻ります","resetSuccess":"リセットが完了しました","resetSuccessMessage":"パスワードのリセットが完了しました。新しいパスワードにて再ログインしてください。","welcome":"訪問を歓迎する","initPasswordText":"アカウントを安全に保つために、新しいパスワードを設定してください。","unsafePasswordChangeText":"あなたのパスワードは現在のパスワード強度の要件を満たしていません。新しいパスワードを設定してください。","updatePsswordSuccess":"パスワードの変更に成功しましたので、再ログインしてください","fullCaptchaCode":"{{name}}を記入してください","feedback":"ヘルプ・お問い合わせ","loginProtocolTips":"ログインプロトコルにチェックを入れてください","registerProtocolTips":"登録プロトコルにチェックを入れてください","accountLock":"アカウントがロックされたら、下の疑問符をクリックしてフィードバックしてください","corsErrorMessage":"現在のドメイン名はアクセスが許可されているドメイン名のリストには含まれていない。","corsErrorMessage2":"質問があれば<a href=\\"https://docs.authing.cn/v2/guides/security/config-domain.html\\">ドキュメント参照</a>","totpGenerateCode":"この鍵を安全に記録してください","verifyCodeLogin":"認証コード登録","phoneCodeTab":"携帯電話番号でのログイン","emailCodeTab":"電子メールでのログイン","phoneVerifyCode":"sms認証コード","emailVerifyCode":"メールボックス認証コード","phoneOrEmail":"携帯電話/メールアドレス","skip":"飛び越え","back":"戻る","identityBindingAskTitle":"つながり方を選ぶ","identityBindingAskDesc":"既存アカウントに紐付いている場合は、今回の方法で直接既存アカウントにログインすることができます。","identityBindingCreate":"新しいアカウントを作りたいのですが","identityBindingBinding":"既存のアカウントと結びつけたい","identityBindingTitle":"既存のアカウントを結びつける","identityBindingDesc":"紐付け后、次回から直接今回の方法でこのアカウントにログインすることができます","identityBindingSkipAskTitle":"アカウントのバインド","identityBindingSkipAskDesc":"既存のアカウントが存在する場合は、入力に成功するとバインドが完了します。新規アカウントを入力すると作成とバインドが完了します","internationPhoneMessage":"合法的な局番の携帯番号を入力してください","areaCodePhone":"+局番付き携帯番号","timeoutAD":"要求タイムアウト、AD設定ミス","timeout":"タイムアウトをお願いしますので,後ほど再試行してください","userNameIsExists":"このユーザー名はすでに存在します!","fetchError":"ネットワーク接続に失敗した場合は後ほどお試しください","passwordUnsafeTip":"パスワードが更新されましたので、ページを更新して再試行してください","i18nCheckErrorMessage":"地域番号の合法的な携帯電話番号または正しいメールアドレスを入力してください","verifyCodeRegister":"認証コード登録","EmailRegister":"Eメール登録","registerTab":"{{text}}登録","PasswordRegister":"アカウント登録","noFindEmail":"該当メールアドレスが見つかりません","noFindPhone":"携帯電話のアカウントが見つかりません","noFindUsername":"該当ユーザー名アカウントが見つからない","jobNumber":"工番の頭文字を大文字にする","loginWithWechatmpQrcodeTipsTitle":"qrコードを長押しして登録する","del":"除去","qrcode":"qrコード","registerCompletePasswordDesc":"アカウントを安全に保つために、パスワードを設定してください。","mfaCertification":"多要素認証","emailMfaCheck":"メール認証コードを入力してください","SmsMfaCheck":"SMS認証コードを入力してください","faceCheck":"カメラの電源を入れ、遮るものがない状態にしてください","resetAccount":{"title":"ユーザー名の設定","message":"現在のユーザー名は一つではありません。ユーザー名を再設定してからログインできます。"},"noTenant":"未加入のテナントは現在存在しません","joinTenant":"テナントへの参加","tenantExample":"テナント識別コードを入力してください(例:Ljrs18wa)","enter":"に入る","createTenant":"テナントの作成","pleaseInput":"入力してください","tenantName":"租户テナント名名称","tenantEmail":"テナント企業メールアドレスドメイン","tenantDesc":"テナントの説明","visitor":"ゲストモード","createTenantDesc":"新規テナントを作成するには、こちらをクリックしてください","codeError":"識別コードエラー、再入力してください","emailVerify":"エンタープライズメールボックスの検証","verify":"検証","inputBusinessEmail":"エンタープライズメールアドレスを入力してください","inputCode":"認証コードを入力してください","domainNotFound":"現在の組織管理者はエンタープライズメールアドレスのドメイン名を設定していません。管理者に連絡して設定してから組織に参加してください。","name":"名前","applyJoin":"加入申請","welcomeJoin":"あなたを招待します","inputCaptcha":"認証コードを入力してください","verifyAccount":"認証コードがに送信されました {{0}}","captchaMaxErrorCount":"認証コード入力エラー {{0}} 回、リンクが無効になります","pendingMsg":"あなたは「{{0}}」への参加申請を完了しました。<br />管理者の承認が完了するまで待ってください。メールが届きますので、注意してください。","doneMsg":"加入申請に成功しました、メールをご査収ください","inviteExpire":"検証に失敗しました。現在のリンクは無効です","inviteExpireMsg":"招待者に連絡して招待メールを再送してください","sendSms":"メールを受信していませんか?をクリックしてメッセージを送信","sendEmail":"メールが届かない?クリックしてメールを送信","invitation":{"completeInfo":"情報を補完してください","completeInfoDesc":"下の情報を補足してください。情報が必要でない場合は、「次へ」をクリックして直接スキップしてください"},"cratePasskeyTitle":"パスキーの作成","cratePasskeyTips":"現在のアカウントにはパスキーがありません。ログインする前に作成と検証を完了してください","onBindPasskeyTitle":"Passkeyはまだバインドされていません。バインド操作については管理者に連絡してください","createNow":"今すぐ作成","passkeyVerifyTitle":"パスキーログイン","passkeyVerifyTips":"アクセスのセキュリティを確保するため、ブラウザのプロンプトに従って検証を完了してください","reVerify":"検証 Passkey","inviteExpired":"現在の招待リンクは無効です。関連管理者に連絡して招待を再開してください。","pageExpired":"現在のページは期限切れですので、招待リンクをもう一度クリックしてください","inviteSuccess":"正常に参加しました。メールを確認してください。メール内の情報に基づいてログインを完了してください。","day":"日","month":"ヶ月","year":"年","emailorcodeError":"メールアドレスまたは確認コードが間違っています","phoneorcodeError":"電話番号または確認コードが間違っています","usernameError":"ユーザー名が間違っています","more":"もっと","moreIdps":"ログインするその他の方法","all":"全て","noFindIdps":"\'{{0}}\' の ID ソースが見つかりません","lastUsed":"最後に使用"}'),Pd=JSON.parse('{"inputAccount":"{{text}}をご入力ください","inputAdUsername":"AD ユーザー名を入力してください","inputAdPwd":"AD パスワードを入力してください","inputLdapUsername":"LDAP ユーザ名を入力してください","inputLdapPwd":"LDAP パスワードを入力してください","inputCaptchaCode":"図形認証コードを入力してください","captchaCode":"グラフィックス認証コード","accPwdLoginVerify":"アカウント登録検証","inputSixCode":"バインドされた 6 桁のセキュリティ コードを入力してください","inputLoginPwd":"パスワードをご入力ください","inputPhone":"携帯番号を入力してください","inputEmail":"メールアドレスをご入力ください","inputPwdAgain":"もう一度パスワードを入力する","loginBy":"{{name}}を使ってログインする","thridAccLogin":"第三者アカウントのログイン","inputRecoverCode":"復旧コードを入力してください","rememberedSecret":"鍵は安全に記録されています","mfaAfterReset":"復旧コードがない場合は管理者に連絡してください","noEmpty":"{{label}}が未入力です","inputCorrectPhone":"メールアドレス/携帯電話を正しくご入力ください","inputPhoneOrEmail":"携帯番号またはメールアドレスをご入力ください","resetPwd":"パスワードをリセット","selfUnlock":"セルフロック","selfUnlockText":"あなたのアカウントはロックされています。認証コードとパスワードを入力してセルフロックを解除してください。","pwdLogin":"既にアカウントをお持ち","bindPwdLogin":"アカウントログイン","appScanLogin":"モバイルアプリでコード登録","zjzwScanLogin":"浙江事務所","scanLogin":"コード登録","scanAgain":"コードを掃き直す","wechatScanLogin":"wechatのコードを使ってログインする","scanSuccess":"コード掃きに成功する","ldapLogin":"LDAP ログイン","adLogin":"AD 登録","authingOtpPushLogin":"プッシュ登録","authingOtpPushCancelLogin":"登録をキャンセルする","loginText":"登録","otpLoginPendingText":"AuthingトークンAPPにリクエストを送信しました。クライアントでログインを確認してください","getOtpLoginRequestAgain":"ログイン要求は無効になりましたので、再取得してください","downloadOtpVerifier":"ベリファイアのダウンロード","loginToMobileClient":"モバイル端末へのログイン","scanQrCode":"スキャン2次元コード","setAuthingTokenVerify":"AuthingトークンVerifyの設定","phoneScanCodeAndDownloadAuthingToken":"携帯電話でコードをスキャンするか、アプリケーション市場に行ってAuthingトークンをダウンロードしてください","noPrompt":"後でプロンプトしない","directLogin":"直接ログイン","openAuthingOtp":"Authingトークンを開き、「ログイン/登録」をクリックします","clickAndScanQrcode":"「ログインアプリケーション」ページの右上にあるスキャンコードの入り口をクリックし、下のQRコードをスキャンします","downloadIOS":"iOSダウンロード","downloadAndroid":"Androidダウンロード","howBindClient":"クライアントアプリケーションをバインドする方法","installAuthingToken":"Authingトークンのインストール","downloadAuthingToken":"携帯電話でコードをスキャンするか、アプリケーション市場に行ってAuthingトークンをダウンロードしてください","openAppList":"アプリケーションリストを開く","addApp":"「アプリケーションリスト」を開き、「アプリケーションの追加」をクリックします","openLoginPage":"ログインページを開く","scanQrcode":"「QRコードをスキャン」ボタンをクリックしてQRコードをスキャンして適用する","scanFollowingQrcode":"スキャン以下にQRコードを適用","relevanceApp":"アプリケーションを関連付けてアカウントにログインする","receiveMessageFromAuthingToken":"アプリケーションアカウントにログインすると、AuthingトークンでWebアプリケーションのプッシュを受信してログインを完了することができます","howUsePushLogin":"プッシュログインの使用方法","inputAccountInWeb":"Webログインパネルにアカウント情報を入力する","clickLoginButton":"「ログイン」をクリック","receiveMessageInApp":"バインドされたモバイル端末アプリケーションへのログインプッシュの受信","confirmLoginInApp":"「ログイン」を確認すると、Web側に正常にログインできます。","howGetAppLoginUrl":"アプリケーションログインアドレスを取得する方法","getCodeFromAdmin":"管理者から関連アプリケーションのQRコードを取得する","getCodeFromAdminTips":"管理者はアプリケーションログイン制御に二次元コードを適用することができ、二次元コードをスキャンすれば対応するアプリケーションにログインすることができる。","getCodeFromPersonalCenter":"パーソナルセンターからアプリケーションQRコードを取得する","getCodeFromPersonalCenterTips":"ユーザーは「パーソナルセンター-クイック認証」保存アプリケーションに二次元コードを登録し、Authingトークンを使用してコードをスキャンした後、アプリケーションを選択することでログインすることができます","getLoginUrlFromConsole":"管理者はコンソールからログインアドレスを取得する","getLoginUrlFromConsoleTips":"管理者は、コンソール-アプリケーション詳細-アプリケーション構成-認証構成で認証アドレスをコピーでき、ユーザーは認証アドレスをコピーするとログインとバインドできます。","nextStep":"次のステップ","enterAccount":"アカウントを入力してください","verifyCodeSended":"認証コードが送信され","inputEmailCode":"メールアドレス認証を入力してください","otherVerifyWay":"その他の検証方法","otherLoginWay":"OR","clickSent":"認証コードの送信をクリックする","reSent":"認証コードの再送をクリックしてください","bindPhoneInfo":"携帯番号を入力して結びつけてください","bindWarning":"管理者に連絡して携帯番号をバインドしてください","inputPhoneCode":"携帯認証コードを入力してください","forgetPwd":"パスワードをお忘れの場合","inputPwd":"パスワードを入力してください","setPwdLimit1":"最低 6 ビットの文字パスワードを設定する","login":{"setPwdLimit2":"少なくとも6桁で、英数字と記号のうち2種類を含むこと","setPwdLimit3":"少なくとも6桁の英数字および記号を含むこと"},"setPwdLimitMsg1":"パスワードの長も 6桁で","setPwdLimitMsg2":"パスワードの長さは少なくとも 6桁で、英語、数字、記号のうち 2種類を含むこと","setPwdLimitMsg3":"パスワードの長も 6桁で、英文、数字および記号を同時に含むこと","wechatmpQrcode":"公衆番号フォロー登録","inputUsername":"ユーザー名を入力してください","moreWays":"もっとログインする","inputCorrectPhoneOrEmail":"有効な携帯番号またはメールアドレスをご入力ください","sendCodeTimeout":"送信に失敗した場合は後ほどお試しください","mediaDevicesSupport":"現在のデバイスは顔認識をサポートしていない","qrcodeNetWorkError":"ネットワーク異常クリック再試行","qrcodeRefer":"更新","noLoginMethodsDesc":"未構成登録方式","socialConnectionMessage":"{{provider}}を使用したログインはサポートされていません。他の方法でログインするか、他のブラウザで再試行してください。","inputNewPwd":"新しいパスワードをご入力ください","selectLoginAccount":"ログインアカウントを選択する","useOtherAccount":"別のアカウントを使う","tenant":{"consoleManage":"管理コンソール","ssoPad":"シングル サインオン アプリケーション パネル"},"AuthorizationCamera":"最初に認証を有効にしてください","checkPreferences":"設定を確認してください","requireError":"要求エラーを満たすことができません","hardwareSupport":"ハードウェアはサポートされていません","verifyCodeTip":"別の画像を表示","loginWithPasskey":"パスキーを使用してログインする","resetPassword":{"pleaseInputPassword":"パスワードを入力してください","checkPasswordDiff":"一貫したパスワードを入力してください","nextStep":"次のステップ","reset":"パスワードをリセット","back":"戻る","resetPasswordText1":"認証コードを受け取るために登録した携帯電話番号/メールボックスを入力してください。パスワードをリセットします。","resetPasswordText2":"あなたはリセットしています {{account}} のパスワード。","input":"インプット{{text}}","inputFourVerifyCode":"入力してください {{length}} ビット認証コード","inputNewPwd":"新しいパスワードを入力してください","confirmNewPwd":"新しいパスワードを確認してください","successTipMsg":"新しいパスワードを使用してログインを続けることができます","successTip":"パスワードのリセットに成功しました","backLogin":"秒ログインページが自動的にジャンプされます"},"wecomScanLogin":"エンタープライズ WeChat ログイン","passwordRuleTips":"パスワードには、以下を含める必要があります:","characterTypes":"Include at least {{x}} character types"}'),Od=JSON.parse('{"numberSafteyCode":"デジタルセキュリティコード","mfaBind":"MFA バインディング","nextStep":"次のステップ","inputCurrPwd":"現在のパスワードを入力してください","inputNewPwd":"新しいパスワードをご入力ください","inputOldPwd":"元のログインパスワードを入力してください","modifyPwd":"パスワードを変更する","passwordExpired":"パスワードの有効期限が切れています。通常のご利用に影響がないよう、パスワードを変更してください。","passwordExpiredByDay":"パスワードは1日後に有効期限が切れます。通常のご利用に影響がないよう、パスワードを変更してください。","modifyPwdTextDay":"あなたのパスワードは {{number}} 日以上使用されており、危険にさらされている可能性があります。パスワードをリセットしてください。","modifyPwdTextMonth":"あなたのパスワードは {{number}} か月間以上継続して使用されており、危険にさらされている可能性があります。パスワードをリセットしてください。","modifyPwdTextYear":"あなたのパスワードは {{number}} 年以上継続して使用されており、危険にさらされている可能性があります。パスワードをリセットしてください。","modifyNoticePwdTextDay":"あなたのパスワードは {{number}} 日以上継続して使用されており、有効期限が近づいています。使用に影響を与えないように、新しいパスワードを設定してください。","modifyNoticePwdTextMonth":"あなたのパスワードは {{number}} か月間以上継続して使用されており、有効期限が近づいています。使用に影響を与えないように、新しいパスワードを設定してください。","modifyNoticePwdTextYear":"あなたのパスワードは {{number}} 年以上継続して使用されており、有効期限が近づいています。使用に影響を与えないように、新しいパスワードを設定してください。","error":"エラーメッセージ","contactAdministrator":"不明なエラーです ~ 処理については管理者に連絡してください","resetpasswordText1":"登録の携帯番号/メールアドレスを入力し、認証コードを入力しください。パスワードのリセットをさせて頂きます。","unlockTip":"ロック解除に問題がある場合は、クリックしてください"}');// CONCATENATED MODULE: ./src/_utils/guardDocument.ts
24256
- var Md,Rd=function(){return Md},Dd=function(e){Md=e},Fd=function(e,t,n,r){return new(n||(n=Promise))((function(o,a){function i(e){try{l(r.next(e))}catch(e){a(e)}}function s(e){try{l(r.throw(e))}catch(e){a(e)}}function l(e){var t;e.done?o(e.value):(t=e.value,t instanceof n?t:new n((function(e){e(t)}))).then(i,s)}l((r=r.apply(e,t||[])).next())}))},Ld=function(e,t){var n,r,o,a,i={label:0,sent:function(){if(1&o[0])throw o[1];return o[1]},trys:[],ops:[]};return a={next:s(0),throw:s(1),return:s(2)},"function"==typeof Symbol&&(a[Symbol.iterator]=function(){return this}),a;function s(s){return function(l){return function(s){if(n)throw new TypeError("Generator is already executing.");for(;a&&(a=0,s[0]&&(i=0)),i;)try{if(n=1,r&&(o=2&s[0]?r.return:s[0]?r.throw||((o=r.return)&&o.call(r),0):r.next)&&!(o=o.call(r,s[1])).done)return o;switch(r=0,o&&(s=[2&s[0],o.value]),s[0]){case 0:case 1:o=s;break;case 4:return i.label++,{value:s[1],done:!1};case 5:i.label++,r=s[1],s=[0];continue;case 7:s=i.ops.pop(),i.trys.pop();continue;default:if(!(o=i.trys,(o=o.length>0&&o[o.length-1])||6!==s[0]&&2!==s[0])){i=0;continue}if(3===s[0]&&(!o||s[1]>o[0]&&s[1]<o[3])){i.label=s[1];break}if(6===s[0]&&i.label<o[1]){i.label=o[1],o=s;break}if(o&&i.label<o[2]){i.label=o[2],i.ops.push(s);break}o[2]&&i.ops.pop(),i.trys.pop();continue}s=t.call(e,i)}catch(e){s=[6,e],r=0}finally{n=o=0}if(5&s[0])throw s[1];return{value:s[0]?s[1]:void 0,done:!0}}([s,l])}}},Bd={"en-US":{translation:e},"zh-CN":{translation:t},"zh-TW":{translation:n},"ja-JP":{translation:r}},jd=function(e){if(void 0===e&&(e=""),!e||"en"===e)return["en-US"];if(!e||"zh"===e)return["zh-CN"];if(!e||"ja"===e)return["ja-JP"];var t=[];return e.startsWith("en-")?(t.push("en-US"),t):e.startsWith("ja-")?(t.push("ja-JP"),t):e.startsWith("zh-")?(["zh-tw","zh-hk","zh-mo","zh-hant"].includes(e.toLocaleLowerCase())?t.push("zh-TW"):(["zh-cn","zh-sg","zh-my"].includes(e.toLocaleLowerCase()),t.push("zh-CN")),t):["en-US"]},$d=c(8446),Ud=c.n($d),zd=c(7557),Wd=c.n(zd);// CONCATENATED MODULE: ./shim-antd4/node_modules/@babel/runtime/helpers/esm/extends.js
24114
+ var Md,Rd=function(){return Md},Dd=function(e){Md=e},Fd=function(e,t,n,r){return new(n||(n=Promise))((function(o,a){function i(e){try{l(r.next(e))}catch(e){a(e)}}function s(e){try{l(r.throw(e))}catch(e){a(e)}}function l(e){var t;e.done?o(e.value):(t=e.value,t instanceof n?t:new n((function(e){e(t)}))).then(i,s)}l((r=r.apply(e,t||[])).next())}))},Ld=function(e,t){var n,r,o,a,i={label:0,sent:function(){if(1&o[0])throw o[1];return o[1]},trys:[],ops:[]};return a={next:s(0),throw:s(1),return:s(2)},"function"==typeof Symbol&&(a[Symbol.iterator]=function(){return this}),a;function s(s){return function(l){return function(s){if(n)throw new TypeError("Generator is already executing.");for(;a&&(a=0,s[0]&&(i=0)),i;)try{if(n=1,r&&(o=2&s[0]?r.return:s[0]?r.throw||((o=r.return)&&o.call(r),0):r.next)&&!(o=o.call(r,s[1])).done)return o;switch(r=0,o&&(s=[2&s[0],o.value]),s[0]){case 0:case 1:o=s;break;case 4:return i.label++,{value:s[1],done:!1};case 5:i.label++,r=s[1],s=[0];continue;case 7:s=i.ops.pop(),i.trys.pop();continue;default:if(!(o=i.trys,(o=o.length>0&&o[o.length-1])||6!==s[0]&&2!==s[0])){i=0;continue}if(3===s[0]&&(!o||s[1]>o[0]&&s[1]<o[3])){i.label=s[1];break}if(6===s[0]&&i.label<o[1]){i.label=o[1],o=s;break}if(o&&i.label<o[2]){i.label=o[2],i.ops.push(s);break}o[2]&&i.ops.pop(),i.trys.pop();continue}s=t.call(e,i)}catch(e){s=[6,e],r=0}finally{n=o=0}if(5&s[0])throw s[1];return{value:s[0]?s[1]:void 0,done:!0}}([s,l])}}},Bd={"en-US":{translation:e},"zh-CN":{translation:t},"zh-TW":{translation:n},"ja-JP":{translation:r}},jd=function(e){if(void 0===e&&(e=""),!e||"en"===e)return["en-US"];if(!e||"zh"===e)return["zh-CN"];if(!e||"ja"===e)return["ja-JP"];var t=[];return e.startsWith("en-")?(t.push("en-US"),t):e.startsWith("ja-")?(t.push("ja-JP"),t):e.startsWith("zh-")?(["zh-tw","zh-hk","zh-mo","zh-hant"].includes(e.toLocaleLowerCase())?t.push("zh-TW"):(["zh-cn","zh-sg","zh-my"].includes(e.toLocaleLowerCase()),t.push("zh-CN")),t):["en-US"]},$d=s(8446),Ud=s.n($d),zd=s(7557),Wd=s.n(zd);// CONCATENATED MODULE: ./shim-antd4/node_modules/@babel/runtime/helpers/esm/extends.js
24257
24115
  function Vd(){return Vd=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var r in n)Object.prototype.hasOwnProperty.call(n,r)&&(e[r]=n[r])}return e},Vd.apply(this,arguments)}// CONCATENATED MODULE: ./shim-antd4/node_modules/@babel/runtime/helpers/esm/typeof.js
24258
24116
  function qd(e){return qd="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},qd(e)}// CONCATENATED MODULE: ./shim-antd4/node_modules/@babel/runtime/helpers/esm/toPropertyKey.js
24259
24117
  function Hd(e){var t=// CONCATENATED MODULE: ./shim-antd4/node_modules/@babel/runtime/helpers/esm/toPrimitive.js
@@ -24266,7 +24124,7 @@ function Zd(){throw new TypeError("Invalid attempt to destructure non-iterable i
24266
24124
  function Qd(e,t){return Kd(e)||// CONCATENATED MODULE: ./shim-antd4/node_modules/@babel/runtime/helpers/esm/iterableToArrayLimit.js
24267
24125
  function(e,t){var n=null==e?null:"undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(null!=n){var r,o,a,i,s=[],l=!0,c=!1;try{if(a=(n=n.call(e)).next,0===t){if(Object(n)!==n)return;l=!1}else for(;!(l=(r=a.call(n)).done)&&(s.push(r.value),s.length!==t);l=!0);}catch(e){c=!0,o=e}finally{try{if(!l&&null!=n.return&&(i=n.return(),Object(i)!==i))return}finally{if(c)throw o}}return s}}(e,t)||Jd(e,t)||Zd()}
24268
24126
  // EXTERNAL MODULE: ./shim-antd4/node_modules/classnames/index.js
24269
- var Xd=c(8339),ep=c.n(Xd),tp=c(524);// CONCATENATED MODULE: ./shim-antd4/node_modules/rc-util/es/Children/toArray.js
24127
+ var Xd=s(8339),ep=s.n(Xd),tp=s(524);// CONCATENATED MODULE: ./shim-antd4/node_modules/rc-util/es/Children/toArray.js
24270
24128
  function np(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},n=[];return U().Children.forEach(e,(function(e){(null!=e||t.keepEmpty)&&(Array.isArray(e)?n=n.concat(np(e)):(0,tp.isFragment)(e)&&e.props?n=n.concat(np(e.props.children,t)):n.push(e))})),n}// CONCATENATED MODULE: ./shim-antd4/node_modules/rc-util/es/warning.js
24271
24129
  /* eslint-disable no-console */
24272
24130
  var rp={};function op(e,t){0}function ap(e,t){0}function ip(e,t,n){t||rp[n]||(e(!1,n),rp[n]=!0)}function sp(e,t){ip(ap,e,t)}
@@ -24285,7 +24143,7 @@ return!!("function"!=typeof r||null!==(t=r.prototype)&&void 0!==t&&t.render)&&!!
24285
24143
  }
24286
24144
  /* eslint-enable */
24287
24145
  // EXTERNAL MODULE: external "react-dom"
24288
- var gp=c(7111),vp=c.n(gp);// CONCATENATED MODULE: ./shim-antd4/node_modules/rc-util/es/Dom/findDOMNode.js
24146
+ var gp=s(7111),vp=s.n(gp);// CONCATENATED MODULE: ./shim-antd4/node_modules/rc-util/es/Dom/findDOMNode.js
24289
24147
  /**
24290
24148
  * Return if a node is a DOM node. Else will return by `findDOMNode`
24291
24149
  */
@@ -24340,7 +24198,7 @@ t.prototype.clear=function(){this.__entries__.splice(0)},
24340
24198
  * @param {*} [ctx=null]
24341
24199
  * @returns {void}
24342
24200
  */
24343
- t.prototype.forEach=function(e,t){void 0===t&&(t=null);for(var n=0,r=this.__entries__;n<r.length;n++){var o=r[n];e.call(t,o[1],o[0])}},t}()}(),wp="undefined"!=typeof window&&"undefined"!=typeof document&&window.document===document,Ep=void 0!==c.g&&c.g.Math===Math?c.g:"undefined"!=typeof self&&self.Math===Math?self:"undefined"!=typeof window&&window.Math===Math?window:Function("return this")(),kp="function"==typeof requestAnimationFrame?requestAnimationFrame.bind(Ep):function(e){return setTimeout((function(){return e(Date.now())}),1e3/60)};
24201
+ t.prototype.forEach=function(e,t){void 0===t&&(t=null);for(var n=0,r=this.__entries__;n<r.length;n++){var o=r[n];e.call(t,o[1],o[0])}},t}()}(),wp="undefined"!=typeof window&&"undefined"!=typeof document&&window.document===document,Ep=void 0!==s.g&&s.g.Math===Math?s.g:"undefined"!=typeof self&&self.Math===Math?self:"undefined"!=typeof window&&window.Math===Math?window:Function("return this")(),kp="function"==typeof requestAnimationFrame?requestAnimationFrame.bind(Ep):function(e){return setTimeout((function(){return e(Date.now())}),1e3/60)};
24344
24202
  /**
24345
24203
  * Detects whether window and document objects are available in current environment.
24346
24204
  */
@@ -26420,7 +26278,7 @@ return j.createElement(Dk,Vd({parentContext:t,legacyLocale:r},e))}))}))};
26420
26278
  Fk.ConfigContext=of,Fk.SizeContext=rv,Fk.config=function(e){var t=e.prefixCls,n=e.iconPrefixCls,r=e.theme;void 0!==t&&(Nk=t),void 0!==n&&(Ak=n),r&&Ik(Ok(),r)};
26421
26279
  /* harmony default export */const Lk=Fk;
26422
26280
  // EXTERNAL MODULE: external "moment"
26423
- var Bk=c(3192),jk=c.n(Bk),$k={
26281
+ var Bk=s(3192),jk=s.n(Bk),$k={
26424
26282
  // get
26425
26283
  getNow:function(){return jk()()},getFixedDate:function(e){return jk()(e,"YYYY-MM-DD")},getEndDate:function(e){return e.clone().endOf("month")},getWeekDay:function(e){var t=e.clone().locale("en_US");return t.weekday()+t.localeData().firstDayOfWeek()},getYear:function(e){return e.year()},getMonth:function(e){return e.month()},getDate:function(e){return e.date()},getHour:function(e){return e.hour()},getMinute:function(e){return e.minute()},getSecond:function(e){return e.second()},
26426
26284
  // set
@@ -27115,7 +26973,7 @@ requestAnimationFrame((function(){k.current=!1})))}},!kC&&"undefined"!=typeof wi
27115
26973
  Vy(CC).forEach((function(t){t(e)}))},window.addEventListener("mousedown",kC)),CC.add(e),function(){CC.delete(e),0===CC.size&&(window.removeEventListener("mousedown",kC),kC=null)};var e})),(0,j.useEffect)((function(){return function(){return clearTimeout(E.current)}}),[]),[x,{focused:b,typing:g}]}// CONCATENATED MODULE: ./shim-antd4/node_modules/rc-picker/es/hooks/useTextValueMapping.js
27116
26974
  function _S(e){var t=e.valueTexts,n=e.onTextChange,r=Qd(j.useState(""),2),o=r[0],a=r[1],i=j.useRef([]);function s(){a(i.current[0])}return i.current=t,j.useEffect((function(){t.every((function(e){return e!==o}))&&s()}),[t.join("||")]),[o,function(e){a(e),n(e)},s]}
27117
26975
  // EXTERNAL MODULE: ./shim-antd4/node_modules/shallowequal/index.js
27118
- var TS=c(8387),IS=c.n(TS);// CONCATENATED MODULE: ./shim-antd4/node_modules/rc-picker/es/hooks/useValueTexts.js
26976
+ var TS=s(8387),IS=s.n(TS);// CONCATENATED MODULE: ./shim-antd4/node_modules/rc-picker/es/hooks/useValueTexts.js
27119
26977
  function NS(e,t){var n=t.formatList,r=t.generateConfig,o=t.locale;return dp((function(){if(!e)return[[""],""];
27120
26978
  // We will convert data format back to first format
27121
26979
  for(var t="",a=[],i=0;i<n.length;i+=1){var s=n[i],l=$C(e,{generateConfig:r,locale:o,format:s});a.push(l),0===i&&(t=l)}return[a,t]}),[e,n],(function(e,t){return e[0]!==t[0]||!IS()(e[1],t[1])}))}// CONCATENATED MODULE: ./shim-antd4/node_modules/rc-picker/es/hooks/useHoverValue.js
@@ -28509,7 +28367,7 @@ return j.createElement(cA,Vd({},function(){var e=j.createElement("span",{classNa
28509
28367
  // change arrows direction in right-to-left direction
28510
28368
  if("rtl"===f){var a=[n,t];t=a[0],n=a[1];var i=[o,r];r=i[0],o=i[1]}return{prevIcon:t,nextIcon:n,jumpPrevIcon:r,jumpNextIcon:o}}(),c,{prefixCls:g,selectPrefixCls:h,className:m,selectComponentClass:i||(d?UP:zP),locale:l,showSizeChanger:v}))}))},qP=VP;
28511
28369
  // EXTERNAL MODULE: ./shim-antd4/node_modules/lodash/debounce.js
28512
- var HP=c(724),GP=c.n(HP),KP=function(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(r=Object.getOwnPropertySymbols(e);o<r.length;o++)t.indexOf(r[o])<0&&Object.prototype.propertyIsEnumerable.call(e,r[o])&&(n[r[o]]=e[r[o]])}return n},YP=(Eg("small","default","large"),null);var JP=function(e){var t=e.spinPrefixCls,n=e.spinning,r=void 0===n||n,o=e.delay,a=e.className,i=e.size,s=void 0===i?"default":i,l=e.tip,c=e.wrapperClassName,u=e.style,d=e.children,p=KP(e,["spinPrefixCls","spinning","delay","className","size","tip","wrapperClassName","style","children"]),f=j.useState((function(){return r&&!function(e,t){return!!e&&!!t&&!isNaN(Number(t))}(r,o)})),h=Qd(f,2),m=h[0],g=h[1];j.useEffect((function(){var e=GP()((function(){g(r)}),o);return e(),function(){var t;null===(t=null==e?void 0:e.cancel)||void 0===t||t.call(e)}}),[o,r]);var v=function(n){var r,o=n.direction,i=ep()(t,(Gd(r={},"".concat(t,"-sm"),"small"===s),Gd(r,"".concat(t,"-lg"),"large"===s),Gd(r,"".concat(t,"-spinning"),m),Gd(r,"".concat(t,"-show-text"),!!l),Gd(r,"".concat(t,"-rtl"),"rtl"===o),r),a),f=Zg(p,["indicator","prefixCls"]),h=j.createElement("div",Vd({},f,{style:u,className:i,"aria-live":"polite","aria-busy":m}),function(e,t){var n=t.indicator,r="".concat(e,"-dot");
28370
+ var HP=s(724),GP=s.n(HP),KP=function(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(r=Object.getOwnPropertySymbols(e);o<r.length;o++)t.indexOf(r[o])<0&&Object.prototype.propertyIsEnumerable.call(e,r[o])&&(n[r[o]]=e[r[o]])}return n},YP=(Eg("small","default","large"),null);var JP=function(e){var t=e.spinPrefixCls,n=e.spinning,r=void 0===n||n,o=e.delay,a=e.className,i=e.size,s=void 0===i?"default":i,l=e.tip,c=e.wrapperClassName,u=e.style,d=e.children,p=KP(e,["spinPrefixCls","spinning","delay","className","size","tip","wrapperClassName","style","children"]),f=j.useState((function(){return r&&!function(e,t){return!!e&&!!t&&!isNaN(Number(t))}(r,o)})),h=Qd(f,2),m=h[0],g=h[1];j.useEffect((function(){var e=GP()((function(){g(r)}),o);return e(),function(){var t;null===(t=null==e?void 0:e.cancel)||void 0===t||t.call(e)}}),[o,r]);var v=function(n){var r,o=n.direction,i=ep()(t,(Gd(r={},"".concat(t,"-sm"),"small"===s),Gd(r,"".concat(t,"-lg"),"large"===s),Gd(r,"".concat(t,"-spinning"),m),Gd(r,"".concat(t,"-show-text"),!!l),Gd(r,"".concat(t,"-rtl"),"rtl"===o),r),a),f=Zg(p,["indicator","prefixCls"]),h=j.createElement("div",Vd({},f,{style:u,className:i,"aria-live":"polite","aria-busy":m}),function(e,t){var n=t.indicator,r="".concat(e,"-dot");
28513
28371
  // should not be render default indicator when indicator value is null
28514
28372
  return null===n?null:Fg(n)?Bg(n,{className:ep()(n.props.className,r)}):Fg(YP)?Bg(YP,{className:ep()(YP.props.className,r)}):j.createElement("span",{className:ep()(r,"".concat(e,"-dot-spin"))},j.createElement("i",{className:"".concat(e,"-dot-item")}),j.createElement("i",{className:"".concat(e,"-dot-item")}),j.createElement("i",{className:"".concat(e,"-dot-item")}),j.createElement("i",{className:"".concat(e,"-dot-item")}))}(t,e),l?j.createElement("div",{className:"".concat(t,"-text")},l):null);if(void 0!==d){var g=ep()("".concat(t,"-container"),Gd({},"".concat(t,"-blur"),m));
28515
28373
  return j.createElement("div",Vd({},f,{className:ep()("".concat(t,"-nested-loading"),c)}),m&&j.createElement("div",{key:"loading"},h),j.createElement("div",{className:g,key:"container"},d))}return h};
@@ -28905,7 +28763,7 @@ var sR=function(e,t){
28905
28763
  return j.createElement(_y,up(up({},e),{},{ref:t,icon:iR}))};sR.displayName="EditOutlined";
28906
28764
  /* harmony default export */const lR=j.forwardRef(sR);
28907
28765
  // EXTERNAL MODULE: ./shim-antd4/node_modules/copy-to-clipboard/index.js
28908
- var cR=c(7709),uR=c.n(cR),dR=function(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(r=Object.getOwnPropertySymbols(e);o<r.length;o++)t.indexOf(r[o])<0&&Object.prototype.propertyIsEnumerable.call(e,r[o])&&(n[r[o]]=e[r[o]])}return n},pR={border:0,background:"transparent",padding:0,lineHeight:"inherit",display:"inline-block"},fR=j.forwardRef((function(e,t){var n=e.style,r=e.noStyle,o=e.disabled,a=dR(e,["style","noStyle","disabled"]),i={};return r||(i=Vd({},pR)),o&&(i.pointerEvents="none"),i=Vd(Vd({},i),n),j.createElement("div",Vd({role:"button",tabIndex:0,ref:t},a,{onKeyDown:function(e){e.keyCode===iC.ENTER&&e.preventDefault()},onKeyUp:function(t){var n=t.keyCode,r=e.onClick;n===iC.ENTER&&r&&r()},style:i}))}));
28766
+ var cR=s(7709),uR=s.n(cR),dR=function(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(r=Object.getOwnPropertySymbols(e);o<r.length;o++)t.indexOf(r[o])<0&&Object.prototype.propertyIsEnumerable.call(e,r[o])&&(n[r[o]]=e[r[o]])}return n},pR={border:0,background:"transparent",padding:0,lineHeight:"inherit",display:"inline-block"},fR=j.forwardRef((function(e,t){var n=e.style,r=e.noStyle,o=e.disabled,a=dR(e,["style","noStyle","disabled"]),i={};return r||(i=Vd({},pR)),o&&(i.pointerEvents="none"),i=Vd(Vd({},i),n),j.createElement("div",Vd({role:"button",tabIndex:0,ref:t},a,{onKeyDown:function(e){e.keyCode===iC.ENTER&&e.preventDefault()},onKeyUp:function(t){var n=t.keyCode,r=e.onClick;n===iC.ENTER&&r&&r()},style:i}))}));
28909
28767
  /* harmony default export */const hR=fR;// CONCATENATED MODULE: ./shim-antd4/node_modules/rc-util/es/Dom/styleChecker.js
28910
28768
  var mR=function(e){if(Of()&&window.document.documentElement){var t=Array.isArray(e)?e:[e],n=window.document.documentElement;return t.some((function(e){return e in n.style}))}return!1};function gR(e,t){return Array.isArray(e)||void 0===t?mR(e):function(e,t){if(!mR(e))return!1;var n=document.createElement("div"),r=n.style[e];return n.style[e]=t,n.style[e]!==r}(e,t)}
28911
28769
  /* harmony default export */const vR={icon:{tag:"svg",attrs:{viewBox:"64 64 896 896",focusable:"false"},children:[{tag:"path",attrs:{d:"M864 170h-60c-4.4 0-8 3.6-8 8v518H310v-73c0-6.7-7.8-10.5-13-6.3l-141.9 112a8 8 0 000 12.6l141.9 112c5.3 4.2 13 .4 13-6.3v-75h498c35.3 0 64-28.7 64-64V178c0-4.4-3.6-8-8-8z"}}]},name:"enter",theme:"outlined"};// CONCATENATED MODULE: ./shim-antd4/node_modules/antd/node_modules/@ant-design/icons/es/icons/EnterOutlined.js
@@ -29194,12 +29052,12 @@ return j.createElement(yF,up(up({},e),{},{ref:t,icon:mM}))};bF.displayName="Plus
29194
29052
  /* harmony default export */const wF=j.forwardRef(bF);// CONCATENATED MODULE: ./shim-antd4/node_modules/@ant-design/icons/es/index.js
29195
29053
  zD.Provider;
29196
29054
  // EXTERNAL MODULE: ./shim-antd4/node_modules/antd/lib/locale/zh_CN.js
29197
- var EF=c(6005),kF=c(4170),CF=c(2873),SF=c(872),xF={zhCN:EF/* default */.Z,enUS:kF/* default */.Z,jaJP:CF/* default */.Z,zhTW:SF/* default */.Z},_F=function(){return _F=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var o in t=arguments[n])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},_F.apply(this,arguments)},TF=function(e){var t=e.type,n=e.style,r=e.className;return U().createElement("svg",{style:_F({},n),className:SDe(["g2-icon",r])},U().createElement("use",{xlinkHref:"#".concat(t)}))},IF=function(){return IF=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var o in t=arguments[n])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},IF.apply(this,arguments)},NF=function(e,t){var n="function"==typeof Symbol&&e[Symbol.iterator];if(!n)return e;var r,o,a=n.call(e),i=[];try{for(;(void 0===t||t-- >0)&&!(r=a.next()).done;)i.push(r.value)}catch(e){o={error:e}}finally{try{r&&!r.done&&(n=a.return)&&n.call(a)}finally{if(o)throw o.error}}return i},AF=U().useContext,PF=U().useMemo,OF={finallyConfig:{},defaultMergedConfig:{},publicConfig:{},httpClient:{},appId:"",initData:{},currentModule:{},events:{},isAuthFlow:!1,contextLoaded:!1,guardPageConfig:{},
29055
+ var EF=s(6005),kF=s(4170),CF=s(2873),SF=s(872),xF={zhCN:EF/* default */.Z,enUS:kF/* default */.Z,jaJP:CF/* default */.Z,zhTW:SF/* default */.Z},_F=function(){return _F=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var o in t=arguments[n])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},_F.apply(this,arguments)},TF=function(e){var t=e.type,n=e.style,r=e.className;return U().createElement("svg",{style:_F({},n),className:SDe(["g2-icon",r])},U().createElement("use",{xlinkHref:"#".concat(t)}))},IF=function(){return IF=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var o in t=arguments[n])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},IF.apply(this,arguments)},NF=function(e,t){var n="function"==typeof Symbol&&e[Symbol.iterator];if(!n)return e;var r,o,a=n.call(e),i=[];try{for(;(void 0===t||t-- >0)&&!(r=a.next()).done;)i.push(r.value)}catch(e){o={error:e}}finally{try{r&&!r.done&&(n=a.return)&&n.call(a)}finally{if(o)throw o.error}}return i},AF=U().useContext,PF=U().useMemo,OF={finallyConfig:{},defaultMergedConfig:{},publicConfig:{},httpClient:{},appId:"",initData:{},currentModule:{},events:{},isAuthFlow:!1,contextLoaded:!1,guardPageConfig:{},
29198
29056
  /**
29199
29057
  * 多账号 状态
29200
29058
  */
29201
29059
  multipleInstance:{isMultipleAccount:!1,instance:void 0,referMultipleState:void 0,multipleAccountData:void 0,clearBackFillData:void 0},phoneRegex:null,defaultLanguageConfig:"zh-CN",tenantInstance:void 0,isSpecialBrowser:!1},MF=U().createContext(OF),RF=U().createContext({spin:!1,spinChange:function(){}}),DF=function(){return AF(RF)},FF=function(){return AF(MF).publicConfig},LF=function(){return AF(MF).httpClient},BF=function(){return AF(MF).isSpecialBrowser},jF=function(){return AF(MF).appId},$F=function(){return AF(MF).tenantId};function UF(){return AF(MF).initData}var zF=function(){return AF(MF).currentModule},WF=function(){return AF(MF).events},VF=function(){var e=AF(MF);return{changeModule:e.changeModule,backModule:e.backModule,currentModule:e.currentModule}},qF=function(){return AF(MF).finallyConfig},HF=function(){return AF(MF).isAuthFlow},GF=function(){return AF(MF).multipleInstance},KF=function(){return AF(MF).phoneRegex},YF=function(){return AF(MF).defaultLanguageConfig},JF=function(){var e=FF(),t=e.customSecurityEnabled,n=e.appRobotVerify,r=e.userpoolRobotVerify;return t?n:r},ZF=function(e){var t,n,r,o=FF(),a=o.loginSmsConfig,i=o.registerSmsConfig,s=o.forgetPasswordSmsConfig,l=!1;switch(e){case"login":l="ON"===(null===(t=null==a?void 0:a.robot)||void 0===t?void 0:t.switch);break;case"register":l="ON"===(null===(n=null==i?void 0:i.robot)||void 0===n?void 0:n.switch);break;case"forget-password":l="ON"===(null===(r=null==s?void 0:s.robot)||void 0===r?void 0:r.switch)}return l},QF=U().useMemo,XF={"zh-CN":{label:"简体中文"},"zh-TW":{label:"繁體中文"},"en-US":{label:"English"},"ja-JP":{label:"日本語"}},eL=function(e){var t=e.langRange,n=void 0===t?["zh-CN","zh-TW","en-US","ja-JP"]:t,r=e.onLangChange,o=td().i18n,a=AF(MF).guardPageConfig,i=qF(),s=QF((function(){return"g2-change-language-text ".concat(i.mode)}),[i]),l=QF((function(){var e;return null===(e=a.global)||void 0===e?void 0:e.showChangeLanguage}),[a]),c=QF((function(){var e,t=null!==(e=o.resolvedLanguage)&&void 0!==e?e:o.language;return Object.keys(XF).includes(t)?t:jd(t)[0]||"en-US"}),[o.resolvedLanguage,o.language]),u=QF((function(){return U().createElement(U().Fragment,null,U().createElement("span",null,XF[c].label))}),[c]),d=QF((function(){return Object.keys(XF).filter((function(e){return n.includes(e)})).map((function(e){return{key:e,label:XF[e].label}}))}),[n]);if(!l||0===n.length)return null;var p={items:d,onClick:function(e){c!==e.key&&(o.changeLanguage(e.key),null==r||r(e.key))}};return U().createElement("div",{className:"g2-change-language-container"},U().createElement(QT,{menu:p,trigger:["click"],placement:"bottom",overlayClassName:"authing-g2-change-language-menu"},U().createElement("span",{className:s},u,U().createElement(TF,{type:"authing-arrow-down-s-fill",className:"down-fill-svg"}))))};// CONCATENATED MODULE: ./package.json
29202
- const tL=JSON.parse('{"i8":"4.5.47-bg.12"}');// CONCATENATED MODULE: ./src/_utils/getVersion.ts
29060
+ const tL=JSON.parse('{"i8":"4.5.47-bg.15"}');// CONCATENATED MODULE: ./src/_utils/getVersion.ts
29203
29061
  function nL(){return tL.i8}// CONCATENATED MODULE: ./src/_utils/flowHandleStorage.ts
29204
29062
  var rL,oL=function(){return rL},aL=function(e){rL=e},iL=function(){return iL=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var o in t=arguments[n])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},iL.apply(this,arguments)},sL=function(e,t,n,r){return new(n||(n=Promise))((function(o,a){function i(e){try{l(r.next(e))}catch(e){a(e)}}function s(e){try{l(r.throw(e))}catch(e){a(e)}}function l(e){var t;e.done?o(e.value):(t=e.value,t instanceof n?t:new n((function(e){e(t)}))).then(i,s)}l((r=r.apply(e,t||[])).next())}))},lL=function(e,t){var n,r,o,a,i={label:0,sent:function(){if(1&o[0])throw o[1];return o[1]},trys:[],ops:[]};return a={next:s(0),throw:s(1),return:s(2)},"function"==typeof Symbol&&(a[Symbol.iterator]=function(){return this}),a;function s(s){return function(l){return function(s){if(n)throw new TypeError("Generator is already executing.");for(;a&&(a=0,s[0]&&(i=0)),i;)try{if(n=1,r&&(o=2&s[0]?r.return:s[0]?r.throw||((o=r.return)&&o.call(r),0):r.next)&&!(o=o.call(r,s[1])).done)return o;switch(r=0,o&&(s=[2&s[0],o.value]),s[0]){case 0:case 1:o=s;break;case 4:return i.label++,{value:s[1],done:!1};case 5:i.label++,r=s[1],s=[0];continue;case 7:s=i.ops.pop(),i.trys.pop();continue;default:if(!(o=i.trys,(o=o.length>0&&o[o.length-1])||6!==s[0]&&2!==s[0])){i=0;continue}if(3===s[0]&&(!o||s[1]>o[0]&&s[1]<o[3])){i.label=s[1];break}if(6===s[0]&&i.label<o[1]){i.label=o[1],o=s;break}if(o&&i.label<o[2]){i.label=o[2],i.ops.push(s);break}o[2]&&i.ops.pop(),i.trys.pop();continue}s=t.call(e,i)}catch(e){s=[6,e],r=0}finally{n=o=0}if(5&s[0])throw s[1];return{value:s[0]?s[1]:void 0,done:!0}}([s,l])}}},cL=function(e,t){var n="function"==typeof Symbol&&e[Symbol.iterator];if(!n)return e;var r,o,a=n.call(e),i=[];try{for(;(void 0===t||t-- >0)&&!(r=a.next()).done;)i.push(r.value)}catch(e){o={error:e}}finally{try{r&&!r.done&&(n=a.return)&&n.call(a)}finally{if(o)throw o.error}}return i},uL=function(e,t,n){if(n||2===arguments.length)for(var r,o=0,a=t.length;o<a;o++)!r&&o in t||(r||(r=Array.prototype.slice.call(t,0,o)),r[o]=t[o]);return e.concat(r||Array.prototype.slice.call(t))},dL=function(){for(var e=[],t=0;t<arguments.length;t++)e[t]=arguments[t];return sL(void 0,void 0,void 0,(function(){return lL(this,(function(t){switch(t.label){case 0:return[4/*yield*/,fetch.apply(void 0,uL([],cL(e),!1))];case 1:return[2/*return*/,t.sent().json()]}}))}))},pL=function(e){return new Promise((function(t){setTimeout((function(){t({data:{code:-1}}),e()}),1e4)}))};dL.get=function(e){for(var t=[],n=1;n<arguments.length;n++)t[n-1]=arguments[n];return sL(void 0,uL([e],cL(t),!1),void 0,(function(e,t,n){var r,o,a,i,s;return void 0===t&&(t={}),lL(this,(function(l){switch(l.label){case 0:r=iL(iL({},null==n?void 0:n.headers),((s={"Content-Type":"application/json"})[dL.langHeader]=$De(),s)),""!==dL.tenantId&&(r[dL.tenantHeader]=dL.tenantId),l.label=1;case 1:return l.trys.push([1,3,,4]),o=zi().CancelToken,a=o.source(),[4/*yield*/,Promise.race([pL(a.cancel),zi()("".concat(dL.baseUrl).concat(e).concat(pc().stringify(t,{addQueryPrefix:!0})),iL(iL({method:"GET"},n),{withCredentials:!0,headers:r,cancelToken:a.token}))])];case 2:return[2/*return*/,null==(i=l.sent())?void 0:i.data];case 3:return l.sent(),[2/*return*/,Promise.resolve({code:-2})];case 4:return[2/*return*/]}}))}))},dL.post=function(e,t,n){return sL(void 0,void 0,void 0,(function(){var r,o,a,i,s,l,c;return lL(this,(function(u){switch(u.label){case 0:r=iL(iL({},null==n?void 0:n.headers),((s={"Content-Type":"application/json"})[dL.langHeader]=null!==(c=Fu.resolvedLanguage)&&void 0!==c?c:Fu.language,s)),""!==dL.tenantId&&(r[dL.tenantHeader]=dL.tenantId),u.label=1;case 1:return u.trys.push([1,3,,4]),o=zi().CancelToken,a=o.source(),[4/*yield*/,Promise.race([pL(a.cancel),zi()("".concat(dL.baseUrl).concat(e),{data:t,method:"POST",withCredentials:!0,cancelToken:a.token,headers:iL(iL({"Content-Type":"application/json"},null==n?void 0:n.headers),(l={},l[dL.langHeader]=$De(),l))})])];case 2:return[2/*return*/,null==(i=u.sent())?void 0:i.data];case 3:return u.sent(),[2/*return*/,Promise.resolve({code:-2})];case 4:return[2/*return*/]}}))}))},dL.postForm=function(e,t,n){return sL(void 0,void 0,void 0,(function(){var r,o,a,i;return lL(this,(function(s){switch(s.label){case 0:return s.trys.push([0,2,,3]),r=zi().CancelToken,o=r.source(),[4/*yield*/,Promise.race([pL(o.cancel),zi()("".concat(dL.baseUrl).concat(e),{method:"POST",data:t,withCredentials:!0,cancelToken:o.token,headers:iL(iL({},null==n?void 0:n.headers),(i={},i[dL.langHeader]=$De(),i))})])];case 1:return[2/*return*/,null==(a=s.sent())?void 0:a.data];case 2:return s.sent(),[2/*return*/,Promise.resolve({code:-2})];case 3:return[2/*return*/]}}))}))},dL.baseUrl="",dL.setBaseUrl=function(e){dL.baseUrl=e.replace(/\/$/,"")};var fL,hL="x-authing-lang";dL.langHeader=hL,dL.tenantHeader="x-authing-app-tenant-idåå",dL.tenantId="",dL.setLangHeader=function(e){dL.langHeader=e||hL},dL.setTenantHeader=function(e){dL.tenantHeader=e||hL},dL.setTenantId=function(e){dL.tenantId=e},function(e){e.ERROR="error",e.LOGIN="login",e.REGISTER="register",e.MFA="mfa",e.FORGET_PWD="forgetPassword",e.FORCED_PASSWORD_RESET="forcedPasswordReset",e.NOTICE_PASSWORD_RESET="noticePasswordReset",e.FIRST_LOGIN_PASSWORD="firstLoginPassword",e.UNSAFE_PASSWORD_RESET="unsafePasswordReset",e.DOWNLOAD_AT="downloadAT",e.BIND_TOTP="bindTotp",e.ANY_QUESTIONS="anyQuestions",e.LOGIN_COMPLETE_INFO="loginCompleteInfo",e.REGISTER_PASSWORD="registerPassword",e.REGISTER_COMPLETE_INFO="registerCompleteInfo",e.RECOVERY_CODE="recoveryCode",e.SUBMIT_SUCCESS="submitSuccess",e.IDENTITY_BINDING_ASK="identityBindingAsk",e.IDENTITY_BINDING="identityBinding",e.IDENTITY_BINDING_NO_ASK="identityBindingNoAsk",e.SELF_UNLOCK="selfUnlock",e.FLOW_SELECT_ACCOUNT="flowSelectAccount",
29205
29063
  /** 多租户门户选择页 */
@@ -29232,7 +29090,7 @@ a&&Ud()(a,o)?r.back():r.historyPush(o)},this.back=function(e){if(void 0===e&&(e=
29232
29090
  this.end=function(){
29233
29091
  // console.log('业务终点 Log', this.stateMachineLog)
29234
29092
  // TODO 请求
29235
- },this.historyPush=function(e,t){void 0===t&&(t=yL.ChangeModule),r.moduleStateHistory.unshift(e),r.stateMachineLog[r.order++]={action:t,date:(new Date).getTime(),dataSource:e},r.moduleStateHistory.length>10&&r.moduleStateHistory.splice(10,r.moduleStateHistory.length-10)},this.historyBack=function(e){r.moduleStateHistory.length<=1||(r.moduleStateHistory.splice(0,1),r.stateMachineLog[r.order++]={action:yL.Back,date:(new Date).getTime(),dataSource:e})},this.setConfig=function(e){r.config=e},this.isUseHistoryHijack=function(){var e;return"about:blank"!==(null===(e=r.globalWindow())||void 0===e?void 0:e.location.href)},this.onPopstate=function(){r.back()},this.changeModuleEvent=e,null===(n=this.globalWindow())||void 0===n||n.addEventListener("popstate",this.onPopstate),this.historyPush(t,yL.Init)},ZL=function(e,t){return new JL(e,t)},QL=function(e,t,n,r){return new(n||(n=Promise))((function(o,a){function i(e){try{l(r.next(e))}catch(e){a(e)}}function s(e){try{l(r.throw(e))}catch(e){a(e)}}function l(e){var t;e.done?o(e.value):(t=e.value,t instanceof n?t:new n((function(e){e(t)}))).then(i,s)}l((r=r.apply(e,t||[])).next())}))},XL=function(e,t){var n,r,o,a,i={label:0,sent:function(){if(1&o[0])throw o[1];return o[1]},trys:[],ops:[]};return a={next:s(0),throw:s(1),return:s(2)},"function"==typeof Symbol&&(a[Symbol.iterator]=function(){return this}),a;function s(s){return function(l){return function(s){if(n)throw new TypeError("Generator is already executing.");for(;a&&(a=0,s[0]&&(i=0)),i;)try{if(n=1,r&&(o=2&s[0]?r.return:s[0]?r.throw||((o=r.return)&&o.call(r),0):r.next)&&!(o=o.call(r,s[1])).done)return o;switch(r=0,o&&(s=[2&s[0],o.value]),s[0]){case 0:case 1:o=s;break;case 4:return i.label++,{value:s[1],done:!1};case 5:i.label++,r=s[1],s=[0];continue;case 7:s=i.ops.pop(),i.trys.pop();continue;default:if(!(o=i.trys,(o=o.length>0&&o[o.length-1])||6!==s[0]&&2!==s[0])){i=0;continue}if(3===s[0]&&(!o||s[1]>o[0]&&s[1]<o[3])){i.label=s[1];break}if(6===s[0]&&i.label<o[1]){i.label=o[1],o=s;break}if(o&&i.label<o[2]){i.label=o[2],i.ops.push(s);break}o[2]&&i.ops.pop(),i.trys.pop();continue}s=t.call(e,i)}catch(e){s=[6,e],r=0}finally{n=o=0}if(5&s[0])throw s[1];return{value:s[0]?s[1]:void 0,done:!0}}([s,l])}}},eB=function(e,t,n,r){return new(n||(n=Promise))((function(o,a){function i(e){try{l(r.next(e))}catch(e){a(e)}}function s(e){try{l(r.throw(e))}catch(e){a(e)}}function l(e){var t;e.done?o(e.value):(t=e.value,t instanceof n?t:new n((function(e){e(t)}))).then(i,s)}l((r=r.apply(e,t||[])).next())}))},tB=function(e,t){var n,r,o,a,i={label:0,sent:function(){if(1&o[0])throw o[1];return o[1]},trys:[],ops:[]};return a={next:s(0),throw:s(1),return:s(2)},"function"==typeof Symbol&&(a[Symbol.iterator]=function(){return this}),a;function s(s){return function(l){return function(s){if(n)throw new TypeError("Generator is already executing.");for(;a&&(a=0,s[0]&&(i=0)),i;)try{if(n=1,r&&(o=2&s[0]?r.return:s[0]?r.throw||((o=r.return)&&o.call(r),0):r.next)&&!(o=o.call(r,s[1])).done)return o;switch(r=0,o&&(s=[2&s[0],o.value]),s[0]){case 0:case 1:o=s;break;case 4:return i.label++,{value:s[1],done:!1};case 5:i.label++,r=s[1],s=[0];continue;case 7:s=i.ops.pop(),i.trys.pop();continue;default:if(!(o=i.trys,(o=o.length>0&&o[o.length-1])||6!==s[0]&&2!==s[0])){i=0;continue}if(3===s[0]&&(!o||s[1]>o[0]&&s[1]<o[3])){i.label=s[1];break}if(6===s[0]&&i.label<o[1]){i.label=o[1],o=s;break}if(o&&i.label<o[2]){i.label=o[2],i.ops.push(s);break}o[2]&&i.ops.pop(),i.trys.pop();continue}s=t.call(e,i)}catch(e){s=[6,e],r=0}finally{n=o=0}if(5&s[0])throw s[1];return{value:s[0]?s[1]:void 0,done:!0}}([s,l])}}},nB=function(e,t){var n="function"==typeof Symbol&&e[Symbol.iterator];if(!n)return e;var r,o,a=n.call(e),i=[];try{for(;(void 0===t||t-- >0)&&!(r=a.next()).done;)i.push(r.value)}catch(e){o={error:e}}finally{try{r&&!r.done&&(n=a.return)&&n.call(a)}finally{if(o)throw o.error}}return i},rB=U().useCallback,oB=U().useEffect,aB=U().useState,iB=function(e,t){var n=nB(aB(!1),2),r=n[0],o=n[1],a=rB((function(){return eB(void 0,void 0,void 0,(function(){var n,r,a;return tB(this,(function(i){switch(i.label){case 0:if(!e)return[2/*return*/];i.label=1;case 1:return i.trys.push([1,4,,5]),[4/*yield*/,fetch("".concat(e,"/svg-string/guard?v=2"))];case 2:return[4/*yield*/,i.sent().text()];case 3:return n=i.sent(),(r=KDe())?(function(e,t){var n=function(){var n=e.createElement("div");n.innerHTML=t;var r=n.getElementsByTagName("svg")[0];r.setAttribute("aria-hidden","true"),r.id="guard-svg-string",r.style.position="absolute",r.style.width="0",r.style.height="0",r.style.overflow="hidden";var o=e.body;o.firstChild?o.insertBefore(r,o.firstChild):o.appendChild(r)},r=e.readyState;if(["complete","loaded","interactive"].includes(r))setTimeout((function(){n()}),0);else{var o=function(){e.removeEventListener("DOMContentLoaded",o),n()};e.addEventListener("DOMContentLoaded",o)}}(r.document,n),o(!0),[3/*break*/,5]):[2/*return*/];case 4:return a=i.sent(),null==t||t(a),[3/*break*/,5];case 5:return[2/*return*/]}}))}))}),[e,t]);return oB((function(){a()}),[a]),r},sB=U().useEffect,lB=U().useMemo,cB=c(361),uB=c.n(cB),dB=function(){return dB=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var o in t=arguments[n])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},dB.apply(this,arguments)},pB=function(e){var t="function"==typeof Symbol&&Symbol.iterator,n=t&&e[t],r=0;if(n)return n.call(e);if(e&&"number"==typeof e.length)return{next:function(){return e&&r>=e.length&&(e=void 0),{value:e&&e[r++],done:!e}}};throw new TypeError(t?"Object is not iterable.":"Symbol.iterator is not defined.")},fB=function(e,t){var n="function"==typeof Symbol&&e[Symbol.iterator];if(!n)return e;var r,o,a=n.call(e),i=[];try{for(;(void 0===t||t-- >0)&&!(r=a.next()).done;)i.push(r.value)}catch(e){o={error:e}}finally{try{r&&!r.done&&(n=a.return)&&n.call(a)}finally{if(o)throw o.error}}return i},hB=function(e,t,n){if(n||2===arguments.length)for(var r,o=0,a=t.length;o<a;o++)!r&&o in t||(r||(r=Array.prototype.slice.call(t,0,o)),r[o]=t[o]);return e.concat(r||Array.prototype.slice.call(t))},mB=U().useCallback,gB=U().useEffect,vB=U().useMemo,yB=U().useState,bB="__authing__multiple_accounts",wB="__authing_last_used_idp__",EB=["email","phone","password","phone-code","email-code","ad","ldap","ldap-password","ldap-email","ldap-phone"],kB=["wechat-miniprogram-qrcode","wechatmp-qrcode","app-qrcode"],CB=kB.concat("social"),SB=function(){var e=this;
29093
+ },this.historyPush=function(e,t){void 0===t&&(t=yL.ChangeModule),r.moduleStateHistory.unshift(e),r.stateMachineLog[r.order++]={action:t,date:(new Date).getTime(),dataSource:e},r.moduleStateHistory.length>10&&r.moduleStateHistory.splice(10,r.moduleStateHistory.length-10)},this.historyBack=function(e){r.moduleStateHistory.length<=1||(r.moduleStateHistory.splice(0,1),r.stateMachineLog[r.order++]={action:yL.Back,date:(new Date).getTime(),dataSource:e})},this.setConfig=function(e){r.config=e},this.isUseHistoryHijack=function(){var e;return"about:blank"!==(null===(e=r.globalWindow())||void 0===e?void 0:e.location.href)},this.onPopstate=function(){r.back()},this.changeModuleEvent=e,null===(n=this.globalWindow())||void 0===n||n.addEventListener("popstate",this.onPopstate),this.historyPush(t,yL.Init)},ZL=function(e,t){return new JL(e,t)},QL=function(e,t,n,r){return new(n||(n=Promise))((function(o,a){function i(e){try{l(r.next(e))}catch(e){a(e)}}function s(e){try{l(r.throw(e))}catch(e){a(e)}}function l(e){var t;e.done?o(e.value):(t=e.value,t instanceof n?t:new n((function(e){e(t)}))).then(i,s)}l((r=r.apply(e,t||[])).next())}))},XL=function(e,t){var n,r,o,a,i={label:0,sent:function(){if(1&o[0])throw o[1];return o[1]},trys:[],ops:[]};return a={next:s(0),throw:s(1),return:s(2)},"function"==typeof Symbol&&(a[Symbol.iterator]=function(){return this}),a;function s(s){return function(l){return function(s){if(n)throw new TypeError("Generator is already executing.");for(;a&&(a=0,s[0]&&(i=0)),i;)try{if(n=1,r&&(o=2&s[0]?r.return:s[0]?r.throw||((o=r.return)&&o.call(r),0):r.next)&&!(o=o.call(r,s[1])).done)return o;switch(r=0,o&&(s=[2&s[0],o.value]),s[0]){case 0:case 1:o=s;break;case 4:return i.label++,{value:s[1],done:!1};case 5:i.label++,r=s[1],s=[0];continue;case 7:s=i.ops.pop(),i.trys.pop();continue;default:if(!(o=i.trys,(o=o.length>0&&o[o.length-1])||6!==s[0]&&2!==s[0])){i=0;continue}if(3===s[0]&&(!o||s[1]>o[0]&&s[1]<o[3])){i.label=s[1];break}if(6===s[0]&&i.label<o[1]){i.label=o[1],o=s;break}if(o&&i.label<o[2]){i.label=o[2],i.ops.push(s);break}o[2]&&i.ops.pop(),i.trys.pop();continue}s=t.call(e,i)}catch(e){s=[6,e],r=0}finally{n=o=0}if(5&s[0])throw s[1];return{value:s[0]?s[1]:void 0,done:!0}}([s,l])}}},eB=function(e,t,n,r){return new(n||(n=Promise))((function(o,a){function i(e){try{l(r.next(e))}catch(e){a(e)}}function s(e){try{l(r.throw(e))}catch(e){a(e)}}function l(e){var t;e.done?o(e.value):(t=e.value,t instanceof n?t:new n((function(e){e(t)}))).then(i,s)}l((r=r.apply(e,t||[])).next())}))},tB=function(e,t){var n,r,o,a,i={label:0,sent:function(){if(1&o[0])throw o[1];return o[1]},trys:[],ops:[]};return a={next:s(0),throw:s(1),return:s(2)},"function"==typeof Symbol&&(a[Symbol.iterator]=function(){return this}),a;function s(s){return function(l){return function(s){if(n)throw new TypeError("Generator is already executing.");for(;a&&(a=0,s[0]&&(i=0)),i;)try{if(n=1,r&&(o=2&s[0]?r.return:s[0]?r.throw||((o=r.return)&&o.call(r),0):r.next)&&!(o=o.call(r,s[1])).done)return o;switch(r=0,o&&(s=[2&s[0],o.value]),s[0]){case 0:case 1:o=s;break;case 4:return i.label++,{value:s[1],done:!1};case 5:i.label++,r=s[1],s=[0];continue;case 7:s=i.ops.pop(),i.trys.pop();continue;default:if(!(o=i.trys,(o=o.length>0&&o[o.length-1])||6!==s[0]&&2!==s[0])){i=0;continue}if(3===s[0]&&(!o||s[1]>o[0]&&s[1]<o[3])){i.label=s[1];break}if(6===s[0]&&i.label<o[1]){i.label=o[1],o=s;break}if(o&&i.label<o[2]){i.label=o[2],i.ops.push(s);break}o[2]&&i.ops.pop(),i.trys.pop();continue}s=t.call(e,i)}catch(e){s=[6,e],r=0}finally{n=o=0}if(5&s[0])throw s[1];return{value:s[0]?s[1]:void 0,done:!0}}([s,l])}}},nB=function(e,t){var n="function"==typeof Symbol&&e[Symbol.iterator];if(!n)return e;var r,o,a=n.call(e),i=[];try{for(;(void 0===t||t-- >0)&&!(r=a.next()).done;)i.push(r.value)}catch(e){o={error:e}}finally{try{r&&!r.done&&(n=a.return)&&n.call(a)}finally{if(o)throw o.error}}return i},rB=U().useCallback,oB=U().useEffect,aB=U().useState,iB=function(e,t){var n=nB(aB(!1),2),r=n[0],o=n[1],a=rB((function(){return eB(void 0,void 0,void 0,(function(){var n,r,a;return tB(this,(function(i){switch(i.label){case 0:if(!e)return[2/*return*/];i.label=1;case 1:return i.trys.push([1,4,,5]),[4/*yield*/,fetch("".concat(e,"/svg-string/guard?v=2"))];case 2:return[4/*yield*/,i.sent().text()];case 3:return n=i.sent(),(r=KDe())?(function(e,t){var n=function(){var n=e.createElement("div");n.innerHTML=t;var r=n.getElementsByTagName("svg")[0];r.setAttribute("aria-hidden","true"),r.id="guard-svg-string",r.style.position="absolute",r.style.width="0",r.style.height="0",r.style.overflow="hidden";var o=e.body;o.firstChild?o.insertBefore(r,o.firstChild):o.appendChild(r)},r=e.readyState;if(["complete","loaded","interactive"].includes(r))setTimeout((function(){n()}),0);else{var o=function(){e.removeEventListener("DOMContentLoaded",o),n()};e.addEventListener("DOMContentLoaded",o)}}(r.document,n),o(!0),[3/*break*/,5]):[2/*return*/];case 4:return a=i.sent(),null==t||t(a),[3/*break*/,5];case 5:return[2/*return*/]}}))}))}),[e,t]);return oB((function(){a()}),[a]),r},sB=U().useEffect,lB=U().useMemo,cB=s(361),uB=s.n(cB),dB=function(){return dB=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var o in t=arguments[n])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},dB.apply(this,arguments)},pB=function(e){var t="function"==typeof Symbol&&Symbol.iterator,n=t&&e[t],r=0;if(n)return n.call(e);if(e&&"number"==typeof e.length)return{next:function(){return e&&r>=e.length&&(e=void 0),{value:e&&e[r++],done:!e}}};throw new TypeError(t?"Object is not iterable.":"Symbol.iterator is not defined.")},fB=function(e,t){var n="function"==typeof Symbol&&e[Symbol.iterator];if(!n)return e;var r,o,a=n.call(e),i=[];try{for(;(void 0===t||t-- >0)&&!(r=a.next()).done;)i.push(r.value)}catch(e){o={error:e}}finally{try{r&&!r.done&&(n=a.return)&&n.call(a)}finally{if(o)throw o.error}}return i},hB=function(e,t,n){if(n||2===arguments.length)for(var r,o=0,a=t.length;o<a;o++)!r&&o in t||(r||(r=Array.prototype.slice.call(t,0,o)),r[o]=t[o]);return e.concat(r||Array.prototype.slice.call(t))},mB=U().useCallback,gB=U().useEffect,vB=U().useMemo,yB=U().useState,bB="__authing__multiple_accounts",wB="__authing_last_used_idp__",EB=["email","phone","password","phone-code","email-code","ad","ldap","ldap-password","ldap-email","ldap-phone"],kB=["wechat-miniprogram-qrcode","wechatmp-qrcode","app-qrcode"],CB=kB.concat("social"),SB=function(){var e=this;
29236
29094
  /**
29237
29095
  * 原始的登录账号
29238
29096
  */this.originAccount="",this.originWay="",
@@ -29557,7 +29415,7 @@ multipleInstance:Q,phoneRegex:oe,defaultLanguageConfig:L,tenantInstance:X,isSpec
29557
29415
  function UB(e,t,n){void 0===t&&(t=[]),void 0===n&&(n={loading:!1});var r=(0,j.useRef)(0),o=// CONCATENATED MODULE: ./node_modules/react-use/esm/useMountedState.js
29558
29416
  function(){var e=(0,j.useRef)(!1),t=(0,j.useCallback)((function(){return e.current}),[]);return(0,j.useEffect)((function(){return e.current=!0,function(){e.current=!1}}),[]),t}(),a=(0,j.useState)(n),i=a[0],s=a[1],l=(0,j.useCallback)((function(){for(var t=[],n=0;n<arguments.length;n++)t[n]=arguments[n];var a=++r.current;return i.loading||s((function(e){return Tn(Tn({},e),{loading:!0})})),e.apply(void 0,t).then((function(e){return o()&&a===r.current&&s({value:e,loading:!1}),e}),(function(e){return o()&&a===r.current&&s({error:e,loading:!1}),e}))}),t);return[i,l]}!function(e){e[e.OTP_MFA_CODE=1635]="OTP_MFA_CODE",e[e.APP_MFA_CODE=1636]="APP_MFA_CODE",e[e.INPUT_CAPTCHACODE=2e3]="INPUT_CAPTCHACODE",e[e.USER_EXISTENCE=2026]="USER_EXISTENCE",e[e.LOGIN_INVALID=2021]="LOGIN_INVALID",e[e.PASSWORD_ERROR=2333]="PASSWORD_ERROR",e[e.USER_NOT_EXIST=2004]="USER_NOT_EXIST",e[e.MULTIPLE_ERROR_LOCK=2057]="MULTIPLE_ERROR_LOCK",e[e.SELECT_ACCOUNT_2_LOGIN=2930]="SELECT_ACCOUNT_2_LOGIN",e[e.ACCOUNT_LOCK=2005]="ACCOUNT_LOCK"}(_B||(_B={}));
29559
29417
  // EXTERNAL MODULE: ./node_modules/react-responsive/dist/react-responsive.js
29560
- var zB,WB=c(1852),VB=c(7382),qB=c.n(VB),HB=function(e,t){var n="function"==typeof Symbol&&e[Symbol.iterator];if(!n)return e;var r,o,a=n.call(e),i=[];try{for(;(void 0===t||t-- >0)&&!(r=a.next()).done;)i.push(r.value)}catch(e){o={error:e}}finally{try{r&&!r.done&&(n=a.return)&&n.call(a)}finally{if(o)throw o.error}}return i},GB=function(e,t,n){if(n||2===arguments.length)for(var r,o=0,a=t.length;o<a;o++)!r&&o in t||(r||(r=Array.prototype.slice.call(t,0,o)),r[o]=t[o]);return e.concat(r||Array.prototype.slice.call(t))},KB=["wechat:miniprogram:app-launch","wechat:miniprogram:qrconnect",
29418
+ var zB,WB=s(1852),VB=s(7382),qB=s.n(VB),HB=function(e,t){var n="function"==typeof Symbol&&e[Symbol.iterator];if(!n)return e;var r,o,a=n.call(e),i=[];try{for(;(void 0===t||t-- >0)&&!(r=a.next()).done;)i.push(r.value)}catch(e){o={error:e}}finally{try{r&&!r.done&&(n=a.return)&&n.call(a)}finally{if(o)throw o.error}}return i},GB=function(e,t,n){if(n||2===arguments.length)for(var r,o=0,a=t.length;o<a;o++)!r&&o in t||(r||(r=Array.prototype.slice.call(t,0,o)),r[o]=t[o]);return e.concat(r||Array.prototype.slice.call(t))},KB=["wechat:miniprogram:app-launch","wechat:miniprogram:qrconnect",
29561
29419
  // 'wechat:webpage-authorization',
29562
29420
  "wechat:miniprogram:default","wechatwork:addressbook","wechat:mobile"],YB=["dingtalk","lark-public","lark-internal",gl.ZJZWFWQrcode,"wechatwork:corp:qrconnect","wechatwork:service-provider:qrconnect","wechatwork:agency:qrconnect","wechatwork:qrconnect:of:authing:agency"],JB=U().useRef,ZB=U().useCallback,QB=U().useEffect,XB=function(){return{isPhoneMedia:(0,WB.useMediaQuery)({maxWidth:450})}},ej=function(){var e=qF().autoFocus,t=(0,WB.useMediaQuery)({maxWidth:450});return{autoFocus:null!=e?e:!t}},tj=function(e,t,n){if(void 0===n&&(n="CN"),!e)return{phoneNumber:t,countryCode:void 0};
29563
29421
  // 尝试用指定区号解析
@@ -29627,7 +29485,7 @@ u=e.width?e.width:"auto",d=e.height?e.height:"auto"),U().createElement("div",{st
29627
29485
  // type: 'array',
29628
29486
  validateTrigger:["onChange"],message:t("common.isMissing",{name:o}),required:!0},{
29629
29487
  // type: 'array',
29630
- validateTrigger:[""],message:t("common.fullCaptchaCode",{name:o}),min:n}]},a))},Rj=c(4184),Dj=c.n(Rj),Fj=Object.defineProperty,Lj=Object.defineProperties,Bj=Object.getOwnPropertyDescriptors,jj=Object.getOwnPropertySymbols,$j=Object.prototype.hasOwnProperty,Uj=Object.prototype.propertyIsEnumerable,zj=(e,t,n)=>t in e?Fj(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,Wj="^\\d+$";var Vj=["[data-lastpass-icon-root]","com-1password-button","[data-dashlanecreated]",'[style$="2147483647 !important;"]'].join(",");var qj=j.createContext({}),Hj=j.forwardRef(((e,t)=>{var n,r,o,a,i,s=e,{value:l,onChange:c,maxLength:u,textAlign:d="left",pattern:p=Wj,inputMode:f="numeric",onComplete:h,pushPasswordManagerStrategy:m="increase-width",containerClassName:g,noScriptCSSFallback:v=Yj,render:y,children:b}=s,w=((e,t)=>{var n={};for(var r in e)$j.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(null!=e&&jj)for(var r of jj(e))t.indexOf(r)<0&&Uj.call(e,r)&&(n[r]=e[r]);return n})(s,["value","onChange","maxLength","textAlign","pattern","inputMode","onComplete","pushPasswordManagerStrategy","containerClassName","noScriptCSSFallback","render","children"]);let[E,k]=j.useState("string"==typeof w.defaultValue?w.defaultValue:""),C=null!=l?l:E,S=function(e){let t=j.useRef();return j.useEffect((()=>{t.current=e})),t.current}(C),x=j.useCallback((e=>{null==c||c(e),k(e)}),[c]),_=j.useMemo((()=>p?"string"==typeof p?new RegExp(p):p:null),[p]),T=j.useRef(null),I=j.useRef(null),N=j.useRef({value:C,onChange:x,isIOS:"undefined"!=typeof window&&(null==(r=null==(n=null==window?void 0:window.CSS)?void 0:n.supports)?void 0:r.call(n,"-webkit-touch-callout","none"))}),A=j.useRef({prev:[null==(o=T.current)?void 0:o.selectionStart,null==(a=T.current)?void 0:a.selectionEnd,null==(i=T.current)?void 0:i.selectionDirection]});j.useImperativeHandle(t,(()=>T.current),[]),j.useEffect((()=>{let e=T.current,t=I.current;if(!e||!t)return;function n(){if(document.activeElement!==e)return F(null),void B(null);let t,n=e.selectionStart,r=e.selectionEnd,o=e.selectionDirection,a=e.maxLength,i=e.value,s=A.current.prev,l=-1,c=-1;if(0!==i.length&&null!==n&&null!==r){let e=n===r,o=n===i.length&&i.length<a;if(e&&!o){let e=n;if(0===e)l=0,c=1,t="forward";else if(e===a)l=e-1,c=e,t="backward";else if(a>1&&i.length>1){let n=0;if(null!==s[0]&&null!==s[1]){t=e<s[1]?"backward":"forward";let r=s[0]===s[1]&&s[0]<a;"backward"===t&&!r&&(n=-1)}l=n+e,c=n+e+1}}-1!==l&&-1!==c&&l!==c&&T.current.setSelectionRange(l,c,t)}let u=-1!==l?l:n,d=-1!==c?c:r,p=null!=t?t:o;F(u),B(d),A.current.prev=[u,d,p]}if(N.current.value!==e.value&&N.current.onChange(e.value),A.current.prev=[e.selectionStart,e.selectionEnd,e.selectionDirection],document.addEventListener("selectionchange",n,{capture:!0}),n(),document.activeElement===e&&R(!0),!document.getElementById("input-otp-style")){let e=document.createElement("style");if(e.id="input-otp-style",document.head.appendChild(e),e.sheet){let t="background: transparent !important; color: transparent !important; border-color: transparent !important; opacity: 0 !important; box-shadow: none !important; -webkit-box-shadow: none !important; -webkit-text-fill-color: transparent !important;";Gj(e.sheet,"[data-input-otp]::selection { background: transparent !important; color: transparent !important; }"),Gj(e.sheet,`[data-input-otp]:autofill { ${t} }`),Gj(e.sheet,`[data-input-otp]:-webkit-autofill { ${t} }`),Gj(e.sheet,"@supports (-webkit-touch-callout: none) { [data-input-otp] { letter-spacing: -.6em !important; font-weight: 100 !important; font-stretch: ultra-condensed; font-optical-sizing: none !important; left: -1px !important; right: 1px !important; } }"),Gj(e.sheet,"[data-input-otp] + * { pointer-events: all !important; }")}}let r=()=>{t&&t.style.setProperty("--root-height",`${e.clientHeight}px`)};r();let o=new ResizeObserver(r);return o.observe(e),()=>{document.removeEventListener("selectionchange",n,{capture:!0}),o.disconnect()}}),[]);let[P,O]=j.useState(!1),[M,R]=j.useState(!1),[D,F]=j.useState(null),[L,B]=j.useState(null);j.useEffect((()=>{!function(e){setTimeout(e,0),setTimeout(e,10),setTimeout(e,50)}((()=>{var e,t,n,r;null==(e=T.current)||e.dispatchEvent(new Event("input"));let o=null==(t=T.current)?void 0:t.selectionStart,a=null==(n=T.current)?void 0:n.selectionEnd,i=null==(r=T.current)?void 0:r.selectionDirection;null!==o&&null!==a&&(F(o),B(a),A.current.prev=[o,a,i])}))}),[C,M]),j.useEffect((()=>{void 0!==S&&C!==S&&S.length<u&&C.length===u&&(null==h||h(C))}),[u,h,S,C]);let $=function({containerRef:e,inputRef:t,pushPasswordManagerStrategy:n,isFocused:r}){let o=j.useRef({done:!1,refocused:!1}),[a,i]=j.useState(!1),[s,l]=j.useState(!1),[c,u]=j.useState(!1),d=j.useMemo((()=>"none"!==n&&("increase-width"===n||"experimental-no-flickering"===n)&&a&&s),[a,s,n]),p=j.useCallback((()=>{let r=e.current,a=t.current;if(!r||!a||c||"none"===n)return;let s=r,l=s.getBoundingClientRect().left+s.offsetWidth-18,d=s.getBoundingClientRect().top+s.offsetHeight/2;if((0!==document.querySelectorAll(Vj).length||document.elementFromPoint(l,d)!==r)&&(i(!0),u(!0),!o.current.refocused&&document.activeElement===a)){let e=[a.selectionStart,a.selectionEnd];a.blur(),a.focus(),a.setSelectionRange(e[0],e[1]),o.current.refocused=!0}}),[e,t,c,n]);return j.useEffect((()=>{let t=e.current;if(!t||"none"===n)return;function r(){let e=window.innerWidth-t.getBoundingClientRect().right;l(e>=40)}r();let o=setInterval(r,1e3);return()=>{clearInterval(o)}}),[e,n]),j.useEffect((()=>{let e=r||document.activeElement===t.current;if("none"===n||!e)return;let o=setTimeout(p,0),a=setTimeout(p,2e3),i=setTimeout(p,5e3),s=setTimeout((()=>{u(!0)}),6e3);return()=>{clearTimeout(o),clearTimeout(a),clearTimeout(i),clearTimeout(s)}}),[t,r,n,p]),{hasPWMBadge:a,willPushPWMBadge:d,PWM_BADGE_SPACE_WIDTH:"40px"}}({containerRef:I,inputRef:T,pushPasswordManagerStrategy:m,isFocused:M}),U=j.useCallback((e=>{let t=e.currentTarget.value.slice(0,u);t.length>0&&_&&!_.test(t)?e.preventDefault():("string"==typeof S&&t.length<S.length&&document.dispatchEvent(new Event("selectionchange")),x(t))}),[u,x,S,_]),z=j.useCallback((()=>{var e;if(T.current){let t=Math.min(T.current.value.length,u-1),n=T.current.value.length;null==(e=T.current)||e.setSelectionRange(t,n),F(t),B(n)}R(!0)}),[u]),W=j.useCallback((e=>{var t,n;let r=T.current;if(!N.current.isIOS||!e.clipboardData||!r)return;let o=e.clipboardData.getData("text/plain");e.preventDefault();let a=null==(t=T.current)?void 0:t.selectionStart,i=null==(n=T.current)?void 0:n.selectionEnd,s=(a!==i?C.slice(0,a)+o+C.slice(i):C.slice(0,a)+o+C.slice(a)).slice(0,u);if(s.length>0&&_&&!_.test(s))return;r.value=s,x(s);let l=Math.min(s.length,u-1),c=s.length;r.setSelectionRange(l,c),F(l),B(c)}),[u,x,_,C]),V=j.useMemo((()=>({position:"relative",cursor:w.disabled?"default":"text",userSelect:"none",WebkitUserSelect:"none",pointerEvents:"none"})),[w.disabled]),q=j.useMemo((()=>({position:"absolute",inset:0,width:$.willPushPWMBadge?`calc(100% + ${$.PWM_BADGE_SPACE_WIDTH})`:"100%",clipPath:$.willPushPWMBadge?`inset(0 ${$.PWM_BADGE_SPACE_WIDTH} 0 0)`:void 0,height:"100%",display:"flex",textAlign:d,opacity:"1",color:"transparent",pointerEvents:"all",background:"transparent",caretColor:"transparent",border:"0 solid transparent",outline:"0 solid transparent",boxShadow:"none",lineHeight:"1",letterSpacing:"-.5em",fontSize:"var(--root-height)",fontFamily:"monospace",fontVariantNumeric:"tabular-nums"})),[$.PWM_BADGE_SPACE_WIDTH,$.willPushPWMBadge,d]),H=j.useMemo((()=>j.createElement("input",((e,t)=>Lj(e,Bj(t)))(((e,t)=>{for(var n in t||(t={}))$j.call(t,n)&&zj(e,n,t[n]);if(jj)for(var n of jj(t))Uj.call(t,n)&&zj(e,n,t[n]);return e})({autoComplete:w.autoComplete||"one-time-code"},w),{"data-input-otp":!0,"data-input-otp-mss":D,"data-input-otp-mse":L,inputMode:f,pattern:null==_?void 0:_.source,style:q,maxLength:u,value:C,ref:T,onPaste:e=>{var t;W(e),null==(t=w.onPaste)||t.call(w,e)},onChange:U,onMouseOver:e=>{var t;O(!0),null==(t=w.onMouseOver)||t.call(w,e)},onMouseLeave:e=>{var t;O(!1),null==(t=w.onMouseLeave)||t.call(w,e)},onFocus:e=>{var t;z(),null==(t=w.onFocus)||t.call(w,e)},onBlur:e=>{var t;R(!1),null==(t=w.onBlur)||t.call(w,e)}}))),[U,z,W,f,q,u,L,D,w,null==_?void 0:_.source,C]),G=j.useMemo((()=>({slots:Array.from({length:u}).map(((e,t)=>{let n=M&&null!==D&&null!==L&&(D===L&&t===D||t>=D&&t<L),r=void 0!==C[t]?C[t]:null;return{char:r,isActive:n,hasFakeCaret:n&&null===r}})),isFocused:M,isHovering:!w.disabled&&P})),[M,P,u,L,D,w.disabled,C]),K=j.useMemo((()=>y?y(G):j.createElement(qj.Provider,{value:G},b)),[b,G,y]);return j.createElement(j.Fragment,null,null!==v&&j.createElement("noscript",null,j.createElement("style",null,v)),j.createElement("div",{ref:I,"data-input-otp-container":!0,style:V,className:g},K,j.createElement("div",{style:{position:"absolute",inset:0,pointerEvents:"none"}},H)))}));function Gj(e,t){try{e.insertRule(t)}catch(e){console.error("input-otp could not insert CSS rule:",t)}}Hj.displayName="Input";var Kj,Yj="\n[data-input-otp] {\n --nojs-bg: white !important;\n --nojs-fg: black !important;\n\n background-color: var(--nojs-bg) !important;\n color: var(--nojs-fg) !important;\n caret-color: var(--nojs-fg) !important;\n letter-spacing: .25em !important;\n text-align: center !important;\n border: 1px solid var(--nojs-fg) !important;\n border-radius: 4px !important;\n width: 100% !important;\n}\n@media (prefers-color-scheme: dark) {\n [data-input-otp] {\n --nojs-bg: black !important;\n --nojs-fg: white !important;\n }\n}",Jj=function(){return Jj=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var o in t=arguments[n])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},Jj.apply(this,arguments)},Zj=function(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(r=Object.getOwnPropertySymbols(e);o<r.length;o++)t.indexOf(r[o])<0&&Object.prototype.propertyIsEnumerable.call(e,r[o])&&(n[r[o]]=e[r[o]])}return n},Qj=function(){return U().createElement("div",{className:"authing-g2-otp-input-cursor"})},Xj=function(e){return U().createElement("div",{style:e.style,className:Dj()("authing-g2-code-input-item",{focus:e.isActive})},null!==e.char&&U().createElement("div",null,e.char),e.hasFakeCaret&&U().createElement(Qj,null))},e$=function(e){var t=e.length,n=void 0===t?4:t,r=(e.size,e.gutter),o=void 0===r?n>4?"14px":"24px":r,a=(e.className,e.onEenter,e.showDivider),i=void 0!==a&&a,s=e.onChange,l=e.value,c=e.onFinish,u=Zj(e,["length","size","gutter","className","onEenter","showDivider","onChange","value","onFinish"]);return U().createElement("div",Jj({className:"authing-g2-code-input"},u),U().createElement(Hj,{value:l,onChange:s,maxLength:n,onComplete:c,render:function(e){var t=e.slots;return U().createElement("div",{className:"authing-g2-otp-wrapper"},t.map((function(e,t){return U().createElement(U().Fragment,null,U().createElement(Xj,Jj({key:t},e,{style:{marginLeft:0===t?0:o}})),i&&t===Math.floor(n/2-1)&&U().createElement(QS,{className:"authing-g2-code-input-divider"}))})))}}))},t$=function(e,t,n,r){return new(n||(n=Promise))((function(o,a){function i(e){try{l(r.next(e))}catch(e){a(e)}}function s(e){try{l(r.throw(e))}catch(e){a(e)}}function l(e){var t;e.done?o(e.value):(t=e.value,t instanceof n?t:new n((function(e){e(t)}))).then(i,s)}l((r=r.apply(e,t||[])).next())}))},n$=function(e,t){var n,r,o,a,i={label:0,sent:function(){if(1&o[0])throw o[1];return o[1]},trys:[],ops:[]};return a={next:s(0),throw:s(1),return:s(2)},"function"==typeof Symbol&&(a[Symbol.iterator]=function(){return this}),a;function s(s){return function(l){return function(s){if(n)throw new TypeError("Generator is already executing.");for(;a&&(a=0,s[0]&&(i=0)),i;)try{if(n=1,r&&(o=2&s[0]?r.return:s[0]?r.throw||((o=r.return)&&o.call(r),0):r.next)&&!(o=o.call(r,s[1])).done)return o;switch(r=0,o&&(s=[2&s[0],o.value]),s[0]){case 0:case 1:o=s;break;case 4:return i.label++,{value:s[1],done:!1};case 5:i.label++,r=s[1],s=[0];continue;case 7:s=i.ops.pop(),i.trys.pop();continue;default:if(!(o=i.trys,(o=o.length>0&&o[o.length-1])||6!==s[0]&&2!==s[0])){i=0;continue}if(3===s[0]&&(!o||s[1]>o[0]&&s[1]<o[3])){i.label=s[1];break}if(6===s[0]&&i.label<o[1]){i.label=o[1],o=s;break}if(o&&i.label<o[2]){i.label=o[2],i.ops.push(s);break}o[2]&&i.ops.pop(),i.trys.pop();continue}s=t.call(e,i)}catch(e){s=[6,e],r=0}finally{n=o=0}if(5&s[0])throw s[1];return{value:s[0]?s[1]:void 0,done:!0}}([s,l])}}},r$=function(e,t){var n="function"==typeof Symbol&&e[Symbol.iterator];if(!n)return e;var r,o,a=n.call(e),i=[];try{for(;(void 0===t||t-- >0)&&!(r=a.next()).done;)i.push(r.value)}catch(e){o={error:e}}finally{try{r&&!r.done&&(n=a.return)&&n.call(a)}finally{if(o)throw o.error}}return i},o$=U().useRef,a$=function(e){var t=e.mfaToken,n=e.qrcode,r=e.onNext,o=e.changeModule,a=r$(jI.useForm(),1)[0],i=o$(null),s=td().t,l=lDe().post,c=HF(),u=r$(UB((function(){return t$(void 0,void 0,void 0,(function(){var e,n,o,s,u,d,p,f,h,m,g,v;return n$(this,(function(y){switch(y.label){case 0:return null===(f=i.current)||void 0===f||f.onSpin(!0),[4/*yield*/,a.validateFields()];case 1:return y.sent(),e=a.getFieldValue("saftyCode"),c?[4/*yield*/,vj(fj.VerifyTotpFirstTime,{totp:e})]:[3/*break*/,3];case 2:return n=y.sent(),o=n.statusCode,p=n.onGuardHandling,null===(h=i.current)||void 0===h||h.onSpin(!1),200===o?r():(null===(m=i.current)||void 0===m||m.onError(),null==p||p()),[3/*break*/,5];case 3:return[4/*yield*/,l("/api/v2/mfa/totp/associate/confirm",{authenticator_type:"totp",totp:e,source:"APPLICATION"},{headers:{authorization:t}})];case 4:s=y.sent(),u=s.code,d=s.data,p=s.onGuardHandling,null===(g=i.current)||void 0===g||g.onSpin(!1),200===u?r(d):(null===(v=i.current)||void 0===v||v.onError(),null==p||p()),y.label=5;case 5:return[2/*return*/]}}))}))}),[t]),2),d=u[1];return U().createElement(U().Fragment,null,U().createElement("p",{className:"authing-g2-mfa-title"},s("user.mfaBind")),U().createElement("p",{className:"authing-g2-mfa-tips",style:{textAlign:"left"}},s("common.usePhoneOpen"),"(",s("common.noValidator")," ",U().createElement("span",{style:{color:"#215AE5",cursor:"pointer"},onClick:function(){null==o||o(fL.DOWNLOAD_AT)}},s("common.clickTodownload")),") ",s("common.mfaText1")),U().createElement(Nj,{className:"g2-mfa-bindTotp-qrcode",src:n,alt:"qrcode"}),U().createElement(jI,{className:"g2-mfa-bindTotp-securityCode-form",form:a,onSubmitCapture:function(){},onFinish:d,onFinishFailed:function(){i.current.onError()}},U().createElement(Mj,{codeLength:6,name:"saftyCode",ruleKeyword:s("user.numberSafteyCode")},U().createElement(e$,{length:6,showDivider:!1,gutter:"10px",onFinish:d})),U().createElement(pj,{text:s("user.nextStep"),ref:i})))},i$=function(){return i$=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var o in t=arguments[n])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},i$.apply(this,arguments)};
29488
+ validateTrigger:[""],message:t("common.fullCaptchaCode",{name:o}),min:n}]},a))},Rj=s(4184),Dj=s.n(Rj),Fj=Object.defineProperty,Lj=Object.defineProperties,Bj=Object.getOwnPropertyDescriptors,jj=Object.getOwnPropertySymbols,$j=Object.prototype.hasOwnProperty,Uj=Object.prototype.propertyIsEnumerable,zj=(e,t,n)=>t in e?Fj(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,Wj="^\\d+$";var Vj=["[data-lastpass-icon-root]","com-1password-button","[data-dashlanecreated]",'[style$="2147483647 !important;"]'].join(",");var qj=j.createContext({}),Hj=j.forwardRef(((e,t)=>{var n,r,o,a,i,s=e,{value:l,onChange:c,maxLength:u,textAlign:d="left",pattern:p=Wj,inputMode:f="numeric",onComplete:h,pushPasswordManagerStrategy:m="increase-width",containerClassName:g,noScriptCSSFallback:v=Yj,render:y,children:b}=s,w=((e,t)=>{var n={};for(var r in e)$j.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(null!=e&&jj)for(var r of jj(e))t.indexOf(r)<0&&Uj.call(e,r)&&(n[r]=e[r]);return n})(s,["value","onChange","maxLength","textAlign","pattern","inputMode","onComplete","pushPasswordManagerStrategy","containerClassName","noScriptCSSFallback","render","children"]);let[E,k]=j.useState("string"==typeof w.defaultValue?w.defaultValue:""),C=null!=l?l:E,S=function(e){let t=j.useRef();return j.useEffect((()=>{t.current=e})),t.current}(C),x=j.useCallback((e=>{null==c||c(e),k(e)}),[c]),_=j.useMemo((()=>p?"string"==typeof p?new RegExp(p):p:null),[p]),T=j.useRef(null),I=j.useRef(null),N=j.useRef({value:C,onChange:x,isIOS:"undefined"!=typeof window&&(null==(r=null==(n=null==window?void 0:window.CSS)?void 0:n.supports)?void 0:r.call(n,"-webkit-touch-callout","none"))}),A=j.useRef({prev:[null==(o=T.current)?void 0:o.selectionStart,null==(a=T.current)?void 0:a.selectionEnd,null==(i=T.current)?void 0:i.selectionDirection]});j.useImperativeHandle(t,(()=>T.current),[]),j.useEffect((()=>{let e=T.current,t=I.current;if(!e||!t)return;function n(){if(document.activeElement!==e)return F(null),void B(null);let t,n=e.selectionStart,r=e.selectionEnd,o=e.selectionDirection,a=e.maxLength,i=e.value,s=A.current.prev,l=-1,c=-1;if(0!==i.length&&null!==n&&null!==r){let e=n===r,o=n===i.length&&i.length<a;if(e&&!o){let e=n;if(0===e)l=0,c=1,t="forward";else if(e===a)l=e-1,c=e,t="backward";else if(a>1&&i.length>1){let n=0;if(null!==s[0]&&null!==s[1]){t=e<s[1]?"backward":"forward";let r=s[0]===s[1]&&s[0]<a;"backward"===t&&!r&&(n=-1)}l=n+e,c=n+e+1}}-1!==l&&-1!==c&&l!==c&&T.current.setSelectionRange(l,c,t)}let u=-1!==l?l:n,d=-1!==c?c:r,p=null!=t?t:o;F(u),B(d),A.current.prev=[u,d,p]}if(N.current.value!==e.value&&N.current.onChange(e.value),A.current.prev=[e.selectionStart,e.selectionEnd,e.selectionDirection],document.addEventListener("selectionchange",n,{capture:!0}),n(),document.activeElement===e&&R(!0),!document.getElementById("input-otp-style")){let e=document.createElement("style");if(e.id="input-otp-style",document.head.appendChild(e),e.sheet){let t="background: transparent !important; color: transparent !important; border-color: transparent !important; opacity: 0 !important; box-shadow: none !important; -webkit-box-shadow: none !important; -webkit-text-fill-color: transparent !important;";Gj(e.sheet,"[data-input-otp]::selection { background: transparent !important; color: transparent !important; }"),Gj(e.sheet,`[data-input-otp]:autofill { ${t} }`),Gj(e.sheet,`[data-input-otp]:-webkit-autofill { ${t} }`),Gj(e.sheet,"@supports (-webkit-touch-callout: none) { [data-input-otp] { letter-spacing: -.6em !important; font-weight: 100 !important; font-stretch: ultra-condensed; font-optical-sizing: none !important; left: -1px !important; right: 1px !important; } }"),Gj(e.sheet,"[data-input-otp] + * { pointer-events: all !important; }")}}let r=()=>{t&&t.style.setProperty("--root-height",`${e.clientHeight}px`)};r();let o=new ResizeObserver(r);return o.observe(e),()=>{document.removeEventListener("selectionchange",n,{capture:!0}),o.disconnect()}}),[]);let[P,O]=j.useState(!1),[M,R]=j.useState(!1),[D,F]=j.useState(null),[L,B]=j.useState(null);j.useEffect((()=>{!function(e){setTimeout(e,0),setTimeout(e,10),setTimeout(e,50)}((()=>{var e,t,n,r;null==(e=T.current)||e.dispatchEvent(new Event("input"));let o=null==(t=T.current)?void 0:t.selectionStart,a=null==(n=T.current)?void 0:n.selectionEnd,i=null==(r=T.current)?void 0:r.selectionDirection;null!==o&&null!==a&&(F(o),B(a),A.current.prev=[o,a,i])}))}),[C,M]),j.useEffect((()=>{void 0!==S&&C!==S&&S.length<u&&C.length===u&&(null==h||h(C))}),[u,h,S,C]);let $=function({containerRef:e,inputRef:t,pushPasswordManagerStrategy:n,isFocused:r}){let o=j.useRef({done:!1,refocused:!1}),[a,i]=j.useState(!1),[s,l]=j.useState(!1),[c,u]=j.useState(!1),d=j.useMemo((()=>"none"!==n&&("increase-width"===n||"experimental-no-flickering"===n)&&a&&s),[a,s,n]),p=j.useCallback((()=>{let r=e.current,a=t.current;if(!r||!a||c||"none"===n)return;let s=r,l=s.getBoundingClientRect().left+s.offsetWidth-18,d=s.getBoundingClientRect().top+s.offsetHeight/2;if((0!==document.querySelectorAll(Vj).length||document.elementFromPoint(l,d)!==r)&&(i(!0),u(!0),!o.current.refocused&&document.activeElement===a)){let e=[a.selectionStart,a.selectionEnd];a.blur(),a.focus(),a.setSelectionRange(e[0],e[1]),o.current.refocused=!0}}),[e,t,c,n]);return j.useEffect((()=>{let t=e.current;if(!t||"none"===n)return;function r(){let e=window.innerWidth-t.getBoundingClientRect().right;l(e>=40)}r();let o=setInterval(r,1e3);return()=>{clearInterval(o)}}),[e,n]),j.useEffect((()=>{let e=r||document.activeElement===t.current;if("none"===n||!e)return;let o=setTimeout(p,0),a=setTimeout(p,2e3),i=setTimeout(p,5e3),s=setTimeout((()=>{u(!0)}),6e3);return()=>{clearTimeout(o),clearTimeout(a),clearTimeout(i),clearTimeout(s)}}),[t,r,n,p]),{hasPWMBadge:a,willPushPWMBadge:d,PWM_BADGE_SPACE_WIDTH:"40px"}}({containerRef:I,inputRef:T,pushPasswordManagerStrategy:m,isFocused:M}),U=j.useCallback((e=>{let t=e.currentTarget.value.slice(0,u);t.length>0&&_&&!_.test(t)?e.preventDefault():("string"==typeof S&&t.length<S.length&&document.dispatchEvent(new Event("selectionchange")),x(t))}),[u,x,S,_]),z=j.useCallback((()=>{var e;if(T.current){let t=Math.min(T.current.value.length,u-1),n=T.current.value.length;null==(e=T.current)||e.setSelectionRange(t,n),F(t),B(n)}R(!0)}),[u]),W=j.useCallback((e=>{var t,n;let r=T.current;if(!N.current.isIOS||!e.clipboardData||!r)return;let o=e.clipboardData.getData("text/plain");e.preventDefault();let a=null==(t=T.current)?void 0:t.selectionStart,i=null==(n=T.current)?void 0:n.selectionEnd,s=(a!==i?C.slice(0,a)+o+C.slice(i):C.slice(0,a)+o+C.slice(a)).slice(0,u);if(s.length>0&&_&&!_.test(s))return;r.value=s,x(s);let l=Math.min(s.length,u-1),c=s.length;r.setSelectionRange(l,c),F(l),B(c)}),[u,x,_,C]),V=j.useMemo((()=>({position:"relative",cursor:w.disabled?"default":"text",userSelect:"none",WebkitUserSelect:"none",pointerEvents:"none"})),[w.disabled]),q=j.useMemo((()=>({position:"absolute",inset:0,width:$.willPushPWMBadge?`calc(100% + ${$.PWM_BADGE_SPACE_WIDTH})`:"100%",clipPath:$.willPushPWMBadge?`inset(0 ${$.PWM_BADGE_SPACE_WIDTH} 0 0)`:void 0,height:"100%",display:"flex",textAlign:d,opacity:"1",color:"transparent",pointerEvents:"all",background:"transparent",caretColor:"transparent",border:"0 solid transparent",outline:"0 solid transparent",boxShadow:"none",lineHeight:"1",letterSpacing:"-.5em",fontSize:"var(--root-height)",fontFamily:"monospace",fontVariantNumeric:"tabular-nums"})),[$.PWM_BADGE_SPACE_WIDTH,$.willPushPWMBadge,d]),H=j.useMemo((()=>j.createElement("input",((e,t)=>Lj(e,Bj(t)))(((e,t)=>{for(var n in t||(t={}))$j.call(t,n)&&zj(e,n,t[n]);if(jj)for(var n of jj(t))Uj.call(t,n)&&zj(e,n,t[n]);return e})({autoComplete:w.autoComplete||"one-time-code"},w),{"data-input-otp":!0,"data-input-otp-mss":D,"data-input-otp-mse":L,inputMode:f,pattern:null==_?void 0:_.source,style:q,maxLength:u,value:C,ref:T,onPaste:e=>{var t;W(e),null==(t=w.onPaste)||t.call(w,e)},onChange:U,onMouseOver:e=>{var t;O(!0),null==(t=w.onMouseOver)||t.call(w,e)},onMouseLeave:e=>{var t;O(!1),null==(t=w.onMouseLeave)||t.call(w,e)},onFocus:e=>{var t;z(),null==(t=w.onFocus)||t.call(w,e)},onBlur:e=>{var t;R(!1),null==(t=w.onBlur)||t.call(w,e)}}))),[U,z,W,f,q,u,L,D,w,null==_?void 0:_.source,C]),G=j.useMemo((()=>({slots:Array.from({length:u}).map(((e,t)=>{let n=M&&null!==D&&null!==L&&(D===L&&t===D||t>=D&&t<L),r=void 0!==C[t]?C[t]:null;return{char:r,isActive:n,hasFakeCaret:n&&null===r}})),isFocused:M,isHovering:!w.disabled&&P})),[M,P,u,L,D,w.disabled,C]),K=j.useMemo((()=>y?y(G):j.createElement(qj.Provider,{value:G},b)),[b,G,y]);return j.createElement(j.Fragment,null,null!==v&&j.createElement("noscript",null,j.createElement("style",null,v)),j.createElement("div",{ref:I,"data-input-otp-container":!0,style:V,className:g},K,j.createElement("div",{style:{position:"absolute",inset:0,pointerEvents:"none"}},H)))}));function Gj(e,t){try{e.insertRule(t)}catch(e){console.error("input-otp could not insert CSS rule:",t)}}Hj.displayName="Input";var Kj,Yj="\n[data-input-otp] {\n --nojs-bg: white !important;\n --nojs-fg: black !important;\n\n background-color: var(--nojs-bg) !important;\n color: var(--nojs-fg) !important;\n caret-color: var(--nojs-fg) !important;\n letter-spacing: .25em !important;\n text-align: center !important;\n border: 1px solid var(--nojs-fg) !important;\n border-radius: 4px !important;\n width: 100% !important;\n}\n@media (prefers-color-scheme: dark) {\n [data-input-otp] {\n --nojs-bg: black !important;\n --nojs-fg: white !important;\n }\n}",Jj=function(){return Jj=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var o in t=arguments[n])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},Jj.apply(this,arguments)},Zj=function(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(r=Object.getOwnPropertySymbols(e);o<r.length;o++)t.indexOf(r[o])<0&&Object.prototype.propertyIsEnumerable.call(e,r[o])&&(n[r[o]]=e[r[o]])}return n},Qj=function(){return U().createElement("div",{className:"authing-g2-otp-input-cursor"})},Xj=function(e){return U().createElement("div",{style:e.style,className:Dj()("authing-g2-code-input-item",{focus:e.isActive})},null!==e.char&&U().createElement("div",null,e.char),e.hasFakeCaret&&U().createElement(Qj,null))},e$=function(e){var t=e.length,n=void 0===t?4:t,r=(e.size,e.gutter),o=void 0===r?n>4?"14px":"24px":r,a=(e.className,e.onEenter,e.showDivider),i=void 0!==a&&a,s=e.onChange,l=e.value,c=e.onFinish,u=Zj(e,["length","size","gutter","className","onEenter","showDivider","onChange","value","onFinish"]);return U().createElement("div",Jj({className:"authing-g2-code-input"},u),U().createElement(Hj,{value:l,onChange:s,maxLength:n,onComplete:c,render:function(e){var t=e.slots;return U().createElement("div",{className:"authing-g2-otp-wrapper"},t.map((function(e,t){return U().createElement(U().Fragment,null,U().createElement(Xj,Jj({key:t},e,{style:{marginLeft:0===t?0:o}})),i&&t===Math.floor(n/2-1)&&U().createElement(QS,{className:"authing-g2-code-input-divider"}))})))}}))},t$=function(e,t,n,r){return new(n||(n=Promise))((function(o,a){function i(e){try{l(r.next(e))}catch(e){a(e)}}function s(e){try{l(r.throw(e))}catch(e){a(e)}}function l(e){var t;e.done?o(e.value):(t=e.value,t instanceof n?t:new n((function(e){e(t)}))).then(i,s)}l((r=r.apply(e,t||[])).next())}))},n$=function(e,t){var n,r,o,a,i={label:0,sent:function(){if(1&o[0])throw o[1];return o[1]},trys:[],ops:[]};return a={next:s(0),throw:s(1),return:s(2)},"function"==typeof Symbol&&(a[Symbol.iterator]=function(){return this}),a;function s(s){return function(l){return function(s){if(n)throw new TypeError("Generator is already executing.");for(;a&&(a=0,s[0]&&(i=0)),i;)try{if(n=1,r&&(o=2&s[0]?r.return:s[0]?r.throw||((o=r.return)&&o.call(r),0):r.next)&&!(o=o.call(r,s[1])).done)return o;switch(r=0,o&&(s=[2&s[0],o.value]),s[0]){case 0:case 1:o=s;break;case 4:return i.label++,{value:s[1],done:!1};case 5:i.label++,r=s[1],s=[0];continue;case 7:s=i.ops.pop(),i.trys.pop();continue;default:if(!(o=i.trys,(o=o.length>0&&o[o.length-1])||6!==s[0]&&2!==s[0])){i=0;continue}if(3===s[0]&&(!o||s[1]>o[0]&&s[1]<o[3])){i.label=s[1];break}if(6===s[0]&&i.label<o[1]){i.label=o[1],o=s;break}if(o&&i.label<o[2]){i.label=o[2],i.ops.push(s);break}o[2]&&i.ops.pop(),i.trys.pop();continue}s=t.call(e,i)}catch(e){s=[6,e],r=0}finally{n=o=0}if(5&s[0])throw s[1];return{value:s[0]?s[1]:void 0,done:!0}}([s,l])}}},r$=function(e,t){var n="function"==typeof Symbol&&e[Symbol.iterator];if(!n)return e;var r,o,a=n.call(e),i=[];try{for(;(void 0===t||t-- >0)&&!(r=a.next()).done;)i.push(r.value)}catch(e){o={error:e}}finally{try{r&&!r.done&&(n=a.return)&&n.call(a)}finally{if(o)throw o.error}}return i},o$=U().useRef,a$=function(e){var t=e.mfaToken,n=e.qrcode,r=e.onNext,o=e.changeModule,a=r$(jI.useForm(),1)[0],i=o$(null),s=td().t,l=lDe().post,c=HF(),u=r$(UB((function(){return t$(void 0,void 0,void 0,(function(){var e,n,o,s,u,d,p,f,h,m,g,v;return n$(this,(function(y){switch(y.label){case 0:return null===(f=i.current)||void 0===f||f.onSpin(!0),[4/*yield*/,a.validateFields()];case 1:return y.sent(),e=a.getFieldValue("saftyCode"),c?[4/*yield*/,vj(fj.VerifyTotpFirstTime,{totp:e})]:[3/*break*/,3];case 2:return n=y.sent(),o=n.statusCode,p=n.onGuardHandling,null===(h=i.current)||void 0===h||h.onSpin(!1),200===o?r():(null===(m=i.current)||void 0===m||m.onError(),null==p||p()),[3/*break*/,5];case 3:return[4/*yield*/,l("/api/v2/mfa/totp/associate/confirm",{authenticator_type:"totp",totp:e,source:"APPLICATION"},{headers:{authorization:t}})];case 4:s=y.sent(),u=s.code,d=s.data,p=s.onGuardHandling,null===(g=i.current)||void 0===g||g.onSpin(!1),200===u?r(d):(null===(v=i.current)||void 0===v||v.onError(),null==p||p()),y.label=5;case 5:return[2/*return*/]}}))}))}),[t]),2),d=u[1];return U().createElement(U().Fragment,null,U().createElement("p",{className:"authing-g2-mfa-title"},s("user.mfaBind")),U().createElement("p",{className:"authing-g2-mfa-tips",style:{textAlign:"left"}},s("common.usePhoneOpen"),"(",s("common.noValidator")," ",U().createElement("span",{style:{color:"#215AE5",cursor:"pointer"},onClick:function(){null==o||o(fL.DOWNLOAD_AT)}},s("common.clickTodownload")),") ",s("common.mfaText1")),U().createElement(Nj,{className:"g2-mfa-bindTotp-qrcode",src:n,alt:"qrcode"}),U().createElement(jI,{className:"g2-mfa-bindTotp-securityCode-form",form:a,onSubmitCapture:function(){},onFinish:d,onFinishFailed:function(){i.current.onError()}},U().createElement(Mj,{codeLength:6,name:"saftyCode",ruleKeyword:s("user.numberSafteyCode")},U().createElement(e$,{length:6,showDivider:!1,gutter:"10px",onFinish:d})),U().createElement(pj,{text:s("user.nextStep"),ref:i})))},i$=function(){return i$=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var o in t=arguments[n])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},i$.apply(this,arguments)};
29631
29489
  //# sourceMappingURL=index.mjs.map
29632
29490
  i$(i$({},sc()),{autoRegister:!1});!function(e){e.SMS="SMS",e.EMAIL="EMAIL",e.TOTP="OTP",e.FACE="FACE",e.PASSKEY="PASSKEY"}(Kj||(Kj={}));// CONCATENATED MODULE: ./src/Back/index.tsx
29633
29491
  var s$=U().useCallback,l$=U().useMemo,c$=function(e){var t=VF().changeModule,n=qF(),r=td().t,o=s$((function(){return null==t?void 0:t(fL.LOGIN)}),[t]),a=e.isRender,i=void 0===a||a,s=l$((function(){if(!i)return null;var e=[fL.LOGIN,fL.REGISTER];
@@ -29740,12 +29598,12 @@ resetPasswordToken:A}).then((function(e){var t,o,a;null===(t=j.current)||void 0=
29740
29598
  // 返回登录
29741
29599
  var l={title:n("common.resetSuccess"),message:n("common.resetSuccessMessage"),needBack:D,goBack:F};null==u||u(fL.New_SUBMIT_SUCCESS,YW({},l))})).catch((function(e){var t;j.current.onError(),
29742
29600
  // props.onSendError(codeMethod, e)
29743
- null===(t=null==r?void 0:r.onPwdResetError)||void 0===t||t.call(r,e,i),KE.error(e.message)})),[2/*return*/]}}))}))},onFinishFailed:function(){var e;null===(e=null==j?void 0:j.current)||void 0===e||e.onError()},autoComplete:"off"},U().createElement(jI.Item,{className:"authing-g2-input-form",name:"password",rules:($=[xDe.NoCheck,xDe.Low,xDe.Middle,xDe.High,xDe.AUTO,xDe.Custom],PDe($[m],E,"onChange",n("login.resetPassword.pleaseInputPassword"),M,b)),help:y.length>0?U().createElement(C$,{ruleResults:y}):void 0},U().createElement(KW,{className:"authing-g2-input",size:"large",placeholder:n("login.resetPassword.inputNewPwd"),prefix:U().createElement(TF,{type:"authing-a-lock-line1",style:{color:"#878A95",marginBottom:2}})})),U().createElement(jI.Item,{className:"authing-g2-input-form",name:"repeatPassword",validateFirst:!0,rules:[{required:!0,message:n("login.resetPassword.pleaseInputPassword")},function(e){var t=e.getFieldValue;return{validator:function(e,r){var o=t("password");return void 0===o&&void 0===r||o===r?Promise.resolve():Promise.reject(n("login.resetPassword.checkPasswordDiff"))}}}]},U().createElement(KW,{className:"authing-g2-input",size:"large",placeholder:n("login.resetPassword.confirmNewPwd"),prefix:U().createElement(TF,{type:"authing-a-lock-line1",style:{color:"#878A95",marginBottom:2}})})),T(),U().createElement(jI.Item,{className:"authing-g2-sumbit-form submit-form"},U().createElement(pj,{className:"reset-password-button",text:n("login.resetPassword.reset"),ref:j})))),!(null==a?void 0:a.noBack)&&U().createElement("div",{className:"g2-tips-line"},U().createElement("div",{className:"link-like back-to-login",onClick:function(){return f(!0)}},n("login.resetPassword.back"))))},oV=c(5325),aV=c.n(oV),iV=function(){return iV=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var o in t=arguments[n])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},iV.apply(this,arguments)},sV=function(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(r=Object.getOwnPropertySymbols(e);o<r.length;o++)t.indexOf(r[o])<0&&Object.prototype.propertyIsEnumerable.call(e,r[o])&&(n[r[o]]=e[r[o]])}return n},lV=U().useMemo,cV=function(e){var t=e.validPasswordLoginMethods,n=sV(e,["validPasswordLoginMethods"]),r=td().t,o=lV((function(){if(1!==t.length)return U().createElement(jI.Item,iV({validateTrigger:["onBlur","onChange"],rules:bDe(r("common.account"))},n));switch(t[0]){case"phone-password":return U().createElement(V$.Phone,iV({},n,{isCheckPattern:!1}));case"email-password":return U().createElement(V$.Email,iV({},n))}return U().createElement(V$.UserName,iV({},n))}),[n,t,r]);return U().createElement(U().Fragment,null,o)},uV=function(){return uV=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var o in t=arguments[n])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},uV.apply(this,arguments)},dV=function(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(r=Object.getOwnPropertySymbols(e);o<r.length;o++)t.indexOf(r[o])<0&&Object.prototype.propertyIsEnumerable.call(e,r[o])&&(n[r[o]]=e[r[o]])}return n},pV=U().useMemo,fV=function(e){var t=e.passwordLoginMethods,n=e.placeholder,r=dV(e,["passwordLoginMethods","placeholder"]),o=pV((function(){return 1===t.length&&"phone-password"===t[0]?U().createElement(IU,uV({maxLength:20,placeholder:n},r)):U().createElement(DN,uV({placeholder:n},r))}),[r,t,n]);return U().createElement(U().Fragment,null,o)},hV=U().useEffect;// CONCATENATED MODULE: ./src/Register/components/Agreements/index.tsx
29601
+ null===(t=null==r?void 0:r.onPwdResetError)||void 0===t||t.call(r,e,i),KE.error(e.message)})),[2/*return*/]}}))}))},onFinishFailed:function(){var e;null===(e=null==j?void 0:j.current)||void 0===e||e.onError()},autoComplete:"off"},U().createElement(jI.Item,{className:"authing-g2-input-form",name:"password",rules:($=[xDe.NoCheck,xDe.Low,xDe.Middle,xDe.High,xDe.AUTO,xDe.Custom],PDe($[m],E,"onChange",n("login.resetPassword.pleaseInputPassword"),M,b)),help:y.length>0?U().createElement(C$,{ruleResults:y}):void 0},U().createElement(KW,{className:"authing-g2-input",size:"large",placeholder:n("login.resetPassword.inputNewPwd"),prefix:U().createElement(TF,{type:"authing-a-lock-line1",style:{color:"#878A95",marginBottom:2}})})),U().createElement(jI.Item,{className:"authing-g2-input-form",name:"repeatPassword",validateFirst:!0,rules:[{required:!0,message:n("login.resetPassword.pleaseInputPassword")},function(e){var t=e.getFieldValue;return{validator:function(e,r){var o=t("password");return void 0===o&&void 0===r||o===r?Promise.resolve():Promise.reject(n("login.resetPassword.checkPasswordDiff"))}}}]},U().createElement(KW,{className:"authing-g2-input",size:"large",placeholder:n("login.resetPassword.confirmNewPwd"),prefix:U().createElement(TF,{type:"authing-a-lock-line1",style:{color:"#878A95",marginBottom:2}})})),T(),U().createElement(jI.Item,{className:"authing-g2-sumbit-form submit-form"},U().createElement(pj,{className:"reset-password-button",text:n("login.resetPassword.reset"),ref:j})))),!(null==a?void 0:a.noBack)&&U().createElement("div",{className:"g2-tips-line"},U().createElement("div",{className:"link-like back-to-login",onClick:function(){return f(!0)}},n("login.resetPassword.back"))))},oV=s(5325),aV=s.n(oV),iV=function(){return iV=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var o in t=arguments[n])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},iV.apply(this,arguments)},sV=function(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(r=Object.getOwnPropertySymbols(e);o<r.length;o++)t.indexOf(r[o])<0&&Object.prototype.propertyIsEnumerable.call(e,r[o])&&(n[r[o]]=e[r[o]])}return n},lV=U().useMemo,cV=function(e){var t=e.validPasswordLoginMethods,n=sV(e,["validPasswordLoginMethods"]),r=td().t,o=lV((function(){if(1!==t.length)return U().createElement(jI.Item,iV({validateTrigger:["onBlur","onChange"],rules:bDe(r("common.account"))},n));switch(t[0]){case"phone-password":return U().createElement(V$.Phone,iV({},n,{isCheckPattern:!1}));case"email-password":return U().createElement(V$.Email,iV({},n))}return U().createElement(V$.UserName,iV({},n))}),[n,t,r]);return U().createElement(U().Fragment,null,o)},uV=function(){return uV=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var o in t=arguments[n])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},uV.apply(this,arguments)},dV=function(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(r=Object.getOwnPropertySymbols(e);o<r.length;o++)t.indexOf(r[o])<0&&Object.prototype.propertyIsEnumerable.call(e,r[o])&&(n[r[o]]=e[r[o]])}return n},pV=U().useMemo,fV=function(e){var t=e.passwordLoginMethods,n=e.placeholder,r=dV(e,["passwordLoginMethods","placeholder"]),o=pV((function(){return 1===t.length&&"phone-password"===t[0]?U().createElement(IU,uV({maxLength:20,placeholder:n},r)):U().createElement(DN,uV({placeholder:n},r))}),[r,t,n]);return U().createElement(U().Fragment,null,o)},hV=U().useEffect;// CONCATENATED MODULE: ./src/Register/components/Agreements/index.tsx
29744
29602
  var mV=function(){return mV=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var o in t=arguments[n])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},mV.apply(this,arguments)},gV=function(e,t){var n="function"==typeof Symbol&&e[Symbol.iterator];if(!n)return e;var r,o,a=n.call(e),i=[];try{for(;(void 0===t||t-- >0)&&!(r=a.next()).done;)i.push(r.value)}catch(e){o={error:e}}finally{try{r&&!r.done&&(n=a.return)&&n.call(a)}finally{if(o)throw o.error}}return i},vV=function(e,t,n){if(n||2===arguments.length)for(var r,o=0,a=t.length;o<a;o++)!r&&o in t||(r||(r=Array.prototype.slice.call(t,0,o)),r[o]=t[o]);return e.concat(r||Array.prototype.slice.call(t))},yV=U().useState,bV=U().useMemo,wV=U().useEffect,EV=function(e){var t=e.showError,n=e.onChange,r=void 0===n?function(){}:n,o=e.style,a=e.agreements,i=gV(yV([]),2),s=i[0],l=i[1];!function(e){var t=e.agreements,n=e.checkedAgreements,r={agreements:t,checkedAgreements:n,checkAllAgreements:e.checkAllAgreements,unCheckAllAgreements:e.unCheckAllAgreements};hV((function(){window.$$guard=Object.assign({},window.$$guard,{agreementsContext:r})}),[t,n])}({agreements:a,checkedAgreements:s,checkAllAgreements:function(){var e=a.map((function(e){return e.id}));l(e)},unCheckAllAgreements:function(){l([])}});
29745
29603
  /** 是否可以注册 */
29746
29604
  var c=bV((function(){
29747
29605
  /** 所有必须勾选的都勾了就可以通过 */
29748
- return a.filter((function(e){return e.required})).every((function(e){return s.includes(e.id)}))}),[s,a]);return wV((function(){r(c,s)}),[c,r,s]),U().createElement("div",{className:SDe(["authing-agreements",t&&"authing-agreements-error"])},a.map((function(e){return U().createElement("div",{key:e.id,style:mV({},o),className:SDe(["authing-agreements-item",e.required&&!s.includes(e.id)&&"authing-agreements-item-invalid"]),onClick:function(t){t.persist(),"A"!==t.target.nodeName&&function(e){l((function(t){return t.includes(e)?t.filter((function(t){return t!==e})):vV(vV([],gV(t),!1),[e],!1)}))}(e.id)}},U().createElement(HT,{align:"start",size:5},U().createElement(Ow,{className:"authing-agreements-checkbox",checked:s.includes(e.id)}),U().createElement("div",{className:"authing-agreements-item-content",dangerouslySetInnerHTML:{__html:e.title}})))})))},kV=c(6486),CV=U().useEffect,SV=U().useCallback,xV=U().useRef,_V=U().useLayoutEffect;function TV(e,t){if(!e)return!1;var n=(0,kV.castArray)(t);return e.filter(Boolean).some((function(e){return n.includes(e)}))}
29606
+ return a.filter((function(e){return e.required})).every((function(e){return s.includes(e.id)}))}),[s,a]);return wV((function(){r(c,s)}),[c,r,s]),U().createElement("div",{className:SDe(["authing-agreements",t&&"authing-agreements-error"])},a.map((function(e){return U().createElement("div",{key:e.id,style:mV({},o),className:SDe(["authing-agreements-item",e.required&&!s.includes(e.id)&&"authing-agreements-item-invalid"]),onClick:function(t){t.persist(),"A"!==t.target.nodeName&&function(e){l((function(t){return t.includes(e)?t.filter((function(t){return t!==e})):vV(vV([],gV(t),!1),[e],!1)}))}(e.id)}},U().createElement(HT,{align:"start",size:5},U().createElement(Ow,{className:"authing-agreements-checkbox",checked:s.includes(e.id)}),U().createElement("div",{className:"authing-agreements-item-content",dangerouslySetInnerHTML:{__html:e.title}})))})))},kV=s(6486),CV=U().useEffect,SV=U().useCallback,xV=U().useRef,_V=U().useLayoutEffect;function TV(e,t){if(!e)return!1;var n=(0,kV.castArray)(t);return e.filter(Boolean).some((function(e){return n.includes(e)}))}
29749
29607
  /**
29750
29608
  * 登录账号选择时:账户 & 登录方式自动回填
29751
29609
  * oidc 时:login_hint 回填账号
@@ -29980,7 +29838,7 @@ action:"message"},lH[2120008]={action:"message"},lH[2031]={
29980
29838
  // 禁止注册
29981
29839
  action:"message"},lH[1640]={action:"changeModule",module:fL.IDENTITY_BINDING},lH[1641]={action:"changeModule",module:fL.IDENTITY_BINDING_ASK},lH[1642]={action:"changeModule",module:fL.LOGIN_COMPLETE_INFO},lH[1645]={action:"changeModule",module:fL.LOGIN_COMPLETE_INFO},lH[1666]={action:"changeModule",module:fL.IDENTITY_BINDING_NO_ASK},lH[1108]={action:"changeModule",module:fL.RESET_ACCOUNT_NAME},lH[2930]={action:"changeModule",module:fL.SELECT_ACCOUNT_2_LOGIN},
29982
29840
  // 1643: {},
29983
- lH[408]={action:"message"},lH),EH=c(7563),kH=function(){return kH=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var o in t=arguments[n])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},kH.apply(this,arguments)},CH=function(e,t){var n="function"==typeof Symbol&&e[Symbol.iterator];if(!n)return e;var r,o,a=n.call(e),i=[];try{for(;(void 0===t||t-- >0)&&!(r=a.next()).done;)i.push(r.value)}catch(e){o={error:e}}finally{try{r&&!r.done&&(n=a.return)&&n.call(a)}finally{if(o)throw o.error}}return i},SH=function(e,t,n){if(n||2===arguments.length)for(var r,o=0,a=t.length;o<a;o++)!r&&o in t||(r||(r=Array.prototype.slice.call(t,0,o)),r[o]=t[o]);return e.concat(r||Array.prototype.slice.call(t))},xH=U().useCallback,_H=U().useState,TH=U().useEffect,IH=U().useMemo,NH=Symbol("all"),AH=function(e){
29841
+ lH[408]={action:"message"},lH),EH=s(7563),kH=function(){return kH=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var o in t=arguments[n])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},kH.apply(this,arguments)},CH=function(e,t){var n="function"==typeof Symbol&&e[Symbol.iterator];if(!n)return e;var r,o,a=n.call(e),i=[];try{for(;(void 0===t||t-- >0)&&!(r=a.next()).done;)i.push(r.value)}catch(e){o={error:e}}finally{try{r&&!r.done&&(n=a.return)&&n.call(a)}finally{if(o)throw o.error}}return i},SH=function(e,t,n){if(n||2===arguments.length)for(var r,o=0,a=t.length;o<a;o++)!r&&o in t||(r||(r=Array.prototype.slice.call(t,0,o)),r[o]=t[o]);return e.concat(r||Array.prototype.slice.call(t))},xH=U().useCallback,_H=U().useState,TH=U().useEffect,IH=U().useMemo,NH=Symbol("all"),AH=function(e){
29984
29842
  // TODO: 能不能加个类型
29985
29843
  var t=e.i,n=e.appId,r=e.appHost,o=e.isHost,a=e.isLastLogin,i=e.status,s=void 0===i||i,l=JV(),c=td().t,u=$F(),d=nL(),p=BF(),f=xH((function(){var e,i,f=kH(kH({from_guard:"1",app_id:n,guard_version:"Guard@".concat(d)},u&&{tenant_id:u}),l&&{device_id:l});if(o&&(delete f.from_guard,f.from_hosted_guard="1",p)){f.redirected="1";var h=KDe();h&&(
29986
29844
  // 如果 isHost 是 true,则从 url 获取 finish_login_url 作为 social.authorize 方法的 targetUrl 参数
@@ -30408,7 +30266,7 @@ if(r.deferred=!0,LJ(e)){
30408
30266
  // "mute" the existing service scope so potential spawned actors within the `.initialState` stay deferred here
30409
30267
  var o=r.state=CZ(void 0,(function(){return(n?e.withContext(n):e).initialState}));r.getSnapshot=function(){return o}}return r}// CONCATENATED MODULE: ./node_modules/xstate/es/registry.js
30410
30268
  var _Z=new Map,TZ=0,IZ=function(){return"x:".concat(TZ++)},NZ=function(e,t){return _Z.set(e,t),e},AZ=function(e){return _Z.get(e)},PZ=function(e){_Z.delete(e)};// CONCATENATED MODULE: ./node_modules/xstate/es/devTools.js
30411
- function OZ(){return"undefined"!=typeof globalThis?globalThis:"undefined"!=typeof self?self:"undefined"!=typeof window?window:void 0!==c.g?c.g:void(hJ||console.warn("XState could not find a global object in this environment. Please let the maintainers know and raise an issue here: https://github.com/statelyai/xstate/issues"))}function MZ(e){if(OZ()){var t=function(){var e=OZ();if(e&&"__xstate__"in e)return e.__xstate__}();t&&t.register(e)}}function RZ(e,t){void 0===t&&(t={});var n=e.initialState,r=new Set,o=[],a=!1,i=// TODO: refactor the return type, this could be written in a better way but it's best to avoid unneccessary breaking changes now
30269
+ function OZ(){return"undefined"!=typeof globalThis?globalThis:"undefined"!=typeof self?self:"undefined"!=typeof window?window:void 0!==s.g?s.g:void(hJ||console.warn("XState could not find a global object in this environment. Please let the maintainers know and raise an issue here: https://github.com/statelyai/xstate/issues"))}function MZ(e){if(OZ()){var t=function(){var e=OZ();if(e&&"__xstate__"in e)return e.__xstate__}();t&&t.register(e)}}function RZ(e,t){void 0===t&&(t={});var n=e.initialState,r=new Set,o=[],a=!1,i=// TODO: refactor the return type, this could be written in a better way but it's best to avoid unneccessary breaking changes now
30412
30270
  function(e){var t;return VY(((t={subscribe:function(){return{unsubscribe:function(){}}},id:"anonymous",getSnapshot:function(){}})[FJ]=function(){return this},t),e)}({id:t.id,send:function(t){o.push(t),function(){if(!a){for(a=!0;o.length>0;){var t=o.shift();n=e.transition(n,t,s),r.forEach((function(e){return e.next(n)}))}a=!1}}()},getSnapshot:function(){return n},subscribe:function(e,t,o){var a=VJ(e,t,o);return r.add(a),a.next(n),{unsubscribe:function(){r.delete(a)}}}}),s={parent:t.parent,self:i,id:t.id||"anonymous",observers:r};return n=e.start?e.start(s):n,i}// CONCATENATED MODULE: ./node_modules/xstate/es/interpreter.js
30413
30271
  var DZ,FZ={sync:!1,autoForward:!1};!function(e){e[e.NotStarted=0]="NotStarted",e[e.Running=1]="Running",e[e.Stopped=2]="Stopped"}(DZ||(DZ={}));var LZ=
30414
30272
 
@@ -31040,7 +30898,7 @@ get features(){return this.flags}set(e,t){if(null==this.flagRegistry[e])throw ne
31040
30898
  // tslint:disable-next-line:no-any
31041
30899
  function mX(){if(null==fX){
31042
30900
  // tslint:disable-next-line:no-any
31043
- let e;if("undefined"!=typeof window)e=window;else if(void 0!==c.g)e=c.g;else if("undefined"!=typeof process)e=process;else{if("undefined"==typeof self)throw new Error("Could not find a global object");e=self}fX=e}return fX}
30901
+ let e;if("undefined"!=typeof window)e=window;else if(void 0!==s.g)e=s.g;else if("undefined"!=typeof process)e=process;else{if("undefined"==typeof self)throw new Error("Could not find a global object");e=self}fX=e}return fX}
31044
30902
  // tslint:disable-next-line:no-any
31045
30903
  /**
31046
30904
  * Returns a globally accessible 'singleton' object.
@@ -31138,7 +30996,7 @@ function P2(e,t){const n=D2(e,t);return N2.get(n)}
31138
30996
  function F2(e){return e instanceof Float32Array||e instanceof Int32Array||e instanceof Uint8Array||e instanceof Uint8ClampedArray}
31139
30997
  //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaXNfdHlwZWRfYXJyYXlfYnJvd3Nlci5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3RmanMtY29yZS9zcmMvcGxhdGZvcm1zL2lzX3R5cGVkX2FycmF5X2Jyb3dzZXIudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUE7Ozs7Ozs7Ozs7Ozs7OztHQWVHO0FBRUgsTUFBTSxVQUFVLG1CQUFtQixDQUFDLENBQVU7SUFFNUMsT0FBTyxDQUFDLFlBQVksWUFBWSxJQUFJLENBQUMsWUFBWSxVQUFVO1FBQ3pELENBQUMsWUFBWSxVQUFVLElBQUksQ0FBQyxZQUFZLGlCQUFpQixDQUFDO0FBQzlELENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyIvKipcbiAqIEBsaWNlbnNlXG4gKiBDb3B5cmlnaHQgMjAyMyBHb29nbGUgTExDLlxuICogTGljZW5zZWQgdW5kZXIgdGhlIEFwYWNoZSBMaWNlbnNlLCBWZXJzaW9uIDIuMCAodGhlIFwiTGljZW5zZVwiKTtcbiAqIHlvdSBtYXkgbm90IHVzZSB0aGlzIGZpbGUgZXhjZXB0IGluIGNvbXBsaWFuY2Ugd2l0aCB0aGUgTGljZW5zZS5cbiAqIFlvdSBtYXkgb2J0YWluIGEgY29weSBvZiB0aGUgTGljZW5zZSBhdFxuICpcbiAqIGh0dHA6Ly93d3cuYXBhY2hlLm9yZy9saWNlbnNlcy9MSUNFTlNFLTIuMFxuICpcbiAqIFVubGVzcyByZXF1aXJlZCBieSBhcHBsaWNhYmxlIGxhdyBvciBhZ3JlZWQgdG8gaW4gd3JpdGluZywgc29mdHdhcmVcbiAqIGRpc3RyaWJ1dGVkIHVuZGVyIHRoZSBMaWNlbnNlIGlzIGRpc3RyaWJ1dGVkIG9uIGFuIFwiQVMgSVNcIiBCQVNJUyxcbiAqIFdJVEhPVVQgV0FSUkFOVElFUyBPUiBDT05ESVRJT05TIE9GIEFOWSBLSU5ELCBlaXRoZXIgZXhwcmVzcyBvciBpbXBsaWVkLlxuICogU2VlIHRoZSBMaWNlbnNlIGZvciB0aGUgc3BlY2lmaWMgbGFuZ3VhZ2UgZ292ZXJuaW5nIHBlcm1pc3Npb25zIGFuZFxuICogbGltaXRhdGlvbnMgdW5kZXIgdGhlIExpY2Vuc2UuXG4gKiA9PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PVxuICovXG5cbmV4cG9ydCBmdW5jdGlvbiBpc1R5cGVkQXJyYXlCcm93c2VyKGE6IHVua25vd24pOiBhIGlzIFVpbnQ4QXJyYXlcbiAgfCBGbG9hdDMyQXJyYXkgfCBJbnQzMkFycmF5IHwgVWludDhDbGFtcGVkQXJyYXkge1xuICByZXR1cm4gYSBpbnN0YW5jZW9mIEZsb2F0MzJBcnJheSB8fCBhIGluc3RhbmNlb2YgSW50MzJBcnJheSB8fFxuICAgIGEgaW5zdGFuY2VvZiBVaW50OEFycmF5IHx8IGEgaW5zdGFuY2VvZiBVaW50OENsYW1wZWRBcnJheTtcbn1cbiJdfQ==
31140
30998
  // EXTERNAL MODULE: ./node_modules/long/src/long.js
31141
- var L2=c(3720);// CONCATENATED MODULE: ./node_modules/@tensorflow/tfjs-core/dist/hash_util.js
30999
+ var L2=s(3720);// CONCATENATED MODULE: ./node_modules/@tensorflow/tfjs-core/dist/hash_util.js
31142
31000
  /**
31143
31001
  * @license
31144
31002
  * Copyright 2021 Google LLC. All Rights Reserved.
@@ -31160,7 +31018,7 @@ var L2=c(3720);// CONCATENATED MODULE: ./node_modules/@tensorflow/tfjs-core/dist
31160
31018
  // tslint:disable-next-line
31161
31019
  const B2=
31162
31020
  // tslint:disable-next-line
31163
- c.n(L2)()||L2;function j2(e){return B2.fromString(e,!0,16)}
31021
+ s.n(L2)()||L2;function j2(e){return B2.fromString(e,!0,16)}
31164
31022
  // Some primes between 2^63 and 2^64 for various uses.
31165
31023
  // Hex 0xc3a5c85c97cb3127
31166
31024
  const $2=j2("c3a5c85c97cb3127"),U2=j2("b492b66fbe98f273"),z2=j2("9ae16a3b2f90404f");
@@ -33197,12 +33055,12 @@ try{J4.registerManager(M4.URL_SCHEME,new D4)}catch(e){}}
33197
33055
  * =============================================================================
33198
33056
  */
33199
33057
  // We are wrapping this within an object so it can be stubbed by Jasmine.
33200
- const o6=()=>c(5410);let a6;
33058
+ const o6=()=>s(5410);let a6;
33201
33059
  // These getters and setters are for testing so we don't export a mutable
33202
33060
  // variable.
33203
33061
  class i6{constructor(){
33204
33062
  // tslint:disable-next-line:no-require-imports
33205
- this.util=c(8628),
33063
+ this.util=s(8628),
33206
33064
  // According to the spec, the built-in encoder can do only UTF-8 encoding.
33207
33065
  // https://developer.mozilla.org/en-US/docs/Web/API/TextEncoder/TextEncoder
33208
33066
  this.textEncoder=new this.util.TextEncoder}fetch(e,t){return null!=pX().global.fetch?pX().global.fetch(e,t):(null==a6&&(a6=o6()),a6(e,t))}now(){const e=process.hrtime();return 1e3*e[0]+e[1]/1e6}encode(e,t){if("utf-8"!==t&&"utf8"!==t)throw new Error(`Node built-in encoder only supports utf-8, but got ${t}`);return this.textEncoder.encode(e)}decode(e,t){return 0===e.length?"":new this.util.TextDecoder(t).decode(e)}isTypedArray(e){return this.util.types.isFloat32Array(e)||this.util.types.isInt32Array(e)||this.util.types.isUint8Array(e)||this.util.types.isUint8ClampedArray(e)}}// CONCATENATED MODULE: ./node_modules/@tensorflow/tfjs-core/dist/ops/buffer.js
@@ -40069,7 +39927,7 @@ const i9=G3({rand_:// CONCATENATED MODULE: ./node_modules/@tensorflow/tfjs-core/
40069
39927
  function(e,t,n){aX(e);const r=UQ(e);let o=null;if(null==n||"float32"===n)o=new Float32Array(r);else if("int32"===n)o=new Int32Array(r);else{if("bool"!==n)throw new Error(`Unknown data type ${n}`);o=new Uint8Array(r)}for(let e=0;e<r;e++)o[e]=t();return B3.makeTensor(o,e,n)}});
40070
39928
  //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicmFuZC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3RmanMtY29yZS9zcmMvb3BzL3JhbmQudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUE7Ozs7Ozs7Ozs7Ozs7OztHQWVHO0FBRUgsT0FBTyxFQUFDLE1BQU0sRUFBQyxNQUFNLFdBQVcsQ0FBQztBQUdqQyxPQUFPLEVBQUMsYUFBYSxFQUFDLE1BQU0sU0FBUyxDQUFDO0FBQ3RDLE9BQU8sRUFBQyxrQ0FBa0MsRUFBQyxNQUFNLGNBQWMsQ0FBQztBQUVoRSxPQUFPLEVBQUMsRUFBRSxFQUFDLE1BQU0sYUFBYSxDQUFDO0FBRS9COzs7Ozs7Ozs7O0dBVUc7QUFDSCxTQUFTLEtBQUssQ0FDVixLQUFrQixFQUFFLFlBQTBCLEVBQzlDLEtBQWdCO0lBQ2xCLGtDQUFrQyxDQUFDLEtBQUssQ0FBQyxDQUFDO0lBQzFDLE1BQU0sSUFBSSxHQUFHLGFBQWEsQ0FBQyxLQUFLLENBQUMsQ0FBQztJQUNsQyxJQUFJLE1BQU0sR0FBRyxJQUFJLENBQUM7SUFDbEIsSUFBSSxLQUFLLElBQUksSUFBSSxJQUFJLEtBQUssS0FBSyxTQUFTLEVBQUU7UUFDeEMsTUFBTSxHQUFHLElBQUksWUFBWSxDQUFDLElBQUksQ0FBQyxDQUFDO0tBQ2pDO1NBQU0sSUFBSSxLQUFLLEtBQUssT0FBTyxFQUFFO1FBQzVCLE1BQU0sR0FBRyxJQUFJLFVBQVUsQ0FBQyxJQUFJLENBQUMsQ0FBQztLQUMvQjtTQUFNLElBQUksS0FBSyxLQUFLLE1BQU0sRUFBRTtRQUMzQixNQUFNLEdBQUcsSUFBSSxVQUFVLENBQUMsSUFBSSxDQUFDLENBQUM7S0FDL0I7U0FBTTtRQUNMLE1BQU0sSUFBSSxLQUFLLENBQUMscUJBQXFCLEtBQUssRUFBRSxDQUFDLENBQUM7S0FDL0M7SUFDRCxLQUFLLElBQUksQ0FBQyxHQUFHLENBQUMsRUFBRSxDQUFDLEdBQUcsSUFBSSxFQUFFLENBQUMsRUFBRSxFQUFFO1FBQzdCLE1BQU0sQ0FBQyxDQUFDLENBQUMsR0FBRyxZQUFZLEVBQUUsQ0FBQztLQUM1QjtJQUNELE9BQU8sTUFBTSxDQUFDLFVBQVUsQ0FBQyxNQUFNLEVBQUUsS0FBSyxFQUFFLEtBQUssQ0FBYyxDQUFDO0FBQzlELENBQUM7QUFFRCxNQUFNLENBQUMsTUFBTSxJQUFJLEdBQUcsZUFBZSxDQUFDLEVBQUUsQ0FBQyxFQUFDLEtBQUssRUFBQyxDQUFDLENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyIvKipcbiAqIEBsaWNlbnNlXG4gKiBDb3B5cmlnaHQgMjAyMCBHb29nbGUgTExDLiBBbGwgUmlnaHRzIFJlc2VydmVkLlxuICogTGljZW5zZWQgdW5kZXIgdGhlIEFwYWNoZSBMaWNlbnNlLCBWZXJzaW9uIDIuMCAodGhlIFwiTGljZW5zZVwiKTtcbiAqIHlvdSBtYXkgbm90IHVzZSB0aGlzIGZpbGUgZXhjZXB0IGluIGNvbXBsaWFuY2Ugd2l0aCB0aGUgTGljZW5zZS5cbiAqIFlvdSBtYXkgb2J0YWluIGEgY29weSBvZiB0aGUgTGljZW5zZSBhdFxuICpcbiAqIGh0dHA6Ly93d3cuYXBhY2hlLm9yZy9saWNlbnNlcy9MSUNFTlNFLTIuMFxuICpcbiAqIFVubGVzcyByZXF1aXJlZCBieSBhcHBsaWNhYmxlIGxhdyBvciBhZ3JlZWQgdG8gaW4gd3JpdGluZywgc29mdHdhcmVcbiAqIGRpc3RyaWJ1dGVkIHVuZGVyIHRoZSBMaWNlbnNlIGlzIGRpc3RyaWJ1dGVkIG9uIGFuIFwiQVMgSVNcIiBCQVNJUyxcbiAqIFdJVEhPVVQgV0FSUkFOVElFUyBPUiBDT05ESVRJT05TIE9GIEFOWSBLSU5ELCBlaXRoZXIgZXhwcmVzcyBvciBpbXBsaWVkLlxuICogU2VlIHRoZSBMaWNlbnNlIGZvciB0aGUgc3BlY2lmaWMgbGFuZ3VhZ2UgZ292ZXJuaW5nIHBlcm1pc3Npb25zIGFuZFxuICogbGltaXRhdGlvbnMgdW5kZXIgdGhlIExpY2Vuc2UuXG4gKiA9PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PVxuICovXG5cbmltcG9ydCB7RU5HSU5FfSBmcm9tICcuLi9lbmdpbmUnO1xuaW1wb3J0IHtUZW5zb3J9IGZyb20gJy4uL3RlbnNvcic7XG5pbXBvcnQge0RhdGFUeXBlLCBSYW5rLCBTaGFwZU1hcH0gZnJvbSAnLi4vdHlwZXMnO1xuaW1wb3J0IHtzaXplRnJvbVNoYXBlfSBmcm9tICcuLi91dGlsJztcbmltcG9ydCB7YXNzZXJ0Tm9uTmVnYXRpdmVJbnRlZ2VyRGltZW5zaW9uc30gZnJvbSAnLi4vdXRpbF9iYXNlJztcblxuaW1wb3J0IHtvcH0gZnJvbSAnLi9vcGVyYXRpb24nO1xuXG4vKipcbiAqIENyZWF0ZXMgYSBgdGYuVGVuc29yYCB3aXRoIHZhbHVlcyBzYW1wbGVkIGZyb20gYSByYW5kb20gbnVtYmVyIGdlbmVyYXRvclxuICogZnVuY3Rpb24gZGVmaW5lZCBieSB0aGUgdXNlci5cbiAqXG4gKiBAcGFyYW0gc2hhcGUgQW4gYXJyYXkgb2YgaW50ZWdlcnMgZGVmaW5pbmcgdGhlIG91dHB1dCB0ZW5zb3Igc2hhcGUuXG4gKiBAcGFyYW0gcmFuZEZ1bmN0aW9uIEEgcmFuZG9tIG51bWJlciBnZW5lcmF0b3IgZnVuY3Rpb24gd2hpY2ggaXMgY2FsbGVkXG4gKiBmb3IgZWFjaCBlbGVtZW50IGluIHRoZSBvdXRwdXQgdGVuc29yLlxuICogQHBhcmFtIGR0eXBlIFRoZSBkYXRhIHR5cGUgb2YgdGhlIG91dHB1dCB0ZW5zb3IuIERlZmF1bHRzIHRvICdmbG9hdDMyJy5cbiAqXG4gKiBAZG9jIHtoZWFkaW5nOiAnVGVuc29ycycsIHN1YmhlYWRpbmc6ICdSYW5kb20nfVxuICovXG5mdW5jdGlvbiByYW5kXzxSIGV4dGVuZHMgUmFuaz4oXG4gICAgc2hhcGU6IFNoYXBlTWFwW1JdLCByYW5kRnVuY3Rpb246ICgpID0+IG51bWJlcixcbiAgICBkdHlwZT86IERhdGFUeXBlKTogVGVuc29yPFI+IHtcbiAgYXNzZXJ0Tm9uTmVnYXRpdmVJbnRlZ2VyRGltZW5zaW9ucyhzaGFwZSk7XG4gIGNvbnN0IHNpemUgPSBzaXplRnJvbVNoYXBlKHNoYXBlKTtcbiAgbGV0IHZhbHVlcyA9IG51bGw7XG4gIGlmIChkdHlwZSA9PSBudWxsIHx8IGR0eXBlID09PSAnZmxvYXQzMicpIHtcbiAgICB2YWx1ZXMgPSBuZXcgRmxvYXQzMkFycmF5KHNpemUpO1xuICB9IGVsc2UgaWYgKGR0eXBlID09PSAnaW50MzInKSB7XG4gICAgdmFsdWVzID0gbmV3IEludDMyQXJyYXkoc2l6ZSk7XG4gIH0gZWxzZSBpZiAoZHR5cGUgPT09ICdib29sJykge1xuICAgIHZhbHVlcyA9IG5ldyBVaW50OEFycmF5KHNpemUpO1xuICB9IGVsc2Uge1xuICAgIHRocm93IG5ldyBFcnJvcihgVW5rbm93biBkYXRhIHR5cGUgJHtkdHlwZX1gKTtcbiAgfVxuICBmb3IgKGxldCBpID0gMDsgaSA8IHNpemU7IGkrKykge1xuICAgIHZhbHVlc1tpXSA9IHJhbmRGdW5jdGlvbigpO1xuICB9XG4gIHJldHVybiBFTkdJTkUubWFrZVRlbnNvcih2YWx1ZXMsIHNoYXBlLCBkdHlwZSkgYXMgVGVuc29yPFI+O1xufVxuXG5leHBvcnQgY29uc3QgcmFuZCA9IC8qIEBfX1BVUkVfXyAqLyBvcCh7cmFuZF99KTtcbiJdfQ==
40071
39929
  // EXTERNAL MODULE: ./node_modules/@tensorflow/tfjs-core/node_modules/seedrandom/index.js
40072
- var s9=c(3129);// CONCATENATED MODULE: ./node_modules/@tensorflow/tfjs-core/dist/ops/rand_util.js
39930
+ var s9=s(3129);// CONCATENATED MODULE: ./node_modules/@tensorflow/tfjs-core/dist/ops/rand_util.js
40073
39931
  /**
40074
39932
  * @license
40075
39933
  * Copyright 2018 Google LLC. All Rights Reserved.
@@ -45201,7 +45059,7 @@ class Zne{
45201
45059
  // Singleton instance for the mapper
45202
45060
  static get Instance(){return this._instance||(this._instance=new this)}
45203
45061
  // Loads the op mapping from the JSON file.
45204
- constructor(){const e=[].concat(...[i,s,l,d,p,f,h,m,g,v,y,b,w,E,k,C,S,x,_].map((e=>e.json)));this.opMappers=e.reduce(((e,t)=>(e[t.tfOpName]=t,e)),{})}
45062
+ constructor(){const e=[].concat(...[i,c,u,d,p,f,h,m,g,v,y,b,w,E,k,C,S,x,_].map((e=>e.json)));this.opMappers=e.reduce(((e,t)=>(e[t.tfOpName]=t,e)),{})}
45205
45063
  // Converts the model inference graph from Tensorflow GraphDef to local
45206
45064
  // representation for TensorFlow.js API
45207
45065
  transformGraph(e,t={}){const n=e.node,r=[],o=[],a=[],i=n.reduce(((e,t)=>(e[t.name]=this.mapNode(t),t.op.startsWith("Placeholder")?r.push(e[t.name]):"Const"===t.op?o.push(e[t.name]):null!=t.input&&0!==t.input.length||a.push(e[t.name]),e)),{});let s=[];const l=[];let c={},u={};null!=t&&(c=this.mapSignatureEntries(t.inputs),u=this.mapSignatureEntries(t.outputs));const d=Object.keys(i);d.forEach((e=>{const t=i[e];t.inputNames.forEach(((e,n)=>{const[r,,o]=Tne(e),a=i[r];if(null!=a.outputs){const e=a.outputs.indexOf(o);if(-1!==e){const o=`${r}:${e}`;
@@ -48788,7 +48646,7 @@ if(dce.get("IS_NODE"))return!1;try{
48788
48646
  return(new MessageChannel).port1.postMessage(new SharedArrayBuffer(1)),WebAssembly.validate(new Uint8Array([0,97,115,109,1,0,0,0,1,4,1,96,0,0,3,2,1,0,5,4,1,3,1,1,10,11,1,9,0,65,0,254,16,2,0,26,11]))}catch(e){return!1}}));
48789
48647
  //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZmxhZ3Nfd2FzbS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL3RmanMtYmFja2VuZC13YXNtL3NyYy9mbGFnc193YXNtLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBOzs7Ozs7Ozs7Ozs7Ozs7R0FlRztBQUVILE9BQU8sRUFBQyxHQUFHLEVBQUMsTUFBTSx1QkFBdUIsQ0FBQztBQUUxQyxNQUFNLEdBQUcsR0FBRyxHQUFHLEVBQUUsQ0FBQztBQUVsQjs7R0FFRztBQUNILGdFQUFnRTtBQUNoRSxHQUFHLENBQUMsWUFBWSxDQUFDLHVCQUF1QixFQUFFLEtBQUssSUFBSSxFQUFFO0lBQ25ELElBQUk7UUFDRiwyRUFBMkU7UUFDM0UsOERBQThEO1FBQzlELGdCQUFnQjtRQUNoQixPQUFPLFdBQVcsQ0FBQyxRQUFRLENBQUMsSUFBSSxVQUFVLENBQUM7WUFDekMsQ0FBQyxFQUFFLEVBQUUsRUFBRSxHQUFHLEVBQUUsR0FBRyxFQUFFLENBQUMsRUFBRSxDQUFDLEVBQUUsQ0FBQyxFQUFFLENBQUMsRUFBRSxDQUFDLEVBQUcsQ0FBQyxFQUFFLENBQUMsRUFBSSxFQUFFLEVBQUUsQ0FBQyxFQUFHLENBQUMsRUFBRSxDQUFDO1lBQ3JELENBQUMsRUFBRSxDQUFDLEVBQUcsQ0FBQyxFQUFJLEVBQUUsRUFBRyxDQUFDLEVBQUUsQ0FBQyxFQUFFLENBQUMsRUFBRSxDQUFDLEVBQUUsRUFBRSxFQUFFLENBQUMsRUFBRSxHQUFHLEVBQUUsRUFBRSxFQUFFLEVBQUUsRUFBRSxFQUFFO1NBQ3BELENBQUMsQ0FBQyxDQUFDO0tBQ0w7SUFBQyxPQUFPLENBQUMsRUFBRTtRQUNWLE9BQU8sS0FBSyxDQUFDO0tBQ2Q7QUFDSCxDQUFDLENBQUMsQ0FBQztBQUVIOztHQUVHO0FBQ0gsZ0VBQWdFO0FBQ2hFLEdBQUcsQ0FBQyxZQUFZLENBQUMsOEJBQThCLEVBQUUsS0FBSyxJQUFJLEVBQUU7SUFDMUQsZ0VBQWdFO0lBQ2hFLGlEQUFpRDtJQUNqRCxJQUFJLEdBQUcsQ0FBQyxHQUFHLENBQUMsU0FBUyxDQUFDLEVBQUU7UUFDdEIsT0FBTyxLQUFLLENBQUM7S0FDZDtJQUVELElBQUk7UUFDRix3REFBd0Q7UUFDeEQsc0ZBQXNGO1FBQ3RGLElBQUksY0FBYyxFQUFFLENBQUMsS0FBSyxDQUFDLFdBQVcsQ0FBQyxJQUFJLGlCQUFpQixDQUFDLENBQUMsQ0FBQyxDQUFDLENBQUM7UUFDakUsZ0VBQWdFO1FBQ2hFLGdCQUFnQjtRQUNoQixPQUFPLFdBQVcsQ0FBQyxRQUFRLENBQUMsSUFBSSxVQUFVLENBQUM7WUFDekMsQ0FBQyxFQUFFLEVBQUUsRUFBRSxHQUFHLEVBQUUsR0FBRyxFQUFFLENBQUMsRUFBRSxDQUFDLEVBQUcsQ0FBQyxFQUFHLENBQUMsRUFBRSxDQUFDLEVBQUUsQ0FBQyxFQUFFLENBQUMsRUFBRyxFQUFFLEVBQUUsQ0FBQyxFQUFJLENBQUMsRUFBRyxDQUFDLEVBQUUsQ0FBQyxFQUFFLENBQUMsRUFBRyxDQUFDLEVBQUUsQ0FBQztZQUNwRSxDQUFDLEVBQUUsQ0FBQyxFQUFHLENBQUMsRUFBSSxDQUFDLEVBQUksQ0FBQyxFQUFFLEVBQUUsRUFBRSxFQUFFLEVBQUUsQ0FBQyxFQUFFLENBQUMsRUFBRSxDQUFDLEVBQUUsRUFBRSxFQUFFLENBQUMsRUFBRyxHQUFHLEVBQUUsRUFBRSxFQUFFLENBQUMsRUFBRSxDQUFDLEVBQUUsRUFBRSxFQUFFLEVBQUU7U0FDbkUsQ0FBQyxDQUFDLENBQUM7S0FDTDtJQUFDLE9BQU8sQ0FBQyxFQUFFO1FBQ1YsT0FBTyxLQUFLLENBQUM7S0FDZDtBQUNILENBQUMsQ0FBQyxDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiLyoqXG4gKiBAbGljZW5zZVxuICogQ29weXJpZ2h0IDIwMjAgR29vZ2xlIExMQy4gQWxsIFJpZ2h0cyBSZXNlcnZlZC5cbiAqIExpY2Vuc2VkIHVuZGVyIHRoZSBBcGFjaGUgTGljZW5zZSwgVmVyc2lvbiAyLjAgKHRoZSBcIkxpY2Vuc2VcIik7XG4gKiB5b3UgbWF5IG5vdCB1c2UgdGhpcyBmaWxlIGV4Y2VwdCBpbiBjb21wbGlhbmNlIHdpdGggdGhlIExpY2Vuc2UuXG4gKiBZb3UgbWF5IG9idGFpbiBhIGNvcHkgb2YgdGhlIExpY2Vuc2UgYXRcbiAqXG4gKiBodHRwOi8vd3d3LmFwYWNoZS5vcmcvbGljZW5zZXMvTElDRU5TRS0yLjBcbiAqXG4gKiBVbmxlc3MgcmVxdWlyZWQgYnkgYXBwbGljYWJsZSBsYXcgb3IgYWdyZWVkIHRvIGluIHdyaXRpbmcsIHNvZnR3YXJlXG4gKiBkaXN0cmlidXRlZCB1bmRlciB0aGUgTGljZW5zZSBpcyBkaXN0cmlidXRlZCBvbiBhbiBcIkFTIElTXCIgQkFTSVMsXG4gKiBXSVRIT1VUIFdBUlJBTlRJRVMgT1IgQ09ORElUSU9OUyBPRiBBTlkgS0lORCwgZWl0aGVyIGV4cHJlc3Mgb3IgaW1wbGllZC5cbiAqIFNlZSB0aGUgTGljZW5zZSBmb3IgdGhlIHNwZWNpZmljIGxhbmd1YWdlIGdvdmVybmluZyBwZXJtaXNzaW9ucyBhbmRcbiAqIGxpbWl0YXRpb25zIHVuZGVyIHRoZSBMaWNlbnNlLlxuICogPT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT1cbiAqL1xuXG5pbXBvcnQge2Vudn0gZnJvbSAnQHRlbnNvcmZsb3cvdGZqcy1jb3JlJztcblxuY29uc3QgRU5WID0gZW52KCk7XG5cbi8qKlxuICogVHJ1ZSBpZiBTSU1EIGlzIHN1cHBvcnRlZC5cbiAqL1xuLy8gRnJvbTogaHR0cHM6Ly9naXRodWIuY29tL0dvb2dsZUNocm9tZUxhYnMvd2FzbS1mZWF0dXJlLWRldGVjdFxuRU5WLnJlZ2lzdGVyRmxhZygnV0FTTV9IQVNfU0lNRF9TVVBQT1JUJywgYXN5bmMgKCkgPT4ge1xuICB0cnkge1xuICAgIC8vIFRoaXMgdHlwZWQgYXJyYXkgcGFzc2VkIGluIHRvIFdlYkFzc2VtYmx5LnZhbGlkYXRlIGlzIFdlYkFzc2VtYmx5IGJpbmFyeVxuICAgIC8vIGNvZGUuIEluIHRoaXMgY2FzZSBpdCBpcyBhIHNtYWxsIHByb2dyYW0gdGhhdCBjb250YWlucyBTSU1EXG4gICAgLy8gaW5zdHJ1Y3Rpb25zLlxuICAgIHJldHVybiBXZWJBc3NlbWJseS52YWxpZGF0ZShuZXcgVWludDhBcnJheShbXG4gICAgICAwLCA5NywgMTE1LCAxMDksIDEsIDAsIDAsIDAsIDEsICA0LCAxLCAgIDk2LCAwLCAgMCwgMyxcbiAgICAgIDIsIDEsICAwLCAgIDEwLCAgOSwgMSwgNywgMCwgNjUsIDAsIDI1MywgMTUsIDI2LCAxMVxuICAgIF0pKTtcbiAgfSBjYXRjaCAoZSkge1xuICAgIHJldHVybiBmYWxzZTtcbiAgfVxufSk7XG5cbi8qKlxuICogVHJ1ZSBpZiB0aHJlYWRzIGFyZSBzdXBwb3J0ZWQuXG4gKi9cbi8vIEZyb206IGh0dHBzOi8vZ2l0aHViLmNvbS9Hb29nbGVDaHJvbWVMYWJzL3dhc20tZmVhdHVyZS1kZXRlY3RcbkVOVi5yZWdpc3RlckZsYWcoJ1dBU01fSEFTX01VTFRJVEhSRUFEX1NVUFBPUlQnLCBhc3luYyAoKSA9PiB7XG4gIC8vIFRPRE8oYW5ueGluZ3l1YW4pOiBFbmFibGUgbm9kZSBzdXBwb3J0IG9uY2UgdGhpcyBpcyByZXNvbHZlZDpcbiAgLy8gaHR0cHM6Ly9naXRodWIuY29tL3RlbnNvcmZsb3cvdGZqcy9pc3N1ZXMvMzgzMFxuICBpZiAoRU5WLmdldCgnSVNfTk9ERScpKSB7XG4gICAgcmV0dXJuIGZhbHNlO1xuICB9XG5cbiAgdHJ5IHtcbiAgICAvLyBUZXN0IGZvciB0cmFuc2ZlcmFiaWxpdHkgb2YgU0FCcyAobmVlZGVkIGZvciBGaXJlZm94KVxuICAgIC8vIGh0dHBzOi8vZ3JvdXBzLmdvb2dsZS5jb20vZm9ydW0vIyFtc2cvbW96aWxsYS5kZXYucGxhdGZvcm0vSUhrQlpsSEVUcEEvZHdzTU5jaFdFUUFKXG4gICAgbmV3IE1lc3NhZ2VDaGFubmVsKCkucG9ydDEucG9zdE1lc3NhZ2UobmV3IFNoYXJlZEFycmF5QnVmZmVyKDEpKTtcbiAgICAvLyBUaGlzIHR5cGVkIGFycmF5IGlzIGEgV2ViQXNzZW1ibHkgcHJvZ3JhbSBjb250YWluaW5nIHRocmVhZGVkXG4gICAgLy8gaW5zdHJ1Y3Rpb25zLlxuICAgIHJldHVybiBXZWJBc3NlbWJseS52YWxpZGF0ZShuZXcgVWludDhBcnJheShbXG4gICAgICAwLCA5NywgMTE1LCAxMDksIDEsIDAsICAwLCAgMCwgMSwgNCwgMSwgIDk2LCAwLCAgIDAsICAzLCAyLCAxLCAgMCwgNSxcbiAgICAgIDQsIDEsICAzLCAgIDEsICAgMSwgMTAsIDExLCAxLCA5LCAwLCA2NSwgMCwgIDI1NCwgMTYsIDIsIDAsIDI2LCAxMVxuICAgIF0pKTtcbiAgfSBjYXRjaCAoZSkge1xuICAgIHJldHVybiBmYWxzZTtcbiAgfVxufSk7XG4iXX0=
48790
48648
  // EXTERNAL MODULE: ./node_modules/@tensorflow/tfjs-backend-wasm/wasm-out/tfjs-backend-wasm-threaded-simd.js
48791
- var pce=c(8349),fce=c.n(pce),hce=c(7142),mce=c(7234),gce=c.n(mce);// CONCATENATED MODULE: ./node_modules/@tensorflow/tfjs-backend-wasm/dist/backend_wasm.js
48649
+ var pce=s(8349),fce=s.n(pce),hce=s(7142),mce=s(7234),gce=s.n(mce);// CONCATENATED MODULE: ./node_modules/@tensorflow/tfjs-backend-wasm/dist/backend_wasm.js
48792
48650
  /**
48793
48651
  * @license
48794
48652
  * Copyright 2019 Google LLC. All Rights Reserved.
@@ -50735,7 +50593,7 @@ function(e){const{inputs:t,backend:n,attrs:r}=e,{x:o}=t,{paddings:a,mode:i}=r;na
50735
50593
  //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiTWlycm9yUGFkLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vdGZqcy1iYWNrZW5kLWNwdS9zcmMva2VybmVscy9NaXJyb3JQYWQudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUE7Ozs7Ozs7Ozs7Ozs7OztHQWVHO0FBRUgsT0FBTyxFQUEyQixTQUFTLEVBQTRFLElBQUksRUFBQyxNQUFNLHVCQUF1QixDQUFDO0FBRzFKLE9BQU8sRUFBQyxnQkFBZ0IsRUFBQyxNQUFNLGFBQWEsQ0FBQztBQUU3QyxNQUFNLFVBQVUsU0FBUyxDQUFDLElBSXpCO0lBQ0MsTUFBTSxFQUFDLE1BQU0sRUFBRSxPQUFPLEVBQUUsS0FBSyxFQUFDLEdBQUcsSUFBSSxDQUFDO0lBQ3RDLE1BQU0sRUFBQyxDQUFDLEVBQUMsR0FBRyxNQUFNLENBQUM7SUFDbkIsTUFBTSxFQUFDLFFBQVEsRUFBRSxJQUFJLEVBQUMsR0FBRyxLQUFLLENBQUM7SUFFL0IsZ0JBQWdCLENBQUMsQ0FBQyxFQUFFLFdBQVcsQ0FBQyxDQUFDO0lBRWpDLE1BQU0sUUFBUSxHQUFHLFFBQVEsQ0FBQyxHQUFHLENBQ3pCLENBQUMsQ0FBQyxFQUFFLENBQUMsRUFBRSxFQUFFLENBQUMsQ0FBQyxDQUFDLENBQUMsQ0FBQyxDQUFDLGVBQWUsR0FBRyxDQUFDLENBQUMsS0FBSyxDQUFDLENBQUMsQ0FBQyxHQUFHLENBQUMsQ0FBQyxDQUFDLENBQUMsQ0FBQyxjQUFjLENBQUMsQ0FBQztJQUV2RSxNQUFNLEtBQUssR0FBRyxRQUFRLENBQUMsR0FBRyxDQUFDLENBQUMsQ0FBQyxFQUFFLENBQUMsQ0FBQyxDQUFDLENBQUMsQ0FBQyxDQUFDLENBQUM7SUFDdEMsTUFBTSxHQUFHLEdBQUcsUUFBUSxDQUFDLEdBQUcsQ0FBQyxDQUFDLENBQUMsRUFBRSxDQUFDLEVBQUUsRUFBRSxDQUFDLENBQUMsQ0FBQyxDQUFDLENBQUMsR0FBRyxDQUFDLENBQUMsS0FBSyxDQUFDLENBQUMsQ0FBQyxDQUFDLENBQUM7SUFDdEQsTUFBTSxNQUFNLEdBQUcsSUFBSSxLQUFLLFNBQVMsQ0FBQyxDQUFDLENBQUMsQ0FBQyxDQUFDLENBQUMsQ0FBQyxDQUFDLENBQUM7SUFFMUMsTUFBTSxLQUFLLEdBQUcsT0FBTyxDQUFDLElBQUksQ0FBQyxHQUFHLENBQUMsQ0FBQyxDQUFDLE1BQU0sQ0FBQyxDQUFDLE1BQW9CLENBQUM7SUFDOUQsTUFBTSxLQUFLLEdBQUcsQ0FBQyxDQUFDLEtBQUssQ0FBQyxNQUFNLENBQUM7SUFDN0IsTUFBTSxRQUFRLEdBQUcsSUFBSSxDQUFDLGNBQWMsQ0FBQyxDQUFDLENBQUMsS0FBSyxDQUFDLENBQUM7SUFFOUMsTUFBTSxVQUFVLEdBQUcsSUFBSSxDQUFDLGFBQWEsQ0FBQyxRQUFRLENBQUMsQ0FBQztJQUNoRCxNQUFNLFVBQVUsR0FBRyxRQUFRLENBQUMsTUFBTSxDQUFDO0lBQ25DLE1BQU0sYUFBYSxHQUFHLElBQUksQ0FBQyxjQUFjLENBQUMsUUFBUSxDQUFDLENBQUM7SUFDcEQsTUFBTSxPQUFPLEdBQ1QsSUFBSSxDQUFDLHNCQUFzQixDQUFDLENBQUMsQ0FBQyxLQUF3QixFQUFFLFVBQVUsQ0FBQyxDQUFDO0lBRXhFLEtBQUssSUFBSSxDQUFDLEdBQUcsQ0FBQyxFQUFFLENBQUMsR0FBRyxVQUFVLEVBQUUsQ0FBQyxFQUFFLEVBQUU7UUFDbkMsSUFBSSxNQUFNLEdBQUcsSUFBSSxDQUFDLFVBQVUsQ0FBQyxDQUFDLEVBQUUsVUFBVSxFQUFFLGFBQWEsQ0FBQyxDQUFDO1FBQzNELEtBQUssSUFBSSxDQUFDLEdBQUcsQ0FBQyxFQUFFLENBQUMsR0FBRyxVQUFVLEVBQUUsQ0FBQyxFQUFFLEVBQUU7WUFDbkMsSUFBSSxNQUFNLENBQUMsQ0FBQyxDQUFDLEdBQUcsS0FBSyxDQUFDLENBQUMsQ0FBQyxFQUFFO2dCQUN4QixNQUFNLENBQUMsQ0FBQyxDQUFDLEdBQUcsS0FBSyxDQUFDLENBQUMsQ0FBQyxHQUFHLENBQUMsR0FBRyxNQUFNLENBQUMsQ0FBQyxDQUFDLEdBQUcsTUFBTSxDQUFDO2FBQy9DO2lCQUFNLElBQUksTUFBTSxDQUFDLENBQUMsQ0FBQyxJQUFJLEdBQUcsQ0FBQyxDQUFDLENBQUMsRUFBRTtnQkFDOUIsTUFBTSxDQUFDLENBQUMsQ0FBQyxHQUFHLENBQUMsR0FBRyxDQUFDLENBQUMsQ0FBQyxHQUFHLENBQUMsQ0FBQyxHQUFHLENBQUMsR0FBRyxNQUFNLENBQUMsQ0FBQyxDQUFDLEdBQUcsTUFBTSxDQUFDO2FBQ25EO1NBQ0Y7UUFDRCxNQUFNLEdBQUcsTUFBTSxDQUFDLEdBQUcsQ0FBQyxDQUFDLENBQUMsRUFBRSxDQUFDLEVBQUUsRUFBRSxDQUFDLENBQUMsR0FBRyxLQUFLLENBQUMsQ0FBQyxDQUFDLENBQUMsQ0FBQztRQUU1QyxNQUFNLE9BQU8sR0FBRyxJQUFJLENBQUMsVUFBVSxDQUFDLE1BQU0sRUFBRSxLQUFLLEVBQUUsUUFBUSxDQUFDLENBQUM7UUFFekQsT0FBTyxDQUFDLENBQUMsQ0FBQyxHQUFHLEtBQUssQ0FBQyxPQUFPLENBQUMsQ0FBQztLQUM3QjtJQUVELE1BQU0sS0FBSyxHQUFHLE9BQU8sQ0FBQyxLQUFLLENBQUMsT0FBTyxFQUFFLFFBQVEsRUFBRSxDQUFDLENBQUMsS0FBSyxDQUFDLENBQUM7SUFFeEQsT0FBTyxFQUFDLE1BQU0sRUFBRSxLQUFLLEVBQUUsS0FBSyxFQUFFLFFBQVEsRUFBRSxLQUFLLEVBQUUsQ0FBQyxDQUFDLEtBQUssRUFBQyxDQUFDO0FBQzFELENBQUM7QUFFRCxNQUFNLENBQUMsTUFBTSxlQUFlLEdBQWlCO0lBQzNDLFVBQVUsRUFBRSxTQUFTO0lBQ3JCLFdBQVcsRUFBRSxLQUFLO0lBQ2xCLFVBQVUsRUFBRSxTQUFrQztDQUMvQyxDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiLyoqXG4gKiBAbGljZW5zZVxuICogQ29weXJpZ2h0IDIwMjAgR29vZ2xlIExMQy4gQWxsIFJpZ2h0cyBSZXNlcnZlZC5cbiAqIExpY2Vuc2VkIHVuZGVyIHRoZSBBcGFjaGUgTGljZW5zZSwgVmVyc2lvbiAyLjAgKHRoZSBcIkxpY2Vuc2VcIik7XG4gKiB5b3UgbWF5IG5vdCB1c2UgdGhpcyBmaWxlIGV4Y2VwdCBpbiBjb21wbGlhbmNlIHdpdGggdGhlIExpY2Vuc2UuXG4gKiBZb3UgbWF5IG9idGFpbiBhIGNvcHkgb2YgdGhlIExpY2Vuc2UgYXRcbiAqXG4gKiBodHRwOi8vd3d3LmFwYWNoZS5vcmcvbGljZW5zZXMvTElDRU5TRS0yLjBcbiAqXG4gKiBVbmxlc3MgcmVxdWlyZWQgYnkgYXBwbGljYWJsZSBsYXcgb3IgYWdyZWVkIHRvIGluIHdyaXRpbmcsIHNvZnR3YXJlXG4gKiBkaXN0cmlidXRlZCB1bmRlciB0aGUgTGljZW5zZSBpcyBkaXN0cmlidXRlZCBvbiBhbiBcIkFTIElTXCIgQkFTSVMsXG4gKiBXSVRIT1VUIFdBUlJBTlRJRVMgT1IgQ09ORElUSU9OUyBPRiBBTlkgS0lORCwgZWl0aGVyIGV4cHJlc3Mgb3IgaW1wbGllZC5cbiAqIFNlZSB0aGUgTGljZW5zZSBmb3IgdGhlIHNwZWNpZmljIGxhbmd1YWdlIGdvdmVybmluZyBwZXJtaXNzaW9ucyBhbmRcbiAqIGxpbWl0YXRpb25zIHVuZGVyIHRoZSBMaWNlbnNlLlxuICogPT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT1cbiAqL1xuXG5pbXBvcnQge0tlcm5lbENvbmZpZywgS2VybmVsRnVuYywgTWlycm9yUGFkLCBNaXJyb3JQYWRBdHRycywgTWlycm9yUGFkSW5wdXRzLCBOdW1lcmljRGF0YVR5cGUsIFRlbnNvckluZm8sIFR5cGVkQXJyYXksIHV0aWx9IGZyb20gJ0B0ZW5zb3JmbG93L3RmanMtY29yZSc7XG5cbmltcG9ydCB7TWF0aEJhY2tlbmRDUFV9IGZyb20gJy4uL2JhY2tlbmRfY3B1JztcbmltcG9ydCB7YXNzZXJ0Tm90Q29tcGxleH0gZnJvbSAnLi4vY3B1X3V0aWwnO1xuXG5leHBvcnQgZnVuY3Rpb24gbWlycm9yUGFkKGFyZ3M6IHtcbiAgaW5wdXRzOiBNaXJyb3JQYWRJbnB1dHMsXG4gIGJhY2tlbmQ6IE1hdGhCYWNrZW5kQ1BVLFxuICBhdHRyczogTWlycm9yUGFkQXR0cnNcbn0pOiBUZW5zb3JJbmZvIHtcbiAgY29uc3Qge2lucHV0cywgYmFja2VuZCwgYXR0cnN9ID0gYXJncztcbiAgY29uc3Qge3h9ID0gaW5wdXRzO1xuICBjb25zdCB7cGFkZGluZ3MsIG1vZGV9ID0gYXR0cnM7XG5cbiAgYXNzZXJ0Tm90Q29tcGxleCh4LCAnbWlycm9yUGFkJyk7XG5cbiAgY29uc3Qgb3V0U2hhcGUgPSBwYWRkaW5ncy5tYXAoXG4gICAgICAocCwgaSkgPT4gcFswXSAvKiBiZWZvcmVQYWQgKi8gKyB4LnNoYXBlW2ldICsgcFsxXSAvKiBhZnRlclBhZCAqLyk7XG5cbiAgY29uc3Qgc3RhcnQgPSBwYWRkaW5ncy5tYXAocCA9PiBwWzBdKTtcbiAgY29uc3QgZW5kID0gcGFkZGluZ3MubWFwKChwLCBpKSA9PiBwWzBdICsgeC5zaGFwZVtpXSk7XG4gIGNvbnN0IG9mZnNldCA9IG1vZGUgPT09ICdyZWZsZWN0JyA/IDAgOiAxO1xuXG4gIGNvbnN0IHhWYWxzID0gYmFja2VuZC5kYXRhLmdldCh4LmRhdGFJZCkudmFsdWVzIGFzIFR5cGVkQXJyYXk7XG4gIGNvbnN0IHhSYW5rID0geC5zaGFwZS5sZW5ndGg7XG4gIGNvbnN0IHhTdHJpZGVzID0gdXRpbC5jb21wdXRlU3RyaWRlcyh4LnNoYXBlKTtcblxuICBjb25zdCByZXN1bHRTaXplID0gdXRpbC5zaXplRnJvbVNoYXBlKG91dFNoYXBlKTtcbiAgY29uc3QgcmVzdWx0UmFuayA9IG91dFNoYXBlLmxlbmd0aDtcbiAgY29uc3QgcmVzdWx0U3RyaWRlcyA9IHV0aWwuY29tcHV0ZVN0cmlkZXMob3V0U2hhcGUpO1xuICBjb25zdCByZXNWYWxzID1cbiAgICAgIHV0aWwuZ2V0VHlwZWRBcnJheUZyb21EVHlwZSh4LmR0eXBlIGFzIE51bWVyaWNEYXRhVHlwZSwgcmVzdWx0U2l6ZSk7XG5cbiAgZm9yIChsZXQgaSA9IDA7IGkgPCByZXN1bHRTaXplOyBpKyspIHtcbiAgICBsZXQgY29vcmRzID0gdXRpbC5pbmRleFRvTG9jKGksIHJlc3VsdFJhbmssIHJlc3VsdFN0cmlkZXMpO1xuICAgIGZvciAobGV0IGkgPSAwOyBpIDwgcmVzdWx0UmFuazsgaSsrKSB7XG4gICAgICBpZiAoY29vcmRzW2ldIDwgc3RhcnRbaV0pIHtcbiAgICAgICAgY29vcmRzW2ldID0gc3RhcnRbaV0gKiAyIC0gY29vcmRzW2ldIC0gb2Zmc2V0O1xuICAgICAgfSBlbHNlIGlmIChjb29yZHNbaV0gPj0gZW5kW2ldKSB7XG4gICAgICAgIGNvb3Jkc1tpXSA9IChlbmRbaV0gLSAxKSAqIDIgLSBjb29yZHNbaV0gKyBvZmZzZXQ7XG4gICAgICB9XG4gICAgfVxuICAgIGNvb3JkcyA9IGNvb3Jkcy5tYXAoKGMsIGkpID0+IGMgLSBzdGFydFtpXSk7XG5cbiAgICBjb25zdCBpbkluZGV4ID0gdXRpbC5sb2NUb0luZGV4KGNvb3JkcywgeFJhbmssIHhTdHJpZGVzKTtcblxuICAgIHJlc1ZhbHNbaV0gPSB4VmFsc1tpbkluZGV4XTtcbiAgfVxuXG4gIGNvbnN0IG91dElkID0gYmFja2VuZC53cml0ZShyZXNWYWxzLCBvdXRTaGFwZSwgeC5kdHlwZSk7XG5cbiAgcmV0dXJuIHtkYXRhSWQ6IG91dElkLCBzaGFwZTogb3V0U2hhcGUsIGR0eXBlOiB4LmR0eXBlfTtcbn1cblxuZXhwb3J0IGNvbnN0IG1pcnJvclBhZENvbmZpZzogS2VybmVsQ29uZmlnID0ge1xuICBrZXJuZWxOYW1lOiBNaXJyb3JQYWQsXG4gIGJhY2tlbmROYW1lOiAnY3B1JyxcbiAga2VybmVsRnVuYzogbWlycm9yUGFkIGFzIHVua25vd24gYXMgS2VybmVsRnVuY1xufTtcbiJdfQ==
50736
50594
  //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiTW9kLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vdGZqcy1iYWNrZW5kLWNwdS9zcmMva2VybmVscy9Nb2QudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUE7Ozs7Ozs7Ozs7Ozs7OztHQWVHO0FBRUgsT0FBTyxFQUFlLEdBQUcsRUFBQyxNQUFNLHVCQUF1QixDQUFDO0FBRXhELE9BQU8sRUFBQyw0QkFBNEIsRUFBQyxNQUFNLHNCQUFzQixDQUFDO0FBQ2xFLE9BQU8sRUFBQyxnQkFBZ0IsRUFBQyxNQUFNLHVCQUF1QixDQUFDO0FBRXZELE1BQU0sQ0FBQyxNQUFNLE9BQU8sR0FDaEIsNEJBQTRCLENBQUMsQ0FBQyxDQUFDLE1BQWMsRUFBRSxNQUFjLEVBQUUsRUFBRTtJQUMvRCxNQUFNLEdBQUcsR0FBRyxNQUFNLEdBQUcsTUFBTSxDQUFDO0lBQzVCLElBQUksQ0FBQyxNQUFNLEdBQUcsQ0FBQyxJQUFJLE1BQU0sR0FBRyxDQUFDLENBQUMsSUFBSSxDQUFDLE1BQU0sSUFBSSxDQUFDLElBQUksTUFBTSxJQUFJLENBQUMsQ0FBQyxFQUFFO1FBQzlELE9BQU8sR0FBRyxDQUFDO0tBQ1o7U0FBTTtRQUNMLE9BQU8sQ0FBQyxHQUFHLEdBQUcsTUFBTSxDQUFDLEdBQUcsTUFBTSxDQUFDO0tBQ2hDO0FBQ0gsQ0FBQyxDQUFDLENBQUMsQ0FBQztBQUVSLE1BQU0sQ0FBQyxNQUFNLEdBQUcsR0FBRyxnQkFBZ0IsQ0FBQyxHQUFHLEVBQUUsT0FBTyxDQUFDLENBQUM7QUFFbEQsTUFBTSxDQUFDLE1BQU0sU0FBUyxHQUFpQjtJQUNyQyxVQUFVLEVBQUUsR0FBRztJQUNmLFdBQVcsRUFBRSxLQUFLO0lBQ2xCLFVBQVUsRUFBRSxHQUFHO0NBQ2hCLENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyIvKipcbiAqIEBsaWNlbnNlXG4gKiBDb3B5cmlnaHQgMjAyMCBHb29nbGUgTExDLiBBbGwgUmlnaHRzIFJlc2VydmVkLlxuICogTGljZW5zZWQgdW5kZXIgdGhlIEFwYWNoZSBMaWNlbnNlLCBWZXJzaW9uIDIuMCAodGhlIFwiTGljZW5zZVwiKTtcbiAqIHlvdSBtYXkgbm90IHVzZSB0aGlzIGZpbGUgZXhjZXB0IGluIGNvbXBsaWFuY2Ugd2l0aCB0aGUgTGljZW5zZS5cbiAqIFlvdSBtYXkgb2J0YWluIGEgY29weSBvZiB0aGUgTGljZW5zZSBhdFxuICpcbiAqIGh0dHA6Ly93d3cuYXBhY2hlLm9yZy9saWNlbnNlcy9MSUNFTlNFLTIuMFxuICpcbiAqIFVubGVzcyByZXF1aXJlZCBieSBhcHBsaWNhYmxlIGxhdyBvciBhZ3JlZWQgdG8gaW4gd3JpdGluZywgc29mdHdhcmVcbiAqIGRpc3RyaWJ1dGVkIHVuZGVyIHRoZSBMaWNlbnNlIGlzIGRpc3RyaWJ1dGVkIG9uIGFuIFwiQVMgSVNcIiBCQVNJUyxcbiAqIFdJVEhPVVQgV0FSUkFOVElFUyBPUiBDT05ESVRJT05TIE9GIEFOWSBLSU5ELCBlaXRoZXIgZXhwcmVzcyBvciBpbXBsaWVkLlxuICogU2VlIHRoZSBMaWNlbnNlIGZvciB0aGUgc3BlY2lmaWMgbGFuZ3VhZ2UgZ292ZXJuaW5nIHBlcm1pc3Npb25zIGFuZFxuICogbGltaXRhdGlvbnMgdW5kZXIgdGhlIExpY2Vuc2UuXG4gKiA9PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PVxuICovXG5cbmltcG9ydCB7S2VybmVsQ29uZmlnLCBNb2R9IGZyb20gJ0B0ZW5zb3JmbG93L3RmanMtY29yZSc7XG5cbmltcG9ydCB7Y3JlYXRlU2ltcGxlQmluYXJ5S2VybmVsSW1wbH0gZnJvbSAnLi4vdXRpbHMvYmluYXJ5X2ltcGwnO1xuaW1wb3J0IHtiaW5hcnlLZXJuZWxGdW5jfSBmcm9tICcuLi91dGlscy9iaW5hcnlfdXRpbHMnO1xuXG5leHBvcnQgY29uc3QgbW9kSW1wbCA9XG4gICAgY3JlYXRlU2ltcGxlQmluYXJ5S2VybmVsSW1wbCgoKGFWYWx1ZTogbnVtYmVyLCBiVmFsdWU6IG51bWJlcikgPT4ge1xuICAgICAgY29uc3QgcmVtID0gYVZhbHVlICUgYlZhbHVlO1xuICAgICAgaWYgKChhVmFsdWUgPCAwICYmIGJWYWx1ZSA8IDApIHx8IChhVmFsdWUgPj0gMCAmJiBiVmFsdWUgPj0gMCkpIHtcbiAgICAgICAgcmV0dXJuIHJlbTtcbiAgICAgIH0gZWxzZSB7XG4gICAgICAgIHJldHVybiAocmVtICsgYlZhbHVlKSAlIGJWYWx1ZTtcbiAgICAgIH1cbiAgICB9KSk7XG5cbmV4cG9ydCBjb25zdCBtb2QgPSBiaW5hcnlLZXJuZWxGdW5jKE1vZCwgbW9kSW1wbCk7XG5cbmV4cG9ydCBjb25zdCBtb2RDb25maWc6IEtlcm5lbENvbmZpZyA9IHtcbiAga2VybmVsTmFtZTogTW9kLFxuICBiYWNrZW5kTmFtZTogJ2NwdScsXG4gIGtlcm5lbEZ1bmM6IG1vZFxufTtcbiJdfQ==
50737
50595
  // EXTERNAL MODULE: ./node_modules/@tensorflow/tfjs-backend-cpu/node_modules/seedrandom/index.js
50738
- var Tfe=c(2948);// CONCATENATED MODULE: ./node_modules/@tensorflow/tfjs-backend-cpu/dist/kernels/Softmax.js
50596
+ var Tfe=s(2948);// CONCATENATED MODULE: ./node_modules/@tensorflow/tfjs-backend-cpu/dist/kernels/Softmax.js
50739
50597
  /**
50740
50598
  * @license
50741
50599
  * Copyright 2020 Google LLC. All Rights Reserved.
@@ -52336,7 +52194,7 @@ const TEe=async(e=new Uint8Array,t)=>{if(e instanceof Uint8Array)return _Ee.muta
52336
52194
  function IEe(e){return encodeURIComponent(e).replace(/[!'()*]/g,(function(e){return"%"+e.charCodeAt(0).toString(16).toUpperCase()}))}// CONCATENATED MODULE: ./node_modules/@smithy/core/dist-es/submodules/schema/TypeRegistry.js
52337
52195
  class NEe{namespace;schemas;exceptions;static registries=new Map;constructor(e,t=new Map,n=new Map){this.namespace=e,this.schemas=t,this.exceptions=n}static for(e){return NEe.registries.has(e)||NEe.registries.set(e,new NEe(e)),NEe.registries.get(e)}copyFrom(e){const{schemas:t,exceptions:n}=this;for(const[n,r]of e.schemas)t.has(n)||t.set(n,r);for(const[t,r]of e.exceptions)n.has(t)||n.set(t,r)}register(e,t){const n=this.normalizeShapeId(e);for(const e of[this,NEe.for(n.split("#")[0])])e.schemas.set(n,t)}getSchema(e){const t=this.normalizeShapeId(e);if(!this.schemas.has(t))throw new Error(`@smithy/core/schema - schema not found for ${t}`);return this.schemas.get(t)}registerError(e,t){const n=e,r=n[1];for(const e of[this,NEe.for(r)])e.schemas.set(r+"#"+n[2],n),e.exceptions.set(n,t)}getErrorCtor(e){const t=e;if(this.exceptions.has(t))return this.exceptions.get(t);return NEe.for(t[1]).exceptions.get(t)}getBaseException(){for(const e of this.exceptions.keys())if(Array.isArray(e)){const[,t,n]=e,r=t+"#"+n;if(r.startsWith("smithy.ts.sdk.synthetic.")&&r.endsWith("ServiceException"))return e}}find(e){for(const t of this.schemas.values())if(e(t))return t}clear(){this.schemas.clear(),this.exceptions.clear()}normalizeShapeId(e){return e.includes("#")?e:this.namespace+"#"+e}}// CONCATENATED MODULE: ./node_modules/@smithy/core/dist-es/submodules/protocols/SerdeContext.js
52338
52196
  class AEe{serdeContext;setSerdeContext(e){this.serdeContext=e}}// CONCATENATED MODULE: ./node_modules/@smithy/core/dist-es/submodules/protocols/HttpProtocol.js
52339
- class PEe extends AEe{options;compositeErrorRegistry;constructor(e){super(),this.options=e,this.compositeErrorRegistry=NEe.for(e.defaultNamespace);for(const t of e.errorTypeRegistries??[])this.compositeErrorRegistry.copyFrom(t)}getRequestType(){return Jge}getResponseType(){return tve}setSerdeContext(e){this.serdeContext=e,this.serializer.setSerdeContext(e),this.deserializer.setSerdeContext(e),this.getPayloadCodec()&&this.getPayloadCodec().setSerdeContext(e)}updateServiceEndpoint(e,t){if("url"in t){e.protocol=t.url.protocol,e.hostname=t.url.hostname,e.port=t.url.port?Number(t.url.port):void 0,e.path=t.url.pathname,e.fragment=t.url.hash||void 0,e.username=t.url.username||void 0,e.password=t.url.password||void 0,e.query||(e.query={});for(const[n,r]of t.url.searchParams.entries())e.query[n]=r;if(t.headers)for(const n in t.headers)e.headers[n]=t.headers[n].join(", ");return e}if(e.protocol=t.protocol,e.hostname=t.hostname,e.port=t.port?Number(t.port):void 0,e.path=t.path,e.query={...t.query},t.headers)for(const n in t.headers)e.headers[n]=t.headers[n];return e}setHostPrefix(e,t,n){if(this.serdeContext?.disableHostPrefix)return;const r=pEe.of(t.input),o=sEe(t.traits??{});if(o.endpoint){let t=o.endpoint?.[0];if("string"==typeof t){for(const[e,o]of r.structIterator()){if(!o.getMergedTraits().hostLabel)continue;const r=n[e];if("string"!=typeof r)throw new Error(`@smithy/core/schema - ${e} in input must be a string as hostLabel.`);t=t.replace(`{${e}}`,r)}e.hostname=t+e.hostname}}}deserializeMetadata(e){return{httpStatusCode:e.statusCode,requestId:e.headers["x-amzn-requestid"]??e.headers["x-amzn-request-id"]??e.headers["x-amz-request-id"],extendedRequestId:e.headers["x-amz-id-2"],cfId:e.headers["x-amz-cf-id"]}}async serializeEventStream({eventStream:e,requestSchema:t,initialRequest:n}){return(await this.loadEventStreamCapability()).serializeEventStream({eventStream:e,requestSchema:t,initialRequest:n})}async deserializeEventStream({response:e,responseSchema:t,initialResponseContainer:n}){return(await this.loadEventStreamCapability()).deserializeEventStream({response:e,responseSchema:t,initialResponseContainer:n})}async loadEventStreamCapability(){const{EventStreamSerde:e}=await c.e(/* import() */21).then(c.bind(c,8021));return new e({marshaller:this.getEventStreamMarshaller(),serializer:this.serializer,deserializer:this.deserializer,serdeContext:this.serdeContext,defaultContentType:this.getDefaultContentType()})}getDefaultContentType(){throw new Error(`@smithy/core/protocols - ${this.constructor.name} getDefaultContentType() implementation missing.`)}async deserializeHttpMessage(e,t,n,r,o){return[]}getEventStreamMarshaller(){const e=this.serdeContext;if(!e.eventStreamMarshaller)throw new Error("@smithy/core - HttpProtocol: eventStreamMarshaller missing in serdeContext.");return e.eventStreamMarshaller}}// CONCATENATED MODULE: ./node_modules/@smithy/core/dist-es/submodules/protocols/HttpBindingProtocol.js
52197
+ class PEe extends AEe{options;compositeErrorRegistry;constructor(e){super(),this.options=e,this.compositeErrorRegistry=NEe.for(e.defaultNamespace);for(const t of e.errorTypeRegistries??[])this.compositeErrorRegistry.copyFrom(t)}getRequestType(){return Jge}getResponseType(){return tve}setSerdeContext(e){this.serdeContext=e,this.serializer.setSerdeContext(e),this.deserializer.setSerdeContext(e),this.getPayloadCodec()&&this.getPayloadCodec().setSerdeContext(e)}updateServiceEndpoint(e,t){if("url"in t){e.protocol=t.url.protocol,e.hostname=t.url.hostname,e.port=t.url.port?Number(t.url.port):void 0,e.path=t.url.pathname,e.fragment=t.url.hash||void 0,e.username=t.url.username||void 0,e.password=t.url.password||void 0,e.query||(e.query={});for(const[n,r]of t.url.searchParams.entries())e.query[n]=r;if(t.headers)for(const n in t.headers)e.headers[n]=t.headers[n].join(", ");return e}if(e.protocol=t.protocol,e.hostname=t.hostname,e.port=t.port?Number(t.port):void 0,e.path=t.path,e.query={...t.query},t.headers)for(const n in t.headers)e.headers[n]=t.headers[n];return e}setHostPrefix(e,t,n){if(this.serdeContext?.disableHostPrefix)return;const r=pEe.of(t.input),o=sEe(t.traits??{});if(o.endpoint){let t=o.endpoint?.[0];if("string"==typeof t){for(const[e,o]of r.structIterator()){if(!o.getMergedTraits().hostLabel)continue;const r=n[e];if("string"!=typeof r)throw new Error(`@smithy/core/schema - ${e} in input must be a string as hostLabel.`);t=t.replace(`{${e}}`,r)}e.hostname=t+e.hostname}}}deserializeMetadata(e){return{httpStatusCode:e.statusCode,requestId:e.headers["x-amzn-requestid"]??e.headers["x-amzn-request-id"]??e.headers["x-amz-request-id"],extendedRequestId:e.headers["x-amz-id-2"],cfId:e.headers["x-amz-cf-id"]}}async serializeEventStream({eventStream:e,requestSchema:t,initialRequest:n}){return(await this.loadEventStreamCapability()).serializeEventStream({eventStream:e,requestSchema:t,initialRequest:n})}async deserializeEventStream({response:e,responseSchema:t,initialResponseContainer:n}){return(await this.loadEventStreamCapability()).deserializeEventStream({response:e,responseSchema:t,initialResponseContainer:n})}async loadEventStreamCapability(){const{EventStreamSerde:e}=await Promise.resolve().then(s.bind(s,8021));return new e({marshaller:this.getEventStreamMarshaller(),serializer:this.serializer,deserializer:this.deserializer,serdeContext:this.serdeContext,defaultContentType:this.getDefaultContentType()})}getDefaultContentType(){throw new Error(`@smithy/core/protocols - ${this.constructor.name} getDefaultContentType() implementation missing.`)}async deserializeHttpMessage(e,t,n,r,o){return[]}getEventStreamMarshaller(){const e=this.serdeContext;if(!e.eventStreamMarshaller)throw new Error("@smithy/core - HttpProtocol: eventStreamMarshaller missing in serdeContext.");return e.eventStreamMarshaller}}// CONCATENATED MODULE: ./node_modules/@smithy/core/dist-es/submodules/protocols/HttpBindingProtocol.js
52340
52198
  class OEe extends PEe{async serializeRequest(e,t,n){const r=t&&"object"==typeof t?t:{},o=this.serializer,a={},i={},s=await n.endpoint(),l=pEe.of(e?.input),c=[],u=[];let d,p=!1;const f=new Jge({protocol:"",hostname:"",port:void 0,path:"",fragment:void 0,query:a,headers:i,body:void 0});if(s){this.updateServiceEndpoint(f,s),this.setHostPrefix(f,e,r);const t=sEe(e.traits);if(t.http){f.method=t.http[0];const[e,n]=t.http[1].split("?");"/"==f.path?f.path=e:f.path+=e;const r=new URLSearchParams(n??"");for(const[e,t]of r)a[e]=t}}for(const[e,t]of l.structIterator()){const n=t.getMergedTraits()??{},s=r[e];if(null!=s||t.isIdempotencyToken())if(n.httpPayload){if(t.isStreaming()){t.isStructSchema()?r[e]&&(d=await this.serializeEventStream({eventStream:r[e],requestSchema:l})):d=s}else o.write(t,s),d=o.flush()}else if(n.httpLabel){o.write(t,s);const n=o.flush();f.path.includes(`{${e}+}`)?f.path=f.path.replace(`{${e}+}`,n.split("/").map(IEe).join("/")):f.path.includes(`{${e}}`)&&(f.path=f.path.replace(`{${e}}`,IEe(n)))}else if(n.httpHeader)o.write(t,s),i[n.httpHeader.toLowerCase()]=String(o.flush());else if("string"==typeof n.httpPrefixHeaders)for(const e in s){const r=s[e],a=n.httpPrefixHeaders+e;o.write([t.getValueSchema(),{httpHeader:a}],r),i[a.toLowerCase()]=o.flush()}else n.httpQuery||n.httpQueryParams?this.serializeQuery(t,s,a):(p=!0,c.push(e),u.push(t));else if(n.httpLabel&&(f.path.includes(`{${e}+}`)||f.path.includes(`{${e}}`)))throw new Error(`No value provided for input HTTP label: ${e}.`)}if(p&&r){const[e,t]=(l.getName(!0)??"#Unknown").split("#"),n=l.getSchema()[6],a=[3,e,t,l.getMergedTraits(),c,u,void 0];n?a[6]=n:a.pop(),o.write(a,r),d=o.flush()}return f.headers=i,f.query=a,f.body=d,f}serializeQuery(e,t,n){const r=this.serializer,o=e.getMergedTraits();if(o.httpQueryParams){for(const r in t)if(!(r in n)){const a=t[r],i=e.getValueSchema();Object.assign(i.getMergedTraits(),{...o,httpQuery:r,httpQueryParams:void 0}),this.serializeQuery(i,a,n)}}else if(e.isListSchema()){const a=!!e.getMergedTraits().sparse,i=[];for(const n of t){r.write([e.getValueSchema(),o],n);const t=r.flush();(a||void 0!==t)&&i.push(t)}n[o.httpQuery]=i}else r.write([e,o],t),n[o.httpQuery]=r.flush()}async deserializeResponse(e,t,n){const r=this.deserializer,o=pEe.of(e.output),a={};if(n.statusCode>=300){const o=await TEe(n.body,t);throw o.byteLength>0&&Object.assign(a,await r.read(15,o)),await this.handleError(e,t,n,a,this.deserializeMetadata(n)),new Error("@smithy/core/protocols - HTTP Protocol error handler failed to throw.")}for(const e in n.headers){const t=n.headers[e];delete n.headers[e],n.headers[e.toLowerCase()]=t}const i=await this.deserializeHttpMessage(o,t,n,a);if(i.length){const e=await TEe(n.body,t);if(e.byteLength>0){const t=await r.read(o,e);for(const e of i)null!=t[e]&&(a[e]=t[e])}}else i.discardResponseBody&&await TEe(n.body,t);return a.$metadata=this.deserializeMetadata(n),a}async deserializeHttpMessage(e,t,n,r,o){let a;a=r instanceof Set?o:r;let i=!0;const s=this.deserializer,l=pEe.of(e),c=[];for(const[e,r]of l.structIterator()){const o=r.getMemberTraits();if(o.httpPayload){i=!1;if(r.isStreaming()){const t=r.isStructSchema();a[e]=t?await this.deserializeEventStream({response:n,responseSchema:l}):SEe(n.body)}else if(n.body){const o=await TEe(n.body,t);o.byteLength>0&&(a[e]=await s.read(r,o))}}else if(o.httpHeader){const t=String(o.httpHeader).toLowerCase(),i=n.headers[t];if(null!=i)if(r.isListSchema()){const n=r.getValueSchema();let o;n.getMergedTraits().httpHeader=t,o=n.isTimestampSchema()&&4===n.getSchema()?gEe(i,",",2):vEe(i);const l=[];for(const e of o)l.push(await s.read(n,e.trim()));a[e]=l}else a[e]=await s.read(r,i)}else if(void 0!==o.httpPrefixHeaders){a[e]={};for(const t in n.headers)if(t.startsWith(o.httpPrefixHeaders)){const i=n.headers[t],l=r.getValueSchema();l.getMergedTraits().httpHeader=t,a[e][t.slice(o.httpPrefixHeaders.length)]=await s.read(l,i)}}else o.httpResponseCode?a[e]=n.statusCode:c.push(e)}return c.discardResponseBody=i,c}}// CONCATENATED MODULE: ./node_modules/@smithy/core/dist-es/submodules/serde/lazy-json.js
52341
52199
  const MEe=function(e){return Object.assign(new String(e),{deserializeJSON:()=>JSON.parse(String(e)),toString:()=>String(e),toJSON:()=>String(e)})};// CONCATENATED MODULE: ./node_modules/@smithy/core/dist-es/submodules/protocols/serde/determineTimestampFormat.js
52342
52200
  function REe(e,t){if(t.timestampFormat.useTrait&&e.isTimestampSchema()&&(5===e.getSchema()||6===e.getSchema()||7===e.getSchema()))return e.getSchema();const{httpLabel:n,httpPrefixHeaders:r,httpHeader:o,httpQuery:a}=e.getMergedTraits();return(t.httpBindings?"string"==typeof r||Boolean(o)?6:Boolean(a)||Boolean(n)?5:void 0:void 0)??t.timestampFormat.default}MEe.from=e=>e&&"object"==typeof e&&(e instanceof MEe||"deserializeJSON"in e)?e:"string"==typeof e||Object.getPrototypeOf(e)===String.prototype?MEe(String(e)):MEe(JSON.stringify(e)),MEe.fromObject=MEe.from;// CONCATENATED MODULE: ./node_modules/@smithy/core/dist-es/submodules/protocols/serde/ToStringShapeSerializer.js
@@ -52344,7 +52202,7 @@ class DEe extends AEe{settings;stringBuffer="";constructor(e){super(),this.setti
52344
52202
  var r}flush(){const e=this.stringBuffer;return this.stringBuffer="",e}}// CONCATENATED MODULE: ./node_modules/@smithy/core/dist-es/submodules/protocols/serde/HttpInterceptingShapeSerializer.js
52345
52203
  class FEe{codecSerializer;stringSerializer;buffer;constructor(e,t,n=new DEe(t)){this.codecSerializer=e,this.stringSerializer=n}setSerdeContext(e){this.codecSerializer.setSerdeContext(e),this.stringSerializer.setSerdeContext(e)}write(e,t){const n=pEe.of(e),r=n.getMergedTraits();return r.httpHeader||r.httpLabel||r.httpQuery?(this.stringSerializer.write(n,t),void(this.buffer=this.stringSerializer.flush())):this.codecSerializer.write(n,t)}flush(){if(void 0!==this.buffer){const e=this.buffer;return this.buffer=void 0,e}return this.codecSerializer.flush()}}
52346
52204
  // EXTERNAL MODULE: ./node_modules/@smithy/core/node_modules/@smithy/util-utf8/dist-es/toUtf8.browser.js
52347
- var LEe=c(2825),BEe=c(6083);
52205
+ var LEe=s(2825),BEe=s(6083);
52348
52206
  // EXTERNAL MODULE: ./node_modules/@smithy/core/node_modules/@smithy/util-utf8/dist-es/fromUtf8.browser.js
52349
52207
  // CONCATENATED MODULE: ./node_modules/@smithy/core/dist-es/submodules/serde/schema-serde-lib/schema-date-utils.js
52350
52208
  const jEe="(?:Mon|Tue|Wed|Thu|Fri|Sat|Sun)(?:[ne|u?r]?s?day)?",$Ee="(Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec)",UEe="(\\d?\\d):(\\d{2}):(\\d{2})(?:\\.(\\d+))?",zEe="(\\d?\\d)",WEe="(\\d{4})",VEe=new RegExp(/^(\d{4})-(\d\d)-(\d\d)[tT](\d\d):(\d\d):(\d\d)(\.(\d+))?(([-+]\d\d:\d\d)|[zZ])$/),qEe=new RegExp(`^${jEe}, ${zEe} ${$Ee} ${WEe} ${UEe} GMT$`),HEe=new RegExp(`^${jEe}, ${zEe}-${$Ee}-(\\d\\d) ${UEe} GMT$`),GEe=new RegExp(`^${jEe} ${$Ee} ( [1-9]|\\d\\d) ${UEe} ${WEe}$`),KEe=["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"];function YEe(e,t,n){const r=Number(e);if(r<t||r>n)throw new Error(`Value ${r} out of range [${t}, ${n}]`)}// CONCATENATED MODULE: ./node_modules/@smithy/core/dist-es/submodules/serde/value/NumericValue.js
@@ -52560,7 +52418,7 @@ e instanceof Error&&(n=e)}finally{
52560
52418
  // WS status code: https://tools.ietf.org/html/rfc6455#section-7.4
52561
52419
  e.close(pQ)}})(),i}}
52562
52420
  // EXTERNAL MODULE: ./scripts/aws-amplify-compat.js
52563
- var n_e=c(7960);// CONCATENATED MODULE: ./node_modules/@aws-amplify/ui-react-liveness/dist/esm/components/FaceLivenessDetector/service/utils/createStreamingClient/resolveCredentials.mjs
52421
+ var n_e=s(7960);// CONCATENATED MODULE: ./node_modules/@aws-amplify/ui-react-liveness/dist/esm/components/FaceLivenessDetector/service/utils/createStreamingClient/resolveCredentials.mjs
52564
52422
  const r_e=e=>"function"==typeof e
52565
52423
  // the return interface of `fetchAuthSession` includes `credentials` as
52566
52424
  // optional, but `credentials` is always returned. If `fetchAuthSession`
@@ -52720,7 +52578,7 @@ await a.stopRecording(),0===a.getChunksLength())throw new Error("Video chunks no
52720
52578
  // eslint-disable-next-line no-console
52721
52579
  throw console.error("Error in onAnalysisComplete callback:",e),e}}}},hJ||"predictableActionArguments"in STe||oQ||(oQ=!0,console.warn("It is highly recommended to set `predictableActionArguments` to `true` when using `createMachine`. https://xstate.js.org/docs/guides/actions.html")),new rQ(STe,xTe));
52722
52580
  // EXTERNAL MODULE: ./node_modules/lodash/kebabCase.js
52723
- var STe,xTe,_Te=c(1804);// CONCATENATED MODULE: ./node_modules/@aws-amplify/ui/dist/esm/theme/createTheme/constants.mjs
52581
+ var STe,xTe,_Te=s(1804);// CONCATENATED MODULE: ./node_modules/@aws-amplify/ui/dist/esm/theme/createTheme/constants.mjs
52724
52582
  const TTe=/\{([^}]+)\}/g;// CONCATENATED MODULE: ./node_modules/@aws-amplify/ui/dist/esm/utils/references.mjs
52725
52583
  /**
52726
52584
  * Checks if the value uses a value reference.
@@ -53080,7 +52938,7 @@ const KIe=["link","primary",void 0],YIe=mIe((({className:e,children:t,colorTheme
53080
52938
  // supports colorThemes and a colorTheme is used.
53081
52939
  const p=KIe.includes(c)&&n?`${c??"outlined"}--${n}`:void 0,{isFieldsetDisabled:f}=qIe(o??a??u.disabled),h=vIe(kIe,TIe,jme(kIe,c),jme(kIe,p),jme(kIe,s),$me(kIe,"disabled",f),$me(kIe,"loading",a),$me(kIe,"fullwidth",r),e);return j.createElement(gIe,{ref:d,as:"button",className:h,isDisabled:f,type:l,...u},a?j.createElement(jIe,{as:"span",className:CIe},j.createElement(GIe,{size:s}),i||null):t)}));YIe.displayName="Button";
53082
52940
  // EXTERNAL MODULE: ./node_modules/use-sync-external-store/shim/with-selector.js
53083
- var JIe=c(2798);function ZIe(e){return 0!==e.status?e.getSnapshot():e.machine.initialState}
52941
+ var JIe=s(2798);function ZIe(e){return 0!==e.status?e.getSnapshot():e.machine.initialState}
53084
52942
  // From https://github.com/reduxjs/react-redux/blob/master/src/utils/shallowEqual.ts
53085
52943
  function QIe(e){return"state"in e&&"machine"in e}// CONCATENATED MODULE: ./node_modules/@xstate/react/es/useActor.js
53086
52944
  function XIe(e){return e}function eNe(e){return"state"in e}function tNe(e){return"getSnapshot"in e?QIe(e)?ZIe(e):e.getSnapshot():eNe(e)?e.state:void 0}function nNe(e,t){void 0===t&&(t=tNe);var n=(0,j.useRef)(e),r=(0,j.useRef)([]),o=(0,j.useCallback)((function(t){return e.subscribe(t).unsubscribe}),[e]),a=(0,j.useCallback)((function(){return t(e)}),[e,t]),i=(0,j.useCallback)((function(t,n){return QIe(e)?function(e,t,n){if(e.status===DZ.NotStarted)return!0;
@@ -53210,7 +53068,7 @@ function mAe(e){const t=// CONCATENATED MODULE: ./node_modules/@aws-amplify/ui-r
53210
53068
  function(e){const t=(t,n)=>e[t]&&e[t]!==ANe[t]?e[t]:e[n]&&e[n]!==ANe[t]?e[n]:ANe[t];return{photosensitivityWarningBodyText:t("photosensitivityWarningBodyText","photosensitivyWarningBodyText"),photosensitivityWarningHeadingText:t("photosensitivityWarningHeadingText","photosensitivyWarningHeadingText"),photosensitivityWarningInfoText:t("photosensitivityWarningInfoText","photosensitivyWarningInfoText"),photosensitivityWarningLabelText:t("photosensitivityWarningLabelText","photosensitivyWarningLabelText")}}(e??{}),n={...ANe,...e,...t},{a11yVideoLabelText:r,cameraMinSpecificationsHeadingText:o,cameraMinSpecificationsMessageText:a,cameraNotFoundHeadingText:i,cameraNotFoundMessageText:s,cancelLivenessCheckText:l,connectionTimeoutHeaderText:c,connectionTimeoutMessageText:u,clientHeaderText:d,clientMessageText:p,errorLabelText:f,hintCanNotIdentifyText:h,hintCenterFaceText:m,hintCenterFaceInstructionText:g,hintFaceOffCenterText:v,hintConnectingText:y,hintFaceDetectedText:b,hintHoldFaceForFreshnessText:w,hintIlluminationNormalText:E,hintIlluminationTooBrightText:k,hintIlluminationTooDarkText:C,hintMoveFaceFrontOfCameraText:S,hintTooManyFacesText:x,hintTooCloseText:_,hintTooFarText:T,hintVerifyingText:I,hintCheckCompleteText:N,hintMatchIndicatorText:A,faceDistanceHeaderText:P,faceDistanceMessageText:O,goodFitCaptionText:M,goodFitAltText:R,landscapeHeaderText:D,landscapeMessageText:F,multipleFacesHeaderText:L,multipleFacesMessageText:B,photosensitivityWarningBodyText:j,photosensitivityWarningHeadingText:$,photosensitivityWarningInfoText:U,photosensitivityWarningLabelText:z,photosensitivyWarningBodyText:W,photosensitivyWarningHeadingText:V,photosensitivyWarningInfoText:q,photosensitivyWarningLabelText:H,portraitMessageText:G,retryCameraPermissionsText:K,recordingIndicatorText:Y,serverHeaderText:J,serverMessageText:Z,startScreenBeginCheckText:Q,timeoutHeaderText:X,timeoutMessageText:ee,tooFarCaptionText:te,tooFarAltText:ne,tryAgainText:re,waitingCameraPermissionText:oe}=n;return{hintDisplayText:{hintMoveFaceFrontOfCameraText:S,hintTooManyFacesText:x,hintFaceDetectedText:b,hintCanNotIdentifyText:h,hintTooCloseText:_,hintTooFarText:T,hintConnectingText:y,hintVerifyingText:I,hintCheckCompleteText:N,hintIlluminationTooBrightText:k,hintIlluminationTooDarkText:C,hintIlluminationNormalText:E,hintHoldFaceForFreshnessText:w,hintCenterFaceText:m,hintCenterFaceInstructionText:g,hintFaceOffCenterText:v,hintMatchIndicatorText:A},cameraDisplayText:{cameraMinSpecificationsHeadingText:o,cameraMinSpecificationsMessageText:a,cameraNotFoundHeadingText:i,cameraNotFoundMessageText:s,retryCameraPermissionsText:K,waitingCameraPermissionText:oe,a11yVideoLabelText:r},instructionDisplayText:{photosensitivityWarningBodyText:j,photosensitivityWarningHeadingText:$,photosensitivityWarningInfoText:U,photosensitivityWarningLabelText:z,photosensitivyWarningBodyText:W,photosensitivyWarningHeadingText:V,photosensitivyWarningInfoText:q,photosensitivyWarningLabelText:H,goodFitCaptionText:M,goodFitAltText:R,tooFarCaptionText:te,tooFarAltText:ne,startScreenBeginCheckText:Q},streamDisplayText:{cancelLivenessCheckText:l,recordingIndicatorText:Y},errorDisplayText:{connectionTimeoutHeaderText:c,connectionTimeoutMessageText:u,errorLabelText:f,timeoutHeaderText:X,timeoutMessageText:ee,faceDistanceHeaderText:P,faceDistanceMessageText:O,multipleFacesHeaderText:L,multipleFacesMessageText:B,clientHeaderText:d,clientMessageText:p,serverHeaderText:J,serverMessageText:Z,landscapeHeaderText:D,landscapeMessageText:F,portraitMessageText:G,tryAgainText:re}}}// CONCATENATED MODULE: ./node_modules/@aws-amplify/ui-react-liveness/dist/esm/components/FaceLivenessDetector/FaceLivenessDetectorCore.mjs
53211
53069
  const gAe="liveness-detector";function vAe(e){const{components:t,config:n,displayText:r}=e,o=j.useRef(null),{hintDisplayText:a,cameraDisplayText:i,instructionDisplayText:s,streamDisplayText:l,errorDisplayText:c}=mAe(r),u=VZ(CTe,{devTools:!1,context:{componentProps:{...e,config:n??{}}}});return j.createElement(gIe,{className:gAe,testId:gAe},j.createElement(UIe,{componentProps:e,service:u},j.createElement(jIe,{direction:"column",ref:o},j.createElement(hAe,{instructionDisplayText:s,hintDisplayText:a,cameraDisplayText:i,streamDisplayText:l,errorDisplayText:c,components:t}))))}
53212
53070
  // EXTERNAL MODULE: ./shim-react18/node_modules/react/jsx-runtime.js
53213
- var yAe=c(6817),bAe=j.createContext(void 0),wAe=e=>{const{dir:t,children:n}=e;
53071
+ var yAe=s(6817),bAe=j.createContext(void 0),wAe=e=>{const{dir:t,children:n}=e;
53214
53072
  return(0,yAe.jsx)(bAe.Provider,{value:t,children:n})};// CONCATENATED MODULE: ./node_modules/@aws-amplify/ui-react/dist/esm/components/ThemeProvider/Style.mjs
53215
53073
  const EAe=({cssText:e,...t})=>
53216
53074
  /*
@@ -53266,9 +53124,9 @@ const kAe=({theme:e,...t})=>{if(!e)return null;const{name:n,cssText:r}=e;return
53266
53124
  * [📖 Docs](https://ui.docs.amplify.aws/react/theming)
53267
53125
  */
53268
53126
  function CAe({children:e,colorMode:t,direction:n="ltr",nonce:r,theme:o}){const a=j.useMemo((()=>({theme:lIe(o),colorMode:t})),[o,t]);return j.createElement(cIe.Provider,{value:a},j.createElement(wAe,{dir:n},j.createElement("div",{"data-amplify-theme":a.theme.name,"data-amplify-color-mode":t,dir:n},e),o?j.createElement(kAe,{theme:a.theme,nonce:r}):null))}kAe.displayName="ThemeStyle";// CONCATENATED MODULE: ./src/MFA/core/AwsFaceLivenessDetector.tsx
53269
- var SAe=function(e,t,n,r){return new(n||(n=Promise))((function(o,a){function i(e){try{l(r.next(e))}catch(e){a(e)}}function s(e){try{l(r.throw(e))}catch(e){a(e)}}function l(e){var t;e.done?o(e.value):(t=e.value,t instanceof n?t:new n((function(e){e(t)}))).then(i,s)}l((r=r.apply(e,t||[])).next())}))},xAe=function(e,t){var n,r,o,a,i={label:0,sent:function(){if(1&o[0])throw o[1];return o[1]},trys:[],ops:[]};return a={next:s(0),throw:s(1),return:s(2)},"function"==typeof Symbol&&(a[Symbol.iterator]=function(){return this}),a;function s(s){return function(l){return function(s){if(n)throw new TypeError("Generator is already executing.");for(;a&&(a=0,s[0]&&(i=0)),i;)try{if(n=1,r&&(o=2&s[0]?r.return:s[0]?r.throw||((o=r.return)&&o.call(r),0):r.next)&&!(o=o.call(r,s[1])).done)return o;switch(r=0,o&&(s=[2&s[0],o.value]),s[0]){case 0:case 1:o=s;break;case 4:return i.label++,{value:s[1],done:!1};case 5:i.label++,r=s[1],s=[0];continue;case 7:s=i.ops.pop(),i.trys.pop();continue;default:if(!(o=i.trys,(o=o.length>0&&o[o.length-1])||6!==s[0]&&2!==s[0])){i=0;continue}if(3===s[0]&&(!o||s[1]>o[0]&&s[1]<o[3])){i.label=s[1];break}if(6===s[0]&&i.label<o[1]){i.label=o[1],o=s;break}if(o&&i.label<o[2]){i.label=o[2],i.ops.push(s);break}o[2]&&i.ops.pop(),i.trys.pop();continue}s=t.call(e,i)}catch(e){s=[6,e],r=0}finally{n=o=0}if(5&s[0])throw s[1];return{value:s[0]?s[1]:void 0,done:!0}}([s,l])}}},_Ae=function(e,t){var n="function"==typeof Symbol&&e[Symbol.iterator];if(!n)return e;var r,o,a=n.call(e),i=[];try{for(;(void 0===t||t-- >0)&&!(r=a.next()).done;)i.push(r.value)}catch(e){o={error:e}}finally{try{r&&!r.done&&(n=a.return)&&n.call(a)}finally{if(o)throw o.error}}return i},TAe=function(e){var t=e.sessionId,n=e.region,r=void 0===n?"us-east-1":n,o=e.onAnalysisComplete,a=e.onError,i=e.credentials,s=_Ae((0,j.useState)(!1),2),l=s[0],c=s[1],u=_Ae((0,j.useState)(null),2),d=u[0];u[1];(0,j.useEffect)((function(){
53127
+ var SAe=function(e,t,n,r){return new(n||(n=Promise))((function(o,a){function i(e){try{l(r.next(e))}catch(e){a(e)}}function s(e){try{l(r.throw(e))}catch(e){a(e)}}function l(e){var t;e.done?o(e.value):(t=e.value,t instanceof n?t:new n((function(e){e(t)}))).then(i,s)}l((r=r.apply(e,t||[])).next())}))},xAe=function(e,t){var n,r,o,a,i={label:0,sent:function(){if(1&o[0])throw o[1];return o[1]},trys:[],ops:[]};return a={next:s(0),throw:s(1),return:s(2)},"function"==typeof Symbol&&(a[Symbol.iterator]=function(){return this}),a;function s(s){return function(l){return function(s){if(n)throw new TypeError("Generator is already executing.");for(;a&&(a=0,s[0]&&(i=0)),i;)try{if(n=1,r&&(o=2&s[0]?r.return:s[0]?r.throw||((o=r.return)&&o.call(r),0):r.next)&&!(o=o.call(r,s[1])).done)return o;switch(r=0,o&&(s=[2&s[0],o.value]),s[0]){case 0:case 1:o=s;break;case 4:return i.label++,{value:s[1],done:!1};case 5:i.label++,r=s[1],s=[0];continue;case 7:s=i.ops.pop(),i.trys.pop();continue;default:if(!(o=i.trys,(o=o.length>0&&o[o.length-1])||6!==s[0]&&2!==s[0])){i=0;continue}if(3===s[0]&&(!o||s[1]>o[0]&&s[1]<o[3])){i.label=s[1];break}if(6===s[0]&&i.label<o[1]){i.label=o[1],o=s;break}if(o&&i.label<o[2]){i.label=o[2],i.ops.push(s);break}o[2]&&i.ops.pop(),i.trys.pop();continue}s=t.call(e,i)}catch(e){s=[6,e],r=0}finally{n=o=0}if(5&s[0])throw s[1];return{value:s[0]?s[1]:void 0,done:!0}}([s,l])}}},_Ae=function(e,t){var n="function"==typeof Symbol&&e[Symbol.iterator];if(!n)return e;var r,o,a=n.call(e),i=[];try{for(;(void 0===t||t-- >0)&&!(r=a.next()).done;)i.push(r.value)}catch(e){o={error:e}}finally{try{r&&!r.done&&(n=a.return)&&n.call(a)}finally{if(o)throw o.error}}return i},TAe=function(e){var t=e.sessionId,n=e.region,r=void 0===n?"us-east-1":n,o=e.onAnalysisComplete,a=e.onError,i=e.credentials,s=_Ae((0,j.useState)(!1),2),l=s[0],c=s[1],u=_Ae((0,j.useState)(null),1)[0];(0,j.useEffect)((function(){
53270
53128
  // 组件挂载后标记为已加载
53271
- c(!0)}),[]);if(d)return U().createElement("div",{style:{textAlign:"center",padding:"2rem",color:"#ff4d4f"}},U().createElement("p",null,d),U().createElement("button",{onClick:function(){return window.location.reload()},style:{marginTop:"1rem",padding:"0.4rem 1.2rem",fontSize:"0.9rem",cursor:"pointer",borderRadius:6,border:"1px solid #ccc",background:"#fff"}},"刷新重试"));if(!l)return U().createElement("div",{style:{display:"flex",justifyContent:"center",padding:"2rem"}},U().createElement("div",{className:"authing-g2-loading"},"加载中..."));
53129
+ c(!0)}),[]);if(u)return U().createElement("div",{style:{textAlign:"center",padding:"2rem",color:"#ff4d4f"}},U().createElement("p",null,u),U().createElement("button",{onClick:function(){return window.location.reload()},style:{marginTop:"1rem",padding:"0.4rem 1.2rem",fontSize:"0.9rem",cursor:"pointer",borderRadius:6,border:"1px solid #ccc",background:"#fff"}},"刷新重试"));if(!l)return U().createElement("div",{style:{display:"flex",justifyContent:"center",padding:"2rem"}},U().createElement("div",{className:"authing-g2-loading"},"加载中..."));
53272
53130
  // 包装 onAnalysisComplete 以符合 AWS 组件类型要求
53273
53131
  return U().createElement(CAe,null,U().createElement("div",{style:{width:"100%",maxWidth:480,margin:"0 auto"}},U().createElement(vAe,{sessionId:t,region:r,onAnalysisComplete:function(){return SAe(void 0,void 0,void 0,(function(){return xAe(this,(function(e){switch(e.label){case 0:return o?[4/*yield*/,Promise.resolve(o())]:[3/*break*/,2];case 1:e.sent(),e.label=2;case 2:return[2/*return*/]}}))}))},onError:function(e){null==a||a(e)},config:{credentialProvider:function(){return SAe(void 0,void 0,void 0,(function(){return xAe(this,(function(e){return i&&i.accessKeyId?[2/*return*/,{accessKeyId:i.accessKeyId,secretAccessKey:i.secretAccessKey,sessionToken:i.sessionToken}]:[2/*return*/,{accessKeyId:"",secretAccessKey:"",sessionToken:""}];
53274
53132
  // 如果没有提供凭证,返回空对象让组件使用默认方式
@@ -53526,7 +53384,7 @@ return t===wl.Phone?i.includes(gl.PhoneCode)&&s.includes("phone-code")?{specifyD
53526
53384
  // 通过邮箱验证码注册成功
53527
53385
  t===wl.EmailCode?i.includes(gl.PhoneCode)&&s.includes("email-code")?{specifyDefaultLoginMethod:gl.PhoneCode,lockMethod:"email-code"}:i.includes(gl.Password)&&l.includes("email-password")?{specifyDefaultLoginMethod:gl.Password}:void 0:
53528
53386
  // 通过邮箱密码注册成功
53529
- t===wl.Email?i.includes(gl.Password)&&l.includes("email-password")?{specifyDefaultLoginMethod:gl.Password}:i.includes(gl.PhoneCode)&&s.includes("email-code")?{specifyDefaultLoginMethod:gl.PhoneCode,lockMethod:"email-code"}:void 0:void 0},jDe=function(e){return yDe("phone",e)||yDe("email",e)?e:""},$De=function(){var e,t,n,r=null!==(e=Fu.resolvedLanguage)&&void 0!==e?e:Fu.language;return Object.keys(XF).includes(r)?r:null===(t=null==Fu?void 0:Fu.languages)||void 0===t?void 0:t[(null===(n=null==Fu?void 0:Fu.languages)||void 0===n?void 0:n.length)-1]},UDe=function(e){var t=/^\/(.*)\/([a-z]*)$/.exec(e);return t?new RegExp(t[1],t[2]):null},zDe=function(e,t,n){var r,o,a,i,s,l,c=$De(),u=e.split("-")[0];return t.get(u)?null!==(l=null!==(a=null===(o=null===(r=t.get(u))||void 0===r?void 0:r.i18n)||void 0===o?void 0:o[c])&&void 0!==a?a:null===(s=null===(i=t.get(u))||void 0===i?void 0:i.i18n)||void 0===s?void 0:s[n])&&void 0!==l?l:t.get(u).label:""},WDe=function(e,t,n){var r=[];return e.forEach((function(e){var o=zDe(e,t,n);o&&r.push(o)})),r.join(" / ")},VDe=function(e,t){var n=e.findIndex((function(e){return e===t}));if(n>0){var r=e.splice(n,1);e.unshift(r[0])}return e},qDe=function(e){if(["work.weixin.qq.com","tencent.com"].filter((function(t){return new RegExp("".concat(t,"$")).test(e.origin)})).length){var t=e.data;if(t&&"string"==typeof t&&/^http/.test(t))return!0}return!1},HDe=function(e){return"https://login.dingtalk.com"===e},GDe=U().useEffect,KDe=function(){if("undefined"!=typeof window){var e=Rd(),t=null==e?void 0:e.defaultView;return t||window}},YDe=function(e,t,n){GDe((function(){t&&(e(Date.now()),function(e){void 0===e&&(e={}),e}(n),(null==n?void 0:n.publicConfig)&&sFe(t,n.publicConfig),(null==n?void 0:n.pageConfig)&&uFe(t,n.pageConfig))}),[t,n,e])},JDe=function(e,t){void 0===e&&(e=[]),void 0===t&&(t=[]);var n=KDe();if(n&&e.length>0){var r=function(e,t,n){var r=c(8477);return!!(t.includes(n)||bc()(t,(function(e){return!!r(e,n)}))||e.includes(n)||bc()(e,(function(e){return!!r(e,n)})))}(e,t,n.location.origin);if(!r)throw new Error("".concat(Fu.t("common.corsErrorMessage")).concat(Fu.t("common.corsErrorMessage2")))}},ZDe=function(){return ZDe=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var o in t=arguments[n])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},ZDe.apply(this,arguments)},QDe=function(e,t,n,r){return new(n||(n=Promise))((function(o,a){function i(e){try{l(r.next(e))}catch(e){a(e)}}function s(e){try{l(r.throw(e))}catch(e){a(e)}}function l(e){var t;e.done?o(e.value):(t=e.value,t instanceof n?t:new n((function(e){e(t)}))).then(i,s)}l((r=r.apply(e,t||[])).next())}))},XDe=function(e,t){var n,r,o,a,i={label:0,sent:function(){if(1&o[0])throw o[1];return o[1]},trys:[],ops:[]};return a={next:s(0),throw:s(1),return:s(2)},"function"==typeof Symbol&&(a[Symbol.iterator]=function(){return this}),a;function s(s){return function(l){return function(s){if(n)throw new TypeError("Generator is already executing.");for(;a&&(a=0,s[0]&&(i=0)),i;)try{if(n=1,r&&(o=2&s[0]?r.return:s[0]?r.throw||((o=r.return)&&o.call(r),0):r.next)&&!(o=o.call(r,s[1])).done)return o;switch(r=0,o&&(s=[2&s[0],o.value]),s[0]){case 0:case 1:o=s;break;case 4:return i.label++,{value:s[1],done:!1};case 5:i.label++,r=s[1],s=[0];continue;case 7:s=i.ops.pop(),i.trys.pop();continue;default:if(!(o=i.trys,(o=o.length>0&&o[o.length-1])||6!==s[0]&&2!==s[0])){i=0;continue}if(3===s[0]&&(!o||s[1]>o[0]&&s[1]<o[3])){i.label=s[1];break}if(6===s[0]&&i.label<o[1]){i.label=o[1],o=s;break}if(o&&i.label<o[2]){i.label=o[2],i.ops.push(s);break}o[2]&&i.ops.pop(),i.trys.pop();continue}s=t.call(e,i)}catch(e){s=[6,e],r=0}finally{n=o=0}if(5&s[0])throw s[1];return{value:s[0]?s[1]:void 0,done:!0}}([s,l])}}},eFe=function(e,t){var n="function"==typeof Symbol&&e[Symbol.iterator];if(!n)return e;var r,o,a=n.call(e),i=[];try{for(;(void 0===t||t-- >0)&&!(r=a.next()).done;)i.push(r.value)}catch(e){o={error:e}}finally{try{r&&!r.done&&(n=a.return)&&n.call(a)}finally{if(o)throw o.error}}return i},tFe=U().useCallback,nFe=U().useEffect,rFe=U().useMemo,oFe=U().useState,aFe={},iFe=function(e){return null==aFe?void 0:aFe[e]},sFe=function(e,t){return aFe[e]=t},lFe={},cFe=function(e){return null==lFe?void 0:lFe[e]},uFe=function(e,t){return lFe[e]=t},dFe=function(e,t){return QDe(void 0,void 0,void 0,(function(){var n,r,o,a;return XDe(this,(function(i){switch(i.label){case 0:r=t.get,i.label=1;case 1:return i.trys.push([1,3,,4]),[4/*yield*/,r("/api/v2/applications/".concat(e,"/public-config"))];case 2:return n=i.sent(),[3/*break*/,4];case 3:throw i.sent(),dDe.error("Please check your config or network"),new Error("Please check your config or network");case 4:if(200!==n.code||!n.data)throw dDe.error(null!==(o=null==n?void 0:n.message)&&void 0!==o?o:"Please check your config"),new Error(null!==(a=null==n?void 0:n.message)&&void 0!==a?a:"Please check your config");return JDe(n.data.allowedOrigins,n.data.corsWhitelist),sFe(e,n.data),t.setUserpoolId(n.data.userPoolId),[2/*return*/,iFe(e)]}}))}))},pFe=function(e,t){return QDe(void 0,void 0,void 0,(function(){var n,r,o,a;return XDe(this,(function(i){switch(i.label){case 0:r=t.get,i.label=1;case 1:return i.trys.push([1,3,,4]),[4/*yield*/,r("/api/v2/applications/".concat(e,"/components-public-config/guard"))];case 2:return n=i.sent(),[3/*break*/,4];case 3:throw i.sent(),dDe.error("Please check your config or network"),new Error("Please check your config or network");case 4:if(200!==n.code||!n.data)throw dDe.error(null!==(o=null==n?void 0:n.message)&&void 0!==o?o:"Please check your config"),new Error(null!==(a=null==n?void 0:n.message)&&void 0!==a?a:"Please check your config");return uFe(e,n.data),[2/*return*/,cFe(e)]}}))}))},fFe=function(e,t){var n=eFe(oFe(),2),r=n[0],o=n[1];return nFe((function(){o(ZDe(ZDe({},e),t))}),[e,t]),r},hFe=function(e,t){var n,r,o,a,i,s,l,c,u,d,p,f,h,m,g,v,y,b,w,E,k=null!==(n=e.autoRegister)&&void 0!==n?n:t.ssoPageComponentDisplay.autoRegisterThenLoginHintInfo,C=null===(r=t.passwordTabConfig.validRegisterMethods)||void 0===r?void 0:r.concat((null===(a=null===(o=t.verifyCodeTabConfig)||void 0===o?void 0:o.validRegisterMethods)||void 0===a?void 0:a.map((function(e){return function(e){switch(e){case El.Email:return wl.Email;case El.EmailCode:return wl.EmailCode;case El.Phone:return wl.Phone;default:return e}}(e)})))||[]),S=vc()&&gl.PhoneCode;return ZDe(ZDe({},e),{title:null!==(i=e.title)&&void 0!==i?i:t.name,logo:e.logo?e.logo:t.logo,loginMethods:null!==(c=null!==(s=null==e?void 0:e.loginMethods)&&void 0!==s?s:null===(l=t.loginTabs)||void 0===l?void 0:l.list)&&void 0!==c?c:[],passwordLoginMethods:null!==(d=null!==(u=null==e?void 0:e.passwordLoginMethods)&&void 0!==u?u:t.passwordTabConfig.validLoginMethods)&&void 0!==d?d:[],
53387
+ t===wl.Email?i.includes(gl.Password)&&l.includes("email-password")?{specifyDefaultLoginMethod:gl.Password}:i.includes(gl.PhoneCode)&&s.includes("email-code")?{specifyDefaultLoginMethod:gl.PhoneCode,lockMethod:"email-code"}:void 0:void 0},jDe=function(e){return yDe("phone",e)||yDe("email",e)?e:""},$De=function(){var e,t,n,r=null!==(e=Fu.resolvedLanguage)&&void 0!==e?e:Fu.language;return Object.keys(XF).includes(r)?r:null===(t=null==Fu?void 0:Fu.languages)||void 0===t?void 0:t[(null===(n=null==Fu?void 0:Fu.languages)||void 0===n?void 0:n.length)-1]},UDe=function(e){var t=/^\/(.*)\/([a-z]*)$/.exec(e);return t?new RegExp(t[1],t[2]):null},zDe=function(e,t,n){var r,o,a,i,s,l,c=$De(),u=e.split("-")[0];return t.get(u)?null!==(l=null!==(a=null===(o=null===(r=t.get(u))||void 0===r?void 0:r.i18n)||void 0===o?void 0:o[c])&&void 0!==a?a:null===(s=null===(i=t.get(u))||void 0===i?void 0:i.i18n)||void 0===s?void 0:s[n])&&void 0!==l?l:t.get(u).label:""},WDe=function(e,t,n){var r=[];return e.forEach((function(e){var o=zDe(e,t,n);o&&r.push(o)})),r.join(" / ")},VDe=function(e,t){var n=e.findIndex((function(e){return e===t}));if(n>0){var r=e.splice(n,1);e.unshift(r[0])}return e},qDe=function(e){if(["work.weixin.qq.com","tencent.com"].filter((function(t){return new RegExp("".concat(t,"$")).test(e.origin)})).length){var t=e.data;if(t&&"string"==typeof t&&/^http/.test(t))return!0}return!1},HDe=function(e){return"https://login.dingtalk.com"===e},GDe=U().useEffect,KDe=function(){if("undefined"!=typeof window){var e=Rd(),t=null==e?void 0:e.defaultView;return t||window}},YDe=function(e,t,n){GDe((function(){t&&(e(Date.now()),function(e){void 0===e&&(e={}),e}(n),(null==n?void 0:n.publicConfig)&&sFe(t,n.publicConfig),(null==n?void 0:n.pageConfig)&&uFe(t,n.pageConfig))}),[t,n,e])},JDe=function(e,t){void 0===e&&(e=[]),void 0===t&&(t=[]);var n=KDe();if(n&&e.length>0){var r=function(e,t,n){var r=s(8477);return!!(t.includes(n)||bc()(t,(function(e){return!!r(e,n)}))||e.includes(n)||bc()(e,(function(e){return!!r(e,n)})))}(e,t,n.location.origin);if(!r)throw new Error("".concat(Fu.t("common.corsErrorMessage")).concat(Fu.t("common.corsErrorMessage2")))}},ZDe=function(){return ZDe=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var o in t=arguments[n])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},ZDe.apply(this,arguments)},QDe=function(e,t,n,r){return new(n||(n=Promise))((function(o,a){function i(e){try{l(r.next(e))}catch(e){a(e)}}function s(e){try{l(r.throw(e))}catch(e){a(e)}}function l(e){var t;e.done?o(e.value):(t=e.value,t instanceof n?t:new n((function(e){e(t)}))).then(i,s)}l((r=r.apply(e,t||[])).next())}))},XDe=function(e,t){var n,r,o,a,i={label:0,sent:function(){if(1&o[0])throw o[1];return o[1]},trys:[],ops:[]};return a={next:s(0),throw:s(1),return:s(2)},"function"==typeof Symbol&&(a[Symbol.iterator]=function(){return this}),a;function s(s){return function(l){return function(s){if(n)throw new TypeError("Generator is already executing.");for(;a&&(a=0,s[0]&&(i=0)),i;)try{if(n=1,r&&(o=2&s[0]?r.return:s[0]?r.throw||((o=r.return)&&o.call(r),0):r.next)&&!(o=o.call(r,s[1])).done)return o;switch(r=0,o&&(s=[2&s[0],o.value]),s[0]){case 0:case 1:o=s;break;case 4:return i.label++,{value:s[1],done:!1};case 5:i.label++,r=s[1],s=[0];continue;case 7:s=i.ops.pop(),i.trys.pop();continue;default:if(!(o=i.trys,(o=o.length>0&&o[o.length-1])||6!==s[0]&&2!==s[0])){i=0;continue}if(3===s[0]&&(!o||s[1]>o[0]&&s[1]<o[3])){i.label=s[1];break}if(6===s[0]&&i.label<o[1]){i.label=o[1],o=s;break}if(o&&i.label<o[2]){i.label=o[2],i.ops.push(s);break}o[2]&&i.ops.pop(),i.trys.pop();continue}s=t.call(e,i)}catch(e){s=[6,e],r=0}finally{n=o=0}if(5&s[0])throw s[1];return{value:s[0]?s[1]:void 0,done:!0}}([s,l])}}},eFe=function(e,t){var n="function"==typeof Symbol&&e[Symbol.iterator];if(!n)return e;var r,o,a=n.call(e),i=[];try{for(;(void 0===t||t-- >0)&&!(r=a.next()).done;)i.push(r.value)}catch(e){o={error:e}}finally{try{r&&!r.done&&(n=a.return)&&n.call(a)}finally{if(o)throw o.error}}return i},tFe=U().useCallback,nFe=U().useEffect,rFe=U().useMemo,oFe=U().useState,aFe={},iFe=function(e){return null==aFe?void 0:aFe[e]},sFe=function(e,t){return aFe[e]=t},lFe={},cFe=function(e){return null==lFe?void 0:lFe[e]},uFe=function(e,t){return lFe[e]=t},dFe=function(e,t){return QDe(void 0,void 0,void 0,(function(){var n,r,o,a;return XDe(this,(function(i){switch(i.label){case 0:r=t.get,i.label=1;case 1:return i.trys.push([1,3,,4]),[4/*yield*/,r("/api/v2/applications/".concat(e,"/public-config"))];case 2:return n=i.sent(),[3/*break*/,4];case 3:throw i.sent(),dDe.error("Please check your config or network"),new Error("Please check your config or network");case 4:if(200!==n.code||!n.data)throw dDe.error(null!==(o=null==n?void 0:n.message)&&void 0!==o?o:"Please check your config"),new Error(null!==(a=null==n?void 0:n.message)&&void 0!==a?a:"Please check your config");return JDe(n.data.allowedOrigins,n.data.corsWhitelist),sFe(e,n.data),t.setUserpoolId(n.data.userPoolId),[2/*return*/,iFe(e)]}}))}))},pFe=function(e,t){return QDe(void 0,void 0,void 0,(function(){var n,r,o,a;return XDe(this,(function(i){switch(i.label){case 0:r=t.get,i.label=1;case 1:return i.trys.push([1,3,,4]),[4/*yield*/,r("/api/v2/applications/".concat(e,"/components-public-config/guard"))];case 2:return n=i.sent(),[3/*break*/,4];case 3:throw i.sent(),dDe.error("Please check your config or network"),new Error("Please check your config or network");case 4:if(200!==n.code||!n.data)throw dDe.error(null!==(o=null==n?void 0:n.message)&&void 0!==o?o:"Please check your config"),new Error(null!==(a=null==n?void 0:n.message)&&void 0!==a?a:"Please check your config");return uFe(e,n.data),[2/*return*/,cFe(e)]}}))}))},fFe=function(e,t){var n=eFe(oFe(),2),r=n[0],o=n[1];return nFe((function(){o(ZDe(ZDe({},e),t))}),[e,t]),r},hFe=function(e,t){var n,r,o,a,i,s,l,c,u,d,p,f,h,m,g,v,y,b,w,E,k=null!==(n=e.autoRegister)&&void 0!==n?n:t.ssoPageComponentDisplay.autoRegisterThenLoginHintInfo,C=null===(r=t.passwordTabConfig.validRegisterMethods)||void 0===r?void 0:r.concat((null===(a=null===(o=t.verifyCodeTabConfig)||void 0===o?void 0:o.validRegisterMethods)||void 0===a?void 0:a.map((function(e){return function(e){switch(e){case El.Email:return wl.Email;case El.EmailCode:return wl.EmailCode;case El.Phone:return wl.Phone;default:return e}}(e)})))||[]),S=vc()&&gl.PhoneCode;return ZDe(ZDe({},e),{title:null!==(i=e.title)&&void 0!==i?i:t.name,logo:e.logo?e.logo:t.logo,loginMethods:null!==(c=null!==(s=null==e?void 0:e.loginMethods)&&void 0!==s?s:null===(l=t.loginTabs)||void 0===l?void 0:l.list)&&void 0!==c?c:[],passwordLoginMethods:null!==(d=null!==(u=null==e?void 0:e.passwordLoginMethods)&&void 0!==u?u:t.passwordTabConfig.validLoginMethods)&&void 0!==d?d:[],
53530
53388
  // 默认登录方式
53531
53389
  defaultLoginMethod:S||e.defaultLoginMethod||t.loginTabs.default,
53532
53390
  // 禁止重制密码
@@ -53539,5 +53397,5 @@ disableRegister:!!(null!==(v=e.disableRegister)&&void 0!==v?v:!t.ssoPageComponen
53539
53397
  publicKey:null!==(y=e.publicKey)&&void 0!==y?y:t.publicKey,
53540
53398
  // 注册协议
53541
53399
  agreementEnabled:null!==(b=e.agreementEnabled)&&void 0!==b?b:t.agreementEnabled,agreements:null!==(w=e.agreements)&&void 0!==w?w:t.agreements,contentCss:null!==(E=e.contentCss)&&void 0!==E?E:t.css,loginHint:e.loginHint})},mFe=function(e,t,n,r,o){var a=eFe(oFe(),2),i=a[0],s=a[1],l=eFe(oFe(),2),c=l[0],u=l[1],d=tFe((function(){return QDe(void 0,void 0,void 0,(function(){var e,n,a,i;return XDe(this,(function(l){switch(l.label){case 0:if(!r||!t)return[3/*break*/,7];if(iFe(t))return[3/*break*/,6];l.label=1;case 1:return l.trys.push([1,5,,6]),n=(e=Promise).all,[4/*yield*/,dFe(t,r)];case 2:return a=[l.sent()],[4/*yield*/,pFe(t,r)];case 3:return[4/*yield*/,n.apply(e,[a.concat([l.sent()])])];case 4:return l.sent(),[3/*break*/,6];case 5:return i=l.sent(),o(i),[3/*break*/,6];case 6:s(iFe(t)),u(cFe(t)),l.label=7;case 7:return[2/*return*/]}}))}))}),[t,r,o]);nFe((function(){d()}),[d,e]);return rFe((function(){return i&&n&&c?{finallyConfig:ZDe(ZDe({},hFe(n,i)),{host:(e=n.host,t=i.requestHostname,r=new URL(e),"core.authing.cn"===r.hostname?r.protocol+"//"+t:e)}),guardPageConfig:c}:{finallyConfig:void 0,guardPageConfig:void 0};var e,t,r}),[n,c,i])}})// CONCATENATED MODULE: ./src/index.tsx
53542
- (),u;
53400
+ (),l;
53543
53401
  /******/})()));