@apps-in-toss/web-framework 0.0.7 → 0.0.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +674 -0
- package/README.md +20 -0
- package/bin.js +2 -1
- package/dist/cli/chunk-HDRFXOPA.js +63 -0
- package/dist/cli/chunk-RUDG2MMT.js +173587 -0
- package/dist/cli/index.js +96369 -521
- package/dist/cli/lib-NMFBQRQ2.js +1007 -0
- package/dist/cli/typescript-THSIDFIK.js +6 -0
- package/dist/config/index.d.ts +42 -46
- package/dist/config/index.js +4 -284
- package/dist/prebuilt/dev.android.js +155780 -0
- package/dist/prebuilt/dev.ios.js +155721 -0
- package/dist/prebuilt/prod.android.js +20 -0
- package/dist/prebuilt/prod.ios.js +20 -0
- package/dist/prebuilt/prod.json +14 -0
- package/hermesc/0_72_6/linux64-bin/hermesc +0 -0
- package/hermesc/0_72_6/osx-bin/hermesc +0 -0
- package/hermesc/0_72_6/win64-bin/hermesc.exe +0 -0
- package/hermesc/0_72_6/win64-bin/icudt64.dll +0 -0
- package/hermesc/0_72_6/win64-bin/icuin64.dll +0 -0
- package/hermesc/0_72_6/win64-bin/icuio64.dll +0 -0
- package/hermesc/0_72_6/win64-bin/icutest64.dll +0 -0
- package/hermesc/0_72_6/win64-bin/icutu64.dll +0 -0
- package/hermesc/0_72_6/win64-bin/icuuc64.dll +0 -0
- package/hermesc/0_72_6/win64-bin/msvcp140.dll +0 -0
- package/hermesc/0_72_6/win64-bin/vcruntime140.dll +0 -0
- package/hermesc/0_72_6/win64-bin/vcruntime140_1.dll +0 -0
- package/package.json +57 -32
- package/src-web/appLogin.d.ts +31 -0
- package/src-web/closeView.d.ts +24 -0
- package/{dist → src-web}/fetchAlbumPhotos.d.ts +1 -1
- package/src-web/generateHapticFeedback.d.ts +52 -0
- package/{dist → src-web}/getCurrentLocation.d.ts +47 -10
- package/src-web/getDeviceId.d.ts +32 -0
- package/src-web/getLocale.d.ts +31 -0
- package/src-web/getNetworkStatus.d.ts +55 -0
- package/src-web/getSchemeUri.d.ts +26 -0
- package/{dist → src-web}/index.d.ts +1 -0
- package/src-web/index.js +1 -0
- package/src-web/setScreenAwakeMode.d.ts +69 -0
- package/src-web/setSecureScreen.d.ts +34 -0
- package/src-web/share.d.ts +37 -0
- package/{dist → src-web}/startUpdateLocation.d.ts +44 -10
- package/dist/chunk-CH3CIAIW.js +0 -7688
- package/dist/chunk-DI2VGQ6M.js +0 -53
- package/dist/chunk-HL7M3JLX.js +0 -53
- package/dist/chunk-I3ZDGLIW.js +0 -19
- package/dist/chunk-LJBVSTWE.js +0 -7687
- package/dist/chunk-OMIGZ2S7.js +0 -7689
- package/dist/chunk-TZCMTMV7.js +0 -38
- package/dist/cli/index.cjs +0 -644
- package/dist/cli/index.d.cts +0 -2
- package/dist/cli/index.d.ts +0 -2
- package/dist/cli.cjs +0 -613
- package/dist/cli.d.cts +0 -2
- package/dist/cli.d.ts +0 -2
- package/dist/cli.js +0 -562
- package/dist/closeView.d.ts +0 -1
- package/dist/config/index.cjs +0 -7963
- package/dist/config/index.d.cts +0 -57
- package/dist/generateHapticFeedback.d.ts +0 -1
- package/dist/getDeviceId.d.ts +0 -1
- package/dist/getLocale.d.ts +0 -1
- package/dist/getNetworkStatus.d.ts +0 -1
- package/dist/getSchemeUri.d.ts +0 -1
- package/dist/index.cjs +0 -18
- package/dist/index.d.cts +0 -2
- package/dist/index.js +0 -1
- package/dist/plugins/index.cjs +0 -7682
- package/dist/plugins/index.d.cts +0 -15
- package/dist/plugins/index.d.ts +0 -15
- package/dist/plugins/index.js +0 -11
- package/dist/setScreenAwakeMode.d.ts +0 -1
- package/dist/setSecureScreen.d.ts +0 -1
- package/dist/share.d.ts +0 -1
- package/react-native/.babelrc +0 -41
- package/react-native/.bedrock/.env.js +0 -4
- package/react-native/ait.d.ts +0 -8
- package/react-native/context.ts +0 -10
- package/react-native/index.ts +0 -4
- package/react-native/pages/_404.tsx +0 -1
- package/react-native/pages/index.tsx +0 -10
- package/react-native/react-native.config.cjs +0 -3
- package/react-native/src/_app.tsx +0 -12
- /package/{dist → src-web}/fetchContacts.d.ts +0 -0
- /package/{dist → src-web}/getClipboardText.d.ts +0 -0
- /package/{dist → src-web}/openCamera.d.ts +0 -0
- /package/{dist → src-web}/setClipboardText.d.ts +0 -0
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
window.__bedrock = window.__bedrock || {};
|
|
2
|
+
window.__bedrock.app = { name: Ait.appName, buildNumber: Ait.buildNumber };
|
|
3
|
+
(function(){if(typeof Symbol!=="undefined"&&!Symbol.asyncIterator){Symbol.asyncIterator=Symbol.for("@@asyncIterator")}})();
|
|
4
|
+
|
|
5
|
+
(function (global) {
|
|
6
|
+
global.__appsInToss = {
|
|
7
|
+
deploymentId: Ait.deploymentId
|
|
8
|
+
};
|
|
9
|
+
})(
|
|
10
|
+
typeof globalThis !== 'undefined'
|
|
11
|
+
? globalThis
|
|
12
|
+
: typeof global !== 'undefined'
|
|
13
|
+
? global
|
|
14
|
+
: typeof window !== 'undefined'
|
|
15
|
+
? window
|
|
16
|
+
: this
|
|
17
|
+
);
|
|
18
|
+
|
|
19
|
+
(function(){var Sl=Object.create;var ut=Object.defineProperty;var El=Object.getOwnPropertyDescriptor;var Il=Object.getOwnPropertyNames;var Cl=Object.getPrototypeOf,Bl=Object.prototype.hasOwnProperty;var l=function(e,r){return function(){return e&&(r=e(e=0)),r}};var U=function(e,r){return function(){return r||e((r={exports:{}}).exports,r),r.exports}},Nr=function(e,r){for(var t in r)ut(e,t,{get:r[t],enumerable:!0})},st=function(e,r,t,n){if(r&&typeof r=="object"||typeof r=="function")for(var o=Il(r),i=0,a=o.length,s;i<a;i++)s=o[i],!Bl.call(e,s)&&s!==t&&ut(e,s,{get:function(u){return r[u]}.bind(null,s),enumerable:!(n=El(r,s))||n.enumerable});return e},j=function(e,r,t){return st(e,r,"default"),t&&st(t,r,"default")},d=function(e,r,t){return t=e!=null?Sl(Cl(e)):{},st(r||!e||!e.__esModule?ut(t,"default",{value:e,enumerable:!0}):t,e)},fe=function(e){return st(ut({},"__esModule",{value:!0}),e)};var E=U(function(gm,zo){zo.exports=__bedrock_require__("react")});var Wo=U(function(ft){"use strict";var Pl=E(),Al=Symbol.for("react.element"),Fl=Symbol.for("react.fragment"),Rl=Object.prototype.hasOwnProperty,kl=Pl.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.ReactCurrentOwner,Ul={key:!0,ref:!0,__self:!0,__source:!0};function Ho(e,r,t){var n,o={},i=null,a=null;t!==void 0&&(i=""+t),r.key!==void 0&&(i=""+r.key),r.ref!==void 0&&(a=r.ref);for(n in r)Rl.call(r,n)&&!Ul.hasOwnProperty(n)&&(o[n]=r[n]);if(e&&e.defaultProps)for(n in r=e.defaultProps,r)o[n]===void 0&&(o[n]=r[n]);return{$$typeof:Al,type:e,key:i,ref:a,props:o,_owner:kl.current}}ft.Fragment=Fl;ft.jsx=Ho;ft.jsxs=Ho});var C=U(function(xm,Go){"use strict";Go.exports=Wo()});function Jo(e,r,t,n,o,i,a){try{var s=e[i](a),u=s.value}catch(f){t(f);return}s.done?r(u):Promise.resolve(u).then(n,o)}function q(e){return function(){var r=this,t=arguments;return new Promise(function(n,o){var i=e.apply(r,t);function a(u){Jo(i,n,o,a,s,"next",u)}function s(u){Jo(i,n,o,a,s,"throw",u)}a(void 0)})}}var Mr=l(function(){});function Y(e,r){return r!=null&&typeof Symbol<"u"&&r[Symbol.hasInstance]?!!r[Symbol.hasInstance](e):Y(e,r)}var Dr=l(function(){Dr()});function L(e,r){if(!Y(e,r))throw new TypeError("Cannot call a class as a function")}var fr=l(function(){Dr()});function Ko(e,r){for(var t=0;t<r.length;t++){var n=r[t];n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(e,n.key,n)}}function V(e,r,t){return r&&Ko(e.prototype,r),t&&Ko(e,t),e}var dr=l(function(){});function Jr(e,r){return Jr=Object.setPrototypeOf||function(n,o){return n.__proto__=o,n},Jr(e,r)}var lt=l(function(){});function Cr(e,r){if(typeof r!="function"&&r!==null)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(r&&r.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),r&&Jr(e,r)}var le=l(function(){lt()});function lr(e,r,t){return r in e?Object.defineProperty(e,r,{value:t,enumerable:!0,configurable:!0,writable:!0}):e[r]=t,e}var je=l(function(){});function x(e){for(var r=1;r<arguments.length;r++){var t=arguments[r]!=null?arguments[r]:{},n=Object.keys(t);typeof Object.getOwnPropertySymbols=="function"&&(n=n.concat(Object.getOwnPropertySymbols(t).filter(function(o){return Object.getOwnPropertyDescriptor(t,o).enumerable}))),n.forEach(function(o){lr(e,o,t[o])})}return e}var M=l(function(){je()});function Ol(e,r){var t=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);r&&(n=n.filter(function(o){return Object.getOwnPropertyDescriptor(e,o).enumerable})),t.push.apply(t,n)}return t}function S(e,r){return r=r??{},Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):Ol(Object(r)).forEach(function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(r,t))}),e}var rr=l(function(){});function Xo(e,r){if(e==null)return{};var t={},n=Object.keys(e),o,i;for(i=0;i<n.length;i++)o=n[i],!(r.indexOf(o)>=0)&&(t[o]=e[o]);return t}var Yo=l(function(){});function T(e,r){if(e==null)return{};var t=Xo(e,r),n,o;if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(o=0;o<i.length;o++)n=i[o],!(r.indexOf(n)>=0)&&Object.prototype.propertyIsEnumerable.call(e,n)&&(t[n]=e[n])}return t}var nr=l(function(){Yo()});function $o(e){if(Array.isArray(e))return e}var Qo=l(function(){});function Zo(e,r){var t=e==null?null:typeof Symbol<"u"&&e[Symbol.iterator]||e["@@iterator"];if(t!=null){var n=[],o=!0,i=!1,a,s;try{for(t=t.call(e);!(o=(a=t.next()).done)&&(n.push(a.value),!(r&&n.length===r));o=!0);}catch(u){i=!0,s=u}finally{try{!o&&t.return!=null&&t.return()}finally{if(i)throw s}}return n}}var ri=l(function(){});function ei(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}var ti=l(function(){});function Te(e,r){(r==null||r>e.length)&&(r=e.length);for(var t=0,n=new Array(r);t<r;t++)n[t]=e[t];return n}var Ht=l(function(){});function ct(e,r){if(e){if(typeof e=="string")return Te(e,r);var t=Object.prototype.toString.call(e).slice(8,-1);if(t==="Object"&&e.constructor&&(t=e.constructor.name),t==="Map"||t==="Set")return Array.from(t);if(t==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(t))return Te(e,r)}}var Wt=l(function(){Ht()});function N(e,r){return $o(e)||Zo(e,r)||ct(e,r)||ei()}var or=l(function(){Qo();ri();ti();Wt()});function $r(e){return $r=Object.setPrototypeOf?Object.getPrototypeOf:function(t){return t.__proto__||Object.getPrototypeOf(t)},$r(e)}var Gt=l(function(){});function Ne(){try{var e=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}))}catch(r){}return(Ne=function(){return!!e})()}var Jt=l(function(){});function pt(e){if(e===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}var Kt=l(function(){});function W(e){"@swc/helpers - typeof";return e&&typeof Symbol<"u"&&e.constructor===Symbol?"symbol":typeof e}var Br=l(function(){});function ni(e,r){return r&&(W(r)==="object"||typeof r=="function")?r:pt(e)}var oi=l(function(){Kt();Br()});function Pr(e){var r=Ne();return function(){var n=$r(e),o;if(r){var i=$r(this).constructor;o=Reflect.construct(n,arguments,i)}else o=n.apply(this,arguments);return ni(this,o)}}var ce=l(function(){Gt();Jt();oi()});function D(e,r){var t={label:0,sent:function(){if(i[0]&1)throw i[1];return i[1]},trys:[],ops:[]},n,o,i,a;return a={next:s(0),throw:s(1),return:s(2)},typeof Symbol=="function"&&(a[Symbol.iterator]=function(){return this}),a;function s(f){return function(p){return u([f,p])}}function u(f){if(n)throw new TypeError("Generator is already executing.");for(;a&&(a=0,f[0]&&(t=0)),t;)try{if(n=1,o&&(i=f[0]&2?o.return:f[0]?o.throw||((i=o.return)&&i.call(o),0):o.next)&&!(i=i.call(o,f[1])).done)return i;switch(o=0,i&&(f=[f[0]&2,i.value]),f[0]){case 0:case 1:i=f;break;case 4:return t.label++,{value:f[1],done:!1};case 5:t.label++,o=f[1],f=[0];continue;case 7:f=t.ops.pop(),t.trys.pop();continue;default:if(i=t.trys,!(i=i.length>0&&i[i.length-1])&&(f[0]===6||f[0]===2)){t=0;continue}if(f[0]===3&&(!i||f[1]>i[0]&&f[1]<i[3])){t.label=f[1];break}if(f[0]===6&&t.label<i[1]){t.label=i[1],i=f;break}if(i&&t.label<i[2]){t.label=i[2],t.ops.push(f);break}i[2]&&t.ops.pop(),t.trys.pop();continue}f=r.call(e,t)}catch(p){f=[6,p],o=0}finally{n=i=0}if(f[0]&5)throw f[1];return{value:f[0]?f[1]:void 0,done:!0}}}var ii=l(function(){Dr();Br()});var qr=l(function(){ii()});var ai=l(function(){});var ui=U(function(ld,si){si.exports=__bedrock_require__("@react-navigation/native")});var er={};var Me=l(function(){j(er,d(ui()))});var li=U(function(pd,fi){fi.exports=__bedrock_require__("react-native-safe-area-context")});var pe={};var ci=l(function(){j(pe,d(li()))});var pi,hi,mi=l(function(){pi={background:"#ffffff",grey900:"#191f28",grey800:"#333d4b"},hi={background:"#17171c",grey900:"#ffffff",grey800:"#e4e4e5"}});function yi(e){var r=e.colorPreference,t=r===void 0?"light":r,n=e.children,o=(0,he.useMemo)(function(){return{colorPreference:t}},[t]);return(0,di.jsx)(vi.Provider,{value:o,children:n})}function jl(){var e=(0,he.useContext)(vi);if(e==null)throw new Error("useColorPreference\uC740 ColorPreferenceProvider \uC548\uC5D0\uC11C\uB9CC \uC0AC\uC6A9 \uAC00\uB2A5\uD569\uB2C8\uB2E4. ColorPreferenceProvider \uB97C \uCD94\uAC00\uD574\uC8FC\uC138\uC694.");return e}function De(){var e=jl().colorPreference;switch(e){case"dark":return hi;case"light":default:return pi}}var di,he,Ll,vi,qe=l(function(){di=d(C()),he=d(E());mi();Ll={colorPreference:"light"},vi=(0,he.createContext)(Ll)});function gi(){var e=(0,Xt.useContext)(er.NavigationContainerRefContext),r=(0,Xt.useContext)(er.NavigationContext),t;return(t=r??e)!==null&&t!==void 0?t:void 0}var Xt,Yt=l(function(){Me();Xt=d(E())});function _i(){var e=gi(),r=function(){var a;return(a=e==null?void 0:e.isFocused())!==null&&a!==void 0?a:!0},t=N((0,me.useState)(r()),2),n=t[0],o=t[1],i=r();return n!==i&&o(i),(0,me.useEffect)(function(){if(e!=null){var a=e.addListener("focus",function(){return o(!0)}),s=e.addListener("blur",function(){return o(!1)});return function(){a(),s()}}},[e]),(0,me.useDebugValue)(i),i}var me,$t=l(function(){or();me=d(E());Yt()});var xi=l(function(){$t();Yt()});var I=U(function(Id,wi){wi.exports=__bedrock_require__("react-native")});function Ei(e){var r=e.children,t=N((0,Kr.useState)(Qt.AppState.currentState),2),n=t[0],o=t[1],i=function(a){o(a)};return(0,Kr.useEffect)(function(){var a=Qt.AppState.addEventListener("change",i);return function(){a.remove()}},[]),(0,bi.jsx)(Si.Provider,{value:n,children:r})}var bi,Kr,Qt,Si,Ii,ht=l(function(){or();bi=d(C()),Kr=d(E()),Qt=d(I()),Si=(0,Kr.createContext)(void 0);Ii=function(){var e=(0,Kr.useContext)(Si);if(e==null)throw new Error("useIsAppForeground must be used within a AppStateProvider");return e==="active"||e==="inactive"}});var Ci,G,Ar=l(function(){Ci=d(I()),G=Ci.NativeModules.BedrockModule});function rn(){return Zt.apply(this,arguments)}function Zt(){return Zt=q(function(){return D(this,function(e){return[2,G.closeView()]})}),Zt.apply(this,arguments)}var en=l(function(){Mr();qr();Ar()});function Tl(){var e,r,t=(r=G===null||G===void 0||(e=G.DeviceInfo)===null||e===void 0?void 0:e.locale)!==null&&r!==void 0?r:"ko-KR";return Bi.Platform.OS==="android"?Nl(t):t}function Nl(e){return e.replaceAll("_","-")}var Bi,tn=l(function(){Bi=d(I());Ar()});function Ve(){return G.schemeUri}var nn=l(function(){Ar()});function Ml(e){return G.generateHapticFeedback(e)}var on=l(function(){Ar()});function Dl(e){return an.apply(this,arguments)}function an(){return an=q(function(e){return D(this,function(r){return G.share(e),[2]})}),an.apply(this,arguments)}var sn=l(function(){Mr();qr();Ar()});function ql(e){return G.setSecureScreen(e)}var un=l(function(){Ar()});function Vl(e){return fn.apply(this,arguments)}function fn(){return fn=q(function(e){return D(this,function(r){return[2,G.setScreenAwakeMode(e)]})}),fn.apply(this,arguments)}var ln=l(function(){Mr();qr();Ar()});function zl(){return G.deviceId}var cn=l(function(){Ar()});function Hl(){return G.getNetworkStatus()}var pn=l(function(){Ar()});var hn=l(function(){en();tn();nn();on();sn();un();ln();cn();pn()});var Pi,mn,Ai=l(function(){Pi=d(I()),mn=Pi.NativeModules.BedrockCoreModule});var ze=l(function(){hn();Ai()});var Fi,Ri,ki=l(function(){Fi=d(I());ze();Ri=new Fi.NativeEventEmitter(mn)});var Ui=l(function(){ki()});function ji(e){var r=e.children,t=e.isVisible,n=N((0,Xr.useState)(t),2),o=n[0],i=n[1];return(0,Xr.useEffect)(function(){var a=Ri.addListener("visibilityChanged",function(s){i(s)});return function(){a.remove()}},[]),(0,Oi.jsx)(Li.Provider,{value:o,children:r})}function Ti(){var e=(0,Xr.useContext)(Li);if(e==null)throw new Error("useVisibilityChanged must be used within a VisibilityChangedProvider");return e}var Oi,Xr,Li,mt=l(function(){or();Oi=d(C()),Xr=d(E());Ui();Li=(0,Xr.createContext)(void 0)});function de(){var e=Ti(),r=Ii(),t=_i(),n=e&&t,o=e&&r&&t;return Ni.Platform.OS==="android"?n:o}var Ni,dn=l(function(){Ni=d(I());$t();ht();mt()});var Mi,Di=l(function(){Mi=d(E())});var Wl,qi=l(function(){Wl=d(E());dn();Di()});function Vi(e){var r=e.isVisible,t=e.children;return(0,vn.jsx)(ji,{isVisible:r,children:(0,vn.jsx)(Ei,{children:t})})}var vn,zi=l(function(){vn=d(C());ht();mt()});var Qr=l(function(){xi();ht();dn();mt();qi();zi()});function Wi(e){var r=e.children,t=T(e,["children"]),n=(0,Hi.useMemo)(function(){return t},[t]).initialColorPreference;return(0,yn.jsx)(yi,{colorPreference:n,children:(0,yn.jsx)(Vi,{isVisible:!0,children:r})})}var yn,Hi,Gi=l(function(){nr();yn=d(C()),Hi=d(E());qe();Qr()});function Ki(e){return Ji.__SPLIT_CHUNK_ENABLED__&&(Ji.Page=e),e}var Ji,Xi=l(function(){Ji=new Function("return this")()});var $i=U(function(Hv,Yi){Yi.exports=__bedrock_require__("@react-navigation/native-stack")});var ve={};var Qi=l(function(){j(ve,d($i()))});function Gl(){var e=(0,ve.createNativeStackNavigator)();return{Navigator:e.Navigator,Screen:e.Screen}}var dt,gn=l(function(){Qi();dt=Gl()});function Zi(){var e=(0,er.useNavigationState)(function(r){var t;return(t=r==null?void 0:r.index)!==null&&t!==void 0?t:0});return e===0}var ra=l(function(){Me()});function ta(e){var r=e.children,t=e.canGoBack,n=e.onBack,o=Zi(),i=!t;return(0,_n.useEffect)(function(){if(!o||!t)return function(){}},[t,o]),(0,_n.useEffect)(function(){if(i){var a=ea.BackHandler.addEventListener("hardwareBackPress",function(){return n==null||n(),!0});return function(){a.remove()}}},[i,n]),(0,vt.jsx)(vt.Fragment,{children:r})}var vt,_n,ea,na=l(function(){vt=d(C()),_n=d(E()),ea=d(I());ra()});var xn=U(function(Qv,oa){oa.exports=__bedrock_require__("react-native-svg")});var Zr={};Nr(Zr,{default:function(){return ia.default}});var ia,aa=l(function(){ia=d(xn());j(Zr,d(xn()))});function ua(e){var r=e.tintColor,t=e.onPress,n=De();return(0,He.jsx)(Jl,{onPress:t,color:r??n.grey900})}function Jl(e){var r=e.onPress,t=e.color;return(0,He.jsx)(re.TouchableOpacity,{hitSlop:{top:10,right:10,bottom:10,left:10},style:{width:24,height:24},onPress:r,accessible:!0,accessibilityLabel:"\uB4A4\uB85C\uAC00\uAE30",accessibilityRole:"button",children:(0,He.jsx)(re.View,{style:{width:24,height:24},children:(0,He.jsx)(Zr.SvgXml,{width:24,height:24,xml:Xl.replace(/fill="#[0-9a-fA-F]{6}"/g,'fill="'.concat(t,'"')),style:{marginLeft:Yl}})})})}var He,re,Kl,sa,Xl,Yl,fa=l(function(){He=d(C());aa();re=d(I());qe();Kl='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" class="line-icon">\n<path fill="#B0B8C1" fill-rule="evenodd" d="M20.966 10.8H6.93l5.451-5.451a1.2 1.2 0 10-1.697-1.697l-7.5 7.5c-.003.002-.004.006-.007.009a1.2 1.2 0 00-.252 1.298c.06.143.145.27.252.38l.007.01 7.5 7.5c.235.234.542.35.848.35a1.2 1.2 0 00.849-2.048L6.931 13.2h14.036a1.2 1.2 0 100-2.4"/>\n</svg>',sa='<svg enable-background="new 0 0 24 24" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">\n<path d="m20.8 20.7c-.3 0-.6-.1-.8-.4l-7.5-7.5c-.5-.5-.5-1.2 0-1.7l7.5-7.5c.5-.5 1.2-.5 1.7 0s.5 1.2 0 1.7l-6.8 6.7 6.7 6.7c.5.5.5 1.2 0 1.7-.2.2-.5.3-.8.3z" fill="#b0b8c1"/>\n</svg>',Xl=re.Platform.select({android:Kl,ios:sa,default:sa}),Yl=re.Platform.select({android:-4,ios:-12,default:-12})});function ca(e){var r=e.tintColor,t=e.canGoBack,n=e.onBack,o=e.navigationContainerRef;return(0,la.jsx)(ua,{tintColor:r,onPress:function(){n==null||n(),t&&(o.canGoBack()?o.goBack():rn())}})}var la,pa=l(function(){la=d(C());fa();ze()});function ha(e){var r;return(r=e.match(/^\[([^[\](?:\.\.\.)]+?)\]$/))===null||r===void 0?void 0:r[1]}var ma=l(function(){});function $l(e){return e.replace(/\\/g,"/")}function Ql(e){return e.replace(/\.(tsx|jsx|ts|js)$/g,"")}function Zl(e){return e.replace(/^(?:\.\.?\/)+/g,"")}function rc(e){return e.replace(/\[|\]/g,"")}function da(e){var r=$l(e),t=Zl(Ql(r)),n=t.split("/").map(function(o){return o==="index"?"":ha(o)?":".concat(rc(o)):o}).filter(function(o){return o.length>0}).join("/");return"/"+n}function ye(e){var r=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{withExtension:!0},t=e.split("/").pop()||"";return r.withExtension?t:t.replace(/\.[^.]+$/g,"")}var yt=l(function(){ma()});function va(e,r){if(r.has(e))return e;var t=e.lastIndexOf("/");if(t===-1)return".";var n=e.substring(0,t);return n===""?".":n}function ya(e){if(e==="."||e==="")return"";var r=e.lastIndexOf("/");if(r===-1)return".";var t=e.substring(0,r);return t===""?".":t}function ga(e,r){var t=new Set,n=new Map,o=!0,i=!1,a=void 0;try{for(var s=e[Symbol.iterator](),u;!(o=(u=s.next()).done);o=!0){var f=u.value,p=ye(f.path,{withExtension:!1});if(p===r){var c=f.path.substring(0,f.path.lastIndexOf("/"));t.add(c||".")}}}catch(X){i=!0,a=X}finally{try{!o&&s.return!=null&&s.return()}finally{if(i)throw a}}var v=!0,m=!1,y=void 0;try{for(var g=e[Symbol.iterator](),_;!(v=(_=g.next()).done);v=!0){var b=_.value,k=ye(b.path,{withExtension:!1});if(k===r){var B=va(b.path,t);n.set(B,b)}}}catch(X){m=!0,y=X}finally{try{!v&&g.return!=null&&g.return()}finally{if(m)throw y}}var A=new Map;function ir(X){var Gr=arguments.length>1&&arguments[1]!==void 0?arguments[1]:!1,at=X+"|"+Gr;if(A.has(at))return A.get(at);var Tr=X;for(Gr&&(Tr=ya(Tr));Tr;){if(n.has(Tr)){var Vo=n.get(Tr);return A.set(at,Vo),Vo}if(Tr==="."||Tr==="")break;Tr=ya(Tr)}A.set(at,void 0)}var ur=new Map,mr=!0,_r=!1,wr=void 0;try{for(var br=e[Symbol.iterator](),Lr;!(mr=(Lr=br.next()).done);mr=!0){var Sr=Lr.value,Er=ye(Sr.path,{withExtension:!1}),Ir=va(Sr.path,t);if(Er===r){var xr=ir(Ir,!0);xr&&ur.set(Sr.path,xr)}else{var jr=ir(Ir,!1);jr&&ur.set(Sr.path,jr)}}}catch(X){_r=!0,wr=X}finally{try{!mr&&br.return!=null&&br.return()}finally{if(_r)throw wr}}return ur}var _a=l(function(){yt()});var wn=l(function(){or()});var tc,xa,bn=l(function(){M();rr();nr();tc=d(E());wn();xa=new Map});function Sn(e){var r=e.keys().map(function(t){var n,o,i,a,s=da(t),u,f=(u=(n=e(t))===null||n===void 0?void 0:n.default)!==null&&u!==void 0?u:(o=xa.get((a=e(t))===null||a===void 0||(i=a.Route)===null||i===void 0?void 0:i._path))===null||o===void 0?void 0:o.component;if(f==null)throw new Error("".concat(t," \uC758 \uD398\uC774\uC9C0 \uCEF4\uD3EC\uB10C\uD2B8\uAC00 \uC5C6\uC2B5\uB2C8\uB2E4."));return{path:s,component:f}});return r}function En(e){var r={};return e.forEach(function(t){var n=t.path;if(r[n]!=null)throw new Error("".concat(n,"\uB294 \uC774\uBBF8 \uB4F1\uB85D\uB418\uC5C8\uC2B5\uB2C8\uB2E4. \uC911\uBCF5\uB41C path \uAC00 \uC788\uB294\uC9C0 \uD655\uC778\uD574\uC8FC\uC138\uC694."));r[n]={path:n}}),r["/"]={path:""},r["/_404"]={path:"*"},r}var wa=l(function(){yt();bn()});var In=l(function(){wa();wn()});function ba(e,r){for(var t=function(){var a=e.get(o);if(!a)return"break";var s=a.component,u=n;n=function(f){var p=f.children;return(0,ge.jsx)(s,{children:(0,ge.jsx)(u,{children:p})})},o=a.path},n=function(a){var s=a.children;return(0,ge.jsx)(ge.Fragment,{children:s})},o=r;o;){var i=t();if(i==="break")break}return n}var ge,Sa=l(function(){ge=d(C())});function Ea(e){var r=e.prefix,t=e.context,n=(0,_e.useMemo)(function(){return Sn(t)},[t]),o=(0,_e.useMemo)(function(){return n.filter(function(u){return!nc.includes(ye(u.path,{withExtension:!1}))})},[n]),i=(0,_e.useMemo)(function(){return ga(n,"_layout")},[n]),a=(0,_e.useMemo)(function(){return o.map(function(u){var f,p=ba(i,u.path),c=function(){return(0,gt.jsx)(p,{children:(0,gt.jsx)(u.component,{})})},v=u.path,m,y=(m=(f=u.component)===null||f===void 0?void 0:f.screenOptions)!==null&&m!==void 0?m:{};return(0,gt.jsx)(dt.Screen,{name:v,component:c,options:y},v)})},[o,i]),s=(0,_e.useMemo)(function(){return{prefixes:[r],config:{screens:En(o)},getInitialURL:function(){return q(function(){var f;return D(this,function(p){return f=Ve(),f==null?[2]:[2,decodeURI(f)]})})()}}},[r,o]);return{BedrockScreens:a,linkingOptions:s}}var gt,_e,nc,Ia=l(function(){Mr();qr();gt=d(C()),_e=d(E());ze();gn();_a();In();Sa();yt();nc=["_layout"]});function Pa(){var e=De();return(0,Ca.useMemo)(function(){return{contentStyle:{backgroundColor:e.background},headerTintColor:e.grey800,headerTitleStyle:{color:"transparent"},headerStyle:{backgroundColor:e.background},headerShadowVisible:!1,animation:Ba.Platform.OS==="android"?"fade_from_bottom":"default"}},[e.background,e.grey800])}var Ca,Ba,Aa=l(function(){Ca=d(E()),Ba=d(I());qe()});function Ra(e){var r=oc(),t=r==null?void 0:r.slice(e.length).split("?")[0],n=r==null||(t==null?void 0:t.length)===0;return n?"/":t}function oc(){var e=Ve();return Fa.Platform.OS==="android"?e==null?void 0:e.replaceAll(/\/+$/g,""):e}var Fa,ka=l(function(){Fa=d(I());ze()});function Ua(e){var r=e.prefix,t=e.context,n=e.navigationContainerRef,o=e.defaultScreenOption,i=e.canGoBack,a=i===void 0?!0:i,s=e.onBack,u=e.container,f=u===void 0?ee.Fragment:u,p=e.initialProps,c=T(e,["prefix","context","navigationContainerRef","defaultScreenOption","canGoBack","onBack","container","initialProps"]),v=Ra(r),m=Ea({prefix:r,context:t}),y=m.BedrockScreens,g=m.linkingOptions,_=Pa(),b=(0,ee.useMemo)(function(){return n??(0,er.createNavigationContainerRef)()},[n]),k=(0,ee.useCallback)(function(A){return(0,xe.jsx)(ca,S(x({},A),{onBack:s,canGoBack:a,navigationContainerRef:b}))},[s,a,b]),B=(0,ee.useCallback)(function(A){return x(S(x({},_),{gestureEnabled:a,headerLeft:k}),typeof o=="function"?o(A):o)},[a,o,k,_]);return(0,xe.jsx)(er.NavigationContainer,S(x({ref:b},c),{linking:g,children:(0,xe.jsx)(ta,{canGoBack:a,onBack:s,children:(0,xe.jsx)(f,S(x({},p),{children:(0,xe.jsx)(dt.Navigator,{initialRouteName:v,screenOptions:B,children:y})}))})}))}var xe,ee,Oa=l(function(){M();rr();nr();xe=d(C());Me();ee=d(E());gn();na();pa();Ia();Aa();ka()});var La=l(function(){});var ja=l(function(){});var Ta=l(function(){});var Na=l(function(){La();ja();Ta()});var Ma=l(function(){Oa();In();Na()});function qa(e){var r=e.children,t=e.backEvent;return(0,Da.jsx)(ic.Provider,{value:t,children:r})}function Va(){var e=(0,cr.useRef)(new Set).current,r=N((0,cr.useState)(!1),2),t=r[0],n=r[1],o=(0,cr.useCallback)(function(){for(var s=arguments.length,u=new Array(s),f=0;f<s;f++)u[f]=arguments[f];var p=!0,c=!1,v=void 0;try{for(var m=u[Symbol.iterator](),y;!(p=(y=m.next()).done);p=!0){var g=y.value;e.add(g)}}catch(_){c=!0,v=_}finally{try{!p&&m.return!=null&&m.return()}finally{if(c)throw v}}e.size>0&&n(!0)},[e]),i=(0,cr.useCallback)(function(){for(var s=arguments.length,u=new Array(s),f=0;f<s;f++)u[f]=arguments[f];var p=!0,c=!1,v=void 0;try{for(var m=u[Symbol.iterator](),y;!(p=(y=m.next()).done);p=!0){var g=y.value;e.delete(g)}}catch(_){c=!0,v=_}finally{try{!p&&m.return!=null&&m.return()}finally{if(c)throw v}}e.size===0&&n(!1)},[e]),a=(0,cr.useMemo)(function(){return{addEventListener:o,removeEventListener:i,handlersRef:e,hasBackEvent:t,onBack:function(){e.forEach(function(s){return s()})}}},[o,e,t,i]);return a}var Da,cr,ic,za=l(function(){or();Da=d(C()),cr=d(E());Qr();ic=(0,cr.createContext)(null)});var Cn=l(function(){za()});function sc(e){var r=e.appName,t=e.context,n=e.container,o=T(e,["appName","context","container"]),i=Va();return(0,we.jsx)(Wi,S(x({},o),{children:(0,we.jsx)(pe.SafeAreaProvider,{children:(0,we.jsx)(qa,{backEvent:i,children:(0,we.jsx)(Ua,{context:t,initialProps:o,container:n,canGoBack:!i.hasBackEvent,onBack:i.onBack,prefix:"intoss://".concat(r),navigationContainerRef:ac})})})}))}var we,ac,uc,_t,Ha=l(function(){M();rr();nr();we=d(C());Me();ci();Gi();Xi();Ma();Cn();ac=(0,er.createNavigationContainerRef)();uc=function(){var e=null;return{registerApp:function(t,n){var o=n.appName,i=n.context;function a(s){return(0,we.jsx)(sc,S(x({},s),{appName:o,context:i,container:t}))}return Ki(a),e=o,a},get appName(){if(e===null)throw new Error("Bedrock.appName can only be used after registerApp has been called.");return e}}},_t=uc()});var Wa=l(function(){Ha()});function Ga(e,r){if(typeof r=="number")return lr({},e,r);var t={};r.x!==void 0&&(t.left=t.right=r.x),r.y!==void 0&&(t.top=t.bottom=r.y),r.top!==void 0&&(t.top=r.top),r.right!==void 0&&(t.right=r.right),r.bottom!==void 0&&(t.bottom=r.bottom),r.left!==void 0&&(t.left=r.left);var n=Object.entries(t).reduce(function(o,i){var a=N(i,2),s=a[0],u=a[1];return S(x({},o),lr({},"".concat(e).concat(hc(s)),u))},{});return n}function Ja(e){var r=function(u){return Ga(e,u)},t=!0,n=!1,o=void 0;try{for(var i=function(){var u=s.value;r[u]=function(_){return Ga(e,lr({},u,_))};var f=!0,p=!1,c=void 0;try{for(var v=lc[Symbol.iterator](),m;!(f=(m=v.next()).done);f=!0){var y=m.value,g="".concat(u).concat(y);r[g]=r(lr({},u,Number(y)))}}catch(_){p=!0,c=_}finally{try{!f&&v.return!=null&&v.return()}finally{if(p)throw c}}},a=fc[Symbol.iterator](),s;!(t=(s=a.next()).done);t=!0)i()}catch(u){n=!0,o=u}finally{try{!t&&a.return!=null&&a.return()}finally{if(n)throw o}}return r}function hc(e){return e.charAt(0).toUpperCase()+e.slice(1)}var fc,lc,cc,pc,Ka=l(function(){je();M();rr();or();fc=["x","y","top","right","bottom","left"],lc=["4","8","12","16","24","32"];cc=Ja("padding"),pc=Ja("margin")});function Bn(e){var r=arguments.length>1&&arguments[1]!==void 0?arguments[1]:"flex-start",t=arguments.length>2&&arguments[2]!==void 0?arguments[2]:"column";if((typeof e>"u"?"undefined":W(e))==="object"){var n=e.align,o=n===void 0?"stretch":n,i=e.direction,a=i===void 0?"column":i,s=e.justify,u=s===void 0?"flex-start":s;return{alignItems:o,display:"flex",flexDirection:a,justifyContent:u}}return{display:"flex",alignItems:e,flexDirection:t,justifyContent:r}}var We,Ge,Xa,xt,be,mc,dc,vc,Pn=l(function(){M();rr();nr();Br();We=d(C()),Ge=d(E()),Xa=d(I());Bn.center=function(e){return Bn({justify:"center",align:"center",direction:e})};xt=(0,Ge.forwardRef)(function(e,r){var t=e.align,n=t===void 0?"stretch":t,o=e.justify,i=o===void 0?"flex-start":o,a=e.direction,s=a===void 0?"column":a,u=e.style,f=T(e,["align","justify","direction","style"]);return(0,We.jsx)(Xa.View,x({ref:r,style:[Bn({align:n,direction:s,justify:i}),u]},f))}),be=xt,mc=(0,Ge.forwardRef)(function(r,t){return(0,We.jsx)(xt,S(x({align:"center",justify:"center"},r),{ref:t}))}),dc=(0,Ge.forwardRef)(function(r,t){return(0,We.jsx)(xt,S(x({justify:"center"},r),{ref:t}))}),vc=(0,Ge.forwardRef)(function(r,t){return(0,We.jsx)(xt,S(x({align:"center"},r),{ref:t}))});be.Center=mc;be.CenterVertical=dc;be.CenterHorizontal=vc});var Ya,$a,Qa,An,Fn=l(function(){M();nr();Ya=d(C()),$a=d(E()),Qa=d(I()),An=(0,$a.memo)(function(r){var t=r.size,n=r.direction,o=n===void 0?"vertical":n,i=r.style,a=T(r,["size","direction","style"]),s=o==="vertical"?{height:t}:{width:t};return(0,Ya.jsx)(Qa.View,x({style:[s,i]},a))})});function yc(e){var r=e.children,t=e.gap;if(!Se.default.isValidElement(t))throw new Error("gap prop \uAC12\uC740 \uCEF4\uD3EC\uB10C\uD2B8\uB97C \uC0AC\uC6A9\uD574\uC57C \uD569\uB2C8\uB2E4.");return(0,Ee.jsx)(Ee.Fragment,{children:Se.default.Children.map(r,function(n,o){var i=o===Se.default.Children.count(r)-1;return(0,Ee.jsxs)(Se.Fragment,{children:[n,!i&&n!=null?t:void 0]},o)})})}var Ee,Se,Za,rs=l(function(){Ee=d(C()),Se=d(E()),Za={Gap:yc}});var Ie,wt,gc,Je,_c,xc,es=l(function(){M();rr();nr();Ie=d(C()),wt=d(E());rs();Pn();Fn();gc=(0,wt.forwardRef)(function(r,t){var n=r.direction,o=n===void 0?"vertical":n,i=r.gutter,a=i===void 0?0:i,s=r.children,u=T(r,["direction","gutter","children"]);return(0,Ie.jsx)(be,S(x({ref:t,direction:o==="vertical"?"column":"row"},u),{children:(0,Ie.jsx)(Za.Gap,{gap:typeof a=="number"?(0,Ie.jsx)(An,{direction:o,size:a??24}):r.gutter,children:s})}))}),Je=gc,_c=(0,wt.forwardRef)(function(r,t){return(0,Ie.jsx)(Je,S(x({direction:"horizontal"},r),{ref:t}))}),xc=(0,wt.forwardRef)(function(r,t){return(0,Ie.jsx)(Je,S(x({direction:"vertical"},r),{ref:t}))});Je.Horizontal=_c;Je.Vertical=xc});var ts=l(function(){Ka();Pn();Fn();es()});var wc,ns=l(function(){M();rr();wc=d(I())});var os,is=l(function(){Mr();or();qr();os=d(E())});var bc,Sc,as=l(function(){M();nr();bc=d(C()),Sc=d(I());ns();is()});var ss=l(function(){as()});function us(e){if(Array.isArray(e))return Te(e)}var fs=l(function(){Ht()});function ls(e){if(typeof Symbol<"u"&&e[Symbol.iterator]!=null||e["@@iterator"]!=null)return Array.from(e)}var cs=l(function(){});function ps(){throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}var hs=l(function(){});function O(e){return us(e)||ls(e)||ct(e)||ps()}var Vr=l(function(){fs();cs();hs();Wt()});var Rn,ms=l(function(){Vr();Rn=d(E())});var Ec,bt,Ic,ds=l(function(){Mr();M();rr();or();qr();Ec=d(C()),bt=d(E()),Ic=d(I());ms()});var Cc,Bc,vs=l(function(){M();Br();Cc=d(C()),Bc=d(I());ds()});var ys=l(function(){vs()});function gs(){typeof Symbol<"u"&&!Symbol.asyncIterator&&(Symbol.asyncIterator=Symbol.for("@@asyncIterator"))}var _s=l(function(){});var kn,Pc,xs=l(function(){kn=d(I()),Pc=parseInt(kn.Platform.Version,10);kn.Platform.OS==="ios"&&Pc===10&&Object.getOwnPropertyDescriptor(ArrayBuffer.prototype,"byteLength")==null&&Object.defineProperty(ArrayBuffer.prototype,"byteLength",{configurable:!0,enumerable:!1,get:function(){return null}})});var bs=U(function(Lg,ws){"use strict";function Ac(e,r,t){var n=t.get,o=t.enumerable!==!1,i=t.writable!==!1,a,s=!1;function u(){return s||(s=!0,f(n())),a}function f(p){a=p,s=!0,Object.defineProperty(e,r,{value:p,configurable:!0,enumerable:o,writable:i})}Object.defineProperty(e,r,{get:u,set:f,configurable:!0,enumerable:o})}ws.exports=Ac});var Is=U(function(jg,Es){"use strict";var Fc=bs();function Ss(e,r,t){var n=Object.getOwnPropertyDescriptor(e,r);if(0)var o;var i=n||{},a=i.enumerable,s=i.writable,u=i.configurable,f=u===void 0?!1:u;if(n&&!f){console.error("Failed to set polyfill. "+r+" is not configurable.");return}Fc(e,r,{get:t,enumerable:a!==!1,writable:s!==!1})}function Rc(e,r){Ss(window,e,r)}Es.exports={polyfillObjectProperty:Ss,polyfillGlobal:Rc}});var Ps,As,Bs=l(function(){Ps="react-native-url-polyfill",As="1.3.0"});var Un=U(function(P){"use strict";Br();function ar(e,r){return"".concat(r&&r.context?r.context:"Value"," ").concat(e,".")}function kc(e){if(e===null)return"Null";switch(typeof e>"u"?"undefined":W(e)){case"undefined":return"Undefined";case"boolean":return"Boolean";case"number":return"Number";case"string":return"String";case"symbol":return"Symbol";case"object":case"function":default:return"Object"}}function Uc(e){return e>0&&e%1===.5&&!(e&1)||e<0&&e%1===-.5&&(e&1)===1?St(Math.floor(e)):St(Math.round(e))}function Fs(e){return St(Math.trunc(e))}function Rs(e){return e<0?-1:1}function Oc(e,r){var t=e%r;return Rs(r)!==Rs(t)?t+r:t}function St(e){return e===0?0:e}function Yr(e,r){var t=!r.unsigned,n,o;e===64?(o=Math.pow(2,53)-1,n=t?-Math.pow(2,53)+1:0):t?(n=-Math.pow(2,e-1),o=Math.pow(2,e-1)-1):(n=0,o=Math.pow(2,e)-1);var i=Math.pow(2,e),a=Math.pow(2,e-1);return function(s,u){u===void 0&&(u={});var f=+s;if(f=St(f),u.enforceRange){if(!Number.isFinite(f))throw new TypeError(ar("is not a finite number",u));if(f=Fs(f),f<n||f>o)throw new TypeError(ar("is outside the accepted range of ".concat(n," to ").concat(o,", inclusive"),u));return f}return!Number.isNaN(f)&&u.clamp?(f=Math.min(Math.max(f,n),o),f=Uc(f),f):!Number.isFinite(f)||f===0?0:(f=Fs(f),f>=n&&f<=o?f:(f=Oc(f,i),t&&f>=a?f-i:f))}}P.any=function(e){return e};P.void=function(){};P.boolean=function(e){return!!e};P.byte=Yr(8,{unsigned:!1});P.octet=Yr(8,{unsigned:!0});P.short=Yr(16,{unsigned:!1});P["unsigned short"]=Yr(16,{unsigned:!0});P.long=Yr(32,{unsigned:!1});P["unsigned long"]=Yr(32,{unsigned:!0});P["long long"]=Yr(64,{unsigned:!1});P["unsigned long long"]=Yr(64,{unsigned:!0});P.double=function(e,r){var t=+e;if(!Number.isFinite(t))throw new TypeError(ar("is not a finite floating-point value",r));return t};P["unrestricted double"]=function(e){var r=+e;return r};P.float=function(e,r){var t=+e;if(!Number.isFinite(t))throw new TypeError(ar("is not a finite floating-point value",r));if(Object.is(t,-0))return t;var n=Math.fround(t);if(!Number.isFinite(n))throw new TypeError(ar("is outside the range of a single-precision floating-point value",r));return n};P["unrestricted float"]=function(e){var r=+e;return isNaN(r)||Object.is(r,-0)?r:Math.fround(r)};P.DOMString=function(e,r){if(r===void 0&&(r={}),r.treatNullAsEmptyString&&e===null)return"";if((typeof e>"u"?"undefined":W(e))==="symbol")throw new TypeError(ar("is a symbol, which cannot be converted to a string",r));return String(e)};P.ByteString=function(e,r){for(var t=P.DOMString(e,r),n,o=0;(n=t.codePointAt(o))!==void 0;++o)if(n>255)throw new TypeError(ar("is not a valid ByteString",r));return t};P.USVString=function(e,r){for(var t=P.DOMString(e,r),n=t.length,o=[],i=0;i<n;++i){var a=t.charCodeAt(i);if(a<55296||a>57343)o.push(String.fromCodePoint(a));else if(56320<=a&&a<=57343)o.push(String.fromCodePoint(65533));else if(i===n-1)o.push(String.fromCodePoint(65533));else{var s=t.charCodeAt(i+1);if(56320<=s&&s<=57343){var u=a&1023,f=s&1023;o.push(String.fromCodePoint(65536+1024*u+f)),++i}else o.push(String.fromCodePoint(65533))}}return o.join("")};P.object=function(e,r){if(kc(e)!=="Object")throw new TypeError(ar("is not an object",r));return e};function ks(e,r){if(typeof e!="function")throw new TypeError(ar("is not a function",r));return e}var Lc=Object.getOwnPropertyDescriptor(ArrayBuffer.prototype,"byteLength").get;function Us(e){try{return Lc.call(e),!0}catch(r){return!1}}P.ArrayBuffer=function(e,r){if(!Us(e))throw new TypeError(ar("is not a view on an ArrayBuffer object",r));return e};var jc=Object.getOwnPropertyDescriptor(DataView.prototype,"byteLength").get;P.DataView=function(e,r){try{return jc.call(e),e}catch(t){throw new TypeError(ar("is not a view on an DataView object",r))}};[Int8Array,Int16Array,Int32Array,Uint8Array,Uint16Array,Uint32Array,Uint8ClampedArray,Float32Array,Float64Array].forEach(function(e){var r=e.name,t=/^[AEIOU]/.test(r)?"an":"a";P[r]=function(n,o){if(!ArrayBuffer.isView(n)||n.constructor.name!==r)throw new TypeError(ar("is not ".concat(t," ").concat(r," object"),o));return n}});P.ArrayBufferView=function(e,r){if(!ArrayBuffer.isView(e))throw new TypeError(ar("is not a view on an ArrayBuffer object",r));return e};P.BufferSource=function(e,r){if(!ArrayBuffer.isView(e)&&!Us(e))throw new TypeError(ar("is not an ArrayBuffer object or a view on one",r));return e};P.DOMTimeStamp=P["unsigned long long"];P.Function=ks;P.VoidFunction=ks});var On=U(function(Ns,Ms){"use strict";Br();function Tc(e){return(typeof e>"u"?"undefined":W(e))==="object"&&e!==null||typeof e=="function"}function Nc(e,r){return Object.prototype.hasOwnProperty.call(e,r)}var Os=Symbol("wrapper"),Ls=Symbol("impl"),Ce=Symbol("SameObject caches"),Mc=Symbol.for("[webidl2js] constructor registry");function Dc(e,r,t){return e[Ce]||(e[Ce]=Object.create(null)),r in e[Ce]||(e[Ce][r]=t()),e[Ce][r]}function js(e){return e?e[Os]:null}function Ts(e){return e?e[Ls]:null}function qc(e){var r=js(e);return r||e}function Vc(e){var r=Ts(e);return r||e}var zc=Symbol("internal"),Hc=Object.getPrototypeOf(Object.getPrototypeOf([][Symbol.iterator]()));function Wc(e){if(typeof e!="string")return!1;var r=e>>>0;if(r===Math.pow(2,32)-1)return!1;var t="".concat(r);return e===t}var Gc=Object.getOwnPropertyDescriptor(ArrayBuffer.prototype,"byteLength").get;function Jc(e){try{return Gc.call(e),!0}catch(r){return!1}}var Kc=Symbol("supports property index"),Xc=Symbol("supported property indices"),Yc=Symbol("supports property name"),$c=Symbol("supported property names"),Qc=Symbol("indexed property get"),Zc=Symbol("indexed property set new"),rp=Symbol("indexed property set existing"),ep=Symbol("named property get"),tp=Symbol("named property set new"),np=Symbol("named property set existing"),op=Symbol("named property delete");Ms.exports=Ns={isObject:Tc,hasOwn:Nc,wrapperSymbol:Os,implSymbol:Ls,getSameObject:Dc,ctorRegistrySymbol:Mc,wrapperForImpl:js,implForWrapper:Ts,tryWrapperForImpl:qc,tryImplForWrapper:Vc,iterInternalSymbol:zc,IteratorPrototype:Hc,isArrayBuffer:Jc,isArrayIndexPropName:Wc,supportsPropertyIndex:Kc,supportedPropertyIndices:Xc,supportsPropertyName:Yc,supportedPropertyNames:$c,indexedGet:Qc,indexedSetNew:Zc,indexedSetExisting:rp,namedGet:ep,namedSetNew:tp,namedSetExisting:np,namedDelete:op}});var Vs=U(function(Et){"use strict";Et.byteLength=ap;Et.toByteArray=up;Et.fromByteArray=cp;var Fr=[],vr=[],ip=typeof Uint8Array<"u"?Uint8Array:Array,Ln="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/";for(te=0,Ds=Ln.length;te<Ds;++te)Fr[te]=Ln[te],vr[Ln.charCodeAt(te)]=te;var te,Ds;vr[45]=62;vr[95]=63;function qs(e){var r=e.length;if(r%4>0)throw new Error("Invalid string. Length must be a multiple of 4");var t=e.indexOf("=");t===-1&&(t=r);var n=t===r?0:4-t%4;return[t,n]}function ap(e){var r=qs(e),t=r[0],n=r[1];return(t+n)*3/4-n}function sp(e,r,t){return(r+t)*3/4-t}function up(e){var r,t=qs(e),n=t[0],o=t[1],i=new ip(sp(e,n,o)),a=0,s=o>0?n-4:n,u;for(u=0;u<s;u+=4)r=vr[e.charCodeAt(u)]<<18|vr[e.charCodeAt(u+1)]<<12|vr[e.charCodeAt(u+2)]<<6|vr[e.charCodeAt(u+3)],i[a++]=r>>16&255,i[a++]=r>>8&255,i[a++]=r&255;return o===2&&(r=vr[e.charCodeAt(u)]<<2|vr[e.charCodeAt(u+1)]>>4,i[a++]=r&255),o===1&&(r=vr[e.charCodeAt(u)]<<10|vr[e.charCodeAt(u+1)]<<4|vr[e.charCodeAt(u+2)]>>2,i[a++]=r>>8&255,i[a++]=r&255),i}function fp(e){return Fr[e>>18&63]+Fr[e>>12&63]+Fr[e>>6&63]+Fr[e&63]}function lp(e,r,t){for(var n,o=[],i=r;i<t;i+=3)n=(e[i]<<16&16711680)+(e[i+1]<<8&65280)+(e[i+2]&255),o.push(fp(n));return o.join("")}function cp(e){for(var r,t=e.length,n=t%3,o=[],i=16383,a=0,s=t-n;a<s;a+=i)o.push(lp(e,a,a+i>s?s:a+i));return n===1?(r=e[t-1],o.push(Fr[r>>2]+Fr[r<<4&63]+"==")):n===2&&(r=(e[t-2]<<8)+e[t-1],o.push(Fr[r>>10]+Fr[r>>4&63]+Fr[r<<2&63]+"=")),o.join("")}});var zs=U(function(jn){jn.read=function(e,r,t,n,o){var i,a,s=o*8-n-1,u=(1<<s)-1,f=u>>1,p=-7,c=t?o-1:0,v=t?-1:1,m=e[r+c];for(c+=v,i=m&(1<<-p)-1,m>>=-p,p+=s;p>0;i=i*256+e[r+c],c+=v,p-=8);for(a=i&(1<<-p)-1,i>>=-p,p+=n;p>0;a=a*256+e[r+c],c+=v,p-=8);if(i===0)i=1-f;else{if(i===u)return a?NaN:(m?-1:1)*(1/0);a=a+Math.pow(2,n),i=i-f}return(m?-1:1)*a*Math.pow(2,i-n)};jn.write=function(e,r,t,n,o,i){var a,s,u,f=i*8-o-1,p=(1<<f)-1,c=p>>1,v=o===23?Math.pow(2,-24)-Math.pow(2,-77):0,m=n?0:i-1,y=n?1:-1,g=r<0||r===0&&1/r<0?1:0;for(r=Math.abs(r),isNaN(r)||r===1/0?(s=isNaN(r)?1:0,a=p):(a=Math.floor(Math.log(r)/Math.LN2),r*(u=Math.pow(2,-a))<1&&(a--,u*=2),a+c>=1?r+=v/u:r+=v*Math.pow(2,1-c),r*u>=2&&(a++,u/=2),a+c>=p?(s=0,a=p):a+c>=1?(s=(r*u-1)*Math.pow(2,o),a=a+c):(s=r*Math.pow(2,c-1)*Math.pow(2,o),a=0));o>=8;e[t+m]=s&255,m+=y,s/=256,o-=8);for(a=a<<o|s,f+=o;f>0;e[t+m]=a&255,m+=y,a/=256,f-=8);e[t+m-y]|=g*128}});var Hn=U(function(Pe){"use strict";Dr();Br();var Tn=Vs(),Be=zs(),Hs=typeof Symbol=="function"&&typeof Symbol.for=="function"?Symbol.for("nodejs.util.inspect.custom"):null;Pe.Buffer=h;Pe.SlowBuffer=yp;Pe.INSPECT_MAX_BYTES=50;var It=2147483647;Pe.kMaxLength=It;h.TYPED_ARRAY_SUPPORT=pp();!h.TYPED_ARRAY_SUPPORT&&typeof console<"u"&&typeof console.error=="function"&&console.error("This browser lacks typed array (Uint8Array) support which is required by `buffer` v5.x. Use `buffer` v4.x if you require old browser support.");function pp(){try{var e=new Uint8Array(1),r={foo:function(){return 42}};return Object.setPrototypeOf(r,Uint8Array.prototype),Object.setPrototypeOf(e,r),e.foo()===42}catch(t){return!1}}Object.defineProperty(h.prototype,"parent",{enumerable:!0,get:function(){if(h.isBuffer(this))return this.buffer}});Object.defineProperty(h.prototype,"offset",{enumerable:!0,get:function(){if(h.isBuffer(this))return this.byteOffset}});function zr(e){if(e>It)throw new RangeError('The value "'+e+'" is invalid for option "size"');var r=new Uint8Array(e);return Object.setPrototypeOf(r,h.prototype),r}function h(e,r,t){if(typeof e=="number"){if(typeof r=="string")throw new TypeError('The "string" argument must be of type string. Received type number');return qn(e)}return Js(e,r,t)}h.poolSize=8192;function Js(e,r,t){if(typeof e=="string")return mp(e,r);if(ArrayBuffer.isView(e))return dp(e);if(e==null)throw new TypeError("The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type "+(typeof e>"u"?"undefined":W(e)));if(Rr(e,ArrayBuffer)||e&&Rr(e.buffer,ArrayBuffer)||typeof SharedArrayBuffer<"u"&&(Rr(e,SharedArrayBuffer)||e&&Rr(e.buffer,SharedArrayBuffer)))return Mn(e,r,t);if(typeof e=="number")throw new TypeError('The "value" argument must not be of type number. Received type number');var n=e.valueOf&&e.valueOf();if(n!=null&&n!==e)return h.from(n,r,t);var o=vp(e);if(o)return o;if(typeof Symbol<"u"&&Symbol.toPrimitive!=null&&typeof e[Symbol.toPrimitive]=="function")return h.from(e[Symbol.toPrimitive]("string"),r,t);throw new TypeError("The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type "+(typeof e>"u"?"undefined":W(e)))}h.from=function(e,r,t){return Js(e,r,t)};Object.setPrototypeOf(h.prototype,Uint8Array.prototype);Object.setPrototypeOf(h,Uint8Array);function Ks(e){if(typeof e!="number")throw new TypeError('"size" argument must be of type number');if(e<0)throw new RangeError('The value "'+e+'" is invalid for option "size"')}function hp(e,r,t){return Ks(e),e<=0?zr(e):r!==void 0?typeof t=="string"?zr(e).fill(r,t):zr(e).fill(r):zr(e)}h.alloc=function(e,r,t){return hp(e,r,t)};function qn(e){return Ks(e),zr(e<0?0:Vn(e)|0)}h.allocUnsafe=function(e){return qn(e)};h.allocUnsafeSlow=function(e){return qn(e)};function mp(e,r){if((typeof r!="string"||r==="")&&(r="utf8"),!h.isEncoding(r))throw new TypeError("Unknown encoding: "+r);var t=Xs(e,r)|0,n=zr(t),o=n.write(e,r);return o!==t&&(n=n.slice(0,o)),n}function Nn(e){for(var r=e.length<0?0:Vn(e.length)|0,t=zr(r),n=0;n<r;n+=1)t[n]=e[n]&255;return t}function dp(e){if(Rr(e,Uint8Array)){var r=new Uint8Array(e);return Mn(r.buffer,r.byteOffset,r.byteLength)}return Nn(e)}function Mn(e,r,t){if(r<0||e.byteLength<r)throw new RangeError('"offset" is outside of buffer bounds');if(e.byteLength<r+(t||0))throw new RangeError('"length" is outside of buffer bounds');var n;return r===void 0&&t===void 0?n=new Uint8Array(e):t===void 0?n=new Uint8Array(e,r):n=new Uint8Array(e,r,t),Object.setPrototypeOf(n,h.prototype),n}function vp(e){if(h.isBuffer(e)){var r=Vn(e.length)|0,t=zr(r);return t.length===0||e.copy(t,0,0,r),t}if(e.length!==void 0)return typeof e.length!="number"||zn(e.length)?zr(0):Nn(e);if(e.type==="Buffer"&&Array.isArray(e.data))return Nn(e.data)}function Vn(e){if(e>=It)throw new RangeError("Attempt to allocate Buffer larger than maximum size: 0x"+It.toString(16)+" bytes");return e|0}function yp(e){return+e!=e&&(e=0),h.alloc(+e)}h.isBuffer=function(r){return r!=null&&r._isBuffer===!0&&r!==h.prototype};h.compare=function(r,t){if(Rr(r,Uint8Array)&&(r=h.from(r,r.offset,r.byteLength)),Rr(t,Uint8Array)&&(t=h.from(t,t.offset,t.byteLength)),!h.isBuffer(r)||!h.isBuffer(t))throw new TypeError('The "buf1", "buf2" arguments must be one of type Buffer or Uint8Array');if(r===t)return 0;for(var n=r.length,o=t.length,i=0,a=Math.min(n,o);i<a;++i)if(r[i]!==t[i]){n=r[i],o=t[i];break}return n<o?-1:o<n?1:0};h.isEncoding=function(r){switch(String(r).toLowerCase()){case"hex":case"utf8":case"utf-8":case"ascii":case"latin1":case"binary":case"base64":case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return!0;default:return!1}};h.concat=function(r,t){if(!Array.isArray(r))throw new TypeError('"list" argument must be an Array of Buffers');if(r.length===0)return h.alloc(0);var n;if(t===void 0)for(t=0,n=0;n<r.length;++n)t+=r[n].length;var o=h.allocUnsafe(t),i=0;for(n=0;n<r.length;++n){var a=r[n];if(Rr(a,Uint8Array))i+a.length>o.length?h.from(a).copy(o,i):Uint8Array.prototype.set.call(o,a,i);else if(h.isBuffer(a))a.copy(o,i);else throw new TypeError('"list" argument must be an Array of Buffers');i+=a.length}return o};function Xs(e,r){if(h.isBuffer(e))return e.length;if(ArrayBuffer.isView(e)||Rr(e,ArrayBuffer))return e.byteLength;if(typeof e!="string")throw new TypeError('The "string" argument must be one of type string, Buffer, or ArrayBuffer. Received type '+(typeof e>"u"?"undefined":W(e)));var t=e.length,n=arguments.length>2&&arguments[2]===!0;if(!n&&t===0)return 0;for(var o=!1;;)switch(r){case"ascii":case"latin1":case"binary":return t;case"utf8":case"utf-8":return Dn(e).length;case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return t*2;case"hex":return t>>>1;case"base64":return eu(e).length;default:if(o)return n?-1:Dn(e).length;r=(""+r).toLowerCase(),o=!0}}h.byteLength=Xs;function gp(e,r,t){var n=!1;if((r===void 0||r<0)&&(r=0),r>this.length||((t===void 0||t>this.length)&&(t=this.length),t<=0)||(t>>>=0,r>>>=0,t<=r))return"";for(e||(e="utf8");;)switch(e){case"hex":return Pp(this,r,t);case"utf8":case"utf-8":return $s(this,r,t);case"ascii":return Cp(this,r,t);case"latin1":case"binary":return Bp(this,r,t);case"base64":return Ep(this,r,t);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return Ap(this,r,t);default:if(n)throw new TypeError("Unknown encoding: "+e);e=(e+"").toLowerCase(),n=!0}}h.prototype._isBuffer=!0;function ne(e,r,t){var n=e[r];e[r]=e[t],e[t]=n}h.prototype.swap16=function(){var r=this.length;if(r%2!==0)throw new RangeError("Buffer size must be a multiple of 16-bits");for(var t=0;t<r;t+=2)ne(this,t,t+1);return this};h.prototype.swap32=function(){var r=this.length;if(r%4!==0)throw new RangeError("Buffer size must be a multiple of 32-bits");for(var t=0;t<r;t+=4)ne(this,t,t+3),ne(this,t+1,t+2);return this};h.prototype.swap64=function(){var r=this.length;if(r%8!==0)throw new RangeError("Buffer size must be a multiple of 64-bits");for(var t=0;t<r;t+=8)ne(this,t,t+7),ne(this,t+1,t+6),ne(this,t+2,t+5),ne(this,t+3,t+4);return this};h.prototype.toString=function(){var r=this.length;return r===0?"":arguments.length===0?$s(this,0,r):gp.apply(this,arguments)};h.prototype.toLocaleString=h.prototype.toString;h.prototype.equals=function(r){if(!h.isBuffer(r))throw new TypeError("Argument must be a Buffer");return this===r?!0:h.compare(this,r)===0};h.prototype.inspect=function(){var r="",t=Pe.INSPECT_MAX_BYTES;return r=this.toString("hex",0,t).replace(/(.{2})/g,"$1 ").trim(),this.length>t&&(r+=" ... "),"<Buffer "+r+">"};Hs&&(h.prototype[Hs]=h.prototype.inspect);h.prototype.compare=function(r,t,n,o,i){if(Rr(r,Uint8Array)&&(r=h.from(r,r.offset,r.byteLength)),!h.isBuffer(r))throw new TypeError('The "target" argument must be one of type Buffer or Uint8Array. Received type '+(typeof r>"u"?"undefined":W(r)));if(t===void 0&&(t=0),n===void 0&&(n=r?r.length:0),o===void 0&&(o=0),i===void 0&&(i=this.length),t<0||n>r.length||o<0||i>this.length)throw new RangeError("out of range index");if(o>=i&&t>=n)return 0;if(o>=i)return-1;if(t>=n)return 1;if(t>>>=0,n>>>=0,o>>>=0,i>>>=0,this===r)return 0;for(var a=i-o,s=n-t,u=Math.min(a,s),f=this.slice(o,i),p=r.slice(t,n),c=0;c<u;++c)if(f[c]!==p[c]){a=f[c],s=p[c];break}return a<s?-1:s<a?1:0};function Ys(e,r,t,n,o){if(e.length===0)return-1;if(typeof t=="string"?(n=t,t=0):t>2147483647?t=2147483647:t<-2147483648&&(t=-2147483648),t=+t,zn(t)&&(t=o?0:e.length-1),t<0&&(t=e.length+t),t>=e.length){if(o)return-1;t=e.length-1}else if(t<0)if(o)t=0;else return-1;if(typeof r=="string"&&(r=h.from(r,n)),h.isBuffer(r))return r.length===0?-1:Ws(e,r,t,n,o);if(typeof r=="number")return r=r&255,typeof Uint8Array.prototype.indexOf=="function"?o?Uint8Array.prototype.indexOf.call(e,r,t):Uint8Array.prototype.lastIndexOf.call(e,r,t):Ws(e,[r],t,n,o);throw new TypeError("val must be string, number or Buffer")}function Ws(e,r,t,n,o){var i=1,a=e.length,s=r.length;if(n!==void 0&&(n=String(n).toLowerCase(),n==="ucs2"||n==="ucs-2"||n==="utf16le"||n==="utf-16le")){if(e.length<2||r.length<2)return-1;i=2,a/=2,s/=2,t/=2}function u(m,y){return i===1?m[y]:m.readUInt16BE(y*i)}var f;if(o){var p=-1;for(f=t;f<a;f++)if(u(e,f)===u(r,p===-1?0:f-p)){if(p===-1&&(p=f),f-p+1===s)return p*i}else p!==-1&&(f-=f-p),p=-1}else for(t+s>a&&(t=a-s),f=t;f>=0;f--){for(var c=!0,v=0;v<s;v++)if(u(e,f+v)!==u(r,v)){c=!1;break}if(c)return f}return-1}h.prototype.includes=function(r,t,n){return this.indexOf(r,t,n)!==-1};h.prototype.indexOf=function(r,t,n){return Ys(this,r,t,n,!0)};h.prototype.lastIndexOf=function(r,t,n){return Ys(this,r,t,n,!1)};function _p(e,r,t,n){t=Number(t)||0;var o=e.length-t;n?(n=Number(n),n>o&&(n=o)):n=o;var i=r.length;n>i/2&&(n=i/2);for(var a=0;a<n;++a){var s=parseInt(r.substr(a*2,2),16);if(zn(s))return a;e[t+a]=s}return a}function xp(e,r,t,n){return Ct(Dn(r,e.length-t),e,t,n)}function wp(e,r,t,n){return Ct(kp(r),e,t,n)}function bp(e,r,t,n){return Ct(eu(r),e,t,n)}function Sp(e,r,t,n){return Ct(Up(r,e.length-t),e,t,n)}h.prototype.write=function(r,t,n,o){if(t===void 0)o="utf8",n=this.length,t=0;else if(n===void 0&&typeof t=="string")o=t,n=this.length,t=0;else if(isFinite(t))t=t>>>0,isFinite(n)?(n=n>>>0,o===void 0&&(o="utf8")):(o=n,n=void 0);else throw new Error("Buffer.write(string, encoding, offset[, length]) is no longer supported");var i=this.length-t;if((n===void 0||n>i)&&(n=i),r.length>0&&(n<0||t<0)||t>this.length)throw new RangeError("Attempt to write outside buffer bounds");o||(o="utf8");for(var a=!1;;)switch(o){case"hex":return _p(this,r,t,n);case"utf8":case"utf-8":return xp(this,r,t,n);case"ascii":case"latin1":case"binary":return wp(this,r,t,n);case"base64":return bp(this,r,t,n);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return Sp(this,r,t,n);default:if(a)throw new TypeError("Unknown encoding: "+o);o=(""+o).toLowerCase(),a=!0}};h.prototype.toJSON=function(){return{type:"Buffer",data:Array.prototype.slice.call(this._arr||this,0)}};function Ep(e,r,t){return r===0&&t===e.length?Tn.fromByteArray(e):Tn.fromByteArray(e.slice(r,t))}function $s(e,r,t){t=Math.min(e.length,t);for(var n=[],o=r;o<t;){var i=e[o],a=null,s=i>239?4:i>223?3:i>191?2:1;if(o+s<=t){var u,f,p,c;switch(s){case 1:i<128&&(a=i);break;case 2:u=e[o+1],(u&192)===128&&(c=(i&31)<<6|u&63,c>127&&(a=c));break;case 3:u=e[o+1],f=e[o+2],(u&192)===128&&(f&192)===128&&(c=(i&15)<<12|(u&63)<<6|f&63,c>2047&&(c<55296||c>57343)&&(a=c));break;case 4:u=e[o+1],f=e[o+2],p=e[o+3],(u&192)===128&&(f&192)===128&&(p&192)===128&&(c=(i&15)<<18|(u&63)<<12|(f&63)<<6|p&63,c>65535&&c<1114112&&(a=c))}}a===null?(a=65533,s=1):a>65535&&(a-=65536,n.push(a>>>10&1023|55296),a=56320|a&1023),n.push(a),o+=s}return Ip(n)}var Gs=4096;function Ip(e){var r=e.length;if(r<=Gs)return String.fromCharCode.apply(String,e);for(var t="",n=0;n<r;)t+=String.fromCharCode.apply(String,e.slice(n,n+=Gs));return t}function Cp(e,r,t){var n="";t=Math.min(e.length,t);for(var o=r;o<t;++o)n+=String.fromCharCode(e[o]&127);return n}function Bp(e,r,t){var n="";t=Math.min(e.length,t);for(var o=r;o<t;++o)n+=String.fromCharCode(e[o]);return n}function Pp(e,r,t){var n=e.length;(!r||r<0)&&(r=0),(!t||t<0||t>n)&&(t=n);for(var o="",i=r;i<t;++i)o+=Op[e[i]];return o}function Ap(e,r,t){for(var n=e.slice(r,t),o="",i=0;i<n.length-1;i+=2)o+=String.fromCharCode(n[i]+n[i+1]*256);return o}h.prototype.slice=function(r,t){var n=this.length;r=~~r,t=t===void 0?n:~~t,r<0?(r+=n,r<0&&(r=0)):r>n&&(r=n),t<0?(t+=n,t<0&&(t=0)):t>n&&(t=n),t<r&&(t=r);var o=this.subarray(r,t);return Object.setPrototypeOf(o,h.prototype),o};function K(e,r,t){if(e%1!==0||e<0)throw new RangeError("offset is not uint");if(e+r>t)throw new RangeError("Trying to access beyond buffer length")}h.prototype.readUintLE=h.prototype.readUIntLE=function(r,t,n){r=r>>>0,t=t>>>0,n||K(r,t,this.length);for(var o=this[r],i=1,a=0;++a<t&&(i*=256);)o+=this[r+a]*i;return o};h.prototype.readUintBE=h.prototype.readUIntBE=function(r,t,n){r=r>>>0,t=t>>>0,n||K(r,t,this.length);for(var o=this[r+--t],i=1;t>0&&(i*=256);)o+=this[r+--t]*i;return o};h.prototype.readUint8=h.prototype.readUInt8=function(r,t){return r=r>>>0,t||K(r,1,this.length),this[r]};h.prototype.readUint16LE=h.prototype.readUInt16LE=function(r,t){return r=r>>>0,t||K(r,2,this.length),this[r]|this[r+1]<<8};h.prototype.readUint16BE=h.prototype.readUInt16BE=function(r,t){return r=r>>>0,t||K(r,2,this.length),this[r]<<8|this[r+1]};h.prototype.readUint32LE=h.prototype.readUInt32LE=function(r,t){return r=r>>>0,t||K(r,4,this.length),(this[r]|this[r+1]<<8|this[r+2]<<16)+this[r+3]*16777216};h.prototype.readUint32BE=h.prototype.readUInt32BE=function(r,t){return r=r>>>0,t||K(r,4,this.length),this[r]*16777216+(this[r+1]<<16|this[r+2]<<8|this[r+3])};h.prototype.readIntLE=function(r,t,n){r=r>>>0,t=t>>>0,n||K(r,t,this.length);for(var o=this[r],i=1,a=0;++a<t&&(i*=256);)o+=this[r+a]*i;return i*=128,o>=i&&(o-=Math.pow(2,8*t)),o};h.prototype.readIntBE=function(r,t,n){r=r>>>0,t=t>>>0,n||K(r,t,this.length);for(var o=t,i=1,a=this[r+--o];o>0&&(i*=256);)a+=this[r+--o]*i;return i*=128,a>=i&&(a-=Math.pow(2,8*t)),a};h.prototype.readInt8=function(r,t){return r=r>>>0,t||K(r,1,this.length),this[r]&128?(255-this[r]+1)*-1:this[r]};h.prototype.readInt16LE=function(r,t){r=r>>>0,t||K(r,2,this.length);var n=this[r]|this[r+1]<<8;return n&32768?n|4294901760:n};h.prototype.readInt16BE=function(r,t){r=r>>>0,t||K(r,2,this.length);var n=this[r+1]|this[r]<<8;return n&32768?n|4294901760:n};h.prototype.readInt32LE=function(r,t){return r=r>>>0,t||K(r,4,this.length),this[r]|this[r+1]<<8|this[r+2]<<16|this[r+3]<<24};h.prototype.readInt32BE=function(r,t){return r=r>>>0,t||K(r,4,this.length),this[r]<<24|this[r+1]<<16|this[r+2]<<8|this[r+3]};h.prototype.readFloatLE=function(r,t){return r=r>>>0,t||K(r,4,this.length),Be.read(this,r,!0,23,4)};h.prototype.readFloatBE=function(r,t){return r=r>>>0,t||K(r,4,this.length),Be.read(this,r,!1,23,4)};h.prototype.readDoubleLE=function(r,t){return r=r>>>0,t||K(r,8,this.length),Be.read(this,r,!0,52,8)};h.prototype.readDoubleBE=function(r,t){return r=r>>>0,t||K(r,8,this.length),Be.read(this,r,!1,52,8)};function sr(e,r,t,n,o,i){if(!h.isBuffer(e))throw new TypeError('"buffer" argument must be a Buffer instance');if(r>o||r<i)throw new RangeError('"value" argument is out of bounds');if(t+n>e.length)throw new RangeError("Index out of range")}h.prototype.writeUintLE=h.prototype.writeUIntLE=function(r,t,n,o){if(r=+r,t=t>>>0,n=n>>>0,!o){var i=Math.pow(2,8*n)-1;sr(this,r,t,n,i,0)}var a=1,s=0;for(this[t]=r&255;++s<n&&(a*=256);)this[t+s]=r/a&255;return t+n};h.prototype.writeUintBE=h.prototype.writeUIntBE=function(r,t,n,o){if(r=+r,t=t>>>0,n=n>>>0,!o){var i=Math.pow(2,8*n)-1;sr(this,r,t,n,i,0)}var a=n-1,s=1;for(this[t+a]=r&255;--a>=0&&(s*=256);)this[t+a]=r/s&255;return t+n};h.prototype.writeUint8=h.prototype.writeUInt8=function(r,t,n){return r=+r,t=t>>>0,n||sr(this,r,t,1,255,0),this[t]=r&255,t+1};h.prototype.writeUint16LE=h.prototype.writeUInt16LE=function(r,t,n){return r=+r,t=t>>>0,n||sr(this,r,t,2,65535,0),this[t]=r&255,this[t+1]=r>>>8,t+2};h.prototype.writeUint16BE=h.prototype.writeUInt16BE=function(r,t,n){return r=+r,t=t>>>0,n||sr(this,r,t,2,65535,0),this[t]=r>>>8,this[t+1]=r&255,t+2};h.prototype.writeUint32LE=h.prototype.writeUInt32LE=function(r,t,n){return r=+r,t=t>>>0,n||sr(this,r,t,4,4294967295,0),this[t+3]=r>>>24,this[t+2]=r>>>16,this[t+1]=r>>>8,this[t]=r&255,t+4};h.prototype.writeUint32BE=h.prototype.writeUInt32BE=function(r,t,n){return r=+r,t=t>>>0,n||sr(this,r,t,4,4294967295,0),this[t]=r>>>24,this[t+1]=r>>>16,this[t+2]=r>>>8,this[t+3]=r&255,t+4};h.prototype.writeIntLE=function(r,t,n,o){if(r=+r,t=t>>>0,!o){var i=Math.pow(2,8*n-1);sr(this,r,t,n,i-1,-i)}var a=0,s=1,u=0;for(this[t]=r&255;++a<n&&(s*=256);)r<0&&u===0&&this[t+a-1]!==0&&(u=1),this[t+a]=(r/s>>0)-u&255;return t+n};h.prototype.writeIntBE=function(r,t,n,o){if(r=+r,t=t>>>0,!o){var i=Math.pow(2,8*n-1);sr(this,r,t,n,i-1,-i)}var a=n-1,s=1,u=0;for(this[t+a]=r&255;--a>=0&&(s*=256);)r<0&&u===0&&this[t+a+1]!==0&&(u=1),this[t+a]=(r/s>>0)-u&255;return t+n};h.prototype.writeInt8=function(r,t,n){return r=+r,t=t>>>0,n||sr(this,r,t,1,127,-128),r<0&&(r=255+r+1),this[t]=r&255,t+1};h.prototype.writeInt16LE=function(r,t,n){return r=+r,t=t>>>0,n||sr(this,r,t,2,32767,-32768),this[t]=r&255,this[t+1]=r>>>8,t+2};h.prototype.writeInt16BE=function(r,t,n){return r=+r,t=t>>>0,n||sr(this,r,t,2,32767,-32768),this[t]=r>>>8,this[t+1]=r&255,t+2};h.prototype.writeInt32LE=function(r,t,n){return r=+r,t=t>>>0,n||sr(this,r,t,4,2147483647,-2147483648),this[t]=r&255,this[t+1]=r>>>8,this[t+2]=r>>>16,this[t+3]=r>>>24,t+4};h.prototype.writeInt32BE=function(r,t,n){return r=+r,t=t>>>0,n||sr(this,r,t,4,2147483647,-2147483648),r<0&&(r=4294967295+r+1),this[t]=r>>>24,this[t+1]=r>>>16,this[t+2]=r>>>8,this[t+3]=r&255,t+4};function Qs(e,r,t,n,o,i){if(t+n>e.length)throw new RangeError("Index out of range");if(t<0)throw new RangeError("Index out of range")}function Zs(e,r,t,n,o){return r=+r,t=t>>>0,o||Qs(e,r,t,4,34028234663852886e22,-34028234663852886e22),Be.write(e,r,t,n,23,4),t+4}h.prototype.writeFloatLE=function(r,t,n){return Zs(this,r,t,!0,n)};h.prototype.writeFloatBE=function(r,t,n){return Zs(this,r,t,!1,n)};function ru(e,r,t,n,o){return r=+r,t=t>>>0,o||Qs(e,r,t,8,17976931348623157e292,-17976931348623157e292),Be.write(e,r,t,n,52,8),t+8}h.prototype.writeDoubleLE=function(r,t,n){return ru(this,r,t,!0,n)};h.prototype.writeDoubleBE=function(r,t,n){return ru(this,r,t,!1,n)};h.prototype.copy=function(r,t,n,o){if(!h.isBuffer(r))throw new TypeError("argument should be a Buffer");if(n||(n=0),!o&&o!==0&&(o=this.length),t>=r.length&&(t=r.length),t||(t=0),o>0&&o<n&&(o=n),o===n||r.length===0||this.length===0)return 0;if(t<0)throw new RangeError("targetStart out of bounds");if(n<0||n>=this.length)throw new RangeError("Index out of range");if(o<0)throw new RangeError("sourceEnd out of bounds");o>this.length&&(o=this.length),r.length-t<o-n&&(o=r.length-t+n);var i=o-n;return this===r&&typeof Uint8Array.prototype.copyWithin=="function"?this.copyWithin(t,n,o):Uint8Array.prototype.set.call(r,this.subarray(n,o),t),i};h.prototype.fill=function(r,t,n,o){if(typeof r=="string"){if(typeof t=="string"?(o=t,t=0,n=this.length):typeof n=="string"&&(o=n,n=this.length),o!==void 0&&typeof o!="string")throw new TypeError("encoding must be a string");if(typeof o=="string"&&!h.isEncoding(o))throw new TypeError("Unknown encoding: "+o);if(r.length===1){var i=r.charCodeAt(0);(o==="utf8"&&i<128||o==="latin1")&&(r=i)}}else typeof r=="number"?r=r&255:typeof r=="boolean"&&(r=Number(r));if(t<0||this.length<t||this.length<n)throw new RangeError("Out of range index");if(n<=t)return this;t=t>>>0,n=n===void 0?this.length:n>>>0,r||(r=0);var a;if(typeof r=="number")for(a=t;a<n;++a)this[a]=r;else{var s=h.isBuffer(r)?r:h.from(r,o),u=s.length;if(u===0)throw new TypeError('The value "'+r+'" is invalid for argument "value"');for(a=0;a<n-t;++a)this[a+t]=s[a%u]}return this};var Fp=/[^+/0-9A-Za-z-_]/g;function Rp(e){if(e=e.split("=")[0],e=e.trim().replace(Fp,""),e.length<2)return"";for(;e.length%4!==0;)e=e+"=";return e}function Dn(e,r){r=r||1/0;for(var t,n=e.length,o=null,i=[],a=0;a<n;++a){if(t=e.charCodeAt(a),t>55295&&t<57344){if(!o){if(t>56319){(r-=3)>-1&&i.push(239,191,189);continue}else if(a+1===n){(r-=3)>-1&&i.push(239,191,189);continue}o=t;continue}if(t<56320){(r-=3)>-1&&i.push(239,191,189),o=t;continue}t=(o-55296<<10|t-56320)+65536}else o&&(r-=3)>-1&&i.push(239,191,189);if(o=null,t<128){if((r-=1)<0)break;i.push(t)}else if(t<2048){if((r-=2)<0)break;i.push(t>>6|192,t&63|128)}else if(t<65536){if((r-=3)<0)break;i.push(t>>12|224,t>>6&63|128,t&63|128)}else if(t<1114112){if((r-=4)<0)break;i.push(t>>18|240,t>>12&63|128,t>>6&63|128,t&63|128)}else throw new Error("Invalid code point")}return i}function kp(e){for(var r=[],t=0;t<e.length;++t)r.push(e.charCodeAt(t)&255);return r}function Up(e,r){for(var t,n,o,i=[],a=0;a<e.length&&!((r-=2)<0);++a)t=e.charCodeAt(a),n=t>>8,o=t%256,i.push(o),i.push(n);return i}function eu(e){return Tn.toByteArray(Rp(e))}function Ct(e,r,t,n){for(var o=0;o<n&&!(o+t>=r.length||o>=e.length);++o)r[o+t]=e[o];return o}function Rr(e,r){return Y(e,r)||e!=null&&e.constructor!=null&&e.constructor.name!=null&&e.constructor.name===r.name}function zn(e){return e!==e}var Op=function(){for(var e="0123456789abcdef",r=new Array(256),t=0;t<16;++t)for(var n=t*16,o=0;o<16;++o)r[n+o]=e[t]+e[o];return r}()});var hu=U(function(Jg,pu){"use strict";Vr();var tu,Ae=2147483647,kr=36,Jn=1,Ke=26,Lp=38,jp=700,ou=72,iu=128,au="-",Tp=/^xn--/,Np=/[^\0-\x7E]/,Mp=/[\x2E\u3002\uFF0E\uFF61]/g,Dp={overflow:"Overflow: input needs wider integers to process","not-basic":"Illegal input >= 0x80 (not a basic code point)","invalid-input":"Invalid input"},Wn=kr-Jn,Ur=Math.floor,Gn=String.fromCharCode;function oe(e){throw new RangeError(Dp[e])}function qp(e,r){for(var t=[],n=e.length;n--;)t[n]=r(e[n]);return t}function su(e,r){var t=e.split("@"),n="";t.length>1&&(n=t[0]+"@",e=t[1]),e=e.replace(Mp,".");var o=e.split("."),i=qp(o,r).join(".");return n+i}function uu(e){for(var r=[],t=0,n=e.length;t<n;){var o=e.charCodeAt(t++);if(o>=55296&&o<=56319&&t<n){var i=e.charCodeAt(t++);(i&64512)==56320?r.push(((o&1023)<<10)+(i&1023)+65536):(r.push(o),t--)}else r.push(o)}return r}var Vp=function(e){return(tu=String).fromCodePoint.apply(tu,O(e))},zp=function(r){return r-48<10?r-22:r-65<26?r-65:r-97<26?r-97:kr},nu=function(r,t){return r+22+75*(r<26)-((t!=0)<<5)},fu=function(r,t,n){var o=0;for(r=n?Ur(r/jp):r>>1,r+=Ur(r/t);r>Wn*Ke>>1;o+=kr)r=Ur(r/Wn);return Ur(o+(Wn+1)*r/(r+Lp))},lu=function(r){var t,n=[],o=r.length,i=0,a=iu,s=ou,u=r.lastIndexOf(au);u<0&&(u=0);for(var f=0;f<u;++f)r.charCodeAt(f)>=128&&oe("not-basic"),n.push(r.charCodeAt(f));for(var p=u>0?u+1:0;p<o;){for(var c=i,v=1,m=kr;;m+=kr){p>=o&&oe("invalid-input");var y=zp(r.charCodeAt(p++));(y>=kr||y>Ur((Ae-i)/v))&&oe("overflow"),i+=y*v;var g=m<=s?Jn:m>=s+Ke?Ke:m-s;if(y<g)break;var _=kr-g;v>Ur(Ae/_)&&oe("overflow"),v*=_}var b=n.length+1;s=fu(i-c,b,c==0),Ur(i/b)>Ae-a&&oe("overflow"),a+=Ur(i/b),i%=b,n.splice(i++,0,a)}return(t=String).fromCodePoint.apply(t,O(n))},cu=function(r){var t=[];r=uu(r);var n=r.length,o=iu,i=0,a=ou,s=!0,u=!1,f=void 0;try{for(var p=r[Symbol.iterator](),c;!(s=(c=p.next()).done);s=!0){var v=c.value;v<128&&t.push(Gn(v))}}catch(Gr){u=!0,f=Gr}finally{try{!s&&p.return!=null&&p.return()}finally{if(u)throw f}}var m=t.length,y=m;for(m&&t.push(au);y<n;){var g=Ae,_=!0,b=!1,k=void 0;try{for(var B=r[Symbol.iterator](),A;!(_=(A=B.next()).done);_=!0){var ir=A.value;ir>=o&&ir<g&&(g=ir)}}catch(Gr){b=!0,k=Gr}finally{try{!_&&B.return!=null&&B.return()}finally{if(b)throw k}}var ur=y+1;g-o>Ur((Ae-i)/ur)&&oe("overflow"),i+=(g-o)*ur,o=g;var mr=!0,_r=!1,wr=void 0;try{for(var br=r[Symbol.iterator](),Lr;!(mr=(Lr=br.next()).done);mr=!0){var Sr=Lr.value;if(Sr<o&&++i>Ae&&oe("overflow"),Sr==o){for(var Er=i,Ir=kr;;Ir+=kr){var xr=Ir<=a?Jn:Ir>=a+Ke?Ke:Ir-a;if(Er<xr)break;var jr=Er-xr,X=kr-xr;t.push(Gn(nu(xr+jr%X,0))),Er=Ur(jr/X)}t.push(Gn(nu(Er,0))),a=fu(i,ur,y==m),i=0,++y}}}catch(Gr){_r=!0,wr=Gr}finally{try{!mr&&br.return!=null&&br.return()}finally{if(_r)throw wr}}++i,++o}return t.join("")},Hp=function(r){return su(r,function(t){return Tp.test(t)?lu(t.slice(4).toLowerCase()):t})},Wp=function(r){return su(r,function(t){return Np.test(t)?"xn--"+cu(t):t})},Gp={version:"2.1.0",ucs2:{decode:uu,encode:Vp},decode:lu,encode:cu,toASCII:Wp,toUnicode:Hp};pu.exports=Gp});var Xn=U(function(Kg,du){"use strict";function Kn(e){return e>=48&&e<=57}function mu(e){return e>=65&&e<=90||e>=97&&e<=122}function Jp(e){return mu(e)||Kn(e)}function Kp(e){return Kn(e)||e>=65&&e<=70||e>=97&&e<=102}du.exports={isASCIIDigit:Kn,isASCIIAlpha:mu,isASCIIAlphanumeric:Jp,isASCIIHex:Kp}});var Xe=U(function(Yg,xu){"use strict";or();var ie=Hn().Buffer,vu=Xn().isASCIIHex;function Xp(e,r){for(var t=[],n=0,o=e.indexOf(r);o>=0;)t.push(e.slice(n,o)),n=o+1,o=e.indexOf(r,n);return n!==e.length&&t.push(e.slice(n)),t}function yu(e,r,t){for(var n=e.indexOf(r);n>=0;)e[n]=t,n=e.indexOf(r,n+1);return e}function _u(e){var r=e.toString(16).toUpperCase();return r.length===1&&(r="0"+r),"%"+r}function Yn(e){for(var r=ie.alloc(e.byteLength),t=0,n=0;n<e.length;++n)e[n]!==37||!vu(e[n+1])||!vu(e[n+2])?r[t++]=e[n]:(r[t++]=parseInt(e.slice(n+1,n+3).toString(),16),n+=2);return r.slice(0,t)}function Yp(e){var r=Xp(e,38),t=[],n=!0,o=!1,i=void 0;try{for(var a=r[Symbol.iterator](),s;!(n=(s=a.next()).done);n=!0){var u=s.value;if(u.length!==0){var f=void 0,p=void 0,c=u.indexOf(61);c>=0?(f=u.slice(0,c),p=u.slice(c+1)):(f=u,p=ie.alloc(0)),f=yu(ie.from(f),43,32),p=yu(ie.from(p),43,32),t.push([Yn(f).toString(),Yn(p).toString()])}}}catch(v){o=!0,i=v}finally{try{!n&&a.return!=null&&a.return()}finally{if(o)throw i}}return t}function gu(e){var r="",t=!0,n=!1,o=void 0;try{for(var i=e[Symbol.iterator](),a;!(t=(a=i.next()).done);t=!0){var s=a.value;s===32?r+="+":s===42||s===45||s===46||s>=48&&s<=57||s>=65&&s<=90||s===95||s>=97&&s<=122?r+=String.fromCodePoint(s):r+=_u(s)}}catch(u){n=!0,o=u}finally{try{!t&&i.return!=null&&i.return()}finally{if(n)throw o}}return r}function $p(e){var r=arguments.length>1&&arguments[1]!==void 0?arguments[1]:void 0,t="utf-8";r!==void 0&&(t=r);var n="",o=!0,i=!1,a=void 0;try{for(var s=e.entries()[Symbol.iterator](),u;!(o=(u=s.next()).done);o=!0){var f=N(u.value,2),p=f[0],c=f[1],v=gu(ie.from(c[0])),m=c[1];c.length>2&&c[2]!==void 0&&(c[2]==="hidden"&&v==="_charset_"?m=t:c[2]==="file"&&(m=m.name)),m=gu(ie.from(m)),p!==0&&(n+="&"),n+="".concat(v,"=").concat(m)}}catch(y){i=!0,a=y}finally{try{!o&&s.return!=null&&s.return()}finally{if(i)throw a}}return n}xu.exports={percentEncode:_u,percentDecode:Yn,parseUrlencoded:function(r){return Yp(ie.from(r))},serializeUrlencoded:$p}});var no=U(function(Qg,pr){"use strict";Dr();var Zn=Hn().Buffer,Fe=hu(),Q=Xn(),Eu=Xe(),Iu=Eu.percentEncode,Qp=Eu.percentDecode,Cu={ftp:21,file:null,http:80,https:443,ws:80,wss:443},w=Symbol("failure");function wu(e){return Fe.ucs2.decode(e).length}function bu(e,r){var t=e[r];return isNaN(t)?void 0:String.fromCodePoint(t)}function Su(e){return e==="."||e.toLowerCase()==="%2e"}function Zp(e){return e=e.toLowerCase(),e===".."||e==="%2e."||e===".%2e"||e==="%2e%2e"}function rh(e,r){return Q.isASCIIAlpha(e)&&(r===58||r===124)}function Bu(e){return e.length===2&&Q.isASCIIAlpha(e.codePointAt(0))&&(e[1]===":"||e[1]==="|")}function eh(e){return e.length===2&&Q.isASCIIAlpha(e.codePointAt(0))&&e[1]===":"}function th(e){return e.search(/\u0000|\u0009|\u000A|\u000D|\u0020|#|%|\/|:|\?|@|\[|\\|\]/)!==-1}function nh(e){return e.search(/\u0000|\u0009|\u000A|\u000D|\u0020|#|\/|:|\?|@|\[|\\|\]/)!==-1}function Bt(e){return Cu[e]!==void 0}function $(e){return Bt(e.scheme)}function $n(e){return!Bt(e.scheme)}function Pu(e){return Cu[e]}function oh(e){for(var r=Zn.from(e),t="",n=0;n<r.length;++n)t+=Iu(r[n]);return t}function ro(e){return e<=31||e>126}var ih=new Set([47,58,59,61,64,91,92,93,94,124]);function eo(e){return Fu(e)||ih.has(e)}var ah=new Set([32,34,60,62,96]);function Au(e){return ro(e)||ah.has(e)}var sh=new Set([35,63,123,125]);function Fu(e){return Au(e)||sh.has(e)}function ae(e,r){var t=String.fromCodePoint(e);return r(e)?oh(t):t}function uh(e){var r=10;if(e.length>=2&&e.charAt(0)==="0"&&e.charAt(1).toLowerCase()==="x"?(e=e.substring(2),r=16):e.length>=2&&e.charAt(0)==="0"&&(e=e.substring(1),r=8),e==="")return 0;var t=/[^0-7]/;return r===10&&(t=/[^0-9]/),r===16&&(t=/[^0-9A-Fa-f]/),t.test(e)?w:parseInt(e,r)}function fh(e){var r=e.split(".");if(r[r.length-1]===""&&r.length>1&&r.pop(),r.length>4)return e;var t=[],n=!0,o=!1,i=void 0;try{for(var a=r[Symbol.iterator](),s;!(n=(s=a.next()).done);n=!0){var u=s.value;if(u==="")return e;var f=uh(u);if(f===w)return e;t.push(f)}}catch(B){o=!0,i=B}finally{try{!n&&a.return!=null&&a.return()}finally{if(o)throw i}}for(var p=0;p<t.length-1;++p)if(t[p]>255)return w;if(t[t.length-1]>=Math.pow(256,5-t.length))return w;var c=t.pop(),v=0,m=!0,y=!1,g=void 0;try{for(var _=t[Symbol.iterator](),b;!(m=(b=_.next()).done);m=!0){var k=b.value;c+=k*Math.pow(256,3-v),++v}}catch(B){y=!0,g=B}finally{try{!m&&_.return!=null&&_.return()}finally{if(y)throw g}}return c}function lh(e){for(var r="",t=e,n=1;n<=4;++n)r=String(t%256)+r,n!==4&&(r="."+r),t=Math.floor(t/256);return r}function ch(e){var r=[0,0,0,0,0,0,0,0],t=0,n=null,o=0;if(e=Fe.ucs2.decode(e),e[o]===58){if(e[o+1]!==58)return w;o+=2,++t,n=t}for(;o<e.length;){if(t===8)return w;if(e[o]===58){if(n!==null)return w;++o,++t,n=t;continue}for(var i=0,a=0;a<4&&Q.isASCIIHex(e[o]);)i=i*16+parseInt(bu(e,o),16),++o,++a;if(e[o]===46){if(a===0||(o-=a,t>6))return w;for(var s=0;e[o]!==void 0;){var u=null;if(s>0)if(e[o]===46&&s<4)++o;else return w;if(!Q.isASCIIDigit(e[o]))return w;for(;Q.isASCIIDigit(e[o]);){var f=parseInt(bu(e,o));if(u===null)u=f;else{if(u===0)return w;u=u*10+f}if(u>255)return w;++o}r[t]=r[t]*256+u,++s,(s===2||s===4)&&++t}if(s!==4)return w;break}else if(e[o]===58){if(++o,e[o]===void 0)return w}else if(e[o]!==void 0)return w;r[t]=i,++t}if(n!==null){var p=t-n;for(t=7;t!==0&&p>0;){var c=r[n+p-1];r[n+p-1]=r[t],r[t]=c,--t,--p}}else if(n===null&&t!==8)return w;return r}function ph(e){for(var r="",t=mh(e),n=t.idx,o=!1,i=0;i<=7;++i)if(!(o&&e[i]===0)){if(o&&(o=!1),n===i){var a=i===0?"::":":";r+=a,o=!0;continue}r+=e[i].toString(16),i!==7&&(r+=":")}return r}function Qn(e){var r=arguments.length>1&&arguments[1]!==void 0?arguments[1]:!1;if(e[0]==="[")return e[e.length-1]!=="]"?w:ch(e.substring(1,e.length-1));if(r)return hh(e);var t=Qp(Zn.from(e)).toString(),n=dh(t);if(n===w||th(n))return w;var o=fh(n);return typeof o=="number"||o===w?o:n}function hh(e){if(nh(e))return w;for(var r="",t=Fe.ucs2.decode(e),n=0;n<t.length;++n)r+=ae(t[n],ro);return r}function mh(e){for(var r=null,t=1,n=null,o=0,i=0;i<e.length;++i)e[i]!==0?(o>t&&(r=n,t=o),n=null,o=0):(n===null&&(n=i),++o);return o>t&&(r=n,t=o),{idx:r,len:t}}function to(e){return typeof e=="number"?lh(e):Y(e,Array)?"["+ph(e)+"]":e}function dh(e){var r=e;return r===null?w:r}function vh(e){return e.replace(/^[\u0000-\u001F\u0020]+|[\u0000-\u001F\u0020]+$/g,"")}function yh(e){return e.replace(/\u0009|\u000A|\u000D/g,"")}function Ru(e){var r=e.path;r.length!==0&&(e.scheme==="file"&&r.length===1&&_h(r[0])||r.pop())}function ku(e){return e.username!==""||e.password!==""}function gh(e){return e.host===null||e.host===""||e.cannotBeABaseURL||e.scheme==="file"}function _h(e){return/^[A-Za-z]:$/.test(e)}function z(e,r,t,n,o){if(this.pointer=0,this.input=e,this.base=r||null,this.encodingOverride=t||"utf-8",this.stateOverride=o,this.url=n,this.failure=!1,this.parseError=!1,!this.url){this.url={scheme:"",username:"",password:"",host:null,port:null,path:[],query:null,fragment:null,cannotBeABaseURL:!1};var i=vh(this.input);i!==this.input&&(this.parseError=!0),this.input=i}var a=yh(this.input);for(a!==this.input&&(this.parseError=!0),this.input=a,this.state=o||"scheme start",this.buffer="",this.atFlag=!1,this.arrFlag=!1,this.passwordTokenSeenFlag=!1,this.input=Fe.ucs2.decode(this.input);this.pointer<=this.input.length;++this.pointer){var s=this.input[this.pointer],u=isNaN(s)?void 0:String.fromCodePoint(s),f=this["parse "+this.state](s,u);if(f){if(f===w){this.failure=!0;break}}else break}}z.prototype["parse scheme start"]=function(r,t){if(Q.isASCIIAlpha(r))this.buffer+=t.toLowerCase(),this.state="scheme";else if(!this.stateOverride)this.state="no scheme",--this.pointer;else return this.parseError=!0,w;return!0};z.prototype["parse scheme"]=function(r,t){if(Q.isASCIIAlphanumeric(r)||r===43||r===45||r===46)this.buffer+=t.toLowerCase();else if(r===58){if(this.stateOverride&&($(this.url)&&!Bt(this.buffer)||!$(this.url)&&Bt(this.buffer)||(ku(this.url)||this.url.port!==null)&&this.buffer==="file"||this.url.scheme==="file"&&(this.url.host===""||this.url.host===null)))return!1;if(this.url.scheme=this.buffer,this.stateOverride)return this.url.port===Pu(this.url.scheme)&&(this.url.port=null),!1;this.buffer="",this.url.scheme==="file"?((this.input[this.pointer+1]!==47||this.input[this.pointer+2]!==47)&&(this.parseError=!0),this.state="file"):$(this.url)&&this.base!==null&&this.base.scheme===this.url.scheme?this.state="special relative or authority":$(this.url)?this.state="special authority slashes":this.input[this.pointer+1]===47?(this.state="path or authority",++this.pointer):(this.url.cannotBeABaseURL=!0,this.url.path.push(""),this.state="cannot-be-a-base-URL path")}else if(!this.stateOverride)this.buffer="",this.state="no scheme",this.pointer=-1;else return this.parseError=!0,w;return!0};z.prototype["parse no scheme"]=function(r){return this.base===null||this.base.cannotBeABaseURL&&r!==35?w:(this.base.cannotBeABaseURL&&r===35?(this.url.scheme=this.base.scheme,this.url.path=this.base.path.slice(),this.url.query=this.base.query,this.url.fragment="",this.url.cannotBeABaseURL=!0,this.state="fragment"):this.base.scheme==="file"?(this.state="file",--this.pointer):(this.state="relative",--this.pointer),!0)};z.prototype["parse special relative or authority"]=function(r){return r===47&&this.input[this.pointer+1]===47?(this.state="special authority ignore slashes",++this.pointer):(this.parseError=!0,this.state="relative",--this.pointer),!0};z.prototype["parse path or authority"]=function(r){return r===47?this.state="authority":(this.state="path",--this.pointer),!0};z.prototype["parse relative"]=function(r){return this.url.scheme=this.base.scheme,isNaN(r)?(this.url.username=this.base.username,this.url.password=this.base.password,this.url.host=this.base.host,this.url.port=this.base.port,this.url.path=this.base.path.slice(),this.url.query=this.base.query):r===47?this.state="relative slash":r===63?(this.url.username=this.base.username,this.url.password=this.base.password,this.url.host=this.base.host,this.url.port=this.base.port,this.url.path=this.base.path.slice(),this.url.query="",this.state="query"):r===35?(this.url.username=this.base.username,this.url.password=this.base.password,this.url.host=this.base.host,this.url.port=this.base.port,this.url.path=this.base.path.slice(),this.url.query=this.base.query,this.url.fragment="",this.state="fragment"):$(this.url)&&r===92?(this.parseError=!0,this.state="relative slash"):(this.url.username=this.base.username,this.url.password=this.base.password,this.url.host=this.base.host,this.url.port=this.base.port,this.url.path=this.base.path.slice(0,this.base.path.length-1),this.state="path",--this.pointer),!0};z.prototype["parse relative slash"]=function(r){return $(this.url)&&(r===47||r===92)?(r===92&&(this.parseError=!0),this.state="special authority ignore slashes"):r===47?this.state="authority":(this.url.username=this.base.username,this.url.password=this.base.password,this.url.host=this.base.host,this.url.port=this.base.port,this.state="path",--this.pointer),!0};z.prototype["parse special authority slashes"]=function(r){return r===47&&this.input[this.pointer+1]===47?(this.state="special authority ignore slashes",++this.pointer):(this.parseError=!0,this.state="special authority ignore slashes",--this.pointer),!0};z.prototype["parse special authority ignore slashes"]=function(r){return r!==47&&r!==92?(this.state="authority",--this.pointer):this.parseError=!0,!0};z.prototype["parse authority"]=function(r,t){if(r===64){this.parseError=!0,this.atFlag&&(this.buffer="%40"+this.buffer),this.atFlag=!0;for(var n=wu(this.buffer),o=0;o<n;++o){var i=this.buffer.codePointAt(o);if(i===58&&!this.passwordTokenSeenFlag){this.passwordTokenSeenFlag=!0;continue}var a=ae(i,eo);this.passwordTokenSeenFlag?this.url.password+=a:this.url.username+=a}this.buffer=""}else if(isNaN(r)||r===47||r===63||r===35||$(this.url)&&r===92){if(this.atFlag&&this.buffer==="")return this.parseError=!0,w;this.pointer-=wu(this.buffer)+1,this.buffer="",this.state="host"}else this.buffer+=t;return!0};z.prototype["parse hostname"]=z.prototype["parse host"]=function(r,t){if(this.stateOverride&&this.url.scheme==="file")--this.pointer,this.state="file host";else if(r===58&&!this.arrFlag){if(this.buffer==="")return this.parseError=!0,w;var n=Qn(this.buffer,$n(this.url));if(n===w)return w;if(this.url.host=n,this.buffer="",this.state="port",this.stateOverride==="hostname")return!1}else if(isNaN(r)||r===47||r===63||r===35||$(this.url)&&r===92){if(--this.pointer,$(this.url)&&this.buffer==="")return this.parseError=!0,w;if(this.stateOverride&&this.buffer===""&&(ku(this.url)||this.url.port!==null))return this.parseError=!0,!1;var o=Qn(this.buffer,$n(this.url));if(o===w)return w;if(this.url.host=o,this.buffer="",this.state="path start",this.stateOverride)return!1}else r===91?this.arrFlag=!0:r===93&&(this.arrFlag=!1),this.buffer+=t;return!0};z.prototype["parse port"]=function(r,t){if(Q.isASCIIDigit(r))this.buffer+=t;else if(isNaN(r)||r===47||r===63||r===35||$(this.url)&&r===92||this.stateOverride){if(this.buffer!==""){var n=parseInt(this.buffer);if(n>Math.pow(2,16)-1)return this.parseError=!0,w;this.url.port=n===Pu(this.url.scheme)?null:n,this.buffer=""}if(this.stateOverride)return!1;this.state="path start",--this.pointer}else return this.parseError=!0,w;return!0};var xh=new Set([47,92,63,35]);function Uu(e,r){var t=e.length-r;return t>=2&&rh(e[r],e[r+1])&&(t===2||xh.has(e[r+2]))}z.prototype["parse file"]=function(r){return this.url.scheme="file",r===47||r===92?(r===92&&(this.parseError=!0),this.state="file slash"):this.base!==null&&this.base.scheme==="file"?isNaN(r)?(this.url.host=this.base.host,this.url.path=this.base.path.slice(),this.url.query=this.base.query):r===63?(this.url.host=this.base.host,this.url.path=this.base.path.slice(),this.url.query="",this.state="query"):r===35?(this.url.host=this.base.host,this.url.path=this.base.path.slice(),this.url.query=this.base.query,this.url.fragment="",this.state="fragment"):(Uu(this.input,this.pointer)?this.parseError=!0:(this.url.host=this.base.host,this.url.path=this.base.path.slice(),Ru(this.url)),this.state="path",--this.pointer):(this.state="path",--this.pointer),!0};z.prototype["parse file slash"]=function(r){return r===47||r===92?(r===92&&(this.parseError=!0),this.state="file host"):(this.base!==null&&this.base.scheme==="file"&&!Uu(this.input,this.pointer)&&(eh(this.base.path[0])?this.url.path.push(this.base.path[0]):this.url.host=this.base.host),this.state="path",--this.pointer),!0};z.prototype["parse file host"]=function(r,t){if(isNaN(r)||r===47||r===92||r===63||r===35)if(--this.pointer,!this.stateOverride&&Bu(this.buffer))this.parseError=!0,this.state="path";else if(this.buffer===""){if(this.url.host="",this.stateOverride)return!1;this.state="path start"}else{var n=Qn(this.buffer,$n(this.url));if(n===w)return w;if(n==="localhost"&&(n=""),this.url.host=n,this.stateOverride)return!1;this.buffer="",this.state="path start"}else this.buffer+=t;return!0};z.prototype["parse path start"]=function(r){return $(this.url)?(r===92&&(this.parseError=!0),this.state="path",r!==47&&r!==92&&--this.pointer):!this.stateOverride&&r===63?(this.url.query="",this.state="query"):!this.stateOverride&&r===35?(this.url.fragment="",this.state="fragment"):r!==void 0&&(this.state="path",r!==47&&--this.pointer),!0};z.prototype["parse path"]=function(r){if(isNaN(r)||r===47||$(this.url)&&r===92||!this.stateOverride&&(r===63||r===35)){if($(this.url)&&r===92&&(this.parseError=!0),Zp(this.buffer)?(Ru(this.url),r!==47&&!($(this.url)&&r===92)&&this.url.path.push("")):Su(this.buffer)&&r!==47&&!($(this.url)&&r===92)?this.url.path.push(""):Su(this.buffer)||(this.url.scheme==="file"&&this.url.path.length===0&&Bu(this.buffer)&&(this.url.host!==""&&this.url.host!==null&&(this.parseError=!0,this.url.host=""),this.buffer=this.buffer[0]+":"),this.url.path.push(this.buffer)),this.buffer="",this.url.scheme==="file"&&(r===void 0||r===63||r===35))for(;this.url.path.length>1&&this.url.path[0]==="";)this.parseError=!0,this.url.path.shift();r===63&&(this.url.query="",this.state="query"),r===35&&(this.url.fragment="",this.state="fragment")}else r===37&&(!Q.isASCIIHex(this.input[this.pointer+1])||!Q.isASCIIHex(this.input[this.pointer+2]))&&(this.parseError=!0),this.buffer+=ae(r,Fu);return!0};z.prototype["parse cannot-be-a-base-URL path"]=function(r){return r===63?(this.url.query="",this.state="query"):r===35?(this.url.fragment="",this.state="fragment"):(!isNaN(r)&&r!==37&&(this.parseError=!0),r===37&&(!Q.isASCIIHex(this.input[this.pointer+1])||!Q.isASCIIHex(this.input[this.pointer+2]))&&(this.parseError=!0),isNaN(r)||(this.url.path[0]+=ae(r,ro))),!0};z.prototype["parse query"]=function(r,t){if(isNaN(r)||!this.stateOverride&&r===35){(!$(this.url)||this.url.scheme==="ws"||this.url.scheme==="wss")&&(this.encodingOverride="utf-8");for(var n=Zn.from(this.buffer),o=0;o<n.length;++o)n[o]<33||n[o]>126||n[o]===34||n[o]===35||n[o]===60||n[o]===62||n[o]===39&&$(this.url)?this.url.query+=Iu(n[o]):this.url.query+=String.fromCodePoint(n[o]);this.buffer="",r===35&&(this.url.fragment="",this.state="fragment")}else r===37&&(!Q.isASCIIHex(this.input[this.pointer+1])||!Q.isASCIIHex(this.input[this.pointer+2]))&&(this.parseError=!0),this.buffer+=t;return!0};z.prototype["parse fragment"]=function(r){return isNaN(r)||(r===0?this.parseError=!0:(r===37&&(!Q.isASCIIHex(this.input[this.pointer+1])||!Q.isASCIIHex(this.input[this.pointer+2]))&&(this.parseError=!0),this.url.fragment+=ae(r,Au))),!0};function wh(e,r){var t=e.scheme+":";if(e.host!==null?(t+="//",(e.username!==""||e.password!=="")&&(t+=e.username,e.password!==""&&(t+=":"+e.password),t+="@"),t+=to(e.host),e.port!==null&&(t+=":"+e.port)):e.host===null&&e.scheme==="file"&&(t+="//"),e.cannotBeABaseURL)t+=e.path[0];else{var n=!0,o=!1,i=void 0;try{for(var a=e.path[Symbol.iterator](),s;!(n=(s=a.next()).done);n=!0){var u=s.value;t+="/"+u}}catch(f){o=!0,i=f}finally{try{!n&&a.return!=null&&a.return()}finally{if(o)throw i}}}return e.query!==null&&(t+="?"+e.query),!r&&e.fragment!==null&&(t+="#"+e.fragment),t}function bh(e){var r=e.scheme+"://";return r+=to(e.host),e.port!==null&&(r+=":"+e.port),r}pr.exports.serializeURL=wh;pr.exports.serializeURLOrigin=function(e){switch(e.scheme){case"blob":try{return pr.exports.serializeURLOrigin(pr.exports.parseURL(e.path[0]))}catch(r){return"null"}case"ftp":case"http":case"https":case"ws":case"wss":return bh({scheme:e.scheme,host:e.host,port:e.port});case"file":return"null";default:return"null"}};pr.exports.basicURLParse=function(e,r){r===void 0&&(r={});var t=new z(e,r.baseURL,r.encodingOverride,r.url,r.stateOverride);return t.failure?null:t.url};pr.exports.setTheUsername=function(e,r){e.username="";for(var t=Fe.ucs2.decode(r),n=0;n<t.length;++n)e.username+=ae(t[n],eo)};pr.exports.setThePassword=function(e,r){e.password="";for(var t=Fe.ucs2.decode(r),n=0;n<t.length;++n)e.password+=ae(t[n],eo)};pr.exports.serializeHost=to;pr.exports.cannotHaveAUsernamePasswordPort=gh;pr.exports.serializeInteger=function(e){return String(e)};pr.exports.parseURL=function(e,r){return r===void 0&&(r={}),pr.exports.basicURLParse(e,{baseURL:r.baseURL,encodingOverride:r.encodingOverride})}});var Lu=U(function(Ou){"use strict";fr();dr();Br();var oo=Xe();function Sh(e,r){return e.map(function(t,n){return{item:t,index:n}}).sort(function(t,n){return r(t.item,n.item)||t.index-n.index}).map(function(t){var n=t.item;return n})}Ou.implementation=function(){function e(r,t,n){var o=n.doNotStripQMark,i=o===void 0?!1:o;L(this,e);var a=t[0];if(this._list=[],this._url=null,!i&&typeof a=="string"&&a[0]==="?"&&(a=a.slice(1)),Array.isArray(a)){var s=!0,u=!1,f=void 0;try{for(var p=a[Symbol.iterator](),c;!(s=(c=p.next()).done);s=!0){var v=c.value;if(v.length!==2)throw new TypeError("Failed to construct 'URLSearchParams': parameter 1 sequence's element does not contain exactly two elements.");this._list.push([v[0],v[1]])}}catch(A){u=!0,f=A}finally{try{!s&&p.return!=null&&p.return()}finally{if(u)throw f}}}else if((typeof a>"u"?"undefined":W(a))==="object"&&Object.getPrototypeOf(a)===null){var m=!0,y=!1,g=void 0;try{for(var _=Object.keys(a)[Symbol.iterator](),b;!(m=(b=_.next()).done);m=!0){var k=b.value,B=a[k];this._list.push([k,B])}}catch(A){y=!0,g=A}finally{try{!m&&_.return!=null&&_.return()}finally{if(y)throw g}}}else this._list=oo.parseUrlencoded(a)}return V(e,[{key:"_updateSteps",value:function(){if(this._url!==null){var t=oo.serializeUrlencoded(this._list);t===""&&(t=null),this._url._url.query=t}}},{key:"append",value:function(t,n){this._list.push([t,n]),this._updateSteps()}},{key:"delete",value:function(t){for(var n=0;n<this._list.length;)this._list[n][0]===t?this._list.splice(n,1):n++;this._updateSteps()}},{key:"get",value:function(t){var n=!0,o=!1,i=void 0;try{for(var a=this._list[Symbol.iterator](),s;!(n=(s=a.next()).done);n=!0){var u=s.value;if(u[0]===t)return u[1]}}catch(f){o=!0,i=f}finally{try{!n&&a.return!=null&&a.return()}finally{if(o)throw i}}return null}},{key:"getAll",value:function(t){var n=[],o=!0,i=!1,a=void 0;try{for(var s=this._list[Symbol.iterator](),u;!(o=(u=s.next()).done);o=!0){var f=u.value;f[0]===t&&n.push(f[1])}}catch(p){i=!0,a=p}finally{try{!o&&s.return!=null&&s.return()}finally{if(i)throw a}}return n}},{key:"has",value:function(t){var n=!0,o=!1,i=void 0;try{for(var a=this._list[Symbol.iterator](),s;!(n=(s=a.next()).done);n=!0){var u=s.value;if(u[0]===t)return!0}}catch(f){o=!0,i=f}finally{try{!n&&a.return!=null&&a.return()}finally{if(o)throw i}}return!1}},{key:"set",value:function(t,n){for(var o=!1,i=0;i<this._list.length;)this._list[i][0]===t?o?this._list.splice(i,1):(o=!0,this._list[i][1]=n,i++):i++;o||this._list.push([t,n]),this._updateSteps()}},{key:"sort",value:function(){this._list=Sh(this._list,function(t,n){return t[0]>n[0]}),this._updateSteps()}},{key:Symbol.iterator,value:function(){return this._list[Symbol.iterator]()}},{key:"toString",value:function(){return oo.serializeUrlencoded(this._list)}}]),e}()});var io=U(function(f_,J){"use strict";fr();dr();je();Dr();or();Vr();var yr=Un(),Z=On(),tr=Z.implSymbol,Ye=Z.ctorRegistrySymbol,Eh=Object.create(Z.IteratorPrototype,lr({next:{value:function(){var r=this[Z.iterInternalSymbol],t=r.target,n=r.kind,o=r.index,i=Array.from(t[tr]),a=i.length;if(o>=a)return{value:void 0,done:!0};var s=i[o];r.index=o+1;var u=N(s.map(Z.tryWrapperForImpl),2),f=u[0],p=u[1],c;switch(n){case"key":c=f;break;case"value":c=p;break;case"key+value":c=[f,p];break}return{value:c,done:!1}},writable:!0,enumerable:!0,configurable:!0}},Symbol.toStringTag,{value:"URLSearchParams Iterator",configurable:!0})),Qe={_mixedIntoPredicates:[],is:function(r){if(r){if(Z.hasOwn(r,tr)&&Y(r[tr],$e.implementation))return!0;var t=!0,n=!1,o=void 0;try{for(var i=J.exports._mixedIntoPredicates[Symbol.iterator](),a;!(t=(a=i.next()).done);t=!0){var s=a.value;if(s(r))return!0}}catch(u){n=!0,o=u}finally{try{!t&&i.return!=null&&i.return()}finally{if(n)throw o}}}return!1},isImpl:function(r){if(r){if(Y(r,$e.implementation))return!0;var t=Z.wrapperForImpl(r),n=!0,o=!1,i=void 0;try{for(var a=J.exports._mixedIntoPredicates[Symbol.iterator](),s;!(n=(s=a.next()).done);n=!0){var u=s.value;if(u(t))return!0}}catch(f){o=!0,i=f}finally{try{!n&&a.return!=null&&a.return()}finally{if(o)throw i}}}return!1},convert:function(r){var t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},n=t.context,o=n===void 0?"The provided value":n;if(J.exports.is(r))return Z.implForWrapper(r);throw new TypeError("".concat(o," is not of type 'URLSearchParams'."))},createDefaultIterator:function(r,t){var n=Object.create(Eh);return Object.defineProperty(n,Z.iterInternalSymbol,{value:{target:r,kind:t,index:0},configurable:!0}),n},create:function(r,t,n){if(r[Ye]===void 0)throw new Error("Internal error: invalid global object");var o=r[Ye].URLSearchParams;if(o===void 0)throw new Error("Internal error: constructor URLSearchParams is not installed on the passed global object");var i=Object.create(o.prototype);return i=Qe.setup(i,r,t,n),i},createImpl:function(r,t,n){var o=Qe.create(r,t,n);return Z.implForWrapper(o)},_internalSetup:function(r){},setup:function(r,t){var n=arguments.length>2&&arguments[2]!==void 0?arguments[2]:[],o=arguments.length>3&&arguments[3]!==void 0?arguments[3]:{};return o.wrapper=r,Qe._internalSetup(r),Object.defineProperty(r,tr,{value:new $e.implementation(t,n,o),configurable:!0}),r[tr][Z.wrapperSymbol]=r,$e.init&&$e.init(r[tr],o),r},install:function(r){var t=function(){function o(){L(this,o);var i=[];{var a=arguments[0];if(a!==void 0)if(Z.isObject(a))if(a[Symbol.iterator]!==void 0)if(Z.isObject(a)){var s=[],u=a,f=!0,p=!1,c=void 0;try{for(var v=u[Symbol.iterator](),m;!(f=(m=v.next()).done);f=!0){var y=m.value;if(Z.isObject(y)){var g=[],_=y,b=!0,k=!1,B=void 0;try{for(var A=_[Symbol.iterator](),ir;!(b=(ir=A.next()).done);b=!0){var ur=ir.value;ur=yr.USVString(ur,{context:"Failed to construct 'URLSearchParams': parameter 1 sequence's element's element"}),g.push(ur)}}catch(X){k=!0,B=X}finally{try{!b&&A.return!=null&&A.return()}finally{if(k)throw B}}y=g}else throw new TypeError("Failed to construct 'URLSearchParams': parameter 1 sequence's element is not an iterable object.");s.push(y)}}catch(X){p=!0,c=X}finally{try{!f&&v.return!=null&&v.return()}finally{if(p)throw c}}a=s}else throw new TypeError("Failed to construct 'URLSearchParams': parameter 1 sequence is not an iterable object.");else if(Z.isObject(a)){var mr=Object.create(null),_r=!0,wr=!1,br=void 0;try{for(var Lr=Reflect.ownKeys(a)[Symbol.iterator](),Sr;!(_r=(Sr=Lr.next()).done);_r=!0){var Er=Sr.value,Ir=Object.getOwnPropertyDescriptor(a,Er);if(Ir&&Ir.enumerable){var xr=Er;xr=yr.USVString(xr,{context:"Failed to construct 'URLSearchParams': parameter 1 record's key"});var jr=a[Er];jr=yr.USVString(jr,{context:"Failed to construct 'URLSearchParams': parameter 1 record's value"}),mr[xr]=jr}}}catch(X){wr=!0,br=X}finally{try{!_r&&Lr.return!=null&&Lr.return()}finally{if(wr)throw br}}a=mr}else throw new TypeError("Failed to construct 'URLSearchParams': parameter 1 record is not an object.");else a=yr.USVString(a,{context:"Failed to construct 'URLSearchParams': parameter 1"});else a="";i.push(a)}return Qe.setup(Object.create(this.constructor.prototype),r,i)}return V(o,[{key:"append",value:function(a,s){var u;if(!this||!J.exports.is(this))throw new TypeError("Illegal invocation");if(arguments.length<2)throw new TypeError("Failed to execute 'append' on 'URLSearchParams': 2 arguments required, but only "+arguments.length+" present.");var f=[];{var p=arguments[0];p=yr.USVString(p,{context:"Failed to execute 'append' on 'URLSearchParams': parameter 1"}),f.push(p)}{var c=arguments[1];c=yr.USVString(c,{context:"Failed to execute 'append' on 'URLSearchParams': parameter 2"}),f.push(c)}return(u=this[tr]).append.apply(u,O(f))}},{key:"delete",value:function(a){var s;if(!this||!J.exports.is(this))throw new TypeError("Illegal invocation");if(arguments.length<1)throw new TypeError("Failed to execute 'delete' on 'URLSearchParams': 1 argument required, but only "+arguments.length+" present.");var u=[];{var f=arguments[0];f=yr.USVString(f,{context:"Failed to execute 'delete' on 'URLSearchParams': parameter 1"}),u.push(f)}return(s=this[tr]).delete.apply(s,O(u))}},{key:"get",value:function(a){var s;if(!this||!J.exports.is(this))throw new TypeError("Illegal invocation");if(arguments.length<1)throw new TypeError("Failed to execute 'get' on 'URLSearchParams': 1 argument required, but only "+arguments.length+" present.");var u=[];{var f=arguments[0];f=yr.USVString(f,{context:"Failed to execute 'get' on 'URLSearchParams': parameter 1"}),u.push(f)}return(s=this[tr]).get.apply(s,O(u))}},{key:"getAll",value:function(a){var s;if(!this||!J.exports.is(this))throw new TypeError("Illegal invocation");if(arguments.length<1)throw new TypeError("Failed to execute 'getAll' on 'URLSearchParams': 1 argument required, but only "+arguments.length+" present.");var u=[];{var f=arguments[0];f=yr.USVString(f,{context:"Failed to execute 'getAll' on 'URLSearchParams': parameter 1"}),u.push(f)}return Z.tryWrapperForImpl((s=this[tr]).getAll.apply(s,O(u)))}},{key:"has",value:function(a){var s;if(!this||!J.exports.is(this))throw new TypeError("Illegal invocation");if(arguments.length<1)throw new TypeError("Failed to execute 'has' on 'URLSearchParams': 1 argument required, but only "+arguments.length+" present.");var u=[];{var f=arguments[0];f=yr.USVString(f,{context:"Failed to execute 'has' on 'URLSearchParams': parameter 1"}),u.push(f)}return(s=this[tr]).has.apply(s,O(u))}},{key:"set",value:function(a,s){var u;if(!this||!J.exports.is(this))throw new TypeError("Illegal invocation");if(arguments.length<2)throw new TypeError("Failed to execute 'set' on 'URLSearchParams': 2 arguments required, but only "+arguments.length+" present.");var f=[];{var p=arguments[0];p=yr.USVString(p,{context:"Failed to execute 'set' on 'URLSearchParams': parameter 1"}),f.push(p)}{var c=arguments[1];c=yr.USVString(c,{context:"Failed to execute 'set' on 'URLSearchParams': parameter 2"}),f.push(c)}return(u=this[tr]).set.apply(u,O(f))}},{key:"sort",value:function(){if(!this||!J.exports.is(this))throw new TypeError("Illegal invocation");return this[tr].sort()}},{key:"toString",value:function(){if(!this||!J.exports.is(this))throw new TypeError("Illegal invocation");return this[tr].toString()}},{key:"keys",value:function(){if(!this||!J.exports.is(this))throw new TypeError("Illegal invocation");return J.exports.createDefaultIterator(this,"key")}},{key:"values",value:function(){if(!this||!J.exports.is(this))throw new TypeError("Illegal invocation");return J.exports.createDefaultIterator(this,"value")}},{key:"entries",value:function(){if(!this||!J.exports.is(this))throw new TypeError("Illegal invocation");return J.exports.createDefaultIterator(this,"key+value")}},{key:"forEach",value:function(a){if(!this||!J.exports.is(this))throw new TypeError("Illegal invocation");if(arguments.length<1)throw new TypeError("Failed to execute 'forEach' on 'iterable': 1 argument required, but only 0 present.");if(typeof a!="function")throw new TypeError("Failed to execute 'forEach' on 'iterable': The callback provided as parameter 1 is not a function.");for(var s=arguments[1],u=Array.from(this[tr]),f=0;f<u.length;){var p=N(u[f].map(Z.tryWrapperForImpl),2),c=p[0],v=p[1];a.call(s,v,c,this),u=Array.from(this[tr]),f++}}}]),o}(),n;Object.defineProperties(t.prototype,(n={append:{enumerable:!0},delete:{enumerable:!0},get:{enumerable:!0},getAll:{enumerable:!0},has:{enumerable:!0},set:{enumerable:!0},sort:{enumerable:!0},toString:{enumerable:!0},keys:{enumerable:!0},values:{enumerable:!0},entries:{enumerable:!0},forEach:{enumerable:!0}},lr(n,Symbol.toStringTag,{value:"URLSearchParams",configurable:!0}),lr(n,Symbol.iterator,{value:t.prototype.entries,configurable:!0,writable:!0}),n)),r[Ye]===void 0&&(r[Ye]=Object.create(null)),r[Ye].URLSearchParams=t,Object.defineProperty(r,"URLSearchParams",{configurable:!0,writable:!0,value:t})}};J.exports=Qe;var $e=Lu()});var Nu=U(function(Tu){"use strict";fr();dr();var H=no(),ju=Xe(),Ih=io();Tu.implementation=function(){function e(r,t){L(this,e);var n=t[0],o=t[1],i=null;if(o!==void 0&&(i=H.basicURLParse(o),i===null))throw new TypeError("Invalid base URL: ".concat(o));var a=H.basicURLParse(n,{baseURL:i});if(a===null)throw new TypeError("Invalid URL: ".concat(n));var s=a.query!==null?a.query:"";this._url=a,this._query=Ih.createImpl(r,[s],{doNotStripQMark:!0}),this._query._url=this}return V(e,[{key:"href",get:function(){return H.serializeURL(this._url)},set:function(t){var n=H.basicURLParse(t);if(n===null)throw new TypeError("Invalid URL: ".concat(t));this._url=n,this._query._list.splice(0);var o=n.query;o!==null&&(this._query._list=ju.parseUrlencoded(o))}},{key:"origin",get:function(){return H.serializeURLOrigin(this._url)}},{key:"protocol",get:function(){return this._url.scheme+":"},set:function(t){H.basicURLParse(t+":",{url:this._url,stateOverride:"scheme start"})}},{key:"username",get:function(){return this._url.username},set:function(t){H.cannotHaveAUsernamePasswordPort(this._url)||H.setTheUsername(this._url,t)}},{key:"password",get:function(){return this._url.password},set:function(t){H.cannotHaveAUsernamePasswordPort(this._url)||H.setThePassword(this._url,t)}},{key:"host",get:function(){var t=this._url;return t.host===null?"":t.port===null?H.serializeHost(t.host):H.serializeHost(t.host)+":"+H.serializeInteger(t.port)},set:function(t){this._url.cannotBeABaseURL||H.basicURLParse(t,{url:this._url,stateOverride:"host"})}},{key:"hostname",get:function(){return this._url.host===null?"":H.serializeHost(this._url.host)},set:function(t){this._url.cannotBeABaseURL||H.basicURLParse(t,{url:this._url,stateOverride:"hostname"})}},{key:"port",get:function(){return this._url.port===null?"":H.serializeInteger(this._url.port)},set:function(t){H.cannotHaveAUsernamePasswordPort(this._url)||(t===""?this._url.port=null:H.basicURLParse(t,{url:this._url,stateOverride:"port"}))}},{key:"pathname",get:function(){return this._url.cannotBeABaseURL?this._url.path[0]:this._url.path.length===0?"":"/"+this._url.path.join("/")},set:function(t){this._url.cannotBeABaseURL||(this._url.path=[],H.basicURLParse(t,{url:this._url,stateOverride:"path start"}))}},{key:"search",get:function(){return this._url.query===null||this._url.query===""?"":"?"+this._url.query},set:function(t){var n=this._url;if(t===""){n.query=null,this._query._list=[];return}var o=t[0]==="?"?t.substring(1):t;n.query="",H.basicURLParse(o,{url:n,stateOverride:"query"}),this._query._list=ju.parseUrlencoded(o)}},{key:"searchParams",get:function(){return this._query}},{key:"hash",get:function(){return this._url.fragment===null||this._url.fragment===""?"":"#"+this._url.fragment},set:function(t){if(t===""){this._url.fragment=null;return}var n=t[0]==="#"?t.substring(1):t;this._url.fragment="",H.basicURLParse(n,{url:this._url,stateOverride:"fragment"})}},{key:"toJSON",value:function(){return this.href}}]),e}()});var Mu=U(function(y_,R){"use strict";fr();dr();je();Dr();var gr=Un(),Hr=On(),F=Hr.implSymbol,Ze=Hr.ctorRegistrySymbol,et={_mixedIntoPredicates:[],is:function(r){if(r){if(Hr.hasOwn(r,F)&&Y(r[F],rt.implementation))return!0;var t=!0,n=!1,o=void 0;try{for(var i=R.exports._mixedIntoPredicates[Symbol.iterator](),a;!(t=(a=i.next()).done);t=!0){var s=a.value;if(s(r))return!0}}catch(u){n=!0,o=u}finally{try{!t&&i.return!=null&&i.return()}finally{if(n)throw o}}}return!1},isImpl:function(r){if(r){if(Y(r,rt.implementation))return!0;var t=Hr.wrapperForImpl(r),n=!0,o=!1,i=void 0;try{for(var a=R.exports._mixedIntoPredicates[Symbol.iterator](),s;!(n=(s=a.next()).done);n=!0){var u=s.value;if(u(t))return!0}}catch(f){o=!0,i=f}finally{try{!n&&a.return!=null&&a.return()}finally{if(o)throw i}}}return!1},convert:function(r){var t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},n=t.context,o=n===void 0?"The provided value":n;if(R.exports.is(r))return Hr.implForWrapper(r);throw new TypeError("".concat(o," is not of type 'URL'."))},create:function(r,t,n){if(r[Ze]===void 0)throw new Error("Internal error: invalid global object");var o=r[Ze].URL;if(o===void 0)throw new Error("Internal error: constructor URL is not installed on the passed global object");var i=Object.create(o.prototype);return i=et.setup(i,r,t,n),i},createImpl:function(r,t,n){var o=et.create(r,t,n);return Hr.implForWrapper(o)},_internalSetup:function(r){},setup:function(r,t){var n=arguments.length>2&&arguments[2]!==void 0?arguments[2]:[],o=arguments.length>3&&arguments[3]!==void 0?arguments[3]:{};return o.wrapper=r,et._internalSetup(r),Object.defineProperty(r,F,{value:new rt.implementation(t,n,o),configurable:!0}),r[F][Hr.wrapperSymbol]=r,rt.init&&rt.init(r[F],o),r},install:function(r){var t=function(){function n(o){if(L(this,n),arguments.length<1)throw new TypeError("Failed to construct 'URL': 1 argument required, but only "+arguments.length+" present.");var i=[];{var a=arguments[0];a=gr.USVString(a,{context:"Failed to construct 'URL': parameter 1"}),i.push(a)}{var s=arguments[1];s!==void 0&&(s=gr.USVString(s,{context:"Failed to construct 'URL': parameter 2"})),i.push(s)}return et.setup(Object.create(this.constructor.prototype),r,i)}return V(n,[{key:"toJSON",value:function(){if(!this||!R.exports.is(this))throw new TypeError("Illegal invocation");return this[F].toJSON()}},{key:"href",get:function(){if(!this||!R.exports.is(this))throw new TypeError("Illegal invocation");return this[F].href},set:function(i){if(!this||!R.exports.is(this))throw new TypeError("Illegal invocation");i=gr.USVString(i,{context:"Failed to set the 'href' property on 'URL': The provided value"}),this[F].href=i}},{key:"toString",value:function(){if(!this||!R.exports.is(this))throw new TypeError("Illegal invocation");return this[F].href}},{key:"origin",get:function(){if(!this||!R.exports.is(this))throw new TypeError("Illegal invocation");return this[F].origin}},{key:"protocol",get:function(){if(!this||!R.exports.is(this))throw new TypeError("Illegal invocation");return this[F].protocol},set:function(i){if(!this||!R.exports.is(this))throw new TypeError("Illegal invocation");i=gr.USVString(i,{context:"Failed to set the 'protocol' property on 'URL': The provided value"}),this[F].protocol=i}},{key:"username",get:function(){if(!this||!R.exports.is(this))throw new TypeError("Illegal invocation");return this[F].username},set:function(i){if(!this||!R.exports.is(this))throw new TypeError("Illegal invocation");i=gr.USVString(i,{context:"Failed to set the 'username' property on 'URL': The provided value"}),this[F].username=i}},{key:"password",get:function(){if(!this||!R.exports.is(this))throw new TypeError("Illegal invocation");return this[F].password},set:function(i){if(!this||!R.exports.is(this))throw new TypeError("Illegal invocation");i=gr.USVString(i,{context:"Failed to set the 'password' property on 'URL': The provided value"}),this[F].password=i}},{key:"host",get:function(){if(!this||!R.exports.is(this))throw new TypeError("Illegal invocation");return this[F].host},set:function(i){if(!this||!R.exports.is(this))throw new TypeError("Illegal invocation");i=gr.USVString(i,{context:"Failed to set the 'host' property on 'URL': The provided value"}),this[F].host=i}},{key:"hostname",get:function(){if(!this||!R.exports.is(this))throw new TypeError("Illegal invocation");return this[F].hostname},set:function(i){if(!this||!R.exports.is(this))throw new TypeError("Illegal invocation");i=gr.USVString(i,{context:"Failed to set the 'hostname' property on 'URL': The provided value"}),this[F].hostname=i}},{key:"port",get:function(){if(!this||!R.exports.is(this))throw new TypeError("Illegal invocation");return this[F].port},set:function(i){if(!this||!R.exports.is(this))throw new TypeError("Illegal invocation");i=gr.USVString(i,{context:"Failed to set the 'port' property on 'URL': The provided value"}),this[F].port=i}},{key:"pathname",get:function(){if(!this||!R.exports.is(this))throw new TypeError("Illegal invocation");return this[F].pathname},set:function(i){if(!this||!R.exports.is(this))throw new TypeError("Illegal invocation");i=gr.USVString(i,{context:"Failed to set the 'pathname' property on 'URL': The provided value"}),this[F].pathname=i}},{key:"search",get:function(){if(!this||!R.exports.is(this))throw new TypeError("Illegal invocation");return this[F].search},set:function(i){if(!this||!R.exports.is(this))throw new TypeError("Illegal invocation");i=gr.USVString(i,{context:"Failed to set the 'search' property on 'URL': The provided value"}),this[F].search=i}},{key:"searchParams",get:function(){var i=this;if(!this||!R.exports.is(this))throw new TypeError("Illegal invocation");return Hr.getSameObject(this,"searchParams",function(){return Hr.tryWrapperForImpl(i[F].searchParams)})}},{key:"hash",get:function(){if(!this||!R.exports.is(this))throw new TypeError("Illegal invocation");return this[F].hash},set:function(i){if(!this||!R.exports.is(this))throw new TypeError("Illegal invocation");i=gr.USVString(i,{context:"Failed to set the 'hash' property on 'URL': The provided value"}),this[F].hash=i}}]),n}();Object.defineProperties(t.prototype,lr({toJSON:{enumerable:!0},href:{enumerable:!0},toString:{enumerable:!0},origin:{enumerable:!0},protocol:{enumerable:!0},username:{enumerable:!0},password:{enumerable:!0},host:{enumerable:!0},hostname:{enumerable:!0},port:{enumerable:!0},pathname:{enumerable:!0},search:{enumerable:!0},searchParams:{enumerable:!0},hash:{enumerable:!0}},Symbol.toStringTag,{value:"URL",configurable:!0})),r[Ze]===void 0&&(r[Ze]=Object.create(null)),r[Ze].URL=t,Object.defineProperty(r,"URL",{configurable:!0,writable:!0,value:t})}};R.exports=et;var rt=Nu()});var Du=U(function(ao){"use strict";var Ch=Mu(),Bh=io();ao.URL=Ch;ao.URLSearchParams=Bh});var so=U(function(hr){"use strict";var qu=Du(),Ph=qu.URL,Ah=qu.URLSearchParams,Wr=no(),Fh=Xe(),Pt={};Ph.install(Pt);Ah.install(Pt);hr.URL=Pt.URL;hr.URLSearchParams=Pt.URLSearchParams;hr.parseURL=Wr.parseURL;hr.basicURLParse=Wr.basicURLParse;hr.serializeURL=Wr.serializeURL;hr.serializeHost=Wr.serializeHost;hr.serializeInteger=Wr.serializeInteger;hr.serializeURLOrigin=Wr.serializeURLOrigin;hr.setTheUsername=Wr.setTheUsername;hr.setThePassword=Wr.setThePassword;hr.cannotHaveAUsernamePasswordPort=Wr.cannotHaveAUsernamePasswordPort;hr.percentDecode=Fh.percentDecode});var zu={};Nr(zu,{URL:function(){return Rh}});var Vu,Ft,At,tt,Rh,uo=l(function(){Vu=d(I()),Ft=d(so()),At=null,tt=Vu.NativeModules.BlobModule;tt&&typeof tt.BLOB_URI_SCHEME=="string"&&(At=tt.BLOB_URI_SCHEME+":",typeof tt.BLOB_URI_HOST=="string"&&(At+="//".concat(tt.BLOB_URI_HOST,"/")));Ft.URL.createObjectURL=function(r){if(At===null)throw new Error("Cannot create URL for blob!");return"".concat(At).concat(r.data.blobId,"?offset=").concat(r.data.offset,"&size=").concat(r.size)};Ft.URL.revokeObjectURL=function(r){};Rh=Ft.URL});var Hu={};Nr(Hu,{URLSearchParams:function(){return Wu.URLSearchParams}});var Wu,fo=l(function(){Wu=d(so())});function co(){window.REACT_NATIVE_URL_POLYFILL="".concat(Ps,"@").concat(As),(0,lo.polyfillGlobal)("URL",function(){return(uo(),fe(zu)).URL}),(0,lo.polyfillGlobal)("URLSearchParams",function(){return(fo(),fe(Hu)).URLSearchParams})}var lo,Gu=l(function(){xs();lo=d(Is());Bs();uo();fo()});var Ju=l(function(){Gu()});function Ku(){gs(),co()}var Xu=l(function(){_s();Ju()});var kh,Uh,Yu=l(function(){"use strict";M();kh=d(C()),Uh=d(I());Xu();Ku()});var $u,nt,po=l(function(){$u=d(I()),nt=$u.Platform.OS==="ios"});var Zu=U(function(O_,Qu){Qu.exports=__bedrock_require__("@react-native-community/blur")});var ot={};var rf=l(function(){j(ot,d(Zu()))});var Rt,ef=l(function(){po();Rt=function(){if(nt)try{return rf(),fe(ot)}catch(e){return}}()});function Oh(e){var r=e.blurType,t=e.blurAmount,n=t===void 0?10:t,o=e.reducedTransparencyFallbackColor,i=e.vibrancyEffect,a=i===void 0?!1:i,s=T(e,["blurType","blurAmount","reducedTransparencyFallbackColor","vibrancyEffect"]);if(!nt||Rt==null)return(0,ho.jsx)(tf.View,x({},s));var u=a?Rt.VibrancyView:Rt.BlurView;return(0,ho.jsx)(u,x({blurAmount:n,blurType:r,reducedTransparencyFallbackColor:o},s))}var ho,tf,nf=l(function(){M();nr();ho=d(C()),tf=d(I());ef();po();Oh.isSupported=nt});var of=l(function(){nf()});var af,mo,sf=l(function(){M();af=d(E()),mo=d(I())});var Lh,jh,uf=l(function(){M();rr();nr();Lh=d(C()),jh=d(I());sf()});var ff=l(function(){uf()});var lf,Th,Re,kt=l(function(){lf=d(E()),Th=(0,lf.createContext)({manager:null}),Re=Th});function it(e,r,t){return Ne()?it=Reflect.construct:it=function(o,i,a){var s=[null];s.push.apply(s,i);var u=Function.bind.apply(o,s),f=new u;return a&&Jr(f,a.prototype),f},it.apply(null,arguments)}var cf=l(function(){Jt();lt()});function pf(e){return Function.toString.call(e).indexOf("[native code]")!==-1}var hf=l(function(){});function Ut(e){var r=typeof Map=="function"?new Map:void 0;return Ut=function(n){if(n===null||!pf(n))return n;if(typeof n!="function")throw new TypeError("Super expression must either be null or a function");if(typeof r<"u"){if(r.has(n))return r.get(n);r.set(n,o)}function o(){return it(n,arguments,$r(this).constructor)}return o.prototype=Object.create(n.prototype,{constructor:{value:o,enumerable:!1,writable:!0,configurable:!0}}),Jr(o,n)},Ut(e)}var mf=l(function(){cf();Gt();hf();lt()});function df(e,r){var t=arguments.length>2&&arguments[2]!==void 0?arguments[2]:{},n=t.signal,o=t.edges,i=void 0,a=null,s=o!=null&&o.includes("leading"),u=o==null||o.includes("trailing"),f=function(){a!==null&&(e.apply(i,a),i=void 0,a=null)},p=function(){u&&f(),y()},c=null,v=function(){c!=null&&clearTimeout(c),c=setTimeout(function(){c=null,p()},r)},m=function(){c!==null&&(clearTimeout(c),c=null)},y=function(){m(),i=void 0,a=null},g=function(){m(),f()},_=function(){for(var k=arguments.length,B=new Array(k),A=0;A<k;A++)B[A]=arguments[A];if(!(n!=null&&n.aborted)){i=this,a=B;var ir=c==null;v(),s&&ir&&f()}};return _.schedule=v,_.cancel=y,_.flush=g,n==null||n.addEventListener("abort",y,{once:!0}),_}var vf=l(function(){});function Ot(e,r){var t=arguments.length>2&&arguments[2]!==void 0?arguments[2]:{},n=t.signal,o=t.edges,i=o===void 0?["leading","trailing"]:o,a=null,s=df(e,r,{signal:n,edges:i}),u=function(){for(var p=arguments.length,c=new Array(p),v=0;v<p;v++)c[v]=arguments[v];a==null?a=Date.now():Date.now()-a>=r&&(a=Date.now(),s.cancel(),s.apply(void 0,O(c))),s.apply(void 0,O(c))};return u.cancel=s.cancel,u.flush=s.flush,u}var yf=l(function(){Vr();vf()});var gf=l(function(){yf()});var Nh,Mh,_f,xf=l(function(){fr();dr();gf();Nh={left:0,right:0,top:0,bottom:0},Mh=function(){"use strict";function e(r,t){var n=this;L(this,e),this.measureTarget=function(o){var i=n.options.root.node;i&&o.measureLayout(i,function(a,s,u,f){o.layout={x:a,y:s,width:u,height:f},n.handleScroll()})},this.handleLayout=Ot(function(){for(var o=0;o<n.targets.length;o+=1){var i=n.targets[o];i!=null&&n.measureTarget(i)}},300,{edges:["trailing"]}),this.handleScroll=Ot(function(){var o,i=((o=n.options)===null||o===void 0?void 0:o.rootMargin)||Nh,a=n.options.root,s=a.horizontal,u=a.current,f=u.contentOffset,p=u.contentSize,c=u.layoutMeasurement;if(!(p.width<=0||p.height<=0||c.width<=0||c.height<=0)){for(var v=s?f.x+c.width:f.y+c.height,m=[],y=0;y<n.targets.length;y+=1){var g=n.targets[y];if(g!=null){var _=g.layout;if(!(!_||_.width===0||_.height===0)){var b=g.intersectionRatio,k=!1,B=b;if(s){var A=Math.max(f.x-(i.left||0),_.x),ir=Math.min(v+(i.left||0),_.x+_.width),ur=Math.max(ir-A,0);B=ur/_.height,k=v+(i.right||0)>=_.x&&f.x-(i.left||0)<=_.x+_.width}else{var mr=Math.max(f.y-(i.top||0),_.y),_r=Math.min(v+(i.bottom||0),_.y+_.height),wr=Math.max(_r-mr,0);B=wr/_.height,k=v+(i.bottom||0)>=_.y&&f.y-(i.top||0)<=_.y+_.height}B=Math.floor(B*100)/100,(g.inView!==k||g.intersectionRatio!==B)&&(g.inView=k,g.intersectionRatio=B,m.push({target:g,isIntersecting:k,intersectionRatio:B}))}}}n.callback(m)}},100,{edges:["trailing"]}),this.callback=r,this.options=t,this.targets=[],this.options.root.onLayout=this.handleLayout,this.options.root.onScroll=this.handleScroll}return V(e,[{key:"observe",value:function(t){var n=this.targets.indexOf(t);n<0&&(t.onLayout=this.handleLayout,this.targets.push(t))}},{key:"unobserve",value:function(t){var n=this.targets.indexOf(t);n>=0&&(t.onLayout=void 0,this.targets.splice(n,1))}}]),e}(),_f=Mh});var Dh,wf,bf=l(function(){fr();dr();xf();Dh=function(){"use strict";function e(r){var t=this;L(this,e),this.instanceMap=new Map,this.handleChange=function(n){for(var o=0;o<n.length;o+=1){var i=n[o];if(i!=null){var a=i.target,s=i.isIntersecting,u=i.intersectionRatio,f=t.instanceMap.get(a);f&&f.callback(s,u)}}},this.io=new _f(this.handleChange,r),this.observerId=0}return V(e,[{key:"observe",value:function(t,n){var o=this.instanceMap.get(t);if(o)return o;this.observerId+=1;var i={callback:n,element:t,observerId:this.observerId,observer:this.io};return this.instanceMap.set(t,i),this.io.observe(t),i}},{key:"unobserve",value:function(t){this.instanceMap.has(t)&&(this.instanceMap.delete(t),this.io.unobserve(t))}}]),e}(),wf=Dh});function qh(e,r){var t=function(n){"use strict";Cr(i,n);var o=Pr(i);function i(a){L(this,i);var s;s=o.call(this,a),s.handleContentSizeChange=function(p,c){var v=s.root.current.contentSize;(p!==v.width||c!==v.height)&&(s.root.current.contentSize={width:p,height:c},p>0&&c>0&&s.root.onLayout&&s.root.onLayout());var m=s.props.onContentSizeChange;m&&m(p,c)},s.handleLayout=function(p){var c=p.nativeEvent.layout,v=s.root.current.layoutMeasurement;(v.width!==c.width||v.height!==c.height)&&(s.root.current.layoutMeasurement=c);var m=s.props.onLayout;m&&m(p)},s.handleScroll=function(p){s.root.current=p.nativeEvent,s.root.onScroll&&s.root.onScroll(s.root.current);var c=s.props.onScroll;c&&c(p)};var u=pt(s);s.scroller=(0,Lt.createRef)(),s.root={get node(){return u.node},get horizontal(){return!!u.props.horizontal},current:{contentInset:{top:0,right:0,bottom:0,left:0},contentOffset:{x:0,y:0},contentSize:{width:0,height:0},layoutMeasurement:{width:0,height:0},zoomScale:1}};var f=new wf({root:s.root,get rootMargin(){return u.props.rootMargin}});return s.manager=f,s.contextValue={manager:f},s}return V(i,[{key:"componentDidMount",value:function(){var s=this;this.node=(0,Sf.findNodeHandle)(this.scroller.current),r.forEach(function(u){var f=s;s[u]=function(){for(var p=arguments.length,c=new Array(p),v=0;v<p;v++)c[v]=arguments[v];var m,y,g;(g=f.scroller.current)===null||g===void 0||(y=g[u])===null||y===void 0||(m=y).call.apply(m,[g].concat(O(c)))}})}},{key:"render",value:function(){return(0,vo.jsx)(Re.Provider,{value:this.contextValue,children:(0,vo.jsx)(e,S(x({scrollEventThrottle:16},this.props),{ref:this.scroller,onContentSizeChange:this.handleContentSizeChange,onLayout:this.handleLayout,onScroll:this.handleScroll}))})}}]),i}(Lt.PureComponent);return t}var vo,Lt,Sf,jt,yo=l(function(){Kt();fr();dr();le();M();rr();Vr();ce();vo=d(C()),Lt=d(E()),Sf=d(I());kt();bf();jt=qh});var Ef,Nx,If=l(function(){Ef=d(I());yo();Nx=jt(Ef.FlatList,["flashScrollIndicators","getNativeScrollRef","getScrollResponder","getScrollableNode","scrollToEnd","scrollToIndex","scrollToItem","scrollToOffset"])});var Cf,qx,Bf=l(function(){Cf=d(I());yo();qx=jt(Cf.ScrollView,["scrollTo","scrollToEnd","getScrollResponder","getScrollableNode","getInnerViewNode"])});var Pf,Af,go,Ff,Rf=l(function(){fr();dr();le();M();rr();nr();Vr();ce();Pf=d(C()),Af=d(E()),go=d(I());kt();Ff=function(e){"use strict";Cr(t,e);var r=Pr(t);function t(n){L(this,t);var o;return o=r.call(this,n),o.context=void 0,o.mounted=!1,o.handleChange=function(i,a){if(o.mounted){var s=o.props,u=s.triggerOnce,f=s.onChange;if(i&&u){var p;if(!((p=o.context)===null||p===void 0)&&p.manager){var c;(c=o.context)===null||c===void 0||c.manager.unobserve(o.element)}}f&&f(i,a)}},o.handleRef=function(i){o.view=i},o.handleLayout=function(i){var a=i.nativeEvent.layout;(a.width!==o.element.layout.width||a.height!==o.element.layout.height)&&o.element.onLayout&&o.element.onLayout();var s=o.props.onLayout;s&&s(i)},o.measure=function(){for(var i=arguments.length,a=new Array(i),s=0;s<i;s++)a[s]=arguments[s];var u;(u=o.view).measure.apply(u,O(a))},o.measureInWindow=function(){for(var i=arguments.length,a=new Array(i),s=0;s<i;s++)a[s]=arguments[s];var u;(u=o.view).measureInWindow.apply(u,O(a))},o.measureLayout=function(){for(var i=arguments.length,a=new Array(i),s=0;s<i;s++)a[s]=arguments[s];var u;(u=o.view).measureLayout.apply(u,O(a))},o.setNativeProps=function(){for(var i=arguments.length,a=new Array(i),s=0;s<i;s++)a[s]=arguments[s];var u;(u=o.view).setNativeProps.apply(u,O(a))},o.focus=function(){for(var i=arguments.length,a=new Array(i),s=0;s<i;s++)a[s]=arguments[s];var u;(u=o.view).focus.apply(u,O(a))},o.blur=function(){for(var i=arguments.length,a=new Array(i),s=0;s<i;s++)a[s]=arguments[s];var u;(u=o.view).blur.apply(u,O(a))},o.element={inView:!1,intersectionRatio:0,layout:{x:0,y:0,width:0,height:0},measureLayout:o.measureLayout},o}return V(t,[{key:"componentDidMount",value:function(){var o;this.mounted=!0,!((o=this.context)===null||o===void 0)&&o.manager&&(this.instance=this.context.manager.observe(this.element,this.handleChange))}},{key:"componentWillUnmount",value:function(){var o;this.mounted=!1,!((o=this.context)===null||o===void 0)&&o.manager&&this.instance&&this.context.manager.unobserve(this.element)}},{key:"render",value:function(){var o=this.props,i=o.as,a=o.children,s=T(o,["as","children"]);if(typeof a=="function")return null;var u=i||go.View;return(0,Pf.jsx)(u,S(x({},s),{ref:this.handleRef,onLayout:this.handleLayout,children:a}))}}]),t}(Af.PureComponent);Ff.contextType=Re;Ff.defaultProps={triggerOnce:!1,as:go.View}});var _o=l(function(){kt();If();Bf();Rf()});var kf=l(function(){});var xo,Uf=l(function(){Vr();xo=d(E())});var zh,Tt,Hh,Sw,Of=l(function(){fr();le();M();rr();nr();or();mf();ce();zh=d(C()),Tt=d(E()),Hh=d(I());_o();kf();Uf();Qr();Sw=function(e){"use strict";Cr(t,e);var r=Pr(t);function t(){L(this,t);var n;return n=r.apply(this,arguments),n.message="ImpressionArea\uAC00 IOContext.Provider \uBC16\uC5D0\uC11C \uC0AC\uC6A9\uB418\uC5C8\uC2B5\uB2C8\uB2E4. \uCD5C\uC0C1\uC704 ScrollView\uAC00 @react-native-bedrock/core\uC758 IOScrollView\uC778\uC9C0 \uD655\uC778\uD574\uC8FC\uC138\uC694.",n}return t}(Ut(Error))});var Lf=l(function(){Of()});var wo,jf,Tf=l(function(){M();nr();wo=d(C()),jf=d(I());qe()});var Nf=l(function(){Tf()});var Mf,Df=l(function(){Mf=d(E());Qr()});var qf=l(function(){Df()});var bo=U(function(Mw,Vf){Vf.exports=__bedrock_require__("react-native-video")});var ke={};Nr(ke,{default:function(){return zf.default}});var zf,Hf=l(function(){zf=d(bo());j(ke,d(bo()))});function Gh(){try{var e;return(e=(Hf(),fe(ke)))===null||e===void 0?void 0:e.default}catch(r){return Gf}}var So,Nt,Wf,Wh,Gf,Eo,Jf,Io=l(function(){fr();dr();le();M();rr();ce();So=d(C()),Nt=d(E()),Wf=d(I()),Wh=function(e){"use strict";Cr(t,e);var r=Pr(t);function t(){return L(this,t),r.apply(this,arguments)}return V(t,[{key:"render",value:function(){return(0,So.jsx)(Wf.View,{ref:this.props.innerRef})}}]),t}(Nt.Component),Gf=(0,Nt.forwardRef)(function(e,r){return(0,So.jsx)(Wh,S(x({},e),{innerRef:r}))});Eo=Gh(),Jf=Eo!==Gf});var Kf,Ue,Mt,Jh,Kh,Xf=l(function(){M();rr();or();Kf=d(C()),Ue=d(E()),Mt=d(I());Io();Io();Qr();Jh=Mt.Animated.createAnimatedComponent(Eo),Kh=(0,Ue.forwardRef)(function(e,r){var t=N((0,Ue.useState)(e.muted||e.paused),2),n=t[0],o=t[1],i=de(),a=(0,Ue.useMemo)(function(){return!i||e.paused||!e.onAudioFocusChanged&&!n},[e.onAudioFocusChanged,e.paused,i,n]),s=e.muted||e.paused,u=e.muted?"mix":void 0;return(0,Kf.jsx)(Jh,S(x({ref:r,progressUpdateInterval:16,disableFocus:Mt.Platform.OS==="ios"?!1:s,playWhenInactive:!0,onAudioFocusChanged:function(f){var p=f.hasAudioFocus;return o(p)}},e),{enableDecoderFallback:!0,paused:a,mixWithOthers:u}))});Kh.isAvailable=Jf});var Yf=l(function(){Xf()});function Xh(e){return JSON.stringify(e,function(r,t){return Y(t,Error)?{name:t.name,message:t.message,stack:t.stack,__isError:!0}:t})}function Yh(e){var r=e.args,t=e.eventId,n=e.functionName,o=e.handlerMap,i=e.injectJavaScript,a=function(){var s=q(function(){var u,f,p,c,v,m=arguments;return D(this,function(y){switch(y.label){case 0:for(u=m.length,f=new Array(u),p=0;p<u;p++)f[p]=m[p];return[4,(c=o)[n].apply(c,O(f))];case 1:return v=y.sent(),[2,v]}})});return function(){return s.apply(this,arguments)}}();if(!a){console.error("".concat(n," is not a function"));return}a.apply(void 0,O(r)).then(function(s){i==null||i("\n window.__BEDROCK_NATIVE_EMITTER.emit('".concat(n,"/resolve/").concat(t,"', ").concat(JSON.stringify(s,null,0),");\n "))}).catch(function(s){var u=Xh(s);i==null||i("\n window.__BEDROCK_NATIVE_EMITTER.emit('".concat(n,"/reject/").concat(t,"', ").concat(u,");\n "))})}function $f(e){var r=e.onMessage,t=e.constantHandlerMap,n=e.handlerMap,o=e.eventListenerMap,i=e.injectedJavaScript,a=(0,Oe.useRef)(null),s=(0,Oe.useMemo)(function(){return["window.__CONSTANT_HANDLER_MAP = ".concat(JSON.stringify(Object.entries(t).reduce(function(c,v){var m=N(v,2),y=m[0],g=m[1];return c[y]=typeof g=="function"?g():g,c},{}))),i,"true"].join("\n")},[t,i]),u=function(c,v){return function(m){var y;(y=a.current)===null||y===void 0||y.injectJavaScript("\n window.__BEDROCK_NATIVE_EMITTER.emit('".concat(c,"/onEvent/").concat(v,"', ").concat(JSON.stringify(m,null,0),");\n "))}},f=function(c,v){return function(m){var y;(y=a.current)===null||y===void 0||y.injectJavaScript("\n window.__BEDROCK_NATIVE_EMITTER.emit('".concat(c,"/onError/").concat(v,"', ").concat(JSON.stringify(m,null,0),");\n "))}},p=(0,Oe.useCallback)(function(){var c=q(function(v){var m,y,g,_,b,k,B,A;return D(this,function(ir){if(r==null||r(v),m=JSON.parse(v.nativeEvent.data),(typeof m>"u"?"undefined":W(m))!=="object"||m===null||typeof m.functionName!="string"||typeof m.eventId!="string"||typeof m.type!="string"||!["addEventListener","removeEventListener","method"].includes(m.type))return[2];switch(m.type){case"addEventListener":{g=u(m.functionName,m.eventId),_=f(m.functionName,m.eventId),b=(y=o[m.functionName])===null||y===void 0?void 0:y.call(o,{onEvent:g,onError:_,options:m.args}),b&&Co.set("".concat(m.functionName,"/").concat(m.eventId),b);break}case"removeEventListener":{k="".concat(m.functionName,"/").concat(m.eventId),B=Co.get(k),B==null||B(),Co.delete(k);break}case"method":{Yh({args:m.args,eventId:m.eventId,functionName:m.functionName,handlerMap:n,injectJavaScript:(A=a.current)===null||A===void 0?void 0:A.injectJavaScript});break}}return[2]})});return function(v){return c.apply(this,arguments)}}(),[r]);return{ref:a,injectedJavaScript:s,onMessage:p}}var Oe,Co,Qf=l(function(){Mr();Dr();or();Vr();Br();qr();Oe=d(E());Co=new Map});var Zf=l(function(){Qf()});var rl,el,tl=l(function(){fr();dr();rl=function e(){"use strict";L(this,e)},el=function(){"use strict";function e(r){L(this,e),this.definitions=new Map,this.subscriptionGroups=new Map;var t=!0,n=!1,o=void 0;try{for(var i=r[Symbol.iterator](),a;!(t=(a=i.next()).done);t=!0){var s=a.value;this.definitions.set(s.name,s)}}catch(u){n=!0,o=u}finally{try{!t&&i.return!=null&&i.return()}finally{if(n)throw o}}}return V(e,[{key:"_getKey",value:function(t,n){return"".concat(t,":").concat(n?JSON.stringify(n):"")}},{key:"addEventListener",value:function(t,n){var o=this,i=this.definitions.get(t);if(!i)throw new Error('Event "'.concat(String(t),'" is not registered.'));var a=this._getKey(String(t),n.options),s=this.subscriptionGroups.get(a);if(!s){s={eventName:t,options:n.options,callbacks:[]},this.subscriptionGroups.set(a,s);var u=function(p){var c=!0,v=!1,m=void 0;try{for(var y=s.callbacks[Symbol.iterator](),g;!(c=(g=y.next()).done);c=!0){var _=g.value;_.onEvent(p)}}catch(b){v=!0,m=b}finally{try{!c&&y.return!=null&&y.return()}finally{if(v)throw m}}},f=function(p){var c=!0,v=!1,m=void 0;try{for(var y=s.callbacks[Symbol.iterator](),g;!(c=(g=y.next()).done);c=!0){var _=g.value;_.onError&&_.onError(p)}}catch(b){v=!0,m=b}finally{try{!c&&y.return!=null&&y.return()}finally{if(v)throw m}}};i.listener(s.options,u,f)}return s.callbacks.push({onEvent:n.onEvent,onError:n.onError}),function(){var p=o.subscriptionGroups.get(a);p&&(p.callbacks=p.callbacks.filter(function(c){return c.onEvent!==n.onEvent}),p.callbacks.length===0&&(i.remove(),o.subscriptionGroups.delete(a)))}}}]),e}()});var Le=l(function(){ai();Wa();ts();ss();ys();Yu();hn();Qr();Cn();of();ff();_o();Lf();Nf();qf();Yf();bn();Zf();tl()});var Bo=U(function(Lb,nl){nl.exports=__bedrock_require__("react-native-webview")});var se={};Nr(se,{default:function(){return ol.default}});var ol,il=l(function(){ol=d(Bo());j(se,d(Bo()))});var Po={};Nr(Po,{closeView:function(){return rn},generateHapticFeedback:function(){return Ml},getNetworkStatus:function(){return Hl},setScreenAwakeMode:function(){return Vl},setSecureScreen:function(){return ql},share:function(){return Dl}});var al=l(function(){en();on();sn();un();ln();pn()});var Ao={};Nr(Ao,{getDeviceId:function(){return zl},getLocale:function(){return Tl},getSchemeUri:function(){return Ve}});var sl=l(function(){tn();nn();cn()});function Qh(e,r){var t=r.children,n=T(r,["children"]);return(0,fl.jsx)(e,S(x({},n),{children:t}))}function Zh(e,r){var t=r.context;return _t.registerApp(Qh.bind(null,e),{appName:rm(),context:t})}function rm(){try{return window.__bedrock.app.name}catch(e){throw console.error("unexpected error occurred while getting app name"),e}}function em(e){return Or.getPermission(e)}function tm(e){return Or.openPermissionDialog(e)}function ue(e){return Fo.apply(this,arguments)}function Fo(){return Fo=q(function(e){var r;return D(this,function(t){switch(t.label){case 0:return[4,em(e)];case 1:switch(r=t.sent(),r){case"allowed":case"denied":return[2,r];default:return[2,tm(e)]}return[2]}})}),Fo.apply(this,arguments)}function am(e){return im.addEventListener("updateLocationEvent",e)}function sm(e){return Ro.apply(this,arguments)}function Ro(){return Ro=q(function(e){var r;return D(this,function(t){switch(t.label){case 0:return[4,ue({name:"clipboard",access:"write"})];case 1:if(r=t.sent(),r==="denied")throw new Error("\uD074\uB9BD\uBCF4\uB4DC \uC4F0\uAE30 \uAD8C\uD55C\uC774 \uAC70\uBD80\uB418\uC5C8\uC5B4\uC694.");return[2,Or.setClipboardText({text:e})]}})}),Ro.apply(this,arguments)}function um(){return ko.apply(this,arguments)}function ko(){return ko=q(function(){var e;return D(this,function(r){switch(r.label){case 0:return[4,ue({name:"clipboard",access:"read"})];case 1:if(e=r.sent(),e==="denied")throw new Error("\uD074\uB9BD\uBCF4\uB4DC \uC77D\uAE30 \uAD8C\uD55C\uC774 \uAC70\uBD80\uB418\uC5C8\uC5B4\uC694.");return[2,Or.getClipboardText({})]}})}),ko.apply(this,arguments)}function fm(e){return Uo.apply(this,arguments)}function Uo(){return Uo=q(function(e){var r,t,n,o,i,a;return D(this,function(s){switch(s.label){case 0:return r=e.size,t=e.offset,n=e.query,[4,ue({name:"contacts",access:"read"})];case 1:if(o=s.sent(),o==="denied")throw new Error("\uC5F0\uB77D\uCC98 \uAD8C\uD55C\uC774 \uAC70\uBD80\uB418\uC5C8\uC5B4\uC694.");return[4,Or.fetchContacts({size:r,offset:t,query:n})];case 2:return i=s.sent(),[2,{result:i.result,nextOffset:(a=i.nextOffset)!==null&&a!==void 0?a:null,done:i.done}]}})}),Uo.apply(this,arguments)}function pm(e){return Oo.apply(this,arguments)}function Oo(){return Oo=q(function(e){var r,t,n,o;return D(this,function(i){switch(i.label){case 0:return[4,ue({name:"photos",access:"read"})];case 1:if(r=i.sent(),r==="denied")throw new Error("\uC0AC\uC9C4\uCCA9 \uAD8C\uD55C\uC774 \uAC70\uBD80\uB418\uC5C8\uC5B4\uC694.");return[4,Or.fetchAlbumPhotos(S(x({},e),{maxCount:(t=e.maxCount)!==null&&t!==void 0?t:lm,maxWidth:(n=e.maxWidth)!==null&&n!==void 0?n:cm}))];case 2:return o=i.sent(),e.base64?[2,o.map(function(a){return S(x({},a),{dataUri:"data:image/jpeg;base64,".concat(a.dataUri)})})]:[2,o]}})}),Oo.apply(this,arguments)}function hm(e){return Lo.apply(this,arguments)}function Lo(){return Lo=q(function(e){var r,t;return D(this,function(n){switch(n.label){case 0:return[4,ue({name:"geolocation",access:"access"})];case 1:if(r=n.sent(),r==="denied")throw new Error("\uC704\uCE58 \uAD8C\uD55C\uC774 \uAC70\uBD80\uB418\uC5C8\uC5B4\uC694.");return[4,Or.getCurrentLocation(e)];case 2:return t=n.sent(),[2,t]}})}),Lo.apply(this,arguments)}function mm(e){return jo.apply(this,arguments)}function jo(){return jo=q(function(e){var r,t;return D(this,function(n){switch(n.label){case 0:return[4,ue({name:"camera",access:"access"})];case 1:if(r=n.sent(),r==="denied")throw new Error("\uCE74\uBA54\uB77C \uAD8C\uD55C\uC774 \uAC70\uBD80\uB418\uC5C8\uC5B4\uC694.");return[4,Or.openCamera(x({base64:!1,maxWidth:1024},e))];case 2:return t=n.sent(),[2,t]}})}),jo.apply(this,arguments)}function dm(){return To.apply(this,arguments)}function To(){return To=q(function(){return D(this,function(e){return[2,Or.appLogin({})]})}),To.apply(this,arguments)}function yl(e){var r=e.localhostPort,t=r===void 0?5173:r,n=e.onMessage,o=T(e,["localhostPort","onMessage"]),i=(0,dl.useMemo)(function(){return Or.getWebBundleURL({}).url},[t]),a=$f({onMessage:n,eventListenerMap:cl,constantHandlerMap:Ao,handlerMap:x({},Po,ml)});return(0,vl.jsx)(se.WebView,S(x({ref:a.ref},o),{source:{uri:i},sharedCookiesEnabled:!0,thirdPartyCookiesEnabled:!0,onMessage:a.onMessage,injectedJavaScript:a.injectedJavaScript,injectedJavaScriptBeforeContentLoaded:a.injectedJavaScript}))}var fl,pl,hl,dl,vl,gl,$h,ul,ll,cl,Dt,Or,nm,om,im,ml,lm,cm,No=l(function(){"use strict";Mr();fr();dr();le();M();rr();nr();or();ce();qr();Le();fl=d(C(),1);Le();Le();pl=d(I(),1),hl=d(I(),1);il();dl=d(E(),1);Le();al();sl();vl=d(C(),1),gl=d(E(),1);Le();$h=Object.defineProperty,ul=function(e,r){for(var t in r)$h(e,t,{get:r[t],enumerable:!0})};ll={registerApp:Zh},cl={};ul(cl,{startUpdateLocation:function(){return am}});Dt=pl.NativeModules.AppsInTossModule,Or=Dt;nm=new hl.NativeEventEmitter(Dt),om=function(e){"use strict";Cr(t,e);var r=Pr(t);function t(){L(this,t);var n;return n=r.apply(this,arguments),n.name="updateLocationEvent",n.subscriptionCount=0,n.ref={remove:function(){}},n}return V(t,[{key:"remove",value:function(){--this.subscriptionCount===0&&Dt.stopUpdateLocation({}),this.ref.remove()}},{key:"listener",value:function(o,i,a){var s=this;ue({name:"geolocation",access:"access"}).then(function(u){if(u==="denied"){a(new Error("\uC704\uCE58 \uAD8C\uD55C\uC774 \uAC70\uBD80\uB418\uC5C8\uC5B4\uC694."));return}Dt.startUpdateLocation(o).catch(a);var f=nm.addListener("updateLocation",i);s.ref={remove:function(){return f==null?void 0:f.remove()}},s.subscriptionCount++}).catch(a)}}]),t}(rl),im=new el([new om]);ml={};ul(ml,{appLogin:function(){return dm},fetchAlbumPhotos:function(){return pm},fetchContacts:function(){return fm},getClipboardText:function(){return um},getCurrentLocation:function(){return hm},openCamera:function(){return mm},setClipboardText:function(){return sm}});lm=10,cm=1024});var xl={};Nr(xl,{default:function(){return qt}});function qt(){return(0,Mo.jsx)(_l.View,{style:{flex:1},children:(0,Mo.jsx)(yl,{style:{flex:1},localhostPort:Ait.webPort})})}var Mo,_l,Do=l(function(){"use strict";Mo=d(C(),1);No();_l=d(I(),1)});var wl={};Nr(wl,{default:function(){return qt}});var bl=l(function(){"use strict";Do()});var zt=d(C());No();var Vt=new Map;Vt.set("./index.tsx",(Do(),fe(xl)));Vt.set("./_404.tsx",(bl(),fe(wl)));function qo(e){return Vt.get(e)}qo.keys=function(){return Array.from(Vt.keys())};function vm(e){var r=e.children;return(0,zt.jsx)(zt.Fragment,{children:r})}var mS=ll.registerApp(vm,{context:qo});})();
|
|
20
|
+
//# sourceMappingURL=prod.android.js.map
|