@jolibox/implement 1.1.38 → 1.1.40
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/.rush/temp/package-deps_build.json +26 -15
- package/dist/common/rewards/registers/utils/coins/commands/index.d.ts +3 -0
- package/dist/common/rewards/registers/utils/coins/commands/use-jolicoin.d.ts +16 -0
- package/dist/common/rewards/registers/utils/coins/commands/use-payment.d.ts +16 -0
- package/dist/common/rewards/registers/utils/coins/commands/use-unlogin.d.ts +18 -0
- package/dist/common/rewards/registers/utils/coins/fetch-balance.d.ts +4 -0
- package/dist/common/rewards/registers/utils/coins/index.d.ts +3 -17
- package/dist/common/rewards/registers/utils/coins/rewards-command.d.ts +1 -0
- package/dist/common/rewards/registers/utils/common.d.ts +8 -0
- package/dist/common/rewards/registers/utils/event-listener.d.ts +1 -0
- package/dist/common/rewards/reward-emitter.d.ts +30 -4
- package/dist/common/utils/index.d.ts +19 -0
- package/dist/index.js +25 -25
- package/dist/index.native.js +132 -46
- package/dist/native/api/login.d.ts +20 -0
- package/dist/native/rewards/check-frequency.d.ts +13 -16
- package/dist/native/rewards/index.d.ts +3 -1
- package/dist/native/rewards/ui/payment-modal.d.ts +1 -0
- package/dist/native/rewards/ui/unlogin-modal.d.ts +1 -0
- package/dist/native/rewards/ui/use-modal.d.ts +1 -0
- package/dist/native/rewards/ui/utils.d.ts +6 -0
- package/implement.build.log +2 -2
- package/package.json +5 -5
- package/src/common/rewards/fetch-reward.ts +6 -3
- package/src/common/rewards/registers/use-jolicoin-only.ts +13 -13
- package/src/common/rewards/registers/use-jolicoin.ts +15 -11
- package/src/common/rewards/registers/utils/coins/commands/index.ts +3 -0
- package/src/common/rewards/registers/utils/coins/commands/use-jolicoin.ts +67 -0
- package/src/common/rewards/registers/utils/coins/commands/use-payment.ts +85 -0
- package/src/common/rewards/registers/utils/coins/commands/use-unlogin.ts +96 -0
- package/src/common/rewards/registers/utils/coins/fetch-balance.ts +15 -0
- package/src/common/rewards/registers/utils/coins/index.ts +45 -99
- package/src/common/rewards/registers/utils/coins/rewards-command.ts +3 -0
- package/src/common/rewards/registers/utils/common.ts +8 -0
- package/src/common/rewards/registers/utils/event-listener.ts +13 -0
- package/src/common/rewards/reward-emitter.ts +33 -4
- package/src/common/rewards/reward-helper.ts +3 -3
- package/src/common/utils/index.ts +20 -0
- package/src/h5/bootstrap/index.ts +20 -2
- package/src/h5/rewards/index.ts +29 -1
- package/src/native/api/ads.ts +17 -7
- package/src/native/api/login.ts +62 -32
- package/src/native/rewards/check-frequency.ts +46 -84
- package/src/native/rewards/index.ts +3 -370
- package/src/native/rewards/ui/payment-modal.ts +254 -0
- package/src/native/rewards/ui/unlogin-modal.ts +121 -0
- package/src/native/rewards/ui/use-modal.ts +104 -0
- package/src/native/rewards/ui/utils.ts +25 -0
package/dist/index.native.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
var Gk=Object.create;var ao=Object.defineProperty,Wk=Object.defineProperties,Kk=Object.getOwnPropertyDescriptor,Qk=Object.getOwnPropertyDescriptors,Yk=Object.getOwnPropertyNames,oo=Object.getOwnPropertySymbols,Xk=Object.getPrototypeOf,Ks=Object.prototype.hasOwnProperty,Np=Object.prototype.propertyIsEnumerable;var Op=(e,t,r)=>t in e?ao(e,t,{enumerable:!0,configurable:!0,writable:!0,value:r}):e[t]=r,C=(e,t)=>{for(var r in t||(t={}))Ks.call(t,r)&&Op(e,r,t[r]);if(oo)for(var r of oo(t))Np.call(t,r)&&Op(e,r,t[r]);return e},q=(e,t)=>Wk(e,Qk(t));var st=(e,t)=>{var r={};for(var n in e)Ks.call(e,n)&&t.indexOf(n)<0&&(r[n]=e[n]);if(e!=null&&oo)for(var n of oo(e))t.indexOf(n)<0&&Np.call(e,n)&&(r[n]=e[n]);return r};var T=(e,t)=>()=>(e&&(t=e(e=0)),t);var h=(e,t)=>()=>(t||e((t={exports:{}}).exports,t),t.exports),Dp=(e,t)=>{for(var r in t)ao(e,r,{get:t[r],enumerable:!0})},Zk=(e,t,r,n)=>{if(t&&typeof t=="object"||typeof t=="function")for(let i of Yk(t))!Ks.call(e,i)&&i!==r&&ao(e,i,{get:()=>t[i],enumerable:!(n=Kk(t,i))||n.enumerable});return e};var ce=(e,t,r)=>(r=e!=null?Gk(Xk(e)):{},Zk(t||!e||!e.__esModule?ao(r,"default",{value:e,enumerable:!0}):r,e));var I=(e,t,r)=>new Promise((n,i)=>{var o=l=>{try{s(r.next(l))}catch(c){i(c)}},a=l=>{try{s(r.throw(l))}catch(c){i(c)}},s=l=>l.done?n(l.value):Promise.resolve(l.value).then(o,a);s((r=r.apply(e,t)).next())});function oA(e){return!!(e!=null&&e.__nativeBuffers__)}function rl(e){if(typeof e=="string")try{e=JSON.parse(e)}catch(r){return{}}if(typeof e!="object"||e===null)return{};if(!oA(e))return e;let t=e.__nativeBuffers__;if(delete e.__nativeBuffers__,t)for(let r=0;r<t.length;r++){let n=t[r];if(n){let i;n.value?i=n.value:n.base64&&(i=aA(n.base64)),typeof i!="undefined"&&i instanceof ArrayBuffer&&(e[n.key]=i)}}return e}function lA(e={},t=!1){let r=e,n=[];for(let[i,o]of Object.entries(r))if(o!==void 0&&o instanceof ArrayBuffer&&o.byteLength!==void 0){let a=t?{value:o,key:i}:{base64:sA(o),key:i};n.push(a),delete r[i]}return n.length>0&&(r.__nativeBuffers__=n),r}function pA(e){return new Promise(t=>{setTimeout(()=>{t()},e)})}function Gp(e){return typeof e=="string"}function jr(e){return typeof e=="object"&&e!==null&&!Array.isArray(e)&&!(e instanceof RegExp)&&!(e instanceof Date)}function qp(e){return typeof e=="number"&&!isNaN(e)}function hA(e){return typeof e=="undefined"}function mA(e){return hA(e)||e===null}function Wp(e){return typeof e=="function"}function vA(e){return jr(e)&&Wp(e.then)}function Kp(e){let t=e,r=null,n=function(...i){return r||(r=new t(...i)),r};return n.prototype=t.prototype,n}function Cn(e){return(...t)=>{var r,n;((n=(r=globalThis.VConsole)==null?void 0:r[e])!=null?n:globalThis.console[e])(...t)}}function SA(e,t,r){let n=e;for(let i of t)if(n&&typeof n=="object")n=n[i];else return r;return n===void 0?r:n}function TA(){try{if(window.__joliboxLocalStorage__)return window.__joliboxLocalStorage__;let e=Object.getOwnPropertyDescriptor(window,"localStorage");if(e&&e.get){let n=e.get.call(window);return window.__joliboxLocalStorage__=n,n}if(e=Object.getOwnPropertyDescriptor(Object.getPrototypeOf(window),"localStorage"),e&&e.get)return e.get.call(window);let t=Window.prototype,r=Object.getOwnPropertyDescriptor(t,"localStorage");if(r&&r.get){let n=r.get.call(window);return window.__joliboxLocalStorage__=n,n}return localStorage}catch(e){return console.warn("Failed to get original localStorage, fallback to default implementation",e),localStorage}}function NA(e){return new Promise(t=>Qp(e)(t))}function Qp(e){return(t,r=null)=>{let n=!1;return e(i=>{if(!n)return n=!0,t.call(r,i)},null)}}function DA(e,t){return(r=>{let n,i={onWillAddFirstListener(){n=r(o.fire,o)}},o=new On(i);return o.event})((r,n=null)=>e(i=>t(i)&&r.call(n,i),null))}function qA(e,t){let r=Math.min(e.length,t.length);for(let n=0;n<r;n++)FA(e[n],t[n])}function FA(e,t){if(Gp(t)){if(typeof e!==t)throw new Error(`argument does not match constraint: typeof ${t}`)}else if(Wp(t)){try{if(e instanceof t)return}catch(r){}if(!mA(e)&&e.constructor===t||t.length===1&&t.call(void 0,e)===!0)return;throw new Error("[Jolibox SDK]argument does not match one of these constraints: arg instanceof constraint, arg.constructor === constraint, nor constraint(arg) === true")}}function dl(e,t){if(il.config[e]){fo.warn(`[can i use] ${e} already registered`);return}il.config[e]=qt({},t)}function jp(e,t){return`[${e}]:${t}`}function HA(e,t){Up||(Xs=new lo({eventName:"jolibox_invoke",tagNameOrder:["status","method","errNo","errMsg","isForeground"],metricName:"duration",reporter(i){e.invoke("trackAsync",JSON.stringify({event:"reportMetrics",data:i}),-1)}}),Zs=new lo({eventName:"jolibox_invoke_js2native",tagNameOrder:["status","method","isForeground"],metricName:"duration",reporter(i){e.invoke("trackAsync",JSON.stringify({event:"reportMetrics",data:i}),-1)}}),el=new lo({eventName:"jolibox_invoke_native2js",tagNameOrder:["status","method","isForeground"],metricName:"duration",reporter(i){e.invoke("trackAsync",JSON.stringify({event:"reportMetrics",data:i}),-1)}}),t("onJoliboxEnterBackground",()=>{Xs.flush(),Zs.flush(),el.flush()}),Up=!0);function r(i){var o,a;let{method:s,args:l,startTime:c,isForeground:d,errMsg:u=`${s}:fail no errMsg`,errNo:p=0,__timing:f={receiveJSInvoke:0,invokeCallback:0}}=i,{receiveJSInvoke:m,invokeCallback:g}=f,y=(a=(o=u.match(/\S:(\S+)\s?/))==null?void 0:o[1])!=null?a:"fail";Xs.report({status:y,method:n(s,l),errNo:`${p}`,errMsg:u,isForeground:d,duration:Date.now()-c}),c&&m&&g&&(Zs.report({status:y,method:s,isForeground:d,duration:Number((m-c).toFixed(3))}),el.report({status:y,method:s,isForeground:d,duration:Number((Date.now()-g).toFixed(3))}))}function n(i,o){return(i==="callHostMethod"||i==="callHostMethodSync")&&o!=null&&o.method?`${i}-${o.method}`:i}return r}function WA(e,t){let r=0,n=!0,i=GA.resolveMap,o=HA(e,t);t("onJoliboxEnterBackground",()=>{n=!1}),t("onJoliboxEnterForeground",()=>{n=!0,tl.forEach(l=>uo(this,[l],function*({method:c,args:d,resolve:u}){let p=yield s(c,d);u(p)})),tl.length=0});let a=(l,c)=>{let d=i.get(Number(l));if(!d)return;let u=rl(c);d(u),i.delete(Number(l))},s=(l,c)=>{var d,u;let p=Date.now(),f=`${n}`;r+=1;let m=new fA;if(i.set(r,m.resolve),!n&&UA.includes(l))return new Promise(A=>{tl.push({method:l,args:c,resolve:A})});let g=nA(qt({},{method:l,startTime:p,args:c,isForeground:f}),{invokeType:"js-bridge"}),y=!VA&&jA.includes(l),v=lA(c,y),_=y?v:JSON.stringify(v),w;if(l.endsWith("Sync")||BA.includes(l)?w=(d=e.call)==null?void 0:d.call(e,l,v,r):typeof _=="string"?w=e.invoke(l,_,r):w=(u=e.call)==null?void 0:u.call(e,l,_,r),w){try{typeof w=="string"&&(w=JSON.parse(w)),w=rl(w)}catch(A){fo.error(A)}return i.delete(r),w.errorCode&&(w.errorCode=jp(l,w.errorCode)),o(qt(qt({},g),w)),w}return l.endsWith("Sync")&&i.delete(r),m.promise.then(A=>(A.errorCode&&(A.errorCode=jp(l,A.errorCode)),o(qt(qt({},g),A)),A))};return{invokeNative:s,applyNative:(l,c)=>{let d=s(l,c);return vA(d)?d.then(u=>Bp(l,u)):Bp(l,d)},invokeHandler:a}}function Bp(e,t){if(!jr(t)){fo.warn(`[Jolibox SDK]${e} no response value`);return}let r=t,{errMsg:n,errNo:i,errorType:o,errorCode:a}=r,s=iA(r,["errMsg","errNo","errorType","errorCode"]);if(n&&n!==`${e}:ok`)throw new bA(n,i,o,a);return s}function KA(e){if(globalThis[so])return globalThis[so];let t=new sl,r=new sl,n=new lo({eventName:"jolibox_publish",tagNameOrder:["type","event"],metricName:"duration",reporter(i){e.invoke("trackAsync",JSON.stringify({event:"reportMetrics",data:i}),-1)}});return t.on("onJoliboxEnterBackground",()=>{n.flush()}),globalThis[so]={onNative:t.on.bind(t),offNative:t.off.bind(t),subscribe:r.on.bind(r),unsubscribe:r.off.bind(r),subscribeHandler(i,o,a){let s=rl(o),l;if(s.__extra){l=s.params;let{type:c,startTime:d}=s.__extra;n.report({type:c,event:i,duration:Date.now()-d})}else l=s;if(i===Xp){l.forEach(c=>{let[d,u]=c;try{r.emit(d.slice(Rn.length),u,a)}catch(p){}});return}if(i.startsWith(Rn)){r.emit(i.slice(Rn.length),l,a);return}t.emit(i,l,a)}},globalThis[so]}function QA(e){let t=new Map,r=new Map,n,i;return{publish:(o,a,s,l)=>{if(l){let d=s!==void 0?s==="*"?"*":[s]:void 0;e.publish(`${Rn}${o}`,a,d);return}n||(n=Promise.resolve().then(()=>{t.forEach((d,u)=>{try{let p=u!==void 0?u==="*"?"*":[u]:void 0;e.publish(Xp,d,p)}catch(p){}}),n=void 0,t.clear()}));let c=t.get(s);c||(c=[],t.set(s,c)),c.push([`${Rn}${o}`,a])},emitNative:(o,a,s,l)=>{if(l){let d=s!==void 0?s==="*"?"*":[s]:void 0;e.publish(o,a,d),console.log("emitNative",o,a,d);return}i||(i=Promise.resolve().then(()=>{r.forEach((d,u)=>{try{let p=u!==void 0?u==="*"?"*":[u]:void 0;e.publish(JA,d,p)}catch(p){}}),i=void 0,r.clear()}));let c=r.get(s);c||(c=[],r.set(s,c)),c.push([o,a])}}}function YA(e){let{subscribeHandler:t,onNative:r,offNative:n,subscribe:i,unsubscribe:o}=KA(e),{invokeNative:a,invokeHandler:s,applyNative:l}=WA(e,r),{publish:c,emitNative:d}=QA(e);return{invokeHandler:s,subscribeHandler:t,applyNative:l,invokeNative:a,onNative:r,offNative:n,emitNative:d,publish:c,subscribe:i,unsubscribe:o}}function Zp(e,t){return{params:e,__extra:{startTime:Date.now(),type:t}}}var eA,tA,rA,co,$p,Hp,Lp,qt,nA,iA,uo,aA,sA,Vp,cA,uA,zp,dA,fA,gA,yA,po,_A,bA,wA,Qs,fo,Fp,IA,nl,EA,il,xA,kA,AA,CA,v4,ol,te,PA,RA,Pn,On,sl,ll,OA,Ys,LA,g4,cl,Mp,y4,Yp,MA,Rn,jA,UA,BA,Xp,JA,$A,lo,Up,Xs,Zs,el,tl,VA,ul,zA,GA,so,pl,lt,ef,tf,XA,rf,Jp,me,F,Ge,_4,ZA,nf,fl,b4,w4,Se=T(()=>{"use strict";eA=Object.defineProperty,tA=Object.defineProperties,rA=Object.getOwnPropertyDescriptors,co=Object.getOwnPropertySymbols,$p=Object.prototype.hasOwnProperty,Hp=Object.prototype.propertyIsEnumerable,Lp=(e,t,r)=>t in e?eA(e,t,{enumerable:!0,configurable:!0,writable:!0,value:r}):e[t]=r,qt=(e,t)=>{for(var r in t||(t={}))$p.call(t,r)&&Lp(e,r,t[r]);if(co)for(var r of co(t))Hp.call(t,r)&&Lp(e,r,t[r]);return e},nA=(e,t)=>tA(e,rA(t)),iA=(e,t)=>{var r={};for(var n in e)$p.call(e,n)&&t.indexOf(n)<0&&(r[n]=e[n]);if(e!=null&&co)for(var n of co(e))t.indexOf(n)<0&&Hp.call(e,n)&&(r[n]=e[n]);return r},uo=(e,t,r)=>new Promise((n,i)=>{var o=l=>{try{s(r.next(l))}catch(c){i(c)}},a=l=>{try{s(r.throw(l))}catch(c){i(c)}},s=l=>l.done?n(l.value):Promise.resolve(l.value).then(o,a);s((r=r.apply(e,t)).next())});aA=e=>{let t=atob(e),r=t.length,n=new Uint8Array(r);for(let i=0;i<r;i++)n[i]=t.charCodeAt(i);return n.buffer};sA=e=>{let t="",r=new Uint8Array(e),n=r.byteLength;for(let i=0;i<n;i++)t+=String.fromCharCode(r[i]);return btoa(t)};Vp=Object.defineProperty,cA=Object.getOwnPropertyDescriptor,uA=(e,t)=>{for(var r in t)Vp(e,r,{get:t[r],enumerable:!0})},zp=(e,t,r,n)=>{for(var i=n>1?void 0:n?cA(t,r):t,o=e.length-1,a;o>=0;o--)(a=e[o])&&(i=(n?a(t,r,i):a(i))||i);return n&&i&&Vp(t,r,i),i},dA=(e,t,r)=>new Promise((n,i)=>{var o=l=>{try{s(r.next(l))}catch(c){i(c)}},a=l=>{try{s(r.throw(l))}catch(c){i(c)}},s=l=>l.done?n(l.value):Promise.resolve(l.value).then(o,a);s((r=r.apply(e,t)).next())});if(typeof window!="undefined"&&!window.AbortController){let e=function(){this.signal=new t};e.prototype.abort=function(){this.signal._aborted=!0,typeof this.signal.onabort=="function"&&this.signal.onabort(new Event("abort"));let r=new Event("abort");this.signal.dispatchEvent(r)};let t=function(){this._aborted=!1,this.aborted=!1,this.onabort=null,this._eventListeners={}};Object.defineProperty(t.prototype,"aborted",{get:function(){return this._aborted}}),t.prototype.addEventListener=function(r,n){this._eventListeners[r]||(this._eventListeners[r]=[]),this._eventListeners[r].push(n)},t.prototype.removeEventListener=function(r,n){if(!this._eventListeners[r])return;let i=this._eventListeners[r].indexOf(n);i!==-1&&this._eventListeners[r].splice(i,1)},t.prototype.dispatchEvent=function(r){if(this._eventListeners[r.type])for(let n of this._eventListeners[r.type])n.call(this,r)},window.AbortController=e,window.AbortSignal=t}fA=class{constructor(){this.state="pending",this.promise=new Promise((e,t)=>{this.resolve=r=>{this.state==="pending"&&(this.state="fulfilled",e(r))},this.reject=r=>{this.state==="pending"&&(this.state="rejected",t(r))}})}};gA=(e=>(e[e.DEVELOPER_FILE_NOT_FOUND=0]="DEVELOPER_FILE_NOT_FOUND",e[e.INTERNAL_IOS_CAN_NOT_FOUND_PKG=1]="INTERNAL_IOS_CAN_NOT_FOUND_PKG",e[e.USER_IOS_LOAD_TIMEOUT=2]="USER_IOS_LOAD_TIMEOUT",e[e.INTERNAL_IOS_PKG_LOAD_ERROR=3]="INTERNAL_IOS_PKG_LOAD_ERROR",e[e.INTERNAL_IOS_PKG_PARSE_FAIL=4]="INTERNAL_IOS_PKG_PARSE_FAIL",e[e.USER_IOS_GET_EMPTY_DATA=5]="USER_IOS_GET_EMPTY_DATA",e[e.USER_ANDROID_GET_PKG_FAIL=6]="USER_ANDROID_GET_PKG_FAIL",e[e.DEVELOPER_ANDROID_PACKAGE_FILE_UNEXPECTED_REQUIRE=7]="DEVELOPER_ANDROID_PACKAGE_FILE_UNEXPECTED_REQUIRE",e))(gA||{}),yA=class extends Error{constructor(e){if(typeof e=="string"){super(e),this.priority="P1";return}super(e.message),this.priority="P1",this.stack=e.stack,this.raw=e}},po=class extends yA{constructor(){super(...arguments),this.kind="INTERNAL_ERROR"}},_A=class extends po{constructor(){super(...arguments),this.name="INTERNAL_INVOKE_NATIVE_ERROR"}},bA=class extends po{constructor(e,t,r,n){super(e),this.errNo=t,this.name="INTERNAL_APPLY_NATIVE_ERROR",this.errorType=r,this.errorCode=n}},wA=class extends po{constructor(){super(...arguments),this.name="INTERNAL_JSCORE_ERROR",this.priority="P0"}},Qs=class extends po{constructor(){super(...arguments),this.name="INTERNAL_METRIC_REPORT_ERROR"}};fo={log:Cn("log"),warn:Cn("warn"),info:Cn("info"),error:Cn("error"),debug:Cn("debug")};Object.assign(globalThis,{logger:fo});Fp=Symbol.for("Jolibox.canIUseMap"),IA={};globalThis[Fp]||(globalThis[Fp]=IA);nl=Symbol.for("Jolibox.canIUseMap.native"),EA={};globalThis[nl]||(globalThis[nl]=EA);il={get config(){return globalThis[nl]}},xA=(e=>(e[e.Other=0]="Other",e[e.Route=1]="Route",e[e.Click=2]="Click",e[e.View=3]="View",e[e.Expose=4]="Expose",e[e.Swipe=5]="Swipe",e[e.Input=6]="Input",e[e.Select=7]="Select",e[e.SwitchOn=8]="SwitchOn",e[e.SwitchOff=9]="SwitchOff",e[e.Submit=10]="Submit",e[e.Scroll=11]="Scroll",e[e.Hide=12]="Hide",e[e.System=1e3]="System",e[e.ErrorTrace=1001]="ErrorTrace",e[e.UserDefined=1002]="UserDefined",e))(xA||{}),kA=(e=>(e.MiniGame="mini-game",e.MiniDrama="mini-drama",e.App="app",e.WebSDK="web-sdk",e.AppSDK="app-sdk",e))(kA||{}),AA=(e=>(e[e.App=0]="App",e[e.H5=1]="H5",e[e.Weapp=2]="Weapp",e[e.Alipay=3]="Alipay",e[e.Gcash=4]="Gcash",e[e.Dana=5]="Dana",e[e.Umma=6]="Umma",e[e.WebSDK=1e3]="WebSDK",e[e.AppSDK=1001]="AppSDK",e[e.Other=9999]="Other",e))(AA||{});TA();CA=()=>!!(navigator.userAgent||"").includes("JoliboxPlatformSDK"),v4={isiOS:navigator.userAgent.includes("iPhone")||navigator.userAgent.includes("iPod")||navigator.userAgent.includes("iPad")||navigator.userAgent.includes("iPhone OS"),iosVersion:()=>{let e=navigator.appVersion.match(/OS (\d+)_(\d+)_?(\d+)?/);return[parseInt(e[1],10),parseInt(e[2],10),parseInt(e[3]||"0",10)]},isAndroid:navigator.userAgent.includes("Android"),isMac:navigator.userAgent.includes("Mac"),isFacebook:navigator.userAgent.includes("FB_IAB"),isPC:!navigator.userAgent.includes("iPhone")&&!navigator.userAgent.includes("Android")},ol=class al{constructor(t){this.element=t,this.next=al.Undefined,this.prev=al.Undefined}};ol.Undefined=new ol(void 0);te=ol,PA=class{constructor(){this._first=te.Undefined,this._last=te.Undefined,this._size=0}get size(){return this._size}isEmpty(){return this._first===te.Undefined}clear(){let e=this._first;for(;e!==te.Undefined;){let t=e.next;e.prev=te.Undefined,e.next=te.Undefined,e=t}this._first=te.Undefined,this._last=te.Undefined,this._size=0}unshift(e){return this._insert(e,!1)}push(e){return this._insert(e,!0)}_insert(e,t){let r=new te(e);if(this._first===te.Undefined)this._first=r,this._last=r;else if(t){let i=this._last;this._last=r,r.prev=i,i.next=r}else{let i=this._first;this._first=r,r.next=i,i.prev=r}this._size+=1;let n=!1;return()=>{n||(n=!0,this._remove(r))}}shift(){if(this._first!==te.Undefined){let e=this._first.element;return this._remove(this._first),e}}pop(){if(this._last!==te.Undefined){let e=this._last.element;return this._remove(this._last),e}}_remove(e){if(e.prev!==te.Undefined&&e.next!==te.Undefined){let t=e.prev;t.next=e.next,e.next.prev=t}else e.prev===te.Undefined&&e.next===te.Undefined?(this._first=te.Undefined,this._last=te.Undefined):e.next===te.Undefined?(this._last=this._last.prev,this._last.next=te.Undefined):e.prev===te.Undefined&&(this._first=this._first.next,this._first.prev=te.Undefined);this._size-=1}*[Symbol.iterator](){let e=this._first;for(;e!==te.Undefined;)yield e.element,e=e.next}},RA=0,Pn=class{constructor(e){this.value=e,this.id=RA++}},On=class{constructor(e){this.options=e,this._size=0}dispose(e){var t,r;this._disposed||(this._disposed=!0,this._listeners&&(e?(this._listeners instanceof Pn&&(this._listeners=[this._listeners]),this._listeners=this._listeners.filter(n=>(n==null?void 0:n.value)===e)):(this._listeners=void 0,this._size=0)),(r=(t=this.options)==null?void 0:t.onDidRemoveLastListener)==null||r.call(t))}get event(){var e;return(e=this._event)!=null||(this._event=(t,r)=>{var n,i,o,a,s,l;if(this._disposed)return()=>{console.info("[Jolibox SDK] Emitter is _disposed")};r&&(t=t.bind(r));let c=new Pn(t);return this._listeners?this._listeners instanceof Pn?this._listeners=[this._listeners,c]:this._listeners.push(c):((i=(n=this.options)==null?void 0:n.onWillAddFirstListener)==null||i.call(n,this),this._listeners=c,(a=(o=this.options)==null?void 0:o.onDidFirstListener)==null||a.call(o,this)),(l=(s=this.options)==null?void 0:s.onDidAddListener)==null||l.call(s,this),this._size++,()=>{var d,u,p,f;if(!this._disposed){if(this._listeners instanceof Pn)this._listeners.id===c.id&&(this._listeners=void 0,this._size=0,(u=(d=this.options)==null?void 0:d.onDidRemoveLastListener)==null||u.call(d));else if(this._listeners){let m=this._listeners.indexOf(c);m>=0&&(this._listeners.splice(m,1),this._size--,this._size===0&&((f=(p=this.options)==null?void 0:p.onDidRemoveLastListener)==null||f.call(p)))}}}}),this._event}_deliver(e,t){var r;if(!e)return;let n=((r=this.options)==null?void 0:r.onListenerError)||Error.constructor;if(!n){e.value(t);return}try{e.value(t)}catch(i){n(i)}}fire(e){this._listeners&&(this._listeners instanceof Pn?this._deliver(this._listeners,e):this._listeners.forEach(t=>this._deliver(t,e)))}hasListeners(){return this._size>0}},sl=class{constructor(){this.listeners=new Map,this.listerHandlerMap=new WeakMap,this.cachedEventQueue=new Map}on(e,t,r=!0){var n;let i=(n=this.listeners.get(e))!=null?n:new On,o=l=>t(...l.args),a=i.event(o);this.listerHandlerMap.set(t,{handler:o,dispose:a}),this.listeners.set(e,i);let s=this.cachedEventQueue.get(e);if(s&&r)for(let l of s)t(...l.args)}flushCachedEvent(e){e?this.cachedEventQueue.delete(e):this.cachedEventQueue.clear()}off(e,t){let r=this.listerHandlerMap.get(t);r&&(r.dispose(),this.listerHandlerMap.delete(t))}emit(e,...t){let r=this.listeners.get(e),n=this.cachedEventQueue.get(e);n||(n=new PA,this.cachedEventQueue.set(e,n)),n.push({args:t}),r&&r.fire({event:e,args:t})}once(e,t){let r=(...n)=>{t(...n),this.off(e,r)};this.on(e,r,!1)}},ll={};uA(ll,{None:()=>OA,filter:()=>DA,once:()=>Qp,toPromise:()=>NA});OA=()=>(console.log("[Jolibox SDK] None Event"),()=>{console.log("[Jolibox SDK] None Event dispose")});Ys=Symbol.for("Jolibox.hostEmitter"),LA=()=>{let e=new sl;return globalThis[Ys]||(globalThis[Ys]={on:e.on.bind(e),off:e.off.bind(e),emit:e.emit.bind(e),once:e.once.bind(e)}),globalThis[Ys]},g4=LA();cl=class{constructor(){this._commands=new Map,this._onDidRegisterCommand=new On,this.onDidRegisterCommand=this._onDidRegisterCommand.event,console.log("[Jolibox SDK] command registry")}registerCommand(e){if(!e)throw new Error("invalid command");if(e.metadata&&Array.isArray(e.metadata.args)){let r=[];for(let i of e.metadata.args)r.push(i.constraint);let n=e.handler;e.handler=function(...i){return qA(i,r),n(...i)}}let{id:t}=e;this._commands.get(t)&&console.info(`[Jolibox SDK] duplicated command is registered ${t}`),this._commands.set(t,e),this._onDidRegisterCommand.fire(t)}getCommand(e){return this._commands.get(e)}getCommands(){let e=new Map;for(let t of this._commands.keys()){let r=this.getCommand(t);r&&e.set(t,r)}return e}};cl=zp([Kp],cl);Mp=class{constructor(){this._onWillExecuteCommand=new On,this.onWillExecuteCommand=this._onWillExecuteCommand.event,this._onDidExecuteCommand=new On,this.onDidExecuteCommand=this._onDidExecuteCommand.event,this.registry=new cl,this._starActivation=null}_activateStar(){return this._starActivation||(this._starActivation=pA(3e4)),this._starActivation}executeCommand(e,...t){return dA(this,null,function*(){return this.registry.getCommand(e)?this._tryExecuteCommand(e,t):(yield Promise.all([Promise.race([this._activateStar(),ll.toPromise(ll.filter(this.registry.onDidRegisterCommand,r=>r===e))])]),this._tryExecuteCommand(e,t))})}executeCommandThowErr(e,...t){if(!this.registry.getCommand(e))throw new Error(`command '${e}' not found`);let r=this.registry.getCommand(e);this._onWillExecuteCommand.fire({commandId:e,args:t});let n=this.invokeFunction(r.handler,...t);return this._onDidExecuteCommand.fire({commandId:e,args:t}),n}_tryExecuteCommand(e,t){let r=this.registry.getCommand(e);if(!r)return Promise.reject(new Error(`command '${e}' not found`));try{this._onWillExecuteCommand.fire({commandId:e,args:t});let n=this.invokeFunction(r.handler,...t);return this._onDidExecuteCommand.fire({commandId:e,args:t}),Promise.resolve(n)}catch(n){return Promise.reject(n)}}invokeFunction(e,...t){let r=!1;try{return e(...t)}finally{r=!0}}};Mp=zp([Kp],Mp);y4=Symbol.for("Jolibox.commands");dl("requestPaymentSync",{version:1e6,properties:{paymentBody:{appStoreProductId:102e4}}});dl("requestProductDetailsAsync",{version:102e4});dl("loginSync",{version:1e6,properties:{skipLogin:102e4,triggerFrom:102e4}});Yp=e=>{function t(n){let[i,...o]=n.split(":");if(!i)return!1;let a=il.config[i];if(!a)return!1;let s=a.version;if(typeof s!="number")return!1;let l=e();return typeof l!="number"||l<s?!1:o.length===0?!0:r(a,o,l)||r(a.properties,o,l)}function r(n,i,o){if(!n)return!1;let a=SA(n,i);if(!a)return!1;if(jr(a)){let s=a.version;return qp(s)?typeof o=="number"&&o>=s:!0}return qp(a)?typeof o=="number"&&o>=a:a===!0}return{canIUseNative:t}};MA=()=>CA(),Rn="custom_event_",jA=[],UA=[],BA=["env","createRequestTask","login"],Xp="__batch_event__",JA="__native_batch_event__",$A=e=>e==="pv"?e:"default",lo=class{constructor(e){this.interval=30,this.lastReportTime=0,this.cache={};let{reporter:t,interval:r=30,eventName:n,tagNameOrder:i,metricName:o,type:a}=e;this.reporter=t,this.interval=r,this.eventName=n,this.tagNameOrder=i,this.metricName=o,this.type=$A(a)}report(e){this.type==="pv"?this.addPVPoint(e):this.addPoint(e),this.tryReport(!1)}flush(){this.tryReport(!0)}tryReport(e){if(Object.keys(this.cache).length){if(e){this.reporter(this.processPoints(this.cache)),this.clearPoints();return}this.lastReportTime=this.lastReportTime||Date.now(),Date.now()-this.lastReportTime>=this.interval*1e3&&(this.reporter(this.processPoints(this.cache)),this.clearPoints(),this.lastReportTime=Date.now())}}addPoint(e){let t=(r,n,i,o)=>{let a=n.shift();if(a){let s=o[a];r[s]||(r[s]={}),t(r[s],n,i,o)}else r[i]||(r[i]=[]),r[i].push(o[i])};t(this.cache,[...this.tagNameOrder],this.metricName,e)}addPVPoint(e){let t=(n,i,o,a)=>{let s=i.shift();if(!s&&jr(a))throw new Qs(`report value failed to match tagNameOrder, ${JSON.stringify(r)}`);if(s){let l=[];if(jr(a))l.push(...Object.keys(a));else if(Gp(a)){if(i.length>0)throw new Qs(`report value failed to match tagNameOrder, ${JSON.stringify(r)}`);l.push(a)}else throw new Qs(`expected metric value to be a string, but got a(n) ${typeof a}, ${JSON.stringify(r)}`);l.forEach(c=>{n[c]||(n[c]={});let d=jr(a)?a[c]:a;t(n[c],[...i],o,d)})}else n[o]?n[o]++:n[o]=1},r={point:e,metricName:this.metricName,tagNameOrder:this.tagNameOrder};t(this.cache,[...this.tagNameOrder],this.metricName,e)}processPoints(e){return{eventName:this.eventName,tagNameOrder:this.tagNameOrder,metricName:this.metricName,metricAggregateType:this.type==="pv"?"itoa":"arr",data:e}}clearPoints(){this.cache={}}},Up=!1;tl=[],VA=!1,ul=Symbol.for("Jolibox.invokeResolverInstance"),zA=new Map;globalThis[ul]||(globalThis[ul]=zA);GA={get resolveMap(){return globalThis[ul]}};so=Symbol.for("Jolibox.subscribeInstance");lt={trigger(){},exit(){return Promise.resolve(!1)},backPress(){return Promise.resolve(!1)},onReady(e){lt.trigger=e},onDoExit(e){lt.exit=e},onDoBackPress(e){lt.backPress=e}},ef=e=>{let t=window.prompt("invoke",JSON.stringify({event:"envSync",paramsString:JSON.stringify({})}));if(!t)e.onError(new _A("native env failed"));else{let{data:r}=JSON.parse(t);return r!=null?r:void 0}};if(window.webkit){let e=window.webkit.messageHandlers,t=(i="")=>{lt.trigger(),e.onDocumentReady.postMessage({path:i})},r=i=>uo(void 0,null,function*(){let o=yield lt.exit();e.doExit.postMessage({uuid:i,shouldInterrupt:o})});pl={onDocumentReady:t,doExit:r,invoke(i,o,a){e.invoke.postMessage({event:i,paramsString:o,callbackId:a})},publish(i,o,a){let s=Zp(o,"joliboxJSCore");window.prompt("publish",JSON.stringify({event:i,paramsString:JSON.stringify(s),webviewIds:a}))},call(i,o,a){let s=window.prompt("invoke",JSON.stringify({event:i,paramsString:JSON.stringify(o),callbackId:a}));if(s)return JSON.parse(s)}};let n={onDocumentReady:t,env:ef,doExit:r};globalThis.joliboxJSCore=qt({},n)}if(window.JoliAndroidSDKBridge){let e,t=window.JoliAndroidSDKBridge,r=(o="")=>{lt.trigger(),t.onDocumentReady(JSON.stringify({path:o}))},n=o=>uo(void 0,null,function*(){let a=yield lt.exit();t.doExit(JSON.stringify({uuid:o,shouldInterrupt:a}))});pl={onDocumentReady:r,invoke(o,a,s){t.invoke(JSON.stringify({event:o,paramsString:a,callbackId:s}))},doExit:n,publish(o,a,s){let l=Zp(a,"joliboxJSCore");t.publish(JSON.stringify({event:o,paramsString:JSON.stringify(l),webviewIds:s}))},call(o,a,s){let l=window.prompt("invoke",JSON.stringify({event:o,paramsString:JSON.stringify(a),callbackId:s}));if(l)return JSON.parse(l)},doBackPress(o){return uo(this,null,function*(){let a=yield lt.backPress();t.doBackPress(JSON.stringify({uuid:o,shouldInterrupt:a}))})}};let i={onDocumentReady:r,env:ef,doExit:n};globalThis.joliboxJSCore=qt({},i)}tf=pl;if(!tf&&MA())throw new wA("No joliboxJScore is found, native bridge not found.");XA=qt({},tf),rf=YA(XA),{invokeHandler:Jp}=rf,{applyNative:me,invokeNative:F,onNative:Ge,offNative:_4,subscribeHandler:ZA,publish:nf,emitNative:fl,subscribe:b4,unsubscribe:w4}=rf;globalThis.joliboxJSBridge={callHandler:Jp,invokeHandler:Jp,subscribeHandler:ZA}});function a1(e){return new Promise(t=>{setTimeout(()=>{t()},e)})}function qn(e){return typeof e=="string"}function br(e){return typeof e=="object"&&e!==null&&!Array.isArray(e)&&!(e instanceof RegExp)&&!(e instanceof Date)}function uf(e){return typeof e=="object"&&Array.isArray(e)}function df(e){return typeof e=="number"&&!isNaN(e)}function Fn(e){return e===!0||e===!1}function pf(e){return typeof e=="undefined"}function wl(e){return pf(e)||e===null}function s1(e){return typeof e=="function"}function ff(e){let t=e,r=null,n=function(...i){return r||(r=new t(...i)),r};return n.prototype=t.prototype,n}function hf(e,t,r){if(typeof r!="function")throw new Error("[Jolibox SDK]Customizer must be a function");function n(i,o){for(let a in o)if(Object.prototype.hasOwnProperty.call(o,a)){let s=i[a],l=o[a],c=r(s,l,a,i,o);c!==void 0?i[a]=c:sf(l)&&sf(s)?i[a]=n(n1({},s),l):Array.isArray(l)&&Array.isArray(s)?i[a]=[...s,...l]:i[a]=l}return i}return n(e,t)}function sf(e){return e&&typeof e=="object"&&e.constructor===Object}function mf(e,t){if(Array.isArray(e))return e.concat(t)}function Mn(e,t,r={}){let n=null,i,o,a,{leading:s=!1,trailing:l=!0}=r,c=()=>(a=e.apply(o,i),i=void 0,o=void 0,a),d=function(...u){i=u,o=this;let p=s&&!n;if(n&&clearTimeout(n),n=setTimeout(()=>{n=null,l&&!p&&c()},t),p)return c()};return d.cancel=()=>{n&&clearTimeout(n),n=null,i=o=void 0},d.flush=()=>{if(n)return clearTimeout(n),n=null,c()},d}function c1(e,t){return(...r)=>t(e,...r)}function vo(e){return t=>c1(t,function(r,...n){if(typeof r=="function")try{return r.apply(this,n)}catch(i){e(new Ur(`${i}`))}})}function Nn(e){return(...t)=>{var r,n;((n=(r=globalThis.VConsole)==null?void 0:r[e])!=null?n:globalThis.console[e])(...t)}}function Al(){try{if(window.__joliboxLocalStorage__)return window.__joliboxLocalStorage__;let e=Object.getOwnPropertyDescriptor(window,"localStorage");if(e&&e.get){let n=e.get.call(window);return window.__joliboxLocalStorage__=n,n}if(e=Object.getOwnPropertyDescriptor(Object.getPrototypeOf(window),"localStorage"),e&&e.get)return e.get.call(window);let t=Window.prototype,r=Object.getOwnPropertyDescriptor(t,"localStorage");if(r&&r.get){let n=r.get.call(window);return window.__joliboxLocalStorage__=n,n}return localStorage}catch(e){return console.warn("Failed to get original localStorage, fallback to default implementation",e),localStorage}}function y1(e){return new Promise(t=>Ef(e)(t))}function Ef(e){return(t,r=null)=>{let n=!1;return e(i=>{if(!n)return n=!0,t.call(r,i)},null)}}function _1(e,t){return(r=>{let n,i={onWillAddFirstListener(){n=r(o.fire,o)}},o=new Ln(i);return o.event})((r,n=null)=>e(i=>t(i)&&r.call(n,i),null))}function w1(e,t){let r=Math.min(e.length,t.length);for(let n=0;n<r;n++)I1(e[n],t[n])}function I1(e,t){if(qn(t)){if(typeof e!==t)throw new Error(`argument does not match constraint: typeof ${t}`)}else if(s1(t)){try{if(e instanceof t)return}catch(r){}if(!wl(e)&&e.constructor===t||t.length===1&&t.call(void 0,e)===!0)return;throw new Error("[Jolibox SDK]argument does not match one of these constraints: arg instanceof constraint, arg.constructor === constraint, nor constraint(arg) === true")}}function S1(){return typeof globalThis!="undefined"?globalThis[xf]:void 0}function E1(e){typeof globalThis!="undefined"&&(globalThis[xf]=e)}function ae(){let e=S1();if(e)return e;let t=new ho,r=new _l,n={registerCommand(i,o,a){t.registerCommand({id:i,handler:o,metadata:a})},executeCommand(i,...o){return r.executeCommand(i,...o)},excuteCommandSync(i,...o){return r.executeCommandThowErr(i,...o)}};return E1(n),n}var bl,e1,of,t1,r1,af,n1,i1,cf,o1,bt,l1,Il,mo,Sl,vf,Ur,gf,yf,_f,bf,jn,El,wt,ml,u1,xl,lf,d1,ve,kl,p1,go,Un,f1,h1,wf,If,Sf,vl,re,m1,v1,Dn,Ln,It,yl,g1,hl,b1,Ee,ho,_l,xf,D=T(()=>{"use strict";bl=Object.defineProperty,e1=Object.getOwnPropertyDescriptor,of=Object.getOwnPropertySymbols,t1=Object.prototype.hasOwnProperty,r1=Object.prototype.propertyIsEnumerable,af=(e,t,r)=>t in e?bl(e,t,{enumerable:!0,configurable:!0,writable:!0,value:r}):e[t]=r,n1=(e,t)=>{for(var r in t||(t={}))t1.call(t,r)&&af(e,r,t[r]);if(of)for(var r of of(t))r1.call(t,r)&&af(e,r,t[r]);return e},i1=(e,t)=>{for(var r in t)bl(e,r,{get:t[r],enumerable:!0})},cf=(e,t,r,n)=>{for(var i=n>1?void 0:n?e1(t,r):t,o=e.length-1,a;o>=0;o--)(a=e[o])&&(i=(n?a(t,r,i):a(i))||i);return n&&i&&bl(t,r,i),i},o1=(e,t,r)=>new Promise((n,i)=>{var o=l=>{try{s(r.next(l))}catch(c){i(c)}},a=l=>{try{s(r.throw(l))}catch(c){i(c)}},s=l=>l.done?n(l.value):Promise.resolve(l.value).then(o,a);s((r=r.apply(e,t)).next())});if(typeof window!="undefined"&&!window.AbortController){let e=function(){this.signal=new t};e.prototype.abort=function(){this.signal._aborted=!0,typeof this.signal.onabort=="function"&&this.signal.onabort(new Event("abort"));let r=new Event("abort");this.signal.dispatchEvent(r)};let t=function(){this._aborted=!1,this.aborted=!1,this.onabort=null,this._eventListeners={}};Object.defineProperty(t.prototype,"aborted",{get:function(){return this._aborted}}),t.prototype.addEventListener=function(r,n){this._eventListeners[r]||(this._eventListeners[r]=[]),this._eventListeners[r].push(n)},t.prototype.removeEventListener=function(r,n){if(!this._eventListeners[r])return;let i=this._eventListeners[r].indexOf(n);i!==-1&&this._eventListeners[r].splice(i,1)},t.prototype.dispatchEvent=function(r){if(this._eventListeners[r.type])for(let n of this._eventListeners[r.type])n.call(this,r)},window.AbortController=e,window.AbortSignal=t}bt=class{constructor(){this.state="pending",this.promise=new Promise((e,t)=>{this.resolve=r=>{this.state==="pending"&&(this.state="fulfilled",e(r))},this.reject=r=>{this.state==="pending"&&(this.state="rejected",t(r))}})}};l1=(e=>(e[e.DEVELOPER_FILE_NOT_FOUND=0]="DEVELOPER_FILE_NOT_FOUND",e[e.INTERNAL_IOS_CAN_NOT_FOUND_PKG=1]="INTERNAL_IOS_CAN_NOT_FOUND_PKG",e[e.USER_IOS_LOAD_TIMEOUT=2]="USER_IOS_LOAD_TIMEOUT",e[e.INTERNAL_IOS_PKG_LOAD_ERROR=3]="INTERNAL_IOS_PKG_LOAD_ERROR",e[e.INTERNAL_IOS_PKG_PARSE_FAIL=4]="INTERNAL_IOS_PKG_PARSE_FAIL",e[e.USER_IOS_GET_EMPTY_DATA=5]="USER_IOS_GET_EMPTY_DATA",e[e.USER_ANDROID_GET_PKG_FAIL=6]="USER_ANDROID_GET_PKG_FAIL",e[e.DEVELOPER_ANDROID_PACKAGE_FILE_UNEXPECTED_REQUIRE=7]="DEVELOPER_ANDROID_PACKAGE_FILE_UNEXPECTED_REQUIRE",e))(l1||{}),Il=class extends Error{constructor(e){if(typeof e=="string"){super(e),this.priority="P1";return}super(e.message),this.priority="P1",this.stack=e.stack,this.raw=e}},mo=class extends Il{constructor(){super(...arguments),this.kind="INTERNAL_ERROR"}},Sl=class extends Il{constructor(){super(...arguments),this.kind="USER_ERROR"}},vf=class extends Sl{constructor(){super(...arguments),this.name="USER_VALIDATE_ERROR"}},Ur=class extends Sl{constructor(e,t,r){super(e),this.message=e,this.errNo=t,this.name="USER_CUSTOM_ERROR",this.errMsg=e,r&&(this.extra=Object.assign({},this.extra,r))}},gf=class extends Sl{constructor(e,t,r){super(e),this.message=e,this.errNo=t,this.name="USER_PAYMENT_ERROR",this.errMsg=e,r&&(this.extra=Object.assign({},this.extra,r))}},yf=class extends mo{constructor(){super(...arguments),this.name="INTERNAL_SCHEMA_PARSE_ERROR",this.priority="P0"}},_f=class extends mo{constructor(e,t,r){super(e),this.message=e,this.errNo=t,this.name="INTERNAL_PAYMENT_ERROR",this.priority="P0",this.errMsg=e,r&&(this.extra=Object.assign({},this.extra,r))}},bf=class extends mo{constructor(){super(...arguments),this.name="INTERNAL_GLOBAL_JS_ERROR",this.priority="P1"}},jn=class extends Il{constructor(e,t,r,n,i){super(e),this.message=e,this.code=t,this.kind="API_ERROR",this.name="API_ERROR",r&&(this.errorType=r),n!==void 0&&(this.stack=n),i&&(this.priority=i)}toJSON(){return{message:this.message,stack:this.stack,name:this.name,code:this.code,errorType:this.errorType}}},El=class extends mo{constructor(){super(...arguments),this.name="INTERNAL_REPORTER_ERROR"}};wt={log:Nn("log"),warn:Nn("warn"),info:Nn("info"),error:Nn("error"),debug:Nn("debug")};Object.assign(globalThis,{logger:wt});ml=Symbol.for("Jolibox.canIUseMap"),u1={};globalThis[ml]||(globalThis[ml]=u1);xl={get config(){return globalThis[ml]}},lf=Symbol.for("Jolibox.canIUseMap.native"),d1={};globalThis[lf]||(globalThis[lf]=d1);ve=(e=>(e[e.Other=0]="Other",e[e.Route=1]="Route",e[e.Click=2]="Click",e[e.View=3]="View",e[e.Expose=4]="Expose",e[e.Swipe=5]="Swipe",e[e.Input=6]="Input",e[e.Select=7]="Select",e[e.SwitchOn=8]="SwitchOn",e[e.SwitchOff=9]="SwitchOff",e[e.Submit=10]="Submit",e[e.Scroll=11]="Scroll",e[e.Hide=12]="Hide",e[e.System=1e3]="System",e[e.ErrorTrace=1001]="ErrorTrace",e[e.UserDefined=1002]="UserDefined",e))(ve||{}),kl=(e=>(e.MiniGame="mini-game",e.MiniDrama="mini-drama",e.App="app",e.WebSDK="web-sdk",e.AppSDK="app-sdk",e))(kl||{}),p1=(e=>(e[e.App=0]="App",e[e.H5=1]="H5",e[e.Weapp=2]="Weapp",e[e.Alipay=3]="Alipay",e[e.Gcash=4]="Gcash",e[e.Dana=5]="Dana",e[e.Umma=6]="Umma",e[e.WebSDK=1e3]="WebSDK",e[e.AppSDK=1001]="AppSDK",e[e.Other=9999]="Other",e))(p1||{}),go=()=>"xxxxxxxx-xxxx-4xxx-yxxx-xxxxxxxxxxxx".replace(/[xy]/g,e=>{let t=Math.random()*16|0;return(e==="x"?t:t&3|8).toString(16)});Al();Un={isiOS:navigator.userAgent.includes("iPhone")||navigator.userAgent.includes("iPod")||navigator.userAgent.includes("iPad")||navigator.userAgent.includes("iPhone OS"),iosVersion:()=>{let e=navigator.appVersion.match(/OS (\d+)_(\d+)_?(\d+)?/);return[parseInt(e[1],10),parseInt(e[2],10),parseInt(e[3]||"0",10)]},isAndroid:navigator.userAgent.includes("Android"),isMac:navigator.userAgent.includes("Mac"),isFacebook:navigator.userAgent.includes("FB_IAB"),isPC:!navigator.userAgent.includes("iPhone")&&!navigator.userAgent.includes("Android")},f1="device_id",h1="advertising_id",wf=e=>(window.__joliboxLocalStorage__.getItem(e)||window.__joliboxLocalStorage__.setItem(e,go()),window.__joliboxLocalStorage__.getItem(e)),If=()=>new URLSearchParams(window.location.search).get("deviceId")||wf(f1),Sf=()=>new URLSearchParams(window.location.search).get("advertisingId")||wf(h1),vl=class gl{constructor(t){this.element=t,this.next=gl.Undefined,this.prev=gl.Undefined}};vl.Undefined=new vl(void 0);re=vl,m1=class{constructor(){this._first=re.Undefined,this._last=re.Undefined,this._size=0}get size(){return this._size}isEmpty(){return this._first===re.Undefined}clear(){let e=this._first;for(;e!==re.Undefined;){let t=e.next;e.prev=re.Undefined,e.next=re.Undefined,e=t}this._first=re.Undefined,this._last=re.Undefined,this._size=0}unshift(e){return this._insert(e,!1)}push(e){return this._insert(e,!0)}_insert(e,t){let r=new re(e);if(this._first===re.Undefined)this._first=r,this._last=r;else if(t){let i=this._last;this._last=r,r.prev=i,i.next=r}else{let i=this._first;this._first=r,r.next=i,i.prev=r}this._size+=1;let n=!1;return()=>{n||(n=!0,this._remove(r))}}shift(){if(this._first!==re.Undefined){let e=this._first.element;return this._remove(this._first),e}}pop(){if(this._last!==re.Undefined){let e=this._last.element;return this._remove(this._last),e}}_remove(e){if(e.prev!==re.Undefined&&e.next!==re.Undefined){let t=e.prev;t.next=e.next,e.next.prev=t}else e.prev===re.Undefined&&e.next===re.Undefined?(this._first=re.Undefined,this._last=re.Undefined):e.next===re.Undefined?(this._last=this._last.prev,this._last.next=re.Undefined):e.prev===re.Undefined&&(this._first=this._first.next,this._first.prev=re.Undefined);this._size-=1}*[Symbol.iterator](){let e=this._first;for(;e!==re.Undefined;)yield e.element,e=e.next}},v1=0,Dn=class{constructor(e){this.value=e,this.id=v1++}},Ln=class{constructor(e){this.options=e,this._size=0}dispose(e){var t,r;this._disposed||(this._disposed=!0,this._listeners&&(e?(this._listeners instanceof Dn&&(this._listeners=[this._listeners]),this._listeners=this._listeners.filter(n=>(n==null?void 0:n.value)===e)):(this._listeners=void 0,this._size=0)),(r=(t=this.options)==null?void 0:t.onDidRemoveLastListener)==null||r.call(t))}get event(){var e;return(e=this._event)!=null||(this._event=(t,r)=>{var n,i,o,a,s,l;if(this._disposed)return()=>{console.info("[Jolibox SDK] Emitter is _disposed")};r&&(t=t.bind(r));let c=new Dn(t);return this._listeners?this._listeners instanceof Dn?this._listeners=[this._listeners,c]:this._listeners.push(c):((i=(n=this.options)==null?void 0:n.onWillAddFirstListener)==null||i.call(n,this),this._listeners=c,(a=(o=this.options)==null?void 0:o.onDidFirstListener)==null||a.call(o,this)),(l=(s=this.options)==null?void 0:s.onDidAddListener)==null||l.call(s,this),this._size++,()=>{var d,u,p,f;if(!this._disposed){if(this._listeners instanceof Dn)this._listeners.id===c.id&&(this._listeners=void 0,this._size=0,(u=(d=this.options)==null?void 0:d.onDidRemoveLastListener)==null||u.call(d));else if(this._listeners){let m=this._listeners.indexOf(c);m>=0&&(this._listeners.splice(m,1),this._size--,this._size===0&&((f=(p=this.options)==null?void 0:p.onDidRemoveLastListener)==null||f.call(p)))}}}}),this._event}_deliver(e,t){var r;if(!e)return;let n=((r=this.options)==null?void 0:r.onListenerError)||Error.constructor;if(!n){e.value(t);return}try{e.value(t)}catch(i){n(i)}}fire(e){this._listeners&&(this._listeners instanceof Dn?this._deliver(this._listeners,e):this._listeners.forEach(t=>this._deliver(t,e)))}hasListeners(){return this._size>0}},It=class{constructor(){this.listeners=new Map,this.listerHandlerMap=new WeakMap,this.cachedEventQueue=new Map}on(e,t,r=!0){var n;let i=(n=this.listeners.get(e))!=null?n:new Ln,o=l=>t(...l.args),a=i.event(o);this.listerHandlerMap.set(t,{handler:o,dispose:a}),this.listeners.set(e,i);let s=this.cachedEventQueue.get(e);if(s&&r)for(let l of s)t(...l.args)}flushCachedEvent(e){e?this.cachedEventQueue.delete(e):this.cachedEventQueue.clear()}off(e,t){let r=this.listerHandlerMap.get(t);r&&(r.dispose(),this.listerHandlerMap.delete(t))}emit(e,...t){let r=this.listeners.get(e),n=this.cachedEventQueue.get(e);n||(n=new m1,this.cachedEventQueue.set(e,n)),n.push({args:t}),r&&r.fire({event:e,args:t})}once(e,t){let r=(...n)=>{t(...n),this.off(e,r)};this.on(e,r,!1)}},yl={};i1(yl,{None:()=>g1,filter:()=>_1,once:()=>Ef,toPromise:()=>y1});g1=()=>(console.log("[Jolibox SDK] None Event"),()=>{console.log("[Jolibox SDK] None Event dispose")});hl=Symbol.for("Jolibox.hostEmitter"),b1=()=>{let e=new It;return globalThis[hl]||(globalThis[hl]={on:e.on.bind(e),off:e.off.bind(e),emit:e.emit.bind(e),once:e.once.bind(e)}),globalThis[hl]},Ee=b1();ho=class{constructor(){this._commands=new Map,this._onDidRegisterCommand=new Ln,this.onDidRegisterCommand=this._onDidRegisterCommand.event,console.log("[Jolibox SDK] command registry")}registerCommand(e){if(!e)throw new Error("invalid command");if(e.metadata&&Array.isArray(e.metadata.args)){let r=[];for(let i of e.metadata.args)r.push(i.constraint);let n=e.handler;e.handler=function(...i){return w1(i,r),n(...i)}}let{id:t}=e;this._commands.get(t)&&console.info(`[Jolibox SDK] duplicated command is registered ${t}`),this._commands.set(t,e),this._onDidRegisterCommand.fire(t)}getCommand(e){return this._commands.get(e)}getCommands(){let e=new Map;for(let t of this._commands.keys()){let r=this.getCommand(t);r&&e.set(t,r)}return e}};ho=cf([ff],ho);_l=class{constructor(){this._onWillExecuteCommand=new Ln,this.onWillExecuteCommand=this._onWillExecuteCommand.event,this._onDidExecuteCommand=new Ln,this.onDidExecuteCommand=this._onDidExecuteCommand.event,this.registry=new ho,this._starActivation=null}_activateStar(){return this._starActivation||(this._starActivation=a1(3e4)),this._starActivation}executeCommand(e,...t){return o1(this,null,function*(){return this.registry.getCommand(e)?this._tryExecuteCommand(e,t):(yield Promise.all([Promise.race([this._activateStar(),yl.toPromise(yl.filter(this.registry.onDidRegisterCommand,r=>r===e))])]),this._tryExecuteCommand(e,t))})}executeCommandThowErr(e,...t){if(!this.registry.getCommand(e))throw new Error(`command '${e}' not found`);let r=this.registry.getCommand(e);this._onWillExecuteCommand.fire({commandId:e,args:t});let n=this.invokeFunction(r.handler,...t);return this._onDidExecuteCommand.fire({commandId:e,args:t}),n}_tryExecuteCommand(e,t){let r=this.registry.getCommand(e);if(!r)return Promise.reject(new Error(`command '${e}' not found`));try{this._onWillExecuteCommand.fire({commandId:e,args:t});let n=this.invokeFunction(r.handler,...t);return this._onDidExecuteCommand.fire({commandId:e,args:t}),Promise.resolve(n)}catch(n){return Promise.reject(n)}}invokeFunction(e,...t){let r=!1;try{return e(...t)}finally{r=!0}}};_l=cf([ff],_l);xf=Symbol.for("Jolibox.commands")});function Ce(e,t={}){Tl.emit("ERROR_REPORT",{error:e,options:t})}var Tl,wr,ft=T(()=>{"use strict";D();D();Tl=new It,wr=new It;Ce.debounce=Mn(Ce,50,{leading:!0})});var Cl,x1,kf,Af,Tf=T(()=>{"use strict";D();ft();Cl=e=>{let t=e.replace(/-/g,"+").replace(/_/g,"/"),r=t.length%4===0?"":"=".repeat(4-t.length%4),n=atob(t+r);try{return JSON.parse(n)}catch(i){return{}}},x1=e=>{let t=JSON.stringify(e);return btoa(t).replace(/\+/g,"-").replace(/\//g,"_").replace(/=/g,"")},kf=e=>{var t;try{let i=(t=new URL(e).searchParams.get("joliSource"))==null?void 0:t.split(".");if(i!=null&&i.length){let[o,a,s]=i;return{headerJson:Cl(o),payloadJson:Cl(a),signature:Cl(s)}}else throw"joli_source is missing"}catch(r){return Ce(new yf(`${e} not a valid schema: ${r}`)),{headerJson:{},payloadJson:{},signature:{}}}},Af=(e,t)=>{let r=t.split(".");if(r&&r.length===3){let n=r[0],i=x1(e),o=r[2];return`${n}.${i}.${o}`}return t}});var k1,Pl,Cf=T(()=>{"use strict";D();k1="1.1.38",Pl=()=>k1});function Pf(e,t){return(document==null?void 0:document.head.querySelector(`meta[name="${e}"][content="${t}"]`))!==null}var A1,Rf,Rl,Of,ue,T1,E,Q=T(()=>{"use strict";D();Tf();Cf();D();A1={deviceInfo:{brand:"UnknownBrand",model:"UnknownModel",did:If(),adId:Sf(),pixelRatio:window.devicePixelRatio||1,platform:Un.isAndroid?"android":Un.isiOS?"ios":"h5",system:"UnknownSystemVersion",lang:"zh"},sdkInfo:{nativeSDKVersion:"",jssdkVersion:Pl()},schema:window.location.href,platform:Un.isAndroid?"android":Un.isiOS?"ios":"h5"},Rl=(Rf=globalThis.joliboxJSCore)==null?void 0:Rf.env,ue=Object.assign({},(Of=Rl==null?void 0:Rl())!=null?Of:A1);T1=()=>{var f,m,g,y,v,_,w,A,R,P,S;let{payloadJson:e,headerJson:t,signature:r}=ue.schema.length?kf(ue.schema):{},n=`${ue.deviceInfo.did}-${new Date().getTime()}`,o=new URL(ue.schema.length?ue.schema:window.location.href).searchParams,a=(g=(m=(f=o.get("mpId"))!=null?f:o.get("appId"))!=null?m:o.get("gameId"))!=null?g:"",s=(_=(v=(y=ue.clientSessionId)!=null?y:e==null?void 0:e.sessionId)!=null?v:o.get("sessionId"))!=null?_:n,l=!!((A=(w=e==null?void 0:e.testAdsMode)!=null?w:e==null?void 0:e.__testAdsMode)!=null?A:o.get("testAdsMode")==="true"),c=(S=(P=(R=e==null?void 0:e.joliboxEnv)!=null?R:e==null?void 0:e.__joliboxEnv)!=null?P:o.get("joliboxEnv"))!=null?S:"production",d=c==="staging",u=t==null?void 0:t.channel,p=e==null?void 0:e.__shouldInterupt;return{get testMode(){return d},get testAdsMode(){return l},get joliboxEnv(){return c},get joliSource(){var k;return(k=o.get("joliSource"))!=null?k:null},get mpId(){var k;return(k=a!=null?a:e==null?void 0:e.id)!=null?k:""},get mpVersion(){var k;return(k=t==null?void 0:t.ver)!=null?k:Pl()},get mpType(){var k,H;return(H=(k=t==null?void 0:t.__mpType)!=null?k:e==null?void 0:e.__mpType)!=null?H:"game"},get platform(){var k;return((k=ue.platform)!=null?k:ue.deviceInfo.platform).toLowerCase()},get deviceInfo(){return ue.deviceInfo},get sdkInfo(){return ue.sdkInfo},get hostInfo(){return ue.hostInfo},get hostUserInfo(){return ue.hostUserInfo},get sessionId(){var k,H;return(H=(k=ue.clientSessionId)!=null?k:s)!=null?H:n},get channel(){return u},get webviewId(){var k;return(k=ue.webviewId)!=null?k:-1},get shouldInterupt(){return p},get from(){return e==null?void 0:e.__from},get baseApiHost(){return d?"https://stg-api.jolibox.com":"https://api.jolibox.com"},get adId(){var k;return(k=ue.deviceInfo.adId)!=null?k:ue.deviceInfo.did},get language(){return ue.deviceInfo.lang},get sdkEnvironment(){return Pf("dlightek","jolibox")?"dlightek":o.get("huaweiQuick")==="true"?"huaweiQuick":Pf("gamedistribution","jolibox")?"gamedistribution":"jolibox"},get viewport(){var He,yt,_t;let k=(He=ue.deviceInfo.pixelRatio)!=null?He:1,H=(yt=ue.deviceInfo.statusBarHeight)!=null?yt:e==null?void 0:e.__androidStatusBarHeight,$e=(_t=ue.deviceInfo.navigationBarHeight)!=null?_t:e==null?void 0:e.__androidNavigationBarHeight;return{statusBarHeight:H!==void 0?H/k:20,navigationBarHeight:$e!==void 0?$e/k:10}},onEnvConfigChanged:k=>{hf(ue,k,mf)},encodeJoliSourceQuery:k=>{var H,$e;return t&&r?Af(C(C({},e),k),(H=o.get("joliSource"))!=null?H:""):($e=o.get("joliSource"))!=null?$e:""},setDoExitDirectly:()=>{p=!1}}},E=T1()});var Ol,Df,C1,P1,Nf,R1,Lf=T(()=>{"use strict";D();ft();Q();D();Ol=!1,Df=(e,t)=>e==null?!1:t in e,C1=e=>Df(e,"kind"),P1=e=>{let t=e.toLowerCase().split("_");return t[0]+t.slice(1).map(r=>r.charAt(0).toUpperCase()+r.slice(1)).join("")},Nf=(e,t={},r)=>{var o,a,s;let n={user_id:(a=(o=E.hostUserInfo)==null?void 0:o.uid)!=null?a:"",device_id:(s=E.deviceInfo.did)!=null?s:"",timestamp:Date.now(),tag:P1(e.name)},i=q(C({},n),{env:t.environment,isFromUser:r});r?wr.emit("GLOBAL_USER_ERROR",e,i):wr.emit("GLOBAL_ERROR",e,i)},R1=e=>Df(e,"kind")&&e.kind==="USER_ERROR";Tl.on("ERROR_REPORT",({error:e,options:t})=>{if(Ol)return;Ol=!0;let r=C1(e)&&e.raw?e.raw:e;try{let n=R1(e);Nf(e,t,n)}catch(n){let i=n instanceof Error?n.message:String(n),o=new El(`${i}, origin error: ${r.message}`);wt.error(o),Nf(new El(o.message),{environment:t.environment},!1)}finally{Ol=!1}})});var nr,Nl,Br=T(()=>{"use strict";ft();D();ft();nr=(e,t)=>{var r,n;return new jn((n=(r=t==null?void 0:t.errMsg)!=null?r:e.msg)!=null?n:"",e.code,e.type)},Nl=e=>new vf(e)});var qf=T(()=>{"use strict";Lf();Br();D();Se();wr.on("GLOBAL_ERROR",(e,t)=>{var n;let r={message:e.message,stack:(n=e.stack)!=null?n:"",errorType:e.name,source:0};F("trackAsync",{event:"reportJsError",data:r})});wr.on("GLOBAL_USER_ERROR",(e,t)=>{wt.log("UserError",e,t)})});var Dl=T(()=>{"use strict"});function Ff(e,t){let r=(n,i,o)=>{let c=i!=null?i:{},{eventType:a}=c,s=st(c,["eventType"]),l=q(C({tag:n,eventType:a!=null?a:ve.Other},t),{extra:C({},s)});n=="globalJsError"?Ce(new bf(JSON.stringify(l))):e("systemLog",l,o)};return r.debounce=Mn(r,500,{leading:!0}),r}function Mf(e){let t=(r,n,i)=>{var s;let o=(s=i&&JSON.stringify(i))!=null?s:0,a={speed_value_type:r,total_duration:n};o&&Object.assign(a,{extra:o}),e("joliboxSpeedAnalysis",a)};return t.debounce=Mn(t,500,{leading:!0}),t}var jf=T(()=>{"use strict";D();D();ft()});function Uf(e,t){let r=Ff(e,t),n=Mf(r);return{track:r,trackPerformance:n}}var Bf=T(()=>{"use strict";jf()});var Jf=T(()=>{"use strict";Q();D();D()});var $f=T(()=>{"use strict";Bf();Dl();Jf()});var yo,Hf=T(()=>{"use strict";yo=class{constructor(t,r){this.eventEmitter=t;this.lastReportTime=0;this.visible=!0;this.timer=this.createRAFTimer(t=>{this.reporter({event:"PLAY_GAME",params:{duration:t}}),this.tracker("PlayGame",{duration:t})});this.interval=r!=null?r:5*1e3,t.on("visible",n=>{this.visible=n})}start(t){this.reporter({event:"OPEN_GAME",params:{timestamp:Date.now(),duration:t!=null?t:0}}),this.tracker("OpenGame",{duration:t!=null?t:0}),this.timer.start()}close(t){this.reporter({event:"CLOSE_GAME",params:{timestamp:Date.now(),duration:t}}),this.tracker("CloseGame",{duration:t}),this.timer.stop()}createRAFTimer(t){let r=Date.now(),n,i,o=!1,a=0,s=()=>{if(!o)return;let f=Date.now(),m=f-r;m>=this.interval&&(this.visible&&(a+=Math.min(m,this.interval+1e3),t(a)),r=f),n=requestAnimationFrame(s)},l=()=>{d(),r=Date.now(),i=window.setInterval(()=>{if(!o)return;let f=Date.now();f-r>=this.interval&&(r=f)},this.interval)},c=()=>{u(),r=Date.now(),n=requestAnimationFrame(s)},d=()=>{n&&(cancelAnimationFrame(n),n=0)},u=()=>{i&&(clearInterval(i),i=0)};this.eventEmitter.on("visible",f=>{o&&(console.log("visible",f),f?c():l())});let p=this.visible;return{start(){o||(o=!0,p?c():l())},stop(){o=!1,d(),u()}}}}});function _o(e,t,r){var l,c,d;let n=new Map,i=(l=r==null?void 0:r.baseUrl)!=null?l:"https://api.jolibox.com",o=(c=r==null?void 0:r.type)!=null?c:"public",a=(d=r==null?void 0:r.defaultHeaders)!=null?d:{};return Ge("onRequestTaskStateChange",u=>{if(typeof u.requestTaskId!="string")return;let p=n.get(u.requestTaskId);if(p)if(u.state==="success"){let f=u,{requestTaskId:g,state:y}=f,v=st(f,["requestTaskId","state"]);u.statusCode===200?p.resolve(v):p.reject(v),n.delete(g)}else if(u.state==="fail"){let m=u,{requestTaskId:g,state:y}=m,v=st(m,["requestTaskId","state"]);p.reject(v),n.delete(g)}else wt.warn("onRequestTaskStateChange unknown event",u)}),Ee.on("onLoginComplete",({isLogin:u,token:p})=>{u&&p&&(a["X-JOLI-TOKEN"]=p)}),(f,...m)=>I(this,[f,...m],function*(u,p={}){let g=Date.now(),y=O1(u,q(C({},p),{baseUrl:i})),{method:v="GET",responseType:_="text",dataType:w="json",timeout:A,enableCache:R=!1,appendHostCookie:P=!0}=p,S=Object.assign({"content-type":"application/json"},a,p.header),k={url:y,method:v,header:S,enableCache:R,responseType:_,appendHostCookie:P};if(v=="POST"||v=="PUT"){let _t=D1(p.data,S["content-type"]);k.data=_t}A&&Object.assign(k,{timeout:A});let{data:{requestTaskId:H}}=F(e,k);if(typeof H!="string")throw nr({code:-1,msg:"requestTaskId is not a string"});let{resolve:$e,reject:He,promise:yt}=new bt;n.set(H,{resolve:$e,reject:He});try{let _t=yield yt,{data:_r}=_t;return w==="json"&&typeof _r=="string"&&(_r=N1(_r)),{url:y,timeout:A,method:v,response:q(C({},_t),{data:_r})}}catch(_t){let _r=_t;if(br(_r)){let{errMsg:Ws,prefetchDetail:f4,isPrefetch:h4,errNo:zk}=_r;qn(Ws)&&Ce(nr({code:-1,msg:Ws},{errNo:zk,errMsg:Ws}))}throw _t}})}function N1(e){try{return JSON.parse(e.trim())}catch(t){return e}}function D1(e,t="application/json"){let r=t.toLowerCase();return e===void 0?"":typeof e=="string"||e instanceof ArrayBuffer?e:r.includes("application/x-www-form-urlencoded")||r.includes("application/json")||typeof e=="object"?JSON.stringify(e):String(e)}var O1,Ll=T(()=>{"use strict";D();Se();ft();Br();O1=(e,t)=>{if(/^https?:\/\//.test(e))return e;let r=t==null?void 0:t.query,i=new URLSearchParams(r).toString();return t!=null&&t.baseUrl?`${t.baseUrl}${e}${i?`?${i}`:""}`:`${e}${i?`?${i}`:""}`}});var ql,Vf,ne,St=T(()=>{"use strict";Ll();Q();ql={};(Vf=E.hostUserInfo)!=null&&Vf.token&&(ql["x-joli-token"]=E.hostUserInfo.token);E.joliSource&&(ql["x-joli-source"]=E.joliSource);ne=_o("createRequestTaskSync","operateRequestTaskSync",{type:"inner",baseUrl:E.testMode?"https://stg-api.jolibox.com":"https://api.jolibox.com",defaultHeaders:ql})});var bo,zf=T(()=>{"use strict";Q();Hf();St();Se();bo=class extends yo{constructor(t,r,n){super(r,n),this.gameId=E.mpId,this.sessionId=E.sessionId,this.track=t,this.taskUrl=E.testMode?"https://stg-api.jolibox.com/api/base/app-event":"https://api.jolibox.com/api/base/app-event"}reporter(t){return I(this,null,function*(){let{event:r,params:n}=t,i={eventType:r,gameInfo:C({gameId:this.gameId,sessionId:this.sessionId},n)};yield E.platform==="android"?ne("/api/base/app-event",{method:"POST",data:i}):me("trackAppEventAsync",{url:this.taskUrl,body:JSON.stringify(i)})})}reportToNative(t){return I(this,null,function*(){let{event:r,params:n}=t;yield me("userTrackAsync",{event:r,params:C({},n),gameId:this.gameId})})}tracker(t,r=null){this.track(t,r)}}});var Yf={};Dp(Yf,{nativeTaskEmitter:()=>Bn,taskTracker:()=>Ft,track:()=>Y,trackPerformance:()=>Kf});var L1,Gf,Wf,Y,Kf,Qf,Bn,Ft,Mt=T(()=>{"use strict";qf();D();Dl();$f();Q();zf();Se();L1=(e,t,r)=>{var s,l,c,d,u,p;let n=t,i=br(n.extra)?n.extra:qn(n.extra)?JSON.parse(n.extra):{},o=q(C({},i),{mp_id:(s=n.mp_id)!=null?s:"",mp_version:(l=n.mp_version)!=null?l:"",session_id:E.sessionId,user_id:(d=(c=E.hostUserInfo)==null?void 0:c.uid)!=null?d:""}),a=(u=n.eventType)!=null?u:ve.Other;F("trackAsync",{event:(p=t.tag)!=null?p:e,data:o,webviewId:r,eventType:a})},{track:Y,trackPerformance:Kf}=Uf(L1,{type:kl.AppSDK,platform:"native",jssdk_version:(Wf=(Gf=E.sdkInfo)==null?void 0:Gf.jssdkVersion)!=null?Wf:"1.0.0",mp_id:E.mpId,mp_version:E.mpVersion}),Qf=ae();Qf.registerCommand("ReportSDK.traceSystemTimeline",({event:e,duration:t,extra:r})=>{Kf(e,t,r)});Qf.registerCommand("ReportSDK.traceSystem",({event:e,info:t})=>{Y(e,t)});Bn=new It,Ft=new bo(Y,Bn)});function Xf(){let e=null,t=null,r=window.fetch,n=()=>{t=document.createElement("meta"),t.setAttribute("name","viewport"),t.setAttribute("content","viewport-fit=cover, width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no"),t.setAttribute("data-jolibox-sdk","viewport-meta"),e=document.createElement("style"),e.setAttribute("data-jolibox-sdk","default-styles");let s=`
|
|
1
|
+
var LA=Object.create;var _o=Object.defineProperty,qA=Object.defineProperties,FA=Object.getOwnPropertyDescriptor,MA=Object.getOwnPropertyDescriptors,UA=Object.getOwnPropertyNames,yo=Object.getOwnPropertySymbols,jA=Object.getPrototypeOf,ul=Object.prototype.hasOwnProperty,nf=Object.prototype.propertyIsEnumerable;var rf=(e,t,r)=>t in e?_o(e,t,{enumerable:!0,configurable:!0,writable:!0,value:r}):e[t]=r,T=(e,t)=>{for(var r in t||(t={}))ul.call(t,r)&&rf(e,r,t[r]);if(yo)for(var r of yo(t))nf.call(t,r)&&rf(e,r,t[r]);return e},M=(e,t)=>qA(e,MA(t));var Qe=(e,t)=>{var r={};for(var n in e)ul.call(e,n)&&t.indexOf(n)<0&&(r[n]=e[n]);if(e!=null&&yo)for(var n of yo(e))t.indexOf(n)<0&&nf.call(e,n)&&(r[n]=e[n]);return r};var k=(e,t)=>()=>(e&&(t=e(e=0)),t);var h=(e,t)=>()=>(t||e((t={exports:{}}).exports,t),t.exports),of=(e,t)=>{for(var r in t)_o(e,r,{get:t[r],enumerable:!0})},BA=(e,t,r,n)=>{if(t&&typeof t=="object"||typeof t=="function")for(let i of UA(t))!ul.call(e,i)&&i!==r&&_o(e,i,{get:()=>t[i],enumerable:!(n=FA(t,i))||n.enumerable});return e};var ie=(e,t,r)=>(r=e!=null?LA(jA(e)):{},BA(t||!e||!e.__esModule?_o(r,"default",{value:e,enumerable:!0}):r,e));var w=(e,t,r)=>new Promise((n,i)=>{var o=l=>{try{s(r.next(l))}catch(c){i(c)}},a=l=>{try{s(r.throw(l))}catch(c){i(c)}},s=l=>l.done?n(l.value):Promise.resolve(l.value).then(o,a);s((r=r.apply(e,t)).next())});function GA(e){return!!(e!=null&&e.__nativeBuffers__)}function gl(e){if(typeof e=="string")try{e=JSON.parse(e)}catch(r){return{}}if(typeof e!="object"||e===null)return{};if(!GA(e))return e;let t=e.__nativeBuffers__;if(delete e.__nativeBuffers__,t)for(let r=0;r<t.length;r++){let n=t[r];if(n){let i;n.value?i=n.value:n.base64&&(i=WA(n.base64)),typeof i!="undefined"&&i instanceof ArrayBuffer&&(e[n.key]=i)}}return e}function QA(e={},t=!1){let r=e,n=[];for(let[i,o]of Object.entries(r))if(o!==void 0&&o instanceof ArrayBuffer&&o.byteLength!==void 0){let a=t?{value:o,key:i}:{base64:KA(o),key:i};n.push(a),delete r[i]}return n.length>0&&(r.__nativeBuffers__=n),r}function e1(e){return new Promise(t=>{setTimeout(()=>{t()},e)})}function yf(e){return typeof e=="string"}function $r(e){return typeof e=="object"&&e!==null&&!Array.isArray(e)&&!(e instanceof RegExp)&&!(e instanceof Date)}function sf(e){return typeof e=="number"&&!isNaN(e)}function r1(e){return typeof e=="undefined"}function n1(e){return r1(e)||e===null}function _f(e){return typeof e=="function"}function i1(e){return $r(e)&&_f(e.then)}function bf(e){let t=e,r=null,n=function(...i){return r||(r=new t(...i)),r};return n.prototype=t.prototype,n}function Mn(e){return(...t)=>{var r,n;((n=(r=globalThis.VConsole)==null?void 0:r[e])!=null?n:globalThis.console[e])(...t)}}function d1(e,t,r){let n=e;for(let i of t)if(n&&typeof n=="object")n=n[i];else return r;return n===void 0?r:n}function v1(){try{if(window.__joliboxLocalStorage__)return window.__joliboxLocalStorage__;let e=Object.getOwnPropertyDescriptor(window,"localStorage");if(e&&e.get){let n=e.get.call(window);return window.__joliboxLocalStorage__=n,n}if(e=Object.getOwnPropertyDescriptor(Object.getPrototypeOf(window),"localStorage"),e&&e.get)return e.get.call(window);let t=Window.prototype,r=Object.getOwnPropertyDescriptor(t,"localStorage");if(r&&r.get){let n=r.get.call(window);return window.__joliboxLocalStorage__=n,n}return localStorage}catch(e){return console.warn("Failed to get original localStorage, fallback to default implementation",e),localStorage}}function w1(e){return new Promise(t=>wf(e)(t))}function wf(e){return(t,r=null)=>{let n=!1;return e(i=>{if(!n)return n=!0,t.call(r,i)},null)}}function I1(e,t){return(r=>{let n,i={onWillAddFirstListener(){n=r(o.fire,o)}},o=new Bn(i);return o.event})((r,n=null)=>e(i=>t(i)&&r.call(n,i),null))}function x1(e,t){let r=Math.min(e.length,t.length);for(let n=0;n<r;n++)E1(e[n],t[n])}function E1(e,t){if(yf(t)){if(typeof e!==t)throw new Error(`argument does not match constraint: typeof ${t}`)}else if(_f(t)){try{if(e instanceof t)return}catch(r){}if(!n1(e)&&e.constructor===t||t.length===1&&t.call(void 0,e)===!0)return;throw new Error("[Jolibox SDK]argument does not match one of these constraints: arg instanceof constraint, arg.constructor === constraint, nor constraint(arg) === true")}}function kl(e,t){if(_l.config[e]){Eo.warn(`[can i use] ${e} already registered`);return}_l.config[e]=Jt({},t)}function uf(e,t){return`[${e}]:${t}`}function R1(e,t){df||(fl=new wo({eventName:"jolibox_invoke",tagNameOrder:["status","method","errNo","errMsg","isForeground"],metricName:"duration",reporter(i){e.invoke("trackAsync",JSON.stringify({event:"reportMetrics",data:i}),-1)}}),hl=new wo({eventName:"jolibox_invoke_js2native",tagNameOrder:["status","method","isForeground"],metricName:"duration",reporter(i){e.invoke("trackAsync",JSON.stringify({event:"reportMetrics",data:i}),-1)}}),ml=new wo({eventName:"jolibox_invoke_native2js",tagNameOrder:["status","method","isForeground"],metricName:"duration",reporter(i){e.invoke("trackAsync",JSON.stringify({event:"reportMetrics",data:i}),-1)}}),t("onJoliboxEnterBackground",()=>{fl.flush(),hl.flush(),ml.flush()}),df=!0);function r(i){var o,a;let{method:s,args:l,startTime:c,isForeground:d,errMsg:u=`${s}:fail no errMsg`,errNo:p=0,__timing:f={receiveJSInvoke:0,invokeCallback:0}}=i,{receiveJSInvoke:m,invokeCallback:g}=f,_=(a=(o=u.match(/\S:(\S+)\s?/))==null?void 0:o[1])!=null?a:"fail";fl.report({status:_,method:n(s,l),errNo:`${p}`,errMsg:u,isForeground:d,duration:Date.now()-c}),c&&m&&g&&(hl.report({status:_,method:s,isForeground:d,duration:Number((m-c).toFixed(3))}),ml.report({status:_,method:s,isForeground:d,duration:Number((Date.now()-g).toFixed(3))}))}function n(i,o){return(i==="callHostMethod"||i==="callHostMethodSync")&&o!=null&&o.method?`${i}-${o.method}`:i}return r}function q1(e,t){let r=0,n=!0,i=L1.resolveMap,o=R1(e,t);t("onJoliboxEnterBackground",()=>{n=!1}),t("onJoliboxEnterForeground",()=>{n=!0,vl.forEach(l=>So(this,[l],function*({method:c,args:d,resolve:u}){let p=yield s(c,d);u(p)})),vl.length=0});let a=(l,c)=>{let d=i.get(Number(l));if(!d)return;let u=gl(c);d(u),i.delete(Number(l))},s=(l,c)=>{var d,u;let p=Date.now(),f=`${n}`;r+=1;let m=new t1;if(i.set(r,m.resolve),!n&&T1.includes(l))return new Promise(A=>{vl.push({method:l,args:c,resolve:A})});let g=VA(Jt({},{method:l,startTime:p,args:c,isForeground:f}),{invokeType:"js-bridge"}),_=!N1&&A1.includes(l),v=QA(c,_),b=_?v:JSON.stringify(v),I;if(l.endsWith("Sync")||C1.includes(l)?I=(d=e.call)==null?void 0:d.call(e,l,v,r):typeof b=="string"?I=e.invoke(l,b,r):I=(u=e.call)==null?void 0:u.call(e,l,b,r),I){try{typeof I=="string"&&(I=JSON.parse(I)),I=gl(I)}catch(A){Eo.error(A)}return i.delete(r),I.errorCode&&(I.errorCode=uf(l,I.errorCode)),o(Jt(Jt({},g),I)),I}return l.endsWith("Sync")&&i.delete(r),m.promise.then(A=>(A.errorCode&&(A.errorCode=uf(l,A.errorCode)),o(Jt(Jt({},g),A)),A))};return{invokeNative:s,applyNative:(l,c)=>{let d=s(l,c);return i1(d)?d.then(u=>pf(l,u)):pf(l,d)},invokeHandler:a}}function pf(e,t){if(!$r(t)){Eo.warn(`[Jolibox SDK]${e} no response value`);return}let r=t,{errMsg:n,errNo:i,errorType:o,errorCode:a}=r,s=zA(r,["errMsg","errNo","errorType","errorCode"]);if(n&&n!==`${e}:ok`)throw new l1(n,i,o,a);return s}function F1(e){if(globalThis[bo])return globalThis[bo];let t=new Il,r=new Il,n=new wo({eventName:"jolibox_publish",tagNameOrder:["type","event"],metricName:"duration",reporter(i){e.invoke("trackAsync",JSON.stringify({event:"reportMetrics",data:i}),-1)}});return t.on("onJoliboxEnterBackground",()=>{n.flush()}),globalThis[bo]={onNative:t.on.bind(t),offNative:t.off.bind(t),subscribe:r.on.bind(r),unsubscribe:r.off.bind(r),subscribeHandler(i,o,a){let s=gl(o),l;if(s.__extra){l=s.params;let{type:c,startTime:d}=s.__extra;n.report({type:c,event:i,duration:Date.now()-d})}else l=s;if(i===Sf){l.forEach(c=>{let[d,u]=c;try{r.emit(d.slice(jn.length),u,a)}catch(p){}});return}if(i.startsWith(jn)){r.emit(i.slice(jn.length),l,a);return}t.emit(i,l,a)}},globalThis[bo]}function M1(e){let t=new Map,r=new Map,n,i;return{publish:(o,a,s,l)=>{if(l){let d=s!==void 0?s==="*"?"*":[s]:void 0;e.publish(`${jn}${o}`,a,d);return}n||(n=Promise.resolve().then(()=>{t.forEach((d,u)=>{try{let p=u!==void 0?u==="*"?"*":[u]:void 0;e.publish(Sf,d,p)}catch(p){}}),n=void 0,t.clear()}));let c=t.get(s);c||(c=[],t.set(s,c)),c.push([`${jn}${o}`,a])},emitNative:(o,a,s,l)=>{if(l){let d=s!==void 0?s==="*"?"*":[s]:void 0;e.publish(o,a,d),console.log("emitNative",o,a,d);return}i||(i=Promise.resolve().then(()=>{r.forEach((d,u)=>{try{let p=u!==void 0?u==="*"?"*":[u]:void 0;e.publish(P1,d,p)}catch(p){}}),i=void 0,r.clear()}));let c=r.get(s);c||(c=[],r.set(s,c)),c.push([o,a])}}}function U1(e){let{subscribeHandler:t,onNative:r,offNative:n,subscribe:i,unsubscribe:o}=F1(e),{invokeNative:a,invokeHandler:s,applyNative:l}=q1(e,r),{publish:c,emitNative:d}=M1(e);return{invokeHandler:s,subscribeHandler:t,applyNative:l,invokeNative:a,onNative:r,offNative:n,emitNative:d,publish:c,subscribe:i,unsubscribe:o}}function xf(e,t){return{params:e,__extra:{startTime:Date.now(),type:t}}}var JA,HA,$A,Io,hf,mf,af,Jt,VA,zA,So,WA,KA,vf,YA,XA,gf,ZA,t1,o1,a1,xo,s1,l1,c1,dl,Eo,lf,u1,yl,p1,_l,f1,h1,m1,g1,NH,bl,oe,y1,_1,Un,Bn,Il,Sl,b1,pl,S1,DH,xl,cf,LH,If,k1,jn,A1,T1,C1,Sf,P1,O1,wo,df,fl,hl,ml,vl,N1,El,D1,L1,bo,Al,pt,Ef,kf,j1,Af,ff,ge,U,Ye,qH,B1,Tf,Tl,FH,MH,xe=k(()=>{"use strict";JA=Object.defineProperty,HA=Object.defineProperties,$A=Object.getOwnPropertyDescriptors,Io=Object.getOwnPropertySymbols,hf=Object.prototype.hasOwnProperty,mf=Object.prototype.propertyIsEnumerable,af=(e,t,r)=>t in e?JA(e,t,{enumerable:!0,configurable:!0,writable:!0,value:r}):e[t]=r,Jt=(e,t)=>{for(var r in t||(t={}))hf.call(t,r)&&af(e,r,t[r]);if(Io)for(var r of Io(t))mf.call(t,r)&&af(e,r,t[r]);return e},VA=(e,t)=>HA(e,$A(t)),zA=(e,t)=>{var r={};for(var n in e)hf.call(e,n)&&t.indexOf(n)<0&&(r[n]=e[n]);if(e!=null&&Io)for(var n of Io(e))t.indexOf(n)<0&&mf.call(e,n)&&(r[n]=e[n]);return r},So=(e,t,r)=>new Promise((n,i)=>{var o=l=>{try{s(r.next(l))}catch(c){i(c)}},a=l=>{try{s(r.throw(l))}catch(c){i(c)}},s=l=>l.done?n(l.value):Promise.resolve(l.value).then(o,a);s((r=r.apply(e,t)).next())});WA=e=>{let t=atob(e),r=t.length,n=new Uint8Array(r);for(let i=0;i<r;i++)n[i]=t.charCodeAt(i);return n.buffer};KA=e=>{let t="",r=new Uint8Array(e),n=r.byteLength;for(let i=0;i<n;i++)t+=String.fromCharCode(r[i]);return btoa(t)};vf=Object.defineProperty,YA=Object.getOwnPropertyDescriptor,XA=(e,t)=>{for(var r in t)vf(e,r,{get:t[r],enumerable:!0})},gf=(e,t,r,n)=>{for(var i=n>1?void 0:n?YA(t,r):t,o=e.length-1,a;o>=0;o--)(a=e[o])&&(i=(n?a(t,r,i):a(i))||i);return n&&i&&vf(t,r,i),i},ZA=(e,t,r)=>new Promise((n,i)=>{var o=l=>{try{s(r.next(l))}catch(c){i(c)}},a=l=>{try{s(r.throw(l))}catch(c){i(c)}},s=l=>l.done?n(l.value):Promise.resolve(l.value).then(o,a);s((r=r.apply(e,t)).next())});if(typeof window!="undefined"&&!window.AbortController){let e=function(){this.signal=new t};e.prototype.abort=function(){this.signal._aborted=!0,typeof this.signal.onabort=="function"&&this.signal.onabort(new Event("abort"));let r=new Event("abort");this.signal.dispatchEvent(r)};let t=function(){this._aborted=!1,this.aborted=!1,this.onabort=null,this._eventListeners={}};Object.defineProperty(t.prototype,"aborted",{get:function(){return this._aborted}}),t.prototype.addEventListener=function(r,n){this._eventListeners[r]||(this._eventListeners[r]=[]),this._eventListeners[r].push(n)},t.prototype.removeEventListener=function(r,n){if(!this._eventListeners[r])return;let i=this._eventListeners[r].indexOf(n);i!==-1&&this._eventListeners[r].splice(i,1)},t.prototype.dispatchEvent=function(r){if(this._eventListeners[r.type])for(let n of this._eventListeners[r.type])n.call(this,r)},window.AbortController=e,window.AbortSignal=t}t1=class{constructor(){this.state="pending",this.promise=new Promise((e,t)=>{this.resolve=r=>{this.state==="pending"&&(this.state="fulfilled",e(r))},this.reject=r=>{this.state==="pending"&&(this.state="rejected",t(r))}})}};o1=(e=>(e[e.DEVELOPER_FILE_NOT_FOUND=0]="DEVELOPER_FILE_NOT_FOUND",e[e.INTERNAL_IOS_CAN_NOT_FOUND_PKG=1]="INTERNAL_IOS_CAN_NOT_FOUND_PKG",e[e.USER_IOS_LOAD_TIMEOUT=2]="USER_IOS_LOAD_TIMEOUT",e[e.INTERNAL_IOS_PKG_LOAD_ERROR=3]="INTERNAL_IOS_PKG_LOAD_ERROR",e[e.INTERNAL_IOS_PKG_PARSE_FAIL=4]="INTERNAL_IOS_PKG_PARSE_FAIL",e[e.USER_IOS_GET_EMPTY_DATA=5]="USER_IOS_GET_EMPTY_DATA",e[e.USER_ANDROID_GET_PKG_FAIL=6]="USER_ANDROID_GET_PKG_FAIL",e[e.DEVELOPER_ANDROID_PACKAGE_FILE_UNEXPECTED_REQUIRE=7]="DEVELOPER_ANDROID_PACKAGE_FILE_UNEXPECTED_REQUIRE",e))(o1||{}),a1=class extends Error{constructor(e){if(typeof e=="string"){super(e),this.priority="P1";return}super(e.message),this.priority="P1",this.stack=e.stack,this.raw=e}},xo=class extends a1{constructor(){super(...arguments),this.kind="INTERNAL_ERROR"}},s1=class extends xo{constructor(){super(...arguments),this.name="INTERNAL_INVOKE_NATIVE_ERROR"}},l1=class extends xo{constructor(e,t,r,n){super(e),this.errNo=t,this.name="INTERNAL_APPLY_NATIVE_ERROR",this.errorType=r,this.errorCode=n}},c1=class extends xo{constructor(){super(...arguments),this.name="INTERNAL_JSCORE_ERROR",this.priority="P0"}},dl=class extends xo{constructor(){super(...arguments),this.name="INTERNAL_METRIC_REPORT_ERROR"}};Eo={log:Mn("log"),warn:Mn("warn"),info:Mn("info"),error:Mn("error"),debug:Mn("debug")};Object.assign(globalThis,{logger:Eo});lf=Symbol.for("Jolibox.canIUseMap"),u1={};globalThis[lf]||(globalThis[lf]=u1);yl=Symbol.for("Jolibox.canIUseMap.native"),p1={};globalThis[yl]||(globalThis[yl]=p1);_l={get config(){return globalThis[yl]}},f1=(e=>(e[e.Other=0]="Other",e[e.Route=1]="Route",e[e.Click=2]="Click",e[e.View=3]="View",e[e.Expose=4]="Expose",e[e.Swipe=5]="Swipe",e[e.Input=6]="Input",e[e.Select=7]="Select",e[e.SwitchOn=8]="SwitchOn",e[e.SwitchOff=9]="SwitchOff",e[e.Submit=10]="Submit",e[e.Scroll=11]="Scroll",e[e.Hide=12]="Hide",e[e.System=1e3]="System",e[e.ErrorTrace=1001]="ErrorTrace",e[e.UserDefined=1002]="UserDefined",e))(f1||{}),h1=(e=>(e.MiniGame="mini-game",e.MiniDrama="mini-drama",e.App="app",e.WebSDK="web-sdk",e.AppSDK="app-sdk",e))(h1||{}),m1=(e=>(e[e.App=0]="App",e[e.H5=1]="H5",e[e.Weapp=2]="Weapp",e[e.Alipay=3]="Alipay",e[e.Gcash=4]="Gcash",e[e.Dana=5]="Dana",e[e.Umma=6]="Umma",e[e.WebSDK=1e3]="WebSDK",e[e.AppSDK=1001]="AppSDK",e[e.Other=9999]="Other",e))(m1||{});v1();g1=()=>!!(navigator.userAgent||"").includes("JoliboxPlatformSDK"),NH={isiOS:navigator.userAgent.includes("iPhone")||navigator.userAgent.includes("iPod")||navigator.userAgent.includes("iPad")||navigator.userAgent.includes("iPhone OS"),iosVersion:()=>{let e=navigator.appVersion.match(/OS (\d+)_(\d+)_?(\d+)?/);return[parseInt(e[1],10),parseInt(e[2],10),parseInt(e[3]||"0",10)]},isAndroid:navigator.userAgent.includes("Android"),isMac:navigator.userAgent.includes("Mac"),isFacebook:navigator.userAgent.includes("FB_IAB"),isPC:!navigator.userAgent.includes("iPhone")&&!navigator.userAgent.includes("Android")},bl=class wl{constructor(t){this.element=t,this.next=wl.Undefined,this.prev=wl.Undefined}};bl.Undefined=new bl(void 0);oe=bl,y1=class{constructor(){this._first=oe.Undefined,this._last=oe.Undefined,this._size=0}get size(){return this._size}isEmpty(){return this._first===oe.Undefined}clear(){let e=this._first;for(;e!==oe.Undefined;){let t=e.next;e.prev=oe.Undefined,e.next=oe.Undefined,e=t}this._first=oe.Undefined,this._last=oe.Undefined,this._size=0}unshift(e){return this._insert(e,!1)}push(e){return this._insert(e,!0)}_insert(e,t){let r=new oe(e);if(this._first===oe.Undefined)this._first=r,this._last=r;else if(t){let i=this._last;this._last=r,r.prev=i,i.next=r}else{let i=this._first;this._first=r,r.next=i,i.prev=r}this._size+=1;let n=!1;return()=>{n||(n=!0,this._remove(r))}}shift(){if(this._first!==oe.Undefined){let e=this._first.element;return this._remove(this._first),e}}pop(){if(this._last!==oe.Undefined){let e=this._last.element;return this._remove(this._last),e}}_remove(e){if(e.prev!==oe.Undefined&&e.next!==oe.Undefined){let t=e.prev;t.next=e.next,e.next.prev=t}else e.prev===oe.Undefined&&e.next===oe.Undefined?(this._first=oe.Undefined,this._last=oe.Undefined):e.next===oe.Undefined?(this._last=this._last.prev,this._last.next=oe.Undefined):e.prev===oe.Undefined&&(this._first=this._first.next,this._first.prev=oe.Undefined);this._size-=1}*[Symbol.iterator](){let e=this._first;for(;e!==oe.Undefined;)yield e.element,e=e.next}},_1=0,Un=class{constructor(e){this.value=e,this.id=_1++}},Bn=class{constructor(e){this.options=e,this._size=0}dispose(e){var t,r;this._disposed||(this._disposed=!0,this._listeners&&(e?(this._listeners instanceof Un&&(this._listeners=[this._listeners]),this._listeners=this._listeners.filter(n=>(n==null?void 0:n.value)===e)):(this._listeners=void 0,this._size=0)),(r=(t=this.options)==null?void 0:t.onDidRemoveLastListener)==null||r.call(t))}get event(){var e;return(e=this._event)!=null||(this._event=(t,r)=>{var n,i,o,a,s,l;if(this._disposed)return()=>{console.info("[Jolibox SDK] Emitter is _disposed")};r&&(t=t.bind(r));let c=new Un(t);return this._listeners?this._listeners instanceof Un?this._listeners=[this._listeners,c]:this._listeners.push(c):((i=(n=this.options)==null?void 0:n.onWillAddFirstListener)==null||i.call(n,this),this._listeners=c,(a=(o=this.options)==null?void 0:o.onDidFirstListener)==null||a.call(o,this)),(l=(s=this.options)==null?void 0:s.onDidAddListener)==null||l.call(s,this),this._size++,()=>{var d,u,p,f;if(!this._disposed){if(this._listeners instanceof Un)this._listeners.id===c.id&&(this._listeners=void 0,this._size=0,(u=(d=this.options)==null?void 0:d.onDidRemoveLastListener)==null||u.call(d));else if(this._listeners){let m=this._listeners.indexOf(c);m>=0&&(this._listeners.splice(m,1),this._size--,this._size===0&&((f=(p=this.options)==null?void 0:p.onDidRemoveLastListener)==null||f.call(p)))}}}}),this._event}_deliver(e,t){var r;if(!e)return;let n=((r=this.options)==null?void 0:r.onListenerError)||Error.constructor;if(!n){e.value(t);return}try{e.value(t)}catch(i){n(i)}}fire(e){this._listeners&&(this._listeners instanceof Un?this._deliver(this._listeners,e):this._listeners.forEach(t=>this._deliver(t,e)))}hasListeners(){return this._size>0}},Il=class{constructor(){this.listeners=new Map,this.listerHandlerMap=new WeakMap,this.cachedEventQueue=new Map}on(e,t,r=!0){var n;let i=(n=this.listeners.get(e))!=null?n:new Bn,o=l=>t(...l.args),a=i.event(o);this.listerHandlerMap.set(t,{handler:o,dispose:a}),this.listeners.set(e,i);let s=this.cachedEventQueue.get(e);if(s&&r)for(let l of s)t(...l.args)}flushCachedEvent(e){e?this.cachedEventQueue.delete(e):this.cachedEventQueue.clear()}off(e,t){let r=this.listerHandlerMap.get(t);r&&(r.dispose(),this.listerHandlerMap.delete(t))}emit(e,...t){let r=this.listeners.get(e),n=this.cachedEventQueue.get(e);n||(n=new y1,this.cachedEventQueue.set(e,n)),n.push({args:t}),r&&r.fire({event:e,args:t})}once(e,t){let r=(...n)=>{t(...n),this.off(e,r)};this.on(e,r,!1)}},Sl={};XA(Sl,{None:()=>b1,filter:()=>I1,once:()=>wf,toPromise:()=>w1});b1=()=>(console.log("[Jolibox SDK] None Event"),()=>{console.log("[Jolibox SDK] None Event dispose")});pl=Symbol.for("Jolibox.hostEmitter"),S1=()=>{let e=new Il;return globalThis[pl]||(globalThis[pl]={on:e.on.bind(e),off:e.off.bind(e),emit:e.emit.bind(e),once:e.once.bind(e)}),globalThis[pl]},DH=S1();xl=class{constructor(){this._commands=new Map,this._onDidRegisterCommand=new Bn,this.onDidRegisterCommand=this._onDidRegisterCommand.event,console.log("[Jolibox SDK] command registry")}registerCommand(e){if(!e)throw new Error("invalid command");if(e.metadata&&Array.isArray(e.metadata.args)){let r=[];for(let i of e.metadata.args)r.push(i.constraint);let n=e.handler;e.handler=function(...i){return x1(i,r),n(...i)}}let{id:t}=e;this._commands.get(t)&&console.info(`[Jolibox SDK] duplicated command is registered ${t}`),this._commands.set(t,e),this._onDidRegisterCommand.fire(t)}getCommand(e){return this._commands.get(e)}getCommands(){let e=new Map;for(let t of this._commands.keys()){let r=this.getCommand(t);r&&e.set(t,r)}return e}};xl=gf([bf],xl);cf=class{constructor(){this._onWillExecuteCommand=new Bn,this.onWillExecuteCommand=this._onWillExecuteCommand.event,this._onDidExecuteCommand=new Bn,this.onDidExecuteCommand=this._onDidExecuteCommand.event,this.registry=new xl,this._starActivation=null}_activateStar(){return this._starActivation||(this._starActivation=e1(3e4)),this._starActivation}executeCommand(e,...t){return ZA(this,null,function*(){return this.registry.getCommand(e)?this._tryExecuteCommand(e,t):(yield Promise.all([Promise.race([this._activateStar(),Sl.toPromise(Sl.filter(this.registry.onDidRegisterCommand,r=>r===e))])]),this._tryExecuteCommand(e,t))})}executeCommandThowErr(e,...t){if(!this.registry.getCommand(e))throw new Error(`command '${e}' not found`);let r=this.registry.getCommand(e);this._onWillExecuteCommand.fire({commandId:e,args:t});let n=this.invokeFunction(r.handler,...t);return this._onDidExecuteCommand.fire({commandId:e,args:t}),n}_tryExecuteCommand(e,t){let r=this.registry.getCommand(e);if(!r)return Promise.reject(new Error(`command '${e}' not found`));try{this._onWillExecuteCommand.fire({commandId:e,args:t});let n=this.invokeFunction(r.handler,...t);return this._onDidExecuteCommand.fire({commandId:e,args:t}),Promise.resolve(n)}catch(n){return Promise.reject(n)}}invokeFunction(e,...t){let r=!1;try{return e(...t)}finally{r=!0}}};cf=gf([bf],cf);LH=Symbol.for("Jolibox.commands");kl("requestPaymentSync",{version:1e6,properties:{paymentBody:{appStoreProductId:102e4}}});kl("requestProductDetailsAsync",{version:102e4});kl("loginSync",{version:1e6,properties:{skipLogin:102e4,triggerFrom:102e4}});If=e=>{function t(n){let[i,...o]=n.split(":");if(!i)return!1;let a=_l.config[i];if(!a)return!1;let s=a.version;if(typeof s!="number")return!1;let l=e();return typeof l!="number"||l<s?!1:o.length===0?!0:r(a,o,l)||r(a.properties,o,l)}function r(n,i,o){if(!n)return!1;let a=d1(n,i);if(!a)return!1;if($r(a)){let s=a.version;return sf(s)?typeof o=="number"&&o>=s:!0}return sf(a)?typeof o=="number"&&o>=a:a===!0}return{canIUseNative:t}};k1=()=>g1(),jn="custom_event_",A1=[],T1=[],C1=["env","createRequestTask","login"],Sf="__batch_event__",P1="__native_batch_event__",O1=e=>e==="pv"?e:"default",wo=class{constructor(e){this.interval=30,this.lastReportTime=0,this.cache={};let{reporter:t,interval:r=30,eventName:n,tagNameOrder:i,metricName:o,type:a}=e;this.reporter=t,this.interval=r,this.eventName=n,this.tagNameOrder=i,this.metricName=o,this.type=O1(a)}report(e){this.type==="pv"?this.addPVPoint(e):this.addPoint(e),this.tryReport(!1)}flush(){this.tryReport(!0)}tryReport(e){if(Object.keys(this.cache).length){if(e){this.reporter(this.processPoints(this.cache)),this.clearPoints();return}this.lastReportTime=this.lastReportTime||Date.now(),Date.now()-this.lastReportTime>=this.interval*1e3&&(this.reporter(this.processPoints(this.cache)),this.clearPoints(),this.lastReportTime=Date.now())}}addPoint(e){let t=(r,n,i,o)=>{let a=n.shift();if(a){let s=o[a];r[s]||(r[s]={}),t(r[s],n,i,o)}else r[i]||(r[i]=[]),r[i].push(o[i])};t(this.cache,[...this.tagNameOrder],this.metricName,e)}addPVPoint(e){let t=(n,i,o,a)=>{let s=i.shift();if(!s&&$r(a))throw new dl(`report value failed to match tagNameOrder, ${JSON.stringify(r)}`);if(s){let l=[];if($r(a))l.push(...Object.keys(a));else if(yf(a)){if(i.length>0)throw new dl(`report value failed to match tagNameOrder, ${JSON.stringify(r)}`);l.push(a)}else throw new dl(`expected metric value to be a string, but got a(n) ${typeof a}, ${JSON.stringify(r)}`);l.forEach(c=>{n[c]||(n[c]={});let d=$r(a)?a[c]:a;t(n[c],[...i],o,d)})}else n[o]?n[o]++:n[o]=1},r={point:e,metricName:this.metricName,tagNameOrder:this.tagNameOrder};t(this.cache,[...this.tagNameOrder],this.metricName,e)}processPoints(e){return{eventName:this.eventName,tagNameOrder:this.tagNameOrder,metricName:this.metricName,metricAggregateType:this.type==="pv"?"itoa":"arr",data:e}}clearPoints(){this.cache={}}},df=!1;vl=[],N1=!1,El=Symbol.for("Jolibox.invokeResolverInstance"),D1=new Map;globalThis[El]||(globalThis[El]=D1);L1={get resolveMap(){return globalThis[El]}};bo=Symbol.for("Jolibox.subscribeInstance");pt={trigger(){},exit(){return Promise.resolve(!1)},backPress(){return Promise.resolve(!1)},onReady(e){pt.trigger=e},onDoExit(e){pt.exit=e},onDoBackPress(e){pt.backPress=e}},Ef=e=>{let t=window.prompt("invoke",JSON.stringify({event:"envSync",paramsString:JSON.stringify({})}));if(!t)e.onError(new s1("native env failed"));else{let{data:r}=JSON.parse(t);return r!=null?r:void 0}};if(window.webkit){let e=window.webkit.messageHandlers,t=(i="")=>{pt.trigger(),e.onDocumentReady.postMessage({path:i})},r=i=>So(void 0,null,function*(){let o=yield pt.exit();e.doExit.postMessage({uuid:i,shouldInterrupt:o})});Al={onDocumentReady:t,doExit:r,invoke(i,o,a){e.invoke.postMessage({event:i,paramsString:o,callbackId:a})},publish(i,o,a){let s=xf(o,"joliboxJSCore");window.prompt("publish",JSON.stringify({event:i,paramsString:JSON.stringify(s),webviewIds:a}))},call(i,o,a){let s=window.prompt("invoke",JSON.stringify({event:i,paramsString:JSON.stringify(o),callbackId:a}));if(s)return JSON.parse(s)}};let n={onDocumentReady:t,env:Ef,doExit:r};globalThis.joliboxJSCore=Jt({},n)}if(window.JoliAndroidSDKBridge){let e,t=window.JoliAndroidSDKBridge,r=(o="")=>{pt.trigger(),t.onDocumentReady(JSON.stringify({path:o}))},n=o=>So(void 0,null,function*(){let a=yield pt.exit();t.doExit(JSON.stringify({uuid:o,shouldInterrupt:a}))});Al={onDocumentReady:r,invoke(o,a,s){t.invoke(JSON.stringify({event:o,paramsString:a,callbackId:s}))},doExit:n,publish(o,a,s){let l=xf(a,"joliboxJSCore");t.publish(JSON.stringify({event:o,paramsString:JSON.stringify(l),webviewIds:s}))},call(o,a,s){let l=window.prompt("invoke",JSON.stringify({event:o,paramsString:JSON.stringify(a),callbackId:s}));if(l)return JSON.parse(l)},doBackPress(o){return So(this,null,function*(){let a=yield pt.backPress();t.doBackPress(JSON.stringify({uuid:o,shouldInterrupt:a}))})}};let i={onDocumentReady:r,env:Ef,doExit:n};globalThis.joliboxJSCore=Jt({},i)}kf=Al;if(!kf&&k1())throw new c1("No joliboxJScore is found, native bridge not found.");j1=Jt({},kf),Af=U1(j1),{invokeHandler:ff}=Af,{applyNative:ge,invokeNative:U,onNative:Ye,offNative:qH,subscribeHandler:B1,publish:Tf,emitNative:Tl,subscribe:FH,unsubscribe:MH}=Af;globalThis.joliboxJSBridge={callHandler:ff,invokeHandler:ff,subscribeHandler:B1}});function W1(e){return new Promise(t=>{setTimeout(()=>{t()},e)})}function Df(e){return new Promise(t=>setTimeout(t,e))}function Vn(e){return typeof e=="string"}function kr(e){return typeof e=="object"&&e!==null&&!Array.isArray(e)&&!(e instanceof RegExp)&&!(e instanceof Date)}function Lf(e){return typeof e=="object"&&Array.isArray(e)}function qf(e){return typeof e=="number"&&!isNaN(e)}function zn(e){return e===!0||e===!1}function Ff(e){return typeof e=="undefined"}function ql(e){return Ff(e)||e===null}function K1(e){return typeof e=="function"}function Mf(e){let t=e,r=null,n=function(...i){return r||(r=new t(...i)),r};return n.prototype=t.prototype,n}function Uf(e,t,r){if(typeof r!="function")throw new Error("[Jolibox SDK]Customizer must be a function");function n(i,o){for(let a in o)if(Object.prototype.hasOwnProperty.call(o,a)){let s=i[a],l=o[a],c=r(s,l,a,i,o);c!==void 0?i[a]=c:Of(l)&&Of(s)?i[a]=n(V1({},s),l):Array.isArray(l)&&Array.isArray(s)?i[a]=[...s,...l]:i[a]=l}return i}return n(e,t)}function Of(e){return e&&typeof e=="object"&&e.constructor===Object}function jf(e,t){if(Array.isArray(e))return e.concat(t)}function Gn(e,t,r={}){let n=null,i,o,a,{leading:s=!1,trailing:l=!0}=r,c=()=>(a=e.apply(o,i),i=void 0,o=void 0,a),d=function(...u){i=u,o=this;let p=s&&!n;if(n&&clearTimeout(n),n=setTimeout(()=>{n=null,l&&!p&&c()},t),p)return c()};return d.cancel=()=>{n&&clearTimeout(n),n=null,i=o=void 0},d.flush=()=>{if(n)return clearTimeout(n),n=null,c()},d}function Y1(e,t){return(...r)=>t(e,...r)}function Ao(e){return t=>Y1(t,function(r,...n){if(typeof r=="function")try{return r.apply(this,n)}catch(i){e(new Vr(`${i}`))}})}function Jn(e){return(...t)=>{var r,n;((n=(r=globalThis.VConsole)==null?void 0:r[e])!=null?n:globalThis.console[e])(...t)}}function Jl(){try{if(window.__joliboxLocalStorage__)return window.__joliboxLocalStorage__;let e=Object.getOwnPropertyDescriptor(window,"localStorage");if(e&&e.get){let n=e.get.call(window);return window.__joliboxLocalStorage__=n,n}if(e=Object.getOwnPropertyDescriptor(Object.getPrototypeOf(window),"localStorage"),e&&e.get)return e.get.call(window);let t=Window.prototype,r=Object.getOwnPropertyDescriptor(t,"localStorage");if(r&&r.get){let n=r.get.call(window);return window.__joliboxLocalStorage__=n,n}return localStorage}catch(e){return console.warn("Failed to get original localStorage, fallback to default implementation",e),localStorage}}function aT(e){return new Promise(t=>Qf(e)(t))}function Qf(e){return(t,r=null)=>{let n=!1;return e(i=>{if(!n)return n=!0,t.call(r,i)},null)}}function sT(e,t){return(r=>{let n,i={onWillAddFirstListener(){n=r(o.fire,o)}},o=new $n(i);return o.event})((r,n=null)=>e(i=>t(i)&&r.call(n,i),null))}function cT(e,t){let r=Math.min(e.length,t.length);for(let n=0;n<r;n++)uT(e[n],t[n])}function uT(e,t){if(Vn(t)){if(typeof e!==t)throw new Error(`argument does not match constraint: typeof ${t}`)}else if(K1(t)){try{if(e instanceof t)return}catch(r){}if(!ql(e)&&e.constructor===t||t.length===1&&t.call(void 0,e)===!0)return;throw new Error("[Jolibox SDK]argument does not match one of these constraints: arg instanceof constraint, arg.constructor === constraint, nor constraint(arg) === true")}}function dT(){return typeof globalThis!="undefined"?globalThis[Yf]:void 0}function pT(e){typeof globalThis!="undefined"&&(globalThis[Yf]=e)}function te(e=!1){let t=dT();if(!e&&t)return t;let r=new ko,n=new Dl,i={registerCommand(o,a,s){r.registerCommand({id:o,handler:a,metadata:s})},executeCommand(o,...a){return n.executeCommand(o,...a)},excuteCommandSync(o,...a){return n.executeCommandThowErr(o,...a)}};return pT(i),i}var Ll,J1,Cf,H1,$1,Pf,V1,z1,Nf,G1,Et,Q1,Fl,Wn,Ml,Bf,Vr,Jf,Hf,$f,Vf,zf,Kn,Ul,kt,Pl,X1,jl,Rf,Z1,pe,Bl,eT,To,Qn,tT,rT,Gf,Wf,Kf,Ol,ae,nT,iT,Hn,$n,At,Nl,oT,Cl,lT,Ee,ko,Dl,Yf,D=k(()=>{"use strict";Ll=Object.defineProperty,J1=Object.getOwnPropertyDescriptor,Cf=Object.getOwnPropertySymbols,H1=Object.prototype.hasOwnProperty,$1=Object.prototype.propertyIsEnumerable,Pf=(e,t,r)=>t in e?Ll(e,t,{enumerable:!0,configurable:!0,writable:!0,value:r}):e[t]=r,V1=(e,t)=>{for(var r in t||(t={}))H1.call(t,r)&&Pf(e,r,t[r]);if(Cf)for(var r of Cf(t))$1.call(t,r)&&Pf(e,r,t[r]);return e},z1=(e,t)=>{for(var r in t)Ll(e,r,{get:t[r],enumerable:!0})},Nf=(e,t,r,n)=>{for(var i=n>1?void 0:n?J1(t,r):t,o=e.length-1,a;o>=0;o--)(a=e[o])&&(i=(n?a(t,r,i):a(i))||i);return n&&i&&Ll(t,r,i),i},G1=(e,t,r)=>new Promise((n,i)=>{var o=l=>{try{s(r.next(l))}catch(c){i(c)}},a=l=>{try{s(r.throw(l))}catch(c){i(c)}},s=l=>l.done?n(l.value):Promise.resolve(l.value).then(o,a);s((r=r.apply(e,t)).next())});if(typeof window!="undefined"&&!window.AbortController){let e=function(){this.signal=new t};e.prototype.abort=function(){this.signal._aborted=!0,typeof this.signal.onabort=="function"&&this.signal.onabort(new Event("abort"));let r=new Event("abort");this.signal.dispatchEvent(r)};let t=function(){this._aborted=!1,this.aborted=!1,this.onabort=null,this._eventListeners={}};Object.defineProperty(t.prototype,"aborted",{get:function(){return this._aborted}}),t.prototype.addEventListener=function(r,n){this._eventListeners[r]||(this._eventListeners[r]=[]),this._eventListeners[r].push(n)},t.prototype.removeEventListener=function(r,n){if(!this._eventListeners[r])return;let i=this._eventListeners[r].indexOf(n);i!==-1&&this._eventListeners[r].splice(i,1)},t.prototype.dispatchEvent=function(r){if(this._eventListeners[r.type])for(let n of this._eventListeners[r.type])n.call(this,r)},window.AbortController=e,window.AbortSignal=t}Et=class{constructor(){this.state="pending",this.promise=new Promise((e,t)=>{this.resolve=r=>{this.state==="pending"&&(this.state="fulfilled",e(r))},this.reject=r=>{this.state==="pending"&&(this.state="rejected",t(r))}})}};Q1=(e=>(e[e.DEVELOPER_FILE_NOT_FOUND=0]="DEVELOPER_FILE_NOT_FOUND",e[e.INTERNAL_IOS_CAN_NOT_FOUND_PKG=1]="INTERNAL_IOS_CAN_NOT_FOUND_PKG",e[e.USER_IOS_LOAD_TIMEOUT=2]="USER_IOS_LOAD_TIMEOUT",e[e.INTERNAL_IOS_PKG_LOAD_ERROR=3]="INTERNAL_IOS_PKG_LOAD_ERROR",e[e.INTERNAL_IOS_PKG_PARSE_FAIL=4]="INTERNAL_IOS_PKG_PARSE_FAIL",e[e.USER_IOS_GET_EMPTY_DATA=5]="USER_IOS_GET_EMPTY_DATA",e[e.USER_ANDROID_GET_PKG_FAIL=6]="USER_ANDROID_GET_PKG_FAIL",e[e.DEVELOPER_ANDROID_PACKAGE_FILE_UNEXPECTED_REQUIRE=7]="DEVELOPER_ANDROID_PACKAGE_FILE_UNEXPECTED_REQUIRE",e))(Q1||{}),Fl=class extends Error{constructor(e){if(typeof e=="string"){super(e),this.priority="P1";return}super(e.message),this.priority="P1",this.stack=e.stack,this.raw=e}},Wn=class extends Fl{constructor(){super(...arguments),this.kind="INTERNAL_ERROR"}},Ml=class extends Fl{constructor(){super(...arguments),this.kind="USER_ERROR"}},Bf=class extends Ml{constructor(){super(...arguments),this.name="USER_VALIDATE_ERROR"}},Vr=class extends Ml{constructor(e,t,r){super(e),this.message=e,this.errNo=t,this.name="USER_CUSTOM_ERROR",this.errMsg=e,r&&(this.extra=Object.assign({},this.extra,r))}},Jf=class extends Ml{constructor(e,t,r){super(e),this.message=e,this.errNo=t,this.name="USER_PAYMENT_ERROR",this.errMsg=e,r&&(this.extra=Object.assign({},this.extra,r))}},Hf=class extends Wn{constructor(){super(...arguments),this.name="INTERNAL_SCHEMA_PARSE_ERROR",this.priority="P0"}},$f=class extends Wn{constructor(e,t,r){super(e),this.message=e,this.errNo=t,this.name="INTERNAL_PAYMENT_ERROR",this.priority="P0",this.errMsg=e,r&&(this.extra=Object.assign({},this.extra,r))}},Vf=class extends Wn{constructor(){super(...arguments),this.name="INTERNAL_INVOKE_METHOD_ERROR"}},zf=class extends Wn{constructor(){super(...arguments),this.name="INTERNAL_GLOBAL_JS_ERROR",this.priority="P1"}},Kn=class extends Fl{constructor(e,t,r,n,i){super(e),this.message=e,this.code=t,this.kind="API_ERROR",this.name="API_ERROR",r&&(this.errorType=r),n!==void 0&&(this.stack=n),i&&(this.priority=i)}toJSON(){return{message:this.message,stack:this.stack,name:this.name,code:this.code,errorType:this.errorType}}},Ul=class extends Wn{constructor(){super(...arguments),this.name="INTERNAL_REPORTER_ERROR"}};kt={log:Jn("log"),warn:Jn("warn"),info:Jn("info"),error:Jn("error"),debug:Jn("debug")};Object.assign(globalThis,{logger:kt});Pl=Symbol.for("Jolibox.canIUseMap"),X1={};globalThis[Pl]||(globalThis[Pl]=X1);jl={get config(){return globalThis[Pl]}},Rf=Symbol.for("Jolibox.canIUseMap.native"),Z1={};globalThis[Rf]||(globalThis[Rf]=Z1);pe=(e=>(e[e.Other=0]="Other",e[e.Route=1]="Route",e[e.Click=2]="Click",e[e.View=3]="View",e[e.Expose=4]="Expose",e[e.Swipe=5]="Swipe",e[e.Input=6]="Input",e[e.Select=7]="Select",e[e.SwitchOn=8]="SwitchOn",e[e.SwitchOff=9]="SwitchOff",e[e.Submit=10]="Submit",e[e.Scroll=11]="Scroll",e[e.Hide=12]="Hide",e[e.System=1e3]="System",e[e.ErrorTrace=1001]="ErrorTrace",e[e.UserDefined=1002]="UserDefined",e))(pe||{}),Bl=(e=>(e.MiniGame="mini-game",e.MiniDrama="mini-drama",e.App="app",e.WebSDK="web-sdk",e.AppSDK="app-sdk",e))(Bl||{}),eT=(e=>(e[e.App=0]="App",e[e.H5=1]="H5",e[e.Weapp=2]="Weapp",e[e.Alipay=3]="Alipay",e[e.Gcash=4]="Gcash",e[e.Dana=5]="Dana",e[e.Umma=6]="Umma",e[e.WebSDK=1e3]="WebSDK",e[e.AppSDK=1001]="AppSDK",e[e.Other=9999]="Other",e))(eT||{}),To=()=>"xxxxxxxx-xxxx-4xxx-yxxx-xxxxxxxxxxxx".replace(/[xy]/g,e=>{let t=Math.random()*16|0;return(e==="x"?t:t&3|8).toString(16)});Jl();Qn={isiOS:navigator.userAgent.includes("iPhone")||navigator.userAgent.includes("iPod")||navigator.userAgent.includes("iPad")||navigator.userAgent.includes("iPhone OS"),iosVersion:()=>{let e=navigator.appVersion.match(/OS (\d+)_(\d+)_?(\d+)?/);return[parseInt(e[1],10),parseInt(e[2],10),parseInt(e[3]||"0",10)]},isAndroid:navigator.userAgent.includes("Android"),isMac:navigator.userAgent.includes("Mac"),isFacebook:navigator.userAgent.includes("FB_IAB"),isPC:!navigator.userAgent.includes("iPhone")&&!navigator.userAgent.includes("Android")},tT="device_id",rT="advertising_id",Gf=e=>(window.__joliboxLocalStorage__.getItem(e)||window.__joliboxLocalStorage__.setItem(e,To()),window.__joliboxLocalStorage__.getItem(e)),Wf=()=>new URLSearchParams(window.location.search).get("deviceId")||Gf(tT),Kf=()=>new URLSearchParams(window.location.search).get("advertisingId")||Gf(rT),Ol=class Rl{constructor(t){this.element=t,this.next=Rl.Undefined,this.prev=Rl.Undefined}};Ol.Undefined=new Ol(void 0);ae=Ol,nT=class{constructor(){this._first=ae.Undefined,this._last=ae.Undefined,this._size=0}get size(){return this._size}isEmpty(){return this._first===ae.Undefined}clear(){let e=this._first;for(;e!==ae.Undefined;){let t=e.next;e.prev=ae.Undefined,e.next=ae.Undefined,e=t}this._first=ae.Undefined,this._last=ae.Undefined,this._size=0}unshift(e){return this._insert(e,!1)}push(e){return this._insert(e,!0)}_insert(e,t){let r=new ae(e);if(this._first===ae.Undefined)this._first=r,this._last=r;else if(t){let i=this._last;this._last=r,r.prev=i,i.next=r}else{let i=this._first;this._first=r,r.next=i,i.prev=r}this._size+=1;let n=!1;return()=>{n||(n=!0,this._remove(r))}}shift(){if(this._first!==ae.Undefined){let e=this._first.element;return this._remove(this._first),e}}pop(){if(this._last!==ae.Undefined){let e=this._last.element;return this._remove(this._last),e}}_remove(e){if(e.prev!==ae.Undefined&&e.next!==ae.Undefined){let t=e.prev;t.next=e.next,e.next.prev=t}else e.prev===ae.Undefined&&e.next===ae.Undefined?(this._first=ae.Undefined,this._last=ae.Undefined):e.next===ae.Undefined?(this._last=this._last.prev,this._last.next=ae.Undefined):e.prev===ae.Undefined&&(this._first=this._first.next,this._first.prev=ae.Undefined);this._size-=1}*[Symbol.iterator](){let e=this._first;for(;e!==ae.Undefined;)yield e.element,e=e.next}},iT=0,Hn=class{constructor(e){this.value=e,this.id=iT++}},$n=class{constructor(e){this.options=e,this._size=0}dispose(e){var t,r;this._disposed||(this._disposed=!0,this._listeners&&(e?(this._listeners instanceof Hn&&(this._listeners=[this._listeners]),this._listeners=this._listeners.filter(n=>(n==null?void 0:n.value)===e)):(this._listeners=void 0,this._size=0)),(r=(t=this.options)==null?void 0:t.onDidRemoveLastListener)==null||r.call(t))}get event(){var e;return(e=this._event)!=null||(this._event=(t,r)=>{var n,i,o,a,s,l;if(this._disposed)return()=>{console.info("[Jolibox SDK] Emitter is _disposed")};r&&(t=t.bind(r));let c=new Hn(t);return this._listeners?this._listeners instanceof Hn?this._listeners=[this._listeners,c]:this._listeners.push(c):((i=(n=this.options)==null?void 0:n.onWillAddFirstListener)==null||i.call(n,this),this._listeners=c,(a=(o=this.options)==null?void 0:o.onDidFirstListener)==null||a.call(o,this)),(l=(s=this.options)==null?void 0:s.onDidAddListener)==null||l.call(s,this),this._size++,()=>{var d,u,p,f;if(!this._disposed){if(this._listeners instanceof Hn)this._listeners.id===c.id&&(this._listeners=void 0,this._size=0,(u=(d=this.options)==null?void 0:d.onDidRemoveLastListener)==null||u.call(d));else if(this._listeners){let m=this._listeners.indexOf(c);m>=0&&(this._listeners.splice(m,1),this._size--,this._size===0&&((f=(p=this.options)==null?void 0:p.onDidRemoveLastListener)==null||f.call(p)))}}}}),this._event}_deliver(e,t){var r;if(!e)return;let n=((r=this.options)==null?void 0:r.onListenerError)||Error.constructor;if(!n){e.value(t);return}try{e.value(t)}catch(i){n(i)}}fire(e){this._listeners&&(this._listeners instanceof Hn?this._deliver(this._listeners,e):this._listeners.forEach(t=>this._deliver(t,e)))}hasListeners(){return this._size>0}},At=class{constructor(){this.listeners=new Map,this.listerHandlerMap=new WeakMap,this.cachedEventQueue=new Map}on(e,t,r=!0){var n;let i=(n=this.listeners.get(e))!=null?n:new $n,o=l=>t(...l.args),a=i.event(o);this.listerHandlerMap.set(t,{handler:o,dispose:a}),this.listeners.set(e,i);let s=this.cachedEventQueue.get(e);if(s&&r)for(let l of s)t(...l.args)}flushCachedEvent(e){e?this.cachedEventQueue.delete(e):this.cachedEventQueue.clear()}off(e,t){let r=this.listerHandlerMap.get(t);r&&(r.dispose(),this.listerHandlerMap.delete(t))}emit(e,...t){let r=this.listeners.get(e),n=this.cachedEventQueue.get(e);n||(n=new nT,this.cachedEventQueue.set(e,n)),n.push({args:t}),r&&r.fire({event:e,args:t})}once(e,t){let r=(...n)=>{t(...n),this.off(e,r)};this.on(e,r,!1)}},Nl={};z1(Nl,{None:()=>oT,filter:()=>sT,once:()=>Qf,toPromise:()=>aT});oT=()=>(console.log("[Jolibox SDK] None Event"),()=>{console.log("[Jolibox SDK] None Event dispose")});Cl=Symbol.for("Jolibox.hostEmitter"),lT=()=>{let e=new At;return globalThis[Cl]||(globalThis[Cl]={on:e.on.bind(e),off:e.off.bind(e),emit:e.emit.bind(e),once:e.once.bind(e)}),globalThis[Cl]},Ee=lT();ko=class{constructor(){this._commands=new Map,this._onDidRegisterCommand=new $n,this.onDidRegisterCommand=this._onDidRegisterCommand.event,console.log("[Jolibox SDK] command registry")}registerCommand(e){if(!e)throw new Error("invalid command");if(e.metadata&&Array.isArray(e.metadata.args)){let r=[];for(let i of e.metadata.args)r.push(i.constraint);let n=e.handler;e.handler=function(...i){return cT(i,r),n(...i)}}let{id:t}=e;this._commands.get(t)&&console.info(`[Jolibox SDK] duplicated command is registered ${t}`),this._commands.set(t,e),this._onDidRegisterCommand.fire(t)}getCommand(e){return this._commands.get(e)}getCommands(){let e=new Map;for(let t of this._commands.keys()){let r=this.getCommand(t);r&&e.set(t,r)}return e}};ko=Nf([Mf],ko);Dl=class{constructor(){this._onWillExecuteCommand=new $n,this.onWillExecuteCommand=this._onWillExecuteCommand.event,this._onDidExecuteCommand=new $n,this.onDidExecuteCommand=this._onDidExecuteCommand.event,this.registry=new ko,this._starActivation=null}_activateStar(){return this._starActivation||(this._starActivation=W1(3e4)),this._starActivation}executeCommand(e,...t){return G1(this,null,function*(){return this.registry.getCommand(e)?this._tryExecuteCommand(e,t):(yield Promise.all([Promise.race([this._activateStar(),Nl.toPromise(Nl.filter(this.registry.onDidRegisterCommand,r=>r===e))])]),this._tryExecuteCommand(e,t))})}executeCommandThowErr(e,...t){if(!this.registry.getCommand(e))throw new Error(`command '${e}' not found`);let r=this.registry.getCommand(e);this._onWillExecuteCommand.fire({commandId:e,args:t});let n=this.invokeFunction(r.handler,...t);return this._onDidExecuteCommand.fire({commandId:e,args:t}),n}_tryExecuteCommand(e,t){let r=this.registry.getCommand(e);if(!r)return Promise.reject(new Error(`command '${e}' not found`));try{this._onWillExecuteCommand.fire({commandId:e,args:t});let n=this.invokeFunction(r.handler,...t);return this._onDidExecuteCommand.fire({commandId:e,args:t}),Promise.resolve(n)}catch(n){return Promise.reject(n)}}invokeFunction(e,...t){let r=!1;try{return e(...t)}finally{r=!0}}};Dl=Nf([Mf],Dl);Yf=Symbol.for("Jolibox.commands")});function ke(e,t={}){Hl.emit("ERROR_REPORT",{error:e,options:t})}var Hl,Ar,ft=k(()=>{"use strict";D();D();Hl=new At,Ar=new At;ke.debounce=Gn(ke,50,{leading:!0})});var $l,fT,Xf,Zf,eh=k(()=>{"use strict";D();ft();$l=e=>{let t=e.replace(/-/g,"+").replace(/_/g,"/"),r=t.length%4===0?"":"=".repeat(4-t.length%4),n=atob(t+r);try{return JSON.parse(n)}catch(i){return{}}},fT=e=>{let t=JSON.stringify(e);return btoa(t).replace(/\+/g,"-").replace(/\//g,"_").replace(/=/g,"")},Xf=e=>{var t;try{let i=(t=new URL(e).searchParams.get("joliSource"))==null?void 0:t.split(".");if(i!=null&&i.length){let[o,a,s]=i;return{headerJson:$l(o),payloadJson:$l(a),signature:$l(s)}}else throw"joli_source is missing"}catch(r){return ke(new Hf(`${e} not a valid schema: ${r}`)),{headerJson:{},payloadJson:{},signature:{}}}},Zf=(e,t)=>{let r=t.split(".");if(r&&r.length===3){let n=r[0],i=fT(e),o=r[2];return`${n}.${i}.${o}`}return t}});var hT,Vl,th=k(()=>{"use strict";D();hT="1.1.40",Vl=()=>hT});function rh(e,t){return(document==null?void 0:document.head.querySelector(`meta[name="${e}"][content="${t}"]`))!==null}var mT,nh,zl,ih,fe,vT,S,K=k(()=>{"use strict";D();eh();th();D();mT={deviceInfo:{brand:"UnknownBrand",model:"UnknownModel",did:Wf(),adId:Kf(),pixelRatio:window.devicePixelRatio||1,platform:Qn.isAndroid?"android":Qn.isiOS?"ios":"h5",system:"UnknownSystemVersion",lang:"zh"},sdkInfo:{nativeSDKVersion:"",jssdkVersion:Vl()},schema:window.location.href,platform:Qn.isAndroid?"android":Qn.isiOS?"ios":"h5"},zl=(nh=globalThis.joliboxJSCore)==null?void 0:nh.env,fe=Object.assign({},(ih=zl==null?void 0:zl())!=null?ih:mT);vT=()=>{var f,m,g,_,v,b,I,A,P,O,x;let{payloadJson:e,headerJson:t,signature:r}=fe.schema.length?Xf(fe.schema):{},n=`${fe.deviceInfo.did}-${new Date().getTime()}`,o=new URL(fe.schema.length?fe.schema:window.location.href).searchParams,a=(g=(m=(f=o.get("mpId"))!=null?f:o.get("appId"))!=null?m:o.get("gameId"))!=null?g:"",s=(b=(v=(_=fe.clientSessionId)!=null?_:e==null?void 0:e.sessionId)!=null?v:o.get("sessionId"))!=null?b:n,l=!!((A=(I=e==null?void 0:e.testAdsMode)!=null?I:e==null?void 0:e.__testAdsMode)!=null?A:o.get("testAdsMode")==="true"),c=(x=(O=(P=e==null?void 0:e.joliboxEnv)!=null?P:e==null?void 0:e.__joliboxEnv)!=null?O:o.get("joliboxEnv"))!=null?x:"production",d=c==="staging",u=t==null?void 0:t.channel,p=e==null?void 0:e.__shouldInterupt;return{get testMode(){return d},get testAdsMode(){return l},get joliboxEnv(){return c},get joliSource(){var C;return(C=o.get("joliSource"))!=null?C:null},get mpId(){var C;return(C=a!=null?a:e==null?void 0:e.id)!=null?C:""},get mpVersion(){var C;return(C=t==null?void 0:t.ver)!=null?C:Vl()},get mpType(){var C,X;return(X=(C=t==null?void 0:t.__mpType)!=null?C:e==null?void 0:e.__mpType)!=null?X:"game"},get platform(){var C;return((C=fe.platform)!=null?C:fe.deviceInfo.platform).toLowerCase()},get deviceInfo(){return fe.deviceInfo},get sdkInfo(){return fe.sdkInfo},get hostInfo(){return fe.hostInfo},get hostUserInfo(){return fe.hostUserInfo},get sessionId(){var C,X;return(X=(C=fe.clientSessionId)!=null?C:s)!=null?X:n},get channel(){return u},get webviewId(){var C;return(C=fe.webviewId)!=null?C:-1},get shouldInterupt(){return p},get from(){return e==null?void 0:e.__from},get baseApiHost(){return d?"https://stg-api.jolibox.com":"https://api.jolibox.com"},get adId(){var C;return(C=fe.deviceInfo.adId)!=null?C:fe.deviceInfo.did},get language(){return fe.deviceInfo.lang},get sdkEnvironment(){return rh("dlightek","jolibox")?"dlightek":o.get("huaweiQuick")==="true"?"huaweiQuick":rh("gamedistribution","jolibox")?"gamedistribution":"jolibox"},get viewport(){var q,Ve,Ke;let C=(q=fe.deviceInfo.pixelRatio)!=null?q:1,X=(Ve=fe.deviceInfo.statusBarHeight)!=null?Ve:e==null?void 0:e.__androidStatusBarHeight,it=(Ke=fe.deviceInfo.navigationBarHeight)!=null?Ke:e==null?void 0:e.__androidNavigationBarHeight;return{statusBarHeight:X!==void 0?X/C:20,navigationBarHeight:it!==void 0?it/C:10}},onEnvConfigChanged:C=>{Uf(fe,C,jf)},encodeJoliSourceQuery:C=>{var X,it;return t&&r?Zf(T(T({},e),C),(X=o.get("joliSource"))!=null?X:""):(it=o.get("joliSource"))!=null?it:""},setDoExitDirectly:()=>{p=!1}}},S=vT()});var Gl,ah,gT,yT,oh,_T,sh=k(()=>{"use strict";D();ft();K();D();Gl=!1,ah=(e,t)=>e==null?!1:t in e,gT=e=>ah(e,"kind"),yT=e=>{let t=e.toLowerCase().split("_");return t[0]+t.slice(1).map(r=>r.charAt(0).toUpperCase()+r.slice(1)).join("")},oh=(e,t={},r)=>{var o,a,s;let n={user_id:(a=(o=S.hostUserInfo)==null?void 0:o.uid)!=null?a:"",device_id:(s=S.deviceInfo.did)!=null?s:"",timestamp:Date.now(),tag:yT(e.name)},i=M(T({},n),{env:t.environment,isFromUser:r});r?Ar.emit("GLOBAL_USER_ERROR",e,i):Ar.emit("GLOBAL_ERROR",e,i)},_T=e=>ah(e,"kind")&&e.kind==="USER_ERROR";Hl.on("ERROR_REPORT",({error:e,options:t})=>{if(Gl)return;Gl=!0;let r=gT(e)&&e.raw?e.raw:e;try{let n=_T(e);oh(e,t,n)}catch(n){let i=n instanceof Error?n.message:String(n),o=new Ul(`${i}, origin error: ${r.message}`);kt.error(o),oh(new Ul(o.message),{environment:t.environment},!1)}finally{Gl=!1}})});var sr,Wl,zr=k(()=>{"use strict";ft();D();ft();sr=(e,t)=>{var r,n;return new Kn((n=(r=t==null?void 0:t.errMsg)!=null?r:e.msg)!=null?n:"",e.code,e.type)},Wl=e=>new Bf(e)});var lh=k(()=>{"use strict";sh();zr();D();xe();Ar.on("GLOBAL_ERROR",(e,t)=>{var n;let r={message:e.message,stack:(n=e.stack)!=null?n:"",errorType:e.name,source:0};U("trackAsync",{event:"reportJsError",data:r})});Ar.on("GLOBAL_USER_ERROR",(e,t)=>{kt.log("UserError",e,t)})});var Kl=k(()=>{"use strict"});function ch(e,t){let r=(n,i,o)=>{let c=i!=null?i:{},{eventType:a}=c,s=Qe(c,["eventType"]),l=M(T({tag:n,eventType:a!=null?a:pe.Other},t),{extra:T({},s)});n=="globalJsError"?ke(new zf(JSON.stringify(l))):e("systemLog",l,o)};return r.debounce=Gn(r,500,{leading:!0}),r}function uh(e){let t=(r,n,i)=>{var s;let o=(s=i&&JSON.stringify(i))!=null?s:0,a={speed_value_type:r,total_duration:n};o&&Object.assign(a,{extra:o}),e("joliboxSpeedAnalysis",a)};return t.debounce=Gn(t,500,{leading:!0}),t}var dh=k(()=>{"use strict";D();D();ft()});function ph(e,t){let r=ch(e,t),n=uh(r);return{track:r,trackPerformance:n}}var fh=k(()=>{"use strict";dh()});var hh=k(()=>{"use strict";K();D();D()});var mh=k(()=>{"use strict";fh();Kl();hh()});var Co,vh=k(()=>{"use strict";Co=class{constructor(t,r){this.eventEmitter=t;this.lastReportTime=0;this.visible=!0;this.timer=this.createRAFTimer(t=>{this.reporter({event:"PLAY_GAME",params:{duration:t}}),this.tracker("PlayGame",{duration:t})});this.interval=r!=null?r:5*1e3,t.on("visible",n=>{this.visible=n})}start(t){this.reporter({event:"OPEN_GAME",params:{timestamp:Date.now(),duration:t!=null?t:0}}),this.tracker("OpenGame",{duration:t!=null?t:0}),this.timer.start()}close(t){this.reporter({event:"CLOSE_GAME",params:{timestamp:Date.now(),duration:t}}),this.tracker("CloseGame",{duration:t}),this.timer.stop()}createRAFTimer(t){let r=Date.now(),n,i,o=!1,a=0,s=()=>{if(!o)return;let f=Date.now(),m=f-r;m>=this.interval&&(this.visible&&(a+=Math.min(m,this.interval+1e3),t(a)),r=f),n=requestAnimationFrame(s)},l=()=>{d(),r=Date.now(),i=window.setInterval(()=>{if(!o)return;let f=Date.now();f-r>=this.interval&&(r=f)},this.interval)},c=()=>{u(),r=Date.now(),n=requestAnimationFrame(s)},d=()=>{n&&(cancelAnimationFrame(n),n=0)},u=()=>{i&&(clearInterval(i),i=0)};this.eventEmitter.on("visible",f=>{o&&(console.log("visible",f),f?c():l())});let p=this.visible;return{start(){o||(o=!0,p?c():l())},stop(){o=!1,d(),u()}}}}});function Po(e,t,r){var l,c,d;let n=new Map,i=(l=r==null?void 0:r.baseUrl)!=null?l:"https://api.jolibox.com",o=(c=r==null?void 0:r.type)!=null?c:"public",a=(d=r==null?void 0:r.defaultHeaders)!=null?d:{};return Ye("onRequestTaskStateChange",u=>{if(typeof u.requestTaskId!="string")return;let p=n.get(u.requestTaskId);if(p)if(u.state==="success"){let f=u,{requestTaskId:g,state:_}=f,v=Qe(f,["requestTaskId","state"]);u.statusCode===200?p.resolve(v):p.reject(v),n.delete(g)}else if(u.state==="fail"){let m=u,{requestTaskId:g,state:_}=m,v=Qe(m,["requestTaskId","state"]);p.reject(v),n.delete(g)}else kt.warn("onRequestTaskStateChange unknown event",u)}),Ee.on("onLoginComplete",({isLogin:u,token:p})=>{u&&p&&(a["X-JOLI-TOKEN"]=p)}),(f,...m)=>w(this,[f,...m],function*(u,p={}){let g=Date.now(),_=bT(u,M(T({},p),{baseUrl:i})),{method:v="GET",responseType:b="text",dataType:I="json",timeout:A,enableCache:P=!1,appendHostCookie:O=!0}=p,x=Object.assign({"content-type":"application/json"},a,p.header),C={url:_,method:v,header:x,enableCache:P,responseType:b,appendHostCookie:O};if(v=="POST"||v=="PUT"){let Ke=IT(p.data,x["content-type"]);C.data=Ke}A&&Object.assign(C,{timeout:A});let{data:{requestTaskId:X}}=U(e,C);if(typeof X!="string")throw sr({code:-1,msg:"requestTaskId is not a string"});let{resolve:it,reject:q,promise:Ve}=new Et;n.set(X,{resolve:it,reject:q});try{let Ke=yield Ve,{data:Er}=Ke;return I==="json"&&typeof Er=="string"&&(Er=wT(Er)),{url:_,timeout:A,method:v,response:M(T({},Ke),{data:Er})}}catch(Ke){let Er=Ke;if(kr(Er)){let{errMsg:cl,prefetchDetail:PH,isPrefetch:OH,errNo:DA}=Er;Vn(cl)&&ke(sr({code:-1,msg:cl},{errNo:DA,errMsg:cl}))}throw Ke}})}function wT(e){try{return JSON.parse(e.trim())}catch(t){return e}}function IT(e,t="application/json"){let r=t.toLowerCase();return e===void 0?"":typeof e=="string"||e instanceof ArrayBuffer?e:r.includes("application/x-www-form-urlencoded")||r.includes("application/json")||typeof e=="object"?JSON.stringify(e):String(e)}var bT,Ql=k(()=>{"use strict";D();xe();ft();zr();bT=(e,t)=>{if(/^https?:\/\//.test(e))return e;let r=t==null?void 0:t.query,i=new URLSearchParams(r).toString();return t!=null&&t.baseUrl?`${t.baseUrl}${e}${i?`?${i}`:""}`:`${e}${i?`?${i}`:""}`}});var Yl,gh,Z,ht=k(()=>{"use strict";Ql();K();Yl={};(gh=S.hostUserInfo)!=null&&gh.token&&(Yl["x-joli-token"]=S.hostUserInfo.token);S.joliSource&&(Yl["x-joli-source"]=S.joliSource);Z=Po("createRequestTaskSync","operateRequestTaskSync",{type:"inner",baseUrl:S.testMode?"https://stg-api.jolibox.com":"https://api.jolibox.com",defaultHeaders:Yl})});var Oo,yh=k(()=>{"use strict";K();vh();ht();xe();Oo=class extends Co{constructor(t,r,n){super(r,n),this.gameId=S.mpId,this.sessionId=S.sessionId,this.track=t,this.taskUrl=S.testMode?"https://stg-api.jolibox.com/api/base/app-event":"https://api.jolibox.com/api/base/app-event"}reporter(t){return w(this,null,function*(){let{event:r,params:n}=t,i={eventType:r,gameInfo:T({gameId:this.gameId,sessionId:this.sessionId},n)};yield S.platform==="android"?Z("/api/base/app-event",{method:"POST",data:i}):ge("trackAppEventAsync",{url:this.taskUrl,body:JSON.stringify(i)})})}reportToNative(t){return w(this,null,function*(){let{event:r,params:n}=t;yield ge("userTrackAsync",{event:r,params:T({},n),gameId:this.gameId})})}tracker(t,r=null){this.track(t,r)}}});var Sh={};of(Sh,{nativeTaskEmitter:()=>Yn,taskTracker:()=>Ht,track:()=>Q,trackPerformance:()=>wh});var ST,_h,bh,Q,wh,Ih,Yn,Ht,Tt=k(()=>{"use strict";lh();D();Kl();mh();K();yh();xe();ST=(e,t,r)=>{var s,l,c,d,u,p;let n=t,i=kr(n.extra)?n.extra:Vn(n.extra)?JSON.parse(n.extra):{},o=M(T({},i),{mp_id:(s=n.mp_id)!=null?s:"",mp_version:(l=n.mp_version)!=null?l:"",session_id:S.sessionId,user_id:(d=(c=S.hostUserInfo)==null?void 0:c.uid)!=null?d:""}),a=(u=n.eventType)!=null?u:pe.Other;U("trackAsync",{event:(p=t.tag)!=null?p:e,data:o,webviewId:r,eventType:a})},{track:Q,trackPerformance:wh}=ph(ST,{type:Bl.AppSDK,platform:"native",jssdk_version:(bh=(_h=S.sdkInfo)==null?void 0:_h.jssdkVersion)!=null?bh:"1.0.0",mp_id:S.mpId,mp_version:S.mpVersion}),Ih=te();Ih.registerCommand("ReportSDK.traceSystemTimeline",({event:e,duration:t,extra:r})=>{wh(e,t,r)});Ih.registerCommand("ReportSDK.traceSystem",({event:e,info:t})=>{Q(e,t)});Yn=new At,Ht=new Oo(Q,Yn)});function xh(){let e=null,t=null,r=window.fetch,n=()=>{t=document.createElement("meta"),t.setAttribute("name","viewport"),t.setAttribute("content","viewport-fit=cover, width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no"),t.setAttribute("data-jolibox-sdk","viewport-meta"),e=document.createElement("style"),e.setAttribute("data-jolibox-sdk","default-styles");let s=`
|
|
2
2
|
html[data-jolibox-root] {
|
|
3
3
|
height: 100%;
|
|
4
4
|
margin: 0;
|
|
@@ -16,14 +16,14 @@ var Gk=Object.create;var ao=Object.defineProperty,Wk=Object.defineProperties,Kk=
|
|
|
16
16
|
min-height: 100dvh;
|
|
17
17
|
}
|
|
18
18
|
}
|
|
19
|
-
`;e.textContent=s;let l=document.head||document.getElementsByTagName("head")[0];l.insertBefore(t,l.firstChild),l.insertBefore(e,l.firstChild),document.documentElement.setAttribute("data-jolibox-root","")},i=()=>{let{statusBarHeight:s,navigationBarHeight:l}=E.viewport;document.documentElement.style.setProperty("--status-bar-height",`${s}px`),document.documentElement.style.setProperty("--navigation-bar-height",`${l}px`)},o=()=>{function s(c){return I(this,null,function*(){let d=c instanceof URL?c.href:c,u=new Promise((p,f)=>{let m=new XMLHttpRequest;m.open("GET",d),m.responseType="arraybuffer",m.addEventListener("load",()=>p(m.response)),m.addEventListener("error",f),m.send()});try{let p=yield u;return new Response(p,{headers:new Headers([["Content-Type","application/wasm"]])}).clone()}catch(p){throw console.error("Failed to load wasm:",p),p}})}let l=window.fetch;window.fetch=(c,d)=>{let u=c instanceof URL?c.href:c.toString();return u.endsWith(".wasm")?s(u):l(c,d)}},a=()=>{e!=null&&e.parentNode&&(e.parentNode.removeChild(e),e=null),t!=null&&t.parentNode&&(t.parentNode.removeChild(t),t=null),document.documentElement.removeAttribute("data-jolibox-root"),document.documentElement.style.removeProperty("--status-bar-height"),window.fetch=r};return n(),o(),i(),a}var Zf=T(()=>{"use strict";Q()});var eh=T(()=>{"use strict"});var th=T(()=>{"use strict";D();Al()});var rh=T(()=>{"use strict";Q()});var wo,Fl=T(()=>{"use strict";eh();th();Q();rh();D();wo=new It});function jt(e,t){for(var r in t)e[r]=t[r];return e}function $l(e){e&&e.parentNode&&e.parentNode.removeChild(e)}function qe(e,t,r){var n,i,o,a={};for(o in t)o=="key"?n=t[o]:o=="ref"?i=t[o]:a[o]=t[o];if(arguments.length>2&&(a.children=arguments.length>3?xo.call(arguments,2):r),typeof e=="function"&&e.defaultProps!=null)for(o in e.defaultProps)a[o]===void 0&&(a[o]=e.defaultProps[o]);return So(e,a,n,i,null)}function So(e,t,r,n,i){var o={type:e,props:t,key:r,ref:n,__k:null,__:null,__b:0,__e:null,__c:null,constructor:void 0,__v:i==null?++ah:i,__i:-1,__u:0};return i==null&&O.vnode!=null&&O.vnode(o),o}function Ze(e){return e.children}function Xe(e,t){this.props=e,this.context=t}function Jr(e,t){if(t==null)return e.__?Jr(e.__,e.__i+1):null;for(var r;t<e.__k.length;t++)if((r=e.__k[t])!=null&&r.__e!=null)return r.__e;return typeof e.type=="function"?Jr(e):null}function ph(e){var t,r;if((e=e.__)!=null&&e.__c!=null){for(e.__e=e.__c.base=null,t=0;t<e.__k.length;t++)if((r=e.__k[t])!=null&&r.__e!=null){e.__e=e.__c.base=r.__e;break}return ph(e)}}function Ul(e){(!e.__d&&(e.__d=!0)&&Ir.push(e)&&!Eo.__r++||nh!==O.debounceRendering)&&((nh=O.debounceRendering)||sh)(Eo)}function Eo(){for(var e,t,r,n,i,o,a,s=1;Ir.length;)Ir.length>s&&Ir.sort(lh),e=Ir.shift(),s=Ir.length,e.__d&&(r=void 0,i=(n=(t=e).__v).__e,o=[],a=[],t.__P&&((r=jt({},n)).__v=n.__v+1,O.vnode&&O.vnode(r),Hl(t.__P,r,n,t.__n,t.__P.namespaceURI,32&n.__u?[i]:null,o,i==null?Jr(n):i,!!(32&n.__u),a),r.__v=n.__v,r.__.__k[r.__i]=r,mh(o,r,a),r.__e!=i&&ph(r)));Eo.__r=0}function fh(e,t,r,n,i,o,a,s,l,c,d){var u,p,f,m,g,y,v=n&&n.__k||dh,_=t.length;for(l=F1(r,t,v,l,_),u=0;u<_;u++)(f=r.__k[u])!=null&&(p=f.__i===-1?Jn:v[f.__i]||Jn,f.__i=u,y=Hl(e,f,p,i,o,a,s,l,c,d),m=f.__e,f.ref&&p.ref!=f.ref&&(p.ref&&Vl(p.ref,null,f),d.push(f.ref,f.__c||m,f)),g==null&&m!=null&&(g=m),4&f.__u||p.__k===f.__k?l=hh(f,l,e):typeof f.type=="function"&&y!==void 0?l=y:m&&(l=m.nextSibling),f.__u&=-7);return r.__e=g,l}function F1(e,t,r,n,i){var o,a,s,l,c,d=r.length,u=d,p=0;for(e.__k=new Array(i),o=0;o<i;o++)(a=t[o])!=null&&typeof a!="boolean"&&typeof a!="function"?(l=o+p,(a=e.__k[o]=typeof a=="string"||typeof a=="number"||typeof a=="bigint"||a.constructor==String?So(null,a,null,null,null):$n(a)?So(Ze,{children:a},null,null,null):a.constructor===void 0&&a.__b>0?So(a.type,a.props,a.key,a.ref?a.ref:null,a.__v):a).__=e,a.__b=e.__b+1,s=null,(c=a.__i=M1(a,r,l,u))!==-1&&(u--,(s=r[c])&&(s.__u|=2)),s==null||s.__v===null?(c==-1&&(i>d?p--:i<d&&p++),typeof a.type!="function"&&(a.__u|=4)):c!=l&&(c==l-1?p--:c==l+1?p++:(c>l?p--:p++,a.__u|=4))):e.__k[o]=null;if(u)for(o=0;o<d;o++)(s=r[o])!=null&&!(2&s.__u)&&(s.__e==n&&(n=Jr(s)),gh(s,s));return n}function hh(e,t,r){var n,i;if(typeof e.type=="function"){for(n=e.__k,i=0;n&&i<n.length;i++)n[i]&&(n[i].__=e,t=hh(n[i],t,r));return t}e.__e!=t&&(t&&e.type&&!r.contains(t)&&(t=Jr(e)),r.insertBefore(e.__e,t||null),t=e.__e);do t=t&&t.nextSibling;while(t!=null&&t.nodeType==8);return t}function Hn(e,t){return t=t||[],e==null||typeof e=="boolean"||($n(e)?e.some(function(r){Hn(r,t)}):t.push(e)),t}function M1(e,t,r,n){var i,o,a=e.key,s=e.type,l=t[r];if(l===null&&e.key==null||l&&a==l.key&&s===l.type&&!(2&l.__u))return r;if(n>(l!=null&&!(2&l.__u)?1:0))for(i=r-1,o=r+1;i>=0||o<t.length;){if(i>=0){if((l=t[i])&&!(2&l.__u)&&a==l.key&&s===l.type)return i;i--}if(o<t.length){if((l=t[o])&&!(2&l.__u)&&a==l.key&&s===l.type)return o;o++}}return-1}function ih(e,t,r){t[0]=="-"?e.setProperty(t,r==null?"":r):e[t]=r==null?"":typeof r!="number"||q1.test(t)?r:r+"px"}function Io(e,t,r,n,i){var o;e:if(t=="style")if(typeof r=="string")e.style.cssText=r;else{if(typeof n=="string"&&(e.style.cssText=n=""),n)for(t in n)r&&t in r||ih(e.style,t,"");if(r)for(t in r)n&&r[t]===n[t]||ih(e.style,t,r[t])}else if(t[0]=="o"&&t[1]=="n")o=t!=(t=t.replace(ch,"$1")),t=t.toLowerCase()in e||t=="onFocusOut"||t=="onFocusIn"?t.toLowerCase().slice(2):t.slice(2),e.l||(e.l={}),e.l[t+o]=r,r?n?r.t=n.t:(r.t=Jl,e.addEventListener(t,o?jl:Ml,o)):e.removeEventListener(t,o?jl:Ml,o);else{if(i=="http://www.w3.org/2000/svg")t=t.replace(/xlink(H|:h)/,"h").replace(/sName$/,"s");else if(t!="width"&&t!="height"&&t!="href"&&t!="list"&&t!="form"&&t!="tabIndex"&&t!="download"&&t!="rowSpan"&&t!="colSpan"&&t!="role"&&t!="popover"&&t in e)try{e[t]=r==null?"":r;break e}catch(a){}typeof r=="function"||(r==null||r===!1&&t[4]!="-"?e.removeAttribute(t):e.setAttribute(t,t=="popover"&&r==1?"":r))}}function oh(e){return function(t){if(this.l){var r=this.l[t.type+e];if(t.u==null)t.u=Jl++;else if(t.u<r.t)return;return r(O.event?O.event(t):t)}}}function Hl(e,t,r,n,i,o,a,s,l,c){var d,u,p,f,m,g,y,v,_,w,A,R,P,S,k,H,$e,He=t.type;if(t.constructor!==void 0)return null;128&r.__u&&(l=!!(32&r.__u),o=[s=t.__e=r.__e]),(d=O.__b)&&d(t);e:if(typeof He=="function")try{if(v=t.props,_="prototype"in He&&He.prototype.render,w=(d=He.contextType)&&n[d.__c],A=d?w?w.props.value:d.__:n,r.__c?y=(u=t.__c=r.__c).__=u.__E:(_?t.__c=u=new He(v,A):(t.__c=u=new Xe(v,A),u.constructor=He,u.render=U1),w&&w.sub(u),u.props=v,u.state||(u.state={}),u.context=A,u.__n=n,p=u.__d=!0,u.__h=[],u._sb=[]),_&&u.__s==null&&(u.__s=u.state),_&&He.getDerivedStateFromProps!=null&&(u.__s==u.state&&(u.__s=jt({},u.__s)),jt(u.__s,He.getDerivedStateFromProps(v,u.__s))),f=u.props,m=u.state,u.__v=t,p)_&&He.getDerivedStateFromProps==null&&u.componentWillMount!=null&&u.componentWillMount(),_&&u.componentDidMount!=null&&u.__h.push(u.componentDidMount);else{if(_&&He.getDerivedStateFromProps==null&&v!==f&&u.componentWillReceiveProps!=null&&u.componentWillReceiveProps(v,A),!u.__e&&(u.shouldComponentUpdate!=null&&u.shouldComponentUpdate(v,u.__s,A)===!1||t.__v==r.__v)){for(t.__v!=r.__v&&(u.props=v,u.state=u.__s,u.__d=!1),t.__e=r.__e,t.__k=r.__k,t.__k.some(function(yt){yt&&(yt.__=t)}),R=0;R<u._sb.length;R++)u.__h.push(u._sb[R]);u._sb=[],u.__h.length&&a.push(u);break e}u.componentWillUpdate!=null&&u.componentWillUpdate(v,u.__s,A),_&&u.componentDidUpdate!=null&&u.__h.push(function(){u.componentDidUpdate(f,m,g)})}if(u.context=A,u.props=v,u.__P=e,u.__e=!1,P=O.__r,S=0,_){for(u.state=u.__s,u.__d=!1,P&&P(t),d=u.render(u.props,u.state,u.context),k=0;k<u._sb.length;k++)u.__h.push(u._sb[k]);u._sb=[]}else do u.__d=!1,P&&P(t),d=u.render(u.props,u.state,u.context),u.state=u.__s;while(u.__d&&++S<25);u.state=u.__s,u.getChildContext!=null&&(n=jt(jt({},n),u.getChildContext())),_&&!p&&u.getSnapshotBeforeUpdate!=null&&(g=u.getSnapshotBeforeUpdate(f,m)),H=d,d!=null&&d.type===Ze&&d.key==null&&(H=vh(d.props.children)),s=fh(e,$n(H)?H:[H],t,r,n,i,o,a,s,l,c),u.base=t.__e,t.__u&=-161,u.__h.length&&a.push(u),y&&(u.__E=u.__=null)}catch(yt){if(t.__v=null,l||o!=null)if(yt.then){for(t.__u|=l?160:128;s&&s.nodeType==8&&s.nextSibling;)s=s.nextSibling;o[o.indexOf(s)]=null,t.__e=s}else for($e=o.length;$e--;)$l(o[$e]);else t.__e=r.__e,t.__k=r.__k;O.__e(yt,t,r)}else o==null&&t.__v==r.__v?(t.__k=r.__k,t.__e=r.__e):s=t.__e=j1(r.__e,t,r,n,i,o,a,l,c);return(d=O.diffed)&&d(t),128&t.__u?void 0:s}function mh(e,t,r){for(var n=0;n<r.length;n++)Vl(r[n],r[++n],r[++n]);O.__c&&O.__c(t,e),e.some(function(i){try{e=i.__h,i.__h=[],e.some(function(o){o.call(i)})}catch(o){O.__e(o,i.__v)}})}function vh(e){return typeof e!="object"||e==null?e:$n(e)?e.map(vh):jt({},e)}function j1(e,t,r,n,i,o,a,s,l){var c,d,u,p,f,m,g,y=r.props,v=t.props,_=t.type;if(_=="svg"?i="http://www.w3.org/2000/svg":_=="math"?i="http://www.w3.org/1998/Math/MathML":i||(i="http://www.w3.org/1999/xhtml"),o!=null){for(c=0;c<o.length;c++)if((f=o[c])&&"setAttribute"in f==!!_&&(_?f.localName==_:f.nodeType==3)){e=f,o[c]=null;break}}if(e==null){if(_==null)return document.createTextNode(v);e=document.createElementNS(i,_,v.is&&v),s&&(O.__m&&O.__m(t,o),s=!1),o=null}if(_===null)y===v||s&&e.data===v||(e.data=v);else{if(o=o&&xo.call(e.childNodes),y=r.props||Jn,!s&&o!=null)for(y={},c=0;c<e.attributes.length;c++)y[(f=e.attributes[c]).name]=f.value;for(c in y)if(f=y[c],c!="children"){if(c=="dangerouslySetInnerHTML")u=f;else if(!(c in v)){if(c=="value"&&"defaultValue"in v||c=="checked"&&"defaultChecked"in v)continue;Io(e,c,null,f,i)}}for(c in v)f=v[c],c=="children"?p=f:c=="dangerouslySetInnerHTML"?d=f:c=="value"?m=f:c=="checked"?g=f:s&&typeof f!="function"||y[c]===f||Io(e,c,f,y[c],i);if(d)s||u&&(d.__html===u.__html||d.__html===e.innerHTML)||(e.innerHTML=d.__html),t.__k=[];else if(u&&(e.innerHTML=""),fh(t.type==="template"?e.content:e,$n(p)?p:[p],t,r,n,_=="foreignObject"?"http://www.w3.org/1999/xhtml":i,o,a,o?o[0]:r.__k&&Jr(r,0),s,l),o!=null)for(c=o.length;c--;)$l(o[c]);s||(c="value",_=="progress"&&m==null?e.removeAttribute("value"):m!==void 0&&(m!==e[c]||_=="progress"&&!m||_=="option"&&m!==y[c])&&Io(e,c,m,y[c],i),c="checked",g!==void 0&&g!==e[c]&&Io(e,c,g,y[c],i))}return e}function Vl(e,t,r){try{if(typeof e=="function"){var n=typeof e.__u=="function";n&&e.__u(),n&&t==null||(e.__u=e(t))}else e.current=t}catch(i){O.__e(i,r)}}function gh(e,t,r){var n,i;if(O.unmount&&O.unmount(e),(n=e.ref)&&(n.current&&n.current!==e.__e||Vl(n,null,t)),(n=e.__c)!=null){if(n.componentWillUnmount)try{n.componentWillUnmount()}catch(o){O.__e(o,t)}n.base=n.__P=null}if(n=e.__k)for(i=0;i<n.length;i++)n[i]&&gh(n[i],t,r||typeof e.type!="function");r||$l(e.__e),e.__c=e.__=e.__e=void 0}function U1(e,t,r){return this.constructor(e,r)}function ir(e,t,r){var n,i,o,a;t==document&&(t=document.documentElement),O.__&&O.__(e,t),i=(n=typeof r=="function")?null:r&&r.__k||t.__k,o=[],a=[],Hl(t,e=(!n&&r||t).__k=qe(Ze,null,[e]),i||Jn,Jn,t.namespaceURI,!n&&r?[r]:i?null:t.firstChild?xo.call(t.childNodes):null,o,!n&&r?r:i?i.__e:t.firstChild,n,a),mh(o,e,a)}function Sr(e){function t(r){var n,i;return this.getChildContext||(n=new Set,(i={})[t.__c]=this,this.getChildContext=function(){return i},this.componentWillUnmount=function(){n=null},this.shouldComponentUpdate=function(o){this.props.value!==o.value&&n.forEach(function(a){a.__e=!0,Ul(a)})},this.sub=function(o){n.add(o);var a=o.componentWillUnmount;o.componentWillUnmount=function(){n&&n.delete(o),a&&a.call(o)}}),r.children}return t.__c="__cC"+uh++,t.__=e,t.Provider=t.__l=(t.Consumer=function(r,n){return r.children(n)}).contextType=t,t}var xo,O,ah,Bl,Ir,nh,sh,lh,ch,Jl,Ml,jl,uh,Jn,dh,q1,$n,$r=T(()=>{Jn={},dh=[],q1=/acit|ex(?:s|g|n|p|$)|rph|grid|ows|mnc|ntw|ine[ch]|zoo|^ord|itera/i,$n=Array.isArray;xo=dh.slice,O={__e:function(e,t,r,n){for(var i,o,a;t=t.__;)if((i=t.__c)&&!i.__)try{if((o=i.constructor)&&o.getDerivedStateFromError!=null&&(i.setState(o.getDerivedStateFromError(e)),a=i.__d),i.componentDidCatch!=null&&(i.componentDidCatch(e,n||{}),a=i.__d),a)return i.__E=i}catch(s){e=s}throw e}},ah=0,Bl=function(e){return e!=null&&e.constructor==null},Xe.prototype.setState=function(e,t){var r;r=this.__s!=null&&this.__s!==this.state?this.__s:this.__s=jt({},this.state),typeof e=="function"&&(e=e(jt({},r),this.props)),e&&jt(r,e),e!=null&&this.__v&&(t&&this._sb.push(t),Ul(this))},Xe.prototype.forceUpdate=function(e){this.__v&&(this.__e=!0,e&&this.__h.push(e),Ul(this))},Xe.prototype.render=Ze,Ir=[],sh=typeof Promise=="function"?Promise.prototype.then.bind(Promise.resolve()):setTimeout,lh=function(e,t){return e.__v.__b-t.__v.__b},Eo.__r=0,ch=/(PointerCapture)$|Capture$/i,Jl=0,Ml=oh(!1),jl=oh(!0),uh=0});var se=h((W9,yh)=>{"use strict";yh.exports=function(e){try{return!!e()}catch(t){return!0}}});var Hr=h((K9,_h)=>{"use strict";var B1=se();_h.exports=!B1(function(){var e=(function(){}).bind();return typeof e!="function"||e.hasOwnProperty("prototype")})});var ge=h((Q9,Ih)=>{"use strict";var bh=Hr(),wh=Function.prototype,zl=wh.call,J1=bh&&wh.bind.bind(zl,zl);Ih.exports=bh?J1:function(e){return function(){return zl.apply(e,arguments)}}});var Ve=h((Y9,Sh)=>{"use strict";var $1=ge();Sh.exports=$1({}.isPrototypeOf)});var le=h((Gl,Eh)=>{"use strict";var Vn=function(e){return e&&e.Math===Math&&e};Eh.exports=Vn(typeof globalThis=="object"&&globalThis)||Vn(typeof window=="object"&&window)||Vn(typeof self=="object"&&self)||Vn(typeof global=="object"&&global)||Vn(typeof Gl=="object"&&Gl)||function(){return this}()||Function("return this")()});var Wl=h((X9,Th)=>{"use strict";var H1=Hr(),Ah=Function.prototype,xh=Ah.apply,kh=Ah.call;Th.exports=typeof Reflect=="object"&&Reflect.apply||(H1?kh.bind(xh):function(){return kh.apply(xh,arguments)})});var Ut=h((Z9,Ph)=>{"use strict";var Ch=ge(),V1=Ch({}.toString),z1=Ch("".slice);Ph.exports=function(e){return z1(V1(e),8,-1)}});var zn=h((eH,Rh)=>{"use strict";var G1=Ut(),W1=ge();Rh.exports=function(e){if(G1(e)==="Function")return W1(e)}});var Pe=h((tH,Oh)=>{"use strict";var Kl=typeof document=="object"&&document.all;Oh.exports=typeof Kl=="undefined"&&Kl!==void 0?function(e){return typeof e=="function"||e===Kl}:function(e){return typeof e=="function"}});var ze=h((rH,Nh)=>{"use strict";var K1=se();Nh.exports=!K1(function(){return Object.defineProperty({},1,{get:function(){return 7}})[1]!==7})});var ht=h((nH,Dh)=>{"use strict";var Q1=Hr(),ko=Function.prototype.call;Dh.exports=Q1?ko.bind(ko):function(){return ko.apply(ko,arguments)}});var Ql=h(Fh=>{"use strict";var Lh={}.propertyIsEnumerable,qh=Object.getOwnPropertyDescriptor,Y1=qh&&!Lh.call({1:2},1);Fh.f=Y1?function(t){var r=qh(this,t);return!!r&&r.enumerable}:Lh});var Gn=h((oH,Mh)=>{"use strict";Mh.exports=function(e,t){return{enumerable:!(e&1),configurable:!(e&2),writable:!(e&4),value:t}}});var Ao=h((aH,jh)=>{"use strict";var X1=ge(),Z1=se(),eT=Ut(),Yl=Object,tT=X1("".split);jh.exports=Z1(function(){return!Yl("z").propertyIsEnumerable(0)})?function(e){return eT(e)==="String"?tT(e,""):Yl(e)}:Yl});var Er=h((sH,Uh)=>{"use strict";Uh.exports=function(e){return e==null}});var xr=h((lH,Bh)=>{"use strict";var rT=Er(),nT=TypeError;Bh.exports=function(e){if(rT(e))throw new nT("Can't call method on "+e);return e}});var or=h((cH,Jh)=>{"use strict";var iT=Ao(),oT=xr();Jh.exports=function(e){return iT(oT(e))}});var xe=h((uH,$h)=>{"use strict";var aT=Pe();$h.exports=function(e){return typeof e=="object"?e!==null:aT(e)}});var Et=h((dH,Hh)=>{"use strict";Hh.exports={}});var Vr=h((pH,zh)=>{"use strict";var Xl=Et(),Zl=le(),sT=Pe(),Vh=function(e){return sT(e)?e:void 0};zh.exports=function(e,t){return arguments.length<2?Vh(Xl[e])||Vh(Zl[e]):Xl[e]&&Xl[e][t]||Zl[e]&&Zl[e][t]}});var To=h((fH,Kh)=>{"use strict";var lT=le(),Gh=lT.navigator,Wh=Gh&&Gh.userAgent;Kh.exports=Wh?String(Wh):""});var Po=h((hH,tm)=>{"use strict";var em=le(),ec=To(),Qh=em.process,Yh=em.Deno,Xh=Qh&&Qh.versions||Yh&&Yh.version,Zh=Xh&&Xh.v8,mt,Co;Zh&&(mt=Zh.split("."),Co=mt[0]>0&&mt[0]<4?1:+(mt[0]+mt[1]));!Co&&ec&&(mt=ec.match(/Edge\/(\d+)/),(!mt||mt[1]>=74)&&(mt=ec.match(/Chrome\/(\d+)/),mt&&(Co=+mt[1])));tm.exports=Co});var tc=h((mH,nm)=>{"use strict";var rm=Po(),cT=se(),uT=le(),dT=uT.String;nm.exports=!!Object.getOwnPropertySymbols&&!cT(function(){var e=Symbol("symbol detection");return!dT(e)||!(Object(e)instanceof Symbol)||!Symbol.sham&&rm&&rm<41})});var rc=h((vH,im)=>{"use strict";var pT=tc();im.exports=pT&&!Symbol.sham&&typeof Symbol.iterator=="symbol"});var nc=h((gH,om)=>{"use strict";var fT=Vr(),hT=Pe(),mT=Ve(),vT=rc(),gT=Object;om.exports=vT?function(e){return typeof e=="symbol"}:function(e){var t=fT("Symbol");return hT(t)&&mT(t.prototype,gT(e))}});var Wn=h((yH,am)=>{"use strict";var yT=String;am.exports=function(e){try{return yT(e)}catch(t){return"Object"}}});var kr=h((_H,sm)=>{"use strict";var _T=Pe(),bT=Wn(),wT=TypeError;sm.exports=function(e){if(_T(e))return e;throw new wT(bT(e)+" is not a function")}});var Ro=h((bH,lm)=>{"use strict";var IT=kr(),ST=Er();lm.exports=function(e,t){var r=e[t];return ST(r)?void 0:IT(r)}});var um=h((wH,cm)=>{"use strict";var ic=ht(),oc=Pe(),ac=xe(),ET=TypeError;cm.exports=function(e,t){var r,n;if(t==="string"&&oc(r=e.toString)&&!ac(n=ic(r,e))||oc(r=e.valueOf)&&!ac(n=ic(r,e))||t!=="string"&&oc(r=e.toString)&&!ac(n=ic(r,e)))return n;throw new ET("Can't convert object to primitive value")}});var zr=h((IH,dm)=>{"use strict";dm.exports=!0});var hm=h((SH,fm)=>{"use strict";var pm=le(),xT=Object.defineProperty;fm.exports=function(e,t){try{xT(pm,e,{value:t,configurable:!0,writable:!0})}catch(r){pm[e]=t}return t}});var Kn=h((EH,gm)=>{"use strict";var kT=zr(),AT=le(),TT=hm(),mm="__core-js_shared__",vm=gm.exports=AT[mm]||TT(mm,{});(vm.versions||(vm.versions=[])).push({version:"3.41.0",mode:kT?"pure":"global",copyright:"\xA9 2014-2025 Denis Pushkarev (zloirock.ru)",license:"https://github.com/zloirock/core-js/blob/v3.41.0/LICENSE",source:"https://github.com/zloirock/core-js"})});var sc=h((xH,_m)=>{"use strict";var ym=Kn();_m.exports=function(e,t){return ym[e]||(ym[e]=t||{})}});var Gr=h((kH,bm)=>{"use strict";var CT=xr(),PT=Object;bm.exports=function(e){return PT(CT(e))}});var et=h((AH,wm)=>{"use strict";var RT=ge(),OT=Gr(),NT=RT({}.hasOwnProperty);wm.exports=Object.hasOwn||function(t,r){return NT(OT(t),r)}});var Oo=h((TH,Im)=>{"use strict";var DT=ge(),LT=0,qT=Math.random(),FT=DT(1 .toString);Im.exports=function(e){return"Symbol("+(e===void 0?"":e)+")_"+FT(++LT+qT,36)}});var Fe=h((CH,Em)=>{"use strict";var MT=le(),jT=sc(),Sm=et(),UT=Oo(),BT=tc(),JT=rc(),Wr=MT.Symbol,lc=jT("wks"),$T=JT?Wr.for||Wr:Wr&&Wr.withoutSetter||UT;Em.exports=function(e){return Sm(lc,e)||(lc[e]=BT&&Sm(Wr,e)?Wr[e]:$T("Symbol."+e)),lc[e]}});var Tm=h((PH,Am)=>{"use strict";var HT=ht(),xm=xe(),km=nc(),VT=Ro(),zT=um(),GT=Fe(),WT=TypeError,KT=GT("toPrimitive");Am.exports=function(e,t){if(!xm(e)||km(e))return e;var r=VT(e,KT),n;if(r){if(t===void 0&&(t="default"),n=HT(r,e,t),!xm(n)||km(n))return n;throw new WT("Can't convert object to primitive value")}return t===void 0&&(t="number"),zT(e,t)}});var cc=h((RH,Cm)=>{"use strict";var QT=Tm(),YT=nc();Cm.exports=function(e){var t=QT(e,"string");return YT(t)?t:t+""}});var dc=h((OH,Rm)=>{"use strict";var XT=le(),Pm=xe(),uc=XT.document,ZT=Pm(uc)&&Pm(uc.createElement);Rm.exports=function(e){return ZT?uc.createElement(e):{}}});var pc=h((NH,Om)=>{"use strict";var eC=ze(),tC=se(),rC=dc();Om.exports=!eC&&!tC(function(){return Object.defineProperty(rC("div"),"a",{get:function(){return 7}}).a!==7})});var fc=h(Dm=>{"use strict";var nC=ze(),iC=ht(),oC=Ql(),aC=Gn(),sC=or(),lC=cc(),cC=et(),uC=pc(),Nm=Object.getOwnPropertyDescriptor;Dm.f=nC?Nm:function(t,r){if(t=sC(t),r=lC(r),uC)try{return Nm(t,r)}catch(n){}if(cC(t,r))return aC(!iC(oC.f,t,r),t[r])}});var qm=h((LH,Lm)=>{"use strict";var dC=se(),pC=Pe(),fC=/#|\.prototype\./,Qn=function(e,t){var r=mC[hC(e)];return r===gC?!0:r===vC?!1:pC(t)?dC(t):!!t},hC=Qn.normalize=function(e){return String(e).replace(fC,".").toLowerCase()},mC=Qn.data={},vC=Qn.NATIVE="N",gC=Qn.POLYFILL="P";Lm.exports=Qn});var Yn=h((qH,Mm)=>{"use strict";var Fm=zn(),yC=kr(),_C=Hr(),bC=Fm(Fm.bind);Mm.exports=function(e,t){return yC(e),t===void 0?e:_C?bC(e,t):function(){return e.apply(t,arguments)}}});var hc=h((FH,jm)=>{"use strict";var wC=ze(),IC=se();jm.exports=wC&&IC(function(){return Object.defineProperty(function(){},"prototype",{value:42,writable:!1}).prototype!==42})});var Bt=h((MH,Um)=>{"use strict";var SC=xe(),EC=String,xC=TypeError;Um.exports=function(e){if(SC(e))return e;throw new xC(EC(e)+" is not an object")}});var Jt=h(Jm=>{"use strict";var kC=ze(),AC=pc(),TC=hc(),No=Bt(),Bm=cc(),CC=TypeError,mc=Object.defineProperty,PC=Object.getOwnPropertyDescriptor,vc="enumerable",gc="configurable",yc="writable";Jm.f=kC?TC?function(t,r,n){if(No(t),r=Bm(r),No(n),typeof t=="function"&&r==="prototype"&&"value"in n&&yc in n&&!n[yc]){var i=PC(t,r);i&&i[yc]&&(t[r]=n.value,n={configurable:gc in n?n[gc]:i[gc],enumerable:vc in n?n[vc]:i[vc],writable:!1})}return mc(t,r,n)}:mc:function(t,r,n){if(No(t),r=Bm(r),No(n),AC)try{return mc(t,r,n)}catch(i){}if("get"in n||"set"in n)throw new CC("Accessors not supported");return"value"in n&&(t[r]=n.value),t}});var Ar=h((UH,$m)=>{"use strict";var RC=ze(),OC=Jt(),NC=Gn();$m.exports=RC?function(e,t,r){return OC.f(e,t,NC(1,r))}:function(e,t,r){return e[t]=r,e}});var G=h((BH,Vm)=>{"use strict";var Xn=le(),DC=Wl(),LC=zn(),qC=Pe(),FC=fc().f,MC=qm(),Kr=Et(),jC=Yn(),Qr=Ar(),Hm=et();Kn();var UC=function(e){var t=function(r,n,i){if(this instanceof t){switch(arguments.length){case 0:return new e;case 1:return new e(r);case 2:return new e(r,n)}return new e(r,n,i)}return DC(e,this,arguments)};return t.prototype=e.prototype,t};Vm.exports=function(e,t){var r=e.target,n=e.global,i=e.stat,o=e.proto,a=n?Xn:i?Xn[r]:Xn[r]&&Xn[r].prototype,s=n?Kr:Kr[r]||Qr(Kr,r,{})[r],l=s.prototype,c,d,u,p,f,m,g,y,v;for(p in t)c=MC(n?p:r+(i?".":"#")+p,e.forced),d=!c&&a&&Hm(a,p),m=s[p],d&&(e.dontCallGetSet?(v=FC(a,p),g=v&&v.value):g=a[p]),f=d&&g?g:t[p],!(!c&&!o&&typeof m==typeof f)&&(e.bind&&d?y=jC(f,Xn):e.wrap&&d?y=UC(f):o&&qC(f)?y=LC(f):y=f,(e.sham||f&&f.sham||m&&m.sham)&&Qr(y,"sham",!0),Qr(s,p,y),o&&(u=r+"Prototype",Hm(Kr,u)||Qr(Kr,u,{}),Qr(Kr[u],p,f),e.real&&l&&(c||!l[p])&&Qr(l,p,f)))}});var Gm=h((JH,zm)=>{"use strict";var BC=Math.ceil,JC=Math.floor;zm.exports=Math.trunc||function(t){var r=+t;return(r>0?JC:BC)(r)}});var Zn=h(($H,Wm)=>{"use strict";var $C=Gm();Wm.exports=function(e){var t=+e;return t!==t||t===0?0:$C(t)}});var _c=h((HH,Km)=>{"use strict";var HC=Zn(),VC=Math.min;Km.exports=function(e){var t=HC(e);return t>0?VC(t,9007199254740991):0}});var Yr=h((VH,Qm)=>{"use strict";var zC=_c();Qm.exports=function(e){return zC(e.length)}});var ei=h((zH,Ym)=>{"use strict";var GC=Ut();Ym.exports=Array.isArray||function(t){return GC(t)==="Array"}});var Do=h((GH,Zm)=>{"use strict";var WC=Fe(),KC=WC("toStringTag"),Xm={};Xm[KC]="z";Zm.exports=String(Xm)==="[object z]"});var Xr=h((WH,ev)=>{"use strict";var QC=Do(),YC=Pe(),Lo=Ut(),XC=Fe(),ZC=XC("toStringTag"),eP=Object,tP=Lo(function(){return arguments}())==="Arguments",rP=function(e,t){try{return e[t]}catch(r){}};ev.exports=QC?Lo:function(e){var t,r,n;return e===void 0?"Undefined":e===null?"Null":typeof(r=rP(t=eP(e),ZC))=="string"?r:tP?Lo(t):(n=Lo(t))==="Object"&&YC(t.callee)?"Arguments":n}});var rv=h((KH,tv)=>{"use strict";var nP=ge(),iP=Pe(),bc=Kn(),oP=nP(Function.toString);iP(bc.inspectSource)||(bc.inspectSource=function(e){return oP(e)});tv.exports=bc.inspectSource});var Ic=h((QH,sv)=>{"use strict";var aP=ge(),sP=se(),nv=Pe(),lP=Xr(),cP=Vr(),uP=rv(),iv=function(){},ov=cP("Reflect","construct"),wc=/^\s*(?:class|function)\b/,dP=aP(wc.exec),pP=!wc.test(iv),ti=function(t){if(!nv(t))return!1;try{return ov(iv,[],t),!0}catch(r){return!1}},av=function(t){if(!nv(t))return!1;switch(lP(t)){case"AsyncFunction":case"GeneratorFunction":case"AsyncGeneratorFunction":return!1}try{return pP||!!dP(wc,uP(t))}catch(r){return!0}};av.sham=!0;sv.exports=!ov||sP(function(){var e;return ti(ti.call)||!ti(Object)||!ti(function(){e=!0})||e})?av:ti});var dv=h((YH,uv)=>{"use strict";var lv=ei(),fP=Ic(),hP=xe(),mP=Fe(),vP=mP("species"),cv=Array;uv.exports=function(e){var t;return lv(e)&&(t=e.constructor,fP(t)&&(t===cv||lv(t.prototype))?t=void 0:hP(t)&&(t=t[vP],t===null&&(t=void 0))),t===void 0?cv:t}});var Sc=h((XH,pv)=>{"use strict";var gP=dv();pv.exports=function(e,t){return new(gP(e))(t===0?0:t)}});var sr=h((ZH,hv)=>{"use strict";var yP=Yn(),_P=ge(),bP=Ao(),wP=Gr(),IP=Yr(),SP=Sc(),fv=_P([].push),ar=function(e){var t=e===1,r=e===2,n=e===3,i=e===4,o=e===6,a=e===7,s=e===5||o;return function(l,c,d,u){for(var p=wP(l),f=bP(p),m=IP(f),g=yP(c,d),y=0,v=u||SP,_=t?v(l,m):r||a?v(l,0):void 0,w,A;m>y;y++)if((s||y in f)&&(w=f[y],A=g(w,y,p),e))if(t)_[y]=A;else if(A)switch(e){case 3:return!0;case 5:return w;case 6:return y;case 2:fv(_,w)}else switch(e){case 4:return!1;case 7:fv(_,w)}return o?-1:n||i?i:_}};hv.exports={forEach:ar(0),map:ar(1),filter:ar(2),some:ar(3),every:ar(4),find:ar(5),findIndex:ar(6),filterReject:ar(7)}});var ri=h((eV,mv)=>{"use strict";var EP=se(),xP=Fe(),kP=Po(),AP=xP("species");mv.exports=function(e){return kP>=51||!EP(function(){var t=[],r=t.constructor={};return r[AP]=function(){return{foo:1}},t[e](Boolean).foo!==1})}});var vv=h(()=>{"use strict";var TP=G(),CP=sr().filter,PP=ri(),RP=PP("filter");TP({target:"Array",proto:!0,forced:!RP},{filter:function(t){return CP(this,t,arguments.length>1?arguments[1]:void 0)}})});var ct=h((nV,gv)=>{"use strict";var OP=le(),NP=Et();gv.exports=function(e,t){var r=NP[e+"Prototype"],n=r&&r[t];if(n)return n;var i=OP[e],o=i&&i.prototype;return o&&o[t]}});var _v=h((iV,yv)=>{"use strict";vv();var DP=ct();yv.exports=DP("Array","filter")});var wv=h((oV,bv)=>{"use strict";var LP=Ve(),qP=_v(),Ec=Array.prototype;bv.exports=function(e){var t=e.filter;return e===Ec||LP(Ec,e)&&t===Ec.filter?qP:t}});var Sv=h((aV,Iv)=>{"use strict";var FP=wv();Iv.exports=FP});var xv=h((sV,Ev)=>{Ev.exports=Sv()});var ni=h((lV,kv)=>{"use strict";var MP=se();kv.exports=function(e,t){var r=[][e];return!!r&&MP(function(){r.call(null,t||function(){return 1},1)})}});var Av=h(()=>{"use strict";var jP=G(),UP=sr().every,BP=ni(),JP=BP("every");jP({target:"Array",proto:!0,forced:!JP},{every:function(t){return UP(this,t,arguments.length>1?arguments[1]:void 0)}})});var Cv=h((dV,Tv)=>{"use strict";Av();var $P=ct();Tv.exports=$P("Array","every")});var Rv=h((pV,Pv)=>{"use strict";var HP=Ve(),VP=Cv(),xc=Array.prototype;Pv.exports=function(e){var t=e.every;return e===xc||HP(xc,e)&&t===xc.every?VP:t}});var Nv=h((fV,Ov)=>{"use strict";var zP=Rv();Ov.exports=zP});var Lv=h((hV,Dv)=>{Dv.exports=Nv()});var Fv=h((mV,qv)=>{"use strict";var GP=sr().forEach,WP=ni(),KP=WP("forEach");qv.exports=KP?[].forEach:function(t){return GP(this,t,arguments.length>1?arguments[1]:void 0)}});var jv=h(()=>{"use strict";var QP=G(),Mv=Fv();QP({target:"Array",proto:!0,forced:[].forEach!==Mv},{forEach:Mv})});var Bv=h((yV,Uv)=>{"use strict";jv();var YP=ct();Uv.exports=YP("Array","forEach")});var $v=h((_V,Jv)=>{"use strict";var XP=Bv();Jv.exports=XP});var Hv=h(()=>{});var zv=h((IV,Vv)=>{"use strict";var ZP=Xr(),eR=et(),tR=Ve(),rR=$v();Hv();var kc=Array.prototype,nR={DOMTokenList:!0,NodeList:!0};Vv.exports=function(e){var t=e.forEach;return e===kc||tR(kc,e)&&t===kc.forEach||eR(nR,ZP(e))?rR:t}});var Wv=h((SV,Gv)=>{Gv.exports=zv()});var Qv=h((EV,Kv)=>{"use strict";var iR=TypeError,oR=9007199254740991;Kv.exports=function(e){if(e>oR)throw iR("Maximum allowed index exceeded");return e}});var Ac=h((xV,Yv)=>{"use strict";var aR=ze(),sR=Jt(),lR=Gn();Yv.exports=function(e,t,r){aR?sR.f(e,t,lR(0,r)):e[t]=r}});var tg=h(()=>{"use strict";var cR=G(),uR=se(),dR=ei(),pR=xe(),fR=Gr(),hR=Yr(),Xv=Qv(),Zv=Ac(),mR=Sc(),vR=ri(),gR=Fe(),yR=Po(),eg=gR("isConcatSpreadable"),_R=yR>=51||!uR(function(){var e=[];return e[eg]=!1,e.concat()[0]!==e}),bR=function(e){if(!pR(e))return!1;var t=e[eg];return t!==void 0?!!t:dR(e)},wR=!_R||!vR("concat");cR({target:"Array",proto:!0,arity:1,forced:wR},{concat:function(t){var r=fR(this),n=mR(r,0),i=0,o,a,s,l,c;for(o=-1,s=arguments.length;o<s;o++)if(c=o===-1?r:arguments[o],bR(c))for(l=hR(c),Xv(i+l),a=0;a<l;a++,i++)a in c&&Zv(n,i,c[a]);else Xv(i+1),Zv(n,i++,c);return n.length=i,n}})});var ng=h((TV,rg)=>{"use strict";tg();var IR=ct();rg.exports=IR("Array","concat")});var og=h((CV,ig)=>{"use strict";var SR=Ve(),ER=ng(),Tc=Array.prototype;ig.exports=function(e){var t=e.concat;return e===Tc||SR(Tc,e)&&t===Tc.concat?ER:t}});var sg=h((PV,ag)=>{"use strict";var xR=og();ag.exports=xR});var cg=h((RV,lg)=>{lg.exports=sg()});var ug=h(()=>{"use strict";var kR=G(),AR=sr().some,TR=ni(),CR=TR("some");kR({target:"Array",proto:!0,forced:!CR},{some:function(t){return AR(this,t,arguments.length>1?arguments[1]:void 0)}})});var pg=h((DV,dg)=>{"use strict";ug();var PR=ct();dg.exports=PR("Array","some")});var hg=h((LV,fg)=>{"use strict";var RR=Ve(),OR=pg(),Cc=Array.prototype;fg.exports=function(e){var t=e.some;return e===Cc||RR(Cc,e)&&t===Cc.some?OR:t}});var vg=h((qV,mg)=>{"use strict";var NR=hg();mg.exports=NR});var yg=h((FV,gg)=>{gg.exports=vg()});var bg=h((MV,_g)=>{"use strict";var ii=le(),DR=To(),LR=Ut(),qo=function(e){return DR.slice(0,e.length)===e};_g.exports=function(){return qo("Bun/")?"BUN":qo("Cloudflare-Workers")?"CLOUDFLARE":qo("Deno/")?"DENO":qo("Node.js/")?"NODE":ii.Bun&&typeof Bun.version=="string"?"BUN":ii.Deno&&typeof Deno.version=="object"?"DENO":LR(ii.process)==="process"?"NODE":ii.window&&ii.document?"BROWSER":"REST"}()});var oi=h((jV,wg)=>{"use strict";var qR=ge();wg.exports=qR([].slice)});var Sg=h((UV,Ig)=>{"use strict";var FR=TypeError;Ig.exports=function(e,t){if(e<t)throw new FR("Not enough arguments");return e}});var Pc=h((BV,xg)=>{"use strict";var Eg=le(),MR=Wl(),jR=Pe(),UR=bg(),BR=To(),JR=oi(),$R=Sg(),HR=Eg.Function,VR=/MSIE .\./.test(BR)||UR==="BUN"&&function(){var e=Eg.Bun.version.split(".");return e.length<3||e[0]==="0"&&(e[1]<3||e[1]==="3"&&e[2]==="0")}();xg.exports=function(e,t){var r=t?2:1;return VR?function(n,i){var o=$R(arguments.length,1)>r,a=jR(n)?n:HR(n),s=o?JR(arguments,r):[],l=o?function(){MR(a,this,s)}:a;return t?e(l,i):e(l)}:e}});var Tg=h(()=>{"use strict";var zR=G(),Ag=le(),GR=Pc(),kg=GR(Ag.setInterval,!0);zR({global:!0,bind:!0,forced:Ag.setInterval!==kg},{setInterval:kg})});var Rg=h(()=>{"use strict";var WR=G(),Pg=le(),KR=Pc(),Cg=KR(Pg.setTimeout,!0);WR({global:!0,bind:!0,forced:Pg.setTimeout!==Cg},{setTimeout:Cg})});var Og=h(()=>{"use strict";Tg();Rg()});var Dg=h((WV,Ng)=>{"use strict";Og();var QR=Et();Ng.exports=QR.setTimeout});var qg=h((KV,Lg)=>{Lg.exports=Dg()});function si(e,t){de.__h&&de.__h(Z,e,ai||t),ai=0;var r=Z.__H||(Z.__H={__:[],__h:[]});return e>=r.__.length&&r.__.push({}),r.__[e]}function Mo(e){return ai=1,zg(Gg,e)}function zg(e,t,r){var n=si(Tr++,2);if(n.t=e,!n.__c&&(n.__=[r?r(t):Gg(void 0,t),function(s){var l=n.__N?n.__N[0]:n.__[0],c=n.t(l,s);l!==c&&(n.__N=[c,n.__[1]],n.__c.setState({}))}],n.__c=Z,!Z.__f)){var i=function(s,l,c){if(!n.__c.__H)return!0;var d=n.__c.__H.__.filter(function(p){return!!p.__c});if(d.every(function(p){return!p.__N}))return!o||o.call(this,s,l,c);var u=n.__c.props!==s;return d.forEach(function(p){if(p.__N){var f=p.__[0];p.__=p.__N,p.__N=void 0,f!==p.__[0]&&(u=!0)}}),o&&o.call(this,s,l,c)||u};Z.__f=!0;var o=Z.shouldComponentUpdate,a=Z.componentWillUpdate;Z.componentWillUpdate=function(s,l,c){if(this.__e){var d=o;o=void 0,i(s,l,c),o=d}a&&a.call(this,s,l,c)},Z.shouldComponentUpdate=i}return n.__N||n.__}function li(e,t){var r=si(Tr++,3);!de.__s&&Nc(r.__H,t)&&(r.__=e,r.u=t,Z.__H.__h.push(r))}function Zr(e,t){var r=si(Tr++,4);!de.__s&&Nc(r.__H,t)&&(r.__=e,r.u=t,Z.__h.push(r))}function ci(e){return ai=5,ui(function(){return{current:e}},[])}function ui(e,t){var r=si(Tr++,7);return Nc(r.__H,t)&&(r.__=e(),r.__H=t,r.__h=e),r.__}function en(e,t){return ai=8,ui(function(){return e},t)}function tn(e){var t=Z.context[e.__c],r=si(Tr++,9);return r.c=e,t?(r.__==null&&(r.__=!0,t.sub(Z)),t.props.value):e.__}function YR(){for(var e;e=Vg.shift();)if(e.__P&&e.__H)try{e.__H.__h.forEach(Fo),e.__H.__h.forEach(Oc),e.__H.__h=[]}catch(t){e.__H.__h=[],de.__e(t,e.__v)}}function XR(e){var t,r=function(){clearTimeout(n),Hg&&cancelAnimationFrame(t),setTimeout(e)},n=setTimeout(r,100);Hg&&(t=requestAnimationFrame(r))}function Fo(e){var t=Z,r=e.__c;typeof r=="function"&&(e.__c=void 0,r()),Z=t}function Oc(e){var t=Z;e.__c=e.__(),Z=t}function Nc(e,t){return!e||e.length!==t.length||t.some(function(r,n){return r!==e[n]})}function Gg(e,t){return typeof t=="function"?t(e):t}var Tr,Z,Rc,Fg,ai,Vg,de,Mg,jg,Ug,Bg,Jg,$g,Hg,Dc=T(()=>{$r();ai=0,Vg=[],de=O,Mg=de.__b,jg=de.__r,Ug=de.diffed,Bg=de.__c,Jg=de.unmount,$g=de.__;de.__b=function(e){Z=null,Mg&&Mg(e)},de.__=function(e,t){e&&t.__k&&t.__k.__m&&(e.__m=t.__k.__m),$g&&$g(e,t)},de.__r=function(e){jg&&jg(e),Tr=0;var t=(Z=e.__c).__H;t&&(Rc===Z?(t.__h=[],Z.__h=[],t.__.forEach(function(r){r.__N&&(r.__=r.__N),r.u=r.__N=void 0})):(t.__h.forEach(Fo),t.__h.forEach(Oc),t.__h=[],Tr=0)),Rc=Z},de.diffed=function(e){Ug&&Ug(e);var t=e.__c;t&&t.__H&&(t.__H.__h.length&&(Vg.push(t)!==1&&Fg===de.requestAnimationFrame||((Fg=de.requestAnimationFrame)||XR)(YR)),t.__H.__.forEach(function(r){r.u&&(r.__H=r.u),r.u=void 0})),Rc=Z=null},de.__c=function(e,t){t.some(function(r){try{r.__h.forEach(Fo),r.__h=r.__h.filter(function(n){return!n.__||Oc(n)})}catch(n){t.some(function(i){i.__h&&(i.__h=[])}),t=[],de.__e(n,r.__v)}}),Bg&&Bg(e,t)},de.unmount=function(e){Jg&&Jg(e);var t,r=e.__c;r&&r.__H&&(r.__H.__.forEach(function(n){try{Fo(n)}catch(i){t=i}}),r.__H=void 0,t&&de.__e(t,r.__v))};Hg=typeof requestAnimationFrame=="function"});function ny(e,t){for(var r in t)e[r]=t[r];return e}function qc(e,t){for(var r in e)if(r!=="__source"&&!(r in t))return!0;for(var n in t)if(n!=="__source"&&e[n]!==t[n])return!0;return!1}function Wg(e,t){this.props=e,this.context=t}function Mc(e,t){function r(i){var o=this.props.ref,a=o==i.ref;return!a&&o&&(o.call?o(null):o.current=null),t?!t(this.props,i)||!a:qc(this.props,i)}function n(i){return this.shouldComponentUpdate=r,qe(e,i)}return n.displayName="Memo("+(e.displayName||e.name)+")",n.prototype.isReactComponent=!0,n.__f=!0,n}function jc(e){function t(r){var n=ny({},r);return delete n.ref,e(n,r.ref||null)}return t.$$typeof=ZR,t.render=t,t.prototype.isReactComponent=t.__f=!0,t.displayName="ForwardRef("+(e.displayName||e.name)+")",t}function iy(e,t,r){return e&&(e.__c&&e.__c.__H&&(e.__c.__H.__.forEach(function(n){typeof n.__c=="function"&&n.__c()}),e.__c.__H=null),(e=ny({},e)).__c!=null&&(e.__c.__P===r&&(e.__c.__P=t),e.__c=null),e.__k=e.__k&&e.__k.map(function(n){return iy(n,t,r)})),e}function oy(e,t,r){return e&&r&&(e.__v=null,e.__k=e.__k&&e.__k.map(function(n){return oy(n,t,r)}),e.__c&&e.__c.__P===t&&(e.__e&&r.appendChild(e.__e),e.__c.__e=!0,e.__c.__P=r)),e}function Lc(){this.__u=0,this.o=null,this.__b=null}function ay(e){var t=e.__.__c;return t&&t.__a&&t.__a(e)}function jo(){this.i=null,this.l=null}function Uc(e,t,r){return t.__k==null&&(t.textContent=""),ir(e,t),typeof r=="function"&&r(),e?e.__c:null}function sO(){}function lO(){return this.cancelBubble}function cO(){return this.defaultPrevented}var Fc,Kg,ZR,eO,Qg,Yg,tO,rO,nO,iO,oO,aO,Xg,sy,uO,Zg,ey,ty,Uo=T(()=>{$r();$r();Dc();Dc();Fc=Zr;(Wg.prototype=new Xe).isPureReactComponent=!0,Wg.prototype.shouldComponentUpdate=function(e,t){return qc(this.props,e)||qc(this.state,t)};Kg=O.__b;O.__b=function(e){e.type&&e.type.__f&&e.ref&&(e.props.ref=e.ref,e.ref=null),Kg&&Kg(e)};ZR=typeof Symbol!="undefined"&&Symbol.for&&Symbol.for("react.forward_ref")||3911;eO=O.__e;O.__e=function(e,t,r,n){if(e.then){for(var i,o=t;o=o.__;)if((i=o.__c)&&i.__c)return t.__e==null&&(t.__e=r.__e,t.__k=r.__k),i.__c(e,t)}eO(e,t,r,n)};Qg=O.unmount;O.unmount=function(e){var t=e.__c;t&&t.__R&&t.__R(),t&&32&e.__u&&(e.type=null),Qg&&Qg(e)},(Lc.prototype=new Xe).__c=function(e,t){var r=t.__c,n=this;n.o==null&&(n.o=[]),n.o.push(r);var i=ay(n.__v),o=!1,a=function(){o||(o=!0,r.__R=null,i?i(s):s())};r.__R=a;var s=function(){if(!--n.__u){if(n.state.__a){var l=n.state.__a;n.__v.__k[0]=oy(l,l.__c.__P,l.__c.__O)}var c;for(n.setState({__a:n.__b=null});c=n.o.pop();)c.forceUpdate()}};n.__u++||32&t.__u||n.setState({__a:n.__b=n.__v.__k[0]}),e.then(a,a)},Lc.prototype.componentWillUnmount=function(){this.o=[]},Lc.prototype.render=function(e,t){if(this.__b){if(this.__v.__k){var r=document.createElement("div"),n=this.__v.__k[0].__c;this.__v.__k[0]=iy(this.__b,r,n.__O=n.__P)}this.__b=null}var i=t.__a&&qe(Ze,null,e.fallback);return i&&(i.__u&=-33),[qe(Ze,null,t.__a?null:e.children),i]};Yg=function(e,t,r){if(++r[1]===r[0]&&e.l.delete(t),e.props.revealOrder&&(e.props.revealOrder[0]!=="t"||!e.l.size))for(r=e.i;r;){for(;r.length>3;)r.pop()();if(r[1]<r[0])break;e.i=r=r[2]}};(jo.prototype=new Xe).__a=function(e){var t=this,r=ay(t.__v),n=t.l.get(e);return n[0]++,function(i){var o=function(){t.props.revealOrder?(n.push(i),Yg(t,e,n)):i()};r?r(o):o()}},jo.prototype.render=function(e){this.i=null,this.l=new Map;var t=Hn(e.children);e.revealOrder&&e.revealOrder[0]==="b"&&t.reverse();for(var r=t.length;r--;)this.l.set(t[r],this.i=[1,0,this.i]);return e.children},jo.prototype.componentDidUpdate=jo.prototype.componentDidMount=function(){var e=this;this.l.forEach(function(t,r){Yg(e,r,t)})};tO=typeof Symbol!="undefined"&&Symbol.for&&Symbol.for("react.element")||60103,rO=/^(?:accent|alignment|arabic|baseline|cap|clip(?!PathU)|color|dominant|fill|flood|font|glyph(?!R)|horiz|image(!S)|letter|lighting|marker(?!H|W|U)|overline|paint|pointer|shape|stop|strikethrough|stroke|text(?!L)|transform|underline|unicode|units|v|vector|vert|word|writing|x(?!C))[A-Z]/,nO=/^on(Ani|Tra|Tou|BeforeInp|Compo)/,iO=/[A-Z0-9]/g,oO=typeof document!="undefined",aO=function(e){return(typeof Symbol!="undefined"&&typeof Symbol()=="symbol"?/fil|che|rad/:/fil|che|ra/).test(e)};Xe.prototype.isReactComponent={},["componentWillMount","componentWillReceiveProps","componentWillUpdate"].forEach(function(e){Object.defineProperty(Xe.prototype,e,{configurable:!0,get:function(){return this["UNSAFE_"+e]},set:function(t){Object.defineProperty(this,e,{configurable:!0,writable:!0,value:t})}})});Xg=O.event;O.event=function(e){return Xg&&(e=Xg(e)),e.persist=sO,e.isPropagationStopped=lO,e.isDefaultPrevented=cO,e.nativeEvent=e};uO={enumerable:!1,configurable:!0,get:function(){return this.class}},Zg=O.vnode;O.vnode=function(e){typeof e.type=="string"&&function(t){var r=t.props,n=t.type,i={},o=n.indexOf("-")===-1;for(var a in r){var s=r[a];if(!(a==="value"&&"defaultValue"in r&&s==null||oO&&a==="children"&&n==="noscript"||a==="class"||a==="className")){var l=a.toLowerCase();a==="defaultValue"&&"value"in r&&r.value==null?a="value":a==="download"&&s===!0?s="":l==="translate"&&s==="no"?s=!1:l[0]==="o"&&l[1]==="n"?l==="ondoubleclick"?a="ondblclick":l!=="onchange"||n!=="input"&&n!=="textarea"||aO(r.type)?l==="onfocus"?a="onfocusin":l==="onblur"?a="onfocusout":nO.test(a)&&(a=l):l=a="oninput":o&&rO.test(a)?a=a.replace(iO,"-$&").toLowerCase():s===null&&(s=void 0),l==="oninput"&&i[a=l]&&(a="oninputCapture"),i[a]=s}}n=="select"&&i.multiple&&Array.isArray(i.value)&&(i.value=Hn(r.children).forEach(function(c){c.props.selected=i.value.indexOf(c.props.value)!=-1})),n=="select"&&i.defaultValue!=null&&(i.value=Hn(r.children).forEach(function(c){c.props.selected=i.multiple?i.defaultValue.indexOf(c.props.value)!=-1:i.defaultValue==c.props.value})),r.class&&!r.className?(i.class=r.class,Object.defineProperty(i,"className",uO)):(r.className&&!r.class||r.class&&r.className)&&(i.class=i.className=r.className),t.props=i}(e),e.$$typeof=tO,Zg&&Zg(e)};ey=O.__r;O.__r=function(e){ey&&ey(e),sy=e.__c};ty=O.diffed;O.diffed=function(e){ty&&ty(e);var t=e.props,r=e.__e;r!=null&&e.type==="textarea"&&"value"in t&&t.value!==r.value&&(r.value=t.value==null?"":t.value),sy=null}});var Jc=h(()=>{"use strict";var pO=G(),Bc=le();pO({global:!0,forced:Bc.globalThis!==Bc},{globalThis:Bc})});var ly=h(()=>{"use strict";Jc()});var uy=h((dz,cy)=>{"use strict";Jc();cy.exports=le()});var py=h((pz,dy)=>{"use strict";var fO=uy();dy.exports=fO});var hy=h((fz,fy)=>{"use strict";var hO=py();fy.exports=hO});var vy=h((hz,my)=>{"use strict";ly();var mO=hy();my.exports=mO});var yy=h((mz,gy)=>{"use strict";gy.exports=vy()});var by=h((vz,_y)=>{_y.exports=yy()});var wy=h(()=>{"use strict";var vO=G(),gO=ei();vO({target:"Array",stat:!0},{isArray:gO})});var Sy=h((_z,Iy)=>{"use strict";wy();var yO=Et();Iy.exports=yO.Array.isArray});var xy=h((bz,Ey)=>{"use strict";var _O=Sy();Ey.exports=_O});var Ay=h((wz,ky)=>{ky.exports=xy()});var Cy=h((Iz,Ty)=>{"use strict";Ty.exports=function(){}});var Cr=h((Sz,Py)=>{"use strict";Py.exports={}});var $c=h((Ez,Oy)=>{"use strict";var bO=le(),wO=Pe(),Ry=bO.WeakMap;Oy.exports=wO(Ry)&&/native code/.test(String(Ry))});var Bo=h((xz,Dy)=>{"use strict";var IO=sc(),SO=Oo(),Ny=IO("keys");Dy.exports=function(e){return Ny[e]||(Ny[e]=SO(e))}});var di=h((kz,Ly)=>{"use strict";Ly.exports={}});var Rr=h((Az,My)=>{"use strict";var EO=$c(),Fy=le(),xO=xe(),kO=Ar(),Hc=et(),Vc=Kn(),AO=Bo(),TO=di(),qy="Object already initialized",zc=Fy.TypeError,CO=Fy.WeakMap,Jo,pi,$o,PO=function(e){return $o(e)?pi(e):Jo(e,{})},RO=function(e){return function(t){var r;if(!xO(t)||(r=pi(t)).type!==e)throw new zc("Incompatible receiver, "+e+" required");return r}};EO||Vc.state?(vt=Vc.state||(Vc.state=new CO),vt.get=vt.get,vt.has=vt.has,vt.set=vt.set,Jo=function(e,t){if(vt.has(e))throw new zc(qy);return t.facade=e,vt.set(e,t),t},pi=function(e){return vt.get(e)||{}},$o=function(e){return vt.has(e)}):(Pr=AO("state"),TO[Pr]=!0,Jo=function(e,t){if(Hc(e,Pr))throw new zc(qy);return t.facade=e,kO(e,Pr,t),t},pi=function(e){return Hc(e,Pr)?e[Pr]:{}},$o=function(e){return Hc(e,Pr)});var vt,Pr;My.exports={set:Jo,get:pi,has:$o,enforce:PO,getterFor:RO}});var Kc=h((Tz,Uy)=>{"use strict";var Gc=ze(),OO=et(),jy=Function.prototype,NO=Gc&&Object.getOwnPropertyDescriptor,Wc=OO(jy,"name"),DO=Wc&&(function(){}).name==="something",LO=Wc&&(!Gc||Gc&&NO(jy,"name").configurable);Uy.exports={EXISTS:Wc,PROPER:DO,CONFIGURABLE:LO}});var Qc=h((Cz,By)=>{"use strict";var qO=Zn(),FO=Math.max,MO=Math.min;By.exports=function(e,t){var r=qO(e);return r<0?FO(r+t,0):MO(r,t)}});var Yc=h((Pz,$y)=>{"use strict";var jO=or(),UO=Qc(),BO=Yr(),Jy=function(e){return function(t,r,n){var i=jO(t),o=BO(i);if(o===0)return!e&&-1;var a=UO(n,o),s;if(e&&r!==r){for(;o>a;)if(s=i[a++],s!==s)return!0}else for(;o>a;a++)if((e||a in i)&&i[a]===r)return e||a||0;return!e&&-1}};$y.exports={includes:Jy(!0),indexOf:Jy(!1)}});var Zc=h((Rz,Vy)=>{"use strict";var JO=ge(),Xc=et(),$O=or(),HO=Yc().indexOf,VO=di(),Hy=JO([].push);Vy.exports=function(e,t){var r=$O(e),n=0,i=[],o;for(o in r)!Xc(VO,o)&&Xc(r,o)&&Hy(i,o);for(;t.length>n;)Xc(r,o=t[n++])&&(~HO(i,o)||Hy(i,o));return i}});var Ho=h((Oz,zy)=>{"use strict";zy.exports=["constructor","hasOwnProperty","isPrototypeOf","propertyIsEnumerable","toLocaleString","toString","valueOf"]});var eu=h((Nz,Gy)=>{"use strict";var zO=Zc(),GO=Ho();Gy.exports=Object.keys||function(t){return zO(t,GO)}});var Ky=h(Wy=>{"use strict";var WO=ze(),KO=hc(),QO=Jt(),YO=Bt(),XO=or(),ZO=eu();Wy.f=WO&&!KO?Object.defineProperties:function(t,r){YO(t);for(var n=XO(r),i=ZO(r),o=i.length,a=0,s;o>a;)QO.f(t,s=i[a++],n[s]);return t}});var Yy=h((Lz,Qy)=>{"use strict";var eN=Vr();Qy.exports=eN("document","documentElement")});var fi=h((qz,i_)=>{"use strict";var tN=Bt(),rN=Ky(),Xy=Ho(),nN=di(),iN=Yy(),oN=dc(),aN=Bo(),Zy=">",e_="<",ru="prototype",nu="script",r_=aN("IE_PROTO"),tu=function(){},n_=function(e){return e_+nu+Zy+e+e_+"/"+nu+Zy},t_=function(e){e.write(n_("")),e.close();var t=e.parentWindow.Object;return e=null,t},sN=function(){var e=oN("iframe"),t="java"+nu+":",r;return e.style.display="none",iN.appendChild(e),e.src=String(t),r=e.contentWindow.document,r.open(),r.write(n_("document.F=Object")),r.close(),r.F},Vo,zo=function(){try{Vo=new ActiveXObject("htmlfile")}catch(t){}zo=typeof document!="undefined"?document.domain&&Vo?t_(Vo):sN():t_(Vo);for(var e=Xy.length;e--;)delete zo[ru][Xy[e]];return zo()};nN[r_]=!0;i_.exports=Object.create||function(t,r){var n;return t!==null?(tu[ru]=tN(t),n=new tu,tu[ru]=null,n[r_]=t):n=zo(),r===void 0?n:rN.f(n,r)}});var a_=h((Fz,o_)=>{"use strict";var lN=se();o_.exports=!lN(function(){function e(){}return e.prototype.constructor=null,Object.getPrototypeOf(new e)!==e.prototype})});var ou=h((Mz,l_)=>{"use strict";var cN=et(),uN=Pe(),dN=Gr(),pN=Bo(),fN=a_(),s_=pN("IE_PROTO"),iu=Object,hN=iu.prototype;l_.exports=fN?iu.getPrototypeOf:function(e){var t=dN(e);if(cN(t,s_))return t[s_];var r=t.constructor;return uN(r)&&t instanceof r?r.prototype:t instanceof iu?hN:null}});var Go=h((jz,c_)=>{"use strict";var mN=Ar();c_.exports=function(e,t,r,n){return n&&n.enumerable?e[t]=r:mN(e,t,r),e}});var cu=h((Uz,p_)=>{"use strict";var vN=se(),gN=Pe(),yN=xe(),_N=fi(),u_=ou(),bN=Go(),wN=Fe(),IN=zr(),lu=wN("iterator"),d_=!1,$t,au,su;[].keys&&(su=[].keys(),"next"in su?(au=u_(u_(su)),au!==Object.prototype&&($t=au)):d_=!0);var SN=!yN($t)||vN(function(){var e={};return $t[lu].call(e)!==e});SN?$t={}:IN&&($t=_N($t));gN($t[lu])||bN($t,lu,function(){return this});p_.exports={IteratorPrototype:$t,BUGGY_SAFARI_ITERATORS:d_}});var h_=h((Bz,f_)=>{"use strict";var EN=Do(),xN=Xr();f_.exports=EN?{}.toString:function(){return"[object "+xN(this)+"]"}});var hi=h((Jz,v_)=>{"use strict";var kN=Do(),AN=Jt().f,TN=Ar(),CN=et(),PN=h_(),RN=Fe(),m_=RN("toStringTag");v_.exports=function(e,t,r,n){var i=r?e:e&&e.prototype;i&&(CN(i,m_)||AN(i,m_,{configurable:!0,value:t}),n&&!kN&&TN(i,"toString",PN))}});var y_=h(($z,g_)=>{"use strict";var ON=cu().IteratorPrototype,NN=fi(),DN=Gn(),LN=hi(),qN=Cr(),FN=function(){return this};g_.exports=function(e,t,r,n){var i=t+" Iterator";return e.prototype=NN(ON,{next:DN(+!n,r)}),LN(e,i,!1,!0),qN[i]=FN,e}});var b_=h((Hz,__)=>{"use strict";var MN=ge(),jN=kr();__.exports=function(e,t,r){try{return MN(jN(Object.getOwnPropertyDescriptor(e,t)[r]))}catch(n){}}});var I_=h((Vz,w_)=>{"use strict";var UN=xe();w_.exports=function(e){return UN(e)||e===null}});var E_=h((zz,S_)=>{"use strict";var BN=I_(),JN=String,$N=TypeError;S_.exports=function(e){if(BN(e))return e;throw new $N("Can't set "+JN(e)+" as a prototype")}});var k_=h((Gz,x_)=>{"use strict";var HN=b_(),VN=xe(),zN=xr(),GN=E_();x_.exports=Object.setPrototypeOf||("__proto__"in{}?function(){var e=!1,t={},r;try{r=HN(Object.prototype,"__proto__","set"),r(t,[]),e=t instanceof Array}catch(n){}return function(i,o){return zN(i),GN(o),VN(i)&&(e?r(i,o):i.__proto__=o),i}}():void 0)});var Qo=h((Wz,q_)=>{"use strict";var WN=G(),KN=ht(),Wo=zr(),D_=Kc(),QN=Pe(),YN=y_(),A_=ou(),T_=k_(),XN=hi(),ZN=Ar(),uu=Go(),eD=Fe(),C_=Cr(),L_=cu(),tD=D_.PROPER,rD=D_.CONFIGURABLE,P_=L_.IteratorPrototype,Ko=L_.BUGGY_SAFARI_ITERATORS,mi=eD("iterator"),R_="keys",gi="values",O_="entries",N_=function(){return this};q_.exports=function(e,t,r,n,i,o,a){YN(r,t,n);var s=function(v){if(v===i&&p)return p;if(!Ko&&v&&v in d)return d[v];switch(v){case R_:return function(){return new r(this,v)};case gi:return function(){return new r(this,v)};case O_:return function(){return new r(this,v)}}return function(){return new r(this)}},l=t+" Iterator",c=!1,d=e.prototype,u=d[mi]||d["@@iterator"]||i&&d[i],p=!Ko&&u||s(i),f=t==="Array"&&d.entries||u,m,g,y;if(f&&(m=A_(f.call(new e)),m!==Object.prototype&&m.next&&(!Wo&&A_(m)!==P_&&(T_?T_(m,P_):QN(m[mi])||uu(m,mi,N_)),XN(m,l,!0,!0),Wo&&(C_[l]=N_))),tD&&i===gi&&u&&u.name!==gi&&(!Wo&&rD?ZN(d,"name",gi):(c=!0,p=function(){return KN(u,this)})),i)if(g={values:s(gi),keys:o?p:s(R_),entries:s(O_)},a)for(y in g)(Ko||c||!(y in d))&&uu(d,y,g[y]);else WN({target:t,proto:!0,forced:Ko||c},g);return(!Wo||a)&&d[mi]!==p&&uu(d,mi,p,{name:i}),C_[t]=p,g}});var Yo=h((Kz,F_)=>{"use strict";F_.exports=function(e,t){return{value:e,done:t}}});var Zo=h((Qz,J_)=>{"use strict";var nD=or(),du=Cy(),M_=Cr(),U_=Rr(),iD=Jt().f,oD=Qo(),Xo=Yo(),aD=zr(),sD=ze(),B_="Array Iterator",lD=U_.set,cD=U_.getterFor(B_);J_.exports=oD(Array,"Array",function(e,t){lD(this,{type:B_,target:nD(e),index:0,kind:t})},function(){var e=cD(this),t=e.target,r=e.index++;if(!t||r>=t.length)return e.target=null,Xo(void 0,!0);switch(e.kind){case"keys":return Xo(r,!1);case"values":return Xo(t[r],!1)}return Xo([r,t[r]],!1)},"values");var j_=M_.Arguments=M_.Array;du("keys");du("values");du("entries");if(!aD&&sD&&j_.name!=="values")try{iD(j_,"name",{value:"values"})}catch(e){}});var pu=h(()=>{});var fu=h((Zz,$_)=>{"use strict";var uD=se();$_.exports=!uD(function(){return Object.isExtensible(Object.preventExtensions({}))})});var ea=h((eG,H_)=>{"use strict";var dD=Go();H_.exports=function(e,t,r){for(var n in t)r&&r.unsafe&&e[n]?e[n]=t[n]:dD(e,n,t[n],r);return e}});var hu=h(V_=>{"use strict";var pD=Zc(),fD=Ho(),hD=fD.concat("length","prototype");V_.f=Object.getOwnPropertyNames||function(t){return pD(t,hD)}});var K_=h((rG,W_)=>{"use strict";var mD=Ut(),vD=or(),z_=hu().f,gD=oi(),G_=typeof window=="object"&&window&&Object.getOwnPropertyNames?Object.getOwnPropertyNames(window):[],yD=function(e){try{return z_(e)}catch(t){return gD(G_)}};W_.exports.f=function(t){return G_&&mD(t)==="Window"?yD(t):z_(vD(t))}});var Y_=h((nG,Q_)=>{"use strict";var _D=se();Q_.exports=_D(function(){if(typeof ArrayBuffer=="function"){var e=new ArrayBuffer(8);Object.isExtensible(e)&&Object.defineProperty(e,"a",{value:8})}})});var eb=h((iG,Z_)=>{"use strict";var bD=se(),wD=xe(),ID=Ut(),X_=Y_(),ta=Object.isExtensible,SD=bD(function(){ta(1)});Z_.exports=SD||X_?function(t){return!wD(t)||X_&&ID(t)==="ArrayBuffer"?!1:ta?ta(t):!0}:ta});var yi=h((oG,nb)=>{"use strict";var ED=G(),xD=ge(),kD=di(),AD=xe(),mu=et(),TD=Jt().f,tb=hu(),CD=K_(),vu=eb(),PD=Oo(),RD=fu(),rb=!1,Ht=PD("meta"),OD=0,gu=function(e){TD(e,Ht,{value:{objectID:"O"+OD++,weakData:{}}})},ND=function(e,t){if(!AD(e))return typeof e=="symbol"?e:(typeof e=="string"?"S":"P")+e;if(!mu(e,Ht)){if(!vu(e))return"F";if(!t)return"E";gu(e)}return e[Ht].objectID},DD=function(e,t){if(!mu(e,Ht)){if(!vu(e))return!0;if(!t)return!1;gu(e)}return e[Ht].weakData},LD=function(e){return RD&&rb&&vu(e)&&!mu(e,Ht)&&gu(e),e},qD=function(){FD.enable=function(){},rb=!0;var e=tb.f,t=xD([].splice),r={};r[Ht]=1,e(r).length&&(tb.f=function(n){for(var i=e(n),o=0,a=i.length;o<a;o++)if(i[o]===Ht){t(i,o,1);break}return i},ED({target:"Object",stat:!0,forced:!0},{getOwnPropertyNames:CD.f}))},FD=nb.exports={enable:qD,fastKey:ND,getWeakData:DD,onFreeze:LD};kD[Ht]=!0});var ob=h((aG,ib)=>{"use strict";var MD=Fe(),jD=Cr(),UD=MD("iterator"),BD=Array.prototype;ib.exports=function(e){return e!==void 0&&(jD.Array===e||BD[UD]===e)}});var yu=h((sG,sb)=>{"use strict";var JD=Xr(),ab=Ro(),$D=Er(),HD=Cr(),VD=Fe(),zD=VD("iterator");sb.exports=function(e){if(!$D(e))return ab(e,zD)||ab(e,"@@iterator")||HD[JD(e)]}});var cb=h((lG,lb)=>{"use strict";var GD=ht(),WD=kr(),KD=Bt(),QD=Wn(),YD=yu(),XD=TypeError;lb.exports=function(e,t){var r=arguments.length<2?YD(e):t;if(WD(r))return KD(GD(r,e));throw new XD(QD(e)+" is not iterable")}});var ra=h((cG,db)=>{"use strict";var ZD=ht(),ub=Bt(),eL=Ro();db.exports=function(e,t,r){var n,i;ub(e);try{if(n=eL(e,"return"),!n){if(t==="throw")throw r;return r}n=ZD(n,e)}catch(o){i=!0,n=o}if(t==="throw")throw r;if(i)throw n;return ub(n),r}});var ia=h((uG,mb)=>{"use strict";var tL=Yn(),rL=ht(),nL=Bt(),iL=Wn(),oL=ob(),aL=Yr(),pb=Ve(),sL=cb(),lL=yu(),fb=ra(),cL=TypeError,na=function(e,t){this.stopped=e,this.result=t},hb=na.prototype;mb.exports=function(e,t,r){var n=r&&r.that,i=!!(r&&r.AS_ENTRIES),o=!!(r&&r.IS_RECORD),a=!!(r&&r.IS_ITERATOR),s=!!(r&&r.INTERRUPTED),l=tL(t,n),c,d,u,p,f,m,g,y=function(_){return c&&fb(c,"normal",_),new na(!0,_)},v=function(_){return i?(nL(_),s?l(_[0],_[1],y):l(_[0],_[1])):s?l(_,y):l(_)};if(o)c=e.iterator;else if(a)c=e;else{if(d=lL(e),!d)throw new cL(iL(e)+" is not iterable");if(oL(d)){for(u=0,p=aL(e);p>u;u++)if(f=v(e[u]),f&&pb(hb,f))return f;return new na(!1)}c=sL(e,d)}for(m=o?e.next:c.next;!(g=rL(m,c)).done;){try{f=v(g.value)}catch(_){fb(c,"throw",_)}if(typeof f=="object"&&f&&pb(hb,f))return f}return new na(!1)}});var oa=h((dG,vb)=>{"use strict";var uL=Ve(),dL=TypeError;vb.exports=function(e,t){if(uL(t,e))return e;throw new dL("Incorrect invocation")}});var _u=h((pG,yb)=>{"use strict";var pL=G(),fL=le(),hL=yi(),mL=se(),vL=Ar(),gL=ia(),yL=oa(),_L=Pe(),bL=xe(),wL=Er(),IL=hi(),SL=Jt().f,EL=sr().forEach,xL=ze(),gb=Rr(),kL=gb.set,AL=gb.getterFor;yb.exports=function(e,t,r){var n=e.indexOf("Map")!==-1,i=e.indexOf("Weak")!==-1,o=n?"set":"add",a=fL[e],s=a&&a.prototype,l={},c;if(!xL||!_L(a)||!(i||s.forEach&&!mL(function(){new a().entries().next()})))c=r.getConstructor(t,e,n,o),hL.enable();else{c=t(function(p,f){kL(yL(p,d),{type:e,collection:new a}),wL(f)||gL(f,p[o],{that:p,AS_ENTRIES:n})});var d=c.prototype,u=AL(e);EL(["add","clear","delete","forEach","get","has","set","keys","values","entries"],function(p){var f=p==="add"||p==="set";p in s&&!(i&&p==="clear")&&vL(d,p,function(m,g){var y=u(this).collection;if(!f&&i&&!bL(m))return p==="get"?void 0:!1;var v=y[p](m===0?0:m,g);return f?this:v})}),i||SL(d,"size",{configurable:!0,get:function(){return u(this).collection.size}})}return IL(c,e,!1,!0),l[e]=c,pL({global:!0,forced:!0},l),i||r.setStrong(c,e,n),c}});var xb=h((fG,Eb)=>{"use strict";var TL=ge(),_b=ea(),aa=yi().getWeakData,CL=oa(),PL=Bt(),RL=Er(),bu=xe(),OL=ia(),wb=sr(),bb=et(),Ib=Rr(),NL=Ib.set,DL=Ib.getterFor,LL=wb.find,qL=wb.findIndex,FL=TL([].splice),ML=0,sa=function(e){return e.frozen||(e.frozen=new Sb)},Sb=function(){this.entries=[]},wu=function(e,t){return LL(e.entries,function(r){return r[0]===t})};Sb.prototype={get:function(e){var t=wu(this,e);if(t)return t[1]},has:function(e){return!!wu(this,e)},set:function(e,t){var r=wu(this,e);r?r[1]=t:this.entries.push([e,t])},delete:function(e){var t=qL(this.entries,function(r){return r[0]===e});return~t&&FL(this.entries,t,1),!!~t}};Eb.exports={getConstructor:function(e,t,r,n){var i=e(function(l,c){CL(l,o),NL(l,{type:t,id:ML++,frozen:null}),RL(c)||OL(c,l[n],{that:l,AS_ENTRIES:r})}),o=i.prototype,a=DL(t),s=function(l,c,d){var u=a(l),p=aa(PL(c),!0);return p===!0?sa(u).set(c,d):p[u.id]=d,l};return _b(o,{delete:function(l){var c=a(this);if(!bu(l))return!1;var d=aa(l);return d===!0?sa(c).delete(l):d&&bb(d,c.id)&&delete d[c.id]},has:function(c){var d=a(this);if(!bu(c))return!1;var u=aa(c);return u===!0?sa(d).has(c):u&&bb(u,d.id)}}),_b(o,r?{get:function(c){var d=a(this);if(bu(c)){var u=aa(c);if(u===!0)return sa(d).get(c);if(u)return u[d.id]}},set:function(c,d){return s(this,c,d)}}:{add:function(c){return s(this,c,!0)}}),i}}});var Nb=h(()=>{"use strict";var jL=fu(),kb=le(),da=ge(),Ab=ea(),UL=yi(),BL=_u(),Tb=xb(),la=xe(),ca=Rr().enforce,JL=se(),$L=$c(),wi=Object,HL=Array.isArray,ua=wi.isExtensible,Cb=wi.isFrozen,VL=wi.isSealed,Pb=wi.freeze,zL=wi.seal,GL=!kb.ActiveXObject&&"ActiveXObject"in kb,_i,Rb=function(e){return function(){return e(this,arguments.length?arguments[0]:void 0)}},Ob=BL("WeakMap",Rb,Tb),rn=Ob.prototype,pa=da(rn.set),WL=function(){return jL&&JL(function(){var e=Pb([]);return pa(new Ob,e,1),!Cb(e)})};$L&&(GL?(_i=Tb.getConstructor(Rb,"WeakMap",!0),UL.enable(),Iu=da(rn.delete),bi=da(rn.has),Su=da(rn.get),Ab(rn,{delete:function(e){if(la(e)&&!ua(e)){var t=ca(this);return t.frozen||(t.frozen=new _i),Iu(this,e)||t.frozen.delete(e)}return Iu(this,e)},has:function(t){if(la(t)&&!ua(t)){var r=ca(this);return r.frozen||(r.frozen=new _i),bi(this,t)||r.frozen.has(t)}return bi(this,t)},get:function(t){if(la(t)&&!ua(t)){var r=ca(this);return r.frozen||(r.frozen=new _i),bi(this,t)?Su(this,t):r.frozen.get(t)}return Su(this,t)},set:function(t,r){if(la(t)&&!ua(t)){var n=ca(this);n.frozen||(n.frozen=new _i),bi(this,t)?pa(this,t,r):n.frozen.set(t,r)}else pa(this,t,r);return this}})):WL()&&Ab(rn,{set:function(t,r){var n;return HL(t)&&(Cb(t)?n=Pb:VL(t)&&(n=zL)),pa(this,t,r),n&&n(t),this}}));var Iu,bi,Su});var Db=h(()=>{"use strict";Nb()});var qb=h((yG,Lb)=>{"use strict";Zo();pu();Db();var KL=Et();Lb.exports=KL.WeakMap});var Mb=h((_G,Fb)=>{"use strict";Fb.exports={CSSRuleList:0,CSSStyleDeclaration:0,CSSValueList:0,ClientRectList:0,DOMRectList:0,DOMStringList:0,DOMTokenList:1,DataTransferItemList:0,FileList:0,HTMLAllCollection:0,HTMLCollection:0,HTMLFormElement:0,HTMLSelectElement:0,MediaList:0,MimeTypeArray:0,NamedNodeMap:0,NodeList:1,PaintRequestList:0,Plugin:0,PluginArray:0,SVGLengthList:0,SVGNumberList:0,SVGPathSegList:0,SVGPointList:0,SVGStringList:0,SVGTransformList:0,SourceBufferList:0,StyleSheetList:0,TextTrackCueList:0,TextTrackList:0,TouchList:0}});var Eu=h(()=>{"use strict";Zo();var QL=Mb(),YL=le(),XL=hi(),jb=Cr();for(fa in QL)XL(YL[fa],fa),jb[fa]=jb.Array;var fa});var Bb=h((IG,Ub)=>{"use strict";var ZL=qb();Eu();Ub.exports=ZL});var $b=h((SG,Jb)=>{Jb.exports=Bb()});var Vb=h(()=>{"use strict";var eq=G(),tq=zn(),rq=Yc().indexOf,nq=ni(),xu=tq([].indexOf),Hb=!!xu&&1/xu([1],1,-0)<0,iq=Hb||!nq("indexOf");eq({target:"Array",proto:!0,forced:iq},{indexOf:function(t){var r=arguments.length>1?arguments[1]:void 0;return Hb?xu(this,t,r)||0:rq(this,t,r)}})});var Gb=h((kG,zb)=>{"use strict";Vb();var oq=ct();zb.exports=oq("Array","indexOf")});var Kb=h((AG,Wb)=>{"use strict";var aq=Ve(),sq=Gb(),ku=Array.prototype;Wb.exports=function(e){var t=e.indexOf;return e===ku||aq(ku,e)&&t===ku.indexOf?sq:t}});var Yb=h((TG,Qb)=>{"use strict";var lq=Kb();Qb.exports=lq});var Zb=h((CG,Xb)=>{Xb.exports=Yb()});var ew=h(()=>{"use strict";var cq=G(),uq=sr().map,dq=ri(),pq=dq("map");cq({target:"Array",proto:!0,forced:!pq},{map:function(t){return uq(this,t,arguments.length>1?arguments[1]:void 0)}})});var rw=h((OG,tw)=>{"use strict";ew();var fq=ct();tw.exports=fq("Array","map")});var iw=h((NG,nw)=>{"use strict";var hq=Ve(),mq=rw(),Au=Array.prototype;nw.exports=function(e){var t=e.map;return e===Au||hq(Au,e)&&t===Au.map?mq:t}});var aw=h((DG,ow)=>{"use strict";var vq=iw();ow.exports=vq});var lw=h((LG,sw)=>{sw.exports=aw()});var cw=h(()=>{"use strict";var gq=G(),yq=ze(),_q=fi();gq({target:"Object",stat:!0,sham:!yq},{create:_q})});var dw=h((MG,uw)=>{"use strict";cw();var bq=Et(),wq=bq.Object;uw.exports=function(t,r){return wq.create(t,r)}});var fw=h((jG,pw)=>{"use strict";var Iq=dw();pw.exports=Iq});var mw=h((UG,hw)=>{hw.exports=fw()});var Tu=h((BG,vw)=>{"use strict";var Sq=Jt();vw.exports=function(e,t,r){return Sq.f(e,t,r)}});var _w=h((JG,yw)=>{"use strict";var Eq=Vr(),xq=Tu(),kq=Fe(),Aq=ze(),gw=kq("species");yw.exports=function(e){var t=Eq(e);Aq&&t&&!t[gw]&&xq(t,gw,{configurable:!0,get:function(){return this}})}});var kw=h(($G,xw)=>{"use strict";var bw=fi(),Tq=Tu(),ww=ea(),Cq=Yn(),Pq=oa(),Rq=Er(),Oq=ia(),Nq=Qo(),ha=Yo(),Dq=_w(),Ii=ze(),Iw=yi().fastKey,Ew=Rr(),Sw=Ew.set,Cu=Ew.getterFor;xw.exports={getConstructor:function(e,t,r,n){var i=e(function(c,d){Pq(c,o),Sw(c,{type:t,index:bw(null),first:null,last:null,size:0}),Ii||(c.size=0),Rq(d)||Oq(d,c[n],{that:c,AS_ENTRIES:r})}),o=i.prototype,a=Cu(t),s=function(c,d,u){var p=a(c),f=l(c,d),m,g;return f?f.value=u:(p.last=f={index:g=Iw(d,!0),key:d,value:u,previous:m=p.last,next:null,removed:!1},p.first||(p.first=f),m&&(m.next=f),Ii?p.size++:c.size++,g!=="F"&&(p.index[g]=f)),c},l=function(c,d){var u=a(c),p=Iw(d),f;if(p!=="F")return u.index[p];for(f=u.first;f;f=f.next)if(f.key===d)return f};return ww(o,{clear:function(){for(var d=this,u=a(d),p=u.first;p;)p.removed=!0,p.previous&&(p.previous=p.previous.next=null),p=p.next;u.first=u.last=null,u.index=bw(null),Ii?u.size=0:d.size=0},delete:function(c){var d=this,u=a(d),p=l(d,c);if(p){var f=p.next,m=p.previous;delete u.index[p.index],p.removed=!0,m&&(m.next=f),f&&(f.previous=m),u.first===p&&(u.first=f),u.last===p&&(u.last=m),Ii?u.size--:d.size--}return!!p},forEach:function(d){for(var u=a(this),p=Cq(d,arguments.length>1?arguments[1]:void 0),f;f=f?f.next:u.first;)for(p(f.value,f.key,this);f&&f.removed;)f=f.previous},has:function(d){return!!l(this,d)}}),ww(o,r?{get:function(d){var u=l(this,d);return u&&u.value},set:function(d,u){return s(this,d===0?0:d,u)}}:{add:function(d){return s(this,d=d===0?0:d,d)}}),Ii&&Tq(o,"size",{configurable:!0,get:function(){return a(this).size}}),i},setStrong:function(e,t,r){var n=t+" Iterator",i=Cu(t),o=Cu(n);Nq(e,t,function(a,s){Sw(this,{type:n,target:a,state:i(a),kind:s,last:null})},function(){for(var a=o(this),s=a.kind,l=a.last;l&&l.removed;)l=l.previous;return!a.target||!(a.last=l=l?l.next:a.state.first)?(a.target=null,ha(void 0,!0)):ha(s==="keys"?l.key:s==="values"?l.value:[l.key,l.value],!1)},r?"entries":"values",!r,!0),Dq(t)}}});var Aw=h(()=>{"use strict";var Lq=_u(),qq=kw();Lq("Set",function(e){return function(){return e(this,arguments.length?arguments[0]:void 0)}},qq)});var Tw=h(()=>{"use strict";Aw()});var lr=h((WG,Cw)=>{"use strict";var Fq=Wn(),Mq=TypeError;Cw.exports=function(e){if(typeof e=="object"&&"size"in e&&"has"in e&&"add"in e&&"delete"in e&&"keys"in e)return e;throw new Mq(Fq(e)+" is not a set")}});var Rw=h((KG,Pw)=>{"use strict";Pw.exports=function(e,t){return t===1?function(r,n){return r[e](n)}:function(r,n,i){return r[e](n,i)}}});var cr=h((QG,Nw)=>{"use strict";var jq=Vr(),Pu=Rw(),Ow=jq("Set"),Uq=Ow.prototype;Nw.exports={Set:Ow,add:Pu("add",1),has:Pu("has",1),remove:Pu("delete",1),proto:Uq}});var ur=h((YG,Dw)=>{"use strict";var Bq=ht();Dw.exports=function(e,t,r){for(var n=r?e:e.iterator,i=e.next,o,a;!(o=Bq(i,n)).done;)if(a=t(o.value),a!==void 0)return a}});var nn=h((XG,Lw)=>{"use strict";var Jq=ur();Lw.exports=function(e,t,r){return r?Jq(e.keys(),t,!0):e.forEach(t)}});var ma=h((ZG,Fw)=>{"use strict";var qw=cr(),$q=nn(),Hq=qw.Set,Vq=qw.add;Fw.exports=function(e){var t=new Hq;return $q(e,function(r){Vq(t,r)}),t}});var on=h((e6,Mw)=>{"use strict";Mw.exports=function(e){return e.size}});var Uw=h((t6,jw)=>{"use strict";jw.exports=function(e){return{iterator:e,next:e.next,done:!1}}});var dr=h((r6,zw)=>{"use strict";var Bw=kr(),Hw=Bt(),Jw=ht(),zq=Zn(),Gq=Uw(),$w="Invalid size",Wq=RangeError,Kq=TypeError,Qq=Math.max,Vw=function(e,t){this.set=e,this.size=Qq(t,0),this.has=Bw(e.has),this.keys=Bw(e.keys)};Vw.prototype={getIterator:function(){return Gq(Hw(Jw(this.keys,this.set)))},includes:function(e){return Jw(this.has,this.set,e)}};zw.exports=function(e){Hw(e);var t=+e.size;if(t!==t)throw new Kq($w);var r=zq(t);if(r<0)throw new Wq($w);return new Vw(e,r)}});var Qw=h((n6,Kw)=>{"use strict";var Yq=lr(),Ww=cr(),Xq=ma(),Zq=on(),eF=dr(),tF=nn(),rF=ur(),nF=Ww.has,Gw=Ww.remove;Kw.exports=function(t){var r=Yq(this),n=eF(t),i=Xq(r);return Zq(r)<=n.size?tF(r,function(o){n.includes(o)&&Gw(i,o)}):rF(n.getIterator(),function(o){nF(r,o)&&Gw(i,o)}),i}});var pr=h((i6,Yw)=>{"use strict";Yw.exports=function(){return!1}});var Xw=h(()=>{"use strict";var iF=G(),oF=Qw(),aF=pr(),sF=!aF("difference",function(e){return e.size===0});iF({target:"Set",proto:!0,real:!0,forced:sF},{difference:oF})});var t0=h((s6,e0)=>{"use strict";var lF=lr(),Ru=cr(),cF=on(),uF=dr(),dF=nn(),pF=ur(),fF=Ru.Set,Zw=Ru.add,hF=Ru.has;e0.exports=function(t){var r=lF(this),n=uF(t),i=new fF;return cF(r)>n.size?pF(n.getIterator(),function(o){hF(r,o)&&Zw(i,o)}):dF(r,function(o){n.includes(o)&&Zw(i,o)}),i}});var r0=h(()=>{"use strict";var mF=G(),vF=se(),gF=t0(),yF=pr(),_F=!yF("intersection",function(e){return e.size===2&&e.has(1)&&e.has(2)})||vF(function(){return String(Array.from(new Set([1,2,3]).intersection(new Set([3,2]))))!=="3,2"});mF({target:"Set",proto:!0,real:!0,forced:_F},{intersection:gF})});var i0=h((u6,n0)=>{"use strict";var bF=lr(),wF=cr().has,IF=on(),SF=dr(),EF=nn(),xF=ur(),kF=ra();n0.exports=function(t){var r=bF(this),n=SF(t);if(IF(r)<=n.size)return EF(r,function(o){if(n.includes(o))return!1},!0)!==!1;var i=n.getIterator();return xF(i,function(o){if(wF(r,o))return kF(i,"normal",!1)})!==!1}});var o0=h(()=>{"use strict";var AF=G(),TF=i0(),CF=pr(),PF=!CF("isDisjointFrom",function(e){return!e});AF({target:"Set",proto:!0,real:!0,forced:PF},{isDisjointFrom:TF})});var s0=h((f6,a0)=>{"use strict";var RF=lr(),OF=on(),NF=nn(),DF=dr();a0.exports=function(t){var r=RF(this),n=DF(t);return OF(r)>n.size?!1:NF(r,function(i){if(!n.includes(i))return!1},!0)!==!1}});var l0=h(()=>{"use strict";var LF=G(),qF=s0(),FF=pr(),MF=!FF("isSubsetOf",function(e){return e});LF({target:"Set",proto:!0,real:!0,forced:MF},{isSubsetOf:qF})});var u0=h((v6,c0)=>{"use strict";var jF=lr(),UF=cr().has,BF=on(),JF=dr(),$F=ur(),HF=ra();c0.exports=function(t){var r=jF(this),n=JF(t);if(BF(r)<n.size)return!1;var i=n.getIterator();return $F(i,function(o){if(!UF(r,o))return HF(i,"normal",!1)})!==!1}});var d0=h(()=>{"use strict";var VF=G(),zF=u0(),GF=pr(),WF=!GF("isSupersetOf",function(e){return!e});VF({target:"Set",proto:!0,real:!0,forced:WF},{isSupersetOf:zF})});var f0=h((_6,p0)=>{"use strict";var KF=lr(),Ou=cr(),QF=ma(),YF=dr(),XF=ur(),ZF=Ou.add,eM=Ou.has,tM=Ou.remove;p0.exports=function(t){var r=KF(this),n=YF(t).getIterator(),i=QF(r);return XF(n,function(o){eM(r,o)?tM(i,o):ZF(i,o)}),i}});var h0=h(()=>{"use strict";var rM=G(),nM=f0(),iM=pr();rM({target:"Set",proto:!0,real:!0,forced:!iM("symmetricDifference")},{symmetricDifference:nM})});var v0=h((I6,m0)=>{"use strict";var oM=lr(),aM=cr().add,sM=ma(),lM=dr(),cM=ur();m0.exports=function(t){var r=oM(this),n=lM(t).getIterator(),i=sM(r);return cM(n,function(o){aM(i,o)}),i}});var g0=h(()=>{"use strict";var uM=G(),dM=v0(),pM=pr();uM({target:"Set",proto:!0,real:!0,forced:!pM("union")},{union:dM})});var Si=h((x6,y0)=>{"use strict";var fM=Xr(),hM=String;y0.exports=function(e){if(fM(e)==="Symbol")throw new TypeError("Cannot convert a Symbol value to a string");return hM(e)}});var I0=h((k6,w0)=>{"use strict";var Nu=ge(),mM=Zn(),vM=Si(),gM=xr(),yM=Nu("".charAt),_0=Nu("".charCodeAt),_M=Nu("".slice),b0=function(e){return function(t,r){var n=vM(gM(t)),i=mM(r),o=n.length,a,s;return i<0||i>=o?e?"":void 0:(a=_0(n,i),a<55296||a>56319||i+1===o||(s=_0(n,i+1))<56320||s>57343?e?yM(n,i):a:e?_M(n,i,i+2):(a-55296<<10)+(s-56320)+65536)}};w0.exports={codeAt:b0(!1),charAt:b0(!0)}});var k0=h(()=>{"use strict";var bM=I0().charAt,wM=Si(),E0=Rr(),IM=Qo(),S0=Yo(),x0="String Iterator",SM=E0.set,EM=E0.getterFor(x0);IM(String,"String",function(e){SM(this,{type:x0,string:wM(e),index:0})},function(){var t=EM(this),r=t.string,n=t.index,i;return n>=r.length?S0(void 0,!0):(i=bM(r,n),t.index+=i.length,S0(i,!1))})});var T0=h((C6,A0)=>{"use strict";Zo();pu();Tw();Xw();r0();o0();l0();d0();h0();g0();k0();var xM=Et();A0.exports=xM.Set});var P0=h((P6,C0)=>{"use strict";var kM=T0();Eu();C0.exports=kM});var O0=h((R6,R0)=>{R0.exports=P0()});var D0=h(N0=>{"use strict";N0.f=Object.getOwnPropertySymbols});var M0=h((N6,F0)=>{"use strict";var L0=ze(),AM=ge(),TM=ht(),CM=se(),Du=eu(),PM=D0(),RM=Ql(),OM=Gr(),NM=Ao(),an=Object.assign,q0=Object.defineProperty,DM=AM([].concat);F0.exports=!an||CM(function(){if(L0&&an({b:1},an(q0({},"a",{enumerable:!0,get:function(){q0(this,"b",{value:3,enumerable:!1})}}),{b:2})).b!==1)return!0;var e={},t={},r=Symbol("assign detection"),n="abcdefghijklmnopqrst";return e[r]=7,n.split("").forEach(function(i){t[i]=i}),an({},e)[r]!==7||Du(an({},t)).join("")!==n})?function(t,r){for(var n=OM(t),i=arguments.length,o=1,a=PM.f,s=RM.f;i>o;)for(var l=NM(arguments[o++]),c=a?DM(Du(l),a(l)):Du(l),d=c.length,u=0,p;d>u;)p=c[u++],(!L0||TM(s,l,p))&&(n[p]=l[p]);return n}:an});var U0=h(()=>{"use strict";var LM=G(),j0=M0();LM({target:"Object",stat:!0,arity:2,forced:Object.assign!==j0},{assign:j0})});var J0=h((q6,B0)=>{"use strict";U0();var qM=Et();B0.exports=qM.Object.assign});var H0=h((F6,$0)=>{"use strict";var FM=J0();$0.exports=FM});var z0=h((M6,V0)=>{V0.exports=H0()});var Lu=h((j6,G0)=>{"use strict";G0.exports=`
|
|
20
|
-
\v\f\r \xA0\u1680\u2000\u2001\u2002\u2003\u2004\u2005\u2006\u2007\u2008\u2009\u200A\u202F\u205F\u3000\u2028\u2029\uFEFF`});var Q0=h((U6,K0)=>{"use strict";var MM=ge(),jM=xr(),UM=Si(),Fu=Lu(),W0=MM("".replace),BM=RegExp("^["+Fu+"]+"),JM=RegExp("(^|[^"+Fu+"])["+Fu+"]+$"),qu=function(e){return function(t){var r=UM(jM(t));return e&1&&(r=W0(r,BM,"")),e&2&&(r=W0(r,JM,"$1")),r}};K0.exports={start:qu(1),end:qu(2),trim:qu(3)}});var eI=h((B6,Z0)=>{"use strict";var $M=Kc().PROPER,HM=se(),Y0=Lu(),X0="\u200B\x85\u180E";Z0.exports=function(e){return HM(function(){return!!Y0[e]()||X0[e]()!==X0||$M&&Y0[e].name!==e})}});var tI=h(()=>{"use strict";var VM=G(),zM=Q0().trim,GM=eI();VM({target:"String",proto:!0,forced:GM("trim")},{trim:function(){return zM(this)}})});var nI=h((H6,rI)=>{"use strict";tI();var WM=ct();rI.exports=WM("String","trim")});var oI=h((V6,iI)=>{"use strict";var KM=Ve(),QM=nI(),Mu=String.prototype;iI.exports=function(e){var t=e.trim;return typeof e=="string"||e===Mu||KM(Mu,e)&&t===Mu.trim?QM:t}});var sI=h((z6,aI)=>{"use strict";var YM=oI();aI.exports=YM});var cI=h((G6,lI)=>{lI.exports=sI()});var pI=h(()=>{"use strict";var XM=G(),uI=ei(),ZM=Ic(),ej=xe(),dI=Qc(),tj=Yr(),rj=or(),nj=Ac(),ij=Fe(),oj=ri(),aj=oi(),sj=oj("slice"),lj=ij("species"),ju=Array,cj=Math.max;XM({target:"Array",proto:!0,forced:!sj},{slice:function(t,r){var n=rj(this),i=tj(n),o=dI(t,i),a=dI(r===void 0?i:r,i),s,l,c;if(uI(n)&&(s=n.constructor,ZM(s)&&(s===ju||uI(s.prototype))?s=void 0:ej(s)&&(s=s[lj],s===null&&(s=void 0)),s===ju||s===void 0))return aj(n,o,a);for(l=new(s===void 0?ju:s)(cj(a-o,0)),c=0;o<a;o++,c++)o in n&&nj(l,c,n[o]);return l.length=c,l}})});var hI=h((Q6,fI)=>{"use strict";pI();var uj=ct();fI.exports=uj("Array","slice")});var vI=h((Y6,mI)=>{"use strict";var dj=Ve(),pj=hI(),Uu=Array.prototype;mI.exports=function(e){var t=e.slice;return e===Uu||dj(Uu,e)&&t===Uu.slice?pj:t}});var yI=h((X6,gI)=>{"use strict";var fj=vI();gI.exports=fj});var bI=h((Z6,_I)=>{_I.exports=yI()});var Bu=T(()=>{});var II=h((t8,wI)=>{"use strict";var hj=xe(),mj=Ut(),vj=Fe(),gj=vj("match");wI.exports=function(e){var t;return hj(e)&&((t=e[gj])!==void 0?!!t:mj(e)==="RegExp")}});var EI=h((r8,SI)=>{"use strict";var yj=II(),_j=TypeError;SI.exports=function(e){if(yj(e))throw new _j("The method doesn't accept regular expressions");return e}});var kI=h((n8,xI)=>{"use strict";var bj=Fe(),wj=bj("match");xI.exports=function(e){var t=/./;try{"/./"[e](t)}catch(r){try{return t[wj]=!1,"/./"[e](t)}catch(n){}}return!1}});var CI=h(()=>{"use strict";var Ij=G(),Sj=zn(),Ej=fc().f,xj=_c(),AI=Si(),kj=EI(),Aj=xr(),Tj=kI(),Cj=zr(),Pj=Sj("".slice),Rj=Math.min,TI=Tj("startsWith"),Oj=!Cj&&!TI&&!!function(){var e=Ej(String.prototype,"startsWith");return e&&!e.writable}();Ij({target:"String",proto:!0,forced:!Oj&&!TI},{startsWith:function(t){var r=AI(Aj(this));kj(t);var n=xj(Rj(arguments.length>1?arguments[1]:void 0,r.length)),i=AI(t);return Pj(r,n,n+i.length)===i}})});var RI=h((a8,PI)=>{"use strict";CI();var Nj=ct();PI.exports=Nj("String","startsWith")});var NI=h((s8,OI)=>{"use strict";var Dj=Ve(),Lj=RI(),Ju=String.prototype;OI.exports=function(e){var t=e.startsWith;return typeof e=="string"||e===Ju||Dj(Ju,e)&&t===Ju.startsWith?Lj:t}});var LI=h((l8,DI)=>{"use strict";var qj=NI();DI.exports=qj});var FI=h((c8,qI)=>{qI.exports=LI()});var JI=h((u8,BI)=>{"use strict";var jI=ge(),Fj=kr(),Mj=xe(),jj=et(),MI=oi(),Uj=Hr(),UI=Function,Bj=jI([].concat),Jj=jI([].join),$u={},$j=function(e,t,r){if(!jj($u,t)){for(var n=[],i=0;i<t;i++)n[i]="a["+i+"]";$u[t]=UI("C,a","return new C("+Jj(n,",")+")")}return $u[t](e,r)};BI.exports=Uj?UI.bind:function(t){var r=Fj(this),n=r.prototype,i=MI(arguments,1),o=function(){var s=Bj(i,MI(arguments));return this instanceof o?$j(r,s.length,s):r.apply(t,s)};return Mj(n)&&(o.prototype=n),o}});var HI=h(()=>{"use strict";var Hj=G(),$I=JI();Hj({target:"Function",proto:!0,forced:Function.bind!==$I},{bind:$I})});var zI=h((f8,VI)=>{"use strict";HI();var Vj=ct();VI.exports=Vj("Function","bind")});var WI=h((h8,GI)=>{"use strict";var zj=Ve(),Gj=zI(),Hu=Function.prototype;GI.exports=function(e){var t=e.bind;return e===Hu||zj(Hu,e)&&t===Hu.bind?Gj:t}});var QI=h((m8,KI)=>{"use strict";var Wj=WI();KI.exports=Wj});var XI=h((v8,YI)=>{YI.exports=QI()});function Da(e,t){ye.__h&&ye.__h(ie,e,Pi||t),Pi=0;var r=ie.__H||(ie.__H={__:[],__h:[]});return e>=r.__.length&&r.__.push({}),r.__[e]}function zt(e){return Pi=1,Kj(MS,e)}function Kj(e,t,r){var n=Da(dn++,2);if(n.t=e,!n.__c&&(n.__=[MS(void 0,t),function(s){var l=n.__N?n.__N[0]:n.__[0],c=n.t(l,s);l!==c&&(n.__N=[c,n.__[1]],n.__c.setState({}))}],n.__c=ie,!ie.__f)){var i=function(s,l,c){var d;if(!n.__c.__H)return!0;var u=(0,cd.default)(d=n.__c.__H.__).call(d,function(f){return!!f.__c});if((0,NS.default)(u).call(u,function(f){return!f.__N}))return!o||o.call(this,s,l,c);var p=n.__c.props!==s;return(0,ke.default)(u).call(u,function(f){if(f.__N){var m=f.__[0];f.__=f.__N,f.__N=void 0,m!==f.__[0]&&(p=!0)}}),o&&o.call(this,s,l,c)||p};ie.__f=!0;var o=ie.shouldComponentUpdate,a=ie.componentWillUpdate;ie.componentWillUpdate=function(s,l,c){if(this.__e){var d=o;o=void 0,i(s,l,c),o=d}a&&a.call(this,s,l,c)},ie.shouldComponentUpdate=i}return n.__N||n.__}function Nr(e,t){var r=Da(dn++,3);!ye.__s&&FS(r.__H,t)&&(r.__=e,r.u=t,ie.__H.__h.push(r))}function ki(e){return Pi=5,hd(function(){return{current:e}},[])}function hd(e,t){var r=Da(dn++,7);return FS(r.__H,t)&&(r.__=e(),r.__H=t,r.__h=e),r.__}function ut(e,t){return Pi=8,hd(function(){return e},t)}function Qj(e){var t=ie.context[e.__c],r=Da(dn++,9);return r.c=e,t?(r.__==null&&(r.__=!0,t.sub(ie)),t.props.value):e.__}function Yj(){for(var e;e=qS.shift();)if(e.__P&&e.__H)try{var t,r;(0,ke.default)(t=e.__H.__h).call(t,ba),(0,ke.default)(r=e.__H.__h).call(r,Xu),e.__H.__h=[]}catch(n){e.__H.__h=[],ye.__e(n,e.__v)}}function Xj(e){var t,r=function(){clearTimeout(n),aS&&cancelAnimationFrame(t),(0,Pt.default)(e)},n=(0,Pt.default)(r,100);aS&&(t=requestAnimationFrame(r))}function ba(e){var t=ie,r=e.__c;typeof r=="function"&&(e.__c=void 0,r()),ie=t}function Xu(e){var t=ie;e.__c=e.__(),ie=t}function FS(e,t){return!e||e.length!==t.length||(0,Ta.default)(t).call(t,function(r,n){return r!==e[n]})}function MS(e,t){return typeof t=="function"?t(e):t}function Zj(e){return e&&e.__esModule&&Object.prototype.hasOwnProperty.call(e,"default")?e.default:e}function Zu(){throw new Error("setTimeout has not been defined")}function ed(){throw new Error("clearTimeout has not been defined")}function US(e){if(xt===Pt.default)return(0,Pt.default)(e,0);if((xt===Zu||!xt)&&Pt.default)return xt=Pt.default,(0,Pt.default)(e,0);try{return xt(e,0)}catch(t){try{return xt.call(null,e,0)}catch(r){return xt.call(this,e,0)}}}function eU(e){if(kt===clearTimeout)return clearTimeout(e);if((kt===ed||!kt)&&clearTimeout)return kt=clearTimeout,clearTimeout(e);try{return kt(e)}catch(t){try{return kt.call(null,e)}catch(r){return kt.call(this,e)}}}function tU(){!ln||!fr||(ln=!1,fr.length?Vt=(0,Na.default)(fr).call(fr,Vt):wa=-1,Vt.length&&BS())}function BS(){if(!ln){var e=US(tU);ln=!0;for(var t=Vt.length;t;){for(fr=Vt,Vt=[];++wa<t;)fr&&fr[wa].run();wa=-1,t=Vt.length}fr=null,ln=!1,eU(e)}}function JS(e,t){this.fun=e,this.array=t}function Wt(){}function iU(e){if(e.sheet)return e.sheet;for(var t=0;t<document.styleSheets.length;t++)if(document.styleSheets[t].ownerNode===e)return document.styleSheets[t]}function oU(e){var t=document.createElement("style");return t.setAttribute("data-emotion",e.key),e.nonce!==void 0&&t.setAttribute("nonce",e.nonce),t.appendChild(document.createTextNode("")),t.setAttribute("data-s",""),t}function cU(e,t){return Re(e,0)^45?(((t<<2^Re(e,0))<<2^Re(e,1))<<2^Re(e,2))<<2^Re(e,3):0}function VS(e){return(0,pd.default)(e).call(e)}function uU(e,t){return(e=t.exec(e))?e[0]:e}function $(e,t,r){return e.replace(t,r)}function td(e,t){return(0,Gt.default)(e).call(e,t)}function Re(e,t){return e.charCodeAt(t)|0}function Ri(e,t,r){return(0,fd.default)(e).call(e,t,r)}function At(e){return e.length}function yd(e){return e.length}function va(e,t){return t.push(e),e}function dU(e,t){return(0,Ci.default)(e).call(e,t).join("")}function Fa(e,t,r,n,i,o,a){return{value:e,root:t,parent:r,type:n,props:i,children:o,line:qa,column:pn,length:a,return:""}}function Ei(e,t){return lU(Fa("",null,null,"",null,null,0),e,{length:-e.length},t)}function pU(){return _e}function fU(){return _e=We>0?Re(hn,--We):0,pn--,_e===10&&(pn=1,qa--),_e}function tt(){return _e=We<zS?Re(hn,We++):0,pn++,_e===10&&(pn=1,qa++),_e}function Rt(){return Re(hn,We)}function Ia(){return We}function Fi(e,t){return Ri(hn,e,t)}function Oi(e){switch(e){case 0:case 9:case 10:case 13:case 32:return 5;case 33:case 43:case 44:case 47:case 62:case 64:case 126:case 59:case 123:case 125:return 4;case 58:return 3;case 34:case 39:case 40:case 91:return 2;case 41:case 93:return 1}return 0}function GS(e){return qa=pn=1,zS=At(hn=e),We=0,[]}function WS(e){return hn="",e}function Sa(e){return VS(Fi(We-1,rd(e===91?e+2:e===40?e+1:e)))}function hU(e){for(;(_e=Rt())&&_e<33;)tt();return Oi(e)>2||Oi(_e)>3?"":" "}function mU(e,t){for(;--t&&tt()&&!(_e<48||_e>102||_e>57&&_e<65||_e>70&&_e<97););return Fi(e,Ia()+(t<6&&Rt()==32&&tt()==32))}function rd(e){for(;tt();)switch(_e){case e:return We;case 34:case 39:e!==34&&e!==39&&rd(_e);break;case 40:e===41&&rd(e);break;case 92:tt();break}return We}function vU(e,t){for(;tt()&&e+_e!==57&&!(e+_e===84&&Rt()===47););return"/*"+Fi(t,We-1)+"*"+La(e===47?e:tt())}function gU(e){for(;!Oi(Rt());)tt();return Fi(e,We)}function yU(e){return WS(Ea("",null,null,null,[""],e=GS(e),0,[0],e))}function Ea(e,t,r,n,i,o,a,s,l){for(var c=0,d=0,u=a,p=0,f=0,m=0,g=1,y=1,v=1,_=0,w="",A=i,R=o,P=n,S=w;y;)switch(m=_,_=tt()){case 40:if(m!=108&&Re(S,u-1)==58){td(S+=$(Sa(_),"&","&\f"),"&\f")!=-1&&(v=-1);break}case 34:case 39:case 91:S+=Sa(_);break;case 9:case 10:case 13:case 32:S+=hU(m);break;case 92:S+=mU(Ia()-1,7);continue;case 47:switch(Rt()){case 42:case 47:va(_U(vU(tt(),Ia()),t,r),l);break;default:S+="/"}break;case 123*g:s[c++]=At(S)*v;case 125*g:case 59:case 0:switch(_){case 0:case 125:y=0;case 59+d:f>0&&At(S)-u&&va(f>32?lS(S+";",n,r,u-1):lS($(S," ","")+";",n,r,u-2),l);break;case 59:S+=";";default:if(va(P=sS(S,t,r,c,d,i,s,w,A=[],R=[],u),o),_===123)if(d===0)Ea(S,t,P,P,A,o,u,s,R);else switch(p===99&&Re(S,3)===110?100:p){case 100:case 109:case 115:Ea(e,P,P,n&&va(sS(e,P,P,0,0,i,s,w,i,A=[],u),R),i,R,u,s,n?A:R);break;default:Ea(S,P,P,P,[""],R,0,s,R)}}c=d=f=0,g=v=1,w=S="",u=a;break;case 58:u=1+At(S),f=m;default:if(g<1){if(_==123)--g;else if(_==125&&g++==0&&fU()==125)continue}switch(S+=La(_),_*g){case 38:v=d>0?1:(S+="\f",-1);break;case 44:s[c++]=(At(S)-1)*v,v=1;break;case 64:Rt()===45&&(S+=Sa(tt())),p=Rt(),d=u=At(w=S+=gU(Ia())),_++;break;case 45:m===45&&At(S)==2&&(g=0)}}return o}function sS(e,t,r,n,i,o,a,s,l,c,d){for(var u=i-1,p=i===0?o:[""],f=yd(p),m=0,g=0,y=0;m<n;++m)for(var v=0,_=Ri(e,u+1,u=sU(g=a[m])),w=e;v<f;++v)(w=VS(g>0?p[v]+" "+_:$(_,/&\f/g,p[v])))&&(l[y++]=w);return Fa(e,t,r,i===0?vd:s,l,c,d)}function _U(e,t,r){return Fa(e,t,r,md,La(pU()),Ri(e,2,-2),0)}function lS(e,t,r,n){return Fa(e,t,r,gd,Ri(e,0,n),Ri(e,n+1,-1),n)}function cn(e,t){for(var r="",n=yd(e),i=0;i<n;i++)r+=t(e[i],i,e,t)||"";return r}function bU(e,t,r,n){switch(e.type){case aU:case gd:return e.return=e.return||e.value;case md:return"";case HS:return e.return=e.value+"{"+cn(e.children,n)+"}";case vd:e.value=e.props.join(",")}return At(r=cn(e.children,n))?e.return=e.value+"{"+r+"}":""}function wU(e){var t=yd(e);return function(r,n,i,o){for(var a="",s=0;s<t;s++)a+=e[s](r,n,i,o)||"";return a}}function IU(e){return function(t){t.root||(t=t.return)&&e(t)}}function QS(e,t){switch(cU(e,t)){case 5103:return M+"print-"+e+e;case 5737:case 4201:case 3177:case 3433:case 1641:case 4457:case 2921:case 5572:case 6356:case 5844:case 3191:case 6645:case 3005:case 6391:case 5879:case 5623:case 6135:case 4599:case 4855:case 4215:case 6389:case 5109:case 5365:case 5621:case 3829:return M+e+e;case 5349:case 4246:case 4810:case 6968:case 2756:return M+e+Pa+e+Me+e+e;case 6828:case 4268:return M+e+Me+e+e;case 6165:return M+e+Me+"flex-"+e+e;case 5187:return M+e+$(e,/(\w+).+(:[^]+)/,M+"box-$1$2"+Me+"flex-$1$2")+e;case 5443:return M+e+Me+"flex-item-"+$(e,/flex-|-self/,"")+e;case 4675:return M+e+Me+"flex-line-pack"+$(e,/align-content|flex-|-self/,"")+e;case 5548:return M+e+Me+$(e,"shrink","negative")+e;case 5292:return M+e+Me+$(e,"basis","preferred-size")+e;case 6060:return M+"box-"+$(e,"-grow","")+M+e+Me+$(e,"grow","positive")+e;case 4554:return M+$(e,/([^-])(transform)/g,"$1"+M+"$2")+e;case 6187:return $($($(e,/(zoom-|grab)/,M+"$1"),/(image-set)/,M+"$1"),e,"")+e;case 5495:case 3959:return $(e,/(image-set\([^]*)/,M+"$1$`$1");case 4968:return $($(e,/(.+:)(flex-)?(.*)/,M+"box-pack:$3"+Me+"flex-pack:$3"),/s.+-b[^;]+/,"justify")+M+e+e;case 4095:case 3583:case 4068:case 2532:return $(e,/(.+)-inline(.+)/,M+"$1$2")+e;case 8116:case 7059:case 5753:case 5535:case 5445:case 5701:case 4933:case 4677:case 5533:case 5789:case 5021:case 4765:if(At(e)-1-t>6)switch(Re(e,t+1)){case 109:if(Re(e,t+4)!==45)break;case 102:return $(e,/(.+:)(.+)-([^]+)/,"$1"+M+"$2-$3$1"+Pa+(Re(e,t+3)==108?"$3":"$2-$3"))+e;case 115:return~td(e,"stretch")?QS($(e,"stretch","fill-available"),t)+e:e}break;case 4949:if(Re(e,t+1)!==115)break;case 6444:switch(Re(e,At(e)-3-(~td(e,"!important")&&10))){case 107:return $(e,":",":"+M)+e;case 101:return $(e,/(.+:)([^;!]+)(;|!.+)?/,"$1"+M+(Re(e,14)===45?"inline-":"")+"box$3$1"+M+"$2$3$1"+Me+"$2box$3")+e}break;case 5936:switch(Re(e,t+11)){case 114:return M+e+Me+$(e,/[svh]\w+-[tblr]{2}/,"tb")+e;case 108:return M+e+Me+$(e,/[svh]\w+-[tblr]{2}/,"tb-rl")+e;case 45:return M+e+Me+$(e,/[svh]\w+-[tblr]{2}/,"lr")+e}return M+e+Me+e+e}return e}function XS(){if(dS)return ga.exports;dS=1;let e=XS();return ga.exports={default:e},ga.exports.default=e,ga.exports}function Ni(e,t,r){var n,i="";return(0,ke.default)(n=r.split(" ")).call(n,function(o){e[o]!==void 0?t.push(e[o]+";"):o&&(i+=o+" ")}),i}function qU(e){for(var t=0,r,n=0,i=e.length;i>=4;++n,i-=4)r=e.charCodeAt(n)&255|(e.charCodeAt(++n)&255)<<8|(e.charCodeAt(++n)&255)<<16|(e.charCodeAt(++n)&255)<<24,r=(r&65535)*1540483477+((r>>>16)*59797<<16),r^=r>>>24,t=(r&65535)*1540483477+((r>>>16)*59797<<16)^(t&65535)*1540483477+((t>>>16)*59797<<16);switch(i){case 3:t^=(e.charCodeAt(n+2)&255)<<16;case 2:t^=(e.charCodeAt(n+1)&255)<<8;case 1:t^=e.charCodeAt(n)&255,t=(t&65535)*1540483477+((t>>>16)*59797<<16)}return t^=t>>>13,t=(t&65535)*1540483477+((t>>>16)*59797<<16),((t^t>>>15)>>>0).toString(36)}function MU(e){var t=(0,DS.default)(null);return function(r){return t[r]===void 0&&(t[r]=e(r)),t[r]}}function Di(e,t,r){if(r==null)return"";var n=r;if(n.__emotion_styles!==void 0)return n;switch(typeof r){case"boolean":return"";case"object":{var i=r;if(i.anim===1)return Tt={name:i.name,styles:i.styles,next:Tt},i.name;var o=r;if(o.styles!==void 0){var a=o.next;if(a!==void 0)for(;a!==void 0;)Tt={name:a.name,styles:a.styles,next:Tt},a=a.next;var s=o.styles+";";return s}return BU(e,t,r)}case"function":{if(e!==void 0){var l=Tt,c=r(e);return Tt=l,Di(e,t,c)}break}}var d=r;if(t==null)return d;var u=t[d];return u!==void 0?u:d}function BU(e,t,r){var n="";if((0,Ti.default)(r))for(var i=0;i<r.length;i++)n+=Di(e,t,r[i])+";";else for(var o in r){var a=r[o];if(typeof a!="object"){var s=a;t!=null&&t[s]!==void 0?n+=o+"{"+t[s]+"}":pS(s)&&(n+=zu(o)+":"+fS(o,s)+";")}else if((0,Ti.default)(a)&&typeof a[0]=="string"&&(t==null||t[a[0]]===void 0))for(var l=0;l<a.length;l++)pS(a[l])&&(n+=zu(o)+":"+fS(o,a[l])+";");else{var c=Di(e,t,a);switch(o){case"animation":case"animationName":{n+=zu(o)+":"+c+";";break}default:n+=o+"{"+c+"}"}}}return n}function hr(e,t,r){if(e.length===1&&typeof e[0]=="object"&&e[0]!==null&&e[0].styles!==void 0)return e[0];var n=!0,i="";Tt=void 0;var o=e[0];if(o==null||o.raw===void 0)n=!1,i+=Di(r,t,o);else{var a=o;i+=a[0]}for(var s=1;s<e.length;s++)if(i+=Di(r,t,e[s]),n){var l=o;i+=l[s]}hS.lastIndex=0;for(var c="",d;(d=hS.exec(i))!==null;)c+="-"+d[1];var u=qU(i)+c;return{name:u,styles:i,next:Tt}}function N(){for(var e=arguments.length,t=new Array(e),r=0;r<e;r++)t[r]=arguments[r];return hr(t)}function XU(e,t,r){var n=[],i=Ni(e,n,r);return n.length<2?r:i+t(n)}function b(e,t,r,n,i,o){t||(t={});var a,s,l=t;if("ref"in l)for(s in l={},t)s=="ref"?a=t[s]:l[s]=t[s];var c={type:e,props:l,key:r,ref:a,__k:null,__:null,__b:0,__e:null,__c:null,constructor:void 0,__v:--t2,__i:-1,__u:0,__source:i,__self:o};if(typeof e=="function"&&(a=e.defaultProps))for(s in a)l[s]===void 0&&(l[s]=a[s]);return O.vnode&&O.vnode(c),c}function Mi(){let e=()=>typeof window>"u"?"portrait":window.matchMedia("(orientation: landscape)").matches?"landscape":"portrait",[t,r]=zt(e());return Nr(()=>{let n=()=>{r(e())};return window.addEventListener("resize",n),"onorientationchange"in window&&window.addEventListener("orientationchange",n),n(),()=>{window.removeEventListener("resize",n),"onorientationchange"in window&&window.removeEventListener("orientationchange",n)}},[]),t}function F2(e){if(!e||e==="none")return"";let t=e.match(/^matrix\(([^)]+)\)$/);if(!t)return"";let r=t[1].split(",").map(Number);if(r.length<6)return"";let[n,i]=r,o=-Math.atan2(i,n)*(180/Math.PI),a=Math.round(o);return a===90?"rotateZ(90deg) translateY(-100vw)":a===-90||a===270?"rotateZ(-90deg) translateX(-100vh)":a===180||a===-180?"rotateZ(180deg) translate(-100vw, -100vh)":`rotateZ(${a}deg)`}function cE(e){let t=window.getComputedStyle(document.body).transform,r="";t&&t!=="none"&&(r=F2(t)),e.style.transform=r,e.style.transformOrigin="0 0"}function M2(e){let t=()=>cE(e);return window.addEventListener("resize",t),window.addEventListener("orientationchange",t),t(),()=>{window.removeEventListener("resize",t),window.removeEventListener("orientationchange",t)}}function B2(s){var l=s,{elementTag:e="Image",src:t="",children:r,handleExposure:n,className:i,imgStyle:o}=l,a=st(l,["elementTag","src","children","handleExposure","className","imgStyle"]);let c=U2(()=>{t&&n()});return e==="Image"?b("div",{className:i,style:{borderRadius:"8px"},children:qe("img",q(C({},a),{ref:c,src:t!=null?t:"",style:C({display:"block",width:"100%",height:"auto",objectFit:"cover",maxWidth:"100%",maxHeight:"100%",aspectRatio:"1 / 1",borderRadius:"8px"},o||{})}))}):b("div",q(C({},a),{ref:c,className:i,children:r}))}function J2(e,t){if(!e)return null;let r=Array.isArray(t)?t[0]:t,n=Array.isArray(t)?t[1]:0;return Array.isArray(e)?e.map((i,o)=>i&&typeof i=="object"&&"type"in i?qe(i.type,q(C({},i.props),{style:q(C({},i.props.style||{}),{paddingLeft:r>0?`${r/2}px`:void 0,paddingRight:r>0?`${r/2}px`:void 0,paddingTop:n>0?`${n/2}px`:void 0,paddingBottom:n>0?`${n/2}px`:void 0}),key:i.key||o})):i):e&&typeof e=="object"&&"type"in e?qe(e.type,q(C({},e.props),{style:q(C({},e.props.style||{}),{paddingLeft:r>0?`${r/2}px`:void 0,paddingRight:r>0?`${r/2}px`:void 0,paddingTop:n>0?`${n/2}px`:void 0,paddingBottom:n>0?`${n/2}px`:void 0})})):e}function W2(e,t){let r=t.split("."),n=e;for(let i of r){if(typeof n!="object"||n===null||!Object.prototype.hasOwnProperty.call(n,i))return;n=n[i]}return n}function AS(e,t,r){return ja.call(t,"css")?b(Id,nE(e,t),r):b(e,t,r)}function eB(e,t,r){return ja.call(t,"css")?b(Id,nE(e,t),r):b(e,t,r)}function dB(e,t){return Oe(e,0)^45?(((t<<2^Oe(e,0))<<2^Oe(e,1))<<2^Oe(e,2))<<2^Oe(e,3):0}function IE(e){return(0,pd.default)(e).call(e)}function pB(e,t){return(e=t.exec(e))?e[0]:e}function U(e,t,r){return e.replace(t,r)}function sd(e,t){return(0,Gt.default)(e).call(e,t)}function Oe(e,t){return e.charCodeAt(t)|0}function Li(e,t,r){return(0,fd.default)(e).call(e,t,r)}function Ct(e){return e.length}function kd(e){return e.length}function _a(e,t){return t.push(e),e}function fB(e,t){return(0,Ci.default)(e).call(e,t).join("")}function Ha(e,t,r,n,i,o,a){return{value:e,root:t,parent:r,type:n,props:i,children:o,line:$a,column:fn,length:a,return:""}}function xi(e,t){return uB(Ha("",null,null,"",null,null,0),e,{length:-e.length},t)}function hB(){return be}function mB(){return be=Ke>0?Oe(mn,--Ke):0,fn--,be===10&&(fn=1,$a--),be}function rt(){return be=Ke<SE?Oe(mn,Ke++):0,fn++,be===10&&(fn=1,$a++),be}function Ot(){return Oe(mn,Ke)}function xa(){return Ke}function Bi(e,t){return Li(mn,e,t)}function qi(e){switch(e){case 0:case 9:case 10:case 13:case 32:return 5;case 33:case 43:case 44:case 47:case 62:case 64:case 126:case 59:case 123:case 125:return 4;case 58:return 3;case 34:case 39:case 40:case 91:return 2;case 41:case 93:return 1}return 0}function EE(e){return $a=fn=1,SE=Ct(mn=e),Ke=0,[]}function xE(e){return mn="",e}function ka(e){return IE(Bi(Ke-1,ld(e===91?e+2:e===40?e+1:e)))}function vB(e){for(;(be=Ot())&&be<33;)rt();return qi(e)>2||qi(be)>3?"":" "}function gB(e,t){for(;--t&&rt()&&!(be<48||be>102||be>57&&be<65||be>70&&be<97););return Bi(e,xa()+(t<6&&Ot()==32&&rt()==32))}function ld(e){for(;rt();)switch(be){case e:return Ke;case 34:case 39:e!==34&&e!==39&&ld(be);break;case 40:e===41&&ld(e);break;case 92:rt();break}return Ke}function yB(e,t){for(;rt()&&e+be!==57&&!(e+be===84&&Ot()===47););return"/*"+Bi(t,Ke-1)+"*"+Ja(e===47?e:rt())}function _B(e){for(;!qi(Ot());)rt();return Bi(e,Ke)}function bB(e){return xE(Aa("",null,null,null,[""],e=EE(e),0,[0],e))}function Aa(e,t,r,n,i,o,a,s,l){for(var c=0,d=0,u=a,p=0,f=0,m=0,g=1,y=1,v=1,_=0,w="",A=i,R=o,P=n,S=w;y;)switch(m=_,_=rt()){case 40:if(m!=108&&Oe(S,u-1)==58){sd(S+=U(ka(_),"&","&\f"),"&\f")!=-1&&(v=-1);break}case 34:case 39:case 91:S+=ka(_);break;case 9:case 10:case 13:case 32:S+=vB(m);break;case 92:S+=gB(xa()-1,7);continue;case 47:switch(Ot()){case 42:case 47:_a(wB(yB(rt(),xa()),t,r),l);break;default:S+="/"}break;case 123*g:s[c++]=Ct(S)*v;case 125*g:case 59:case 0:switch(_){case 0:case 125:y=0;case 59+d:v==-1&&(S=U(S,/\f/g,"")),f>0&&Ct(S)-u&&_a(f>32?CS(S+";",n,r,u-1):CS(U(S," ","")+";",n,r,u-2),l);break;case 59:S+=";";default:if(_a(P=TS(S,t,r,c,d,i,s,w,A=[],R=[],u),o),_===123)if(d===0)Aa(S,t,P,P,A,o,u,s,R);else switch(p===99&&Oe(S,3)===110?100:p){case 100:case 108:case 109:case 115:Aa(e,P,P,n&&_a(TS(e,P,P,0,0,i,s,w,i,A=[],u),R),i,R,u,s,n?A:R);break;default:Aa(S,P,P,P,[""],R,0,s,R)}}c=d=f=0,g=v=1,w=S="",u=a;break;case 58:u=1+Ct(S),f=m;default:if(g<1){if(_==123)--g;else if(_==125&&g++==0&&mB()==125)continue}switch(S+=Ja(_),_*g){case 38:v=d>0?1:(S+="\f",-1);break;case 44:s[c++]=(Ct(S)-1)*v,v=1;break;case 64:Ot()===45&&(S+=ka(rt())),p=Ot(),d=u=Ct(w=S+=_B(xa())),_++;break;case 45:m===45&&Ct(S)==2&&(g=0)}}return o}function TS(e,t,r,n,i,o,a,s,l,c,d){for(var u=i-1,p=i===0?o:[""],f=kd(p),m=0,g=0,y=0;m<n;++m)for(var v=0,_=Li(e,u+1,u=cB(g=a[m])),w=e;v<f;++v)(w=IE(g>0?p[v]+" "+_:U(_,/&\f/g,p[v])))&&(l[y++]=w);return Ha(e,t,r,i===0?Ed:s,l,c,d)}function wB(e,t,r){return Ha(e,t,r,bE,Ja(hB()),Li(e,2,-2),0)}function CS(e,t,r,n){return Ha(e,t,r,xd,Li(e,0,n),Li(e,n+1,-1),n)}function un(e,t){for(var r="",n=kd(e),i=0;i<n;i++)r+=t(e[i],i,e,t)||"";return r}function IB(e,t,r,n){switch(e.type){case lB:if(e.children.length)break;case sB:case xd:return e.return=e.return||e.value;case bE:return"";case wE:return e.return=e.value+"{"+un(e.children,n)+"}";case Ed:e.value=e.props.join(",")}return Ct(r=un(e.children,n))?e.return=e.value+"{"+r+"}":""}function SB(e){var t=kd(e);return function(r,n,i,o){for(var a="",s=0;s<t;s++)a+=e[s](r,n,i,o)||"";return a}}function EB(e){return function(t){t.root||(t=t.return)&&e(t)}}function kE(e,t){switch(dB(e,t)){case 5103:return j+"print-"+e+e;case 5737:case 4201:case 3177:case 3433:case 1641:case 4457:case 2921:case 5572:case 6356:case 5844:case 3191:case 6645:case 3005:case 6391:case 5879:case 5623:case 6135:case 4599:case 4855:case 4215:case 6389:case 5109:case 5365:case 5621:case 3829:return j+e+e;case 5349:case 4246:case 4810:case 6968:case 2756:return j+e+Oa+e+je+e+e;case 6828:case 4268:return j+e+je+e+e;case 6165:return j+e+je+"flex-"+e+e;case 5187:return j+e+U(e,/(\w+).+(:[^]+)/,j+"box-$1$2"+je+"flex-$1$2")+e;case 5443:return j+e+je+"flex-item-"+U(e,/flex-|-self/,"")+e;case 4675:return j+e+je+"flex-line-pack"+U(e,/align-content|flex-|-self/,"")+e;case 5548:return j+e+je+U(e,"shrink","negative")+e;case 5292:return j+e+je+U(e,"basis","preferred-size")+e;case 6060:return j+"box-"+U(e,"-grow","")+j+e+je+U(e,"grow","positive")+e;case 4554:return j+U(e,/([^-])(transform)/g,"$1"+j+"$2")+e;case 6187:return U(U(U(e,/(zoom-|grab)/,j+"$1"),/(image-set)/,j+"$1"),e,"")+e;case 5495:case 3959:return U(e,/(image-set\([^]*)/,j+"$1$`$1");case 4968:return U(U(e,/(.+:)(flex-)?(.*)/,j+"box-pack:$3"+je+"flex-pack:$3"),/s.+-b[^;]+/,"justify")+j+e+e;case 4095:case 3583:case 4068:case 2532:return U(e,/(.+)-inline(.+)/,j+"$1$2")+e;case 8116:case 7059:case 5753:case 5535:case 5445:case 5701:case 4933:case 4677:case 5533:case 5789:case 5021:case 4765:if(Ct(e)-1-t>6)switch(Oe(e,t+1)){case 109:if(Oe(e,t+4)!==45)break;case 102:return U(e,/(.+:)(.+)-([^]+)/,"$1"+j+"$2-$3$1"+Oa+(Oe(e,t+3)==108?"$3":"$2-$3"))+e;case 115:return~sd(e,"stretch")?kE(U(e,"stretch","fill-available"),t)+e:e}break;case 4949:if(Oe(e,t+1)!==115)break;case 6444:switch(Oe(e,Ct(e)-3-(~sd(e,"!important")&&10))){case 107:return U(e,":",":"+j)+e;case 101:return U(e,/(.+:)([^;!]+)(;|!.+)?/,"$1"+j+(Oe(e,14)===45?"inline-":"")+"box$3$1"+j+"$2$3$1"+je+"$2box$3")+e}break;case 5936:switch(Oe(e,t+11)){case 114:return j+e+je+U(e,/[svh]\w+-[tblr]{2}/,"tb")+e;case 108:return j+e+je+U(e,/[svh]\w+-[tblr]{2}/,"tb-rl")+e;case 45:return j+e+je+U(e,/[svh]\w+-[tblr]{2}/,"lr")+e}return j+e+je+e+e}return e}function RS(e,t){if(e.inserted[t.name]===void 0)return e.insert("",t,e.sheet,!0)}function Qu(e,t,r){var n=[],i=Ni(e,n,r);return n.length<2?r:i+t(n)}function Ad(){let e=!1,t=null,r=0,n=new Set,i=a=>I(this,null,function*(){let s=e;if(r++,e=!0,!s)try{let{iframe:l}=yield Ai.acquire(),c=l.contentDocument;if(c)t=c.createElement("div"),t.id="loading-root",c.body.appendChild(t),ir(b(UB,{}),t);else throw new Error("Iframe document is not available.")}catch(l){console.error("[LoadingManager] Failed to show loading:",l),r=0,e=!1,Ai.release();return}if(a!=null&&a.duration&&typeof a.duration=="number"){let l=setTimeout(()=>{o(),n.delete(l)},a.duration);n.add(l)}}),o=()=>{var a;e&&(r--,r<=0&&(r=0,e=!1,n.forEach(s=>clearTimeout(s)),n.clear(),t&&(ir(null,t),(a=t.parentNode)==null||a.removeChild(t),t=null),Ai.release()))};return{show:i,hide:o,get isLoading(){return e}}}var cd,NS,ke,Na,Ta,Pt,Ca,Ti,ud,Gt,Ci,DS,LS,dd,pd,fd,w8,Yu,dn,ie,Vu,ZI,Pi,qS,ye,eS,tS,rS,nS,iS,oS,aS,jS,fe,xt,kt,Vt,ln,fr,wa,rU,Ae,nU,$S,Me,Pa,M,md,vd,gd,aU,HS,sU,La,lU,qa,pn,zS,We,_e,hn,SU,EU,xU,cS,kU,AU,TU,CU,PU,KS,RU,uS,OU,NU,DU,YS,ga,dS,LU,_d,Ma,FU,jU,UU,ZS,pS,zu,fS,hS,Tt,JU,eE,tE,mS,ja,bd,rE,wd,Ua,$U,HU,VU,zU,GU,nd,id,nE,WU,Id,KU,vS,QU,YU,ZU,e2,Gu,gS,Wu,Ku,t2,yS,r2,n2,i2,o2,a2,_S,s2,bS,l2,wS,c2,IS,u2,d2,p2,f2,h2,SS,m2,v2,g2,y2,_2,ES,b2,w2,I2,S2,E2,x2,k2,A2,T2,C2,P2,R2,O2,N2,D2,L2,iE,oE,aE,od,q2,sE,lE,Ra,Ai,xS,j2,Sd,U2,uE,dE,pE,$2,H2,V2,ad,z2,fE,G2,ji,Ba,kS,Or,hE,sn,K2,Q2,Y2,X2,Z2,ya,mE,vE,pe,tB,rB,gE,yE,_E,Ui,nB,iB,oB,aB,je,Oa,j,bE,Ed,xd,sB,wE,lB,cB,Ja,uB,$a,fn,SE,Ke,be,mn,xB,kB,AB,PS,TB,CB,PB,RB,OB,NB,DB,LB,qB,FB,MB,Ji,OS,jB,UB,I8,Dr=T(()=>{"use strict";$r();cd=ce(xv(),1),NS=ce(Lv(),1),ke=ce(Wv(),1),Na=ce(cg(),1),Ta=ce(yg(),1),Pt=ce(qg(),1);Uo();Uo();Ca=ce(by(),1),Ti=ce(Ay(),1),ud=ce($b(),1),Gt=ce(Zb(),1),Ci=ce(lw(),1),DS=ce(mw(),1),LS=ce(O0(),1),dd=ce(z0(),1),pd=ce(cI(),1),fd=ce(bI(),1);Bu();Bu();w8=ce(FI(),1),Yu=ce(XI(),1),Pi=0,qS=[],ye=O,eS=ye.__b,tS=ye.__r,rS=ye.diffed,nS=ye.__c,iS=ye.unmount,oS=ye.__;ye.__b=function(e){ie=null,eS&&eS(e)},ye.__=function(e,t){e&&t.__k&&t.__k.__m&&(e.__m=t.__k.__m),oS&&oS(e,t)},ye.__r=function(e){var t,r,n;tS&&tS(e),dn=0;var i=(ie=e.__c).__H;i&&(Vu===ie?(i.__h=[],ie.__h=[],(0,ke.default)(t=i.__).call(t,function(o){o.__N&&(o.__=o.__N),o.u=o.__N=void 0})):((0,ke.default)(r=i.__h).call(r,ba),(0,ke.default)(n=i.__h).call(n,Xu),i.__h=[],dn=0)),Vu=ie},ye.diffed=function(e){var t;rS&&rS(e);var r=e.__c;r&&r.__H&&(r.__H.__h.length&&(qS.push(r)!==1&&ZI===ye.requestAnimationFrame||((ZI=ye.requestAnimationFrame)||Xj)(Yj)),(0,ke.default)(t=r.__H.__).call(t,function(n){n.u&&(n.__H=n.u),n.u=void 0})),Vu=ie=null},ye.__c=function(e,t){(0,Ta.default)(t).call(t,function(r){try{var n,i;(0,ke.default)(n=r.__h).call(n,ba),r.__h=(0,cd.default)(i=r.__h).call(i,function(o){return!o.__||Xu(o)})}catch(o){(0,Ta.default)(t).call(t,function(a){a.__h&&(a.__h=[])}),t=[],ye.__e(o,r.__v)}}),nS&&nS(e,t)},ye.unmount=function(e){var t;iS&&iS(e);var r,n=e.__c;n&&n.__H&&((0,ke.default)(t=n.__H.__).call(t,function(i){try{ba(i)}catch(o){r=o}}),n.__H=void 0,r&&ye.__e(r,n.__v))};aS=typeof requestAnimationFrame=="function";jS={exports:{}},fe=jS.exports={};(function(){try{typeof Pt.default=="function"?xt=Pt.default:xt=Zu}catch(e){xt=Zu}try{typeof clearTimeout=="function"?kt=clearTimeout:kt=ed}catch(e){kt=ed}})();Vt=[],ln=!1,wa=-1;fe.nextTick=function(e){var t=new Array(arguments.length-1);if(arguments.length>1)for(var r=1;r<arguments.length;r++)t[r-1]=arguments[r];Vt.push(new JS(e,t)),Vt.length===1&&!ln&&US(BS)};JS.prototype.run=function(){this.fun.apply(null,this.array)};fe.title="browser";fe.browser=!0;fe.env={};fe.argv=[];fe.version="";fe.versions={};fe.on=Wt;fe.addListener=Wt;fe.once=Wt;fe.off=Wt;fe.removeListener=Wt;fe.removeAllListeners=Wt;fe.emit=Wt;fe.prependListener=Wt;fe.prependOnceListener=Wt;fe.listeners=function(e){return[]};fe.binding=function(e){throw new Error("process.binding is not supported")};fe.cwd=function(){return"/"};fe.chdir=function(e){throw new Error("process.chdir is not supported")};fe.umask=function(){return 0};rU=jS.exports,Ae=Zj(rU),nU=Ca.default||void 0||self;$S=function(){function e(r){var n=this;this._insertTag=function(i){var o;n.tags.length===0?n.insertionPoint?o=n.insertionPoint.nextSibling:n.prepend?o=n.container.firstChild:o=n.before:o=n.tags[n.tags.length-1].nextSibling,n.container.insertBefore(i,o),n.tags.push(i)},this.isSpeedy=r.speedy===void 0?!0:r.speedy,this.tags=[],this.ctr=0,this.nonce=r.nonce,this.key=r.key,this.container=r.container,this.prepend=r.prepend,this.insertionPoint=r.insertionPoint,this.before=null}var t=e.prototype;return t.hydrate=function(r){(0,ke.default)(r).call(r,this._insertTag)},t.insert=function(r){this.ctr%(this.isSpeedy?65e3:1)===0&&this._insertTag(oU(this));var n=this.tags[this.tags.length-1];if(this.isSpeedy){var i=iU(n);try{i.insertRule(r,i.cssRules.length)}catch(o){}}else n.appendChild(document.createTextNode(r));this.ctr++},t.flush=function(){var r;(0,ke.default)(r=this.tags).call(r,function(n){var i;return(i=n.parentNode)==null?void 0:i.removeChild(n)}),this.tags=[],this.ctr=0},e}(),Me="-ms-",Pa="-moz-",M="-webkit-",md="comm",vd="rule",gd="decl",aU="@import",HS="@keyframes",sU=Math.abs,La=String.fromCharCode,lU=dd.default;qa=1,pn=1,zS=0,We=0,_e=0,hn="";SU=function(e,t,r){for(var n=0,i=0;n=i,i=Rt(),n===38&&i===12&&(t[r]=1),!Oi(i);)tt();return Fi(e,We)},EU=function(e,t){var r=-1,n=44;do switch(Oi(n)){case 0:n===38&&Rt()===12&&(t[r]=1),e[r]+=SU(We-1,t,r);break;case 2:e[r]+=Sa(n);break;case 4:if(n===44){e[++r]=Rt()===58?"&\f":"",t[r]=e[r].length;break}default:e[r]+=La(n)}while(n=tt());return e},xU=function(e,t){return WS(EU(GS(e),t))},cS=new ud.default,kU=function(e){if(!(e.type!=="rule"||!e.parent||e.length<1)){for(var t=e.value,r=e.parent,n=e.column===r.column&&e.line===r.line;r.type!=="rule";)if(r=r.parent,!r)return;if(!(e.props.length===1&&t.charCodeAt(0)!==58&&!cS.get(r))&&!n){cS.set(e,!0);for(var i=[],o=xU(t,i),a=r.props,s=0,l=0;s<o.length;s++)for(var c=0;c<a.length;c++,l++)e.props[l]=i[s]?o[s].replace(/&\f/g,a[c]):a[c]+" "+o[s]}}},AU=function(e){if(e.type==="decl"){var t=e.value;t.charCodeAt(0)===108&&t.charCodeAt(2)===98&&(e.return="",e.value="")}},TU="emotion-disable-server-rendering-unsafe-selector-warning-please-do-not-use-this-the-warning-exists-for-a-reason",CU=function(e){var t;return e.type==="comm"&&(0,Gt.default)(t=e.children).call(t,TU)>-1},PU=function(e){return function(t,r,n){if(!(t.type!=="rule"||e.compat)){var i=t.value.match(/(:first|:nth|:nth-last)-child/g);if(i){for(var o=t.parent===n[0],a=o?n[0].children:n,s=a.length-1;s>=0;s--){var l=a[s];if(l.line<t.line)break;if(l.column<t.column){if(CU(l))return;break}}(0,ke.default)(i).call(i,function(c){console.error('The pseudo class "'+c+'" is potentially unsafe when doing server-side rendering. Try changing it to "'+c.split("-child")[0]+'-of-type".')})}}}},KS=function(e){return e.type.charCodeAt(1)===105&&e.type.charCodeAt(0)===64},RU=function(e,t){for(var r=e-1;r>=0;r--)if(!KS(t[r]))return!0;return!1},uS=function(e){e.type="",e.value="",e.return="",e.children="",e.props=""},OU=function(e,t,r){KS(e)&&(e.parent?(console.error("`@import` rules can't be nested inside other rules. Please move it to the top level and put it before regular rules. Keep in mind that they can only be used within global styles."),uS(e)):RU(t,r)&&(console.error("`@import` rules can't be after other rules. Please put your `@import` rules before your other rules."),uS(e)))};NU=function(e,t,r,n){if(e.length>-1&&!e.return)switch(e.type){case gd:e.return=QS(e.value,e.length);break;case HS:return cn([Ei(e,{value:$(e.value,"@","@"+M)})],n);case vd:if(e.length)return dU(e.props,function(i){switch(uU(i,/(::plac\w+|:read-\w+)/)){case":read-only":case":read-write":return cn([Ei(e,{props:[$(i,/:(read-\w+)/,":"+Pa+"$1")]})],n);case"::placeholder":return cn([Ei(e,{props:[$(i,/:(plac\w+)/,":"+M+"input-$1")]}),Ei(e,{props:[$(i,/:(plac\w+)/,":"+Pa+"$1")]}),Ei(e,{props:[$(i,/:(plac\w+)/,Me+"input-$1")]})],n)}return""})}},DU=[NU],YS=function(e){var t=e.key;if(Ae.env.NODE_ENV!=="production"&&!t)throw new Error(`You have to configure \`key\` for your cache. Please make sure it's unique (and not equal to 'css') as it's used for linking styles to your cache.
|
|
21
|
-
If multiple caches share the same key they might "fight" for each other's style elements.`);if(t==="css"){var r=document.querySelectorAll("style[data-emotion]:not([data-s])");(0,
|
|
22
|
-
`),r=0;r<t.length;r++){var n=
|
|
19
|
+
`;e.textContent=s;let l=document.head||document.getElementsByTagName("head")[0];l.insertBefore(t,l.firstChild),l.insertBefore(e,l.firstChild),document.documentElement.setAttribute("data-jolibox-root","")},i=()=>{let{statusBarHeight:s,navigationBarHeight:l}=S.viewport;document.documentElement.style.setProperty("--status-bar-height",`${s}px`),document.documentElement.style.setProperty("--navigation-bar-height",`${l}px`)},o=()=>{function s(c){return w(this,null,function*(){let d=c instanceof URL?c.href:c,u=new Promise((p,f)=>{let m=new XMLHttpRequest;m.open("GET",d),m.responseType="arraybuffer",m.addEventListener("load",()=>p(m.response)),m.addEventListener("error",f),m.send()});try{let p=yield u;return new Response(p,{headers:new Headers([["Content-Type","application/wasm"]])}).clone()}catch(p){throw console.error("Failed to load wasm:",p),p}})}let l=window.fetch;window.fetch=(c,d)=>{let u=c instanceof URL?c.href:c.toString();return u.endsWith(".wasm")?s(u):l(c,d)}},a=()=>{e!=null&&e.parentNode&&(e.parentNode.removeChild(e),e=null),t!=null&&t.parentNode&&(t.parentNode.removeChild(t),t=null),document.documentElement.removeAttribute("data-jolibox-root"),document.documentElement.style.removeProperty("--status-bar-height"),window.fetch=r};return n(),o(),i(),a}var Eh=k(()=>{"use strict";K()});var kh=k(()=>{"use strict"});var Ah=k(()=>{"use strict";D();Jl()});var Th=k(()=>{"use strict";K()});var Ro,Xl=k(()=>{"use strict";kh();Ah();K();Th();D();Ro=new At});function $t(e,t){for(var r in t)e[r]=t[r];return e}function ic(e){e&&e.parentNode&&e.parentNode.removeChild(e)}function Me(e,t,r){var n,i,o,a={};for(o in t)o=="key"?n=t[o]:o=="ref"?i=t[o]:a[o]=t[o];if(arguments.length>2&&(a.children=arguments.length>3?qo.call(arguments,2):r),typeof e=="function"&&e.defaultProps!=null)for(o in e.defaultProps)a[o]===void 0&&(a[o]=e.defaultProps[o]);return Do(e,a,n,i,null)}function Do(e,t,r,n,i){var o={type:e,props:t,key:r,ref:n,__k:null,__:null,__b:0,__e:null,__c:null,constructor:void 0,__v:i==null?++Rh:i,__i:-1,__u:0};return i==null&&R.vnode!=null&&R.vnode(o),o}function Oe(e){return e.children}function ot(e,t){this.props=e,this.context=t}function Gr(e,t){if(t==null)return e.__?Gr(e.__,e.__i+1):null;for(var r;t<e.__k.length;t++)if((r=e.__k[t])!=null&&r.__e!=null)return r.__e;return typeof e.type=="function"?Gr(e):null}function Mh(e){var t,r;if((e=e.__)!=null&&e.__c!=null){for(e.__e=e.__c.base=null,t=0;t<e.__k.length;t++)if((r=e.__k[t])!=null&&r.__e!=null){e.__e=e.__c.base=r.__e;break}return Mh(e)}}function tc(e){(!e.__d&&(e.__d=!0)&&Tr.push(e)&&!Lo.__r++||Ch!==R.debounceRendering)&&((Ch=R.debounceRendering)||Nh)(Lo)}function Lo(){for(var e,t,r,n,i,o,a,s=1;Tr.length;)Tr.length>s&&Tr.sort(Dh),e=Tr.shift(),s=Tr.length,e.__d&&(r=void 0,i=(n=(t=e).__v).__e,o=[],a=[],t.__P&&((r=$t({},n)).__v=n.__v+1,R.vnode&&R.vnode(r),oc(t.__P,r,n,t.__n,t.__P.namespaceURI,32&n.__u?[i]:null,o,i==null?Gr(n):i,!!(32&n.__u),a),r.__v=n.__v,r.__.__k[r.__i]=r,Bh(o,r,a),r.__e!=i&&Mh(r)));Lo.__r=0}function Uh(e,t,r,n,i,o,a,s,l,c,d){var u,p,f,m,g,_,v=n&&n.__k||Fh,b=t.length;for(l=ET(r,t,v,l,b),u=0;u<b;u++)(f=r.__k[u])!=null&&(p=f.__i===-1?Xn:v[f.__i]||Xn,f.__i=u,_=oc(e,f,p,i,o,a,s,l,c,d),m=f.__e,f.ref&&p.ref!=f.ref&&(p.ref&&ac(p.ref,null,f),d.push(f.ref,f.__c||m,f)),g==null&&m!=null&&(g=m),4&f.__u||p.__k===f.__k?l=jh(f,l,e):typeof f.type=="function"&&_!==void 0?l=_:m&&(l=m.nextSibling),f.__u&=-7);return r.__e=g,l}function ET(e,t,r,n,i){var o,a,s,l,c,d=r.length,u=d,p=0;for(e.__k=new Array(i),o=0;o<i;o++)(a=t[o])!=null&&typeof a!="boolean"&&typeof a!="function"?(l=o+p,(a=e.__k[o]=typeof a=="string"||typeof a=="number"||typeof a=="bigint"||a.constructor==String?Do(null,a,null,null,null):Zn(a)?Do(Oe,{children:a},null,null,null):a.constructor===void 0&&a.__b>0?Do(a.type,a.props,a.key,a.ref?a.ref:null,a.__v):a).__=e,a.__b=e.__b+1,s=null,(c=a.__i=kT(a,r,l,u))!==-1&&(u--,(s=r[c])&&(s.__u|=2)),s==null||s.__v===null?(c==-1&&(i>d?p--:i<d&&p++),typeof a.type!="function"&&(a.__u|=4)):c!=l&&(c==l-1?p--:c==l+1?p++:(c>l?p--:p++,a.__u|=4))):e.__k[o]=null;if(u)for(o=0;o<d;o++)(s=r[o])!=null&&!(2&s.__u)&&(s.__e==n&&(n=Gr(s)),Hh(s,s));return n}function jh(e,t,r){var n,i;if(typeof e.type=="function"){for(n=e.__k,i=0;n&&i<n.length;i++)n[i]&&(n[i].__=e,t=jh(n[i],t,r));return t}e.__e!=t&&(t&&e.type&&!r.contains(t)&&(t=Gr(e)),r.insertBefore(e.__e,t||null),t=e.__e);do t=t&&t.nextSibling;while(t!=null&&t.nodeType==8);return t}function ei(e,t){return t=t||[],e==null||typeof e=="boolean"||(Zn(e)?e.some(function(r){ei(r,t)}):t.push(e)),t}function kT(e,t,r,n){var i,o,a=e.key,s=e.type,l=t[r];if(l===null&&e.key==null||l&&a==l.key&&s===l.type&&!(2&l.__u))return r;if(n>(l!=null&&!(2&l.__u)?1:0))for(i=r-1,o=r+1;i>=0||o<t.length;){if(i>=0){if((l=t[i])&&!(2&l.__u)&&a==l.key&&s===l.type)return i;i--}if(o<t.length){if((l=t[o])&&!(2&l.__u)&&a==l.key&&s===l.type)return o;o++}}return-1}function Ph(e,t,r){t[0]=="-"?e.setProperty(t,r==null?"":r):e[t]=r==null?"":typeof r!="number"||xT.test(t)?r:r+"px"}function No(e,t,r,n,i){var o;e:if(t=="style")if(typeof r=="string")e.style.cssText=r;else{if(typeof n=="string"&&(e.style.cssText=n=""),n)for(t in n)r&&t in r||Ph(e.style,t,"");if(r)for(t in r)n&&r[t]===n[t]||Ph(e.style,t,r[t])}else if(t[0]=="o"&&t[1]=="n")o=t!=(t=t.replace(Lh,"$1")),t=t.toLowerCase()in e||t=="onFocusOut"||t=="onFocusIn"?t.toLowerCase().slice(2):t.slice(2),e.l||(e.l={}),e.l[t+o]=r,r?n?r.t=n.t:(r.t=nc,e.addEventListener(t,o?ec:Zl,o)):e.removeEventListener(t,o?ec:Zl,o);else{if(i=="http://www.w3.org/2000/svg")t=t.replace(/xlink(H|:h)/,"h").replace(/sName$/,"s");else if(t!="width"&&t!="height"&&t!="href"&&t!="list"&&t!="form"&&t!="tabIndex"&&t!="download"&&t!="rowSpan"&&t!="colSpan"&&t!="role"&&t!="popover"&&t in e)try{e[t]=r==null?"":r;break e}catch(a){}typeof r=="function"||(r==null||r===!1&&t[4]!="-"?e.removeAttribute(t):e.setAttribute(t,t=="popover"&&r==1?"":r))}}function Oh(e){return function(t){if(this.l){var r=this.l[t.type+e];if(t.u==null)t.u=nc++;else if(t.u<r.t)return;return r(R.event?R.event(t):t)}}}function oc(e,t,r,n,i,o,a,s,l,c){var d,u,p,f,m,g,_,v,b,I,A,P,O,x,C,X,it,q=t.type;if(t.constructor!==void 0)return null;128&r.__u&&(l=!!(32&r.__u),o=[s=t.__e=r.__e]),(d=R.__b)&&d(t);e:if(typeof q=="function")try{if(v=t.props,b="prototype"in q&&q.prototype.render,I=(d=q.contextType)&&n[d.__c],A=d?I?I.props.value:d.__:n,r.__c?_=(u=t.__c=r.__c).__=u.__E:(b?t.__c=u=new q(v,A):(t.__c=u=new ot(v,A),u.constructor=q,u.render=TT),I&&I.sub(u),u.props=v,u.state||(u.state={}),u.context=A,u.__n=n,p=u.__d=!0,u.__h=[],u._sb=[]),b&&u.__s==null&&(u.__s=u.state),b&&q.getDerivedStateFromProps!=null&&(u.__s==u.state&&(u.__s=$t({},u.__s)),$t(u.__s,q.getDerivedStateFromProps(v,u.__s))),f=u.props,m=u.state,u.__v=t,p)b&&q.getDerivedStateFromProps==null&&u.componentWillMount!=null&&u.componentWillMount(),b&&u.componentDidMount!=null&&u.__h.push(u.componentDidMount);else{if(b&&q.getDerivedStateFromProps==null&&v!==f&&u.componentWillReceiveProps!=null&&u.componentWillReceiveProps(v,A),!u.__e&&(u.shouldComponentUpdate!=null&&u.shouldComponentUpdate(v,u.__s,A)===!1||t.__v==r.__v)){for(t.__v!=r.__v&&(u.props=v,u.state=u.__s,u.__d=!1),t.__e=r.__e,t.__k=r.__k,t.__k.some(function(Ve){Ve&&(Ve.__=t)}),P=0;P<u._sb.length;P++)u.__h.push(u._sb[P]);u._sb=[],u.__h.length&&a.push(u);break e}u.componentWillUpdate!=null&&u.componentWillUpdate(v,u.__s,A),b&&u.componentDidUpdate!=null&&u.__h.push(function(){u.componentDidUpdate(f,m,g)})}if(u.context=A,u.props=v,u.__P=e,u.__e=!1,O=R.__r,x=0,b){for(u.state=u.__s,u.__d=!1,O&&O(t),d=u.render(u.props,u.state,u.context),C=0;C<u._sb.length;C++)u.__h.push(u._sb[C]);u._sb=[]}else do u.__d=!1,O&&O(t),d=u.render(u.props,u.state,u.context),u.state=u.__s;while(u.__d&&++x<25);u.state=u.__s,u.getChildContext!=null&&(n=$t($t({},n),u.getChildContext())),b&&!p&&u.getSnapshotBeforeUpdate!=null&&(g=u.getSnapshotBeforeUpdate(f,m)),X=d,d!=null&&d.type===Oe&&d.key==null&&(X=Jh(d.props.children)),s=Uh(e,Zn(X)?X:[X],t,r,n,i,o,a,s,l,c),u.base=t.__e,t.__u&=-161,u.__h.length&&a.push(u),_&&(u.__E=u.__=null)}catch(Ve){if(t.__v=null,l||o!=null)if(Ve.then){for(t.__u|=l?160:128;s&&s.nodeType==8&&s.nextSibling;)s=s.nextSibling;o[o.indexOf(s)]=null,t.__e=s}else for(it=o.length;it--;)ic(o[it]);else t.__e=r.__e,t.__k=r.__k;R.__e(Ve,t,r)}else o==null&&t.__v==r.__v?(t.__k=r.__k,t.__e=r.__e):s=t.__e=AT(r.__e,t,r,n,i,o,a,l,c);return(d=R.diffed)&&d(t),128&t.__u?void 0:s}function Bh(e,t,r){for(var n=0;n<r.length;n++)ac(r[n],r[++n],r[++n]);R.__c&&R.__c(t,e),e.some(function(i){try{e=i.__h,i.__h=[],e.some(function(o){o.call(i)})}catch(o){R.__e(o,i.__v)}})}function Jh(e){return typeof e!="object"||e==null?e:Zn(e)?e.map(Jh):$t({},e)}function AT(e,t,r,n,i,o,a,s,l){var c,d,u,p,f,m,g,_=r.props,v=t.props,b=t.type;if(b=="svg"?i="http://www.w3.org/2000/svg":b=="math"?i="http://www.w3.org/1998/Math/MathML":i||(i="http://www.w3.org/1999/xhtml"),o!=null){for(c=0;c<o.length;c++)if((f=o[c])&&"setAttribute"in f==!!b&&(b?f.localName==b:f.nodeType==3)){e=f,o[c]=null;break}}if(e==null){if(b==null)return document.createTextNode(v);e=document.createElementNS(i,b,v.is&&v),s&&(R.__m&&R.__m(t,o),s=!1),o=null}if(b===null)_===v||s&&e.data===v||(e.data=v);else{if(o=o&&qo.call(e.childNodes),_=r.props||Xn,!s&&o!=null)for(_={},c=0;c<e.attributes.length;c++)_[(f=e.attributes[c]).name]=f.value;for(c in _)if(f=_[c],c!="children"){if(c=="dangerouslySetInnerHTML")u=f;else if(!(c in v)){if(c=="value"&&"defaultValue"in v||c=="checked"&&"defaultChecked"in v)continue;No(e,c,null,f,i)}}for(c in v)f=v[c],c=="children"?p=f:c=="dangerouslySetInnerHTML"?d=f:c=="value"?m=f:c=="checked"?g=f:s&&typeof f!="function"||_[c]===f||No(e,c,f,_[c],i);if(d)s||u&&(d.__html===u.__html||d.__html===e.innerHTML)||(e.innerHTML=d.__html),t.__k=[];else if(u&&(e.innerHTML=""),Uh(t.type==="template"?e.content:e,Zn(p)?p:[p],t,r,n,b=="foreignObject"?"http://www.w3.org/1999/xhtml":i,o,a,o?o[0]:r.__k&&Gr(r,0),s,l),o!=null)for(c=o.length;c--;)ic(o[c]);s||(c="value",b=="progress"&&m==null?e.removeAttribute("value"):m!==void 0&&(m!==e[c]||b=="progress"&&!m||b=="option"&&m!==_[c])&&No(e,c,m,_[c],i),c="checked",g!==void 0&&g!==e[c]&&No(e,c,g,_[c],i))}return e}function ac(e,t,r){try{if(typeof e=="function"){var n=typeof e.__u=="function";n&&e.__u(),n&&t==null||(e.__u=e(t))}else e.current=t}catch(i){R.__e(i,r)}}function Hh(e,t,r){var n,i;if(R.unmount&&R.unmount(e),(n=e.ref)&&(n.current&&n.current!==e.__e||ac(n,null,t)),(n=e.__c)!=null){if(n.componentWillUnmount)try{n.componentWillUnmount()}catch(o){R.__e(o,t)}n.base=n.__P=null}if(n=e.__k)for(i=0;i<n.length;i++)n[i]&&Hh(n[i],t,r||typeof e.type!="function");r||ic(e.__e),e.__c=e.__=e.__e=void 0}function TT(e,t,r){return this.constructor(e,r)}function lr(e,t,r){var n,i,o,a;t==document&&(t=document.documentElement),R.__&&R.__(e,t),i=(n=typeof r=="function")?null:r&&r.__k||t.__k,o=[],a=[],oc(t,e=(!n&&r||t).__k=Me(Oe,null,[e]),i||Xn,Xn,t.namespaceURI,!n&&r?[r]:i?null:t.firstChild?qo.call(t.childNodes):null,o,!n&&r?r:i?i.__e:t.firstChild,n,a),Bh(o,e,a)}function Cr(e){function t(r){var n,i;return this.getChildContext||(n=new Set,(i={})[t.__c]=this,this.getChildContext=function(){return i},this.componentWillUnmount=function(){n=null},this.shouldComponentUpdate=function(o){this.props.value!==o.value&&n.forEach(function(a){a.__e=!0,tc(a)})},this.sub=function(o){n.add(o);var a=o.componentWillUnmount;o.componentWillUnmount=function(){n&&n.delete(o),a&&a.call(o)}}),r.children}return t.__c="__cC"+qh++,t.__=e,t.Provider=t.__l=(t.Consumer=function(r,n){return r.children(n)}).contextType=t,t}var qo,R,Rh,rc,Tr,Ch,Nh,Dh,Lh,nc,Zl,ec,qh,Xn,Fh,xT,Zn,Wr=k(()=>{Xn={},Fh=[],xT=/acit|ex(?:s|g|n|p|$)|rph|grid|ows|mnc|ntw|ine[ch]|zoo|^ord|itera/i,Zn=Array.isArray;qo=Fh.slice,R={__e:function(e,t,r,n){for(var i,o,a;t=t.__;)if((i=t.__c)&&!i.__)try{if((o=i.constructor)&&o.getDerivedStateFromError!=null&&(i.setState(o.getDerivedStateFromError(e)),a=i.__d),i.componentDidCatch!=null&&(i.componentDidCatch(e,n||{}),a=i.__d),a)return i.__E=i}catch(s){e=s}throw e}},Rh=0,rc=function(e){return e!=null&&e.constructor==null},ot.prototype.setState=function(e,t){var r;r=this.__s!=null&&this.__s!==this.state?this.__s:this.__s=$t({},this.state),typeof e=="function"&&(e=e($t({},r),this.props)),e&&$t(r,e),e!=null&&this.__v&&(t&&this._sb.push(t),tc(this))},ot.prototype.forceUpdate=function(e){this.__v&&(this.__e=!0,e&&this.__h.push(e),tc(this))},ot.prototype.render=Oe,Tr=[],Nh=typeof Promise=="function"?Promise.prototype.then.bind(Promise.resolve()):setTimeout,Dh=function(e,t){return e.__v.__b-t.__v.__b},Lo.__r=0,Lh=/(PointerCapture)$|Capture$/i,nc=0,Zl=Oh(!1),ec=Oh(!0),qh=0});var ce=h((pV,$h)=>{"use strict";$h.exports=function(e){try{return!!e()}catch(t){return!0}}});var Kr=h((fV,Vh)=>{"use strict";var CT=ce();Vh.exports=!CT(function(){var e=(function(){}).bind();return typeof e!="function"||e.hasOwnProperty("prototype")})});var ye=h((hV,Wh)=>{"use strict";var zh=Kr(),Gh=Function.prototype,sc=Gh.call,PT=zh&&Gh.bind.bind(sc,sc);Wh.exports=zh?PT:function(e){return function(){return sc.apply(e,arguments)}}});var ze=h((mV,Kh)=>{"use strict";var OT=ye();Kh.exports=OT({}.isPrototypeOf)});var ue=h((lc,Qh)=>{"use strict";var ti=function(e){return e&&e.Math===Math&&e};Qh.exports=ti(typeof globalThis=="object"&&globalThis)||ti(typeof window=="object"&&window)||ti(typeof self=="object"&&self)||ti(typeof global=="object"&&global)||ti(typeof lc=="object"&&lc)||function(){return this}()||Function("return this")()});var cc=h((vV,em)=>{"use strict";var RT=Kr(),Zh=Function.prototype,Yh=Zh.apply,Xh=Zh.call;em.exports=typeof Reflect=="object"&&Reflect.apply||(RT?Xh.bind(Yh):function(){return Xh.apply(Yh,arguments)})});var Vt=h((gV,rm)=>{"use strict";var tm=ye(),NT=tm({}.toString),DT=tm("".slice);rm.exports=function(e){return DT(NT(e),8,-1)}});var ri=h((yV,nm)=>{"use strict";var LT=Vt(),qT=ye();nm.exports=function(e){if(LT(e)==="Function")return qT(e)}});var Re=h((_V,im)=>{"use strict";var uc=typeof document=="object"&&document.all;im.exports=typeof uc=="undefined"&&uc!==void 0?function(e){return typeof e=="function"||e===uc}:function(e){return typeof e=="function"}});var Ge=h((bV,om)=>{"use strict";var FT=ce();om.exports=!FT(function(){return Object.defineProperty({},1,{get:function(){return 7}})[1]!==7})});var bt=h((wV,am)=>{"use strict";var MT=Kr(),Fo=Function.prototype.call;am.exports=MT?Fo.bind(Fo):function(){return Fo.apply(Fo,arguments)}});var dc=h(cm=>{"use strict";var sm={}.propertyIsEnumerable,lm=Object.getOwnPropertyDescriptor,UT=lm&&!sm.call({1:2},1);cm.f=UT?function(t){var r=lm(this,t);return!!r&&r.enumerable}:sm});var ni=h((SV,um)=>{"use strict";um.exports=function(e,t){return{enumerable:!(e&1),configurable:!(e&2),writable:!(e&4),value:t}}});var Mo=h((xV,dm)=>{"use strict";var jT=ye(),BT=ce(),JT=Vt(),pc=Object,HT=jT("".split);dm.exports=BT(function(){return!pc("z").propertyIsEnumerable(0)})?function(e){return JT(e)==="String"?HT(e,""):pc(e)}:pc});var Pr=h((EV,pm)=>{"use strict";pm.exports=function(e){return e==null}});var Or=h((kV,fm)=>{"use strict";var $T=Pr(),VT=TypeError;fm.exports=function(e){if($T(e))throw new VT("Can't call method on "+e);return e}});var cr=h((AV,hm)=>{"use strict";var zT=Mo(),GT=Or();hm.exports=function(e){return zT(GT(e))}});var Ae=h((TV,mm)=>{"use strict";var WT=Re();mm.exports=function(e){return typeof e=="object"?e!==null:WT(e)}});var Ct=h((CV,vm)=>{"use strict";vm.exports={}});var Qr=h((PV,ym)=>{"use strict";var fc=Ct(),hc=ue(),KT=Re(),gm=function(e){return KT(e)?e:void 0};ym.exports=function(e,t){return arguments.length<2?gm(fc[e])||gm(hc[e]):fc[e]&&fc[e][t]||hc[e]&&hc[e][t]}});var Uo=h((OV,wm)=>{"use strict";var QT=ue(),_m=QT.navigator,bm=_m&&_m.userAgent;wm.exports=bm?String(bm):""});var Bo=h((RV,Am)=>{"use strict";var km=ue(),mc=Uo(),Im=km.process,Sm=km.Deno,xm=Im&&Im.versions||Sm&&Sm.version,Em=xm&&xm.v8,wt,jo;Em&&(wt=Em.split("."),jo=wt[0]>0&&wt[0]<4?1:+(wt[0]+wt[1]));!jo&&mc&&(wt=mc.match(/Edge\/(\d+)/),(!wt||wt[1]>=74)&&(wt=mc.match(/Chrome\/(\d+)/),wt&&(jo=+wt[1])));Am.exports=jo});var vc=h((NV,Cm)=>{"use strict";var Tm=Bo(),YT=ce(),XT=ue(),ZT=XT.String;Cm.exports=!!Object.getOwnPropertySymbols&&!YT(function(){var e=Symbol("symbol detection");return!ZT(e)||!(Object(e)instanceof Symbol)||!Symbol.sham&&Tm&&Tm<41})});var gc=h((DV,Pm)=>{"use strict";var eC=vc();Pm.exports=eC&&!Symbol.sham&&typeof Symbol.iterator=="symbol"});var yc=h((LV,Om)=>{"use strict";var tC=Qr(),rC=Re(),nC=ze(),iC=gc(),oC=Object;Om.exports=iC?function(e){return typeof e=="symbol"}:function(e){var t=tC("Symbol");return rC(t)&&nC(t.prototype,oC(e))}});var ii=h((qV,Rm)=>{"use strict";var aC=String;Rm.exports=function(e){try{return aC(e)}catch(t){return"Object"}}});var Rr=h((FV,Nm)=>{"use strict";var sC=Re(),lC=ii(),cC=TypeError;Nm.exports=function(e){if(sC(e))return e;throw new cC(lC(e)+" is not a function")}});var Jo=h((MV,Dm)=>{"use strict";var uC=Rr(),dC=Pr();Dm.exports=function(e,t){var r=e[t];return dC(r)?void 0:uC(r)}});var qm=h((UV,Lm)=>{"use strict";var _c=bt(),bc=Re(),wc=Ae(),pC=TypeError;Lm.exports=function(e,t){var r,n;if(t==="string"&&bc(r=e.toString)&&!wc(n=_c(r,e))||bc(r=e.valueOf)&&!wc(n=_c(r,e))||t!=="string"&&bc(r=e.toString)&&!wc(n=_c(r,e)))return n;throw new pC("Can't convert object to primitive value")}});var Yr=h((jV,Fm)=>{"use strict";Fm.exports=!0});var jm=h((BV,Um)=>{"use strict";var Mm=ue(),fC=Object.defineProperty;Um.exports=function(e,t){try{fC(Mm,e,{value:t,configurable:!0,writable:!0})}catch(r){Mm[e]=t}return t}});var oi=h((JV,Hm)=>{"use strict";var hC=Yr(),mC=ue(),vC=jm(),Bm="__core-js_shared__",Jm=Hm.exports=mC[Bm]||vC(Bm,{});(Jm.versions||(Jm.versions=[])).push({version:"3.41.0",mode:hC?"pure":"global",copyright:"\xA9 2014-2025 Denis Pushkarev (zloirock.ru)",license:"https://github.com/zloirock/core-js/blob/v3.41.0/LICENSE",source:"https://github.com/zloirock/core-js"})});var Ic=h((HV,Vm)=>{"use strict";var $m=oi();Vm.exports=function(e,t){return $m[e]||($m[e]=t||{})}});var Xr=h(($V,zm)=>{"use strict";var gC=Or(),yC=Object;zm.exports=function(e){return yC(gC(e))}});var at=h((VV,Gm)=>{"use strict";var _C=ye(),bC=Xr(),wC=_C({}.hasOwnProperty);Gm.exports=Object.hasOwn||function(t,r){return wC(bC(t),r)}});var Ho=h((zV,Wm)=>{"use strict";var IC=ye(),SC=0,xC=Math.random(),EC=IC(1 .toString);Wm.exports=function(e){return"Symbol("+(e===void 0?"":e)+")_"+EC(++SC+xC,36)}});var Ue=h((GV,Qm)=>{"use strict";var kC=ue(),AC=Ic(),Km=at(),TC=Ho(),CC=vc(),PC=gc(),Zr=kC.Symbol,Sc=AC("wks"),OC=PC?Zr.for||Zr:Zr&&Zr.withoutSetter||TC;Qm.exports=function(e){return Km(Sc,e)||(Sc[e]=CC&&Km(Zr,e)?Zr[e]:OC("Symbol."+e)),Sc[e]}});var ev=h((WV,Zm)=>{"use strict";var RC=bt(),Ym=Ae(),Xm=yc(),NC=Jo(),DC=qm(),LC=Ue(),qC=TypeError,FC=LC("toPrimitive");Zm.exports=function(e,t){if(!Ym(e)||Xm(e))return e;var r=NC(e,FC),n;if(r){if(t===void 0&&(t="default"),n=RC(r,e,t),!Ym(n)||Xm(n))return n;throw new qC("Can't convert object to primitive value")}return t===void 0&&(t="number"),DC(e,t)}});var xc=h((KV,tv)=>{"use strict";var MC=ev(),UC=yc();tv.exports=function(e){var t=MC(e,"string");return UC(t)?t:t+""}});var kc=h((QV,nv)=>{"use strict";var jC=ue(),rv=Ae(),Ec=jC.document,BC=rv(Ec)&&rv(Ec.createElement);nv.exports=function(e){return BC?Ec.createElement(e):{}}});var Ac=h((YV,iv)=>{"use strict";var JC=Ge(),HC=ce(),$C=kc();iv.exports=!JC&&!HC(function(){return Object.defineProperty($C("div"),"a",{get:function(){return 7}}).a!==7})});var Tc=h(av=>{"use strict";var VC=Ge(),zC=bt(),GC=dc(),WC=ni(),KC=cr(),QC=xc(),YC=at(),XC=Ac(),ov=Object.getOwnPropertyDescriptor;av.f=VC?ov:function(t,r){if(t=KC(t),r=QC(r),XC)try{return ov(t,r)}catch(n){}if(YC(t,r))return WC(!zC(GC.f,t,r),t[r])}});var lv=h((ZV,sv)=>{"use strict";var ZC=ce(),eP=Re(),tP=/#|\.prototype\./,ai=function(e,t){var r=nP[rP(e)];return r===oP?!0:r===iP?!1:eP(t)?ZC(t):!!t},rP=ai.normalize=function(e){return String(e).replace(tP,".").toLowerCase()},nP=ai.data={},iP=ai.NATIVE="N",oP=ai.POLYFILL="P";sv.exports=ai});var si=h((ez,uv)=>{"use strict";var cv=ri(),aP=Rr(),sP=Kr(),lP=cv(cv.bind);uv.exports=function(e,t){return aP(e),t===void 0?e:sP?lP(e,t):function(){return e.apply(t,arguments)}}});var Cc=h((tz,dv)=>{"use strict";var cP=Ge(),uP=ce();dv.exports=cP&&uP(function(){return Object.defineProperty(function(){},"prototype",{value:42,writable:!1}).prototype!==42})});var zt=h((rz,pv)=>{"use strict";var dP=Ae(),pP=String,fP=TypeError;pv.exports=function(e){if(dP(e))return e;throw new fP(pP(e)+" is not an object")}});var Gt=h(hv=>{"use strict";var hP=Ge(),mP=Ac(),vP=Cc(),$o=zt(),fv=xc(),gP=TypeError,Pc=Object.defineProperty,yP=Object.getOwnPropertyDescriptor,Oc="enumerable",Rc="configurable",Nc="writable";hv.f=hP?vP?function(t,r,n){if($o(t),r=fv(r),$o(n),typeof t=="function"&&r==="prototype"&&"value"in n&&Nc in n&&!n[Nc]){var i=yP(t,r);i&&i[Nc]&&(t[r]=n.value,n={configurable:Rc in n?n[Rc]:i[Rc],enumerable:Oc in n?n[Oc]:i[Oc],writable:!1})}return Pc(t,r,n)}:Pc:function(t,r,n){if($o(t),r=fv(r),$o(n),mP)try{return Pc(t,r,n)}catch(i){}if("get"in n||"set"in n)throw new gP("Accessors not supported");return"value"in n&&(t[r]=n.value),t}});var Nr=h((iz,mv)=>{"use strict";var _P=Ge(),bP=Gt(),wP=ni();mv.exports=_P?function(e,t,r){return bP.f(e,t,wP(1,r))}:function(e,t,r){return e[t]=r,e}});var W=h((oz,gv)=>{"use strict";var li=ue(),IP=cc(),SP=ri(),xP=Re(),EP=Tc().f,kP=lv(),en=Ct(),AP=si(),tn=Nr(),vv=at();oi();var TP=function(e){var t=function(r,n,i){if(this instanceof t){switch(arguments.length){case 0:return new e;case 1:return new e(r);case 2:return new e(r,n)}return new e(r,n,i)}return IP(e,this,arguments)};return t.prototype=e.prototype,t};gv.exports=function(e,t){var r=e.target,n=e.global,i=e.stat,o=e.proto,a=n?li:i?li[r]:li[r]&&li[r].prototype,s=n?en:en[r]||tn(en,r,{})[r],l=s.prototype,c,d,u,p,f,m,g,_,v;for(p in t)c=kP(n?p:r+(i?".":"#")+p,e.forced),d=!c&&a&&vv(a,p),m=s[p],d&&(e.dontCallGetSet?(v=EP(a,p),g=v&&v.value):g=a[p]),f=d&&g?g:t[p],!(!c&&!o&&typeof m==typeof f)&&(e.bind&&d?_=AP(f,li):e.wrap&&d?_=TP(f):o&&xP(f)?_=SP(f):_=f,(e.sham||f&&f.sham||m&&m.sham)&&tn(_,"sham",!0),tn(s,p,_),o&&(u=r+"Prototype",vv(en,u)||tn(en,u,{}),tn(en[u],p,f),e.real&&l&&(c||!l[p])&&tn(l,p,f)))}});var _v=h((az,yv)=>{"use strict";var CP=Math.ceil,PP=Math.floor;yv.exports=Math.trunc||function(t){var r=+t;return(r>0?PP:CP)(r)}});var ci=h((sz,bv)=>{"use strict";var OP=_v();bv.exports=function(e){var t=+e;return t!==t||t===0?0:OP(t)}});var Dc=h((lz,wv)=>{"use strict";var RP=ci(),NP=Math.min;wv.exports=function(e){var t=RP(e);return t>0?NP(t,9007199254740991):0}});var rn=h((cz,Iv)=>{"use strict";var DP=Dc();Iv.exports=function(e){return DP(e.length)}});var ui=h((uz,Sv)=>{"use strict";var LP=Vt();Sv.exports=Array.isArray||function(t){return LP(t)==="Array"}});var Vo=h((dz,Ev)=>{"use strict";var qP=Ue(),FP=qP("toStringTag"),xv={};xv[FP]="z";Ev.exports=String(xv)==="[object z]"});var nn=h((pz,kv)=>{"use strict";var MP=Vo(),UP=Re(),zo=Vt(),jP=Ue(),BP=jP("toStringTag"),JP=Object,HP=zo(function(){return arguments}())==="Arguments",$P=function(e,t){try{return e[t]}catch(r){}};kv.exports=MP?zo:function(e){var t,r,n;return e===void 0?"Undefined":e===null?"Null":typeof(r=$P(t=JP(e),BP))=="string"?r:HP?zo(t):(n=zo(t))==="Object"&&UP(t.callee)?"Arguments":n}});var Tv=h((fz,Av)=>{"use strict";var VP=ye(),zP=Re(),Lc=oi(),GP=VP(Function.toString);zP(Lc.inspectSource)||(Lc.inspectSource=function(e){return GP(e)});Av.exports=Lc.inspectSource});var Fc=h((hz,Nv)=>{"use strict";var WP=ye(),KP=ce(),Cv=Re(),QP=nn(),YP=Qr(),XP=Tv(),Pv=function(){},Ov=YP("Reflect","construct"),qc=/^\s*(?:class|function)\b/,ZP=WP(qc.exec),eO=!qc.test(Pv),di=function(t){if(!Cv(t))return!1;try{return Ov(Pv,[],t),!0}catch(r){return!1}},Rv=function(t){if(!Cv(t))return!1;switch(QP(t)){case"AsyncFunction":case"GeneratorFunction":case"AsyncGeneratorFunction":return!1}try{return eO||!!ZP(qc,XP(t))}catch(r){return!0}};Rv.sham=!0;Nv.exports=!Ov||KP(function(){var e;return di(di.call)||!di(Object)||!di(function(){e=!0})||e})?Rv:di});var Fv=h((mz,qv)=>{"use strict";var Dv=ui(),tO=Fc(),rO=Ae(),nO=Ue(),iO=nO("species"),Lv=Array;qv.exports=function(e){var t;return Dv(e)&&(t=e.constructor,tO(t)&&(t===Lv||Dv(t.prototype))?t=void 0:rO(t)&&(t=t[iO],t===null&&(t=void 0))),t===void 0?Lv:t}});var Mc=h((vz,Mv)=>{"use strict";var oO=Fv();Mv.exports=function(e,t){return new(oO(e))(t===0?0:t)}});var dr=h((gz,jv)=>{"use strict";var aO=si(),sO=ye(),lO=Mo(),cO=Xr(),uO=rn(),dO=Mc(),Uv=sO([].push),ur=function(e){var t=e===1,r=e===2,n=e===3,i=e===4,o=e===6,a=e===7,s=e===5||o;return function(l,c,d,u){for(var p=cO(l),f=lO(p),m=uO(f),g=aO(c,d),_=0,v=u||dO,b=t?v(l,m):r||a?v(l,0):void 0,I,A;m>_;_++)if((s||_ in f)&&(I=f[_],A=g(I,_,p),e))if(t)b[_]=A;else if(A)switch(e){case 3:return!0;case 5:return I;case 6:return _;case 2:Uv(b,I)}else switch(e){case 4:return!1;case 7:Uv(b,I)}return o?-1:n||i?i:b}};jv.exports={forEach:ur(0),map:ur(1),filter:ur(2),some:ur(3),every:ur(4),find:ur(5),findIndex:ur(6),filterReject:ur(7)}});var pi=h((yz,Bv)=>{"use strict";var pO=ce(),fO=Ue(),hO=Bo(),mO=fO("species");Bv.exports=function(e){return hO>=51||!pO(function(){var t=[],r=t.constructor={};return r[mO]=function(){return{foo:1}},t[e](Boolean).foo!==1})}});var Jv=h(()=>{"use strict";var vO=W(),gO=dr().filter,yO=pi(),_O=yO("filter");vO({target:"Array",proto:!0,forced:!_O},{filter:function(t){return gO(this,t,arguments.length>1?arguments[1]:void 0)}})});var mt=h((wz,Hv)=>{"use strict";var bO=ue(),wO=Ct();Hv.exports=function(e,t){var r=wO[e+"Prototype"],n=r&&r[t];if(n)return n;var i=bO[e],o=i&&i.prototype;return o&&o[t]}});var Vv=h((Iz,$v)=>{"use strict";Jv();var IO=mt();$v.exports=IO("Array","filter")});var Gv=h((Sz,zv)=>{"use strict";var SO=ze(),xO=Vv(),Uc=Array.prototype;zv.exports=function(e){var t=e.filter;return e===Uc||SO(Uc,e)&&t===Uc.filter?xO:t}});var Kv=h((xz,Wv)=>{"use strict";var EO=Gv();Wv.exports=EO});var Yv=h((Ez,Qv)=>{Qv.exports=Kv()});var fi=h((kz,Xv)=>{"use strict";var kO=ce();Xv.exports=function(e,t){var r=[][e];return!!r&&kO(function(){r.call(null,t||function(){return 1},1)})}});var Zv=h(()=>{"use strict";var AO=W(),TO=dr().every,CO=fi(),PO=CO("every");AO({target:"Array",proto:!0,forced:!PO},{every:function(t){return TO(this,t,arguments.length>1?arguments[1]:void 0)}})});var tg=h((Cz,eg)=>{"use strict";Zv();var OO=mt();eg.exports=OO("Array","every")});var ng=h((Pz,rg)=>{"use strict";var RO=ze(),NO=tg(),jc=Array.prototype;rg.exports=function(e){var t=e.every;return e===jc||RO(jc,e)&&t===jc.every?NO:t}});var og=h((Oz,ig)=>{"use strict";var DO=ng();ig.exports=DO});var sg=h((Rz,ag)=>{ag.exports=og()});var cg=h((Nz,lg)=>{"use strict";var LO=dr().forEach,qO=fi(),FO=qO("forEach");lg.exports=FO?[].forEach:function(t){return LO(this,t,arguments.length>1?arguments[1]:void 0)}});var dg=h(()=>{"use strict";var MO=W(),ug=cg();MO({target:"Array",proto:!0,forced:[].forEach!==ug},{forEach:ug})});var fg=h((qz,pg)=>{"use strict";dg();var UO=mt();pg.exports=UO("Array","forEach")});var mg=h((Fz,hg)=>{"use strict";var jO=fg();hg.exports=jO});var vg=h(()=>{});var yg=h((jz,gg)=>{"use strict";var BO=nn(),JO=at(),HO=ze(),$O=mg();vg();var Bc=Array.prototype,VO={DOMTokenList:!0,NodeList:!0};gg.exports=function(e){var t=e.forEach;return e===Bc||HO(Bc,e)&&t===Bc.forEach||JO(VO,BO(e))?$O:t}});var bg=h((Bz,_g)=>{_g.exports=yg()});var Ig=h((Jz,wg)=>{"use strict";var zO=TypeError,GO=9007199254740991;wg.exports=function(e){if(e>GO)throw zO("Maximum allowed index exceeded");return e}});var Jc=h((Hz,Sg)=>{"use strict";var WO=Ge(),KO=Gt(),QO=ni();Sg.exports=function(e,t,r){WO?KO.f(e,t,QO(0,r)):e[t]=r}});var Ag=h(()=>{"use strict";var YO=W(),XO=ce(),ZO=ui(),eR=Ae(),tR=Xr(),rR=rn(),xg=Ig(),Eg=Jc(),nR=Mc(),iR=pi(),oR=Ue(),aR=Bo(),kg=oR("isConcatSpreadable"),sR=aR>=51||!XO(function(){var e=[];return e[kg]=!1,e.concat()[0]!==e}),lR=function(e){if(!eR(e))return!1;var t=e[kg];return t!==void 0?!!t:ZO(e)},cR=!sR||!iR("concat");YO({target:"Array",proto:!0,arity:1,forced:cR},{concat:function(t){var r=tR(this),n=nR(r,0),i=0,o,a,s,l,c;for(o=-1,s=arguments.length;o<s;o++)if(c=o===-1?r:arguments[o],lR(c))for(l=rR(c),xg(i+l),a=0;a<l;a++,i++)a in c&&Eg(n,i,c[a]);else xg(i+1),Eg(n,i++,c);return n.length=i,n}})});var Cg=h((zz,Tg)=>{"use strict";Ag();var uR=mt();Tg.exports=uR("Array","concat")});var Og=h((Gz,Pg)=>{"use strict";var dR=ze(),pR=Cg(),Hc=Array.prototype;Pg.exports=function(e){var t=e.concat;return e===Hc||dR(Hc,e)&&t===Hc.concat?pR:t}});var Ng=h((Wz,Rg)=>{"use strict";var fR=Og();Rg.exports=fR});var Lg=h((Kz,Dg)=>{Dg.exports=Ng()});var qg=h(()=>{"use strict";var hR=W(),mR=dr().some,vR=fi(),gR=vR("some");hR({target:"Array",proto:!0,forced:!gR},{some:function(t){return mR(this,t,arguments.length>1?arguments[1]:void 0)}})});var Mg=h((Xz,Fg)=>{"use strict";qg();var yR=mt();Fg.exports=yR("Array","some")});var jg=h((Zz,Ug)=>{"use strict";var _R=ze(),bR=Mg(),$c=Array.prototype;Ug.exports=function(e){var t=e.some;return e===$c||_R($c,e)&&t===$c.some?bR:t}});var Jg=h((eG,Bg)=>{"use strict";var wR=jg();Bg.exports=wR});var $g=h((tG,Hg)=>{Hg.exports=Jg()});var zg=h((rG,Vg)=>{"use strict";var hi=ue(),IR=Uo(),SR=Vt(),Go=function(e){return IR.slice(0,e.length)===e};Vg.exports=function(){return Go("Bun/")?"BUN":Go("Cloudflare-Workers")?"CLOUDFLARE":Go("Deno/")?"DENO":Go("Node.js/")?"NODE":hi.Bun&&typeof Bun.version=="string"?"BUN":hi.Deno&&typeof Deno.version=="object"?"DENO":SR(hi.process)==="process"?"NODE":hi.window&&hi.document?"BROWSER":"REST"}()});var mi=h((nG,Gg)=>{"use strict";var xR=ye();Gg.exports=xR([].slice)});var Kg=h((iG,Wg)=>{"use strict";var ER=TypeError;Wg.exports=function(e,t){if(e<t)throw new ER("Not enough arguments");return e}});var Vc=h((oG,Yg)=>{"use strict";var Qg=ue(),kR=cc(),AR=Re(),TR=zg(),CR=Uo(),PR=mi(),OR=Kg(),RR=Qg.Function,NR=/MSIE .\./.test(CR)||TR==="BUN"&&function(){var e=Qg.Bun.version.split(".");return e.length<3||e[0]==="0"&&(e[1]<3||e[1]==="3"&&e[2]==="0")}();Yg.exports=function(e,t){var r=t?2:1;return NR?function(n,i){var o=OR(arguments.length,1)>r,a=AR(n)?n:RR(n),s=o?PR(arguments,r):[],l=o?function(){kR(a,this,s)}:a;return t?e(l,i):e(l)}:e}});var ey=h(()=>{"use strict";var DR=W(),Zg=ue(),LR=Vc(),Xg=LR(Zg.setInterval,!0);DR({global:!0,bind:!0,forced:Zg.setInterval!==Xg},{setInterval:Xg})});var ny=h(()=>{"use strict";var qR=W(),ry=ue(),FR=Vc(),ty=FR(ry.setTimeout,!0);qR({global:!0,bind:!0,forced:ry.setTimeout!==ty},{setTimeout:ty})});var iy=h(()=>{"use strict";ey();ny()});var ay=h((pG,oy)=>{"use strict";iy();var MR=Ct();oy.exports=MR.setTimeout});var ly=h((fG,sy)=>{sy.exports=ay()});function yi(e,t){he.__h&&he.__h(re,e,gi||t),gi=0;var r=re.__H||(re.__H={__:[],__h:[]});return e>=r.__.length&&r.__.push({}),r.__[e]}function Ko(e){return gi=1,yy(_y,e)}function yy(e,t,r){var n=yi(Dr++,2);if(n.t=e,!n.__c&&(n.__=[r?r(t):_y(void 0,t),function(s){var l=n.__N?n.__N[0]:n.__[0],c=n.t(l,s);l!==c&&(n.__N=[c,n.__[1]],n.__c.setState({}))}],n.__c=re,!re.__f)){var i=function(s,l,c){if(!n.__c.__H)return!0;var d=n.__c.__H.__.filter(function(p){return!!p.__c});if(d.every(function(p){return!p.__N}))return!o||o.call(this,s,l,c);var u=n.__c.props!==s;return d.forEach(function(p){if(p.__N){var f=p.__[0];p.__=p.__N,p.__N=void 0,f!==p.__[0]&&(u=!0)}}),o&&o.call(this,s,l,c)||u};re.__f=!0;var o=re.shouldComponentUpdate,a=re.componentWillUpdate;re.componentWillUpdate=function(s,l,c){if(this.__e){var d=o;o=void 0,i(s,l,c),o=d}a&&a.call(this,s,l,c)},re.shouldComponentUpdate=i}return n.__N||n.__}function _i(e,t){var r=yi(Dr++,3);!he.__s&&Wc(r.__H,t)&&(r.__=e,r.u=t,re.__H.__h.push(r))}function on(e,t){var r=yi(Dr++,4);!he.__s&&Wc(r.__H,t)&&(r.__=e,r.u=t,re.__h.push(r))}function bi(e){return gi=5,wi(function(){return{current:e}},[])}function wi(e,t){var r=yi(Dr++,7);return Wc(r.__H,t)&&(r.__=e(),r.__H=t,r.__h=e),r.__}function an(e,t){return gi=8,wi(function(){return e},t)}function sn(e){var t=re.context[e.__c],r=yi(Dr++,9);return r.c=e,t?(r.__==null&&(r.__=!0,t.sub(re)),t.props.value):e.__}function UR(){for(var e;e=gy.shift();)if(e.__P&&e.__H)try{e.__H.__h.forEach(Wo),e.__H.__h.forEach(Gc),e.__H.__h=[]}catch(t){e.__H.__h=[],he.__e(t,e.__v)}}function jR(e){var t,r=function(){clearTimeout(n),vy&&cancelAnimationFrame(t),setTimeout(e)},n=setTimeout(r,100);vy&&(t=requestAnimationFrame(r))}function Wo(e){var t=re,r=e.__c;typeof r=="function"&&(e.__c=void 0,r()),re=t}function Gc(e){var t=re;e.__c=e.__(),re=t}function Wc(e,t){return!e||e.length!==t.length||t.some(function(r,n){return r!==e[n]})}function _y(e,t){return typeof t=="function"?t(e):t}var Dr,re,zc,cy,gi,gy,he,uy,dy,py,fy,hy,my,vy,Kc=k(()=>{Wr();gi=0,gy=[],he=R,uy=he.__b,dy=he.__r,py=he.diffed,fy=he.__c,hy=he.unmount,my=he.__;he.__b=function(e){re=null,uy&&uy(e)},he.__=function(e,t){e&&t.__k&&t.__k.__m&&(e.__m=t.__k.__m),my&&my(e,t)},he.__r=function(e){dy&&dy(e),Dr=0;var t=(re=e.__c).__H;t&&(zc===re?(t.__h=[],re.__h=[],t.__.forEach(function(r){r.__N&&(r.__=r.__N),r.u=r.__N=void 0})):(t.__h.forEach(Wo),t.__h.forEach(Gc),t.__h=[],Dr=0)),zc=re},he.diffed=function(e){py&&py(e);var t=e.__c;t&&t.__H&&(t.__H.__h.length&&(gy.push(t)!==1&&cy===he.requestAnimationFrame||((cy=he.requestAnimationFrame)||jR)(UR)),t.__H.__.forEach(function(r){r.u&&(r.__H=r.u),r.u=void 0})),zc=re=null},he.__c=function(e,t){t.some(function(r){try{r.__h.forEach(Wo),r.__h=r.__h.filter(function(n){return!n.__||Gc(n)})}catch(n){t.some(function(i){i.__h&&(i.__h=[])}),t=[],he.__e(n,r.__v)}}),fy&&fy(e,t)},he.unmount=function(e){hy&&hy(e);var t,r=e.__c;r&&r.__H&&(r.__H.__.forEach(function(n){try{Wo(n)}catch(i){t=i}}),r.__H=void 0,t&&he.__e(t,r.__v))};vy=typeof requestAnimationFrame=="function"});function Cy(e,t){for(var r in t)e[r]=t[r];return e}function Yc(e,t){for(var r in e)if(r!=="__source"&&!(r in t))return!0;for(var n in t)if(n!=="__source"&&e[n]!==t[n])return!0;return!1}function by(e,t){this.props=e,this.context=t}function Zc(e,t){function r(i){var o=this.props.ref,a=o==i.ref;return!a&&o&&(o.call?o(null):o.current=null),t?!t(this.props,i)||!a:Yc(this.props,i)}function n(i){return this.shouldComponentUpdate=r,Me(e,i)}return n.displayName="Memo("+(e.displayName||e.name)+")",n.prototype.isReactComponent=!0,n.__f=!0,n}function eu(e){function t(r){var n=Cy({},r);return delete n.ref,e(n,r.ref||null)}return t.$$typeof=BR,t.render=t,t.prototype.isReactComponent=t.__f=!0,t.displayName="ForwardRef("+(e.displayName||e.name)+")",t}function Py(e,t,r){return e&&(e.__c&&e.__c.__H&&(e.__c.__H.__.forEach(function(n){typeof n.__c=="function"&&n.__c()}),e.__c.__H=null),(e=Cy({},e)).__c!=null&&(e.__c.__P===r&&(e.__c.__P=t),e.__c=null),e.__k=e.__k&&e.__k.map(function(n){return Py(n,t,r)})),e}function Oy(e,t,r){return e&&r&&(e.__v=null,e.__k=e.__k&&e.__k.map(function(n){return Oy(n,t,r)}),e.__c&&e.__c.__P===t&&(e.__e&&r.appendChild(e.__e),e.__c.__e=!0,e.__c.__P=r)),e}function Qc(){this.__u=0,this.o=null,this.__b=null}function Ry(e){var t=e.__.__c;return t&&t.__a&&t.__a(e)}function Qo(){this.i=null,this.l=null}function tu(e,t,r){return t.__k==null&&(t.textContent=""),lr(e,t),typeof r=="function"&&r(),e?e.__c:null}function KR(){}function QR(){return this.cancelBubble}function YR(){return this.defaultPrevented}var Xc,wy,BR,JR,Iy,Sy,HR,$R,VR,zR,GR,WR,xy,Ny,XR,Ey,ky,Ay,Yo=k(()=>{Wr();Wr();Kc();Kc();Xc=on;(by.prototype=new ot).isPureReactComponent=!0,by.prototype.shouldComponentUpdate=function(e,t){return Yc(this.props,e)||Yc(this.state,t)};wy=R.__b;R.__b=function(e){e.type&&e.type.__f&&e.ref&&(e.props.ref=e.ref,e.ref=null),wy&&wy(e)};BR=typeof Symbol!="undefined"&&Symbol.for&&Symbol.for("react.forward_ref")||3911;JR=R.__e;R.__e=function(e,t,r,n){if(e.then){for(var i,o=t;o=o.__;)if((i=o.__c)&&i.__c)return t.__e==null&&(t.__e=r.__e,t.__k=r.__k),i.__c(e,t)}JR(e,t,r,n)};Iy=R.unmount;R.unmount=function(e){var t=e.__c;t&&t.__R&&t.__R(),t&&32&e.__u&&(e.type=null),Iy&&Iy(e)},(Qc.prototype=new ot).__c=function(e,t){var r=t.__c,n=this;n.o==null&&(n.o=[]),n.o.push(r);var i=Ry(n.__v),o=!1,a=function(){o||(o=!0,r.__R=null,i?i(s):s())};r.__R=a;var s=function(){if(!--n.__u){if(n.state.__a){var l=n.state.__a;n.__v.__k[0]=Oy(l,l.__c.__P,l.__c.__O)}var c;for(n.setState({__a:n.__b=null});c=n.o.pop();)c.forceUpdate()}};n.__u++||32&t.__u||n.setState({__a:n.__b=n.__v.__k[0]}),e.then(a,a)},Qc.prototype.componentWillUnmount=function(){this.o=[]},Qc.prototype.render=function(e,t){if(this.__b){if(this.__v.__k){var r=document.createElement("div"),n=this.__v.__k[0].__c;this.__v.__k[0]=Py(this.__b,r,n.__O=n.__P)}this.__b=null}var i=t.__a&&Me(Oe,null,e.fallback);return i&&(i.__u&=-33),[Me(Oe,null,t.__a?null:e.children),i]};Sy=function(e,t,r){if(++r[1]===r[0]&&e.l.delete(t),e.props.revealOrder&&(e.props.revealOrder[0]!=="t"||!e.l.size))for(r=e.i;r;){for(;r.length>3;)r.pop()();if(r[1]<r[0])break;e.i=r=r[2]}};(Qo.prototype=new ot).__a=function(e){var t=this,r=Ry(t.__v),n=t.l.get(e);return n[0]++,function(i){var o=function(){t.props.revealOrder?(n.push(i),Sy(t,e,n)):i()};r?r(o):o()}},Qo.prototype.render=function(e){this.i=null,this.l=new Map;var t=ei(e.children);e.revealOrder&&e.revealOrder[0]==="b"&&t.reverse();for(var r=t.length;r--;)this.l.set(t[r],this.i=[1,0,this.i]);return e.children},Qo.prototype.componentDidUpdate=Qo.prototype.componentDidMount=function(){var e=this;this.l.forEach(function(t,r){Sy(e,r,t)})};HR=typeof Symbol!="undefined"&&Symbol.for&&Symbol.for("react.element")||60103,$R=/^(?:accent|alignment|arabic|baseline|cap|clip(?!PathU)|color|dominant|fill|flood|font|glyph(?!R)|horiz|image(!S)|letter|lighting|marker(?!H|W|U)|overline|paint|pointer|shape|stop|strikethrough|stroke|text(?!L)|transform|underline|unicode|units|v|vector|vert|word|writing|x(?!C))[A-Z]/,VR=/^on(Ani|Tra|Tou|BeforeInp|Compo)/,zR=/[A-Z0-9]/g,GR=typeof document!="undefined",WR=function(e){return(typeof Symbol!="undefined"&&typeof Symbol()=="symbol"?/fil|che|rad/:/fil|che|ra/).test(e)};ot.prototype.isReactComponent={},["componentWillMount","componentWillReceiveProps","componentWillUpdate"].forEach(function(e){Object.defineProperty(ot.prototype,e,{configurable:!0,get:function(){return this["UNSAFE_"+e]},set:function(t){Object.defineProperty(this,e,{configurable:!0,writable:!0,value:t})}})});xy=R.event;R.event=function(e){return xy&&(e=xy(e)),e.persist=KR,e.isPropagationStopped=QR,e.isDefaultPrevented=YR,e.nativeEvent=e};XR={enumerable:!1,configurable:!0,get:function(){return this.class}},Ey=R.vnode;R.vnode=function(e){typeof e.type=="string"&&function(t){var r=t.props,n=t.type,i={},o=n.indexOf("-")===-1;for(var a in r){var s=r[a];if(!(a==="value"&&"defaultValue"in r&&s==null||GR&&a==="children"&&n==="noscript"||a==="class"||a==="className")){var l=a.toLowerCase();a==="defaultValue"&&"value"in r&&r.value==null?a="value":a==="download"&&s===!0?s="":l==="translate"&&s==="no"?s=!1:l[0]==="o"&&l[1]==="n"?l==="ondoubleclick"?a="ondblclick":l!=="onchange"||n!=="input"&&n!=="textarea"||WR(r.type)?l==="onfocus"?a="onfocusin":l==="onblur"?a="onfocusout":VR.test(a)&&(a=l):l=a="oninput":o&&$R.test(a)?a=a.replace(zR,"-$&").toLowerCase():s===null&&(s=void 0),l==="oninput"&&i[a=l]&&(a="oninputCapture"),i[a]=s}}n=="select"&&i.multiple&&Array.isArray(i.value)&&(i.value=ei(r.children).forEach(function(c){c.props.selected=i.value.indexOf(c.props.value)!=-1})),n=="select"&&i.defaultValue!=null&&(i.value=ei(r.children).forEach(function(c){c.props.selected=i.multiple?i.defaultValue.indexOf(c.props.value)!=-1:i.defaultValue==c.props.value})),r.class&&!r.className?(i.class=r.class,Object.defineProperty(i,"className",XR)):(r.className&&!r.class||r.class&&r.className)&&(i.class=i.className=r.className),t.props=i}(e),e.$$typeof=HR,Ey&&Ey(e)};ky=R.__r;R.__r=function(e){ky&&ky(e),Ny=e.__c};Ay=R.diffed;R.diffed=function(e){Ay&&Ay(e);var t=e.props,r=e.__e;r!=null&&e.type==="textarea"&&"value"in t&&t.value!==r.value&&(r.value=t.value==null?"":t.value),Ny=null}});var nu=h(()=>{"use strict";var eN=W(),ru=ue();eN({global:!0,forced:ru.globalThis!==ru},{globalThis:ru})});var Dy=h(()=>{"use strict";nu()});var qy=h((CG,Ly)=>{"use strict";nu();Ly.exports=ue()});var My=h((PG,Fy)=>{"use strict";var tN=qy();Fy.exports=tN});var jy=h((OG,Uy)=>{"use strict";var rN=My();Uy.exports=rN});var Jy=h((RG,By)=>{"use strict";Dy();var nN=jy();By.exports=nN});var $y=h((NG,Hy)=>{"use strict";Hy.exports=Jy()});var zy=h((DG,Vy)=>{Vy.exports=$y()});var Gy=h(()=>{"use strict";var iN=W(),oN=ui();iN({target:"Array",stat:!0},{isArray:oN})});var Ky=h((FG,Wy)=>{"use strict";Gy();var aN=Ct();Wy.exports=aN.Array.isArray});var Yy=h((MG,Qy)=>{"use strict";var sN=Ky();Qy.exports=sN});var Zy=h((UG,Xy)=>{Xy.exports=Yy()});var t_=h((jG,e_)=>{"use strict";e_.exports=function(){}});var Lr=h((BG,r_)=>{"use strict";r_.exports={}});var iu=h((JG,i_)=>{"use strict";var lN=ue(),cN=Re(),n_=lN.WeakMap;i_.exports=cN(n_)&&/native code/.test(String(n_))});var Xo=h((HG,a_)=>{"use strict";var uN=Ic(),dN=Ho(),o_=uN("keys");a_.exports=function(e){return o_[e]||(o_[e]=dN(e))}});var Ii=h(($G,s_)=>{"use strict";s_.exports={}});var Fr=h((VG,u_)=>{"use strict";var pN=iu(),c_=ue(),fN=Ae(),hN=Nr(),ou=at(),au=oi(),mN=Xo(),vN=Ii(),l_="Object already initialized",su=c_.TypeError,gN=c_.WeakMap,Zo,Si,ea,yN=function(e){return ea(e)?Si(e):Zo(e,{})},_N=function(e){return function(t){var r;if(!fN(t)||(r=Si(t)).type!==e)throw new su("Incompatible receiver, "+e+" required");return r}};pN||au.state?(It=au.state||(au.state=new gN),It.get=It.get,It.has=It.has,It.set=It.set,Zo=function(e,t){if(It.has(e))throw new su(l_);return t.facade=e,It.set(e,t),t},Si=function(e){return It.get(e)||{}},ea=function(e){return It.has(e)}):(qr=mN("state"),vN[qr]=!0,Zo=function(e,t){if(ou(e,qr))throw new su(l_);return t.facade=e,hN(e,qr,t),t},Si=function(e){return ou(e,qr)?e[qr]:{}},ea=function(e){return ou(e,qr)});var It,qr;u_.exports={set:Zo,get:Si,has:ea,enforce:yN,getterFor:_N}});var uu=h((zG,p_)=>{"use strict";var lu=Ge(),bN=at(),d_=Function.prototype,wN=lu&&Object.getOwnPropertyDescriptor,cu=bN(d_,"name"),IN=cu&&(function(){}).name==="something",SN=cu&&(!lu||lu&&wN(d_,"name").configurable);p_.exports={EXISTS:cu,PROPER:IN,CONFIGURABLE:SN}});var du=h((GG,f_)=>{"use strict";var xN=ci(),EN=Math.max,kN=Math.min;f_.exports=function(e,t){var r=xN(e);return r<0?EN(r+t,0):kN(r,t)}});var pu=h((WG,m_)=>{"use strict";var AN=cr(),TN=du(),CN=rn(),h_=function(e){return function(t,r,n){var i=AN(t),o=CN(i);if(o===0)return!e&&-1;var a=TN(n,o),s;if(e&&r!==r){for(;o>a;)if(s=i[a++],s!==s)return!0}else for(;o>a;a++)if((e||a in i)&&i[a]===r)return e||a||0;return!e&&-1}};m_.exports={includes:h_(!0),indexOf:h_(!1)}});var hu=h((KG,g_)=>{"use strict";var PN=ye(),fu=at(),ON=cr(),RN=pu().indexOf,NN=Ii(),v_=PN([].push);g_.exports=function(e,t){var r=ON(e),n=0,i=[],o;for(o in r)!fu(NN,o)&&fu(r,o)&&v_(i,o);for(;t.length>n;)fu(r,o=t[n++])&&(~RN(i,o)||v_(i,o));return i}});var ta=h((QG,y_)=>{"use strict";y_.exports=["constructor","hasOwnProperty","isPrototypeOf","propertyIsEnumerable","toLocaleString","toString","valueOf"]});var mu=h((YG,__)=>{"use strict";var DN=hu(),LN=ta();__.exports=Object.keys||function(t){return DN(t,LN)}});var w_=h(b_=>{"use strict";var qN=Ge(),FN=Cc(),MN=Gt(),UN=zt(),jN=cr(),BN=mu();b_.f=qN&&!FN?Object.defineProperties:function(t,r){UN(t);for(var n=jN(r),i=BN(r),o=i.length,a=0,s;o>a;)MN.f(t,s=i[a++],n[s]);return t}});var S_=h((ZG,I_)=>{"use strict";var JN=Qr();I_.exports=JN("document","documentElement")});var xi=h((e6,P_)=>{"use strict";var HN=zt(),$N=w_(),x_=ta(),VN=Ii(),zN=S_(),GN=kc(),WN=Xo(),E_=">",k_="<",gu="prototype",yu="script",T_=WN("IE_PROTO"),vu=function(){},C_=function(e){return k_+yu+E_+e+k_+"/"+yu+E_},A_=function(e){e.write(C_("")),e.close();var t=e.parentWindow.Object;return e=null,t},KN=function(){var e=GN("iframe"),t="java"+yu+":",r;return e.style.display="none",zN.appendChild(e),e.src=String(t),r=e.contentWindow.document,r.open(),r.write(C_("document.F=Object")),r.close(),r.F},ra,na=function(){try{ra=new ActiveXObject("htmlfile")}catch(t){}na=typeof document!="undefined"?document.domain&&ra?A_(ra):KN():A_(ra);for(var e=x_.length;e--;)delete na[gu][x_[e]];return na()};VN[T_]=!0;P_.exports=Object.create||function(t,r){var n;return t!==null?(vu[gu]=HN(t),n=new vu,vu[gu]=null,n[T_]=t):n=na(),r===void 0?n:$N.f(n,r)}});var R_=h((t6,O_)=>{"use strict";var QN=ce();O_.exports=!QN(function(){function e(){}return e.prototype.constructor=null,Object.getPrototypeOf(new e)!==e.prototype})});var bu=h((r6,D_)=>{"use strict";var YN=at(),XN=Re(),ZN=Xr(),eD=Xo(),tD=R_(),N_=eD("IE_PROTO"),_u=Object,rD=_u.prototype;D_.exports=tD?_u.getPrototypeOf:function(e){var t=ZN(e);if(YN(t,N_))return t[N_];var r=t.constructor;return XN(r)&&t instanceof r?r.prototype:t instanceof _u?rD:null}});var ia=h((n6,L_)=>{"use strict";var nD=Nr();L_.exports=function(e,t,r,n){return n&&n.enumerable?e[t]=r:nD(e,t,r),e}});var xu=h((i6,M_)=>{"use strict";var iD=ce(),oD=Re(),aD=Ae(),sD=xi(),q_=bu(),lD=ia(),cD=Ue(),uD=Yr(),Su=cD("iterator"),F_=!1,Wt,wu,Iu;[].keys&&(Iu=[].keys(),"next"in Iu?(wu=q_(q_(Iu)),wu!==Object.prototype&&(Wt=wu)):F_=!0);var dD=!aD(Wt)||iD(function(){var e={};return Wt[Su].call(e)!==e});dD?Wt={}:uD&&(Wt=sD(Wt));oD(Wt[Su])||lD(Wt,Su,function(){return this});M_.exports={IteratorPrototype:Wt,BUGGY_SAFARI_ITERATORS:F_}});var j_=h((o6,U_)=>{"use strict";var pD=Vo(),fD=nn();U_.exports=pD?{}.toString:function(){return"[object "+fD(this)+"]"}});var Ei=h((a6,J_)=>{"use strict";var hD=Vo(),mD=Gt().f,vD=Nr(),gD=at(),yD=j_(),_D=Ue(),B_=_D("toStringTag");J_.exports=function(e,t,r,n){var i=r?e:e&&e.prototype;i&&(gD(i,B_)||mD(i,B_,{configurable:!0,value:t}),n&&!hD&&vD(i,"toString",yD))}});var $_=h((s6,H_)=>{"use strict";var bD=xu().IteratorPrototype,wD=xi(),ID=ni(),SD=Ei(),xD=Lr(),ED=function(){return this};H_.exports=function(e,t,r,n){var i=t+" Iterator";return e.prototype=wD(bD,{next:ID(+!n,r)}),SD(e,i,!1,!0),xD[i]=ED,e}});var z_=h((l6,V_)=>{"use strict";var kD=ye(),AD=Rr();V_.exports=function(e,t,r){try{return kD(AD(Object.getOwnPropertyDescriptor(e,t)[r]))}catch(n){}}});var W_=h((c6,G_)=>{"use strict";var TD=Ae();G_.exports=function(e){return TD(e)||e===null}});var Q_=h((u6,K_)=>{"use strict";var CD=W_(),PD=String,OD=TypeError;K_.exports=function(e){if(CD(e))return e;throw new OD("Can't set "+PD(e)+" as a prototype")}});var X_=h((d6,Y_)=>{"use strict";var RD=z_(),ND=Ae(),DD=Or(),LD=Q_();Y_.exports=Object.setPrototypeOf||("__proto__"in{}?function(){var e=!1,t={},r;try{r=RD(Object.prototype,"__proto__","set"),r(t,[]),e=t instanceof Array}catch(n){}return function(i,o){return DD(i),LD(o),ND(i)&&(e?r(i,o):i.__proto__=o),i}}():void 0)});var sa=h((p6,lb)=>{"use strict";var qD=W(),FD=bt(),oa=Yr(),ab=uu(),MD=Re(),UD=$_(),Z_=bu(),eb=X_(),jD=Ei(),BD=Nr(),Eu=ia(),JD=Ue(),tb=Lr(),sb=xu(),HD=ab.PROPER,$D=ab.CONFIGURABLE,rb=sb.IteratorPrototype,aa=sb.BUGGY_SAFARI_ITERATORS,ki=JD("iterator"),nb="keys",Ai="values",ib="entries",ob=function(){return this};lb.exports=function(e,t,r,n,i,o,a){UD(r,t,n);var s=function(v){if(v===i&&p)return p;if(!aa&&v&&v in d)return d[v];switch(v){case nb:return function(){return new r(this,v)};case Ai:return function(){return new r(this,v)};case ib:return function(){return new r(this,v)}}return function(){return new r(this)}},l=t+" Iterator",c=!1,d=e.prototype,u=d[ki]||d["@@iterator"]||i&&d[i],p=!aa&&u||s(i),f=t==="Array"&&d.entries||u,m,g,_;if(f&&(m=Z_(f.call(new e)),m!==Object.prototype&&m.next&&(!oa&&Z_(m)!==rb&&(eb?eb(m,rb):MD(m[ki])||Eu(m,ki,ob)),jD(m,l,!0,!0),oa&&(tb[l]=ob))),HD&&i===Ai&&u&&u.name!==Ai&&(!oa&&$D?BD(d,"name",Ai):(c=!0,p=function(){return FD(u,this)})),i)if(g={values:s(Ai),keys:o?p:s(nb),entries:s(ib)},a)for(_ in g)(aa||c||!(_ in d))&&Eu(d,_,g[_]);else qD({target:t,proto:!0,forced:aa||c},g);return(!oa||a)&&d[ki]!==p&&Eu(d,ki,p,{name:i}),tb[t]=p,g}});var la=h((f6,cb)=>{"use strict";cb.exports=function(e,t){return{value:e,done:t}}});var ua=h((h6,hb)=>{"use strict";var VD=cr(),ku=t_(),ub=Lr(),pb=Fr(),zD=Gt().f,GD=sa(),ca=la(),WD=Yr(),KD=Ge(),fb="Array Iterator",QD=pb.set,YD=pb.getterFor(fb);hb.exports=GD(Array,"Array",function(e,t){QD(this,{type:fb,target:VD(e),index:0,kind:t})},function(){var e=YD(this),t=e.target,r=e.index++;if(!t||r>=t.length)return e.target=null,ca(void 0,!0);switch(e.kind){case"keys":return ca(r,!1);case"values":return ca(t[r],!1)}return ca([r,t[r]],!1)},"values");var db=ub.Arguments=ub.Array;ku("keys");ku("values");ku("entries");if(!WD&&KD&&db.name!=="values")try{zD(db,"name",{value:"values"})}catch(e){}});var Au=h(()=>{});var Tu=h((g6,mb)=>{"use strict";var XD=ce();mb.exports=!XD(function(){return Object.isExtensible(Object.preventExtensions({}))})});var da=h((y6,vb)=>{"use strict";var ZD=ia();vb.exports=function(e,t,r){for(var n in t)r&&r.unsafe&&e[n]?e[n]=t[n]:ZD(e,n,t[n],r);return e}});var Cu=h(gb=>{"use strict";var eL=hu(),tL=ta(),rL=tL.concat("length","prototype");gb.f=Object.getOwnPropertyNames||function(t){return eL(t,rL)}});var wb=h((b6,bb)=>{"use strict";var nL=Vt(),iL=cr(),yb=Cu().f,oL=mi(),_b=typeof window=="object"&&window&&Object.getOwnPropertyNames?Object.getOwnPropertyNames(window):[],aL=function(e){try{return yb(e)}catch(t){return oL(_b)}};bb.exports.f=function(t){return _b&&nL(t)==="Window"?aL(t):yb(iL(t))}});var Sb=h((w6,Ib)=>{"use strict";var sL=ce();Ib.exports=sL(function(){if(typeof ArrayBuffer=="function"){var e=new ArrayBuffer(8);Object.isExtensible(e)&&Object.defineProperty(e,"a",{value:8})}})});var kb=h((I6,Eb)=>{"use strict";var lL=ce(),cL=Ae(),uL=Vt(),xb=Sb(),pa=Object.isExtensible,dL=lL(function(){pa(1)});Eb.exports=dL||xb?function(t){return!cL(t)||xb&&uL(t)==="ArrayBuffer"?!1:pa?pa(t):!0}:pa});var Ti=h((S6,Cb)=>{"use strict";var pL=W(),fL=ye(),hL=Ii(),mL=Ae(),Pu=at(),vL=Gt().f,Ab=Cu(),gL=wb(),Ou=kb(),yL=Ho(),_L=Tu(),Tb=!1,Kt=yL("meta"),bL=0,Ru=function(e){vL(e,Kt,{value:{objectID:"O"+bL++,weakData:{}}})},wL=function(e,t){if(!mL(e))return typeof e=="symbol"?e:(typeof e=="string"?"S":"P")+e;if(!Pu(e,Kt)){if(!Ou(e))return"F";if(!t)return"E";Ru(e)}return e[Kt].objectID},IL=function(e,t){if(!Pu(e,Kt)){if(!Ou(e))return!0;if(!t)return!1;Ru(e)}return e[Kt].weakData},SL=function(e){return _L&&Tb&&Ou(e)&&!Pu(e,Kt)&&Ru(e),e},xL=function(){EL.enable=function(){},Tb=!0;var e=Ab.f,t=fL([].splice),r={};r[Kt]=1,e(r).length&&(Ab.f=function(n){for(var i=e(n),o=0,a=i.length;o<a;o++)if(i[o]===Kt){t(i,o,1);break}return i},pL({target:"Object",stat:!0,forced:!0},{getOwnPropertyNames:gL.f}))},EL=Cb.exports={enable:xL,fastKey:wL,getWeakData:IL,onFreeze:SL};hL[Kt]=!0});var Ob=h((x6,Pb)=>{"use strict";var kL=Ue(),AL=Lr(),TL=kL("iterator"),CL=Array.prototype;Pb.exports=function(e){return e!==void 0&&(AL.Array===e||CL[TL]===e)}});var Nu=h((E6,Nb)=>{"use strict";var PL=nn(),Rb=Jo(),OL=Pr(),RL=Lr(),NL=Ue(),DL=NL("iterator");Nb.exports=function(e){if(!OL(e))return Rb(e,DL)||Rb(e,"@@iterator")||RL[PL(e)]}});var Lb=h((k6,Db)=>{"use strict";var LL=bt(),qL=Rr(),FL=zt(),ML=ii(),UL=Nu(),jL=TypeError;Db.exports=function(e,t){var r=arguments.length<2?UL(e):t;if(qL(r))return FL(LL(r,e));throw new jL(ML(e)+" is not iterable")}});var fa=h((A6,Fb)=>{"use strict";var BL=bt(),qb=zt(),JL=Jo();Fb.exports=function(e,t,r){var n,i;qb(e);try{if(n=JL(e,"return"),!n){if(t==="throw")throw r;return r}n=BL(n,e)}catch(o){i=!0,n=o}if(t==="throw")throw r;if(i)throw n;return qb(n),r}});var ma=h((T6,Bb)=>{"use strict";var HL=si(),$L=bt(),VL=zt(),zL=ii(),GL=Ob(),WL=rn(),Mb=ze(),KL=Lb(),QL=Nu(),Ub=fa(),YL=TypeError,ha=function(e,t){this.stopped=e,this.result=t},jb=ha.prototype;Bb.exports=function(e,t,r){var n=r&&r.that,i=!!(r&&r.AS_ENTRIES),o=!!(r&&r.IS_RECORD),a=!!(r&&r.IS_ITERATOR),s=!!(r&&r.INTERRUPTED),l=HL(t,n),c,d,u,p,f,m,g,_=function(b){return c&&Ub(c,"normal",b),new ha(!0,b)},v=function(b){return i?(VL(b),s?l(b[0],b[1],_):l(b[0],b[1])):s?l(b,_):l(b)};if(o)c=e.iterator;else if(a)c=e;else{if(d=QL(e),!d)throw new YL(zL(e)+" is not iterable");if(GL(d)){for(u=0,p=WL(e);p>u;u++)if(f=v(e[u]),f&&Mb(jb,f))return f;return new ha(!1)}c=KL(e,d)}for(m=o?e.next:c.next;!(g=$L(m,c)).done;){try{f=v(g.value)}catch(b){Ub(c,"throw",b)}if(typeof f=="object"&&f&&Mb(jb,f))return f}return new ha(!1)}});var va=h((C6,Jb)=>{"use strict";var XL=ze(),ZL=TypeError;Jb.exports=function(e,t){if(XL(t,e))return e;throw new ZL("Incorrect invocation")}});var Du=h((P6,$b)=>{"use strict";var eq=W(),tq=ue(),rq=Ti(),nq=ce(),iq=Nr(),oq=ma(),aq=va(),sq=Re(),lq=Ae(),cq=Pr(),uq=Ei(),dq=Gt().f,pq=dr().forEach,fq=Ge(),Hb=Fr(),hq=Hb.set,mq=Hb.getterFor;$b.exports=function(e,t,r){var n=e.indexOf("Map")!==-1,i=e.indexOf("Weak")!==-1,o=n?"set":"add",a=tq[e],s=a&&a.prototype,l={},c;if(!fq||!sq(a)||!(i||s.forEach&&!nq(function(){new a().entries().next()})))c=r.getConstructor(t,e,n,o),rq.enable();else{c=t(function(p,f){hq(aq(p,d),{type:e,collection:new a}),cq(f)||oq(f,p[o],{that:p,AS_ENTRIES:n})});var d=c.prototype,u=mq(e);pq(["add","clear","delete","forEach","get","has","set","keys","values","entries"],function(p){var f=p==="add"||p==="set";p in s&&!(i&&p==="clear")&&iq(d,p,function(m,g){var _=u(this).collection;if(!f&&i&&!lq(m))return p==="get"?void 0:!1;var v=_[p](m===0?0:m,g);return f?this:v})}),i||dq(d,"size",{configurable:!0,get:function(){return u(this).collection.size}})}return uq(c,e,!1,!0),l[e]=c,eq({global:!0,forced:!0},l),i||r.setStrong(c,e,n),c}});var Yb=h((O6,Qb)=>{"use strict";var vq=ye(),Vb=da(),ga=Ti().getWeakData,gq=va(),yq=zt(),_q=Pr(),Lu=Ae(),bq=ma(),Gb=dr(),zb=at(),Wb=Fr(),wq=Wb.set,Iq=Wb.getterFor,Sq=Gb.find,xq=Gb.findIndex,Eq=vq([].splice),kq=0,ya=function(e){return e.frozen||(e.frozen=new Kb)},Kb=function(){this.entries=[]},qu=function(e,t){return Sq(e.entries,function(r){return r[0]===t})};Kb.prototype={get:function(e){var t=qu(this,e);if(t)return t[1]},has:function(e){return!!qu(this,e)},set:function(e,t){var r=qu(this,e);r?r[1]=t:this.entries.push([e,t])},delete:function(e){var t=xq(this.entries,function(r){return r[0]===e});return~t&&Eq(this.entries,t,1),!!~t}};Qb.exports={getConstructor:function(e,t,r,n){var i=e(function(l,c){gq(l,o),wq(l,{type:t,id:kq++,frozen:null}),_q(c)||bq(c,l[n],{that:l,AS_ENTRIES:r})}),o=i.prototype,a=Iq(t),s=function(l,c,d){var u=a(l),p=ga(yq(c),!0);return p===!0?ya(u).set(c,d):p[u.id]=d,l};return Vb(o,{delete:function(l){var c=a(this);if(!Lu(l))return!1;var d=ga(l);return d===!0?ya(c).delete(l):d&&zb(d,c.id)&&delete d[c.id]},has:function(c){var d=a(this);if(!Lu(c))return!1;var u=ga(c);return u===!0?ya(d).has(c):u&&zb(u,d.id)}}),Vb(o,r?{get:function(c){var d=a(this);if(Lu(c)){var u=ga(c);if(u===!0)return ya(d).get(c);if(u)return u[d.id]}},set:function(c,d){return s(this,c,d)}}:{add:function(c){return s(this,c,!0)}}),i}}});var ow=h(()=>{"use strict";var Aq=Tu(),Xb=ue(),Ia=ye(),Zb=da(),Tq=Ti(),Cq=Du(),ew=Yb(),_a=Ae(),ba=Fr().enforce,Pq=ce(),Oq=iu(),Oi=Object,Rq=Array.isArray,wa=Oi.isExtensible,tw=Oi.isFrozen,Nq=Oi.isSealed,rw=Oi.freeze,Dq=Oi.seal,Lq=!Xb.ActiveXObject&&"ActiveXObject"in Xb,Ci,nw=function(e){return function(){return e(this,arguments.length?arguments[0]:void 0)}},iw=Cq("WeakMap",nw,ew),ln=iw.prototype,Sa=Ia(ln.set),qq=function(){return Aq&&Pq(function(){var e=rw([]);return Sa(new iw,e,1),!tw(e)})};Oq&&(Lq?(Ci=ew.getConstructor(nw,"WeakMap",!0),Tq.enable(),Fu=Ia(ln.delete),Pi=Ia(ln.has),Mu=Ia(ln.get),Zb(ln,{delete:function(e){if(_a(e)&&!wa(e)){var t=ba(this);return t.frozen||(t.frozen=new Ci),Fu(this,e)||t.frozen.delete(e)}return Fu(this,e)},has:function(t){if(_a(t)&&!wa(t)){var r=ba(this);return r.frozen||(r.frozen=new Ci),Pi(this,t)||r.frozen.has(t)}return Pi(this,t)},get:function(t){if(_a(t)&&!wa(t)){var r=ba(this);return r.frozen||(r.frozen=new Ci),Pi(this,t)?Mu(this,t):r.frozen.get(t)}return Mu(this,t)},set:function(t,r){if(_a(t)&&!wa(t)){var n=ba(this);n.frozen||(n.frozen=new Ci),Pi(this,t)?Sa(this,t,r):n.frozen.set(t,r)}else Sa(this,t,r);return this}})):qq()&&Zb(ln,{set:function(t,r){var n;return Rq(t)&&(tw(t)?n=rw:Nq(t)&&(n=Dq)),Sa(this,t,r),n&&n(t),this}}));var Fu,Pi,Mu});var aw=h(()=>{"use strict";ow()});var lw=h((q6,sw)=>{"use strict";ua();Au();aw();var Fq=Ct();sw.exports=Fq.WeakMap});var uw=h((F6,cw)=>{"use strict";cw.exports={CSSRuleList:0,CSSStyleDeclaration:0,CSSValueList:0,ClientRectList:0,DOMRectList:0,DOMStringList:0,DOMTokenList:1,DataTransferItemList:0,FileList:0,HTMLAllCollection:0,HTMLCollection:0,HTMLFormElement:0,HTMLSelectElement:0,MediaList:0,MimeTypeArray:0,NamedNodeMap:0,NodeList:1,PaintRequestList:0,Plugin:0,PluginArray:0,SVGLengthList:0,SVGNumberList:0,SVGPathSegList:0,SVGPointList:0,SVGStringList:0,SVGTransformList:0,SourceBufferList:0,StyleSheetList:0,TextTrackCueList:0,TextTrackList:0,TouchList:0}});var Uu=h(()=>{"use strict";ua();var Mq=uw(),Uq=ue(),jq=Ei(),dw=Lr();for(xa in Mq)jq(Uq[xa],xa),dw[xa]=dw.Array;var xa});var fw=h((j6,pw)=>{"use strict";var Bq=lw();Uu();pw.exports=Bq});var mw=h((B6,hw)=>{hw.exports=fw()});var gw=h(()=>{"use strict";var Jq=W(),Hq=ri(),$q=pu().indexOf,Vq=fi(),ju=Hq([].indexOf),vw=!!ju&&1/ju([1],1,-0)<0,zq=vw||!Vq("indexOf");Jq({target:"Array",proto:!0,forced:zq},{indexOf:function(t){var r=arguments.length>1?arguments[1]:void 0;return vw?ju(this,t,r)||0:$q(this,t,r)}})});var _w=h(($6,yw)=>{"use strict";gw();var Gq=mt();yw.exports=Gq("Array","indexOf")});var ww=h((V6,bw)=>{"use strict";var Wq=ze(),Kq=_w(),Bu=Array.prototype;bw.exports=function(e){var t=e.indexOf;return e===Bu||Wq(Bu,e)&&t===Bu.indexOf?Kq:t}});var Sw=h((z6,Iw)=>{"use strict";var Qq=ww();Iw.exports=Qq});var Ew=h((G6,xw)=>{xw.exports=Sw()});var kw=h(()=>{"use strict";var Yq=W(),Xq=dr().map,Zq=pi(),eF=Zq("map");Yq({target:"Array",proto:!0,forced:!eF},{map:function(t){return Xq(this,t,arguments.length>1?arguments[1]:void 0)}})});var Tw=h((Q6,Aw)=>{"use strict";kw();var tF=mt();Aw.exports=tF("Array","map")});var Pw=h((Y6,Cw)=>{"use strict";var rF=ze(),nF=Tw(),Ju=Array.prototype;Cw.exports=function(e){var t=e.map;return e===Ju||rF(Ju,e)&&t===Ju.map?nF:t}});var Rw=h((X6,Ow)=>{"use strict";var iF=Pw();Ow.exports=iF});var Dw=h((Z6,Nw)=>{Nw.exports=Rw()});var Lw=h(()=>{"use strict";var oF=W(),aF=Ge(),sF=xi();oF({target:"Object",stat:!0,sham:!aF},{create:sF})});var Fw=h((rW,qw)=>{"use strict";Lw();var lF=Ct(),cF=lF.Object;qw.exports=function(t,r){return cF.create(t,r)}});var Uw=h((nW,Mw)=>{"use strict";var uF=Fw();Mw.exports=uF});var Bw=h((iW,jw)=>{jw.exports=Uw()});var Hu=h((oW,Jw)=>{"use strict";var dF=Gt();Jw.exports=function(e,t,r){return dF.f(e,t,r)}});var Vw=h((aW,$w)=>{"use strict";var pF=Qr(),fF=Hu(),hF=Ue(),mF=Ge(),Hw=hF("species");$w.exports=function(e){var t=pF(e);mF&&t&&!t[Hw]&&fF(t,Hw,{configurable:!0,get:function(){return this}})}});var Xw=h((sW,Yw)=>{"use strict";var zw=xi(),vF=Hu(),Gw=da(),gF=si(),yF=va(),_F=Pr(),bF=ma(),wF=sa(),Ea=la(),IF=Vw(),Ri=Ge(),Ww=Ti().fastKey,Qw=Fr(),Kw=Qw.set,$u=Qw.getterFor;Yw.exports={getConstructor:function(e,t,r,n){var i=e(function(c,d){yF(c,o),Kw(c,{type:t,index:zw(null),first:null,last:null,size:0}),Ri||(c.size=0),_F(d)||bF(d,c[n],{that:c,AS_ENTRIES:r})}),o=i.prototype,a=$u(t),s=function(c,d,u){var p=a(c),f=l(c,d),m,g;return f?f.value=u:(p.last=f={index:g=Ww(d,!0),key:d,value:u,previous:m=p.last,next:null,removed:!1},p.first||(p.first=f),m&&(m.next=f),Ri?p.size++:c.size++,g!=="F"&&(p.index[g]=f)),c},l=function(c,d){var u=a(c),p=Ww(d),f;if(p!=="F")return u.index[p];for(f=u.first;f;f=f.next)if(f.key===d)return f};return Gw(o,{clear:function(){for(var d=this,u=a(d),p=u.first;p;)p.removed=!0,p.previous&&(p.previous=p.previous.next=null),p=p.next;u.first=u.last=null,u.index=zw(null),Ri?u.size=0:d.size=0},delete:function(c){var d=this,u=a(d),p=l(d,c);if(p){var f=p.next,m=p.previous;delete u.index[p.index],p.removed=!0,m&&(m.next=f),f&&(f.previous=m),u.first===p&&(u.first=f),u.last===p&&(u.last=m),Ri?u.size--:d.size--}return!!p},forEach:function(d){for(var u=a(this),p=gF(d,arguments.length>1?arguments[1]:void 0),f;f=f?f.next:u.first;)for(p(f.value,f.key,this);f&&f.removed;)f=f.previous},has:function(d){return!!l(this,d)}}),Gw(o,r?{get:function(d){var u=l(this,d);return u&&u.value},set:function(d,u){return s(this,d===0?0:d,u)}}:{add:function(d){return s(this,d=d===0?0:d,d)}}),Ri&&vF(o,"size",{configurable:!0,get:function(){return a(this).size}}),i},setStrong:function(e,t,r){var n=t+" Iterator",i=$u(t),o=$u(n);wF(e,t,function(a,s){Kw(this,{type:n,target:a,state:i(a),kind:s,last:null})},function(){for(var a=o(this),s=a.kind,l=a.last;l&&l.removed;)l=l.previous;return!a.target||!(a.last=l=l?l.next:a.state.first)?(a.target=null,Ea(void 0,!0)):Ea(s==="keys"?l.key:s==="values"?l.value:[l.key,l.value],!1)},r?"entries":"values",!r,!0),IF(t)}}});var Zw=h(()=>{"use strict";var SF=Du(),xF=Xw();SF("Set",function(e){return function(){return e(this,arguments.length?arguments[0]:void 0)}},xF)});var e0=h(()=>{"use strict";Zw()});var pr=h((pW,t0)=>{"use strict";var EF=ii(),kF=TypeError;t0.exports=function(e){if(typeof e=="object"&&"size"in e&&"has"in e&&"add"in e&&"delete"in e&&"keys"in e)return e;throw new kF(EF(e)+" is not a set")}});var n0=h((fW,r0)=>{"use strict";r0.exports=function(e,t){return t===1?function(r,n){return r[e](n)}:function(r,n,i){return r[e](n,i)}}});var fr=h((hW,o0)=>{"use strict";var AF=Qr(),Vu=n0(),i0=AF("Set"),TF=i0.prototype;o0.exports={Set:i0,add:Vu("add",1),has:Vu("has",1),remove:Vu("delete",1),proto:TF}});var hr=h((mW,a0)=>{"use strict";var CF=bt();a0.exports=function(e,t,r){for(var n=r?e:e.iterator,i=e.next,o,a;!(o=CF(i,n)).done;)if(a=t(o.value),a!==void 0)return a}});var cn=h((vW,s0)=>{"use strict";var PF=hr();s0.exports=function(e,t,r){return r?PF(e.keys(),t,!0):e.forEach(t)}});var ka=h((gW,c0)=>{"use strict";var l0=fr(),OF=cn(),RF=l0.Set,NF=l0.add;c0.exports=function(e){var t=new RF;return OF(e,function(r){NF(t,r)}),t}});var un=h((yW,u0)=>{"use strict";u0.exports=function(e){return e.size}});var p0=h((_W,d0)=>{"use strict";d0.exports=function(e){return{iterator:e,next:e.next,done:!1}}});var mr=h((bW,y0)=>{"use strict";var f0=Rr(),v0=zt(),h0=bt(),DF=ci(),LF=p0(),m0="Invalid size",qF=RangeError,FF=TypeError,MF=Math.max,g0=function(e,t){this.set=e,this.size=MF(t,0),this.has=f0(e.has),this.keys=f0(e.keys)};g0.prototype={getIterator:function(){return LF(v0(h0(this.keys,this.set)))},includes:function(e){return h0(this.has,this.set,e)}};y0.exports=function(e){v0(e);var t=+e.size;if(t!==t)throw new FF(m0);var r=DF(t);if(r<0)throw new qF(m0);return new g0(e,r)}});var I0=h((wW,w0)=>{"use strict";var UF=pr(),b0=fr(),jF=ka(),BF=un(),JF=mr(),HF=cn(),$F=hr(),VF=b0.has,_0=b0.remove;w0.exports=function(t){var r=UF(this),n=JF(t),i=jF(r);return BF(r)<=n.size?HF(r,function(o){n.includes(o)&&_0(i,o)}):$F(n.getIterator(),function(o){VF(r,o)&&_0(i,o)}),i}});var vr=h((IW,S0)=>{"use strict";S0.exports=function(){return!1}});var x0=h(()=>{"use strict";var zF=W(),GF=I0(),WF=vr(),KF=!WF("difference",function(e){return e.size===0});zF({target:"Set",proto:!0,real:!0,forced:KF},{difference:GF})});var A0=h((EW,k0)=>{"use strict";var QF=pr(),zu=fr(),YF=un(),XF=mr(),ZF=cn(),eM=hr(),tM=zu.Set,E0=zu.add,rM=zu.has;k0.exports=function(t){var r=QF(this),n=XF(t),i=new tM;return YF(r)>n.size?eM(n.getIterator(),function(o){rM(r,o)&&E0(i,o)}):ZF(r,function(o){n.includes(o)&&E0(i,o)}),i}});var T0=h(()=>{"use strict";var nM=W(),iM=ce(),oM=A0(),aM=vr(),sM=!aM("intersection",function(e){return e.size===2&&e.has(1)&&e.has(2)})||iM(function(){return String(Array.from(new Set([1,2,3]).intersection(new Set([3,2]))))!=="3,2"});nM({target:"Set",proto:!0,real:!0,forced:sM},{intersection:oM})});var P0=h((TW,C0)=>{"use strict";var lM=pr(),cM=fr().has,uM=un(),dM=mr(),pM=cn(),fM=hr(),hM=fa();C0.exports=function(t){var r=lM(this),n=dM(t);if(uM(r)<=n.size)return pM(r,function(o){if(n.includes(o))return!1},!0)!==!1;var i=n.getIterator();return fM(i,function(o){if(cM(r,o))return hM(i,"normal",!1)})!==!1}});var O0=h(()=>{"use strict";var mM=W(),vM=P0(),gM=vr(),yM=!gM("isDisjointFrom",function(e){return!e});mM({target:"Set",proto:!0,real:!0,forced:yM},{isDisjointFrom:vM})});var N0=h((OW,R0)=>{"use strict";var _M=pr(),bM=un(),wM=cn(),IM=mr();R0.exports=function(t){var r=_M(this),n=IM(t);return bM(r)>n.size?!1:wM(r,function(i){if(!n.includes(i))return!1},!0)!==!1}});var D0=h(()=>{"use strict";var SM=W(),xM=N0(),EM=vr(),kM=!EM("isSubsetOf",function(e){return e});SM({target:"Set",proto:!0,real:!0,forced:kM},{isSubsetOf:xM})});var q0=h((DW,L0)=>{"use strict";var AM=pr(),TM=fr().has,CM=un(),PM=mr(),OM=hr(),RM=fa();L0.exports=function(t){var r=AM(this),n=PM(t);if(CM(r)<n.size)return!1;var i=n.getIterator();return OM(i,function(o){if(!TM(r,o))return RM(i,"normal",!1)})!==!1}});var F0=h(()=>{"use strict";var NM=W(),DM=q0(),LM=vr(),qM=!LM("isSupersetOf",function(e){return!e});NM({target:"Set",proto:!0,real:!0,forced:qM},{isSupersetOf:DM})});var U0=h((FW,M0)=>{"use strict";var FM=pr(),Gu=fr(),MM=ka(),UM=mr(),jM=hr(),BM=Gu.add,JM=Gu.has,HM=Gu.remove;M0.exports=function(t){var r=FM(this),n=UM(t).getIterator(),i=MM(r);return jM(n,function(o){JM(r,o)?HM(i,o):BM(i,o)}),i}});var j0=h(()=>{"use strict";var $M=W(),VM=U0(),zM=vr();$M({target:"Set",proto:!0,real:!0,forced:!zM("symmetricDifference")},{symmetricDifference:VM})});var J0=h((jW,B0)=>{"use strict";var GM=pr(),WM=fr().add,KM=ka(),QM=mr(),YM=hr();B0.exports=function(t){var r=GM(this),n=QM(t).getIterator(),i=KM(r);return YM(n,function(o){WM(i,o)}),i}});var H0=h(()=>{"use strict";var XM=W(),ZM=J0(),eU=vr();XM({target:"Set",proto:!0,real:!0,forced:!eU("union")},{union:ZM})});var Ni=h((HW,$0)=>{"use strict";var tU=nn(),rU=String;$0.exports=function(e){if(tU(e)==="Symbol")throw new TypeError("Cannot convert a Symbol value to a string");return rU(e)}});var W0=h(($W,G0)=>{"use strict";var Wu=ye(),nU=ci(),iU=Ni(),oU=Or(),aU=Wu("".charAt),V0=Wu("".charCodeAt),sU=Wu("".slice),z0=function(e){return function(t,r){var n=iU(oU(t)),i=nU(r),o=n.length,a,s;return i<0||i>=o?e?"":void 0:(a=V0(n,i),a<55296||a>56319||i+1===o||(s=V0(n,i+1))<56320||s>57343?e?aU(n,i):a:e?sU(n,i,i+2):(a-55296<<10)+(s-56320)+65536)}};G0.exports={codeAt:z0(!1),charAt:z0(!0)}});var X0=h(()=>{"use strict";var lU=W0().charAt,cU=Ni(),Q0=Fr(),uU=sa(),K0=la(),Y0="String Iterator",dU=Q0.set,pU=Q0.getterFor(Y0);uU(String,"String",function(e){dU(this,{type:Y0,string:cU(e),index:0})},function(){var t=pU(this),r=t.string,n=t.index,i;return n>=r.length?K0(void 0,!0):(i=lU(r,n),t.index+=i.length,K0(i,!1))})});var eI=h((GW,Z0)=>{"use strict";ua();Au();e0();x0();T0();O0();D0();F0();j0();H0();X0();var fU=Ct();Z0.exports=fU.Set});var rI=h((WW,tI)=>{"use strict";var hU=eI();Uu();tI.exports=hU});var iI=h((KW,nI)=>{nI.exports=rI()});var aI=h(oI=>{"use strict";oI.f=Object.getOwnPropertySymbols});var uI=h((YW,cI)=>{"use strict";var sI=Ge(),mU=ye(),vU=bt(),gU=ce(),Ku=mu(),yU=aI(),_U=dc(),bU=Xr(),wU=Mo(),dn=Object.assign,lI=Object.defineProperty,IU=mU([].concat);cI.exports=!dn||gU(function(){if(sI&&dn({b:1},dn(lI({},"a",{enumerable:!0,get:function(){lI(this,"b",{value:3,enumerable:!1})}}),{b:2})).b!==1)return!0;var e={},t={},r=Symbol("assign detection"),n="abcdefghijklmnopqrst";return e[r]=7,n.split("").forEach(function(i){t[i]=i}),dn({},e)[r]!==7||Ku(dn({},t)).join("")!==n})?function(t,r){for(var n=bU(t),i=arguments.length,o=1,a=yU.f,s=_U.f;i>o;)for(var l=wU(arguments[o++]),c=a?IU(Ku(l),a(l)):Ku(l),d=c.length,u=0,p;d>u;)p=c[u++],(!sI||vU(s,l,p))&&(n[p]=l[p]);return n}:dn});var pI=h(()=>{"use strict";var SU=W(),dI=uI();SU({target:"Object",stat:!0,arity:2,forced:Object.assign!==dI},{assign:dI})});var hI=h((e8,fI)=>{"use strict";pI();var xU=Ct();fI.exports=xU.Object.assign});var vI=h((t8,mI)=>{"use strict";var EU=hI();mI.exports=EU});var yI=h((r8,gI)=>{gI.exports=vI()});var Qu=h((n8,_I)=>{"use strict";_I.exports=`
|
|
20
|
+
\v\f\r \xA0\u1680\u2000\u2001\u2002\u2003\u2004\u2005\u2006\u2007\u2008\u2009\u200A\u202F\u205F\u3000\u2028\u2029\uFEFF`});var II=h((i8,wI)=>{"use strict";var kU=ye(),AU=Or(),TU=Ni(),Xu=Qu(),bI=kU("".replace),CU=RegExp("^["+Xu+"]+"),PU=RegExp("(^|[^"+Xu+"])["+Xu+"]+$"),Yu=function(e){return function(t){var r=TU(AU(t));return e&1&&(r=bI(r,CU,"")),e&2&&(r=bI(r,PU,"$1")),r}};wI.exports={start:Yu(1),end:Yu(2),trim:Yu(3)}});var kI=h((o8,EI)=>{"use strict";var OU=uu().PROPER,RU=ce(),SI=Qu(),xI="\u200B\x85\u180E";EI.exports=function(e){return RU(function(){return!!SI[e]()||xI[e]()!==xI||OU&&SI[e].name!==e})}});var AI=h(()=>{"use strict";var NU=W(),DU=II().trim,LU=kI();NU({target:"String",proto:!0,forced:LU("trim")},{trim:function(){return DU(this)}})});var CI=h((l8,TI)=>{"use strict";AI();var qU=mt();TI.exports=qU("String","trim")});var OI=h((c8,PI)=>{"use strict";var FU=ze(),MU=CI(),Zu=String.prototype;PI.exports=function(e){var t=e.trim;return typeof e=="string"||e===Zu||FU(Zu,e)&&t===Zu.trim?MU:t}});var NI=h((u8,RI)=>{"use strict";var UU=OI();RI.exports=UU});var LI=h((d8,DI)=>{DI.exports=NI()});var MI=h(()=>{"use strict";var jU=W(),qI=ui(),BU=Fc(),JU=Ae(),FI=du(),HU=rn(),$U=cr(),VU=Jc(),zU=Ue(),GU=pi(),WU=mi(),KU=GU("slice"),QU=zU("species"),ed=Array,YU=Math.max;jU({target:"Array",proto:!0,forced:!KU},{slice:function(t,r){var n=$U(this),i=HU(n),o=FI(t,i),a=FI(r===void 0?i:r,i),s,l,c;if(qI(n)&&(s=n.constructor,BU(s)&&(s===ed||qI(s.prototype))?s=void 0:JU(s)&&(s=s[QU],s===null&&(s=void 0)),s===ed||s===void 0))return WU(n,o,a);for(l=new(s===void 0?ed:s)(YU(a-o,0)),c=0;o<a;o++,c++)o in n&&VU(l,c,n[o]);return l.length=c,l}})});var jI=h((h8,UI)=>{"use strict";MI();var XU=mt();UI.exports=XU("Array","slice")});var JI=h((m8,BI)=>{"use strict";var ZU=ze(),ej=jI(),td=Array.prototype;BI.exports=function(e){var t=e.slice;return e===td||ZU(td,e)&&t===td.slice?ej:t}});var $I=h((v8,HI)=>{"use strict";var tj=JI();HI.exports=tj});var zI=h((g8,VI)=>{VI.exports=$I()});var rd=k(()=>{});var WI=h((_8,GI)=>{"use strict";var rj=Ae(),nj=Vt(),ij=Ue(),oj=ij("match");GI.exports=function(e){var t;return rj(e)&&((t=e[oj])!==void 0?!!t:nj(e)==="RegExp")}});var QI=h((b8,KI)=>{"use strict";var aj=WI(),sj=TypeError;KI.exports=function(e){if(aj(e))throw new sj("The method doesn't accept regular expressions");return e}});var XI=h((w8,YI)=>{"use strict";var lj=Ue(),cj=lj("match");YI.exports=function(e){var t=/./;try{"/./"[e](t)}catch(r){try{return t[cj]=!1,"/./"[e](t)}catch(n){}}return!1}});var tS=h(()=>{"use strict";var uj=W(),dj=ri(),pj=Tc().f,fj=Dc(),ZI=Ni(),hj=QI(),mj=Or(),vj=XI(),gj=Yr(),yj=dj("".slice),_j=Math.min,eS=vj("startsWith"),bj=!gj&&!eS&&!!function(){var e=pj(String.prototype,"startsWith");return e&&!e.writable}();uj({target:"String",proto:!0,forced:!bj&&!eS},{startsWith:function(t){var r=ZI(mj(this));hj(t);var n=fj(_j(arguments.length>1?arguments[1]:void 0,r.length)),i=ZI(t);return yj(r,n,n+i.length)===i}})});var nS=h((x8,rS)=>{"use strict";tS();var wj=mt();rS.exports=wj("String","startsWith")});var oS=h((E8,iS)=>{"use strict";var Ij=ze(),Sj=nS(),nd=String.prototype;iS.exports=function(e){var t=e.startsWith;return typeof e=="string"||e===nd||Ij(nd,e)&&t===nd.startsWith?Sj:t}});var sS=h((k8,aS)=>{"use strict";var xj=oS();aS.exports=xj});var cS=h((A8,lS)=>{lS.exports=sS()});var hS=h((T8,fS)=>{"use strict";var dS=ye(),Ej=Rr(),kj=Ae(),Aj=at(),uS=mi(),Tj=Kr(),pS=Function,Cj=dS([].concat),Pj=dS([].join),id={},Oj=function(e,t,r){if(!Aj(id,t)){for(var n=[],i=0;i<t;i++)n[i]="a["+i+"]";id[t]=pS("C,a","return new C("+Pj(n,",")+")")}return id[t](e,r)};fS.exports=Tj?pS.bind:function(t){var r=Ej(this),n=r.prototype,i=uS(arguments,1),o=function(){var s=Cj(i,uS(arguments));return this instanceof o?Oj(r,s.length,s):r.apply(t,s)};return kj(n)&&(o.prototype=n),o}});var vS=h(()=>{"use strict";var Rj=W(),mS=hS();Rj({target:"Function",proto:!0,forced:Function.bind!==mS},{bind:mS})});var yS=h((O8,gS)=>{"use strict";vS();var Nj=mt();gS.exports=Nj("Function","bind")});var bS=h((R8,_S)=>{"use strict";var Dj=ze(),Lj=yS(),od=Function.prototype;_S.exports=function(e){var t=e.bind;return e===od||Dj(od,e)&&t===od.bind?Lj:t}});var IS=h((N8,wS)=>{"use strict";var qj=bS();wS.exports=qj});var xS=h((D8,SS)=>{SS.exports=IS()});function za(e,t){_e.__h&&_e.__h(se,e,ji||t),ji=0;var r=se.__H||(se.__H={__:[],__h:[]});return e>=r.__.length&&r.__.push({}),r.__[e]}function qt(e){return ji=1,Fj(px,e)}function Fj(e,t,r){var n=za(vn++,2);if(n.t=e,!n.__c&&(n.__=[px(void 0,t),function(s){var l=n.__N?n.__N[0]:n.__[0],c=n.t(l,s);l!==c&&(n.__N=[c,n.__[1]],n.__c.setState({}))}],n.__c=se,!se.__f)){var i=function(s,l,c){var d;if(!n.__c.__H)return!0;var u=(0,kd.default)(d=n.__c.__H.__).call(d,function(f){return!!f.__c});if((0,sx.default)(u).call(u,function(f){return!f.__N}))return!o||o.call(this,s,l,c);var p=n.__c.props!==s;return(0,Te.default)(u).call(u,function(f){if(f.__N){var m=f.__[0];f.__=f.__N,f.__N=void 0,m!==f.__[0]&&(p=!0)}}),o&&o.call(this,s,l,c)||p};se.__f=!0;var o=se.shouldComponentUpdate,a=se.componentWillUpdate;se.componentWillUpdate=function(s,l,c){if(this.__e){var d=o;o=void 0,i(s,l,c),o=d}a&&a.call(this,s,l,c)},se.shouldComponentUpdate=i}return n.__N||n.__}function Ur(e,t){var r=za(vn++,3);!_e.__s&&dx(r.__H,t)&&(r.__=e,r.u=t,se.__H.__h.push(r))}function qi(e){return ji=5,Od(function(){return{current:e}},[])}function Od(e,t){var r=za(vn++,7);return dx(r.__H,t)&&(r.__=e(),r.__H=t,r.__h=e),r.__}function vt(e,t){return ji=8,Od(function(){return e},t)}function Mj(e){var t=se.context[e.__c],r=za(vn++,9);return r.c=e,t?(r.__==null&&(r.__=!0,t.sub(se)),t.props.value):e.__}function Uj(){for(var e;e=ux.shift();)if(e.__P&&e.__H)try{var t,r;(0,Te.default)(t=e.__H.__h).call(t,Oa),(0,Te.default)(r=e.__H.__h).call(r,hd),e.__H.__h=[]}catch(n){e.__H.__h=[],_e.__e(n,e.__v)}}function jj(e){var t,r=function(){clearTimeout(n),RS&&cancelAnimationFrame(t),(0,Lt.default)(e)},n=(0,Lt.default)(r,100);RS&&(t=requestAnimationFrame(r))}function Oa(e){var t=se,r=e.__c;typeof r=="function"&&(e.__c=void 0,r()),se=t}function hd(e){var t=se;e.__c=e.__(),se=t}function dx(e,t){return!e||e.length!==t.length||(0,Ua.default)(t).call(t,function(r,n){return r!==e[n]})}function px(e,t){return typeof t=="function"?t(e):t}function Bj(e){return e&&e.__esModule&&Object.prototype.hasOwnProperty.call(e,"default")?e.default:e}function md(){throw new Error("setTimeout has not been defined")}function vd(){throw new Error("clearTimeout has not been defined")}function hx(e){if(Pt===Lt.default)return(0,Lt.default)(e,0);if((Pt===md||!Pt)&&Lt.default)return Pt=Lt.default,(0,Lt.default)(e,0);try{return Pt(e,0)}catch(t){try{return Pt.call(null,e,0)}catch(r){return Pt.call(this,e,0)}}}function Jj(e){if(Ot===clearTimeout)return clearTimeout(e);if((Ot===vd||!Ot)&&clearTimeout)return Ot=clearTimeout,clearTimeout(e);try{return Ot(e)}catch(t){try{return Ot.call(null,e)}catch(r){return Ot.call(this,e)}}}function Hj(){!fn||!gr||(fn=!1,gr.length?Qt=(0,Va.default)(gr).call(gr,Qt):Ra=-1,Qt.length&&mx())}function mx(){if(!fn){var e=hx(Hj);fn=!0;for(var t=Qt.length;t;){for(gr=Qt,Qt=[];++Ra<t;)gr&&gr[Ra].run();Ra=-1,t=Qt.length}gr=null,fn=!1,Jj(e)}}function vx(e,t){this.fun=e,this.array=t}function Xt(){}function zj(e){if(e.sheet)return e.sheet;for(var t=0;t<document.styleSheets.length;t++)if(document.styleSheets[t].ownerNode===e)return document.styleSheets[t]}function Gj(e){var t=document.createElement("style");return t.setAttribute("data-emotion",e.key),e.nonce!==void 0&&t.setAttribute("nonce",e.nonce),t.appendChild(document.createTextNode("")),t.setAttribute("data-s",""),t}function Yj(e,t){return Ne(e,0)^45?(((t<<2^Ne(e,0))<<2^Ne(e,1))<<2^Ne(e,2))<<2^Ne(e,3):0}function _x(e){return(0,Cd.default)(e).call(e)}function Xj(e,t){return(e=t.exec(e))?e[0]:e}function V(e,t,r){return e.replace(t,r)}function gd(e,t){return(0,Yt.default)(e).call(e,t)}function Ne(e,t){return e.charCodeAt(t)|0}function Bi(e,t,r){return(0,Pd.default)(e).call(e,t,r)}function Rt(e){return e.length}function Ld(e){return e.length}function Aa(e,t){return t.push(e),e}function Zj(e,t){return(0,Ui.default)(e).call(e,t).join("")}function Ka(e,t,r,n,i,o,a){return{value:e,root:t,parent:r,type:n,props:i,children:o,line:Wa,column:gn,length:a,return:""}}function Di(e,t){return Qj(Ka("",null,null,"",null,null,0),e,{length:-e.length},t)}function e2(){return be}function t2(){return be=Xe>0?Ne(_n,--Xe):0,gn--,be===10&&(gn=1,Wa--),be}function st(){return be=Xe<bx?Ne(_n,Xe++):0,gn++,be===10&&(gn=1,Wa++),be}function Ft(){return Ne(_n,Xe)}function Na(){return Xe}function Gi(e,t){return Bi(_n,e,t)}function Ji(e){switch(e){case 0:case 9:case 10:case 13:case 32:return 5;case 33:case 43:case 44:case 47:case 62:case 64:case 126:case 59:case 123:case 125:return 4;case 58:return 3;case 34:case 39:case 40:case 91:return 2;case 41:case 93:return 1}return 0}function wx(e){return Wa=gn=1,bx=Rt(_n=e),Xe=0,[]}function Ix(e){return _n="",e}function Da(e){return _x(Gi(Xe-1,yd(e===91?e+2:e===40?e+1:e)))}function r2(e){for(;(be=Ft())&&be<33;)st();return Ji(e)>2||Ji(be)>3?"":" "}function n2(e,t){for(;--t&&st()&&!(be<48||be>102||be>57&&be<65||be>70&&be<97););return Gi(e,Na()+(t<6&&Ft()==32&&st()==32))}function yd(e){for(;st();)switch(be){case e:return Xe;case 34:case 39:e!==34&&e!==39&&yd(be);break;case 40:e===41&&yd(e);break;case 92:st();break}return Xe}function i2(e,t){for(;st()&&e+be!==57&&!(e+be===84&&Ft()===47););return"/*"+Gi(t,Xe-1)+"*"+Ga(e===47?e:st())}function o2(e){for(;!Ji(Ft());)st();return Gi(e,Xe)}function a2(e){return Ix(La("",null,null,null,[""],e=wx(e),0,[0],e))}function La(e,t,r,n,i,o,a,s,l){for(var c=0,d=0,u=a,p=0,f=0,m=0,g=1,_=1,v=1,b=0,I="",A=i,P=o,O=n,x=I;_;)switch(m=b,b=st()){case 40:if(m!=108&&Ne(x,u-1)==58){gd(x+=V(Da(b),"&","&\f"),"&\f")!=-1&&(v=-1);break}case 34:case 39:case 91:x+=Da(b);break;case 9:case 10:case 13:case 32:x+=r2(m);break;case 92:x+=n2(Na()-1,7);continue;case 47:switch(Ft()){case 42:case 47:Aa(s2(i2(st(),Na()),t,r),l);break;default:x+="/"}break;case 123*g:s[c++]=Rt(x)*v;case 125*g:case 59:case 0:switch(b){case 0:case 125:_=0;case 59+d:f>0&&Rt(x)-u&&Aa(f>32?DS(x+";",n,r,u-1):DS(V(x," ","")+";",n,r,u-2),l);break;case 59:x+=";";default:if(Aa(O=NS(x,t,r,c,d,i,s,I,A=[],P=[],u),o),b===123)if(d===0)La(x,t,O,O,A,o,u,s,P);else switch(p===99&&Ne(x,3)===110?100:p){case 100:case 109:case 115:La(e,O,O,n&&Aa(NS(e,O,O,0,0,i,s,I,i,A=[],u),P),i,P,u,s,n?A:P);break;default:La(x,O,O,O,[""],P,0,s,P)}}c=d=f=0,g=v=1,I=x="",u=a;break;case 58:u=1+Rt(x),f=m;default:if(g<1){if(b==123)--g;else if(b==125&&g++==0&&t2()==125)continue}switch(x+=Ga(b),b*g){case 38:v=d>0?1:(x+="\f",-1);break;case 44:s[c++]=(Rt(x)-1)*v,v=1;break;case 64:Ft()===45&&(x+=Da(st())),p=Ft(),d=u=Rt(I=x+=o2(Na())),b++;break;case 45:m===45&&Rt(x)==2&&(g=0)}}return o}function NS(e,t,r,n,i,o,a,s,l,c,d){for(var u=i-1,p=i===0?o:[""],f=Ld(p),m=0,g=0,_=0;m<n;++m)for(var v=0,b=Bi(e,u+1,u=Kj(g=a[m])),I=e;v<f;++v)(I=_x(g>0?p[v]+" "+b:V(b,/&\f/g,p[v])))&&(l[_++]=I);return Ka(e,t,r,i===0?Nd:s,l,c,d)}function s2(e,t,r){return Ka(e,t,r,Rd,Ga(e2()),Bi(e,2,-2),0)}function DS(e,t,r,n){return Ka(e,t,r,Dd,Bi(e,0,n),Bi(e,n+1,-1),n)}function hn(e,t){for(var r="",n=Ld(e),i=0;i<n;i++)r+=t(e[i],i,e,t)||"";return r}function l2(e,t,r,n){switch(e.type){case Wj:case Dd:return e.return=e.return||e.value;case Rd:return"";case yx:return e.return=e.value+"{"+hn(e.children,n)+"}";case Nd:e.value=e.props.join(",")}return Rt(r=hn(e.children,n))?e.return=e.value+"{"+r+"}":""}function c2(e){var t=Ld(e);return function(r,n,i,o){for(var a="",s=0;s<t;s++)a+=e[s](r,n,i,o)||"";return a}}function u2(e){return function(t){t.root||(t=t.return)&&e(t)}}function xx(e,t){switch(Yj(e,t)){case 5103:return j+"print-"+e+e;case 5737:case 4201:case 3177:case 3433:case 1641:case 4457:case 2921:case 5572:case 6356:case 5844:case 3191:case 6645:case 3005:case 6391:case 5879:case 5623:case 6135:case 4599:case 4855:case 4215:case 6389:case 5109:case 5365:case 5621:case 3829:return j+e+e;case 5349:case 4246:case 4810:case 6968:case 2756:return j+e+Ba+e+je+e+e;case 6828:case 4268:return j+e+je+e+e;case 6165:return j+e+je+"flex-"+e+e;case 5187:return j+e+V(e,/(\w+).+(:[^]+)/,j+"box-$1$2"+je+"flex-$1$2")+e;case 5443:return j+e+je+"flex-item-"+V(e,/flex-|-self/,"")+e;case 4675:return j+e+je+"flex-line-pack"+V(e,/align-content|flex-|-self/,"")+e;case 5548:return j+e+je+V(e,"shrink","negative")+e;case 5292:return j+e+je+V(e,"basis","preferred-size")+e;case 6060:return j+"box-"+V(e,"-grow","")+j+e+je+V(e,"grow","positive")+e;case 4554:return j+V(e,/([^-])(transform)/g,"$1"+j+"$2")+e;case 6187:return V(V(V(e,/(zoom-|grab)/,j+"$1"),/(image-set)/,j+"$1"),e,"")+e;case 5495:case 3959:return V(e,/(image-set\([^]*)/,j+"$1$`$1");case 4968:return V(V(e,/(.+:)(flex-)?(.*)/,j+"box-pack:$3"+je+"flex-pack:$3"),/s.+-b[^;]+/,"justify")+j+e+e;case 4095:case 3583:case 4068:case 2532:return V(e,/(.+)-inline(.+)/,j+"$1$2")+e;case 8116:case 7059:case 5753:case 5535:case 5445:case 5701:case 4933:case 4677:case 5533:case 5789:case 5021:case 4765:if(Rt(e)-1-t>6)switch(Ne(e,t+1)){case 109:if(Ne(e,t+4)!==45)break;case 102:return V(e,/(.+:)(.+)-([^]+)/,"$1"+j+"$2-$3$1"+Ba+(Ne(e,t+3)==108?"$3":"$2-$3"))+e;case 115:return~gd(e,"stretch")?xx(V(e,"stretch","fill-available"),t)+e:e}break;case 4949:if(Ne(e,t+1)!==115)break;case 6444:switch(Ne(e,Rt(e)-3-(~gd(e,"!important")&&10))){case 107:return V(e,":",":"+j)+e;case 101:return V(e,/(.+:)([^;!]+)(;|!.+)?/,"$1"+j+(Ne(e,14)===45?"inline-":"")+"box$3$1"+j+"$2$3$1"+je+"$2box$3")+e}break;case 5936:switch(Ne(e,t+11)){case 114:return j+e+je+V(e,/[svh]\w+-[tblr]{2}/,"tb")+e;case 108:return j+e+je+V(e,/[svh]\w+-[tblr]{2}/,"tb-rl")+e;case 45:return j+e+je+V(e,/[svh]\w+-[tblr]{2}/,"lr")+e}return j+e+je+e+e}return e}function kx(){if(FS)return Ta.exports;FS=1;let e=kx();return Ta.exports={default:e},Ta.exports.default=e,Ta.exports}function Hi(e,t,r){var n,i="";return(0,Te.default)(n=r.split(" ")).call(n,function(o){e[o]!==void 0?t.push(e[o]+";"):o&&(i+=o+" ")}),i}function x2(e){for(var t=0,r,n=0,i=e.length;i>=4;++n,i-=4)r=e.charCodeAt(n)&255|(e.charCodeAt(++n)&255)<<8|(e.charCodeAt(++n)&255)<<16|(e.charCodeAt(++n)&255)<<24,r=(r&65535)*1540483477+((r>>>16)*59797<<16),r^=r>>>24,t=(r&65535)*1540483477+((r>>>16)*59797<<16)^(t&65535)*1540483477+((t>>>16)*59797<<16);switch(i){case 3:t^=(e.charCodeAt(n+2)&255)<<16;case 2:t^=(e.charCodeAt(n+1)&255)<<8;case 1:t^=e.charCodeAt(n)&255,t=(t&65535)*1540483477+((t>>>16)*59797<<16)}return t^=t>>>13,t=(t&65535)*1540483477+((t>>>16)*59797<<16),((t^t>>>15)>>>0).toString(36)}function k2(e){var t=(0,lx.default)(null);return function(r){return t[r]===void 0&&(t[r]=e(r)),t[r]}}function $i(e,t,r){if(r==null)return"";var n=r;if(n.__emotion_styles!==void 0)return n;switch(typeof r){case"boolean":return"";case"object":{var i=r;if(i.anim===1)return Nt={name:i.name,styles:i.styles,next:Nt},i.name;var o=r;if(o.styles!==void 0){var a=o.next;if(a!==void 0)for(;a!==void 0;)Nt={name:a.name,styles:a.styles,next:Nt},a=a.next;var s=o.styles+";";return s}return C2(e,t,r)}case"function":{if(e!==void 0){var l=Nt,c=r(e);return Nt=l,$i(e,t,c)}break}}var d=r;if(t==null)return d;var u=t[d];return u!==void 0?u:d}function C2(e,t,r){var n="";if((0,Mi.default)(r))for(var i=0;i<r.length;i++)n+=$i(e,t,r[i])+";";else for(var o in r){var a=r[o];if(typeof a!="object"){var s=a;t!=null&&t[s]!==void 0?n+=o+"{"+t[s]+"}":MS(s)&&(n+=sd(o)+":"+US(o,s)+";")}else if((0,Mi.default)(a)&&typeof a[0]=="string"&&(t==null||t[a[0]]===void 0))for(var l=0;l<a.length;l++)MS(a[l])&&(n+=sd(o)+":"+US(o,a[l])+";");else{var c=$i(e,t,a);switch(o){case"animation":case"animationName":{n+=sd(o)+":"+c+";";break}default:n+=o+"{"+c+"}"}}}return n}function yr(e,t,r){if(e.length===1&&typeof e[0]=="object"&&e[0]!==null&&e[0].styles!==void 0)return e[0];var n=!0,i="";Nt=void 0;var o=e[0];if(o==null||o.raw===void 0)n=!1,i+=$i(r,t,o);else{var a=o;i+=a[0]}for(var s=1;s<e.length;s++)if(i+=$i(r,t,e[s]),n){var l=o;i+=l[s]}jS.lastIndex=0;for(var c="",d;(d=jS.exec(i))!==null;)c+="-"+d[1];var u=x2(i)+c;return{name:u,styles:i,next:Nt}}function N(){for(var e=arguments.length,t=new Array(e),r=0;r<e;r++)t[r]=arguments[r];return yr(t)}function j2(e,t,r){var n=[],i=Hi(e,n,r);return n.length<2?r:i+t(n)}function y(e,t,r,n,i,o){t||(t={});var a,s,l=t;if("ref"in l)for(s in l={},t)s=="ref"?a=t[s]:l[s]=t[s];var c={type:e,props:l,key:r,ref:a,__k:null,__:null,__b:0,__e:null,__c:null,constructor:void 0,__v:--H2,__i:-1,__u:0,__source:i,__self:o};if(typeof e=="function"&&(a=e.defaultProps))for(s in a)l[s]===void 0&&(l[s]=a[s]);return R.vnode&&R.vnode(c),c}function Wi(){let e=()=>typeof window>"u"?"portrait":window.matchMedia("(orientation: landscape)").matches?"landscape":"portrait",[t,r]=qt(e());return Ur(()=>{let n=()=>{r(e())};return window.addEventListener("resize",n),"onorientationchange"in window&&window.addEventListener("orientationchange",n),n(),()=>{window.removeEventListener("resize",n),"onorientationchange"in window&&window.removeEventListener("orientationchange",n)}},[]),t}function HB(e){if(!e||e==="none")return"";let t=e.match(/^matrix\(([^)]+)\)$/);if(!t)return"";let r=t[1].split(",").map(Number);if(r.length<6)return"";let[n,i]=r,o=-Math.atan2(i,n)*(180/Math.PI),a=Math.round(o);return a===90?"rotateZ(90deg) translateY(-100vw)":a===-90||a===270?"rotateZ(-90deg) translateX(-100vh)":a===180||a===-180?"rotateZ(180deg) translate(-100vw, -100vh)":`rotateZ(${a}deg)`}function Fx(e){let t=window.getComputedStyle(document.body).transform,r="";t&&t!=="none"&&(r=HB(t)),e.style.transform=r,e.style.transformOrigin="0 0"}function $B(e){let t=()=>Fx(e);return window.addEventListener("resize",t),window.addEventListener("orientationchange",t),t(),()=>{window.removeEventListener("resize",t),window.removeEventListener("orientationchange",t)}}function GB(s){var l=s,{elementTag:e="Image",src:t="",children:r,handleExposure:n,className:i,imgStyle:o}=l,a=Qe(l,["elementTag","src","children","handleExposure","className","imgStyle"]);let c=zB(()=>{t&&n()});return e==="Image"?y("div",{className:i,style:{borderRadius:"8px"},children:Me("img",M(T({},a),{ref:c,src:t!=null?t:"",style:T({display:"block",width:"100%",height:"auto",objectFit:"cover",maxWidth:"100%",maxHeight:"100%",aspectRatio:"1 / 1",borderRadius:"8px"},o||{})}))}):y("div",M(T({},a),{ref:c,className:i,children:r}))}function WB(e,t){if(!e)return null;let r=Array.isArray(t)?t[0]:t,n=Array.isArray(t)?t[1]:0;return Array.isArray(e)?e.map((i,o)=>i&&typeof i=="object"&&"type"in i?Me(i.type,M(T({},i.props),{style:M(T({},i.props.style||{}),{paddingLeft:r>0?`${r/2}px`:void 0,paddingRight:r>0?`${r/2}px`:void 0,paddingTop:n>0?`${n/2}px`:void 0,paddingBottom:n>0?`${n/2}px`:void 0}),key:i.key||o})):i):e&&typeof e=="object"&&"type"in e?Me(e.type,M(T({},e.props),{style:M(T({},e.props.style||{}),{paddingLeft:r>0?`${r/2}px`:void 0,paddingRight:r>0?`${r/2}px`:void 0,paddingTop:n>0?`${n/2}px`:void 0,paddingBottom:n>0?`${n/2}px`:void 0})})):e}function ZB(e,t){let r=t.split("."),n=e;for(let i of r){if(typeof n!="object"||n===null||!Object.prototype.hasOwnProperty.call(n,i))return;n=n[i]}return n}function XS(e,t,r){return Ya.call(t,"css")?y(Ud,Ox(e,t),r):y(e,t,r)}function oJ(e,t,r){return Ya.call(t,"css")?y(Ud,Ox(e,t),r):y(e,t,r)}function Sd({children:e,values:t={},style:r}){let n=e.split(/({{\s*\w+\s*}})/g);return y("div",{style:r,children:n.map((i,o)=>{let a=i.match(/^{{\s*(\w+)\s*}}$/);if(a){let s=a[1];return t[s]!==void 0?y(Oe,{children:t[s]},o):null}return y(Oe,{children:i},o)})})}function lJ({src:e,alt:t="",width:r=120,height:n=120,top:i="-60px",style:o={}}){let[a,s]=qt(!1);return a?null:y("div",{style:T({position:"absolute",top:i,left:"50%",transform:"translateX(-50%)",zIndex:10,width:r,height:n},o),children:y("img",{src:e,alt:t,width:r,height:n,style:{display:"block",width:"100%",height:"100%",objectFit:"contain"},onError:()=>s(!0)})})}function dJ({children:e,style:t}){return y("div",{style:`${cJ.styles} ${t}`,children:[e,y("svg",{style:`${uJ.styles} `,width:"18",height:"10",viewBox:"0 0 18 10",children:[y("polygon",{points:"9,10 0,1 18,1",fill:"#ffffff52"}),y("polygon",{points:"9,9 2,1 16,1",fill:"#4F396D"})]})]})}function EJ(e,t){return De(e,0)^45?(((t<<2^De(e,0))<<2^De(e,1))<<2^De(e,2))<<2^De(e,3):0}function Qx(e){return(0,Cd.default)(e).call(e)}function kJ(e,t){return(e=t.exec(e))?e[0]:e}function J(e,t,r){return e.replace(t,r)}function xd(e,t){return(0,Yt.default)(e).call(e,t)}function De(e,t){return e.charCodeAt(t)|0}function Vi(e,t,r){return(0,Pd.default)(e).call(e,t,r)}function Dt(e){return e.length}function Hd(e){return e.length}function Pa(e,t){return t.push(e),e}function AJ(e,t){return(0,Ui.default)(e).call(e,t).join("")}function rs(e,t,r,n,i,o,a){return{value:e,root:t,parent:r,type:n,props:i,children:o,line:ts,column:yn,length:a,return:""}}function Li(e,t){return xJ(rs("",null,null,"",null,null,0),e,{length:-e.length},t)}function TJ(){return we}function CJ(){return we=Ze>0?De(In,--Ze):0,yn--,we===10&&(yn=1,ts--),we}function lt(){return we=Ze<Yx?De(In,Ze++):0,yn++,we===10&&(yn=1,ts++),we}function Mt(){return De(In,Ze)}function qa(){return Ze}function Qi(e,t){return Vi(In,e,t)}function zi(e){switch(e){case 0:case 9:case 10:case 13:case 32:return 5;case 33:case 43:case 44:case 47:case 62:case 64:case 126:case 59:case 123:case 125:return 4;case 58:return 3;case 34:case 39:case 40:case 91:return 2;case 41:case 93:return 1}return 0}function Xx(e){return ts=yn=1,Yx=Dt(In=e),Ze=0,[]}function Zx(e){return In="",e}function Fa(e){return Qx(Qi(Ze-1,Ed(e===91?e+2:e===40?e+1:e)))}function PJ(e){for(;(we=Mt())&&we<33;)lt();return zi(e)>2||zi(we)>3?"":" "}function OJ(e,t){for(;--t&<()&&!(we<48||we>102||we>57&&we<65||we>70&&we<97););return Qi(e,qa()+(t<6&&Mt()==32&<()==32))}function Ed(e){for(;lt();)switch(we){case e:return Ze;case 34:case 39:e!==34&&e!==39&&Ed(we);break;case 40:e===41&&Ed(e);break;case 92:lt();break}return Ze}function RJ(e,t){for(;lt()&&e+we!==57&&!(e+we===84&&Mt()===47););return"/*"+Qi(t,Ze-1)+"*"+es(e===47?e:lt())}function NJ(e){for(;!zi(Mt());)lt();return Qi(e,Ze)}function DJ(e){return Zx(Ma("",null,null,null,[""],e=Xx(e),0,[0],e))}function Ma(e,t,r,n,i,o,a,s,l){for(var c=0,d=0,u=a,p=0,f=0,m=0,g=1,_=1,v=1,b=0,I="",A=i,P=o,O=n,x=I;_;)switch(m=b,b=lt()){case 40:if(m!=108&&De(x,u-1)==58){xd(x+=J(Fa(b),"&","&\f"),"&\f")!=-1&&(v=-1);break}case 34:case 39:case 91:x+=Fa(b);break;case 9:case 10:case 13:case 32:x+=PJ(m);break;case 92:x+=OJ(qa()-1,7);continue;case 47:switch(Mt()){case 42:case 47:Pa(LJ(RJ(lt(),qa()),t,r),l);break;default:x+="/"}break;case 123*g:s[c++]=Dt(x)*v;case 125*g:case 59:case 0:switch(b){case 0:case 125:_=0;case 59+d:v==-1&&(x=J(x,/\f/g,"")),f>0&&Dt(x)-u&&Pa(f>32?ex(x+";",n,r,u-1):ex(J(x," ","")+";",n,r,u-2),l);break;case 59:x+=";";default:if(Pa(O=ZS(x,t,r,c,d,i,s,I,A=[],P=[],u),o),b===123)if(d===0)Ma(x,t,O,O,A,o,u,s,P);else switch(p===99&&De(x,3)===110?100:p){case 100:case 108:case 109:case 115:Ma(e,O,O,n&&Pa(ZS(e,O,O,0,0,i,s,I,i,A=[],u),P),i,P,u,s,n?A:P);break;default:Ma(x,O,O,O,[""],P,0,s,P)}}c=d=f=0,g=v=1,I=x="",u=a;break;case 58:u=1+Dt(x),f=m;default:if(g<1){if(b==123)--g;else if(b==125&&g++==0&&CJ()==125)continue}switch(x+=es(b),b*g){case 38:v=d>0?1:(x+="\f",-1);break;case 44:s[c++]=(Dt(x)-1)*v,v=1;break;case 64:Mt()===45&&(x+=Fa(lt())),p=Mt(),d=u=Dt(I=x+=NJ(qa())),b++;break;case 45:m===45&&Dt(x)==2&&(g=0)}}return o}function ZS(e,t,r,n,i,o,a,s,l,c,d){for(var u=i-1,p=i===0?o:[""],f=Hd(p),m=0,g=0,_=0;m<n;++m)for(var v=0,b=Vi(e,u+1,u=SJ(g=a[m])),I=e;v<f;++v)(I=Qx(g>0?p[v]+" "+b:J(b,/&\f/g,p[v])))&&(l[_++]=I);return rs(e,t,r,i===0?Bd:s,l,c,d)}function LJ(e,t,r){return rs(e,t,r,Wx,es(TJ()),Vi(e,2,-2),0)}function ex(e,t,r,n){return rs(e,t,r,Jd,Vi(e,0,n),Vi(e,n+1,-1),n)}function mn(e,t){for(var r="",n=Hd(e),i=0;i<n;i++)r+=t(e[i],i,e,t)||"";return r}function qJ(e,t,r,n){switch(e.type){case IJ:if(e.children.length)break;case wJ:case Jd:return e.return=e.return||e.value;case Wx:return"";case Kx:return e.return=e.value+"{"+mn(e.children,n)+"}";case Bd:e.value=e.props.join(",")}return Dt(r=mn(e.children,n))?e.return=e.value+"{"+r+"}":""}function FJ(e){var t=Hd(e);return function(r,n,i,o){for(var a="",s=0;s<t;s++)a+=e[s](r,n,i,o)||"";return a}}function MJ(e){return function(t){t.root||(t=t.return)&&e(t)}}function eE(e,t){switch(EJ(e,t)){case 5103:return B+"print-"+e+e;case 5737:case 4201:case 3177:case 3433:case 1641:case 4457:case 2921:case 5572:case 6356:case 5844:case 3191:case 6645:case 3005:case 6391:case 5879:case 5623:case 6135:case 4599:case 4855:case 4215:case 6389:case 5109:case 5365:case 5621:case 3829:return B+e+e;case 5349:case 4246:case 4810:case 6968:case 2756:return B+e+$a+e+Be+e+e;case 6828:case 4268:return B+e+Be+e+e;case 6165:return B+e+Be+"flex-"+e+e;case 5187:return B+e+J(e,/(\w+).+(:[^]+)/,B+"box-$1$2"+Be+"flex-$1$2")+e;case 5443:return B+e+Be+"flex-item-"+J(e,/flex-|-self/,"")+e;case 4675:return B+e+Be+"flex-line-pack"+J(e,/align-content|flex-|-self/,"")+e;case 5548:return B+e+Be+J(e,"shrink","negative")+e;case 5292:return B+e+Be+J(e,"basis","preferred-size")+e;case 6060:return B+"box-"+J(e,"-grow","")+B+e+Be+J(e,"grow","positive")+e;case 4554:return B+J(e,/([^-])(transform)/g,"$1"+B+"$2")+e;case 6187:return J(J(J(e,/(zoom-|grab)/,B+"$1"),/(image-set)/,B+"$1"),e,"")+e;case 5495:case 3959:return J(e,/(image-set\([^]*)/,B+"$1$`$1");case 4968:return J(J(e,/(.+:)(flex-)?(.*)/,B+"box-pack:$3"+Be+"flex-pack:$3"),/s.+-b[^;]+/,"justify")+B+e+e;case 4095:case 3583:case 4068:case 2532:return J(e,/(.+)-inline(.+)/,B+"$1$2")+e;case 8116:case 7059:case 5753:case 5535:case 5445:case 5701:case 4933:case 4677:case 5533:case 5789:case 5021:case 4765:if(Dt(e)-1-t>6)switch(De(e,t+1)){case 109:if(De(e,t+4)!==45)break;case 102:return J(e,/(.+:)(.+)-([^]+)/,"$1"+B+"$2-$3$1"+$a+(De(e,t+3)==108?"$3":"$2-$3"))+e;case 115:return~xd(e,"stretch")?eE(J(e,"stretch","fill-available"),t)+e:e}break;case 4949:if(De(e,t+1)!==115)break;case 6444:switch(De(e,Dt(e)-3-(~xd(e,"!important")&&10))){case 107:return J(e,":",":"+B)+e;case 101:return J(e,/(.+:)([^;!]+)(;|!.+)?/,"$1"+B+(De(e,14)===45?"inline-":"")+"box$3$1"+B+"$2$3$1"+Be+"$2box$3")+e}break;case 5936:switch(De(e,t+11)){case 114:return B+e+Be+J(e,/[svh]\w+-[tblr]{2}/,"tb")+e;case 108:return B+e+Be+J(e,/[svh]\w+-[tblr]{2}/,"tb-rl")+e;case 45:return B+e+Be+J(e,/[svh]\w+-[tblr]{2}/,"lr")+e}return B+e+Be+e+e}return e}function rx(e,t){if(e.inserted[t.name]===void 0)return e.insert("",t,e.sheet,!0)}function pd(e,t,r){var n=[],i=Hi(e,n,r);return n.length<2?r:i+t(n)}function ox(e){if(e==="top"){let t=0;tE.forEach((r,n)=>{let i=r.querySelector(".toast");i&&(n===0?i.style.top=`max(${nx}px, env(safe-area-inset-top))`:i.style.top=`calc(max(${nx}px, env(safe-area-inset-top)) + ${t}px)`,t+=i.offsetHeight+ix)})}else if(e==="center"){let t=0;rE.forEach(r=>{let n=r.querySelector(".toast");n&&(n.style.top=`calc(50% + ${t}px)`,t+=n.offsetHeight+ix)})}}function Yi(){let e=!1,t=null,r=0,n=new Set,i=a=>w(this,null,function*(){let s=e;if(r++,e=!0,!s)try{let{iframe:l}=yield Fi.acquire(),c=l.contentDocument;if(c)t=c.createElement("div"),t.id="loading-root",c.body.appendChild(t),lr(y(t5,{}),t);else throw new Error("Iframe document is not available.")}catch(l){console.error("[LoadingManager] Failed to show loading:",l),r=0,e=!1,Fi.release();return}if(a!=null&&a.duration&&typeof a.duration=="number"){let l=setTimeout(()=>{o(),n.delete(l)},a.duration);n.add(l)}}),o=()=>{var a;e&&(r--,r<=0&&(r=0,e=!1,n.forEach(s=>clearTimeout(s)),n.clear(),t&&(lr(null,t),(a=t.parentNode)==null||a.removeChild(t),t=null),Fi.release()))};return{show:i,hide:o,get isLoading(){return e}}}var kd,sx,Te,Va,Ua,Lt,ja,Mi,Ad,Yt,Ui,lx,cx,Td,Cd,Pd,U8,fd,vn,se,ad,ES,ji,ux,_e,kS,AS,TS,CS,PS,OS,RS,fx,me,Pt,Ot,Qt,fn,gr,Ra,$j,Ce,Vj,gx,je,Ba,j,Rd,Nd,Dd,Wj,yx,Kj,Ga,Qj,Wa,gn,bx,Xe,be,_n,d2,p2,f2,LS,h2,m2,v2,g2,y2,Sx,_2,qS,b2,w2,I2,Ex,Ta,FS,S2,qd,Qa,E2,A2,T2,Ax,MS,sd,US,jS,Nt,P2,Tx,Cx,BS,Ya,Fd,Px,Md,Xa,O2,R2,N2,D2,L2,_d,bd,Ox,q2,Ud,F2,JS,M2,U2,B2,J2,ld,HS,cd,ud,H2,dd,$2,V2,z2,G2,W2,K2,$S,Q2,Y2,VS,X2,Z2,zS,eB,tB,GS,rB,nB,iB,oB,aB,sB,lB,cB,WS,uB,dB,pB,fB,hB,mB,vB,gB,KS,yB,_B,bB,wB,IB,SB,xB,EB,kB,AB,TB,CB,PB,OB,RB,NB,DB,LB,qB,FB,MB,UB,jB,BB,Rx,Nx,Dx,wd,JB,Lx,qx,Ja,Fi,QS,VB,Za,zB,Mx,Ux,jx,KB,QB,YB,Id,XB,Bx,Ha,Ki,bn,YS,Mr,Jx,pn,eJ,tJ,rJ,nJ,iJ,Ca,Hx,jd,de,aJ,sJ,cJ,uJ,St,pJ,fJ,$x,Vx,zx,Gx,wn,hJ,mJ,vJ,gJ,yJ,_J,bJ,Be,$a,B,Wx,Bd,Jd,wJ,Kx,IJ,SJ,es,xJ,ts,yn,Yx,Ze,we,In,UJ,jJ,BJ,tx,JJ,HJ,$J,VJ,zJ,GJ,WJ,KJ,QJ,YJ,XJ,ZJ,nx,ix,tE,rE,jr,ax,e5,t5,j8,Zt=k(()=>{"use strict";Wr();kd=ie(Yv(),1),sx=ie(sg(),1),Te=ie(bg(),1),Va=ie(Lg(),1),Ua=ie($g(),1),Lt=ie(ly(),1);Yo();Yo();ja=ie(zy(),1),Mi=ie(Zy(),1),Ad=ie(mw(),1),Yt=ie(Ew(),1),Ui=ie(Dw(),1),lx=ie(Bw(),1),cx=ie(iI(),1),Td=ie(yI(),1),Cd=ie(LI(),1),Pd=ie(zI(),1);rd();rd();U8=ie(cS(),1),fd=ie(xS(),1),ji=0,ux=[],_e=R,kS=_e.__b,AS=_e.__r,TS=_e.diffed,CS=_e.__c,PS=_e.unmount,OS=_e.__;_e.__b=function(e){se=null,kS&&kS(e)},_e.__=function(e,t){e&&t.__k&&t.__k.__m&&(e.__m=t.__k.__m),OS&&OS(e,t)},_e.__r=function(e){var t,r,n;AS&&AS(e),vn=0;var i=(se=e.__c).__H;i&&(ad===se?(i.__h=[],se.__h=[],(0,Te.default)(t=i.__).call(t,function(o){o.__N&&(o.__=o.__N),o.u=o.__N=void 0})):((0,Te.default)(r=i.__h).call(r,Oa),(0,Te.default)(n=i.__h).call(n,hd),i.__h=[],vn=0)),ad=se},_e.diffed=function(e){var t;TS&&TS(e);var r=e.__c;r&&r.__H&&(r.__H.__h.length&&(ux.push(r)!==1&&ES===_e.requestAnimationFrame||((ES=_e.requestAnimationFrame)||jj)(Uj)),(0,Te.default)(t=r.__H.__).call(t,function(n){n.u&&(n.__H=n.u),n.u=void 0})),ad=se=null},_e.__c=function(e,t){(0,Ua.default)(t).call(t,function(r){try{var n,i;(0,Te.default)(n=r.__h).call(n,Oa),r.__h=(0,kd.default)(i=r.__h).call(i,function(o){return!o.__||hd(o)})}catch(o){(0,Ua.default)(t).call(t,function(a){a.__h&&(a.__h=[])}),t=[],_e.__e(o,r.__v)}}),CS&&CS(e,t)},_e.unmount=function(e){var t;PS&&PS(e);var r,n=e.__c;n&&n.__H&&((0,Te.default)(t=n.__H.__).call(t,function(i){try{Oa(i)}catch(o){r=o}}),n.__H=void 0,r&&_e.__e(r,n.__v))};RS=typeof requestAnimationFrame=="function";fx={exports:{}},me=fx.exports={};(function(){try{typeof Lt.default=="function"?Pt=Lt.default:Pt=md}catch(e){Pt=md}try{typeof clearTimeout=="function"?Ot=clearTimeout:Ot=vd}catch(e){Ot=vd}})();Qt=[],fn=!1,Ra=-1;me.nextTick=function(e){var t=new Array(arguments.length-1);if(arguments.length>1)for(var r=1;r<arguments.length;r++)t[r-1]=arguments[r];Qt.push(new vx(e,t)),Qt.length===1&&!fn&&hx(mx)};vx.prototype.run=function(){this.fun.apply(null,this.array)};me.title="browser";me.browser=!0;me.env={};me.argv=[];me.version="";me.versions={};me.on=Xt;me.addListener=Xt;me.once=Xt;me.off=Xt;me.removeListener=Xt;me.removeAllListeners=Xt;me.emit=Xt;me.prependListener=Xt;me.prependOnceListener=Xt;me.listeners=function(e){return[]};me.binding=function(e){throw new Error("process.binding is not supported")};me.cwd=function(){return"/"};me.chdir=function(e){throw new Error("process.chdir is not supported")};me.umask=function(){return 0};$j=fx.exports,Ce=Bj($j),Vj=ja.default||void 0||self;gx=function(){function e(r){var n=this;this._insertTag=function(i){var o;n.tags.length===0?n.insertionPoint?o=n.insertionPoint.nextSibling:n.prepend?o=n.container.firstChild:o=n.before:o=n.tags[n.tags.length-1].nextSibling,n.container.insertBefore(i,o),n.tags.push(i)},this.isSpeedy=r.speedy===void 0?!0:r.speedy,this.tags=[],this.ctr=0,this.nonce=r.nonce,this.key=r.key,this.container=r.container,this.prepend=r.prepend,this.insertionPoint=r.insertionPoint,this.before=null}var t=e.prototype;return t.hydrate=function(r){(0,Te.default)(r).call(r,this._insertTag)},t.insert=function(r){this.ctr%(this.isSpeedy?65e3:1)===0&&this._insertTag(Gj(this));var n=this.tags[this.tags.length-1];if(this.isSpeedy){var i=zj(n);try{i.insertRule(r,i.cssRules.length)}catch(o){}}else n.appendChild(document.createTextNode(r));this.ctr++},t.flush=function(){var r;(0,Te.default)(r=this.tags).call(r,function(n){var i;return(i=n.parentNode)==null?void 0:i.removeChild(n)}),this.tags=[],this.ctr=0},e}(),je="-ms-",Ba="-moz-",j="-webkit-",Rd="comm",Nd="rule",Dd="decl",Wj="@import",yx="@keyframes",Kj=Math.abs,Ga=String.fromCharCode,Qj=Td.default;Wa=1,gn=1,bx=0,Xe=0,be=0,_n="";d2=function(e,t,r){for(var n=0,i=0;n=i,i=Ft(),n===38&&i===12&&(t[r]=1),!Ji(i);)st();return Gi(e,Xe)},p2=function(e,t){var r=-1,n=44;do switch(Ji(n)){case 0:n===38&&Ft()===12&&(t[r]=1),e[r]+=d2(Xe-1,t,r);break;case 2:e[r]+=Da(n);break;case 4:if(n===44){e[++r]=Ft()===58?"&\f":"",t[r]=e[r].length;break}default:e[r]+=Ga(n)}while(n=st());return e},f2=function(e,t){return Ix(p2(wx(e),t))},LS=new Ad.default,h2=function(e){if(!(e.type!=="rule"||!e.parent||e.length<1)){for(var t=e.value,r=e.parent,n=e.column===r.column&&e.line===r.line;r.type!=="rule";)if(r=r.parent,!r)return;if(!(e.props.length===1&&t.charCodeAt(0)!==58&&!LS.get(r))&&!n){LS.set(e,!0);for(var i=[],o=f2(t,i),a=r.props,s=0,l=0;s<o.length;s++)for(var c=0;c<a.length;c++,l++)e.props[l]=i[s]?o[s].replace(/&\f/g,a[c]):a[c]+" "+o[s]}}},m2=function(e){if(e.type==="decl"){var t=e.value;t.charCodeAt(0)===108&&t.charCodeAt(2)===98&&(e.return="",e.value="")}},v2="emotion-disable-server-rendering-unsafe-selector-warning-please-do-not-use-this-the-warning-exists-for-a-reason",g2=function(e){var t;return e.type==="comm"&&(0,Yt.default)(t=e.children).call(t,v2)>-1},y2=function(e){return function(t,r,n){if(!(t.type!=="rule"||e.compat)){var i=t.value.match(/(:first|:nth|:nth-last)-child/g);if(i){for(var o=t.parent===n[0],a=o?n[0].children:n,s=a.length-1;s>=0;s--){var l=a[s];if(l.line<t.line)break;if(l.column<t.column){if(g2(l))return;break}}(0,Te.default)(i).call(i,function(c){console.error('The pseudo class "'+c+'" is potentially unsafe when doing server-side rendering. Try changing it to "'+c.split("-child")[0]+'-of-type".')})}}}},Sx=function(e){return e.type.charCodeAt(1)===105&&e.type.charCodeAt(0)===64},_2=function(e,t){for(var r=e-1;r>=0;r--)if(!Sx(t[r]))return!0;return!1},qS=function(e){e.type="",e.value="",e.return="",e.children="",e.props=""},b2=function(e,t,r){Sx(e)&&(e.parent?(console.error("`@import` rules can't be nested inside other rules. Please move it to the top level and put it before regular rules. Keep in mind that they can only be used within global styles."),qS(e)):_2(t,r)&&(console.error("`@import` rules can't be after other rules. Please put your `@import` rules before your other rules."),qS(e)))};w2=function(e,t,r,n){if(e.length>-1&&!e.return)switch(e.type){case Dd:e.return=xx(e.value,e.length);break;case yx:return hn([Di(e,{value:V(e.value,"@","@"+j)})],n);case Nd:if(e.length)return Zj(e.props,function(i){switch(Xj(i,/(::plac\w+|:read-\w+)/)){case":read-only":case":read-write":return hn([Di(e,{props:[V(i,/:(read-\w+)/,":"+Ba+"$1")]})],n);case"::placeholder":return hn([Di(e,{props:[V(i,/:(plac\w+)/,":"+j+"input-$1")]}),Di(e,{props:[V(i,/:(plac\w+)/,":"+Ba+"$1")]}),Di(e,{props:[V(i,/:(plac\w+)/,je+"input-$1")]})],n)}return""})}},I2=[w2],Ex=function(e){var t=e.key;if(Ce.env.NODE_ENV!=="production"&&!t)throw new Error(`You have to configure \`key\` for your cache. Please make sure it's unique (and not equal to 'css') as it's used for linking styles to your cache.
|
|
21
|
+
If multiple caches share the same key they might "fight" for each other's style elements.`);if(t==="css"){var r=document.querySelectorAll("style[data-emotion]:not([data-s])");(0,Te.default)(Array.prototype).call(r,function(m){var g=m.getAttribute("data-emotion");(0,Yt.default)(g).call(g," ")!==-1&&(document.head.appendChild(m),m.setAttribute("data-s",""))})}var n=e.stylisPlugins||I2;if(Ce.env.NODE_ENV!=="production"&&/[^a-z-]/.test(t))throw new Error('Emotion key must only contain lower case alphabetical characters and - but "'+t+'" was passed');var i={},o,a=[];o=e.container||document.head,(0,Te.default)(Array.prototype).call(document.querySelectorAll('style[data-emotion^="'+t+' "]'),function(m){for(var g=m.getAttribute("data-emotion").split(" "),_=1;_<g.length;_++)i[g[_]]=!0;a.push(m)});var s,l=[h2,m2];Ce.env.NODE_ENV!=="production"&&l.push(y2({get compat(){return f.compat}}),b2);{var c,d=[l2,Ce.env.NODE_ENV!=="production"?function(m){m.root||(m.return?c.insert(m.return):m.value&&m.type!==Rd&&c.insert(m.value+"{}"))}:u2(function(m){c.insert(m)})],u=c2((0,Va.default)(l).call(l,n,d)),p=function(m){return hn(a2(m),u)};s=function(m,g,_,v){c=_,Ce.env.NODE_ENV!=="production"&&(0,Ui.default)(g)!==void 0&&(c={insert:function(b){_.insert(b+(0,Ui.default)(g))}}),p(m?m+"{"+g.styles+"}":g.styles),v&&(f.inserted[g.name]=!0)}}var f={key:t,sheet:new gx({key:t,container:o,nonce:e.nonce,speedy:e.speedy,prepend:e.prepend,insertionPoint:e.insertionPoint}),nonce:e.nonce,inserted:i,registered:{},insert:s};return f.sheet.hydrate(a),f},Ta={exports:{}};kx();S2=!0;qd=function(e,t,r){var n=e.key+"-"+t.name;(r===!1||S2===!1)&&e.registered[n]===void 0&&(e.registered[n]=t.styles)},Qa=function(e,t,r){qd(e,t,r);var n=e.key+"-"+t.name;if(e.inserted[t.name]===void 0){var i=t;do e.insert(t===i?"."+n:"",i,e.sheet,!0),i=i.next;while(i!==void 0)}};E2={animationIterationCount:1,aspectRatio:1,borderImageOutset:1,borderImageSlice:1,borderImageWidth:1,boxFlex:1,boxFlexGroup:1,boxOrdinalGroup:1,columnCount:1,columns:1,flex:1,flexGrow:1,flexPositive:1,flexShrink:1,flexNegative:1,flexOrder:1,gridRow:1,gridRowEnd:1,gridRowSpan:1,gridRowStart:1,gridColumn:1,gridColumnEnd:1,gridColumnSpan:1,gridColumnStart:1,msGridRow:1,msGridRowSpan:1,msGridColumn:1,msGridColumnSpan:1,fontWeight:1,lineHeight:1,opacity:1,order:1,orphans:1,scale:1,tabSize:1,widows:1,zIndex:1,zoom:1,WebkitLineClamp:1,fillOpacity:1,floodOpacity:1,stopOpacity:1,strokeDasharray:1,strokeDashoffset:1,strokeMiterlimit:1,strokeOpacity:1,strokeWidth:1};A2=/[A-Z]|^ms/g,T2=/_EMO_([^_]+?)_([^]*?)_EMO_/g,Ax=function(e){return e.charCodeAt(1)===45},MS=function(e){return e!=null&&typeof e!="boolean"},sd=k2(function(e){return Ax(e)?e:e.replace(A2,"-$&").toLowerCase()}),US=function(e,t){switch(e){case"animation":case"animationName":if(typeof t=="string")return t.replace(T2,function(r,n,i){return Nt={name:n,styles:i,next:Nt},n})}return E2[e]!==1&&!Ax(e)&&typeof t=="number"&&t!==0?t+"px":t};jS=/label:\s*([^\s;{]+)\s*(;|$)/g;P2=function(e){return e()},Tx=Xc?Xc:!1,Cx=Tx||P2,BS=Tx||on,Ya={}.hasOwnProperty,Fd=Cr(typeof HTMLElement<"u"?Ex({key:"css"}):null);Ce.env.NODE_ENV!=="production"&&(Fd.displayName="EmotionCacheContext");Px=Fd.Provider,Md=function(e){return eu(function(t,r){var n=sn(Fd);return e(t,n,r)})},Xa=Cr({});Ce.env.NODE_ENV!=="production"&&(Xa.displayName="EmotionThemeContext");O2=function(e){var t=e.split(".");return t[t.length-1]},R2=function(e){var t=/^\s+at\s+([A-Za-z0-9$.]+)\s/.exec(e);if(t||(t=/^([A-Za-z0-9$.]+)@/.exec(e),t))return O2(t[1])},N2=new cx.default(["renderWithHooks","processChild","finishClassComponent","renderToString"]),D2=function(e){return e.replace(/\$/g,"-")},L2=function(e){if(e)for(var t=e.split(`
|
|
22
|
+
`),r=0;r<t.length;r++){var n=R2(t[r]);if(n){if(N2.has(n))break;if(/^[A-Z]/.test(n))return D2(n)}}},_d="__EMOTION_TYPE_PLEASE_DO_NOT_USE__",bd="__EMOTION_LABEL_PLEASE_DO_NOT_USE__",Ox=function(e,t){var r,n;if(Ce.env.NODE_ENV!=="production"&&typeof t.css=="string"&&(0,Yt.default)(r=t.css).call(r,":")!==-1)throw new Error("Strings are not allowed as css prop values, please wrap it in a css template literal from '@emotion/react' like this: css`"+t.css+"`");var i={};for(var o in t)Ya.call(t,o)&&(i[o]=t[o]);if(i[_d]=e,Ce.env.NODE_ENV!=="production"&&t.css&&(typeof t.css!="object"||typeof t.css.name!="string"||(0,Yt.default)(n=t.css.name).call(n,"-")===-1)){var a=L2(new Error().stack);a&&(i[bd]=a)}return i},q2=function(e){var t=e.cache,r=e.serialized,n=e.isStringTag;return qd(t,r,n),Cx(function(){return Qa(t,r,n)}),null},Ud=Md(function(e,t,r){var n,i=e.css;typeof i=="string"&&t.registered[i]!==void 0&&(i=t.registered[i]);var o=e[_d],a=[i],s="";typeof e.className=="string"?s=Hi(t.registered,a,e.className):e.className!=null&&(s=e.className+" ");var l=yr(a,void 0,sn(Xa));if(Ce.env.NODE_ENV!=="production"&&(0,Yt.default)(n=l.name).call(n,"-")===-1){var c=e[bd];c&&(l=yr([l,"label:"+c+";"]))}s+=t.key+"-"+l.name;var d={};for(var u in e)Ya.call(e,u)&&u!=="css"&&u!==_d&&(Ce.env.NODE_ENV==="production"||u!==bd)&&(d[u]=e[u]);return d.ref=r,d.className=s,Me(Oe,null,Me(q2,{cache:t,serialized:l,isStringTag:typeof o=="string"}),Me(o,d))});Ce.env.NODE_ENV!=="production"&&(Ud.displayName="EmotionCssPropInternal");F2={version:"11.10.5"},JS=!1,M2=Md(function(e,t){Ce.env.NODE_ENV!=="production"&&!JS&&(e.className||e.css)&&(console.error("It looks like you're using the css prop on Global, did you mean to use the styles prop instead?"),JS=!0);var r=e.styles,n=yr([r],void 0,sn(Xa)),i=bi();return BS(function(){var o=t.key+"-global",a=new t.sheet.constructor({key:o,nonce:t.sheet.nonce,container:t.sheet.container,speedy:t.sheet.isSpeedy}),s=!1,l=document.querySelector('style[data-emotion="'+o+" "+n.name+'"]');return t.sheet.tags.length&&(a.before=t.sheet.tags[0]),l!==null&&(s=!0,l.setAttribute("data-emotion",o),a.hydrate([l])),i.current=[a,s],function(){a.flush()}},[t]),BS(function(){var o=i.current,a=o[0],s=o[1];if(s){o[1]=!1;return}if(n.next!==void 0&&Qa(t,n.next,!0),a.tags.length){var l=a.tags[a.tags.length-1].nextElementSibling;a.before=l,a.flush()}t.insert("",n,a,!1)},[t,n.name]),null});Ce.env.NODE_ENV!=="production"&&(M2.displayName="EmotionGlobal");U2=function e(t){for(var r=t.length,n=0,i="";n<r;n++){var o=t[n];if(o!=null){var a=void 0;switch(typeof o){case"boolean":break;case"object":{if((0,Mi.default)(o))a=e(o);else{Ce.env.NODE_ENV!=="production"&&o.styles!==void 0&&o.name!==void 0&&console.error("You have passed styles created with `css` from `@emotion/react` package to the `cx`.\n`cx` is meant to compose class names (strings) so you should convert those styles to a class name by passing them to the `css` received from <ClassNames/> component."),a="";for(var s in o)o[s]&&s&&(a&&(a+=" "),a+=s)}break}default:a=o}a&&(i&&(i+=" "),i+=a)}}return i};B2=function(e){var t=e.cache,r=e.serializedArr;return Cx(function(){for(var n=0;n<r.length;n++)Qa(t,r[n],!1)}),null},J2=Md(function(e,t){var r=!1,n=[],i=function(){if(r&&Ce.env.NODE_ENV!=="production")throw new Error("css can only be used during render");for(var l=arguments.length,c=new Array(l),d=0;d<l;d++)c[d]=arguments[d];var u=yr(c,t.registered);return n.push(u),qd(t,u,!1),t.key+"-"+u.name},o=function(){if(r&&Ce.env.NODE_ENV!=="production")throw new Error("cx can only be used during render");for(var l=arguments.length,c=new Array(l),d=0;d<l;d++)c[d]=arguments[d];return j2(t.registered,i,U2(c))},a={css:i,cx:o,theme:sn(Xa)},s=e.children(a);return r=!0,Me(Oe,null,Me(B2,{cache:t,serializedArr:n}),s)});Ce.env.NODE_ENV!=="production"&&(J2.displayName="EmotionClassNames");Ce.env.NODE_ENV!=="production"&&(ld=!0,HS=typeof jest<"u"||typeof vi<"u",ld&&!HS&&(cd=typeof ja.default<"u"?ja.default:ld?window:Vj,ud="__EMOTION_REACT_"+F2.version.split(".")[0]+"__",cd[ud]&&console.warn("You are loading @emotion/react when it is already loaded. Running multiple instances may cause problems. This can happen if multiple versions are used, or if multiple builds of the same version are used."),cd[ud]=!0));H2=0;dd={drawerBackdrop:{position:"fixed",top:0,left:0,right:0,bottom:0,backgroundColor:"transparent",display:"flex",justifyContent:"center",alignItems:"flex-end",zIndex:1e3,overflow:"hidden",touchAction:"none"},drawer:{backgroundColor:"rgb(26, 26, 26)",borderRadius:"16px 16px 0 0",width:"100%",maxWidth:"100%",overflowY:"auto",position:"relative",boxShadow:"0 2px 10px rgba(0, 0, 0, 0.1)",display:"block",margin:"0 auto"},centerDrawer:{backgroundColor:"transparent",minWidth:"320px",maxWidth:"90vw",maxHeight:"90vh",width:"auto",position:"relative",display:"block",margin:"0 auto",overflowY:"auto"}},$2=N`
|
|
23
23
|
width: 100%;
|
|
24
24
|
overflow: auto;
|
|
25
25
|
margin: 0 auto;
|
|
26
|
-
`,
|
|
26
|
+
`,V2=`
|
|
27
27
|
@keyframes fadeIn {
|
|
28
28
|
from { opacity: 0; }
|
|
29
29
|
to { opacity: 1; }
|
|
@@ -59,7 +59,15 @@ If multiple caches share the same key they might "fight" for each other's style
|
|
|
59
59
|
.drawer-leave {
|
|
60
60
|
animation: slideDown 0.3s ease forwards;
|
|
61
61
|
}
|
|
62
|
-
`,i2=({children:e,isOpen:t=!1,onClose:r,className:n=""},i)=>{let[o,a]=zt(!1),[s,l]=zt(null),[c,d]=zt(!1),u=ki(null),p=ki(null),f=ki(!1);Nr(()=>{if(o&&u.current){let k=u.current.ownerDocument,H=k.createElement("style");H.innerHTML=n2,k.head.appendChild(H);let $e={overflow:k.body.style.overflow,position:k.body.style.position,width:k.body.style.width};return k.body.style.overflow="hidden",k.body.style.position="fixed",k.body.style.width="100%",()=>{k.head.contains(H)&&k.head.removeChild(H),k.body.style.overflow=$e.overflow,k.body.style.position=$e.position,k.body.style.width=$e.width}}},[o]),Nr(()=>{t?!o&&!f.current&&(a(!0),requestAnimationFrame(()=>{setTimeout(()=>l("enter"),0)})):o&&(f.current=!0,l("leave"),d(!1))},[t]);let m=ut(k=>{k.target===p.current&&(s==="leave"?(l(null),a(!1),f.current=!1,r&&r()):s==="enter"&&(l(null),d(!0)))},[s,r]),g=ut(()=>{o&&!f.current&&(f.current=!0,l("leave"),d(!1))},[o]),y=ut(k=>{k.preventDefault(),k.stopPropagation(),g()},[g]),v=ut(()=>{!f.current&&!o&&(a(!0),requestAnimationFrame(()=>{setTimeout(()=>l("enter"),0)}))},[o]),_=ut(()=>o&&!f.current,[o]);if(Nr(()=>{if(i){let k={show:v,hide:g,isOpen:_};typeof i=="function"?i(k):i&&(i.current=k)}},[v,g,_,i]),!o)return null;let w=q(C({},yS.drawerBackdrop),{backgroundColor:"transparent",pointerEvents:"none"}),A={position:"absolute",top:0,left:0,right:0,bottom:0,backgroundColor:"rgba(0, 0, 0, 0.1)",pointerEvents:"auto"},R=q(C({},yS.drawer),{height:"auto",pointerEvents:"auto"});o&&!c&&!s&&(R.transform="translateY(100%)");let P=s?`drawer-${s}`:"",S=s?`backdrop-${s}`:"";return b("div",{ref:u,style:w,children:[b("div",{style:A,className:S,onClick:y}),b("div",{ref:p,style:R,className:`${P} ${n}`,onAnimationEnd:m,onClick:k=>k.stopPropagation(),children:b("div",{style:r2.styles,children:e})})]})},o2=jc(i2);a2={unlockNeeds:"Unlock needs",price:"Price",unlockWithJolicoin:"Unlock with Jolicoin for a better experience",unlockWithJolicoinDescription:"Unlock with Jolicoin automatically",useJolicoin:"Use Jolicoin",payAndUnlock:"Pay and unlock",noWatchAds:"No, watch ads",noThanks:"No thanks",balance:"Balance",coinUsed:"Jolicoin used",unlockSuccess:"Unlock successful",unlockFailed:"Unlock failed",unlockFailedNotLogin:"Please log in to continue",unlockFailedPaying:"Payment is already in progress. Please do not retry",unlockFailedProductIdNotFound:"Product has expired. Please choose another product",unlockFailedProductInvalid:"Failed to retrieve product info. Please retry or choose another product",unlockFailedLaunch:"Unable to start payment. Please try again later",unlockFailedTransaction:"Payment failed. Please try again",unlockFaileVerify:"Order verification failed. If you\u2019ve been charged, please contact support",transactionPending:"Payment confirmation failed. Please contact your payment provider for support"},_S={jolicoin:a2},s2={unlockNeeds:"\u89E3\u9501\u9700\u6C42",price:"\u4EF7\u683C",unlockWithJolicoin:"\u4F7F\u7528 Jolicoin \u89E3\u9501",unlockWithJolicoinDescription:"\u81EA\u52A8\u4F7F\u7528 Jolicoin \u89E3\u9501",useJolicoin:"\u4F7F\u7528 Jolicoin",payAndUnlock:"\u652F\u4ED8\u5E76\u89E3\u9501",noWatchAds:"\u4E0D\u7528\u4E86\uFF0C\u89C2\u770B\u5E7F\u544A",noThanks:"\u4E0D\u7528\u4E86",balance:"\u4F59\u989D",coinUsed:"\u5DF2\u4F7F\u7528\u7684 Jolicoin",unlockSuccess:"\u89E3\u9501\u6210\u529F",unlockFailed:"\u89E3\u9501\u5931\u8D25",unlockFailedNotLogin:"\u8BF7\u767B\u5F55\u540E\u5B8C\u6210\u89E3\u9501",unlockFailedPaying:"\u652F\u4ED8\u6B63\u5728\u8FDB\u884C\u4E2D\uFF0C\u8BF7\u52FF\u91CD\u590D\u64CD\u4F5C",unlockFailedProductIdNotFound:"\u5546\u54C1\u5DF2\u8FC7\u671F\uFF0C\u8BF7\u9009\u62E9\u5176\u4ED6\u5546\u54C1",unlockFailedProductInvalid:"\u83B7\u53D6\u5546\u54C1\u4FE1\u606F\u5931\u8D25\uFF0C\u8BF7\u91CD\u8BD5\u6216\u9009\u62E9\u5176\u4ED6\u5546\u54C1",unlockFailedLaunch:"\u65E0\u6CD5\u542F\u52A8\u652F\u4ED8\uFF0C\u8BF7\u7A0D\u540E\u91CD\u8BD5",unlockFailedTransaction:"\u652F\u4ED8\u5931\u8D25\uFF0C\u8BF7\u91CD\u8BD5",unlockFaileVerify:"\u8BA2\u5355\u9A8C\u8BC1\u5931\u8D25\uFF0C\u5982\u5DF2\u6263\u8D39\u8BF7\u8054\u7CFB\u5BA2\u670D",transactionPending:"\u652F\u4ED8\u786E\u8BA4\u5931\u8D25\uFF0C\u8BF7\u8054\u7CFB\u652F\u4ED8\u670D\u52A1\u5546\u83B7\u53D6\u652F\u6301"},bS={jolicoin:s2},l2={unlockNeeds:"Perlu dibuka",price:"Harga",unlockWithJolicoin:"Pakai Jolicoin untuk pengalaman lebih baik",unlockWithJolicoinDescription:"Otomatis mengurangi Jolicoin untuk item digital",useJolicoin:"Gunakan Jolicoin",payAndUnlock:"Bayar dan buka",noWatchAds:"Tidak, tonton iklan",noThanks:"Tidak, terima kasih",balance:"Saldo",coinUsed:"Jolicoin yang digunakan",unlockSuccess:"Berhasil dibuka",unlockFailed:"Gagal membuka",unlockFailedNotLogin:"Silakan masuk untuk menyelesaikan pembukaan",unlockFailedPaying:"Pembayaran sedang diproses. Mohon jangan ulangi operasi",unlockFailedProductIdNotFound:"Produk telah kedaluwarsa. Silakan pilih produk lain",unlockFailedProductInvalid:"Gagal mendapatkan informasi produk. Silakan coba lagi atau pilih produk lain",unlockFailedLaunch:"Tidak dapat memulai pembayaran. Silakan coba lagi nanti",unlockFailedTransaction:"Pembayaran gagal. Silakan coba lagi",unlockFaileVerify:"Verifikasi pesanan gagal. Jika Anda telah dikenakan biaya, silakan hubungi dukungan",transactionPending:"Konfirmasi pembayaran gagal. Silakan hubungi penyedia pembayaran Anda untuk dukungan"},wS={jolicoin:l2},c2={unlockNeeds:"Perlu dibuka",price:"Harga",unlockWithJolicoin:"Pakai Jolicoin untuk pengalaman lebih baik",unlockWithJolicoinDescription:"Potongan automatik Jolicoin untuk item digital",useJolicoin:"Gunakan Jolicoin",payAndUnlock:"Bayar dan buka",noWatchAds:"Tidak, tonton iklan",noThanks:"Tidak, terima kasih",balance:"Baki",coinUsed:"Jolicoin yang digunakan",unlockSuccess:"Berjaya dibuka",unlockFailed:"Gagal membuka",unlockFailedNotLogin:"Sila log masuk untuk meneruskan",unlockFailedPaying:"Pembayaran sedang diproses. Sila jangan cuba lagi",unlockFailedProductIdNotFound:"Produk telah tamat tempoh. Sila pilih produk lain",unlockFailedProductInvalid:"Gagal mendapatkan maklumat produk. Sila cuba lagi atau pilih produk lain",unlockFailedLaunch:"Tidak dapat memulakan pembayaran. Sila cuba lagi kemudian",unlockFailedTransaction:"Pembayaran gagal. Sila cuba lagi",unlockFaileVerify:"Pengesahan pesanan gagal. Jika anda telah dikenakan caj, sila hubungi sokongan",transactionPending:"Pengesahan pembayaran gagal. Sila hubungi pembekal pembayaran anda untuk sokongan"},IS={jolicoin:c2},u2={unlockNeeds:"\u0E15\u0E49\u0E2D\u0E07\u0E01\u0E32\u0E23\u0E1B\u0E25\u0E14\u0E25\u0E47\u0E2D\u0E04",price:"\u0E23\u0E32\u0E04\u0E32",unlockWithJolicoin:"\u0E1B\u0E25\u0E14\u0E25\u0E47\u0E2D\u0E04\u0E14\u0E49\u0E27\u0E22 Jolicoin",unlockWithJolicoinDescription:"\u0E1B\u0E25\u0E14\u0E25\u0E47\u0E2D\u0E04\u0E2D\u0E31\u0E15\u0E42\u0E19\u0E21\u0E31\u0E15\u0E34\u0E14\u0E49\u0E27\u0E22 Jolicoin",useJolicoin:"\u0E43\u0E0A\u0E49 Jolicoin",payAndUnlock:"\u0E0A\u0E33\u0E23\u0E30\u0E40\u0E07\u0E34\u0E19\u0E41\u0E25\u0E30\u0E1B\u0E25\u0E14\u0E25\u0E47\u0E2D\u0E04",noWatchAds:"\u0E44\u0E21\u0E48 \u0E14\u0E39\u0E42\u0E06\u0E29\u0E13\u0E32",noThanks:"\u0E44\u0E21\u0E48 \u0E02\u0E2D\u0E1A\u0E04\u0E38\u0E13",balance:"\u0E22\u0E2D\u0E14\u0E04\u0E07\u0E40\u0E2B\u0E25\u0E37\u0E2D",coinUsed:"Jolicoin \u0E17\u0E35\u0E48\u0E43\u0E0A\u0E49\u0E41\u0E25\u0E49\u0E27",unlockSuccess:"\u0E1B\u0E25\u0E14\u0E25\u0E47\u0E2D\u0E04\u0E2A\u0E33\u0E40\u0E23\u0E47\u0E08",unlockFailed:"\u0E1B\u0E25\u0E14\u0E25\u0E47\u0E2D\u0E04\u0E44\u0E21\u0E48\u0E2A\u0E33\u0E40\u0E23\u0E47\u0E08",unlockFailedNotLogin:"\u0E01\u0E23\u0E38\u0E13\u0E32\u0E40\u0E02\u0E49\u0E32\u0E2A\u0E39\u0E48\u0E23\u0E30\u0E1A\u0E1A\u0E40\u0E1E\u0E37\u0E48\u0E2D\u0E40\u0E2A\u0E23\u0E47\u0E08\u0E2A\u0E34\u0E49\u0E19\u0E01\u0E32\u0E23\u0E1B\u0E25\u0E14\u0E25\u0E47\u0E2D\u0E04",unlockFailedPaying:"\u0E01\u0E32\u0E23\u0E0A\u0E33\u0E23\u0E30\u0E40\u0E07\u0E34\u0E19\u0E01\u0E33\u0E25\u0E31\u0E07\u0E14\u0E33\u0E40\u0E19\u0E34\u0E19\u0E01\u0E32\u0E23\u0E2D\u0E22\u0E39\u0E48 \u0E01\u0E23\u0E38\u0E13\u0E32\u0E2D\u0E22\u0E48\u0E32\u0E17\u0E33\u0E0B\u0E49\u0E33\u0E01\u0E32\u0E23\u0E14\u0E33\u0E40\u0E19\u0E34\u0E19\u0E01\u0E32\u0E23",unlockFailedProductIdNotFound:"\u0E2A\u0E34\u0E19\u0E04\u0E49\u0E32\u0E2B\u0E21\u0E14\u0E2D\u0E32\u0E22\u0E38\u0E41\u0E25\u0E49\u0E27 \u0E01\u0E23\u0E38\u0E13\u0E32\u0E40\u0E25\u0E37\u0E2D\u0E01\u0E2A\u0E34\u0E19\u0E04\u0E49\u0E32\u0E2D\u0E37\u0E48\u0E19",unlockFailedProductInvalid:"\u0E44\u0E21\u0E48\u0E2A\u0E32\u0E21\u0E32\u0E23\u0E16\u0E14\u0E36\u0E07\u0E02\u0E49\u0E2D\u0E21\u0E39\u0E25\u0E2A\u0E34\u0E19\u0E04\u0E49\u0E32\u0E44\u0E14\u0E49 \u0E01\u0E23\u0E38\u0E13\u0E32\u0E25\u0E2D\u0E07\u0E43\u0E2B\u0E21\u0E48\u0E2D\u0E35\u0E01\u0E04\u0E23\u0E31\u0E49\u0E07\u0E2B\u0E23\u0E37\u0E2D\u0E40\u0E25\u0E37\u0E2D\u0E01\u0E2A\u0E34\u0E19\u0E04\u0E49\u0E32\u0E2D\u0E37\u0E48\u0E19",unlockFailedLaunch:"\u0E44\u0E21\u0E48\u0E2A\u0E32\u0E21\u0E32\u0E23\u0E16\u0E40\u0E23\u0E34\u0E48\u0E21\u0E01\u0E32\u0E23\u0E0A\u0E33\u0E23\u0E30\u0E40\u0E07\u0E34\u0E19\u0E44\u0E14\u0E49 \u0E01\u0E23\u0E38\u0E13\u0E32\u0E25\u0E2D\u0E07\u0E43\u0E2B\u0E21\u0E48\u0E2D\u0E35\u0E01\u0E04\u0E23\u0E31\u0E49\u0E07\u0E43\u0E19\u0E20\u0E32\u0E22\u0E2B\u0E25\u0E31\u0E07",unlockFailedTransaction:"\u0E01\u0E32\u0E23\u0E0A\u0E33\u0E23\u0E30\u0E40\u0E07\u0E34\u0E19\u0E25\u0E49\u0E21\u0E40\u0E2B\u0E25\u0E27 \u0E01\u0E23\u0E38\u0E13\u0E32\u0E25\u0E2D\u0E07\u0E43\u0E2B\u0E21\u0E48\u0E2D\u0E35\u0E01\u0E04\u0E23\u0E31\u0E49\u0E07",unlockFaileVerify:"\u0E01\u0E32\u0E23\u0E15\u0E23\u0E27\u0E08\u0E2A\u0E2D\u0E1A\u0E04\u0E33\u0E2A\u0E31\u0E48\u0E07\u0E0B\u0E37\u0E49\u0E2D\u0E25\u0E49\u0E21\u0E40\u0E2B\u0E25\u0E27 \u0E2B\u0E32\u0E01\u0E04\u0E38\u0E13\u0E16\u0E39\u0E01\u0E40\u0E23\u0E35\u0E22\u0E01\u0E40\u0E01\u0E47\u0E1A\u0E40\u0E07\u0E34\u0E19\u0E41\u0E25\u0E49\u0E27 \u0E01\u0E23\u0E38\u0E13\u0E32\u0E15\u0E34\u0E14\u0E15\u0E48\u0E2D\u0E1D\u0E48\u0E32\u0E22\u0E2A\u0E19\u0E31\u0E1A\u0E2A\u0E19\u0E38\u0E19",transactionPending:"\u0E01\u0E32\u0E23\u0E22\u0E37\u0E19\u0E22\u0E31\u0E19\u0E01\u0E32\u0E23\u0E0A\u0E33\u0E23\u0E30\u0E40\u0E07\u0E34\u0E19\u0E25\u0E49\u0E21\u0E40\u0E2B\u0E25\u0E27 \u0E01\u0E23\u0E38\u0E13\u0E32\u0E15\u0E34\u0E14\u0E15\u0E48\u0E2D\u0E1C\u0E39\u0E49\u0E43\u0E2B\u0E49\u0E1A\u0E23\u0E34\u0E01\u0E32\u0E23\u0E0A\u0E33\u0E23\u0E30\u0E40\u0E07\u0E34\u0E19\u0E02\u0E2D\u0E07\u0E04\u0E38\u0E13\u0E40\u0E1E\u0E37\u0E48\u0E2D\u0E02\u0E2D\u0E04\u0E27\u0E32\u0E21\u0E0A\u0E48\u0E27\u0E22\u0E40\u0E2B\u0E25\u0E37\u0E2D"},d2={jolicoin:u2},p2={unlockNeeds:"Y\xEAu c\u1EA7u m\u1EDF kh\xF3a",price:"Gi\xE1",unlockWithJolicoin:"M\u1EDF kh\xF3a b\u1EB1ng Jolicoin",unlockWithJolicoinDescription:"T\u1EF1 \u0111\u1ED9ng m\u1EDF kh\xF3a b\u1EB1ng Jolicoin",useJolicoin:"S\u1EED d\u1EE5ng Jolicoin",payAndUnlock:"Thanh to\xE1n v\xE0 m\u1EDF kh\xF3a",noWatchAds:"Kh\xF4ng, xem qu\u1EA3ng c\xE1o",noThanks:"Kh\xF4ng, c\u1EA3m \u01A1n",balance:"S\u1ED1 d\u01B0",coinUsed:"Jolicoin \u0111\xE3 s\u1EED d\u1EE5ng",unlockSuccess:"M\u1EDF kh\xF3a th\xE0nh c\xF4ng",unlockFailed:"M\u1EDF kh\xF3a th\u1EA5t b\u1EA1i",unlockFailedNotLogin:"Vui l\xF2ng \u0111\u0103ng nh\u1EADp \u0111\u1EC3 ho\xE0n th\xE0nh vi\u1EC7c m\u1EDF kh\xF3a",unlockFailedPaying:"Thanh to\xE1n \u0111ang \u0111\u01B0\u1EE3c x\u1EED l\xFD. Vui l\xF2ng kh\xF4ng l\u1EB7p l\u1EA1i thao t\xE1c",unlockFailedProductIdNotFound:"S\u1EA3n ph\u1EA9m \u0111\xE3 h\u1EBFt h\u1EA1n. Vui l\xF2ng ch\u1ECDn s\u1EA3n ph\u1EA9m kh\xE1c",unlockFailedProductInvalid:"Kh\xF4ng th\u1EC3 l\u1EA5y th\xF4ng tin s\u1EA3n ph\u1EA9m. Vui l\xF2ng th\u1EED l\u1EA1i ho\u1EB7c ch\u1ECDn s\u1EA3n ph\u1EA9m kh\xE1c",unlockFailedLaunch:"Kh\xF4ng th\u1EC3 b\u1EAFt \u0111\u1EA7u thanh to\xE1n. Vui l\xF2ng th\u1EED l\u1EA1i sau",unlockFailedTransaction:"Thanh to\xE1n th\u1EA5t b\u1EA1i. Vui l\xF2ng th\u1EED l\u1EA1i",unlockFaileVerify:"X\xE1c minh \u0111\u01A1n h\xE0ng th\u1EA5t b\u1EA1i. N\u1EBFu b\u1EA1n \u0111\xE3 b\u1ECB t\xEDnh ph\xED, vui l\xF2ng li\xEAn h\u1EC7 h\u1ED7 tr\u1EE3",transactionPending:"X\xE1c nh\u1EADn thanh to\xE1n th\u1EA5t b\u1EA1i. Vui l\xF2ng li\xEAn h\u1EC7 nh\xE0 cung c\u1EA5p thanh to\xE1n c\u1EE7a b\u1EA1n \u0111\u1EC3 \u0111\u01B0\u1EE3c h\u1ED7 tr\u1EE3"},f2={jolicoin:p2},h2={unlockNeeds:"Kailangan i-unlock",price:"Presyo",unlockWithJolicoin:"I-unlock gamit ang Jolicoin",unlockWithJolicoinDescription:"Awtomatikong i-unlock gamit ang Jolicoin",useJolicoin:"Gamitin ang Jolicoin",payAndUnlock:"Magbayad at i-unlock",noWatchAds:"Hindi, manood ng ads",noThanks:"Hindi na, salamat",balance:"Balanse",coinUsed:"Ginamit na Jolicoin",unlockSuccess:"Matagumpay na na-unlock",unlockFailed:"Hindi matagumpay ang pag-unlock",unlockFailedNotLogin:"Mangyaring mag-login para makumpleto ang pag-unlock",unlockFailedPaying:"Ang pagbabayad ay nasa proseso na. Huwag ulitin ang operasyon",unlockFailedProductIdNotFound:"Ang produkto ay nag-expire na. Mangyaring pumili ng ibang produkto",unlockFailedProductInvalid:"Hindi makuha ang impormasyon ng produkto. Subukang muli o pumili ng ibang produkto",unlockFailedLaunch:"Hindi maumpisahan ang pagbabayad. Subukang muli sa ibang pagkakataon",unlockFailedTransaction:"Hindi matagumpay ang pagbabayad. Subukang muli",unlockFaileVerify:"Hindi matagumpay ang pag-verify ng order. Kung na-charge ka na, mangyaring makipag-ugnayan sa suporta",transactionPending:"Hindi matagumpay ang kumpirmasyon ng pagbabayad. Mangyaring makipag-ugnayan sa iyong payment provider para sa suporta"},SS={jolicoin:h2},m2={unlockNeeds:"Necesario desbloquear",price:"Precio",unlockWithJolicoin:"Desbloquea con Jolicoin",unlockWithJolicoinDescription:"Desbloquea autom\xE1ticamente con Jolicoin",useJolicoin:"Usar Jolicoin",payAndUnlock:"Pagar y desbloquear",noWatchAds:"No, ver anuncios",noThanks:"No, gracias",balance:"Saldo",coinUsed:"Jolicoin usado",unlockSuccess:"Desbloqueo exitoso",unlockFailed:"Error al desbloquear",unlockFailedNotLogin:"Inicia sesi\xF3n para completar el desbloqueo",unlockFailedPaying:"El pago ya est\xE1 en proceso. Por favor, no repita la operaci\xF3n",unlockFailedProductIdNotFound:"El producto ha expirado. Por favor, elija otro producto",unlockFailedProductInvalid:"Error al obtener informaci\xF3n del producto. Int\xE9ntelo de nuevo o elija otro producto",unlockFailedLaunch:"No se puede iniciar el pago. Int\xE9ntelo de nuevo m\xE1s tarde",unlockFailedTransaction:"Error en el pago. Int\xE9ntelo de nuevo",unlockFaileVerify:"Error en la verificaci\xF3n del pedido. Si se le ha cobrado, contacte con soporte",transactionPending:"Error en la confirmaci\xF3n del pago. Contacte con su proveedor de pago para obtener ayuda"},v2={jolicoin:m2},g2={unlockNeeds:"\u30A2\u30F3\u30ED\u30C3\u30AF\u5FC5\u8981",price:"\u4FA1\u683C",unlockWithJolicoin:"Jolicoin\u3067\u30A2\u30F3\u30ED\u30C3\u30AF",unlockWithJolicoinDescription:"Jolicoin\u3067\u81EA\u52D5\u7684\u306B\u30A2\u30F3\u30ED\u30C3\u30AF",useJolicoin:"Jolicoin\u3092\u4F7F\u7528",payAndUnlock:"\u652F\u6255\u3044\u3068\u30A2\u30F3\u30ED\u30C3\u30AF",noWatchAds:"\u3044\u3044\u3048\u3001\u5E83\u544A\u3092\u898B\u308B",noThanks:"\u3044\u3044\u3048\u3001\u7D50\u69CB\u3067\u3059",balance:"\u6B8B\u9AD8",coinUsed:"\u4F7F\u7528\u6E08\u307FJolicoin",unlockSuccess:"\u30A2\u30F3\u30ED\u30C3\u30AF\u6210\u529F",unlockFailed:"\u30A2\u30F3\u30ED\u30C3\u30AF\u5931\u6557",unlockFailedNotLogin:"\u30A2\u30F3\u30ED\u30C3\u30AF\u3092\u5B8C\u4E86\u3059\u308B\u306B\u306F\u30ED\u30B0\u30A4\u30F3\u3057\u3066\u304F\u3060\u3055\u3044",unlockFailedPaying:"\u652F\u6255\u3044\u51E6\u7406\u4E2D\u3067\u3059\u3002\u64CD\u4F5C\u3092\u7E70\u308A\u8FD4\u3055\u306A\u3044\u3067\u304F\u3060\u3055\u3044",unlockFailedProductIdNotFound:"\u5546\u54C1\u306E\u6709\u52B9\u671F\u9650\u304C\u5207\u308C\u3066\u3044\u307E\u3059\u3002\u4ED6\u306E\u5546\u54C1\u3092\u9078\u629E\u3057\u3066\u304F\u3060\u3055\u3044",unlockFailedProductInvalid:"\u5546\u54C1\u60C5\u5831\u306E\u53D6\u5F97\u306B\u5931\u6557\u3057\u307E\u3057\u305F\u3002\u518D\u8A66\u884C\u3059\u308B\u304B\u3001\u4ED6\u306E\u5546\u54C1\u3092\u9078\u629E\u3057\u3066\u304F\u3060\u3055\u3044",unlockFailedLaunch:"\u652F\u6255\u3044\u3092\u958B\u59CB\u3067\u304D\u307E\u305B\u3093\u3002\u5F8C\u3067\u3082\u3046\u4E00\u5EA6\u304A\u8A66\u3057\u304F\u3060\u3055\u3044",unlockFailedTransaction:"\u652F\u6255\u3044\u306B\u5931\u6557\u3057\u307E\u3057\u305F\u3002\u518D\u8A66\u884C\u3057\u3066\u304F\u3060\u3055\u3044",unlockFaileVerify:"\u6CE8\u6587\u306E\u78BA\u8A8D\u306B\u5931\u6557\u3057\u307E\u3057\u305F\u3002\u6599\u91D1\u304C\u8ACB\u6C42\u3055\u308C\u305F\u5834\u5408\u306F\u3001\u30B5\u30DD\u30FC\u30C8\u306B\u304A\u554F\u3044\u5408\u308F\u305B\u304F\u3060\u3055\u3044",transactionPending:"\u652F\u6255\u3044\u306E\u78BA\u8A8D\u306B\u5931\u6557\u3057\u307E\u3057\u305F\u3002\u652F\u6255\u3044\u30D7\u30ED\u30D0\u30A4\u30C0\u30FC\u306B\u304A\u554F\u3044\u5408\u308F\u305B\u304F\u3060\u3055\u3044"},y2={jolicoin:g2},_2={unlockNeeds:"Necess\xE1rio desbloquear",price:"Pre\xE7o",unlockWithJolicoin:"Desbloqueie com Jolicoin",unlockWithJolicoinDescription:"Deduz Jolicoin automaticamente para itens digitais",useJolicoin:"Usar Jolicoin",payAndUnlock:"Pagar e desbloquear",noWatchAds:"N\xE3o, assistir an\xFAncios",noThanks:"N\xE3o, obrigado",balance:"Saldo",coinUsed:"Jolicoin usado",unlockSuccess:"Desbloqueio bem-sucedido",unlockFailed:"Falha no desbloqueio",unlockFailedNotLogin:"Fa\xE7a login para completar o desbloqueio",unlockFailedPaying:"O pagamento j\xE1 est\xE1 em andamento. Por favor, n\xE3o repita a opera\xE7\xE3o",unlockFailedProductIdNotFound:"O produto expirou. Por favor, escolha outro produto",unlockFailedProductInvalid:"Falha ao recuperar informa\xE7\xF5es do produto. Tente novamente ou escolha outro produto",unlockFailedLaunch:"N\xE3o foi poss\xEDvel iniciar o pagamento. Tente novamente mais tarde",unlockFailedTransaction:"Falha no pagamento. Tente novamente",unlockFaileVerify:"Falha na verifica\xE7\xE3o do pedido. Se voc\xEA foi cobrado, entre em contato com o suporte",transactionPending:"Falha na confirma\xE7\xE3o do pagamento. Entre em contato com seu provedor de pagamento para suporte"},ES={jolicoin:_2},b2={unlockNeeds:"\uC7A0\uAE08 \uD574\uC81C \uD544\uC694",price:"\uAC00\uACA9",unlockWithJolicoin:"Jolicoin\uC73C\uB85C \uC7A0\uAE08 \uD574\uC81C",unlockWithJolicoinDescription:"Jolicoin\uC73C\uB85C \uC790\uB3D9 \uC7A0\uAE08 \uD574\uC81C",useJolicoin:"Jolicoin \uC0AC\uC6A9",payAndUnlock:"\uACB0\uC81C \uBC0F \uC7A0\uAE08 \uD574\uC81C",noWatchAds:"\uC544\uB2C8\uC694, \uAD11\uACE0 \uC2DC\uCCAD",noThanks:"\uAD1C\uCC2E\uC2B5\uB2C8\uB2E4",balance:"\uC794\uC561",coinUsed:"\uC0AC\uC6A9\uB41C Jolicoin",unlockSuccess:"\uC7A0\uAE08 \uD574\uC81C \uC131\uACF5",unlockFailed:"\uC7A0\uAE08 \uD574\uC81C \uC2E4\uD328",unlockFailedNotLogin:"\uC7A0\uAE08 \uD574\uC81C\uB97C \uC644\uB8CC\uD558\uB824\uBA74 \uB85C\uADF8\uC778\uD558\uC138\uC694",unlockFailedPaying:"\uACB0\uC81C\uAC00 \uC9C4\uD589 \uC911\uC785\uB2C8\uB2E4. \uC791\uC5C5\uC744 \uBC18\uBCF5\uD558\uC9C0 \uB9C8\uC138\uC694",unlockFailedProductIdNotFound:"\uC0C1\uD488\uC774 \uB9CC\uB8CC\uB418\uC5C8\uC2B5\uB2C8\uB2E4. \uB2E4\uB978 \uC0C1\uD488\uC744 \uC120\uD0DD\uD574\uC8FC\uC138\uC694",unlockFailedProductInvalid:"\uC0C1\uD488 \uC815\uBCF4\uB97C \uAC00\uC838\uC624\uB294\uB370 \uC2E4\uD328\uD588\uC2B5\uB2C8\uB2E4. \uB2E4\uC2DC \uC2DC\uB3C4\uD558\uAC70\uB098 \uB2E4\uB978 \uC0C1\uD488\uC744 \uC120\uD0DD\uD574\uC8FC\uC138\uC694",unlockFailedLaunch:"\uACB0\uC81C\uB97C \uC2DC\uC791\uD560 \uC218 \uC5C6\uC2B5\uB2C8\uB2E4. \uB098\uC911\uC5D0 \uB2E4\uC2DC \uC2DC\uB3C4\uD574\uC8FC\uC138\uC694",unlockFailedTransaction:"\uACB0\uC81C\uC5D0 \uC2E4\uD328\uD588\uC2B5\uB2C8\uB2E4. \uB2E4\uC2DC \uC2DC\uB3C4\uD574\uC8FC\uC138\uC694",unlockFaileVerify:"\uC8FC\uBB38 \uD655\uC778\uC5D0 \uC2E4\uD328\uD588\uC2B5\uB2C8\uB2E4. \uC694\uAE08\uC774 \uCCAD\uAD6C\uB41C \uACBD\uC6B0 \uACE0\uAC1D \uC9C0\uC6D0\uD300\uC5D0 \uBB38\uC758\uD574\uC8FC\uC138\uC694",transactionPending:"\uACB0\uC81C \uD655\uC778\uC5D0 \uC2E4\uD328\uD588\uC2B5\uB2C8\uB2E4. \uACB0\uC81C \uC11C\uBE44\uC2A4 \uC81C\uACF5\uC5C5\uCCB4\uC5D0 \uBB38\uC758\uD574\uC8FC\uC138\uC694"},w2={jolicoin:b2},I2={unlockNeeds:"\u89E3\u9396\u9700\u6C42",price:"\u50F9\u683C",unlockWithJolicoin:"\u4F7F\u7528 Jolicoin \u89E3\u9396",unlockWithJolicoinDescription:"\u81EA\u52D5\u4F7F\u7528 Jolicoin \u89E3\u9396",useJolicoin:"\u4F7F\u7528 Jolicoin",payAndUnlock:"\u652F\u4ED8\u4E26\u89E3\u9396",noWatchAds:"\u4E0D\uFF0C\u89C0\u770B\u5EE3\u544A",noThanks:"\u4E0D\u7528\u4E86",balance:"\u9918\u984D",coinUsed:"\u5DF2\u4F7F\u7528\u7684 Jolicoin",unlockSuccess:"\u89E3\u9396\u6210\u529F",unlockFailed:"\u89E3\u9396\u5931\u6557",unlockFailedNotLogin:"\u8ACB\u767B\u5165\u5F8C\u5B8C\u6210\u89E3\u9396",unlockFailedPaying:"\u652F\u4ED8\u6B63\u5728\u9032\u884C\u4E2D\uFF0C\u8ACB\u52FF\u91CD\u8907\u64CD\u4F5C",unlockFailedProductIdNotFound:"\u5546\u54C1\u5DF2\u904E\u671F\uFF0C\u8ACB\u9078\u64C7\u5176\u4ED6\u5546\u54C1",unlockFailedProductInvalid:"\u7372\u53D6\u5546\u54C1\u4FE1\u606F\u5931\u6557\uFF0C\u8ACB\u91CD\u8A66\u6216\u9078\u64C7\u5176\u4ED6\u5546\u54C1",unlockFailedLaunch:"\u7121\u6CD5\u555F\u52D5\u652F\u4ED8\uFF0C\u8ACB\u7A0D\u5F8C\u91CD\u8A66",unlockFailedTransaction:"\u652F\u4ED8\u5931\u6557\uFF0C\u8ACB\u91CD\u8A66",unlockFaileVerify:"\u8A02\u55AE\u9A57\u8B49\u5931\u6557\uFF0C\u5982\u5DF2\u6263\u8CBB\u8ACB\u806F\u7E6B\u5BA2\u670D",transactionPending:"\u652F\u4ED8\u78BA\u8A8D\u5931\u6557\uFF0C\u8ACB\u806F\u7E6B\u652F\u4ED8\u670D\u52D9\u5546\u7372\u53D6\u652F\u6301"},S2={jolicoin:I2},E2={unlockNeeds:"Entsperren erforderlich",price:"Preis",unlockWithJolicoin:"Mit Jolicoin entsperren",unlockWithJolicoinDescription:"Automatisch mit Jolicoin entsperren",useJolicoin:"Jolicoin verwenden",payAndUnlock:"Bezahlen und entsperren",noWatchAds:"Nein, Werbung ansehen",noThanks:"Nein danke",balance:"Guthaben",coinUsed:"Verwendete Jolicoin",unlockSuccess:"Erfolgreich entsperrt",unlockFailed:"Entsperren fehlgeschlagen",unlockFailedNotLogin:"Bitte melden Sie sich an, um die Entsperrung abzuschlie\xDFen",unlockFailedPaying:"Zahlung l\xE4uft bereits. Bitte nicht wiederholen",unlockFailedProductIdNotFound:"Produkt ist abgelaufen. Bitte w\xE4hlen Sie ein anderes Produkt",unlockFailedProductInvalid:"Produktinformationen konnten nicht abgerufen werden. Bitte versuchen Sie es erneut oder w\xE4hlen Sie ein anderes Produkt",unlockFailedLaunch:"Zahlung konnte nicht gestartet werden. Bitte versuchen Sie es sp\xE4ter erneut",unlockFailedTransaction:"Zahlung fehlgeschlagen. Bitte versuchen Sie es erneut",unlockFaileVerify:"Bestellbest\xE4tigung fehlgeschlagen. Falls Ihnen bereits etwas berechnet wurde, kontaktieren Sie bitte den Support",transactionPending:"Zahlungsbest\xE4tigung fehlgeschlagen. Bitte kontaktieren Sie Ihren Zahlungsanbieter f\xFCr Unterst\xFCtzung"},x2={jolicoin:E2},k2={unlockNeeds:"D\xE9verrouillage n\xE9cessaire",price:"Prix",unlockWithJolicoin:"D\xE9verrouillez avec Jolicoin",unlockWithJolicoinDescription:"D\xE9verrouillez automatiquement avec Jolicoin",useJolicoin:"Utiliser Jolicoin",payAndUnlock:"Payer et d\xE9verrouiller",noWatchAds:"Non, regarder des publicit\xE9s",noThanks:"Non merci",balance:"Solde",coinUsed:"Jolicoin utilis\xE9",unlockSuccess:"D\xE9verrouillage r\xE9ussi",unlockFailed:"\xC9chec du d\xE9verrouillage",unlockFailedNotLogin:"Connectez-vous pour terminer le d\xE9verrouillage",unlockFailedPaying:"Le paiement est d\xE9j\xE0 en cours. Veuillez ne pas r\xE9p\xE9ter l'op\xE9ration",unlockFailedProductIdNotFound:"Le produit a expir\xE9. Veuillez choisir un autre produit",unlockFailedProductInvalid:"\xC9chec de la r\xE9cup\xE9ration des informations du produit. Veuillez r\xE9essayer ou choisir un autre produit",unlockFailedLaunch:"Impossible de lancer le paiement. Veuillez r\xE9essayer plus tard",unlockFailedTransaction:"\xC9chec du paiement. Veuillez r\xE9essayer",unlockFaileVerify:"\xC9chec de la v\xE9rification de la commande. Si vous avez \xE9t\xE9 factur\xE9, veuillez contacter le support",transactionPending:"\xC9chec de la confirmation du paiement. Veuillez contacter votre fournisseur de paiement pour obtenir de l'aide"},A2={jolicoin:k2},T2={unlockNeeds:"\u0905\u0928\u0932\u0949\u0915 \u0906\u0935\u0936\u094D\u092F\u0915",price:"\u092E\u0942\u0932\u094D\u092F",unlockWithJolicoin:"Jolicoin \u0938\u0947 \u0905\u0928\u0932\u0949\u0915 \u0915\u0930\u0947\u0902",unlockWithJolicoinDescription:"\u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0930\u0942\u092A \u0938\u0947 Jolicoin \u0938\u0947 \u0905\u0928\u0932\u0949\u0915 \u0915\u0930\u0947\u0902",useJolicoin:"Jolicoin \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0947\u0902",payAndUnlock:"\u092D\u0941\u0917\u0924\u093E\u0928 \u0914\u0930 \u0905\u0928\u0932\u0949\u0915",noWatchAds:"\u0928\u0939\u0940\u0902, \u0935\u093F\u091C\u094D\u091E\u093E\u092A\u0928 \u0926\u0947\u0916\u0947\u0902",noThanks:"\u0928\u0939\u0940\u0902, \u0927\u0928\u094D\u092F\u0935\u093E\u0926",balance:"\u0936\u0947\u0937 \u0930\u093E\u0936\u093F",coinUsed:"\u0909\u092A\u092F\u094B\u0917 \u0915\u093F\u092F\u093E \u0917\u092F\u093E Jolicoin",unlockSuccess:"\u0905\u0928\u0932\u0949\u0915 \u0938\u092B\u0932",unlockFailed:"\u0905\u0928\u0932\u0949\u0915 \u0935\u093F\u092B\u0932",unlockFailedNotLogin:"\u0905\u0928\u0932\u0949\u0915 \u092A\u0942\u0930\u093E \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0932\u0949\u0917\u093F\u0928 \u0915\u0930\u0947\u0902",unlockFailedPaying:"\u092D\u0941\u0917\u0924\u093E\u0928 \u092A\u0939\u0932\u0947 \u0938\u0947 \u0939\u0940 \u092A\u094D\u0930\u0917\u0924\u093F \u092A\u0930 \u0939\u0948\u0964 \u0915\u0943\u092A\u092F\u093E \u0911\u092A\u0930\u0947\u0936\u0928 \u0926\u094B\u0939\u0930\u093E\u090F\u0902 \u0928\u0939\u0940\u0902",unlockFailedProductIdNotFound:"\u0909\u0924\u094D\u092A\u093E\u0926 \u0915\u0940 \u0938\u092E\u092F \u0938\u0940\u092E\u093E \u0938\u092E\u093E\u092A\u094D\u0924 \u0939\u094B \u0917\u0908 \u0939\u0948\u0964 \u0915\u0943\u092A\u092F\u093E \u0926\u0942\u0938\u0930\u093E \u0909\u0924\u094D\u092A\u093E\u0926 \u091A\u0941\u0928\u0947\u0902",unlockFailedProductInvalid:"\u0909\u0924\u094D\u092A\u093E\u0926 \u091C\u093E\u0928\u0915\u093E\u0930\u0940 \u092A\u094D\u0930\u093E\u092A\u094D\u0924 \u0915\u0930\u0928\u0947 \u092E\u0947\u0902 \u0935\u093F\u092B\u0932\u0964 \u0915\u0943\u092A\u092F\u093E \u092A\u0941\u0928\u0903 \u092A\u094D\u0930\u092F\u093E\u0938 \u0915\u0930\u0947\u0902 \u092F\u093E \u0926\u0942\u0938\u0930\u093E \u0909\u0924\u094D\u092A\u093E\u0926 \u091A\u0941\u0928\u0947\u0902",unlockFailedLaunch:"\u092D\u0941\u0917\u0924\u093E\u0928 \u0936\u0941\u0930\u0942 \u0928\u0939\u0940\u0902 \u0915\u093F\u092F\u093E \u091C\u093E \u0938\u0915\u0924\u093E\u0964 \u0915\u0943\u092A\u092F\u093E \u092C\u093E\u0926 \u092E\u0947\u0902 \u092A\u0941\u0928\u0903 \u092A\u094D\u0930\u092F\u093E\u0938 \u0915\u0930\u0947\u0902",unlockFailedTransaction:"\u092D\u0941\u0917\u0924\u093E\u0928 \u0935\u093F\u092B\u0932\u0964 \u0915\u0943\u092A\u092F\u093E \u092A\u0941\u0928\u0903 \u092A\u094D\u0930\u092F\u093E\u0938 \u0915\u0930\u0947\u0902",unlockFaileVerify:"\u0911\u0930\u094D\u0921\u0930 \u0938\u0924\u094D\u092F\u093E\u092A\u0928 \u0935\u093F\u092B\u0932\u0964 \u092F\u0926\u093F \u0906\u092A\u0938\u0947 \u0936\u0941\u0932\u094D\u0915 \u0932\u093F\u092F\u093E \u0917\u092F\u093E \u0939\u0948, \u0924\u094B \u0915\u0943\u092A\u092F\u093E \u0938\u0939\u093E\u092F\u0924\u093E \u0938\u0947 \u0938\u0902\u092A\u0930\u094D\u0915 \u0915\u0930\u0947\u0902",transactionPending:"\u092D\u0941\u0917\u0924\u093E\u0928 \u092A\u0941\u0937\u094D\u091F\u093F\u0915\u0930\u0923 \u0935\u093F\u092B\u0932\u0964 \u0915\u0943\u092A\u092F\u093E \u0938\u0939\u093E\u092F\u0924\u093E \u0915\u0947 \u0932\u093F\u090F \u0905\u092A\u0928\u0947 \u092D\u0941\u0917\u0924\u093E\u0928 \u092A\u094D\u0930\u0926\u093E\u0924\u093E \u0938\u0947 \u0938\u0902\u092A\u0930\u094D\u0915 \u0915\u0930\u0947\u0902"},C2={jolicoin:T2},P2={unlockNeeds:"\u0422\u0440\u0435\u0431\u0443\u0435\u0442\u0441\u044F \u0440\u0430\u0437\u0431\u043B\u043E\u043A\u0438\u0440\u043E\u0432\u043A\u0430",price:"\u0426\u0435\u043D\u0430",unlockWithJolicoin:"\u0420\u0430\u0437\u0431\u043B\u043E\u043A\u0438\u0440\u0443\u0439\u0442\u0435 \u0441 \u043F\u043E\u043C\u043E\u0449\u044C\u044E Jolicoin",unlockWithJolicoinDescription:"\u0410\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u0438 \u0440\u0430\u0437\u0431\u043B\u043E\u043A\u0438\u0440\u0443\u0439\u0442\u0435 \u0441 \u043F\u043E\u043C\u043E\u0449\u044C\u044E Jolicoin",useJolicoin:"\u0418\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u044C Jolicoin",payAndUnlock:"\u041E\u043F\u043B\u0430\u0442\u0438\u0442\u044C \u0438 \u0440\u0430\u0437\u0431\u043B\u043E\u043A\u0438\u0440\u043E\u0432\u0430\u0442\u044C",noWatchAds:"\u041D\u0435\u0442, \u0441\u043C\u043E\u0442\u0440\u0435\u0442\u044C \u0440\u0435\u043A\u043B\u0430\u043C\u0443",noThanks:"\u041D\u0435\u0442, \u0441\u043F\u0430\u0441\u0438\u0431\u043E",balance:"\u0411\u0430\u043B\u0430\u043D\u0441",coinUsed:"\u0418\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u043D\u043E Jolicoin",unlockSuccess:"\u0420\u0430\u0437\u0431\u043B\u043E\u043A\u0438\u0440\u043E\u0432\u043A\u0430 \u0443\u0441\u043F\u0435\u0448\u043D\u0430",unlockFailed:"\u041E\u0448\u0438\u0431\u043A\u0430 \u0440\u0430\u0437\u0431\u043B\u043E\u043A\u0438\u0440\u043E\u0432\u043A\u0438",unlockFailedNotLogin:"\u041F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u0432\u043E\u0439\u0434\u0438\u0442\u0435, \u0447\u0442\u043E\u0431\u044B \u0437\u0430\u0432\u0435\u0440\u0448\u0438\u0442\u044C \u0440\u0430\u0437\u0431\u043B\u043E\u043A\u0438\u0440\u043E\u0432\u043A\u0443",unlockFailedPaying:"\u041E\u043F\u043B\u0430\u0442\u0430 \u0443\u0436\u0435 \u0432\u044B\u043F\u043E\u043B\u043D\u044F\u0435\u0442\u0441\u044F. \u041F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u043D\u0435 \u043F\u043E\u0432\u0442\u043E\u0440\u044F\u0439\u0442\u0435 \u043E\u043F\u0435\u0440\u0430\u0446\u0438\u044E",unlockFailedProductIdNotFound:"\u0421\u0440\u043E\u043A \u0434\u0435\u0439\u0441\u0442\u0432\u0438\u044F \u0442\u043E\u0432\u0430\u0440\u0430 \u0438\u0441\u0442\u0435\u043A. \u041F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u0432\u044B\u0431\u0435\u0440\u0438\u0442\u0435 \u0434\u0440\u0443\u0433\u043E\u0439 \u0442\u043E\u0432\u0430\u0440",unlockFailedProductInvalid:"\u041D\u0435 \u0443\u0434\u0430\u043B\u043E\u0441\u044C \u043F\u043E\u043B\u0443\u0447\u0438\u0442\u044C \u0438\u043D\u0444\u043E\u0440\u043C\u0430\u0446\u0438\u044E \u043E \u0442\u043E\u0432\u0430\u0440\u0435. \u041F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u043F\u043E\u0432\u0442\u043E\u0440\u0438\u0442\u0435 \u043F\u043E\u043F\u044B\u0442\u043A\u0443 \u0438\u043B\u0438 \u0432\u044B\u0431\u0435\u0440\u0438\u0442\u0435 \u0434\u0440\u0443\u0433\u043E\u0439 \u0442\u043E\u0432\u0430\u0440",unlockFailedLaunch:"\u041D\u0435 \u0443\u0434\u0430\u043B\u043E\u0441\u044C \u043D\u0430\u0447\u0430\u0442\u044C \u043E\u043F\u043B\u0430\u0442\u0443. \u041F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u043F\u043E\u0432\u0442\u043E\u0440\u0438\u0442\u0435 \u043F\u043E\u043F\u044B\u0442\u043A\u0443 \u043F\u043E\u0437\u0436\u0435",unlockFailedTransaction:"\u041E\u0448\u0438\u0431\u043A\u0430 \u043E\u043F\u043B\u0430\u0442\u044B. \u041F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u043F\u043E\u0432\u0442\u043E\u0440\u0438\u0442\u0435 \u043F\u043E\u043F\u044B\u0442\u043A\u0443",unlockFaileVerify:"\u041E\u0448\u0438\u0431\u043A\u0430 \u043F\u0440\u043E\u0432\u0435\u0440\u043A\u0438 \u0437\u0430\u043A\u0430\u0437\u0430. \u0415\u0441\u043B\u0438 \u0441 \u0432\u0430\u0441 \u0431\u044B\u043B\u0430 \u0441\u043F\u0438\u0441\u0430\u043D\u0430 \u043F\u043B\u0430\u0442\u0430, \u043F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u043E\u0431\u0440\u0430\u0442\u0438\u0442\u0435\u0441\u044C \u0432 \u0441\u043B\u0443\u0436\u0431\u0443 \u043F\u043E\u0434\u0434\u0435\u0440\u0436\u043A\u0438",transactionPending:"\u041E\u0448\u0438\u0431\u043A\u0430 \u043F\u043E\u0434\u0442\u0432\u0435\u0440\u0436\u0434\u0435\u043D\u0438\u044F \u043E\u043F\u043B\u0430\u0442\u044B. \u041F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u043E\u0431\u0440\u0430\u0442\u0438\u0442\u0435\u0441\u044C \u043A \u0432\u0430\u0448\u0435\u043C\u0443 \u043F\u043B\u0430\u0442\u0435\u0436\u043D\u043E\u043C\u0443 \u043F\u0440\u043E\u0432\u0430\u0439\u0434\u0435\u0440\u0443 \u0437\u0430 \u043F\u043E\u0434\u0434\u0435\u0440\u0436\u043A\u043E\u0439"},R2={jolicoin:P2},O2={unlockNeeds:"\u0986\u09A8\u09B2\u0995 \u09AA\u09CD\u09B0\u09AF\u09BC\u09CB\u099C\u09A8",price:"\u09AE\u09C2\u09B2\u09CD\u09AF",unlockWithJolicoin:"Jolicoin \u09A6\u09BF\u09AF\u09BC\u09C7 \u0986\u09A8\u09B2\u0995 \u0995\u09B0\u09C1\u09A8",unlockWithJolicoinDescription:"\u09B8\u09CD\u09AC\u09AF\u09BC\u0982\u0995\u09CD\u09B0\u09BF\u09AF\u09BC\u09AD\u09BE\u09AC\u09C7 Jolicoin \u09A6\u09BF\u09AF\u09BC\u09C7 \u0986\u09A8\u09B2\u0995 \u0995\u09B0\u09C1\u09A8",useJolicoin:"Jolicoin \u09AC\u09CD\u09AF\u09AC\u09B9\u09BE\u09B0 \u0995\u09B0\u09C1\u09A8",payAndUnlock:"\u09AA\u09C7\u09AE\u09C7\u09A8\u09CD\u099F \u098F\u09AC\u0982 \u0986\u09A8\u09B2\u0995",noWatchAds:"\u09A8\u09BE, \u09AC\u09BF\u099C\u09CD\u099E\u09BE\u09AA\u09A8 \u09A6\u09C7\u0996\u09C1\u09A8",noThanks:"\u09A8\u09BE, \u09A7\u09A8\u09CD\u09AF\u09AC\u09BE\u09A6",balance:"\u09AC\u09CD\u09AF\u09BE\u09B2\u09C7\u09A8\u09CD\u09B8",coinUsed:"\u09AC\u09CD\u09AF\u09AC\u09B9\u09C3\u09A4 Jolicoin",unlockSuccess:"\u0986\u09A8\u09B2\u0995 \u09B8\u09AB\u09B2",unlockFailed:"\u0986\u09A8\u09B2\u0995 \u09AC\u09CD\u09AF\u09B0\u09CD\u09A5",unlockFailedNotLogin:"\u0986\u09A8\u09B2\u0995 \u09B8\u09AE\u09CD\u09AA\u09C2\u09B0\u09CD\u09A3 \u0995\u09B0\u09A4\u09C7 \u09B2\u0997\u0987\u09A8 \u0995\u09B0\u09C1\u09A8",unlockFailedPaying:"\u09AA\u09C7\u09AE\u09C7\u09A8\u09CD\u099F \u0987\u09A4\u09BF\u09AE\u09A7\u09CD\u09AF\u09C7 \u099A\u09B2\u099B\u09C7\u0964 \u0985\u09A8\u09C1\u0997\u09CD\u09B0\u09B9 \u0995\u09B0\u09C7 \u09AA\u09C1\u09A8\u09B0\u09BE\u09AC\u09C3\u09A4\u09CD\u09A4\u09BF \u0995\u09B0\u09AC\u09C7\u09A8 \u09A8\u09BE",unlockFailedProductIdNotFound:"\u09AA\u09A3\u09CD\u09AF\u09C7\u09B0 \u09AE\u09C7\u09AF\u09BC\u09BE\u09A6 \u09B6\u09C7\u09B7 \u09B9\u09AF\u09BC\u09C7 \u0997\u09C7\u099B\u09C7\u0964 \u0985\u09A8\u09C1\u0997\u09CD\u09B0\u09B9 \u0995\u09B0\u09C7 \u0985\u09A8\u09CD\u09AF \u09AA\u09A3\u09CD\u09AF \u09AC\u09C7\u099B\u09C7 \u09A8\u09BF\u09A8",unlockFailedProductInvalid:"\u09AA\u09A3\u09CD\u09AF\u09C7\u09B0 \u09A4\u09A5\u09CD\u09AF \u09AA\u09C1\u09A8\u09B0\u09C1\u09A6\u09CD\u09A7\u09BE\u09B0 \u0995\u09B0\u09A4\u09C7 \u09AC\u09CD\u09AF\u09B0\u09CD\u09A5\u0964 \u0985\u09A8\u09C1\u0997\u09CD\u09B0\u09B9 \u0995\u09B0\u09C7 \u0986\u09AC\u09BE\u09B0 \u099A\u09C7\u09B7\u09CD\u099F\u09BE \u0995\u09B0\u09C1\u09A8 \u09AC\u09BE \u0985\u09A8\u09CD\u09AF \u09AA\u09A3\u09CD\u09AF \u09AC\u09C7\u099B\u09C7 \u09A8\u09BF\u09A8",unlockFailedLaunch:"\u09AA\u09C7\u09AE\u09C7\u09A8\u09CD\u099F \u09B6\u09C1\u09B0\u09C1 \u0995\u09B0\u09A4\u09C7 \u0985\u0995\u09CD\u09B7\u09AE\u0964 \u0985\u09A8\u09C1\u0997\u09CD\u09B0\u09B9 \u0995\u09B0\u09C7 \u09AA\u09B0\u09C7 \u0986\u09AC\u09BE\u09B0 \u099A\u09C7\u09B7\u09CD\u099F\u09BE \u0995\u09B0\u09C1\u09A8",unlockFailedTransaction:"\u09AA\u09C7\u09AE\u09C7\u09A8\u09CD\u099F \u09AC\u09CD\u09AF\u09B0\u09CD\u09A5\u0964 \u0985\u09A8\u09C1\u0997\u09CD\u09B0\u09B9 \u0995\u09B0\u09C7 \u0986\u09AC\u09BE\u09B0 \u099A\u09C7\u09B7\u09CD\u099F\u09BE \u0995\u09B0\u09C1\u09A8",unlockFaileVerify:"\u0985\u09B0\u09CD\u09A1\u09BE\u09B0 \u09AF\u09BE\u099A\u09BE\u0987 \u09AC\u09CD\u09AF\u09B0\u09CD\u09A5\u0964 \u09AF\u09A6\u09BF \u0986\u09AA\u09A8\u09BE\u0995\u09C7 \u099A\u09BE\u09B0\u09CD\u099C \u0995\u09B0\u09BE \u09B9\u09AF\u09BC\u09C7 \u09A5\u09BE\u0995\u09C7, \u0985\u09A8\u09C1\u0997\u09CD\u09B0\u09B9 \u0995\u09B0\u09C7 \u09B8\u09B9\u09BE\u09AF\u09BC\u09A4\u09BE\u09B0 \u09B8\u09BE\u09A5\u09C7 \u09AF\u09CB\u0997\u09BE\u09AF\u09CB\u0997 \u0995\u09B0\u09C1\u09A8",transactionPending:"\u09AA\u09C7\u09AE\u09C7\u09A8\u09CD\u099F \u09A8\u09BF\u09B6\u09CD\u099A\u09BF\u09A4\u0995\u09B0\u09A3 \u09AC\u09CD\u09AF\u09B0\u09CD\u09A5\u0964 \u0985\u09A8\u09C1\u0997\u09CD\u09B0\u09B9 \u0995\u09B0\u09C7 \u09B8\u09B9\u09BE\u09AF\u09BC\u09A4\u09BE\u09B0 \u099C\u09A8\u09CD\u09AF \u0986\u09AA\u09A8\u09BE\u09B0 \u09AA\u09C7\u09AE\u09C7\u09A8\u09CD\u099F \u09AA\u09CD\u09B0\u09A6\u09BE\u09A8\u0995\u09BE\u09B0\u09C0\u09B0 \u09B8\u09BE\u09A5\u09C7 \u09AF\u09CB\u0997\u09BE\u09AF\u09CB\u0997 \u0995\u09B0\u09C1\u09A8"},N2={jolicoin:O2},D2={unlockNeeds:"Kilidi a\xE7mak gerekli",price:"Fiyat",unlockWithJolicoin:"Jolicoin ile kilidi a\xE7\u0131n",unlockWithJolicoinDescription:"Jolicoin ile otomatik olarak kilidi a\xE7\u0131n",useJolicoin:"Jolicoin kullan",payAndUnlock:"\xD6de ve kilidi a\xE7",noWatchAds:"Hay\u0131r, reklamlar\u0131 izle",noThanks:"Hay\u0131r, te\u015Fekk\xFCrler",balance:"Bakiye",coinUsed:"Kullan\u0131lan Jolicoin",unlockSuccess:"Kilidi a\xE7ma ba\u015Far\u0131l\u0131",unlockFailed:"Kilidi a\xE7ma ba\u015Far\u0131s\u0131z",unlockFailedNotLogin:"Kilidi a\xE7may\u0131 tamamlamak i\xE7in l\xFCtfen giri\u015F yap\u0131n",unlockFailedPaying:"\xD6deme zaten devam ediyor. L\xFCtfen i\u015Flemi tekrarlamay\u0131n",unlockFailedProductIdNotFound:"\xDCr\xFCn\xFCn s\xFCresi dolmu\u015F. L\xFCtfen ba\u015Fka bir \xFCr\xFCn se\xE7in",unlockFailedProductInvalid:"\xDCr\xFCn bilgileri al\u0131namad\u0131. L\xFCtfen tekrar deneyin veya ba\u015Fka bir \xFCr\xFCn se\xE7in",unlockFailedLaunch:"\xD6deme ba\u015Flat\u0131lamad\u0131. L\xFCtfen daha sonra tekrar deneyin",unlockFailedTransaction:"\xD6deme ba\u015Far\u0131s\u0131z. L\xFCtfen tekrar deneyin",unlockFaileVerify:"Sipari\u015F do\u011Frulamas\u0131 ba\u015Far\u0131s\u0131z. \xDCcretlendirildiyseniz, l\xFCtfen destek ile ileti\u015Fime ge\xE7in",transactionPending:"\xD6deme onay\u0131 ba\u015Far\u0131s\u0131z. L\xFCtfen destek i\xE7in \xF6deme sa\u011Flay\u0131c\u0131n\u0131zla ileti\u015Fime ge\xE7in"},L2={jolicoin:D2},iE={en:{translations:_S},en_GB:{translations:_S},zh:{translations:bS},"zh-Hans":{translations:bS},"zh-Hant":{translations:S2},id:{translations:wS},in:{translations:wS},ms:{translations:IS},my:{translations:IS},th:{translations:d2},vi:{translations:f2},fil:{translations:SS},tl:{translations:SS},es:{translations:v2},ja:{translations:y2},pt:{translations:ES},pt_PT:{translations:ES},ko:{translations:w2},de:{translations:x2},fr:{translations:A2},hi:{translations:C2},ru:{translations:R2},bn:{translations:N2},tr:{translations:L2}},oE=Sr(void 0),aE=({definition:e,children:t})=>{let r={translations:e};return b(oE.Provider,{value:r,children:t})},od=null,q2={zh:"zh","zh-CN":"zh","zh-TW":"zh-Hant","zh-Hans":"zh",zh_Hans:"zh","zh-Hant":"zh-Hant",zh_Hant:"zh-Hant",id:"id",in:"id",ms:"ms",my:"ms",th:"th",vi:"vi",fil:"tl",tl:"tl",es:"es",ja:"ja",pt:"pt",pt_PT:"pt","pt-PT":"pt",ko:"ko",de:"de",fr:"fr",hi:"hi",ru:"ru",ar:"ar",tr:"tr"},sE=e=>{od=e},lE=()=>{var e;if(typeof od!="function")return console.warn("Language handler is not registered or is not a function. Defaulting to 'en'."),"en";try{let t=od();return(e=q2[t])!=null?e:"en"}catch(t){return console.error("Error executing registered language handler:",t),"en"}};Ra=class{constructor(t,r){this.zIndex=t,this.pointerEvents=r,this.persistentIframe=null,this.iframeEmotionCache=null,this.iframeLoadPromise=null,this.iframeLoadResolver=null,this.removeGlobalTransformSync=null,this.referenceCount=0}create(){typeof window>"u"||this.persistentIframe&&document.body.contains(this.persistentIframe)||(this.persistentIframe=document.createElement("iframe"),this.persistentIframe.style.position="fixed",this.persistentIframe.style.left="0",this.persistentIframe.style.top="0",this.persistentIframe.style.width="100vw",this.persistentIframe.style.height="100vh",this.persistentIframe.style.zIndex=String(this.zIndex),this.persistentIframe.style.pointerEvents=this.pointerEvents,this.persistentIframe.style.border="none",this.persistentIframe.style.background="transparent",this.persistentIframe.setAttribute("allowtransparency","true"),this.persistentIframe.style.display="none",document.body.appendChild(this.persistentIframe),this.iframeLoadPromise=new Promise(t=>{this.iframeLoadResolver=t}),this.persistentIframe.onload=()=>{var r,n,i;if(!((n=(r=this.persistentIframe)==null?void 0:r.contentDocument)!=null&&n.head)){console.error("[SingletonIframe] Iframe loaded, but document or head is not available.");return}console.log("[SingletonIframe] Iframe content loaded."),this.iframeEmotionCache=YS({key:"iframe-css",container:this.persistentIframe.contentDocument.head,prepend:!0}),this.removeGlobalTransformSync&&this.removeGlobalTransformSync(),this.removeGlobalTransformSync=M2(this.persistentIframe);let t=this.persistentIframe.contentDocument;t&&["--status-bar-height","--navigation-bar-height"].forEach(o=>{let a=document.documentElement.style.getPropertyValue(o);a&&t.body.style.setProperty(o,a)}),(i=this.iframeLoadResolver)==null||i.call(this),this.iframeLoadResolver=null},this.persistentIframe.onerror=()=>{console.error("[SingletonIframe] Iframe failed to load.")},this.persistentIframe.src="about:blank")}acquire(){return I(this,null,function*(){if(this.create(),yield this.iframeLoadPromise,!this.persistentIframe||!this.iframeEmotionCache)throw new Error("[SingletonIframe] Iframe or cache not available after load.");return this.referenceCount++,this.persistentIframe.style.display==="none"&&(cE(this.persistentIframe),this.persistentIframe.style.display="block"),{iframe:this.persistentIframe,emotionCache:this.iframeEmotionCache}})}release(){this.referenceCount--,this.referenceCount<=0&&(this.referenceCount=0,this.persistentIframe&&(this.persistentIframe.style.display="none"))}},Ai=new Ra(99999998,"auto"),xS=new Ra(99999999,"none"),j2=({title:e,content:t,noHeader:r,height:n,padding:i="16px",footerButtons:o,onClose:a})=>{let s=Mi(),l={container:N`
|
|
62
|
+
|
|
63
|
+
.fadeOut {
|
|
64
|
+
animation: fadeOut 0.3s ease forwards;
|
|
65
|
+
}
|
|
66
|
+
|
|
67
|
+
.fadeIn {
|
|
68
|
+
animation: fadeIn 0.3s ease forwards;
|
|
69
|
+
}
|
|
70
|
+
`,z2=({children:e,isOpen:t=!1,preventCloseOnBackdropClick:r=!1,onClose:n,className:i="",placement:o="bottom"},a)=>{let[s,l]=qt(!1),[c,d]=qt(null),[u,p]=qt(!1),f=qi(null),m=qi(null),g=qi(!1);Ur(()=>{if(s&&f.current){let q=f.current.ownerDocument,Ve=q.createElement("style");Ve.innerHTML=V2,q.head.appendChild(Ve);let Ke={overflow:q.body.style.overflow,position:q.body.style.position,width:q.body.style.width};return q.body.style.overflow="hidden",q.body.style.position="fixed",q.body.style.width="100%",()=>{q.head.contains(Ve)&&q.head.removeChild(Ve),q.body.style.overflow=Ke.overflow,q.body.style.position=Ke.position,q.body.style.width=Ke.width}}},[s]),Ur(()=>{t?!s&&!g.current&&(l(!0),requestAnimationFrame(()=>{setTimeout(()=>d("enter"),0)})):s&&(g.current=!0,d("leave"),p(!1))},[t]);let _=vt(q=>{q.target===m.current&&(c==="leave"?(d(null),l(!1),g.current=!1,n&&n()):c==="enter"&&(d(null),p(!0)))},[c,n]),v=vt(()=>{s&&!g.current&&(g.current=!0,d("leave"),p(!1))},[s]),b=vt(q=>{r||(q.preventDefault(),q.stopPropagation(),v())},[v]),I=vt(()=>{!g.current&&!s&&(l(!0),requestAnimationFrame(()=>{setTimeout(()=>d("enter"),0)}))},[s]),A=vt(()=>s&&!g.current,[s]);if(Ur(()=>{if(a){let q={show:I,hide:v,isOpen:A};typeof a=="function"?a(q):a&&(a.current=q)}},[I,v,A,a]),!s)return null;let P=o==="center",O=M(T({},dd.drawerBackdrop),{alignItems:P?"center":"flex-end",justifyContent:"center",backgroundColor:"transparent",pointerEvents:"none"}),x={position:"absolute",top:0,left:0,right:0,bottom:0,backgroundColor:"rgba(0, 0, 0, 0.6)",pointerEvents:"auto",opacity:c==="enter"||u?1:0,transition:"opacity 0.3s"},C=P?M(T({},dd.centerDrawer),{pointerEvents:"auto"}):M(T({},dd.drawer),{height:"auto",pointerEvents:"auto"});s&&!u&&!c&&!P&&(C.transform="translateY(100%)");let X=c?P?c==="leave"?"fadeOut":c==="enter"?"fadeIn":"":`drawer-${c}`:"",it=c?`backdrop-${c}`:"";return y("div",{ref:f,style:O,children:[y("div",{style:x,className:it,onClick:b}),y("div",{ref:m,style:M(T({},C),{opacity:P&&c===null&&!u?0:1}),className:`${P&&c==="leave"?"fadeOut":X} ${i}`,onAnimationEnd:_,onClick:q=>q.stopPropagation(),children:y("div",{style:$2.styles,children:e})})]})},G2=eu(z2);W2={unlockNeeds:"Unlock needs",price:"Price",unlockWithJolicoin:"Unlock with Jolicoin for a better experience",unlockWithJolicoinDescription:"Unlock with Jolicoin automatically",useJolicoin:"Use Jolicoin",payAndUnlock:"Pay and unlock",noWatchAds:"No, watch ads",noThanks:"No thanks",balance:"Balance",coinUsed:"Jolicoin used",unlockSuccess:"Unlock successful",unlockFailed:"Unlock failed",unlockFailedNotLogin:"Please log in to continue",unlockFailedPaying:"Payment is already in progress. Please do not retry",unlockFailedProductIdNotFound:"Product has expired. Please choose another product",unlockFailedProductInvalid:"Failed to retrieve product info. Please retry or choose another product",unlockFailedLaunch:"Unable to start payment. Please try again later",unlockFailedTransaction:"Payment failed. Please try again",unlockFaileVerify:"Order verification failed. If you\u2019ve been charged, please contact support",transactionPending:"Payment confirmation failed. Please contact your payment provider for support"},K2={instead:"Instead of watching ads",introduct:"Use {{coin}}Jolicoin to unlock for better experience",tips:"Get {{coin}} for free",login:"Register & Unlock with Jolicoin",noWatchAds:"No, watch ads",noThanks:"No thanks",rewardTips:"Congrats! You have received {{coin}} Jolicoin! Start unlocking now!"},$S={jolicoin:W2,loginGuide:K2},Q2={unlockNeeds:"\u89E3\u9501\u9700\u6C42",price:"\u4EF7\u683C",unlockWithJolicoin:"\u4F7F\u7528 Jolicoin \u89E3\u9501",unlockWithJolicoinDescription:"\u81EA\u52A8\u4F7F\u7528 Jolicoin \u89E3\u9501",useJolicoin:"\u4F7F\u7528 Jolicoin",payAndUnlock:"\u652F\u4ED8\u5E76\u89E3\u9501",noWatchAds:"\u4E0D\u7528\u4E86\uFF0C\u89C2\u770B\u5E7F\u544A",noThanks:"\u4E0D\u7528\u4E86",balance:"\u4F59\u989D",coinUsed:"\u5DF2\u4F7F\u7528\u7684 Jolicoin",unlockSuccess:"\u89E3\u9501\u6210\u529F",unlockFailed:"\u89E3\u9501\u5931\u8D25",unlockFailedNotLogin:"\u8BF7\u767B\u5F55\u540E\u5B8C\u6210\u89E3\u9501",unlockFailedPaying:"\u652F\u4ED8\u6B63\u5728\u8FDB\u884C\u4E2D\uFF0C\u8BF7\u52FF\u91CD\u590D\u64CD\u4F5C",unlockFailedProductIdNotFound:"\u5546\u54C1\u5DF2\u8FC7\u671F\uFF0C\u8BF7\u9009\u62E9\u5176\u4ED6\u5546\u54C1",unlockFailedProductInvalid:"\u83B7\u53D6\u5546\u54C1\u4FE1\u606F\u5931\u8D25\uFF0C\u8BF7\u91CD\u8BD5\u6216\u9009\u62E9\u5176\u4ED6\u5546\u54C1",unlockFailedLaunch:"\u65E0\u6CD5\u542F\u52A8\u652F\u4ED8\uFF0C\u8BF7\u7A0D\u540E\u91CD\u8BD5",unlockFailedTransaction:"\u652F\u4ED8\u5931\u8D25\uFF0C\u8BF7\u91CD\u8BD5",unlockFaileVerify:"\u8BA2\u5355\u9A8C\u8BC1\u5931\u8D25\uFF0C\u5982\u5DF2\u6263\u8D39\u8BF7\u8054\u7CFB\u5BA2\u670D",transactionPending:"\u652F\u4ED8\u786E\u8BA4\u5931\u8D25\uFF0C\u8BF7\u8054\u7CFB\u652F\u4ED8\u670D\u52A1\u5546\u83B7\u53D6\u652F\u6301"},Y2={instead:"\u89C2\u770B\u5E7F\u544A",introduct:"\u4F7F\u7528 {{coin}} Jolicoin \u89E3\u9501\u4EE5\u83B7\u5F97\u66F4\u597D\u7684\u4F53\u9A8C",tips:"\u514D\u8D39\u83B7\u53D6 {{coin}}",login:"\u6CE8\u518C\u5E76\u89E3\u9501",noWatchAds:"\u4E0D\u7528\u4E86\uFF0C\u89C2\u770B\u5E7F\u544A",noThanks:"\u4E0D\u7528\u4E86",rewardTips:"\u606D\u559C\uFF01\u60A8\u5DF2\u83B7\u5F97 {{coin}} Jolicoin\uFF01\u7ACB\u5373\u5F00\u59CB\u89E3\u9501\uFF01"},VS={jolicoin:Q2,loginGuide:Y2},X2={unlockNeeds:"Perlu dibuka",price:"Harga",unlockWithJolicoin:"Pakai Jolicoin untuk pengalaman lebih baik",unlockWithJolicoinDescription:"Otomatis mengurangi Jolicoin untuk item digital",useJolicoin:"Gunakan Jolicoin",payAndUnlock:"Bayar dan buka",noWatchAds:"Tidak, tonton iklan",noThanks:"Tidak, terima kasih",balance:"Saldo",coinUsed:"Jolicoin yang digunakan",unlockSuccess:"Berhasil dibuka",unlockFailed:"Gagal membuka",unlockFailedNotLogin:"Silakan masuk untuk menyelesaikan pembukaan",unlockFailedPaying:"Pembayaran sedang diproses. Mohon jangan ulangi operasi",unlockFailedProductIdNotFound:"Produk telah kedaluwarsa. Silakan pilih produk lain",unlockFailedProductInvalid:"Gagal mendapatkan informasi produk. Silakan coba lagi atau pilih produk lain",unlockFailedLaunch:"Tidak dapat memulai pembayaran. Silakan coba lagi nanti",unlockFailedTransaction:"Pembayaran gagal. Silakan coba lagi",unlockFaileVerify:"Verifikasi pesanan gagal. Jika Anda telah dikenakan biaya, silakan hubungi dukungan",transactionPending:"Konfirmasi pembayaran gagal. Silakan hubungi penyedia pembayaran Anda untuk dukungan"},Z2={instead:"Alihkan dari menonton iklan",introduct:"Gunakan {{coin}} Jolicoin untuk membuka untuk pengalaman yang lebih baik",tips:"Dapatkan {{coin}} gratis",login:"Daftar dan buka dengan Jolicoin",noWatchAds:"Tidak, tonton iklan",noThanks:"Tidak, terima kasih",rewardTips:"Selamat! Anda telah menerima {{coin}} Jolicoin! Mulai membuka sekarang!"},zS={jolicoin:X2,loginGuide:Z2},eB={unlockNeeds:"Perlu dibuka",price:"Harga",unlockWithJolicoin:"Pakai Jolicoin untuk pengalaman lebih baik",unlockWithJolicoinDescription:"Potongan automatik Jolicoin untuk item digital",useJolicoin:"Gunakan Jolicoin",payAndUnlock:"Bayar dan buka",noWatchAds:"Tidak, tonton iklan",noThanks:"Tidak, terima kasih",balance:"Baki",coinUsed:"Jolicoin yang digunakan",unlockSuccess:"Berjaya dibuka",unlockFailed:"Gagal membuka",unlockFailedNotLogin:"Sila log masuk untuk meneruskan",unlockFailedPaying:"Pembayaran sedang diproses. Sila jangan cuba lagi",unlockFailedProductIdNotFound:"Produk telah tamat tempoh. Sila pilih produk lain",unlockFailedProductInvalid:"Gagal mendapatkan maklumat produk. Sila cuba lagi atau pilih produk lain",unlockFailedLaunch:"Tidak dapat memulakan pembayaran. Sila cuba lagi kemudian",unlockFailedTransaction:"Pembayaran gagal. Sila cuba lagi",unlockFaileVerify:"Pengesahan pesanan gagal. Jika anda telah dikenakan caj, sila hubungi sokongan",transactionPending:"Pengesahan pembayaran gagal. Sila hubungi pembekal pembayaran anda untuk sokongan"},tB={instead:"Alihkan dari menonton iklan",introduct:"Gunakan {{coin}} Jolicoin untuk membuka untuk pengalaman yang lebih baik",tips:"Dapatkan {{coin}} gratis",login:"Daftar dan buka dengan Jolicoin",noWatchAds:"Tidak, tonton iklan",noThanks:"Tidak, terima kasih",rewardTips:"Selamat! Anda telah menerima {{coin}} Jolicoin! Mulai membuka sekarang!"},GS={jolicoin:eB,loginGuide:tB},rB={unlockNeeds:"\u0E15\u0E49\u0E2D\u0E07\u0E01\u0E32\u0E23\u0E1B\u0E25\u0E14\u0E25\u0E47\u0E2D\u0E04",price:"\u0E23\u0E32\u0E04\u0E32",unlockWithJolicoin:"\u0E1B\u0E25\u0E14\u0E25\u0E47\u0E2D\u0E04\u0E14\u0E49\u0E27\u0E22 Jolicoin",unlockWithJolicoinDescription:"\u0E1B\u0E25\u0E14\u0E25\u0E47\u0E2D\u0E04\u0E2D\u0E31\u0E15\u0E42\u0E19\u0E21\u0E31\u0E15\u0E34\u0E14\u0E49\u0E27\u0E22 Jolicoin",useJolicoin:"\u0E43\u0E0A\u0E49 Jolicoin",payAndUnlock:"\u0E0A\u0E33\u0E23\u0E30\u0E40\u0E07\u0E34\u0E19\u0E41\u0E25\u0E30\u0E1B\u0E25\u0E14\u0E25\u0E47\u0E2D\u0E04",noWatchAds:"\u0E44\u0E21\u0E48 \u0E14\u0E39\u0E42\u0E06\u0E29\u0E13\u0E32",noThanks:"\u0E44\u0E21\u0E48 \u0E02\u0E2D\u0E1A\u0E04\u0E38\u0E13",balance:"\u0E22\u0E2D\u0E14\u0E04\u0E07\u0E40\u0E2B\u0E25\u0E37\u0E2D",coinUsed:"Jolicoin \u0E17\u0E35\u0E48\u0E43\u0E0A\u0E49\u0E41\u0E25\u0E49\u0E27",unlockSuccess:"\u0E1B\u0E25\u0E14\u0E25\u0E47\u0E2D\u0E04\u0E2A\u0E33\u0E40\u0E23\u0E47\u0E08",unlockFailed:"\u0E1B\u0E25\u0E14\u0E25\u0E47\u0E2D\u0E04\u0E44\u0E21\u0E48\u0E2A\u0E33\u0E40\u0E23\u0E47\u0E08",unlockFailedNotLogin:"\u0E01\u0E23\u0E38\u0E13\u0E32\u0E40\u0E02\u0E49\u0E32\u0E2A\u0E39\u0E48\u0E23\u0E30\u0E1A\u0E1A\u0E40\u0E1E\u0E37\u0E48\u0E2D\u0E40\u0E2A\u0E23\u0E47\u0E08\u0E2A\u0E34\u0E49\u0E19\u0E01\u0E32\u0E23\u0E1B\u0E25\u0E14\u0E25\u0E47\u0E2D\u0E04",unlockFailedPaying:"\u0E01\u0E32\u0E23\u0E0A\u0E33\u0E23\u0E30\u0E40\u0E07\u0E34\u0E19\u0E01\u0E33\u0E25\u0E31\u0E07\u0E14\u0E33\u0E40\u0E19\u0E34\u0E19\u0E01\u0E32\u0E23\u0E2D\u0E22\u0E39\u0E48 \u0E01\u0E23\u0E38\u0E13\u0E32\u0E2D\u0E22\u0E48\u0E32\u0E17\u0E33\u0E0B\u0E49\u0E33\u0E01\u0E32\u0E23\u0E14\u0E33\u0E40\u0E19\u0E34\u0E19\u0E01\u0E32\u0E23",unlockFailedProductIdNotFound:"\u0E2A\u0E34\u0E19\u0E04\u0E49\u0E32\u0E2B\u0E21\u0E14\u0E2D\u0E32\u0E22\u0E38\u0E41\u0E25\u0E49\u0E27 \u0E01\u0E23\u0E38\u0E13\u0E32\u0E40\u0E25\u0E37\u0E2D\u0E01\u0E2A\u0E34\u0E19\u0E04\u0E49\u0E32\u0E2D\u0E37\u0E48\u0E19",unlockFailedProductInvalid:"\u0E44\u0E21\u0E48\u0E2A\u0E32\u0E21\u0E32\u0E23\u0E16\u0E14\u0E36\u0E07\u0E02\u0E49\u0E2D\u0E21\u0E39\u0E25\u0E2A\u0E34\u0E19\u0E04\u0E49\u0E32\u0E44\u0E14\u0E49 \u0E01\u0E23\u0E38\u0E13\u0E32\u0E25\u0E2D\u0E07\u0E43\u0E2B\u0E21\u0E48\u0E2D\u0E35\u0E01\u0E04\u0E23\u0E31\u0E49\u0E07\u0E2B\u0E23\u0E37\u0E2D\u0E40\u0E25\u0E37\u0E2D\u0E01\u0E2A\u0E34\u0E19\u0E04\u0E49\u0E32\u0E2D\u0E37\u0E48\u0E19",unlockFailedLaunch:"\u0E44\u0E21\u0E48\u0E2A\u0E32\u0E21\u0E32\u0E23\u0E16\u0E40\u0E23\u0E34\u0E48\u0E21\u0E01\u0E32\u0E23\u0E0A\u0E33\u0E23\u0E30\u0E40\u0E07\u0E34\u0E19\u0E44\u0E14\u0E49 \u0E01\u0E23\u0E38\u0E13\u0E32\u0E25\u0E2D\u0E07\u0E43\u0E2B\u0E21\u0E48\u0E2D\u0E35\u0E01\u0E04\u0E23\u0E31\u0E49\u0E07\u0E43\u0E19\u0E20\u0E32\u0E22\u0E2B\u0E25\u0E31\u0E07",unlockFailedTransaction:"\u0E01\u0E32\u0E23\u0E0A\u0E33\u0E23\u0E30\u0E40\u0E07\u0E34\u0E19\u0E25\u0E49\u0E21\u0E40\u0E2B\u0E25\u0E27 \u0E01\u0E23\u0E38\u0E13\u0E32\u0E25\u0E2D\u0E07\u0E43\u0E2B\u0E21\u0E48\u0E2D\u0E35\u0E01\u0E04\u0E23\u0E31\u0E49\u0E07",unlockFaileVerify:"\u0E01\u0E32\u0E23\u0E15\u0E23\u0E27\u0E08\u0E2A\u0E2D\u0E1A\u0E04\u0E33\u0E2A\u0E31\u0E48\u0E07\u0E0B\u0E37\u0E49\u0E2D\u0E25\u0E49\u0E21\u0E40\u0E2B\u0E25\u0E27 \u0E2B\u0E32\u0E01\u0E04\u0E38\u0E13\u0E16\u0E39\u0E01\u0E40\u0E23\u0E35\u0E22\u0E01\u0E40\u0E01\u0E47\u0E1A\u0E40\u0E07\u0E34\u0E19\u0E41\u0E25\u0E49\u0E27 \u0E01\u0E23\u0E38\u0E13\u0E32\u0E15\u0E34\u0E14\u0E15\u0E48\u0E2D\u0E1D\u0E48\u0E32\u0E22\u0E2A\u0E19\u0E31\u0E1A\u0E2A\u0E19\u0E38\u0E19",transactionPending:"\u0E01\u0E32\u0E23\u0E22\u0E37\u0E19\u0E22\u0E31\u0E19\u0E01\u0E32\u0E23\u0E0A\u0E33\u0E23\u0E30\u0E40\u0E07\u0E34\u0E19\u0E25\u0E49\u0E21\u0E40\u0E2B\u0E25\u0E27 \u0E01\u0E23\u0E38\u0E13\u0E32\u0E15\u0E34\u0E14\u0E15\u0E48\u0E2D\u0E1C\u0E39\u0E49\u0E43\u0E2B\u0E49\u0E1A\u0E23\u0E34\u0E01\u0E32\u0E23\u0E0A\u0E33\u0E23\u0E30\u0E40\u0E07\u0E34\u0E19\u0E02\u0E2D\u0E07\u0E04\u0E38\u0E13\u0E40\u0E1E\u0E37\u0E48\u0E2D\u0E02\u0E2D\u0E04\u0E27\u0E32\u0E21\u0E0A\u0E48\u0E27\u0E22\u0E40\u0E2B\u0E25\u0E37\u0E2D"},nB={instead:"\u0E41\u0E17\u0E19\u0E17\u0E35\u0E48\u0E14\u0E39\u0E42\u0E06\u0E29\u0E13\u0E32",introduct:"\u0E43\u0E0A\u0E49 {{coin}} Jolicoin \u0E40\u0E1E\u0E37\u0E48\u0E2D\u0E1B\u0E25\u0E14\u0E25\u0E47\u0E2D\u0E04\u0E2A\u0E33\u0E2B\u0E23\u0E31\u0E1A\u0E1B\u0E23\u0E30\u0E2A\u0E1A\u0E01\u0E32\u0E23\u0E13\u0E4C\u0E17\u0E35\u0E48\u0E14\u0E35\u0E02\u0E36\u0E49\u0E19",tips:"\u0E23\u0E31\u0E1A {{coin}} \u0E1F\u0E23\u0E35",login:"\u0E25\u0E07\u0E17\u0E30\u0E40\u0E1A\u0E35\u0E22\u0E19\u0E41\u0E25\u0E30\u0E1B\u0E25\u0E14\u0E25\u0E47\u0E2D\u0E04\u0E14\u0E49\u0E27\u0E22 Jolicoin",noWatchAds:"\u0E44\u0E21\u0E48 \u0E14\u0E39\u0E42\u0E06\u0E29\u0E13\u0E32",noThanks:"\u0E44\u0E21\u0E48 \u0E02\u0E2D\u0E1A\u0E04\u0E38\u0E13",rewardTips:"\u0E22\u0E34\u0E19\u0E14\u0E35\u0E14\u0E49\u0E27\u0E22! \u0E04\u0E38\u0E13\u0E44\u0E14\u0E49\u0E23\u0E31\u0E1A {{coin}} Jolicoin! \u0E40\u0E23\u0E34\u0E48\u0E21\u0E1B\u0E25\u0E14\u0E25\u0E47\u0E2D\u0E04\u0E40\u0E25\u0E22!"},iB={jolicoin:rB,loginGuide:nB},oB={unlockNeeds:"Y\xEAu c\u1EA7u m\u1EDF kh\xF3a",price:"Gi\xE1",unlockWithJolicoin:"M\u1EDF kh\xF3a b\u1EB1ng Jolicoin",unlockWithJolicoinDescription:"T\u1EF1 \u0111\u1ED9ng m\u1EDF kh\xF3a b\u1EB1ng Jolicoin",useJolicoin:"S\u1EED d\u1EE5ng Jolicoin",payAndUnlock:"Thanh to\xE1n v\xE0 m\u1EDF kh\xF3a",noWatchAds:"Kh\xF4ng, xem qu\u1EA3ng c\xE1o",noThanks:"Kh\xF4ng, c\u1EA3m \u01A1n",balance:"S\u1ED1 d\u01B0",coinUsed:"Jolicoin \u0111\xE3 s\u1EED d\u1EE5ng",unlockSuccess:"M\u1EDF kh\xF3a th\xE0nh c\xF4ng",unlockFailed:"M\u1EDF kh\xF3a th\u1EA5t b\u1EA1i",unlockFailedNotLogin:"Vui l\xF2ng \u0111\u0103ng nh\u1EADp \u0111\u1EC3 ho\xE0n th\xE0nh vi\u1EC7c m\u1EDF kh\xF3a",unlockFailedPaying:"Thanh to\xE1n \u0111ang \u0111\u01B0\u1EE3c x\u1EED l\xFD. Vui l\xF2ng kh\xF4ng l\u1EB7p l\u1EA1i thao t\xE1c",unlockFailedProductIdNotFound:"S\u1EA3n ph\u1EA9m \u0111\xE3 h\u1EBFt h\u1EA1n. Vui l\xF2ng ch\u1ECDn s\u1EA3n ph\u1EA9m kh\xE1c",unlockFailedProductInvalid:"Kh\xF4ng th\u1EC3 l\u1EA5y th\xF4ng tin s\u1EA3n ph\u1EA9m. Vui l\xF2ng th\u1EED l\u1EA1i ho\u1EB7c ch\u1ECDn s\u1EA3n ph\u1EA9m kh\xE1c",unlockFailedLaunch:"Kh\xF4ng th\u1EC3 b\u1EAFt \u0111\u1EA7u thanh to\xE1n. Vui l\xF2ng th\u1EED l\u1EA1i sau",unlockFailedTransaction:"Thanh to\xE1n th\u1EA5t b\u1EA1i. Vui l\xF2ng th\u1EED l\u1EA1i",unlockFaileVerify:"X\xE1c minh \u0111\u01A1n h\xE0ng th\u1EA5t b\u1EA1i. N\u1EBFu b\u1EA1n \u0111\xE3 b\u1ECB t\xEDnh ph\xED, vui l\xF2ng li\xEAn h\u1EC7 h\u1ED7 tr\u1EE3",transactionPending:"X\xE1c nh\u1EADn thanh to\xE1n th\u1EA5t b\u1EA1i. Vui l\xF2ng li\xEAn h\u1EC7 nh\xE0 cung c\u1EA5p thanh to\xE1n c\u1EE7a b\u1EA1n \u0111\u1EC3 \u0111\u01B0\u1EE3c h\u1ED7 tr\u1EE3"},aB={instead:"Thay th\u1EBF b\u1EB1ng xem qu\u1EA3ng c\xE1o",introduct:"S\u1EED d\u1EE5ng {{coin}} Jolicoin \u0111\u1EC3 m\u1EDF kh\xF3a cho tr\u1EA3i nghi\u1EC7m t\u1ED1t h\u01A1n",tips:"Nh\u1EADn {{coin}} mi\u1EC5n ph\xED",login:"\u0110\u0103ng k\xFD v\xE0 m\u1EDF kh\xF3a v\u1EDBi Jolicoin",noWatchAds:"Kh\xF4ng, xem qu\u1EA3ng c\xE1o",noThanks:"Kh\xF4ng, c\u1EA3m \u01A1n",rewardTips:"Ch\xFAc m\u1EEBng! B\u1EA1n \u0111\xE3 nh\u1EADn \u0111\u01B0\u1EE3c {{coin}} Jolicoin! B\u1EAFt \u0111\u1EA7u m\u1EDF kh\xF3a ngay!"},sB={jolicoin:oB,loginGuide:aB},lB={unlockNeeds:"Kailangan i-unlock",price:"Presyo",unlockWithJolicoin:"I-unlock gamit ang Jolicoin",unlockWithJolicoinDescription:"Awtomatikong i-unlock gamit ang Jolicoin",useJolicoin:"Gamitin ang Jolicoin",payAndUnlock:"Magbayad at i-unlock",noWatchAds:"Hindi, manood ng ads",noThanks:"Hindi na, salamat",balance:"Balanse",coinUsed:"Ginamit na Jolicoin",unlockSuccess:"Matagumpay na na-unlock",unlockFailed:"Hindi matagumpay ang pag-unlock",unlockFailedNotLogin:"Mangyaring mag-login para makumpleto ang pag-unlock",unlockFailedPaying:"Ang pagbabayad ay nasa proseso na. Huwag ulitin ang operasyon",unlockFailedProductIdNotFound:"Ang produkto ay nag-expire na. Mangyaring pumili ng ibang produkto",unlockFailedProductInvalid:"Hindi makuha ang impormasyon ng produkto. Subukang muli o pumili ng ibang produkto",unlockFailedLaunch:"Hindi maumpisahan ang pagbabayad. Subukang muli sa ibang pagkakataon",unlockFailedTransaction:"Hindi matagumpay ang pagbabayad. Subukang muli",unlockFaileVerify:"Hindi matagumpay ang pag-verify ng order. Kung na-charge ka na, mangyaring makipag-ugnayan sa suporta",transactionPending:"Hindi matagumpay ang kumpirmasyon ng pagbabayad. Mangyaring makipag-ugnayan sa iyong payment provider para sa suporta"},cB={instead:"Kung hindi mo na gusto ang mga ad",introduct:"Gamitin ang {{coin}} Jolicoin para i-unlock para sa mas mahusay na karanasan",tips:"Kunin ang {{coin}} para sa libreng",login:"Mag-register at i-unlock gamit ang Jolicoin",noWatchAds:"Hindi, manood ng ads",noThanks:"Hindi na, salamat",rewardTips:"Maligayang pagdating! Nakuha mo na ang {{coin}} Jolicoin! Simulan ang pag-unlock ngayon!"},WS={jolicoin:lB,loginGuide:cB},uB={unlockNeeds:"Necesario desbloquear",price:"Precio",unlockWithJolicoin:"Desbloquea con Jolicoin",unlockWithJolicoinDescription:"Desbloquea autom\xE1ticamente con Jolicoin",useJolicoin:"Usar Jolicoin",payAndUnlock:"Pagar y desbloquear",noWatchAds:"No, ver anuncios",noThanks:"No, gracias",balance:"Saldo",coinUsed:"Jolicoin usado",unlockSuccess:"Desbloqueo exitoso",unlockFailed:"Error al desbloquear",unlockFailedNotLogin:"Inicia sesi\xF3n para completar el desbloqueo",unlockFailedPaying:"El pago ya est\xE1 en proceso. Por favor, no repita la operaci\xF3n",unlockFailedProductIdNotFound:"El producto ha expirado. Por favor, elija otro producto",unlockFailedProductInvalid:"Error al obtener informaci\xF3n del producto. Int\xE9ntelo de nuevo o elija otro producto",unlockFailedLaunch:"No se puede iniciar el pago. Int\xE9ntelo de nuevo m\xE1s tarde",unlockFailedTransaction:"Error en el pago. Int\xE9ntelo de nuevo",unlockFaileVerify:"Error en la verificaci\xF3n del pedido. Si se le ha cobrado, contacte con soporte",transactionPending:"Error en la confirmaci\xF3n del pago. Contacte con su proveedor de pago para obtener ayuda"},dB={instead:"En lugar de ver anuncios",introduct:"Usa {{coin}} Jolicoin para desbloquear para una mejor experiencia",tips:"Obt\xE9n {{coin}} gratis",login:"Reg\xEDstrate y desbloquea con Jolicoin",noWatchAds:"No, ver anuncios",noThanks:"No, gracias",rewardTips:"\xA1Felicidades! Has recibido {{coin}} Jolicoin. \xA1Comienza a desbloquear ahora!"},pB={jolicoin:uB,loginGuide:dB},fB={unlockNeeds:"\u30A2\u30F3\u30ED\u30C3\u30AF\u5FC5\u8981",price:"\u4FA1\u683C",unlockWithJolicoin:"Jolicoin\u3067\u30A2\u30F3\u30ED\u30C3\u30AF",unlockWithJolicoinDescription:"Jolicoin\u3067\u81EA\u52D5\u7684\u306B\u30A2\u30F3\u30ED\u30C3\u30AF",useJolicoin:"Jolicoin\u3092\u4F7F\u7528",payAndUnlock:"\u652F\u6255\u3044\u3068\u30A2\u30F3\u30ED\u30C3\u30AF",noWatchAds:"\u3044\u3044\u3048\u3001\u5E83\u544A\u3092\u898B\u308B",noThanks:"\u3044\u3044\u3048\u3001\u7D50\u69CB\u3067\u3059",balance:"\u6B8B\u9AD8",coinUsed:"\u4F7F\u7528\u6E08\u307FJolicoin",unlockSuccess:"\u30A2\u30F3\u30ED\u30C3\u30AF\u6210\u529F",unlockFailed:"\u30A2\u30F3\u30ED\u30C3\u30AF\u5931\u6557",unlockFailedNotLogin:"\u30A2\u30F3\u30ED\u30C3\u30AF\u3092\u5B8C\u4E86\u3059\u308B\u306B\u306F\u30ED\u30B0\u30A4\u30F3\u3057\u3066\u304F\u3060\u3055\u3044",unlockFailedPaying:"\u652F\u6255\u3044\u51E6\u7406\u4E2D\u3067\u3059\u3002\u64CD\u4F5C\u3092\u7E70\u308A\u8FD4\u3055\u306A\u3044\u3067\u304F\u3060\u3055\u3044",unlockFailedProductIdNotFound:"\u5546\u54C1\u306E\u6709\u52B9\u671F\u9650\u304C\u5207\u308C\u3066\u3044\u307E\u3059\u3002\u4ED6\u306E\u5546\u54C1\u3092\u9078\u629E\u3057\u3066\u304F\u3060\u3055\u3044",unlockFailedProductInvalid:"\u5546\u54C1\u60C5\u5831\u306E\u53D6\u5F97\u306B\u5931\u6557\u3057\u307E\u3057\u305F\u3002\u518D\u8A66\u884C\u3059\u308B\u304B\u3001\u4ED6\u306E\u5546\u54C1\u3092\u9078\u629E\u3057\u3066\u304F\u3060\u3055\u3044",unlockFailedLaunch:"\u652F\u6255\u3044\u3092\u958B\u59CB\u3067\u304D\u307E\u305B\u3093\u3002\u5F8C\u3067\u3082\u3046\u4E00\u5EA6\u304A\u8A66\u3057\u304F\u3060\u3055\u3044",unlockFailedTransaction:"\u652F\u6255\u3044\u306B\u5931\u6557\u3057\u307E\u3057\u305F\u3002\u518D\u8A66\u884C\u3057\u3066\u304F\u3060\u3055\u3044",unlockFaileVerify:"\u6CE8\u6587\u306E\u78BA\u8A8D\u306B\u5931\u6557\u3057\u307E\u3057\u305F\u3002\u6599\u91D1\u304C\u8ACB\u6C42\u3055\u308C\u305F\u5834\u5408\u306F\u3001\u30B5\u30DD\u30FC\u30C8\u306B\u304A\u554F\u3044\u5408\u308F\u305B\u304F\u3060\u3055\u3044",transactionPending:"\u652F\u6255\u3044\u306E\u78BA\u8A8D\u306B\u5931\u6557\u3057\u307E\u3057\u305F\u3002\u652F\u6255\u3044\u30D7\u30ED\u30D0\u30A4\u30C0\u30FC\u306B\u304A\u554F\u3044\u5408\u308F\u305B\u304F\u3060\u3055\u3044"},hB={instead:"\u5E83\u544A\u3092\u898B\u308B\u4EE3\u308F\u308A\u306B",introduct:"{{coin}} Jolicoin\u3092\u4F7F\u7528\u3057\u3066\u3001\u3088\u308A\u826F\u3044\u4F53\u9A13\u306E\u305F\u3081\u306B\u30A2\u30F3\u30ED\u30C3\u30AF\u3057\u307E\u3059",tips:"{{coin}}\u3092\u7121\u6599\u3067\u53D6\u5F97",login:"Jolicoin\u3067\u767B\u9332\u3057\u3066\u30A2\u30F3\u30ED\u30C3\u30AF",noWatchAds:"\u3044\u3044\u3048\u3001\u5E83\u544A\u3092\u898B\u308B",noThanks:"\u3044\u3044\u3048\u3001\u7D50\u69CB\u3067\u3059",rewardTips:"\u304A\u3081\u3067\u3068\u3046\u3054\u3056\u3044\u307E\u3059\uFF01{{coin}} Jolicoin\u3092\u53D7\u3051\u53D6\u308A\u307E\u3057\u305F\uFF01\u4ECA\u3059\u3050\u30A2\u30F3\u30ED\u30C3\u30AF\u3092\u958B\u59CB\u3057\u3066\u304F\u3060\u3055\u3044\uFF01"},mB={jolicoin:fB,loginGuide:hB},vB={unlockNeeds:"Necess\xE1rio desbloquear",price:"Pre\xE7o",unlockWithJolicoin:"Desbloqueie com Jolicoin",unlockWithJolicoinDescription:"Deduz Jolicoin automaticamente para itens digitais",useJolicoin:"Usar Jolicoin",payAndUnlock:"Pagar e desbloquear",noWatchAds:"N\xE3o, assistir an\xFAncios",noThanks:"N\xE3o, obrigado",balance:"Saldo",coinUsed:"Jolicoin usado",unlockSuccess:"Desbloqueio bem-sucedido",unlockFailed:"Falha no desbloqueio",unlockFailedNotLogin:"Fa\xE7a login para completar o desbloqueio",unlockFailedPaying:"O pagamento j\xE1 est\xE1 em andamento. Por favor, n\xE3o repita a opera\xE7\xE3o",unlockFailedProductIdNotFound:"O produto expirou. Por favor, escolha outro produto",unlockFailedProductInvalid:"Falha ao recuperar informa\xE7\xF5es do produto. Tente novamente ou escolha outro produto",unlockFailedLaunch:"N\xE3o foi poss\xEDvel iniciar o pagamento. Tente novamente mais tarde",unlockFailedTransaction:"Falha no pagamento. Tente novamente",unlockFaileVerify:"Falha na verifica\xE7\xE3o do pedido. Se voc\xEA foi cobrado, entre em contato com o suporte",transactionPending:"Falha na confirma\xE7\xE3o do pagamento. Entre em contato com seu provedor de pagamento para suporte"},gB={instead:"Em vez de assistir an\xFAncios",introduct:"Use {{coin}} Jolicoin para desbloquear para uma melhor experi\xEAncia",tips:"Obtenha {{coin}} gratuitamente",login:"Registre-se e desbloqueie com Jolicoin",noWatchAds:"N\xE3o, assistir an\xFAncios",noThanks:"N\xE3o, obrigado",rewardTips:"Parab\xE9ns! Voc\xEA recebeu {{coin}} Jolicoin! Comece a desbloquear agora!"},KS={jolicoin:vB,loginGuide:gB},yB={unlockNeeds:"\uC7A0\uAE08 \uD574\uC81C \uD544\uC694",price:"\uAC00\uACA9",unlockWithJolicoin:"Jolicoin\uC73C\uB85C \uC7A0\uAE08 \uD574\uC81C",unlockWithJolicoinDescription:"Jolicoin\uC73C\uB85C \uC790\uB3D9 \uC7A0\uAE08 \uD574\uC81C",useJolicoin:"Jolicoin \uC0AC\uC6A9",payAndUnlock:"\uACB0\uC81C \uBC0F \uC7A0\uAE08 \uD574\uC81C",noWatchAds:"\uC544\uB2C8\uC694, \uAD11\uACE0 \uC2DC\uCCAD",noThanks:"\uAD1C\uCC2E\uC2B5\uB2C8\uB2E4",balance:"\uC794\uC561",coinUsed:"\uC0AC\uC6A9\uB41C Jolicoin",unlockSuccess:"\uC7A0\uAE08 \uD574\uC81C \uC131\uACF5",unlockFailed:"\uC7A0\uAE08 \uD574\uC81C \uC2E4\uD328",unlockFailedNotLogin:"\uC7A0\uAE08 \uD574\uC81C\uB97C \uC644\uB8CC\uD558\uB824\uBA74 \uB85C\uADF8\uC778\uD558\uC138\uC694",unlockFailedPaying:"\uACB0\uC81C\uAC00 \uC9C4\uD589 \uC911\uC785\uB2C8\uB2E4. \uC791\uC5C5\uC744 \uBC18\uBCF5\uD558\uC9C0 \uB9C8\uC138\uC694",unlockFailedProductIdNotFound:"\uC0C1\uD488\uC774 \uB9CC\uB8CC\uB418\uC5C8\uC2B5\uB2C8\uB2E4. \uB2E4\uB978 \uC0C1\uD488\uC744 \uC120\uD0DD\uD574\uC8FC\uC138\uC694",unlockFailedProductInvalid:"\uC0C1\uD488 \uC815\uBCF4\uB97C \uAC00\uC838\uC624\uB294\uB370 \uC2E4\uD328\uD588\uC2B5\uB2C8\uB2E4. \uB2E4\uC2DC \uC2DC\uB3C4\uD558\uAC70\uB098 \uB2E4\uB978 \uC0C1\uD488\uC744 \uC120\uD0DD\uD574\uC8FC\uC138\uC694",unlockFailedLaunch:"\uACB0\uC81C\uB97C \uC2DC\uC791\uD560 \uC218 \uC5C6\uC2B5\uB2C8\uB2E4. \uB098\uC911\uC5D0 \uB2E4\uC2DC \uC2DC\uB3C4\uD574\uC8FC\uC138\uC694",unlockFailedTransaction:"\uACB0\uC81C\uC5D0 \uC2E4\uD328\uD588\uC2B5\uB2C8\uB2E4. \uB2E4\uC2DC \uC2DC\uB3C4\uD574\uC8FC\uC138\uC694",unlockFaileVerify:"\uC8FC\uBB38 \uD655\uC778\uC5D0 \uC2E4\uD328\uD588\uC2B5\uB2C8\uB2E4. \uC694\uAE08\uC774 \uCCAD\uAD6C\uB41C \uACBD\uC6B0 \uACE0\uAC1D \uC9C0\uC6D0\uD300\uC5D0 \uBB38\uC758\uD574\uC8FC\uC138\uC694",transactionPending:"\uACB0\uC81C \uD655\uC778\uC5D0 \uC2E4\uD328\uD588\uC2B5\uB2C8\uB2E4. \uACB0\uC81C \uC11C\uBE44\uC2A4 \uC81C\uACF5\uC5C5\uCCB4\uC5D0 \uBB38\uC758\uD574\uC8FC\uC138\uC694"},_B={instead:"\uAD11\uACE0 \uC2DC\uCCAD \uB300\uC2E0",introduct:"{{coin}} Jolicoin\uC744 \uC0AC\uC6A9\uD558\uC5EC \uB354 \uB098\uC740 \uACBD\uD5D8\uC744 \uC704\uD574 \uC7A0\uAE08 \uD574\uC81C",tips:"{{coin}}\uC744 \uBB34\uB8CC\uB85C \uBC1B\uC73C\uC138\uC694",login:"Jolicoin\uC73C\uB85C \uB4F1\uB85D \uBC0F \uC7A0\uAE08 \uD574\uC81C",noWatchAds:"\uC544\uB2C8\uC694, \uAD11\uACE0 \uC2DC\uCCAD",noThanks:"\uC544\uB2C8\uC694, \uAC10\uC0AC\uD569\uB2C8\uB2E4",rewardTips:"\uCD95\uD558\uD569\uB2C8\uB2E4! {{coin}} Jolicoin\uC744 \uBC1B\uC558\uC2B5\uB2C8\uB2E4! \uC9C0\uAE08 \uC7A0\uAE08 \uD574\uC81C\uB97C \uC2DC\uC791\uD558\uC138\uC694!"},bB={jolicoin:yB,loginGuide:_B},wB={unlockNeeds:"\u89E3\u9396\u9700\u6C42",price:"\u50F9\u683C",unlockWithJolicoin:"\u4F7F\u7528 Jolicoin \u89E3\u9396",unlockWithJolicoinDescription:"\u81EA\u52D5\u4F7F\u7528 Jolicoin \u89E3\u9396",useJolicoin:"\u4F7F\u7528 Jolicoin",payAndUnlock:"\u652F\u4ED8\u4E26\u89E3\u9396",noWatchAds:"\u4E0D\uFF0C\u89C0\u770B\u5EE3\u544A",noThanks:"\u4E0D\u7528\u4E86",balance:"\u9918\u984D",coinUsed:"\u5DF2\u4F7F\u7528\u7684 Jolicoin",unlockSuccess:"\u89E3\u9396\u6210\u529F",unlockFailed:"\u89E3\u9396\u5931\u6557",unlockFailedNotLogin:"\u8ACB\u767B\u5165\u5F8C\u5B8C\u6210\u89E3\u9396",unlockFailedPaying:"\u652F\u4ED8\u6B63\u5728\u9032\u884C\u4E2D\uFF0C\u8ACB\u52FF\u91CD\u8907\u64CD\u4F5C",unlockFailedProductIdNotFound:"\u5546\u54C1\u5DF2\u904E\u671F\uFF0C\u8ACB\u9078\u64C7\u5176\u4ED6\u5546\u54C1",unlockFailedProductInvalid:"\u7372\u53D6\u5546\u54C1\u4FE1\u606F\u5931\u6557\uFF0C\u8ACB\u91CD\u8A66\u6216\u9078\u64C7\u5176\u4ED6\u5546\u54C1",unlockFailedLaunch:"\u7121\u6CD5\u555F\u52D5\u652F\u4ED8\uFF0C\u8ACB\u7A0D\u5F8C\u91CD\u8A66",unlockFailedTransaction:"\u652F\u4ED8\u5931\u6557\uFF0C\u8ACB\u91CD\u8A66",unlockFaileVerify:"\u8A02\u55AE\u9A57\u8B49\u5931\u6557\uFF0C\u5982\u5DF2\u6263\u8CBB\u8ACB\u806F\u7E6B\u5BA2\u670D",transactionPending:"\u652F\u4ED8\u78BA\u8A8D\u5931\u6557\uFF0C\u8ACB\u806F\u7E6B\u652F\u4ED8\u670D\u52D9\u5546\u7372\u53D6\u652F\u6301"},IB={instead:"\u89C0\u770B\u5EE3\u544A",introduct:"\u4F7F\u7528 {{coin}} Jolicoin \u89E3\u9396\u4EE5\u7372\u5F97\u66F4\u597D\u7684\u9AD4\u9A57",tips:"\u514D\u8CBB\u7372\u53D6 {{coin}}",login:"\u8A3B\u518A\u4E26\u89E3\u9396",noWatchAds:"\u4E0D\u7528\u4E86\uFF0C\u89C0\u770B\u5EE3\u544A",noThanks:"\u4E0D\u7528\u4E86",rewardTips:"\u606D\u559C\uFF01\u60A8\u5DF2\u7372\u5F97 {{coin}} Jolicoin\uFF01\u7ACB\u5373\u958B\u59CB\u89E3\u9396\uFF01"},SB={jolicoin:wB,loginGuide:IB},xB={unlockNeeds:"Entsperren erforderlich",price:"Preis",unlockWithJolicoin:"Mit Jolicoin entsperren",unlockWithJolicoinDescription:"Automatisch mit Jolicoin entsperren",useJolicoin:"Jolicoin verwenden",payAndUnlock:"Bezahlen und entsperren",noWatchAds:"Nein, Werbung ansehen",noThanks:"Nein danke",balance:"Guthaben",coinUsed:"Verwendete Jolicoin",unlockSuccess:"Erfolgreich entsperrt",unlockFailed:"Entsperren fehlgeschlagen",unlockFailedNotLogin:"Bitte melden Sie sich an, um die Entsperrung abzuschlie\xDFen",unlockFailedPaying:"Zahlung l\xE4uft bereits. Bitte nicht wiederholen",unlockFailedProductIdNotFound:"Produkt ist abgelaufen. Bitte w\xE4hlen Sie ein anderes Produkt",unlockFailedProductInvalid:"Produktinformationen konnten nicht abgerufen werden. Bitte versuchen Sie es erneut oder w\xE4hlen Sie ein anderes Produkt",unlockFailedLaunch:"Zahlung konnte nicht gestartet werden. Bitte versuchen Sie es sp\xE4ter erneut",unlockFailedTransaction:"Zahlung fehlgeschlagen. Bitte versuchen Sie es erneut",unlockFaileVerify:"Bestellbest\xE4tigung fehlgeschlagen. Falls Ihnen bereits etwas berechnet wurde, kontaktieren Sie bitte den Support",transactionPending:"Zahlungsbest\xE4tigung fehlgeschlagen. Bitte kontaktieren Sie Ihren Zahlungsanbieter f\xFCr Unterst\xFCtzung"},EB={instead:"Anstatt Werbung anzusehen",introduct:"Verwenden Sie {{coin}} Jolicoin f\xFCr eine bessere Erfahrung",tips:"Holen Sie sich {{coin}} kostenlos",login:"Registrieren und entsperren mit Jolicoin",noWatchAds:"Nein, Werbung ansehen",noThanks:"Nein danke",rewardTips:"Gl\xFCckwunsch! Sie haben {{coin}} Jolicoin erhalten! Starten Sie jetzt die Entsperrung!"},kB={jolicoin:xB,loginGuide:EB},AB={unlockNeeds:"D\xE9verrouillage n\xE9cessaire",price:"Prix",unlockWithJolicoin:"D\xE9verrouillez avec Jolicoin",unlockWithJolicoinDescription:"D\xE9verrouillez automatiquement avec Jolicoin",useJolicoin:"Utiliser Jolicoin",payAndUnlock:"Payer et d\xE9verrouiller",noWatchAds:"Non, regarder des publicit\xE9s",noThanks:"Non merci",balance:"Solde",coinUsed:"Jolicoin utilis\xE9",unlockSuccess:"D\xE9verrouillage r\xE9ussi",unlockFailed:"\xC9chec du d\xE9verrouillage",unlockFailedNotLogin:"Connectez-vous pour terminer le d\xE9verrouillage",unlockFailedPaying:"Le paiement est d\xE9j\xE0 en cours. Veuillez ne pas r\xE9p\xE9ter l'op\xE9ration",unlockFailedProductIdNotFound:"Le produit a expir\xE9. Veuillez choisir un autre produit",unlockFailedProductInvalid:"\xC9chec de la r\xE9cup\xE9ration des informations du produit. Veuillez r\xE9essayer ou choisir un autre produit",unlockFailedLaunch:"Impossible de lancer le paiement. Veuillez r\xE9essayer plus tard",unlockFailedTransaction:"\xC9chec du paiement. Veuillez r\xE9essayer",unlockFaileVerify:"\xC9chec de la v\xE9rification de la commande. Si vous avez \xE9t\xE9 factur\xE9, veuillez contacter le support",transactionPending:"\xC9chec de la confirmation du paiement. Veuillez contacter votre fournisseur de paiement pour obtenir de l'aide"},TB={instead:"Au lieu de regarder des publicit\xE9s",introduct:"Utilisez {{coin}} Jolicoin pour d\xE9bloquer pour une meilleure exp\xE9rience",tips:"Obtenez {{coin}} gratuitement",login:"S'inscrire et d\xE9bloquer avec Jolicoin",noWatchAds:"Non, regarder des publicit\xE9s",noThanks:"Non merci",rewardTips:"F\xE9licitations ! Vous avez re\xE7u {{coin}} Jolicoin ! D\xE9bloquez maintenant !"},CB={jolicoin:AB,loginGuide:TB},PB={unlockNeeds:"\u0905\u0928\u0932\u0949\u0915 \u0906\u0935\u0936\u094D\u092F\u0915",price:"\u092E\u0942\u0932\u094D\u092F",unlockWithJolicoin:"Jolicoin \u0938\u0947 \u0905\u0928\u0932\u0949\u0915 \u0915\u0930\u0947\u0902",unlockWithJolicoinDescription:"\u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0930\u0942\u092A \u0938\u0947 Jolicoin \u0938\u0947 \u0905\u0928\u0932\u0949\u0915 \u0915\u0930\u0947\u0902",useJolicoin:"Jolicoin \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0947\u0902",payAndUnlock:"\u092D\u0941\u0917\u0924\u093E\u0928 \u0914\u0930 \u0905\u0928\u0932\u0949\u0915",noWatchAds:"\u0928\u0939\u0940\u0902, \u0935\u093F\u091C\u094D\u091E\u093E\u092A\u0928 \u0926\u0947\u0916\u0947\u0902",noThanks:"\u0928\u0939\u0940\u0902, \u0927\u0928\u094D\u092F\u0935\u093E\u0926",balance:"\u0936\u0947\u0937 \u0930\u093E\u0936\u093F",coinUsed:"\u0909\u092A\u092F\u094B\u0917 \u0915\u093F\u092F\u093E \u0917\u092F\u093E Jolicoin",unlockSuccess:"\u0905\u0928\u0932\u0949\u0915 \u0938\u092B\u0932",unlockFailed:"\u0905\u0928\u0932\u0949\u0915 \u0935\u093F\u092B\u0932",unlockFailedNotLogin:"\u0905\u0928\u0932\u0949\u0915 \u092A\u0942\u0930\u093E \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0932\u0949\u0917\u093F\u0928 \u0915\u0930\u0947\u0902",unlockFailedPaying:"\u092D\u0941\u0917\u0924\u093E\u0928 \u092A\u0939\u0932\u0947 \u0938\u0947 \u0939\u0940 \u092A\u094D\u0930\u0917\u0924\u093F \u092A\u0930 \u0939\u0948\u0964 \u0915\u0943\u092A\u092F\u093E \u0911\u092A\u0930\u0947\u0936\u0928 \u0926\u094B\u0939\u0930\u093E\u090F\u0902 \u0928\u0939\u0940\u0902",unlockFailedProductIdNotFound:"\u0909\u0924\u094D\u092A\u093E\u0926 \u0915\u0940 \u0938\u092E\u092F \u0938\u0940\u092E\u093E \u0938\u092E\u093E\u092A\u094D\u0924 \u0939\u094B \u0917\u0908 \u0939\u0948\u0964 \u0915\u0943\u092A\u092F\u093E \u0926\u0942\u0938\u0930\u093E \u0909\u0924\u094D\u092A\u093E\u0926 \u091A\u0941\u0928\u0947\u0902",unlockFailedProductInvalid:"\u0909\u0924\u094D\u092A\u093E\u0926 \u091C\u093E\u0928\u0915\u093E\u0930\u0940 \u092A\u094D\u0930\u093E\u092A\u094D\u0924 \u0915\u0930\u0928\u0947 \u092E\u0947\u0902 \u0935\u093F\u092B\u0932\u0964 \u0915\u0943\u092A\u092F\u093E \u092A\u0941\u0928\u0903 \u092A\u094D\u0930\u092F\u093E\u0938 \u0915\u0930\u0947\u0902 \u092F\u093E \u0926\u0942\u0938\u0930\u093E \u0909\u0924\u094D\u092A\u093E\u0926 \u091A\u0941\u0928\u0947\u0902",unlockFailedLaunch:"\u092D\u0941\u0917\u0924\u093E\u0928 \u0936\u0941\u0930\u0942 \u0928\u0939\u0940\u0902 \u0915\u093F\u092F\u093E \u091C\u093E \u0938\u0915\u0924\u093E\u0964 \u0915\u0943\u092A\u092F\u093E \u092C\u093E\u0926 \u092E\u0947\u0902 \u092A\u0941\u0928\u0903 \u092A\u094D\u0930\u092F\u093E\u0938 \u0915\u0930\u0947\u0902",unlockFailedTransaction:"\u092D\u0941\u0917\u0924\u093E\u0928 \u0935\u093F\u092B\u0932\u0964 \u0915\u0943\u092A\u092F\u093E \u092A\u0941\u0928\u0903 \u092A\u094D\u0930\u092F\u093E\u0938 \u0915\u0930\u0947\u0902",unlockFaileVerify:"\u0911\u0930\u094D\u0921\u0930 \u0938\u0924\u094D\u092F\u093E\u092A\u0928 \u0935\u093F\u092B\u0932\u0964 \u092F\u0926\u093F \u0906\u092A\u0938\u0947 \u0936\u0941\u0932\u094D\u0915 \u0932\u093F\u092F\u093E \u0917\u092F\u093E \u0939\u0948, \u0924\u094B \u0915\u0943\u092A\u092F\u093E \u0938\u0939\u093E\u092F\u0924\u093E \u0938\u0947 \u0938\u0902\u092A\u0930\u094D\u0915 \u0915\u0930\u0947\u0902",transactionPending:"\u092D\u0941\u0917\u0924\u093E\u0928 \u092A\u0941\u0937\u094D\u091F\u093F\u0915\u0930\u0923 \u0935\u093F\u092B\u0932\u0964 \u0915\u0943\u092A\u092F\u093E \u0938\u0939\u093E\u092F\u0924\u093E \u0915\u0947 \u0932\u093F\u090F \u0905\u092A\u0928\u0947 \u092D\u0941\u0917\u0924\u093E\u0928 \u092A\u094D\u0930\u0926\u093E\u0924\u093E \u0938\u0947 \u0938\u0902\u092A\u0930\u094D\u0915 \u0915\u0930\u0947\u0902"},OB={instead:"\u0935\u093F\u091C\u094D\u091E\u093E\u092A\u0928 \u0926\u0947\u0916\u0928\u0947 \u0915\u0947 \u092C\u091C\u093E\u092F",introduct:"{{coin}} Jolicoin \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0915\u0947 \u092C\u0947\u0939\u0924\u0930 \u0905\u0928\u0941\u092D\u0935 \u0915\u0947 \u0932\u093F\u090F \u0905\u0928\u0932\u0949\u0915 \u0915\u0930\u0947\u0902",tips:"{{coin}} \u092E\u0941\u092B\u094D\u0924 \u092E\u0947\u0902 \u092A\u094D\u0930\u093E\u092A\u094D\u0924 \u0915\u0930\u0947\u0902",login:"Jolicoin \u0915\u0947 \u0938\u093E\u0925 \u0930\u091C\u093F\u0938\u094D\u091F\u0930 \u0914\u0930 \u0905\u0928\u0932\u0949\u0915 \u0915\u0930\u0947\u0902",noWatchAds:"\u0928\u0939\u0940\u0902, \u0935\u093F\u091C\u094D\u091E\u093E\u092A\u0928 \u0926\u0947\u0916\u0947\u0902",noThanks:"\u0928\u0939\u0940\u0902, \u0927\u0928\u094D\u092F\u0935\u093E\u0926",rewardTips:"\u092C\u0927\u093E\u0908 \u0939\u094B! \u0906\u092A\u0928\u0947 {{coin}} Jolicoin \u092A\u094D\u0930\u093E\u092A\u094D\u0924 \u0915\u093F\u092F\u093E \u0939\u0948! \u0905\u092D\u0940 \u0905\u0928\u0932\u0949\u0915 \u0936\u0941\u0930\u0942 \u0915\u0930\u0947\u0902!"},RB={jolicoin:PB,loginGuide:OB},NB={unlockNeeds:"\u0422\u0440\u0435\u0431\u0443\u0435\u0442\u0441\u044F \u0440\u0430\u0437\u0431\u043B\u043E\u043A\u0438\u0440\u043E\u0432\u043A\u0430",price:"\u0426\u0435\u043D\u0430",unlockWithJolicoin:"\u0420\u0430\u0437\u0431\u043B\u043E\u043A\u0438\u0440\u0443\u0439\u0442\u0435 \u0441 \u043F\u043E\u043C\u043E\u0449\u044C\u044E Jolicoin",unlockWithJolicoinDescription:"\u0410\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u0438 \u0440\u0430\u0437\u0431\u043B\u043E\u043A\u0438\u0440\u0443\u0439\u0442\u0435 \u0441 \u043F\u043E\u043C\u043E\u0449\u044C\u044E Jolicoin",useJolicoin:"\u0418\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u044C Jolicoin",payAndUnlock:"\u041E\u043F\u043B\u0430\u0442\u0438\u0442\u044C \u0438 \u0440\u0430\u0437\u0431\u043B\u043E\u043A\u0438\u0440\u043E\u0432\u0430\u0442\u044C",noWatchAds:"\u041D\u0435\u0442, \u0441\u043C\u043E\u0442\u0440\u0435\u0442\u044C \u0440\u0435\u043A\u043B\u0430\u043C\u0443",noThanks:"\u041D\u0435\u0442, \u0441\u043F\u0430\u0441\u0438\u0431\u043E",balance:"\u0411\u0430\u043B\u0430\u043D\u0441",coinUsed:"\u0418\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u043D\u043E Jolicoin",unlockSuccess:"\u0420\u0430\u0437\u0431\u043B\u043E\u043A\u0438\u0440\u043E\u0432\u043A\u0430 \u0443\u0441\u043F\u0435\u0448\u043D\u0430",unlockFailed:"\u041E\u0448\u0438\u0431\u043A\u0430 \u0440\u0430\u0437\u0431\u043B\u043E\u043A\u0438\u0440\u043E\u0432\u043A\u0438",unlockFailedNotLogin:"\u041F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u0432\u043E\u0439\u0434\u0438\u0442\u0435, \u0447\u0442\u043E\u0431\u044B \u0437\u0430\u0432\u0435\u0440\u0448\u0438\u0442\u044C \u0440\u0430\u0437\u0431\u043B\u043E\u043A\u0438\u0440\u043E\u0432\u043A\u0443",unlockFailedPaying:"\u041E\u043F\u043B\u0430\u0442\u0430 \u0443\u0436\u0435 \u0432\u044B\u043F\u043E\u043B\u043D\u044F\u0435\u0442\u0441\u044F. \u041F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u043D\u0435 \u043F\u043E\u0432\u0442\u043E\u0440\u044F\u0439\u0442\u0435 \u043E\u043F\u0435\u0440\u0430\u0446\u0438\u044E",unlockFailedProductIdNotFound:"\u0421\u0440\u043E\u043A \u0434\u0435\u0439\u0441\u0442\u0432\u0438\u044F \u0442\u043E\u0432\u0430\u0440\u0430 \u0438\u0441\u0442\u0435\u043A. \u041F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u0432\u044B\u0431\u0435\u0440\u0438\u0442\u0435 \u0434\u0440\u0443\u0433\u043E\u0439 \u0442\u043E\u0432\u0430\u0440",unlockFailedProductInvalid:"\u041D\u0435 \u0443\u0434\u0430\u043B\u043E\u0441\u044C \u043F\u043E\u043B\u0443\u0447\u0438\u0442\u044C \u0438\u043D\u0444\u043E\u0440\u043C\u0430\u0446\u0438\u044E \u043E \u0442\u043E\u0432\u0430\u0440\u0435. \u041F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u043F\u043E\u0432\u0442\u043E\u0440\u0438\u0442\u0435 \u043F\u043E\u043F\u044B\u0442\u043A\u0443 \u0438\u043B\u0438 \u0432\u044B\u0431\u0435\u0440\u0438\u0442\u0435 \u0434\u0440\u0443\u0433\u043E\u0439 \u0442\u043E\u0432\u0430\u0440",unlockFailedLaunch:"\u041D\u0435 \u0443\u0434\u0430\u043B\u043E\u0441\u044C \u043D\u0430\u0447\u0430\u0442\u044C \u043E\u043F\u043B\u0430\u0442\u0443. \u041F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u043F\u043E\u0432\u0442\u043E\u0440\u0438\u0442\u0435 \u043F\u043E\u043F\u044B\u0442\u043A\u0443 \u043F\u043E\u0437\u0436\u0435",unlockFailedTransaction:"\u041E\u0448\u0438\u0431\u043A\u0430 \u043E\u043F\u043B\u0430\u0442\u044B. \u041F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u043F\u043E\u0432\u0442\u043E\u0440\u0438\u0442\u0435 \u043F\u043E\u043F\u044B\u0442\u043A\u0443",unlockFaileVerify:"\u041E\u0448\u0438\u0431\u043A\u0430 \u043F\u0440\u043E\u0432\u0435\u0440\u043A\u0438 \u0437\u0430\u043A\u0430\u0437\u0430. \u0415\u0441\u043B\u0438 \u0441 \u0432\u0430\u0441 \u0431\u044B\u043B\u0430 \u0441\u043F\u0438\u0441\u0430\u043D\u0430 \u043F\u043B\u0430\u0442\u0430, \u043F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u043E\u0431\u0440\u0430\u0442\u0438\u0442\u0435\u0441\u044C \u0432 \u0441\u043B\u0443\u0436\u0431\u0443 \u043F\u043E\u0434\u0434\u0435\u0440\u0436\u043A\u0438",transactionPending:"\u041E\u0448\u0438\u0431\u043A\u0430 \u043F\u043E\u0434\u0442\u0432\u0435\u0440\u0436\u0434\u0435\u043D\u0438\u044F \u043E\u043F\u043B\u0430\u0442\u044B. \u041F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u043E\u0431\u0440\u0430\u0442\u0438\u0442\u0435\u0441\u044C \u043A \u0432\u0430\u0448\u0435\u043C\u0443 \u043F\u043B\u0430\u0442\u0435\u0436\u043D\u043E\u043C\u0443 \u043F\u0440\u043E\u0432\u0430\u0439\u0434\u0435\u0440\u0443 \u0437\u0430 \u043F\u043E\u0434\u0434\u0435\u0440\u0436\u043A\u043E\u0439"},DB={instead:"\u0412\u043C\u0435\u0441\u0442\u043E \u043F\u0440\u043E\u0441\u043C\u043E\u0442\u0440\u0430 \u0440\u0435\u043A\u043B\u0430\u043C\u044B",introduct:"\u0418\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0439\u0442\u0435 {{coin}} Jolicoin \u0434\u043B\u044F \u0440\u0430\u0437\u0431\u043B\u043E\u043A\u0438\u0440\u043E\u0432\u043A\u0438 \u0434\u043B\u044F \u043B\u0443\u0447\u0448\u0435\u0433\u043E \u043E\u043F\u044B\u0442\u0430",tips:"\u041F\u043E\u043B\u0443\u0447\u0438\u0442\u0435 {{coin}} \u0431\u0435\u0441\u043F\u043B\u0430\u0442\u043D\u043E",login:"\u0417\u0430\u0440\u0435\u0433\u0438\u0441\u0442\u0440\u0438\u0440\u0443\u0439\u0442\u0435\u0441\u044C \u0438 \u0440\u0430\u0437\u0431\u043B\u043E\u043A\u0438\u0440\u0443\u0439\u0442\u0435 \u0441 \u043F\u043E\u043C\u043E\u0449\u044C\u044E Jolicoin",noWatchAds:"\u041D\u0435\u0442, \u0441\u043C\u043E\u0442\u0440\u0435\u0442\u044C \u0440\u0435\u043A\u043B\u0430\u043C\u0443",noThanks:"\u041D\u0435\u0442, \u0441\u043F\u0430\u0441\u0438\u0431\u043E",rewardTips:"\u041F\u043E\u0437\u0434\u0440\u0430\u0432\u043B\u044F\u0435\u043C! \u0412\u044B \u043F\u043E\u043B\u0443\u0447\u0438\u043B\u0438 {{coin}} Jolicoin! \u041D\u0430\u0447\u043D\u0438\u0442\u0435 \u0440\u0430\u0437\u0431\u043B\u043E\u043A\u0438\u0440\u043E\u0432\u043A\u0443 \u0441\u0435\u0439\u0447\u0430\u0441!"},LB={jolicoin:NB,loginGuide:DB},qB={unlockNeeds:"\u0986\u09A8\u09B2\u0995 \u09AA\u09CD\u09B0\u09AF\u09BC\u09CB\u099C\u09A8",price:"\u09AE\u09C2\u09B2\u09CD\u09AF",unlockWithJolicoin:"Jolicoin \u09A6\u09BF\u09AF\u09BC\u09C7 \u0986\u09A8\u09B2\u0995 \u0995\u09B0\u09C1\u09A8",unlockWithJolicoinDescription:"\u09B8\u09CD\u09AC\u09AF\u09BC\u0982\u0995\u09CD\u09B0\u09BF\u09AF\u09BC\u09AD\u09BE\u09AC\u09C7 Jolicoin \u09A6\u09BF\u09AF\u09BC\u09C7 \u0986\u09A8\u09B2\u0995 \u0995\u09B0\u09C1\u09A8",useJolicoin:"Jolicoin \u09AC\u09CD\u09AF\u09AC\u09B9\u09BE\u09B0 \u0995\u09B0\u09C1\u09A8",payAndUnlock:"\u09AA\u09C7\u09AE\u09C7\u09A8\u09CD\u099F \u098F\u09AC\u0982 \u0986\u09A8\u09B2\u0995",noWatchAds:"\u09A8\u09BE, \u09AC\u09BF\u099C\u09CD\u099E\u09BE\u09AA\u09A8 \u09A6\u09C7\u0996\u09C1\u09A8",noThanks:"\u09A8\u09BE, \u09A7\u09A8\u09CD\u09AF\u09AC\u09BE\u09A6",balance:"\u09AC\u09CD\u09AF\u09BE\u09B2\u09C7\u09A8\u09CD\u09B8",coinUsed:"\u09AC\u09CD\u09AF\u09AC\u09B9\u09C3\u09A4 Jolicoin",unlockSuccess:"\u0986\u09A8\u09B2\u0995 \u09B8\u09AB\u09B2",unlockFailed:"\u0986\u09A8\u09B2\u0995 \u09AC\u09CD\u09AF\u09B0\u09CD\u09A5",unlockFailedNotLogin:"\u0986\u09A8\u09B2\u0995 \u09B8\u09AE\u09CD\u09AA\u09C2\u09B0\u09CD\u09A3 \u0995\u09B0\u09A4\u09C7 \u09B2\u0997\u0987\u09A8 \u0995\u09B0\u09C1\u09A8",unlockFailedPaying:"\u09AA\u09C7\u09AE\u09C7\u09A8\u09CD\u099F \u0987\u09A4\u09BF\u09AE\u09A7\u09CD\u09AF\u09C7 \u099A\u09B2\u099B\u09C7\u0964 \u0985\u09A8\u09C1\u0997\u09CD\u09B0\u09B9 \u0995\u09B0\u09C7 \u09AA\u09C1\u09A8\u09B0\u09BE\u09AC\u09C3\u09A4\u09CD\u09A4\u09BF \u0995\u09B0\u09AC\u09C7\u09A8 \u09A8\u09BE",unlockFailedProductIdNotFound:"\u09AA\u09A3\u09CD\u09AF\u09C7\u09B0 \u09AE\u09C7\u09AF\u09BC\u09BE\u09A6 \u09B6\u09C7\u09B7 \u09B9\u09AF\u09BC\u09C7 \u0997\u09C7\u099B\u09C7\u0964 \u0985\u09A8\u09C1\u0997\u09CD\u09B0\u09B9 \u0995\u09B0\u09C7 \u0985\u09A8\u09CD\u09AF \u09AA\u09A3\u09CD\u09AF \u09AC\u09C7\u099B\u09C7 \u09A8\u09BF\u09A8",unlockFailedProductInvalid:"\u09AA\u09A3\u09CD\u09AF\u09C7\u09B0 \u09A4\u09A5\u09CD\u09AF \u09AA\u09C1\u09A8\u09B0\u09C1\u09A6\u09CD\u09A7\u09BE\u09B0 \u0995\u09B0\u09A4\u09C7 \u09AC\u09CD\u09AF\u09B0\u09CD\u09A5\u0964 \u0985\u09A8\u09C1\u0997\u09CD\u09B0\u09B9 \u0995\u09B0\u09C7 \u0986\u09AC\u09BE\u09B0 \u099A\u09C7\u09B7\u09CD\u099F\u09BE \u0995\u09B0\u09C1\u09A8 \u09AC\u09BE \u0985\u09A8\u09CD\u09AF \u09AA\u09A3\u09CD\u09AF \u09AC\u09C7\u099B\u09C7 \u09A8\u09BF\u09A8",unlockFailedLaunch:"\u09AA\u09C7\u09AE\u09C7\u09A8\u09CD\u099F \u09B6\u09C1\u09B0\u09C1 \u0995\u09B0\u09A4\u09C7 \u0985\u0995\u09CD\u09B7\u09AE\u0964 \u0985\u09A8\u09C1\u0997\u09CD\u09B0\u09B9 \u0995\u09B0\u09C7 \u09AA\u09B0\u09C7 \u0986\u09AC\u09BE\u09B0 \u099A\u09C7\u09B7\u09CD\u099F\u09BE \u0995\u09B0\u09C1\u09A8",unlockFailedTransaction:"\u09AA\u09C7\u09AE\u09C7\u09A8\u09CD\u099F \u09AC\u09CD\u09AF\u09B0\u09CD\u09A5\u0964 \u0985\u09A8\u09C1\u0997\u09CD\u09B0\u09B9 \u0995\u09B0\u09C7 \u0986\u09AC\u09BE\u09B0 \u099A\u09C7\u09B7\u09CD\u099F\u09BE \u0995\u09B0\u09C1\u09A8",unlockFaileVerify:"\u0985\u09B0\u09CD\u09A1\u09BE\u09B0 \u09AF\u09BE\u099A\u09BE\u0987 \u09AC\u09CD\u09AF\u09B0\u09CD\u09A5\u0964 \u09AF\u09A6\u09BF \u0986\u09AA\u09A8\u09BE\u0995\u09C7 \u099A\u09BE\u09B0\u09CD\u099C \u0995\u09B0\u09BE \u09B9\u09AF\u09BC\u09C7 \u09A5\u09BE\u0995\u09C7, \u0985\u09A8\u09C1\u0997\u09CD\u09B0\u09B9 \u0995\u09B0\u09C7 \u09B8\u09B9\u09BE\u09AF\u09BC\u09A4\u09BE\u09B0 \u09B8\u09BE\u09A5\u09C7 \u09AF\u09CB\u0997\u09BE\u09AF\u09CB\u0997 \u0995\u09B0\u09C1\u09A8",transactionPending:"\u09AA\u09C7\u09AE\u09C7\u09A8\u09CD\u099F \u09A8\u09BF\u09B6\u09CD\u099A\u09BF\u09A4\u0995\u09B0\u09A3 \u09AC\u09CD\u09AF\u09B0\u09CD\u09A5\u0964 \u0985\u09A8\u09C1\u0997\u09CD\u09B0\u09B9 \u0995\u09B0\u09C7 \u09B8\u09B9\u09BE\u09AF\u09BC\u09A4\u09BE\u09B0 \u099C\u09A8\u09CD\u09AF \u0986\u09AA\u09A8\u09BE\u09B0 \u09AA\u09C7\u09AE\u09C7\u09A8\u09CD\u099F \u09AA\u09CD\u09B0\u09A6\u09BE\u09A8\u0995\u09BE\u09B0\u09C0\u09B0 \u09B8\u09BE\u09A5\u09C7 \u09AF\u09CB\u0997\u09BE\u09AF\u09CB\u0997 \u0995\u09B0\u09C1\u09A8"},FB={instead:"\u09AC\u09BF\u099C\u09CD\u099E\u09BE\u09AA\u09A8 \u09A6\u09C7\u0996\u09A4\u09C7",introduct:"\u0986\u09AA\u09A8\u09BE\u09B0 \u09AD\u09BE\u09B2 \u0985\u09AD\u09BF\u099C\u09CD\u099E\u09A4\u09BE\u09B0 \u099C\u09A8\u09CD\u09AF {{coin}}Jolicoin \u09AC\u09CD\u09AF\u09AC\u09B9\u09BE\u09B0 \u0995\u09B0\u09C1\u09A8",tips:"\u09AB\u09CD\u09B0\u09BF {{coin}} \u09AA\u09C7\u09A4\u09C7",login:"Jolicoin \u09B8\u09BE\u09A5\u09C7 \u09B0\u09C7\u099C\u09BF\u09B8\u09CD\u099F\u09BE\u09B0 \u098F\u09AC\u0982 \u0986\u09A8\u09B2\u0995 \u0995\u09B0\u09C1\u09A8",noWatchAds:"\u09A8\u09BE, \u09AC\u09BF\u099C\u09CD\u099E\u09BE\u09AA\u09A8 \u09A6\u09C7\u0996\u09A4\u09C7",noThanks:"\u09A8\u09BE, \u09A7\u09A8\u09CD\u09AF\u09AC\u09BE\u09A6",rewardTips:"\u0985\u09AD\u09BF\u09A8\u09A8\u09CD\u09A6\u09A8! \u0986\u09AA\u09A8\u09BF {{coin}} Jolicoin \u09AA\u09C7\u09AF\u09BC\u09C7\u099B\u09C7\u09A8! \u0986\u09A8\u09B2\u0995 \u09B6\u09C1\u09B0\u09C1 \u0995\u09B0\u09C1\u09A8!"},MB={jolicoin:qB,loginGuide:FB},UB={unlockNeeds:"Kilidi a\xE7mak gerekli",price:"Fiyat",unlockWithJolicoin:"Jolicoin ile kilidi a\xE7\u0131n",unlockWithJolicoinDescription:"Jolicoin ile otomatik olarak kilidi a\xE7\u0131n",useJolicoin:"Jolicoin kullan",payAndUnlock:"\xD6de ve kilidi a\xE7",noWatchAds:"Hay\u0131r, reklamlar\u0131 izle",noThanks:"Hay\u0131r, te\u015Fekk\xFCrler",balance:"Bakiye",coinUsed:"Kullan\u0131lan Jolicoin",unlockSuccess:"Kilidi a\xE7ma ba\u015Far\u0131l\u0131",unlockFailed:"Kilidi a\xE7ma ba\u015Far\u0131s\u0131z",unlockFailedNotLogin:"Kilidi a\xE7may\u0131 tamamlamak i\xE7in l\xFCtfen giri\u015F yap\u0131n",unlockFailedPaying:"\xD6deme zaten devam ediyor. L\xFCtfen i\u015Flemi tekrarlamay\u0131n",unlockFailedProductIdNotFound:"\xDCr\xFCn\xFCn s\xFCresi dolmu\u015F. L\xFCtfen ba\u015Fka bir \xFCr\xFCn se\xE7in",unlockFailedProductInvalid:"\xDCr\xFCn bilgileri al\u0131namad\u0131. L\xFCtfen tekrar deneyin veya ba\u015Fka bir \xFCr\xFCn se\xE7in",unlockFailedLaunch:"\xD6deme ba\u015Flat\u0131lamad\u0131. L\xFCtfen daha sonra tekrar deneyin",unlockFailedTransaction:"\xD6deme ba\u015Far\u0131s\u0131z. L\xFCtfen tekrar deneyin",unlockFaileVerify:"Sipari\u015F do\u011Frulamas\u0131 ba\u015Far\u0131s\u0131z. \xDCcretlendirildiyseniz, l\xFCtfen destek ile ileti\u015Fime ge\xE7in",transactionPending:"\xD6deme onay\u0131 ba\u015Far\u0131s\u0131z. L\xFCtfen destek i\xE7in \xF6deme sa\u011Flay\u0131c\u0131n\u0131zla ileti\u015Fime ge\xE7in"},jB={instead:"Reklam izleme yerine",introduct:"{{coin}} Jolicoin kullanarak daha iyi deneyim i\xE7in kilidi a\xE7\u0131n",tips:"{{coin}} almak i\xE7in \xFCcretsiz",login:"Jolicoin ile kay\u0131t ve kilidi a\xE7\u0131n",noWatchAds:"Hay\u0131r, reklamlar\u0131 izle",noThanks:"Hay\u0131r, te\u015Fekk\xFCrler",rewardTips:"Tebrikler! {{coin}} Jolicoin ald\u0131n\u0131z! Kilidi a\xE7maya ba\u015Flay\u0131n!"},BB={jolicoin:UB,loginGuide:jB},Rx={en:{translations:$S},en_GB:{translations:$S},zh:{translations:VS},"zh-Hans":{translations:VS},"zh-Hant":{translations:SB},id:{translations:zS},in:{translations:zS},ms:{translations:GS},my:{translations:GS},th:{translations:iB},vi:{translations:sB},fil:{translations:WS},tl:{translations:WS},es:{translations:pB},ja:{translations:mB},pt:{translations:KS},pt_PT:{translations:KS},ko:{translations:bB},de:{translations:kB},fr:{translations:CB},hi:{translations:RB},ru:{translations:LB},bn:{translations:MB},tr:{translations:BB}},Nx=Cr(void 0),Dx=({definition:e,children:t})=>{let r={translations:e};return y(Nx.Provider,{value:r,children:t})},wd=null,JB={zh:"zh","zh-CN":"zh","zh-TW":"zh-Hant","zh-Hans":"zh",zh_Hans:"zh","zh-Hant":"zh-Hant",zh_Hant:"zh-Hant",id:"id",in:"id",ms:"ms",my:"ms",th:"th",vi:"vi",fil:"tl",tl:"tl",es:"es",ja:"ja",pt:"pt",pt_PT:"pt","pt-PT":"pt",ko:"ko",de:"de",fr:"fr",hi:"hi",ru:"ru",ar:"ar",tr:"tr"},Lx=e=>{wd=e},qx=()=>{var e;if(typeof wd!="function")return console.warn("Language handler is not registered or is not a function. Defaulting to 'en'."),"en";try{let t=wd();return(e=JB[t])!=null?e:"en"}catch(t){return console.error("Error executing registered language handler:",t),"en"}};Ja=class{constructor(t,r){this.zIndex=t,this.pointerEvents=r,this.persistentIframe=null,this.iframeEmotionCache=null,this.iframeLoadPromise=null,this.iframeLoadResolver=null,this.removeGlobalTransformSync=null,this.referenceCount=0}create(){typeof window>"u"||this.persistentIframe&&document.body.contains(this.persistentIframe)||(this.persistentIframe=document.createElement("iframe"),this.persistentIframe.style.position="fixed",this.persistentIframe.style.left="0",this.persistentIframe.style.top="0",this.persistentIframe.style.width="100vw",this.persistentIframe.style.height="100vh",this.persistentIframe.style.zIndex=String(this.zIndex),this.persistentIframe.style.pointerEvents=this.pointerEvents,this.persistentIframe.style.border="none",this.persistentIframe.style.background="transparent",this.persistentIframe.setAttribute("allowtransparency","true"),this.persistentIframe.style.display="none",document.body.appendChild(this.persistentIframe),this.iframeLoadPromise=new Promise(t=>{this.iframeLoadResolver=t}),this.persistentIframe.onload=()=>{var r,n,i;if(!((n=(r=this.persistentIframe)==null?void 0:r.contentDocument)!=null&&n.head)){console.error("[SingletonIframe] Iframe loaded, but document or head is not available.");return}console.log("[SingletonIframe] Iframe content loaded."),this.iframeEmotionCache=Ex({key:"iframe-css",container:this.persistentIframe.contentDocument.head,prepend:!0}),this.removeGlobalTransformSync&&this.removeGlobalTransformSync(),this.removeGlobalTransformSync=$B(this.persistentIframe);let t=this.persistentIframe.contentDocument;t&&["--status-bar-height","--navigation-bar-height"].forEach(o=>{let a=document.documentElement.style.getPropertyValue(o);a&&t.body.style.setProperty(o,a)}),(i=this.iframeLoadResolver)==null||i.call(this),this.iframeLoadResolver=null},this.persistentIframe.onerror=()=>{console.error("[SingletonIframe] Iframe failed to load.")},this.persistentIframe.src="about:blank")}acquire(){return w(this,null,function*(){if(this.create(),yield this.iframeLoadPromise,!this.persistentIframe||!this.iframeEmotionCache)throw new Error("[SingletonIframe] Iframe or cache not available after load.");return this.referenceCount++,this.persistentIframe.style.display==="none"&&(Fx(this.persistentIframe),this.persistentIframe.style.display="block"),{iframe:this.persistentIframe,emotionCache:this.iframeEmotionCache}})}release(){this.referenceCount--,this.referenceCount<=0&&(this.referenceCount=0,this.persistentIframe&&(this.persistentIframe.style.display="none"))}},Fi=new Ja(99999998,"auto"),QS=new Ja(99999999,"none"),VB=({title:e,content:t,noHeader:r,height:n,padding:i="16px",footerButtons:o,onClose:a})=>{let s=Wi(),l={container:N`
|
|
63
71
|
display: flex;
|
|
64
72
|
flex-direction: column;
|
|
65
73
|
height: 100%;
|
|
@@ -92,11 +100,11 @@ If multiple caches share the same key they might "fight" for each other's style
|
|
|
92
100
|
border-radius: 4px;
|
|
93
101
|
border: 1px solid #ddd;
|
|
94
102
|
cursor: pointer;
|
|
95
|
-
`};return
|
|
103
|
+
`};return y("div",{className:l.container.name,children:[!r&&y("div",{className:l.header.name,children:[y("h3",{children:e}),y("button",{className:l.closeButton.name,onClick:a,children:"\xD7"})]}),y("div",{className:l.content.name,children:t}),o&&o.length>0&&y("div",{className:l.footer.name,children:o.map((c,d)=>y("button",{className:N`
|
|
96
104
|
${l.button}
|
|
97
105
|
background-color: ${c.variant==="primary"?"#1677ff":"#fff"};
|
|
98
106
|
color: ${c.variant==="primary"?"#fff":"#333"};
|
|
99
|
-
`.name,onClick:u=>{var p;return(p=c.onClick)==null?void 0:p.call(c,u,{hide:a})},children:c.text},d))})]})},
|
|
107
|
+
`.name,onClick:u=>{var p;return(p=c.onClick)==null?void 0:p.call(c,u,{hide:a})},children:c.text},d))})]})},Za=e=>{let t=!1,r=qx(),n=Rx[r].translations,i=`drawer-container-${Math.random().toString(36).slice(2,10)}`,o=null,a=null,s=null;function l(p){var f,m;if(!o||!a){console.error("[Modal] Iframe or emotion cache not ready for rendering Drawer.");return}s=o.contentDocument.getElementById(i),s||(s=o.contentDocument.createElement("div"),s.id=i,o.contentDocument.body.appendChild(s)),lr(y(Px,{value:a,children:y(Dx,{definition:n,children:y(G2,{ref:g=>{},placement:(f=e.placement)!=null?f:"bottom",isOpen:p,onClose:c,preventCloseOnBackdropClick:(m=e.preventCloseOnBackdropClick)!=null?m:!1,backdropColor:e.backdropColor,children:y(VB,M(T({},e),{onClose:u}))})})}),s)}function c(){var p,f;if(t){if(t=!1,o==null?void 0:o.contentDocument){let m=o.contentDocument.getElementById(i);m&&((p=m.parentNode)==null||p.removeChild(m))}Fi.release(),(f=e.onClose)==null||f.call(e)}}function d(){return w(this,null,function*(){let p=yield Fi.acquire();o=p.iframe,a=p.emotionCache,t=!0,l(!0),setTimeout(()=>{var f;(f=e.onOpen)==null||f.call(e)},50)})}function u(){t&&l(!1)}return{show:()=>{t||d()},hide:()=>{t&&u()},isOpen:()=>t,destroy:()=>{t&&u(),o=null,a=null,s=null,console.log("[Modal] Instance destroyed.")}}},zB=(e,t={threshold:.6})=>{let r=qi(null),n=qi(!1),i=vt(o=>{let[a]=o;a.isIntersecting&&!n.current?(n.current=!0,e()):a.isIntersecting||(n.current=!1)},[e]);return Ur(()=>{if(r.current){let o=new IntersectionObserver(i,t);return o.observe(r.current),()=>{r.current&&o.unobserve(r.current)}}},[i,t]),r};Mx=o=>{var a=o,{children:e,fluid:t=!1,className:r="",style:n={}}=a,i=Qe(a,["children","fluid","className","style"]);let s=T({width:"100%",marginLeft:"auto",marginRight:"auto",paddingLeft:"15px",paddingRight:"15px",boxSizing:"border-box",maxWidth:t?"100%":void 0},n);return y("div",M(T({className:r,style:s},i),{children:e}))},Ux=s=>{var l=s,{children:e,gutter:t=0,justify:r="start",align:n="top",className:i="",style:o={}}=l,a=Qe(l,["children","gutter","justify","align","className","style"]);let c={start:"flex-start",end:"flex-end",center:"center","space-around":"space-around","space-between":"space-between"},d={top:"flex-start",middle:"center",bottom:"flex-end"},u=T({display:"flex",flexWrap:"wrap",boxSizing:"border-box",justifyContent:c[r],alignItems:d[n]},o);if(t){let f=Array.isArray(t)?t[0]:t,m=Array.isArray(t)?t[1]:0;f>0&&(u.marginLeft=`-${f/2}px`,u.marginRight=`-${f/2}px`),m>0&&(u.marginTop=`-${m/2}px`,u.marginBottom=`-${m/2}px`)}let p=t?WB(e,t):e;return y("div",M(T({className:i,style:u},a),{children:p}))};jx=u=>{var p=u,{children:e,span:t,offset:r,xs:n,sm:i,md:o,lg:a,xl:s,className:l="",style:c={}}=p,d=Qe(p,["children","span","offset","xs","sm","md","lg","xl","className","style"]);let f=T({position:"relative",width:"100%",paddingLeft:"15px",paddingRight:"15px",boxSizing:"border-box"},c);if(t!==void 0){let m=t/24*100;f.flex=`0 0 ${m}%`,f.maxWidth=`${m}%`}return r!==void 0&&(f.marginLeft=`${r/24*100}%`),y("div",M(T({className:l,style:f},d),{children:e}))},KB=({game:e,layerName:t,orientation:r,routeMode:n,onGameClick:i})=>{var s,l;let o=an(c=>{c.preventDefault(),i==null||i(e)},[i,e]),a=an(()=>{},[e,t]);return y(jx,{span:r==="landscape"?4:8,className:"relative px-[4px] box-border mb-[8px]",style:{marginBottom:r==="landscape"?"8px":"16px",paddingLeft:"8px",paddingRight:"8px"},onClick:o,role:"button",tabIndex:0,onTouchEnd:o,children:[y("div",{className:"relative w-full mb-[2px] ion-no-margin",children:y(GB,{src:(l=(s=e.logo)!=null?s:e.cover)!=null?l:"",className:"w-full h-full absolute top-0 left-0 aspect-square rounded-[8px] object-cover",style:{display:"block",objectFit:"cover"},handleExposure:a})}),y("div",{className:"block text-white max-w-full text-[15px] leading-[1.2] overflow-hidden whitespace-nowrap text-ellipsis font-normal break-words",style:{display:"block",overflow:"hidden",textOverflow:"ellipsis",whiteSpace:"nowrap",wordBreak:"break-word",color:"white",maxWidth:"100%",fontSize:r==="landscape"?"13px":"15px",lineHeight:1.2,fontWeight:"normal",marginTop:"6px",fontFamily:"PingFangSC-Regular"},children:e.name})]},e.gameId)},QB=a=>{var s=a,{list:e,routeMode:t,layerName:r,onGameClick:n,orientation:i}=s,o=Qe(s,["list","routeMode","layerName","onGameClick","orientation"]);return y(Mx,{className:"w-full mx-auto flex-grow overflow-y-auto",style:{maxWidth:i==="landscape"?"100%":"440px",minHeight:"1px"},children:y(Ux,{gutter:8,style:{display:"flex",flexWrap:i==="landscape"?"nowrap":"wrap",overflowX:i==="landscape"?"auto":"visible",paddingBottom:i==="landscape"?"10px":"0",justifyContent:i==="landscape"?"flex-start":"center"},children:e==null?void 0:e.map(l=>y(KB,{orientation:i,game:l,routeMode:t,layerName:r,onGameClick:n},l.gameId))})})},YB=Zc(QB),Id=(e=>(e.Dismiss="DISMISS",e.Quit="QUIT",e))(Id||{}),XB=e=>{let{games:t,title:r,buttons:n,onClose:i}=e,[o,a]=qt(null),s=vt(u=>{i==null||i({type:u.type===Id.Quit?"quit":"dismiss"})},[i]),l=vt(u=>{i==null||i({type:"navigate",data:{game:u}})},[i]),c=Wi();if(!t.length)return y(Oe,{});let d=vt(u=>{if(u!==null&&!u.shadowRoot){let p=u.attachShadow({mode:"open"}),f=document.createElement("style");f.textContent=`
|
|
100
108
|
.recommend-panel {
|
|
101
109
|
display: flex;
|
|
102
110
|
flex-direction: column;
|
|
@@ -218,7 +226,7 @@ If multiple caches share the same key they might "fight" for each other's style
|
|
|
218
226
|
background-color: #7817FF;
|
|
219
227
|
color: #fff;
|
|
220
228
|
}
|
|
221
|
-
`;let m=document.createElement("div");m.id="recommend-panel-content",p.appendChild(f),p.appendChild(m),a(p)}},[]);return
|
|
229
|
+
`;let m=document.createElement("div");m.id="recommend-panel-content",p.appendChild(f),p.appendChild(m),a(p)}},[]);return Ur(()=>{if(o){let u=o.getElementById("recommend-panel-content");u&&lr(y("div",{className:"recommend-panel",children:y("div",{className:"container",children:[y("p",{className:"title",children:r}),y("div",{className:"games-container",children:y(YB,{list:t||[],routeMode:"REDIRECT",layerName:"RecommendedGuide",onGameClick:l,orientation:c})}),y("div",{className:"buttons-container",children:(n!=null?n:[]).map((p,f)=>y("div",{className:"button-wrapper",children:y("button",{className:`button ${p.type===Id.Quit?"quit-button":"action-button"}`,onClick:()=>s(p),children:y("span",{className:"button-text-ellipsis",children:p.text})})},f))})]})}),u)}},[o,t,r,n,s,l]),y("div",{ref:d})},Bx=e=>{let t=Za({title:e.title,content:y(XB,{games:e.games,title:e.title,buttons:e.buttons,onClose:e.onClose}),backdropColor:"#1a1a1a",placement:"bottom",noHeader:!0,padding:"0px",height:"450px",onClose:()=>{var r;(r=e.onClose)==null||r.call(e,{type:"back"})},onOpen:e.onOpen});return t.show(),t},Ha="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAMAAABg3Am1AAAC+lBMVEUAAABQTlBrQeL6+vufkPrEp/RcV2Pv6e23t7ehnqZVSIOZmaDy6vWRfPWDdvq6neHc29e5trzh4+DHyM2BUeHMteDIp+G2pd50SZV/aqmQkI1jWGyeYLz4+vTMh96RS8Lh2+XIwuGek6NEJn9RSF9QO8fBr+Xl1e2gh7e8e8FvUN1jO8dtbdDIzrr4zPzzxfv2yfrotPyzg/usgPrtufzBjfzyw/vjrvv80vy2hvv7z/zUnvvMl/zyv/vGkfuwgfn+9f7z1/7ep/z53Prtu/fvvf29keD///3u0vzkqfz91vv56vnorf27ifnbu/L54/3ttP3+7/zvt/q8jO+1gOzny/66gv757/zZovyjfvvy5Pr61vqjc/XlvfB0Ru+YZu68f+3+4P/+5/7bnvy6ePvgovr20fnQmvfq0/bImvafaPWDW/XNr/N7ZPPjxPHSj/DLl+7Lnu13WN9WMqHJqf/96/74x/3UtPutefjxy/Ttw/TZqe+re+/Ike2PYeStfd2NWsSVb77Ghv3+2vy8jfvcxfrntPTGhvKkbe7Qo+zSsuqdZdushdq4idl1S7zSmv3ssPvz2Pbu1fGvivCLYu2gdOuWcuqVY9KAVsXyuP7v3v3syP3bvf3Xkv2+oPy7mvzto/vnlvjgsfS7nvPEf/KSU/LbxO9xVu/Vne69l+6FWuyObuvbs+h9TOegfuacWuaoi+XPoeGic9+rct9qP7WrbfzYm/vPi/uTZ/rQiPS4f/TPwPPkpvOrlfOwc++8du2ugemIUunHpei1duGnbuGTa+DGm9+0jNGpcc9UKc20fctXI7rkvv+8sfrlw/nRpvjal/Xv3/TAzvTam/GAkfCsdejdvuSVedyYctxtNtP++f733f7ViP3Ld/rf0PT2vfPhgfNnafLjzezHuunFf+OPRN55P9WkZdKQRdBfMrFBIaxaQ/OExvLq1+pXJ+WBNuCkSdjBmtWGadKkf8mFM8eJT7dpRacnC5bA/Ph9rvOI5vFWXuzCUOJNLJZJYFROAAAALnRSTlMADP78/v4r63ZXPzH+/v37wKB6SP7x4MyhcW5K8evq4NjYi2YZ/e3a1c7IyMWtdH+scgAABvdJREFUSMeFlmVQG1EURrdQqLu7exsChYQSQkOcJI2QEBqXQoQEIi2uxb24lkJx97q7u7u7u890N6nreftr5zv3vju7O2+B3+gyakD/bvxjj64PmT58VBfgP3TpPsYzkM1m19Wxs9nqYsHBoSP/Ge+PSTLwSb1v9EtN7Zec6U8Pm09WL5/z1/xATLiKFHrrSYs0wSVB2nL7wIFIJ6EEt4vf/c/lLWtVmJVXqAK8dPtuQ1Ly9euZsM0HCmzFpfTcbn/ID8IYSBuvYixV6sv8Yltbe1uaqjyUnrnmQCRXzLIgWf+2HVJv/6uKEJHovGjRiVBlXZBWlVSbzFLSd0vvIcV8C0yPX/Ok4JUB8SEiZi06JvTOnY69dzrCCbZ6IouThT1wWFzUZPmTMciSdKXsikhVXq5g7N/byPCXy2WK3VFROlu2NqV9/blijec5S+sf5vXvjVfg/DxFCNb+PZ4yioDi6OjkBHeUpb2iSbbnlyeeO9iHP5j0XbBMzrqqC/XM0p0eTZXFUASOFDAPg8HgNrKo8LX0fAM7P/ZQ9pDx3wbgkD7q9aKsyrb9GEFMDAWs/0WA2yiIO7Z37GGHR+Z47jv9dQzG5bswfZtyS9szOSVGYIo7QnlIsIGnbaanNqbsDm4q2lVkzveXHGshrslKrN0vp1Di4d/LwyHBBra05HQVXr/0iMfgtBEmgVV9uzDhkZj1ikVxjGlLgzuBeZAAcx6BkN1zZ9M5WcGb+bf8oXz3MNITZXiFR1QmzMkxhojZsxEPER8AxiHBBu0XKfIjIHcHYhKfjgKFMbkV0dXhaxv3xoBlHYkXLvA9QajUPe4IBBoBCjaCKEpI/LoQRjH95lDwGTC0WV6q6tz9wQFwGMyJ6Eomu5qQ72GiCQQ0GoFANPopqMEyXPz5mysBoOcRVXlCEZG8lwK3gQdAgt9SMy9eF+LtCXjQgIkEOBZOEEJyv2QNTJxfvOWw0E9/GgFtOCDNldGJcIdgunOe0fD2eAK4r0x/HEkgyzwf/HIE0D9IWbl3XtKJYAIaJCCNTM5H20MwCTv8X9Bsmfb2aESIXI7DyaksasZwoFsYZ11kc4LOxp4AYhLsbSEymDtcGQUEk4GXKXACfyoDc3ccQA3amcLJq0xA2EJl0ake5Cgmkoak0WgZHWTX9EJkhi04CAWOg+HkDOrGsQA1LD+6pXq9FGEqW5jq4RGFRLpB0DrI5HQmEgl+fu4wPBwdjMNhno4D+ML8yCP16yMJSAhmZNzhKDesN4TbTg+PdCbWDYnMiHfPCNkoV7hST4wFVMKUFOez7Zx4LAQtdfnyKOzqRRDeO+M80mkLsVgkbWPZ0RA4DO/K2DEaGCLkFLho2x3aUAtBsOn0wIKFKNTq1ajVi1KWH0x3A++5uYWWXXI6WhjqGqybAQzjOS92CCOq05xREG734gpWLwNRLgOF5elYFFgIeaJElbHOW49DvhwOTJwb+wkZpt+VinU2ge2MNCTR/UShSbXEJYGdi5SggfLeUuu27igHl3JrEmAdyHutJS6IUKc6uJhAdWpXrChdAVJaqk13dlYuQ4WX6BKi3byFh+9WWQNdPPtUFOQ1520djHIws2yx1RIzVoudXcCmKF2JtGSzTlnK2fYYAIBufQPf5GTbSYTt8xaYce5cbKbTBerqfPNipWGNdJ3Eo2nfLFDoEbipQNxw9kb9NoPdPDOxYB8X8IqNdQAN/RqpYUfiIm/NkX3ingAIxtfjftOmy62ac+r5dtCCMLlQSwdlZTQ7Ub9emhjYlCMGIAYs2fQ8wmhsPbP2tjpo/lzTMluQod7C3Ry2fadXWQ1ds28SlDe32PSgtVWcZ1HHm2sCVOZDAjd8CzdoK9GHuyYnruq+BjDTnewb+GatRWuzOLfqbCzviwEp6g6vIGFebAR3lY5n0DiAE5jpVlrRb19NRHPzmXq7qna2Hc8kxYaf8omOSM6ZF8H1Wel7TDJlJvANTJ8N2y3EDbuyjcJdQT4tuae2bj21s2UVVxIhWRuUA+Wp21oPAt/pxeirra7X1D8/Y+QJIxK9QLhS9bZtYbk5Pj52YJ5v2ICZ/NMBUdQnm9Eu1GgPWRjPWlXkNTRESDintmo0ErugVTpfPifJv9cvR5zrpgbXZGJ0VXIcr8loNJ4hEuPq6n24c1ddzPUtWm+F+TkP7eqCla+2OLntaKUUfFn9fCRhiV7RXqsuJtR09cs28v70SzAttOtJeoCosTHenUkrLCuJ9rpUxq65Ftds0XUY8Ed6OIYcf3g8DsfqfSxToYCX1zU86Luh4rGxb0/gb3SXUS3fvn/47uTJk9c+XOt66EbXGt+uI4B/0Ws8icWqPn58wwar7Lwa3qHZPYH/Yj1ywLCh/aZOmDBg5GTgNz4D2CYAK8x+JcUAAAAASUVORK5CYII=",Ki="https://fe-oss.jolibox.com/static/coin/jolicoin.png";bn=()=>{let e=Mj(Nx);if(!e)throw new Error("useTranslations must be used within a LightIntlProvider");let{translations:t}=e;return{t:(r,n)=>{let i=ZB(t,r);if(typeof i=="string"){let o=i;if(n)for(let a in n)o=o.replace(new RegExp(`{{${a}}}`,"g"),String(n[a]));return o}return console.warn(`Translation key "${r}" not found or not a string.`),`[${r}]`},translations:t}},YS=({text:e,initialFontSize:t,styles:r})=>y("span",{style:r,children:y("span",{style:{fontSize:`${t}px`,display:"-webkit-box",textAlign:"left",WebkitBoxOrient:"vertical",WebkitLineClamp:2,width:"auto",whiteSpace:"normal",overflow:"hidden",textOverflow:"ellipsis",maxWidth:"100%"},children:e})}),Mr={coinInfo:N`
|
|
222
230
|
display: flex;
|
|
223
231
|
width: calc(100% - 40px);
|
|
224
232
|
max-width: 720px;
|
|
@@ -275,7 +283,7 @@ If multiple caches share the same key they might "fight" for each other's style
|
|
|
275
283
|
font-size: 16px;
|
|
276
284
|
font-weight: 600;
|
|
277
285
|
color: #d9d9d9;
|
|
278
|
-
`},
|
|
286
|
+
`},Jx=({unlockNeedsAmount:e=0,balanceAmount:t=0,coinImage:r=Ki,formatter:n=a=>a>999?"999+":`${a}`,hideNeeds:i=!1,hideBalance:o=!1})=>{let a=n(t),{t:s}=bn(),l=14;return y("div",{style:Mr.coinInfo.styles,children:[!i&&y("div",{style:Mr.coinAmount.styles,children:[y(YS,{text:s("jolicoin.price"),initialFontSize:l,styles:Mr.coinLabelContainer.styles}),y("div",{style:Mr.coinValue.styles,children:[y("img",{src:r,alt:"Jolicoin",style:Mr.coinIcon.styles}),y("span",{children:e})]})]}),!o&&y("div",{style:Mr.coinAmountBalance.styles,children:y(YS,{text:s("jolicoin.balance")+":\xA0"+a,initialFontSize:l,styles:Mr.coinValueText.styles})})]})},pn={card:N`
|
|
279
287
|
display: flex;
|
|
280
288
|
flex-direction: column;
|
|
281
289
|
align-items: center;
|
|
@@ -307,17 +315,17 @@ If multiple caches share the same key they might "fight" for each other's style
|
|
|
307
315
|
font-size: 16px;
|
|
308
316
|
color: #C093FF;
|
|
309
317
|
font-weight: bold;
|
|
310
|
-
`},
|
|
318
|
+
`},eJ=N`
|
|
311
319
|
box-sizing: border-box;
|
|
312
320
|
width: 100%;
|
|
313
321
|
aspect-ratio: 1/1;
|
|
314
|
-
`,
|
|
322
|
+
`,tJ=N`
|
|
315
323
|
aspect-ratio: 1/1; // 强制 1:1 的宽高比
|
|
316
324
|
display: flex;
|
|
317
325
|
flex-direction: column;
|
|
318
326
|
justify-content: center;
|
|
319
327
|
-webkit-tap-highlight-color: transparent;
|
|
320
|
-
`,
|
|
328
|
+
`,rJ=e=>y("div",{style:eJ.styles,children:y("div",{style:tJ.styles,children:y("div",{style:`${pn.card.styles} ${e.option.id===e.selectedId?pn.selectedCard.styles:""}`,onClick:()=>e.handleSelect(e.option),children:[y("div",{style:pn.coinContainer.styles,children:[y("img",{src:Ki,alt:"Coin",style:pn.coinIcon.styles}),y("span",{style:pn.coinValue.styles,children:e.option.coins.toLocaleString()})]}),y("div",{style:pn.price.styles,children:e.option.price})]})})}),nJ=({options:e,selectedId:t,onSelect:r})=>{let n=Wi(),i=o=>{r==null||r(o)};return y(Mx,{className:"w-full mx-auto flex-grow overflow-y-auto",style:{padding:"0px"},children:y(Ux,{gutter:[10,10],style:{display:"flex","flex-wrap":"wrap"},children:e.map(o=>y(jx,{span:n==="landscape"?4:8,children:y(rJ,{option:o,selectedId:t,coinImageSrc:Ki,handleSelect:i})},o.id))})})},iJ=Zc(nJ);Ca={toggleSwitch:N`
|
|
321
329
|
position: relative;
|
|
322
330
|
display: inline-block;
|
|
323
331
|
width: 33px;
|
|
@@ -354,7 +362,7 @@ If multiple caches share the same key they might "fight" for each other's style
|
|
|
354
362
|
&:before {
|
|
355
363
|
transform: translateX(18px);
|
|
356
364
|
}
|
|
357
|
-
`},
|
|
365
|
+
`},Hx=({enableAutoDeduct:e,toggleEnableAutoDeduct:t})=>oJ("label",{css:Ca.toggleSwitch,children:[XS("input",{css:Ca.toggleInput,type:"checkbox",checked:e,onChange:t}),XS("span",{css:[Ca.toggleSlider,e&&Ca.toggleSliderActive]})]}),jd=()=>y("svg",{width:"24",height:"25",viewBox:"0 0 24 25",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[y("g",{"clip-path":"url(#clip0_2716_2719)",children:y("path",{d:"M18.3 6.20997C17.91 5.81997 17.28 5.81997 16.89 6.20997L12 11.09L7.10997 6.19997C6.71997 5.80997 6.08997 5.80997 5.69997 6.19997C5.30997 6.58997 5.30997 7.21997 5.69997 7.60997L10.59 12.5L5.69997 17.39C5.30997 17.78 5.30997 18.41 5.69997 18.8C6.08997 19.19 6.71997 19.19 7.10997 18.8L12 13.91L16.89 18.8C17.28 19.19 17.91 19.19 18.3 18.8C18.69 18.41 18.69 17.78 18.3 17.39L13.41 12.5L18.3 7.60997C18.68 7.22997 18.68 6.58997 18.3 6.20997Z",fill:"#979797"})}),y("defs",{children:y("clipPath",{id:"clip0_2716_2719",children:y("rect",{width:"24",height:"24",fill:"white",transform:"translate(0 0.5)"})})})]}),de={modal:N`
|
|
358
366
|
font-family: PingFangSC-Regular;
|
|
359
367
|
background-color: #1a1a1a;
|
|
360
368
|
color: white;
|
|
@@ -442,19 +450,97 @@ If multiple caches share the same key they might "fight" for each other's style
|
|
|
442
450
|
border-radius: 2px;
|
|
443
451
|
margin: 0 auto;
|
|
444
452
|
-webkit-tap-highlight-color: transparent;
|
|
445
|
-
`},
|
|
453
|
+
`},aJ=({unlockNeedsAmount:e=10,balanceAmount:t=999,defaultEnableAutoDeduct:r=!1,onConfirm:n,onClose:i,onEnableDeductChanged:o,confirmButtonKey:a,cancelButtonKey:s})=>{let[l,c]=qt(r),d=Wi(),{t:u}=bn(),p=()=>{n(l)},f=vt(()=>{c(!l),o(!l)},[l]);return y("div",{style:`${de.modal.styles} ${d==="portrait"?"max-width: 440px":"max-width: 75%"}`,children:[y("div",{style:de.header.styles,children:[y(Jx,{unlockNeedsAmount:e,balanceAmount:t,coinImage:Ki}),y("button",{style:de.closeButton.styles,onClick:i.bind(null,{type:"CANCEL"}),children:y(jd,{})})]}),y("div",{style:de.content.styles,children:[y("h2",{style:de.title.styles,children:u("jolicoin.unlockWithJolicoin")}),!r&&y("div",{style:de.autoDeductOption.styles,children:[y("span",{style:N`
|
|
446
454
|
font-size: 12px;
|
|
447
455
|
font-weight: 400;
|
|
448
456
|
line-height: 1.2;
|
|
449
457
|
color: #979797;
|
|
450
|
-
`.styles,children:u("jolicoin.unlockWithJolicoinDescription")}),
|
|
458
|
+
`.styles,children:u("jolicoin.unlockWithJolicoinDescription")}),y(Hx,{enableAutoDeduct:l,toggleEnableAutoDeduct:f})]}),y("section",{style:`${de.buttonContainer.styles} ${d==="landscape"?"flex-direction: row":"flex-direction: column"}`,children:[y("button",{style:`${de.confirmButton.styles} ${de.buttonFlex.styles}`,onClick:p,children:u(a)}),y("button",{style:`${de.cancelButton.styles} ${de.buttonFlex.styles}`,onClick:i.bind(null,{type:"FAILED"}),children:u(s)})]})]})]})},sJ=({unlockNeedsAmount:e=1,balanceAmount:t=0,defaultEnableAutoDeduct:r=!1,paymentChoices:n=[],onConfirm:i,onClose:o,onEnableDeductChanged:a,onSelect:s,confirmButtonKey:l,cancelButtonKey:c})=>{let[d,u]=qt(r),{t:p}=bn(),[f,m]=qt(()=>{var I,A;return((I=n.find(P=>P.defaultSelected))==null?void 0:I.productId)||((A=n==null?void 0:n[0])==null?void 0:A.productId)}),g=Wi(),_=()=>{i(f)},v=vt(I=>{console.log(I),m(I),s(I)},[]),b=vt(()=>{u(!d),a(!d)},[d]);return console.log("defaultEnableAutoDeduct",r),y("div",{style:de.modal.styles,children:[y("div",{style:de.header.styles,children:[y(Jx,{unlockNeedsAmount:e,balanceAmount:t,coinImage:Ki}),y("button",{style:de.closeButton.styles,onClick:o.bind(null,{type:"CANCEL"}),children:y(jd,{})})]}),y("div",{style:de.content.styles,children:[y("div",{style:N`
|
|
451
459
|
padding: 16px 0px;
|
|
452
|
-
`.styles,children:
|
|
460
|
+
`.styles,children:y(iJ,{options:n.map(I=>({id:I.productId,coins:I.quantity,price:I.totalAmountStr})),selectedId:f,onSelect:I=>v(I.id)})}),!r&&y("div",{style:de.autoDeductOption.styles,children:[y("span",{style:N`
|
|
453
461
|
font-size: 12px;
|
|
454
462
|
font-weight: 400;
|
|
455
463
|
line-height: 1.2;
|
|
456
464
|
color: #979797;
|
|
457
|
-
`.styles,children:p("jolicoin.unlockWithJolicoinDescription")}),
|
|
465
|
+
`.styles,children:p("jolicoin.unlockWithJolicoinDescription")}),y(Hx,{enableAutoDeduct:d,toggleEnableAutoDeduct:b})]}),y("section",{style:`${de.buttonContainer.styles} ${g==="landscape"?"flex-direction: row":"flex-direction: column"}`,children:[y("button",{style:`${de.confirmButton.styles} ${de.buttonFlex.styles}`,onClick:_,children:p(l)}),y("button",{style:`${de.cancelButton.styles} ${de.buttonFlex.styles}`,onClick:o.bind(null,{type:"FAILED"}),children:p(c)})]})]})]})};cJ=N`
|
|
466
|
+
display: inline-flex;
|
|
467
|
+
align-items: center;
|
|
468
|
+
justify-content: center;
|
|
469
|
+
background: #4f396d;
|
|
470
|
+
color: #fff;
|
|
471
|
+
font-size: 13px;
|
|
472
|
+
font-weight: 500;
|
|
473
|
+
border-radius: 20px;
|
|
474
|
+
padding: 0 16px;
|
|
475
|
+
min-height: 32px;
|
|
476
|
+
min-width: 40px;
|
|
477
|
+
position: relative;
|
|
478
|
+
box-sizing: border-box;
|
|
479
|
+
white-space: nowrap;
|
|
480
|
+
text-overflow: ellipsis;
|
|
481
|
+
border: 1px solid rgba(255, 255, 255, 0.52);
|
|
482
|
+
`,uJ=N`
|
|
483
|
+
position: absolute;
|
|
484
|
+
left: 20%;
|
|
485
|
+
bottom: -9px;
|
|
486
|
+
transform: translateX(-50%);
|
|
487
|
+
z-index: 2;
|
|
488
|
+
pointer-events: none;
|
|
489
|
+
`;St=M(T({},de),{header:N`
|
|
490
|
+
display: flex;
|
|
491
|
+
justify-content: flex-end;
|
|
492
|
+
align-items: center;
|
|
493
|
+
`,introduct:N`
|
|
494
|
+
display: flex;
|
|
495
|
+
flex-direction: column;
|
|
496
|
+
align-items: center;
|
|
497
|
+
justify-content: center;
|
|
498
|
+
margin-top: 24px;
|
|
499
|
+
gap: 8px;
|
|
500
|
+
padding: 0 20px;
|
|
501
|
+
`,introductSubTitle:N`
|
|
502
|
+
font-size: 14px;
|
|
503
|
+
color: rgb(255, 255, 255);
|
|
504
|
+
opacity: 0.5;
|
|
505
|
+
line-height: 21px;
|
|
506
|
+
text-align: center;
|
|
507
|
+
font-weight: 600;
|
|
508
|
+
`,introductTitle:N`
|
|
509
|
+
font-size: 16px;
|
|
510
|
+
color: #ffffff;
|
|
511
|
+
line-height: 24px;
|
|
512
|
+
text-align: center;
|
|
513
|
+
font-weight: 600;
|
|
514
|
+
`,tipsBubble:N`
|
|
515
|
+
display: inline-flex;
|
|
516
|
+
align-items: center;
|
|
517
|
+
justify-content: center;
|
|
518
|
+
background: #4f396d;
|
|
519
|
+
color: #fff;
|
|
520
|
+
font-size: 13px;
|
|
521
|
+
font-weight: 500;
|
|
522
|
+
border-radius: 20px;
|
|
523
|
+
padding: 0 16px;
|
|
524
|
+
height: 32px;
|
|
525
|
+
position: relative;
|
|
526
|
+
box-sizing: border-box;
|
|
527
|
+
white-space: nowrap;
|
|
528
|
+
text-overflow: ellipsis;
|
|
529
|
+
border: 1px solid #ffffff52;
|
|
530
|
+
z-index: 1;
|
|
531
|
+
|
|
532
|
+
&::after {
|
|
533
|
+
content: '';
|
|
534
|
+
position: absolute;
|
|
535
|
+
left: 50%;
|
|
536
|
+
bottom: -8px;
|
|
537
|
+
transform: translateX(-50%);
|
|
538
|
+
border-left: 8px solid transparent;
|
|
539
|
+
border-right: 8px solid transparent;
|
|
540
|
+
border-top: 8px solid #4f396d;
|
|
541
|
+
z-index: 2;
|
|
542
|
+
}
|
|
543
|
+
`}),pJ={JOLI_COIN:"https://fe-oss.jolibox.com/static/rewards/jolicoin-light.png?timestamp="+Date.now(),"ADS-JOLI_COIN":"https://fe-oss.jolibox.com/static/rewards/ads-jolicoin-light.png?timestamp="+Date.now()},fJ=({rewardType:e,rewardValue:t,confirmButtonKey:r,cancelButtonKey:n,onClose:i,onConfirm:o})=>{let a=e==="ADS-JOLI_COIN",{t:s}=bn(),l=pJ[e];return y("div",{style:{paddingTop:"80px"},children:y("section",{style:`${St.modal.styles} width:calc(100% - 40px); position: relative; border-radius: 16px; padding: 0;`,children:[y(lJ,{src:l,alt:"\u{1FA99}",width:213,height:125,top:"-80px"}),y("div",{style:St.header.styles,children:y("button",{style:`${St.closeButton.styles} padding-top: 10px; padding-right: 10px;`,onClick:i.bind(null,{type:"CANCEL"}),children:y(jd,{})})}),y("div",{style:St.introduct.styles,children:[a?y("span",{style:St.introductSubTitle.styles,children:s("loginGuide.instead")}):null,y("span",{style:St.introductTitle.styles,children:y(Sd,{children:s("loginGuide.introduct"),values:{coin:y("img",{src:Ha,alt:"\u{1FA99}",style:{height:"20px",verticalAlign:"text-top",marginRight:"2px"}})}})})]}),y("div",{style:{width:"calc(100% - 40px)",paddingBottom:"16px"},children:y("section",{style:`${St.buttonContainer.styles} flex-direction: column; margin-top: 48px; padding: 0 20px;`,children:[y("div",{style:{position:"relative",display:"inline-block",width:"100%",height:"100%"},children:[y("div",{style:{position:"absolute",top:"-32px",right:"-5px",width:"auto",zIndex:1},children:y(dJ,{children:y(Sd,{style:{fontSize:"12px",color:"#FFFFFF",fontWeight:600,lineHeight:"16px",textAlign:"center"},children:s("loginGuide.tips"),values:{coin:y(Oe,{children:[y("img",{src:Ha,alt:"\u{1FA99}",style:{height:"16px",verticalAlign:"text-top",marginRight:"2px"}}),t]})}})})}),y("button",{style:`${St.confirmButton.styles} ${St.buttonFlex.styles} padding: 0; line-height: 24px; display: flex; align-items: center; justify-content: center; overflow: hidden;`,onClick:o,children:y("span",{style:"display: flex; align-items: center; justify-content: center; width: 100%; word-break: break-word; height: 48px;",children:s(r)})})]}),y("button",{style:`${St.cancelButton.styles} ${St.buttonFlex.styles} line-height: 24px;`,onClick:i.bind(null,{type:"FAILED"}),children:s(n)})]})})]})})},$x=e=>{let t=Za({title:"",content:y(aJ,{balanceAmount:e.data.userJolicoin.balance,unlockNeedsAmount:e.data.joliCoinQuantity,defaultEnableAutoDeduct:e.data.enableAutoDeduct,confirmButtonKey:e.buttons.confirm.text,cancelButtonKey:e.buttons.cancel.text,onClose:e.buttons.cancel.onPress,onConfirm:e.buttons.confirm.onPress,onEnableDeductChanged:e.buttons.onEnableDeductChanged}),backdropColor:"#1a1a1a",placement:"bottom",noHeader:!0,padding:"0px",height:"316px",onClose:e.buttons.cancel.onPress.bind(null,{type:"CANCEL"})});return t.show(),t},Vx=e=>{let t=Za({title:"",content:y(sJ,{balanceAmount:e.data.userJolicoin.balance,unlockNeedsAmount:e.data.joliCoinQuantity,defaultEnableAutoDeduct:e.data.enableAutoDeduct,paymentChoices:e.data.paymentChoices,confirmButtonKey:e.buttons.confirm.text,cancelButtonKey:e.buttons.cancel.text,onClose:e.buttons.cancel.onPress,onConfirm:e.buttons.confirm.onPress,onEnableDeductChanged:e.buttons.onEnableDeductChanged,onSelect:e.onSelect}),backdropColor:"#1a1a1a",placement:"bottom",noHeader:!0,padding:"0px",height:"520px",onClose:e.buttons.cancel.onPress.bind(null,{type:"CANCEL"})});return t.show(),t},zx=e=>{let t=Za({title:"",content:y(fJ,{rewardType:e.data.rewardType,rewardValue:e.data.rewardValue,confirmButtonKey:e.buttons.confirm.text,cancelButtonKey:e.buttons.cancel.text,onClose:e.buttons.cancel.onPress,onConfirm:e.buttons.confirm.onPress}),backdropColor:"#1a1a1a",placement:"center",noHeader:!0,padding:"0px",preventCloseOnBackdropClick:!0});return t.show(),t},Gx=new Map,wn=(e,t)=>{Gx.set(e,t)};wn(/^\{slot-checkmark\}/,(e,t)=>{var n,i;let r=(i=(n=t==null?void 0:t.customStyle)==null?void 0:n.mark)!=null?i:{};return y("div",{style:r,children:y("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",fill:"none",style:{height:"24px",verticalAlign:"middle"},children:[y("g",{clipPath:"url(#clip0_2247_16523)",children:y("path",{d:"M12 2C6.48 2 2 6.48 2 12C2 17.52 6.48 22 12 22C17.52 22 22 17.52 22 12C22 6.48 17.52 2 12 2ZM9.29 16.29L5.7 12.7C5.31 12.31 5.31 11.68 5.7 11.29C6.09 10.9 6.72 10.9 7.11 11.29L10 14.17L16.88 7.29C17.27 6.9 17.9 6.9 18.29 7.29C18.68 7.68 18.68 8.31 18.29 8.7L10.7 16.29C10.32 16.68 9.68 16.68 9.29 16.29Z",fill:"white"})}),y("defs",{children:y("clipPath",{id:"clip0_2247_16523",children:y("rect",{width:"24",height:"24",fill:"white"})})})]})})});wn(/^\{slot-coin\}/,(e,t)=>{var n;let r=(n=t==null?void 0:t.coinImage)!=null?n:Ha;return y("img",{src:r,alt:"\u{1FA99}",style:{height:"1em",verticalAlign:"middle"}})});hJ=/^\{slot-i18n-(.+?)\}/,mJ=({i18nKey:e,i18nParams:t,fallbackText:r})=>{let{t:n}=bn(),i=n(e,t);return y("span",{children:i||r})};wn(hJ,(e,t)=>{var n;let r=e[1];return r?y(mJ,{i18nKey:r,i18nParams:t==null?void 0:t.i18nParams,fallbackText:`[${r}]`}):(console.warn("No i18n key extracted from slot pattern:",e[0]),y("span",{children:(n=t==null?void 0:t.text)!=null?n:""}))});vJ=/^\{slot-i18ntran-(.+?)\}/,gJ=({i18nKey:e,i18nParams:t,imgMap:r={},fallbackText:n})=>{let{t:i}=bn(),o=i(e),a=Object.entries(r).reduce((s,[l,c])=>(s[l]=c(t[l]),s),{});return y(Sd,{children:o||n,values:T(T({},t),a)})},yJ={coin:e=>y(Oe,{children:[y("img",{src:Ha,alt:"coin",style:{width:16,height:16,marginRight:2,textAlign:"center"}})," ",e," Jolicoin"]})};wn(vJ,(e,t)=>{var n,i;let r=e[1];return r?y(gJ,{i18nKey:r,i18nParams:t==null?void 0:t.i18nParams,imgMap:(n=t==null?void 0:t.imgMap)!=null?n:yJ,fallbackText:`[${r}]`}):y("span",{children:(i=t==null?void 0:t.text)!=null?i:""})});_J="data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzYiIGhlaWdodD0iMzYiIHZpZXdCb3g9IjAgMCAzNiAzNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGNpcmNsZSBjeD0iMTgiIGN5PSIxOCIgcj0iMTgiIGZpbGw9InVybCgjcGFpbnQwX2xpbmVhcl8yMjk0XzQwODkpIi8+CjxwYXRoIGQ9Ik0xNC4yOTUgMjUuOTIyN0MxNC4yOTUgMjUuOTIyNyAxNy45MTI1IDIxLjY0MzYgMjEuNzc1OSAxOC4wOTg0QzI0Ljc1NzQgMTUuMzYyMSAyOC4yMTUxIDEzLjE0NzQgMjguMjE1MSAxMy4xNDc0TDI3Ljk2OTUgMTEuNDEzOEMyNy45Njk1IDExLjQxMzggMjQuMDk4NyAxMi45NzYzIDIwLjc1NzUgMTUuMTk0N0MxNy4zNjUzIDE3LjQ0NTQgMTQuNTAzMyAyMC4zNTc3IDE0LjUwMzMgMjAuMzU3N0wxMS4xMzkgMTUuNjQyOEw5LjAzOTk2IDE3LjA1MjJMMTQuMjk1IDI1LjkyMjdMMTQuMjk1IDI1LjkyMjdaIiBmaWxsPSJ3aGl0ZSIvPgo8ZGVmcz4KPGxpbmVhckdyYWRpZW50IGlkPSJwYWludDBfbGluZWFyXzIyOTRfNDA4OSIgeDE9IjExLjczNDEiIHkxPSIzLjE3NTQxIiB4Mj0iMTgiIHkyPSIzNiIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiPgo8c3RvcCBzdG9wLWNvbG9yPSIjOTc1QkZGIi8+CjxzdG9wIG9mZnNldD0iMSIgc3RvcC1jb2xvcj0iIzc4MTdGRiIvPgo8L2xpbmVhckdyYWRpZW50Pgo8L2RlZnM+Cjwvc3ZnPgo=";wn(/^\{slot-success\}/,(e,t)=>y("img",{src:_J,alt:"\u{1FA99}",style:{height:"1em",verticalAlign:"middle"}}));bJ="data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMSAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xMC4xNDIxIDIwQzE1LjY2NSAyMCAyMC4xNDIxIDE1LjUyMjggMjAuMTQyMSAxMEMyMC4xNDIxIDQuNDc3MTUgMTUuNjY1IDEuNzM2OThlLTA3IDEwLjE0MjEgMS43MzY5OGUtMDdDNC42MTkyOSAxLjczNjk4ZS0wNyAwLjE0MjEzNiA0LjQ3NzE1IDAuMTQyMTM1IDEwQzAuMTQyMTM2IDE1LjUyMjggNC42MTkyOSAyMCAxMC4xNDIxIDIwWk02LjUwNTk4IDUuMDQ5OTdDNi4xMTU0NiA0LjY1OTQ1IDUuNDgyMjkgNC42NTk0NSA1LjA5MTc3IDUuMDQ5OTdDNC43MDEyNCA1LjQ0MDUgNC43MDEyNCA2LjA3MzY2IDUuMDkxNzcgNi40NjQxOUw4LjYyNzMgOS45OTk3Mkw1LjA5MTc3IDEzLjUzNTNDNC43MDEyNCAxMy45MjU4IDQuNzAxMjQgMTQuNTU4OSA1LjA5MTc3IDE0Ljk0OTVDNS40ODIyOSAxNS4zNCA2LjExNTQ2IDE1LjM0IDYuNTA1OTggMTQuOTQ5NUwxMC4wNDE1IDExLjQxMzlMMTMuNTc3IDE0Ljk0OTVDMTMuOTY3NiAxNS4zNCAxNC42MDA3IDE1LjM0IDE0Ljk5MTMgMTQuOTQ5NUMxNS4zODE4IDE0LjU1ODkgMTUuMzgxOCAxMy45MjU4IDE0Ljk5MTMgMTMuNTM1M0wxMS40NTU3IDkuOTk5NzJMMTQuOTkxMyA2LjQ2NDE5QzE1LjM4MTggNi4wNzM2NiAxNS4zODE4IDUuNDQwNSAxNC45OTEzIDUuMDQ5OTdDMTQuNjAwNyA0LjY1OTQ1IDEzLjk2NzYgNC42NTk0NSAxMy41NzcgNS4wNDk5N0wxMC4wNDE1IDguNTg1NTFMNi41MDU5OCA1LjA0OTk3WiIgZmlsbD0id2hpdGUiLz4KPC9zdmc+Cg==";wn(/^\{slot-error\}/,(e,t)=>y("img",{src:bJ,alt:"\u{1FA99}",style:{height:"1em",verticalAlign:"middle"}}));Be="-ms-",$a="-moz-",B="-webkit-",Wx="comm",Bd="rule",Jd="decl",wJ="@import",Kx="@keyframes",IJ="@layer",SJ=Math.abs,es=String.fromCharCode,xJ=Td.default;ts=1,yn=1,Yx=0,Ze=0,we=0,In="";UJ=function(e,t,r){for(var n=0,i=0;n=i,i=Mt(),n===38&&i===12&&(t[r]=1),!zi(i);)lt();return Qi(e,Ze)},jJ=function(e,t){var r=-1,n=44;do switch(zi(n)){case 0:n===38&&Mt()===12&&(t[r]=1),e[r]+=UJ(Ze-1,t,r);break;case 2:e[r]+=Fa(n);break;case 4:if(n===44){e[++r]=Mt()===58?"&\f":"",t[r]=e[r].length;break}default:e[r]+=es(n)}while(n=lt());return e},BJ=function(e,t){return Zx(jJ(Xx(e),t))},tx=new Ad.default,JJ=function(e){if(!(e.type!=="rule"||!e.parent||e.length<1)){for(var t=e.value,r=e.parent,n=e.column===r.column&&e.line===r.line;r.type!=="rule";)if(r=r.parent,!r)return;if(!(e.props.length===1&&t.charCodeAt(0)!==58&&!tx.get(r))&&!n){tx.set(e,!0);for(var i=[],o=BJ(t,i),a=r.props,s=0,l=0;s<o.length;s++)for(var c=0;c<a.length;c++,l++)e.props[l]=i[s]?o[s].replace(/&\f/g,a[c]):a[c]+" "+o[s]}}},HJ=function(e){if(e.type==="decl"){var t=e.value;t.charCodeAt(0)===108&&t.charCodeAt(2)===98&&(e.return="",e.value="")}};$J=function(e,t,r,n){if(e.length>-1&&!e.return)switch(e.type){case Jd:e.return=eE(e.value,e.length);break;case Kx:return mn([Li(e,{value:J(e.value,"@","@"+B)})],n);case Bd:if(e.length)return AJ(e.props,function(i){switch(kJ(i,/(::plac\w+|:read-\w+)/)){case":read-only":case":read-write":return mn([Li(e,{props:[J(i,/:(read-\w+)/,":"+$a+"$1")]})],n);case"::placeholder":return mn([Li(e,{props:[J(i,/:(plac\w+)/,":"+B+"input-$1")]}),Li(e,{props:[J(i,/:(plac\w+)/,":"+$a+"$1")]}),Li(e,{props:[J(i,/:(plac\w+)/,Be+"input-$1")]})],n)}return""})}},VJ=[$J],zJ=function(e){var t=e.key;if(t==="css"){var r=document.querySelectorAll("style[data-emotion]:not([data-s])");(0,Te.default)(Array.prototype).call(r,function(m){var g=m.getAttribute("data-emotion");(0,Yt.default)(g).call(g," ")!==-1&&(document.head.appendChild(m),m.setAttribute("data-s",""))})}var n=e.stylisPlugins||VJ,i={},o,a=[];o=e.container||document.head,(0,Te.default)(Array.prototype).call(document.querySelectorAll('style[data-emotion^="'+t+' "]'),function(m){for(var g=m.getAttribute("data-emotion").split(" "),_=1;_<g.length;_++)i[g[_]]=!0;a.push(m)});var s,l=[JJ,HJ];{var c,d=[qJ,MJ(function(m){c.insert(m)})],u=FJ((0,Va.default)(l).call(l,n,d)),p=function(m){return mn(DJ(m),u)};s=function(m,g,_,v){c=_,p(m?m+"{"+g.styles+"}":g.styles),v&&(f.inserted[g.name]=!0)}}var f={key:t,sheet:new gx({key:t,container:o,nonce:e.nonce,speedy:e.speedy,prepend:e.prepend,insertionPoint:e.insertionPoint}),nonce:e.nonce,inserted:i,registered:{},insert:s};return f.sheet.hydrate(a),f};GJ=function(e){var t=zJ(e);t.sheet.speedy=function(a){this.isSpeedy=a},t.compat=!0;var r=function(){for(var a=arguments.length,s=new Array(a),l=0;l<a;l++)s[l]=arguments[l];var c=yr(s,t.registered,void 0);return Qa(t,c,!1),t.key+"-"+c.name},n=function(){for(var a=arguments.length,s=new Array(a),l=0;l<a;l++)s[l]=arguments[l];var c=yr(s,t.registered),d="animation-"+c.name;return rx(t,{name:c.name,styles:"@keyframes "+d+"{"+c.styles+"}"}),d},i=function(){for(var a=arguments.length,s=new Array(a),l=0;l<a;l++)s[l]=arguments[l];var c=yr(s,t.registered);rx(t,c)},o=function(){for(var a=arguments.length,s=new Array(a),l=0;l<a;l++)s[l]=arguments[l];return pd(t.registered,r,WJ(s))};return{css:r,cx:o,injectGlobal:i,keyframes:n,hydrate:function(a){(0,Te.default)(a).call(a,function(s){t.inserted[s]=!0})},flush:function(){t.registered={},t.inserted={},t.sheet.flush()},sheet:t.sheet,cache:t,getRegisteredStyles:(0,fd.default)(Hi).call(Hi,null,t.registered),merge:(0,fd.default)(pd).call(pd,null,t.registered,r)}},WJ=function e(t){for(var r="",n=0;n<t.length;n++){var i=t[n];if(i!=null){var o=void 0;switch(typeof i){case"boolean":break;case"object":{if((0,Mi.default)(i))o=e(i);else{o="";for(var a in i)i[a]&&a&&(o&&(o+=" "),o+=a)}break}default:o=i}o&&(r&&(r+=" "),r+=o)}}return r},KJ=GJ({key:"css"}),QJ=KJ.css,YJ=(e,t)=>{if(!e.includes("{slot-"))return e;let r=[],n=0;for(;n<e.length;){let o=null,a=1/0,s=null;for(let[l,c]of Gx.entries()){let d=l.source.startsWith("^")?l.source.slice(1):l.source,u=new RegExp(d,"g");u.lastIndex=n;let p=u.exec(e);p&&p.index<a&&(o=p,a=p.index,s=c)}if(o&&s)a>n&&r.push(e.substring(n,a)),r.push(s(o,t)),n=a+o[0].length;else{r.push(e.substring(n));break}}let i=QJ`
|
|
458
544
|
display: 'flex',
|
|
459
545
|
alignItems: 'flex-start',
|
|
460
546
|
gap: '4px',
|
|
@@ -465,7 +551,7 @@ If multiple caches share the same key they might "fight" for each other's style
|
|
|
465
551
|
fontWeight: 600,
|
|
466
552
|
lineHeight: '18px',
|
|
467
553
|
width: 'max-content'
|
|
468
|
-
`;return r.length===1?r[0]:
|
|
554
|
+
`;return r.length===1?r[0]:y("div",{className:i,children:r})},XJ=({message:e,type:t="info",duration:r=3e3,onClose:n,position:i="top"})=>{let[o,a]=qt(!0);Ur(()=>{let c=setTimeout(()=>{a(!1),setTimeout(()=>{n==null||n()},300)},r);return()=>clearTimeout(c)},[r,n]);let s=Od(()=>{let c=parseInt(getComputedStyle(document.documentElement).getPropertyValue("--status-bar-height")||"0",10);return Math.max(20,c)},[]),l=N`
|
|
469
555
|
position: fixed;
|
|
470
556
|
left: 50%;
|
|
471
557
|
padding: 10px 16px;
|
|
@@ -507,7 +593,7 @@ If multiple caches share the same key they might "fight" for each other's style
|
|
|
507
593
|
opacity: 1;
|
|
508
594
|
transform: translate(-50%, -50%) scale(1);
|
|
509
595
|
`}
|
|
510
|
-
`;return
|
|
596
|
+
`;return y("div",{className:`toast toast-${t}`,style:l.styles,children:e})},ZJ=parseInt(getComputedStyle(document.documentElement).getPropertyValue("--status-bar-height")||"0",10),nx=Math.max(20,ZJ),ix=12,tE=[],rE=[];jr=(e,t)=>w(void 0,null,function*(){let{iframe:r,emotionCache:n}=yield QS.acquire(),i=r.contentDocument;if(!i)return;let o=i.createElement("div");i.body.appendChild(o);let a=(t==null?void 0:t.position)||"top",s=a==="top"?tE:rE;s.push(o);let l=YJ(e,t),c=qx(),d=Rx[c].translations;function u(){i==null||i.body.removeChild(o);let p=s.indexOf(o);p!==-1&&s.splice(p,1),ox(a),QS.release()}setTimeout(()=>ox(a),0),lr(y(Px,{value:n,children:y(Dx,{definition:d,children:y(XJ,{message:l,type:t==null?void 0:t.type,position:a,duration:t==null?void 0:t.duration,onClose:u})})}),o)}),ax={container:{position:"fixed",top:"0",left:"0",width:"100%",height:"100%",display:"flex",justifyContent:"center",alignItems:"center",backgroundColor:"transparent",zIndex:"10000"},spinner:{width:"36px",height:"36px",border:"3px solid transparent",borderTopColor:"#A86FF7",borderLeftColor:"#A86FF7",borderRadius:"50%",animation:"spin 1s linear infinite"}},e5=`
|
|
511
597
|
@keyframes spin {
|
|
512
598
|
0% {
|
|
513
599
|
transform: rotate(0deg);
|
|
@@ -516,9 +602,9 @@ If multiple caches share the same key they might "fight" for each other's style
|
|
|
516
602
|
transform: rotate(360deg);
|
|
517
603
|
}
|
|
518
604
|
}
|
|
519
|
-
`,UB=()=>b("div",{style:OS.container,children:[b("style",{children:jB}),b("div",{style:OS.spinner})]});I8=Ad()});function AE(){return I(this,null,function*(){if(Td)return Td;let t=`${E.testMode?"https://stg-game.jolibox.com":"https://game.jolibox.com"}/api/user-retention/exit-recommendations?objectId=${E.mpId}&from=GAME_DETAIL`,{response:{data:r}}=yield ne(t);return Td=r,r})}function TE(){return I(this,null,function*(){let e=new bt;if(E.mpType!=="game")return e.resolve(!1),e.promise;if(Cd)return e.resolve(!0),e.promise;let t=yield AE();if(t.code!=="SUCCESS")return e.resolve(!1),e.promise;let{gameListInfo:r,title:n,buttons:i}=t.data;Cd=!0;let o={domain:"GAME",buttons:t.data.buttons.map(s=>`${s.type}-${s.text}`).join(","),list:r.games.map(s=>s.gameId).join(",")};Y("RecommendedGuide",C({eventType:ve.View},o));let a=fE({games:r.games,title:n,buttons:i,onClose:s=>{var l;switch(Cd=!1,s.type){case"quit":Y("RecommendedGuide",{eventType:ve.Click,type:"QUIT",domain:"GAME"}),e.resolve(!1);break;case"dismiss":Y("RecommendedGuide",C({eventType:ve.Hide},o)),e.resolve(!0),a.destroy();break;case"navigate":if((l=s.data)!=null&&l.game){let c=s.data.game;BB(c),Y("GameItem",{eventType:ve.Click,gameId:c.gameId,layerName:"RecommendedGuide",domain:"GAME"}),setTimeout(()=>{e.resolve(!1)},0)}else e.resolve(!0);a.destroy();break;default:Y("RecommendedGuide",C({eventType:ve.Hide},o)),e.resolve(!0);break}}});return e.promise})}var Td,BB,Cd,CE=T(()=>{"use strict";Q();Se();D();Dr();St();Mt();Td=null;AE();BB=e=>{var a;let{data:t}=F("envSync"),r=new URL(t.schema),n=new URLSearchParams(r.search);n.set("gameId",e.gameId),n.set("joliSource",E.encodeJoliSourceQuery({__mpType:"game",__orientation:(a=e.orientation)!=null?a:"VERTICAL"}));let o=`${`https://${e.gameId}.content.jolibox.com/`}index.html?${n.toString()}`;F("openSchemaSync",{schema:o})},Cd=!1});function $B(e){let t=C(C({},JB),e),{url:r,height:n,showCloseButton:i,enableDragClose:o,useAnimation:a,onClose:s,onLoad:l}=t,c=0,d=0,u=!1,p=()=>a?{overlayTransition:"opacity 0.3s ease",containerTransition:"transform 0.3s ease",iframeTransition:"opacity 0.3s ease"}:{overlayTransition:"none",containerTransition:"none",iframeTransition:"none"},f=()=>a?300:0;function m(){let{overlayTransition:_,containerTransition:w,iframeTransition:A}=p();ee=document.createElement("div"),ee.id="jolibox-modal-overlay",ee.style.cssText=`position:fixed; top:0; left:0; right:0; bottom:0; background:rgba(0,0,0,0.5); z-index:1000; display:flex; justify-content:center; align-items:flex-end; transition:${_}; opacity:0; visibility:hidden;`,V=document.createElement("div"),V.id="jolibox-modal-container",V.style.cssText=`width:100%; height:${n}; background:white; border-radius:12px 12px 0 0; overflow:hidden; box-shadow:0 -2px 10px rgba(0,0,0,0.2); transform:translateY(100%); transition:${w};`;let R=document.createElement("div");R.id="jolibox-modal-loading",R.style.cssText="position:absolute; top:50%; left:50%; transform:translate(-50%, -50%); width:40px; height:40px; border:4px solid #f3f3f3; border-top:4px solid #3498db; border-radius:50%; animation:spin 1s linear infinite;";let P=document.createElement("style");P.textContent="@keyframes spin { 0% { transform: translate(-50%, -50%) rotate(0deg); } 100% { transform: translate(-50%, -50%) rotate(360deg); } }",document.head.appendChild(P);let S=document.createElement("div");if(S.style.cssText="width:100%; height:100%; display:flex; flex-direction:column; padding-bottom:env(safe-area-inset-bottom, 0); position:relative;",dt=document.createElement("iframe"),dt.style.cssText=`width:100%; flex:1; border:none; opacity:0; transition:${A};`,dt.src=r,dt.onload=()=>{R.parentNode&&R.parentNode.removeChild(R),dt.style.opacity="1",g(),l==null||l(),Ee.emit("onModalIframeLoaded",{url:r})},S.appendChild(dt),S.appendChild(R),V.appendChild(S),i){let k=document.createElement("div");k.style.cssText="position:absolute; top:10px; right:10px; width:30px; height:30px; background:rgba(0,0,0,0.1); border-radius:15px; display:flex; justify-content:center; align-items:center; cursor:pointer; z-index:10;",k.innerHTML="\u2715",k.onclick=v,V.appendChild(k)}ee.appendChild(V),document.body.appendChild(ee),ee.addEventListener("click",function(k){k.target===ee&&v()}),o&&y()}function g(){!ee||!V||u||(ee.style.visibility="visible",a?requestAnimationFrame(()=>{ee&&(ee.style.opacity="1"),V&&(V.style.transform="translateY(0)"),u=!0}):(ee&&(ee.style.opacity="1"),V&&(V.style.transform="translateY(0)"),u=!0),F("updateContainerConfigSync",{displayCapsuleButton:!1,webviewId:E.webviewId}))}function y(){if(!V)return;let _=R=>{c=R.touches[0].clientY},w=R=>{if(!u)return;d=R.touches[0].clientY;let P=d-c;P>0&&(V&&(V.style.transition="none",V.style.transform=`translateY(${P}px)`),R.preventDefault())},A=()=>{!u||!V||(V.style.transition=a?"transform 0.3s ease":"none",d-c>80?v():V.style.transform="translateY(0)")};V.addEventListener("touchstart",_),V.addEventListener("touchmove",w),V.addEventListener("touchend",A)}function v(){!ee||!V||!u||(a?(V.style.transform="translateY(100%)",ee.style.opacity="0"):ee.style.visibility="hidden",u=!1,F("updateContainerConfigSync",{displayCapsuleButton:!0,webviewId:E.webviewId}),setTimeout(()=>{ee&&(ee.remove(),ee=null,V=null,dt=null,s==null||s(),Ee.emit("onModalIframeClosed",{url:r}))},f()))}return m(),{close:v}}function PE(){return window.joliboxUI=q(C({},window.joliboxUI),{createIframeModal:$B}),()=>{window.joliboxUI=void 0,ee&&ee.parentNode&&ee.parentNode.removeChild(ee),V&&V.parentNode&&V.parentNode.removeChild(V),dt&&dt.parentNode&&dt.parentNode.removeChild(dt),ee=null,V=null,dt=null}}var JB,ee,V,dt,RE=T(()=>{"use strict";Se();Q();D();JB={height:"50%",showCloseButton:!0,enableDragClose:!0,useAnimation:!0},ee=null,V=null,dt=null});var NE={};Dp(NE,{config:()=>e5});function VB(){wo.on("isAdShowing",e=>{Ga=e,Fn(Ga)&&F("updateContainerConfigSync",{displayCapsuleButton:!Ga,webviewId:E.webviewId})})}function zB(){Ee.on("onInterceptSystemExit",({intercept:e})=>{OE=e})}function GB(){Ee.on("onInterceptBackPress",({intercept:e})=>{HB=e}),Ge("onBeforeBackPress",({uuid:e})=>{var t,r;Ee.emit("onBackPress",{}),(r=(t=globalThis.joliboxJSCore)==null?void 0:t.doBackPress)==null||r.call(t,e)})}function WB(){Ee.on("onDocumentReady",()=>{var e;(e=globalThis.joliboxJSCore)==null||e.onDocumentReady(window.location.href),Y("onDocumentReady",{start_timestamp:Ka,timestamp:Date.now()})})}function KB(){Ge("onI18nChanged",({language:e})=>{Ee.emit("onI18nChanged",{i18n:e})})}function QB(e){E.mpType==="game"&&Ft.start(e)}function YB(){Ge("onJoliboxServiceReady",({runtimeInfo:e,loadDuration:t})=>{e&&E.onEnvConfigChanged({hostUserInfo:e}),Ee.emit("LifecycleEvent.onReady",C({},E.hostUserInfo?E.hostUserInfo:{isLogin:!1})),Y("joliboxServiceReady",{start_timestamp:Ka,timestamp:Date.now()}),QB(t),sE(()=>E.language)}),Ge("onBeforeExit",({uuid:e})=>{var t;(t=globalThis.joliboxJSCore)==null||t.doExit(e)})}function XB(){let e=()=>{Y("onBeforeExit",{timestamp:Date.now()}),Va==null||Va(),za==null||za(),Ft.close(Date.now()-Ka)},t=()=>Ga||OE;lt.onDoExit(()=>I(this,null,function*(){return t()?!0:Fn(E.shouldInterupt)?(E.shouldInterupt||e(),E.shouldInterupt):Wa!=null&&Wa.canShowRecommended&&(yield TE())?!0:(e(),!1)})),lt.onDoBackPress(()=>I(this,null,function*(){return!!t()}))}function ZB(){return I(this,null,function*(){let e=`${E.baseApiHost}/api/fe-configs/js-sdk/basic-meta`,{response:{data:t}}=yield ne(e);t&&(Wa=t)})}function e5(){Ka=Date.now(),YB(),VB(),zB(),GB(),XB(),WB(),KB(),ZB(),za=PE(),Va=Xf()}var Va,za,Ka,Ga,Wa,OE,HB,DE=T(()=>{"use strict";Se();Q();D();Mt();Zf();Fl();CE();St();Dr();RE();Ga=!1,Wa=null,OE=!1,HB=!1;lt.onReady(()=>{})});function LE(e){let t=xl.config[e];return t||(t={},xl.config[e]=t),(r,n)=>{if(t[r]){wt.warn(`[can i use] ${r} already registered`);return}t[r]=C({},n)}}var qE=T(()=>{"use strict";D()});function Pd(e){FE=e}function Qa(e){return e===null||typeof e!="object"?e:Array.isArray(e)?e.map(t=>Qa(t)):Object.keys(e).reduce((t,r)=>(t[r]=Qa(e[r]),t),{})}function Kt(e){return typeof e=="number"}function Rd(e){let t=Od(e);switch(t){case"string":return`"${e}"`;case"number":case"boolean":case"null":case"undefined":return String(e);default:return`a(n) ${t}`}}function Od(e){return typeof e=="function"?"function":Object.prototype.toString.call(e).slice(8).slice(0,-1).toLowerCase()}var FE,we,Ya,Xa,Za,es,vn,ts,rs,ns,is,os,as,ss,ls,cs,us,ds,ps,Nd=T(()=>{"use strict";FE=!1;we=class{constructor(){this.errors=[];this.hasFallback=!1;this.hasDefault=!1;this._optional=!1}fail(t){if(FE)if(typeof t=="string")this.errors.push(t);else{let r=`${this.path} should be ${t.expect}`;this._optional&&t.expect!=="undefined"?r+=" or undefined, ":r+=", ",r+=`but got ${Rd(t.actual)}`,this.errors.push(r)}return!1}fallback(t){return this.hasFallback=!0,this._fallback=t,this}get fallbackValue(){return Qa(this._fallback)}default(t){return this.hasDefault=!0,this._default=t,this}get defaultValue(){return typeof this._default=="function"?this._default:Qa(this._default)}optional(){return this._optional=!0,this}};Ya=class extends we{validate(t){return this._optional&&t===void 0?!0:Kt(t)?Kt(this._min)&&t<this._min?this.fail(`the value of ${this.path} should be greater than or equal to ${this._min}`):Kt(this._max)&&t>this._max?this.fail(`the value of ${this.path} should be less than or equal to ${this._max}`):Kt(this._greater)&&t<=this._greater?this.fail(`the value of ${this.path} should be greater than ${this._greater}`):this._isInt&&t!==Math.floor(t)?this.fail(`the value of ${this.path} should be integer but got ${t}`):!0:this.fail({expect:"number",actual:t})}min(t){return this._min=t,this}max(t){return this._max=t,this}isInt(t){return this._isInt=t,this}greater(t){return this._greater=t,this}},Xa=class extends we{validate(t){return this._optional&&t===void 0?!0:typeof t!="boolean"?this.fail({expect:"boolean",actual:t}):!0}},Za=class extends we{validate(t){if(this._optional&&t===void 0)return!0;if(typeof t!="string")return this.fail({expect:"string",actual:t});if(Kt(this._maxLength)&&t.length>this._maxLength)return this.fail(`the length of ${this.path} should be less than or equal to ${this._maxLength}`);if(Kt(this._minLength)&&t.length<this._minLength)return this.fail(`the length of ${this.path} should be greater than or equal to ${this._minLength}`);if(typeof this._pattern=="string"){if(!new RegExp(this._pattern).test(t))return this.fail(`${this.path} should match pattern "${this._pattern}"`)}else if(this._pattern&&!this._pattern.test(t))return this.fail(`${this.path} should match pattern "${this._pattern.toString()}"`);return!0}minLength(t){return this._minLength=t,this}maxLength(t){return this._maxLength=t,this}pattern(t){return this._pattern=t,this}},es=class extends we{validate(t){return this._optional&&t===void 0?!0:typeof t!="symbol"?this.fail({expect:"symbol",actual:t}):!0}},vn=class extends we{validate(t){return!0}},ts=class extends we{validate(t){return t!==void 0?this.fail({expect:"undefined",actual:t}):!0}},rs=class extends we{validate(t){return this._optional&&t===void 0?!0:t!==null?this.fail({expect:"null",actual:t}):!0}},ns=class extends we{validate(t){return this._optional&&t===void 0?!0:typeof t!="function"?this.fail({expect:"function",actual:t}):!0}},is=class extends we{constructor(...t){super(),this._items=t}validate(t){if(this._optional&&t===void 0)return!0;if(!this._items.includes(t)){let r=this._items.map(n=>JSON.stringify(n)).join(", ");return this.fail(`expect ${this.path} to be one of ${r}, but got ${Rd(t)}`)}return!0}},os=class extends we{constructor(r){super();this._item=r}validate(r){if(this._optional&&r===void 0)return!0;if(!Array.isArray(r))return this.fail({expect:"array",actual:r});if(Kt(this._minItems)&&r.length<this._minItems)return this.fail(`the length of ${this.path} should be greater than or equal to ${this._minItems}`);if(Kt(this._maxItems)&&r.length>this._maxItems)return this.fail(`the length of ${this.path} should be less than or equal to ${this._maxItems}`);if(Kt(this._length)&&r.length!==this._length)return this.fail(`the length of ${this.path} should be equal to ${this._length}`);let n=this._item;if(!n)return!0;let i=!0;if(r.forEach((o,a)=>{if(n.path=`${this.path}[${a}]`,n.errors=this.errors,o===void 0&&n.hasDefault){r[a]=n.defaultValue;return}n.validate(o)||(n.hasFallback?r[a]=n.fallbackValue:i=!1)}),this._uniqueItems){let o=new Map;for(let a in r)o.has(r[a])?i=this.fail(`${this.path} should NOT have duplicate items (${this.path}[${o.get(r[a])}] and ${this.path}[${a}] are identical)`):o.set(r[a],a)}return i}minItems(r){return this._minItems=r,this}maxItems(r){return this._maxItems=r,this}uniqueItems(){return this._uniqueItems=!0,this}length(r){return this._length=r,this}},as=class extends we{constructor(r){super();this._value=r}validate(r){if(this._optional&&r===void 0)return!0;if(Od(r)!=="object")return this.fail({expect:"object",actual:r});let i=r,o=this._value;o.errors=this.errors;let a=!0;for(let s in i){let l=i[s];if(/^[_$a-zA-Z\xA0-\uFFFF][_$a-zA-Z0-9\xA0-\uFFFF]*$/.test(s)?o.path=`${this.path}.${s}`:o.path=`${this.path}["${s}"]`,!(l===void 0&&o._optional)){if(l===void 0&&o.hasDefault){i[s]=o.defaultValue;continue}o.validate(l)||(o.hasFallback?i[s]=o.fallbackValue:a=!1)}}return a}},ss=class extends we{constructor(r={}){super();this._object=r}validate(r){if(this._optional&&r===void 0)return!0;if(Od(r)!=="object")return this.fail({expect:"object",actual:r});let n=r,i=!0;for(let o in this._object){let a=n[o],s=this._object[o];if(s.errors=this.errors,/^[_$a-zA-Z\xA0-\uFFFF][_$a-zA-Z0-9\xA0-\uFFFF]*$/.test(o)?s.path=`${this.path}.${o}`:s.path=`${this.path}["${o}"]`,!(s._optional&&a===void 0)){if(a===void 0&&s.hasDefault){n[o]=s.defaultValue;continue}s.validate(a)||(s.hasFallback?n[o]=s.fallbackValue:i=!1)}}return i}},ls=class extends we{constructor(r){super();this.value=r}validate(r){return r===void 0&&this._optional?!0:r!==this.value?this.fail({expect:Rd(this.value),actual:r}):!0}},cs=class extends we{constructor(...t){super(),this._items=t}validate(t){if(t===void 0&&this._optional)return!0;let r=[],n=!1,i=this._items.length;for(let o=0;o<i;o++){let a=this._items[o];if(a.errors=[],a.path=this.path,!a.validate(t))r.push(a.errors.join("; "));else if(!n){n=!0;break}}if(!n){let o=r.join(`
|
|
520
|
-
or `);this.errors.push(o)}return n}},
|
|
521
|
-
`);throw e.errors.length=0,Pd(!1),new TypeError(n)}}var x,Ld=T(()=>{"use strict";Nd();Nd();x={object(e){return new ss(e)},array(e){return new os(e)},tuple(...e){return new us(...e)},literal(e){return new ls(e)},or(...e){return new cs(...e)},symbol(){return new es},record(e){return new as(e)},function(){return new ns},boolean(){return new Xa},string(){return new Za},number(){return new Ya},undefined(){return new ts},null(){return new rs},unknown(){return new vn},any(){return new vn},as(){return new vn},arraybuffer(){return new ds},enum(...e){return new is(...e)},typedarray(e){return new ps(e)}}});var fs,ME,jE=T(()=>{"use strict";D();ft();Ld();Br();fs=1,ME=e=>{function t(n,i){return(...o)=>{var u,p,f,m;let a=Date.now(),s={method:n,trace_id:fs};fs+=1;let l="SUCCESS",c=`${n}:ok`,d=0;try{if(i.paramsSchema)try{Dd(i.paramsSchema,o,"params")}catch(_){throw Nl(`${n}:fail ${_.message}`)}let g=i.implement(...o),y=g,v=`${n}:ok`;if(g&&"code"in g){let{code:_,data:w,message:A}=g;l=_,y=w,v=A}return{code:l,message:v,data:y}}catch(g){let y=g;d=(p=(u=y.code)!=null?u:y.errNo)!=null?p:2e3,l="FAILURE";let v=(m=(f=y.message)!=null?f:y.errMsg)!=null?m:`${g}`;return c=`${n}:${l} ${v.replace(/^\S+:(fail|cancel)\s?/,"")}`,Ce(new jn(c,d)),{code:l,message:c}}finally{let g=Date.now()-a;e("apiInvoked",q(C({},s),{duration:g,status:l}))}}}function r(n,i){return(...o)=>I(this,null,function*(){var p,f,m,g;let a=uf(o)?o:[o],s=Date.now(),l={method:n,trace_id:fs};fs+=1;let c=`${n}:ok`,d="SUCCESS",u={code:d,message:c};try{if(i.paramsSchema)try{Dd(i.paramsSchema,a,"params")}catch(_){throw Nl(_.message)}let v=yield i.implement(...a);if(v&&"code"in v){let{code:_,data:w,message:A}=v;d=_,c=A,v=w}return Object.assign(u,{code:d,message:c,data:v}),u}catch(y){let v=y,_=(f=(p=v.code)!=null?p:v.errNo)!=null?f:2e3;d="FAILURE";let w=(g=(m=v.message)!=null?m:v.errMsg)!=null?g:`${y}`,A=`${n}:${d} ${w.replace(/^\S+:(fail|cancel)\s?/,"")}`;return Object.assign(u,{code:d,message:A}),Ce(new jn(A,_)),u}finally{let y=Date.now()-s;e("apiInvoked",q(C({},l),{duration:y,status:d}))}})}return{createAPI:r,createSyncAPI:t}}});var Ne,z,L,UE,pt=T(()=>{"use strict";qE();Mt();jE();Ld();Se();Q();({createAPI:Ne,createSyncAPI:z}=ME(Y)),L=LE("native"),{canIUseNative:UE}=Yp(()=>E.sdkInfo.nativeSDKVersionCode)});var BE,r5,n5,i5,o5,JE=T(()=>{"use strict";D();pt();Se();Q();BE=ae(),r5="env",n5="getSystemInfoSync",i5=z(n5,{implement:()=>{var r;let e=F("envSync"),{data:t}=e;return{system:t.deviceInfo.system,platform:t.deviceInfo.platform.toLowerCase(),version:t.sdkInfo.jssdkVersion,pixelRatio:t.deviceInfo.pixelRatio,language:t.deviceInfo.lang,brand:t.deviceInfo.brand,appName:(r=t.hostInfo)==null?void 0:r.appName,SDKVersion:t.sdkInfo.jssdkVersion,viewport:{statusBarHeight:E.viewport.statusBarHeight,navigationBarHeight:E.viewport.navigationBarHeight}}}}),o5=z(r5,{implement:()=>{var t;let e=F("envSync");return(t=e==null?void 0:e.data)!=null?t:void 0}});BE.registerCommand("API.getSystemInfoSync",i5);BE.registerCommand("API.env",o5);L("env",{version:"1.0.0"});L("getSystemInfoSync",{version:"1.0.0",properties:{viewport:"1.0.33"}})});var $E=h(qd=>{"use strict";D();pt();ft();Se();Mt();Q();var a5="exitGame",s5="onReady",l5="onJoliboxShow",c5="onJoliboxHide",hs=ae(),ms=vo(Ce),u5=Ne(a5,{paramsSchema:x.tuple(x.function(),x.boolean().optional().default(!1)),implement:(e,t=!1)=>I(qd,null,function*(){ms(e).call(qd),Fn(E.shouldInterupt)&&!E.shouldInterupt&&E.from&&nf("onRetentionResult",{shouldStay:t},E.from,!0),t||E.setDoExitDirectly(),yield me("exitAppAsync")})}),d5=z(l5,{paramsSchema:x.tuple(x.function()),implement(e){let t=ms(e);Ge("onJoliboxEnterForeground",()=>{t.call(this),Bn.emit("visible",!0)})}}),p5=z(c5,{paramsSchema:x.tuple(x.function()),implement(e){let t=ms(e);Ge("onJoliboxEnterBackground",()=>{t.call(this),Bn.emit("visible",!1)})}}),f5=z(s5,{paramsSchema:x.tuple(x.function()),implement(e){let t=ms(e);Ee.on("LifecycleEvent.onReady",r=>{t(r)})}});hs.registerCommand("LifecycleSDK.exit",u5);hs.registerCommand("LifecycleSDK.onReady",f5);hs.registerCommand("LifecycleSDK.onJoliboxShow",d5);hs.registerCommand("LifecycleSDK.onJoliboxHide",p5);L("lifeCycle.exit",{version:"1.0.0"});L("lifeCycle.onReady",{version:"1.0.0"});L("lifeCycle.onJoliboxShow",{version:"1.0.0"});L("lifeCycle.onJoliboxHide",{version:"1.0.0"})});function HE(e){let t={};if(!br(e))return t;for(let[r,n]of Object.entries(e)){let i=r.toLocaleLowerCase();n?typeof n=="object"?t[i]=Object.prototype.toString.call(n):t[i]=String(n):t[i]=""}return t}function VE(e="GET"){if(e==="")return"POST";let t=e.toUpperCase();return["GET","OPTIONS","HEAD","POST","PUT","DELETE","TRACE","CONNECT","PATCH"].includes(t)?t:"GET"}function zE(e,t=!1){if(e)return t||e>0&&e<=6e4?Math.ceil(e):6e4}function GE(e,t,r){if(["POST","PUT","PATCH"].includes(t)||!br(r))return e;let[n,i=""]=e.split("?"),o=new URLSearchParams(i);for(let[s,l]of Object.entries(r))l!=null&&o.append(s,String(l));let a=o.toString();return a?`${n}?${a}`:n}var WE=T(()=>{"use strict";D()});var h5,m5,Fd,Md,KE,v5,g5,y5,QE=T(()=>{"use strict";Br();Ll();pt();WE();D();ft();Q();h5=15,m5=_o("createRequestTaskSync","operateRequestTaskSync",{type:"public",baseUrl:E.baseApiHost}),Fd=0,Md=[],KE=vo(Ce),v5=(e,t)=>{let r=e.filter(t),n=e.filter(i=>!t(i));return e.length=0,e.push(...n),r},g5=e=>{let t=new bt,r=()=>{};return z("request",{paramsSchema:x.tuple(x.object({url:x.string(),method:x.string(),headers:x.object().optional(),data:x.object().optional(),query:x.object().optional(),dataType:x.string().default("json"),responseType:x.string().default("text"),enableCache:x.boolean().default(!1),appendHostCookie:x.boolean().default(!0),timeout:x.number().default(3e4),success:x.function(),fail:x.function()})),implement(i){let o=()=>I(this,null,function*(){var s,l,c;let a=KE(i.fail);try{if(Fd+=1,t.state!=="pending")return;let{data:d,dataType:u,responseType:p,enableCache:f,appendHostCookie:m}=i,g=HE((s=i.headers)!=null?s:{}),y=VE(i.method),v=zE(i.timeout),_=GE(i.url,y,d),w=KE(i.success),A=Object.assign({},i,{method:y,header:m?void 0:g,data:y==="GET"||y==="HEAD"?void 0:d,enableCache:f,query:(l=i.query)!=null?l:{},dataType:u,responseType:p,appendHostCookie:m});v&&(A.timeout=v);let R=m5(_,A);{let{response:P}=yield R,{code:S,data:k,message:H}=P;if(k&&typeof k=="object"&&"status"in k&&k.status!==200)throw nr({code:k.status||-1,msg:`request:fail status ${k.status}`});t.resolve({code:S!=null?S:"SUCCESS",data:k,message:H!=null?H:"request:ok"}),w({code:"SUCCESS",message:"request:ok",data:k})}}catch(d){t.reject(d),a({code:"FAILURE",message:"httpRequst: failed"})}finally{Fd-=1,(c=Md.shift())==null||c()}});return Fd>=h5?(r=()=>{v5(Md,a=>a===o)},Md.push(o)):o(),t.promise}})(e),{abort(){t.reject(nr({code:-1,msg:"request:fail abort"})),r()}}},y5=ae();y5.registerCommand("HttpSDK.request",g5);L("request",{version:"1.0.0"})});function YE(e){let t=Object.prototype.toString.call(e).split(" ")[1].split("]")[0].toLocaleLowerCase();return t==="array"&&(t="object"),S5.includes(t)?t:""}function XE(e,t){try{switch(t){case"string":return e;case"object":return JSON.parse(e);case"number":return parseFloat(e);case"boolean":return e==="true";default:return""}}catch(r){return""}}function ZE(e,t){try{switch(t){case"string":case"number":case"boolean":return`${e}`;case"object":return JSON.stringify(e);default:return""}}catch(r){return""}}var vs,_5,b5,w5,I5,YW,XW,S5,$i,jd,Ud=T(()=>{"use strict";pt();Se();D();St();Q();vs=ae(),_5=Ne("getLocalStorage",{paramsSchema:x.tuple(x.string()),implement(e){return I(this,null,function*(){let{response:t}=yield ne(`/api/games/user-storage/${E.mpId}`,{method:"GET",responseType:"json",appendHostCookie:!0,query:{key:e}}),{data:{code:r,message:n,data:i}}=yield t;if(r==="SUCCESS")return{code:r,message:n,data:i==null?void 0:i.value};try{let{data:{data:o,dataType:a}}=yield me("getLocalStorageAsync",{key:e}),s=XE(o,a);return{code:r,message:`${n}. fallback to native`,data:s}}catch(o){return{code:"INTERNAL_ERROR",message:"[Jolibox SDK] get local storage failed",data:null}}})}});vs.registerCommand("StorageSDK.getItem",_5);L("storage.getItem",{version:"1.0.0",properties:{key:"1.0.0",value:"1.0.0"}});b5=Ne("setStorage",{paramsSchema:x.tuple(x.string(),x.or(x.string(),x.boolean(),x.number())),implement(e,t){return I(this,null,function*(){let r=E.mpId,n=typeof t=="string"?t:String(t),{response:i}=yield ne(`/api/games/user-storage/${r}`,{method:"POST",responseType:"json",appendHostCookie:!0,data:{key:e,value:n}}),{data:{code:o,message:a}}=i,s=YE(t),l=ZE(t,s);return yield me("setLocalStorageAsync",{key:e,data:l,dataType:s}),o=="SUCCESS"?{code:o,message:a}:{code:o,message:`${a}. fallback to native`}})}});vs.registerCommand("StorageSDK.setItem",b5);L("storage.setItem",{version:"1.0.0",properties:{key:"1.0.0",value:"1.0.0"}});w5=Ne("removeStorage",{paramsSchema:x.tuple(x.string()),implement(e){return I(this,null,function*(){let t=E.mpId,{response:r}=yield ne(`/api/games/user-storage/${t}/remove`,{method:"POST",responseType:"json",appendHostCookie:!0,data:{key:e}}),{data:{code:n,message:i}}=r;return yield me("removeLocalStorageAsync",{key:e}),n==="SUCCESS"?{code:n,message:i}:{code:n,message:"[Jolibox SDK] remove item succ"}})}});vs.registerCommand("StorageSDK.removeItem",w5);L("storage.removeItem",{version:"1.0.0",properties:{key:"1.0.0"}});I5=Ne("clearStorage",{implement(){return I(this,null,function*(){let e=E.mpId,{response:t}=yield ne(`/api/games/user-storage/${e}/clear`,{method:"POST",appendHostCookie:!0});me("clearLocalStorageAsync");let{data:{code:r,message:n}}=t;return r==="SUCCESS"?{code:r,message:n}:{code:r,message:`${n}.fallback to native`}})}});vs.registerCommand("StorageSDK.clear",I5);L("storage.clear",{version:"1.0.0"});YW=Ne("getStorageInfo",{implement(){return I(this,null,function*(){let{data:e}=yield me("getStorageInfoAsync");return e})}});L("getStorageInfo",{version:"1.0.0",success:{keys:"1.0.0",currentSize:"1.0.0",limitSize:"1.0.0"}});XW=z("getStorageInfoSync",{implement(){return F("getStorageInfoSync")}}),S5=["string","number","boolean","object",""];$i=Ne("getGlobalStorage",{paramsSchema:x.tuple(x.string()),implement(e){return I(this,null,function*(){try{let{data:{data:t,dataType:r}}=yield me("getGlobalStorageAsync",{key:e});return{code:"SUCCESS",message:"success",data:XE(t,r)}}catch(t){return{code:"INTERNAL_ERROR",message:"[Jolibox SDK] get global storage failed",data:null}}})}}),jd=Ne("setGlobalStorage",{paramsSchema:x.tuple(x.string(),x.or(x.string(),x.boolean(),x.number(),x.array())),implement(e,t){return I(this,null,function*(){try{let r=YE(t),n=ZE(t,r);return yield me("setGlobalStorageAsync",{key:e,data:n,dataType:r}),{code:"SUCCESS",message:"success"}}catch(r){return{code:"INTERNAL_ERROR",message:"[Jolibox SDK] set global storage failed"}}})}})});var E5,x5,k5,Bd,ex=T(()=>{"use strict";D();Se();pt();E5=z("showKeyboard",{paramsSchema:x.tuple(x.object({defaultValue:x.string().optional().default(""),multiple:x.boolean().optional().default(!1),maxLength:x.unknown().optional().default(1e5)})),implement(e){var n;let t=Math.floor((n=Number(e.maxLength))!=null?n:1e5),{defaultValue:r}=e;r&&t&&(r=r.slice(0,t)),F("showKeyboardSync",q(C({},e),{defaultValue:r,maxLength:t}))}});L("keyboard.showKeyboard",{version:"1.0.0",properties:{params:{defaultValue:"1.0.0",multiple:"1.0.0",confirmHold:"1.0.0",confirmType:"1.0.0",maxLength:"1.0.0"}},success:{errMsg:"1.0.0"}});x5=z("updateKeyboard",{paramsSchema:x.tuple(x.object({value:x.string()})),implement(e){F("updateKeyboardSync",e)}});L("keyboard.updateKeyboard",{version:"1.0.0",properties:{params:{value:"1.0.0"}}});k5=z("hideKeyboard",{implement(){F("hideKeyboardSync")}});L("keyboard.hideKeyboard",{version:"1.0.0"});Bd=ae();Bd.registerCommand("KeyboardSDK.showKeyboard",E5);Bd.registerCommand("KeyboardSDK.updateKeyboard",x5);Bd.registerCommand("KeyboardSDK.hideKeyboard",k5)});var tx=h(gs=>{"use strict";D();pt();Mt();var Jd=ae(),A5=Ne("levelFinished",{paramsSchema:x.tuple(x.object({levelId:x.or(x.string(),x.number()),duration:x.number().optional(),rating:x.number().optional(),score:x.number().optional()})),implement:e=>I(gs,null,function*(){let{levelId:t,duration:r,rating:n,score:i}=e,o=[];o.push(Ft.tracker("LevelFinished",{levelId:t,duration:r,rating:n,score:i})),o.push(Ft.reporter({event:"COMPLETE_GAME_LEVEL"})),yield Promise.all(o)})}),T5=Ne("gamePlayEnded",{paramsSchema:x.tuple(x.object({duration:x.number().optional(),rating:x.number().optional(),score:x.number()})),implement:e=>I(gs,null,function*(){let{duration:t,rating:r,score:n}=e;return Ft.tracker("GamePlayEnded",{duration:t,rating:r,score:n})})}),C5=Ne("levelUpgrade",{paramsSchema:x.tuple(x.object({levelId:x.or(x.string(),x.number()),name:x.string().optional()})),implement:r=>I(gs,[r],function*({levelId:e,name:t}){let n=[];n.push(Ft.tracker("LevelUpgrade",{name:t,levelId:e})),yield Promise.all(n)})});Jd.registerCommand("TaskTrackerSDK.levelFinished",A5);Jd.registerCommand("TaskTrackerSDK.gamePlayEnded",T5);Jd.registerCommand("TaskTrackerSDK.levelUpgrade",C5);L("TaskTrackerSDK.onLevelFinished",{version:"1.1.25",properties:{params:{levelId:"1.1.25",duration:"1.1.25",rating:"1.1.25",score:"1.1.25"}}});L("TaskTrackerSDK.onGamePlayEnded",{version:"1.1.25",properties:{params:{duration:"1.1.25",rating:"1.1.25",score:"1.1.25"}}});L("TaskTrackerSDK.onLevelUpgrade",{version:"1.1.25",properties:{params:{levelId:"1.1.25",name:"1.1.25"}}})});var $d,Hd,P5,rx,Vd=T(()=>{"use strict";Q();Se();pt();D();Br();L("login",{version:"1.0.0",properties:{force:"1.0.0"},success:{errMsg:"1.0.0",code:"1.0.0",token:"1.0.0",isLogin:"1.0.0"}});L("checkSession",{version:"1.0.0",success:{errMsg:"1.0.0"}});$d=new Map;Ge("onLoginStateChange",({isLogin:e,token:t,uuid:r})=>{let n=$d.get(r);n&&(n.resolve({isLogin:e,token:t}),$d.delete(r))});Hd=Ne("login",{paramsSchema:x.tuple(x.object({skipLogin:x.boolean().optional(),triggerFrom:x.string().optional()}).optional()),implement(e){return I(this,null,function*(){var l;let{data:{isLogin:t}}=yield me("checkLoginAsync");if(t)return{isLogin:!0,token:(l=E.hostUserInfo)==null?void 0:l.token};let{skipLogin:r,triggerFrom:n}=e!=null?e:{},i=F("loginSync",{skipLogin:r,triggerFrom:n}),{data:{uuid:o}}=i;if(!o)throw nr({code:-1,msg:"login failed"});let a=new bt;$d.set(o,a);let s=yield a.promise;return E.onEnvConfigChanged({hostUserInfo:s}),Ee.emit("onLoginComplete",s),s})}}),P5=Ne("checkSession",{implement(){return I(this,null,function*(){let{data:{isLogin:e}}=yield me("checkLoginAsync");return{isLogin:e}})}}),rx=ae();rx.registerCommand("API.login",Hd);rx.registerCommand("API.checkSession",P5)});var yn,ys,gt,_s,Lr,bs,gn,R5,W,_n,qr=T(()=>{"use strict";D();yn="UNLOCK_OPTIONS_CHANGED",ys="INVOKE_PAYMENT",gt="ON_PAYMENT_RESULT",_s="ON_USE_MODAL_EVENT",Lr="ON_USE_MODAL_RESULT",bs="ON_USE_MODAL_FREQUENCY",gn=new It,R5=()=>({on:gn.on.bind(gn),off:gn.off.bind(gn),emit:gn.emit.bind(gn)}),W=R5(),_n={charge:{dailyMaxPopUps:2,minInterval:8*60*60*1e3},useJolicoin:{dailyMaxPopUps:2,minInterval:8*60*60*1e3}}});function Qt(e,t){let r=null,n=null,i=null,o=()=>{if(i){r=Promise.resolve(i);return}r=new Promise(a=>{n=a})};return o(),e.on(t,(...a)=>{let s=a[0];i=s,n&&(n(s),n=null)}),{getData:()=>(r||o(),r),getCachedData:()=>i,clearCache:()=>{i=null,r=null},getFreshData:()=>(i=null,r=null,o(),r)}}var Hi=T(()=>{"use strict"});var zd,nx=T(()=>{"use strict";zd=e=>{let t=new Date,r=new Date(t.getFullYear(),t.getMonth(),t.getDate()).getTime(),n=r+24*60*60*1e3;return e.filter(i=>i>=r&&i<n)}});var ws,ix,ox,ax,sx,lx=T(()=>{"use strict";Ud();nx();ws=e=>{let t;try{t=JSON.parse(e)}catch(r){t=[]}return t},ix=e=>I(void 0,null,function*(){let{dailyMaxPopUps:t,minInterval:r}=e,n=yield $i("joli_coin_use_modal_frequency");if(console.log("checkUseModalFrequency",n.data),!n.data)return{canShow:!0,isFirst:!0};let i=ws(n.data),o=zd(i);return o.length>=t?{canShow:!1,isFirst:!1}:Date.now()-o[o.length-1]<r?{canShow:!1,isFirst:!1}:{canShow:!0,isFirst:!1}}),ox=()=>I(void 0,null,function*(){var n;let e=Date.now(),t=yield $i("joli_coin_use_modal_frequency"),r=ws((n=t.data)!=null?n:"[]");r.push(e),r.sort((i,o)=>o-i).splice(8),yield jd("joli_coin_use_modal_frequency",JSON.stringify(r))}),ax=e=>I(void 0,null,function*(){let{dailyMaxPopUps:t,minInterval:r}=e,n=yield $i("joli_coin_payment_frequency");if(console.log("checkPaymentFrequency",n.data),!n.data)return{canShow:!0,isFirst:!0};let i=ws(n.data),o=zd(i);return o.length>=t?{canShow:!1,isFirst:!1}:Date.now()-o[o.length-1]<r?{canShow:!1,isFirst:!1}:{canShow:!0,isFirst:!1}}),sx=()=>I(void 0,null,function*(){var n;let e=Date.now(),t=yield $i("joli_coin_payment_frequency"),r=ws((n=t.data)!=null?n:"[]");r.push(e),r.sort((i,o)=>o-i).splice(8),yield jd("joli_coin_payment_frequency",JSON.stringify(r))})});function cx(){let e=new Map;return{registerPaymentHandler(r,n){e.set(r,n)},invokePayment(r,...n){return I(this,null,function*(){let i=e.get(r);if(!i)return{code:"FAILED",message:`[joliboxSDK]: ${r} payment not supported in this platform`};try{return yield i(...n)}catch(o){return Ce(o),{code:"FAILED",message:`[joliboxSDK]: paymenterror ${o}`}}})}}}var ux=T(()=>{"use strict";ft()});var Is=T(()=>{"use strict"});var O5,bn,mr,N5,Fr,Gd=T(()=>{"use strict";Is();D();Q();St();O5=()=>{let[e,t]=[gf,_f].map(r=>(n,i,o)=>new r(n,i,o));return{createPaymentError:e,createPaymentInternalError:t}},{createPaymentError:bn,createPaymentInternalError:mr}=O5(),N5=E.testMode?"https://stg-game.jolibox.com":"https://game.jolibox.com",Fr=class{constructor(){this._orderId=null;this._orderStatus="INIT";this.startPayment=t=>I(this,null,function*(){this._orderId&&(yield this.cancelOrder(this.orderId));let{code:r,message:n}=yield this.placeOrder(t);if(r!=="SUCCESS")throw bn(n,1001);return yield this.pay()});this.cancelOrder=t=>I(this,null,function*(){var n,i;let{response:r}=yield ne(`/api/orders/${t}/cancel`,{method:"POST",data:{}});if(r.code!=="SUCCCESS")throw bn((i=(n=r.message)!=null?n:r.errMsg)!=null?i:"",1003)});this.generateCallbackUrl=()=>{let t=new URLSearchParams("");return t.set("utm_source",E.deviceInfo.platform),t.set("joliSource",E.encodeJoliSourceQuery(C({},this.generatePaymentContext()))),`${N5}//payment/callback?${t.toString()}`}}get orderId(){return this._orderId}get status(){return this._orderStatus}}});var Wd,px,fx=T(()=>{"use strict";St();Gd();Is();Wd=class extends Fr{constructor(r){super();this.productId=r;this.generatePaymentContext=()=>({type:"JOLI_COIN_ORDER_CONTEXT",state:"TO_VALIDATE",productId:this.productId,orderId:this.orderId});this.pay=()=>I(this,null,function*(){let r=this.generateCallbackUrl();return console.info("callbackUrl",r),{code:"SUCCESS",message:"jolicoin payment success"}})}placeOrder(r){return I(this,null,function*(){var n,i,o,a;try{let{response:s}=yield ne("/api/orders/checkout/joli-coin",{method:"POST",data:{productId:r.productId}});if(s.code!=="SUCCESS")throw bn((i=(n=s.errMsg)!=null?n:s.message)!=null?i:"",1002);return{code:"SUCCESS",message:(o=s.message)!=null?o:"placeorder jolicoin success",data:s.data}}catch(s){throw console.info("[JoliboxSDK] placeorder failed",s),mr((a=JSON.stringify(s))!=null?a:"jolicoin placeorder failed",1002)}})}},px=()=>{let e=new Map;return t=>I(void 0,null,function*(){let r=e.get(t);return r||(r=new Wd(t),e.set(t,r)),yield r.startPayment({productId:t}),{code:"SUCCESS",message:"jolicoin payment success"}})}});var hx,mx=T(()=>{"use strict";hx={SUCCESS:"unlockSuccess",FAIL_NOT_LOGIN:"unlockFailedNotLogin",FAIL_PAYING:"unlockFailedPaying",FAIL_PRODUCT_EMPTY:"unlockFailedProductIdNotFound",FAIL_GET_PRODUCT_INFO:"unlockFailedProductInvalid",FAIL_LAUNCH_BILLING:"unlockFailedLaunch",FAIL_TRANSACTION:"unlockFailedTransaction",FAIL_VERIFY:"unlockFaileVerify",TRANSACTION_PENDING:"transactionPending",FAILED:"unlockFailed"}});var Kd,vx,Qd,Yd,D5,gx,yx=T(()=>{"use strict";St();Gd();Is();Se();D();Q();Dr();mx();Kd=new Map;Ge("onPaymentStateChange",e=>{console.info("onPaymentStateChange",e);let{orderUUID:t,status:r,totalAmount:n,orderResponse:i}=e,o=Kd.get(t);if(o){if(r==="SUCCESS")Ji("{slot-success} {slot-i18n-jolicoin.unlockSuccess}",{position:"center",duration:3e3}),o.resolve({code:"SUCCESS",message:"jolicoin payment success",data:{totalAmount:n}});else{if(r==="FAILED"&&df(i==null?void 0:i.errNo)&&(i==null?void 0:i.errNo)!==0)throw mr(`jolicoin payment failed: ${i==null?void 0:i.errMsg}`,1002);let a=hx[r];a&&Ji(`{slot-error} {slot-i18n-jolicoin.${a}}`,{position:"center",duration:3e3}),o.resolve({code:"FAILED",message:"jolicoin payment failed"})}Kd.delete(t)}});vx=e=>I(void 0,null,function*(){var n,i;let t=new bt,r;try{let o=yield me("requestPaymentSync",{paymentBody:{appStoreProductId:e.appStoreProductId,appAccountToken:e.appAccountToken}});if(r=(n=o.data)==null?void 0:n.orderUUID,console.info("---payInApp---",o),!r)throw mr("orderUUID is null",1002);Kd.set(r,t)}catch(o){throw mr((i=JSON.stringify(o))!=null?i:"jolicoin payment failed",1002)}return t.promise}),Qd=class extends Fr{constructor(r,n){super();this.productId=r;this.appStoreProductId=n;this.generatePaymentContext=()=>({type:"JOLI_COIN_IAP_CONTEXT",state:"TO_VALIDATE",productId:this.productId,appStoreProductId:this.appStoreProductId});this.pay=()=>I(this,null,function*(){return yield vx({appStoreProductId:this.appStoreProductId})})}placeOrder(r){return I(this,null,function*(){return{code:"SUCCESS",message:"placeorder jolicoin success in native"}})}},Yd=class extends Fr{constructor(r,n){super();this.productId=r;this.appStoreProductId=n;this.generatePaymentContext=()=>({type:"JOLI_COIN_IAP_CONTEXT",state:"TO_VALIDATE",productId:this.productId,appStoreProductId:this.appStoreProductId});this.pay=()=>I(this,null,function*(){return yield vx({appStoreProductId:this.appStoreProductId,appAccountToken:this.appAccountToken})})}placeOrder(r){return I(this,null,function*(){var a;console.log("----start place order for ios----");let{response:n}=yield ne("/api/orders/iap-init",{method:"GET",appendHostCookie:!0}),{data:i,code:o}=n!=null?n:{};if(console.log("----iap init----",i,o),i.code!=="SUCCESS")throw mr("iap-init failed",1002);return this.appAccountToken=(a=i==null?void 0:i.data)==null?void 0:a.iapToken,{code:"SUCCESS",message:"placeorder jolicoin success in native"}})}},D5={android:Qd,ios:Yd},gx=()=>{let e=new Map;return t=>I(void 0,null,function*(){let{productId:r,appStoreProductId:n}=t,i=e.get(r);if(!i){let s=D5[E.platform];if(!s)throw mr("platform not supported",1002);i=new s(r,n),e.set(r,i)}let{code:o,message:a}=yield i.startPayment({productId:r,appStoreProductId:n});if(o!=="SUCCESS")throw bn(a,1002);return{code:"SUCCESS",message:"jolicoin payment success"}})}});var Ss,_x=T(()=>{"use strict";ux();fx();yx();Ss=cx();Ss.registerPaymentHandler("JOLI_COIN",px());Ss.registerPaymentHandler("JOLI_COIN_IAP",gx())});var Ix=h(Yt=>{"use strict";qr();Dr();St();Q();Vd();D();Hi();lx();_x();Dr();pt();Se();D();Mt();var Zd=Qt(W,bs);Zd.getData();var vr=Ad(),Xd=Promise.resolve(),wx=e=>I(Yt,null,function*(){Xd=Xd.then(()=>I(Yt,null,function*(){yield ne("/api/joli-coin/user-config",{method:"POST",appendHostCookie:!0,data:{enableAutoDeduct:e}})})),yield Xd});W.on(_s,(e,t)=>I(Yt,null,function*(){if(e==="ADS-JOLI_COIN"){yield vr.show({duration:3e3});let n=yield Zd.getData(),{canShow:i,isFirst:o}=yield ix(n.joliCoinUseAndCharge.useJolicoin);console.log("use modal show by frequency",i,o),vr.hide();let{balance:a}=t.userJoliCoin;if(a>=t.joliCoinQuantity&&t.enableAutoDeduct&&!o){W.emit(Lr,{useModalResult:"CONFIRM"});return}if(!i){W.emit(Lr,{useModalResult:"CONFIRM"});return}}Y("unlock_popup_show",{eventType:ve.View,targetType:"game"});let r=gE({data:{enableAutoDeduct:t.enableAutoDeduct,userJolicoin:t.userJoliCoin,joliCoinQuantity:t.joliCoinQuantity},buttons:{confirm:{text:t.confirmButtonText,onPress:()=>{Y("coin_unlock_click",{targetType:"game",eventType:ve.Click,coinConsume:t.joliCoinQuantity,ifAutoUnlock:t.enableAutoDeduct}),W.emit(Lr,{useModalResult:"CONFIRM"}),r.destroy()}},cancel:{text:t.cancelButtonText,onPress:({type:n})=>{n==="FAILED"&&Y("ad_unlock_click",{targetType:"game",eventType:ve.Click}),W.emit(Lr,{useModalResult:(n!=null?n:"")==="CANCEL"?"CANCEL":"FAILED"}),r.destroy()}},onEnableDeductChanged:n=>I(Yt,null,function*(){yield wx(n)})}});yield ox()}));W.on(ys,(e,t)=>I(Yt,null,function*(){var r,n;try{if(!UE("requestPaymentSync:paymentBody:appStoreProductId")){console.info("requestPaymentSync:paymentBody:appStoreProductId not supported"),setTimeout(()=>{W.emit(gt,{paymentResult:"FAILED"})},0);return}if(e==="ADS-JOLI_COIN"){yield vr.show({duration:3e3});let a=yield Zd.getData(),{canShow:s}=yield ax(a.joliCoinUseAndCharge.charge);if(console.log("use payment show by frequency",s),vr.hide(),!s){W.emit(gt,{paymentResult:"SUCCESS"});return}console.log("show by frequency")}yield vr.show({duration:3e3});let i=yield bx();if(vr.hide(),!i){W.emit(gt,{paymentResult:"FAILED"});return}Y("coinorder_show",{targetType:"game",eventType:ve.View});let o=yE({data:{userJolicoin:t.userJoliCoin,joliCoinQuantity:t.joliCoinQuantity,paymentChoices:(n=(r=i.paymentChoices)==null?void 0:r.map(a=>{var s;return q(C({},a),{totalAmountStr:(s=a.totalAmountStr)!=null?s:""})}))!=null?n:[],enableAutoDeduct:i.enableAutoDeduct},buttons:{confirm:{text:t.confirmButtonText,onPress:a=>I(Yt,null,function*(){var c,d,u,p,f,m,g,y;if(Y("order_pay_ensure",{targetType:"game",eventType:ve.Click,payWay:"app_iap",coinAmount:t.joliCoinQuantity,orderPrice:(d=(c=i.paymentChoices.find(v=>v.productId===a))==null?void 0:c.totalAmountStr)!=null?d:""}),!((u=E.hostUserInfo)!=null&&u.isLogin)){let{data:v}=yield Hd({skipLogin:!0});if(!(v!=null&&v.isLogin)){console.log("login failed");return}let _=yield bx();if(((p=_==null?void 0:_.balance)!=null?p:0)>=t.joliCoinQuantity){W.emit(gt,{paymentResult:"SUCCESS"}),o.destroy();return}}console.log("invokeNativePayment",a);let s=(m=(f=i==null?void 0:i.paymentChoices)==null?void 0:f.find(v=>v.productId===a))==null?void 0:m.appStoreProductId;if(!s){W.emit(gt,{paymentResult:"FAILED"}),o.destroy();return}yield vr.show({duration:3e3});let{code:l}=yield Ss.invokePayment("JOLI_COIN_IAP",{productId:a,appStoreProductId:s});if(vr.hide(),Y("order_pay_result",{eventType:ve.Other,targetType:"game",payWay:"app_iap",coinAmount:t.joliCoinQuantity,orderPrice:(y=(g=i.paymentChoices.find(v=>v.productId===a))==null?void 0:g.totalAmountStr)!=null?y:"",payResult:l}),l!=="SUCCESS"){console.info("[JoliboxSDK] payment failed in payment.invokePaymet");return}W.emit(gt,{paymentResult:"SUCCESS"}),o.destroy()})},cancel:{text:t.cancelButtonText,onPress:({type:a})=>{W.emit(gt,{paymentResult:(a!=null?a:"")==="CANCEL"?"CANCEL":"FAILED"}),Y("ad_unlock_click",{targetType:"game",eventType:ve.Click}),o.destroy()}},onEnableDeductChanged:a=>I(Yt,null,function*(){yield wx(a)})},onSelect:a=>{var s,l;Y("coinorder_click",{targetType:"game",eventType:ve.Click,coinAmount:t.joliCoinQuantity,orderPrice:(l=(s=i.paymentChoices.find(c=>c.productId===a))==null?void 0:s.totalAmountStr)!=null?l:""})}});yield sx()}catch(i){console.info("payment failed",i),W.emit(gt,{paymentResult:"FAILED"})}}));var L5=(e,t)=>{Object.keys(t).forEach(r=>{let n=e.paymentChoices.find(i=>i.appStoreProductId===r);n&&(n.totalAmountStr=t[r].price)}),e.paymentChoices=e.paymentChoices.filter(r=>!wl(r.totalAmountStr)),console.info("----mergeResponseData-----",e.paymentChoices)},bx=()=>I(Yt,null,function*(){var r,n,i,o,a,s,l,c,d,u;let{response:e}=yield ne("/api/joli-coin/balance-detail",{method:"GET",appendHostCookie:!0,responseType:"json"});console.info("getBalenceDetails",e);let{data:t}=yield me("requestProductDetailsAsync",{appStoreProductIds:(o=(i=(n=(r=e.data)==null?void 0:r.data)==null?void 0:n.paymentChoices)==null?void 0:i.filter(p=>typeof p.appStoreProductId=="string").map(p=>p.appStoreProductId))!=null?o:[]});if((a=e.data)!=null&&a.data&&t&&L5((s=e.data)==null?void 0:s.data,t),console.info("productDetails",(l=e.data)==null?void 0:l.data),((d=(c=e.data)==null?void 0:c.data)==null?void 0:d.paymentChoices.length)===0)throw new Error("paymentChoices is empty");return(u=e.data)==null?void 0:u.data})});function nt(e,t,r){return(t=j5(t))in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}function j5(e){var t=U5(e,"string");return typeof t=="symbol"?t:t+""}function U5(e,t){if(typeof e!="object"||!e)return e;var r=e[Symbol.toPrimitive];if(r!==void 0){var n=r.call(e,t);if(typeof n!="object")return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return(t==="string"?String:Number)(e)}function Es(e,t,r){return(t=B5(t))in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}function B5(e){var t=J5(e,"string");return typeof t=="symbol"?t:t+""}function J5(e,t){if(typeof e!="object"||!e)return e;var r=e[Symbol.toPrimitive];if(r!==void 0){var n=r.call(e,t);if(typeof n!="object")return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return(t==="string"?String:Number)(e)}function Y5(e){return new Promise(t=>{setTimeout(()=>{t()},e)})}function X5(e){return typeof e=="string"}function Z5(e){return typeof e=="undefined"}function e3(e){return Z5(e)||e===null}function t3(e){return typeof e=="function"}function Kx(e){let t=e,r=null,n=function(){for(var i=arguments.length,o=new Array(i),a=0;a<i;a++)o[a]=arguments[a];return r||(r=new t(...o)),r};return n.prototype=t.prototype,n}function Vi(e){return function(){var t,r;((r=(t=globalThis.VConsole)==null?void 0:t[e])!=null?r:globalThis.console[e])(...arguments)}}function As(e,t){return t.map(r=>{if(r==="params"&&e[r]){let n=e[r];return Object.keys(n).reduce((i,o)=>(i[o]=String(n[o]),i),{})}return e[r]})}function l3(e){let t=e.location?As(e.location,Tx):null,r=e.target?As(e.target,Tx):null;return As(W5(G5({},e),{location:t,target:r}),a3)}function c3(e){let t=e.events.map(n=>l3(n)),r=As(e.device,s3);return[e.protocolVersion,t,r,e.project]}function u3(){try{if(window.__joliboxLocalStorage__)return window.__joliboxLocalStorage__;let e=Object.getOwnPropertyDescriptor(window,"localStorage");if(e&&e.get){let n=e.get.call(window);return window.__joliboxLocalStorage__=n,n}if(e=Object.getOwnPropertyDescriptor(Object.getPrototypeOf(window),"localStorage"),e&&e.get)return e.get.call(window);let t=Window.prototype,r=Object.getOwnPropertyDescriptor(t,"localStorage");if(r&&r.get){let n=r.get.call(window);return window.__joliboxLocalStorage__=n,n}return localStorage}catch(e){return console.warn("Failed to get original localStorage, fallback to default implementation",e),localStorage}}function m3(e){return new Promise(t=>Zx(e)(t))}function Zx(e){return function(t){let r=arguments.length>1&&arguments[1]!==void 0?arguments[1]:null,n=!1;return e(i=>{if(!n)return n=!0,t.call(r,i)},null)}}function v3(e,t){return(r=>{let n={onWillAddFirstListener(){r(i.fire,i)}},i=new Qi(n);return i.event})(function(r){let n=arguments.length>1&&arguments[1]!==void 0?arguments[1]:null;return e(i=>t(i)&&r.call(n,i),null)})}function y3(e,t){let r=Math.min(e.length,t.length);for(let n=0;n<r;n++)_3(e[n],t[n])}function _3(e,t){if(X5(t)){if(typeof e!==t)throw new Error(`argument does not match constraint: typeof ${t}`)}else if(t3(t)){try{if(e instanceof t)return}catch(r){}if(!e3(e)&&e.constructor===t||t.length===1&&t.call(void 0,e)===!0)return;throw new Error("[Jolibox SDK]argument does not match one of these constraints: arg instanceof constraint, arg.constructor === constraint, nor constraint(arg) === true")}}function tp(e,t,r){return(t=b3(t))in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}function b3(e){var t=w3(e,"string");return typeof t=="symbol"?t:t+""}function w3(e,t){if(typeof e!="object"||!e)return e;var r=e[Symbol.toPrimitive];if(r!==void 0){var n=r.call(e,t);if(typeof n!="object")return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return(t==="string"?String:Number)(e)}function xs(e,t,r){return(t=I3(t))in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}function I3(e){var t=S3(e,"string");return typeof t=="symbol"?t:t+""}function S3(e,t){if(typeof e!="object"||!e)return e;var r=e[Symbol.toPrimitive];if(r!==void 0){var n=r.call(e,t);if(typeof n!="object")return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return(t==="string"?String:Number)(e)}function Xt(e,t,r){return(t=E3(t))in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}function E3(e){var t=x3(e,"string");return typeof t=="symbol"?t:t+""}function x3(e,t){if(typeof e!="object"||!e)return e;var r=e[Symbol.toPrimitive];if(r!==void 0){var n=r.call(e,t);if(typeof n!="object")return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return(t==="string"?String:Number)(e)}function k3(e){if(e.sheet)return e.sheet;for(var t=0;t<document.styleSheets.length;t++)if(document.styleSheets[t].ownerNode===e)return document.styleSheets[t]}function A3(e){var t=document.createElement("style");return t.setAttribute("data-emotion",e.key),e.nonce!==void 0&&t.setAttribute("nonce",e.nonce),t.appendChild(document.createTextNode("")),t.setAttribute("data-s",""),t}function N3(e,t){return De(e,0)^45?(((t<<2^De(e,0))<<2^De(e,1))<<2^De(e,2))<<2^De(e,3):0}function rk(e){return e.trim()}function D3(e,t){return(e=t.exec(e))?e[0]:e}function J(e,t,r){return e.replace(t,r)}function mp(e,t){return e.indexOf(t)}function De(e,t){return e.charCodeAt(t)|0}function Yi(e,t,r){return e.slice(t,r)}function Dt(e){return e.length}function Cp(e){return e.length}function ks(e,t){return t.push(e),e}function L3(e,t){return e.map(t).join("")}function Us(e,t,r,n,i,o,a){return{value:e,root:t,parent:r,type:n,props:i,children:o,line:js,column:En,length:a,return:""}}function Gi(e,t){return O3(Us("",null,null,"",null,null,0),e,{length:-e.length},t)}function q3(){return Ie}function F3(){return Ie=Ye>0?De(xn,--Ye):0,En--,Ie===10&&(En=1,js--),Ie}function at(){return Ie=Ye<nk?De(xn,Ye++):0,En++,Ie===10&&(En=1,js++),Ie}function Lt(){return De(xn,Ye)}function Ts(){return Ye}function Zi(e,t){return Yi(xn,e,t)}function Xi(e){switch(e){case 0:case 9:case 10:case 13:case 32:return 5;case 33:case 43:case 44:case 47:case 62:case 64:case 126:case 59:case 123:case 125:return 4;case 58:return 3;case 34:case 39:case 40:case 91:return 2;case 41:case 93:return 1}return 0}function ik(e){return js=En=1,nk=Dt(xn=e),Ye=0,[]}function ok(e){return xn="",e}function Cs(e){return rk(Zi(Ye-1,vp(e===91?e+2:e===40?e+1:e)))}function M3(e){for(;(Ie=Lt())&&Ie<33;)at();return Xi(e)>2||Xi(Ie)>3?"":" "}function j3(e,t){for(;--t&&at()&&!(Ie<48||Ie>102||Ie>57&&Ie<65||Ie>70&&Ie<97););return Zi(e,Ts()+(t<6&&Lt()==32&&at()==32))}function vp(e){for(;at();)switch(Ie){case e:return Ye;case 34:case 39:e!==34&&e!==39&&vp(Ie);break;case 40:e===41&&vp(e);break;case 92:at();break}return Ye}function U3(e,t){for(;at()&&e+Ie!==57&&!(e+Ie===84&&Lt()===47););return"/*"+Zi(t,Ye-1)+"*"+Ms(e===47?e:at())}function B3(e){for(;!Xi(Lt());)at();return Zi(e,Ye)}function J3(e){return ok(Ps("",null,null,null,[""],e=ik(e),0,[0],e))}function Ps(e,t,r,n,i,o,a,s,l){for(var c=0,d=0,u=a,p=0,f=0,m=0,g=1,y=1,v=1,_=0,w="",A=i,R=o,P=n,S=w;y;)switch(m=_,_=at()){case 40:if(m!=108&&De(S,u-1)==58){mp(S+=J(Cs(_),"&","&\f"),"&\f")!=-1&&(v=-1);break}case 34:case 39:case 91:S+=Cs(_);break;case 9:case 10:case 13:case 32:S+=M3(m);break;case 92:S+=j3(Ts()-1,7);continue;case 47:switch(Lt()){case 42:case 47:ks($3(U3(at(),Ts()),t,r),l);break;default:S+="/"}break;case 123*g:s[c++]=Dt(S)*v;case 125*g:case 59:case 0:switch(_){case 0:case 125:y=0;case 59+d:v==-1&&(S=J(S,/\f/g,"")),f>0&&Dt(S)-u&&ks(f>32?Rx(S+";",n,r,u-1):Rx(J(S," ","")+";",n,r,u-2),l);break;case 59:S+=";";default:if(ks(P=Px(S,t,r,c,d,i,s,w,A=[],R=[],u),o),_===123)if(d===0)Ps(S,t,P,P,A,o,u,s,R);else switch(p===99&&De(S,3)===110?100:p){case 100:case 108:case 109:case 115:Ps(e,P,P,n&&ks(Px(e,P,P,0,0,i,s,w,i,A=[],u),R),i,R,u,s,n?A:R);break;default:Ps(S,P,P,P,[""],R,0,s,R)}}c=d=f=0,g=v=1,w=S="",u=a;break;case 58:u=1+Dt(S),f=m;default:if(g<1){if(_==123)--g;else if(_==125&&g++==0&&F3()==125)continue}switch(S+=Ms(_),_*g){case 38:v=d>0?1:(S+="\f",-1);break;case 44:s[c++]=(Dt(S)-1)*v,v=1;break;case 64:Lt()===45&&(S+=Cs(at())),p=Lt(),d=u=Dt(w=S+=B3(Ts())),_++;break;case 45:m===45&&Dt(S)==2&&(g=0)}}return o}function Px(e,t,r,n,i,o,a,s,l,c,d){for(var u=i-1,p=i===0?o:[""],f=Cp(p),m=0,g=0,y=0;m<n;++m)for(var v=0,_=Yi(e,u+1,u=R3(g=a[m])),w=e;v<f;++v)(w=rk(g>0?p[v]+" "+_:J(_,/&\f/g,p[v])))&&(l[y++]=w);return Us(e,t,r,i===0?Ap:s,l,c,d)}function $3(e,t,r){return Us(e,t,r,ek,Ms(q3()),Yi(e,2,-2),0)}function Rx(e,t,r,n){return Us(e,t,r,Tp,Yi(e,0,n),Yi(e,n+1,-1),n)}function Sn(e,t){for(var r="",n=Cp(e),i=0;i<n;i++)r+=t(e[i],i,e,t)||"";return r}function H3(e,t,r,n){switch(e.type){case P3:if(e.children.length)break;case C3:case Tp:return e.return=e.return||e.value;case ek:return"";case tk:return e.return=e.value+"{"+Sn(e.children,n)+"}";case Ap:e.value=e.props.join(",")}return Dt(r=Sn(e.children,n))?e.return=e.value+"{"+r+"}":""}function V3(e){var t=Cp(e);return function(r,n,i,o){for(var a="",s=0;s<t;s++)a+=e[s](r,n,i,o)||"";return a}}function z3(e){return function(t){t.root||(t=t.return)&&e(t)}}function G3(e){var t=Object.create(null);return function(r){return t[r]===void 0&&(t[r]=e(r)),t[r]}}function ak(e,t){switch(N3(e,t)){case 5103:return B+"print-"+e+e;case 5737:case 4201:case 3177:case 3433:case 1641:case 4457:case 2921:case 5572:case 6356:case 5844:case 3191:case 6645:case 3005:case 6391:case 5879:case 5623:case 6135:case 4599:case 4855:case 4215:case 6389:case 5109:case 5365:case 5621:case 3829:return B+e+e;case 5349:case 4246:case 4810:case 6968:case 2756:return B+e+Ns+e+Be+e+e;case 6828:case 4268:return B+e+Be+e+e;case 6165:return B+e+Be+"flex-"+e+e;case 5187:return B+e+J(e,/(\w+).+(:[^]+)/,B+"box-$1$2"+Be+"flex-$1$2")+e;case 5443:return B+e+Be+"flex-item-"+J(e,/flex-|-self/,"")+e;case 4675:return B+e+Be+"flex-line-pack"+J(e,/align-content|flex-|-self/,"")+e;case 5548:return B+e+Be+J(e,"shrink","negative")+e;case 5292:return B+e+Be+J(e,"basis","preferred-size")+e;case 6060:return B+"box-"+J(e,"-grow","")+B+e+Be+J(e,"grow","positive")+e;case 4554:return B+J(e,/([^-])(transform)/g,"$1"+B+"$2")+e;case 6187:return J(J(J(e,/(zoom-|grab)/,B+"$1"),/(image-set)/,B+"$1"),e,"")+e;case 5495:case 3959:return J(e,/(image-set\([^]*)/,B+"$1$`$1");case 4968:return J(J(e,/(.+:)(flex-)?(.*)/,B+"box-pack:$3"+Be+"flex-pack:$3"),/s.+-b[^;]+/,"justify")+B+e+e;case 4095:case 3583:case 4068:case 2532:return J(e,/(.+)-inline(.+)/,B+"$1$2")+e;case 8116:case 7059:case 5753:case 5535:case 5445:case 5701:case 4933:case 4677:case 5533:case 5789:case 5021:case 4765:if(Dt(e)-1-t>6)switch(De(e,t+1)){case 109:if(De(e,t+4)!==45)break;case 102:return J(e,/(.+:)(.+)-([^]+)/,"$1"+B+"$2-$3$1"+Ns+(De(e,t+3)==108?"$3":"$2-$3"))+e;case 115:return~mp(e,"stretch")?ak(J(e,"stretch","fill-available"),t)+e:e}break;case 4949:if(De(e,t+1)!==115)break;case 6444:switch(De(e,Dt(e)-3-(~mp(e,"!important")&&10))){case 107:return J(e,":",":"+B)+e;case 101:return J(e,/(.+:)([^;!]+)(;|!.+)?/,"$1"+B+(De(e,14)===45?"inline-":"")+"box$3$1"+B+"$2$3$1"+Be+"$2box$3")+e}break;case 5936:switch(De(e,t+11)){case 114:return B+e+Be+J(e,/[svh]\w+-[tblr]{2}/,"tb")+e;case 108:return B+e+Be+J(e,/[svh]\w+-[tblr]{2}/,"tb-rl")+e;case 45:return B+e+Be+J(e,/[svh]\w+-[tblr]{2}/,"lr")+e}return B+e+Be+e+e}return e}function rJ(e){for(var t=0,r,n=0,i=e.length;i>=4;++n,i-=4)r=e.charCodeAt(n)&255|(e.charCodeAt(++n)&255)<<8|(e.charCodeAt(++n)&255)<<16|(e.charCodeAt(++n)&255)<<24,r=(r&65535)*1540483477+((r>>>16)*59797<<16),r^=r>>>24,t=(r&65535)*1540483477+((r>>>16)*59797<<16)^(t&65535)*1540483477+((t>>>16)*59797<<16);switch(i){case 3:t^=(e.charCodeAt(n+2)&255)<<16;case 2:t^=(e.charCodeAt(n+1)&255)<<8;case 1:t^=e.charCodeAt(n)&255,t=(t&65535)*1540483477+((t>>>16)*59797<<16)}return t^=t>>>13,t=(t&65535)*1540483477+((t>>>16)*59797<<16),((t^t>>>15)>>>0).toString(36)}function Ds(e,t,r){if(r==null)return"";var n=r;if(n.__emotion_styles!==void 0)return n;switch(typeof r){case"boolean":return"";case"object":{var i=r;if(i.anim===1)return gr={name:i.name,styles:i.styles,next:gr},i.name;var o=r;if(o.styles!==void 0){var a=o.next;if(a!==void 0)for(;a!==void 0;)gr={name:a.name,styles:a.styles,next:gr},a=a.next;var s=o.styles+";";return s}return aJ(e,t,r)}}var l=r;if(t==null)return l;var c=t[l];return c!==void 0?c:l}function aJ(e,t,r){var n="";if(Array.isArray(r))for(var i=0;i<r.length;i++)n+=Ds(e,t,r[i])+";";else for(var o in r){var a=r[o];if(typeof a!="object"){var s=a;t!=null&&t[s]!==void 0?n+=o+"{"+t[s]+"}":Nx(s)&&(n+=rp(o)+":"+Dx(o,s)+";")}else if(Array.isArray(a)&&typeof a[0]=="string"&&(t==null||t[a[0]]===void 0))for(var l=0;l<a.length;l++)Nx(a[l])&&(n+=rp(o)+":"+Dx(o,a[l])+";");else{var c=Ds(e,t,a);switch(o){case"animation":case"animationName":{n+=rp(o)+":"+c+";";break}default:n+=o+"{"+c+"}"}}}return n}function np(e,t,r){if(e.length===1&&typeof e[0]=="object"&&e[0]!==null&&e[0].styles!==void 0)return e[0];var n=!0,i="";gr=void 0;var o=e[0];if(o==null||o.raw===void 0)n=!1,i+=Ds(r,t,o);else{var a=o;i+=a[0]}for(var s=1;s<e.length;s++)if(i+=Ds(r,t,e[s]),n){var l=o;i+=l[s]}Lx.lastIndex=0;for(var c="",d;(d=Lx.exec(i))!==null;)c+="-"+d[1];var u=rJ(i)+c;return{name:u,styles:i,next:gr}}function lk(e,t,r){var n="";return r.split(" ").forEach(function(i){e[i]!==void 0?t.push(e[i]+";"):i&&(n+=i+" ")}),n}function qx(e,t){if(e.inserted[t.name]===void 0)return e.insert("",t,e.sheet,!0)}function Fx(e,t,r){var n=[],i=lk(e,n,r);return n.length<2?r:i+t(n)}function pJ(e,t){Te.__h&&Te.__h(ot,e,jx||t),jx=0;var r=ot.__H||(ot.__H={__:[],__h:[]});return e>=r.__.length&&r.__.push({}),r.__[e]}function uk(e,t){var r=pJ(gp++,7);return mJ(r.__H,t)&&(r.__=e(),r.__H=t,r.__h=e),r.__}function fJ(){for(var e;e=ck.shift();)if(e.__P&&e.__H)try{e.__H.__h.forEach(Rs),e.__H.__h.forEach(yp),e.__H.__h=[]}catch(t){e.__H.__h=[],Te.__e(t,e.__v)}}function hJ(e){var t,r=function(){clearTimeout(n),zx&&cancelAnimationFrame(t),setTimeout(e)},n=setTimeout(r,100);zx&&(t=requestAnimationFrame(r))}function Rs(e){var t=ot,r=e.__c;typeof r=="function"&&(e.__c=void 0,r()),ot=t}function yp(e){var t=ot;e.__c=e.__(),ot=t}function mJ(e,t){return!e||e.length!==t.length||t.some(function(r,n){return r!==e[n]})}function Bs(){if(yr>1)yr--;else{for(var e,t=!1;Wi!==void 0;){var r=Wi;for(Wi=void 0,_p++;r!==void 0;){var n=r.o;if(r.o=void 0,r.f&=-3,!(8&r.f)&&pk(r))try{r.c()}catch(i){t||(e=i,t=!0)}r=n}}if(_p=0,yr--,t)throw e}}function Qe(e){if(yr>0)return e();yr++;try{return e()}finally{Bs()}}function dk(e){if(K!==void 0){var t=e.n;if(t===void 0||t.t!==K)return t={i:0,S:e,p:K.s,n:void 0,t:K,e:void 0,x:void 0,r:t},K.s!==void 0&&(K.s.n=t),K.s=t,e.n=t,32&K.f&&e.S(t),t;if(t.i===-1)return t.i=0,t.n!==void 0&&(t.n.p=t.p,t.p!==void 0&&(t.p.n=t.n),t.p=K.s,t.n=void 0,K.s.n=t,K.s=t),t}}function Le(e){this.v=e,this.i=0,this.n=void 0,this.t=void 0}function X(e){return new Le(e)}function pk(e){for(var t=e.s;t!==void 0;t=t.n)if(t.S.i!==t.i||!t.S.h()||t.S.i!==t.i)return!0;return!1}function fk(e){for(var t=e.s;t!==void 0;t=t.n){var r=t.S.n;if(r!==void 0&&(t.r=r),t.S.n=t,t.i=-1,t.n===void 0){e.s=t;break}}}function hk(e){for(var t=e.s,r=void 0;t!==void 0;){var n=t.p;t.i===-1?(t.S.U(t),n!==void 0&&(n.n=t.n),t.n!==void 0&&(t.n.p=n)):r=t,t.S.n=t.r,t.r!==void 0&&(t.r=void 0),t=n}e.s=r}function An(e){Le.call(this,void 0),this.x=e,this.s=void 0,this.g=Ls-1,this.f=4}function Ki(e){return new An(e)}function mk(e){var t=e.u;if(e.u=void 0,typeof t=="function"){yr++;var r=K;K=void 0;try{t()}catch(n){throw e.f&=-2,e.f|=8,Pp(e),n}finally{K=r,Bs()}}}function Pp(e){for(var t=e.s;t!==void 0;t=t.n)t.S.U(t);e.x=void 0,e.s=void 0,mk(e)}function gJ(e){if(K!==this)throw new Error("Out-of-order effect");hk(this),K=e,this.f&=-2,8&this.f&&Pp(this),Bs()}function eo(e){this.x=e,this.u=void 0,this.s=void 0,this.o=void 0,this.f=32}function to(e){var t=new eo(e);try{t.c()}catch(r){throw t.d(),r}return t.d.bind(t)}function Tn(e,t){O[e]=t.bind(null,O[e]||function(){})}function qs(e){op&&op(),op=e&&e.S()}function yk(e){var t=this,r=e.data,n=_k(r);n.value=r;var i=uk(function(){for(var s=t,l=t.__v;l=l.__;)if(l.__c){l.__c.__$f|=4;break}var c=Ki(function(){var f=n.value.value;return f===0?0:f===!0?"":f||""}),d=Ki(function(){return!Array.isArray(c.value)&&!Bl(c.value)}),u=to(function(){if(this.N=bk,d.value){var f=c.value;s.__v&&s.__v.__e&&s.__v.__e.nodeType===3&&(s.__v.__e.data=f)}}),p=t.__$u.d;return t.__$u.d=function(){u(),p.call(this)},[d,c]},[]),o=i[0],a=i[1];return o.value?a.peek():a.value}function yJ(e,t,r,n){var i=t in e&&e.ownerSVGElement===void 0,o=X(r);return{o:function(a,s){o.value=a,n=s},d:to(function(){this.N=bk;var a=o.value.value;n[t]!==a&&(n[t]=a,i?e[t]=a:a?e.setAttribute(t,a):e.removeAttribute(t))})}}function _k(e){return uk(function(){return X(e)},[])}function bJ(){Qe(function(){for(var e;e=gk.shift();)vk.call(e)})}function bk(){gk.push(this)===1&&(O.requestAnimationFrame||_J)(bJ)}function wJ(e,t){let r=ci(e);Zr(()=>{r.current=e},[e]),li(()=>{if(t===null)return;let n=setInterval(()=>{r.current()},t);return()=>{clearInterval(n)}},[t])}function he(e,t,r,n,i,o){t||(t={});var a,s,l=t;if("ref"in l)for(s in l={},t)s=="ref"?a=t[s]:l[s]=t[s];var c={type:e,props:l,key:r,ref:a,__k:null,__:null,__b:0,__e:null,__c:null,constructor:void 0,__v:--IJ,__i:-1,__u:0,__source:i,__self:o};if(typeof e=="function"&&(a=e.defaultProps))for(s in a)l[s]===void 0&&(l[s]=a[s]);return O.vnode&&O.vnode(c),c}function Zt(e,t,r){return(t=DJ(t))in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}function DJ(e){var t=LJ(e,"string");return typeof t=="symbol"?t:t+""}function LJ(e,t){if(typeof e!="object"||!e)return e;var r=e[Symbol.toPrimitive];if(r!==void 0){var n=r.call(e,t);if(typeof n!="object")return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return(t==="string"?String:Number)(e)}function er(e,t,r){return(t=jJ(t))in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}function jJ(e){var t=UJ(e,"string");return typeof t=="symbol"?t:t+""}function UJ(e,t){if(typeof e!="object"||!e)return e;var r=e[Symbol.toPrimitive];if(r!==void 0){var n=r.call(e,t);if(typeof n!="object")return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return(t==="string"?String:Number)(e)}function Ue(e,t,r){return(t=BJ(t))in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}function BJ(e){var t=JJ(e,"string");return typeof t=="symbol"?t:t+""}function JJ(e,t){if(typeof e!="object"||!e)return e;var r=e[Symbol.toPrimitive];if(r!==void 0){var n=r.call(e,t);if(typeof n!="object")return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return(t==="string"?String:Number)(e)}function it(e,t,r){return(t=$J(t))in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}function $J(e){var t=HJ(e,"string");return typeof t=="symbol"?t:t+""}function HJ(e,t){if(typeof e!="object"||!e)return e;var r=e[Symbol.toPrimitive];if(r!==void 0){var n=r.call(e,t);if(typeof n!="object")return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return(t==="string"?String:Number)(e)}function Mr(e,t,r){return(t=VJ(t))in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}function VJ(e){var t=zJ(e,"string");return typeof t=="symbol"?t:t+""}function zJ(e,t){if(typeof e!="object"||!e)return e;var r=e[Symbol.toPrimitive];if(r!==void 0){var n=r.call(e,t);if(typeof n!="object")return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return(t==="string"?String:Number)(e)}function Nt(e,t,r){return(t=GJ(t))in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}function GJ(e){var t=WJ(e,"string");return typeof t=="symbol"?t:t+""}function WJ(e,t){if(typeof e!="object"||!e)return e;var r=e[Symbol.toPrimitive];if(r!==void 0){var n=r.call(e,t);if(typeof n!="object")return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return(t==="string"?String:Number)(e)}var Sx,q5,F5,M5,ap,sp,Gx,$5,H5,Ex,V5,z5,xx,G5,W5,K5,Wx,Q5,r3,n3,kx,i3,Ax,o3,Qx,Yx,Xx,Tx,a3,s3,lp,oe,d3,p3,zi,Qi,f3,up,h3,ep,g3,dp,Cx,pp,fp,hp,T3,Be,Ns,B,ek,Ap,Tp,C3,tk,P3,R3,Ms,O3,js,En,nk,Ye,Ie,xn,W3,K3,Q3,Ox,Y3,X3,Z3,eJ,tJ,nJ,iJ,oJ,sk,Nx,rp,Dx,Lx,gr,sJ,lJ,cJ,uJ,dJ,kn,gp,ot,ip,Mx,jx,ck,Te,Ux,Bx,Jx,$x,Hx,Vx,zx,vJ,K,Wi,yr,_p,Ls,vk,op,gk,_J,Je,IJ,SJ,tr,bp,wp,Os,EJ,xJ,kJ,AJ,TJ,CJ,PJ,RJ,OJ,NJ,Ip,In,wn,qJ,FJ,MJ,Sp,wk,Ep,xp,kp,Fs,TK,Ik=T(()=>{"use strict";$r();Uo();Sx=Object.getOwnPropertySymbols,q5=Object.prototype.hasOwnProperty,F5=Object.prototype.propertyIsEnumerable,M5=(e,t)=>{var r={};for(var n in e)q5.call(e,n)&&t.indexOf(n)<0&&(r[n]=e[n]);if(e!=null&&Sx)for(var n of Sx(e))t.indexOf(n)<0&&F5.call(e,n)&&(r[n]=e[n]);return r};ap=class{constructor(t){nt(this,"context",void 0),nt(this,"continueCallback",void 0),nt(this,"adIsShowingCallback",void 0),nt(this,"isBeforeAdCalled",!1),nt(this,"isBeforeRewardCalled",!1),nt(this,"isAdDismissedCalled",!1),nt(this,"isAdViewedCalled",!1),nt(this,"isAfterAdCalled",!1),nt(this,"currentProvider",void 0),nt(this,"currentClientParams",void 0),nt(this,"adsHasResponse",!1),nt(this,"videoChecker",window.document.createElement("video")),nt(this,"wrapShowAdFn",r=>()=>{var n;this.adsHasResponse=!0;let i=!1;this.videoChecker.play().catch(()=>{i=!1}),i=!this.videoChecker.paused,this.videoChecker.pause(),this.context.track("CallShowAdFn",Object.assign({},{userEvent:i},this.paramsToTrack)),(n=this.adIsShowingCallback)==null||n.call(this,!0),r()}),this.context=t}get paramsToTrack(){var t,r,n,i,o,a;return{provider:(r=(t=this.currentProvider)==null?void 0:t.name)!=null?r:null,type:(n=this.currentClientParams)==null?void 0:n.type,name:((i=this.currentClientParams)==null?void 0:i.type)==="preroll"?null:(a=(o=this.currentClientParams)==null?void 0:o.name)!=null?a:""}}wrapBeforeAd(t){return()=>{var r,n;this.adsHasResponse=!0,this.context.track("CallBeforeAd",this.paramsToTrack),this.isBeforeAdCalled||(this.isBeforeAdCalled=!0,t==null||t(),((r=this.currentClientParams)==null?void 0:r.type)!=="reward"&&((n=this.adIsShowingCallback)==null||n.call(this,!0)))}}wrapBeforeReward(t){return r=>{this.adsHasResponse=!0,this.isBeforeRewardCalled?this.wrapShowAdFn(r)():(this.isBeforeRewardCalled=!0,t==null||t(this.wrapShowAdFn(r)))}}wrapAdDismissed(t){return()=>{this.adsHasResponse=!0,this.isAdDismissedCalled||(this.isAdDismissedCalled=!0,t==null||t())}}wrapAdViewed(t){return()=>{this.adsHasResponse=!0,this.isAdViewedCalled||(this.isAdViewedCalled=!0,t==null||t())}}wrapAfterAd(t){return()=>{this.adsHasResponse=!0,this.context.track("CallAfterAd",this.paramsToTrack),this.isAfterAdCalled||(this.isAfterAdCalled=!0,t==null||t())}}wrapAdBreakDone(t){return r=>{var n,i,o,a,s,l;switch(this.adsHasResponse=!0,this.context.track("CallAdBreakDone",{provider:(i=(n=this.currentProvider)==null?void 0:n.name)!=null?i:null,breakType:r.breakType,breakName:(o=r.breakName)!=null?o:"",breakFormat:r.breakFormat,breakStatus:r.breakStatus}),r.breakStatus){case"viewed":case"ignored":case"dismissed":case"error":{t==null||t(r),(a=this.adIsShowingCallback)==null||a.call(this,!1),(s=this.continueCallback)==null||s.call(this,[!1,r]);break}default:{(l=this.continueCallback)==null||l.call(this,[!0,r]);break}}}}callAdBreakAndContinue(t,r,n,i){return I(this,null,function*(){return this.currentProvider=t,this.currentClientParams=r,this.adsHasResponse=!1,new Promise(o=>{this.continueCallback=o,this.adIsShowingCallback=i;let a;switch(r.type){case"preroll":{a={type:r.type,adBreakDone:this.wrapAdBreakDone(r.adBreakDone)};break}case"reward":{a={name:r.name,type:r.type,beforeAd:this.wrapBeforeAd(r.beforeAd),beforeReward:this.wrapBeforeReward(r.beforeReward),adDismissed:this.wrapAdDismissed(r.adDismissed),adViewed:this.wrapAdViewed(r.adViewed),afterAd:this.wrapAfterAd(r.afterAd),adBreakDone:this.wrapAdBreakDone(r.adBreakDone)};break}default:{a={name:r.name,type:r.type,beforeAd:this.wrapBeforeAd(r.beforeAd),afterAd:this.wrapAfterAd(r.afterAd),adBreakDone:this.wrapAdBreakDone(r.adBreakDone)};break}}window.setTimeout(()=>{var s,l,c,d,u;this.adsHasResponse||(this.context.track("CallAdBreakTimeout",{type:r.type,provider:(l=(s=this.currentProvider)==null?void 0:s.name)!=null?l:null}),(d=this.continueCallback)==null||d.call(this,[!0,{breakType:r.type,breakName:r.type==="preroll"?"":(c=r.name)!=null?c:"",breakFormat:r.type==="reward"?"reward":"interstitial",breakStatus:"timeout"}]),(u=this.adIsShowingCallback)==null||u.call(this,!1))},5e3),this.context.track("CallAdBreak",this.paramsToTrack),t.adBreak(a,n),window.JoliTesterBridge&&console.log("joli-fullscreen-ad-show")})})}};sp=class{constructor(t){Es(this,"context",void 0),Es(this,"adBreakIsShowing",!1),Es(this,"reportPageJumpOut",()=>{this.context.track("AdBreakJumpOut",{context:"AdsActionDetection"})}),Es(this,"reportPageHide",()=>{this.context.track("AdBreakHide",{context:"AdsActionDetection"})}),this.context=t,window.addEventListener("visibilitychange",()=>{document.hidden&&this.adBreakIsShowing&&this.reportPageHide()}),window.addEventListener("beforeunload",r=>{this.adBreakIsShowing&&this.reportPageJumpOut()})}},Gx=Object.defineProperty,$5=Object.defineProperties,H5=Object.getOwnPropertyDescriptors,Ex=Object.getOwnPropertySymbols,V5=Object.prototype.hasOwnProperty,z5=Object.prototype.propertyIsEnumerable,xx=(e,t,r)=>t in e?Gx(e,t,{enumerable:!0,configurable:!0,writable:!0,value:r}):e[t]=r,G5=(e,t)=>{for(var r in t||(t={}))V5.call(t,r)&&xx(e,r,t[r]);if(Ex)for(var r of Ex(t))z5.call(t,r)&&xx(e,r,t[r]);return e},W5=(e,t)=>$5(e,H5(t)),K5=(e,t)=>{for(var r in t)Gx(e,r,{get:t[r],enumerable:!0})},Wx=(e,t,r,n)=>{for(var i=t,o=e.length-1,a;o>=0;o--)(a=e[o])&&(i=a(i)||i);return i},Q5=(e,t,r)=>new Promise((n,i)=>{var o=l=>{try{s(r.next(l))}catch(c){i(c)}},a=l=>{try{s(r.throw(l))}catch(c){i(c)}},s=l=>l.done?n(l.value):Promise.resolve(l.value).then(o,a);s((r=r.apply(e,t)).next())});if(typeof window!="undefined"&&!window.AbortController){let e=function(){this.signal=new t};e.prototype.abort=function(){this.signal._aborted=!0,typeof this.signal.onabort=="function"&&this.signal.onabort(new Event("abort"));let r=new Event("abort");this.signal.dispatchEvent(r)};let t=function(){this._aborted=!1,this.aborted=!1,this.onabort=null,this._eventListeners={}};Object.defineProperty(t.prototype,"aborted",{get:function(){return this._aborted}}),t.prototype.addEventListener=function(r,n){this._eventListeners[r]||(this._eventListeners[r]=[]),this._eventListeners[r].push(n)},t.prototype.removeEventListener=function(r,n){if(!this._eventListeners[r])return;let i=this._eventListeners[r].indexOf(n);i!==-1&&this._eventListeners[r].splice(i,1)},t.prototype.dispatchEvent=function(r){if(this._eventListeners[r.type])for(let n of this._eventListeners[r.type])n.call(this,r)},window.AbortController=e,window.AbortSignal=t}r3=(e=>(e[e.DEVELOPER_FILE_NOT_FOUND=0]="DEVELOPER_FILE_NOT_FOUND",e[e.INTERNAL_IOS_CAN_NOT_FOUND_PKG=1]="INTERNAL_IOS_CAN_NOT_FOUND_PKG",e[e.USER_IOS_LOAD_TIMEOUT=2]="USER_IOS_LOAD_TIMEOUT",e[e.INTERNAL_IOS_PKG_LOAD_ERROR=3]="INTERNAL_IOS_PKG_LOAD_ERROR",e[e.INTERNAL_IOS_PKG_PARSE_FAIL=4]="INTERNAL_IOS_PKG_PARSE_FAIL",e[e.USER_IOS_GET_EMPTY_DATA=5]="USER_IOS_GET_EMPTY_DATA",e[e.USER_ANDROID_GET_PKG_FAIL=6]="USER_ANDROID_GET_PKG_FAIL",e[e.DEVELOPER_ANDROID_PACKAGE_FILE_UNEXPECTED_REQUIRE=7]="DEVELOPER_ANDROID_PACKAGE_FILE_UNEXPECTED_REQUIRE",e))(r3||{});n3={log:Vi("log"),warn:Vi("warn"),info:Vi("info"),error:Vi("error"),debug:Vi("debug")};Object.assign(globalThis,{logger:n3});kx=Symbol.for("Jolibox.canIUseMap"),i3={};globalThis[kx]||(globalThis[kx]=i3);Ax=Symbol.for("Jolibox.canIUseMap.native"),o3={};globalThis[Ax]||(globalThis[Ax]=o3);Qx=(e=>(e[e.Other=0]="Other",e[e.Route=1]="Route",e[e.Click=2]="Click",e[e.View=3]="View",e[e.Expose=4]="Expose",e[e.Swipe=5]="Swipe",e[e.Input=6]="Input",e[e.Select=7]="Select",e[e.SwitchOn=8]="SwitchOn",e[e.SwitchOff=9]="SwitchOff",e[e.Submit=10]="Submit",e[e.Scroll=11]="Scroll",e[e.Hide=12]="Hide",e[e.System=1e3]="System",e[e.ErrorTrace=1001]="ErrorTrace",e[e.UserDefined=1002]="UserDefined",e))(Qx||{}),Yx=(e=>(e.MiniGame="mini-game",e.MiniDrama="mini-drama",e.App="app",e.WebSDK="web-sdk",e.AppSDK="app-sdk",e))(Yx||{}),Xx=(e=>(e[e.App=0]="App",e[e.H5=1]="H5",e[e.Weapp=2]="Weapp",e[e.Alipay=3]="Alipay",e[e.Gcash=4]="Gcash",e[e.Dana=5]="Dana",e[e.Umma=6]="Umma",e[e.WebSDK=1e3]="WebSDK",e[e.AppSDK=1001]="AppSDK",e[e.Other=9999]="Other",e))(Xx||{}),Tx=["name","params"],a3=["name","type","location","target","extra","timestamp","userId"],s3=["platform","os","appVersion","appId","model","brand","uuid","jsSdkVersion","extra"];u3();navigator.userAgent.includes("iPhone")||navigator.userAgent.includes("iPod")||navigator.userAgent.includes("iPad")||navigator.userAgent.includes("iPhone OS"),navigator.userAgent.includes("Android"),navigator.userAgent.includes("Mac"),navigator.userAgent.includes("FB_IAB"),!navigator.userAgent.includes("iPhone")&&navigator.userAgent.includes("Android");lp=class cp{constructor(t){this.element=t,this.next=cp.Undefined,this.prev=cp.Undefined}};lp.Undefined=new lp(void 0);oe=lp,d3=class{constructor(){this._first=oe.Undefined,this._last=oe.Undefined,this._size=0}get size(){return this._size}isEmpty(){return this._first===oe.Undefined}clear(){let e=this._first;for(;e!==oe.Undefined;){let t=e.next;e.prev=oe.Undefined,e.next=oe.Undefined,e=t}this._first=oe.Undefined,this._last=oe.Undefined,this._size=0}unshift(e){return this._insert(e,!1)}push(e){return this._insert(e,!0)}_insert(e,t){let r=new oe(e);if(this._first===oe.Undefined)this._first=r,this._last=r;else if(t){let i=this._last;this._last=r,r.prev=i,i.next=r}else{let i=this._first;this._first=r,r.next=i,i.prev=r}this._size+=1;let n=!1;return()=>{n||(n=!0,this._remove(r))}}shift(){if(this._first!==oe.Undefined){let e=this._first.element;return this._remove(this._first),e}}pop(){if(this._last!==oe.Undefined){let e=this._last.element;return this._remove(this._last),e}}_remove(e){if(e.prev!==oe.Undefined&&e.next!==oe.Undefined){let t=e.prev;t.next=e.next,e.next.prev=t}else e.prev===oe.Undefined&&e.next===oe.Undefined?(this._first=oe.Undefined,this._last=oe.Undefined):e.next===oe.Undefined?(this._last=this._last.prev,this._last.next=oe.Undefined):e.prev===oe.Undefined&&(this._first=this._first.next,this._first.prev=oe.Undefined);this._size-=1}*[Symbol.iterator](){let e=this._first;for(;e!==oe.Undefined;)yield e.element,e=e.next}},p3=0,zi=class{constructor(e){this.value=e,this.id=p3++}},Qi=class{constructor(e){this.options=e,this._size=0}dispose(e){var t,r;this._disposed||(this._disposed=!0,this._listeners&&(e?(this._listeners instanceof zi&&(this._listeners=[this._listeners]),this._listeners=this._listeners.filter(n=>(n==null?void 0:n.value)===e)):(this._listeners=void 0,this._size=0)),(r=(t=this.options)==null?void 0:t.onDidRemoveLastListener)==null||r.call(t))}get event(){return this._event!=null||(this._event=(e,t)=>{var r,n,i,o,a,s;if(this._disposed)return()=>{console.info("[Jolibox SDK] Emitter is _disposed")};t&&(e=e.bind(t));let l=new zi(e);return this._listeners?this._listeners instanceof zi?this._listeners=[this._listeners,l]:this._listeners.push(l):((n=(r=this.options)==null?void 0:r.onWillAddFirstListener)==null||n.call(r,this),this._listeners=l,(o=(i=this.options)==null?void 0:i.onDidFirstListener)==null||o.call(i,this)),(s=(a=this.options)==null?void 0:a.onDidAddListener)==null||s.call(a,this),this._size++,()=>{var c,d,u,p;if(!this._disposed){if(this._listeners instanceof zi)this._listeners.id===l.id&&(this._listeners=void 0,this._size=0,(d=(c=this.options)==null?void 0:c.onDidRemoveLastListener)==null||d.call(c));else if(this._listeners){let f=this._listeners.indexOf(l);f>=0&&(this._listeners.splice(f,1),this._size--,this._size===0&&((p=(u=this.options)==null?void 0:u.onDidRemoveLastListener)==null||p.call(u)))}}}}),this._event}_deliver(e,t){var r;if(!e)return;let n=((r=this.options)==null?void 0:r.onListenerError)||Error.constructor;if(!n){e.value(t);return}try{e.value(t)}catch(i){n(i)}}fire(e){this._listeners&&(this._listeners instanceof zi?this._deliver(this._listeners,e):this._listeners.forEach(t=>this._deliver(t,e)))}hasListeners(){return this._size>0}},f3=class{constructor(){this.listeners=new Map,this.listerHandlerMap=new WeakMap,this.cachedEventQueue=new Map}on(e,t){let r=arguments.length>2&&arguments[2]!==void 0?arguments[2]:!0;var n;let i=(n=this.listeners.get(e))!=null?n:new Qi,o=l=>t(...l.args),a=i.event(o);this.listerHandlerMap.set(t,{handler:o,dispose:a}),this.listeners.set(e,i);let s=this.cachedEventQueue.get(e);if(s&&r)for(let l of s)t(...l.args)}flushCachedEvent(e){e?this.cachedEventQueue.delete(e):this.cachedEventQueue.clear()}off(e,t){let r=this.listerHandlerMap.get(t);r&&(r.dispose(),this.listerHandlerMap.delete(t))}emit(e){let t=this.listeners.get(e),r=this.cachedEventQueue.get(e);for(var n=arguments.length,i=new Array(n>1?n-1:0),o=1;o<n;o++)i[o-1]=arguments[o];r||(r=new d3,this.cachedEventQueue.set(e,r)),r.push({args:i}),t&&t.fire({event:e,args:i})}once(e,t){var r=this;let n=function(){t(...arguments),r.off(e,n)};this.on(e,n,!1)}},up={};K5(up,{None:()=>h3,filter:()=>v3,once:()=>Zx,toPromise:()=>m3});h3=()=>(console.log("[Jolibox SDK] None Event"),()=>{console.log("[Jolibox SDK] None Event dispose")});ep=Symbol.for("Jolibox.hostEmitter"),g3=()=>{let e=new f3;return globalThis[ep]||(globalThis[ep]={on:e.on.bind(e),off:e.off.bind(e),emit:e.emit.bind(e),once:e.once.bind(e)}),globalThis[ep]};g3();dp=class{constructor(){this._commands=new Map,this._onDidRegisterCommand=new Qi,this.onDidRegisterCommand=this._onDidRegisterCommand.event,console.log("[Jolibox SDK] command registry")}registerCommand(e){if(!e)throw new Error("invalid command");if(e.metadata&&Array.isArray(e.metadata.args)){let r=[];for(let i of e.metadata.args)r.push(i.constraint);let n=e.handler;e.handler=function(){for(var i=arguments.length,o=new Array(i),a=0;a<i;a++)o[a]=arguments[a];return y3(o,r),n(...o)}}let{id:t}=e;this._commands.get(t)&&console.info(`[Jolibox SDK] duplicated command is registered ${t}`),this._commands.set(t,e),this._onDidRegisterCommand.fire(t)}getCommand(e){return this._commands.get(e)}getCommands(){let e=new Map;for(let t of this._commands.keys()){let r=this.getCommand(t);r&&e.set(t,r)}return e}};dp=Wx([Kx],dp);Cx=class{constructor(){this._onWillExecuteCommand=new Qi,this.onWillExecuteCommand=this._onWillExecuteCommand.event,this._onDidExecuteCommand=new Qi,this.onDidExecuteCommand=this._onDidExecuteCommand.event,this.registry=new dp,this._starActivation=null}_activateStar(){return this._starActivation||(this._starActivation=Y5(3e4)),this._starActivation}executeCommand(e){for(var t=arguments.length,r=new Array(t>1?t-1:0),n=1;n<t;n++)r[n-1]=arguments[n];return Q5(this,null,function*(){return this.registry.getCommand(e)?this._tryExecuteCommand(e,r):(yield Promise.all([Promise.race([this._activateStar(),up.toPromise(up.filter(this.registry.onDidRegisterCommand,i=>i===e))])]),this._tryExecuteCommand(e,r))})}executeCommandThowErr(e){if(!this.registry.getCommand(e))throw new Error(`command '${e}' not found`);let t=this.registry.getCommand(e);for(var r=arguments.length,n=new Array(r>1?r-1:0),i=1;i<r;i++)n[i-1]=arguments[i];this._onWillExecuteCommand.fire({commandId:e,args:n});let o=this.invokeFunction(t.handler,...n);return this._onDidExecuteCommand.fire({commandId:e,args:n}),o}_tryExecuteCommand(e,t){let r=this.registry.getCommand(e);if(!r)return Promise.reject(new Error(`command '${e}' not found`));try{this._onWillExecuteCommand.fire({commandId:e,args:t});let n=this.invokeFunction(r.handler,...t);return this._onDidExecuteCommand.fire({commandId:e,args:t}),Promise.resolve(n)}catch(n){return Promise.reject(n)}}invokeFunction(e){try{for(var t=arguments.length,r=new Array(t>1?t-1:0),n=1;n<t;n++)r[n-1]=arguments[n];return e(...r)}finally{}}};Cx=Wx([Kx],Cx);pp=class{constructor(t){let r=arguments.length>1&&arguments[1]!==void 0?arguments[1]:"GAME";tp(this,"context",void 0),tp(this,"placement","GAME"),tp(this,"contextInfo",void 0),this.context=t,this.placement=r,this.contextInfo=this.context.getContextInfo()}getLocation(){let t=new URLSearchParams(window.location.search),r={};return t.forEach((n,i)=>{r[i]=n}),{name:this.placement==="GAME"?"GamePage":"DramaPage",params:r}}getDevice(){var t,r,n,i;return{platform:(t=this.contextInfo.platform)!=null?t:Xx.WebSDK,os:this.contextInfo.osType+"_"+this.contextInfo.runtimeType,appVersion:"1.0.0",appId:(r=this.contextInfo.hostAppId)!=null?r:"1",model:(n=this.contextInfo.deviceModel)!=null?n:"UnknownModel",brand:(i=this.contextInfo.deviceBrand)!=null?i:"UnknownBrand",uuid:this.contextInfo.deviceId,jsSdkVersion:"1.0.0",extra:{}}}serialize(t,r){var n;let i={protocolVersion:"1.0.0",events:[{name:t,type:Qx.System,location:this.getLocation(),target:null,extra:r,timestamp:Date.now(),userId:(n=this.contextInfo.userId)!=null?n:null}],device:this.getDevice(),project:Yx.WebSDK};return c3(i)}};fp=class{constructor(t){xs(this,"configs",null),xs(this,"firstRun",!0),xs(this,"context",void 0),xs(this,"contextInfo",void 0),this.context=t,this.contextInfo=this.context.getContextInfo(),this.init()}init(){return I(this,null,function*(){try{this.configs=yield this.context.httpClient.get("/api/fe-configs/js-sdk/ads-channel-config",{})}catch(t){}})}shouldBypassCallingInterstitial(){var t,r;let n;if(!this.configs)this.init(),n=!this.firstRun;else{let i=(t=this.contextInfo.channel)!=null?t:"",o=this.configs[i],a=(r=o==null?void 0:o.interstitialRate)!=null?r:1;n=Math.random()<a}return this.firstRun=!1,n}};hp=class{constructor(t,r){Xt(this,"name","ADSENSE"),Xt(this,"context",void 0),Xt(this,"contextInfo",void 0),Xt(this,"configured",!1),Xt(this,"initParams",void 0),Xt(this,"push",function(){let n=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{};window.adsbygoogle.push(n)}),Xt(this,"adConfig",n=>{let i=n,{onReady:o}=i,a=M5(i,["onReady"]);this.context.track("CallAdConfig",a),this.configured?console.warn("Ad config already set, skipping"):(this.configured=!0,this.push(n))}),Xt(this,"adBreak",n=>{if(!this.contextInfo.objectId){console.warn("Game ID is not set, skip calling adBreak");return}this.push(n)}),Xt(this,"adUnit",n=>I(this,null,function*(){var i,o,a,s;if(this.context.track("CallAdUnit",{adFormat:(o=(i=n.adFormat)==null?void 0:i.toString())!=null?o:null,fullWidthResponsive:(a=n.fullWidthResponsive)!=null?a:null}),document.querySelector("#jolibox-ads")){console.warn("Ad unit already set, skipping");return}let{el:l,slot:c,adFormat:d,fullWidthResponsive:u,style:p}=n,f;if(!l)throw new Error("targeting element is required");if(typeof l=="string"?f=document.querySelector(l):f=l,!f)throw new Error("targeting element not found");let m=c;if(m||(m=this.initParams.unitId),!m)throw new Error("slot is required");let g=typeof d=="object"&&Array.isArray(d)?d.join(", "):d,y=document.createElement("ins");if(y.className="adsbygoogle",y.id="jolibox-ads",y.style.display="block",y.setAttribute("data-ad-client",this.initParams.clientId),y.setAttribute("data-ad-slot",m),g&&y.setAttribute("data-ad-format",g),u&&y.setAttribute("data-full-width-responsive",u),p&&y.setAttribute("style",p),(s=this.contextInfo.testAdsMode)!=null?s:!1){let v=document.createElement("div");v.style.position="absolute",v.style.top="0",v.style.left="0",v.style.width="100%",v.style.height="100%",v.style.display="flex",v.style.justifyContent="center",v.style.alignItems="center",v.style.backgroundColor="rgba(0, 0, 0, 0.5)",v.style.color="white",v.innerHTML="Test Ad",y.style.position="relative",f.appendChild(y),y.appendChild(v)}else f.appendChild(y),new MutationObserver(v=>{v.forEach(_=>{if(_.type==="attributes"&&_.attributeName==="data-ad-status"){let w=y.getAttribute("data-ad-status");this.context.track("AdSenseUnitStatusChanged",{status:w!=null?w:"null"})}})}).observe(y,{attributes:!0,attributeFilter:["data-ad-status"]}),this.push({})})),this.context=t,this.contextInfo=this.context.getContextInfo(),this.initParams=r,window.adsbygoogle=window.adsbygoogle||[]}init(){return I(this,null,function*(){var t;if(this.context.track("CallAdsInit",{provider:this.name}),typeof window=="undefined")return;let r="google-adsense",n=(t=this.contextInfo.testAdsMode)!=null?t:!1;if(!document.getElementById(r)&&this.initParams.clientId){let i=document.createElement("script");i.id=r,i.async=!0,i.crossOrigin="anonymous",i.src=`https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=${this.initParams.clientId}`,n&&i.setAttribute("data-adbreak-test","on"),this.initParams.channelId&&i.setAttribute("data-ad-channel",this.initParams.channelId),this.initParams.admobInterstitialSlot&&this.initParams.admobRewardedSlot&&(i.setAttribute("data-admob-interstitial-slot",this.initParams.admobInterstitialSlot),i.setAttribute("data-admob-rewarded-slot",this.initParams.admobRewardedSlot),this.initParams.admobOnly&&i.setAttribute("data-admob-ads-only","on")),document.head.appendChild(i),this.context.track("LoadAdsenseCompleted",null)}})}};T3=function(){function e(r){var n=this;this._insertTag=function(i){var o;n.tags.length===0?n.insertionPoint?o=n.insertionPoint.nextSibling:n.prepend?o=n.container.firstChild:o=n.before:o=n.tags[n.tags.length-1].nextSibling,n.container.insertBefore(i,o),n.tags.push(i)},this.isSpeedy=r.speedy===void 0?!0:r.speedy,this.tags=[],this.ctr=0,this.nonce=r.nonce,this.key=r.key,this.container=r.container,this.prepend=r.prepend,this.insertionPoint=r.insertionPoint,this.before=null}var t=e.prototype;return t.hydrate=function(r){r.forEach(this._insertTag)},t.insert=function(r){this.ctr%(this.isSpeedy?65e3:1)===0&&this._insertTag(A3(this));var n=this.tags[this.tags.length-1];if(this.isSpeedy){var i=k3(n);try{i.insertRule(r,i.cssRules.length)}catch(o){}}else n.appendChild(document.createTextNode(r));this.ctr++},t.flush=function(){this.tags.forEach(function(r){var n;return(n=r.parentNode)==null?void 0:n.removeChild(r)}),this.tags=[],this.ctr=0},e}(),Be="-ms-",Ns="-moz-",B="-webkit-",ek="comm",Ap="rule",Tp="decl",C3="@import",tk="@keyframes",P3="@layer",R3=Math.abs,Ms=String.fromCharCode,O3=Object.assign;js=1,En=1,nk=0,Ye=0,Ie=0,xn="";W3=function(e,t,r){for(var n=0,i=0;n=i,i=Lt(),n===38&&i===12&&(t[r]=1),!Xi(i);)at();return Zi(e,Ye)},K3=function(e,t){var r=-1,n=44;do switch(Xi(n)){case 0:n===38&&Lt()===12&&(t[r]=1),e[r]+=W3(Ye-1,t,r);break;case 2:e[r]+=Cs(n);break;case 4:if(n===44){e[++r]=Lt()===58?"&\f":"",t[r]=e[r].length;break}default:e[r]+=Ms(n)}while(n=at());return e},Q3=function(e,t){return ok(K3(ik(e),t))},Ox=new WeakMap,Y3=function(e){if(!(e.type!=="rule"||!e.parent||e.length<1)){for(var t=e.value,r=e.parent,n=e.column===r.column&&e.line===r.line;r.type!=="rule";)if(r=r.parent,!r)return;if(!(e.props.length===1&&t.charCodeAt(0)!==58&&!Ox.get(r))&&!n){Ox.set(e,!0);for(var i=[],o=Q3(t,i),a=r.props,s=0,l=0;s<o.length;s++)for(var c=0;c<a.length;c++,l++)e.props[l]=i[s]?o[s].replace(/&\f/g,a[c]):a[c]+" "+o[s]}}},X3=function(e){if(e.type==="decl"){var t=e.value;t.charCodeAt(0)===108&&t.charCodeAt(2)===98&&(e.return="",e.value="")}};Z3=function(e,t,r,n){if(e.length>-1&&!e.return)switch(e.type){case Tp:e.return=ak(e.value,e.length);break;case tk:return Sn([Gi(e,{value:J(e.value,"@","@"+B)})],n);case Ap:if(e.length)return L3(e.props,function(i){switch(D3(i,/(::plac\w+|:read-\w+)/)){case":read-only":case":read-write":return Sn([Gi(e,{props:[J(i,/:(read-\w+)/,":"+Ns+"$1")]})],n);case"::placeholder":return Sn([Gi(e,{props:[J(i,/:(plac\w+)/,":"+B+"input-$1")]}),Gi(e,{props:[J(i,/:(plac\w+)/,":"+Ns+"$1")]}),Gi(e,{props:[J(i,/:(plac\w+)/,Be+"input-$1")]})],n)}return""})}},eJ=[Z3],tJ=function(e){var t=e.key;if(t==="css"){var r=document.querySelectorAll("style[data-emotion]:not([data-s])");Array.prototype.forEach.call(r,function(m){var g=m.getAttribute("data-emotion");g.indexOf(" ")!==-1&&(document.head.appendChild(m),m.setAttribute("data-s",""))})}var n=e.stylisPlugins||eJ,i={},o,a=[];o=e.container||document.head,Array.prototype.forEach.call(document.querySelectorAll('style[data-emotion^="'+t+' "]'),function(m){for(var g=m.getAttribute("data-emotion").split(" "),y=1;y<g.length;y++)i[g[y]]=!0;a.push(m)});var s,l=[Y3,X3];{var c,d=[H3,z3(function(m){c.insert(m)})],u=V3(l.concat(n,d)),p=function(m){return Sn(J3(m),u)};s=function(m,g,y,v){c=y,p(m?m+"{"+g.styles+"}":g.styles),v&&(f.inserted[g.name]=!0)}}var f={key:t,sheet:new T3({key:t,container:o,nonce:e.nonce,speedy:e.speedy,prepend:e.prepend,insertionPoint:e.insertionPoint}),nonce:e.nonce,inserted:i,registered:{},insert:s};return f.sheet.hydrate(a),f};nJ={animationIterationCount:1,aspectRatio:1,borderImageOutset:1,borderImageSlice:1,borderImageWidth:1,boxFlex:1,boxFlexGroup:1,boxOrdinalGroup:1,columnCount:1,columns:1,flex:1,flexGrow:1,flexPositive:1,flexShrink:1,flexNegative:1,flexOrder:1,gridRow:1,gridRowEnd:1,gridRowSpan:1,gridRowStart:1,gridColumn:1,gridColumnEnd:1,gridColumnSpan:1,gridColumnStart:1,msGridRow:1,msGridRowSpan:1,msGridColumn:1,msGridColumnSpan:1,fontWeight:1,lineHeight:1,opacity:1,order:1,orphans:1,scale:1,tabSize:1,widows:1,zIndex:1,zoom:1,WebkitLineClamp:1,fillOpacity:1,floodOpacity:1,stopOpacity:1,strokeDasharray:1,strokeDashoffset:1,strokeMiterlimit:1,strokeOpacity:1,strokeWidth:1},iJ=/[A-Z]|^ms/g,oJ=/_EMO_([^_]+?)_([^]*?)_EMO_/g,sk=function(e){return e.charCodeAt(1)===45},Nx=function(e){return e!=null&&typeof e!="boolean"},rp=G3(function(e){return sk(e)?e:e.replace(iJ,"-$&").toLowerCase()}),Dx=function(e,t){switch(e){case"animation":case"animationName":if(typeof t=="string")return t.replace(oJ,function(r,n,i){return gr={name:n,styles:i,next:gr},n})}return nJ[e]!==1&&!sk(e)&&typeof t=="number"&&t!==0?t+"px":t};Lx=/label:\s*([^\s;{]+)\s*(;|$)/g;sJ=function(e,t,r){var n=e.key+"-"+t.name;e.registered[n]===void 0&&(e.registered[n]=t.styles)},lJ=function(e,t,r){sJ(e,t);var n=e.key+"-"+t.name;if(e.inserted[t.name]===void 0){var i=t;do e.insert(t===i?"."+n:"",i,e.sheet,!0),i=i.next;while(i!==void 0)}};cJ=function(e){var t=tJ(e);t.sheet.speedy=function(a){this.isSpeedy=a},t.compat=!0;var r=function(){for(var a=arguments.length,s=new Array(a),l=0;l<a;l++)s[l]=arguments[l];var c=np(s,t.registered,void 0);return lJ(t,c),t.key+"-"+c.name},n=function(){for(var a=arguments.length,s=new Array(a),l=0;l<a;l++)s[l]=arguments[l];var c=np(s,t.registered),d="animation-"+c.name;return qx(t,{name:c.name,styles:"@keyframes "+d+"{"+c.styles+"}"}),d},i=function(){for(var a=arguments.length,s=new Array(a),l=0;l<a;l++)s[l]=arguments[l];var c=np(s,t.registered);qx(t,c)},o=function(){for(var a=arguments.length,s=new Array(a),l=0;l<a;l++)s[l]=arguments[l];return Fx(t.registered,r,uJ(s))};return{css:r,cx:o,injectGlobal:i,keyframes:n,hydrate:function(a){a.forEach(function(s){t.inserted[s]=!0})},flush:function(){t.registered={},t.inserted={},t.sheet.flush()},sheet:t.sheet,cache:t,getRegisteredStyles:lk.bind(null,t.registered),merge:Fx.bind(null,t.registered,r)}},uJ=function e(t){for(var r="",n=0;n<t.length;n++){var i=t[n];if(i!=null){var o=void 0;switch(typeof i){case"boolean":break;case"object":{if(Array.isArray(i))o=e(i);else{o="";for(var a in i)i[a]&&a&&(o&&(o+=" "),o+=a)}break}default:o=i}o&&(r&&(r+=" "),r+=o)}}return r},dJ=cJ({key:"css"}),kn=dJ.css,jx=0,ck=[],Te=O,Ux=Te.__b,Bx=Te.__r,Jx=Te.diffed,$x=Te.__c,Hx=Te.unmount,Vx=Te.__;Te.__b=function(e){ot=null,Ux&&Ux(e)},Te.__=function(e,t){e&&t.__k&&t.__k.__m&&(e.__m=t.__k.__m),Vx&&Vx(e,t)},Te.__r=function(e){Bx&&Bx(e),gp=0;var t=(ot=e.__c).__H;t&&(ip===ot?(t.__h=[],ot.__h=[],t.__.forEach(function(r){r.__N&&(r.__=r.__N),r.u=r.__N=void 0})):(t.__h.forEach(Rs),t.__h.forEach(yp),t.__h=[],gp=0)),ip=ot},Te.diffed=function(e){Jx&&Jx(e);var t=e.__c;t&&t.__H&&(t.__H.__h.length&&(ck.push(t)!==1&&Mx===Te.requestAnimationFrame||((Mx=Te.requestAnimationFrame)||hJ)(fJ)),t.__H.__.forEach(function(r){r.u&&(r.__H=r.u),r.u=void 0})),ip=ot=null},Te.__c=function(e,t){t.some(function(r){try{r.__h.forEach(Rs),r.__h=r.__h.filter(function(n){return!n.__||yp(n)})}catch(n){t.some(function(i){i.__h&&(i.__h=[])}),t=[],Te.__e(n,r.__v)}}),$x&&$x(e,t)},Te.unmount=function(e){Hx&&Hx(e);var t,r=e.__c;r&&r.__H&&(r.__H.__.forEach(function(n){try{Rs(n)}catch(i){t=i}}),r.__H=void 0,t&&Te.__e(t,r.__v))};zx=typeof requestAnimationFrame=="function";vJ=Symbol.for("preact-signals");K=void 0,Wi=void 0,yr=0,_p=0,Ls=0;Le.prototype.brand=vJ;Le.prototype.h=function(){return!0};Le.prototype.S=function(e){this.t!==e&&e.e===void 0&&(e.x=this.t,this.t!==void 0&&(this.t.e=e),this.t=e)};Le.prototype.U=function(e){if(this.t!==void 0){var t=e.e,r=e.x;t!==void 0&&(t.x=r,e.e=void 0),r!==void 0&&(r.e=t,e.x=void 0),e===this.t&&(this.t=r)}};Le.prototype.subscribe=function(e){var t=this;return to(function(){var r=t.value,n=K;K=void 0;try{e(r)}finally{K=n}})};Le.prototype.valueOf=function(){return this.value};Le.prototype.toString=function(){return this.value+""};Le.prototype.toJSON=function(){return this.value};Le.prototype.peek=function(){var e=K;K=void 0;try{return this.value}finally{K=e}};Object.defineProperty(Le.prototype,"value",{get:function(){var e=dk(this);return e!==void 0&&(e.i=this.i),this.v},set:function(e){if(e!==this.v){if(_p>100)throw new Error("Cycle detected");this.v=e,this.i++,Ls++,yr++;try{for(var t=this.t;t!==void 0;t=t.x)t.t.N()}finally{Bs()}}}});(An.prototype=new Le).h=function(){if(this.f&=-3,1&this.f)return!1;if((36&this.f)==32||(this.f&=-5,this.g===Ls))return!0;if(this.g=Ls,this.f|=1,this.i>0&&!pk(this))return this.f&=-2,!0;var e=K;try{fk(this),K=this;var t=this.x();(16&this.f||this.v!==t||this.i===0)&&(this.v=t,this.f&=-17,this.i++)}catch(r){this.v=r,this.f|=16,this.i++}return K=e,hk(this),this.f&=-2,!0};An.prototype.S=function(e){if(this.t===void 0){this.f|=36;for(var t=this.s;t!==void 0;t=t.n)t.S.S(t)}Le.prototype.S.call(this,e)};An.prototype.U=function(e){if(this.t!==void 0&&(Le.prototype.U.call(this,e),this.t===void 0)){this.f&=-33;for(var t=this.s;t!==void 0;t=t.n)t.S.U(t)}};An.prototype.N=function(){if(!(2&this.f)){this.f|=6;for(var e=this.t;e!==void 0;e=e.x)e.t.N()}};Object.defineProperty(An.prototype,"value",{get:function(){if(1&this.f)throw new Error("Cycle detected");var e=dk(this);if(this.h(),e!==void 0&&(e.i=this.i),16&this.f)throw this.v;return this.v}});eo.prototype.c=function(){var e=this.S();try{if(8&this.f||this.x===void 0)return;var t=this.x();typeof t=="function"&&(this.u=t)}finally{e()}};eo.prototype.S=function(){if(1&this.f)throw new Error("Cycle detected");this.f|=1,this.f&=-9,mk(this),fk(this),yr++;var e=K;return K=this,gJ.bind(this,e)};eo.prototype.N=function(){2&this.f||(this.f|=2,this.o=Wi,Wi=this)};eo.prototype.d=function(){this.f|=8,1&this.f||Pp(this)};gk=[];to(function(){vk=this.N})();yk.displayName="_st";Object.defineProperties(Le.prototype,{constructor:{configurable:!0,value:void 0},type:{configurable:!0,value:yk},props:{configurable:!0,get:function(){return{data:this}}},__b:{configurable:!0,value:1}});Tn("__b",function(e,t){if(typeof t.type=="string"){var r,n=t.props;for(var i in n)if(i!=="children"){var o=n[i];o instanceof Le&&(r||(t.__np=r={}),r[i]=o,n[i]=o.peek())}}e(t)});Tn("__r",function(e,t){qs();var r,n=t.__c;n&&(n.__$f&=-2,(r=n.__$u)===void 0&&(n.__$u=r=function(i){var o;return to(function(){o=this}),o.c=function(){n.__$f|=1,n.setState({})},o}())),qs(r),e(t)});Tn("__e",function(e,t,r,n){qs(),e(t,r,n)});Tn("diffed",function(e,t){qs();var r;if(typeof t.type=="string"&&(r=t.__e)){var n=t.__np,i=t.props;if(n){var o=r.U;if(o)for(var a in o){var s=o[a];s!==void 0&&!(a in n)&&(s.d(),o[a]=void 0)}else o={},r.U=o;for(var l in n){var c=o[l],d=n[l];c===void 0?(c=yJ(r,l,d,i),o[l]=c):c.o(d,i)}}}e(t)});Tn("unmount",function(e,t){if(typeof t.type=="string"){var r=t.__e;if(r){var n=r.U;if(n){r.U=void 0;for(var i in n){var o=n[i];o&&o.d()}}}}else{var a=t.__c;if(a){var s=a.__$u;s&&(a.__$u=void 0,s.d())}}e(t)});Tn("__h",function(e,t,r,n){(n<3||n===9)&&(t.__$f|=2),e(t,r,n)});Xe.prototype.shouldComponentUpdate=function(e,t){var r=this.__$u,n=r&&r.s!==void 0;for(var i in t)return!0;if(this.__f||typeof this.u=="boolean"&&this.u===!0){var o=2&this.__$f;if(!(n||o||4&this.__$f)||1&this.__$f)return!0}else if(!(n||4&this.__$f)||3&this.__$f)return!0;for(var a in e)if(a!=="__source"&&e[a]!==this.props[a])return!0;for(var s in this.props)if(!(s in e))return!0;return!1};_J=function(e){queueMicrotask(function(){queueMicrotask(e)})};Je=kn`
|
|
605
|
+
`,t5=()=>y("div",{style:ax.container,children:[y("style",{children:e5}),y("div",{style:ax.spinner})]});j8=Yi()});function nE(){return w(this,null,function*(){if($d)return $d;let t=`${S.testMode?"https://stg-game.jolibox.com":"https://game.jolibox.com"}/api/user-retention/exit-recommendations?objectId=${S.mpId}&from=GAME_DETAIL`,{response:{data:r}}=yield Z(t);return $d=r,r})}function iE(){return w(this,null,function*(){let e=new Et;if(S.mpType!=="game")return e.resolve(!1),e.promise;if(Vd)return e.resolve(!0),e.promise;let t=yield nE();if(t.code!=="SUCCESS")return e.resolve(!1),e.promise;let{gameListInfo:r,title:n,buttons:i}=t.data;Vd=!0;let o={domain:"GAME",buttons:t.data.buttons.map(s=>`${s.type}-${s.text}`).join(","),list:r.games.map(s=>s.gameId).join(",")};Q("RecommendedGuide",T({eventType:pe.View},o));let a=Bx({games:r.games,title:n,buttons:i,onClose:s=>{var l;switch(Vd=!1,s.type){case"quit":Q("RecommendedGuide",{eventType:pe.Click,type:"QUIT",domain:"GAME"}),e.resolve(!1);break;case"dismiss":Q("RecommendedGuide",T({eventType:pe.Hide},o)),e.resolve(!0),a.destroy();break;case"navigate":if((l=s.data)!=null&&l.game){let c=s.data.game;r5(c),Q("GameItem",{eventType:pe.Click,gameId:c.gameId,layerName:"RecommendedGuide",domain:"GAME"}),setTimeout(()=>{e.resolve(!1)},0)}else e.resolve(!0);a.destroy();break;default:Q("RecommendedGuide",T({eventType:pe.Hide},o)),e.resolve(!0);break}}});return e.promise})}var $d,r5,Vd,oE=k(()=>{"use strict";K();xe();D();Zt();ht();Tt();$d=null;nE();r5=e=>{var a;let{data:t}=U("envSync"),r=new URL(t.schema),n=new URLSearchParams(r.search);n.set("gameId",e.gameId),n.set("joliSource",S.encodeJoliSourceQuery({__mpType:"game",__orientation:(a=e.orientation)!=null?a:"VERTICAL"}));let o=`${`https://${e.gameId}.content.jolibox.com/`}index.html?${n.toString()}`;U("openSchemaSync",{schema:o})},Vd=!1});function i5(e){let t=T(T({},n5),e),{url:r,height:n,showCloseButton:i,enableDragClose:o,useAnimation:a,onClose:s,onLoad:l}=t,c=0,d=0,u=!1,p=()=>a?{overlayTransition:"opacity 0.3s ease",containerTransition:"transform 0.3s ease",iframeTransition:"opacity 0.3s ease"}:{overlayTransition:"none",containerTransition:"none",iframeTransition:"none"},f=()=>a?300:0;function m(){let{overlayTransition:b,containerTransition:I,iframeTransition:A}=p();ne=document.createElement("div"),ne.id="jolibox-modal-overlay",ne.style.cssText=`position:fixed; top:0; left:0; right:0; bottom:0; background:rgba(0,0,0,0.5); z-index:1000; display:flex; justify-content:center; align-items:flex-end; transition:${b}; opacity:0; visibility:hidden;`,z=document.createElement("div"),z.id="jolibox-modal-container",z.style.cssText=`width:100%; height:${n}; background:white; border-radius:12px 12px 0 0; overflow:hidden; box-shadow:0 -2px 10px rgba(0,0,0,0.2); transform:translateY(100%); transition:${I};`;let P=document.createElement("div");P.id="jolibox-modal-loading",P.style.cssText="position:absolute; top:50%; left:50%; transform:translate(-50%, -50%); width:40px; height:40px; border:4px solid #f3f3f3; border-top:4px solid #3498db; border-radius:50%; animation:spin 1s linear infinite;";let O=document.createElement("style");O.textContent="@keyframes spin { 0% { transform: translate(-50%, -50%) rotate(0deg); } 100% { transform: translate(-50%, -50%) rotate(360deg); } }",document.head.appendChild(O);let x=document.createElement("div");if(x.style.cssText="width:100%; height:100%; display:flex; flex-direction:column; padding-bottom:env(safe-area-inset-bottom, 0); position:relative;",gt=document.createElement("iframe"),gt.style.cssText=`width:100%; flex:1; border:none; opacity:0; transition:${A};`,gt.src=r,gt.onload=()=>{P.parentNode&&P.parentNode.removeChild(P),gt.style.opacity="1",g(),l==null||l(),Ee.emit("onModalIframeLoaded",{url:r})},x.appendChild(gt),x.appendChild(P),z.appendChild(x),i){let C=document.createElement("div");C.style.cssText="position:absolute; top:10px; right:10px; width:30px; height:30px; background:rgba(0,0,0,0.1); border-radius:15px; display:flex; justify-content:center; align-items:center; cursor:pointer; z-index:10;",C.innerHTML="\u2715",C.onclick=v,z.appendChild(C)}ne.appendChild(z),document.body.appendChild(ne),ne.addEventListener("click",function(C){C.target===ne&&v()}),o&&_()}function g(){!ne||!z||u||(ne.style.visibility="visible",a?requestAnimationFrame(()=>{ne&&(ne.style.opacity="1"),z&&(z.style.transform="translateY(0)"),u=!0}):(ne&&(ne.style.opacity="1"),z&&(z.style.transform="translateY(0)"),u=!0),U("updateContainerConfigSync",{displayCapsuleButton:!1,webviewId:S.webviewId}))}function _(){if(!z)return;let b=P=>{c=P.touches[0].clientY},I=P=>{if(!u)return;d=P.touches[0].clientY;let O=d-c;O>0&&(z&&(z.style.transition="none",z.style.transform=`translateY(${O}px)`),P.preventDefault())},A=()=>{!u||!z||(z.style.transition=a?"transform 0.3s ease":"none",d-c>80?v():z.style.transform="translateY(0)")};z.addEventListener("touchstart",b),z.addEventListener("touchmove",I),z.addEventListener("touchend",A)}function v(){!ne||!z||!u||(a?(z.style.transform="translateY(100%)",ne.style.opacity="0"):ne.style.visibility="hidden",u=!1,U("updateContainerConfigSync",{displayCapsuleButton:!0,webviewId:S.webviewId}),setTimeout(()=>{ne&&(ne.remove(),ne=null,z=null,gt=null,s==null||s(),Ee.emit("onModalIframeClosed",{url:r}))},f()))}return m(),{close:v}}function aE(){return window.joliboxUI=M(T({},window.joliboxUI),{createIframeModal:i5}),()=>{window.joliboxUI=void 0,ne&&ne.parentNode&&ne.parentNode.removeChild(ne),z&&z.parentNode&&z.parentNode.removeChild(z),gt&>.parentNode&>.parentNode.removeChild(gt),ne=null,z=null,gt=null}}var n5,ne,z,gt,sE=k(()=>{"use strict";xe();K();D();n5={height:"50%",showCloseButton:!0,enableDragClose:!0,useAnimation:!0},ne=null,z=null,gt=null});var cE={};of(cE,{config:()=>m5});function a5(){Ro.on("isAdShowing",e=>{os=e,zn(os)&&U("updateContainerConfigSync",{displayCapsuleButton:!os,webviewId:S.webviewId})})}function s5(){Ee.on("onInterceptSystemExit",({intercept:e})=>{lE=e})}function l5(){Ee.on("onInterceptBackPress",({intercept:e})=>{o5=e}),Ye("onBeforeBackPress",({uuid:e})=>{var t,r;Ee.emit("onBackPress",{}),(r=(t=globalThis.joliboxJSCore)==null?void 0:t.doBackPress)==null||r.call(t,e)})}function c5(){Ee.on("onDocumentReady",()=>{var e;(e=globalThis.joliboxJSCore)==null||e.onDocumentReady(window.location.href),Q("onDocumentReady",{start_timestamp:ss,timestamp:Date.now()})})}function u5(){Ye("onI18nChanged",({language:e})=>{Ee.emit("onI18nChanged",{i18n:e})})}function d5(e){S.mpType==="game"&&Ht.start(e)}function p5(){Ye("onJoliboxServiceReady",({runtimeInfo:e,loadDuration:t})=>{e&&S.onEnvConfigChanged({hostUserInfo:e}),Ee.emit("LifecycleEvent.onReady",T({},S.hostUserInfo?S.hostUserInfo:{isLogin:!1})),Q("joliboxServiceReady",{start_timestamp:ss,timestamp:Date.now()}),d5(t),Lx(()=>S.language)}),Ye("onBeforeExit",({uuid:e})=>{var t;(t=globalThis.joliboxJSCore)==null||t.doExit(e)})}function f5(){let e=()=>{Q("onBeforeExit",{timestamp:Date.now()}),ns==null||ns(),is==null||is(),Ht.close(Date.now()-ss)},t=()=>os||lE;pt.onDoExit(()=>w(this,null,function*(){return t()?!0:zn(S.shouldInterupt)?(S.shouldInterupt||e(),S.shouldInterupt):as!=null&&as.canShowRecommended&&(yield iE())?!0:(e(),!1)})),pt.onDoBackPress(()=>w(this,null,function*(){return!!t()}))}function h5(){return w(this,null,function*(){let e=`${S.baseApiHost}/api/fe-configs/js-sdk/basic-meta`,{response:{data:t}}=yield Z(e);t&&(as=t)})}function m5(){ss=Date.now(),p5(),a5(),s5(),l5(),f5(),c5(),u5(),h5(),is=aE(),ns=xh()}var ns,is,ss,os,as,lE,o5,uE=k(()=>{"use strict";xe();K();D();Tt();Eh();Xl();oE();ht();Zt();sE();os=!1,as=null,lE=!1,o5=!1;pt.onReady(()=>{})});function dE(e){let t=jl.config[e];return t||(t={},jl.config[e]=t),(r,n)=>{if(t[r]){kt.warn(`[can i use] ${r} already registered`);return}t[r]=T({},n)}}var pE=k(()=>{"use strict";D()});function zd(e){fE=e}function ls(e){return e===null||typeof e!="object"?e:Array.isArray(e)?e.map(t=>ls(t)):Object.keys(e).reduce((t,r)=>(t[r]=ls(e[r]),t),{})}function er(e){return typeof e=="number"}function Gd(e){let t=Wd(e);switch(t){case"string":return`"${e}"`;case"number":case"boolean":case"null":case"undefined":return String(e);default:return`a(n) ${t}`}}function Wd(e){return typeof e=="function"?"function":Object.prototype.toString.call(e).slice(8).slice(0,-1).toLowerCase()}var fE,Ie,cs,us,ds,ps,Sn,fs,hs,ms,vs,gs,ys,_s,bs,ws,Is,Ss,xs,Kd=k(()=>{"use strict";fE=!1;Ie=class{constructor(){this.errors=[];this.hasFallback=!1;this.hasDefault=!1;this._optional=!1}fail(t){if(fE)if(typeof t=="string")this.errors.push(t);else{let r=`${this.path} should be ${t.expect}`;this._optional&&t.expect!=="undefined"?r+=" or undefined, ":r+=", ",r+=`but got ${Gd(t.actual)}`,this.errors.push(r)}return!1}fallback(t){return this.hasFallback=!0,this._fallback=t,this}get fallbackValue(){return ls(this._fallback)}default(t){return this.hasDefault=!0,this._default=t,this}get defaultValue(){return typeof this._default=="function"?this._default:ls(this._default)}optional(){return this._optional=!0,this}};cs=class extends Ie{validate(t){return this._optional&&t===void 0?!0:er(t)?er(this._min)&&t<this._min?this.fail(`the value of ${this.path} should be greater than or equal to ${this._min}`):er(this._max)&&t>this._max?this.fail(`the value of ${this.path} should be less than or equal to ${this._max}`):er(this._greater)&&t<=this._greater?this.fail(`the value of ${this.path} should be greater than ${this._greater}`):this._isInt&&t!==Math.floor(t)?this.fail(`the value of ${this.path} should be integer but got ${t}`):!0:this.fail({expect:"number",actual:t})}min(t){return this._min=t,this}max(t){return this._max=t,this}isInt(t){return this._isInt=t,this}greater(t){return this._greater=t,this}},us=class extends Ie{validate(t){return this._optional&&t===void 0?!0:typeof t!="boolean"?this.fail({expect:"boolean",actual:t}):!0}},ds=class extends Ie{validate(t){if(this._optional&&t===void 0)return!0;if(typeof t!="string")return this.fail({expect:"string",actual:t});if(er(this._maxLength)&&t.length>this._maxLength)return this.fail(`the length of ${this.path} should be less than or equal to ${this._maxLength}`);if(er(this._minLength)&&t.length<this._minLength)return this.fail(`the length of ${this.path} should be greater than or equal to ${this._minLength}`);if(typeof this._pattern=="string"){if(!new RegExp(this._pattern).test(t))return this.fail(`${this.path} should match pattern "${this._pattern}"`)}else if(this._pattern&&!this._pattern.test(t))return this.fail(`${this.path} should match pattern "${this._pattern.toString()}"`);return!0}minLength(t){return this._minLength=t,this}maxLength(t){return this._maxLength=t,this}pattern(t){return this._pattern=t,this}},ps=class extends Ie{validate(t){return this._optional&&t===void 0?!0:typeof t!="symbol"?this.fail({expect:"symbol",actual:t}):!0}},Sn=class extends Ie{validate(t){return!0}},fs=class extends Ie{validate(t){return t!==void 0?this.fail({expect:"undefined",actual:t}):!0}},hs=class extends Ie{validate(t){return this._optional&&t===void 0?!0:t!==null?this.fail({expect:"null",actual:t}):!0}},ms=class extends Ie{validate(t){return this._optional&&t===void 0?!0:typeof t!="function"?this.fail({expect:"function",actual:t}):!0}},vs=class extends Ie{constructor(...t){super(),this._items=t}validate(t){if(this._optional&&t===void 0)return!0;if(!this._items.includes(t)){let r=this._items.map(n=>JSON.stringify(n)).join(", ");return this.fail(`expect ${this.path} to be one of ${r}, but got ${Gd(t)}`)}return!0}},gs=class extends Ie{constructor(r){super();this._item=r}validate(r){if(this._optional&&r===void 0)return!0;if(!Array.isArray(r))return this.fail({expect:"array",actual:r});if(er(this._minItems)&&r.length<this._minItems)return this.fail(`the length of ${this.path} should be greater than or equal to ${this._minItems}`);if(er(this._maxItems)&&r.length>this._maxItems)return this.fail(`the length of ${this.path} should be less than or equal to ${this._maxItems}`);if(er(this._length)&&r.length!==this._length)return this.fail(`the length of ${this.path} should be equal to ${this._length}`);let n=this._item;if(!n)return!0;let i=!0;if(r.forEach((o,a)=>{if(n.path=`${this.path}[${a}]`,n.errors=this.errors,o===void 0&&n.hasDefault){r[a]=n.defaultValue;return}n.validate(o)||(n.hasFallback?r[a]=n.fallbackValue:i=!1)}),this._uniqueItems){let o=new Map;for(let a in r)o.has(r[a])?i=this.fail(`${this.path} should NOT have duplicate items (${this.path}[${o.get(r[a])}] and ${this.path}[${a}] are identical)`):o.set(r[a],a)}return i}minItems(r){return this._minItems=r,this}maxItems(r){return this._maxItems=r,this}uniqueItems(){return this._uniqueItems=!0,this}length(r){return this._length=r,this}},ys=class extends Ie{constructor(r){super();this._value=r}validate(r){if(this._optional&&r===void 0)return!0;if(Wd(r)!=="object")return this.fail({expect:"object",actual:r});let i=r,o=this._value;o.errors=this.errors;let a=!0;for(let s in i){let l=i[s];if(/^[_$a-zA-Z\xA0-\uFFFF][_$a-zA-Z0-9\xA0-\uFFFF]*$/.test(s)?o.path=`${this.path}.${s}`:o.path=`${this.path}["${s}"]`,!(l===void 0&&o._optional)){if(l===void 0&&o.hasDefault){i[s]=o.defaultValue;continue}o.validate(l)||(o.hasFallback?i[s]=o.fallbackValue:a=!1)}}return a}},_s=class extends Ie{constructor(r={}){super();this._object=r}validate(r){if(this._optional&&r===void 0)return!0;if(Wd(r)!=="object")return this.fail({expect:"object",actual:r});let n=r,i=!0;for(let o in this._object){let a=n[o],s=this._object[o];if(s.errors=this.errors,/^[_$a-zA-Z\xA0-\uFFFF][_$a-zA-Z0-9\xA0-\uFFFF]*$/.test(o)?s.path=`${this.path}.${o}`:s.path=`${this.path}["${o}"]`,!(s._optional&&a===void 0)){if(a===void 0&&s.hasDefault){n[o]=s.defaultValue;continue}s.validate(a)||(s.hasFallback?n[o]=s.fallbackValue:i=!1)}}return i}},bs=class extends Ie{constructor(r){super();this.value=r}validate(r){return r===void 0&&this._optional?!0:r!==this.value?this.fail({expect:Gd(this.value),actual:r}):!0}},ws=class extends Ie{constructor(...t){super(),this._items=t}validate(t){if(t===void 0&&this._optional)return!0;let r=[],n=!1,i=this._items.length;for(let o=0;o<i;o++){let a=this._items[o];if(a.errors=[],a.path=this.path,!a.validate(t))r.push(a.errors.join("; "));else if(!n){n=!0;break}}if(!n){let o=r.join(`
|
|
606
|
+
or `);this.errors.push(o)}return n}},Is=class extends Ie{constructor(...t){super(),this._items=t;let r=0,n=t.length-1;for(;n>=0;n--){let i=t[n];if(i._optional||i.hasDefault)r+=1;else break}this._minItems=t.length-r}validate(t){if(t===void 0&&this._optional)return!0;if(!Array.isArray(t))return this.fail({expect:"array",actual:t});if(t.length<this._minItems)return this.fail(`the length of ${this.path} should be greater than or equal to ${this._minItems}`);let r=!0;return this._items.forEach((n,i)=>{if(n.path=`${this.path}[${i}]`,n.errors=this.errors,t[i]===void 0&&n.hasDefault){t[i]=n.defaultValue;return}n.validate(t[i])||(n.hasFallback?t[i]=n._fallback:r=!1)}),r}},Ss=class extends Ie{validate(t){return t===void 0&&this._optional||t instanceof ArrayBuffer?!0:this.fail({expect:"arraybuffer",actual:t})}},xs=class extends Ie{constructor(t){super(),this._ctor=t}validate(t){return t===void 0&&this._optional||t instanceof this._ctor?!0:this.fail({expect:`typedarray of ${this._ctor.name}`,actual:t})}}});function Qd(e,t,r="param"){if(e.errors=[],e.path=r,zd(!0),!e.validate(t)){let n=e.errors.join(`
|
|
607
|
+
`);throw e.errors.length=0,zd(!1),new TypeError(n)}}var E,Yd=k(()=>{"use strict";Kd();Kd();E={object(e){return new _s(e)},array(e){return new gs(e)},tuple(...e){return new Is(...e)},literal(e){return new bs(e)},or(...e){return new ws(...e)},symbol(){return new ps},record(e){return new ys(e)},function(){return new ms},boolean(){return new us},string(){return new ds},number(){return new cs},undefined(){return new fs},null(){return new hs},unknown(){return new Sn},any(){return new Sn},as(){return new Sn},arraybuffer(){return new Ss},enum(...e){return new vs(...e)},typedarray(e){return new xs(e)}}});var Es,hE,mE=k(()=>{"use strict";D();ft();Yd();zr();Es=1,hE=e=>{function t(n,i){return(...o)=>{var u,p,f,m;let a=Date.now(),s={method:n,trace_id:Es};Es+=1;let l="SUCCESS",c=`${n}:ok`,d=0;try{if(i.paramsSchema)try{Qd(i.paramsSchema,o,"params")}catch(b){throw Wl(`${n}:fail ${b.message}`)}let g=i.implement(...o),_=g,v=`${n}:ok`;if(g&&"code"in g){let{code:b,data:I,message:A}=g;l=b,_=I,v=A}return{code:l,message:v,data:_}}catch(g){let _=g;d=(p=(u=_.code)!=null?u:_.errNo)!=null?p:2e3,l="FAILURE";let v=(m=(f=_.message)!=null?f:_.errMsg)!=null?m:`${g}`;return c=`${n}:${l} ${v.replace(/^\S+:(fail|cancel)\s?/,"")}`,ke(new Kn(c,d)),{code:l,message:c}}finally{let g=Date.now()-a;e("apiInvoked",M(T({},s),{duration:g,status:l}))}}}function r(n,i){return(...o)=>w(this,null,function*(){var p,f,m,g;let a=Lf(o)?o:[o],s=Date.now(),l={method:n,trace_id:Es};Es+=1;let c=`${n}:ok`,d="SUCCESS",u={code:d,message:c};try{if(i.paramsSchema)try{Qd(i.paramsSchema,a,"params")}catch(b){throw Wl(b.message)}let v=yield i.implement(...a);if(v&&"code"in v){let{code:b,data:I,message:A}=v;d=b,c=A,v=I}return Object.assign(u,{code:d,message:c,data:v}),u}catch(_){let v=_,b=(f=(p=v.code)!=null?p:v.errNo)!=null?f:2e3;d="FAILURE";let I=(g=(m=v.message)!=null?m:v.errMsg)!=null?g:`${_}`,A=`${n}:${d} ${I.replace(/^\S+:(fail|cancel)\s?/,"")}`;return Object.assign(u,{code:d,message:A}),ke(new Kn(A,b)),u}finally{let _=Date.now()-s;e("apiInvoked",M(T({},l),{duration:_,status:d}))}})}return{createAPI:r,createSyncAPI:t}}});var Le,G,F,vE,yt=k(()=>{"use strict";pE();Tt();mE();Yd();xe();K();({createAPI:Le,createSyncAPI:G}=hE(Q)),F=dE("native"),{canIUseNative:vE}=If(()=>S.sdkInfo.nativeSDKVersionCode)});var gE,g5,y5,_5,b5,yE=k(()=>{"use strict";D();yt();xe();K();gE=te(),g5="env",y5="getSystemInfoSync",_5=G(y5,{implement:()=>{var r;let e=U("envSync"),{data:t}=e;return{system:t.deviceInfo.system,platform:t.deviceInfo.platform.toLowerCase(),version:t.sdkInfo.jssdkVersion,pixelRatio:t.deviceInfo.pixelRatio,language:t.deviceInfo.lang,brand:t.deviceInfo.brand,appName:(r=t.hostInfo)==null?void 0:r.appName,SDKVersion:t.sdkInfo.jssdkVersion,viewport:{statusBarHeight:S.viewport.statusBarHeight,navigationBarHeight:S.viewport.navigationBarHeight}}}}),b5=G(g5,{implement:()=>{var t;let e=U("envSync");return(t=e==null?void 0:e.data)!=null?t:void 0}});gE.registerCommand("API.getSystemInfoSync",_5);gE.registerCommand("API.env",b5);F("env",{version:"1.0.0"});F("getSystemInfoSync",{version:"1.0.0",properties:{viewport:"1.0.33"}})});var _E=h(Xd=>{"use strict";D();yt();ft();xe();Tt();K();var w5="exitGame",I5="onReady",S5="onJoliboxShow",x5="onJoliboxHide",ks=te(),As=Ao(ke),E5=Le(w5,{paramsSchema:E.tuple(E.function(),E.boolean().optional().default(!1)),implement:(e,t=!1)=>w(Xd,null,function*(){As(e).call(Xd),zn(S.shouldInterupt)&&!S.shouldInterupt&&S.from&&Tf("onRetentionResult",{shouldStay:t},S.from,!0),t||S.setDoExitDirectly(),yield ge("exitAppAsync")})}),k5=G(S5,{paramsSchema:E.tuple(E.function()),implement(e){let t=As(e);Ye("onJoliboxEnterForeground",()=>{t.call(this),Yn.emit("visible",!0)})}}),A5=G(x5,{paramsSchema:E.tuple(E.function()),implement(e){let t=As(e);Ye("onJoliboxEnterBackground",()=>{t.call(this),Yn.emit("visible",!1)})}}),T5=G(I5,{paramsSchema:E.tuple(E.function()),implement(e){let t=As(e);Ee.on("LifecycleEvent.onReady",r=>{t(r)})}});ks.registerCommand("LifecycleSDK.exit",E5);ks.registerCommand("LifecycleSDK.onReady",T5);ks.registerCommand("LifecycleSDK.onJoliboxShow",k5);ks.registerCommand("LifecycleSDK.onJoliboxHide",A5);F("lifeCycle.exit",{version:"1.0.0"});F("lifeCycle.onReady",{version:"1.0.0"});F("lifeCycle.onJoliboxShow",{version:"1.0.0"});F("lifeCycle.onJoliboxHide",{version:"1.0.0"})});function bE(e){let t={};if(!kr(e))return t;for(let[r,n]of Object.entries(e)){let i=r.toLocaleLowerCase();n?typeof n=="object"?t[i]=Object.prototype.toString.call(n):t[i]=String(n):t[i]=""}return t}function wE(e="GET"){if(e==="")return"POST";let t=e.toUpperCase();return["GET","OPTIONS","HEAD","POST","PUT","DELETE","TRACE","CONNECT","PATCH"].includes(t)?t:"GET"}function IE(e,t=!1){if(e)return t||e>0&&e<=6e4?Math.ceil(e):6e4}function SE(e,t,r){if(["POST","PUT","PATCH"].includes(t)||!kr(r))return e;let[n,i=""]=e.split("?"),o=new URLSearchParams(i);for(let[s,l]of Object.entries(r))l!=null&&o.append(s,String(l));let a=o.toString();return a?`${n}?${a}`:n}var xE=k(()=>{"use strict";D()});var C5,P5,Zd,ep,EE,O5,R5,N5,kE=k(()=>{"use strict";zr();Ql();yt();xE();D();ft();K();C5=15,P5=Po("createRequestTaskSync","operateRequestTaskSync",{type:"public",baseUrl:S.baseApiHost}),Zd=0,ep=[],EE=Ao(ke),O5=(e,t)=>{let r=e.filter(t),n=e.filter(i=>!t(i));return e.length=0,e.push(...n),r},R5=e=>{let t=new Et,r=()=>{};return G("request",{paramsSchema:E.tuple(E.object({url:E.string(),method:E.string(),headers:E.object().optional(),data:E.object().optional(),query:E.object().optional(),dataType:E.string().default("json"),responseType:E.string().default("text"),enableCache:E.boolean().default(!1),appendHostCookie:E.boolean().default(!0),timeout:E.number().default(3e4),success:E.function(),fail:E.function()})),implement(i){let o=()=>w(this,null,function*(){var s,l,c;let a=EE(i.fail);try{if(Zd+=1,t.state!=="pending")return;let{data:d,dataType:u,responseType:p,enableCache:f,appendHostCookie:m}=i,g=bE((s=i.headers)!=null?s:{}),_=wE(i.method),v=IE(i.timeout),b=SE(i.url,_,d),I=EE(i.success),A=Object.assign({},i,{method:_,header:m?void 0:g,data:_==="GET"||_==="HEAD"?void 0:d,enableCache:f,query:(l=i.query)!=null?l:{},dataType:u,responseType:p,appendHostCookie:m});v&&(A.timeout=v);let P=P5(b,A);{let{response:O}=yield P,{code:x,data:C,message:X}=O;if(C&&typeof C=="object"&&"status"in C&&C.status!==200)throw sr({code:C.status||-1,msg:`request:fail status ${C.status}`});t.resolve({code:x!=null?x:"SUCCESS",data:C,message:X!=null?X:"request:ok"}),I({code:"SUCCESS",message:"request:ok",data:C})}}catch(d){t.reject(d),a({code:"FAILURE",message:"httpRequst: failed"})}finally{Zd-=1,(c=ep.shift())==null||c()}});return Zd>=C5?(r=()=>{O5(ep,a=>a===o)},ep.push(o)):o(),t.promise}})(e),{abort(){t.reject(sr({code:-1,msg:"request:fail abort"})),r()}}},N5=te();N5.registerCommand("HttpSDK.request",R5);F("request",{version:"1.0.0"})});function AE(e){let t=Object.prototype.toString.call(e).split(" ")[1].split("]")[0].toLocaleLowerCase();return t==="array"&&(t="object"),M5.includes(t)?t:""}function TE(e,t){try{switch(t){case"string":return e;case"object":return JSON.parse(e);case"number":return parseFloat(e);case"boolean":return e==="true";default:return""}}catch(r){return""}}function CE(e,t){try{switch(t){case"string":case"number":case"boolean":return`${e}`;case"object":return JSON.stringify(e);default:return""}}catch(r){return""}}var Ts,D5,L5,q5,F5,mK,vK,M5,tp,PE,rp=k(()=>{"use strict";yt();xe();D();ht();K();Ts=te(),D5=Le("getLocalStorage",{paramsSchema:E.tuple(E.string()),implement(e){return w(this,null,function*(){let{response:t}=yield Z(`/api/games/user-storage/${S.mpId}`,{method:"GET",responseType:"json",appendHostCookie:!0,query:{key:e}}),{data:{code:r,message:n,data:i}}=yield t;if(r==="SUCCESS")return{code:r,message:n,data:i==null?void 0:i.value};try{let{data:{data:o,dataType:a}}=yield ge("getLocalStorageAsync",{key:e}),s=TE(o,a);return{code:r,message:`${n}. fallback to native`,data:s}}catch(o){return{code:"INTERNAL_ERROR",message:"[Jolibox SDK] get local storage failed",data:null}}})}});Ts.registerCommand("StorageSDK.getItem",D5);F("storage.getItem",{version:"1.0.0",properties:{key:"1.0.0",value:"1.0.0"}});L5=Le("setStorage",{paramsSchema:E.tuple(E.string(),E.or(E.string(),E.boolean(),E.number())),implement(e,t){return w(this,null,function*(){let r=S.mpId,n=typeof t=="string"?t:String(t),{response:i}=yield Z(`/api/games/user-storage/${r}`,{method:"POST",responseType:"json",appendHostCookie:!0,data:{key:e,value:n}}),{data:{code:o,message:a}}=i,s=AE(t),l=CE(t,s);return yield ge("setLocalStorageAsync",{key:e,data:l,dataType:s}),o=="SUCCESS"?{code:o,message:a}:{code:o,message:`${a}. fallback to native`}})}});Ts.registerCommand("StorageSDK.setItem",L5);F("storage.setItem",{version:"1.0.0",properties:{key:"1.0.0",value:"1.0.0"}});q5=Le("removeStorage",{paramsSchema:E.tuple(E.string()),implement(e){return w(this,null,function*(){let t=S.mpId,{response:r}=yield Z(`/api/games/user-storage/${t}/remove`,{method:"POST",responseType:"json",appendHostCookie:!0,data:{key:e}}),{data:{code:n,message:i}}=r;return yield ge("removeLocalStorageAsync",{key:e}),n==="SUCCESS"?{code:n,message:i}:{code:n,message:"[Jolibox SDK] remove item succ"}})}});Ts.registerCommand("StorageSDK.removeItem",q5);F("storage.removeItem",{version:"1.0.0",properties:{key:"1.0.0"}});F5=Le("clearStorage",{implement(){return w(this,null,function*(){let e=S.mpId,{response:t}=yield Z(`/api/games/user-storage/${e}/clear`,{method:"POST",appendHostCookie:!0});ge("clearLocalStorageAsync");let{data:{code:r,message:n}}=t;return r==="SUCCESS"?{code:r,message:n}:{code:r,message:`${n}.fallback to native`}})}});Ts.registerCommand("StorageSDK.clear",F5);F("storage.clear",{version:"1.0.0"});mK=Le("getStorageInfo",{implement(){return w(this,null,function*(){let{data:e}=yield ge("getStorageInfoAsync");return e})}});F("getStorageInfo",{version:"1.0.0",success:{keys:"1.0.0",currentSize:"1.0.0",limitSize:"1.0.0"}});vK=G("getStorageInfoSync",{implement(){return U("getStorageInfoSync")}}),M5=["string","number","boolean","object",""];tp=Le("getGlobalStorage",{paramsSchema:E.tuple(E.string()),implement(e){return w(this,null,function*(){try{let{data:{data:t,dataType:r}}=yield ge("getGlobalStorageAsync",{key:e});return{code:"SUCCESS",message:"success",data:TE(t,r)}}catch(t){return{code:"INTERNAL_ERROR",message:"[Jolibox SDK] get global storage failed",data:null}}})}}),PE=Le("setGlobalStorage",{paramsSchema:E.tuple(E.string(),E.or(E.string(),E.boolean(),E.number(),E.array())),implement(e,t){return w(this,null,function*(){try{let r=AE(t),n=CE(t,r);return yield ge("setGlobalStorageAsync",{key:e,data:n,dataType:r}),{code:"SUCCESS",message:"success"}}catch(r){return{code:"INTERNAL_ERROR",message:"[Jolibox SDK] set global storage failed"}}})}})});var U5,j5,B5,np,OE=k(()=>{"use strict";D();xe();yt();U5=G("showKeyboard",{paramsSchema:E.tuple(E.object({defaultValue:E.string().optional().default(""),multiple:E.boolean().optional().default(!1),maxLength:E.unknown().optional().default(1e5)})),implement(e){var n;let t=Math.floor((n=Number(e.maxLength))!=null?n:1e5),{defaultValue:r}=e;r&&t&&(r=r.slice(0,t)),U("showKeyboardSync",M(T({},e),{defaultValue:r,maxLength:t}))}});F("keyboard.showKeyboard",{version:"1.0.0",properties:{params:{defaultValue:"1.0.0",multiple:"1.0.0",confirmHold:"1.0.0",confirmType:"1.0.0",maxLength:"1.0.0"}},success:{errMsg:"1.0.0"}});j5=G("updateKeyboard",{paramsSchema:E.tuple(E.object({value:E.string()})),implement(e){U("updateKeyboardSync",e)}});F("keyboard.updateKeyboard",{version:"1.0.0",properties:{params:{value:"1.0.0"}}});B5=G("hideKeyboard",{implement(){U("hideKeyboardSync")}});F("keyboard.hideKeyboard",{version:"1.0.0"});np=te();np.registerCommand("KeyboardSDK.showKeyboard",U5);np.registerCommand("KeyboardSDK.updateKeyboard",j5);np.registerCommand("KeyboardSDK.hideKeyboard",B5)});var RE=h(Cs=>{"use strict";D();yt();Tt();var ip=te(),J5=Le("levelFinished",{paramsSchema:E.tuple(E.object({levelId:E.or(E.string(),E.number()),duration:E.number().optional(),rating:E.number().optional(),score:E.number().optional()})),implement:e=>w(Cs,null,function*(){let{levelId:t,duration:r,rating:n,score:i}=e,o=[];o.push(Ht.tracker("LevelFinished",{levelId:t,duration:r,rating:n,score:i})),o.push(Ht.reporter({event:"COMPLETE_GAME_LEVEL"})),yield Promise.all(o)})}),H5=Le("gamePlayEnded",{paramsSchema:E.tuple(E.object({duration:E.number().optional(),rating:E.number().optional(),score:E.number()})),implement:e=>w(Cs,null,function*(){let{duration:t,rating:r,score:n}=e;return Ht.tracker("GamePlayEnded",{duration:t,rating:r,score:n})})}),$5=Le("levelUpgrade",{paramsSchema:E.tuple(E.object({levelId:E.or(E.string(),E.number()),name:E.string().optional()})),implement:r=>w(Cs,[r],function*({levelId:e,name:t}){let n=[];n.push(Ht.tracker("LevelUpgrade",{name:t,levelId:e})),yield Promise.all(n)})});ip.registerCommand("TaskTrackerSDK.levelFinished",J5);ip.registerCommand("TaskTrackerSDK.gamePlayEnded",H5);ip.registerCommand("TaskTrackerSDK.levelUpgrade",$5);F("TaskTrackerSDK.onLevelFinished",{version:"1.1.25",properties:{params:{levelId:"1.1.25",duration:"1.1.25",rating:"1.1.25",score:"1.1.25"}}});F("TaskTrackerSDK.onGamePlayEnded",{version:"1.1.25",properties:{params:{duration:"1.1.25",rating:"1.1.25",score:"1.1.25"}}});F("TaskTrackerSDK.onLevelUpgrade",{version:"1.1.25",properties:{params:{levelId:"1.1.25",name:"1.1.25"}}})});var op,ap,sp,V5,NE,Ps=k(()=>{"use strict";K();xe();yt();D();zr();F("login",{version:"1.0.0",properties:{force:"1.0.0"},success:{errMsg:"1.0.0",code:"1.0.0",token:"1.0.0",isLogin:"1.0.0"}});F("checkSession",{version:"1.0.0",success:{errMsg:"1.0.0"}});op=new Map;Ye("onLoginStateChange",({isLogin:e,token:t,uuid:r,isFirstLogin:n,extra:i})=>{let o=op.get(r);o&&(o.resolve({isLogin:e,token:t,isFirstLogin:n,extra:i}),op.delete(r))});ap=(e,t=!1)=>w(void 0,null,function*(){var u;let{data:{isLogin:r}}=yield ge("checkLoginAsync");if(r)return{isLogin:!0,token:(u=S.hostUserInfo)==null?void 0:u.token};let{skipLogin:n,triggerFrom:i}=e!=null?e:{},o=U("loginSync",{skipLogin:n,triggerFrom:i}),{data:{uuid:a}}=o;if(!a)throw sr({code:-1,msg:"login failed"});let s=new Et;op.set(a,s);let l=yield s.promise;S.onEnvConfigChanged({hostUserInfo:l});let p=l,{extra:c}=p,d=Qe(p,["extra"]);return Ee.emit("onLoginComplete",d),t?l:d}),sp=Le("login",{paramsSchema:E.tuple(E.object({skipLogin:E.boolean().optional(),triggerFrom:E.string().optional()}).optional()),implement(e){return w(this,null,function*(){return yield ap(e!=null?e:{})})}}),V5=Le("checkSession",{implement(){return w(this,null,function*(){let{data:{isLogin:e}}=yield ge("checkLoginAsync");return{isLogin:e}})}}),NE=te();NE.registerCommand("API.login",sp);NE.registerCommand("API.checkSession",V5)});var DE,LE=k(()=>{"use strict";DE=e=>{let t=new Date,r=new Date(t.getFullYear(),t.getMonth(),t.getDate()).getTime(),n=r+24*60*60*1e3;return e.filter(i=>i>=r&&i<n)}});function lp(e){return t=>w(this,null,function*(){var l;let{dailyMaxPopUps:r,minInterval:n}=t,i=yield tp(e);if(!i.data)return{canShow:!0,isFirst:!0};let o=qE(i.data),a=DE(o);if(r&&a.length>=r)return{canShow:!1,isFirst:!1};let s=Date.now();return console.log("todayFrequencies",a,n,s-a[0]),n&&s-((l=a==null?void 0:a[0])!=null?l:0)<n?{canShow:!1,isFirst:!1}:{canShow:!0,isFirst:!1}})}function cp(e){return()=>w(this,null,function*(){var i;let t=Date.now(),r=yield tp(e),n=qE((i=r.data)!=null?i:"[]");n.push(t),n.sort((o,a)=>a-o).splice(8),yield PE(e,JSON.stringify(n))})}var qE,FE,ME,UE,jE,BE,JE,Os=k(()=>{"use strict";rp();LE();qE=e=>{let t;try{t=JSON.parse(e)}catch(r){t=[]}return t};FE=lp("joli_coin_use_modal_frequency"),ME=lp("joli_coin_payment_frequency"),UE=lp("joli_coin_unlogin_modal_frequency");jE=cp("joli_coin_use_modal_frequency"),BE=cp("joli_coin_payment_frequency"),JE=cp("joli_coin_unlogin_modal_frequency")});var up,Rs,dp=k(()=>{"use strict";ht();up=Promise.resolve(),Rs=e=>w(void 0,null,function*(){up=up.then(()=>w(void 0,null,function*(){yield Z("/api/joli-coin/user-config",{method:"POST",appendHostCookie:!0,data:{enableAutoDeduct:e}})})),yield up})});var Ns,Ds,xt,Ls,Br,_r,tr,qs,xn,z5,L,En,kn,We=k(()=>{"use strict";D();Ns="UNLOCK_OPTIONS_CHANGED",Ds="INVOKE_PAYMENT",xt="ON_PAYMENT_RESULT",Ls="ON_USE_MODAL_EVENT",Br="ON_USE_MODAL_RESULT",_r="ON_USE_MODAL_FREQUENCY",tr="ON_USE_UNLOGIN_MODAL_EVENT",qs="INVOKE_UNLOGIN_MODAL_EVENT",xn=new At,z5=()=>({on:xn.on.bind(xn),off:xn.off.bind(xn),emit:xn.emit.bind(xn)}),L=z5(),En={charge:{dailyMaxPopUps:2,minInterval:8*60*60*1e3},useJolicoin:{dailyMaxPopUps:2,minInterval:8*60*60*1e3}},kn={show:!0,minInterval:8*60*60*1e3}});function et(e,t){let r=null,n=null,i=null,o=()=>{if(i){r=Promise.resolve(i);return}r=new Promise(a=>{n=a})};return o(),e.on(t,(...a)=>{let s=a[0];i=s,n&&(n(s),n=null)}),{getData:()=>(r||o(),r),getCachedData:()=>i,clearCache:()=>{i=null,r=null},getFreshData:()=>(i=null,r=null,o(),r),updateData:a=>{if(i)return i=T(T({},i),a),r=Promise.resolve(i),n&&(n(i),n=null),i}}}var br=k(()=>{"use strict"});var VE=h(pp=>{"use strict";Os();dp();We();We();Zt();Tt();D();br();var HE=Yi(),$E=et(L,_r);$E.getData();L.on(Ls,(e,t)=>w(pp,null,function*(){if(e==="ADS-JOLI_COIN"){yield HE.show({duration:3e3});let n=yield $E.getData(),{canShow:i,isFirst:o}=yield FE(n.joliCoinUseAndCharge.useJolicoin);console.log("use modal show by frequency",i,o),HE.hide();let{balance:a}=t.userJoliCoin;if(a>=t.joliCoinQuantity&&t.enableAutoDeduct&&!o){L.emit(Br,{useModalResult:"CONFIRM"});return}if(!i){L.emit(Br,{useModalResult:"FAILED"});return}}Q("unlock_popup_show",{eventType:pe.View,targetType:"game"});let r=$x({data:{enableAutoDeduct:t.enableAutoDeduct,userJolicoin:t.userJoliCoin,joliCoinQuantity:t.joliCoinQuantity},buttons:{confirm:{text:t.confirmButtonText,onPress:()=>{Q("coin_unlock_click",{targetType:"game",eventType:pe.Click,coinConsume:t.joliCoinQuantity,ifAutoUnlock:t.enableAutoDeduct}),L.emit(Br,{useModalResult:"CONFIRM"}),r.destroy()}},cancel:{text:t.cancelButtonText,onPress:({type:n})=>{n==="FAILED"&&Q("ad_unlock_click",{targetType:"game",eventType:pe.Click}),L.emit(Br,{useModalResult:(n!=null?n:"")==="CANCEL"?"CANCEL":"FAILED"}),r.destroy()}},onEnableDeductChanged:n=>w(pp,null,function*(){yield Rs(n)})}});yield jE()}))});function zE(){let e=new Map;return{registerPaymentHandler(r,n){e.set(r,n)},invokePayment(r,...n){return w(this,null,function*(){let i=e.get(r);if(!i)return{code:"FAILED",message:`[joliboxSDK]: ${r} payment not supported in this platform`};try{return yield i(...n)}catch(o){return ke(o),{code:"FAILED",message:`[joliboxSDK]: paymenterror ${o}`}}})}}}var GE=k(()=>{"use strict";ft()});var Fs=k(()=>{"use strict"});var G5,An,wr,W5,Jr,fp=k(()=>{"use strict";Fs();D();K();ht();G5=()=>{let[e,t]=[Jf,$f].map(r=>(n,i,o)=>new r(n,i,o));return{createPaymentError:e,createPaymentInternalError:t}},{createPaymentError:An,createPaymentInternalError:wr}=G5(),W5=S.testMode?"https://stg-game.jolibox.com":"https://game.jolibox.com",Jr=class{constructor(){this._orderId=null;this._orderStatus="INIT";this.startPayment=t=>w(this,null,function*(){this._orderId&&(yield this.cancelOrder(this.orderId));let{code:r,message:n}=yield this.placeOrder(t);if(r!=="SUCCESS")throw An(n,1001);return yield this.pay()});this.cancelOrder=t=>w(this,null,function*(){var n,i;let{response:r}=yield Z(`/api/orders/${t}/cancel`,{method:"POST",data:{}});if(r.code!=="SUCCCESS")throw An((i=(n=r.message)!=null?n:r.errMsg)!=null?i:"",1003)});this.generateCallbackUrl=()=>{let t=new URLSearchParams("");return t.set("utm_source",S.deviceInfo.platform),t.set("joliSource",S.encodeJoliSourceQuery(T({},this.generatePaymentContext()))),`${W5}//payment/callback?${t.toString()}`}}get orderId(){return this._orderId}get status(){return this._orderStatus}}});var hp,KE,QE=k(()=>{"use strict";ht();fp();Fs();hp=class extends Jr{constructor(r){super();this.productId=r;this.generatePaymentContext=()=>({type:"JOLI_COIN_ORDER_CONTEXT",state:"TO_VALIDATE",productId:this.productId,orderId:this.orderId});this.pay=()=>w(this,null,function*(){let r=this.generateCallbackUrl();return console.info("callbackUrl",r),{code:"SUCCESS",message:"jolicoin payment success"}})}placeOrder(r){return w(this,null,function*(){var n,i,o,a;try{let{response:s}=yield Z("/api/orders/checkout/joli-coin",{method:"POST",data:{productId:r.productId}});if(s.code!=="SUCCESS")throw An((i=(n=s.errMsg)!=null?n:s.message)!=null?i:"",1002);return{code:"SUCCESS",message:(o=s.message)!=null?o:"placeorder jolicoin success",data:s.data}}catch(s){throw console.info("[JoliboxSDK] placeorder failed",s),wr((a=JSON.stringify(s))!=null?a:"jolicoin placeorder failed",1002)}})}},KE=()=>{let e=new Map;return t=>w(void 0,null,function*(){let r=e.get(t);return r||(r=new hp(t),e.set(t,r)),yield r.startPayment({productId:t}),{code:"SUCCESS",message:"jolicoin payment success"}})}});var YE,XE=k(()=>{"use strict";YE={SUCCESS:"unlockSuccess",FAIL_NOT_LOGIN:"unlockFailedNotLogin",FAIL_PAYING:"unlockFailedPaying",FAIL_PRODUCT_EMPTY:"unlockFailedProductIdNotFound",FAIL_GET_PRODUCT_INFO:"unlockFailedProductInvalid",FAIL_LAUNCH_BILLING:"unlockFailedLaunch",FAIL_TRANSACTION:"unlockFailedTransaction",FAIL_VERIFY:"unlockFaileVerify",TRANSACTION_PENDING:"transactionPending",FAILED:"unlockFailed"}});var mp,ZE,vp,gp,K5,ek,tk=k(()=>{"use strict";ht();fp();Fs();xe();D();K();Zt();XE();mp=new Map;Ye("onPaymentStateChange",e=>{console.info("onPaymentStateChange",e);let{orderUUID:t,status:r,totalAmount:n,orderResponse:i}=e,o=mp.get(t);if(o){if(r==="SUCCESS")jr("{slot-success} {slot-i18n-jolicoin.unlockSuccess}",{position:"center",duration:3e3}),o.resolve({code:"SUCCESS",message:"jolicoin payment success",data:{totalAmount:n}});else{if(r==="FAILED"&&qf(i==null?void 0:i.errNo)&&(i==null?void 0:i.errNo)!==0)throw wr(`jolicoin payment failed: ${i==null?void 0:i.errMsg}`,1002);let a=YE[r];a&&jr(`{slot-error} {slot-i18n-jolicoin.${a}}`,{position:"center",duration:3e3}),o.resolve({code:"FAILED",message:"jolicoin payment failed"})}mp.delete(t)}});ZE=e=>w(void 0,null,function*(){var n,i;let t=new Et,r;try{let o=yield ge("requestPaymentSync",{paymentBody:{appStoreProductId:e.appStoreProductId,appAccountToken:e.appAccountToken}});if(r=(n=o.data)==null?void 0:n.orderUUID,console.info("---payInApp---",o),!r)throw wr("orderUUID is null",1002);mp.set(r,t)}catch(o){throw wr((i=JSON.stringify(o))!=null?i:"jolicoin payment failed",1002)}return t.promise}),vp=class extends Jr{constructor(r,n){super();this.productId=r;this.appStoreProductId=n;this.generatePaymentContext=()=>({type:"JOLI_COIN_IAP_CONTEXT",state:"TO_VALIDATE",productId:this.productId,appStoreProductId:this.appStoreProductId});this.pay=()=>w(this,null,function*(){return yield ZE({appStoreProductId:this.appStoreProductId})})}placeOrder(r){return w(this,null,function*(){return{code:"SUCCESS",message:"placeorder jolicoin success in native"}})}},gp=class extends Jr{constructor(r,n){super();this.productId=r;this.appStoreProductId=n;this.generatePaymentContext=()=>({type:"JOLI_COIN_IAP_CONTEXT",state:"TO_VALIDATE",productId:this.productId,appStoreProductId:this.appStoreProductId});this.pay=()=>w(this,null,function*(){return yield ZE({appStoreProductId:this.appStoreProductId,appAccountToken:this.appAccountToken})})}placeOrder(r){return w(this,null,function*(){var a;console.log("----start place order for ios----");let{response:n}=yield Z("/api/orders/iap-init",{method:"GET",appendHostCookie:!0}),{data:i,code:o}=n!=null?n:{};if(console.log("----iap init----",i,o),i.code!=="SUCCESS")throw wr("iap-init failed",1002);return this.appAccountToken=(a=i==null?void 0:i.data)==null?void 0:a.iapToken,{code:"SUCCESS",message:"placeorder jolicoin success in native"}})}},K5={android:vp,ios:gp},ek=()=>{let e=new Map;return t=>w(void 0,null,function*(){let{productId:r,appStoreProductId:n}=t,i=e.get(r);if(!i){let s=K5[S.platform];if(!s)throw wr("platform not supported",1002);i=new s(r,n),e.set(r,i)}let{code:o,message:a}=yield i.startPayment({productId:r,appStoreProductId:n});if(o!=="SUCCESS")throw An(a,1002);return{code:"SUCCESS",message:"jolicoin payment success"}})}});var Ms,rk=k(()=>{"use strict";GE();QE();tk();Ms=zE();Ms.registerPaymentHandler("JOLI_COIN",KE());Ms.registerPaymentHandler("JOLI_COIN_IAP",ek())});var ik=h(Xi=>{"use strict";We();Zt();ht();K();Ps();D();Os();rk();Zt();yt();xe();D();Tt();dp();br();var Tn=Yi(),Q5=et(L,_r);L.on(Ds,(e,t)=>w(Xi,null,function*(){var r,n;try{if(!vE("requestPaymentSync:paymentBody:appStoreProductId")){console.info("requestPaymentSync:paymentBody:appStoreProductId not supported"),setTimeout(()=>{L.emit(xt,{paymentResult:"FAILED"})},0);return}if(e==="ADS-JOLI_COIN"){yield Tn.show({duration:3e3});let a=yield Q5.getData(),{canShow:s}=yield ME(a.joliCoinUseAndCharge.charge);if(console.log("use payment show by frequency",s),Tn.hide(),!s){L.emit(xt,{paymentResult:"FAILED"});return}console.log("show by frequency")}yield Tn.show({duration:3e3});let i=yield nk();if(Tn.hide(),!i){L.emit(xt,{paymentResult:"FAILED"});return}Q("coinorder_show",{targetType:"game",eventType:pe.View});let o=Vx({data:{userJolicoin:t.userJoliCoin,joliCoinQuantity:t.joliCoinQuantity,paymentChoices:(n=(r=i.paymentChoices)==null?void 0:r.map(a=>{var s;return M(T({},a),{totalAmountStr:(s=a.totalAmountStr)!=null?s:""})}))!=null?n:[],enableAutoDeduct:i.enableAutoDeduct},buttons:{confirm:{text:t.confirmButtonText,onPress:a=>w(Xi,null,function*(){var c,d,u,p,f,m,g,_;if(Q("order_pay_ensure",{targetType:"game",eventType:pe.Click,payWay:"app_iap",coinAmount:t.joliCoinQuantity,orderPrice:(d=(c=i.paymentChoices.find(v=>v.productId===a))==null?void 0:c.totalAmountStr)!=null?d:""}),!((u=S.hostUserInfo)!=null&&u.isLogin)){let{data:v}=yield sp({skipLogin:!0});if(!(v!=null&&v.isLogin)){console.log("login failed");return}let b=yield nk();if(((p=b==null?void 0:b.balance)!=null?p:0)>=t.joliCoinQuantity){L.emit(xt,{paymentResult:"SUCCESS"}),o.destroy();return}}console.log("invokeNativePayment",a);let s=(m=(f=i==null?void 0:i.paymentChoices)==null?void 0:f.find(v=>v.productId===a))==null?void 0:m.appStoreProductId;if(!s){L.emit(xt,{paymentResult:"FAILED"}),o.destroy();return}yield Tn.show({duration:3e3});let{code:l}=yield Ms.invokePayment("JOLI_COIN_IAP",{productId:a,appStoreProductId:s});if(Tn.hide(),Q("order_pay_result",{eventType:pe.Other,targetType:"game",payWay:"app_iap",coinAmount:t.joliCoinQuantity,orderPrice:(_=(g=i.paymentChoices.find(v=>v.productId===a))==null?void 0:g.totalAmountStr)!=null?_:"",payResult:l}),l!=="SUCCESS"){console.info("[JoliboxSDK] payment failed in payment.invokePaymet");return}L.emit(xt,{paymentResult:"SUCCESS"}),o.destroy()})},cancel:{text:t.cancelButtonText,onPress:({type:a})=>{L.emit(xt,{paymentResult:(a!=null?a:"")==="CANCEL"?"CANCEL":"FAILED"}),Q("ad_unlock_click",{targetType:"game",eventType:pe.Click}),o.destroy()}},onEnableDeductChanged:a=>w(Xi,null,function*(){yield Rs(a)})},onSelect:a=>{var s,l;Q("coinorder_click",{targetType:"game",eventType:pe.Click,coinAmount:t.joliCoinQuantity,orderPrice:(l=(s=i.paymentChoices.find(c=>c.productId===a))==null?void 0:s.totalAmountStr)!=null?l:""})}});yield BE()}catch(i){console.info("payment failed",i),L.emit(xt,{paymentResult:"FAILED"})}}));var Y5=(e,t)=>{Object.keys(t).forEach(r=>{let n=e.paymentChoices.find(i=>i.appStoreProductId===r);n&&(n.totalAmountStr=t[r].price)}),e.paymentChoices=e.paymentChoices.filter(r=>!ql(r.totalAmountStr))},nk=()=>w(Xi,null,function*(){var r,n,i,o,a,s,l,c,d,u;let{response:e}=yield Z("/api/joli-coin/balance-detail",{method:"GET",appendHostCookie:!0,responseType:"json"});console.info("getBalenceDetails",e);let{data:t}=yield ge("requestProductDetailsAsync",{appStoreProductIds:(o=(i=(n=(r=e.data)==null?void 0:r.data)==null?void 0:n.paymentChoices)==null?void 0:i.filter(p=>typeof p.appStoreProductId=="string").map(p=>p.appStoreProductId))!=null?o:[]});if((a=e.data)!=null&&a.data&&t&&Y5((s=e.data)==null?void 0:s.data,t),console.info("productDetails",(l=e.data)==null?void 0:l.data),((d=(c=e.data)==null?void 0:c.data)==null?void 0:d.paymentChoices.length)===0)throw new Error("paymentChoices is empty");return(u=e.data)==null?void 0:u.data})});var ak=h(Us=>{"use strict";We();br();Os();ht();ft();D();Ps();Zt();var ok=et(L,_r);ok.getData();L.on(qs,(e,t)=>w(Us,null,function*(){var r;try{if(e==="ADS-JOLI_COIN"){let o=yield ok.getData();if(console.log("unlogin guide config",o.loginGuide),!o.loginGuide.show){L.emit(tr,{result:"NOT_SUPPORT"});return}let{canShow:a}=yield UE(o.loginGuide);if(console.log("canShowUseModal",a),!a){L.emit(tr,{result:"FAILED"});return}}let{firstLogin:n}=(r=yield X5())!=null?r:{};if(!(n!=null&&n.reward)){console.log("[JoliboxSDK] unlogin modal reward is empty"),L.emit(tr,{result:"NOT_SUPPORT"});return}let i=zx({data:{rewardType:e,rewardValue:n.reward.rewardValue},buttons:{confirm:{text:t.confirmButtonText,onPress:()=>w(Us,null,function*(){var l,c,d,u;let{isLogin:o,extra:a,isFirstLogin:s}=yield ap({},!0);if(!o){console.log("login failed");return}if(s&&((l=a==null?void 0:a.firstLogin)!=null&&l.reward)){let{rewardValue:p}=a.firstLogin.reward;jr("{slot-i18ntran-loginGuide.rewardTips}",{i18nParams:{text:"Jolicoin Used",coin:p},position:"top",duration:3e3})}L.emit(tr,{result:"SUCCESS",rewards:{jolicoin:{claimedRewardValue:(u=(d=(c=a==null?void 0:a.firstLogin)==null?void 0:c.reward)==null?void 0:d.rewardValue)!=null?u:0,isFirstLogin:s!=null?s:!1}}}),i.destroy()})},cancel:{text:t.cancelButtonText,onPress:()=>{L.emit(tr,{result:"FAILED"}),i.destroy()}}}});yield JE()}catch(n){ke(new Vf(n)),L.emit(tr,{result:"FAILED"})}}));var X5=()=>w(Us,null,function*(){var t;let{response:e}=yield Z("/api/base/global-config",{method:"GET",appendHostCookie:!0,responseType:"json"});return(t=e.data)==null?void 0:t.data})});var vY,gY,yY,sk=k(()=>{"use strict";vY=ie(VE()),gY=ie(ik()),yY=ie(ak())});function ct(e,t,r){return(t=r3(t))in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}function r3(e){var t=n3(e,"string");return typeof t=="symbol"?t:t+""}function n3(e,t){if(typeof e!="object"||!e)return e;var r=e[Symbol.toPrimitive];if(r!==void 0){var n=r.call(e,t);if(typeof n!="object")return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return(t==="string"?String:Number)(e)}function js(e,t,r){return(t=i3(t))in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}function i3(e){var t=o3(e,"string");return typeof t=="symbol"?t:t+""}function o3(e,t){if(typeof e!="object"||!e)return e;var r=e[Symbol.toPrimitive];if(r!==void 0){var n=r.call(e,t);if(typeof n!="object")return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return(t==="string"?String:Number)(e)}function h3(e){return new Promise(t=>{setTimeout(()=>{t()},e)})}function m3(e){return typeof e=="string"}function v3(e){return typeof e=="undefined"}function g3(e){return v3(e)||e===null}function y3(e){return typeof e=="function"}function Dk(e){let t=e,r=null,n=function(){for(var i=arguments.length,o=new Array(i),a=0;a<i;a++)o[a]=arguments[a];return r||(r=new t(...o)),r};return n.prototype=t.prototype,n}function Zi(e){return function(){var t,r;((r=(t=globalThis.VConsole)==null?void 0:t[e])!=null?r:globalThis.console[e])(...arguments)}}function Hs(e,t){return t.map(r=>{if(r==="params"&&e[r]){let n=e[r];return Object.keys(n).reduce((i,o)=>(i[o]=String(n[o]),i),{})}return e[r]})}function E3(e){let t=e.location?Hs(e.location,fk):null,r=e.target?Hs(e.target,fk):null;return Hs(d3(u3({},e),{location:t,target:r}),S3)}function k3(e){let t=e.events.map(n=>E3(n)),r=Hs(e.device,x3);return[e.protocolVersion,t,r,e.project]}function A3(){try{if(window.__joliboxLocalStorage__)return window.__joliboxLocalStorage__;let e=Object.getOwnPropertyDescriptor(window,"localStorage");if(e&&e.get){let n=e.get.call(window);return window.__joliboxLocalStorage__=n,n}if(e=Object.getOwnPropertyDescriptor(Object.getPrototypeOf(window),"localStorage"),e&&e.get)return e.get.call(window);let t=Window.prototype,r=Object.getOwnPropertyDescriptor(t,"localStorage");if(r&&r.get){let n=r.get.call(window);return window.__joliboxLocalStorage__=n,n}return localStorage}catch(e){return console.warn("Failed to get original localStorage, fallback to default implementation",e),localStorage}}function R3(e){return new Promise(t=>Mk(e)(t))}function Mk(e){return function(t){let r=arguments.length>1&&arguments[1]!==void 0?arguments[1]:null,n=!1;return e(i=>{if(!n)return n=!0,t.call(r,i)},null)}}function N3(e,t){return(r=>{let n={onWillAddFirstListener(){r(i.fire,i)}},i=new io(n);return i.event})(function(r){let n=arguments.length>1&&arguments[1]!==void 0?arguments[1]:null;return e(i=>t(i)&&r.call(n,i),null)})}function L3(e,t){let r=Math.min(e.length,t.length);for(let n=0;n<r;n++)q3(e[n],t[n])}function q3(e,t){if(m3(t)){if(typeof e!==t)throw new Error(`argument does not match constraint: typeof ${t}`)}else if(y3(t)){try{if(e instanceof t)return}catch(r){}if(!g3(e)&&e.constructor===t||t.length===1&&t.call(void 0,e)===!0)return;throw new Error("[Jolibox SDK]argument does not match one of these constraints: arg instanceof constraint, arg.constructor === constraint, nor constraint(arg) === true")}}function _p(e,t,r){return(t=F3(t))in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}function F3(e){var t=M3(e,"string");return typeof t=="symbol"?t:t+""}function M3(e,t){if(typeof e!="object"||!e)return e;var r=e[Symbol.toPrimitive];if(r!==void 0){var n=r.call(e,t);if(typeof n!="object")return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return(t==="string"?String:Number)(e)}function Bs(e,t,r){return(t=U3(t))in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}function U3(e){var t=j3(e,"string");return typeof t=="symbol"?t:t+""}function j3(e,t){if(typeof e!="object"||!e)return e;var r=e[Symbol.toPrimitive];if(r!==void 0){var n=r.call(e,t);if(typeof n!="object")return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return(t==="string"?String:Number)(e)}function rr(e,t,r){return(t=B3(t))in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}function B3(e){var t=J3(e,"string");return typeof t=="symbol"?t:t+""}function J3(e,t){if(typeof e!="object"||!e)return e;var r=e[Symbol.toPrimitive];if(r!==void 0){var n=r.call(e,t);if(typeof n!="object")return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return(t==="string"?String:Number)(e)}function H3(e){if(e.sheet)return e.sheet;for(var t=0;t<document.styleSheets.length;t++)if(document.styleSheets[t].ownerNode===e)return document.styleSheets[t]}function $3(e){var t=document.createElement("style");return t.setAttribute("data-emotion",e.key),e.nonce!==void 0&&t.setAttribute("nonce",e.nonce),t.appendChild(document.createTextNode("")),t.setAttribute("data-s",""),t}function Q3(e,t){return qe(e,0)^45?(((t<<2^qe(e,0))<<2^qe(e,1))<<2^qe(e,2))<<2^qe(e,3):0}function Bk(e){return e.trim()}function Y3(e,t){return(e=t.exec(e))?e[0]:e}function $(e,t,r){return e.replace(t,r)}function Np(e,t){return e.indexOf(t)}function qe(e,t){return e.charCodeAt(t)|0}function oo(e,t,r){return e.slice(t,r)}function jt(e){return e.length}function Gp(e){return e.length}function Js(e,t){return t.push(e),e}function X3(e,t){return e.map(t).join("")}function rl(e,t,r,n,i,o,a){return{value:e,root:t,parent:r,type:n,props:i,children:o,line:tl,column:Rn,length:a,return:""}}function to(e,t){return K3(rl("",null,null,"",null,null,0),e,{length:-e.length},t)}function Z3(){return Se}function e4(){return Se=nt>0?qe(Nn,--nt):0,Rn--,Se===10&&(Rn=1,tl--),Se}function dt(){return Se=nt<Jk?qe(Nn,nt++):0,Rn++,Se===10&&(Rn=1,tl++),Se}function Bt(){return qe(Nn,nt)}function $s(){return nt}function so(e,t){return oo(Nn,e,t)}function ao(e){switch(e){case 0:case 9:case 10:case 13:case 32:return 5;case 33:case 43:case 44:case 47:case 62:case 64:case 126:case 59:case 123:case 125:return 4;case 58:return 3;case 34:case 39:case 40:case 91:return 2;case 41:case 93:return 1}return 0}function Hk(e){return tl=Rn=1,Jk=jt(Nn=e),nt=0,[]}function $k(e){return Nn="",e}function Vs(e){return Bk(so(nt-1,Dp(e===91?e+2:e===40?e+1:e)))}function t4(e){for(;(Se=Bt())&&Se<33;)dt();return ao(e)>2||ao(Se)>3?"":" "}function r4(e,t){for(;--t&&dt()&&!(Se<48||Se>102||Se>57&&Se<65||Se>70&&Se<97););return so(e,$s()+(t<6&&Bt()==32&&dt()==32))}function Dp(e){for(;dt();)switch(Se){case e:return nt;case 34:case 39:e!==34&&e!==39&&Dp(Se);break;case 40:e===41&&Dp(e);break;case 92:dt();break}return nt}function n4(e,t){for(;dt()&&e+Se!==57&&!(e+Se===84&&Bt()===47););return"/*"+so(t,nt-1)+"*"+el(e===47?e:dt())}function i4(e){for(;!ao(Bt());)dt();return so(e,nt)}function o4(e){return $k(zs("",null,null,null,[""],e=Hk(e),0,[0],e))}function zs(e,t,r,n,i,o,a,s,l){for(var c=0,d=0,u=a,p=0,f=0,m=0,g=1,_=1,v=1,b=0,I="",A=i,P=o,O=n,x=I;_;)switch(m=b,b=dt()){case 40:if(m!=108&&qe(x,u-1)==58){Np(x+=$(Vs(b),"&","&\f"),"&\f")!=-1&&(v=-1);break}case 34:case 39:case 91:x+=Vs(b);break;case 9:case 10:case 13:case 32:x+=t4(m);break;case 92:x+=r4($s()-1,7);continue;case 47:switch(Bt()){case 42:case 47:Js(a4(n4(dt(),$s()),t,r),l);break;default:x+="/"}break;case 123*g:s[c++]=jt(x)*v;case 125*g:case 59:case 0:switch(b){case 0:case 125:_=0;case 59+d:v==-1&&(x=$(x,/\f/g,"")),f>0&&jt(x)-u&&Js(f>32?vk(x+";",n,r,u-1):vk($(x," ","")+";",n,r,u-2),l);break;case 59:x+=";";default:if(Js(O=mk(x,t,r,c,d,i,s,I,A=[],P=[],u),o),b===123)if(d===0)zs(x,t,O,O,A,o,u,s,P);else switch(p===99&&qe(x,3)===110?100:p){case 100:case 108:case 109:case 115:zs(e,O,O,n&&Js(mk(e,O,O,0,0,i,s,I,i,A=[],u),P),i,P,u,s,n?A:P);break;default:zs(x,O,O,O,[""],P,0,s,P)}}c=d=f=0,g=v=1,I=x="",u=a;break;case 58:u=1+jt(x),f=m;default:if(g<1){if(b==123)--g;else if(b==125&&g++==0&&e4()==125)continue}switch(x+=el(b),b*g){case 38:v=d>0?1:(x+="\f",-1);break;case 44:s[c++]=(jt(x)-1)*v,v=1;break;case 64:Bt()===45&&(x+=Vs(dt())),p=Bt(),d=u=jt(I=x+=i4($s())),b++;break;case 45:m===45&&jt(x)==2&&(g=0)}}return o}function mk(e,t,r,n,i,o,a,s,l,c,d){for(var u=i-1,p=i===0?o:[""],f=Gp(p),m=0,g=0,_=0;m<n;++m)for(var v=0,b=oo(e,u+1,u=W3(g=a[m])),I=e;v<f;++v)(I=Bk(g>0?p[v]+" "+b:$(b,/&\f/g,p[v])))&&(l[_++]=I);return rl(e,t,r,i===0?Vp:s,l,c,d)}function a4(e,t,r){return rl(e,t,r,Uk,el(Z3()),oo(e,2,-2),0)}function vk(e,t,r,n){return rl(e,t,r,zp,oo(e,0,n),oo(e,n+1,-1),n)}function On(e,t){for(var r="",n=Gp(e),i=0;i<n;i++)r+=t(e[i],i,e,t)||"";return r}function s4(e,t,r,n){switch(e.type){case G3:if(e.children.length)break;case z3:case zp:return e.return=e.return||e.value;case Uk:return"";case jk:return e.return=e.value+"{"+On(e.children,n)+"}";case Vp:e.value=e.props.join(",")}return jt(r=On(e.children,n))?e.return=e.value+"{"+r+"}":""}function l4(e){var t=Gp(e);return function(r,n,i,o){for(var a="",s=0;s<t;s++)a+=e[s](r,n,i,o)||"";return a}}function c4(e){return function(t){t.root||(t=t.return)&&e(t)}}function u4(e){var t=Object.create(null);return function(r){return t[r]===void 0&&(t[r]=e(r)),t[r]}}function Vk(e,t){switch(Q3(e,t)){case 5103:return H+"print-"+e+e;case 5737:case 4201:case 3177:case 3433:case 1641:case 4457:case 2921:case 5572:case 6356:case 5844:case 3191:case 6645:case 3005:case 6391:case 5879:case 5623:case 6135:case 4599:case 4855:case 4215:case 6389:case 5109:case 5365:case 5621:case 3829:return H+e+e;case 5349:case 4246:case 4810:case 6968:case 2756:return H+e+Ks+e+He+e+e;case 6828:case 4268:return H+e+He+e+e;case 6165:return H+e+He+"flex-"+e+e;case 5187:return H+e+$(e,/(\w+).+(:[^]+)/,H+"box-$1$2"+He+"flex-$1$2")+e;case 5443:return H+e+He+"flex-item-"+$(e,/flex-|-self/,"")+e;case 4675:return H+e+He+"flex-line-pack"+$(e,/align-content|flex-|-self/,"")+e;case 5548:return H+e+He+$(e,"shrink","negative")+e;case 5292:return H+e+He+$(e,"basis","preferred-size")+e;case 6060:return H+"box-"+$(e,"-grow","")+H+e+He+$(e,"grow","positive")+e;case 4554:return H+$(e,/([^-])(transform)/g,"$1"+H+"$2")+e;case 6187:return $($($(e,/(zoom-|grab)/,H+"$1"),/(image-set)/,H+"$1"),e,"")+e;case 5495:case 3959:return $(e,/(image-set\([^]*)/,H+"$1$`$1");case 4968:return $($(e,/(.+:)(flex-)?(.*)/,H+"box-pack:$3"+He+"flex-pack:$3"),/s.+-b[^;]+/,"justify")+H+e+e;case 4095:case 3583:case 4068:case 2532:return $(e,/(.+)-inline(.+)/,H+"$1$2")+e;case 8116:case 7059:case 5753:case 5535:case 5445:case 5701:case 4933:case 4677:case 5533:case 5789:case 5021:case 4765:if(jt(e)-1-t>6)switch(qe(e,t+1)){case 109:if(qe(e,t+4)!==45)break;case 102:return $(e,/(.+:)(.+)-([^]+)/,"$1"+H+"$2-$3$1"+Ks+(qe(e,t+3)==108?"$3":"$2-$3"))+e;case 115:return~Np(e,"stretch")?Vk($(e,"stretch","fill-available"),t)+e:e}break;case 4949:if(qe(e,t+1)!==115)break;case 6444:switch(qe(e,jt(e)-3-(~Np(e,"!important")&&10))){case 107:return $(e,":",":"+H)+e;case 101:return $(e,/(.+:)([^;!]+)(;|!.+)?/,"$1"+H+(qe(e,14)===45?"inline-":"")+"box$3$1"+H+"$2$3$1"+He+"$2box$3")+e}break;case 5936:switch(qe(e,t+11)){case 114:return H+e+He+$(e,/[svh]\w+-[tblr]{2}/,"tb")+e;case 108:return H+e+He+$(e,/[svh]\w+-[tblr]{2}/,"tb-rl")+e;case 45:return H+e+He+$(e,/[svh]\w+-[tblr]{2}/,"lr")+e}return H+e+He+e+e}return e}function _4(e){for(var t=0,r,n=0,i=e.length;i>=4;++n,i-=4)r=e.charCodeAt(n)&255|(e.charCodeAt(++n)&255)<<8|(e.charCodeAt(++n)&255)<<16|(e.charCodeAt(++n)&255)<<24,r=(r&65535)*1540483477+((r>>>16)*59797<<16),r^=r>>>24,t=(r&65535)*1540483477+((r>>>16)*59797<<16)^(t&65535)*1540483477+((t>>>16)*59797<<16);switch(i){case 3:t^=(e.charCodeAt(n+2)&255)<<16;case 2:t^=(e.charCodeAt(n+1)&255)<<8;case 1:t^=e.charCodeAt(n)&255,t=(t&65535)*1540483477+((t>>>16)*59797<<16)}return t^=t>>>13,t=(t&65535)*1540483477+((t>>>16)*59797<<16),((t^t>>>15)>>>0).toString(36)}function Qs(e,t,r){if(r==null)return"";var n=r;if(n.__emotion_styles!==void 0)return n;switch(typeof r){case"boolean":return"";case"object":{var i=r;if(i.anim===1)return Ir={name:i.name,styles:i.styles,next:Ir},i.name;var o=r;if(o.styles!==void 0){var a=o.next;if(a!==void 0)for(;a!==void 0;)Ir={name:a.name,styles:a.styles,next:Ir},a=a.next;var s=o.styles+";";return s}return S4(e,t,r)}}var l=r;if(t==null)return l;var c=t[l];return c!==void 0?c:l}function S4(e,t,r){var n="";if(Array.isArray(r))for(var i=0;i<r.length;i++)n+=Qs(e,t,r[i])+";";else for(var o in r){var a=r[o];if(typeof a!="object"){var s=a;t!=null&&t[s]!==void 0?n+=o+"{"+t[s]+"}":yk(s)&&(n+=bp(o)+":"+_k(o,s)+";")}else if(Array.isArray(a)&&typeof a[0]=="string"&&(t==null||t[a[0]]===void 0))for(var l=0;l<a.length;l++)yk(a[l])&&(n+=bp(o)+":"+_k(o,a[l])+";");else{var c=Qs(e,t,a);switch(o){case"animation":case"animationName":{n+=bp(o)+":"+c+";";break}default:n+=o+"{"+c+"}"}}}return n}function wp(e,t,r){if(e.length===1&&typeof e[0]=="object"&&e[0]!==null&&e[0].styles!==void 0)return e[0];var n=!0,i="";Ir=void 0;var o=e[0];if(o==null||o.raw===void 0)n=!1,i+=Qs(r,t,o);else{var a=o;i+=a[0]}for(var s=1;s<e.length;s++)if(i+=Qs(r,t,e[s]),n){var l=o;i+=l[s]}bk.lastIndex=0;for(var c="",d;(d=bk.exec(i))!==null;)c+="-"+d[1];var u=_4(i)+c;return{name:u,styles:i,next:Ir}}function Gk(e,t,r){var n="";return r.split(" ").forEach(function(i){e[i]!==void 0?t.push(e[i]+";"):i&&(n+=i+" ")}),n}function wk(e,t){if(e.inserted[t.name]===void 0)return e.insert("",t,e.sheet,!0)}function Ik(e,t,r){var n=[],i=Gk(e,n,r);return n.length<2?r:i+t(n)}function C4(e,t){Pe.__h&&Pe.__h(ut,e,xk||t),xk=0;var r=ut.__H||(ut.__H={__:[],__h:[]});return e>=r.__.length&&r.__.push({}),r.__[e]}function Kk(e,t){var r=C4(Lp++,7);return R4(r.__H,t)&&(r.__=e(),r.__H=t,r.__h=e),r.__}function P4(){for(var e;e=Wk.shift();)if(e.__P&&e.__H)try{e.__H.__h.forEach(Gs),e.__H.__h.forEach(qp),e.__H.__h=[]}catch(t){e.__H.__h=[],Pe.__e(t,e.__v)}}function O4(e){var t,r=function(){clearTimeout(n),Ok&&cancelAnimationFrame(t),setTimeout(e)},n=setTimeout(r,100);Ok&&(t=requestAnimationFrame(r))}function Gs(e){var t=ut,r=e.__c;typeof r=="function"&&(e.__c=void 0,r()),ut=t}function qp(e){var t=ut;e.__c=e.__(),ut=t}function R4(e,t){return!e||e.length!==t.length||t.some(function(r,n){return r!==e[n]})}function nl(){if(Sr>1)Sr--;else{for(var e,t=!1;ro!==void 0;){var r=ro;for(ro=void 0,Fp++;r!==void 0;){var n=r.o;if(r.o=void 0,r.f&=-3,!(8&r.f)&&Yk(r))try{r.c()}catch(i){t||(e=i,t=!0)}r=n}}if(Fp=0,Sr--,t)throw e}}function rt(e){if(Sr>0)return e();Sr++;try{return e()}finally{nl()}}function Qk(e){if(Y!==void 0){var t=e.n;if(t===void 0||t.t!==Y)return t={i:0,S:e,p:Y.s,n:void 0,t:Y,e:void 0,x:void 0,r:t},Y.s!==void 0&&(Y.s.n=t),Y.s=t,e.n=t,32&Y.f&&e.S(t),t;if(t.i===-1)return t.i=0,t.n!==void 0&&(t.n.p=t.p,t.p!==void 0&&(t.p.n=t.n),t.p=Y.s,t.n=void 0,Y.s.n=t,Y.s=t),t}}function Fe(e){this.v=e,this.i=0,this.n=void 0,this.t=void 0}function ee(e){return new Fe(e)}function Yk(e){for(var t=e.s;t!==void 0;t=t.n)if(t.S.i!==t.i||!t.S.h()||t.S.i!==t.i)return!0;return!1}function Xk(e){for(var t=e.s;t!==void 0;t=t.n){var r=t.S.n;if(r!==void 0&&(t.r=r),t.S.n=t,t.i=-1,t.n===void 0){e.s=t;break}}}function Zk(e){for(var t=e.s,r=void 0;t!==void 0;){var n=t.p;t.i===-1?(t.S.U(t),n!==void 0&&(n.n=t.n),t.n!==void 0&&(t.n.p=n)):r=t,t.S.n=t.r,t.r!==void 0&&(t.r=void 0),t=n}e.s=r}function Ln(e){Fe.call(this,void 0),this.x=e,this.s=void 0,this.g=Ys-1,this.f=4}function no(e){return new Ln(e)}function eA(e){var t=e.u;if(e.u=void 0,typeof t=="function"){Sr++;var r=Y;Y=void 0;try{t()}catch(n){throw e.f&=-2,e.f|=8,Wp(e),n}finally{Y=r,nl()}}}function Wp(e){for(var t=e.s;t!==void 0;t=t.n)t.S.U(t);e.x=void 0,e.s=void 0,eA(e)}function D4(e){if(Y!==this)throw new Error("Out-of-order effect");Zk(this),Y=e,this.f&=-2,8&this.f&&Wp(this),nl()}function lo(e){this.x=e,this.u=void 0,this.s=void 0,this.o=void 0,this.f=32}function co(e){var t=new lo(e);try{t.c()}catch(r){throw t.d(),r}return t.d.bind(t)}function qn(e,t){R[e]=t.bind(null,R[e]||function(){})}function Xs(e){Sp&&Sp(),Sp=e&&e.S()}function nA(e){var t=this,r=e.data,n=iA(r);n.value=r;var i=Kk(function(){for(var s=t,l=t.__v;l=l.__;)if(l.__c){l.__c.__$f|=4;break}var c=no(function(){var f=n.value.value;return f===0?0:f===!0?"":f||""}),d=no(function(){return!Array.isArray(c.value)&&!rc(c.value)}),u=co(function(){if(this.N=oA,d.value){var f=c.value;s.__v&&s.__v.__e&&s.__v.__e.nodeType===3&&(s.__v.__e.data=f)}}),p=t.__$u.d;return t.__$u.d=function(){u(),p.call(this)},[d,c]},[]),o=i[0],a=i[1];return o.value?a.peek():a.value}function L4(e,t,r,n){var i=t in e&&e.ownerSVGElement===void 0,o=ee(r);return{o:function(a,s){o.value=a,n=s},d:co(function(){this.N=oA;var a=o.value.value;n[t]!==a&&(n[t]=a,i?e[t]=a:a?e.setAttribute(t,a):e.removeAttribute(t))})}}function iA(e){return Kk(function(){return ee(e)},[])}function F4(){rt(function(){for(var e;e=rA.shift();)tA.call(e)})}function oA(){rA.push(this)===1&&(R.requestAnimationFrame||q4)(F4)}function M4(e,t){let r=bi(e);on(()=>{r.current=e},[e]),_i(()=>{if(t===null)return;let n=setInterval(()=>{r.current()},t);return()=>{clearInterval(n)}},[t])}function ve(e,t,r,n,i,o){t||(t={});var a,s,l=t;if("ref"in l)for(s in l={},t)s=="ref"?a=t[s]:l[s]=t[s];var c={type:e,props:l,key:r,ref:a,__k:null,__:null,__b:0,__e:null,__c:null,constructor:void 0,__v:--U4,__i:-1,__u:0,__source:i,__self:o};if(typeof e=="function"&&(a=e.defaultProps))for(s in a)l[s]===void 0&&(l[s]=a[s]);return R.vnode&&R.vnode(c),c}function nr(e,t,r){return(t=Y4(t))in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}function Y4(e){var t=X4(e,"string");return typeof t=="symbol"?t:t+""}function X4(e,t){if(typeof e!="object"||!e)return e;var r=e[Symbol.toPrimitive];if(r!==void 0){var n=r.call(e,t);if(typeof n!="object")return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return(t==="string"?String:Number)(e)}function ir(e,t,r){return(t=rH(t))in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}function rH(e){var t=nH(e,"string");return typeof t=="symbol"?t:t+""}function nH(e,t){if(typeof e!="object"||!e)return e;var r=e[Symbol.toPrimitive];if(r!==void 0){var n=r.call(e,t);if(typeof n!="object")return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return(t==="string"?String:Number)(e)}function Je(e,t,r){return(t=iH(t))in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}function iH(e){var t=oH(e,"string");return typeof t=="symbol"?t:t+""}function oH(e,t){if(typeof e!="object"||!e)return e;var r=e[Symbol.toPrimitive];if(r!==void 0){var n=r.call(e,t);if(typeof n!="object")return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return(t==="string"?String:Number)(e)}function tt(e,t,r){return(t=aH(t))in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}function aH(e){var t=sH(e,"string");return typeof t=="symbol"?t:t+""}function sH(e,t){if(typeof e!="object"||!e)return e;var r=e[Symbol.toPrimitive];if(r!==void 0){var n=r.call(e,t);if(typeof n!="object")return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return(t==="string"?String:Number)(e)}function Hr(e,t,r){return(t=lH(t))in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}function lH(e){var t=cH(e,"string");return typeof t=="symbol"?t:t+""}function cH(e,t){if(typeof e!="object"||!e)return e;var r=e[Symbol.toPrimitive];if(r!==void 0){var n=r.call(e,t);if(typeof n!="object")return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return(t==="string"?String:Number)(e)}function Ut(e,t,r){return(t=uH(t))in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}function uH(e){var t=dH(e,"string");return typeof t=="symbol"?t:t+""}function dH(e,t){if(typeof e!="object"||!e)return e;var r=e[Symbol.toPrimitive];if(r!==void 0){var n=r.call(e,t);if(typeof n!="object")return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return(t==="string"?String:Number)(e)}var lk,Z5,e3,t3,xp,Ep,Rk,a3,s3,ck,l3,c3,uk,u3,d3,p3,Nk,f3,_3,b3,dk,w3,pk,I3,Lk,qk,Fk,fk,S3,x3,kp,le,T3,C3,eo,io,P3,Tp,O3,yp,D3,Cp,hk,Pp,Op,Rp,V3,He,Ks,H,Uk,Vp,zp,z3,jk,G3,W3,el,K3,tl,Rn,Jk,nt,Se,Nn,d4,p4,f4,gk,h4,m4,v4,g4,y4,b4,w4,I4,zk,yk,bp,_k,bk,Ir,x4,E4,k4,A4,T4,Dn,Lp,ut,Ip,Sk,xk,Wk,Pe,Ek,kk,Ak,Tk,Ck,Pk,Ok,N4,Y,ro,Sr,Fp,Ys,tA,Sp,rA,q4,$e,U4,j4,or,Mp,Up,Ws,B4,J4,H4,$4,V4,z4,G4,W4,K4,Q4,jp,Pn,Cn,Z4,eH,tH,Bp,aA,Jp,Hp,$p,Zs,wY,sA=k(()=>{"use strict";Wr();Yo();lk=Object.getOwnPropertySymbols,Z5=Object.prototype.hasOwnProperty,e3=Object.prototype.propertyIsEnumerable,t3=(e,t)=>{var r={};for(var n in e)Z5.call(e,n)&&t.indexOf(n)<0&&(r[n]=e[n]);if(e!=null&&lk)for(var n of lk(e))t.indexOf(n)<0&&e3.call(e,n)&&(r[n]=e[n]);return r};xp=class{constructor(t){ct(this,"context",void 0),ct(this,"continueCallback",void 0),ct(this,"adIsShowingCallback",void 0),ct(this,"isBeforeAdCalled",!1),ct(this,"isBeforeRewardCalled",!1),ct(this,"isAdDismissedCalled",!1),ct(this,"isAdViewedCalled",!1),ct(this,"isAfterAdCalled",!1),ct(this,"currentProvider",void 0),ct(this,"currentClientParams",void 0),ct(this,"adsHasResponse",!1),ct(this,"videoChecker",window.document.createElement("video")),ct(this,"wrapShowAdFn",r=>()=>{var n;this.adsHasResponse=!0;let i=!1;this.videoChecker.play().catch(()=>{i=!1}),i=!this.videoChecker.paused,this.videoChecker.pause(),this.context.track("CallShowAdFn",Object.assign({},{userEvent:i},this.paramsToTrack)),(n=this.adIsShowingCallback)==null||n.call(this,!0),r()}),this.context=t}get paramsToTrack(){var t,r,n,i,o,a;return{provider:(r=(t=this.currentProvider)==null?void 0:t.name)!=null?r:null,type:(n=this.currentClientParams)==null?void 0:n.type,name:((i=this.currentClientParams)==null?void 0:i.type)==="preroll"?null:(a=(o=this.currentClientParams)==null?void 0:o.name)!=null?a:""}}wrapBeforeAd(t){return()=>{var r,n;this.adsHasResponse=!0,this.context.track("CallBeforeAd",this.paramsToTrack),this.isBeforeAdCalled||(this.isBeforeAdCalled=!0,t==null||t(),((r=this.currentClientParams)==null?void 0:r.type)!=="reward"&&((n=this.adIsShowingCallback)==null||n.call(this,!0)))}}wrapBeforeReward(t){return r=>{this.adsHasResponse=!0,this.isBeforeRewardCalled?this.wrapShowAdFn(r)():(this.isBeforeRewardCalled=!0,t==null||t(this.wrapShowAdFn(r)))}}wrapAdDismissed(t){return()=>{this.adsHasResponse=!0,this.isAdDismissedCalled||(this.isAdDismissedCalled=!0,t==null||t())}}wrapAdViewed(t){return()=>{this.adsHasResponse=!0,this.isAdViewedCalled||(this.isAdViewedCalled=!0,t==null||t())}}wrapAfterAd(t){return()=>{this.adsHasResponse=!0,this.context.track("CallAfterAd",this.paramsToTrack),this.isAfterAdCalled||(this.isAfterAdCalled=!0,t==null||t())}}wrapAdBreakDone(t){return r=>{var n,i,o,a,s,l;switch(this.adsHasResponse=!0,this.context.track("CallAdBreakDone",{provider:(i=(n=this.currentProvider)==null?void 0:n.name)!=null?i:null,breakType:r.breakType,breakName:(o=r.breakName)!=null?o:"",breakFormat:r.breakFormat,breakStatus:r.breakStatus}),r.breakStatus){case"viewed":case"ignored":case"dismissed":case"error":{t==null||t(r),(a=this.adIsShowingCallback)==null||a.call(this,!1),(s=this.continueCallback)==null||s.call(this,[!1,r]);break}default:{(l=this.continueCallback)==null||l.call(this,[!0,r]);break}}}}callAdBreakAndContinue(t,r,n,i){return w(this,null,function*(){return this.currentProvider=t,this.currentClientParams=r,this.adsHasResponse=!1,new Promise(o=>{this.continueCallback=o,this.adIsShowingCallback=i;let a;switch(r.type){case"preroll":{a={type:r.type,adBreakDone:this.wrapAdBreakDone(r.adBreakDone)};break}case"reward":{a={name:r.name,type:r.type,beforeAd:this.wrapBeforeAd(r.beforeAd),beforeReward:this.wrapBeforeReward(r.beforeReward),adDismissed:this.wrapAdDismissed(r.adDismissed),adViewed:this.wrapAdViewed(r.adViewed),afterAd:this.wrapAfterAd(r.afterAd),adBreakDone:this.wrapAdBreakDone(r.adBreakDone)};break}default:{a={name:r.name,type:r.type,beforeAd:this.wrapBeforeAd(r.beforeAd),afterAd:this.wrapAfterAd(r.afterAd),adBreakDone:this.wrapAdBreakDone(r.adBreakDone)};break}}window.setTimeout(()=>{var s,l,c,d,u;this.adsHasResponse||(this.context.track("CallAdBreakTimeout",{type:r.type,provider:(l=(s=this.currentProvider)==null?void 0:s.name)!=null?l:null}),(d=this.continueCallback)==null||d.call(this,[!0,{breakType:r.type,breakName:r.type==="preroll"?"":(c=r.name)!=null?c:"",breakFormat:r.type==="reward"?"reward":"interstitial",breakStatus:"timeout"}]),(u=this.adIsShowingCallback)==null||u.call(this,!1))},5e3),this.context.track("CallAdBreak",this.paramsToTrack),t.adBreak(a,n),window.JoliTesterBridge&&console.log("joli-fullscreen-ad-show")})})}};Ep=class{constructor(t){js(this,"context",void 0),js(this,"adBreakIsShowing",!1),js(this,"reportPageJumpOut",()=>{this.context.track("AdBreakJumpOut",{context:"AdsActionDetection"})}),js(this,"reportPageHide",()=>{this.context.track("AdBreakHide",{context:"AdsActionDetection"})}),this.context=t,window.addEventListener("visibilitychange",()=>{document.hidden&&this.adBreakIsShowing&&this.reportPageHide()}),window.addEventListener("beforeunload",r=>{this.adBreakIsShowing&&this.reportPageJumpOut()})}},Rk=Object.defineProperty,a3=Object.defineProperties,s3=Object.getOwnPropertyDescriptors,ck=Object.getOwnPropertySymbols,l3=Object.prototype.hasOwnProperty,c3=Object.prototype.propertyIsEnumerable,uk=(e,t,r)=>t in e?Rk(e,t,{enumerable:!0,configurable:!0,writable:!0,value:r}):e[t]=r,u3=(e,t)=>{for(var r in t||(t={}))l3.call(t,r)&&uk(e,r,t[r]);if(ck)for(var r of ck(t))c3.call(t,r)&&uk(e,r,t[r]);return e},d3=(e,t)=>a3(e,s3(t)),p3=(e,t)=>{for(var r in t)Rk(e,r,{get:t[r],enumerable:!0})},Nk=(e,t,r,n)=>{for(var i=t,o=e.length-1,a;o>=0;o--)(a=e[o])&&(i=a(i)||i);return i},f3=(e,t,r)=>new Promise((n,i)=>{var o=l=>{try{s(r.next(l))}catch(c){i(c)}},a=l=>{try{s(r.throw(l))}catch(c){i(c)}},s=l=>l.done?n(l.value):Promise.resolve(l.value).then(o,a);s((r=r.apply(e,t)).next())});if(typeof window!="undefined"&&!window.AbortController){let e=function(){this.signal=new t};e.prototype.abort=function(){this.signal._aborted=!0,typeof this.signal.onabort=="function"&&this.signal.onabort(new Event("abort"));let r=new Event("abort");this.signal.dispatchEvent(r)};let t=function(){this._aborted=!1,this.aborted=!1,this.onabort=null,this._eventListeners={}};Object.defineProperty(t.prototype,"aborted",{get:function(){return this._aborted}}),t.prototype.addEventListener=function(r,n){this._eventListeners[r]||(this._eventListeners[r]=[]),this._eventListeners[r].push(n)},t.prototype.removeEventListener=function(r,n){if(!this._eventListeners[r])return;let i=this._eventListeners[r].indexOf(n);i!==-1&&this._eventListeners[r].splice(i,1)},t.prototype.dispatchEvent=function(r){if(this._eventListeners[r.type])for(let n of this._eventListeners[r.type])n.call(this,r)},window.AbortController=e,window.AbortSignal=t}_3=(e=>(e[e.DEVELOPER_FILE_NOT_FOUND=0]="DEVELOPER_FILE_NOT_FOUND",e[e.INTERNAL_IOS_CAN_NOT_FOUND_PKG=1]="INTERNAL_IOS_CAN_NOT_FOUND_PKG",e[e.USER_IOS_LOAD_TIMEOUT=2]="USER_IOS_LOAD_TIMEOUT",e[e.INTERNAL_IOS_PKG_LOAD_ERROR=3]="INTERNAL_IOS_PKG_LOAD_ERROR",e[e.INTERNAL_IOS_PKG_PARSE_FAIL=4]="INTERNAL_IOS_PKG_PARSE_FAIL",e[e.USER_IOS_GET_EMPTY_DATA=5]="USER_IOS_GET_EMPTY_DATA",e[e.USER_ANDROID_GET_PKG_FAIL=6]="USER_ANDROID_GET_PKG_FAIL",e[e.DEVELOPER_ANDROID_PACKAGE_FILE_UNEXPECTED_REQUIRE=7]="DEVELOPER_ANDROID_PACKAGE_FILE_UNEXPECTED_REQUIRE",e))(_3||{});b3={log:Zi("log"),warn:Zi("warn"),info:Zi("info"),error:Zi("error"),debug:Zi("debug")};Object.assign(globalThis,{logger:b3});dk=Symbol.for("Jolibox.canIUseMap"),w3={};globalThis[dk]||(globalThis[dk]=w3);pk=Symbol.for("Jolibox.canIUseMap.native"),I3={};globalThis[pk]||(globalThis[pk]=I3);Lk=(e=>(e[e.Other=0]="Other",e[e.Route=1]="Route",e[e.Click=2]="Click",e[e.View=3]="View",e[e.Expose=4]="Expose",e[e.Swipe=5]="Swipe",e[e.Input=6]="Input",e[e.Select=7]="Select",e[e.SwitchOn=8]="SwitchOn",e[e.SwitchOff=9]="SwitchOff",e[e.Submit=10]="Submit",e[e.Scroll=11]="Scroll",e[e.Hide=12]="Hide",e[e.System=1e3]="System",e[e.ErrorTrace=1001]="ErrorTrace",e[e.UserDefined=1002]="UserDefined",e))(Lk||{}),qk=(e=>(e.MiniGame="mini-game",e.MiniDrama="mini-drama",e.App="app",e.WebSDK="web-sdk",e.AppSDK="app-sdk",e))(qk||{}),Fk=(e=>(e[e.App=0]="App",e[e.H5=1]="H5",e[e.Weapp=2]="Weapp",e[e.Alipay=3]="Alipay",e[e.Gcash=4]="Gcash",e[e.Dana=5]="Dana",e[e.Umma=6]="Umma",e[e.WebSDK=1e3]="WebSDK",e[e.AppSDK=1001]="AppSDK",e[e.Other=9999]="Other",e))(Fk||{}),fk=["name","params"],S3=["name","type","location","target","extra","timestamp","userId"],x3=["platform","os","appVersion","appId","model","brand","uuid","jsSdkVersion","extra"];A3();navigator.userAgent.includes("iPhone")||navigator.userAgent.includes("iPod")||navigator.userAgent.includes("iPad")||navigator.userAgent.includes("iPhone OS"),navigator.userAgent.includes("Android"),navigator.userAgent.includes("Mac"),navigator.userAgent.includes("FB_IAB"),!navigator.userAgent.includes("iPhone")&&navigator.userAgent.includes("Android");kp=class Ap{constructor(t){this.element=t,this.next=Ap.Undefined,this.prev=Ap.Undefined}};kp.Undefined=new kp(void 0);le=kp,T3=class{constructor(){this._first=le.Undefined,this._last=le.Undefined,this._size=0}get size(){return this._size}isEmpty(){return this._first===le.Undefined}clear(){let e=this._first;for(;e!==le.Undefined;){let t=e.next;e.prev=le.Undefined,e.next=le.Undefined,e=t}this._first=le.Undefined,this._last=le.Undefined,this._size=0}unshift(e){return this._insert(e,!1)}push(e){return this._insert(e,!0)}_insert(e,t){let r=new le(e);if(this._first===le.Undefined)this._first=r,this._last=r;else if(t){let i=this._last;this._last=r,r.prev=i,i.next=r}else{let i=this._first;this._first=r,r.next=i,i.prev=r}this._size+=1;let n=!1;return()=>{n||(n=!0,this._remove(r))}}shift(){if(this._first!==le.Undefined){let e=this._first.element;return this._remove(this._first),e}}pop(){if(this._last!==le.Undefined){let e=this._last.element;return this._remove(this._last),e}}_remove(e){if(e.prev!==le.Undefined&&e.next!==le.Undefined){let t=e.prev;t.next=e.next,e.next.prev=t}else e.prev===le.Undefined&&e.next===le.Undefined?(this._first=le.Undefined,this._last=le.Undefined):e.next===le.Undefined?(this._last=this._last.prev,this._last.next=le.Undefined):e.prev===le.Undefined&&(this._first=this._first.next,this._first.prev=le.Undefined);this._size-=1}*[Symbol.iterator](){let e=this._first;for(;e!==le.Undefined;)yield e.element,e=e.next}},C3=0,eo=class{constructor(e){this.value=e,this.id=C3++}},io=class{constructor(e){this.options=e,this._size=0}dispose(e){var t,r;this._disposed||(this._disposed=!0,this._listeners&&(e?(this._listeners instanceof eo&&(this._listeners=[this._listeners]),this._listeners=this._listeners.filter(n=>(n==null?void 0:n.value)===e)):(this._listeners=void 0,this._size=0)),(r=(t=this.options)==null?void 0:t.onDidRemoveLastListener)==null||r.call(t))}get event(){return this._event!=null||(this._event=(e,t)=>{var r,n,i,o,a,s;if(this._disposed)return()=>{console.info("[Jolibox SDK] Emitter is _disposed")};t&&(e=e.bind(t));let l=new eo(e);return this._listeners?this._listeners instanceof eo?this._listeners=[this._listeners,l]:this._listeners.push(l):((n=(r=this.options)==null?void 0:r.onWillAddFirstListener)==null||n.call(r,this),this._listeners=l,(o=(i=this.options)==null?void 0:i.onDidFirstListener)==null||o.call(i,this)),(s=(a=this.options)==null?void 0:a.onDidAddListener)==null||s.call(a,this),this._size++,()=>{var c,d,u,p;if(!this._disposed){if(this._listeners instanceof eo)this._listeners.id===l.id&&(this._listeners=void 0,this._size=0,(d=(c=this.options)==null?void 0:c.onDidRemoveLastListener)==null||d.call(c));else if(this._listeners){let f=this._listeners.indexOf(l);f>=0&&(this._listeners.splice(f,1),this._size--,this._size===0&&((p=(u=this.options)==null?void 0:u.onDidRemoveLastListener)==null||p.call(u)))}}}}),this._event}_deliver(e,t){var r;if(!e)return;let n=((r=this.options)==null?void 0:r.onListenerError)||Error.constructor;if(!n){e.value(t);return}try{e.value(t)}catch(i){n(i)}}fire(e){this._listeners&&(this._listeners instanceof eo?this._deliver(this._listeners,e):this._listeners.forEach(t=>this._deliver(t,e)))}hasListeners(){return this._size>0}},P3=class{constructor(){this.listeners=new Map,this.listerHandlerMap=new WeakMap,this.cachedEventQueue=new Map}on(e,t){let r=arguments.length>2&&arguments[2]!==void 0?arguments[2]:!0;var n;let i=(n=this.listeners.get(e))!=null?n:new io,o=l=>t(...l.args),a=i.event(o);this.listerHandlerMap.set(t,{handler:o,dispose:a}),this.listeners.set(e,i);let s=this.cachedEventQueue.get(e);if(s&&r)for(let l of s)t(...l.args)}flushCachedEvent(e){e?this.cachedEventQueue.delete(e):this.cachedEventQueue.clear()}off(e,t){let r=this.listerHandlerMap.get(t);r&&(r.dispose(),this.listerHandlerMap.delete(t))}emit(e){let t=this.listeners.get(e),r=this.cachedEventQueue.get(e);for(var n=arguments.length,i=new Array(n>1?n-1:0),o=1;o<n;o++)i[o-1]=arguments[o];r||(r=new T3,this.cachedEventQueue.set(e,r)),r.push({args:i}),t&&t.fire({event:e,args:i})}once(e,t){var r=this;let n=function(){t(...arguments),r.off(e,n)};this.on(e,n,!1)}},Tp={};p3(Tp,{None:()=>O3,filter:()=>N3,once:()=>Mk,toPromise:()=>R3});O3=()=>(console.log("[Jolibox SDK] None Event"),()=>{console.log("[Jolibox SDK] None Event dispose")});yp=Symbol.for("Jolibox.hostEmitter"),D3=()=>{let e=new P3;return globalThis[yp]||(globalThis[yp]={on:e.on.bind(e),off:e.off.bind(e),emit:e.emit.bind(e),once:e.once.bind(e)}),globalThis[yp]};D3();Cp=class{constructor(){this._commands=new Map,this._onDidRegisterCommand=new io,this.onDidRegisterCommand=this._onDidRegisterCommand.event,console.log("[Jolibox SDK] command registry")}registerCommand(e){if(!e)throw new Error("invalid command");if(e.metadata&&Array.isArray(e.metadata.args)){let r=[];for(let i of e.metadata.args)r.push(i.constraint);let n=e.handler;e.handler=function(){for(var i=arguments.length,o=new Array(i),a=0;a<i;a++)o[a]=arguments[a];return L3(o,r),n(...o)}}let{id:t}=e;this._commands.get(t)&&console.info(`[Jolibox SDK] duplicated command is registered ${t}`),this._commands.set(t,e),this._onDidRegisterCommand.fire(t)}getCommand(e){return this._commands.get(e)}getCommands(){let e=new Map;for(let t of this._commands.keys()){let r=this.getCommand(t);r&&e.set(t,r)}return e}};Cp=Nk([Dk],Cp);hk=class{constructor(){this._onWillExecuteCommand=new io,this.onWillExecuteCommand=this._onWillExecuteCommand.event,this._onDidExecuteCommand=new io,this.onDidExecuteCommand=this._onDidExecuteCommand.event,this.registry=new Cp,this._starActivation=null}_activateStar(){return this._starActivation||(this._starActivation=h3(3e4)),this._starActivation}executeCommand(e){for(var t=arguments.length,r=new Array(t>1?t-1:0),n=1;n<t;n++)r[n-1]=arguments[n];return f3(this,null,function*(){return this.registry.getCommand(e)?this._tryExecuteCommand(e,r):(yield Promise.all([Promise.race([this._activateStar(),Tp.toPromise(Tp.filter(this.registry.onDidRegisterCommand,i=>i===e))])]),this._tryExecuteCommand(e,r))})}executeCommandThowErr(e){if(!this.registry.getCommand(e))throw new Error(`command '${e}' not found`);let t=this.registry.getCommand(e);for(var r=arguments.length,n=new Array(r>1?r-1:0),i=1;i<r;i++)n[i-1]=arguments[i];this._onWillExecuteCommand.fire({commandId:e,args:n});let o=this.invokeFunction(t.handler,...n);return this._onDidExecuteCommand.fire({commandId:e,args:n}),o}_tryExecuteCommand(e,t){let r=this.registry.getCommand(e);if(!r)return Promise.reject(new Error(`command '${e}' not found`));try{this._onWillExecuteCommand.fire({commandId:e,args:t});let n=this.invokeFunction(r.handler,...t);return this._onDidExecuteCommand.fire({commandId:e,args:t}),Promise.resolve(n)}catch(n){return Promise.reject(n)}}invokeFunction(e){try{for(var t=arguments.length,r=new Array(t>1?t-1:0),n=1;n<t;n++)r[n-1]=arguments[n];return e(...r)}finally{}}};hk=Nk([Dk],hk);Pp=class{constructor(t){let r=arguments.length>1&&arguments[1]!==void 0?arguments[1]:"GAME";_p(this,"context",void 0),_p(this,"placement","GAME"),_p(this,"contextInfo",void 0),this.context=t,this.placement=r,this.contextInfo=this.context.getContextInfo()}getLocation(){let t=new URLSearchParams(window.location.search),r={};return t.forEach((n,i)=>{r[i]=n}),{name:this.placement==="GAME"?"GamePage":"DramaPage",params:r}}getDevice(){var t,r,n,i;return{platform:(t=this.contextInfo.platform)!=null?t:Fk.WebSDK,os:this.contextInfo.osType+"_"+this.contextInfo.runtimeType,appVersion:"1.0.0",appId:(r=this.contextInfo.hostAppId)!=null?r:"1",model:(n=this.contextInfo.deviceModel)!=null?n:"UnknownModel",brand:(i=this.contextInfo.deviceBrand)!=null?i:"UnknownBrand",uuid:this.contextInfo.deviceId,jsSdkVersion:"1.0.0",extra:{}}}serialize(t,r){var n;let i={protocolVersion:"1.0.0",events:[{name:t,type:Lk.System,location:this.getLocation(),target:null,extra:r,timestamp:Date.now(),userId:(n=this.contextInfo.userId)!=null?n:null}],device:this.getDevice(),project:qk.WebSDK};return k3(i)}};Op=class{constructor(t){Bs(this,"configs",null),Bs(this,"firstRun",!0),Bs(this,"context",void 0),Bs(this,"contextInfo",void 0),this.context=t,this.contextInfo=this.context.getContextInfo(),this.init()}init(){return w(this,null,function*(){try{this.configs=yield this.context.httpClient.get("/api/fe-configs/js-sdk/ads-channel-config",{})}catch(t){}})}shouldBypassCallingInterstitial(){var t,r;let n;if(!this.configs)this.init(),n=!this.firstRun;else{let i=(t=this.contextInfo.channel)!=null?t:"",o=this.configs[i],a=(r=o==null?void 0:o.interstitialRate)!=null?r:1;n=Math.random()<a}return this.firstRun=!1,n}};Rp=class{constructor(t,r){rr(this,"name","ADSENSE"),rr(this,"context",void 0),rr(this,"contextInfo",void 0),rr(this,"configured",!1),rr(this,"initParams",void 0),rr(this,"push",function(){let n=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{};window.adsbygoogle.push(n)}),rr(this,"adConfig",n=>{let i=n,{onReady:o}=i,a=t3(i,["onReady"]);this.context.track("CallAdConfig",a),this.configured?console.warn("Ad config already set, skipping"):(this.configured=!0,this.push(n))}),rr(this,"adBreak",n=>{if(!this.contextInfo.objectId){console.warn("Game ID is not set, skip calling adBreak");return}this.push(n)}),rr(this,"adUnit",n=>w(this,null,function*(){var i,o,a,s;if(this.context.track("CallAdUnit",{adFormat:(o=(i=n.adFormat)==null?void 0:i.toString())!=null?o:null,fullWidthResponsive:(a=n.fullWidthResponsive)!=null?a:null}),document.querySelector("#jolibox-ads")){console.warn("Ad unit already set, skipping");return}let{el:l,slot:c,adFormat:d,fullWidthResponsive:u,style:p}=n,f;if(!l)throw new Error("targeting element is required");if(typeof l=="string"?f=document.querySelector(l):f=l,!f)throw new Error("targeting element not found");let m=c;if(m||(m=this.initParams.unitId),!m)throw new Error("slot is required");let g=typeof d=="object"&&Array.isArray(d)?d.join(", "):d,_=document.createElement("ins");if(_.className="adsbygoogle",_.id="jolibox-ads",_.style.display="block",_.setAttribute("data-ad-client",this.initParams.clientId),_.setAttribute("data-ad-slot",m),g&&_.setAttribute("data-ad-format",g),u&&_.setAttribute("data-full-width-responsive",u),p&&_.setAttribute("style",p),(s=this.contextInfo.testAdsMode)!=null?s:!1){let v=document.createElement("div");v.style.position="absolute",v.style.top="0",v.style.left="0",v.style.width="100%",v.style.height="100%",v.style.display="flex",v.style.justifyContent="center",v.style.alignItems="center",v.style.backgroundColor="rgba(0, 0, 0, 0.5)",v.style.color="white",v.innerHTML="Test Ad",_.style.position="relative",f.appendChild(_),_.appendChild(v)}else f.appendChild(_),new MutationObserver(v=>{v.forEach(b=>{if(b.type==="attributes"&&b.attributeName==="data-ad-status"){let I=_.getAttribute("data-ad-status");this.context.track("AdSenseUnitStatusChanged",{status:I!=null?I:"null"})}})}).observe(_,{attributes:!0,attributeFilter:["data-ad-status"]}),this.push({})})),this.context=t,this.contextInfo=this.context.getContextInfo(),this.initParams=r,window.adsbygoogle=window.adsbygoogle||[]}init(){return w(this,null,function*(){var t;if(this.context.track("CallAdsInit",{provider:this.name}),typeof window=="undefined")return;let r="google-adsense",n=(t=this.contextInfo.testAdsMode)!=null?t:!1;if(!document.getElementById(r)&&this.initParams.clientId){let i=document.createElement("script");i.id=r,i.async=!0,i.crossOrigin="anonymous",i.src=`https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=${this.initParams.clientId}`,n&&i.setAttribute("data-adbreak-test","on"),this.initParams.channelId&&i.setAttribute("data-ad-channel",this.initParams.channelId),this.initParams.admobInterstitialSlot&&this.initParams.admobRewardedSlot&&(i.setAttribute("data-admob-interstitial-slot",this.initParams.admobInterstitialSlot),i.setAttribute("data-admob-rewarded-slot",this.initParams.admobRewardedSlot),this.initParams.admobOnly&&i.setAttribute("data-admob-ads-only","on")),document.head.appendChild(i),this.context.track("LoadAdsenseCompleted",null)}})}};V3=function(){function e(r){var n=this;this._insertTag=function(i){var o;n.tags.length===0?n.insertionPoint?o=n.insertionPoint.nextSibling:n.prepend?o=n.container.firstChild:o=n.before:o=n.tags[n.tags.length-1].nextSibling,n.container.insertBefore(i,o),n.tags.push(i)},this.isSpeedy=r.speedy===void 0?!0:r.speedy,this.tags=[],this.ctr=0,this.nonce=r.nonce,this.key=r.key,this.container=r.container,this.prepend=r.prepend,this.insertionPoint=r.insertionPoint,this.before=null}var t=e.prototype;return t.hydrate=function(r){r.forEach(this._insertTag)},t.insert=function(r){this.ctr%(this.isSpeedy?65e3:1)===0&&this._insertTag($3(this));var n=this.tags[this.tags.length-1];if(this.isSpeedy){var i=H3(n);try{i.insertRule(r,i.cssRules.length)}catch(o){}}else n.appendChild(document.createTextNode(r));this.ctr++},t.flush=function(){this.tags.forEach(function(r){var n;return(n=r.parentNode)==null?void 0:n.removeChild(r)}),this.tags=[],this.ctr=0},e}(),He="-ms-",Ks="-moz-",H="-webkit-",Uk="comm",Vp="rule",zp="decl",z3="@import",jk="@keyframes",G3="@layer",W3=Math.abs,el=String.fromCharCode,K3=Object.assign;tl=1,Rn=1,Jk=0,nt=0,Se=0,Nn="";d4=function(e,t,r){for(var n=0,i=0;n=i,i=Bt(),n===38&&i===12&&(t[r]=1),!ao(i);)dt();return so(e,nt)},p4=function(e,t){var r=-1,n=44;do switch(ao(n)){case 0:n===38&&Bt()===12&&(t[r]=1),e[r]+=d4(nt-1,t,r);break;case 2:e[r]+=Vs(n);break;case 4:if(n===44){e[++r]=Bt()===58?"&\f":"",t[r]=e[r].length;break}default:e[r]+=el(n)}while(n=dt());return e},f4=function(e,t){return $k(p4(Hk(e),t))},gk=new WeakMap,h4=function(e){if(!(e.type!=="rule"||!e.parent||e.length<1)){for(var t=e.value,r=e.parent,n=e.column===r.column&&e.line===r.line;r.type!=="rule";)if(r=r.parent,!r)return;if(!(e.props.length===1&&t.charCodeAt(0)!==58&&!gk.get(r))&&!n){gk.set(e,!0);for(var i=[],o=f4(t,i),a=r.props,s=0,l=0;s<o.length;s++)for(var c=0;c<a.length;c++,l++)e.props[l]=i[s]?o[s].replace(/&\f/g,a[c]):a[c]+" "+o[s]}}},m4=function(e){if(e.type==="decl"){var t=e.value;t.charCodeAt(0)===108&&t.charCodeAt(2)===98&&(e.return="",e.value="")}};v4=function(e,t,r,n){if(e.length>-1&&!e.return)switch(e.type){case zp:e.return=Vk(e.value,e.length);break;case jk:return On([to(e,{value:$(e.value,"@","@"+H)})],n);case Vp:if(e.length)return X3(e.props,function(i){switch(Y3(i,/(::plac\w+|:read-\w+)/)){case":read-only":case":read-write":return On([to(e,{props:[$(i,/:(read-\w+)/,":"+Ks+"$1")]})],n);case"::placeholder":return On([to(e,{props:[$(i,/:(plac\w+)/,":"+H+"input-$1")]}),to(e,{props:[$(i,/:(plac\w+)/,":"+Ks+"$1")]}),to(e,{props:[$(i,/:(plac\w+)/,He+"input-$1")]})],n)}return""})}},g4=[v4],y4=function(e){var t=e.key;if(t==="css"){var r=document.querySelectorAll("style[data-emotion]:not([data-s])");Array.prototype.forEach.call(r,function(m){var g=m.getAttribute("data-emotion");g.indexOf(" ")!==-1&&(document.head.appendChild(m),m.setAttribute("data-s",""))})}var n=e.stylisPlugins||g4,i={},o,a=[];o=e.container||document.head,Array.prototype.forEach.call(document.querySelectorAll('style[data-emotion^="'+t+' "]'),function(m){for(var g=m.getAttribute("data-emotion").split(" "),_=1;_<g.length;_++)i[g[_]]=!0;a.push(m)});var s,l=[h4,m4];{var c,d=[s4,c4(function(m){c.insert(m)})],u=l4(l.concat(n,d)),p=function(m){return On(o4(m),u)};s=function(m,g,_,v){c=_,p(m?m+"{"+g.styles+"}":g.styles),v&&(f.inserted[g.name]=!0)}}var f={key:t,sheet:new V3({key:t,container:o,nonce:e.nonce,speedy:e.speedy,prepend:e.prepend,insertionPoint:e.insertionPoint}),nonce:e.nonce,inserted:i,registered:{},insert:s};return f.sheet.hydrate(a),f};b4={animationIterationCount:1,aspectRatio:1,borderImageOutset:1,borderImageSlice:1,borderImageWidth:1,boxFlex:1,boxFlexGroup:1,boxOrdinalGroup:1,columnCount:1,columns:1,flex:1,flexGrow:1,flexPositive:1,flexShrink:1,flexNegative:1,flexOrder:1,gridRow:1,gridRowEnd:1,gridRowSpan:1,gridRowStart:1,gridColumn:1,gridColumnEnd:1,gridColumnSpan:1,gridColumnStart:1,msGridRow:1,msGridRowSpan:1,msGridColumn:1,msGridColumnSpan:1,fontWeight:1,lineHeight:1,opacity:1,order:1,orphans:1,scale:1,tabSize:1,widows:1,zIndex:1,zoom:1,WebkitLineClamp:1,fillOpacity:1,floodOpacity:1,stopOpacity:1,strokeDasharray:1,strokeDashoffset:1,strokeMiterlimit:1,strokeOpacity:1,strokeWidth:1},w4=/[A-Z]|^ms/g,I4=/_EMO_([^_]+?)_([^]*?)_EMO_/g,zk=function(e){return e.charCodeAt(1)===45},yk=function(e){return e!=null&&typeof e!="boolean"},bp=u4(function(e){return zk(e)?e:e.replace(w4,"-$&").toLowerCase()}),_k=function(e,t){switch(e){case"animation":case"animationName":if(typeof t=="string")return t.replace(I4,function(r,n,i){return Ir={name:n,styles:i,next:Ir},n})}return b4[e]!==1&&!zk(e)&&typeof t=="number"&&t!==0?t+"px":t};bk=/label:\s*([^\s;{]+)\s*(;|$)/g;x4=function(e,t,r){var n=e.key+"-"+t.name;e.registered[n]===void 0&&(e.registered[n]=t.styles)},E4=function(e,t,r){x4(e,t);var n=e.key+"-"+t.name;if(e.inserted[t.name]===void 0){var i=t;do e.insert(t===i?"."+n:"",i,e.sheet,!0),i=i.next;while(i!==void 0)}};k4=function(e){var t=y4(e);t.sheet.speedy=function(a){this.isSpeedy=a},t.compat=!0;var r=function(){for(var a=arguments.length,s=new Array(a),l=0;l<a;l++)s[l]=arguments[l];var c=wp(s,t.registered,void 0);return E4(t,c),t.key+"-"+c.name},n=function(){for(var a=arguments.length,s=new Array(a),l=0;l<a;l++)s[l]=arguments[l];var c=wp(s,t.registered),d="animation-"+c.name;return wk(t,{name:c.name,styles:"@keyframes "+d+"{"+c.styles+"}"}),d},i=function(){for(var a=arguments.length,s=new Array(a),l=0;l<a;l++)s[l]=arguments[l];var c=wp(s,t.registered);wk(t,c)},o=function(){for(var a=arguments.length,s=new Array(a),l=0;l<a;l++)s[l]=arguments[l];return Ik(t.registered,r,A4(s))};return{css:r,cx:o,injectGlobal:i,keyframes:n,hydrate:function(a){a.forEach(function(s){t.inserted[s]=!0})},flush:function(){t.registered={},t.inserted={},t.sheet.flush()},sheet:t.sheet,cache:t,getRegisteredStyles:Gk.bind(null,t.registered),merge:Ik.bind(null,t.registered,r)}},A4=function e(t){for(var r="",n=0;n<t.length;n++){var i=t[n];if(i!=null){var o=void 0;switch(typeof i){case"boolean":break;case"object":{if(Array.isArray(i))o=e(i);else{o="";for(var a in i)i[a]&&a&&(o&&(o+=" "),o+=a)}break}default:o=i}o&&(r&&(r+=" "),r+=o)}}return r},T4=k4({key:"css"}),Dn=T4.css,xk=0,Wk=[],Pe=R,Ek=Pe.__b,kk=Pe.__r,Ak=Pe.diffed,Tk=Pe.__c,Ck=Pe.unmount,Pk=Pe.__;Pe.__b=function(e){ut=null,Ek&&Ek(e)},Pe.__=function(e,t){e&&t.__k&&t.__k.__m&&(e.__m=t.__k.__m),Pk&&Pk(e,t)},Pe.__r=function(e){kk&&kk(e),Lp=0;var t=(ut=e.__c).__H;t&&(Ip===ut?(t.__h=[],ut.__h=[],t.__.forEach(function(r){r.__N&&(r.__=r.__N),r.u=r.__N=void 0})):(t.__h.forEach(Gs),t.__h.forEach(qp),t.__h=[],Lp=0)),Ip=ut},Pe.diffed=function(e){Ak&&Ak(e);var t=e.__c;t&&t.__H&&(t.__H.__h.length&&(Wk.push(t)!==1&&Sk===Pe.requestAnimationFrame||((Sk=Pe.requestAnimationFrame)||O4)(P4)),t.__H.__.forEach(function(r){r.u&&(r.__H=r.u),r.u=void 0})),Ip=ut=null},Pe.__c=function(e,t){t.some(function(r){try{r.__h.forEach(Gs),r.__h=r.__h.filter(function(n){return!n.__||qp(n)})}catch(n){t.some(function(i){i.__h&&(i.__h=[])}),t=[],Pe.__e(n,r.__v)}}),Tk&&Tk(e,t)},Pe.unmount=function(e){Ck&&Ck(e);var t,r=e.__c;r&&r.__H&&(r.__H.__.forEach(function(n){try{Gs(n)}catch(i){t=i}}),r.__H=void 0,t&&Pe.__e(t,r.__v))};Ok=typeof requestAnimationFrame=="function";N4=Symbol.for("preact-signals");Y=void 0,ro=void 0,Sr=0,Fp=0,Ys=0;Fe.prototype.brand=N4;Fe.prototype.h=function(){return!0};Fe.prototype.S=function(e){this.t!==e&&e.e===void 0&&(e.x=this.t,this.t!==void 0&&(this.t.e=e),this.t=e)};Fe.prototype.U=function(e){if(this.t!==void 0){var t=e.e,r=e.x;t!==void 0&&(t.x=r,e.e=void 0),r!==void 0&&(r.e=t,e.x=void 0),e===this.t&&(this.t=r)}};Fe.prototype.subscribe=function(e){var t=this;return co(function(){var r=t.value,n=Y;Y=void 0;try{e(r)}finally{Y=n}})};Fe.prototype.valueOf=function(){return this.value};Fe.prototype.toString=function(){return this.value+""};Fe.prototype.toJSON=function(){return this.value};Fe.prototype.peek=function(){var e=Y;Y=void 0;try{return this.value}finally{Y=e}};Object.defineProperty(Fe.prototype,"value",{get:function(){var e=Qk(this);return e!==void 0&&(e.i=this.i),this.v},set:function(e){if(e!==this.v){if(Fp>100)throw new Error("Cycle detected");this.v=e,this.i++,Ys++,Sr++;try{for(var t=this.t;t!==void 0;t=t.x)t.t.N()}finally{nl()}}}});(Ln.prototype=new Fe).h=function(){if(this.f&=-3,1&this.f)return!1;if((36&this.f)==32||(this.f&=-5,this.g===Ys))return!0;if(this.g=Ys,this.f|=1,this.i>0&&!Yk(this))return this.f&=-2,!0;var e=Y;try{Xk(this),Y=this;var t=this.x();(16&this.f||this.v!==t||this.i===0)&&(this.v=t,this.f&=-17,this.i++)}catch(r){this.v=r,this.f|=16,this.i++}return Y=e,Zk(this),this.f&=-2,!0};Ln.prototype.S=function(e){if(this.t===void 0){this.f|=36;for(var t=this.s;t!==void 0;t=t.n)t.S.S(t)}Fe.prototype.S.call(this,e)};Ln.prototype.U=function(e){if(this.t!==void 0&&(Fe.prototype.U.call(this,e),this.t===void 0)){this.f&=-33;for(var t=this.s;t!==void 0;t=t.n)t.S.U(t)}};Ln.prototype.N=function(){if(!(2&this.f)){this.f|=6;for(var e=this.t;e!==void 0;e=e.x)e.t.N()}};Object.defineProperty(Ln.prototype,"value",{get:function(){if(1&this.f)throw new Error("Cycle detected");var e=Qk(this);if(this.h(),e!==void 0&&(e.i=this.i),16&this.f)throw this.v;return this.v}});lo.prototype.c=function(){var e=this.S();try{if(8&this.f||this.x===void 0)return;var t=this.x();typeof t=="function"&&(this.u=t)}finally{e()}};lo.prototype.S=function(){if(1&this.f)throw new Error("Cycle detected");this.f|=1,this.f&=-9,eA(this),Xk(this),Sr++;var e=Y;return Y=this,D4.bind(this,e)};lo.prototype.N=function(){2&this.f||(this.f|=2,this.o=ro,ro=this)};lo.prototype.d=function(){this.f|=8,1&this.f||Wp(this)};rA=[];co(function(){tA=this.N})();nA.displayName="_st";Object.defineProperties(Fe.prototype,{constructor:{configurable:!0,value:void 0},type:{configurable:!0,value:nA},props:{configurable:!0,get:function(){return{data:this}}},__b:{configurable:!0,value:1}});qn("__b",function(e,t){if(typeof t.type=="string"){var r,n=t.props;for(var i in n)if(i!=="children"){var o=n[i];o instanceof Fe&&(r||(t.__np=r={}),r[i]=o,n[i]=o.peek())}}e(t)});qn("__r",function(e,t){Xs();var r,n=t.__c;n&&(n.__$f&=-2,(r=n.__$u)===void 0&&(n.__$u=r=function(i){var o;return co(function(){o=this}),o.c=function(){n.__$f|=1,n.setState({})},o}())),Xs(r),e(t)});qn("__e",function(e,t,r,n){Xs(),e(t,r,n)});qn("diffed",function(e,t){Xs();var r;if(typeof t.type=="string"&&(r=t.__e)){var n=t.__np,i=t.props;if(n){var o=r.U;if(o)for(var a in o){var s=o[a];s!==void 0&&!(a in n)&&(s.d(),o[a]=void 0)}else o={},r.U=o;for(var l in n){var c=o[l],d=n[l];c===void 0?(c=L4(r,l,d,i),o[l]=c):c.o(d,i)}}}e(t)});qn("unmount",function(e,t){if(typeof t.type=="string"){var r=t.__e;if(r){var n=r.U;if(n){r.U=void 0;for(var i in n){var o=n[i];o&&o.d()}}}}else{var a=t.__c;if(a){var s=a.__$u;s&&(a.__$u=void 0,s.d())}}e(t)});qn("__h",function(e,t,r,n){(n<3||n===9)&&(t.__$f|=2),e(t,r,n)});ot.prototype.shouldComponentUpdate=function(e,t){var r=this.__$u,n=r&&r.s!==void 0;for(var i in t)return!0;if(this.__f||typeof this.u=="boolean"&&this.u===!0){var o=2&this.__$f;if(!(n||o||4&this.__$f)||1&this.__$f)return!0}else if(!(n||4&this.__$f)||3&this.__$f)return!0;for(var a in e)if(a!=="__source"&&e[a]!==this.props[a])return!0;for(var s in this.props)if(!(s in e))return!0;return!1};q4=function(e){queueMicrotask(function(){queueMicrotask(e)})};$e=Dn`
|
|
522
608
|
inset: 0;
|
|
523
609
|
clear: none;
|
|
524
610
|
float: none;
|
|
@@ -536,8 +622,8 @@ or `);this.errors.push(o)}return n}},us=class extends we{constructor(...t){super
|
|
|
536
622
|
text-decoration: none;
|
|
537
623
|
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans',
|
|
538
624
|
'Helvetica Neue', sans-serif;
|
|
539
|
-
`;
|
|
540
|
-
${
|
|
625
|
+
`;U4=0;j4=Dn`
|
|
626
|
+
${$e}
|
|
541
627
|
position: fixed;
|
|
542
628
|
top: 0;
|
|
543
629
|
left: 0;
|
|
@@ -550,7 +636,7 @@ or `);this.errors.push(o)}return n}},us=class extends we{constructor(...t){super
|
|
|
550
636
|
height: 100vh;
|
|
551
637
|
|
|
552
638
|
.card-wrapper {
|
|
553
|
-
${
|
|
639
|
+
${$e}
|
|
554
640
|
position: relative;
|
|
555
641
|
display: flex;
|
|
556
642
|
flex-direction: column;
|
|
@@ -564,7 +650,7 @@ or `);this.errors.push(o)}return n}},us=class extends we{constructor(...t){super
|
|
|
564
650
|
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
|
|
565
651
|
|
|
566
652
|
.body {
|
|
567
|
-
${
|
|
653
|
+
${$e}
|
|
568
654
|
display: flex;
|
|
569
655
|
flex-direction: column;
|
|
570
656
|
width: 100%;
|
|
@@ -573,7 +659,7 @@ or `);this.errors.push(o)}return n}},us=class extends we{constructor(...t){super
|
|
|
573
659
|
box-sizing: border-box;
|
|
574
660
|
justify-content: center;
|
|
575
661
|
.title {
|
|
576
|
-
${
|
|
662
|
+
${$e}
|
|
577
663
|
text-align: center;
|
|
578
664
|
font-size: 16px;
|
|
579
665
|
font-weight: bold;
|
|
@@ -581,7 +667,7 @@ or `);this.errors.push(o)}return n}},us=class extends we{constructor(...t){super
|
|
|
581
667
|
}
|
|
582
668
|
|
|
583
669
|
.content {
|
|
584
|
-
${
|
|
670
|
+
${$e}
|
|
585
671
|
font-size: 14px;
|
|
586
672
|
color: #888;
|
|
587
673
|
margin-bottom: 16px;
|
|
@@ -589,13 +675,13 @@ or `);this.errors.push(o)}return n}},us=class extends we{constructor(...t){super
|
|
|
589
675
|
}
|
|
590
676
|
|
|
591
677
|
.footer {
|
|
592
|
-
${
|
|
678
|
+
${$e}
|
|
593
679
|
display: flex;
|
|
594
680
|
align-items: center;
|
|
595
681
|
width: 100%;
|
|
596
682
|
height: 40px;
|
|
597
683
|
button {
|
|
598
|
-
${
|
|
684
|
+
${$e}
|
|
599
685
|
border: none;
|
|
600
686
|
outline: none;
|
|
601
687
|
height: 100%;
|
|
@@ -611,8 +697,8 @@ or `);this.errors.push(o)}return n}},us=class extends we{constructor(...t){super
|
|
|
611
697
|
}
|
|
612
698
|
}
|
|
613
699
|
}
|
|
614
|
-
`,
|
|
615
|
-
${
|
|
700
|
+
`,or=ee(null),Mp=ee(""),Up=ee(""),Ws=ee(!1),B4=()=>{var e;(e=or.value)==null||e.call(or,!1)},J4=()=>{var e;(e=or.value)==null||e.call(or,!0)},H4=e=>w(void 0,null,function*(){let{title:t,content:r}=e;return or.value&&(or.value(!1),rt(()=>{or.value=null,Ws.value=!1})),rt(()=>{Mp.value=t||"",Up.value=r||"",Ws.value=!0}),new Promise(n=>{or.value=i=>{rt(()=>{or.value=null,Ws.value=!1,Mp.value="",Up.value=""}),n(i)}})}),$4=()=>Ws.value?ve("div",{className:j4,children:ve("div",{className:"card-wrapper",children:[ve("div",{className:"body",children:[ve("div",{className:"title",children:Mp.value}),ve("div",{className:"content",children:Up.value})]}),ve("div",{className:"footer",children:[ve("button",{onClick:B4,className:"cancel-btn",children:"Cancel"}),ve("button",{onClick:J4,className:"confirm-btm",children:"Confirm"})]})]})}):null,V4=Dn`
|
|
701
|
+
${$e}
|
|
616
702
|
position: relative;
|
|
617
703
|
display: flex;
|
|
618
704
|
align-items: center;
|
|
@@ -630,7 +716,7 @@ or `);this.errors.push(o)}return n}},us=class extends we{constructor(...t){super
|
|
|
630
716
|
}
|
|
631
717
|
|
|
632
718
|
button {
|
|
633
|
-
${
|
|
719
|
+
${$e}
|
|
634
720
|
padding: 0 20px;
|
|
635
721
|
height: 30px;
|
|
636
722
|
line-height: 30px;
|
|
@@ -644,8 +730,8 @@ or `);this.errors.push(o)}return n}},us=class extends we{constructor(...t){super
|
|
|
644
730
|
cursor: not-allowed;
|
|
645
731
|
}
|
|
646
732
|
}
|
|
647
|
-
`,
|
|
648
|
-
${
|
|
733
|
+
`,z4=()=>{let e=ee(!1),t=ee(null);return{timerPaused:e,startTimestamp:t,startTimer:()=>{rt(()=>{t.value=Date.now(),e.value=!1})}}},G4=e=>{let{countdown:t=0,mode:r,onClose:n,state:i}=e,{startTimestamp:o,timerPaused:a}=i,s=iA(t);M4(()=>{s.value>0?s.value-=1:rt(()=>{a.value=!0,s.value=0})},a.value?null:1e3);let l=no(()=>{if(r==="interstitial"||r==="rewarded_insterstitial"||!o.value)return!1;let f=Date.now()-o.value;return s.value>0&&t-s.value>=5&&f>=5e3}),c=no(()=>{if(r==="interstitial")return!0;if(!o.value)return!1;let f=Date.now()-o.value;return s.value<=0&&f>=(t-1)*1e3&&t>5}),d=no(()=>r==="interstitial"?!1:!l.value&&!c.value),u=()=>w(void 0,null,function*(){if(a.value=!0,!(yield H4({title:"Are you sure?",content:"You will lose your reward if you dismiss this Ad."}))){a.value=!1;return}n("dismiss"),rt(()=>{a.value=!0,s.value=0,o.value=null})}),p=()=>{n("viewed"),rt(()=>{a.value=!0,s.value=0,o.value=null})};return ve("div",{className:V4,children:[s.value>0&&r!=="interstitial"&&ve("div",{className:"timer",children:[s.value,"s"]}),ve("button",{onClick:l.value?u:c.value?p:void 0,disabled:d.value,children:ve("svg",{width:"12",height:"12",viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:ve("path",{d:"M13.3 0.710215C12.91 0.320215 12.28 0.320215 11.89 0.710215L6.99997 5.59022L2.10997 0.700215C1.71997 0.310215 1.08997 0.310215 0.699971 0.700215C0.309971 1.09021 0.309971 1.72022 0.699971 2.11022L5.58997 7.00022L0.699971 11.8902C0.309971 12.2802 0.309971 12.9102 0.699971 13.3002C1.08997 13.6902 1.71997 13.6902 2.10997 13.3002L6.99997 8.41021L11.89 13.3002C12.28 13.6902 12.91 13.6902 13.3 13.3002C13.69 12.9102 13.69 12.2802 13.3 11.8902L8.40997 7.00022L13.3 2.11022C13.68 1.73022 13.68 1.09022 13.3 0.710215Z",fill:"white"})})})]})},W4=()=>{let e=ee(),t=ee(),r=ee(),n=ee(),i=ee(),o=ee(!1),a=ee(15),s=ee(""),l=ee("reward");return{afterAd:e,adDismissed:t,adViewed:r,adBreakDone:n,adLoaded:i,visible:o,countdown:a,src:s,mode:l}},K4=Dn`
|
|
734
|
+
${$e}
|
|
649
735
|
position: fixed;
|
|
650
736
|
z-index: 2147483647;
|
|
651
737
|
background: white;
|
|
@@ -655,7 +741,7 @@ or `);this.errors.push(o)}return n}},us=class extends we{constructor(...t){super
|
|
|
655
741
|
flex-direction: column;
|
|
656
742
|
|
|
657
743
|
iframe {
|
|
658
|
-
${
|
|
744
|
+
${$e}
|
|
659
745
|
flex: 1;
|
|
660
746
|
position: relative;
|
|
661
747
|
display: block;
|
|
@@ -663,8 +749,8 @@ or `);this.errors.push(o)}return n}},us=class extends we{constructor(...t){super
|
|
|
663
749
|
width: 100%;
|
|
664
750
|
height: 100%;
|
|
665
751
|
}
|
|
666
|
-
`,
|
|
667
|
-
${
|
|
752
|
+
`,Q4=e=>{let{state:t}=e,{afterAd:r,adDismissed:n,adViewed:i,adBreakDone:o,adLoaded:a,visible:s,countdown:l,src:c,mode:d}=t,u=wi(()=>z4(),[]),[p,f]=Ko(!1),m=_=>{var v,b,I,A;s.value=!1,_==="dismiss"?(v=n.value)==null||v.call(n):_==="viewed"&&((b=i.value)==null||b.call(i)),(I=r.value)==null||I.call(r),(A=o.value)==null||A.call(o),f(!1)},g=an(()=>{var _;p||(f(!0),(_=a.value)==null||_.call(a))},[p]);return _i(()=>{p&&(d.value==="reward"||d.value==="rewarded_insterstitial")&&setTimeout(()=>{u.startTimer()},100)},[p,d.value]),s.value?ve("div",{className:K4,children:[ve(G4,{mode:d.value,onClose:m,countdown:l.value,state:u}),s.value&&ve("iframe",{src:c.value,onLoad:g,sandbox:"allow-scripts allow-same-origin allow-forms allow-modals allow-downloads allow-popups allow-popups-to-escape-sandbox allow-top-navigation-by-user-activation allow-top-navigation allow-top-navigation-by-user-activation allow-top-navigation-to-custom-protocols"}),ve($4,{})]}):null};jp=class{constructor(t,r){nr(this,"name","OKSPIN"),nr(this,"initialized",!1),nr(this,"initCompleter",null),nr(this,"context",void 0),nr(this,"initParams",void 0),nr(this,"adsOverlay",null),nr(this,"adsIsShowing",!1),nr(this,"lastUnDisplayedAdBreak",null),nr(this,"state",W4()),this.context=t,this.initParams=r}init(){return w(this,null,function*(){var t;this.adsOverlay=document.createElement("div"),this.adsOverlay.setAttribute("data-placement-info","afg"),tu(ve(Q4,{state:this.state}),this.adsOverlay),document.documentElement.appendChild(this.adsOverlay),this.initialized=!0,(t=this.initCompleter)==null||t.call(this)})}adConfig(t){var r;if(this.initialized){(r=t.onReady)==null||r.call(t);return}this.initCompleter=()=>{var n;(n=t.onReady)==null||n.call(t)}}adBreak(t,r){return w(this,null,function*(){var n,i,o,a,s,l,c,d;if(!this.initialized||!this.adsOverlay||!r.params.url){(n=t.adBreakDone)==null||n.call(t,{breakType:t.type,breakName:t.type==="preroll"?"":t.name,breakFormat:t.type==="reward"?"reward":"interstitial",breakStatus:"notReady"});return}if(this.adsIsShowing){(i=t.adBreakDone)==null||i.call(t,{breakType:t.type,breakName:t.type==="preroll"?"":t.name,breakFormat:t.type==="reward"?"reward":"interstitial",breakStatus:"frequencyCapped"});return}switch(t.type){case"preroll":{(o=t.adBreakDone)==null||o.call(t,{breakType:t.type,breakName:"",breakFormat:"interstitial",breakStatus:"noAdPreloaded"});break}case"start":case"browse":case"next":case"pause":{(a=t.beforeAd)==null||a.call(t);let u=()=>{var f;this.adsIsShowing=!1,(f=t.afterAd)==null||f.call(t)},p=()=>{var f;this.adsIsShowing=!1,(f=t.adBreakDone)==null||f.call(t,{breakType:t.type,breakName:t.name,breakFormat:"interstitial",breakStatus:"viewed"})};rt(()=>{this.adsIsShowing=!0,this.state.afterAd.value=u,this.state.adBreakDone.value=p,this.state.src.value=r.params.url,this.state.mode.value="interstitial",this.state.visible.value=!0});break}case"reward":{this.lastUnDisplayedAdBreak&&((l=(s=this.lastUnDisplayedAdBreak).adBreakDone)==null||l.call(s,{breakType:this.lastUnDisplayedAdBreak.type,breakName:this.lastUnDisplayedAdBreak.type==="preroll"?"":this.lastUnDisplayedAdBreak.name,breakFormat:this.lastUnDisplayedAdBreak.type==="reward"?"reward":"interstitial",breakStatus:"ignored"}),this.lastUnDisplayedAdBreak=null),(c=t.beforeAd)==null||c.call(t);let u=()=>{var v;this.adsIsShowing=!1,(v=t.afterAd)==null||v.call(t)},p={breakType:t.type,breakName:t.name,breakFormat:"reward",breakStatus:"ignored"},f=()=>{var v;this.adsIsShowing=!1,p.breakStatus="dismissed",(v=t.adDismissed)==null||v.call(t)},m=()=>{var v;this.adsIsShowing=!1,p.breakStatus="viewed",(v=t.adViewed)==null||v.call(t)},g=()=>{var v;this.adsIsShowing=!1,(v=t.adBreakDone)==null||v.call(t,p)};rt(()=>{this.state.afterAd.value=u,this.state.adDismissed.value=f,this.state.adViewed.value=m,this.state.adBreakDone.value=g});let _=()=>{var v;if(this.lastUnDisplayedAdBreak=null,!this.adsOverlay){(v=t.adBreakDone)==null||v.call(t,{breakType:t.type,breakName:t.name,breakFormat:"reward",breakStatus:"notReady"});return}this.adsIsShowing=!0,rt(()=>{var b;this.state.countdown.value=(b=r.params.countdown)!=null?b:15,this.state.src.value=r.params.url,this.state.mode.value="reward",this.state.visible.value=!0})};this.lastUnDisplayedAdBreak=t,(d=t.beforeReward)==null||d.call(t,_);break}}})}},Pn={};window.addEventListener("message",e=>{e.origin!=="https://ads.appsrockets.com"&&e.origin!=="https://stg-ads.appsrockets.com"||Pn[e.data.type]&&Pn[e.data.type].forEach(t=>{t(e.data.data)})});Cn=(e,t)=>{_i(()=>(Pn[e]||(Pn[e]=new Set),Pn[e].add(t),()=>{Pn[e].delete(t)}),[e,t])},Z4=()=>{let e=ee(),t=ee(),r=ee(),n=ee(),i=ee(),o=ee(),a=ee(),s=ee(!1),l=ee("");return{afterAd:e,adDismissed:t,adViewed:r,adBreakDone:n,adLoaded:i,adLinkClicked:o,adError:a,visible:s,src:l}},eH=Dn`
|
|
753
|
+
${$e}
|
|
668
754
|
position: fixed;
|
|
669
755
|
z-index: 2147483647;
|
|
670
756
|
background: white;
|
|
@@ -674,7 +760,7 @@ or `);this.errors.push(o)}return n}},us=class extends we{constructor(...t){super
|
|
|
674
760
|
flex-direction: column;
|
|
675
761
|
|
|
676
762
|
iframe {
|
|
677
|
-
${
|
|
763
|
+
${$e}
|
|
678
764
|
flex: 1;
|
|
679
765
|
position: relative;
|
|
680
766
|
display: block;
|
|
@@ -682,8 +768,8 @@ or `);this.errors.push(o)}return n}},us=class extends we{constructor(...t){super
|
|
|
682
768
|
width: 100%;
|
|
683
769
|
height: 100%;
|
|
684
770
|
}
|
|
685
|
-
`,MJ=e=>{let{state:t}=e,{afterAd:r,adDismissed:n,adViewed:i,adBreakDone:o,adLoaded:a,adLinkClicked:s,visible:l,src:c}=t,[d,u]=Mo(!1),p=m=>{var g,y,v,_;u(!1),l.value=!1,m==="dismiss"?(g=n.value)==null||g.call(n):m==="viewed"&&((y=i.value)==null||y.call(i)),(v=r.value)==null||v.call(r),(_=o.value)==null||_.call(o)},f=()=>{var m;(m=a.value)==null||m.call(a)};return wn("appsrockets_ad_dismissed",()=>p("dismiss")),wn("appsrockets_ad_rewarded",()=>p("viewed")),wn("appsrockets_ad_completed",()=>p("viewed")),wn("appsrockets_ad_skipped",()=>p("viewed")),wn("appsrockets_ad_clicked",m=>{var g;return(g=s.value)==null?void 0:g.call(s,m)}),wn("appsrockets_ad_loaded",()=>u(!0)),l.value?he("div",{className:FJ,style:{display:d?"flex":"none"},children:l.value&&he("iframe",{src:c.value,onLoad:f,allowFullScreen:!0,allow:"autoplay",sandbox:"allow-scripts allow-same-origin allow-forms allow-modals allow-downloads allow-popups allow-popups-to-escape-sandbox allow-top-navigation-by-user-activation allow-top-navigation allow-top-navigation-by-user-activation allow-top-navigation-to-custom-protocols"})}):null};Sp=class{constructor(t,r){er(this,"name","APPSROCKETS"),er(this,"initialized",!1),er(this,"initCompleter",null),er(this,"context",void 0),er(this,"adsOverlay",null),er(this,"adsIsShowing",!1),er(this,"lastUnDisplayedAdBreak",null),er(this,"state",qJ()),er(this,"processUrl",n=>{var i;let o=this.context.getContextInfo(),a=new URL(n),s=new URLSearchParams(a.search);return s.has("joliSource")||s.set("joliSource",o.joliSource),s.get("osType")||s.set("osType",o.osType),s.get("runtimeType")||s.set("runtimeType",o.runtimeType),s.get("mode")||s.set("mode","AFG"),s.get("deviceId")||s.set("deviceId",o.deviceId),s.get("statusBarHeight")||s.set("statusBarHeight",((i=this.context.getWindowInfo().statusBarHeight)!=null?i:0).toString()),a.search=s.toString(),a.toString()}),this.context=t}init(){return I(this,null,function*(){var t;this.adsOverlay=document.createElement("div"),this.adsOverlay.setAttribute("data-placement-info","afg-appsrockets"),Uc(he(MJ,{state:this.state}),this.adsOverlay),document.documentElement.appendChild(this.adsOverlay),this.initialized=!0,(t=this.initCompleter)==null||t.call(this)})}adConfig(t){var r;if(this.initialized){(r=t.onReady)==null||r.call(t);return}this.initCompleter=()=>{var n;(n=t.onReady)==null||n.call(t)}}adBreak(t,r){var n,i,o,a,s,l,c,d;if(!this.initialized||!this.adsOverlay||!r.params.url){(n=t.adBreakDone)==null||n.call(t,{breakType:t.type,breakName:t.type==="preroll"?"":t.name,breakFormat:t.type==="reward"?"reward":"interstitial",breakStatus:"notReady"});return}if(this.adsIsShowing){(i=t.adBreakDone)==null||i.call(t,{breakType:t.type,breakName:t.type==="preroll"?"":t.name,breakFormat:t.type==="reward"?"reward":"interstitial",breakStatus:"frequencyCapped"});return}let u=p=>{var f,m;(m=(f=this.context).handleLinkClicked)==null||m.call(f,p)};switch(t.type){case"preroll":{(o=t.adBreakDone)==null||o.call(t,{breakType:t.type,breakName:"",breakFormat:"interstitial",breakStatus:"noAdPreloaded"});break}case"start":case"browse":case"next":case"pause":{(a=t.beforeAd)==null||a.call(t);let p=()=>{var g;this.adsIsShowing=!1,(g=t.afterAd)==null||g.call(t)},f=()=>{var g;this.adsIsShowing=!1,(g=t.adBreakDone)==null||g.call(t,{breakType:t.type,breakName:t.name,breakFormat:"interstitial",breakStatus:"viewed"})},m=()=>{var g;this.adsIsShowing=!1,(g=t.adBreakDone)==null||g.call(t,{breakType:t.type,breakName:t.name,breakFormat:"interstitial",breakStatus:"noAdPreloaded"})};Qe(()=>{this.adsIsShowing=!0,this.state.afterAd.value=p,this.state.adBreakDone.value=f,this.state.src.value=this.processUrl(r.params.url),this.state.adLinkClicked.value=u,this.state.adError.value=m,this.state.visible.value=!0});break}case"reward":{this.lastUnDisplayedAdBreak&&((l=(s=this.lastUnDisplayedAdBreak).adBreakDone)==null||l.call(s,{breakType:this.lastUnDisplayedAdBreak.type,breakName:this.lastUnDisplayedAdBreak.type==="preroll"?"":this.lastUnDisplayedAdBreak.name,breakFormat:this.lastUnDisplayedAdBreak.type==="reward"?"reward":"interstitial",breakStatus:"ignored"}),this.lastUnDisplayedAdBreak=null),(c=t.beforeAd)==null||c.call(t);let p=()=>{var w;this.adsIsShowing=!1,(w=t.afterAd)==null||w.call(t)},f={breakType:t.type,breakName:t.name,breakFormat:"reward",breakStatus:"ignored"},m=()=>{var w;this.adsIsShowing=!1,f.breakStatus="dismissed",(w=t.adDismissed)==null||w.call(t)},g=()=>{var w;this.adsIsShowing=!1,f.breakStatus="viewed",(w=t.adViewed)==null||w.call(t)},y=()=>{var w;this.adsIsShowing=!1,(w=t.adBreakDone)==null||w.call(t,f)},v=()=>{this.adsIsShowing=!1,f.breakStatus="noAdPreloaded"};Qe(()=>{this.state.afterAd.value=p,this.state.adDismissed.value=m,this.state.adViewed.value=g,this.state.adBreakDone.value=y,this.state.adLinkClicked.value=u,this.state.adError.value=v});let _=()=>{var w;if(this.lastUnDisplayedAdBreak=null,!this.adsOverlay){(w=t.adBreakDone)==null||w.call(t,{breakType:t.type,breakName:t.name,breakFormat:"reward",breakStatus:"notReady"});return}this.adsIsShowing=!0,Qe(()=>{this.state.src.value=this.processUrl(r.params.url),this.state.visible.value=!0})};this.lastUnDisplayedAdBreak=t,(d=t.beforeReward)==null||d.call(t,_);break}}}},wk=()=>{window.googletag=window.googletag||{cmd:[]},window.googletag.pubadsReady||window.googletag.cmd.push(()=>{window.googletag.enableServices()})};Ep=class{constructor(t,r,n){Ue(this,"adUnit",void 0),Ue(this,"project",void 0),Ue(this,"keyValue",void 0),Ue(this,"adsContext",null),Ue(this,"rewardedSlot",null),Ue(this,"rewardedPayload",null),Ue(this,"readyEvent",null),Ue(this,"withCommand",function(){googletag.cmd.push(...arguments)}),Ue(this,"init",()=>{var i;this.rewardedSlot=googletag.defineOutOfPageSlot(this.adUnit,googletag.enums.OutOfPageFormat.REWARDED),this.rewardedSlot&&(this.rewardedSlot.addService(googletag.pubads()),googletag.pubads().addEventListener("rewardedSlotReady",this.handleSlotReady),googletag.pubads().addEventListener("rewardedSlotClosed",this.handleSlotClosed),googletag.pubads().addEventListener("rewardedSlotGranted",this.handleSlotGranted),googletag.pubads().addEventListener("slotRenderEnded",this.handleSlotRenderEnded),this.keyValue&&(Object.keys(this.keyValue).forEach(o=>{var a;(a=this.rewardedSlot)==null||a.setTargeting(o,this.keyValue[o])}),Object.keys(this.keyValue).includes("project")||(i=this.rewardedSlot)==null||i.setTargeting("project",this.project)),googletag.display(this.rewardedSlot))}),Ue(this,"destroy",i=>{var o,a;this.rewardedPayload=null,this.readyEvent=null,googletag.pubads().removeEventListener("rewardedSlotReady",this.handleSlotReady),googletag.pubads().removeEventListener("rewardedSlotClosed",this.handleSlotClosed),googletag.pubads().removeEventListener("rewardedSlotGranted",this.handleSlotGranted),googletag.pubads().removeEventListener("slotRenderEnded",this.handleSlotRenderEnded),this.rewardedSlot&&(googletag.destroySlots([this.rewardedSlot]),this.rewardedSlot=null),(a=(o=this.adsContext)==null?void 0:o.adBreakDone)==null||a.call(o,i),this.adsContext=null}),Ue(this,"reinit",i=>{this.destroy(i),this.init()}),Ue(this,"handleSlotReady",i=>{i.slot===this.rewardedSlot&&(this.readyEvent=i)}),Ue(this,"handleSlotClosed",i=>{var o,a;if(this.adsContext&&i.slot===this.rewardedSlot){let s=this.rewardedPayload?"viewed":"dismissed";s==="viewed"?this.adsContext.adViewed():this.adsContext.adDismissed(),(a=(o=this.adsContext).afterAd)==null||a.call(o),this.withCommand(()=>{this.reinit(s)})}}),Ue(this,"handleSlotGranted",i=>{this.adsContext&&i.slot===this.rewardedSlot&&(this.rewardedPayload=i.payload)}),Ue(this,"handleSlotRenderEnded",i=>{i.slot===this.rewardedSlot&&i.isEmpty&&this.adsContext&&this.withCommand(()=>{this.reinit("frequencyCapped")})}),Ue(this,"requestAds",i=>{this.withCommand(()=>{if(this.adsContext&&this.reinit("ignored"),this.rewardedSlot||this.init(),this.adsContext=i,!this.rewardedSlot){this.reinit("notReady");return}if(this.readyEvent)this.adsContext.beforeReward(()=>{var o,a,s;(a=(o=this.adsContext)==null?void 0:o.beforeAd)==null||a.call(o),(s=this.readyEvent)==null||s.makeRewardedVisible()});else{let o=a=>{var s,l;a.slot===this.rewardedSlot&&this.adsContext&&(googletag.pubads().removeEventListener("rewardedSlotReady",o),this.readyEvent=a,(l=(s=this.adsContext).beforeAd)==null||l.call(s),this.adsContext.beforeReward(()=>{var c;(c=this.readyEvent)==null||c.makeRewardedVisible()}))};googletag.pubads().addEventListener("rewardedSlotReady",o),window.setTimeout(()=>{this.readyEvent||(this.reinit("timeout"),googletag.pubads().removeEventListener("rewardedSlotReady",o))},500)}})}),this.adUnit=t,this.project=r,this.keyValue=n,wk(),this.withCommand(()=>{this.init()})}};xp=class{constructor(t,r,n){it(this,"adUnit",void 0),it(this,"project",void 0),it(this,"keyValue",void 0),it(this,"adsContext",null),it(this,"gamingInterstitialSlot",null),it(this,"readyEvent",null),it(this,"withCommand",function(){googletag.cmd.push(...arguments)}),it(this,"init",()=>{var i;this.gamingInterstitialSlot=googletag.defineOutOfPageSlot(this.adUnit,googletag.enums.OutOfPageFormat.GAME_MANUAL_INTERSTITIAL),this.gamingInterstitialSlot&&(this.gamingInterstitialSlot.addService(googletag.pubads()),googletag.pubads().addEventListener("gameManualInterstitialSlotReady",this.handleSlotReady),googletag.pubads().addEventListener("gameManualInterstitialSlotClosed",this.handleSlotClosed),this.keyValue&&(Object.keys(this.keyValue).forEach(o=>{var a;(a=this.gamingInterstitialSlot)==null||a.setTargeting(o,this.keyValue[o])}),Object.keys(this.keyValue).includes("project")||(i=this.gamingInterstitialSlot)==null||i.setTargeting("project",this.project)),googletag.display(this.gamingInterstitialSlot))}),it(this,"destroy",i=>{var o,a;(a=(o=this.adsContext)==null?void 0:o.onEnd)==null||a.call(o,i),this.adsContext=null,googletag.pubads().removeEventListener("gameManualInterstitialSlotReady",this.handleSlotReady),googletag.pubads().removeEventListener("gameManualInterstitialSlotClosed",this.handleSlotClosed),this.gamingInterstitialSlot&&(googletag.destroySlots([this.gamingInterstitialSlot]),this.gamingInterstitialSlot=null,this.readyEvent=null)}),it(this,"reinit",i=>{this.destroy(i),this.init()}),it(this,"handleSlotReady",i=>{this.gamingInterstitialSlot===i.slot&&(this.readyEvent=i)}),it(this,"handleSlotClosed",i=>{var o,a;this.adsContext&&this.gamingInterstitialSlot===i.slot&&((a=(o=this.adsContext).afterAd)==null||a.call(o),this.withCommand(()=>{this.reinit("viewed")}))}),it(this,"requestAds",i=>{this.withCommand(()=>{var o;if(this.adsContext&&this.reinit("ignored"),this.gamingInterstitialSlot||this.init(),this.adsContext=i,!this.gamingInterstitialSlot){this.reinit("notReady");return}this.readyEvent?((o=i.beforeAd)==null||o.call(i),this.readyEvent.makeGameManualInterstitialVisible()):this.reinit("frequencyCapped")})}),wk(),this.adUnit=t,this.project=r,this.keyValue=n,this.withCommand(()=>{this.init()})}};kp=class{constructor(t,r){Mr(this,"name","GOOGLE_GPT"),Mr(this,"context",void 0),Mr(this,"contextInfo",void 0),Mr(this,"initParams",void 0),Mr(this,"rewardAdManager",void 0),Mr(this,"interstitialManager",void 0),Mr(this,"insertScript",()=>{let n="jolibox-google-gpt",i=document.getElementById(n);i||(i=window.document.createElement("script"),i.id=n,i.async=!0,i.src="https://securepubads.g.doubleclick.net/tag/js/gpt.js",i.crossOrigin="anonymous",document.head.appendChild(i))}),this.context=t,this.contextInfo=this.context.getContextInfo(),this.initParams=r,this.insertScript()}init(){return I(this,null,function*(){let t=this.contextInfo.testAdsMode?"/22639388115/rewarded_web_example":this.initParams.rewardedSlot,r=this.contextInfo.testAdsMode?"/6355419/Travel/Europe/France/Paris":this.initParams.interstitialSlot,n=`minigame-${this.contextInfo.runtimeType==="APP"?"app":"h5"}`;this.rewardAdManager=new Ep(t,n,this.initParams.keyValue),this.interstitialManager=new xp(r,n,this.initParams.keyValue)})}adConfig(t,r){}adBreak(t,r){var n,i;if(!this.rewardAdManager||!this.interstitialManager){(n=t.adBreakDone)==null||n.call(t,{breakName:t.type==="preroll"?"":t.name,breakType:t.type,breakFormat:t.type==="reward"?"reward":"interstitial",breakStatus:"error"});return}switch(t.type){case"preroll":{(i=t.adBreakDone)==null||i.call(t,{breakType:"preroll",breakFormat:"reward",breakStatus:"noAdPreloaded"});break}case"reward":{this.rewardAdManager.requestAds({beforeAd:t.beforeAd,afterAd:t.afterAd,adDismissed:t.adDismissed,adViewed:t.adViewed,beforeReward:t.beforeReward,adBreakDone:o=>{var a;(a=t.adBreakDone)==null||a.call(t,{breakName:t.name,breakType:t.type,breakFormat:"reward",breakStatus:o})}});break}default:{this.interstitialManager.requestAds({beforeAd:t.beforeAd,afterAd:t.afterAd,onEnd:o=>{var a;(a=t.adBreakDone)==null||a.call(t,{breakName:t.name,breakType:t.type,breakFormat:"interstitial",breakStatus:o})}});break}}}};Fs=class{constructor(t){if(Nt(this,"context",void 0),Nt(this,"contextInfo",void 0),Nt(this,"providers",{}),Nt(this,"channelPolicy",void 0),Nt(this,"adsActionDetection",void 0),Nt(this,"adsTrackSerializer",void 0),Nt(this,"initialized",!1),Nt(this,"adsIsShowing",!1),Nt(this,"lastAdBreak",void 0),Nt(this,"initializedTimeStamp",Date.now()),t)this.context=t,this.channelPolicy=new fp(this.context),this.adsActionDetection=new sp(this.context),this.adsTrackSerializer=new pp(this.context),this.contextInfo=this.context.getContextInfo();else throw new Error("JoliboxAdsForGame requires a configuration object")}getRequestContextData(t){var r,n;let{width:i,height:o}=this.context.getWindowInfo();return{report:JSON.stringify(this.adsTrackSerializer.serialize(t,{sessionId:this.contextInfo.sessionId,objectType:this.contextInfo.objectType,objectId:this.contextInfo.objectId,testAdsMode:this.contextInfo.testAdsMode})),osType:this.contextInfo.osType,runtimeType:this.contextInfo.runtimeType,sessionId:this.contextInfo.sessionId,deviceId:this.contextInfo.deviceId,adId:this.contextInfo.adId,deviceModel:(r=this.contextInfo.deviceModel)!=null?r:"UnknownModel",deviceBrand:(n=this.contextInfo.deviceBrand)!=null?n:"UnknownBrand",dimension:{width:i,height:o}}}getRequestBizParams(){return{objectType:this.contextInfo.objectType,objectId:this.contextInfo.objectId}}init(t){return I(this,null,function*(){window.adsbygoogle=window.adsbygoogle||[];let{data:r}=yield this.context.httpClient.post("/api/ads/init",{data:{contextData:this.getRequestContextData("AdsAFGSDKInit"),bizParams:this.getRequestBizParams(),testAdsMode:this.contextInfo.testAdsMode}});if((r==null?void 0:r.length)>0)for(let n of r)switch(n.provider){case"GOOGLE_GPT":{let i=new kp(this.context,n.params);yield i.init(),this.providers[n.provider]=i;break}case"ADSENSE":case"ADSENSE_ADMOB":{let i=new hp(this.context,n.params);yield i.init(),this.providers[n.provider]=i;break}case"OKSPIN":{let i=new Ip(this.context,n.params);yield i.init(),this.providers.OKSPIN=i;break}case"APPSROCKETS":{let i=new Sp(this.context,n.params);yield i.init(),this.providers.APPSROCKETS=i;break}}this.initialized=!0})}adConfig(t){this.providers.ADSENSE?this.providers.ADSENSE.adConfig(t):window.adsbygoogle.push(t)}adBreak(t){return I(this,null,function*(){var r,n,i,o,a,s,l,c,d,u;let p=Date.now();if(p-this.initializedTimeStamp<3e3){(r=t.adBreakDone)==null||r.call(t,{breakType:t.type,breakName:t.type==="preroll"?void 0:t.name,breakFormat:t.type==="reward"?"reward":"interstitial",breakStatus:"noAdPreloaded"});return}if(this.lastAdBreak&&p-this.lastAdBreak<500){console.warn("[Jolibox SDK Ads] You can't call adBreak too frequently"),(n=t.adBreakDone)==null||n.call(t,{breakType:t.type,breakName:t.type==="preroll"?void 0:t.name,breakFormat:t.type==="reward"?"reward":"interstitial",breakStatus:"frequencyCapped"});return}if(this.lastAdBreak=p,this.adsIsShowing){console.warn("[Jolibox SDK Ads] You can't call adBreak while ad is showing"),(i=t.adBreakDone)==null||i.call(t,{breakType:t.type,breakName:t.type==="preroll"?void 0:t.name,breakFormat:t.type==="reward"?"reward":"interstitial",breakStatus:"frequencyCapped"});return}if(this.initialized||(yield this.init()),t.type!=="reward"&&!this.channelPolicy.shouldBypassCallingInterstitial()){(o=t.adBreakDone)==null||o.call(t,{breakType:t.type,breakName:"skipInterstitials",breakFormat:"interstitial",breakStatus:"viewed"});return}if(!this.context.checkNetwork()){(a=t.adBreakDone)==null||a.call(t,{breakType:t.type,breakName:t.type==="preroll"?void 0:t.name,breakFormat:t.type==="reward"?"reward":"interstitial",breakStatus:"noAdPreloaded"});return}try{let{data:f,code:m}=yield this.context.httpClient.post("/api/ads/info",{data:{contextData:this.getRequestContextData("AdsAFGSDKAdBreak"),bizParams:this.getRequestBizParams(),adsType:t.type==="reward"?"REWARD":"INTERSTITIAL",testAdsMode:this.contextInfo.testAdsMode,name:t.type==="preroll"?"":t.name}});if(m!=="SUCCESS"){(s=t.adBreakDone)==null||s.call(t,{breakType:t.type,breakName:t.type==="preroll"?void 0:t.name,breakFormat:t.type==="reward"?"reward":"interstitial",breakStatus:"noAdPreloaded"});return}else{let g=f==null?void 0:f.sort((w,A)=>w.seq-A.seq);if(g.length===0){(l=t.adBreakDone)==null||l.call(t,{breakType:t.type,breakName:t.type==="preroll"?void 0:t.name,breakFormat:t.type==="reward"?"reward":"interstitial",breakStatus:"noAdPreloaded"});return}let y=!0,v=null,_=new ap(this.context);for(this.adsActionDetection.adBreakIsShowing=!0;g.length>0;){let w=g.shift(),A=this.providers[w.provider];if(A){let[R,P]=yield _.callAdBreakAndContinue(A,t,w,S=>{var k;this.adsIsShowing=S,(k=this.context.eventEmitter)==null||k.emit("isAdShowing",S)});y=R,v=P}else y=!0,v={breakType:t.type,breakName:t.type==="preroll"?void 0:t.name,breakFormat:t.type==="reward"?"reward":"interstitial",breakStatus:"notReady"};if(!y)break}y&&v&&((c=t.adBreakDone)==null||c.call(t,v))}}catch(f){(d=t.adBreakDone)==null||d.call(t,{breakType:t.type,breakFormat:t.type==="reward"?"reward":"interstitial",breakStatus:"noAdPreloaded"})}finally{this.adsIsShowing=!1,(u=this.context.eventEmitter)==null||u.emit("isAdShowing",!1),this.adsActionDetection.adBreakIsShowing=!1}})}adUnit(t){console.warn("This method has been deprecated. We will not support AdSense AdUnit in the future.")}},TK=kn`
|
|
686
|
-
${
|
|
771
|
+
`,tH=e=>{let{state:t}=e,{afterAd:r,adDismissed:n,adViewed:i,adBreakDone:o,adLoaded:a,adLinkClicked:s,visible:l,src:c}=t,[d,u]=Ko(!1),p=m=>{var g,_,v,b;u(!1),l.value=!1,m==="dismiss"?(g=n.value)==null||g.call(n):m==="viewed"&&((_=i.value)==null||_.call(i)),(v=r.value)==null||v.call(r),(b=o.value)==null||b.call(o)},f=()=>{var m;(m=a.value)==null||m.call(a)};return Cn("appsrockets_ad_dismissed",()=>p("dismiss")),Cn("appsrockets_ad_rewarded",()=>p("viewed")),Cn("appsrockets_ad_completed",()=>p("viewed")),Cn("appsrockets_ad_skipped",()=>p("viewed")),Cn("appsrockets_ad_clicked",m=>{var g;return(g=s.value)==null?void 0:g.call(s,m)}),Cn("appsrockets_ad_loaded",()=>u(!0)),l.value?ve("div",{className:eH,style:{display:d?"flex":"none"},children:l.value&&ve("iframe",{src:c.value,onLoad:f,allowFullScreen:!0,allow:"autoplay",sandbox:"allow-scripts allow-same-origin allow-forms allow-modals allow-downloads allow-popups allow-popups-to-escape-sandbox allow-top-navigation-by-user-activation allow-top-navigation allow-top-navigation-by-user-activation allow-top-navigation-to-custom-protocols"})}):null};Bp=class{constructor(t,r){ir(this,"name","APPSROCKETS"),ir(this,"initialized",!1),ir(this,"initCompleter",null),ir(this,"context",void 0),ir(this,"adsOverlay",null),ir(this,"adsIsShowing",!1),ir(this,"lastUnDisplayedAdBreak",null),ir(this,"state",Z4()),ir(this,"processUrl",n=>{var i;let o=this.context.getContextInfo(),a=new URL(n),s=new URLSearchParams(a.search);return s.has("joliSource")||s.set("joliSource",o.joliSource),s.get("osType")||s.set("osType",o.osType),s.get("runtimeType")||s.set("runtimeType",o.runtimeType),s.get("mode")||s.set("mode","AFG"),s.get("deviceId")||s.set("deviceId",o.deviceId),s.get("statusBarHeight")||s.set("statusBarHeight",((i=this.context.getWindowInfo().statusBarHeight)!=null?i:0).toString()),a.search=s.toString(),a.toString()}),this.context=t}init(){return w(this,null,function*(){var t;this.adsOverlay=document.createElement("div"),this.adsOverlay.setAttribute("data-placement-info","afg-appsrockets"),tu(ve(tH,{state:this.state}),this.adsOverlay),document.documentElement.appendChild(this.adsOverlay),this.initialized=!0,(t=this.initCompleter)==null||t.call(this)})}adConfig(t){var r;if(this.initialized){(r=t.onReady)==null||r.call(t);return}this.initCompleter=()=>{var n;(n=t.onReady)==null||n.call(t)}}adBreak(t,r){var n,i,o,a,s,l,c,d;if(!this.initialized||!this.adsOverlay||!r.params.url){(n=t.adBreakDone)==null||n.call(t,{breakType:t.type,breakName:t.type==="preroll"?"":t.name,breakFormat:t.type==="reward"?"reward":"interstitial",breakStatus:"notReady"});return}if(this.adsIsShowing){(i=t.adBreakDone)==null||i.call(t,{breakType:t.type,breakName:t.type==="preroll"?"":t.name,breakFormat:t.type==="reward"?"reward":"interstitial",breakStatus:"frequencyCapped"});return}let u=p=>{var f,m;(m=(f=this.context).handleLinkClicked)==null||m.call(f,p)};switch(t.type){case"preroll":{(o=t.adBreakDone)==null||o.call(t,{breakType:t.type,breakName:"",breakFormat:"interstitial",breakStatus:"noAdPreloaded"});break}case"start":case"browse":case"next":case"pause":{(a=t.beforeAd)==null||a.call(t);let p=()=>{var g;this.adsIsShowing=!1,(g=t.afterAd)==null||g.call(t)},f=()=>{var g;this.adsIsShowing=!1,(g=t.adBreakDone)==null||g.call(t,{breakType:t.type,breakName:t.name,breakFormat:"interstitial",breakStatus:"viewed"})},m=()=>{var g;this.adsIsShowing=!1,(g=t.adBreakDone)==null||g.call(t,{breakType:t.type,breakName:t.name,breakFormat:"interstitial",breakStatus:"noAdPreloaded"})};rt(()=>{this.adsIsShowing=!0,this.state.afterAd.value=p,this.state.adBreakDone.value=f,this.state.src.value=this.processUrl(r.params.url),this.state.adLinkClicked.value=u,this.state.adError.value=m,this.state.visible.value=!0});break}case"reward":{this.lastUnDisplayedAdBreak&&((l=(s=this.lastUnDisplayedAdBreak).adBreakDone)==null||l.call(s,{breakType:this.lastUnDisplayedAdBreak.type,breakName:this.lastUnDisplayedAdBreak.type==="preroll"?"":this.lastUnDisplayedAdBreak.name,breakFormat:this.lastUnDisplayedAdBreak.type==="reward"?"reward":"interstitial",breakStatus:"ignored"}),this.lastUnDisplayedAdBreak=null),(c=t.beforeAd)==null||c.call(t);let p=()=>{var I;this.adsIsShowing=!1,(I=t.afterAd)==null||I.call(t)},f={breakType:t.type,breakName:t.name,breakFormat:"reward",breakStatus:"ignored"},m=()=>{var I;this.adsIsShowing=!1,f.breakStatus="dismissed",(I=t.adDismissed)==null||I.call(t)},g=()=>{var I;this.adsIsShowing=!1,f.breakStatus="viewed",(I=t.adViewed)==null||I.call(t)},_=()=>{var I;this.adsIsShowing=!1,(I=t.adBreakDone)==null||I.call(t,f)},v=()=>{this.adsIsShowing=!1,f.breakStatus="noAdPreloaded"};rt(()=>{this.state.afterAd.value=p,this.state.adDismissed.value=m,this.state.adViewed.value=g,this.state.adBreakDone.value=_,this.state.adLinkClicked.value=u,this.state.adError.value=v});let b=()=>{var I;if(this.lastUnDisplayedAdBreak=null,!this.adsOverlay){(I=t.adBreakDone)==null||I.call(t,{breakType:t.type,breakName:t.name,breakFormat:"reward",breakStatus:"notReady"});return}this.adsIsShowing=!0,rt(()=>{this.state.src.value=this.processUrl(r.params.url),this.state.visible.value=!0})};this.lastUnDisplayedAdBreak=t,(d=t.beforeReward)==null||d.call(t,b);break}}}},aA=()=>{window.googletag=window.googletag||{cmd:[]},window.googletag.pubadsReady||window.googletag.cmd.push(()=>{window.googletag.enableServices()})};Jp=class{constructor(t,r,n){Je(this,"adUnit",void 0),Je(this,"project",void 0),Je(this,"keyValue",void 0),Je(this,"adsContext",null),Je(this,"rewardedSlot",null),Je(this,"rewardedPayload",null),Je(this,"readyEvent",null),Je(this,"withCommand",function(){googletag.cmd.push(...arguments)}),Je(this,"init",()=>{var i;this.rewardedSlot=googletag.defineOutOfPageSlot(this.adUnit,googletag.enums.OutOfPageFormat.REWARDED),this.rewardedSlot&&(this.rewardedSlot.addService(googletag.pubads()),googletag.pubads().addEventListener("rewardedSlotReady",this.handleSlotReady),googletag.pubads().addEventListener("rewardedSlotClosed",this.handleSlotClosed),googletag.pubads().addEventListener("rewardedSlotGranted",this.handleSlotGranted),googletag.pubads().addEventListener("slotRenderEnded",this.handleSlotRenderEnded),this.keyValue&&(Object.keys(this.keyValue).forEach(o=>{var a;(a=this.rewardedSlot)==null||a.setTargeting(o,this.keyValue[o])}),Object.keys(this.keyValue).includes("project")||(i=this.rewardedSlot)==null||i.setTargeting("project",this.project)),googletag.display(this.rewardedSlot))}),Je(this,"destroy",i=>{var o,a;this.rewardedPayload=null,this.readyEvent=null,googletag.pubads().removeEventListener("rewardedSlotReady",this.handleSlotReady),googletag.pubads().removeEventListener("rewardedSlotClosed",this.handleSlotClosed),googletag.pubads().removeEventListener("rewardedSlotGranted",this.handleSlotGranted),googletag.pubads().removeEventListener("slotRenderEnded",this.handleSlotRenderEnded),this.rewardedSlot&&(googletag.destroySlots([this.rewardedSlot]),this.rewardedSlot=null),(a=(o=this.adsContext)==null?void 0:o.adBreakDone)==null||a.call(o,i),this.adsContext=null}),Je(this,"reinit",i=>{this.destroy(i),this.init()}),Je(this,"handleSlotReady",i=>{i.slot===this.rewardedSlot&&(this.readyEvent=i)}),Je(this,"handleSlotClosed",i=>{var o,a;if(this.adsContext&&i.slot===this.rewardedSlot){let s=this.rewardedPayload?"viewed":"dismissed";s==="viewed"?this.adsContext.adViewed():this.adsContext.adDismissed(),(a=(o=this.adsContext).afterAd)==null||a.call(o),this.withCommand(()=>{this.reinit(s)})}}),Je(this,"handleSlotGranted",i=>{this.adsContext&&i.slot===this.rewardedSlot&&(this.rewardedPayload=i.payload)}),Je(this,"handleSlotRenderEnded",i=>{i.slot===this.rewardedSlot&&i.isEmpty&&this.adsContext&&this.withCommand(()=>{this.reinit("frequencyCapped")})}),Je(this,"requestAds",i=>{this.withCommand(()=>{if(this.adsContext&&this.reinit("ignored"),this.rewardedSlot||this.init(),this.adsContext=i,!this.rewardedSlot){this.reinit("notReady");return}if(this.readyEvent)this.adsContext.beforeReward(()=>{var o,a,s;(a=(o=this.adsContext)==null?void 0:o.beforeAd)==null||a.call(o),(s=this.readyEvent)==null||s.makeRewardedVisible()});else{let o=a=>{a.slot===this.rewardedSlot&&this.adsContext&&(googletag.pubads().removeEventListener("rewardedSlotReady",o),this.readyEvent=a,this.adsContext.beforeReward(()=>{var s,l,c;(l=(s=this.adsContext)==null?void 0:s.beforeAd)==null||l.call(s),(c=this.readyEvent)==null||c.makeRewardedVisible()}))};googletag.pubads().addEventListener("rewardedSlotReady",o),window.setTimeout(()=>{this.readyEvent||(this.reinit("timeout"),googletag.pubads().removeEventListener("rewardedSlotReady",o))},500)}})}),this.adUnit=t,this.project=r,this.keyValue=n,aA(),this.withCommand(()=>{this.init()})}};Hp=class{constructor(t,r,n){var i=this;tt(this,"adUnit",void 0),tt(this,"project",void 0),tt(this,"keyValue",void 0),tt(this,"adsContext",null),tt(this,"gamingInterstitialSlot",null),tt(this,"readyEvent",null),tt(this,"isRetrying",!1),tt(this,"withCommand",function(){googletag.cmd.push(...arguments)}),tt(this,"init",()=>{var o;this.gamingInterstitialSlot=googletag.defineOutOfPageSlot(this.adUnit,googletag.enums.OutOfPageFormat.GAME_MANUAL_INTERSTITIAL),this.gamingInterstitialSlot&&(this.gamingInterstitialSlot.addService(googletag.pubads()),googletag.pubads().addEventListener("gameManualInterstitialSlotReady",this.handleSlotReady),googletag.pubads().addEventListener("gameManualInterstitialSlotClosed",this.handleSlotClosed),this.keyValue&&(Object.keys(this.keyValue).forEach(a=>{var s;(s=this.gamingInterstitialSlot)==null||s.setTargeting(a,this.keyValue[a])}),Object.keys(this.keyValue).includes("project")||(o=this.gamingInterstitialSlot)==null||o.setTargeting("project",this.project)),googletag.display(this.gamingInterstitialSlot))}),tt(this,"destroy",function(o){var a,s;(!(arguments.length>1&&arguments[1]!==void 0)||arguments[1])&&((s=(a=i.adsContext)==null?void 0:a.onEnd)==null||s.call(a,o),i.adsContext=null),googletag.pubads().removeEventListener("gameManualInterstitialSlotReady",i.handleSlotReady),googletag.pubads().removeEventListener("gameManualInterstitialSlotClosed",i.handleSlotClosed),i.gamingInterstitialSlot&&(googletag.destroySlots([i.gamingInterstitialSlot]),i.gamingInterstitialSlot=null,i.readyEvent=null)}),tt(this,"reinit",function(o){let a=arguments.length>1&&arguments[1]!==void 0?arguments[1]:!0;i.destroy(o,a),i.init()}),tt(this,"handleSlotReady",o=>{this.gamingInterstitialSlot===o.slot&&(this.readyEvent=o)}),tt(this,"handleSlotClosed",o=>{var a,s;this.adsContext&&this.gamingInterstitialSlot===o.slot&&((s=(a=this.adsContext).afterAd)==null||s.call(a),this.withCommand(()=>{this.reinit("viewed")}))}),tt(this,"requestAds",o=>{this.withCommand(()=>{var a,s,l;if(this.adsContext&&this.reinit("ignored"),this.gamingInterstitialSlot||this.init(),this.adsContext=o,!this.gamingInterstitialSlot){this.reinit("notReady");return}this.readyEvent?((a=o.beforeAd)==null||a.call(o),this.readyEvent.makeGameManualInterstitialVisible()):((l=(s=this.adsContext).onEnd)==null||l.call(s,"frequencyCapped"),this.adsContext=null,this.isRetrying||(this.isRetrying=!0,window.setTimeout(()=>{this.readyEvent||this.withCommand(()=>{this.reinit("frequencyCapped",!1)}),this.isRetrying=!1},31e3)))})}),aA(),this.adUnit=t,this.project=r,this.keyValue=n,this.withCommand(()=>{this.init()})}};$p=class{constructor(t,r){Hr(this,"name","GOOGLE_GPT"),Hr(this,"context",void 0),Hr(this,"contextInfo",void 0),Hr(this,"initParams",void 0),Hr(this,"rewardAdManager",void 0),Hr(this,"interstitialManager",void 0),Hr(this,"insertScript",()=>{let n="jolibox-google-gpt",i=document.getElementById(n);i||(i=window.document.createElement("script"),i.id=n,i.async=!0,i.src="https://securepubads.g.doubleclick.net/tag/js/gpt.js",i.crossOrigin="anonymous",document.head.appendChild(i))}),this.context=t,this.contextInfo=this.context.getContextInfo(),this.initParams=r,this.insertScript()}init(){return w(this,null,function*(){let t=this.contextInfo.testAdsMode?"/22639388115/rewarded_web_example":this.initParams.rewardedSlot,r=this.contextInfo.testAdsMode?"/6355419/Travel/Europe/France/Paris":this.initParams.interstitialSlot,n=`minigame-${this.contextInfo.runtimeType==="APP"?"app":"h5"}`;this.rewardAdManager=new Jp(t,n,this.initParams.keyValue),this.interstitialManager=new Hp(r,n,this.initParams.keyValue)})}adConfig(t,r){}adBreak(t,r){var n,i;if(!this.rewardAdManager||!this.interstitialManager){(n=t.adBreakDone)==null||n.call(t,{breakName:t.type==="preroll"?"":t.name,breakType:t.type,breakFormat:t.type==="reward"?"reward":"interstitial",breakStatus:"error"});return}switch(t.type){case"preroll":{(i=t.adBreakDone)==null||i.call(t,{breakType:"preroll",breakFormat:"interstitial",breakStatus:"noAdPreloaded"});break}case"reward":{this.rewardAdManager.requestAds({beforeAd:t.beforeAd,afterAd:t.afterAd,adDismissed:t.adDismissed,adViewed:t.adViewed,beforeReward:t.beforeReward,adBreakDone:o=>{var a;(a=t.adBreakDone)==null||a.call(t,{breakName:t.name,breakType:t.type,breakFormat:"reward",breakStatus:o})}});break}default:{this.interstitialManager.requestAds({beforeAd:t.beforeAd,afterAd:t.afterAd,onEnd:o=>{var a;(a=t.adBreakDone)==null||a.call(t,{breakName:t.name,breakType:t.type,breakFormat:"interstitial",breakStatus:o})}});break}}}};Zs=class{constructor(t){if(Ut(this,"context",void 0),Ut(this,"contextInfo",void 0),Ut(this,"providers",{}),Ut(this,"channelPolicy",void 0),Ut(this,"adsActionDetection",void 0),Ut(this,"adsTrackSerializer",void 0),Ut(this,"initialized",!1),Ut(this,"adsIsShowing",!1),Ut(this,"lastAdBreak",void 0),Ut(this,"initializedTimeStamp",Date.now()),t)this.context=t,this.channelPolicy=new Op(this.context),this.adsActionDetection=new Ep(this.context),this.adsTrackSerializer=new Pp(this.context),this.contextInfo=this.context.getContextInfo();else throw new Error("JoliboxAdsForGame requires a configuration object")}getRequestContextData(t){var r,n;let{width:i,height:o}=this.context.getWindowInfo();return{report:JSON.stringify(this.adsTrackSerializer.serialize(t,{sessionId:this.contextInfo.sessionId,objectType:this.contextInfo.objectType,objectId:this.contextInfo.objectId,testAdsMode:this.contextInfo.testAdsMode})),osType:this.contextInfo.osType,runtimeType:this.contextInfo.runtimeType,sessionId:this.contextInfo.sessionId,deviceId:this.contextInfo.deviceId,adId:this.contextInfo.adId,deviceModel:(r=this.contextInfo.deviceModel)!=null?r:"UnknownModel",deviceBrand:(n=this.contextInfo.deviceBrand)!=null?n:"UnknownBrand",dimension:{width:i,height:o}}}getRequestBizParams(){return{objectType:this.contextInfo.objectType,objectId:this.contextInfo.objectId}}init(t){return w(this,null,function*(){window.adsbygoogle=window.adsbygoogle||[];let{data:r}=yield this.context.httpClient.post("/api/ads/init",{data:{contextData:this.getRequestContextData("AdsAFGSDKInit"),bizParams:this.getRequestBizParams(),testAdsMode:this.contextInfo.testAdsMode}});if((r==null?void 0:r.length)>0)for(let n of r)switch(n.provider){case"GOOGLE_GPT":{let i=new $p(this.context,n.params);yield i.init(),this.providers[n.provider]=i;break}case"ADSENSE":case"ADSENSE_ADMOB":{let i=new Rp(this.context,n.params);yield i.init(),this.providers[n.provider]=i;break}case"OKSPIN":{let i=new jp(this.context,n.params);yield i.init(),this.providers.OKSPIN=i;break}case"APPSROCKETS":{let i=new Bp(this.context,n.params);yield i.init(),this.providers.APPSROCKETS=i;break}}this.initialized=!0})}adConfig(t){this.providers.ADSENSE?this.providers.ADSENSE.adConfig(t):window.adsbygoogle.push(t)}adBreak(t){return w(this,null,function*(){var r,n,i,o,a,s,l,c,d,u;let p=Date.now();if(p-this.initializedTimeStamp<3e3){(r=t.adBreakDone)==null||r.call(t,{breakType:t.type,breakName:t.type==="preroll"?void 0:t.name,breakFormat:t.type==="reward"?"reward":"interstitial",breakStatus:"noAdPreloaded"});return}if(this.lastAdBreak&&p-this.lastAdBreak<500){console.warn("[Jolibox SDK Ads] You can't call adBreak too frequently"),(n=t.adBreakDone)==null||n.call(t,{breakType:t.type,breakName:t.type==="preroll"?void 0:t.name,breakFormat:t.type==="reward"?"reward":"interstitial",breakStatus:"frequencyCapped"});return}if(this.lastAdBreak=p,this.adsIsShowing){console.warn("[Jolibox SDK Ads] You can't call adBreak while ad is showing"),(i=t.adBreakDone)==null||i.call(t,{breakType:t.type,breakName:t.type==="preroll"?void 0:t.name,breakFormat:t.type==="reward"?"reward":"interstitial",breakStatus:"frequencyCapped"});return}if(this.initialized||(yield this.init()),t.type!=="reward"&&!this.channelPolicy.shouldBypassCallingInterstitial()){(o=t.adBreakDone)==null||o.call(t,{breakType:t.type,breakName:"skipInterstitials",breakFormat:"interstitial",breakStatus:"viewed"});return}if(!this.context.checkNetwork()){(a=t.adBreakDone)==null||a.call(t,{breakType:t.type,breakName:t.type==="preroll"?void 0:t.name,breakFormat:t.type==="reward"?"reward":"interstitial",breakStatus:"noAdPreloaded"});return}try{let{data:f,code:m}=yield this.context.httpClient.post("/api/ads/info",{data:{contextData:this.getRequestContextData("AdsAFGSDKAdBreak"),bizParams:this.getRequestBizParams(),adsType:t.type==="reward"?"REWARD":"INTERSTITIAL",testAdsMode:this.contextInfo.testAdsMode,name:t.type==="preroll"?"":t.name}});if(m!=="SUCCESS"){(s=t.adBreakDone)==null||s.call(t,{breakType:t.type,breakName:t.type==="preroll"?void 0:t.name,breakFormat:t.type==="reward"?"reward":"interstitial",breakStatus:"noAdPreloaded"});return}else{let g=f==null?void 0:f.sort((I,A)=>I.seq-A.seq);if(g.length===0){(l=t.adBreakDone)==null||l.call(t,{breakType:t.type,breakName:t.type==="preroll"?void 0:t.name,breakFormat:t.type==="reward"?"reward":"interstitial",breakStatus:"noAdPreloaded"});return}let _=!0,v=null,b=new xp(this.context);for(this.adsActionDetection.adBreakIsShowing=!0;g.length>0;){let I=g.shift(),A=this.providers[I.provider];if(A){let[P,O]=yield b.callAdBreakAndContinue(A,t,I,x=>{var C;this.adsIsShowing=x,(C=this.context.eventEmitter)==null||C.emit("isAdShowing",x)});_=P,v=O}else _=!0,v={breakType:t.type,breakName:t.type==="preroll"?void 0:t.name,breakFormat:t.type==="reward"?"reward":"interstitial",breakStatus:"notReady"};if(!_)break}_&&v&&((c=t.adBreakDone)==null||c.call(t,v))}}catch(f){(d=t.adBreakDone)==null||d.call(t,{breakType:t.type,breakFormat:t.type==="reward"?"reward":"interstitial",breakStatus:"noAdPreloaded"})}finally{this.adsIsShowing=!1,(u=this.context.eventEmitter)==null||u.emit("isAdShowing",!1),this.adsActionDetection.adBreakIsShowing=!1}})}adUnit(t){console.warn("This method has been deprecated. We will not support AdSense AdUnit in the future.")}},wY=Dn`
|
|
772
|
+
${$e}
|
|
687
773
|
position: fixed;
|
|
688
774
|
left: 0;
|
|
689
775
|
top: 0;
|
|
@@ -698,7 +784,7 @@ or `);this.errors.push(o)}return n}},us=class extends we{constructor(...t){super
|
|
|
698
784
|
}
|
|
699
785
|
|
|
700
786
|
.ads-wrapper {
|
|
701
|
-
${
|
|
787
|
+
${$e}
|
|
702
788
|
position: relative;
|
|
703
789
|
width: 100%;
|
|
704
790
|
height: 100%;
|
|
@@ -721,7 +807,7 @@ or `);this.errors.push(o)}return n}},us=class extends we{constructor(...t){super
|
|
|
721
807
|
}
|
|
722
808
|
|
|
723
809
|
.retry-button {
|
|
724
|
-
${
|
|
810
|
+
${$e}
|
|
725
811
|
position: absolute;
|
|
726
812
|
width: 100%;
|
|
727
813
|
height: 100%;
|
|
@@ -731,4 +817,4 @@ or `);this.errors.push(o)}return n}},us=class extends we{constructor(...t){super
|
|
|
731
817
|
cursor: pointer;
|
|
732
818
|
}
|
|
733
819
|
}
|
|
734
|
-
`});function Ek(){let e=new Map,t,r;return{registerRewardHandler(i,o){e.set(i,o)},handleReward(i,...o){return I(this,null,function*(){return yield i.reduce((s,l)=>I(this,null,function*(){let c=yield s;if(c===!0)return!0;Sk&&console.log(`handleReward ${l}`);let d=e.get(l),u=d?yield d(...o):c;return Sk&&console.log(`handleReward ${l} ${u}`),u}),Promise.resolve(!1))})},registerRewardsFetcher(i){return I(this,null,function*(){t=(...o)=>I(this,null,function*(){try{return yield i(...o)}catch(a){return console.error("getRewardOptions error:",a),["ADS"]}})})},registerRewardFrequencyConfigFetcher(i){return I(this,null,function*(){r=(...o)=>I(this,null,function*(){try{return yield i(...o)}catch(a){return console.error("getRewardOptions error:",a),{joliCoinUseAndCharge:_n}}})})},getRewardsTypes(...i){return I(this,null,function*(){return t?yield t(...i):["ADS"]})},getRewardFrequencyConfig(...i){return I(this,null,function*(){return r?yield r(...i):{joliCoinUseAndCharge:_n}})}}}var Sk,xk=T(()=>{"use strict";Q();qr();Sk=E.testMode});var KJ,QJ,kk,Ak,Tk=T(()=>{"use strict";qr();KJ=()=>(e,t)=>e==="JOLI_COIN"&&t==="ADS"?-1:e==="ADS"&&t==="JOLI_COIN"?1:0,QJ=e=>e.length?e.includes("JOLI_COIN")&&e.length<=1?["JOLI_COIN_ONLY"]:e.sort(KJ()):["ADS"],kk=e=>{e.registerRewardsFetcher(t=>I(void 0,null,function*(){var n,i,o,a;let r=["ADS"];try{let s=yield t.post("/api/games/unlock-options",{});if(s.code!=="SUCCESS")return r;W.emit(yn,{options:((n=s.data)==null?void 0:n.unlockOptions)||[],userJoliCoin:((i=s.extra)==null?void 0:i.joliCoin)||{balance:0,enableAutoDeduct:!1}});let l=((a=(o=s.data)==null?void 0:o.unlockOptions)==null?void 0:a.map(c=>c.type))||Array.from(r);return QJ(l)}catch(s){return console.error("getRewardOptions error:",s),r}}))},Ak=e=>{e.registerRewardFrequencyConfigFetcher(t=>I(void 0,null,function*(){var n,i;let r=yield t.get("/api/fe-configs/web-common/global-config",{});return W.emit(bs,{joliCoinUseAndCharge:((n=r.data)==null?void 0:n.joliCoinUseAndCharge)||_n}),{joliCoinUseAndCharge:((i=r.data)==null?void 0:i.joliCoinUseAndCharge)||_n}}))}});var Ck,Pk=T(()=>{"use strict";Ck=e=>t=>I(void 0,null,function*(){return console.log("trigger @jolibox/ads reward",t),e.adBreak(t),!0})});var Rk,Ok=T(()=>{"use strict";Rk=(e,t)=>e.some(r=>r.type==="JOLI_COIN"&&r.joliCoinChoices.some(n=>{var i;return n.joliCoinQuantity<=((i=t==null?void 0:t.balance)!=null?i:0)}))});var Js,$s,Hs,Vs=T(()=>{"use strict";Q();D();qr();Ok();Hi();Js=(e,t)=>r=>I(void 0,null,function*(){let n=Qt(W,gt);return W.emit(ys,e,{userJoliCoin:r.userJoliCoin,joliCoinQuantity:r.joliCoinQuantity,enableAutoDeduct:r.userJoliCoin.enableAutoDeduct,confirmButtonText:t.confirmButtonText,cancelButtonText:t.cancelButtonText}),(yield n.getFreshData()).paymentResult}),$s=(e,t)=>r=>I(void 0,null,function*(){let n=Qt(W,Lr);return W.emit(_s,e,{enableAutoDeduct:r.enableAutoDeduct,userJoliCoin:r.userJoliCoin,joliCoinQuantity:r.joliCoinQuantity,confirmButtonText:t.confirmButtonText,cancelButtonText:t.cancelButtonText}),(yield n.getFreshData()).useModalResult}),Hs=(e,{handlers:{handleUnlockSuccess:t,handleUnlockFailed:r,unlockOptionsHandler:n,initiateAndAwaitPayment:i,showUnlockWithJolicoinModal:o}})=>a=>I(void 0,null,function*(){var s,l,c,d,u,p,f;try{let m=!1,g=yield n.getData(),y=(c=(l=(s=g==null?void 0:g.options)==null?void 0:s.find(w=>w.type==="JOLI_COIN"))==null?void 0:l.joliCoinChoices[0].joliCoinQuantity)!=null?c:0;if(!Rk((g==null?void 0:g.options)||[],g==null?void 0:g.userJoliCoin)){if((yield i({userJoliCoin:g==null?void 0:g.userJoliCoin,joliCoinQuantity:y}))!=="SUCCESS")return r==null||r(a),!1;m=!0}let v=!!((d=g==null?void 0:g.userJoliCoin)!=null&&d.enableAutoDeduct);if(!m&&(yield o({enableAutoDeduct:v,userJoliCoin:g==null?void 0:g.userJoliCoin,joliCoinQuantity:y}))!=="CONFIRM")return r==null||r(a),!1;let _=yield e.post("/api/joli-coin/unlock",{data:{type:"GAME_REWARD",reqId:`${go()}-${E.mpType}-${Date.now()}`,gameInfo:{gameId:E.mpId}}});return _.code=="SUCCESS"?((p=a.adBreakDone)==null||p.call(a,{breakType:a.type,breakName:"name"in a&&(u=a.name)!=null?u:"",breakFormat:"reward",breakStatus:"viewed"}),"adViewed"in a&&((f=a.adViewed)==null||f.call(a)),t==null||t({quantity:_.data.quantity,balance:_.data.balance}),!0):(r==null||r(a),!1)}catch(m){if(console.info("JolicoinRewardHandler error:",m),m instanceof Error&&m.message=="CANCEL")throw m;return r==null||r(a),!1}finally{n.clearCache()}})});var Nk,Dk=T(()=>{"use strict";qr();Hi();Vs();Vs();Nk=(e,{onUnlockSuccess:t,onUnlockFailed:r})=>{let n=Qt(W,yn),i=()=>{r==null||r()},o=$s("ADS-JOLI_COIN",{confirmButtonText:"jolicoin.useJolicoin",cancelButtonText:"jolicoin.noWatchAds"}),a=Js("ADS-JOLI_COIN",{confirmButtonText:"jolicoin.payAndUnlock",cancelButtonText:"jolicoin.noWatchAds"});return Hs(e,{handlers:{handleUnlockSuccess:t,handleUnlockFailed:i,unlockOptionsHandler:n,initiateAndAwaitPayment:a,showUnlockWithJolicoinModal:o}})}});var Lk,qk=T(()=>{"use strict";qr();Vs();Hi();Lk=(e,{onUnlockSuccess:t,onUnlockFailed:r})=>{let n=Qt(W,yn),i=l=>{var c;r==null||r(),(c=l.adBreakDone)==null||c.call(l,{breakType:l.type,breakFormat:l.type==="reward"?"reward":"interstitial",breakStatus:"noAdPreloaded"})},o=$s("JOLI_COIN",{confirmButtonText:"jolicoin.useJolicoin",cancelButtonText:"jolicoin.noThanks"}),a=Js("JOLI_COIN",{confirmButtonText:"jolicoin.payAndUnlock",cancelButtonText:"jolicoin.noThanks"});return Hs(e,{handlers:{handleUnlockSuccess:t,handleUnlockFailed:i,unlockOptionsHandler:n,initiateAndAwaitPayment:a,showUnlockWithJolicoinModal:o}})}});var rr,Fk=T(()=>{"use strict";xk();Tk();Pk();Dk();qk();rr=Ek();kk(rr);Ak(rr)});var AQ,zs,YJ,ro,XJ,no,Mk,ZJ,e4,t4,r4,jk=T(()=>{"use strict";D();pt();Dr();AQ=ce(Ix());Ik();Mt();Q();St();Se();Fk();Fl();zs=ae(),YJ=()=>{let{data:e}=F("getNetworkStatusSync");return!!(e!=null&&e.isConnected)},ro={get:(e,t)=>ne(e,C({method:"GET",responseType:"json",appendHostCookie:!0},t)).then(r=>r.response.data),post:(e,t)=>ne(e,C({method:"POST",responseType:"json",appendHostCookie:!0},t)).then(r=>r.response.data)},XJ={httpClient:ro,checkNetwork:YJ,track:Y,eventEmitter:wo,getWindowInfo:()=>({width:window.innerWidth*window.devicePixelRatio,height:window.innerHeight*window.devicePixelRatio,statusBarHeight:30}),handleLinkClicked:e=>{window.open(e,"_blank")},getContextInfo:()=>{var e,t,r,n,i,o,a,s,l;return{hostAppId:(t=(e=E.hostInfo)==null?void 0:e.aid)!=null?t:"1",deviceId:(r=E.deviceInfo.did)!=null?r:"",adId:(n=E.deviceInfo.adId)!=null?n:"",sessionId:(i=E.sessionId)!=null?i:"",userId:(a=(o=E.hostUserInfo)==null?void 0:o.uid)!=null?a:"",objectType:"GAME",objectId:E.mpId,testAdsMode:E.testAdsMode,channel:(s=E.joliSource)!=null?s:"",deviceBrand:E.deviceInfo.brand,deviceModel:E.deviceInfo.model,osType:E.platform==="android"?"ANDROID":E.platform==="ios"?"IOS":"PC",runtimeType:"APP",platform:1e3,joliSource:(l=E.joliSource)!=null?l:""}}},no=new Fs(XJ);rr.getRewardFrequencyConfig(ro).then(e=>{console.log("getRewardFrequencyConfig",e)});rr.registerRewardHandler("ADS",Ck(no));rr.registerRewardHandler("JOLI_COIN",Nk(ro,{onUnlockSuccess:e=>{Mk(e)},onUnlockFailed:()=>{console.log("onUnlockFailed")}}));rr.registerRewardHandler("JOLI_COIN_ONLY",Lk(ro,{onUnlockSuccess:e=>{Mk(e)},onUnlockFailed:()=>{console.log("onUnlockFailed")}}));Mk=e=>{let{quantity:t}=e,r=`{slot-coin} ${t} {slot-i18n-jolicoin.coinUsed}`;Ji(r,{customStyle:{mark:{marginRight:"8px"}},i18nParams:{text:"Jolicoin Used"}})},ZJ=z("adInit",{implement:e=>{no.init(e)}}),e4=z("adConfig",{implement:e=>{no.adConfig(e)}}),t4=z("adBreak",{implement:e=>{e.type==="reward"?rr.getRewardsTypes(ro).then(t=>{rr.handleReward(t,e).catch(r=>{var n;console.info("handleReward failed in native",r),(n=e.adBreakDone)==null||n.call(e,{breakType:e.type,breakFormat:e.type==="reward"?"reward":"interstitial",breakStatus:"noAdPreloaded"})})}):no.adBreak(e)}}),r4=z("adUnit",{implement:e=>{no.adUnit(e)}});zs.registerCommand("AdsSDK.init",ZJ);zs.registerCommand("AdsSDK.adConfig",e4);zs.registerCommand("AdsSDK.adBreak",t4);zs.registerCommand("AdsSDK.adUnit",r4);L("AdsSDK.init",{version:"1.0.0"});L("AdsSDK.adConfig",{version:"1.0.0"});L("AdsSDK.adBreak",{version:"1.0.0"});L("AdsSDK.adUnit",{version:"1.0.0"})});var io,n4,i4,o4,a4,s4,Uk=T(()=>{"use strict";D();Se();pt();Q();io=ae(),n4=z("openSchemaSync",{paramsSchema:x.tuple(x.string()),implement:e=>{let t=e;e.match(/^https?:\/\//)||(t=`https://${E.mpId}.app.jolibox.com${e.startsWith("/")?"":"/"}${e}`);let r=F("openSchemaSync",{schema:t});if(r.errNo!==0)throw new Ur(r.errMsg,r.errNo)}}),i4=z("openPageSync",{paramsSchema:x.tuple(x.string()),implement:e=>{let{errNo:t,errMsg:r,data:n}=F("openPageSync",{url:e});if(t!==0||!n)throw new Ur(r,t);return{webviewId:n.webviewId}}}),o4=z("closePageSync",{paramsSchema:x.tuple(x.number()),implement:e=>{let{errNo:t,errMsg:r}=F("closePageSync",{webviewId:e});if(t!==0)throw new Ur(r,t)}}),a4=z("interceptSystemExitSync",{paramsSchema:x.tuple(x.boolean()),implement:e=>{Ee.emit("onInterceptSystemExit",{intercept:e}),Ee.emit("onInterceptBackPress",{intercept:e})}}),s4=z("navigateToNativePage",{paramsSchema:x.tuple(x.enum("openHistory","openDiscover","openDiscover","openGame","openDrama","openTopup"),x.object()),implement:(e,t)=>{let{errNo:r,errMsg:n}=F("callHostMethodAsync",{method:e,params:C({},t)});if(r!==0)throw new Ur(n,r)}});io.registerCommand("RouterSDK.openSchema",n4);io.registerCommand("RouterSDK.openPage",i4);io.registerCommand("RouterSDK.closePage",o4);io.registerCommand("RouterSDK.interceptSystemExit",a4);io.registerCommand("RouterSDK.navigateToNativePage",s4);L("router.openSchema",{version:"1.1.10"});L("router.openPage",{version:"1.1.10"});L("router.closePage",{version:"1.1.10"});L("router.interceptSystemExit",{version:"1.1.18"});L("router.navigateToNativePage",{version:"1.1.19"})});function u4(e){fl("cpLoadProgressEvent",{progress:e},E.webviewId,!0)}var Jk,l4,Gs,Rp,Bk,c4,d4,$k=T(()=>{"use strict";D();pt();Se();Q();Jk=ae(),l4=z("onLoadFinished",{implement:()=>{fl("cpLoadFinishEvent",{},E.webviewId,!0)}}),Gs=null,Rp=!1,Bk=0,c4=200;d4=z("onLoadProgress",{paramsSchema:x.tuple(x.number()),implement:e=>{Gs=e,Rp||(Rp=!0,requestAnimationFrame(function t(){let r=Date.now();r-Bk>=c4?(Gs!==null&&(u4(Gs),Bk=r,Gs=null),Rp=!1):requestAnimationFrame(t)}))}});Jk.registerCommand("RuntimeSDK.loadFinishedEvent",l4);Jk.registerCommand("RuntimeSDK.loadProgressEvent",d4)});var p4={};var zQ,QQ,Hk=T(()=>{"use strict";JE();zQ=ce($E());QE();Ud();ex();QQ=ce(tx());Vd();jk();Uk();$k()});var Vk=Symbol.for("JOLIBOX_IMPLEMENT_INIT");if(window[Vk])throw console.info("Jolibox Implement Already Initialized"),new Error("Jolibox Implement Already Initialized");window[Vk]=!0;I(void 0,null,function*(){let[{config:e}]=yield Promise.all([Promise.resolve().then(()=>(DE(),NE)),Promise.resolve().then(()=>(Hk(),p4)),Promise.resolve().then(()=>(Mt(),Yf))]);e()});
|
|
820
|
+
`});function cA(){let e=new Map,t,r;return{registerRewardHandler(i,o){e.set(i,o)},handleReward(i,...o){return w(this,null,function*(){return yield i.reduce((s,l)=>w(this,null,function*(){let c=yield s;if(c===!0)return!0;lA&&console.log(`handleReward ${l}`);let d=e.get(l),u=d?yield d(...o):c;return lA&&console.log(`handleReward ${l} ${u}`),u}),Promise.resolve(!1))})},registerRewardsFetcher(i){return w(this,null,function*(){t=(...o)=>w(this,null,function*(){try{return yield i(...o)}catch(a){return console.error("getRewardOptions error:",a),["ADS"]}})})},registerRewardFrequencyConfigFetcher(i){return w(this,null,function*(){r=(...o)=>w(this,null,function*(){try{return yield i(...o)}catch(a){return console.error("getRewardOptions error:",a),{joliCoinUseAndCharge:En,loginGuide:kn}}})})},getRewardsTypes(...i){return w(this,null,function*(){return t?yield t(...i):["ADS"]})},getRewardFrequencyConfig(...i){return w(this,null,function*(){return r?yield r(...i):{joliCoinUseAndCharge:En,loginGuide:kn}})}}}var lA,uA=k(()=>{"use strict";K();We();lA=S.testMode});var pH,fH,dA,pA,fA=k(()=>{"use strict";We();pH=()=>(e,t)=>e==="JOLI_COIN"&&t==="ADS"?-1:e==="ADS"&&t==="JOLI_COIN"?1:0,fH=e=>e.length?e.includes("JOLI_COIN")&&e.length<=1?["JOLI_COIN_ONLY"]:e.sort(pH()):["ADS"],dA=e=>{e.registerRewardsFetcher(t=>w(void 0,null,function*(){var n,i,o,a;let r=["ADS"];try{let s=yield t.post("/api/games/unlock-options",{});if(s.code!=="SUCCESS")return r;L.emit(Ns,{options:((n=s.data)==null?void 0:n.unlockOptions)||[],userJoliCoin:((i=s.extra)==null?void 0:i.joliCoin)||{balance:0,enableAutoDeduct:!1}});let l=((a=(o=s.data)==null?void 0:o.unlockOptions)==null?void 0:a.map(c=>c.type))||Array.from(r);return fH(l)}catch(s){return console.error("getRewardOptions error:",s),r}}))},pA=e=>{e.registerRewardFrequencyConfigFetcher(t=>w(void 0,null,function*(){var n,i,o,a;let r=yield t.get("/api/fe-configs/web-common/global-config",{});return L.emit(_r,{joliCoinUseAndCharge:((n=r.data)==null?void 0:n.joliCoinUseAndCharge)||En,loginGuide:((i=r.data)==null?void 0:i.loginGuide)||kn}),{joliCoinUseAndCharge:((o=r.data)==null?void 0:o.joliCoinUseAndCharge)||En,loginGuide:((a=r.data)==null?void 0:a.loginGuide)||kn}}))}});var hA,mA=k(()=>{"use strict";hA=e=>t=>w(void 0,null,function*(){return console.log("trigger @jolibox/ads reward",t),e.adBreak(t),!0})});var _t,Fn=k(()=>{"use strict";We();br();We();_t=et(L,Ns)});var xr,uo=k(()=>{"use strict";D();xr=te()});var Kp,po,vA=k(()=>{"use strict";uo();Fn();br();We();We();Kp=(e,t)=>{let{showUnlockWithJolicoinModal:r}=t;xr.registerCommand(`Rewards.${e}.useJolicoin`,()=>w(void 0,null,function*(){var s,l,c,d;let n=yield _t.getData(),i=!!((s=n==null?void 0:n.userJoliCoin)!=null&&s.enableAutoDeduct),o=(d=(c=(l=n==null?void 0:n.options)==null?void 0:l.find(u=>u.type==="JOLI_COIN"))==null?void 0:c.joliCoinChoices[0].joliCoinQuantity)!=null?d:0;return console.log("-----unlockOptions usemodal-----",n,i,o),(yield r({enableAutoDeduct:i,userJoliCoin:n==null?void 0:n.userJoliCoin,joliCoinQuantity:o}))!=="CONFIRM"?{result:"FAILED"}:{result:"SUCCESS"}}))},po=(e,t)=>r=>w(void 0,null,function*(){let n=et(L,Br);return L.emit(Ls,e,{enableAutoDeduct:r.enableAutoDeduct,userJoliCoin:r.userJoliCoin,joliCoinQuantity:r.joliCoinQuantity,confirmButtonText:t.confirmButtonText,cancelButtonText:t.cancelButtonText}),(yield n.getFreshData()).useModalResult})});var il,Qp=k(()=>{"use strict";il=e=>w(void 0,null,function*(){return(yield e.get("/api/joli-coin/balance",{query:{type:"JOLI_COIN"}})).data})});var gA,yA=k(()=>{"use strict";gA=(e,t)=>e.some(r=>r.type==="JOLI_COIN"&&r.joliCoinChoices.some(n=>{var i;return n.joliCoinQuantity<=((i=t==null?void 0:t.balance)!=null?i:0)}))});var Yp,fo,_A=k(()=>{"use strict";Qp();uo();Fn();yA();We();br();We();Yp=(e,t)=>{let{httpClient:r,initiateAndAwaitPayment:n}=t;xr.registerCommand(`Rewards.${e}.usePayment`,()=>w(void 0,null,function*(){var l,c,d,u,p,f;let i=yield _t.getData(),o=yield il(r),a=(d=(c=(l=i==null?void 0:i.options)==null?void 0:l.find(m=>m.type==="JOLI_COIN"))==null?void 0:c.joliCoinChoices[0].joliCoinQuantity)!=null?d:0,s={balance:(u=o==null?void 0:o.balance)!=null?u:0,enableAutoDeduct:(f=(p=i==null?void 0:i.userJoliCoin)==null?void 0:p.enableAutoDeduct)!=null?f:!1};return _t.updateData({userJoliCoin:s}),console.log("-----unlockOptions payment-----",i,s,a),gA((i==null?void 0:i.options)||[],s)?{result:"CONTINUE"}:{result:(yield n({userJoliCoin:s,joliCoinQuantity:a}))==="SUCCESS"?"SUCCESS":"FAILED"}}))},fo=(e,t)=>r=>w(void 0,null,function*(){let n=et(L,xt);return L.emit(Ds,e,{userJoliCoin:r.userJoliCoin,joliCoinQuantity:r.joliCoinQuantity,enableAutoDeduct:r.userJoliCoin.enableAutoDeduct,confirmButtonText:t.confirmButtonText,cancelButtonText:t.cancelButtonText}),(yield n.getFreshData()).paymentResult})});var Xp,ho,bA=k(()=>{"use strict";K();uo();br();We();We();D();Qp();Fn();Xp=(e,t)=>{let{showUnloginModal:r,httpClient:n}=t;xr.registerCommand(`Rewards.${e}.useUnloginModal`,()=>w(void 0,null,function*(){var a,s,l,c,d,u,p,f,m;let i=(a=S.hostUserInfo)==null?void 0:a.isLogin,o=yield _t.getData();if(console.log("-----isLogin-----",!!i),!i){let g=yield r();if(console.log("-----unloginModalResult-----",g),g.result=="FAILED"||g.result=="CANCEL")return{result:"FAILED"};let{isFirstLogin:_,claimedRewardValue:v}=(l=(s=g.rewards)==null?void 0:s.jolicoin)!=null?l:{};if(g.result=="SUCCESS"){_&&v&&(yield Df(3e3));let b=yield il(n),I=(u=(d=(c=o==null?void 0:o.options)==null?void 0:c.find(P=>P.type==="JOLI_COIN"))==null?void 0:d.joliCoinChoices[0].joliCoinQuantity)!=null?u:0,A={balance:(p=b==null?void 0:b.balance)!=null?p:0,enableAutoDeduct:(m=(f=o==null?void 0:o.userJoliCoin)==null?void 0:f.enableAutoDeduct)!=null?m:!1};if(_t.updateData({userJoliCoin:A}),A.balance>=I)return{result:"SUCCESS"}}}return{result:"CONTINUE"}}))},ho=(e,t)=>()=>w(void 0,null,function*(){let r=et(L,tr);return L.emit(qs,e,{confirmButtonText:t.confirmButtonText,cancelButtonText:t.cancelButtonText}),yield r.getFreshData()})});var ol=k(()=>{"use strict";vA();_A();bA()});var al,Zp=k(()=>{"use strict";K();D();ol();uo();al=(e,t,{handlers:{handleUnlockSuccess:r,handleUnlockFailed:n,unlockOptionsHandler:i,initiateAndAwaitPayment:o,showUnlockWithJolicoinModal:a,showUnloginModal:s}})=>(Xp(e,{httpClient:t,showUnloginModal:s}),Yp(e,{httpClient:t,initiateAndAwaitPayment:o}),Kp(e,{showUnlockWithJolicoinModal:a}),l=>w(void 0,null,function*(){var c,d,u;try{let p=!0,f=[`Rewards.${e}.useUnloginModal`,`Rewards.${e}.usePayment`,`Rewards.${e}.useJolicoin`];for(let g of f){let _=yield xr.executeCommand(g);if(p=p&&_.result!=="FAILED",_.result!=="CONTINUE")break}if(!p)return n==null||n(l),!1;let m=yield t.post("/api/joli-coin/unlock",{data:{type:"GAME_REWARD",reqId:`${To()}-${S.mpType}-${Date.now()}`,gameInfo:{gameId:S.mpId}}});return console.log("-----unlockWithJolicoin request result-----",m),m.code=="SUCCESS"?((d=l.adBreakDone)==null||d.call(l,{breakType:l.type,breakName:"name"in l&&(c=l.name)!=null?c:"",breakFormat:"reward",breakStatus:"viewed"}),"adViewed"in l&&((u=l.adViewed)==null||u.call(l)),r==null||r({quantity:m.data.quantity,balance:m.data.balance}),!0):(n==null||n(l),!1)}catch(p){if(console.info("JolicoinRewardHandler error:",p),p instanceof Error&&p.message=="CANCEL")throw p;return n==null||n(l),!1}finally{i.clearCache()}}))});var wA,IA=k(()=>{"use strict";Fn();Zp();ol();wA=(e,{onUnlockSuccess:t,onUnlockFailed:r})=>{let n=()=>{r==null||r()},i=po("ADS-JOLI_COIN",{confirmButtonText:"jolicoin.useJolicoin",cancelButtonText:"jolicoin.noWatchAds"}),o=fo("ADS-JOLI_COIN",{confirmButtonText:"jolicoin.payAndUnlock",cancelButtonText:"jolicoin.noWatchAds"}),a=ho("ADS-JOLI_COIN",{confirmButtonText:"loginGuide.login",cancelButtonText:"loginGuide.noWatchAds"});return al("ADS-JOLI_COIN",e,{handlers:{handleUnlockSuccess:t,handleUnlockFailed:n,unlockOptionsHandler:_t,initiateAndAwaitPayment:o,showUnlockWithJolicoinModal:i,showUnloginModal:a}})}});var SA,xA=k(()=>{"use strict";Zp();Fn();ol();SA=(e,{onUnlockSuccess:t,onUnlockFailed:r})=>{let n=l=>{var c;r==null||r(),(c=l.adBreakDone)==null||c.call(l,{breakType:l.type,breakFormat:l.type==="reward"?"reward":"interstitial",breakStatus:"noAdPreloaded"})},i=po("JOLI_COIN",{confirmButtonText:"jolicoin.useJolicoin",cancelButtonText:"jolicoin.noThanks"}),o=fo("JOLI_COIN",{confirmButtonText:"jolicoin.payAndUnlock",cancelButtonText:"jolicoin.noThanks"}),a=ho("JOLI_COIN",{confirmButtonText:"loginGuide.login",cancelButtonText:"loginGuide.noThanks"});return al("JOLI_COIN",e,{handlers:{handleUnlockSuccess:t,handleUnlockFailed:n,unlockOptionsHandler:_t,initiateAndAwaitPayment:o,showUnlockWithJolicoinModal:i,showUnloginModal:a}})}});var ar,EA=k(()=>{"use strict";uA();fA();mA();IA();xA();ar=cA();dA(ar);pA(ar)});var sl,hH,mo,mH,vo,kA,vH,gH,ef,yH,_H,AA=k(()=>{"use strict";D();yt();Zt();sk();sA();Tt();K();ht();xe();EA();Xl();sl=te(),hH=()=>{let{data:e}=U("getNetworkStatusSync");return!!(e!=null&&e.isConnected)},mo={get:(e,t)=>Z(e,T({method:"GET",responseType:"json",appendHostCookie:!0},t)).then(r=>r.response.data),post:(e,t)=>Z(e,T({method:"POST",responseType:"json",appendHostCookie:!0},t)).then(r=>r.response.data)},mH={httpClient:mo,checkNetwork:hH,track:Q,eventEmitter:Ro,getWindowInfo:()=>({width:window.innerWidth*window.devicePixelRatio,height:window.innerHeight*window.devicePixelRatio,statusBarHeight:30}),handleLinkClicked:e=>{window.open(e,"_blank")},getContextInfo:()=>{var e,t,r,n,i,o,a,s,l;return{hostAppId:(t=(e=S.hostInfo)==null?void 0:e.aid)!=null?t:"1",deviceId:(r=S.deviceInfo.did)!=null?r:"",adId:(n=S.deviceInfo.adId)!=null?n:"",sessionId:(i=S.sessionId)!=null?i:"",userId:(a=(o=S.hostUserInfo)==null?void 0:o.uid)!=null?a:"",objectType:"GAME",objectId:S.mpId,testAdsMode:S.testAdsMode,channel:(s=S.joliSource)!=null?s:"",deviceBrand:S.deviceInfo.brand,deviceModel:S.deviceInfo.model,osType:S.platform==="android"?"ANDROID":S.platform==="ios"?"IOS":"PC",runtimeType:"APP",platform:1e3,joliSource:(l=S.joliSource)!=null?l:""}}},vo=new Zs(mH);ar.getRewardFrequencyConfig(mo).then(e=>{console.log("getRewardFrequencyConfig",e)});ar.registerRewardHandler("ADS",hA(vo));ar.registerRewardHandler("JOLI_COIN",wA(mo,{onUnlockSuccess:e=>{kA(e)},onUnlockFailed:()=>{console.log("onUnlockFailed")}}));ar.registerRewardHandler("JOLI_COIN_ONLY",SA(mo,{onUnlockSuccess:e=>{kA(e)},onUnlockFailed:()=>{console.log("onUnlockFailed")}}));kA=e=>{let{quantity:t}=e,r=`{slot-coin} ${t} {slot-i18n-jolicoin.coinUsed}`;jr(r,{customStyle:{mark:{marginRight:"8px"}},i18nParams:{text:"Jolicoin Used"}})},vH=G("adInit",{implement:e=>{vo.init(e)}}),gH=G("adConfig",{implement:e=>{vo.adConfig(e)}}),ef=!1,yH=G("adBreak",{implement:e=>{if(e.type==="reward"){if(ef)return;ef=!0,ar.getRewardsTypes(mo).then(t=>{ar.handleReward(t,e).catch(r=>{var n;console.info("handleReward failed in native",r),(n=e.adBreakDone)==null||n.call(e,{breakType:e.type,breakFormat:e.type==="reward"?"reward":"interstitial",breakStatus:"noAdPreloaded"})}).finally(()=>{ef=!1})})}else vo.adBreak(e)}}),_H=G("adUnit",{implement:e=>{vo.adUnit(e)}});sl.registerCommand("AdsSDK.init",vH);sl.registerCommand("AdsSDK.adConfig",gH);sl.registerCommand("AdsSDK.adBreak",yH);sl.registerCommand("AdsSDK.adUnit",_H);F("AdsSDK.init",{version:"1.0.0"});F("AdsSDK.adConfig",{version:"1.0.0"});F("AdsSDK.adBreak",{version:"1.0.0"});F("AdsSDK.adUnit",{version:"1.0.0"})});var go,bH,wH,IH,SH,xH,TA=k(()=>{"use strict";D();xe();yt();K();go=te(),bH=G("openSchemaSync",{paramsSchema:E.tuple(E.string()),implement:e=>{let t=e;e.match(/^https?:\/\//)||(t=`https://${S.mpId}.app.jolibox.com${e.startsWith("/")?"":"/"}${e}`);let r=U("openSchemaSync",{schema:t});if(r.errNo!==0)throw new Vr(r.errMsg,r.errNo)}}),wH=G("openPageSync",{paramsSchema:E.tuple(E.string()),implement:e=>{let{errNo:t,errMsg:r,data:n}=U("openPageSync",{url:e});if(t!==0||!n)throw new Vr(r,t);return{webviewId:n.webviewId}}}),IH=G("closePageSync",{paramsSchema:E.tuple(E.number()),implement:e=>{let{errNo:t,errMsg:r}=U("closePageSync",{webviewId:e});if(t!==0)throw new Vr(r,t)}}),SH=G("interceptSystemExitSync",{paramsSchema:E.tuple(E.boolean()),implement:e=>{Ee.emit("onInterceptSystemExit",{intercept:e}),Ee.emit("onInterceptBackPress",{intercept:e})}}),xH=G("navigateToNativePage",{paramsSchema:E.tuple(E.enum("openHistory","openDiscover","openDiscover","openGame","openDrama","openTopup"),E.object()),implement:(e,t)=>{let{errNo:r,errMsg:n}=U("callHostMethodAsync",{method:e,params:T({},t)});if(r!==0)throw new Vr(n,r)}});go.registerCommand("RouterSDK.openSchema",bH);go.registerCommand("RouterSDK.openPage",wH);go.registerCommand("RouterSDK.closePage",IH);go.registerCommand("RouterSDK.interceptSystemExit",SH);go.registerCommand("RouterSDK.navigateToNativePage",xH);F("router.openSchema",{version:"1.1.10"});F("router.openPage",{version:"1.1.10"});F("router.closePage",{version:"1.1.10"});F("router.interceptSystemExit",{version:"1.1.18"});F("router.navigateToNativePage",{version:"1.1.19"})});function AH(e){Tl("cpLoadProgressEvent",{progress:e},S.webviewId,!0)}var PA,EH,ll,tf,CA,kH,TH,OA=k(()=>{"use strict";D();yt();xe();K();PA=te(),EH=G("onLoadFinished",{implement:()=>{Tl("cpLoadFinishEvent",{},S.webviewId,!0)}}),ll=null,tf=!1,CA=0,kH=200;TH=G("onLoadProgress",{paramsSchema:E.tuple(E.number()),implement:e=>{ll=e,tf||(tf=!0,requestAnimationFrame(function t(){let r=Date.now();r-CA>=kH?(ll!==null&&(AH(ll),CA=r,ll=null),tf=!1):requestAnimationFrame(t)}))}});PA.registerCommand("RuntimeSDK.loadFinishedEvent",EH);PA.registerCommand("RuntimeSDK.loadProgressEvent",TH)});var CH={};var wZ,EZ,RA=k(()=>{"use strict";yE();wZ=ie(_E());kE();rp();OE();EZ=ie(RE());Ps();AA();TA();OA()});var NA=Symbol.for("JOLIBOX_IMPLEMENT_INIT");if(window[NA])throw console.info("Jolibox Implement Already Initialized"),new Error("Jolibox Implement Already Initialized");window[NA]=!0;w(void 0,null,function*(){let[{config:e}]=yield Promise.all([Promise.resolve().then(()=>(uE(),cE)),Promise.resolve().then(()=>(RA(),CH)),Promise.resolve().then(()=>(Tt(),Sh))]);e()});
|