@apps-in-toss/web-framework 0.0.8 → 0.0.10
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/chunk-CH3CIAIW.js +7688 -0
- package/dist/chunk-DI2VGQ6M.js +53 -0
- package/dist/chunk-HL7M3JLX.js +53 -0
- package/dist/chunk-I3ZDGLIW.js +19 -0
- package/dist/chunk-LJBVSTWE.js +7687 -0
- package/dist/chunk-TZCMTMV7.js +38 -0
- package/dist/{chunk-MHAJE5QI.js → cli/chunk-HDRFXOPA.js} +30 -1
- package/dist/cli/chunk-RUDG2MMT.js +173587 -0
- package/dist/cli/index.cjs +644 -0
- package/dist/cli/index.d.cts +2 -0
- package/dist/cli/index.d.ts +2 -0
- package/dist/cli/index.js +96448 -0
- package/dist/{lib-EUN4APCZ.js → cli/lib-NMFBQRQ2.js} +1 -1
- package/dist/cli/typescript-THSIDFIK.js +6 -0
- package/dist/cli.cjs +480 -4518
- package/dist/cli.d.cts +1 -2
- package/dist/cli.d.ts +1 -2
- package/dist/cli.js +446 -3492
- package/dist/closeView.d.ts +24 -0
- package/dist/config/index.d.ts +47 -60
- package/dist/config/index.js +6 -7974
- package/dist/fetchAlbumPhotos.d.ts +75 -0
- package/dist/fetchContacts.d.ts +92 -0
- package/dist/generateHapticFeedback.d.ts +52 -0
- package/dist/getClipboardText.d.ts +42 -0
- package/dist/getCurrentLocation.d.ts +109 -0
- package/dist/getDeviceId.d.ts +32 -0
- package/dist/getLocale.d.ts +31 -0
- package/dist/getNetworkStatus.d.ts +55 -0
- package/dist/getSchemeUri.d.ts +26 -0
- package/dist/index.cjs +18 -0
- package/dist/index.d.cts +2 -0
- package/dist/index.d.ts +16 -0
- package/dist/index.js +1 -0
- package/dist/openCamera.d.ts +75 -0
- package/dist/plugins/index.cjs +7682 -0
- package/dist/plugins/index.d.cts +15 -0
- package/dist/plugins/index.d.ts +15 -0
- package/dist/plugins/index.js +11 -0
- package/dist/prebuilt/dev.android.js +155792 -0
- package/dist/prebuilt/dev.ios.js +155733 -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/dist/setClipboardText.d.ts +34 -0
- package/dist/setScreenAwakeMode.d.ts +69 -0
- package/dist/setSecureScreen.d.ts +34 -0
- package/dist/share.d.ts +37 -0
- package/dist/startUpdateLocation.d.ts +151 -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 +52 -29
- package/src-web/appLogin.d.ts +30 -0
- package/src-web/closeView.d.ts +1 -2
- package/src-web/fetchAlbumPhotos.d.ts +2 -4
- package/src-web/fetchContacts.d.ts +1 -3
- package/src-web/generateHapticFeedback.d.ts +24 -27
- package/src-web/getClipboardText.d.ts +1 -3
- package/src-web/getCurrentLocation.d.ts +48 -13
- package/src-web/getDeviceId.d.ts +1 -2
- package/src-web/getLocale.d.ts +1 -2
- package/src-web/getNetworkStatus.d.ts +1 -2
- package/src-web/getOperationalEnvironment.d.ts +35 -0
- package/src-web/getPlatformOS.d.ts +28 -0
- package/src-web/getSchemeUri.d.ts +1 -2
- package/src-web/index.d.ts +3 -0
- package/src-web/index.js +1 -1
- package/src-web/openCamera.d.ts +1 -3
- package/src-web/setClipboardText.d.ts +1 -3
- package/src-web/setScreenAwakeMode.d.ts +1 -2
- package/src-web/setSecureScreen.d.ts +1 -2
- package/src-web/share.d.ts +1 -2
- package/src-web/startUpdateLocation.d.ts +45 -13
- package/dist/chunk-5AYTRYXW.js +0 -27
- package/dist/lib-OD73GAMK.js +0 -1007
- package/react-native/.babelrc +0 -41
- 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
|
@@ -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 El=Object.create;var ft=Object.defineProperty;var Il=Object.getOwnPropertyDescriptor;var Cl=Object.getOwnPropertyNames;var Bl=Object.getPrototypeOf,Pl=Object.prototype.hasOwnProperty;var l=function(e,r){return function(){return e&&(r=e(e=0)),r}};var O=function(e,r){return function(){return r||e((r={exports:{}}).exports,r),r.exports}},Nr=function(e,r){for(var t in r)ft(e,t,{get:r[t],enumerable:!0})},ut=function(e,r,t,n){if(r&&typeof r=="object"||typeof r=="function")for(var o=Cl(r),i=0,a=o.length,s;i<a;i++)s=o[i],!Pl.call(e,s)&&s!==t&&ft(e,s,{get:function(u){return r[u]}.bind(null,s),enumerable:!(n=Il(r,s))||n.enumerable});return e},T=function(e,r,t){return ut(e,r,"default"),t&&ut(t,r,"default")},d=function(e,r,t){return t=e!=null?El(Bl(e)):{},ut(r||!e||!e.__esModule?ft(t,"default",{value:e,enumerable:!0}):t,e)},fe=function(e){return ut(ft({},"__esModule",{value:!0}),e)};var I=O(function(wm,Ho){Ho.exports=__bedrock_require__("react")});var Go=O(function(lt){"use strict";var Al=I(),Fl=Symbol.for("react.element"),Rl=Symbol.for("react.fragment"),kl=Object.prototype.hasOwnProperty,Ol=Al.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.ReactCurrentOwner,Ul={key:!0,ref:!0,__self:!0,__source:!0};function Wo(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)kl.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:Fl,type:e,key:i,ref:a,props:o,_owner:Ol.current}}lt.Fragment=Rl;lt.jsx=Wo;lt.jsxs=Wo});var C=O(function(Sm,Jo){"use strict";Jo.exports=Go()});function Ko(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){Ko(i,n,o,a,s,"next",u)}function s(u){Ko(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 j(e,r){if(!Y(e,r))throw new TypeError("Cannot call a class as a function")}var fr=l(function(){Dr()});function Xo(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&&Xo(e.prototype,r),t&&Xo(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 ct=l(function(){});function Br(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(){ct()});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 Te=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(){Te()});function Ll(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)):Ll(Object(r)).forEach(function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(r,t))}),e}var rr=l(function(){});function Yo(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 $o=l(function(){});function N(e,r){if(e==null)return{};var t=Yo(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 or=l(function(){$o()});function Qo(e){if(Array.isArray(e))return e}var Zo=l(function(){});function ri(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 ei=l(function(){});function ti(){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 ni=l(function(){});function Ne(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 Wt=l(function(){});function pt(e,r){if(e){if(typeof e=="string")return Ne(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 Ne(e,r)}}var Gt=l(function(){Wt()});function L(e,r){return Qo(e)||ri(e,r)||pt(e,r)||ti()}var er=l(function(){Zo();ei();ni();Gt()});function $r(e){return $r=Object.setPrototypeOf?Object.getPrototypeOf:function(t){return t.__proto__||Object.getPrototypeOf(t)},$r(e)}var Jt=l(function(){});function Me(){try{var e=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}))}catch(r){}return(Me=function(){return!!e})()}var Kt=l(function(){});function ht(e){if(e===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}var Xt=l(function(){});function W(e){"@swc/helpers - typeof";return e&&typeof Symbol<"u"&&e.constructor===Symbol?"symbol":typeof e}var Pr=l(function(){});function oi(e,r){return r&&(W(r)==="object"||typeof r=="function")?r:ht(e)}var ii=l(function(){Xt();Pr()});function Ar(e){var r=Me();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 oi(this,o)}}var ce=l(function(){Jt();Kt();ii()});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 ai=l(function(){Dr();Pr()});var qr=l(function(){ai()});var si=l(function(){});var fi=O(function(hd,ui){ui.exports=__bedrock_require__("@react-navigation/native")});var tr={};var De=l(function(){T(tr,d(fi()))});var ci=O(function(dd,li){li.exports=__bedrock_require__("react-native-safe-area-context")});var pe={};var pi=l(function(){T(pe,d(ci()))});var E=O(function(yd,hi){hi.exports=__bedrock_require__("react-native")});var mi,di,vi=l(function(){mi={background:"#ffffff",grey900:"#191f28",grey800:"#333d4b"},di={background:"#17171c",grey900:"#ffffff",grey800:"#e4e4e5"}});function _i(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,yi.jsx)(gi.Provider,{value:o,children:n})}function Tl(){var e=(0,he.useContext)(gi);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 qe(){var e=Tl().colorPreference;switch(e){case"dark":return di;case"light":default:return mi}}var yi,he,jl,gi,Ve=l(function(){yi=d(C()),he=d(I());vi();jl={colorPreference:"light"},gi=(0,he.createContext)(jl)});function xi(){var e=(0,Yt.useContext)(tr.NavigationContainerRefContext),r=(0,Yt.useContext)(tr.NavigationContext),t;return(t=r??e)!==null&&t!==void 0?t:void 0}var Yt,$t=l(function(){De();Yt=d(I())});function wi(){var e=xi(),r=function(){var a;return(a=e==null?void 0:e.isFocused())!==null&&a!==void 0?a:!0},t=L((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,Qt=l(function(){er();me=d(I());$t()});var bi=l(function(){Qt();$t()});function Ii(e){var r=e.children,t=L((0,Kr.useState)(Zt.AppState.currentState),2),n=t[0],o=t[1],i=function(a){o(a)};return(0,Kr.useEffect)(function(){var a=Zt.AppState.addEventListener("change",i);return function(){a.remove()}},[]),(0,Si.jsx)(Ei.Provider,{value:n,children:r})}var Si,Kr,Zt,Ei,Ci,mt=l(function(){er();Si=d(C()),Kr=d(I()),Zt=d(E()),Ei=(0,Kr.createContext)(void 0);Ci=function(){var e=(0,Kr.useContext)(Ei);if(e==null)throw new Error("useIsAppForeground must be used within a AppStateProvider");return e==="active"||e==="inactive"}});var Bi,G,Fr=l(function(){Bi=d(E()),G=Bi.NativeModules.BedrockModule});function en(){return rn.apply(this,arguments)}function rn(){return rn=q(function(){return D(this,function(e){return[2,G.closeView()]})}),rn.apply(this,arguments)}var tn=l(function(){Mr();qr();Fr()});function Nl(){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 Pi.Platform.OS==="android"?Ml(t):t}function Ml(e){return e.replaceAll("_","-")}var Pi,nn=l(function(){Pi=d(E());Fr()});function ze(){return G.schemeUri}var on=l(function(){Fr()});function Dl(e){return G.generateHapticFeedback(e)}var an=l(function(){Fr()});function ql(e){return sn.apply(this,arguments)}function sn(){return sn=q(function(e){return D(this,function(r){return G.share(e),[2]})}),sn.apply(this,arguments)}var un=l(function(){Mr();qr();Fr()});function Vl(e){return G.setSecureScreen(e)}var fn=l(function(){Fr()});function zl(e){return ln.apply(this,arguments)}function ln(){return ln=q(function(e){return D(this,function(r){return[2,G.setScreenAwakeMode(e)]})}),ln.apply(this,arguments)}var cn=l(function(){Mr();qr();Fr()});function Hl(){return G.deviceId}var pn=l(function(){Fr()});function Wl(){return G.getNetworkStatus()}var hn=l(function(){Fr()});var mn=l(function(){tn();nn();on();an();un();fn();cn();pn();hn()});var Ai,dn,Fi=l(function(){Ai=d(E()),dn=Ai.NativeModules.BedrockCoreModule});var He=l(function(){mn();Fi()});var Ri,ki,Oi=l(function(){Ri=d(E());He();ki=new Ri.NativeEventEmitter(dn)});var Ui=l(function(){Oi()});function Ti(e){var r=e.children,t=e.isVisible,n=L((0,Xr.useState)(t),2),o=n[0],i=n[1];return(0,Xr.useEffect)(function(){var a=ki.addListener("visibilityChanged",function(s){i(s)});return function(){a.remove()}},[]),(0,Li.jsx)(ji.Provider,{value:o,children:r})}function Ni(){var e=(0,Xr.useContext)(ji);if(e==null)throw new Error("useVisibilityChanged must be used within a VisibilityChangedProvider");return e}var Li,Xr,ji,dt=l(function(){er();Li=d(C()),Xr=d(I());Ui();ji=(0,Xr.createContext)(void 0)});function de(){var e=Ni(),r=Ci(),t=wi(),n=e&&t,o=e&&r&&t;return Mi.Platform.OS==="android"?n:o}var Mi,vn=l(function(){Mi=d(E());Qt();mt();dt()});var Di,qi=l(function(){Di=d(I())});var Gl,Vi=l(function(){Gl=d(I());vn();qi()});function zi(e){var r=e.isVisible,t=e.children;return(0,yn.jsx)(Ti,{isVisible:r,children:(0,yn.jsx)(Ii,{children:t})})}var yn,Hi=l(function(){yn=d(C());mt();dt()});var Qr=l(function(){bi();mt();vn();dt();Vi();Hi()});function Gi(e){var r=e.children,t=N(e,["children"]),n=(0,ve.useMemo)(function(){return t},[t]),o=n.isVisible,i=n.initialColorPreference,a=Jl(i);return(0,gn.jsx)(_i,{colorPreference:a,children:(0,gn.jsx)(zi,{isVisible:o,children:r})})}function Jl(e){var r=L((0,ve.useState)(e),2),t=r[0],n=r[1];return(0,ve.useEffect)(function(){var o=Wi.Appearance.addChangeListener(function(i){var a=i.colorScheme;a!=null&&n(a)});return function(){o==null||o.remove()}},[]),t}var gn,ve,Wi,Ji=l(function(){or();er();gn=d(C()),ve=d(I()),Wi=d(E());Ve();Qr()});function Xi(e){return Ki.__SPLIT_CHUNK_ENABLED__&&(Ki.Page=e),e}var Ki,Yi=l(function(){Ki=new Function("return this")()});var Qi=O(function(Kv,$i){$i.exports=__bedrock_require__("@react-navigation/native-stack")});var ye={};var Zi=l(function(){T(ye,d(Qi()))});function Kl(){var e=(0,ye.createNativeStackNavigator)();return{Navigator:e.Navigator,Screen:e.Screen}}var vt,_n=l(function(){Zi();vt=Kl()});function ra(){var e=(0,tr.useNavigationState)(function(r){var t;return(t=r==null?void 0:r.index)!==null&&t!==void 0?t:0});return e===0}var ea=l(function(){De()});function na(e){var r=e.children,t=e.canGoBack,n=e.onBack,o=ra(),i=!t;return(0,xn.useEffect)(function(){if(!o||!t)return function(){}},[t,o]),(0,xn.useEffect)(function(){if(i){var a=ta.BackHandler.addEventListener("hardwareBackPress",function(){return n==null||n(),!0});return function(){a.remove()}}},[i,n]),(0,yt.jsx)(yt.Fragment,{children:r})}var yt,xn,ta,oa=l(function(){yt=d(C()),xn=d(I()),ta=d(E());ea()});var wn=O(function(ty,ia){ia.exports=__bedrock_require__("react-native-svg")});var Zr={};Nr(Zr,{default:function(){return aa.default}});var aa,sa=l(function(){aa=d(wn());T(Zr,d(wn()))});function fa(e){var r=e.tintColor,t=e.onPress,n=qe();return(0,We.jsx)(Xl,{onPress:t,color:r??n.grey900})}function Xl(e){var r=e.onPress,t=e.color;return(0,We.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,We.jsx)(re.View,{style:{width:24,height:24},children:(0,We.jsx)(Zr.SvgXml,{width:24,height:24,xml:$l.replace(/fill="#[0-9a-fA-F]{6}"/g,'fill="'.concat(t,'"')),style:{marginLeft:Ql}})})})}var We,re,Yl,ua,$l,Ql,la=l(function(){We=d(C());sa();re=d(E());Ve();Yl='<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>',ua='<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>',$l=re.Platform.select({android:Yl,ios:ua,default:ua}),Ql=re.Platform.select({android:-4,ios:-12,default:-12})});function pa(e){var r=e.tintColor,t=e.canGoBack,n=e.onBack,o=e.navigationContainerRef;return(0,ca.jsx)(fa,{tintColor:r,onPress:function(){n==null||n(),t&&(o.canGoBack()?o.goBack():en())}})}var ca,ha=l(function(){ca=d(C());la();He()});function ma(e){var r;return(r=e.match(/^\[([^[\](?:\.\.\.)]+?)\]$/))===null||r===void 0?void 0:r[1]}var da=l(function(){});function Zl(e){return e.replace(/\\/g,"/")}function rc(e){return e.replace(/\.(tsx|jsx|ts|js)$/g,"")}function ec(e){return e.replace(/^(?:\.\.?\/)+/g,"")}function tc(e){return e.replace(/\[|\]/g,"")}function va(e){var r=Zl(e),t=ec(rc(r)),n=t.split("/").map(function(o){return o==="index"?"":ma(o)?":".concat(tc(o)):o}).filter(function(o){return o.length>0}).join("/");return"/"+n}function ge(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 gt=l(function(){da()});function ya(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 ga(e){if(e==="."||e==="")return"";var r=e.lastIndexOf("/");if(r===-1)return".";var t=e.substring(0,r);return t===""?".":t}function _a(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=ge(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=ge(b.path,{withExtension:!1});if(k===r){var B=ya(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,st=X+"|"+Gr;if(A.has(st))return A.get(st);var Tr=X;for(Gr&&(Tr=ga(Tr));Tr;){if(n.has(Tr)){var zo=n.get(Tr);return A.set(st,zo),zo}if(Tr==="."||Tr==="")break;Tr=ga(Tr)}A.set(st,void 0)}var ur=new Map,mr=!0,_r=!1,br=void 0;try{for(var Sr=e[Symbol.iterator](),Lr;!(mr=(Lr=Sr.next()).done);mr=!0){var Er=Lr.value,Ir=ge(Er.path,{withExtension:!1}),Cr=ya(Er.path,t);if(Ir===r){var xr=ir(Cr,!0);xr&&ur.set(Er.path,xr)}else{var jr=ir(Cr,!1);jr&&ur.set(Er.path,jr)}}}catch(X){_r=!0,br=X}finally{try{!mr&&Sr.return!=null&&Sr.return()}finally{if(_r)throw br}}return ur}var xa=l(function(){gt()});var bn=l(function(){er()});var oc,wa,Sn=l(function(){M();rr();or();oc=d(I());bn();wa=new Map});function En(e){var r=e.keys().map(function(t){var n,o,i,a,s=va(t),u,f=(u=(n=e(t))===null||n===void 0?void 0:n.default)!==null&&u!==void 0?u:(o=wa.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 In(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 ba=l(function(){gt();Sn()});var Cn=l(function(){ba();bn()});function Sa(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,_e.jsx)(s,{children:(0,_e.jsx)(u,{children:p})})},o=a.path},n=function(a){var s=a.children;return(0,_e.jsx)(_e.Fragment,{children:s})},o=r;o;){var i=t();if(i==="break")break}return n}var _e,Ea=l(function(){_e=d(C())});function Ia(e){var r=e.prefix,t=e.context,n=(0,xe.useMemo)(function(){return En(t)},[t]),o=(0,xe.useMemo)(function(){return n.filter(function(u){return!ic.includes(ge(u.path,{withExtension:!1}))})},[n]),i=(0,xe.useMemo)(function(){return _a(n,"_layout")},[n]),a=(0,xe.useMemo)(function(){return o.map(function(u){var f,p=Sa(i,u.path),c=function(){return(0,_t.jsx)(p,{children:(0,_t.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,_t.jsx)(vt.Screen,{name:v,component:c,options:y},v)})},[o,i]),s=(0,xe.useMemo)(function(){return{prefixes:[r],config:{screens:In(o)},getInitialURL:function(){return q(function(){var f;return D(this,function(p){return f=ze(),f==null?[2]:[2,decodeURI(f)]})})()}}},[r,o]);return{BedrockScreens:a,linkingOptions:s}}var _t,xe,ic,Ca=l(function(){Mr();qr();_t=d(C()),xe=d(I());He();_n();xa();Cn();Ea();gt();ic=["_layout"]});function Aa(){var e=qe();return(0,Ba.useMemo)(function(){return{contentStyle:{backgroundColor:e.background},headerTintColor:e.grey800,headerTitleStyle:{color:"transparent"},headerStyle:{backgroundColor:e.background},headerShadowVisible:!1,animation:Pa.Platform.OS==="android"?"fade_from_bottom":"default"}},[e.background,e.grey800])}var Ba,Pa,Fa=l(function(){Ba=d(I()),Pa=d(E());Ve()});function ka(e){var r=ac(),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 ac(){var e=ze();return Ra.Platform.OS==="android"?e==null?void 0:e.replaceAll(/\/+$/g,""):e}var Ra,Oa=l(function(){Ra=d(E());He()});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=N(e,["prefix","context","navigationContainerRef","defaultScreenOption","canGoBack","onBack","container","initialProps"]),v=ka(r),m=Ia({prefix:r,context:t}),y=m.BedrockScreens,g=m.linkingOptions,_=Aa(),b=(0,ee.useMemo)(function(){return n??(0,tr.createNavigationContainerRef)()},[n]),k=(0,ee.useCallback)(function(A){return(0,we.jsx)(pa,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,we.jsx)(tr.NavigationContainer,S(x({ref:b},c),{linking:g,children:(0,we.jsx)(na,{canGoBack:a,onBack:s,children:(0,we.jsx)(f,S(x({},p),{children:(0,we.jsx)(vt.Navigator,{initialRouteName:v,screenOptions:B,children:y})}))})}))}var we,ee,La=l(function(){M();rr();or();we=d(C());De();ee=d(I());_n();oa();ha();Ca();Fa();Oa()});var ja=l(function(){});var Ta=l(function(){});var Na=l(function(){});var Ma=l(function(){ja();Ta();Na()});var Da=l(function(){La();Cn();Ma()});function Va(e){var r=e.children,t=e.backEvent;return(0,qa.jsx)(sc.Provider,{value:t,children:r})}function za(){var e=(0,cr.useRef)(new Set).current,r=L((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 qa,cr,sc,Ha=l(function(){er();qa=d(C()),cr=d(I());Qr();sc=(0,cr.createContext)(null)});var Bn=l(function(){Ha()});function fc(e){var r=e.appName,t=e.context,n=e.container,o=N(e,["appName","context","container"]),i=za();return(0,be.jsx)(Gi,S(x({},o),{children:(0,be.jsx)(pe.SafeAreaProvider,{children:(0,be.jsx)(Va,{backEvent:i,children:(0,be.jsx)(Ua,{context:t,initialProps:o,container:n,canGoBack:!i.hasBackEvent,onBack:i.onBack,prefix:"intoss://".concat(r),navigationContainerRef:uc})})})}))}var be,uc,lc,xt,Wa=l(function(){M();rr();or();be=d(C());De();pi();Ji();Yi();Da();Bn();uc=(0,tr.createNavigationContainerRef)();lc=function(){var e=null;return{registerApp:function(t,n){var o=n.appName,i=n.context;function a(s){return(0,be.jsx)(fc,S(x({},s),{appName:o,context:i,container:t}))}return Xi(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}}},xt=lc()});var Ga=l(function(){Wa()});function Ja(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=L(i,2),s=a[0],u=a[1];return S(x({},o),lr({},"".concat(e).concat(dc(s)),u))},{});return n}function Ka(e){var r=function(u){return Ja(e,u)},t=!0,n=!1,o=void 0;try{for(var i=function(){var u=s.value;r[u]=function(_){return Ja(e,lr({},u,_))};var f=!0,p=!1,c=void 0;try{for(var v=pc[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=cc[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 dc(e){return e.charAt(0).toUpperCase()+e.slice(1)}var cc,pc,hc,mc,Xa=l(function(){Te();M();rr();er();cc=["x","y","top","right","bottom","left"],pc=["4","8","12","16","24","32"];hc=Ka("padding"),mc=Ka("margin")});function Pn(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 Ge,Je,Ya,wt,Se,vc,yc,gc,An=l(function(){M();rr();or();Pr();Ge=d(C()),Je=d(I()),Ya=d(E());Pn.center=function(e){return Pn({justify:"center",align:"center",direction:e})};wt=(0,Je.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=N(e,["align","justify","direction","style"]);return(0,Ge.jsx)(Ya.View,x({ref:r,style:[Pn({align:n,direction:s,justify:i}),u]},f))}),Se=wt,vc=(0,Je.forwardRef)(function(r,t){return(0,Ge.jsx)(wt,S(x({align:"center",justify:"center"},r),{ref:t}))}),yc=(0,Je.forwardRef)(function(r,t){return(0,Ge.jsx)(wt,S(x({justify:"center"},r),{ref:t}))}),gc=(0,Je.forwardRef)(function(r,t){return(0,Ge.jsx)(wt,S(x({align:"center"},r),{ref:t}))});Se.Center=vc;Se.CenterVertical=yc;Se.CenterHorizontal=gc});var $a,Qa,Za,Fn,Rn=l(function(){M();or();$a=d(C()),Qa=d(I()),Za=d(E()),Fn=(0,Qa.memo)(function(r){var t=r.size,n=r.direction,o=n===void 0?"vertical":n,i=r.style,a=N(r,["size","direction","style"]),s=o==="vertical"?{height:t}:{width:t};return(0,$a.jsx)(Za.View,x({style:[s,i]},a))})});function _c(e){var r=e.children,t=e.gap;if(!Ee.default.isValidElement(t))throw new Error("gap prop \uAC12\uC740 \uCEF4\uD3EC\uB10C\uD2B8\uB97C \uC0AC\uC6A9\uD574\uC57C \uD569\uB2C8\uB2E4.");return(0,Ie.jsx)(Ie.Fragment,{children:Ee.default.Children.map(r,function(n,o){var i=o===Ee.default.Children.count(r)-1;return(0,Ie.jsxs)(Ee.Fragment,{children:[n,!i&&n!=null?t:void 0]},o)})})}var Ie,Ee,rs,es=l(function(){Ie=d(C()),Ee=d(I()),rs={Gap:_c}});var Ce,bt,xc,Ke,wc,bc,ts=l(function(){M();rr();or();Ce=d(C()),bt=d(I());es();An();Rn();xc=(0,bt.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=N(r,["direction","gutter","children"]);return(0,Ce.jsx)(Se,S(x({ref:t,direction:o==="vertical"?"column":"row"},u),{children:(0,Ce.jsx)(rs.Gap,{gap:typeof a=="number"?(0,Ce.jsx)(Fn,{direction:o,size:a??24}):r.gutter,children:s})}))}),Ke=xc,wc=(0,bt.forwardRef)(function(r,t){return(0,Ce.jsx)(Ke,S(x({direction:"horizontal"},r),{ref:t}))}),bc=(0,bt.forwardRef)(function(r,t){return(0,Ce.jsx)(Ke,S(x({direction:"vertical"},r),{ref:t}))});Ke.Horizontal=wc;Ke.Vertical=bc});var ns=l(function(){Xa();An();Rn();ts()});var Sc,os=l(function(){M();rr();Sc=d(E())});var is,as=l(function(){Mr();er();qr();is=d(I())});var Ec,Ic,ss=l(function(){M();or();Ec=d(C()),Ic=d(E());os();as()});var us=l(function(){ss()});function fs(e){if(Array.isArray(e))return Ne(e)}var ls=l(function(){Wt()});function cs(e){if(typeof Symbol<"u"&&e[Symbol.iterator]!=null||e["@@iterator"]!=null)return Array.from(e)}var ps=l(function(){});function hs(){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 ms=l(function(){});function U(e){return fs(e)||cs(e)||pt(e)||hs()}var Vr=l(function(){ls();ps();ms();Gt()});var kn,ds=l(function(){Vr();kn=d(I())});var Cc,St,Bc,vs=l(function(){Mr();M();rr();er();qr();Cc=d(C()),St=d(I()),Bc=d(E());ds()});var Pc,Ac,ys=l(function(){M();Pr();Pc=d(C()),Ac=d(E());vs()});var gs=l(function(){ys()});function _s(){typeof Symbol<"u"&&!Symbol.asyncIterator&&(Symbol.asyncIterator=Symbol.for("@@asyncIterator"))}var xs=l(function(){});var On,Fc,ws=l(function(){On=d(E()),Fc=parseInt(On.Platform.Version,10);On.Platform.OS==="ios"&&Fc===10&&Object.getOwnPropertyDescriptor(ArrayBuffer.prototype,"byteLength")==null&&Object.defineProperty(ArrayBuffer.prototype,"byteLength",{configurable:!0,enumerable:!1,get:function(){return null}})});var Ss=O(function(Mg,bs){"use strict";function Rc(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})}bs.exports=Rc});var Cs=O(function(Dg,Is){"use strict";var kc=Ss();function Es(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}kc(e,r,{get:t,enumerable:a!==!1,writable:s!==!1})}function Oc(e,r){Es(window,e,r)}Is.exports={polyfillObjectProperty:Es,polyfillGlobal:Oc}});var As,Fs,Ps=l(function(){As="react-native-url-polyfill",Fs="1.3.0"});var Un=O(function(P){"use strict";Pr();function ar(e,r){return"".concat(r&&r.context?r.context:"Value"," ").concat(e,".")}function Uc(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 Lc(e){return e>0&&e%1===.5&&!(e&1)||e<0&&e%1===-.5&&(e&1)===1?Et(Math.floor(e)):Et(Math.round(e))}function Rs(e){return Et(Math.trunc(e))}function ks(e){return e<0?-1:1}function jc(e,r){var t=e%r;return ks(r)!==ks(t)?t+r:t}function Et(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=Et(f),u.enforceRange){if(!Number.isFinite(f))throw new TypeError(ar("is not a finite number",u));if(f=Rs(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=Lc(f),f):!Number.isFinite(f)||f===0?0:(f=Rs(f),f>=n&&f<=o?f:(f=jc(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(Uc(e)!=="Object")throw new TypeError(ar("is not an object",r));return e};function Os(e,r){if(typeof e!="function")throw new TypeError(ar("is not a function",r));return e}var Tc=Object.getOwnPropertyDescriptor(ArrayBuffer.prototype,"byteLength").get;function Us(e){try{return Tc.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 Nc=Object.getOwnPropertyDescriptor(DataView.prototype,"byteLength").get;P.DataView=function(e,r){try{return Nc.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=Os;P.VoidFunction=Os});var Ln=O(function(Ms,Ds){"use strict";Pr();function Mc(e){return(typeof e>"u"?"undefined":W(e))==="object"&&e!==null||typeof e=="function"}function Dc(e,r){return Object.prototype.hasOwnProperty.call(e,r)}var Ls=Symbol("wrapper"),js=Symbol("impl"),Be=Symbol("SameObject caches"),qc=Symbol.for("[webidl2js] constructor registry");function Vc(e,r,t){return e[Be]||(e[Be]=Object.create(null)),r in e[Be]||(e[Be][r]=t()),e[Be][r]}function Ts(e){return e?e[Ls]:null}function Ns(e){return e?e[js]:null}function zc(e){var r=Ts(e);return r||e}function Hc(e){var r=Ns(e);return r||e}var Wc=Symbol("internal"),Gc=Object.getPrototypeOf(Object.getPrototypeOf([][Symbol.iterator]()));function Jc(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 Kc=Object.getOwnPropertyDescriptor(ArrayBuffer.prototype,"byteLength").get;function Xc(e){try{return Kc.call(e),!0}catch(r){return!1}}var Yc=Symbol("supports property index"),$c=Symbol("supported property indices"),Qc=Symbol("supports property name"),Zc=Symbol("supported property names"),rp=Symbol("indexed property get"),ep=Symbol("indexed property set new"),tp=Symbol("indexed property set existing"),np=Symbol("named property get"),op=Symbol("named property set new"),ip=Symbol("named property set existing"),ap=Symbol("named property delete");Ds.exports=Ms={isObject:Mc,hasOwn:Dc,wrapperSymbol:Ls,implSymbol:js,getSameObject:Vc,ctorRegistrySymbol:qc,wrapperForImpl:Ts,implForWrapper:Ns,tryWrapperForImpl:zc,tryImplForWrapper:Hc,iterInternalSymbol:Wc,IteratorPrototype:Gc,isArrayBuffer:Xc,isArrayIndexPropName:Jc,supportsPropertyIndex:Yc,supportedPropertyIndices:$c,supportsPropertyName:Qc,supportedPropertyNames:Zc,indexedGet:rp,indexedSetNew:ep,indexedSetExisting:tp,namedGet:np,namedSetNew:op,namedSetExisting:ip,namedDelete:ap}});var zs=O(function(It){"use strict";It.byteLength=up;It.toByteArray=lp;It.fromByteArray=hp;var Rr=[],vr=[],sp=typeof Uint8Array<"u"?Uint8Array:Array,jn="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/";for(te=0,qs=jn.length;te<qs;++te)Rr[te]=jn[te],vr[jn.charCodeAt(te)]=te;var te,qs;vr[45]=62;vr[95]=63;function Vs(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 up(e){var r=Vs(e),t=r[0],n=r[1];return(t+n)*3/4-n}function fp(e,r,t){return(r+t)*3/4-t}function lp(e){var r,t=Vs(e),n=t[0],o=t[1],i=new sp(fp(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 cp(e){return Rr[e>>18&63]+Rr[e>>12&63]+Rr[e>>6&63]+Rr[e&63]}function pp(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(cp(n));return o.join("")}function hp(e){for(var r,t=e.length,n=t%3,o=[],i=16383,a=0,s=t-n;a<s;a+=i)o.push(pp(e,a,a+i>s?s:a+i));return n===1?(r=e[t-1],o.push(Rr[r>>2]+Rr[r<<4&63]+"==")):n===2&&(r=(e[t-2]<<8)+e[t-1],o.push(Rr[r>>10]+Rr[r>>4&63]+Rr[r<<2&63]+"=")),o.join("")}});var Hs=O(function(Tn){Tn.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)};Tn.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 Wn=O(function(Ae){"use strict";Dr();Pr();var Nn=zs(),Pe=Hs(),Ws=typeof Symbol=="function"&&typeof Symbol.for=="function"?Symbol.for("nodejs.util.inspect.custom"):null;Ae.Buffer=h;Ae.SlowBuffer=_p;Ae.INSPECT_MAX_BYTES=50;var Ct=2147483647;Ae.kMaxLength=Ct;h.TYPED_ARRAY_SUPPORT=mp();!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 mp(){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>Ct)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 Vn(e)}return Ks(e,r,t)}h.poolSize=8192;function Ks(e,r,t){if(typeof e=="string")return vp(e,r);if(ArrayBuffer.isView(e))return yp(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(kr(e,ArrayBuffer)||e&&kr(e.buffer,ArrayBuffer)||typeof SharedArrayBuffer<"u"&&(kr(e,SharedArrayBuffer)||e&&kr(e.buffer,SharedArrayBuffer)))return Dn(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=gp(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 Ks(e,r,t)};Object.setPrototypeOf(h.prototype,Uint8Array.prototype);Object.setPrototypeOf(h,Uint8Array);function Xs(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 dp(e,r,t){return Xs(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 dp(e,r,t)};function Vn(e){return Xs(e),zr(e<0?0:zn(e)|0)}h.allocUnsafe=function(e){return Vn(e)};h.allocUnsafeSlow=function(e){return Vn(e)};function vp(e,r){if((typeof r!="string"||r==="")&&(r="utf8"),!h.isEncoding(r))throw new TypeError("Unknown encoding: "+r);var t=Ys(e,r)|0,n=zr(t),o=n.write(e,r);return o!==t&&(n=n.slice(0,o)),n}function Mn(e){for(var r=e.length<0?0:zn(e.length)|0,t=zr(r),n=0;n<r;n+=1)t[n]=e[n]&255;return t}function yp(e){if(kr(e,Uint8Array)){var r=new Uint8Array(e);return Dn(r.buffer,r.byteOffset,r.byteLength)}return Mn(e)}function Dn(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 gp(e){if(h.isBuffer(e)){var r=zn(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"||Hn(e.length)?zr(0):Mn(e);if(e.type==="Buffer"&&Array.isArray(e.data))return Mn(e.data)}function zn(e){if(e>=Ct)throw new RangeError("Attempt to allocate Buffer larger than maximum size: 0x"+Ct.toString(16)+" bytes");return e|0}function _p(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(kr(r,Uint8Array)&&(r=h.from(r,r.offset,r.byteLength)),kr(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(kr(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 Ys(e,r){if(h.isBuffer(e))return e.length;if(ArrayBuffer.isView(e)||kr(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 qn(e).length;case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return t*2;case"hex":return t>>>1;case"base64":return tu(e).length;default:if(o)return n?-1:qn(e).length;r=(""+r).toLowerCase(),o=!0}}h.byteLength=Ys;function xp(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 Fp(this,r,t);case"utf8":case"utf-8":return Qs(this,r,t);case"ascii":return Pp(this,r,t);case"latin1":case"binary":return Ap(this,r,t);case"base64":return Cp(this,r,t);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return Rp(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?Qs(this,0,r):xp.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=Ae.INSPECT_MAX_BYTES;return r=this.toString("hex",0,t).replace(/(.{2})/g,"$1 ").trim(),this.length>t&&(r+=" ... "),"<Buffer "+r+">"};Ws&&(h.prototype[Ws]=h.prototype.inspect);h.prototype.compare=function(r,t,n,o,i){if(kr(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 $s(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,Hn(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:Gs(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):Gs(e,[r],t,n,o);throw new TypeError("val must be string, number or Buffer")}function Gs(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 $s(this,r,t,n,!0)};h.prototype.lastIndexOf=function(r,t,n){return $s(this,r,t,n,!1)};function wp(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(Hn(s))return a;e[t+a]=s}return a}function bp(e,r,t,n){return Bt(qn(r,e.length-t),e,t,n)}function Sp(e,r,t,n){return Bt(Up(r),e,t,n)}function Ep(e,r,t,n){return Bt(tu(r),e,t,n)}function Ip(e,r,t,n){return Bt(Lp(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 wp(this,r,t,n);case"utf8":case"utf-8":return bp(this,r,t,n);case"ascii":case"latin1":case"binary":return Sp(this,r,t,n);case"base64":return Ep(this,r,t,n);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return Ip(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 Cp(e,r,t){return r===0&&t===e.length?Nn.fromByteArray(e):Nn.fromByteArray(e.slice(r,t))}function Qs(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 Bp(n)}var Js=4096;function Bp(e){var r=e.length;if(r<=Js)return String.fromCharCode.apply(String,e);for(var t="",n=0;n<r;)t+=String.fromCharCode.apply(String,e.slice(n,n+=Js));return t}function Pp(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 Ap(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 Fp(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+=jp[e[i]];return o}function Rp(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),Pe.read(this,r,!0,23,4)};h.prototype.readFloatBE=function(r,t){return r=r>>>0,t||K(r,4,this.length),Pe.read(this,r,!1,23,4)};h.prototype.readDoubleLE=function(r,t){return r=r>>>0,t||K(r,8,this.length),Pe.read(this,r,!0,52,8)};h.prototype.readDoubleBE=function(r,t){return r=r>>>0,t||K(r,8,this.length),Pe.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 Zs(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 ru(e,r,t,n,o){return r=+r,t=t>>>0,o||Zs(e,r,t,4,34028234663852886e22,-34028234663852886e22),Pe.write(e,r,t,n,23,4),t+4}h.prototype.writeFloatLE=function(r,t,n){return ru(this,r,t,!0,n)};h.prototype.writeFloatBE=function(r,t,n){return ru(this,r,t,!1,n)};function eu(e,r,t,n,o){return r=+r,t=t>>>0,o||Zs(e,r,t,8,17976931348623157e292,-17976931348623157e292),Pe.write(e,r,t,n,52,8),t+8}h.prototype.writeDoubleLE=function(r,t,n){return eu(this,r,t,!0,n)};h.prototype.writeDoubleBE=function(r,t,n){return eu(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 kp=/[^+/0-9A-Za-z-_]/g;function Op(e){if(e=e.split("=")[0],e=e.trim().replace(kp,""),e.length<2)return"";for(;e.length%4!==0;)e=e+"=";return e}function qn(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 Up(e){for(var r=[],t=0;t<e.length;++t)r.push(e.charCodeAt(t)&255);return r}function Lp(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 tu(e){return Nn.toByteArray(Op(e))}function Bt(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 kr(e,r){return Y(e,r)||e!=null&&e.constructor!=null&&e.constructor.name!=null&&e.constructor.name===r.name}function Hn(e){return e!==e}var jp=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 mu=O(function($g,hu){"use strict";Vr();var nu,Fe=2147483647,Or=36,Kn=1,Xe=26,Tp=38,Np=700,iu=72,au=128,su="-",Mp=/^xn--/,Dp=/[^\0-\x7E]/,qp=/[\x2E\u3002\uFF0E\uFF61]/g,Vp={overflow:"Overflow: input needs wider integers to process","not-basic":"Illegal input >= 0x80 (not a basic code point)","invalid-input":"Invalid input"},Gn=Or-Kn,Ur=Math.floor,Jn=String.fromCharCode;function oe(e){throw new RangeError(Vp[e])}function zp(e,r){for(var t=[],n=e.length;n--;)t[n]=r(e[n]);return t}function uu(e,r){var t=e.split("@"),n="";t.length>1&&(n=t[0]+"@",e=t[1]),e=e.replace(qp,".");var o=e.split("."),i=zp(o,r).join(".");return n+i}function fu(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 Hp=function(e){return(nu=String).fromCodePoint.apply(nu,U(e))},Wp=function(r){return r-48<10?r-22:r-65<26?r-65:r-97<26?r-97:Or},ou=function(r,t){return r+22+75*(r<26)-((t!=0)<<5)},lu=function(r,t,n){var o=0;for(r=n?Ur(r/Np):r>>1,r+=Ur(r/t);r>Gn*Xe>>1;o+=Or)r=Ur(r/Gn);return Ur(o+(Gn+1)*r/(r+Tp))},cu=function(r){var t,n=[],o=r.length,i=0,a=au,s=iu,u=r.lastIndexOf(su);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=Or;;m+=Or){p>=o&&oe("invalid-input");var y=Wp(r.charCodeAt(p++));(y>=Or||y>Ur((Fe-i)/v))&&oe("overflow"),i+=y*v;var g=m<=s?Kn:m>=s+Xe?Xe:m-s;if(y<g)break;var _=Or-g;v>Ur(Fe/_)&&oe("overflow"),v*=_}var b=n.length+1;s=lu(i-c,b,c==0),Ur(i/b)>Fe-a&&oe("overflow"),a+=Ur(i/b),i%=b,n.splice(i++,0,a)}return(t=String).fromCodePoint.apply(t,U(n))},pu=function(r){var t=[];r=fu(r);var n=r.length,o=au,i=0,a=iu,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(Jn(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(su);y<n;){var g=Fe,_=!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((Fe-i)/ur)&&oe("overflow"),i+=(g-o)*ur,o=g;var mr=!0,_r=!1,br=void 0;try{for(var Sr=r[Symbol.iterator](),Lr;!(mr=(Lr=Sr.next()).done);mr=!0){var Er=Lr.value;if(Er<o&&++i>Fe&&oe("overflow"),Er==o){for(var Ir=i,Cr=Or;;Cr+=Or){var xr=Cr<=a?Kn:Cr>=a+Xe?Xe:Cr-a;if(Ir<xr)break;var jr=Ir-xr,X=Or-xr;t.push(Jn(ou(xr+jr%X,0))),Ir=Ur(jr/X)}t.push(Jn(ou(Ir,0))),a=lu(i,ur,y==m),i=0,++y}}}catch(Gr){_r=!0,br=Gr}finally{try{!mr&&Sr.return!=null&&Sr.return()}finally{if(_r)throw br}}++i,++o}return t.join("")},Gp=function(r){return uu(r,function(t){return Mp.test(t)?cu(t.slice(4).toLowerCase()):t})},Jp=function(r){return uu(r,function(t){return Dp.test(t)?"xn--"+pu(t):t})},Kp={version:"2.1.0",ucs2:{decode:fu,encode:Hp},decode:cu,encode:pu,toASCII:Jp,toUnicode:Gp};hu.exports=Kp});var Yn=O(function(Qg,vu){"use strict";function Xn(e){return e>=48&&e<=57}function du(e){return e>=65&&e<=90||e>=97&&e<=122}function Xp(e){return du(e)||Xn(e)}function Yp(e){return Xn(e)||e>=65&&e<=70||e>=97&&e<=102}vu.exports={isASCIIDigit:Xn,isASCIIAlpha:du,isASCIIAlphanumeric:Xp,isASCIIHex:Yp}});var Ye=O(function(r_,wu){"use strict";er();var ie=Wn().Buffer,yu=Yn().isASCIIHex;function $p(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 gu(e,r,t){for(var n=e.indexOf(r);n>=0;)e[n]=t,n=e.indexOf(r,n+1);return e}function xu(e){var r=e.toString(16).toUpperCase();return r.length===1&&(r="0"+r),"%"+r}function $n(e){for(var r=ie.alloc(e.byteLength),t=0,n=0;n<e.length;++n)e[n]!==37||!yu(e[n+1])||!yu(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 Qp(e){var r=$p(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=gu(ie.from(f),43,32),p=gu(ie.from(p),43,32),t.push([$n(f).toString(),$n(p).toString()])}}}catch(v){o=!0,i=v}finally{try{!n&&a.return!=null&&a.return()}finally{if(o)throw i}}return t}function _u(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+=xu(s)}}catch(u){n=!0,o=u}finally{try{!t&&i.return!=null&&i.return()}finally{if(n)throw o}}return r}function Zp(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=L(u.value,2),p=f[0],c=f[1],v=_u(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=_u(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}wu.exports={percentEncode:xu,percentDecode:$n,parseUrlencoded:function(r){return Qp(ie.from(r))},serializeUrlencoded:Zp}});var oo=O(function(t_,pr){"use strict";Dr();var ro=Wn().Buffer,Re=mu(),Q=Yn(),Iu=Ye(),Cu=Iu.percentEncode,rh=Iu.percentDecode,Bu={ftp:21,file:null,http:80,https:443,ws:80,wss:443},w=Symbol("failure");function bu(e){return Re.ucs2.decode(e).length}function Su(e,r){var t=e[r];return isNaN(t)?void 0:String.fromCodePoint(t)}function Eu(e){return e==="."||e.toLowerCase()==="%2e"}function eh(e){return e=e.toLowerCase(),e===".."||e==="%2e."||e===".%2e"||e==="%2e%2e"}function th(e,r){return Q.isASCIIAlpha(e)&&(r===58||r===124)}function Pu(e){return e.length===2&&Q.isASCIIAlpha(e.codePointAt(0))&&(e[1]===":"||e[1]==="|")}function nh(e){return e.length===2&&Q.isASCIIAlpha(e.codePointAt(0))&&e[1]===":"}function oh(e){return e.search(/\u0000|\u0009|\u000A|\u000D|\u0020|#|%|\/|:|\?|@|\[|\\|\]/)!==-1}function ih(e){return e.search(/\u0000|\u0009|\u000A|\u000D|\u0020|#|\/|:|\?|@|\[|\\|\]/)!==-1}function Pt(e){return Bu[e]!==void 0}function $(e){return Pt(e.scheme)}function Qn(e){return!Pt(e.scheme)}function Au(e){return Bu[e]}function ah(e){for(var r=ro.from(e),t="",n=0;n<r.length;++n)t+=Cu(r[n]);return t}function eo(e){return e<=31||e>126}var sh=new Set([47,58,59,61,64,91,92,93,94,124]);function to(e){return Ru(e)||sh.has(e)}var uh=new Set([32,34,60,62,96]);function Fu(e){return eo(e)||uh.has(e)}var fh=new Set([35,63,123,125]);function Ru(e){return Fu(e)||fh.has(e)}function ae(e,r){var t=String.fromCodePoint(e);return r(e)?ah(t):t}function lh(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 ch(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=lh(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 ph(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 hh(e){var r=[0,0,0,0,0,0,0,0],t=0,n=null,o=0;if(e=Re.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(Su(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(Su(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 mh(e){for(var r="",t=vh(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 Zn(e){var r=arguments.length>1&&arguments[1]!==void 0?arguments[1]:!1;if(e[0]==="[")return e[e.length-1]!=="]"?w:hh(e.substring(1,e.length-1));if(r)return dh(e);var t=rh(ro.from(e)).toString(),n=yh(t);if(n===w||oh(n))return w;var o=ch(n);return typeof o=="number"||o===w?o:n}function dh(e){if(ih(e))return w;for(var r="",t=Re.ucs2.decode(e),n=0;n<t.length;++n)r+=ae(t[n],eo);return r}function vh(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 no(e){return typeof e=="number"?ph(e):Y(e,Array)?"["+mh(e)+"]":e}function yh(e){var r=e;return r===null?w:r}function gh(e){return e.replace(/^[\u0000-\u001F\u0020]+|[\u0000-\u001F\u0020]+$/g,"")}function _h(e){return e.replace(/\u0009|\u000A|\u000D/g,"")}function ku(e){var r=e.path;r.length!==0&&(e.scheme==="file"&&r.length===1&&wh(r[0])||r.pop())}function Ou(e){return e.username!==""||e.password!==""}function xh(e){return e.host===null||e.host===""||e.cannotBeABaseURL||e.scheme==="file"}function wh(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=gh(this.input);i!==this.input&&(this.parseError=!0),this.input=i}var a=_h(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=Re.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)&&!Pt(this.buffer)||!$(this.url)&&Pt(this.buffer)||(Ou(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===Au(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=bu(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,to);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-=bu(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=Zn(this.buffer,Qn(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===""&&(Ou(this.url)||this.url.port!==null))return this.parseError=!0,!1;var o=Zn(this.buffer,Qn(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===Au(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 bh=new Set([47,92,63,35]);function Uu(e,r){var t=e.length-r;return t>=2&&th(e[r],e[r+1])&&(t===2||bh.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(),ku(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)&&(nh(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&&Pu(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=Zn(this.buffer,Qn(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),eh(this.buffer)?(ku(this.url),r!==47&&!($(this.url)&&r===92)&&this.url.path.push("")):Eu(this.buffer)&&r!==47&&!($(this.url)&&r===92)?this.url.path.push(""):Eu(this.buffer)||(this.url.scheme==="file"&&this.url.path.length===0&&Pu(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,Ru);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,eo))),!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=ro.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+=Cu(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,Fu))),!0};function Sh(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+=no(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 Eh(e){var r=e.scheme+"://";return r+=no(e.host),e.port!==null&&(r+=":"+e.port),r}pr.exports.serializeURL=Sh;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 Eh({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=Re.ucs2.decode(r),n=0;n<t.length;++n)e.username+=ae(t[n],to)};pr.exports.setThePassword=function(e,r){e.password="";for(var t=Re.ucs2.decode(r),n=0;n<t.length;++n)e.password+=ae(t[n],to)};pr.exports.serializeHost=no;pr.exports.cannotHaveAUsernamePasswordPort=xh;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 ju=O(function(Lu){"use strict";fr();dr();Pr();var io=Ye();function Ih(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})}Lu.implementation=function(){function e(r,t,n){var o=n.doNotStripQMark,i=o===void 0?!1:o;j(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=io.parseUrlencoded(a)}return V(e,[{key:"_updateSteps",value:function(){if(this._url!==null){var t=io.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=Ih(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 io.serializeUrlencoded(this._list)}}]),e}()});var ao=O(function(h_,J){"use strict";fr();dr();Te();Dr();er();Vr();var yr=Un(),Z=Ln(),nr=Z.implSymbol,$e=Z.ctorRegistrySymbol,Ch=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[nr]),a=i.length;if(o>=a)return{value:void 0,done:!0};var s=i[o];r.index=o+1;var u=L(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})),Ze={_mixedIntoPredicates:[],is:function(r){if(r){if(Z.hasOwn(r,nr)&&Y(r[nr],Qe.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,Qe.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(Ch);return Object.defineProperty(n,Z.iterInternalSymbol,{value:{target:r,kind:t,index:0},configurable:!0}),n},create:function(r,t,n){if(r[$e]===void 0)throw new Error("Internal error: invalid global object");var o=r[$e].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=Ze.setup(i,r,t,n),i},createImpl:function(r,t,n){var o=Ze.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,Ze._internalSetup(r),Object.defineProperty(r,nr,{value:new Qe.implementation(t,n,o),configurable:!0}),r[nr][Z.wrapperSymbol]=r,Qe.init&&Qe.init(r[nr],o),r},install:function(r){var t=function(){function o(){j(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,br=!1,Sr=void 0;try{for(var Lr=Reflect.ownKeys(a)[Symbol.iterator](),Er;!(_r=(Er=Lr.next()).done);_r=!0){var Ir=Er.value,Cr=Object.getOwnPropertyDescriptor(a,Ir);if(Cr&&Cr.enumerable){var xr=Ir;xr=yr.USVString(xr,{context:"Failed to construct 'URLSearchParams': parameter 1 record's key"});var jr=a[Ir];jr=yr.USVString(jr,{context:"Failed to construct 'URLSearchParams': parameter 1 record's value"}),mr[xr]=jr}}}catch(X){br=!0,Sr=X}finally{try{!_r&&Lr.return!=null&&Lr.return()}finally{if(br)throw Sr}}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 Ze.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[nr]).append.apply(u,U(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[nr]).delete.apply(s,U(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[nr]).get.apply(s,U(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[nr]).getAll.apply(s,U(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[nr]).has.apply(s,U(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[nr]).set.apply(u,U(f))}},{key:"sort",value:function(){if(!this||!J.exports.is(this))throw new TypeError("Illegal invocation");return this[nr].sort()}},{key:"toString",value:function(){if(!this||!J.exports.is(this))throw new TypeError("Illegal invocation");return this[nr].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[nr]),f=0;f<u.length;){var p=L(u[f].map(Z.tryWrapperForImpl),2),c=p[0],v=p[1];a.call(s,v,c,this),u=Array.from(this[nr]),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[$e]===void 0&&(r[$e]=Object.create(null)),r[$e].URLSearchParams=t,Object.defineProperty(r,"URLSearchParams",{configurable:!0,writable:!0,value:t})}};J.exports=Ze;var Qe=ju()});var Mu=O(function(Nu){"use strict";fr();dr();var H=oo(),Tu=Ye(),Bh=ao();Nu.implementation=function(){function e(r,t){j(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=Bh.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=Tu.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=Tu.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 Du=O(function(w_,R){"use strict";fr();dr();Te();Dr();var gr=Un(),Hr=Ln(),F=Hr.implSymbol,rt=Hr.ctorRegistrySymbol,tt={_mixedIntoPredicates:[],is:function(r){if(r){if(Hr.hasOwn(r,F)&&Y(r[F],et.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,et.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[rt]===void 0)throw new Error("Internal error: invalid global object");var o=r[rt].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=tt.setup(i,r,t,n),i},createImpl:function(r,t,n){var o=tt.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,tt._internalSetup(r),Object.defineProperty(r,F,{value:new et.implementation(t,n,o),configurable:!0}),r[F][Hr.wrapperSymbol]=r,et.init&&et.init(r[F],o),r},install:function(r){var t=function(){function n(o){if(j(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 tt.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[rt]===void 0&&(r[rt]=Object.create(null)),r[rt].URL=t,Object.defineProperty(r,"URL",{configurable:!0,writable:!0,value:t})}};R.exports=tt;var et=Mu()});var qu=O(function(so){"use strict";var Ph=Du(),Ah=ao();so.URL=Ph;so.URLSearchParams=Ah});var uo=O(function(hr){"use strict";var Vu=qu(),Fh=Vu.URL,Rh=Vu.URLSearchParams,Wr=oo(),kh=Ye(),At={};Fh.install(At);Rh.install(At);hr.URL=At.URL;hr.URLSearchParams=At.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=kh.percentDecode});var Hu={};Nr(Hu,{URL:function(){return Oh}});var zu,Rt,Ft,nt,Oh,fo=l(function(){zu=d(E()),Rt=d(uo()),Ft=null,nt=zu.NativeModules.BlobModule;nt&&typeof nt.BLOB_URI_SCHEME=="string"&&(Ft=nt.BLOB_URI_SCHEME+":",typeof nt.BLOB_URI_HOST=="string"&&(Ft+="//".concat(nt.BLOB_URI_HOST,"/")));Rt.URL.createObjectURL=function(r){if(Ft===null)throw new Error("Cannot create URL for blob!");return"".concat(Ft).concat(r.data.blobId,"?offset=").concat(r.data.offset,"&size=").concat(r.size)};Rt.URL.revokeObjectURL=function(r){};Oh=Rt.URL});var Wu={};Nr(Wu,{URLSearchParams:function(){return Gu.URLSearchParams}});var Gu,lo=l(function(){Gu=d(uo())});function po(){window.REACT_NATIVE_URL_POLYFILL="".concat(As,"@").concat(Fs),(0,co.polyfillGlobal)("URL",function(){return(fo(),fe(Hu)).URL}),(0,co.polyfillGlobal)("URLSearchParams",function(){return(lo(),fe(Wu)).URLSearchParams})}var co,Ju=l(function(){ws();co=d(Cs());Ps();fo();lo()});var Ku=l(function(){Ju()});function Xu(){_s(),po()}var Yu=l(function(){xs();Ku()});var Uh,Lh,$u=l(function(){"use strict";M();Uh=d(C()),Lh=d(E());Yu();Xu()});var Qu,ot,ho=l(function(){Qu=d(E()),ot=Qu.Platform.OS==="ios"});var rf=O(function(N_,Zu){Zu.exports=__bedrock_require__("@react-native-community/blur")});var it={};var ef=l(function(){T(it,d(rf()))});var kt,tf=l(function(){ho();kt=function(){if(ot)try{return ef(),fe(it)}catch(e){return}}()});function jh(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=N(e,["blurType","blurAmount","reducedTransparencyFallbackColor","vibrancyEffect"]);if(!ot||kt==null)return(0,mo.jsx)(nf.View,x({},s));var u=a?kt.VibrancyView:kt.BlurView;return(0,mo.jsx)(u,x({blurAmount:n,blurType:r,reducedTransparencyFallbackColor:o},s))}var mo,nf,of=l(function(){M();or();mo=d(C()),nf=d(E());tf();ho();jh.isSupported=ot});var af=l(function(){of()});var sf,vo,uf=l(function(){M();sf=d(I()),vo=d(E())});var Th,Nh,ff=l(function(){M();rr();or();Th=d(C()),Nh=d(E());uf()});var lf=l(function(){ff()});var cf,Mh,ke,Ot=l(function(){cf=d(I()),Mh=(0,cf.createContext)({manager:null}),ke=Mh});function at(e,r,t){return Me()?at=Reflect.construct:at=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},at.apply(null,arguments)}var pf=l(function(){Kt();ct()});function hf(e){return Function.toString.call(e).indexOf("[native code]")!==-1}var mf=l(function(){});function Ut(e){var r=typeof Map=="function"?new Map:void 0;return Ut=function(n){if(n===null||!hf(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 at(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 df=l(function(){pf();Jt();mf();ct()});function vf(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 yf=l(function(){});function Lt(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=vf(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,U(c))),s.apply(void 0,U(c))};return u.cancel=s.cancel,u.flush=s.flush,u}var gf=l(function(){Vr();yf()});var _f=l(function(){gf()});var Dh,qh,xf,wf=l(function(){fr();dr();_f();Dh={left:0,right:0,top:0,bottom:0},qh=function(){"use strict";function e(r,t){var n=this;j(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=Lt(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=Lt(function(){var o,i=((o=n.options)===null||o===void 0?void 0:o.rootMargin)||Dh,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),br=Math.max(_r-mr,0);B=br/_.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}(),xf=qh});var Vh,bf,Sf=l(function(){fr();dr();wf();Vh=function(){"use strict";function e(r){var t=this;j(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 xf(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}(),bf=Vh});function zh(e,r){var t=function(n){"use strict";Br(i,n);var o=Ar(i);function i(a){j(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=ht(s);s.scroller=(0,jt.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 bf({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,Ef.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(U(c)))}})}},{key:"render",value:function(){return(0,yo.jsx)(ke.Provider,{value:this.contextValue,children:(0,yo.jsx)(e,S(x({scrollEventThrottle:16},this.props),{ref:this.scroller,onContentSizeChange:this.handleContentSizeChange,onLayout:this.handleLayout,onScroll:this.handleScroll}))})}}]),i}(jt.PureComponent);return t}var yo,jt,Ef,Tt,go=l(function(){Xt();fr();dr();le();M();rr();Vr();ce();yo=d(C()),jt=d(I()),Ef=d(E());Ot();Sf();Tt=zh});var If,Vx,Cf=l(function(){If=d(E());go();Vx=Tt(If.FlatList,["flashScrollIndicators","getNativeScrollRef","getScrollResponder","getScrollableNode","scrollToEnd","scrollToIndex","scrollToItem","scrollToOffset"])});var Bf,Wx,Pf=l(function(){Bf=d(E());go();Wx=Tt(Bf.ScrollView,["scrollTo","scrollToEnd","getScrollResponder","getScrollableNode","getInnerViewNode"])});var Af,Ff,_o,Rf,kf=l(function(){fr();dr();le();M();rr();or();Vr();ce();Af=d(C()),Ff=d(I()),_o=d(E());Ot();Rf=function(e){"use strict";Br(t,e);var r=Ar(t);function t(n){j(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,U(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,U(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,U(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,U(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,U(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,U(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=N(o,["as","children"]);if(typeof a=="function")return null;var u=i||_o.View;return(0,Af.jsx)(u,S(x({},s),{ref:this.handleRef,onLayout:this.handleLayout,children:a}))}}]),t}(Ff.PureComponent);Rf.contextType=ke;Rf.defaultProps={triggerOnce:!1,as:_o.View}});var xo=l(function(){Ot();Cf();Pf();kf()});var Of=l(function(){});var wo,Uf=l(function(){Vr();wo=d(I())});var Wh,Nt,Gh,Bw,Lf=l(function(){fr();le();M();rr();or();er();df();ce();Wh=d(C()),Nt=d(I()),Gh=d(E());xo();Of();Uf();Qr();Bw=function(e){"use strict";Br(t,e);var r=Ar(t);function t(){j(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 jf=l(function(){Lf()});var bo,Tf,Nf=l(function(){M();or();bo=d(C()),Tf=d(E());Ve()});var Mf=l(function(){Nf()});var Df,qf=l(function(){Df=d(I());Qr()});var Vf=l(function(){qf()});var So=O(function(zw,zf){zf.exports=__bedrock_require__("react-native-video")});var Oe={};Nr(Oe,{default:function(){return Hf.default}});var Hf,Wf=l(function(){Hf=d(So());T(Oe,d(So()))});function Kh(){try{var e;return(e=(Wf(),fe(Oe)))===null||e===void 0?void 0:e.default}catch(r){return Jf}}var Eo,Mt,Gf,Jh,Jf,Io,Kf,Co=l(function(){fr();dr();le();M();rr();ce();Eo=d(C()),Mt=d(I()),Gf=d(E()),Jh=function(e){"use strict";Br(t,e);var r=Ar(t);function t(){return j(this,t),r.apply(this,arguments)}return V(t,[{key:"render",value:function(){return(0,Eo.jsx)(Gf.View,{ref:this.props.innerRef})}}]),t}(Mt.Component),Jf=(0,Mt.forwardRef)(function(e,r){return(0,Eo.jsx)(Jh,S(x({},e),{innerRef:r}))});Io=Kh(),Kf=Io!==Jf});var Xf,Ue,Dt,Xh,Yh,Yf=l(function(){M();rr();er();Xf=d(C()),Ue=d(I()),Dt=d(E());Co();Co();Qr();Xh=Dt.Animated.createAnimatedComponent(Io),Yh=(0,Ue.forwardRef)(function(e,r){var t=L((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,Xf.jsx)(Xh,S(x({ref:r,progressUpdateInterval:16,disableFocus:Dt.Platform.OS==="ios"?!1:s,playWhenInactive:!0,onAudioFocusChanged:function(f){var p=f.hasAudioFocus;return o(p)}},e),{enableDecoderFallback:!0,paused:a,mixWithOthers:u}))});Yh.isAvailable=Kf});var $f=l(function(){Yf()});function $h(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 Qh(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,U(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,U(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=$h(s);i==null||i("\n window.__BEDROCK_NATIVE_EMITTER.emit('".concat(n,"/reject/").concat(t,"', ").concat(u,");\n "))})}function Qf(e){var r=e.onMessage,t=e.constantHandlerMap,n=e.handlerMap,o=e.eventListenerMap,i=e.injectedJavaScript,a=(0,Le.useRef)(null),s=(0,Le.useMemo)(function(){return["window.__CONSTANT_HANDLER_MAP = ".concat(JSON.stringify(Object.entries(t).reduce(function(c,v){var m=L(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,Le.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&&Bo.set("".concat(m.functionName,"/").concat(m.eventId),b);break}case"removeEventListener":{k="".concat(m.functionName,"/").concat(m.eventId),B=Bo.get(k),B==null||B(),Bo.delete(k);break}case"method":{Qh({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 Le,Bo,Zf=l(function(){Mr();Dr();er();Vr();Pr();qr();Le=d(I());Bo=new Map});var rl=l(function(){Zf()});var el,tl,nl=l(function(){fr();dr();el=function e(){"use strict";j(this,e)},tl=function(){"use strict";function e(r){j(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 je=l(function(){si();Ga();ns();us();gs();$u();mn();Qr();Bn();af();lf();xo();jf();Mf();Vf();$f();Sn();rl();nl()});var Po=O(function(Mb,ol){ol.exports=__bedrock_require__("react-native-webview")});var se={};Nr(se,{default:function(){return il.default}});var il,al=l(function(){il=d(Po());T(se,d(Po()))});var Ao={};Nr(Ao,{closeView:function(){return en},generateHapticFeedback:function(){return Dl},getNetworkStatus:function(){return Wl},setScreenAwakeMode:function(){return zl},setSecureScreen:function(){return Vl},share:function(){return ql}});var sl=l(function(){tn();an();un();fn();cn();hn()});var Fo={};Nr(Fo,{getDeviceId:function(){return Hl},getLocale:function(){return Nl},getSchemeUri:function(){return ze}});var ul=l(function(){nn();on();pn()});function rm(e,r){var t=r.children,n=N(r,["children"]);return(0,ll.jsx)(e,S(x({},n),{children:t}))}function em(e,r){var t=r.context;return xt.registerApp(rm.bind(null,e),{appName:tm(),context:t})}function tm(){try{return window.__bedrock.app.name}catch(e){throw console.error("unexpected error occurred while getting app name"),e}}function nm(e){return wr.getPermission(e)}function om(e){return wr.openPermissionDialog(e)}function ue(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,nm(e)];case 1:switch(r=t.sent(),r){case"allowed":case"denied":return[2,r];default:return[2,om(e)]}return[2]}})}),Ro.apply(this,arguments)}function um(e){return sm.addEventListener("updateLocationEvent",e)}function fm(e){return ko.apply(this,arguments)}function ko(){return ko=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,wr.setClipboardText({text:e})]}})}),ko.apply(this,arguments)}function lm(){return Oo.apply(this,arguments)}function Oo(){return Oo=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,wr.getClipboardText({})]}})}),Oo.apply(this,arguments)}function cm(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,wr.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 mm(e){return Lo.apply(this,arguments)}function Lo(){return Lo=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,wr.fetchAlbumPhotos(S(x({},e),{maxCount:(t=e.maxCount)!==null&&t!==void 0?t:pm,maxWidth:(n=e.maxWidth)!==null&&n!==void 0?n:hm}))];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]}})}),Lo.apply(this,arguments)}function dm(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:"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,wr.getCurrentLocation(e)];case 2:return t=n.sent(),[2,t]}})}),jo.apply(this,arguments)}function vm(e){return To.apply(this,arguments)}function To(){return To=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,wr.openCamera(x({base64:!1,maxWidth:1024},e))];case 2:return t=n.sent(),[2,t]}})}),To.apply(this,arguments)}function ym(){return No.apply(this,arguments)}function No(){return No=q(function(){return D(this,function(e){return[2,wr.appLogin({})]})}),No.apply(this,arguments)}function gm(){return wr.operationalEnvironment}function gl(e){var r=e.local,t=e.onMessage,n=N(e,["local","onMessage"]),o=(0,vl.useMemo)(function(){return wr.getWebBundleURL({}).url},[r]),i=Qf({onMessage:t,eventListenerMap:pl,constantHandlerMap:Fo,handlerMap:x({},Ao,dl)});return(0,yl.jsx)(se.WebView,S(x({ref:i.ref},n),{source:{uri:o},sharedCookiesEnabled:!0,thirdPartyCookiesEnabled:!0,onMessage:i.onMessage,injectedJavaScript:i.injectedJavaScript,injectedJavaScriptBeforeContentLoaded:i.injectedJavaScript}))}var ll,hl,ml,vl,yl,_l,Zh,fl,cl,pl,qt,wr,im,am,sm,dl,pm,hm,Mo=l(function(){"use strict";Mr();fr();dr();le();M();rr();or();er();ce();qr();je();ll=d(C(),1);je();je();hl=d(E(),1),ml=d(E(),1);al();vl=d(I(),1);je();sl();ul();yl=d(C(),1),_l=d(I(),1);je();Zh=Object.defineProperty,fl=function(e,r){for(var t in r)Zh(e,t,{get:r[t],enumerable:!0})};cl={registerApp:em},pl={};fl(pl,{startUpdateLocation:function(){return um}});qt=hl.NativeModules.AppsInTossModule,wr=qt;im=new ml.NativeEventEmitter(qt),am=function(e){"use strict";Br(t,e);var r=Ar(t);function t(){j(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&&qt.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}qt.startUpdateLocation(o).catch(a);var f=im.addListener("updateLocation",i);s.ref={remove:function(){return f==null?void 0:f.remove()}},s.subscriptionCount++}).catch(a)}}]),t}(el),sm=new tl([new am]);dl={};fl(dl,{appLogin:function(){return ym},fetchAlbumPhotos:function(){return mm},fetchContacts:function(){return cm},getClipboardText:function(){return lm},getCurrentLocation:function(){return dm},getOperationalEnvironment:function(){return gm},openCamera:function(){return vm},setClipboardText:function(){return fm}});pm=10,hm=1024});var wl={};Nr(wl,{default:function(){return Vt}});function Vt(){return(0,Do.jsx)(xl.View,{style:{flex:1},children:(0,Do.jsx)(gl,{style:{flex:1},local:{port:Ait.webPort,host:Ait.webHost}})})}var Do,xl,qo=l(function(){"use strict";Do=d(C(),1);Mo();xl=d(E(),1)});var bl={};Nr(bl,{default:function(){return Vt}});var Sl=l(function(){"use strict";qo()});var Ht=d(C());Mo();var zt=new Map;zt.set("./index.tsx",(qo(),fe(wl)));zt.set("./_404.tsx",(Sl(),fe(bl)));function Vo(e){return zt.get(e)}Vo.keys=function(){return Array.from(zt.keys())};function _m(e){var r=e.children;return(0,Ht.jsx)(Ht.Fragment,{children:r})}var gS=cl.registerApp(_m,{context:Vo});})();
|
|
20
|
+
//# sourceMappingURL=prod.ios.js.map
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @public
|
|
3
|
+
* @tag AppsInTossModule
|
|
4
|
+
* @category AppsInTossModules
|
|
5
|
+
* @kind function
|
|
6
|
+
* @name setClipboardText
|
|
7
|
+
* @description 텍스트를 클립보드에 복사해서 사용자가 다른 곳에 붙여 넣기 할 수 있어요.
|
|
8
|
+
* @param {Promise<void>} text - 클립보드에 복사할 텍스트예요. 문자열 형식으로 입력해요.
|
|
9
|
+
*
|
|
10
|
+
* @example
|
|
11
|
+
* ### 텍스트를 클립보드에 복사하기
|
|
12
|
+
*
|
|
13
|
+
* ```tsx
|
|
14
|
+
*
|
|
15
|
+
* import { setClipboardText } from '@apps-in-toss/web-framework';
|
|
16
|
+
*
|
|
17
|
+
* // '복사' 버튼을 누르면 "복사할 텍스트"가 클립보드에 복사돼요.
|
|
18
|
+
* function CopyButton() {
|
|
19
|
+
* const handleCopy = async () => {
|
|
20
|
+
* try {
|
|
21
|
+
* await setClipboardText('복사할 텍스트');
|
|
22
|
+
* console.log('텍스트가 복사됐어요!');
|
|
23
|
+
* } catch (error) {
|
|
24
|
+
* console.error('텍스트 복사에 실패했어요:', error);
|
|
25
|
+
* }
|
|
26
|
+
* };
|
|
27
|
+
*
|
|
28
|
+
* return <input type="button" value="복사" onClick={handleCopy} />;
|
|
29
|
+
* }
|
|
30
|
+
* ```
|
|
31
|
+
*/
|
|
32
|
+
export declare function setClipboardText(text: string): Promise<void>;
|
|
33
|
+
|
|
34
|
+
export {};
|
|
@@ -0,0 +1,69 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @public
|
|
3
|
+
* @tag BedrockModule
|
|
4
|
+
* @category BedrockModules
|
|
5
|
+
* @kind function
|
|
6
|
+
* @name setScreenAwakeMode
|
|
7
|
+
* @description
|
|
8
|
+
* `setScreenAwakeMode` 함수는 화면이 항상 켜져 있도록 설정하거나 해제하는 기능을 제공해요.
|
|
9
|
+
* 이 기능은 웹툰, 동영상, 문서 읽기 등 화면을 지속해서 켜두어야 하는 상황에서 유용해요.
|
|
10
|
+
*
|
|
11
|
+
* `enabled` 옵션을 `true`로 설정하면 화면이 꺼지지 않게 유지하고, `false`로 설정하면 기본 화면 보호기 시간에 따라 화면이 꺼져요. 특히, 이 함수는 앱 전체에 영향을 미치므로 특정 화면에서만 사용하려면 화면을 벗어날 때 이전 상태로 복구하는 추가 작업이 필요해요.
|
|
12
|
+
*
|
|
13
|
+
* 예를 들어, 미디어 콘텐츠 감상 화면에서는 항상 켜짐 모드를 활성화하고, 화면을 떠날 때 설정을 복구해서 불필요한 배터리 소모를 방지할 수 있어요.
|
|
14
|
+
*
|
|
15
|
+
* 다만, 앱에서 벗어나는 상황에서는 항상 켜짐 모드가 비활성화될 수 있으니 주의해야 해요.
|
|
16
|
+
*
|
|
17
|
+
* @param {object} options 화면 항상 켜짐 모드의 설정 값이에요.
|
|
18
|
+
* @param {boolean} options.enabled 화면 항상 켜짐 모드를 켜거나 끄는 옵션이에요.
|
|
19
|
+
* `true`로 설정하면 화면이 항상 켜지고, `false`로 설정하면 화면 보호기 시간에 따라 꺼져요.
|
|
20
|
+
*
|
|
21
|
+
* @returns {object} 현재 화면 항상 켜짐 모드의 설정 상태를 반환해요.
|
|
22
|
+
* @returns {boolean} enabled 화면 항상 켜짐 모드가 켜져 있는지 여부를 나타내는 값이에요.
|
|
23
|
+
*
|
|
24
|
+
* @example
|
|
25
|
+
* ### 화면 항상 켜짐 모드 설정하기
|
|
26
|
+
*
|
|
27
|
+
* ```tsx
|
|
28
|
+
*
|
|
29
|
+
* import { setScreenAwakeMode } from '@apps-in-toss/web-framework';
|
|
30
|
+
*
|
|
31
|
+
* function SetScreenAwakeMode() {
|
|
32
|
+
* return (
|
|
33
|
+
* <input type="button"
|
|
34
|
+
* value="화면 항상 켜기"
|
|
35
|
+
* onClick={() => {
|
|
36
|
+
* setScreenAwakeMode({ enabled: true });
|
|
37
|
+
* }}
|
|
38
|
+
* />
|
|
39
|
+
* );
|
|
40
|
+
* }
|
|
41
|
+
* ```
|
|
42
|
+
*
|
|
43
|
+
* ### 화면 항상 켜짐 모드 복구하기
|
|
44
|
+
* 특정 화면을 벗어날 때 이전 상태로 복구하려면 다음과 같이 `useEffect`를 사용하세요.
|
|
45
|
+
*
|
|
46
|
+
* ```tsx
|
|
47
|
+
* import { useEffect } from 'react';
|
|
48
|
+
* import { setScreenAwakeMode, cleanUp } from '@apps-in-toss/web-framework';
|
|
49
|
+
*
|
|
50
|
+
* function MediaScreen() {
|
|
51
|
+
* useEffect(() => {
|
|
52
|
+
* setScreenAwakeMode({ enabled: true });
|
|
53
|
+
*
|
|
54
|
+
* return () => {
|
|
55
|
+
* setScreenAwakeMode({ enabled: false }); // 설정을 이전 상태로 복구해요.
|
|
56
|
+
* };
|
|
57
|
+
* }, []);
|
|
58
|
+
*
|
|
59
|
+
* return <span>미디어 콘텐츠를 감상하는 화면</span>;
|
|
60
|
+
* }
|
|
61
|
+
* ```
|
|
62
|
+
*/
|
|
63
|
+
export declare function setScreenAwakeMode(options: {
|
|
64
|
+
enabled: boolean;
|
|
65
|
+
}): Promise<{
|
|
66
|
+
enabled: boolean;
|
|
67
|
+
}>;
|
|
68
|
+
|
|
69
|
+
export {};
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @public
|
|
3
|
+
* @name setSecureScreen
|
|
4
|
+
* @tag BedrockModule
|
|
5
|
+
* @category BedrockModules
|
|
6
|
+
* @kind function
|
|
7
|
+
* @description
|
|
8
|
+
* 화면 캡쳐를 차단해서 민감한 정보가 유출되지 않도록 보호하거나, 필요할 경우 캡쳐를 허용하도록 설정해요. 예를 들어 보안이 중요한 화면에서 사용할 수 있어요.
|
|
9
|
+
*
|
|
10
|
+
* @param {object} options 화면 캡쳐 설정 옵션이에요.
|
|
11
|
+
* @param {boolean} options.enabled 화면 캡쳐를 차단할지 여부를 설정해요. `true`면 캡쳐를 차단하고, `false`면 허용해요.
|
|
12
|
+
* @returns {enabled: boolean} 현재 설정된 캡쳐 차단 상태를 반환해요.
|
|
13
|
+
*
|
|
14
|
+
* @example
|
|
15
|
+
* ### 캡쳐 허용 상태 변경하기
|
|
16
|
+
*
|
|
17
|
+
* ```tsx
|
|
18
|
+
*
|
|
19
|
+
* import { setSecureScreen } from '@apps-in-toss/web-framework';
|
|
20
|
+
*
|
|
21
|
+
* function SetSecureScreen() {
|
|
22
|
+
* return <input type="button" value="캡쳐 막기" onClick={async () => {
|
|
23
|
+
* await setSecureScreen({ enabled: true });
|
|
24
|
+
* }} />;
|
|
25
|
+
* }
|
|
26
|
+
* ```
|
|
27
|
+
*/
|
|
28
|
+
export declare function setSecureScreen(options: {
|
|
29
|
+
enabled: boolean;
|
|
30
|
+
}): Promise<{
|
|
31
|
+
enabled: boolean;
|
|
32
|
+
}>;
|
|
33
|
+
|
|
34
|
+
export {};
|
package/dist/share.d.ts
ADDED
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @public
|
|
3
|
+
* @tag BedrockModule
|
|
4
|
+
* @category BedrockModules
|
|
5
|
+
* @kind function
|
|
6
|
+
* @name share
|
|
7
|
+
* @description
|
|
8
|
+
* 사용자가 콘텐츠를 다른 사람과 공유할 수 있도록 네이티브 공유 시트를 표시해요.
|
|
9
|
+
* `options.message` 속성에 공유할 메시지를 전달하면, 사용자가 선택할 수 있는 앱 목록이 표시돼요.
|
|
10
|
+
* 예를 들어, 사용자가 텍스트 메시지를 공유하거나 메모 앱에 저장하려고 할 때 유용해요.
|
|
11
|
+
* @param {object} options - 공유할 메시지를 담은 객체예요.
|
|
12
|
+
* @param {string} options.message - 공유할 텍스트 문자열이에요. 예를 들어, "안녕하세요! 이 내용을 공유합니다."
|
|
13
|
+
*
|
|
14
|
+
* @example
|
|
15
|
+
* ### 공유하기 기능 구현하기
|
|
16
|
+
*
|
|
17
|
+
* 아래는 버튼을 클릭하면 메시지를 공유하는 간단한 예제예요.
|
|
18
|
+
*
|
|
19
|
+
* ```tsx
|
|
20
|
+
* import { share } from '@apps-in-toss/web-framework';
|
|
21
|
+
*
|
|
22
|
+
*
|
|
23
|
+
* function MyPage() {
|
|
24
|
+
* return (
|
|
25
|
+
* <input type="button"
|
|
26
|
+
* value="공유"
|
|
27
|
+
* onClick={() => share({ message: '공유할 메시지입니다.' })}
|
|
28
|
+
* />
|
|
29
|
+
* );
|
|
30
|
+
* }
|
|
31
|
+
* ```
|
|
32
|
+
*/
|
|
33
|
+
export declare function share(message: {
|
|
34
|
+
message: string;
|
|
35
|
+
}): Promise<void>;
|
|
36
|
+
|
|
37
|
+
export {};
|