bl-trtc-callkit-vue 1.0.2 → 1.0.4
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.
|
@@ -1,3 +1,10 @@
|
|
|
1
|
+
(function() {
|
|
2
|
+
const style = document.createElement('style');
|
|
3
|
+
style.textContent = `@charset "UTF-8";.callkit-wrapper[data-v-989115b9]{width:100%;height:100%;position:fixed;top:0;left:0;z-index:999;background-color:#000c}.callkit-wrapper .bottom-controls[data-v-989115b9]{position:fixed;left:0;right:0;bottom:78px;display:flex;justify-content:space-evenly}.callkit-wrapper .operation-btn[data-v-989115b9]{display:flex;flex-direction:column;align-items:center;color:#fff;font-size:1rem;cursor:pointer}.callkit-wrapper .operation-btn img[data-v-989115b9]{width:64px;height:64px;margin-bottom:12px}.callkit-wrapper .equipment-btn img[data-v-989115b9]{border-radius:50%;padding:12px;box-sizing:border-box}.callkit-wrapper .equipment-btn--open img[data-v-989115b9]{background:#fff}.callkit-wrapper .equipment-btn--close img[data-v-989115b9]{background:#000c}.local-video[data-v-989115b9]{position:absolute;top:16px;right:16px;width:120px;height:160px;border-radius:8px;overflow:hidden;background:#000;z-index:1001;box-shadow:0 6px 18px #00000073;transition:transform .18s ease,opacity .18s ease}@media(max-width:600px){.local-video[data-v-989115b9]{width:90px;height:120px;top:12px;right:12px}}.player-container[data-v-989115b9]{display:grid;width:100%;min-height:100px;gap:10px;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));justify-items:center;max-height:100vh;box-sizing:border-box;padding:10px}.player-container .remote[data-v-989115b9]{width:auto;max-width:100%;max-height:100%;background:#000;position:relative;border-radius:6px;overflow:hidden;object-fit:contain}.player-container.single[data-v-989115b9]{display:flex;align-items:center;justify-content:center;height:100vh;padding:0}.player-container.single .remote[data-v-989115b9]{width:auto;max-width:100%;max-height:100%;margin:0}@media(max-width:600px){.player-container[data-v-989115b9]{grid-template-columns:repeat(2,1fr)}}.callkit-enter-from[data-v-989115b9]{opacity:0;transform:translateY(-20px) scale(.98)}.callkit-enter-active[data-v-989115b9]{transition:all .24s ease}.callkit-leave-to[data-v-989115b9]{opacity:0;transform:translateY(-20px) scale(.98)}.callkit-leave-active[data-v-989115b9]{transition:all .2s ease}.call-label[data-v-989115b9]{position:absolute;top:14%;left:0;right:0;text-align:center;color:#fff;font-size:24px;font-weight:600}
|
|
4
|
+
`;
|
|
5
|
+
document.head.appendChild(style);
|
|
6
|
+
})();
|
|
7
|
+
|
|
1
8
|
import { ref as or, reactive as $w, onUnmounted as CG, createBlock as kG, openBlock as _a, Transition as wG, withCtx as DG, createElementBlock as jo, createCommentVNode as eD, createElementVNode as ri, toDisplayString as Kv, normalizeClass as Jv, Fragment as Yv, renderList as NG, normalizeStyle as PG, unref as ga, nextTick as tD } from "vue";
|
|
2
9
|
var iD = typeof globalThis < "u" ? globalThis : typeof window < "u" ? window : typeof global < "u" ? global : typeof self < "u" ? self : {};
|
|
3
10
|
function OG(a) {
|
|
@@ -1,3 +1,10 @@
|
|
|
1
|
+
(function() {
|
|
2
|
+
const style = document.createElement('style');
|
|
3
|
+
style.textContent = `@charset "UTF-8";.callkit-wrapper[data-v-989115b9]{width:100%;height:100%;position:fixed;top:0;left:0;z-index:999;background-color:#000c}.callkit-wrapper .bottom-controls[data-v-989115b9]{position:fixed;left:0;right:0;bottom:78px;display:flex;justify-content:space-evenly}.callkit-wrapper .operation-btn[data-v-989115b9]{display:flex;flex-direction:column;align-items:center;color:#fff;font-size:1rem;cursor:pointer}.callkit-wrapper .operation-btn img[data-v-989115b9]{width:64px;height:64px;margin-bottom:12px}.callkit-wrapper .equipment-btn img[data-v-989115b9]{border-radius:50%;padding:12px;box-sizing:border-box}.callkit-wrapper .equipment-btn--open img[data-v-989115b9]{background:#fff}.callkit-wrapper .equipment-btn--close img[data-v-989115b9]{background:#000c}.local-video[data-v-989115b9]{position:absolute;top:16px;right:16px;width:120px;height:160px;border-radius:8px;overflow:hidden;background:#000;z-index:1001;box-shadow:0 6px 18px #00000073;transition:transform .18s ease,opacity .18s ease}@media(max-width:600px){.local-video[data-v-989115b9]{width:90px;height:120px;top:12px;right:12px}}.player-container[data-v-989115b9]{display:grid;width:100%;min-height:100px;gap:10px;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));justify-items:center;max-height:100vh;box-sizing:border-box;padding:10px}.player-container .remote[data-v-989115b9]{width:auto;max-width:100%;max-height:100%;background:#000;position:relative;border-radius:6px;overflow:hidden;object-fit:contain}.player-container.single[data-v-989115b9]{display:flex;align-items:center;justify-content:center;height:100vh;padding:0}.player-container.single .remote[data-v-989115b9]{width:auto;max-width:100%;max-height:100%;margin:0}@media(max-width:600px){.player-container[data-v-989115b9]{grid-template-columns:repeat(2,1fr)}}.callkit-enter-from[data-v-989115b9]{opacity:0;transform:translateY(-20px) scale(.98)}.callkit-enter-active[data-v-989115b9]{transition:all .24s ease}.callkit-leave-to[data-v-989115b9]{opacity:0;transform:translateY(-20px) scale(.98)}.callkit-leave-active[data-v-989115b9]{transition:all .2s ease}.call-label[data-v-989115b9]{position:absolute;top:14%;left:0;right:0;text-align:center;color:#fff;font-size:24px;font-weight:600}
|
|
4
|
+
`;
|
|
5
|
+
document.head.appendChild(style);
|
|
6
|
+
})();
|
|
7
|
+
|
|
1
8
|
(function(wn,Ie){typeof exports=="object"&&typeof module<"u"?Ie(exports,require("vue")):typeof define=="function"&&define.amd?define(["exports","vue"],Ie):(wn=typeof globalThis<"u"?globalThis:wn||self,Ie(wn.BlTrtcCallkitVue={},wn.Vue))})(this,(function(wn,Ie){"use strict";var xE=typeof globalThis<"u"?globalThis:typeof window<"u"?window:typeof global<"u"?global:typeof self<"u"?self:{};function uP(a){return a&&a.__esModule&&Object.prototype.hasOwnProperty.call(a,"default")?a.default:a}var Ru={exports:{}},dP=Ru.exports,UE;function hP(){return UE||(UE=1,(function(a,u){(function(d,p){a.exports=p()})(dP,function(){function d(e,t){return t.forEach(function(i){i&&typeof i!="string"&&!Array.isArray(i)&&Object.keys(i).forEach(function(r){if(r!=="default"&&!(r in e)){var n=Object.getOwnPropertyDescriptor(i,r);Object.defineProperty(e,r,n.get?n:{enumerable:!0,get:function(){return i[r]}})}})}),Object.freeze(e)}var p=typeof globalThis<"u"?globalThis:typeof window<"u"?window:typeof xE<"u"?xE:typeof self<"u"?self:{};function v(e){return e&&e.__esModule&&Object.prototype.hasOwnProperty.call(e,"default")?e.default:e}var g=function(e){return e&&e.Math===Math&&e},y=g(typeof globalThis=="object"&&globalThis)||g(typeof window=="object"&&window)||g(typeof self=="object"&&self)||g(typeof p=="object"&&p)||g(typeof p=="object"&&p)||(function(){return this})()||Function("return this")(),I={},S=function(e){try{return!!e()}catch{return!0}},E=!S(function(){return Object.defineProperty({},1,{get:function(){return 7}})[1]!==7}),R=!S(function(){var e=(function(){}).bind();return typeof e!="function"||e.hasOwnProperty("prototype")}),k=R,N=Function.prototype.call,A=k?N.bind(N):function(){return N.apply(N,arguments)},O={},M={}.propertyIsEnumerable,w=Object.getOwnPropertyDescriptor,U=w&&!M.call({1:2},1);O.f=U?function(e){var t=w(this,e);return!!t&&t.enumerable}:M;var L,V,F=function(e,t){return{enumerable:!(1&e),configurable:!(2&e),writable:!(4&e),value:t}},q=R,K=Function.prototype,z=K.call,J=q&&K.bind.bind(z,z),X=q?J:function(e){return function(){return z.apply(e,arguments)}},W=X,Q=W({}.toString),ge=W("".slice),ne=function(e){return ge(Q(e),8,-1)},Te=S,ke=ne,Ve=Object,We=X("".split),we=Te(function(){return!Ve("z").propertyIsEnumerable(0)})?function(e){return ke(e)==="String"?We(e,""):Ve(e)}:Ve,tt=function(e){return e==null},Nt=tt,le=TypeError,se=function(e){if(Nt(e))throw new le("Can't call method on "+e);return e},oe=we,ue=se,bt=function(e){return oe(ue(e))},ci=typeof document=="object"&&document.all,$e=ci===void 0&&ci!==void 0?function(e){return typeof e=="function"||e===ci}:function(e){return typeof e=="function"},Pi=$e,Et=function(e){return typeof e=="object"?e!==null:Pi(e)},en=y,Fi=$e,Mt=function(e,t){return arguments.length<2?(i=en[e],Fi(i)?i:void 0):en[e]&&en[e][t];var i},Lt=X({}.isPrototypeOf),tn=y.navigator,Or=tn&&tn.userAgent,ae=Or?String(Or):"",ye=y,ze=ae,Qe=ye.process,Le=ye.Deno,Yt=Qe&&Qe.versions||Le&&Le.version,Hn=Yt&&Yt.v8;Hn&&(V=(L=Hn.split("."))[0]>0&&L[0]<4?1:+(L[0]+L[1])),!V&&ze&&(!(L=ze.match(/Edge\/(\d+)/))||L[1]>=74)&&(L=ze.match(/Chrome\/(\d+)/))&&(V=+L[1]);var Ei=V,vl=Ei,Wn=S,Hs=y.String,Xu=!!Object.getOwnPropertySymbols&&!Wn(function(){var e=Symbol("symbol detection");return!Hs(e)||!(Object(e)instanceof Symbol)||!Symbol.sham&&vl&&vl<41}),El=Xu&&!Symbol.sham&&typeof Symbol.iterator=="symbol",Qu=Mt,Gn=$e,Ws=Lt,jm=Object,ja=El?function(e){return typeof e=="symbol"}:function(e){var t=Qu("Symbol");return Gn(t)&&Ws(t.prototype,jm(e))},Zu=String,jn=function(e){try{return Zu(e)}catch{return"Object"}},zm=$e,$u=jn,Km=TypeError,Oi=function(e){if(zm(e))return e;throw new Km($u(e)+" is not a function")},rn=Oi,Jm=tt,zn=function(e,t){var i=e[t];return Jm(i)?void 0:rn(i)},yl=A,Tl=$e,Sl=Et,ed=TypeError,td={exports:{}},id=y,rd=Object.defineProperty,Il=function(e,t){try{rd(id,e,{value:t,configurable:!0,writable:!0})}catch{id[e]=t}return t},nd=y,Gs=Il,Rl="__core-js_shared__",WT=td.exports=nd[Rl]||Gs(Rl,{});(WT.versions||(WT.versions=[])).push({version:"3.47.0",mode:"global",copyright:"© 2014-2025 Denis Pushkarev (zloirock.ru), 2025 CoreJS Company (core-js.io)",license:"https://github.com/zloirock/core-js/blob/v3.47.0/LICENSE",source:"https://github.com/zloirock/core-js"});var Ym=td.exports,GT=Ym,qm=function(e,t){return GT[e]||(GT[e]=t||{})},gM=se,vM=Object,pr=function(e){return vM(gM(e))},EM=pr,yM=X({}.hasOwnProperty),ui=Object.hasOwn||function(e,t){return yM(EM(e),t)},TM=X,SM=0,IM=Math.random(),RM=TM(1.1.toString),Xm=function(e){return"Symbol("+(e===void 0?"":e)+")_"+RM(++SM+IM,36)},AM=qm,jT=ui,bM=Xm,CM=Xu,kM=El,za=y.Symbol,Qm=AM("wks"),wM=kM?za.for||za:za&&za.withoutSetter||bM,xt=function(e){return jT(Qm,e)||(Qm[e]=CM&&jT(za,e)?za[e]:wM("Symbol."+e)),Qm[e]},DM=A,zT=Et,KT=ja,NM=zn,PM=function(e,t){var i,r;if(t==="string"&&Tl(i=e.toString)&&!Sl(r=yl(i,e))||Tl(i=e.valueOf)&&!Sl(r=yl(i,e))||t!=="string"&&Tl(i=e.toString)&&!Sl(r=yl(i,e)))return r;throw new ed("Can't convert object to primitive value")},OM=TypeError,MM=xt("toPrimitive"),JT=function(e,t){if(!zT(e)||KT(e))return e;var i,r=NM(e,MM);if(r){if(t===void 0&&(t="default"),i=DM(r,e,t),!zT(i)||KT(i))return i;throw new OM("Can't convert object to primitive value")}return t===void 0&&(t="number"),PM(e,t)},LM=JT,xM=ja,Zm=function(e){var t=LM(e,"string");return xM(t)?t:t+""},YT=Et,$m=y.document,UM=YT($m)&&YT($m.createElement),sd=function(e){return UM?$m.createElement(e):{}},VM=sd,qT=!E&&!S(function(){return Object.defineProperty(VM("div"),"a",{get:function(){return 7}}).a!==7}),FM=E,BM=A,HM=O,WM=F,GM=bt,jM=Zm,zM=ui,KM=qT,XT=Object.getOwnPropertyDescriptor;I.f=FM?XT:function(e,t){if(e=GM(e),t=jM(t),KM)try{return XT(e,t)}catch{}if(zM(e,t))return WM(!BM(HM.f,e,t),e[t])};var Xi={},QT=E&&S(function(){return Object.defineProperty(function(){},"prototype",{value:42,writable:!1}).prototype!==42}),JM=Et,YM=String,qM=TypeError,yi=function(e){if(JM(e))return e;throw new qM(YM(e)+" is not an object")},XM=E,QM=qT,ZM=QT,ad=yi,ZT=Zm,$M=TypeError,ef=Object.defineProperty,eL=Object.getOwnPropertyDescriptor,tf="enumerable",rf="configurable",nf="writable";Xi.f=XM?ZM?function(e,t,i){if(ad(e),t=ZT(t),ad(i),typeof e=="function"&&t==="prototype"&&"value"in i&&nf in i&&!i[nf]){var r=eL(e,t);r&&r[nf]&&(e[t]=i.value,i={configurable:rf in i?i[rf]:r[rf],enumerable:tf in i?i[tf]:r[tf],writable:!1})}return ef(e,t,i)}:ef:function(e,t,i){if(ad(e),t=ZT(t),ad(i),QM)try{return ef(e,t,i)}catch{}if("get"in i||"set"in i)throw new $M("Accessors not supported");return"value"in i&&(e[t]=i.value),e};var tL=Xi,iL=F,nn=E?function(e,t,i){return tL.f(e,t,iL(1,i))}:function(e,t,i){return e[t]=i,e},$T={exports:{}},sf=E,rL=ui,eS=Function.prototype,nL=sf&&Object.getOwnPropertyDescriptor,tS=rL(eS,"name"),Ka={PROPER:tS&&(function(){}).name==="something",CONFIGURABLE:tS&&(!sf||sf&&nL(eS,"name").configurable)},sL=$e,af=Ym,aL=X(Function.toString);sL(af.inspectSource)||(af.inspectSource=function(e){return aL(e)});var od,Al,ld,of=af.inspectSource,oL=$e,iS=y.WeakMap,lL=oL(iS)&&/native code/.test(String(iS)),cL=Xm,rS=qm("keys"),lf=function(e){return rS[e]||(rS[e]=cL(e))},cf={},uL=lL,nS=y,dL=Et,hL=nn,uf=ui,df=Ym,pL=lf,mL=cf,sS="Object already initialized",hf=nS.TypeError,fL=nS.WeakMap;if(uL||df.state){var Mr=df.state||(df.state=new fL);Mr.get=Mr.get,Mr.has=Mr.has,Mr.set=Mr.set,od=function(e,t){if(Mr.has(e))throw new hf(sS);return t.facade=e,Mr.set(e,t),t},Al=function(e){return Mr.get(e)||{}},ld=function(e){return Mr.has(e)}}else{var Ja=pL("state");mL[Ja]=!0,od=function(e,t){if(uf(e,Ja))throw new hf(sS);return t.facade=e,hL(e,Ja,t),t},Al=function(e){return uf(e,Ja)?e[Ja]:{}},ld=function(e){return uf(e,Ja)}}var Mi={set:od,get:Al,has:ld,enforce:function(e){return ld(e)?Al(e):od(e,{})},getterFor:function(e){return function(t){var i;if(!dL(t)||(i=Al(t)).type!==e)throw new hf("Incompatible receiver, "+e+" required");return i}}},pf=X,_L=S,gL=$e,cd=ui,mf=E,vL=Ka.CONFIGURABLE,EL=of,yL=Mi.enforce,TL=Mi.get,aS=String,ud=Object.defineProperty,SL=pf("".slice),IL=pf("".replace),RL=pf([].join),AL=mf&&!_L(function(){return ud(function(){},"length",{value:8}).length!==8}),bL=String(String).split("String"),CL=$T.exports=function(e,t,i){SL(aS(t),0,7)==="Symbol("&&(t="["+IL(aS(t),/^Symbol\(([^)]*)\).*$/,"$1")+"]"),i&&i.getter&&(t="get "+t),i&&i.setter&&(t="set "+t),(!cd(e,"name")||vL&&e.name!==t)&&(mf?ud(e,"name",{value:t,configurable:!0}):e.name=t),AL&&i&&cd(i,"arity")&&e.length!==i.arity&&ud(e,"length",{value:i.arity});try{i&&cd(i,"constructor")&&i.constructor?mf&&ud(e,"prototype",{writable:!1}):e.prototype&&(e.prototype=void 0)}catch{}var r=yL(e);return cd(r,"source")||(r.source=RL(bL,typeof t=="string"?t:"")),e};Function.prototype.toString=CL(function(){return gL(this)&&TL(this).source||EL(this)},"toString");var oS=$T.exports,kL=$e,wL=Xi,DL=oS,NL=Il,Qi=function(e,t,i,r){r||(r={});var n=r.enumerable,s=r.name!==void 0?r.name:t;if(kL(i)&&DL(i,s,r),r.global)n?e[t]=i:NL(t,i);else{try{r.unsafe?e[t]&&(n=!0):delete e[t]}catch{}n?e[t]=i:wL.f(e,t,{value:i,enumerable:!1,configurable:!r.nonConfigurable,writable:!r.nonWritable})}return e},dd={},PL=Math.ceil,OL=Math.floor,ML=Math.trunc||function(e){var t=+e;return(t>0?OL:PL)(t)},LL=ML,Kn=function(e){var t=+e;return t!=t||t===0?0:LL(t)},xL=Kn,UL=Math.max,VL=Math.min,hd=function(e,t){var i=xL(e);return i<0?UL(i+t,0):VL(i,t)},FL=Kn,BL=Math.min,js=function(e){var t=FL(e);return t>0?BL(t,9007199254740991):0},HL=js,Lr=function(e){return HL(e.length)},WL=bt,GL=hd,jL=Lr,lS=function(e){return function(t,i,r){var n=WL(t),s=jL(n);if(s===0)return!e&&-1;var o,l=GL(r,s);if(e&&i!=i){for(;s>l;)if((o=n[l++])!=o)return!0}else for(;s>l;l++)if((e||l in n)&&n[l]===i)return e||l||0;return!e&&-1}},cS={includes:lS(!0),indexOf:lS(!1)},ff=ui,zL=bt,KL=cS.indexOf,JL=cf,uS=X([].push),dS=function(e,t){var i,r=zL(e),n=0,s=[];for(i in r)!ff(JL,i)&&ff(r,i)&&uS(s,i);for(;t.length>n;)ff(r,i=t[n++])&&(~KL(s,i)||uS(s,i));return s},_f=["constructor","hasOwnProperty","isPrototypeOf","propertyIsEnumerable","toLocaleString","toString","valueOf"],YL=dS,qL=_f.concat("length","prototype");dd.f=Object.getOwnPropertyNames||function(e){return YL(e,qL)};var gf={};gf.f=Object.getOwnPropertySymbols;var XL=Mt,QL=dd,ZL=gf,$L=yi,e3=X([].concat),t3=XL("Reflect","ownKeys")||function(e){var t=QL.f($L(e)),i=ZL.f;return i?e3(t,i(e)):t},hS=ui,i3=t3,r3=I,n3=Xi,vf=function(e,t,i){for(var r=i3(t),n=n3.f,s=r3.f,o=0;o<r.length;o++){var l=r[o];hS(e,l)||i&&hS(i,l)||n(e,l,s(t,l))}},s3=S,a3=$e,o3=/#|\.prototype\./,bl=function(e,t){var i=c3[l3(e)];return i===d3||i!==u3&&(a3(t)?s3(t):!!t)},l3=bl.normalize=function(e){return String(e).replace(o3,".").toLowerCase()},c3=bl.data={},u3=bl.NATIVE="N",d3=bl.POLYFILL="P",Ef=bl,pd=y,h3=I.f,p3=nn,m3=Qi,f3=Il,_3=vf,g3=Ef,It=function(e,t){var i,r,n,s,o,l=e.target,c=e.global,h=e.stat;if(i=c?pd:h?pd[l]||f3(l,{}):pd[l]&&pd[l].prototype)for(r in t){if(s=t[r],n=e.dontCallGetSet?(o=h3(i,r))&&o.value:i[r],!g3(c?r:l+(h?".":"#")+r,e.forced)&&n!==void 0){if(typeof s==typeof n)continue;_3(s,n)}(e.sham||n&&n.sham)&&p3(s,"sham",!0),m3(i,r,s,e)}},pS={};pS[xt("toStringTag")]="z";var v3=String(pS)==="[object z]",E3=$e,md=ne,y3=xt("toStringTag"),T3=Object,S3=md((function(){return arguments})())==="Arguments",Jn=v3?md:function(e){var t,i,r;return e===void 0?"Undefined":e===null?"Null":typeof(i=(function(n,s){try{return n[s]}catch{}})(t=T3(e),y3))=="string"?i:S3?md(t):(r=md(t))==="Object"&&E3(t.callee)?"Arguments":r},I3=Jn,R3=String,Bi=function(e){if(I3(e)==="Symbol")throw new TypeError("Cannot convert a Symbol value to a string");return R3(e)},mS=oS,A3=Xi,zs=function(e,t,i){return i.get&&mS(i.get,t,{getter:!0}),i.set&&mS(i.set,t,{setter:!0}),A3.f(e,t,i)},b3=It,C3=E,fd=X,k3=ui,w3=$e,D3=Lt,N3=Bi,P3=zs,O3=vf,sn=y.Symbol,Ks=sn&&sn.prototype;if(C3&&w3(sn)&&(!("description"in Ks)||sn().description!==void 0)){var fS={},_d=function(){var e=arguments.length<1||arguments[0]===void 0?void 0:N3(arguments[0]),t=D3(Ks,this)?new sn(e):e===void 0?sn():sn(e);return e===""&&(fS[t]=!0),t};O3(_d,sn),_d.prototype=Ks,Ks.constructor=_d;var M3=String(sn("description detection"))==="Symbol(description detection)",L3=fd(Ks.valueOf),x3=fd(Ks.toString),U3=/^Symbol\((.*)\)[^)]+$/,V3=fd("".replace),F3=fd("".slice);P3(Ks,"description",{configurable:!0,get:function(){var e=L3(this);if(k3(fS,e))return"";var t=x3(e),i=M3?F3(t,7,-1):V3(t,U3,"$1");return i===""?void 0:i}}),b3({global:!0,constructor:!0,forced:!0},{Symbol:_d})}var _S={},B3=dS,H3=_f,gS=Object.keys||function(e){return B3(e,H3)},W3=E,G3=QT,j3=Xi,z3=yi,K3=bt,J3=gS;_S.f=W3&&!G3?Object.defineProperties:function(e,t){z3(e);for(var i,r=K3(t),n=J3(t),s=n.length,o=0;s>o;)j3.f(e,i=n[o++],r[i]);return e};var gd,vS=Mt("document","documentElement"),Y3=yi,q3=_S,ES=_f,X3=cf,Q3=vS,Z3=sd,yf="prototype",Tf="script",yS=lf("IE_PROTO"),Sf=function(){},TS=function(e){return"<"+Tf+">"+e+"</"+Tf+">"},SS=function(e){e.write(TS("")),e.close();var t=e.parentWindow.Object;return e=null,t},vd=function(){try{gd=new ActiveXObject("htmlfile")}catch{}vd=typeof document<"u"?document.domain&&gd?SS(gd):(function(){var t,i=Z3("iframe"),r="java"+Tf+":";return i.style.display="none",Q3.appendChild(i),i.src=String(r),(t=i.contentWindow.document).open(),t.write(TS("document.F=Object")),t.close(),t.F})():SS(gd);for(var e=ES.length;e--;)delete vd[yf][ES[e]];return vd()};X3[yS]=!0;var Ya=Object.create||function(e,t){var i;return e!==null?(Sf[yf]=Y3(e),i=new Sf,Sf[yf]=null,i[yS]=e):i=vd(),t===void 0?i:q3.f(i,t)},$3=xt,ex=Ya,tx=Xi.f,If=$3("unscopables"),Rf=Array.prototype;Rf[If]===void 0&&tx(Rf,If,{configurable:!0,value:ex(null)});var IS=function(e){Rf[If][e]=!0},ix=cS.includes,rx=IS;It({target:"Array",proto:!0,forced:S(function(){return!Array(1).includes()})},{includes:function(e){return ix(this,e,arguments.length>1?arguments[1]:void 0)}}),rx("includes");var Js,RS,AS,Cl={},nx=!S(function(){function e(){}return e.prototype.constructor=null,Object.getPrototypeOf(new e)!==e.prototype}),sx=ui,ax=$e,ox=pr,lx=nx,bS=lf("IE_PROTO"),Af=Object,cx=Af.prototype,Ed=lx?Af.getPrototypeOf:function(e){var t=ox(e);if(sx(t,bS))return t[bS];var i=t.constructor;return ax(i)&&t instanceof i?i.prototype:t instanceof Af?cx:null},ux=S,dx=$e,hx=Et,CS=Ed,px=Qi,bf=xt("iterator"),kS=!1;[].keys&&("next"in(AS=[].keys())?(RS=CS(CS(AS)))!==Object.prototype&&(Js=RS):kS=!0);var mx=!hx(Js)||ux(function(){var e={};return Js[bf].call(e)!==e});mx&&(Js={}),dx(Js[bf])||px(Js,bf,function(){return this});var Cf={IteratorPrototype:Js,BUGGY_SAFARI_ITERATORS:kS},fx=Xi.f,_x=ui,wS=xt("toStringTag"),Ys=function(e,t,i){e&&!i&&(e=e.prototype),e&&!_x(e,wS)&&fx(e,wS,{configurable:!0,value:t})},gx=Cf.IteratorPrototype,vx=Ya,Ex=F,yx=Ys,Tx=Cl,Sx=function(){return this},DS=function(e,t,i,r){var n=t+" Iterator";return e.prototype=vx(gx,{next:Ex(+!r,i)}),yx(e,n,!1),Tx[n]=Sx,e},Ix=X,Rx=Oi,Ax=Et,bx=function(e){return Ax(e)||e===null},Cx=String,kx=TypeError,wx=function(e,t,i){try{return Ix(Rx(Object.getOwnPropertyDescriptor(e,t)[i]))}catch{}},Dx=Et,Nx=se,Px=function(e){if(bx(e))return e;throw new kx("Can't set "+Cx(e)+" as a prototype")},qa=Object.setPrototypeOf||("__proto__"in{}?(function(){var e,t=!1,i={};try{(e=wx(Object.prototype,"__proto__","set"))(i,[]),t=i instanceof Array}catch{}return function(r,n){return Nx(r),Px(n),Dx(r)&&(t?e(r,n):r.__proto__=n),r}})():void 0),Ox=It,Mx=A,Lx=$e,xx=DS,NS=Ed,PS=qa,Ux=Ys,Vx=nn,kf=Qi,Fx=Cl,Bx=Ka.PROPER,Hx=Ka.CONFIGURABLE,OS=Cf.IteratorPrototype,yd=Cf.BUGGY_SAFARI_ITERATORS,kl=xt("iterator"),MS="keys",wl="values",LS="entries",Wx=function(){return this},xS=function(e,t,i,r,n,s,o){xx(i,t,r);var l,c,h,_=function(Y){if(Y===n&&x)return x;if(!yd&&Y&&Y in b)return b[Y];switch(Y){case MS:case wl:case LS:return function(){return new i(this,Y)}}return function(){return new i(this)}},f=t+" Iterator",T=!1,b=e.prototype,C=b[kl]||b["@@iterator"]||n&&b[n],x=!yd&&C||_(n),B=t==="Array"&&b.entries||C;if(B&&(l=NS(B.call(new e)))!==Object.prototype&&l.next&&(NS(l)!==OS&&(PS?PS(l,OS):Lx(l[kl])||kf(l,kl,Wx)),Ux(l,f,!0)),Bx&&n===wl&&C&&C.name!==wl&&(Hx?Vx(b,"name",wl):(T=!0,x=function(){return Mx(C,this)})),n)if(c={values:_(wl),keys:s?x:_(MS),entries:_(LS)},o)for(h in c)(yd||T||!(h in b))&&kf(b,h,c[h]);else Ox({target:t,proto:!0,forced:yd||T},c);return b[kl]!==x&&kf(b,kl,x,{name:n}),Fx[t]=x,c},wf=function(e,t){return{value:e,done:t}},Gx=bt,Df=IS,US=Cl,VS=Mi,jx=Xi.f,zx=xS,Td=wf,Kx=E,FS="Array Iterator",Jx=VS.set,Yx=VS.getterFor(FS),qx=zx(Array,"Array",function(e,t){Jx(this,{type:FS,target:Gx(e),index:0,kind:t})},function(){var e=Yx(this),t=e.target,i=e.index++;if(!t||i>=t.length)return e.target=null,Td(void 0,!0);switch(e.kind){case"keys":return Td(i,!1);case"values":return Td(t[i],!1)}return Td([i,t[i]],!1)},"values"),BS=US.Arguments=US.Array;if(Df("keys"),Df("values"),Df("entries"),Kx&&BS.name!=="values")try{jx(BS,"name",{value:"values"})}catch{}var Xx=Oi,Qx=pr,Zx=we,$x=Lr,HS=TypeError,WS="Reduce of empty array with no initial value",GS=function(e){return function(t,i,r,n){var s=Qx(t),o=Zx(s),l=$x(s);if(Xx(i),l===0&&r<2)throw new HS(WS);var c=e?l-1:0,h=e?-1:1;if(r<2)for(;;){if(c in o){n=o[c],c+=h;break}if(c+=h,e?c<0:l<=c)throw new HS(WS)}for(;e?c>=0:l>c;c+=h)c in o&&(n=i(n,o[c],c,s));return n}},jS={left:GS(!1),right:GS(!0)},e4=S,Sd=function(e,t){var i=[][e];return!!i&&e4(function(){i.call(null,t||function(){return 1},1)})},Dl=y,t4=ae,i4=ne,Id=function(e){return t4.slice(0,e.length)===e},Nf=Id("Bun/")?"BUN":Id("Cloudflare-Workers")?"CLOUDFLARE":Id("Deno/")?"DENO":Id("Node.js/")?"NODE":Dl.Bun&&typeof Bun.version=="string"?"BUN":Dl.Deno&&typeof Deno.version=="object"?"DENO":i4(Dl.process)==="process"?"NODE":Dl.window&&Dl.document?"BROWSER":"REST",Nl=Nf==="NODE",r4=jS.left;It({target:"Array",proto:!0,forced:!Nl&&Ei>79&&Ei<83||!Sd("reduce")},{reduce:function(e){var t=arguments.length;return r4(this,e,t,t>1?arguments[1]:void 0)}});var n4=jS.right;It({target:"Array",proto:!0,forced:!Nl&&Ei>79&&Ei<83||!Sd("reduceRight")},{reduceRight:function(e){return n4(this,e,arguments.length,arguments.length>1?arguments[1]:void 0)}});var s4=ne,zS=Array.isArray||function(e){return s4(e)==="Array"},a4=It,o4=zS,l4=X([].reverse),KS=[1,2];a4({target:"Array",proto:!0,forced:String(KS)===String(KS.reverse())},{reverse:function(){return o4(this)&&(this.length=this.length),l4(this)}});var JS=jn,c4=TypeError,Pl=X([].slice),YS=Pl,u4=Math.floor,Pf=function(e,t){var i=e.length;if(i<8)for(var r,n,s=1;s<i;){for(n=s,r=e[s];n&&t(e[n-1],r)>0;)e[n]=e[--n];n!==s++&&(e[n]=r)}else for(var o=u4(i/2),l=Pf(YS(e,0,o),t),c=Pf(YS(e,o),t),h=l.length,_=c.length,f=0,T=0;f<h||T<_;)e[f+T]=f<h&&T<_?t(l[f],c[T])<=0?l[f++]:c[T++]:f<h?l[f++]:c[T++];return e},Of=Pf,qS=ae.match(/firefox\/(\d+)/i),XS=!!qS&&+qS[1],QS=/MSIE|Trident/.test(ae),ZS=ae.match(/AppleWebKit\/(\d+)\./),$S=!!ZS&&+ZS[1],d4=It,eI=X,h4=Oi,p4=pr,tI=Lr,m4=function(e,t){if(!delete e[t])throw new c4("Cannot delete property "+JS(t)+" of "+JS(e))},iI=Bi,Mf=S,f4=Of,_4=Sd,rI=XS,g4=QS,nI=Ei,sI=$S,Yn=[],aI=eI(Yn.sort),v4=eI(Yn.push),E4=Mf(function(){Yn.sort(void 0)}),y4=Mf(function(){Yn.sort(null)}),T4=_4("sort"),oI=!Mf(function(){if(nI)return nI<70;if(!(rI&&rI>3)){if(g4)return!0;if(sI)return sI<603;var e,t,i,r,n="";for(e=65;e<76;e++){switch(t=String.fromCharCode(e),e){case 66:case 69:case 70:case 72:i=3;break;case 68:case 71:i=4;break;default:i=2}for(r=0;r<47;r++)Yn.push({k:t+r,v:i})}for(Yn.sort(function(s,o){return o.v-s.v}),r=0;r<Yn.length;r++)t=Yn[r].k.charAt(0),n.charAt(n.length-1)!==t&&(n+=t);return n!=="DGBEFHACIJK"}});d4({target:"Array",proto:!0,forced:E4||!y4||!T4||!oI},{sort:function(e){e!==void 0&&h4(e);var t=p4(this);if(oI)return e===void 0?aI(t):aI(t,e);var i,r,n=[],s=tI(t);for(r=0;r<s;r++)r in t&&v4(n,t[r]);for(f4(n,(function(o){return function(l,c){return c===void 0?-1:l===void 0?1:o!==void 0?+o(l,c)||0:iI(l)>iI(c)?1:-1}})(e)),i=tI(n),r=0;r<i;)t[r]=n[r++];for(;r<s;)m4(t,r++);return t}});var lI=typeof ArrayBuffer<"u"&&typeof DataView<"u",S4=Qi,cI=function(e,t,i){for(var r in t)S4(e,r,t[r],i);return e},I4=Lt,R4=TypeError,Ol=function(e,t){if(I4(t,e))return e;throw new R4("Incorrect invocation")},A4=Kn,b4=js,C4=RangeError,uI=function(e){if(e===void 0)return 0;var t=A4(e),i=b4(t);if(t!==i)throw new C4("Wrong length or index");return i},k4=Math.sign||function(e){var t=+e;return t===0||t!=t?t:t<0?-1:1},dI=4503599627370496,w4=k4,D4=function(e){return e+dI-dI},N4=Math.abs,P4=function(e,t,i,r){var n=+e,s=N4(n),o=w4(n);if(s<r)return o*D4(s/r/t)*r*t;var l=(1+t/2220446049250313e-31)*s,c=l-(l-s);return c>i||c!=c?1/0*o:o*c},O4=Math.fround||function(e){return P4(e,11920928955078125e-23,34028234663852886e22,11754943508222875e-54)},M4=Array,L4=Math.abs,an=Math.pow,x4=Math.floor,U4=Math.log,V4=Math.LN2,F4={pack:function(e,t,i){var r,n,s,o=M4(i),l=8*i-t-1,c=(1<<l)-1,h=c>>1,_=t===23?an(2,-24)-an(2,-77):0,f=e<0||e===0&&1/e<0?1:0,T=0;for((e=L4(e))!=e||e===1/0?(n=e!=e?1:0,r=c):(r=x4(U4(e)/V4),e*(s=an(2,-r))<1&&(r--,s*=2),(e+=r+h>=1?_/s:_*an(2,1-h))*s>=2&&(r++,s/=2),r+h>=c?(n=0,r=c):r+h>=1?(n=(e*s-1)*an(2,t),r+=h):(n=e*an(2,h-1)*an(2,t),r=0));t>=8;)o[T++]=255&n,n/=256,t-=8;for(r=r<<t|n,l+=t;l>0;)o[T++]=255&r,r/=256,l-=8;return o[T-1]|=128*f,o},unpack:function(e,t){var i,r=e.length,n=8*r-t-1,s=(1<<n)-1,o=s>>1,l=n-7,c=r-1,h=e[c--],_=127&h;for(h>>=7;l>0;)_=256*_+e[c--],l-=8;for(i=_&(1<<-l)-1,_>>=-l,l+=t;l>0;)i=256*i+e[c--],l-=8;if(_===0)_=1-o;else{if(_===s)return i?NaN:h?-1/0:1/0;i+=an(2,t),_-=o}return(h?-1:1)*i*an(2,_-t)}},B4=pr,hI=hd,H4=Lr,pI=function(e){for(var t=B4(this),i=H4(t),r=arguments.length,n=hI(r>1?arguments[1]:void 0,i),s=r>2?arguments[2]:void 0,o=s===void 0?i:hI(s,i);o>n;)t[n++]=e;return t},W4=$e,G4=Et,mI=qa,Lf=function(e,t,i){var r,n;return mI&&W4(r=t.constructor)&&r!==i&&G4(n=r.prototype)&&n!==i.prototype&&mI(e,n),e},Rd=y,xf=X,Uf=E,j4=lI,z4=nn,K4=zs,fI=cI,Vf=S,Ad=Ol,J4=Kn,Y4=js,bd=uI,q4=O4,_I=F4,X4=Ed,gI=qa,Q4=pI,Z4=Pl,$4=Lf,e5=vf,vI=Ys,Ff=Mi,t5=Ka.PROPER,EI=Ka.CONFIGURABLE,Xa="ArrayBuffer",Cd="DataView",Qa="prototype",yI="Wrong index",TI=Ff.getterFor(Xa),Ml=Ff.getterFor(Cd),SI=Ff.set,mr=Rd[Xa],fr=mr,Za=fr&&fr[Qa],on=Rd[Cd],qs=on&&on[Qa],II=Object.prototype,i5=Rd.Array,kd=Rd.RangeError,r5=xf(Q4),n5=xf([].reverse),RI=_I.pack,AI=_I.unpack,bI=function(e){return[255&e]},CI=function(e){return[255&e,e>>8&255]},kI=function(e){return[255&e,e>>8&255,e>>16&255,e>>24&255]},wI=function(e){return e[3]<<24|e[2]<<16|e[1]<<8|e[0]},s5=function(e){return RI(q4(e),23,4)},a5=function(e){return RI(e,52,8)},wd=function(e,t,i){K4(e[Qa],t,{configurable:!0,get:function(){return i(this)[t]}})},qn=function(e,t,i,r){var n=Ml(e),s=bd(i),o=!!r;if(s+t>n.byteLength)throw new kd(yI);var l=n.bytes,c=s+n.byteOffset,h=Z4(l,c,c+t);return o?h:n5(h)},Xn=function(e,t,i,r,n,s){var o=Ml(e),l=bd(i),c=r(+n),h=!!s;if(l+t>o.byteLength)throw new kd(yI);for(var _=o.bytes,f=l+o.byteOffset,T=0;T<t;T++)_[f+T]=c[h?T:t-T-1]};if(j4){var DI=t5&&mr.name!==Xa;Vf(function(){mr(1)})&&Vf(function(){new mr(-1)})&&!Vf(function(){return new mr,new mr(1.5),new mr(NaN),mr.length!==1||DI&&!EI})?DI&&EI&&z4(mr,"name",Xa):((fr=function(e){return Ad(this,Za),$4(new mr(bd(e)),this,fr)})[Qa]=Za,Za.constructor=fr,e5(fr,mr)),gI&&X4(qs)!==II&&gI(qs,II);var Dd=new on(new fr(2)),NI=xf(qs.setInt8);Dd.setInt8(0,2147483648),Dd.setInt8(1,2147483649),!Dd.getInt8(0)&&Dd.getInt8(1)||fI(qs,{setInt8:function(e,t){NI(this,e,t<<24>>24)},setUint8:function(e,t){NI(this,e,t<<24>>24)}},{unsafe:!0})}else Za=(fr=function(e){Ad(this,Za);var t=bd(e);SI(this,{type:Xa,bytes:r5(i5(t),0),byteLength:t}),Uf||(this.byteLength=t,this.detached=!1)})[Qa],qs=(on=function(e,t,i){Ad(this,qs),Ad(e,Za);var r=TI(e),n=r.byteLength,s=J4(t);if(s<0||s>n)throw new kd("Wrong offset");if(s+(i=i===void 0?n-s:Y4(i))>n)throw new kd("Wrong length");SI(this,{type:Cd,buffer:e,byteLength:i,byteOffset:s,bytes:r.bytes}),Uf||(this.buffer=e,this.byteLength=i,this.byteOffset=s)})[Qa],Uf&&(wd(fr,"byteLength",TI),wd(on,"buffer",Ml),wd(on,"byteLength",Ml),wd(on,"byteOffset",Ml)),fI(qs,{getInt8:function(e){return qn(this,1,e)[0]<<24>>24},getUint8:function(e){return qn(this,1,e)[0]},getInt16:function(e){var t=qn(this,2,e,arguments.length>1&&arguments[1]);return(t[1]<<8|t[0])<<16>>16},getUint16:function(e){var t=qn(this,2,e,arguments.length>1&&arguments[1]);return t[1]<<8|t[0]},getInt32:function(e){return wI(qn(this,4,e,arguments.length>1&&arguments[1]))},getUint32:function(e){return wI(qn(this,4,e,arguments.length>1&&arguments[1]))>>>0},getFloat32:function(e){return AI(qn(this,4,e,arguments.length>1&&arguments[1]),23)},getFloat64:function(e){return AI(qn(this,8,e,arguments.length>1&&arguments[1]),52)},setInt8:function(e,t){Xn(this,1,e,bI,t)},setUint8:function(e,t){Xn(this,1,e,bI,t)},setInt16:function(e,t){Xn(this,2,e,CI,t,arguments.length>2&&arguments[2])},setUint16:function(e,t){Xn(this,2,e,CI,t,arguments.length>2&&arguments[2])},setInt32:function(e,t){Xn(this,4,e,kI,t,arguments.length>2&&arguments[2])},setUint32:function(e,t){Xn(this,4,e,kI,t,arguments.length>2&&arguments[2])},setFloat32:function(e,t){Xn(this,4,e,s5,t,arguments.length>2&&arguments[2])},setFloat64:function(e,t){Xn(this,8,e,a5,t,arguments.length>2&&arguments[2])}});vI(fr,Xa),vI(on,Cd);var Nd={ArrayBuffer:fr,DataView:on},o5=Mt,l5=zs,c5=E,PI=xt("species"),Pd=function(e){var t=o5(e);c5&&t&&!t[PI]&&l5(t,PI,{configurable:!0,get:function(){return this}})},u5=Pd,Bf="ArrayBuffer",OI=Nd[Bf];It({global:!0,constructor:!0,forced:y[Bf]!==OI},{ArrayBuffer:OI}),u5(Bf);var d5=ne,h5=X,Od=function(e){if(d5(e)==="Function")return h5(e)},p5=It,Hf=Od,m5=S,MI=yi,LI=hd,f5=js,Wf=Nd.ArrayBuffer,Gf=Nd.DataView,xI=Gf.prototype,UI=Hf(Wf.prototype.slice),_5=Hf(xI.getUint8),g5=Hf(xI.setUint8);p5({target:"ArrayBuffer",proto:!0,unsafe:!0,forced:m5(function(){return!new Wf(2).slice(1,void 0).byteLength})},{slice:function(e,t){if(UI&&t===void 0)return UI(MI(this),e);for(var i=MI(this).byteLength,r=LI(e,i),n=LI(t===void 0?i:t,i),s=new Wf(f5(n-r)),o=new Gf(this),l=new Gf(s),c=0;r<n;)g5(l,c++,_5(o,r++));return s}});var v5=y,E5=X,y5=S,VI=$e,T5=Jn,S5=of,FI=function(){},BI=Mt("Reflect","construct"),jf=/^\s*(?:class|function)\b/,I5=E5(jf.exec),R5=!jf.test(FI),Ll=function(e){if(!VI(e))return!1;try{return BI(FI,[],e),!0}catch{return!1}},HI=function(e){if(!VI(e))return!1;switch(T5(e)){case"AsyncFunction":case"GeneratorFunction":case"AsyncGeneratorFunction":return!1}try{return R5||!!I5(jf,S5(e))}catch{return!0}};HI.sham=!0;var xl,$a,WI,zf,Kf=!BI||y5(function(){var e;return Ll(Ll.call)||!Ll(Object)||!Ll(function(){e=!0})||e})?HI:Ll,A5=Kf,b5=jn,C5=TypeError,GI=function(e){if(A5(e))return e;throw new C5(b5(e)+" is not a constructor")},jI=yi,k5=GI,w5=tt,D5=xt("species"),zI=function(e,t){var i,r=jI(e).constructor;return r===void 0||w5(i=jI(r)[D5])?t:k5(i)},N5=R,KI=Function.prototype,JI=KI.apply,YI=KI.call,Jf=typeof Reflect=="object"&&Reflect.apply||(N5?YI.bind(JI):function(){return YI.apply(JI,arguments)}),P5=Oi,O5=R,M5=Od(Od.bind),Qn=function(e,t){return P5(e),t===void 0?e:O5?M5(e,t):function(){return e.apply(t,arguments)}},L5=TypeError,Md=function(e,t){if(e<t)throw new L5("Not enough arguments");return e},qI=/(?:ipad|iphone|ipod).*applewebkit/i.test(ae),Hi=y,x5=Jf,U5=Qn,XI=$e,V5=ui,QI=S,ZI=vS,F5=Pl,$I=sd,B5=Md,H5=qI,W5=Nl,Yf=Hi.setImmediate,qf=Hi.clearImmediate,G5=Hi.process,Xf=Hi.Dispatch,j5=Hi.Function,eR=Hi.MessageChannel,z5=Hi.String,Qf=0,Ul={},tR="onreadystatechange";QI(function(){xl=Hi.location});var Zf=function(e){if(V5(Ul,e)){var t=Ul[e];delete Ul[e],t()}},$f=function(e){return function(){Zf(e)}},iR=function(e){Zf(e.data)},rR=function(e){Hi.postMessage(z5(e),xl.protocol+"//"+xl.host)};Yf&&qf||(Yf=function(e){B5(arguments.length,1);var t=XI(e)?e:j5(e),i=F5(arguments,1);return Ul[++Qf]=function(){x5(t,void 0,i)},$a(Qf),Qf},qf=function(e){delete Ul[e]},W5?$a=function(e){G5.nextTick($f(e))}:Xf&&Xf.now?$a=function(e){Xf.now($f(e))}:eR&&!H5?(zf=(WI=new eR).port2,WI.port1.onmessage=iR,$a=U5(zf.postMessage,zf)):Hi.addEventListener&&XI(Hi.postMessage)&&!Hi.importScripts&&xl&&xl.protocol!=="file:"&&!QI(rR)?($a=rR,Hi.addEventListener("message",iR,!1)):$a=tR in $I("script")?function(e){ZI.appendChild($I("script"))[tR]=function(){ZI.removeChild(this),Zf(e)}}:function(e){setTimeout($f(e),0)});var Ld={set:Yf,clear:qf},nR=y,K5=E,J5=Object.getOwnPropertyDescriptor,sR=function(e){if(!K5)return nR[e];var t=J5(nR,e);return t&&t.value},aR=function(){this.head=null,this.tail=null};aR.prototype={add:function(e){var t={item:e,next:null},i=this.tail;i?i.next=t:this.head=t,this.tail=t},get:function(){var e=this.head;if(e)return(this.head=e.next)===null&&(this.tail=null),e.item}};var eo,e_,t_,i_,oR,lR=aR,Y5=/ipad|iphone|ipod/i.test(ae)&&typeof Pebble<"u",q5=/web0s(?!.*chrome)/i.test(ae),to=y,X5=sR,cR=Qn,r_=Ld.set,Q5=lR,Z5=qI,$5=Y5,e6=q5,n_=Nl,uR=to.MutationObserver||to.WebKitMutationObserver,dR=to.document,hR=to.process,xd=to.Promise,s_=X5("queueMicrotask");if(!s_){var Ud=new Q5,Vd=function(){var e,t;for(n_&&(e=hR.domain)&&e.exit();t=Ud.get();)try{t()}catch(i){throw Ud.head&&eo(),i}e&&e.enter()};Z5||n_||e6||!uR||!dR?!$5&&xd&&xd.resolve?((i_=xd.resolve(void 0)).constructor=xd,oR=cR(i_.then,i_),eo=function(){oR(Vd)}):n_?eo=function(){hR.nextTick(Vd)}:(r_=cR(r_,to),eo=function(){r_(Vd)}):(e_=!0,t_=dR.createTextNode(""),new uR(Vd).observe(t_,{characterData:!0}),eo=function(){t_.data=e_=!e_}),s_=function(e){Ud.head||eo(),Ud.add(e)}}var t6=s_,a_=function(e){try{return{error:!1,value:e()}}catch(t){return{error:!0,value:t}}},Vl=y.Promise,i6=y,Fl=Vl,r6=$e,n6=Ef,s6=of,a6=xt,pR=Nf,o_=Ei;Fl&&Fl.prototype;var o6=a6("species"),mR=!1,fR=r6(i6.PromiseRejectionEvent),l6=n6("Promise",function(){var e=s6(Fl),t=e!==String(Fl);if(!t&&o_===66)return!0;if(!o_||o_<51||!/native code/.test(e)){var i=new Fl(function(n){n(1)}),r=function(n){n(function(){},function(){})};if((i.constructor={})[o6]=r,!(mR=i.then(function(){})instanceof r))return!0}return!(t||pR!=="BROWSER"&&pR!=="DENO"||fR)}),Xs={CONSTRUCTOR:l6,REJECTION_EVENT:fR,SUBCLASSING:mR},io={},_R=Oi,c6=TypeError,u6=function(e){var t,i;this.promise=new e(function(r,n){if(t!==void 0||i!==void 0)throw new c6("Bad Promise constructor");t=r,i=n}),this.resolve=_R(t),this.reject=_R(i)};io.f=function(e){return new u6(e)};var l_,gR,vR,ER,d6=It,Fd=Nl,Zn=y,h6=v5,ro=A,yR=Qi,TR=qa,p6=Ys,m6=Pd,f6=Oi,Bd=$e,_6=Et,g6=Ol,v6=zI,SR=Ld.set,c_=t6,E6=function(e,t){try{arguments.length===1?console.error(e):console.error(e,t)}catch{}},y6=a_,T6=lR,IR=Mi,Hd=Vl,RR=io,Wd="Promise",AR=Xs.CONSTRUCTOR,S6=Xs.REJECTION_EVENT,I6=Xs.SUBCLASSING,u_=IR.getterFor(Wd),R6=IR.set,no=Hd&&Hd.prototype,so=Hd,Gd=no,bR=Zn.TypeError,d_=Zn.document,h_=Zn.process,p_=RR.f,A6=p_,b6=!!(d_&&d_.createEvent&&Zn.dispatchEvent),CR="unhandledrejection",kR=function(e){var t;return!(!_6(e)||!Bd(t=e.then))&&t},wR=function(e,t){var i,r,n,s=t.value,o=t.state===1,l=o?e.ok:e.fail,c=e.resolve,h=e.reject,_=e.domain;try{l?(o||(t.rejection===2&&k6(t),t.rejection=1),l===!0?i=s:(_&&_.enter(),i=l(s),_&&(_.exit(),n=!0)),i===e.promise?h(new bR("Promise-chain cycle")):(r=kR(i))?ro(r,i,c,h):c(i)):h(s)}catch(f){_&&!n&&_.exit(),h(f)}},DR=function(e,t){e.notified||(e.notified=!0,c_(function(){for(var i,r=e.reactions;i=r.get();)wR(i,e);e.notified=!1,t&&!e.rejection&&C6(e)}))},NR=function(e,t,i){var r,n;b6?((r=d_.createEvent("Event")).promise=t,r.reason=i,r.initEvent(e,!1,!0),Zn.dispatchEvent(r)):r={promise:t,reason:i},!S6&&(n=Zn["on"+e])?n(r):e===CR&&E6("Unhandled promise rejection",i)},C6=function(e){ro(SR,Zn,function(){var t,i=e.facade,r=e.value;if(PR(e)&&(t=y6(function(){Fd?h_.emit("unhandledRejection",r,i):NR(CR,i,r)}),e.rejection=Fd||PR(e)?2:1,t.error))throw t.value})},PR=function(e){return e.rejection!==1&&!e.parent},k6=function(e){ro(SR,Zn,function(){var t=e.facade;Fd?h_.emit("rejectionHandled",t):NR("rejectionhandled",t,e.value)})},ao=function(e,t,i){return function(r){e(t,r,i)}},oo=function(e,t,i){e.done||(e.done=!0,i&&(e=i),e.value=t,e.state=2,DR(e,!0))},m_=function(e,t,i){if(!e.done){e.done=!0,i&&(e=i);try{if(e.facade===t)throw new bR("Promise can't be resolved itself");var r=kR(t);r?c_(function(){var n={done:!1};try{ro(r,t,ao(m_,n,e),ao(oo,n,e))}catch(s){oo(n,s,e)}}):(e.value=t,e.state=1,DR(e,!1))}catch(n){oo({done:!1},n,e)}}};if(AR&&(Gd=(so=function(e){g6(this,Gd),f6(e),ro(l_,this);var t=u_(this);try{e(ao(m_,t),ao(oo,t))}catch(i){oo(t,i)}}).prototype,(l_=function(e){R6(this,{type:Wd,done:!1,notified:!1,parent:!1,reactions:new T6,rejection:!1,state:0,value:null})}).prototype=yR(Gd,"then",function(e,t){var i=u_(this),r=p_(v6(this,so));return i.parent=!0,r.ok=!Bd(e)||e,r.fail=Bd(t)&&t,r.domain=Fd?h_.domain:void 0,i.state===0?i.reactions.add(r):c_(function(){wR(r,i)}),r.promise}),gR=function(){var e=new l_,t=u_(e);this.promise=e,this.resolve=ao(m_,t),this.reject=ao(oo,t)},RR.f=p_=function(e){return e===so||e===vR?new gR(e):A6(e)},Bd(Hd)&&no!==Object.prototype)){ER=no.then,I6||yR(no,"then",function(e,t){var i=this;return new so(function(r,n){ro(ER,i,r,n)}).then(e,t)},{unsafe:!0});try{delete no.constructor}catch{}TR&&TR(no,Gd)}d6({global:!0,constructor:!0,wrap:!0,forced:AR},{Promise:so}),vR=h6.Promise,p6(so,Wd,!1),m6(Wd);var w6=Cl,D6=xt("iterator"),N6=Array.prototype,f_=function(e){return e!==void 0&&(w6.Array===e||N6[D6]===e)},P6=Jn,OR=zn,O6=tt,M6=Cl,L6=xt("iterator"),Bl=function(e){if(!O6(e))return OR(e,L6)||OR(e,"@@iterator")||M6[P6(e)]},x6=A,U6=Oi,V6=yi,F6=jn,B6=Bl,H6=TypeError,jd=function(e,t){var i=arguments.length<2?B6(e):t;if(U6(i))return V6(x6(i,e));throw new H6(F6(e)+" is not iterable")},W6=A,MR=yi,G6=zn,LR=function(e,t,i){var r,n;MR(e);try{if(!(r=G6(e,"return"))){if(t==="throw")throw i;return i}r=W6(r,e)}catch(s){n=!0,r=s}if(t==="throw")throw i;if(n)throw r;return MR(r),i},j6=Qn,z6=A,K6=yi,J6=jn,Y6=f_,q6=Lr,xR=Lt,X6=jd,Q6=Bl,UR=LR,Z6=TypeError,zd=function(e,t){this.stopped=e,this.result=t},VR=zd.prototype,FR=function(e,t,i){var r,n,s,o,l,c,h,_=i&&i.that,f=!(!i||!i.AS_ENTRIES),T=!(!i||!i.IS_RECORD),b=!(!i||!i.IS_ITERATOR),C=!(!i||!i.INTERRUPTED),x=j6(t,_),B=function(G){return r&&UR(r,"normal"),new zd(!0,G)},Y=function(G){return f?(K6(G),C?x(G[0],G[1],B):x(G[0],G[1])):C?x(G,B):x(G)};if(T)r=e.iterator;else if(b)r=e;else{if(!(n=Q6(e)))throw new Z6(J6(e)+" is not iterable");if(Y6(n)){for(s=0,o=q6(e);o>s;s++)if((l=Y(e[s]))&&xR(VR,l))return l;return new zd(!1)}r=X6(e,n)}for(c=T?e.next:r.next;!(h=z6(c,r)).done;){try{l=Y(h.value)}catch(G){UR(r,"throw",G)}if(typeof l=="object"&&l&&xR(VR,l))return l}return new zd(!1)},BR=xt("iterator"),HR=!1;try{var $6=0,WR={next:function(){return{done:!!$6++}},return:function(){HR=!0}};WR[BR]=function(){return this},Array.from(WR,function(){throw 2})}catch{}var GR=function(e,t){try{if(!t&&!HR)return!1}catch{return!1}var i=!1;try{var r={};r[BR]=function(){return{next:function(){return{done:i=!0}}}},e(r)}catch{}return i},eU=Vl,jR=Xs.CONSTRUCTOR||!GR(function(e){eU.all(e).then(void 0,function(){})}),tU=A,iU=Oi,rU=io,nU=a_,sU=FR;It({target:"Promise",stat:!0,forced:jR},{all:function(e){var t=this,i=rU.f(t),r=i.resolve,n=i.reject,s=nU(function(){var o=iU(t.resolve),l=[],c=0,h=1;sU(e,function(_){var f=c++,T=!1;h++,tU(o,t,_).then(function(b){T||(T=!0,l[f]=b,--h||r(l))},n)}),--h||r(l)});return s.error&&n(s.value),i.promise}});var aU=It,oU=Xs.CONSTRUCTOR,__=Vl,lU=Mt,cU=$e,uU=Qi,zR=__&&__.prototype;if(aU({target:"Promise",proto:!0,forced:oU,real:!0},{catch:function(e){return this.then(void 0,e)}}),cU(__)){var KR=lU("Promise").prototype.catch;zR.catch!==KR&&uU(zR,"catch",KR,{unsafe:!0})}var dU=A,hU=Oi,pU=io,mU=a_,fU=FR;It({target:"Promise",stat:!0,forced:jR},{race:function(e){var t=this,i=pU.f(t),r=i.reject,n=mU(function(){var s=hU(t.resolve);fU(e,function(o){dU(s,t,o).then(i.resolve,r)})});return n.error&&r(n.value),i.promise}});var _U=io;It({target:"Promise",stat:!0,forced:Xs.CONSTRUCTOR},{reject:function(e){var t=_U.f(this);return(0,t.reject)(e),t.promise}});var gU=yi,vU=Et,EU=io,JR=function(e,t){if(gU(e),vU(t)&&t.constructor===e)return t;var i=EU.f(e);return(0,i.resolve)(t),i.promise},yU=It,TU=Xs.CONSTRUCTOR,SU=JR;Mt("Promise"),yU({target:"Promise",stat:!0,forced:TU},{resolve:function(e){return SU(this,e)}});var IU=It,Kd=Vl,RU=S,YR=Mt,qR=$e,AU=zI,XR=JR,bU=Qi,g_=Kd&&Kd.prototype;if(IU({target:"Promise",proto:!0,real:!0,forced:!!Kd&&RU(function(){g_.finally.call({then:function(){}},function(){})})},{finally:function(e){var t=AU(this,YR("Promise")),i=qR(e);return this.then(i?function(r){return XR(t,e()).then(function(){return r})}:e,i?function(r){return XR(t,e()).then(function(){throw r})}:e)}}),qR(Kd)){var QR=YR("Promise").prototype.finally;g_.finally!==QR&&bU(g_,"finally",QR,{unsafe:!0})}var CU=Et,kU=ne,wU=xt("match"),ZR=function(e){var t;return CU(e)&&((t=e[wU])!==void 0?!!t:kU(e)==="RegExp")},DU=S,$R=y.RegExp,NU=!DU(function(){var e=!0;try{$R(".","d")}catch{e=!1}var t={},i="",r=e?"dgimsy":"gimsy",n=function(l,c){Object.defineProperty(t,l,{get:function(){return i+=c,!0}})},s={dotAll:"s",global:"g",ignoreCase:"i",multiline:"m",sticky:"y"};for(var o in e&&(s.hasIndices="d"),s)n(o,s[o]);return Object.getOwnPropertyDescriptor($R.prototype,"flags").get.call(t)!==r||i!==r}),PU=yi,eA=function(){var e=PU(this),t="";return e.hasIndices&&(t+="d"),e.global&&(t+="g"),e.ignoreCase&&(t+="i"),e.multiline&&(t+="m"),e.dotAll&&(t+="s"),e.unicode&&(t+="u"),e.unicodeSets&&(t+="v"),e.sticky&&(t+="y"),t},OU=A,MU=ui,LU=Lt,tA={correct:NU},xU=eA,UU=RegExp.prototype,v_=tA.correct?function(e){return e.flags}:function(e){return tA.correct||!LU(UU,e)||MU(e,"flags")?e.flags:OU(xU,e)},E_=S,y_=y.RegExp,T_=E_(function(){var e=y_("a","y");return e.lastIndex=2,e.exec("abcd")!==null}),VU=T_||E_(function(){return!y_("a","y").sticky}),FU=T_||E_(function(){var e=y_("^r","gy");return e.lastIndex=2,e.exec("str")!==null}),iA={BROKEN_CARET:FU,MISSED_STICKY:VU,UNSUPPORTED_Y:T_},BU=Xi.f,HU=S,WU=y.RegExp,rA=HU(function(){var e=WU(".","s");return!(e.dotAll&&e.test(`
|
|
2
9
|
`)&&e.flags==="s")}),GU=S,jU=y.RegExp,nA=GU(function(){var e=jU("(?<a>b)","g");return e.exec("b").groups.a!=="b"||"b".replace(e,"$<a>c")!=="bc"}),zU=E,S_=y,Hl=X,KU=Ef,JU=Lf,YU=nn,qU=Ya,XU=dd.f,sA=Lt,QU=ZR,aA=Bi,ZU=v_,oA=iA,$U=function(e,t,i){i in e||BU(e,i,{configurable:!0,get:function(){return t[i]},set:function(r){t[i]=r}})},eV=Qi,tV=S,iV=ui,rV=Mi.enforce,nV=Pd,lA=rA,cA=nA,sV=xt("match"),$n=S_.RegExp,lo=$n.prototype,aV=S_.SyntaxError,oV=Hl(lo.exec),Jd=Hl("".charAt),uA=Hl("".replace),dA=Hl("".indexOf),hA=Hl("".slice),lV=/^\?<[^\s\d!#%&*+<=>@^][^\s!#%&*+<=>@^]*>/,Qs=/a/g,I_=/a/g,cV=new $n(Qs)!==Qs,pA=oA.MISSED_STICKY,uV=oA.UNSUPPORTED_Y,dV=zU&&(!cV||pA||lA||cA||tV(function(){return I_[sV]=!1,$n(Qs)!==Qs||$n(I_)===I_||String($n(Qs,"i"))!=="/a/i"}));if(KU("RegExp",dV)){for(var Zs=function(e,t){var i,r,n,s,o,l,c=sA(lo,this),h=QU(e),_=t===void 0,f=[],T=e;if(!c&&h&&_&&e.constructor===Zs)return e;if((h||sA(lo,e))&&(e=e.source,_&&(t=ZU(T))),e=e===void 0?"":aA(e),t=t===void 0?"":aA(t),T=e,lA&&"dotAll"in Qs&&(r=!!t&&dA(t,"s")>-1)&&(t=uA(t,/s/g,"")),i=t,pA&&"sticky"in Qs&&(n=!!t&&dA(t,"y")>-1)&&uV&&(t=uA(t,/y/g,"")),cA&&(s=(function(b){for(var C,x=b.length,B=0,Y="",G=[],he=qU(null),H=!1,Z=!1,de=0,pe="";B<=x;B++){if((C=Jd(b,B))==="\\")C+=Jd(b,++B);else if(C==="]")H=!1;else if(!H)switch(!0){case C==="[":H=!0;break;case C==="(":if(Y+=C,hA(b,B+1,B+3)==="?:")continue;oV(lV,hA(b,B+1))&&(B+=2,Z=!0),de++;continue;case(C===">"&&Z):if(pe===""||iV(he,pe))throw new aV("Invalid capture group name");he[pe]=!0,G[G.length]=[pe,de],Z=!1,pe="";continue}Z?pe+=C:Y+=C}return[Y,G]})(e),e=s[0],f=s[1]),o=JU($n(e,t),c?this:lo,Zs),(r||n||f.length)&&(l=rV(o),r&&(l.dotAll=!0,l.raw=Zs((function(b){for(var C,x=b.length,B=0,Y="",G=!1;B<=x;B++)(C=Jd(b,B))!=="\\"?G||C!=="."?(C==="["?G=!0:C==="]"&&(G=!1),Y+=C):Y+="[\\s\\S]":Y+=C+Jd(b,++B);return Y})(e),i)),n&&(l.sticky=!0),f.length&&(l.groups=f)),e!==T)try{YU(o,"source",T===""?"(?:)":T)}catch{}return o},mA=XU($n),fA=0;mA.length>fA;)$U(Zs,$n,mA[fA++]);lo.constructor=Zs,Zs.prototype=lo,eV(S_,"RegExp",Zs,{constructor:!0})}nV("RegExp");var co=A,Yd=X,hV=Bi,pV=eA,mV=iA,fV=Ya,_V=Mi.get,gV=rA,vV=nA,EV=qm("native-string-replace",String.prototype.replace),qd=RegExp.prototype.exec,R_=qd,yV=Yd("".charAt),TV=Yd("".indexOf),SV=Yd("".replace),A_=Yd("".slice),b_=(function(){var e=/a/,t=/b*/g;return co(qd,e,"a"),co(qd,t,"a"),e.lastIndex!==0||t.lastIndex!==0})(),_A=mV.BROKEN_CARET,C_=/()??/.exec("")[1]!==void 0;(b_||C_||_A||gV||vV)&&(R_=function(e){var t,i,r,n,s,o,l,c=this,h=_V(c),_=hV(e),f=h.raw;if(f)return f.lastIndex=c.lastIndex,t=co(R_,f,_),c.lastIndex=f.lastIndex,t;var T=h.groups,b=_A&&c.sticky,C=co(pV,c),x=c.source,B=0,Y=_;if(b&&(C=SV(C,"y",""),TV(C,"g")===-1&&(C+="g"),Y=A_(_,c.lastIndex),c.lastIndex>0&&(!c.multiline||c.multiline&&yV(_,c.lastIndex-1)!==`
|
|
3
10
|
`)&&(x="(?: "+x+")",Y=" "+Y,B++),i=new RegExp("^(?:"+x+")",C)),C_&&(i=new RegExp("^"+x+"$(?!\\s)",C)),b_&&(r=c.lastIndex),n=co(qd,b?i:c,Y),b?n?(n.input=A_(n.input,B),n[0]=A_(n[0],B),n.index=c.lastIndex,c.lastIndex+=n[0].length):c.lastIndex=0:b_&&n&&(c.lastIndex=c.global?n.index+n[0].length:r),C_&&n&&n.length>1&&co(EV,n[0],i,function(){for(s=1;s<arguments.length-2;s++)arguments[s]===void 0&&(n[s]=void 0)}),n&&T)for(n.groups=o=fV(null),s=0;s<T.length;s++)o[(l=T[s])[0]]=n[l[1]];return n});var Xd=R_;It({target:"RegExp",proto:!0,forced:/./.exec!==Xd},{exec:Xd});var IV=Kn,RV=Bi,AV=se,bV=RangeError,gA=X,CV=js,vA=Bi,kV=function(e){var t=RV(AV(this)),i="",r=IV(e);if(r<0||r===1/0)throw new bV("Wrong number of repetitions");for(;r>0;(r>>>=1)&&(t+=t))1&r&&(i+=t);return i},wV=se,DV=gA(kV),NV=gA("".slice),PV=Math.ceil,OV=function(e){return function(t,i,r){var n,s,o=vA(wV(t)),l=CV(i),c=o.length,h=r===void 0?" ":vA(r);return l<=c||h===""?o:((s=DV(h,PV((n=l-c)/h.length))).length>n&&(s=NV(s,0,n)),e?o+s:s+o)}},MV={start:OV(!1)},LV=/Version\/10(?:\.\d+){1,2}(?: [\w./]+)?(?: Mobile\/\w+)? Safari\//.test(ae),xV=MV.start;It({target:"String",proto:!0,forced:LV},{padStart:function(e){return xV(this,e,arguments.length>1?arguments[1]:void 0)}});var EA=A,yA=Qi,UV=Xd,TA=S,SA=xt,Cz=SA("species"),IA=RegExp.prototype,k_=X,VV=Kn,FV=Bi,BV=se,HV=k_("".charAt),RA=k_("".charCodeAt),WV=k_("".slice),AA=function(e){return function(t,i){var r,n,s=FV(BV(t)),o=VV(i),l=s.length;return o<0||o>=l?e?"":void 0:(r=RA(s,o))<55296||r>56319||o+1===l||(n=RA(s,o+1))<56320||n>57343?e?HV(s,o):r:e?WV(s,o,o+2):n-56320+(r-55296<<10)+65536}},w_={codeAt:AA(!1),charAt:AA(!0)},GV=w_.charAt,D_=X,jV=pr,zV=Math.floor,N_=D_("".charAt),KV=D_("".replace),P_=D_("".slice),JV=/\$([$&'`]|\d{1,2}|<[^>]*>)/g,YV=/\$([$&'`]|\d{1,2})/g,bA=function(e,t,i,r,n,s){var o=i+e.length,l=r.length,c=YV;return n!==void 0&&(n=jV(n),c=JV),KV(s,c,function(h,_){var f;switch(N_(_,0)){case"$":return"$";case"&":return e;case"`":return P_(t,0,i);case"'":return P_(t,o);case"<":f=n[P_(_,1,-1)];break;default:var T=+_;if(T===0)return h;if(T>l){var b=zV(T/10);return b===0?h:b<=l?r[b-1]===void 0?N_(_,1):r[b-1]+N_(_,1):h}f=r[T-1]}return f===void 0?"":f})},CA=A,qV=yi,XV=$e,QV=ne,ZV=Xd,$V=TypeError,e8=Jf,kA=A,Qd=X,t8=function(e,t,i,r){var n=SA(e),s=!TA(function(){var h={};return h[n]=function(){return 7},""[e](h)!==7}),o=s&&!TA(function(){var h=!1,_=/a/,f;return _.exec=function(){return h=!0,null},_[n](""),!h});if(!s||!o||i){var l=/./[n],c=t(n,""[e],function(h,_,f,T,b){var C=_.exec;return C===UV||C===IA.exec?s&&!b?{done:!0,value:EA(l,_,f,T)}:{done:!0,value:EA(h,f,_,T)}:{done:!1}});yA(String.prototype,e,c[0]),yA(IA,n,c[1])}},i8=S,r8=yi,n8=$e,s8=Et,a8=Kn,o8=js,$s=Bi,l8=se,c8=function(e,t,i){return t+(i?GV(e,t).length:1)},u8=zn,d8=bA,h8=v_,p8=function(e,t){var i=e.exec;if(XV(i)){var r=CA(i,e,t);return r!==null&&qV(r),r}if(QV(e)==="RegExp")return CA(ZV,e,t);throw new $V("RegExp#exec called on incompatible receiver")},O_=xt("replace"),m8=Math.max,f8=Math.min,_8=Qd([].concat),M_=Qd([].push),Zd=Qd("".indexOf),wA=Qd("".slice),g8=function(e){return e===void 0?e:String(e)},v8="a".replace(/./,"$0")==="$0",DA=!!/./[O_]&&/./[O_]("a","$0")==="",E8=!i8(function(){var e=/./;return e.exec=function(){var t=[];return t.groups={a:"7"},t},"".replace(e,"$<a>")!=="7"});t8("replace",function(e,t,i){var r=DA?"$":"$0";return[function(n,s){var o=l8(this),l=s8(n)?u8(n,O_):void 0;return l?kA(l,n,o,s):kA(t,$s(o),n,s)},function(n,s){var o=r8(this),l=$s(n);if(typeof s=="string"&&Zd(s,r)===-1&&Zd(s,"$<")===-1){var c=i(t,o,l,s);if(c.done)return c.value}var h=n8(s);h||(s=$s(s));var _,f=$s(h8(o)),T=Zd(f,"g")!==-1;T&&(_=Zd(f,"u")!==-1,o.lastIndex=0);for(var b,C=[];(b=p8(o,l))!==null&&(M_(C,b),T);)$s(b[0])===""&&(o.lastIndex=c8(l,o8(o.lastIndex),_));for(var x="",B=0,Y=0;Y<C.length;Y++){for(var G,he=$s((b=C[Y])[0]),H=m8(f8(a8(b.index),l.length),0),Z=[],de=1;de<b.length;de++)M_(Z,g8(b[de]));var pe=b.groups;if(h){var Pe=_8([he],Z,H,l);pe!==void 0&&M_(Pe,pe),G=$s(e8(s,void 0,Pe))}else G=d8(he,l,H,Z,pe,s);H>=B&&(x+=wA(l,B,H)+G,B=H+he.length)}return x+wA(l,B)}]},!E8||!v8||DA);var NA=`
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "bl-trtc-callkit-vue",
|
|
3
3
|
"private": false,
|
|
4
|
-
"version": "1.0.
|
|
4
|
+
"version": "1.0.4",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/bl-trtc-callkit-vue.umd.cjs",
|
|
7
7
|
"module": "./dist/bl-trtc-callkit-vue.js",
|
|
@@ -10,8 +10,7 @@
|
|
|
10
10
|
".": {
|
|
11
11
|
"import": "./dist/bl-trtc-callkit-vue.js",
|
|
12
12
|
"require": "./dist/bl-trtc-callkit-vue.umd.cjs"
|
|
13
|
-
}
|
|
14
|
-
"./style.css": "./dist/bl-trtc-callkit-vue.css"
|
|
13
|
+
}
|
|
15
14
|
},
|
|
16
15
|
"files": ["dist"],
|
|
17
16
|
"scripts": {
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
@charset "UTF-8";.callkit-wrapper[data-v-989115b9]{width:100%;height:100%;position:fixed;top:0;left:0;z-index:999;background-color:#000c}.callkit-wrapper .bottom-controls[data-v-989115b9]{position:fixed;left:0;right:0;bottom:78px;display:flex;justify-content:space-evenly}.callkit-wrapper .operation-btn[data-v-989115b9]{display:flex;flex-direction:column;align-items:center;color:#fff;font-size:1rem;cursor:pointer}.callkit-wrapper .operation-btn img[data-v-989115b9]{width:64px;height:64px;margin-bottom:12px}.callkit-wrapper .equipment-btn img[data-v-989115b9]{border-radius:50%;padding:12px;box-sizing:border-box}.callkit-wrapper .equipment-btn--open img[data-v-989115b9]{background:#fff}.callkit-wrapper .equipment-btn--close img[data-v-989115b9]{background:#000c}.local-video[data-v-989115b9]{position:absolute;top:16px;right:16px;width:120px;height:160px;border-radius:8px;overflow:hidden;background:#000;z-index:1001;box-shadow:0 6px 18px #00000073;transition:transform .18s ease,opacity .18s ease}@media(max-width:600px){.local-video[data-v-989115b9]{width:90px;height:120px;top:12px;right:12px}}.player-container[data-v-989115b9]{display:grid;width:100%;min-height:100px;gap:10px;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));justify-items:center;max-height:100vh;box-sizing:border-box;padding:10px}.player-container .remote[data-v-989115b9]{width:auto;max-width:100%;max-height:100%;background:#000;position:relative;border-radius:6px;overflow:hidden;object-fit:contain}.player-container.single[data-v-989115b9]{display:flex;align-items:center;justify-content:center;height:100vh;padding:0}.player-container.single .remote[data-v-989115b9]{width:auto;max-width:100%;max-height:100%;margin:0}@media(max-width:600px){.player-container[data-v-989115b9]{grid-template-columns:repeat(2,1fr)}}.callkit-enter-from[data-v-989115b9]{opacity:0;transform:translateY(-20px) scale(.98)}.callkit-enter-active[data-v-989115b9]{transition:all .24s ease}.callkit-leave-to[data-v-989115b9]{opacity:0;transform:translateY(-20px) scale(.98)}.callkit-leave-active[data-v-989115b9]{transition:all .2s ease}.call-label[data-v-989115b9]{position:absolute;top:14%;left:0;right:0;text-align:center;color:#fff;font-size:24px;font-weight:600}
|