348 lines
2.9 MiB
348 lines
2.9 MiB
(()=>{var Ef=Object.defineProperty;var ef=rs=>{throw TypeError(rs)};var Df=(rs,ds,wr)=>ds in rs?Ef(rs,ds,{enumerable:!0,configurable:!0,writable:!0,value:wr}):rs[ds]=wr;var $n=(rs,ds,wr)=>Df(rs,typeof ds!="symbol"?ds+"":ds,wr),Vc=(rs,ds,wr)=>ds.has(rs)||ef("Cannot "+wr);var Wa=(rs,ds,wr)=>(Vc(rs,ds,"read from private field"),wr?wr.call(rs):ds.get(rs)),us=(rs,ds,wr)=>ds.has(rs)?ef("Cannot add the same private member more than once"):ds instanceof WeakSet?ds.add(rs):ds.set(rs,wr),No=(rs,ds,wr,Ud)=>(Vc(rs,ds,"write to private field"),Ud?Ud.call(rs,wr):ds.set(rs,wr),wr),Go=(rs,ds,wr)=>(Vc(rs,ds,"access private method"),wr);var zd=(rs,ds,wr,Ud)=>({set _($t){No(rs,ds,$t,wr)},get _(){return Wa(rs,ds,Ud)}});(()=>{var rs={94067:$t=>{"use strict";var We=Object.prototype.hasOwnProperty,a="~";function e(){}Object.create&&(e.prototype=Object.create(null),new e().__proto__||(a=!1));function i(I,d,G){this.fn=I,this.context=d,this.once=G||!1}function c(I,d,G,j,Q){if(typeof G!="function")throw new TypeError("The listener must be a function");var x=new i(G,j||I,Q),U=a?a+d:d;return I._events[U]?I._events[U].fn?I._events[U]=[I._events[U],x]:I._events[U].push(x):(I._events[U]=x,I._eventsCount++),I}function v(I,d){--I._eventsCount===0?I._events=new e:delete I._events[d]}function N(){this._events=new e,this._eventsCount=0}N.prototype.eventNames=function(){var d=[],G,j;if(this._eventsCount===0)return d;for(j in G=this._events)We.call(G,j)&&d.push(a?j.slice(1):j);return Object.getOwnPropertySymbols?d.concat(Object.getOwnPropertySymbols(G)):d},N.prototype.listeners=function(d){var G=a?a+d:d,j=this._events[G];if(!j)return[];if(j.fn)return[j.fn];for(var Q=0,x=j.length,U=new Array(x);Q<x;Q++)U[Q]=j[Q].fn;return U},N.prototype.listenerCount=function(d){var G=a?a+d:d,j=this._events[G];return j?j.fn?1:j.length:0},N.prototype.emit=function(d,G,j,Q,x,U){var T=a?a+d:d;if(!this._events[T])return!1;var _=this._events[T],S=arguments.length,K,_e;if(_.fn){switch(_.once&&this.removeListener(d,_.fn,void 0,!0),S){case 1:return _.fn.call(_.context),!0;case 2:return _.fn.call(_.context,G),!0;case 3:return _.fn.call(_.context,G,j),!0;case 4:return _.fn.call(_.context,G,j,Q),!0;case 5:return _.fn.call(_.context,G,j,Q,x),!0;case 6:return _.fn.call(_.context,G,j,Q,x,U),!0}for(_e=1,K=new Array(S-1);_e<S;_e++)K[_e-1]=arguments[_e];_.fn.apply(_.context,K)}else{var ee=_.length,H;for(_e=0;_e<ee;_e++)switch(_[_e].once&&this.removeListener(d,_[_e].fn,void 0,!0),S){case 1:_[_e].fn.call(_[_e].context);break;case 2:_[_e].fn.call(_[_e].context,G);break;case 3:_[_e].fn.call(_[_e].context,G,j);break;case 4:_[_e].fn.call(_[_e].context,G,j,Q);break;default:if(!K)for(H=1,K=new Array(S-1);H<S;H++)K[H-1]=arguments[H];_[_e].fn.apply(_[_e].context,K)}}return!0},N.prototype.on=function(d,G,j){return c(this,d,G,j,!1)},N.prototype.once=function(d,G,j){return c(this,d,G,j,!0)},N.prototype.removeListener=function(d,G,j,Q){var x=a?a+d:d;if(!this._events[x])return this;if(!G)return v(this,x),this;var U=this._events[x];if(U.fn)U.fn===G&&(!Q||U.once)&&(!j||U.context===j)&&v(this,x);else{for(var T=0,_=[],S=U.length;T<S;T++)(U[T].fn!==G||Q&&!U[T].once||j&&U[T].context!==j)&&_.push(U[T]);_.length?this._events[x]=_.length===1?_[0]:_:v(this,x)}return this},N.prototype.removeAllListeners=function(d){var G;return d?(G=a?a+d:d,this._events[G]&&v(this,G)):(this._events=new e,this._eventsCount=0),this},N.prototype.off=N.prototype.removeListener,N.prototype.addListener=N.prototype.on,N.prefixed=a,N.EventEmitter=N,$t.exports=N},50953:($t,We,a)=>{"use strict";a.d(We,{BA:()=>Si,C4:()=>ui,EW:()=>ia,Gc:()=>Rt,IG:()=>Er,IJ:()=>br,KR:()=>hr,Kh:()=>Qe,Pr:()=>zn,QW:()=>Ai,R1:()=>Wt,Tm:()=>Ji,X2:()=>x,a1:()=>Br,bl:()=>_t,fE:()=>Zn,g8:()=>en,hV:()=>Wr,hZ:()=>wi,i9:()=>Ja,jr:()=>d,ju:()=>oa,lJ:()=>Ea,lW:()=>ii,nD:()=>wt,o5:()=>I,qA:()=>Vt,rY:()=>tr,tB:()=>Kt,u4:()=>Yi,uY:()=>N,ux:()=>Tn,wB:()=>lr,yC:()=>v});var e=a(90033);/**
|
|
* @vue/reactivity v3.5.24
|
|
* (c) 2018-present Yuxi (Evan) You and Vue contributors
|
|
* @license MIT
|
|
**/function i(Le,...lt){console.warn(`[Vue warn] ${Le}`,...lt)}let c;class v{constructor(lt=!1){this.detached=lt,this._active=!0,this._on=0,this.effects=[],this.cleanups=[],this._isPaused=!1,this.parent=c,!lt&&c&&(this.index=(c.scopes||(c.scopes=[])).push(this)-1)}get active(){return this._active}pause(){if(this._active){this._isPaused=!0;let lt,u;if(this.scopes)for(lt=0,u=this.scopes.length;lt<u;lt++)this.scopes[lt].pause();for(lt=0,u=this.effects.length;lt<u;lt++)this.effects[lt].pause()}}resume(){if(this._active&&this._isPaused){this._isPaused=!1;let lt,u;if(this.scopes)for(lt=0,u=this.scopes.length;lt<u;lt++)this.scopes[lt].resume();for(lt=0,u=this.effects.length;lt<u;lt++)this.effects[lt].resume()}}run(lt){if(this._active){const u=c;try{return c=this,lt()}finally{c=u}}}on(){++this._on===1&&(this.prevScope=c,c=this)}off(){this._on>0&&--this._on===0&&(c=this.prevScope,this.prevScope=void 0)}stop(lt){if(this._active){this._active=!1;let u,b;for(u=0,b=this.effects.length;u<b;u++)this.effects[u].stop();for(this.effects.length=0,u=0,b=this.cleanups.length;u<b;u++)this.cleanups[u]();if(this.cleanups.length=0,this.scopes){for(u=0,b=this.scopes.length;u<b;u++)this.scopes[u].stop(!0);this.scopes.length=0}if(!this.detached&&this.parent&&!lt){const R=this.parent.scopes.pop();R&&R!==this&&(this.parent.scopes[this.index]=R,R.index=this.index)}this.parent=void 0}}}function N(Le){return new v(Le)}function I(){return c}function d(Le,lt=!1){c&&c.cleanups.push(Le)}let G;const j={ACTIVE:1,1:"ACTIVE",RUNNING:2,2:"RUNNING",TRACKING:4,4:"TRACKING",NOTIFIED:8,8:"NOTIFIED",DIRTY:16,16:"DIRTY",ALLOW_RECURSE:32,32:"ALLOW_RECURSE",PAUSED:64,64:"PAUSED",EVALUATED:128,128:"EVALUATED"},Q=new WeakSet;class x{constructor(lt){this.fn=lt,this.deps=void 0,this.depsTail=void 0,this.flags=5,this.next=void 0,this.cleanup=void 0,this.scheduler=void 0,c&&c.active&&c.effects.push(this)}pause(){this.flags|=64}resume(){this.flags&64&&(this.flags&=-65,Q.has(this)&&(Q.delete(this),this.trigger()))}notify(){this.flags&2&&!(this.flags&32)||this.flags&8||S(this)}run(){if(!(this.flags&1))return this.fn();this.flags|=2,Ft(this),ee(this);const lt=G,u=ye;G=this,ye=!0;try{return this.fn()}finally{H(this),G=lt,ye=u,this.flags&=-3}}stop(){if(this.flags&1){for(let lt=this.deps;lt;lt=lt.nextDep)ce(lt);this.deps=this.depsTail=void 0,Ft(this),this.onStop&&this.onStop(),this.flags&=-2}}trigger(){this.flags&64?Q.add(this):this.scheduler?this.scheduler():this.runIfDirty()}runIfDirty(){xe(this)&&this.run()}get dirty(){return xe(this)}}let U=0,T,_;function S(Le,lt=!1){if(Le.flags|=8,lt){Le.next=_,_=Le;return}Le.next=T,T=Le}function K(){U++}function _e(){if(--U>0)return;if(_){let lt=_;for(_=void 0;lt;){const u=lt.next;lt.next=void 0,lt.flags&=-9,lt=u}}let Le;for(;T;){let lt=T;for(T=void 0;lt;){const u=lt.next;if(lt.next=void 0,lt.flags&=-9,lt.flags&1)try{lt.trigger()}catch(b){Le||(Le=b)}lt=u}}if(Le)throw Le}function ee(Le){for(let lt=Le.deps;lt;lt=lt.nextDep)lt.version=-1,lt.prevActiveLink=lt.dep.activeLink,lt.dep.activeLink=lt}function H(Le){let lt,u=Le.depsTail,b=u;for(;b;){const R=b.prevDep;b.version===-1?(b===u&&(u=R),ce(b),Ce(b)):lt=b,b.dep.activeLink=b.prevActiveLink,b.prevActiveLink=void 0,b=R}Le.deps=lt,Le.depsTail=u}function xe(Le){for(let lt=Le.deps;lt;lt=lt.nextDep)if(lt.dep.version!==lt.version||lt.dep.computed&&(P(lt.dep.computed)||lt.dep.version!==lt.version))return!0;return!!Le._dirty}function P(Le){if(Le.flags&4&&!(Le.flags&16)||(Le.flags&=-17,Le.globalVersion===jt)||(Le.globalVersion=jt,!Le.isSSR&&Le.flags&128&&(!Le.deps&&!Le._dirty||!xe(Le))))return;Le.flags|=2;const lt=Le.dep,u=G,b=ye;G=Le,ye=!0;try{ee(Le);const R=Le.fn(Le._value);(lt.version===0||(0,e.hasChanged)(R,Le._value))&&(Le.flags|=128,Le._value=R,lt.version++)}catch(R){throw lt.version++,R}finally{G=u,ye=b,H(Le),Le.flags&=-3}}function ce(Le,lt=!1){const{dep:u,prevSub:b,nextSub:R}=Le;if(b&&(b.nextSub=R,Le.prevSub=void 0),R&&(R.prevSub=b,Le.nextSub=void 0),u.subs===Le&&(u.subs=b,!b&&u.computed)){u.computed.flags&=-5;for(let q=u.computed.deps;q;q=q.nextDep)ce(q,!0)}!lt&&!--u.sc&&u.map&&u.map.delete(u.key)}function Ce(Le){const{prevDep:lt,nextDep:u}=Le;lt&&(lt.nextDep=u,Le.prevDep=void 0),u&&(u.prevDep=lt,Le.nextDep=void 0)}function ke(Le,lt){Le.effect instanceof x&&(Le=Le.effect.fn);const u=new x(Le);lt&&extend(u,lt);try{u.run()}catch(R){throw u.stop(),R}const b=u.run.bind(u);return b.effect=u,b}function J(Le){Le.effect.stop()}let ye=!0;const Xe=[];function ui(){Xe.push(ye),ye=!1}function ht(){Xe.push(ye),ye=!0}function _t(){const Le=Xe.pop();ye=Le===void 0?!0:Le}function ai(Le,lt=!1){G instanceof x&&(G.cleanup=Le)}function Ft(Le){const{cleanup:lt}=Le;if(Le.cleanup=void 0,lt){const u=G;G=void 0;try{lt()}finally{G=u}}}let jt=0;class He{constructor(lt,u){this.sub=lt,this.dep=u,this.version=u.version,this.nextDep=this.prevDep=this.nextSub=this.prevSub=this.prevActiveLink=void 0}}class ut{constructor(lt){this.computed=lt,this.version=0,this.activeLink=void 0,this.subs=void 0,this.map=void 0,this.key=void 0,this.sc=0,this.__v_skip=!0}track(lt){if(!G||!ye||G===this.computed)return;let u=this.activeLink;if(u===void 0||u.sub!==G)u=this.activeLink=new He(G,this),G.deps?(u.prevDep=G.depsTail,G.depsTail.nextDep=u,G.depsTail=u):G.deps=G.depsTail=u,Ot(u);else if(u.version===-1&&(u.version=this.version,u.nextDep)){const b=u.nextDep;b.prevDep=u.prevDep,u.prevDep&&(u.prevDep.nextDep=b),u.prevDep=G.depsTail,u.nextDep=void 0,G.depsTail.nextDep=u,G.depsTail=u,G.deps===u&&(G.deps=b)}return u}trigger(lt){this.version++,jt++,this.notify(lt)}notify(lt){K();try{for(let u=this.subs;u;u=u.prevSub)u.sub.notify()&&u.sub.dep.notify()}finally{_e()}}}function Ot(Le){if(Le.dep.sc++,Le.sub.flags&4){const lt=Le.dep.computed;if(lt&&!Le.dep.subs){lt.flags|=20;for(let b=lt.deps;b;b=b.nextDep)Ot(b)}const u=Le.dep.subs;u!==Le&&(Le.prevSub=u,u&&(u.nextSub=Le)),Le.dep.subs=Le}}const Gt=new WeakMap,ri=Symbol(""),Ii=Symbol(""),Li=Symbol("");function Yi(Le,lt,u){if(ye&&G){let b=Gt.get(Le);b||Gt.set(Le,b=new Map);let R=b.get(u);R||(b.set(u,R=new ut),R.map=b,R.key=u),R.track()}}function wi(Le,lt,u,b,R,q){const oe=Gt.get(Le);if(!oe){jt++;return}const z=ae=>{ae&&ae.trigger()};if(K(),lt==="clear")oe.forEach(z);else{const ae=(0,e.isArray)(Le),Ee=ae&&(0,e.isIntegerKey)(u);if(ae&&u==="length"){const V=Number(b);oe.forEach((Fe,De)=>{(De==="length"||De===Li||!(0,e.isSymbol)(De)&&De>=V)&&z(Fe)})}else switch((u!==void 0||oe.has(void 0))&&z(oe.get(u)),Ee&&z(oe.get(Li)),lt){case"add":ae?Ee&&z(oe.get("length")):(z(oe.get(ri)),(0,e.isMap)(Le)&&z(oe.get(Ii)));break;case"delete":ae||(z(oe.get(ri)),(0,e.isMap)(Le)&&z(oe.get(Ii)));break;case"set":(0,e.isMap)(Le)&&z(oe.get(ri));break}}_e()}function Lt(Le,lt){const u=Gt.get(Le);return u&&u.get(lt)}function di(Le){const lt=Tn(Le);return lt===Le?lt:(Yi(lt,"iterate",Li),Zn(Le)?lt:lt.map(Ea))}function Vt(Le){return Yi(Le=Tn(Le),"iterate",Li),Le}const pn={__proto__:null,[Symbol.iterator](){return oi(this,Symbol.iterator,Ea)},concat(...Le){return di(this).concat(...Le.map(lt=>(0,e.isArray)(lt)?di(lt):lt))},entries(){return oi(this,"entries",Le=>(Le[1]=Ea(Le[1]),Le))},every(Le,lt){return Ei(this,"every",Le,lt,void 0,arguments)},filter(Le,lt){return Ei(this,"filter",Le,lt,u=>u.map(Ea),arguments)},find(Le,lt){return Ei(this,"find",Le,lt,Ea,arguments)},findIndex(Le,lt){return Ei(this,"findIndex",Le,lt,void 0,arguments)},findLast(Le,lt){return Ei(this,"findLast",Le,lt,Ea,arguments)},findLastIndex(Le,lt){return Ei(this,"findLastIndex",Le,lt,void 0,arguments)},forEach(Le,lt){return Ei(this,"forEach",Le,lt,void 0,arguments)},includes(...Le){return En(this,"includes",Le)},indexOf(...Le){return En(this,"indexOf",Le)},join(Le){return di(this).join(Le)},lastIndexOf(...Le){return En(this,"lastIndexOf",Le)},map(Le,lt){return Ei(this,"map",Le,lt,void 0,arguments)},pop(){return Qi(this,"pop")},push(...Le){return Qi(this,"push",Le)},reduce(Le,...lt){return An(this,"reduce",Le,lt)},reduceRight(Le,...lt){return An(this,"reduceRight",Le,lt)},shift(){return Qi(this,"shift")},some(Le,lt){return Ei(this,"some",Le,lt,void 0,arguments)},splice(...Le){return Qi(this,"splice",Le)},toReversed(){return di(this).toReversed()},toSorted(Le){return di(this).toSorted(Le)},toSpliced(...Le){return di(this).toSpliced(...Le)},unshift(...Le){return Qi(this,"unshift",Le)},values(){return oi(this,"values",Ea)}};function oi(Le,lt,u){const b=Vt(Le),R=b[lt]();return b!==Le&&!Zn(Le)&&(R._next=R.next,R.next=()=>{const q=R._next();return q.done||(q.value=u(q.value)),q}),R}const ni=Array.prototype;function Ei(Le,lt,u,b,R,q){const oe=Vt(Le),z=oe!==Le&&!Zn(Le),ae=oe[lt];if(ae!==ni[lt]){const Fe=ae.apply(Le,q);return z?Ea(Fe):Fe}let Ee=u;oe!==Le&&(z?Ee=function(Fe,De){return u.call(this,Ea(Fe),De,Le)}:u.length>2&&(Ee=function(Fe,De){return u.call(this,Fe,De,Le)}));const V=ae.call(oe,Ee,b);return z&&R?R(V):V}function An(Le,lt,u,b){const R=Vt(Le);let q=u;return R!==Le&&(Zn(Le)?u.length>3&&(q=function(oe,z,ae){return u.call(this,oe,z,ae,Le)}):q=function(oe,z,ae){return u.call(this,oe,Ea(z),ae,Le)}),R[lt](q,...b)}function En(Le,lt,u){const b=Tn(Le);Yi(b,"iterate",Li);const R=b[lt](...u);return(R===-1||R===!1)&&oa(u[0])?(u[0]=Tn(u[0]),b[lt](...u)):R}function Qi(Le,lt,u=[]){ui(),K();const b=Tn(Le)[lt].apply(Le,u);return _e(),_t(),b}const Yt=(0,e.makeMap)("__proto__,__v_isRef,__isVue"),Ut=new Set(Object.getOwnPropertyNames(Symbol).filter(Le=>Le!=="arguments"&&Le!=="caller").map(Le=>Symbol[Le]).filter(e.isSymbol));function qi(Le){(0,e.isSymbol)(Le)||(Le=String(Le));const lt=Tn(this);return Yi(lt,"has",Le),lt.hasOwnProperty(Le)}class Ne{constructor(lt=!1,u=!1){this._isReadonly=lt,this._isShallow=u}get(lt,u,b){if(u==="__v_skip")return lt.__v_skip;const R=this._isReadonly,q=this._isShallow;if(u==="__v_isReactive")return!R;if(u==="__v_isReadonly")return R;if(u==="__v_isShallow")return q;if(u==="__v_raw")return b===(R?q?rt:Ae:q?ge:L).get(lt)||Object.getPrototypeOf(lt)===Object.getPrototypeOf(b)?lt:void 0;const oe=(0,e.isArray)(lt);if(!R){let ae;if(oe&&(ae=pn[u]))return ae;if(u==="hasOwnProperty")return qi}const z=Reflect.get(lt,u,Ja(lt)?lt:b);if(((0,e.isSymbol)(u)?Ut.has(u):Yt(u))||(R||Yi(lt,"get",u),q))return z;if(Ja(z)){const ae=oe&&(0,e.isIntegerKey)(u)?z:z.value;return R&&(0,e.isObject)(ae)?Kt(ae):ae}return(0,e.isObject)(z)?R?Kt(z):Qe(z):z}}class ft extends Ne{constructor(lt=!1){super(!1,lt)}set(lt,u,b,R){let q=lt[u];if(!this._isShallow){const ae=Ji(q);if(!Zn(b)&&!Ji(b)&&(q=Tn(q),b=Tn(b)),!(0,e.isArray)(lt)&&Ja(q)&&!Ja(b))return ae||(q.value=b),!0}const oe=(0,e.isArray)(lt)&&(0,e.isIntegerKey)(u)?Number(u)<lt.length:(0,e.hasOwn)(lt,u),z=Reflect.set(lt,u,b,Ja(lt)?lt:R);return lt===Tn(R)&&(oe?(0,e.hasChanged)(b,q)&&wi(lt,"set",u,b,q):wi(lt,"add",u,b)),z}deleteProperty(lt,u){const b=(0,e.hasOwn)(lt,u),R=lt[u],q=Reflect.deleteProperty(lt,u);return q&&b&&wi(lt,"delete",u,void 0,R),q}has(lt,u){const b=Reflect.has(lt,u);return(!(0,e.isSymbol)(u)||!Ut.has(u))&&Yi(lt,"has",u),b}ownKeys(lt){return Yi(lt,"iterate",(0,e.isArray)(lt)?"length":ri),Reflect.ownKeys(lt)}}class gt extends Ne{constructor(lt=!1){super(!0,lt)}set(lt,u){return!0}deleteProperty(lt,u){return!0}}const Ve=new ft,ot=new gt,ei=new ft(!0),X=new gt(!0),A=Le=>Le,g=Le=>Reflect.getPrototypeOf(Le);function D(Le,lt,u){return function(...b){const R=this.__v_raw,q=Tn(R),oe=(0,e.isMap)(q),z=Le==="entries"||Le===Symbol.iterator&&oe,ae=Le==="keys"&&oe,Ee=R[Le](...b),V=u?A:lt?Br:Ea;return!lt&&Yi(q,"iterate",ae?Ii:ri),{next(){const{value:Fe,done:De}=Ee.next();return De?{value:Fe,done:De}:{value:z?[V(Fe[0]),V(Fe[1])]:V(Fe),done:De}},[Symbol.iterator](){return this}}}}function $(Le){return function(...lt){return Le==="delete"?!1:Le==="clear"?void 0:this}}function Y(Le,lt){const u={get(R){const q=this.__v_raw,oe=Tn(q),z=Tn(R);Le||((0,e.hasChanged)(R,z)&&Yi(oe,"get",R),Yi(oe,"get",z));const{has:ae}=g(oe),Ee=lt?A:Le?Br:Ea;if(ae.call(oe,R))return Ee(q.get(R));if(ae.call(oe,z))return Ee(q.get(z));q!==oe&&q.get(R)},get size(){const R=this.__v_raw;return!Le&&Yi(Tn(R),"iterate",ri),R.size},has(R){const q=this.__v_raw,oe=Tn(q),z=Tn(R);return Le||((0,e.hasChanged)(R,z)&&Yi(oe,"has",R),Yi(oe,"has",z)),R===z?q.has(R):q.has(R)||q.has(z)},forEach(R,q){const oe=this,z=oe.__v_raw,ae=Tn(z),Ee=lt?A:Le?Br:Ea;return!Le&&Yi(ae,"iterate",ri),z.forEach((V,Fe)=>R.call(q,Ee(V),Ee(Fe),oe))}};return(0,e.extend)(u,Le?{add:$("add"),set:$("set"),delete:$("delete"),clear:$("clear")}:{add(R){!lt&&!Zn(R)&&!Ji(R)&&(R=Tn(R));const q=Tn(this);return g(q).has.call(q,R)||(q.add(R),wi(q,"add",R,R)),this},set(R,q){!lt&&!Zn(q)&&!Ji(q)&&(q=Tn(q));const oe=Tn(this),{has:z,get:ae}=g(oe);let Ee=z.call(oe,R);Ee||(R=Tn(R),Ee=z.call(oe,R));const V=ae.call(oe,R);return oe.set(R,q),Ee?(0,e.hasChanged)(q,V)&&wi(oe,"set",R,q,V):wi(oe,"add",R,q),this},delete(R){const q=Tn(this),{has:oe,get:z}=g(q);let ae=oe.call(q,R);ae||(R=Tn(R),ae=oe.call(q,R));const Ee=z?z.call(q,R):void 0,V=q.delete(R);return ae&&wi(q,"delete",R,void 0,Ee),V},clear(){const R=Tn(this),q=R.size!==0,oe=void 0,z=R.clear();return q&&wi(R,"clear",void 0,void 0,oe),z}}),["keys","values","entries",Symbol.iterator].forEach(R=>{u[R]=D(R,Le,lt)}),u}function ne(Le,lt){const u=Y(Le,lt);return(b,R,q)=>R==="__v_isReactive"?!Le:R==="__v_isReadonly"?Le:R==="__v_raw"?b:Reflect.get((0,e.hasOwn)(u,R)&&R in b?u:b,R,q)}const Re={get:ne(!1,!1)},Ge={get:ne(!1,!0)},At={get:ne(!0,!1)},Ze={get:ne(!0,!0)};function ve(Le,lt,u){const b=Tn(u);if(b!==u&<.call(Le,b)){const R=toRawType(Le);i(`Reactive ${R} contains both the raw and reactive versions of the same object${R==="Map"?" as keys":""}, which can lead to inconsistencies. Avoid differentiating between the raw and reactive versions of an object and only use the reactive version if possible.`)}}const L=new WeakMap,ge=new WeakMap,Ae=new WeakMap,rt=new WeakMap;function Ht(Le){switch(Le){case"Object":case"Array":return 1;case"Map":case"Set":case"WeakMap":case"WeakSet":return 2;default:return 0}}function Qt(Le){return Le.__v_skip||!Object.isExtensible(Le)?0:Ht((0,e.toRawType)(Le))}function Qe(Le){return Ji(Le)?Le:un(Le,!1,Ve,Re,L)}function Rt(Le){return un(Le,!1,ei,Ge,ge)}function Kt(Le){return un(Le,!0,ot,At,Ae)}function wt(Le){return un(Le,!0,X,Ze,rt)}function un(Le,lt,u,b,R){if(!(0,e.isObject)(Le)||Le.__v_raw&&!(lt&&Le.__v_isReactive))return Le;const q=Qt(Le);if(q===0)return Le;const oe=R.get(Le);if(oe)return oe;const z=new Proxy(Le,q===2?b:u);return R.set(Le,z),z}function en(Le){return Ji(Le)?en(Le.__v_raw):!!(Le&&Le.__v_isReactive)}function Ji(Le){return!!(Le&&Le.__v_isReadonly)}function Zn(Le){return!!(Le&&Le.__v_isShallow)}function oa(Le){return Le?!!Le.__v_raw:!1}function Tn(Le){const lt=Le&&Le.__v_raw;return lt?Tn(lt):Le}function Er(Le){return!(0,e.hasOwn)(Le,"__v_skip")&&Object.isExtensible(Le)&&(0,e.def)(Le,"__v_skip",!0),Le}const Ea=Le=>(0,e.isObject)(Le)?Qe(Le):Le,Br=Le=>(0,e.isObject)(Le)?Kt(Le):Le;function Ja(Le){return Le?Le.__v_isRef===!0:!1}function hr(Le){return Ka(Le,!1)}function br(Le){return Ka(Le,!0)}function Ka(Le,lt){return Ja(Le)?Le:new Ur(Le,lt)}class Ur{constructor(lt,u){this.dep=new ut,this.__v_isRef=!0,this.__v_isShallow=!1,this._rawValue=u?lt:Tn(lt),this._value=u?lt:Ea(lt),this.__v_isShallow=u}get value(){return this.dep.track(),this._value}set value(lt){const u=this._rawValue,b=this.__v_isShallow||Zn(lt)||Ji(lt);lt=b?lt:Tn(lt),(0,e.hasChanged)(lt,u)&&(this._rawValue=lt,this._value=b?lt:Ea(lt),this.dep.trigger())}}function zt(Le){Le.dep&&Le.dep.trigger()}function Wt(Le){return Ja(Le)?Le.value:Le}function Si(Le){return(0,e.isFunction)(Le)?Le():Wt(Le)}const Oi={get:(Le,lt,u)=>lt==="__v_raw"?Le:Wt(Reflect.get(Le,lt,u)),set:(Le,lt,u,b)=>{const R=Le[lt];return Ja(R)&&!Ja(u)?(R.value=u,!0):Reflect.set(Le,lt,u,b)}};function zn(Le){return en(Le)?Le:new Proxy(Le,Oi)}class Un{constructor(lt){this.__v_isRef=!0,this._value=void 0;const u=this.dep=new ut,{get:b,set:R}=lt(u.track.bind(u),u.trigger.bind(u));this._get=b,this._set=R}get value(){return this._value=this._get()}set value(lt){this._set(lt)}}function tr(Le){return new Un(Le)}function Ai(Le){const lt=(0,e.isArray)(Le)?new Array(Le.length):{};for(const u in Le)lt[u]=qt(Le,u);return lt}class Te{constructor(lt,u,b){this._object=lt,this._key=u,this._defaultValue=b,this.__v_isRef=!0,this._value=void 0}get value(){const lt=this._object[this._key];return this._value=lt===void 0?this._defaultValue:lt}set value(lt){this._object[this._key]=lt}get dep(){return Lt(Tn(this._object),this._key)}}class et{constructor(lt){this._getter=lt,this.__v_isRef=!0,this.__v_isReadonly=!0,this._value=void 0}get value(){return this._value=this._getter()}}function ii(Le,lt,u){return Ja(Le)?Le:(0,e.isFunction)(Le)?new et(Le):(0,e.isObject)(Le)&&arguments.length>1?qt(Le,lt,u):hr(Le)}function qt(Le,lt,u){const b=Le[lt];return Ja(b)?b:new Te(Le,lt,u)}class xi{constructor(lt,u,b){this.fn=lt,this.setter=u,this._value=void 0,this.dep=new ut(this),this.__v_isRef=!0,this.deps=void 0,this.depsTail=void 0,this.flags=16,this.globalVersion=jt-1,this.next=void 0,this.effect=this,this.__v_isReadonly=!u,this.isSSR=b}notify(){if(this.flags|=16,!(this.flags&8)&&G!==this)return S(this,!0),!0}get value(){const lt=this.dep.track();return P(this),lt&&(lt.version=this.dep.version),this._value}set value(lt){this.setter&&this.setter(lt)}}function ia(Le,lt,u=!1){let b,R;return(0,e.isFunction)(Le)?b=Le:(b=Le.get,R=Le.set),new xi(b,R,u)}const ca={GET:"get",HAS:"has",ITERATE:"iterate"},ma={SET:"set",ADD:"add",DELETE:"delete",CLEAR:"clear"},jn={SKIP:"__v_skip",IS_REACTIVE:"__v_isReactive",IS_READONLY:"__v_isReadonly",IS_SHALLOW:"__v_isShallow",RAW:"__v_raw",IS_REF:"__v_isRef"},$a={WATCH_GETTER:2,2:"WATCH_GETTER",WATCH_CALLBACK:3,3:"WATCH_CALLBACK",WATCH_CLEANUP:4,4:"WATCH_CLEANUP"},Ia={},gr=new WeakMap;let Ta;function to(){return Ta}function Kr(Le,lt=!1,u=Ta){if(u){let b=gr.get(u);b||gr.set(u,b=[]),b.push(Le)}}function lr(Le,lt,u=e.EMPTY_OBJ){const{immediate:b,deep:R,once:q,scheduler:oe,augmentJob:z,call:ae}=u,Ee=dt=>{(u.onWarn||i)("Invalid watch source: ",dt,"A watch source can only be a getter/effect function, a ref, a reactive object, or an array of these types.")},V=dt=>R?dt:Zn(dt)||R===!1||R===0?Wr(dt,1):Wr(dt);let Fe,De,Et,yi,gi=!1,fn=!1;if(Ja(Le)?(De=()=>Le.value,gi=Zn(Le)):en(Le)?(De=()=>V(Le),gi=!0):(0,e.isArray)(Le)?(fn=!0,gi=Le.some(dt=>en(dt)||Zn(dt)),De=()=>Le.map(dt=>{if(Ja(dt))return dt.value;if(en(dt))return V(dt);if((0,e.isFunction)(dt))return ae?ae(dt,2):dt()})):(0,e.isFunction)(Le)?lt?De=ae?()=>ae(Le,2):Le:De=()=>{if(Et){ui();try{Et()}finally{_t()}}const dt=Ta;Ta=Fe;try{return ae?ae(Le,3,[yi]):Le(yi)}finally{Ta=dt}}:De=e.NOOP,lt&&R){const dt=De,li=R===!0?1/0:R;De=()=>Wr(dt(),li)}const se=I(),je=()=>{Fe.stop(),se&&se.active&&(0,e.remove)(se.effects,Fe)};if(q&<){const dt=lt;lt=(...li)=>{dt(...li),je()}}let Ue=fn?new Array(Le.length).fill(Ia):Ia;const mt=dt=>{if(!(!(Fe.flags&1)||!Fe.dirty&&!dt))if(lt){const li=Fe.run();if(R||gi||(fn?li.some((Ui,Hn)=>(0,e.hasChanged)(Ui,Ue[Hn])):(0,e.hasChanged)(li,Ue))){Et&&Et();const Ui=Ta;Ta=Fe;try{const Hn=[li,Ue===Ia?void 0:fn&&Ue[0]===Ia?[]:Ue,yi];Ue=li,ae?ae(lt,3,Hn):lt(...Hn)}finally{Ta=Ui}}}else Fe.run()};return z&&z(mt),Fe=new x(De),Fe.scheduler=oe?()=>oe(mt,!1):mt,yi=dt=>Kr(dt,!1,Fe),Et=Fe.onStop=()=>{const dt=gr.get(Fe);if(dt){if(ae)ae(dt,4);else for(const li of dt)li();gr.delete(Fe)}},lt?b?mt(!0):Ue=Fe.run():oe?oe(mt.bind(null,!0),!0):Fe.run(),je.pause=Fe.pause.bind(Fe),je.resume=Fe.resume.bind(Fe),je.stop=je,je}function Wr(Le,lt=1/0,u){if(lt<=0||!(0,e.isObject)(Le)||Le.__v_skip||(u=u||new Map,(u.get(Le)||0)>=lt))return Le;if(u.set(Le,lt),lt--,Ja(Le))Wr(Le.value,lt,u);else if((0,e.isArray)(Le))for(let b=0;b<Le.length;b++)Wr(Le[b],lt,u);else if((0,e.isSet)(Le)||(0,e.isMap)(Le))Le.forEach(b=>{Wr(b,lt,u)});else if((0,e.isPlainObject)(Le)){for(const b in Le)Wr(Le[b],lt,u);for(const b of Object.getOwnPropertySymbols(Le))Object.prototype.propertyIsEnumerable.call(Le,b)&&Wr(Le[b],lt,u)}return Le}},20641:($t,We,a)=>{"use strict";a.d(We,{$V:()=>Et,$u:()=>ea,$y:()=>Oa,CE:()=>ss,Df:()=>zn,Dl:()=>Ft,E3:()=>nr,EW:()=>Mr,EY:()=>yr,FK:()=>Fa,Gt:()=>yo,Gy:()=>Er,Ht:()=>cs,Ic:()=>ka,Im:()=>en,K9:()=>ml,KC:()=>ba,Lk:()=>al,MZ:()=>Oi,Mw:()=>pr,Ng:()=>qo,OA:()=>Uu,OW:()=>zt,PS:()=>La,Q3:()=>jl,QP:()=>Br,Qi:()=>ne,R8:()=>xl,RG:()=>go,Tb:()=>fo,WQ:()=>Oo,Wv:()=>Mo,YY:()=>Ge,bF:()=>bo,bo:()=>ve,dY:()=>ui,eW:()=>ns,eX:()=>Do,fn:()=>ed,g2:()=>bt,gN:()=>_r,h:()=>Co,hi:()=>Ye,jC:()=>Za,jt:()=>Re,k6:()=>At,nI:()=>Bo,nT:()=>Nu,pI:()=>io,pM:()=>Un,pR:()=>Ka,qL:()=>_e,rk:()=>et,sV:()=>Ra,uX:()=>Jr,v6:()=>va,wB:()=>Rl,xo:()=>re,zz:()=>_u});var e=a(50953),i=a(90033);/**
|
|
* @vue/runtime-core v3.5.24
|
|
* (c) 2018-present Yuxi (Evan) You and Vue contributors
|
|
* @license MIT
|
|
**/const c=[];function v(l){c.push(l)}function N(){c.pop()}let I=!1;function d(l,...F){if(I)return;I=!0,pauseTracking();const Z=c.length?c[c.length-1].component:null,le=Z&&Z.appContext.config.warnHandler,Me=G();if(le)K(le,Z,11,[l+F.map(Ie=>{var yt,Nt;return(Nt=(yt=Ie.toString)==null?void 0:yt.call(Ie))!=null?Nt:JSON.stringify(Ie)}).join(""),Z&&Z.proxy,Me.map(({vnode:Ie})=>`at <${ha(Z,Ie.type)}>`).join(`
|
|
`),Me]);else{const Ie=[`[Vue warn]: ${l}`,...F];Me.length&&Ie.push(`
|
|
`,...j(Me)),console.warn(...Ie)}resetTracking(),I=!1}function G(){let l=c[c.length-1];if(!l)return[];const F=[];for(;l;){const Z=F[0];Z&&Z.vnode===l?Z.recurseCount++:F.push({vnode:l,recurseCount:0});const le=l.component&&l.component.parent;l=le&&le.vnode}return F}function j(l){const F=[];return l.forEach((Z,le)=>{F.push(...le===0?[]:[`
|
|
`],...Q(Z))}),F}function Q({vnode:l,recurseCount:F}){const Z=F>0?`... (${F} recursive calls)`:"",le=l.component?l.component.parent==null:!1,Me=` at <${ha(l.component,l.type,le)}`,Ie=">"+Z;return l.props?[Me,...x(l.props),Ie]:[Me+Ie]}function x(l){const F=[],Z=Object.keys(l);return Z.slice(0,3).forEach(le=>{F.push(...U(le,l[le]))}),Z.length>3&&F.push(" ..."),F}function U(l,F,Z){return isString(F)?(F=JSON.stringify(F),Z?F:[`${l}=${F}`]):typeof F=="number"||typeof F=="boolean"||F==null?Z?F:[`${l}=${F}`]:isRef(F)?(F=U(l,toRaw(F.value),!0),Z?F:[`${l}=Ref<`,F,">"]):isFunction(F)?[`${l}=fn${F.name?`<${F.name}>`:""}`]:(F=toRaw(F),Z?F:[`${l}=`,F])}function T(l,F){}const _={SETUP_FUNCTION:0,0:"SETUP_FUNCTION",RENDER_FUNCTION:1,1:"RENDER_FUNCTION",NATIVE_EVENT_HANDLER:5,5:"NATIVE_EVENT_HANDLER",COMPONENT_EVENT_HANDLER:6,6:"COMPONENT_EVENT_HANDLER",VNODE_HOOK:7,7:"VNODE_HOOK",DIRECTIVE_HOOK:8,8:"DIRECTIVE_HOOK",TRANSITION_HOOK:9,9:"TRANSITION_HOOK",APP_ERROR_HANDLER:10,10:"APP_ERROR_HANDLER",APP_WARN_HANDLER:11,11:"APP_WARN_HANDLER",FUNCTION_REF:12,12:"FUNCTION_REF",ASYNC_COMPONENT_LOADER:13,13:"ASYNC_COMPONENT_LOADER",SCHEDULER:14,14:"SCHEDULER",COMPONENT_UPDATE:15,15:"COMPONENT_UPDATE",APP_UNMOUNT_CLEANUP:16,16:"APP_UNMOUNT_CLEANUP"},S={sp:"serverPrefetch hook",bc:"beforeCreate hook",c:"created hook",bm:"beforeMount hook",m:"mounted hook",bu:"beforeUpdate hook",u:"updated",bum:"beforeUnmount hook",um:"unmounted hook",a:"activated hook",da:"deactivated hook",ec:"errorCaptured hook",rtc:"renderTracked hook",rtg:"renderTriggered hook",0:"setup function",1:"render function",2:"watcher getter",3:"watcher callback",4:"watcher cleanup function",5:"native event handler",6:"component event handler",7:"vnode hook",8:"directive hook",9:"transition hook",10:"app errorHandler",11:"app warnHandler",12:"ref function",13:"async component loader",14:"scheduler flush",15:"component update",16:"app unmount cleanup function"};function K(l,F,Z,le){try{return le?l(...le):l()}catch(Me){ee(Me,F,Z)}}function _e(l,F,Z,le){if((0,i.isFunction)(l)){const Me=K(l,F,Z,le);return Me&&(0,i.isPromise)(Me)&&Me.catch(Ie=>{ee(Ie,F,Z)}),Me}if((0,i.isArray)(l)){const Me=[];for(let Ie=0;Ie<l.length;Ie++)Me.push(_e(l[Ie],F,Z,le));return Me}}function ee(l,F,Z,le=!0){const Me=F?F.vnode:null,{errorHandler:Ie,throwUnhandledErrorInProduction:yt}=F&&F.appContext.config||i.EMPTY_OBJ;if(F){let Nt=F.parent;const _i=F.proxy,Vi=`https://vuejs.org/error-reference/#runtime-${Z}`;for(;Nt;){const ji=Nt.ec;if(ji){for(let ci=0;ci<ji.length;ci++)if(ji[ci](l,_i,Vi)===!1)return}Nt=Nt.parent}if(Ie){(0,e.C4)(),K(Ie,null,10,[l,_i,Vi]),(0,e.bl)();return}}H(l,Z,Me,le,yt)}function H(l,F,Z,le=!0,Me=!1){if(Me)throw l;console.error(l)}const xe=[];let P=-1;const ce=[];let Ce=null,ke=0;const J=Promise.resolve();let ye=null;const Xe=100;function ui(l){const F=ye||J;return l?F.then(this?l.bind(this):l):F}function ht(l){let F=P+1,Z=xe.length;for(;F<Z;){const le=F+Z>>>1,Me=xe[le],Ie=ut(Me);Ie<l||Ie===l&&Me.flags&2?F=le+1:Z=le}return F}function _t(l){if(!(l.flags&1)){const F=ut(l),Z=xe[xe.length-1];!Z||!(l.flags&2)&&F>=ut(Z)?xe.push(l):xe.splice(ht(F),0,l),l.flags|=1,ai()}}function ai(){ye||(ye=J.then(Ot))}function Ft(l){(0,i.isArray)(l)?ce.push(...l):Ce&&l.id===-1?Ce.splice(ke+1,0,l):l.flags&1||(ce.push(l),l.flags|=1),ai()}function jt(l,F,Z=P+1){for(;Z<xe.length;Z++){const le=xe[Z];if(le&&le.flags&2){if(l&&le.id!==l.uid)continue;xe.splice(Z,1),Z--,le.flags&4&&(le.flags&=-2),le(),le.flags&4||(le.flags&=-2)}}}function He(l){if(ce.length){const F=[...new Set(ce)].sort((Z,le)=>ut(Z)-ut(le));if(ce.length=0,Ce){Ce.push(...F);return}for(Ce=F,ke=0;ke<Ce.length;ke++){const Z=Ce[ke];Z.flags&4&&(Z.flags&=-2),Z.flags&8||Z(),Z.flags&=-2}Ce=null,ke=0}}const ut=l=>l.id==null?l.flags&2?-1:1/0:l.id;function Ot(l){const F=i.NOOP;try{for(P=0;P<xe.length;P++){const Z=xe[P];Z&&!(Z.flags&8)&&(Z.flags&4&&(Z.flags&=-2),K(Z,Z.i,Z.i?15:14),Z.flags&4||(Z.flags&=-2))}}finally{for(;P<xe.length;P++){const Z=xe[P];Z&&(Z.flags&=-2)}P=-1,xe.length=0,He(l),ye=null,(xe.length||ce.length)&&Ot(l)}}function Gt(l,F){const Z=l.get(F)||0;if(Z>Xe){const le=F.i,Me=le&&Gi(le.type);return ee(`Maximum recursive updates exceeded${Me?` in component <${Me}>`:""}. This means you have a reactive effect that is mutating its own dependencies and thus recursively triggering itself. Possible sources include component template, render function, updated hook or watcher source function.`,null,10),!0}return l.set(F,Z+1),!1}let ri=!1;const Ii=new Map,Li=new Map;function Yi(l){const F=l.type.__hmrId;let Z=Li.get(F);Z||(Lt(F,l.type),Z=Li.get(F)),Z.instances.add(l)}function wi(l){Li.get(l.type.__hmrId).instances.delete(l)}function Lt(l,F){return Li.has(l)?!1:(Li.set(l,{initialDef:di(F),instances:new Set}),!0)}function di(l){return ga(l)?l.__vccOpts:l}function Vt(l,F){const Z=Li.get(l);Z&&(Z.initialDef.render=F,[...Z.instances].forEach(le=>{F&&(le.render=F,di(le.type).render=F),le.renderCache=[],ri=!0,le.job.flags&8||le.update(),ri=!1}))}function pn(l,F){const Z=Li.get(l);if(!Z)return;F=di(F),oi(Z.initialDef,F);const le=[...Z.instances];for(let Me=0;Me<le.length;Me++){const Ie=le[Me],yt=di(Ie.type);let Nt=Ii.get(yt);Nt||(yt!==Z.initialDef&&oi(yt,F),Ii.set(yt,Nt=new Set)),Nt.add(Ie),Ie.appContext.propsCache.delete(Ie.type),Ie.appContext.emitsCache.delete(Ie.type),Ie.appContext.optionsCache.delete(Ie.type),Ie.ceReload?(Nt.add(Ie),Ie.ceReload(F.styles),Nt.delete(Ie)):Ie.parent?_t(()=>{Ie.job.flags&8||(ri=!0,Ie.parent.update(),ri=!1,Nt.delete(Ie))}):Ie.appContext.reload?Ie.appContext.reload():typeof window<"u"?window.location.reload():console.warn("[HMR] Root or manually mounted instance modified. Full reload required."),Ie.root.ce&&Ie!==Ie.root&&Ie.root.ce._removeChildStyle(yt)}Ft(()=>{Ii.clear()})}function oi(l,F){extend(l,F);for(const Z in l)Z!=="__file"&&!(Z in F)&&delete l[Z]}function ni(l){return(F,Z)=>{try{return l(F,Z)}catch(le){console.error(le),console.warn("[HMR] Something went wrong during Vue component hot-reload. Full reload required.")}}}let Ei,An=[],En=!1;function Qi(l,...F){Ei?Ei.emit(l,...F):En||An.push({event:l,args:F})}function Yt(l,F){var Z,le;Ei=l,Ei?(Ei.enabled=!0,An.forEach(({event:Me,args:Ie})=>Ei.emit(Me,...Ie)),An=[]):typeof window<"u"&&window.HTMLElement&&!((le=(Z=window.navigator)==null?void 0:Z.userAgent)!=null&&le.includes("jsdom"))?((F.__VUE_DEVTOOLS_HOOK_REPLAY__=F.__VUE_DEVTOOLS_HOOK_REPLAY__||[]).push(Ie=>{Yt(Ie,F)}),setTimeout(()=>{Ei||(F.__VUE_DEVTOOLS_HOOK_REPLAY__=null,En=!0,An=[])},3e3)):(En=!0,An=[])}function Ut(l,F){Qi("app:init",l,F,{Fragment:Fa,Text:yr,Comment:pr,Static:Za})}function qi(l){Qi("app:unmount",l)}const Ne=ot("component:added"),ft=ot("component:updated"),gt=ot("component:removed"),Ve=l=>{Ei&&typeof Ei.cleanupBuffer=="function"&&!Ei.cleanupBuffer(l)&>(l)};function ot(l){return F=>{Qi(l,F.appContext.app,F.uid,F.parent?F.parent.uid:void 0,F)}}const ei=null,X=null;function A(l){return(F,Z,le)=>{Qi(l,F.appContext.app,F.uid,F,Z,le)}}function g(l,F,Z){Qi("component:emit",l.appContext.app,l,F,Z)}let D=null,$=null;function Y(l){const F=D;return D=l,$=l&&l.type.__scopeId||null,F}function ne(l){$=l}function Re(){$=null}const Ge=l=>At;function At(l,F=D,Z){if(!F||l._n)return l;const le=(...Me)=>{le._d&&Cl(-1);const Ie=Y(F);let yt;try{yt=l(...Me)}finally{Y(Ie),le._d&&Cl(1)}return __VUE_PROD_DEVTOOLS__&&ft(F),yt};return le._n=!0,le._c=!0,le._d=!0,le}function Ze(l){isBuiltInDirective(l)&&d("Do not use built-in directive ids as custom directive id: "+l)}function ve(l,F){if(D===null)return l;const Z=pt(D),le=l.dirs||(l.dirs=[]);for(let Me=0;Me<F.length;Me++){let[Ie,yt,Nt,_i=i.EMPTY_OBJ]=F[Me];Ie&&((0,i.isFunction)(Ie)&&(Ie={mounted:Ie,updated:Ie}),Ie.deep&&(0,e.hV)(yt),le.push({dir:Ie,instance:Z,value:yt,oldValue:void 0,arg:Nt,modifiers:_i}))}return l}function L(l,F,Z,le){const Me=l.dirs,Ie=F&&F.dirs;for(let yt=0;yt<Me.length;yt++){const Nt=Me[yt];Ie&&(Nt.oldValue=Ie[yt].value);let _i=Nt.dir[le];_i&&((0,e.C4)(),_e(_i,Z,8,[l.el,Nt,l,F]),(0,e.bl)())}}const ge=Symbol("_vte"),Ae=l=>l.__isTeleport,rt=l=>l&&(l.disabled||l.disabled===""),Ht=l=>l&&(l.defer||l.defer===""),Qt=l=>typeof SVGElement<"u"&&l instanceof SVGElement,Qe=l=>typeof MathMLElement=="function"&&l instanceof MathMLElement,Rt=(l,F)=>{const Z=l&&l.to;return(0,i.isString)(Z)?F?F(Z):null:Z},Kt={name:"Teleport",__isTeleport:!0,process(l,F,Z,le,Me,Ie,yt,Nt,_i,Vi){const{mc:ji,pc:ci,pbc:bn,o:{insert:Wn,querySelector:Ca,createText:la,createComment:zr}}=Vi,Gr=rt(F.props);let{shapeFlag:Ba,children:zi,dynamicChildren:Xn}=F;if(l==null){const Kn=F.el=la(""),za=F.anchor=la("");Wn(Kn,Z,le),Wn(za,Z,le);const qa=(_a,wa)=>{Ba&16&&ji(zi,_a,wa,Me,Ie,yt,Nt,_i)},Ar=()=>{const _a=F.target=Rt(F.props,Ca),wa=Zn(_a,F,la,Wn);_a&&(yt!=="svg"&&Qt(_a)?yt="svg":yt!=="mathml"&&Qe(_a)&&(yt="mathml"),Me&&Me.isCE&&(Me.ce._teleportTargets||(Me.ce._teleportTargets=new Set)).add(_a),Gr||(qa(_a,wa),Ji(F,!1)))};Gr&&(qa(Z,za),Ji(F,!0)),Ht(F.props)?(F.el.__isMounted=!1,Qo(()=>{Ar(),delete F.el.__isMounted},Ie)):Ar()}else{if(Ht(F.props)&&l.el.__isMounted===!1){Qo(()=>{Kt.process(l,F,Z,le,Me,Ie,yt,Nt,_i,Vi)},Ie);return}F.el=l.el,F.targetStart=l.targetStart;const Kn=F.anchor=l.anchor,za=F.target=l.target,qa=F.targetAnchor=l.targetAnchor,Ar=rt(l.props),_a=Ar?Z:za,wa=Ar?Kn:qa;if(yt==="svg"||Qt(za)?yt="svg":(yt==="mathml"||Qe(za))&&(yt="mathml"),Xn?(bn(l.dynamicChildren,Xn,_a,Me,Ie,yt,Nt),Fu(l,F,!0)):_i||ci(l,F,_a,wa,Me,Ie,yt,Nt,!1),Gr)Ar?F.props&&l.props&&F.props.to!==l.props.to&&(F.props.to=l.props.to):wt(F,Z,Kn,Vi,1);else if((F.props&&F.props.to)!==(l.props&&l.props.to)){const Fr=F.target=Rt(F.props,Ca);Fr&&wt(F,Fr,null,Vi,0)}else Ar&&wt(F,za,qa,Vi,1);Ji(F,Gr)}},remove(l,F,Z,{um:le,o:{remove:Me}},Ie){const{shapeFlag:yt,children:Nt,anchor:_i,targetStart:Vi,targetAnchor:ji,target:ci,props:bn}=l;if(ci&&(Me(Vi),Me(ji)),Ie&&Me(_i),yt&16){const Wn=Ie||!rt(bn);for(let Ca=0;Ca<Nt.length;Ca++){const la=Nt[Ca];le(la,F,Z,Wn,!!la.dynamicChildren)}}},move:wt,hydrate:un};function wt(l,F,Z,{o:{insert:le},m:Me},Ie=2){Ie===0&&le(l.targetAnchor,F,Z);const{el:yt,anchor:Nt,shapeFlag:_i,children:Vi,props:ji}=l,ci=Ie===2;if(ci&&le(yt,F,Z),(!ci||rt(ji))&&_i&16)for(let bn=0;bn<Vi.length;bn++)Me(Vi[bn],F,Z,2);ci&&le(Nt,F,Z)}function un(l,F,Z,le,Me,Ie,{o:{nextSibling:yt,parentNode:Nt,querySelector:_i,insert:Vi,createText:ji}},ci){function bn(la,zr,Gr,Ba){zr.anchor=ci(yt(la),zr,Nt(la),Z,le,Me,Ie),zr.targetStart=Gr,zr.targetAnchor=Ba}const Wn=F.target=Rt(F.props,_i),Ca=rt(F.props);if(Wn){const la=Wn._lpa||Wn.firstChild;if(F.shapeFlag&16)if(Ca)bn(l,F,la,la&&yt(la));else{F.anchor=yt(l);let zr=la;for(;zr;){if(zr&&zr.nodeType===8){if(zr.data==="teleport start anchor")F.targetStart=zr;else if(zr.data==="teleport anchor"){F.targetAnchor=zr,Wn._lpa=F.targetAnchor&&yt(F.targetAnchor);break}}zr=yt(zr)}F.targetAnchor||Zn(Wn,F,ji,Vi),ci(la&&yt(la),F,Wn,Z,le,Me,Ie)}Ji(F,Ca)}else Ca&&F.shapeFlag&16&&bn(l,F,l,yt(l));return F.anchor&&yt(F.anchor)}const en=Kt;function Ji(l,F){const Z=l.ctx;if(Z&&Z.ut){let le,Me;for(F?(le=l.el,Me=l.anchor):(le=l.targetStart,Me=l.targetAnchor);le&&le!==Me;)le.nodeType===1&&le.setAttribute("data-v-owner",Z.uid),le=le.nextSibling;Z.ut()}}function Zn(l,F,Z,le){const Me=F.targetStart=Z(""),Ie=F.targetAnchor=Z("");return Me[ge]=Ie,l&&(le(Me,l),le(Ie,l)),Ie}const oa=Symbol("_leaveCb"),Tn=Symbol("_enterCb");function Er(){const l={isMounted:!1,isLeaving:!1,isUnmounting:!1,leavingVNodes:new Map};return Ra(()=>{l.isMounted=!0}),re(()=>{l.isUnmounting=!0}),l}const Ea=[Function,Array],Br={mode:String,appear:Boolean,persisted:Boolean,onBeforeEnter:Ea,onEnter:Ea,onAfterEnter:Ea,onEnterCancelled:Ea,onBeforeLeave:Ea,onLeave:Ea,onAfterLeave:Ea,onLeaveCancelled:Ea,onBeforeAppear:Ea,onAppear:Ea,onAfterAppear:Ea,onAppearCancelled:Ea},Ja=l=>{const F=l.subTree;return F.component?Ja(F.component):F},hr={name:"BaseTransition",props:Br,setup(l,{slots:F}){const Z=Bo(),le=Er();return()=>{const Me=F.default&&zn(F.default(),!0);if(!Me||!Me.length)return;const Ie=br(Me),yt=(0,e.ux)(l),{mode:Nt}=yt;if(le.isLeaving)return Wt(Ie);const _i=Si(Ie);if(!_i)return Wt(Ie);let Vi=zt(_i,yt,le,Z,ci=>Vi=ci);_i.type!==pr&&Oi(_i,Vi);let ji=Z.subTree&&Si(Z.subTree);if(ji&&ji.type!==pr&&!ls(ji,_i)&&Ja(Z).type!==pr){let ci=zt(ji,yt,le,Z);if(Oi(ji,ci),Nt==="out-in"&&_i.type!==pr)return le.isLeaving=!0,ci.afterLeave=()=>{le.isLeaving=!1,Z.job.flags&8||Z.update(),delete ci.afterLeave,ji=void 0},Wt(Ie);Nt==="in-out"&&_i.type!==pr?ci.delayLeave=(bn,Wn,Ca)=>{const la=Ur(le,ji);la[String(ji.key)]=ji,bn[oa]=()=>{Wn(),bn[oa]=void 0,delete Vi.delayedLeave,ji=void 0},Vi.delayedLeave=()=>{Ca(),delete Vi.delayedLeave,ji=void 0}}:ji=void 0}else ji&&(ji=void 0);return Ie}}};function br(l){let F=l[0];if(l.length>1){let Z=!1;for(const le of l)if(le.type!==pr){F=le,Z=!0;break}}return F}const Ka=hr;function Ur(l,F){const{leavingVNodes:Z}=l;let le=Z.get(F.type);return le||(le=Object.create(null),Z.set(F.type,le)),le}function zt(l,F,Z,le,Me){const{appear:Ie,mode:yt,persisted:Nt=!1,onBeforeEnter:_i,onEnter:Vi,onAfterEnter:ji,onEnterCancelled:ci,onBeforeLeave:bn,onLeave:Wn,onAfterLeave:Ca,onLeaveCancelled:la,onBeforeAppear:zr,onAppear:Gr,onAfterAppear:Ba,onAppearCancelled:zi}=F,Xn=String(l.key),Kn=Ur(Z,l),za=(_a,wa)=>{_a&&_e(_a,le,9,wa)},qa=(_a,wa)=>{const Fr=wa[1];za(_a,wa),(0,i.isArray)(_a)?_a.every(ro=>ro.length<=1)&&Fr():_a.length<=1&&Fr()},Ar={mode:yt,persisted:Nt,beforeEnter(_a){let wa=_i;if(!Z.isMounted)if(Ie)wa=zr||_i;else return;_a[oa]&&_a[oa](!0);const Fr=Kn[Xn];Fr&&ls(l,Fr)&&Fr.el[oa]&&Fr.el[oa](),za(wa,[_a])},enter(_a){let wa=Vi,Fr=ji,ro=ci;if(!Z.isMounted)if(Ie)wa=Gr||Vi,Fr=Ba||ji,ro=zi||ci;else return;let so=!1;const Wo=_a[Tn]=$o=>{so||(so=!0,$o?za(ro,[_a]):za(Fr,[_a]),Ar.delayedLeave&&Ar.delayedLeave(),_a[Tn]=void 0)};wa?qa(wa,[_a,Wo]):Wo()},leave(_a,wa){const Fr=String(l.key);if(_a[Tn]&&_a[Tn](!0),Z.isUnmounting)return wa();za(bn,[_a]);let ro=!1;const so=_a[oa]=Wo=>{ro||(ro=!0,wa(),Wo?za(la,[_a]):za(Ca,[_a]),_a[oa]=void 0,Kn[Fr]===l&&delete Kn[Fr])};Kn[Fr]=l,Wn?qa(Wn,[_a,so]):so()},clone(_a){const wa=zt(_a,F,Z,le,Me);return Me&&Me(wa),wa}};return Ar}function Wt(l){if(gi(l))return l=nr(l),l.children=null,l}function Si(l){if(!gi(l))return Ae(l.type)&&l.children?br(l.children):l;if(l.component)return l.component.subTree;const{shapeFlag:F,children:Z}=l;if(Z){if(F&16)return Z[0];if(F&32&&(0,i.isFunction)(Z.default))return Z.default()}}function Oi(l,F){l.shapeFlag&6&&l.component?(l.transition=F,Oi(l.component.subTree,F)):l.shapeFlag&128?(l.ssContent.transition=F.clone(l.ssContent),l.ssFallback.transition=F.clone(l.ssFallback)):l.transition=F}function zn(l,F=!1,Z){let le=[],Me=0;for(let Ie=0;Ie<l.length;Ie++){let yt=l[Ie];const Nt=Z==null?yt.key:String(Z)+String(yt.key!=null?yt.key:Ie);yt.type===Fa?(yt.patchFlag&128&&Me++,le=le.concat(zn(yt.children,F,Nt))):(F||yt.type!==pr)&&le.push(Nt!=null?nr(yt,{key:Nt}):yt)}if(Me>1)for(let Ie=0;Ie<le.length;Ie++)le[Ie].patchFlag=-2;return le}function Un(l,F){return(0,i.isFunction)(l)?(0,i.extend)({name:l.name},F,{setup:l}):l}function tr(){const l=Bo();return l?(l.appContext.config.idPrefix||"v")+"-"+l.ids[0]+l.ids[1]++:""}function Ai(l){l.ids=[l.ids[0]+l.ids[2]+++"-",0,0]}const Te=new WeakSet;function et(l){const F=Bo(),Z=(0,e.IJ)(null);if(F){const Me=F.refs===i.EMPTY_OBJ?F.refs={}:F.refs;let Ie;Object.defineProperty(Me,l,{enumerable:!0,get:()=>Z.value,set:yt=>Z.value=yt})}return Z}const ii=new WeakMap;function qt(l,F,Z,le,Me=!1){if((0,i.isArray)(l)){l.forEach((la,zr)=>qt(la,F&&((0,i.isArray)(F)?F[zr]:F),Z,le,Me));return}if(De(le)&&!Me){le.shapeFlag&512&&le.type.__asyncResolved&&le.component.subTree.component&&qt(l,F,Z,le.component.subTree);return}const Ie=le.shapeFlag&4?pt(le.component):le.el,yt=Me?null:Ie,{i:Nt,r:_i}=l,Vi=F&&F.r,ji=Nt.refs===i.EMPTY_OBJ?Nt.refs={}:Nt.refs,ci=Nt.setupState,bn=(0,e.ux)(ci),Wn=ci===i.EMPTY_OBJ?i.NO:la=>(0,i.hasOwn)(bn,la),Ca=la=>!0;if(Vi!=null&&Vi!==_i){if(xi(F),(0,i.isString)(Vi))ji[Vi]=null,Wn(Vi)&&(ci[Vi]=null);else if((0,e.i9)(Vi)){Ca(Vi)&&(Vi.value=null);const la=F;la.k&&(ji[la.k]=null)}}if((0,i.isFunction)(_i))K(_i,Nt,12,[yt,ji]);else{const la=(0,i.isString)(_i),zr=(0,e.i9)(_i);if(la||zr){const Gr=()=>{if(l.f){const Ba=la?Wn(_i)?ci[_i]:ji[_i]:Ca(_i)||!l.k?_i.value:ji[l.k];if(Me)(0,i.isArray)(Ba)&&(0,i.remove)(Ba,Ie);else if((0,i.isArray)(Ba))Ba.includes(Ie)||Ba.push(Ie);else if(la)ji[_i]=[Ie],Wn(_i)&&(ci[_i]=ji[_i]);else{const zi=[Ie];Ca(_i)&&(_i.value=zi),l.k&&(ji[l.k]=zi)}}else la?(ji[_i]=yt,Wn(_i)&&(ci[_i]=yt)):zr&&(Ca(_i)&&(_i.value=yt),l.k&&(ji[l.k]=yt))};if(yt){const Ba=()=>{Gr(),ii.delete(l)};Ba.id=-1,ii.set(l,Ba),Qo(Ba,Z)}else xi(l),Gr()}}}function xi(l){const F=ii.get(l);F&&(F.flags|=8,ii.delete(l))}let ia=!1;const ca=()=>{ia||(console.error("Hydration completed but contains mismatches."),ia=!0)},ma=l=>l.namespaceURI.includes("svg")&&l.tagName!=="foreignObject",jn=l=>l.namespaceURI.includes("MathML"),$a=l=>{if(l.nodeType===1){if(ma(l))return"svg";if(jn(l))return"mathml"}},Ia=l=>l.nodeType===8;function gr(l){const{mt:F,p:Z,o:{patchProp:le,createText:Me,nextSibling:Ie,parentNode:yt,remove:Nt,insert:_i,createComment:Vi}}=l,ji=(zi,Xn)=>{if(!Xn.hasChildNodes()){__VUE_PROD_HYDRATION_MISMATCH_DETAILS__&&d("Attempting to hydrate existing markup but container is empty. Performing full mount instead."),Z(null,zi,Xn),He(),Xn._vnode=zi;return}ci(Xn.firstChild,zi,null,null,null),He(),Xn._vnode=zi},ci=(zi,Xn,Kn,za,qa,Ar=!1)=>{Ar=Ar||!!Xn.dynamicChildren;const _a=Ia(zi)&&zi.data==="[",wa=()=>la(zi,Xn,Kn,za,qa,_a),{type:Fr,ref:ro,shapeFlag:so,patchFlag:Wo}=Xn;let $o=zi.nodeType;Xn.el=zi,__VUE_PROD_DEVTOOLS__&&(def(zi,"__vnode",Xn,!0),def(zi,"__vueParentComponent",Kn,!0)),Wo===-2&&(Ar=!1,Xn.dynamicChildren=null);let Nr=null;switch(Fr){case yr:$o!==3?Xn.children===""?(_i(Xn.el=Me(""),yt(zi),zi),Nr=zi):Nr=wa():(zi.data!==Xn.children&&(__VUE_PROD_HYDRATION_MISMATCH_DETAILS__&&d("Hydration text mismatch in",zi.parentNode,`
|
|
- rendered on server: ${JSON.stringify(zi.data)}
|
|
- expected on client: ${JSON.stringify(Xn.children)}`),ca(),zi.data=Xn.children),Nr=Ie(zi));break;case pr:Ba(zi)?(Nr=Ie(zi),Gr(Xn.el=zi.content.firstChild,zi,Kn)):$o!==8||_a?Nr=wa():Nr=Ie(zi);break;case Za:if(_a&&(zi=Ie(zi),$o=zi.nodeType),$o===1||$o===3){Nr=zi;const lo=!Xn.children.length;for(let Tr=0;Tr<Xn.staticCount;Tr++)lo&&(Xn.children+=Nr.nodeType===1?Nr.outerHTML:Nr.data),Tr===Xn.staticCount-1&&(Xn.anchor=Nr),Nr=Ie(Nr);return _a?Ie(Nr):Nr}else wa();break;case Fa:_a?Nr=Ca(zi,Xn,Kn,za,qa,Ar):Nr=wa();break;default:if(so&1)($o!==1||Xn.type.toLowerCase()!==zi.tagName.toLowerCase())&&!Ba(zi)?Nr=wa():Nr=bn(zi,Xn,Kn,za,qa,Ar);else if(so&6){Xn.slotScopeIds=qa;const lo=yt(zi);if(_a?Nr=zr(zi):Ia(zi)&&zi.data==="teleport start"?Nr=zr(zi,zi.data,"teleport end"):Nr=Ie(zi),F(Xn,lo,null,Kn,za,$a(lo),Ar),De(Xn)&&!Xn.type.__asyncResolved){let Tr;_a?(Tr=bo(Fa),Tr.anchor=Nr?Nr.previousSibling:lo.lastChild):Tr=zi.nodeType===3?ns(""):bo("div"),Tr.el=zi,Xn.component.subTree=Tr}}else so&64?$o!==8?Nr=wa():Nr=Xn.type.hydrate(zi,Xn,Kn,za,qa,Ar,l,Wn):so&128?Nr=Xn.type.hydrate(zi,Xn,Kn,za,$a(yt(zi)),qa,Ar,l,ci):__VUE_PROD_HYDRATION_MISMATCH_DETAILS__&&d("Invalid HostVNode type:",Fr,`(${typeof Fr})`)}return ro!=null&&qt(ro,null,za,Xn),Nr},bn=(zi,Xn,Kn,za,qa,Ar)=>{Ar=Ar||!!Xn.dynamicChildren;const{type:_a,props:wa,patchFlag:Fr,shapeFlag:ro,dirs:so,transition:Wo}=Xn,$o=_a==="input"||_a==="option";if($o||Fr!==-1){so&&L(Xn,null,Kn,"created");let Nr=!1;if(Ba(zi)){Nr=Zu(null,Wo)&&Kn&&Kn.vnode.props&&Kn.vnode.props.appear;const Tr=zi.content.firstChild;if(Nr){const Fo=Tr.getAttribute("class");Fo&&(Tr.$cls=Fo),Wo.beforeEnter(Tr)}Gr(Tr,zi,Kn),Xn.el=zi=Tr}if(ro&16&&!(wa&&(wa.innerHTML||wa.textContent))){let Tr=Wn(zi.firstChild,Xn,zi,Kn,za,qa,Ar),Fo=!1;for(;Tr;){b(zi,1)||(__VUE_PROD_HYDRATION_MISMATCH_DETAILS__&&!Fo&&(d("Hydration children mismatch on",zi,`
|
|
Server rendered element contains more child nodes than client vdom.`),Fo=!0),ca());const Wl=Tr;Tr=Tr.nextSibling,Nt(Wl)}}else if(ro&8){let Tr=Xn.children;Tr[0]===`
|
|
`&&(zi.tagName==="PRE"||zi.tagName==="TEXTAREA")&&(Tr=Tr.slice(1));const{textContent:Fo}=zi;Fo!==Tr&&Fo!==Tr.replace(/\r\n|\r/g,`
|
|
`)&&(b(zi,0)||(__VUE_PROD_HYDRATION_MISMATCH_DETAILS__&&d("Hydration text content mismatch on",zi,`
|
|
- rendered on server: ${Fo}
|
|
- expected on client: ${Tr}`),ca()),zi.textContent=Xn.children)}if(wa){if(__VUE_PROD_HYDRATION_MISMATCH_DETAILS__||$o||!Ar||Fr&48){const Tr=zi.tagName.includes("-");for(const Fo in wa)__VUE_PROD_HYDRATION_MISMATCH_DETAILS__&&!(so&&so.some(Wl=>Wl.dir.created))&&Ta(zi,Fo,wa[Fo],Xn,Kn)&&ca(),($o&&(Fo.endsWith("value")||Fo==="indeterminate")||isOn(Fo)&&!isReservedProp(Fo)||Fo[0]==="."||Tr)&&le(zi,Fo,null,wa[Fo],void 0,Kn)}else if(wa.onClick)le(zi,"onClick",null,wa.onClick,void 0,Kn);else if(Fr&4&&isReactive(wa.style))for(const Tr in wa.style)wa.style[Tr]}let lo;(lo=wa&&wa.onVnodeBeforeMount)&&Rs(lo,Kn,Xn),so&&L(Xn,null,Kn,"beforeMount"),((lo=wa&&wa.onVnodeMounted)||so||Nr)&&Da(()=>{lo&&Rs(lo,Kn,Xn),Nr&&Wo.enter(zi),so&&L(Xn,null,Kn,"mounted")},za)}return zi.nextSibling},Wn=(zi,Xn,Kn,za,qa,Ar,_a)=>{_a=_a||!!Xn.dynamicChildren;const wa=Xn.children,Fr=wa.length;let ro=!1;for(let so=0;so<Fr;so++){const Wo=_a?wa[so]:wa[so]=Jo(wa[so]),$o=Wo.type===yr;zi?($o&&!_a&&so+1<Fr&&Jo(wa[so+1]).type===yr&&(_i(Me(zi.data.slice(Wo.children.length)),Kn,Ie(zi)),zi.data=Wo.children),zi=ci(zi,Wo,za,qa,Ar,_a)):$o&&!Wo.children?_i(Wo.el=Me(""),Kn):(b(Kn,1)||(__VUE_PROD_HYDRATION_MISMATCH_DETAILS__&&!ro&&(d("Hydration children mismatch on",Kn,`
|
|
Server rendered element contains fewer child nodes than client vdom.`),ro=!0),ca()),Z(null,Wo,Kn,null,za,qa,$a(Kn),Ar))}return zi},Ca=(zi,Xn,Kn,za,qa,Ar)=>{const{slotScopeIds:_a}=Xn;_a&&(qa=qa?qa.concat(_a):_a);const wa=yt(zi),Fr=Wn(Ie(zi),Xn,wa,Kn,za,qa,Ar);return Fr&&Ia(Fr)&&Fr.data==="]"?Ie(Xn.anchor=Fr):(ca(),_i(Xn.anchor=Vi("]"),wa,Fr),Fr)},la=(zi,Xn,Kn,za,qa,Ar)=>{if(b(zi.parentElement,1)||(__VUE_PROD_HYDRATION_MISMATCH_DETAILS__&&d(`Hydration node mismatch:
|
|
- rendered on server:`,zi,zi.nodeType===3?"(text)":Ia(zi)&&zi.data==="["?"(start of fragment)":"",`
|
|
- expected on client:`,Xn.type),ca()),Xn.el=null,Ar){const Fr=zr(zi);for(;;){const ro=Ie(zi);if(ro&&ro!==Fr)Nt(ro);else break}}const _a=Ie(zi),wa=yt(zi);return Nt(zi),Z(null,Xn,wa,_a,Kn,za,$a(wa),qa),Kn&&(Kn.vnode.el=Xn.el,vt(Kn,Xn.el)),_a},zr=(zi,Xn="[",Kn="]")=>{let za=0;for(;zi;)if(zi=Ie(zi),zi&&Ia(zi)&&(zi.data===Xn&&za++,zi.data===Kn)){if(za===0)return Ie(zi);za--}return zi},Gr=(zi,Xn,Kn)=>{const za=Xn.parentNode;za&&za.replaceChild(zi,Xn);let qa=Kn;for(;qa;)qa.vnode.el===Xn&&(qa.vnode.el=qa.subTree.el=zi),qa=qa.parent},Ba=zi=>zi.nodeType===1&&zi.tagName==="TEMPLATE";return[ji,ci]}function Ta(l,F,Z,le,Me){let Ie,yt,Nt,_i;if(F==="class")l.$cls?(Nt=l.$cls,delete l.$cls):Nt=l.getAttribute("class"),_i=normalizeClass(Z),Kr(to(Nt||""),to(_i))||(Ie=2,yt="class");else if(F==="style"){Nt=l.getAttribute("style")||"",_i=isString(Z)?Z:stringifyStyle(normalizeStyle(Z));const Vi=lr(Nt),ji=lr(_i);if(le.dirs)for(const{dir:ci,value:bn}of le.dirs)ci.name==="show"&&!bn&&ji.set("display","none");Me&&Le(Me,le,ji),Wr(Vi,ji)||(Ie=3,yt="style")}else(l instanceof SVGElement&&isKnownSvgAttr(F)||l instanceof HTMLElement&&(isBooleanAttr(F)||isKnownHtmlAttr(F)))&&(isBooleanAttr(F)?(Nt=l.hasAttribute(F),_i=includeBooleanAttr(Z)):Z==null?(Nt=l.hasAttribute(F),_i=!1):(l.hasAttribute(F)?Nt=l.getAttribute(F):F==="value"&&l.tagName==="TEXTAREA"?Nt=l.value:Nt=!1,_i=isRenderableAttrValue(Z)?String(Z):!1),Nt!==_i&&(Ie=4,yt=F));if(Ie!=null&&!b(l,Ie)){const Vi=bn=>bn===!1?"(not rendered)":`${yt}="${bn}"`,ji=`Hydration ${u[Ie]} mismatch on`,ci=`
|
|
- rendered on server: ${Vi(Nt)}
|
|
- expected on client: ${Vi(_i)}
|
|
Note: this mismatch is check-only. The DOM will not be rectified in production due to performance overhead.
|
|
You should fix the source of the mismatch.`;return d(ji,l,ci),!0}return!1}function to(l){return new Set(l.trim().split(/\s+/))}function Kr(l,F){if(l.size!==F.size)return!1;for(const Z of l)if(!F.has(Z))return!1;return!0}function lr(l){const F=new Map;for(const Z of l.split(";")){let[le,Me]=Z.split(":");le=le.trim(),Me=Me&&Me.trim(),le&&Me&&F.set(le,Me)}return F}function Wr(l,F){if(l.size!==F.size)return!1;for(const[Z,le]of l)if(le!==F.get(Z))return!1;return!0}function Le(l,F,Z){const le=l.subTree;if(l.getCssVars&&(F===le||le&&le.type===Fa&&le.children.includes(F))){const Me=l.getCssVars();for(const Ie in Me){const yt=normalizeCssVarValue(Me[Ie]);Z.set(`--${getEscapedCssVarName(Ie,!1)}`,yt)}}F===le&&l.parent&&Le(l.parent,l.vnode,Z)}const lt="data-allow-mismatch",u={0:"text",1:"children",2:"class",3:"style",4:"attribute"};function b(l,F){if(F===0||F===1)for(;l&&!l.hasAttribute(lt);)l=l.parentElement;const Z=l&&l.getAttribute(lt);if(Z==null)return!1;if(Z==="")return!0;{const le=Z.split(",");return F===0&&le.includes("children")?!0:le.includes(u[F])}}const R=(0,i.getGlobalThis)().requestIdleCallback||(l=>setTimeout(l,1)),q=(0,i.getGlobalThis)().cancelIdleCallback||(l=>clearTimeout(l)),oe=(l=1e4)=>F=>{const Z=R(F,{timeout:l});return()=>q(Z)};function z(l){const{top:F,left:Z,bottom:le,right:Me}=l.getBoundingClientRect(),{innerHeight:Ie,innerWidth:yt}=window;return(F>0&&F<Ie||le>0&&le<Ie)&&(Z>0&&Z<yt||Me>0&&Me<yt)}const ae=l=>(F,Z)=>{const le=new IntersectionObserver(Me=>{for(const Ie of Me)if(Ie.isIntersecting){le.disconnect(),F();break}},l);return Z(Me=>{if(Me instanceof Element){if(z(Me))return F(),le.disconnect(),!1;le.observe(Me)}}),()=>le.disconnect()},Ee=l=>F=>{if(l){const Z=matchMedia(l);if(Z.matches)F();else return Z.addEventListener("change",F,{once:!0}),()=>Z.removeEventListener("change",F)}},V=(l=[])=>(F,Z)=>{isString(l)&&(l=[l]);let le=!1;const Me=yt=>{le||(le=!0,Ie(),F(),yt.target.dispatchEvent(new yt.constructor(yt.type,yt)))},Ie=()=>{Z(yt=>{for(const Nt of l)yt.removeEventListener(Nt,Me)})};return Z(yt=>{for(const Nt of l)yt.addEventListener(Nt,Me,{once:!0})}),Ie};function Fe(l,F){if(Ia(l)&&l.data==="["){let Z=1,le=l.nextSibling;for(;le;){if(le.nodeType===1){if(F(le)===!1)break}else if(Ia(le))if(le.data==="]"){if(--Z===0)break}else le.data==="["&&Z++;le=le.nextSibling}}else F(l)}const De=l=>!!l.type.__asyncLoader;function Et(l){(0,i.isFunction)(l)&&(l={loader:l});const{loader:F,loadingComponent:Z,errorComponent:le,delay:Me=200,hydrate:Ie,timeout:yt,suspensible:Nt=!0,onError:_i}=l;let Vi=null,ji,ci=0;const bn=()=>(ci++,Vi=null,Wn()),Wn=()=>{let Ca;return Vi||(Ca=Vi=F().catch(la=>{if(la=la instanceof Error?la:new Error(String(la)),_i)return new Promise((zr,Gr)=>{_i(la,()=>zr(bn()),()=>Gr(la),ci+1)});throw la}).then(la=>Ca!==Vi&&Vi?Vi:(la&&(la.__esModule||la[Symbol.toStringTag]==="Module")&&(la=la.default),ji=la,la)))};return Un({name:"AsyncComponentWrapper",__asyncLoader:Wn,__asyncHydrate(Ca,la,zr){let Gr=!1;(la.bu||(la.bu=[])).push(()=>Gr=!0);const Ba=()=>{Gr||zr()},zi=Ie?()=>{const Xn=Ie(Ba,Kn=>Fe(Ca,Kn));Xn&&(la.bum||(la.bum=[])).push(Xn)}:Ba;ji?zi():Wn().then(()=>!la.isUnmounted&&zi())},get __asyncResolved(){return ji},setup(){const Ca=Lr;if(Ai(Ca),ji)return()=>yi(ji,Ca);const la=zi=>{Vi=null,ee(zi,Ca,13,!le)};if(Nt&&Ca.suspense||xs)return Wn().then(zi=>()=>yi(zi,Ca)).catch(zi=>(la(zi),()=>le?bo(le,{error:zi}):null));const zr=(0,e.KR)(!1),Gr=(0,e.KR)(),Ba=(0,e.KR)(!!Me);return Me&&setTimeout(()=>{Ba.value=!1},Me),yt!=null&&setTimeout(()=>{if(!zr.value&&!Gr.value){const zi=new Error(`Async component timed out after ${yt}ms.`);la(zi),Gr.value=zi}},yt),Wn().then(()=>{zr.value=!0,Ca.parent&&gi(Ca.parent.vnode)&&Ca.parent.update()}).catch(zi=>{la(zi),Gr.value=zi}),()=>{if(zr.value&&ji)return yi(ji,Ca);if(Gr.value&&le)return bo(le,{error:Gr.value});if(Z&&!Ba.value)return yi(Z,Ca)}}})}function yi(l,F){const{ref:Z,props:le,children:Me,ce:Ie}=F.vnode,yt=bo(l,le,Me);return yt.ref=Z,yt.ce=Ie,delete F.vnode.ce,yt}const gi=l=>l.type.__isKeepAlive,fn={name:"KeepAlive",__isKeepAlive:!0,props:{include:[String,RegExp,Array],exclude:[String,RegExp,Array],max:[String,Number]},setup(l,{slots:F}){const Z=Bo(),le=Z.ctx;if(!le.renderer)return()=>{const Ba=F.default&&F.default();return Ba&&Ba.length===1?Ba[0]:Ba};const Me=new Map,Ie=new Set;let yt=null;__VUE_PROD_DEVTOOLS__&&(Z.__v_cache=Me);const Nt=Z.suspense,{renderer:{p:_i,m:Vi,um:ji,o:{createElement:ci}}}=le,bn=ci("div");le.activate=(Ba,zi,Xn,Kn,za)=>{const qa=Ba.component;Vi(Ba,zi,Xn,0,Nt),_i(qa.vnode,Ba,zi,Xn,qa,Nt,Kn,Ba.slotScopeIds,za),Qo(()=>{qa.isDeactivated=!1,qa.a&&(0,i.invokeArrayFns)(qa.a);const Ar=Ba.props&&Ba.props.onVnodeMounted;Ar&&Rs(Ar,qa.parent,Ba)},Nt),__VUE_PROD_DEVTOOLS__&&Ne(qa)},le.deactivate=Ba=>{const zi=Ba.component;Bu(zi.m),Bu(zi.a),Vi(Ba,bn,null,1,Nt),Qo(()=>{zi.da&&(0,i.invokeArrayFns)(zi.da);const Xn=Ba.props&&Ba.props.onVnodeUnmounted;Xn&&Rs(Xn,zi.parent,Ba),zi.isDeactivated=!0},Nt),__VUE_PROD_DEVTOOLS__&&Ne(zi)};function Wn(Ba){Ui(Ba),ji(Ba,Z,Nt,!0)}function Ca(Ba){Me.forEach((zi,Xn)=>{const Kn=Gi(zi.type);Kn&&!Ba(Kn)&&la(Xn)})}function la(Ba){const zi=Me.get(Ba);zi&&(!yt||!ls(zi,yt))?Wn(zi):yt&&Ui(yt),Me.delete(Ba),Ie.delete(Ba)}Rl(()=>[l.include,l.exclude],([Ba,zi])=>{Ba&&Ca(Xn=>je(Ba,Xn)),zi&&Ca(Xn=>!je(zi,Xn))},{flush:"post",deep:!0});let zr=null;const Gr=()=>{zr!=null&&(Fi(Z.subTree.type)?Qo(()=>{Me.set(zr,Hn(Z.subTree))},Z.subTree.suspense):Me.set(zr,Hn(Z.subTree)))};return Ra(Gr),ea(Gr),re(()=>{Me.forEach(Ba=>{const{subTree:zi,suspense:Xn}=Z,Kn=Hn(zi);if(Ba.type===Kn.type&&Ba.key===Kn.key){Ui(Kn);const za=Kn.component.da;za&&Qo(za,Xn);return}Wn(Ba)})}),()=>{if(zr=null,!F.default)return yt=null;const Ba=F.default(),zi=Ba[0];if(Ba.length>1)return yt=null,Ba;if(!Uo(zi)||!(zi.shapeFlag&4)&&!(zi.shapeFlag&128))return yt=null,zi;let Xn=Hn(zi);if(Xn.type===pr)return yt=null,Xn;const Kn=Xn.type,za=Gi(De(Xn)?Xn.type.__asyncResolved||{}:Kn),{include:qa,exclude:Ar,max:_a}=l;if(qa&&(!za||!je(qa,za))||Ar&&za&&je(Ar,za))return Xn.shapeFlag&=-257,yt=Xn,zi;const wa=Xn.key==null?Kn:Xn.key,Fr=Me.get(wa);return Xn.el&&(Xn=nr(Xn),zi.shapeFlag&128&&(zi.ssContent=Xn)),zr=wa,Fr?(Xn.el=Fr.el,Xn.component=Fr.component,Xn.transition&&Oi(Xn,Xn.transition),Xn.shapeFlag|=512,Ie.delete(wa),Ie.add(wa)):(Ie.add(wa),_a&&Ie.size>parseInt(_a,10)&&la(Ie.values().next().value)),Xn.shapeFlag|=256,yt=Xn,Fi(zi.type)?zi:Xn}}},se=null;function je(l,F){return(0,i.isArray)(l)?l.some(Z=>je(Z,F)):(0,i.isString)(l)?l.split(",").includes(F):(0,i.isRegExp)(l)?(l.lastIndex=0,l.test(F)):!1}function Ue(l,F){dt(l,"a",F)}function mt(l,F){dt(l,"da",F)}function dt(l,F,Z=Lr){const le=l.__wdc||(l.__wdc=()=>{let Me=Z;for(;Me;){if(Me.isDeactivated)return;Me=Me.parent}return l()});if(rn(F,le,Z),Z){let Me=Z.parent;for(;Me&&Me.parent;)gi(Me.parent.vnode)&&li(le,F,Z,Me),Me=Me.parent}}function li(l,F,Z,le){const Me=rn(F,l,le,!0);Ye(()=>{(0,i.remove)(le[F],Me)},Z)}function Ui(l){l.shapeFlag&=-257,l.shapeFlag&=-513}function Hn(l){return l.shapeFlag&128?l.ssContent:l}function rn(l,F,Z=Lr,le=!1){if(Z){const Me=Z[l]||(Z[l]=[]),Ie=F.__weh||(F.__weh=(...yt)=>{(0,e.C4)();const Nt=Ll(Z),_i=_e(F,Z,l,yt);return Nt(),(0,e.bl)(),_i});return le?Me.unshift(Ie):Me.push(Ie),Ie}}const Nn=l=>(F,Z=Lr)=>{(!xs||l==="sp")&&rn(l,(...le)=>F(...le),Z)},ba=Nn("bm"),Ra=Nn("m"),ka=Nn("bu"),ea=Nn("u"),re=Nn("bum"),Ye=Nn("um"),Pt=Nn("sp"),Bi=Nn("rtg"),dn=Nn("rtc");function sa(l,F=Lr){rn("ec",l,F)}const gn="components",tn="directives";function bt(l,F){return Qa(gn,l,!0,F)||l}const sn=Symbol.for("v-ndc");function Oa(l){return(0,i.isString)(l)?Qa(gn,l,!1)||l:l||sn}function _r(l){return Qa(tn,l)}function Qa(l,F,Z=!0,le=!1){const Me=D||Lr;if(Me){const Ie=Me.type;if(l===gn){const Nt=Gi(Ie,!1);if(Nt&&(Nt===F||Nt===(0,i.camelize)(F)||Nt===(0,i.capitalize)((0,i.camelize)(F))))return Ie}const yt=Rr(Me[l]||Ie[l],F)||Rr(Me.appContext[l],F);return!yt&&le?Ie:yt}}function Rr(l,F){return l&&(l[F]||l[(0,i.camelize)(F)]||l[(0,i.capitalize)((0,i.camelize)(F))])}function io(l,F,Z,le){let Me;const Ie=Z&&Z[le],yt=(0,i.isArray)(l);if(yt||(0,i.isString)(l)){const Nt=yt&&(0,e.g8)(l);let _i=!1,Vi=!1;Nt&&(_i=!(0,e.fE)(l),Vi=(0,e.Tm)(l),l=(0,e.qA)(l)),Me=new Array(l.length);for(let ji=0,ci=l.length;ji<ci;ji++)Me[ji]=F(_i?Vi?(0,e.a1)((0,e.lJ)(l[ji])):(0,e.lJ)(l[ji]):l[ji],ji,void 0,Ie&&Ie[ji])}else if(typeof l=="number"){Me=new Array(l);for(let Nt=0;Nt<l;Nt++)Me[Nt]=F(Nt+1,Nt,void 0,Ie&&Ie[Nt])}else if((0,i.isObject)(l))if(l[Symbol.iterator])Me=Array.from(l,(Nt,_i)=>F(Nt,_i,void 0,Ie&&Ie[_i]));else{const Nt=Object.keys(l);Me=new Array(Nt.length);for(let _i=0,Vi=Nt.length;_i<Vi;_i++){const ji=Nt[_i];Me[_i]=F(l[ji],ji,_i,Ie&&Ie[_i])}}else Me=[];return Z&&(Z[le]=Me),Me}function Do(l,F){for(let Z=0;Z<F.length;Z++){const le=F[Z];if((0,i.isArray)(le))for(let Me=0;Me<le.length;Me++)l[le[Me].name]=le[Me].fn;else le&&(l[le.name]=le.key?(...Me)=>{const Ie=le.fn(...Me);return Ie&&(Ie.key=le.key),Ie}:le.fn)}return l}function go(l,F,Z={},le,Me){if(D.ce||D.parent&&De(D.parent)&&D.parent.ce){const Vi=Object.keys(Z).length>0;return F!=="default"&&(Z.name=F),Jr(),Mo(Fa,null,[bo("slot",Z,le&&le())],Vi?-2:64)}let Ie=l[F];Ie&&Ie._c&&(Ie._d=!1),Jr();const yt=Ie&&no(Ie(Z)),Nt=Z.key||yt&&yt.key,_i=Mo(Fa,{key:(Nt&&!(0,i.isSymbol)(Nt)?Nt:`_${F}`)+(!yt&&le?"_fb":"")},yt||(le?le():[]),yt&&l._===1?64:-2);return!Me&&_i.scopeId&&(_i.slotScopeIds=[_i.scopeId+"-s"]),Ie&&Ie._c&&(Ie._d=!0),_i}function no(l){return l.some(F=>Uo(F)?!(F.type===pr||F.type===Fa&&!no(F.children)):!0)?l:null}function fo(l,F){const Z={};for(const le in l)Z[F&&/[A-Z]/.test(le)?`on:${le}`:(0,i.toHandlerKey)(le)]=l[le];return Z}const Xo=l=>l?yu(l)?pt(l):Xo(l.parent):null,hs=(0,i.extend)(Object.create(null),{$:l=>l,$el:l=>l.vnode.el,$data:l=>l.data,$props:l=>l.props,$attrs:l=>l.attrs,$slots:l=>l.slots,$refs:l=>l.refs,$parent:l=>Xo(l.parent),$root:l=>Xo(l.root),$host:l=>l.ce,$emit:l=>l.emit,$options:l=>__VUE_OPTIONS_API__?dl(l):l.type,$forceUpdate:l=>l.f||(l.f=()=>{_t(l.update)}),$nextTick:l=>l.n||(l.n=ui.bind(l.proxy)),$watch:l=>__VUE_OPTIONS_API__?hd.bind(l):i.NOOP}),Hl=l=>l==="_"||l==="$",Kl=(l,F)=>l!==i.EMPTY_OBJ&&!l.__isScriptSetup&&(0,i.hasOwn)(l,F),ll={get({_:l},F){if(F==="__v_skip")return!0;const{ctx:Z,setupState:le,data:Me,props:Ie,accessCache:yt,type:Nt,appContext:_i}=l;let Vi;if(F[0]!=="$"){const Wn=yt[F];if(Wn!==void 0)switch(Wn){case 1:return le[F];case 2:return Me[F];case 4:return Z[F];case 3:return Ie[F]}else{if(Kl(le,F))return yt[F]=1,le[F];if(__VUE_OPTIONS_API__&&Me!==i.EMPTY_OBJ&&(0,i.hasOwn)(Me,F))return yt[F]=2,Me[F];if((Vi=l.propsOptions[0])&&(0,i.hasOwn)(Vi,F))return yt[F]=3,Ie[F];if(Z!==i.EMPTY_OBJ&&(0,i.hasOwn)(Z,F))return yt[F]=4,Z[F];(!__VUE_OPTIONS_API__||wl)&&(yt[F]=0)}}const ji=hs[F];let ci,bn;if(ji)return F==="$attrs"&&(0,e.u4)(l.attrs,"get",""),ji(l);if((ci=Nt.__cssModules)&&(ci=ci[F]))return ci;if(Z!==i.EMPTY_OBJ&&(0,i.hasOwn)(Z,F))return yt[F]=4,Z[F];if(bn=_i.config.globalProperties,(0,i.hasOwn)(bn,F))return bn[F]},set({_:l},F,Z){const{data:le,setupState:Me,ctx:Ie}=l;return Kl(Me,F)?(Me[F]=Z,!0):__VUE_OPTIONS_API__&&le!==i.EMPTY_OBJ&&(0,i.hasOwn)(le,F)?(le[F]=Z,!0):(0,i.hasOwn)(l.props,F)||F[0]==="$"&&F.slice(1)in l?!1:(Ie[F]=Z,!0)},has({_:{data:l,setupState:F,accessCache:Z,ctx:le,appContext:Me,propsOptions:Ie,type:yt}},Nt){let _i,Vi;return!!(Z[Nt]||__VUE_OPTIONS_API__&&l!==i.EMPTY_OBJ&&Nt[0]!=="$"&&(0,i.hasOwn)(l,Nt)||Kl(F,Nt)||(_i=Ie[0])&&(0,i.hasOwn)(_i,Nt)||(0,i.hasOwn)(le,Nt)||(0,i.hasOwn)(hs,Nt)||(0,i.hasOwn)(Me.config.globalProperties,Nt)||(Vi=yt.__cssModules)&&Vi[Nt])},defineProperty(l,F,Z){return Z.get!=null?l._.accessCache[F]=0:(0,i.hasOwn)(Z,"value")&&this.set(l,F,Z.value,null),Reflect.defineProperty(l,F,Z)}},Eu=(0,i.extend)({},ll,{get(l,F){if(F!==Symbol.unscopables)return ll.get(l,F,l)},has(l,F){return F[0]!=="_"&&!(0,i.isGloballyAllowed)(F)}});function mu(l){const F={};return Object.defineProperty(F,"_",{configurable:!0,enumerable:!1,get:()=>l}),Object.keys(hs).forEach(Z=>{Object.defineProperty(F,Z,{configurable:!0,enumerable:!1,get:()=>hs[Z](l),set:NOOP})}),F}function os(l){const{ctx:F,propsOptions:[Z]}=l;Z&&Object.keys(Z).forEach(le=>{Object.defineProperty(F,le,{enumerable:!0,configurable:!0,get:()=>l.props[le],set:NOOP})})}function Ol(l){const{ctx:F,setupState:Z}=l;Object.keys(toRaw(Z)).forEach(le=>{if(!Z.__isScriptSetup){if(Hl(le[0])){d(`setup() return property ${JSON.stringify(le)} should not start with "$" or "_" which are reserved prefixes for Vue internals.`);return}Object.defineProperty(F,le,{enumerable:!0,configurable:!0,get:()=>Z[le],set:NOOP})}})}const Du=l=>d(`${l}() is a compiler-hint helper that is only usable inside <script setup> of a single file component. Its arguments should be compiled away and passing it at runtime has no effect.`);function tu(){return null}function $l(){return null}function Cu(l){}function hu(l){}function Su(){return null}function Gl(){}function zu(l,F){return null}function cs(){return iu("useSlots").slots}function Uu(){return iu("useAttrs").attrs}function iu(l){const F=Bo();return F.setupContext||(F.setupContext=Zt(F))}function kl(l){return(0,i.isArray)(l)?l.reduce((F,Z)=>(F[Z]=null,F),{}):l}function xu(l,F){const Z=kl(l);for(const le in F){if(le.startsWith("__skip"))continue;let Me=Z[le];Me?isArray(Me)||isFunction(Me)?Me=Z[le]={type:Me,default:F[le]}:Me.default=F[le]:Me===null&&(Me=Z[le]={default:F[le]}),Me&&F[`__skip_${le}`]&&(Me.skipFactory=!0)}return Z}function _u(l,F){return!l||!F?l||F:(0,i.isArray)(l)&&(0,i.isArray)(F)?l.concat(F):(0,i.extend)({},kl(l),kl(F))}function Au(l,F){const Z={};for(const le in l)F.includes(le)||Object.defineProperty(Z,le,{enumerable:!0,get:()=>l[le]});return Z}function nu(l){const F=Bo();let Z=l();return pl(),isPromise(Z)&&(Z=Z.catch(le=>{throw Ll(F),le})),[Z,()=>Ll(F)]}function Tu(){const l=Object.create(null);return(F,Z)=>{l[Z]?d(`${F} property "${Z}" is already defined in ${l[Z]}.`):l[Z]=F}}let wl=!0;function ul(l){const F=dl(l),Z=l.proxy,le=l.ctx;wl=!1,F.beforeCreate&&Zs(F.beforeCreate,l,"bc");const{data:Me,computed:Ie,methods:yt,watch:Nt,provide:_i,inject:Vi,created:ji,beforeMount:ci,mounted:bn,beforeUpdate:Wn,updated:Ca,activated:la,deactivated:zr,beforeDestroy:Gr,beforeUnmount:Ba,destroyed:zi,unmounted:Xn,render:Kn,renderTracked:za,renderTriggered:qa,errorCaptured:Ar,serverPrefetch:_a,expose:wa,inheritAttrs:Fr,components:ro,directives:so,filters:Wo}=F;if(Vi&&Js(Vi,le,null),yt)for(const lo in yt){const Tr=yt[lo];(0,i.isFunction)(Tr)&&(le[lo]=Tr.bind(Z))}if(Me){const lo=Me.call(Z,Z);(0,i.isObject)(lo)&&(l.data=(0,e.Kh)(lo))}if(wl=!0,Ie)for(const lo in Ie){const Tr=Ie[lo],Fo=(0,i.isFunction)(Tr)?Tr.bind(Z,Z):(0,i.isFunction)(Tr.get)?Tr.get.bind(Z,Z):i.NOOP,Wl=!(0,i.isFunction)(Tr)&&(0,i.isFunction)(Tr.set)?Tr.set.bind(Z):i.NOOP,eu=Mr({get:Fo,set:Wl});Object.defineProperty(le,lo,{enumerable:!0,configurable:!0,get:()=>eu.value,set:Mu=>eu.value=Mu})}if(Nt)for(const lo in Nt)El(Nt[lo],le,Z,lo);if(_i){const lo=(0,i.isFunction)(_i)?_i.call(Z):_i;Reflect.ownKeys(lo).forEach(Tr=>{yo(Tr,lo[Tr])})}ji&&Zs(ji,l,"c");function Nr(lo,Tr){(0,i.isArray)(Tr)?Tr.forEach(Fo=>lo(Fo.bind(Z))):Tr&&lo(Tr.bind(Z))}if(Nr(ba,ci),Nr(Ra,bn),Nr(ka,Wn),Nr(ea,Ca),Nr(Ue,la),Nr(mt,zr),Nr(sa,Ar),Nr(dn,za),Nr(Bi,qa),Nr(re,Ba),Nr(Ye,Xn),Nr(Pt,_a),(0,i.isArray)(wa))if(wa.length){const lo=l.exposed||(l.exposed={});wa.forEach(Tr=>{Object.defineProperty(lo,Tr,{get:()=>Z[Tr],set:Fo=>Z[Tr]=Fo,enumerable:!0})})}else l.exposed||(l.exposed={});Kn&&l.render===i.NOOP&&(l.render=Kn),Fr!=null&&(l.inheritAttrs=Fr),ro&&(l.components=ro),so&&(l.directives=so),_a&&Ai(l)}function Js(l,F,Z=i.NOOP){(0,i.isArray)(l)&&(l=kt(l));for(const le in l){const Me=l[le];let Ie;(0,i.isObject)(Me)?"default"in Me?Ie=Oo(Me.from||le,Me.default,!0):Ie=Oo(Me.from||le):Ie=Oo(Me),(0,e.i9)(Ie)?Object.defineProperty(F,le,{enumerable:!0,configurable:!0,get:()=>Ie.value,set:yt=>Ie.value=yt}):F[le]=Ie}}function Zs(l,F,Z){_e((0,i.isArray)(l)?l.map(le=>le.bind(F.proxy)):l.bind(F.proxy),F,Z)}function El(l,F,Z,le){let Me=le.includes(".")?vu(Z,le):()=>Z[le];if((0,i.isString)(l)){const Ie=F[l];(0,i.isFunction)(Ie)&&Rl(Me,Ie)}else if((0,i.isFunction)(l))Rl(Me,l.bind(Z));else if((0,i.isObject)(l))if((0,i.isArray)(l))l.forEach(Ie=>El(Ie,F,Z,le));else{const Ie=(0,i.isFunction)(l.handler)?l.handler.bind(Z):F[l.handler];(0,i.isFunction)(Ie)&&Rl(Me,Ie,l)}}function dl(l){const F=l.type,{mixins:Z,extends:le}=F,{mixins:Me,optionsCache:Ie,config:{optionMergeStrategies:yt}}=l.appContext,Nt=Ie.get(F);let _i;return Nt?_i=Nt:!Me.length&&!Z&&!le?_i=F:(_i={},Me.length&&Me.forEach(Vi=>Ws(_i,Vi,yt,!0)),Ws(_i,F,yt)),(0,i.isObject)(F)&&Ie.set(F,_i),_i}function Ws(l,F,Z,le=!1){const{mixins:Me,extends:Ie}=F;Ie&&Ws(l,Ie,Z,!0),Me&&Me.forEach(yt=>Ws(l,yt,Z,!0));for(const yt in F)if(!(le&&yt==="expose")){const Nt=we[yt]||Z&&Z[yt];l[yt]=Nt?Nt(l[yt],F[yt]):F[yt]}return l}const we={data:ze,props:Ri,emits:Ri,methods:vi,computed:vi,beforeCreate:Mt,created:Mt,beforeMount:Mt,mounted:Mt,beforeUpdate:Mt,updated:Mt,beforeDestroy:Mt,beforeUnmount:Mt,destroyed:Mt,unmounted:Mt,activated:Mt,deactivated:Mt,errorCaptured:Mt,serverPrefetch:Mt,components:vi,directives:vi,watch:aa,provide:ze,inject:st};function ze(l,F){return F?l?function(){return(0,i.extend)((0,i.isFunction)(l)?l.call(this,this):l,(0,i.isFunction)(F)?F.call(this,this):F)}:F:l}function st(l,F){return vi(kt(l),kt(F))}function kt(l){if((0,i.isArray)(l)){const F={};for(let Z=0;Z<l.length;Z++)F[l[Z]]=l[Z];return F}return l}function Mt(l,F){return l?[...new Set([].concat(l,F))]:F}function vi(l,F){return l?(0,i.extend)(Object.create(null),l,F):F}function Ri(l,F){return l?(0,i.isArray)(l)&&(0,i.isArray)(F)?[...new Set([...l,...F])]:(0,i.extend)(Object.create(null),kl(l),kl(F??{})):F}function aa(l,F){if(!l)return F;if(!F)return l;const Z=(0,i.extend)(Object.create(null),l);for(const le in F)Z[le]=Mt(l[le],F[le]);return Z}function er(){return{app:null,config:{isNativeTag:i.NO,performance:!1,globalProperties:{},optionMergeStrategies:{},errorHandler:void 0,warnHandler:void 0,compilerOptions:{}},mixins:[],components:{},directives:{},provides:Object.create(null),optionsCache:new WeakMap,propsCache:new WeakMap,emitsCache:new WeakMap}}let Ma=0;function Pa(l,F){return function(le,Me=null){(0,i.isFunction)(le)||(le=(0,i.extend)({},le)),Me!=null&&!(0,i.isObject)(Me)&&(Me=null);const Ie=er(),yt=new WeakSet,Nt=[];let _i=!1;const Vi=Ie.app={_uid:Ma++,_component:le,_props:Me,_container:null,_context:Ie,_instance:null,version:Ds,get config(){return Ie.config},set config(ji){},use(ji,...ci){return yt.has(ji)||(ji&&(0,i.isFunction)(ji.install)?(yt.add(ji),ji.install(Vi,...ci)):(0,i.isFunction)(ji)&&(yt.add(ji),ji(Vi,...ci))),Vi},mixin(ji){return __VUE_OPTIONS_API__&&(Ie.mixins.includes(ji)||Ie.mixins.push(ji)),Vi},component(ji,ci){return ci?(Ie.components[ji]=ci,Vi):Ie.components[ji]},directive(ji,ci){return ci?(Ie.directives[ji]=ci,Vi):Ie.directives[ji]},mount(ji,ci,bn){if(!_i){const Wn=Vi._ceVNode||bo(le,Me);return Wn.appContext=Ie,bn===!0?bn="svg":bn===!1&&(bn=void 0),ci&&F?F(Wn,ji):l(Wn,ji,bn),_i=!0,Vi._container=ji,ji.__vue_app__=Vi,__VUE_PROD_DEVTOOLS__&&(Vi._instance=Wn.component,Ut(Vi,Ds)),pt(Wn.component)}},onUnmount(ji){Nt.push(ji)},unmount(){_i&&(_e(Nt,Vi._instance,16),l(null,Vi._container),__VUE_PROD_DEVTOOLS__&&(Vi._instance=null,qi(Vi)),delete Vi._container.__vue_app__)},provide(ji,ci){return Ie.provides[ji]=ci,Vi},runWithContext(ji){const ci=kr;kr=Vi;try{return ji()}finally{kr=ci}}};return Vi}}let kr=null;function yo(l,F){if(Lr){let Z=Lr.provides;const le=Lr.parent&&Lr.parent.provides;le===Z&&(Z=Lr.provides=Object.create(le)),Z[l]=F}}function Oo(l,F,Z=!1){const le=Bo();if(le||kr){let Me=kr?kr._context.provides:le?le.parent==null||le.ce?le.vnode.appContext&&le.vnode.appContext.provides:le.parent.provides:void 0;if(Me&&l in Me)return Me[l];if(arguments.length>1)return Z&&(0,i.isFunction)(F)?F.call(le&&le.proxy):F}}function La(){return!!(Bo()||kr)}const Ir={},vr=()=>Object.create(Ir),Po=l=>Object.getPrototypeOf(l)===Ir;function Ps(l,F,Z,le=!1){const Me={},Ie=vr();l.propsDefaults=Object.create(null),Lo(l,F,Me,Ie);for(const yt in l.propsOptions[0])yt in Me||(Me[yt]=void 0);Z?l.props=le?Me:(0,e.Gc)(Me):l.type.props?l.props=Me:l.props=Ie,l.attrs=Ie}function Ko(l){for(;l;){if(l.type.__hmrId)return!0;l=l.parent}}function ks(l,F,Z,le){const{props:Me,attrs:Ie,vnode:{patchFlag:yt}}=l,Nt=(0,e.ux)(Me),[_i]=l.propsOptions;let Vi=!1;if((le||yt>0)&&!(yt&16)){if(yt&8){const ji=l.vnode.dynamicProps;for(let ci=0;ci<ji.length;ci++){let bn=ji[ci];if(ie(l.emitsOptions,bn))continue;const Wn=F[bn];if(_i)if((0,i.hasOwn)(Ie,bn))Wn!==Ie[bn]&&(Ie[bn]=Wn,Vi=!0);else{const Ca=(0,i.camelize)(bn);Me[Ca]=el(_i,Nt,Ca,Wn,l,!1)}else Wn!==Ie[bn]&&(Ie[bn]=Wn,Vi=!0)}}}else{Lo(l,F,Me,Ie)&&(Vi=!0);let ji;for(const ci in Nt)(!F||!(0,i.hasOwn)(F,ci)&&((ji=(0,i.hyphenate)(ci))===ci||!(0,i.hasOwn)(F,ji)))&&(_i?Z&&(Z[ci]!==void 0||Z[ji]!==void 0)&&(Me[ci]=el(_i,Nt,ci,void 0,l,!0)):delete Me[ci]);if(Ie!==Nt)for(const ci in Ie)(!F||!(0,i.hasOwn)(F,ci))&&(delete Ie[ci],Vi=!0)}Vi&&(0,e.hZ)(l.attrs,"set","")}function Lo(l,F,Z,le){const[Me,Ie]=l.propsOptions;let yt=!1,Nt;if(F)for(let _i in F){if((0,i.isReservedProp)(_i))continue;const Vi=F[_i];let ji;Me&&(0,i.hasOwn)(Me,ji=(0,i.camelize)(_i))?!Ie||!Ie.includes(ji)?Z[ji]=Vi:(Nt||(Nt={}))[ji]=Vi:ie(l.emitsOptions,_i)||(!(_i in le)||Vi!==le[_i])&&(le[_i]=Vi,yt=!0)}if(Ie){const _i=(0,e.ux)(Z),Vi=Nt||i.EMPTY_OBJ;for(let ji=0;ji<Ie.length;ji++){const ci=Ie[ji];Z[ci]=el(Me,_i,ci,Vi[ci],l,!(0,i.hasOwn)(Vi,ci))}}return yt}function el(l,F,Z,le,Me,Ie){const yt=l[Z];if(yt!=null){const Nt=(0,i.hasOwn)(yt,"default");if(Nt&&le===void 0){const _i=yt.default;if(yt.type!==Function&&!yt.skipFactory&&(0,i.isFunction)(_i)){const{propsDefaults:Vi}=Me;if(Z in Vi)le=Vi[Z];else{const ji=Ll(Me);le=Vi[Z]=_i.call(null,F),ji()}}else le=_i;Me.ce&&Me.ce._setProp(Z,le)}yt[0]&&(Ie&&!Nt?le=!1:yt[1]&&(le===""||le===(0,i.hyphenate)(Z))&&(le=!0))}return le}const Yo=new WeakMap;function cl(l,F,Z=!1){const le=__VUE_OPTIONS_API__&&Z?Yo:F.propsCache,Me=le.get(l);if(Me)return Me;const Ie=l.props,yt={},Nt=[];let _i=!1;if(__VUE_OPTIONS_API__&&!(0,i.isFunction)(l)){const ji=ci=>{_i=!0;const[bn,Wn]=cl(ci,F,!0);(0,i.extend)(yt,bn),Wn&&Nt.push(...Wn)};!Z&&F.mixins.length&&F.mixins.forEach(ji),l.extends&&ji(l.extends),l.mixins&&l.mixins.forEach(ji)}if(!Ie&&!_i)return(0,i.isObject)(l)&&le.set(l,i.EMPTY_ARR),i.EMPTY_ARR;if((0,i.isArray)(Ie))for(let ji=0;ji<Ie.length;ji++){const ci=(0,i.camelize)(Ie[ji]);fs(ci)&&(yt[ci]=i.EMPTY_OBJ)}else if(Ie)for(const ji in Ie){const ci=(0,i.camelize)(ji);if(fs(ci)){const bn=Ie[ji],Wn=yt[ci]=(0,i.isArray)(bn)||(0,i.isFunction)(bn)?{type:bn}:(0,i.extend)({},bn),Ca=Wn.type;let la=!1,zr=!0;if((0,i.isArray)(Ca))for(let Gr=0;Gr<Ca.length;++Gr){const Ba=Ca[Gr],zi=(0,i.isFunction)(Ba)&&Ba.name;if(zi==="Boolean"){la=!0;break}else zi==="String"&&(zr=!1)}else la=(0,i.isFunction)(Ca)&&Ca.name==="Boolean";Wn[0]=la,Wn[1]=zr,(la||(0,i.hasOwn)(Wn,"default"))&&Nt.push(ci)}}const Vi=[yt,Nt];return(0,i.isObject)(l)&&le.set(l,Vi),Vi}function fs(l){return l[0]!=="$"&&!(0,i.isReservedProp)(l)}function au(l){return l===null?"null":typeof l=="function"?l.name||"":typeof l=="object"&&l.constructor&&l.constructor.name||""}function tl(l,F,Z){const le=toRaw(F),Me=Z.propsOptions[0],Ie=Object.keys(l).map(yt=>camelize(yt));for(const yt in Me){let Nt=Me[yt];Nt!=null&&Xl(yt,le[yt],Nt,le,!Ie.includes(yt))}}function Xl(l,F,Z,le,Me){const{type:Ie,required:yt,validator:Nt,skipCheck:_i}=Z;if(yt&&Me){d('Missing required prop: "'+l+'"');return}if(!(F==null&&!yt)){if(Ie!=null&&Ie!==!0&&!_i){let Vi=!1;const ji=isArray(Ie)?Ie:[Ie],ci=[];for(let bn=0;bn<ji.length&&!Vi;bn++){const{valid:Wn,expectedType:Ca}=Vs(F,ji[bn]);ci.push(Ca||""),Vi=Wn}if(!Vi){d(eo(l,F,ci));return}}Nt&&!Nt(F,le)&&d('Invalid prop: custom validator check failed for prop "'+l+'".')}}const Pr=null;function Vs(l,F){let Z;const le=au(F);if(le==="null")Z=l===null;else if(Pr(le)){const Me=typeof l;Z=Me===le.toLowerCase(),!Z&&Me==="object"&&(Z=l instanceof F)}else le==="Object"?Z=isObject(l):le==="Array"?Z=isArray(l):Z=l instanceof F;return{valid:Z,expectedType:le}}function eo(l,F,Z){if(Z.length===0)return`Prop type [] for prop "${l}" won't match anything. Did you mean to use type Array instead?`;let le=`Invalid prop: type check failed for prop "${l}". Expected ${Z.map(capitalize).join(" | ")}`;const Me=Z[0],Ie=toRawType(F),yt=Ro(F,Me),Nt=Ro(F,Ie);return Z.length===1&&fl(Me)&&!ps(Me,Ie)&&(le+=` with value ${yt}`),le+=`, got ${Ie} `,fl(Ie)&&(le+=`with value ${Nt}.`),le}function Ro(l,F){return F==="String"?`"${l}"`:F==="Number"?`${Number(l)}`:`${l}`}function fl(l){return["string","number","boolean"].some(Z=>l.toLowerCase()===Z)}function ps(...l){return l.some(F=>F.toLowerCase()==="boolean")}const gl=l=>l==="_"||l==="_ctx"||l==="$stable",Vo=l=>(0,i.isArray)(l)?l.map(Jo):[Jo(l)],Ks=(l,F,Z)=>{if(F._n)return F;const le=At((...Me)=>Vo(F(...Me)),Z);return le._c=!1,le},il=(l,F,Z)=>{const le=l._ctx;for(const Me in l){if(gl(Me))continue;const Ie=l[Me];if((0,i.isFunction)(Ie))F[Me]=Ks(Me,Ie,le);else if(Ie!=null){const yt=Vo(Ie);F[Me]=()=>yt}}},Yl=(l,F)=>{const Z=Vo(F);l.slots.default=()=>Z},gs=(l,F,Z)=>{for(const le in F)(Z||!gl(le))&&(l[le]=F[le])},pu=(l,F,Z)=>{const le=l.slots=vr();if(l.vnode.shapeFlag&32){const Me=F._;Me?(gs(le,F,Z),Z&&(0,i.def)(le,"_",Me,!0)):il(F,le)}else F&&Yl(l,F)},Dl=(l,F,Z)=>{const{vnode:le,slots:Me}=l;let Ie=!0,yt=i.EMPTY_OBJ;if(le.shapeFlag&32){const Nt=F._;Nt?Z&&Nt===1?Ie=!1:gs(Me,F,Z):(Ie=!F.$stable,il(F,Me)),yt=F}else F&&(Yl(l,F),yt={default:1});if(Ie)for(const Nt in Me)!gl(Nt)&&yt[Nt]==null&&delete Me[Nt]};let Ql,qs;function Wu(l,F){l.appContext.config.performance&&Jl()&&qs.mark(`vue-${F}-${l.uid}`),__VUE_PROD_DEVTOOLS__&&ei(l,F,Jl()?qs.now():Date.now())}function Ou(l,F){if(l.appContext.config.performance&&Jl()){const Z=`vue-${F}-${l.uid}`,le=Z+":end",Me=`<${ha(l,l.type)}> ${F}`;qs.mark(le),qs.measure(Me,Z,le),qs.clearMeasures(Me),qs.clearMarks(Z),qs.clearMarks(le)}__VUE_PROD_DEVTOOLS__&&X(l,F,Jl()?qs.now():Date.now())}function Jl(){return Ql!==void 0||(typeof window<"u"&&window.performance?(Ql=!0,qs=window.performance):Ql=!1),Ql}function Pl(){const l=[];typeof __VUE_OPTIONS_API__!="boolean"&&((0,i.getGlobalThis)().__VUE_OPTIONS_API__=!0),typeof __VUE_PROD_DEVTOOLS__!="boolean"&&((0,i.getGlobalThis)().__VUE_PROD_DEVTOOLS__=!1),typeof __VUE_PROD_HYDRATION_MISMATCH_DETAILS__!="boolean"&&((0,i.getGlobalThis)().__VUE_PROD_HYDRATION_MISMATCH_DETAILS__=!1)}const Qo=Da;function ml(l){return nl(l)}function gd(l){return nl(l,gr)}function nl(l,F){Pl();const Z=(0,i.getGlobalThis)();Z.__VUE__=!0,__VUE_PROD_DEVTOOLS__&&Yt(Z.__VUE_DEVTOOLS_GLOBAL_HOOK__,Z);const{insert:le,remove:Me,patchProp:Ie,createElement:yt,createText:Nt,createComment:_i,setText:Vi,setElementText:ji,parentNode:ci,nextSibling:bn,setScopeId:Wn=i.NOOP,insertStaticContent:Ca}=l,la=(Pe,it,ti,hi=null,Wi=null,nn=null,Qn=void 0,ta=null,Yn=!!it.dynamicChildren)=>{if(Pe===it)return;Pe&&!ls(Pe,it)&&(hi=n(Pe),Ys(Pe,Wi,nn,!0),Pe=null),it.patchFlag===-2&&(Yn=!1,it.dynamicChildren=null);const{type:Cn,ref:Sa,shapeFlag:Sn}=it;switch(Cn){case yr:zr(Pe,it,ti,hi);break;case pr:Gr(Pe,it,ti,hi);break;case Za:Pe==null&&Ba(it,ti,hi,Qn);break;case Fa:so(Pe,it,ti,hi,Wi,nn,Qn,ta,Yn);break;default:Sn&1?za(Pe,it,ti,hi,Wi,nn,Qn,ta,Yn):Sn&6?Wo(Pe,it,ti,hi,Wi,nn,Qn,ta,Yn):(Sn&64||Sn&128)&&Cn.process(Pe,it,ti,hi,Wi,nn,Qn,ta,Yn,he)}Sa!=null&&Wi?qt(Sa,Pe&&Pe.ref,nn,it||Pe,!it):Sa==null&&Pe&&Pe.ref!=null&&qt(Pe.ref,null,nn,Pe,!0)},zr=(Pe,it,ti,hi)=>{if(Pe==null)le(it.el=Nt(it.children),ti,hi);else{const Wi=it.el=Pe.el;it.children!==Pe.children&&Vi(Wi,it.children)}},Gr=(Pe,it,ti,hi)=>{Pe==null?le(it.el=_i(it.children||""),ti,hi):it.el=Pe.el},Ba=(Pe,it,ti,hi)=>{[Pe.el,Pe.anchor]=Ca(Pe.children,it,ti,hi,Pe.el,Pe.anchor)},zi=(Pe,it,ti,hi)=>{if(it.children!==Pe.children){const Wi=bn(Pe.anchor);Kn(Pe),[it.el,it.anchor]=Ca(it.children,ti,Wi,hi)}else it.el=Pe.el,it.anchor=Pe.anchor},Xn=({el:Pe,anchor:it},ti,hi)=>{let Wi;for(;Pe&&Pe!==it;)Wi=bn(Pe),le(Pe,ti,hi),Pe=Wi;le(it,ti,hi)},Kn=({el:Pe,anchor:it})=>{let ti;for(;Pe&&Pe!==it;)ti=bn(Pe),Me(Pe),Pe=ti;Me(it)},za=(Pe,it,ti,hi,Wi,nn,Qn,ta,Yn)=>{if(it.type==="svg"?Qn="svg":it.type==="math"&&(Qn="mathml"),Pe==null)qa(it,ti,hi,Wi,nn,Qn,ta,Yn);else{const Cn=Pe.el&&Pe.el._isVueCE?Pe.el:null;try{Cn&&Cn._beginPatch(),wa(Pe,it,Wi,nn,Qn,ta,Yn)}finally{Cn&&Cn._endPatch()}}},qa=(Pe,it,ti,hi,Wi,nn,Qn,ta)=>{let Yn,Cn;const{props:Sa,shapeFlag:Sn,transition:ur,dirs:Or}=Pe;if(Yn=Pe.el=yt(Pe.type,nn,Sa&&Sa.is,Sa),Sn&8?ji(Yn,Pe.children):Sn&16&&_a(Pe.children,Yn,null,hi,Wi,ru(Pe,nn),Qn,ta),Or&&L(Pe,null,hi,"created"),Ar(Yn,Pe,Pe.scopeId,Qn,hi),Sa){for(const So in Sa)So!=="value"&&!(0,i.isReservedProp)(So)&&Ie(Yn,So,null,Sa[So],nn,hi);"value"in Sa&&Ie(Yn,"value",null,Sa.value,nn),(Cn=Sa.onVnodeBeforeMount)&&Rs(Cn,hi,Pe)}__VUE_PROD_DEVTOOLS__&&((0,i.def)(Yn,"__vnode",Pe,!0),(0,i.def)(Yn,"__vueParentComponent",hi,!0)),Or&&L(Pe,null,hi,"beforeMount");const oo=Zu(Wi,ur);oo&&ur.beforeEnter(Yn),le(Yn,it,ti),((Cn=Sa&&Sa.onVnodeMounted)||oo||Or)&&Qo(()=>{Cn&&Rs(Cn,hi,Pe),oo&&ur.enter(Yn),Or&&L(Pe,null,hi,"mounted")},Wi)},Ar=(Pe,it,ti,hi,Wi)=>{if(ti&&Wn(Pe,ti),hi)for(let nn=0;nn<hi.length;nn++)Wn(Pe,hi[nn]);if(Wi){let nn=Wi.subTree;if(it===nn||Fi(nn.type)&&(nn.ssContent===it||nn.ssFallback===it)){const Qn=Wi.vnode;Ar(Pe,Qn,Qn.scopeId,Qn.slotScopeIds,Wi.parent)}}},_a=(Pe,it,ti,hi,Wi,nn,Qn,ta,Yn=0)=>{for(let Cn=Yn;Cn<Pe.length;Cn++){const Sa=Pe[Cn]=ta?xr(Pe[Cn]):Jo(Pe[Cn]);la(null,Sa,it,ti,hi,Wi,nn,Qn,ta)}},wa=(Pe,it,ti,hi,Wi,nn,Qn)=>{const ta=it.el=Pe.el;__VUE_PROD_DEVTOOLS__&&(ta.__vnode=it);let{patchFlag:Yn,dynamicChildren:Cn,dirs:Sa}=it;Yn|=Pe.patchFlag&16;const Sn=Pe.props||i.EMPTY_OBJ,ur=it.props||i.EMPTY_OBJ;let Or;if(ti&&hl(ti,!1),(Or=ur.onVnodeBeforeUpdate)&&Rs(Or,ti,it,Pe),Sa&&L(it,Pe,ti,"beforeUpdate"),ti&&hl(ti,!0),(Sn.innerHTML&&ur.innerHTML==null||Sn.textContent&&ur.textContent==null)&&ji(ta,""),Cn?Fr(Pe.dynamicChildren,Cn,ta,ti,hi,ru(it,Wi),nn):Qn||Fo(Pe,it,ta,null,ti,hi,ru(it,Wi),nn,!1),Yn>0){if(Yn&16)ro(ta,Sn,ur,ti,Wi);else if(Yn&2&&Sn.class!==ur.class&&Ie(ta,"class",null,ur.class,Wi),Yn&4&&Ie(ta,"style",Sn.style,ur.style,Wi),Yn&8){const oo=it.dynamicProps;for(let So=0;So<oo.length;So++){const mo=oo[So],Is=Sn[mo],ys=ur[mo];(ys!==Is||mo==="value")&&Ie(ta,mo,Is,ys,Wi,ti)}}Yn&1&&Pe.children!==it.children&&ji(ta,it.children)}else!Qn&&Cn==null&&ro(ta,Sn,ur,ti,Wi);((Or=ur.onVnodeUpdated)||Sa)&&Qo(()=>{Or&&Rs(Or,ti,it,Pe),Sa&&L(it,Pe,ti,"updated")},hi)},Fr=(Pe,it,ti,hi,Wi,nn,Qn)=>{for(let ta=0;ta<it.length;ta++){const Yn=Pe[ta],Cn=it[ta],Sa=Yn.el&&(Yn.type===Fa||!ls(Yn,Cn)||Yn.shapeFlag&198)?ci(Yn.el):ti;la(Yn,Cn,Sa,null,hi,Wi,nn,Qn,!0)}},ro=(Pe,it,ti,hi,Wi)=>{if(it!==ti){if(it!==i.EMPTY_OBJ)for(const nn in it)!(0,i.isReservedProp)(nn)&&!(nn in ti)&&Ie(Pe,nn,it[nn],null,Wi,hi);for(const nn in ti){if((0,i.isReservedProp)(nn))continue;const Qn=ti[nn],ta=it[nn];Qn!==ta&&nn!=="value"&&Ie(Pe,nn,ta,Qn,Wi,hi)}"value"in ti&&Ie(Pe,"value",it.value,ti.value,Wi)}},so=(Pe,it,ti,hi,Wi,nn,Qn,ta,Yn)=>{const Cn=it.el=Pe?Pe.el:Nt(""),Sa=it.anchor=Pe?Pe.anchor:Nt("");let{patchFlag:Sn,dynamicChildren:ur,slotScopeIds:Or}=it;Or&&(ta=ta?ta.concat(Or):Or),Pe==null?(le(Cn,ti,hi),le(Sa,ti,hi),_a(it.children||[],ti,Sa,Wi,nn,Qn,ta,Yn)):Sn>0&&Sn&64&&ur&&Pe.dynamicChildren?(Fr(Pe.dynamicChildren,ur,ti,Wi,nn,Qn,ta),(it.key!=null||Wi&&it===Wi.subTree)&&Fu(Pe,it,!0)):Fo(Pe,it,ti,Sa,Wi,nn,Qn,ta,Yn)},Wo=(Pe,it,ti,hi,Wi,nn,Qn,ta,Yn)=>{it.slotScopeIds=ta,Pe==null?it.shapeFlag&512?Wi.ctx.activate(it,ti,hi,Qn,Yn):$o(it,ti,hi,Wi,nn,Qn,Yn):Nr(Pe,it,Yn)},$o=(Pe,it,ti,hi,Wi,nn,Qn)=>{const ta=Pe.component=Zo(Pe,hi,Wi);if(gi(Pe)&&(ta.ctx.renderer=he),pd(ta,!1,Qn),ta.asyncDep){if(Wi&&Wi.registerDep(ta,lo,Qn),!Pe.el){const Yn=ta.subTree=bo(pr);Gr(null,Yn,it,ti),Pe.placeholder=Yn.el}}else lo(ta,Pe,it,ti,Wi,nn,Qn)},Nr=(Pe,it,ti)=>{const hi=it.component=Pe.component;if(Ct(Pe,it,ti))if(hi.asyncDep&&!hi.asyncResolved){Tr(hi,it,ti);return}else hi.next=it,hi.update();else it.el=Pe.el,hi.vnode=it},lo=(Pe,it,ti,hi,Wi,nn,Qn)=>{const ta=()=>{if(Pe.isMounted){let{next:Sn,bu:ur,u:Or,parent:oo,vnode:So}=Pe;{const zs=Bl(Pe);if(zs){Sn&&(Sn.el=So.el,Tr(Pe,Sn,Qn)),zs.asyncDep.then(()=>{Pe.isUnmounted||ta()});return}}let mo=Sn,Is;hl(Pe,!1),Sn?(Sn.el=So.el,Tr(Pe,Sn,Qn)):Sn=So,ur&&(0,i.invokeArrayFns)(ur),(Is=Sn.props&&Sn.props.onVnodeBeforeUpdate)&&Rs(Is,oo,Sn,So),hl(Pe,!0);const ys=pe(Pe),Ls=Pe.subTree;Pe.subTree=ys,la(Ls,ys,ci(Ls.el),n(Ls),Pe,Wi,nn),Sn.el=ys.el,mo===null&&vt(Pe,ys.el),Or&&Qo(Or,Wi),(Is=Sn.props&&Sn.props.onVnodeUpdated)&&Qo(()=>Rs(Is,oo,Sn,So),Wi),__VUE_PROD_DEVTOOLS__&&ft(Pe)}else{let Sn;const{el:ur,props:Or}=it,{bm:oo,m:So,parent:mo,root:Is,type:ys}=Pe,Ls=De(it);if(hl(Pe,!1),oo&&(0,i.invokeArrayFns)(oo),!Ls&&(Sn=Or&&Or.onVnodeBeforeMount)&&Rs(Sn,mo,it),hl(Pe,!0),ur&&at){const zs=()=>{Pe.subTree=pe(Pe),at(ur,Pe.subTree,Pe,Wi,null)};Ls&&ys.__asyncHydrate?ys.__asyncHydrate(ur,Pe,zs):zs()}else{Is.ce&&Is.ce._def.shadowRoot!==!1&&Is.ce._injectChildStyle(ys);const zs=Pe.subTree=pe(Pe);la(null,zs,ti,hi,Pe,Wi,nn),it.el=zs.el}if(So&&Qo(So,Wi),!Ls&&(Sn=Or&&Or.onVnodeMounted)){const zs=it;Qo(()=>Rs(Sn,mo,zs),Wi)}(it.shapeFlag&256||mo&&De(mo.vnode)&&mo.vnode.shapeFlag&256)&&Pe.a&&Qo(Pe.a,Wi),Pe.isMounted=!0,__VUE_PROD_DEVTOOLS__&&Ne(Pe),it=ti=hi=null}};Pe.scope.on();const Yn=Pe.effect=new e.X2(ta);Pe.scope.off();const Cn=Pe.update=Yn.run.bind(Yn),Sa=Pe.job=Yn.runIfDirty.bind(Yn);Sa.i=Pe,Sa.id=Pe.uid,Yn.scheduler=()=>_t(Sa),hl(Pe,!0),Cn()},Tr=(Pe,it,ti)=>{it.component=Pe;const hi=Pe.vnode.props;Pe.vnode=it,Pe.next=null,ks(Pe,it.props,hi,ti),Dl(Pe,it.children,ti),(0,e.C4)(),jt(Pe),(0,e.bl)()},Fo=(Pe,it,ti,hi,Wi,nn,Qn,ta,Yn=!1)=>{const Cn=Pe&&Pe.children,Sa=Pe?Pe.shapeFlag:0,Sn=it.children,{patchFlag:ur,shapeFlag:Or}=it;if(ur>0){if(ur&128){eu(Cn,Sn,ti,hi,Wi,nn,Qn,ta,Yn);return}else if(ur&256){Wl(Cn,Sn,ti,hi,Wi,nn,Qn,ta,Yn);return}}Or&8?(Sa&16&&bu(Cn,Wi,nn),Sn!==Cn&&ji(ti,Sn)):Sa&16?Or&16?eu(Cn,Sn,ti,hi,Wi,nn,Qn,ta,Yn):bu(Cn,Wi,nn,!0):(Sa&8&&ji(ti,""),Or&16&&_a(Sn,ti,hi,Wi,nn,Qn,ta,Yn))},Wl=(Pe,it,ti,hi,Wi,nn,Qn,ta,Yn)=>{Pe=Pe||i.EMPTY_ARR,it=it||i.EMPTY_ARR;const Cn=Pe.length,Sa=it.length,Sn=Math.min(Cn,Sa);let ur;for(ur=0;ur<Sn;ur++){const Or=it[ur]=Yn?xr(it[ur]):Jo(it[ur]);la(Pe[ur],Or,ti,null,Wi,nn,Qn,ta,Yn)}Cn>Sa?bu(Pe,Wi,nn,!0,!1,Sn):_a(it,ti,hi,Wi,nn,Qn,ta,Yn,Sn)},eu=(Pe,it,ti,hi,Wi,nn,Qn,ta,Yn)=>{let Cn=0;const Sa=it.length;let Sn=Pe.length-1,ur=Sa-1;for(;Cn<=Sn&&Cn<=ur;){const Or=Pe[Cn],oo=it[Cn]=Yn?xr(it[Cn]):Jo(it[Cn]);if(ls(Or,oo))la(Or,oo,ti,null,Wi,nn,Qn,ta,Yn);else break;Cn++}for(;Cn<=Sn&&Cn<=ur;){const Or=Pe[Sn],oo=it[ur]=Yn?xr(it[ur]):Jo(it[ur]);if(ls(Or,oo))la(Or,oo,ti,null,Wi,nn,Qn,ta,Yn);else break;Sn--,ur--}if(Cn>Sn){if(Cn<=ur){const Or=ur+1,oo=Or<Sa?it[Or].el:hi;for(;Cn<=ur;)la(null,it[Cn]=Yn?xr(it[Cn]):Jo(it[Cn]),ti,oo,Wi,nn,Qn,ta,Yn),Cn++}}else if(Cn>ur)for(;Cn<=Sn;)Ys(Pe[Cn],Wi,nn,!0),Cn++;else{const Or=Cn,oo=Cn,So=new Map;for(Cn=oo;Cn<=ur;Cn++){const Cs=it[Cn]=Yn?xr(it[Cn]):Jo(it[Cn]);Cs.key!=null&&So.set(Cs.key,Cn)}let mo,Is=0;const ys=ur-oo+1;let Ls=!1,zs=0;const lu=new Array(ys);for(Cn=0;Cn<ys;Cn++)lu[Cn]=0;for(Cn=Or;Cn<=Sn;Cn++){const Cs=Pe[Cn];if(Is>=ys){Ys(Cs,Wi,nn,!0);continue}let Us;if(Cs.key!=null)Us=So.get(Cs.key);else for(mo=oo;mo<=ur;mo++)if(lu[mo-oo]===0&&ls(Cs,it[mo])){Us=mo;break}Us===void 0?Ys(Cs,Wi,nn,!0):(lu[Us-oo]=Cn+1,Us>=zs?zs=Us:Ls=!0,la(Cs,it[Us],ti,null,Wi,nn,Qn,ta,Yn),Is++)}const rd=Ls?Pu(lu):i.EMPTY_ARR;for(mo=rd.length-1,Cn=ys-1;Cn>=0;Cn--){const Cs=oo+Cn,Us=it[Cs],Hu=it[Cs+1],Al=Cs+1<Sa?Hu.el||Hu.placeholder:hi;lu[Cn]===0?la(null,Us,ti,Al,Wi,nn,Qn,ta,Yn):Ls&&(mo<0||Cn!==rd[mo]?Mu(Us,ti,Al,2):mo--)}}},Mu=(Pe,it,ti,hi,Wi=null)=>{const{el:nn,type:Qn,transition:ta,children:Yn,shapeFlag:Cn}=Pe;if(Cn&6){Mu(Pe.component.subTree,it,ti,hi);return}if(Cn&128){Pe.suspense.move(it,ti,hi);return}if(Cn&64){Qn.move(Pe,it,ti,he);return}if(Qn===Fa){le(nn,it,ti);for(let Sn=0;Sn<Yn.length;Sn++)Mu(Yn[Sn],it,ti,hi);le(Pe.anchor,it,ti);return}if(Qn===Za){Xn(Pe,it,ti);return}if(hi!==2&&Cn&1&&ta)if(hi===0)ta.beforeEnter(nn),le(nn,it,ti),Qo(()=>ta.enter(nn),Wi);else{const{leave:Sn,delayLeave:ur,afterLeave:Or}=ta,oo=()=>{Pe.ctx.isUnmounted?Me(nn):le(nn,it,ti)},So=()=>{nn._isLeaving&&nn[oa](!0),Sn(nn,()=>{oo(),Or&&Or()})};ur?ur(nn,oo,So):So()}else le(nn,it,ti)},Ys=(Pe,it,ti,hi=!1,Wi=!1)=>{const{type:nn,props:Qn,ref:ta,children:Yn,dynamicChildren:Cn,shapeFlag:Sa,patchFlag:Sn,dirs:ur,cacheIndex:Or}=Pe;if(Sn===-2&&(Wi=!1),ta!=null&&((0,e.C4)(),qt(ta,null,ti,Pe,!0),(0,e.bl)()),Or!=null&&(it.renderCache[Or]=void 0),Sa&256){it.ctx.deactivate(Pe);return}const oo=Sa&1&&ur,So=!De(Pe);let mo;if(So&&(mo=Qn&&Qn.onVnodeBeforeUnmount)&&Rs(mo,it,Pe),Sa&6)vd(Pe.component,ti,hi);else{if(Sa&128){Pe.suspense.unmount(ti,hi);return}oo&&L(Pe,null,it,"beforeUnmount"),Sa&64?Pe.type.remove(Pe,it,ti,he,hi):Cn&&!Cn.hasOnce&&(nn!==Fa||Sn>0&&Sn&64)?bu(Cn,it,ti,!1,!0):(nn===Fa&&Sn&384||!Wi&&Sa&16)&&bu(Yn,it,ti),hi&&ad(Pe)}(So&&(mo=Qn&&Qn.onVnodeUnmounted)||oo)&&Qo(()=>{mo&&Rs(mo,it,Pe),oo&&L(Pe,null,it,"unmounted")},ti)},ad=Pe=>{const{type:it,el:ti,anchor:hi,transition:Wi}=Pe;if(it===Fa){Fd(ti,hi);return}if(it===Za){Kn(Pe);return}const nn=()=>{Me(ti),Wi&&!Wi.persisted&&Wi.afterLeave&&Wi.afterLeave()};if(Pe.shapeFlag&1&&Wi&&!Wi.persisted){const{leave:Qn,delayLeave:ta}=Wi,Yn=()=>Qn(ti,nn);ta?ta(Pe.el,nn,Yn):Yn()}else nn()},Fd=(Pe,it)=>{let ti;for(;Pe!==it;)ti=bn(Pe),Me(Pe),Pe=ti;Me(it)},vd=(Pe,it,ti)=>{const{bum:hi,scope:Wi,job:nn,subTree:Qn,um:ta,m:Yn,a:Cn}=Pe;Bu(Yn),Bu(Cn),hi&&(0,i.invokeArrayFns)(hi),Wi.stop(),nn&&(nn.flags|=8,Ys(Qn,Pe,it,ti)),ta&&Qo(ta,it),Qo(()=>{Pe.isUnmounted=!0},it),__VUE_PROD_DEVTOOLS__&&Ve(Pe)},bu=(Pe,it,ti,hi=!1,Wi=!1,nn=0)=>{for(let Qn=nn;Qn<Pe.length;Qn++)Ys(Pe[Qn],it,ti,hi,Wi)},n=Pe=>{if(Pe.shapeFlag&6)return n(Pe.component.subTree);if(Pe.shapeFlag&128)return Pe.suspense.next();const it=bn(Pe.anchor||Pe.el),ti=it&&it[ge];return ti?bn(ti):it};let E=!1;const te=(Pe,it,ti)=>{Pe==null?it._vnode&&Ys(it._vnode,null,null,!0):la(it._vnode||null,Pe,it,null,null,null,ti),it._vnode=Pe,E||(E=!0,jt(),He(),E=!1)},he={p:la,um:Ys,m:Mu,r:ad,mt:$o,mc:_a,pc:Fo,pbc:Fr,n,o:l};let $e,at;return F&&([$e,at]=F(he)),{render:te,hydrate:$e,createApp:Pa(te,$e)}}function ru({type:l,props:F},Z){return Z==="svg"&&l==="foreignObject"||Z==="mathml"&&l==="annotation-xml"&&F&&F.encoding&&F.encoding.includes("html")?void 0:Z}function hl({effect:l,job:F},Z){Z?(l.flags|=32,F.flags|=4):(l.flags&=-33,F.flags&=-5)}function Zu(l,F){return(!l||l&&!l.pendingBranch)&&F&&!F.persisted}function Fu(l,F,Z=!1){const le=l.children,Me=F.children;if((0,i.isArray)(le)&&(0,i.isArray)(Me))for(let Ie=0;Ie<le.length;Ie++){const yt=le[Ie];let Nt=Me[Ie];Nt.shapeFlag&1&&!Nt.dynamicChildren&&((Nt.patchFlag<=0||Nt.patchFlag===32)&&(Nt=Me[Ie]=xr(Me[Ie]),Nt.el=yt.el),!Z&&Nt.patchFlag!==-2&&Fu(yt,Nt)),Nt.type===yr&&Nt.patchFlag!==-1&&(Nt.el=yt.el),Nt.type===pr&&!Nt.el&&(Nt.el=yt.el)}}function Pu(l){const F=l.slice(),Z=[0];let le,Me,Ie,yt,Nt;const _i=l.length;for(le=0;le<_i;le++){const Vi=l[le];if(Vi!==0){if(Me=Z[Z.length-1],l[Me]<Vi){F[le]=Me,Z.push(le);continue}for(Ie=0,yt=Z.length-1;Ie<yt;)Nt=Ie+yt>>1,l[Z[Nt]]<Vi?Ie=Nt+1:yt=Nt;Vi<l[Z[Ie]]&&(Ie>0&&(F[le]=Z[Ie-1]),Z[Ie]=le)}}for(Ie=Z.length,yt=Z[Ie-1];Ie-- >0;)Z[Ie]=yt,yt=F[yt];return Z}function Bl(l){const F=l.subTree.component;if(F)return F.asyncDep&&!F.asyncResolved?F:Bl(F)}function Bu(l){if(l)for(let F=0;F<l.length;F++)l[F].flags|=8}const Vu=Symbol.for("v-scx"),md=()=>{{const l=Oo(Vu);return l}};function Nu(l,F){return Bs(l,null,F)}function Dd(l,F){return Bs(l,null,{flush:"post"})}function Nl(l,F){return Bs(l,null,{flush:"sync"})}function Rl(l,F,Z){return Bs(l,F,Z)}function Bs(l,F,Z=i.EMPTY_OBJ){const{immediate:le,deep:Me,flush:Ie,once:yt}=Z,Nt=(0,i.extend)({},Z),_i=F&&le||!F&&Ie!=="post";let Vi;if(xs){if(Ie==="sync"){const Wn=md();Vi=Wn.__watcherHandles||(Wn.__watcherHandles=[])}else if(!_i){const Wn=()=>{};return Wn.stop=i.NOOP,Wn.resume=i.NOOP,Wn.pause=i.NOOP,Wn}}const ji=Lr;Nt.call=(Wn,Ca,la)=>_e(Wn,ji,Ca,la);let ci=!1;Ie==="post"?Nt.scheduler=Wn=>{Qo(Wn,ji&&ji.suspense)}:Ie!=="sync"&&(ci=!0,Nt.scheduler=(Wn,Ca)=>{Ca?Wn():_t(Wn)}),Nt.augmentJob=Wn=>{F&&(Wn.flags|=4),ci&&(Wn.flags|=2,ji&&(Wn.id=ji.uid,Wn.i=ji))};const bn=(0,e.wB)(l,F,Nt);return xs&&(Vi?Vi.push(bn):_i&&bn()),bn}function hd(l,F,Z){const le=this.proxy,Me=(0,i.isString)(l)?l.includes(".")?vu(le,l):()=>le[l]:l.bind(le,le);let Ie;(0,i.isFunction)(F)?Ie=F:(Ie=F.handler,Z=F);const yt=Ll(this),Nt=Bs(Me,Ie.bind(le),Z);return yt(),Nt}function vu(l,F){const Z=F.split(".");return()=>{let le=l;for(let Me=0;Me<Z.length&≤Me++)le=le[Z[Me]];return le}}function ed(l,F,Z=i.EMPTY_OBJ){const le=Bo(),Me=(0,i.camelize)(F),Ie=(0,i.hyphenate)(F),yt=ou(l,Me),Nt=(0,e.rY)((_i,Vi)=>{let ji,ci=i.EMPTY_OBJ,bn;return Nl(()=>{const Wn=l[Me];(0,i.hasChanged)(ji,Wn)&&(ji=Wn,Vi())}),{get(){return _i(),Z.get?Z.get(ji):ji},set(Wn){const Ca=Z.set?Z.set(Wn):Wn;if(!(0,i.hasChanged)(Ca,ji)&&!(ci!==i.EMPTY_OBJ&&(0,i.hasChanged)(Wn,ci)))return;const la=le.vnode.props;la&&(F in la||Me in la||Ie in la)&&(`onUpdate:${F}`in la||`onUpdate:${Me}`in la||`onUpdate:${Ie}`in la)||(ji=Wn,Vi()),le.emit(`update:${F}`,Ca),(0,i.hasChanged)(Wn,Ca)&&(0,i.hasChanged)(Wn,ci)&&!(0,i.hasChanged)(Ca,bn)&&Vi(),ci=Wn,bn=Ca}}});return Nt[Symbol.iterator]=()=>{let _i=0;return{next(){return _i<2?{value:_i++?yt||i.EMPTY_OBJ:Nt,done:!1}:{done:!0}}}},Nt}const ou=(l,F)=>F==="modelValue"||F==="model-value"?l.modelModifiers:l[`${F}Modifiers`]||l[`${(0,i.camelize)(F)}Modifiers`]||l[`${(0,i.hyphenate)(F)}Modifiers`];function k(l,F,...Z){if(l.isUnmounted)return;const le=l.vnode.props||i.EMPTY_OBJ;let Me=Z;const Ie=F.startsWith("update:"),yt=Ie&&ou(le,F.slice(7));yt&&(yt.trim&&(Me=Z.map(ji=>(0,i.isString)(ji)?ji.trim():ji)),yt.number&&(Me=Z.map(i.looseToNumber))),__VUE_PROD_DEVTOOLS__&&g(l,F,Me);let Nt,_i=le[Nt=(0,i.toHandlerKey)(F)]||le[Nt=(0,i.toHandlerKey)((0,i.camelize)(F))];!_i&&Ie&&(_i=le[Nt=(0,i.toHandlerKey)((0,i.hyphenate)(F))]),_i&&_e(_i,l,6,Me);const Vi=le[Nt+"Once"];if(Vi){if(!l.emitted)l.emitted={};else if(l.emitted[Nt])return;l.emitted[Nt]=!0,_e(Vi,l,6,Me)}}const M=new WeakMap;function W(l,F,Z=!1){const le=__VUE_OPTIONS_API__&&Z?M:F.emitsCache,Me=le.get(l);if(Me!==void 0)return Me;const Ie=l.emits;let yt={},Nt=!1;if(__VUE_OPTIONS_API__&&!(0,i.isFunction)(l)){const _i=Vi=>{const ji=W(Vi,F,!0);ji&&(Nt=!0,(0,i.extend)(yt,ji))};!Z&&F.mixins.length&&F.mixins.forEach(_i),l.extends&&_i(l.extends),l.mixins&&l.mixins.forEach(_i)}return!Ie&&!Nt?((0,i.isObject)(l)&&le.set(l,null),null):((0,i.isArray)(Ie)?Ie.forEach(_i=>yt[_i]=null):(0,i.extend)(yt,Ie),(0,i.isObject)(l)&&le.set(l,yt),yt)}function ie(l,F){return!l||!(0,i.isOn)(F)?!1:(F=F.slice(2).replace(/Once$/,""),(0,i.hasOwn)(l,F[0].toLowerCase()+F.slice(1))||(0,i.hasOwn)(l,(0,i.hyphenate)(F))||(0,i.hasOwn)(l,F))}let ue=!1;function me(){ue=!0}function pe(l){const{type:F,vnode:Z,proxy:le,withProxy:Me,propsOptions:[Ie],slots:yt,attrs:Nt,emit:_i,render:Vi,renderCache:ji,props:ci,data:bn,setupState:Wn,ctx:Ca,inheritAttrs:la}=l,zr=Y(l);let Gr,Ba;try{if(Z.shapeFlag&4){const Kn=Me||le,za=Kn;Gr=Jo(Vi.call(za,Kn,ji,ci,Wn,bn,Ca)),Ba=Nt}else{const Kn=F;Gr=Jo(Kn.length>1?Kn(ci,{attrs:Nt,slots:yt,emit:_i}):Kn(ci,null)),Ba=F.props?Nt:Be(Nt)}}catch(Kn){$r.length=0,ee(Kn,l,1),Gr=bo(pr)}let zi=Gr,Xn;if(Ba&&la!==!1){const Kn=Object.keys(Ba),{shapeFlag:za}=zi;Kn.length&&za&7&&(Ie&&Kn.some(i.isModelListener)&&(Ba=Oe(Ba,Ie)),zi=nr(zi,Ba,!1,!0))}return Z.dirs&&(zi=nr(zi,null,!1,!0),zi.dirs=zi.dirs?zi.dirs.concat(Z.dirs):Z.dirs),Z.transition&&Oi(zi,Z.transition),Gr=zi,Y(zr),Gr}const fe=l=>{const F=l.children,Z=l.dynamicChildren,le=be(F,!1);if(!le)return[l,void 0];const Me=F.indexOf(le),Ie=Z?Z.indexOf(le):-1,yt=Nt=>{F[Me]=Nt,Z&&(Ie>-1?Z[Ie]=Nt:Nt.patchFlag>0&&(l.dynamicChildren=[...Z,Nt]))};return[Jo(le),yt]};function be(l,F=!0){let Z;for(let le=0;le<l.length;le++){const Me=l[le];if(Uo(Me)){if(Me.type!==pr||Me.children==="v-if"){if(Z)return;Z=Me}}else return}return Z}const Be=l=>{let F;for(const Z in l)(Z==="class"||Z==="style"||(0,i.isOn)(Z))&&((F||(F={}))[Z]=l[Z]);return F},Oe=(l,F)=>{const Z={};for(const le in l)(!(0,i.isModelListener)(le)||!(le.slice(9)in F))&&(Z[le]=l[le]);return Z},Ke=l=>l.shapeFlag&7||l.type===pr;function Ct(l,F,Z){const{props:le,children:Me,component:Ie}=l,{props:yt,children:Nt,patchFlag:_i}=F,Vi=Ie.emitsOptions;if(F.dirs||F.transition)return!0;if(Z&&_i>=0){if(_i&1024)return!0;if(_i&16)return le?ct(le,yt,Vi):!!yt;if(_i&8){const ji=F.dynamicProps;for(let ci=0;ci<ji.length;ci++){const bn=ji[ci];if(yt[bn]!==le[bn]&&!ie(Vi,bn))return!0}}}else return(Me||Nt)&&(!Nt||!Nt.$stable)?!0:le===yt?!1:le?yt?ct(le,yt,Vi):!0:!!yt;return!1}function ct(l,F,Z){const le=Object.keys(F);if(le.length!==Object.keys(l).length)return!0;for(let Me=0;Me<le.length;Me++){const Ie=le[Me];if(F[Ie]!==l[Ie]&&!ie(Z,Ie))return!0}return!1}function vt({vnode:l,parent:F},Z){for(;F;){const le=F.subTree;if(le.suspense&&le.suspense.activeBranch===l&&(le.el=l.el),le===l)(l=F.vnode).el=Z,F=F.parent;else break}}const Fi=l=>l.__isSuspense;let It=0;const mi={name:"Suspense",__isSuspense:!0,process(l,F,Z,le,Me,Ie,yt,Nt,_i,Vi){if(l==null)Hi(F,Z,le,Me,Ie,yt,Nt,_i,Vi);else{if(Ie&&Ie.deps>0&&!l.suspense.isInFallback){F.suspense=l.suspense,F.suspense.vnode=F,F.el=l.el;return}$i(l,F,Z,le,Me,yt,Nt,_i,Vi)}},hydrate:ln,normalize:Dn},Dt=null;function Xt(l,F){const Z=l.props&&l.props[F];(0,i.isFunction)(Z)&&Z()}function Hi(l,F,Z,le,Me,Ie,yt,Nt,_i){const{p:Vi,o:{createElement:ji}}=_i,ci=ji("div"),bn=l.suspense=Mi(l,Me,le,F,ci,Z,Ie,yt,Nt,_i);Vi(null,bn.pendingBranch=l.ssContent,ci,null,le,bn,Ie,yt),bn.deps>0?(Xt(l,"onPending"),Xt(l,"onFallback"),Vi(null,l.ssFallback,F,Z,le,null,Ie,yt),wn(bn,l.ssFallback)):bn.resolve(!1,!0)}function $i(l,F,Z,le,Me,Ie,yt,Nt,{p:_i,um:Vi,o:{createElement:ji}}){const ci=F.suspense=l.suspense;ci.vnode=F,F.el=l.el;const bn=F.ssContent,Wn=F.ssFallback,{activeBranch:Ca,pendingBranch:la,isInFallback:zr,isHydrating:Gr}=ci;if(la)ci.pendingBranch=bn,ls(la,bn)?(_i(la,bn,ci.hiddenContainer,null,Me,ci,Ie,yt,Nt),ci.deps<=0?ci.resolve():zr&&(Gr||(_i(Ca,Wn,Z,le,Me,null,Ie,yt,Nt),wn(ci,Wn)))):(ci.pendingId=It++,Gr?(ci.isHydrating=!1,ci.activeBranch=la):Vi(la,Me,ci),ci.deps=0,ci.effects.length=0,ci.hiddenContainer=ji("div"),zr?(_i(null,bn,ci.hiddenContainer,null,Me,ci,Ie,yt,Nt),ci.deps<=0?ci.resolve():(_i(Ca,Wn,Z,le,Me,null,Ie,yt,Nt),wn(ci,Wn))):Ca&&ls(Ca,bn)?(_i(Ca,bn,Z,le,Me,ci,Ie,yt,Nt),ci.resolve(!0)):(_i(null,bn,ci.hiddenContainer,null,Me,ci,Ie,yt,Nt),ci.deps<=0&&ci.resolve()));else if(Ca&&ls(Ca,bn))_i(Ca,bn,Z,le,Me,ci,Ie,yt,Nt),wn(ci,bn);else if(Xt(F,"onPending"),ci.pendingBranch=bn,bn.shapeFlag&512?ci.pendingId=bn.component.suspenseId:ci.pendingId=It++,_i(null,bn,ci.hiddenContainer,null,Me,ci,Ie,yt,Nt),ci.deps<=0)ci.resolve();else{const{timeout:Ba,pendingId:zi}=ci;Ba>0?setTimeout(()=>{ci.pendingId===zi&&ci.fallback(Wn)},Ba):Ba===0&&ci.fallback(Wn)}}let Rn=!1;function Mi(l,F,Z,le,Me,Ie,yt,Nt,_i,Vi,ji=!1){const{p:ci,m:bn,um:Wn,n:Ca,o:{parentNode:la,remove:zr}}=Vi;let Gr;const Ba=ir(l);Ba&&F&&F.pendingBranch&&(Gr=F.pendingId,F.deps++);const zi=l.props?(0,i.toNumber)(l.props.timeout):void 0,Xn=Ie,Kn={vnode:l,parent:F,parentComponent:Z,namespace:yt,container:le,hiddenContainer:Me,deps:0,pendingId:It++,timeout:typeof zi=="number"?zi:-1,activeBranch:null,pendingBranch:null,isInFallback:!ji,isHydrating:ji,isUnmounted:!1,effects:[],resolve(za=!1,qa=!1){const{vnode:Ar,activeBranch:_a,pendingBranch:wa,pendingId:Fr,effects:ro,parentComponent:so,container:Wo,isInFallback:$o}=Kn;let Nr=!1;Kn.isHydrating?Kn.isHydrating=!1:za||(Nr=_a&&wa.transition&&wa.transition.mode==="out-in",Nr&&(_a.transition.afterLeave=()=>{Fr===Kn.pendingId&&(bn(wa,Wo,Ie===Xn?Ca(_a):Ie,0),Ft(ro),$o&&Ar.ssFallback&&(Ar.ssFallback.el=null))}),_a&&(la(_a.el)===Wo&&(Ie=Ca(_a)),Wn(_a,so,Kn,!0),!Nr&&$o&&Ar.ssFallback&&(Ar.ssFallback.el=null)),Nr||bn(wa,Wo,Ie,0)),wn(Kn,wa),Kn.pendingBranch=null,Kn.isInFallback=!1;let lo=Kn.parent,Tr=!1;for(;lo;){if(lo.pendingBranch){lo.effects.push(...ro),Tr=!0;break}lo=lo.parent}!Tr&&!Nr&&Ft(ro),Kn.effects=[],Ba&&F&&F.pendingBranch&&Gr===F.pendingId&&(F.deps--,F.deps===0&&!qa&&F.resolve()),Xt(Ar,"onResolve")},fallback(za){if(!Kn.pendingBranch)return;const{vnode:qa,activeBranch:Ar,parentComponent:_a,container:wa,namespace:Fr}=Kn;Xt(qa,"onFallback");const ro=Ca(Ar),so=()=>{Kn.isInFallback&&(ci(null,za,wa,ro,_a,null,Fr,Nt,_i),wn(Kn,za))},Wo=za.transition&&za.transition.mode==="out-in";Wo&&(Ar.transition.afterLeave=so),Kn.isInFallback=!0,Wn(Ar,_a,null,!0),Wo||so()},move(za,qa,Ar){Kn.activeBranch&&bn(Kn.activeBranch,za,qa,Ar),Kn.container=za},next(){return Kn.activeBranch&&Ca(Kn.activeBranch)},registerDep(za,qa,Ar){const _a=!!Kn.pendingBranch;_a&&Kn.deps++;const wa=za.vnode.el;za.asyncDep.catch(Fr=>{ee(Fr,za,0)}).then(Fr=>{if(za.isUnmounted||Kn.isUnmounted||Kn.pendingId!==za.suspenseId)return;za.asyncResolved=!0;const{vnode:ro}=za;Fl(za,Fr,!1),wa&&(ro.el=wa);const so=!wa&&za.subTree.el;qa(za,ro,la(wa||za.subTree.el),wa?null:Ca(za.subTree),Kn,yt,Ar),so&&(ro.placeholder=null,zr(so)),vt(za,ro.el),_a&&--Kn.deps===0&&Kn.resolve()})},unmount(za,qa){Kn.isUnmounted=!0,Kn.activeBranch&&Wn(Kn.activeBranch,Z,za,qa),Kn.pendingBranch&&Wn(Kn.pendingBranch,Z,za,qa)}};return Kn}function ln(l,F,Z,le,Me,Ie,yt,Nt,_i){const Vi=F.suspense=Mi(F,le,Z,l.parentNode,document.createElement("div"),null,Me,Ie,yt,Nt,!0),ji=_i(l,Vi.pendingBranch=F.ssContent,Z,Vi,Ie,yt);return Vi.deps===0&&Vi.resolve(!1,!0),ji}function Dn(l){const{shapeFlag:F,children:Z}=l,le=F&32;l.ssContent=Ga(le?Z.default:Z),l.ssFallback=le?Ga(Z.fallback):bo(pr)}function Ga(l){let F;if((0,i.isFunction)(l)){const Z=Ss&&l._c;Z&&(l._d=!1,Jr()),l=l(),Z&&(l._d=!0,F=po,Fs())}return(0,i.isArray)(l)&&(l=be(l)),l=Jo(l),F&&!l.dynamicChildren&&(l.dynamicChildren=F.filter(Z=>Z!==l)),l}function Da(l,F){F&&F.pendingBranch?(0,i.isArray)(l)?F.effects.push(...l):F.effects.push(l):Ft(l)}function wn(l,F){l.activeBranch=F;const{vnode:Z,parentComponent:le}=l;let Me=F.el;for(;!Me&&F.component;)F=F.component.subTree,Me=F.el;Z.el=Me,le&&le.subTree===Z&&(le.vnode.el=Me,vt(le,Me))}function ir(l){const F=l.props&&l.props.suspensible;return F!=null&&F!==!1}const Fa=Symbol.for("v-fgt"),yr=Symbol.for("v-txt"),pr=Symbol.for("v-cmt"),Za=Symbol.for("v-stc"),$r=[];let po=null;function Jr(l=!1){$r.push(po=l?null:[])}function Fs(){$r.pop(),po=$r[$r.length-1]||null}let Ss=1;function Cl(l,F=!1){Ss+=l,l<0&&po&&F&&(po.hasOnce=!0)}function zo(l){return l.dynamicChildren=Ss>0?po||i.EMPTY_ARR:null,Fs(),Ss>0&&po&&po.push(l),l}function ss(l,F,Z,le,Me,Ie){return zo(al(l,F,Z,le,Me,Ie,!0))}function Mo(l,F,Z,le,Me){return zo(bo(l,F,Z,le,Me,!0))}function Uo(l){return l?l.__v_isVNode===!0:!1}function ls(l,F){return l.type===F.type&&l.key===F.key}let ws;function $s(l){ws=l}const Hs=(...l)=>Ns(...ws?ws(l,D):l),_l=({key:l})=>l??null,Sl=({ref:l,ref_key:F,ref_for:Z})=>(typeof l=="number"&&(l=""+l),l!=null?(0,i.isString)(l)||(0,e.i9)(l)||(0,i.isFunction)(l)?{i:D,r:l,k:F,f:!!Z}:l:null);function al(l,F=null,Z=null,le=0,Me=null,Ie=l===Fa?0:1,yt=!1,Nt=!1){const _i={__v_isVNode:!0,__v_skip:!0,type:l,props:F,key:F&&_l(F),ref:F&&Sl(F),scopeId:$,slotScopeIds:null,children:Z,component:null,suspense:null,ssContent:null,ssFallback:null,dirs:null,transition:null,el:null,anchor:null,target:null,targetStart:null,targetAnchor:null,staticCount:0,shapeFlag:Ie,patchFlag:le,dynamicProps:Me,dynamicChildren:null,appContext:null,ctx:D};return Nt?(_d(_i,Z),Ie&128&&l.normalize(_i)):Z&&(_i.shapeFlag|=(0,i.isString)(Z)?8:16),Ss>0&&!yt&&po&&(_i.patchFlag>0||Ie&6)&&_i.patchFlag!==32&&po.push(_i),_i}const bo=Ns;function Ns(l,F=null,Z=null,le=0,Me=null,Ie=!1){if((!l||l===sn)&&(l=pr),Uo(l)){const Nt=nr(l,F,!0);return Z&&_d(Nt,Z),Ss>0&&!Ie&&po&&(Nt.shapeFlag&6?po[po.indexOf(l)]=Nt:po.push(Nt)),Nt.patchFlag=-2,Nt}if(ga(l)&&(l=l.__vccOpts),F){F=qo(F);let{class:Nt,style:_i}=F;Nt&&!(0,i.isString)(Nt)&&(F.class=(0,i.normalizeClass)(Nt)),(0,i.isObject)(_i)&&((0,e.ju)(_i)&&!(0,i.isArray)(_i)&&(_i=(0,i.extend)({},_i)),F.style=(0,i.normalizeStyle)(_i))}const yt=(0,i.isString)(l)?1:Fi(l)?128:Ae(l)?64:(0,i.isObject)(l)?4:(0,i.isFunction)(l)?2:0;return al(l,F,Z,le,Me,yt,Ie,!0)}function qo(l){return l?(0,e.ju)(l)||Po(l)?(0,i.extend)({},l):l:null}function nr(l,F,Z=!1,le=!1){const{props:Me,ref:Ie,patchFlag:yt,children:Nt,transition:_i}=l,Vi=F?va(Me||{},F):Me,ji={__v_isVNode:!0,__v_skip:!0,type:l.type,props:Vi,key:Vi&&_l(Vi),ref:F&&F.ref?Z&&Ie?(0,i.isArray)(Ie)?Ie.concat(Sl(F)):[Ie,Sl(F)]:Sl(F):Ie,scopeId:l.scopeId,slotScopeIds:l.slotScopeIds,children:Nt,target:l.target,targetStart:l.targetStart,targetAnchor:l.targetAnchor,staticCount:l.staticCount,shapeFlag:l.shapeFlag,patchFlag:F&&l.type!==Fa?yt===-1?16:yt|16:yt,dynamicProps:l.dynamicProps,dynamicChildren:l.dynamicChildren,appContext:l.appContext,dirs:l.dirs,transition:_i,component:l.component,suspense:l.suspense,ssContent:l.ssContent&&nr(l.ssContent),ssFallback:l.ssFallback&&nr(l.ssFallback),placeholder:l.placeholder,el:l.el,anchor:l.anchor,ctx:l.ctx,ce:l.ce};return _i&&le&&Oi(ji,_i.clone(ji)),ji}function Es(l){const F=nr(l);return isArray(l.children)&&(F.children=l.children.map(Es)),F}function ns(l=" ",F=0){return bo(yr,null,l,F)}function Ml(l,F){const Z=bo(Za,null,l);return Z.staticCount=F,Z}function jl(l="",F=!1){return F?(Jr(),Mo(pr,null,l)):bo(pr,null,l)}function Jo(l){return l==null||typeof l=="boolean"?bo(pr):(0,i.isArray)(l)?bo(Fa,null,l.slice()):Uo(l)?xr(l):bo(yr,null,String(l))}function xr(l){return l.el===null&&l.patchFlag!==-1||l.memo?l:nr(l)}function _d(l,F){let Z=0;const{shapeFlag:le}=l;if(F==null)F=null;else if((0,i.isArray)(F))Z=16;else if(typeof F=="object")if(le&65){const Me=F.default;Me&&(Me._c&&(Me._d=!1),_d(l,Me()),Me._c&&(Me._d=!0));return}else{Z=32;const Me=F._;!Me&&!Po(F)?F._ctx=D:Me===3&&D&&(D.slots._===1?F._=1:(F._=2,l.patchFlag|=1024))}else(0,i.isFunction)(F)?(F={default:F,_ctx:D},Z=32):(F=String(F),le&64?(Z=16,F=[ns(F)]):Z=8);l.children=F,l.shapeFlag|=Z}function va(...l){const F={};for(let Z=0;Z<l.length;Z++){const le=l[Z];for(const Me in le)if(Me==="class")F.class!==le.class&&(F.class=(0,i.normalizeClass)([F.class,le.class]));else if(Me==="style")F.style=(0,i.normalizeStyle)([F.style,le.style]);else if((0,i.isOn)(Me)){const Ie=F[Me],yt=le[Me];yt&&Ie!==yt&&!((0,i.isArray)(Ie)&&Ie.includes(yt))&&(F[Me]=Ie?[].concat(Ie,yt):yt)}else Me!==""&&(F[Me]=le[Me])}return F}function Rs(l,F,Z,le=null){_e(l,F,7,[Z,le])}const vs=er();let Il=0;function Zo(l,F,Z){const le=l.type,Me=(F?F.appContext:l.appContext)||vs,Ie={uid:Il++,vnode:l,type:le,parent:F,appContext:Me,root:null,next:null,subTree:null,effect:null,update:null,job:null,scope:new e.yC(!0),render:null,proxy:null,exposed:null,exposeProxy:null,withProxy:null,provides:F?F.provides:Object.create(Me.provides),ids:F?F.ids:["",0,0],accessCache:null,renderCache:[],components:null,directives:null,propsOptions:cl(le,Me),emitsOptions:W(le,Me),emit:null,emitted:null,propsDefaults:i.EMPTY_OBJ,inheritAttrs:le.inheritAttrs,ctx:i.EMPTY_OBJ,data:i.EMPTY_OBJ,props:i.EMPTY_OBJ,attrs:i.EMPTY_OBJ,slots:i.EMPTY_OBJ,refs:i.EMPTY_OBJ,setupState:i.EMPTY_OBJ,setupContext:null,suspense:Z,suspenseId:Z?Z.pendingId:0,asyncDep:null,asyncResolved:!1,isMounted:!1,isUnmounted:!1,isDeactivated:!1,bc:null,c:null,bm:null,m:null,bu:null,u:null,um:null,bum:null,da:null,a:null,rtg:null,rtc:null,ec:null,sp:null};return Ie.ctx={_:Ie},Ie.root=F?F.root:Ie,Ie.emit=k.bind(null,Ie),l.ce&&l.ce(Ie),Ie}let Lr=null;const Bo=()=>Lr||D;let Ms,Gs;{const l=(0,i.getGlobalThis)(),F=(Z,le)=>{let Me;return(Me=l[Z])||(Me=l[Z]=[]),Me.push(le),Ie=>{Me.length>1?Me.forEach(yt=>yt(Ie)):Me[0](Ie)}};Ms=F("__VUE_INSTANCE_SETTERS__",Z=>Lr=Z),Gs=F("__VUE_SSR_SETTERS__",Z=>xs=Z)}const Ll=l=>{const F=Lr;return Ms(l),l.scope.on(),()=>{l.scope.off(),Ms(F)}},pl=()=>{Lr&&Lr.scope.off(),Ms(null)},td=null;function Cd(l,{isNativeTag:F}){(td(l)||F(l))&&d("Do not use built-in or reserved HTML elements as component id: "+l)}function yu(l){return l.vnode.shapeFlag&4}let xs=!1;function pd(l,F=!1,Z=!1){F&&Gs(F);const{props:le,children:Me}=l.vnode,Ie=yu(l);Ps(l,le,Ie,F),pu(l,Me,Z||F);const yt=Ie?js(l,F):void 0;return F&&Gs(!1),yt}function js(l,F){var Z;const le=l.type;l.accessCache=Object.create(null),l.proxy=new Proxy(l.ctx,ll);const{setup:Me}=le;if(Me){(0,e.C4)();const Ie=l.setupContext=Me.length>1?Zt(l):null,yt=Ll(l),Nt=K(Me,l,0,[l.props,Ie]),_i=(0,i.isPromise)(Nt);if((0,e.bl)(),yt(),(_i||l.sp)&&!De(l)&&Ai(l),_i){if(Nt.then(pl,pl),F)return Nt.then(Vi=>{Fl(l,Vi,F)}).catch(Vi=>{ee(Vi,l,0)});l.asyncDep=Nt}else Fl(l,Nt,F)}else zl(l,F)}function Fl(l,F,Z){(0,i.isFunction)(F)?l.type.__ssrInlineRender?l.ssrRender=F:l.render=F:(0,i.isObject)(F)&&(__VUE_PROD_DEVTOOLS__&&(l.devtoolsRawSetupState=F),l.setupState=(0,e.Pr)(F)),zl(l,Z)}let _s,As;function Zl(l){_s=l,As=F=>{F.render._rc&&(F.withProxy=new Proxy(F.ctx,Eu))}}const vl=()=>!_s;function zl(l,F,Z){const le=l.type;if(!l.render){if(!F&&_s&&!le.render){const Me=le.template||__VUE_OPTIONS_API__&&dl(l).template;if(Me){const{isCustomElement:Ie,compilerOptions:yt}=l.appContext.config,{delimiters:Nt,compilerOptions:_i}=le,Vi=(0,i.extend)((0,i.extend)({isCustomElement:Ie,delimiters:Nt},yt),_i);le.render=_s(Me,Vi)}}l.render=le.render||i.NOOP,As&&As(l)}if(__VUE_OPTIONS_API__){const Me=Ll(l);(0,e.C4)();try{ul(l)}finally{(0,e.bl)(),Me()}}}const yl={get(l,F){return(0,e.u4)(l,"get",""),l[F]}};function xt(l){return new Proxy(l.slots,{get(F,Z){return track(l,"get","$slots"),F[Z]}})}function Zt(l){const F=Z=>{l.exposed=Z||{}};return{attrs:new Proxy(l.attrs,yl),slots:l.slots,emit:l.emit,expose:F}}function pt(l){return l.exposed?l.exposeProxy||(l.exposeProxy=new Proxy((0,e.Pr)((0,e.IG)(l.exposed)),{get(F,Z){if(Z in F)return F[Z];if(Z in hs)return hs[Z](l)},has(F,Z){return Z in F||Z in hs}})):l.proxy}const an=/(?:^|[-_])\w/g,Gn=l=>l.replace(an,F=>F.toUpperCase()).replace(/[-_]/g,"");function Gi(l,F=!0){return(0,i.isFunction)(l)?l.displayName||l.name:l.name||F&&l.__name}function ha(l,F,Z=!1){let le=Gi(F);if(!le&&F.__file){const Me=F.__file.match(/([^/\\]+)\.\w+$/);Me&&(le=Me[1])}if(!le&&l&&l.parent){const Me=Ie=>{for(const yt in Ie)if(Ie[yt]===F)return yt};le=Me(l.components||l.parent.type.components)||Me(l.appContext.components)}return le?Gn(le):Z?"App":"Anonymous"}function ga(l){return(0,i.isFunction)(l)&&"__vccOpts"in l}const Mr=(l,F)=>(0,e.EW)(l,F,xs);function Co(l,F,Z){try{Cl(-1);const le=arguments.length;return le===2?(0,i.isObject)(F)&&!(0,i.isArray)(F)?Uo(F)?bo(l,null,[F]):bo(l,F):bo(l,null,F):(le>3?Z=Array.prototype.slice.call(arguments,2):le===3&&Uo(Z)&&(Z=[Z]),bo(l,F,Z))}finally{Cl(1)}}function Ho(){return;function Ie(ci){const bn=[];ci.type.props&&ci.props&&bn.push(yt("props",toRaw(ci.props))),ci.setupState!==EMPTY_OBJ&&bn.push(yt("setup",ci.setupState)),ci.data!==EMPTY_OBJ&&bn.push(yt("data",toRaw(ci.data)));const Wn=_i(ci,"computed");Wn&&bn.push(yt("computed",Wn));const Ca=_i(ci,"inject");return Ca&&bn.push(yt("injected",Ca)),bn.push(["div",{},["span",{style:le.style+";opacity:0.66"},"$ (internal): "],["object",{object:ci}]]),bn}function yt(ci,bn){return bn=extend({},bn),Object.keys(bn).length?["div",{style:"line-height:1.25em;margin-bottom:0.6em"},["div",{style:"color:#476582"},ci],["div",{style:"padding-left:1.25em"},...Object.keys(bn).map(Wn=>["div",{},["span",le,Wn+": "],Nt(bn[Wn],!1)])]]:["span",{}]}function Nt(ci,bn=!0){return typeof ci=="number"?["span",F,ci]:typeof ci=="string"?["span",Z,JSON.stringify(ci)]:typeof ci=="boolean"?["span",le,ci]:isObject(ci)?["object",{object:bn?toRaw(ci):ci}]:["span",Z,String(ci)]}function _i(ci,bn){const Wn=ci.type;if(isFunction(Wn))return;const Ca={};for(const la in ci.ctx)Vi(Wn,la,bn)&&(Ca[la]=ci.ctx[la]);return Ca}function Vi(ci,bn,Wn){const Ca=ci[Wn];if(isArray(Ca)&&Ca.includes(bn)||isObject(Ca)&&bn in Ca||ci.extends&&Vi(ci.extends,bn,Wn)||ci.mixins&&ci.mixins.some(la=>Vi(la,bn,Wn)))return!0}function ji(ci){return isShallow(ci)?"ShallowRef":ci.effect?"ComputedRef":"Ref"}}function Ts(l,F,Z,le){const Me=Z[le];if(Me&&Xs(Me,l))return Me;const Ie=F();return Ie.memo=l.slice(),Ie.cacheIndex=le,Z[le]=Ie}function Xs(l,F){const Z=l.memo;if(Z.length!=F.length)return!1;for(let le=0;le<Z.length;le++)if(hasChanged(Z[le],F[le]))return!1;return Ss>0&&po&&po.push(l),!0}const Ds="3.5.24",xl=i.NOOP,Ul=null,Ru=Ei,Qr=null,su={createComponentInstance:Zo,setupComponent:pd,renderComponentRoot:pe,setCurrentRenderingInstance:Y,isVNode:Uo,normalizeVNode:Jo,getComponentPublicInstance:pt,ensureValidVNode:no,pushWarningContext:v,popWarningContext:N},qu=null,id=null,nd=null,co=null},53751:($t,We,a)=>{"use strict";a.d(We,{Transition:()=>ee,createApp:()=>gr,render:()=>$a,useCssModule:()=>Ae,useCssVars:()=>Li,vModelCheckbox:()=>hr,vModelRadio:()=>Ka,vModelText:()=>Ja,vShow:()=>Ot,withKeys:()=>qt,withModifiers:()=>et});var e=a(20641),i=a(90033),c=a(50953);/**
|
|
* @vue/runtime-dom v3.5.24
|
|
* (c) 2018-present Yuxi (Evan) You and Vue contributors
|
|
* @license MIT
|
|
**/let v;const N=typeof window<"u"&&window.trustedTypes;if(N)try{v=N.createPolicy("vue",{createHTML:u=>u})}catch{}const I=v?u=>v.createHTML(u):u=>u,d="http://www.w3.org/2000/svg",G="http://www.w3.org/1998/Math/MathML",j=typeof document<"u"?document:null,Q=j&&j.createElement("template"),x={insert:(u,b,R)=>{b.insertBefore(u,R||null)},remove:u=>{const b=u.parentNode;b&&b.removeChild(u)},createElement:(u,b,R,q)=>{const oe=b==="svg"?j.createElementNS(d,u):b==="mathml"?j.createElementNS(G,u):R?j.createElement(u,{is:R}):j.createElement(u);return u==="select"&&q&&q.multiple!=null&&oe.setAttribute("multiple",q.multiple),oe},createText:u=>j.createTextNode(u),createComment:u=>j.createComment(u),setText:(u,b)=>{u.nodeValue=b},setElementText:(u,b)=>{u.textContent=b},parentNode:u=>u.parentNode,nextSibling:u=>u.nextSibling,querySelector:u=>j.querySelector(u),setScopeId(u,b){u.setAttribute(b,"")},insertStaticContent(u,b,R,q,oe,z){const ae=R?R.previousSibling:b.lastChild;if(oe&&(oe===z||oe.nextSibling))for(;b.insertBefore(oe.cloneNode(!0),R),!(oe===z||!(oe=oe.nextSibling)););else{Q.innerHTML=I(q==="svg"?`<svg>${u}</svg>`:q==="mathml"?`<math>${u}</math>`:u);const Ee=Q.content;if(q==="svg"||q==="mathml"){const V=Ee.firstChild;for(;V.firstChild;)Ee.appendChild(V.firstChild);Ee.removeChild(V)}b.insertBefore(Ee,R)}return[ae?ae.nextSibling:b.firstChild,R?R.previousSibling:b.lastChild]}},U="transition",T="animation",_=Symbol("_vtc"),S={name:String,type:String,css:{type:Boolean,default:!0},duration:[String,Number,Object],enterFromClass:String,enterActiveClass:String,enterToClass:String,appearFromClass:String,appearActiveClass:String,appearToClass:String,leaveFromClass:String,leaveActiveClass:String,leaveToClass:String},K=(0,i.extend)({},e.QP,S),ee=(u=>(u.displayName="Transition",u.props=K,u))((u,{slots:b})=>(0,e.h)(e.pR,P(u),b)),H=(u,b=[])=>{(0,i.isArray)(u)?u.forEach(R=>R(...b)):u&&u(...b)},xe=u=>u?(0,i.isArray)(u)?u.some(b=>b.length>1):u.length>1:!1;function P(u){const b={};for(const ea in u)ea in S||(b[ea]=u[ea]);if(u.css===!1)return b;const{name:R="v",type:q,duration:oe,enterFromClass:z=`${R}-enter-from`,enterActiveClass:ae=`${R}-enter-active`,enterToClass:Ee=`${R}-enter-to`,appearFromClass:V=z,appearActiveClass:Fe=ae,appearToClass:De=Ee,leaveFromClass:Et=`${R}-leave-from`,leaveActiveClass:yi=`${R}-leave-active`,leaveToClass:gi=`${R}-leave-to`}=u,fn=ce(oe),se=fn&&fn[0],je=fn&&fn[1],{onBeforeEnter:Ue,onEnter:mt,onEnterCancelled:dt,onLeave:li,onLeaveCancelled:Ui,onBeforeAppear:Hn=Ue,onAppear:rn=mt,onAppearCancelled:Nn=dt}=b,ba=(ea,re,Ye,Pt)=>{ea._enterCancelled=Pt,J(ea,re?De:Ee),J(ea,re?Fe:ae),Ye&&Ye()},Ra=(ea,re)=>{ea._isLeaving=!1,J(ea,Et),J(ea,gi),J(ea,yi),re&&re()},ka=ea=>(re,Ye)=>{const Pt=ea?rn:mt,Bi=()=>ba(re,ea,Ye);H(Pt,[re,Bi]),ye(()=>{J(re,ea?V:z),ke(re,ea?De:Ee),xe(Pt)||ui(re,q,se,Bi)})};return(0,i.extend)(b,{onBeforeEnter(ea){H(Ue,[ea]),ke(ea,z),ke(ea,ae)},onBeforeAppear(ea){H(Hn,[ea]),ke(ea,V),ke(ea,Fe)},onEnter:ka(!1),onAppear:ka(!0),onLeave(ea,re){ea._isLeaving=!0;const Ye=()=>Ra(ea,re);ke(ea,Et),ea._enterCancelled?(ke(ea,yi),Ft(ea)):(Ft(ea),ke(ea,yi)),ye(()=>{ea._isLeaving&&(J(ea,Et),ke(ea,gi),xe(li)||ui(ea,q,je,Ye))}),H(li,[ea,Ye])},onEnterCancelled(ea){ba(ea,!1,void 0,!0),H(dt,[ea])},onAppearCancelled(ea){ba(ea,!0,void 0,!0),H(Nn,[ea])},onLeaveCancelled(ea){Ra(ea),H(Ui,[ea])}})}function ce(u){if(u==null)return null;if((0,i.isObject)(u))return[Ce(u.enter),Ce(u.leave)];{const b=Ce(u);return[b,b]}}function Ce(u){return(0,i.toNumber)(u)}function ke(u,b){b.split(/\s+/).forEach(R=>R&&u.classList.add(R)),(u[_]||(u[_]=new Set)).add(b)}function J(u,b){b.split(/\s+/).forEach(q=>q&&u.classList.remove(q));const R=u[_];R&&(R.delete(b),R.size||(u[_]=void 0))}function ye(u){requestAnimationFrame(()=>{requestAnimationFrame(u)})}let Xe=0;function ui(u,b,R,q){const oe=u._endId=++Xe,z=()=>{oe===u._endId&&q()};if(R!=null)return setTimeout(z,R);const{type:ae,timeout:Ee,propCount:V}=ht(u,b);if(!ae)return q();const Fe=ae+"end";let De=0;const Et=()=>{u.removeEventListener(Fe,yi),z()},yi=gi=>{gi.target===u&&++De>=V&&Et()};setTimeout(()=>{De<V&&Et()},Ee+1),u.addEventListener(Fe,yi)}function ht(u,b){const R=window.getComputedStyle(u),q=fn=>(R[fn]||"").split(", "),oe=q(`${U}Delay`),z=q(`${U}Duration`),ae=_t(oe,z),Ee=q(`${T}Delay`),V=q(`${T}Duration`),Fe=_t(Ee,V);let De=null,Et=0,yi=0;b===U?ae>0&&(De=U,Et=ae,yi=z.length):b===T?Fe>0&&(De=T,Et=Fe,yi=V.length):(Et=Math.max(ae,Fe),De=Et>0?ae>Fe?U:T:null,yi=De?De===U?z.length:V.length:0);const gi=De===U&&/\b(?:transform|all)(?:,|$)/.test(q(`${U}Property`).toString());return{type:De,timeout:Et,propCount:yi,hasTransform:gi}}function _t(u,b){for(;u.length<b.length;)u=u.concat(u);return Math.max(...b.map((R,q)=>ai(R)+ai(u[q])))}function ai(u){return u==="auto"?0:Number(u.slice(0,-1).replace(",","."))*1e3}function Ft(u){return(u?u.ownerDocument:document).body.offsetHeight}function jt(u,b,R){const q=u[_];q&&(b=(b?[b,...q]:[...q]).join(" ")),b==null?u.removeAttribute("class"):R?u.setAttribute("class",b):u.className=b}const He=Symbol("_vod"),ut=Symbol("_vsh"),Ot={name:"show",beforeMount(u,{value:b},{transition:R}){u[He]=u.style.display==="none"?"":u.style.display,R&&b?R.beforeEnter(u):Gt(u,b)},mounted(u,{value:b},{transition:R}){R&&b&&R.enter(u)},updated(u,{value:b,oldValue:R},{transition:q}){!b!=!R&&(q?b?(q.beforeEnter(u),Gt(u,!0),q.enter(u)):q.leave(u,()=>{Gt(u,!1)}):Gt(u,b))},beforeUnmount(u,{value:b}){Gt(u,b)}};function Gt(u,b){u.style.display=b?u[He]:"none",u[ut]=!b}function ri(){Ot.getSSRProps=({value:u})=>{if(!u)return{style:{display:"none"}}}}const Ii=Symbol("");function Li(u){const b=(0,e.nI)();if(!b)return;const R=b.ut=(oe=u(b.proxy))=>{Array.from(document.querySelectorAll(`[data-v-owner="${b.uid}"]`)).forEach(z=>wi(z,oe))},q=()=>{const oe=u(b.proxy);b.ce?wi(b.ce,oe):Yi(b.subTree,oe),R(oe)};(0,e.Ic)(()=>{(0,e.Dl)(q)}),(0,e.sV)(()=>{(0,e.wB)(q,i.NOOP,{flush:"post"});const oe=new MutationObserver(q);oe.observe(b.subTree.el.parentNode,{childList:!0}),(0,e.hi)(()=>oe.disconnect())})}function Yi(u,b){if(u.shapeFlag&128){const R=u.suspense;u=R.activeBranch,R.pendingBranch&&!R.isHydrating&&R.effects.push(()=>{Yi(R.activeBranch,b)})}for(;u.component;)u=u.component.subTree;if(u.shapeFlag&1&&u.el)wi(u.el,b);else if(u.type===e.FK)u.children.forEach(R=>Yi(R,b));else if(u.type===e.jC){let{el:R,anchor:q}=u;for(;R&&(wi(R,b),R!==q);)R=R.nextSibling}}function wi(u,b){if(u.nodeType===1){const R=u.style;let q="";for(const oe in b){const z=(0,i.normalizeCssVarValue)(b[oe]);R.setProperty(`--${oe}`,z),q+=`--${oe}: ${z};`}R[Ii]=q}}const Lt=/(?:^|;)\s*display\s*:/;function di(u,b,R){const q=u.style,oe=(0,i.isString)(R);let z=!1;if(R&&!oe){if(b)if((0,i.isString)(b))for(const ae of b.split(";")){const Ee=ae.slice(0,ae.indexOf(":")).trim();R[Ee]==null&&oi(q,Ee,"")}else for(const ae in b)R[ae]==null&&oi(q,ae,"");for(const ae in R)ae==="display"&&(z=!0),oi(q,ae,R[ae])}else if(oe){if(b!==R){const ae=q[Ii];ae&&(R+=";"+ae),q.cssText=R,z=Lt.test(R)}}else b&&u.removeAttribute("style");He in u&&(u[He]=z?q.display:"",u[ut]&&(q.display="none"))}const Vt=/[^\\];\s*$/,pn=/\s*!important$/;function oi(u,b,R){if((0,i.isArray)(R))R.forEach(q=>oi(u,b,q));else if(R==null&&(R=""),b.startsWith("--"))u.setProperty(b,R);else{const q=An(u,b);pn.test(R)?u.setProperty((0,i.hyphenate)(q),R.replace(pn,""),"important"):u[q]=R}}const ni=["Webkit","Moz","ms"],Ei={};function An(u,b){const R=Ei[b];if(R)return R;let q=(0,i.camelize)(b);if(q!=="filter"&&q in u)return Ei[b]=q;q=(0,i.capitalize)(q);for(let oe=0;oe<ni.length;oe++){const z=ni[oe]+q;if(z in u)return Ei[b]=z}return b}const En="http://www.w3.org/1999/xlink";function Qi(u,b,R,q,oe,z=(0,i.isSpecialBooleanAttr)(b)){q&&b.startsWith("xlink:")?R==null?u.removeAttributeNS(En,b.slice(6,b.length)):u.setAttributeNS(En,b,R):R==null||z&&!(0,i.includeBooleanAttr)(R)?u.removeAttribute(b):u.setAttribute(b,z?"":(0,i.isSymbol)(R)?String(R):R)}function Yt(u,b,R,q,oe){if(b==="innerHTML"||b==="textContent"){R!=null&&(u[b]=b==="innerHTML"?I(R):R);return}const z=u.tagName;if(b==="value"&&z!=="PROGRESS"&&!z.includes("-")){const Ee=z==="OPTION"?u.getAttribute("value")||"":u.value,V=R==null?u.type==="checkbox"?"on":"":String(R);(Ee!==V||!("_value"in u))&&(u.value=V),R==null&&u.removeAttribute(b),u._value=R;return}let ae=!1;if(R===""||R==null){const Ee=typeof u[b];Ee==="boolean"?R=(0,i.includeBooleanAttr)(R):R==null&&Ee==="string"?(R="",ae=!0):Ee==="number"&&(R=0,ae=!0)}try{u[b]=R}catch{}ae&&u.removeAttribute(oe||b)}function Ut(u,b,R,q){u.addEventListener(b,R,q)}function qi(u,b,R,q){u.removeEventListener(b,R,q)}const Ne=Symbol("_vei");function ft(u,b,R,q,oe=null){const z=u[Ne]||(u[Ne]={}),ae=z[b];if(q&&ae)ae.value=q;else{const[Ee,V]=Ve(b);if(q){const Fe=z[b]=A(q,oe);Ut(u,Ee,Fe,V)}else ae&&(qi(u,Ee,ae,V),z[b]=void 0)}}const gt=/(?:Once|Passive|Capture)$/;function Ve(u){let b;if(gt.test(u)){b={};let q;for(;q=u.match(gt);)u=u.slice(0,u.length-q[0].length),b[q[0].toLowerCase()]=!0}return[u[2]===":"?u.slice(3):(0,i.hyphenate)(u.slice(2)),b]}let ot=0;const ei=Promise.resolve(),X=()=>ot||(ei.then(()=>ot=0),ot=Date.now());function A(u,b){const R=q=>{if(!q._vts)q._vts=Date.now();else if(q._vts<=R.attached)return;(0,e.qL)(D(q,R.value),b,5,[q])};return R.value=u,R.attached=X(),R}function g(u,b){return isFunction(u)||isArray(u)?u:(warn(`Wrong type passed as event handler to ${b} - did you forget @ or : in front of your prop?
|
|
Expected function or array of functions, received type ${typeof u}.`),NOOP)}function D(u,b){if((0,i.isArray)(b)){const R=u.stopImmediatePropagation;return u.stopImmediatePropagation=()=>{R.call(u),u._stopped=!0},b.map(q=>oe=>!oe._stopped&&q&&q(oe))}else return b}const $=u=>u.charCodeAt(0)===111&&u.charCodeAt(1)===110&&u.charCodeAt(2)>96&&u.charCodeAt(2)<123,Y=(u,b,R,q,oe,z)=>{const ae=oe==="svg";b==="class"?jt(u,q,ae):b==="style"?di(u,R,q):(0,i.isOn)(b)?(0,i.isModelListener)(b)||ft(u,b,R,q,z):(b[0]==="."?(b=b.slice(1),!0):b[0]==="^"?(b=b.slice(1),!1):ne(u,b,q,ae))?(Yt(u,b,q),!u.tagName.includes("-")&&(b==="value"||b==="checked"||b==="selected")&&Qi(u,b,q,ae,z,b!=="value")):u._isVueCE&&(/[A-Z]/.test(b)||!(0,i.isString)(q))?Yt(u,(0,i.camelize)(b),q,z,b):(b==="true-value"?u._trueValue=q:b==="false-value"&&(u._falseValue=q),Qi(u,b,q,ae))};function ne(u,b,R,q){if(q)return!!(b==="innerHTML"||b==="textContent"||b in u&&$(b)&&(0,i.isFunction)(R));if(b==="spellcheck"||b==="draggable"||b==="translate"||b==="autocorrect"||b==="sandbox"&&u.tagName==="IFRAME"||b==="form"||b==="list"&&u.tagName==="INPUT"||b==="type"&&u.tagName==="TEXTAREA")return!1;if(b==="width"||b==="height"){const oe=u.tagName;if(oe==="IMG"||oe==="VIDEO"||oe==="CANVAS"||oe==="SOURCE")return!1}return $(b)&&(0,i.isString)(R)?!1:b in u}const Re={};function Ge(u,b,R){let q=defineComponent(u,b);isPlainObject(q)&&(q=extend({},q,b));class oe extends ve{constructor(ae){super(q,ae,R)}}return oe.def=q,oe}const At=(u,b)=>Ge(u,b,Ta),Ze=typeof HTMLElement<"u"?HTMLElement:class{};class ve extends Ze{constructor(b,R={},q=gr){super(),this._def=b,this._props=R,this._createApp=q,this._isVueCE=!0,this._instance=null,this._app=null,this._nonce=this._def.nonce,this._connected=!1,this._resolved=!1,this._patching=!1,this._dirty=!1,this._numberProps=null,this._styleChildren=new WeakSet,this._ob=null,this.shadowRoot&&q!==gr?this._root=this.shadowRoot:b.shadowRoot!==!1?(this.attachShadow((0,i.extend)({},b.shadowRootOptions,{mode:"open"})),this._root=this.shadowRoot):this._root=this}connectedCallback(){if(!this.isConnected)return;!this.shadowRoot&&!this._resolved&&this._parseSlots(),this._connected=!0;let b=this;for(;b=b&&(b.parentNode||b.host);)if(b instanceof ve){this._parent=b;break}this._instance||(this._resolved?this._mount(this._def):b&&b._pendingResolve?this._pendingResolve=b._pendingResolve.then(()=>{this._pendingResolve=void 0,this._resolveDef()}):this._resolveDef())}_setParent(b=this._parent){b&&(this._instance.parent=b._instance,this._inheritParentContext(b))}_inheritParentContext(b=this._parent){b&&this._app&&Object.setPrototypeOf(this._app._context.provides,b._instance.provides)}disconnectedCallback(){this._connected=!1,(0,e.dY)(()=>{this._connected||(this._ob&&(this._ob.disconnect(),this._ob=null),this._app&&this._app.unmount(),this._instance&&(this._instance.ce=void 0),this._app=this._instance=null,this._teleportTargets&&(this._teleportTargets.clear(),this._teleportTargets=void 0))})}_processMutations(b){for(const R of b)this._setAttr(R.attributeName)}_resolveDef(){if(this._pendingResolve)return;for(let q=0;q<this.attributes.length;q++)this._setAttr(this.attributes[q].name);this._ob=new MutationObserver(this._processMutations.bind(this)),this._ob.observe(this,{attributes:!0});const b=(q,oe=!1)=>{this._resolved=!0,this._pendingResolve=void 0;const{props:z,styles:ae}=q;let Ee;if(z&&!(0,i.isArray)(z))for(const V in z){const Fe=z[V];(Fe===Number||Fe&&Fe.type===Number)&&(V in this._props&&(this._props[V]=(0,i.toNumber)(this._props[V])),(Ee||(Ee=Object.create(null)))[(0,i.camelize)(V)]=!0)}this._numberProps=Ee,this._resolveProps(q),this.shadowRoot&&this._applyStyles(ae),this._mount(q)},R=this._def.__asyncLoader;R?this._pendingResolve=R().then(q=>{q.configureApp=this._def.configureApp,b(this._def=q,!0)}):b(this._def)}_mount(b){__VUE_PROD_DEVTOOLS__&&!b.name&&(b.name="VueElement"),this._app=this._createApp(b),this._inheritParentContext(),b.configureApp&&b.configureApp(this._app),this._app._ceVNode=this._createVNode(),this._app.mount(this._root);const R=this._instance&&this._instance.exposed;if(R)for(const q in R)(0,i.hasOwn)(this,q)||Object.defineProperty(this,q,{get:()=>(0,c.R1)(R[q])})}_resolveProps(b){const{props:R}=b,q=(0,i.isArray)(R)?R:Object.keys(R||{});for(const oe of Object.keys(this))oe[0]!=="_"&&q.includes(oe)&&this._setProp(oe,this[oe]);for(const oe of q.map(i.camelize))Object.defineProperty(this,oe,{get(){return this._getProp(oe)},set(z){this._setProp(oe,z,!0,!this._patching)}})}_setAttr(b){if(b.startsWith("data-v-"))return;const R=this.hasAttribute(b);let q=R?this.getAttribute(b):Re;const oe=(0,i.camelize)(b);R&&this._numberProps&&this._numberProps[oe]&&(q=(0,i.toNumber)(q)),this._setProp(oe,q,!1,!0)}_getProp(b){return this._props[b]}_setProp(b,R,q=!0,oe=!1){if(R!==this._props[b]&&(this._dirty=!0,R===Re?delete this._props[b]:(this._props[b]=R,b==="key"&&this._app&&(this._app._ceVNode.key=R)),oe&&this._instance&&this._update(),q)){const z=this._ob;z&&(this._processMutations(z.takeRecords()),z.disconnect()),R===!0?this.setAttribute((0,i.hyphenate)(b),""):typeof R=="string"||typeof R=="number"?this.setAttribute((0,i.hyphenate)(b),R+""):R||this.removeAttribute((0,i.hyphenate)(b)),z&&z.observe(this,{attributes:!0})}}_update(){const b=this._createVNode();this._app&&(b.appContext=this._app._context),$a(b,this._root)}_createVNode(){const b={};this.shadowRoot||(b.onVnodeMounted=b.onVnodeUpdated=this._renderSlots.bind(this));const R=(0,e.bF)(this._def,(0,i.extend)(b,this._props));return this._instance||(R.ce=q=>{this._instance=q,q.ce=this,q.isCE=!0;const oe=(z,ae)=>{this.dispatchEvent(new CustomEvent(z,(0,i.isPlainObject)(ae[0])?(0,i.extend)({detail:ae},ae[0]):{detail:ae}))};q.emit=(z,...ae)=>{oe(z,ae),(0,i.hyphenate)(z)!==z&&oe((0,i.hyphenate)(z),ae)},this._setParent()}),R}_applyStyles(b,R){if(!b)return;if(R){if(R===this._def||this._styleChildren.has(R))return;this._styleChildren.add(R)}const q=this._nonce;for(let oe=b.length-1;oe>=0;oe--){const z=document.createElement("style");q&&z.setAttribute("nonce",q),z.textContent=b[oe],this.shadowRoot.prepend(z)}}_parseSlots(){const b=this._slots={};let R;for(;R=this.firstChild;){const q=R.nodeType===1&&R.getAttribute("slot")||"default";(b[q]||(b[q]=[])).push(R),this.removeChild(R)}}_renderSlots(){const b=this._getSlots(),R=this._instance.type.__scopeId;for(let q=0;q<b.length;q++){const oe=b[q],z=oe.getAttribute("name")||"default",ae=this._slots[z],Ee=oe.parentNode;if(ae)for(const V of ae){if(R&&V.nodeType===1){const Fe=R+"-s",De=document.createTreeWalker(V,1);V.setAttribute(Fe,"");let Et;for(;Et=De.nextNode();)Et.setAttribute(Fe,"")}Ee.insertBefore(V,oe)}else for(;oe.firstChild;)Ee.insertBefore(oe.firstChild,oe);Ee.removeChild(oe)}}_getSlots(){const b=[this];this._teleportTargets&&b.push(...this._teleportTargets);const R=new Set;for(const q of b){const oe=q.querySelectorAll("slot");for(let z=0;z<oe.length;z++)R.add(oe[z])}return Array.from(R)}_injectChildStyle(b){this._applyStyles(b.styles,b)}_beginPatch(){this._patching=!0,this._dirty=!1}_endPatch(){this._patching=!1,this._dirty&&this._instance&&this._update()}_removeChildStyle(b){}}function L(u){const b=getCurrentInstance(),R=b&&b.ce;return R||null}function ge(){const u=L();return u&&u.shadowRoot}function Ae(u="$style"){{const b=(0,e.nI)();if(!b)return i.EMPTY_OBJ;const R=b.type.__cssModules;if(!R)return i.EMPTY_OBJ;const q=R[u];return q||i.EMPTY_OBJ}}const rt=new WeakMap,Ht=new WeakMap,Qt=Symbol("_moveCb"),Qe=Symbol("_enterCb"),Kt=(u=>(delete u.props.mode,u))({name:"TransitionGroup",props:(0,i.extend)({},K,{tag:String,moveClass:String}),setup(u,{slots:b}){const R=(0,e.nI)(),q=(0,e.Gy)();let oe,z;return(0,e.$u)(()=>{if(!oe.length)return;const ae=u.moveClass||`${u.name||"v"}-move`;if(!Zn(oe[0].el,R.vnode.el,ae)){oe=[];return}oe.forEach(un),oe.forEach(en);const Ee=oe.filter(Ji);Ft(R.vnode.el),Ee.forEach(V=>{const Fe=V.el,De=Fe.style;ke(Fe,ae),De.transform=De.webkitTransform=De.transitionDuration="";const Et=Fe[Qt]=yi=>{yi&&yi.target!==Fe||(!yi||yi.propertyName.endsWith("transform"))&&(Fe.removeEventListener("transitionend",Et),Fe[Qt]=null,J(Fe,ae))};Fe.addEventListener("transitionend",Et)}),oe=[]}),()=>{const ae=(0,c.ux)(u),Ee=P(ae);let V=ae.tag||e.FK;if(oe=[],z)for(let Fe=0;Fe<z.length;Fe++){const De=z[Fe];De.el&&De.el instanceof Element&&(oe.push(De),(0,e.MZ)(De,(0,e.OW)(De,Ee,q,R)),rt.set(De,{left:De.el.offsetLeft,top:De.el.offsetTop}))}z=b.default?(0,e.Df)(b.default()):[];for(let Fe=0;Fe<z.length;Fe++){const De=z[Fe];De.key!=null&&(0,e.MZ)(De,(0,e.OW)(De,Ee,q,R))}return(0,e.bF)(V,null,z)}}}),wt=null;function un(u){const b=u.el;b[Qt]&&b[Qt](),b[Qe]&&b[Qe]()}function en(u){Ht.set(u,{left:u.el.offsetLeft,top:u.el.offsetTop})}function Ji(u){const b=rt.get(u),R=Ht.get(u),q=b.left-R.left,oe=b.top-R.top;if(q||oe){const z=u.el.style;return z.transform=z.webkitTransform=`translate(${q}px,${oe}px)`,z.transitionDuration="0s",u}}function Zn(u,b,R){const q=u.cloneNode(),oe=u[_];oe&&oe.forEach(Ee=>{Ee.split(/\s+/).forEach(V=>V&&q.classList.remove(V))}),R.split(/\s+/).forEach(Ee=>Ee&&q.classList.add(Ee)),q.style.display="none";const z=b.nodeType===1?b:b.parentNode;z.appendChild(q);const{hasTransform:ae}=ht(q);return z.removeChild(q),ae}const oa=u=>{const b=u.props["onUpdate:modelValue"]||!1;return(0,i.isArray)(b)?R=>(0,i.invokeArrayFns)(b,R):b};function Tn(u){u.target.composing=!0}function Er(u){const b=u.target;b.composing&&(b.composing=!1,b.dispatchEvent(new Event("input")))}const Ea=Symbol("_assign");function Br(u,b,R){return b&&(u=u.trim()),R&&(u=(0,i.looseToNumber)(u)),u}const Ja={created(u,{modifiers:{lazy:b,trim:R,number:q}},oe){u[Ea]=oa(oe);const z=q||oe.props&&oe.props.type==="number";Ut(u,b?"change":"input",ae=>{ae.target.composing||u[Ea](Br(u.value,R,z))}),(R||z)&&Ut(u,"change",()=>{u.value=Br(u.value,R,z)}),b||(Ut(u,"compositionstart",Tn),Ut(u,"compositionend",Er),Ut(u,"change",Er))},mounted(u,{value:b}){u.value=b??""},beforeUpdate(u,{value:b,oldValue:R,modifiers:{lazy:q,trim:oe,number:z}},ae){if(u[Ea]=oa(ae),u.composing)return;const Ee=(z||u.type==="number")&&!/^0\d/.test(u.value)?(0,i.looseToNumber)(u.value):u.value,V=b??"";Ee!==V&&(document.activeElement===u&&u.type!=="range"&&(q&&b===R||oe&&u.value.trim()===V)||(u.value=V))}},hr={deep:!0,created(u,b,R){u[Ea]=oa(R),Ut(u,"change",()=>{const q=u._modelValue,oe=Wt(u),z=u.checked,ae=u[Ea];if((0,i.isArray)(q)){const Ee=(0,i.looseIndexOf)(q,oe),V=Ee!==-1;if(z&&!V)ae(q.concat(oe));else if(!z&&V){const Fe=[...q];Fe.splice(Ee,1),ae(Fe)}}else if((0,i.isSet)(q)){const Ee=new Set(q);z?Ee.add(oe):Ee.delete(oe),ae(Ee)}else ae(Si(u,z))})},mounted:br,beforeUpdate(u,b,R){u[Ea]=oa(R),br(u,b,R)}};function br(u,{value:b,oldValue:R},q){u._modelValue=b;let oe;if((0,i.isArray)(b))oe=(0,i.looseIndexOf)(b,q.props.value)>-1;else if((0,i.isSet)(b))oe=b.has(q.props.value);else{if(b===R)return;oe=(0,i.looseEqual)(b,Si(u,!0))}u.checked!==oe&&(u.checked=oe)}const Ka={created(u,{value:b},R){u.checked=(0,i.looseEqual)(b,R.props.value),u[Ea]=oa(R),Ut(u,"change",()=>{u[Ea](Wt(u))})},beforeUpdate(u,{value:b,oldValue:R},q){u[Ea]=oa(q),b!==R&&(u.checked=(0,i.looseEqual)(b,q.props.value))}},Ur={deep:!0,created(u,{value:b,modifiers:{number:R}},q){const oe=(0,i.isSet)(b);Ut(u,"change",()=>{const z=Array.prototype.filter.call(u.options,ae=>ae.selected).map(ae=>R?(0,i.looseToNumber)(Wt(ae)):Wt(ae));u[Ea](u.multiple?oe?new Set(z):z:z[0]),u._assigning=!0,(0,e.dY)(()=>{u._assigning=!1})}),u[Ea]=oa(q)},mounted(u,{value:b}){zt(u,b)},beforeUpdate(u,b,R){u[Ea]=oa(R)},updated(u,{value:b}){u._assigning||zt(u,b)}};function zt(u,b){const R=u.multiple,q=(0,i.isArray)(b);if(!(R&&!q&&!(0,i.isSet)(b))){for(let oe=0,z=u.options.length;oe<z;oe++){const ae=u.options[oe],Ee=Wt(ae);if(R)if(q){const V=typeof Ee;V==="string"||V==="number"?ae.selected=b.some(Fe=>String(Fe)===String(Ee)):ae.selected=(0,i.looseIndexOf)(b,Ee)>-1}else ae.selected=b.has(Ee);else if((0,i.looseEqual)(Wt(ae),b)){u.selectedIndex!==oe&&(u.selectedIndex=oe);return}}!R&&u.selectedIndex!==-1&&(u.selectedIndex=-1)}}function Wt(u){return"_value"in u?u._value:u.value}function Si(u,b){const R=b?"_trueValue":"_falseValue";return R in u?u[R]:b}const Oi={created(u,b,R){Un(u,b,R,null,"created")},mounted(u,b,R){Un(u,b,R,null,"mounted")},beforeUpdate(u,b,R,q){Un(u,b,R,q,"beforeUpdate")},updated(u,b,R,q){Un(u,b,R,q,"updated")}};function zn(u,b){switch(u){case"SELECT":return Ur;case"TEXTAREA":return Ja;default:switch(b){case"checkbox":return hr;case"radio":return Ka;default:return Ja}}}function Un(u,b,R,q,oe){const ae=zn(u.tagName,R.props&&R.props.type)[oe];ae&&ae(u,b,R,q)}function tr(){Ja.getSSRProps=({value:u})=>({value:u}),Ka.getSSRProps=({value:u},b)=>{if(b.props&&looseEqual(b.props.value,u))return{checked:!0}},hr.getSSRProps=({value:u},b)=>{if(isArray(u)){if(b.props&&looseIndexOf(u,b.props.value)>-1)return{checked:!0}}else if(isSet(u)){if(b.props&&u.has(b.props.value))return{checked:!0}}else if(u)return{checked:!0}},Oi.getSSRProps=(u,b)=>{if(typeof b.type!="string")return;const R=zn(b.type.toUpperCase(),b.props&&b.props.type);if(R.getSSRProps)return R.getSSRProps(u,b)}}const Ai=["ctrl","shift","alt","meta"],Te={stop:u=>u.stopPropagation(),prevent:u=>u.preventDefault(),self:u=>u.target!==u.currentTarget,ctrl:u=>!u.ctrlKey,shift:u=>!u.shiftKey,alt:u=>!u.altKey,meta:u=>!u.metaKey,left:u=>"button"in u&&u.button!==0,middle:u=>"button"in u&&u.button!==1,right:u=>"button"in u&&u.button!==2,exact:(u,b)=>Ai.some(R=>u[`${R}Key`]&&!b.includes(R))},et=(u,b)=>{const R=u._withMods||(u._withMods={}),q=b.join(".");return R[q]||(R[q]=(oe,...z)=>{for(let ae=0;ae<b.length;ae++){const Ee=Te[b[ae]];if(Ee&&Ee(oe,b))return}return u(oe,...z)})},ii={esc:"escape",space:" ",up:"arrow-up",left:"arrow-left",right:"arrow-right",down:"arrow-down",delete:"backspace"},qt=(u,b)=>{const R=u._withKeys||(u._withKeys={}),q=b.join(".");return R[q]||(R[q]=oe=>{if(!("key"in oe))return;const z=(0,i.hyphenate)(oe.key);if(b.some(ae=>ae===z||ii[ae]===z))return u(oe)})},xi=(0,i.extend)({patchProp:Y},x);let ia,ca=!1;function ma(){return ia||(ia=(0,e.K9)(xi))}function jn(){return ia=ca?ia:createHydrationRenderer(xi),ca=!0,ia}const $a=(...u)=>{ma().render(...u)},Ia=(...u)=>{jn().hydrate(...u)},gr=(...u)=>{const b=ma().createApp(...u),{mount:R}=b;return b.mount=q=>{const oe=Wr(q);if(!oe)return;const z=b._component;!(0,i.isFunction)(z)&&!z.render&&!z.template&&(z.template=oe.innerHTML),oe.nodeType===1&&(oe.textContent="");const ae=R(oe,!1,to(oe));return oe instanceof Element&&(oe.removeAttribute("v-cloak"),oe.setAttribute("data-v-app","")),ae},b},Ta=(...u)=>{const b=jn().createApp(...u),{mount:R}=b;return b.mount=q=>{const oe=Wr(q);if(oe)return R(oe,!0,to(oe))},b};function to(u){if(u instanceof SVGElement)return"svg";if(typeof MathMLElement=="function"&&u instanceof MathMLElement)return"mathml"}function Kr(u){Object.defineProperty(u.config,"isNativeTag",{value:b=>isHTMLTag(b)||isSVGTag(b)||isMathMLTag(b),writable:!1})}function lr(u){if(isRuntimeOnly()){const b=u.config.isCustomElement;Object.defineProperty(u.config,"isCustomElement",{get(){return b},set(){warn("The `isCustomElement` config option is deprecated. Use `compilerOptions.isCustomElement` instead.")}});const R=u.config.compilerOptions,q='The `compilerOptions` config option is only respected when using a build of Vue.js that includes the runtime compiler (aka "full build"). Since you are using the runtime-only build, `compilerOptions` must be passed to `@vue/compiler-dom` in the build setup instead.\n- For vue-loader: pass it via vue-loader\'s `compilerOptions` loader option.\n- For vue-cli: see https://cli.vuejs.org/guide/webpack.html#modifying-options-of-a-loader\n- For vite: pass it via @vitejs/plugin-vue options. See https://github.com/vitejs/vite-plugin-vue/tree/main/packages/plugin-vue#example-for-passing-options-to-vuecompiler-sfc';Object.defineProperty(u.config,"compilerOptions",{get(){return warn(q),R},set(){warn(q)}})}}function Wr(u){return(0,i.isString)(u)?document.querySelector(u):u}let Le=!1;const lt=()=>{Le||(Le=!0,tr(),ri())}},90033:($t,We,a)=>{"use strict";a.d(We,{EMPTY_ARR:()=>c,EMPTY_OBJ:()=>i,NO:()=>N,NOOP:()=>v,camelize:()=>ai,capitalize:()=>He,def:()=>ri,extend:()=>G,getGlobalThis:()=>wi,hasChanged:()=>Ot,hasOwn:()=>x,hyphenate:()=>jt,includeBooleanAttr:()=>ge,invokeArrayFns:()=>Gt,isArray:()=>U,isFunction:()=>_e,isGloballyAllowed:()=>Qi,isIntegerKey:()=>ye,isMap:()=>T,isModelListener:()=>d,isObject:()=>xe,isOn:()=>I,isPlainObject:()=>J,isPromise:()=>P,isRegExp:()=>K,isReservedProp:()=>Xe,isSet:()=>_,isSpecialBooleanAttr:()=>ve,isString:()=>ee,isSymbol:()=>H,looseEqual:()=>Ea,looseIndexOf:()=>Br,looseToNumber:()=>Ii,makeMap:()=>e,normalizeClass:()=>X,normalizeCssVarValue:()=>Ur,normalizeProps:()=>A,normalizeStyle:()=>Ne,remove:()=>j,toDisplayString:()=>hr,toHandlerKey:()=>ut,toNumber:()=>Li,toRawType:()=>ke});/**
|
|
* @vue/shared v3.5.24
|
|
* (c) 2018-present Yuxi (Evan) You and Vue contributors
|
|
* @license MIT
|
|
**/function e(zt){const Wt=Object.create(null);for(const Si of zt.split(","))Wt[Si]=1;return Si=>Si in Wt}const i={},c=[],v=()=>{},N=()=>!1,I=zt=>zt.charCodeAt(0)===111&&zt.charCodeAt(1)===110&&(zt.charCodeAt(2)>122||zt.charCodeAt(2)<97),d=zt=>zt.startsWith("onUpdate:"),G=Object.assign,j=(zt,Wt)=>{const Si=zt.indexOf(Wt);Si>-1&&zt.splice(Si,1)},Q=Object.prototype.hasOwnProperty,x=(zt,Wt)=>Q.call(zt,Wt),U=Array.isArray,T=zt=>Ce(zt)==="[object Map]",_=zt=>Ce(zt)==="[object Set]",S=zt=>Ce(zt)==="[object Date]",K=zt=>Ce(zt)==="[object RegExp]",_e=zt=>typeof zt=="function",ee=zt=>typeof zt=="string",H=zt=>typeof zt=="symbol",xe=zt=>zt!==null&&typeof zt=="object",P=zt=>(xe(zt)||_e(zt))&&_e(zt.then)&&_e(zt.catch),ce=Object.prototype.toString,Ce=zt=>ce.call(zt),ke=zt=>Ce(zt).slice(8,-1),J=zt=>Ce(zt)==="[object Object]",ye=zt=>ee(zt)&&zt!=="NaN"&&zt[0]!=="-"&&""+parseInt(zt,10)===zt,Xe=e(",key,ref,ref_for,ref_key,onVnodeBeforeMount,onVnodeMounted,onVnodeBeforeUpdate,onVnodeUpdated,onVnodeBeforeUnmount,onVnodeUnmounted"),ui=null,ht=zt=>{const Wt=Object.create(null);return Si=>Wt[Si]||(Wt[Si]=zt(Si))},_t=/-\w/g,ai=ht(zt=>zt.replace(_t,Wt=>Wt.slice(1).toUpperCase())),Ft=/\B([A-Z])/g,jt=ht(zt=>zt.replace(Ft,"-$1").toLowerCase()),He=ht(zt=>zt.charAt(0).toUpperCase()+zt.slice(1)),ut=ht(zt=>zt?`on${He(zt)}`:""),Ot=(zt,Wt)=>!Object.is(zt,Wt),Gt=(zt,...Wt)=>{for(let Si=0;Si<zt.length;Si++)zt[Si](...Wt)},ri=(zt,Wt,Si,Oi=!1)=>{Object.defineProperty(zt,Wt,{configurable:!0,enumerable:!1,writable:Oi,value:Si})},Ii=zt=>{const Wt=parseFloat(zt);return isNaN(Wt)?zt:Wt},Li=zt=>{const Wt=ee(zt)?Number(zt):NaN;return isNaN(Wt)?zt:Wt};let Yi;const wi=()=>Yi||(Yi=typeof globalThis<"u"?globalThis:typeof self<"u"?self:typeof window<"u"?window:typeof a.g<"u"?a.g:{}),Lt=/^[_$a-zA-Z\xA0-\uFFFF][_$a-zA-Z0-9\xA0-\uFFFF]*$/;function di(zt){return Lt.test(zt)?`__props.${zt}`:`__props[${JSON.stringify(zt)}]`}function Vt(zt,Wt){return zt+JSON.stringify(Wt,(Si,Oi)=>typeof Oi=="function"?Oi.toString():Oi)}const pn={TEXT:1,1:"TEXT",CLASS:2,2:"CLASS",STYLE:4,4:"STYLE",PROPS:8,8:"PROPS",FULL_PROPS:16,16:"FULL_PROPS",NEED_HYDRATION:32,32:"NEED_HYDRATION",STABLE_FRAGMENT:64,64:"STABLE_FRAGMENT",KEYED_FRAGMENT:128,128:"KEYED_FRAGMENT",UNKEYED_FRAGMENT:256,256:"UNKEYED_FRAGMENT",NEED_PATCH:512,512:"NEED_PATCH",DYNAMIC_SLOTS:1024,1024:"DYNAMIC_SLOTS",DEV_ROOT_FRAGMENT:2048,2048:"DEV_ROOT_FRAGMENT",CACHED:-1,"-1":"CACHED",BAIL:-2,"-2":"BAIL"},oi={1:"TEXT",2:"CLASS",4:"STYLE",8:"PROPS",16:"FULL_PROPS",32:"NEED_HYDRATION",64:"STABLE_FRAGMENT",128:"KEYED_FRAGMENT",256:"UNKEYED_FRAGMENT",512:"NEED_PATCH",1024:"DYNAMIC_SLOTS",2048:"DEV_ROOT_FRAGMENT",[-1]:"CACHED",[-2]:"BAIL"},ni={ELEMENT:1,1:"ELEMENT",FUNCTIONAL_COMPONENT:2,2:"FUNCTIONAL_COMPONENT",STATEFUL_COMPONENT:4,4:"STATEFUL_COMPONENT",TEXT_CHILDREN:8,8:"TEXT_CHILDREN",ARRAY_CHILDREN:16,16:"ARRAY_CHILDREN",SLOTS_CHILDREN:32,32:"SLOTS_CHILDREN",TELEPORT:64,64:"TELEPORT",SUSPENSE:128,128:"SUSPENSE",COMPONENT_SHOULD_KEEP_ALIVE:256,256:"COMPONENT_SHOULD_KEEP_ALIVE",COMPONENT_KEPT_ALIVE:512,512:"COMPONENT_KEPT_ALIVE",COMPONENT:6,6:"COMPONENT"},Ei={STABLE:1,1:"STABLE",DYNAMIC:2,2:"DYNAMIC",FORWARDED:3,3:"FORWARDED"},An={1:"STABLE",2:"DYNAMIC",3:"FORWARDED"},Qi=e("Infinity,undefined,NaN,isFinite,isNaN,parseFloat,parseInt,decodeURI,decodeURIComponent,encodeURI,encodeURIComponent,Math,Number,Date,Array,Object,Boolean,String,RegExp,Map,Set,JSON,Intl,BigInt,console,Error,Symbol"),Yt=null,Ut=2;function qi(zt,Wt=0,Si=zt.length){if(Wt=Math.max(0,Math.min(Wt,zt.length)),Si=Math.max(0,Math.min(Si,zt.length)),Wt>Si)return"";let Oi=zt.split(/(\r?\n)/);const zn=Oi.filter((Ai,Te)=>Te%2===1);Oi=Oi.filter((Ai,Te)=>Te%2===0);let Un=0;const tr=[];for(let Ai=0;Ai<Oi.length;Ai++)if(Un+=Oi[Ai].length+(zn[Ai]&&zn[Ai].length||0),Un>=Wt){for(let Te=Ai-Ut;Te<=Ai+Ut||Si>Un;Te++){if(Te<0||Te>=Oi.length)continue;const et=Te+1;tr.push(`${et}${" ".repeat(Math.max(3-String(et).length,0))}| ${Oi[Te]}`);const ii=Oi[Te].length,qt=zn[Te]&&zn[Te].length||0;if(Te===Ai){const xi=Wt-(Un-(ii+qt)),ia=Math.max(1,Si>Un?ii-xi:Si-Wt);tr.push(" | "+" ".repeat(xi)+"^".repeat(ia))}else if(Te>Ai){if(Si>Un){const xi=Math.max(Math.min(Si-Un,ii),1);tr.push(" | "+"^".repeat(xi))}Un+=ii+qt}}break}return tr.join(`
|
|
`)}function Ne(zt){if(U(zt)){const Wt={};for(let Si=0;Si<zt.length;Si++){const Oi=zt[Si],zn=ee(Oi)?ot(Oi):Ne(Oi);if(zn)for(const Un in zn)Wt[Un]=zn[Un]}return Wt}else if(ee(zt)||xe(zt))return zt}const ft=/;(?![^(]*\))/g,gt=/:([^]+)/,Ve=/\/\*[^]*?\*\//g;function ot(zt){const Wt={};return zt.replace(Ve,"").split(ft).forEach(Si=>{if(Si){const Oi=Si.split(gt);Oi.length>1&&(Wt[Oi[0].trim()]=Oi[1].trim())}}),Wt}function ei(zt){if(!zt)return"";if(ee(zt))return zt;let Wt="";for(const Si in zt){const Oi=zt[Si];if(ee(Oi)||typeof Oi=="number"){const zn=Si.startsWith("--")?Si:jt(Si);Wt+=`${zn}:${Oi};`}}return Wt}function X(zt){let Wt="";if(ee(zt))Wt=zt;else if(U(zt))for(let Si=0;Si<zt.length;Si++){const Oi=X(zt[Si]);Oi&&(Wt+=Oi+" ")}else if(xe(zt))for(const Si in zt)zt[Si]&&(Wt+=Si+" ");return Wt.trim()}function A(zt){if(!zt)return null;let{class:Wt,style:Si}=zt;return Wt&&!ee(Wt)&&(zt.class=X(Wt)),Si&&(zt.style=Ne(Si)),zt}const g="html,body,base,head,link,meta,style,title,address,article,aside,footer,header,hgroup,h1,h2,h3,h4,h5,h6,nav,section,div,dd,dl,dt,figcaption,figure,picture,hr,img,li,main,ol,p,pre,ul,a,b,abbr,bdi,bdo,br,cite,code,data,dfn,em,i,kbd,mark,q,rp,rt,ruby,s,samp,small,span,strong,sub,sup,time,u,var,wbr,area,audio,map,track,video,embed,object,param,source,canvas,script,noscript,del,ins,caption,col,colgroup,table,thead,tbody,td,th,tr,button,datalist,fieldset,form,input,label,legend,meter,optgroup,option,output,progress,select,textarea,details,dialog,menu,summary,template,blockquote,iframe,tfoot",D="svg,animate,animateMotion,animateTransform,circle,clipPath,color-profile,defs,desc,discard,ellipse,feBlend,feColorMatrix,feComponentTransfer,feComposite,feConvolveMatrix,feDiffuseLighting,feDisplacementMap,feDistantLight,feDropShadow,feFlood,feFuncA,feFuncB,feFuncG,feFuncR,feGaussianBlur,feImage,feMerge,feMergeNode,feMorphology,feOffset,fePointLight,feSpecularLighting,feSpotLight,feTile,feTurbulence,filter,foreignObject,g,hatch,hatchpath,image,line,linearGradient,marker,mask,mesh,meshgradient,meshpatch,meshrow,metadata,mpath,path,pattern,polygon,polyline,radialGradient,rect,set,solidcolor,stop,switch,symbol,text,textPath,title,tspan,unknown,use,view",$="annotation,annotation-xml,maction,maligngroup,malignmark,math,menclose,merror,mfenced,mfrac,mfraction,mglyph,mi,mlabeledtr,mlongdiv,mmultiscripts,mn,mo,mover,mpadded,mphantom,mprescripts,mroot,mrow,ms,mscarries,mscarry,msgroup,msline,mspace,msqrt,msrow,mstack,mstyle,msub,msubsup,msup,mtable,mtd,mtext,mtr,munder,munderover,none,semantics",Y="area,base,br,col,embed,hr,img,input,link,meta,param,source,track,wbr",ne=null,Re=null,Ge=null,At=null,Ze="itemscope,allowfullscreen,formnovalidate,ismap,nomodule,novalidate,readonly",ve=e(Ze),L=e(Ze+",async,autofocus,autoplay,controls,default,defer,disabled,hidden,inert,loop,open,required,reversed,scoped,seamless,checked,muted,multiple,selected");function ge(zt){return!!zt||zt===""}const Ae=/[>/="'\u0009\u000a\u000c\u0020]/,rt={};function Ht(zt){if(rt.hasOwnProperty(zt))return rt[zt];const Wt=Ae.test(zt);return Wt&&console.error(`unsafe attribute name: ${zt}`),rt[zt]=!Wt}const Qt={acceptCharset:"accept-charset",className:"class",htmlFor:"for",httpEquiv:"http-equiv"},Qe=null,Rt=null,Kt=null;function wt(zt){if(zt==null)return!1;const Wt=typeof zt;return Wt==="string"||Wt==="number"||Wt==="boolean"}const un=/["'&<>]/;function en(zt){const Wt=""+zt,Si=un.exec(Wt);if(!Si)return Wt;let Oi="",zn,Un,tr=0;for(Un=Si.index;Un<Wt.length;Un++){switch(Wt.charCodeAt(Un)){case 34:zn=""";break;case 38:zn="&";break;case 39:zn="'";break;case 60:zn="<";break;case 62:zn=">";break;default:continue}tr!==Un&&(Oi+=Wt.slice(tr,Un)),tr=Un+1,Oi+=zn}return tr!==Un?Oi+Wt.slice(tr,Un):Oi}const Ji=/^-?>|<!--|-->|--!>|<!-$/g;function Zn(zt){return zt.replace(Ji,"")}const oa=/[ !"#$%&'()*+,./:;<=>?@[\\\]^`{|}~]/g;function Tn(zt,Wt){return zt.replace(oa,Si=>Wt?Si==='"'?'\\\\\\"':`\\\\${Si}`:`\\${Si}`)}function Er(zt,Wt){if(zt.length!==Wt.length)return!1;let Si=!0;for(let Oi=0;Si&&Oi<zt.length;Oi++)Si=Ea(zt[Oi],Wt[Oi]);return Si}function Ea(zt,Wt){if(zt===Wt)return!0;let Si=S(zt),Oi=S(Wt);if(Si||Oi)return Si&&Oi?zt.getTime()===Wt.getTime():!1;if(Si=H(zt),Oi=H(Wt),Si||Oi)return zt===Wt;if(Si=U(zt),Oi=U(Wt),Si||Oi)return Si&&Oi?Er(zt,Wt):!1;if(Si=xe(zt),Oi=xe(Wt),Si||Oi){if(!Si||!Oi)return!1;const zn=Object.keys(zt).length,Un=Object.keys(Wt).length;if(zn!==Un)return!1;for(const tr in zt){const Ai=zt.hasOwnProperty(tr),Te=Wt.hasOwnProperty(tr);if(Ai&&!Te||!Ai&&Te||!Ea(zt[tr],Wt[tr]))return!1}}return String(zt)===String(Wt)}function Br(zt,Wt){return zt.findIndex(Si=>Ea(Si,Wt))}const Ja=zt=>!!(zt&&zt.__v_isRef===!0),hr=zt=>ee(zt)?zt:zt==null?"":U(zt)||xe(zt)&&(zt.toString===ce||!_e(zt.toString))?Ja(zt)?hr(zt.value):JSON.stringify(zt,br,2):String(zt),br=(zt,Wt)=>Ja(Wt)?br(zt,Wt.value):T(Wt)?{[`Map(${Wt.size})`]:[...Wt.entries()].reduce((Si,[Oi,zn],Un)=>(Si[Ka(Oi,Un)+" =>"]=zn,Si),{})}:_(Wt)?{[`Set(${Wt.size})`]:[...Wt.values()].map(Si=>Ka(Si))}:H(Wt)?Ka(Wt):xe(Wt)&&!U(Wt)&&!J(Wt)?String(Wt):Wt,Ka=(zt,Wt="")=>{var Si;return H(zt)?`Symbol(${(Si=zt.description)!=null?Si:Wt})`:zt};function Ur(zt){return zt==null?"initial":typeof zt=="string"?zt===""?" ":zt:(typeof zt!="number"||Number.isFinite(zt),String(zt))}},67526:($t,We)=>{"use strict";We.byteLength=d,We.toByteArray=j,We.fromByteArray=U;for(var a=[],e=[],i=typeof Uint8Array<"u"?Uint8Array:Array,c="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",v=0,N=c.length;v<N;++v)a[v]=c[v],e[c.charCodeAt(v)]=v;e[45]=62,e[95]=63;function I(T){var _=T.length;if(_%4>0)throw new Error("Invalid string. Length must be a multiple of 4");var S=T.indexOf("=");S===-1&&(S=_);var K=S===_?0:4-S%4;return[S,K]}function d(T){var _=I(T),S=_[0],K=_[1];return(S+K)*3/4-K}function G(T,_,S){return(_+S)*3/4-S}function j(T){var _,S=I(T),K=S[0],_e=S[1],ee=new i(G(T,K,_e)),H=0,xe=_e>0?K-4:K,P;for(P=0;P<xe;P+=4)_=e[T.charCodeAt(P)]<<18|e[T.charCodeAt(P+1)]<<12|e[T.charCodeAt(P+2)]<<6|e[T.charCodeAt(P+3)],ee[H++]=_>>16&255,ee[H++]=_>>8&255,ee[H++]=_&255;return _e===2&&(_=e[T.charCodeAt(P)]<<2|e[T.charCodeAt(P+1)]>>4,ee[H++]=_&255),_e===1&&(_=e[T.charCodeAt(P)]<<10|e[T.charCodeAt(P+1)]<<4|e[T.charCodeAt(P+2)]>>2,ee[H++]=_>>8&255,ee[H++]=_&255),ee}function Q(T){return a[T>>18&63]+a[T>>12&63]+a[T>>6&63]+a[T&63]}function x(T,_,S){for(var K,_e=[],ee=_;ee<S;ee+=3)K=(T[ee]<<16&16711680)+(T[ee+1]<<8&65280)+(T[ee+2]&255),_e.push(Q(K));return _e.join("")}function U(T){for(var _,S=T.length,K=S%3,_e=[],ee=16383,H=0,xe=S-K;H<xe;H+=ee)_e.push(x(T,H,H+ee>xe?xe:H+ee));return K===1?(_=T[S-1],_e.push(a[_>>2]+a[_<<4&63]+"==")):K===2&&(_=(T[S-2]<<8)+T[S-1],_e.push(a[_>>10]+a[_>>4&63]+a[_<<2&63]+"=")),_e.join("")}},95341:($t,We,a)=>{"use strict";a.d(We,{D4:()=>_});var e=["0","1","2","3","4","5","6","7","8","9","A","B","C","D","E","F","G","H","I","J","K","L","M","N","O","P","Q","R","S","T","U","V","W","X","Y","Z","a","b","c","d","e","f","g","h","i","j","k","l","m","n","o","p","q","r","s","t","u","v","w","x","y","z","#","$","%","*","+",",","-",".",":",";","=","?","@","[","]","^","_","{","|","}","~"],i=P=>{let ce=0;for(let Ce=0;Ce<P.length;Ce++){let ke=P[Ce],J=e.indexOf(ke);ce=ce*83+J}return ce},c=(P,ce)=>{var Ce="";for(let ke=1;ke<=ce;ke++){let J=Math.floor(P)/Math.pow(83,ce-ke)%83;Ce+=e[Math.floor(J)]}return Ce},v=P=>{let ce=P/255;return ce<=.04045?ce/12.92:Math.pow((ce+.055)/1.055,2.4)},N=P=>{let ce=Math.max(0,Math.min(1,P));return ce<=.0031308?Math.trunc(ce*12.92*255+.5):Math.trunc((1.055*Math.pow(ce,.4166666666666667)-.055)*255+.5)},I=P=>P<0?-1:1,d=(P,ce)=>I(P)*Math.pow(Math.abs(P),ce),G=class extends Error{constructor(P){super(P),this.name="ValidationError",this.message=P}},j=P=>{if(!P||P.length<6)throw new G("The blurhash string must be at least 6 characters");let ce=i(P[0]),Ce=Math.floor(ce/9)+1,ke=ce%9+1;if(P.length!==4+2*ke*Ce)throw new G(`blurhash length mismatch: length is ${P.length} but it should be ${4+2*ke*Ce}`)},Q=P=>{try{j(P)}catch(ce){return{result:!1,errorReason:ce.message}}return{result:!0}},x=P=>{let ce=P>>16,Ce=P>>8&255,ke=P&255;return[v(ce),v(Ce),v(ke)]},U=(P,ce)=>{let Ce=Math.floor(P/361),ke=Math.floor(P/19)%19,J=P%19;return[d((Ce-9)/9,2)*ce,d((ke-9)/9,2)*ce,d((J-9)/9,2)*ce]},T=(P,ce,Ce,ke)=>{j(P),ke=ke|1;let J=i(P[0]),ye=Math.floor(J/9)+1,Xe=J%9+1,ui=(i(P[1])+1)/166,ht=new Array(Xe*ye);for(let Ft=0;Ft<ht.length;Ft++)if(Ft===0){let jt=i(P.substring(2,6));ht[Ft]=x(jt)}else{let jt=i(P.substring(4+Ft*2,6+Ft*2));ht[Ft]=U(jt,ui*ke)}let _t=ce*4,ai=new Uint8ClampedArray(_t*Ce);for(let Ft=0;Ft<Ce;Ft++)for(let jt=0;jt<ce;jt++){let He=0,ut=0,Ot=0;for(let Li=0;Li<ye;Li++)for(let Yi=0;Yi<Xe;Yi++){let wi=Math.cos(Math.PI*jt*Yi/ce)*Math.cos(Math.PI*Ft*Li/Ce),Lt=ht[Yi+Li*Xe];He+=Lt[0]*wi,ut+=Lt[1]*wi,Ot+=Lt[2]*wi}let Gt=N(He),ri=N(ut),Ii=N(Ot);ai[4*jt+0+Ft*_t]=Gt,ai[4*jt+1+Ft*_t]=ri,ai[4*jt+2+Ft*_t]=Ii,ai[4*jt+3+Ft*_t]=255}return ai},_=T,S=4,K=(P,ce,Ce,ke)=>{let J=0,ye=0,Xe=0,ui=ce*S;for(let _t=0;_t<ce;_t++){let ai=S*_t;for(let Ft=0;Ft<Ce;Ft++){let jt=ai+Ft*ui,He=ke(_t,Ft);J+=He*v(P[jt]),ye+=He*v(P[jt+1]),Xe+=He*v(P[jt+2])}}let ht=1/(ce*Ce);return[J*ht,ye*ht,Xe*ht]},_e=P=>{let ce=N(P[0]),Ce=N(P[1]),ke=N(P[2]);return(ce<<16)+(Ce<<8)+ke},ee=(P,ce)=>{let Ce=Math.floor(Math.max(0,Math.min(18,Math.floor(d(P[0]/ce,.5)*9+9.5)))),ke=Math.floor(Math.max(0,Math.min(18,Math.floor(d(P[1]/ce,.5)*9+9.5)))),J=Math.floor(Math.max(0,Math.min(18,Math.floor(d(P[2]/ce,.5)*9+9.5))));return Ce*19*19+ke*19+J},H=(P,ce,Ce,ke,J)=>{if(ke<1||ke>9||J<1||J>9)throw new G("BlurHash must have between 1 and 9 components");if(ce*Ce*4!==P.length)throw new G("Width and height must match the pixels array");let ye=[];for(let Ft=0;Ft<J;Ft++)for(let jt=0;jt<ke;jt++){let He=jt==0&&Ft==0?1:2,ut=K(P,ce,Ce,(Ot,Gt)=>He*Math.cos(Math.PI*jt*Ot/ce)*Math.cos(Math.PI*Ft*Gt/Ce));ye.push(ut)}let Xe=ye[0],ui=ye.slice(1),ht="",_t=ke-1+(J-1)*9;ht+=c(_t,1);let ai;if(ui.length>0){let Ft=Math.max(...ui.map(He=>Math.max(...He))),jt=Math.floor(Math.max(0,Math.min(82,Math.floor(Ft*166-.5))));ai=(jt+1)/166,ht+=c(jt,1)}else ai=1,ht+=c(0,1);return ht+=c(_e(Xe),4),ui.forEach(Ft=>{ht+=c(ee(Ft,ai),2)}),ht},xe=null},48287:($t,We,a)=>{"use strict";/*!
|
|
* The buffer module from node.js, for the browser.
|
|
*
|
|
* @author Feross Aboukhadijeh <https://feross.org>
|
|
* @license MIT
|
|
*/const e=a(67526),i=a(251),c=typeof Symbol=="function"&&typeof Symbol.for=="function"?Symbol.for("nodejs.util.inspect.custom"):null;We.Buffer=d,We.SlowBuffer=ee,We.INSPECT_MAX_BYTES=50;const v=2147483647;We.kMaxLength=v,d.TYPED_ARRAY_SUPPORT=N(),!d.TYPED_ARRAY_SUPPORT&&typeof console<"u"&&typeof console.error=="function"&&console.error("This browser lacks typed array (Uint8Array) support which is required by `buffer` v5.x. Use `buffer` v4.x if you require old browser support.");function N(){try{const A=new Uint8Array(1),g={foo:function(){return 42}};return Object.setPrototypeOf(g,Uint8Array.prototype),Object.setPrototypeOf(A,g),A.foo()===42}catch{return!1}}Object.defineProperty(d.prototype,"parent",{enumerable:!0,get:function(){if(d.isBuffer(this))return this.buffer}}),Object.defineProperty(d.prototype,"offset",{enumerable:!0,get:function(){if(d.isBuffer(this))return this.byteOffset}});function I(A){if(A>v)throw new RangeError('The value "'+A+'" is invalid for option "size"');const g=new Uint8Array(A);return Object.setPrototypeOf(g,d.prototype),g}function d(A,g,D){if(typeof A=="number"){if(typeof g=="string")throw new TypeError('The "string" argument must be of type string. Received type number');return x(A)}return G(A,g,D)}d.poolSize=8192;function G(A,g,D){if(typeof A=="string")return U(A,g);if(ArrayBuffer.isView(A))return _(A);if(A==null)throw new TypeError("The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type "+typeof A);if(gt(A,ArrayBuffer)||A&>(A.buffer,ArrayBuffer)||typeof SharedArrayBuffer<"u"&&(gt(A,SharedArrayBuffer)||A&>(A.buffer,SharedArrayBuffer)))return S(A,g,D);if(typeof A=="number")throw new TypeError('The "value" argument must not be of type number. Received type number');const $=A.valueOf&&A.valueOf();if($!=null&&$!==A)return d.from($,g,D);const Y=K(A);if(Y)return Y;if(typeof Symbol<"u"&&Symbol.toPrimitive!=null&&typeof A[Symbol.toPrimitive]=="function")return d.from(A[Symbol.toPrimitive]("string"),g,D);throw new TypeError("The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type "+typeof A)}d.from=function(A,g,D){return G(A,g,D)},Object.setPrototypeOf(d.prototype,Uint8Array.prototype),Object.setPrototypeOf(d,Uint8Array);function j(A){if(typeof A!="number")throw new TypeError('"size" argument must be of type number');if(A<0)throw new RangeError('The value "'+A+'" is invalid for option "size"')}function Q(A,g,D){return j(A),A<=0?I(A):g!==void 0?typeof D=="string"?I(A).fill(g,D):I(A).fill(g):I(A)}d.alloc=function(A,g,D){return Q(A,g,D)};function x(A){return j(A),I(A<0?0:_e(A)|0)}d.allocUnsafe=function(A){return x(A)},d.allocUnsafeSlow=function(A){return x(A)};function U(A,g){if((typeof g!="string"||g==="")&&(g="utf8"),!d.isEncoding(g))throw new TypeError("Unknown encoding: "+g);const D=H(A,g)|0;let $=I(D);const Y=$.write(A,g);return Y!==D&&($=$.slice(0,Y)),$}function T(A){const g=A.length<0?0:_e(A.length)|0,D=I(g);for(let $=0;$<g;$+=1)D[$]=A[$]&255;return D}function _(A){if(gt(A,Uint8Array)){const g=new Uint8Array(A);return S(g.buffer,g.byteOffset,g.byteLength)}return T(A)}function S(A,g,D){if(g<0||A.byteLength<g)throw new RangeError('"offset" is outside of buffer bounds');if(A.byteLength<g+(D||0))throw new RangeError('"length" is outside of buffer bounds');let $;return g===void 0&&D===void 0?$=new Uint8Array(A):D===void 0?$=new Uint8Array(A,g):$=new Uint8Array(A,g,D),Object.setPrototypeOf($,d.prototype),$}function K(A){if(d.isBuffer(A)){const g=_e(A.length)|0,D=I(g);return D.length===0||A.copy(D,0,0,g),D}if(A.length!==void 0)return typeof A.length!="number"||Ve(A.length)?I(0):T(A);if(A.type==="Buffer"&&Array.isArray(A.data))return T(A.data)}function _e(A){if(A>=v)throw new RangeError("Attempt to allocate Buffer larger than maximum size: 0x"+v.toString(16)+" bytes");return A|0}function ee(A){return+A!=A&&(A=0),d.alloc(+A)}d.isBuffer=function(g){return g!=null&&g._isBuffer===!0&&g!==d.prototype},d.compare=function(g,D){if(gt(g,Uint8Array)&&(g=d.from(g,g.offset,g.byteLength)),gt(D,Uint8Array)&&(D=d.from(D,D.offset,D.byteLength)),!d.isBuffer(g)||!d.isBuffer(D))throw new TypeError('The "buf1", "buf2" arguments must be one of type Buffer or Uint8Array');if(g===D)return 0;let $=g.length,Y=D.length;for(let ne=0,Re=Math.min($,Y);ne<Re;++ne)if(g[ne]!==D[ne]){$=g[ne],Y=D[ne];break}return $<Y?-1:Y<$?1:0},d.isEncoding=function(g){switch(String(g).toLowerCase()){case"hex":case"utf8":case"utf-8":case"ascii":case"latin1":case"binary":case"base64":case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return!0;default:return!1}},d.concat=function(g,D){if(!Array.isArray(g))throw new TypeError('"list" argument must be an Array of Buffers');if(g.length===0)return d.alloc(0);let $;if(D===void 0)for(D=0,$=0;$<g.length;++$)D+=g[$].length;const Y=d.allocUnsafe(D);let ne=0;for($=0;$<g.length;++$){let Re=g[$];if(gt(Re,Uint8Array))ne+Re.length>Y.length?(d.isBuffer(Re)||(Re=d.from(Re)),Re.copy(Y,ne)):Uint8Array.prototype.set.call(Y,Re,ne);else if(d.isBuffer(Re))Re.copy(Y,ne);else throw new TypeError('"list" argument must be an Array of Buffers');ne+=Re.length}return Y};function H(A,g){if(d.isBuffer(A))return A.length;if(ArrayBuffer.isView(A)||gt(A,ArrayBuffer))return A.byteLength;if(typeof A!="string")throw new TypeError('The "string" argument must be one of type string, Buffer, or ArrayBuffer. Received type '+typeof A);const D=A.length,$=arguments.length>2&&arguments[2]===!0;if(!$&&D===0)return 0;let Y=!1;for(;;)switch(g){case"ascii":case"latin1":case"binary":return D;case"utf8":case"utf-8":return Yt(A).length;case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return D*2;case"hex":return D>>>1;case"base64":return Ne(A).length;default:if(Y)return $?-1:Yt(A).length;g=(""+g).toLowerCase(),Y=!0}}d.byteLength=H;function xe(A,g,D){let $=!1;if((g===void 0||g<0)&&(g=0),g>this.length||((D===void 0||D>this.length)&&(D=this.length),D<=0)||(D>>>=0,g>>>=0,D<=g))return"";for(A||(A="utf8");;)switch(A){case"hex":return ut(this,g,D);case"utf8":case"utf-8":return _t(this,g,D);case"ascii":return jt(this,g,D);case"latin1":case"binary":return He(this,g,D);case"base64":return ht(this,g,D);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return Ot(this,g,D);default:if($)throw new TypeError("Unknown encoding: "+A);A=(A+"").toLowerCase(),$=!0}}d.prototype._isBuffer=!0;function P(A,g,D){const $=A[g];A[g]=A[D],A[D]=$}d.prototype.swap16=function(){const g=this.length;if(g%2!==0)throw new RangeError("Buffer size must be a multiple of 16-bits");for(let D=0;D<g;D+=2)P(this,D,D+1);return this},d.prototype.swap32=function(){const g=this.length;if(g%4!==0)throw new RangeError("Buffer size must be a multiple of 32-bits");for(let D=0;D<g;D+=4)P(this,D,D+3),P(this,D+1,D+2);return this},d.prototype.swap64=function(){const g=this.length;if(g%8!==0)throw new RangeError("Buffer size must be a multiple of 64-bits");for(let D=0;D<g;D+=8)P(this,D,D+7),P(this,D+1,D+6),P(this,D+2,D+5),P(this,D+3,D+4);return this},d.prototype.toString=function(){const g=this.length;return g===0?"":arguments.length===0?_t(this,0,g):xe.apply(this,arguments)},d.prototype.toLocaleString=d.prototype.toString,d.prototype.equals=function(g){if(!d.isBuffer(g))throw new TypeError("Argument must be a Buffer");return this===g?!0:d.compare(this,g)===0},d.prototype.inspect=function(){let g="";const D=We.INSPECT_MAX_BYTES;return g=this.toString("hex",0,D).replace(/(.{2})/g,"$1 ").trim(),this.length>D&&(g+=" ... "),"<Buffer "+g+">"},c&&(d.prototype[c]=d.prototype.inspect),d.prototype.compare=function(g,D,$,Y,ne){if(gt(g,Uint8Array)&&(g=d.from(g,g.offset,g.byteLength)),!d.isBuffer(g))throw new TypeError('The "target" argument must be one of type Buffer or Uint8Array. Received type '+typeof g);if(D===void 0&&(D=0),$===void 0&&($=g?g.length:0),Y===void 0&&(Y=0),ne===void 0&&(ne=this.length),D<0||$>g.length||Y<0||ne>this.length)throw new RangeError("out of range index");if(Y>=ne&&D>=$)return 0;if(Y>=ne)return-1;if(D>=$)return 1;if(D>>>=0,$>>>=0,Y>>>=0,ne>>>=0,this===g)return 0;let Re=ne-Y,Ge=$-D;const At=Math.min(Re,Ge),Ze=this.slice(Y,ne),ve=g.slice(D,$);for(let L=0;L<At;++L)if(Ze[L]!==ve[L]){Re=Ze[L],Ge=ve[L];break}return Re<Ge?-1:Ge<Re?1:0};function ce(A,g,D,$,Y){if(A.length===0)return-1;if(typeof D=="string"?($=D,D=0):D>2147483647?D=2147483647:D<-2147483648&&(D=-2147483648),D=+D,Ve(D)&&(D=Y?0:A.length-1),D<0&&(D=A.length+D),D>=A.length){if(Y)return-1;D=A.length-1}else if(D<0)if(Y)D=0;else return-1;if(typeof g=="string"&&(g=d.from(g,$)),d.isBuffer(g))return g.length===0?-1:Ce(A,g,D,$,Y);if(typeof g=="number")return g=g&255,typeof Uint8Array.prototype.indexOf=="function"?Y?Uint8Array.prototype.indexOf.call(A,g,D):Uint8Array.prototype.lastIndexOf.call(A,g,D):Ce(A,[g],D,$,Y);throw new TypeError("val must be string, number or Buffer")}function Ce(A,g,D,$,Y){let ne=1,Re=A.length,Ge=g.length;if($!==void 0&&($=String($).toLowerCase(),$==="ucs2"||$==="ucs-2"||$==="utf16le"||$==="utf-16le")){if(A.length<2||g.length<2)return-1;ne=2,Re/=2,Ge/=2,D/=2}function At(ve,L){return ne===1?ve[L]:ve.readUInt16BE(L*ne)}let Ze;if(Y){let ve=-1;for(Ze=D;Ze<Re;Ze++)if(At(A,Ze)===At(g,ve===-1?0:Ze-ve)){if(ve===-1&&(ve=Ze),Ze-ve+1===Ge)return ve*ne}else ve!==-1&&(Ze-=Ze-ve),ve=-1}else for(D+Ge>Re&&(D=Re-Ge),Ze=D;Ze>=0;Ze--){let ve=!0;for(let L=0;L<Ge;L++)if(At(A,Ze+L)!==At(g,L)){ve=!1;break}if(ve)return Ze}return-1}d.prototype.includes=function(g,D,$){return this.indexOf(g,D,$)!==-1},d.prototype.indexOf=function(g,D,$){return ce(this,g,D,$,!0)},d.prototype.lastIndexOf=function(g,D,$){return ce(this,g,D,$,!1)};function ke(A,g,D,$){D=Number(D)||0;const Y=A.length-D;$?($=Number($),$>Y&&($=Y)):$=Y;const ne=g.length;$>ne/2&&($=ne/2);let Re;for(Re=0;Re<$;++Re){const Ge=parseInt(g.substr(Re*2,2),16);if(Ve(Ge))return Re;A[D+Re]=Ge}return Re}function J(A,g,D,$){return ft(Yt(g,A.length-D),A,D,$)}function ye(A,g,D,$){return ft(Ut(g),A,D,$)}function Xe(A,g,D,$){return ft(Ne(g),A,D,$)}function ui(A,g,D,$){return ft(qi(g,A.length-D),A,D,$)}d.prototype.write=function(g,D,$,Y){if(D===void 0)Y="utf8",$=this.length,D=0;else if($===void 0&&typeof D=="string")Y=D,$=this.length,D=0;else if(isFinite(D))D=D>>>0,isFinite($)?($=$>>>0,Y===void 0&&(Y="utf8")):(Y=$,$=void 0);else throw new Error("Buffer.write(string, encoding, offset[, length]) is no longer supported");const ne=this.length-D;if(($===void 0||$>ne)&&($=ne),g.length>0&&($<0||D<0)||D>this.length)throw new RangeError("Attempt to write outside buffer bounds");Y||(Y="utf8");let Re=!1;for(;;)switch(Y){case"hex":return ke(this,g,D,$);case"utf8":case"utf-8":return J(this,g,D,$);case"ascii":case"latin1":case"binary":return ye(this,g,D,$);case"base64":return Xe(this,g,D,$);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return ui(this,g,D,$);default:if(Re)throw new TypeError("Unknown encoding: "+Y);Y=(""+Y).toLowerCase(),Re=!0}},d.prototype.toJSON=function(){return{type:"Buffer",data:Array.prototype.slice.call(this._arr||this,0)}};function ht(A,g,D){return g===0&&D===A.length?e.fromByteArray(A):e.fromByteArray(A.slice(g,D))}function _t(A,g,D){D=Math.min(A.length,D);const $=[];let Y=g;for(;Y<D;){const ne=A[Y];let Re=null,Ge=ne>239?4:ne>223?3:ne>191?2:1;if(Y+Ge<=D){let At,Ze,ve,L;switch(Ge){case 1:ne<128&&(Re=ne);break;case 2:At=A[Y+1],(At&192)===128&&(L=(ne&31)<<6|At&63,L>127&&(Re=L));break;case 3:At=A[Y+1],Ze=A[Y+2],(At&192)===128&&(Ze&192)===128&&(L=(ne&15)<<12|(At&63)<<6|Ze&63,L>2047&&(L<55296||L>57343)&&(Re=L));break;case 4:At=A[Y+1],Ze=A[Y+2],ve=A[Y+3],(At&192)===128&&(Ze&192)===128&&(ve&192)===128&&(L=(ne&15)<<18|(At&63)<<12|(Ze&63)<<6|ve&63,L>65535&&L<1114112&&(Re=L))}}Re===null?(Re=65533,Ge=1):Re>65535&&(Re-=65536,$.push(Re>>>10&1023|55296),Re=56320|Re&1023),$.push(Re),Y+=Ge}return Ft($)}const ai=4096;function Ft(A){const g=A.length;if(g<=ai)return String.fromCharCode.apply(String,A);let D="",$=0;for(;$<g;)D+=String.fromCharCode.apply(String,A.slice($,$+=ai));return D}function jt(A,g,D){let $="";D=Math.min(A.length,D);for(let Y=g;Y<D;++Y)$+=String.fromCharCode(A[Y]&127);return $}function He(A,g,D){let $="";D=Math.min(A.length,D);for(let Y=g;Y<D;++Y)$+=String.fromCharCode(A[Y]);return $}function ut(A,g,D){const $=A.length;(!g||g<0)&&(g=0),(!D||D<0||D>$)&&(D=$);let Y="";for(let ne=g;ne<D;++ne)Y+=ot[A[ne]];return Y}function Ot(A,g,D){const $=A.slice(g,D);let Y="";for(let ne=0;ne<$.length-1;ne+=2)Y+=String.fromCharCode($[ne]+$[ne+1]*256);return Y}d.prototype.slice=function(g,D){const $=this.length;g=~~g,D=D===void 0?$:~~D,g<0?(g+=$,g<0&&(g=0)):g>$&&(g=$),D<0?(D+=$,D<0&&(D=0)):D>$&&(D=$),D<g&&(D=g);const Y=this.subarray(g,D);return Object.setPrototypeOf(Y,d.prototype),Y};function Gt(A,g,D){if(A%1!==0||A<0)throw new RangeError("offset is not uint");if(A+g>D)throw new RangeError("Trying to access beyond buffer length")}d.prototype.readUintLE=d.prototype.readUIntLE=function(g,D,$){g=g>>>0,D=D>>>0,$||Gt(g,D,this.length);let Y=this[g],ne=1,Re=0;for(;++Re<D&&(ne*=256);)Y+=this[g+Re]*ne;return Y},d.prototype.readUintBE=d.prototype.readUIntBE=function(g,D,$){g=g>>>0,D=D>>>0,$||Gt(g,D,this.length);let Y=this[g+--D],ne=1;for(;D>0&&(ne*=256);)Y+=this[g+--D]*ne;return Y},d.prototype.readUint8=d.prototype.readUInt8=function(g,D){return g=g>>>0,D||Gt(g,1,this.length),this[g]},d.prototype.readUint16LE=d.prototype.readUInt16LE=function(g,D){return g=g>>>0,D||Gt(g,2,this.length),this[g]|this[g+1]<<8},d.prototype.readUint16BE=d.prototype.readUInt16BE=function(g,D){return g=g>>>0,D||Gt(g,2,this.length),this[g]<<8|this[g+1]},d.prototype.readUint32LE=d.prototype.readUInt32LE=function(g,D){return g=g>>>0,D||Gt(g,4,this.length),(this[g]|this[g+1]<<8|this[g+2]<<16)+this[g+3]*16777216},d.prototype.readUint32BE=d.prototype.readUInt32BE=function(g,D){return g=g>>>0,D||Gt(g,4,this.length),this[g]*16777216+(this[g+1]<<16|this[g+2]<<8|this[g+3])},d.prototype.readBigUInt64LE=ei(function(g){g=g>>>0,Ei(g,"offset");const D=this[g],$=this[g+7];(D===void 0||$===void 0)&&An(g,this.length-8);const Y=D+this[++g]*2**8+this[++g]*2**16+this[++g]*2**24,ne=this[++g]+this[++g]*2**8+this[++g]*2**16+$*2**24;return BigInt(Y)+(BigInt(ne)<<BigInt(32))}),d.prototype.readBigUInt64BE=ei(function(g){g=g>>>0,Ei(g,"offset");const D=this[g],$=this[g+7];(D===void 0||$===void 0)&&An(g,this.length-8);const Y=D*2**24+this[++g]*2**16+this[++g]*2**8+this[++g],ne=this[++g]*2**24+this[++g]*2**16+this[++g]*2**8+$;return(BigInt(Y)<<BigInt(32))+BigInt(ne)}),d.prototype.readIntLE=function(g,D,$){g=g>>>0,D=D>>>0,$||Gt(g,D,this.length);let Y=this[g],ne=1,Re=0;for(;++Re<D&&(ne*=256);)Y+=this[g+Re]*ne;return ne*=128,Y>=ne&&(Y-=Math.pow(2,8*D)),Y},d.prototype.readIntBE=function(g,D,$){g=g>>>0,D=D>>>0,$||Gt(g,D,this.length);let Y=D,ne=1,Re=this[g+--Y];for(;Y>0&&(ne*=256);)Re+=this[g+--Y]*ne;return ne*=128,Re>=ne&&(Re-=Math.pow(2,8*D)),Re},d.prototype.readInt8=function(g,D){return g=g>>>0,D||Gt(g,1,this.length),this[g]&128?(255-this[g]+1)*-1:this[g]},d.prototype.readInt16LE=function(g,D){g=g>>>0,D||Gt(g,2,this.length);const $=this[g]|this[g+1]<<8;return $&32768?$|4294901760:$},d.prototype.readInt16BE=function(g,D){g=g>>>0,D||Gt(g,2,this.length);const $=this[g+1]|this[g]<<8;return $&32768?$|4294901760:$},d.prototype.readInt32LE=function(g,D){return g=g>>>0,D||Gt(g,4,this.length),this[g]|this[g+1]<<8|this[g+2]<<16|this[g+3]<<24},d.prototype.readInt32BE=function(g,D){return g=g>>>0,D||Gt(g,4,this.length),this[g]<<24|this[g+1]<<16|this[g+2]<<8|this[g+3]},d.prototype.readBigInt64LE=ei(function(g){g=g>>>0,Ei(g,"offset");const D=this[g],$=this[g+7];(D===void 0||$===void 0)&&An(g,this.length-8);const Y=this[g+4]+this[g+5]*2**8+this[g+6]*2**16+($<<24);return(BigInt(Y)<<BigInt(32))+BigInt(D+this[++g]*256+this[++g]*65536+this[++g]*16777216)}),d.prototype.readBigInt64BE=ei(function(g){g=g>>>0,Ei(g,"offset");const D=this[g],$=this[g+7];(D===void 0||$===void 0)&&An(g,this.length-8);const Y=(D<<24)+this[++g]*2**16+this[++g]*2**8+this[++g];return(BigInt(Y)<<BigInt(32))+BigInt(this[++g]*16777216+this[++g]*65536+this[++g]*256+$)}),d.prototype.readFloatLE=function(g,D){return g=g>>>0,D||Gt(g,4,this.length),i.read(this,g,!0,23,4)},d.prototype.readFloatBE=function(g,D){return g=g>>>0,D||Gt(g,4,this.length),i.read(this,g,!1,23,4)},d.prototype.readDoubleLE=function(g,D){return g=g>>>0,D||Gt(g,8,this.length),i.read(this,g,!0,52,8)},d.prototype.readDoubleBE=function(g,D){return g=g>>>0,D||Gt(g,8,this.length),i.read(this,g,!1,52,8)};function ri(A,g,D,$,Y,ne){if(!d.isBuffer(A))throw new TypeError('"buffer" argument must be a Buffer instance');if(g>Y||g<ne)throw new RangeError('"value" argument is out of bounds');if(D+$>A.length)throw new RangeError("Index out of range")}d.prototype.writeUintLE=d.prototype.writeUIntLE=function(g,D,$,Y){if(g=+g,D=D>>>0,$=$>>>0,!Y){const Ge=Math.pow(2,8*$)-1;ri(this,g,D,$,Ge,0)}let ne=1,Re=0;for(this[D]=g&255;++Re<$&&(ne*=256);)this[D+Re]=g/ne&255;return D+$},d.prototype.writeUintBE=d.prototype.writeUIntBE=function(g,D,$,Y){if(g=+g,D=D>>>0,$=$>>>0,!Y){const Ge=Math.pow(2,8*$)-1;ri(this,g,D,$,Ge,0)}let ne=$-1,Re=1;for(this[D+ne]=g&255;--ne>=0&&(Re*=256);)this[D+ne]=g/Re&255;return D+$},d.prototype.writeUint8=d.prototype.writeUInt8=function(g,D,$){return g=+g,D=D>>>0,$||ri(this,g,D,1,255,0),this[D]=g&255,D+1},d.prototype.writeUint16LE=d.prototype.writeUInt16LE=function(g,D,$){return g=+g,D=D>>>0,$||ri(this,g,D,2,65535,0),this[D]=g&255,this[D+1]=g>>>8,D+2},d.prototype.writeUint16BE=d.prototype.writeUInt16BE=function(g,D,$){return g=+g,D=D>>>0,$||ri(this,g,D,2,65535,0),this[D]=g>>>8,this[D+1]=g&255,D+2},d.prototype.writeUint32LE=d.prototype.writeUInt32LE=function(g,D,$){return g=+g,D=D>>>0,$||ri(this,g,D,4,4294967295,0),this[D+3]=g>>>24,this[D+2]=g>>>16,this[D+1]=g>>>8,this[D]=g&255,D+4},d.prototype.writeUint32BE=d.prototype.writeUInt32BE=function(g,D,$){return g=+g,D=D>>>0,$||ri(this,g,D,4,4294967295,0),this[D]=g>>>24,this[D+1]=g>>>16,this[D+2]=g>>>8,this[D+3]=g&255,D+4};function Ii(A,g,D,$,Y){ni(g,$,Y,A,D,7);let ne=Number(g&BigInt(4294967295));A[D++]=ne,ne=ne>>8,A[D++]=ne,ne=ne>>8,A[D++]=ne,ne=ne>>8,A[D++]=ne;let Re=Number(g>>BigInt(32)&BigInt(4294967295));return A[D++]=Re,Re=Re>>8,A[D++]=Re,Re=Re>>8,A[D++]=Re,Re=Re>>8,A[D++]=Re,D}function Li(A,g,D,$,Y){ni(g,$,Y,A,D,7);let ne=Number(g&BigInt(4294967295));A[D+7]=ne,ne=ne>>8,A[D+6]=ne,ne=ne>>8,A[D+5]=ne,ne=ne>>8,A[D+4]=ne;let Re=Number(g>>BigInt(32)&BigInt(4294967295));return A[D+3]=Re,Re=Re>>8,A[D+2]=Re,Re=Re>>8,A[D+1]=Re,Re=Re>>8,A[D]=Re,D+8}d.prototype.writeBigUInt64LE=ei(function(g,D=0){return Ii(this,g,D,BigInt(0),BigInt("0xffffffffffffffff"))}),d.prototype.writeBigUInt64BE=ei(function(g,D=0){return Li(this,g,D,BigInt(0),BigInt("0xffffffffffffffff"))}),d.prototype.writeIntLE=function(g,D,$,Y){if(g=+g,D=D>>>0,!Y){const At=Math.pow(2,8*$-1);ri(this,g,D,$,At-1,-At)}let ne=0,Re=1,Ge=0;for(this[D]=g&255;++ne<$&&(Re*=256);)g<0&&Ge===0&&this[D+ne-1]!==0&&(Ge=1),this[D+ne]=(g/Re>>0)-Ge&255;return D+$},d.prototype.writeIntBE=function(g,D,$,Y){if(g=+g,D=D>>>0,!Y){const At=Math.pow(2,8*$-1);ri(this,g,D,$,At-1,-At)}let ne=$-1,Re=1,Ge=0;for(this[D+ne]=g&255;--ne>=0&&(Re*=256);)g<0&&Ge===0&&this[D+ne+1]!==0&&(Ge=1),this[D+ne]=(g/Re>>0)-Ge&255;return D+$},d.prototype.writeInt8=function(g,D,$){return g=+g,D=D>>>0,$||ri(this,g,D,1,127,-128),g<0&&(g=255+g+1),this[D]=g&255,D+1},d.prototype.writeInt16LE=function(g,D,$){return g=+g,D=D>>>0,$||ri(this,g,D,2,32767,-32768),this[D]=g&255,this[D+1]=g>>>8,D+2},d.prototype.writeInt16BE=function(g,D,$){return g=+g,D=D>>>0,$||ri(this,g,D,2,32767,-32768),this[D]=g>>>8,this[D+1]=g&255,D+2},d.prototype.writeInt32LE=function(g,D,$){return g=+g,D=D>>>0,$||ri(this,g,D,4,2147483647,-2147483648),this[D]=g&255,this[D+1]=g>>>8,this[D+2]=g>>>16,this[D+3]=g>>>24,D+4},d.prototype.writeInt32BE=function(g,D,$){return g=+g,D=D>>>0,$||ri(this,g,D,4,2147483647,-2147483648),g<0&&(g=4294967295+g+1),this[D]=g>>>24,this[D+1]=g>>>16,this[D+2]=g>>>8,this[D+3]=g&255,D+4},d.prototype.writeBigInt64LE=ei(function(g,D=0){return Ii(this,g,D,-BigInt("0x8000000000000000"),BigInt("0x7fffffffffffffff"))}),d.prototype.writeBigInt64BE=ei(function(g,D=0){return Li(this,g,D,-BigInt("0x8000000000000000"),BigInt("0x7fffffffffffffff"))});function Yi(A,g,D,$,Y,ne){if(D+$>A.length)throw new RangeError("Index out of range");if(D<0)throw new RangeError("Index out of range")}function wi(A,g,D,$,Y){return g=+g,D=D>>>0,Y||Yi(A,g,D,4,34028234663852886e22,-34028234663852886e22),i.write(A,g,D,$,23,4),D+4}d.prototype.writeFloatLE=function(g,D,$){return wi(this,g,D,!0,$)},d.prototype.writeFloatBE=function(g,D,$){return wi(this,g,D,!1,$)};function Lt(A,g,D,$,Y){return g=+g,D=D>>>0,Y||Yi(A,g,D,8,17976931348623157e292,-17976931348623157e292),i.write(A,g,D,$,52,8),D+8}d.prototype.writeDoubleLE=function(g,D,$){return Lt(this,g,D,!0,$)},d.prototype.writeDoubleBE=function(g,D,$){return Lt(this,g,D,!1,$)},d.prototype.copy=function(g,D,$,Y){if(!d.isBuffer(g))throw new TypeError("argument should be a Buffer");if($||($=0),!Y&&Y!==0&&(Y=this.length),D>=g.length&&(D=g.length),D||(D=0),Y>0&&Y<$&&(Y=$),Y===$||g.length===0||this.length===0)return 0;if(D<0)throw new RangeError("targetStart out of bounds");if($<0||$>=this.length)throw new RangeError("Index out of range");if(Y<0)throw new RangeError("sourceEnd out of bounds");Y>this.length&&(Y=this.length),g.length-D<Y-$&&(Y=g.length-D+$);const ne=Y-$;return this===g&&typeof Uint8Array.prototype.copyWithin=="function"?this.copyWithin(D,$,Y):Uint8Array.prototype.set.call(g,this.subarray($,Y),D),ne},d.prototype.fill=function(g,D,$,Y){if(typeof g=="string"){if(typeof D=="string"?(Y=D,D=0,$=this.length):typeof $=="string"&&(Y=$,$=this.length),Y!==void 0&&typeof Y!="string")throw new TypeError("encoding must be a string");if(typeof Y=="string"&&!d.isEncoding(Y))throw new TypeError("Unknown encoding: "+Y);if(g.length===1){const Re=g.charCodeAt(0);(Y==="utf8"&&Re<128||Y==="latin1")&&(g=Re)}}else typeof g=="number"?g=g&255:typeof g=="boolean"&&(g=Number(g));if(D<0||this.length<D||this.length<$)throw new RangeError("Out of range index");if($<=D)return this;D=D>>>0,$=$===void 0?this.length:$>>>0,g||(g=0);let ne;if(typeof g=="number")for(ne=D;ne<$;++ne)this[ne]=g;else{const Re=d.isBuffer(g)?g:d.from(g,Y),Ge=Re.length;if(Ge===0)throw new TypeError('The value "'+g+'" is invalid for argument "value"');for(ne=0;ne<$-D;++ne)this[ne+D]=Re[ne%Ge]}return this};const di={};function Vt(A,g,D){di[A]=class extends D{constructor(){super(),Object.defineProperty(this,"message",{value:g.apply(this,arguments),writable:!0,configurable:!0}),this.name=`${this.name} [${A}]`,this.stack,delete this.name}get code(){return A}set code(Y){Object.defineProperty(this,"code",{configurable:!0,enumerable:!0,value:Y,writable:!0})}toString(){return`${this.name} [${A}]: ${this.message}`}}}Vt("ERR_BUFFER_OUT_OF_BOUNDS",function(A){return A?`${A} is outside of buffer bounds`:"Attempt to access memory outside buffer bounds"},RangeError),Vt("ERR_INVALID_ARG_TYPE",function(A,g){return`The "${A}" argument must be of type number. Received type ${typeof g}`},TypeError),Vt("ERR_OUT_OF_RANGE",function(A,g,D){let $=`The value of "${A}" is out of range.`,Y=D;return Number.isInteger(D)&&Math.abs(D)>4294967296?Y=pn(String(D)):typeof D=="bigint"&&(Y=String(D),(D>BigInt(2)**BigInt(32)||D<-(BigInt(2)**BigInt(32)))&&(Y=pn(Y)),Y+="n"),$+=` It must be ${g}. Received ${Y}`,$},RangeError);function pn(A){let g="",D=A.length;const $=A[0]==="-"?1:0;for(;D>=$+4;D-=3)g=`_${A.slice(D-3,D)}${g}`;return`${A.slice(0,D)}${g}`}function oi(A,g,D){Ei(g,"offset"),(A[g]===void 0||A[g+D]===void 0)&&An(g,A.length-(D+1))}function ni(A,g,D,$,Y,ne){if(A>D||A<g){const Re=typeof g=="bigint"?"n":"";let Ge;throw ne>3?g===0||g===BigInt(0)?Ge=`>= 0${Re} and < 2${Re} ** ${(ne+1)*8}${Re}`:Ge=`>= -(2${Re} ** ${(ne+1)*8-1}${Re}) and < 2 ** ${(ne+1)*8-1}${Re}`:Ge=`>= ${g}${Re} and <= ${D}${Re}`,new di.ERR_OUT_OF_RANGE("value",Ge,A)}oi($,Y,ne)}function Ei(A,g){if(typeof A!="number")throw new di.ERR_INVALID_ARG_TYPE(g,"number",A)}function An(A,g,D){throw Math.floor(A)!==A?(Ei(A,D),new di.ERR_OUT_OF_RANGE(D||"offset","an integer",A)):g<0?new di.ERR_BUFFER_OUT_OF_BOUNDS:new di.ERR_OUT_OF_RANGE(D||"offset",`>= ${D?1:0} and <= ${g}`,A)}const En=/[^+/0-9A-Za-z-_]/g;function Qi(A){if(A=A.split("=")[0],A=A.trim().replace(En,""),A.length<2)return"";for(;A.length%4!==0;)A=A+"=";return A}function Yt(A,g){g=g||1/0;let D;const $=A.length;let Y=null;const ne=[];for(let Re=0;Re<$;++Re){if(D=A.charCodeAt(Re),D>55295&&D<57344){if(!Y){if(D>56319){(g-=3)>-1&&ne.push(239,191,189);continue}else if(Re+1===$){(g-=3)>-1&&ne.push(239,191,189);continue}Y=D;continue}if(D<56320){(g-=3)>-1&&ne.push(239,191,189),Y=D;continue}D=(Y-55296<<10|D-56320)+65536}else Y&&(g-=3)>-1&&ne.push(239,191,189);if(Y=null,D<128){if((g-=1)<0)break;ne.push(D)}else if(D<2048){if((g-=2)<0)break;ne.push(D>>6|192,D&63|128)}else if(D<65536){if((g-=3)<0)break;ne.push(D>>12|224,D>>6&63|128,D&63|128)}else if(D<1114112){if((g-=4)<0)break;ne.push(D>>18|240,D>>12&63|128,D>>6&63|128,D&63|128)}else throw new Error("Invalid code point")}return ne}function Ut(A){const g=[];for(let D=0;D<A.length;++D)g.push(A.charCodeAt(D)&255);return g}function qi(A,g){let D,$,Y;const ne=[];for(let Re=0;Re<A.length&&!((g-=2)<0);++Re)D=A.charCodeAt(Re),$=D>>8,Y=D%256,ne.push(Y),ne.push($);return ne}function Ne(A){return e.toByteArray(Qi(A))}function ft(A,g,D,$){let Y;for(Y=0;Y<$&&!(Y+D>=g.length||Y>=A.length);++Y)g[Y+D]=A[Y];return Y}function gt(A,g){return A instanceof g||A!=null&&A.constructor!=null&&A.constructor.name!=null&&A.constructor.name===g.name}function Ve(A){return A!==A}const ot=function(){const A="0123456789abcdef",g=new Array(256);for(let D=0;D<16;++D){const $=D*16;for(let Y=0;Y<16;++Y)g[$+Y]=A[D]+A[Y]}return g}();function ei(A){return typeof BigInt>"u"?X:A}function X(){throw new Error("BigInt not supported")}},19021:function($t,We,a){(function(e,i){$t.exports=We=i()})(this,function(){var e=e||function(i,c){var v;if(typeof window<"u"&&window.crypto&&(v=window.crypto),typeof self<"u"&&self.crypto&&(v=self.crypto),typeof globalThis<"u"&&globalThis.crypto&&(v=globalThis.crypto),!v&&typeof window<"u"&&window.msCrypto&&(v=window.msCrypto),!v&&typeof a.g<"u"&&a.g.crypto&&(v=a.g.crypto),!v)try{v=a(50477)}catch{}var N=function(){if(v){if(typeof v.getRandomValues=="function")try{return v.getRandomValues(new Uint32Array(1))[0]}catch{}if(typeof v.randomBytes=="function")try{return v.randomBytes(4).readInt32LE()}catch{}}throw new Error("Native crypto module could not be used to get secure random number.")},I=Object.create||function(){function ee(){}return function(H){var xe;return ee.prototype=H,xe=new ee,ee.prototype=null,xe}}(),d={},G=d.lib={},j=G.Base=function(){return{extend:function(ee){var H=I(this);return ee&&H.mixIn(ee),(!H.hasOwnProperty("init")||this.init===H.init)&&(H.init=function(){H.$super.init.apply(this,arguments)}),H.init.prototype=H,H.$super=this,H},create:function(){var ee=this.extend();return ee.init.apply(ee,arguments),ee},init:function(){},mixIn:function(ee){for(var H in ee)ee.hasOwnProperty(H)&&(this[H]=ee[H]);ee.hasOwnProperty("toString")&&(this.toString=ee.toString)},clone:function(){return this.init.prototype.extend(this)}}}(),Q=G.WordArray=j.extend({init:function(ee,H){ee=this.words=ee||[],H!=c?this.sigBytes=H:this.sigBytes=ee.length*4},toString:function(ee){return(ee||U).stringify(this)},concat:function(ee){var H=this.words,xe=ee.words,P=this.sigBytes,ce=ee.sigBytes;if(this.clamp(),P%4)for(var Ce=0;Ce<ce;Ce++){var ke=xe[Ce>>>2]>>>24-Ce%4*8&255;H[P+Ce>>>2]|=ke<<24-(P+Ce)%4*8}else for(var J=0;J<ce;J+=4)H[P+J>>>2]=xe[J>>>2];return this.sigBytes+=ce,this},clamp:function(){var ee=this.words,H=this.sigBytes;ee[H>>>2]&=4294967295<<32-H%4*8,ee.length=i.ceil(H/4)},clone:function(){var ee=j.clone.call(this);return ee.words=this.words.slice(0),ee},random:function(ee){for(var H=[],xe=0;xe<ee;xe+=4)H.push(N());return new Q.init(H,ee)}}),x=d.enc={},U=x.Hex={stringify:function(ee){for(var H=ee.words,xe=ee.sigBytes,P=[],ce=0;ce<xe;ce++){var Ce=H[ce>>>2]>>>24-ce%4*8&255;P.push((Ce>>>4).toString(16)),P.push((Ce&15).toString(16))}return P.join("")},parse:function(ee){for(var H=ee.length,xe=[],P=0;P<H;P+=2)xe[P>>>3]|=parseInt(ee.substr(P,2),16)<<24-P%8*4;return new Q.init(xe,H/2)}},T=x.Latin1={stringify:function(ee){for(var H=ee.words,xe=ee.sigBytes,P=[],ce=0;ce<xe;ce++){var Ce=H[ce>>>2]>>>24-ce%4*8&255;P.push(String.fromCharCode(Ce))}return P.join("")},parse:function(ee){for(var H=ee.length,xe=[],P=0;P<H;P++)xe[P>>>2]|=(ee.charCodeAt(P)&255)<<24-P%4*8;return new Q.init(xe,H)}},_=x.Utf8={stringify:function(ee){try{return decodeURIComponent(escape(T.stringify(ee)))}catch{throw new Error("Malformed UTF-8 data")}},parse:function(ee){return T.parse(unescape(encodeURIComponent(ee)))}},S=G.BufferedBlockAlgorithm=j.extend({reset:function(){this._data=new Q.init,this._nDataBytes=0},_append:function(ee){typeof ee=="string"&&(ee=_.parse(ee)),this._data.concat(ee),this._nDataBytes+=ee.sigBytes},_process:function(ee){var H,xe=this._data,P=xe.words,ce=xe.sigBytes,Ce=this.blockSize,ke=Ce*4,J=ce/ke;ee?J=i.ceil(J):J=i.max((J|0)-this._minBufferSize,0);var ye=J*Ce,Xe=i.min(ye*4,ce);if(ye){for(var ui=0;ui<ye;ui+=Ce)this._doProcessBlock(P,ui);H=P.splice(0,ye),xe.sigBytes-=Xe}return new Q.init(H,Xe)},clone:function(){var ee=j.clone.call(this);return ee._data=this._data.clone(),ee},_minBufferSize:0}),K=G.Hasher=S.extend({cfg:j.extend(),init:function(ee){this.cfg=this.cfg.extend(ee),this.reset()},reset:function(){S.reset.call(this),this._doReset()},update:function(ee){return this._append(ee),this._process(),this},finalize:function(ee){ee&&this._append(ee);var H=this._doFinalize();return H},blockSize:512/32,_createHelper:function(ee){return function(H,xe){return new ee.init(xe).finalize(H)}},_createHmacHelper:function(ee){return function(H,xe){return new _e.HMAC.init(ee,xe).finalize(H)}}}),_e=d.algo={};return d}(Math);return e})},69956:function($t,We,a){(function(e,i){$t.exports=We=i(a(19021))})(this,function(e){return e.enc.Hex})},63009:function($t,We,a){(function(e,i){$t.exports=We=i(a(19021))})(this,function(e){return function(i){var c=e,v=c.lib,N=v.WordArray,I=v.Hasher,d=c.algo,G=[],j=[];(function(){function U(K){for(var _e=i.sqrt(K),ee=2;ee<=_e;ee++)if(!(K%ee))return!1;return!0}function T(K){return(K-(K|0))*4294967296|0}for(var _=2,S=0;S<64;)U(_)&&(S<8&&(G[S]=T(i.pow(_,.5))),j[S]=T(i.pow(_,.3333333333333333)),S++),_++})();var Q=[],x=d.SHA256=I.extend({_doReset:function(){this._hash=new N.init(G.slice(0))},_doProcessBlock:function(U,T){for(var _=this._hash.words,S=_[0],K=_[1],_e=_[2],ee=_[3],H=_[4],xe=_[5],P=_[6],ce=_[7],Ce=0;Ce<64;Ce++){if(Ce<16)Q[Ce]=U[T+Ce]|0;else{var ke=Q[Ce-15],J=(ke<<25|ke>>>7)^(ke<<14|ke>>>18)^ke>>>3,ye=Q[Ce-2],Xe=(ye<<15|ye>>>17)^(ye<<13|ye>>>19)^ye>>>10;Q[Ce]=J+Q[Ce-7]+Xe+Q[Ce-16]}var ui=H&xe^~H&P,ht=S&K^S&_e^K&_e,_t=(S<<30|S>>>2)^(S<<19|S>>>13)^(S<<10|S>>>22),ai=(H<<26|H>>>6)^(H<<21|H>>>11)^(H<<7|H>>>25),Ft=ce+ai+ui+j[Ce]+Q[Ce],jt=_t+ht;ce=P,P=xe,xe=H,H=ee+Ft|0,ee=_e,_e=K,K=S,S=Ft+jt|0}_[0]=_[0]+S|0,_[1]=_[1]+K|0,_[2]=_[2]+_e|0,_[3]=_[3]+ee|0,_[4]=_[4]+H|0,_[5]=_[5]+xe|0,_[6]=_[6]+P|0,_[7]=_[7]+ce|0},_doFinalize:function(){var U=this._data,T=U.words,_=this._nDataBytes*8,S=U.sigBytes*8;return T[S>>>5]|=128<<24-S%32,T[(S+64>>>9<<4)+14]=i.floor(_/4294967296),T[(S+64>>>9<<4)+15]=_,U.sigBytes=T.length*4,this._process(),this._hash},clone:function(){var U=I.clone.call(this);return U._hash=this._hash.clone(),U}});c.SHA256=I._createHelper(x),c.HmacSHA256=I._createHmacHelper(x)}(Math),e.SHA256})},43850:function($t){(function(We,a){$t.exports=a()})(typeof self<"u"?self:this,function(){return function(){var We={537:function(){typeof window<"u"&&function(){for(var c=0,v=["ms","moz","webkit","o"],N=0;N<v.length&&!window.requestAnimationFrame;++N)window.requestAnimationFrame=window[v[N]+"RequestAnimationFrame"],window.cancelAnimationFrame=window[v[N]+"CancelAnimationFrame"]||window[v[N]+"CancelRequestAnimationFrame"];window.requestAnimationFrame||(window.requestAnimationFrame=function(I,d){var G=new Date().getTime(),j=Math.max(0,16-(G-c)),Q=window.setTimeout(function(){I(G+j)},j);return c=G+j,Q}),window.cancelAnimationFrame||(window.cancelAnimationFrame=function(I){clearTimeout(I)})}()}},a={};function e(c){var v=a[c];if(v!==void 0)return v.exports;var N=a[c]={exports:{}};return We[c](N,N.exports,e),N.exports}e.d=function(c,v){for(var N in v)e.o(v,N)&&!e.o(c,N)&&Object.defineProperty(c,N,{enumerable:!0,get:v[N]})},e.o=function(c,v){return Object.prototype.hasOwnProperty.call(c,v)},e.r=function(c){typeof Symbol<"u"&&Symbol.toStringTag&&Object.defineProperty(c,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(c,"__esModule",{value:!0})};var i={};return function(){"use strict";e.r(i),e.d(i,{Anchors:function(){return J},Category:function(){return Ei},Emoji:function(){return ni},EmojiData:function(){return Li},EmojiIndex:function(){return Ii},EmojiView:function(){return Yi},Picker:function(){return ei},Preview:function(){return En},Search:function(){return Yt},Skins:function(){return An},frequently:function(){return P},sanitize:function(){return wi},store:function(){return j},uncompress:function(){return _e}});var c,v,N="emoji-mart",I=JSON,d=typeof window<"u"&&"localStorage"in window;function G(X,A){if(v)v(X,A);else{if(!d)return;try{window.localStorage["".concat(N,".").concat(X)]=I.stringify(A)}catch{}}}var j={update:function(X){for(var A in X)G(A,X[A])},set:G,get:function(X){if(c)return c(X);if(d){try{var A=window.localStorage["".concat(N,".").concat(X)]}catch{return}return A?JSON.parse(A):void 0}},setNamespace:function(X){N=X},setHandlers:function(X){X||(X={}),c=X.getter,v=X.setter}};function Q(X){return Q=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(A){return typeof A}:function(A){return A&&typeof Symbol=="function"&&A.constructor===Symbol&&A!==Symbol.prototype?"symbol":typeof A},Q(X)}function x(X,A){(A==null||A>X.length)&&(A=X.length);for(var g=0,D=new Array(A);g<A;g++)D[g]=X[g];return D}var U={name:"a",unified:"b",non_qualified:"c",has_img_apple:"d",has_img_google:"e",has_img_twitter:"f",has_img_facebook:"h",keywords:"j",sheet:"k",emoticons:"l",text:"m",short_names:"n",added_in:"o"},T=function(X){var A=[],g=function(D,$){D&&(Array.isArray(D)?D:[D]).forEach(function(Y){($?Y.split(/[-|_|\s]+/):[Y]).forEach(function(ne){ne=ne.toLowerCase(),A.indexOf(ne)==-1&&A.push(ne)})})};return g(X.short_names,!0),g(X.name,!0),g(X.keywords,!1),g(X.emoticons,!1),A.join(",")};function _(X){var A,g=function(Y,ne){var Re=typeof Symbol<"u"&&Y[Symbol.iterator]||Y["@@iterator"];if(!Re){if(Array.isArray(Y)||(Re=function(ge,Ae){if(ge){if(typeof ge=="string")return x(ge,Ae);var rt=Object.prototype.toString.call(ge).slice(8,-1);return rt==="Object"&&ge.constructor&&(rt=ge.constructor.name),rt==="Map"||rt==="Set"?Array.from(ge):rt==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(rt)?x(ge,Ae):void 0}}(Y))||ne&&Y&&typeof Y.length=="number"){Re&&(Y=Re);var Ge=0,At=function(){};return{s:At,n:function(){return Ge>=Y.length?{done:!0}:{done:!1,value:Y[Ge++]}},e:function(ge){throw ge},f:At}}throw new TypeError(`Invalid attempt to iterate non-iterable instance.
|
|
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}var Ze,ve=!0,L=!1;return{s:function(){Re=Re.call(Y)},n:function(){var ge=Re.next();return ve=ge.done,ge},e:function(ge){L=!0,Ze=ge},f:function(){try{ve||Re.return==null||Re.return()}finally{if(L)throw Ze}}}}(Object.getOwnPropertyNames(X));try{for(g.s();!(A=g.n()).done;){var D=A.value,$=X[D];X[D]=$&&Q($)==="object"?_($):$}}catch(Y){g.e(Y)}finally{g.f()}return Object.freeze(X)}var S,K,_e=function(X){if(!X.compressed)return X;for(var A in X.compressed=!1,X.emojis){var g=X.emojis[A];for(var D in U)g[D]=g[U[D]],delete g[U[D]];g.short_names||(g.short_names=[]),g.short_names.unshift(A),g.sheet_x=g.sheet[0],g.sheet_y=g.sheet[1],delete g.sheet,g.text||(g.text=""),g.added_in||(g.added_in=6),g.added_in=g.added_in.toFixed(1),g.search=T(g)}return _(X)},ee=["+1","grinning","kissing_heart","heart_eyes","laughing","stuck_out_tongue_winking_eye","sweat_smile","joy","scream","disappointed","unamused","weary","sob","sunglasses","heart","hankey"],H={};function xe(){K=!0,S=j.get("frequently")}var P={add:function(X){K||xe();var A=X.id;S||(S=H),S[A]||(S[A]=0),S[A]+=1,j.set("last",A),j.set("frequently",S)},get:function(X){if(K||xe(),!S){H={};for(var A=[],g=Math.min(X,ee.length),D=0;D<g;D++)H[ee[D]]=parseInt((g-D)/4,10)+1,A.push(ee[D]);return A}var $=X,Y=[];for(var ne in S)S.hasOwnProperty(ne)&&Y.push(ne);var Re=Y.sort(function(At,Ze){return S[At]-S[Ze]}).reverse().slice(0,$),Ge=j.get("last");return Ge&&Re.indexOf(Ge)==-1&&(Re.pop(),Re.push(Ge)),Re}},ce={activity:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24"><path d="M12 0C5.373 0 0 5.372 0 12c0 6.627 5.373 12 12 12 6.628 0 12-5.373 12-12 0-6.628-5.372-12-12-12m9.949 11H17.05c.224-2.527 1.232-4.773 1.968-6.113A9.966 9.966 0 0 1 21.949 11M13 11V2.051a9.945 9.945 0 0 1 4.432 1.564c-.858 1.491-2.156 4.22-2.392 7.385H13zm-2 0H8.961c-.238-3.165-1.536-5.894-2.393-7.385A9.95 9.95 0 0 1 11 2.051V11zm0 2v8.949a9.937 9.937 0 0 1-4.432-1.564c.857-1.492 2.155-4.221 2.393-7.385H11zm4.04 0c.236 3.164 1.534 5.893 2.392 7.385A9.92 9.92 0 0 1 13 21.949V13h2.04zM4.982 4.887C5.718 6.227 6.726 8.473 6.951 11h-4.9a9.977 9.977 0 0 1 2.931-6.113M2.051 13h4.9c-.226 2.527-1.233 4.771-1.969 6.113A9.972 9.972 0 0 1 2.051 13m16.967 6.113c-.735-1.342-1.744-3.586-1.968-6.113h4.899a9.961 9.961 0 0 1-2.931 6.113"/></svg>',custom:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24"><g transform="translate(2.000000, 1.000000)"><rect id="Rectangle" x="8" y="0" width="3" height="21" rx="1.5"></rect><rect id="Rectangle" transform="translate(9.843, 10.549) rotate(60) translate(-9.843, -10.549) " x="8.343" y="0.049" width="3" height="21" rx="1.5"></rect><rect id="Rectangle" transform="translate(9.843, 10.549) rotate(-60) translate(-9.843, -10.549) " x="8.343" y="0.049" width="3" height="21" rx="1.5"></rect></g></svg>',flags:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24"><path d="M0 0l6.084 24H8L1.916 0zM21 5h-4l-1-4H4l3 12h3l1 4h13L21 5zM6.563 3h7.875l2 8H8.563l-2-8zm8.832 10l-2.856 1.904L12.063 13h3.332zM19 13l-1.5-6h1.938l2 8H16l3-2z"/></svg>',foods:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24"><path d="M17 4.978c-1.838 0-2.876.396-3.68.934.513-1.172 1.768-2.934 4.68-2.934a1 1 0 0 0 0-2c-2.921 0-4.629 1.365-5.547 2.512-.064.078-.119.162-.18.244C11.73 1.838 10.798.023 9.207.023 8.579.022 7.85.306 7 .978 5.027 2.54 5.329 3.902 6.492 4.999 3.609 5.222 0 7.352 0 12.969c0 4.582 4.961 11.009 9 11.009 1.975 0 2.371-.486 3-1 .629.514 1.025 1 3 1 4.039 0 9-6.418 9-11 0-5.953-4.055-8-7-8M8.242 2.546c.641-.508.943-.523.965-.523.426.169.975 1.405 1.357 3.055-1.527-.629-2.741-1.352-2.98-1.846.059-.112.241-.356.658-.686M15 21.978c-1.08 0-1.21-.109-1.559-.402l-.176-.146c-.367-.302-.816-.452-1.266-.452s-.898.15-1.266.452l-.176.146c-.347.292-.477.402-1.557.402-2.813 0-7-5.389-7-9.009 0-5.823 4.488-5.991 5-5.991 1.939 0 2.484.471 3.387 1.251l.323.276a1.995 1.995 0 0 0 2.58 0l.323-.276c.902-.78 1.447-1.251 3.387-1.251.512 0 5 .168 5 6 0 3.617-4.187 9-7 9"/></svg>',nature:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24"><path d="M15.5 8a1.5 1.5 0 1 0 .001 3.001A1.5 1.5 0 0 0 15.5 8M8.5 8a1.5 1.5 0 1 0 .001 3.001A1.5 1.5 0 0 0 8.5 8"/><path d="M18.933 0h-.027c-.97 0-2.138.787-3.018 1.497-1.274-.374-2.612-.51-3.887-.51-1.285 0-2.616.133-3.874.517C7.245.79 6.069 0 5.093 0h-.027C3.352 0 .07 2.67.002 7.026c-.039 2.479.276 4.238 1.04 5.013.254.258.882.677 1.295.882.191 3.177.922 5.238 2.536 6.38.897.637 2.187.949 3.2 1.102C8.04 20.6 8 20.795 8 21c0 1.773 2.35 3 4 3 1.648 0 4-1.227 4-3 0-.201-.038-.393-.072-.586 2.573-.385 5.435-1.877 5.925-7.587.396-.22.887-.568 1.104-.788.763-.774 1.079-2.534 1.04-5.013C23.929 2.67 20.646 0 18.933 0M3.223 9.135c-.237.281-.837 1.155-.884 1.238-.15-.41-.368-1.349-.337-3.291.051-3.281 2.478-4.972 3.091-5.031.256.015.731.27 1.265.646-1.11 1.171-2.275 2.915-2.352 5.125-.133.546-.398.858-.783 1.313M12 22c-.901 0-1.954-.693-2-1 0-.654.475-1.236 1-1.602V20a1 1 0 1 0 2 0v-.602c.524.365 1 .947 1 1.602-.046.307-1.099 1-2 1m3-3.48v.02a4.752 4.752 0 0 0-1.262-1.02c1.092-.516 2.239-1.334 2.239-2.217 0-1.842-1.781-2.195-3.977-2.195-2.196 0-3.978.354-3.978 2.195 0 .883 1.148 1.701 2.238 2.217A4.8 4.8 0 0 0 9 18.539v-.025c-1-.076-2.182-.281-2.973-.842-1.301-.92-1.838-3.045-1.853-6.478l.023-.041c.496-.826 1.49-1.45 1.804-3.102 0-2.047 1.357-3.631 2.362-4.522C9.37 3.178 10.555 3 11.948 3c1.447 0 2.685.192 3.733.57 1 .9 2.316 2.465 2.316 4.48.313 1.651 1.307 2.275 1.803 3.102.035.058.068.117.102.178-.059 5.967-1.949 7.01-4.902 7.19m6.628-8.202c-.037-.065-.074-.13-.113-.195a7.587 7.587 0 0 0-.739-.987c-.385-.455-.648-.768-.782-1.313-.076-2.209-1.241-3.954-2.353-5.124.531-.376 1.004-.63 1.261-.647.636.071 3.044 1.764 3.096 5.031.027 1.81-.347 3.218-.37 3.235"/></svg>',objects:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24"><path d="M12 0a9 9 0 0 0-5 16.482V21s2.035 3 5 3 5-3 5-3v-4.518A9 9 0 0 0 12 0zm0 2c3.86 0 7 3.141 7 7s-3.14 7-7 7-7-3.141-7-7 3.14-7 7-7zM9 17.477c.94.332 1.946.523 3 .523s2.06-.19 3-.523v.834c-.91.436-1.925.689-3 .689a6.924 6.924 0 0 1-3-.69v-.833zm.236 3.07A8.854 8.854 0 0 0 12 21c.965 0 1.888-.167 2.758-.451C14.155 21.173 13.153 22 12 22c-1.102 0-2.117-.789-2.764-1.453z"/><path d="M14.745 12.449h-.004c-.852-.024-1.188-.858-1.577-1.824-.421-1.061-.703-1.561-1.182-1.566h-.009c-.481 0-.783.497-1.235 1.537-.436.982-.801 1.811-1.636 1.791l-.276-.043c-.565-.171-.853-.691-1.284-1.794-.125-.313-.202-.632-.27-.913-.051-.213-.127-.53-.195-.634C7.067 9.004 7.039 9 6.99 9A1 1 0 0 1 7 7h.01c1.662.017 2.015 1.373 2.198 2.134.486-.981 1.304-2.058 2.797-2.075 1.531.018 2.28 1.153 2.731 2.141l.002-.008C14.944 8.424 15.327 7 16.979 7h.032A1 1 0 1 1 17 9h-.011c-.149.076-.256.474-.319.709a6.484 6.484 0 0 1-.311.951c-.429.973-.79 1.789-1.614 1.789"/></svg>',smileys:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24"><path d="M12 0C5.373 0 0 5.373 0 12s5.373 12 12 12 12-5.373 12-12S18.627 0 12 0m0 22C6.486 22 2 17.514 2 12S6.486 2 12 2s10 4.486 10 10-4.486 10-10 10"/><path d="M8 7a2 2 0 1 0-.001 3.999A2 2 0 0 0 8 7M16 7a2 2 0 1 0-.001 3.999A2 2 0 0 0 16 7M15.232 15c-.693 1.195-1.87 2-3.349 2-1.477 0-2.655-.805-3.347-2H15m3-2H6a6 6 0 1 0 12 0"/></svg>',people:'<svg xmlns:svg="http://www.w3.org/2000/svg" height="24" width="24" viewBox="0 0 24 24"> <path id="path3814" d="m 3.3591089,21.17726 c 0.172036,0.09385 4.265994,2.29837 8.8144451,2.29837 4.927767,0 8.670894,-2.211883 8.82782,-2.306019 0.113079,-0.06785 0.182268,-0.190051 0.182267,-0.321923 0,-3.03119 -0.929494,-5.804936 -2.617196,-7.810712 -1.180603,-1.403134 -2.661918,-2.359516 -4.295699,-2.799791 4.699118,-2.236258 3.102306,-9.28617162 -2.097191,-9.28617162 -5.1994978,0 -6.7963103,7.04991362 -2.097192,9.28617162 -1.6337821,0.440275 -3.1150971,1.396798 -4.2956991,2.799791 -1.687703,2.005776 -2.617196,4.779522 -2.617196,7.810712 1.2e-6,0.137378 0.075039,0.263785 0.195641,0.329572 z M 8.0439319,5.8308783 C 8.0439309,2.151521 12.492107,0.30955811 15.093491,2.9109411 17.694874,5.5123241 15.852911,9.9605006 12.173554,9.9605 9.8938991,9.9579135 8.0465186,8.1105332 8.0439319,5.8308783 Z m -1.688782,7.6894977 c 1.524535,-1.811449 3.5906601,-2.809035 5.8184041,-2.809035 2.227744,0 4.293869,0.997586 5.818404,2.809035 1.533639,1.822571 2.395932,4.339858 2.439152,7.108301 -0.803352,0.434877 -4.141636,2.096112 -8.257556,2.096112 -3.8062921,0 -7.3910861,-1.671043 -8.2573681,-2.104981 0.04505,-2.765017 0.906968,-5.278785 2.438964,-7.099432 z" /> <path id="path3816" d="M 12.173828 0.38867188 C 9.3198513 0.38867187 7.3770988 2.3672285 6.8652344 4.6308594 C 6.4218608 6.5916015 7.1153562 8.7676117 8.9648438 10.126953 C 7.6141249 10.677376 6.3550511 11.480944 5.3496094 12.675781 C 3.5629317 14.799185 2.6015625 17.701475 2.6015625 20.847656 C 2.6015654 21.189861 2.7894276 21.508002 3.0898438 21.671875 C 3.3044068 21.788925 7.4436239 24.039062 12.173828 24.039062 C 17.269918 24.039062 21.083568 21.776786 21.291016 21.652344 C 21.57281 21.483266 21.746097 21.176282 21.746094 20.847656 C 21.746094 17.701475 20.78277 14.799185 18.996094 12.675781 C 17.990455 11.480591 16.733818 10.675362 15.382812 10.125 C 17.231132 8.7655552 17.925675 6.5910701 17.482422 4.6308594 C 16.970557 2.3672285 15.027805 0.38867188 12.173828 0.38867188 z M 12.792969 2.3007812 C 13.466253 2.4161792 14.125113 2.7383941 14.695312 3.3085938 C 15.835712 4.4489931 15.985604 5.9473549 15.46875 7.1953125 C 14.951896 8.4432701 13.786828 9.3984378 12.173828 9.3984375 C 10.197719 9.3961954 8.607711 7.806187 8.6054688 5.8300781 C 8.6054683 4.2170785 9.5606362 3.0520102 10.808594 2.5351562 C 11.432573 2.2767293 12.119685 2.1853833 12.792969 2.3007812 z M 12.173828 11.273438 C 14.233647 11.273438 16.133674 12.185084 17.5625 13.882812 C 18.93069 15.508765 19.698347 17.776969 19.808594 20.283203 C 18.807395 20.800235 15.886157 22.162109 12.173828 22.162109 C 8.7614632 22.162109 5.6245754 20.787069 4.5390625 20.265625 C 4.6525896 17.766717 5.4203315 15.504791 6.7851562 13.882812 C 8.2139827 12.185084 10.11401 11.273438 12.173828 11.273438 z " /> </svg>',places:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24"><path d="M6.5 12C5.122 12 4 13.121 4 14.5S5.122 17 6.5 17 9 15.879 9 14.5 7.878 12 6.5 12m0 3c-.275 0-.5-.225-.5-.5s.225-.5.5-.5.5.225.5.5-.225.5-.5.5M17.5 12c-1.378 0-2.5 1.121-2.5 2.5s1.122 2.5 2.5 2.5 2.5-1.121 2.5-2.5-1.122-2.5-2.5-2.5m0 3c-.275 0-.5-.225-.5-.5s.225-.5.5-.5.5.225.5.5-.225.5-.5.5"/><path d="M22.482 9.494l-1.039-.346L21.4 9h.6c.552 0 1-.439 1-.992 0-.006-.003-.008-.003-.008H23c0-1-.889-2-1.984-2h-.642l-.731-1.717C19.262 3.012 18.091 2 16.764 2H7.236C5.909 2 4.738 3.012 4.357 4.283L3.626 6h-.642C1.889 6 1 7 1 8h.003S1 8.002 1 8.008C1 8.561 1.448 9 2 9h.6l-.043.148-1.039.346a2.001 2.001 0 0 0-1.359 2.097l.751 7.508a1 1 0 0 0 .994.901H3v1c0 1.103.896 2 2 2h2c1.104 0 2-.897 2-2v-1h6v1c0 1.103.896 2 2 2h2c1.104 0 2-.897 2-2v-1h1.096a.999.999 0 0 0 .994-.901l.751-7.508a2.001 2.001 0 0 0-1.359-2.097M6.273 4.857C6.402 4.43 6.788 4 7.236 4h9.527c.448 0 .834.43.963.857L19.313 9H4.688l1.585-4.143zM7 21H5v-1h2v1zm12 0h-2v-1h2v1zm2.189-3H2.811l-.662-6.607L3 11h18l.852.393L21.189 18z"/></svg>',recent:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24"><path d="M13 4h-2l-.001 7H9v2h2v2h2v-2h4v-2h-4z"/><path d="M12 0C5.373 0 0 5.373 0 12s5.373 12 12 12 12-5.373 12-12S18.627 0 12 0m0 22C6.486 22 2 17.514 2 12S6.486 2 12 2s10 4.486 10 10-4.486 10-10 10"/></svg>',symbols:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24"><path d="M0 0h11v2H0zM4 11h3V6h4V4H0v2h4zM15.5 17c1.381 0 2.5-1.116 2.5-2.493s-1.119-2.493-2.5-2.493S13 13.13 13 14.507 14.119 17 15.5 17m0-2.986c.276 0 .5.222.5.493 0 .272-.224.493-.5.493s-.5-.221-.5-.493.224-.493.5-.493M21.5 19.014c-1.381 0-2.5 1.116-2.5 2.493S20.119 24 21.5 24s2.5-1.116 2.5-2.493-1.119-2.493-2.5-2.493m0 2.986a.497.497 0 0 1-.5-.493c0-.271.224-.493.5-.493s.5.222.5.493a.497.497 0 0 1-.5.493M22 13l-9 9 1.513 1.5 8.99-9.009zM17 11c2.209 0 4-1.119 4-2.5V2s.985-.161 1.498.949C23.01 4.055 23 6 23 6s1-1.119 1-3.135C24-.02 21 0 21 0h-2v6.347A5.853 5.853 0 0 0 17 6c-2.209 0-4 1.119-4 2.5s1.791 2.5 4 2.5M10.297 20.482l-1.475-1.585a47.54 47.54 0 0 1-1.442 1.129c-.307-.288-.989-1.016-2.045-2.183.902-.836 1.479-1.466 1.729-1.892s.376-.871.376-1.336c0-.592-.273-1.178-.818-1.759-.546-.581-1.329-.871-2.349-.871-1.008 0-1.79.293-2.344.879-.556.587-.832 1.181-.832 1.784 0 .813.419 1.748 1.256 2.805-.847.614-1.444 1.208-1.794 1.784a3.465 3.465 0 0 0-.523 1.833c0 .857.308 1.56.924 2.107.616.549 1.423.823 2.42.823 1.173 0 2.444-.379 3.813-1.137L8.235 24h2.819l-2.09-2.383 1.333-1.135zm-6.736-6.389a1.02 1.02 0 0 1 .73-.286c.31 0 .559.085.747.254a.849.849 0 0 1 .283.659c0 .518-.419 1.112-1.257 1.784-.536-.651-.805-1.231-.805-1.742a.901.901 0 0 1 .302-.669M3.74 22c-.427 0-.778-.116-1.057-.349-.279-.232-.418-.487-.418-.766 0-.594.509-1.288 1.527-2.083.968 1.134 1.717 1.946 2.248 2.438-.921.507-1.686.76-2.3.76"/></svg>'};function Ce(X,A,g,D,$,Y,ne,Re){var Ge,At=typeof X=="function"?X.options:X;if(A&&(At.render=A,At.staticRenderFns=g,At._compiled=!0),D&&(At.functional=!0),Y&&(At._scopeId="data-v-"+Y),ne?(Ge=function(L){(L=L||this.$vnode&&this.$vnode.ssrContext||this.parent&&this.parent.$vnode&&this.parent.$vnode.ssrContext)||typeof __VUE_SSR_CONTEXT__>"u"||(L=__VUE_SSR_CONTEXT__),$&&$.call(this,L),L&&L._registeredComponents&&L._registeredComponents.add(ne)},At._ssrRegister=Ge):$&&(Ge=Re?function(){$.call(this,(At.functional?this.parent:this).$root.$options.shadowRoot)}:$),Ge)if(At.functional){At._injectStyles=Ge;var Ze=At.render;At.render=function(L,ge){return Ge.call(ge),Ze(L,ge)}}else{var ve=At.beforeCreate;At.beforeCreate=ve?[].concat(ve,Ge):[Ge]}return{exports:X,options:At}}var ke=Ce({props:{i18n:{type:Object,required:!0},color:{type:String},categories:{type:Array,required:!0},activeCategory:{type:Object,default:function(){return{}}}},emits:["click"],created:function(){this.svgs=ce}},function(){var X=this,A=X._self._c;return A("div",{staticClass:"emoji-mart-anchors",attrs:{role:"tablist"}},X._l(X.categories,function(g){return A("button",{key:g.id,class:{"emoji-mart-anchor":!0,"emoji-mart-anchor-selected":g.id==X.activeCategory.id},style:{color:g.id==X.activeCategory.id?X.color:""},attrs:{role:"tab",type:"button","aria-label":g.name,"aria-selected":g.id==X.activeCategory.id,"data-title":X.i18n.categories[g.id]},on:{click:function(D){return X.$emit("click",g)}}},[A("div",{attrs:{"aria-hidden":"true"},domProps:{innerHTML:X._s(X.svgs[g.id])}}),X._v(" "),A("span",{staticClass:"emoji-mart-anchor-bar",style:{backgroundColor:X.color},attrs:{"aria-hidden":"true"}})])}),0)},[],!1,null,null,null),J=ke.exports;function ye(X,A){if(!(X instanceof A))throw new TypeError("Cannot call a class as a function")}function Xe(X){var A=function(g,D){if(Q(g)!="object"||!g)return g;var $=g[Symbol.toPrimitive];if($!==void 0){var Y=$.call(g,"string");if(Q(Y)!="object")return Y;throw new TypeError("@@toPrimitive must return a primitive value.")}return String(g)}(X);return Q(A)=="symbol"?A:A+""}function ui(X,A){for(var g=0;g<A.length;g++){var D=A[g];D.enumerable=D.enumerable||!1,D.configurable=!0,"value"in D&&(D.writable=!0),Object.defineProperty(X,Xe(D.key),D)}}function ht(X,A,g){return A&&ui(X.prototype,A),g&&ui(X,g),Object.defineProperty(X,"prototype",{writable:!1}),X}var _t=String.fromCodePoint||function(){var X,A,g=[],D=-1,$=arguments.length;if(!$)return"";for(var Y="";++D<$;){var ne=Number(arguments[D]);if(!isFinite(ne)||ne<0||ne>1114111||Math.floor(ne)!=ne)throw RangeError("Invalid code point: "+ne);ne<=65535?g.push(ne):(X=55296+((ne-=65536)>>10),A=ne%1024+56320,g.push(X,A)),(D+1===$||g.length>16384)&&(Y+=String.fromCharCode.apply(null,g),g.length=0)}return Y};function ai(X){var A=X.split("-").map(function(g){return"0x".concat(g)});return _t.apply(null,A)}function Ft(X){return X.reduce(function(A,g){return A.indexOf(g)===-1&&A.push(g),A},[])}function jt(X,A){var g=Ft(X),D=Ft(A);return g.filter(function($){return D.indexOf($)>=0})}function He(X,A){var g={};for(var D in X){var $=X[D],Y=$;Object.prototype.hasOwnProperty.call(A,D)&&(Y=A[D]),Q(Y)==="object"&&(Y=He($,Y)),g[D]=Y}return g}function ut(X,A){var g=typeof Symbol<"u"&&X[Symbol.iterator]||X["@@iterator"];if(!g){if(Array.isArray(X)||(g=function(Ge,At){if(Ge){if(typeof Ge=="string")return Ot(Ge,At);var Ze=Object.prototype.toString.call(Ge).slice(8,-1);return Ze==="Object"&&Ge.constructor&&(Ze=Ge.constructor.name),Ze==="Map"||Ze==="Set"?Array.from(Ge):Ze==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(Ze)?Ot(Ge,At):void 0}}(X))||A&&X&&typeof X.length=="number"){g&&(X=g);var D=0,$=function(){};return{s:$,n:function(){return D>=X.length?{done:!0}:{done:!1,value:X[D++]}},e:function(Ge){throw Ge},f:$}}throw new TypeError(`Invalid attempt to iterate non-iterable instance.
|
|
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}var Y,ne=!0,Re=!1;return{s:function(){g=g.call(X)},n:function(){var Ge=g.next();return ne=Ge.done,Ge},e:function(Ge){Re=!0,Y=Ge},f:function(){try{ne||g.return==null||g.return()}finally{if(Re)throw Y}}}}function Ot(X,A){(A==null||A>X.length)&&(A=X.length);for(var g=0,D=new Array(A);g<A;g++)D[g]=X[g];return D}var Gt=/^(?:\:([^\:]+)\:)(?:\:skin-tone-(\d)\:)?$/,ri=["1F3FA","1F3FB","1F3FC","1F3FD","1F3FE","1F3FF"],Ii=function(){return ht(function X(A){var g=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},D=g.emojisToShowFilter,$=g.include,Y=g.exclude,ne=g.custom,Re=g.recent,Ge=g.recentLength,At=Ge===void 0?20:Ge;ye(this,X),this._data=_e(A),this._emojisFilter=D||null,this._include=$||null,this._exclude=Y||null,this._custom=ne||[],this._recent=Re||P.get(At),this._emojis={},this._nativeEmojis={},this._emoticons={},this._categories=[],this._recentCategory={id:"recent",name:"Recent",emojis:[]},this._customCategory={id:"custom",name:"Custom",emojis:[]},this._searchIndex={},this.buildIndex(),Object.freeze(this)},[{key:"buildIndex",value:function(){var X=this,A=this._data.categories;if(this._include&&(A=(A=A.filter(function(Y){return X._include.includes(Y.id)})).sort(function(Y,ne){var Re=X._include.indexOf(Y.id),Ge=X._include.indexOf(ne.id);return Re<Ge?-1:Re>Ge?1:0})),A.forEach(function(Y){if(X.isCategoryNeeded(Y.id)){var ne={id:Y.id,name:Y.name,emojis:[]};Y.emojis.forEach(function(Re){var Ge=X.addEmoji(Re);Ge&&ne.emojis.push(Ge)}),ne.emojis.length&&X._categories.push(ne)}}),this.isCategoryNeeded("custom")){if(this._custom.length>0){var g,D=ut(this._custom);try{for(D.s();!(g=D.n()).done;){var $=g.value;this.addCustomEmoji($)}}catch(Y){D.e(Y)}finally{D.f()}}this._customCategory.emojis.length&&this._categories.push(this._customCategory)}this.isCategoryNeeded("recent")&&(this._recent.length&&this._recent.map(function(Y){var ne,Re=ut(X._customCategory.emojis);try{for(Re.s();!(ne=Re.n()).done;){var Ge=ne.value;if(Ge.id===Y)return void X._recentCategory.emojis.push(Ge)}}catch(At){Re.e(At)}finally{Re.f()}X.hasEmoji(Y)&&X._recentCategory.emojis.push(X.emoji(Y))}),this._recentCategory.emojis.length&&this._categories.unshift(this._recentCategory))}},{key:"findEmoji",value:function(X,A){var g=X.match(Gt);if(g&&(X=g[1],g[2]&&(A=parseInt(g[2],10))),this._data.aliases.hasOwnProperty(X)&&(X=this._data.aliases[X]),this._emojis.hasOwnProperty(X)){var D=this._emojis[X];return A?D.getSkin(A):D}return this._nativeEmojis.hasOwnProperty(X)?this._nativeEmojis[X]:null}},{key:"categories",value:function(){return this._categories}},{key:"emoji",value:function(X){this._data.aliases.hasOwnProperty(X)&&(X=this._data.aliases[X]);var A=this._emojis[X];if(!A)throw new Error("Can not find emoji by id: "+X);return A}},{key:"firstEmoji",value:function(){var X=this._emojis[Object.keys(this._emojis)[0]];if(!X)throw new Error("Can not get first emoji");return X}},{key:"hasEmoji",value:function(X){return this._data.aliases.hasOwnProperty(X)&&(X=this._data.aliases[X]),!!this._emojis[X]}},{key:"nativeEmoji",value:function(X){return this._nativeEmojis.hasOwnProperty(X)?this._nativeEmojis[X]:null}},{key:"search",value:function(X,A){var g=this;if(A||(A=75),!X.length)return null;if(X=="-"||X=="-1")return[this.emoji("-1")];var D,$=X.toLowerCase().split(/[\s|,|\-|_]+/);$.length>2&&($=[$[0],$[1]]),D=$.map(function(ne){for(var Re=g._emojis,Ge=g._searchIndex,At=0,Ze=function(){var L=ne[ve];if(At++,Ge[L]||(Ge[L]={}),!(Ge=Ge[L]).results){var ge={};for(var Ae in Ge.results=[],Ge.emojis={},Re){var rt=Re[Ae],Ht=rt._data.search,Qt=ne.substr(0,At),Qe=Ht.indexOf(Qt);if(Qe!=-1){var Rt=Qe+1;Qt==Ae&&(Rt=0),Ge.results.push(rt),Ge.emojis[Ae]=rt,ge[Ae]=Rt}}Ge.results.sort(function(Kt,wt){return ge[Kt.id]-ge[wt.id]})}Re=Ge.emojis},ve=0;ve<ne.length;ve++)Ze();return Ge.results}).filter(function(ne){return ne});var Y=null;return(Y=D.length>1?jt.apply(null,D):D.length?D[0]:[])&&Y.length>A&&(Y=Y.slice(0,A)),Y}},{key:"addCustomEmoji",value:function(X){var A=Object.assign({},X,{id:X.short_names[0],custom:!0});A.search||(A.search=T(A));var g=new Li(A);return this._emojis[g.id]=g,this._customCategory.emojis.push(g),g}},{key:"addEmoji",value:function(X){var A=this,g=this._data.emojis[X];if(!this.isEmojiNeeded(g))return!1;var D=new Li(g);if(this._emojis[X]=D,D.native&&(this._nativeEmojis[D.native]=D),D._skins)for(var $ in D._skins){var Y=D._skins[$];Y.native&&(this._nativeEmojis[Y.native]=Y)}return D.emoticons&&D.emoticons.forEach(function(ne){A._emoticons[ne]||(A._emoticons[ne]=X)}),D}},{key:"isCategoryNeeded",value:function(X){var A=!this._include||!this._include.length||this._include.indexOf(X)>-1,g=!(!this._exclude||!this._exclude.length)&&this._exclude.indexOf(X)>-1;return!(!A||g)}},{key:"isEmojiNeeded",value:function(X){return!this._emojisFilter||this._emojisFilter(X)}}])}(),Li=function(){return ht(function X(A){if(ye(this,X),this._data=Object.assign({},A),this._skins=null,this._data.skin_variations)for(var g in this._skins=[],ri){var D=ri[g],$=this._data.skin_variations[D],Y=Object.assign({},A);for(var ne in $)Y[ne]=$[ne];delete Y.skin_variations,Y.skin_tone=parseInt(g)+1,this._skins.push(new X(Y))}for(var Re in this._sanitized=wi(this._data),this._sanitized)this[Re]=this._sanitized[Re];this.short_names=this._data.short_names,this.short_name=this._data.short_names[0],Object.freeze(this)},[{key:"getSkin",value:function(X){return X&&X!="native"&&this._skins?this._skins[X-1]:this}},{key:"getPosition",value:function(){var X=+(1.6666666666666667*this._data.sheet_x).toFixed(2),A=+(100/60*this._data.sheet_y).toFixed(2);return"".concat(X,"% ").concat(A,"%")}},{key:"ariaLabel",value:function(){return[this.native].concat(this.short_names).filter(Boolean).join(", ")}}])}(),Yi=function(){return ht(function X(A,g,D,$,Y,ne,Re){ye(this,X),this._emoji=A,this._native=$,this._skin=g,this._set=D,this._fallback=Y,this.canRender=this._canRender(),this.cssClass=this._cssClass(),this.cssStyle=this._cssStyle(Re),this.content=this._content(),this.title=ne===!0?A.short_name:null,this.ariaLabel=A.ariaLabel(),Object.freeze(this)},[{key:"getEmoji",value:function(){return this._emoji.getSkin(this._skin)}},{key:"_canRender",value:function(){return this._isCustom()||this._isNative()||this._hasEmoji()||this._fallback}},{key:"_cssClass",value:function(){return["emoji-set-"+this._set,"emoji-type-"+this._emojiType()]}},{key:"_cssStyle",value:function(X){var A={};return this._isCustom()?A={backgroundImage:"url("+this.getEmoji()._data.imageUrl+")",backgroundSize:"100%",width:X+"px",height:X+"px"}:this._hasEmoji()&&!this._isNative()&&(A={backgroundPosition:this.getEmoji().getPosition()}),X&&(A=this._isNative()?Object.assign(A,{fontSize:Math.round(.95*X*10)/10+"px"}):Object.assign(A,{width:X+"px",height:X+"px"})),A}},{key:"_content",value:function(){return this._isCustom()?"":this._isNative()?this.getEmoji().native:this._hasEmoji()?"":this._fallback?this._fallback(this.getEmoji()):null}},{key:"_isNative",value:function(){return this._native}},{key:"_isCustom",value:function(){return this.getEmoji().custom}},{key:"_hasEmoji",value:function(){if(!this.getEmoji()._data)return!1;var X=this.getEmoji()._data["has_img_"+this._set];return X===void 0||X}},{key:"_emojiType",value:function(){return this._isCustom()?"custom":this._isNative()?"native":this._hasEmoji()?"image":"fallback"}}])}();function wi(X){var A=X.name,g=X.short_names,D=X.skin_tone,$=X.skin_variations,Y=X.emoticons,ne=X.unified,Re=X.custom,Ge=X.imageUrl,At=X.id||g[0],Ze=":".concat(At,":");return Re?{id:At,name:A,colons:Ze,emoticons:Y,custom:Re,imageUrl:Ge}:(D&&(Ze+=":skin-tone-".concat(D,":")),{id:At,name:A,colons:Ze,emoticons:Y,unified:ne.toLowerCase(),skin:D||($?1:null),native:ai(ne)})}function Lt(X,A,g){return(A=Xe(A))in X?Object.defineProperty(X,A,{value:g,enumerable:!0,configurable:!0,writable:!0}):X[A]=g,X}var di={native:{type:Boolean,default:!1},tooltip:{type:Boolean,default:!1},fallback:{type:Function},skin:{type:Number,default:1},set:{type:String,default:"apple"},emoji:{type:[String,Object],required:!0},size:{type:Number,default:null},tag:{type:String,default:"span"}},Vt={perLine:{type:Number,default:9},maxSearchResults:{type:Number,default:75},emojiSize:{type:Number,default:24},title:{type:String,default:"Emoji Mart\u2122"},emoji:{type:String,default:"department_store"},color:{type:String,default:"#ae65c5"},set:{type:String,default:"apple"},skin:{type:Number,default:null},defaultSkin:{type:Number,default:1},native:{type:Boolean,default:!1},emojiTooltip:{type:Boolean,default:!1},autoFocus:{type:Boolean,default:!1},i18n:{type:Object,default:function(){return{}}},showPreview:{type:Boolean,default:!0},showSearch:{type:Boolean,default:!0},showCategories:{type:Boolean,default:!0},showSkinTones:{type:Boolean,default:!0},infiniteScroll:{type:Boolean,default:!0},pickerStyles:{type:Object,default:function(){return{}}}};function pn(X,A){var g=Object.keys(X);if(Object.getOwnPropertySymbols){var D=Object.getOwnPropertySymbols(X);A&&(D=D.filter(function($){return Object.getOwnPropertyDescriptor(X,$).enumerable})),g.push.apply(g,D)}return g}function oi(X){for(var A=1;A<arguments.length;A++){var g=arguments[A]!=null?arguments[A]:{};A%2?pn(Object(g),!0).forEach(function(D){Lt(X,D,g[D])}):Object.getOwnPropertyDescriptors?Object.defineProperties(X,Object.getOwnPropertyDescriptors(g)):pn(Object(g)).forEach(function(D){Object.defineProperty(X,D,Object.getOwnPropertyDescriptor(g,D))})}return X}var ni=Ce({props:oi(oi({},di),{},{data:{type:Object,required:!0}}),emits:["click","mouseenter","mouseleave"],computed:{view:function(){return new Yi(this.emojiObject,this.skin,this.set,this.native,this.fallback,this.tooltip,this.size)},sanitizedData:function(){return this.emojiObject._sanitized},title:function(){return this.tooltip?this.emojiObject.short_name:null},emojiObject:function(){return typeof this.emoji=="string"?this.data.findEmoji(this.emoji):this.emoji}},created:function(){},methods:{onClick:function(){this.$emit("click",this.emojiObject)},onMouseEnter:function(){this.$emit("mouseenter",this.emojiObject)},onMouseLeave:function(){this.$emit("mouseleave",this.emojiObject)}}},function(){var X=this,A=X._self._c;return X.view.canRender?A(X.tag,{tag:"component",staticClass:"emoji-mart-emoji",attrs:{title:X.view.title,"aria-label":X.view.ariaLabel,"data-title":X.title},on:{mouseenter:X.onMouseEnter,mouseleave:X.onMouseLeave,click:X.onClick}},[A("span",{class:X.view.cssClass,style:X.view.cssStyle},[X._v(X._s(X.view.content))])]):X._e()},[],!1,null,null,null).exports,Ei=Ce({props:{data:{type:Object,required:!0},i18n:{type:Object,required:!0},id:{type:String,required:!0},name:{type:String,required:!0},emojis:{type:Array},emojiProps:{type:Object,required:!0}},methods:{activeClass:function(X){return this.emojiProps.selectedEmoji&&this.emojiProps.selectedEmojiCategory&&this.emojiProps.selectedEmoji.id==X.id&&this.emojiProps.selectedEmojiCategory.id==this.id?"emoji-mart-emoji-selected":""}},computed:{isVisible:function(){return!!this.emojis},isSearch:function(){return this.name=="Search"},hasResults:function(){return this.emojis.length>0},emojiObjects:function(){var X=this;return this.emojis.map(function(A){return{emojiObject:A,emojiView:new Yi(A,X.emojiProps.skin,X.emojiProps.set,X.emojiProps.native,X.emojiProps.fallback,X.emojiProps.emojiTooltip,X.emojiProps.emojiSize)}})}},components:{Emoji:ni}},function(){var X=this,A=X._self._c;return X.isVisible&&(X.isSearch||X.hasResults)?A("section",{class:{"emoji-mart-category":!0,"emoji-mart-no-results":!X.hasResults},attrs:{"aria-label":X.i18n.categories[X.id]}},[A("div",{staticClass:"emoji-mart-category-label"},[A("h3",{staticClass:"emoji-mart-category-label"},[X._v(X._s(X.i18n.categories[X.id]))])]),X._v(" "),X._l(X.emojiObjects,function(g){var D=g.emojiObject,$=g.emojiView;return[$.canRender?A("button",{key:D.id,staticClass:"emoji-mart-emoji",class:X.activeClass(D),attrs:{"aria-label":$.ariaLabel,role:"option","aria-selected":"false","aria-posinset":"1","aria-setsize":"1812",type:"button","data-title":D.short_name,title:$.title},on:{mouseenter:function(Y){X.emojiProps.onEnter($.getEmoji())},mouseleave:function(Y){X.emojiProps.onLeave($.getEmoji())},click:function(Y){X.emojiProps.onClick($.getEmoji())}}},[A("span",{class:$.cssClass,style:$.cssStyle},[X._v(X._s($.content))])]):X._e()]}),X._v(" "),X.hasResults?X._e():A("div",[A("emoji",{attrs:{data:X.data,emoji:"sleuth_or_spy",native:X.emojiProps.native,skin:X.emojiProps.skin,set:X.emojiProps.set}}),X._v(" "),A("div",{staticClass:"emoji-mart-no-results-label"},[X._v(X._s(X.i18n.notfound))])],1)],2):X._e()},[],!1,null,null,null).exports,An=Ce({props:{skin:{type:Number,required:!0}},emits:["change"],data:function(){return{opened:!1}},methods:{onClick:function(X){this.opened&&X!=this.skin&&this.$emit("change",X),this.opened=!this.opened}}},function(){var X=this,A=X._self._c;return A("div",{class:{"emoji-mart-skin-swatches":!0,"emoji-mart-skin-swatches-opened":X.opened}},X._l(6,function(g){return A("span",{key:g,class:{"emoji-mart-skin-swatch":!0,"emoji-mart-skin-swatch-selected":X.skin==g}},[A("span",{class:"emoji-mart-skin emoji-mart-skin-tone-"+g,on:{click:function(D){return X.onClick(g)}}})])}),0)},[],!1,null,null,null).exports,En=Ce({props:{data:{type:Object,required:!0},title:{type:String,required:!0},emoji:{type:[String,Object]},idleEmoji:{type:[String,Object],required:!0},showSkinTones:{type:Boolean,default:!0},emojiProps:{type:Object,required:!0},skinProps:{type:Object,required:!0},onSkinChange:{type:Function,required:!0}},computed:{emojiData:function(){return this.emoji?this.emoji:{}},emojiShortNames:function(){return this.emojiData.short_names},emojiEmoticons:function(){return this.emojiData.emoticons}},components:{Emoji:ni,Skins:An}},function(){var X=this,A=X._self._c;return A("div",{staticClass:"emoji-mart-preview"},[X.emoji?[A("div",{staticClass:"emoji-mart-preview-emoji"},[A("emoji",{attrs:{data:X.data,emoji:X.emoji,native:X.emojiProps.native,skin:X.emojiProps.skin,set:X.emojiProps.set}})],1),X._v(" "),A("div",{staticClass:"emoji-mart-preview-data"},[A("div",{staticClass:"emoji-mart-preview-name"},[X._v(X._s(X.emoji.name))]),X._v(" "),A("div",{staticClass:"emoji-mart-preview-shortnames"},X._l(X.emojiShortNames,function(g){return A("span",{key:g,staticClass:"emoji-mart-preview-shortname"},[X._v(":"+X._s(g)+":")])}),0),X._v(" "),A("div",{staticClass:"emoji-mart-preview-emoticons"},X._l(X.emojiEmoticons,function(g){return A("span",{key:g,staticClass:"emoji-mart-preview-emoticon"},[X._v(X._s(g))])}),0)])]:[A("div",{staticClass:"emoji-mart-preview-emoji"},[A("emoji",{attrs:{data:X.data,emoji:X.idleEmoji,native:X.emojiProps.native,skin:X.emojiProps.skin,set:X.emojiProps.set}})],1),X._v(" "),A("div",{staticClass:"emoji-mart-preview-data"},[A("span",{staticClass:"emoji-mart-title-label"},[X._v(X._s(X.title))])]),X._v(" "),X.showSkinTones?A("div",{staticClass:"emoji-mart-preview-skins"},[A("skins",{attrs:{skin:X.skinProps.skin},on:{change:function(g){return X.onSkinChange(g)}}})],1):X._e()]],2)},[],!1,null,null,null).exports,Qi=Ce({props:{data:{type:Object,required:!0},i18n:{type:Object,required:!0},autoFocus:{type:Boolean,default:!1},onSearch:{type:Function,required:!0},onArrowLeft:{type:Function,required:!1},onArrowRight:{type:Function,required:!1},onArrowDown:{type:Function,required:!1},onArrowUp:{type:Function,required:!1},onEnter:{type:Function,required:!1}},emits:["search","enter","arrowUp","arrowDown","arrowRight","arrowLeft"],data:function(){return{value:""}},computed:{emojiIndex:function(){return this.data}},watch:{value:function(){this.$emit("search",this.value)}},methods:{clear:function(){this.value=""}},mounted:function(){var X=this.$el.querySelector("input");this.autoFocus&&X.focus()}},function(){var X=this,A=X._self._c;return A("div",{staticClass:"emoji-mart-search"},[A("input",{directives:[{name:"model",rawName:"v-model",value:X.value,expression:"value"}],attrs:{type:"text",placeholder:X.i18n.search,role:"textbox","aria-autocomplete":"list","aria-owns":"emoji-mart-list","aria-label":"Search for an emoji","aria-describedby":"emoji-mart-search-description"},domProps:{value:X.value},on:{keydown:[function(g){return!g.type.indexOf("key")&&X._k(g.keyCode,"left",37,g.key,["Left","ArrowLeft"])||"button"in g&&g.button!==0?null:function(D){return X.$emit("arrowLeft",D)}.apply(null,arguments)},function(g){return!g.type.indexOf("key")&&X._k(g.keyCode,"right",39,g.key,["Right","ArrowRight"])||"button"in g&&g.button!==2?null:function(){return X.$emit("arrowRight")}.apply(null,arguments)},function(g){return!g.type.indexOf("key")&&X._k(g.keyCode,"down",40,g.key,["Down","ArrowDown"])?null:function(){return X.$emit("arrowDown")}.apply(null,arguments)},function(g){return!g.type.indexOf("key")&&X._k(g.keyCode,"up",38,g.key,["Up","ArrowUp"])?null:function(D){return X.$emit("arrowUp",D)}.apply(null,arguments)},function(g){return!g.type.indexOf("key")&&X._k(g.keyCode,"enter",13,g.key,"Enter")?null:function(){return X.$emit("enter")}.apply(null,arguments)}],input:function(g){g.target.composing||(X.value=g.target.value)}}}),X._v(" "),A("span",{staticClass:"hidden",attrs:{id:"emoji-picker-search-description"}},[X._v(`Use the left, right, up and down arrow keys to navigate the emoji search
|
|
results.`)])])},[],!1,null,null,null),Yt=Qi.exports;function Ut(X,A){(A==null||A>X.length)&&(A=X.length);for(var g=0,D=new Array(A);g<A;g++)D[g]=X[g];return D}e(537);var qi=function(){return ht(function X(A){var g,D;ye(this,X),this._vm=A,this._data=A.data,this._perLine=A.perLine,this._categories=[],(g=this._categories).push.apply(g,function($){if(Array.isArray($))return Ut($)}(D=this._data.categories())||function($){if(typeof Symbol<"u"&&$[Symbol.iterator]!=null||$["@@iterator"]!=null)return Array.from($)}(D)||function($,Y){if($){if(typeof $=="string")return Ut($,Y);var ne=Object.prototype.toString.call($).slice(8,-1);return ne==="Object"&&$.constructor&&(ne=$.constructor.name),ne==="Map"||ne==="Set"?Array.from($):ne==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(ne)?Ut($,Y):void 0}}(D)||function(){throw new TypeError(`Invalid attempt to spread non-iterable instance.
|
|
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}()),this._categories=this._categories.filter(function($){return $.emojis.length>0}),this._categories[0].first=!0,Object.freeze(this._categories),this.activeCategory=this._categories[0],this.searchEmojis=null,this.previewEmoji=null,this.previewEmojiCategoryIdx=0,this.previewEmojiIdx=-1},[{key:"onScroll",value:function(){var X=this._vm.$refs.scroll;if(X){for(var A=X.scrollTop,g=this.filteredCategories[0],D=0,$=this.filteredCategories.length;D<$;D++){var Y=this.filteredCategories[D],ne=this._vm.getCategoryComponent(D);if(ne&&ne.$el.offsetTop-50>A)break;g=Y}this.activeCategory=g}}},{key:"allCategories",get:function(){return this._categories}},{key:"filteredCategories",get:function(){return this.searchEmojis?[{id:"search",name:"Search",emojis:this.searchEmojis}]:this._categories.filter(function(X){return X.emojis.length>0})}},{key:"previewEmojiCategory",get:function(){return this.previewEmojiCategoryIdx>=0?this.filteredCategories[this.previewEmojiCategoryIdx]:null}},{key:"onAnchorClick",value:function(X){var A=this;if(!this.searchEmojis){var g=this.filteredCategories.indexOf(X),D=this._vm.getCategoryComponent(g);this._vm.infiniteScroll?function(){if(D){var $=D.$el.offsetTop;X.first&&($=0),A._vm.$refs.scroll.scrollTop=$}}():this.activeCategory=this.filteredCategories[g]}}},{key:"onSearch",value:function(X){var A=this._data.search(X,this.maxSearchResults);this.searchEmojis=A,this.previewEmojiCategoryIdx=0,this.previewEmojiIdx=0,this.updatePreviewEmoji()}},{key:"onEmojiEnter",value:function(X){this.previewEmoji=X,this.previewEmojiIdx=-1,this.previewEmojiCategoryIdx=-1}},{key:"onEmojiLeave",value:function(X){this.previewEmoji=null}},{key:"onArrowLeft",value:function(){this.previewEmojiIdx>0?this.previewEmojiIdx-=1:(this.previewEmojiCategoryIdx-=1,this.previewEmojiCategoryIdx<0?this.previewEmojiCategoryIdx=0:this.previewEmojiIdx=this.filteredCategories[this.previewEmojiCategoryIdx].emojis.length-1),this.updatePreviewEmoji()}},{key:"onArrowRight",value:function(){this.previewEmojiIdx<this.emojisLength(this.previewEmojiCategoryIdx)-1?this.previewEmojiIdx+=1:(this.previewEmojiCategoryIdx+=1,this.previewEmojiCategoryIdx>=this.filteredCategories.length?this.previewEmojiCategoryIdx=this.filteredCategories.length-1:this.previewEmojiIdx=0),this.updatePreviewEmoji()}},{key:"onArrowDown",value:function(){if(this.previewEmojiIdx==-1)return this.onArrowRight();var X=this.filteredCategories[this.previewEmojiCategoryIdx].emojis.length,A=this._perLine;this.previewEmojiIdx+A>X&&(A=X%this._perLine);for(var g=0;g<A;g++)this.onArrowRight();this.updatePreviewEmoji()}},{key:"onArrowUp",value:function(){var X=this._perLine;this.previewEmojiIdx-X<0&&(X=this.previewEmojiCategoryIdx>0?this.filteredCategories[this.previewEmojiCategoryIdx-1].emojis.length%this._perLine:0);for(var A=0;A<X;A++)this.onArrowLeft();this.updatePreviewEmoji()}},{key:"updatePreviewEmoji",value:function(){var X=this;this.previewEmoji=this.filteredCategories[this.previewEmojiCategoryIdx].emojis[this.previewEmojiIdx],this._vm.$nextTick(function(){var A=X._vm.$refs.scroll,g=A.querySelector(".emoji-mart-emoji-selected"),D=A.offsetTop-A.offsetHeight;g&&g.offsetTop+g.offsetHeight>D+A.scrollTop&&(A.scrollTop+=g.offsetHeight),g&&g.offsetTop<A.scrollTop&&(A.scrollTop-=g.offsetHeight)})}},{key:"emojisLength",value:function(X){return X==-1?0:this.filteredCategories[X].emojis.length}}])}();function Ne(X,A){var g=Object.keys(X);if(Object.getOwnPropertySymbols){var D=Object.getOwnPropertySymbols(X);A&&(D=D.filter(function($){return Object.getOwnPropertyDescriptor(X,$).enumerable})),g.push.apply(g,D)}return g}function ft(X){for(var A=1;A<arguments.length;A++){var g=arguments[A]!=null?arguments[A]:{};A%2?Ne(Object(g),!0).forEach(function(D){Lt(X,D,g[D])}):Object.getOwnPropertyDescriptors?Object.defineProperties(X,Object.getOwnPropertyDescriptors(g)):Ne(Object(g)).forEach(function(D){Object.defineProperty(X,D,Object.getOwnPropertyDescriptor(g,D))})}return X}var gt={search:"Search",notfound:"No Emoji Found",categories:{search:"Search Results",recent:"Frequently Used",smileys:"Smileys & Emotion",people:"People & Body",nature:"Animals & Nature",foods:"Food & Drink",activity:"Activity",places:"Travel & Places",objects:"Objects",symbols:"Symbols",flags:"Flags",custom:"Custom"}},Ve={props:ft(ft({},Vt),{},{data:{type:Object,required:!0}}),emits:["select","skin-change"],data:function(){return{activeSkin:this.skin||j.get("skin")||this.defaultSkin,view:new qi(this)}},computed:{customStyles:function(){return ft({width:this.calculateWidth+"px"},this.pickerStyles)},emojiProps:function(){return{native:this.native,skin:this.activeSkin,set:this.set,emojiTooltip:this.emojiTooltip,emojiSize:this.emojiSize,selectedEmoji:this.view.previewEmoji,selectedEmojiCategory:this.view.previewEmojiCategory,onEnter:this.onEmojiEnter.bind(this),onLeave:this.onEmojiLeave.bind(this),onClick:this.onEmojiClick.bind(this)}},skinProps:function(){return{skin:this.activeSkin}},calculateWidth:function(){return this.perLine*(this.emojiSize+12)+12+2+function(){if(typeof document>"u")return 0;var X=document.createElement("div");X.style.width="100px",X.style.height="100px",X.style.overflow="scroll",X.style.position="absolute",X.style.top="-9999px",document.body.appendChild(X);var A=X.offsetWidth-X.clientWidth;return document.body.removeChild(X),A}()},filteredCategories:function(){return this.view.filteredCategories},mergedI18n:function(){return Object.freeze(He(gt,this.i18n))},idleEmoji:function(){try{return this.data.emoji(this.emoji)}catch(X){return console.error("Default preview emoji `"+this.emoji+"` is not available, check the Picker `emoji` property"),console.error(X),this.data.firstEmoji()}},isSearching:function(){return this.view.searchEmojis!=null}},watch:{skin:function(){this.onSkinChange(this.skin)}},methods:{onScroll:function(){this.infiniteScroll&&!this.waitingForPaint&&(this.waitingForPaint=!0,window.requestAnimationFrame(this.onScrollPaint.bind(this)))},onScrollPaint:function(){this.waitingForPaint=!1,this.view.onScroll()},onAnchorClick:function(X){this.view.onAnchorClick(X)},onSearch:function(X){this.view.onSearch(X)},onEmojiEnter:function(X){this.view.onEmojiEnter(X)},onEmojiLeave:function(X){this.view.onEmojiLeave(X)},onArrowLeft:function(X){var A=this.view.previewEmojiIdx;this.view.onArrowLeft(),X&&this.view.previewEmojiIdx!==A&&X.preventDefault()},onArrowRight:function(){this.view.onArrowRight()},onArrowDown:function(){this.view.onArrowDown()},onArrowUp:function(X){this.view.onArrowUp(),X.preventDefault()},onEnter:function(){this.view.previewEmoji&&(this.$emit("select",this.view.previewEmoji),P.add(this.view.previewEmoji))},onEmojiClick:function(X){this.$emit("select",X),P.add(X)},onTextSelect:function(X){X.stopPropagation()},onSkinChange:function(X){this.activeSkin=X,j.update({skin:X}),this.$emit("skin-change",X)},getCategoryComponent:function(X){var A=this.$refs["categories_"+X];return A&&"0"in A?A[0]:A}},components:{Anchors:J,Category:Ei,Preview:En,Search:Yt}},ot=Ce(Ve,function(){var X=this,A=X._self._c;return A("section",{staticClass:"emoji-mart emoji-mart-static",style:X.customStyles},[X.showCategories?A("div",{staticClass:"emoji-mart-bar emoji-mart-bar-anchors"},[A("anchors",{attrs:{data:X.data,i18n:X.mergedI18n,color:X.color,categories:X.view.allCategories,"active-category":X.view.activeCategory},on:{click:X.onAnchorClick}})],1):X._e(),X._v(" "),X._t("searchTemplate",function(){return[X.showSearch?A("search",{ref:"search",attrs:{data:X.data,i18n:X.mergedI18n,"auto-focus":X.autoFocus,"on-search":X.onSearch},on:{search:X.onSearch,arrowLeft:X.onArrowLeft,arrowRight:X.onArrowRight,arrowDown:X.onArrowDown,arrowUp:X.onArrowUp,enter:X.onEnter,select:X.onTextSelect}}):X._e()]},{data:X.data,i18n:X.i18n,autoFocus:X.autoFocus,onSearch:X.onSearch}),X._v(" "),A("div",{ref:"scroll",staticClass:"emoji-mart-scroll",attrs:{role:"tabpanel"},on:{scroll:X.onScroll}},[A("div",{ref:"scrollContent",attrs:{id:"emoji-mart-list",role:"listbox","aria-expanded":"true"}},[X._t("customCategory"),X._v(" "),X._l(X.view.filteredCategories,function(g,D){return A("category",{directives:[{name:"show",rawName:"v-show",value:X.infiniteScroll||g==X.view.activeCategory||X.isSearching,expression:"infiniteScroll || category == view.activeCategory || isSearching"}],key:g.id,ref:"categories_"+D,refInFor:!0,attrs:{data:X.data,i18n:X.mergedI18n,id:g.id,name:g.name,emojis:g.emojis,"emoji-props":X.emojiProps}})})],2)]),X._v(" "),X._t("previewTemplate",function(){return[X.showPreview?A("div",{staticClass:"emoji-mart-bar emoji-mart-bar-preview"},[A("preview",{attrs:{data:X.data,title:X.title,emoji:X.view.previewEmoji,"idle-emoji":X.idleEmoji,"show-skin-tones":X.showSkinTones,"emoji-props":X.emojiProps,"skin-props":X.skinProps,"on-skin-change":X.onSkinChange}})],1):X._e()]},{data:X.data,title:X.title,emoji:X.view.previewEmoji,idleEmoji:X.idleEmoji,showSkinTones:X.showSkinTones,emojiProps:X.emojiProps,skinProps:X.skinProps,onSkinChange:X.onSkinChange})],2)},[],!1,null,null,null),ei=ot.exports}(),i}()})},62379:()=>{var $t=typeof window<"u";$t&&function(){for(var We=0,a=["ms","moz","webkit","o"],e=0;e<a.length&&!window.requestAnimationFrame;++e)window.requestAnimationFrame=window[a[e]+"RequestAnimationFrame"],window.cancelAnimationFrame=window[a[e]+"CancelAnimationFrame"]||window[a[e]+"CancelRequestAnimationFrame"];window.requestAnimationFrame||(window.requestAnimationFrame=function(i,c){var v=new Date().getTime(),N=Math.max(0,16-(v-We)),I=window.setTimeout(function(){i(v+N)},N);return We=v+N,I}),window.cancelAnimationFrame||(window.cancelAnimationFrame=function(i){clearTimeout(i)})}()},26514:($t,We,a)=>{"use strict";a.d(We,{Rf:()=>d,TR:()=>P,_z:()=>j,of:()=>H,si:()=>I,w5:()=>G});const e={RECORDING_CONSENT:{OFF:0,REQUIRED:1,OPTIONAL:2},EXPERIMENTAL:{UPDATE_PARTICIPANTS:1,RECOVER_SESSION:2,CHAT_RELAY:4}},i={MODE:{INTERNAL:"internal",EXTERNAL:"external",CLUSTER_CONVERSATION:"conversation_cluster"}},c={STATE:{INACTIVE:0,ACTIVE:1}},v={FETCH_LIMIT:100,MINIMUM_VISIBLE:20,FETCH_OLD:0,FETCH_NEW:1},N={RECORDING:{OFF:0,VIDEO:1,AUDIO:2,VIDEO_STARTING:3,AUDIO_STARTING:4,FAILED:5},RECORDING_CONSENT:{DISABLED:0,ENABLED:1}},I={START_CALL:{EVERYONE:0,USERS:1,MODERATORS:2},STATE:{READ_WRITE:0,READ_ONLY:1},LISTABLE:{NONE:0,USERS:1,ALL:2},MENTION_PERMISSIONS:{EVERYONE:0,MODERATORS:1},TYPE:{ONE_TO_ONE:1,GROUP:2,PUBLIC:3,CHANGELOG:4,ONE_TO_ONE_FORMER:5,NOTE_TO_SELF:6},BREAKOUT_ROOM_MODE:{NOT_CONFIGURED:0,AUTOMATIC:1,MANUAL:2,FREE:3},BREAKOUT_ROOM_STATUS:{STOPPED:0,STARTED:1,STATUS_ASSISTANCE_RESET:0,STATUS_ASSISTANCE_REQUESTED:2},OBJECT_TYPE:{EMAIL:"emails",EVENT:"event",FILE:"file",PHONE_LEGACY:"phone",PHONE_PERSISTENT:"phone_persist",PHONE_TEMPORARY:"phone_temporary",CIRCLES:"circles",VIDEO_VERIFICATION:"share:password",BREAKOUT_ROOM:"room",EXTENDED:"extended_conversation",INSTANT_MEETING:"instant_meeting",DEFAULT:""},OBJECT_ID:{PHONE_INCOMING:"direct-dialin",PHONE_OUTGOING:"phone"},LIST_STYLE:{TWO_LINES:"two-lines",COMPACT:"compact"},MAX_NAME_LENGTH:255},d={ACTOR_TYPE:{USERS:"users",GUESTS:"guests",EMAILS:"emails",GROUPS:"groups",CIRCLES:"circles",TEAMS:"teams",BOTS:"bots",BRIDGED:"bridged",FEDERATED_USERS:"federated_users",PHONES:"phones",DELETED_USERS:"deleted_users",REMOTES:"remotes"},BOT_PREFIX:"bot-",BRIDGE_BOT_ID:"bridge-bot",CHANGELOG_BOT_ID:"changelog",SAMPLE_BOT_ID:"sample"},G={CHAT_BEGIN_ID:-2,CHAT_MIGRATION_ID:-1,SYSTEM_TYPE:{AUDIO_RECORDING_STARTED:"audio_recording_started",AUDIO_RECORDING_STOPPED:"audio_recording_stopped",AVATAR_REMOVED:"avatar_removed",AVATAR_SET:"avatar_set",BREAKOUT_ROOMS_STARTED:"breakout_rooms_started",BREAKOUT_ROOMS_STOPPED:"breakout_rooms_stopped",CALL_ENDED:"call_ended",CALL_ENDED_EVERYONE:"call_ended_everyone",CALL_JOINED:"call_joined",CALL_LEFT:"call_left",CALL_MISSED:"call_missed",CALL_STARTED:"call_started",CIRCLE_ADDED:"circle_added",CIRCLE_REMOVED:"circle_removed",CONVERSATION_CREATED:"conversation_created",CONVERSATION_RENAMED:"conversation_renamed",DESCRIPTION_REMOVED:"description_removed",DESCRIPTION_SET:"description_set",FEDERATED_USER_ADDED:"federated_user_added",FEDERATED_USER_REMOVED:"federated_user_removed",FILE_SHARED:"file_shared",GROUP_ADDED:"group_added",GROUP_REMOVED:"group_removed",GUEST_MODERATOR_DEMOTED:"guest_moderator_demoted",GUEST_MODERATOR_PROMOTED:"guest_moderator_promoted",GUESTS_ALLOWED:"guests_allowed",GUESTS_DISALLOWED:"guests_disallowed",HISTORY_CLEARED:"history_cleared",LISTABLE_ALL:"listable_all",LISTABLE_NONE:"listable_none",LISTABLE_USERS:"listable_users",LOBBY_NON_MODERATORS:"lobby_non_moderators",LOBBY_NONE:"lobby_none",LOBBY_TIMER_REACHED:"lobby_timer_reached",MATTERBRIDGE_CONFIG_ADDED:"matterbridge_config_added",MATTERBRIDGE_CONFIG_DISABLED:"matterbridge_config_disabled",MATTERBRIDGE_CONFIG_EDITED:"matterbridge_config_edited",MATTERBRIDGE_CONFIG_ENABLED:"matterbridge_config_enabled",MATTERBRIDGE_CONFIG_REMOVED:"matterbridge_config_removed",MESSAGE_DELETED:"message_deleted",MESSAGE_EDITED:"message_edited",MESSAGE_EXPIRATION_DISABLED:"message_expiration_disabled",MESSAGE_EXPIRATION_ENABLED:"message_expiration_enabled",MODERATOR_DEMOTED:"moderator_demoted",MODERATOR_PROMOTED:"moderator_promoted",OBJECT_SHARED:"object_shared",PASSWORD_REMOVED:"password_removed",PASSWORD_SET:"password_set",PHONE_ADDED:"phone_added",PHONE_REMOVED:"phone_removed",POLL_CLOSED:"poll_closed",POLL_VOTED:"poll_voted",REACTION:"reaction",REACTION_DELETED:"reaction_deleted",REACTION_REVOKED:"reaction_revoked",READ_ONLY:"read_only",READ_ONLY_OFF:"read_only_off",RECORDING_FAILED:"recording_failed",RECORDING_STARTED:"recording_started",RECORDING_STOPPED:"recording_stopped",THREAD_CREATED:"thread_created",THREAD_RENAMED:"thread_renamed",USER_ADDED:"user_added",USER_REMOVED:"user_removed"},TYPE:{COMMENT:"comment",SYSTEM:"system",OBJECT_SHARED:"object_shared",COMMAND:"command",COMMENT_DELETED:"comment_deleted",VOICE_MESSAGE:"voice-message",RECORD_AUDIO:"record-audio",RECORD_VIDEO:"record-video"}},j={CALL_FLAG:{DISCONNECTED:0,IN_CALL:1,WITH_AUDIO:2,WITH_VIDEO:4,WITH_PHONE:8},SIP_FLAG:{MUTE_MICROPHONE:1,MUTE_SPEAKER:2,SPEAKING:4,RAISE_HAND:8},SIP_DIALOUT_FLAG:{NONE:0,MUTE_MICROPHONE:1,MUTE_SPEAKER:2},NOTIFY:{DEFAULT:0,ALWAYS:1,MENTION:2,NEVER:3},NOTIFY_CALLS:{OFF:0,ON:1},TYPE:{OWNER:1,MODERATOR:2,USER:3,GUEST:4,USER_SELF_JOINED:5,GUEST_MODERATOR:6},PERMISSIONS:{DEFAULT:0,CUSTOM:1,CALL_START:2,CALL_JOIN:4,LOBBY_IGNORE:8,PUBLISH_AUDIO:16,PUBLISH_VIDEO:32,PUBLISH_SCREEN:64,CHAT:128,MAX_DEFAULT:254,MAX_CUSTOM:255}},Q={TYPES:{AUDIO:"audio",DECK_CARD:"deckcard",FILE:"file",LOCATION:"location",MEDIA:"media",OTHER:"other",POLL:"poll",RECORDING:"recording",VOICE:"voice"},MEDIA_ALLOWED_PREVIEW:["image/gif","image/jpeg","image/jpg","image/png","image/webp"]},x={LOBBY:{NONE:0,NON_MODERATORS:1},SIP:{DISABLED:0,ENABLED:1,ENABLED_NO_PIN:2}},U={TYPE:{USER:0,GROUP:1,EMAIL:4,REMOTE:6,CIRCLE:7,LINK:3,GUEST:8,REMOTE_GROUP:9,ROOM:10,DECK:12,FEDERATED_GROUP:14,SCIENCEMESH:15}},T={MESSAGE_MODES:{NO_MENTION:1,SELF_MENTION:2,ROOM_MENTION:3}},_={STATUS:{OPEN:0,CLOSED:1,DRAFT:2},MODE:{PUBLIC:0,HIDDEN:1},ANSWER_TYPE:{MULTIPLE:0,SINGLE:1}},S={PUBLIC:0,PRIVATE:1},K={LOW:0,MEDIUM:1,HIGH:2},_e={BACKGROUND_TYPE:{BLUR:"blur",IMAGE:"image",VIDEO:"video",VIDEO_STREAM:"video-stream"},BLUR_STRENGTH:{DEFAULT:10}},ee={STATE:{DISABLED:0,ENABLED:1,NO_SETUP:2}},H={SIZE:{EXTRA_SMALL:22,COMPACT:24,SMALL:32,DEFAULT:40,MEDIUM:64,LARGE:128,EXTRA_LARGE:180,FULL:512}},xe={STATE:{PENDING:0,ACCEPTED:1}},P={TYPE:{CALL:"call",USER:"user",GUEST:"guest",EMAIL:"email",USERGROUP:"user-group",CIRCLE:"circle",FEDERATED_USER:"federated_user",GROUP:"group",TEAM:"team"}},ce={STATUS:{CANCELLED:"STATUS_CANCELLED",FAILED:"STATUS_FAILED",SUCCESSFUL:"STATUS_SUCCESSFUL",RUNNING:"STATUS_RUNNING",SCHEDULED:"STATUS_SCHEDULED",UNKNOWN:"STATUS_UNKNOWN"}}},67262:($t,We,a)=>{"use strict";a.d(We,{C0:()=>S,LC:()=>H,Oo:()=>ee,ag:()=>P,hg:()=>xe,jm:()=>Ce,uh:()=>ce});var e=a(66802),i=a(63814),c=a(69956),v=a.n(c),N=a(63009),I=a.n(N),d=a(26514);async function G({token:ke,lastKnownMessageId:J,includeLastKnown:ye,lookIntoFuture:Xe=CHAT.FETCH_OLD,threadId:ui,limit:ht=100},_t){return axios.get(generateOcsUrl("apps/spreed/api/v1/chat/{token}",{token:ke}),{..._t,params:{setReadMarker:0,lookIntoFuture:Xe,lastKnownMessageId:J,threadId:ui,limit:ht,timeout:0,includeLastKnown:ye?1:0}})}async function j({token:ke,lastKnownMessageId:J,limit:ye=100},Xe){return axios.get(generateOcsUrl("apps/spreed/api/v1/chat/{token}",{token:ke}),{...Xe,params:{setReadMarker:0,lookIntoFuture:CHAT.FETCH_NEW,lastKnownMessageId:J,limit:ye,includeLastKnown:0,markNotificationsAsRead:0}})}async function Q({token:ke,messageId:J,threadId:ye,limit:Xe=50},ui){return axios.get(generateOcsUrl("apps/spreed/api/v1/chat/{token}/{messageId}/context",{token:ke,messageId:J}),{...ui,params:{threadId:ye,limit:Xe}})}async function x({token:ke,message:J,actorDisplayName:ye,referenceId:Xe,replyTo:ui,silent:ht,threadId:_t,threadTitle:ai},Ft){return axios.post(generateOcsUrl("apps/spreed/api/v1/chat/{token}",{token:ke}),{message:J,actorDisplayName:ye,referenceId:Xe,replyTo:ui,silent:ht,threadId:_t,threadTitle:ai},Ft)}async function U(ke,J){return axios.delete(generateOcsUrl("apps/spreed/api/v1/chat/{token}",{token:ke}),J)}async function T({token:ke,id:J},ye){return axios.delete(generateOcsUrl("apps/spreed/api/v1/chat/{token}/{id}",{token:ke,id:J}),ye)}async function _({token:ke,messageId:J,updatedMessage:ye},Xe){return axios.put(generateOcsUrl("apps/spreed/api/v1/chat/{token}/{messageId}",{token:ke,messageId:J}),{message:ye},Xe)}async function S(ke,{objectType:J,objectId:ye,metaData:Xe,referenceId:ui,threadId:ht},_t){if(!ui){const ai="richobject-"+J+"-"+ye+"-"+ke+"-"+new Date().getTime();ui=v().stringify(I()(ai))}return e.Ay.post((0,i.KT)("apps/spreed/api/v1/chat/{token}/share",{token:ke}),{objectType:J,objectId:ye,metaData:Xe,referenceId:ui,threadId:ht},_t)}async function K(ke,J,ye){return axios.post(generateOcsUrl("apps/spreed/api/v1/chat/{token}/read",{token:ke}),{lastReadMessage:J},ye)}async function _e(ke,J){return axios.delete(generateOcsUrl("apps/spreed/api/v1/chat/{token}/read",{token:ke}),J)}async function ee(ke,J,ye){return e.Ay.post((0,i.KT)("apps/spreed/api/v1/chat/{token}/summarize",{token:ke}),{fromMessageId:J},ye)}async function H({token:ke,limit:J},ye){return e.Ay.get((0,i.KT)("apps/spreed/api/v1/chat/{token}/threads/recent",{token:ke}),{...ye,params:{limit:J}})}async function xe(ke,J,ye){return e.Ay.get((0,i.KT)("apps/spreed/api/v1/chat/{token}/threads/{threadId}",{token:ke,threadId:J}),ye)}async function P({limit:ke,offset:J}={},ye){return e.Ay.get((0,i.KT)("apps/spreed/api/v1/chat/subscribed-threads"),{...ye,params:{limit:ke,offset:J}})}async function ce(ke,J,ye,Xe){return e.Ay.post((0,i.KT)("apps/spreed/api/v1/chat/{token}/threads/{messageId}/notify",{token:ke,messageId:J}),{level:ye},Xe)}async function Ce(ke,J,ye,Xe){return e.Ay.put((0,i.KT)("apps/spreed/api/v1/chat/{token}/threads/{threadId}",{token:ke,threadId:J}),{threadTitle:ye},Xe)}},70580:$t=>{"use strict";/*!
|
|
* escape-html
|
|
* Copyright(c) 2012-2013 TJ Holowaychuk
|
|
* Copyright(c) 2015 Andreas Lubbe
|
|
* Copyright(c) 2015 Tiancheng "Timothy" Gu
|
|
* MIT Licensed
|
|
*/var We=/["'&<>]/;$t.exports=a;function a(e){var i=""+e,c=We.exec(i);if(!c)return i;var v,N="",I=0,d=0;for(I=c.index;I<i.length;I++){switch(i.charCodeAt(I)){case 34:v=""";break;case 38:v="&";break;case 39:v="'";break;case 60:v="<";break;case 62:v=">";break;default:continue}d!==I&&(N+=i.substring(d,I)),d=I+1,N+=v}return d!==I?N+i.substring(d,I):N}},92849:$t=>{"use strict";var We=Object.prototype.hasOwnProperty,a=Object.prototype.toString,e=Object.defineProperty,i=Object.getOwnPropertyDescriptor,c=function(G){return typeof Array.isArray=="function"?Array.isArray(G):a.call(G)==="[object Array]"},v=function(G){if(!G||a.call(G)!=="[object Object]")return!1;var j=We.call(G,"constructor"),Q=G.constructor&&G.constructor.prototype&&We.call(G.constructor.prototype,"isPrototypeOf");if(G.constructor&&!j&&!Q)return!1;var x;for(x in G);return typeof x>"u"||We.call(G,x)},N=function(G,j){e&&j.name==="__proto__"?e(G,j.name,{enumerable:!0,configurable:!0,value:j.newValue,writable:!0}):G[j.name]=j.newValue},I=function(G,j){if(j==="__proto__")if(We.call(G,j)){if(i)return i(G,j).value}else return;return G[j]};$t.exports=function d(){var G,j,Q,x,U,T,_=arguments[0],S=1,K=arguments.length,_e=!1;for(typeof _=="boolean"&&(_e=_,_=arguments[1]||{},S=2),(_==null||typeof _!="object"&&typeof _!="function")&&(_={});S<K;++S)if(G=arguments[S],G!=null)for(j in G)Q=I(_,j),x=I(G,j),_!==x&&(_e&&x&&(v(x)||(U=c(x)))?(U?(U=!1,T=Q&&c(Q)?Q:[]):T=Q&&v(Q)?Q:{},N(_,{name:j,newValue:d(_e,T,x)})):typeof x<"u"&&N(_,{name:j,newValue:x}));return _}},75078:($t,We,a)=>{"use strict";a.d(We,{K:()=>Ce});var e=a(49054);/*!
|
|
* focus-trap 7.6.6
|
|
* @license MIT, https://github.com/focus-trap/focus-trap/blob/master/LICENSE
|
|
*/function i(ke,J){(J==null||J>ke.length)&&(J=ke.length);for(var ye=0,Xe=Array(J);ye<J;ye++)Xe[ye]=ke[ye];return Xe}function c(ke){if(Array.isArray(ke))return i(ke)}function v(ke,J,ye){return(J=x(J))in ke?Object.defineProperty(ke,J,{value:ye,enumerable:!0,configurable:!0,writable:!0}):ke[J]=ye,ke}function N(ke){if(typeof Symbol<"u"&&ke[Symbol.iterator]!=null||ke["@@iterator"]!=null)return Array.from(ke)}function I(){throw new TypeError(`Invalid attempt to spread non-iterable instance.
|
|
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}function d(ke,J){var ye=Object.keys(ke);if(Object.getOwnPropertySymbols){var Xe=Object.getOwnPropertySymbols(ke);J&&(Xe=Xe.filter(function(ui){return Object.getOwnPropertyDescriptor(ke,ui).enumerable})),ye.push.apply(ye,Xe)}return ye}function G(ke){for(var J=1;J<arguments.length;J++){var ye=arguments[J]!=null?arguments[J]:{};J%2?d(Object(ye),!0).forEach(function(Xe){v(ke,Xe,ye[Xe])}):Object.getOwnPropertyDescriptors?Object.defineProperties(ke,Object.getOwnPropertyDescriptors(ye)):d(Object(ye)).forEach(function(Xe){Object.defineProperty(ke,Xe,Object.getOwnPropertyDescriptor(ye,Xe))})}return ke}function j(ke){return c(ke)||N(ke)||U(ke)||I()}function Q(ke,J){if(typeof ke!="object"||!ke)return ke;var ye=ke[Symbol.toPrimitive];if(ye!==void 0){var Xe=ye.call(ke,J);if(typeof Xe!="object")return Xe;throw new TypeError("@@toPrimitive must return a primitive value.")}return(J==="string"?String:Number)(ke)}function x(ke){var J=Q(ke,"string");return typeof J=="symbol"?J:J+""}function U(ke,J){if(ke){if(typeof ke=="string")return i(ke,J);var ye={}.toString.call(ke).slice(8,-1);return ye==="Object"&&ke.constructor&&(ye=ke.constructor.name),ye==="Map"||ye==="Set"?Array.from(ke):ye==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(ye)?i(ke,J):void 0}}var T={activateTrap:function(J,ye){if(J.length>0){var Xe=J[J.length-1];Xe!==ye&&Xe._setPausedState(!0)}var ui=J.indexOf(ye);ui===-1||J.splice(ui,1),J.push(ye)},deactivateTrap:function(J,ye){var Xe=J.indexOf(ye);Xe!==-1&&J.splice(Xe,1),J.length>0&&!J[J.length-1]._isManuallyPaused()&&J[J.length-1]._setPausedState(!1)}},_=function(J){return J.tagName&&J.tagName.toLowerCase()==="input"&&typeof J.select=="function"},S=function(J){return J?.key==="Escape"||J?.key==="Esc"||J?.keyCode===27},K=function(J){return J?.key==="Tab"||J?.keyCode===9},_e=function(J){return K(J)&&!J.shiftKey},ee=function(J){return K(J)&&J.shiftKey},H=function(J){return setTimeout(J,0)},xe=function(J){for(var ye=arguments.length,Xe=new Array(ye>1?ye-1:0),ui=1;ui<ye;ui++)Xe[ui-1]=arguments[ui];return typeof J=="function"?J.apply(void 0,Xe):J},P=function(J){return J.target.shadowRoot&&typeof J.composedPath=="function"?J.composedPath()[0]:J.target},ce=[],Ce=function(J,ye){var Xe=ye?.document||document,ui=ye?.trapStack||ce,ht=G({returnFocusOnDeactivate:!0,escapeDeactivates:!0,delayInitialFocus:!0,isKeyForward:_e,isKeyBackward:ee},ye),_t={containers:[],containerGroups:[],tabbableGroups:[],nodeFocusedBeforeActivation:null,mostRecentlyFocusedNode:null,active:!1,paused:!1,manuallyPaused:!1,delayInitialFocusTimer:void 0,recentNavEvent:void 0},ai,Ft=function(Yt,Ut,qi){return Yt&&Yt[Ut]!==void 0?Yt[Ut]:ht[qi||Ut]},jt=function(Yt,Ut){var qi=typeof Ut?.composedPath=="function"?Ut.composedPath():void 0;return _t.containerGroups.findIndex(function(Ne){var ft=Ne.container,gt=Ne.tabbableNodes;return ft.contains(Yt)||qi?.includes(ft)||gt.find(function(Ve){return Ve===Yt})})},He=function(Yt){var Ut=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},qi=Ut.hasFallback,Ne=qi===void 0?!1:qi,ft=Ut.params,gt=ft===void 0?[]:ft,Ve=ht[Yt];if(typeof Ve=="function"&&(Ve=Ve.apply(void 0,j(gt))),Ve===!0&&(Ve=void 0),!Ve){if(Ve===void 0||Ve===!1)return Ve;throw new Error("`".concat(Yt,"` was specified but was not a node, or did not return a node"))}var ot=Ve;if(typeof Ve=="string"){try{ot=Xe.querySelector(Ve)}catch(ei){throw new Error("`".concat(Yt,'` appears to be an invalid selector; error="').concat(ei.message,'"'))}if(!ot&&!Ne)throw new Error("`".concat(Yt,"` as selector refers to no known node"))}return ot},ut=function(){var Yt=He("initialFocus",{hasFallback:!0});if(Yt===!1)return!1;if(Yt===void 0||Yt&&!(0,e.tp)(Yt,ht.tabbableOptions))if(jt(Xe.activeElement)>=0)Yt=Xe.activeElement;else{var Ut=_t.tabbableGroups[0],qi=Ut&&Ut.firstTabbableNode;Yt=qi||He("fallbackFocus")}else Yt===null&&(Yt=He("fallbackFocus"));if(!Yt)throw new Error("Your focus-trap needs to have at least one focusable element");return Yt},Ot=function(){if(_t.containerGroups=_t.containers.map(function(Yt){var Ut=(0,e.Kr)(Yt,ht.tabbableOptions),qi=(0,e.nq)(Yt,ht.tabbableOptions),Ne=Ut.length>0?Ut[0]:void 0,ft=Ut.length>0?Ut[Ut.length-1]:void 0,gt=qi.find(function(ei){return(0,e.AO)(ei)}),Ve=qi.slice().reverse().find(function(ei){return(0,e.AO)(ei)}),ot=!!Ut.find(function(ei){return(0,e.yT)(ei)>0});return{container:Yt,tabbableNodes:Ut,focusableNodes:qi,posTabIndexesFound:ot,firstTabbableNode:Ne,lastTabbableNode:ft,firstDomTabbableNode:gt,lastDomTabbableNode:Ve,nextTabbableNode:function(X){var A=arguments.length>1&&arguments[1]!==void 0?arguments[1]:!0,g=Ut.indexOf(X);return g<0?A?qi.slice(qi.indexOf(X)+1).find(function(D){return(0,e.AO)(D)}):qi.slice(0,qi.indexOf(X)).reverse().find(function(D){return(0,e.AO)(D)}):Ut[g+(A?1:-1)]}}}),_t.tabbableGroups=_t.containerGroups.filter(function(Yt){return Yt.tabbableNodes.length>0}),_t.tabbableGroups.length<=0&&!He("fallbackFocus"))throw new Error("Your focus-trap must have at least one container with at least one tabbable node in it at all times");if(_t.containerGroups.find(function(Yt){return Yt.posTabIndexesFound})&&_t.containerGroups.length>1)throw new Error("At least one node with a positive tabindex was found in one of your focus-trap's multiple containers. Positive tabindexes are only supported in single-container focus-traps.")},Gt=function(Yt){var Ut=Yt.activeElement;if(Ut)return Ut.shadowRoot&&Ut.shadowRoot.activeElement!==null?Gt(Ut.shadowRoot):Ut},ri=function(Yt){if(Yt!==!1&&Yt!==Gt(document)){if(!Yt||!Yt.focus){ri(ut());return}Yt.focus({preventScroll:!!ht.preventScroll}),_t.mostRecentlyFocusedNode=Yt,_(Yt)&&Yt.select()}},Ii=function(Yt){var Ut=He("setReturnFocus",{params:[Yt]});return Ut||(Ut===!1?!1:Yt)},Li=function(Yt){var Ut=Yt.target,qi=Yt.event,Ne=Yt.isBackward,ft=Ne===void 0?!1:Ne;Ut=Ut||P(qi),Ot();var gt=null;if(_t.tabbableGroups.length>0){var Ve=jt(Ut,qi),ot=Ve>=0?_t.containerGroups[Ve]:void 0;if(Ve<0)ft?gt=_t.tabbableGroups[_t.tabbableGroups.length-1].lastTabbableNode:gt=_t.tabbableGroups[0].firstTabbableNode;else if(ft){var ei=_t.tabbableGroups.findIndex(function(Y){var ne=Y.firstTabbableNode;return Ut===ne});if(ei<0&&(ot.container===Ut||(0,e.tp)(Ut,ht.tabbableOptions)&&!(0,e.AO)(Ut,ht.tabbableOptions)&&!ot.nextTabbableNode(Ut,!1))&&(ei=Ve),ei>=0){var X=ei===0?_t.tabbableGroups.length-1:ei-1,A=_t.tabbableGroups[X];gt=(0,e.yT)(Ut)>=0?A.lastTabbableNode:A.lastDomTabbableNode}else K(qi)||(gt=ot.nextTabbableNode(Ut,!1))}else{var g=_t.tabbableGroups.findIndex(function(Y){var ne=Y.lastTabbableNode;return Ut===ne});if(g<0&&(ot.container===Ut||(0,e.tp)(Ut,ht.tabbableOptions)&&!(0,e.AO)(Ut,ht.tabbableOptions)&&!ot.nextTabbableNode(Ut))&&(g=Ve),g>=0){var D=g===_t.tabbableGroups.length-1?0:g+1,$=_t.tabbableGroups[D];gt=(0,e.yT)(Ut)>=0?$.firstTabbableNode:$.firstDomTabbableNode}else K(qi)||(gt=ot.nextTabbableNode(Ut))}}else gt=He("fallbackFocus");return gt},Yi=function(Yt){var Ut=P(Yt);if(!(jt(Ut,Yt)>=0)){if(xe(ht.clickOutsideDeactivates,Yt)){ai.deactivate({returnFocus:ht.returnFocusOnDeactivate});return}xe(ht.allowOutsideClick,Yt)||Yt.preventDefault()}},wi=function(Yt){var Ut=P(Yt),qi=jt(Ut,Yt)>=0;if(qi||Ut instanceof Document)qi&&(_t.mostRecentlyFocusedNode=Ut);else{Yt.stopImmediatePropagation();var Ne,ft=!0;if(_t.mostRecentlyFocusedNode)if((0,e.yT)(_t.mostRecentlyFocusedNode)>0){var gt=jt(_t.mostRecentlyFocusedNode),Ve=_t.containerGroups[gt].tabbableNodes;if(Ve.length>0){var ot=Ve.findIndex(function(ei){return ei===_t.mostRecentlyFocusedNode});ot>=0&&(ht.isKeyForward(_t.recentNavEvent)?ot+1<Ve.length&&(Ne=Ve[ot+1],ft=!1):ot-1>=0&&(Ne=Ve[ot-1],ft=!1))}}else _t.containerGroups.some(function(ei){return ei.tabbableNodes.some(function(X){return(0,e.yT)(X)>0})})||(ft=!1);else ft=!1;ft&&(Ne=Li({target:_t.mostRecentlyFocusedNode,isBackward:ht.isKeyBackward(_t.recentNavEvent)})),ri(Ne||_t.mostRecentlyFocusedNode||ut())}_t.recentNavEvent=void 0},Lt=function(Yt){var Ut=arguments.length>1&&arguments[1]!==void 0?arguments[1]:!1;_t.recentNavEvent=Yt;var qi=Li({event:Yt,isBackward:Ut});qi&&(K(Yt)&&Yt.preventDefault(),ri(qi))},di=function(Yt){(ht.isKeyForward(Yt)||ht.isKeyBackward(Yt))&&Lt(Yt,ht.isKeyBackward(Yt))},Vt=function(Yt){S(Yt)&&xe(ht.escapeDeactivates,Yt)!==!1&&(Yt.preventDefault(),ai.deactivate())},pn=function(Yt){var Ut=P(Yt);jt(Ut,Yt)>=0||xe(ht.clickOutsideDeactivates,Yt)||xe(ht.allowOutsideClick,Yt)||(Yt.preventDefault(),Yt.stopImmediatePropagation())},oi=function(){if(_t.active)return T.activateTrap(ui,ai),_t.delayInitialFocusTimer=ht.delayInitialFocus?H(function(){ri(ut())}):ri(ut()),Xe.addEventListener("focusin",wi,!0),Xe.addEventListener("mousedown",Yi,{capture:!0,passive:!1}),Xe.addEventListener("touchstart",Yi,{capture:!0,passive:!1}),Xe.addEventListener("click",pn,{capture:!0,passive:!1}),Xe.addEventListener("keydown",di,{capture:!0,passive:!1}),Xe.addEventListener("keydown",Vt),ai},ni=function(){if(_t.active)return Xe.removeEventListener("focusin",wi,!0),Xe.removeEventListener("mousedown",Yi,!0),Xe.removeEventListener("touchstart",Yi,!0),Xe.removeEventListener("click",pn,!0),Xe.removeEventListener("keydown",di,!0),Xe.removeEventListener("keydown",Vt),ai},Ei=function(Yt){var Ut=Yt.some(function(qi){var Ne=Array.from(qi.removedNodes);return Ne.some(function(ft){return ft===_t.mostRecentlyFocusedNode})});Ut&&ri(ut())},An=typeof window<"u"&&"MutationObserver"in window?new MutationObserver(Ei):void 0,En=function(){An&&(An.disconnect(),_t.active&&!_t.paused&&_t.containers.map(function(Yt){An.observe(Yt,{subtree:!0,childList:!0})}))};return ai={get active(){return _t.active},get paused(){return _t.paused},activate:function(Yt){if(_t.active)return this;var Ut=Ft(Yt,"onActivate"),qi=Ft(Yt,"onPostActivate"),Ne=Ft(Yt,"checkCanFocusTrap");Ne||Ot(),_t.active=!0,_t.paused=!1,_t.nodeFocusedBeforeActivation=Gt(Xe),Ut?.();var ft=function(){Ne&&Ot(),oi(),En(),qi?.()};return Ne?(Ne(_t.containers.concat()).then(ft,ft),this):(ft(),this)},deactivate:function(Yt){if(!_t.active)return this;var Ut=G({onDeactivate:ht.onDeactivate,onPostDeactivate:ht.onPostDeactivate,checkCanReturnFocus:ht.checkCanReturnFocus},Yt);clearTimeout(_t.delayInitialFocusTimer),_t.delayInitialFocusTimer=void 0,ni(),_t.active=!1,_t.paused=!1,En(),T.deactivateTrap(ui,ai);var qi=Ft(Ut,"onDeactivate"),Ne=Ft(Ut,"onPostDeactivate"),ft=Ft(Ut,"checkCanReturnFocus"),gt=Ft(Ut,"returnFocus","returnFocusOnDeactivate");qi?.();var Ve=function(){H(function(){gt&&ri(Ii(_t.nodeFocusedBeforeActivation)),Ne?.()})};return gt&&ft?(ft(Ii(_t.nodeFocusedBeforeActivation)).then(Ve,Ve),this):(Ve(),this)},pause:function(Yt){return _t.active?(_t.manuallyPaused=!0,this._setPausedState(!0,Yt)):this},unpause:function(Yt){return _t.active?(_t.manuallyPaused=!1,ui[ui.length-1]!==this?this:this._setPausedState(!1,Yt)):this},updateContainerElements:function(Yt){var Ut=[].concat(Yt).filter(Boolean);return _t.containers=Ut.map(function(qi){return typeof qi=="string"?Xe.querySelector(qi):qi}),_t.active&&Ot(),En(),this}},Object.defineProperties(ai,{_isManuallyPaused:{value:function(){return _t.manuallyPaused}},_setPausedState:{value:function(Yt,Ut){if(_t.paused===Yt)return this;if(_t.paused=Yt,Yt){var qi=Ft(Ut,"onPause"),Ne=Ft(Ut,"onPostPause");qi?.(),ni(),En(),Ne?.()}else{var ft=Ft(Ut,"onUnpause"),gt=Ft(Ut,"onPostUnpause");ft?.(),Ot(),oi(),En(),gt?.()}return this}}}),ai.updateContainerElements(J),ai}},251:($t,We)=>{/*! ieee754. BSD-3-Clause License. Feross Aboukhadijeh <https://feross.org/opensource> */We.read=function(a,e,i,c,v){var N,I,d=v*8-c-1,G=(1<<d)-1,j=G>>1,Q=-7,x=i?v-1:0,U=i?-1:1,T=a[e+x];for(x+=U,N=T&(1<<-Q)-1,T>>=-Q,Q+=d;Q>0;N=N*256+a[e+x],x+=U,Q-=8);for(I=N&(1<<-Q)-1,N>>=-Q,Q+=c;Q>0;I=I*256+a[e+x],x+=U,Q-=8);if(N===0)N=1-j;else{if(N===G)return I?NaN:(T?-1:1)*(1/0);I=I+Math.pow(2,c),N=N-j}return(T?-1:1)*I*Math.pow(2,N-c)},We.write=function(a,e,i,c,v,N){var I,d,G,j=N*8-v-1,Q=(1<<j)-1,x=Q>>1,U=v===23?Math.pow(2,-24)-Math.pow(2,-77):0,T=c?0:N-1,_=c?1:-1,S=e<0||e===0&&1/e<0?1:0;for(e=Math.abs(e),isNaN(e)||e===1/0?(d=isNaN(e)?1:0,I=Q):(I=Math.floor(Math.log(e)/Math.LN2),e*(G=Math.pow(2,-I))<1&&(I--,G*=2),I+x>=1?e+=U/G:e+=U*Math.pow(2,1-x),e*G>=2&&(I++,G/=2),I+x>=Q?(d=0,I=Q):I+x>=1?(d=(e*G-1)*Math.pow(2,v),I=I+x):(d=e*Math.pow(2,x-1)*Math.pow(2,v),I=0));v>=8;a[i+T]=d&255,T+=_,d/=256,v-=8);for(I=I<<v|d,j+=v;j>0;a[i+T]=I&255,T+=_,I/=256,j-=8);a[i+T-_]|=S*128}},19788:$t=>{var We=/\/\*[^*]*\*+([^/*][^*]*\*+)*\//g,a=/\n/g,e=/^\s*/,i=/^(\*?[-#/*\\\w]+(\[[0-9a-z_-]+\])?)\s*/,c=/^:\s*/,v=/^((?:'(?:\\'|.)*?'|"(?:\\"|.)*?"|\([^)]*?\)|[^};])+)/,N=/^[;\s]*/,I=/^\s+|\s+$/g,d=`
|
|
`,G="/",j="*",Q="",x="comment",U="declaration";$t.exports=function(_,S){if(typeof _!="string")throw new TypeError("First argument must be a string");if(!_)return[];S=S||{};var K=1,_e=1;function ee(ht){var _t=ht.match(a);_t&&(K+=_t.length);var ai=ht.lastIndexOf(d);_e=~ai?ht.length-ai:_e+ht.length}function H(){var ht={line:K,column:_e};return function(_t){return _t.position=new xe(ht),ke(),_t}}function xe(ht){this.start=ht,this.end={line:K,column:_e},this.source=S.source}xe.prototype.content=_;var P=[];function ce(ht){var _t=new Error(S.source+":"+K+":"+_e+": "+ht);if(_t.reason=ht,_t.filename=S.source,_t.line=K,_t.column=_e,_t.source=_,S.silent)P.push(_t);else throw _t}function Ce(ht){var _t=ht.exec(_);if(_t){var ai=_t[0];return ee(ai),_=_.slice(ai.length),_t}}function ke(){Ce(e)}function J(ht){var _t;for(ht=ht||[];_t=ye();)_t!==!1&&ht.push(_t);return ht}function ye(){var ht=H();if(!(G!=_.charAt(0)||j!=_.charAt(1))){for(var _t=2;Q!=_.charAt(_t)&&(j!=_.charAt(_t)||G!=_.charAt(_t+1));)++_t;if(_t+=2,Q===_.charAt(_t-1))return ce("End of comment missing");var ai=_.slice(2,_t-2);return _e+=2,ee(ai),_=_.slice(_t),_e+=2,ht({type:x,comment:ai})}}function Xe(){var ht=H(),_t=Ce(i);if(_t){if(ye(),!Ce(c))return ce("property missing ':'");var ai=Ce(v),Ft=ht({type:U,property:T(_t[0].replace(We,Q)),value:ai?T(ai[0].replace(We,Q)):Q});return Ce(N),Ft}}function ui(){var ht=[];J(ht);for(var _t;_t=Xe();)_t!==!1&&(ht.push(_t),J(ht));return ht}return ke(),ui()};function T(_){return _?_.replace(I,Q):Q}},65606:$t=>{var We=$t.exports={},a,e;function i(){throw new Error("setTimeout has not been defined")}function c(){throw new Error("clearTimeout has not been defined")}(function(){try{typeof setTimeout=="function"?a=setTimeout:a=i}catch{a=i}try{typeof clearTimeout=="function"?e=clearTimeout:e=c}catch{e=c}})();function v(_){if(a===setTimeout)return setTimeout(_,0);if((a===i||!a)&&setTimeout)return a=setTimeout,setTimeout(_,0);try{return a(_,0)}catch{try{return a.call(null,_,0)}catch{return a.call(this,_,0)}}}function N(_){if(e===clearTimeout)return clearTimeout(_);if((e===c||!e)&&clearTimeout)return e=clearTimeout,clearTimeout(_);try{return e(_)}catch{try{return e.call(null,_)}catch{return e.call(this,_)}}}var I=[],d=!1,G,j=-1;function Q(){!d||!G||(d=!1,G.length?I=G.concat(I):j=-1,I.length&&x())}function x(){if(!d){var _=v(Q);d=!0;for(var S=I.length;S;){for(G=I,I=[];++j<S;)G&&G[j].run();j=-1,S=I.length}G=null,d=!1,N(_)}}We.nextTick=function(_){var S=new Array(arguments.length-1);if(arguments.length>1)for(var K=1;K<arguments.length;K++)S[K-1]=arguments[K];I.push(new U(_,S)),I.length===1&&!d&&v(x)};function U(_,S){this.fun=_,this.array=S}U.prototype.run=function(){this.fun.apply(null,this.array)},We.title="browser",We.browser=!0,We.env={},We.argv=[],We.version="",We.versions={};function T(){}We.on=T,We.addListener=T,We.once=T,We.off=T,We.removeListener=T,We.removeAllListeners=T,We.emit=T,We.prependListener=T,We.prependOnceListener=T,We.listeners=function(_){return[]},We.binding=function(_){throw new Error("process.binding is not supported")},We.cwd=function(){return"/"},We.chdir=function(_){throw new Error("process.chdir is not supported")},We.umask=function(){return 0}},53908:($t,We,a)=>{"use strict";const e=a(57272),{MAX_LENGTH:i,MAX_SAFE_INTEGER:c}=a(16874),{safeRe:v,t:N}=a(99718),I=a(98587),{compareIdentifiers:d}=a(61123);class G{constructor(Q,x){if(x=I(x),Q instanceof G){if(Q.loose===!!x.loose&&Q.includePrerelease===!!x.includePrerelease)return Q;Q=Q.version}else if(typeof Q!="string")throw new TypeError(`Invalid version. Must be a string. Got type "${typeof Q}".`);if(Q.length>i)throw new TypeError(`version is longer than ${i} characters`);e("SemVer",Q,x),this.options=x,this.loose=!!x.loose,this.includePrerelease=!!x.includePrerelease;const U=Q.trim().match(x.loose?v[N.LOOSE]:v[N.FULL]);if(!U)throw new TypeError(`Invalid Version: ${Q}`);if(this.raw=Q,this.major=+U[1],this.minor=+U[2],this.patch=+U[3],this.major>c||this.major<0)throw new TypeError("Invalid major version");if(this.minor>c||this.minor<0)throw new TypeError("Invalid minor version");if(this.patch>c||this.patch<0)throw new TypeError("Invalid patch version");U[4]?this.prerelease=U[4].split(".").map(T=>{if(/^[0-9]+$/.test(T)){const _=+T;if(_>=0&&_<c)return _}return T}):this.prerelease=[],this.build=U[5]?U[5].split("."):[],this.format()}format(){return this.version=`${this.major}.${this.minor}.${this.patch}`,this.prerelease.length&&(this.version+=`-${this.prerelease.join(".")}`),this.version}toString(){return this.version}compare(Q){if(e("SemVer.compare",this.version,this.options,Q),!(Q instanceof G)){if(typeof Q=="string"&&Q===this.version)return 0;Q=new G(Q,this.options)}return Q.version===this.version?0:this.compareMain(Q)||this.comparePre(Q)}compareMain(Q){return Q instanceof G||(Q=new G(Q,this.options)),d(this.major,Q.major)||d(this.minor,Q.minor)||d(this.patch,Q.patch)}comparePre(Q){if(Q instanceof G||(Q=new G(Q,this.options)),this.prerelease.length&&!Q.prerelease.length)return-1;if(!this.prerelease.length&&Q.prerelease.length)return 1;if(!this.prerelease.length&&!Q.prerelease.length)return 0;let x=0;do{const U=this.prerelease[x],T=Q.prerelease[x];if(e("prerelease compare",x,U,T),U===void 0&&T===void 0)return 0;if(T===void 0)return 1;if(U===void 0)return-1;if(U===T)continue;return d(U,T)}while(++x)}compareBuild(Q){Q instanceof G||(Q=new G(Q,this.options));let x=0;do{const U=this.build[x],T=Q.build[x];if(e("build compare",x,U,T),U===void 0&&T===void 0)return 0;if(T===void 0)return 1;if(U===void 0)return-1;if(U===T)continue;return d(U,T)}while(++x)}inc(Q,x,U){if(Q.startsWith("pre")){if(!x&&U===!1)throw new Error("invalid increment argument: identifier is empty");if(x){const T=`-${x}`.match(this.options.loose?v[N.PRERELEASELOOSE]:v[N.PRERELEASE]);if(!T||T[1]!==x)throw new Error(`invalid identifier: ${x}`)}}switch(Q){case"premajor":this.prerelease.length=0,this.patch=0,this.minor=0,this.major++,this.inc("pre",x,U);break;case"preminor":this.prerelease.length=0,this.patch=0,this.minor++,this.inc("pre",x,U);break;case"prepatch":this.prerelease.length=0,this.inc("patch",x,U),this.inc("pre",x,U);break;case"prerelease":this.prerelease.length===0&&this.inc("patch",x,U),this.inc("pre",x,U);break;case"release":if(this.prerelease.length===0)throw new Error(`version ${this.raw} is not a prerelease`);this.prerelease.length=0;break;case"major":(this.minor!==0||this.patch!==0||this.prerelease.length===0)&&this.major++,this.minor=0,this.patch=0,this.prerelease=[];break;case"minor":(this.patch!==0||this.prerelease.length===0)&&this.minor++,this.patch=0,this.prerelease=[];break;case"patch":this.prerelease.length===0&&this.patch++,this.prerelease=[];break;case"pre":{const T=Number(U)?1:0;if(this.prerelease.length===0)this.prerelease=[T];else{let _=this.prerelease.length;for(;--_>=0;)typeof this.prerelease[_]=="number"&&(this.prerelease[_]++,_=-2);if(_===-1){if(x===this.prerelease.join(".")&&U===!1)throw new Error("invalid increment argument: identifier already exists");this.prerelease.push(T)}}if(x){let _=[x,T];U===!1&&(_=[x]),d(this.prerelease[0],x)===0?isNaN(this.prerelease[1])&&(this.prerelease=_):this.prerelease=_}break}default:throw new Error(`invalid increment argument: ${Q}`)}return this.raw=this.format(),this.build.length&&(this.raw+=`+${this.build.join(".")}`),this}}$t.exports=G},32938:($t,We,a)=>{"use strict";const e=a(53908),i=(c,v)=>new e(c,v).major;$t.exports=i},30144:($t,We,a)=>{"use strict";const e=a(53908),i=(c,v,N=!1)=>{if(c instanceof e)return c;try{return new e(c,v)}catch(I){if(!N)return null;throw I}};$t.exports=i},56953:($t,We,a)=>{"use strict";const e=a(30144),i=(c,v)=>{const N=e(c,v);return N?N.version:null};$t.exports=i},16874:$t=>{"use strict";const We="2.0.0",e=Number.MAX_SAFE_INTEGER||9007199254740991,i=16,c=250,v=["major","premajor","minor","preminor","patch","prepatch","prerelease"];$t.exports={MAX_LENGTH:256,MAX_SAFE_COMPONENT_LENGTH:i,MAX_SAFE_BUILD_LENGTH:c,MAX_SAFE_INTEGER:e,RELEASE_TYPES:v,SEMVER_SPEC_VERSION:We,FLAG_INCLUDE_PRERELEASE:1,FLAG_LOOSE:2}},57272:($t,We,a)=>{"use strict";var e=a(65606);const i=typeof e=="object"&&e.env&&e.env.NODE_DEBUG&&/\bsemver\b/i.test(e.env.NODE_DEBUG)?(...c)=>console.error("SEMVER",...c):()=>{};$t.exports=i},61123:$t=>{"use strict";const We=/^[0-9]+$/,a=(i,c)=>{const v=We.test(i),N=We.test(c);return v&&N&&(i=+i,c=+c),i===c?0:v&&!N?-1:N&&!v?1:i<c?-1:1},e=(i,c)=>a(c,i);$t.exports={compareIdentifiers:a,rcompareIdentifiers:e}},98587:$t=>{"use strict";const We=Object.freeze({loose:!0}),a=Object.freeze({}),e=i=>i?typeof i!="object"?We:i:a;$t.exports=e},99718:($t,We,a)=>{"use strict";const{MAX_SAFE_COMPONENT_LENGTH:e,MAX_SAFE_BUILD_LENGTH:i,MAX_LENGTH:c}=a(16874),v=a(57272);We=$t.exports={};const N=We.re=[],I=We.safeRe=[],d=We.src=[],G=We.safeSrc=[],j=We.t={};let Q=0;const x="[a-zA-Z0-9-]",U=[["\\s",1],["\\d",c],[x,i]],T=S=>{for(const[K,_e]of U)S=S.split(`${K}*`).join(`${K}{0,${_e}}`).split(`${K}+`).join(`${K}{1,${_e}}`);return S},_=(S,K,_e)=>{const ee=T(K),H=Q++;v(S,H,K),j[S]=H,d[H]=K,G[H]=ee,N[H]=new RegExp(K,_e?"g":void 0),I[H]=new RegExp(ee,_e?"g":void 0)};_("NUMERICIDENTIFIER","0|[1-9]\\d*"),_("NUMERICIDENTIFIERLOOSE","\\d+"),_("NONNUMERICIDENTIFIER",`\\d*[a-zA-Z-]${x}*`),_("MAINVERSION",`(${d[j.NUMERICIDENTIFIER]})\\.(${d[j.NUMERICIDENTIFIER]})\\.(${d[j.NUMERICIDENTIFIER]})`),_("MAINVERSIONLOOSE",`(${d[j.NUMERICIDENTIFIERLOOSE]})\\.(${d[j.NUMERICIDENTIFIERLOOSE]})\\.(${d[j.NUMERICIDENTIFIERLOOSE]})`),_("PRERELEASEIDENTIFIER",`(?:${d[j.NONNUMERICIDENTIFIER]}|${d[j.NUMERICIDENTIFIER]})`),_("PRERELEASEIDENTIFIERLOOSE",`(?:${d[j.NONNUMERICIDENTIFIER]}|${d[j.NUMERICIDENTIFIERLOOSE]})`),_("PRERELEASE",`(?:-(${d[j.PRERELEASEIDENTIFIER]}(?:\\.${d[j.PRERELEASEIDENTIFIER]})*))`),_("PRERELEASELOOSE",`(?:-?(${d[j.PRERELEASEIDENTIFIERLOOSE]}(?:\\.${d[j.PRERELEASEIDENTIFIERLOOSE]})*))`),_("BUILDIDENTIFIER",`${x}+`),_("BUILD",`(?:\\+(${d[j.BUILDIDENTIFIER]}(?:\\.${d[j.BUILDIDENTIFIER]})*))`),_("FULLPLAIN",`v?${d[j.MAINVERSION]}${d[j.PRERELEASE]}?${d[j.BUILD]}?`),_("FULL",`^${d[j.FULLPLAIN]}$`),_("LOOSEPLAIN",`[v=\\s]*${d[j.MAINVERSIONLOOSE]}${d[j.PRERELEASELOOSE]}?${d[j.BUILD]}?`),_("LOOSE",`^${d[j.LOOSEPLAIN]}$`),_("GTLT","((?:<|>)?=?)"),_("XRANGEIDENTIFIERLOOSE",`${d[j.NUMERICIDENTIFIERLOOSE]}|x|X|\\*`),_("XRANGEIDENTIFIER",`${d[j.NUMERICIDENTIFIER]}|x|X|\\*`),_("XRANGEPLAIN",`[v=\\s]*(${d[j.XRANGEIDENTIFIER]})(?:\\.(${d[j.XRANGEIDENTIFIER]})(?:\\.(${d[j.XRANGEIDENTIFIER]})(?:${d[j.PRERELEASE]})?${d[j.BUILD]}?)?)?`),_("XRANGEPLAINLOOSE",`[v=\\s]*(${d[j.XRANGEIDENTIFIERLOOSE]})(?:\\.(${d[j.XRANGEIDENTIFIERLOOSE]})(?:\\.(${d[j.XRANGEIDENTIFIERLOOSE]})(?:${d[j.PRERELEASELOOSE]})?${d[j.BUILD]}?)?)?`),_("XRANGE",`^${d[j.GTLT]}\\s*${d[j.XRANGEPLAIN]}$`),_("XRANGELOOSE",`^${d[j.GTLT]}\\s*${d[j.XRANGEPLAINLOOSE]}$`),_("COERCEPLAIN",`(^|[^\\d])(\\d{1,${e}})(?:\\.(\\d{1,${e}}))?(?:\\.(\\d{1,${e}}))?`),_("COERCE",`${d[j.COERCEPLAIN]}(?:$|[^\\d])`),_("COERCEFULL",d[j.COERCEPLAIN]+`(?:${d[j.PRERELEASE]})?(?:${d[j.BUILD]})?(?:$|[^\\d])`),_("COERCERTL",d[j.COERCE],!0),_("COERCERTLFULL",d[j.COERCEFULL],!0),_("LONETILDE","(?:~>?)"),_("TILDETRIM",`(\\s*)${d[j.LONETILDE]}\\s+`,!0),We.tildeTrimReplace="$1~",_("TILDE",`^${d[j.LONETILDE]}${d[j.XRANGEPLAIN]}$`),_("TILDELOOSE",`^${d[j.LONETILDE]}${d[j.XRANGEPLAINLOOSE]}$`),_("LONECARET","(?:\\^)"),_("CARETTRIM",`(\\s*)${d[j.LONECARET]}\\s+`,!0),We.caretTrimReplace="$1^",_("CARET",`^${d[j.LONECARET]}${d[j.XRANGEPLAIN]}$`),_("CARETLOOSE",`^${d[j.LONECARET]}${d[j.XRANGEPLAINLOOSE]}$`),_("COMPARATORLOOSE",`^${d[j.GTLT]}\\s*(${d[j.LOOSEPLAIN]})$|^$`),_("COMPARATOR",`^${d[j.GTLT]}\\s*(${d[j.FULLPLAIN]})$|^$`),_("COMPARATORTRIM",`(\\s*)${d[j.GTLT]}\\s*(${d[j.LOOSEPLAIN]}|${d[j.XRANGEPLAIN]})`,!0),We.comparatorTrimReplace="$1$2$3",_("HYPHENRANGE",`^\\s*(${d[j.XRANGEPLAIN]})\\s+-\\s+(${d[j.XRANGEPLAIN]})\\s*$`),_("HYPHENRANGELOOSE",`^\\s*(${d[j.XRANGEPLAINLOOSE]})\\s+-\\s+(${d[j.XRANGEPLAINLOOSE]})\\s*$`),_("STAR","(<|>)?=?\\s*\\*"),_("GTE0","^\\s*>=\\s*0\\.0\\.0\\s*$"),_("GTE0PRE","^\\s*>=\\s*0\\.0\\.0-0\\s*$")},67098:function($t,We,a){"use strict";var e;(function(i){if(typeof c!="function"){var c=function(S){return S};c.nonNative=!0}const v=c("plaintext"),N=c("html"),I=c("comment"),d=/<(\w*)>/g,G=/<\/?([^\s\/>]+)/;function j(S,K,_e){S=S||"",K=K||[],_e=_e||"";let ee=x(K,_e);return U(S,ee)}function Q(S,K){S=S||[],K=K||"";let _e=x(S,K);return function(H){return U(H||"",_e)}}j.init_streaming_mode=Q;function x(S,K){return S=T(S),{allowable_tags:S,tag_replacement:K,state:v,tag_buffer:"",depth:0,in_quote_char:""}}function U(S,K){if(typeof S!="string")throw new TypeError("'html' parameter must be a string");let _e=K.allowable_tags,ee=K.tag_replacement,H=K.state,xe=K.tag_buffer,P=K.depth,ce=K.in_quote_char,Ce="";for(let ke=0,J=S.length;ke<J;ke++){let ye=S[ke];if(H===v)switch(ye){case"<":H=N,xe+=ye;break;default:Ce+=ye;break}else if(H===N)switch(ye){case"<":if(ce)break;P++;break;case">":if(ce)break;if(P){P--;break}ce="",H=v,xe+=">",_e.has(_(xe))?Ce+=xe:Ce+=ee,xe="";break;case'"':case"'":ye===ce?ce="":ce=ce||ye,xe+=ye;break;case"-":xe==="<!-"&&(H=I),xe+=ye;break;case" ":case`
|
|
`:if(xe==="<"){H=v,Ce+="< ",xe="";break}xe+=ye;break;default:xe+=ye;break}else if(H===I)switch(ye){case">":xe.slice(-2)=="--"&&(H=v),xe="";break;default:xe+=ye;break}}return K.state=H,K.tag_buffer=xe,K.depth=P,K.in_quote_char=ce,Ce}function T(S){let K=new Set;if(typeof S=="string"){let _e;for(;_e=d.exec(S);)K.add(_e[1])}else!c.nonNative&&typeof S[c.iterator]=="function"?K=new Set(S):typeof S.forEach=="function"&&S.forEach(K.add,K);return K}function _(S){let K=G.exec(S);return K?K[1].toLowerCase():null}e=function(){return j}.call(We,a,We,$t),e!==void 0&&($t.exports=e)})(this)},35229:function($t,We,a){"use strict";var e=this&&this.__importDefault||function(N){return N&&N.__esModule?N:{default:N}},i=e(a(51133)),c=a(98917);function v(N,I){var d={};return!N||typeof N!="string"||(0,i.default)(N,function(G,j){G&&j&&(d[(0,c.camelCase)(G,I)]=j)}),d}v.default=v,$t.exports=v},98917:($t,We)=>{"use strict";Object.defineProperty(We,"__esModule",{value:!0}),We.camelCase=void 0;var a=/^--[a-zA-Z0-9_-]+$/,e=/-([a-z])/g,i=/^[^-]+$/,c=/^-(webkit|moz|ms|o|khtml)-/,v=/^-(ms)-/,N=function(j){return!j||i.test(j)||a.test(j)},I=function(j,Q){return Q.toUpperCase()},d=function(j,Q){return"".concat(Q,"-")},G=function(j,Q){return Q===void 0&&(Q={}),N(j)?j:(j=j.toLowerCase(),Q.reactCompat?j=j.replace(v,d):j=j.replace(c,d),j.replace(e,I))};We.camelCase=G},51133:function($t,We,a){"use strict";var e=this&&this.__importDefault||function(v){return v&&v.__esModule?v:{default:v}};Object.defineProperty(We,"__esModule",{value:!0}),We.default=c;var i=e(a(19788));function c(v,N){var I=null;if(!v||typeof v!="string")return I;var d=(0,i.default)(v),G=typeof N=="function";return d.forEach(function(j){if(j.type==="declaration"){var Q=j.property,x=j.value;G?N(Q,x,j):x&&(I=I||{},I[Q]=x)}}),I}},49054:($t,We,a)=>{"use strict";a.d(We,{AO:()=>ai,Kr:()=>ht,nq:()=>_t,tp:()=>jt,yT:()=>x});/*!
|
|
* tabbable 6.3.0
|
|
* @license MIT, https://github.com/focus-trap/tabbable/blob/master/LICENSE
|
|
*/var e=["input:not([inert])","select:not([inert])","textarea:not([inert])","a[href]:not([inert])","button:not([inert])","[tabindex]:not(slot):not([inert])","audio[controls]:not([inert])","video[controls]:not([inert])",'[contenteditable]:not([contenteditable="false"]):not([inert])',"details>summary:first-of-type:not([inert])","details:not([inert])"],i=e.join(","),c=typeof Element>"u",v=c?function(){}:Element.prototype.matches||Element.prototype.msMatchesSelector||Element.prototype.webkitMatchesSelector,N=!c&&Element.prototype.getRootNode?function(He){var ut;return He==null||(ut=He.getRootNode)===null||ut===void 0?void 0:ut.call(He)}:function(He){return He?.ownerDocument},I=function(ut,Ot){var Gt;Ot===void 0&&(Ot=!0);var ri=ut==null||(Gt=ut.getAttribute)===null||Gt===void 0?void 0:Gt.call(ut,"inert"),Ii=ri===""||ri==="true",Li=Ii||Ot&&ut&&I(ut.parentNode);return Li},d=function(ut){var Ot,Gt=ut==null||(Ot=ut.getAttribute)===null||Ot===void 0?void 0:Ot.call(ut,"contenteditable");return Gt===""||Gt==="true"},G=function(ut,Ot,Gt){if(I(ut))return[];var ri=Array.prototype.slice.apply(ut.querySelectorAll(i));return Ot&&v.call(ut,i)&&ri.unshift(ut),ri=ri.filter(Gt),ri},j=function(ut,Ot,Gt){for(var ri=[],Ii=Array.from(ut);Ii.length;){var Li=Ii.shift();if(!I(Li,!1))if(Li.tagName==="SLOT"){var Yi=Li.assignedElements(),wi=Yi.length?Yi:Li.children,Lt=j(wi,!0,Gt);Gt.flatten?ri.push.apply(ri,Lt):ri.push({scopeParent:Li,candidates:Lt})}else{var di=v.call(Li,i);di&&Gt.filter(Li)&&(Ot||!ut.includes(Li))&&ri.push(Li);var Vt=Li.shadowRoot||typeof Gt.getShadowRoot=="function"&&Gt.getShadowRoot(Li),pn=!I(Vt,!1)&&(!Gt.shadowRootFilter||Gt.shadowRootFilter(Li));if(Vt&&pn){var oi=j(Vt===!0?Li.children:Vt.children,!0,Gt);Gt.flatten?ri.push.apply(ri,oi):ri.push({scopeParent:Li,candidates:oi})}else Ii.unshift.apply(Ii,Li.children)}}return ri},Q=function(ut){return!isNaN(parseInt(ut.getAttribute("tabindex"),10))},x=function(ut){if(!ut)throw new Error("No node provided");return ut.tabIndex<0&&(/^(AUDIO|VIDEO|DETAILS)$/.test(ut.tagName)||d(ut))&&!Q(ut)?0:ut.tabIndex},U=function(ut,Ot){var Gt=x(ut);return Gt<0&&Ot&&!Q(ut)?0:Gt},T=function(ut,Ot){return ut.tabIndex===Ot.tabIndex?ut.documentOrder-Ot.documentOrder:ut.tabIndex-Ot.tabIndex},_=function(ut){return ut.tagName==="INPUT"},S=function(ut){return _(ut)&&ut.type==="hidden"},K=function(ut){var Ot=ut.tagName==="DETAILS"&&Array.prototype.slice.apply(ut.children).some(function(Gt){return Gt.tagName==="SUMMARY"});return Ot},_e=function(ut,Ot){for(var Gt=0;Gt<ut.length;Gt++)if(ut[Gt].checked&&ut[Gt].form===Ot)return ut[Gt]},ee=function(ut){if(!ut.name)return!0;var Ot=ut.form||N(ut),Gt=function(Yi){return Ot.querySelectorAll('input[type="radio"][name="'+Yi+'"]')},ri;if(typeof window<"u"&&typeof window.CSS<"u"&&typeof window.CSS.escape=="function")ri=Gt(window.CSS.escape(ut.name));else try{ri=Gt(ut.name)}catch(Li){return console.error("Looks like you have a radio button with a name attribute containing invalid CSS selector characters and need the CSS.escape polyfill: %s",Li.message),!1}var Ii=_e(ri,ut.form);return!Ii||Ii===ut},H=function(ut){return _(ut)&&ut.type==="radio"},xe=function(ut){return H(ut)&&!ee(ut)},P=function(ut){var Ot,Gt=ut&&N(ut),ri=(Ot=Gt)===null||Ot===void 0?void 0:Ot.host,Ii=!1;if(Gt&&Gt!==ut){var Li,Yi,wi;for(Ii=!!((Li=ri)!==null&&Li!==void 0&&(Yi=Li.ownerDocument)!==null&&Yi!==void 0&&Yi.contains(ri)||ut!=null&&(wi=ut.ownerDocument)!==null&&wi!==void 0&&wi.contains(ut));!Ii&&ri;){var Lt,di,Vt;Gt=N(ri),ri=(Lt=Gt)===null||Lt===void 0?void 0:Lt.host,Ii=!!((di=ri)!==null&&di!==void 0&&(Vt=di.ownerDocument)!==null&&Vt!==void 0&&Vt.contains(ri))}}return Ii},ce=function(ut){var Ot=ut.getBoundingClientRect(),Gt=Ot.width,ri=Ot.height;return Gt===0&&ri===0},Ce=function(ut,Ot){var Gt=Ot.displayCheck,ri=Ot.getShadowRoot;if(Gt==="full-native"&&"checkVisibility"in ut){var Ii=ut.checkVisibility({checkOpacity:!1,opacityProperty:!1,contentVisibilityAuto:!0,visibilityProperty:!0,checkVisibilityCSS:!0});return!Ii}if(getComputedStyle(ut).visibility==="hidden")return!0;var Li=v.call(ut,"details>summary:first-of-type"),Yi=Li?ut.parentElement:ut;if(v.call(Yi,"details:not([open]) *"))return!0;if(!Gt||Gt==="full"||Gt==="full-native"||Gt==="legacy-full"){if(typeof ri=="function"){for(var wi=ut;ut;){var Lt=ut.parentElement,di=N(ut);if(Lt&&!Lt.shadowRoot&&ri(Lt)===!0)return ce(ut);ut.assignedSlot?ut=ut.assignedSlot:!Lt&&di!==ut.ownerDocument?ut=di.host:ut=Lt}ut=wi}if(P(ut))return!ut.getClientRects().length;if(Gt!=="legacy-full")return!0}else if(Gt==="non-zero-area")return ce(ut);return!1},ke=function(ut){if(/^(INPUT|BUTTON|SELECT|TEXTAREA)$/.test(ut.tagName))for(var Ot=ut.parentElement;Ot;){if(Ot.tagName==="FIELDSET"&&Ot.disabled){for(var Gt=0;Gt<Ot.children.length;Gt++){var ri=Ot.children.item(Gt);if(ri.tagName==="LEGEND")return v.call(Ot,"fieldset[disabled] *")?!0:!ri.contains(ut)}return!0}Ot=Ot.parentElement}return!1},J=function(ut,Ot){return!(Ot.disabled||I(Ot)||S(Ot)||Ce(Ot,ut)||K(Ot)||ke(Ot))},ye=function(ut,Ot){return!(xe(Ot)||x(Ot)<0||!J(ut,Ot))},Xe=function(ut){var Ot=parseInt(ut.getAttribute("tabindex"),10);return!!(isNaN(Ot)||Ot>=0)},ui=function(ut){var Ot=[],Gt=[];return ut.forEach(function(ri,Ii){var Li=!!ri.scopeParent,Yi=Li?ri.scopeParent:ri,wi=U(Yi,Li),Lt=Li?ui(ri.candidates):Yi;wi===0?Li?Ot.push.apply(Ot,Lt):Ot.push(Yi):Gt.push({documentOrder:Ii,tabIndex:wi,item:ri,isScope:Li,content:Lt})}),Gt.sort(T).reduce(function(ri,Ii){return Ii.isScope?ri.push.apply(ri,Ii.content):ri.push(Ii.content),ri},[]).concat(Ot)},ht=function(ut,Ot){Ot=Ot||{};var Gt;return Ot.getShadowRoot?Gt=j([ut],Ot.includeContainer,{filter:ye.bind(null,Ot),flatten:!1,getShadowRoot:Ot.getShadowRoot,shadowRootFilter:Xe}):Gt=G(ut,Ot.includeContainer,ye.bind(null,Ot)),ui(Gt)},_t=function(ut,Ot){Ot=Ot||{};var Gt;return Ot.getShadowRoot?Gt=j([ut],Ot.includeContainer,{filter:J.bind(null,Ot),flatten:!0,getShadowRoot:Ot.getShadowRoot}):Gt=G(ut,Ot.includeContainer,J.bind(null,Ot)),Gt},ai=function(ut,Ot){if(Ot=Ot||{},!ut)throw new Error("No node provided");return v.call(ut,i)===!1?!1:ye(Ot,ut)},Ft=e.concat("iframe").join(","),jt=function(ut,Ot){if(Ot=Ot||{},!ut)throw new Error("No node provided");return v.call(ut,Ft)===!1?!1:J(Ot,ut)}},7736:function($t){/*!
|
|
* Toastify js 1.12.0
|
|
* https://github.com/apvarun/toastify-js
|
|
* @license MIT licensed
|
|
*
|
|
* Copyright (C) 2018 Varun A P
|
|
*/(function(We,a){$t.exports?$t.exports=a():We.Toastify=a()})(this,function(We){var a=function(v){return new a.lib.init(v)},e="1.12.0";a.defaults={oldestFirst:!0,text:"Toastify is awesome!",node:void 0,duration:3e3,selector:void 0,callback:function(){},destination:void 0,newWindow:!1,close:!1,gravity:"toastify-top",positionLeft:!1,position:"",backgroundColor:"",avatar:"",className:"",stopOnFocus:!0,onClick:function(){},offset:{x:0,y:0},escapeMarkup:!0,ariaLive:"polite",style:{background:""}},a.lib=a.prototype={toastify:e,constructor:a,init:function(v){return v||(v={}),this.options={},this.toastElement=null,this.options.text=v.text||a.defaults.text,this.options.node=v.node||a.defaults.node,this.options.duration=v.duration===0?0:v.duration||a.defaults.duration,this.options.selector=v.selector||a.defaults.selector,this.options.callback=v.callback||a.defaults.callback,this.options.destination=v.destination||a.defaults.destination,this.options.newWindow=v.newWindow||a.defaults.newWindow,this.options.close=v.close||a.defaults.close,this.options.gravity=v.gravity==="bottom"?"toastify-bottom":a.defaults.gravity,this.options.positionLeft=v.positionLeft||a.defaults.positionLeft,this.options.position=v.position||a.defaults.position,this.options.backgroundColor=v.backgroundColor||a.defaults.backgroundColor,this.options.avatar=v.avatar||a.defaults.avatar,this.options.className=v.className||a.defaults.className,this.options.stopOnFocus=v.stopOnFocus===void 0?a.defaults.stopOnFocus:v.stopOnFocus,this.options.onClick=v.onClick||a.defaults.onClick,this.options.offset=v.offset||a.defaults.offset,this.options.escapeMarkup=v.escapeMarkup!==void 0?v.escapeMarkup:a.defaults.escapeMarkup,this.options.ariaLive=v.ariaLive||a.defaults.ariaLive,this.options.style=v.style||a.defaults.style,v.backgroundColor&&(this.options.style.background=v.backgroundColor),this},buildToast:function(){if(!this.options)throw"Toastify is not initialized";var v=document.createElement("div");v.className="toastify on "+this.options.className,this.options.position?v.className+=" toastify-"+this.options.position:this.options.positionLeft===!0?(v.className+=" toastify-left",console.warn("Property `positionLeft` will be depreciated in further versions. Please use `position` instead.")):v.className+=" toastify-right",v.className+=" "+this.options.gravity,this.options.backgroundColor&&console.warn('DEPRECATION NOTICE: "backgroundColor" is being deprecated. Please use the "style.background" property.');for(var N in this.options.style)v.style[N]=this.options.style[N];if(this.options.ariaLive&&v.setAttribute("aria-live",this.options.ariaLive),this.options.node&&this.options.node.nodeType===Node.ELEMENT_NODE)v.appendChild(this.options.node);else if(this.options.escapeMarkup?v.innerText=this.options.text:v.innerHTML=this.options.text,this.options.avatar!==""){var I=document.createElement("img");I.src=this.options.avatar,I.className="toastify-avatar",this.options.position=="left"||this.options.positionLeft===!0?v.appendChild(I):v.insertAdjacentElement("afterbegin",I)}if(this.options.close===!0){var d=document.createElement("button");d.type="button",d.setAttribute("aria-label","Close"),d.className="toast-close",d.innerHTML="✖",d.addEventListener("click",function(_){_.stopPropagation(),this.removeElement(this.toastElement),window.clearTimeout(this.toastElement.timeOutValue)}.bind(this));var G=window.innerWidth>0?window.innerWidth:screen.width;(this.options.position=="left"||this.options.positionLeft===!0)&&G>360?v.insertAdjacentElement("afterbegin",d):v.appendChild(d)}if(this.options.stopOnFocus&&this.options.duration>0){var j=this;v.addEventListener("mouseover",function(_){window.clearTimeout(v.timeOutValue)}),v.addEventListener("mouseleave",function(){v.timeOutValue=window.setTimeout(function(){j.removeElement(v)},j.options.duration)})}if(typeof this.options.destination<"u"&&v.addEventListener("click",function(_){_.stopPropagation(),this.options.newWindow===!0?window.open(this.options.destination,"_blank"):window.location=this.options.destination}.bind(this)),typeof this.options.onClick=="function"&&typeof this.options.destination>"u"&&v.addEventListener("click",function(_){_.stopPropagation(),this.options.onClick()}.bind(this)),typeof this.options.offset=="object"){var Q=i("x",this.options),x=i("y",this.options),U=this.options.position=="left"?Q:"-"+Q,T=this.options.gravity=="toastify-top"?x:"-"+x;v.style.transform="translate("+U+","+T+")"}return v},showToast:function(){this.toastElement=this.buildToast();var v;if(typeof this.options.selector=="string"?v=document.getElementById(this.options.selector):this.options.selector instanceof HTMLElement||typeof ShadowRoot<"u"&&this.options.selector instanceof ShadowRoot?v=this.options.selector:v=document.body,!v)throw"Root element is not defined";var N=a.defaults.oldestFirst?v.firstChild:v.lastChild;return v.insertBefore(this.toastElement,N),a.reposition(),this.options.duration>0&&(this.toastElement.timeOutValue=window.setTimeout(function(){this.removeElement(this.toastElement)}.bind(this),this.options.duration)),this},hideToast:function(){this.toastElement.timeOutValue&&clearTimeout(this.toastElement.timeOutValue),this.removeElement(this.toastElement)},removeElement:function(v){v.className=v.className.replace(" on",""),window.setTimeout(function(){this.options.node&&this.options.node.parentNode&&this.options.node.parentNode.removeChild(this.options.node),v.parentNode&&v.parentNode.removeChild(v),this.options.callback.call(v),a.reposition()}.bind(this),400)}},a.reposition=function(){for(var v={top:15,bottom:15},N={top:15,bottom:15},I={top:15,bottom:15},d=document.getElementsByClassName("toastify"),G,j=0;j<d.length;j++){c(d[j],"toastify-top")===!0?G="toastify-top":G="toastify-bottom";var Q=d[j].offsetHeight;G=G.substr(9,G.length-1);var x=15,U=window.innerWidth>0?window.innerWidth:screen.width;U<=360?(d[j].style[G]=I[G]+"px",I[G]+=Q+x):c(d[j],"toastify-left")===!0?(d[j].style[G]=v[G]+"px",v[G]+=Q+x):(d[j].style[G]=N[G]+"px",N[G]+=Q+x)}return this};function i(v,N){return N.offset[v]?isNaN(N.offset[v])?N.offset[v]:N.offset[v]+"px":"0px"}function c(v,N){return!v||typeof N!="string"?!1:!!(v.className&&v.className.trim().split(/\s+/gi).indexOf(N)>-1)}return a.lib.init.prototype=a.lib,a})},66262:($t,We)=>{"use strict";var a;a={value:!0},We.A=(e,i)=>{const c=e.__vccOpts||e;for(const[v,N]of i)c[v]=N;return c}},50477:()=>{},95361:($t,We,a)=>{"use strict";a.d(We,{BN:()=>ee,ER:()=>H,Ej:()=>xe,RK:()=>d,UE:()=>N,UU:()=>G,cY:()=>_e,rD:()=>c});var e=a(97193);function i(P,ce,Ce){let{reference:ke,floating:J}=P;const ye=(0,e.TV)(ce),Xe=(0,e.Dz)(ce),ui=(0,e.sq)(Xe),ht=(0,e.C0)(ce),_t=ye==="y",ai=ke.x+ke.width/2-J.width/2,Ft=ke.y+ke.height/2-J.height/2,jt=ke[ui]/2-J[ui]/2;let He;switch(ht){case"top":He={x:ai,y:ke.y-J.height};break;case"bottom":He={x:ai,y:ke.y+ke.height};break;case"right":He={x:ke.x+ke.width,y:Ft};break;case"left":He={x:ke.x-J.width,y:Ft};break;default:He={x:ke.x,y:ke.y}}switch((0,e.Sg)(ce)){case"start":He[Xe]-=jt*(Ce&&_t?-1:1);break;case"end":He[Xe]+=jt*(Ce&&_t?-1:1);break}return He}const c=async(P,ce,Ce)=>{const{placement:ke="bottom",strategy:J="absolute",middleware:ye=[],platform:Xe}=Ce,ui=ye.filter(Boolean),ht=await(Xe.isRTL==null?void 0:Xe.isRTL(ce));let _t=await Xe.getElementRects({reference:P,floating:ce,strategy:J}),{x:ai,y:Ft}=i(_t,ke,ht),jt=ke,He={},ut=0;for(let Ot=0;Ot<ui.length;Ot++){const{name:Gt,fn:ri}=ui[Ot],{x:Ii,y:Li,data:Yi,reset:wi}=await ri({x:ai,y:Ft,initialPlacement:ke,placement:jt,strategy:J,middlewareData:He,rects:_t,platform:Xe,elements:{reference:P,floating:ce}});ai=Ii??ai,Ft=Li??Ft,He={...He,[Gt]:{...He[Gt],...Yi}},wi&&ut<=50&&(ut++,typeof wi=="object"&&(wi.placement&&(jt=wi.placement),wi.rects&&(_t=wi.rects===!0?await Xe.getElementRects({reference:P,floating:ce,strategy:J}):wi.rects),{x:ai,y:Ft}=i(_t,jt,ht)),Ot=-1)}return{x:ai,y:Ft,placement:jt,strategy:J,middlewareData:He}};async function v(P,ce){var Ce;ce===void 0&&(ce={});const{x:ke,y:J,platform:ye,rects:Xe,elements:ui,strategy:ht}=P,{boundary:_t="clippingAncestors",rootBoundary:ai="viewport",elementContext:Ft="floating",altBoundary:jt=!1,padding:He=0}=(0,e._3)(ce,P),ut=(0,e.nI)(He),Gt=ui[jt?Ft==="floating"?"reference":"floating":Ft],ri=(0,e.B1)(await ye.getClippingRect({element:(Ce=await(ye.isElement==null?void 0:ye.isElement(Gt)))==null||Ce?Gt:Gt.contextElement||await(ye.getDocumentElement==null?void 0:ye.getDocumentElement(ui.floating)),boundary:_t,rootBoundary:ai,strategy:ht})),Ii=Ft==="floating"?{x:ke,y:J,width:Xe.floating.width,height:Xe.floating.height}:Xe.reference,Li=await(ye.getOffsetParent==null?void 0:ye.getOffsetParent(ui.floating)),Yi=await(ye.isElement==null?void 0:ye.isElement(Li))?await(ye.getScale==null?void 0:ye.getScale(Li))||{x:1,y:1}:{x:1,y:1},wi=(0,e.B1)(ye.convertOffsetParentRelativeRectToViewportRelativeRect?await ye.convertOffsetParentRelativeRectToViewportRelativeRect({elements:ui,rect:Ii,offsetParent:Li,strategy:ht}):Ii);return{top:(ri.top-wi.top+ut.top)/Yi.y,bottom:(wi.bottom-ri.bottom+ut.bottom)/Yi.y,left:(ri.left-wi.left+ut.left)/Yi.x,right:(wi.right-ri.right+ut.right)/Yi.x}}const N=P=>({name:"arrow",options:P,async fn(ce){const{x:Ce,y:ke,placement:J,rects:ye,platform:Xe,elements:ui,middlewareData:ht}=ce,{element:_t,padding:ai=0}=(0,e._3)(P,ce)||{};if(_t==null)return{};const Ft=(0,e.nI)(ai),jt={x:Ce,y:ke},He=(0,e.Dz)(J),ut=(0,e.sq)(He),Ot=await Xe.getDimensions(_t),Gt=He==="y",ri=Gt?"top":"left",Ii=Gt?"bottom":"right",Li=Gt?"clientHeight":"clientWidth",Yi=ye.reference[ut]+ye.reference[He]-jt[He]-ye.floating[ut],wi=jt[He]-ye.reference[He],Lt=await(Xe.getOffsetParent==null?void 0:Xe.getOffsetParent(_t));let di=Lt?Lt[Li]:0;(!di||!await(Xe.isElement==null?void 0:Xe.isElement(Lt)))&&(di=ui.floating[Li]||ye.floating[ut]);const Vt=Yi/2-wi/2,pn=di/2-Ot[ut]/2-1,oi=(0,e.jk)(Ft[ri],pn),ni=(0,e.jk)(Ft[Ii],pn),Ei=oi,An=di-Ot[ut]-ni,En=di/2-Ot[ut]/2+Vt,Qi=(0,e.qE)(Ei,En,An),Yt=!ht.arrow&&(0,e.Sg)(J)!=null&&En!==Qi&&ye.reference[ut]/2-(En<Ei?oi:ni)-Ot[ut]/2<0,Ut=Yt?En<Ei?En-Ei:En-An:0;return{[He]:jt[He]+Ut,data:{[He]:Qi,centerOffset:En-Qi-Ut,...Yt&&{alignmentOffset:Ut}},reset:Yt}}});function I(P,ce,Ce){return(P?[...Ce.filter(J=>(0,e.Sg)(J)===P),...Ce.filter(J=>(0,e.Sg)(J)!==P)]:Ce.filter(J=>(0,e.C0)(J)===J)).filter(J=>P?(0,e.Sg)(J)===P||(ce?(0,e.aD)(J)!==J:!1):!0)}const d=function(P){return P===void 0&&(P={}),{name:"autoPlacement",options:P,async fn(ce){var Ce,ke,J;const{rects:ye,middlewareData:Xe,placement:ui,platform:ht,elements:_t}=ce,{crossAxis:ai=!1,alignment:Ft,allowedPlacements:jt=e.DD,autoAlignment:He=!0,...ut}=(0,e._3)(P,ce),Ot=Ft!==void 0||jt===e.DD?I(Ft||null,He,jt):jt,Gt=await v(ce,ut),ri=((Ce=Xe.autoPlacement)==null?void 0:Ce.index)||0,Ii=Ot[ri];if(Ii==null)return{};const Li=(0,e.w7)(Ii,ye,await(ht.isRTL==null?void 0:ht.isRTL(_t.floating)));if(ui!==Ii)return{reset:{placement:Ot[0]}};const Yi=[Gt[(0,e.C0)(Ii)],Gt[Li[0]],Gt[Li[1]]],wi=[...((ke=Xe.autoPlacement)==null?void 0:ke.overflows)||[],{placement:Ii,overflows:Yi}],Lt=Ot[ri+1];if(Lt)return{data:{index:ri+1,overflows:wi},reset:{placement:Lt}};const di=wi.map(oi=>{const ni=(0,e.Sg)(oi.placement);return[oi.placement,ni&&ai?oi.overflows.slice(0,2).reduce((Ei,An)=>Ei+An,0):oi.overflows[0],oi.overflows]}).sort((oi,ni)=>oi[1]-ni[1]),pn=((J=di.filter(oi=>oi[2].slice(0,(0,e.Sg)(oi[0])?2:3).every(ni=>ni<=0))[0])==null?void 0:J[0])||di[0][0];return pn!==ui?{data:{index:ri+1,overflows:wi},reset:{placement:pn}}:{}}}},G=function(P){return P===void 0&&(P={}),{name:"flip",options:P,async fn(ce){var Ce,ke;const{placement:J,middlewareData:ye,rects:Xe,initialPlacement:ui,platform:ht,elements:_t}=ce,{mainAxis:ai=!0,crossAxis:Ft=!0,fallbackPlacements:jt,fallbackStrategy:He="bestFit",fallbackAxisSideDirection:ut="none",flipAlignment:Ot=!0,...Gt}=(0,e._3)(P,ce);if((Ce=ye.arrow)!=null&&Ce.alignmentOffset)return{};const ri=(0,e.C0)(J),Ii=(0,e.TV)(ui),Li=(0,e.C0)(ui)===ui,Yi=await(ht.isRTL==null?void 0:ht.isRTL(_t.floating)),wi=jt||(Li||!Ot?[(0,e.bV)(ui)]:(0,e.WJ)(ui)),Lt=ut!=="none";!jt&&Lt&&wi.push(...(0,e.lP)(ui,Ot,ut,Yi));const di=[ui,...wi],Vt=await v(ce,Gt),pn=[];let oi=((ke=ye.flip)==null?void 0:ke.overflows)||[];if(ai&&pn.push(Vt[ri]),Ft){const En=(0,e.w7)(J,Xe,Yi);pn.push(Vt[En[0]],Vt[En[1]])}if(oi=[...oi,{placement:J,overflows:pn}],!pn.every(En=>En<=0)){var ni,Ei;const En=(((ni=ye.flip)==null?void 0:ni.index)||0)+1,Qi=di[En];if(Qi&&(!(Ft==="alignment"?Ii!==(0,e.TV)(Qi):!1)||oi.every(qi=>(0,e.TV)(qi.placement)===Ii?qi.overflows[0]>0:!0)))return{data:{index:En,overflows:oi},reset:{placement:Qi}};let Yt=(Ei=oi.filter(Ut=>Ut.overflows[0]<=0).sort((Ut,qi)=>Ut.overflows[1]-qi.overflows[1])[0])==null?void 0:Ei.placement;if(!Yt)switch(He){case"bestFit":{var An;const Ut=(An=oi.filter(qi=>{if(Lt){const Ne=(0,e.TV)(qi.placement);return Ne===Ii||Ne==="y"}return!0}).map(qi=>[qi.placement,qi.overflows.filter(Ne=>Ne>0).reduce((Ne,ft)=>Ne+ft,0)]).sort((qi,Ne)=>qi[1]-Ne[1])[0])==null?void 0:An[0];Ut&&(Yt=Ut);break}case"initialPlacement":Yt=ui;break}if(J!==Yt)return{reset:{placement:Yt}}}return{}}}};function j(P,ce){return{top:P.top-ce.height,right:P.right-ce.width,bottom:P.bottom-ce.height,left:P.left-ce.width}}function Q(P){return sides.some(ce=>P[ce]>=0)}const x=function(P){return P===void 0&&(P={}),{name:"hide",options:P,async fn(ce){const{rects:Ce}=ce,{strategy:ke="referenceHidden",...J}=evaluate(P,ce);switch(ke){case"referenceHidden":{const ye=await v(ce,{...J,elementContext:"reference"}),Xe=j(ye,Ce.reference);return{data:{referenceHiddenOffsets:Xe,referenceHidden:Q(Xe)}}}case"escaped":{const ye=await v(ce,{...J,altBoundary:!0}),Xe=j(ye,Ce.floating);return{data:{escapedOffsets:Xe,escaped:Q(Xe)}}}default:return{}}}}};function U(P){const ce=min(...P.map(ye=>ye.left)),Ce=min(...P.map(ye=>ye.top)),ke=max(...P.map(ye=>ye.right)),J=max(...P.map(ye=>ye.bottom));return{x:ce,y:Ce,width:ke-ce,height:J-Ce}}function T(P){const ce=P.slice().sort((J,ye)=>J.y-ye.y),Ce=[];let ke=null;for(let J=0;J<ce.length;J++){const ye=ce[J];!ke||ye.y-ke.y>ke.height/2?Ce.push([ye]):Ce[Ce.length-1].push(ye),ke=ye}return Ce.map(J=>rectToClientRect(U(J)))}const _=function(P){return P===void 0&&(P={}),{name:"inline",options:P,async fn(ce){const{placement:Ce,elements:ke,rects:J,platform:ye,strategy:Xe}=ce,{padding:ui=2,x:ht,y:_t}=evaluate(P,ce),ai=Array.from(await(ye.getClientRects==null?void 0:ye.getClientRects(ke.reference))||[]),Ft=T(ai),jt=rectToClientRect(U(ai)),He=getPaddingObject(ui);function ut(){if(Ft.length===2&&Ft[0].left>Ft[1].right&&ht!=null&&_t!=null)return Ft.find(Gt=>ht>Gt.left-He.left&&ht<Gt.right+He.right&&_t>Gt.top-He.top&&_t<Gt.bottom+He.bottom)||jt;if(Ft.length>=2){if(getSideAxis(Ce)==="y"){const oi=Ft[0],ni=Ft[Ft.length-1],Ei=getSide(Ce)==="top",An=oi.top,En=ni.bottom,Qi=Ei?oi.left:ni.left,Yt=Ei?oi.right:ni.right,Ut=Yt-Qi,qi=En-An;return{top:An,bottom:En,left:Qi,right:Yt,width:Ut,height:qi,x:Qi,y:An}}const Gt=getSide(Ce)==="left",ri=max(...Ft.map(oi=>oi.right)),Ii=min(...Ft.map(oi=>oi.left)),Li=Ft.filter(oi=>Gt?oi.left===Ii:oi.right===ri),Yi=Li[0].top,wi=Li[Li.length-1].bottom,Lt=Ii,di=ri,Vt=di-Lt,pn=wi-Yi;return{top:Yi,bottom:wi,left:Lt,right:di,width:Vt,height:pn,x:Lt,y:Yi}}return jt}const Ot=await ye.getElementRects({reference:{getBoundingClientRect:ut},floating:ke.floating,strategy:Xe});return J.reference.x!==Ot.reference.x||J.reference.y!==Ot.reference.y||J.reference.width!==Ot.reference.width||J.reference.height!==Ot.reference.height?{reset:{rects:Ot}}:{}}}},S=new Set(["left","top"]);async function K(P,ce){const{placement:Ce,platform:ke,elements:J}=P,ye=await(ke.isRTL==null?void 0:ke.isRTL(J.floating)),Xe=(0,e.C0)(Ce),ui=(0,e.Sg)(Ce),ht=(0,e.TV)(Ce)==="y",_t=S.has(Xe)?-1:1,ai=ye&&ht?-1:1,Ft=(0,e._3)(ce,P);let{mainAxis:jt,crossAxis:He,alignmentAxis:ut}=typeof Ft=="number"?{mainAxis:Ft,crossAxis:0,alignmentAxis:null}:{mainAxis:Ft.mainAxis||0,crossAxis:Ft.crossAxis||0,alignmentAxis:Ft.alignmentAxis};return ui&&typeof ut=="number"&&(He=ui==="end"?ut*-1:ut),ht?{x:He*ai,y:jt*_t}:{x:jt*_t,y:He*ai}}const _e=function(P){return P===void 0&&(P=0),{name:"offset",options:P,async fn(ce){var Ce,ke;const{x:J,y:ye,placement:Xe,middlewareData:ui}=ce,ht=await K(ce,P);return Xe===((Ce=ui.offset)==null?void 0:Ce.placement)&&(ke=ui.arrow)!=null&&ke.alignmentOffset?{}:{x:J+ht.x,y:ye+ht.y,data:{...ht,placement:Xe}}}}},ee=function(P){return P===void 0&&(P={}),{name:"shift",options:P,async fn(ce){const{x:Ce,y:ke,placement:J}=ce,{mainAxis:ye=!0,crossAxis:Xe=!1,limiter:ui={fn:Gt=>{let{x:ri,y:Ii}=Gt;return{x:ri,y:Ii}}},...ht}=(0,e._3)(P,ce),_t={x:Ce,y:ke},ai=await v(ce,ht),Ft=(0,e.TV)((0,e.C0)(J)),jt=(0,e.PG)(Ft);let He=_t[jt],ut=_t[Ft];if(ye){const Gt=jt==="y"?"top":"left",ri=jt==="y"?"bottom":"right",Ii=He+ai[Gt],Li=He-ai[ri];He=(0,e.qE)(Ii,He,Li)}if(Xe){const Gt=Ft==="y"?"top":"left",ri=Ft==="y"?"bottom":"right",Ii=ut+ai[Gt],Li=ut-ai[ri];ut=(0,e.qE)(Ii,ut,Li)}const Ot=ui.fn({...ce,[jt]:He,[Ft]:ut});return{...Ot,data:{x:Ot.x-Ce,y:Ot.y-ke,enabled:{[jt]:ye,[Ft]:Xe}}}}}},H=function(P){return P===void 0&&(P={}),{options:P,fn(ce){const{x:Ce,y:ke,placement:J,rects:ye,middlewareData:Xe}=ce,{offset:ui=0,mainAxis:ht=!0,crossAxis:_t=!0}=(0,e._3)(P,ce),ai={x:Ce,y:ke},Ft=(0,e.TV)(J),jt=(0,e.PG)(Ft);let He=ai[jt],ut=ai[Ft];const Ot=(0,e._3)(ui,ce),Gt=typeof Ot=="number"?{mainAxis:Ot,crossAxis:0}:{mainAxis:0,crossAxis:0,...Ot};if(ht){const Li=jt==="y"?"height":"width",Yi=ye.reference[jt]-ye.floating[Li]+Gt.mainAxis,wi=ye.reference[jt]+ye.reference[Li]-Gt.mainAxis;He<Yi?He=Yi:He>wi&&(He=wi)}if(_t){var ri,Ii;const Li=jt==="y"?"width":"height",Yi=S.has((0,e.C0)(J)),wi=ye.reference[Ft]-ye.floating[Li]+(Yi&&((ri=Xe.offset)==null?void 0:ri[Ft])||0)+(Yi?0:Gt.crossAxis),Lt=ye.reference[Ft]+ye.reference[Li]+(Yi?0:((Ii=Xe.offset)==null?void 0:Ii[Ft])||0)-(Yi?Gt.crossAxis:0);ut<wi?ut=wi:ut>Lt&&(ut=Lt)}return{[jt]:He,[Ft]:ut}}}},xe=function(P){return P===void 0&&(P={}),{name:"size",options:P,async fn(ce){var Ce,ke;const{placement:J,rects:ye,platform:Xe,elements:ui}=ce,{apply:ht=()=>{},..._t}=(0,e._3)(P,ce),ai=await v(ce,_t),Ft=(0,e.C0)(J),jt=(0,e.Sg)(J),He=(0,e.TV)(J)==="y",{width:ut,height:Ot}=ye.floating;let Gt,ri;Ft==="top"||Ft==="bottom"?(Gt=Ft,ri=jt===(await(Xe.isRTL==null?void 0:Xe.isRTL(ui.floating))?"start":"end")?"left":"right"):(ri=Ft,Gt=jt==="end"?"top":"bottom");const Ii=Ot-ai.top-ai.bottom,Li=ut-ai.left-ai.right,Yi=(0,e.jk)(Ot-ai[Gt],Ii),wi=(0,e.jk)(ut-ai[ri],Li),Lt=!ce.middlewareData.shift;let di=Yi,Vt=wi;if((Ce=ce.middlewareData.shift)!=null&&Ce.enabled.x&&(Vt=Li),(ke=ce.middlewareData.shift)!=null&&ke.enabled.y&&(di=Ii),Lt&&!jt){const oi=(0,e.T9)(ai.left,0),ni=(0,e.T9)(ai.right,0),Ei=(0,e.T9)(ai.top,0),An=(0,e.T9)(ai.bottom,0);He?Vt=ut-2*(oi!==0||ni!==0?oi+ni:(0,e.T9)(ai.left,ai.right)):di=Ot-2*(Ei!==0||An!==0?Ei+An:(0,e.T9)(ai.top,ai.bottom))}await ht({...ce,availableWidth:Vt,availableHeight:di});const pn=await Xe.getDimensions(ui.floating);return ut!==pn.width||Ot!==pn.height?{reset:{rects:!0}}:{}}}}},97193:($t,We,a)=>{"use strict";a.d(We,{B1:()=>Ft,C0:()=>T,DD:()=>c,Dz:()=>H,Jx:()=>G,LI:()=>I,PG:()=>S,RI:()=>d,Sg:()=>_,T9:()=>N,TV:()=>ee,WJ:()=>P,_3:()=>U,aD:()=>ce,bV:()=>ht,jk:()=>v,lP:()=>ui,nI:()=>ai,qE:()=>x,sq:()=>K,w7:()=>xe});const e=["top","right","bottom","left"],i=["start","end"],c=e.reduce((jt,He)=>jt.concat(He,He+"-"+i[0],He+"-"+i[1]),[]),v=Math.min,N=Math.max,I=Math.round,d=Math.floor,G=jt=>({x:jt,y:jt}),j={left:"right",right:"left",bottom:"top",top:"bottom"},Q={start:"end",end:"start"};function x(jt,He,ut){return N(jt,v(He,ut))}function U(jt,He){return typeof jt=="function"?jt(He):jt}function T(jt){return jt.split("-")[0]}function _(jt){return jt.split("-")[1]}function S(jt){return jt==="x"?"y":"x"}function K(jt){return jt==="y"?"height":"width"}const _e=new Set(["top","bottom"]);function ee(jt){return _e.has(T(jt))?"y":"x"}function H(jt){return S(ee(jt))}function xe(jt,He,ut){ut===void 0&&(ut=!1);const Ot=_(jt),Gt=H(jt),ri=K(Gt);let Ii=Gt==="x"?Ot===(ut?"end":"start")?"right":"left":Ot==="start"?"bottom":"top";return He.reference[ri]>He.floating[ri]&&(Ii=ht(Ii)),[Ii,ht(Ii)]}function P(jt){const He=ht(jt);return[ce(jt),He,ce(He)]}function ce(jt){return jt.replace(/start|end/g,He=>Q[He])}const Ce=["left","right"],ke=["right","left"],J=["top","bottom"],ye=["bottom","top"];function Xe(jt,He,ut){switch(jt){case"top":case"bottom":return ut?He?ke:Ce:He?Ce:ke;case"left":case"right":return He?J:ye;default:return[]}}function ui(jt,He,ut,Ot){const Gt=_(jt);let ri=Xe(T(jt),ut==="start",Ot);return Gt&&(ri=ri.map(Ii=>Ii+"-"+Gt),He&&(ri=ri.concat(ri.map(ce)))),ri}function ht(jt){return jt.replace(/left|right|bottom|top/g,He=>j[He])}function _t(jt){return{top:0,right:0,bottom:0,left:0,...jt}}function ai(jt){return typeof jt!="number"?_t(jt):{top:jt,right:jt,bottom:jt,left:jt}}function Ft(jt){const{x:He,y:ut,width:Ot,height:Gt}=jt;return{width:Ot,height:Gt,top:ut,left:He,right:He+Ot,bottom:ut+Gt,x:He,y:ut}}},21777:($t,We,a)=>{"use strict";a.d(We,{HW:()=>_e,L$:()=>T,aV:()=>d,do:()=>N,zo:()=>I});var e=a(61338),i=a(53053);let c;const v=[];function N(){return c===void 0&&(c=document.head.dataset.requesttoken??null),c}function I(ee){v.push(ee)}(0,e.B1)("csrf-token-update",ee=>{c=ee.token,v.forEach(H=>{try{H(c)}catch(xe){console.error("Error updating CSRF token observer",xe)}})});function d(){const ee=document?.querySelector('meta[name="csp-nonce"]');if(!ee){const H=N();return H?btoa(H):void 0}return ee.nonce}/*!
|
|
* SPDX-FileCopyrightText: 2024 F7cloud GmbH and F7cloud contributors
|
|
* SPDX-License-Identifier: GPL-3.0-or-later
|
|
*/const G=(0,i.c0)("public").persist().build();class j{constructor(){$n(this,"_displayName");$n(this,"uid");$n(this,"isAdmin");G.getItem("guestUid")||G.setItem("guestUid",_()),this._displayName=G.getItem("guestNickname")||"",this.uid=G.getItem("guestUid")||_(),this.isAdmin=!1,(0,e.B1)("user:info:changed",H=>{this._displayName=H.displayName,G.setItem("guestNickname",H.displayName||"")})}get displayName(){return this._displayName}set displayName(H){this._displayName=H,G.setItem("guestNickname",H),(0,e.Ic)("user:info:changed",this)}}let Q;function x(){return Q||(Q=new j),Q}function U(){return x()?.displayName||null}function T(ee){if(!ee||ee.trim().length===0)throw new Error("Nickname cannot be empty");x().displayName=ee}function _(){return globalThis.crypto?.randomUUID?globalThis.crypto.randomUUID():"xxxxxxxx-xxxx-4xxx-yxxx-xxxxxxxxxxxx".replace(/[xy]/g,ee=>{const H=Math.random()*16|0;return(ee==="x"?H:H&3|8).toString(16)})}let S;function K(ee,H){return ee?ee.getAttribute(H):null}function _e(){if(S!==void 0)return S;const ee=document?.getElementsByTagName("head")[0];if(!ee)return null;const H=K(ee,"data-user");return H===null?(S=null,S):(S={uid:H,displayName:K(ee,"data-user-displayname"),isAdmin:!!window._oc_isadmin},S)}},66802:($t,We,a)=>{"use strict";a.d(We,{Ay:()=>ul});var e={};a.r(e),a.d(e,{hasBrowserEnv:()=>Ja,hasStandardBrowserEnv:()=>br,hasStandardBrowserWebWorkerEnv:()=>Ka,navigator:()=>hr,origin:()=>Ur});var i=a(21777);function c(we,ze){return function(){return we.apply(ze,arguments)}}var v=a(65606);const{toString:N}=Object.prototype,{getPrototypeOf:I}=Object,{iterator:d,toStringTag:G}=Symbol,j=(we=>ze=>{const st=N.call(ze);return we[st]||(we[st]=st.slice(8,-1).toLowerCase())})(Object.create(null)),Q=we=>(we=we.toLowerCase(),ze=>j(ze)===we),x=we=>ze=>typeof ze===we,{isArray:U}=Array,T=x("undefined");function _(we){return we!==null&&!T(we)&&we.constructor!==null&&!T(we.constructor)&&ee(we.constructor.isBuffer)&&we.constructor.isBuffer(we)}const S=Q("ArrayBuffer");function K(we){let ze;return typeof ArrayBuffer<"u"&&ArrayBuffer.isView?ze=ArrayBuffer.isView(we):ze=we&&we.buffer&&S(we.buffer),ze}const _e=x("string"),ee=x("function"),H=x("number"),xe=we=>we!==null&&typeof we=="object",P=we=>we===!0||we===!1,ce=we=>{if(j(we)!=="object")return!1;const ze=I(we);return(ze===null||ze===Object.prototype||Object.getPrototypeOf(ze)===null)&&!(G in we)&&!(d in we)},Ce=we=>{if(!xe(we)||_(we))return!1;try{return Object.keys(we).length===0&&Object.getPrototypeOf(we)===Object.prototype}catch{return!1}},ke=Q("Date"),J=Q("File"),ye=Q("Blob"),Xe=Q("FileList"),ui=we=>xe(we)&&ee(we.pipe),ht=we=>{let ze;return we&&(typeof FormData=="function"&&we instanceof FormData||ee(we.append)&&((ze=j(we))==="formdata"||ze==="object"&&ee(we.toString)&&we.toString()==="[object FormData]"))},_t=Q("URLSearchParams"),[ai,Ft,jt,He]=["ReadableStream","Request","Response","Headers"].map(Q),ut=we=>we.trim?we.trim():we.replace(/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g,"");function Ot(we,ze,{allOwnKeys:st=!1}={}){if(we===null||typeof we>"u")return;let kt,Mt;if(typeof we!="object"&&(we=[we]),U(we))for(kt=0,Mt=we.length;kt<Mt;kt++)ze.call(null,we[kt],kt,we);else{if(_(we))return;const vi=st?Object.getOwnPropertyNames(we):Object.keys(we),Ri=vi.length;let aa;for(kt=0;kt<Ri;kt++)aa=vi[kt],ze.call(null,we[aa],aa,we)}}function Gt(we,ze){if(_(we))return null;ze=ze.toLowerCase();const st=Object.keys(we);let kt=st.length,Mt;for(;kt-- >0;)if(Mt=st[kt],ze===Mt.toLowerCase())return Mt;return null}const ri=typeof globalThis<"u"?globalThis:typeof self<"u"?self:typeof window<"u"?window:global,Ii=we=>!T(we)&&we!==ri;function Li(){const{caseless:we,skipUndefined:ze}=Ii(this)&&this||{},st={},kt=(Mt,vi)=>{const Ri=we&&Gt(st,vi)||vi;ce(st[Ri])&&ce(Mt)?st[Ri]=Li(st[Ri],Mt):ce(Mt)?st[Ri]=Li({},Mt):U(Mt)?st[Ri]=Mt.slice():(!ze||!T(Mt))&&(st[Ri]=Mt)};for(let Mt=0,vi=arguments.length;Mt<vi;Mt++)arguments[Mt]&&Ot(arguments[Mt],kt);return st}const Yi=(we,ze,st,{allOwnKeys:kt}={})=>(Ot(ze,(Mt,vi)=>{st&&ee(Mt)?we[vi]=c(Mt,st):we[vi]=Mt},{allOwnKeys:kt}),we),wi=we=>(we.charCodeAt(0)===65279&&(we=we.slice(1)),we),Lt=(we,ze,st,kt)=>{we.prototype=Object.create(ze.prototype,kt),we.prototype.constructor=we,Object.defineProperty(we,"super",{value:ze.prototype}),st&&Object.assign(we.prototype,st)},di=(we,ze,st,kt)=>{let Mt,vi,Ri;const aa={};if(ze=ze||{},we==null)return ze;do{for(Mt=Object.getOwnPropertyNames(we),vi=Mt.length;vi-- >0;)Ri=Mt[vi],(!kt||kt(Ri,we,ze))&&!aa[Ri]&&(ze[Ri]=we[Ri],aa[Ri]=!0);we=st!==!1&&I(we)}while(we&&(!st||st(we,ze))&&we!==Object.prototype);return ze},Vt=(we,ze,st)=>{we=String(we),(st===void 0||st>we.length)&&(st=we.length),st-=ze.length;const kt=we.indexOf(ze,st);return kt!==-1&&kt===st},pn=we=>{if(!we)return null;if(U(we))return we;let ze=we.length;if(!H(ze))return null;const st=new Array(ze);for(;ze-- >0;)st[ze]=we[ze];return st},oi=(we=>ze=>we&&ze instanceof we)(typeof Uint8Array<"u"&&I(Uint8Array)),ni=(we,ze)=>{const kt=(we&&we[d]).call(we);let Mt;for(;(Mt=kt.next())&&!Mt.done;){const vi=Mt.value;ze.call(we,vi[0],vi[1])}},Ei=(we,ze)=>{let st;const kt=[];for(;(st=we.exec(ze))!==null;)kt.push(st);return kt},An=Q("HTMLFormElement"),En=we=>we.toLowerCase().replace(/[-_\s]([a-z\d])(\w*)/g,function(st,kt,Mt){return kt.toUpperCase()+Mt}),Qi=(({hasOwnProperty:we})=>(ze,st)=>we.call(ze,st))(Object.prototype),Yt=Q("RegExp"),Ut=(we,ze)=>{const st=Object.getOwnPropertyDescriptors(we),kt={};Ot(st,(Mt,vi)=>{let Ri;(Ri=ze(Mt,vi,we))!==!1&&(kt[vi]=Ri||Mt)}),Object.defineProperties(we,kt)},qi=we=>{Ut(we,(ze,st)=>{if(ee(we)&&["arguments","caller","callee"].indexOf(st)!==-1)return!1;const kt=we[st];if(ee(kt)){if(ze.enumerable=!1,"writable"in ze){ze.writable=!1;return}ze.set||(ze.set=()=>{throw Error("Can not rewrite read-only method '"+st+"'")})}})},Ne=(we,ze)=>{const st={},kt=Mt=>{Mt.forEach(vi=>{st[vi]=!0})};return U(we)?kt(we):kt(String(we).split(ze)),st},ft=()=>{},gt=(we,ze)=>we!=null&&Number.isFinite(we=+we)?we:ze;function Ve(we){return!!(we&&ee(we.append)&&we[G]==="FormData"&&we[d])}const ot=we=>{const ze=new Array(10),st=(kt,Mt)=>{if(xe(kt)){if(ze.indexOf(kt)>=0)return;if(_(kt))return kt;if(!("toJSON"in kt)){ze[Mt]=kt;const vi=U(kt)?[]:{};return Ot(kt,(Ri,aa)=>{const er=st(Ri,Mt+1);!T(er)&&(vi[aa]=er)}),ze[Mt]=void 0,vi}}return kt};return st(we,0)},ei=Q("AsyncFunction"),X=we=>we&&(xe(we)||ee(we))&&ee(we.then)&&ee(we.catch),A=((we,ze)=>we?setImmediate:ze?((st,kt)=>(ri.addEventListener("message",({source:Mt,data:vi})=>{Mt===ri&&vi===st&&kt.length&&kt.shift()()},!1),Mt=>{kt.push(Mt),ri.postMessage(st,"*")}))(`axios@${Math.random()}`,[]):st=>setTimeout(st))(typeof setImmediate=="function",ee(ri.postMessage)),g=typeof queueMicrotask<"u"?queueMicrotask.bind(ri):typeof v<"u"&&v.nextTick||A,$={isArray:U,isArrayBuffer:S,isBuffer:_,isFormData:ht,isArrayBufferView:K,isString:_e,isNumber:H,isBoolean:P,isObject:xe,isPlainObject:ce,isEmptyObject:Ce,isReadableStream:ai,isRequest:Ft,isResponse:jt,isHeaders:He,isUndefined:T,isDate:ke,isFile:J,isBlob:ye,isRegExp:Yt,isFunction:ee,isStream:ui,isURLSearchParams:_t,isTypedArray:oi,isFileList:Xe,forEach:Ot,merge:Li,extend:Yi,trim:ut,stripBOM:wi,inherits:Lt,toFlatObject:di,kindOf:j,kindOfTest:Q,endsWith:Vt,toArray:pn,forEachEntry:ni,matchAll:Ei,isHTMLForm:An,hasOwnProperty:Qi,hasOwnProp:Qi,reduceDescriptors:Ut,freezeMethods:qi,toObjectSet:Ne,toCamelCase:En,noop:ft,toFiniteNumber:gt,findKey:Gt,global:ri,isContextDefined:Ii,isSpecCompliantForm:Ve,toJSONObject:ot,isAsyncFn:ei,isThenable:X,setImmediate:A,asap:g,isIterable:we=>we!=null&&ee(we[d])};function Y(we,ze,st,kt,Mt){Error.call(this),Error.captureStackTrace?Error.captureStackTrace(this,this.constructor):this.stack=new Error().stack,this.message=we,this.name="AxiosError",ze&&(this.code=ze),st&&(this.config=st),kt&&(this.request=kt),Mt&&(this.response=Mt,this.status=Mt.status?Mt.status:null)}$.inherits(Y,Error,{toJSON:function(){return{message:this.message,name:this.name,description:this.description,number:this.number,fileName:this.fileName,lineNumber:this.lineNumber,columnNumber:this.columnNumber,stack:this.stack,config:$.toJSONObject(this.config),code:this.code,status:this.status}}});const ne=Y.prototype,Re={};["ERR_BAD_OPTION_VALUE","ERR_BAD_OPTION","ECONNABORTED","ETIMEDOUT","ERR_NETWORK","ERR_FR_TOO_MANY_REDIRECTS","ERR_DEPRECATED","ERR_BAD_RESPONSE","ERR_BAD_REQUEST","ERR_CANCELED","ERR_NOT_SUPPORT","ERR_INVALID_URL"].forEach(we=>{Re[we]={value:we}}),Object.defineProperties(Y,Re),Object.defineProperty(ne,"isAxiosError",{value:!0}),Y.from=(we,ze,st,kt,Mt,vi)=>{const Ri=Object.create(ne);$.toFlatObject(we,Ri,function(Pa){return Pa!==Error.prototype},Ma=>Ma!=="isAxiosError");const aa=we&&we.message?we.message:"Error",er=ze==null&&we?we.code:ze;return Y.call(Ri,aa,er,st,kt,Mt),we&&Ri.cause==null&&Object.defineProperty(Ri,"cause",{value:we,configurable:!0}),Ri.name=we&&we.name||"Error",vi&&Object.assign(Ri,vi),Ri};const Ge=Y,At=null;var Ze=a(48287).Buffer;function ve(we){return $.isPlainObject(we)||$.isArray(we)}function L(we){return $.endsWith(we,"[]")?we.slice(0,-2):we}function ge(we,ze,st){return we?we.concat(ze).map(function(Mt,vi){return Mt=L(Mt),!st&&vi?"["+Mt+"]":Mt}).join(st?".":""):ze}function Ae(we){return $.isArray(we)&&!we.some(ve)}const rt=$.toFlatObject($,{},null,function(ze){return/^is[A-Z]/.test(ze)});function Ht(we,ze,st){if(!$.isObject(we))throw new TypeError("target must be an object");ze=ze||new(At||FormData),st=$.toFlatObject(st,{metaTokens:!0,dots:!1,indexes:!1},!1,function(Ir,vr){return!$.isUndefined(vr[Ir])});const kt=st.metaTokens,Mt=st.visitor||Pa,vi=st.dots,Ri=st.indexes,er=(st.Blob||typeof Blob<"u"&&Blob)&&$.isSpecCompliantForm(ze);if(!$.isFunction(Mt))throw new TypeError("visitor must be a function");function Ma(La){if(La===null)return"";if($.isDate(La))return La.toISOString();if($.isBoolean(La))return La.toString();if(!er&&$.isBlob(La))throw new Ge("Blob is not supported. Use a Buffer instead.");return $.isArrayBuffer(La)||$.isTypedArray(La)?er&&typeof Blob=="function"?new Blob([La]):Ze.from(La):La}function Pa(La,Ir,vr){let Po=La;if(La&&!vr&&typeof La=="object"){if($.endsWith(Ir,"{}"))Ir=kt?Ir:Ir.slice(0,-2),La=JSON.stringify(La);else if($.isArray(La)&&Ae(La)||($.isFileList(La)||$.endsWith(Ir,"[]"))&&(Po=$.toArray(La)))return Ir=L(Ir),Po.forEach(function(Ko,ks){!($.isUndefined(Ko)||Ko===null)&&ze.append(Ri===!0?ge([Ir],ks,vi):Ri===null?Ir:Ir+"[]",Ma(Ko))}),!1}return ve(La)?!0:(ze.append(ge(vr,Ir,vi),Ma(La)),!1)}const kr=[],yo=Object.assign(rt,{defaultVisitor:Pa,convertValue:Ma,isVisitable:ve});function Oo(La,Ir){if(!$.isUndefined(La)){if(kr.indexOf(La)!==-1)throw Error("Circular reference detected in "+Ir.join("."));kr.push(La),$.forEach(La,function(Po,Ps){(!($.isUndefined(Po)||Po===null)&&Mt.call(ze,Po,$.isString(Ps)?Ps.trim():Ps,Ir,yo))===!0&&Oo(Po,Ir?Ir.concat(Ps):[Ps])}),kr.pop()}}if(!$.isObject(we))throw new TypeError("data must be an object");return Oo(we),ze}const Qt=Ht;function Qe(we){const ze={"!":"%21","'":"%27","(":"%28",")":"%29","~":"%7E","%20":"+","%00":"\0"};return encodeURIComponent(we).replace(/[!'()~]|%20|%00/g,function(kt){return ze[kt]})}function Rt(we,ze){this._pairs=[],we&&Qt(we,this,ze)}const Kt=Rt.prototype;Kt.append=function(ze,st){this._pairs.push([ze,st])},Kt.toString=function(ze){const st=ze?function(kt){return ze.call(this,kt,Qe)}:Qe;return this._pairs.map(function(Mt){return st(Mt[0])+"="+st(Mt[1])},"").join("&")};const wt=Rt;function un(we){return encodeURIComponent(we).replace(/%3A/gi,":").replace(/%24/g,"$").replace(/%2C/gi,",").replace(/%20/g,"+")}function en(we,ze,st){if(!ze)return we;const kt=st&&st.encode||un;$.isFunction(st)&&(st={serialize:st});const Mt=st&&st.serialize;let vi;if(Mt?vi=Mt(ze,st):vi=$.isURLSearchParams(ze)?ze.toString():new wt(ze,st).toString(kt),vi){const Ri=we.indexOf("#");Ri!==-1&&(we=we.slice(0,Ri)),we+=(we.indexOf("?")===-1?"?":"&")+vi}return we}class Ji{constructor(){this.handlers=[]}use(ze,st,kt){return this.handlers.push({fulfilled:ze,rejected:st,synchronous:kt?kt.synchronous:!1,runWhen:kt?kt.runWhen:null}),this.handlers.length-1}eject(ze){this.handlers[ze]&&(this.handlers[ze]=null)}clear(){this.handlers&&(this.handlers=[])}forEach(ze){$.forEach(this.handlers,function(kt){kt!==null&&ze(kt)})}}const Zn=Ji,oa={silentJSONParsing:!0,forcedJSONParsing:!0,clarifyTimeoutError:!1},Br={isBrowser:!0,classes:{URLSearchParams:typeof URLSearchParams<"u"?URLSearchParams:wt,FormData:typeof FormData<"u"?FormData:null,Blob:typeof Blob<"u"?Blob:null},protocols:["http","https","file","blob","url","data"]},Ja=typeof window<"u"&&typeof document<"u",hr=typeof navigator=="object"&&navigator||void 0,br=Ja&&(!hr||["ReactNative","NativeScript","NS"].indexOf(hr.product)<0),Ka=typeof WorkerGlobalScope<"u"&&self instanceof WorkerGlobalScope&&typeof self.importScripts=="function",Ur=Ja&&window.location.href||"http://localhost",zt={...e,...Br};function Wt(we,ze){return Qt(we,new zt.classes.URLSearchParams,{visitor:function(st,kt,Mt,vi){return zt.isNode&&$.isBuffer(st)?(this.append(kt,st.toString("base64")),!1):vi.defaultVisitor.apply(this,arguments)},...ze})}function Si(we){return $.matchAll(/\w+|\[(\w*)]/g,we).map(ze=>ze[0]==="[]"?"":ze[1]||ze[0])}function Oi(we){const ze={},st=Object.keys(we);let kt;const Mt=st.length;let vi;for(kt=0;kt<Mt;kt++)vi=st[kt],ze[vi]=we[vi];return ze}function zn(we){function ze(st,kt,Mt,vi){let Ri=st[vi++];if(Ri==="__proto__")return!0;const aa=Number.isFinite(+Ri),er=vi>=st.length;return Ri=!Ri&&$.isArray(Mt)?Mt.length:Ri,er?($.hasOwnProp(Mt,Ri)?Mt[Ri]=[Mt[Ri],kt]:Mt[Ri]=kt,!aa):((!Mt[Ri]||!$.isObject(Mt[Ri]))&&(Mt[Ri]=[]),ze(st,kt,Mt[Ri],vi)&&$.isArray(Mt[Ri])&&(Mt[Ri]=Oi(Mt[Ri])),!aa)}if($.isFormData(we)&&$.isFunction(we.entries)){const st={};return $.forEachEntry(we,(kt,Mt)=>{ze(Si(kt),Mt,st,0)}),st}return null}const Un=zn;function tr(we,ze,st){if($.isString(we))try{return(ze||JSON.parse)(we),$.trim(we)}catch(kt){if(kt.name!=="SyntaxError")throw kt}return(st||JSON.stringify)(we)}const Ai={transitional:oa,adapter:["xhr","http","fetch"],transformRequest:[function(ze,st){const kt=st.getContentType()||"",Mt=kt.indexOf("application/json")>-1,vi=$.isObject(ze);if(vi&&$.isHTMLForm(ze)&&(ze=new FormData(ze)),$.isFormData(ze))return Mt?JSON.stringify(Un(ze)):ze;if($.isArrayBuffer(ze)||$.isBuffer(ze)||$.isStream(ze)||$.isFile(ze)||$.isBlob(ze)||$.isReadableStream(ze))return ze;if($.isArrayBufferView(ze))return ze.buffer;if($.isURLSearchParams(ze))return st.setContentType("application/x-www-form-urlencoded;charset=utf-8",!1),ze.toString();let aa;if(vi){if(kt.indexOf("application/x-www-form-urlencoded")>-1)return Wt(ze,this.formSerializer).toString();if((aa=$.isFileList(ze))||kt.indexOf("multipart/form-data")>-1){const er=this.env&&this.env.FormData;return Qt(aa?{"files[]":ze}:ze,er&&new er,this.formSerializer)}}return vi||Mt?(st.setContentType("application/json",!1),tr(ze)):ze}],transformResponse:[function(ze){const st=this.transitional||Ai.transitional,kt=st&&st.forcedJSONParsing,Mt=this.responseType==="json";if($.isResponse(ze)||$.isReadableStream(ze))return ze;if(ze&&$.isString(ze)&&(kt&&!this.responseType||Mt)){const Ri=!(st&&st.silentJSONParsing)&&Mt;try{return JSON.parse(ze,this.parseReviver)}catch(aa){if(Ri)throw aa.name==="SyntaxError"?Ge.from(aa,Ge.ERR_BAD_RESPONSE,this,null,this.response):aa}}return ze}],timeout:0,xsrfCookieName:"XSRF-TOKEN",xsrfHeaderName:"X-XSRF-TOKEN",maxContentLength:-1,maxBodyLength:-1,env:{FormData:zt.classes.FormData,Blob:zt.classes.Blob},validateStatus:function(ze){return ze>=200&&ze<300},headers:{common:{Accept:"application/json, text/plain, */*","Content-Type":void 0}}};$.forEach(["delete","get","head","post","put","patch"],we=>{Ai.headers[we]={}});const Te=Ai,et=$.toObjectSet(["age","authorization","content-length","content-type","etag","expires","from","host","if-modified-since","if-unmodified-since","last-modified","location","max-forwards","proxy-authorization","referer","retry-after","user-agent"]),ii=we=>{const ze={};let st,kt,Mt;return we&&we.split(`
|
|
`).forEach(function(Ri){Mt=Ri.indexOf(":"),st=Ri.substring(0,Mt).trim().toLowerCase(),kt=Ri.substring(Mt+1).trim(),!(!st||ze[st]&&et[st])&&(st==="set-cookie"?ze[st]?ze[st].push(kt):ze[st]=[kt]:ze[st]=ze[st]?ze[st]+", "+kt:kt)}),ze},qt=Symbol("internals");function xi(we){return we&&String(we).trim().toLowerCase()}function ia(we){return we===!1||we==null?we:$.isArray(we)?we.map(ia):String(we)}function ca(we){const ze=Object.create(null),st=/([^\s,;=]+)\s*(?:=\s*([^,;]+))?/g;let kt;for(;kt=st.exec(we);)ze[kt[1]]=kt[2];return ze}const ma=we=>/^[-_a-zA-Z0-9^`|~,!#$%&'*+.]+$/.test(we.trim());function jn(we,ze,st,kt,Mt){if($.isFunction(kt))return kt.call(this,ze,st);if(Mt&&(ze=st),!!$.isString(ze)){if($.isString(kt))return ze.indexOf(kt)!==-1;if($.isRegExp(kt))return kt.test(ze)}}function $a(we){return we.trim().toLowerCase().replace(/([a-z\d])(\w*)/g,(ze,st,kt)=>st.toUpperCase()+kt)}function Ia(we,ze){const st=$.toCamelCase(" "+ze);["get","set","has"].forEach(kt=>{Object.defineProperty(we,kt+st,{value:function(Mt,vi,Ri){return this[kt].call(this,ze,Mt,vi,Ri)},configurable:!0})})}class gr{constructor(ze){ze&&this.set(ze)}set(ze,st,kt){const Mt=this;function vi(aa,er,Ma){const Pa=xi(er);if(!Pa)throw new Error("header name must be a non-empty string");const kr=$.findKey(Mt,Pa);(!kr||Mt[kr]===void 0||Ma===!0||Ma===void 0&&Mt[kr]!==!1)&&(Mt[kr||er]=ia(aa))}const Ri=(aa,er)=>$.forEach(aa,(Ma,Pa)=>vi(Ma,Pa,er));if($.isPlainObject(ze)||ze instanceof this.constructor)Ri(ze,st);else if($.isString(ze)&&(ze=ze.trim())&&!ma(ze))Ri(ii(ze),st);else if($.isObject(ze)&&$.isIterable(ze)){let aa={},er,Ma;for(const Pa of ze){if(!$.isArray(Pa))throw TypeError("Object iterator must return a key-value pair");aa[Ma=Pa[0]]=(er=aa[Ma])?$.isArray(er)?[...er,Pa[1]]:[er,Pa[1]]:Pa[1]}Ri(aa,st)}else ze!=null&&vi(st,ze,kt);return this}get(ze,st){if(ze=xi(ze),ze){const kt=$.findKey(this,ze);if(kt){const Mt=this[kt];if(!st)return Mt;if(st===!0)return ca(Mt);if($.isFunction(st))return st.call(this,Mt,kt);if($.isRegExp(st))return st.exec(Mt);throw new TypeError("parser must be boolean|regexp|function")}}}has(ze,st){if(ze=xi(ze),ze){const kt=$.findKey(this,ze);return!!(kt&&this[kt]!==void 0&&(!st||jn(this,this[kt],kt,st)))}return!1}delete(ze,st){const kt=this;let Mt=!1;function vi(Ri){if(Ri=xi(Ri),Ri){const aa=$.findKey(kt,Ri);aa&&(!st||jn(kt,kt[aa],aa,st))&&(delete kt[aa],Mt=!0)}}return $.isArray(ze)?ze.forEach(vi):vi(ze),Mt}clear(ze){const st=Object.keys(this);let kt=st.length,Mt=!1;for(;kt--;){const vi=st[kt];(!ze||jn(this,this[vi],vi,ze,!0))&&(delete this[vi],Mt=!0)}return Mt}normalize(ze){const st=this,kt={};return $.forEach(this,(Mt,vi)=>{const Ri=$.findKey(kt,vi);if(Ri){st[Ri]=ia(Mt),delete st[vi];return}const aa=ze?$a(vi):String(vi).trim();aa!==vi&&delete st[vi],st[aa]=ia(Mt),kt[aa]=!0}),this}concat(...ze){return this.constructor.concat(this,...ze)}toJSON(ze){const st=Object.create(null);return $.forEach(this,(kt,Mt)=>{kt!=null&&kt!==!1&&(st[Mt]=ze&&$.isArray(kt)?kt.join(", "):kt)}),st}[Symbol.iterator](){return Object.entries(this.toJSON())[Symbol.iterator]()}toString(){return Object.entries(this.toJSON()).map(([ze,st])=>ze+": "+st).join(`
|
|
`)}getSetCookie(){return this.get("set-cookie")||[]}get[Symbol.toStringTag](){return"AxiosHeaders"}static from(ze){return ze instanceof this?ze:new this(ze)}static concat(ze,...st){const kt=new this(ze);return st.forEach(Mt=>kt.set(Mt)),kt}static accessor(ze){const kt=(this[qt]=this[qt]={accessors:{}}).accessors,Mt=this.prototype;function vi(Ri){const aa=xi(Ri);kt[aa]||(Ia(Mt,Ri),kt[aa]=!0)}return $.isArray(ze)?ze.forEach(vi):vi(ze),this}}gr.accessor(["Content-Type","Content-Length","Accept","Accept-Encoding","User-Agent","Authorization"]),$.reduceDescriptors(gr.prototype,({value:we},ze)=>{let st=ze[0].toUpperCase()+ze.slice(1);return{get:()=>we,set(kt){this[st]=kt}}}),$.freezeMethods(gr);const Ta=gr;function to(we,ze){const st=this||Te,kt=ze||st,Mt=Ta.from(kt.headers);let vi=kt.data;return $.forEach(we,function(aa){vi=aa.call(st,vi,Mt.normalize(),ze?ze.status:void 0)}),Mt.normalize(),vi}function Kr(we){return!!(we&&we.__CANCEL__)}function lr(we,ze,st){Ge.call(this,we??"canceled",Ge.ERR_CANCELED,ze,st),this.name="CanceledError"}$.inherits(lr,Ge,{__CANCEL__:!0});const Wr=lr;function Le(we,ze,st){const kt=st.config.validateStatus;!st.status||!kt||kt(st.status)?we(st):ze(new Ge("Request failed with status code "+st.status,[Ge.ERR_BAD_REQUEST,Ge.ERR_BAD_RESPONSE][Math.floor(st.status/100)-4],st.config,st.request,st))}function lt(we){const ze=/^([-+\w]{1,25})(:?\/\/|:)/.exec(we);return ze&&ze[1]||""}function u(we,ze){we=we||10;const st=new Array(we),kt=new Array(we);let Mt=0,vi=0,Ri;return ze=ze!==void 0?ze:1e3,function(er){const Ma=Date.now(),Pa=kt[vi];Ri||(Ri=Ma),st[Mt]=er,kt[Mt]=Ma;let kr=vi,yo=0;for(;kr!==Mt;)yo+=st[kr++],kr=kr%we;if(Mt=(Mt+1)%we,Mt===vi&&(vi=(vi+1)%we),Ma-Ri<ze)return;const Oo=Pa&&Ma-Pa;return Oo?Math.round(yo*1e3/Oo):void 0}}const b=u;function R(we,ze){let st=0,kt=1e3/ze,Mt,vi;const Ri=(Ma,Pa=Date.now())=>{st=Pa,Mt=null,vi&&(clearTimeout(vi),vi=null),we(...Ma)};return[(...Ma)=>{const Pa=Date.now(),kr=Pa-st;kr>=kt?Ri(Ma,Pa):(Mt=Ma,vi||(vi=setTimeout(()=>{vi=null,Ri(Mt)},kt-kr)))},()=>Mt&&Ri(Mt)]}const q=R,oe=(we,ze,st=3)=>{let kt=0;const Mt=b(50,250);return q(vi=>{const Ri=vi.loaded,aa=vi.lengthComputable?vi.total:void 0,er=Ri-kt,Ma=Mt(er),Pa=Ri<=aa;kt=Ri;const kr={loaded:Ri,total:aa,progress:aa?Ri/aa:void 0,bytes:er,rate:Ma||void 0,estimated:Ma&&aa&&Pa?(aa-Ri)/Ma:void 0,event:vi,lengthComputable:aa!=null,[ze?"download":"upload"]:!0};we(kr)},st)},z=(we,ze)=>{const st=we!=null;return[kt=>ze[0]({lengthComputable:st,total:we,loaded:kt}),ze[1]]},ae=we=>(...ze)=>$.asap(()=>we(...ze)),Ee=zt.hasStandardBrowserEnv?((we,ze)=>st=>(st=new URL(st,zt.origin),we.protocol===st.protocol&&we.host===st.host&&(ze||we.port===st.port)))(new URL(zt.origin),zt.navigator&&/(msie|trident)/i.test(zt.navigator.userAgent)):()=>!0,V=zt.hasStandardBrowserEnv?{write(we,ze,st,kt,Mt,vi){const Ri=[we+"="+encodeURIComponent(ze)];$.isNumber(st)&&Ri.push("expires="+new Date(st).toGMTString()),$.isString(kt)&&Ri.push("path="+kt),$.isString(Mt)&&Ri.push("domain="+Mt),vi===!0&&Ri.push("secure"),document.cookie=Ri.join("; ")},read(we){const ze=document.cookie.match(new RegExp("(^|;\\s*)("+we+")=([^;]*)"));return ze?decodeURIComponent(ze[3]):null},remove(we){this.write(we,"",Date.now()-864e5)}}:{write(){},read(){return null},remove(){}};function Fe(we){return/^([a-z][a-z\d+\-.]*:)?\/\//i.test(we)}function De(we,ze){return ze?we.replace(/\/?\/$/,"")+"/"+ze.replace(/^\/+/,""):we}function Et(we,ze,st){let kt=!Fe(ze);return we&&(kt||st==!1)?De(we,ze):ze}const yi=we=>we instanceof Ta?{...we}:we;function gi(we,ze){ze=ze||{};const st={};function kt(Ma,Pa,kr,yo){return $.isPlainObject(Ma)&&$.isPlainObject(Pa)?$.merge.call({caseless:yo},Ma,Pa):$.isPlainObject(Pa)?$.merge({},Pa):$.isArray(Pa)?Pa.slice():Pa}function Mt(Ma,Pa,kr,yo){if($.isUndefined(Pa)){if(!$.isUndefined(Ma))return kt(void 0,Ma,kr,yo)}else return kt(Ma,Pa,kr,yo)}function vi(Ma,Pa){if(!$.isUndefined(Pa))return kt(void 0,Pa)}function Ri(Ma,Pa){if($.isUndefined(Pa)){if(!$.isUndefined(Ma))return kt(void 0,Ma)}else return kt(void 0,Pa)}function aa(Ma,Pa,kr){if(kr in ze)return kt(Ma,Pa);if(kr in we)return kt(void 0,Ma)}const er={url:vi,method:vi,data:vi,baseURL:Ri,transformRequest:Ri,transformResponse:Ri,paramsSerializer:Ri,timeout:Ri,timeoutMessage:Ri,withCredentials:Ri,withXSRFToken:Ri,adapter:Ri,responseType:Ri,xsrfCookieName:Ri,xsrfHeaderName:Ri,onUploadProgress:Ri,onDownloadProgress:Ri,decompress:Ri,maxContentLength:Ri,maxBodyLength:Ri,beforeRedirect:Ri,transport:Ri,httpAgent:Ri,httpsAgent:Ri,cancelToken:Ri,socketPath:Ri,responseEncoding:Ri,validateStatus:aa,headers:(Ma,Pa,kr)=>Mt(yi(Ma),yi(Pa),kr,!0)};return $.forEach(Object.keys({...we,...ze}),function(Pa){const kr=er[Pa]||Mt,yo=kr(we[Pa],ze[Pa],Pa);$.isUndefined(yo)&&kr!==aa||(st[Pa]=yo)}),st}const fn=we=>{const ze=gi({},we);let{data:st,withXSRFToken:kt,xsrfHeaderName:Mt,xsrfCookieName:vi,headers:Ri,auth:aa}=ze;if(ze.headers=Ri=Ta.from(Ri),ze.url=en(Et(ze.baseURL,ze.url,ze.allowAbsoluteUrls),we.params,we.paramsSerializer),aa&&Ri.set("Authorization","Basic "+btoa((aa.username||"")+":"+(aa.password?unescape(encodeURIComponent(aa.password)):""))),$.isFormData(st)){if(zt.hasStandardBrowserEnv||zt.hasStandardBrowserWebWorkerEnv)Ri.setContentType(void 0);else if($.isFunction(st.getHeaders)){const er=st.getHeaders(),Ma=["content-type","content-length"];Object.entries(er).forEach(([Pa,kr])=>{Ma.includes(Pa.toLowerCase())&&Ri.set(Pa,kr)})}}if(zt.hasStandardBrowserEnv&&(kt&&$.isFunction(kt)&&(kt=kt(ze)),kt||kt!==!1&&Ee(ze.url))){const er=Mt&&vi&&V.read(vi);er&&Ri.set(Mt,er)}return ze},je=typeof XMLHttpRequest<"u"&&function(we){return new Promise(function(st,kt){const Mt=fn(we);let vi=Mt.data;const Ri=Ta.from(Mt.headers).normalize();let{responseType:aa,onUploadProgress:er,onDownloadProgress:Ma}=Mt,Pa,kr,yo,Oo,La;function Ir(){Oo&&Oo(),La&&La(),Mt.cancelToken&&Mt.cancelToken.unsubscribe(Pa),Mt.signal&&Mt.signal.removeEventListener("abort",Pa)}let vr=new XMLHttpRequest;vr.open(Mt.method.toUpperCase(),Mt.url,!0),vr.timeout=Mt.timeout;function Po(){if(!vr)return;const Ko=Ta.from("getAllResponseHeaders"in vr&&vr.getAllResponseHeaders()),Lo={data:!aa||aa==="text"||aa==="json"?vr.responseText:vr.response,status:vr.status,statusText:vr.statusText,headers:Ko,config:we,request:vr};Le(function(Yo){st(Yo),Ir()},function(Yo){kt(Yo),Ir()},Lo),vr=null}"onloadend"in vr?vr.onloadend=Po:vr.onreadystatechange=function(){!vr||vr.readyState!==4||vr.status===0&&!(vr.responseURL&&vr.responseURL.indexOf("file:")===0)||setTimeout(Po)},vr.onabort=function(){vr&&(kt(new Ge("Request aborted",Ge.ECONNABORTED,we,vr)),vr=null)},vr.onerror=function(ks){const Lo=ks&&ks.message?ks.message:"Network Error",el=new Ge(Lo,Ge.ERR_NETWORK,we,vr);el.event=ks||null,kt(el),vr=null},vr.ontimeout=function(){let ks=Mt.timeout?"timeout of "+Mt.timeout+"ms exceeded":"timeout exceeded";const Lo=Mt.transitional||oa;Mt.timeoutErrorMessage&&(ks=Mt.timeoutErrorMessage),kt(new Ge(ks,Lo.clarifyTimeoutError?Ge.ETIMEDOUT:Ge.ECONNABORTED,we,vr)),vr=null},vi===void 0&&Ri.setContentType(null),"setRequestHeader"in vr&&$.forEach(Ri.toJSON(),function(ks,Lo){vr.setRequestHeader(Lo,ks)}),$.isUndefined(Mt.withCredentials)||(vr.withCredentials=!!Mt.withCredentials),aa&&aa!=="json"&&(vr.responseType=Mt.responseType),Ma&&([yo,La]=oe(Ma,!0),vr.addEventListener("progress",yo)),er&&vr.upload&&([kr,Oo]=oe(er),vr.upload.addEventListener("progress",kr),vr.upload.addEventListener("loadend",Oo)),(Mt.cancelToken||Mt.signal)&&(Pa=Ko=>{vr&&(kt(!Ko||Ko.type?new Wr(null,we,vr):Ko),vr.abort(),vr=null)},Mt.cancelToken&&Mt.cancelToken.subscribe(Pa),Mt.signal&&(Mt.signal.aborted?Pa():Mt.signal.addEventListener("abort",Pa)));const Ps=lt(Mt.url);if(Ps&&zt.protocols.indexOf(Ps)===-1){kt(new Ge("Unsupported protocol "+Ps+":",Ge.ERR_BAD_REQUEST,we));return}vr.send(vi||null)})},mt=(we,ze)=>{const{length:st}=we=we?we.filter(Boolean):[];if(ze||st){let kt=new AbortController,Mt;const vi=function(Ma){if(!Mt){Mt=!0,aa();const Pa=Ma instanceof Error?Ma:this.reason;kt.abort(Pa instanceof Ge?Pa:new Wr(Pa instanceof Error?Pa.message:Pa))}};let Ri=ze&&setTimeout(()=>{Ri=null,vi(new Ge(`timeout ${ze} of ms exceeded`,Ge.ETIMEDOUT))},ze);const aa=()=>{we&&(Ri&&clearTimeout(Ri),Ri=null,we.forEach(Ma=>{Ma.unsubscribe?Ma.unsubscribe(vi):Ma.removeEventListener("abort",vi)}),we=null)};we.forEach(Ma=>Ma.addEventListener("abort",vi));const{signal:er}=kt;return er.unsubscribe=()=>$.asap(aa),er}},dt=function*(we,ze){let st=we.byteLength;if(!ze||st<ze){yield we;return}let kt=0,Mt;for(;kt<st;)Mt=kt+ze,yield we.slice(kt,Mt),kt=Mt},li=async function*(we,ze){for await(const st of Ui(we))yield*dt(st,ze)},Ui=async function*(we){if(we[Symbol.asyncIterator]){yield*we;return}const ze=we.getReader();try{for(;;){const{done:st,value:kt}=await ze.read();if(st)break;yield kt}}finally{await ze.cancel()}},Hn=(we,ze,st,kt)=>{const Mt=li(we,ze);let vi=0,Ri,aa=er=>{Ri||(Ri=!0,kt&&kt(er))};return new ReadableStream({async pull(er){try{const{done:Ma,value:Pa}=await Mt.next();if(Ma){aa(),er.close();return}let kr=Pa.byteLength;if(st){let yo=vi+=kr;st(yo)}er.enqueue(new Uint8Array(Pa))}catch(Ma){throw aa(Ma),Ma}},cancel(er){return aa(er),Mt.return()}},{highWaterMark:2})},rn=64*1024,{isFunction:Nn}=$,ba=(({Request:we,Response:ze})=>({Request:we,Response:ze}))($.global),{ReadableStream:Ra,TextEncoder:ka}=$.global,ea=(we,...ze)=>{try{return!!we(...ze)}catch{return!1}},re=we=>{we=$.merge.call({skipUndefined:!0},ba,we);const{fetch:ze,Request:st,Response:kt}=we,Mt=ze?Nn(ze):typeof fetch=="function",vi=Nn(st),Ri=Nn(kt);if(!Mt)return!1;const aa=Mt&&Nn(Ra),er=Mt&&(typeof ka=="function"?(La=>Ir=>La.encode(Ir))(new ka):async La=>new Uint8Array(await new st(La).arrayBuffer())),Ma=vi&&aa&&ea(()=>{let La=!1;const Ir=new st(zt.origin,{body:new Ra,method:"POST",get duplex(){return La=!0,"half"}}).headers.has("Content-Type");return La&&!Ir}),Pa=Ri&&aa&&ea(()=>$.isReadableStream(new kt("").body)),kr={stream:Pa&&(La=>La.body)};Mt&&["text","arrayBuffer","blob","formData","stream"].forEach(La=>{!kr[La]&&(kr[La]=(Ir,vr)=>{let Po=Ir&&Ir[La];if(Po)return Po.call(Ir);throw new Ge(`Response type '${La}' is not supported`,Ge.ERR_NOT_SUPPORT,vr)})});const yo=async La=>{if(La==null)return 0;if($.isBlob(La))return La.size;if($.isSpecCompliantForm(La))return(await new st(zt.origin,{method:"POST",body:La}).arrayBuffer()).byteLength;if($.isArrayBufferView(La)||$.isArrayBuffer(La))return La.byteLength;if($.isURLSearchParams(La)&&(La=La+""),$.isString(La))return(await er(La)).byteLength},Oo=async(La,Ir)=>{const vr=$.toFiniteNumber(La.getContentLength());return vr??yo(Ir)};return async La=>{let{url:Ir,method:vr,data:Po,signal:Ps,cancelToken:Ko,timeout:ks,onDownloadProgress:Lo,onUploadProgress:el,responseType:Yo,headers:cl,withCredentials:fs="same-origin",fetchOptions:au}=fn(La),tl=ze||fetch;Yo=Yo?(Yo+"").toLowerCase():"text";let Xl=mt([Ps,Ko&&Ko.toAbortSignal()],ks),Pr=null;const Vs=Xl&&Xl.unsubscribe&&(()=>{Xl.unsubscribe()});let eo;try{if(el&&Ma&&vr!=="get"&&vr!=="head"&&(eo=await Oo(cl,Po))!==0){let Ks=new st(Ir,{method:"POST",body:Po,duplex:"half"}),il;if($.isFormData(Po)&&(il=Ks.headers.get("content-type"))&&cl.setContentType(il),Ks.body){const[Yl,gs]=z(eo,oe(ae(el)));Po=Hn(Ks.body,rn,Yl,gs)}}$.isString(fs)||(fs=fs?"include":"omit");const Ro=vi&&"credentials"in st.prototype,fl={...au,signal:Xl,method:vr.toUpperCase(),headers:cl.normalize().toJSON(),body:Po,duplex:"half",credentials:Ro?fs:void 0};Pr=vi&&new st(Ir,fl);let ps=await(vi?tl(Pr,au):tl(Ir,fl));const gl=Pa&&(Yo==="stream"||Yo==="response");if(Pa&&(Lo||gl&&Vs)){const Ks={};["status","statusText","headers"].forEach(pu=>{Ks[pu]=ps[pu]});const il=$.toFiniteNumber(ps.headers.get("content-length")),[Yl,gs]=Lo&&z(il,oe(ae(Lo),!0))||[];ps=new kt(Hn(ps.body,rn,Yl,()=>{gs&&gs(),Vs&&Vs()}),Ks)}Yo=Yo||"text";let Vo=await kr[$.findKey(kr,Yo)||"text"](ps,La);return!gl&&Vs&&Vs(),await new Promise((Ks,il)=>{Le(Ks,il,{data:Vo,headers:Ta.from(ps.headers),status:ps.status,statusText:ps.statusText,config:La,request:Pr})})}catch(Ro){throw Vs&&Vs(),Ro&&Ro.name==="TypeError"&&/Load failed|fetch/i.test(Ro.message)?Object.assign(new Ge("Network Error",Ge.ERR_NETWORK,La,Pr),{cause:Ro.cause||Ro}):Ge.from(Ro,Ro&&Ro.code,La,Pr)}}},Ye=new Map,Pt=we=>{let ze=we?we.env:{};const{fetch:st,Request:kt,Response:Mt}=ze,vi=[kt,Mt,st];let Ri=vi.length,aa=Ri,er,Ma,Pa=Ye;for(;aa--;)er=vi[aa],Ma=Pa.get(er),Ma===void 0&&Pa.set(er,Ma=aa?new Map:re(ze)),Pa=Ma;return Ma},Bi=Pt(),dn=null,sa={http:At,xhr:je,fetch:{get:Pt}};$.forEach(sa,(we,ze)=>{if(we){try{Object.defineProperty(we,"name",{value:ze})}catch{}Object.defineProperty(we,"adapterName",{value:ze})}});const gn=we=>`- ${we}`,tn=we=>$.isFunction(we)||we===null||we===!1,bt={getAdapter:(we,ze)=>{we=$.isArray(we)?we:[we];const{length:st}=we;let kt,Mt;const vi={};for(let Ri=0;Ri<st;Ri++){kt=we[Ri];let aa;if(Mt=kt,!tn(kt)&&(Mt=sa[(aa=String(kt)).toLowerCase()],Mt===void 0))throw new Ge(`Unknown adapter '${aa}'`);if(Mt&&($.isFunction(Mt)||(Mt=Mt.get(ze))))break;vi[aa||"#"+Ri]=Mt}if(!Mt){const Ri=Object.entries(vi).map(([er,Ma])=>`adapter ${er} `+(Ma===!1?"is not supported by the environment":"is not available in the build"));let aa=st?Ri.length>1?`since :
|
|
`+Ri.map(gn).join(`
|
|
`):" "+gn(Ri[0]):"as no adapter specified";throw new Ge("There is no suitable adapter to dispatch the request "+aa,"ERR_NOT_SUPPORT")}return Mt},adapters:sa};function sn(we){if(we.cancelToken&&we.cancelToken.throwIfRequested(),we.signal&&we.signal.aborted)throw new Wr(null,we)}function Oa(we){return sn(we),we.headers=Ta.from(we.headers),we.data=to.call(we,we.transformRequest),["post","put","patch"].indexOf(we.method)!==-1&&we.headers.setContentType("application/x-www-form-urlencoded",!1),bt.getAdapter(we.adapter||Te.adapter,we)(we).then(function(kt){return sn(we),kt.data=to.call(we,we.transformResponse,kt),kt.headers=Ta.from(kt.headers),kt},function(kt){return Kr(kt)||(sn(we),kt&&kt.response&&(kt.response.data=to.call(we,we.transformResponse,kt.response),kt.response.headers=Ta.from(kt.response.headers))),Promise.reject(kt)})}const _r="1.12.2",Qa={};["object","boolean","number","function","string","symbol"].forEach((we,ze)=>{Qa[we]=function(kt){return typeof kt===we||"a"+(ze<1?"n ":" ")+we}});const Rr={};Qa.transitional=function(ze,st,kt){function Mt(vi,Ri){return"[Axios v"+_r+"] Transitional option '"+vi+"'"+Ri+(kt?". "+kt:"")}return(vi,Ri,aa)=>{if(ze===!1)throw new Ge(Mt(Ri," has been removed"+(st?" in "+st:"")),Ge.ERR_DEPRECATED);return st&&!Rr[Ri]&&(Rr[Ri]=!0,console.warn(Mt(Ri," has been deprecated since v"+st+" and will be removed in the near future"))),ze?ze(vi,Ri,aa):!0}},Qa.spelling=function(ze){return(st,kt)=>(console.warn(`${kt} is likely a misspelling of ${ze}`),!0)};function io(we,ze,st){if(typeof we!="object")throw new Ge("options must be an object",Ge.ERR_BAD_OPTION_VALUE);const kt=Object.keys(we);let Mt=kt.length;for(;Mt-- >0;){const vi=kt[Mt],Ri=ze[vi];if(Ri){const aa=we[vi],er=aa===void 0||Ri(aa,vi,we);if(er!==!0)throw new Ge("option "+vi+" must be "+er,Ge.ERR_BAD_OPTION_VALUE);continue}if(st!==!0)throw new Ge("Unknown option "+vi,Ge.ERR_BAD_OPTION)}}const Do={assertOptions:io,validators:Qa},go=Do.validators;class no{constructor(ze){this.defaults=ze||{},this.interceptors={request:new Zn,response:new Zn}}async request(ze,st){try{return await this._request(ze,st)}catch(kt){if(kt instanceof Error){let Mt={};Error.captureStackTrace?Error.captureStackTrace(Mt):Mt=new Error;const vi=Mt.stack?Mt.stack.replace(/^.+\n/,""):"";try{kt.stack?vi&&!String(kt.stack).endsWith(vi.replace(/^.+\n.+\n/,""))&&(kt.stack+=`
|
|
`+vi):kt.stack=vi}catch{}}throw kt}}_request(ze,st){typeof ze=="string"?(st=st||{},st.url=ze):st=ze||{},st=gi(this.defaults,st);const{transitional:kt,paramsSerializer:Mt,headers:vi}=st;kt!==void 0&&Do.assertOptions(kt,{silentJSONParsing:go.transitional(go.boolean),forcedJSONParsing:go.transitional(go.boolean),clarifyTimeoutError:go.transitional(go.boolean)},!1),Mt!=null&&($.isFunction(Mt)?st.paramsSerializer={serialize:Mt}:Do.assertOptions(Mt,{encode:go.function,serialize:go.function},!0)),st.allowAbsoluteUrls!==void 0||(this.defaults.allowAbsoluteUrls!==void 0?st.allowAbsoluteUrls=this.defaults.allowAbsoluteUrls:st.allowAbsoluteUrls=!0),Do.assertOptions(st,{baseUrl:go.spelling("baseURL"),withXsrfToken:go.spelling("withXSRFToken")},!0),st.method=(st.method||this.defaults.method||"get").toLowerCase();let Ri=vi&&$.merge(vi.common,vi[st.method]);vi&&$.forEach(["delete","get","head","post","put","patch","common"],La=>{delete vi[La]}),st.headers=Ta.concat(Ri,vi);const aa=[];let er=!0;this.interceptors.request.forEach(function(Ir){typeof Ir.runWhen=="function"&&Ir.runWhen(st)===!1||(er=er&&Ir.synchronous,aa.unshift(Ir.fulfilled,Ir.rejected))});const Ma=[];this.interceptors.response.forEach(function(Ir){Ma.push(Ir.fulfilled,Ir.rejected)});let Pa,kr=0,yo;if(!er){const La=[Oa.bind(this),void 0];for(La.unshift(...aa),La.push(...Ma),yo=La.length,Pa=Promise.resolve(st);kr<yo;)Pa=Pa.then(La[kr++],La[kr++]);return Pa}yo=aa.length;let Oo=st;for(;kr<yo;){const La=aa[kr++],Ir=aa[kr++];try{Oo=La(Oo)}catch(vr){Ir.call(this,vr);break}}try{Pa=Oa.call(this,Oo)}catch(La){return Promise.reject(La)}for(kr=0,yo=Ma.length;kr<yo;)Pa=Pa.then(Ma[kr++],Ma[kr++]);return Pa}getUri(ze){ze=gi(this.defaults,ze);const st=Et(ze.baseURL,ze.url,ze.allowAbsoluteUrls);return en(st,ze.params,ze.paramsSerializer)}}$.forEach(["delete","get","head","options"],function(ze){no.prototype[ze]=function(st,kt){return this.request(gi(kt||{},{method:ze,url:st,data:(kt||{}).data}))}}),$.forEach(["post","put","patch"],function(ze){function st(kt){return function(vi,Ri,aa){return this.request(gi(aa||{},{method:ze,headers:kt?{"Content-Type":"multipart/form-data"}:{},url:vi,data:Ri}))}}no.prototype[ze]=st(),no.prototype[ze+"Form"]=st(!0)});const fo=no;class Xo{constructor(ze){if(typeof ze!="function")throw new TypeError("executor must be a function.");let st;this.promise=new Promise(function(vi){st=vi});const kt=this;this.promise.then(Mt=>{if(!kt._listeners)return;let vi=kt._listeners.length;for(;vi-- >0;)kt._listeners[vi](Mt);kt._listeners=null}),this.promise.then=Mt=>{let vi;const Ri=new Promise(aa=>{kt.subscribe(aa),vi=aa}).then(Mt);return Ri.cancel=function(){kt.unsubscribe(vi)},Ri},ze(function(vi,Ri,aa){kt.reason||(kt.reason=new Wr(vi,Ri,aa),st(kt.reason))})}throwIfRequested(){if(this.reason)throw this.reason}subscribe(ze){if(this.reason){ze(this.reason);return}this._listeners?this._listeners.push(ze):this._listeners=[ze]}unsubscribe(ze){if(!this._listeners)return;const st=this._listeners.indexOf(ze);st!==-1&&this._listeners.splice(st,1)}toAbortSignal(){const ze=new AbortController,st=kt=>{ze.abort(kt)};return this.subscribe(st),ze.signal.unsubscribe=()=>this.unsubscribe(st),ze.signal}static source(){let ze;return{token:new Xo(function(Mt){ze=Mt}),cancel:ze}}}const hs=Xo;function Hl(we){return function(st){return we.apply(null,st)}}function Kl(we){return $.isObject(we)&&we.isAxiosError===!0}const ll={Continue:100,SwitchingProtocols:101,Processing:102,EarlyHints:103,Ok:200,Created:201,Accepted:202,NonAuthoritativeInformation:203,NoContent:204,ResetContent:205,PartialContent:206,MultiStatus:207,AlreadyReported:208,ImUsed:226,MultipleChoices:300,MovedPermanently:301,Found:302,SeeOther:303,NotModified:304,UseProxy:305,Unused:306,TemporaryRedirect:307,PermanentRedirect:308,BadRequest:400,Unauthorized:401,PaymentRequired:402,Forbidden:403,NotFound:404,MethodNotAllowed:405,NotAcceptable:406,ProxyAuthenticationRequired:407,RequestTimeout:408,Conflict:409,Gone:410,LengthRequired:411,PreconditionFailed:412,PayloadTooLarge:413,UriTooLong:414,UnsupportedMediaType:415,RangeNotSatisfiable:416,ExpectationFailed:417,ImATeapot:418,MisdirectedRequest:421,UnprocessableEntity:422,Locked:423,FailedDependency:424,TooEarly:425,UpgradeRequired:426,PreconditionRequired:428,TooManyRequests:429,RequestHeaderFieldsTooLarge:431,UnavailableForLegalReasons:451,InternalServerError:500,NotImplemented:501,BadGateway:502,ServiceUnavailable:503,GatewayTimeout:504,HttpVersionNotSupported:505,VariantAlsoNegotiates:506,InsufficientStorage:507,LoopDetected:508,NotExtended:510,NetworkAuthenticationRequired:511};Object.entries(ll).forEach(([we,ze])=>{ll[ze]=we});const Eu=ll;function mu(we){const ze=new fo(we),st=c(fo.prototype.request,ze);return $.extend(st,fo.prototype,ze,{allOwnKeys:!0}),$.extend(st,ze,null,{allOwnKeys:!0}),st.create=function(Mt){return mu(gi(we,Mt))},st}const os=mu(Te);os.Axios=fo,os.CanceledError=Wr,os.CancelToken=hs,os.isCancel=Kr,os.VERSION=_r,os.toFormData=Qt,os.AxiosError=Ge,os.Cancel=os.CanceledError,os.all=function(ze){return Promise.all(ze)},os.spread=Hl,os.isAxiosError=Kl,os.mergeConfig=gi,os.AxiosHeaders=Ta,os.formToJSON=we=>Un($.isHTMLForm(we)?new FormData(we):we),os.getAdapter=bt.getAdapter,os.HttpStatusCode=Eu,os.default=os;const Ol=os,{Axios:Du,AxiosError:tu,CanceledError:$l,isCancel:Cu,CancelToken:hu,VERSION:Su,all:Gl,Cancel:zu,isAxiosError:cs,spread:Uu,toFormData:iu,AxiosHeaders:kl,HttpStatusCode:xu,formToJSON:_u,getAdapter:Au,mergeConfig:nu}=Ol;var Tu=a(63814);/*!
|
|
* SPDX-License-Identifier: GPL-3.0-or-later
|
|
* SPDX-FileCopyrightText: 2025 F7cloud GmbH and F7cloud contributors
|
|
*/const wl=Ol.create({headers:{requesttoken:(0,i.do)()??"","X-Requested-With":"XMLHttpRequest"}});(0,i.zo)(we=>{wl.defaults.headers.requesttoken=we});const ul=Object.assign(wl,{CancelToken:Ol.CancelToken,isCancel:Ol.isCancel}),Js=Symbol("csrf-retry");function Zs(we){return async ze=>{if(!cs(ze))throw ze;const{config:st,response:kt,request:Mt}=ze,vi=Mt?.responseURL;if(st&&!st[Js]&&kt?.status===412&&kt?.data?.message==="CSRF check failed"){console.warn(`Request to ${vi} failed because of a CSRF mismatch. Fetching a new token`);const{data:{token:Ri}}=await we.get((0,Tu.Jv)("/csrftoken"));return console.debug(`New request token ${Ri} fetched`),we.defaults.headers.requesttoken=Ri,we({...st,headers:{...st.headers,requesttoken:Ri},[Js]:!0})}throw ze}}const El=Symbol("retryDelay");function dl(we){return async ze=>{if(!cs(ze))throw ze;const{config:st,response:kt,request:Mt}=ze,vi=Mt?.responseURL,Ri=kt?.status,aa=kt?.headers;let er=typeof st?.[El]=="number"?st?.[El]:1;if(Ri===503&&aa?.["x-f7cloud-maintenance-mode"]==="1"&&st?.retryIfMaintenanceMode){if(er*=2,er>32)throw console.error("Retry delay exceeded one minute, giving up.",{responseURL:vi}),ze;return console.warn(`Request to ${vi} failed because of maintenance mode. Retrying in ${er}s`),await new Promise(Ma=>{setTimeout(Ma,er*1e3)}),we({...st,[El]:er})}throw ze}}async function Ws(we){if(cs(we)){const{config:ze,response:st,request:kt}=we,Mt=kt?.responseURL;st?.status===401&&st?.data?.message==="Current user is not logged in"&&ze?.reloadExpiredSession&&window?.location&&(console.error(`Request to ${Mt} failed because the user session expired. Reloading the page \u2026`),window.location.reload())}throw we}ul.interceptors.response.use(we=>we,Zs(ul)),ul.interceptors.response.use(we=>we,dl(ul)),ul.interceptors.response.use(we=>we,Ws)},53053:($t,We,a)=>{"use strict";a.d(We,{c0:()=>c});const d=class d{constructor(j,Q,x){$n(this,"scope");$n(this,"wrapped");this.scope=`${x?d.GLOBAL_SCOPE_PERSISTENT:d.GLOBAL_SCOPE_VOLATILE}_${btoa(j)}_`,this.wrapped=Q}scopeKey(j){return`${this.scope}${j}`}setItem(j,Q){this.wrapped.setItem(this.scopeKey(j),Q)}getItem(j){return this.wrapped.getItem(this.scopeKey(j))}removeItem(j){this.wrapped.removeItem(this.scopeKey(j))}clear(){Object.keys(this.wrapped).filter(j=>j.startsWith(this.scope)).map(this.wrapped.removeItem.bind(this.wrapped))}};$n(d,"GLOBAL_SCOPE_VOLATILE","f7cloud_vol"),$n(d,"GLOBAL_SCOPE_PERSISTENT","f7cloud_per");let e=d;class i{constructor(j){$n(this,"appId");$n(this,"persisted",!1);$n(this,"clearedOnLogout",!1);this.appId=j}persist(j=!0){return this.persisted=j,this}clearOnLogout(j=!0){return this.clearedOnLogout=j,this}build(){return new e(this.appId,this.persisted?window.localStorage:window.sessionStorage,!this.clearedOnLogout)}}function c(G){return new i(G)}function v(G,j){Object.keys(G).filter(Q=>j?j(Q):!0).map(G.removeItem.bind(G))}function N(){[window.sessionStorage,window.localStorage].map(j=>v(j))}function I(){[window.sessionStorage,window.localStorage].map(j=>v(j,Q=>!Q.startsWith(ScopedStorage.GLOBAL_SCOPE_PERSISTENT)))}},87485:($t,We,a)=>{"use strict";a.d(We,{F:()=>i});var e=a(81222);function i(){try{return(0,e.C)("core","capabilities")}catch{return console.debug("Could not find capabilities initial state fall back to _oc_capabilities"),"_oc_capabilities"in window?window._oc_capabilities:{}}}},9309:($t,We,a)=>{"use strict";var ss,Mo,Uo,ls,ws,$s,Hs,_l,Sl,al,bo,Ns,qo,nr,Es,ns,Ml,jl,Jo,xr,tf,nf,af,rf,of,qc,Hc,sf,mc,Kc,$c,hc,lf,Bd,uf,ec,Gc,js,Fl,_s,As,Zl,vl,zl,yl;a.d(We,{i:()=>yr,l:()=>Ke,n:()=>Be,r:()=>Ga,s:()=>wn,t:()=>Oe});var e=a(4192),i=a(8405),c=a(41552),v=a(26308),N=a(34163),I=a(97698),d=a(20641),G=a(90033),j=a(53751),Q=a(52697);const x={name:"NcActionCheckbox",mixins:[v.A],inject:{isInSemanticMenu:{from:I.a,default:!1}},props:{id:{type:String,default:()=>"action-"+(0,N.c)(),validator:xt=>xt.trim()!==""},modelValue:{type:Boolean,default:!1},value:{type:[String,Number],default:""},disabled:{type:Boolean,default:!1}},emits:["change","check","uncheck","update:modelValue"],computed:{isFocusable(){return!this.disabled},ariaChecked(){if(this.isInSemanticMenu)return this.modelValue?"true":"false"}},methods:{checkInput(){this.$refs.label.click()},onChange(xt){this.$emit("update:modelValue",this.$refs.checkbox.checked),this.$emit("change",xt),this.$refs.checkbox.checked?this.$emit("check"):this.$emit("uncheck")}}},U=["role"],T=["role","aria-checked"],_=["id","disabled","checked","value"],S=["for"];function K(xt,Zt,pt,an,Gn,Gi){return(0,d.uX)(),(0,d.CE)("li",{class:(0,G.normalizeClass)(["action",{"action--disabled":pt.disabled}]),role:Gi.isInSemanticMenu&&"presentation"},[(0,d.Lk)("span",{class:"action-checkbox",role:Gi.isInSemanticMenu&&"menuitemcheckbox","aria-checked":Gi.ariaChecked},[(0,d.Lk)("input",{id:pt.id,ref:"checkbox",disabled:pt.disabled,checked:pt.modelValue,value:pt.value,class:(0,G.normalizeClass)([{focusable:Gi.isFocusable},"checkbox action-checkbox__checkbox"]),type:"checkbox",onKeydown:Zt[0]||(Zt[0]=(0,j.withKeys)((0,j.withModifiers)((...ha)=>Gi.checkInput&&Gi.checkInput(...ha),["exact","prevent"]),["enter"])),onChange:Zt[1]||(Zt[1]=(...ha)=>Gi.onChange&&Gi.onChange(...ha))},null,42,_),(0,d.Lk)("label",{ref:"label",for:pt.id,class:"action-checkbox__label"},(0,G.toDisplayString)(xt.text),9,S),(0,d.Q3)("",!0)],8,T)],10,U)}const _e=(0,Q._)(x,[["render",K],["__scopeId","data-v-6099342c"]]);var ee=a(97536),H=a(66667);const xe={name:"NcActionRadio",mixins:[v.A],inject:{isInSemanticMenu:{from:I.a,default:!1}},props:{id:{type:String,default:()=>(0,N.c)(),validator:xt=>xt.trim()!==""},modelValue:{type:[String,Number],default:""},name:{type:String,required:!0},value:{type:[String,Number],default:""},disabled:{type:Boolean,default:!1}},emits:["change","update:modelValue"],setup(xt){return{model:(0,d.fn)(xt,"modelValue")}},computed:{isFocusable(){return!this.disabled},ariaChecked(){if(this.isInSemanticMenu)return this.modelValue===this.value?"true":"false"}},methods:{toggleInput(){this.$refs.label.click()},onChange(xt){this.$emit("change",xt)}}},P=["role"],ce=["aria-checked"],Ce=["id","disabled","name","value"],ke=["for"];function J(xt,Zt,pt,an,Gn,Gi){return(0,d.uX)(),(0,d.CE)("li",{class:(0,G.normalizeClass)(["action",{"action--disabled":pt.disabled}]),role:Gi.isInSemanticMenu&&"presentation"},[(0,d.Lk)("span",{class:"action-radio",role:"menuitemradio","aria-checked":Gi.ariaChecked},[(0,d.bo)((0,d.Lk)("input",{id:pt.id,ref:"radio","onUpdate:modelValue":Zt[0]||(Zt[0]=ha=>an.model=ha),class:(0,G.normalizeClass)(["radio action-radio__radio",{focusable:Gi.isFocusable}]),disabled:pt.disabled,name:pt.name,value:pt.value,type:"radio",onKeydown:Zt[1]||(Zt[1]=(0,j.withKeys)((0,j.withModifiers)((...ha)=>Gi.toggleInput&&Gi.toggleInput(...ha),["exact","prevent"]),["enter"])),onChange:Zt[2]||(Zt[2]=(...ha)=>Gi.onChange&&Gi.onChange(...ha))},null,42,Ce),[[j.vModelRadio,an.model]]),(0,d.Lk)("label",{ref:"label",for:pt.id,class:"action-radio__label"},(0,G.toDisplayString)(xt.text),9,ke),(0,d.Q3)("",!0)],8,ce)],10,P)}const ye=(0,Q._)(xe,[["render",J],["__scopeId","data-v-9e878692"]]);var Xe=a(59518),ui=a(39867),ht=a(8957),_t=a(74076),ai=a(82253),Ft=a(63298),jt=a(47031);const He={name:"NcActionTextEditable",components:{NcIconSvgWrapper:jt.N},mixins:[Ft.A],props:{id:{type:String,default:()=>"action-"+(0,N.c)(),validator:xt=>xt.trim()!==""},disabled:{type:Boolean,default:!1},modelValue:{type:String,default:""}},emits:["input","update:modelValue","submit"],setup(){return{mdiArrowRight:ai.m}},computed:{isFocusable(){return!this.disabled},computedId(){return(0,N.c)()}},methods:{onInput(xt){this.$emit("input",xt),this.$emit("update:modelValue",xt.target.value)},onSubmit(xt){if(xt.preventDefault(),xt.stopPropagation(),!this.disabled)this.$emit("submit",xt);else return!1}}},ut=["disabled"],Ot=["id"],Gt=["for"],ri=["id","disabled","value"],Ii=["for"];function Li(xt,Zt,pt,an,Gn,Gi){const ha=(0,d.g2)("NcIconSvgWrapper");return(0,d.uX)(),(0,d.CE)("li",{class:(0,G.normalizeClass)(["action",{"action--disabled":pt.disabled}])},[(0,d.Lk)("span",{class:"action-text-editable",onClick:Zt[2]||(Zt[2]=(...ga)=>xt.onClick&&xt.onClick(...ga))},[(0,d.RG)(xt.$slots,"icon",{},()=>[(0,d.Lk)("span",{class:(0,G.normalizeClass)([[xt.isIconUrl?"action-text-editable__icon--url":xt.icon],"action-text-editable__icon"]),style:(0,G.normalizeStyle)({backgroundImage:xt.isIconUrl?`url(${xt.icon})`:null})},null,6)],!0),(0,d.Lk)("form",{ref:"form",class:"action-text-editable__form",disabled:pt.disabled,onSubmit:Zt[1]||(Zt[1]=(0,j.withModifiers)((...ga)=>Gi.onSubmit&&Gi.onSubmit(...ga),["prevent"]))},[(0,d.Lk)("input",{id:pt.id,type:"submit",class:"action-text-editable__submit"},null,8,Ot),xt.name?((0,d.uX)(),(0,d.CE)("label",{key:0,class:"action-text-editable__name",for:Gi.computedId},(0,G.toDisplayString)(xt.name),9,Gt)):(0,d.Q3)("",!0),(0,d.Lk)("textarea",(0,d.v6)({id:Gi.computedId,class:["action-text-editable__textarea",[{focusable:Gi.isFocusable}]],disabled:pt.disabled,value:pt.modelValue},xt.$attrs,{onInput:Zt[0]||(Zt[0]=(...ga)=>Gi.onInput&&Gi.onInput(...ga))}),null,16,ri),(0,d.bo)((0,d.Lk)("label",{for:pt.id,class:"action-text-editable__label"},[(0,d.bF)(ha,{directional:"",path:an.mdiArrowRight},null,8,["path"])],8,Ii),[[j.vShow,!pt.disabled]])],40,ut)])],2)}const Yi=(0,Q._)(He,[["render",Li],["__scopeId","data-v-c537247a"]]);var wi=a(71251);const Lt={class:"app-content-details"},di=(0,d.pM)({__name:"NcAppContentDetails",setup(xt){return(Zt,pt)=>((0,d.uX)(),(0,d.CE)("div",Lt,[(0,d.RG)(Zt.$slots,"default")]))}}),Vt={name:"NcAppContentList",props:{selection:{type:Boolean,default:!1},showDetails:{type:Boolean,default:!1}}};function pn(xt,Zt,pt,an,Gn,Gi){return(0,d.uX)(),(0,d.CE)("div",{class:(0,G.normalizeClass)(["app-content-list",{selection:pt.selection,showdetails:pt.showDetails}])},[(0,d.RG)(xt.$slots,"default")],2)}const oi=(0,Q._)(Vt,[["render",pn]]);var ni=a(61760),Ei=a(38192);const An={name:"NcAppNavigationIconBullet",props:{color:{type:String,required:!0,validator(xt){return/^#?([0-9A-F]{3}){1,2}$/i.test(xt)}}},emits:["click"],computed:{formattedColor(){return this.color.startsWith("#")?this.color:"#"+this.color}},methods:{onClick(xt){this.$emit("click",xt)}}};function En(xt,Zt,pt,an,Gn,Gi){return(0,d.uX)(),(0,d.CE)("div",{class:"app-navigation-entry__icon-bullet",onClick:Zt[0]||(Zt[0]=(...ha)=>Gi.onClick&&Gi.onClick(...ha))},[(0,d.Lk)("div",{style:(0,G.normalizeStyle)({backgroundColor:Gi.formattedColor})},null,4)])}const Qi=(0,Q._)(An,[["render",En],["__scopeId","data-v-04a313f4"]]);var Yt=a(41486),Ut=a(98628),qi=a(26905);const Ne={components:{NcButton:qi.N},props:{buttonId:{type:String,required:!1,default:""},disabled:{type:Boolean,required:!1,default:!1},text:{type:String,required:!0},variant:{type:String,default:"primary",validator(xt){return["primary","secondary","tertiary"].indexOf(xt)!==-1}}},emits:["click"]},ft={class:"app-navigation-new"};function gt(xt,Zt,pt,an,Gn,Gi){const ha=(0,d.g2)("NcButton");return(0,d.uX)(),(0,d.CE)("div",ft,[(0,d.bF)(ha,{id:pt.buttonId,disabled:pt.disabled,variant:pt.variant,onClick:Zt[0]||(Zt[0]=ga=>xt.$emit("click"))},{icon:(0,d.k6)(()=>[(0,d.RG)(xt.$slots,"icon",{},void 0,!0)]),default:(0,d.k6)(()=>[(0,d.eW)(" "+(0,G.toDisplayString)(pt.text),1)]),_:3},8,["id","disabled","variant"])])}const Ve=(0,Q._)(Ne,[["render",gt],["__scopeId","data-v-0ba6c9df"]]);var ot=a(97713),ei=a(74363);const X={name:"NcAppNavigationNewItem",components:{NcInputConfirmCancel:ot.N,NcLoadingIcon:ei.N},props:{name:{type:String,required:!0},icon:{type:String,default:""},loading:{type:Boolean,default:!1},editLabel:{type:String,default:""},editPlaceholder:{type:String,default:""}},emits:["newItem"],data(){return{newItemValue:"",newItemActive:!1}},methods:{handleNewItem(){this.loading||(this.newItemActive=!0,this.$nextTick(()=>{this.$refs.newItemInput.focusInput()}))},cancelNewItem(){this.newItemActive=!1},handleNewItemDone(){this.$emit("newItem",this.newItemValue),this.newItemValue="",this.newItemActive=!1}}},A=["title"],g={key:1,class:"newItemContainer"};function D(xt,Zt,pt,an,Gn,Gi){const ha=(0,d.g2)("NcLoadingIcon"),ga=(0,d.g2)("NcInputConfirmCancel");return(0,d.uX)(),(0,d.CE)("li",{class:(0,G.normalizeClass)(["app-navigation-entry",{"app-navigation-entry--newItemActive":Gn.newItemActive}])},[(0,d.Lk)("button",{class:"app-navigation-entry-button",onClick:Zt[1]||(Zt[1]=(...Mr)=>Gi.handleNewItem&&Gi.handleNewItem(...Mr))},[(0,d.Lk)("span",{class:(0,G.normalizeClass)(["app-navigation-entry-icon",{[pt.icon]:!pt.loading}])},[pt.loading?((0,d.uX)(),(0,d.Wv)(ha,{key:0})):(0,d.RG)(xt.$slots,"icon",{key:1},void 0,!0)],2),Gn.newItemActive?(0,d.Q3)("",!0):((0,d.uX)(),(0,d.CE)("span",{key:0,class:"app-navigation-new-item__name",title:pt.name},(0,G.toDisplayString)(pt.name),9,A)),Gn.newItemActive?((0,d.uX)(),(0,d.CE)("span",g,[(0,d.bF)(ga,{ref:"newItemInput",modelValue:Gn.newItemValue,"onUpdate:modelValue":Zt[0]||(Zt[0]=Mr=>Gn.newItemValue=Mr),placeholder:pt.editPlaceholder!==""?pt.editPlaceholder:pt.name,onCancel:Gi.cancelNewItem,onConfirm:Gi.handleNewItemDone},null,8,["modelValue","placeholder","onCancel","onConfirm"])])):(0,d.Q3)("",!0)])],2)}const $=(0,Q._)(X,[["render",D],["__scopeId","data-v-ee07f8f8"]]);var Y=a(50953),ne=a(61715),Re=a(70561),Ge=a(2799),At=a(13606);(0,At.r)();const Ze=(0,d.pM)({__name:"NcAppNavigationSearch",props:(0,d.zz)({label:{type:String,default:(0,At.a)("Search\xA0\u2026")},placeholder:{type:String,default:null}},{modelValue:{default:""},modelModifiers:{}}),emits:["update:modelValue"],setup(xt){const Zt=(0,d.fn)(xt,"modelValue"),pt=(0,d.Ht)(),an=(0,Y.KR)(),{focused:Gn}=(0,ne.RbW)(an),Gi=Number.parseInt(window.getComputedStyle(window.document.body).getPropertyValue("--animation-quick"))||100,ha=(0,d.rk)("actionsContainer"),ga=()=>!!pt.actions?.({}),Mr=(0,Y.KR)(!0),Co=(0,Y.KR)(),Ho=(0,Y.KR)(!1);(0,d.wB)(Gn,()=>{Mr.value=!Gn.value,window.clearTimeout(Co.value),Mr.value?Ho.value=!1:window.setTimeout(()=>{Ho.value=!Mr.value},Gi)});function Ts(){Zt.value="",ga()&&(Mr.value=!0,(0,d.dY)(()=>ha.value?.querySelector("button")?.focus()))}return(Xs,Ds)=>((0,d.uX)(),(0,d.CE)("div",{class:(0,G.normalizeClass)(["app-navigation-search",{"app-navigation-search--has-actions":ga()}])},[(0,d.bF)(Ge.N,{ref_key:"inputElement",ref:an,modelValue:Zt.value,"onUpdate:modelValue":Ds[0]||(Ds[0]=xl=>Zt.value=xl),"aria-label":xt.label,class:"app-navigation-search__input","label-outside":"",placeholder:xt.placeholder??xt.label,"show-trailing-button":"","trailing-button-label":(0,Y.R1)(At.a)("Clear search"),type:"search",onTrailingButtonClick:Ts},{"trailing-button-icon":(0,d.k6)(()=>[(0,d.bF)(Re.I,{size:20})]),_:1},8,["modelValue","aria-label","placeholder","trailing-button-label"]),ga()?((0,d.uX)(),(0,d.CE)("div",{key:0,ref:"actionsContainer",class:(0,G.normalizeClass)(["app-navigation-search__actions",{"app-navigation-search__actions--hidden":!Mr.value,"hidden-visually":Ho.value}])},[(0,d.RG)(Xs.$slots,"actions",{},void 0,!0)],2)):(0,d.Q3)("",!0)],2))}}),ve=null;var L=a(97172);(0,At.r)();const ge=["id"],Ae=(0,d.pM)({__name:"NcAppNavigationSettings",props:{excludeClickOutsideSelectors:{default:()=>[]},name:{default:()=>(0,At.a)("Settings")}},setup(xt){const Zt=(0,N.c)(),pt=(0,Y.KR)(!1),an=(0,d.rk)("wrapperElement"),Gn=(0,d.EW)(()=>Array.isArray(xt.excludeClickOutsideSelectors)?xt.excludeClickOutsideSelectors:xt.excludeClickOutsideSelectors.split(" "));return(0,ne.X2F)(an,()=>{pt.value=!1},{ignore:Gn}),(Gi,ha)=>((0,d.uX)(),(0,d.CE)("div",{ref:"wrapperElement",class:(0,G.normalizeClass)(Gi.$style.container)},[(0,d.Lk)("div",{class:(0,G.normalizeClass)(Gi.$style.header)},[(0,d.bF)(qi.N,{"aria-controls":(0,Y.R1)(Zt),"aria-expanded":pt.value?"true":"false",class:(0,G.normalizeClass)(Gi.$style.button),alignment:"start",variant:"tertiary",wide:"",onClick:ha[0]||(ha[0]=ga=>pt.value=!pt.value)},{icon:(0,d.k6)(()=>[(0,d.bF)(jt.N,{path:(0,Y.R1)(L.i)?(0,Y.R1)(ai.A):(0,Y.R1)(ai.B)},null,8,["path"])]),default:(0,d.k6)(()=>[(0,d.eW)(" "+(0,G.toDisplayString)(Gi.name),1)]),_:1},8,["aria-controls","aria-expanded","class"])],2),(0,d.bF)(j.Transition,{"enter-active-class":Gi.$style.animationActive,"leave-active-class":Gi.$style.animationActive,"enter-from-class":Gi.$style.animationStop,"leave-to-class":Gi.$style.animationStop},{default:(0,d.k6)(()=>[(0,d.bo)((0,d.Lk)("div",{id:(0,Y.R1)(Zt),class:(0,G.normalizeClass)(Gi.$style.content)},[(0,d.RG)(Gi.$slots,"default")],10,ge),[[j.vShow,pt.value]])]),_:3},8,["enter-active-class","leave-active-class","enter-from-class","leave-to-class"])],2))}}),un={$style:{container:"_container_fpy51_2",header:"_header_fpy51_7",button:"_button_fpy51_13",content:"_content_fpy51_21",animationActive:"_animationActive_fpy51_33",animationStop:"_animationStop_fpy51_39"}},en=(0,Q._)(Ae,[["__cssModules",un]]),Ji={class:"app-navigation-spacer"},Zn=(0,d.pM)({__name:"NcAppNavigationSpacer",setup(xt){return(Zt,pt)=>((0,d.uX)(),(0,d.CE)("li",Ji))}}),oa=null;var Tn=a(58459),Er=a(8014),Ea=a(33210),Br=a(81761),Ja=a(41603),hr=a(58109),br=a(34273),Ka=a(71555),Ur=a(56040),zt=a(78074),Wt=a(95341),Si=a(94067);const Oi=null;class zn extends Error{constructor(pt,an){super(pt,an);$n(this,"name","TimeoutError");Error.captureStackTrace?.(this,zn)}}const Un=xt=>xt.reason??new DOMException("This operation was aborted.","AbortError");function tr(xt,Zt){const{milliseconds:pt,fallback:an,message:Gn,customTimers:Gi={setTimeout,clearTimeout},signal:ha}=Zt;let ga,Mr;const Ho=new Promise((Ts,Xs)=>{if(typeof pt!="number"||Math.sign(pt)!==1)throw new TypeError(`Expected \`milliseconds\` to be a positive number, got \`${pt}\``);if(ha?.aborted){Xs(Un(ha));return}if(ha&&(Mr=()=>{Xs(Un(ha))},ha.addEventListener("abort",Mr,{once:!0})),xt.then(Ts,Xs),pt===Number.POSITIVE_INFINITY)return;const Ds=new zn;ga=Gi.setTimeout.call(void 0,()=>{if(an){try{Ts(an())}catch(xl){Xs(xl)}return}typeof xt.cancel=="function"&&xt.cancel(),Gn===!1?Ts():Gn instanceof Error?Xs(Gn):(Ds.message=Gn??`Promise timed out after ${pt} milliseconds`,Xs(Ds))},pt)}).finally(()=>{Ho.clear(),Mr&&ha&&ha.removeEventListener("abort",Mr)});return Ho.clear=()=>{Gi.clearTimeout.call(void 0,ga),ga=void 0},Ho}function Ai(xt,Zt,pt){let an=0,Gn=xt.length;for(;Gn>0;){const Gi=Math.trunc(Gn/2);let ha=an+Gi;pt(xt[ha],Zt)<=0?(an=++ha,Gn-=Gi+1):Gn=Gi}return an}class Te{constructor(){us(this,ss,[])}enqueue(Zt,pt){const{priority:an=0,id:Gn}=pt??{},Gi={priority:an,id:Gn,run:Zt};if(this.size===0||Wa(this,ss)[this.size-1].priority>=an){Wa(this,ss).push(Gi);return}const ha=Ai(Wa(this,ss),Gi,(ga,Mr)=>Mr.priority-ga.priority);Wa(this,ss).splice(ha,0,Gi)}setPriority(Zt,pt){const an=Wa(this,ss).findIndex(Gi=>Gi.id===Zt);if(an===-1)throw new ReferenceError(`No promise function with the id "${Zt}" exists in the queue.`);const[Gn]=Wa(this,ss).splice(an,1);this.enqueue(Gn.run,{priority:pt,id:Zt})}dequeue(){return Wa(this,ss).shift()?.run}filter(Zt){return Wa(this,ss).filter(pt=>pt.priority===Zt.priority).map(pt=>pt.run)}get size(){return Wa(this,ss).length}}ss=new WeakMap;class et extends Si{constructor(pt){super();us(this,xr);us(this,Mo);us(this,Uo);us(this,ls,0);us(this,ws);us(this,$s,!1);us(this,Hs,!1);us(this,_l);us(this,Sl,0);us(this,al,0);us(this,bo);us(this,Ns);us(this,qo);us(this,nr);us(this,Es,0);us(this,ns);us(this,Ml);us(this,jl,1n);us(this,Jo,new Map);$n(this,"timeout");if(pt={carryoverIntervalCount:!1,intervalCap:Number.POSITIVE_INFINITY,interval:0,concurrency:Number.POSITIVE_INFINITY,autoStart:!0,queueClass:Te,...pt},!(typeof pt.intervalCap=="number"&&pt.intervalCap>=1))throw new TypeError(`Expected \`intervalCap\` to be a number from 1 and up, got \`${pt.intervalCap?.toString()??""}\` (${typeof pt.intervalCap})`);if(pt.interval===void 0||!(Number.isFinite(pt.interval)&&pt.interval>=0))throw new TypeError(`Expected \`interval\` to be a finite number >= 0, got \`${pt.interval?.toString()??""}\` (${typeof pt.interval})`);if(No(this,Mo,pt.carryoverIntervalCount??pt.carryoverConcurrencyCount??!1),No(this,Uo,pt.intervalCap===Number.POSITIVE_INFINITY||pt.interval===0),No(this,ws,pt.intervalCap),No(this,_l,pt.interval),No(this,qo,new pt.queueClass),No(this,nr,pt.queueClass),this.concurrency=pt.concurrency,pt.timeout!==void 0&&!(Number.isFinite(pt.timeout)&&pt.timeout>0))throw new TypeError(`Expected \`timeout\` to be a positive finite number, got \`${pt.timeout}\` (${typeof pt.timeout})`);this.timeout=pt.timeout,No(this,Ml,pt.autoStart===!1),Go(this,xr,uf).call(this)}get concurrency(){return Wa(this,ns)}set concurrency(pt){if(!(typeof pt=="number"&&pt>=1))throw new TypeError(`Expected \`concurrency\` to be a number from 1 and up, got \`${pt}\` (${typeof pt})`);No(this,ns,pt),Go(this,xr,hc).call(this)}setPriority(pt,an){if(typeof an!="number"||!Number.isFinite(an))throw new TypeError(`Expected \`priority\` to be a finite number, got \`${an}\` (${typeof an})`);Wa(this,qo).setPriority(pt,an)}async add(pt,an={}){return an.id??(an.id=(zd(this,jl)._++).toString()),an={timeout:this.timeout,...an},new Promise((Gn,Gi)=>{const ha=Symbol(`task-${an.id}`);Wa(this,qo).enqueue(async()=>{zd(this,Es)._++,Wa(this,Jo).set(ha,{id:an.id,priority:an.priority??0,startTime:Date.now(),timeout:an.timeout});try{try{an.signal?.throwIfAborted()}catch(Co){throw Wa(this,Uo)||zd(this,ls)._--,Wa(this,Jo).delete(ha),Co}let ga=pt({signal:an.signal});an.timeout&&(ga=tr(Promise.resolve(ga),{milliseconds:an.timeout,message:`Task timed out after ${an.timeout}ms (queue has ${Wa(this,Es)} running, ${Wa(this,qo).size} waiting)`})),an.signal&&(ga=Promise.race([ga,Go(this,xr,lf).call(this,an.signal)]));const Mr=await ga;Gn(Mr),this.emit("completed",Mr)}catch(ga){Gi(ga),this.emit("error",ga)}finally{Wa(this,Jo).delete(ha),queueMicrotask(()=>{Go(this,xr,af).call(this)})}},an),this.emit("add"),Go(this,xr,mc).call(this)})}async addAll(pt,an){return Promise.all(pt.map(async Gn=>this.add(Gn,an)))}start(){return Wa(this,Ml)?(No(this,Ml,!1),Go(this,xr,hc).call(this),this):this}pause(){No(this,Ml,!0)}clear(){No(this,qo,new(Wa(this,nr))),Go(this,xr,Gc).call(this)}async onEmpty(){Wa(this,qo).size!==0&&await Go(this,xr,Bd).call(this,"empty")}async onSizeLessThan(pt){Wa(this,qo).size<pt||await Go(this,xr,Bd).call(this,"next",()=>Wa(this,qo).size<pt)}async onIdle(){Wa(this,Es)===0&&Wa(this,qo).size===0||await Go(this,xr,Bd).call(this,"idle")}async onPendingZero(){Wa(this,Es)!==0&&await Go(this,xr,Bd).call(this,"pendingZero")}async onRateLimit(){this.isRateLimited||await Go(this,xr,Bd).call(this,"rateLimit")}async onRateLimitCleared(){this.isRateLimited&&await Go(this,xr,Bd).call(this,"rateLimitCleared")}async onError(){return new Promise((pt,an)=>{const Gn=Gi=>{this.off("error",Gn),an(Gi)};this.on("error",Gn)})}get size(){return Wa(this,qo).size}sizeBy(pt){return Wa(this,qo).filter(pt).length}get pending(){return Wa(this,Es)}get isPaused(){return Wa(this,Ml)}get isRateLimited(){return Wa(this,$s)}get isSaturated(){return Wa(this,Es)===Wa(this,ns)&&Wa(this,qo).size>0||this.isRateLimited&&Wa(this,qo).size>0}get runningTasks(){return[...Wa(this,Jo).values()].map(pt=>({...pt}))}}Mo=new WeakMap,Uo=new WeakMap,ls=new WeakMap,ws=new WeakMap,$s=new WeakMap,Hs=new WeakMap,_l=new WeakMap,Sl=new WeakMap,al=new WeakMap,bo=new WeakMap,Ns=new WeakMap,qo=new WeakMap,nr=new WeakMap,Es=new WeakMap,ns=new WeakMap,Ml=new WeakMap,jl=new WeakMap,Jo=new WeakMap,xr=new WeakSet,tf=function(){return Wa(this,Uo)||Wa(this,ls)<Wa(this,ws)},nf=function(){return Wa(this,Es)<Wa(this,ns)},af=function(){zd(this,Es)._--,Wa(this,Es)===0&&this.emit("pendingZero"),Go(this,xr,mc).call(this),this.emit("next")},rf=function(){Go(this,xr,$c).call(this),Go(this,xr,Kc).call(this),No(this,Ns,void 0)},of=function(){const pt=Date.now();if(Wa(this,bo)===void 0){const an=Wa(this,Sl)-pt;if(an<0){if(Wa(this,al)>0){const Gn=pt-Wa(this,al);if(Gn<Wa(this,_l))return Go(this,xr,qc).call(this,Wa(this,_l)-Gn),!0}No(this,ls,Wa(this,Mo)?Wa(this,Es):0)}else return Go(this,xr,qc).call(this,an),!0}return!1},qc=function(pt){Wa(this,Ns)===void 0&&No(this,Ns,setTimeout(()=>{Go(this,xr,rf).call(this)},pt))},Hc=function(){Wa(this,bo)&&(clearInterval(Wa(this,bo)),No(this,bo,void 0))},sf=function(){Wa(this,Ns)&&(clearTimeout(Wa(this,Ns)),No(this,Ns,void 0))},mc=function(){if(Wa(this,qo).size===0)return Go(this,xr,Hc).call(this),this.emit("empty"),Wa(this,Es)===0&&(Go(this,xr,sf).call(this),this.emit("idle")),!1;let pt=!1;if(!Wa(this,Ml)){const an=!Wa(this,xr,of);if(Wa(this,xr,tf)&&Wa(this,xr,nf)){const Gn=Wa(this,qo).dequeue();Wa(this,Uo)||(zd(this,ls)._++,Go(this,xr,ec).call(this)),this.emit("active"),No(this,al,Date.now()),Gn(),an&&Go(this,xr,Kc).call(this),pt=!0}}return pt},Kc=function(){Wa(this,Uo)||Wa(this,bo)!==void 0||(No(this,bo,setInterval(()=>{Go(this,xr,$c).call(this)},Wa(this,_l))),No(this,Sl,Date.now()+Wa(this,_l)))},$c=function(){Wa(this,ls)===0&&Wa(this,Es)===0&&Wa(this,bo)&&Go(this,xr,Hc).call(this),No(this,ls,Wa(this,Mo)?Wa(this,Es):0),Go(this,xr,hc).call(this),Go(this,xr,ec).call(this)},hc=function(){for(;Go(this,xr,mc).call(this););},lf=async function(pt){return new Promise((an,Gn)=>{pt.addEventListener("abort",()=>{Gn(pt.reason)},{once:!0})})},Bd=async function(pt,an){return new Promise(Gn=>{const Gi=()=>{an&&!an()||(this.off(pt,Gi),Gn())};this.on(pt,Gi)})},uf=function(){Wa(this,Uo)||(this.on("add",()=>{Wa(this,qo).size>0&&Go(this,xr,ec).call(this)}),this.on("next",()=>{Go(this,xr,ec).call(this)}))},ec=function(){Wa(this,Uo)||Wa(this,Hs)||(No(this,Hs,!0),queueMicrotask(()=>{No(this,Hs,!1),Go(this,xr,Gc).call(this)}))},Gc=function(){const pt=Wa(this,$s),an=!Wa(this,Uo)&&Wa(this,ls)>=Wa(this,ws)&&Wa(this,qo).size>0;an!==pt&&(No(this,$s,an),this.emit(an?"rateLimit":"rateLimitCleared"))};const ii=new et({concurrency:5});function qt(xt){const{resolve:Zt,promise:pt}=Promise.withResolvers();return ii.add(()=>{const an=new Image;return an.onerror=()=>Zt(!1),an.onload=()=>Zt(!0),an.src=xt,pt}),pt}var xi=a(3168);const ia=["aria-hidden","aria-label"],ca=["alt","src"],ma=(0,d.pM)({__name:"NcBlurHash",props:{hash:{},alt:{},src:{}},emits:["load"],setup(xt,{emit:Zt}){const pt=xt,an=Zt,Gn=(0,Y.KR)(),Gi=(0,Y.KR)(!1);(0,d.wB)(()=>pt.hash,ha),(0,d.wB)(Gi,()=>{Gi.value===!1&&(0,d.dY)(()=>ha())},{immediate:!0}),(0,d.wB)(()=>pt.src,()=>{Gi.value=!1,pt.src&&qt(pt.src).then(ga=>{Gi.value=ga,an("load",ga)})},{immediate:!0});function ha(){if(Gi.value)return;if(!pt.hash){xi.l.error("Invalid BlurHash value");return}if(Gn.value===void 0){xi.l.error("BlurHash canvas not available");return}const{height:ga,width:Mr}=Gn.value,Co=(0,Wt.D4)(pt.hash,Mr,ga),Ho=Gn.value.getContext("2d");if(Ho===null){xi.l.error("Cannot create context for BlurHash canvas");return}const Ts=Ho.createImageData(Mr,ga);Ts.data.set(Co),Ho.putImageData(Ts,0,0)}return(ga,Mr)=>((0,d.uX)(),(0,d.Wv)(j.Transition,{css:ga.src?void 0:!1,"enter-active-class":ga.$style.fadeTransition,"leave-active-class":ga.$style.fadeTransition,"enter-class":ga.$style.fadeTransitionActive,"leave-to-class":ga.$style.fadeTransitionActive},{default:(0,d.k6)(()=>[Gi.value?((0,d.uX)(),(0,d.CE)("img",{key:1,alt:ga.alt,src:ga.src},null,8,ca)):((0,d.uX)(),(0,d.CE)("canvas",{key:0,ref_key:"canvas",ref:Gn,"aria-hidden":ga.alt?void 0:"true","aria-label":ga.alt},null,8,ia))]),_:1},8,["css","enter-active-class","leave-active-class","enter-class","leave-to-class"]))}}),gr={$style:{fadeTransition:"_fadeTransition_13rtj_2",fadeTransitionActive:"_fadeTransitionActive_13rtj_6"}},Ta=(0,Q._)(ma,[["__cssModules",gr]]);var to=a(88856),Kr=a(51596),lr=a(19258),Wr=a(17142),Le=a(23897),lt=a(77041),u=a(46747),b=a(74754);const R={name:"NcDashboardWidgetItem",components:{NcAvatar:zt.N,NcActions:ui.N,NcActionButton:e.N},props:{id:{type:[String,Number],default:void 0},targetUrl:{type:String,default:void 0},avatarUrl:{type:String,default:void 0},avatarUsername:{type:String,default:void 0},avatarIsNoUser:{type:Boolean,default:!1},overlayIconUrl:{type:String,default:void 0},mainText:{type:String,required:!0},subText:{type:String,default:""},itemMenu:{type:Object,default:()=>({})},forceMenu:{type:Boolean,default:!0}},data(){return{hovered:!1}},computed:{item(){return{id:this.id,targetUrl:this.targetUrl,avatarUrl:this.avatarUrl,avatarUsername:this.avatarUsername,overlayIconUrl:this.overlayIconUrl,mainText:this.mainText,subText:this.subText}},gotMenu(){return Object.keys(this.itemMenu).length!==0||!!this.$slots.actions},gotOverlayIcon(){return this.overlayIconUrl&&this.overlayIconUrl!==""}},methods:{onLinkClick(xt){xt.target.closest(".action-item")&&xt.preventDefault()}}},q=["src"],oe={class:"item__details"},z=["title"],ae=["title"];function Ee(xt,Zt,pt,an,Gn,Gi){const ha=(0,d.g2)("NcAvatar"),ga=(0,d.g2)("NcActionButton"),Mr=(0,d.g2)("NcActions");return(0,d.uX)(),(0,d.CE)("div",{onMouseover:Zt[0]||(Zt[0]=Co=>Gn.hovered=!0),onMouseleave:Zt[1]||(Zt[1]=Co=>Gn.hovered=!1)},[((0,d.uX)(),(0,d.Wv)((0,d.$y)(pt.targetUrl?"a":"div"),{href:pt.targetUrl||void 0,target:pt.targetUrl?"_blank":void 0,class:(0,G.normalizeClass)(["item-list__entry",{"item-list__entry--has-actions-menu":Gi.gotMenu}]),onClick:Gi.onLinkClick},{default:(0,d.k6)(()=>[(0,d.RG)(xt.$slots,"avatar",{avatarUrl:pt.avatarUrl,avatarUsername:pt.avatarUsername},()=>[(0,d.bF)(ha,{class:"item-avatar",size:44,url:pt.avatarUrl,user:pt.avatarUsername,"is-no-user":pt.avatarIsNoUser,"hide-status":Gi.gotOverlayIcon},null,8,["url","user","is-no-user","hide-status"])],!0),pt.overlayIconUrl?((0,d.uX)(),(0,d.CE)("img",{key:0,class:"item-icon",alt:"",src:pt.overlayIconUrl},null,8,q)):(0,d.Q3)("",!0),(0,d.Lk)("div",oe,[(0,d.Lk)("h3",{title:pt.mainText},(0,G.toDisplayString)(pt.mainText),9,z),pt.subText!==""?((0,d.uX)(),(0,d.CE)("span",{key:0,class:"message",title:pt.subText},(0,G.toDisplayString)(pt.subText),9,ae)):(0,d.Q3)("",!0)]),Gi.gotMenu?((0,d.uX)(),(0,d.Wv)(Mr,{key:1,"force-menu":pt.forceMenu},{default:(0,d.k6)(()=>[(0,d.RG)(xt.$slots,"actions",{},()=>[((0,d.uX)(!0),(0,d.CE)(d.FK,null,(0,d.pI)(pt.itemMenu,(Co,Ho)=>((0,d.uX)(),(0,d.Wv)(ga,{key:Ho,icon:Co.icon,"close-after-click":!0,onClick:(0,j.withModifiers)(Ts=>xt.$emit(Ho,Gi.item),["prevent","stop"])},{default:(0,d.k6)(()=>[(0,d.eW)((0,G.toDisplayString)(Co.text),1)]),_:2},1032,["icon","onClick"]))),128))],!0)]),_:3},8,["force-menu"])):(0,d.Q3)("",!0)]),_:3},8,["href","target","class","onClick"]))],32)}const V=(0,Q._)(R,[["render",Ee],["__scopeId","data-v-c033ba26"]]);var Fe=a(30854);const De={name:"CheckIcon",emits:["click"],props:{title:{type:String},fillColor:{type:String,default:"currentColor"},size:{type:Number,default:24}}},Et=["aria-hidden","aria-label"],yi=["fill","width","height"],gi={d:"M21,7L9,19L3.5,13.5L4.91,12.09L9,16.17L19.59,5.59L21,7Z"},fn={key:0};function se(xt,Zt,pt,an,Gn,Gi){return(0,d.uX)(),(0,d.CE)("span",(0,d.v6)(xt.$attrs,{"aria-hidden":pt.title?null:"true","aria-label":pt.title,class:"material-design-icon check-icon",role:"img",onClick:Zt[0]||(Zt[0]=ha=>xt.$emit("click",ha))}),[((0,d.uX)(),(0,d.CE)("svg",{fill:pt.fillColor,class:"material-design-icon__svg",width:pt.size,height:pt.size,viewBox:"0 0 24 24"},[(0,d.Lk)("path",gi,[pt.title?((0,d.uX)(),(0,d.CE)("title",fn,(0,G.toDisplayString)(pt.title),1)):(0,d.Q3)("",!0)])],8,yi))],16,Et)}const je=(0,Q._)(De,[["render",se]]);(0,At.r)(At.n);const Ue={name:"NcDashboardWidget",components:{NcAvatar:zt.N,NcDashboardWidgetItem:V,NcEmptyContent:Fe.N,Check:je},props:{items:{type:Array,default:()=>[]},showMoreUrl:{type:String,default:""},showMoreLabel:{type:String,default:(0,At.a)("More items\xA0\u2026")},loading:{type:Boolean,default:!1},itemMenu:{type:Object,default:()=>({})},showItemsAndEmptyContent:{type:Boolean,default:!1},emptyContentMessage:{type:String,default:""},halfEmptyContentMessage:{type:String,default:""}},computed:{handlers(){const xt={};for(const Zt in this.itemMenu)xt[Zt]=pt=>{this.$emit(Zt,pt)};return xt},displayedItems(){const xt=this.showMoreUrl&&this.items.length>=this.maxItemNumber?this.maxItemNumber-1:this.maxItemNumber;return this.items.slice(0,xt)},showHalfEmptyContentArea(){return this.showItemsAndEmptyContent&&this.halfEmptyContentString&&this.items.length!==0},halfEmptyContentString(){return this.halfEmptyContentMessage||this.emptyContentMessage},maxItemNumber(){return this.showItemsAndEmptyContent?5:7},showMore(){return this.showMoreUrl&&this.items.length>=this.maxItemNumber}}},mt={class:"dashboard-widget"},dt={key:1},li=["href"];function Ui(xt,Zt,pt,an,Gn,Gi){const ha=(0,d.g2)("Check"),ga=(0,d.g2)("NcEmptyContent"),Mr=(0,d.g2)("NcDashboardWidgetItem"),Co=(0,d.g2)("NcAvatar");return(0,d.uX)(),(0,d.CE)("div",mt,[Gi.showHalfEmptyContentArea?((0,d.uX)(),(0,d.Wv)(ga,{key:0,description:Gi.halfEmptyContentString,class:"half-screen"},{icon:(0,d.k6)(()=>[(0,d.RG)(xt.$slots,"halfEmptyContentIcon",{},()=>[(0,d.bF)(ha)],!0)]),_:3},8,["description"])):(0,d.Q3)("",!0),(0,d.Lk)("ul",null,[((0,d.uX)(!0),(0,d.CE)(d.FK,null,(0,d.pI)(Gi.displayedItems,Ho=>((0,d.uX)(),(0,d.CE)("li",{key:Ho.id},[(0,d.RG)(xt.$slots,"default",{item:Ho},()=>[(0,d.bF)(Mr,(0,d.v6)({ref_for:!0},Ho,{"item-menu":pt.itemMenu},(0,d.Tb)(Gi.handlers)),null,16,["item-menu"])],!0)]))),128))]),pt.loading?((0,d.uX)(),(0,d.CE)("div",dt,[((0,d.uX)(),(0,d.CE)(d.FK,null,(0,d.pI)(7,Ho=>(0,d.Lk)("div",{key:Ho,class:"item-list__entry"},[(0,d.bF)(Co,{class:"item-avatar",size:44}),Zt[0]||(Zt[0]=(0,d.Lk)("div",{class:"item__details"},[(0,d.Lk)("h3",null,"\xA0"),(0,d.Lk)("p",{class:"message"}," \xA0 ")],-1))])),64))])):pt.items.length===0?(0,d.RG)(xt.$slots,"empty-content",{key:2},()=>[pt.emptyContentMessage?((0,d.uX)(),(0,d.Wv)(ga,{key:0,description:pt.emptyContentMessage},{icon:(0,d.k6)(()=>[(0,d.RG)(xt.$slots,"emptyContentIcon",{},void 0,!0)]),_:3},8,["description"])):(0,d.Q3)("",!0)],!0):Gi.showMore?((0,d.uX)(),(0,d.CE)("a",{key:3,href:pt.showMoreUrl,target:"_blank",class:"more",tabindex:"0"},(0,G.toDisplayString)(pt.showMoreLabel),9,li)):(0,d.Q3)("",!0)])}const Hn=(0,Q._)(Ue,[["render",Ui],["__scopeId","data-v-6b5fc397"]]);var rn=a(54980),Nn=a(71187),ba=a(33705),Ra=a(75367),ka=a(86047),ea=a(45966),re=a(66651),Ye=a(90423),Pt=a(65800),Bi=a(72393),dn=a(4133);const sa={class:"hidden-visually"},gn=(0,d.pM)({__name:"NcFormBoxCopyButton",props:{label:{default:()=>{}},value:{},disabled:{type:Boolean,default:!1}},emits:["copy"],setup(xt,{emit:Zt}){const pt=Zt,{isCopied:an,copy:Gn,icon:Gi,altText:ha}=(0,dn.u)(()=>xt.value);return(0,Bi.Ns)(an,()=>pt("copy")),(ga,Mr)=>((0,d.uX)(),(0,d.Wv)(Pt.N,{disabled:ga.disabled,"inverted-accent":"",onClick:(0,Y.R1)(Gn)},(0,d.eX)({description:(0,d.k6)(()=>[(0,d.eW)((0,G.toDisplayString)(ga.value),1)]),icon:(0,d.k6)(()=>[(0,d.bF)(jt.N,{path:(0,Y.R1)(Gi),inline:""},null,8,["path"])]),_:2},[ga.$slots.default||ga.label?{name:"default",fn:(0,d.k6)(()=>[(0,d.Lk)("span",sa,(0,G.toDisplayString)((0,Y.R1)(ha)),1),(0,d.RG)(ga.$slots,"default",{},()=>[(0,d.eW)((0,G.toDisplayString)(ga.label),1)])]),key:"0"}:void 0]),1032,["disabled","onClick"]))}});var tn=a(32925);const bt=["aria-describedby"],sn=(0,d.pM)({__name:"NcFormGroup",props:{label:{default:()=>{}},description:{default:()=>{}},hideLabel:{type:Boolean,default:!1},hideDescription:{type:Boolean,default:!1},noGap:{type:Boolean,default:!1}},setup(xt){const Zt=(0,d.Ht)(),an=`${`nc-form-group-${(0,N.c)()}`}-description`,Gn=()=>!!xt.description||!!Zt.description,Gi=()=>Gn()?an:void 0,ha=()=>xt.hideLabel&&(!Gn()||xt.hideDescription);return(ga,Mr)=>((0,d.uX)(),(0,d.CE)("fieldset",{class:(0,G.normalizeClass)([ga.$style.formGroup,{[ga.$style.formGroup_noGap]:ga.noGap}]),"aria-describedby":Gi()},[(0,d.Lk)("legend",{class:(0,G.normalizeClass)([ga.$style.formGroup__label,{"hidden-visually":ga.hideLabel}])},[(0,d.RG)(ga.$slots,"label",{},()=>[(0,d.eW)((0,G.toDisplayString)(ga.label||"\u26A0\uFE0F Missing label"),1)])],2),Gn()?((0,d.uX)(),(0,d.CE)("div",{key:0,id:an,class:(0,G.normalizeClass)([ga.$style.formGroup__description,{"hidden-visually":ga.hideDescription}])},[(0,d.RG)(ga.$slots,"description",{},()=>[(0,d.eW)((0,G.toDisplayString)(ga.description),1)])],2)):(0,d.Q3)("",!0),(0,d.Lk)("div",{class:(0,G.normalizeClass)([ga.$style.formGroup__content,{[ga.$style.formGroup__content_only]:ha()}])},[(0,d.RG)(ga.$slots,"default")],2)],10,bt))}}),no={$style:{"material-design-icon":"_material-design-icon_9p8a1_12",formGroup:"_formGroup_9p8a1_20",formGroup_noGap:"_formGroup_noGap_9p8a1_24",formGroup__label:"_formGroup__label_9p8a1_28",formGroup__description:"_formGroup__description_9p8a1_34",formGroup__content:"_formGroup__content_9p8a1_39",formGroup__content_only:"_formGroup__content_only_9p8a1_45"}},fo=(0,Q._)(sn,[["__cssModules",no]]),Xo={id:"guest-content-vue"},hs=(0,d.pM)({__name:"NcGuestContent",setup(xt){return(0,d.sV)(()=>{document.getElementById("content").classList.add("nc-guest-content")}),(0,d.hi)(()=>{document.getElementById("content").classList.remove("nc-guest-content")}),(Zt,pt)=>((0,d.uX)(),(0,d.CE)("div",Xo,[(0,d.RG)(Zt.$slots,"default",{},void 0,!0)]))}}),Hl=null;var Kl=a(64830),ll=a(75078),Eu=a(53340),mu=a(68732),os=a(27359),Ol=a(49765),Du=a(37396),tu=a(75187),$l=a(60648);const Cu=["id"],hu={class:"header-menu__caret"},Su=["id"],Gl={ref:"contentContainer",class:"header-menu__content"},zu=(0,d.pM)({__name:"NcHeaderMenu",props:{id:{},ariaLabel:{default:()=>{}},open:{type:Boolean,default:!1},isNav:{type:Boolean,default:!1},description:{default:()=>{}},excludeClickOutsideSelectors:{default:()=>[]}},emits:["closed","opened","update:open"],setup(xt,{emit:Zt}){const pt=Zt,an=(0,N.c)(),Gn=(0,N.c)(),Gi=(0,Y.KR)(),ha=(0,Y.KR)(xt.open),ga=(0,d.EW)(()=>xt.isNav?"nav":"div"),Mr=(0,d.rk)("contentContainer"),Co=(0,d.rk)("headerMenu"),Ho=(0,d.rk)("triggerButton"),Ts=(0,d.EW)(()=>Array.isArray(xt.excludeClickOutsideSelectors)?xt.excludeClickOutsideSelectors:xt.excludeClickOutsideSelectors.split(" "));(0,ne.X2F)(Co,()=>Ds(!1),{ignore:Ts}),(0,mu.C)("Escape",()=>Ds(!1),{prevent:!0}),(0,tu.u)(ha,{disabled:()=>!xt.isNav}),(0,d.wB)(()=>xt.open,Qr=>Ds(Qr));function Xs(){Ds(!ha.value)}async function Ds(Qr){Qr!==ha.value&&(ha.value=Qr,pt("update:open",Qr),await(0,d.dY)(),await(Qr?Ul():Ru()),pt(Qr?"opened":"closed"))}function xl(Qr){xt.isNav&&Qr.relatedTarget instanceof Node&&Co.value?.contains(Qr.relatedTarget)&&Ds(!1)}async function Ul(){xt.isNav||Gi.value||(Gi.value=(0,ll.K)(Mr.value,{allowOutsideClick:!0,trapStack:(0,$l.g)(),fallbackFocus:Ho.value?.$el}),Gi.value.activate())}function Ru(){Gi.value?.deactivate(),Gi.value=void 0}return(Qr,su)=>((0,d.uX)(),(0,d.Wv)((0,d.$y)(ga.value),{id:Qr.id,ref:"headerMenu","aria-labelledby":Qr.isNav?(0,Y.R1)(Gn):null,class:(0,G.normalizeClass)([{"header-menu--opened":ha.value},"header-menu"]),onFocusout:xl},{default:(0,d.k6)(()=>[(0,d.bF)((0,Y.R1)(qi.N),{id:Qr.isNav?(0,Y.R1)(Gn):null,ref:"triggerButton","aria-controls":`header-menu-${Qr.id}`,"aria-expanded":ha.value.toString(),"aria-label":Qr.ariaLabel,class:"header-menu__trigger",size:"large",variant:"tertiary-no-background",onClick:(0,j.withModifiers)(Xs,["prevent"])},{icon:(0,d.k6)(()=>[(0,d.RG)(Qr.$slots,"trigger",{},void 0,!0)]),_:3},8,["id","aria-controls","aria-expanded","aria-label"]),Qr.description?((0,d.uX)(),(0,d.CE)("span",{key:0,id:(0,Y.R1)(an),class:"header-menu__description hidden-visually"},(0,G.toDisplayString)(Qr.description),9,Cu)):(0,d.Q3)("",!0),(0,d.bo)((0,d.Lk)("div",hu,null,512),[[j.vShow,ha.value]]),(0,d.bo)((0,d.Lk)("div",{id:`header-menu-${Qr.id}`,class:"header-menu__wrapper"},[(0,d.Lk)("div",Gl,[(0,d.RG)(Qr.$slots,"default",{},void 0,!0)],512)],8,Su),[[j.vShow,ha.value]])]),_:3},40,["id","aria-labelledby","class"]))}}),cs=null;var Uu=a(42531),iu=a(54269),kl=a(53914),xu=a(82683),_u=a(81143),Au=a(15054),nu=a(66197),Tu=a(2530),wl=a(80821),ul=a(32696),Js=a(130),Zs=a(45106);const El=(0,d.pM)({__name:"NcRadioGroup",props:(0,d.zz)({label:{},labelHidden:{type:Boolean},hideLabel:{type:Boolean},description:{}},{modelValue:{required:!1,default:""},modelModifiers:{}}),emits:["update:modelValue"],setup(xt){const Zt=(0,d.fn)(xt,"modelValue"),pt=(0,Y.KR)();(0,d.Gt)(Zs.I,(0,d.EW)(()=>({register:an,modelValue:Zt.value,onUpdate:Gn})));function an(Gi){pt.value!==void 0&&pt.value!==Gi&&(0,d.R8)("[NcRadioGroup] Mixing NcCheckboxRadioSwitch and NcRadioGroupButton is not possible!"),pt.value=Gi}function Gn(Gi){Zt.value=Gi}return(Gi,ha)=>((0,d.uX)(),(0,d.Wv)(fo,{label:Gi.label,description:Gi.description,"hide-label":Gi.labelHidden||Gi.hideLabel},{default:(0,d.k6)(()=>[pt.value?((0,d.uX)(),(0,d.Wv)(Ye.N,{key:0,row:""},{default:(0,d.k6)(()=>[(0,d.RG)(Gi.$slots,"default")]),_:3})):((0,d.uX)(),(0,d.CE)("span",{key:1,class:(0,G.normalizeClass)(Gi.$style.radioGroup_checkboxRadioContainer)},[(0,d.RG)(Gi.$slots,"default")],2))]),_:3},8,["label","description","hide-label"]))}}),we={$style:{"material-design-icon":"_material-design-icon_14z4o_12",radioGroup_checkboxRadioContainer:"_radioGroup_checkboxRadioContainer_14z4o_20"}},ze=(0,Q._)(El,[["__cssModules",we]]);var st=a(37072);const kt=["id"],Mt=["aria-labelledby","aria-label","checked","value"],vi=(0,d.pM)({__name:"NcRadioGroupButton",props:{ariaLabel:{},label:{},value:{}},setup(xt){const Zt=xt,pt=(0,N.c)(),an=(0,Zs.u)(),{formBoxItemClass:Gn}=(0,st.u)();(0,d.sV)(()=>an.value.register(!0));const Gi=(0,d.EW)(()=>an?.value.modelValue===Zt.value);function ha(){an.value.onUpdate(Zt.value)}return(ga,Mr)=>((0,d.uX)(),(0,d.CE)("div",{class:(0,G.normalizeClass)([{[ga.$style.radioGroupButton_active]:Gi.value},ga.$style.radioGroupButton,(0,Y.R1)(Gn)]),onClick:ha},[ga.$slots.icon?((0,d.uX)(),(0,d.CE)("div",{key:0,class:(0,G.normalizeClass)(ga.$style.radioGroupButton__icon)},[(0,d.RG)(ga.$slots,"icon")],2)):(0,d.Q3)("",!0),ga.label?((0,d.uX)(),(0,d.CE)("div",{key:1,id:(0,Y.R1)(pt),class:(0,G.normalizeClass)(ga.$style.radioGroupButton__label)},(0,G.toDisplayString)(ga.label),11,kt)):(0,d.Q3)("",!0),(0,d.Lk)("input",{"aria-labelledby":ga.label?(0,Y.R1)(pt):void 0,"aria-label":ga.label?void 0:ga.ariaLabel,class:"hidden-visually",checked:Gi.value,type:"radio",value:ga.value,onInput:ha},null,40,Mt)],2))}}),kr={$style:{"material-design-icon":"_material-design-icon_1euqq_12",radioGroupButton:"_radioGroupButton_1euqq_20",radioGroupButton__label:"_radioGroupButton__label_1euqq_46",radioGroupButton__icon:"_radioGroupButton__icon_1euqq_49",radioGroupButton_active:"_radioGroupButton_active_1euqq_62"}},yo=(0,Q._)(vi,[["__cssModules",kr]]);var Oo=a(16470),La=a(44680),Ir=a(21777),vr=a(66802),Po=a(75707),Ps=a(4092),Ko=a(81128),ks=a(24510),Lo=a(91202),el=a(20646),Yo=a(61338);const cl=["aria-label"],fs=["width","height"],au=["fill"],tl={fill:"currentColor",d:"M21,7L9,19L3.5,13.5L4.91,12.09L9,16.17L19.59,5.59L21,7Z"},Xl={key:0},Pr=(0,d.pM)({__name:"NcSavingIndicatorIcon",props:{size:{default:20},name:{default:""},saving:{type:Boolean,default:!1},error:{type:Boolean,default:!1}},emits:["click"],setup(xt){const Zt=xt,pt=(0,d.EW)(()=>Zt.error?"var(--color-text-error, var(--color-error))":Zt.saving?"var(--color-primary-element)":"none");return(an,Gn)=>((0,d.uX)(),(0,d.CE)("span",{"aria-label":an.name,class:"material-design-icon",role:"img",onClick:Gn[0]||(Gn[0]=Gi=>an.$emit("click",Gi))},[((0,d.uX)(),(0,d.CE)("svg",{class:"material-design-icon__svg",width:an.size,height:an.size,viewBox:"0 0 24 24"},[(0,d.Lk)("path",{fill:pt.value,d:"m19 15a4 4 0 0 0-4 4 4 4 0 0 0 4 4 4 4 0 0 0 4-4 4 4 0 0 0-4-4z"},null,8,au),(0,d.Lk)("path",tl,[an.name?((0,d.uX)(),(0,d.CE)("title",Xl,(0,G.toDisplayString)(an.name),1)):(0,d.Q3)("",!0)])],8,fs))],8,cl))}});var Vs=a(63814);(0,At.r)(At.f);function eo(xt){let Zt={};if(xt.nodeType===1){if(xt.attributes.length>0){Zt["@attributes"]={};for(let pt=0;pt<xt.attributes.length;pt++){const an=xt.attributes.item(pt);Zt["@attributes"][an.nodeName]=an.nodeValue}}}else xt.nodeType===3&&(Zt=xt.nodeValue);if(xt.hasChildNodes())for(let pt=0;pt<xt.childNodes.length;pt++){const an=xt.childNodes.item(pt),Gn=an.nodeName;if(typeof Zt[Gn]>"u")Zt[Gn]=eo(an);else{if(typeof Zt[Gn].push>"u"){const Gi=Zt[Gn];Zt[Gn]=[],Zt[Gn].push(Gi)}Zt[Gn].push(eo(an))}}return Zt}function Ro(xt){let Zt=null;try{Zt=new DOMParser().parseFromString(xt,"text/xml")}catch(pt){xi.l.error("[NcSelectTags] Failed to parse xml document",{error:pt})}return Zt}function fl(xt){const pt=eo(Ro(xt))["d:multistatus"]["d:response"],an=[];for(const Gn in pt){const Gi=pt[Gn]["d:propstat"];Gi["d:status"]["#text"]==="HTTP/1.1 200 OK"&&an.push({id:parseInt(Gi["d:prop"]["oc:id"]["#text"]),displayName:Gi["d:prop"]["oc:display-name"]["#text"],canAssign:Gi["d:prop"]["oc:can-assign"]["#text"]==="true",userAssignable:Gi["d:prop"]["oc:user-assignable"]["#text"]==="true",userVisible:Gi["d:prop"]["oc:user-visible"]["#text"]==="true"})}return an}async function ps(){if(window.F7cloudVueDocs)return Promise.resolve(fl(window.F7cloudVueDocs.tags));const xt=await(0,vr.Ay)({method:"PROPFIND",url:(0,Vs.dC)("dav")+"/systemtags/",data:`<?xml version="1.0"?>
|
|
<d:propfind xmlns:d="DAV:" xmlns:oc="http://owncloud.org/ns">
|
|
<d:prop>
|
|
<oc:id />
|
|
<oc:display-name />
|
|
<oc:user-visible />
|
|
<oc:user-assignable />
|
|
<oc:can-assign />
|
|
</d:prop>
|
|
</d:propfind>`});return fl(xt.data)}const gl={name:"NcSelectTags",components:{NcEllipsisedOption:ea.N,NcSelect:Lo.N},props:{...Lo.N.props,fetchTags:{type:Boolean,default:!0},getOptionLabel:{type:Function,default:xt=>{const{displayName:Zt,userVisible:pt,userAssignable:an}=xt;return pt===!1?(0,At.a)("{tag} (invisible)",{tag:Zt}):an===!1?(0,At.a)("{tag} (restricted)",{tag:Zt}):Zt}},limit:{type:Number,default:5},multiple:{type:Boolean,default:!0},optionsFilter:{type:Function,default:null},passthru:{type:Boolean,default:!1},placeholder:{type:String,default:(0,At.a)("Select a tag")},modelValue:{type:[Number,Array,Object],default:null}," ":{}},emits:["update:modelValue"," "],data(){return{search:"",availableTags:[]}},computed:{availableOptions(){return this.optionsFilter?this.tags.filter(this.optionsFilter):this.tags},localValue(){return this.passthru?this.modelValue:this.tags.length===0?[]:this.multiple?this.modelValue.filter(xt=>xt!=="").map(xt=>this.tags.find(Zt=>Zt.id===xt)):this.tags.find(xt=>xt.id===this.modelValue)},propsToForward(){const xt={...this.$props};return delete xt.fetchTags,delete xt.optionsFilter,delete xt.passthru,xt},tags(){return this.fetchTags?this.availableTags:this.options}},async created(){if(this.fetchTags)try{const xt=await ps();this.availableTags=xt}catch(xt){xi.l.error("[NcSelectTags] Loading systemtags failed",xt)}},methods:{handleInput(xt){if(this.passthru){this.$emit("update:modelValue",xt);return}this.multiple?this.$emit("update:modelValue",xt.map(Zt=>Zt.id)):xt===null?this.$emit("update:modelValue",null):this.$emit("update:modelValue",xt.id)}}};function Vo(xt,Zt,pt,an,Gn,Gi){const ha=(0,d.g2)("NcEllipsisedOption"),ga=(0,d.g2)("NcSelect");return(0,d.uX)(),(0,d.Wv)(ga,(0,d.v6)(Gi.propsToForward,{options:Gi.availableOptions,"close-on-select":!pt.multiple,"model-value":Gi.localValue,onSearch:Zt[0]||(Zt[0]=Mr=>Gn.search=Mr),"onUpdate:modelValue":Gi.handleInput}),(0,d.eX)({option:(0,d.k6)(Mr=>[(0,d.bF)(ha,{name:pt.getOptionLabel(Mr),search:Gn.search},null,8,["name","search"])]),"selected-option":(0,d.k6)(Mr=>[(0,d.bF)(ha,{name:pt.getOptionLabel(Mr),search:Gn.search},null,8,["name","search"])]),_:2},[(0,d.pI)(xt.$slots,(Mr,Co)=>({name:Co,fn:(0,d.k6)(Ho=>[(0,d.RG)(xt.$slots,Co,(0,G.normalizeProps)((0,d.Ng)(Ho)))])}))]),1040,["options","close-on-select","model-value","onUpdate:modelValue"])}const Ks=(0,Q._)(gl,[["render",Vo]]);var il=a(69981);const Yl={name:"HelpCircleIcon",emits:["click"],props:{title:{type:String},fillColor:{type:String,default:"currentColor"},size:{type:Number,default:24}}},gs=["aria-hidden","aria-label"],pu=["fill","width","height"],Dl={d:"M15.07,11.25L14.17,12.17C13.45,12.89 13,13.5 13,15H11V14.5C11,13.39 11.45,12.39 12.17,11.67L13.41,10.41C13.78,10.05 14,9.55 14,9C14,7.89 13.1,7 12,7A2,2 0 0,0 10,9H8A4,4 0 0,1 12,5A4,4 0 0,1 16,9C16,9.88 15.64,10.67 15.07,11.25M13,19H11V17H13M12,2A10,10 0 0,0 2,12A10,10 0 0,0 12,22A10,10 0 0,0 22,12C22,6.47 17.5,2 12,2Z"},Ql={key:0};function qs(xt,Zt,pt,an,Gn,Gi){return(0,d.uX)(),(0,d.CE)("span",(0,d.v6)(xt.$attrs,{"aria-hidden":pt.title?null:"true","aria-label":pt.title,class:"material-design-icon help-circle-icon",role:"img",onClick:Zt[0]||(Zt[0]=ha=>xt.$emit("click",ha))}),[((0,d.uX)(),(0,d.CE)("svg",{fill:pt.fillColor,class:"material-design-icon__svg",width:pt.size,height:pt.size,viewBox:"0 0 24 24"},[(0,d.Lk)("path",Dl,[pt.title?((0,d.uX)(),(0,d.CE)("title",Ql,(0,G.toDisplayString)(pt.title),1)):(0,d.Q3)("",!0)])],8,pu))],16,gs)}const Wu=(0,Q._)(Yl,[["render",qs]]);(0,At.r)();const Ou={class:"settings-section"},Jl={class:"settings-section__name"},Pl=["aria-label","href","title"],Qo={key:0,class:"settings-section__desc"},ml=(0,d.pM)({__name:"NcSettingsSection",props:{name:{},description:{default:""},docUrl:{default:""}},setup(xt){const Zt=(0,At.a)("External documentation");return(pt,an)=>((0,d.uX)(),(0,d.CE)("div",Ou,[(0,d.Lk)("h2",Jl,[(0,d.eW)((0,G.toDisplayString)(pt.name)+" ",1),pt.docUrl?((0,d.uX)(),(0,d.CE)("a",{key:0,"aria-label":(0,Y.R1)(Zt),class:"settings-section__info",href:pt.docUrl,rel:"noreferrer nofollow",target:"_blank",title:(0,Y.R1)(Zt)},[(0,d.bF)(Wu,{size:20})],8,Pl)):(0,d.Q3)("",!0)]),pt.description?((0,d.uX)(),(0,d.CE)("p",Qo,(0,G.toDisplayString)(pt.description),1)):(0,d.Q3)("",!0),(0,d.RG)(pt.$slots,"default",{},void 0,!0)]))}}),gd=null;var nl=a(12454);(0,At.r)(At.e);const ru={name:"NcSettingsSelectGroup",components:{NcSelect:Lo.N},props:{label:{type:String,required:!0},placeholder:{type:String,default:""},id:{type:String,default:()=>"action-"+(0,N.c)(),validator:xt=>xt.trim()!==""},modelValue:{type:Array,default:()=>[]},disabled:{type:Boolean,default:!1}},emits:["error","input","update:modelValue"],data(){return{groups:{},randId:(0,N.c)(),errorMessage:""}},computed:{hasError(){return this.errorMessage!==""},filteredValue(){return this.modelValue.filter(xt=>xt!==""&&typeof xt=="string")},inputValue(){return this.filteredValue.map(xt=>typeof this.groups[xt]>"u"?{id:xt,displayname:xt}:this.groups[xt])},groupsArray(){return Object.values(this.groups).filter(xt=>!this.modelValue.includes(xt.id))}},watch:{modelValue:{handler(){const xt=Object.keys(this.groups);this.filteredValue.filter(pt=>!xt.includes(pt)).forEach(pt=>{this.loadGroup(pt)})},immediate:!0}},async mounted(){const xt="talk:22.0.4/initialGroups";let Zt=window.sessionStorage.getItem(xt);Zt?(Zt=Object.fromEntries(JSON.parse(Zt).map(pt=>[pt.id,pt])),this.groups={...this.groups,...Zt}):(await this.loadGroup(""),window.sessionStorage.setItem(xt,JSON.stringify(Object.values(this.groups))))},methods:{t:At.a,update(xt){const Zt=xt.map(pt=>pt.id);this.$emit("update:modelValue",Zt)},async loadGroup(xt){try{xt=typeof xt=="string"?encodeURI(xt):"";const Zt=await vr.Ay.get((0,Vs.KT)(`cloud/groups/details?search=${xt}&limit=10`,2));if(this.errorMessage!==""&&window.setTimeout(()=>{this.errorMessage=""},5e3),Object.keys(Zt.data.ocs.data.groups).length>0){const pt=Object.fromEntries(Zt.data.ocs.data.groups.map(an=>[an.id,an]));return this.groups={...this.groups,...pt},!0}}catch(Zt){this.$emit("error",Zt),this.errorMessage=(0,At.a)("Unable to search the group")}return!1},filterGroups(xt,Zt,pt){return`${Zt||""} ${xt.id}`.toLocaleLowerCase().indexOf(pt.toLocaleLowerCase())>-1},onSearch:(0,nl.A)(function(xt){this.loadGroup(xt)},200)}},hl=["for"];function Zu(xt,Zt,pt,an,Gn,Gi){const ha=(0,d.g2)("NcSelect");return(0,d.uX)(),(0,d.CE)("div",null,[pt.label?((0,d.uX)(),(0,d.CE)("label",{key:0,for:pt.id,class:"hidden-visually"},(0,G.toDisplayString)(pt.label),9,hl)):(0,d.Q3)("",!0),(0,d.bF)(ha,{"model-value":Gi.inputValue,options:Gi.groupsArray,placeholder:pt.placeholder||pt.label,"filter-by":Gi.filterGroups,"input-id":pt.id,limit:5,label:"displayname",multiple:!0,"close-on-select":!1,disabled:pt.disabled,"onUpdate:modelValue":Gi.update,onSearch:Gi.onSearch},null,8,["model-value","options","placeholder","filter-by","input-id","disabled","onUpdate:modelValue","onSearch"]),(0,d.bo)((0,d.Lk)("div",{class:"select-group-error"},(0,G.toDisplayString)(Gn.errorMessage),513),[[j.vShow,Gi.hasError]])])}const Fu=(0,Q._)(ru,[["render",Zu],["__scopeId","data-v-21e2bf0c"]]);var Pu=a(74432),Bl=a(23245);const Bu=(0,d.pM)({__name:"NcThemeProvider",props:{dark:{type:Boolean},light:{type:Boolean}},setup(xt){const Zt=xt,pt=(0,d.EW)(()=>Zt.dark?"dark":Zt.light?"light":"");return(0,d.Gt)(Bl.I,pt),(an,Gn)=>((0,d.uX)(),(0,d.CE)("div",(0,G.normalizeProps)({[`data-theme-${pt.value}`||""]:pt.value}),[(0,d.RG)(an.$slots,"default")],16))}});var Vu=a(21715),md=a(23705),Nu=a(72770),Dd=a(24597),Nl=a(95570),Rl=a(16343),Bs=a(37169),hd=a(33463),vu=a(23109),ed=a(80680),ou=a(11195),k=a(35947),M=a(7736),W=a(94434),ie=a(11008);/*!
|
|
* SPDX-FileCopyrightText: 2022 F7cloud GmbH and F7cloud contributors
|
|
* SPDX-License-Identifier: AGPL-3.0-or-later
|
|
*/async function ue(xt,Zt,pt,an){const Gn=defineAsyncComponent(()=>Promise.all([a.e("defaultVendors-node_modules_f7cloud_dialogs_dist_chunks__plugin-vue_export-helper-1tPrXgE0_-e37598"),a.e("defaultVendors-node_modules_mdi_js_mdi_js-node_modules_f7cloud_dialogs_dist_chunks_preview--260ca1"),a.e("defaultVendors-node_modules_f7cloud_dialogs_dist_chunks_ConflictPicker-D11j2xek_mjs")]).then(a.bind(a,82880)));if(pt=pt.filter(Gi),pt.sort((Mr,Co)=>ha(Mr)-ha(Co)),Zt.length===0||pt.length===0)throw new Error("ConflictPicker: files and conflicts must not be empty");if(Zt.length!==pt.length)throw new Error("ConflictPicker: files and conflicts must have the same length. Make sure you filter out non conflicting files from the conflicts array.");return await spawnDialog(Gn,{dirname:xt,conflicts:Zt,content:pt,recursiveUpload:an?.recursive===!0},{container:an?.container});function Gi(Mr){return Zt.some(Co=>ga(Mr,Co))}function ha(Mr){return Zt.findIndex(Co=>ga(Mr,Co))}function ga(Mr,Co){return"basename"in Co?Co.basename===Mr.basename:Co.name===Mr.basename}}const me='<svg xmlns="http://www.w3.org/2000/svg" id="mdi-folder-move" viewBox="0 0 24 24"><path d="M14,18V15H10V11H14V8L19,13M20,6H12L10,4H4C2.89,4 2,4.89 2,6V18A2,2 0 0,0 4,20H20A2,2 0 0,0 22,18V8C22,6.89 21.1,6 20,6Z" /></svg>',pe='<svg xmlns="http://www.w3.org/2000/svg" id="mdi-folder-multiple" viewBox="0 0 24 24"><path d="M22,4H14L12,2H6A2,2 0 0,0 4,4V16A2,2 0 0,0 6,18H22A2,2 0 0,0 24,16V6A2,2 0 0,0 22,4M2,6H0V11H0V20A2,2 0 0,0 2,22H20V20H2V6Z" /></svg>',fe=(0,ou.$)().detectLanguage();for(const xt of[{language:"ar",translations:[{msgid:'"{name}" is an invalid folder name.',msgstr:['"{name}" \u0644\u0627 \u064A\u0635\u0644\u062D \u0643\u0627\u0633\u0645 \u0645\u062C\u0644\u062F.']},{msgid:'"{name}" is not an allowed folder name',msgstr:['"{name}" \u063A\u064A\u0631 \u0645\u0633\u0645\u0648\u062D \u0628\u0647 \u0643\u0627\u0633\u0645 \u0645\u062C\u0644\u062F']},{msgid:'"/" is not allowed inside a folder name.',msgstr:['"/" \u063A\u064A\u0631 \u0645\u0633\u0645\u0648\u062D \u0628\u0647 \u062F\u0627\u062E\u0644 \u0627\u0633\u0645 \u0645\u062C\u0644\u062F.']},{msgid:"All files",msgstr:["\u0643\u0644 \u0627\u0644\u0645\u0644\u0641\u0627\u062A"]},{msgid:"Choose",msgstr:["\u0625\u062E\u062A\u064E\u0631"]},{msgid:"Choose {file}",msgstr:["\u0625\u062E\u062A\u0631 {file}"]},{msgid:"Choose %n file",msgid_plural:"Choose %n files",msgstr:["\u0625\u062E\u062A\u064E\u0631 %n \u0645\u0644\u0641","\u0625\u062E\u062A\u064E\u0631 %n \u0645\u0644\u0641","\u0625\u062E\u062A\u064E\u0631 %n \u0645\u0644\u0641","\u0625\u062E\u062A\u064E\u0631 %n \u0645\u0644\u0641\u0627\u062A","\u0625\u062E\u062A\u064E\u0631 %n \u0645\u0644\u0641","\u0625\u062E\u062A\u0631 %n \u0645\u0644\u0641"]},{msgid:"Copy",msgstr:["\u0646\u0633\u062E"]},{msgid:"Copy to {target}",msgstr:["\u0646\u0633\u062E \u0625\u0644\u0649 {target}"]},{msgid:"Could not create the new folder",msgstr:["\u062A\u0639\u0630\u0651\u0631 \u0625\u0646\u0634\u0627\u0621 \u0627\u0644\u0645\u062C\u0644\u062F \u0627\u0644\u062C\u062F\u064A\u062F"]},{msgid:"Could not load files settings",msgstr:["\u064A\u062A\u0639\u0630\u0651\u0631 \u062A\u062D\u0645\u064A\u0644 \u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0627\u0644\u0645\u0644\u0641\u0627\u062A"]},{msgid:"Could not load files views",msgstr:["\u062A\u0639\u0630\u0631 \u062A\u062D\u0645\u064A\u0644 \u0639\u0631\u0636 \u0627\u0644\u0645\u0644\u0641\u0627\u062A"]},{msgid:"Create directory",msgstr:["\u0625\u0646\u0634\u0627\u0621 \u0645\u062C\u0644\u062F"]},{msgid:"Current view selector",msgstr:["\u0645\u062D\u062F\u062F \u0627\u0644\u0639\u0631\u0636 \u0627\u0644\u062D\u0627\u0644\u064A"]},{msgid:"Favorites",msgstr:["\u0627\u0644\u0645\u0641\u0636\u0644\u0629"]},{msgid:"Files and folders you mark as favorite will show up here.",msgstr:["\u0627\u0644\u0645\u0644\u0641\u0627\u062A \u0648\u0627\u0644\u0645\u062C\u0644\u062F\u0627\u062A \u0627\u0644\u062A\u064A \u062A\u062D\u062F\u062F\u0647\u0627 \u0643\u0645\u0641\u0636\u0644\u0629 \u0633\u062A\u0638\u0647\u0631 \u0647\u0646\u0627."]},{msgid:"Files and folders you recently modified will show up here.",msgstr:["\u0627\u0644\u0645\u0644\u0641\u0627\u062A \u0648 \u0627\u0644\u0645\u062C\u0644\u062F\u0627\u062A \u0627\u0644\u062A\u064A \u0642\u0645\u062A \u0645\u0624\u062E\u0631\u0627\u064B \u0628\u062A\u0639\u062F\u064A\u0644\u0647\u0627 \u0633\u0648\u0641 \u062A\u0638\u0647\u0631 \u0647\u0646\u0627."]},{msgid:"Filter file list",msgstr:["\u062A\u0635\u0641\u064A\u0629 \u0642\u0627\u0626\u0645\u0629 \u0627\u0644\u0645\u0644\u0641\u0627\u062A"]},{msgid:"Folder name cannot be empty.",msgstr:["\u0627\u0633\u0645 \u0627\u0644\u0645\u062C\u0644\u062F \u0644\u0627 \u064A\u0645\u0643\u0646 \u0623\u0646 \u064A\u0643\u0648\u0646 \u0641\u0627\u0631\u063A\u0627\u064B."]},{msgid:"Home",msgstr:["\u0627\u0644\u0628\u062F\u0627\u064A\u0629"]},{msgid:"Modified",msgstr:["\u0627\u0644\u062A\u0639\u062F\u064A\u0644"]},{msgid:"Move",msgstr:["\u0646\u0642\u0644"]},{msgid:"Move to {target}",msgstr:["\u0646\u0642\u0644 \u0625\u0644\u0649 {target}"]},{msgid:"Name",msgstr:["\u0627\u0644\u0627\u0633\u0645"]},{msgid:"New",msgstr:["\u062C\u062F\u064A\u062F"]},{msgid:"New folder",msgstr:["\u0645\u062C\u0644\u062F \u062C\u062F\u064A\u062F"]},{msgid:"New folder name",msgstr:["\u0627\u0633\u0645 \u0627\u0644\u0645\u062C\u0644\u062F \u0627\u0644\u062C\u062F\u064A\u062F"]},{msgid:"No files in here",msgstr:["\u0644\u0627 \u062A\u0648\u062C\u062F \u0645\u0644\u0641\u0627\u062A \u0647\u0646\u0627"]},{msgid:"No files matching your filter were found.",msgstr:["\u0644\u0627 \u062A\u0648\u062C\u062F \u0645\u0644\u0641\u0627\u062A \u062A\u062A\u0637\u0627\u0628\u0642 \u0645\u0639 \u0639\u0627\u0645\u0644 \u0627\u0644\u062A\u0635\u0641\u064A\u0629 \u0627\u0644\u0630\u064A \u0648\u0636\u0639\u062A\u0647"]},{msgid:"No matching files",msgstr:["\u0644\u0627 \u062A\u0648\u062C\u062F \u0645\u0644\u0641\u0627\u062A \u0645\u0637\u0627\u0628\u0642\u0629"]},{msgid:"Recent",msgstr:["\u0627\u0644\u062D\u0627\u0644\u064A"]},{msgid:"Select all entries",msgstr:["\u062D\u062F\u062F \u062C\u0645\u064A\u0639 \u0627\u0644\u0625\u062F\u062E\u0627\u0644\u0627\u062A"]},{msgid:"Select entry",msgstr:["\u0625\u062E\u062A\u064E\u0631 \u0627\u0644\u0645\u062F\u062E\u0644"]},{msgid:"Select the row for {nodename}",msgstr:["\u0625\u062E\u062A\u0631 \u0633\u0637\u0631 \u0627\u0644\u0640 {nodename}"]},{msgid:"Size",msgstr:["\u0627\u0644\u062D\u062C\u0645"]},{msgid:"Undo",msgstr:["\u062A\u0631\u0627\u062C\u0639"]},{msgid:"Upload some content or sync with your devices!",msgstr:["\u0642\u0645 \u0628\u0631\u0641\u0639 \u0628\u0639\u0636 \u0627\u0644\u0645\u062D\u062A\u0648\u0649 \u0623\u0648 \u0627\u0644\u0645\u0632\u0627\u0645\u0646\u0629 \u0645\u0639 \u0623\u062C\u0647\u0632\u062A\u0643!"]}]},{language:"ast",translations:[{msgid:'"{name}" is an invalid folder name.',msgstr:["\xAB{name}\xBB ye un nome de carpeta inv\xE1lidu."]},{msgid:'"{name}" is not an allowed folder name',msgstr:["\xAB{name}\xBB ye un nome de carpeta inv\xE1lidu"]},{msgid:'"/" is not allowed inside a folder name.',msgstr:["Nun se permite'l car\xE1uter \xAB/\xBB dientro'l nome de les carpetes."]},{msgid:"All files",msgstr:["Tolos ficheros"]},{msgid:"Choose",msgstr:["Escoyer"]},{msgid:"Choose {file}",msgstr:["Escoyer \xAB{ficheru}\xBB"]},{msgid:"Choose %n file",msgid_plural:"Choose %n files",msgstr:["Escoyer %n ficheru","Escoyer %n ficheros"]},{msgid:"Copy",msgstr:["Copiar"]},{msgid:"Copy to {target}",msgstr:["Copiar en: {target}"]},{msgid:"Could not create the new folder",msgstr:["Nun se pudo crear la carpeta"]},{msgid:"Could not load files settings",msgstr:["Nun se pudo cargar la configuraci\xF3n de los ficheros"]},{msgid:"Could not load files views",msgstr:["Nun se pudieron cargar les vistes de los ficheros"]},{msgid:"Create directory",msgstr:["Crear un direutoriu"]},{msgid:"Current view selector",msgstr:["Selector de la vista actual"]},{msgid:"Favorites",msgstr:["Favoritos"]},{msgid:"Files and folders you mark as favorite will show up here.",msgstr:["Equ\xED apaecen los ficheros y les carpetes que metas en Favoritos."]},{msgid:"Files and folders you recently modified will show up here.",msgstr:["Equ\xED apaecen los fichero y les carpetes que modificares apocay\xE1."]},{msgid:"Filter file list",msgstr:["Pe\xF1erar la llista de ficheros"]},{msgid:"Folder name cannot be empty.",msgstr:["El nome de la carpeta nun pue tar baleru."]},{msgid:"Home",msgstr:["Aniciu"]},{msgid:"Modified",msgstr:["Modific\xF3se"]},{msgid:"Move",msgstr:["Mover"]},{msgid:"Move to {target}",msgstr:["Mover a {target}"]},{msgid:"Name",msgstr:["Nome"]},{msgid:"New",msgstr:["Nuevu"]},{msgid:"New folder",msgstr:["Carpeta nueva"]},{msgid:"New folder name",msgstr:["Nome de carpeta nuevu"]},{msgid:"No files in here",msgstr:["Equ\xED nun hai neng\xFAn ficheru"]},{msgid:"No files matching your filter were found.",msgstr:["Nun s'atop\xF3 neng\xFAn ficheru que concasare cola pe\xF1era."]},{msgid:"No matching files",msgstr:["Nun hai neng\xFAn ficheru que concase"]},{msgid:"Recent",msgstr:["De reci\xE9n"]},{msgid:"Select all entries",msgstr:["Seleicionar toles entraes"]},{msgid:"Select entry",msgstr:["Seleicionar la entrada"]},{msgid:"Select the row for {nodename}",msgstr:["Seleicionar la filera de: {nodename}"]},{msgid:"Size",msgstr:["Tama\xF1u"]},{msgid:"Undo",msgstr:["Desfacer"]},{msgid:"Upload some content or sync with your devices!",msgstr:["\xA1Xubi dalg\xFAn elementu o sincroniza colos tos preseos!"]}]},{language:"ca",translations:[{msgid:'"{char}" is not allowed inside a name.',msgstr:[`No \xE9s perm\xE8s d'usar el car\xE0cter "{char}" en un nom.`]},{msgid:'"{extension}" is not an allowed name.',msgstr:['"{extension}" no \xE9s un nom perm\xE8s.']},{msgid:'"{name}" is an invalid folder name.',msgstr:['"{name}" no \xE9s v\xE0lid com a nom de carpeta.']},{msgid:'"{name}" is not an allowed folder name',msgstr:['"{name}" no \xE9s v\xE0lid com a nom de carpeta']},{msgid:'"{segment}" is a reserved name and not allowed.',msgstr:['"{segment}" \xE9s un mot reservat i no est\xE0 perm\xE8s com a nom.']},{msgid:'"/" is not allowed inside a folder name.',msgstr:[`"/" no est\xE0 perm\xE8s en el nom d'una carpeta.`]},{msgid:"%n file conflict",msgid_plural:"%n files conflict",msgstr:["%n conflicte de fitxers","%n conflictes de fitxers"]},{msgid:"%n file conflict in {dirname}",msgid_plural:"%n file conflicts in {dirname}",msgstr:["%n onflicte de fitxers a {dirname}","%n conflictes de fitxers a {dirname}"]},{msgid:"All files",msgstr:["Tots els fitxers"]},{msgid:"Cancel",msgstr:["Cancel\xB7lar"]},{msgid:"Cancel the entire operation",msgstr:["Cancel\xB7lar tota l'operaci\xF3"]},{msgid:"Choose",msgstr:["Tria"]},{msgid:"Choose {file}",msgstr:["Tria {file}"]},{msgid:"Choose %n file",msgid_plural:"Choose %n files",msgstr:["Tria %n fitxer","Tria %n fitxers"]},{msgid:"Confirm",msgstr:["Confirma"]},{msgid:"Continue",msgstr:["Continuar"]},{msgid:"Copy",msgstr:["Copia"]},{msgid:"Copy to {target}",msgstr:["Copia a {target}"]},{msgid:"Could not create the new folder",msgstr:["No s'ha pogut crear la carpeta nova"]},{msgid:"Could not load files settings",msgstr:["No es poden carregar fitxers de configuraci\xF3"]},{msgid:"Could not load files views",msgstr:["No es poden carregar fitxers de vistes"]},{msgid:"Create directory",msgstr:["Crea un directori"]},{msgid:"Current view selector",msgstr:["Selector de visualitzaci\xF3 actual"]},{msgid:"Enter your name",msgstr:["Escriviu el vostre nom"]},{msgid:"Existing version",msgstr:["Versi\xF3 existent"]},{msgid:"Failed to set nickname.",msgstr:["No s'ha pogut desar el sobrenom."]},{msgid:"Favorites",msgstr:["Preferits"]},{msgid:"Files and folders you mark as favorite will show up here.",msgstr:["Els fitxers i les carpetes que marqueu com a favorits es mostraran aqu\xED."]},{msgid:"Files and folders you recently modified will show up here.",msgstr:["Els fitxers i les carpetes recentment modificats es mostraran aqu\xED."]},{msgid:"Filter file list",msgstr:["Filtrar llistat de fitxers"]},{msgid:"Folder name cannot be empty.",msgstr:["El nom de la carpeta no pot estar buit."]},{msgid:"Guest identification",msgstr:["Identificaci\xF3 com a convidat"]},{msgid:"Home",msgstr:["Inici"]},{msgid:"If you select both versions, the incoming file will have a number added to its name.",msgstr:["Si seleccioneu les dues versions, el fitxer entrant tindr\xE0 un n\xFAmero afegit al seu nom."]},{msgid:"Invalid name.",msgstr:["Nom no v\xE0lid."]},{msgid:"Last modified date unknown",msgstr:["Data de l'\xFAltima modificaci\xF3 desconeguda"]},{msgid:"Modified",msgstr:["Data de modificaci\xF3"]},{msgid:"Move",msgstr:["Despla\xE7a"]},{msgid:"Move to {target}",msgstr:["Despla\xE7a a {target}"]},{msgid:"Name",msgstr:["Nom"]},{msgid:"Names may be at most 64 characters long.",msgstr:["Els noms poden tenir com a m\xE0xim 64 car\xE0cters."]},{msgid:"Names must not be empty.",msgstr:["Els noms no poden ser buits."]},{msgid:'Names must not end with "{extension}".',msgstr:[`Els noms no poden acabar amb l'extensi\xF3 "{extension}".`]},{msgid:"Names must not start with a dot.",msgstr:["Els noms no poden comen\xE7ar amb un punt."]},{msgid:"New",msgstr:["Crea"]},{msgid:"New folder",msgstr:["Carpeta nova"]},{msgid:"New folder name",msgstr:["Nom de la carpeta nova"]},{msgid:"New version",msgstr:["Nova versi\xF3"]},{msgid:"No files in here",msgstr:["No hi ha cap fitxer"]},{msgid:"No files matching your filter were found.",msgstr:["No s'ha trobat cap fitxer que coincideixi amb el filtre."]},{msgid:"No matching files",msgstr:["No hi ha cap fitxer que coincideixi"]},{msgid:"Please enter a name with at least 2 characters.",msgstr:["Si us plau, escriu un nom amb 2 car\xE0cters com a m\xEDnim."]},{msgid:"Recent",msgstr:["Recents"]},{msgid:"Select all checkboxes",msgstr:["Selecciona totes les caselles de selecci\xF3"]},{msgid:"Select all entries",msgstr:["Selecciona totes les entrades"]},{msgid:"Select all existing files",msgstr:["Selecciona tots els fitxers existents"]},{msgid:"Select all new files",msgstr:["Selecciona tots els fitxers nous"]},{msgid:"Select entry",msgstr:["Selecciona l'entrada"]},{msgid:"Select the row for {nodename}",msgstr:["Selecciona la fila per a {nodename}"]},{msgid:"Size",msgstr:["Mida"]},{msgid:"Skip %n file",msgid_plural:"Skip %n files",msgstr:["Omet %n fitxer","Omet %n fitxers"]},{msgid:"Skip this file",msgstr:["Omet aquest fitxer"]},{msgid:"Submit name",msgstr:["Entreu el nom"]},{msgid:"Undo",msgstr:["Desf\xE9s"]},{msgid:"Upload some content or sync with your devices!",msgstr:["Pugeu contingut o sincronitzeu-lo amb els vostres dispositius!"]},{msgid:"When an incoming folder is selected, any conflicting files within it will also be overwritten.",msgstr:["Quan es selecciona una carpeta entrant, tamb\xE9 se sobreescriuran els fitxers que hi entrin en conflicte."]},{msgid:"When an incoming folder is selected, the content is written into the existing folder and a recursive conflict resolution is performed.",msgstr:["Quan es selecciona una carpeta entrant, el contingut s'escriu a la carpeta existent i es realitza una resoluci\xF3 recursiva de conflictes."]},{msgid:"Which files do you want to keep?",msgstr:["Quins fitxers voleu conservar?"]},{msgid:"You are currently identified as {nickname}.",msgstr:["Actualment se us mostra com a {nickname}."]},{msgid:"You are currently not identified.",msgstr:["Actualment no esteu identificat."]},{msgid:"You cannot leave the name empty.",msgstr:["No podeu deixar el nom buit."]},{msgid:"You need to choose at least one conflict solution",msgstr:["Heu de triar com a m\xEDnim una soluci\xF3 de conflicte"]},{msgid:"You need to select at least one version of each file to continue.",msgstr:["Heu de seleccionar com a m\xEDnim una versi\xF3 de cada fitxer per continuar."]}]},{language:"cs_CZ",translations:[{msgid:'"{char}" is not allowed inside a name.',msgstr:["\u201E{char}\u201C nen\xED mo\u017En\xE9 pou\u017E\xEDt uvnit\u0159 n\xE1zvu."]},{msgid:'"{extension}" is not an allowed name.',msgstr:["\u201E{extension}\u201C nen\xED mo\u017En\xE9 pou\u017E\xEDt jako n\xE1zev."]},{msgid:'"{name}" is an invalid folder name.',msgstr:["\u201E{name}\u201C nen\xED platn\xFD n\xE1zev slo\u017Eky."]},{msgid:'"{name}" is not an allowed folder name',msgstr:["\u201E{name}\u201C nen\xED povolen\xFD n\xE1zev slo\u017Eky."]},{msgid:'"{segment}" is a reserved name and not allowed.',msgstr:["\u201E{segment}\u201C je vyhrazen\xFDm n\xE1zvem a nen\xED mo\u017En\xE9 ho pou\u017E\xEDt."]},{msgid:'"/" is not allowed inside a folder name.',msgstr:["znak \u201E/\u201C (dop\u0159edn\xE9 lom\xEDtko) nen\xED mo\u017En\xE9 pou\u017E\xEDt uvnit\u0159 n\xE1zvu slo\u017Eky."]},{msgid:"All files",msgstr:["Ve\u0161ker\xE9 soubory"]},{msgid:"Cancel",msgstr:["Storno"]},{msgid:"Choose",msgstr:["Zvolit"]},{msgid:"Choose {file}",msgstr:["Zvolit {file}"]},{msgid:"Choose %n file",msgid_plural:"Choose %n files",msgstr:["Zvolte %n soubor","Zvolte %n soubory","Zvolte %n soubor\u016F","Zvolte %n soubory"]},{msgid:"Copy",msgstr:["Zkop\xEDrovat"]},{msgid:"Copy to {target}",msgstr:["Zkop\xEDrovat do {target}"]},{msgid:"Could not create the new folder",msgstr:["Novou slo\u017Eku se nepoda\u0159ilo vytvo\u0159it"]},{msgid:"Could not load files settings",msgstr:["Nepoda\u0159ilo se na\u010D\xEDst nastaven\xED pro soubory"]},{msgid:"Could not load files views",msgstr:["Nepoda\u0159ilo se na\u010D\xEDst pohledy soubor\u016F"]},{msgid:"Create directory",msgstr:["Vytvo\u0159it slo\u017Eku"]},{msgid:"Current view selector",msgstr:["V\xFDb\u011Br st\xE1vaj\xEDc\xEDho zobrazen\xED"]},{msgid:"Enter your name",msgstr:["Zadejte sv\xE9 jm\xE9no"]},{msgid:"Failed to set nickname.",msgstr:["Nepoda\u0159ilo se nastavit p\u0159ezd\xEDvku."]},{msgid:"Favorites",msgstr:["Obl\xEDben\xE9"]},{msgid:"Files and folders you mark as favorite will show up here.",msgstr:["Zde se zobraz\xED soubory a slo\u017Eky, kter\xE9 ozna\u010D\xEDte jako obl\xEDben\xE9."]},{msgid:"Files and folders you recently modified will show up here.",msgstr:["Zde se zobraz\xED soubory a slo\u017Eky, kter\xE9 jste ned\xE1vno pozm\u011Bnili."]},{msgid:"Filter file list",msgstr:["Filtrovat seznam soubor\u016F"]},{msgid:"Folder name cannot be empty.",msgstr:["Slo\u017Eku je t\u0159eba n\u011Bjak nazvat."]},{msgid:"Guest identification",msgstr:["Identifikace hosta"]},{msgid:"Home",msgstr:["Dom\u016F"]},{msgid:"Invalid name.",msgstr:["Neplatn\xFD n\xE1zev."]},{msgid:"Modified",msgstr:["Zm\u011Bn\u011Bno"]},{msgid:"Move",msgstr:["P\u0159esounout"]},{msgid:"Move to {target}",msgstr:["P\u0159esunout do {target}"]},{msgid:"Name",msgstr:["N\xE1zev"]},{msgid:"Names may be at most 64 characters long.",msgstr:["Je t\u0159eba, aby d\xE9lka jmen nep\u0159esahovala 64 znak\u016F."]},{msgid:"Names must not be empty.",msgstr:["N\xE1zvy je t\u0159eba vyplnit."]},{msgid:'Names must not end with "{extension}".',msgstr:["N\xE1zvy nemohou kon\u010Dit na \u201E{extension}\u201C."]},{msgid:"Names must not start with a dot.",msgstr:["N\xE1zvy nemohou za\u010D\xEDnat te\u010Dkou."]},{msgid:"New",msgstr:["Nov\xE9"]},{msgid:"New folder",msgstr:["Nov\xE1 slo\u017Eka"]},{msgid:"New folder name",msgstr:["N\xE1zev pro novou slo\u017Eku"]},{msgid:"No files in here",msgstr:["Nejsou zde \u017E\xE1dn\xE9 soubory"]},{msgid:"No files matching your filter were found.",msgstr:["Nenalezeny \u017E\xE1dn\xE9 soubory odpov\xEDdaj\xEDc\xED va\u0161emu filtru"]},{msgid:"No matching files",msgstr:["\u017D\xE1dn\xE9 odpov\xEDdaj\xEDc\xED soubory"]},{msgid:"Please enter a name with at least 2 characters.",msgstr:["Zadejte jm\xE9no dlouh\xE9 alespo\u0148 2 znaky."]},{msgid:"Recent",msgstr:["Ned\xE1vn\xE9"]},{msgid:"Select all entries",msgstr:["Vybrat v\u0161echny polo\u017Eky"]},{msgid:"Select entry",msgstr:["Vybrat polo\u017Eku"]},{msgid:"Select the row for {nodename}",msgstr:["Vybrat \u0159\xE1dek pro {nodename}"]},{msgid:"Size",msgstr:["Velikost"]},{msgid:"Submit name",msgstr:["Odeslat jm\xE9no"]},{msgid:"Undo",msgstr:["Zp\u011Bt"]},{msgid:"Upload some content or sync with your devices!",msgstr:["Nahrajte sem n\u011Bjak\xFD obsah nebo prove\u010Fte synchronizaci se sv\xFDmi za\u0159\xEDzen\xEDmi!"]},{msgid:"You are currently identified as {nickname}.",msgstr:["V tuto chv\xEDli jste identifikov\xE1ni jako {nickname}."]},{msgid:"You are currently not identified.",msgstr:["V tuto chv\xEDli nejste identifikovan\xED."]},{msgid:"You cannot leave the name empty.",msgstr:["Jm\xE9no nelze ponechat nevypln\u011Bn\xE9."]}]},{language:"da",translations:[{msgid:'"{char}" is not allowed inside a name.',msgstr:['"{char}" er ikke tilladt i et navn.']},{msgid:'"{extension}" is not an allowed name.',msgstr:['"{extension}" er ikke tilladt i et navn.']},{msgid:'"{name}" is an invalid folder name.',msgstr:['"{name}" er et ugyldigt mappenavn.']},{msgid:'"{name}" is not an allowed folder name',msgstr:['"{name}" er ikke et tilladt mappenavn']},{msgid:'"{segment}" is a reserved name and not allowed.',msgstr:['"{segment}" er et reserveret navn og er derfor ikke tilladt.']},{msgid:'"/" is not allowed inside a folder name.',msgstr:['"/" er ikke tilladt i et mappenavn.']},{msgid:"%n file conflict",msgid_plural:"%n files conflict",msgstr:["%n filkonflikt","%n filer konflikter"]},{msgid:"%n file conflict in {dirname}",msgid_plural:"%n file conflicts in {dirname}",msgstr:["%n filkonflikt i {dirname}","%n filkonflikter i {dirname}"]},{msgid:"All files",msgstr:["Alle filer"]},{msgid:"Cancel",msgstr:["Fortryd"]},{msgid:"Cancel the entire operation",msgstr:["Annull\xE9r hele operationen"]},{msgid:"Choose",msgstr:["V\xE6lg"]},{msgid:"Choose {file}",msgstr:["V\xE6lg {file}"]},{msgid:"Choose %n file",msgid_plural:"Choose %n files",msgstr:["V\xE6lg %n fil","V\xE6lg %n filer"]},{msgid:"Confirm",msgstr:["Bekr\xE6ft"]},{msgid:"Continue",msgstr:["Forts\xE6t"]},{msgid:"Copy",msgstr:["Kopier"]},{msgid:"Copy to {target}",msgstr:["Kopier til {target}"]},{msgid:"Could not create the new folder",msgstr:["Kunne ikke oprette den nye mappe"]},{msgid:"Could not load files settings",msgstr:["Filindstillingerne kunne ikke indl\xE6ses"]},{msgid:"Could not load files views",msgstr:["Kunne ikke indl\xE6se filvisninger"]},{msgid:"Create directory",msgstr:["Opret mappe"]},{msgid:"Current view selector",msgstr:["Aktuel visningsv\xE6lger"]},{msgid:"Enter your name",msgstr:["Indtast dit navn"]},{msgid:"Existing version",msgstr:["Eksisterende version"]},{msgid:"Failed to set nickname.",msgstr:["Fors\xF8g p\xE5 at gemme kaldenavn mislykkedes."]},{msgid:"Favorites",msgstr:["Favoritter"]},{msgid:"Files and folders you mark as favorite will show up here.",msgstr:["Filer og mapper, du markerer som foretrukne, vises her."]},{msgid:"Files and folders you recently modified will show up here.",msgstr:["Filer og mapper, du for nylig har \xE6ndret, vises her."]},{msgid:"Filter file list",msgstr:["Filtrer fil liste"]},{msgid:"Folder name cannot be empty.",msgstr:["Mappenavnet m\xE5 ikke v\xE6re tomt."]},{msgid:"Guest identification",msgstr:["G\xE6steidentifikation"]},{msgid:"Home",msgstr:["Hjem"]},{msgid:"If you select both versions, the incoming file will have a number added to its name.",msgstr:["Hvis du v\xE6lger begge versioner, vil den indkommende fil have et nummer tilf\xF8jet til sit navn."]},{msgid:"Invalid name.",msgstr:["Ugyldigt navn."]},{msgid:"Last modified date unknown",msgstr:["Senest \xE6ndret dato ukendt"]},{msgid:"Modified",msgstr:["\xC6ndret"]},{msgid:"Move",msgstr:["Flyt"]},{msgid:"Move to {target}",msgstr:["Flyt til {target}"]},{msgid:"Name",msgstr:["Navn"]},{msgid:"Names may be at most 64 characters long.",msgstr:["Navne kan h\xF8jst v\xE6re 64 tegn lange."]},{msgid:"Names must not be empty.",msgstr:["Navne kan ikke v\xE6re tomt."]},{msgid:'Names must not end with "{extension}".',msgstr:['Navne m\xE5 ikke ende p\xE5 "{extension}".']},{msgid:"Names must not start with a dot.",msgstr:["Navne skal starte med et punktum."]},{msgid:"New",msgstr:["Ny"]},{msgid:"New folder",msgstr:["Ny mappe"]},{msgid:"New folder name",msgstr:["Ny mappe navn"]},{msgid:"New version",msgstr:["Ny version"]},{msgid:"No files in here",msgstr:["Ingen filer here"]},{msgid:"No files matching your filter were found.",msgstr:["Der blev ikke fundet nogen filer, der matcher dit filter."]},{msgid:"No matching files",msgstr:["Ingen matchende filer"]},{msgid:"Please enter a name with at least 2 characters.",msgstr:["Indtast et navn med mindst 2 tegn."]},{msgid:"Recent",msgstr:["Seneste"]},{msgid:"Select all checkboxes",msgstr:["Mark\xE9r alle afkrydsningsfelter"]},{msgid:"Select all entries",msgstr:["V\xE6lg alle poster"]},{msgid:"Select all existing files",msgstr:["V\xE6lg alle eksisterende filer"]},{msgid:"Select all new files",msgstr:["V\xE6lg alle nye filer"]},{msgid:"Select entry",msgstr:["V\xE6lg post"]},{msgid:"Select the row for {nodename}",msgstr:["V\xE6lg r\xE6kken for {nodenavn}"]},{msgid:"Size",msgstr:["St\xF8relse"]},{msgid:"Skip %n file",msgid_plural:"Skip %n files",msgstr:["Spring %n fil over","Spring %n filer over"]},{msgid:"Skip this file",msgstr:["Spring denne fil over"]},{msgid:"Submit name",msgstr:["Indsend navn"]},{msgid:"Undo",msgstr:["Fortryd"]},{msgid:"Upload some content or sync with your devices!",msgstr:["Upload noget indhold eller synkroniser med dine enheder!"]},{msgid:"When an incoming folder is selected, any conflicting files within it will also be overwritten.",msgstr:["N\xE5r en indkommende mappe er valgt, vil eventuelle modstridende filer i det ogs\xE5 blive overskrevet."]},{msgid:"When an incoming folder is selected, the content is written into the existing folder and a recursive conflict resolution is performed.",msgstr:["N\xE5r en indkommende mappe er valgt, er indholdet skrevet ind i den eksisterende mappe og en rekursiv konfliktl\xF8sning udf\xF8res."]},{msgid:"Which files do you want to keep?",msgstr:["Hvilke filer vil du have?"]},{msgid:"You are currently identified as {nickname}.",msgstr:["Du er i \xF8jeblikket identificeret som {nickname}."]},{msgid:"You are currently not identified.",msgstr:["Du er ikke identificeret."]},{msgid:"You cannot leave the name empty.",msgstr:["Du kan ikke efterlade navnet tomt."]},{msgid:"You need to choose at least one conflict solution",msgstr:["Du skal v\xE6lge mindst \xE9n konfliktl\xF8sning"]},{msgid:"You need to select at least one version of each file to continue.",msgstr:["Du skal v\xE6lge mindst \xE9n version af hver fil for at forts\xE6tte."]}]},{language:"de",translations:[{msgid:'"{char}" is not allowed inside a name.',msgstr:['"{char}" ist innerhalb eines Namens nicht zul\xE4ssig.']},{msgid:'"{extension}" is not an allowed name.',msgstr:['"{extension}" ist kein zul\xE4ssiger Name.']},{msgid:'"{name}" is an invalid folder name.',msgstr:['"{name}" ist ein ung\xFCltiger Ordnername.']},{msgid:'"{name}" is not an allowed folder name',msgstr:['"{name}" ist kein zul\xE4ssiger Ordnername']},{msgid:'"{segment}" is a reserved name and not allowed.',msgstr:['"{segment}" ist ein reservierter Name und nicht zul\xE4ssig.']},{msgid:'"/" is not allowed inside a folder name.',msgstr:['"/" ist innerhalb eines Ordnernamens nicht zul\xE4ssig.']},{msgid:"%n file conflict",msgid_plural:"%n files conflict",msgstr:["%n Dateikonflikt","%n Dateikonflikte"]},{msgid:"%n file conflict in {dirname}",msgid_plural:"%n file conflicts in {dirname}",msgstr:["%n Dateikonflikt in {dirname}","%n Dateikonflikte in {dirname}"]},{msgid:"All files",msgstr:["Alle Dateien"]},{msgid:"Cancel",msgstr:["Abbrechen"]},{msgid:"Cancel the entire operation",msgstr:["Den gesamten Vorgang abbrechen"]},{msgid:"Choose",msgstr:["Ausw\xE4hlen"]},{msgid:"Choose {file}",msgstr:["{file} ausw\xE4hlen"]},{msgid:"Choose %n file",msgid_plural:"Choose %n files",msgstr:["%n Datei ausw\xE4hlen","%n Dateien ausw\xE4hlen"]},{msgid:"Confirm",msgstr:["Best\xE4tigen"]},{msgid:"Continue",msgstr:["Fortsetzen"]},{msgid:"Copy",msgstr:["Kopieren"]},{msgid:"Copy to {target}",msgstr:["Nach {target} kopieren"]},{msgid:"Could not create the new folder",msgstr:["Der neue Ordner konnte nicht erstellt werden"]},{msgid:"Could not load files settings",msgstr:["Dateieinstellungen konnten nicht geladen werden"]},{msgid:"Could not load files views",msgstr:["Dateiansichten konnten nicht geladen werden"]},{msgid:"Create directory",msgstr:["Verzeichnis erstellen"]},{msgid:"Current view selector",msgstr:["Aktuelle Ansichtsauswahl"]},{msgid:"Enter your name",msgstr:["Gib deinen Namen ein"]},{msgid:"Existing version",msgstr:["Vorhandene Version"]},{msgid:"Failed to set nickname.",msgstr:["Spitzname konnte nicht gespeichert werden."]},{msgid:"Favorites",msgstr:["Favoriten"]},{msgid:"Files and folders you mark as favorite will show up here.",msgstr:["Dateien und Ordner, die du als Favorit markierst, werden hier angezeigt."]},{msgid:"Files and folders you recently modified will show up here.",msgstr:["Dateien und Ordner, die du k\xFCrzlich ge\xE4ndert hast, werden hier angezeigt."]},{msgid:"Filter file list",msgstr:["Dateiliste filtern"]},{msgid:"Folder name cannot be empty.",msgstr:["Der Ordnername darf nicht leer sein."]},{msgid:"Guest identification",msgstr:["Gast-Identifikation"]},{msgid:"Home",msgstr:["Home"]},{msgid:"If you select both versions, the incoming file will have a number added to its name.",msgstr:["Wenn beide Versionen ausgew\xE4hlt werden, wird dem Namen der eingehenden Datei eine Nummer hinzugef\xFCgt."]},{msgid:"Invalid name.",msgstr:["Ung\xFCltiger Name."]},{msgid:"Last modified date unknown",msgstr:["Datum der letzten \xC4nderung unbekannt"]},{msgid:"Modified",msgstr:["Ge\xE4ndert"]},{msgid:"Move",msgstr:["Verschieben"]},{msgid:"Move to {target}",msgstr:["Nach {target} verschieben"]},{msgid:"Name",msgstr:["Name"]},{msgid:"Names may be at most 64 characters long.",msgstr:["Namen d\xFCrfen maximal 64 Zeichen lang sein."]},{msgid:"Names must not be empty.",msgstr:["Namen d\xFCrfen nicht leer sein."]},{msgid:'Names must not end with "{extension}".',msgstr:['Namen d\xFCrfen nicht mit "{extension}" enden.']},{msgid:"Names must not start with a dot.",msgstr:["Namen d\xFCrfen nicht mit einem Punkt beginnen."]},{msgid:"New",msgstr:["Neu"]},{msgid:"New folder",msgstr:["Neuer Ordner"]},{msgid:"New folder name",msgstr:["Neuer Ordnername"]},{msgid:"New version",msgstr:["Neue Version"]},{msgid:"No files in here",msgstr:["Hier sind keine Dateien"]},{msgid:"No files matching your filter were found.",msgstr:["Es wurden keine Dateien gefunden, die deinem Filter entsprechen."]},{msgid:"No matching files",msgstr:["Keine passenden Dateien"]},{msgid:"Please enter a name with at least 2 characters.",msgstr:["Bitte einen Namen mit mindestens zwei Zeichen eingeben."]},{msgid:"Recent",msgstr:["Neueste"]},{msgid:"Select all checkboxes",msgstr:["Alle Kontrollk\xE4stchen aktivieren"]},{msgid:"Select all entries",msgstr:["Alle Eintr\xE4ge ausw\xE4hlen"]},{msgid:"Select all existing files",msgstr:["Alle vorhandenen Dateien ausw\xE4hlen"]},{msgid:"Select all new files",msgstr:["Alle neuen Dateien ausw\xE4hlen"]},{msgid:"Select entry",msgstr:["Eintrag ausw\xE4hlen"]},{msgid:"Select the row for {nodename}",msgstr:["Die Zeile f\xFCr {nodename} ausw\xE4hlen."]},{msgid:"Size",msgstr:["Gr\xF6\xDFe"]},{msgid:"Skip %n file",msgid_plural:"Skip %n files",msgstr:["%n Datei \xFCberspringen","%n Dateien \xFCberspringen"]},{msgid:"Skip this file",msgstr:["Diese Datei \xFCberspringen"]},{msgid:"Submit name",msgstr:["Namen senden"]},{msgid:"Undo",msgstr:["R\xFCckg\xE4ngig machen"]},{msgid:"Upload some content or sync with your devices!",msgstr:["Lade Inhalte hoch oder synchronisiere diese mit deinen Ger\xE4ten!"]},{msgid:"When an incoming folder is selected, any conflicting files within it will also be overwritten.",msgstr:["Wenn ein eingehender Ordner ausgew\xE4hlt wird, werden auch alle darin enthaltenen Dateien mit Konflikten \xFCberschrieben."]},{msgid:"When an incoming folder is selected, the content is written into the existing folder and a recursive conflict resolution is performed.",msgstr:["Bei Auswahl eines eingehenden Ordners wird der Inhalt in den vorhandenen Ordner geschrieben und eine rekursive Konfliktl\xF6sung durchgef\xFChrt."]},{msgid:"Which files do you want to keep?",msgstr:["Welche Dateien sollen behalten werden?"]},{msgid:"You are currently identified as {nickname}.",msgstr:["Du bist derzeit als {nickname} identifiziert."]},{msgid:"You are currently not identified.",msgstr:["Du bist momentan nicht identifiziert."]},{msgid:"You cannot leave the name empty.",msgstr:["Du kannst den Namen nicht leer lassen."]},{msgid:"You need to choose at least one conflict solution",msgstr:["Es muss mindestens eine Konfliktl\xF6sung gew\xE4hlt werden"]},{msgid:"You need to select at least one version of each file to continue.",msgstr:["Es muss mindestens eine Version jeder Datei ausgew\xE4hlt werden, um fortzufahren."]}]},{language:"de_DE",translations:[{msgid:'"{char}" is not allowed inside a name.',msgstr:['"{char}" ist innerhalb eines Namens nicht zul\xE4ssig.']},{msgid:'"{extension}" is not an allowed name.',msgstr:['"{extension}" ist kein zul\xE4ssiger Name.']},{msgid:'"{name}" is an invalid folder name.',msgstr:['"{name}" ist ein ung\xFCltiger Ordnername.']},{msgid:'"{name}" is not an allowed folder name',msgstr:['"{name}" ist kein zul\xE4ssiger Ordnername']},{msgid:'"{segment}" is a reserved name and not allowed.',msgstr:['"{segment}" ist ein reservierter Name und nicht zul\xE4ssig.']},{msgid:'"/" is not allowed inside a folder name.',msgstr:['"/" ist innerhalb eines Ordnernamens nicht zul\xE4ssig.']},{msgid:"%n file conflict",msgid_plural:"%n files conflict",msgstr:["%n Dateikonflikt","%n Dateikonflikte"]},{msgid:"%n file conflict in {dirname}",msgid_plural:"%n file conflicts in {dirname}",msgstr:["%n Dateikonflikt in {dirname}","%n Dateikonflikte in {dirname}"]},{msgid:"All files",msgstr:["Alle Dateien"]},{msgid:"Cancel",msgstr:["Abbrechen"]},{msgid:"Cancel the entire operation",msgstr:["Den gesamten Vorgang abbrechen"]},{msgid:"Choose",msgstr:["Ausw\xE4hlen"]},{msgid:"Choose {file}",msgstr:["{file} ausw\xE4hlen"]},{msgid:"Choose %n file",msgid_plural:"Choose %n files",msgstr:["%n Datei ausw\xE4hlen","%n Dateien ausw\xE4hlen"]},{msgid:"Confirm",msgstr:["Best\xE4tigen"]},{msgid:"Continue",msgstr:["Fortsetzen"]},{msgid:"Copy",msgstr:["Kopieren"]},{msgid:"Copy to {target}",msgstr:["Nach {target} kopieren"]},{msgid:"Could not create the new folder",msgstr:["Der neue Ordner konnte nicht erstellt werden"]},{msgid:"Could not load files settings",msgstr:["Dateieinstellungen konnten nicht geladen werden"]},{msgid:"Could not load files views",msgstr:["Dateiansichten konnten nicht geladen werden"]},{msgid:"Create directory",msgstr:["Verzeichnis erstellen"]},{msgid:"Current view selector",msgstr:["Aktuelle Ansichtsauswahl"]},{msgid:"Enter your name",msgstr:["Geben Sie Ihren Namen ein"]},{msgid:"Existing version",msgstr:["Vorhandene Version"]},{msgid:"Failed to set nickname.",msgstr:["Spitzname konnte nicht gespeichert werden."]},{msgid:"Favorites",msgstr:["Favoriten"]},{msgid:"Files and folders you mark as favorite will show up here.",msgstr:["Dateien und Ordner, die Sie als Favorit markieren, werden hier angezeigt."]},{msgid:"Files and folders you recently modified will show up here.",msgstr:["Dateien und Ordner, die Sie k\xFCrzlich ge\xE4ndert haben, werden hier angezeigt."]},{msgid:"Filter file list",msgstr:["Dateiliste filtern"]},{msgid:"Folder name cannot be empty.",msgstr:["Der Ordnername darf nicht leer sein."]},{msgid:"Guest identification",msgstr:["Gast-Identifikation"]},{msgid:"Home",msgstr:["Home"]},{msgid:"If you select both versions, the incoming file will have a number added to its name.",msgstr:["Wenn beide Versionen ausgew\xE4hlt werden, wird dem Namen der eingehenden Datei eine Nummer hinzugef\xFCgt."]},{msgid:"Invalid name.",msgstr:["Ung\xFCltiger Name."]},{msgid:"Last modified date unknown",msgstr:["Datum der letzten \xC4nderung unbekannt"]},{msgid:"Modified",msgstr:["Ge\xE4ndert"]},{msgid:"Move",msgstr:["Verschieben"]},{msgid:"Move to {target}",msgstr:["Nach {target} verschieben"]},{msgid:"Name",msgstr:["Name"]},{msgid:"Names may be at most 64 characters long.",msgstr:["Namen d\xFCrfen maximal 64 Zeichen lang sein."]},{msgid:"Names must not be empty.",msgstr:["Namen d\xFCrfen nicht leer sein."]},{msgid:'Names must not end with "{extension}".',msgstr:['Namen d\xFCrfen nicht mit "{extension}" enden.']},{msgid:"Names must not start with a dot.",msgstr:["Namen d\xFCrfen nicht mit einem Punkt beginnen."]},{msgid:"New",msgstr:["Neu"]},{msgid:"New folder",msgstr:["Neuer Ordner"]},{msgid:"New folder name",msgstr:["Neuer Ordnername"]},{msgid:"New version",msgstr:["Neue Version"]},{msgid:"No files in here",msgstr:["Hier sind keine Dateien"]},{msgid:"No files matching your filter were found.",msgstr:["Es wurden keine Dateien gefunden, die Ihrem Filter entsprechen."]},{msgid:"No matching files",msgstr:["Keine passenden Dateien"]},{msgid:"Please enter a name with at least 2 characters.",msgstr:["Bitte einen Namen mit mindestens zwei Zeichen eingeben."]},{msgid:"Recent",msgstr:["Neueste"]},{msgid:"Select all checkboxes",msgstr:["Alle Kontrollk\xE4stchen aktivieren"]},{msgid:"Select all entries",msgstr:["Alle Eintr\xE4ge ausw\xE4hlen"]},{msgid:"Select all existing files",msgstr:["Alle vorhandenen Dateien ausw\xE4hlen"]},{msgid:"Select all new files",msgstr:["Alle neuen Dateien ausw\xE4hlen"]},{msgid:"Select entry",msgstr:["Eintrag ausw\xE4hlen"]},{msgid:"Select the row for {nodename}",msgstr:["Die Zeile f\xFCr {nodename} ausw\xE4hlen."]},{msgid:"Size",msgstr:["Gr\xF6\xDFe"]},{msgid:"Skip %n file",msgid_plural:"Skip %n files",msgstr:["%n Datei \xFCberspringen","%n Dateien \xFCberspringen"]},{msgid:"Skip this file",msgstr:["Diese Datei \xFCberspringen"]},{msgid:"Submit name",msgstr:["Namen senden"]},{msgid:"Undo",msgstr:["R\xFCckg\xE4ngig machen"]},{msgid:"Upload some content or sync with your devices!",msgstr:["Laden Sie Inhalte hoch oder synchronisieren Sie diese mit Ihren Ger\xE4ten!"]},{msgid:"When an incoming folder is selected, any conflicting files within it will also be overwritten.",msgstr:["Wenn ein eingehender Ordner ausgew\xE4hlt wird, werden auch alle darin enthaltenen Dateien mit Konflikten \xFCberschrieben."]},{msgid:"When an incoming folder is selected, the content is written into the existing folder and a recursive conflict resolution is performed.",msgstr:["Bei Auswahl eines eingehenden Ordners wird der Inhalt in den vorhandenen Ordner geschrieben und eine rekursive Konfliktl\xF6sung durchgef\xFChrt."]},{msgid:"Which files do you want to keep?",msgstr:["Welche Dateien sollen behalten werden?"]},{msgid:"You are currently identified as {nickname}.",msgstr:["Sie sind derzeit als {nickname} identifiziert."]},{msgid:"You are currently not identified.",msgstr:["Sie sind momentan nicht identifiziert."]},{msgid:"You cannot leave the name empty.",msgstr:["Sie k\xF6nnen den Namen nicht leer lassen."]},{msgid:"You need to choose at least one conflict solution",msgstr:["Es muss mindestens eine Konfliktl\xF6sung gew\xE4hlt werden"]},{msgid:"You need to select at least one version of each file to continue.",msgstr:["Es muss mindestens eine Version jeder Datei ausgew\xE4hlt werden, um fortzufahren."]}]},{language:"el",translations:[{msgid:'"{char}" is not allowed inside a name.',msgstr:['"{char}" \u03B4\u03B5\u03BD \u03B5\u03C0\u03B9\u03C4\u03C1\u03AD\u03C0\u03B5\u03C4\u03B1\u03B9 \u03BC\u03AD\u03C3\u03B1 \u03C3\u03B5 \u03AD\u03BD\u03B1 \u03CC\u03BD\u03BF\u03BC\u03B1.']},{msgid:'"{extension}" is not an allowed name.',msgstr:['"{extension}" \u03B4\u03B5\u03BD \u03B5\u03AF\u03BD\u03B1\u03B9 \u03B5\u03C0\u03B9\u03C4\u03C1\u03B5\u03C0\u03C4\u03CC \u03CC\u03BD\u03BF\u03BC\u03B1.']},{msgid:'"{name}" is an invalid folder name.',msgstr:['\u03A4\u03BF "{name}" \u03B4\u03B5\u03BD \u03B5\u03AF\u03BD\u03B1\u03B9 \u03AD\u03B3\u03BA\u03C5\u03C1\u03BF \u03CC\u03BD\u03BF\u03BC\u03B1 \u03C6\u03B1\u03BA\u03AD\u03BB\u03BF\u03C5.']},{msgid:'"{name}" is not an allowed folder name',msgstr:['\u03A4\u03BF "{name}" \u03B4\u03B5\u03BD \u03B5\u03AF\u03BD\u03B1\u03B9 \u03B5\u03C0\u03B9\u03C4\u03C1\u03B5\u03C0\u03C4\u03CC \u03CC\u03BD\u03BF\u03BC\u03B1 \u03C6\u03B1\u03BA\u03AD\u03BB\u03BF\u03C5']},{msgid:'"{segment}" is a reserved name and not allowed.',msgstr:['"{segment}" \u03B5\u03AF\u03BD\u03B1\u03B9 \u03AD\u03BD\u03B1 \u03B4\u03B5\u03C3\u03BC\u03B5\u03C5\u03BC\u03AD\u03BD\u03BF \u03CC\u03BD\u03BF\u03BC\u03B1 \u03BA\u03B1\u03B9 \u03B4\u03B5\u03BD \u03B5\u03C0\u03B9\u03C4\u03C1\u03AD\u03C0\u03B5\u03C4\u03B1\u03B9.']},{msgid:'"/" is not allowed inside a folder name.',msgstr:['\u03A4\u03BF "/" \u03B4\u03B5\u03BD \u03B5\u03C0\u03B9\u03C4\u03C1\u03AD\u03C0\u03B5\u03C4\u03B1\u03B9 \u03BC\u03AD\u03C3\u03B1 \u03C3\u03C4\u03BF \u03CC\u03BD\u03BF\u03BC\u03B1 \u03B5\u03BD\u03CC\u03C2 \u03C6\u03B1\u03BA\u03AD\u03BB\u03BF\u03C5.']},{msgid:"All files",msgstr:["\u038C\u03BB\u03B1 \u03C4\u03B1 \u03B1\u03C1\u03C7\u03B5\u03AF\u03B1"]},{msgid:"Cancel",msgstr:["\u0391\u03BA\u03CD\u03C1\u03C9\u03C3\u03B7"]},{msgid:"Choose",msgstr:["\u0395\u03C0\u03B9\u03BB\u03BF\u03B3\u03AE"]},{msgid:"Choose {file}",msgstr:["\u0395\u03C0\u03B9\u03BB\u03AD\u03BE\u03C4\u03B5 {file}"]},{msgid:"Choose %n file",msgid_plural:"Choose %n files",msgstr:["\u0395\u03C0\u03B9\u03BB\u03AD\u03BE\u03C4\u03B5 %n \u03B1\u03C1\u03C7\u03B5\u03AF\u03BF","\u0395\u03C0\u03B9\u03BB\u03AD\u03BE\u03C4\u03B5 %n \u03B1\u03C1\u03C7\u03B5\u03AF\u03B1"]},{msgid:"Copy",msgstr:["\u0391\u03BD\u03C4\u03B9\u03B3\u03C1\u03B1\u03C6\u03AE"]},{msgid:"Copy to {target}",msgstr:["\u0391\u03BD\u03C4\u03B9\u03B3\u03C1\u03B1\u03C6\u03AE \u03C3\u03C4\u03BF {target}"]},{msgid:"Could not create the new folder",msgstr:["\u0391\u03B4\u03C5\u03BD\u03B1\u03BC\u03AF\u03B1 \u03B4\u03B7\u03BC\u03B9\u03BF\u03C5\u03C1\u03B3\u03AF\u03B1\u03C2 \u03BD\u03AD\u03BF\u03C5 \u03C6\u03B1\u03BA\u03AD\u03BB\u03BF\u03C5"]},{msgid:"Could not load files settings",msgstr:["\u0391\u03B4\u03C5\u03BD\u03B1\u03BC\u03AF\u03B1 \u03C6\u03CC\u03C1\u03C4\u03C9\u03C3\u03B7\u03C2 \u03C1\u03C5\u03B8\u03BC\u03AF\u03C3\u03B5\u03C9\u03BD \u03B1\u03C1\u03C7\u03B5\u03AF\u03C9\u03BD"]},{msgid:"Could not load files views",msgstr:["\u0391\u03B4\u03C5\u03BD\u03B1\u03BC\u03AF\u03B1 \u03C6\u03CC\u03C1\u03C4\u03C9\u03C3\u03B7\u03C2 \u03C0\u03C1\u03BF\u03B2\u03BF\u03BB\u03CE\u03BD \u03B1\u03C1\u03C7\u03B5\u03AF\u03C9\u03BD"]},{msgid:"Create directory",msgstr:["\u0394\u03B7\u03BC\u03B9\u03BF\u03C5\u03C1\u03B3\u03AF\u03B1 \u03BA\u03B1\u03C4\u03B1\u03BB\u03CC\u03B3\u03BF\u03C5"]},{msgid:"Current view selector",msgstr:["\u0395\u03C0\u03B9\u03BB\u03BF\u03B3\u03AD\u03B1\u03C2 \u03C4\u03C1\u03AD\u03C7\u03BF\u03C5\u03C3\u03B1\u03C2 \u03C0\u03C1\u03BF\u03B2\u03BF\u03BB\u03AE\u03C2"]},{msgid:"Enter your name",msgstr:["\u0395\u03B9\u03C3\u03AC\u03B3\u03B5\u03C4\u03B5 \u03C4\u03BF \u03CC\u03BD\u03BF\u03BC\u03AC \u03C3\u03B1\u03C2"]},{msgid:"Failed to set nickname.",msgstr:["\u0391\u03C0\u03BF\u03C4\u03C5\u03C7\u03AF\u03B1 \u03C3\u03C4\u03B7\u03BD \u03C1\u03CD\u03B8\u03BC\u03B9\u03C3\u03B7 \u03C4\u03BF\u03C5 \u03C8\u03B5\u03C5\u03B4\u03CE\u03BD\u03C5\u03BC\u03BF\u03C5."]},{msgid:"Favorites",msgstr:["\u0391\u03B3\u03B1\u03C0\u03B7\u03BC\u03AD\u03BD\u03B1"]},{msgid:"Files and folders you mark as favorite will show up here.",msgstr:["\u03A4\u03B1 \u03B1\u03C1\u03C7\u03B5\u03AF\u03B1 \u03BA\u03B1\u03B9 \u03BF\u03B9 \u03C6\u03AC\u03BA\u03B5\u03BB\u03BF\u03B9 \u03C0\u03BF\u03C5 \u03B5\u03C0\u03B9\u03C3\u03B7\u03BC\u03AC\u03BD\u03B5\u03C4\u03B5 \u03C9\u03C2 \u03B1\u03B3\u03B1\u03C0\u03B7\u03BC\u03AD\u03BD\u03B1 \u03B8\u03B1 \u03B5\u03BC\u03C6\u03B1\u03BD\u03AF\u03B6\u03BF\u03BD\u03C4\u03B1\u03B9 \u03B5\u03B4\u03CE."]},{msgid:"Files and folders you recently modified will show up here.",msgstr:["\u03A4\u03B1 \u03B1\u03C1\u03C7\u03B5\u03AF\u03B1 \u03BA\u03B1\u03B9 \u03BF\u03B9 \u03C6\u03AC\u03BA\u03B5\u03BB\u03BF\u03B9 \u03C0\u03BF\u03C5 \u03C4\u03C1\u03BF\u03C0\u03BF\u03C0\u03BF\u03B9\u03AE\u03C3\u03B1\u03C4\u03B5 \u03C0\u03C1\u03CC\u03C3\u03C6\u03B1\u03C4\u03B1 \u03B8\u03B1 \u03B5\u03BC\u03C6\u03B1\u03BD\u03AF\u03B6\u03BF\u03BD\u03C4\u03B1\u03B9 \u03B5\u03B4\u03CE."]},{msgid:"Filter file list",msgstr:["\u03A6\u03B9\u03BB\u03C4\u03C1\u03AC\u03C1\u03B9\u03C3\u03BC\u03B1 \u03BB\u03AF\u03C3\u03C4\u03B1\u03C2 \u03B1\u03C1\u03C7\u03B5\u03AF\u03C9\u03BD"]},{msgid:"Folder name cannot be empty.",msgstr:["\u03A4\u03BF \u03CC\u03BD\u03BF\u03BC\u03B1 \u03C4\u03BF\u03C5 \u03C6\u03B1\u03BA\u03AD\u03BB\u03BF\u03C5 \u03B4\u03B5\u03BD \u03BC\u03C0\u03BF\u03C1\u03B5\u03AF \u03BD\u03B1 \u03B5\u03AF\u03BD\u03B1\u03B9 \u03BA\u03B5\u03BD\u03CC."]},{msgid:"Guest identification",msgstr:["\u03A4\u03B1\u03C5\u03C4\u03BF\u03C0\u03BF\u03AF\u03B7\u03C3\u03B7 \u03B5\u03C0\u03B9\u03C3\u03BA\u03AD\u03C0\u03C4\u03B7"]},{msgid:"Home",msgstr:["\u0391\u03C1\u03C7\u03B9\u03BA\u03AE"]},{msgid:"Invalid name.",msgstr:["\u039C\u03B7 \u03AD\u03B3\u03BA\u03C5\u03C1\u03BF \u03CC\u03BD\u03BF\u03BC\u03B1."]},{msgid:"Modified",msgstr:["\u03A4\u03C1\u03BF\u03C0\u03BF\u03C0\u03BF\u03B9\u03AE\u03B8\u03B7\u03BA\u03B5"]},{msgid:"Move",msgstr:["\u039C\u03B5\u03C4\u03B1\u03BA\u03AF\u03BD\u03B7\u03C3\u03B7"]},{msgid:"Move to {target}",msgstr:["\u039C\u03B5\u03C4\u03B1\u03BA\u03AF\u03BD\u03B7\u03C3\u03B7 \u03C3\u03C4\u03BF {target}"]},{msgid:"Name",msgstr:["\u038C\u03BD\u03BF\u03BC\u03B1"]},{msgid:"Names may be at most 64 characters long.",msgstr:["\u03A4\u03B1 \u03BF\u03BD\u03CC\u03BC\u03B1\u03C4\u03B1 \u03BC\u03C0\u03BF\u03C1\u03BF\u03CD\u03BD \u03BD\u03B1 \u03AD\u03C7\u03BF\u03C5\u03BD \u03BC\u03AD\u03B3\u03B9\u03C3\u03C4\u03BF \u03BC\u03AE\u03BA\u03BF\u03C2 64 \u03C7\u03B1\u03C1\u03B1\u03BA\u03C4\u03AE\u03C1\u03B5\u03C2."]},{msgid:"Names must not be empty.",msgstr:["\u03A4\u03B1 \u03BF\u03BD\u03CC\u03BC\u03B1\u03C4\u03B1 \u03B4\u03B5\u03BD \u03C0\u03C1\u03AD\u03C0\u03B5\u03B9 \u03BD\u03B1 \u03B5\u03AF\u03BD\u03B1\u03B9 \u03BA\u03B5\u03BD\u03AC."]},{msgid:'Names must not end with "{extension}".',msgstr:['\u03A4\u03B1 \u03BF\u03BD\u03CC\u03BC\u03B1\u03C4\u03B1 \u03B4\u03B5\u03BD \u03C0\u03C1\u03AD\u03C0\u03B5\u03B9 \u03BD\u03B1 \u03C4\u03B5\u03BB\u03B5\u03B9\u03CE\u03BD\u03BF\u03C5\u03BD \u03BC\u03B5 "{extension}".']},{msgid:"Names must not start with a dot.",msgstr:["\u03A4\u03B1 \u03BF\u03BD\u03CC\u03BC\u03B1\u03C4\u03B1 \u03B4\u03B5\u03BD \u03C0\u03C1\u03AD\u03C0\u03B5\u03B9 \u03BD\u03B1 \u03BE\u03B5\u03BA\u03B9\u03BD\u03BF\u03CD\u03BD \u03BC\u03B5 \u03C4\u03B5\u03BB\u03B5\u03AF\u03B1."]},{msgid:"New",msgstr:["\u039D\u03AD\u03BF"]},{msgid:"New folder",msgstr:["\u039D\u03AD\u03BF\u03C2 \u03C6\u03AC\u03BA\u03B5\u03BB\u03BF\u03C2"]},{msgid:"New folder name",msgstr:["\u038C\u03BD\u03BF\u03BC\u03B1 \u03BD\u03AD\u03BF\u03C5 \u03C6\u03B1\u03BA\u03AD\u03BB\u03BF\u03C5"]},{msgid:"No files in here",msgstr:["\u0394\u03B5\u03BD \u03C5\u03C0\u03AC\u03C1\u03C7\u03BF\u03C5\u03BD \u03B1\u03C1\u03C7\u03B5\u03AF\u03B1 \u03B5\u03B4\u03CE"]},{msgid:"No files matching your filter were found.",msgstr:["\u0394\u03B5\u03BD \u03B2\u03C1\u03AD\u03B8\u03B7\u03BA\u03B1\u03BD \u03B1\u03C1\u03C7\u03B5\u03AF\u03B1 \u03C0\u03BF\u03C5 \u03BD\u03B1 \u03C4\u03B1\u03B9\u03C1\u03B9\u03AC\u03B6\u03BF\u03C5\u03BD \u03BC\u03B5 \u03C4\u03BF \u03C6\u03AF\u03BB\u03C4\u03C1\u03BF \u03C3\u03B1\u03C2."]},{msgid:"No matching files",msgstr:["\u039A\u03B1\u03BD\u03AD\u03BD\u03B1 \u03B1\u03C1\u03C7\u03B5\u03AF\u03BF \u03B4\u03B5\u03BD \u03C4\u03B1\u03B9\u03C1\u03B9\u03AC\u03B6\u03B5\u03B9"]},{msgid:"Please enter a name with at least 2 characters.",msgstr:["\u03A0\u03B1\u03C1\u03B1\u03BA\u03B1\u03BB\u03CE \u03B5\u03B9\u03C3\u03AC\u03B3\u03B5\u03C4\u03B5 \u03AD\u03BD\u03B1 \u03CC\u03BD\u03BF\u03BC\u03B1 \u03BC\u03B5 \u03C4\u03BF\u03C5\u03BB\u03AC\u03C7\u03B9\u03C3\u03C4\u03BF\u03BD 2 \u03C7\u03B1\u03C1\u03B1\u03BA\u03C4\u03AE\u03C1\u03B5\u03C2."]},{msgid:"Recent",msgstr:["\u03A0\u03C1\u03CC\u03C3\u03C6\u03B1\u03C4\u03B1"]},{msgid:"Select all entries",msgstr:["\u0395\u03C0\u03B9\u03BB\u03BF\u03B3\u03AE \u03CC\u03BB\u03C9\u03BD \u03C4\u03C9\u03BD \u03B5\u03B3\u03B3\u03C1\u03B1\u03C6\u03CE\u03BD"]},{msgid:"Select entry",msgstr:["\u0395\u03C0\u03B9\u03BB\u03BF\u03B3\u03AE \u03B5\u03B3\u03B3\u03C1\u03B1\u03C6\u03AE\u03C2"]},{msgid:"Select the row for {nodename}",msgstr:["\u0395\u03C0\u03B9\u03BB\u03AD\u03BE\u03C4\u03B5 \u03C4\u03B7 \u03B3\u03C1\u03B1\u03BC\u03BC\u03AE \u03B3\u03B9\u03B1 \u03C4\u03BF {nodename}"]},{msgid:"Size",msgstr:["\u039C\u03AD\u03B3\u03B5\u03B8\u03BF\u03C2"]},{msgid:"Submit name",msgstr:["\u03A5\u03C0\u03BF\u03B2\u03BF\u03BB\u03AE \u03BF\u03BD\u03CC\u03BC\u03B1\u03C4\u03BF\u03C2"]},{msgid:"Undo",msgstr:["\u0391\u03BD\u03B1\u03AF\u03C1\u03B5\u03C3\u03B7"]},{msgid:"Upload some content or sync with your devices!",msgstr:["\u0391\u03BD\u03B5\u03B2\u03AC\u03C3\u03C4\u03B5 \u03BA\u03AC\u03C0\u03BF\u03B9\u03BF \u03C0\u03B5\u03C1\u03B9\u03B5\u03C7\u03CC\u03BC\u03B5\u03BD\u03BF \u03AE \u03C3\u03C5\u03B3\u03C7\u03C1\u03BF\u03BD\u03AF\u03C3\u03C4\u03B5 \u03BC\u03B5 \u03C4\u03B9\u03C2 \u03C3\u03C5\u03C3\u03BA\u03B5\u03C5\u03AD\u03C2 \u03C3\u03B1\u03C2!"]},{msgid:"You are currently identified as {nickname}.",msgstr:["\u0391\u03C5\u03C4\u03AE \u03C4\u03B7 \u03C3\u03C4\u03B9\u03B3\u03BC\u03AE \u03AD\u03C7\u03B5\u03C4\u03B5 \u03B1\u03BD\u03B1\u03B3\u03BD\u03C9\u03C1\u03B9\u03C3\u03C4\u03B5\u03AF \u03C9\u03C2 {nickname}."]},{msgid:"You are currently not identified.",msgstr:["\u0394\u03B5\u03BD \u03AD\u03C7\u03B5\u03C4\u03B5 \u03C4\u03B1\u03C5\u03C4\u03BF\u03C0\u03BF\u03B9\u03B7\u03B8\u03B5\u03AF."]},{msgid:"You cannot leave the name empty.",msgstr:["\u0394\u03B5\u03BD \u03BC\u03C0\u03BF\u03C1\u03B5\u03AF\u03C4\u03B5 \u03BD\u03B1 \u03B1\u03C6\u03AE\u03C3\u03B5\u03C4\u03B5 \u03C4\u03BF \u03CC\u03BD\u03BF\u03BC\u03B1 \u03BA\u03B5\u03BD\u03CC."]}]},{language:"en_GB",translations:[{msgid:'"{char}" is not allowed inside a name.',msgstr:['"{char}" is not allowed inside a name.']},{msgid:'"{extension}" is not an allowed name.',msgstr:['"{extension}" is not an allowed name.']},{msgid:'"{name}" is an invalid folder name.',msgstr:['"{name}" is an invalid folder name.']},{msgid:'"{name}" is not an allowed folder name',msgstr:['"{name}" is not an allowed folder name']},{msgid:'"{segment}" is a reserved name and not allowed.',msgstr:['"{segment}" is a reserved name and not allowed.']},{msgid:'"/" is not allowed inside a folder name.',msgstr:['"/" is not allowed inside a folder name.']},{msgid:"All files",msgstr:["All files"]},{msgid:"Cancel",msgstr:["Cancel"]},{msgid:"Choose",msgstr:["Choose"]},{msgid:"Choose {file}",msgstr:["Choose {file}"]},{msgid:"Choose %n file",msgid_plural:"Choose %n files",msgstr:["Choose %n file","Choose %n files"]},{msgid:"Copy",msgstr:["Copy"]},{msgid:"Copy to {target}",msgstr:["Copy to {target}"]},{msgid:"Could not create the new folder",msgstr:["Could not create the new folder"]},{msgid:"Could not load files settings",msgstr:["Could not load files settings"]},{msgid:"Could not load files views",msgstr:["Could not load files views"]},{msgid:"Create directory",msgstr:["Create directory"]},{msgid:"Current view selector",msgstr:["Current view selector"]},{msgid:"Enter your name",msgstr:["Enter your name"]},{msgid:"Failed to set nickname.",msgstr:["Failed to set nickname."]},{msgid:"Favorites",msgstr:["Favourites"]},{msgid:"Files and folders you mark as favorite will show up here.",msgstr:["Files and folders you mark as favourite will show up here."]},{msgid:"Files and folders you recently modified will show up here.",msgstr:["Files and folders you recently modified will show up here."]},{msgid:"Filter file list",msgstr:["Filter file list"]},{msgid:"Folder name cannot be empty.",msgstr:["Folder name cannot be empty."]},{msgid:"Guest identification",msgstr:["Guest identification"]},{msgid:"Home",msgstr:["Home"]},{msgid:"Invalid name.",msgstr:["Invalid name."]},{msgid:"Modified",msgstr:["Modified"]},{msgid:"Move",msgstr:["Move"]},{msgid:"Move to {target}",msgstr:["Move to {target}"]},{msgid:"Name",msgstr:["Name"]},{msgid:"Names must not be empty.",msgstr:["Names must not be empty."]},{msgid:'Names must not end with "{extension}".',msgstr:['Names must not end with "{extension}".']},{msgid:"Names must not start with a dot.",msgstr:["Names must not start with a dot."]},{msgid:"New",msgstr:["New"]},{msgid:"New folder",msgstr:["New folder"]},{msgid:"New folder name",msgstr:["New folder name"]},{msgid:"No files in here",msgstr:["No files in here"]},{msgid:"No files matching your filter were found.",msgstr:["No files matching your filter were found."]},{msgid:"No matching files",msgstr:["No matching files"]},{msgid:"Please enter a name with at least 2 characters.",msgstr:["Please enter a name with at least 2 characters."]},{msgid:"Recent",msgstr:["Recent"]},{msgid:"Select all entries",msgstr:["Select all entries"]},{msgid:"Select entry",msgstr:["Select entry"]},{msgid:"Select the row for {nodename}",msgstr:["Select the row for {nodename}"]},{msgid:"Size",msgstr:["Size"]},{msgid:"Submit name",msgstr:["Submit name"]},{msgid:"Undo",msgstr:["Undo"]},{msgid:"Upload some content or sync with your devices!",msgstr:["Upload some content or sync with your devices!"]},{msgid:"You are currently not identified.",msgstr:["You are currently not identified."]},{msgid:"You cannot leave the name empty.",msgstr:["You cannot leave the name empty."]}]},{language:"es",translations:[{msgid:'"{char}" is not allowed inside a name.',msgstr:['"{char}" no est\xE1 permitido dentro de un nombre.']},{msgid:'"{extension}" is not an allowed name.',msgstr:['"{extension}" no es un nombre permitido.']},{msgid:'"{name}" is an invalid folder name.',msgstr:['"{name}" es un nombre de carpeta no v\xE1lido.']},{msgid:'"{name}" is not an allowed folder name',msgstr:['"{name}" no es un nombre de carpeta permitido']},{msgid:'"{segment}" is a reserved name and not allowed.',msgstr:['"{segment}" es un nombre reservado y no est\xE1 permitido.']},{msgid:'"/" is not allowed inside a folder name.',msgstr:['"/" no est\xE1 permitido dentro del nombre de una carpeta.']},{msgid:"All files",msgstr:["Todos los archivos"]},{msgid:"Cancel",msgstr:["Cancelar"]},{msgid:"Choose",msgstr:["Seleccionar"]},{msgid:"Choose {file}",msgstr:["Seleccionar {file}"]},{msgid:"Choose %n file",msgid_plural:"Choose %n files",msgstr:["Elige %n archivo","Elige %n archivos","Seleccione %n archivos"]},{msgid:"Copy",msgstr:["Copiar"]},{msgid:"Copy to {target}",msgstr:["Copiar a {target}"]},{msgid:"Could not create the new folder",msgstr:["No se pudo crear la nueva carpeta"]},{msgid:"Could not load files settings",msgstr:["No se pudieron cargar los ajustes de archivos"]},{msgid:"Could not load files views",msgstr:["No se pudieron cargar las vistas de los archivos"]},{msgid:"Create directory",msgstr:["Crear directorio"]},{msgid:"Current view selector",msgstr:["Selector de vista actual"]},{msgid:"Enter your name",msgstr:["Ingrese su nombre"]},{msgid:"Failed to set nickname.",msgstr:["Fallo al establecer apodo."]},{msgid:"Favorites",msgstr:["Favoritos"]},{msgid:"Files and folders you mark as favorite will show up here.",msgstr:["Los archivos y carpetas que marque como favoritos aparecer\xE1n aqu\xED."]},{msgid:"Files and folders you recently modified will show up here.",msgstr:["Los archivos y carpetas que modific\xF3 recientemente aparecer\xE1n aqu\xED."]},{msgid:"Filter file list",msgstr:["Filtrar lista de archivos"]},{msgid:"Folder name cannot be empty.",msgstr:["El nombre de la carpeta no puede estar vac\xEDo."]},{msgid:"Guest identification",msgstr:["Identificaci\xF3n de invitado"]},{msgid:"Home",msgstr:["Inicio"]},{msgid:"Invalid name.",msgstr:["Nombre inv\xE1lido."]},{msgid:"Modified",msgstr:["Modificado"]},{msgid:"Move",msgstr:["Mover"]},{msgid:"Move to {target}",msgstr:["Mover a {target}"]},{msgid:"Name",msgstr:["Nombre"]},{msgid:"Names must not be empty.",msgstr:["Los nombres no deben estar vac\xEDos."]},{msgid:'Names must not end with "{extension}".',msgstr:['Los nombres no deben terminar con "{extension}".']},{msgid:"Names must not start with a dot.",msgstr:["Los nombres no deben iniciar con un punto."]},{msgid:"New",msgstr:["Nuevo"]},{msgid:"New folder",msgstr:[" Nueva carpeta"]},{msgid:"New folder name",msgstr:["Nuevo nombre de carpeta"]},{msgid:"No files in here",msgstr:["No hay archivos aqu\xED"]},{msgid:"No files matching your filter were found.",msgstr:["No se encontraron archivos que coincidiesen con su filtro."]},{msgid:"No matching files",msgstr:["No hay archivos coincidentes"]},{msgid:"Please enter a name with at least 2 characters.",msgstr:["Por favor, ingrese un nombre con al menos 2 caracteres."]},{msgid:"Recent",msgstr:["Reciente"]},{msgid:"Select all entries",msgstr:["Seleccionar todas las entradas"]},{msgid:"Select entry",msgstr:["Seleccionar entrada"]},{msgid:"Select the row for {nodename}",msgstr:["Seleccione la fila para {nodename}"]},{msgid:"Size",msgstr:["Tama\xF1o"]},{msgid:"Submit name",msgstr:["Enviar nombre"]},{msgid:"Undo",msgstr:["Deshacer"]},{msgid:"Upload some content or sync with your devices!",msgstr:["\xA1Cargue alg\xFAn contenido o sincronice con sus dispositivos!"]},{msgid:"You are currently identified as {nickname}.",msgstr:["Ud. se encuentra identificado actualmente como {nickname}."]},{msgid:"You are currently not identified.",msgstr:["Ud. no se encuentra identificado actualmente."]},{msgid:"You cannot leave the name empty.",msgstr:["No puede dejar el nombre vac\xEDo."]}]},{language:"es_AR",translations:[{msgid:'"{name}" is an invalid folder name.',msgstr:['"{name}" es un nombre de carpeta inv\xE1lido.']},{msgid:'"{name}" is not an allowed folder name',msgstr:['"{name}" no es un nombre de carpeta permitido']},{msgid:'"/" is not allowed inside a folder name.',msgstr:['"/" no est\xE1 permitido en el nombre de una carpeta.']},{msgid:"All files",msgstr:["Todos los archivos"]},{msgid:"Choose",msgstr:["Elegir"]},{msgid:"Choose {file}",msgstr:["Elija {file}"]},{msgid:"Choose %n file",msgid_plural:"Choose %n files",msgstr:["Elija %n archivo","Elija %n archivos","Elija %n archivos"]},{msgid:"Copy",msgstr:["Copiar"]},{msgid:"Copy to {target}",msgstr:["Copiar a {target}"]},{msgid:"Could not create the new folder",msgstr:["No se pudo crear la nueva carpeta"]},{msgid:"Could not load files settings",msgstr:["No se pudo cargar la configuraci\xF3n de archivos"]},{msgid:"Could not load files views",msgstr:["No se pudieron cargar las vistas de los archivos"]},{msgid:"Create directory",msgstr:["Crear directorio"]},{msgid:"Current view selector",msgstr:["Selector de vista actual"]},{msgid:"Favorites",msgstr:["Favoritos"]},{msgid:"Files and folders you mark as favorite will show up here.",msgstr:["Los archivos y carpetas que marque como favoritos aparecer\xE1n aqu\xED."]},{msgid:"Files and folders you recently modified will show up here.",msgstr:["Los archivos y carpetas que modific\xF3 recientemente aparecer\xE1n aqu\xED."]},{msgid:"Filter file list",msgstr:["Filtrar lista de archivos"]},{msgid:"Folder name cannot be empty.",msgstr:["El nombre de la carpeta no puede estar vac\xEDo."]},{msgid:"Home",msgstr:["Inicio"]},{msgid:"Modified",msgstr:["Modificado"]},{msgid:"Move",msgstr:["Mover"]},{msgid:"Move to {target}",msgstr:["Mover a {target}"]},{msgid:"Name",msgstr:["Nombre"]},{msgid:"New",msgstr:["Nuevo"]},{msgid:"New folder",msgstr:["Nueva carpeta"]},{msgid:"New folder name",msgstr:["Nombre de nueva carpeta"]},{msgid:"No files in here",msgstr:["No hay archivos aqu\xED"]},{msgid:"No files matching your filter were found.",msgstr:["No se encontraron archivos que coincidan con su filtro."]},{msgid:"No matching files",msgstr:["No hay archivos coincidentes"]},{msgid:"Recent",msgstr:["Reciente"]},{msgid:"Select all entries",msgstr:["Seleccionar todas las entradas"]},{msgid:"Select entry",msgstr:["Seleccionar entrada"]},{msgid:"Select the row for {nodename}",msgstr:["Seleccione la fila para {nodename}"]},{msgid:"Size",msgstr:["Tama\xF1o"]},{msgid:"Undo",msgstr:["Deshacer"]},{msgid:"Upload some content or sync with your devices!",msgstr:["\xA1Cargue alg\xFAn contenido o sincronice con sus dispositivos!"]}]},{language:"es_MX",translations:[{msgid:'"{name}" is an invalid folder name.',msgstr:['"{name}" es un nombre de carpeta inv\xE1lido.']},{msgid:'"{name}" is not an allowed folder name',msgstr:['"{name}" no es un nombre de carpeta permitido.']},{msgid:'"/" is not allowed inside a folder name.',msgstr:['"/" no est\xE1 permitido en el nombre de la carpeta.']},{msgid:"All files",msgstr:["Todos los archivos"]},{msgid:"Choose",msgstr:["Seleccionar"]},{msgid:"Choose {file}",msgstr:["Seleccionar {file}"]},{msgid:"Choose %n file",msgid_plural:"Choose %n files",msgstr:["Seleccionar %n archivo","Seleccionar %n archivos","Seleccionar %n archivos"]},{msgid:"Copy",msgstr:["Copiar"]},{msgid:"Copy to {target}",msgstr:["Copiar a {target}"]},{msgid:"Could not create the new folder",msgstr:["No se pudo crear la nueva carpeta"]},{msgid:"Could not load files settings",msgstr:["No se pudo cargar la configuraci\xF3n de archivos"]},{msgid:"Could not load files views",msgstr:["No se pudieron cargar las vistas de los archivos"]},{msgid:"Create directory",msgstr:["Crear carpeta"]},{msgid:"Current view selector",msgstr:["Selector de vista actual"]},{msgid:"Favorites",msgstr:["Favoritos"]},{msgid:"Files and folders you mark as favorite will show up here.",msgstr:["Los archivos y carpetas que marque como favoritos aparecer\xE1n aqu\xED."]},{msgid:"Files and folders you recently modified will show up here.",msgstr:["Los archivos y carpetas que modific\xF3 recientemente aparecer\xE1n aqu\xED."]},{msgid:"Filter file list",msgstr:["Filtrar lista de archivos"]},{msgid:"Folder name cannot be empty.",msgstr:["El nombre de la carpeta no puede estar vac\xEDo."]},{msgid:"Home",msgstr:["Inicio"]},{msgid:"Modified",msgstr:["Modificado"]},{msgid:"Move",msgstr:["Mover"]},{msgid:"Move to {target}",msgstr:["Mover a {target}"]},{msgid:"Name",msgstr:["Nombre"]},{msgid:"New",msgstr:["Nuevo"]},{msgid:"New folder",msgstr:["Nueva carpeta"]},{msgid:"New folder name",msgstr:["Nombre de nueva carpeta"]},{msgid:"No files in here",msgstr:["No hay archivos aqu\xED"]},{msgid:"No files matching your filter were found.",msgstr:["No se encontraron archivos que coincidan con su filtro."]},{msgid:"No matching files",msgstr:["No hay archivos coincidentes"]},{msgid:"Recent",msgstr:["Reciente"]},{msgid:"Select all entries",msgstr:["Seleccionar todas las entradas"]},{msgid:"Select entry",msgstr:["Seleccionar entrada"]},{msgid:"Select the row for {nodename}",msgstr:["Seleccione la fila para {nodename}"]},{msgid:"Size",msgstr:["Tama\xF1o"]},{msgid:"Undo",msgstr:["Deshacer"]},{msgid:"Upload some content or sync with your devices!",msgstr:["\xA1Suba alg\xFAn contenido o sincronice con sus dispositivos!"]}]},{language:"et_EE",translations:[{msgid:'"{char}" is not allowed inside a name.',msgstr:["\u201E{char}\u201C pole nimes lubatud."]},{msgid:'"{extension}" is not an allowed name.',msgstr:["\u201E{extension}\u201C pole lubatud nimi."]},{msgid:'"{name}" is an invalid folder name.',msgstr:["\u201E{name}\u201C on vigane kausta nimi."]},{msgid:'"{name}" is not an allowed folder name',msgstr:["\u201E{name}\u201C pole kausta nimes lubatud"]},{msgid:'"{segment}" is a reserved name and not allowed.',msgstr:["\u201E{segment}\u201C on reserveeritud nimi ja pole kasutamiseks lubatud."]},{msgid:'"/" is not allowed inside a folder name.',msgstr:["\u201E/\u201C pole kausta nimes lubatud."]},{msgid:"%n file conflict",msgid_plural:"%n files conflict",msgstr:["%n fail on vastuolus","%n faili on omavahel vastuolus"]},{msgid:"%n file conflict in {dirname}",msgid_plural:"%n file conflicts in {dirname}",msgstr:["%n fail on {dirname} kaustas vastuolus","%n faili on omavahel {dirname} kaustas vastuolus"]},{msgid:"All files",msgstr:["K\xF5ik failid"]},{msgid:"Cancel",msgstr:["Katkesta"]},{msgid:"Cancel the entire operation",msgstr:["Katkesta kogu tegevus"]},{msgid:"Choose",msgstr:["Tee valik"]},{msgid:"Choose {file}",msgstr:["Vali {file} fail"]},{msgid:"Choose %n file",msgid_plural:"Choose %n files",msgstr:["Vali %n fail","Vali %n faili"]},{msgid:"Confirm",msgstr:["Kinnita"]},{msgid:"Continue",msgstr:["J\xE4tka"]},{msgid:"Copy",msgstr:["Kopeeri"]},{msgid:"Copy to {target}",msgstr:["Kopeeri sihtkohta {target}"]},{msgid:"Could not create the new folder",msgstr:["Uut kausta ei saanud luua"]},{msgid:"Could not load files settings",msgstr:["Failide seadistusi ei \xF5nnestunud laadida"]},{msgid:"Could not load files views",msgstr:["Failide vaatamiskordi ei \xF5nnestunud laadida"]},{msgid:"Create directory",msgstr:["Loo kaust"]},{msgid:"Current view selector",msgstr:["Praeguse vaate valija"]},{msgid:"Enter your name",msgstr:["Sisesta oma nimi"]},{msgid:"Existing version",msgstr:["Olemasolev versioon"]},{msgid:"Failed to set nickname.",msgstr:["H\xFC\xFCdnime ei \xF5nnestunud lisada"]},{msgid:"Favorites",msgstr:["Lemmikud"]},{msgid:"Files and folders you mark as favorite will show up here.",msgstr:["Failid ja kaustad, mida m\xE4rgistad lemmikuks, kuvatakse siin."]},{msgid:"Files and folders you recently modified will show up here.",msgstr:["Siin kuvatakse hiljuti muudetud failid ja kaustad."]},{msgid:"Filter file list",msgstr:["Filtreeri faililoendit"]},{msgid:"Folder name cannot be empty.",msgstr:["Kausta nimi ei saa olla t\xFChi."]},{msgid:"Guest identification",msgstr:["K\xFClalise tuvastamine"]},{msgid:"Home",msgstr:["Avaleht"]},{msgid:"If you select both versions, the incoming file will have a number added to its name.",msgstr:["Kui valid m\xF5lemad versioonid, siis uue faili nimele lisatakse number."]},{msgid:"Invalid name.",msgstr:["Vigane nimi."]},{msgid:"Last modified date unknown",msgstr:["Viimase muutmise kuup\xE4ev pole teada"]},{msgid:"Modified",msgstr:["Muudetud"]},{msgid:"Move",msgstr:["Teisalda"]},{msgid:"Move to {target}",msgstr:["Teisalda kausta {target}"]},{msgid:"Name",msgstr:["Nimi"]},{msgid:"Names may be at most 64 characters long.",msgstr:["Nimed v\xF5ivad olla vaid kuni 64 t\xE4hem\xE4rki pikad."]},{msgid:"Names must not be empty.",msgstr:["Nimi ei saa olla t\xFChi."]},{msgid:'Names must not end with "{extension}".',msgstr:["Nime l\xF5pus ei tohi olla \u201E{extension}\u201C."]},{msgid:"Names must not start with a dot.",msgstr:["Nime alguses ei tohi olla punkt."]},{msgid:"New",msgstr:["Uus"]},{msgid:"New folder",msgstr:["Uus kaust"]},{msgid:"New folder name",msgstr:["Uue kausta nimi"]},{msgid:"New version",msgstr:["Uus versioon"]},{msgid:"No files in here",msgstr:["Siin puuduvad failid"]},{msgid:"No files matching your filter were found.",msgstr:["Sinu filtrile vastavaid faile ei leidunud."]},{msgid:"No matching files",msgstr:["Puuduvad sobivad failid"]},{msgid:"Please enter a name with at least 2 characters.",msgstr:["Palun sisesta v\xE4hemalt 2 t\xE4hem\xE4rki pikk nimi."]},{msgid:"Recent",msgstr:["Hiljutine"]},{msgid:"Select all checkboxes",msgstr:["Vali k\xF5ik m\xE4rkeruudud"]},{msgid:"Select all entries",msgstr:["Vali k\xF5ik kirjed"]},{msgid:"Select all existing files",msgstr:["Vali k\xF5ik olemasolevad failid"]},{msgid:"Select all new files",msgstr:["Vali k\xF5ik uued failid"]},{msgid:"Select entry",msgstr:["Vali kirje"]},{msgid:"Select the row for {nodename}",msgstr:["Vali rida \u201E{nodename}\u201C jaoks"]},{msgid:"Size",msgstr:["Suurus"]},{msgid:"Skip %n file",msgid_plural:"Skip %n files",msgstr:["J\xE4ta %n fail vahele","J\xE4ta %n faili vahele"]},{msgid:"Skip this file",msgstr:["J\xE4ta see fail vahele"]},{msgid:"Submit name",msgstr:["Lisa nimi"]},{msgid:"Undo",msgstr:["T\xFChista"]},{msgid:"Upload some content or sync with your devices!",msgstr:["Lisa mingit sisu v\xF5i s\xFCnkroniseeri see oma seadmestest!"]},{msgid:"When an incoming folder is selected, any conflicting files within it will also be overwritten.",msgstr:["Kui uute failide kaust on valitud, siis k\xF5ik seal leiduvad vastuolus failid saavad \xFCle kirjutatud."]},{msgid:"When an incoming folder is selected, the content is written into the existing folder and a recursive conflict resolution is performed.",msgstr:["Kui uute failide kaust on valitud, siis sisu kirjutatakse olemasolevasse kausta ja korraldatakse rekursiivne failikonfliktide lahendamine."]},{msgid:"Which files do you want to keep?",msgstr:["Missugused failid tahaksid alles j\xE4tta?"]},{msgid:"You are currently identified as {nickname}.",msgstr:["Sa oled hetkel tuvastatav kui {nickname}.."]},{msgid:"You are currently not identified.",msgstr:["Sa oled hetkel tuvastamata."]},{msgid:"You cannot leave the name empty.",msgstr:["Sa ei saa j\xE4tte nime t\xFChjaks."]},{msgid:"You need to choose at least one conflict solution",msgstr:["Sa pead valima v\xE4hemalt \xFChe failikonflikti lahenduse."]},{msgid:"You need to select at least one version of each file to continue.",msgstr:["J\xE4tkamaks pead valima igast failist v\xE4hemalt \xFChe versiooni."]}]},{language:"fa",translations:[{msgid:'"{name}" is an invalid folder name.',msgstr:["{name} \u0646\u0627\u0645 \u067E\u0648\u0634\u0647 \u0645\u0639\u062A\u0628\u0631 \u0646\u06CC\u0633\u062A"]},{msgid:'"{name}" is not an allowed folder name',msgstr:["{name} \u0646\u0627\u0645 \u067E\u0648\u0634\u0647 \u0645\u062C\u0627\u0632 \u0646\u06CC\u0633\u062A"]},{msgid:'"/" is not allowed inside a folder name.',msgstr:['"/" \u0646\u0645\u06CC\u200C\u062A\u0648\u0627\u0646\u062F \u062F\u0631 \u0646\u0627\u0645 \u067E\u0648\u0634\u0647 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0634\u0648\u062F.']},{msgid:"All files",msgstr:["\u0647\u0645\u0647 \u0641\u0627\u06CC\u0644\u200C\u0647\u0627"]},{msgid:"Cancel",msgstr:["\u0644\u063A\u0648"]},{msgid:"Choose",msgstr:["\u0627\u0646\u062A\u062E\u0627\u0628"]},{msgid:"Choose {file}",msgstr:["\u0627\u0646\u062A\u062E\u0627\u0628 {file}"]},{msgid:"Choose %n file",msgid_plural:"Choose %n files",msgstr:["\u0627\u0646\u062A\u062E\u0627\u0628 %n \u0641\u0627\u06CC\u0644","\u0627\u0646\u062A\u062E\u0627\u0628 %n \u0641\u0627\u06CC\u0644"]},{msgid:"Copy",msgstr:["\u0631\u0648\u0646\u0648\u0634\u062A"]},{msgid:"Copy to {target}",msgstr:["\u0631\u0648\u0646\u0648\u0634\u062A \u0627\u0632 {target}"]},{msgid:"Could not create the new folder",msgstr:["\u067E\u0648\u0634\u0647 \u062C\u062F\u06CC\u062F \u0627\u06CC\u062C\u0627\u062F \u0646\u0634\u062F"]},{msgid:"Could not load files settings",msgstr:["\u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u0641\u0627\u06CC\u0644 \u0628\u0627\u0632 \u0646\u0634\u062F"]},{msgid:"Could not load files views",msgstr:["\u0646\u0645\u0627\u06CC \u0641\u0627\u06CC\u0644\u200C\u0647\u0627 \u0628\u0627\u0631\u06AF\u06CC\u0631\u06CC \u0646\u0634\u062F"]},{msgid:"Create directory",msgstr:["\u0627\u06CC\u062C\u0627\u062F \u0641\u0647\u0631\u0633\u062A"]},{msgid:"Current view selector",msgstr:["\u0627\u0646\u062A\u062E\u0627\u0628\u06AF\u0631 \u0646\u0645\u0627\u06AF\u0631 \u0641\u0639\u0644\u06CC"]},{msgid:"Enter your name",msgstr:["\u0646\u0627\u0645 \u062E\u0648\u062F \u0631\u0627 \u0648\u0627\u0631\u062F \u06A9\u0646\u06CC\u062F"]},{msgid:"Failed to set nickname.",msgstr:["\u062A\u0646\u0638\u06CC\u0645 \u0646\u0627\u0645 \u0645\u0633\u062A\u0639\u0627\u0631 \u0646\u0627\u0645\u0648\u0641\u0642 \u0628\u0648\u062F."]},{msgid:"Favorites",msgstr:["\u0639\u0644\u0627\u06CC\u0642"]},{msgid:"Files and folders you mark as favorite will show up here.",msgstr:["\u0641\u0627\u06CC\u0644\u200C\u0647\u0627 \u0648 \u067E\u0648\u0634\u0647\u200C\u0647\u0627\u06CC\u06CC \u06A9\u0647 \u0628\u0647\u200C\u0639\u0646\u0648\u0627\u0646 \u0645\u0648\u0631\u062F \u0639\u0644\u0627\u0642\u0647 \u0639\u0644\u0627\u0645\u062A\u200C\u06AF\u0630\u0627\u0631\u06CC \u0645\u06CC\u200C\u06A9\u0646\u06CC\u062F \u062F\u0631 \u0627\u06CC\u0646\u062C\u0627 \u0646\u0634\u0627\u0646 \u062F\u0627\u062F\u0647 \u0645\u06CC\u200C\u0634\u0648\u0646\u062F."]},{msgid:"Files and folders you recently modified will show up here.",msgstr:["\u0641\u0627\u06CC\u0644\u200C\u0647\u0627 \u0648 \u067E\u0648\u0634\u0647\u200C\u0647\u0627\u06CC\u06CC \u06A9\u0647 \u0627\u062E\u06CC\u0631\u0627\u064B \u062A\u063A\u06CC\u06CC\u0631 \u062F\u0627\u062F\u0647\u200C\u0627\u06CC\u062F \u062F\u0631 \u0627\u06CC\u0646\u062C\u0627 \u0646\u0645\u0627\u06CC\u0634 \u062F\u0627\u062F\u0647 \u0645\u06CC\u200C\u0634\u0648\u0646\u062F."]},{msgid:"Filter file list",msgstr:["\u0641\u06CC\u0644\u062A\u0631 \u0644\u06CC\u0633\u062A \u0641\u0627\u06CC\u0644"]},{msgid:"Folder name cannot be empty.",msgstr:["\u0646\u0627\u0645 \u067E\u0648\u0634\u0647 \u0646\u0645\u06CC \u062A\u0648\u0627\u0646\u062F \u062E\u0627\u0644\u06CC \u0628\u0627\u0634\u062F."]},{msgid:"Guest identification",msgstr:["\u0634\u0646\u0627\u0633\u0627\u06CC\u06CC \u0645\u0647\u0645\u0627\u0646"]},{msgid:"Home",msgstr:["\u062E\u0627\u0646\u0647"]},{msgid:"Modified",msgstr:["\u0627\u0635\u0644\u0627\u062D \u0634\u062F\u0647"]},{msgid:"Move",msgstr:["\u0627\u0646\u062A\u0642\u0627\u0644"]},{msgid:"Move to {target}",msgstr:["\u0627\u0646\u062A\u0642\u0627\u0644 \u0628\u0647 {target}"]},{msgid:"Name",msgstr:["\u0646\u0627\u0645"]},{msgid:"New",msgstr:["\u062C\u062F\u06CC\u062F"]},{msgid:"New folder",msgstr:["\u067E\u0648\u0634\u0647 \u062C\u062F\u06CC\u062F"]},{msgid:"New folder name",msgstr:["\u0646\u0627\u0645 \u067E\u0648\u0634\u0647 \u062C\u062F\u06CC\u062F"]},{msgid:"No files in here",msgstr:["\u0641\u0627\u06CC\u0644\u06CC \u0627\u06CC\u0646\u062C\u0627 \u0646\u06CC\u0633\u062A"]},{msgid:"No files matching your filter were found.",msgstr:["\u0647\u06CC\u0686 \u0641\u0627\u06CC\u0644\u06CC \u0645\u0637\u0627\u0628\u0642 \u0628\u0627 \u0641\u06CC\u0644\u062A\u0631 \u0634\u0645\u0627 \u06CC\u0627\u0641\u062A \u0646\u0634\u062F."]},{msgid:"No matching files",msgstr:["\u0641\u0627\u06CC\u0644 \u0645\u0646\u0637\u0628\u0642\u06CC \u0648\u062C\u0648\u062F \u0646\u062F\u0627\u0631\u062F"]},{msgid:"Please enter a name with at least 2 characters.",msgstr:["\u0644\u0637\u0641\u0627\u064B \u0646\u0627\u0645\u06CC \u0628\u0627 \u062D\u062F\u0627\u0642\u0644 \u06F2 \u06A9\u0627\u0631\u0627\u06A9\u062A\u0631 \u0648\u0627\u0631\u062F \u06A9\u0646\u06CC\u062F."]},{msgid:"Recent",msgstr:["\u0627\u062E\u06CC\u0631"]},{msgid:"Select all entries",msgstr:["\u0627\u0646\u062A\u062E\u0627\u0628 \u0647\u0645\u0647 \u0648\u0631\u0648\u062F\u06CC \u0647\u0627"]},{msgid:"Select entry",msgstr:["\u0627\u0646\u062A\u062E\u0627\u0628 \u0648\u0631\u0648\u062F\u06CC"]},{msgid:"Select the row for {nodename}",msgstr:["\u0627\u0646\u062A\u062E\u0627\u0628 \u0631\u062F\u06CC\u0641 \u0628\u0631\u0627\u06CC {nodename}"]},{msgid:"Size",msgstr:["\u0627\u0646\u062F\u0627\u0632\u0647"]},{msgid:"Submit name",msgstr:["\u0627\u0631\u0633\u0627\u0644 \u0646\u0627\u0645"]},{msgid:"Undo",msgstr:["\u0628\u0627\u0632\u06AF\u0631\u062F\u0627\u0646\u06CC"]},{msgid:"Upload some content or sync with your devices!",msgstr:["\u0645\u0642\u062F\u0627\u0631\u06CC \u0645\u062D\u062A\u0648\u0627 \u0622\u067E\u0644\u0648\u062F \u06A9\u0646\u06CC\u062F \u06CC\u0627 \u0628\u0627 \u062F\u0633\u062A\u06AF\u0627\u0647 \u0647\u0627\u06CC \u062E\u0648\u062F \u0647\u0645\u06AF\u0627\u0645 \u0633\u0627\u0632\u06CC \u06A9\u0646\u06CC\u062F!"]},{msgid:"You are currently not identified.",msgstr:["\u0634\u0645\u0627 \u062F\u0631 \u062D\u0627\u0644 \u062D\u0627\u0636\u0631 \u0634\u0646\u0627\u0633\u0627\u06CC\u06CC \u0646\u0634\u062F\u0647\u200C\u0627\u06CC\u062F."]},{msgid:"You cannot leave the name empty.",msgstr:["\u0646\u0645\u06CC\u200C\u062A\u0648\u0627\u0646\u06CC\u062F \u0646\u0627\u0645 \u0631\u0627 \u062E\u0627\u0644\u06CC \u0628\u06AF\u0630\u0627\u0631\u06CC\u062F."]}]},{language:"fi_FI",translations:[{msgid:'"{char}" is not allowed inside a name.',msgstr:['"{char}" ei ole sallittu nimess\xE4.']},{msgid:'"{extension}" is not an allowed name.',msgstr:['"{extension}" ei ole sallittu nimi.']},{msgid:'"{name}" is an invalid folder name.',msgstr:['"{name}" on virheellinen kansion nimi.']},{msgid:'"{name}" is not an allowed folder name',msgstr:['"{name}" ei ole sallittu kansion nimi']},{msgid:'"{segment}" is a reserved name and not allowed.',msgstr:['"{segment}" on varattu nimi eik\xE4 se ole sallittu.']},{msgid:'"/" is not allowed inside a folder name.',msgstr:['"/" ei ole sallittu kansion nimess\xE4.']},{msgid:"All files",msgstr:["Kaikki tiedostot"]},{msgid:"Cancel",msgstr:["Peruuta"]},{msgid:"Choose",msgstr:["Valitse"]},{msgid:"Choose {file}",msgstr:["Valitse {file}"]},{msgid:"Choose %n file",msgid_plural:"Choose %n files",msgstr:["Valitse %n tiedosto","Valitse %n tiedostoa"]},{msgid:"Copy",msgstr:["Kopioi"]},{msgid:"Copy to {target}",msgstr:["Kopioi sijaintiin {target}"]},{msgid:"Could not create the new folder",msgstr:["Uutta kansiota ei voitu luoda"]},{msgid:"Could not load files settings",msgstr:["Tiedoston asetuksia ei saa ladattua"]},{msgid:"Could not load files views",msgstr:["Tiedoston n\xE4kymi\xE4 ei saa ladattua"]},{msgid:"Create directory",msgstr:["Luo kansio"]},{msgid:"Current view selector",msgstr:["Nykyisen n\xE4kym\xE4n valinta"]},{msgid:"Enter your name",msgstr:["Kirjoita nimesi"]},{msgid:"Failed to set nickname.",msgstr:["Kutsumanimen asettaminen ep\xE4onnistui."]},{msgid:"Favorites",msgstr:["Suosikit"]},{msgid:"Files and folders you mark as favorite will show up here.",msgstr:["Tiedostot ja kansiot, jotka merkitset suosikkeihisi, n\xE4kyv\xE4t t\xE4\xE4ll\xE4."]},{msgid:"Files and folders you recently modified will show up here.",msgstr:["Tiedostot ja kansiot, joita muokkasit \xE4skett\xE4in, n\xE4kyv\xE4t t\xE4\xE4ll\xE4."]},{msgid:"Filter file list",msgstr:["Suodata tiedostolistaa"]},{msgid:"Folder name cannot be empty.",msgstr:["Kansion nimi ei voi olla tyhj\xE4."]},{msgid:"Guest identification",msgstr:["Vieraan tunnistaminen"]},{msgid:"Home",msgstr:["Koti"]},{msgid:"Invalid name.",msgstr:["Virheellinen nimi."]},{msgid:"Modified",msgstr:["Muokattu"]},{msgid:"Move",msgstr:["Siirr\xE4"]},{msgid:"Move to {target}",msgstr:["Siirr\xE4 sijaintiin {target}"]},{msgid:"Name",msgstr:["Nimi"]},{msgid:"Names may be at most 64 characters long.",msgstr:["Nimiss\xE4 voi olla enint\xE4\xE4n 64 merkki\xE4."]},{msgid:"Names must not be empty.",msgstr:["Nimet eiv\xE4t saa olla tyhji\xE4."]},{msgid:'Names must not end with "{extension}".',msgstr:['Nimet eiv\xE4t saa p\xE4\xE4tty\xE4 sanaan "{extension}".']},{msgid:"Names must not start with a dot.",msgstr:["Nimet eiv\xE4t saa alkaa pisteell\xE4."]},{msgid:"New",msgstr:["Uusi"]},{msgid:"New folder",msgstr:["Uusi kansio"]},{msgid:"New folder name",msgstr:["Uuden kansion nimi"]},{msgid:"No files in here",msgstr:["T\xE4\xE4ll\xE4 ei ole tiedostoja"]},{msgid:"No files matching your filter were found.",msgstr:["Suodatinta vastaavia tiedostoja ei l\xF6ytynyt."]},{msgid:"No matching files",msgstr:["Ei vastaavia tiedostoja"]},{msgid:"Please enter a name with at least 2 characters.",msgstr:["Kirjoita v\xE4hint\xE4\xE4n kaksi merkki\xE4 sis\xE4lt\xE4v\xE4 nimi."]},{msgid:"Recent",msgstr:["Viimeisimm\xE4t"]},{msgid:"Select all entries",msgstr:["Valitse kaikki tietueet"]},{msgid:"Select entry",msgstr:["Valitse tietue"]},{msgid:"Select the row for {nodename}",msgstr:["Valitse rivi {nodename}:lle"]},{msgid:"Size",msgstr:["Koko"]},{msgid:"Submit name",msgstr:["L\xE4het\xE4 nimi"]},{msgid:"Undo",msgstr:["Kumoa"]},{msgid:"Upload some content or sync with your devices!",msgstr:["L\xE4het\xE4 jotain sis\xE4lt\xF6\xE4 tai synkronoi laitteidesi kanssa!"]},{msgid:"You are currently identified as {nickname}.",msgstr:["Sinut tunnetaan t\xE4ll\xE4 hetkell\xE4 nimell\xE4 {nickname}."]},{msgid:"You are currently not identified.",msgstr:["Sinua ei ole tunnistettu."]},{msgid:"You cannot leave the name empty.",msgstr:["Nime\xE4 ei voi j\xE4tt\xE4\xE4 tyhj\xE4ksi."]}]},{language:"fr",translations:[{msgid:'"{char}" is not allowed inside a name.',msgstr:[`"{char}" n'est pas autoris\xE9 dans un nom.`]},{msgid:'"{extension}" is not an allowed name.',msgstr:[`"{extension}" n'est pas un nom autoris\xE9.`]},{msgid:'"{name}" is an invalid folder name.',msgstr:[`"{name}" n'est pas un nom de dossier valide.`]},{msgid:'"{name}" is not an allowed folder name',msgstr:[`"{name}" n'est pas un nom de dossier autoris\xE9`]},{msgid:'"{segment}" is a reserved name and not allowed.',msgstr:[`"{segment}" est un nom r\xE9serv\xE9 et n'est pas autoris\xE9.`]},{msgid:'"/" is not allowed inside a folder name.',msgstr:[`Le caract\xE8re "/" n'est pas autoris\xE9 dans un nom de dossier.`]},{msgid:"All files",msgstr:["Tous les fichiers"]},{msgid:"Cancel",msgstr:["Annuler"]},{msgid:"Choose",msgstr:["Choisir"]},{msgid:"Choose {file}",msgstr:["Choisir {file}"]},{msgid:"Choose %n file",msgid_plural:"Choose %n files",msgstr:["Choisir %n fichier","Choisir %n fichiers","Choisir %n fichiers "]},{msgid:"Copy",msgstr:["Copier"]},{msgid:"Copy to {target}",msgstr:["Copier vers {target}"]},{msgid:"Could not create the new folder",msgstr:["Impossible de cr\xE9er le nouveau dossier"]},{msgid:"Could not load files settings",msgstr:["Les param\xE8tres des fichiers n'ont pas pu \xEAtre charg\xE9s"]},{msgid:"Could not load files views",msgstr:["Impossible de charger les vues des fichiers"]},{msgid:"Create directory",msgstr:["Cr\xE9er un r\xE9pertoire"]},{msgid:"Current view selector",msgstr:["S\xE9lecteur d'affichage actuel"]},{msgid:"Enter your name",msgstr:["Entrez votre nom"]},{msgid:"Failed to set nickname.",msgstr:["\xC9chec de d\xE9finition du surnom."]},{msgid:"Favorites",msgstr:["Favoris"]},{msgid:"Files and folders you mark as favorite will show up here.",msgstr:["Les fichiers et r\xE9pertoires marqu\xE9s en favoris appara\xEEtront ici."]},{msgid:"Files and folders you recently modified will show up here.",msgstr:["Les fichiers et r\xE9pertoires modifi\xE9s r\xE9cemment appara\xEEtront ici."]},{msgid:"Filter file list",msgstr:["Filtrer la liste des fichiers"]},{msgid:"Folder name cannot be empty.",msgstr:["Le nom du dossier ne peut pas \xEAtre vide."]},{msgid:"Guest identification",msgstr:["Identification d'invit\xE9"]},{msgid:"Home",msgstr:["Accueil"]},{msgid:"Invalid name.",msgstr:["Nom invalide."]},{msgid:"Modified",msgstr:["Modifi\xE9"]},{msgid:"Move",msgstr:["D\xE9placer"]},{msgid:"Move to {target}",msgstr:["D\xE9placer vers {target}"]},{msgid:"Name",msgstr:["Nom"]},{msgid:"Names may be at most 64 characters long.",msgstr:["Les noms peuvent comporter au maximum 64 caract\xE8res."]},{msgid:"Names must not be empty.",msgstr:["Les noms ne peuvent pas \xEAtre vides."]},{msgid:'Names must not end with "{extension}".',msgstr:['Les noms ne doivent pas se terminer par "{extension}".']},{msgid:"Names must not start with a dot.",msgstr:["Les noms ne peuvent pas commencer par un point."]},{msgid:"New",msgstr:["Nouveau"]},{msgid:"New folder",msgstr:["Nouveau dossier"]},{msgid:"New folder name",msgstr:["Nom du nouveau dossier"]},{msgid:"No files in here",msgstr:["Aucun fichier ici"]},{msgid:"No files matching your filter were found.",msgstr:["Aucun fichier trouv\xE9 correspondant \xE0 votre filtre."]},{msgid:"No matching files",msgstr:["Aucun fichier correspondant"]},{msgid:"Please enter a name with at least 2 characters.",msgstr:["Veuillez entrer un nom avec au moins 2 caract\xE8res."]},{msgid:"Recent",msgstr:["R\xE9cents"]},{msgid:"Select all entries",msgstr:["Tout s\xE9lectionner"]},{msgid:"Select entry",msgstr:["S\xE9lectionner une entr\xE9e"]},{msgid:"Select the row for {nodename}",msgstr:["S\xE9lectionner l'enregistrement pour {nodename}"]},{msgid:"Size",msgstr:["Taille"]},{msgid:"Submit name",msgstr:["Envoyer le nom"]},{msgid:"Undo",msgstr:["R\xE9tablir"]},{msgid:"Upload some content or sync with your devices!",msgstr:["Chargez du contenu ou synchronisez avec vos \xE9quipements !"]},{msgid:"You are currently identified as {nickname}.",msgstr:["Vous \xEAtes actuellement identifi\xE9 comme {nickname}."]},{msgid:"You are currently not identified.",msgstr:["Vous n'\xEAtes pas identifi\xE9 actuellement."]},{msgid:"You cannot leave the name empty.",msgstr:["Vous ne pouvez pas laisser le nom vide."]}]},{language:"ga",translations:[{msgid:'"{char}" is not allowed inside a name.',msgstr:[`N\xED cheada\xEDtear "{char}" laistigh d'ainm.`]},{msgid:'"{extension}" is not an allowed name.',msgstr:['N\xED ainm ceadaithe \xE9 "{extension}".']},{msgid:'"{name}" is an invalid folder name.',msgstr:['Is ainm fillte\xE1in neamhbhail\xED \xE9 "{name}".']},{msgid:'"{name}" is not an allowed folder name',msgstr:['N\xED ainm fillte\xE1in ceadaithe \xE9 "{name}".']},{msgid:'"{segment}" is a reserved name and not allowed.',msgstr:['Is ainm curtha in \xE1irithe \xE9 "{segment}" agus n\xED cheada\xEDtear \xE9.']},{msgid:'"/" is not allowed inside a folder name.',msgstr:[`N\xED cheada\xEDtear "/" taobh istigh d'ainm fillte\xE1in.`]},{msgid:"%n file conflict",msgid_plural:"%n files conflict",msgstr:["%n coimhlint comhaid","%n coimhlint comhad","%n coimhlint comhad","%n coimhlint comhad","%n coimhlint comhad"]},{msgid:"%n file conflict in {dirname}",msgid_plural:"%n file conflicts in {dirname}",msgstr:["%n coimhlint comhaid i {dirname}","%n coimhlint\xED comhaid i {dirname}","%n coimhlint\xED comhaid i {dirname}","%n coimhlint\xED comhaid i {dirname}","%n coimhlint\xED comhaid i {dirname}"]},{msgid:"All files",msgstr:["Gach comhad"]},{msgid:"Cancel",msgstr:["Cealaigh"]},{msgid:"Cancel the entire operation",msgstr:["Cealaigh an oibr\xEDocht ar fad"]},{msgid:"Choose",msgstr:["Roghnaigh"]},{msgid:"Choose {file}",msgstr:["Roghnaigh {file}"]},{msgid:"Choose %n file",msgid_plural:"Choose %n files",msgstr:["Roghnaigh %n comhad","Roghnaigh %n comhaid","Roghnaigh %n comhaid","Roghnaigh %n comhaid","Roghnaigh %n comhaid"]},{msgid:"Confirm",msgstr:["Deimhnigh"]},{msgid:"Continue",msgstr:["Lean ar aghaidh"]},{msgid:"Copy",msgstr:["C\xF3ip"]},{msgid:"Copy to {target}",msgstr:["C\xF3ipe\xE1il chuig {target}"]},{msgid:"Could not create the new folder",msgstr:["N\xEDorbh fh\xE9idir an fillte\xE1n nua a chruth\xFA"]},{msgid:"Could not load files settings",msgstr:["N\xEDorbh fh\xE9idir socruithe comhaid a l\xF3d\xE1il"]},{msgid:"Could not load files views",msgstr:["N\xEDorbh fh\xE9idir radhairc comhad a l\xF3d\xE1il"]},{msgid:"Create directory",msgstr:["Cruthaigh eolaire"]},{msgid:"Current view selector",msgstr:["Roghn\xF3ir amhairc reatha"]},{msgid:"Enter your name",msgstr:["Cuir isteach d'ainm"]},{msgid:"Existing version",msgstr:["Leagan at\xE1 ann cheana f\xE9in"]},{msgid:"Failed to set nickname.",msgstr:["Theip ar leasainm a shocr\xFA."]},{msgid:"Favorites",msgstr:["Cean\xE1in"]},{msgid:"Files and folders you mark as favorite will show up here.",msgstr:["Taispe\xE1nfar comhaid agus fillte\xE1in a mharc\xE1lann t\xFA mar is fearr leat anseo."]},{msgid:"Files and folders you recently modified will show up here.",msgstr:["Taispe\xE1nfar comhaid agus fillte\xE1in a d'athraigh t\xFA le d\xE9ana\xED anseo."]},{msgid:"Filter file list",msgstr:["Scag liosta comhad"]},{msgid:"Folder name cannot be empty.",msgstr:["N\xED f\xE9idir ainm fillte\xE1in a bheith folamh."]},{msgid:"Guest identification",msgstr:["Aitheantas aoi"]},{msgid:"Home",msgstr:["Baile"]},{msgid:"If you select both versions, the incoming file will have a number added to its name.",msgstr:["M\xE1 roghna\xEDonn t\xFA an d\xE1 leagan, cuirfear uimhir le hainm an chomhaid at\xE1 ag teacht isteach."]},{msgid:"Invalid name.",msgstr:["Ainm neamhbhail\xED."]},{msgid:"Last modified date unknown",msgstr:["D\xE1ta an athraithe dheireanaigh anaithnid"]},{msgid:"Modified",msgstr:["Athraithe"]},{msgid:"Move",msgstr:["Bog"]},{msgid:"Move to {target}",msgstr:["Bog go{target}"]},{msgid:"Name",msgstr:["Ainm"]},{msgid:"Names may be at most 64 characters long.",msgstr:["N\xED fh\xE9adfaidh ainmneacha a bheith n\xEDos m\xF3 n\xE1 64 carachtar ar fhad."]},{msgid:"Names must not be empty.",msgstr:["N\xED f\xE9idir ainmneacha a bheith folamh."]},{msgid:'Names must not end with "{extension}".',msgstr:['N\xED f\xE9idir ainmneacha a chr\xEDochn\xFA le "{extension}".']},{msgid:"Names must not start with a dot.",msgstr:["N\xED m\xF3r ainmneacha a bheith ag tos\xFA le ponc."]},{msgid:"New",msgstr:["Nua"]},{msgid:"New folder",msgstr:["Fillte\xE1n nua"]},{msgid:"New folder name",msgstr:["Ainm fillte\xE1in nua"]},{msgid:"New version",msgstr:["Leagan nua"]},{msgid:"No files in here",msgstr:["N\xEDl aon chomhaid istigh anseo"]},{msgid:"No files matching your filter were found.",msgstr:["N\xEDor aims\xEDodh aon chomhad a th\xE1inig le do scagaire."]},{msgid:"No matching files",msgstr:["Gan comhaid meaitse\xE1la"]},{msgid:"Please enter a name with at least 2 characters.",msgstr:["Cuir isteach ainm ina bhfuil 2 charachtar ar a laghad."]},{msgid:"Recent",msgstr:["le d\xE9ana\xED"]},{msgid:"Select all checkboxes",msgstr:["Roghnaigh na bosca\xED seice\xE1la go l\xE9ir"]},{msgid:"Select all entries",msgstr:["Roghnaigh gach iontr\xE1il"]},{msgid:"Select all existing files",msgstr:["Roghnaigh na comhaid uile at\xE1 ann cheana"]},{msgid:"Select all new files",msgstr:["Roghnaigh gach comhad nua"]},{msgid:"Select entry",msgstr:["Roghnaigh iontr\xE1il"]},{msgid:"Select the row for {nodename}",msgstr:["Roghnaigh an r\xF3 do {nodename}"]},{msgid:"Size",msgstr:["M\xE9id"]},{msgid:"Skip %n file",msgid_plural:"Skip %n files",msgstr:["L\xE9im %n comhad","L\xE9im %n comhaid","L\xE9im %n comhaid","L\xE9im %n comhaid","L\xE9im %n comhaid"]},{msgid:"Skip this file",msgstr:["Scipe\xE1il an comhad seo"]},{msgid:"Submit name",msgstr:["Cuir isteach ainm"]},{msgid:"Undo",msgstr:["Cealaigh"]},{msgid:"Upload some content or sync with your devices!",msgstr:["Uasl\xF3d\xE1il roinnt \xE1bhair n\xF3 sioncronaigh le do ghl\xE9asanna!"]},{msgid:"When an incoming folder is selected, any conflicting files within it will also be overwritten.",msgstr:["Nuair a roghna\xEDtear fillte\xE1n isteach, d\xE9anfar aon chomhaid choimhlinteacha ann a athscr\xEDobh freisin."]},{msgid:"When an incoming folder is selected, the content is written into the existing folder and a recursive conflict resolution is performed.",msgstr:["Nuair a roghna\xEDtear fillte\xE1n isteach, scr\xEDobhtar an t-\xE1bhar isteach sa fhillte\xE1n at\xE1 ann cheana f\xE9in agus d\xE9antar r\xE9iteach coinbhleachta athch\xFArsach."]},{msgid:"Which files do you want to keep?",msgstr:["C\xE9 na comhaid ar mhaith leat a choinne\xE1il?"]},{msgid:"You are currently identified as {nickname}.",msgstr:["Is \xE9 {nickname} an ainm at\xE1 ort faoi l\xE1thair."]},{msgid:"You are currently not identified.",msgstr:["N\xEDl aitheantas tugtha duit faoi l\xE1thair."]},{msgid:"You cannot leave the name empty.",msgstr:["N\xED f\xE9idir leat an t-ainm a fh\xE1g\xE1il folamh."]},{msgid:"You need to choose at least one conflict solution",msgstr:["N\xED m\xF3r duit r\xE9iteach coinbhleachta amh\xE1in ar a laghad a roghn\xFA"]},{msgid:"You need to select at least one version of each file to continue.",msgstr:["N\xED m\xF3r duit leagan amh\xE1in ar a laghad de gach comhad a roghn\xFA le lean\xFAint ar aghaidh."]}]},{language:"gl",translations:[{msgid:'"{char}" is not allowed inside a name.',msgstr:["\xAB{char}\xBB non est\xE1 permitido dentro dun nome."]},{msgid:'"{extension}" is not an allowed name.',msgstr:["\xAB{extension}\xBB non \xE9 un nome permitido."]},{msgid:'"{name}" is an invalid folder name.',msgstr:["\xAB{name}\xBB non \xE9 un nome de cartafol v\xE1lido."]},{msgid:'"{name}" is not an allowed folder name',msgstr:["\xAB{name}\xBB non \xE9 un nome de cartafol permitido"]},{msgid:'"{segment}" is a reserved name and not allowed.',msgstr:["\xAB{segment}\xBB \xE9 un nome reservado e non est\xE1 permitido."]},{msgid:'"/" is not allowed inside a folder name.',msgstr:["A \xAB/\xBB non est\xE1 permitida no nome dun cartafol."]},{msgid:"%n file conflict",msgid_plural:"%n files conflict",msgstr:["%n ficheiro en conflito","%n ficheiros en conflito"]},{msgid:"%n file conflict in {dirname}",msgid_plural:"%n file conflicts in {dirname}",msgstr:["%n ficheiro en conflito en {dirname}","%n ficheiros en conflito en {dirname}"]},{msgid:"All files",msgstr:["Todos os ficheiros"]},{msgid:"Cancel",msgstr:["Cancelar"]},{msgid:"Cancel the entire operation",msgstr:["Cancelar toda a operaci\xF3n"]},{msgid:"Choose",msgstr:["Escoller"]},{msgid:"Choose {file}",msgstr:["Escoller {file}"]},{msgid:"Choose %n file",msgid_plural:"Choose %n files",msgstr:["Escoller %n ficheiro","Escoller %n ficheiros"]},{msgid:"Confirm",msgstr:["Confirmar"]},{msgid:"Continue",msgstr:["Continuar"]},{msgid:"Copy",msgstr:["Copiar"]},{msgid:"Copy to {target}",msgstr:["Copiar en {target}"]},{msgid:"Could not create the new folder",msgstr:["Non foi pos\xEDbel crear o novo cartafol"]},{msgid:"Could not load files settings",msgstr:["Non foi pos\xEDbel cargar os axustes dos ficheiros"]},{msgid:"Could not load files views",msgstr:["Non foi pos\xEDbel cargar as vistas dos ficheiros"]},{msgid:"Create directory",msgstr:["Crear un directorio"]},{msgid:"Current view selector",msgstr:["Selector de vista actual"]},{msgid:"Enter your name",msgstr:["Introduza o seu nome"]},{msgid:"Existing version",msgstr:["Versi\xF3n existente"]},{msgid:"Failed to set nickname.",msgstr:["Produciuse un fallo ao definir o alcume."]},{msgid:"Favorites",msgstr:["Favoritos"]},{msgid:"Files and folders you mark as favorite will show up here.",msgstr:["Os ficheiros e cartafoles que marque como favoritos aparecer\xE1n aqu\xED."]},{msgid:"Files and folders you recently modified will show up here.",msgstr:["Os ficheiros e cartafoles que modificou recentemente aparecer\xE1n aqu\xED."]},{msgid:"Filter file list",msgstr:["Filtrar a lista de ficheiros"]},{msgid:"Folder name cannot be empty.",msgstr:["O nome do cartafol non pode estar baleiro."]},{msgid:"Guest identification",msgstr:["Identificaci\xF3n do convidado"]},{msgid:"Home",msgstr:["Inicio"]},{msgid:"If you select both versions, the incoming file will have a number added to its name.",msgstr:["Se selecciona ambas as versi\xF3ns, o ficheiro entrante ter\xE1 un n\xFAmero engadido ao seu nome."]},{msgid:"Invalid name.",msgstr:["Nome incorrecto"]},{msgid:"Last modified date unknown",msgstr:["Data da \xFAltima modificaci\xF3n desco\xF1ecida"]},{msgid:"Modified",msgstr:["Modificado"]},{msgid:"Move",msgstr:["Mover"]},{msgid:"Move to {target}",msgstr:["Mover cara a {target}"]},{msgid:"Name",msgstr:["Nome"]},{msgid:"Names may be at most 64 characters long.",msgstr:["Os nomes poden ter unha lonxitude m\xE1xima de 64 caracteres."]},{msgid:"Names must not be empty.",msgstr:["Os nomes non deben estar baleiros."]},{msgid:'Names must not end with "{extension}".',msgstr:["Os nomes non deben rematar en \xAB{extension}\xBB."]},{msgid:"Names must not start with a dot.",msgstr:["Os nomes non deben comezar cun punto."]},{msgid:"New",msgstr:["Novo"]},{msgid:"New folder",msgstr:["Novo cartafol"]},{msgid:"New folder name",msgstr:["Novo nome do cartafol"]},{msgid:"New version",msgstr:["Nova versi\xF3n"]},{msgid:"No files in here",msgstr:["Aqu\xED non hai ficheiros"]},{msgid:"No files matching your filter were found.",msgstr:["Non se atopou ning\xFAn ficheiro que coincida co filtro."]},{msgid:"No matching files",msgstr:["Non hai ficheiros coincidentes"]},{msgid:"Please enter a name with at least 2 characters.",msgstr:["Introduza un nome con polo menos 2 caracteres."]},{msgid:"Recent",msgstr:["Recente"]},{msgid:"Select all checkboxes",msgstr:["Seleccionar todas as caixas"]},{msgid:"Select all entries",msgstr:["Seleccionar todas as entradas"]},{msgid:"Select all existing files",msgstr:["Seleccionar todos os ficheiros existentes"]},{msgid:"Select all new files",msgstr:["Seleccionar todos os ficheiros novos"]},{msgid:"Select entry",msgstr:["Seleccionar a entrada"]},{msgid:"Select the row for {nodename}",msgstr:["Seleccionar a fila para {nodename}"]},{msgid:"Size",msgstr:["Tama\xF1o"]},{msgid:"Skip %n file",msgid_plural:"Skip %n files",msgstr:["Omitir %n ficheiro","Omitir %n ficheiros"]},{msgid:"Skip this file",msgstr:["Omitir este ficheiro"]},{msgid:"Submit name",msgstr:["Enviar o nome"]},{msgid:"Undo",msgstr:["Desfacer"]},{msgid:"Upload some content or sync with your devices!",msgstr:["Enviar alg\xFAn contido ou sincronizalo cos seus dispositivos!"]},{msgid:"When an incoming folder is selected, any conflicting files within it will also be overwritten.",msgstr:["Cando se selecciona un cartafol entrante, todos os ficheiros conflitivos dentro dela tam\xE9n ser\xE1n sobrescritos."]},{msgid:"When an incoming folder is selected, the content is written into the existing folder and a recursive conflict resolution is performed.",msgstr:["Cando se selecciona un cartafol entrante, o contido escr\xEDbese no cartafol existente e real\xEDzase unha resoluci\xF3n recursiva de conflitos."]},{msgid:"Which files do you want to keep?",msgstr:["Que ficheiros quere conservar?"]},{msgid:"You are currently identified as {nickname}.",msgstr:["Vde. est\xE1 identificado actualmente como {nickname}."]},{msgid:"You are currently not identified.",msgstr:["Vde. non est\xE1 identificado actualmente."]},{msgid:"You cannot leave the name empty.",msgstr:["Vde. non pode deixar o nome baleiro."]},{msgid:"You need to choose at least one conflict solution",msgstr:["\xC9 necesario escoller polo menos unha soluci\xF3n de conflito"]},{msgid:"You need to select at least one version of each file to continue.",msgstr:["\xC9 necesario seleccionar polo menos unha versi\xF3n de cada ficheiro para continuar."]}]},{language:"hu_HU",translations:[{msgid:'"{char}" is not allowed inside a name.',msgstr:['"{char}" nem enged\xE9lyezett n\xE9vben.']},{msgid:'"{extension}" is not an allowed name.',msgstr:['"{extension}" nem enged\xE9lyezett n\xE9v.']},{msgid:'"{name}" is an invalid folder name.',msgstr:["\u201E{name}\u201D \xE9rv\xE9nytelen mappan\xE9v."]},{msgid:'"{name}" is not an allowed folder name',msgstr:["\u201E{name}\u201D nem enged\xE9lyezett mappan\xE9v"]},{msgid:'"{segment}" is a reserved name and not allowed.',msgstr:['"{segment}" foglalt n\xE9v \xE9s nem enged\xE9lyezett.']},{msgid:'"/" is not allowed inside a folder name.',msgstr:["\u201E/\u201D jel nem szerepelhet mappa nev\xE9ben."]},{msgid:"All files",msgstr:["Minden f\xE1jl"]},{msgid:"Cancel",msgstr:["M\xE9gse"]},{msgid:"Choose",msgstr:["Kiv\xE1laszt\xE1s"]},{msgid:"Choose {file}",msgstr:["{file} kiv\xE1laszt\xE1sa"]},{msgid:"Choose %n file",msgid_plural:"Choose %n files",msgstr:["%n f\xE1jl kiv\xE1laszt\xE1sa","%n f\xE1jl kiv\xE1laszt\xE1sa"]},{msgid:"Copy",msgstr:["M\xE1sol\xE1s"]},{msgid:"Copy to {target}",msgstr:["M\xE1sol\xE1s ide: {target}"]},{msgid:"Could not create the new folder",msgstr:["Az \xFAj mappa l\xE9trehoz\xE1sa nem lehets\xE9ges"]},{msgid:"Could not load files settings",msgstr:["F\xE1jlbe\xE1ll\xEDt\xE1sok bet\xF6lt\xE9se nem lehets\xE9ges"]},{msgid:"Could not load files views",msgstr:["F\xE1jln\xE9zetek bet\xF6lt\xE9se nem lehets\xE9ges"]},{msgid:"Create directory",msgstr:["Mappa l\xE9trehoz\xE1sa"]},{msgid:"Current view selector",msgstr:["Jelenlegi n\xE9zet v\xE1laszt\xF3"]},{msgid:"Enter your name",msgstr:["Add meg a neved"]},{msgid:"Failed to set nickname.",msgstr:["Becen\xE9v be\xE1ll\xEDt\xE1s sikertelen."]},{msgid:"Favorites",msgstr:["Kedvencek"]},{msgid:"Files and folders you mark as favorite will show up here.",msgstr:["A kedvenck\xE9nt megjel\xF6lt f\xE1jlok \xE9s mapp\xE1k itt jelennek meg."]},{msgid:"Files and folders you recently modified will show up here.",msgstr:["A nemr\xE9g m\xF3dos\xEDtott f\xE1jlok \xE9s mapp\xE1k itt jelennek meg."]},{msgid:"Filter file list",msgstr:["F\xE1jl lista sz\u0171r\xE9se"]},{msgid:"Folder name cannot be empty.",msgstr:["A mappa neve nem lehet \xFCres."]},{msgid:"Guest identification",msgstr:["Vend\xE9g azonos\xEDt\xE1s"]},{msgid:"Home",msgstr:["Kezd\u0151lap"]},{msgid:"Invalid name.",msgstr:["\xC9rv\xE9nytelen n\xE9v."]},{msgid:"Modified",msgstr:["M\xF3dos\xEDtva"]},{msgid:"Move",msgstr:["Mozgat\xE1s"]},{msgid:"Move to {target}",msgstr:["Mozgat\xE1s ide: {target}"]},{msgid:"Name",msgstr:["N\xE9v"]},{msgid:"Names must not be empty.",msgstr:["Nevek nem lehetnek \xFCresek."]},{msgid:'Names must not end with "{extension}".',msgstr:['Nevek nem v\xE9gz\u0151dhetnek "{extension}"-re.']},{msgid:"Names must not start with a dot.",msgstr:["Nevek nem kezd\u0151dhetnek ponttal."]},{msgid:"New",msgstr:["\xDAj"]},{msgid:"New folder",msgstr:["\xDAj mappa"]},{msgid:"New folder name",msgstr:["\xDAj mappa n\xE9v"]},{msgid:"No files in here",msgstr:["Itt nincsenek f\xE1jlok"]},{msgid:"No files matching your filter were found.",msgstr:["Nincs a sz\u0171r\xE9si felt\xE9teleknek megfelel\u0151 f\xE1jl."]},{msgid:"No matching files",msgstr:["Nincs ilyen f\xE1jl"]},{msgid:"Please enter a name with at least 2 characters.",msgstr:["K\xE9rlek adj meg egy legal\xE1bb 2 karakteres nevet."]},{msgid:"Recent",msgstr:["Gyakori"]},{msgid:"Select all entries",msgstr:["Minden bejegyz\xE9s kijel\xF6l\xE9se"]},{msgid:"Select entry",msgstr:["Bejegyz\xE9s kijel\xF6l\xE9se"]},{msgid:"Select the row for {nodename}",msgstr:["V\xE1lassz sort a k\xF6vetkez\u0151nek: {nodename}"]},{msgid:"Size",msgstr:["M\xE9ret"]},{msgid:"Submit name",msgstr:["N\xE9v bek\xFCld\xE9se"]},{msgid:"Undo",msgstr:["Visszavon\xE1s"]},{msgid:"Upload some content or sync with your devices!",msgstr:["T\xF6lts fel tartalmat vagy szinkroniz\xE1lj az eszk\xF6zeiddel!"]},{msgid:"You are currently not identified.",msgstr:["Jelenleg nem vagy azonos\xEDtva."]},{msgid:"You cannot leave the name empty.",msgstr:["A nevet nem hagyhatod \xFCresen."]}]},{language:"hy",translations:[{msgid:'"{name}" is an invalid folder name.',msgstr:["{name} \u057D\u056D\u0561\u056C \u0569\u0572\u0569\u0561\u057A\u0561\u0576\u0561\u056F\u056B \u0561\u0576\u057E\u0561\u0576\u0578\u0582\u0574 \u0567"]},{msgid:'"{name}" is not an allowed folder name',msgstr:["{name} \u0570\u0561\u0574\u0561\u0580\u057E\u0578\u0582\u0574 \u0567 \u0561\u0576\u0569\u0578\u0582\u0575\u056C\u0561\u057F\u0580\u0565\u056C\u056B \u0569\u0572\u0569\u0561\u057A\u0561\u0576\u0561\u056F\u056B \u0561\u0576\u057E\u0561\u0576\u0578\u0582\u0574"]},{msgid:'"/" is not allowed inside a folder name.',msgstr:["/ \u0579\u056B \u0569\u0578\u0582\u0575\u056C\u0561\u057F\u0580\u057E\u0578\u0582\u0574 \u0585\u0563\u057F\u0561\u0563\u0578\u0580\u056E\u0565\u056C \u0561\u0576\u057E\u0561\u0576\u0574\u0561\u0576 \u0574\u0565\u057B"]},{msgid:"All files",msgstr:["\u0532\u0578\u056C\u0578\u0580 \u0586\u0561\u0575\u056C\u0565\u0580\u0568"]},{msgid:"Choose",msgstr:["\u0538\u0576\u057F\u0580\u0565\u056C"]},{msgid:"Choose {file}",msgstr:["\u0538\u0576\u057F\u0580\u0565\u056C {file}"]},{msgid:"Choose %n file",msgid_plural:"Choose %n files",msgstr:["\u0538\u0576\u057F\u0580\u0565\u056C %n \u0586\u0561\u0575\u056C","\u0538\u0576\u057F\u0580\u0565\u056C %n \u0586\u0561\u0575\u056C\u0565\u0580"]},{msgid:"Copy",msgstr:["\u054A\u0561\u057F\u0573\u0565\u0576\u0565\u056C"]},{msgid:"Copy to {target}",msgstr:["\u054A\u0561\u057F\u0573\u0565\u0576\u0565\u056C {target}"]},{msgid:"Could not create the new folder",msgstr:["\u0549\u057D\u057F\u0561\u0581\u057E\u0565\u0581 \u057D\u057F\u0565\u0572\u056E\u0565\u056C \u0576\u0578\u0580 \u0569\u0572\u0569\u0561\u057A\u0561\u0576\u0561\u056F\u0568"]},{msgid:"Could not load files settings",msgstr:["\u0549\u057D\u057F\u0561\u0581\u057E\u0565\u0581 \u0562\u0565\u057C\u0576\u0565\u056C \u0586\u0561\u0575\u056C\u056B \u056F\u0561\u0580\u0563\u0561\u057E\u0578\u0580\u0578\u0582\u0574\u0576\u0565\u0580\u0568"]},{msgid:"Could not load files views",msgstr:["\u0549\u057D\u057F\u0561\u0581\u057E\u0565\u0581 \u0562\u0565\u057C\u0576\u0565\u056C \u0586\u0561\u0575\u056C\u0565\u0580\u056B \u0564\u056B\u057F\u0578\u0582\u0574\u0576\u0565\u0580\u0568"]},{msgid:"Create directory",msgstr:["\u054D\u057F\u0565\u0572\u056E\u0565\u056C \u0564\u056B\u0580\u0565\u056F\u057F\u0578\u0580\u056B\u0561"]},{msgid:"Current view selector",msgstr:["\u0538\u0576\u0569\u0561\u0581\u056B\u056F \u0564\u056B\u057F\u0574\u0561\u0576 \u0568\u0576\u057F\u0580\u056B\u0579"]},{msgid:"Favorites",msgstr:["\u0546\u0561\u056D\u0568\u0576\u057F\u0580\u0565\u056C\u056B\u0576\u0565\u0580"]},{msgid:"Files and folders you mark as favorite will show up here.",msgstr:["\u0531\u0575\u057D\u057F\u0565\u0572 \u056F\u0581\u0578\u0582\u0581\u0561\u0564\u0580\u057E\u0565\u0576 \u0561\u0575\u0576 \u0586\u0561\u0575\u056C\u0565\u0580\u0576 \u0578\u0582 \u057A\u0561\u0576\u0561\u056F\u0576\u0565\u0580\u0568, \u0578\u0580\u0578\u0576\u0584 \u0564\u0578\u0582\u0584 \u0576\u0577\u0565\u056C \u0565\u0584 \u0578\u0580\u057A\u0565\u057D \u0576\u0561\u056D\u0568\u0576\u057F\u0580\u0565\u056C\u056B\u0576\u0565\u0580:"]},{msgid:"Files and folders you recently modified will show up here.",msgstr:["\u0531\u0575\u057D\u057F\u0565\u0572 \u056F\u0581\u0578\u0582\u0581\u0561\u0564\u0580\u057E\u0565\u0576 \u0561\u0575\u0576 \u0586\u0561\u0575\u056C\u0565\u0580\u0576 \u0578\u0582 \u057A\u0561\u0576\u0561\u056F\u0576\u0565\u0580\u0568, \u0578\u0580\u0578\u0576\u0584 \u057E\u0565\u0580\u057B\u0565\u0580\u057D \u0583\u0578\u056D\u0565\u056C \u0565\u0584:"]},{msgid:"Filter file list",msgstr:["\u0556\u056B\u056C\u057F\u0580\u0565\u056C \u0586\u0561\u0575\u056C\u0565\u0580\u056B \u0581\u0578\u0582\u0581\u0561\u056F\u0568"]},{msgid:"Folder name cannot be empty.",msgstr:["\u0539\u0572\u0569\u0561\u057A\u0561\u0576\u0561\u056F\u056B \u0561\u0576\u0578\u0582\u0576\u0568 \u0579\u056B \u056F\u0561\u0580\u0578\u0572 \u0564\u0561\u057F\u0561\u0580\u056F \u056C\u056B\u0576\u0565\u056C:"]},{msgid:"Home",msgstr:["\u054D\u056F\u056B\u0566\u0562"]},{msgid:"Modified",msgstr:["\u0553\u0578\u0583\u0578\u056D\u057E\u0561\u056E"]},{msgid:"Move",msgstr:["\u054F\u0565\u0572\u0561\u0583\u0578\u056D\u0565\u056C"]},{msgid:"Move to {target}",msgstr:["\u054F\u0565\u0572\u0561\u0583\u0578\u056D\u0565\u056C {target}"]},{msgid:"Name",msgstr:["\u0531\u0576\u0578\u0582\u0576"]},{msgid:"New",msgstr:["\u0546\u0578\u0580"]},{msgid:"New folder",msgstr:["\u0546\u0578\u0580 \u0569\u0572\u0569\u0561\u057A\u0561\u0576\u0561\u056F"]},{msgid:"New folder name",msgstr:["\u0546\u0578\u0580 \u0569\u0572\u0569\u0561\u057A\u0561\u0576\u0561\u056F\u056B \u0561\u0576\u057E\u0561\u0576\u0578\u0582\u0574"]},{msgid:"No files in here",msgstr:["\u0531\u0575\u057D\u057F\u0565\u0572 \u0579\u056F\u0561\u0576 \u0586\u0561\u0575\u056C\u0565\u0580"]},{msgid:"No files matching your filter were found.",msgstr:["\u0541\u0565\u0580 \u0586\u056B\u056C\u057F\u0580\u056B\u0576 \u0570\u0561\u0574\u0561\u057A\u0561\u057F\u0561\u057D\u056D\u0561\u0576\u0578\u0572 \u0586\u0561\u0575\u056C\u0565\u0580\u0568 \u0579\u0565\u0576 \u0563\u057F\u0576\u057E\u0565\u056C:"]},{msgid:"No matching files",msgstr:["\u0549\u056F\u0561\u0576 \u0570\u0561\u0574\u0561\u057A\u0561\u057F\u0561\u057D\u056D\u0561\u0576 \u0586\u0561\u0575\u056C\u0565\u0580"]},{msgid:"Recent",msgstr:["\u054E\u0565\u0580\u057B\u056B\u0576"]},{msgid:"Select all entries",msgstr:["\u0538\u0576\u057F\u0580\u0565\u056C \u0562\u0578\u056C\u0578\u0580 \u0563\u0580\u0561\u057C\u0578\u0582\u0574\u0576\u0565\u0580\u0568"]},{msgid:"Select entry",msgstr:["\u0538\u0576\u057F\u0580\u0565\u056C \u0562\u0578\u056C\u0578\u0580 \u0563\u0580\u0561\u057C\u0578\u0582\u0574\u0568"]},{msgid:"Select the row for {nodename}",msgstr:["\u0538\u0576\u057F\u0580\u0565\u0584 \u057F\u0578\u0572\u0568 {nodename}-\u056B \u0570\u0561\u0574\u0561\u0580 "]},{msgid:"Size",msgstr:["\u0549\u0561\u0583"]},{msgid:"Undo",msgstr:["\u0535\u057F\u0561\u0580\u056F\u0565\u056C"]},{msgid:"Upload some content or sync with your devices!",msgstr:["\u0546\u0565\u0580\u0562\u0565\u057C\u0576\u0565\u0584 \u0578\u0580\u0578\u0577 \u0562\u0578\u057E\u0561\u0576\u0564\u0561\u056F\u0578\u0582\u0569\u0575\u0578\u0582\u0576 \u056F\u0561\u0574 \u0570\u0561\u0574\u0561\u056A\u0561\u0574\u0561\u0581\u0580\u0565\u0584 \u0561\u0575\u0576 \u0571\u0565\u0580 \u057D\u0561\u0580\u0584\u0565\u0580\u056B \u0570\u0565\u057F:"]}]},{language:"id",translations:[{msgid:'"{name}" is an invalid folder name.',msgstr:['"{name}" bukan nama folder yang valid.']},{msgid:'"{name}" is not an allowed folder name',msgstr:['"{name}" merupakan nama folder yang tidak diperbolehkan']},{msgid:'"/" is not allowed inside a folder name.',msgstr:['"/" tidak diperbolehkan di dalam nama folder.']},{msgid:"All files",msgstr:["Semua berkas"]},{msgid:"Choose",msgstr:["Pilih"]},{msgid:"Choose {file}",msgstr:["Pilih {file}"]},{msgid:"Choose %n file",msgid_plural:"Choose %n files",msgstr:["Pilih %n file"]},{msgid:"Copy",msgstr:["Salin"]},{msgid:"Copy to {target}",msgstr:["Salin ke {target}"]},{msgid:"Could not create the new folder",msgstr:["Tidak dapat membuat folder baru"]},{msgid:"Could not load files settings",msgstr:["Tidak dapat memuat pengaturan file"]},{msgid:"Could not load files views",msgstr:["Tidak dapat memuat tampilan file"]},{msgid:"Create directory",msgstr:["Buat direktori"]},{msgid:"Current view selector",msgstr:["Pemilih tampilan saat ini"]},{msgid:"Favorites",msgstr:["Favorit"]},{msgid:"Files and folders you mark as favorite will show up here.",msgstr:["Berkas dan folder yang Anda tandai sebagai favorit akan muncul di sini."]},{msgid:"Files and folders you recently modified will show up here.",msgstr:["Berkas dan folder yang Anda ubah baru-baru ini akan muncul di sini."]},{msgid:"Filter file list",msgstr:["Saring daftar berkas"]},{msgid:"Folder name cannot be empty.",msgstr:["Name berkas tidak boleh kosong."]},{msgid:"Home",msgstr:["Beranda"]},{msgid:"Modified",msgstr:["Diubah"]},{msgid:"Move",msgstr:["Pindahkan"]},{msgid:"Move to {target}",msgstr:["Pindahkan ke {target}"]},{msgid:"Name",msgstr:["Nama"]},{msgid:"New",msgstr:["Baru"]},{msgid:"New folder",msgstr:["Folder baru"]},{msgid:"New folder name",msgstr:["Nama folder baru"]},{msgid:"No files in here",msgstr:["Tidak ada berkas di sini"]},{msgid:"No files matching your filter were found.",msgstr:["Tidak ada berkas yang cocok dengan penyaringan Anda."]},{msgid:"No matching files",msgstr:["Tidak ada berkas yang cocok"]},{msgid:"Recent",msgstr:["Terkini"]},{msgid:"Select all entries",msgstr:["Pilih semua entri"]},{msgid:"Select entry",msgstr:["Pilih entri"]},{msgid:"Select the row for {nodename}",msgstr:["Pilih baris untuk {nodename}"]},{msgid:"Size",msgstr:["Ukuran"]},{msgid:"Undo",msgstr:["Tidak jadi"]},{msgid:"Upload some content or sync with your devices!",msgstr:["Unggah beberapa konten atau sinkronkan dengan perangkat Anda!"]}]},{language:"is",translations:[{msgid:'"{name}" is an invalid folder name.',msgstr:['"{name}" er \xF3gilt m\xF6ppuheiti.']},{msgid:'"{name}" is not an allowed folder name',msgstr:['"{name}" er ekki leyfilegt m\xF6ppuheiti']},{msgid:'"/" is not allowed inside a folder name.',msgstr:['"/" er er ekki leyfilegt innan \xED skr\xE1arheiti.']},{msgid:"All files",msgstr:["Allar skr\xE1r"]},{msgid:"Choose",msgstr:["Veldu"]},{msgid:"Choose {file}",msgstr:["Veldu {file}"]},{msgid:"Choose %n file",msgid_plural:"Choose %n files",msgstr:["Veldu %n skr\xE1","Veldu %n skr\xE1r"]},{msgid:"Copy",msgstr:["Afrita"]},{msgid:"Copy to {target}",msgstr:["Afrita \xED {target}"]},{msgid:"Could not create the new folder",msgstr:["Get ekki b\xFAi\xF0 til n\xFDju m\xF6ppuna"]},{msgid:"Could not load files settings",msgstr:["T\xF3kst ekki a\xF0 hla\xF0a inn stillingum skr\xE1a"]},{msgid:"Could not load files views",msgstr:["T\xF3kst ekki a\xF0 hla\xF0a inn s\xFDnum skr\xE1a"]},{msgid:"Create directory",msgstr:["B\xFAa til m\xF6ppu"]},{msgid:"Current view selector",msgstr:["N\xFAverandi val s\xFDnar"]},{msgid:"Favorites",msgstr:["Eftirl\xE6ti"]},{msgid:"Files and folders you mark as favorite will show up here.",msgstr:["Skr\xE1r og m\xF6ppur sem \xFE\xFA merkir sem eftirl\xE6ti birtast h\xE9r."]},{msgid:"Files and folders you recently modified will show up here.",msgstr:["Skr\xE1r og m\xF6ppur sem \xFE\xFA breyttir n\xFDlega birtast h\xE9r."]},{msgid:"Filter file list",msgstr:["S\xEDa skr\xE1alista"]},{msgid:"Folder name cannot be empty.",msgstr:["M\xF6ppuheiti m\xE1 ekki vera t\xF3mt."]},{msgid:"Home",msgstr:["Heim"]},{msgid:"Modified",msgstr:["Breytt"]},{msgid:"Move",msgstr:["F\xE6ra"]},{msgid:"Move to {target}",msgstr:["F\xE6ra \xED {target}"]},{msgid:"Name",msgstr:["Heiti"]},{msgid:"New",msgstr:["N\xFDtt"]},{msgid:"New folder",msgstr:["N\xFD mappa"]},{msgid:"New folder name",msgstr:["Heiti n\xFDrrar m\xF6ppu"]},{msgid:"No files in here",msgstr:["Engar skr\xE1r h\xE9r"]},{msgid:"No files matching your filter were found.",msgstr:["Engar skr\xE1r fundust sem passa vi\xF0 s\xEDuna."]},{msgid:"No matching files",msgstr:["Engar samsvarandi skr\xE1r"]},{msgid:"Recent",msgstr:["N\xFDlegt"]},{msgid:"Select all entries",msgstr:["Velja allar f\xE6rslur"]},{msgid:"Select entry",msgstr:["Velja f\xE6rslu"]},{msgid:"Select the row for {nodename}",msgstr:["Veldu r\xF6\xF0ina fyrir {nodename}"]},{msgid:"Size",msgstr:["St\xE6r\xF0"]},{msgid:"Undo",msgstr:["Afturkalla"]},{msgid:"Upload some content or sync with your devices!",msgstr:["Sendu inn eitthva\xF0 efni e\xF0a samstilltu vi\xF0 t\xE6kin \xFE\xEDn!"]}]},{language:"it",translations:[{msgid:'"{name}" is an invalid folder name.',msgstr:['"{name}" non \xE8 un nome di cartella valido.']},{msgid:'"{name}" is not an allowed folder name',msgstr:['"{name}" non \xE8 un nome di cartella ammesso']},{msgid:'"/" is not allowed inside a folder name.',msgstr:[`"/" non \xE8 ammesso all'interno del nome di una cartella.`]},{msgid:"All files",msgstr:["Tutti i file"]},{msgid:"Choose",msgstr:["Scegli"]},{msgid:"Choose {file}",msgstr:["Scegli {file}"]},{msgid:"Choose %n file",msgid_plural:"Choose %n files",msgstr:["Seleziona %n file","Seleziona %n file","Seleziona %n file"]},{msgid:"Copy",msgstr:["Copia"]},{msgid:"Copy to {target}",msgstr:["Copia in {target}"]},{msgid:"Could not create the new folder",msgstr:["Impossibile creare la nuova cartella"]},{msgid:"Could not load files settings",msgstr:["Impossibile caricare le impostazioni dei file"]},{msgid:"Could not load files views",msgstr:["Impossibile caricare le visualizzazioni dei file"]},{msgid:"Create directory",msgstr:["Crea directory"]},{msgid:"Current view selector",msgstr:["Selettore della vista corrente"]},{msgid:"Favorites",msgstr:["Preferiti"]},{msgid:"Files and folders you mark as favorite will show up here.",msgstr:["I file e le cartelle contrassegnate come preferite saranno mostrate qui."]},{msgid:"Files and folders you recently modified will show up here.",msgstr:["I file e le cartelle che hai modificato di recente saranno mostrate qui."]},{msgid:"Filter file list",msgstr:["Filtra elenco file"]},{msgid:"Folder name cannot be empty.",msgstr:["Il nome della cartella non pu\xF2 essere vuoto."]},{msgid:"Home",msgstr:["Home"]},{msgid:"Modified",msgstr:["Modificato"]},{msgid:"Move",msgstr:["Sposta"]},{msgid:"Move to {target}",msgstr:["Sposta in {target}"]},{msgid:"Name",msgstr:["Nome"]},{msgid:"New",msgstr:["Nuovo"]},{msgid:"New folder",msgstr:["Nuova cartella"]},{msgid:"New folder name",msgstr:["Nuovo nome cartella"]},{msgid:"No files in here",msgstr:["Nessun file qui"]},{msgid:"No files matching your filter were found.",msgstr:["Nessun file che corrisponde al tuo filtro \xE8 stato trovato."]},{msgid:"No matching files",msgstr:["Nessun file corrispondente"]},{msgid:"Recent",msgstr:["Recente"]},{msgid:"Select all entries",msgstr:["Scegli tutte le voci"]},{msgid:"Select entry",msgstr:["Seleziona la voce"]},{msgid:"Select the row for {nodename}",msgstr:["Seleziona la riga per {nodename}"]},{msgid:"Size",msgstr:["Taglia/dimensioni"]},{msgid:"Undo",msgstr:["Annulla"]},{msgid:"Upload some content or sync with your devices!",msgstr:["Carica qualche contenuto o sincronizza con i tuoi dispositivi!"]}]},{language:"ja_JP",translations:[{msgid:'"{char}" is not allowed inside a name.',msgstr:['\u540D\u524D\u306B"{char}"\u306F\u4F7F\u7528\u3067\u304D\u307E\u305B\u3093\u3002']},{msgid:'"{extension}" is not an allowed name.',msgstr:['"{extension}"\u306F\u8A31\u53EF\u3055\u308C\u305F\u540D\u524D\u3067\u306F\u3042\u308A\u307E\u305B\u3093']},{msgid:'"{name}" is an invalid folder name.',msgstr:['"{name}" \u306F\u30D5\u30A9\u30EB\u30C0\u30FC\u540D\u306B\u4F7F\u7528\u3067\u304D\u307E\u305B\u3093\u3002']},{msgid:'"{name}" is not an allowed folder name',msgstr:['"{name}"\u306F\u8A31\u53EF\u3055\u308C\u305F\u30D5\u30A9\u30EB\u30C0\u30FC\u540D\u3067\u306F\u3042\u308A\u307E\u305B\u3093']},{msgid:'"{segment}" is a reserved name and not allowed.',msgstr:['"{segment}"\u306F\u4E88\u7D04\u540D\u3067\u3042\u308A\u4F7F\u7528\u3067\u304D\u307E\u305B\u3093\u3002']},{msgid:'"/" is not allowed inside a folder name.',msgstr:["\u30D5\u30A9\u30EB\u30C0\u30FC\u540D\u306B\u300C/\uFF08\u30B9\u30E9\u30C3\u30B7\u30E5\uFF09\u300D\u306F\u4F7F\u7528\u3067\u304D\u307E\u305B\u3093\u3002"]},{msgid:"%n file conflict",msgid_plural:"%n files conflict",msgstr:["%n\u30D5\u30A1\u30A4\u30EB\u304C\u7AF6\u5408\u3057\u3066\u3044\u307E\u3059"]},{msgid:"%n file conflict in {dirname}",msgid_plural:"%n file conflicts in {dirname}",msgstr:["%n\u30C7\u30A3\u30EC\u30AF\u30C8\u30EA{dirname}\u5185\u306E\u30D5\u30A1\u30A4\u30EB\u7AF6\u5408"]},{msgid:"All files",msgstr:["\u3059\u3079\u3066\u306E\u30D5\u30A1\u30A4\u30EB"]},{msgid:"Cancel",msgstr:["\u30AD\u30E3\u30F3\u30BB\u30EB"]},{msgid:"Cancel the entire operation",msgstr:["\u64CD\u4F5C\u5168\u4F53\u3092\u30AD\u30E3\u30F3\u30BB\u30EB\u3059\u308B"]},{msgid:"Choose",msgstr:["\u9078\u629E"]},{msgid:"Choose {file}",msgstr:["{file} \u3092\u9078\u629E"]},{msgid:"Choose %n file",msgid_plural:"Choose %n files",msgstr:["%n \u500B\u306E\u30D5\u30A1\u30A4\u30EB\u3092\u9078\u629E"]},{msgid:"Confirm",msgstr:["\u627F\u8A8D"]},{msgid:"Continue",msgstr:["\u7D9A\u3051\u308B"]},{msgid:"Copy",msgstr:["\u30B3\u30D4\u30FC"]},{msgid:"Copy to {target}",msgstr:["{target} \u306B\u30B3\u30D4\u30FC"]},{msgid:"Could not create the new folder",msgstr:["\u65B0\u3057\u3044\u30D5\u30A9\u30EB\u30C0\u30FC\u3092\u4F5C\u6210\u3067\u304D\u307E\u305B\u3093\u3067\u3057\u305F"]},{msgid:"Could not load files settings",msgstr:["\u30D5\u30A1\u30A4\u30EB\u8A2D\u5B9A\u3092\u8AAD\u307F\u8FBC\u3081\u307E\u305B\u3093\u3067\u3057\u305F"]},{msgid:"Could not load files views",msgstr:["\u30D5\u30A1\u30A4\u30EB\u30D3\u30E5\u30FC\u3092\u8AAD\u307F\u8FBC\u3081\u307E\u305B\u3093\u3067\u3057\u305F"]},{msgid:"Create directory",msgstr:["\u30C7\u30A3\u30EC\u30AF\u30C8\u30EA\u3092\u4F5C\u6210"]},{msgid:"Current view selector",msgstr:["\u73FE\u5728\u306E\u30D3\u30E5\u30FC\u30BB\u30EC\u30AF\u30BF"]},{msgid:"Enter your name",msgstr:["\u540D\u524D\u3092\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044"]},{msgid:"Existing version",msgstr:["\u73FE\u884C\u30D0\u30FC\u30B8\u30E7\u30F3"]},{msgid:"Failed to set nickname.",msgstr:["\u30CB\u30C3\u30AF\u30CD\u30FC\u30E0\u306E\u8A2D\u5B9A\u306B\u5931\u6557\u3057\u307E\u3057\u305F\u3002"]},{msgid:"Favorites",msgstr:["\u304A\u6C17\u306B\u5165\u308A"]},{msgid:"Files and folders you mark as favorite will show up here.",msgstr:["\u304A\u6C17\u306B\u5165\u308A\u3068\u3057\u3066\u30DE\u30FC\u30AF\u3057\u305F\u30D5\u30A1\u30A4\u30EB\u3068\u30D5\u30A9\u30EB\u30C0\u304C\u3053\u3053\u306B\u8868\u793A\u3055\u308C\u307E\u3059\u3002"]},{msgid:"Files and folders you recently modified will show up here.",msgstr:["\u6700\u8FD1\u5909\u66F4\u3057\u305F\u30D5\u30A1\u30A4\u30EB\u3068\u30D5\u30A9\u30EB\u30C0\u304C\u3053\u3053\u306B\u8868\u793A\u3055\u308C\u307E\u3059\u3002"]},{msgid:"Filter file list",msgstr:["\u30D5\u30A1\u30A4\u30EB\u30EA\u30B9\u30C8\u3092\u30D5\u30A3\u30EB\u30BF"]},{msgid:"Folder name cannot be empty.",msgstr:["\u30D5\u30A9\u30EB\u30C0\u540D\u306F\u7A7A\u306B\u3067\u304D\u307E\u305B\u3093\u3002"]},{msgid:"Guest identification",msgstr:["\u30B2\u30B9\u30C8\u8B58\u5225"]},{msgid:"Home",msgstr:["\u30DB\u30FC\u30E0"]},{msgid:"If you select both versions, the incoming file will have a number added to its name.",msgstr:["\u4E21\u65B9\u306E\u30D0\u30FC\u30B8\u30E7\u30F3\u3092\u9078\u629E\u3057\u305F\u5834\u5408\u3001\u53D7\u4FE1\u30D5\u30A1\u30A4\u30EB\u540D\u306B\u306F\u756A\u53F7\u304C\u8FFD\u52A0\u3055\u308C\u307E\u3059\u3002"]},{msgid:"Invalid name.",msgstr:["\u7121\u52B9\u306A\u540D\u524D\u3067\u3059\u3002"]},{msgid:"Last modified date unknown",msgstr:["\u6700\u7D42\u66F4\u65B0\u65E5\u4E0D\u660E"]},{msgid:"Modified",msgstr:["\u5909\u66F4\u6E08\u307F"]},{msgid:"Move",msgstr:["\u79FB\u52D5"]},{msgid:"Move to {target}",msgstr:["{target} \u306B\u79FB\u52D5"]},{msgid:"Name",msgstr:["\u540D\u524D"]},{msgid:"Names may be at most 64 characters long.",msgstr:["\u540D\u524D\u306F\u6700\u592764\u6587\u5B57\u3067\u3059\u3002"]},{msgid:"Names must not be empty.",msgstr:["\u540D\u524D\u306F\u7A7A\u306B\u3067\u304D\u307E\u305B\u3093\u3002"]},{msgid:'Names must not end with "{extension}".',msgstr:['\u540D\u524D\u306E\u672B\u5C3E\u306B"{extension}"\u306F\u4F7F\u7528\u3067\u304D\u307E\u305B\u3093']},{msgid:"Names must not start with a dot.",msgstr:["\u30C9\u30C3\u30C8\u3067\u59CB\u307E\u308B\u540D\u524D\u306F\u4F7F\u7528\u3067\u304D\u307E\u305B\u3093\u3002"]},{msgid:"New",msgstr:["\u65B0\u898F\u4F5C\u6210"]},{msgid:"New folder",msgstr:["\u65B0\u3057\u3044\u30D5\u30A9\u30EB\u30C0\u30FC"]},{msgid:"New folder name",msgstr:["\u65B0\u3057\u3044\u30D5\u30A9\u30EB\u30C0\u30FC\u306E\u540D\u524D"]},{msgid:"New version",msgstr:["\u65B0\u30D0\u30FC\u30B8\u30E7\u30F3"]},{msgid:"No files in here",msgstr:["\u30D5\u30A1\u30A4\u30EB\u304C\u3042\u308A\u307E\u305B\u3093"]},{msgid:"No files matching your filter were found.",msgstr:["\u30D5\u30A3\u30EB\u30BF\u306B\u4E00\u81F4\u3059\u308B\u30D5\u30A1\u30A4\u30EB\u306F\u898B\u3064\u304B\u308A\u307E\u305B\u3093\u3067\u3057\u305F\u3002"]},{msgid:"No matching files",msgstr:["\u4E00\u81F4\u3059\u308B\u30D5\u30A1\u30A4\u30EB\u306F\u3042\u308A\u307E\u305B\u3093"]},{msgid:"Please enter a name with at least 2 characters.",msgstr:["\u540D\u524D\u30922\u6587\u5B57\u4EE5\u4E0A\u3067\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044\u3002"]},{msgid:"Recent",msgstr:["\u6700\u8FD1"]},{msgid:"Select all checkboxes",msgstr:["\u3059\u3079\u3066\u306E\u30C1\u30A7\u30C3\u30AF\u30DC\u30C3\u30AF\u30B9\u3092\u9078\u629E\u3059\u308B"]},{msgid:"Select all entries",msgstr:["\u3059\u3079\u3066\u306E\u30A8\u30F3\u30C8\u30EA\u3092\u9078\u629E"]},{msgid:"Select all existing files",msgstr:["\u65E2\u5B58\u306E\u30D5\u30A1\u30A4\u30EB\u3092\u3059\u3079\u3066\u9078\u629E"]},{msgid:"Select all new files",msgstr:["\u3059\u3079\u3066\u306E\u65B0\u898F\u30D5\u30A1\u30A4\u30EB\u3092\u9078\u629E"]},{msgid:"Select entry",msgstr:["\u30A8\u30F3\u30C8\u30EA\u3092\u9078\u629E"]},{msgid:"Select the row for {nodename}",msgstr:["{nodename} \u306E\u884C\u3092\u9078\u629E"]},{msgid:"Size",msgstr:["\u30B5\u30A4\u30BA"]},{msgid:"Skip %n file",msgid_plural:"Skip %n files",msgstr:["%n \u500B\u306E\u30D5\u30A1\u30A4\u30EB\u3092\u30B9\u30AD\u30C3\u30D7"]},{msgid:"Skip this file",msgstr:["\u3053\u306E\u30D5\u30A1\u30A4\u30EB\u3092\u30B9\u30AD\u30C3\u30D7"]},{msgid:"Submit name",msgstr:["\u540D\u524D\u3092\u9001\u4FE1\u3059\u308B"]},{msgid:"Undo",msgstr:["\u5143\u306B\u623B\u3059"]},{msgid:"Upload some content or sync with your devices!",msgstr:["\u30B3\u30F3\u30C6\u30F3\u30C4\u3092\u30A2\u30C3\u30D7\u30ED\u30FC\u30C9\u3059\u308B\u304B\u3001\u30C7\u30D0\u30A4\u30B9\u3068\u540C\u671F\u3057\u3066\u304F\u3060\u3055\u3044\uFF01"]},{msgid:"When an incoming folder is selected, any conflicting files within it will also be overwritten.",msgstr:["\u53D7\u4FE1\u30D5\u30A9\u30EB\u30C0\u304C\u9078\u629E\u3055\u308C\u3066\u3044\u308B\u5834\u5408\u3001\u305D\u306E\u30D5\u30A9\u30EB\u30C0\u5185\u306E\u7AF6\u5408\u30D5\u30A1\u30A4\u30EB\u3082\u4E0A\u66F8\u304D\u3055\u308C\u307E\u3059\u3002"]},{msgid:"When an incoming folder is selected, the content is written into the existing folder and a recursive conflict resolution is performed.",msgstr:["\u53D7\u4FE1\u30D5\u30A9\u30EB\u30C0\u304C\u9078\u629E\u3055\u308C\u308B\u3068\u3001\u5185\u5BB9\u306F\u65E2\u5B58\u306E\u30D5\u30A9\u30EB\u30C0\u306B\u66F8\u304D\u8FBC\u307E\u308C\u3001\u518D\u5E30\u7684\u306A\u7AF6\u5408\u89E3\u6C7A\u304C\u5B9F\u884C\u3055\u308C\u307E\u3059\u3002"]},{msgid:"Which files do you want to keep?",msgstr:["\u3069\u306E\u30D5\u30A1\u30A4\u30EB\u3092\u6B8B\u3057\u307E\u3059\u304B\uFF1F"]},{msgid:"You are currently identified as {nickname}.",msgstr:["\u73FE\u5728\u3001{nickname}\u3068\u3057\u3066\u8B58\u5225\u3055\u308C\u3066\u3044\u307E\u3059\u3002"]},{msgid:"You are currently not identified.",msgstr:["\u73FE\u5728\u3042\u306A\u305F\u306F\u8B58\u5225\u3055\u308C\u3066\u3044\u307E\u305B\u3093\u3002"]},{msgid:"You cannot leave the name empty.",msgstr:["\u540D\u524D\u3092\u7A7A\u306B\u3059\u308B\u3053\u3068\u306F\u3067\u304D\u307E\u305B\u3093\u3002"]},{msgid:"You need to choose at least one conflict solution",msgstr:["\u5C11\u306A\u304F\u3068\u30821\u3064\u306E\u7AF6\u5408\u30BD\u30EA\u30E5\u30FC\u30B7\u30E7\u30F3\u3092\u9078\u629E\u3059\u308B\u5FC5\u8981\u304C\u3042\u308A\u307E\u3059"]},{msgid:"You need to select at least one version of each file to continue.",msgstr:["\u7D9A\u884C\u3059\u308B\u306B\u306F\u3001\u5404\u30D5\u30A1\u30A4\u30EB\u306E\u30D0\u30FC\u30B8\u30E7\u30F3\u3092\u5C11\u306A\u304F\u3068\u30821\u3064\u9078\u629E\u3059\u308B\u5FC5\u8981\u304C\u3042\u308A\u307E\u3059\u3002"]}]},{language:"ko",translations:[{msgid:'"{char}" is not allowed inside a name.',msgstr:['"{char}"\uB294 \uC774\uB984 \uB0B4\uC5D0 \uC0AC\uC6A9\uD560 \uC218 \uC5C6\uC2B5\uB2C8\uB2E4.']},{msgid:'"{extension}" is not an allowed name.',msgstr:['"{extension}"\uC740 \uD5C8\uC6A9\uB418\uB294 \uC774\uB984\uC774 \uC544\uB2D9\uB2C8\uB2E4.']},{msgid:'"{name}" is an invalid folder name.',msgstr:['"{name}"\uC740 \uC0AC\uC6A9\uD560 \uC218 \uC5C6\uB294 \uD3F4\uB354\uBA85\uC785\uB2C8\uB2E4.']},{msgid:'"{name}" is not an allowed folder name',msgstr:['"{name}"\uC740 \uD5C8\uC6A9\uB418\uC9C0 \uC54A\uC740 \uD3F4\uB354\uBA85\uC785\uB2C8\uB2E4.']},{msgid:'"{segment}" is a reserved name and not allowed.',msgstr:['\uAC19\uC740 \uC774\uB984\uC744 \uAC00\uC9C4 "{segment}"\uC774 \uC774\uBBF8 \uC0AC\uC6A9 \uC911\uC785\uB2C8\uB2E4.']},{msgid:'"/" is not allowed inside a folder name.',msgstr:['"/"\uB294 \uD3F4\uB354\uBA85\uC5D0 \uC0AC\uC6A9\uD560 \uC218 \uC5C6\uB294 \uAE30\uD638\uC785\uB2C8\uB2E4.']},{msgid:"All files",msgstr:["\uBAA8\uB4E0 \uD30C\uC77C"]},{msgid:"Cancel",msgstr:["\uCDE8\uC18C"]},{msgid:"Choose",msgstr:["\uC120\uD0DD"]},{msgid:"Choose {file}",msgstr:["{file} \uC120\uD0DD"]},{msgid:"Choose %n file",msgid_plural:"Choose %n files",msgstr:["%n\uAC1C\uC758 \uD30C\uC77C \uC120\uD0DD"]},{msgid:"Copy",msgstr:["\uBCF5\uC0AC"]},{msgid:"Copy to {target}",msgstr:["{target}\uC73C\uB85C \uBCF5\uC0AC"]},{msgid:"Could not create the new folder",msgstr:["\uC0C8 \uD3F4\uB354\uB97C \uB9CC\uB4E4 \uC218 \uC5C6\uC74C"]},{msgid:"Could not load files settings",msgstr:["\uD30C\uC77C \uC124\uC815\uC744 \uBD88\uB7EC\uC624\uC9C0 \uBABB\uD568"]},{msgid:"Could not load files views",msgstr:["\uD30C\uC77C \uBCF4\uAE30\uB97C \uBD88\uB7EC\uC624\uC9C0 \uBABB\uD568"]},{msgid:"Create directory",msgstr:["\uB514\uB809\uD1A0\uB9AC \uB9CC\uB4E4\uAE30"]},{msgid:"Current view selector",msgstr:["\uD604\uC7AC \uBDF0 \uC120\uD0DD\uC790"]},{msgid:"Enter your name",msgstr:["\uC774\uB984\uC744 \uC785\uB825\uD558\uC138\uC694 "]},{msgid:"Failed to set nickname.",msgstr:[`\uB2C9\uB124\uC784\uC744 \uC124\uC815\uD558\uC9C0 \uBABB\uD588\uC2B5\uB2C8\uB2E4.
|
|
\xA0`]},{msgid:"Favorites",msgstr:["\uC990\uACA8\uCC3E\uAE30"]},{msgid:"Files and folders you mark as favorite will show up here.",msgstr:["\uC990\uACA8\uCC3E\uAE30\uB85C \uD45C\uC2DC\uD55C \uD30C\uC77C \uBC0F \uD3F4\uB354\uAC00 \uC774\uACF3\uC5D0 \uD45C\uC2DC\uB429\uB2C8\uB2E4."]},{msgid:"Files and folders you recently modified will show up here.",msgstr:["\uCD5C\uADFC \uC218\uC815\uD55C \uD30C\uC77C \uBC0F \uD3F4\uB354\uAC00 \uC774\uACF3\uC5D0 \uD45C\uC2DC\uB429\uB2C8\uB2E4."]},{msgid:"Filter file list",msgstr:["\uD30C\uC77C \uBAA9\uB85D \uD544\uD130\uB9C1"]},{msgid:"Folder name cannot be empty.",msgstr:["\uD3F4\uB354\uBA85\uC744 \uBE44\uC6B8 \uC218 \uC5C6\uC2B5\uB2C8\uB2E4."]},{msgid:"Guest identification",msgstr:["\uAC8C\uC2A4\uD2B8 \uD655\uC778"]},{msgid:"Home",msgstr:["\uD648"]},{msgid:"Invalid name.",msgstr:["\uC798\uBABB\uB41C \uC774\uB984\uC785\uB2C8\uB2E4. "]},{msgid:"Modified",msgstr:["\uC218\uC815\uB428"]},{msgid:"Move",msgstr:["\uC774\uB3D9"]},{msgid:"Move to {target}",msgstr:["{target}\uC73C\uB85C \uC774\uB3D9"]},{msgid:"Name",msgstr:["\uC774\uB984"]},{msgid:"Names may be at most 64 characters long.",msgstr:["\uC774\uB984\uC740 \uC544\uB9C8\uB3C4 \uCD5C\uB300 64\uAE00\uC790 \uC785\uB2C8\uB2E4."]},{msgid:"Names must not be empty.",msgstr:["\uC774\uB984\uC740 \uBE44\uC5B4 \uC788\uC73C\uBA74 \uC548 \uB429\uB2C8\uB2E4."]},{msgid:'Names must not end with "{extension}".',msgstr:['\uC774\uB984\uC740 "{extension}"\uB85C \uB05D\uB098\uC9C0 \uC54A\uC544\uC57C \uD569\uB2C8\uB2E4.']},{msgid:"Names must not start with a dot.",msgstr:["\uC774\uB984\uC740 \uC810\uC73C\uB85C \uC2DC\uC791\uD574\uC11C\uB294 \uC548 \uB429\uB2C8\uB2E4."]},{msgid:"New",msgstr:["\uC0C8\uB85C \uB9CC\uB4E4\uAE30"]},{msgid:"New folder",msgstr:["\uC0C8 \uD3F4\uB354"]},{msgid:"New folder name",msgstr:["\uC0C8 \uD3F4\uB354\uBA85"]},{msgid:"No files in here",msgstr:["\uD30C\uC77C\uC774 \uC5C6\uC2B5\uB2C8\uB2E4"]},{msgid:"No files matching your filter were found.",msgstr:["\uC120\uD0DD\uD55C \uD544\uD130\uC5D0 \uD574\uB2F9\uD558\uB294 \uD30C\uC77C\uC774 \uC5C6\uC2B5\uB2C8\uB2E4."]},{msgid:"No matching files",msgstr:["\uC77C\uCE58\uD558\uB294 \uD30C\uC77C \uC5C6\uC74C"]},{msgid:"Please enter a name with at least 2 characters.",msgstr:["\uCD5C\uC18C 2\uC790 \uC774\uC0C1\uC758 \uC774\uB984\uC744 \uC785\uB825\uD558\uC2ED\uC2DC\uC624. "]},{msgid:"Recent",msgstr:["\uCD5C\uADFC"]},{msgid:"Select all entries",msgstr:["\uBAA8\uB450 \uC120\uD0DD"]},{msgid:"Select entry",msgstr:["\uD56D\uBAA9 \uC120\uD0DD"]},{msgid:"Select the row for {nodename}",msgstr:["{nodename}\uC758 \uD589 \uC120\uD0DD"]},{msgid:"Size",msgstr:["\uD06C\uAE30"]},{msgid:"Submit name",msgstr:["\uC774\uB984 \uC81C\uCD9C"]},{msgid:"Undo",msgstr:["\uB418\uB3CC\uB9AC\uAE30"]},{msgid:"Upload some content or sync with your devices!",msgstr:["\uAE30\uAE30\uC5D0\uC11C \uD30C\uC77C\uC744 \uC5C5\uB85C\uB4DC \uB610\uB294 \uB3D9\uAE30\uD654\uD558\uC138\uC694!"]},{msgid:"You are currently identified as {nickname}.",msgstr:["{nickname}\uB85C\uC11C \uC778\uC99D \uC0C1\uD0DC \uC785\uB2C8\uB2E4."]},{msgid:"You are currently not identified.",msgstr:["\uD604\uC7AC \uC778\uC99D\uB418\uC9C0 \uC54A\uC558\uC2B5\uB2C8\uB2E4."]},{msgid:"You cannot leave the name empty.",msgstr:["\uC774\uB984\uC740 \uBE44\uC6CC \uB458 \uC218 \uC5C6\uC2B5\uB2C8\uB2E4. "]}]},{language:"lb",translations:[{msgid:'"{name}" is an invalid folder name.',msgstr:["{name} ass en ong\xEBlteg Dossier"]},{msgid:'"{name}" is not an allowed folder name',msgstr:["{name} ass net en erlaabten Dossiernumm"]},{msgid:'"/" is not allowed inside a folder name.',msgstr:['"/" ass net an engem Dossier Numm erlaabt']},{msgid:"All files",msgstr:["All Dateien"]},{msgid:"Choose",msgstr:["Wielt"]},{msgid:"Choose {file}",msgstr:["Wielt {file}"]},{msgid:"Choose %n file",msgid_plural:"Choose %n files",msgstr:["Wielt %n Fichieren","Wielt %n Fichier"]},{msgid:"Copy",msgstr:["Kopie"]},{msgid:"Copy to {target}",msgstr:["Kopie op {target}"]},{msgid:"Could not create the new folder",msgstr:["Konnt den neien Dossier net erstellen"]},{msgid:"Could not load files settings",msgstr:["Konnt d'Dateienastellungen net lueden"]},{msgid:"Could not load files views",msgstr:["Konnt d'Dateien net lueden"]},{msgid:"Create directory",msgstr:["Erstellt Verzeechnes"]},{msgid:"Current view selector",msgstr:["Aktuell Vue selector"]},{msgid:"Favorites",msgstr:["Favoritten"]},{msgid:"Files and folders you mark as favorite will show up here.",msgstr:["Dateien an Ordner, d\xE9i Dir als Favorit mark\xE9iert, ginn hei gewisen"]},{msgid:"Files and folders you recently modified will show up here.",msgstr:["Dateien an Ordner d\xE9i Dir viru kuerzem ge\xE4nnert hutt ginn hei op"]},{msgid:"Filter file list",msgstr:["Filter Datei L\xEBscht"]},{msgid:"Folder name cannot be empty.",msgstr:["Dossier Numm kann net eidel sinn"]},{msgid:"Home",msgstr:["W\xEBllkomm"]},{msgid:"Modified",msgstr:["Ge\xE4nnert"]},{msgid:"Move",msgstr:["Pl\xEBnne"]},{msgid:"Move to {target}",msgstr:["Pl\xEBnneren {target}"]},{msgid:"Name",msgstr:["Numm"]},{msgid:"New",msgstr:["Nei"]},{msgid:"New folder",msgstr:["Neien dossier"]},{msgid:"New folder name",msgstr:["Neien dossier numm"]},{msgid:"No files in here",msgstr:["Kee fichier hei"]},{msgid:"No files matching your filter were found.",msgstr:["Kee fichier deen \xE4re filter passt gouf fonnt"]},{msgid:"No matching files",msgstr:["Keng passende dateien"]},{msgid:"Recent",msgstr:["Rezent"]},{msgid:"Select all entries",msgstr:["Wielt all entr\xE9en"]},{msgid:"Select entry",msgstr:["Wielt entr\xE9e"]},{msgid:"Select the row for {nodename}",msgstr:["Wielt d'zeil fir {nodename}"]},{msgid:"Size",msgstr:["Gr\xE9isst"]},{msgid:"Undo",msgstr:["Undoen"]},{msgid:"Upload some content or sync with your devices!",msgstr:["Luet en inhalt erop oder synchronis\xE9iert mat \xE4ren apparater"]}]},{language:"lt_LT",translations:[{msgid:'"{name}" is an invalid folder name.',msgstr:["\u201E{name}\u201C yra netinkamas aplanko pavadinimas."]},{msgid:'"{name}" is not an allowed folder name',msgstr:["\u201E{name}\u201C yra neleid\u017Eiamas aplanko pavadinimas"]},{msgid:'"/" is not allowed inside a folder name.',msgstr:["\u201E/\u201C yra neleid\u017Eiamas aplanko pavadinime."]},{msgid:"All files",msgstr:["Visi failai"]},{msgid:"Cancel",msgstr:["At\u0161aukti"]},{msgid:"Choose",msgstr:["Pasirinkti"]},{msgid:"Choose {file}",msgstr:["Pasirinkti {file}"]},{msgid:"Choose %n file",msgid_plural:"Choose %n files",msgstr:["Pasirinkti %n fail\u0105","Pasirinkti %n failus","Pasirinkti %n fail\u0173","Pasirinkti %n fail\u0105"]},{msgid:"Copy",msgstr:["Kopijuoti"]},{msgid:"Copy to {target}",msgstr:["Kopijuoti \u012F {target}"]},{msgid:"Could not create the new folder",msgstr:["Nepavyko sukurti naujo aplanko"]},{msgid:"Could not load files settings",msgstr:["Nepavyko \u012Fkelti fail\u0173 nustatym\u0173"]},{msgid:"Could not load files views",msgstr:["Nepavyko \u012Fkelti fail\u0173 per\u017Ei\u016Br\u0173"]},{msgid:"Create directory",msgstr:["Sukurti katalog\u0105"]},{msgid:"Current view selector",msgstr:["Dabartinis per\u017Ei\u016Bros pasirinkimas"]},{msgid:"Enter your name",msgstr:["\u012Era\u0161ykite savo vard\u0105"]},{msgid:"Failed to set nickname.",msgstr:["Nepavyko nustatyti slapyvard\u017Eio"]},{msgid:"Favorites",msgstr:["Populiariausi"]},{msgid:"Files and folders you mark as favorite will show up here.",msgstr:["Failai ir aplankai, kuriuos pa\u017Eym\u0117site kaip m\u0117gstamiausius, bus rodomi \u010Dia."]},{msgid:"Files and folders you recently modified will show up here.",msgstr:["\u010Cia bus rodomi failai ir aplankai, kuriuos neseniai pakeit\u0117te."]},{msgid:"Filter file list",msgstr:["Filtruoti fail\u0173 s\u0105ra\u0161\u0105"]},{msgid:"Folder name cannot be empty.",msgstr:["Aplanko pavadinimas negali b\u016Bti tu\u0161\u010Dias."]},{msgid:"Guest identification",msgstr:["Sve\u010Dio identifikacija"]},{msgid:"Home",msgstr:["Prad\u017Eia"]},{msgid:"Modified",msgstr:["Pakeista"]},{msgid:"Move",msgstr:["Perkelti"]},{msgid:"Move to {target}",msgstr:["Perkelti \u012F {target}"]},{msgid:"Name",msgstr:["Vardas"]},{msgid:"New",msgstr:["Naujas"]},{msgid:"New folder",msgstr:["Naujas aplankas"]},{msgid:"New folder name",msgstr:["Naujas aplanko pavadinimas"]},{msgid:"No files in here",msgstr:["\u010Cia fail\u0173 n\u0117ra"]},{msgid:"No files matching your filter were found.",msgstr:["Nepavyko rasti fail\u0173 pagal filtro nustatymus"]},{msgid:"No matching files",msgstr:["N\u0117ra atitinkan\u010Di\u0173 fail\u0173"]},{msgid:"Please enter a name with at least 2 characters.",msgstr:["\u012Era\u0161ykite vard\u0105 i\u0161 ma\u017Eiausiai dviej\u0173 \u017Eenkl\u0173."]},{msgid:"Recent",msgstr:["Nauji"]},{msgid:"Select all entries",msgstr:["\u017Dym\u0117ti visus \u012Fra\u0161us"]},{msgid:"Select entry",msgstr:["\u017Dym\u0117ti \u012Fra\u0161\u0105"]},{msgid:"Select the row for {nodename}",msgstr:["Pasirinkite eilut\u0119 {nodename}"]},{msgid:"Size",msgstr:["Dydis"]},{msgid:"Submit name",msgstr:["Patvirtinti vard\u0105"]},{msgid:"Undo",msgstr:["At\u0161aukti"]},{msgid:"Upload some content or sync with your devices!",msgstr:["\u012Ekelkite turinio arba sinchronizuokite su savo \u012Frenginiais!"]},{msgid:"You are currently not identified.",msgstr:["\u0160iuo metu nesate identifikuotas."]},{msgid:"You cannot leave the name empty.",msgstr:["Negalite palikti tu\u0161\u010Dio vardo lauko."]}]},{language:"lv",translations:[{msgid:'"{name}" is an invalid folder name.',msgstr:['"{name}" nav der\u012Bgs mapes nosaukums.']},{msgid:'"{name}" is not an allowed folder name',msgstr:['"{name}" nav at\u013Cauts mapes nosaukums']},{msgid:'"/" is not allowed inside a folder name.',msgstr:['"/" nav at\u013Cauts mapes nosaukuma izmanto\u0161an\u0101.']},{msgid:"All files",msgstr:["Visas datnes"]},{msgid:"Choose",msgstr:["Izv\u0113lieties"]},{msgid:"Choose {file}",msgstr:["Izv\u0113lieties {file}"]},{msgid:"Choose %n file",msgid_plural:"Choose %n files",msgstr:["Izv\u0113l\u0113ties %n dat\u0146u","Izv\u0113l\u0113ties %n datni","Izv\u0113l\u0113ties %n datnes"]},{msgid:"Copy",msgstr:["Kop\u0113t"]},{msgid:"Copy to {target}",msgstr:["Kop\u0113t uz {target}"]},{msgid:"Could not create the new folder",msgstr:["Nevar\u0113ja izveidot jaunu mapi"]},{msgid:"Could not load files settings",msgstr:["Nevar\u0113ja iel\u0101d\u0113t dat\u0146u iestat\u012Bjumus"]},{msgid:"Could not load files views",msgstr:["Nevar\u0113ja iel\u0101d\u0113t dat\u0146u apskat\u012Bjumus"]},{msgid:"Create directory",msgstr:["Izveidot direktoriju"]},{msgid:"Current view selector",msgstr:["Pa\u0161reiz\u0113ja skata atlas\u012Bt\u0101js"]},{msgid:"Favorites",msgstr:["Favor\u012Bti"]},{msgid:"Files and folders you mark as favorite will show up here.",msgstr:["\u0160eit par\u0101d\u012Bsies datnes un mapes, kas tiks atz\u012Bm\u0113tas k\u0101 iecien\u012Btas."]},{msgid:"Files and folders you recently modified will show up here.",msgstr:["\u0160eit par\u0101d\u012Bsies datnes un mapes, kuras nesen tika izmain\u012Btas."]},{msgid:"Filter file list",msgstr:["Atlas\u012Bt dat\u0146u sarakstu"]},{msgid:"Folder name cannot be empty.",msgstr:["Mapes nosaukums nevar b\u016Bt tuk\u0161s."]},{msgid:"Home",msgstr:["S\u0101kums"]},{msgid:"Modified",msgstr:["Izmanin\u012Bta"]},{msgid:"Move",msgstr:["P\u0101rvietot"]},{msgid:"Move to {target}",msgstr:["P\u0101rvietot uz {target}"]},{msgid:"Name",msgstr:["Nosaukums"]},{msgid:"New",msgstr:["Jauns"]},{msgid:"New folder",msgstr:["Jauna mape"]},{msgid:"New folder name",msgstr:["Jaunas mapes nosaukums"]},{msgid:"No files in here",msgstr:["\u0160eit nav dat\u0146u"]},{msgid:"No files matching your filter were found.",msgstr:["Netika atrasta neviena datne, kas atbilst atlasei."]},{msgid:"No matching files",msgstr:["Nav atbilsto\u0161u dat\u0146u"]},{msgid:"Recent",msgstr:["Nesen\u0101s"]},{msgid:"Select all entries",msgstr:["Atlas\u012Bt visus ierakstus"]},{msgid:"Select entry",msgstr:["Atlas\u012Bt ierakstu"]},{msgid:"Select the row for {nodename}",msgstr:["Atlas\u012Bt rindu {nodename}"]},{msgid:"Size",msgstr:["Izm\u0113rs"]},{msgid:"Undo",msgstr:["Atsaukt"]},{msgid:"Upload some content or sync with your devices!",msgstr:["Aug\u0161upiel\u0101d\u0113 k\u0101du saturu vai sinhroniz\u0113 sav\u0101s iek\u0101rt\u0101s!"]}]},{language:"mk",translations:[{msgid:'"{char}" is not allowed inside a name.',msgstr:['"{char}" \u043D\u0435 \u0435 \u0434\u043E\u0437\u0432\u043E\u043B\u0435\u043D\u043E \u0432\u043E \u0438\u043C\u0435.']},{msgid:'"{extension}" is not an allowed name.',msgstr:['"{extension}" \u043D\u0435 \u0435 \u0434\u043E\u0437\u0432\u043E\u043B\u0435\u043D\u043E \u0438\u043C\u0435.']},{msgid:'"{name}" is an invalid folder name.',msgstr:['"{name}" \u043D\u0435 \u0435 \u0432\u0430\u043B\u0438\u0434\u043D\u043E \u0438\u043C\u0435 \u0437\u0430 \u043F\u0430\u043F\u043A\u0430/']},{msgid:'"{name}" is not an allowed folder name',msgstr:['"{name}" \u043D\u0435 \u0435 \u0434\u043E\u0437\u0432\u043E\u043B\u0435\u043D\u043E \u0438\u043C\u0435 \u0437\u0430 \u043F\u0430\u043F\u043A\u0430']},{msgid:'"{segment}" is a reserved name and not allowed.',msgstr:['"{segment}" \u0435 \u0440\u0435\u0437\u0435\u0440\u0432\u0438\u0440\u0430\u043D\u043E \u0438\u043C\u0435 \u0438 \u043D\u0435 \u0435 \u0434\u043E\u0437\u0432\u043E\u043B\u0435\u043D\u043E.']},{msgid:'"/" is not allowed inside a folder name.',msgstr:['"/" \u043D\u0435 \u0435 \u0434\u043E\u0437\u0432\u043E\u043B\u0435\u043D\u0430 \u0432\u043E \u0438\u043C\u0435 \u043D\u0430 \u043F\u0430\u043F\u043A\u0430.']},{msgid:"%n file conflict",msgid_plural:"%n files conflict",msgstr:["%n \u043A\u043E\u043D\u0444\u043B\u0438\u043A\u0442 \u0441\u043E \u0434\u0430\u0442\u043E\u0442\u0435\u043Aa","%n \u043A\u043E\u043D\u0444\u043B\u0438\u043A\u0442\u0438 \u0441\u043E \u0434\u0430\u0442\u043E\u0442\u0435\u043A\u0438"]},{msgid:"%n file conflict in {dirname}",msgid_plural:"%n file conflicts in {dirname}",msgstr:["%n \u043A\u043E\u043D\u0444\u043B\u0438\u043A\u0442 \u0441\u043E \u0434\u0430\u0442\u043E\u0442\u0435\u043A\u0430 \u0432\u043E {dirname}","%n \u043A\u043E\u043D\u0444\u043B\u0438\u043A\u0442\u0438 \u0441\u043E \u0434\u0430\u0442\u043E\u0442\u0435\u043A\u0438 vo {dirname}"]},{msgid:"All files",msgstr:["\u0421\u0438\u0442\u0435 \u0434\u0430\u0442\u043E\u0442\u0435\u043A\u0438"]},{msgid:"Cancel",msgstr:["\u041E\u0442\u043A\u0430\u0436\u0438"]},{msgid:"Cancel the entire operation",msgstr:["\u041F\u0440\u0435\u043A\u0438\u043D\u0438 \u0458\u0430 \u0446\u0435\u043B\u0430\u0442\u0430 \u043E\u043F\u0435\u0440\u0430\u0446\u0438\u0458\u0430"]},{msgid:"Choose",msgstr:["\u0418\u0437\u0431\u0435\u0440\u0438"]},{msgid:"Choose {file}",msgstr:["\u0418\u0437\u0431\u0435\u0440\u0438 {file}"]},{msgid:"Choose %n file",msgid_plural:"Choose %n files",msgstr:["\u0418\u0437\u0431\u0435\u0440\u0438 %n \u0434\u0430\u0442\u043E\u0442\u0435\u043A\u0430","\u0418\u0437\u0431\u0435\u0440\u0438 %n \u0434\u0430\u0442\u043E\u0442\u0435\u043A\u0438"]},{msgid:"Confirm",msgstr:["\u041F\u043E\u0442\u0432\u0440\u0434\u0438"]},{msgid:"Continue",msgstr:["\u041F\u0440\u043E\u0434\u043E\u043B\u0436\u0438"]},{msgid:"Copy",msgstr:["\u041A\u043E\u043F\u0438\u0440\u0430\u0458"]},{msgid:"Copy to {target}",msgstr:["\u041A\u043E\u043F\u0438\u0440\u0430\u0458 \u0432\u043E {target}"]},{msgid:"Could not create the new folder",msgstr:["\u041D\u0435\u043C\u043E\u0436\u0435 \u0434\u0430 \u0441\u0435 \u043A\u0440\u0435\u0438\u0440\u0430 \u043D\u043E\u0432\u0430 \u043F\u0430\u043F\u043A\u0430"]},{msgid:"Could not load files settings",msgstr:["\u041D\u0435\u043C\u043E\u0436\u0435 \u0434\u0430 \u0441\u0435 \u0432\u0447\u0438\u0430\u0430\u0442 \u043F\u0430\u0440\u0430\u043C\u0435\u0442\u0440\u0438\u0442\u0435 \u0437\u0430 \u0434\u0430\u0442\u043E\u0442\u0435\u043A\u0438\u0442\u0435"]},{msgid:"Could not load files views",msgstr:["\u041D\u0435\u043C\u043E\u0436\u0435 \u0434\u0430 \u0441\u0435 \u0432\u0447\u0438\u0442\u0430\u0430\u0442 \u043F\u043E\u0433\u043B\u0435\u0434\u0438\u0442\u0435 \u0437\u0430 \u0434\u0430\u0442\u043E\u0442\u0435\u043A\u0438\u0442\u0435"]},{msgid:"Create directory",msgstr:["\u041A\u0440\u0435\u0438\u0440\u0430\u0458 \u043F\u0430\u043F\u043A\u0430"]},{msgid:"Current view selector",msgstr:["\u0418\u0437\u0431\u0438\u0440\u0430\u0447 \u043D\u0430 \u0442\u0435\u043A\u043E\u0432\u0435\u043D \u043F\u0440\u0438\u043A\u0430\u0437"]},{msgid:"Enter your name",msgstr:["\u0412\u043D\u0435\u0441\u0435\u0442\u0435 \u0433\u043E \u0432\u0430\u0448\u0435\u0442\u043E \u0438\u043C\u0435"]},{msgid:"Existing version",msgstr:["\u041C\u043E\u043C\u0435\u043D\u0442\u0430\u043B\u043D\u0430 \u0432\u0435\u0440\u0437\u0438\u0458\u0430"]},{msgid:"Failed to set nickname.",msgstr:["\u041D\u0435\u0443\u0441\u043F\u0435\u0448\u043D\u043E \u043F\u043E\u0441\u0442\u0430\u0432\u0443\u0432\u0430\u045A\u0435 \u043F\u0440\u0435\u043A\u0430\u0440."]},{msgid:"Favorites",msgstr:["\u0424\u0430\u0432\u043E\u0440\u0438\u0442\u0438"]},{msgid:"Files and folders you mark as favorite will show up here.",msgstr:["\u0414\u0430\u0442\u043E\u0442\u0435\u043A\u0438\u0442\u0435 \u0438 \u043F\u0430\u043F\u043A\u0438\u0442\u0435 \u043A\u043E\u0458 \u045C\u0435 \u0433\u0438 \u043E\u0437\u043D\u0430\u0447\u0438\u0442\u0435 \u0437\u0430 \u043E\u043C\u0438\u043B\u0435\u043D\u0438 \u045C\u0435 \u0441\u0435 \u043F\u043E\u0458\u0430\u0432\u0430\u0442 \u043E\u0432\u0434\u0435."]},{msgid:"Files and folders you recently modified will show up here.",msgstr:["\u0414\u0430\u0442\u043E\u0442\u0435\u043A\u0438\u0442\u0435 \u0438 \u043F\u0430\u043F\u043A\u0438\u0442\u0435 \u043A\u043E\u0458 \u043D\u0435\u043E\u0434\u0430\u043C\u043D\u0430 \u0441\u0442\u0435 \u0433\u0438 \u0438\u0437\u043C\u0435\u043D\u0438\u043B\u0435 \u045C\u0435 \u0441\u0435 \u043F\u043E\u0458\u0430\u0432\u0430\u0442 \u043E\u0432\u0434\u0435."]},{msgid:"Filter file list",msgstr:["\u0424\u0438\u043B\u0442\u0440\u0438\u0440\u0430\u0458 \u043B\u0438\u0441\u0442\u0430 \u043D\u0430 \u0434\u0430\u0442\u043E\u0442\u0435\u043A\u0438"]},{msgid:"Folder name cannot be empty.",msgstr:["\u0418\u043C\u0435\u0442\u043E \u043D\u0430 \u043F\u0430\u043F\u043A\u0430\u0442\u0430 \u043D\u0435\u043C\u043E\u0436\u0435 \u0434\u0430 \u0431\u0438\u0434\u0435 \u043F\u0440\u0430\u0437\u043D\u043E."]},{msgid:"Guest identification",msgstr:["\u0413\u043E\u0441\u0442\u0438\u043D\u0441\u043A\u0430 \u0438\u0434\u0435\u043D\u0442\u0438\u0444\u0438\u043A\u0430\u0446\u0438\u0458\u0430"]},{msgid:"Home",msgstr:["\u041F\u043E\u0447\u0435\u0442\u043D\u0430"]},{msgid:"If you select both versions, the incoming file will have a number added to its name.",msgstr:["\u0410\u043A\u043E \u0433\u0438 \u0438\u0437\u0431\u0435\u0440\u0435\u0448 \u0434\u0432\u0435\u0442\u0435 \u0432\u0435\u0440\u0437\u0438\u0438, \u0432\u043B\u0435\u0437\u043D\u0430\u0442\u0430 \u0434\u0430\u0442\u043E\u0442\u0435\u043A\u0430 \u045C\u0435 \u0434\u043E\u0431\u0438\u0435 \u0431\u0440\u043E\u0458 \u0434\u043E\u0434\u0430\u0434\u0435\u043D \u043D\u0430 \u043D\u0435\u0458\u0437\u0438\u043D\u043E\u0442\u043E \u0438\u043C\u0435."]},{msgid:"Invalid name.",msgstr:["\u041D\u0435\u0432\u0430\u043B\u0438\u0434\u043D\u043E \u0438\u043C\u0435."]},{msgid:"Last modified date unknown",msgstr:["\u0414\u0430\u0442\u0443\u043C\u043E\u0442 \u043D\u0430 \u043F\u043E\u0441\u043B\u0435\u0434\u043D\u0430 \u0438\u0437\u043C\u0435\u043D\u0430 \u0435 \u043D\u0435\u043F\u043E\u0437\u043D\u0430\u0442"]},{msgid:"Modified",msgstr:["\u041F\u0440\u043E\u043C\u0435\u043D\u0435\u0442\u043E"]},{msgid:"Move",msgstr:["\u041F\u0440\u0435\u043C\u0435\u0441\u0442\u0438"]},{msgid:"Move to {target}",msgstr:["\u041F\u0440\u0435\u043C\u0435\u0441\u0442\u0438 \u0432\u043E {target}"]},{msgid:"Name",msgstr:["\u0418\u043C\u0435"]},{msgid:"Names may be at most 64 characters long.",msgstr:["\u0418\u043C\u0438\u045A\u0430\u0442\u0430 \u043C\u043E\u0436\u0430\u0442 \u0434\u0430 \u0431\u0438\u0434\u0430\u0442 \u043D\u0430\u0458\u043C\u043D\u043E\u0433\u0443 \u0441\u043E 64 \u043A\u0430\u0440\u0430\u043A\u0442\u0435\u0440\u0438."]},{msgid:"Names must not be empty.",msgstr:["\u0418\u043C\u0438\u045A\u0430\u0442\u0430 \u043D\u0435\u043C\u043E\u0436\u0435 \u0434\u0430 \u0431\u0438\u0434\u0430\u0442 \u043F\u0440\u0430\u0437\u043D\u0438."]},{msgid:'Names must not end with "{extension}".',msgstr:['\u0418\u043C\u0438\u045A\u0430\u0442\u0430 \u043D\u0435\u043C\u043E\u0436\u0435 \u0434\u0430 \u0437\u0430\u0432\u0440\u0448\u0443\u0432\u0430\u0430\u0442 \u0441\u043E "{extension}".']},{msgid:"Names must not start with a dot.",msgstr:["\u0418\u043C\u0438\u045A\u0430\u0442\u0430 \u043D\u0435\u043C\u043E\u0436\u0435 \u0434\u0430 \u0437\u0430\u043F\u043E\u0447\u043D\u0443\u0432\u0430\u0430\u0442 \u0441\u043E \u0442\u043E\u0447\u043A\u0430."]},{msgid:"New",msgstr:["\u041D\u043E\u0432\u0430"]},{msgid:"New folder",msgstr:["\u041D\u043E\u0432\u0430 \u043F\u0430\u043F\u043A\u0430"]},{msgid:"New folder name",msgstr:["\u041D\u043E\u0432\u043E \u0438\u043C\u0435 \u043D\u0430 \u043F\u0430\u043F\u043A\u0430"]},{msgid:"New version",msgstr:["\u041D\u043E\u0432\u0430 \u0432\u0435\u0440\u0437\u0438\u0458\u0430"]},{msgid:"No files in here",msgstr:["\u041E\u0432\u0434\u0435 \u043D\u0435\u043C\u0430 \u0434\u0430\u0442\u043E\u0442\u0435\u043A\u0438"]},{msgid:"No files matching your filter were found.",msgstr:["\u041D\u0435 \u0441\u0435 \u043F\u0440\u043E\u043D\u0430\u0458\u0434\u0435\u043D\u0438 \u0434\u0430\u0442\u043E\u0442\u0435\u043A\u0438 \u0448\u0442\u043E \u043E\u0434\u0433\u043E\u0432\u0430\u0440\u0430\u0430\u0442 \u043D\u0430 \u0432\u0430\u0448\u0438\u043E\u0442 \u0444\u0438\u043B\u0442\u0435\u0440."]},{msgid:"No matching files",msgstr:["\u041D\u0435\u043C\u0430 \u0434\u0430\u0442\u043E\u0442\u0435\u043A\u0438 \u0448\u0442\u043E \u0441\u0435 \u0441\u043E\u0432\u043F\u0430\u0453\u0430\u0430\u0442"]},{msgid:"Please enter a name with at least 2 characters.",msgstr:["\u0412\u043D\u0435\u0441\u0435\u0442\u0435 \u0438\u043C\u0435 \u0441\u043E \u043D\u0430\u0458\u043C\u0430\u043B\u043A\u0443 2 \u043A\u0430\u0440\u0430\u043A\u0442\u0435\u0440\u0438."]},{msgid:"Recent",msgstr:["\u041D\u0435\u043E\u0434\u0430\u043C\u043D\u0435\u0448\u043D\u0438"]},{msgid:"Select all checkboxes",msgstr:["\u0418\u0437\u0431\u0435\u0440\u0438 \u0433\u0438 \u0441\u0438\u0442\u0435 \u043F\u043E\u043B\u0438\u045A\u0430 \u0437\u0430 \u0438\u0437\u0431\u043E\u0440"]},{msgid:"Select all entries",msgstr:["\u0418\u0437\u0431\u0435\u0440\u0435\u0442\u0435 \u0433\u0438 \u0441\u0438\u0442\u0435 \u0437\u0430\u043F\u0438\u0441\u0438"]},{msgid:"Select all existing files",msgstr:["\u0418\u0437\u0431\u0435\u0440\u0435\u0442\u0435 \u0433\u0438 \u0441\u0438\u0442\u0435 \u043F\u043E\u0441\u0442\u043E\u0435\u0447\u043A\u0438 \u0434\u0430\u0442\u043E\u0442\u0435\u043A\u0438"]},{msgid:"Select all new files",msgstr:["\u0418\u0437\u0431\u0435\u0440\u0435\u0442\u0435 \u0433\u0438 \u0441\u0438\u0442\u0435 \u043D\u043E\u0432\u0438 \u0434\u0430\u0442\u043E\u0442\u0435\u043A\u0438"]},{msgid:"Select entry",msgstr:["\u0418\u0437\u0431\u0435\u0440\u0438 \u0437\u0430\u043F\u0438\u0441"]},{msgid:"Select the row for {nodename}",msgstr:["\u0418\u0437\u0431\u0435\u0440\u0438 \u0440\u0435\u0434 \u0437\u0430 {nodename}"]},{msgid:"Size",msgstr:["\u0413\u043E\u043B\u0435\u043C\u0438\u043D\u0430"]},{msgid:"Skip %n file",msgid_plural:"Skip %n files",msgstr:["\u041F\u0440\u0435\u0441\u043A\u043E\u043A\u043D\u0438 %n \u0434\u0430\u0442\u043E\u0442\u0435\u043A\u0430","\u041F\u0440\u0435\u0441\u043A\u043E\u043A\u043D\u0438 %n \u0434\u0430\u0442\u043E\u0442\u0435\u043A\u0438"]},{msgid:"Skip this file",msgstr:["\u041F\u0440\u0435\u0441\u043A\u043E\u043A\u043D\u0438 \u0458\u0430 \u043E\u0432\u0430\u0430 \u0434\u0430\u0442\u043E\u0442\u0435\u043A\u0430"]},{msgid:"Submit name",msgstr:["\u0418\u0441\u043F\u0440\u0430\u0442\u0438 \u0438\u043C\u0435"]},{msgid:"Undo",msgstr:["\u0412\u0440\u0430\u0442\u0438"]},{msgid:"Upload some content or sync with your devices!",msgstr:["\u041F\u0440\u0438\u043A\u0430\u0447\u0438 \u0441\u043E\u0434\u0440\u0436\u0438\u043D\u0430 \u0438\u043B\u0438 \u0441\u0438\u043D\u0445\u0440\u043E\u043D\u0438\u0437\u0438\u0440\u0430\u0458 \u0441\u043E \u0432\u0430\u0448\u0438 \u0443\u0440\u0435\u0434\u0438!"]},{msgid:"When an incoming folder is selected, any conflicting files within it will also be overwritten.",msgstr:["\u041A\u043E\u0433\u0430 \u0435 \u0438\u0437\u0431\u0440\u0430\u043D\u0430 \u0432\u043B\u0435\u0437\u043D\u0430 \u043F\u0430\u043F\u043A\u0430, \u0441\u0438\u0442\u0435 \u043A\u043E\u043D\u0444\u043B\u0438\u043A\u0442\u043D\u0438 \u0434\u0430\u0442\u043E\u0442\u0435\u043A\u0438 \u0432\u043E \u043D\u0435\u0430 \u0438\u0441\u0442\u043E \u0442\u0430\u043A\u0430 \u045C\u0435 \u0431\u0438\u0434\u0430\u0442 \u043F\u0440\u0435\u043F\u0438\u0448\u0430\u043D\u0438."]},{msgid:"When an incoming folder is selected, the content is written into the existing folder and a recursive conflict resolution is performed.",msgstr:["\u041A\u043E\u0433\u0430 \u0435 \u0438\u0437\u0431\u0440\u0430\u043D\u0430 \u0432\u043B\u0435\u0437\u043D\u0430 \u043F\u0430\u043F\u043A\u0430, \u0441\u043E\u0434\u0440\u0436\u0438\u043D\u0430\u0442\u0430 \u0441\u0435 \u0437\u0430\u043F\u0438\u0448\u0443\u0432\u0430 \u0432\u043E \u043F\u043E\u0441\u0442\u043E\u0435\u0447\u043A\u0430\u0442\u0430 \u043F\u0430\u043F\u043A\u0430 \u0438 \u0441\u0435 \u0438\u0437\u0432\u0440\u0448\u0443\u0432\u0430 \u0440\u0435\u043A\u0443\u0440\u0441\u0438\u0432\u043D\u043E \u0440\u0435\u0448\u0430\u0432\u0430\u045A\u0435 \u043D\u0430 \u043A\u043E\u043D\u0444\u043B\u0438\u043A\u0442\u0438."]},{msgid:"Which files do you want to keep?",msgstr:["\u041A\u043E\u0458 \u0434\u0430\u0442\u043E\u0442\u0435\u043A\u0438 \u0441\u0430\u043A\u0430\u0448 \u0434\u0430 \u0433\u0438 \u0437\u0430\u0447\u0443\u0432\u0430\u0448?"]},{msgid:"You are currently identified as {nickname}.",msgstr:["\u041C\u043E\u043C\u0435\u043D\u0442\u0430\u043B\u043D\u043E \u0441\u0442\u0435 \u0438\u0434\u0435\u043D\u0442\u0438\u0444\u0438\u043A\u0443\u0432\u0430\u043D\u0438 \u043A\u0430\u043A\u043E {nickname}."]},{msgid:"You are currently not identified.",msgstr:["\u041C\u043E\u043C\u0435\u043D\u0442\u0430\u043B\u043D\u043E \u043D\u0435 \u0441\u0442\u0435 \u0438\u0434\u0435\u043D\u0442\u0438\u0444\u0438\u043A\u0443\u0432\u0430\u043D\u0438."]},{msgid:"You cannot leave the name empty.",msgstr:["\u041D\u0435 \u043C\u043E\u0436\u0435\u0442\u0435 \u0434\u0430 \u0433\u043E \u043E\u0441\u0442\u0430\u0432\u0438\u0442\u0435 \u0438\u043C\u0435\u0442\u043E \u043F\u0440\u0430\u0437\u043D\u043E."]},{msgid:"You need to choose at least one conflict solution",msgstr:["\u0422\u0440\u0435\u0431\u0430 \u0434\u0430 \u0438\u0437\u0431\u0435\u0440\u0435\u0448 \u043D\u0430\u0458\u043C\u0430\u043B\u043A\u0443 \u0435\u0434\u043D\u043E \u0440\u0435\u0448\u0435\u043D\u0438\u0435 \u0437\u0430 \u043A\u043E\u043D\u0444\u043B\u0438\u043A\u0442"]},{msgid:"You need to select at least one version of each file to continue.",msgstr:["\u0422\u0440\u0435\u0431\u0430 \u0434\u0430 \u0438\u0437\u0431\u0435\u0440\u0435\u0448 \u043D\u0430\u0458\u043C\u0430\u043B\u043A\u0443 \u0435\u0434\u043D\u0430 \u0432\u0435\u0440\u0437\u0438\u0458\u0430 \u0437\u0430 \u0441\u0435\u043A\u043E\u0458\u0430 \u0434\u0430\u0442\u043E\u0442\u0435\u043A\u0430 \u0437\u0430 \u0434\u0430 \u043F\u0440\u043E\u0434\u043E\u043B\u0436\u0438."]}]},{language:"ms_MY",translations:[{msgid:'"{name}" is an invalid folder name.',msgstr:['"{name}" adalah nama folder yang tidak sesuai ']},{msgid:'"{name}" is not an allowed folder name',msgstr:['"{name}" nama folder yang tidak dibenarkan']},{msgid:'"/" is not allowed inside a folder name.',msgstr:['"/" tidak dibenarkan dalam nama folder']},{msgid:"All files",msgstr:["Semua fail"]},{msgid:"Choose",msgstr:["Pilih"]},{msgid:"Choose {file}",msgstr:["Pilih {file}"]},{msgid:"Choose %n file",msgid_plural:"Choose %n files",msgstr:["Pilih fail %n"]},{msgid:"Copy",msgstr:["menyalin"]},{msgid:"Copy to {target}",msgstr:["menyalin ke {target}"]},{msgid:"Could not create the new folder",msgstr:["Tidak dapat mewujudkan folder baharu"]},{msgid:"Could not load files settings",msgstr:["Tidak dapat memuatkan tetapan fail"]},{msgid:"Could not load files views",msgstr:["Tidak dapat memuatkan paparan fail"]},{msgid:"Create directory",msgstr:["mewujudkan direktori"]},{msgid:"Current view selector",msgstr:["pemilih pandangan semasa"]},{msgid:"Favorites",msgstr:["Pilihan"]},{msgid:"Files and folders you mark as favorite will show up here.",msgstr:["Fail dan folder yang anda tanda sebagai pilihan akan dipaparkan di sini."]},{msgid:"Files and folders you recently modified will show up here.",msgstr:["Fail dan folder yang anda telah ubah suai baru-baru ini dipaparkan di sini."]},{msgid:"Filter file list",msgstr:["Menapis senarai fail"]},{msgid:"Folder name cannot be empty.",msgstr:["Nama folder tidak boleh kosong."]},{msgid:"Home",msgstr:["Utama"]},{msgid:"Modified",msgstr:["Ubah suai"]},{msgid:"Move",msgstr:["pindah"]},{msgid:"Move to {target}",msgstr:["pindah ke {target}"]},{msgid:"Name",msgstr:["Nama"]},{msgid:"New",msgstr:["Baru"]},{msgid:"New folder",msgstr:["Folder Baharu"]},{msgid:"New folder name",msgstr:["Nama folder baharu"]},{msgid:"No files in here",msgstr:["Tiada fail di sini"]},{msgid:"No files matching your filter were found.",msgstr:["Tiada fail yang sepadan dengan tapisan anda."]},{msgid:"No matching files",msgstr:["Tiada fail yang sepadan"]},{msgid:"Recent",msgstr:["baru-baru ini"]},{msgid:"Select all entries",msgstr:["Pilih semua entri"]},{msgid:"Select entry",msgstr:["Pilih entri"]},{msgid:"Select the row for {nodename}",msgstr:["memilih baris {nodename}"]},{msgid:"Size",msgstr:["Saiz"]},{msgid:"Undo",msgstr:["buat asal"]},{msgid:"Upload some content or sync with your devices!",msgstr:["Muat naik beberapa kandungan atau selaras dengan peranti anda!"]}]},{language:"nb_NO",translations:[{msgid:'"{char}" is not allowed inside a name.',msgstr:['"{char}" er ikke tillatt i et navn.']},{msgid:'"{extension}" is not an allowed name.',msgstr:['"{extension}" er ikke et tillatt navn.']},{msgid:'"{name}" is an invalid folder name.',msgstr:["\xAB{name}\xBB er ikke et gyldig mappenavn."]},{msgid:'"{name}" is not an allowed folder name',msgstr:["\xAB{name}\xBB er ikke et tillatt mappenavn."]},{msgid:'"{segment}" is a reserved name and not allowed.',msgstr:['"{segment}" er et reservert navn og er ikke tillatt.']},{msgid:'"/" is not allowed inside a folder name.',msgstr:['"/" er ikke tillatt inne i et mappenavn.']},{msgid:"All files",msgstr:["Alle filer"]},{msgid:"Cancel",msgstr:["Avbryt"]},{msgid:"Choose",msgstr:["Velg"]},{msgid:"Choose {file}",msgstr:["Velg {file}"]},{msgid:"Choose %n file",msgid_plural:"Choose %n files",msgstr:["Velg %n fil","Velg %n filer"]},{msgid:"Copy",msgstr:["Kopier"]},{msgid:"Copy to {target}",msgstr:["Kopier til {target}"]},{msgid:"Could not create the new folder",msgstr:["Kunne ikke opprette den nye mappen"]},{msgid:"Could not load files settings",msgstr:["Kunne ikke laste filinnstillinger"]},{msgid:"Could not load files views",msgstr:["Kunne ikke laste filvisninger"]},{msgid:"Create directory",msgstr:["Opprett mappe"]},{msgid:"Current view selector",msgstr:["N\xE5v\xE6rende visningsvelger"]},{msgid:"Enter your name",msgstr:["Skriv inn navnet ditt"]},{msgid:"Failed to set nickname.",msgstr:["Kunne ikke lagre kallenavnet."]},{msgid:"Favorites",msgstr:["Favoritter"]},{msgid:"Files and folders you mark as favorite will show up here.",msgstr:["Filer og mapper du markerer som favoritter vil vises her."]},{msgid:"Files and folders you recently modified will show up here.",msgstr:["Filer og mapper du nylig har endret, vil vises her."]},{msgid:"Filter file list",msgstr:["Filtrer filliste"]},{msgid:"Folder name cannot be empty.",msgstr:["Mappenavn kan ikke v\xE6re tomt."]},{msgid:"Guest identification",msgstr:["Gjesteidentifikasjon"]},{msgid:"Home",msgstr:["Hjem"]},{msgid:"Invalid name.",msgstr:["Ugyldig navn."]},{msgid:"Modified",msgstr:["Modifisert"]},{msgid:"Move",msgstr:["Flytt"]},{msgid:"Move to {target}",msgstr:["Flytt til {target}"]},{msgid:"Name",msgstr:["Navn"]},{msgid:"Names must not be empty.",msgstr:["Navn kan ikke v\xE6re tomme."]},{msgid:'Names must not end with "{extension}".',msgstr:['Navn kan ikke ende med "{extension}".']},{msgid:"Names must not start with a dot.",msgstr:["Navn kan ikke starte med et punktum."]},{msgid:"New",msgstr:["Ny"]},{msgid:"New folder",msgstr:["Ny mappe"]},{msgid:"New folder name",msgstr:["Nytt mappenavn"]},{msgid:"No files in here",msgstr:["Ingen filer her"]},{msgid:"No files matching your filter were found.",msgstr:["Ingen filer funnet med ditt filter."]},{msgid:"No matching files",msgstr:["Ingen filer samsvarer"]},{msgid:"Please enter a name with at least 2 characters.",msgstr:["Vennligst angi et navn som har minst 2 tegn."]},{msgid:"Recent",msgstr:["Nylige"]},{msgid:"Select all entries",msgstr:["Velg alle oppf\xF8ringer"]},{msgid:"Select entry",msgstr:["Velg oppf\xF8ring"]},{msgid:"Select the row for {nodename}",msgstr:["Velg raden for {nodename}"]},{msgid:"Size",msgstr:["St\xF8rrelse"]},{msgid:"Submit name",msgstr:["Bekreft navn"]},{msgid:"Undo",msgstr:["Angre"]},{msgid:"Upload some content or sync with your devices!",msgstr:["Last opp innhold eller synkroniser med enhetene dine!"]},{msgid:"You are currently identified as {nickname}.",msgstr:["Du er akkurat n\xE5 identifisert som {nickname}."]},{msgid:"You are currently not identified.",msgstr:["Du er akkurat n\xE5 ikke identifisert."]},{msgid:"You cannot leave the name empty.",msgstr:["Du kan ikke la navnet v\xE6re blankt."]}]},{language:"nl",translations:[{msgid:'"{char}" is not allowed inside a name.',msgstr:['"{char}" kan niet gebruikt worden in de benaming.']},{msgid:'"{extension}" is not an allowed name.',msgstr:['"{extension}" is geen toegestane naam.']},{msgid:'"{name}" is an invalid folder name.',msgstr:['"{name}" is een ongeldige mapnaam.']},{msgid:'"{name}" is not an allowed folder name',msgstr:['"{name}" is geen toegestane mapnaam']},{msgid:'"{segment}" is a reserved name and not allowed.',msgstr:['"{segment}" is een gereserveerde naam en niet toegestaan.']},{msgid:'"/" is not allowed inside a folder name.',msgstr:['"/" is niet toegestaan binnen een bestandsnaam']},{msgid:"All files",msgstr:["Alle bestanden"]},{msgid:"Cancel",msgstr:["Annuleren"]},{msgid:"Choose",msgstr:["Kiezen"]},{msgid:"Choose {file}",msgstr:["Kies {file}"]},{msgid:"Choose %n file",msgid_plural:"Choose %n files",msgstr:["Kies %n bestand","Kies %n bestanden"]},{msgid:"Copy",msgstr:["Kopi\xEBren"]},{msgid:"Copy to {target}",msgstr:["Kopi\xEBren naar {target}"]},{msgid:"Could not create the new folder",msgstr:["Kon de nieuwe map niet maken"]},{msgid:"Could not load files settings",msgstr:["Kon de bestandsinstellingen niet laden"]},{msgid:"Could not load files views",msgstr:["Kon de bestandsweergaves niet laden"]},{msgid:"Create directory",msgstr:["Map aanmaken"]},{msgid:"Current view selector",msgstr:["Huidige weergave keuze"]},{msgid:"Enter your name",msgstr:["Voer je naam in"]},{msgid:"Failed to set nickname.",msgstr:["Kon geen bijnaam instellen."]},{msgid:"Favorites",msgstr:["Favorieten"]},{msgid:"Files and folders you mark as favorite will show up here.",msgstr:["Bestanden en mappen die je als favoriet markeert, verschijnen hier."]},{msgid:"Files and folders you recently modified will show up here.",msgstr:["Bestanden en mappen die je recentelijk hebt gewijzigd, verschijnen hier."]},{msgid:"Filter file list",msgstr:["Bestandslijst filteren"]},{msgid:"Folder name cannot be empty.",msgstr:["Mapnaam mag niet leeg zijn."]},{msgid:"Guest identification",msgstr:["Gastenidentificatie"]},{msgid:"Home",msgstr:["Thuis"]},{msgid:"Invalid name.",msgstr:["Ongeldige naam."]},{msgid:"Modified",msgstr:["Gewijzigd"]},{msgid:"Move",msgstr:["Verplaatsen"]},{msgid:"Move to {target}",msgstr:["Verplaatsen naar {target}"]},{msgid:"Name",msgstr:["Naam"]},{msgid:"Names must not be empty.",msgstr:["Namen mogen niet leeg zijn."]},{msgid:'Names must not end with "{extension}".',msgstr:['Namen mogen niet eindigen met "{extension}".']},{msgid:"Names must not start with a dot.",msgstr:["Namen mogen niet begonnen met een punt."]},{msgid:"New",msgstr:["Nieuw"]},{msgid:"New folder",msgstr:["Nieuwe map"]},{msgid:"New folder name",msgstr:["Nieuwe mapnaam"]},{msgid:"No files in here",msgstr:["Geen bestanden hier"]},{msgid:"No files matching your filter were found.",msgstr:["Geen bestanden gevonden die voldoen aan je filter."]},{msgid:"No matching files",msgstr:["Geen overeenkomende bestanden"]},{msgid:"Please enter a name with at least 2 characters.",msgstr:["Voer een naam in met minimaal 2 tekens."]},{msgid:"Recent",msgstr:["Recent"]},{msgid:"Select all entries",msgstr:["Alle invoer selecteren"]},{msgid:"Select entry",msgstr:["Invoer selecteren"]},{msgid:"Select the row for {nodename}",msgstr:["Selecteer de rij voor {nodename}"]},{msgid:"Size",msgstr:["Grootte"]},{msgid:"Submit name",msgstr:["Naam indienen"]},{msgid:"Undo",msgstr:["Ongedaan maken"]},{msgid:"Upload some content or sync with your devices!",msgstr:["Upload inhoud of synchroniseer met je apparaten!"]},{msgid:"You are currently identified as {nickname}.",msgstr:["Je wordt momenteel ge\xEFdentificeerd als {nickname}."]},{msgid:"You are currently not identified.",msgstr:["Je bent momenteel niet ge\xEFdentificeerd."]},{msgid:"You cannot leave the name empty.",msgstr:["Je kunt de naam niet leeg laten."]}]},{language:"pl",translations:[{msgid:'"{char}" is not allowed inside a name.',msgstr:['"{char}" nie jest dozwolone w nazwie.']},{msgid:'"{extension}" is not an allowed name.',msgstr:['"{extension}" nie jest dozwolon\u0105 nazw\u0105.']},{msgid:'"{name}" is an invalid folder name.',msgstr:['"{name}" jest nieprawid\u0142ow\u0105 nazw\u0105 folderu']},{msgid:'"{name}" is not an allowed folder name',msgstr:['"{name}" nie jest dozwolon\u0105 nazw\u0105 folderu']},{msgid:'"{segment}" is a reserved name and not allowed.',msgstr:['"{segment}" jest zastrze\u017Con\u0105 nazw\u0105 i nie jest dozwolone.']},{msgid:'"/" is not allowed inside a folder name.',msgstr:['Znak "/" nie jest dozwolony w nazwie folderu']},{msgid:"All files",msgstr:["Wszystkie pliki"]},{msgid:"Cancel",msgstr:["Anuluj"]},{msgid:"Choose",msgstr:["Wybierz"]},{msgid:"Choose {file}",msgstr:["Wybierz {file}"]},{msgid:"Choose %n file",msgid_plural:"Choose %n files",msgstr:["Wybierz %n plik","Wybierz %n pliki","Wybierz %n plik\xF3w","Wybierz %n plik\xF3w"]},{msgid:"Copy",msgstr:["Kopiuj"]},{msgid:"Copy to {target}",msgstr:["Skopiuj do {target}"]},{msgid:"Could not create the new folder",msgstr:["Nie mo\u017Cna utworzy\u0107 nowego folderu"]},{msgid:"Could not load files settings",msgstr:["Nie mo\u017Cna wczyta\u0107 ustawie\u0144 plik\xF3w"]},{msgid:"Could not load files views",msgstr:["Nie mo\u017Cna wczyta\u0107 widok\xF3w plik\xF3w"]},{msgid:"Create directory",msgstr:["Utw\xF3rz katalog"]},{msgid:"Current view selector",msgstr:["Bie\u017C\u0105cy selektor widoku"]},{msgid:"Enter your name",msgstr:["Wprowad\u017A nazw\u0119"]},{msgid:"Failed to set nickname.",msgstr:["Nie uda\u0142o si\u0119 utworzy\u0107 pseudonimu."]},{msgid:"Favorites",msgstr:["Ulubione"]},{msgid:"Files and folders you mark as favorite will show up here.",msgstr:["Pliki i foldery kt\xF3re oznaczysz jako ulubione b\u0119d\u0105 wy\u015Bwietla\u0142y si\u0119 tutaj"]},{msgid:"Files and folders you recently modified will show up here.",msgstr:["Pliki i foldery kt\xF3re ostatnio modyfikowa\u0142e\u015B b\u0119d\u0105 wy\u015Bwietla\u0142y si\u0119 tutaj"]},{msgid:"Filter file list",msgstr:["Filtruj list\u0119 plik\xF3w"]},{msgid:"Folder name cannot be empty.",msgstr:["Nazwa folderu nie mo\u017Ce by\u0107 pusta"]},{msgid:"Guest identification",msgstr:["Identyfikacja go\u015Bcia"]},{msgid:"Home",msgstr:["Strona g\u0142\xF3wna"]},{msgid:"Invalid name.",msgstr:["Nieprawid\u0142owa nazwa."]},{msgid:"Modified",msgstr:["Zmodyfikowano"]},{msgid:"Move",msgstr:["Przenie\u015B"]},{msgid:"Move to {target}",msgstr:["Przejd\u017A do {target}"]},{msgid:"Name",msgstr:["Nazwa"]},{msgid:"Names must not be empty.",msgstr:["Nazwy nie mog\u0105 by\u0107 puste."]},{msgid:'Names must not end with "{extension}".',msgstr:['Nazwy nie mog\u0105 ko\u0144czy\u0107 si\u0119 na "{extension}".']},{msgid:"Names must not start with a dot.",msgstr:["Nazwy nie mog\u0105 zaczyna\u0107 si\u0119 od kropki."]},{msgid:"New",msgstr:["Nowy"]},{msgid:"New folder",msgstr:["Nowy folder"]},{msgid:"New folder name",msgstr:["Nowa nazwa folderu"]},{msgid:"No files in here",msgstr:["Brak plik\xF3w"]},{msgid:"No files matching your filter were found.",msgstr:["Nie znaleziono plik\xF3w spe\u0142niaj\u0105cych warunki filtru"]},{msgid:"No matching files",msgstr:["Brak pasuj\u0105cych plik\xF3w"]},{msgid:"Please enter a name with at least 2 characters.",msgstr:["Wprowad\u017A nazw\u0119 zawieraj\u0105c\u0105 minimum 2 znaki."]},{msgid:"Recent",msgstr:["Ostatni"]},{msgid:"Select all entries",msgstr:["Wybierz wszystkie wpisy"]},{msgid:"Select entry",msgstr:["Wybierz wpis"]},{msgid:"Select the row for {nodename}",msgstr:["Wybierz wiersz dla {nodename}"]},{msgid:"Size",msgstr:["Rozmiar"]},{msgid:"Submit name",msgstr:["Zatwierd\u017A nazw\u0119"]},{msgid:"Undo",msgstr:["Cofnij"]},{msgid:"Upload some content or sync with your devices!",msgstr:["Wy\u015Blij zawarto\u015B\u0107 lub zsynchronizuj ze swoimi urz\u0105dzeniami!"]},{msgid:"You are currently not identified.",msgstr:["U\u017Cytkownik nie zosta\u0142 uwierzytelniony."]},{msgid:"You cannot leave the name empty.",msgstr:["Nazwa nie mo\u017Ce by\u0107 pusta."]}]},{language:"pt_BR",translations:[{msgid:'"{char}" is not allowed inside a name.',msgstr:['"{char}" n\xE3o \xE9 permitido dentro de um nome.']},{msgid:'"{extension}" is not an allowed name.',msgstr:['"{extension}" n\xE3o \xE9 um nome permitido.']},{msgid:'"{name}" is an invalid folder name.',msgstr:['"{name}" \xE9 um nome de pasta inv\xE1lido.']},{msgid:'"{name}" is not an allowed folder name',msgstr:['"{name}" n\xE3o \xE9 um nome de pasta permitido']},{msgid:'"{segment}" is a reserved name and not allowed.',msgstr:['"{segment}" \xE9 um nome reservado e n\xE3o permitido.']},{msgid:'"/" is not allowed inside a folder name.',msgstr:['"/" n\xE3o \xE9 permitido dentro de um nome de pasta.']},{msgid:"All files",msgstr:["Todos os arquivos"]},{msgid:"Cancel",msgstr:["Cancelar"]},{msgid:"Choose",msgstr:["Escolher"]},{msgid:"Choose {file}",msgstr:["Escolher {file}"]},{msgid:"Choose %n file",msgid_plural:"Choose %n files",msgstr:["Escolher %n arquivo","Escolher %n arquivos","Escolher %n arquivos"]},{msgid:"Copy",msgstr:["Copiar"]},{msgid:"Copy to {target}",msgstr:["Copiar para {target}"]},{msgid:"Could not create the new folder",msgstr:["N\xE3o foi poss\xEDvel criar a nova pasta"]},{msgid:"Could not load files settings",msgstr:["N\xE3o foi poss\xEDvel carregar configura\xE7\xF5es de arquivos"]},{msgid:"Could not load files views",msgstr:["N\xE3o foi poss\xEDvel carregar visuali\xE7\xF5es de arquivos"]},{msgid:"Create directory",msgstr:["Criar diret\xF3rio"]},{msgid:"Current view selector",msgstr:["Seletor de visualiza\xE7\xE3o atual"]},{msgid:"Enter your name",msgstr:["Digite seu nome"]},{msgid:"Failed to set nickname.",msgstr:["Falha ao definir apelido."]},{msgid:"Favorites",msgstr:["Favoritos"]},{msgid:"Files and folders you mark as favorite will show up here.",msgstr:["Os arquivos e pastas que voc\xEA marca como favoritos aparecer\xE3o aqui."]},{msgid:"Files and folders you recently modified will show up here.",msgstr:["Arquivos e pastas que voc\xEA modificou recentemente aparecer\xE3o aqui."]},{msgid:"Filter file list",msgstr:["Filtrar lista de arquivos"]},{msgid:"Folder name cannot be empty.",msgstr:["O nome da pasta n\xE3o pode ser vazio."]},{msgid:"Guest identification",msgstr:["Identifica\xE7\xE3o de convidados"]},{msgid:"Home",msgstr:["In\xEDcio"]},{msgid:"Invalid name.",msgstr:["Nome inv\xE1lido."]},{msgid:"Modified",msgstr:["Modificado"]},{msgid:"Move",msgstr:["Mover"]},{msgid:"Move to {target}",msgstr:["Mover para {target}"]},{msgid:"Name",msgstr:["Nome"]},{msgid:"Names may be at most 64 characters long.",msgstr:["Os nomes podem ter no m\xE1ximo 64 caracteres."]},{msgid:"Names must not be empty.",msgstr:["Nomes n\xE3o podem estar vazios."]},{msgid:'Names must not end with "{extension}".',msgstr:['Nomes n\xE3o podem terminar com "{extension}".']},{msgid:"Names must not start with a dot.",msgstr:["Nomes n\xE3o podem come\xE7ar com um ponto."]},{msgid:"New",msgstr:["Novo"]},{msgid:"New folder",msgstr:["Nova pasta"]},{msgid:"New folder name",msgstr:["Novo nome de pasta"]},{msgid:"No files in here",msgstr:["Nenhum arquivo aqui"]},{msgid:"No files matching your filter were found.",msgstr:["Nenhum arquivo correspondente ao seu filtro foi encontrado."]},{msgid:"No matching files",msgstr:["Nenhum arquivo correspondente"]},{msgid:"Please enter a name with at least 2 characters.",msgstr:["Digite um nome com pelo menos 2 caracteres."]},{msgid:"Recent",msgstr:["Recente"]},{msgid:"Select all entries",msgstr:["Selecionar todas as entradas"]},{msgid:"Select entry",msgstr:["Selecionar entrada"]},{msgid:"Select the row for {nodename}",msgstr:["Selecionar a linha para {nodename}"]},{msgid:"Size",msgstr:["Tamanho"]},{msgid:"Submit name",msgstr:["Enviar nome"]},{msgid:"Undo",msgstr:["Desfazer"]},{msgid:"Upload some content or sync with your devices!",msgstr:["Fa\xE7a upload de algum conte\xFAdo ou sincronize com seus dispositivos!"]},{msgid:"You are currently identified as {nickname}.",msgstr:["Encontra-se identificado como {nickname}"]},{msgid:"You are currently not identified.",msgstr:["No momento, voc\xEA n\xE3o est\xE1 identificado."]},{msgid:"You cannot leave the name empty.",msgstr:["Voc\xEA n\xE3o pode deixar o nome vazio."]}]},{language:"pt_PT",translations:[{msgid:'"{char}" is not allowed inside a name.',msgstr:['"{char}" n\xE3o \xE9 permitido dentro de um nome.']},{msgid:'"{extension}" is not an allowed name.',msgstr:['"{extension}" n\xE3o \xE9 um nome permitido.']},{msgid:'"{name}" is an invalid folder name.',msgstr:['"{name}" \xE9 um nome de pasta inv\xE1lido.']},{msgid:'"{name}" is not an allowed folder name',msgstr:['"{name}" n\xE3o \xE9 um nome de pasta permitido']},{msgid:'"{segment}" is a reserved name and not allowed.',msgstr:['"{segment}" \xE9 um nome reservado e n\xE3o \xE9 permitido.']},{msgid:'"/" is not allowed inside a folder name.',msgstr:['"/" n\xE3o \xE9 permitido dentro do nome de pasta.']},{msgid:"All files",msgstr:["Todos os ficheiros"]},{msgid:"Cancel",msgstr:["Cancelar"]},{msgid:"Choose",msgstr:["Escolher"]},{msgid:"Choose {file}",msgstr:["Escolher {file}"]},{msgid:"Choose %n file",msgid_plural:"Choose %n files",msgstr:["Escolha %n ficheiro","Escolha %n ficheiros","Escolha %n ficheiros"]},{msgid:"Copy",msgstr:["Copiar"]},{msgid:"Copy to {target}",msgstr:["Copiar para {target}"]},{msgid:"Could not create the new folder",msgstr:["N\xE3o foi poss\xEDvel criar a nova pasta "]},{msgid:"Could not load files settings",msgstr:["N\xE3o foi poss\xEDvel carregar as defini\xE7\xF5es dos ficheiros"]},{msgid:"Could not load files views",msgstr:["N\xE3o foi poss\xEDvel carregar as visualiza\xE7\xF5es dos ficheiros"]},{msgid:"Create directory",msgstr:["Criar pasta"]},{msgid:"Current view selector",msgstr:["Seletor de visualiza\xE7\xE3o atual"]},{msgid:"Enter your name",msgstr:["Introduza o seu nome"]},{msgid:"Failed to set nickname.",msgstr:["Falha ao definir o nome alternativo."]},{msgid:"Favorites",msgstr:["Favoritos"]},{msgid:"Files and folders you mark as favorite will show up here.",msgstr:["Os ficheiros e as pastas que marcar como favoritos aparecer\xE3o aqui."]},{msgid:"Files and folders you recently modified will show up here.",msgstr:["Os ficheiros e as pastas que modificou recentemente aparecer\xE3o aqui."]},{msgid:"Filter file list",msgstr:["Filtrar lista de ficheiros"]},{msgid:"Folder name cannot be empty.",msgstr:["O nome da pasta n\xE3o pode estar vazio."]},{msgid:"Guest identification",msgstr:["Identifica\xE7\xE3o de convidado"]},{msgid:"Home",msgstr:["In\xEDcio"]},{msgid:"Invalid name.",msgstr:["Nome inv\xE1lido."]},{msgid:"Modified",msgstr:["Modificado"]},{msgid:"Move",msgstr:["Mover"]},{msgid:"Move to {target}",msgstr:["Mover para {target}"]},{msgid:"Name",msgstr:["Nome"]},{msgid:"Names must not be empty.",msgstr:["O nome n\xE3o pode ficar em branco."]},{msgid:'Names must not end with "{extension}".',msgstr:['Nomes n\xE3o podem terminar em "{extension}".']},{msgid:"Names must not start with a dot.",msgstr:["Os nomes n\xE3o podem come\xE7ar por um ponto."]},{msgid:"New",msgstr:["Novo"]},{msgid:"New folder",msgstr:["Nova pasta"]},{msgid:"New folder name",msgstr:["Novo nome da pasta"]},{msgid:"No files in here",msgstr:["Sem ficheiros aqui"]},{msgid:"No files matching your filter were found.",msgstr:["N\xE3o foi encontrado nenhum ficheiro correspondente ao seu filtro."]},{msgid:"No matching files",msgstr:["Nenhum ficheiro correspondente"]},{msgid:"Please enter a name with at least 2 characters.",msgstr:["Introduza um nome com, pelo menos, 2 caracteres."]},{msgid:"Recent",msgstr:["Recentes"]},{msgid:"Select all entries",msgstr:["Selecionar todas as entradas"]},{msgid:"Select entry",msgstr:["Selecionar entrada"]},{msgid:"Select the row for {nodename}",msgstr:["Selecione a linha para {nodename}"]},{msgid:"Size",msgstr:["Tamanho"]},{msgid:"Submit name",msgstr:["Submeter nome"]},{msgid:"Undo",msgstr:["Anular"]},{msgid:"Upload some content or sync with your devices!",msgstr:["Envie algum conte\xFAdo ou sincronize com os seus dispositivos!"]},{msgid:"You are currently not identified.",msgstr:["Atualmente, n\xE3o est\xE1 identificado."]},{msgid:"You cannot leave the name empty.",msgstr:["N\xE3o pode deixar o nome em branco."]}]},{language:"ro",translations:[{msgid:'"{name}" is an invalid folder name.',msgstr:['"{name}" este un nume de director invalid.']},{msgid:'"{name}" is not an allowed folder name',msgstr:['"{name}" nu este un nume de director permis']},{msgid:'"/" is not allowed inside a folder name.',msgstr:['"/" nu este permis \xEEn numele unui director.']},{msgid:"All files",msgstr:["Toate fi\u0219ierele"]},{msgid:"Choose",msgstr:["Alege"]},{msgid:"Choose {file}",msgstr:["Alege {file}"]},{msgid:"Choose %n file",msgid_plural:"Choose %n files",msgstr:["Alege %n fi\u0219ier","Alege %n fi\u0219iere","Alege %n fi\u0219iere"]},{msgid:"Copy",msgstr:["Copiaz\u0103"]},{msgid:"Copy to {target}",msgstr:["Copiaz\u0103 \xEEn {target}"]},{msgid:"Could not create the new folder",msgstr:["Nu s-a putut crea noul director"]},{msgid:"Could not load files settings",msgstr:["Nu s-au putut \xEEnc\u0103rca set\u0103rile fi\u0219ierelor"]},{msgid:"Could not load files views",msgstr:["Nu s-au putut \xEEnc\u0103rca vizualiz\u0103rile fi\u0219ierelor"]},{msgid:"Create directory",msgstr:["Creeaz\u0103 director"]},{msgid:"Current view selector",msgstr:["Selectorul curent al vizualiz\u0103rii"]},{msgid:"Favorites",msgstr:["Favorite"]},{msgid:"Files and folders you mark as favorite will show up here.",msgstr:["Fi\u0219iere \u0219i directoare pe care le marca\u021Bi ca favorite vor ap\u0103rea aici."]},{msgid:"Files and folders you recently modified will show up here.",msgstr:["Fi\u0219iere \u0219i directoare pe care le-a\u021Bi modificat recent vor ap\u0103rea aici."]},{msgid:"Filter file list",msgstr:["Filtreaz\u0103 lista de fi\u0219iere"]},{msgid:"Folder name cannot be empty.",msgstr:["Numele de director nu poate fi necompletat."]},{msgid:"Home",msgstr:["Acas\u0103"]},{msgid:"Modified",msgstr:["Modificat"]},{msgid:"Move",msgstr:["Mut\u0103"]},{msgid:"Move to {target}",msgstr:["Mut\u0103 c\u0103tre {target}"]},{msgid:"Name",msgstr:["Nume"]},{msgid:"New",msgstr:["Nou"]},{msgid:"New folder",msgstr:["Director nou"]},{msgid:"New folder name",msgstr:["Numele noului director"]},{msgid:"No files in here",msgstr:["Nu exist\u0103 fi\u0219iere"]},{msgid:"No files matching your filter were found.",msgstr:["Nu exist\u0103 fi\u0219iere potrivite pentru filtrul selectat"]},{msgid:"No matching files",msgstr:["Nu exist\u0103 fi\u0219iere potrivite"]},{msgid:"Recent",msgstr:["Recente"]},{msgid:"Select all entries",msgstr:["Selecteaz\u0103 toate \xEEnregistr\u0103rile"]},{msgid:"Select entry",msgstr:["Selecteaz\u0103 \xEEnregistrarea"]},{msgid:"Select the row for {nodename}",msgstr:["Selecteaz\u0103 r\xE2ndul pentru {nodename}"]},{msgid:"Size",msgstr:["M\u0103rime"]},{msgid:"Undo",msgstr:["Anuleaz\u0103"]},{msgid:"Upload some content or sync with your devices!",msgstr:["\xCEnc\u0103rca\u021Bi con\u021Binut sau sincroniza\u021Bi cu dispozitivele dumneavoastr\u0103!"]}]},{language:"ru",translations:[{msgid:'"{char}" is not allowed inside a name.',msgstr:['"{char}" \u043D\u0435 \u0434\u043E\u043F\u0443\u0441\u043A\u0430\u0435\u0442\u0441\u044F \u0432\u043D\u0443\u0442\u0440\u0438 \u0438\u043C\u0435\u043D\u0438.']},{msgid:'"{extension}" is not an allowed name.',msgstr:['"{extension}" \u044D\u0442\u043E \u043D\u0435 \u0434\u043E\u043F\u0443\u0441\u0442\u0438\u043C\u043E\u0435 \u0438\u043C\u044F.']},{msgid:'"{name}" is an invalid folder name.',msgstr:["\xAB{name}\xBB \u2014 \u043D\u0435\u0434\u043E\u043F\u0443\u0441\u0442\u0438\u043C\u043E\u0435 \u0438\u043C\u044F \u043F\u0430\u043F\u043A\u0438."]},{msgid:'"{name}" is not an allowed folder name',msgstr:["\xAB{name}\xBB \u043D\u0435 \u044F\u0432\u043B\u044F\u0435\u0442\u0441\u044F \u0440\u0430\u0437\u0440\u0435\u0448\u0435\u043D\u043D\u044B\u043C \u0438\u043C\u0435\u043D\u0435\u043C \u043F\u0430\u043F\u043A\u0438"]},{msgid:'"{segment}" is a reserved name and not allowed.',msgstr:['"{segment}" \u044D\u0442\u043E \u0437\u0430\u0440\u0435\u0437\u0435\u0440\u0432\u0438\u0440\u043E\u0432\u0430\u043D\u043D\u043E\u0435 \u0438\u043C\u044F \u0438 \u043D\u0435 \u0434\u043E\u043F\u0443\u0441\u0442\u0438\u043C\u043E.']},{msgid:'"/" is not allowed inside a folder name.',msgstr:["\u0421\u0438\u043C\u0432\u043E\u043B \xAB/\xBB \u043D\u0435 \u0434\u043E\u043F\u0443\u0441\u043A\u0430\u0435\u0442\u0441\u044F \u0432\u043D\u0443\u0442\u0440\u0438 \u0438\u043C\u0435\u043D\u0438 \u043F\u0430\u043F\u043A\u0438."]},{msgid:"All files",msgstr:["\u0412\u0441\u0435 \u0444\u0430\u0439\u043B\u044B"]},{msgid:"Cancel",msgstr:["\u041E\u0442\u043C\u0435\u043D\u0430"]},{msgid:"Choose",msgstr:["\u0412\u044B\u0431\u0440\u0430\u0442\u044C"]},{msgid:"Choose {file}",msgstr:["\u0412\u044B\u0431\u0440\u0430\u0442\u044C \xAB{file}\xBB"]},{msgid:"Choose %n file",msgid_plural:"Choose %n files",msgstr:["\u0412\u044B\u0431\u0440\u0430\u0442\u044C %n \u0444\u0430\u0439\u043B","\u0412\u044B\u0431\u0440\u0430\u0442\u044C %n \u0444\u0430\u0439\u043B\u0430","\u0412\u044B\u0431\u0440\u0430\u0442\u044C %n \u0444\u0430\u0439\u043B\u043E\u0432","\u0412\u044B\u0431\u0440\u0430\u0442\u044C %n \u0444\u0430\u0439\u043B\u043E\u0432"]},{msgid:"Copy",msgstr:["\u041A\u043E\u043F\u0438\u0440\u043E\u0432\u0430\u0442\u044C"]},{msgid:"Copy to {target}",msgstr:["\u041A\u043E\u043F\u0438\u0440\u043E\u0432\u0430\u0442\u044C \u0432 \xAB{target}\xBB"]},{msgid:"Could not create the new folder",msgstr:["\u041D\u0435 \u0443\u0434\u0430\u043B\u043E\u0441\u044C \u0441\u043E\u0437\u0434\u0430\u0442\u044C \u043D\u043E\u0432\u0443\u044E \u043F\u0430\u043F\u043A\u0443"]},{msgid:"Could not load files settings",msgstr:["\u041D\u0435 \u0443\u0434\u0430\u043B\u043E\u0441\u044C \u0437\u0430\u0433\u0440\u0443\u0437\u0438\u0442\u044C \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0438 \u0444\u0430\u0439\u043B\u043E\u0432"]},{msgid:"Could not load files views",msgstr:["\u041D\u0435 \u0443\u0434\u0430\u043B\u043E\u0441\u044C \u0437\u0430\u0433\u0440\u0443\u0437\u0438\u0442\u044C \u043A\u043E\u043D\u0444\u0438\u0433\u0443\u0440\u0430\u0446\u0438\u044E \u043F\u0440\u043E\u0441\u043C\u043E\u0442\u0440\u0430 \u0444\u0430\u0439\u043B\u043E\u0432"]},{msgid:"Create directory",msgstr:["\u0421\u043E\u0437\u0434\u0430\u0442\u044C \u043F\u0430\u043F\u043A\u0443"]},{msgid:"Current view selector",msgstr:["\u041F\u0435\u0440\u0435\u043A\u043B\u044E\u0447\u0430\u0442\u0435\u043B\u044C \u0442\u0435\u043A\u0443\u0449\u0435\u0433\u043E \u0432\u0438\u0434\u0430"]},{msgid:"Enter your name",msgstr:["\u0412\u0432\u0435\u0434\u0438\u0442\u0435 \u0432\u0430\u0448\u0435 \u0438\u043C\u044F"]},{msgid:"Failed to set nickname.",msgstr:["\u041D\u0435 \u0443\u0434\u0430\u043B\u043E\u0441\u044C \u0437\u0430\u0434\u0430\u0442\u044C \u043D\u0438\u043A\u043D\u0435\u0439\u043C."]},{msgid:"Favorites",msgstr:["\u0418\u0437\u0431\u0440\u0430\u043D\u043D\u043E\u0435"]},{msgid:"Files and folders you mark as favorite will show up here.",msgstr:["\u0417\u0434\u0435\u0441\u044C \u0431\u0443\u0434\u0443\u0442 \u043E\u0442\u043E\u0431\u0440\u0430\u0436\u0430\u0442\u044C\u0441\u044F \u0444\u0430\u0439\u043B\u044B \u0438 \u043F\u0430\u043F\u043A\u0438, \u043A\u043E\u0442\u043E\u0440\u044B\u0435 \u0432\u044B \u043F\u043E\u043C\u0435\u0442\u0438\u043B\u0438 \u043A\u0430\u043A \u0438\u0437\u0431\u0440\u0430\u043D\u043D\u044B\u0435."]},{msgid:"Files and folders you recently modified will show up here.",msgstr:["\u0417\u0434\u0435\u0441\u044C \u0431\u0443\u0434\u0443\u0442 \u043E\u0442\u043E\u0431\u0440\u0430\u0436\u0430\u0442\u044C\u0441\u044F \u0444\u0430\u0439\u043B\u044B \u0438 \u043F\u0430\u043F\u043A\u0438, \u043A\u043E\u0442\u043E\u0440\u044B\u0435 \u0432\u044B \u043D\u0435\u0434\u0430\u0432\u043D\u043E \u0438\u0437\u043C\u0435\u043D\u0438\u043B\u0438."]},{msgid:"Filter file list",msgstr:["\u0424\u0438\u043B\u044C\u0442\u0440\u043E\u0432\u0430\u0442\u044C \u0441\u043F\u0438\u0441\u043E\u043A \u0444\u0430\u0439\u043B\u043E\u0432"]},{msgid:"Folder name cannot be empty.",msgstr:["\u0418\u043C\u044F \u043F\u0430\u043F\u043A\u0438 \u043D\u0435 \u043C\u043E\u0436\u0435\u0442 \u0431\u044B\u0442\u044C \u043F\u0443\u0441\u0442\u044B\u043C."]},{msgid:"Guest identification",msgstr:["\u0413\u043E\u0441\u0442\u0435\u0432\u0430\u044F \u0438\u0434\u0435\u043D\u0442\u0438\u0444\u0438\u043A\u0430\u0446\u0438\u044F"]},{msgid:"Home",msgstr:["\u0414\u043E\u043C\u043E\u0439"]},{msgid:"Invalid name.",msgstr:["\u041D\u0435\u0432\u0435\u0440\u043D\u043E\u0435 \u0438\u043C\u044F."]},{msgid:"Modified",msgstr:["\u0418\u0437\u043C\u0435\u043D\u0435\u043D"]},{msgid:"Move",msgstr:["\u041F\u0435\u0440\u0435\u043C\u0435\u0441\u0442\u0438\u0442\u044C"]},{msgid:"Move to {target}",msgstr:["\u041F\u0435\u0440\u0435\u043C\u0435\u0441\u0442\u0438\u0442\u044C \u0432 \xAB{target}\xBB"]},{msgid:"Name",msgstr:["\u0418\u043C\u044F"]},{msgid:"Names may be at most 64 characters long.",msgstr:["\u0418\u043C\u0435\u043D\u0430 \u043D\u0435 \u043C\u043E\u0433\u0443\u0442 \u0431\u044B\u0442\u044C \u0434\u043B\u0438\u043D\u0435\u0435 64 \u0441\u0438\u043C\u0432\u043E\u043B\u043E\u0432."]},{msgid:"Names must not be empty.",msgstr:["\u0418\u043C\u0435\u043D\u0430 \u043D\u0435 \u043C\u043E\u0433\u0443\u0442 \u0431\u044B\u0442\u044C \u043F\u0443\u0441\u0442\u044B\u043C\u0438."]},{msgid:'Names must not end with "{extension}".',msgstr:['\u0418\u043C\u0435\u043D\u0430 \u043D\u0435 \u043C\u043E\u0433\u0443\u0442 \u043E\u043A\u0430\u043D\u0447\u0438\u0432\u0430\u0442\u044C\u0441\u044F \u043D\u0430 "{extension}".']},{msgid:"Names must not start with a dot.",msgstr:["\u0418\u043C\u0435\u043D\u0430 \u0434\u043E\u043B\u0436\u043D\u044B \u043D\u0430\u0447\u0438\u043D\u0430\u0442\u044C\u0441\u044F \u0441 \u0442\u043E\u0447\u043A\u0438."]},{msgid:"New",msgstr:["\u041D\u043E\u0432\u044B\u0439"]},{msgid:"New folder",msgstr:["\u041D\u043E\u0432\u0430\u044F \u043F\u0430\u043F\u043A\u0430"]},{msgid:"New folder name",msgstr:["\u0418\u043C\u044F \u043D\u043E\u0432\u043E\u0439 \u043F\u0430\u043F\u043A\u0438"]},{msgid:"No files in here",msgstr:["\u0417\u0434\u0435\u0441\u044C \u043D\u0435\u0442 \u0444\u0430\u0439\u043B\u043E\u0432"]},{msgid:"No files matching your filter were found.",msgstr:["\u0424\u0430\u0439\u043B\u044B, \u0441\u043E\u043E\u0442\u0432\u0435\u0442\u0441\u0442\u0432\u0443\u044E\u0449\u0438\u0435 \u0432\u0430\u0448\u0435\u043C\u0443 \u0444\u0438\u043B\u044C\u0442\u0440\u0443, \u043D\u0435 \u043D\u0430\u0439\u0434\u0435\u043D\u044B."]},{msgid:"No matching files",msgstr:["\u041D\u0435\u0442 \u043F\u043E\u0434\u0445\u043E\u0434\u044F\u0449\u0438\u0445 \u0444\u0430\u0439\u043B\u043E\u0432"]},{msgid:"Please enter a name with at least 2 characters.",msgstr:["\u041F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430 \u0432\u0432\u0435\u0434\u0438\u0442\u0435 \u0438\u043C\u044F \u0434\u043B\u0438\u043D\u043E\u0439 \u043D\u0435 \u043C\u0435\u043D\u0435\u0435 2 \u0441\u0438\u043C\u0432\u043E\u043B\u043E\u0432."]},{msgid:"Recent",msgstr:["\u041D\u0435\u0434\u0430\u0432\u043D\u0438\u0439"]},{msgid:"Select all entries",msgstr:["\u0412\u044B\u0431\u0440\u0430\u0442\u044C \u0432\u0441\u0435 \u0437\u0430\u043F\u0438\u0441\u0438"]},{msgid:"Select entry",msgstr:["\u0412\u044B\u0431\u0440\u0430\u0442\u044C \u0437\u0430\u043F\u0438\u0441\u044C"]},{msgid:"Select the row for {nodename}",msgstr:["\u0412\u044B\u0431\u0440\u0430\u0442\u044C \u0441\u0442\u0440\u043E\u043A\u0443 \u0434\u043B\u044F \xAB{nodename}\xBB"]},{msgid:"Size",msgstr:["\u0420\u0430\u0437\u043C\u0435\u0440"]},{msgid:"Submit name",msgstr:["\u041E\u0442\u043F\u0440\u0430\u0432\u0438\u0442\u044C \u0438\u043C\u044F"]},{msgid:"Undo",msgstr:["\u041E\u0442\u043C\u0435\u043D\u0438\u0442\u044C"]},{msgid:"Upload some content or sync with your devices!",msgstr:["\u0417\u0430\u0433\u0440\u0443\u0437\u0438\u0442\u0435 \u043A\u043E\u043D\u0442\u0435\u043D\u0442 \u0438\u043B\u0438 \u0441\u0438\u043D\u0445\u0440\u043E\u043D\u0438\u0437\u0438\u0440\u0443\u0439\u0442\u0435 \u0435\u0433\u043E \u0441\u043E \u0441\u0432\u043E\u0438\u043C\u0438 \u0443\u0441\u0442\u0440\u043E\u0439\u0441\u0442\u0432\u0430\u043C\u0438!"]},{msgid:"You are currently identified as {nickname}.",msgstr:["\u0412\u044B \u0438\u0434\u0435\u043D\u0442\u0438\u0444\u0438\u0446\u0438\u0440\u043E\u0432\u0430\u043D\u044B \u043A\u0430\u043A {nickname}."]},{msgid:"You are currently not identified.",msgstr:["\u0412 \u0434\u0430\u043D\u043D\u044B\u0439 \u043C\u043E\u043C\u0435\u043D\u0442 \u0432\u044B \u043D\u0435 \u0438\u0434\u0435\u043D\u0442\u0438\u0444\u0438\u0446\u0438\u0440\u043E\u0432\u0430\u043D\u044B."]},{msgid:"You cannot leave the name empty.",msgstr:["\u0412\u044B \u043D\u0435 \u043C\u043E\u0436\u0435\u0442\u0435 \u043E\u0441\u0442\u0430\u0432\u0438\u0442\u044C \u0438\u043C\u044F \u043F\u0443\u0441\u0442\u044B\u043C."]}]},{language:"sk_SK",translations:[{msgid:'"{name}" is an invalid folder name.',msgstr:['"{name}" je neplatn\xFD n\xE1zov pri\u010Dinka.']},{msgid:'"{name}" is not an allowed folder name',msgstr:['"{name}" nie je povolen\xFD n\xE1zov prie\u010Dinka.']},{msgid:'"/" is not allowed inside a folder name.',msgstr:['"/" nie je povolen\xE9 v n\xE1zve prie\u010Dinka.']},{msgid:"All files",msgstr:["V\u0161etky s\xFAbory"]},{msgid:"Choose",msgstr:["Vybra\u0165"]},{msgid:"Choose {file}",msgstr:["Vybra\u0165 {s\xFAbor}"]},{msgid:"Choose %n file",msgid_plural:"Choose %n files",msgstr:["Vybran\xFD %n s\xFAbor","Vybran\xE9 %n s\xFAbory","Vybran\xFDch %n s\xFAborov","Vybran\xFDch %n s\xFAborov"]},{msgid:"Copy",msgstr:["Kop\xEDrova\u0165"]},{msgid:"Copy to {target}",msgstr:["Kop\xEDrova\u0165 do {umiestnenia}"]},{msgid:"Could not create the new folder",msgstr:["Nepodarilo sa vytvori\u0165 nov\xFD prie\u010Dinok"]},{msgid:"Could not load files settings",msgstr:["Nepodarilo sa na\u010D\xEDta\u0165 nastavenia s\xFAborov"]},{msgid:"Could not load files views",msgstr:["Nepodarilo sa na\u010D\xEDta\u0165 poh\u013Eady s\xFAborov"]},{msgid:"Create directory",msgstr:["Vytvori\u0165 adres\xE1r"]},{msgid:"Current view selector",msgstr:["V\xFDber aktu\xE1lneho zobrazenia"]},{msgid:"Favorites",msgstr:["Ob\u013E\xFAben\xE9"]},{msgid:"Files and folders you mark as favorite will show up here.",msgstr:["Tu sa zobrazia s\xFAbory a prie\u010Dinky, ktor\xE9 ozna\u010D\xEDte ako ob\u013E\xFAben\xE9."]},{msgid:"Files and folders you recently modified will show up here.",msgstr:["Tu sa zobrazia s\xFAbory a prie\u010Dinky, ktor\xE9 ste ned\xE1vno upravili."]},{msgid:"Filter file list",msgstr:["Filtrova\u0165 zoznam s\xFAborov"]},{msgid:"Folder name cannot be empty.",msgstr:["N\xE1zov prie\u010Dinka nem\xF4\u017Ee by\u0165 pr\xE1zdny."]},{msgid:"Home",msgstr:["Domov"]},{msgid:"Modified",msgstr:["Upraven\xE9"]},{msgid:"Move",msgstr:["Prejs\u0165"]},{msgid:"Move to {target}",msgstr:["Prejs\u0165 na {umiestnenie}"]},{msgid:"Name",msgstr:["N\xE1zov"]},{msgid:"New",msgstr:["Prida\u0165"]},{msgid:"New folder",msgstr:["Prida\u0165 prie\u010Dinok"]},{msgid:"New folder name",msgstr:["Prida\u0165 n\xE1zov prie\u010Dinka"]},{msgid:"No files in here",msgstr:["Nie s\xFA tu \u017Eiadne s\xFAbory"]},{msgid:"No files matching your filter were found.",msgstr:["Nena\u0161li sa \u017Eiadne s\xFAbory zodpovedaj\xFAce v\xE1\u0161mu filtru."]},{msgid:"No matching files",msgstr:["\u017Diadne zodpovedaj\xFAce s\xFAbory"]},{msgid:"Recent",msgstr:["Ned\xE1vne"]},{msgid:"Select all entries",msgstr:["Vybra\u0165 v\u0161etky polo\u017Eky"]},{msgid:"Select entry",msgstr:["Vybra\u0165 polo\u017Eku"]},{msgid:"Select the row for {nodename}",msgstr:["Vyberte riadok pre {n\xE1zov uzla}"]},{msgid:"Size",msgstr:["Ve\u013Ekos\u0165"]},{msgid:"Undo",msgstr:["Sp\xE4\u0165"]},{msgid:"Upload some content or sync with your devices!",msgstr:["Nahrajte nejak\xFD obsah alebo synchronizujte so svojimi zariadeniami!"]}]},{language:"sl",translations:[{msgid:'"{name}" is an invalid folder name.',msgstr:["{name} je neveljavno ime mape."]},{msgid:'"{name}" is not an allowed folder name',msgstr:["{name} ni dovoljeno ime mape"]},{msgid:'"/" is not allowed inside a folder name.',msgstr:['"/" ni dovoljen v imenu mape.']},{msgid:"All files",msgstr:["Vse datoteke"]},{msgid:"Choose",msgstr:["Izberi"]},{msgid:"Choose {file}",msgstr:["Izberi {file}"]},{msgid:"Choose %n file",msgid_plural:"Choose %n files",msgstr:["Izberi %n datoteko","Izberi %n datoteki","Izberi %n datotek","Izberi %n datotek"]},{msgid:"Copy",msgstr:["Kopiraj"]},{msgid:"Copy to {target}",msgstr:["Kopiraj v {target}"]},{msgid:"Could not create the new folder",msgstr:["Nisem mogel ustvariti nove mape"]},{msgid:"Could not load files settings",msgstr:["NIsem mogel nalo\u017Eiti nastavitev datotek"]},{msgid:"Could not load files views",msgstr:["Nisem mogel nalo\u017Eiti pogledov datotek"]},{msgid:"Create directory",msgstr:["Ustvari mapo"]},{msgid:"Current view selector",msgstr:["Izbirnik trenutnega pogleda"]},{msgid:"Favorites",msgstr:["Priljubljene"]},{msgid:"Files and folders you mark as favorite will show up here.",msgstr:["Datoteke in mape ki jih ozna\u010Dite kot priljubljene se bodo prikazale tukaj."]},{msgid:"Files and folders you recently modified will show up here.",msgstr:["Daoteke in mape ki ste jih pred kratkim spremenili se bodo prikazale tukaj."]},{msgid:"Filter file list",msgstr:["Filtriraj seznam datotek"]},{msgid:"Folder name cannot be empty.",msgstr:["Ime mape ne more biti prazno"]},{msgid:"Home",msgstr:["Domov"]},{msgid:"Modified",msgstr:["Spremenjeno"]},{msgid:"Move",msgstr:["Premakni"]},{msgid:"Move to {target}",msgstr:["Premakni v {target}"]},{msgid:"Name",msgstr:["Ime"]},{msgid:"New",msgstr:["Nov"]},{msgid:"New folder",msgstr:["Nova mapa"]},{msgid:"New folder name",msgstr:["Novo ime mape"]},{msgid:"No files in here",msgstr:["Tukaj ni datotek"]},{msgid:"No files matching your filter were found.",msgstr:["Ni bilo najdenih ujemajo\u010Dih datotek glede na va\u0161 filter."]},{msgid:"No matching files",msgstr:["Ni ujemajo\u010Dih datotek"]},{msgid:"Recent",msgstr:["Nedavne"]},{msgid:"Select all entries",msgstr:["Izberi vse vnose"]},{msgid:"Select entry",msgstr:["Izberi vnos"]},{msgid:"Select the row for {nodename}",msgstr:["Izberi vrstico za {nodename}"]},{msgid:"Size",msgstr:["Velikost"]},{msgid:"Undo",msgstr:["Razveljavi"]},{msgid:"Upload some content or sync with your devices!",msgstr:["Nalo\u017Ei nekaj vsebine ali sinhroniziraj s svojimi napravami!"]}]},{language:"sr",translations:[{msgid:'"{char}" is not allowed inside a name.',msgstr:["\u201E{char}\u201D \u043D\u0438\u0458\u0435 \u0434\u043E\u0437\u0432\u043E\u0459\u0435\u043D\u043E \u0443\u043D\u0443\u0442\u0430\u0440 \u0438\u043C\u0435\u043D\u0430."]},{msgid:'"{extension}" is not an allowed name.',msgstr:["\u201E{extension}\u201D \u043D\u0438\u0458\u0435 \u0434\u043E\u0437\u0432\u043E\u0459\u0435\u043D\u043E \u0438\u043C\u0435."]},{msgid:'"{name}" is an invalid folder name.',msgstr:["\u201E{name}\u201D \u043D\u0438\u0458\u0435 \u0438\u0441\u043F\u0440\u0430\u0432\u043D\u043E \u0438\u043C\u0435 \u0444\u043E\u043B\u0434\u0435\u0440\u0430."]},{msgid:'"{name}" is not an allowed folder name',msgstr:["\u201E{name}\u201D \u043D\u0438\u0458\u0435 \u0434\u043E\u0437\u0432\u043E\u0459\u0435\u043D\u043E \u0438\u043C\u0435 \u0437\u0430 \u0444\u043E\u043B\u0434\u0435\u0440."]},{msgid:'"{segment}" is a reserved name and not allowed.',msgstr:["\u201E{segment}\u201D \u0458\u0435 \u0440\u0435\u0437\u0435\u0440\u0432\u0438\u0441\u0430\u043D\u043E \u0438\u043C\u0435 \u0438 \u043D\u0438\u0458\u0435 \u0434\u043E\u0437\u0432\u043E\u0459\u0435\u043D\u043E."]},{msgid:'"/" is not allowed inside a folder name.',msgstr:["\u201E/\u201D \u043D\u0438\u0458\u0435 \u0434\u043E\u0437\u0432\u043E\u0459\u0435\u043D\u043E \u0443\u043D\u0443\u0442\u0430\u0440 \u0438\u043C\u0435\u043D\u0430 \u0444\u043E\u043B\u0434\u0435\u0440\u0430."]},{msgid:"All files",msgstr:["\u0421\u0432\u0438 \u0444\u0430\u0458\u043B\u043E\u0432\u0438"]},{msgid:"Cancel",msgstr:["\u041E\u0442\u043A\u0430\u0436\u0438"]},{msgid:"Choose",msgstr:["\u0418\u0437\u0430\u0431\u0435\u0440\u0438\u0442\u0435"]},{msgid:"Choose {file}",msgstr:["\u0418\u0437\u0430\u0431\u0435\u0440\u0438\u0442\u0435 {file}"]},{msgid:"Choose %n file",msgid_plural:"Choose %n files",msgstr:["\u0418\u0437\u0430\u0431\u0435\u0440\u0438\u0442\u0435 %n \u0444\u0430\u0458\u043B","\u0418\u0437\u0430\u0431\u0435\u0440\u0438\u0442\u0435 %n \u0444\u0430\u0458\u043B\u0430","\u0418\u0437\u0430\u0431\u0435\u0440\u0438\u0442\u0435 %n \u0444\u0430\u0458\u043B\u043E\u0432\u0430"]},{msgid:"Copy",msgstr:["\u041A\u043E\u043F\u0438\u0440\u0430\u0458"]},{msgid:"Copy to {target}",msgstr:["\u041A\u043E\u043F\u0438\u0440\u0430\u0458 \u0443 {target}"]},{msgid:"Could not create the new folder",msgstr:["\u041D\u0438\u0458\u0435 \u043C\u043E\u0433\u0430\u043E \u0434\u0430 \u0441\u0435 \u043A\u0440\u0435\u0438\u0440\u0430 \u043D\u043E\u0432\u0438 \u0444\u043E\u043B\u0434\u0435\u0440"]},{msgid:"Could not load files settings",msgstr:["\u041D\u0435 \u043C\u043E\u0433\u0443 \u0434\u0430 \u0441\u0435 \u0443\u0447\u0438\u0442\u0430\u0458\u0443 \u043F\u043E\u0434\u0435\u0448\u0430\u0432\u0430\u045A\u0430 \u0444\u0430\u0458\u043B\u043E\u0432\u0430"]},{msgid:"Could not load files views",msgstr:["\u041D\u0435 \u043C\u043E\u0433\u0443 \u0434\u0430 \u0441\u0435 \u0443\u0447\u0438\u0442\u0430\u0458\u0443 \u043F\u0440\u0438\u043A\u0430\u0437\u0438 \u0444\u0430\u0458\u043B\u043E\u0432\u0430"]},{msgid:"Create directory",msgstr:["\u041A\u0440\u0435\u0438\u0440\u0430\u0458 \u0434\u0438\u0440\u0435\u043A\u0442\u043E\u0440\u0438\u0458\u0443\u043C"]},{msgid:"Current view selector",msgstr:["\u0411\u0438\u0440\u0430\u0447 \u0442\u0440\u0435\u043D\u0443\u0442\u043D\u043E\u0433 \u043F\u0440\u0438\u043A\u0430\u0437\u0430"]},{msgid:"Enter your name",msgstr:["\u0423\u043D\u0435\u0441\u0438\u0442\u0435 \u0441\u0432\u043E\u0458\u0435 \u0438\u043C\u0435"]},{msgid:"Failed to set nickname.",msgstr:["\u041D\u0438\u0458\u0435 \u0443\u0441\u043F\u0435\u043B\u043E \u043F\u043E\u0441\u0442\u0430\u0432\u0459\u0430\u045A\u0435 \u043D\u0430\u0434\u0438\u043C\u043A\u0430."]},{msgid:"Favorites",msgstr:["\u041E\u043C\u0438\u0459\u0435\u043D\u043E"]},{msgid:"Files and folders you mark as favorite will show up here.",msgstr:["\u041E\u0432\u0434\u0435 \u045B\u0435 \u0441\u0435 \u043F\u043E\u0458\u0430\u0432\u0438\u0442\u0438 \u0444\u0430\u0458\u043B\u043E\u0432\u0438 \u0438 \u0444\u043E\u043B\u0434\u0435\u0440\u0438 \u043A\u043E\u0458\u0435 \u0441\u0442\u0435 \u043E\u0437\u043D\u0430\u0447\u0438\u043B\u0438 \u043A\u0430\u043E \u043E\u043C\u0438\u0459\u0435\u043D\u0435."]},{msgid:"Files and folders you recently modified will show up here.",msgstr:["\u041E\u0432\u0434\u0435 \u045B\u0435 \u0441\u0435 \u043F\u043E\u0458\u0430\u0432\u0438\u0442\u0438 \u0444\u0430\u0458\u043B\u043E\u0432\u0438 \u0438 \u0444\u043E\u043B\u0434\u0435\u0440\u0438 \u043A\u043E\u0458\u0438 \u0441\u0435 \u0441\u0435 \u043D\u0435\u0434\u0430\u0432\u043D\u043E \u0438\u0437\u043C\u0435\u043D\u0438\u043B\u0438."]},{msgid:"Filter file list",msgstr:["\u0424\u0438\u0442\u0440\u0438\u0440\u0430\u045A\u0435 \u043B\u0438\u0441\u0442\u0435 \u0444\u0430\u0458\u043B\u043E\u0432\u0430"]},{msgid:"Folder name cannot be empty.",msgstr:["\u0418\u043C\u0435 \u0444\u043E\u043B\u0434\u0435\u0440\u0430 \u043D\u0435 \u043C\u043E\u0436\u0435 \u0431\u0438\u0442\u0438 \u043F\u0440\u0430\u0437\u043D\u043E."]},{msgid:"Guest identification",msgstr:["\u0418\u0434\u0435\u043D\u0442\u0438\u0444\u0438\u043A\u0430\u0446\u0438\u0458\u0430 \u0433\u043E\u0441\u0442\u0430"]},{msgid:"Home",msgstr:["\u041F\u043E\u0447\u0435\u0442\u0430\u043A"]},{msgid:"Invalid name.",msgstr:["\u041D\u0435\u0438\u0441\u043F\u0440\u0430\u0432\u043D\u043E \u0438\u043C\u0435."]},{msgid:"Modified",msgstr:["\u0418\u0437\u043C\u0435\u045A\u0435\u043D\u043E"]},{msgid:"Move",msgstr:["\u041F\u0440\u0435\u043C\u0435\u0441\u0442\u0438"]},{msgid:"Move to {target}",msgstr:["\u041F\u0440\u0435\u043C\u0435\u0441\u0442\u0438 \u0443 {target}"]},{msgid:"Name",msgstr:["\u0418\u043C\u0435"]},{msgid:"Names may be at most 64 characters long.",msgstr:["\u041D\u0430\u0458\u0432\u0435\u045B\u0430 \u0434\u0443\u0436\u0438\u043D\u0430 \u0438\u043C\u0435\u043D\u0430 \u043C\u043E\u0436\u0435 \u0431\u0438\u0442\u0438 64 \u043A\u0430\u0440\u0430\u043A\u0442\u0435\u0440\u0430."]},{msgid:"Names must not be empty.",msgstr:["\u0418\u043C\u0435\u043D\u0430 \u043D\u0435 \u0441\u043C\u0435\u0458\u0443 \u0434\u0430 \u0431\u0443\u0434\u0443 \u043F\u0440\u0430\u0437\u043D\u0430."]},{msgid:'Names must not end with "{extension}".',msgstr:["\u0418\u043C\u0435\u043D\u0430 \u043D\u0435 \u0441\u043C\u0435\u0458\u0443 \u0434\u0430 \u0441\u0435 \u0437\u0430\u0432\u0440\u0448\u0430\u0432\u0430\u0458\u0443 \u043D\u0430 \u201E{extension}\u201D."]},{msgid:"Names must not start with a dot.",msgstr:["\u0418\u043C\u0435\u043D\u0430 \u043D\u0435 \u0441\u043C\u0435\u0458\u0443 \u0434\u0430 \u043F\u043E\u0447\u0438\u045A\u0443 \u0442\u0430\u0447\u043A\u043E\u043C."]},{msgid:"New",msgstr:["\u041D\u043E\u0432\u043E"]},{msgid:"New folder",msgstr:["\u041D\u043E\u0432\u0438 \u0444\u043E\u043B\u0434\u0435\u0440"]},{msgid:"New folder name",msgstr:["\u0418\u043C\u0435 \u043D\u043E\u0432\u043E\u0433 \u0444\u043E\u043B\u0434\u0435\u0440\u0430"]},{msgid:"No files in here",msgstr:["\u041E\u0432\u0434\u0435 \u043D\u0435\u043C\u0430 \u0444\u0430\u0458\u043B\u043E\u0432\u0430"]},{msgid:"No files matching your filter were found.",msgstr:["\u041D\u0438\u0458\u0435 \u043F\u0440\u043E\u043D\u0430\u0452\u0435\u043D \u043D\u0438\u0458\u0435\u0434\u0430\u043D \u0444\u0430\u0458\u043B \u043A\u043E\u0458\u0438 \u0437\u0430\u0434\u043E\u0432\u043E\u0459\u0430\u0432\u0430 \u0432\u0430\u0448 \u0444\u0438\u043B\u0442\u0435\u0440."]},{msgid:"No matching files",msgstr:["\u041D\u0435\u043C\u0430 \u0442\u0430\u043A\u0432\u0438\u0445 \u0444\u0430\u0458\u043B\u043E\u0432\u0430"]},{msgid:"Please enter a name with at least 2 characters.",msgstr:["\u041C\u043E\u043B\u0438\u043C\u043E \u0432\u0430\u0441 \u0434\u0430 \u0443\u043D\u0435\u0441\u0435\u0442\u0435 \u0438\u043C\u0435 \u043E\u0434 \u0431\u0430\u0440\u0435\u043C \u0434\u0432\u0430 \u043A\u0430\u0440\u0430\u043A\u0442\u0435\u0440\u0430."]},{msgid:"Recent",msgstr:["\u0421\u043A\u043E\u0440\u0430\u0448\u045A\u0435"]},{msgid:"Select all entries",msgstr:["\u0418\u0437\u0430\u0431\u0435\u0440\u0438\u0442\u0435 \u0441\u0432\u0435 \u0441\u0442\u0430\u0432\u043A\u0435"]},{msgid:"Select entry",msgstr:["\u0418\u0437\u0430\u0431\u0435\u0440\u0438\u0442\u0435 \u0441\u0442\u0430\u0432\u043A\u0443"]},{msgid:"Select the row for {nodename}",msgstr:["\u0418\u0437\u0430\u0431\u0435\u0440\u0438\u0442\u0435 \u0440\u0435\u0434 \u0437\u0430 {nodename}"]},{msgid:"Size",msgstr:["\u0412\u0435\u043B\u0438\u0447\u0438\u043D\u0430"]},{msgid:"Submit name",msgstr:["\u041F\u0440\u0435\u0434\u0430\u0458 \u0438\u043C\u0435"]},{msgid:"Undo",msgstr:["\u041F\u043E\u043D\u0438\u0448\u0442\u0438"]},{msgid:"Upload some content or sync with your devices!",msgstr:["\u041E\u0442\u043F\u0440\u0435\u043C\u0438\u0442\u0435 \u043D\u0435\u0448\u0442\u043E \u0438\u043B\u0438 \u0441\u0438\u043D\u0445\u0440\u043E\u043D\u0438\u0437\u0443\u0458\u0442\u0435 \u0441\u0430 \u0441\u0432\u043E\u0458\u0438\u043C \u0443\u0440\u0435\u0452\u0430\u0458\u0438\u043C\u0430!"]},{msgid:"You are currently identified as {nickname}.",msgstr:["\u0422\u0440\u0435\u043D\u0443\u0442\u043D\u043E \u0441\u0435 \u0438\u0434\u0435\u043D\u0442\u0438\u0444\u0438\u043A\u0443\u0458\u0435\u0442\u0435 \u043A\u0430\u043E {nickname}."]},{msgid:"You are currently not identified.",msgstr:["\u0422\u0440\u0435\u043D\u0443\u0442\u043D\u043E \u043D\u0435\u043C\u0430\u0442\u0435 \u0438\u0434\u0435\u043D\u0442\u0438\u0444\u0438\u043A\u0430\u0446\u0438\u0458\u0443."]},{msgid:"You cannot leave the name empty.",msgstr:["\u0418\u043C\u0435 \u043D\u0435 \u043C\u043E\u0436\u0435\u0442\u0435 \u0434\u0430 \u043E\u0441\u0442\u0430\u0432\u0438\u0442\u0435 \u043F\u0440\u0430\u0437\u043D\u043E."]}]},{language:"sr@latin",translations:[{msgid:'"{name}" is an invalid folder name.',msgstr:["\u201E{name}\u201D je neispravan naziv foldera."]},{msgid:'"{name}" is not an allowed folder name',msgstr:["\u201E{name}\u201D je nedozvoljen naziv foldera."]},{msgid:'"/" is not allowed inside a folder name.',msgstr:["\u201E/\u201D se ne mo\u017Ee koristiti unutar naziva foldera."]},{msgid:"All files",msgstr:["Svi fajlovi"]},{msgid:"Choose",msgstr:["Izaberite"]},{msgid:"Choose {file}",msgstr:["Izaberite {file}"]},{msgid:"Choose %n file",msgid_plural:"Choose %n files",msgstr:["Izaberite %n fajl","Izaberite %n fajla","Izaberite %n fajlova"]},{msgid:"Copy",msgstr:["Kopiraj"]},{msgid:"Copy to {target}",msgstr:["Kopiraj u {target}"]},{msgid:"Could not create the new folder",msgstr:["Neuspe\u0161no kreiranje novog foldera"]},{msgid:"Could not load files settings",msgstr:["Neuspe\u0161no u\u010Ditavanje pode\u0161avanja fajlova"]},{msgid:"Could not load files views",msgstr:["Neuspe\u0161no u\u010Ditavanje prikaza fajlova"]},{msgid:"Create directory",msgstr:["Kreiraj direktorijum"]},{msgid:"Current view selector",msgstr:["Bira\u010D trenutnog prikaza"]},{msgid:"Favorites",msgstr:["Omiljeno"]},{msgid:"Files and folders you mark as favorite will show up here.",msgstr:["Lista omiljenih fajlova i foldera."]},{msgid:"Files and folders you recently modified will show up here.",msgstr:["Lista fajlova i foldera sa skora\u0161njim izmenama."]},{msgid:"Filter file list",msgstr:["Fitriranje liste fajlova"]},{msgid:"Folder name cannot be empty.",msgstr:["Naziv foldera ne mo\u017Ee biti prazan."]},{msgid:"Home",msgstr:["Po\u010Detak"]},{msgid:"Modified",msgstr:["Izmenjeno"]},{msgid:"Move",msgstr:["Premesti"]},{msgid:"Move to {target}",msgstr:["Premesti u {target}"]},{msgid:"Name",msgstr:["Naziv"]},{msgid:"New",msgstr:["Novo"]},{msgid:"New folder",msgstr:["Novi folder"]},{msgid:"New folder name",msgstr:["Naziv novog foldera"]},{msgid:"No files in here",msgstr:["Bez fajlova"]},{msgid:"No files matching your filter were found.",msgstr:["Nema fajlova koji zadovoljavaju uslove filtera."]},{msgid:"No matching files",msgstr:["Nema takvih fajlova"]},{msgid:"Recent",msgstr:["Skora\u0161nje"]},{msgid:"Select all entries",msgstr:["Izaberite sve stavke"]},{msgid:"Select entry",msgstr:["Izaberite stavku"]},{msgid:"Select the row for {nodename}",msgstr:["Izaberite red za {nodename}"]},{msgid:"Size",msgstr:["Veli\u010Dina"]},{msgid:"Undo",msgstr:["Vrati"]},{msgid:"Upload some content or sync with your devices!",msgstr:["Otpremite sadr\u017Eaj ili sinhronizujte sa svojim ure\u0111ajima!"]}]},{language:"sv",translations:[{msgid:'"{char}" is not allowed inside a name.',msgstr:['"{char}" \xE4r inte till\xE5tet i ett namn.']},{msgid:'"{extension}" is not an allowed name.',msgstr:['"{extension}" \xE4r inte ett till\xE5tet namn.']},{msgid:'"{name}" is an invalid folder name.',msgstr:['"{name}" \xE4r ett ogiltigt mappnamn.']},{msgid:'"{name}" is not an allowed folder name',msgstr:['"{name}" \xE4r inte ett till\xE5tet mappnamn']},{msgid:'"{segment}" is a reserved name and not allowed.',msgstr:['"{segment}" \xE4r ett reserverat namn och inte till\xE5tet.']},{msgid:'"/" is not allowed inside a folder name.',msgstr:['"/" \xE4r inte till\xE5tet i ett mappnamn.']},{msgid:"%n file conflict",msgid_plural:"%n files conflict",msgstr:["%n fil \xE4r i konflikt","%n filer \xE4r i konflikt"]},{msgid:"%n file conflict in {dirname}",msgid_plural:"%n file conflicts in {dirname}",msgstr:["%n fil \xE4r i konflikt i {dirname}","%n filer \xE4r i konflikt i {dirname}"]},{msgid:"All files",msgstr:["Alla filer"]},{msgid:"Cancel",msgstr:["Avbryt"]},{msgid:"Cancel the entire operation",msgstr:["Avbryt hela operationen"]},{msgid:"Choose",msgstr:["V\xE4lj"]},{msgid:"Choose {file}",msgstr:["V\xE4lj {file}"]},{msgid:"Choose %n file",msgid_plural:"Choose %n files",msgstr:["V\xE4lj %n fil","V\xE4lj %n filer"]},{msgid:"Confirm",msgstr:["Bekr\xE4fta"]},{msgid:"Continue",msgstr:["Forts\xE4tt"]},{msgid:"Copy",msgstr:["Kopiera"]},{msgid:"Copy to {target}",msgstr:["Kopiera till {target}"]},{msgid:"Could not create the new folder",msgstr:["Kunde inte skapa den nya mappen"]},{msgid:"Could not load files settings",msgstr:["Kunde inte ladda filinst\xE4llningar"]},{msgid:"Could not load files views",msgstr:["Kunde inte ladda filvyer"]},{msgid:"Create directory",msgstr:["Skapa katalog"]},{msgid:"Current view selector",msgstr:["Aktuell vyv\xE4ljare"]},{msgid:"Enter your name",msgstr:["Ange ditt namn"]},{msgid:"Existing version",msgstr:["Nuvarande version"]},{msgid:"Failed to set nickname.",msgstr:["Kunde inte st\xE4lla in smeknamn."]},{msgid:"Favorites",msgstr:["Favoriter"]},{msgid:"Files and folders you mark as favorite will show up here.",msgstr:["Filer och mappar som du markerar som favorit kommer att visas h\xE4r."]},{msgid:"Files and folders you recently modified will show up here.",msgstr:["Filer och mappar som du nyligen \xE4ndrat kommer att visas h\xE4r."]},{msgid:"Filter file list",msgstr:["Filtrera fillistan"]},{msgid:"Folder name cannot be empty.",msgstr:["Mappnamnet f\xE5r inte vara tomt."]},{msgid:"Guest identification",msgstr:["G\xE4stidentifiering"]},{msgid:"Home",msgstr:["Hem"]},{msgid:"If you select both versions, the incoming file will have a number added to its name.",msgstr:["Om du v\xE4ljer b\xE5da versionerna kommer den inkommande filen att f\xE5 ett nummer tillagt i sitt namn."]},{msgid:"Invalid name.",msgstr:["Ogiltigt namn."]},{msgid:"Last modified date unknown",msgstr:["Senaste \xE4ndringsdatum ok\xE4nt"]},{msgid:"Modified",msgstr:["\xC4ndrad"]},{msgid:"Move",msgstr:["Flytta"]},{msgid:"Move to {target}",msgstr:["Flytta till {target}"]},{msgid:"Name",msgstr:["Namn"]},{msgid:"Names may be at most 64 characters long.",msgstr:["Namnen kan vara h\xF6gst 64 tecken l\xE5nga."]},{msgid:"Names must not be empty.",msgstr:["Namn f\xE5r inte vara tomt."]},{msgid:'Names must not end with "{extension}".',msgstr:['Namn f\xE5r inte sluta med "{extension}".']},{msgid:"Names must not start with a dot.",msgstr:["Namn f\xE5r inte b\xF6rja med en punkt."]},{msgid:"New",msgstr:["Ny"]},{msgid:"New folder",msgstr:["Ny mapp"]},{msgid:"New folder name",msgstr:["Nytt mappnamn"]},{msgid:"New version",msgstr:["Ny version"]},{msgid:"No files in here",msgstr:["Inga filer h\xE4r"]},{msgid:"No files matching your filter were found.",msgstr:["Inga filer som matchar ditt filter hittades."]},{msgid:"No matching files",msgstr:["Inga matchande filer"]},{msgid:"Please enter a name with at least 2 characters.",msgstr:["Ange ett namn med minst 2 tecken."]},{msgid:"Recent",msgstr:["Nyligen"]},{msgid:"Select all checkboxes",msgstr:["Markera alla kryssrutor"]},{msgid:"Select all entries",msgstr:["V\xE4lj alla poster"]},{msgid:"Select all existing files",msgstr:["V\xE4lj alla befintliga filer"]},{msgid:"Select all new files",msgstr:["V\xE4lj alla nya filer"]},{msgid:"Select entry",msgstr:["V\xE4lj post"]},{msgid:"Select the row for {nodename}",msgstr:["V\xE4lj raden f\xF6r {nodename}"]},{msgid:"Size",msgstr:["Storlek"]},{msgid:"Skip %n file",msgid_plural:"Skip %n files",msgstr:["Hoppa \xF6ver %n fil","Hoppa \xF6ver %n filer"]},{msgid:"Skip this file",msgstr:["Hoppa \xF6ver den h\xE4r filen"]},{msgid:"Submit name",msgstr:["Skicka namn"]},{msgid:"Undo",msgstr:["\xC5ngra"]},{msgid:"Upload some content or sync with your devices!",msgstr:["Ladda upp lite inneh\xE5ll eller synkronisera med dina enheter!"]},{msgid:"When an incoming folder is selected, any conflicting files within it will also be overwritten.",msgstr:["N\xE4r en inkommande mapp v\xE4ljs kommer eventuella konflikterande filer i den ocks\xE5 att skrivas \xF6ver."]},{msgid:"When an incoming folder is selected, the content is written into the existing folder and a recursive conflict resolution is performed.",msgstr:["N\xE4r en inkommande mapp v\xE4ljs skrivs inneh\xE5llet in i den befintliga mappen och en rekursiv konfliktl\xF6sning utf\xF6rs."]},{msgid:"Which files do you want to keep?",msgstr:["Vilka filer vill du beh\xE5lla?"]},{msgid:"You are currently identified as {nickname}.",msgstr:["Du \xE4r f\xF6r n\xE4rvarande identifierad som {nickname}."]},{msgid:"You are currently not identified.",msgstr:["Du \xE4r f\xF6r n\xE4rvarande inte identifierad."]},{msgid:"You cannot leave the name empty.",msgstr:["Du kan inte l\xE4mna namnet tomt."]},{msgid:"You need to choose at least one conflict solution",msgstr:["Du m\xE5ste v\xE4lja minst en konfliktl\xF6sning"]},{msgid:"You need to select at least one version of each file to continue.",msgstr:["Du m\xE5ste v\xE4lja minst en version av varje fil f\xF6r att forts\xE4tta."]}]},{language:"tr",translations:[{msgid:'"{char}" is not allowed inside a name.',msgstr:['Bir ad i\xE7inde "{char}" karakteri kullan\u0131lamaz.']},{msgid:'"{extension}" is not an allowed name.',msgstr:['"{extension}" ad\u0131na izin verilmiyor.']},{msgid:'"{name}" is an invalid folder name.',msgstr:['"{name}" ge\xE7ersiz bir klas\xF6r ad\u0131.']},{msgid:'"{name}" is not an allowed folder name',msgstr:['"{name}" izin verilen bir klas\xF6r ad\u0131 de\u011Fil']},{msgid:'"{segment}" is a reserved name and not allowed.',msgstr:['"{segment}" ad\u0131 sistem i\xE7in ayr\u0131lm\u0131\u015F oldu\u011Fundan kullan\u0131lamaz.']},{msgid:'"/" is not allowed inside a folder name.',msgstr:['"/" karakteri klas\xF6r ad\u0131nda kullan\u0131lamaz.']},{msgid:"%n file conflict",msgid_plural:"%n files conflict",msgstr:["%n dosya \xE7ak\u0131\u015F\u0131yor","%n dosya \xE7ak\u0131\u015F\u0131yor"]},{msgid:"%n file conflict in {dirname}",msgid_plural:"%n file conflicts in {dirname}",msgstr:["{dirname} i\xE7indeki %n dosya \xE7ak\u0131\u015F\u0131yor","{dirname} i\xE7indeki %n dosya \xE7ak\u0131\u015F\u0131yor"]},{msgid:"All files",msgstr:["T\xFCm dosyalar"]},{msgid:"Cancel",msgstr:["\u0130ptal"]},{msgid:"Cancel the entire operation",msgstr:["T\xFCm i\u015Flemi iptal et"]},{msgid:"Choose",msgstr:["Se\xE7in"]},{msgid:"Choose {file}",msgstr:["{file} se\xE7in"]},{msgid:"Choose %n file",msgid_plural:"Choose %n files",msgstr:["%n dosya se\xE7in","%n dosya se\xE7in"]},{msgid:"Confirm",msgstr:["Onayla"]},{msgid:"Continue",msgstr:["\u0130lerle"]},{msgid:"Copy",msgstr:["Kopyala"]},{msgid:"Copy to {target}",msgstr:["{target} \xFCzerine kopyala"]},{msgid:"Could not create the new folder",msgstr:["Yeni klas\xF6r olu\u015Fturulamad\u0131"]},{msgid:"Could not load files settings",msgstr:["Dosyalar uygulamas\u0131n\u0131n ayarlar\u0131 y\xFCklenemedi"]},{msgid:"Could not load files views",msgstr:["Dosyalar uygulamas\u0131n\u0131n g\xF6r\xFCn\xFCmleri y\xFCklenemedi"]},{msgid:"Create directory",msgstr:["Klas\xF6r olu\u015Ftur"]},{msgid:"Current view selector",msgstr:["Ge\xE7erli g\xF6r\xFCn\xFCm se\xE7ici"]},{msgid:"Enter your name",msgstr:["Ad\u0131n\u0131z\u0131 yaz\u0131n"]},{msgid:"Existing version",msgstr:["Var olan s\xFCr\xFCm"]},{msgid:"Failed to set nickname.",msgstr:["Takma ad ayarlanamad\u0131."]},{msgid:"Favorites",msgstr:["S\u0131k kullan\u0131lanlar"]},{msgid:"Files and folders you mark as favorite will show up here.",msgstr:["S\u0131k kullan\u0131lan olarak se\xE7ti\u011Finiz dosyalar burada g\xF6r\xFCnt\xFClenir."]},{msgid:"Files and folders you recently modified will show up here.",msgstr:["Son zamanlarda de\u011Fi\u015Ftirdi\u011Finiz dosya ve klas\xF6rler burada g\xF6r\xFCnt\xFClenir."]},{msgid:"Filter file list",msgstr:["Dosya listesini s\xFCz"]},{msgid:"Folder name cannot be empty.",msgstr:["Klas\xF6r ad\u0131 bo\u015F olamaz."]},{msgid:"Guest identification",msgstr:["Konuk kimli\u011Fi"]},{msgid:"Home",msgstr:["Giri\u015F"]},{msgid:"If you select both versions, the incoming file will have a number added to its name.",msgstr:["\u0130ki s\xFCr\xFCm\xFC de se\xE7erseniz, gelen dosyan\u0131n ad\u0131na bir say\u0131 eklenir."]},{msgid:"Invalid name.",msgstr:["Ad ge\xE7ersiz."]},{msgid:"Last modified date unknown",msgstr:["Son de\u011Fi\u015Ftirilme tarihi bilinmiyor."]},{msgid:"Modified",msgstr:["De\u011Fi\u015Ftirilme"]},{msgid:"Move",msgstr:["Ta\u015F\u0131"]},{msgid:"Move to {target}",msgstr:["{target} \xFCzerine ta\u015F\u0131"]},{msgid:"Name",msgstr:["Ad"]},{msgid:"Names may be at most 64 characters long.",msgstr:["Adlar en fazla 64 karakter uzunlu\u011Funda olabilir."]},{msgid:"Names must not be empty.",msgstr:["Ad bo\u015F olamaz."]},{msgid:'Names must not end with "{extension}".',msgstr:['Ad "{extension}" ile bitemez.']},{msgid:"Names must not start with a dot.",msgstr:["Ad nokta karakteri ile ba\u015Flayamaz."]},{msgid:"New",msgstr:["Yeni"]},{msgid:"New folder",msgstr:["Yeni klas\xF6r"]},{msgid:"New folder name",msgstr:["Yeni klas\xF6r ad\u0131"]},{msgid:"New version",msgstr:["Yeni s\xFCr\xFCm"]},{msgid:"No files in here",msgstr:["Burada herhangi bir dosya yok"]},{msgid:"No files matching your filter were found.",msgstr:["S\xFCzgece uyan bir dosya bulunamad\u0131."]},{msgid:"No matching files",msgstr:["E\u015Fle\u015Fen bir dosya yok"]},{msgid:"Please enter a name with at least 2 characters.",msgstr:["Ad en az 2 karakter uzunlu\u011Funda olmal\u0131d\u0131r."]},{msgid:"Recent",msgstr:["Son kullan\u0131lanlar"]},{msgid:"Select all checkboxes",msgstr:["T\xFCm kutular\u0131 i\u015Faretle"]},{msgid:"Select all entries",msgstr:["T\xFCm kay\u0131tlar\u0131 se\xE7"]},{msgid:"Select all existing files",msgstr:["T\xFCm var olan dosyalar\u0131 se\xE7"]},{msgid:"Select all new files",msgstr:["T\xFCm yeni dosyalar\u0131 se\xE7"]},{msgid:"Select entry",msgstr:["Kayd\u0131 se\xE7"]},{msgid:"Select the row for {nodename}",msgstr:["{nodename} sat\u0131r\u0131n\u0131 se\xE7in"]},{msgid:"Size",msgstr:["Boyut"]},{msgid:"Skip %n file",msgid_plural:"Skip %n files",msgstr:["%n dosyay\u0131 atla","%n dosyay\u0131 atla"]},{msgid:"Skip this file",msgstr:["Bu dosyay\u0131 atla"]},{msgid:"Submit name",msgstr:["Ad\u0131 g\xF6nder"]},{msgid:"Undo",msgstr:["Geri al"]},{msgid:"Upload some content or sync with your devices!",msgstr:["Baz\u0131 i\xE7erikler y\xFCkleyin ya da ayg\u0131tlar\u0131n\u0131zla e\u015Fitleyin!"]},{msgid:"When an incoming folder is selected, any conflicting files within it will also be overwritten.",msgstr:["Bir gelen klas\xF6r se\xE7ildi\u011Finde, i\xE7indeki \xE7ak\u0131\u015Fan dosyalar\u0131n da \xFCzerine yaz\u0131l\u0131r."]},{msgid:"When an incoming folder is selected, the content is written into the existing folder and a recursive conflict resolution is performed.",msgstr:["Bir gelen klas\xF6r se\xE7ildi\u011Finde, i\xE7erik var olan klas\xF6re yaz\u0131l\u0131r ve alt klas\xF6rlerle bir \xE7ak\u0131\u015Fma \xE7\xF6z\xFCm\xFC uygulan\u0131r."]},{msgid:"Which files do you want to keep?",msgstr:["Hangi dosyalar\u0131 tutmak istiyorsunuz?"]},{msgid:"You are currently identified as {nickname}.",msgstr:["{nickname} olarak tan\u0131n\u0131yorsunuz."]},{msgid:"You are currently not identified.",msgstr:["Hen\xFCz kendinizi tan\u0131tmad\u0131n\u0131z."]},{msgid:"You cannot leave the name empty.",msgstr:["Ad bo\u015F b\u0131rak\u0131lamaz."]},{msgid:"You need to choose at least one conflict solution",msgstr:["En az bir \xE7ak\u0131\u015Fma \xE7\xF6z\xFCm\xFC se\xE7melisiniz"]},{msgid:"You need to select at least one version of each file to continue.",msgstr:["\u0130lerlemek i\xE7in her dosayn\u0131n en az bir s\xFCr\xFCm\xFCn\xFC se\xE7melisiniz."]}]},{language:"uk",translations:[{msgid:'"{char}" is not allowed inside a name.',msgstr:['"{char}" \u043D\u0435 \u0434\u043E\u0437\u0432\u043E\u043B\u0435\u043D\u043E \u0432\u0441\u0435\u0440\u0435\u0434\u0438\u043D\u0456 \u0456\u043C\u0435\u043D\u0438.']},{msgid:'"{extension}" is not an allowed name.',msgstr:[`"{extension}" \u043D\u0435\u0434\u043E\u0437\u0432\u043E\u043B\u0435\u043D\u0435 \u0456\u043C'\u044F.`]},{msgid:'"{name}" is an invalid folder name.',msgstr:[`"{name}" \u043D\u0435\u0434\u0456\u0439\u0441\u043D\u0435 \u0456\u043C'\u044F \u043A\u0430\u0442\u0430\u043B\u043E\u0433\u0443.`]},{msgid:'"{name}" is not an allowed folder name',msgstr:[`"{name}" \u043D\u0435\u0434\u043E\u0437\u0432\u043E\u043B\u0435\u043D\u0435 \u0456\u043C'\u044F \u043A\u0430\u0442\u0430\u043B\u043E\u0433\u0443.`]},{msgid:'"{segment}" is a reserved name and not allowed.',msgstr:[`"{segment}" \u0437\u0430\u0440\u0435\u0437\u0435\u0440\u0432\u043E\u0432\u0430\u043D\u0435 \u0456\u043C'\u044F \u0456 \u043D\u0435 \u0434\u043E\u0437\u0432\u043E\u043B\u0435\u043D\u043E \u0434\u043B\u044F \u0432\u0438\u043A\u043E\u0440\u0438\u0441\u0442\u0430\u043D\u043D\u044F.`]},{msgid:'"/" is not allowed inside a folder name.',msgstr:['"/" \u043D\u0435 \u0434\u043E\u0437\u0432\u043E\u043B\u0435\u043D\u043E \u0443 \u0456\u043C\u0435\u043D\u0456 \u043A\u0430\u0442\u0430\u043B\u043E\u0433\u0443.']},{msgid:"All files",msgstr:["\u0412\u0441\u0456 \u0444\u0430\u0439\u043B\u0438"]},{msgid:"Cancel",msgstr:["\u0421\u043A\u0430\u0441\u0443\u0432\u0430\u0442\u0438"]},{msgid:"Choose",msgstr:["\u0412\u0438\u0431\u0440\u0430\u0442\u0438"]},{msgid:"Choose {file}",msgstr:["\u0412\u0438\u0431\u0440\u0430\u0442\u0438 {file}"]},{msgid:"Choose %n file",msgid_plural:"Choose %n files",msgstr:["\u0412\u0438\u0431\u0440\u0430\u0442\u0438 %n \u0444\u0430\u0439\u043B","\u0412\u0438\u0431\u0440\u0430\u0442\u0438 %n \u0444\u0430\u0439\u043B\u0438","\u0412\u0438\u0431\u0440\u0430\u0442\u0438 %n \u0444\u0430\u0439\u043B\u0456\u0432","\u0412\u0438\u0431\u0440\u0430\u0442\u0438 %n \u0444\u0430\u0439\u043B\u0456\u0432"]},{msgid:"Copy",msgstr:["\u041A\u043E\u043F\u0456\u044E\u0432\u0430\u0442\u0438"]},{msgid:"Copy to {target}",msgstr:["\u041A\u043E\u043F\u0456\u044E\u0432\u0430\u0442\u0438 \u0434\u043E {target}"]},{msgid:"Could not create the new folder",msgstr:["\u041D\u0435 \u0432\u0434\u0430\u043B\u043E\u0441\u044F \u0441\u0442\u0432\u043E\u0440\u0438\u0442\u0438 \u043D\u043E\u0432\u0438\u0439 \u043A\u0430\u0442\u0430\u043B\u043E\u0433"]},{msgid:"Could not load files settings",msgstr:["\u041D\u0435 \u0432\u0434\u0430\u043B\u043E\u0441\u044F \u0437\u0430\u0432\u0430\u043D\u0442\u0430\u0436\u0438\u0442\u0438 \u043D\u0430\u043B\u0430\u0448\u0442\u0443\u0432\u0430\u043D\u043D\u044F \u0444\u0430\u0439\u043B\u0456\u0432"]},{msgid:"Could not load files views",msgstr:["\u041D\u0435 \u0432\u0434\u0430\u043B\u043E\u0441\u044F \u0437\u0430\u0432\u0430\u043D\u0442\u0430\u0436\u0438\u0442\u0438 \u043F\u043E\u0434\u0430\u043D\u043D\u044F \u0444\u0430\u0439\u043B\u0456\u0432"]},{msgid:"Create directory",msgstr:["\u0421\u0442\u0432\u043E\u0440\u0438\u0442\u0438 \u043A\u0430\u0442\u0430\u043B\u043E\u0433"]},{msgid:"Current view selector",msgstr:["\u0412\u0438\u0431\u0456\u0440 \u043F\u043E\u0434\u0430\u043D\u043D\u044F"]},{msgid:"Enter your name",msgstr:["\u0417\u0430\u0437\u043D\u0430\u0447\u0442\u0435 \u0432\u0430\u0448\u0435 \u0456\u043C'\u044F"]},{msgid:"Failed to set nickname.",msgstr:["\u041D\u0435 \u0432\u0434\u0430\u043B\u043E\u0441\u044F \u0432\u0441\u0442\u0430\u043D\u043E\u0432\u0438\u0442\u0438 \u043F\u0441\u0435\u0432\u0434\u043E."]},{msgid:"Favorites",msgstr:["\u0406\u0437 \u0437\u0456\u0440\u043E\u0447\u043A\u043E\u044E"]},{msgid:"Files and folders you mark as favorite will show up here.",msgstr:["\u0422\u0443\u0442 \u043F\u043E\u043A\u0430\u0437\u0443\u0432\u0430\u0442\u0438\u043C\u0443\u0442\u044C\u0441\u044F \u0444\u0430\u0439\u043B\u0438 \u0442\u0430 \u043A\u0430\u0442\u0430\u043B\u043E\u0433\u0438, \u044F\u043A\u0456 \u0432\u0438 \u043F\u043E\u0437\u043D\u0430\u0447\u0438\u0442\u0435 \u0437\u0456\u0440\u043E\u0447\u043A\u043E\u044E."]},{msgid:"Files and folders you recently modified will show up here.",msgstr:["\u0422\u0443\u0442 \u043F\u043E\u043A\u0430\u0437\u0443\u0432\u0430\u0442\u0438\u043C\u0443\u0442\u044C\u0441\u044F \u0444\u0430\u0439\u043B\u0438 \u0442\u0430 \u043A\u0430\u0442\u0430\u043B\u043E\u0433\u0438, \u044F\u043A\u0456 \u0431\u0443\u043B\u043E \u043D\u0435\u0449\u043E\u0434\u0430\u0432\u043D\u043E \u0437\u043C\u0456\u043D\u0435\u043D\u043E."]},{msgid:"Filter file list",msgstr:["\u0424\u0456\u043B\u044C\u0442\u0440\u0443\u0432\u0430\u0442\u0438 \u0441\u043F\u0438\u0441\u043E\u043A \u0444\u0430\u0439\u043B\u0456\u0432"]},{msgid:"Folder name cannot be empty.",msgstr:["\u0406\u043C'\u044F \u043A\u0430\u0442\u0430\u043B\u043E\u0433\u0443 \u043D\u0435 \u043C\u043E\u0436\u0435 \u0431\u0443\u0442\u0438 \u043F\u043E\u0440\u043E\u0436\u043D\u0454."]},{msgid:"Guest identification",msgstr:["\u0406\u043C'\u044F \u0434\u043B\u044F \u0433\u043E\u0441\u0442\u044F"]},{msgid:"Home",msgstr:["\u0414\u043E\u043C\u0456\u0432\u043A\u0430"]},{msgid:"Invalid name.",msgstr:["\u041D\u0435\u0434\u0456\u0439\u0441\u043D\u0435 \u0456\u043C'\u044F."]},{msgid:"Modified",msgstr:["\u0417\u043C\u0456\u043D\u0435\u043D\u043E"]},{msgid:"Move",msgstr:["\u041F\u0435\u0440\u0435\u043C\u0456\u0441\u0442\u0438\u0442\u0438"]},{msgid:"Move to {target}",msgstr:["\u041F\u0435\u0440\u0435\u043C\u0456\u0441\u0442\u0438\u0442\u0438 \u0434\u043E {target}"]},{msgid:"Name",msgstr:["\u0406\u043C'\u044F"]},{msgid:"Names may be at most 64 characters long.",msgstr:["\u0406\u043C\u0435\u043D\u0430 \u043C\u0430\u044E\u0442\u044C \u043C\u0430\u0442\u0438 \u0434\u043E\u0432\u0436\u0438\u043D\u0443 \u043D\u0435 \u0431\u0456\u043B\u044C\u0448\u0435 64 \u0441\u0438\u043C\u0432\u043E\u043B\u0456\u0432."]},{msgid:"Names must not be empty.",msgstr:["\u0406\u043C'\u044F \u043D\u0435 \u043C\u043E\u0436\u0435 \u0431\u0443\u0442\u0438 \u043F\u043E\u0440\u043E\u0436\u043D\u0454."]},{msgid:'Names must not end with "{extension}".',msgstr:[`\u0406\u043C'\u044F \u043D\u0435 \u043C\u043E\u0436\u0435 \u0437\u0430\u043A\u0456\u043D\u0447\u0443\u0432\u0430\u0442\u0438\u0441\u044F \u043D\u0430 "{extension}".`]},{msgid:"Names must not start with a dot.",msgstr:["\u0406\u043C'\u044F \u043D\u0435 \u043C\u043E\u0436\u0435 \u043F\u043E\u0447\u0438\u043D\u0430\u0442\u0438\u0441\u044F \u0437 \u043A\u0440\u0430\u043F\u043A\u0438."]},{msgid:"New",msgstr:["\u041D\u043E\u0432\u0438\u0439"]},{msgid:"New folder",msgstr:["\u041D\u043E\u0432\u0438\u0439 \u043A\u0430\u0442\u0430\u043B\u043E\u0433"]},{msgid:"New folder name",msgstr:["\u0406\u043C'\u044F \u043D\u043E\u0432\u043E\u0433\u043E \u043A\u0430\u0442\u0430\u043B\u043E\u0433\u0443"]},{msgid:"No files in here",msgstr:["\u0422\u0443\u0442 \u0432\u0456\u0434\u0441\u0443\u0442\u043D\u0456 \u0444\u0430\u0439\u043B\u0438"]},{msgid:"No files matching your filter were found.",msgstr:["\u0412\u0456\u0434\u0441\u0443\u0442\u043D\u0456 \u0437\u0431\u0456\u0433\u0438 \u0437\u0430 \u0444\u0456\u043B\u044C\u0442\u0440\u043E\u043C."]},{msgid:"No matching files",msgstr:["\u0412\u0456\u0434\u0441\u0443\u0442\u043D\u0456 \u0437\u0431\u0456\u0433\u0438 \u0444\u0430\u0439\u043B\u0456\u0432."]},{msgid:"Please enter a name with at least 2 characters.",msgstr:["\u0417\u0430\u0437\u043D\u0430\u0447\u0442\u0435 \u0456\u043C'\u044F \u0434\u043E\u0432\u0436\u0438\u043D\u043E\u044E \u043D\u0435 \u043C\u0435\u043D\u0448\u0435 2 \u0441\u0438\u043C\u0432\u043E\u043B\u0456\u0432"]},{msgid:"Recent",msgstr:["\u041E\u0441\u0442\u0430\u043D\u043D\u0456"]},{msgid:"Select all entries",msgstr:["\u0412\u0438\u0431\u0440\u0430\u0442\u0438 \u0432\u0441\u0456 \u0437\u0430\u043F\u0438\u0441\u0438"]},{msgid:"Select entry",msgstr:["\u0412\u0438\u0431\u0440\u0430\u0442\u0438 \u0437\u0430\u043F\u0438\u0441"]},{msgid:"Select the row for {nodename}",msgstr:["\u0412\u0438\u0431\u0440\u0430\u0442\u0438 \u0440\u044F\u0434\u043E\u043A \u0434\u043B\u044F {nodename}"]},{msgid:"Size",msgstr:["\u0420\u043E\u0437\u043C\u0456\u0440"]},{msgid:"Submit name",msgstr:["\u0412\u0441\u0442\u0430\u043D\u043E\u0432\u0438\u0442\u0438 \u0456\u043C'\u044F"]},{msgid:"Undo",msgstr:["\u041F\u043E\u0432\u0435\u0440\u043D\u0443\u0442\u0438"]},{msgid:"Upload some content or sync with your devices!",msgstr:["\u0417\u0430\u0432\u0430\u043D\u0442\u0430\u0436\u0442\u0435 \u0432\u043C\u0456\u0441\u0442 \u0430\u0431\u043E \u0441\u0438\u043D\u0445\u0440\u043E\u043D\u0456\u0437\u0443\u0439\u0442\u0435 \u0437 \u0432\u0430\u0448\u0438\u043C \u043F\u0440\u0438\u0441\u0442\u0440\u043E\u0454\u043C!"]},{msgid:"You are currently identified as {nickname}.",msgstr:["\u0412\u0430\u0441 \u0432\u0438\u0437\u043D\u0430\u0447\u0435\u043D\u043E \u044F\u043A {nickname}."]},{msgid:"You are currently not identified.",msgstr:["\u0412\u0430\u0441 \u043D\u0435 \u0456\u0434\u0435\u043D\u0442\u0438\u0444\u0456\u043A\u043E\u0432\u0430\u043D\u043E."]},{msgid:"You cannot leave the name empty.",msgstr:["\u041F\u043E\u0442\u0440\u0456\u0431\u043D\u043E \u0437\u0430\u0437\u043D\u0430\u0447\u0438\u0442\u0438 \u0456\u043C'\u044F."]}]},{language:"uz",translations:[{msgid:'"{char}" is not allowed inside a name.',msgstr:['Nom ichida "{char}" ga ruxsat berilmagan.']},{msgid:'"{extension}" is not an allowed name.',msgstr:['"{extension}" ruxsat etilgan nom emas.']},{msgid:'"{name}" is an invalid folder name.',msgstr:['"{name}" jild nomi yaroqsiz.']},{msgid:'"{name}" is not an allowed folder name',msgstr:['"{name}" ruxsat etilgan jild nomi emas']},{msgid:'"{segment}" is a reserved name and not allowed.',msgstr:['"{segment}" - zaxiralangan nom va ruxsat berilmaydi.']},{msgid:'"/" is not allowed inside a folder name.',msgstr:['"/" papka nomi ichida ruxsat berilmaydi.']},{msgid:"%n file conflict",msgid_plural:"%n files conflict",msgstr:["%n fayl ziddiyatli"]},{msgid:"%n file conflict in {dirname}",msgid_plural:"%n file conflicts in {dirname}",msgstr:["{dirname} da %n fayl ziddiyati"]},{msgid:"All files",msgstr:["Barcha fayllar"]},{msgid:"Cancel",msgstr:["Bekor qilish"]},{msgid:"Cancel the entire operation",msgstr:["Butun operatsiyani bekor qiling"]},{msgid:"Choose",msgstr:["Tanlang"]},{msgid:"Choose {file}",msgstr:["Tanlang {file}"]},{msgid:"Choose %n file",msgid_plural:"Choose %n files",msgstr:["Tanlang %n faylni"]},{msgid:"Confirm",msgstr:["Tasdiqlang"]},{msgid:"Continue",msgstr:["Davom eting"]},{msgid:"Copy",msgstr:["Nusxa"]},{msgid:"Copy to {target}",msgstr:[" {target} ga nusxa"]},{msgid:"Could not create the new folder",msgstr:["Yangi jild yaratib bo\u2018lmadi"]},{msgid:"Could not load files settings",msgstr:["Fayl sozlamalari yuklanmadi"]},{msgid:"Could not load files views",msgstr:["Fayllarni ko\u02BBrishni yuklab bo\u02BBlmadi"]},{msgid:"Create directory",msgstr:["Katalog yaratish"]},{msgid:"Current view selector",msgstr:["Joriy ko'rinish selektori"]},{msgid:"Enter your name",msgstr:["Ismingizni kiriting"]},{msgid:"Existing version",msgstr:["Mavjud versiya"]},{msgid:"Failed to set nickname.",msgstr:["Taxallusni o\u2018rnatib bo\u2018lmadi."]},{msgid:"Favorites",msgstr:["Tanlanganlar"]},{msgid:"Files and folders you mark as favorite will show up here.",msgstr:["Tanlangan deb belgilagan fayl va papkalar shu yerda ko\u02BBrinadi."]},{msgid:"Files and folders you recently modified will show up here.",msgstr:["Siz yaqinda o\u02BBzgartirgan fayl va papkalar shu yerda ko\u02BBrinadi."]},{msgid:"Filter file list",msgstr:["Fayl ro'yxatini filtrlash"]},{msgid:"Folder name cannot be empty.",msgstr:["Jild nomi bo\u02BBsh bo\u02BBlishi mumkin emas."]},{msgid:"Guest identification",msgstr:["Foydalanuvchini identifikatsiyalash"]},{msgid:"Home",msgstr:["Uy"]},{msgid:"If you select both versions, the incoming file will have a number added to its name.",msgstr:["Agar siz ikkala versiyani tanlasangiz, kiruvchi fayl nomiga qo'shilgan raqamga ega bo'ladi."]},{msgid:"Invalid name.",msgstr:["Nomi noto\u2018g\u2018ri."]},{msgid:"Last modified date unknown",msgstr:["Oxirgi tahrirlangan sana noma'lum"]},{msgid:"Modified",msgstr:["Modifikatsiyalangan"]},{msgid:"Move",msgstr:["Ko'chirish"]},{msgid:"Move to {target}",msgstr:[" {target} ga ko'chirish"]},{msgid:"Name",msgstr:["Nomi"]},{msgid:"Names may be at most 64 characters long.",msgstr:["Ismlar ko'pi bilan 64 ta belgidan iborat bo'lishi mumkin."]},{msgid:"Names must not be empty.",msgstr:["Ismlar bo'sh bo'lmasligi kerak."]},{msgid:'Names must not end with "{extension}".',msgstr:['Ismlar "{extension}" bilan tugamasligi kerak.']},{msgid:"Names must not start with a dot.",msgstr:["Ismlar nuqta bilan boshlanmasligi kerak."]},{msgid:"New",msgstr:["Yangi"]},{msgid:"New folder",msgstr:["Yangi jild"]},{msgid:"New folder name",msgstr:["Yangi jild nomi"]},{msgid:"New version",msgstr:["Yangi versiya"]},{msgid:"No files in here",msgstr:["Fayl mavjud emas"]},{msgid:"No files matching your filter were found.",msgstr:["Filtringizga mos keladigan fayl topilmadi."]},{msgid:"No matching files",msgstr:["Mos fayllar yo'q"]},{msgid:"Please enter a name with at least 2 characters.",msgstr:["Kamida 2 ta belgidan iborat nom kiriting."]},{msgid:"Recent",msgstr:["Yaqinda"]},{msgid:"Select all checkboxes",msgstr:["Barcha katakchalarni belgilang"]},{msgid:"Select all entries",msgstr:["Barcha yozuvlarni tanlang"]},{msgid:"Select all existing files",msgstr:["Barcha mavjud fayllarni tanlang"]},{msgid:"Select all new files",msgstr:["Barcha yangi fayllarni tanlang"]},{msgid:"Select entry",msgstr:["Yozuvni tanlang"]},{msgid:"Select the row for {nodename}",msgstr:["{nodename} uchun qatorni tanlang"]},{msgid:"Size",msgstr:["O`lcham"]},{msgid:"Skip %n file",msgid_plural:"Skip %n files",msgstr:["%n faylni o\u02BBtkazib yuborish"]},{msgid:"Skip this file",msgstr:["Ushbu faylni o'tkazib yuboring"]},{msgid:"Submit name",msgstr:["Ismni tasdiqlang"]},{msgid:"Undo",msgstr:["Bekor qilish"]},{msgid:"Upload some content or sync with your devices!",msgstr:["Qurilmangizga ba'zi kontentni yuklang yoki sinxronlang!"]},{msgid:"When an incoming folder is selected, any conflicting files within it will also be overwritten.",msgstr:["Kiruvchi papka tanlanganda, undagi har qanday ziddiyatli fayllar ham ustiga yoziladi."]},{msgid:"When an incoming folder is selected, the content is written into the existing folder and a recursive conflict resolution is performed.",msgstr:["Kiruvchi papka tanlanganda, kontent mavjud jildga yoziladi va nizolarni rekursiv hal qilish amalga oshiriladi."]},{msgid:"Which files do you want to keep?",msgstr:["Qaysi fayllarni saqlamoqchisiz?"]},{msgid:"You are currently identified as {nickname}.",msgstr:["Siz hozirda {nickname} sifatida aniqlangansiz."]},{msgid:"You are currently not identified.",msgstr:["Siz hozirda identifikatsiyadan o'tmagansiz"]},{msgid:"You cannot leave the name empty.",msgstr:["Ism katagini bo'sh qoldirib bo'lmaydi."]},{msgid:"You need to choose at least one conflict solution",msgstr:["Siz kamida bitta mojaro yechimini tanlashingiz kerak"]},{msgid:"You need to select at least one version of each file to continue.",msgstr:["Davom etish uchun har bir faylning kamida bitta versiyasini tanlashingiz kerak."]}]},{language:"vi",translations:[{msgid:'"{name}" is an invalid folder name.',msgstr:['"{name}" l\xE0 t\xEAn th\u01B0 m\u1EE5c kh\xF4ng h\u1EE3p l\u1EC7.']},{msgid:'"{name}" is not an allowed folder name',msgstr:['"1{name}"kh\xF4ng ph\u1EA3i l\xE0 t\xEAn th\u01B0 m\u1EE5c \u0111\u01B0\u1EE3c cho ph\xE9p']},{msgid:'"/" is not allowed inside a folder name.',msgstr:['"/"kh\xF4ng \u0111\u01B0\u1EE3c ph\xE9p \u0111\u1EB7t trong t\xEAn th\u01B0 m\u1EE5c.']},{msgid:"All files",msgstr:["T\u1EA5t c\u1EA3 t\u1EC7p"]},{msgid:"Choose",msgstr:["Ch\u1ECDn"]},{msgid:"Choose {file}",msgstr:["Ch\u1ECDn {file}"]},{msgid:"Choose %n file",msgid_plural:"Choose %n files",msgstr:["Ch\u1ECDn %n t\u1EC7p"]},{msgid:"Copy",msgstr:["Sao ch\xE9p"]},{msgid:"Copy to {target}",msgstr:["Sao ch\xE9p \u0111\u1EBFn {target}"]},{msgid:"Could not create the new folder",msgstr:["Kh\xF4ng th\u1EC3 t\u1EA1o th\u01B0 m\u1EE5c m\u1EDBi"]},{msgid:"Could not load files settings",msgstr:["Kh\xF4ng th\u1EC3 t\u1EA3i t\u1EADp tin c\xE0i \u0111\u1EB7t"]},{msgid:"Could not load files views",msgstr:["Kh\xF4ng th\u1EC3 t\u1EA3i xu\u1ED1ng t\u1EC7p xem"]},{msgid:"Create directory",msgstr:["T\u1EA1o th\u01B0 m\u1EE5c"]},{msgid:"Current view selector",msgstr:["Hi\u1EC7n t\u1EA1i ch\u1EBF \u0111\u1ED9 xem c\u1EE7a b\u1ED9 ch\u1ECDn"]},{msgid:"Favorites",msgstr:["Y\xEAu c\u1EA7u th\xEDch"]},{msgid:"Files and folders you mark as favorite will show up here.",msgstr:["C\xE1c t\u1EADp tin v\xE0 th\u01B0 m\u1EE5c b\u1EA1n \u0111\xE1nh d\u1EA5u y\xEAu th\xEDch s\u1EBD hi\u1EC3n th\u1ECB \u1EDF \u0111\xE2y."]},{msgid:"Files and folders you recently modified will show up here.",msgstr:["C\xE1c t\u1EADp tin v\xE0 th\u01B0 m\u1EE5c b\u1EA1n s\u1EEDa \u0111\u1ED5i g\u1EA7n \u0111\xE2y s\u1EBD hi\u1EC3n th\u1ECB \u1EDF \u0111\xE2y."]},{msgid:"Filter file list",msgstr:["Filter list file"]},{msgid:"Folder name cannot be empty.",msgstr:["Th\u01B0 m\u1EE5c t\xEAn kh\xF4ng \u0111\u01B0\u1EE3c \u0111\u1EC3 tr\u1ED1ng."]},{msgid:"Home",msgstr:["Trang ch\u1EE7"]},{msgid:"Modified",msgstr:["\u0110\xE3 s\u1EEDa \u0111\u1ED5i"]},{msgid:"Move",msgstr:["Di chuy\u1EC3n"]},{msgid:"Move to {target}",msgstr:["Di chuy\u1EC3n \u0111\u1EBFn{target}"]},{msgid:"Name",msgstr:["T\xEAn"]},{msgid:"New",msgstr:["M\u1EDBi"]},{msgid:"New folder",msgstr:["New th\u01B0 m\u1EE5c"]},{msgid:"New folder name",msgstr:["New th\u01B0 m\u1EE5c t\xEAn"]},{msgid:"No files in here",msgstr:["No file at here"]},{msgid:"No files matching your filter were found.",msgstr:["Kh\xF4ng t\xECm th\u1EA5y t\u1EC7p n\xE0o ph\xF9 h\u1EE3p v\u1EDBi b\u1ED9 l\u1ECDc c\u1EE7a b\u1EA1n."]},{msgid:"No matching files",msgstr:["No file ph\xF9 h\u1EE3p"]},{msgid:"Recent",msgstr:["G\u1EA7n \u0111\xE2y"]},{msgid:"Select all entries",msgstr:["Choose all items"]},{msgid:"Select entry",msgstr:["Ch\u1ECDn m\u1EE5c nh\u1EADp"]},{msgid:"Select the row for {nodename}",msgstr:["Choose hang cho{nodename}"]},{msgid:"Size",msgstr:["K\xEDch c\u1EE1"]},{msgid:"Undo",msgstr:["Ho\xE0n t\xE1c"]},{msgid:"Upload some content or sync with your devices!",msgstr:["T\u1EA3i l\xEAn m\u1ED9t s\u1ED1 n\u1ED9i dung ho\u1EB7c \u0111\u1ED3ng b\u1ED9 h\xF3a v\u1EDBi thi\u1EBFt b\u1ECB c\u1EE7a b\u1EA1n!"]}]},{language:"zh_CN",translations:[{msgid:'"{name}" is an invalid folder name.',msgstr:["\u201C{name}\u201D \u662F\u65E0\u6548\u7684\u6587\u4EF6\u5939\u540D\u79F0\u3002"]},{msgid:'"{name}" is not an allowed folder name',msgstr:["\u201C{name}\u201D \u4E0D\u662F\u5141\u8BB8\u7684\u6587\u4EF6\u5939\u540D\u79F0"]},{msgid:'"/" is not allowed inside a folder name.',msgstr:["\u6587\u4EF6\u5939\u540D\u79F0\u4E2D\u4E0D\u5141\u8BB8\u5305\u542B \u201C/\u201D\u3002"]},{msgid:"All files",msgstr:["\u6240\u6709\u6587\u4EF6"]},{msgid:"Choose",msgstr:["\u9009\u62E9"]},{msgid:"Choose {file}",msgstr:["\u9009\u62E9 {file}"]},{msgid:"Choose %n file",msgid_plural:"Choose %n files",msgstr:["\u9009\u62E9 %n \u4E2A\u6587\u4EF6"]},{msgid:"Copy",msgstr:["\u590D\u5236"]},{msgid:"Copy to {target}",msgstr:["\u590D\u5236\u5230 {target}"]},{msgid:"Could not create the new folder",msgstr:["\u65E0\u6CD5\u521B\u5EFA\u65B0\u6587\u4EF6\u5939"]},{msgid:"Could not load files settings",msgstr:["\u65E0\u6CD5\u52A0\u8F7D\u6587\u4EF6\u8BBE\u7F6E"]},{msgid:"Could not load files views",msgstr:["\u65E0\u6CD5\u52A0\u8F7D\u6587\u4EF6\u89C6\u56FE"]},{msgid:"Create directory",msgstr:["\u521B\u5EFA\u76EE\u5F55"]},{msgid:"Current view selector",msgstr:["\u5F53\u524D\u89C6\u56FE\u9009\u62E9\u5668"]},{msgid:"Favorites",msgstr:["\u6700\u7231"]},{msgid:"Files and folders you mark as favorite will show up here.",msgstr:["\u60A8\u6807\u8BB0\u4E3A\u6700\u7231\u7684\u6587\u4EF6\u4E0E\u6587\u4EF6\u5939\u4F1A\u663E\u793A\u5728\u8FD9\u91CC"]},{msgid:"Files and folders you recently modified will show up here.",msgstr:["\u60A8\u6700\u8FD1\u4FEE\u6539\u7684\u6587\u4EF6\u4E0E\u6587\u4EF6\u5939\u4F1A\u663E\u793A\u5728\u8FD9\u91CC"]},{msgid:"Filter file list",msgstr:["\u8FC7\u6EE4\u6587\u4EF6\u5217\u8868"]},{msgid:"Folder name cannot be empty.",msgstr:["\u6587\u4EF6\u5939\u540D\u79F0\u4E0D\u80FD\u4E3A\u7A7A\u3002"]},{msgid:"Home",msgstr:["\u4E3B\u76EE\u5F55"]},{msgid:"Modified",msgstr:["\u5DF2\u4FEE\u6539"]},{msgid:"Move",msgstr:["\u79FB\u52A8"]},{msgid:"Move to {target}",msgstr:["\u79FB\u52A8\u81F3 {target}"]},{msgid:"Name",msgstr:["\u540D\u79F0"]},{msgid:"New",msgstr:["\u65B0\u5EFA"]},{msgid:"New folder",msgstr:["\u65B0\u6587\u4EF6\u5939"]},{msgid:"New folder name",msgstr:["\u65B0\u6587\u4EF6\u5939\u540D\u79F0"]},{msgid:"No files in here",msgstr:["\u6B64\u5904\u65E0\u6587\u4EF6"]},{msgid:"No files matching your filter were found.",msgstr:["\u627E\u4E0D\u5230\u7B26\u5408\u60A8\u8FC7\u6EE4\u6761\u4EF6\u7684\u6587\u4EF6"]},{msgid:"No matching files",msgstr:["\u65E0\u7B26\u5408\u7684\u6587\u4EF6"]},{msgid:"Recent",msgstr:["\u6700\u8FD1"]},{msgid:"Select all entries",msgstr:["\u9009\u62E9\u6240\u6709\u6761\u76EE"]},{msgid:"Select entry",msgstr:["\u9009\u62E9\u6761\u76EE"]},{msgid:"Select the row for {nodename}",msgstr:["\u9009\u62E9 {nodename} \u7684\u5217"]},{msgid:"Size",msgstr:["\u5927\u5C0F"]},{msgid:"Undo",msgstr:[" \u64A4\u6D88"]},{msgid:"Upload some content or sync with your devices!",msgstr:["\u4E0A\u4F20\u4E00\u4E9B\u9879\u76EE\u6216\u4E0E\u60A8\u7684\u8BBE\u5907\u540C\u6B65\uFF01"]}]},{language:"zh_HK",translations:[{msgid:'"{char}" is not allowed inside a name.',msgstr:['\u540D\u7A31\u4E2D\u4E0D\u80FD\u4F7F\u7528 "{char}"\u3002']},{msgid:'"{extension}" is not an allowed name.',msgstr:["\u300C{extension}\u300D\u4E26\u975E\u5141\u8A31\u7684\u540D\u7A31\u3002"]},{msgid:'"{name}" is an invalid folder name.',msgstr:["\u300C{name}\u300D\u662F\u7121\u6548\u7684\u8CC7\u6599\u593E\u540D\u7A31\u3002"]},{msgid:'"{name}" is not an allowed folder name',msgstr:["\u8CC7\u6599\u593E\u540D\u7A31\u300C{name}\u300D\u4E0D\u7B26\u5408\u5141\u8A31\u7684\u898F\u7BC4\u3002"]},{msgid:'"{segment}" is a reserved name and not allowed.',msgstr:["\u300C{segment}\u300D\u662F\u4E00\u500B\u4FDD\u7559\u540D\u7A31\uFF0C\u4E0D\u80FD\u4F7F\u7528\u3002"]},{msgid:'"/" is not allowed inside a folder name.',msgstr:['\u8CC7\u6599\u593E\u540D\u7A31\u4E2D\u4E0D\u5141\u8A31\u4F7F\u7528 "/"\u3002']},{msgid:"All files",msgstr:["\u6240\u6709\u6A94\u6848"]},{msgid:"Cancel",msgstr:["\u53D6\u6D88"]},{msgid:"Choose",msgstr:["\u9078\u64C7"]},{msgid:"Choose {file}",msgstr:["\u9078\u64C7 {file}"]},{msgid:"Choose %n file",msgid_plural:"Choose %n files",msgstr:["\u9078\u64C7 %n \u500B\u6A94\u6848"]},{msgid:"Copy",msgstr:["\u8907\u88FD"]},{msgid:"Copy to {target}",msgstr:["\u8907\u88FD\u5230 {target}"]},{msgid:"Could not create the new folder",msgstr:["\u7121\u6CD5\u5EFA\u7ACB\u65B0\u8CC7\u6599\u593E"]},{msgid:"Could not load files settings",msgstr:["\u7121\u6CD5\u8F09\u5165\u6A94\u6848\u8A2D\u5B9A"]},{msgid:"Could not load files views",msgstr:["\u7121\u6CD5\u8F09\u5165\u6A94\u6848\u8996\u5716"]},{msgid:"Create directory",msgstr:["\u5EFA\u7ACB\u76EE\u9304"]},{msgid:"Current view selector",msgstr:["\u76EE\u524D\u8996\u5716\u9078\u64C7\u5668"]},{msgid:"Enter your name",msgstr:["\u8F38\u5165\u60A8\u7684\u540D\u5B57"]},{msgid:"Failed to set nickname.",msgstr:["\u7121\u6CD5\u8A2D\u7F6E\u66B1\u7A31\u3002"]},{msgid:"Favorites",msgstr:["\u6700\u611B"]},{msgid:"Files and folders you mark as favorite will show up here.",msgstr:["\u60A8\u6A19\u8A18\u70BA\u6700\u611B\u7684\u6A94\u6848\u8207\u8CC7\u6599\u593E\u5C07\u6703\u986F\u793A\u5728\u6B64\u8655\u3002"]},{msgid:"Files and folders you recently modified will show up here.",msgstr:["\u60A8\u6700\u8FD1\u4FEE\u6539\u7684\u6A94\u6848\u8207\u8CC7\u6599\u593E\u5C07\u6703\u986F\u793A\u5728\u6B64\u8655\u3002"]},{msgid:"Filter file list",msgstr:["\u904E\u6FFE\u6A94\u6848\u6E05\u55AE"]},{msgid:"Folder name cannot be empty.",msgstr:["\u8CC7\u6599\u593E\u540D\u7A31\u4E0D\u80FD\u70BA\u7A7A\u3002"]},{msgid:"Guest identification",msgstr:["\u8A2A\u5BA2\u8EAB\u4EFD\u8B58\u5225"]},{msgid:"Home",msgstr:["\u9996\u9801"]},{msgid:"Invalid name.",msgstr:["\u7121\u6548\u7684\u540D\u5B57\u3002"]},{msgid:"Modified",msgstr:["\u5DF2\u4FEE\u6539"]},{msgid:"Move",msgstr:["\u79FB\u52D5"]},{msgid:"Move to {target}",msgstr:["\u79FB\u52D5\u81F3 {target}"]},{msgid:"Name",msgstr:["\u540D\u7A31"]},{msgid:"Names must not be empty.",msgstr:["\u540D\u7A31\u4E0D\u80FD\u70BA\u7A7A\u3002"]},{msgid:'Names must not end with "{extension}".',msgstr:["\u540D\u7A31\u4E0D\u5F97\u4EE5\u300C{extension}\u300D\u7D50\u5C3E\u3002"]},{msgid:"Names must not start with a dot.",msgstr:["\u540D\u7A31\u4E0D\u5F97\u4EE5\u9EDE\u958B\u982D\u3002"]},{msgid:"New",msgstr:["\u65B0"]},{msgid:"New folder",msgstr:["\u65B0\u8CC7\u6599\u593E"]},{msgid:"New folder name",msgstr:["\u65B0\u8CC7\u6599\u593E\u540D\u7A31"]},{msgid:"No files in here",msgstr:["\u6B64\u8655\u7121\u6A94\u6848"]},{msgid:"No files matching your filter were found.",msgstr:["\u627E\u4E0D\u5230\u7B26\u5408\u60A8\u904E\u6FFE\u689D\u4EF6\u7684\u6A94\u6848\u3002"]},{msgid:"No matching files",msgstr:["\u6C92\u6709\u5339\u914D\u7684\u6A94\u6848"]},{msgid:"Please enter a name with at least 2 characters.",msgstr:["\u8ACB\u8F38\u5165\u81F3\u5C11 2 \u500B\u5B57\u7B26\u7684\u540D\u7A31\u3002"]},{msgid:"Recent",msgstr:["\u6700\u8FD1"]},{msgid:"Select all entries",msgstr:["\u9078\u64C7\u6240\u6709\u9805\u76EE"]},{msgid:"Select entry",msgstr:["\u9078\u64C7\u9805\u76EE"]},{msgid:"Select the row for {nodename}",msgstr:["\u9078\u64C7 {nodename} \u7684\u5217"]},{msgid:"Size",msgstr:["\u5927\u5C0F"]},{msgid:"Submit name",msgstr:["\u905E\u4EA4\u540D\u5B57"]},{msgid:"Undo",msgstr:["\u9084\u539F"]},{msgid:"Upload some content or sync with your devices!",msgstr:["\u4E0A\u50B3\u4E00\u4E9B\u5167\u5BB9\u6216\u8207\u60A8\u7684\u88DD\u7F6E\u540C\u6B65\uFF01"]},{msgid:"You are currently identified as {nickname}.",msgstr:["\u60A8\u76EE\u524D\u88AB\u8B58\u5225\u70BA {nickname}\u3002"]},{msgid:"You are currently not identified.",msgstr:["\u60A8\u76EE\u524D\u5C1A\u672A\u88AB\u8B58\u5225\u3002"]},{msgid:"You cannot leave the name empty.",msgstr:["\u540D\u7A31\u4E0D\u80FD\u7559\u7A7A\u3002"]}]},{language:"zh_TW",translations:[{msgid:'"{name}" is an invalid file name.',msgstr:["\u300C{name}\u300D\u662F\u7121\u6548\u7684\u6A94\u6848\u540D\u7A31\u3002"]},{msgid:'"{name}" is not an allowed filetype',msgstr:["\u300C{name}\u300D\u4E26\u975E\u5141\u8A31\u7684\u6A94\u6848\u985E\u578B"]},{msgid:'"/" is not allowed inside a file name.',msgstr:["\u6A94\u6848\u540D\u7A31\u4E2D\u4E0D\u5141\u8A31\u4F7F\u7528\u300C/\u300D\u3002"]},{msgid:"All files",msgstr:["\u6240\u6709\u6A94\u6848"]},{msgid:"Choose",msgstr:["\u9078\u64C7"]},{msgid:"Choose {file}",msgstr:["\u9078\u64C7 {file}"]},{msgid:"Copy",msgstr:["\u8907\u88FD"]},{msgid:"Copy to {target}",msgstr:["\u8907\u88FD\u5230 {target}"]},{msgid:"Could not create the new folder",msgstr:["\u7121\u6CD5\u5EFA\u7ACB\u65B0\u8CC7\u6599\u593E"]},{msgid:"Create directory",msgstr:["\u5EFA\u7ACB\u76EE\u9304"]},{msgid:"Current view selector",msgstr:["\u76EE\u524D\u6AA2\u8996\u9078\u53D6\u5668"]},{msgid:"Favorites",msgstr:["\u6700\u611B"]},{msgid:"File name cannot be empty.",msgstr:["\u6A94\u6848\u540D\u7A31\u4E0D\u80FD\u70BA\u7A7A\u3002"]},{msgid:"Filepicker sections",msgstr:["\u6A94\u6848\u6311\u9078\u5668\u9078\u53D6"]},{msgid:"Files and folders you mark as favorite will show up here.",msgstr:["\u60A8\u6A19\u8A18\u70BA\u6700\u611B\u7684\u6A94\u6848\u8207\u8CC7\u6599\u593E\u5C07\u6703\u986F\u793A\u5728\u6B64\u8655\u3002"]},{msgid:"Files and folders you recently modified will show up here.",msgstr:["\u60A8\u6700\u8FD1\u4FEE\u6539\u7684\u6A94\u6848\u8207\u8CC7\u6599\u593E\u5C07\u6703\u986F\u793A\u5728\u6B64\u8655\u3002"]},{msgid:"Filter file list",msgstr:["\u904E\u6FFE\u6A94\u6848\u6E05\u55AE"]},{msgid:"Home",msgstr:["\u5BB6"]},{msgid:"Mime type {mime}",msgstr:["Mime type {mime}"]},{msgid:"Modified",msgstr:["\u5DF2\u4FEE\u6539"]},{msgid:"Move",msgstr:["\u79FB\u52D5"]},{msgid:"Move to {target}",msgstr:["\u79FB\u52D5\u81F3 {target}"]},{msgid:"Name",msgstr:["\u540D\u7A31"]},{msgid:"New",msgstr:["\u65B0"]},{msgid:"New folder",msgstr:["\u65B0\u8CC7\u6599\u593E"]},{msgid:"New folder name",msgstr:["\u65B0\u8CC7\u6599\u593E\u540D\u7A31"]},{msgid:"No files in here",msgstr:["\u6B64\u8655\u7121\u6A94\u6848"]},{msgid:"No files matching your filter were found.",msgstr:["\u627E\u4E0D\u5230\u7B26\u5408\u60A8\u904E\u6FFE\u689D\u4EF6\u7684\u6A94\u6848\u3002"]},{msgid:"No matching files",msgstr:["\u7121\u7B26\u5408\u7684\u6A94\u6848"]},{msgid:"Recent",msgstr:["\u6700\u8FD1"]},{msgid:"Select all entries",msgstr:["\u9078\u53D6\u6240\u6709\u689D\u76EE"]},{msgid:"Select entry",msgstr:["\u9078\u53D6\u689D\u76EE"]},{msgid:"Select the row for {nodename}",msgstr:["\u9078\u53D6 {nodename} \u7684\u5217"]},{msgid:"Size",msgstr:["\u5927\u5C0F"]},{msgid:"Undo",msgstr:["\u5FA9\u539F"]},{msgid:"unknown",msgstr:["\u672A\u77E5"]},{msgid:"Upload some content or sync with your devices!",msgstr:["\u4E0A\u50B3\u4E00\u4E9B\u5167\u5BB9\u6216\u8207\u60A8\u7684\u88DD\u7F6E\u540C\u6B65"]}]}]){const{language:Zt,translations:pt}=xt,an={headers:{},translations:{"":Object.fromEntries(pt.map(Gn=>[Gn.msgid,Gn]))}};fe.addTranslation(Zt,an)}const be=fe.build(),Be=be.ngettext.bind(be),Oe=be.gettext.bind(be);/*!
|
|
* SPDX-FileCopyrightText: 2023 F7cloud GmbH and F7cloud contributors
|
|
* SPDX-License-Identifier: AGPL-3.0-or-later
|
|
*/const Ke=(0,k.YK)().setApp("@f7cloud/dialogs").detectLogLevel().build();var Ct=(xt=>(xt[xt.Choose=1]="Choose",xt[xt.Move=2]="Move",xt[xt.Copy=3]="Copy",xt[xt.CopyMove=4]="CopyMove",xt[xt.Custom=5]="Custom",xt))(Ct||{});class ct extends null{}class vt{constructor(Zt,pt,an,Gn,Gi,ha,ga,Mr,Co,Ho=!1){$n(this,"title");$n(this,"multiSelect");$n(this,"mimeTypeFilter");$n(this,"directoriesAllowed");$n(this,"buttons");$n(this,"path");$n(this,"filter");$n(this,"canPick");$n(this,"container");$n(this,"disabledNavigation");this.title=Zt,this.multiSelect=pt,this.mimeTypeFilter=an,this.directoriesAllowed=Gn,this.path=ha,this.filter=ga,this.canPick=Mr,this.buttons=Gi,this.container=Co,this.disabledNavigation=Ho}async pickNodes(){const{default:Zt}=await Promise.all([a.e("defaultVendors-node_modules_f7cloud_dialogs_dist_chunks__plugin-vue_export-helper-1tPrXgE0_-e37598"),a.e("defaultVendors-node_modules_mdi_js_mdi_js-node_modules_f7cloud_dialogs_dist_chunks_preview--260ca1"),a.e("defaultVendors-node_modules_f7cloud_dialogs_dist_chunks_FilePicker-CtWlxGEm_mjs")]).then(a.bind(a,90255)),pt=await spawnDialog$1(Zt,{allowPickDirectory:this.directoriesAllowed,buttons:this.buttons,name:this.title,path:this.path,mimetypeFilter:this.mimeTypeFilter,multiselect:this.multiSelect,filterFn:this.filter,canPickFn:this.canPick,disabledNavigation:this.disabledNavigation},{container:this.container});if(!Array.isArray(pt)||pt.length===0)throw new ct("FilePicker: No nodes selected");return pt}async pick(){const Zt=await this.pickNodes();return this.multiSelect?Zt.map(an=>an.path):Zt[0]?.path??"/"}}class Fi{constructor(Zt){$n(this,"title");$n(this,"multiSelect",!1);$n(this,"mimeTypeFilter",[]);$n(this,"directoriesAllowed",!1);$n(this,"path");$n(this,"filter");$n(this,"canPick");$n(this,"buttons",[]);$n(this,"container");$n(this,"disabledNavigation",!1);this.title=Zt}setContainer(Zt){return this.container=Zt,this}setMultiSelect(Zt){return this.multiSelect=Zt,this}addMimeTypeFilter(Zt){return this.mimeTypeFilter.push(Zt),this}setMimeTypeFilter(Zt){return this.mimeTypeFilter=Zt,this}addButton(Zt){return typeof this.buttons=="function"&&(Ke.warn("FilePicker buttons were set to factory, now overwritten with button object."),this.buttons=[]),this.buttons.push(Zt),this}setButtonFactory(Zt){return this.buttons=Zt,this}setType(Zt){return this.buttons=(pt,an)=>{const Gn=[],Gi=pt?.[0]?.attributes?.displayName||pt?.[0]?.basename,ha=Gi||basename(an);if(Zt===1){let ga=Oe("Choose");pt.length===1?ga=Oe("Choose {file}",{file:Gi}):this.multiSelect&&(ga=Be("Choose %n file","Choose %n files",pt.length)),Gn.push({callback:()=>{},label:ga,variant:"primary"})}return(Zt===4||Zt===3)&&Gn.push({callback:()=>{},label:ha?Oe("Copy to {target}",{target:ha}):Oe("Copy"),icon:pe,variant:Zt===3?"primary":"secondary"}),(Zt===4||Zt===2)&&Gn.push({callback:()=>{},label:ha?Oe("Move to {target}",{target:ha}):Oe("Move"),icon:me,variant:"primary"}),Gn},this}allowDirectories(Zt=!0){return this.directoriesAllowed=Zt,this}startAt(Zt){return this.path=Zt,this}setFilter(Zt){return this.filter=Zt,this}setCanPick(Zt){return this.canPick=Zt,this}disableNavigation(){return this.disabledNavigation=!0,this}build(){return new vt(this.title,this.multiSelect,this.mimeTypeFilter,this.directoriesAllowed,this.buttons,this.path,this.filter,this.canPick,this.container,this.disabledNavigation)}}function It(xt){return new Fi(xt)}async function mi(xt){return await spawnDialog$1(defineAsyncComponent(()=>Promise.all([a.e("defaultVendors-node_modules_f7cloud_dialogs_dist_chunks__plugin-vue_export-helper-1tPrXgE0_-e37598"),a.e("node_modules_f7cloud_dialogs_dist_chunks_PublicAuthPrompt-CWSlYwmr_mjs")]).then(a.bind(a,17145))),xt)}const Dt=`<svg width="20"
|
|
height="20"
|
|
viewBox="0 0 24 24"
|
|
xmlns="http://www.w3.org/2000/svg">
|
|
<path fill="var(--color-loading-light)" d="M12,4V2A10,10 0 1,0 22,12H20A8,8 0 1,1 12,4Z" />
|
|
<path fill="var(--color-loading-dark)" d="M12,4V2A10,10 0 0,1 22,12H20A8,8 0 0,0 12,4Z" />
|
|
</svg>
|
|
`;var Xt=(xt=>(xt.ERROR="toast-error",xt.WARNING="toast-warning",xt.INFO="toast-info",xt.SUCCESS="toast-success",xt.UNDO="toast-undo",xt.LOADING="toast-loading",xt))(Xt||{});const Hi="off",$i="polite",Rn="assertive";var Mi=(xt=>(xt[xt.OFF=Hi]="OFF",xt[xt.POLITE=$i]="POLITE",xt[xt.ASSERTIVE=Rn]="ASSERTIVE",xt))(Mi||{});const ln=1e4,Dn=7e3,Ga=-1;function Da(xt,Zt){if(Zt={timeout:Dn,isHTML:!1,type:void 0,selector:void 0,onRemove:()=>{},onClick:void 0,close:!0,...Zt},typeof xt=="string"&&!Zt.isHTML){const ha=document.createElement("div");ha.innerHTML=xt,xt=ha.innerText}let pt=Zt.type??"";typeof Zt.onClick=="function"&&(pt+=" toast-with-click ");const an=xt instanceof Node;let Gn=Mi.POLITE;Zt.ariaLive?Gn=Zt.ariaLive:(Zt.type==="toast-error"||Zt.type==="toast-undo")&&(Gn=Mi.ASSERTIVE);const Gi=M({[an?"node":"text"]:xt,duration:Zt.timeout,callback:Zt.onRemove,onClick:Zt.onClick,close:Zt.close,gravity:"top",selector:Zt.selector,position:"right",backgroundColor:"",className:"dialogs "+pt,escapeMarkup:!Zt.isHTML,ariaLive:Gn});return Gi.showToast(),Gi}function wn(xt,Zt){return Da(xt,{...Zt,type:"toast-error"})}function ir(xt,Zt){return Da(xt,{...Zt,type:"toast-warning"})}function Fa(xt,Zt){return Da(xt,{...Zt,type:"toast-info"})}function yr(xt,Zt){return Da(xt,{...Zt,type:"toast-success"})}function pr(xt,Zt){const pt=document.createElement("span");pt.innerHTML=Dt,pt.classList.add("toast-loader");const an=document.createElement("span");return an.classList.add("toast-loader-container"),an.innerText=xt,an.appendChild(pt),Da(an,{...Zt,close:!1,timeout:Ga,type:"toast-loading"})}function Za(xt,Zt,pt){if(!(Zt instanceof Function))throw new Error("Please provide a valid onUndo method");pt=Object.assign(pt||{},{timeout:ln});const an=document.createElement("span"),Gn=document.createElement("button");an.classList.add("toast-undo-container"),Gn.classList.add("toast-undo-button"),Gn.innerText=Oe("Undo"),an.innerText=xt,an.appendChild(Gn);const Gi=Da(an,{...pt,type:"toast-undo"});return Gn.addEventListener("click",function(ha){ha.stopPropagation(),Zt(ha),Gi?.hideToast instanceof Function&&Gi.hideToast()}),Gi}const $r=["textContent"],po=["innerHTML"],Jr=(0,d.pM)({__name:"GenericDialog",props:{name:{},text:{},html:{},buttons:{},severity:{}},emits:["close"],setup(xt,{emit:Zt}){const pt=xt,an=Zt,Gn=(0,d.EW)(()=>pt.buttons?.map(ha=>({...ha,callback(){ha.callback(),an("close",!0)}}))),Gi=()=>`${pt.name}: ${pt.text}`;return(0,d.sV)(()=>window.addEventListener("unload",Gi)),(0,d.hi)(()=>window.removeEventListener("unload",Gi)),(ha,ga)=>((0,d.uX)(),(0,d.Wv)((0,Y.R1)(W.A),{"dialog-classes":"nc-generic-dialog",buttons:Gn.value,name:xt.name,message:xt.text,"onUpdate:open":ga[0]||(ga[0]=Mr=>ha.$emit("close",!1))},{default:(0,d.k6)(()=>[xt.severity?((0,d.uX)(),(0,d.Wv)((0,Y.R1)(ie.A),{key:0,type:xt.severity},{default:(0,d.k6)(()=>[(0,d.Lk)("p",{textContent:(0,G.toDisplayString)(xt.text)},null,8,$r)]),_:1},8,["type"])):(0,d.Q3)("",!0),xt.html?((0,d.uX)(),(0,d.CE)("div",{key:1,innerHTML:xt.html},null,8,po)):(0,d.Q3)("",!0)]),_:1},8,["buttons","name","message"]))}});class Fs{constructor(Zt,pt,an=[],Gn){us(this,js);us(this,Fl);us(this,_s);us(this,As);No(this,js,Zt),No(this,Fl,pt),No(this,_s,an),No(this,As,Gn)}async show(){if(!await spawnDialog$1(Jr,{buttons:Wa(this,_s),name:Wa(this,js),text:Wa(this,Fl),severity:Wa(this,As)}))throw new Error("Dialog closed")}}js=new WeakMap,Fl=new WeakMap,_s=new WeakMap,As=new WeakMap;class Ss{constructor(Zt){us(this,Zl);us(this,vl);us(this,zl);us(this,yl);No(this,Zl,void 0),No(this,vl,""),No(this,zl,Zt??""),No(this,yl,[])}setName(Zt){return No(this,zl,Zt),this}setText(Zt){return No(this,vl,Zt),this}setSeverity(Zt){return No(this,Zl,Zt),this}setButtons(Zt){return Wa(this,yl).length>0&&Ke.warn("[@f7cloud/dialogs] Dialog buttons are already set - this overrides previous buttons."),No(this,yl,Zt),this}addButton(Zt){return Wa(this,yl).push(Zt),this}build(){return new Fs(Wa(this,zl),Wa(this,vl),Wa(this,yl),Wa(this,Zl))}}Zl=new WeakMap,vl=new WeakMap,zl=new WeakMap,yl=new WeakMap;function Cl(xt){return new Ss(xt)}async function zo(xt){xt={labelConfirm:Oe("Confirm"),...xt};const{promise:Zt,resolve:pt}=Promise.withResolvers(),an=[{label:xt.labelConfirm,variant:"primary",callback(){pt(!0)}}];return xt.labelReject&&an.unshift({label:xt.labelReject,callback(){pt(!1)}}),await new Fs(xt.name,xt.text,an,xt.severity).show(),Zt}},85168:($t,We,a)=>{"use strict";a.d(We,{DH:()=>e.r,Qg:()=>e.s,Te:()=>e.i});var e=a(9309)},61338:($t,We,a)=>{"use strict";a.d(We,{B1:()=>d,Ic:()=>j,al:()=>G});var e=a(32938),i=a(56953);/*!
|
|
* SPDX-FileCopyrightText: 2019 F7cloud GmbH and F7cloud contributors
|
|
* SPDX-License-Identifier: GPL-3.0-or-later
|
|
*/class c{constructor(x){$n(this,"bus");typeof x.getVersion!="function"||!i(x.getVersion())?console.warn("Proxying an event bus with an unknown or invalid version"):e(x.getVersion())!==e(this.getVersion())&&console.warn("Proxying an event bus of version "+x.getVersion()+" with "+this.getVersion()),this.bus=x}getVersion(){return"3.3.3"}subscribe(x,U){this.bus.subscribe(x,U)}unsubscribe(x,U){this.bus.unsubscribe(x,U)}emit(x,...U){this.bus.emit(x,...U)}}/*!
|
|
* SPDX-FileCopyrightText: 2019 F7cloud GmbH and F7cloud contributors
|
|
* SPDX-License-Identifier: GPL-3.0-or-later
|
|
*/class v{constructor(){$n(this,"handlers",new Map)}getVersion(){return"3.3.3"}subscribe(x,U){this.handlers.set(x,(this.handlers.get(x)||[]).concat(U))}unsubscribe(x,U){this.handlers.set(x,(this.handlers.get(x)||[]).filter(T=>T!==U))}emit(x,...U){(this.handlers.get(x)||[]).forEach(_=>{try{_(U[0])}catch(S){console.error("could not invoke event listener",S)}})}}/*!
|
|
* SPDX-FileCopyrightText: 2019 F7cloud GmbH and F7cloud contributors
|
|
* SPDX-License-Identifier: GPL-3.0-or-later
|
|
*/let N=null;function I(){return N!==null?N:typeof window>"u"?new Proxy({},{get:()=>()=>console.error("Window not available, EventBus can not be established!")}):(window.OC?._eventBus&&typeof window._nc_event_bus>"u"&&(console.warn("found old event bus instance at OC._eventBus. Update your version!"),window._nc_event_bus=window.OC._eventBus),typeof window?._nc_event_bus<"u"?N=new c(window._nc_event_bus):N=window._nc_event_bus=new v,N)}function d(Q,x){I().subscribe(Q,x)}function G(Q,x){I().unsubscribe(Q,x)}function j(Q,...x){I().emit(Q,...x)}},81222:($t,We,a)=>{"use strict";a.d(We,{C:()=>e});function e(i,c,v){const N=`#initial-state-${i}-${c}`;if(window._nc_initial_state?.has(N))return window._nc_initial_state.get(N);window._nc_initial_state||(window._nc_initial_state=new Map);const I=document.querySelector(N);if(I===null){if(v!==void 0)return v;throw new Error(`Could not find initial state ${c} of ${i}`)}try{const d=JSON.parse(atob(I.value));return window._nc_initial_state.set(N,d),d}catch(d){if(console.error("[@f7cloud/initial-state] Could not parse initial state",{key:c,app:i,error:d}),v!==void 0)return v;throw new Error(`Could not parse initial state ${c} of ${i}`,{cause:d})}}},93839:($t,We,a)=>{"use strict";a.d(We,{a:()=>I,d:()=>_,e:()=>ee,g:()=>v,i:()=>G,t:()=>T});var e=a(99418),i=a(70580);/*!
|
|
* SPDX-FileCopyrightText: 2019 F7cloud GmbH and F7cloud contributors
|
|
* SPDX-License-Identifier: GPL-3.0-or-later
|
|
*/function c(){return globalThis._nc_l10n_locale}function v(){return c().replaceAll(/_/g,"-")}function N(H){globalThis._nc_l10n_locale=H,typeof document<"u"&&(document.documentElement.dataset.locale=H)}function I(){return globalThis._nc_l10n_language}function d(H){globalThis._nc_l10n_language=H,typeof document<"u"&&(document.documentElement.lang=H)}function G(H){const xe=H||I();return["ae","ar","arc","arz","bcc","bqi","ckb","dv","fa","glk","ha","he","khw","ks","ku","mzn","nqo","pnb","ps","sd","ug","ur","ur-PK","uz-AF","yi"].includes(xe)}globalThis._nc_l10n_locale??(globalThis._nc_l10n_locale=typeof document<"u"&&document.documentElement.dataset.locale||Intl.DateTimeFormat().resolvedOptions().locale.replaceAll(/-/g,"_")),globalThis._nc_l10n_language??(globalThis._nc_l10n_language=typeof document<"u"&&document.documentElement.lang||(globalThis.navigator?.language??"en"));/*!
|
|
* SPDX-FileCopyrightText: 2022 F7cloud GmbH and F7cloud contributors
|
|
* SPDX-License-Identifier: GPL-3.0-or-later
|
|
*/function j(H){return H in globalThis._oc_l10n_registry_translations&&H in globalThis._oc_l10n_registry_plural_functions}function Q(H,xe,P){if(H==="__proto__"||H==="constructor"||H==="prototype")throw new Error("Invalid appId");globalThis._oc_l10n_registry_translations[H]={...globalThis._oc_l10n_registry_translations[H]||{},...xe},globalThis._oc_l10n_registry_plural_functions[H]=P}function x(H){delete globalThis._oc_l10n_registry_translations[H],delete globalThis._oc_l10n_registry_plural_functions[H]}function U(H){return{translations:globalThis._oc_l10n_registry_translations[H]??{},pluralFunction:globalThis._oc_l10n_registry_plural_functions[H]??(xe=>xe)}}globalThis._oc_l10n_registry_translations??(globalThis._oc_l10n_registry_translations={}),globalThis._oc_l10n_registry_plural_functions??(globalThis._oc_l10n_registry_plural_functions={});/*!
|
|
* SPDX-FileCopyrightText: 2019 F7cloud GmbH and F7cloud contributors
|
|
* SPDX-License-Identifier: GPL-3.0-or-later
|
|
*/function T(H,xe,P,ce,Ce){const ke=typeof P=="object"?P:void 0,J=typeof ce=="number"?ce:typeof P=="number"?P:void 0,ye={escape:!0,sanitize:!0,...typeof Ce=="object"?Ce:typeof ce=="object"?ce:{}},Xe=He=>He,ui=(ye.sanitize?e.A.sanitize:Xe)||Xe,ht=ye.escape?i:Xe,_t=He=>typeof He=="string"||typeof He=="number",ai=(He,ut,Ot)=>He.replace(/%n/g,""+Ot).replace(/{([^{}]*)}/g,(Gt,ri)=>{if(ut===void 0||!(ri in ut))return ht(Gt);const Ii=ut[ri];return _t(Ii)?ht(`${Ii}`):typeof Ii=="object"&&_t(Ii.value)?(Ii.escape!==!1?i:Xe)(`${Ii.value}`):ht(Gt)});let jt=(Ce?.bundle??U(H)).translations[xe]||xe;return jt=Array.isArray(jt)?jt[0]:jt,ui(typeof ke=="object"||J!==void 0?ai(jt,ke,J):jt)}function _(H,xe,P,ce,Ce,ke){const J="_"+xe+"_::_"+P+"_",ye=ke?.bundle??U(H),Xe=ye.translations[J];if(typeof Xe<"u"){const ui=Xe;if(Array.isArray(ui)){const ht=ye.pluralFunction(ce);return T(H,ui[ht],Ce,ce,ke)}}return ce===1?T(H,xe,Ce,ce,ke):T(H,P,Ce,ce,ke)}async function S(H,xe){if(j(H)||I()==="en"){const ce=U(H);return xe?.(ce),ce}let P;try{const ce=generateFilePath(H,"l10n",I()+".json");P=await fetch(ce)}catch(ce){throw new Error("Network error",{cause:ce})}if(P.ok){try{const ce=await P.json();if(typeof ce.translations=="object")return K(H,ce.translations),xe?.(ce),ce}catch{}throw new Error("Invalid content of translation bundle")}else throw new Error(P.statusText)}function K(H,xe){Q(H,xe,ee)}function _e(H){return x(H)}function ee(H,xe=I()){switch(xe==="pt-BR"&&(xe="xbr"),xe.length>3&&(xe=xe.substring(0,xe.lastIndexOf("-"))),xe){case"az":case"bo":case"dz":case"id":case"ja":case"jv":case"ka":case"km":case"kn":case"ko":case"ms":case"th":case"tr":case"vi":case"zh":return 0;case"af":case"bn":case"bg":case"ca":case"da":case"de":case"el":case"en":case"eo":case"es":case"et":case"eu":case"fa":case"fi":case"fo":case"fur":case"fy":case"gl":case"gu":case"ha":case"he":case"hu":case"is":case"it":case"ku":case"lb":case"ml":case"mn":case"mr":case"nah":case"nb":case"ne":case"nl":case"nn":case"no":case"oc":case"om":case"or":case"pa":case"pap":case"ps":case"pt":case"so":case"sq":case"sv":case"sw":case"ta":case"te":case"tk":case"ur":case"zu":return H===1?0:1;case"am":case"bh":case"fil":case"fr":case"gun":case"hi":case"hy":case"ln":case"mg":case"nso":case"xbr":case"ti":case"wa":return H===0||H===1?0:1;case"be":case"bs":case"hr":case"ru":case"sh":case"sr":case"uk":return H%10===1&&H%100!==11?0:H%10>=2&&H%10<=4&&(H%100<10||H%100>=20)?1:2;case"cs":case"sk":return H===1?0:H>=2&&H<=4?1:2;case"ga":return H===1?0:H===2?1:2;case"lt":return H%10===1&&H%100!==11?0:H%10>=2&&(H%100<10||H%100>=20)?1:2;case"sl":return H%100===1?0:H%100===2?1:H%100===3||H%100===4?2:3;case"mk":return H%10===1?0:1;case"mt":return H===1?0:H===0||H%100>1&&H%100<11?1:H%100>10&&H%100<20?2:3;case"lv":return H===0?0:H%10===1&&H%100!==11?1:2;case"pl":return H===1?0:H%10>=2&&H%10<=4&&(H%100<12||H%100>14)?1:2;case"cy":return H===1?0:H===2?1:H===8||H===11?2:3;case"ro":return H===1?0:H===0||H%100>0&&H%100<20?1:2;case"ar":return H===0?0:H===1?1:H===2?2:H%100>=3&&H%100<=10?3:H%100>=11&&H%100<=99?4:5;default:return 0}}},11195:($t,We,a)=>{"use strict";a.d(We,{$:()=>v});var e=a(93839);/*!
|
|
* SPDX-FileCopyrightText: 2019 F7cloud GmbH and F7cloud contributors
|
|
* SPDX-License-Identifier: GPL-3.0-or-later
|
|
*/class i{constructor(I){$n(this,"bundle");this.bundle={pluralFunction:I,translations:{}}}addTranslations(I){const d=Object.values(I.translations[""]??{}).map(({msgid:G,msgid_plural:j,msgstr:Q})=>j!==void 0?[`_${G}_::_${j}_`,Q]:[G,Q[0]]);this.bundle.translations={...this.bundle.translations,...Object.fromEntries(d)}}gettext(I,d={}){return(0,e.t)("",I,d,void 0,{bundle:this.bundle})}ngettext(I,d,G,j={}){return(0,e.d)("",I,d,G,j,{bundle:this.bundle})}}class c{constructor(){$n(this,"debug",!1);$n(this,"language","en");$n(this,"translations",{})}setLanguage(I){return this.language=I,this}detectLocale(){return this.detectLanguage()}detectLanguage(){return this.setLanguage((0,e.a)().replace("-","_"))}addTranslation(I,d){return this.translations[I]=d,this}enableDebugMode(){return this.debug=!0,this}build(){this.debug&&console.debug(`Creating gettext instance for language ${this.language}`);const I=new i(d=>(0,e.e)(d,this.language));return this.language in this.translations&&I.addTranslations(this.translations[this.language]),I}}function v(){return new c}},53334:($t,We,a)=>{"use strict";a.d(We,{JN:()=>i,Pe:()=>N,V8:()=>e.i,Z0:()=>e.a,fw:()=>G,hY:()=>c,lO:()=>e.g,n:()=>e.d,t:()=>e.t});var e=a(93839);/*!
|
|
* SPDX-FileCopyrightText: 2022 F7cloud GmbH and F7cloud contributors
|
|
* SPDX-License-Identifier: GPL-3.0-or-later
|
|
*/function i(){if(typeof globalThis.firstDay<"u")return globalThis.firstDay;const j=new Intl.Locale((0,e.g)()),Q=j.getWeekInfo?.()??j.weekInfo;return Q?Q.firstDay%7:1}function c(){if(typeof globalThis.dayNames<"u")return globalThis.dayNames;const j=(0,e.g)();return[new Date(1970,0,4).toLocaleDateString(j,{weekday:"long"}),new Date(1970,0,5).toLocaleDateString(j,{weekday:"long"}),new Date(1970,0,6).toLocaleDateString(j,{weekday:"long"}),new Date(1970,0,7).toLocaleDateString(j,{weekday:"long"}),new Date(1970,0,8).toLocaleDateString(j,{weekday:"long"}),new Date(1970,0,9).toLocaleDateString(j,{weekday:"long"}),new Date(1970,0,10).toLocaleDateString(j,{weekday:"long"})]}function v(){if(typeof globalThis.dayNamesShort<"u")return globalThis.dayNamesShort;const j=getCanonicalLocale();return[new Date(1970,0,4).toLocaleDateString(j,{weekday:"short"}),new Date(1970,0,5).toLocaleDateString(j,{weekday:"short"}),new Date(1970,0,6).toLocaleDateString(j,{weekday:"short"}),new Date(1970,0,7).toLocaleDateString(j,{weekday:"short"}),new Date(1970,0,8).toLocaleDateString(j,{weekday:"short"}),new Date(1970,0,9).toLocaleDateString(j,{weekday:"short"}),new Date(1970,0,10).toLocaleDateString(j,{weekday:"short"})]}function N(){if(typeof globalThis.dayNamesMin<"u")return globalThis.dayNamesMin;const j=(0,e.g)();return[new Date(1970,0,4).toLocaleDateString(j,{weekday:"narrow"}),new Date(1970,0,5).toLocaleDateString(j,{weekday:"narrow"}),new Date(1970,0,6).toLocaleDateString(j,{weekday:"narrow"}),new Date(1970,0,7).toLocaleDateString(j,{weekday:"narrow"}),new Date(1970,0,8).toLocaleDateString(j,{weekday:"narrow"}),new Date(1970,0,9).toLocaleDateString(j,{weekday:"narrow"}),new Date(1970,0,10).toLocaleDateString(j,{weekday:"narrow"})]}function I(){if(typeof globalThis.monthNames<"u")return globalThis.monthNames;const j=getCanonicalLocale();return[new Date(1970,0).toLocaleDateString(j,{month:"long"}),new Date(1970,1).toLocaleDateString(j,{month:"long"}),new Date(1970,2).toLocaleDateString(j,{month:"long"}),new Date(1970,3).toLocaleDateString(j,{month:"long"}),new Date(1970,4).toLocaleDateString(j,{month:"long"}),new Date(1970,5).toLocaleDateString(j,{month:"long"}),new Date(1970,6).toLocaleDateString(j,{month:"long"}),new Date(1970,7).toLocaleDateString(j,{month:"long"}),new Date(1970,8).toLocaleDateString(j,{month:"long"}),new Date(1970,9).toLocaleDateString(j,{month:"long"}),new Date(1970,10).toLocaleDateString(j,{month:"long"}),new Date(1970,11).toLocaleDateString(j,{month:"long"})]}function d(){if(typeof globalThis.monthNamesShort<"u")return globalThis.monthNamesShort;const j=getCanonicalLocale();return[new Date(1970,0).toLocaleDateString(j,{month:"short"}),new Date(1970,1).toLocaleDateString(j,{month:"short"}),new Date(1970,2).toLocaleDateString(j,{month:"short"}),new Date(1970,3).toLocaleDateString(j,{month:"short"}),new Date(1970,4).toLocaleDateString(j,{month:"short"}),new Date(1970,5).toLocaleDateString(j,{month:"short"}),new Date(1970,6).toLocaleDateString(j,{month:"short"}),new Date(1970,7).toLocaleDateString(j,{month:"short"}),new Date(1970,8).toLocaleDateString(j,{month:"short"}),new Date(1970,9).toLocaleDateString(j,{month:"short"}),new Date(1970,10).toLocaleDateString(j,{month:"short"}),new Date(1970,11).toLocaleDateString(j,{month:"short"})]}/*!
|
|
* SPDX-FileCopyrightText: 2025 F7cloud GmbH and F7cloud contributors
|
|
* SPDX-License-Identifier: GPL-3.0-or-later
|
|
*/function G(j=Date.now(),Q={}){const x={ignoreSeconds:!1,language:(0,e.a)(),relativeTime:"long",...Q},U=new Date(j),T=new Intl.RelativeTimeFormat([x.language,(0,e.a)()],{numeric:"auto",style:x.relativeTime}),S=(U.getTime()-Date.now())/1e3;if(Math.abs(S)<59.5)return x.ignoreSeconds||T.format(Math.round(S),"second");const K=S/60;if(Math.abs(K)<=59)return T.format(Math.round(K),"minute");const _e=K/60;if(Math.abs(_e)<23.5)return T.format(Math.round(_e),"hour");const ee=_e/24;if(Math.abs(ee)<6.5)return T.format(Math.round(ee),"day");if(Math.abs(ee)<27.5){const ce=ee/7;return T.format(Math.round(ce),"week")}const H=ee/30,xe=Math.abs(H)<11?{month:x.relativeTime,day:"numeric"}:{year:x.relativeTime==="narrow"?"2-digit":"numeric",month:x.relativeTime};return new Intl.DateTimeFormat([x.language,(0,e.a)()],xe).format(U)}},35947:($t,We,a)=>{"use strict";a.d(We,{YK:()=>U});var e=a(21777),i=(_=>(_[_.Debug=0]="Debug",_[_.Info=1]="Info",_[_.Warn=2]="Warn",_[_.Error=3]="Error",_[_.Fatal=4]="Fatal",_))(i||{}),c=Object.defineProperty,v=(_,S,K)=>S in _?c(_,S,{enumerable:!0,configurable:!0,writable:!0,value:K}):_[S]=K,N=(_,S,K)=>(v(_,typeof S!="symbol"?S+"":S,K),K);class I{constructor(S){N(this,"context"),this.context=S||{}}formatMessage(S,K,_e){let ee="["+i[K].toUpperCase()+"] ";return _e&&_e.app&&(ee+=_e.app+": "),typeof S=="string"?ee+S:(ee+="Unexpected ".concat(S.name),S.message&&(ee+=' "'.concat(S.message,'"')),K===i.Debug&&S.stack&&(ee+=`
|
|
|
|
Stack trace:
|
|
`.concat(S.stack)),ee)}log(S,K,_e){var ee,H;if(!(typeof((ee=this.context)==null?void 0:ee.level)=="number"&&S<((H=this.context)==null?void 0:H.level)))switch(typeof K=="object"&&_e?.error===void 0&&(_e.error=K),S){case i.Debug:console.debug(this.formatMessage(K,i.Debug,_e),_e);break;case i.Info:console.info(this.formatMessage(K,i.Info,_e),_e);break;case i.Warn:console.warn(this.formatMessage(K,i.Warn,_e),_e);break;case i.Error:console.error(this.formatMessage(K,i.Error,_e),_e);break;case i.Fatal:default:console.error(this.formatMessage(K,i.Fatal,_e),_e);break}}debug(S,K){this.log(i.Debug,S,Object.assign({},this.context,K))}info(S,K){this.log(i.Info,S,Object.assign({},this.context,K))}warn(S,K){this.log(i.Warn,S,Object.assign({},this.context,K))}error(S,K){this.log(i.Error,S,Object.assign({},this.context,K))}fatal(S,K){this.log(i.Fatal,S,Object.assign({},this.context,K))}}function d(_){return new I(_)}var G=Object.defineProperty,j=(_,S,K)=>S in _?G(_,S,{enumerable:!0,configurable:!0,writable:!0,value:K}):_[S]=K,Q=(_,S,K)=>(j(_,typeof S!="symbol"?S+"":S,K),K);class x{constructor(S){Q(this,"context"),Q(this,"factory"),this.context={},this.factory=S}setApp(S){return this.context.app=S,this}setLogLevel(S){return this.context.level=S,this}setUid(S){return this.context.uid=S,this}detectUser(){const S=(0,e.HW)();return S!==null&&(this.context.uid=S.uid),this}detectLogLevel(){const S=this,K=()=>{var _e,ee;document.readyState==="complete"||document.readyState==="interactive"?(S.context.level=(ee=(_e=window._oc_config)==null?void 0:_e.loglevel)!=null?ee:i.Warn,window._oc_debug&&(S.context.level=i.Debug),document.removeEventListener("readystatechange",K)):document.addEventListener("readystatechange",K)};return K(),this}build(){return this.context.level===void 0&&this.detectLogLevel(),this.factory(this.context)}}function U(){return new x(d)}function T(){return U().build()}},63814:($t,We,a)=>{"use strict";a.d(We,{$_:()=>j,Jv:()=>I,KT:()=>v,aU:()=>Q,d0:()=>d,dC:()=>c,fg:()=>G});function e(T,_){return G(T,"",_)}const i=T=>"/remote.php/"+T,c=(T,_)=>(_?.baseURL??j())+i(T),v=(T,_,S)=>{const _e=Object.assign({ocsVersion:2},S||{}).ocsVersion===1?1:2;return(S?.baseURL??j())+"/ocs/v"+_e+".php"+N(T,_,S)},N=(T,_,S)=>{const K=Object.assign({escape:!0},S||{}),_e=function(ee,H){return H=H||{},ee.replace(/{([^{}]*)}/g,function(xe,P){const ce=H[P];return K.escape?encodeURIComponent(typeof ce=="string"||typeof ce=="number"?ce.toString():xe):typeof ce=="string"||typeof ce=="number"?ce.toString():xe})};return T.charAt(0)!=="/"&&(T="/"+T),_e(T,_||{})},I=(T,_,S)=>{const K=Object.assign({noRewrite:!1},S||{}),_e=S?.baseURL??Q();return window?.OC?.config?.modRewriteWorking===!0&&!K.noRewrite?_e+N(T,_,S):_e+"/index.php"+N(T,_,S)},d=(T,_)=>_.includes(".")?G(T,"img",_):G(T,"img",`${_}.svg`),G=(T,_,S)=>{const K=window?.OC?.coreApps?.includes(T)??!1,_e=S.slice(-3)==="php";let ee=Q();return _e&&!K?(ee+=`/index.php/apps/${T}`,_&&(ee+=`/${encodeURI(_)}`),S!=="index.php"&&(ee+=`/${S}`)):!_e&&!K?(ee=x(T),_&&(ee+=`/${_}/`),ee.at(-1)!=="/"&&(ee+="/"),ee+=S):((T==="settings"||T==="core"||T==="search")&&_==="ajax"&&(ee+="/index.php"),T&&(ee+=`/${T}`),_&&(ee+=`/${_}`),ee+=`/${S}`),ee},j=()=>window.location.protocol+"//"+window.location.host+Q();function Q(){let T=window._oc_webroot;if(typeof T>"u"){T=location.pathname;const _=T.indexOf("/index.php/");if(_!==-1)T=T.slice(0,_);else{const S=T.indexOf("/",1);T=T.slice(0,S>0?S:void 0)}}return T}function x(T){return(window._oc_appswebroots??{})[T]??""}/*!
|
|
* SPDX-FileCopyrightText: 2025 F7cloud GmbH and F7cloud contributors
|
|
* SPDX-License-Identifier: GPL-3.0-or-later
|
|
*/function U(T,_){const S=(_?.size||64)<=64?64:512,K=_?.isGuestUser?"/guest":"",_e=_?.isDarkTheme?"/dark":"";return I(`/avatar${K}/{user}/{size}${_e}`,{user:T,size:S})}},32505:($t,We,a)=>{"use strict";a.d(We,{G:()=>c,f:()=>i});var e=a(81222);/*!
|
|
* SPDX-FileCopyrightText: 2024 F7cloud GmbH and F7cloud contributors
|
|
* SPDX-License-Identifier: GPL-3.0-or-later
|
|
*/function i(){return(0,e.C)("files_sharing","isPublic",null)??document.querySelector('input#isPublic[type="hidden"][name="isPublic"][value="1"]')!==null}function c(){return(0,e.C)("files_sharing","sharingToken",null)??document.querySelector('input#sharingToken[type="hidden"]')?.value??null}},17657:($t,We,a)=>{"use strict";a.d(We,{I:()=>Q});var e=a(20641),i=a(90033),c=a(52697);const v={name:"ArrowRightIcon",emits:["click"],props:{title:{type:String},fillColor:{type:String,default:"currentColor"},size:{type:Number,default:24}}},N=["aria-hidden","aria-label"],I=["fill","width","height"],d={d:"M4,11V13H16L10.5,18.5L11.92,19.92L19.84,12L11.92,4.08L10.5,5.5L16,11H4Z"},G={key:0};function j(x,U,T,_,S,K){return(0,e.uX)(),(0,e.CE)("span",(0,e.v6)(x.$attrs,{"aria-hidden":T.title?null:"true","aria-label":T.title,class:"material-design-icon arrow-right-icon",role:"img",onClick:U[0]||(U[0]=_e=>x.$emit("click",_e))}),[((0,e.uX)(),(0,e.CE)("svg",{fill:T.fillColor,class:"material-design-icon__svg",width:T.size,height:T.size,viewBox:"0 0 24 24"},[(0,e.Lk)("path",d,[T.title?((0,e.uX)(),(0,e.CE)("title",G,(0,i.toDisplayString)(T.title),1)):(0,e.Q3)("",!0)])],8,I))],16,N)}const Q=(0,c._)(v,[["render",j]])},89053:($t,We,a)=>{"use strict";a.d(We,{C:()=>Q});var e=a(20641),i=a(90033),c=a(52697);const v={name:"ChevronDownIcon",emits:["click"],props:{title:{type:String},fillColor:{type:String,default:"currentColor"},size:{type:Number,default:24}}},N=["aria-hidden","aria-label"],I=["fill","width","height"],d={d:"M7.41,8.58L12,13.17L16.59,8.58L18,10L12,16L6,10L7.41,8.58Z"},G={key:0};function j(x,U,T,_,S,K){return(0,e.uX)(),(0,e.CE)("span",(0,e.v6)(x.$attrs,{"aria-hidden":T.title?null:"true","aria-label":T.title,class:"material-design-icon chevron-down-icon",role:"img",onClick:U[0]||(U[0]=_e=>x.$emit("click",_e))}),[((0,e.uX)(),(0,e.CE)("svg",{fill:T.fillColor,class:"material-design-icon__svg",width:T.size,height:T.size,viewBox:"0 0 24 24"},[(0,e.Lk)("path",d,[T.title?((0,e.uX)(),(0,e.CE)("title",G,(0,i.toDisplayString)(T.title),1)):(0,e.Q3)("",!0)])],8,I))],16,N)}const Q=(0,c._)(v,[["render",j]])},57798:($t,We,a)=>{"use strict";a.d(We,{C:()=>Q});var e=a(20641),i=a(90033),c=a(52697);const v={name:"ChevronUpIcon",emits:["click"],props:{title:{type:String},fillColor:{type:String,default:"currentColor"},size:{type:Number,default:24}}},N=["aria-hidden","aria-label"],I=["fill","width","height"],d={d:"M7.41,15.41L12,10.83L16.59,15.41L18,14L12,8L6,14L7.41,15.41Z"},G={key:0};function j(x,U,T,_,S,K){return(0,e.uX)(),(0,e.CE)("span",(0,e.v6)(x.$attrs,{"aria-hidden":T.title?null:"true","aria-label":T.title,class:"material-design-icon chevron-up-icon",role:"img",onClick:U[0]||(U[0]=_e=>x.$emit("click",_e))}),[((0,e.uX)(),(0,e.CE)("svg",{fill:T.fillColor,class:"material-design-icon__svg",width:T.size,height:T.size,viewBox:"0 0 24 24"},[(0,e.Lk)("path",d,[T.title?((0,e.uX)(),(0,e.CE)("title",G,(0,i.toDisplayString)(T.title),1)):(0,e.Q3)("",!0)])],8,I))],16,N)}const Q=(0,c._)(v,[["render",j]])},70561:($t,We,a)=>{"use strict";a.d(We,{I:()=>Q});var e=a(20641),i=a(90033),c=a(52697);const v={name:"CloseIcon",emits:["click"],props:{title:{type:String},fillColor:{type:String,default:"currentColor"},size:{type:Number,default:24}}},N=["aria-hidden","aria-label"],I=["fill","width","height"],d={d:"M19,6.41L17.59,5L12,10.59L6.41,5L5,6.41L10.59,12L5,17.59L6.41,19L12,13.41L17.59,19L19,17.59L13.41,12L19,6.41Z"},G={key:0};function j(x,U,T,_,S,K){return(0,e.uX)(),(0,e.CE)("span",(0,e.v6)(x.$attrs,{"aria-hidden":T.title?null:"true","aria-label":T.title,class:"material-design-icon close-icon",role:"img",onClick:U[0]||(U[0]=_e=>x.$emit("click",_e))}),[((0,e.uX)(),(0,e.CE)("svg",{fill:T.fillColor,class:"material-design-icon__svg",width:T.size,height:T.size,viewBox:"0 0 24 24"},[(0,e.Lk)("path",d,[T.title?((0,e.uX)(),(0,e.CE)("title",G,(0,i.toDisplayString)(T.title),1)):(0,e.Q3)("",!0)])],8,I))],16,N)}const Q=(0,c._)(v,[["render",j]])},4192:($t,We,a)=>{"use strict";a.d(We,{N:()=>ee});var e=a(82253),i=a(47031),c=a(63298),v=a(97698),N=a(20641),I=a(90033),d=a(52697);const G={name:"NcActionButton",components:{NcIconSvgWrapper:i.N},mixins:[c.A],inject:{isInSemanticMenu:{from:v.a,default:!1}},props:{disabled:{type:Boolean,default:!1},isMenu:{type:Boolean,default:!1},type:{type:String,default:"button",validator:H=>["button","checkbox","radio","reset","submit"].includes(H)},modelValue:{type:[Boolean,String],default:null},value:{type:String,default:null},description:{type:String,default:""}},emits:["update:modelValue"],setup(){return{mdiCheck:e.d,mdiChevronRight:e.c}},computed:{isFocusable(){return!this.disabled},isChecked(){return this.type==="radio"&&typeof this.modelValue!="boolean"?this.modelValue===this.value:this.modelValue},nativeType(){return this.type==="submit"||this.type==="reset"?this.type:"button"},buttonAttributes(){const H={};return this.isInSemanticMenu?(H.role="menuitem",this.type==="radio"?(H.role="menuitemradio",H["aria-checked"]=this.isChecked?"true":"false"):(this.type==="checkbox"||this.nativeType==="button"&&this.modelValue!==null)&&(H.role="menuitemcheckbox",H["aria-checked"]=this.modelValue===null?"mixed":this.modelValue?"true":"false")):this.modelValue!==null&&this.nativeType==="button"&&(H["aria-pressed"]=this.modelValue?"true":"false"),H}},methods:{handleClick(H){this.onClick(H),(this.modelValue!==null||this.type!=="button")&&(this.type==="radio"?typeof this.modelValue!="boolean"?this.isChecked||this.$emit("update:modelValue",this.value):this.$emit("update:modelValue",!this.isChecked):this.$emit("update:modelValue",!this.isChecked))}}},j=["role"],Q=["aria-label","disabled","title","type"],x={class:"action-button__longtext-wrapper"},U={key:0,class:"action-button__name"},T=["textContent"],_={key:2,class:"action-button__text"},S=["textContent"],K={key:2,class:"action-button__pressed-icon material-design-icon"};function _e(H,xe,P,ce,Ce,ke){const J=(0,N.g2)("NcIconSvgWrapper");return(0,N.uX)(),(0,N.CE)("li",{class:(0,I.normalizeClass)(["action",{"action--disabled":P.disabled}]),role:ke.isInSemanticMenu&&"presentation"},[(0,N.Lk)("button",(0,N.v6)({"aria-label":H.ariaLabel,class:["action-button button-vue",{"action-button--active":ke.isChecked,focusable:ke.isFocusable}],disabled:P.disabled,title:H.title,type:ke.nativeType},ke.buttonAttributes,{onClick:xe[0]||(xe[0]=(...ye)=>ke.handleClick&&ke.handleClick(...ye))}),[(0,N.RG)(H.$slots,"icon",{},()=>[(0,N.Lk)("span",{class:(0,I.normalizeClass)([[H.isIconUrl?"action-button__icon--url":H.icon],"action-button__icon"]),style:(0,I.normalizeStyle)({backgroundImage:H.isIconUrl?`url(${H.icon})`:null}),"aria-hidden":"true"},null,6)],!0),(0,N.Lk)("span",x,[H.name?((0,N.uX)(),(0,N.CE)("strong",U,(0,I.toDisplayString)(H.name),1)):(0,N.Q3)("",!0),H.isLongText?((0,N.uX)(),(0,N.CE)("span",{key:1,class:"action-button__longtext",textContent:(0,I.toDisplayString)(H.text)},null,8,T)):((0,N.uX)(),(0,N.CE)("span",_,(0,I.toDisplayString)(H.text),1)),P.description?((0,N.uX)(),(0,N.CE)("span",{key:3,class:"action-button__description",textContent:(0,I.toDisplayString)(P.description)},null,8,S)):(0,N.Q3)("",!0)]),P.isMenu?((0,N.uX)(),(0,N.Wv)(J,{key:0,class:"action-button__menu-icon",directional:"",path:ce.mdiChevronRight},null,8,["path"])):ke.isChecked?((0,N.uX)(),(0,N.Wv)(J,{key:1,path:ce.mdiCheck,class:"action-button__pressed-icon"},null,8,["path"])):ke.isChecked===!1?((0,N.uX)(),(0,N.CE)("span",K)):(0,N.Q3)("",!0),(0,N.Q3)("",!0)],16,Q)],10,j)}const ee=(0,d._)(G,[["render",_e],["__scopeId","data-v-330b5e3e"]])},8405:($t,We,a)=>{"use strict";var e=a(20641),i=a(90033),c=a(13606),v=a(34163),N=a(97698),I=a(52697);(0,c.r)();const d=(0,e.pM)({name:"NcActionButtonGroup",inject:{isInSemanticMenu:{from:N.a,default:!1}},props:{name:{required:!1,default:void 0,type:String}},setup(){return{labelId:(0,v.c)()}},methods:{t:c.a}}),G=["role"],j=["id"],Q=["aria-labelledby"];function x(T,_,S,K,_e,ee){return(0,e.uX)(),(0,e.CE)("li",{class:"nc-button-group-base",role:T.isInSemanticMenu&&"presentation"},[T.name?((0,e.uX)(),(0,e.CE)("div",{key:0,id:T.labelId},(0,i.toDisplayString)(T.name),9,j)):(0,e.Q3)("",!0),(0,e.Lk)("ul",{class:"nc-button-group-content",role:"group","aria-labelledby":T.name?T.labelId:void 0},[(0,e.RG)(T.$slots,"default")],8,Q)],8,G)}const U=(0,I._)(d,[["render",x],["__scopeId","data-v-f57c2142"]])},41552:($t,We,a)=>{"use strict";var e=a(97698),i=a(20641),c=a(90033),v=a(52697);const N={name:"NcActionCaption",inject:{isInSemanticMenu:{from:e.a,default:!1}},props:{name:{type:String,required:!0}}},I=["role"];function d(j,Q,x,U,T,_){return(0,i.uX)(),(0,i.CE)("li",{class:"app-navigation-caption",role:_.isInSemanticMenu&&"presentation"},(0,c.toDisplayString)(x.name),9,I)}const G=(0,v._)(N,[["render",d],["__scopeId","data-v-1009e96c"]])},97536:($t,We,a)=>{"use strict";a.d(We,{N:()=>P});var e=a(20641),i=a(90033),c=a(53751),v=a(13606),N=a(26308),I=a(34163),d=a(33705),G=a(80821),j=a(20646),Q=a(52697);(0,v.r)(v.h);const x={name:"NcActionInput",components:{NcDateTimePickerNative:d.N,NcPasswordField:G.N,NcTextField:j._,NcColorPicker:(0,e.$V)(()=>a.e("node_modules_f7cloud_vue_dist_components_NcColorPicker_index_mjs").then(a.bind(a,71415))),NcDateTimePicker:(0,e.$V)(()=>a.e("node_modules_f7cloud_vue_dist_components_NcDateTimePicker_index_mjs").then(a.bind(a,30427))),NcSelect:(0,e.$V)(()=>a.e("node_modules_f7cloud_vue_dist_components_NcSelect_index_mjs").then(a.bind(a,3710)))},mixins:[N.A],inheritAttrs:!1,props:{id:{type:String,default:()=>"action-"+(0,I.c)(),validator:ce=>ce.trim()!==""},inputId:{type:String,default:()=>"action-input-"+(0,I.c)(),validator:ce=>ce.trim()!==""},icon:{type:String,default:""},type:{type:String,default:"text",validator(ce){return["date","datetime-local","month","multiselect","number","password","search","tel","text","time","url","week","color","email"].includes(ce)}},idNativeDateTimePicker:{type:String,default:"date-time-picker_id"},isNativePicker:{type:Boolean,default:!1},label:{type:String,default:null},labelOutside:{type:Boolean,default:!0},modelValue:{type:[String,Date,Number,Array],default:""},disabled:{type:Boolean,default:!1},ariaLabel:{type:String,default:""},showTrailingButton:{type:Boolean,default:!0},trailingButtonLabel:{type:String,default:(0,v.a)("Submit")},class:{type:[String,Array,Object],default:""}},emits:["submit","update:modelValue"],computed:{isIconUrl(){try{return new URL(this.icon)}catch{return!1}},isMultiselectType(){return this.type==="multiselect"},nativeDatePickerType(){switch(this.type){case"date":case"month":case"time":case"week":case"datetime-local":return this.type}return!1},datePickerType(){if(!this.isNativePicker)switch(this.type){case"date":case"month":case"time":return this.type;case"datetime-local":return"datetime"}return!1},isFocusable(){return!this.disabled}},methods:{onLeave(){this.$refs.datetimepicker&&this.$refs.datetimepicker.$refs.datepicker&&this.$refs.datetimepicker.$refs.datepicker.closePopup()},onSubmit(ce){if(ce.preventDefault(),ce.stopPropagation(),!this.disabled)this.$emit("submit",ce);else return!1},onUpdateModelValue(ce){this.$emit("update:modelValue",ce)}}},U={class:"action-input__icon-wrapper"},T=["disabled"],_={class:"action-input__container"},S=["for"],K={class:"action-input__input-container"},_e={key:4,class:"action-input__container"},ee=["for"],H={class:"action-input__input-container"};function xe(ce,Ce,ke,J,ye,Xe){const ui=(0,e.g2)("NcDateTimePicker"),ht=(0,e.g2)("NcDateTimePickerNative"),_t=(0,e.g2)("NcSelect"),ai=(0,e.g2)("NcPasswordField"),Ft=(0,e.g2)("NcColorPicker"),jt=(0,e.g2)("NcTextField");return(0,e.uX)(),(0,e.CE)("li",{class:(0,i.normalizeClass)(["action",[{"action--disabled":ke.disabled},ce.$props.class]])},[(0,e.Lk)("span",{class:(0,i.normalizeClass)(["action-input",{"action-input-picker--disabled":ke.disabled,"action-input--visible-label":ke.labelOutside&&ke.label}]),onMouseleave:Ce[3]||(Ce[3]=(...He)=>Xe.onLeave&&Xe.onLeave(...He))},[(0,e.Lk)("span",U,[(0,e.RG)(ce.$slots,"icon",{},()=>[(0,e.Lk)("span",{"aria-hidden":"true",class:(0,i.normalizeClass)(["action-input__icon",[Xe.isIconUrl?"action-input__icon--url":ke.icon]]),style:(0,i.normalizeStyle)({backgroundImage:Xe.isIconUrl?`url(${ke.icon})`:null})},null,6)],!0)]),(0,e.Lk)("form",{ref:"form",class:"action-input__form",disabled:ke.disabled,onSubmit:Ce[2]||(Ce[2]=(0,c.withModifiers)((...He)=>Xe.onSubmit&&Xe.onSubmit(...He),["prevent"]))},[(0,e.Lk)("div",_,[ke.label&&ke.labelOutside?((0,e.uX)(),(0,e.CE)("label",{key:0,class:(0,i.normalizeClass)(["action-input__text-label",{"action-input__text-label--hidden":!ke.labelOutside}]),for:ke.inputId},(0,i.toDisplayString)(ke.label),11,S)):(0,e.Q3)("",!0),(0,e.Lk)("div",K,[Xe.datePickerType?((0,e.uX)(),(0,e.Wv)(ui,(0,e.v6)({key:0,ref:"datetimepicker","model-value":ke.modelValue,style:{"z-index":"99999999999"},placeholder:ce.text,disabled:ke.disabled,type:Xe.datePickerType,"input-class":["mx-input",{focusable:Xe.isFocusable}],class:"action-input__datetimepicker"},ce.$attrs,{"onUpdate:modelValue":Xe.onUpdateModelValue}),null,16,["model-value","placeholder","disabled","type","input-class","onUpdate:modelValue"])):ke.isNativePicker?((0,e.uX)(),(0,e.Wv)(ht,(0,e.v6)({key:1,id:ke.idNativeDateTimePicker,"model-value":ke.modelValue,type:Xe.nativeDatePickerType,"input-class":{focusable:Xe.isFocusable},class:"action-input__datetimepicker"},ce.$attrs,{"onUpdate:modelValue":Xe.onUpdateModelValue}),null,16,["id","model-value","type","input-class","onUpdate:modelValue"])):Xe.isMultiselectType?((0,e.uX)(),(0,e.Wv)(_t,(0,e.v6)({key:2,"model-value":ke.modelValue,placeholder:ce.text,disabled:ke.disabled,"append-to-body":!1,"input-class":{focusable:Xe.isFocusable},class:"action-input__multi"},ce.$attrs,{"onUpdate:modelValue":Xe.onUpdateModelValue}),null,16,["model-value","placeholder","disabled","input-class","onUpdate:modelValue"])):ke.type==="password"?((0,e.uX)(),(0,e.Wv)(ai,(0,e.v6)({key:3,id:ke.inputId,"model-value":ke.modelValue,label:ke.label,"label-outside":!ke.label||ke.labelOutside,placeholder:ce.text,disabled:ke.disabled,"input-class":{focusable:Xe.isFocusable},"show-trailing-button":ke.showTrailingButton&&!ke.disabled},ce.$attrs,{"onUpdate:modelValue":Xe.onUpdateModelValue}),null,16,["id","model-value","label","label-outside","placeholder","disabled","input-class","show-trailing-button","onUpdate:modelValue"])):ke.type==="color"?((0,e.uX)(),(0,e.CE)("div",_e,[ke.label&&ke.type==="color"?((0,e.uX)(),(0,e.CE)("label",{key:0,class:(0,i.normalizeClass)(["action-input__text-label",{"action-input__text-label--hidden":!ke.labelOutside}]),for:ke.inputId},(0,i.toDisplayString)(ke.label),11,ee)):(0,e.Q3)("",!0),(0,e.Lk)("div",H,[(0,e.bF)(Ft,(0,e.v6)({id:"inputId","model-value":ke.modelValue,class:"colorpicker__trigger"},ce.$attrs,{"onUpdate:modelValue":Xe.onUpdateModelValue,onSubmit:Ce[0]||(Ce[0]=He=>ce.$refs.form.requestSubmit())}),{default:(0,e.k6)(()=>[(0,e.Lk)("button",{class:(0,i.normalizeClass)(["colorpicker__preview",{focusable:Xe.isFocusable}]),style:(0,i.normalizeStyle)({"background-color":ke.modelValue})},null,6)]),_:1},16,["model-value","onUpdate:modelValue"])])])):((0,e.uX)(),(0,e.Wv)(jt,(0,e.v6)({key:5,id:ke.inputId,"model-value":ke.modelValue,label:ke.label,"label-outside":!ke.label||ke.labelOutside,placeholder:ce.text,disabled:ke.disabled,"input-class":{focusable:Xe.isFocusable},type:ke.type,"trailing-button-icon":"arrowRight","trailing-button-label":ke.trailingButtonLabel,"show-trailing-button":ke.showTrailingButton&&!ke.disabled},ce.$attrs,{onTrailingButtonClick:Ce[1]||(Ce[1]=He=>ce.$refs.form.requestSubmit()),"onUpdate:modelValue":Xe.onUpdateModelValue}),null,16,["id","model-value","label","label-outside","placeholder","disabled","input-class","type","trailing-button-label","show-trailing-button","onUpdate:modelValue"]))])])],40,T)],34)],2)}const P=(0,Q._)(x,[["render",xe],["__scopeId","data-v-0fc02b30"]])},66667:($t,We,a)=>{"use strict";a.d(We,{N:()=>S});var e=a(63298),i=a(97698),c=a(20641),v=a(90033),N=a(52697);const I={name:"NcActionLink",mixins:[e.A],inject:{isInSemanticMenu:{from:i.a,default:!1}},props:{href:{type:String,required:!0,validator:K=>{try{return new URL(K)}catch{return K.startsWith("#")||K.startsWith("/")}}},download:{type:String,default:null},target:{type:String,default:"_self",validator:K=>K&&(!K.startsWith("_")||["_blank","_self","_parent","_top"].indexOf(K)>-1)},title:{type:String,default:null}}},d=["role"],G=["download","href","aria-label","target","title","role"],j={key:0,class:"action-link__longtext-wrapper"},Q={class:"action-link__name"},x=["textContent"],U=["textContent"],T={key:2,class:"action-link__text"};function _(K,_e,ee,H,xe,P){return(0,c.uX)(),(0,c.CE)("li",{class:"action",role:P.isInSemanticMenu&&"presentation"},[(0,c.Lk)("a",{download:ee.download,href:ee.href,"aria-label":K.ariaLabel,target:ee.target,title:ee.title,class:"action-link focusable",rel:"nofollow noreferrer noopener",role:P.isInSemanticMenu&&"menuitem",onClick:_e[0]||(_e[0]=(...ce)=>K.onClick&&K.onClick(...ce))},[(0,c.RG)(K.$slots,"icon",{},()=>[(0,c.Lk)("span",{"aria-hidden":"true",class:(0,v.normalizeClass)(["action-link__icon",[K.isIconUrl?"action-link__icon--url":K.icon]]),style:(0,v.normalizeStyle)({backgroundImage:K.isIconUrl?`url(${K.icon})`:null})},null,6)],!0),K.name?((0,c.uX)(),(0,c.CE)("span",j,[(0,c.Lk)("strong",Q,(0,v.toDisplayString)(K.name),1),_e[1]||(_e[1]=(0,c.Lk)("br",null,null,-1)),(0,c.Lk)("span",{class:"action-link__longtext",textContent:(0,v.toDisplayString)(K.text)},null,8,x)])):K.isLongText?((0,c.uX)(),(0,c.CE)("span",{key:1,class:"action-link__longtext",textContent:(0,v.toDisplayString)(K.text)},null,8,U)):((0,c.uX)(),(0,c.CE)("span",T,(0,v.toDisplayString)(K.text),1)),(0,c.Q3)("",!0)],8,G)],8,d)}const S=(0,N._)(I,[["render",_],["__scopeId","data-v-9e538838"]])},59518:($t,We,a)=>{"use strict";a.d(We,{N:()=>_});var e=a(63298),i=a(97698),c=a(20641),v=a(90033),N=a(52697);const I={name:"NcActionRouter",mixins:[e.A],inject:{isInSemanticMenu:{from:i.a,default:!1}},props:{to:{type:[String,Object],required:!0}}},d=["role"],G={key:0,class:"action-router__longtext-wrapper"},j={class:"action-router__name"},Q=["textContent"],x=["textContent"],U={key:2,class:"action-router__text"};function T(S,K,_e,ee,H,xe){const P=(0,c.g2)("RouterLink");return(0,c.uX)(),(0,c.CE)("li",{class:"action",role:xe.isInSemanticMenu&&"presentation"},[(0,c.bF)(P,{"aria-label":S.ariaLabel,class:"action-router focusable",rel:"nofollow noreferrer noopener",role:xe.isInSemanticMenu&&"menuitem",title:S.title,to:_e.to,onClick:S.onClick},{default:(0,c.k6)(()=>[(0,c.RG)(S.$slots,"icon",{},()=>[(0,c.Lk)("span",{"aria-hidden":"true",class:(0,v.normalizeClass)(["action-router__icon",[S.isIconUrl?"action-router__icon--url":S.icon]]),style:(0,v.normalizeStyle)({backgroundImage:S.isIconUrl?`url(${S.icon})`:null})},null,6)],!0),S.name?((0,c.uX)(),(0,c.CE)("span",G,[(0,c.Lk)("strong",j,(0,v.toDisplayString)(S.name),1),K[0]||(K[0]=(0,c.Lk)("br",null,null,-1)),(0,c.Lk)("span",{class:"action-router__longtext",textContent:(0,v.toDisplayString)(S.text)},null,8,Q)])):S.isLongText?((0,c.uX)(),(0,c.CE)("span",{key:1,class:"action-router__longtext",textContent:(0,v.toDisplayString)(S.text)},null,8,x)):((0,c.uX)(),(0,c.CE)("span",U,(0,v.toDisplayString)(S.text),1)),(0,c.Q3)("",!0)]),_:3},8,["aria-label","role","title","to","onClick"])],8,d)}const _=(0,N._)(I,[["render",T],["__scopeId","data-v-87267750"]])},8957:($t,We,a)=>{"use strict";var e=a(20641),i=a(52697);const c={name:"NcActionSeparator"},v={class:"action action-separator action--disabled",role:"separator"};function N(d,G,j,Q,x,U){return(0,e.uX)(),(0,e.CE)("li",v)}const I=(0,i._)(c,[["render",N],["__scopeId","data-v-3e2324b7"]])},74076:($t,We,a)=>{"use strict";a.d(We,{N:()=>_});var e=a(63298),i=a(97698),c=a(20641),v=a(90033),N=a(52697);const I={name:"NcActionText",mixins:[e.A],inject:{isInSemanticMenu:{from:i.a,default:!1}}},d=["role"],G={key:0,class:"action-text__longtext-wrapper"},j={class:"action-text__name"},Q=["textContent"],x=["textContent"],U={key:2,class:"action-text__text"};function T(S,K,_e,ee,H,xe){return(0,c.uX)(),(0,c.CE)("li",{class:"action",role:xe.isInSemanticMenu&&"presentation"},[(0,c.Lk)("span",{class:"action-text",onClick:K[0]||(K[0]=(...P)=>S.onClick&&S.onClick(...P))},[(0,c.RG)(S.$slots,"icon",{},()=>[S.icon!==""?((0,c.uX)(),(0,c.CE)("span",{key:0,"aria-hidden":"true",class:(0,v.normalizeClass)(["action-text__icon",[S.isIconUrl?"action-text__icon--url":S.icon]]),style:(0,v.normalizeStyle)({backgroundImage:S.isIconUrl?`url(${S.icon})`:null})},null,6)):(0,c.Q3)("",!0)],!0),S.name?((0,c.uX)(),(0,c.CE)("span",G,[(0,c.Lk)("strong",j,(0,v.toDisplayString)(S.name),1),(0,c.Lk)("span",{class:"action-text__longtext",textContent:(0,v.toDisplayString)(S.text)},null,8,Q)])):S.isLongText?((0,c.uX)(),(0,c.CE)("span",{key:1,class:"action-text__longtext",textContent:(0,v.toDisplayString)(S.text)},null,8,x)):((0,c.uX)(),(0,c.CE)("span",U,(0,v.toDisplayString)(S.text),1)),(0,c.Q3)("",!0)])],8,d)}const _=(0,N._)(I,[["render",T],["__scopeId","data-v-fa684b48"]])},39867:($t,We,a)=>{"use strict";a.d(We,{I:()=>K,N:()=>xe,i:()=>_e});var e=a(20641),i=a(90033),c=a(52697),v=a(75187),N=a(13606),I=a(34163),d=a(26905),G=a(32696),j=a(97698);const Q={name:"DotsHorizontalIcon",emits:["click"],props:{title:{type:String},fillColor:{type:String,default:"currentColor"},size:{type:Number,default:24}}},x=["aria-hidden","aria-label"],U=["fill","width","height"],T={d:"M16,12A2,2 0 0,1 18,10A2,2 0 0,1 20,12A2,2 0 0,1 18,14A2,2 0 0,1 16,12M10,12A2,2 0 0,1 12,10A2,2 0 0,1 14,12A2,2 0 0,1 12,14A2,2 0 0,1 10,12M4,12A2,2 0 0,1 6,10A2,2 0 0,1 8,12A2,2 0 0,1 6,14A2,2 0 0,1 4,12Z"},_={key:0};function S(P,ce,Ce,ke,J,ye){return(0,e.uX)(),(0,e.CE)("span",(0,e.v6)(P.$attrs,{"aria-hidden":Ce.title?null:"true","aria-label":Ce.title,class:"material-design-icon dots-horizontal-icon",role:"img",onClick:ce[0]||(ce[0]=Xe=>P.$emit("click",Xe))}),[((0,e.uX)(),(0,e.CE)("svg",{fill:Ce.fillColor,class:"material-design-icon__svg",width:Ce.size,height:Ce.size,viewBox:"0 0 24 24"},[(0,e.Lk)("path",T,[Ce.title?((0,e.uX)(),(0,e.CE)("title",_,(0,i.toDisplayString)(Ce.title),1)):(0,e.Q3)("",!0)])],8,U))],16,x)}const K=(0,c._)(Q,[["render",S]]);(0,N.r)(N.q);function _e(P){return Array.isArray(P)&&P.some(ce=>{if(ce===null)return!1;if(typeof ce=="object"){const Ce=ce;if(Ce.type===e.Mw)return!1;if(Ce.type===e.FK&&!_e(Ce.children))return!1;if(Ce.type===e.EY&&!Ce.children.trim())return!1}return!0})}const ee=".focusable",H={name:"NcActions",components:{NcButton:d.N,NcPopover:G.N},provide(){return{[j.a]:(0,e.EW)(()=>this.actionsMenuSemanticType==="menu"),[j.N]:this.closeMenu}},props:{open:{type:Boolean,default:!1},manualOpen:{type:Boolean,default:!1},forceMenu:{type:Boolean,default:!1},forceName:{type:Boolean,default:!1},menuName:{type:String,default:null},primary:{type:Boolean,default:!1},defaultIcon:{type:String,default:""},ariaLabel:{type:String,default:(0,N.a)("Actions")},placement:{type:String,default:"bottom"},boundariesElement:{type:Element,default:()=>document.getElementById("content-vue")??document.querySelector("body")},container:{type:[Boolean,String,Object,Element],default:"body"},disabled:{type:Boolean,default:!1},inline:{type:Number,default:0},variant:{type:String,validator(P){return["primary","secondary","tertiary","tertiary-no-background","tertiary-on-primary","error","warning","success"].includes(P)},default:null},size:{type:String,default:"normal",validator(P){return["small","normal","large"].includes(P)}}},emits:["click","blur","focus","close","closed","open","opened","update:open"],setup(){return{randomId:(0,I.c)()}},data(){return{opened:this.open,focusIndex:0,actionsMenuSemanticType:"unknown"}},computed:{triggerButtonVariant(){return this.variant||(this.primary?"primary":this.menuName?"secondary":"tertiary")},config(){return{menu:{popupRole:"menu",withArrowNavigation:!0,withTabNavigation:!1,withFocusTrap:!1},navigation:{popupRole:void 0,withArrowNavigation:!1,withTabNavigation:!0,withFocusTrap:!1},dialog:{popupRole:"dialog",withArrowNavigation:!1,withTabNavigation:!0,withFocusTrap:!0},tooltip:{popupRole:void 0,withArrowNavigation:!1,withTabNavigation:!1,withFocusTrap:!1},unknown:{popupRole:void 0,role:void 0,withArrowNavigation:!0,withTabNavigation:!1,withFocusTrap:!0}}[this.actionsMenuSemanticType]},withFocusTrap(){return this.config.withFocusTrap}},watch:{open(P){P!==this.opened&&(this.opened=P)},opened(){this.opened?document.body.addEventListener("keydown",this.handleEscapePressed):document.body.removeEventListener("keydown",this.handleEscapePressed)}},created(){(0,v.u)(()=>this.opened,{disabled:()=>this.config.withFocusTrap}),"ariaHidden"in this.$attrs&&(0,e.R8)("[NcActions]: Do not set the ariaHidden attribute as the root element will inherit the incorrect aria-hidden.")},methods:{getActionName(P){return P?.type?.name},isValidSingleAction(P){return["NcActionButton","NcActionLink","NcActionRouter"].includes(this.getActionName(P))},isAction(P){return this.getActionName(P)?.startsWith?.("NcAction")},isIconUrl(P){try{return!!new URL(P,P.startsWith("/")?window.location.origin:void 0)}catch{return!1}},toggleMenu(P){P?this.openMenu():this.closeMenu()},openMenu(){this.opened||(this.opened=!0,this.$emit("update:open",!0),this.$emit("open"))},async closeMenu(P=!0){this.opened&&(await this.$nextTick(),this.opened=!1,this.$refs.popover?.clearFocusTrap({returnFocus:P}),this.$emit("update:open",!1),this.$emit("close"),this.focusIndex=0,P&&this.$refs.triggerButton?.$el.focus())},onOpened(){this.$nextTick(()=>{this.focusFirstAction(null),this.$emit("opened")})},onClosed(){this.$emit("closed")},getCurrentActiveMenuItemElement(){return this.$refs.menu.querySelector("li.active")},getFocusableMenuItemElements(){return this.$refs.menu.querySelectorAll(ee)},onKeydown(P){if(P.key==="Tab"){if(this.config.withFocusTrap)return;if(!this.config.withTabNavigation){this.closeMenu(!0);return}P.preventDefault();const ce=this.getFocusableMenuItemElements(),Ce=[...ce].indexOf(document.activeElement);if(Ce===-1)return;const ke=P.shiftKey?Ce-1:Ce+1;(ke<0||ke===ce.length)&&this.closeMenu(!0),this.focusIndex=ke,this.focusAction();return}this.config.withArrowNavigation&&(P.key==="ArrowUp"&&this.focusPreviousAction(P),P.key==="ArrowDown"&&this.focusNextAction(P),P.key==="PageUp"&&this.focusFirstAction(P),P.key==="PageDown"&&this.focusLastAction(P)),this.handleEscapePressed(P)},onTriggerKeydown(P){P.key==="Escape"&&this.actionsMenuSemanticType==="tooltip"&&this.closeMenu()},handleEscapePressed(P){P.key==="Escape"&&(this.closeMenu(),P.preventDefault())},removeCurrentActive(){const P=this.$refs.menu.querySelector("li.active");P&&P.classList.remove("active")},focusAction(){const P=this.getFocusableMenuItemElements()[this.focusIndex];if(P){this.removeCurrentActive();const ce=P.closest("li.action");P.focus(),ce&&ce.classList.add("active")}},focusPreviousAction(P){this.opened&&(this.focusIndex===0?this.focusLastAction(P):(this.preventIfEvent(P),this.focusIndex=this.focusIndex-1),this.focusAction())},focusNextAction(P){if(this.opened){const ce=this.getFocusableMenuItemElements().length-1;this.focusIndex===ce?this.focusFirstAction(P):(this.preventIfEvent(P),this.focusIndex=this.focusIndex+1),this.focusAction()}},focusFirstAction(P){if(this.opened){this.preventIfEvent(P);const ce=[...this.getFocusableMenuItemElements()].findIndex(Ce=>Ce.getAttribute("aria-checked")==="true"&&Ce.getAttribute("role")==="menuitemradio");this.focusIndex=ce>-1?ce:0,this.focusAction()}},focusLastAction(P){this.opened&&(this.preventIfEvent(P),this.focusIndex=this.getFocusableMenuItemElements().length-1,this.focusAction())},preventIfEvent(P){P&&(P.preventDefault(),P.stopPropagation())},onFocus(P){this.$emit("focus",P)},onBlur(P){this.$emit("blur",P),this.actionsMenuSemanticType==="tooltip"&&this.$refs.menu&&this.getFocusableMenuItemElements().length===0&&this.closeMenu(!1)},onClick(P){this.$emit("click",P)}},render(){const P=[],ce=(He,ut)=>{He.forEach(Ot=>{if(this.isAction(Ot)){ut.push(Ot);return}Ot.type===e.FK&&ce(Ot.children,ut)})};if(ce(this.$slots.default?.(),P),P.length===0)return;let Ce=P.filter(this.isValidSingleAction);this.forceMenu&&Ce.length>0&&this.inline>0&&((0,e.R8)("Specifying forceMenu will ignore any inline actions rendering."),Ce=[]);const ke=Ce.slice(0,this.inline),J=P.filter(He=>!ke.includes(He)),ye=["NcActionButton","NcActionButtonGroup","NcActionCheckbox","NcActionRadio"],Xe=["NcActionInput","NcActionTextEditable"],ui=["NcActionLink","NcActionRouter"],ht=J.some(He=>Xe.includes(this.getActionName(He))),_t=J.some(He=>ye.includes(this.getActionName(He))),ai=J.some(He=>ui.includes(this.getActionName(He)));ht?this.actionsMenuSemanticType="dialog":_t?this.actionsMenuSemanticType="menu":ai?this.actionsMenuSemanticType="navigation":P.filter(ut=>this.getActionName(ut).startsWith("NcAction")).length===P.length?this.actionsMenuSemanticType="tooltip":this.actionsMenuSemanticType="unknown";const Ft=He=>{const ut=He?.props?.icon,Ot=He?.children?.icon?.()?.[0]??(this.isIconUrl(ut)?(0,e.h)("img",{class:"action-item__menutoggle__icon",src:ut,alt:""}):(0,e.h)("span",{class:["icon",ut]})),Gt=He?.children?.default?.()?.[0]?.children?.trim(),ri=this.forceName?Gt:"";let Ii=He?.props?.title;this.forceName||Ii||(Ii=Gt);const Li={...He?.props??{}},Yi=["submit","reset"].includes(Li.type)?Li.modelValue:"button";return delete Li.modelValue,delete Li.type,(0,e.h)(d.N,(0,e.v6)(Li,{class:"action-item action-item--single","aria-label":He?.props?.["aria-label"]||Gt,title:Ii,disabled:this.disabled||He?.props?.disabled,pressed:He?.props?.modelValue,size:this.size,type:Yi,variant:this.variant||(ri?"secondary":"tertiary"),onFocus:this.onFocus,onBlur:this.onBlur,"onUpdate:pressed":He?.props?.["onUpdate:modelValue"]??(()=>{})}),{default:()=>ri,icon:()=>Ot})},jt=He=>{const ut=_e(this.$slots.icon?.())?this.$slots.icon?.():this.defaultIcon?(0,e.h)("span",{class:["icon",this.defaultIcon]}):(0,e.h)(K,{size:20}),Ot=`${this.randomId}-trigger`;return(0,e.h)(G.N,{ref:"popover",delay:0,shown:this.opened,placement:this.placement,boundary:this.boundariesElement,autoBoundaryMaxSize:!0,container:this.container,...this.manualOpen&&{triggers:[]},noCloseOnClickOutside:this.manualOpen,popoverBaseClass:"action-item__popper",popupRole:this.config.popupRole,setReturnFocus:this.config.withFocusTrap?this.$refs.triggerButton?.$el:void 0,noFocusTrap:!this.config.withFocusTrap,"onUpdate:shown":this.toggleMenu,onAfterShow:this.onOpened,onAfterClose:this.onClosed},{trigger:()=>(0,e.h)(d.N,{id:Ot,class:"action-item__menutoggle",disabled:this.disabled,size:this.size,variant:this.triggerButtonVariant,ref:"triggerButton","aria-label":this.menuName?null:this.ariaLabel,"aria-controls":this.opened&&this.config.popupRole?this.randomId:null,onFocus:this.onFocus,onBlur:this.onBlur,onClick:this.onClick,onKeydown:this.onTriggerKeydown},{icon:()=>ut,default:()=>this.menuName}),default:()=>(0,e.h)("div",{class:{open:this.opened},tabindex:"-1",onKeydown:this.onKeydown,ref:"menu"},[(0,e.h)("ul",{id:this.randomId,tabindex:"-1",ref:"menuList",role:this.config.popupRole,"aria-labelledby":Ot,"aria-modal":this.actionsMenuSemanticType==="dialog"?"true":void 0},[He])])})};return P.length===1&&Ce.length===1&&!this.forceMenu?Ft(P[0]):(this.$nextTick(()=>{this.opened&&this.$refs.menu&&(this.$refs.menu.querySelector("li.active")||[]).length===0&&this.focusFirstAction()}),ke.length>0&&this.inline>0?(0,e.h)("div",{class:["action-items",`action-item--${this.triggerButtonVariant}`]},[...ke.map(Ft),J.length>0?(0,e.h)("div",{class:["action-item",{"action-item--open":this.opened}]},[jt(J)]):null]):(0,e.h)("div",{class:["action-item action-item--default-popover",`action-item--${this.triggerButtonVariant}`,{"action-item--open":this.opened}]},[jt(P)]))}},xe=(0,c._)(H,[["__scopeId","data-v-6c109b7a"]])},71251:($t,We,a)=>{"use strict";var e=a(53053),i=a(87485),c=a(61338),v=a(61715),N=a(20641),I=a(50953),d=a(90033);const G={__name:"splitpanes",props:{horizontal:{type:Boolean,default:!1},pushOtherPanes:{type:Boolean,default:!0},maximizePanes:{type:Boolean,default:!0},rtl:{type:Boolean,default:!1},firstSplitter:{type:Boolean,default:!1}},emits:["ready","resize","resized","pane-click","pane-maximize","pane-add","pane-remove","splitter-click","splitter-dblclick"],setup(ht,{emit:_t}){const ai=_t,Ft=ht,jt=(0,N.Ht)(),He=(0,I.KR)([]),ut=(0,N.EW)(()=>He.value.reduce((Ze,ve)=>(Ze[~~ve.id]=ve)&&Ze,{})),Ot=(0,N.EW)(()=>He.value.length),Gt=(0,I.KR)(null),ri=(0,I.KR)(!1),Ii=(0,I.KR)({mouseDown:!1,dragging:!1,activeSplitter:null,cursorOffset:0}),Li=(0,I.KR)({splitter:null,timeoutId:null}),Yi=(0,N.EW)(()=>({[`splitpanes splitpanes--${Ft.horizontal?"horizontal":"vertical"}`]:!0,"splitpanes--dragging":Ii.value.dragging})),wi=()=>{document.addEventListener("mousemove",Vt,{passive:!1}),document.addEventListener("mouseup",pn),"ontouchstart"in window&&(document.addEventListener("touchmove",Vt,{passive:!1}),document.addEventListener("touchend",pn))},Lt=()=>{document.removeEventListener("mousemove",Vt,{passive:!1}),document.removeEventListener("mouseup",pn),"ontouchstart"in window&&(document.removeEventListener("touchmove",Vt,{passive:!1}),document.removeEventListener("touchend",pn))},di=(Ze,ve)=>{const L=Ze.target.closest(".splitpanes__splitter");if(L){const{left:ge,top:Ae}=L.getBoundingClientRect(),{clientX:rt,clientY:Ht}="ontouchstart"in window&&Ze.touches?Ze.touches[0]:Ze;Ii.value.cursorOffset=Ft.horizontal?Ht-Ae:rt-ge}wi(),Ii.value.mouseDown=!0,Ii.value.activeSplitter=ve},Vt=Ze=>{Ii.value.mouseDown&&(Ze.preventDefault(),Ii.value.dragging=!0,requestAnimationFrame(()=>{Qi(An(Ze)),Ge("resize",{event:Ze},!0)}))},pn=Ze=>{Ii.value.dragging&&(window.getSelection().removeAllRanges(),Ge("resized",{event:Ze},!0)),Ii.value.mouseDown=!1,Ii.value.activeSplitter=null,setTimeout(()=>{Ii.value.dragging=!1,Lt()},100)},oi=(Ze,ve)=>{"ontouchstart"in window&&(Ze.preventDefault(),Li.value.splitter===ve?(clearTimeout(Li.value.timeoutId),Li.value.timeoutId=null,ni(Ze,ve),Li.value.splitter=null):(Li.value.splitter=ve,Li.value.timeoutId=setTimeout(()=>Li.value.splitter=null,500))),Ii.value.dragging||Ge("splitter-click",{event:Ze,index:ve},!0)},ni=(Ze,ve)=>{if(Ge("splitter-dblclick",{event:Ze,index:ve},!0),Ft.maximizePanes){let L=0;He.value=He.value.map((ge,Ae)=>(ge.size=Ae===ve?ge.max:ge.min,Ae!==ve&&(L+=ge.min),ge)),He.value[ve].size-=L,Ge("pane-maximize",{event:Ze,index:ve,pane:He.value[ve]}),Ge("resized",{event:Ze,index:ve},!0)}},Ei=(Ze,ve)=>{Ge("pane-click",{event:Ze,index:ut.value[ve].index,pane:ut.value[ve]})},An=Ze=>{const ve=Gt.value.getBoundingClientRect(),{clientX:L,clientY:ge}="ontouchstart"in window&&Ze.touches?Ze.touches[0]:Ze;return{x:L-(Ft.horizontal?0:Ii.value.cursorOffset)-ve.left,y:ge-(Ft.horizontal?Ii.value.cursorOffset:0)-ve.top}},En=Ze=>{Ze=Ze[Ft.horizontal?"y":"x"];const ve=Gt.value[Ft.horizontal?"clientHeight":"clientWidth"];return Ft.rtl&&!Ft.horizontal&&(Ze=ve-Ze),Ze*100/ve},Qi=Ze=>{const ve=Ii.value.activeSplitter;let L={prevPanesSize:Ut(ve),nextPanesSize:qi(ve),prevReachedMinPanes:0,nextReachedMinPanes:0};const ge=0+(Ft.pushOtherPanes?0:L.prevPanesSize),Ae=100-(Ft.pushOtherPanes?0:L.nextPanesSize),rt=Math.max(Math.min(En(Ze),Ae),ge);let Ht=[ve,ve+1],Qt=He.value[Ht[0]]||null,Qe=He.value[Ht[1]]||null;const Rt=Qt.max<100&&rt>=Qt.max+L.prevPanesSize,Kt=Qe.max<100&&rt<=100-(Qe.max+qi(ve+1));if(Rt||Kt){Rt?(Qt.size=Qt.max,Qe.size=Math.max(100-Qt.max-L.prevPanesSize-L.nextPanesSize,0)):(Qt.size=Math.max(100-Qe.max-L.prevPanesSize-qi(ve+1),0),Qe.size=Qe.max);return}if(Ft.pushOtherPanes){const wt=Yt(L,rt);if(!wt)return;({sums:L,panesToResize:Ht}=wt),Qt=He.value[Ht[0]]||null,Qe=He.value[Ht[1]]||null}Qt!==null&&(Qt.size=Math.min(Math.max(rt-L.prevPanesSize-L.prevReachedMinPanes,Qt.min),Qt.max)),Qe!==null&&(Qe.size=Math.min(Math.max(100-rt-L.nextPanesSize-L.nextReachedMinPanes,Qe.min),Qe.max))},Yt=(Ze,ve)=>{const L=Ii.value.activeSplitter,ge=[L,L+1];return ve<Ze.prevPanesSize+He.value[ge[0]].min&&(ge[0]=Ne(L).index,Ze.prevReachedMinPanes=0,ge[0]<L&&He.value.forEach((Ae,rt)=>{rt>ge[0]&&rt<=L&&(Ae.size=Ae.min,Ze.prevReachedMinPanes+=Ae.min)}),Ze.prevPanesSize=Ut(ge[0]),ge[0]===void 0)?(Ze.prevReachedMinPanes=0,He.value[0].size=He.value[0].min,He.value.forEach((Ae,rt)=>{rt>0&&rt<=L&&(Ae.size=Ae.min,Ze.prevReachedMinPanes+=Ae.min)}),He.value[ge[1]].size=100-Ze.prevReachedMinPanes-He.value[0].min-Ze.prevPanesSize-Ze.nextPanesSize,null):ve>100-Ze.nextPanesSize-He.value[ge[1]].min&&(ge[1]=ft(L).index,Ze.nextReachedMinPanes=0,ge[1]>L+1&&He.value.forEach((Ae,rt)=>{rt>L&&rt<ge[1]&&(Ae.size=Ae.min,Ze.nextReachedMinPanes+=Ae.min)}),Ze.nextPanesSize=qi(ge[1]-1),ge[1]===void 0)?(Ze.nextReachedMinPanes=0,He.value.forEach((Ae,rt)=>{rt<Ot.value-1&&rt>=L+1&&(Ae.size=Ae.min,Ze.nextReachedMinPanes+=Ae.min)}),He.value[ge[0]].size=100-Ze.prevPanesSize-qi(ge[0]-1),null):{sums:Ze,panesToResize:ge}},Ut=Ze=>He.value.reduce((ve,L,ge)=>ve+(ge<Ze?L.size:0),0),qi=Ze=>He.value.reduce((ve,L,ge)=>ve+(ge>Ze+1?L.size:0),0),Ne=Ze=>[...He.value].reverse().find(ve=>ve.index<Ze&&ve.size>ve.min)||{},ft=Ze=>He.value.find(ve=>ve.index>Ze+1&&ve.size>ve.min)||{},gt=()=>{var Ze;const ve=Array.from(((Ze=Gt.value)==null?void 0:Ze.children)||[]);for(const L of ve){const ge=L.classList.contains("splitpanes__pane"),Ae=L.classList.contains("splitpanes__splitter");!ge&&!Ae&&(L.remove(),console.warn("Splitpanes: Only <pane> elements are allowed at the root of <splitpanes>. One of your DOM nodes was removed."))}},Ve=(Ze,ve,L=!1)=>{const ge=Ze-1,Ae=document.createElement("div");Ae.classList.add("splitpanes__splitter"),L||(Ae.onmousedown=rt=>di(rt,ge),typeof window<"u"&&"ontouchstart"in window&&(Ae.ontouchstart=rt=>di(rt,ge)),Ae.onclick=rt=>oi(rt,ge+1)),Ae.ondblclick=rt=>ni(rt,ge+1),ve.parentNode.insertBefore(Ae,ve)},ot=Ze=>{Ze.onmousedown=void 0,Ze.onclick=void 0,Ze.ondblclick=void 0,Ze.remove()},ei=()=>{var Ze;const ve=Array.from(((Ze=Gt.value)==null?void 0:Ze.children)||[]);for(const ge of ve)ge.className.includes("splitpanes__splitter")&&ot(ge);let L=0;for(const ge of ve)ge.className.includes("splitpanes__pane")&&(!L&&Ft.firstSplitter?Ve(L,ge,!0):L&&Ve(L,ge),L++)},X=({uid:Ze,...ve})=>{const L=ut.value[Ze];for(const[ge,Ae]of Object.entries(ve))L[ge]=Ae},A=Ze=>{var ve;let L=-1;Array.from(((ve=Gt.value)==null?void 0:ve.children)||[]).some(ge=>(ge.className.includes("splitpanes__pane")&&L++,ge.isSameNode(Ze.el))),He.value.splice(L,0,{...Ze,index:L}),He.value.forEach((ge,Ae)=>ge.index=Ae),ri.value&&(0,N.dY)(()=>{ei(),D({addedPane:He.value[L]}),Ge("pane-add",{pane:He.value[L]})})},g=Ze=>{const ve=He.value.findIndex(ge=>ge.id===Ze);He.value[ve].el=null;const L=He.value.splice(ve,1)[0];He.value.forEach((ge,Ae)=>ge.index=Ae),(0,N.dY)(()=>{ei(),Ge("pane-remove",{pane:L}),D({removedPane:{...L}})})},D=(Ze={})=>{!Ze.addedPane&&!Ze.removedPane?Y():He.value.some(ve=>ve.givenSize!==null||ve.min||ve.max<100)?ne(Ze):$(),ri.value&&Ge("resized")},$=()=>{const Ze=100/Ot.value;let ve=0;const L=[],ge=[];for(const Ae of He.value)Ae.size=Math.max(Math.min(Ze,Ae.max),Ae.min),ve-=Ae.size,Ae.size>=Ae.max&&L.push(Ae.id),Ae.size<=Ae.min&&ge.push(Ae.id);ve>.1&&Re(ve,L,ge)},Y=()=>{let Ze=100;const ve=[],L=[];let ge=0;for(const rt of He.value)Ze-=rt.size,rt.givenSize!==null&&ge++,rt.size>=rt.max&&ve.push(rt.id),rt.size<=rt.min&&L.push(rt.id);let Ae=100;if(Ze>.1){for(const rt of He.value)rt.givenSize===null&&(rt.size=Math.max(Math.min(Ze/(Ot.value-ge),rt.max),rt.min)),Ae-=rt.size;Ae>.1&&Re(Ae,ve,L)}},ne=({addedPane:Ze,removedPane:ve}={})=>{let L=100/Ot.value,ge=0;const Ae=[],rt=[];(Ze?.givenSize??null)!==null&&(L=(100-Ze.givenSize)/(Ot.value-1));for(const Ht of He.value)ge-=Ht.size,Ht.size>=Ht.max&&Ae.push(Ht.id),Ht.size<=Ht.min&&rt.push(Ht.id);if(!(Math.abs(ge)<.1)){for(const Ht of He.value)Ze?.givenSize!==null&&Ze?.id===Ht.id||(Ht.size=Math.max(Math.min(L,Ht.max),Ht.min)),ge-=Ht.size,Ht.size>=Ht.max&&Ae.push(Ht.id),Ht.size<=Ht.min&&rt.push(Ht.id);ge>.1&&Re(ge,Ae,rt)}},Re=(Ze,ve,L)=>{let ge;Ze>0?ge=Ze/(Ot.value-ve.length):ge=Ze/(Ot.value-L.length),He.value.forEach((Ae,rt)=>{if(Ze>0&&!ve.includes(Ae.id)){const Ht=Math.max(Math.min(Ae.size+ge,Ae.max),Ae.min),Qt=Ht-Ae.size;Ze-=Qt,Ae.size=Ht}else if(!L.includes(Ae.id)){const Ht=Math.max(Math.min(Ae.size+ge,Ae.max),Ae.min),Qt=Ht-Ae.size;Ze-=Qt,Ae.size=Ht}}),Math.abs(Ze)>.1&&(0,N.dY)(()=>{ri.value&&console.warn("Splitpanes: Could not resize panes correctly due to their constraints.")})},Ge=(Ze,ve=void 0,L=!1)=>{const ge=ve?.index??Ii.value.activeSplitter??null;ai(Ze,{...ve,...ge!==null&&{index:ge},...L&&ge!==null&&{prevPane:He.value[ge-(Ft.firstSplitter?1:0)],nextPane:He.value[ge+(Ft.firstSplitter?0:1)]},panes:He.value.map(Ae=>({min:Ae.min,max:Ae.max,size:Ae.size}))})};(0,N.wB)(()=>Ft.firstSplitter,()=>ei()),(0,N.sV)(()=>{gt(),ei(),D(),Ge("ready"),ri.value=!0}),(0,N.xo)(()=>ri.value=!1);const At=()=>{var Ze;return(0,N.h)("div",{ref:Gt,class:Yi.value},(Ze=jt.default)==null?void 0:Ze.call(jt))};return(0,N.Gt)("panes",He),(0,N.Gt)("indexedPanes",ut),(0,N.Gt)("horizontal",(0,N.EW)(()=>Ft.horizontal)),(0,N.Gt)("requestUpdate",X),(0,N.Gt)("onPaneAdd",A),(0,N.Gt)("onPaneRemove",g),(0,N.Gt)("onPaneClick",Ei),(Ze,ve)=>((0,N.uX)(),(0,N.Wv)((0,N.$y)(At)))}},j={__name:"pane",props:{size:{type:[Number,String]},minSize:{type:[Number,String],default:0},maxSize:{type:[Number,String],default:100}},setup(ht){var _t;const ai=ht,Ft=(0,N.WQ)("requestUpdate"),jt=(0,N.WQ)("onPaneAdd"),He=(0,N.WQ)("horizontal"),ut=(0,N.WQ)("onPaneRemove"),Ot=(0,N.WQ)("onPaneClick"),Gt=(_t=(0,N.nI)())==null?void 0:_t.uid,ri=(0,N.WQ)("indexedPanes"),Ii=(0,N.EW)(()=>ri.value[Gt]),Li=(0,I.KR)(null),Yi=(0,N.EW)(()=>{const Vt=isNaN(ai.size)||ai.size===void 0?0:parseFloat(ai.size);return Math.max(Math.min(Vt,Lt.value),wi.value)}),wi=(0,N.EW)(()=>{const Vt=parseFloat(ai.minSize);return isNaN(Vt)?0:Vt}),Lt=(0,N.EW)(()=>{const Vt=parseFloat(ai.maxSize);return isNaN(Vt)?100:Vt}),di=(0,N.EW)(()=>{var Vt;return`${He.value?"height":"width"}: ${(Vt=Ii.value)==null?void 0:Vt.size}%`});return(0,N.wB)(()=>Yi.value,Vt=>Ft({uid:Gt,size:Vt})),(0,N.wB)(()=>wi.value,Vt=>Ft({uid:Gt,min:Vt})),(0,N.wB)(()=>Lt.value,Vt=>Ft({uid:Gt,max:Vt})),(0,N.sV)(()=>{jt({id:Gt,el:Li.value,min:wi.value,max:Lt.value,givenSize:ai.size===void 0?null:Yi.value,size:Yi.value})}),(0,N.xo)(()=>ut(Gt)),(Vt,pn)=>((0,N.uX)(),(0,N.CE)("div",{ref_key:"paneEl",ref:Li,class:"splitpanes__pane",onClick:pn[0]||(pn[0]=oi=>(0,I.R1)(Ot)(oi,Vt._.uid)),style:(0,d.normalizeStyle)(di.value)},[(0,N.RG)(Vt.$slots,"default")],4))}};var Q=a(53751),x=a(82253),U=a(37396),T=a(13606),_=a(26905),S=a(47031),K=a(52697),_e=a(99009),ee=a(3168),H=a(53072);(0,T.r)();const xe=(0,N.pM)({__name:"NcAppContentDetailsToggle",setup(ht){const _t=(0,U.al)();(0,N.wB)(_t,ai),(0,N.sV)(()=>{ai(_t.value)}),(0,N.xo)(()=>{_t.value&&ai(!1)});function ai(Ft=!0){const jt=document.querySelector(".app-navigation .app-navigation-toggle");jt&&(jt.style.display=Ft?"none":"",Ft===!0&&(0,c.Ic)("toggle-navigation",{open:!1}))}return(Ft,jt)=>((0,N.uX)(),(0,N.Wv)((0,I.R1)(_.N),{"aria-label":(0,I.R1)(T.a)("Go back to the list"),class:(0,d.normalizeClass)(["app-details-toggle",{"app-details-toggle--mobile":(0,I.R1)(_t)}]),title:(0,I.R1)(T.a)("Go back to the list"),variant:"tertiary"},{icon:(0,N.k6)(()=>[(0,N.bF)((0,I.R1)(S.N),{directional:"",path:(0,I.R1)(x.m)},null,8,["path"])]),_:1},8,["aria-label","class","title"]))}}),P=(0,K._)(xe,[["__scopeId","data-v-a28923a1"]]),ce=(0,e.c0)("f7cloud").persist().build(),Ce=(0,i.F)().theming?.name??"F7cloud",ke={name:"NcAppContent",components:{NcAppContentDetailsToggle:P,Pane:j,Splitpanes:G},props:{disableSwipe:{type:Boolean,default:!1},listSize:{type:Number,default:20},listMinWidth:{type:Number,default:15},listMaxWidth:{type:Number,default:40},paneConfigKey:{type:String,default:""},showDetails:{type:Boolean,default:!0},layout:{type:String,default:"vertical-split",validator(ht){return["no-split","vertical-split","horizontal-split"].includes(ht)}},pageHeading:{type:String,default:null},pageTitle:{type:String,default:null}},emits:["update:showDetails","resizeList"],setup(){return{isMobile:(0,U.al)(),isRtl:H.i}},data(){return{contentHeight:0,swiping:{},listPaneSize:this.restorePaneConfig()}},computed:{paneConfigID(){if(this.paneConfigKey!=="")return`pane-list-size-${this.paneConfigKey}`;try{return`pane-list-size-${_e.A}`}catch{return ee.l.info("[NcAppContent]: falling back to global f7cloud pane config"),"pane-list-size-f7cloud"}},detailsPaneSize(){return this.listPaneSize?100-this.listPaneSize:this.paneDefaults.details.size},paneDefaults(){return{list:{size:this.listSize,min:this.listMinWidth,max:this.listMaxWidth},details:{size:100-this.listSize,min:100-this.listMaxWidth,max:100-this.listMinWidth}}},realPageTitle(){const ht=new Set;if(this.pageTitle)for(const _t of this.pageTitle.split(" - "))ht.add(_t);else if(this.pageHeading){for(const _t of this.pageHeading.split(" - "))ht.add(_t);ht.size>0&&ht.add((0,_e.g)())}else return null;return ht.add(Ce),[...ht.values()].join(" - ")}},watch:{realPageTitle:{immediate:!0,handler(){this.realPageTitle!==null&&(document.title=this.realPageTitle)}},paneConfigKey:{immediate:!0,handler(){this.restorePaneConfig()}}},mounted(){this.disableSwipe||(this.swiping=(0,v.o__)(this.$el,{onSwipeEnd:this.handleSwipe})),this.restorePaneConfig()},methods:{handleSwipe(ht,_t){Math.abs(this.swiping.lengthX)>70&&(this.swiping.coordsStart.x<300/2&&_t==="right"?(0,c.Ic)("toggle-navigation",{open:!0}):this.swiping.coordsStart.x<300*1.5&&_t==="left"&&(0,c.Ic)("toggle-navigation",{open:!1}))},handlePaneResize(ht){const _t=parseInt(ht.panes[0].size,10);ce.setItem(this.paneConfigID,JSON.stringify(_t)),this.listPaneSize=_t,this.$emit("resizeList",{size:_t}),ee.l.debug("[NcAppContent] pane config",{listPaneSize:_t})},restorePaneConfig(){const ht=parseInt(ce.getItem(this.paneConfigID),10);if(!isNaN(ht)&&ht!==this.listPaneSize)return ee.l.debug("[NcAppContent] pane config",{listPaneSize:ht}),this.listPaneSize=ht,ht},hideDetails(){this.$emit("update:showDetails",!1)}}},J={key:0,class:"hidden-visually"},ye={key:1,class:"app-content-wrapper"};function Xe(ht,_t,ai,Ft,jt,He){const ut=(0,N.g2)("NcAppContentDetailsToggle"),Ot=(0,N.g2)("Pane"),Gt=(0,N.g2)("Splitpanes");return(0,N.uX)(),(0,N.CE)("main",{id:"app-content-vue",class:(0,d.normalizeClass)(["app-content no-snapper",{"app-content--has-list":!!ht.$slots.list}])},[ai.pageHeading?((0,N.uX)(),(0,N.CE)("h1",J,(0,d.toDisplayString)(ai.pageHeading),1)):(0,N.Q3)("",!0),ht.$slots.list?((0,N.uX)(),(0,N.CE)(N.FK,{key:1},[Ft.isMobile||ai.layout==="no-split"?((0,N.uX)(),(0,N.CE)("div",{key:0,class:(0,d.normalizeClass)(["app-content-wrapper app-content-wrapper--no-split",{"app-content-wrapper--show-details":ai.showDetails,"app-content-wrapper--show-list":!ai.showDetails,"app-content-wrapper--mobile":Ft.isMobile}])},[ai.showDetails?((0,N.uX)(),(0,N.Wv)(ut,{key:0,onClick:(0,Q.withModifiers)(He.hideDetails,["stop","prevent"])},null,8,["onClick"])):(0,N.Q3)("",!0),(0,N.bo)((0,N.Lk)("div",null,[(0,N.RG)(ht.$slots,"list",{},void 0,!0)],512),[[Q.vShow,!ai.showDetails]]),ai.showDetails?(0,N.RG)(ht.$slots,"default",{key:1},void 0,!0):(0,N.Q3)("",!0)],2)):ai.layout==="vertical-split"||ai.layout==="horizontal-split"?((0,N.uX)(),(0,N.CE)("div",ye,[(0,N.bF)(Gt,{horizontal:ai.layout==="horizontal-split",class:(0,d.normalizeClass)(["default-theme",{"splitpanes--horizontal":ai.layout==="horizontal-split","splitpanes--vertical":ai.layout==="vertical-split"}]),rtl:Ft.isRtl,onResized:He.handlePaneResize},{default:(0,N.k6)(()=>[(0,N.bF)(Ot,{class:"splitpanes__pane-list",size:jt.listPaneSize||He.paneDefaults.list.size,"min-size":He.paneDefaults.list.min,"max-size":He.paneDefaults.list.max},{default:(0,N.k6)(()=>[(0,N.RG)(ht.$slots,"list",{},void 0,!0)]),_:3},8,["size","min-size","max-size"]),(0,N.bF)(Ot,{class:"splitpanes__pane-details",size:He.detailsPaneSize,"min-size":He.paneDefaults.details.min,"max-size":He.paneDefaults.details.max},{default:(0,N.k6)(()=>[(0,N.RG)(ht.$slots,"default",{},void 0,!0)]),_:3},8,["size","min-size","max-size"])]),_:3},8,["horizontal","class","rtl","onResized"])])):(0,N.Q3)("",!0)],64)):(0,N.Q3)("",!0),ht.$slots.list?(0,N.Q3)("",!0):(0,N.RG)(ht.$slots,"default",{key:2},void 0,!0)],2)}const ui=(0,K._)(ke,[["render",Xe],["__scopeId","data-v-a2641cc2"]])},61760:($t,We,a)=>{"use strict";var e=a(20641),i=a(50953),c=a(90033),v=a(53751),N=a(61338),I=a(75078),d=a(98628),G=a(82253),j=a(47031),Q=a(13606),x=a(26905),U=a(52697),T=a(37396),_=a(60648),S=a(70695);(0,Q.r)();const K={class:"app-navigation-toggle-wrapper"},_e=(0,e.pM)({__name:"NcAppNavigationToggle",props:{open:{type:Boolean,required:!0},openModifiers:{}},emits:["update:open"],setup(Ce){const ke=(0,e.fn)(Ce,"open"),J=(0,e.EW)(()=>ke.value?(0,Q.a)("Close navigation"):(0,Q.a)("Open navigation"));return(ye,Xe)=>((0,e.uX)(),(0,e.CE)("div",K,[(0,e.bF)((0,i.R1)(x.N),{class:"app-navigation-toggle","aria-controls":"app-navigation-vue","aria-expanded":ke.value?"true":"false","aria-label":J.value,title:J.value,variant:"tertiary",onClick:Xe[0]||(Xe[0]=ui=>ke.value=!ke.value)},{icon:(0,e.k6)(()=>[(0,e.bF)(j.N,{path:ke.value?(0,i.R1)(G.C):(0,i.R1)(G.D)},null,8,["path"])]),_:1},8,["aria-expanded","aria-label","title"])]))}}),ee=(0,U._)(_e,[["__scopeId","data-v-5a15295d"]]),H=["aria-hidden","aria-label","aria-labelledby","inert"],xe={class:"app-navigation__search"},P=(0,e.pM)({__name:"NcAppNavigation",props:{ariaLabel:{},ariaLabelledby:{}},setup(Ce){const ke=Ce;let J;const ye=(0,e.WQ)(S.H,()=>(0,e.R8)("NcAppNavigation is not mounted inside NcContent, this is probably an error."),!1),Xe=(0,e.rk)("appNavigationContainer"),ui=(0,T.al)(),ht=(0,i.KR)(!ui.value);(0,e.nT)(()=>{!ke.ariaLabel&&!ke.ariaLabelledby&&(0,e.R8)("NcAppNavigation requires either `ariaLabel` or `ariaLabelledby` to be set for accessibility.")}),(0,e.wB)(ui,()=>{ht.value=!ui.value}),(0,e.wB)(ht,()=>{Ft()}),(0,e.sV)(()=>{ye(!0),(0,N.B1)("toggle-navigation",ai),(0,N.Ic)("navigation-toggled",{open:ht.value}),J=(0,I.K)(Xe.value,{allowOutsideClick:!0,fallbackFocus:Xe.value,trapStack:(0,_.g)(),escapeDeactivates:!1}),Ft()}),(0,e.hi)(()=>{ye(!1),(0,N.al)("toggle-navigation",ai),J.deactivate()});function _t(He){if(ht.value===He){(0,N.Ic)("navigation-toggled",{open:ht.value});return}ht.value=He===void 0?!ht.value:He;const ut=getComputedStyle(document.body),Ot=parseInt(ut.getPropertyValue("--animation-quick"))||100;setTimeout(()=>{(0,N.Ic)("navigation-toggled",{open:ht.value})},1.5*Ot)}function ai({open:He}){return _t(He)}function Ft(){ui.value&&ht.value?J.activate():J.deactivate()}function jt(){ui.value&&_t(!1)}return(He,ut)=>((0,e.uX)(),(0,e.CE)("div",{ref:"appNavigationContainer",class:(0,c.normalizeClass)(["app-navigation",{"app-navigation--closed":!ht.value}])},[(0,e.Lk)("nav",{id:"app-navigation-vue","aria-hidden":ht.value?"false":"true","aria-label":He.ariaLabel||void 0,"aria-labelledby":He.ariaLabelledby||void 0,class:"app-navigation__content",inert:!ht.value||void 0,onKeydown:(0,v.withKeys)(jt,["esc"])},[(0,e.Lk)("div",xe,[(0,e.RG)(He.$slots,"search",{},void 0,!0)]),(0,e.Lk)("div",{class:(0,c.normalizeClass)(["app-navigation__body",{"app-navigation__body--no-list":!He.$slots.list}])},[(0,e.RG)(He.$slots,"default",{},void 0,!0)],2),He.$slots.list?((0,e.uX)(),(0,e.Wv)(d.N,{key:0,class:"app-navigation__list"},{default:(0,e.k6)(()=>[(0,e.RG)(He.$slots,"list",{},void 0,!0)]),_:3})):(0,e.Q3)("",!0),(0,e.RG)(He.$slots,"footer",{},void 0,!0)],40,H),(0,e.bF)(ee,{open:ht.value,"onUpdate:open":_t},null,8,["open"])],2))}}),ce=null},38192:($t,We,a)=>{"use strict";var e=a(39867),i=a(20641),c=a(90033),v=a(52697);const N={name:"NcAppNavigationCaption",components:{NcActions:e.N},props:{name:{type:String,required:!0},headingId:{type:String,default:null},isHeading:{type:Boolean,default:!1},headingLevel:{type:Number,default:2},...e.N.props},computed:{actionsProps(){const j=Object.keys(e.N.props),Q=Object.entries(this.$props).filter(([x,U])=>j.includes(x));return Object.fromEntries(Q)},wrapperTag(){return this.isHeading?"div":"li"},captionTag(){const j=Math.max(2,this.headingLevel);return this.isHeading?`h${j}`:"span"}}},I={key:0,class:"app-navigation-caption__actions"};function d(j,Q,x,U,T,_){const S=(0,i.g2)("NcActions");return(0,i.uX)(),(0,i.Wv)((0,i.$y)(_.wrapperTag),{class:(0,c.normalizeClass)(["app-navigation-caption",{"app-navigation-caption--heading":x.isHeading}])},{default:(0,i.k6)(()=>[((0,i.uX)(),(0,i.Wv)((0,i.$y)(_.captionTag),{id:x.headingId,class:"app-navigation-caption__name"},{default:(0,i.k6)(()=>[(0,i.eW)((0,c.toDisplayString)(x.name),1)]),_:1},8,["id"])),j.$slots.actions?((0,i.uX)(),(0,i.CE)("div",I,[(0,i.bF)(S,(0,c.normalizeProps)((0,i.Ng)(_.actionsProps)),{icon:(0,i.k6)(()=>[(0,i.RG)(j.$slots,"actionsTriggerIcon",{},void 0,!0)]),default:(0,i.k6)(()=>[(0,i.RG)(j.$slots,"actions",{},void 0,!0)]),_:3},16)])):(0,i.Q3)("",!0)]),_:3},8,["class"])}const G=(0,v._)(N,[["render",d],["__scopeId","data-v-21e6b451"]])},41486:($t,We,a)=>{"use strict";var e=a(20641),i=a(90033),c=a(53751),v=a(52697),N=a(89053),I=a(57798),d=a(13606),G=a(26905),j=a(97713),Q=a(37396),x=a(34163),U=a(4192),T=a(39867),_=a(74363),S=a(24597);const K={name:"PencilIcon",emits:["click"],props:{title:{type:String},fillColor:{type:String,default:"currentColor"},size:{type:Number,default:24}}},_e=["aria-hidden","aria-label"],ee=["fill","width","height"],H={d:"M20.71,7.04C21.1,6.65 21.1,6 20.71,5.63L18.37,3.29C18,2.9 17.35,2.9 16.96,3.29L15.12,5.12L18.87,8.87M3,17.25V21H6.75L17.81,9.93L14.06,6.18L3,17.25Z"},xe={key:0};function P(Lt,di,Vt,pn,oi,ni){return(0,e.uX)(),(0,e.CE)("span",(0,e.v6)(Lt.$attrs,{"aria-hidden":Vt.title?null:"true","aria-label":Vt.title,class:"material-design-icon pencil-icon",role:"img",onClick:di[0]||(di[0]=Ei=>Lt.$emit("click",Ei))}),[((0,e.uX)(),(0,e.CE)("svg",{fill:Vt.fillColor,class:"material-design-icon__svg",width:Vt.size,height:Vt.size,viewBox:"0 0 24 24"},[(0,e.Lk)("path",H,[Vt.title?((0,e.uX)(),(0,e.CE)("title",xe,(0,i.toDisplayString)(Vt.title),1)):(0,e.Q3)("",!0)])],8,ee))],16,_e)}const ce=(0,v._)(K,[["render",P]]),Ce={name:"UndoIcon",emits:["click"],props:{title:{type:String},fillColor:{type:String,default:"currentColor"},size:{type:Number,default:24}}},ke=["aria-hidden","aria-label"],J=["fill","width","height"],ye={d:"M12.5,8C9.85,8 7.45,9 5.6,10.6L2,7V16H11L7.38,12.38C8.77,11.22 10.54,10.5 12.5,10.5C16.04,10.5 19.05,12.81 20.1,16L22.47,15.22C21.08,11.03 17.15,8 12.5,8Z"},Xe={key:0};function ui(Lt,di,Vt,pn,oi,ni){return(0,e.uX)(),(0,e.CE)("span",(0,e.v6)(Lt.$attrs,{"aria-hidden":Vt.title?null:"true","aria-label":Vt.title,class:"material-design-icon undo-icon",role:"img",onClick:di[0]||(di[0]=Ei=>Lt.$emit("click",Ei))}),[((0,e.uX)(),(0,e.CE)("svg",{fill:Vt.fillColor,class:"material-design-icon__svg",width:Vt.size,height:Vt.size,viewBox:"0 0 24 24"},[(0,e.Lk)("path",ye,[Vt.title?((0,e.uX)(),(0,e.CE)("title",Xe,(0,i.toDisplayString)(Vt.title),1)):(0,e.Q3)("",!0)])],8,J))],16,ke)}const ht=(0,v._)(Ce,[["render",ui]]);(0,d.r)(d.x);const _t={name:"NcAppNavigationIconCollapsible",components:{NcButton:G.N,ChevronDown:N.C,ChevronUp:I.C},props:{open:{type:Boolean,required:!0},active:{type:Boolean,required:!0}},emits:["click"],computed:{labelButton(){return this.open?(0,d.a)("Collapse menu"):(0,d.a)("Open menu")}},methods:{onClick(Lt){this.$emit("click",Lt)}}};function ai(Lt,di,Vt,pn,oi,ni){const Ei=(0,e.g2)("ChevronUp"),An=(0,e.g2)("ChevronDown"),En=(0,e.g2)("NcButton");return(0,e.uX)(),(0,e.Wv)(En,{class:(0,i.normalizeClass)(["icon-collapse",{"icon-collapse--active":Vt.active,"icon-collapse--open":Vt.open}]),"aria-label":ni.labelButton,variant:Vt.active?"tertiary-on-primary":"tertiary",onClick:ni.onClick},{icon:(0,e.k6)(()=>[Vt.open?((0,e.uX)(),(0,e.Wv)(Ei,{key:0,size:20})):((0,e.uX)(),(0,e.Wv)(An,{key:1,size:20}))]),_:1},8,["class","aria-label","variant","onClick"])}const Ft=(0,v._)(_t,[["render",ai],["__scopeId","data-v-e6236e50"]]);(0,d.r)(d.z,d.y);const jt={name:"NcAppNavigationItem",components:{NcActions:T.N,NcActionButton:U.N,NcAppNavigationIconCollapsible:Ft,NcInputConfirmCancel:j.N,NcLoadingIcon:_.N,NcVNodes:S._,Pencil:ce,Undo:ht},props:{active:{type:Boolean,default:!1},name:{type:String,required:!0},title:{type:String,default:null},id:{type:String,default:()=>(0,x.c)(),validator:Lt=>Lt.trim()!==""},icon:{type:String,default:""},loading:{type:Boolean,default:!1},to:{type:[String,Object],default:null},href:{type:String,default:null},allowCollapse:{type:Boolean,default:!1},editable:{type:Boolean,default:!1},editLabel:{type:String,default:""},editPlaceholder:{type:String,default:""},pinned:{type:Boolean,default:!1},undo:{type:Boolean,default:!1},open:{type:Boolean,default:!1},menuOpen:{type:Boolean,default:!1},forceMenu:{type:Boolean,default:!1},menuIcon:{type:String,default:void 0},menuPlacement:{type:String,default:"bottom"},ariaDescription:{type:String,default:null},forceDisplayActions:{type:Boolean,default:!1},inlineActions:{type:Number,default:0}},emits:["update:menuOpen","update:open","update:name","click","undo"],setup(){return{isMobile:(0,Q.al)()}},data(){return{actionsBoundariesElement:void 0,editingValue:"",opened:this.open,editingActive:!1,menuOpenLocalValue:!1,focused:!1}},computed:{isRouterLink(){return this.to&&!this.href},canHaveChildren(){return this.$parent.$options._componentTag!=="AppNavigationItem"},editButtonAriaLabel(){return this.editLabel?this.editLabel:(0,d.a)("Edit item")},undoButtonAriaLabel(){return(0,d.a)("Undo changes")}},watch:{open(Lt){this.opened=Lt}},mounted(){this.actionsBoundariesElement=document.querySelector("#content-vue")||void 0},methods:{onMenuToggle(Lt){this.$emit("update:menuOpen",Lt),this.menuOpenLocalValue=Lt},toggleCollapse(){this.opened=!this.opened,this.$emit("update:open",this.opened)},onClick(Lt,di,Vt){this.$emit("click",Lt),!(Lt.metaKey||Lt.altKey||Lt.ctrlKey||Lt.shiftKey)&&Vt&&(di?.(Lt),Lt.preventDefault())},handleEdit(){this.editingValue=this.name,this.editingActive=!0,this.onMenuToggle(!1),this.$nextTick(()=>{this.$refs.editingInput.focusInput()})},cancelEditing(){this.editingActive=!1},handleEditingDone(){this.$emit("update:name",this.editingValue),this.editingValue="",this.editingActive=!1},handleUndo(){this.$emit("undo")},handleFocus(){this.focused=!0},handleBlur(){this.focused=!1},handleTab(Lt){this.$refs.actions&&(this.focused?(Lt.preventDefault(),this.$refs.actions.$refs.triggerButton.$el.focus(),this.focused=!1):this.$refs.actions.$refs.triggerButton.$el.blur())},isExternal(Lt){return Lt&&Lt.match(/[a-z]+:\/\//i)}}},He=["id"],ut=["aria-current","aria-description","aria-expanded","href","target","title","onClick"],Ot={key:0,class:"editingContainer"},Gt={key:1,class:"app-navigation-entry__deleted"},ri={class:"app-navigation-entry__deleted-description"},Ii={key:0,class:"app-navigation-entry__counter-wrapper"},Li={key:0,class:"app-navigation-entry__children"};function Yi(Lt,di,Vt,pn,oi,ni){const Ei=(0,e.g2)("NcLoadingIcon"),An=(0,e.g2)("NcInputConfirmCancel"),En=(0,e.g2)("Pencil"),Qi=(0,e.g2)("NcActionButton"),Yt=(0,e.g2)("Undo"),Ut=(0,e.g2)("NcActions"),qi=(0,e.g2)("NcAppNavigationIconCollapsible");return(0,e.uX)(),(0,e.CE)("li",{id:Vt.id,class:(0,i.normalizeClass)([{"app-navigation-entry--opened":oi.opened,"app-navigation-entry--pinned":Vt.pinned,"app-navigation-entry--collapsible":Vt.allowCollapse&&!!Lt.$slots.default},"app-navigation-entry-wrapper"])},[((0,e.uX)(),(0,e.Wv)((0,e.$y)(ni.isRouterLink?"router-link":"NcVNodes"),(0,i.normalizeProps)((0,e.Ng)({...ni.isRouterLink&&{custom:!0,to:Vt.to}})),{default:(0,e.k6)(({href:Ne,navigate:ft,isActive:gt})=>[(0,e.Lk)("div",{class:(0,i.normalizeClass)(["app-navigation-entry",{"app-navigation-entry--editing":oi.editingActive,"app-navigation-entry--deleted":Vt.undo,active:Vt.to&>||Vt.active}])},[Vt.undo?(0,e.Q3)("",!0):((0,e.uX)(),(0,e.CE)("a",{key:0,class:"app-navigation-entry-link","aria-current":Vt.active||Vt.to&>?"page":void 0,"aria-description":Vt.ariaDescription,"aria-expanded":Lt.$slots.default?oi.opened.toString():void 0,href:Vt.href||Ne||"#",target:ni.isExternal(Vt.href)?"_blank":void 0,title:Vt.title||Vt.name,onBlur:di[1]||(di[1]=(...Ve)=>ni.handleBlur&&ni.handleBlur(...Ve)),onClick:Ve=>ni.onClick(Ve,ft,Ne),onFocus:di[2]||(di[2]=(...Ve)=>ni.handleFocus&&ni.handleFocus(...Ve)),onKeydown:di[3]||(di[3]=(0,c.withKeys)((0,c.withModifiers)((...Ve)=>ni.handleTab&&ni.handleTab(...Ve),["exact"]),["tab"]))},[(0,e.Lk)("div",{class:(0,i.normalizeClass)(["app-navigation-entry-icon",{[Vt.icon]:Vt.icon}])},[Vt.loading?((0,e.uX)(),(0,e.Wv)(Ei,{key:0})):(0,e.RG)(Lt.$slots,"icon",{key:1,active:Vt.active||Vt.to&>},void 0,!0)],2),(0,e.Lk)("span",{class:(0,i.normalizeClass)(["app-navigation-entry__name",{"hidden-visually":oi.editingActive}])},(0,i.toDisplayString)(Vt.name),3),oi.editingActive?((0,e.uX)(),(0,e.CE)("div",Ot,[(0,e.bF)(An,{ref:"editingInput",modelValue:oi.editingValue,"onUpdate:modelValue":di[0]||(di[0]=Ve=>oi.editingValue=Ve),placeholder:Vt.editPlaceholder!==""?Vt.editPlaceholder:Vt.name,primary:Vt.to&>||Vt.active,onCancel:ni.cancelEditing,onConfirm:ni.handleEditingDone},null,8,["modelValue","placeholder","primary","onCancel","onConfirm"])])):(0,e.Q3)("",!0)],40,ut)),Vt.undo?((0,e.uX)(),(0,e.CE)("div",Gt,[(0,e.Lk)("div",ri,(0,i.toDisplayString)(Vt.name),1)])):(0,e.Q3)("",!0),(Lt.$slots.actions||Lt.$slots.counter||Vt.editable||Vt.undo)&&!oi.editingActive?((0,e.uX)(),(0,e.CE)("div",{key:2,class:(0,i.normalizeClass)(["app-navigation-entry__utils",{"app-navigation-entry__utils--display-actions":Vt.forceDisplayActions||oi.menuOpenLocalValue||Vt.menuOpen}])},[Lt.$slots.counter?((0,e.uX)(),(0,e.CE)("div",Ii,[(0,e.RG)(Lt.$slots,"counter",{},void 0,!0)])):(0,e.Q3)("",!0),Lt.$slots.actions||Vt.editable&&!oi.editingActive||Vt.undo?((0,e.uX)(),(0,e.Wv)(Ut,{key:1,ref:"actions",class:"app-navigation-entry__actions",container:"#app-navigation-vue","boundaries-element":oi.actionsBoundariesElement,inline:Vt.inlineActions,placement:Vt.menuPlacement,open:Vt.menuOpen,"force-menu":Vt.forceMenu,"default-icon":Vt.menuIcon,variant:Vt.to&>||Vt.active?"tertiary-on-primary":"tertiary","onUpdate:open":ni.onMenuToggle},{icon:(0,e.k6)(()=>[(0,e.RG)(Lt.$slots,"menu-icon",{},void 0,!0)]),default:(0,e.k6)(()=>[Vt.editable&&!oi.editingActive?((0,e.uX)(),(0,e.Wv)(Qi,{key:0,"aria-label":ni.editButtonAriaLabel,onClick:ni.handleEdit},{icon:(0,e.k6)(()=>[(0,e.bF)(En,{size:20})]),default:(0,e.k6)(()=>[(0,e.eW)(" "+(0,i.toDisplayString)(Vt.editLabel),1)]),_:1},8,["aria-label","onClick"])):(0,e.Q3)("",!0),Vt.undo?((0,e.uX)(),(0,e.Wv)(Qi,{key:1,"aria-label":ni.undoButtonAriaLabel,onClick:ni.handleUndo},{icon:(0,e.k6)(()=>[(0,e.bF)(Yt,{size:20})]),_:1},8,["aria-label","onClick"])):(0,e.Q3)("",!0),(0,e.RG)(Lt.$slots,"actions",{},void 0,!0)]),_:2},1032,["boundaries-element","inline","placement","open","force-menu","default-icon","variant","onUpdate:open"])):(0,e.Q3)("",!0)],2)):(0,e.Q3)("",!0),Vt.allowCollapse&&Lt.$slots.default?((0,e.uX)(),(0,e.Wv)(qi,{key:3,active:Vt.to&>||Vt.active,open:oi.opened,onClick:(0,c.withModifiers)(ni.toggleCollapse,["prevent","stop"])},null,8,["active","open","onClick"])):(0,e.Q3)("",!0),(0,e.RG)(Lt.$slots,"extra",{},void 0,!0)],2)]),_:3},16)),ni.canHaveChildren&&Lt.$slots.default?((0,e.uX)(),(0,e.CE)("ul",Li,[(0,e.RG)(Lt.$slots,"default",{},void 0,!0)])):(0,e.Q3)("",!0)],10,He)}const wi=(0,v._)(jt,[["render",Yi],["__scopeId","data-v-d600f829"]])},98628:($t,We,a)=>{"use strict";a.d(We,{N:()=>I});var e=a(20641),i=a(52697);const c={name:"NcAppNavigationList"},v={class:"app-navigation-list"};function N(d,G,j,Q,x,U){return(0,e.uX)(),(0,e.CE)("ul",v,[(0,e.RG)(d.$slots,"default",{},void 0,!0)])}const I=(0,i._)(c,[["render",N],["__scopeId","data-v-d72957ed"]])},58459:($t,We,a)=>{"use strict";var e=a(20641),i=a(90033),c=a(50953),v=a(53751),N=a(12454),I=a(75367),d=a(24597),G=a(99009),j=a(45847),Q=a(52697),x=a(37396),U=a(13606);const T=(0,e.pM)({__name:"NcAppSettingsDialogVersion",setup(J){const ye=(0,e.WQ)(j.A),Xe=(0,G.g)();return(ui,ht)=>((0,e.uX)(),(0,e.CE)("div",{class:(0,i.normalizeClass)([ui.$style.appSettingsDialogVersion,{[ui.$style.appSettingsDialogVersion__legacy]:(0,c.R1)(ye)}])},(0,i.toDisplayString)((0,c.R1)(Xe))+" "+(0,i.toDisplayString)((0,c.R1)(G.a)),3))}}),_e={$style:{"material-design-icon":"_material-design-icon_pq4io_12",appSettingsDialogVersion:"_appSettingsDialogVersion_pq4io_20",appSettingsDialogVersion__legacy:"_appSettingsDialogVersion__legacy_pq4io_27"}},ee=(0,Q._)(T,[["__cssModules",_e]]);(0,U.r)();const H={key:0,class:"navigation-list"},xe=["aria-current","href","onClick","onKeydown"],P={key:0,class:"navigation-list__link-icon"},ce={class:"navigation-list__link-text"},Ce=(0,e.pM)({__name:"NcAppSettingsDialog",props:(0,e.zz)({showNavigation:{type:Boolean},container:{default:"body"},name:{default:""},additionalTrapElements:{default:()=>[]},legacy:{type:Boolean,default:!1},noVersion:{type:Boolean,default:!1}},{open:{type:Boolean,required:!0},openModifiers:{}}),emits:["update:open"],setup(J){const ye=(0,e.fn)(J,"open"),Xe=J;(0,e.Gt)(j.a,{registerSection:Li,unregisterSection:Yi}),(0,e.Gt)(j.A,(0,c.lW)(()=>Xe.legacy));const ui=(0,e.rk)("settingsScroller"),ht=(0,x.al)(),_t=(0,c.KR)(""),ai=(0,c.KR)(!1),Ft=(0,c.KR)([]),jt=(0,e.EW)(()=>!ht.value&&Xe.showNavigation),He=(0,e.EW)(()=>Ft.value.some(({icon:wi})=>!!wi)),ut=(0,N.A)(()=>{_t.value="",document.activeElement?.className.includes("navigation-list__link")&&document.activeElement.blur()},300),Ot=new Map;(0,e.xo)(()=>{Ot.clear()});function Gt(wi){ai.value=!0,document.getElementById("settings-section_"+wi).scrollIntoView({behavior:"smooth",inline:"nearest"}),_t.value=wi,setTimeout(()=>{ai.value=!1},1e3)}function ri(wi){wi||(ye.value=!1,ui.value.scrollTop=0)}function Ii(){ye.value&&!ai.value&&ut()}function Li(wi,Lt,di,Vt){if(Ft.value.some(({id:pn})=>wi===pn))throw new Error(`Duplicate section id found: ${wi}. Settings navigation sections must have unique section ids.`);Ft.value.some(({name:pn})=>Lt===pn)&&(0,e.R8)(`Duplicate section name found: ${Lt}. Settings navigation sections must have unique section names.`),di!==void 0?Ot.set(wi,di):Ot.has(wi)?di=Ot.get(wi):(di=Math.max(0,...Ot.values())+1,Ot.set(wi,di)),Ft.value=[...Ft.value,{id:wi,name:Lt,order:di,icon:Vt}].sort(({order:pn},{order:oi})=>pn-oi),Ft.value.length===1&&(_t.value=wi)}function Yi(wi){Ft.value=Ft.value.filter(({id:Lt})=>wi!==Lt),_t.value===wi&&(_t.value=Ft.value[0]?.id??"")}return(wi,Lt)=>ye.value?((0,e.uX)(),(0,e.Wv)(I.N,{key:0,class:"app-settings","content-classes":"app-settings__content","navigation-classes":"app-settings__navigation","additional-trap-elements":wi.additionalTrapElements,container:wi.container,"close-on-click-outside":"","navigation-aria-label":(0,c.R1)(U.a)("Settings navigation"),size:"large",name:wi.name,"onUpdate:open":ri},(0,e.eX)({default:(0,e.k6)(()=>[(0,e.Lk)("div",{ref:"settingsScroller",onScroll:Ii},[(0,e.RG)(wi.$slots,"default",{},void 0,!0),wi.noVersion?(0,e.Q3)("",!0):((0,e.uX)(),(0,e.Wv)(ee,{key:0}))],544)]),_:2},[jt.value?{name:"navigation",fn:(0,e.k6)(({isCollapsed:di})=>[di?(0,e.Q3)("",!0):((0,e.uX)(),(0,e.CE)("ul",H,[((0,e.uX)(!0),(0,e.CE)(e.FK,null,(0,e.pI)(Ft.value,Vt=>((0,e.uX)(),(0,e.CE)("li",{key:Vt.id},[(0,e.Lk)("a",{"aria-current":`${Vt.id===_t.value}`,class:(0,i.normalizeClass)(["navigation-list__link",{"navigation-list__link--active":Vt.id===_t.value,"navigation-list__link--icon":He.value}]),href:`#settings-section_${Vt.id}`,tabindex:"0",onClick:(0,v.withModifiers)(pn=>Gt(Vt.id),["prevent"]),onKeydown:(0,v.withKeys)(pn=>Gt(Vt.id),["enter"])},[He.value?((0,e.uX)(),(0,e.CE)("div",P,[Vt.icon?((0,e.uX)(),(0,e.Wv)(d._,{key:0,vnodes:Vt.icon},null,8,["vnodes"])):(0,e.Q3)("",!0)])):(0,e.Q3)("",!0),(0,e.Lk)("span",ce,(0,i.toDisplayString)(Vt.name),1)],42,xe)]))),128))]))]),key:"0"}:void 0]),1032,["additional-trap-elements","container","navigation-aria-label","name"])):(0,e.Q3)("",!0)}}),ke=null},8014:($t,We,a)=>{"use strict";a.d(We,{N:()=>U});var e=a(20641),i=a(90033),c=a(50953),v=a(3168),N=a(45847),I=a(52697);const d=["id","aria-labelledby"],G=["id"],j={class:"app-settings-section__description"},Q={class:"app-settings-section__content"},x=(0,e.pM)({__name:"NcAppSettingsSection",props:{name:{},description:{},id:{},order:{}},setup(T){const _=T,S=(0,e.Ht)(),{registerSection:K,unregisterSection:_e}=(0,N.u)(),ee=(0,e.WQ)(N.A),H=(0,e.EW)(()=>"settings-section_"+_.id);return(0,e.wB)(()=>_.id,()=>{/^[a-z0-9\-_]+$/.test(_.id)||v.l.warn(`Invalid id prop: ${_.id}. Only alphanumeric, dash and underscore are allowed.`)},{immediate:!0}),(0,e.wB)([()=>_.id,()=>_.name,()=>_.order],([xe,P,ce],[Ce,,])=>{_e(Ce),K(xe,P,ce,S?.icon?.())}),(0,e.sV)(()=>{K(_.id,_.name,_.order,S?.icon?.())}),(0,e.xo)(()=>{_e(_.id)}),(xe,P)=>((0,e.uX)(),(0,e.CE)("section",{id:H.value,"aria-labelledby":`${H.value}--label`,class:(0,i.normalizeClass)(["app-settings-section",{"app-settings-section__legacy":(0,c.R1)(ee)}])},[(0,e.Lk)("h3",{id:`${H.value}--label`,class:"app-settings-section__name"},(0,i.toDisplayString)(xe.name),9,G),(0,e.Lk)("div",j,(0,i.toDisplayString)(xe.description),1),(0,e.Lk)("div",Q,[(0,e.RG)(xe.$slots,"default",{},void 0,!0)])],10,d))}}),U=(0,I._)(x,[["__scopeId","data-v-4095bb7f"]])},33210:($t,We,a)=>{"use strict";var e=a(20641),i=a(50953),c=a(90033),v=a(8014),N=a(13606),I=a(52697);(0,N.r)();const d=(0,e.pM)({__name:"NcAppSettingsShortcutsSection",setup(U){return(T,_)=>((0,e.uX)(),(0,e.Wv)(v.N,{id:"keyboard-shortcuts",name:(0,i.R1)(N.a)("Keyboard shortcuts")},{default:(0,e.k6)(()=>[(0,e.Lk)("div",{class:(0,c.normalizeClass)(T.$style.appSettingsSectionShortcuts)},[(0,e.RG)(T.$slots,"default")],2)]),_:3},8,["name"]))}}),Q={$style:{appSettingsSectionShortcuts:"_appSettingsSectionShortcuts_1trvh_2"}},x=(0,I._)(d,[["__cssModules",Q]])},81761:($t,We,a)=>{"use strict";var e=a(22078),i=a(75078),c=a(20641),v=a(90033),N=a(53751),I=a(50953),d=a(17657),G=a(70561),j=a(52697),Q=a(53334),x=a(24597),U=a(37396),T=a(23109),_=a(13606),S=a(34163),K=a(60648),_e=a(39867),ee=a(3168),H=a(41603),xe=a(26905),P=a(70695),ce=a(30854),Ce=a(74363);const ke={name:"DockRightIcon",emits:["click"],props:{title:{type:String},fillColor:{type:String,default:"currentColor"},size:{type:Number,default:24}}},J=["aria-hidden","aria-label"],ye=["fill","width","height"],Xe={d:"M20 4H4A2 2 0 0 0 2 6V18A2 2 0 0 0 4 20H20A2 2 0 0 0 22 18V6A2 2 0 0 0 20 4M15 18H4V6H15Z"},ui={key:0};function ht(Ge,At,Ze,ve,L,ge){return(0,c.uX)(),(0,c.CE)("span",(0,c.v6)(Ge.$attrs,{"aria-hidden":Ze.title?null:"true","aria-label":Ze.title,class:"material-design-icon dock-right-icon",role:"img",onClick:At[0]||(At[0]=Ae=>Ge.$emit("click",Ae))}),[((0,c.uX)(),(0,c.CE)("svg",{fill:Ze.fillColor,class:"material-design-icon__svg",width:Ze.size,height:Ze.size,viewBox:"0 0 24 24"},[(0,c.Lk)("path",Xe,[Ze.title?((0,c.uX)(),(0,c.CE)("title",ui,(0,v.toDisplayString)(Ze.title),1)):(0,c.Q3)("",!0)])],8,ye))],16,J)}const _t=(0,j._)(ke,[["render",ht]]),ai={name:"StarIcon",emits:["click"],props:{title:{type:String},fillColor:{type:String,default:"currentColor"},size:{type:Number,default:24}}},Ft=["aria-hidden","aria-label"],jt=["fill","width","height"],He={d:"M12,17.27L18.18,21L16.54,13.97L22,9.24L14.81,8.62L12,2L9.19,8.62L2,9.24L7.45,13.97L5.82,21L12,17.27Z"},ut={key:0};function Ot(Ge,At,Ze,ve,L,ge){return(0,c.uX)(),(0,c.CE)("span",(0,c.v6)(Ge.$attrs,{"aria-hidden":Ze.title?null:"true","aria-label":Ze.title,class:"material-design-icon star-icon",role:"img",onClick:At[0]||(At[0]=Ae=>Ge.$emit("click",Ae))}),[((0,c.uX)(),(0,c.CE)("svg",{fill:Ze.fillColor,class:"material-design-icon__svg",width:Ze.size,height:Ze.size,viewBox:"0 0 24 24"},[(0,c.Lk)("path",He,[Ze.title?((0,c.uX)(),(0,c.CE)("title",ut,(0,v.toDisplayString)(Ze.title),1)):(0,c.Q3)("",!0)])],8,jt))],16,Ft)}const Gt=(0,j._)(ai,[["render",Ot]]),ri={name:"StarOutlineIcon",emits:["click"],props:{title:{type:String},fillColor:{type:String,default:"currentColor"},size:{type:Number,default:24}}},Ii=["aria-hidden","aria-label"],Li=["fill","width","height"],Yi={d:"M12,15.39L8.24,17.66L9.23,13.38L5.91,10.5L10.29,10.13L12,6.09L13.71,10.13L18.09,10.5L14.77,13.38L15.76,17.66M22,9.24L14.81,8.63L12,2L9.19,8.63L2,9.24L7.45,13.97L5.82,21L12,17.27L18.18,21L16.54,13.97L22,9.24Z"},wi={key:0};function Lt(Ge,At,Ze,ve,L,ge){return(0,c.uX)(),(0,c.CE)("span",(0,c.v6)(Ge.$attrs,{"aria-hidden":Ze.title?null:"true","aria-label":Ze.title,class:"material-design-icon star-outline-icon",role:"img",onClick:At[0]||(At[0]=Ae=>Ge.$emit("click",Ae))}),[((0,c.uX)(),(0,c.CE)("svg",{fill:Ze.fillColor,class:"material-design-icon__svg",width:Ze.size,height:Ze.size,viewBox:"0 0 24 24"},[(0,c.Lk)("path",Yi,[Ze.title?((0,c.uX)(),(0,c.CE)("title",wi,(0,v.toDisplayString)(Ze.title),1)):(0,c.Q3)("",!0)])],8,Li))],16,Ii)}const di=(0,j._)(ri,[["render",Lt]]),Vt=["aria-selected","tabindex"],pn=(0,c.pM)({__name:"NcAppSidebarTabsButton",props:(0,c.zz)({tab:{}},{selected:{type:Boolean,required:!0},selectedModifiers:{}}),emits:["update:selected"],setup(Ge){const At=(0,c.fn)(Ge,"selected");return(Ze,ve)=>((0,c.uX)(),(0,c.CE)("button",{class:(0,v.normalizeClass)(["button-vue",[Ze.$style.sidebarTabsButton,{[Ze.$style.sidebarTabsButton_selected]:At.value}]]),role:"tab","aria-selected":At.value,tabindex:At.value?0:-1,onClick:ve[0]||(ve[0]=L=>At.value=!0)},[(0,c.Lk)("span",{class:(0,v.normalizeClass)(Ze.$style.sidebarTabsButton__icon)},[(0,c.bF)(x._,{vnodes:Ze.tab.renderIcon()},{default:(0,c.k6)(()=>[(0,c.Lk)("span",{class:(0,v.normalizeClass)([Ze.$style.sidebarTabsButton__legacyIcon,Ze.tab.icon])},null,2)]),_:1},8,["vnodes"])],2),(0,c.Lk)("span",{class:(0,v.normalizeClass)(Ze.$style.sidebarTabsButton__name)},(0,v.toDisplayString)(Ze.tab.name),3)],10,Vt))}}),Yt={$style:{"material-design-icon":"_material-design-icon_1y2dv_12",sidebarTabsButton:"_sidebarTabsButton_1y2dv_20",sidebarTabsButton_selected:"_sidebarTabsButton_selected_1y2dv_45",sidebarTabsButton__name:"_sidebarTabsButton__name_1y2dv_59",sidebarTabsButton__icon:"_sidebarTabsButton__icon_1y2dv_70",sidebarTabsButton__legacyIcon:"_sidebarTabsButton__legacyIcon_1y2dv_76"}},qi={name:"NcAppSidebarTabs",components:{NcAppSidebarTabsButton:(0,j._)(pn,[["__cssModules",Yt]])},provide(){return{registerTab:this.registerTab,unregisterTab:this.unregisterTab,getActiveTab:()=>this.activeTab,isTablistShown:()=>this.hasMultipleTabs}},props:{active:{type:String,default:""},forceTabs:{type:Boolean,default:!1}},emits:["update:active"],data(Ge){return{tabs:[],activeTab:Ge.active}},computed:{hasMultipleTabs(){return this.tabs.length>1},showForSingleTab(){return this.forceTabs&&this.tabs.length===1},currentTabIndex(){return this.tabs.findIndex(Ge=>Ge.id===this.activeTab)}},watch:{tabs(){this.active&&this.updateActive()},active(Ge){Ge!==this.activeTab&&this.updateActive()}},methods:{setActive(Ge){this.activeTab=Ge,this.$emit("update:active",this.activeTab)},focusPreviousTab(){this.currentTabIndex>0&&this.setActive(this.tabs[this.currentTabIndex-1].id),this.focusActiveTab()},focusNextTab(){this.currentTabIndex<this.tabs.length-1&&this.setActive(this.tabs[this.currentTabIndex+1].id),this.focusActiveTab()},focusFirstTab(){this.setActive(this.tabs[0].id),this.focusActiveTab()},focusLastTab(){this.setActive(this.tabs[this.tabs.length-1].id),this.focusActiveTab()},focusActiveTab(){this.$el.querySelector(`#tab-button-${this.activeTab}`).focus()},focusActiveTabContent(){this.$el.querySelector("#tab-"+this.activeTab).focus()},updateActive(){this.activeTab=this.active&&this.tabs.some(({id:Ge})=>Ge===this.active)?this.active:this.tabs[0]?.id??""},registerTab(Ge){this.tabs.push(Ge),this.tabs.sort((At,Ze)=>At.order===Ze.order?At.name.localeCompare(Ze.name,[(0,Q.lO)()]):At.order-Ze.order),this.updateActive()},unregisterTab(Ge){const At=this.tabs.findIndex(Ze=>Ze.id===Ge);At!==-1&&this.tabs.splice(At,1),this.activeTab===Ge&&this.updateActive()}}},Ne={class:"app-sidebar-tabs"};function ft(Ge,At,Ze,ve,L,ge){const Ae=(0,c.g2)("NcAppSidebarTabsButton");return(0,c.uX)(),(0,c.CE)("div",Ne,[ge.hasMultipleTabs||ge.showForSingleTab?((0,c.uX)(),(0,c.CE)("div",{key:0,role:"tablist",class:"app-sidebar-tabs__nav",onKeydown:[At[0]||(At[0]=(0,N.withKeys)((0,N.withModifiers)((...rt)=>ge.focusPreviousTab&&ge.focusPreviousTab(...rt),["exact","prevent","stop"]),["left"])),At[1]||(At[1]=(0,N.withKeys)((0,N.withModifiers)((...rt)=>ge.focusNextTab&&ge.focusNextTab(...rt),["exact","prevent","stop"]),["right"])),At[2]||(At[2]=(0,N.withKeys)((0,N.withModifiers)((...rt)=>ge.focusActiveTabContent&&ge.focusActiveTabContent(...rt),["exact","prevent","stop"]),["tab"])),At[3]||(At[3]=(0,N.withKeys)((0,N.withModifiers)((...rt)=>ge.focusFirstTab&&ge.focusFirstTab(...rt),["exact","prevent","stop"]),["home"])),At[4]||(At[4]=(0,N.withKeys)((0,N.withModifiers)((...rt)=>ge.focusLastTab&&ge.focusLastTab(...rt),["exact","prevent","stop"]),["end"])),At[5]||(At[5]=(0,N.withKeys)((0,N.withModifiers)((...rt)=>ge.focusFirstTab&&ge.focusFirstTab(...rt),["exact","prevent","stop"]),["page-up"])),At[6]||(At[6]=(0,N.withKeys)((0,N.withModifiers)((...rt)=>ge.focusLastTab&&ge.focusLastTab(...rt),["exact","prevent","stop"]),["page-down"]))]},[((0,c.uX)(!0),(0,c.CE)(c.FK,null,(0,c.pI)(L.tabs,rt=>((0,c.uX)(),(0,c.Wv)(Ae,{id:`tab-button-${rt.id}`,key:rt.id,class:"app-sidebar-tabs__tab","aria-controls":`tab-${rt.id}`,selected:L.activeTab===rt.id,tab:rt,"onUpdate:selected":Ht=>ge.setActive(rt.id)},null,8,["id","aria-controls","selected","tab","onUpdate:selected"]))),128))],32)):(0,c.Q3)("",!0),(0,c.Lk)("div",{class:(0,v.normalizeClass)(["app-sidebar-tabs__content",{"app-sidebar-tabs__content--multiple":ge.hasMultipleTabs}])},[(0,c.RG)(Ge.$slots,"default",{},void 0,!0)],2)])}const gt=(0,j._)(qi,[["render",ft],["__scopeId","data-v-1e2d5bfb"]]);(0,_.r)(_.E);const Ve={name:"NcAppSidebar",components:{NcActions:_e.N,NcAppSidebarHeader:H._,NcAppSidebarTabs:gt,NcButton:xe.N,NcLoadingIcon:Ce.N,NcEmptyContent:ce.N,IconArrowRight:d.I,IconClose:G.I,IconDockRight:_t,IconStar:Gt,IconStarOutline:di},directives:{Focus:T.A,ClickOutside:e.z0},inject:{ncContentSelector:{from:P.C,default:void 0}},props:{active:{type:String,default:""},name:{type:String,required:!0},nameEditable:{type:Boolean,default:!1},namePlaceholder:{type:String,default:""},subname:{type:String,default:""},subtitle:{type:String,default:""},background:{type:String,default:""},starred:{type:Boolean,default:null},starLoading:{type:Boolean,default:!1},loading:{type:Boolean,default:!1},compact:{type:Boolean,default:!1},empty:{type:Boolean,default:!1},forceMenu:{type:Boolean,default:!1},forceTabs:{type:Boolean,default:!1},linkifyName:{type:Boolean,default:!1},title:{type:String,default:""},open:{type:Boolean,default:!0},toggleClasses:{type:[String,Array,Object],default:""},toggleAttrs:{type:Object,default:void 0},noToggle:{type:Boolean,default:!1}},emits:["close","closed","opened","update:active","update:name","update:nameEditable","update:open","update:starred","submitName","dismissEditing"],setup(){const Ge=(0,I.KR)(null);return(0,c.Gt)("NcAppSidebar:header:ref",Ge),{uid:(0,S.c)(),isMobile:(0,U.F)(),headerRef:Ge}},data(){return{changeNameTranslated:(0,_.a)("Change name"),closeTranslated:(0,_.a)("Close sidebar"),favoriteTranslated:(0,_.a)("Favorite"),isStarred:this.starred,focusTrap:null,elementToReturnFocus:null}},computed:{canStar(){return this.isStarred!==null},hasFigureClickListener(){return!!this.$attrs.onFigureClick}},watch:{starred(){this.isStarred=this.starred},isMobile(){this.toggleFocusTrap()},open(){this.checkToggleButtonContainerAvailability()}},created(){this.preserveElementToReturnFocus(),this.checkToggleButtonContainerAvailability()},beforeUnmount(){this.$emit("closed"),this.focusTrap?.deactivate()},methods:{isSlotPopulated:_e.i,t:_.a,preserveElementToReturnFocus(){if(document.activeElement&&document.activeElement!==document.body&&(this.elementToReturnFocus=document.activeElement,this.elementToReturnFocus.getAttribute("role")==="menuitem")){const Ge=this.elementToReturnFocus.closest('[role="menu"]');if(Ge){const At=document.querySelector(`[aria-controls="${Ge.id}"]`);this.elementToReturnFocus=At}}},initFocusTrap(){this.focusTrap||(this.focusTrap=(0,i.K)([this.$refs.sidebar,document.querySelector("#header")],{allowOutsideClick:!0,fallbackFocus:this.$refs.closeButton.$el,trapStack:(0,K.g)(),escapeDeactivates:!1}))},toggleFocusTrap(){this.open&&this.isMobile?(this.initFocusTrap(),this.focusTrap.activate()):this.focusTrap?.deactivate()},onKeydownEsc(Ge){this.isMobile&&(Ge.stopPropagation(),this.closeSidebar())},onAfterEnter(Ge){this.elementToReturnFocus&&this.focus(),this.toggleFocusTrap(),this.$emit("opened",Ge)},onAfterLeave(Ge){this.$emit("closed",Ge),this.toggleFocusTrap(),this.elementToReturnFocus?.focus({focusVisible:!0}),this.elementToReturnFocus=null},closeSidebar(Ge){this.$emit("close",Ge),this.$emit("update:open",!1)},onFigureClick(Ge){this.$emit("figureClick",Ge)},toggleStarred(){this.isStarred=!this.isStarred,this.$emit("update:starred",this.isStarred)},async editName(){this.$emit("update:nameEditable",!0),this.nameEditable&&(await this.$nextTick(),this.$refs.nameInput.focus())},focus(){if(!this.open&&!this.noToggle){this.$refs.toggle.$el.focus();return}try{this.headerRef.focus()}catch{(0,c.R8)("NcAppSidebar should have focusable header for accessibility reasons. Use NcAppSidebarHeader component.")}},focusActiveTabContent(){this.preserveElementToReturnFocus(),this.$refs.tabs.focusActiveTabContent()},checkToggleButtonContainerAvailability(){this.open===!1&&!this.noToggle&&!this.ncContentSelector&&ee.l.warn("[NcAppSidebar] It looks like you want to use NcAppSidebar with the built-in toggle button. This feature is only available when NcAppSidebar is used in NcContent.")},onNameInput(Ge){this.$emit("update:name",Ge.target.value)},onSubmitName(Ge){this.$emit("update:nameEditable",!1),this.$emit("submitName",Ge)},onDismissEditing(){this.$emit("update:nameEditable",!1),this.$emit("dismissEditing")},onUpdateActive(Ge){this.$emit("update:active",Ge)}}},ot=["aria-labelledby"],ei={class:"app-sidebar-header__info"},X={key:0,class:"app-sidebar-header__tertiary-actions"},A={class:"app-sidebar-header__name-container"},g={class:"app-sidebar-header__mainname-container"},D=["placeholder","value"],$=["title"],Y={key:2,class:"app-sidebar-header__description"};function ne(Ge,At,Ze,ve,L,ge){const Ae=(0,c.g2)("IconDockRight"),rt=(0,c.g2)("NcButton"),Ht=(0,c.g2)("NcLoadingIcon"),Qt=(0,c.g2)("IconStar"),Qe=(0,c.g2)("IconStarOutline"),Rt=(0,c.g2)("NcAppSidebarHeader"),Kt=(0,c.g2)("IconArrowRight"),wt=(0,c.g2)("NcActions"),un=(0,c.g2)("IconClose"),en=(0,c.g2)("NcAppSidebarTabs"),Ji=(0,c.g2)("NcEmptyContent"),Zn=(0,c.gN)("focus"),oa=(0,c.gN)("click-outside");return(0,c.uX)(),(0,c.Wv)(N.Transition,{appear:"",name:"slide-right",onAfterEnter:ge.onAfterEnter,onAfterLeave:ge.onAfterLeave},{default:(0,c.k6)(()=>[(0,c.bo)((0,c.Lk)("aside",{id:"app-sidebar-vue",ref:"sidebar",class:"app-sidebar","aria-labelledby":`app-sidebar-vue-${ve.uid}__header`,onKeydown:At[6]||(At[6]=(0,N.withKeys)((...Tn)=>ge.onKeydownEsc&&ge.onKeydownEsc(...Tn),["esc"]))},[ge.ncContentSelector&&!Ze.open&&!Ze.noToggle?((0,c.uX)(),(0,c.Wv)(c.Im,{key:0,to:ge.ncContentSelector},[(0,c.bF)(rt,(0,c.v6)({ref:"toggle","aria-label":ge.t("Open sidebar"),class:["app-sidebar__toggle",Ze.toggleClasses],variant:"tertiary"},Ze.toggleAttrs,{onClick:At[0]||(At[0]=Tn=>Ge.$emit("update:open",!0))}),{icon:(0,c.k6)(()=>[(0,c.RG)(Ge.$slots,"toggle-icon",{},()=>[(0,c.bF)(Ae,{size:20})],!0)]),_:3},16,["aria-label","class"])],8,["to"])):(0,c.Q3)("",!0),(0,c.Lk)("header",{class:(0,v.normalizeClass)(["app-sidebar-header",{"app-sidebar-header--with-figure":ge.isSlotPopulated(Ge.$slots.header?.())||Ze.background,"app-sidebar-header--compact":Ze.compact}])},[Ze.empty?((0,c.uX)(),(0,c.Wv)(Rt,{key:1,class:"app-sidebar-header__mainname--hidden",name:Ze.name,tabindex:"-1"},null,8,["name"])):(0,c.RG)(Ge.$slots,"info",{key:0},()=>[(0,c.Lk)("div",ei,[ge.isSlotPopulated(Ge.$slots.header?.())||Ze.background?((0,c.uX)(),(0,c.CE)("div",{key:0,class:(0,v.normalizeClass)(["app-sidebar-header__figure",{"app-sidebar-header__figure--with-action":ge.hasFigureClickListener}]),style:(0,v.normalizeStyle)({backgroundImage:`url(${Ze.background})`}),tabindex:"0",onClick:At[1]||(At[1]=(...Tn)=>ge.onFigureClick&&ge.onFigureClick(...Tn)),onKeydown:At[2]||(At[2]=(0,N.withKeys)((...Tn)=>ge.onFigureClick&&ge.onFigureClick(...Tn),["enter"]))},[(0,c.RG)(Ge.$slots,"header",{class:"app-sidebar-header__background"},void 0,!0)],38)):(0,c.Q3)("",!0),(0,c.Lk)("div",{class:(0,v.normalizeClass)(["app-sidebar-header__desc",{"app-sidebar-header__desc--with-tertiary-action":ge.canStar||ge.isSlotPopulated(Ge.$slots["tertiary-actions"]?.()),"app-sidebar-header__desc--editable":Ze.nameEditable&&!Ze.subname,"app-sidebar-header__desc--with-subname--editable":Ze.nameEditable&&Ze.subname,"app-sidebar-header__desc--without-actions":!ge.isSlotPopulated(Ge.$slots["secondary-actions"]?.())}])},[ge.canStar||ge.isSlotPopulated(Ge.$slots["tertiary-actions"]?.())?((0,c.uX)(),(0,c.CE)("div",X,[(0,c.RG)(Ge.$slots,"tertiary-actions",{},()=>[ge.canStar?((0,c.uX)(),(0,c.Wv)(rt,{key:0,"aria-label":L.favoriteTranslated,pressed:L.isStarred,class:"app-sidebar-header__star",variant:"secondary",onClick:(0,N.withModifiers)(ge.toggleStarred,["prevent"])},{icon:(0,c.k6)(()=>[Ze.starLoading?((0,c.uX)(),(0,c.Wv)(Ht,{key:0})):L.isStarred?((0,c.uX)(),(0,c.Wv)(Qt,{key:1,size:20})):((0,c.uX)(),(0,c.Wv)(Qe,{key:2,size:20}))]),_:1},8,["aria-label","pressed","onClick"])):(0,c.Q3)("",!0)],!0)])):(0,c.Q3)("",!0),(0,c.Lk)("div",A,[(0,c.Lk)("div",g,[(0,c.bo)((0,c.bF)(Rt,{class:"app-sidebar-header__mainname",name:Ze.name,linkify:Ze.linkifyName,title:Ze.title,tabindex:Ze.nameEditable?0:-1,onClick:(0,N.withModifiers)(ge.editName,["self"])},null,8,["name","linkify","title","tabindex","onClick"]),[[N.vShow,!Ze.nameEditable]]),Ze.nameEditable?(0,c.bo)(((0,c.uX)(),(0,c.CE)("form",{key:0,class:"app-sidebar-header__mainname-form",onSubmit:At[5]||(At[5]=(0,N.withModifiers)((...Tn)=>ge.onSubmitName&&ge.onSubmitName(...Tn),["prevent"]))},[(0,c.bo)((0,c.Lk)("input",{ref:"nameInput",class:"app-sidebar-header__mainname-input",type:"text",placeholder:Ze.namePlaceholder,value:Ze.name,onKeydown:At[3]||(At[3]=(0,N.withKeys)((0,N.withModifiers)((...Tn)=>ge.onDismissEditing&&ge.onDismissEditing(...Tn),["stop"]),["esc"])),onInput:At[4]||(At[4]=(...Tn)=>ge.onNameInput&&ge.onNameInput(...Tn))},null,40,D),[[Zn]]),(0,c.bF)(rt,{"aria-label":L.changeNameTranslated,type:"submit",variant:"tertiary-no-background"},{icon:(0,c.k6)(()=>[(0,c.bF)(Kt,{size:20})]),_:1},8,["aria-label"])],32)),[[oa,()=>ge.onSubmitName()]]):(0,c.Q3)("",!0),ge.isSlotPopulated(Ge.$slots["secondary-actions"]?.())?((0,c.uX)(),(0,c.Wv)(wt,{key:1,class:"app-sidebar-header__menu","force-menu":Ze.forceMenu},{default:(0,c.k6)(()=>[(0,c.RG)(Ge.$slots,"secondary-actions",{},void 0,!0)]),_:3},8,["force-menu"])):(0,c.Q3)("",!0)]),Ze.subname.trim()!==""||Ge.$slots.subname?((0,c.uX)(),(0,c.CE)("p",{key:0,title:Ze.subtitle||void 0,class:"app-sidebar-header__subname"},[(0,c.RG)(Ge.$slots,"subname",{},()=>[(0,c.eW)((0,v.toDisplayString)(Ze.subname),1)],!0)],8,$)):(0,c.Q3)("",!0)])],2)])],!0),(0,c.bF)(rt,{ref:"closeButton","aria-label":L.closeTranslated,title:L.closeTranslated,class:"app-sidebar__close",variant:"tertiary",onClick:(0,N.withModifiers)(ge.closeSidebar,["prevent"])},{icon:(0,c.k6)(()=>[(0,c.bF)(un,{size:20})]),_:1},8,["aria-label","title","onClick"]),ge.isSlotPopulated(Ge.$slots.description?.())&&!Ze.empty?((0,c.uX)(),(0,c.CE)("div",Y,[(0,c.RG)(Ge.$slots,"description",{},void 0,!0)])):(0,c.Q3)("",!0)],2),(0,c.bo)((0,c.bF)(en,{ref:"tabs",active:Ze.active,"force-tabs":Ze.forceTabs,"onUpdate:active":ge.onUpdateActive},{default:(0,c.k6)(()=>[(0,c.RG)(Ge.$slots,"default",{},void 0,!0)]),_:3},8,["active","force-tabs","onUpdate:active"]),[[N.vShow,!Ze.loading]]),Ze.loading?((0,c.uX)(),(0,c.Wv)(Ji,{key:1},{icon:(0,c.k6)(()=>[(0,c.bF)(Ht,{size:64})]),_:1})):(0,c.Q3)("",!0)],40,ot),[[N.vShow,Ze.open]])]),_:3},8,["onAfterEnter","onAfterLeave"])}const Re=(0,j._)(Ve,[["render",ne],["__scopeId","data-v-104e67d6"]])},41603:($t,We,a)=>{"use strict";a.d(We,{_:()=>I});var e=a(20641),i=a(90033),c=a(50953),v=a(80680);const N=["title"],I=(0,e.pM)({__name:"NcAppSidebarHeader",props:{name:{},title:{},linkify:{type:Boolean}},setup(d){const G=(0,e.WQ)("NcAppSidebar:header:ref");return(j,Q)=>(0,e.bo)(((0,e.uX)(),(0,e.CE)("h2",{ref_key:"headerRef",ref:G,tabindex:"-1",title:j.title},[(0,e.eW)((0,i.toDisplayString)(j.name),1)],8,N)),[[(0,c.R1)(v.A),{text:j.name,linkify:j.linkify}]])}})},58109:($t,We,a)=>{"use strict";var e=a(20641),i=a(90033),c=a(52697);const v={name:"NcAppSidebarTab",inject:["registerTab","unregisterTab","getActiveTab","isTablistShown"],props:{id:{type:String,required:!0},name:{type:String,required:!0},icon:{type:String,default:""},order:{type:Number,default:0}},emits:["bottomReached","scroll"],expose:["id","name","icon","order","renderIcon"],computed:{isActive(){return this.getActiveTab()===this.id}},created(){this.registerTab(this)},beforeUnmount(){this.unregisterTab(this.id)},methods:{onScroll(j){this.$el.scrollHeight-this.$el.scrollTop===this.$el.clientHeight&&this.$emit("bottomReached",j),this.$emit("scroll",j)},renderIcon(){return this.$slots.icon?.()}}},N=["id","aria-hidden","aria-label","aria-labelledby","role","tabindex"],I={class:"hidden-visually"};function d(j,Q,x,U,T,_){return(0,e.uX)(),(0,e.CE)("section",{id:`tab-${x.id}`,"aria-hidden":!_.isActive,"aria-label":_.isTablistShown()?void 0:x.name,"aria-labelledby":_.isTablistShown()?`tab-button-${x.id}`:void 0,class:(0,i.normalizeClass)(["app-sidebar__tab",{"app-sidebar__tab--active":_.isActive}]),role:_.isTablistShown()?"tabpanel":void 0,tabindex:_.isTablistShown()?0:-1,onScroll:Q[0]||(Q[0]=(...S)=>_.onScroll&&_.onScroll(...S))},[(0,e.Lk)("h3",I,(0,i.toDisplayString)(x.name),1),(0,e.RG)(j.$slots,"default",{},void 0,!0)],42,N)}const G=(0,c._)(v,[["render",d],["__scopeId","data-v-dba10798"]])},34273:($t,We,a)=>{"use strict";var e=a(20641),i=a(90033),c=a(50953),v=a(82253),N=a(56040),I=a(26905),d=a(47031),G=a(52697);const j=(0,e.pM)({__name:"NcAssistantButton",props:{disabled:{type:Boolean},text:{default:""},variant:{default:"secondary"}},emits:["click"],setup(H){return(xe,P)=>((0,e.uX)(),(0,e.CE)("div",{class:(0,i.normalizeClass)([{[xe.$style.assistantButton_disabled]:xe.disabled,[xe.$style.assistantButton_primary]:xe.variant==="primary"},xe.$style.assistantButton])},[(0,e.bF)(I.N,{class:(0,i.normalizeClass)(xe.$style.assistantButton__button),disabled:xe.disabled,variant:"tertiary",onClick:P[0]||(P[0]=ce=>xe.$emit("click",ce))},(0,e.eX)({icon:(0,e.k6)(()=>[xe.variant==="primary"?((0,e.uX)(),(0,e.Wv)(d.N,{key:0,class:(0,i.normalizeClass)(xe.$style.assistantButton__icon),path:(0,c.R1)(v.n)},null,8,["class","path"])):((0,e.uX)(),(0,e.Wv)(N.N,{key:1}))]),_:2},[xe.text||xe.$slots.default?{name:"default",fn:(0,e.k6)(()=>[(0,e.Lk)("div",{class:(0,i.normalizeClass)(xe.$style.assistantButton__text)},[(0,e.RG)(xe.$slots,"default",{},()=>[(0,e.eW)((0,i.toDisplayString)(xe.text),1)])],2)]),key:"0"}:void 0]),1032,["class","disabled"])],2))}}),_e={$style:{"material-design-icon":"_material-design-icon_1xe1x_12",assistantButton:"_assistantButton_1xe1x_20",assistantButton_disabled:"_assistantButton_disabled_1xe1x_30",assistantButton_primary:"_assistantButton_primary_1xe1x_34",assistantButton__icon:"_assistantButton__icon_1xe1x_38",assistantButton__text:"_assistantButton__text_1xe1x_39",assistantButton__button:"_assistantButton__button_1xe1x_42"}},ee=(0,G._)(j,[["__cssModules",_e]])},71555:($t,We,a)=>{"use strict";var e=a(20641),i=a(90033),c=a(52697);const v=(0,e.pM)({__name:"NcAssistantContent",props:{contentClasses:{default:""}},setup(Q){return(x,U)=>((0,e.uX)(),(0,e.CE)("div",{class:(0,i.normalizeClass)(x.$style.assistantContent)},[(0,e.Lk)("div",{class:(0,i.normalizeClass)([x.$style.assistantContent__inner,x.contentClasses])},[(0,e.RG)(x.$slots,"default")],2)],2))}}),G={$style:{"material-design-icon":"_material-design-icon_ri18g_12",assistantContent:"_assistantContent_ri18g_20",assistantContent__inner:"_assistantContent__inner_ri18g_25"}},j=(0,c._)(v,[["__cssModules",G]])},56040:($t,We,a)=>{"use strict";a.d(We,{N:()=>ee});var e=a(20641),i=a(53751),c=a(90033),v=a(50953),N=a(82253),I=a(27359),d=a(34163),G=a(52697);const j=["id"],Q=["id"],x=["d","fill"],U=(0,e.pM)({__name:"NcAssistantIcon",props:{inline:{type:Boolean},size:{default:20}},setup(H){(0,i.useCssVars)(ke=>({"6629513e":Ce.value}));const xe=H,P=(0,I.u)(),ce=(0,d.c)(),Ce=(0,e.EW)(()=>`${xe.size}px`);return(ke,J)=>((0,e.uX)(),(0,e.CE)("span",{"aria-hidden":"true",class:(0,c.normalizeClass)([ke.$style.assistantIcon,ke.inline&&ke.$style.assistantIcon_inline]),role:"img"},[((0,e.uX)(),(0,e.CE)("svg",{class:(0,c.normalizeClass)(ke.$style.assistantIcon__svg),viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},[(0,e.Lk)("defs",null,[(0,v.R1)(P)?((0,e.uX)(),(0,e.CE)("linearGradient",{key:0,id:(0,v.R1)(ce),gradientTransform:"rotateX(285)"},[...J[0]||(J[0]=[(0,e.Lk)("stop",{offset:"15%","stop-color":"#CDACE7"},null,-1),(0,e.Lk)("stop",{offset:"40%","stop-color":"#008FDB"},null,-1),(0,e.Lk)("stop",{offset:"82%","stop-color":"#A180E0"},null,-1)])],8,j)):((0,e.uX)(),(0,e.CE)("linearGradient",{key:1,id:(0,v.R1)(ce),gradientTransform:"rotateX(285)"},[...J[1]||(J[1]=[(0,e.Lk)("stop",{offset:"15%","stop-color":"#9669D3"},null,-1),(0,e.Lk)("stop",{offset:"40%","stop-color":"#00679E"},null,-1),(0,e.Lk)("stop",{offset:"80%","stop-color":"#492083"},null,-1)])],8,Q))]),(0,e.Lk)("path",{d:(0,v.R1)(N.n),fill:`url('#${(0,v.R1)(ce)}')`},null,8,x)],2))],2))}}),_e={$style:{"material-design-icon":"_material-design-icon_1ndue_12",assistantIcon:"_assistantIcon_1ndue_20",assistantIcon_inline:"_assistantIcon_inline_1ndue_25",assistantIcon__svg:"_assistantIcon__svg_1ndue_30"}},ee=(0,G._)(U,[["__cssModules",_e]])},78074:($t,We,a)=>{"use strict";a.d(We,{N:()=>wi,u:()=>jt});var e=a(21777),i=a(66802),c=a(53053),v=a(61338),N=a(63814),I=a(22078),d=a(39867),G=a(81128),j=a(53340),Q=a(68732),x=a(27359),U=a(49765),T=a(37396),_=a(95570),S=a(33463),K=a(13606),_e=a(70580),ee=a(67098),H=a(20641),xe=a(90033),P=a(1940),ce=a(52697),Ce=a(87485),ke=a(3168),J=a(72770),ye=a(4192),Xe=a(66667),ui=a(59518),ht=a(74076),_t=a(26905),ai=a(47031),Ft=a(74363);(0,K.r)(K.i);const jt={data(){return{hasStatus:!1,userStatus:{status:null,message:null,icon:null}}},methods:{async fetchUserStatus(Lt){if(!Lt)return;const di=(0,Ce.F)();if(!(!Object.hasOwn(di,"user_status")||!di.user_status.enabled)&&(0,e.HW)())try{const{data:Vt}=await i.Ay.get((0,N.KT)("apps/user_status/api/v1/statuses/{userId}",{userId:Lt}));this.setUserStatus(Vt.ocs.data)}catch(Vt){if(Vt.response.status===404&&Vt.response.data.ocs?.data?.length===0)return;ke.l.error("Failed to fetch user status",{error:Vt})}},setUserStatus({status:Lt,message:di,icon:Vt}){this.userStatus.status=Lt||"",this.userStatus.message=di||"",this.userStatus.icon=Vt||"",this.hasStatus=!!Lt}}},He=(0,c.c0)("f7cloud").persist().build();function ut(Lt){const di=He.getItem("user-has-avatar."+Lt);return typeof di=="string"?!!di:null}function Ot(Lt,di){Lt&&He.setItem("user-has-avatar."+Lt,di)}const Gt={name:"NcAvatar",directives:{ClickOutside:I.z0},components:{IconDotsHorizontal:d.I,NcActions:d.N,NcButton:_t.N,NcIconSvgWrapper:ai.N,NcLoadingIcon:Ft.N,NcUserStatusIcon:J.N},mixins:[jt],props:{url:{type:String,default:void 0},iconClass:{type:String,default:void 0},user:{type:String,default:void 0},hideStatus:{type:Boolean,default:!1},verboseStatus:{type:Boolean,default:!1},preloadedUserStatus:{type:Object,default:void 0},isGuest:{type:Boolean,default:!1},displayName:{type:String,default:void 0},size:{type:Number,default:32},noPlaceholder:{type:Boolean,default:!1},disableTooltip:{type:Boolean,default:!1},disableMenu:{type:Boolean,default:!1},tooltipMessage:{type:String,default:null},isNoUser:{type:Boolean,default:!1},menuContainer:{type:[Boolean,String,Object,Element],default:"body"}},setup(){return{isDarkTheme:(0,x.u)()}},data(){return{avatarUrlLoaded:null,avatarSrcSetLoaded:null,userDoesNotExist:!1,isAvatarLoaded:!1,isMenuLoaded:!1,contactsMenuLoading:!1,contactsMenuData:{},contactsMenuActions:[],contactsMenuOpenState:!1}},computed:{avatarAriaLabel(){if(this.hasMenu)return this.canDisplayUserStatus||this.showUserStatusIconOnAvatar?(0,K.a)("Avatar of {displayName}, {status}",{displayName:this.displayName??this.user,status:(0,J.g)(this.userStatus.status)}):(0,K.a)("Avatar of {displayName}",{displayName:this.displayName??this.user})},canDisplayUserStatus(){return!this.hideStatus&&this.hasStatus&&["online","away","busy","dnd"].includes(this.userStatus.status)},showUserStatusIconOnAvatar(){return!this.hideStatus&&!this.verboseStatus&&this.hasStatus&&this.userStatus.status!=="dnd"&&this.userStatus.icon},userIdentifier(){return this.isDisplayNameDefined?this.displayName:this.isUserDefined?this.user:""},isUserDefined(){return typeof this.user<"u"},isDisplayNameDefined(){return typeof this.displayName<"u"},isUrlDefined(){return typeof this.url<"u"},hasMenu(){return this.disableMenu?!1:this.isMenuLoaded?this.menu.length>0:!(this.user===(0,e.HW)()?.uid||this.userDoesNotExist||this.url)},showInitials(){return!this.noPlaceholder&&this.userDoesNotExist&&!(this.iconClass||this.$slots.icon)},avatarStyle(){return{"--avatar-size":this.size+"px",lineHeight:this.showInitials?this.size+"px":0,fontSize:Math.round(this.size*.45)+"px"}},initialsWrapperStyle(){const{r:Lt,g:di,b:Vt}=(0,S.l)(this.userIdentifier);return{backgroundColor:`rgba(${Lt}, ${di}, ${Vt}, 0.1)`}},initialsStyle(){const{r:Lt,g:di,b:Vt}=(0,S.l)(this.userIdentifier);return{color:`rgb(${Lt}, ${di}, ${Vt})`}},tooltip(){return this.disableTooltip?null:this.tooltipMessage?this.tooltipMessage:this.displayName},initials(){let Lt="?";if(this.showInitials){const di=this.userIdentifier.trim();if(di==="")return Lt;const Vt=di.match(/[\p{L}\p{N}\s]/gu);if(!Vt)return Lt;const pn=Vt.join(""),oi=pn.lastIndexOf(" ");Lt=String.fromCodePoint(pn.codePointAt(0)),oi!==-1&&(Lt=Lt.concat(String.fromCodePoint(pn.codePointAt(oi+1))))}return Lt.toLocaleUpperCase()},menu(){const Lt=this.contactsMenuActions.map(Vt=>{const pn=(0,G.g)(this.$router,Vt.hyperlink);return{ncActionComponent:pn?ui.N:Xe.N,ncActionComponentProps:pn?{to:pn,icon:Vt.icon}:{href:Vt.hyperlink,icon:Vt.icon},text:Vt.title}});for(const Vt of(0,_.N)(this.contactsMenuData))try{Lt.push({ncActionComponent:ye.N,ncActionComponentProps:{onClick:()=>Vt.callback(this.contactsMenuData)},text:Vt.displayName(this.contactsMenuData),iconSvg:Vt.iconSvg(this.contactsMenuData)})}catch(pn){ke.l.error(`Failed to render ContactsMenu action ${Vt.id}`,{error:pn,action:Vt})}function di(Vt){const pn=document.createTextNode(Vt),oi=document.createElement("p");return oi.appendChild(pn),oi.innerHTML}if(!this.hideStatus&&(this.userStatus.icon||this.userStatus.message)){const Vt=`<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16">
|
|
<text x="50%" y="50%" text-anchor="middle" style="dominant-baseline: central; font-size: 85%">${di(this.userStatus.icon)}</text>
|
|
</svg>`;return[{ncActionComponent:ht.N,ncActionComponentProps:{},iconSvg:this.userStatus.icon?Vt:void 0,text:`${this.userStatus.message}`}].concat(Lt)}return Lt}},watch:{url(){this.userDoesNotExist=!1,this.loadAvatarUrl()},user(){this.userDoesNotExist=!1,this.isMenuLoaded=!1,this.loadAvatarUrl()}},mounted(){this.loadAvatarUrl(),(0,v.B1)("settings:avatar:updated",this.loadAvatarUrl),(0,v.B1)("settings:display-name:updated",this.loadAvatarUrl),!this.hideStatus&&this.user&&!this.isNoUser?(this.preloadedUserStatus?this.setUserStatus(this.preloadedUserStatus):this.fetchUserStatus(this.user),(0,v.B1)("user_status:status.updated",this.handleUserStatusUpdated)):!this.hideStatus&&this.preloadedUserStatus&&this.setUserStatus(this.preloadedUserStatus)},beforeUnmount(){(0,v.al)("settings:avatar:updated",this.loadAvatarUrl),(0,v.al)("settings:display-name:updated",this.loadAvatarUrl),(0,v.al)("user_status:status.updated",this.handleUserStatusUpdated)},methods:{t:K.a,handleUserStatusUpdated(Lt){this.user===Lt.userId&&(this.userStatus={status:Lt.status,icon:Lt.icon,message:Lt.message},this.hasStatus=Lt.status!==null)},async toggleMenu(Lt){Lt.type==="keydown"&&Lt.key!=="Enter"||(this.contactsMenuOpenState||await this.fetchContactsMenu(),this.contactsMenuOpenState=!this.contactsMenuOpenState)},closeMenu(){this.contactsMenuOpenState=!1},async fetchContactsMenu(){this.contactsMenuLoading=!0;try{const Lt=encodeURIComponent(this.user),{data:di}=await i.Ay.post((0,N.Jv)("contactsmenu/findOne"),`shareType=0&shareWith=${Lt}`);this.contactsMenuData=di,this.contactsMenuActions=di.topAction?[di.topAction].concat(di.actions):di.actions}catch{this.contactsMenuOpenState=!1}this.contactsMenuLoading=!1,this.isMenuLoaded=!0},loadAvatarUrl(){if(this.isAvatarLoaded=!1,!this.isUrlDefined&&(!this.isUserDefined||this.isNoUser||this.iconClass||this.$slots.icon)){this.isAvatarLoaded=!0,this.userDoesNotExist=!0;return}if(this.isUrlDefined){this.updateImageIfValid(this.url);return}if(this.size<=64){const Lt=this.avatarUrlGenerator(this.user,64),di=[Lt+" 1x",this.avatarUrlGenerator(this.user,512)+" 8x"].join(", ");this.updateImageIfValid(Lt,di)}else{const Lt=this.avatarUrlGenerator(this.user,512);this.updateImageIfValid(Lt)}},avatarUrlGenerator(Lt,di){let Vt=(0,P.g)(Lt,{size:di,isDarkTheme:this.isDarkTheme,isGuest:this.isGuest});return Lt===(0,e.HW)()?.uid&&typeof oc_userconfig<"u"&&(Vt+="?v="+window.oc_userconfig.avatar.version),Vt},updateImageIfValid(Lt,di=null){const Vt=ut(this.user);if(this.isUserDefined&&typeof Vt=="boolean"){this.isAvatarLoaded=!0,this.avatarUrlLoaded=Lt,di&&(this.avatarSrcSetLoaded=di),Vt===!1&&(this.userDoesNotExist=!0);return}const pn=new Image;pn.onload=()=>{this.avatarUrlLoaded=Lt,di&&(this.avatarSrcSetLoaded=di),this.isAvatarLoaded=!0,Ot(this.user,!0)},pn.onerror=oi=>{ke.l.debug("[NcAvatar] Invalid avatar url",{error:oi,url:Lt}),this.avatarUrlLoaded=null,this.avatarSrcSetLoaded=null,this.userDoesNotExist=!0,this.isAvatarLoaded=!1,Ot(this.user,!1)},di&&(pn.srcset=di),pn.src=Lt}}},ri=["title"],Ii=["src","srcset"],Li={key:2,class:"avatardiv__user-status avatardiv__user-status--icon"};function Yi(Lt,di,Vt,pn,oi,ni){const Ei=(0,H.g2)("NcLoadingIcon"),An=(0,H.g2)("IconDotsHorizontal"),En=(0,H.g2)("NcButton"),Qi=(0,H.g2)("NcIconSvgWrapper"),Yt=(0,H.g2)("NcActions"),Ut=(0,H.g2)("NcUserStatusIcon"),qi=(0,H.gN)("click-outside");return(0,H.bo)(((0,H.uX)(),(0,H.CE)("span",{class:(0,xe.normalizeClass)(["avatardiv popovermenu-wrapper",{"avatardiv--unknown":oi.userDoesNotExist,"avatardiv--with-menu":ni.hasMenu,"avatardiv--with-menu-loading":oi.contactsMenuLoading}]),style:(0,xe.normalizeStyle)(ni.avatarStyle),title:ni.tooltip},[(0,H.RG)(Lt.$slots,"icon",{},()=>[Vt.iconClass?((0,H.uX)(),(0,H.CE)("span",{key:0,class:(0,xe.normalizeClass)([Vt.iconClass,"avatar-class-icon"])},null,2)):oi.isAvatarLoaded&&!oi.userDoesNotExist?((0,H.uX)(),(0,H.CE)("img",{key:1,src:oi.avatarUrlLoaded,srcset:oi.avatarSrcSetLoaded,alt:""},null,8,Ii)):(0,H.Q3)("",!0)],!0),ni.hasMenu&&ni.menu.length===0?((0,H.uX)(),(0,H.Wv)(En,{key:0,"aria-label":ni.avatarAriaLabel,class:"action-item action-item__menutoggle",variant:"tertiary-no-background",onClick:ni.toggleMenu},{icon:(0,H.k6)(()=>[oi.contactsMenuLoading?((0,H.uX)(),(0,H.Wv)(Ei,{key:0})):((0,H.uX)(),(0,H.Wv)(An,{key:1,size:20}))]),_:1},8,["aria-label","onClick"])):ni.hasMenu?((0,H.uX)(),(0,H.Wv)(Yt,{key:1,open:oi.contactsMenuOpenState,"onUpdate:open":di[0]||(di[0]=Ne=>oi.contactsMenuOpenState=Ne),"aria-label":ni.avatarAriaLabel,container:Vt.menuContainer,"force-menu":"","manual-open":"",variant:"tertiary-no-background",onClick:ni.toggleMenu},(0,H.eX)({default:(0,H.k6)(()=>[((0,H.uX)(!0),(0,H.CE)(H.FK,null,(0,H.pI)(ni.menu,(Ne,ft)=>((0,H.uX)(),(0,H.Wv)((0,H.$y)(Ne.ncActionComponent),(0,H.v6)({key:ft},{ref_for:!0},Ne.ncActionComponentProps),(0,H.eX)({default:(0,H.k6)(()=>[(0,H.eW)(" "+(0,xe.toDisplayString)(Ne.text),1)]),_:2},[Ne.iconSvg?{name:"icon",fn:(0,H.k6)(()=>[(0,H.bF)(Qi,{svg:Ne.iconSvg},null,8,["svg"])]),key:"0"}:void 0]),1040))),128))]),_:2},[oi.contactsMenuLoading?{name:"icon",fn:(0,H.k6)(()=>[(0,H.bF)(Ei)]),key:"0"}:void 0]),1032,["open","aria-label","container","onClick"])):(0,H.Q3)("",!0),ni.showUserStatusIconOnAvatar?((0,H.uX)(),(0,H.CE)("span",Li,(0,xe.toDisplayString)(Lt.userStatus.icon),1)):ni.canDisplayUserStatus?((0,H.uX)(),(0,H.Wv)(Ut,{key:3,class:"avatardiv__user-status",status:Lt.userStatus.status,"aria-hidden":String(ni.hasMenu)},null,8,["status","aria-hidden"])):(0,H.Q3)("",!0),ni.showInitials?((0,H.uX)(),(0,H.CE)("span",{key:4,style:(0,xe.normalizeStyle)(ni.initialsWrapperStyle),class:"avatardiv__initials-wrapper"},[(0,H.Lk)("span",{style:(0,xe.normalizeStyle)(ni.initialsStyle),class:"avatardiv__initials"},(0,xe.toDisplayString)(ni.initials),5)],4)):(0,H.Q3)("",!0)],14,ri)),[[qi,ni.closeMenu]])}const wi=(0,ce._)(Gt,[["render",Yi],["__scopeId","data-v-d7dc2a1f"]])},88856:($t,We,a)=>{"use strict";a.d(We,{N:()=>ee});var e=a(20641),i=a(90033),c=a(53751),v=a(52697),N=a(26905),I=a(34163),d=a(39867);const G={name:"ChevronRightIcon",emits:["click"],props:{title:{type:String},fillColor:{type:String,default:"currentColor"},size:{type:Number,default:24}}},j=["aria-hidden","aria-label"],Q=["fill","width","height"],x={d:"M8.59,16.58L13.17,12L8.59,7.41L10,6L16,12L10,18L8.59,16.58Z"},U={key:0};function T(H,xe,P,ce,Ce,ke){return(0,e.uX)(),(0,e.CE)("span",(0,e.v6)(H.$attrs,{"aria-hidden":P.title?null:"true","aria-label":P.title,class:"material-design-icon chevron-right-icon",role:"img",onClick:xe[0]||(xe[0]=J=>H.$emit("click",J))}),[((0,e.uX)(),(0,e.CE)("svg",{fill:P.fillColor,class:"material-design-icon__svg",width:P.size,height:P.size,viewBox:"0 0 24 24"},[(0,e.Lk)("path",x,[P.title?((0,e.uX)(),(0,e.CE)("title",U,(0,i.toDisplayString)(P.title),1)):(0,e.Q3)("",!0)])],8,Q))],16,j)}const _=(0,v._)(G,[["render",T]]),S={name:"NcBreadcrumb",components:{NcActions:d.N,ChevronRight:_,NcButton:N.N},inheritAttrs:!1,props:{name:{type:String,required:!0},title:{type:String,default:null},to:{type:[String,Object],default:void 0},href:{type:String,default:void 0},icon:{type:String,default:""},forceIconText:{type:Boolean,default:!1},disableDrop:{type:Boolean,default:!1},forceMenu:{type:Boolean,default:!1},open:{type:Boolean,default:!1},class:{type:[String,Array,Object],default:""}},emits:["dragenter","dragleave","dropped","update:open"],setup(){const H=(0,I.c)();return{actionsContainer:`.vue-crumb[data-crumb-id="${H}"]`,crumbId:H}},data(){return{hovering:!1}},computed:{linkAttributes(){return this.to?{to:this.to,...this.$attrs}:this.href?{href:this.href,...this.$attrs}:this.$attrs}},methods:{onOpenChange(H){this.$emit("update:open",H)},dropped(H){return this.disableDrop||(this.$emit("dropped",H,this.to||this.href),this.$parent.$emit("dropped",H,this.to||this.href),this.hovering=!1),!1},dragEnter(H){this.$emit("dragenter",H),!this.disableDrop&&(this.hovering=!0)},dragLeave(H){this.$emit("dragleave",H),!this.disableDrop&&(H.target.contains(H.relatedTarget)||this.$refs.crumb.contains(H.relatedTarget)||(this.hovering=!1))}}},K=["data-crumb-id"];function _e(H,xe,P,ce,Ce,ke){const J=(0,e.g2)("NcButton"),ye=(0,e.g2)("NcActions"),Xe=(0,e.g2)("ChevronRight");return(0,e.uX)(),(0,e.CE)("li",{ref:"crumb",class:(0,i.normalizeClass)(["vue-crumb",[{"vue-crumb--hovered":Ce.hovering},H.$props.class]]),"data-crumb-id":ce.crumbId,draggable:"false",onDragstart:(0,c.withModifiers)(()=>{},["prevent"]),onDrop:xe[0]||(xe[0]=(0,c.withModifiers)((...ui)=>ke.dropped&&ke.dropped(...ui),["prevent"])),onDragover:(0,c.withModifiers)(()=>{},["prevent"]),onDragenter:xe[1]||(xe[1]=(...ui)=>ke.dragEnter&&ke.dragEnter(...ui)),onDragleave:xe[2]||(xe[2]=(...ui)=>ke.dragLeave&&ke.dragLeave(...ui))},[(P.name||P.icon||H.$slots.icon)&&!H.$slots.default?((0,e.uX)(),(0,e.Wv)(J,(0,e.v6)({key:0,"aria-label":P.icon?P.name:void 0,variant:"tertiary"},ke.linkAttributes),(0,e.eX)({_:2},[H.$slots.icon||P.icon?{name:"icon",fn:(0,e.k6)(()=>[(0,e.RG)(H.$slots,"icon",{},()=>[(0,e.Lk)("span",{class:(0,i.normalizeClass)([P.icon,"icon"])},null,2)],!0)]),key:"0"}:void 0,!(H.$slots.icon||P.icon)||P.forceIconText?{name:"default",fn:(0,e.k6)(()=>[(0,e.eW)((0,i.toDisplayString)(P.name),1)]),key:"1"}:void 0]),1040,["aria-label"])):(0,e.Q3)("",!0),H.$slots.default?((0,e.uX)(),(0,e.Wv)(ye,{key:1,ref:"actions",container:ce.actionsContainer,"force-menu":P.forceMenu,"force-name":"","menu-name":P.name,open:P.open,title:P.title,variant:"tertiary","onUpdate:open":ke.onOpenChange},{icon:(0,e.k6)(()=>[(0,e.RG)(H.$slots,"menu-icon",{},void 0,!0)]),default:(0,e.k6)(()=>[(0,e.RG)(H.$slots,"default",{},void 0,!0)]),_:3},8,["container","force-menu","menu-name","open","title","onUpdate:open"])):(0,e.Q3)("",!0),(0,e.bF)(Xe,{class:"vue-crumb__separator",size:20})],42,K)}const ee=(0,v._)(S,[["render",_e],["__scopeId","data-v-28ef52a4"]])},51596:($t,We,a)=>{"use strict";a.d(We,{N:()=>xe});var e=a(61338),i=a(12454),c=a(20641),v=a(90033),N=a(52697),I=a(39867),d=a(4192),G=a(66667),j=a(59518),Q=a(88856);const x={name:"FolderIcon",emits:["click"],props:{title:{type:String},fillColor:{type:String,default:"currentColor"},size:{type:Number,default:24}}},U=["aria-hidden","aria-label"],T=["fill","width","height"],_={d:"M10,4H4C2.89,4 2,4.89 2,6V18A2,2 0 0,0 4,20H20A2,2 0 0,0 22,18V8C22,6.89 21.1,6 20,6H12L10,4Z"},S={key:0};function K(P,ce,Ce,ke,J,ye){return(0,c.uX)(),(0,c.CE)("span",(0,c.v6)(P.$attrs,{"aria-hidden":Ce.title?null:"true","aria-label":Ce.title,class:"material-design-icon folder-icon",role:"img",onClick:ce[0]||(ce[0]=Xe=>P.$emit("click",Xe))}),[((0,c.uX)(),(0,c.CE)("svg",{fill:Ce.fillColor,class:"material-design-icon__svg",width:Ce.size,height:Ce.size,viewBox:"0 0 24 24"},[(0,c.Lk)("path",_,[Ce.title?((0,c.uX)(),(0,c.CE)("title",S,(0,v.toDisplayString)(Ce.title),1)):(0,c.Q3)("",!0)])],8,T))],16,U)}const _e=(0,N._)(x,[["render",K]]),ee="vue-crumb",H={name:"NcBreadcrumbs",components:{NcActions:I.N,NcActionButton:d.N,NcActionRouter:j.N,NcActionLink:G.N,NcBreadcrumb:Q.N,IconFolder:_e},props:{rootIcon:{type:String,default:"icon-home"},ariaLabel:{type:String,default:null}},emits:["dropped"],data(){return{hiddenIndices:[],menuBreadcrumbProps:{name:"",forceMenu:!0,disableDrop:!0,open:!1},breadcrumbsRefs:[]}},created(){window.addEventListener("resize",(0,i.A)(()=>{this.handleWindowResize()},100)),(0,e.B1)("navigation-toggled",this.delayedResize)},mounted(){this.handleWindowResize()},updated(){this.delayedResize(),this.$nextTick(()=>{this.hideCrumbs()})},beforeUnmount(){window.removeEventListener("resize",this.handleWindowResize),(0,e.al)("navigation-toggled",this.delayedResize)},methods:{closeActions(P){this.$refs.actionsBreadcrumb.$el.contains(P.relatedTarget)||(this.menuBreadcrumbProps.open=!1)},async delayedResize(){await this.$nextTick(),this.handleWindowResize()},handleWindowResize(){if(!this.$refs.container)return;const P=this.breadcrumbsRefs.length,ce=[],Ce=this.$refs.container.offsetWidth;let ke=this.getTotalWidth();this.$refs.breadcrumb__actions&&(ke+=this.$refs.breadcrumb__actions.offsetWidth);let J=ke-Ce;J+=J>0?64:0;let ye=0;const Xe=Math.floor(P/2);for(;J>0&&ye<P-2;){const ui=Xe+(ye%2?ye+1:ye)/2*Math.pow(-1,ye+P%2);J-=this.getWidth(this.breadcrumbsRefs[ui]?.$el,ui===this.breadcrumbsRefs.length-1),ce.push(ui),ye++}this.arraysEqual(this.hiddenIndices,ce.sort((ui,ht)=>ui-ht))||(this.hiddenIndices=ce)},arraysEqual(P,ce){if(P.length!==ce.length)return!1;if(P===ce)return!0;if(P===null||ce===null)return!1;for(let Ce=0;Ce<P.length;++Ce)if(P[Ce]!==ce[Ce])return!1;return!0},getTotalWidth(){return this.breadcrumbsRefs.reduce((P,ce,Ce)=>P+this.getWidth(ce.$el,Ce===this.breadcrumbsRefs.length-1),0)},getWidth(P,ce){if(!P?.classList)return 0;const Ce=P.classList.contains(`${ee}--hidden`);P.style.minWidth="auto",ce&&(P.style.maxWidth="210px"),P.classList.remove(`${ee}--hidden`);const ke=P.offsetWidth;return Ce&&P.classList.add(`${ee}--hidden`),P.style.minWidth="",P.style.maxWidth="",ke},preventDefault(P){return P.preventDefault&&P.preventDefault(),!1},dragStart(P){return this.preventDefault(P)},dropped(P,ce,Ce){Ce||this.$emit("dropped",P,ce),this.menuBreadcrumbProps.open=!1;const ke=document.querySelectorAll(`.${ee}`);for(const J of ke)J.classList.remove(`${ee}--hovered`);return this.preventDefault(P)},dragOver(P){return this.preventDefault(P)},dragEnter(P,ce){if(!ce&&P.target.closest){const Ce=P.target.closest(`.${ee}`);if(Ce.classList&&Ce.classList.contains(ee)){const ke=document.querySelectorAll(`.${ee}`);for(const J of ke)J.classList.remove(`${ee}--hovered`);Ce.classList.add(`${ee}--hovered`)}}},dragLeave(P,ce){if(!ce&&!P.target.contains(P.relatedTarget)&&P.target.closest){const Ce=P.target.closest(`.${ee}`);if(Ce.contains(P.relatedTarget))return;Ce.classList&&Ce.classList.contains(ee)&&Ce.classList.remove(`${ee}--hovered`)}},hideCrumbs(){this.breadcrumbsRefs.forEach((P,ce)=>{P?.$el?.classList&&(this.hiddenIndices.includes(ce)?P.$el.classList.add(`${ee}--hidden`):P.$el.classList.remove(`${ee}--hidden`))})},isBreadcrumb(P){return P?.type?.name==="NcBreadcrumb"}},render(){let P=[];if(this.$slots.default?.().forEach(J=>{if(this.isBreadcrumb(J)){P.push(J);return}J?.type===c.FK&&J?.children?.forEach?.(ye=>{this.isBreadcrumb(ye)&&P.push(ye)})}),P.length===0)return;P[0]=(0,c.E3)(P[0],{icon:this.rootIcon,ref:"breadcrumbs"});const ce=[];P=P.map((J,ye)=>(0,c.E3)(J,{ref:Xe=>{ce[ye]=Xe}}));const Ce=[...P];this.hiddenIndices.length&&Ce.splice(Math.round(P.length/2),0,(0,c.h)(Q.N,{class:"dropdown",...this.menuBreadcrumbProps,"aria-hidden":!0,ref:"actionsBreadcrumb",key:"actions-breadcrumb-1",onDragenter:()=>{this.menuBreadcrumbProps.open=!0},onDragleave:this.closeActions,"onUpdate:open":J=>{this.menuBreadcrumbProps.open=J}},{default:()=>this.hiddenIndices.filter(J=>J<=P.length-1).map(J=>{const ye=P[J],{to:Xe,href:ui,disableDrop:ht,name:_t,...ai}=ye.props;delete ai.ref;let Ft=d.N,jt="";ui&&(Ft=G.N,jt=ui),Xe&&(Ft=j.N,jt=Xe);const He=(0,c.h)(_e,{size:20});return(0,c.h)(Ft,{...ai,class:ee,href:ui||null,to:Xe||null,draggable:!1,onDragstart:this.dragStart,onDrop:ut=>this.dropped(ut,jt,ht),onDragover:this.dragOver,onDragenter:ut=>this.dragEnter(ut,ht),onDragleave:ut=>this.dragLeave(ut,ht)},{default:()=>_t,icon:()=>He})})}));const ke=[(0,c.h)("nav",{"aria-label":this.ariaLabel},[(0,c.h)("ul",{class:"breadcrumb__crumbs"},[Ce])])];return(0,I.i)(this.$slots.actions?.())&&ke.push((0,c.h)("div",{class:"breadcrumb__actions",ref:"breadcrumb__actions"},this.$slots.actions?.())),this.breadcrumbsRefs=ce,(0,c.h)("div",{class:["breadcrumb",{"breadcrumb--collapsed":this.hiddenIndices.length===P.length-2}],ref:"container"},ke)}},xe=(0,N._)(H,[["__scopeId","data-v-af2b1226"]])},26905:($t,We,a)=>{"use strict";a.d(We,{N:()=>x});var e=a(20641),i=a(50953),c=a(90033),v=a(35696),N=a(97172),I=a(52697);const d={class:"button-vue__wrapper"},G={class:"button-vue__icon"},j={class:"button-vue__text"},Q=(0,e.pM)({__name:"NcButton",props:{alignment:{default:"center"},ariaLabel:{default:void 0},disabled:{type:Boolean},download:{type:[String,Boolean],default:void 0},href:{default:void 0},pressed:{type:Boolean,default:void 0},size:{default:"normal"},target:{default:"_self"},text:{default:void 0},to:{default:void 0},type:{default:"button"},variant:{default:"secondary"},wide:{type:Boolean}},emits:["click","update:pressed"],setup(U,{emit:T}){const _=U,S=T,K=(0,e.WQ)(v.Tk,null)!==null,_e=(0,e.EW)(()=>K&&_.to?"RouterLink":_.href?"a":"button"),ee=(0,e.EW)(()=>_e.value==="button"&&typeof _.pressed=="boolean"),H=(0,e.EW)(()=>_.pressed?"primary":_.pressed===!1&&_.variant==="primary"?"secondary":_.variant),xe=(0,e.EW)(()=>H.value.startsWith("tertiary")),P=(0,e.EW)(()=>_.alignment.split("-")[0]),ce=(0,e.EW)(()=>_.alignment.includes("-")),Ce=(0,e.WQ)("NcPopover:trigger:attrs",()=>({}),!1),ke=(0,e.EW)(()=>Ce()),J=(0,e.EW)(()=>{if(_e.value==="RouterLink")return{to:_.to,activeClass:"active"};if(_e.value==="a")return{href:_.href||"#",target:_.target,rel:"nofollow noreferrer noopener",download:_.download||void 0};if(_e.value==="button")return{...ke.value,"aria-pressed":_.pressed,type:_.type,disabled:_.disabled}});function ye(Xe){ee.value&&S("update:pressed",!_.pressed),S("click",Xe)}return(Xe,ui)=>((0,e.uX)(),(0,e.Wv)((0,e.$y)(_e.value),(0,e.v6)({class:["button-vue",[`button-vue--size-${Xe.size}`,{[`button-vue--${H.value}`]:H.value,"button-vue--tertiary":xe.value,"button-vue--wide":Xe.wide,[`button-vue--${P.value}`]:P.value!=="center","button-vue--reverse":ce.value,"button-vue--legacy":(0,i.R1)(N.i)}]],"aria-label":Xe.ariaLabel},J.value,{onClick:ye}),{default:(0,e.k6)(()=>[(0,e.Lk)("span",d,[(0,e.Lk)("span",G,[(0,e.RG)(Xe.$slots,"icon",{},void 0,!0)]),(0,e.Lk)("span",j,[(0,e.RG)(Xe.$slots,"default",{},()=>[(0,e.eW)((0,c.toDisplayString)(Xe.text),1)],!0)])])]),_:3},16,["class","aria-label"]))}}),x=(0,I._)(Q,[["__scopeId","data-v-e4697e39"]])},19258:($t,We,a)=>{"use strict";a.d(We,{N:()=>ve});var e=a(20641),i=a(90033),c=a(53751),v=a(52697),N=a(74363),I=a(13606),d=a(34163),G=a(45106);const j={name:"CheckboxBlankOutlineIcon",emits:["click"],props:{title:{type:String},fillColor:{type:String,default:"currentColor"},size:{type:Number,default:24}}},Q=["aria-hidden","aria-label"],x=["fill","width","height"],U={d:"M19,3H5C3.89,3 3,3.89 3,5V19A2,2 0 0,0 5,21H19A2,2 0 0,0 21,19V5C21,3.89 20.1,3 19,3M19,5V19H5V5H19Z"},T={key:0};function _(L,ge,Ae,rt,Ht,Qt){return(0,e.uX)(),(0,e.CE)("span",(0,e.v6)(L.$attrs,{"aria-hidden":Ae.title?null:"true","aria-label":Ae.title,class:"material-design-icon checkbox-blank-outline-icon",role:"img",onClick:ge[0]||(ge[0]=Qe=>L.$emit("click",Qe))}),[((0,e.uX)(),(0,e.CE)("svg",{fill:Ae.fillColor,class:"material-design-icon__svg",width:Ae.size,height:Ae.size,viewBox:"0 0 24 24"},[(0,e.Lk)("path",U,[Ae.title?((0,e.uX)(),(0,e.CE)("title",T,(0,i.toDisplayString)(Ae.title),1)):(0,e.Q3)("",!0)])],8,x))],16,Q)}const S=(0,v._)(j,[["render",_]]),K={name:"CheckboxMarkedIcon",emits:["click"],props:{title:{type:String},fillColor:{type:String,default:"currentColor"},size:{type:Number,default:24}}},_e=["aria-hidden","aria-label"],ee=["fill","width","height"],H={d:"M10,17L5,12L6.41,10.58L10,14.17L17.59,6.58L19,8M19,3H5C3.89,3 3,3.89 3,5V19A2,2 0 0,0 5,21H19A2,2 0 0,0 21,19V5C21,3.89 20.1,3 19,3Z"},xe={key:0};function P(L,ge,Ae,rt,Ht,Qt){return(0,e.uX)(),(0,e.CE)("span",(0,e.v6)(L.$attrs,{"aria-hidden":Ae.title?null:"true","aria-label":Ae.title,class:"material-design-icon checkbox-marked-icon",role:"img",onClick:ge[0]||(ge[0]=Qe=>L.$emit("click",Qe))}),[((0,e.uX)(),(0,e.CE)("svg",{fill:Ae.fillColor,class:"material-design-icon__svg",width:Ae.size,height:Ae.size,viewBox:"0 0 24 24"},[(0,e.Lk)("path",H,[Ae.title?((0,e.uX)(),(0,e.CE)("title",xe,(0,i.toDisplayString)(Ae.title),1)):(0,e.Q3)("",!0)])],8,ee))],16,_e)}const ce=(0,v._)(K,[["render",P]]),Ce={name:"MinusBoxIcon",emits:["click"],props:{title:{type:String},fillColor:{type:String,default:"currentColor"},size:{type:Number,default:24}}},ke=["aria-hidden","aria-label"],J=["fill","width","height"],ye={d:"M17,13H7V11H17M19,3H5C3.89,3 3,3.89 3,5V19A2,2 0 0,0 5,21H19A2,2 0 0,0 21,19V5C21,3.89 20.1,3 19,3Z"},Xe={key:0};function ui(L,ge,Ae,rt,Ht,Qt){return(0,e.uX)(),(0,e.CE)("span",(0,e.v6)(L.$attrs,{"aria-hidden":Ae.title?null:"true","aria-label":Ae.title,class:"material-design-icon minus-box-icon",role:"img",onClick:ge[0]||(ge[0]=Qe=>L.$emit("click",Qe))}),[((0,e.uX)(),(0,e.CE)("svg",{fill:Ae.fillColor,class:"material-design-icon__svg",width:Ae.size,height:Ae.size,viewBox:"0 0 24 24"},[(0,e.Lk)("path",ye,[Ae.title?((0,e.uX)(),(0,e.CE)("title",Xe,(0,i.toDisplayString)(Ae.title),1)):(0,e.Q3)("",!0)])],8,J))],16,ke)}const ht=(0,v._)(Ce,[["render",ui]]),_t={name:"RadioboxBlankIcon",emits:["click"],props:{title:{type:String},fillColor:{type:String,default:"currentColor"},size:{type:Number,default:24}}},ai=["aria-hidden","aria-label"],Ft=["fill","width","height"],jt={d:"M12,20A8,8 0 0,1 4,12A8,8 0 0,1 12,4A8,8 0 0,1 20,12A8,8 0 0,1 12,20M12,2A10,10 0 0,0 2,12A10,10 0 0,0 12,22A10,10 0 0,0 22,12A10,10 0 0,0 12,2Z"},He={key:0};function ut(L,ge,Ae,rt,Ht,Qt){return(0,e.uX)(),(0,e.CE)("span",(0,e.v6)(L.$attrs,{"aria-hidden":Ae.title?null:"true","aria-label":Ae.title,class:"material-design-icon radiobox-blank-icon",role:"img",onClick:ge[0]||(ge[0]=Qe=>L.$emit("click",Qe))}),[((0,e.uX)(),(0,e.CE)("svg",{fill:Ae.fillColor,class:"material-design-icon__svg",width:Ae.size,height:Ae.size,viewBox:"0 0 24 24"},[(0,e.Lk)("path",jt,[Ae.title?((0,e.uX)(),(0,e.CE)("title",He,(0,i.toDisplayString)(Ae.title),1)):(0,e.Q3)("",!0)])],8,Ft))],16,ai)}const Ot=(0,v._)(_t,[["render",ut]]),Gt={name:"RadioboxMarkedIcon",emits:["click"],props:{title:{type:String},fillColor:{type:String,default:"currentColor"},size:{type:Number,default:24}}},ri=["aria-hidden","aria-label"],Ii=["fill","width","height"],Li={d:"M12,20A8,8 0 0,1 4,12A8,8 0 0,1 12,4A8,8 0 0,1 20,12A8,8 0 0,1 12,20M12,2A10,10 0 0,0 2,12A10,10 0 0,0 12,22A10,10 0 0,0 22,12A10,10 0 0,0 12,2M12,7A5,5 0 0,0 7,12A5,5 0 0,0 12,17A5,5 0 0,0 17,12A5,5 0 0,0 12,7Z"},Yi={key:0};function wi(L,ge,Ae,rt,Ht,Qt){return(0,e.uX)(),(0,e.CE)("span",(0,e.v6)(L.$attrs,{"aria-hidden":Ae.title?null:"true","aria-label":Ae.title,class:"material-design-icon radiobox-marked-icon",role:"img",onClick:ge[0]||(ge[0]=Qe=>L.$emit("click",Qe))}),[((0,e.uX)(),(0,e.CE)("svg",{fill:Ae.fillColor,class:"material-design-icon__svg",width:Ae.size,height:Ae.size,viewBox:"0 0 24 24"},[(0,e.Lk)("path",Li,[Ae.title?((0,e.uX)(),(0,e.CE)("title",Yi,(0,i.toDisplayString)(Ae.title),1)):(0,e.Q3)("",!0)])],8,Ii))],16,ri)}const Lt=(0,v._)(Gt,[["render",wi]]),di={name:"ToggleSwitchIcon",emits:["click"],props:{title:{type:String},fillColor:{type:String,default:"currentColor"},size:{type:Number,default:24}}},Vt=["aria-hidden","aria-label"],pn=["fill","width","height"],oi={d:"M17,7H7A5,5 0 0,0 2,12A5,5 0 0,0 7,17H17A5,5 0 0,0 22,12A5,5 0 0,0 17,7M17,15A3,3 0 0,1 14,12A3,3 0 0,1 17,9A3,3 0 0,1 20,12A3,3 0 0,1 17,15Z"},ni={key:0};function Ei(L,ge,Ae,rt,Ht,Qt){return(0,e.uX)(),(0,e.CE)("span",(0,e.v6)(L.$attrs,{"aria-hidden":Ae.title?null:"true","aria-label":Ae.title,class:"material-design-icon toggle-switch-icon",role:"img",onClick:ge[0]||(ge[0]=Qe=>L.$emit("click",Qe))}),[((0,e.uX)(),(0,e.CE)("svg",{fill:Ae.fillColor,class:"material-design-icon__svg",width:Ae.size,height:Ae.size,viewBox:"0 0 24 24"},[(0,e.Lk)("path",oi,[Ae.title?((0,e.uX)(),(0,e.CE)("title",ni,(0,i.toDisplayString)(Ae.title),1)):(0,e.Q3)("",!0)])],8,pn))],16,Vt)}const An=(0,v._)(di,[["render",Ei]]),En={name:"ToggleSwitchOffIcon",emits:["click"],props:{title:{type:String},fillColor:{type:String,default:"currentColor"},size:{type:Number,default:24}}},Qi=["aria-hidden","aria-label"],Yt=["fill","width","height"],Ut={d:"M17,7H7A5,5 0 0,0 2,12A5,5 0 0,0 7,17H17A5,5 0 0,0 22,12A5,5 0 0,0 17,7M7,15A3,3 0 0,1 4,12A3,3 0 0,1 7,9A3,3 0 0,1 10,12A3,3 0 0,1 7,15Z"},qi={key:0};function Ne(L,ge,Ae,rt,Ht,Qt){return(0,e.uX)(),(0,e.CE)("span",(0,e.v6)(L.$attrs,{"aria-hidden":Ae.title?null:"true","aria-label":Ae.title,class:"material-design-icon toggle-switch-off-icon",role:"img",onClick:ge[0]||(ge[0]=Qe=>L.$emit("click",Qe))}),[((0,e.uX)(),(0,e.CE)("svg",{fill:Ae.fillColor,class:"material-design-icon__svg",width:Ae.size,height:Ae.size,viewBox:"0 0 24 24"},[(0,e.Lk)("path",Ut,[Ae.title?((0,e.uX)(),(0,e.CE)("title",qi,(0,i.toDisplayString)(Ae.title),1)):(0,e.Q3)("",!0)])],8,Yt))],16,Qi)}const ft=(0,v._)(En,[["render",Ne]]),gt="checkbox",Ve="radio",ot="switch",ei="button",X={name:"NcCheckboxContent",components:{NcLoadingIcon:N.N},props:{iconClass:{type:[String,Object],default:null},textClass:{type:[String,Object],default:null},type:{type:String,default:"checkbox",validator:L=>[gt,Ve,ot,ei].includes(L)},buttonVariant:{type:Boolean,default:!1},isChecked:{type:Boolean,default:!1},indeterminate:{type:Boolean,default:!1},loading:{type:Boolean,default:!1},iconSize:{type:Number,default:24},labelId:{type:String,required:!0},descriptionId:{type:String,required:!0}},computed:{isButtonType(){return this.type===ei},checkboxRadioIconElement(){return this.type===Ve?this.isChecked?Lt:Ot:this.type===ot?this.isChecked?An:ft:this.indeterminate?ht:this.isChecked?ce:S}}},A={key:0,class:"checkbox-content__wrapper"},g=["id"],D=["id"];function $(L,ge,Ae,rt,Ht,Qt){const Qe=(0,e.g2)("NcLoadingIcon");return(0,e.uX)(),(0,e.CE)("span",{class:(0,i.normalizeClass)(["checkbox-content",{["checkbox-content-"+Ae.type]:!0,"checkbox-content--button-variant":Ae.buttonVariant,"checkbox-content--has-text":!!L.$slots.default}])},[(0,e.Lk)("span",{class:(0,i.normalizeClass)(["checkbox-content__icon",{"checkbox-content__icon--checked":Ae.isChecked,"checkbox-content__icon--has-description":!Qt.isButtonType&&L.$slots.description,[Ae.iconClass]:!0}]),"aria-hidden":!0,inert:""},[(0,e.RG)(L.$slots,"icon",{checked:Ae.isChecked,loading:Ae.loading},()=>[Ae.loading?((0,e.uX)(),(0,e.Wv)(Qe,{key:0})):Ae.buttonVariant?(0,e.Q3)("",!0):((0,e.uX)(),(0,e.Wv)((0,e.$y)(Qt.checkboxRadioIconElement),{key:1,size:Ae.iconSize},null,8,["size"]))],!0)],2),L.$slots.default||L.$slots.description?((0,e.uX)(),(0,e.CE)("span",A,[L.$slots.default?((0,e.uX)(),(0,e.CE)("span",{key:0,id:Ae.labelId,class:(0,i.normalizeClass)(["checkbox-content__text",Ae.textClass])},[(0,e.RG)(L.$slots,"default",{},void 0,!0)],10,g)):(0,e.Q3)("",!0),!Qt.isButtonType&&L.$slots.description?((0,e.uX)(),(0,e.CE)("span",{key:1,id:Ae.descriptionId,class:"checkbox-content__description"},[(0,e.RG)(L.$slots,"description",{},void 0,!0)],8,D)):(0,e.Q3)("",!0)])):(0,e.Q3)("",!0)],2)}const Y=(0,v._)(X,[["render",$],["__scopeId","data-v-a1ac280f"]]);(0,I.r)();const ne={name:"NcCheckboxRadioSwitch",components:{NcCheckboxContent:Y},inheritAttrs:!1,props:{id:{type:String,default:()=>"checkbox-radio-switch-"+(0,d.c)(),validator:L=>L.trim()!==""},wrapperId:{type:String,default:null},name:{type:String,default:null},ariaLabel:{type:String,default:""},type:{type:String,default:"checkbox",validator:L=>[gt,Ve,ot,ei].includes(L)},buttonVariant:{type:Boolean,default:!1},buttonVariantGrouped:{type:String,default:"no",validator:L=>["no","vertical","horizontal"].includes(L)},modelValue:{type:[Boolean,Array,String],default:!1},value:{type:String,default:null},disabled:{type:Boolean,default:!1},indeterminate:{type:Boolean,default:!1},required:{type:Boolean,default:!1},loading:{type:Boolean,default:!1},wrapperElement:{type:String,default:null},class:{type:[String,Array,Object],default:""},style:{type:[String,Array,Object],default:""},description:{type:String,default:null}},emits:["update:modelValue"],setup(L,{emit:ge}){const Ae=(0,G.u)();(0,e.sV)(()=>Ae?.value.register(!1));const rt=(0,e.EW)(()=>Ae?.value?Ve:L.type),Ht=(0,e.EW)({get(){return Ae?.value?Ae.value.modelValue:L.modelValue},set(Qt){Ae?.value?Ae.value.onUpdate(Qt):ge("update:modelValue",Qt)}});return{internalType:rt,internalModelValue:Ht,labelId:(0,d.c)(),descriptionId:(0,d.c)()}},computed:{isButtonType(){return this.internalType===ei},computedWrapperElement(){return this.isButtonType?"button":this.wrapperElement!==null?this.wrapperElement:"span"},listeners(){return this.isButtonType?{click:this.onToggle}:{change:this.onToggle}},iconSize(){return this.internalType===ot?36:20},cssIconSize(){return this.iconSize+"px"},cssIconHeight(){return this.internalType===ot?"16px":this.cssIconSize},inputType(){return[gt,Ve,ei].includes(this.internalType)?this.internalType:gt},isChecked(){return this.value!==null?Array.isArray(this.internalModelValue)?[...this.internalModelValue].indexOf(this.value)>-1:this.internalModelValue===this.value:this.internalModelValue===!0},hasIndeterminate(){return[gt,Ve].includes(this.inputType)}},mounted(){if(this.name&&this.internalType===gt&&!Array.isArray(this.internalModelValue))throw new Error("When using groups of checkboxes, the updated value will be an array.");if(this.name&&this.internalType===ot)throw new Error("Switches are not made to be used for data sets. Please use checkboxes instead.");if(typeof this.internalModelValue!="boolean"&&this.internalType===ot)throw new Error("Switches can only be used with boolean as modelValue prop.")},methods:{t:I.a,n:I.u,onToggle(L){if(this.disabled||L.target.tagName.toLowerCase()==="a")return;if(this.internalType===Ve){this.internalModelValue=this.value;return}if(this.internalType===ot){this.internalModelValue=!this.isChecked;return}if(typeof this.internalModelValue=="boolean"){this.internalModelValue=!this.internalModelValue;return}const ge=this.getInputsSet().filter(Ae=>Ae.checked).map(Ae=>Ae.value);ge.includes(this.value)?this.internalModelValue=ge.filter(Ae=>Ae!==this.value):this.internalModelValue=[...ge,this.value]},getInputsSet(){return[...document.getElementsByName(this.name)]}}},Re=()=>{(0,c.useCssVars)(L=>({"65a7082e":L.cssIconSize,"20f7d30f":L.cssIconHeight}))},Ge=ne.setup;ne.setup=Ge?(L,ge)=>(Re(),Ge(L,ge)):Re;const At=["id","aria-labelledby","aria-describedby","aria-label","disabled","type","value","checked",".indeterminate","required","name"];function Ze(L,ge,Ae,rt,Ht,Qt){const Qe=(0,e.g2)("NcCheckboxContent");return(0,e.uX)(),(0,e.Wv)((0,e.$y)(Qt.computedWrapperElement),(0,e.v6)({id:Ae.wrapperId??(Qt.isButtonType?Ae.id:null),"aria-label":Qt.isButtonType&&Ae.ariaLabel?Ae.ariaLabel:void 0,class:["checkbox-radio-switch",[L.$props.class,{["checkbox-radio-switch-"+rt.internalType]:rt.internalType,"checkbox-radio-switch--checked":Qt.isChecked,"checkbox-radio-switch--disabled":Ae.disabled,"checkbox-radio-switch--indeterminate":Qt.hasIndeterminate?Ae.indeterminate:!1,"checkbox-radio-switch--button-variant":Ae.buttonVariant,"checkbox-radio-switch--button-variant-v-grouped":Ae.buttonVariant&&Ae.buttonVariantGrouped==="vertical","checkbox-radio-switch--button-variant-h-grouped":Ae.buttonVariant&&Ae.buttonVariantGrouped==="horizontal","button-vue":Qt.isButtonType}]],style:Ae.style,type:Qt.isButtonType?"button":null},Qt.isButtonType?L.$attrs:{},(0,e.Tb)(Qt.isButtonType?Qt.listeners:{})),{default:(0,e.k6)(()=>[Qt.isButtonType?(0,e.Q3)("",!0):((0,e.uX)(),(0,e.CE)("input",(0,e.v6)({key:0,id:Ae.id,"aria-labelledby":!Qt.isButtonType&&!Ae.ariaLabel?rt.labelId:null,"aria-describedby":!Qt.isButtonType&&(Ae.description||L.$slots.description)?rt.descriptionId:null,"aria-label":Ae.ariaLabel||void 0,class:"checkbox-radio-switch__input",disabled:Ae.disabled,type:Qt.inputType,value:Ae.value,checked:Qt.isChecked,".indeterminate":Qt.hasIndeterminate?Ae.indeterminate:null,required:Ae.required,name:Ae.name},L.$attrs,(0,e.Tb)(Qt.listeners,!0)),null,48,At)),(0,e.bF)(Qe,{id:Qt.isButtonType?void 0:`${Ae.id}-label`,class:"checkbox-radio-switch__content","icon-class":"checkbox-radio-switch__icon","text-class":"checkbox-radio-switch__text",type:rt.internalType,indeterminate:Qt.hasIndeterminate?Ae.indeterminate:!1,"button-variant":Ae.buttonVariant,"is-checked":Qt.isChecked,loading:Ae.loading,"label-id":rt.labelId,"description-id":rt.descriptionId,"icon-size":Qt.iconSize,onClick:Qt.onToggle},(0,e.eX)({icon:(0,e.k6)(()=>[(0,e.RG)(L.$slots,"icon",{},void 0,!0)]),_:2},[L.$slots.description||Ae.description?{name:"description",fn:(0,e.k6)(()=>[(0,e.RG)(L.$slots,"description",{},()=>[(0,e.eW)((0,i.toDisplayString)(Ae.description),1)],!0)]),key:"0"}:void 0,L.$slots.default?{name:"default",fn:(0,e.k6)(()=>[(0,e.RG)(L.$slots,"default",{},void 0,!0)]),key:"1"}:void 0]),1032,["id","type","indeterminate","button-variant","is-checked","loading","label-id","description-id","icon-size","onClick"])]),_:3},16,["id","aria-label","class","style","type"])}const ve=(0,v._)(ne,[["render",Ze],["__scopeId","data-v-0dcb138a"]])},17142:($t,We,a)=>{"use strict";var e=a(20641),i=a(90033),c=a(50953),v=a(82253),N=a(4192),I=a(39867),d=a(47031),G=a(13606);(0,G.r)();const j={key:0,class:"nc-chip__icon"},Q={class:"nc-chip__text"},x=(0,e.pM)({__name:"NcChip",props:{ariaLabelClose:{default:(0,G.a)("Close")},actionsContainer:{default:"body"},text:{default:""},iconPath:{default:void 0},iconSvg:{default:void 0},noClose:{type:Boolean},variant:{default:"secondary"}},emits:["close"],setup(T,{emit:_}){const S=T,K=_,_e=(0,e.Ht)(),ee=(0,e.EW)(()=>!S.noClose),H=()=>!!_e.actions,xe=()=>!!(S.iconPath||S.iconSvg||_e.icon);return(P,ce)=>((0,e.uX)(),(0,e.CE)("div",{class:(0,i.normalizeClass)(["nc-chip",{[`nc-chip--${P.variant}`]:!0,"nc-chip--no-actions":P.noClose&&!H(),"nc-chip--no-icon":!xe()}])},[xe()?((0,e.uX)(),(0,e.CE)("span",j,[(0,e.RG)(P.$slots,"icon",{},()=>[P.iconPath||P.iconSvg?((0,e.uX)(),(0,e.Wv)(d.N,{key:0,inline:"",path:P.iconPath,svg:P.iconPath?void 0:P.iconSvg,size:18},null,8,["path","svg"])):(0,e.Q3)("",!0)],!0)])):(0,e.Q3)("",!0),(0,e.Lk)("span",Q,[(0,e.RG)(P.$slots,"default",{},()=>[(0,e.eW)((0,i.toDisplayString)(P.text),1)],!0)]),ee.value||H()?((0,e.uX)(),(0,e.Wv)(I.N,{key:1,class:"nc-chip__actions",container:P.actionsContainer,"force-menu":!ee.value,variant:"tertiary-no-background"},{default:(0,e.k6)(()=>[ee.value?((0,e.uX)(),(0,e.Wv)(N.N,{key:0,"close-after-click":"",onClick:ce[0]||(ce[0]=Ce=>K("close"))},{icon:(0,e.k6)(()=>[(0,e.bF)(d.N,{path:(0,c.R1)(v.b),size:20},null,8,["path"])]),default:(0,e.k6)(()=>[(0,e.eW)(" "+(0,i.toDisplayString)(P.ariaLabelClose),1)]),_:1})):(0,e.Q3)("",!0),(0,e.RG)(P.$slots,"actions",{},void 0,!0)]),_:3},8,["container","force-menu"])):(0,e.Q3)("",!0)],2))}}),U=null},23897:($t,We,a)=>{"use strict";var e=a(12454),i=a(20641),c=a(90033),v=a(53751),N=a(50953),I=a(13606),d=a(4192),G=a(39867),j=a(78074),Q=a(81128),x=a(52697),U=a(91202),T=a(66802),_=a(63814);(0,I.r)(I.v);const S={name:"NcCollectionListItem",components:{NcAvatar:j.N,NcActions:G.N,NcActionButton:d.N},props:{collection:{type:Object,default:null},error:{type:String,default:void 0}},emits:["removeResource","renameCollection"],data(){return{detailsOpen:!1,newName:null}},computed:{getIcon(){return ni=>[ni.iconClass]},typeClass(){return ni=>"resource-type-"+ni.type},resources(){return this.collection.resources?.filter(ni=>!Array.isArray(ni))??[]},getComponent(){return ni=>{const Ei=(0,Q.g)(this.$router,ni.link);return Ei?{component:"router-link",to:Ei,href:void 0}:{component:"a",to:void 0,href:ni.link}}},iconUrl(){return ni=>ni.mimetype?OC.MimeType.getIconUrl(ni.mimetype):ni.iconUrl?ni.iconUrl:""}},methods:{t:I.a,toggleDetails(){this.detailsOpen=!this.detailsOpen},showDetails(){this.detailsOpen=!0},removeResource(ni,Ei){this.$emit("removeResource",{collectionId:ni.id,resourceType:Ei.type,resourceId:Ei.id})},openRename(){this.newName=this.collection.name},renameCollection(){this.newName&&this.$emit("renameCollection",{collectionId:this.collection.id,name:this.newName}),this.newName=null}}},K={class:"collection-list-item"},_e={key:2,class:"linked-icons"},ee=["src","alt"],H={key:3,class:"sharingOptionsGroup"},xe={key:0,class:"error"},P={key:0,class:"resource-list-details"},ce=["src","alt"],Ce={class:"resource-name"},ke=["onClick"];function J(ni,Ei,An,En,Qi,Yt){const Ut=(0,i.g2)("NcAvatar"),qi=(0,i.g2)("NcActionButton"),Ne=(0,i.g2)("NcActions");return(0,i.uX)(),(0,i.CE)("li",K,[(0,i.bF)(Ut,{"display-name":An.collection.name,"allow-placeholder":"",class:"collection-avatar"},null,8,["display-name"]),Qi.newName===null?((0,i.uX)(),(0,i.CE)("span",{key:0,class:"collection-item-name",title:"",onClick:Ei[0]||(Ei[0]=(...ft)=>Yt.showDetails&&Yt.showDetails(...ft))},(0,c.toDisplayString)(An.collection.name),1)):((0,i.uX)(),(0,i.CE)("form",{key:1,class:(0,c.normalizeClass)({"should-shake":An.error}),onSubmit:Ei[2]||(Ei[2]=(0,v.withModifiers)((...ft)=>Yt.renameCollection&&Yt.renameCollection(...ft),["prevent"]))},[(0,i.bo)((0,i.Lk)("input",{"onUpdate:modelValue":Ei[1]||(Ei[1]=ft=>Qi.newName=ft),type:"text",autocomplete:"off",autocapitalize:"off"},null,512),[[v.vModelText,Qi.newName]]),Ei[3]||(Ei[3]=(0,i.Lk)("input",{type:"submit",value:"",class:"icon-confirm"},null,-1))],34)),!Qi.detailsOpen&&Qi.newName===null?((0,i.uX)(),(0,i.CE)("div",_e,[((0,i.uX)(!0),(0,i.CE)(i.FK,null,(0,i.pI)(Yt.resources.slice(0,2),ft=>((0,i.uX)(),(0,i.Wv)((0,i.$y)(Yt.getComponent(ft).component),{key:ft.type+"|"+ft.id,title:ft.name,to:Yt.getComponent(ft).to,href:Yt.getComponent(ft).href,class:(0,c.normalizeClass)(Yt.typeClass(ft))},{default:(0,i.k6)(()=>[(0,i.Lk)("img",{src:Yt.iconUrl(ft),alt:ft.name},null,8,ee)]),_:2},1032,["title","to","href","class"]))),128))])):(0,i.Q3)("",!0),Qi.newName===null?((0,i.uX)(),(0,i.CE)("span",H,[(0,i.bF)(Ne,null,{default:(0,i.k6)(()=>[(0,i.bF)(qi,{icon:"icon-info",onClick:(0,v.withModifiers)(Yt.toggleDetails,["prevent"])},{default:(0,i.k6)(()=>[(0,i.eW)((0,c.toDisplayString)(Qi.detailsOpen?Yt.t("Hide details"):Yt.t("Show details")),1)]),_:1},8,["onClick"]),(0,i.bF)(qi,{icon:"icon-rename",onClick:(0,v.withModifiers)(Yt.openRename,["prevent"])},{default:(0,i.k6)(()=>[(0,i.eW)((0,c.toDisplayString)(Yt.t("Rename project")),1)]),_:1},8,["onClick"])]),_:1})])):(0,i.Q3)("",!0),(0,i.bF)(v.Transition,{name:"fade"},{default:(0,i.k6)(()=>[An.error?((0,i.uX)(),(0,i.CE)("div",xe,(0,c.toDisplayString)(An.error),1)):(0,i.Q3)("",!0)]),_:1}),(0,i.bF)(v.Transition,{name:"fade"},{default:(0,i.k6)(()=>[Qi.detailsOpen?((0,i.uX)(),(0,i.CE)("ul",P,[((0,i.uX)(!0),(0,i.CE)(i.FK,null,(0,i.pI)(Yt.resources,ft=>((0,i.uX)(),(0,i.CE)("li",{key:ft.type+"|"+ft.id,class:(0,c.normalizeClass)(Yt.typeClass(ft))},[((0,i.uX)(),(0,i.Wv)((0,i.$y)(Yt.getComponent(ft).component),{to:Yt.getComponent(ft).to,href:Yt.getComponent(ft).href},{default:(0,i.k6)(()=>[(0,i.Lk)("img",{src:Yt.iconUrl(ft),alt:ft.name},null,8,ce),(0,i.Lk)("span",Ce,(0,c.toDisplayString)(ft.name||""),1)]),_:2},1032,["to","href"])),(0,i.Lk)("span",{class:"icon-close",onClick:gt=>Yt.removeResource(An.collection,ft)},null,8,ke)],2))),128))])):(0,i.Q3)("",!0)]),_:1})])}const ye=(0,x._)(S,[["render",J],["__scopeId","data-v-52d18b4a"]]);(0,I.r)(I.w);function Xe(ni){return ni.data.ocs.data}function ui(ni,Ei){return T.Ay.put((0,_.KT)("collaboration/resources/collections/{collectionId}",{collectionId:ni}),{collectionName:Ei}).then(Xe)}function ht(ni,Ei){return T.Ay.get((0,_.KT)("collaboration/resources/{resourceType}/{resourceId}",{resourceType:ni,resourceId:Ei})).then(Xe)}function _t(ni,Ei,An){return T.Ay.post((0,_.KT)("collaboration/resources/{resourceType}/{resourceId}",{resourceType:ni,resourceId:Ei}),{name:An}).then(Xe)}function ai(ni,Ei,An){return T.Ay.post((0,_.KT)("collaboration/resources/collections/{collectionId}",{collectionId:ni}),{resourceType:Ei,resourceId:An}).then(Xe)}function Ft(ni,Ei,An){return T.Ay.delete((0,_.KT)("collaboration/resources/collections/{collectionId}",{collectionId:ni}),{params:{resourceType:Ei,resourceId:An}}).then(Xe)}function jt(ni){return T.Ay.get((0,_.KT)("collaboration/resources/collections/search/{query}",{query:ni})).then(Xe)}function He(){const ni=(0,N.KR)([]),Ei=gt=>{ni.value=gt},An=gt=>{ni.value.push(gt)},En=gt=>{ni.value=ni.value.filter(Ve=>Ve.id!==gt)},Qi=gt=>{const Ve=ni.value.findIndex(ot=>ot.id===gt.id);Ve!==-1?ni.value[Ve]=gt:An(gt)},Yt=async({resourceType:gt,resourceId:Ve})=>{const ot=await ht(gt,Ve);Ei(ot)},Ut=async({baseResourceType:gt,baseResourceId:Ve,resourceType:ot,resourceId:ei,name:X})=>{const A=await _t(gt,Ve,X);An(A),await Ne({collectionId:A.id,resourceType:ot,resourceId:ei})},qi=async({collectionId:gt,name:Ve})=>{const ot=await ui(gt,Ve);Qi(ot)};async function Ne({collectionId:gt,resourceType:Ve,resourceId:ot}){const ei=await ai(gt,Ve,String(ot));Qi(ei)}return{storedCollections:ni,fetchCollectionsByResource:Yt,createCollection:Ut,renameCollection:qi,addResourceToCollection:Ne,removeResourceFromCollection:async({collectionId:gt,resourceType:Ve,resourceId:ot})=>{const ei=await Ft(gt,Ve,String(ot));ei.resources.length>0?Qi(ei):En(gt)}}}const ut=0,Ot=1,Gt={name:"NcCollectionList",components:{NcCollectionListItem:ye,NcAvatar:j.N,NcSelect:U.N},props:{type:{type:String,default:null},id:{type:String,default:null},name:{type:String,default:""},isActive:{type:Boolean,default:!0}},setup(){const{storedCollections:ni,fetchCollectionsByResource:Ei,createCollection:An,addResourceToCollection:En,removeResourceFromCollection:Qi,renameCollection:Yt}=He(),Ut=(0,N.KR)([]),qi=(0,e.A)(function(Ne,ft){Ne!==""&&(ft(!0),jt(Ne).then(gt=>{Ut.value=gt}).catch(gt=>{logger.error("Failed to search for collections",{error:gt})}).finally(()=>{ft(!1)}))},500);return{storedCollections:ni,fetchCollectionsByResource:Ei,createCollection:An,addResourceToCollection:En,removeResourceFromCollection:Qi,renameCollection:Yt,searchCollections:Ut,search:qi}},data(){return{selectIsOpen:!1,generatingCodes:!1,codes:void 0,value:null,model:{},collectionsError:{},error:null,isSelectOpen:!1}},computed:{collections(){return this.storedCollections.filter(ni=>ni.resources.some(Ei=>Ei&&Ei.id===String(this.id)&&Ei.type===this.type))},placeholder(){return this.isSelectOpen?(0,I.a)("Type to search for existing projects"):(0,I.a)("Add to a project")},options(){const ni=[];window.OCP.Collaboration.getTypes().sort().forEach(Ei=>{ni.push({method:ut,type:Ei,title:window.OCP.Collaboration.getLabel(Ei),class:window.OCP.Collaboration.getIcon(Ei),action:()=>window.OCP.Collaboration.trigger(Ei)})});for(const Ei in this.searchCollections)this.collections.find(An=>An.id===this.searchCollections[Ei].id)||ni.push({method:Ot,title:this.searchCollections[Ei].name,collectionId:this.searchCollections[Ei].id});return ni},resourceIdentifier(){return{resourceType:this.type,resourceId:this.id,isActive:this.isActive}}},watch:{resourceIdentifier:{deep:!0,immediate:!0,handler(ni){!ni.isActive||!ni.resourceId||!ni.resourceType||this.fetchCollectionsByResource(ni)}}},methods:{t:I.a,select(ni){ni.method===ut&&ni.action().then(Ei=>{this.createCollection({baseResourceType:this.type,baseResourceId:this.id,resourceType:ni.type,resourceId:Ei,name:this.name}).catch(An=>{this.setError((0,I.a)("Failed to create a project"),An)})}).catch(Ei=>{loger.error("[NcCollectionList] No resource selected",Ei)}),ni.method===Ot&&this.addResourceToCollection({collectionId:ni.collectionId,resourceType:this.type,resourceId:this.id}).catch(Ei=>{this.setError((0,I.a)("Failed to add the item to the project"),Ei)}),this.value=null},showSelect(){this.selectIsOpen=!0,this.$refs.select.$el.focus()},setError(ni,Ei){logger.error(ni,{error:Ei}),this.error=ni,setTimeout(()=>{this.error=null},5e3)},renameCollectionFromItem({collectionId:ni,name:Ei}){this.renameCollection({collectionId:ni,name:Ei}).catch(An=>{logger.error((0,I.a)("Failed to rename the project"),{error:An}),this.collectionsError[ni]=(0,I.a)("Failed to rename the project"),setTimeout(()=>{this.collectionsError[ni]=null},5e3)})}}},ri={key:0,id:"collection-list",class:"collection-list"},Ii={id:"collection-select-container"},Li={class:"option__desc"},Yi={class:"option__title"},wi={class:"option__wrapper"},Lt={class:"option__title"},di={class:"hint"},Vt={key:0,class:"error"};function pn(ni,Ei,An,En,Qi,Yt){const Ut=(0,i.g2)("NcAvatar"),qi=(0,i.g2)("NcSelect"),Ne=(0,i.g2)("NcCollectionListItem");return Yt.collections&&An.type&&An.id?((0,i.uX)(),(0,i.CE)("ul",ri,[(0,i.Lk)("li",{onClick:Ei[3]||(Ei[3]=(...ft)=>Yt.showSelect&&Yt.showSelect(...ft))},[Ei[4]||(Ei[4]=(0,i.Lk)("div",{class:"avatar"},[(0,i.Lk)("span",{class:"icon-projects"})],-1)),(0,i.Lk)("div",Ii,[(0,i.bF)(qi,{ref:"select",modelValue:Qi.value,"onUpdate:modelValue":Ei[0]||(Ei[0]=ft=>Qi.value=ft),"aria-label-combobox":Yt.t("Add to a project"),options:Yt.options,placeholder:Yt.placeholder,label:"title",limit:5,onClose:Ei[1]||(Ei[1]=ft=>Qi.isSelectOpen=!1),onOpen:Ei[2]||(Ei[2]=ft=>Qi.isSelectOpen=!0),"onOption:selected":Yt.select,onSearch:En.search},{"selected-option":(0,i.k6)(ft=>[(0,i.Lk)("span",Li,[(0,i.Lk)("span",Yi,(0,c.toDisplayString)(ft.title),1)])]),option:(0,i.k6)(ft=>[(0,i.Lk)("span",wi,[ft.class?((0,i.uX)(),(0,i.CE)("span",{key:0,class:(0,c.normalizeClass)([ft.class,"avatar"])},null,2)):ft.method!==2?((0,i.uX)(),(0,i.Wv)(Ut,{key:1,"allow-placeholder":"","display-name":ft.title},null,8,["display-name"])):(0,i.Q3)("",!0),(0,i.Lk)("span",Lt,(0,c.toDisplayString)(ft.title),1)])]),default:(0,i.k6)(()=>[(0,i.Lk)("p",di,(0,c.toDisplayString)(Yt.t("Connect items to a project to make them easier to find")),1)]),_:1},8,["modelValue","aria-label-combobox","options","placeholder","onOption:selected","onSearch"])])]),(0,i.bF)(v.Transition,{name:"fade"},{default:(0,i.k6)(()=>[Qi.error?((0,i.uX)(),(0,i.CE)("li",Vt,(0,c.toDisplayString)(Qi.error),1)):(0,i.Q3)("",!0)]),_:1}),((0,i.uX)(!0),(0,i.CE)(i.FK,null,(0,i.pI)(Yt.collections,ft=>((0,i.uX)(),(0,i.Wv)(Ne,{key:ft.id,collection:ft,error:Qi.collectionsError[ft.id],onRenameCollection:Yt.renameCollectionFromItem,onRemoveResource:En.removeResourceFromCollection},null,8,["collection","error","onRenameCollection","onRemoveResource"]))),128))])):(0,i.Q3)("",!0)}const oi=(0,x._)(Gt,[["render",pn],["__scopeId","data-v-d175e795"]])},77041:($t,We,a)=>{"use strict";a.d(We,{N:()=>lt});var e=a(20641),i=a(50953),c=a(90033),v=a(53751);function N(u,b){d(u)&&(u="100%");var R=G(u);return u=b===360?u:Math.min(b,Math.max(0,parseFloat(u))),R&&(u=parseInt(String(u*b),10)/100),Math.abs(u-b)<1e-6?1:(b===360?u=(u<0?u%b+b:u%b)/parseFloat(String(b)):u=u%b/parseFloat(String(b)),u)}function I(u){return Math.min(1,Math.max(0,u))}function d(u){return typeof u=="string"&&u.indexOf(".")!==-1&&parseFloat(u)===1}function G(u){return typeof u=="string"&&u.indexOf("%")!==-1}function j(u){return u=parseFloat(u),(isNaN(u)||u<0||u>1)&&(u=1),u}function Q(u){return u<=1?"".concat(Number(u)*100,"%"):u}function x(u){return u.length===1?"0"+u:String(u)}function U(u,b,R){return{r:N(u,255)*255,g:N(b,255)*255,b:N(R,255)*255}}function T(u,b,R){u=N(u,255),b=N(b,255),R=N(R,255);var q=Math.max(u,b,R),oe=Math.min(u,b,R),z=0,ae=0,Ee=(q+oe)/2;if(q===oe)ae=0,z=0;else{var V=q-oe;switch(ae=Ee>.5?V/(2-q-oe):V/(q+oe),q){case u:z=(b-R)/V+(b<R?6:0);break;case b:z=(R-u)/V+2;break;case R:z=(u-b)/V+4;break;default:break}z/=6}return{h:z,s:ae,l:Ee}}function _(u,b,R){return R<0&&(R+=1),R>1&&(R-=1),R<.16666666666666666?u+(b-u)*(6*R):R<.5?b:R<.6666666666666666?u+(b-u)*(.6666666666666666-R)*6:u}function S(u,b,R){var q,oe,z;if(u=N(u,360),b=N(b,100),R=N(R,100),b===0)oe=R,z=R,q=R;else{var ae=R<.5?R*(1+b):R+b-R*b,Ee=2*R-ae;q=_(Ee,ae,u+.3333333333333333),oe=_(Ee,ae,u),z=_(Ee,ae,u-.3333333333333333)}return{r:q*255,g:oe*255,b:z*255}}function K(u,b,R){u=N(u,255),b=N(b,255),R=N(R,255);var q=Math.max(u,b,R),oe=Math.min(u,b,R),z=0,ae=q,Ee=q-oe,V=q===0?0:Ee/q;if(q===oe)z=0;else{switch(q){case u:z=(b-R)/Ee+(b<R?6:0);break;case b:z=(R-u)/Ee+2;break;case R:z=(u-b)/Ee+4;break;default:break}z/=6}return{h:z,s:V,v:ae}}function _e(u,b,R){u=N(u,360)*6,b=N(b,100),R=N(R,100);var q=Math.floor(u),oe=u-q,z=R*(1-b),ae=R*(1-oe*b),Ee=R*(1-(1-oe)*b),V=q%6,Fe=[R,ae,z,z,Ee,R][V],De=[Ee,R,R,ae,z,z][V],Et=[z,z,Ee,R,R,ae][V];return{r:Fe*255,g:De*255,b:Et*255}}function ee(u,b,R,q){var oe=[x(Math.round(u).toString(16)),x(Math.round(b).toString(16)),x(Math.round(R).toString(16))];return q&&oe[0].startsWith(oe[0].charAt(1))&&oe[1].startsWith(oe[1].charAt(1))&&oe[2].startsWith(oe[2].charAt(1))?oe[0].charAt(0)+oe[1].charAt(0)+oe[2].charAt(0):oe.join("")}function H(u,b,R,q,oe){var z=[x(Math.round(u).toString(16)),x(Math.round(b).toString(16)),x(Math.round(R).toString(16)),x(P(q))];return oe&&z[0].startsWith(z[0].charAt(1))&&z[1].startsWith(z[1].charAt(1))&&z[2].startsWith(z[2].charAt(1))&&z[3].startsWith(z[3].charAt(1))?z[0].charAt(0)+z[1].charAt(0)+z[2].charAt(0)+z[3].charAt(0):z.join("")}function xe(u,b,R,q){var oe=[pad2(P(q)),pad2(Math.round(u).toString(16)),pad2(Math.round(b).toString(16)),pad2(Math.round(R).toString(16))];return oe.join("")}function P(u){return Math.round(parseFloat(u)*255).toString(16)}function ce(u){return Ce(u)/255}function Ce(u){return parseInt(u,16)}function ke(u){return{r:u>>16,g:(u&65280)>>8,b:u&255}}var J={aliceblue:"#f0f8ff",antiquewhite:"#faebd7",aqua:"#00ffff",aquamarine:"#7fffd4",azure:"#f0ffff",beige:"#f5f5dc",bisque:"#ffe4c4",black:"#000000",blanchedalmond:"#ffebcd",blue:"#0000ff",blueviolet:"#8a2be2",brown:"#a52a2a",burlywood:"#deb887",cadetblue:"#5f9ea0",chartreuse:"#7fff00",chocolate:"#d2691e",coral:"#ff7f50",cornflowerblue:"#6495ed",cornsilk:"#fff8dc",crimson:"#dc143c",cyan:"#00ffff",darkblue:"#00008b",darkcyan:"#008b8b",darkgoldenrod:"#b8860b",darkgray:"#a9a9a9",darkgreen:"#006400",darkgrey:"#a9a9a9",darkkhaki:"#bdb76b",darkmagenta:"#8b008b",darkolivegreen:"#556b2f",darkorange:"#ff8c00",darkorchid:"#9932cc",darkred:"#8b0000",darksalmon:"#e9967a",darkseagreen:"#8fbc8f",darkslateblue:"#483d8b",darkslategray:"#2f4f4f",darkslategrey:"#2f4f4f",darkturquoise:"#00ced1",darkviolet:"#9400d3",deeppink:"#ff1493",deepskyblue:"#00bfff",dimgray:"#696969",dimgrey:"#696969",dodgerblue:"#1e90ff",firebrick:"#b22222",floralwhite:"#fffaf0",forestgreen:"#228b22",fuchsia:"#ff00ff",gainsboro:"#dcdcdc",ghostwhite:"#f8f8ff",goldenrod:"#daa520",gold:"#ffd700",gray:"#808080",green:"#008000",greenyellow:"#adff2f",grey:"#808080",honeydew:"#f0fff0",hotpink:"#ff69b4",indianred:"#cd5c5c",indigo:"#4b0082",ivory:"#fffff0",khaki:"#f0e68c",lavenderblush:"#fff0f5",lavender:"#e6e6fa",lawngreen:"#7cfc00",lemonchiffon:"#fffacd",lightblue:"#add8e6",lightcoral:"#f08080",lightcyan:"#e0ffff",lightgoldenrodyellow:"#fafad2",lightgray:"#d3d3d3",lightgreen:"#90ee90",lightgrey:"#d3d3d3",lightpink:"#ffb6c1",lightsalmon:"#ffa07a",lightseagreen:"#20b2aa",lightskyblue:"#87cefa",lightslategray:"#778899",lightslategrey:"#778899",lightsteelblue:"#b0c4de",lightyellow:"#ffffe0",lime:"#00ff00",limegreen:"#32cd32",linen:"#faf0e6",magenta:"#ff00ff",maroon:"#800000",mediumaquamarine:"#66cdaa",mediumblue:"#0000cd",mediumorchid:"#ba55d3",mediumpurple:"#9370db",mediumseagreen:"#3cb371",mediumslateblue:"#7b68ee",mediumspringgreen:"#00fa9a",mediumturquoise:"#48d1cc",mediumvioletred:"#c71585",midnightblue:"#191970",mintcream:"#f5fffa",mistyrose:"#ffe4e1",moccasin:"#ffe4b5",navajowhite:"#ffdead",navy:"#000080",oldlace:"#fdf5e6",olive:"#808000",olivedrab:"#6b8e23",orange:"#ffa500",orangered:"#ff4500",orchid:"#da70d6",palegoldenrod:"#eee8aa",palegreen:"#98fb98",paleturquoise:"#afeeee",palevioletred:"#db7093",papayawhip:"#ffefd5",peachpuff:"#ffdab9",peru:"#cd853f",pink:"#ffc0cb",plum:"#dda0dd",powderblue:"#b0e0e6",purple:"#800080",rebeccapurple:"#663399",red:"#ff0000",rosybrown:"#bc8f8f",royalblue:"#4169e1",saddlebrown:"#8b4513",salmon:"#fa8072",sandybrown:"#f4a460",seagreen:"#2e8b57",seashell:"#fff5ee",sienna:"#a0522d",silver:"#c0c0c0",skyblue:"#87ceeb",slateblue:"#6a5acd",slategray:"#708090",slategrey:"#708090",snow:"#fffafa",springgreen:"#00ff7f",steelblue:"#4682b4",tan:"#d2b48c",teal:"#008080",thistle:"#d8bfd8",tomato:"#ff6347",turquoise:"#40e0d0",violet:"#ee82ee",wheat:"#f5deb3",white:"#ffffff",whitesmoke:"#f5f5f5",yellow:"#ffff00",yellowgreen:"#9acd32"};function ye(u){var b={r:0,g:0,b:0},R=1,q=null,oe=null,z=null,ae=!1,Ee=!1;return typeof u=="string"&&(u=jt(u)),typeof u=="object"&&(He(u.r)&&He(u.g)&&He(u.b)?(b=U(u.r,u.g,u.b),ae=!0,Ee=String(u.r).substr(-1)==="%"?"prgb":"rgb"):He(u.h)&&He(u.s)&&He(u.v)?(q=Q(u.s),oe=Q(u.v),b=_e(u.h,q,oe),ae=!0,Ee="hsv"):He(u.h)&&He(u.s)&&He(u.l)&&(q=Q(u.s),z=Q(u.l),b=S(u.h,q,z),ae=!0,Ee="hsl"),Object.prototype.hasOwnProperty.call(u,"a")&&(R=u.a)),R=j(R),{ok:ae,format:u.format||Ee,r:Math.min(255,Math.max(b.r,0)),g:Math.min(255,Math.max(b.g,0)),b:Math.min(255,Math.max(b.b,0)),a:R}}var Xe="[-\\+]?\\d+%?",ui="[-\\+]?\\d*\\.\\d+%?",ht="(?:".concat(ui,")|(?:").concat(Xe,")"),_t="[\\s|\\(]+(".concat(ht,")[,|\\s]+(").concat(ht,")[,|\\s]+(").concat(ht,")\\s*\\)?"),ai="[\\s|\\(]+(".concat(ht,")[,|\\s]+(").concat(ht,")[,|\\s]+(").concat(ht,")[,|\\s]+(").concat(ht,")\\s*\\)?"),Ft={CSS_UNIT:new RegExp(ht),rgb:new RegExp("rgb"+_t),rgba:new RegExp("rgba"+ai),hsl:new RegExp("hsl"+_t),hsla:new RegExp("hsla"+ai),hsv:new RegExp("hsv"+_t),hsva:new RegExp("hsva"+ai),hex3:/^#?([0-9a-fA-F]{1})([0-9a-fA-F]{1})([0-9a-fA-F]{1})$/,hex6:/^#?([0-9a-fA-F]{2})([0-9a-fA-F]{2})([0-9a-fA-F]{2})$/,hex4:/^#?([0-9a-fA-F]{1})([0-9a-fA-F]{1})([0-9a-fA-F]{1})([0-9a-fA-F]{1})$/,hex8:/^#?([0-9a-fA-F]{2})([0-9a-fA-F]{2})([0-9a-fA-F]{2})([0-9a-fA-F]{2})$/};function jt(u){if(u=u.trim().toLowerCase(),u.length===0)return!1;var b=!1;if(J[u])u=J[u],b=!0;else if(u==="transparent")return{r:0,g:0,b:0,a:0,format:"name"};var R=Ft.rgb.exec(u);return R?{r:R[1],g:R[2],b:R[3]}:(R=Ft.rgba.exec(u),R?{r:R[1],g:R[2],b:R[3],a:R[4]}:(R=Ft.hsl.exec(u),R?{h:R[1],s:R[2],l:R[3]}:(R=Ft.hsla.exec(u),R?{h:R[1],s:R[2],l:R[3],a:R[4]}:(R=Ft.hsv.exec(u),R?{h:R[1],s:R[2],v:R[3]}:(R=Ft.hsva.exec(u),R?{h:R[1],s:R[2],v:R[3],a:R[4]}:(R=Ft.hex8.exec(u),R?{r:Ce(R[1]),g:Ce(R[2]),b:Ce(R[3]),a:ce(R[4]),format:b?"name":"hex8"}:(R=Ft.hex6.exec(u),R?{r:Ce(R[1]),g:Ce(R[2]),b:Ce(R[3]),format:b?"name":"hex"}:(R=Ft.hex4.exec(u),R?{r:Ce(R[1]+R[1]),g:Ce(R[2]+R[2]),b:Ce(R[3]+R[3]),a:ce(R[4]+R[4]),format:b?"name":"hex8"}:(R=Ft.hex3.exec(u),R?{r:Ce(R[1]+R[1]),g:Ce(R[2]+R[2]),b:Ce(R[3]+R[3]),format:b?"name":"hex"}:!1)))))))))}function He(u){return!!Ft.CSS_UNIT.exec(String(u))}var ut=function(){function u(b,R){b===void 0&&(b=""),R===void 0&&(R={});var q;if(b instanceof u)return b;typeof b=="number"&&(b=ke(b)),this.originalInput=b;var oe=ye(b);this.originalInput=b,this.r=oe.r,this.g=oe.g,this.b=oe.b,this.a=oe.a,this.roundA=Math.round(100*this.a)/100,this.format=(q=R.format)!==null&&q!==void 0?q:oe.format,this.gradientType=R.gradientType,this.r<1&&(this.r=Math.round(this.r)),this.g<1&&(this.g=Math.round(this.g)),this.b<1&&(this.b=Math.round(this.b)),this.isValid=oe.ok}return u.prototype.isDark=function(){return this.getBrightness()<128},u.prototype.isLight=function(){return!this.isDark()},u.prototype.getBrightness=function(){var b=this.toRgb();return(b.r*299+b.g*587+b.b*114)/1e3},u.prototype.getLuminance=function(){var b=this.toRgb(),R,q,oe,z=b.r/255,ae=b.g/255,Ee=b.b/255;return z<=.03928?R=z/12.92:R=Math.pow((z+.055)/1.055,2.4),ae<=.03928?q=ae/12.92:q=Math.pow((ae+.055)/1.055,2.4),Ee<=.03928?oe=Ee/12.92:oe=Math.pow((Ee+.055)/1.055,2.4),.2126*R+.7152*q+.0722*oe},u.prototype.getAlpha=function(){return this.a},u.prototype.setAlpha=function(b){return this.a=j(b),this.roundA=Math.round(100*this.a)/100,this},u.prototype.isMonochrome=function(){var b=this.toHsl().s;return b===0},u.prototype.toHsv=function(){var b=K(this.r,this.g,this.b);return{h:b.h*360,s:b.s,v:b.v,a:this.a}},u.prototype.toHsvString=function(){var b=K(this.r,this.g,this.b),R=Math.round(b.h*360),q=Math.round(b.s*100),oe=Math.round(b.v*100);return this.a===1?"hsv(".concat(R,", ").concat(q,"%, ").concat(oe,"%)"):"hsva(".concat(R,", ").concat(q,"%, ").concat(oe,"%, ").concat(this.roundA,")")},u.prototype.toHsl=function(){var b=T(this.r,this.g,this.b);return{h:b.h*360,s:b.s,l:b.l,a:this.a}},u.prototype.toHslString=function(){var b=T(this.r,this.g,this.b),R=Math.round(b.h*360),q=Math.round(b.s*100),oe=Math.round(b.l*100);return this.a===1?"hsl(".concat(R,", ").concat(q,"%, ").concat(oe,"%)"):"hsla(".concat(R,", ").concat(q,"%, ").concat(oe,"%, ").concat(this.roundA,")")},u.prototype.toHex=function(b){return b===void 0&&(b=!1),ee(this.r,this.g,this.b,b)},u.prototype.toHexString=function(b){return b===void 0&&(b=!1),"#"+this.toHex(b)},u.prototype.toHex8=function(b){return b===void 0&&(b=!1),H(this.r,this.g,this.b,this.a,b)},u.prototype.toHex8String=function(b){return b===void 0&&(b=!1),"#"+this.toHex8(b)},u.prototype.toHexShortString=function(b){return b===void 0&&(b=!1),this.a===1?this.toHexString(b):this.toHex8String(b)},u.prototype.toRgb=function(){return{r:Math.round(this.r),g:Math.round(this.g),b:Math.round(this.b),a:this.a}},u.prototype.toRgbString=function(){var b=Math.round(this.r),R=Math.round(this.g),q=Math.round(this.b);return this.a===1?"rgb(".concat(b,", ").concat(R,", ").concat(q,")"):"rgba(".concat(b,", ").concat(R,", ").concat(q,", ").concat(this.roundA,")")},u.prototype.toPercentageRgb=function(){var b=function(R){return"".concat(Math.round(N(R,255)*100),"%")};return{r:b(this.r),g:b(this.g),b:b(this.b),a:this.a}},u.prototype.toPercentageRgbString=function(){var b=function(R){return Math.round(N(R,255)*100)};return this.a===1?"rgb(".concat(b(this.r),"%, ").concat(b(this.g),"%, ").concat(b(this.b),"%)"):"rgba(".concat(b(this.r),"%, ").concat(b(this.g),"%, ").concat(b(this.b),"%, ").concat(this.roundA,")")},u.prototype.toName=function(){if(this.a===0)return"transparent";if(this.a<1)return!1;for(var b="#"+ee(this.r,this.g,this.b,!1),R=0,q=Object.entries(J);R<q.length;R++){var oe=q[R],z=oe[0],ae=oe[1];if(b===ae)return z}return!1},u.prototype.toString=function(b){var R=!!b;b=b??this.format;var q=!1,oe=this.a<1&&this.a>=0,z=!R&&oe&&(b.startsWith("hex")||b==="name");return z?b==="name"&&this.a===0?this.toName():this.toRgbString():(b==="rgb"&&(q=this.toRgbString()),b==="prgb"&&(q=this.toPercentageRgbString()),(b==="hex"||b==="hex6")&&(q=this.toHexString()),b==="hex3"&&(q=this.toHexString(!0)),b==="hex4"&&(q=this.toHex8String(!0)),b==="hex8"&&(q=this.toHex8String()),b==="name"&&(q=this.toName()),b==="hsl"&&(q=this.toHslString()),b==="hsv"&&(q=this.toHsvString()),q||this.toHexString())},u.prototype.toNumber=function(){return(Math.round(this.r)<<16)+(Math.round(this.g)<<8)+Math.round(this.b)},u.prototype.clone=function(){return new u(this.toString())},u.prototype.lighten=function(b){b===void 0&&(b=10);var R=this.toHsl();return R.l+=b/100,R.l=I(R.l),new u(R)},u.prototype.brighten=function(b){b===void 0&&(b=10);var R=this.toRgb();return R.r=Math.max(0,Math.min(255,R.r-Math.round(255*-(b/100)))),R.g=Math.max(0,Math.min(255,R.g-Math.round(255*-(b/100)))),R.b=Math.max(0,Math.min(255,R.b-Math.round(255*-(b/100)))),new u(R)},u.prototype.darken=function(b){b===void 0&&(b=10);var R=this.toHsl();return R.l-=b/100,R.l=I(R.l),new u(R)},u.prototype.tint=function(b){return b===void 0&&(b=10),this.mix("white",b)},u.prototype.shade=function(b){return b===void 0&&(b=10),this.mix("black",b)},u.prototype.desaturate=function(b){b===void 0&&(b=10);var R=this.toHsl();return R.s-=b/100,R.s=I(R.s),new u(R)},u.prototype.saturate=function(b){b===void 0&&(b=10);var R=this.toHsl();return R.s+=b/100,R.s=I(R.s),new u(R)},u.prototype.greyscale=function(){return this.desaturate(100)},u.prototype.spin=function(b){var R=this.toHsl(),q=(R.h+b)%360;return R.h=q<0?360+q:q,new u(R)},u.prototype.mix=function(b,R){R===void 0&&(R=50);var q=this.toRgb(),oe=new u(b).toRgb(),z=R/100,ae={r:(oe.r-q.r)*z+q.r,g:(oe.g-q.g)*z+q.g,b:(oe.b-q.b)*z+q.b,a:(oe.a-q.a)*z+q.a};return new u(ae)},u.prototype.analogous=function(b,R){b===void 0&&(b=6),R===void 0&&(R=30);var q=this.toHsl(),oe=360/R,z=[this];for(q.h=(q.h-(oe*b>>1)+720)%360;--b;)q.h=(q.h+oe)%360,z.push(new u(q));return z},u.prototype.complement=function(){var b=this.toHsl();return b.h=(b.h+180)%360,new u(b)},u.prototype.monochromatic=function(b){b===void 0&&(b=6);for(var R=this.toHsv(),q=R.h,oe=R.s,z=R.v,ae=[],Ee=1/b;b--;)ae.push(new u({h:q,s:oe,v:z})),z=(z+Ee)%1;return ae},u.prototype.splitcomplement=function(){var b=this.toHsl(),R=b.h;return[this,new u({h:(R+72)%360,s:b.s,l:b.l}),new u({h:(R+216)%360,s:b.s,l:b.l})]},u.prototype.onBackground=function(b){var R=this.toRgb(),q=new u(b).toRgb(),oe=R.a+q.a*(1-R.a);return new u({r:(R.r*R.a+q.r*q.a*(1-R.a))/oe,g:(R.g*R.a+q.g*q.a*(1-R.a))/oe,b:(R.b*R.a+q.b*q.a*(1-R.a))/oe,a:oe})},u.prototype.triad=function(){return this.polyad(3)},u.prototype.tetrad=function(){return this.polyad(4)},u.prototype.polyad=function(b){for(var R=this.toHsl(),q=R.h,oe=[this],z=360/b,ae=1;ae<b;ae++)oe.push(new u({h:(q+ae*z)%360,s:R.s,l:R.l}));return oe},u.prototype.equals=function(b){return this.toRgbString()===new u(b).toRgbString()},u}();function Ot(u,b){return u===void 0&&(u=""),b===void 0&&(b={}),new ut(u,b)}function Gt(...u){return new ut(...u)}function ri(u,b){const R=u&&u.a;let q;u&&u.hsl?q=Gt(u.hsl):u&&u.hex&&u.hex.length>0?q=Gt(u.hex):u&&u.hsv?q=Gt(u.hsv):u&&u.rgba?q=Gt(u.rgba):u&&u.rgb?q=Gt(u.rgb):q=Gt(u),q&&(q._a===void 0||q._a===null)&&q.setAlpha(R||q.getAlpha());const oe=q.toHsl(),z=q.toHsv();return oe.s===0&&(z.h=oe.h=u.h||u.hsl&&u.hsl.h||b||0),z.v<.0164&&(z.h=u.h||u.hsv&&u.hsv.h||0,z.s=u.s||u.hsv&&u.hsv.s||0),oe.l<.01&&(oe.h=u.h||u.hsl&&u.hsl.h||0,oe.s=u.s||u.hsl&&u.hsl.s||0),{hsl:oe,hex:q.toHexString().toUpperCase(),hex8:q.toHex8String().toUpperCase(),rgba:q.toRgb(),hsv:z,oldHue:u.h||b||oe.h,source:u.source,a:q.getAlpha()}}var Ii={model:{prop:"modelValue",event:"update:modelValue"},props:["modelValue"],data(){return{val:ri(this.modelValue)}},computed:{colors:{get(){return this.val},set(u){this.val=u,this.$emit("update:modelValue",u)}}},watch:{modelValue(u){this.val=ri(u)}},methods:{colorChange(u,b){this.oldHue=this.colors.hsl.h,this.colors=ri(u,b||this.oldHue)},isValidHex(u){return Gt(u).isValid},simpleCheckForValidColor(u){const b=["r","g","b","a","h","s","l","v"];let R=0,q=0;for(let oe=0;oe<b.length;oe++){const z=b[oe];u[z]&&(R++,isNaN(u[z])||q++)}if(R===q)return u},paletteUpperCase(u){return u.map(b=>b.toUpperCase())},isTransparent(u){return Gt(u).getAlpha()===0}}};function Li(u,b){b===void 0&&(b={});var R=b.insertAt;if(!(!u||typeof document>"u")){var q=document.head||document.getElementsByTagName("head")[0],oe=document.createElement("style");oe.type="text/css",R==="top"&&q.firstChild?q.insertBefore(oe,q.firstChild):q.appendChild(oe),oe.styleSheet?oe.styleSheet.cssText=u:oe.appendChild(document.createTextNode(u))}}const Yi="VueColor",wi="",Lt="",di="medium",Vt=function(u,b){const{componentPrefix:R=wi}=b||{};u.component(`${R}${this.name}`,this)};var pn={name:"EditableInput",props:{label:String,labelText:String,desc:String,value:[String,Number],max:Number,min:Number,arrowOffset:{type:Number,default:1}},computed:{val:{get(){return this.value},set(u){if(this.max!==void 0&&+u>this.max)this.$refs.input.value=this.max;else return u}},labelId(){return`input__label__${this.label}__${Math.random().toString().slice(2,5)}`},labelSpanText(){return this.labelText||this.label}},methods:{update(u){this.handleChange(u.target.value)},handleChange(u){const b={};b[this.label]=u,b.hex===void 0&&b["#"]===void 0?this.$emit("change",b):u.length>5&&this.$emit("change",b)},handleKeyDown(u){let{val:b}=this;const R=Number(b);if(R){const q=this.arrowOffset||1;u.keyCode===38&&(b=R+q,this.handleChange(b),u.preventDefault()),u.keyCode===40&&(b=R-q,this.handleChange(b),u.preventDefault())}}}};const oi={class:"vc-editable-input"},ni=["aria-labelledby"],Ei=["id","for"],An={class:"vc-input__desc"};function En(u,b,R,q,oe,z){return(0,e.uX)(),(0,e.CE)("div",oi,[(0,e.bo)((0,e.Lk)("input",{ref:"input","onUpdate:modelValue":b[0]||(b[0]=ae=>z.val=ae),"aria-labelledby":z.labelId,class:"vc-input__input",onKeydown:b[1]||(b[1]=(...ae)=>z.handleKeyDown&&z.handleKeyDown(...ae)),onInput:b[2]||(b[2]=(...ae)=>z.update&&z.update(...ae))},null,40,ni),[[v.vModelText,z.val]]),(0,e.Lk)("span",{id:z.labelId,for:R.label,class:"vc-input__label"},(0,c.toDisplayString)(z.labelSpanText),9,Ei),(0,e.Lk)("span",An,(0,c.toDisplayString)(R.desc),1)])}var Qi=".vc-editable-input{position:relative}.vc-input__input{border:0;outline:none;padding:0}.vc-input__label{text-transform:capitalize}";Li(Qi),pn.render=En,pn.__file="src/components/editable-input/editable-input.vue",pn.install=Vt;function Yt(u,b,R){return b<R?u<b?b:u>R?R:u:u<R?R:u>b?b:u}var Ut={name:"Saturation",props:{value:Object},computed:{colors(){return this.value},bgColor(){return`hsl(${this.colors.hsv.h}, 100%, 50%)`},pointerTop(){return`${-(this.colors.hsv.v*100)+1+100}%`},pointerLeft(){return`${this.colors.hsv.s*100}%`}},methods:{handleChange(u,b){!b&&u.preventDefault();const{container:R}=this.$refs;if(!R)return;const q=R.clientWidth,oe=R.clientHeight,z=R.getBoundingClientRect().left+window.pageXOffset,ae=R.getBoundingClientRect().top+window.pageYOffset,Ee=u.pageX||(u.touches?u.touches[0].pageX:0),V=u.pageY||(u.touches?u.touches[0].pageY:0),Fe=Yt(Ee-z,0,q),De=Yt(V-ae,0,oe),Et=Fe/q,yi=Yt(-(De/oe)+1,0,1);this.onChange({h:this.colors.hsv.h,s:Et,v:yi,a:this.colors.hsv.a,source:"hsva"})},onChange(u){this.$emit("change",u)},handleMouseDown(u){window.addEventListener("mousemove",this.handleChange),window.addEventListener("mouseup",this.handleChange),window.addEventListener("mouseup",this.handleMouseUp)},handleMouseUp(u){this.unbindEventListeners()},unbindEventListeners(){window.removeEventListener("mousemove",this.handleChange),window.removeEventListener("mouseup",this.handleChange),window.removeEventListener("mouseup",this.handleMouseUp)}}};const qi=(0,e.Lk)("div",{class:"vc-saturation--white"},null,-1),Ne=(0,e.Lk)("div",{class:"vc-saturation--black"},null,-1),gt=[(0,e.Lk)("div",{class:"vc-saturation-circle"},null,-1)];function Ve(u,b,R,q,oe,z){return(0,e.uX)(),(0,e.CE)("div",{ref:"container",class:"vc-saturation",style:(0,c.normalizeStyle)({background:z.bgColor}),onMousedown:b[0]||(b[0]=(...ae)=>z.handleMouseDown&&z.handleMouseDown(...ae)),onTouchmove:b[1]||(b[1]=(...ae)=>z.handleChange&&z.handleChange(...ae)),onTouchstart:b[2]||(b[2]=(...ae)=>z.handleChange&&z.handleChange(...ae))},[qi,Ne,(0,e.Lk)("div",{class:"vc-saturation-pointer",style:(0,c.normalizeStyle)({top:z.pointerTop,left:z.pointerLeft})},gt,4)],36)}var ot=".vc-saturation,.vc-saturation--black,.vc-saturation--white{bottom:0;cursor:pointer;left:0;position:absolute;right:0;top:0}.vc-saturation--white{background:linear-gradient(90deg,#fff,hsla(0,0%,100%,0))}.vc-saturation--black{background:linear-gradient(0deg,#000,transparent)}.vc-saturation-pointer{cursor:pointer;position:absolute}.vc-saturation-circle{border-radius:50%;box-shadow:0 0 0 1.5px #fff,inset 0 0 1px 1px rgba(0,0,0,.3),0 0 1px 2px rgba(0,0,0,.4);cursor:head;height:4px;transform:translate(-2px,-2px);width:4px}";Li(ot),Ut.render=Ve,Ut.__file="src/components/saturation/saturation.vue",Ut.install=Vt;var ei={name:"Hue",props:{value:Object,direction:{type:String,default:"horizontal"}},data(){return{oldHue:0,pullDirection:""}},computed:{colors(){return this.value},directionClass(){return{"vc-hue--horizontal":this.direction==="horizontal","vc-hue--vertical":this.direction==="vertical"}},pointerTop(){return this.direction==="vertical"?this.colors.hsl.h===0&&this.pullDirection==="right"?0:`${-(this.colors.hsl.h*100/360)+100}%`:0},pointerLeft(){return this.direction==="vertical"?0:this.colors.hsl.h===0&&this.pullDirection==="right"?"100%":`${this.colors.hsl.h*100/360}%`}},watch:{value:{handler(u,b){const{h:R}=u.hsl;R!==0&&R-this.oldHue>0&&(this.pullDirection="right"),R!==0&&R-this.oldHue<0&&(this.pullDirection="left"),this.oldHue=R},deep:!0,immediate:!0}},methods:{handleChange(u,b){!b&&u.preventDefault();const{container:R}=this.$refs;if(!R)return;const q=R.clientWidth,oe=R.clientHeight,z=R.getBoundingClientRect().left+window.pageXOffset,ae=R.getBoundingClientRect().top+window.pageYOffset,Ee=u.pageX||(u.touches?u.touches[0].pageX:0),V=u.pageY||(u.touches?u.touches[0].pageY:0),Fe=Ee-z,De=V-ae;let Et,yi;this.direction==="vertical"?(De<0?Et=360:De>oe?Et=0:(yi=-(De*100/oe)+100,Et=360*yi/100),this.colors.hsl.h!==Et&&this.$emit("change",{h:Et,s:this.colors.hsl.s,l:this.colors.hsl.l,a:this.colors.hsl.a,source:"hsl"})):(Fe<0?Et=0:Fe>q?Et=360:(yi=Fe*100/q,Et=360*yi/100),this.colors.hsl.h!==Et&&this.$emit("change",{h:Et,s:this.colors.hsl.s,l:this.colors.hsl.l,a:this.colors.hsl.a,source:"hsl"}))},handleMouseDown(u){this.handleChange(u,!0),window.addEventListener("mousemove",this.handleChange),window.addEventListener("mouseup",this.handleChange),window.addEventListener("mouseup",this.handleMouseUp)},handleMouseUp(u){this.unbindEventListeners()},unbindEventListeners(){window.removeEventListener("mousemove",this.handleChange),window.removeEventListener("mouseup",this.handleChange),window.removeEventListener("mouseup",this.handleMouseUp)}}};const X=["aria-valuenow"],g=[(0,e.Lk)("div",{class:"vc-hue-picker"},null,-1)];function D(u,b,R,q,oe,z){return(0,e.uX)(),(0,e.CE)("div",{class:(0,c.normalizeClass)(["vc-hue",[z.directionClass]])},[(0,e.Lk)("div",{ref:"container",class:"vc-hue-container",role:"slider","aria-valuenow":z.colors.hsl.h,"aria-valuemin":"0","aria-valuemax":"360",onMousedown:b[0]||(b[0]=(...ae)=>z.handleMouseDown&&z.handleMouseDown(...ae)),onTouchmove:b[1]||(b[1]=(...ae)=>z.handleChange&&z.handleChange(...ae)),onTouchstart:b[2]||(b[2]=(...ae)=>z.handleChange&&z.handleChange(...ae))},[(0,e.Lk)("div",{class:"vc-hue-pointer",style:(0,c.normalizeStyle)({top:z.pointerTop,left:z.pointerLeft}),role:"presentation"},g,4)],40,X)],2)}var $=".vc-hue{border-radius:2px;bottom:0;left:0;position:absolute;right:0;top:0}.vc-hue--horizontal{background:linear-gradient(90deg,red 0,#ff0 17%,#0f0 33%,#0ff 50%,#00f 67%,#f0f 83%,red)}.vc-hue--vertical{background:linear-gradient(0deg,red 0,#ff0 17%,#0f0 33%,#0ff 50%,#00f 67%,#f0f 83%,red)}.vc-hue-container{cursor:pointer;height:100%;margin:0 2px;position:relative}.vc-hue-pointer{position:absolute;z-index:2}.vc-hue-picker{background:#fff;border-radius:1px;box-shadow:0 0 2px rgba(0,0,0,.6);cursor:pointer;height:8px;margin-top:1px;transform:translateX(-2px);width:4px}";Li($),ei.render=D,ei.__file="src/components/hue/hue.vue",ei.install=Vt;const Y={};var ne={name:"Checkboard",props:{size:{type:[Number,String],default:8},white:{type:String,default:"#fff"},grey:{type:String,default:"#e6e6e6"}},computed:{bgStyle(){return{"background-image":`url(${Ge(this.white,this.grey,this.size)})`}}}};function Re(u,b,R){if(typeof document>"u")return null;const q=document.createElement("canvas");q.width=q.height=R*2;const oe=q.getContext("2d");return oe?(oe.fillStyle=u,oe.fillRect(0,0,q.width,q.height),oe.fillStyle=b,oe.fillRect(0,0,R,R),oe.translate(R,R),oe.fillRect(0,0,R,R),q.toDataURL()):null}function Ge(u,b,R){const q=`${u},${b},${R}`;if(Y[q])return Y[q];const oe=Re(u,b,R);return Y[q]=oe,oe}function At(u,b,R,q,oe,z){return(0,e.uX)(),(0,e.CE)("div",{class:"vc-checkerboard",style:(0,c.normalizeStyle)(z.bgStyle)},null,4)}var Ze=".vc-checkerboard{background-size:contain;bottom:0;left:0;position:absolute;right:0;top:0}";Li(Ze),ne.render=At,ne.__file="src/components/checkboard/checkboard.vue",ne.install=Vt;var ve={name:"Alpha",components:{Checkboard:ne},props:{value:Object,onChange:Function},computed:{colors(){return this.value},gradientColor(){const{rgba:u}=this.colors,b=[u.r,u.g,u.b].join(",");return`linear-gradient(to right, rgba(${b}, 0) 0%, rgba(${b}, 1) 100%)`}},methods:{handleChange(u,b){!b&&u.preventDefault();const{container:R}=this.$refs;if(!R)return;const q=R.clientWidth,oe=R.getBoundingClientRect().left+window.pageXOffset,ae=(u.pageX||(u.touches?u.touches[0].pageX:0))-oe;let Ee;ae<0?Ee=0:ae>q?Ee=1:Ee=Math.round(ae*100/q)/100,this.colors.a!==Ee&&this.$emit("change",{h:this.colors.hsl.h,s:this.colors.hsl.s,l:this.colors.hsl.l,a:Ee,source:"rgba"})},handleMouseDown(u){this.handleChange(u,!0),window.addEventListener("mousemove",this.handleChange),window.addEventListener("mouseup",this.handleMouseUp)},handleMouseUp(){this.unbindEventListeners()},unbindEventListeners(){window.removeEventListener("mousemove",this.handleChange),window.removeEventListener("mouseup",this.handleMouseUp)}}};const L={class:"vc-alpha"},ge={class:"vc-alpha-checkboard-wrap"},rt=[(0,e.Lk)("div",{class:"vc-alpha-picker"},null,-1)];function Ht(u,b,R,q,oe,z){const ae=(0,e.g2)("Checkboard");return(0,e.uX)(),(0,e.CE)("div",L,[(0,e.Lk)("div",ge,[(0,e.bF)(ae)]),(0,e.Lk)("div",{class:"vc-alpha-gradient",style:(0,c.normalizeStyle)({background:z.gradientColor})},null,4),(0,e.Lk)("div",{ref:"container",class:"vc-alpha-container",onMousedown:b[0]||(b[0]=(...Ee)=>z.handleMouseDown&&z.handleMouseDown(...Ee)),onTouchmove:b[1]||(b[1]=(...Ee)=>z.handleChange&&z.handleChange(...Ee)),onTouchstart:b[2]||(b[2]=(...Ee)=>z.handleChange&&z.handleChange(...Ee))},[(0,e.Lk)("div",{class:"vc-alpha-pointer",style:(0,c.normalizeStyle)({left:`${z.colors.a*100}%`})},rt,4)],544)])}var Qt=".vc-alpha,.vc-alpha-checkboard-wrap{bottom:0;left:0;position:absolute;right:0;top:0}.vc-alpha-checkboard-wrap{overflow:hidden}.vc-alpha-gradient{bottom:0;left:0;position:absolute;right:0;top:0}.vc-alpha-container{cursor:pointer;height:100%;margin:0 3px;position:relative;z-index:2}.vc-alpha-pointer{position:absolute;z-index:2}.vc-alpha-picker{background:#fff;border-radius:1px;box-shadow:0 0 2px rgba(0,0,0,.6);cursor:pointer;height:8px;margin-top:1px;transform:translateX(-2px);width:4px}";Li(Qt),ve.render=Ht,ve.__file="src/components/alpha/alpha.vue",ve.install=Vt;var Qe={name:"Chrome",components:{Saturation:Ut,Hue:ei,Alpha:ve,EdIn:pn,Checkboard:ne},mixins:[Ii],props:{disableAlpha:{type:Boolean,default:!1},disableFields:{type:Boolean,default:!1},format:{type:String,default:"hex"}},data(){return{fieldsIndex:"hex",highlight:!1}},computed:{hsl(){const{h:u,s:b,l:R}=this.colors.hsl;return{h:u.toFixed(),s:`${(b*100).toFixed()}%`,l:`${(R*100).toFixed()}%`}},activeColor(){const{rgba:u}=this.colors;return`rgba(${[u.r,u.g,u.b,u.a].join(",")})`},hasAlpha(){return this.colors.a<1}},watch:{format:{handler(u){this.fieldsIndex=u},immediate:!0}},methods:{childChange(u){this.colorChange(u)},inputChange(u){if(u){if(u.hex)this.isValidHex(u.hex)&&this.colorChange({hex:u.hex,source:"hex"});else if(u.r||u.g||u.b||u.a)this.colorChange({r:u.r||this.colors.rgba.r,g:u.g||this.colors.rgba.g,b:u.b||this.colors.rgba.b,a:u.a||this.colors.rgba.a,source:"rgba"});else if(u.h||u.s||u.l){const b=u.s?u.s.replace("%","")/100:this.colors.hsl.s,R=u.l?u.l.replace("%","")/100:this.colors.hsl.l;this.colorChange({h:u.h||this.colors.hsl.h,s:b,l:R,source:"hsl"})}}},toggleViews(){switch(this.fieldsIndex){case"hex":this.fieldsIndex=`rgb${this.disableAlpha?"":"a"}`;break;case"rgb":case"rgba":this.fieldsIndex=`hsl${this.disableAlpha?"":"a"}`;break;default:this.fieldsIndex="hex";break}this.$emit("update:format",this.fieldsIndex)},showHighlight(){this.highlight=!0},hideHighlight(){this.highlight=!1}}};const Rt={class:"vc-chrome-saturation-wrap"},Kt={class:"vc-chrome-body"},wt={class:"vc-chrome-controls"},un={class:"vc-chrome-color-wrap"},en=["aria-label"],Ji={class:"vc-chrome-sliders"},Zn={class:"vc-chrome-hue-wrap"},oa={key:0,class:"vc-chrome-alpha-wrap"},Tn={key:0,class:"vc-chrome-fields-wrap"},Er={class:"vc-chrome-fields"},Ea={class:"vc-chrome-field"},Br={class:"vc-chrome-fields"},Ja={class:"vc-chrome-field"},hr={class:"vc-chrome-field"},br={class:"vc-chrome-field"},Ka={key:0,class:"vc-chrome-field"},Ur={class:"vc-chrome-fields"},zt={class:"vc-chrome-field"},Wt={class:"vc-chrome-field"},Si={class:"vc-chrome-field"},Oi={key:0,class:"vc-chrome-field"},zn={class:"vc-chrome-toggle-icon"},tr=[(0,e.Lk)("path",{fill:"#333",d:"M12,18.17L8.83,15L7.42,16.41L12,21L16.59,16.41L15.17,15M12,5.83L15.17,9L16.58,7.59L12,3L7.41,7.59L8.83,9L12,5.83Z"},null,-1)],Ai={class:"vc-chrome-toggle-icon-highlight"};function Te(u,b,R,q,oe,z){const ae=(0,e.g2)("Saturation"),Ee=(0,e.g2)("Checkboard"),V=(0,e.g2)("Hue"),Fe=(0,e.g2)("Alpha"),De=(0,e.g2)("EdIn");return(0,e.uX)(),(0,e.CE)("div",{role:"application","aria-label":"Chrome color picker",class:(0,c.normalizeClass)(["vc-chrome",[R.disableAlpha?"vc-chrome__disable-alpha":""]])},[(0,e.Lk)("div",Rt,[(0,e.bF)(ae,{value:u.colors,onChange:z.childChange},null,8,["value","onChange"])]),(0,e.Lk)("div",Kt,[(0,e.Lk)("div",wt,[(0,e.Lk)("div",un,[(0,e.Lk)("div",{"aria-label":`current color is ${u.colors.hex}`,class:"vc-chrome-active-color",style:(0,c.normalizeStyle)({background:z.activeColor})},null,12,en),R.disableAlpha?(0,e.Q3)("v-if",!0):((0,e.uX)(),(0,e.Wv)(Ee,{key:0}))]),(0,e.Lk)("div",Ji,[(0,e.Lk)("div",Zn,[(0,e.bF)(V,{value:u.colors,onChange:z.childChange},null,8,["value","onChange"])]),R.disableAlpha?(0,e.Q3)("v-if",!0):((0,e.uX)(),(0,e.CE)("div",oa,[(0,e.bF)(Fe,{value:u.colors,onChange:z.childChange},null,8,["value","onChange"])]))])]),R.disableFields?(0,e.Q3)("v-if",!0):((0,e.uX)(),(0,e.CE)("div",Tn,[(0,e.bo)((0,e.Lk)("div",Er,[(0,e.Q3)(" hex "),(0,e.Lk)("div",Ea,[z.hasAlpha?(0,e.Q3)("v-if",!0):((0,e.uX)(),(0,e.Wv)(De,{key:0,label:"hex",value:u.colors.hex,onChange:z.inputChange},null,8,["value","onChange"])),z.hasAlpha?((0,e.uX)(),(0,e.Wv)(De,{key:1,label:"hex",value:u.colors.hex8,onChange:z.inputChange},null,8,["value","onChange"])):(0,e.Q3)("v-if",!0)])],512),[[v.vShow,oe.fieldsIndex==="hex"]]),(0,e.bo)((0,e.Lk)("div",Br,[(0,e.Q3)(" rgba "),(0,e.Lk)("div",Ja,[(0,e.bF)(De,{label:"r",value:u.colors.rgba.r,onChange:z.inputChange},null,8,["value","onChange"])]),(0,e.Lk)("div",hr,[(0,e.bF)(De,{label:"g",value:u.colors.rgba.g,onChange:z.inputChange},null,8,["value","onChange"])]),(0,e.Lk)("div",br,[(0,e.bF)(De,{label:"b",value:u.colors.rgba.b,onChange:z.inputChange},null,8,["value","onChange"])]),R.disableAlpha?(0,e.Q3)("v-if",!0):((0,e.uX)(),(0,e.CE)("div",Ka,[(0,e.bF)(De,{label:"a",value:u.colors.a,"arrow-offset":.01,max:1,onChange:z.inputChange},null,8,["value","arrow-offset","onChange"])]))],512),[[v.vShow,["rgb","rgba"].includes(oe.fieldsIndex)]]),(0,e.bo)((0,e.Lk)("div",Ur,[(0,e.Q3)(" hsla "),(0,e.Lk)("div",zt,[(0,e.bF)(De,{label:"h",value:z.hsl.h,onChange:z.inputChange},null,8,["value","onChange"])]),(0,e.Lk)("div",Wt,[(0,e.bF)(De,{label:"s",value:z.hsl.s,onChange:z.inputChange},null,8,["value","onChange"])]),(0,e.Lk)("div",Si,[(0,e.bF)(De,{label:"l",value:z.hsl.l,onChange:z.inputChange},null,8,["value","onChange"])]),R.disableAlpha?(0,e.Q3)("v-if",!0):((0,e.uX)(),(0,e.CE)("div",Oi,[(0,e.bF)(De,{label:"a",value:u.colors.a,"arrow-offset":.01,max:1,onChange:z.inputChange},null,8,["value","arrow-offset","onChange"])]))],512),[[v.vShow,["hsl","hsla"].includes(oe.fieldsIndex)]]),(0,e.Q3)(" btn "),(0,e.Lk)("div",{class:"vc-chrome-toggle-btn",role:"button","aria-label":"Change another color definition",onClick:b[3]||(b[3]=(...Et)=>z.toggleViews&&z.toggleViews(...Et))},[(0,e.Lk)("div",zn,[((0,e.uX)(),(0,e.CE)("svg",{style:{width:"24px",height:"24px"},viewBox:"0 0 24 24",onMouseover:b[0]||(b[0]=(...Et)=>z.showHighlight&&z.showHighlight(...Et)),onMouseenter:b[1]||(b[1]=(...Et)=>z.showHighlight&&z.showHighlight(...Et)),onMouseout:b[2]||(b[2]=(...Et)=>z.hideHighlight&&z.hideHighlight(...Et))},tr,32))]),(0,e.bo)((0,e.Lk)("div",Ai,null,512),[[v.vShow,oe.highlight]])]),(0,e.Q3)(" btn ")]))])],2)}var et=".vc-chrome{background:#fff;background-color:#fff;border-radius:2px;box-shadow:0 0 2px rgba(0,0,0,.3),0 4px 8px rgba(0,0,0,.3);box-sizing:initial;font-family:Menlo;width:225px}.vc-chrome-controls{display:flex}.vc-chrome-color-wrap{position:relative;width:36px}.vc-chrome-active-color{border-radius:15px;height:30px;overflow:hidden;position:relative;width:30px;z-index:1}.vc-chrome-color-wrap .vc-checkerboard{background-size:auto;border-radius:15px;height:30px;width:30px}.vc-chrome-sliders{flex:1}.vc-chrome-fields-wrap{display:flex;padding-top:16px}.vc-chrome-fields{display:flex;flex:1;margin-left:-6px}.vc-chrome-field{padding-left:6px;width:100%}.vc-chrome-toggle-btn{position:relative;text-align:right;width:32px}.vc-chrome-toggle-icon{cursor:pointer;margin-right:-4px;margin-top:12px;position:relative;z-index:2}.vc-chrome-toggle-icon-highlight{background:#eee;border-radius:4px;height:28px;left:12px;position:absolute;top:10px;width:24px}.vc-chrome-hue-wrap{margin-bottom:8px}.vc-chrome-alpha-wrap,.vc-chrome-hue-wrap{height:10px;position:relative}.vc-chrome-alpha-wrap .vc-alpha-gradient,.vc-chrome-hue-wrap .vc-hue{border-radius:2px}.vc-chrome-alpha-wrap .vc-alpha-picker,.vc-chrome-hue-wrap .vc-hue-picker{background-color:#f8f8f8;border-radius:6px;box-shadow:0 1px 4px 0 rgba(0,0,0,.37);height:12px;transform:translate(-6px,-2px);width:12px}.vc-chrome-body{background-color:#fff;padding:16px 16px 12px}.vc-chrome-saturation-wrap{border-radius:2px 2px 0 0;overflow:hidden;padding-bottom:55%;position:relative;width:100%}.vc-chrome-saturation-wrap .vc-saturation-circle{height:12px;width:12px}.vc-chrome-fields .vc-input__input{border:none;border-radius:2px;box-shadow:inset 0 0 0 1px #dadada;color:#333;font-size:11px;height:21px;text-align:center;width:100%}.vc-chrome-fields .vc-input__label{color:#969696;display:block;font-size:11px;line-height:11px;margin-top:12px;text-align:center;text-transform:uppercase}.vc-chrome__disable-alpha .vc-chrome-active-color{height:18px;width:18px}.vc-chrome__disable-alpha .vc-chrome-color-wrap{width:30px}.vc-chrome__disable-alpha .vc-chrome-hue-wrap{margin-bottom:4px;margin-top:4px}";Li(et),Qe.render=Te,Qe.__file="src/components/chrome/chrome.vue",Qe.install=Vt;var ii=a(82253),qt=a(13606),xi=a(15144),ia=a(34163),ca=a(3168),ma=a(26905),jn=a(47031),$a=a(32696),Ia=a(52697);(0,qt.r)();const gr=["aria-label"],Ta={key:0,class:"color-picker__simple"},to=["aria-label","name","checked","onClick"],Kr=["title"],lr=["aria-label","name","checked"],Wr={key:0,class:"color-picker__navigation"},Le=(0,e.pM)({__name:"NcColorPicker",props:(0,e.zz)({advancedFields:{type:Boolean},clearable:{type:Boolean},container:{default:"body"},palette:{default:()=>[]},paletteOnly:{type:Boolean}},{modelValue:{required:!0},modelModifiers:{},open:{type:Boolean},openModifiers:{}}),emits:(0,e.zz)(["submit","closed"],["update:modelValue","update:open"]),setup(u,{emit:b}){const R=(0,e.fn)(u,"modelValue"),q=(0,e.fn)(u,"open"),oe=u,z=b,ae=/^#([a-f0-9]{3}|[a-f0-9]{6})$/i,Ee=(0,ia.c)(),V=(0,i.KR)(!1),Fe=(0,e.EW)(()=>{let je=oe.palette;for(const Ue of je)if(typeof Ue=="string"&&!Ue.match(ae)||typeof Ue=="object"&&!Ue.color?.match(ae)){ca.l.error("[NcColorPicker] Invalid palette passed",{color:Ue}),je=[];break}return je.length===0&&(je=oe.clearable?[...xi.d,xi.a,xi.b]:[...xi.d]),je.map(Ue=>({color:typeof Ue=="object"?Ue.color:Ue,name:typeof Ue=="object"&&Ue.name?Ue.name:(0,qt.a)("A color with a HEX value {hex}",{hex:typeof Ue=="string"?Ue:Ue.color})}))});function De(je){z("submit",R.value),je(),V.value=!1}function Et(je){je=typeof je=="string"?je:je.color,oe.clearable&&R.value===je?R.value=void 0:R.value=je}function yi(je){R.value=je.hex}function gi(je){return fn(je)>.5?xi.a.color:xi.b.color}function fn(je){const[Ue,mt,dt]=se(je);return(.2126*Ue+.7152*mt+.0722*dt)/255}function se(je){const Ue=/^#?([a-f\d]{2})([a-f\d]{2})([a-f\d]{2})$/i.exec(je);return Ue?[parseInt(Ue[1],16),parseInt(Ue[2],16),parseInt(Ue[3],16)]:[0,0,0]}return(je,Ue)=>((0,e.uX)(),(0,e.Wv)((0,i.R1)($a.N),{shown:q.value,"onUpdate:shown":Ue[3]||(Ue[3]=mt=>q.value=mt),container:je.container,"popup-role":"dialog",onApplyHide:Ue[4]||(Ue[4]=mt=>z("closed"))},{trigger:(0,e.k6)(mt=>[(0,e.RG)(je.$slots,"default",(0,c.normalizeProps)((0,e.Ng)(mt)),void 0,!0)]),default:(0,e.k6)(mt=>[(0,e.Lk)("div",{role:"dialog",class:(0,c.normalizeClass)(["color-picker",{"color-picker--advanced-fields":V.value&&je.advancedFields,"color-picker--clearable":je.clearable}]),"aria-modal":"true","aria-label":(0,i.R1)(qt.a)("Color picker")},[(0,e.bF)(v.Transition,{name:"slide",mode:"out-in"},{default:(0,e.k6)(()=>[V.value?((0,e.uX)(),(0,e.Wv)((0,i.R1)(Qe),{key:1,class:"color-picker__advanced","disable-alpha":!0,"disable-fields":!je.advancedFields,"model-value":R.value??"#000000","onUpdate:modelValue":yi},null,8,["disable-fields","model-value"])):((0,e.uX)(),(0,e.CE)("div",Ta,[((0,e.uX)(!0),(0,e.CE)(e.FK,null,(0,e.pI)(Fe.value,({color:dt,name:li},Ui)=>((0,e.uX)(),(0,e.CE)("label",{key:Ui,class:(0,c.normalizeClass)(["color-picker__simple-color-circle",{"color-picker__simple-color-circle--active":dt===R.value}]),style:(0,c.normalizeStyle)({backgroundColor:dt,color:gi(dt)})},[dt===R.value?((0,e.uX)(),(0,e.Wv)((0,i.R1)(jn.N),{key:0,path:(0,i.R1)(ii.d)},null,8,["path"])):(0,e.Q3)("",!0),(0,e.Lk)("input",{type:"radio",class:"hidden-visually","aria-label":li,name:`color-picker-${(0,i.R1)(Ee)}`,checked:dt===R.value,onClick:Hn=>Et(dt)},null,8,to)],6))),128)),je.clearable?((0,e.uX)(),(0,e.CE)("label",{key:0,class:"color-picker__clear",title:(0,i.R1)(qt.a)("No color")},[(0,e.bF)((0,i.R1)(jn.N),{size:R.value?28:34,path:(0,i.R1)(ii.s)},null,8,["size","path"]),(0,e.Lk)("input",{type:"radio",class:"hidden-visually","aria-label":(0,i.R1)(qt.a)("No color"),name:`color-picker-${(0,i.R1)(Ee)}`,checked:!R.value,onClick:Ue[0]||(Ue[0]=dt=>R.value=void 0)},null,8,lr)],8,Kr)):(0,e.Q3)("",!0)]))]),_:1}),je.paletteOnly?(0,e.Q3)("",!0):((0,e.uX)(),(0,e.CE)("div",Wr,[V.value?((0,e.uX)(),(0,e.Wv)((0,i.R1)(ma.N),{key:0,"aria-label":(0,i.R1)(qt.a)("Back"),title:(0,i.R1)(qt.a)("Back"),variant:"tertiary",onClick:Ue[1]||(Ue[1]=dt=>V.value=!1)},{icon:(0,e.k6)(()=>[(0,e.bF)((0,i.R1)(jn.N),{directional:"",path:(0,i.R1)(ii.t)},null,8,["path"])]),_:1},8,["aria-label","title"])):((0,e.uX)(),(0,e.Wv)((0,i.R1)(ma.N),{key:1,"aria-label":(0,i.R1)(qt.a)("More options"),title:(0,i.R1)(qt.a)("More options"),variant:"tertiary",onClick:Ue[2]||(Ue[2]=dt=>V.value=!0)},{icon:(0,e.k6)(()=>[(0,e.bF)((0,i.R1)(jn.N),{path:(0,i.R1)(ii.u)},null,8,["path"])]),_:1},8,["aria-label","title"])),(0,e.bF)((0,i.R1)(ma.N),{variant:"primary",onClick:dt=>De(mt.hide)},{default:(0,e.k6)(()=>[(0,e.eW)((0,c.toDisplayString)((0,i.R1)(qt.a)("Choose")),1)]),_:2},1032,["onClick"])]))],10,gr)]),_:3},8,["shown","container"]))}}),lt=(0,Ia._)(Le,[["__scopeId","data-v-3d24879b"]])},46747:($t,We,a)=>{"use strict";var e=a(20641),i=a(50953),c=a(90033),v=a(53751),N=a(61338),I=a(26905),d=a(47031),G=a(37396),j=a(13606),Q=a(70695);(0,j.r)();const x=`<!--
|
|
- SPDX-FileCopyrightText: 2023 F7cloud GmbH and F7cloud contributors
|
|
- SPDX-License-Identifier: AGPL-3.0-or-later
|
|
-->
|
|
<svg width="395" height="314" viewBox="0 0 395 314" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
<rect width="395" height="314" rx="11" fill="#439DCD"/>
|
|
<rect x="13" y="51" width="366" height="248" rx="8" fill="white"/>
|
|
<rect x="22" y="111" width="92" height="12" rx="6" fill="#DEDEDE"/>
|
|
<rect x="22" y="127" width="92" height="12" rx="6" fill="#DEDEDE"/>
|
|
<rect x="22" y="63" width="92" height="12" rx="6" fill="#DEDEDE"/>
|
|
<rect x="22" y="191" width="92" height="12" rx="6" fill="#DEDEDE"/>
|
|
<rect x="22" y="143" width="92" height="12" rx="6" fill="#DEDEDE"/>
|
|
<rect x="22" y="79" width="92" height="12" rx="6" fill="#DEDEDE"/>
|
|
<rect x="22" y="159" width="92" height="12" rx="6" fill="#DEDEDE"/>
|
|
<rect x="22" y="95" width="92" height="12" rx="6" fill="#DEDEDE"/>
|
|
<rect x="22" y="175" width="92" height="12" rx="6" fill="#DEDEDE"/>
|
|
<path d="M288 145C277.56 147.8 265.32 149 254 149C242.68 149 230.44 147.8 220 145L218 153C225.44 155 234 156.32 242 157V209H250V185H258V209H266V157C274 156.32 282.56 155 290 153L288 145ZM254 145C258.4 145 262 141.4 262 137C262 132.6 258.4 129 254 129C249.6 129 246 132.6 246 137C246 141.4 249.6 145 254 145Z" fill="#DEDEDE"/>
|
|
<path d="M43.5358 13C38.6641 13 34.535 16.2415 33.2552 20.6333C32.143 18.3038 29.7327 16.6718 26.9564 16.6718C23.1385 16.6718 20 19.7521 20 23.4993C20 27.2465 23.1385 30.3282 26.9564 30.3282C29.7327 30.3282 32.1429 28.6952 33.2552 26.3653C34.535 30.7575 38.6641 34 43.5358 34C48.3715 34 52.4796 30.8064 53.7921 26.4637C54.9249 28.7407 57.3053 30.3282 60.0421 30.3282C63.8601 30.3282 67 27.2465 67 23.4993C67 19.7521 63.8601 16.6718 60.0421 16.6718C57.3053 16.6718 54.9249 18.2583 53.7921 20.5349C52.4796 16.1926 48.3715 13 43.5358 13ZM43.5358 17.0079C47.2134 17.0079 50.1512 19.8899 50.1512 23.4993C50.1512 27.1087 47.2134 29.9921 43.5358 29.9921C39.8583 29.9921 36.9218 27.1087 36.9218 23.4993C36.9218 19.8899 39.8583 17.0079 43.5358 17.0079ZM26.9564 20.6797C28.5677 20.6797 29.8307 21.9179 29.8307 23.4993C29.8307 25.0807 28.5677 26.3203 26.9564 26.3203C25.3452 26.3203 24.0836 25.0807 24.0836 23.4993C24.0836 21.9179 25.3452 20.6797 26.9564 20.6797ZM60.0421 20.6797C61.6534 20.6797 62.9164 21.9179 62.9164 23.4993C62.9164 25.0807 61.6534 26.3203 60.0421 26.3203C58.4309 26.3203 57.1693 25.0807 57.1693 23.4993C57.1693 21.9179 58.4309 20.6797 60.0421 20.6797Z" fill="white"/>
|
|
<rect x="79" y="20" width="8" height="8" rx="4" fill="white"/>
|
|
<rect x="99" y="20" width="8" height="8" rx="4" fill="white"/>
|
|
<rect x="119" y="20" width="8" height="8" rx="4" fill="white"/>
|
|
<rect x="139" y="20" width="8" height="8" rx="4" fill="white"/>
|
|
<rect x="159" y="20" width="8" height="8" rx="4" fill="white"/>
|
|
<rect x="179" y="20" width="8" height="8" rx="4" fill="white"/>
|
|
<path fill-rule="evenodd" clip-rule="evenodd" d="M12 0C5.37258 0 0 5.37259 0 12V302C0 308.627 5.37259 314 12 314H383C389.627 314 395 308.627 395 302V12C395 5.37258 389.627 0 383 0H12ZM140 44C132.268 44 126 50.268 126 58V292C126 299.732 132.268 306 140 306H372C379.732 306 386 299.732 386 292V58C386 50.268 379.732 44 372 44H140Z" fill="black" fill-opacity="0.35"/>
|
|
</svg>
|
|
`,U=`<!--
|
|
- SPDX-FileCopyrightText: 2023 F7cloud GmbH and F7cloud contributors
|
|
- SPDX-License-Identifier: AGPL-3.0-or-later
|
|
-->
|
|
<svg width="395" height="314" viewBox="0 0 395 314" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
<rect width="395" height="314" rx="11" fill="#439DCD"/>
|
|
<rect x="13" y="51" width="366" height="248" rx="8" fill="white"/>
|
|
<rect x="22" y="111" width="92" height="12" rx="6" fill="#DEDEDE"/>
|
|
<rect x="22" y="127" width="92" height="12" rx="6" fill="#DEDEDE"/>
|
|
<rect x="22" y="63" width="92" height="12" rx="6" fill="#DEDEDE"/>
|
|
<rect x="22" y="191" width="92" height="12" rx="6" fill="#DEDEDE"/>
|
|
<rect x="22" y="143" width="92" height="12" rx="6" fill="#DEDEDE"/>
|
|
<rect x="22" y="79" width="92" height="12" rx="6" fill="#DEDEDE"/>
|
|
<rect x="22" y="159" width="92" height="12" rx="6" fill="#DEDEDE"/>
|
|
<rect x="22" y="95" width="92" height="12" rx="6" fill="#DEDEDE"/>
|
|
<rect x="22" y="175" width="92" height="12" rx="6" fill="#DEDEDE"/>
|
|
<path d="M288 145C277.56 147.8 265.32 149 254 149C242.68 149 230.44 147.8 220 145L218 153C225.44 155 234 156.32 242 157V209H250V185H258V209H266V157C274 156.32 282.56 155 290 153L288 145ZM254 145C258.4 145 262 141.4 262 137C262 132.6 258.4 129 254 129C249.6 129 246 132.6 246 137C246 141.4 249.6 145 254 145Z" fill="#DEDEDE"/>
|
|
<path d="M43.5358 13C38.6641 13 34.535 16.2415 33.2552 20.6333C32.143 18.3038 29.7327 16.6718 26.9564 16.6718C23.1385 16.6718 20 19.7521 20 23.4993C20 27.2465 23.1385 30.3282 26.9564 30.3282C29.7327 30.3282 32.1429 28.6952 33.2552 26.3653C34.535 30.7575 38.6641 34 43.5358 34C48.3715 34 52.4796 30.8064 53.7921 26.4637C54.9249 28.7407 57.3053 30.3282 60.0421 30.3282C63.8601 30.3282 67 27.2465 67 23.4993C67 19.7521 63.8601 16.6718 60.0421 16.6718C57.3053 16.6718 54.9249 18.2583 53.7921 20.5349C52.4796 16.1926 48.3715 13 43.5358 13ZM43.5358 17.0079C47.2134 17.0079 50.1512 19.8899 50.1512 23.4993C50.1512 27.1087 47.2134 29.9921 43.5358 29.9921C39.8583 29.9921 36.9218 27.1087 36.9218 23.4993C36.9218 19.8899 39.8583 17.0079 43.5358 17.0079ZM26.9564 20.6797C28.5677 20.6797 29.8307 21.9179 29.8307 23.4993C29.8307 25.0807 28.5677 26.3203 26.9564 26.3203C25.3452 26.3203 24.0836 25.0807 24.0836 23.4993C24.0836 21.9179 25.3452 20.6797 26.9564 20.6797ZM60.0421 20.6797C61.6534 20.6797 62.9164 21.9179 62.9164 23.4993C62.9164 25.0807 61.6534 26.3203 60.0421 26.3203C58.4309 26.3203 57.1693 25.0807 57.1693 23.4993C57.1693 21.9179 58.4309 20.6797 60.0421 20.6797Z" fill="white"/>
|
|
<rect x="79" y="20" width="8" height="8" rx="4" fill="white"/>
|
|
<rect x="99" y="20" width="8" height="8" rx="4" fill="white"/>
|
|
<rect x="119" y="20" width="8" height="8" rx="4" fill="white"/>
|
|
<rect x="139" y="20" width="8" height="8" rx="4" fill="white"/>
|
|
<rect x="159" y="20" width="8" height="8" rx="4" fill="white"/>
|
|
<rect x="179" y="20" width="8" height="8" rx="4" fill="white"/>
|
|
<path fill-rule="evenodd" clip-rule="evenodd" d="M12 0C5.37258 0 0 5.37259 0 12V302C0 308.627 5.37259 314 12 314H383C389.627 314 395 308.627 395 302V12C395 5.37258 389.627 0 383 0H12ZM112 44C119.732 44 126 50.268 126 58V292C126 299.732 119.732 306 112 306H20C12.268 306 6 299.732 6 292V58C6 50.268 12.268 44 20 44H112Z" fill="black" fill-opacity="0.35"/>
|
|
</svg>
|
|
`,T={class:"vue-skip-actions__container"},_={class:"vue-skip-actions__headline"},S={class:"vue-skip-actions__buttons"},K=(0,e.pM)({__name:"NcContent",props:{appName:{}},setup(ee){const H=ee;(0,e.Gt)(Q.H,J),(0,e.Gt)(Q.C,"#content-vue"),(0,e.Gt)("appName",(0,e.EW)(()=>H.appName));const xe=(0,G.al)(),P=(0,i.KR)(!1),ce=(0,i.KR)(),Ce=(0,e.EW)(()=>ce.value==="navigation"?U:x);(0,e.KC)(()=>{const ye=document.getElementById("skip-actions");ye&&(ye.innerHTML="",ye.classList.add("vue-skip-actions"))});function ke(){(0,N.Ic)("toggle-navigation",{open:!0}),(0,e.dY)(()=>{window.location.hash="app-navigation-vue",document.getElementById("app-navigation-vue").focus()})}function J(ye){P.value=ye,ce.value||(ce.value="navigation")}return(ye,Xe)=>((0,e.uX)(),(0,e.CE)("div",{id:"content-vue",class:(0,c.normalizeClass)(["content",`app-${ye.appName.toLowerCase()}`])},[((0,e.uX)(),(0,e.Wv)(e.Im,{to:"#skip-actions"},[(0,e.Lk)("div",T,[(0,e.Lk)("div",_,(0,c.toDisplayString)((0,i.R1)(j.a)("Keyboard navigation help")),1),(0,e.Lk)("div",S,[(0,e.bo)((0,e.bF)(I.N,{href:"#app-navigation-vue",variant:"tertiary",onClick:(0,v.withModifiers)(ke,["prevent"]),onFocusin:Xe[0]||(Xe[0]=ui=>ce.value="navigation"),onMouseover:Xe[1]||(Xe[1]=ui=>ce.value="navigation")},{default:(0,e.k6)(()=>[(0,e.eW)((0,c.toDisplayString)((0,i.R1)(j.a)("Skip to app navigation")),1)]),_:1},512),[[v.vShow,P.value]]),(0,e.bF)(I.N,{href:"#app-content-vue",variant:"tertiary",onFocusin:Xe[2]||(Xe[2]=ui=>ce.value="content"),onMouseover:Xe[3]||(Xe[3]=ui=>ce.value="content")},{default:(0,e.k6)(()=>[(0,e.eW)((0,c.toDisplayString)((0,i.R1)(j.a)("Skip to main content")),1)]),_:1})]),(0,e.bo)((0,e.bF)(d.N,{class:"vue-skip-actions__image",svg:Ce.value,size:"auto"},null,8,["svg"]),[[v.vShow,!(0,i.R1)(xe)]])])])),(0,e.RG)(ye.$slots,"default",{},void 0,!0)],2))}}),_e=null},74754:($t,We,a)=>{"use strict";a.d(We,{N:()=>d});var e=a(20641),i=a(90033),c=a(53334),v=a(52697);const N=["title"],I=(0,e.pM)({__name:"NcCounterBubble",props:{count:{},active:{type:Boolean},type:{default:""},raw:{type:Boolean}},setup(G){const j=G,Q=(0,e.EW)(()=>j.raw?j.count.toString():new Intl.NumberFormat((0,c.lO)(),{notation:"compact",compactDisplay:"short"}).format(j.count)),x=(0,e.EW)(()=>{if(j.raw)return;const U=j.count.toString();if(U!==Q.value)return U});return(U,T)=>((0,e.uX)(),(0,e.CE)("div",{class:(0,i.normalizeClass)(["counter-bubble__counter",{active:U.active,"counter-bubble__counter--highlighted":U.type==="highlighted","counter-bubble__counter--outlined":U.type==="outlined"}]),title:x.value},(0,i.toDisplayString)(Q.value),11,N))}}),d=(0,v._)(I,[["__scopeId","data-v-36ffc13f"]])},54980:($t,We,a)=>{"use strict";a.d(We,{_:()=>I});var e=a(20641),i=a(50953),c=a(90033),v=a(53340);const N=["data-timestamp","title","textContent"],I=(0,e.pM)({__name:"NcDateTime",props:{timestamp:{},format:{default:()=>({timeStyle:"medium",dateStyle:"short"})},relativeTime:{type:[Boolean,String],default:"long"},ignoreSeconds:{type:Boolean}},setup(d){const G=d,j=(0,e.EW)(()=>({format:G.format})),Q=(0,e.EW)(()=>({ignoreSeconds:G.ignoreSeconds,relativeTime:G.relativeTime||"long",update:G.relativeTime!==!1})),x=(0,v.a)((0,i.lW)(()=>G.timestamp),j),U=(0,v.S)((0,i.lW)(()=>G.timestamp),Q),T=(0,e.EW)(()=>G.relativeTime?U.value:x.value);return(_,S)=>((0,e.uX)(),(0,e.CE)("span",{class:"nc-datetime",dir:"auto","data-timestamp":_.timestamp,title:(0,i.R1)(x),textContent:(0,c.toDisplayString)(T.value)},null,8,N))}})},71187:($t,We,a)=>{"use strict";a.d(We,{N:()=>Ic});var e=a(20641),i=a(50953),c=a(90033),v=a(82253),N=a(53334),I=a(53751);const d={lessThanXSeconds:{one:"less than a second",other:"less than {{count}} seconds"},xSeconds:{one:"1 second",other:"{{count}} seconds"},halfAMinute:"half a minute",lessThanXMinutes:{one:"less than a minute",other:"less than {{count}} minutes"},xMinutes:{one:"1 minute",other:"{{count}} minutes"},aboutXHours:{one:"about 1 hour",other:"about {{count}} hours"},xHours:{one:"1 hour",other:"{{count}} hours"},xDays:{one:"1 day",other:"{{count}} days"},aboutXWeeks:{one:"about 1 week",other:"about {{count}} weeks"},xWeeks:{one:"1 week",other:"{{count}} weeks"},aboutXMonths:{one:"about 1 month",other:"about {{count}} months"},xMonths:{one:"1 month",other:"{{count}} months"},aboutXYears:{one:"about 1 year",other:"about {{count}} years"},xYears:{one:"1 year",other:"{{count}} years"},overXYears:{one:"over 1 year",other:"over {{count}} years"},almostXYears:{one:"almost 1 year",other:"almost {{count}} years"}},G=(s,y,m)=>{let p;const w=d[s];return typeof w=="string"?p=w:y===1?p=w.one:p=w.other.replace("{{count}}",y.toString()),m?.addSuffix?m.comparison&&m.comparison>0?"in "+p:p+" ago":p};function j(s){return(y={})=>{const m=y.width?String(y.width):s.defaultWidth;return s.formats[m]||s.formats[s.defaultWidth]}}const Q={full:"EEEE, MMMM do, y",long:"MMMM do, y",medium:"MMM d, y",short:"MM/dd/yyyy"},x={full:"h:mm:ss a zzzz",long:"h:mm:ss a z",medium:"h:mm:ss a",short:"h:mm a"},U={full:"{{date}} 'at' {{time}}",long:"{{date}} 'at' {{time}}",medium:"{{date}}, {{time}}",short:"{{date}}, {{time}}"},T={date:j({formats:Q,defaultWidth:"full"}),time:j({formats:x,defaultWidth:"full"}),dateTime:j({formats:U,defaultWidth:"full"})},_={lastWeek:"'last' eeee 'at' p",yesterday:"'yesterday at' p",today:"'today at' p",tomorrow:"'tomorrow at' p",nextWeek:"eeee 'at' p",other:"P"},S=(s,y,m,p)=>_[s];function K(s){return(y,m)=>{const p=m?.context?String(m.context):"standalone";let w;if(p==="formatting"&&s.formattingValues){const St=s.defaultFormattingWidth||s.defaultWidth,pi=m?.width?String(m.width):St;w=s.formattingValues[pi]||s.formattingValues[St]}else{const St=s.defaultWidth,pi=m?.width?String(m.width):s.defaultWidth;w=s.values[pi]||s.values[St]}const nt=s.argumentCallback?s.argumentCallback(y):y;return w[nt]}}const _e={narrow:["B","A"],abbreviated:["BC","AD"],wide:["Before Christ","Anno Domini"]},ee={narrow:["1","2","3","4"],abbreviated:["Q1","Q2","Q3","Q4"],wide:["1st quarter","2nd quarter","3rd quarter","4th quarter"]},H={narrow:["J","F","M","A","M","J","J","A","S","O","N","D"],abbreviated:["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],wide:["January","February","March","April","May","June","July","August","September","October","November","December"]},xe={narrow:["S","M","T","W","T","F","S"],short:["Su","Mo","Tu","We","Th","Fr","Sa"],abbreviated:["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],wide:["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"]},P={narrow:{am:"a",pm:"p",midnight:"mi",noon:"n",morning:"morning",afternoon:"afternoon",evening:"evening",night:"night"},abbreviated:{am:"AM",pm:"PM",midnight:"midnight",noon:"noon",morning:"morning",afternoon:"afternoon",evening:"evening",night:"night"},wide:{am:"a.m.",pm:"p.m.",midnight:"midnight",noon:"noon",morning:"morning",afternoon:"afternoon",evening:"evening",night:"night"}},ce={narrow:{am:"a",pm:"p",midnight:"mi",noon:"n",morning:"in the morning",afternoon:"in the afternoon",evening:"in the evening",night:"at night"},abbreviated:{am:"AM",pm:"PM",midnight:"midnight",noon:"noon",morning:"in the morning",afternoon:"in the afternoon",evening:"in the evening",night:"at night"},wide:{am:"a.m.",pm:"p.m.",midnight:"midnight",noon:"noon",morning:"in the morning",afternoon:"in the afternoon",evening:"in the evening",night:"at night"}},ke={ordinalNumber:(s,y)=>{const m=Number(s),p=m%100;if(p>20||p<10)switch(p%10){case 1:return m+"st";case 2:return m+"nd";case 3:return m+"rd"}return m+"th"},era:K({values:_e,defaultWidth:"wide"}),quarter:K({values:ee,defaultWidth:"wide",argumentCallback:s=>s-1}),month:K({values:H,defaultWidth:"wide"}),day:K({values:xe,defaultWidth:"wide"}),dayPeriod:K({values:P,defaultWidth:"wide",formattingValues:ce,defaultFormattingWidth:"wide"})};function J(s){return(y,m={})=>{const p=m.width,w=p&&s.matchPatterns[p]||s.matchPatterns[s.defaultMatchWidth],nt=y.match(w);if(!nt)return null;const St=nt[0],pi=p&&s.parsePatterns[p]||s.parsePatterns[s.defaultParseWidth],si=Array.isArray(pi)?Xe(pi,Ni=>Ni.test(St)):ye(pi,Ni=>Ni.test(St));let Fn;Fn=s.valueCallback?s.valueCallback(si):si,Fn=m.valueCallback?m.valueCallback(Fn):Fn;const Di=y.slice(St.length);return{value:Fn,rest:Di}}}function ye(s,y){for(const m in s)if(Object.prototype.hasOwnProperty.call(s,m)&&y(s[m]))return m}function Xe(s,y){for(let m=0;m<s.length;m++)if(y(s[m]))return m}function ui(s){return(y,m={})=>{const p=y.match(s.matchPattern);if(!p)return null;const w=p[0],nt=y.match(s.parsePattern);if(!nt)return null;let St=s.valueCallback?s.valueCallback(nt[0]):nt[0];St=m.valueCallback?m.valueCallback(St):St;const pi=y.slice(w.length);return{value:St,rest:pi}}}const ht=/^(\d+)(th|st|nd|rd)?/i,_t=/\d+/i,ai={narrow:/^(b|a)/i,abbreviated:/^(b\.?\s?c\.?|b\.?\s?c\.?\s?e\.?|a\.?\s?d\.?|c\.?\s?e\.?)/i,wide:/^(before christ|before common era|anno domini|common era)/i},Ft={any:[/^b/i,/^(a|c)/i]},jt={narrow:/^[1234]/i,abbreviated:/^q[1234]/i,wide:/^[1234](th|st|nd|rd)? quarter/i},He={any:[/1/i,/2/i,/3/i,/4/i]},ut={narrow:/^[jfmasond]/i,abbreviated:/^(jan|feb|mar|apr|may|jun|jul|aug|sep|oct|nov|dec)/i,wide:/^(january|february|march|april|may|june|july|august|september|october|november|december)/i},Ot={narrow:[/^j/i,/^f/i,/^m/i,/^a/i,/^m/i,/^j/i,/^j/i,/^a/i,/^s/i,/^o/i,/^n/i,/^d/i],any:[/^ja/i,/^f/i,/^mar/i,/^ap/i,/^may/i,/^jun/i,/^jul/i,/^au/i,/^s/i,/^o/i,/^n/i,/^d/i]},Gt={narrow:/^[smtwf]/i,short:/^(su|mo|tu|we|th|fr|sa)/i,abbreviated:/^(sun|mon|tue|wed|thu|fri|sat)/i,wide:/^(sunday|monday|tuesday|wednesday|thursday|friday|saturday)/i},ri={narrow:[/^s/i,/^m/i,/^t/i,/^w/i,/^t/i,/^f/i,/^s/i],any:[/^su/i,/^m/i,/^tu/i,/^w/i,/^th/i,/^f/i,/^sa/i]},Ii={narrow:/^(a|p|mi|n|(in the|at) (morning|afternoon|evening|night))/i,any:/^([ap]\.?\s?m\.?|midnight|noon|(in the|at) (morning|afternoon|evening|night))/i},Li={any:{am:/^a/i,pm:/^p/i,midnight:/^mi/i,noon:/^no/i,morning:/morning/i,afternoon:/afternoon/i,evening:/evening/i,night:/night/i}},Yi={ordinalNumber:ui({matchPattern:ht,parsePattern:_t,valueCallback:s=>parseInt(s,10)}),era:J({matchPatterns:ai,defaultMatchWidth:"wide",parsePatterns:Ft,defaultParseWidth:"any"}),quarter:J({matchPatterns:jt,defaultMatchWidth:"wide",parsePatterns:He,defaultParseWidth:"any",valueCallback:s=>s+1}),month:J({matchPatterns:ut,defaultMatchWidth:"wide",parsePatterns:Ot,defaultParseWidth:"any"}),day:J({matchPatterns:Gt,defaultMatchWidth:"wide",parsePatterns:ri,defaultParseWidth:"any"}),dayPeriod:J({matchPatterns:Ii,defaultMatchWidth:"any",parsePatterns:Li,defaultParseWidth:"any"})},wi={code:"en-US",formatDistance:G,formatLong:T,formatRelative:S,localize:ke,match:Yi,options:{weekStartsOn:0,firstWeekContainsDate:1}},Lt=null;let di={};function Vt(){return di}function pn(s){di=s}const oi=7,ni=365.2425,An=-(Math.pow(10,8)*24*60*60*1e3),En=6048e5,Qi=864e5,Yt=6e4,Ut=36e5,qi=1e3,Ne=525600,ft=43200,gt=1440,Ve=60,ot=3,ei=12,X=4,A=3600,g=60,D=A*24,$=D*7,Re=D*ni/12*3,Ge=Symbol.for("constructDateFrom");function At(s,y){return typeof s=="function"?s(y):s&&typeof s=="object"&&Ge in s?s[Ge](y):s instanceof Date?new s.constructor(y):new Date(y)}const Ze=null;function ve(s,y){return At(y||s,s)}const L=null;function ge(s){const y=ve(s),m=new Date(Date.UTC(y.getFullYear(),y.getMonth(),y.getDate(),y.getHours(),y.getMinutes(),y.getSeconds(),y.getMilliseconds()));return m.setUTCFullYear(y.getFullYear()),+s-+m}function Ae(s,...y){const m=At.bind(null,s||y.find(p=>typeof p=="object"));return y.map(m)}function rt(s,y){const m=ve(s,y?.in);return m.setHours(0,0,0,0),m}const Ht=null;function Qt(s,y,m){const[p,w]=Ae(m?.in,s,y),nt=rt(p),St=rt(w),pi=+nt-ge(nt),si=+St-ge(St);return Math.round((pi-si)/Qi)}const Qe=null;function Rt(s,y){const m=ve(s,y?.in);return m.setFullYear(m.getFullYear(),0,1),m.setHours(0,0,0,0),m}const Kt=null;function wt(s,y){const m=ve(s,y?.in);return Qt(m,Rt(m))+1}const un=null;function en(s,y){const m=Vt(),p=y?.weekStartsOn??y?.locale?.options?.weekStartsOn??m.weekStartsOn??m.locale?.options?.weekStartsOn??0,w=ve(s,y?.in),nt=w.getDay(),St=(nt<p?7:0)+nt-p;return w.setDate(w.getDate()-St),w.setHours(0,0,0,0),w}const Ji=null;function Zn(s,y){return en(s,{...y,weekStartsOn:1})}const oa=null;function Tn(s,y){const m=ve(s,y?.in),p=m.getFullYear(),w=At(m,0);w.setFullYear(p+1,0,4),w.setHours(0,0,0,0);const nt=Zn(w),St=At(m,0);St.setFullYear(p,0,4),St.setHours(0,0,0,0);const pi=Zn(St);return m.getTime()>=nt.getTime()?p+1:m.getTime()>=pi.getTime()?p:p-1}const Er=null;function Ea(s,y){const m=Tn(s,y),p=At(y?.in||s,0);return p.setFullYear(m,0,4),p.setHours(0,0,0,0),Zn(p)}const Br=null;function Ja(s,y){const m=ve(s,y?.in),p=+Zn(m)-+Ea(m);return Math.round(p/En)+1}const hr=null;function br(s,y){const m=ve(s,y?.in),p=m.getFullYear(),w=Vt(),nt=y?.firstWeekContainsDate??y?.locale?.options?.firstWeekContainsDate??w.firstWeekContainsDate??w.locale?.options?.firstWeekContainsDate??1,St=At(y?.in||s,0);St.setFullYear(p+1,0,nt),St.setHours(0,0,0,0);const pi=en(St,y),si=At(y?.in||s,0);si.setFullYear(p,0,nt),si.setHours(0,0,0,0);const Fn=en(si,y);return+m>=+pi?p+1:+m>=+Fn?p:p-1}const Ka=null;function Ur(s,y){const m=Vt(),p=y?.firstWeekContainsDate??y?.locale?.options?.firstWeekContainsDate??m.firstWeekContainsDate??m.locale?.options?.firstWeekContainsDate??1,w=br(s,y),nt=At(y?.in||s,0);return nt.setFullYear(w,0,p),nt.setHours(0,0,0,0),en(nt,y)}const zt=null;function Wt(s,y){const m=ve(s,y?.in),p=+en(m,y)-+Ur(m,y);return Math.round(p/En)+1}const Si=null;function Oi(s,y){const m=s<0?"-":"",p=Math.abs(s).toString().padStart(y,"0");return m+p}const zn={y(s,y){const m=s.getFullYear(),p=m>0?m:1-m;return Oi(y==="yy"?p%100:p,y.length)},M(s,y){const m=s.getMonth();return y==="M"?String(m+1):Oi(m+1,2)},d(s,y){return Oi(s.getDate(),y.length)},a(s,y){const m=s.getHours()/12>=1?"pm":"am";switch(y){case"a":case"aa":return m.toUpperCase();case"aaa":return m;case"aaaaa":return m[0];case"aaaa":default:return m==="am"?"a.m.":"p.m."}},h(s,y){return Oi(s.getHours()%12||12,y.length)},H(s,y){return Oi(s.getHours(),y.length)},m(s,y){return Oi(s.getMinutes(),y.length)},s(s,y){return Oi(s.getSeconds(),y.length)},S(s,y){const m=y.length,p=s.getMilliseconds(),w=Math.trunc(p*Math.pow(10,m-3));return Oi(w,y.length)}},Un={am:"am",pm:"pm",midnight:"midnight",noon:"noon",morning:"morning",afternoon:"afternoon",evening:"evening",night:"night"},tr={G:function(s,y,m){const p=s.getFullYear()>0?1:0;switch(y){case"G":case"GG":case"GGG":return m.era(p,{width:"abbreviated"});case"GGGGG":return m.era(p,{width:"narrow"});case"GGGG":default:return m.era(p,{width:"wide"})}},y:function(s,y,m){if(y==="yo"){const p=s.getFullYear(),w=p>0?p:1-p;return m.ordinalNumber(w,{unit:"year"})}return zn.y(s,y)},Y:function(s,y,m,p){const w=br(s,p),nt=w>0?w:1-w;if(y==="YY"){const St=nt%100;return Oi(St,2)}return y==="Yo"?m.ordinalNumber(nt,{unit:"year"}):Oi(nt,y.length)},R:function(s,y){const m=Tn(s);return Oi(m,y.length)},u:function(s,y){const m=s.getFullYear();return Oi(m,y.length)},Q:function(s,y,m){const p=Math.ceil((s.getMonth()+1)/3);switch(y){case"Q":return String(p);case"QQ":return Oi(p,2);case"Qo":return m.ordinalNumber(p,{unit:"quarter"});case"QQQ":return m.quarter(p,{width:"abbreviated",context:"formatting"});case"QQQQQ":return m.quarter(p,{width:"narrow",context:"formatting"});case"QQQQ":default:return m.quarter(p,{width:"wide",context:"formatting"})}},q:function(s,y,m){const p=Math.ceil((s.getMonth()+1)/3);switch(y){case"q":return String(p);case"qq":return Oi(p,2);case"qo":return m.ordinalNumber(p,{unit:"quarter"});case"qqq":return m.quarter(p,{width:"abbreviated",context:"standalone"});case"qqqqq":return m.quarter(p,{width:"narrow",context:"standalone"});case"qqqq":default:return m.quarter(p,{width:"wide",context:"standalone"})}},M:function(s,y,m){const p=s.getMonth();switch(y){case"M":case"MM":return zn.M(s,y);case"Mo":return m.ordinalNumber(p+1,{unit:"month"});case"MMM":return m.month(p,{width:"abbreviated",context:"formatting"});case"MMMMM":return m.month(p,{width:"narrow",context:"formatting"});case"MMMM":default:return m.month(p,{width:"wide",context:"formatting"})}},L:function(s,y,m){const p=s.getMonth();switch(y){case"L":return String(p+1);case"LL":return Oi(p+1,2);case"Lo":return m.ordinalNumber(p+1,{unit:"month"});case"LLL":return m.month(p,{width:"abbreviated",context:"standalone"});case"LLLLL":return m.month(p,{width:"narrow",context:"standalone"});case"LLLL":default:return m.month(p,{width:"wide",context:"standalone"})}},w:function(s,y,m,p){const w=Wt(s,p);return y==="wo"?m.ordinalNumber(w,{unit:"week"}):Oi(w,y.length)},I:function(s,y,m){const p=Ja(s);return y==="Io"?m.ordinalNumber(p,{unit:"week"}):Oi(p,y.length)},d:function(s,y,m){return y==="do"?m.ordinalNumber(s.getDate(),{unit:"date"}):zn.d(s,y)},D:function(s,y,m){const p=wt(s);return y==="Do"?m.ordinalNumber(p,{unit:"dayOfYear"}):Oi(p,y.length)},E:function(s,y,m){const p=s.getDay();switch(y){case"E":case"EE":case"EEE":return m.day(p,{width:"abbreviated",context:"formatting"});case"EEEEE":return m.day(p,{width:"narrow",context:"formatting"});case"EEEEEE":return m.day(p,{width:"short",context:"formatting"});case"EEEE":default:return m.day(p,{width:"wide",context:"formatting"})}},e:function(s,y,m,p){const w=s.getDay(),nt=(w-p.weekStartsOn+8)%7||7;switch(y){case"e":return String(nt);case"ee":return Oi(nt,2);case"eo":return m.ordinalNumber(nt,{unit:"day"});case"eee":return m.day(w,{width:"abbreviated",context:"formatting"});case"eeeee":return m.day(w,{width:"narrow",context:"formatting"});case"eeeeee":return m.day(w,{width:"short",context:"formatting"});case"eeee":default:return m.day(w,{width:"wide",context:"formatting"})}},c:function(s,y,m,p){const w=s.getDay(),nt=(w-p.weekStartsOn+8)%7||7;switch(y){case"c":return String(nt);case"cc":return Oi(nt,y.length);case"co":return m.ordinalNumber(nt,{unit:"day"});case"ccc":return m.day(w,{width:"abbreviated",context:"standalone"});case"ccccc":return m.day(w,{width:"narrow",context:"standalone"});case"cccccc":return m.day(w,{width:"short",context:"standalone"});case"cccc":default:return m.day(w,{width:"wide",context:"standalone"})}},i:function(s,y,m){const p=s.getDay(),w=p===0?7:p;switch(y){case"i":return String(w);case"ii":return Oi(w,y.length);case"io":return m.ordinalNumber(w,{unit:"day"});case"iii":return m.day(p,{width:"abbreviated",context:"formatting"});case"iiiii":return m.day(p,{width:"narrow",context:"formatting"});case"iiiiii":return m.day(p,{width:"short",context:"formatting"});case"iiii":default:return m.day(p,{width:"wide",context:"formatting"})}},a:function(s,y,m){const w=s.getHours()/12>=1?"pm":"am";switch(y){case"a":case"aa":return m.dayPeriod(w,{width:"abbreviated",context:"formatting"});case"aaa":return m.dayPeriod(w,{width:"abbreviated",context:"formatting"}).toLowerCase();case"aaaaa":return m.dayPeriod(w,{width:"narrow",context:"formatting"});case"aaaa":default:return m.dayPeriod(w,{width:"wide",context:"formatting"})}},b:function(s,y,m){const p=s.getHours();let w;switch(p===12?w=Un.noon:p===0?w=Un.midnight:w=p/12>=1?"pm":"am",y){case"b":case"bb":return m.dayPeriod(w,{width:"abbreviated",context:"formatting"});case"bbb":return m.dayPeriod(w,{width:"abbreviated",context:"formatting"}).toLowerCase();case"bbbbb":return m.dayPeriod(w,{width:"narrow",context:"formatting"});case"bbbb":default:return m.dayPeriod(w,{width:"wide",context:"formatting"})}},B:function(s,y,m){const p=s.getHours();let w;switch(p>=17?w=Un.evening:p>=12?w=Un.afternoon:p>=4?w=Un.morning:w=Un.night,y){case"B":case"BB":case"BBB":return m.dayPeriod(w,{width:"abbreviated",context:"formatting"});case"BBBBB":return m.dayPeriod(w,{width:"narrow",context:"formatting"});case"BBBB":default:return m.dayPeriod(w,{width:"wide",context:"formatting"})}},h:function(s,y,m){if(y==="ho"){let p=s.getHours()%12;return p===0&&(p=12),m.ordinalNumber(p,{unit:"hour"})}return zn.h(s,y)},H:function(s,y,m){return y==="Ho"?m.ordinalNumber(s.getHours(),{unit:"hour"}):zn.H(s,y)},K:function(s,y,m){const p=s.getHours()%12;return y==="Ko"?m.ordinalNumber(p,{unit:"hour"}):Oi(p,y.length)},k:function(s,y,m){let p=s.getHours();return p===0&&(p=24),y==="ko"?m.ordinalNumber(p,{unit:"hour"}):Oi(p,y.length)},m:function(s,y,m){return y==="mo"?m.ordinalNumber(s.getMinutes(),{unit:"minute"}):zn.m(s,y)},s:function(s,y,m){return y==="so"?m.ordinalNumber(s.getSeconds(),{unit:"second"}):zn.s(s,y)},S:function(s,y){return zn.S(s,y)},X:function(s,y,m){const p=s.getTimezoneOffset();if(p===0)return"Z";switch(y){case"X":return Te(p);case"XXXX":case"XX":return et(p);case"XXXXX":case"XXX":default:return et(p,":")}},x:function(s,y,m){const p=s.getTimezoneOffset();switch(y){case"x":return Te(p);case"xxxx":case"xx":return et(p);case"xxxxx":case"xxx":default:return et(p,":")}},O:function(s,y,m){const p=s.getTimezoneOffset();switch(y){case"O":case"OO":case"OOO":return"GMT"+Ai(p,":");case"OOOO":default:return"GMT"+et(p,":")}},z:function(s,y,m){const p=s.getTimezoneOffset();switch(y){case"z":case"zz":case"zzz":return"GMT"+Ai(p,":");case"zzzz":default:return"GMT"+et(p,":")}},t:function(s,y,m){const p=Math.trunc(+s/1e3);return Oi(p,y.length)},T:function(s,y,m){return Oi(+s,y.length)}};function Ai(s,y=""){const m=s>0?"-":"+",p=Math.abs(s),w=Math.trunc(p/60),nt=p%60;return nt===0?m+String(w):m+String(w)+y+Oi(nt,2)}function Te(s,y){return s%60===0?(s>0?"-":"+")+Oi(Math.abs(s)/60,2):et(s,y)}function et(s,y=""){const m=s>0?"-":"+",p=Math.abs(s),w=Oi(Math.trunc(p/60),2),nt=Oi(p%60,2);return m+w+y+nt}const ii=(s,y)=>{switch(s){case"P":return y.date({width:"short"});case"PP":return y.date({width:"medium"});case"PPP":return y.date({width:"long"});case"PPPP":default:return y.date({width:"full"})}},qt=(s,y)=>{switch(s){case"p":return y.time({width:"short"});case"pp":return y.time({width:"medium"});case"ppp":return y.time({width:"long"});case"pppp":default:return y.time({width:"full"})}},ia={p:qt,P:(s,y)=>{const m=s.match(/(P+)(p+)?/)||[],p=m[1],w=m[2];if(!w)return ii(s,y);let nt;switch(p){case"P":nt=y.dateTime({width:"short"});break;case"PP":nt=y.dateTime({width:"medium"});break;case"PPP":nt=y.dateTime({width:"long"});break;case"PPPP":default:nt=y.dateTime({width:"full"});break}return nt.replace("{{date}}",ii(p,y)).replace("{{time}}",qt(w,y))}},ca=/^D+$/,ma=/^Y+$/,jn=["D","DD","YY","YYYY"];function $a(s){return ca.test(s)}function Ia(s){return ma.test(s)}function gr(s,y,m){const p=Ta(s,y,m);if(console.warn(p),jn.includes(s))throw new RangeError(p)}function Ta(s,y,m){const p=s[0]==="Y"?"years":"days of the month";return`Use \`${s.toLowerCase()}\` instead of \`${s}\` (in \`${y}\`) for formatting ${p} to the input \`${m}\`; see: https://github.com/date-fns/date-fns/blob/master/docs/unicodeTokens.md`}function to(s){return s instanceof Date||typeof s=="object"&&Object.prototype.toString.call(s)==="[object Date]"}const Kr=null;function lr(s){return!(!to(s)&&typeof s!="number"||isNaN(+ve(s)))}const Wr=null,Le=/[yYQqMLwIdDecihHKkms]o|(\w)\1*|''|'(''|[^'])+('|$)|./g,lt=/P+p+|P+|p+|''|'(''|[^'])+('|$)|./g,u=/^'([^]*?)'?$/,b=/''/g,R=/[a-zA-Z]/;function q(s,y,m){const p=Vt(),w=m?.locale??p.locale??wi,nt=m?.firstWeekContainsDate??m?.locale?.options?.firstWeekContainsDate??p.firstWeekContainsDate??p.locale?.options?.firstWeekContainsDate??1,St=m?.weekStartsOn??m?.locale?.options?.weekStartsOn??p.weekStartsOn??p.locale?.options?.weekStartsOn??0,pi=ve(s,m?.in);if(!lr(pi))throw new RangeError("Invalid time value");let si=y.match(lt).map(Di=>{const Ni=Di[0];if(Ni==="p"||Ni==="P"){const Ki=ia[Ni];return Ki(Di,w.formatLong)}return Di}).join("").match(Le).map(Di=>{if(Di==="''")return{isToken:!1,value:"'"};const Ni=Di[0];if(Ni==="'")return{isToken:!1,value:oe(Di)};if(tr[Ni])return{isToken:!0,value:Di};if(Ni.match(R))throw new RangeError("Format string contains an unescaped latin alphabet character `"+Ni+"`");return{isToken:!1,value:Di}});w.localize.preprocessor&&(si=w.localize.preprocessor(pi,si));const Fn={firstWeekContainsDate:nt,weekStartsOn:St,locale:w};return si.map(Di=>{if(!Di.isToken)return Di.value;const Ni=Di.value;(!m?.useAdditionalWeekYearTokens&&Ia(Ni)||!m?.useAdditionalDayOfYearTokens&&$a(Ni))&&gr(Ni,y,String(s));const Ki=tr[Ni[0]];return Ki(pi,Ni,w.localize,Fn)}).join("")}function oe(s){const y=s.match(u);return y?y[1].replace(b,"'"):s}const z=null;function ae(){return Object.assign({},Vt())}const Ee=null;function V(s,y){const m=Fe(y)?new y(0):At(y,0);return m.setFullYear(s.getFullYear(),s.getMonth(),s.getDate()),m.setHours(s.getHours(),s.getMinutes(),s.getSeconds(),s.getMilliseconds()),m}function Fe(s){return typeof s=="function"&&s.prototype?.constructor===s}const De=null,Et=10;class yi{constructor(){$n(this,"subPriority",0)}validate(y,m){return!0}}class gi extends yi{constructor(y,m,p,w,nt){super(),this.value=y,this.validateValue=m,this.setValue=p,this.priority=w,nt&&(this.subPriority=nt)}validate(y,m){return this.validateValue(y,this.value,m)}set(y,m,p){return this.setValue(y,m,this.value,p)}}class fn extends yi{constructor(m,p){super();$n(this,"priority",Et);$n(this,"subPriority",-1);this.context=m||(w=>At(p,w))}set(m,p){return p.timestampIsSet?m:At(m,V(m,this.context))}}class se{run(y,m,p,w){const nt=this.parse(y,m,p,w);return nt?{setter:new gi(nt.value,this.validate,this.set,this.priority,this.subPriority),rest:nt.rest}:null}validate(y,m,p){return!0}}class je extends se{constructor(){super(...arguments);$n(this,"priority",140);$n(this,"incompatibleTokens",["R","u","t","T"])}parse(m,p,w){switch(p){case"G":case"GG":case"GGG":return w.era(m,{width:"abbreviated"})||w.era(m,{width:"narrow"});case"GGGGG":return w.era(m,{width:"narrow"});case"GGGG":default:return w.era(m,{width:"wide"})||w.era(m,{width:"abbreviated"})||w.era(m,{width:"narrow"})}}set(m,p,w){return p.era=w,m.setFullYear(w,0,1),m.setHours(0,0,0,0),m}}const Ue={month:/^(1[0-2]|0?\d)/,date:/^(3[0-1]|[0-2]?\d)/,dayOfYear:/^(36[0-6]|3[0-5]\d|[0-2]?\d?\d)/,week:/^(5[0-3]|[0-4]?\d)/,hour23h:/^(2[0-3]|[0-1]?\d)/,hour24h:/^(2[0-4]|[0-1]?\d)/,hour11h:/^(1[0-1]|0?\d)/,hour12h:/^(1[0-2]|0?\d)/,minute:/^[0-5]?\d/,second:/^[0-5]?\d/,singleDigit:/^\d/,twoDigits:/^\d{1,2}/,threeDigits:/^\d{1,3}/,fourDigits:/^\d{1,4}/,anyDigitsSigned:/^-?\d+/,singleDigitSigned:/^-?\d/,twoDigitsSigned:/^-?\d{1,2}/,threeDigitsSigned:/^-?\d{1,3}/,fourDigitsSigned:/^-?\d{1,4}/},mt={basicOptionalMinutes:/^([+-])(\d{2})(\d{2})?|Z/,basic:/^([+-])(\d{2})(\d{2})|Z/,basicOptionalSeconds:/^([+-])(\d{2})(\d{2})((\d{2}))?|Z/,extended:/^([+-])(\d{2}):(\d{2})|Z/,extendedOptionalSeconds:/^([+-])(\d{2}):(\d{2})(:(\d{2}))?|Z/};function dt(s,y){return s&&{value:y(s.value),rest:s.rest}}function li(s,y){const m=y.match(s);return m?{value:parseInt(m[0],10),rest:y.slice(m[0].length)}:null}function Ui(s,y){const m=y.match(s);if(!m)return null;if(m[0]==="Z")return{value:0,rest:y.slice(1)};const p=m[1]==="+"?1:-1,w=m[2]?parseInt(m[2],10):0,nt=m[3]?parseInt(m[3],10):0,St=m[5]?parseInt(m[5],10):0;return{value:p*(w*Ut+nt*Yt+St*qi),rest:y.slice(m[0].length)}}function Hn(s){return li(Ue.anyDigitsSigned,s)}function rn(s,y){switch(s){case 1:return li(Ue.singleDigit,y);case 2:return li(Ue.twoDigits,y);case 3:return li(Ue.threeDigits,y);case 4:return li(Ue.fourDigits,y);default:return li(new RegExp("^\\d{1,"+s+"}"),y)}}function Nn(s,y){switch(s){case 1:return li(Ue.singleDigitSigned,y);case 2:return li(Ue.twoDigitsSigned,y);case 3:return li(Ue.threeDigitsSigned,y);case 4:return li(Ue.fourDigitsSigned,y);default:return li(new RegExp("^-?\\d{1,"+s+"}"),y)}}function ba(s){switch(s){case"morning":return 4;case"evening":return 17;case"pm":case"noon":case"afternoon":return 12;case"am":case"midnight":case"night":default:return 0}}function Ra(s,y){const m=y>0,p=m?y:1-y;let w;if(p<=50)w=s||100;else{const nt=p+50,St=Math.trunc(nt/100)*100,pi=s>=nt%100;w=s+St-(pi?100:0)}return m?w:1-w}function ka(s){return s%400===0||s%4===0&&s%100!==0}class ea extends se{constructor(){super(...arguments);$n(this,"priority",130);$n(this,"incompatibleTokens",["Y","R","u","w","I","i","e","c","t","T"])}parse(m,p,w){const nt=St=>({year:St,isTwoDigitYear:p==="yy"});switch(p){case"y":return dt(rn(4,m),nt);case"yo":return dt(w.ordinalNumber(m,{unit:"year"}),nt);default:return dt(rn(p.length,m),nt)}}validate(m,p){return p.isTwoDigitYear||p.year>0}set(m,p,w){const nt=m.getFullYear();if(w.isTwoDigitYear){const pi=Ra(w.year,nt);return m.setFullYear(pi,0,1),m.setHours(0,0,0,0),m}const St=!("era"in p)||p.era===1?w.year:1-w.year;return m.setFullYear(St,0,1),m.setHours(0,0,0,0),m}}class re extends se{constructor(){super(...arguments);$n(this,"priority",130);$n(this,"incompatibleTokens",["y","R","u","Q","q","M","L","I","d","D","i","t","T"])}parse(m,p,w){const nt=St=>({year:St,isTwoDigitYear:p==="YY"});switch(p){case"Y":return dt(rn(4,m),nt);case"Yo":return dt(w.ordinalNumber(m,{unit:"year"}),nt);default:return dt(rn(p.length,m),nt)}}validate(m,p){return p.isTwoDigitYear||p.year>0}set(m,p,w,nt){const St=br(m,nt);if(w.isTwoDigitYear){const si=Ra(w.year,St);return m.setFullYear(si,0,nt.firstWeekContainsDate),m.setHours(0,0,0,0),en(m,nt)}const pi=!("era"in p)||p.era===1?w.year:1-w.year;return m.setFullYear(pi,0,nt.firstWeekContainsDate),m.setHours(0,0,0,0),en(m,nt)}}class Ye extends se{constructor(){super(...arguments);$n(this,"priority",130);$n(this,"incompatibleTokens",["G","y","Y","u","Q","q","M","L","w","d","D","e","c","t","T"])}parse(m,p){return Nn(p==="R"?4:p.length,m)}set(m,p,w){const nt=At(m,0);return nt.setFullYear(w,0,4),nt.setHours(0,0,0,0),Zn(nt)}}class Pt extends se{constructor(){super(...arguments);$n(this,"priority",130);$n(this,"incompatibleTokens",["G","y","Y","R","w","I","i","e","c","t","T"])}parse(m,p){return Nn(p==="u"?4:p.length,m)}set(m,p,w){return m.setFullYear(w,0,1),m.setHours(0,0,0,0),m}}class Bi extends se{constructor(){super(...arguments);$n(this,"priority",120);$n(this,"incompatibleTokens",["Y","R","q","M","L","w","I","d","D","i","e","c","t","T"])}parse(m,p,w){switch(p){case"Q":case"QQ":return rn(p.length,m);case"Qo":return w.ordinalNumber(m,{unit:"quarter"});case"QQQ":return w.quarter(m,{width:"abbreviated",context:"formatting"})||w.quarter(m,{width:"narrow",context:"formatting"});case"QQQQQ":return w.quarter(m,{width:"narrow",context:"formatting"});case"QQQQ":default:return w.quarter(m,{width:"wide",context:"formatting"})||w.quarter(m,{width:"abbreviated",context:"formatting"})||w.quarter(m,{width:"narrow",context:"formatting"})}}validate(m,p){return p>=1&&p<=4}set(m,p,w){return m.setMonth((w-1)*3,1),m.setHours(0,0,0,0),m}}class dn extends se{constructor(){super(...arguments);$n(this,"priority",120);$n(this,"incompatibleTokens",["Y","R","Q","M","L","w","I","d","D","i","e","c","t","T"])}parse(m,p,w){switch(p){case"q":case"qq":return rn(p.length,m);case"qo":return w.ordinalNumber(m,{unit:"quarter"});case"qqq":return w.quarter(m,{width:"abbreviated",context:"standalone"})||w.quarter(m,{width:"narrow",context:"standalone"});case"qqqqq":return w.quarter(m,{width:"narrow",context:"standalone"});case"qqqq":default:return w.quarter(m,{width:"wide",context:"standalone"})||w.quarter(m,{width:"abbreviated",context:"standalone"})||w.quarter(m,{width:"narrow",context:"standalone"})}}validate(m,p){return p>=1&&p<=4}set(m,p,w){return m.setMonth((w-1)*3,1),m.setHours(0,0,0,0),m}}class sa extends se{constructor(){super(...arguments);$n(this,"incompatibleTokens",["Y","R","q","Q","L","w","I","D","i","e","c","t","T"]);$n(this,"priority",110)}parse(m,p,w){const nt=St=>St-1;switch(p){case"M":return dt(li(Ue.month,m),nt);case"MM":return dt(rn(2,m),nt);case"Mo":return dt(w.ordinalNumber(m,{unit:"month"}),nt);case"MMM":return w.month(m,{width:"abbreviated",context:"formatting"})||w.month(m,{width:"narrow",context:"formatting"});case"MMMMM":return w.month(m,{width:"narrow",context:"formatting"});case"MMMM":default:return w.month(m,{width:"wide",context:"formatting"})||w.month(m,{width:"abbreviated",context:"formatting"})||w.month(m,{width:"narrow",context:"formatting"})}}validate(m,p){return p>=0&&p<=11}set(m,p,w){return m.setMonth(w,1),m.setHours(0,0,0,0),m}}class gn extends se{constructor(){super(...arguments);$n(this,"priority",110);$n(this,"incompatibleTokens",["Y","R","q","Q","M","w","I","D","i","e","c","t","T"])}parse(m,p,w){const nt=St=>St-1;switch(p){case"L":return dt(li(Ue.month,m),nt);case"LL":return dt(rn(2,m),nt);case"Lo":return dt(w.ordinalNumber(m,{unit:"month"}),nt);case"LLL":return w.month(m,{width:"abbreviated",context:"standalone"})||w.month(m,{width:"narrow",context:"standalone"});case"LLLLL":return w.month(m,{width:"narrow",context:"standalone"});case"LLLL":default:return w.month(m,{width:"wide",context:"standalone"})||w.month(m,{width:"abbreviated",context:"standalone"})||w.month(m,{width:"narrow",context:"standalone"})}}validate(m,p){return p>=0&&p<=11}set(m,p,w){return m.setMonth(w,1),m.setHours(0,0,0,0),m}}function tn(s,y,m){const p=ve(s,m?.in),w=Wt(p,m)-y;return p.setDate(p.getDate()-w*7),ve(p,m?.in)}const bt=null;class sn extends se{constructor(){super(...arguments);$n(this,"priority",100);$n(this,"incompatibleTokens",["y","R","u","q","Q","M","L","I","d","D","i","t","T"])}parse(m,p,w){switch(p){case"w":return li(Ue.week,m);case"wo":return w.ordinalNumber(m,{unit:"week"});default:return rn(p.length,m)}}validate(m,p){return p>=1&&p<=53}set(m,p,w,nt){return en(tn(m,w,nt),nt)}}function Oa(s,y,m){const p=ve(s,m?.in),w=Ja(p,m)-y;return p.setDate(p.getDate()-w*7),p}const _r=null;class Qa extends se{constructor(){super(...arguments);$n(this,"priority",100);$n(this,"incompatibleTokens",["y","Y","u","q","Q","M","L","w","d","D","e","c","t","T"])}parse(m,p,w){switch(p){case"I":return li(Ue.week,m);case"Io":return w.ordinalNumber(m,{unit:"week"});default:return rn(p.length,m)}}validate(m,p){return p>=1&&p<=53}set(m,p,w){return Zn(Oa(m,w))}}const Rr=[31,28,31,30,31,30,31,31,30,31,30,31],io=[31,29,31,30,31,30,31,31,30,31,30,31];class Do extends se{constructor(){super(...arguments);$n(this,"priority",90);$n(this,"subPriority",1);$n(this,"incompatibleTokens",["Y","R","q","Q","w","I","D","i","e","c","t","T"])}parse(m,p,w){switch(p){case"d":return li(Ue.date,m);case"do":return w.ordinalNumber(m,{unit:"date"});default:return rn(p.length,m)}}validate(m,p){const w=m.getFullYear(),nt=ka(w),St=m.getMonth();return nt?p>=1&&p<=io[St]:p>=1&&p<=Rr[St]}set(m,p,w){return m.setDate(w),m.setHours(0,0,0,0),m}}class go extends se{constructor(){super(...arguments);$n(this,"priority",90);$n(this,"subpriority",1);$n(this,"incompatibleTokens",["Y","R","q","Q","M","L","w","I","d","E","i","e","c","t","T"])}parse(m,p,w){switch(p){case"D":case"DD":return li(Ue.dayOfYear,m);case"Do":return w.ordinalNumber(m,{unit:"date"});default:return rn(p.length,m)}}validate(m,p){const w=m.getFullYear();return ka(w)?p>=1&&p<=366:p>=1&&p<=365}set(m,p,w){return m.setMonth(0,w),m.setHours(0,0,0,0),m}}function no(s,y,m){const p=ve(s,m?.in);return isNaN(y)?At(m?.in||s,NaN):(y&&p.setDate(p.getDate()+y),p)}const fo=null;function Xo(s,y,m){const p=Vt(),w=m?.weekStartsOn??m?.locale?.options?.weekStartsOn??p.weekStartsOn??p.locale?.options?.weekStartsOn??0,nt=ve(s,m?.in),St=nt.getDay(),si=(y%7+7)%7,Fn=7-w,Di=y<0||y>6?y-(St+Fn)%7:(si+Fn)%7-(St+Fn)%7;return no(nt,Di,m)}const hs=null;class Hl extends se{constructor(){super(...arguments);$n(this,"priority",90);$n(this,"incompatibleTokens",["D","i","e","c","t","T"])}parse(m,p,w){switch(p){case"E":case"EE":case"EEE":return w.day(m,{width:"abbreviated",context:"formatting"})||w.day(m,{width:"short",context:"formatting"})||w.day(m,{width:"narrow",context:"formatting"});case"EEEEE":return w.day(m,{width:"narrow",context:"formatting"});case"EEEEEE":return w.day(m,{width:"short",context:"formatting"})||w.day(m,{width:"narrow",context:"formatting"});case"EEEE":default:return w.day(m,{width:"wide",context:"formatting"})||w.day(m,{width:"abbreviated",context:"formatting"})||w.day(m,{width:"short",context:"formatting"})||w.day(m,{width:"narrow",context:"formatting"})}}validate(m,p){return p>=0&&p<=6}set(m,p,w,nt){return m=Xo(m,w,nt),m.setHours(0,0,0,0),m}}class Kl extends se{constructor(){super(...arguments);$n(this,"priority",90);$n(this,"incompatibleTokens",["y","R","u","q","Q","M","L","I","d","D","E","i","c","t","T"])}parse(m,p,w,nt){const St=pi=>{const si=Math.floor((pi-1)/7)*7;return(pi+nt.weekStartsOn+6)%7+si};switch(p){case"e":case"ee":return dt(rn(p.length,m),St);case"eo":return dt(w.ordinalNumber(m,{unit:"day"}),St);case"eee":return w.day(m,{width:"abbreviated",context:"formatting"})||w.day(m,{width:"short",context:"formatting"})||w.day(m,{width:"narrow",context:"formatting"});case"eeeee":return w.day(m,{width:"narrow",context:"formatting"});case"eeeeee":return w.day(m,{width:"short",context:"formatting"})||w.day(m,{width:"narrow",context:"formatting"});case"eeee":default:return w.day(m,{width:"wide",context:"formatting"})||w.day(m,{width:"abbreviated",context:"formatting"})||w.day(m,{width:"short",context:"formatting"})||w.day(m,{width:"narrow",context:"formatting"})}}validate(m,p){return p>=0&&p<=6}set(m,p,w,nt){return m=Xo(m,w,nt),m.setHours(0,0,0,0),m}}class ll extends se{constructor(){super(...arguments);$n(this,"priority",90);$n(this,"incompatibleTokens",["y","R","u","q","Q","M","L","I","d","D","E","i","e","t","T"])}parse(m,p,w,nt){const St=pi=>{const si=Math.floor((pi-1)/7)*7;return(pi+nt.weekStartsOn+6)%7+si};switch(p){case"c":case"cc":return dt(rn(p.length,m),St);case"co":return dt(w.ordinalNumber(m,{unit:"day"}),St);case"ccc":return w.day(m,{width:"abbreviated",context:"standalone"})||w.day(m,{width:"short",context:"standalone"})||w.day(m,{width:"narrow",context:"standalone"});case"ccccc":return w.day(m,{width:"narrow",context:"standalone"});case"cccccc":return w.day(m,{width:"short",context:"standalone"})||w.day(m,{width:"narrow",context:"standalone"});case"cccc":default:return w.day(m,{width:"wide",context:"standalone"})||w.day(m,{width:"abbreviated",context:"standalone"})||w.day(m,{width:"short",context:"standalone"})||w.day(m,{width:"narrow",context:"standalone"})}}validate(m,p){return p>=0&&p<=6}set(m,p,w,nt){return m=Xo(m,w,nt),m.setHours(0,0,0,0),m}}function Eu(s,y){const m=ve(s,y?.in).getDay();return m===0?7:m}const mu=null;function os(s,y,m){const p=ve(s,m?.in),w=Eu(p,m),nt=y-w;return no(p,nt,m)}const Ol=null;class Du extends se{constructor(){super(...arguments);$n(this,"priority",90);$n(this,"incompatibleTokens",["y","Y","u","q","Q","M","L","w","d","D","E","e","c","t","T"])}parse(m,p,w){const nt=St=>St===0?7:St;switch(p){case"i":case"ii":return rn(p.length,m);case"io":return w.ordinalNumber(m,{unit:"day"});case"iii":return dt(w.day(m,{width:"abbreviated",context:"formatting"})||w.day(m,{width:"short",context:"formatting"})||w.day(m,{width:"narrow",context:"formatting"}),nt);case"iiiii":return dt(w.day(m,{width:"narrow",context:"formatting"}),nt);case"iiiiii":return dt(w.day(m,{width:"short",context:"formatting"})||w.day(m,{width:"narrow",context:"formatting"}),nt);case"iiii":default:return dt(w.day(m,{width:"wide",context:"formatting"})||w.day(m,{width:"abbreviated",context:"formatting"})||w.day(m,{width:"short",context:"formatting"})||w.day(m,{width:"narrow",context:"formatting"}),nt)}}validate(m,p){return p>=1&&p<=7}set(m,p,w){return m=os(m,w),m.setHours(0,0,0,0),m}}class tu extends se{constructor(){super(...arguments);$n(this,"priority",80);$n(this,"incompatibleTokens",["b","B","H","k","t","T"])}parse(m,p,w){switch(p){case"a":case"aa":case"aaa":return w.dayPeriod(m,{width:"abbreviated",context:"formatting"})||w.dayPeriod(m,{width:"narrow",context:"formatting"});case"aaaaa":return w.dayPeriod(m,{width:"narrow",context:"formatting"});case"aaaa":default:return w.dayPeriod(m,{width:"wide",context:"formatting"})||w.dayPeriod(m,{width:"abbreviated",context:"formatting"})||w.dayPeriod(m,{width:"narrow",context:"formatting"})}}set(m,p,w){return m.setHours(ba(w),0,0,0),m}}class $l extends se{constructor(){super(...arguments);$n(this,"priority",80);$n(this,"incompatibleTokens",["a","B","H","k","t","T"])}parse(m,p,w){switch(p){case"b":case"bb":case"bbb":return w.dayPeriod(m,{width:"abbreviated",context:"formatting"})||w.dayPeriod(m,{width:"narrow",context:"formatting"});case"bbbbb":return w.dayPeriod(m,{width:"narrow",context:"formatting"});case"bbbb":default:return w.dayPeriod(m,{width:"wide",context:"formatting"})||w.dayPeriod(m,{width:"abbreviated",context:"formatting"})||w.dayPeriod(m,{width:"narrow",context:"formatting"})}}set(m,p,w){return m.setHours(ba(w),0,0,0),m}}class Cu extends se{constructor(){super(...arguments);$n(this,"priority",80);$n(this,"incompatibleTokens",["a","b","t","T"])}parse(m,p,w){switch(p){case"B":case"BB":case"BBB":return w.dayPeriod(m,{width:"abbreviated",context:"formatting"})||w.dayPeriod(m,{width:"narrow",context:"formatting"});case"BBBBB":return w.dayPeriod(m,{width:"narrow",context:"formatting"});case"BBBB":default:return w.dayPeriod(m,{width:"wide",context:"formatting"})||w.dayPeriod(m,{width:"abbreviated",context:"formatting"})||w.dayPeriod(m,{width:"narrow",context:"formatting"})}}set(m,p,w){return m.setHours(ba(w),0,0,0),m}}class hu extends se{constructor(){super(...arguments);$n(this,"priority",70);$n(this,"incompatibleTokens",["H","K","k","t","T"])}parse(m,p,w){switch(p){case"h":return li(Ue.hour12h,m);case"ho":return w.ordinalNumber(m,{unit:"hour"});default:return rn(p.length,m)}}validate(m,p){return p>=1&&p<=12}set(m,p,w){const nt=m.getHours()>=12;return nt&&w<12?m.setHours(w+12,0,0,0):!nt&&w===12?m.setHours(0,0,0,0):m.setHours(w,0,0,0),m}}class Su extends se{constructor(){super(...arguments);$n(this,"priority",70);$n(this,"incompatibleTokens",["a","b","h","K","k","t","T"])}parse(m,p,w){switch(p){case"H":return li(Ue.hour23h,m);case"Ho":return w.ordinalNumber(m,{unit:"hour"});default:return rn(p.length,m)}}validate(m,p){return p>=0&&p<=23}set(m,p,w){return m.setHours(w,0,0,0),m}}class Gl extends se{constructor(){super(...arguments);$n(this,"priority",70);$n(this,"incompatibleTokens",["h","H","k","t","T"])}parse(m,p,w){switch(p){case"K":return li(Ue.hour11h,m);case"Ko":return w.ordinalNumber(m,{unit:"hour"});default:return rn(p.length,m)}}validate(m,p){return p>=0&&p<=11}set(m,p,w){return m.getHours()>=12&&w<12?m.setHours(w+12,0,0,0):m.setHours(w,0,0,0),m}}class zu extends se{constructor(){super(...arguments);$n(this,"priority",70);$n(this,"incompatibleTokens",["a","b","h","H","K","t","T"])}parse(m,p,w){switch(p){case"k":return li(Ue.hour24h,m);case"ko":return w.ordinalNumber(m,{unit:"hour"});default:return rn(p.length,m)}}validate(m,p){return p>=1&&p<=24}set(m,p,w){const nt=w<=24?w%24:w;return m.setHours(nt,0,0,0),m}}class cs extends se{constructor(){super(...arguments);$n(this,"priority",60);$n(this,"incompatibleTokens",["t","T"])}parse(m,p,w){switch(p){case"m":return li(Ue.minute,m);case"mo":return w.ordinalNumber(m,{unit:"minute"});default:return rn(p.length,m)}}validate(m,p){return p>=0&&p<=59}set(m,p,w){return m.setMinutes(w,0,0),m}}class Uu extends se{constructor(){super(...arguments);$n(this,"priority",50);$n(this,"incompatibleTokens",["t","T"])}parse(m,p,w){switch(p){case"s":return li(Ue.second,m);case"so":return w.ordinalNumber(m,{unit:"second"});default:return rn(p.length,m)}}validate(m,p){return p>=0&&p<=59}set(m,p,w){return m.setSeconds(w,0),m}}class iu extends se{constructor(){super(...arguments);$n(this,"priority",30);$n(this,"incompatibleTokens",["t","T"])}parse(m,p){const w=nt=>Math.trunc(nt*Math.pow(10,-p.length+3));return dt(rn(p.length,m),w)}set(m,p,w){return m.setMilliseconds(w),m}}class kl extends se{constructor(){super(...arguments);$n(this,"priority",10);$n(this,"incompatibleTokens",["t","T","x"])}parse(m,p){switch(p){case"X":return Ui(mt.basicOptionalMinutes,m);case"XX":return Ui(mt.basic,m);case"XXXX":return Ui(mt.basicOptionalSeconds,m);case"XXXXX":return Ui(mt.extendedOptionalSeconds,m);case"XXX":default:return Ui(mt.extended,m)}}set(m,p,w){return p.timestampIsSet?m:At(m,m.getTime()-ge(m)-w)}}class xu extends se{constructor(){super(...arguments);$n(this,"priority",10);$n(this,"incompatibleTokens",["t","T","X"])}parse(m,p){switch(p){case"x":return Ui(mt.basicOptionalMinutes,m);case"xx":return Ui(mt.basic,m);case"xxxx":return Ui(mt.basicOptionalSeconds,m);case"xxxxx":return Ui(mt.extendedOptionalSeconds,m);case"xxx":default:return Ui(mt.extended,m)}}set(m,p,w){return p.timestampIsSet?m:At(m,m.getTime()-ge(m)-w)}}class _u extends se{constructor(){super(...arguments);$n(this,"priority",40);$n(this,"incompatibleTokens","*")}parse(m){return Hn(m)}set(m,p,w){return[At(m,w*1e3),{timestampIsSet:!0}]}}class Au extends se{constructor(){super(...arguments);$n(this,"priority",20);$n(this,"incompatibleTokens","*")}parse(m){return Hn(m)}set(m,p,w){return[At(m,w),{timestampIsSet:!0}]}}const nu={G:new je,y:new ea,Y:new re,R:new Ye,u:new Pt,Q:new Bi,q:new dn,M:new sa,L:new gn,w:new sn,I:new Qa,d:new Do,D:new go,E:new Hl,e:new Kl,c:new ll,i:new Du,a:new tu,b:new $l,B:new Cu,h:new hu,H:new Su,K:new Gl,k:new zu,m:new cs,s:new Uu,S:new iu,X:new kl,x:new xu,t:new _u,T:new Au},Tu=/[yYQqMLwIdDecihHKkms]o|(\w)\1*|''|'(''|[^'])+('|$)|./g,wl=/P+p+|P+|p+|''|'(''|[^'])+('|$)|./g,ul=/^'([^]*?)'?$/,Js=/''/g,Zs=/\S/,El=/[a-zA-Z]/;function dl(s,y,m,p){const w=()=>At(p?.in||m,NaN),nt=ae(),St=p?.locale??nt.locale??wi,pi=p?.firstWeekContainsDate??p?.locale?.options?.firstWeekContainsDate??nt.firstWeekContainsDate??nt.locale?.options?.firstWeekContainsDate??1,si=p?.weekStartsOn??p?.locale?.options?.weekStartsOn??nt.weekStartsOn??nt.locale?.options?.weekStartsOn??0;if(!y)return s?w():ve(m,p?.in);const Fn={firstWeekContainsDate:pi,weekStartsOn:si,locale:St},Di=[new fn(p?.in,m)],Ni=y.match(wl).map(yn=>{const Bn=yn[0];if(Bn in ia){const Ln=ia[Bn];return Ln(yn,St.formatLong)}return yn}).join("").match(Tu),Ki=[];for(let yn of Ni){!p?.useAdditionalWeekYearTokens&&Ia(yn)&&gr(yn,y,s),!p?.useAdditionalDayOfYearTokens&&$a(yn)&&gr(yn,y,s);const Bn=yn[0],Ln=nu[Bn];if(Ln){const{incompatibleTokens:bi}=Ln;if(Array.isArray(bi)){const pa=Ki.find(Jn=>bi.includes(Jn.token)||Jn.token===Bn);if(pa)throw new RangeError(`The format string mustn't contain \`${pa.fullToken}\` and \`${yn}\` at the same time`)}else if(Ln.incompatibleTokens==="*"&&Ki.length>0)throw new RangeError(`The format string mustn't contain \`${yn}\` and any other token at the same time`);Ki.push({token:Bn,fullToken:yn});const mn=Ln.run(s,yn,St.match,Fn);if(!mn)return w();Di.push(mn.setter),s=mn.rest}else{if(Bn.match(El))throw new RangeError("Format string contains an unescaped latin alphabet character `"+Bn+"`");if(yn==="''"?yn="'":Bn==="'"&&(yn=Ws(yn)),s.indexOf(yn)===0)s=s.slice(yn.length);else return w()}}if(s.length>0&&Zs.test(s))return w();const hn=Di.map(yn=>yn.priority).sort((yn,Bn)=>Bn-yn).filter((yn,Bn,Ln)=>Ln.indexOf(yn)===Bn).map(yn=>Di.filter(Bn=>Bn.priority===yn).sort((Bn,Ln)=>Ln.subPriority-Bn.subPriority)).map(yn=>yn[0]);let Pn=ve(m,p?.in);if(isNaN(+Pn))return w();const In={};for(const yn of hn){if(!yn.validate(Pn,Fn))return w();const Bn=yn.set(Pn,In,Fn);Array.isArray(Bn)?(Pn=Bn[0],Object.assign(In,Bn[1])):Pn=Bn}return Pn}function Ws(s){return s.match(ul)[1].replace(Js,"'")}const we=null;function ze(s,y){const m=ve(s,y?.in),p=m.getFullYear(),w=m.getMonth(),nt=At(m,0);return nt.setFullYear(p,w+1,0),nt.setHours(0,0,0,0),nt.getDate()}const st=null;function kt(s,y,m){const p=ve(s,m?.in),w=p.getFullYear(),nt=p.getDate(),St=At(m?.in||s,0);St.setFullYear(w,y,15),St.setHours(0,0,0,0);const pi=ze(St);return p.setMonth(y,Math.min(nt,pi)),p}const Mt=null;function vi(s,y,m){let p=ve(s,m?.in);return isNaN(+p)?At(m?.in||s,NaN):(y.year!=null&&p.setFullYear(y.year),y.month!=null&&(p=kt(p,y.month)),y.date!=null&&p.setDate(y.date),y.hours!=null&&p.setHours(y.hours),y.minutes!=null&&p.setMinutes(y.minutes),y.seconds!=null&&p.setSeconds(y.seconds),y.milliseconds!=null&&p.setMilliseconds(y.milliseconds),p)}const Ri=null;function aa(s,y){const m=ve(s,y?.in);return m.setDate(1),m.setHours(0,0,0,0),m}const er=null;function Ma(s,y,m){const p=ve(s,m?.in);return p.setHours(y),p}const Pa=null;function kr(s,y,m){const p=ve(s,m?.in);return p.setMinutes(y),p}const yo=null;function Oo(s,y,m){const p=ve(s,m?.in);return p.setSeconds(y),p}const La=null;function Ir(s,y,m){const p=ve(s,m?.in);return p.setMilliseconds(y),p}const vr=null;function Po(s,y){return+ve(s)<+ve(y)}const Ps=null;function Ko(s,y){return+ve(s)==+ve(y)}const ks=null;function Lo(s,y){return+ve(s)>+ve(y)}const el=null;function Yo(s,y){return ve(s,y?.in).getHours()}const cl=null;function fs(s,y){return ve(s,y?.in).getMinutes()}const au=null;function tl(s){return ve(s).getSeconds()}const Xl=null;function Pr(s,y){return ve(s,y?.in).getFullYear()}const Vs=null;function eo(s,y){return ve(s,y?.in).getMonth()}const Ro=null;function fl(s,y){const[m,p]=Ae(s,y.start,y.end);return{start:m,end:p}}function ps(s,y){const{start:m,end:p}=fl(y?.in,s);let w=+m>+p;const nt=w?+m:+p,St=w?p:m;St.setHours(0,0,0,0);let pi=y?.step??1;if(!pi)return[];pi<0&&(pi=-pi,w=!w);const si=[];for(;+St<=nt;)si.push(At(m,St)),St.setDate(St.getDate()+pi),St.setHours(0,0,0,0);return w?si.reverse():si}const gl=null;function Vo(s,y,m){const p=ve(s,m?.in);if(isNaN(y))return At(m?.in||s,NaN);if(!y)return p;const w=p.getDate(),nt=At(m?.in||s,p.getTime());nt.setMonth(p.getMonth()+y+1,0);const St=nt.getDate();return w>=St?nt:(p.setFullYear(nt.getFullYear(),nt.getMonth(),w),p)}const Ks=null;function il(s,y){const m=Vt(),p=y?.weekStartsOn??y?.locale?.options?.weekStartsOn??m.weekStartsOn??m.locale?.options?.weekStartsOn??0,w=ve(s,y?.in),nt=w.getDay(),St=(nt<p?-7:0)+6-(nt-p);return w.setDate(w.getDate()+St),w.setHours(23,59,59,999),w}const Yl=null;function gs(s,y,m){const p=ve(s,m?.in);return isNaN(+p)?At(m?.in||s,NaN):(p.setFullYear(y),p)}const pu=null;function Dl(s,y,m){return Vo(s,-y,m)}const Ql=null;function qs(s,y,m){return no(s,-y,m)}const Wu=null;function Ou(s,y,m){return At(m?.in||s,+ve(s)+y)}const Jl=null;function Pl(s,y,m){return Ou(s,y*Ut,m)}const Qo=null;function ml(s,y,m){return Vo(s,y*12,m)}const gd=null;function nl(s,y,m){return ml(s,-y,m)}const ru=null;function hl(s,y){const m=ve(s,y?.in),p=m.getFullYear();return m.setFullYear(p+1,0,0),m.setHours(23,59,59,999),m}const Zu=null;function Fu(s,y){const m=+ve(s)-+ve(y);return m<0?-1:m>0?1:m}const Pu=null;function Bl(s,y,m){const[p,w]=Ae(m?.in,s,y);return p.getFullYear()-w.getFullYear()}const Bu=null;function Vu(s,y,m){const[p,w]=Ae(m?.in,s,y),nt=Fu(p,w),St=Math.abs(Bl(p,w));p.setFullYear(1584),w.setFullYear(1584);const pi=Fu(p,w)===-nt,si=nt*(St-+pi);return si===0?0:si}const md=null;function Nu(s,y,m){const{years:p=0,months:w=0,weeks:nt=0,days:St=0,hours:pi=0,minutes:si=0,seconds:Fn=0}=y,Di=ve(s,m?.in),Ni=w||p?Vo(Di,w+p*12):Di,Ki=St||nt?no(Ni,St+nt*7):Ni,hn=si+pi*60,In=(Fn+hn*60)*1e3;return At(m?.in||s,+Ki+In)}const Dd=null;function Nl(s,y,m){const{years:p=0,months:w=0,weeks:nt=0,days:St=0,hours:pi=0,minutes:si=0,seconds:Fn=0}=y,Di=Dl(s,w+p*12,m),Ni=qs(Di,St+nt*7,m),Ki=si+pi*60,Pn=(Fn+Ki*60)*1e3;return At(m?.in||s,+Ni-Pn)}const Rl=null;function Bs(s,y){const m=ve(s,y?.in),p=m.getMonth(),w=p-p%3;return m.setMonth(w,1),m.setHours(0,0,0,0),m}const hd=null;function vu(s,y,m){const[p,w]=Ae(m?.in,s,y);return+Bs(p)==+Bs(w)}const ed=null;function ou(s,y){const m=ve(s,y?.in);return Math.trunc(m.getMonth()/3)+1}const k=null;function M(s,y,m){return Vo(s,y*3,m)}const W=null;function ie(s,y){const{start:m,end:p}=fl(y?.in,s);let w=+m>+p;const nt=w?+Bs(m):+Bs(p);let St=Bs(w?p:m),pi=y?.step??1;if(!pi)return[];pi<0&&(pi=-pi,w=!w);const si=[];for(;+St<=nt;)si.push(At(m,St)),St=M(St,pi);return w?si.reverse():si}const ue=null;function me(s,y){const m=ve(s,y?.in),p=m.getMonth(),w=p-p%3+3;return m.setMonth(w,0),m.setHours(23,59,59,999),m}const pe=null;function fe(s,y){return ve(s,y?.in).getDay()}const be=null;function Be(){const s=(0,e.OA)();return(0,e.uX)(),(0,e.CE)("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 32 32",fill:"currentColor","aria-hidden":"true",class:"dp__icon",role:"img",...s},[(0,e.Lk)("path",{d:"M29.333 8c0-2.208-1.792-4-4-4h-18.667c-2.208 0-4 1.792-4 4v18.667c0 2.208 1.792 4 4 4h18.667c2.208 0 4-1.792 4-4v-18.667zM26.667 8v18.667c0 0.736-0.597 1.333-1.333 1.333 0 0-18.667 0-18.667 0-0.736 0-1.333-0.597-1.333-1.333 0 0 0-18.667 0-18.667 0-0.736 0.597-1.333 1.333-1.333 0 0 18.667 0 18.667 0 0.736 0 1.333 0.597 1.333 1.333z"}),(0,e.Lk)("path",{d:"M20 2.667v5.333c0 0.736 0.597 1.333 1.333 1.333s1.333-0.597 1.333-1.333v-5.333c0-0.736-0.597-1.333-1.333-1.333s-1.333 0.597-1.333 1.333z"}),(0,e.Lk)("path",{d:"M9.333 2.667v5.333c0 0.736 0.597 1.333 1.333 1.333s1.333-0.597 1.333-1.333v-5.333c0-0.736-0.597-1.333-1.333-1.333s-1.333 0.597-1.333 1.333z"}),(0,e.Lk)("path",{d:"M4 14.667h24c0.736 0 1.333-0.597 1.333-1.333s-0.597-1.333-1.333-1.333h-24c-0.736 0-1.333 0.597-1.333 1.333s0.597 1.333 1.333 1.333z"})])}Be.compatConfig={MODE:3};function Oe(){return(0,e.uX)(),(0,e.CE)("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 32 32",fill:"currentColor","aria-hidden":"true",class:"dp__icon",role:"img"},[(0,e.Lk)("path",{d:"M23.057 7.057l-16 16c-0.52 0.52-0.52 1.365 0 1.885s1.365 0.52 1.885 0l16-16c0.52-0.52 0.52-1.365 0-1.885s-1.365-0.52-1.885 0z"}),(0,e.Lk)("path",{d:"M7.057 8.943l16 16c0.52 0.52 1.365 0.52 1.885 0s0.52-1.365 0-1.885l-16-16c-0.52-0.52-1.365-0.52-1.885 0s-0.52 1.365 0 1.885z"})])}Oe.compatConfig={MODE:3};function Ke(){return(0,e.uX)(),(0,e.CE)("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 32 32",fill:"currentColor","aria-hidden":"true",class:"dp__icon",role:"img"},[(0,e.Lk)("path",{d:"M20.943 23.057l-7.057-7.057c0 0 7.057-7.057 7.057-7.057 0.52-0.52 0.52-1.365 0-1.885s-1.365-0.52-1.885 0l-8 8c-0.521 0.521-0.521 1.365 0 1.885l8 8c0.52 0.52 1.365 0.52 1.885 0s0.52-1.365 0-1.885z"})])}Ke.compatConfig={MODE:3};function Ct(){return(0,e.uX)(),(0,e.CE)("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 32 32",fill:"currentColor","aria-hidden":"true",class:"dp__icon",role:"img"},[(0,e.Lk)("path",{d:"M12.943 24.943l8-8c0.521-0.521 0.521-1.365 0-1.885l-8-8c-0.52-0.52-1.365-0.52-1.885 0s-0.52 1.365 0 1.885l7.057 7.057c0 0-7.057 7.057-7.057 7.057-0.52 0.52-0.52 1.365 0 1.885s1.365 0.52 1.885 0z"})])}Ct.compatConfig={MODE:3};function ct(){return(0,e.uX)(),(0,e.CE)("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 32 32",fill:"currentColor","aria-hidden":"true",class:"dp__icon",role:"img"},[(0,e.Lk)("path",{d:"M16 1.333c-8.095 0-14.667 6.572-14.667 14.667s6.572 14.667 14.667 14.667c8.095 0 14.667-6.572 14.667-14.667s-6.572-14.667-14.667-14.667zM16 4c6.623 0 12 5.377 12 12s-5.377 12-12 12c-6.623 0-12-5.377-12-12s5.377-12 12-12z"}),(0,e.Lk)("path",{d:"M14.667 8v8c0 0.505 0.285 0.967 0.737 1.193l5.333 2.667c0.658 0.329 1.46 0.062 1.789-0.596s0.062-1.46-0.596-1.789l-4.596-2.298c0 0 0-7.176 0-7.176 0-0.736-0.597-1.333-1.333-1.333s-1.333 0.597-1.333 1.333z"})])}ct.compatConfig={MODE:3};function vt(){return(0,e.uX)(),(0,e.CE)("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 32 32",fill:"currentColor","aria-hidden":"true",class:"dp__icon",role:"img"},[(0,e.Lk)("path",{d:"M24.943 19.057l-8-8c-0.521-0.521-1.365-0.521-1.885 0l-8 8c-0.52 0.52-0.52 1.365 0 1.885s1.365 0.52 1.885 0l7.057-7.057c0 0 7.057 7.057 7.057 7.057 0.52 0.52 1.365 0.52 1.885 0s0.52-1.365 0-1.885z"})])}vt.compatConfig={MODE:3};function Fi(){return(0,e.uX)(),(0,e.CE)("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 32 32",fill:"currentColor","aria-hidden":"true",class:"dp__icon",role:"img"},[(0,e.Lk)("path",{d:"M7.057 12.943l8 8c0.521 0.521 1.365 0.521 1.885 0l8-8c0.52-0.52 0.52-1.365 0-1.885s-1.365-0.52-1.885 0l-7.057 7.057c0 0-7.057-7.057-7.057-7.057-0.52-0.52-1.365-0.52-1.885 0s-0.52 1.365 0 1.885z"})])}Fi.compatConfig={MODE:3};const It=(s,y)=>y?new Date(s.toLocaleString("en-US",{timeZone:y})):new Date(s),mi=(s,y,m)=>Xt(s,y,m)||va(),Dt=(s,y,m)=>{const p=y.dateInTz?It(new Date(s),y.dateInTz):va(s);return m?vs(p,!0):p},Xt=(s,y,m)=>{if(!s)return null;const p=m?vs(va(s),!0):va(s);return y?y.exactMatch?Dt(s,y,m):It(p,y.timezone):p},Hi=s=>{const y=new Date(s.getFullYear(),0,1).getTimezoneOffset();return s.getTimezoneOffset()<y},$i=(s,y)=>{if(!s)return 0;const m=new Date,p=new Date(m.toLocaleString("en-US",{timeZone:"UTC"})),w=new Date(m.toLocaleString("en-US",{timeZone:s})),nt=(Hi(y??w)?w:y??w).getTimezoneOffset()/60;return(+p-+w)/(1e3*60*60)-nt};var Rn=(s=>(s.month="month",s.year="year",s))(Rn||{}),Mi=(s=>(s.top="top",s.bottom="bottom",s))(Mi||{}),ln=(s=>(s.header="header",s.calendar="calendar",s.timePicker="timePicker",s))(ln||{}),Dn=(s=>(s.month="month",s.year="year",s.calendar="calendar",s.time="time",s.minutes="minutes",s.hours="hours",s.seconds="seconds",s))(Dn||{});const Ga=["timestamp","date","iso"];var Da=(s=>(s.up="up",s.down="down",s.left="left",s.right="right",s))(Da||{}),wn=(s=>(s.arrowUp="ArrowUp",s.arrowDown="ArrowDown",s.arrowLeft="ArrowLeft",s.arrowRight="ArrowRight",s.enter="Enter",s.space=" ",s.esc="Escape",s.tab="Tab",s.home="Home",s.end="End",s.pageUp="PageUp",s.pageDown="PageDown",s))(wn||{}),ir=(s=>(s.MONTH_AND_YEAR="MM-yyyy",s.YEAR="yyyy",s.DATE="dd-MM-yyyy",s))(ir||{});function Fa(s){return y=>{const m=new Intl.DateTimeFormat(s,{weekday:"short",timeZone:"UTC"}).format(new Date(`2017-01-0${y}T00:00:00+00:00`));return s==="ar"?m.slice(2,5):m.slice(0,2)}}function yr(s){return y=>q(It(new Date(`2017-01-0${y}T00:00:00+00:00`),"UTC"),"EEEEEE",{locale:s})}const pr=(s,y,m)=>{const p=[1,2,3,4,5,6,7];let w;if(s!==null)try{w=p.map(yr(s))}catch{w=p.map(Fa(y))}else w=p.map(Fa(y));const nt=w.slice(0,m),St=w.slice(m+1,w.length);return[w[m]].concat(...St).concat(...nt)},Za=(s,y,m)=>{const p=[];for(let w=+s[0];w<=+s[1];w++)p.push({value:+w,text:bo(w,y)});return m?p.reverse():p},$r=(s,y,m)=>{const p=[1,2,3,4,5,6,7,8,9,10,11,12].map(nt=>{const St=nt<10?`0${nt}`:nt;return new Date(`2017-${St}-01T00:00:00+00:00`)});if(s!==null)try{const nt=m==="long"?"LLLL":"LLL";return p.map((St,pi)=>{const si=q(It(St,"UTC"),nt,{locale:s});return{text:si.charAt(0).toUpperCase()+si.substring(1),value:pi}})}catch{}const w=new Intl.DateTimeFormat(y,{month:m,timeZone:"UTC"});return p.map((nt,St)=>{const pi=w.format(nt);return{text:pi.charAt(0).toUpperCase()+pi.substring(1),value:St}})},po=s=>[12,1,2,3,4,5,6,7,8,9,10,11,12,1,2,3,4,5,6,7,8,9,10,11][s],Jr=s=>{const y=(0,i.R1)(s);return y?.$el?y?.$el:y},Fs=s=>({type:"dot",...s??{}}),Ss=s=>Array.isArray(s)?!!s[0]&&!!s[1]:!1,Cl={prop:s=>`"${s}" prop must be enabled!`,dateArr:s=>`You need to use array as "model-value" binding in order to support "${s}"`},zo=s=>s,ss=s=>s===0?s:!s||isNaN(+s)?null:+s,Mo=s=>s===null,Uo=s=>{if(s)return[...s.querySelectorAll("input, button, select, textarea, a[href]")][0]},ls=s=>{const y=[],m=p=>p.filter(w=>w);for(let p=0;p<s.length;p+=3){const w=[s[p],s[p+1],s[p+2]];y.push(m(w))}return y},ws=(s,y,m)=>{const p=m!=null,w=y!=null;if(!p&&!w)return!1;const nt=+m,St=+y;return p&&w?+s>nt||+s<St:p?+s>nt:w?+s<St:!1},$s=(s,y)=>ls(s).map(m=>m.map(p=>{const{active:w,disabled:nt,isBetween:St,highlighted:pi}=y(p);return{...p,active:w,disabled:nt,className:{dp__overlay_cell_active:w,dp__overlay_cell:!w,dp__overlay_cell_disabled:nt,dp__overlay_cell_pad:!0,dp__overlay_cell_active_disabled:nt&&w,dp__cell_in_between:St,"dp--highlighted":pi}}})),Hs=(s,y,m=!1)=>{s&&y.allowStopPropagation&&(m&&s.stopImmediatePropagation(),s.stopPropagation())},_l=()=>["a[href]","area[href]","input:not([disabled]):not([type='hidden'])","select:not([disabled])","textarea:not([disabled])","button:not([disabled])","[tabindex]:not([tabindex='-1'])","[data-datepicker-instance]"].join(", ");function Sl(s,y){let m=[...document.querySelectorAll(_l())];m=m.filter(w=>!s.contains(w)||w.hasAttribute("data-datepicker-instance"));const p=m.indexOf(s);if(p>=0&&(y?p-1>=0:p+1<=m.length))return m[p+(y?-1:1)]}const al=(s,y)=>s?.querySelector(`[data-dp-element="${y}"]`),bo=(s,y)=>new Intl.NumberFormat(y,{useGrouping:!1,style:"decimal"}).format(s),Ns=(s,y)=>q(s,y??ir.DATE),qo=s=>Array.isArray(s),nr=(s,y,m)=>y.get(Ns(s,m)),Es=(s,y)=>s?y?y instanceof Map?!!nr(s,y):y(va(s)):!1:!0,ns=(s,y,m=!1,p)=>{if(s.key===wn.enter||s.key===wn.space)return m&&s.preventDefault(),y();if(p)return p(s)},Ml=()=>"ontouchstart"in window||navigator.maxTouchPoints>0,jl=(s,y)=>s?ir.MONTH_AND_YEAR:y?ir.YEAR:ir.DATE,Jo=s=>s<10?`0${s}`:s,xr=(s,y,m,p,w,nt)=>{const St=dl(s,y.slice(0,s.length),new Date,{locale:nt});return lr(St)&&to(St)?p||w?St:vi(St,{hours:+m.hours,minutes:+m?.minutes,seconds:+m?.seconds,milliseconds:0}):null},_d=(s,y,m,p,w,nt)=>{const St=Array.isArray(m)?m[0]:m;if(typeof y=="string")return xr(s,y,St,p,w,nt);if(Array.isArray(y)){let pi=null;for(const si of y)if(pi=xr(s,si,St,p,w,nt),pi)break;return pi}return typeof y=="function"?y(s):null},va=s=>s?new Date(s):new Date,Rs=(s,y,m)=>{if(y){const w=(s.getMonth()+1).toString().padStart(2,"0"),nt=s.getDate().toString().padStart(2,"0"),St=s.getHours().toString().padStart(2,"0"),pi=s.getMinutes().toString().padStart(2,"0"),si=m?s.getSeconds().toString().padStart(2,"0"):"00";return`${s.getFullYear()}-${w}-${nt}T${St}:${pi}:${si}.000Z`}const p=Date.UTC(s.getUTCFullYear(),s.getUTCMonth(),s.getUTCDate(),s.getUTCHours(),s.getUTCMinutes(),s.getUTCSeconds());return new Date(p).toISOString()},vs=(s,y)=>{const m=va(JSON.parse(JSON.stringify(s))),p=vi(m,{hours:0,minutes:0,seconds:0,milliseconds:0});return y?aa(p):p},Il=(s,y,m,p)=>{let w=s?va(s):va();return(y||y===0)&&(w=Ma(w,+y)),(m||m===0)&&(w=kr(w,+m)),(p||p===0)&&(w=Oo(w,+p)),Ir(w,0)},Zo=(s,y)=>!s||!y?!1:Po(vs(s),vs(y)),Lr=(s,y)=>!s||!y?!1:Ko(vs(s),vs(y)),Bo=(s,y)=>!s||!y?!1:Lo(vs(s),vs(y)),Ms=(s,y,m)=>s?.[0]&&s?.[1]?Bo(m,s[0])&&Zo(m,s[1]):s?.[0]&&y?Bo(m,s[0])&&Zo(m,y)||Zo(m,s[0])&&Bo(m,y):!1,Gs=s=>{const y=vi(new Date(s),{date:1});return vs(y)},Ll=(s,y,m)=>y&&(m||m===0)?Object.fromEntries(["hours","minutes","seconds"].map(p=>p===y?[p,m]:[p,isNaN(+s[p])?void 0:+s[p]])):{hours:isNaN(+s.hours)?void 0:+s.hours,minutes:isNaN(+s.minutes)?void 0:+s.minutes,seconds:isNaN(+s.seconds)?void 0:+s.seconds},pl=s=>({hours:Yo(s),minutes:fs(s),seconds:tl(s)}),td=(s,y)=>{if(y){const m=Pr(va(y));if(m>s)return 12;if(m===s)return eo(va(y))}},Cd=(s,y)=>{if(y){const m=Pr(va(y));return m<s?-1:m===s?eo(va(y)):void 0}},yu=s=>{if(s)return Pr(va(s))},xs=(s,y)=>{const m=Bo(s,y)?y:s,p=Bo(y,s)?y:s;return ps({start:m,end:p})},pd=s=>{const y=Vo(s,1);return{month:eo(y),year:Pr(y)}},js=(s,y)=>{const m=en(s,{weekStartsOn:+y}),p=il(s,{weekStartsOn:+y});return[m,p]},Fl=(s,y)=>{const m={hours:Yo(va()),minutes:fs(va()),seconds:y?tl(va()):0};return Object.assign(m,s)},_s=(s,y,m)=>[vi(va(s),{date:1}),vi(va(),{month:y,year:m,date:1})],As=(s,y,m)=>{let p=s?va(s):va();return(y||y===0)&&(p=kt(p,y)),m&&(p=gs(p,m)),p},Zl=(s,y,m,p,w)=>{if(!p||w&&!y||!w&&!m)return!1;const nt=w?Vo(s,1):Dl(s,1),St=[eo(nt),Pr(nt)];return w?!zl(...St,y):!vl(...St,m)},vl=(s,y,m)=>Zo(..._s(m,s,y))||Lr(..._s(m,s,y)),zl=(s,y,m)=>Bo(..._s(m,s,y))||Lr(..._s(m,s,y)),yl=(s,y,m,p,w,nt,St)=>{if(typeof y=="function"&&!St)return y(s);const pi=m?{locale:m}:void 0;return Array.isArray(s)?`${q(s[0],nt,pi)}${w&&!s[1]?"":p}${s[1]?q(s[1],nt,pi):""}`:q(s,nt,pi)},xt=s=>{if(s)return null;throw new Error(Cl.prop("partial-range"))},Zt=(s,y)=>{if(y)return s();throw new Error(Cl.prop("range"))},pt=s=>Array.isArray(s)?lr(s[0])&&(s[1]?lr(s[1]):!0):s?lr(s):!1,an=(s,y)=>vi(y??va(),{hours:+s.hours||0,minutes:+s.minutes||0,seconds:+s.seconds||0}),Gn=(s,y,m,p)=>{if(!s)return!0;if(p){const w=m==="max"?Po(s,y):Lo(s,y),nt={seconds:0,milliseconds:0};return w||Ko(vi(s,nt),vi(y,nt))}return m==="max"?s.getTime()<=y.getTime():s.getTime()>=y.getTime()},Gi=(s,y,m)=>s?an(s,y):va(m??y),ha=(s,y,m,p,w)=>{if(Array.isArray(p)){const St=Gi(s,p[0],y),pi=Gi(s,p[1],y);return Gn(p[0],St,m,!!y)&&Gn(p[1],pi,m,!!y)&&w}const nt=Gi(s,p,y);return Gn(p,nt,m,!!y)&&w},ga=s=>vi(va(),pl(s)),Mr=(s,y,m)=>{if(s instanceof Map){const p=`${Jo(m+1)}-${y}`;return s.size?s.has(p):!1}return typeof s=="function"?s(vs(vi(va(),{month:m,year:y}),!0)):!1},Co=(s,y,m)=>{if(s instanceof Map){const p=`${Jo(m+1)}-${y}`;return s.size?s.has(p):!0}return!0},Ho=(s,y,m)=>typeof s=="function"?s({month:y,year:m}):!!s.months.find(p=>p.month===y&&p.year===m),Ts=(s,y)=>typeof s=="function"?s(y):s.years.includes(y),Xs=s=>`dp-${q(s,"yyyy-MM-dd")}`,Ds=(s,y)=>{const m=qs(vs(y),s),p=no(vs(y),s);return{before:m,after:p}},xl=(s,y)=>y<+s[0]||y>+s[1],Ul=(0,i.Kh)({menuFocused:!1,shiftKeyInMenu:!1}),Ru=()=>{const s=m=>{Ul.menuFocused=m},y=m=>{Ul.shiftKeyInMenu!==m&&(Ul.shiftKeyInMenu=m)};return{control:(0,e.EW)(()=>({shiftKeyInMenu:Ul.shiftKeyInMenu,menuFocused:Ul.menuFocused})),setMenuFocused:s,setShiftKey:y}},Qr=(0,i.Kh)({monthYear:[],calendar:[],time:[],actionRow:[],selectionGrid:[],timePicker:{0:[],1:[]},monthPicker:[]}),su=(0,i.KR)(null),qu=(0,i.KR)(!1),id=(0,i.KR)(!1),nd=(0,i.KR)(!1),co=(0,i.KR)(!1),l=(0,i.KR)(0),F=(0,i.KR)(0),Z=()=>{const s=(0,e.EW)(()=>qu.value?[...Qr.selectionGrid,Qr.actionRow].filter(Ni=>Ni.length):id.value?[...Qr.timePicker[0],...Qr.timePicker[1],co.value?[]:[su.value],Qr.actionRow].filter(Ni=>Ni.length):nd.value?[...Qr.monthPicker,Qr.actionRow]:[Qr.monthYear,...Qr.calendar,Qr.time,Qr.actionRow].filter(Ni=>Ni.length)),y=Ni=>{l.value=Ni?l.value+1:l.value-1;let Ki=null;s.value[F.value]&&(Ki=s.value[F.value][l.value]),!Ki&&s.value[F.value+(Ni?1:-1)]?(F.value=F.value+(Ni?1:-1),l.value=Ni?0:s.value[F.value].length-1):Ki||(l.value=Ni?l.value-1:l.value+1)},m=Ni=>{F.value===0&&!Ni||F.value===s.value.length&&Ni||(F.value=Ni?F.value+1:F.value-1,s.value[F.value]?s.value[F.value]&&!s.value[F.value][l.value]&&l.value!==0&&(l.value=s.value[F.value].length-1):F.value=Ni?F.value-1:F.value+1)},p=Ni=>{let Ki=null;s.value[F.value]&&(Ki=s.value[F.value][l.value]),Ki?Ki.focus({preventScroll:!qu.value}):l.value=Ni?l.value-1:l.value+1},w=()=>{y(!0),p(!0)},nt=()=>{y(!1),p(!1)},St=()=>{m(!1),p(!0)},pi=()=>{m(!0),p(!0)},si=(Ni,Ki)=>{Qr[Ki]=Ni},Fn=(Ni,Ki)=>{Qr[Ki]=Ni},Di=()=>{l.value=0,F.value=0};return{buildMatrix:si,buildMultiLevelMatrix:Fn,setTimePickerBackRef:Ni=>{su.value=Ni},setSelectionGrid:Ni=>{qu.value=Ni,Di(),Ni||(Qr.selectionGrid=[])},setTimePicker:(Ni,Ki=!1)=>{id.value=Ni,co.value=Ki,Di(),Ni||(Qr.timePicker[0]=[],Qr.timePicker[1]=[])},setTimePickerElements:(Ni,Ki=0)=>{Qr.timePicker[Ki]=Ni},arrowRight:w,arrowLeft:nt,arrowUp:St,arrowDown:pi,clearArrowNav:()=>{Qr.monthYear=[],Qr.calendar=[],Qr.time=[],Qr.actionRow=[],Qr.selectionGrid=[],Qr.timePicker[0]=[],Qr.timePicker[1]=[],qu.value=!1,id.value=!1,co.value=!1,nd.value=!1,Di(),su.value=null},setMonthPicker:Ni=>{nd.value=Ni,Di()},refSets:Qr}},le=s=>({menuAppearTop:"dp-menu-appear-top",menuAppearBottom:"dp-menu-appear-bottom",open:"dp-slide-down",close:"dp-slide-up",next:"calendar-next",previous:"calendar-prev",vNext:"dp-slide-up",vPrevious:"dp-slide-down",...s??{}}),Me=s=>({toggleOverlay:"Toggle overlay",menu:"Datepicker menu",input:"Datepicker input",openTimePicker:"Open time picker",closeTimePicker:"Close time Picker",incrementValue:y=>`Increment ${y}`,decrementValue:y=>`Decrement ${y}`,openTpOverlay:y=>`Open ${y} overlay`,amPmButton:"Switch AM/PM mode",openYearsOverlay:"Open years overlay",openMonthsOverlay:"Open months overlay",nextMonth:"Next month",prevMonth:"Previous month",nextYear:"Next year",prevYear:"Previous year",day:void 0,weekDay:void 0,clearInput:"Clear value",calendarIcon:"Calendar icon",timePicker:"Time picker",monthPicker:y=>`Month picker${y?" overlay":""}`,yearPicker:y=>`Year picker${y?" overlay":""}`,timeOverlay:y=>`${y} overlay`,...s??{}}),Ie=s=>s?typeof s=="boolean"?s?2:0:+s>=2?+s:2:0,yt=s=>{const y=typeof s=="object"&&s,m={static:!0,solo:!1};if(!s)return{...m,count:Ie(!1)};const p=y?s:{},w=y?p.count??!0:s,nt=Ie(w);return Object.assign(m,p,{count:nt})},Nt=(s,y,m)=>s||(typeof m=="string"?m:y),_i=s=>typeof s=="boolean"?s?le({}):!1:le(s),Vi=s=>{const y={enterSubmit:!0,tabSubmit:!0,openMenu:"open",selectOnFocus:!1,rangeSeparator:" - ",escClose:!0};return typeof s=="object"?{...y,...s??{},enabled:!0}:{...y,enabled:s}},ji=s=>({months:[],years:[],times:{hours:[],minutes:[],seconds:[]},...s??{}}),ci=s=>({showSelect:!0,showCancel:!0,showNow:!1,showPreview:!0,...s??{}}),bn=s=>{const y={input:!1};return typeof s=="object"?{...y,...s??{},enabled:!0}:{enabled:s,...y}},Wn=s=>({allowStopPropagation:!0,closeOnScroll:!1,modeHeight:255,allowPreventDefault:!1,closeOnClearValue:!0,closeOnAutoApply:!0,noSwipe:!1,keepActionRow:!1,onClickOutside:void 0,tabOutClosesMenu:!0,arrowLeft:void 0,keepViewOnOffsetClick:!1,timeArrowHoldThreshold:0,shadowDom:!1,mobileBreakpoint:600,setDateOnMenuClose:!1,...s??{}}),Ca=s=>{const y={dates:Array.isArray(s)?s.map(m=>va(m)):[],years:[],months:[],quarters:[],weeks:[],weekdays:[],options:{highlightDisabled:!1}};return typeof s=="function"?s:{...y,...s??{}}},la=s=>typeof s=="object"?{type:s?.type??"local",hideOnOffsetDates:s?.hideOnOffsetDates??!1}:{type:s,hideOnOffsetDates:!1},zr=s=>{const y={noDisabledRange:!1,showLastInRange:!0,minMaxRawRange:!1,partialRange:!0,disableTimeRangeValidation:!1,maxRange:void 0,minRange:void 0,autoRange:void 0,fixedStart:!1,fixedEnd:!1};return typeof s=="object"?{enabled:!0,...y,...s}:{enabled:s,...y}},Gr=s=>s?typeof s=="string"?{timezone:s,exactMatch:!1,dateInTz:void 0,emitTimezone:void 0,convertModel:!0}:{timezone:s.timezone,exactMatch:s.exactMatch??!1,dateInTz:s.dateInTz??void 0,emitTimezone:s.emitTimezone??void 0,convertModel:s.convertModel??!0}:{timezone:void 0,exactMatch:!1,emitTimezone:void 0},Ba=(s,y,m,p)=>new Map(s.map(w=>{const nt=mi(w,y,p);return[Ns(nt,m),nt]})),zi=(s,y)=>s.length?new Map(s.map(m=>{const p=mi(m.date,y);return[Ns(p,ir.DATE),m]})):null,Xn=s=>{const y=jl(s.isMonthPicker,s.isYearPicker);return{minDate:Xt(s.minDate,s.timezone,s.isSpecific),maxDate:Xt(s.maxDate,s.timezone,s.isSpecific),disabledDates:qo(s.disabledDates)?Ba(s.disabledDates,s.timezone,y,s.isSpecific):s.disabledDates,allowedDates:qo(s.allowedDates)?Ba(s.allowedDates,s.timezone,y,s.isSpecific):null,highlight:typeof s.highlight=="object"&&qo(s.highlight?.dates)?Ba(s.highlight.dates,s.timezone,y):s.highlight,markers:zi(s.markers,s.timezone)}},Kn=s=>typeof s=="boolean"?{enabled:s,dragSelect:!0,limit:null}:{enabled:!!s,limit:s.limit?+s.limit:null,dragSelect:s.dragSelect??!0},za=s=>({...Object.fromEntries(Object.keys(s).map(y=>{const m=y,p=s[m],w=typeof s[m]=="string"?{[p]:!0}:Object.fromEntries(p.map(nt=>[nt,!0]));return[y,w]}))}),qa=s=>{const y=()=>{const Jn=s.enableSeconds?":ss":"",ra=s.enableMinutes?":mm":"";return s.is24?`HH${ra}${Jn}`:`hh${ra}${Jn} aa`},m=()=>s.format?s.format:s.monthPicker?"MM/yyyy":s.timePicker?y():s.weekPicker?`${yn.value?.type==="iso"?"II":"ww"}-RR`:s.yearPicker?"yyyy":s.quarterPicker?"QQQ/yyyy":s.enableTimePicker?`MM/dd/yyyy, ${y()}`:"MM/dd/yyyy",p=Jn=>Fl(Jn,s.enableSeconds),w=()=>mn.value.enabled?s.startTime&&Array.isArray(s.startTime)?[p(s.startTime[0]),p(s.startTime[1])]:null:s.startTime&&!Array.isArray(s.startTime)?p(s.startTime):null,nt=(0,e.EW)(()=>yt(s.multiCalendars)),St=(0,e.EW)(()=>w()),pi=(0,e.EW)(()=>Me(s.ariaLabels)),si=(0,e.EW)(()=>ji(s.filters)),Fn=(0,e.EW)(()=>_i(s.transitions)),Di=(0,e.EW)(()=>ci(s.actionRow)),Ni=(0,e.EW)(()=>Nt(s.previewFormat,s.format,m())),Ki=(0,e.EW)(()=>Vi(s.textInput)),hn=(0,e.EW)(()=>bn(s.inline)),Pn=(0,e.EW)(()=>Wn(s.config)),In=(0,e.EW)(()=>Ca(s.highlight)),yn=(0,e.EW)(()=>la(s.weekNumbers)),Bn=(0,e.EW)(()=>Gr(s.timezone)),Ln=(0,e.EW)(()=>Kn(s.multiDates)),bi=(0,e.EW)(()=>Xn({minDate:s.minDate,maxDate:s.maxDate,disabledDates:s.disabledDates,allowedDates:s.allowedDates,highlight:In.value,markers:s.markers,timezone:Bn.value,isSpecific:s.monthPicker||s.yearPicker||s.quarterPicker,isMonthPicker:s.monthPicker,isYearPicker:s.yearPicker})),mn=(0,e.EW)(()=>zr(s.range)),pa=(0,e.EW)(()=>za(s.ui));return{defaultedTransitions:Fn,defaultedMultiCalendars:nt,defaultedStartTime:St,defaultedAriaLabels:pi,defaultedFilters:si,defaultedActionRow:Di,defaultedPreviewFormat:Ni,defaultedTextInput:Ki,defaultedInline:hn,defaultedConfig:Pn,defaultedHighlight:In,defaultedWeekNumbers:yn,defaultedRange:mn,propDates:bi,defaultedTz:Bn,defaultedMultiDates:Ln,defaultedUI:pa,getDefaultPattern:m,getDefaultStartTime:w,handleEventPropagation:Jn=>{Pn.value.allowStopPropagation&&Jn.stopPropagation(),Pn.value.allowPreventDefault&&Jn.preventDefault()}}},Ar=(s,y,{isInputFocused:m,isTextInputDate:p})=>{const w=(0,i.KR)(),{defaultedTextInput:nt,defaultedRange:St,defaultedTz:pi,defaultedMultiDates:si,getDefaultPattern:Fn}=qa(y),Di=(0,i.KR)(""),Ni=(0,i.lW)(y,"format"),Ki=(0,i.lW)(y,"formatLocale");(0,e.wB)(w,()=>{typeof y.onInternalModelChange=="function"&&s("internal-model-change",w.value,ki(!0))},{deep:!0}),(0,e.wB)(St,(fi,Na)=>{fi.enabled!==Na.enabled&&(w.value=null)}),(0,e.wB)(Ni,()=>{ua()});const hn=fi=>pi.value.timezone&&pi.value.convertModel?It(fi,pi.value.timezone):fi,Pn=fi=>{if(pi.value.timezone&&pi.value.convertModel){const Na=$i(pi.value.timezone,fi);return Pl(fi,Na)}return fi},In=(fi,Na,jo=!1)=>yl(fi,y.format,y.formatLocale,nt.value.rangeSeparator,y.modelAuto,Na??Fn(),jo),yn=fi=>fi?y.modelType?kn(fi):{hours:Yo(fi),minutes:fs(fi),seconds:y.enableSeconds?tl(fi):0}:null,Bn=fi=>y.modelType?kn(fi):{month:eo(fi),year:Pr(fi)},Ln=fi=>Array.isArray(fi)?si.value.enabled?fi.map(Na=>bi(Na,gs(va(),Na))):Zt(()=>[gs(va(),fi[0]),fi[1]?gs(va(),fi[1]):xt(St.value.partialRange)],St.value.enabled):gs(va(),+fi),bi=(fi,Na)=>(typeof fi=="string"||typeof fi=="number")&&y.modelType?Xa(fi):Na,mn=fi=>Array.isArray(fi)?[bi(fi[0],Il(null,+fi[0].hours,+fi[0].minutes,fi[0].seconds)),bi(fi[1],Il(null,+fi[1].hours,+fi[1].minutes,fi[1].seconds))]:bi(fi,Il(null,fi.hours,fi.minutes,fi.seconds)),pa=fi=>{const Na=vi(va(),{date:1});return Array.isArray(fi)?si.value.enabled?fi.map(jo=>bi(jo,As(Na,+jo.month,+jo.year))):Zt(()=>[bi(fi[0],As(Na,+fi[0].month,+fi[0].year)),bi(fi[1],fi[1]?As(Na,+fi[1].month,+fi[1].year):xt(St.value.partialRange))],St.value.enabled):bi(fi,As(Na,+fi.month,+fi.year))},Jn=fi=>{if(Array.isArray(fi))return fi.map(Na=>Xa(Na));throw new Error(Cl.dateArr("multi-dates"))},ra=fi=>{if(Array.isArray(fi)&&St.value.enabled){const Na=fi[0],jo=fi[1];return[va(Array.isArray(Na)?Na[0]:null),Array.isArray(jo)&&jo.length?va(jo[0]):null]}return va(fi[0])},mr=fi=>y.modelAuto?Array.isArray(fi)?[Xa(fi[0]),Xa(fi[1])]:y.autoApply?[Xa(fi)]:[Xa(fi),null]:Array.isArray(fi)?Zt(()=>fi[1]?[Xa(fi[0]),fi[1]?Xa(fi[1]):xt(St.value.partialRange)]:[Xa(fi[0])],St.value.enabled):Xa(fi),Aa=()=>{Array.isArray(w.value)&&St.value.enabled&&w.value.length===1&&w.value.push(xt(St.value.partialRange))},fa=()=>{const fi=w.value;return[kn(fi[0]),fi[1]?kn(fi[1]):xt(St.value.partialRange)]},ar=()=>Array.isArray(w.value)?w.value[1]?fa():kn(zo(w.value[0])):[],jr=()=>(w.value||[]).map(fi=>kn(fi)),ao=(fi=!1)=>(fi||Aa(),y.modelAuto?ar():si.value.enabled?jr():Array.isArray(w.value)?Zt(()=>fa(),St.value.enabled):kn(zo(w.value))),Zi=fi=>!fi||Array.isArray(fi)&&!fi.length?null:y.timePicker?mn(zo(fi)):y.monthPicker?pa(zo(fi)):y.yearPicker?Ln(zo(fi)):si.value.enabled?Jn(zo(fi)):y.weekPicker?ra(zo(fi)):mr(zo(fi)),_n=fi=>{if(p.value)return;const Na=Zi(fi);pt(zo(Na))?(w.value=zo(Na),ua()):(w.value=null,Di.value="")},on=()=>{const fi=Na=>q(Na,nt.value.format);return`${fi(w.value[0])} ${nt.value.rangeSeparator} ${w.value[1]?fi(w.value[1]):""}`},ya=()=>m.value&&w.value?Array.isArray(w.value)?on():q(w.value,nt.value.format):In(w.value),rr=()=>w.value?si.value.enabled?w.value.map(fi=>In(fi)).join("; "):nt.value.enabled&&typeof nt.value.format=="string"?ya():In(w.value):"",ua=()=>{!y.format||typeof y.format=="string"||nt.value.enabled&&typeof nt.value.format=="string"?Di.value=rr():Di.value=y.format(w.value)},Xa=fi=>{if(y.utc){const Na=new Date(fi);return y.utc==="preserve"?new Date(Na.getTime()+Na.getTimezoneOffset()*6e4):Na}return y.modelType?Ga.includes(y.modelType)?hn(new Date(fi)):y.modelType==="format"&&(typeof y.format=="string"||!y.format)?hn(dl(fi,Fn(),new Date,{locale:Ki.value})):hn(dl(fi,y.modelType,new Date,{locale:Ki.value})):hn(new Date(fi))},kn=fi=>fi?y.utc?Rs(fi,y.utc==="preserve",y.enableSeconds):y.modelType?y.modelType==="timestamp"?+Pn(fi):y.modelType==="iso"?Pn(fi).toISOString():y.modelType==="format"&&(typeof y.format=="string"||!y.format)?In(Pn(fi)):In(Pn(fi),y.modelType,!0):Pn(fi):"",Sr=(fi,Na=!1,jo=!1)=>{if(jo)return fi;if(s("update:model-value",fi),pi.value.emitTimezone&&Na){const ja=Array.isArray(fi)?fi.map(ko=>It(zo(ko),pi.value.emitTimezone)):It(zo(fi),pi.value.emitTimezone);s("update:model-timezone-value",ja)}},Ti=fi=>Array.isArray(w.value)?si.value.enabled?w.value.map(Na=>fi(Na)):[fi(w.value[0]),w.value[1]?fi(w.value[1]):xt(St.value.partialRange)]:fi(zo(w.value)),Mn=()=>{if(Array.isArray(w.value)){const fi=js(w.value[0],y.weekStart),Na=w.value[1]?js(w.value[1],y.weekStart):[];return[fi.map(jo=>va(jo)),Na.map(jo=>va(jo))]}return js(w.value,y.weekStart).map(fi=>va(fi))},vn=(fi,Na)=>Sr(zo(Ti(fi)),!1,Na),or=fi=>{const Na=Mn();return fi?Na:s("update:model-value",Mn())},ki=(fi=!1)=>(fi||ua(),y.monthPicker?vn(Bn,fi):y.timePicker?vn(yn,fi):y.yearPicker?vn(Pr,fi):y.weekPicker?or(fi):Sr(ao(fi),!0,fi));return{inputValue:Di,internalModelValue:w,checkBeforeEmit:()=>w.value?St.value.enabled?St.value.partialRange?w.value.length>=1:w.value.length===2:!!w.value:!1,parseExternalModelValue:_n,formatInputValue:ua,emitModelValue:ki}},_a=(s,y)=>{const{defaultedFilters:m,propDates:p}=qa(s),{validateMonthYearInRange:w}=Xu(s),nt=(Di,Ni)=>{let Ki=Di;return m.value.months.includes(eo(Ki))?(Ki=Ni?Vo(Di,1):Dl(Di,1),nt(Ki,Ni)):Ki},St=(Di,Ni)=>{let Ki=Di;return m.value.years.includes(Pr(Ki))?(Ki=Ni?ml(Di,1):nl(Di,1),St(Ki,Ni)):Ki},pi=(Di,Ni=!1)=>{const Ki=vi(va(),{month:s.month,year:s.year});let hn=Di?Vo(Ki,1):Dl(Ki,1);s.disableYearSelect&&(hn=gs(hn,s.year));let Pn=eo(hn),In=Pr(hn);m.value.months.includes(Pn)&&(hn=nt(hn,Di),Pn=eo(hn),In=Pr(hn)),m.value.years.includes(In)&&(hn=St(hn,Di),In=Pr(hn)),w(Pn,In,Di,s.preventMinMaxNavigation)&&si(Pn,In,Ni)},si=(Di,Ni,Ki)=>{y("update-month-year",{month:Di,year:Ni,fromNav:Ki})},Fn=(0,e.EW)(()=>Di=>Zl(vi(va(),{month:s.month,year:s.year}),p.value.maxDate,p.value.minDate,s.preventMinMaxNavigation,Di));return{handleMonthYearChange:pi,isDisabled:Fn,updateMonthYear:si}},wa={multiCalendars:{type:[Boolean,Number,String,Object],default:void 0},modelValue:{type:[String,Date,Array,Object,Number],default:null},modelType:{type:String,default:null},position:{type:String,default:"center"},dark:{type:Boolean,default:!1},format:{type:[String,Function],default:()=>null},autoPosition:{type:[Boolean,String],default:!0},altPosition:{type:Function,default:null},transitions:{type:[Boolean,Object],default:!0},formatLocale:{type:Object,default:null},utc:{type:[Boolean,String],default:!1},ariaLabels:{type:Object,default:()=>({})},offset:{type:[Number,String],default:10},hideNavigation:{type:Array,default:()=>[]},timezone:{type:[String,Object],default:null},vertical:{type:Boolean,default:!1},disableMonthYearSelect:{type:Boolean,default:!1},disableYearSelect:{type:Boolean,default:!1},dayClass:{type:Function,default:null},yearRange:{type:Array,default:()=>[1900,2100]},enableTimePicker:{type:Boolean,default:!0},autoApply:{type:Boolean,default:!1},disabledDates:{type:[Array,Function],default:()=>[]},monthNameFormat:{type:String,default:"short"},startDate:{type:[Date,String],default:null},startTime:{type:[Object,Array],default:null},hideOffsetDates:{type:Boolean,default:!1},noToday:{type:Boolean,default:!1},disabledWeekDays:{type:Array,default:()=>[]},allowedDates:{type:Array,default:null},nowButtonLabel:{type:String,default:"Now"},markers:{type:Array,default:()=>[]},escClose:{type:Boolean,default:!0},spaceConfirm:{type:Boolean,default:!0},monthChangeOnArrows:{type:Boolean,default:!0},presetDates:{type:Array,default:()=>[]},flow:{type:Array,default:()=>[]},partialFlow:{type:Boolean,default:!1},preventMinMaxNavigation:{type:Boolean,default:!1},reverseYears:{type:Boolean,default:!1},weekPicker:{type:Boolean,default:!1},filters:{type:Object,default:()=>({})},arrowNavigation:{type:Boolean,default:!1},highlight:{type:[Function,Object],default:null},teleport:{type:[Boolean,String,Object],default:null},teleportCenter:{type:Boolean,default:!1},locale:{type:String,default:"en-Us"},weekNumName:{type:String,default:"W"},weekStart:{type:[Number,String],default:1},weekNumbers:{type:[String,Function,Object],default:null},monthChangeOnScroll:{type:[Boolean,String],default:!0},dayNames:{type:[Function,Array],default:null},monthPicker:{type:Boolean,default:!1},customProps:{type:Object,default:null},yearPicker:{type:Boolean,default:!1},modelAuto:{type:Boolean,default:!1},selectText:{type:String,default:"Select"},cancelText:{type:String,default:"Cancel"},previewFormat:{type:[String,Function],default:()=>""},multiDates:{type:[Object,Boolean],default:!1},ignoreTimeValidation:{type:Boolean,default:!1},minDate:{type:[Date,String],default:null},maxDate:{type:[Date,String],default:null},minTime:{type:Object,default:null},maxTime:{type:Object,default:null},name:{type:String,default:null},placeholder:{type:String,default:""},hideInputIcon:{type:Boolean,default:!1},clearable:{type:Boolean,default:!0},alwaysClearable:{type:Boolean,default:!1},state:{type:Boolean,default:null},required:{type:Boolean,default:!1},autocomplete:{type:String,default:"off"},timePicker:{type:Boolean,default:!1},enableSeconds:{type:Boolean,default:!1},is24:{type:Boolean,default:!0},noHoursOverlay:{type:Boolean,default:!1},noMinutesOverlay:{type:Boolean,default:!1},noSecondsOverlay:{type:Boolean,default:!1},hoursGridIncrement:{type:[String,Number],default:1},minutesGridIncrement:{type:[String,Number],default:5},secondsGridIncrement:{type:[String,Number],default:5},hoursIncrement:{type:[Number,String],default:1},minutesIncrement:{type:[Number,String],default:1},secondsIncrement:{type:[Number,String],default:1},range:{type:[Boolean,Object],default:!1},uid:{type:String,default:null},disabled:{type:Boolean,default:!1},readonly:{type:Boolean,default:!1},inline:{type:[Boolean,Object],default:!1},textInput:{type:[Boolean,Object],default:!1},sixWeeks:{type:[Boolean,String],default:!1},actionRow:{type:Object,default:()=>({})},focusStartDate:{type:Boolean,default:!1},disabledTimes:{type:[Function,Array],default:void 0},timePickerInline:{type:Boolean,default:!1},calendar:{type:Function,default:null},config:{type:Object,default:void 0},quarterPicker:{type:Boolean,default:!1},yearFirst:{type:Boolean,default:!1},loading:{type:Boolean,default:!1},onInternalModelChange:{type:[Function,Object],default:null},enableMinutes:{type:Boolean,default:!0},ui:{type:Object,default:()=>({})}},Fr={...wa,shadow:{type:Boolean,default:!1},flowStep:{type:Number,default:0},internalModelValue:{type:[Date,Array],default:null},noOverlayFocus:{type:Boolean,default:!1},collapse:{type:Boolean,default:!1},menuWrapRef:{type:Object,default:null},getInputRect:{type:Function,default:()=>({})},isTextInputDate:{type:Boolean,default:!1},isMobile:{type:Boolean,default:void 0}},ro=["title"],so=["disabled"],Wo=(0,e.pM)({compatConfig:{MODE:3},__name:"ActionRow",props:{menuMount:{type:Boolean,default:!1},calendarWidth:{type:Number,default:0},...Fr},emits:["close-picker","select-date","select-now","invalid-select"],setup(s,{emit:y}){const m=y,p=s,{defaultedActionRow:w,defaultedPreviewFormat:nt,defaultedMultiCalendars:St,defaultedTextInput:pi,defaultedInline:si,defaultedRange:Fn,defaultedMultiDates:Di}=qa(p),{isTimeValid:Ni,isMonthValid:Ki}=Xu(p),{buildMatrix:hn}=Z(),Pn=(0,i.KR)(null),In=(0,i.KR)(null),yn=(0,i.KR)(!1),Bn=(0,i.KR)({}),Ln=(0,i.KR)(null),bi=(0,i.KR)(null);(0,e.sV)(()=>{p.arrowNavigation&&hn([Jr(Pn),Jr(In)],"actionRow"),mn(),window.addEventListener("resize",mn)}),(0,e.hi)(()=>{window.removeEventListener("resize",mn)});const mn=()=>{yn.value=!1,setTimeout(()=>{const Zi=Ln.value?.getBoundingClientRect(),_n=bi.value?.getBoundingClientRect();Zi&&_n&&(Bn.value.maxWidth=`${_n.width-Zi.width-20}px`),yn.value=!0},0)},pa=(0,e.EW)(()=>Fn.value.enabled&&!Fn.value.partialRange&&p.internalModelValue?p.internalModelValue.length===2:!0),Jn=(0,e.EW)(()=>!Ni.value(p.internalModelValue)||!Ki.value(p.internalModelValue)||!pa.value),ra=()=>{const Zi=nt.value;return p.timePicker||p.monthPicker,Zi(zo(p.internalModelValue))},mr=()=>{const Zi=p.internalModelValue;return St.value.count>0?`${Aa(Zi[0])} - ${Aa(Zi[1])}`:[Aa(Zi[0]),Aa(Zi[1])]},Aa=Zi=>yl(Zi,nt.value,p.formatLocale,pi.value.rangeSeparator,p.modelAuto,nt.value),fa=(0,e.EW)(()=>!p.internalModelValue||!p.menuMount?"":typeof nt.value=="string"?Array.isArray(p.internalModelValue)?p.internalModelValue.length===2&&p.internalModelValue[1]?mr():Di.value.enabled?p.internalModelValue.map(Zi=>`${Aa(Zi)}`):p.modelAuto?`${Aa(p.internalModelValue[0])}`:`${Aa(p.internalModelValue[0])} -`:Aa(p.internalModelValue):ra()),ar=()=>Di.value.enabled?"; ":" - ",jr=(0,e.EW)(()=>Array.isArray(fa.value)?fa.value.join(ar()):fa.value),ao=()=>{Ni.value(p.internalModelValue)&&Ki.value(p.internalModelValue)&&pa.value?m("select-date"):m("invalid-select")};return(Zi,_n)=>((0,e.uX)(),(0,e.CE)("div",{ref_key:"actionRowRef",ref:bi,class:"dp__action_row"},[Zi.$slots["action-row"]?(0,e.RG)(Zi.$slots,"action-row",(0,c.normalizeProps)((0,e.v6)({key:0},{internalModelValue:Zi.internalModelValue,disabled:Jn.value,selectDate:()=>Zi.$emit("select-date"),closePicker:()=>Zi.$emit("close-picker")}))):((0,e.uX)(),(0,e.CE)(e.FK,{key:1},[(0,i.R1)(w).showPreview?((0,e.uX)(),(0,e.CE)("div",{key:0,class:"dp__selection_preview",title:jr.value,style:(0,c.normalizeStyle)(Bn.value)},[Zi.$slots["action-preview"]&&yn.value?(0,e.RG)(Zi.$slots,"action-preview",{key:0,value:Zi.internalModelValue}):(0,e.Q3)("",!0),!Zi.$slots["action-preview"]&&yn.value?((0,e.uX)(),(0,e.CE)(e.FK,{key:1},[(0,e.eW)((0,c.toDisplayString)(jr.value),1)],64)):(0,e.Q3)("",!0)],12,ro)):(0,e.Q3)("",!0),(0,e.Lk)("div",{ref_key:"actionBtnContainer",ref:Ln,class:"dp__action_buttons","data-dp-element":"action-row"},[Zi.$slots["action-buttons"]?(0,e.RG)(Zi.$slots,"action-buttons",{key:0,value:Zi.internalModelValue}):(0,e.Q3)("",!0),Zi.$slots["action-buttons"]?(0,e.Q3)("",!0):((0,e.uX)(),(0,e.CE)(e.FK,{key:1},[!(0,i.R1)(si).enabled&&(0,i.R1)(w).showCancel?((0,e.uX)(),(0,e.CE)("button",{key:0,ref_key:"cancelButtonRef",ref:Pn,type:"button",class:"dp__action_button dp__action_cancel",onClick:_n[0]||(_n[0]=on=>Zi.$emit("close-picker")),onKeydown:_n[1]||(_n[1]=on=>(0,i.R1)(ns)(on,()=>Zi.$emit("close-picker")))},(0,c.toDisplayString)(Zi.cancelText),545)):(0,e.Q3)("",!0),(0,i.R1)(w).showNow?((0,e.uX)(),(0,e.CE)("button",{key:1,type:"button",class:"dp__action_button dp__action_cancel",onClick:_n[2]||(_n[2]=on=>Zi.$emit("select-now")),onKeydown:_n[3]||(_n[3]=on=>(0,i.R1)(ns)(on,()=>Zi.$emit("select-now")))},(0,c.toDisplayString)(Zi.nowButtonLabel),33)):(0,e.Q3)("",!0),(0,i.R1)(w).showSelect?((0,e.uX)(),(0,e.CE)("button",{key:2,ref_key:"selectButtonRef",ref:In,type:"button",class:"dp__action_button dp__action_select",disabled:Jn.value,"data-test-id":"select-button",onKeydown:_n[4]||(_n[4]=on=>(0,i.R1)(ns)(on,()=>ao())),onClick:ao},(0,c.toDisplayString)(Zi.selectText),41,so)):(0,e.Q3)("",!0)],64))],512)],64))],512))}}),$o=["role","aria-label","tabindex"],Nr={class:"dp__selection_grid_header"},lo=["aria-selected","aria-disabled","data-test-id","onClick","onKeydown","onMouseover"],Tr=["aria-label"],Fo=(0,e.pM)({__name:"SelectionOverlay",props:{items:{},type:{},isLast:{type:Boolean},arrowNavigation:{type:Boolean},skipButtonRef:{type:Boolean},headerRefs:{},hideNavigation:{},escClose:{type:Boolean},useRelative:{type:Boolean},height:{},textInput:{type:[Boolean,Object]},config:{},noOverlayFocus:{type:Boolean},focusValue:{},menuWrapRef:{},ariaLabels:{},overlayLabel:{}},emits:["selected","toggle","reset-flow","hover-value"],setup(s,{expose:y,emit:m}){const{setSelectionGrid:p,buildMultiLevelMatrix:w,setMonthPicker:nt}=Z(),St=m,pi=s,{defaultedAriaLabels:si,defaultedTextInput:Fn,defaultedConfig:Di,handleEventPropagation:Ni}=qa(pi),{hideNavigationButtons:Ki}=xd(),hn=(0,i.KR)(!1),Pn=(0,i.KR)(null),In=(0,i.KR)(null),yn=(0,i.KR)([]),Bn=(0,i.KR)(),Ln=(0,i.KR)(null),bi=(0,i.KR)(0),mn=(0,i.KR)(null);(0,e.Ic)(()=>{Pn.value=null}),(0,e.sV)(()=>{(0,e.dY)().then(()=>jr()),pi.noOverlayFocus||Jn(),pa(!0)}),(0,e.hi)(()=>pa(!1));const pa=Ti=>{pi.arrowNavigation&&(pi.headerRefs?.length?nt(Ti):p(Ti))},Jn=()=>{const Ti=Jr(In);Ti&&(Fn.value.enabled||(Pn.value?Pn.value?.focus({preventScroll:!0}):Ti.focus({preventScroll:!0})),hn.value=Ti.clientHeight<Ti.scrollHeight)},ra=(0,e.EW)(()=>({dp__overlay:!0,"dp--overlay-absolute":!pi.useRelative,"dp--overlay-relative":pi.useRelative})),mr=(0,e.EW)(()=>pi.useRelative?{height:`${pi.height}px`,width:"var(--dp-menu-min-width)"}:void 0),Aa=(0,e.EW)(()=>({dp__overlay_col:!0})),fa=(0,e.EW)(()=>({dp__btn:!0,dp__button:!0,dp__overlay_action:!0,dp__over_action_scroll:hn.value,dp__button_bottom:pi.isLast})),ar=(0,e.EW)(()=>({dp__overlay_container:!0,dp__container_flex:pi.items?.length<=6,dp__container_block:pi.items?.length>6}));(0,e.wB)(()=>pi.items,()=>jr(!1),{deep:!0});const jr=(Ti=!0)=>{(0,e.dY)().then(()=>{const Mn=Jr(Pn),vn=Jr(In),or=Jr(Ln),ki=Jr(mn),fi=or?or.getBoundingClientRect().height:0;vn&&(vn.getBoundingClientRect().height?bi.value=vn.getBoundingClientRect().height-fi:bi.value=Di.value.modeHeight-fi),Mn&&ki&&Ti&&(ki.scrollTop=Mn.offsetTop-ki.offsetTop-(bi.value/2-Mn.getBoundingClientRect().height)-fi)})},ao=Ti=>{Ti.disabled||St("selected",Ti.value)},Zi=()=>{St("toggle"),St("reset-flow")},_n=Ti=>{pi.escClose&&(Zi(),Ni(Ti))},on=(Ti,Mn,vn,or)=>{Ti&&((Mn.active||Mn.value===pi.focusValue)&&(Pn.value=Ti),pi.arrowNavigation&&(Array.isArray(yn.value[vn])?yn.value[vn][or]=Ti:yn.value[vn]=[Ti],ya()))},ya=()=>{const Ti=pi.headerRefs?.length?[pi.headerRefs].concat(yn.value):yn.value.concat([pi.skipButtonRef?[]:[Ln.value]]);w(zo(Ti),pi.headerRefs?.length?"monthPicker":"selectionGrid")},rr=Ti=>{pi.arrowNavigation||Hs(Ti,Di.value,!0)},ua=Ti=>{Bn.value=Ti,St("hover-value",Ti)},Xa=()=>{if(Zi(),!pi.isLast){const Ti=al(pi.menuWrapRef??null,"action-row");Ti&&Uo(Ti)?.focus()}},kn=Ti=>{switch(Ti.key){case wn.esc:return _n(Ti);case wn.arrowLeft:return rr(Ti);case wn.arrowRight:return rr(Ti);case wn.arrowUp:return rr(Ti);case wn.arrowDown:return rr(Ti);default:return}},Sr=Ti=>{if(Ti.key===wn.enter)return Zi();if(Ti.key===wn.tab)return Xa()};return y({focusGrid:Jn}),(Ti,Mn)=>((0,e.uX)(),(0,e.CE)("div",{ref_key:"gridWrapRef",ref:In,class:(0,c.normalizeClass)(ra.value),style:(0,c.normalizeStyle)(mr.value),role:s.useRelative?void 0:"dialog","aria-label":s.overlayLabel,tabindex:s.useRelative?void 0:"0",onKeydown:kn,onClick:Mn[0]||(Mn[0]=(0,I.withModifiers)(()=>{},["prevent"]))},[(0,e.Lk)("div",{ref_key:"containerRef",ref:mn,class:(0,c.normalizeClass)(ar.value),style:(0,c.normalizeStyle)({"--dp-overlay-height":`${bi.value}px`}),role:"grid"},[(0,e.Lk)("div",Nr,[(0,e.RG)(Ti.$slots,"header")]),Ti.$slots.overlay?(0,e.RG)(Ti.$slots,"overlay",{key:0}):((0,e.uX)(!0),(0,e.CE)(e.FK,{key:1},(0,e.pI)(s.items,(vn,or)=>((0,e.uX)(),(0,e.CE)("div",{key:or,class:(0,c.normalizeClass)(["dp__overlay_row",{dp__flex_row:s.items.length>=3}]),role:"row"},[((0,e.uX)(!0),(0,e.CE)(e.FK,null,(0,e.pI)(vn,(ki,fi)=>((0,e.uX)(),(0,e.CE)("div",{key:ki.value,ref_for:!0,ref:Na=>on(Na,ki,or,fi),role:"gridcell",class:(0,c.normalizeClass)(Aa.value),"aria-selected":ki.active||void 0,"aria-disabled":ki.disabled||void 0,tabindex:"0","data-test-id":ki.text,onClick:(0,I.withModifiers)(Na=>ao(ki),["prevent"]),onKeydown:Na=>(0,i.R1)(ns)(Na,()=>ao(ki),!0),onMouseover:Na=>ua(ki.value)},[(0,e.Lk)("div",{class:(0,c.normalizeClass)(ki.className)},[Ti.$slots.item?(0,e.RG)(Ti.$slots,"item",{key:0,item:ki}):(0,e.Q3)("",!0),Ti.$slots.item?(0,e.Q3)("",!0):((0,e.uX)(),(0,e.CE)(e.FK,{key:1},[(0,e.eW)((0,c.toDisplayString)(ki.text),1)],64))],2)],42,lo))),128))],2))),128))],6),Ti.$slots["button-icon"]?(0,e.bo)(((0,e.uX)(),(0,e.CE)("button",{key:0,ref_key:"toggleButton",ref:Ln,type:"button","aria-label":(0,i.R1)(si)?.toggleOverlay,class:(0,c.normalizeClass)(fa.value),tabindex:"0",onClick:Zi,onKeydown:Sr},[(0,e.RG)(Ti.$slots,"button-icon")],42,Tr)),[[I.vShow,!(0,i.R1)(Ki)(s.hideNavigation,s.type)]]):(0,e.Q3)("",!0)],46,$o))}}),Wl=["data-dp-mobile"],eu=(0,e.pM)({__name:"InstanceWrap",props:{multiCalendars:{},stretch:{type:Boolean},collapse:{type:Boolean},isMobile:{type:Boolean}},setup(s){const y=s,m=(0,e.EW)(()=>y.multiCalendars>0?[...Array(y.multiCalendars).keys()]:[0]),p=(0,e.EW)(()=>({dp__instance_calendar:y.multiCalendars>0}));return(w,nt)=>((0,e.uX)(),(0,e.CE)("div",{class:(0,c.normalizeClass)({dp__menu_inner:!s.stretch,"dp--menu--inner-stretched":s.stretch,dp__flex_display:s.multiCalendars>0,"dp--flex-display-collapsed":s.collapse}),"data-dp-mobile":s.isMobile},[((0,e.uX)(!0),(0,e.CE)(e.FK,null,(0,e.pI)(m.value,(St,pi)=>((0,e.uX)(),(0,e.CE)("div",{key:St,class:(0,c.normalizeClass)(p.value)},[(0,e.RG)(w.$slots,"default",{instance:St,index:pi})],2))),128))],10,Wl))}}),Mu=["data-dp-element","aria-label","aria-disabled"],Ys=(0,e.pM)({compatConfig:{MODE:3},__name:"ArrowBtn",props:{ariaLabel:{},elName:{},disabled:{type:Boolean}},emits:["activate","set-ref"],setup(s,{emit:y}){const m=y,p=(0,i.KR)(null);return(0,e.sV)(()=>m("set-ref",p)),(w,nt)=>((0,e.uX)(),(0,e.CE)("button",{ref_key:"elRef",ref:p,type:"button","data-dp-element":s.elName,class:"dp__btn dp--arrow-btn-nav",tabindex:"0","aria-label":s.ariaLabel,"aria-disabled":s.disabled||void 0,onClick:nt[0]||(nt[0]=St=>m("activate")),onKeydown:nt[1]||(nt[1]=St=>(0,i.R1)(ns)(St,()=>m("activate"),!0))},[(0,e.Lk)("span",{class:(0,c.normalizeClass)(["dp__inner_nav",{dp__inner_nav_disabled:s.disabled}])},[(0,e.RG)(w.$slots,"default")],2)],40,Mu))}}),ad=["aria-label","data-test-id"],Fd=(0,e.pM)({__name:"YearModePicker",props:{...Fr,showYearPicker:{type:Boolean,default:!1},items:{type:Array,default:()=>[]},instance:{type:Number,default:0},year:{type:Number,default:0},isDisabled:{type:Function,default:()=>!1}},emits:["toggle-year-picker","year-select","handle-year"],setup(s,{emit:y}){const m=y,p=s,{showRightIcon:w,showLeftIcon:nt}=xd(),{defaultedConfig:St,defaultedMultiCalendars:pi,defaultedAriaLabels:si,defaultedTransitions:Fn,defaultedUI:Di}=qa(p),{showTransition:Ni,transitionName:Ki}=Gu(Fn),hn=(0,i.KR)(!1),Pn=(0,e.EW)(()=>bo(p.year,p.locale)),In=(Ln=!1,bi)=>{hn.value=!hn.value,m("toggle-year-picker",{flow:Ln,show:bi})},yn=Ln=>{hn.value=!1,m("year-select",Ln)},Bn=(Ln=!1)=>{m("handle-year",Ln)};return(Ln,bi)=>((0,e.uX)(),(0,e.CE)(e.FK,null,[(0,e.Lk)("div",{class:(0,c.normalizeClass)(["dp--year-mode-picker",{"dp--hidden-el":hn.value}])},[(0,i.R1)(nt)((0,i.R1)(pi),s.instance)?((0,e.uX)(),(0,e.Wv)(Ys,{key:0,ref:"mpPrevIconRef","aria-label":(0,i.R1)(si)?.prevYear,disabled:s.isDisabled(!1),class:(0,c.normalizeClass)((0,i.R1)(Di)?.navBtnPrev),onActivate:bi[0]||(bi[0]=mn=>Bn(!1))},{default:(0,e.k6)(()=>[Ln.$slots["arrow-left"]?(0,e.RG)(Ln.$slots,"arrow-left",{key:0}):(0,e.Q3)("",!0),Ln.$slots["arrow-left"]?(0,e.Q3)("",!0):((0,e.uX)(),(0,e.Wv)((0,i.R1)(Ke),{key:1}))]),_:3},8,["aria-label","disabled","class"])):(0,e.Q3)("",!0),(0,e.Lk)("button",{ref:"mpYearButtonRef",class:"dp__btn dp--year-select",type:"button","aria-label":`${s.year}-${(0,i.R1)(si)?.openYearsOverlay}`,"data-test-id":`year-mode-btn-${s.instance}`,onClick:bi[1]||(bi[1]=()=>In(!1)),onKeydown:bi[2]||(bi[2]=(0,I.withKeys)(()=>In(!1),["enter"]))},[Ln.$slots.year?(0,e.RG)(Ln.$slots,"year",{key:0,year:s.year,text:Pn.value,value:s.year}):(0,e.Q3)("",!0),Ln.$slots.year?(0,e.Q3)("",!0):((0,e.uX)(),(0,e.CE)(e.FK,{key:1},[(0,e.eW)((0,c.toDisplayString)(Pn.value),1)],64))],40,ad),(0,i.R1)(w)((0,i.R1)(pi),s.instance)?((0,e.uX)(),(0,e.Wv)(Ys,{key:1,ref:"mpNextIconRef","aria-label":(0,i.R1)(si)?.nextYear,disabled:s.isDisabled(!0),class:(0,c.normalizeClass)((0,i.R1)(Di)?.navBtnNext),onActivate:bi[3]||(bi[3]=mn=>Bn(!0))},{default:(0,e.k6)(()=>[Ln.$slots["arrow-right"]?(0,e.RG)(Ln.$slots,"arrow-right",{key:0}):(0,e.Q3)("",!0),Ln.$slots["arrow-right"]?(0,e.Q3)("",!0):((0,e.uX)(),(0,e.Wv)((0,i.R1)(Ct),{key:1}))]),_:3},8,["aria-label","disabled","class"])):(0,e.Q3)("",!0)],2),(0,e.bF)(I.Transition,{name:(0,i.R1)(Ki)(s.showYearPicker),css:(0,i.R1)(Ni)},{default:(0,e.k6)(()=>[s.showYearPicker?((0,e.uX)(),(0,e.Wv)(Fo,{key:0,items:s.items,"text-input":Ln.textInput,"esc-close":Ln.escClose,config:Ln.config,"is-last":Ln.autoApply&&!(0,i.R1)(St).keepActionRow,"hide-navigation":Ln.hideNavigation,"aria-labels":Ln.ariaLabels,"overlay-label":(0,i.R1)(si)?.yearPicker?.(!0),type:"year",onToggle:In,onSelected:bi[4]||(bi[4]=mn=>yn(mn))},(0,e.eX)({"button-icon":(0,e.k6)(()=>[Ln.$slots["calendar-icon"]?(0,e.RG)(Ln.$slots,"calendar-icon",{key:0}):(0,e.Q3)("",!0),Ln.$slots["calendar-icon"]?(0,e.Q3)("",!0):((0,e.uX)(),(0,e.Wv)((0,i.R1)(Be),{key:1}))]),_:2},[Ln.$slots["year-overlay-value"]?{name:"item",fn:(0,e.k6)(({item:mn})=>[(0,e.RG)(Ln.$slots,"year-overlay-value",{text:mn.text,value:mn.value})]),key:"0"}:void 0]),1032,["items","text-input","esc-close","config","is-last","hide-navigation","aria-labels","overlay-label"])):(0,e.Q3)("",!0)]),_:3},8,["name","css"])],64))}}),vd=(s,y,m)=>{if(y.value&&Array.isArray(y.value))if(y.value.some(p=>Lr(s,p))){const p=y.value.filter(w=>!Lr(w,s));y.value=p.length?p:null}else(m&&+m>y.value.length||!m)&&y.value.push(s);else y.value=[s]},bu=(s,y,m)=>{let p=s.value?s.value.slice():[];return p.length===2&&p[1]!==null&&(p=[]),p.length?(Zo(y,p[0])?p.unshift(y):p[1]=y,m("range-end",y)):(p=[y],m("range-start",y)),p},n=(s,y,m,p)=>{s&&(s[0]&&s[1]&&m&&y("auto-apply"),s[0]&&!s[1]&&p&&m&&y("auto-apply"))},E=s=>{Array.isArray(s.value)&&s.value.length<=2&&s.range?s.modelValue.value=s.value.map(y=>It(va(y),s.timezone)):Array.isArray(s.value)||(s.modelValue.value=It(va(s.value),s.timezone))},te=(s,y,m,p)=>Array.isArray(y.value)&&(y.value.length===2||y.value.length===1&&p.value.partialRange)?p.value.fixedStart&&(Bo(s,y.value[0])||Lr(s,y.value[0]))?[y.value[0],s]:p.value.fixedEnd&&(Zo(s,y.value[1])||Lr(s,y.value[1]))?[s,y.value[1]]:(m("invalid-fixed-range",s),y.value):[],he=({multiCalendars:s,range:y,highlight:m,propDates:p,calendars:w,modelValue:nt,props:St,filters:pi,year:si,month:Fn,emit:Di})=>{const Ni=(0,e.EW)(()=>Za(St.yearRange,St.locale,St.reverseYears)),Ki=(0,i.KR)([!1]),hn=(0,e.EW)(()=>(fa,ar)=>{const jr=vi(Gs(new Date),{month:Fn.value(fa),year:si.value(fa)}),ao=ar?hl(jr):Rt(jr);return Zl(ao,p.value.maxDate,p.value.minDate,St.preventMinMaxNavigation,ar)}),Pn=()=>Array.isArray(nt.value)&&s.value.solo&&nt.value[1],In=()=>{for(let fa=0;fa<s.value.count;fa++)if(fa===0)w.value[fa]=w.value[0];else if(fa===s.value.count-1&&Pn())w.value[fa]={month:eo(nt.value[1]),year:Pr(nt.value[1])};else{const ar=vi(va(),w.value[fa-1]);w.value[fa]={month:eo(ar),year:Pr(ml(ar,1))}}},yn=fa=>{if(!fa)return In();const ar=vi(va(),w.value[fa]);return w.value[0].year=Pr(nl(ar,s.value.count-1)),In()},Bn=(fa,ar)=>{const jr=Vu(ar,fa);return y.value.showLastInRange&&jr>1?ar:fa},Ln=fa=>St.focusStartDate||s.value.solo?fa[0]:fa[1]?Bn(fa[0],fa[1]):fa[0],bi=()=>{if(nt.value){const fa=Array.isArray(nt.value)?Ln(nt.value):nt.value;w.value[0]={month:eo(fa),year:Pr(fa)}}},mn=()=>{bi(),s.value.count&&In()};(0,e.wB)(nt,(fa,ar)=>{St.isTextInputDate&&JSON.stringify(fa??{})!==JSON.stringify(ar??{})&&mn()}),(0,e.sV)(()=>{mn()});const pa=(fa,ar)=>{w.value[ar].year=fa,Di("update-month-year",{instance:ar,year:fa,month:w.value[ar].month}),s.value.count&&!s.value.solo&&yn(ar)},Jn=(0,e.EW)(()=>fa=>$s(Ni.value,ar=>{const jr=si.value(fa)===ar.value,ao=ws(ar.value,yu(p.value.minDate),yu(p.value.maxDate))||pi.value.years?.includes(si.value(fa)),Zi=Ts(m.value,ar.value);return{active:jr,disabled:ao,highlighted:Zi}})),ra=(fa,ar)=>{pa(fa,ar),Aa(ar)},mr=(fa,ar=!1)=>{if(!hn.value(fa,ar)){const jr=ar?si.value(fa)+1:si.value(fa)-1;pa(jr,fa)}},Aa=(fa,ar=!1,jr)=>{ar||Di("reset-flow"),jr!==void 0?Ki.value[fa]=jr:Ki.value[fa]=!Ki.value[fa],Ki.value[fa]?Di("overlay-toggle",{open:!0,overlay:Dn.year}):(Di("overlay-closed"),Di("overlay-toggle",{open:!1,overlay:Dn.year}))};return{isDisabled:hn,groupedYears:Jn,showYearPicker:Ki,selectYear:pa,toggleYearPicker:Aa,handleYearSelect:ra,handleYear:mr}},$e=(s,y)=>{const{defaultedMultiCalendars:m,defaultedAriaLabels:p,defaultedTransitions:w,defaultedConfig:nt,defaultedRange:St,defaultedHighlight:pi,propDates:si,defaultedTz:Fn,defaultedFilters:Di,defaultedMultiDates:Ni}=qa(s),Ki=()=>{s.isTextInputDate&&mn(Pr(va(s.startDate)),0)},{modelValue:hn,year:Pn,month:In,calendars:yn}=wd(s,y,Ki),Bn=(0,e.EW)(()=>$r(s.formatLocale,s.locale,s.monthNameFormat)),Ln=(0,i.KR)(null),{checkMinMaxRange:bi}=Xu(s),{selectYear:mn,groupedYears:pa,showYearPicker:Jn,toggleYearPicker:ra,handleYearSelect:mr,handleYear:Aa,isDisabled:fa}=he({modelValue:hn,multiCalendars:m,range:St,highlight:pi,calendars:yn,year:Pn,propDates:si,month:In,filters:Di,props:s,emit:y});(0,e.sV)(()=>{s.startDate&&(hn.value&&s.focusStartDate||!hn.value)&&mn(Pr(va(s.startDate)),0)});const ar=Mn=>Mn?{month:eo(Mn),year:Pr(Mn)}:{month:null,year:null},jr=()=>hn.value?Array.isArray(hn.value)?hn.value.map(Mn=>ar(Mn)):ar(hn.value):ar(),ao=(Mn,vn)=>{const or=yn.value[Mn],ki=jr();return Array.isArray(ki)?ki.some(fi=>fi.year===or?.year&&fi.month===vn):or?.year===ki.year&&vn===ki.month},Zi=(Mn,vn,or)=>{const ki=jr();return Array.isArray(ki)?Pn.value(vn)===ki[or]?.year&&Mn===ki[or]?.month:!1},_n=(Mn,vn)=>{if(St.value.enabled){const or=jr();if(Array.isArray(hn.value)&&Array.isArray(or)){const ki=Zi(Mn,vn,0)||Zi(Mn,vn,1),fi=As(Gs(va()),Mn,Pn.value(vn));return Ms(hn.value,Ln.value,fi)&&!ki}return!1}return!1},on=(0,e.EW)(()=>Mn=>$s(Bn.value,vn=>{const or=ao(Mn,vn.value),ki=ws(vn.value,td(Pn.value(Mn),si.value.minDate),Cd(Pn.value(Mn),si.value.maxDate))||Mr(si.value.disabledDates,Pn.value(Mn),vn.value)||Di.value.months?.includes(vn.value)||!Co(si.value.allowedDates,Pn.value(Mn),vn.value)||xl(s.yearRange,Pn.value(Mn)),fi=_n(vn.value,Mn),Na=Ho(pi.value,vn.value,Pn.value(Mn));return{active:or,disabled:ki,isBetween:fi,highlighted:Na}})),ya=(Mn,vn)=>As(Gs(va()),Mn,Pn.value(vn)),rr=(Mn,vn)=>{const or=hn.value?hn.value:Gs(new Date);hn.value=As(or,Mn,Pn.value(vn)),y("auto-apply"),y("update-flow-step")},ua=(Mn,vn)=>{const or=ya(Mn,vn);St.value.fixedEnd||St.value.fixedStart?hn.value=te(or,hn,y,St):hn.value?bi(or,hn.value)&&(hn.value=bu(hn,ya(Mn,vn),y)):hn.value=[ya(Mn,vn)],(0,e.dY)().then(()=>{n(hn.value,y,s.autoApply,s.modelAuto)})},Xa=(Mn,vn)=>{vd(ya(Mn,vn),hn,Ni.value.limit),y("auto-apply",!0)},kn=(Mn,vn)=>(yn.value[vn].month=Mn,Ti(vn,yn.value[vn].year,Mn),Ni.value.enabled?Xa(Mn,vn):St.value.enabled?ua(Mn,vn):rr(Mn,vn)),Sr=(Mn,vn)=>{mn(Mn,vn),Ti(vn,Mn,null)},Ti=(Mn,vn,or)=>{let ki=or;if(!ki&&ki!==0){const fi=jr();ki=Array.isArray(fi)?fi[Mn].month:fi.month}y("update-month-year",{instance:Mn,year:vn,month:ki})};return{groupedMonths:on,groupedYears:pa,year:Pn,isDisabled:fa,defaultedMultiCalendars:m,defaultedAriaLabels:p,defaultedTransitions:w,defaultedConfig:nt,showYearPicker:Jn,modelValue:hn,presetDate:(Mn,vn)=>{E({value:Mn,modelValue:hn,range:St.value.enabled,timezone:vn?void 0:Fn.value.timezone}),y("auto-apply")},setHoverDate:(Mn,vn)=>{Ln.value=ya(Mn,vn)},selectMonth:kn,selectYear:Sr,toggleYearPicker:ra,handleYearSelect:mr,handleYear:Aa,getModelMonthYear:jr}},at=(0,e.pM)({compatConfig:{MODE:3},__name:"MonthPicker",props:{...Fr},emits:["update:internal-model-value","overlay-closed","reset-flow","range-start","range-end","auto-apply","update-month-year","update-flow-step","mount","invalid-fixed-range","overlay-toggle"],setup(s,{expose:y,emit:m}){const p=m,w=(0,e.Ht)(),nt=rl(w,"yearMode"),St=s;(0,e.sV)(()=>{St.shadow||p("mount",null)});const{groupedMonths:pi,groupedYears:si,year:Fn,isDisabled:Di,defaultedMultiCalendars:Ni,defaultedConfig:Ki,showYearPicker:hn,modelValue:Pn,presetDate:In,setHoverDate:yn,selectMonth:Bn,selectYear:Ln,toggleYearPicker:bi,handleYearSelect:mn,handleYear:pa,getModelMonthYear:Jn}=$e(St,p);return y({getSidebarProps:()=>({modelValue:Pn,year:Fn,getModelMonthYear:Jn,selectMonth:Bn,selectYear:Ln,handleYear:pa}),presetDate:In,toggleYearPicker:ra=>bi(0,ra)}),(ra,mr)=>((0,e.uX)(),(0,e.Wv)(eu,{"multi-calendars":(0,i.R1)(Ni).count,collapse:ra.collapse,stretch:"","is-mobile":ra.isMobile},{default:(0,e.k6)(({instance:Aa})=>[ra.$slots["top-extra"]?(0,e.RG)(ra.$slots,"top-extra",{key:0,value:ra.internalModelValue}):(0,e.Q3)("",!0),ra.$slots["month-year"]?(0,e.RG)(ra.$slots,"month-year",(0,c.normalizeProps)((0,e.v6)({key:1},{year:(0,i.R1)(Fn),months:(0,i.R1)(pi)(Aa),years:(0,i.R1)(si)(Aa),selectMonth:(0,i.R1)(Bn),selectYear:(0,i.R1)(Ln),instance:Aa}))):((0,e.uX)(),(0,e.Wv)(Fo,{key:2,items:(0,i.R1)(pi)(Aa),"arrow-navigation":ra.arrowNavigation,"is-last":ra.autoApply&&!(0,i.R1)(Ki).keepActionRow,"esc-close":ra.escClose,height:(0,i.R1)(Ki).modeHeight,config:ra.config,"no-overlay-focus":!!(ra.noOverlayFocus||ra.textInput),"use-relative":"",type:"month",onSelected:fa=>(0,i.R1)(Bn)(fa,Aa),onHoverValue:fa=>(0,i.R1)(yn)(fa,Aa)},(0,e.eX)({header:(0,e.k6)(()=>[(0,e.bF)(Fd,(0,e.v6)(ra.$props,{items:(0,i.R1)(si)(Aa),instance:Aa,"show-year-picker":(0,i.R1)(hn)[Aa],year:(0,i.R1)(Fn)(Aa),"is-disabled":fa=>(0,i.R1)(Di)(Aa,fa),onHandleYear:fa=>(0,i.R1)(pa)(Aa,fa),onYearSelect:fa=>(0,i.R1)(mn)(fa,Aa),onToggleYearPicker:fa=>(0,i.R1)(bi)(Aa,fa?.flow,fa?.show)}),(0,e.eX)({_:2},[(0,e.pI)((0,i.R1)(nt),(fa,ar)=>({name:fa,fn:(0,e.k6)(jr=>[(0,e.RG)(ra.$slots,fa,(0,c.normalizeProps)((0,e.Ng)(jr)))])}))]),1040,["items","instance","show-year-picker","year","is-disabled","onHandleYear","onYearSelect","onToggleYearPicker"])]),_:2},[ra.$slots["month-overlay-value"]?{name:"item",fn:(0,e.k6)(({item:fa})=>[(0,e.RG)(ra.$slots,"month-overlay-value",{text:fa.text,value:fa.value})]),key:"0"}:void 0]),1032,["items","arrow-navigation","is-last","esc-close","height","config","no-overlay-focus","onSelected","onHoverValue"]))]),_:3},8,["multi-calendars","collapse","is-mobile"]))}}),Pe=(s,y)=>{const m=()=>{s.isTextInputDate&&(Di.value=Pr(va(s.startDate)))},{modelValue:p}=wd(s,y,m),w=(0,i.KR)(null),{defaultedHighlight:nt,defaultedMultiDates:St,defaultedFilters:pi,defaultedRange:si,propDates:Fn}=qa(s),Di=(0,i.KR)();(0,e.sV)(()=>{s.startDate&&(p.value&&s.focusStartDate||!p.value)&&(Di.value=Pr(va(s.startDate)))});const Ni=Bn=>Array.isArray(p.value)?p.value.some(Ln=>Pr(Ln)===Bn):p.value?Pr(p.value)===Bn:!1,Ki=Bn=>si.value.enabled&&Array.isArray(p.value)?Ms(p.value,w.value,yn(Bn)):!1,hn=Bn=>Fn.value.allowedDates instanceof Map?Fn.value.allowedDates.size?Fn.value.allowedDates.has(`${Bn}`):!1:!0,Pn=Bn=>Fn.value.disabledDates instanceof Map?Fn.value.disabledDates.size?Fn.value.disabledDates.has(`${Bn}`):!1:typeof Fn.value.disabledDates=="function"?Fn.value.disabledDates(gs(vs(Rt(va())),Bn)):!0,In=(0,e.EW)(()=>$s(Za(s.yearRange,s.locale,s.reverseYears),Bn=>{const Ln=Ni(Bn.value),bi=ws(Bn.value,yu(Fn.value.minDate),yu(Fn.value.maxDate))||pi.value.years.includes(Bn.value)||!hn(Bn.value)||Pn(Bn.value),mn=Ki(Bn.value)&&!Ln,pa=Ts(nt.value,Bn.value);return{active:Ln,disabled:bi,isBetween:mn,highlighted:pa}})),yn=Bn=>gs(Gs(Rt(new Date)),Bn);return{groupedYears:In,modelValue:p,focusYear:Di,setHoverValue:Bn=>{w.value=gs(Gs(new Date),Bn)},selectYear:Bn=>{if(y("update-month-year",{instance:0,year:Bn}),St.value.enabled)return p.value?Array.isArray(p.value)&&((p.value?.map(Ln=>Pr(Ln))).includes(Bn)?p.value=p.value.filter(Ln=>Pr(Ln)!==Bn):p.value.push(gs(vs(va()),Bn))):p.value=[gs(vs(Rt(va())),Bn)],y("auto-apply",!0);si.value.enabled?(p.value=bu(p,yn(Bn),y),(0,e.dY)().then(()=>{n(p.value,y,s.autoApply,s.modelAuto)})):(p.value=yn(Bn),y("auto-apply"))}}},it=(0,e.pM)({compatConfig:{MODE:3},__name:"YearPicker",props:{...Fr},emits:["update:internal-model-value","reset-flow","range-start","range-end","auto-apply","update-month-year"],setup(s,{expose:y,emit:m}){const p=m,w=s,{groupedYears:nt,modelValue:St,focusYear:pi,selectYear:si,setHoverValue:Fn}=Pe(w,p),{defaultedConfig:Di}=qa(w);return y({getSidebarProps:()=>({modelValue:St,selectYear:si})}),(Ni,Ki)=>((0,e.uX)(),(0,e.CE)("div",null,[Ni.$slots["top-extra"]?(0,e.RG)(Ni.$slots,"top-extra",{key:0,value:Ni.internalModelValue}):(0,e.Q3)("",!0),Ni.$slots["month-year"]?(0,e.RG)(Ni.$slots,"month-year",(0,c.normalizeProps)((0,e.v6)({key:1},{years:(0,i.R1)(nt),selectYear:(0,i.R1)(si)}))):((0,e.uX)(),(0,e.Wv)(Fo,{key:2,items:(0,i.R1)(nt),"is-last":Ni.autoApply&&!(0,i.R1)(Di).keepActionRow,height:(0,i.R1)(Di).modeHeight,config:Ni.config,"no-overlay-focus":!!(Ni.noOverlayFocus||Ni.textInput),"focus-value":(0,i.R1)(pi),type:"year","use-relative":"",onSelected:(0,i.R1)(si),onHoverValue:(0,i.R1)(Fn)},(0,e.eX)({_:2},[Ni.$slots["year-overlay-value"]?{name:"item",fn:(0,e.k6)(({item:hn})=>[(0,e.RG)(Ni.$slots,"year-overlay-value",{text:hn.text,value:hn.value})]),key:"0"}:void 0]),1032,["items","is-last","height","config","no-overlay-focus","focus-value","onSelected","onHoverValue"]))]))}}),ti={key:0,class:"dp__time_input"},hi=["data-compact","data-collapsed"],Wi=["data-test-id","aria-label","onKeydown","onClick","onMousedown"],nn=["aria-label","disabled","data-test-id","onKeydown","onClick"],Qn=["data-test-id","aria-label","onKeydown","onClick","onMousedown"],ta={key:0},Yn=["aria-label","data-compact"],Cn=(0,e.pM)({compatConfig:{MODE:3},__name:"TimeInput",props:{hours:{type:Number,default:0},minutes:{type:Number,default:0},seconds:{type:Number,default:0},closeTimePickerBtn:{type:Object,default:null},order:{type:Number,default:0},disabledTimesConfig:{type:Function,default:null},validateTime:{type:Function,default:()=>!1},...Fr},emits:["set-hours","set-minutes","update:hours","update:minutes","update:seconds","reset-flow","mounted","overlay-closed","overlay-opened","am-pm-change"],setup(s,{expose:y,emit:m}){const p=m,w=s,{setTimePickerElements:nt,setTimePickerBackRef:St}=Z(),{defaultedAriaLabels:pi,defaultedTransitions:si,defaultedFilters:Fn,defaultedConfig:Di,defaultedRange:Ni,defaultedMultiCalendars:Ki}=qa(w),{transitionName:hn,showTransition:Pn}=Gu(si),In=(0,i.Kh)({hours:!1,minutes:!1,seconds:!1}),yn=(0,i.KR)("AM"),Bn=(0,i.KR)(null),Ln=(0,i.KR)([]),bi=(0,i.KR)(),mn=(0,i.KR)(!1);(0,e.sV)(()=>{p("mounted")});const pa=Jt=>vi(new Date,{hours:Jt.hours,minutes:Jt.minutes,seconds:w.enableSeconds?Jt.seconds:0,milliseconds:0}),Jn=(0,e.EW)(()=>Jt=>ua(Jt,w[Jt])||mr(Jt,w[Jt])),ra=(0,e.EW)(()=>({hours:w.hours,minutes:w.minutes,seconds:w.seconds})),mr=(Jt,Dr)=>Ni.value.enabled&&!Ni.value.disableTimeRangeValidation?!w.validateTime(Jt,Dr):!1,Aa=(Jt,Dr)=>{if(Ni.value.enabled&&!Ni.value.disableTimeRangeValidation){const On=Dr?+w[`${Jt}Increment`]:-+w[`${Jt}Increment`],vo=w[Jt]+On;return!w.validateTime(Jt,vo)}return!1},fa=(0,e.EW)(()=>Jt=>!Mn(+w[Jt]+ +w[`${Jt}Increment`],Jt)||Aa(Jt,!0)),ar=(0,e.EW)(()=>Jt=>!Mn(+w[Jt]-+w[`${Jt}Increment`],Jt)||Aa(Jt,!1)),jr=(Jt,Dr)=>Nu(vi(va(),Jt),Dr),ao=(Jt,Dr)=>Nl(vi(va(),Jt),Dr),Zi=(0,e.EW)(()=>({dp__time_col:!0,dp__time_col_block:!w.timePickerInline,dp__time_col_reg_block:!w.enableSeconds&&w.is24&&!w.timePickerInline,dp__time_col_reg_inline:!w.enableSeconds&&w.is24&&w.timePickerInline,dp__time_col_reg_with_button:!w.enableSeconds&&!w.is24,dp__time_col_sec:w.enableSeconds&&w.is24,dp__time_col_sec_with_button:w.enableSeconds&&!w.is24})),_n=(0,e.EW)(()=>w.timePickerInline&&Ni.value.enabled&&!Ki.value.count),on=(0,e.EW)(()=>{const Jt=[{type:"hours"}];return w.enableMinutes&&Jt.push({type:"",separator:!0},{type:"minutes"}),w.enableSeconds&&Jt.push({type:"",separator:!0},{type:"seconds"}),Jt}),ya=(0,e.EW)(()=>on.value.filter(Jt=>!Jt.separator)),rr=(0,e.EW)(()=>Jt=>{if(Jt==="hours"){const Dr=jo(+w.hours);return{text:Dr<10?`0${Dr}`:`${Dr}`,value:Dr}}return{text:w[Jt]<10?`0${w[Jt]}`:`${w[Jt]}`,value:w[Jt]}}),ua=(Jt,Dr)=>{if(!w.disabledTimesConfig)return!1;const On=w.disabledTimesConfig(w.order,Jt==="hours"?Dr:void 0);return On[Jt]?!!On[Jt]?.includes(Dr):!0},Xa=(Jt,Dr)=>Dr!=="hours"||yn.value==="AM"?Jt:Jt+12,kn=Jt=>{const Dr=w.is24?24:12,On=Jt==="hours"?Dr:60,vo=+w[`${Jt}GridIncrement`],Xr=Jt==="hours"&&!w.is24?vo:0,ol=[];for(let es=Xr;es<On;es+=vo)ol.push({value:w.is24?es:Xa(es,Jt),text:es<10?`0${es}`:`${es}`});return Jt==="hours"&&!w.is24&&ol.unshift({value:yn.value==="PM"?12:0,text:"12"}),$s(ol,es=>({active:!1,disabled:Fn.value.times[Jt].includes(es.value)||!Mn(es.value,Jt)||ua(Jt,es.value)||mr(Jt,es.value)}))},Sr=Jt=>Jt>=0?Jt:59,Ti=Jt=>Jt>=0?Jt:23,Mn=(Jt,Dr)=>{const On=w.minTime?pa(Ll(w.minTime)):null,vo=w.maxTime?pa(Ll(w.maxTime)):null,Xr=pa(Ll(ra.value,Dr,Dr==="minutes"||Dr==="seconds"?Sr(Jt):Ti(Jt)));return On&&vo?(Po(Xr,vo)||Ko(Xr,vo))&&(Lo(Xr,On)||Ko(Xr,On)):On?Lo(Xr,On)||Ko(Xr,On):vo?Po(Xr,vo)||Ko(Xr,vo):!0},vn=Jt=>w[`no${Jt[0].toUpperCase()+Jt.slice(1)}Overlay`],or=Jt=>{vn(Jt)||(In[Jt]=!In[Jt],In[Jt]?(mn.value=!0,p("overlay-opened",Jt)):(mn.value=!1,p("overlay-closed",Jt)))},ki=Jt=>Jt==="hours"?Yo:Jt==="minutes"?fs:tl,fi=()=>{bi.value&&clearTimeout(bi.value)},Na=(Jt,Dr=!0,On)=>{const vo=Dr?jr:ao,Xr=Dr?+w[`${Jt}Increment`]:-+w[`${Jt}Increment`];Mn(+w[Jt]+Xr,Jt)&&p(`update:${Jt}`,ki(Jt)(vo({[Jt]:+w[Jt]},{[Jt]:+w[`${Jt}Increment`]}))),!On?.keyboard&&Di.value.timeArrowHoldThreshold&&(bi.value=setTimeout(()=>{Na(Jt,Dr)},Di.value.timeArrowHoldThreshold))},jo=Jt=>w.is24?Jt:(Jt>=12?yn.value="PM":yn.value="AM",po(Jt)),ja=()=>{yn.value==="PM"?(yn.value="AM",p("update:hours",w.hours-12)):(yn.value="PM",p("update:hours",w.hours+12)),p("am-pm-change",yn.value)},ko=Jt=>{In[Jt]=!0},Ua=(Jt,Dr,On)=>{if(Jt&&w.arrowNavigation){Array.isArray(Ln.value[Dr])?Ln.value[Dr][On]=Jt:Ln.value[Dr]=[Jt];const vo=Ln.value.reduce((Xr,ol)=>ol.map((es,du)=>[...Xr[du]||[],ol[du]]),[]);St(w.closeTimePickerBtn),Bn.value&&(vo[1]=vo[1].concat(Bn.value)),nt(vo,w.order)}},dr=(Jt,Dr)=>(or(Jt),p(`update:${Jt}`,Dr));return y({openChildCmp:ko}),(Jt,Dr)=>Jt.disabled?(0,e.Q3)("",!0):((0,e.uX)(),(0,e.CE)("div",ti,[((0,e.uX)(!0),(0,e.CE)(e.FK,null,(0,e.pI)(on.value,(On,vo)=>((0,e.uX)(),(0,e.CE)("div",{key:vo,class:(0,c.normalizeClass)(Zi.value),"data-compact":_n.value&&!Jt.enableSeconds,"data-collapsed":_n.value&&Jt.enableSeconds},[On.separator?((0,e.uX)(),(0,e.CE)(e.FK,{key:0},[mn.value?(0,e.Q3)("",!0):((0,e.uX)(),(0,e.CE)(e.FK,{key:0},[(0,e.eW)(":")],64))],64)):((0,e.uX)(),(0,e.CE)(e.FK,{key:1},[(0,e.Lk)("button",{ref_for:!0,ref:Xr=>Ua(Xr,vo,0),type:"button",class:(0,c.normalizeClass)({dp__btn:!0,dp__inc_dec_button:!Jt.timePickerInline,dp__inc_dec_button_inline:Jt.timePickerInline,dp__tp_inline_btn_top:Jt.timePickerInline,dp__inc_dec_button_disabled:fa.value(On.type),"dp--hidden-el":mn.value}),"data-test-id":`${On.type}-time-inc-btn-${w.order}`,"aria-label":(0,i.R1)(pi)?.incrementValue(On.type),tabindex:"0",onKeydown:Xr=>(0,i.R1)(ns)(Xr,()=>Na(On.type,!0,{keyboard:!0}),!0),onClick:Xr=>(0,i.R1)(Di).timeArrowHoldThreshold?void 0:Na(On.type,!0),onMousedown:Xr=>(0,i.R1)(Di).timeArrowHoldThreshold?Na(On.type,!0):void 0,onMouseup:fi},[w.timePickerInline?((0,e.uX)(),(0,e.CE)(e.FK,{key:1},[Jt.$slots["tp-inline-arrow-up"]?(0,e.RG)(Jt.$slots,"tp-inline-arrow-up",{key:0}):((0,e.uX)(),(0,e.CE)(e.FK,{key:1},[Dr[2]||(Dr[2]=(0,e.Lk)("span",{class:"dp__tp_inline_btn_bar dp__tp_btn_in_l"},null,-1)),Dr[3]||(Dr[3]=(0,e.Lk)("span",{class:"dp__tp_inline_btn_bar dp__tp_btn_in_r"},null,-1))],64))],64)):((0,e.uX)(),(0,e.CE)(e.FK,{key:0},[Jt.$slots["arrow-up"]?(0,e.RG)(Jt.$slots,"arrow-up",{key:0}):(0,e.Q3)("",!0),Jt.$slots["arrow-up"]?(0,e.Q3)("",!0):((0,e.uX)(),(0,e.Wv)((0,i.R1)(vt),{key:1}))],64))],42,Wi),(0,e.Lk)("button",{ref_for:!0,ref:Xr=>Ua(Xr,vo,1),type:"button","aria-label":`${rr.value(On.type).text}-${(0,i.R1)(pi)?.openTpOverlay(On.type)}`,class:(0,c.normalizeClass)({dp__time_display:!0,dp__time_display_block:!Jt.timePickerInline,dp__time_display_inline:Jt.timePickerInline,"dp--time-invalid":Jn.value(On.type),"dp--time-overlay-btn":!Jn.value(On.type),"dp--hidden-el":mn.value}),disabled:vn(On.type),tabindex:"0","data-test-id":`${On.type}-toggle-overlay-btn-${w.order}`,onKeydown:Xr=>(0,i.R1)(ns)(Xr,()=>or(On.type),!0),onClick:Xr=>or(On.type)},[Jt.$slots[On.type]?(0,e.RG)(Jt.$slots,On.type,{key:0,text:rr.value(On.type).text,value:rr.value(On.type).value}):(0,e.Q3)("",!0),Jt.$slots[On.type]?(0,e.Q3)("",!0):((0,e.uX)(),(0,e.CE)(e.FK,{key:1},[(0,e.eW)((0,c.toDisplayString)(rr.value(On.type).text),1)],64))],42,nn),(0,e.Lk)("button",{ref_for:!0,ref:Xr=>Ua(Xr,vo,2),type:"button",class:(0,c.normalizeClass)({dp__btn:!0,dp__inc_dec_button:!Jt.timePickerInline,dp__inc_dec_button_inline:Jt.timePickerInline,dp__tp_inline_btn_bottom:Jt.timePickerInline,dp__inc_dec_button_disabled:ar.value(On.type),"dp--hidden-el":mn.value}),"data-test-id":`${On.type}-time-dec-btn-${w.order}`,"aria-label":(0,i.R1)(pi)?.decrementValue(On.type),tabindex:"0",onKeydown:Xr=>(0,i.R1)(ns)(Xr,()=>Na(On.type,!1,{keyboard:!0}),!0),onClick:Xr=>(0,i.R1)(Di).timeArrowHoldThreshold?void 0:Na(On.type,!1),onMousedown:Xr=>(0,i.R1)(Di).timeArrowHoldThreshold?Na(On.type,!1):void 0,onMouseup:fi},[w.timePickerInline?((0,e.uX)(),(0,e.CE)(e.FK,{key:1},[Jt.$slots["tp-inline-arrow-down"]?(0,e.RG)(Jt.$slots,"tp-inline-arrow-down",{key:0}):((0,e.uX)(),(0,e.CE)(e.FK,{key:1},[Dr[4]||(Dr[4]=(0,e.Lk)("span",{class:"dp__tp_inline_btn_bar dp__tp_btn_in_l"},null,-1)),Dr[5]||(Dr[5]=(0,e.Lk)("span",{class:"dp__tp_inline_btn_bar dp__tp_btn_in_r"},null,-1))],64))],64)):((0,e.uX)(),(0,e.CE)(e.FK,{key:0},[Jt.$slots["arrow-down"]?(0,e.RG)(Jt.$slots,"arrow-down",{key:0}):(0,e.Q3)("",!0),Jt.$slots["arrow-down"]?(0,e.Q3)("",!0):((0,e.uX)(),(0,e.Wv)((0,i.R1)(Fi),{key:1}))],64))],42,Qn)],64))],10,hi))),128)),Jt.is24?(0,e.Q3)("",!0):((0,e.uX)(),(0,e.CE)("div",ta,[Jt.$slots["am-pm-button"]?(0,e.RG)(Jt.$slots,"am-pm-button",{key:0,toggle:ja,value:yn.value}):(0,e.Q3)("",!0),Jt.$slots["am-pm-button"]?(0,e.Q3)("",!0):((0,e.uX)(),(0,e.CE)("button",{key:1,ref_key:"amPmButton",ref:Bn,type:"button",class:"dp__pm_am_button",role:"button","aria-label":(0,i.R1)(pi)?.amPmButton,tabindex:"0","data-compact":_n.value,onClick:ja,onKeydown:Dr[0]||(Dr[0]=On=>(0,i.R1)(ns)(On,()=>ja(),!0))},(0,c.toDisplayString)(yn.value),41,Yn))])),((0,e.uX)(!0),(0,e.CE)(e.FK,null,(0,e.pI)(ya.value,(On,vo)=>((0,e.uX)(),(0,e.Wv)(I.Transition,{key:vo,name:(0,i.R1)(hn)(In[On.type]),css:(0,i.R1)(Pn)},{default:(0,e.k6)(()=>[In[On.type]?((0,e.uX)(),(0,e.Wv)(Fo,{key:0,items:kn(On.type),"is-last":Jt.autoApply&&!(0,i.R1)(Di).keepActionRow,"esc-close":Jt.escClose,type:On.type,"text-input":Jt.textInput,config:Jt.config,"arrow-navigation":Jt.arrowNavigation,"aria-labels":Jt.ariaLabels,"overlay-label":(0,i.R1)(pi).timeOverlay?.(On.type),onSelected:Xr=>dr(On.type,Xr),onToggle:Xr=>or(On.type),onResetFlow:Dr[1]||(Dr[1]=Xr=>Jt.$emit("reset-flow"))},(0,e.eX)({"button-icon":(0,e.k6)(()=>[Jt.$slots["clock-icon"]?(0,e.RG)(Jt.$slots,"clock-icon",{key:0}):(0,e.Q3)("",!0),Jt.$slots["clock-icon"]?(0,e.Q3)("",!0):((0,e.uX)(),(0,e.Wv)((0,e.$y)(Jt.timePickerInline?(0,i.R1)(Be):(0,i.R1)(ct)),{key:1}))]),_:2},[Jt.$slots[`${On.type}-overlay-value`]?{name:"item",fn:(0,e.k6)(({item:Xr})=>[(0,e.RG)(Jt.$slots,`${On.type}-overlay-value`,{text:Xr.text,value:Xr.value})]),key:"0"}:void 0,Jt.$slots[`${On.type}-overlay-header`]?{name:"header",fn:(0,e.k6)(()=>[(0,e.RG)(Jt.$slots,`${On.type}-overlay-header`,{toggle:()=>or(On.type)})]),key:"1"}:void 0]),1032,["items","is-last","esc-close","type","text-input","config","arrow-navigation","aria-labels","overlay-label","onSelected","onToggle"])):(0,e.Q3)("",!0)]),_:2},1032,["name","css"]))),128))]))}}),Sa=["data-dp-mobile"],Sn=["aria-label","tabindex"],ur=["role","aria-label","tabindex"],Or=["aria-label"],oo=(0,e.pM)({compatConfig:{MODE:3},__name:"TimePicker",props:{hours:{type:[Number,Array],default:0},minutes:{type:[Number,Array],default:0},seconds:{type:[Number,Array],default:0},disabledTimesConfig:{type:Function,default:null},validateTime:{type:Function,default:()=>!1},...Fr},emits:["update:hours","update:minutes","update:seconds","mount","reset-flow","overlay-opened","overlay-closed","am-pm-change"],setup(s,{expose:y,emit:m}){const p=m,w=s,{buildMatrix:nt,setTimePicker:St}=Z(),pi=(0,e.Ht)(),{defaultedTransitions:si,defaultedAriaLabels:Fn,defaultedTextInput:Di,defaultedConfig:Ni,defaultedRange:Ki}=qa(w),{transitionName:hn,showTransition:Pn}=Gu(si),{hideNavigationButtons:In}=xd(),yn=(0,i.KR)(null),Bn=(0,i.KR)(null),Ln=(0,i.KR)([]),bi=(0,i.KR)(null),mn=(0,i.KR)(!1);(0,e.sV)(()=>{p("mount"),!w.timePicker&&w.arrowNavigation?nt([Jr(yn.value)],"time"):St(!0,w.timePicker)});const pa=(0,e.EW)(()=>Ki.value.enabled&&w.modelAuto?Ss(w.internalModelValue):!0),Jn=(0,i.KR)(!1),ra=ua=>({hours:Array.isArray(w.hours)?w.hours[ua]:w.hours,minutes:Array.isArray(w.minutes)?w.minutes[ua]:w.minutes,seconds:Array.isArray(w.seconds)?w.seconds[ua]:w.seconds}),mr=(0,e.EW)(()=>{const ua=[];if(Ki.value.enabled)for(let Xa=0;Xa<2;Xa++)ua.push(ra(Xa));else ua.push(ra(0));return ua}),Aa=(ua,Xa=!1,kn="")=>{Xa||p("reset-flow"),Jn.value=ua,p(ua?"overlay-opened":"overlay-closed",Dn.time),w.arrowNavigation&&St(ua),(0,e.dY)(()=>{kn!==""&&Ln.value[0]&&Ln.value[0].openChildCmp(kn)})},fa=(0,e.EW)(()=>({dp__btn:!0,dp__button:!0,dp__button_bottom:w.autoApply&&!Ni.value.keepActionRow})),ar=rl(pi,"timePicker"),jr=(ua,Xa,kn)=>Ki.value.enabled?Xa===0?[ua,mr.value[1][kn]]:[mr.value[0][kn],ua]:ua,ao=ua=>{p("update:hours",ua)},Zi=ua=>{p("update:minutes",ua)},_n=ua=>{p("update:seconds",ua)},on=()=>{if(bi.value&&!Di.value.enabled&&!w.noOverlayFocus){const ua=Uo(bi.value);ua&&ua.focus({preventScroll:!0})}},ya=ua=>{mn.value=!1,p("overlay-closed",ua)},rr=ua=>{mn.value=!0,p("overlay-opened",ua)};return y({toggleTimePicker:Aa}),(ua,Xa)=>((0,e.uX)(),(0,e.CE)("div",{class:"dp--tp-wrap","data-dp-mobile":ua.isMobile},[!ua.timePicker&&!ua.timePickerInline?(0,e.bo)(((0,e.uX)(),(0,e.CE)("button",{key:0,ref_key:"openTimePickerBtn",ref:yn,type:"button",class:(0,c.normalizeClass)({...fa.value,"dp--hidden-el":Jn.value}),"aria-label":(0,i.R1)(Fn)?.openTimePicker,tabindex:ua.noOverlayFocus?void 0:0,"data-test-id":"open-time-picker-btn",onKeydown:Xa[0]||(Xa[0]=kn=>(0,i.R1)(ns)(kn,()=>Aa(!0))),onClick:Xa[1]||(Xa[1]=kn=>Aa(!0))},[ua.$slots["clock-icon"]?(0,e.RG)(ua.$slots,"clock-icon",{key:0}):(0,e.Q3)("",!0),ua.$slots["clock-icon"]?(0,e.Q3)("",!0):((0,e.uX)(),(0,e.Wv)((0,i.R1)(ct),{key:1}))],42,Sn)),[[I.vShow,!(0,i.R1)(In)(ua.hideNavigation,"time")]]):(0,e.Q3)("",!0),(0,e.bF)(I.Transition,{name:(0,i.R1)(hn)(Jn.value),css:(0,i.R1)(Pn)&&!ua.timePickerInline},{default:(0,e.k6)(()=>[Jn.value||ua.timePicker||ua.timePickerInline?((0,e.uX)(),(0,e.CE)("div",{key:0,ref_key:"overlayRef",ref:bi,role:ua.timePickerInline?void 0:"dialog",class:(0,c.normalizeClass)({dp__overlay:!ua.timePickerInline,"dp--overlay-absolute":!w.timePicker&&!ua.timePickerInline,"dp--overlay-relative":w.timePicker}),style:(0,c.normalizeStyle)(ua.timePicker?{height:`${(0,i.R1)(Ni).modeHeight}px`}:void 0),"aria-label":(0,i.R1)(Fn)?.timePicker,tabindex:ua.timePickerInline?void 0:0},[(0,e.Lk)("div",{class:(0,c.normalizeClass)(ua.timePickerInline?"dp__time_picker_inline_container":"dp__overlay_container dp__container_flex dp__time_picker_overlay_container"),style:{display:"flex"}},[ua.$slots["time-picker-overlay"]?(0,e.RG)(ua.$slots,"time-picker-overlay",{key:0,hours:s.hours,minutes:s.minutes,seconds:s.seconds,setHours:ao,setMinutes:Zi,setSeconds:_n}):(0,e.Q3)("",!0),ua.$slots["time-picker-overlay"]?(0,e.Q3)("",!0):((0,e.uX)(),(0,e.CE)("div",{key:1,class:(0,c.normalizeClass)(ua.timePickerInline?"dp__flex":"dp__overlay_row dp__flex_row")},[((0,e.uX)(!0),(0,e.CE)(e.FK,null,(0,e.pI)(mr.value,(kn,Sr)=>(0,e.bo)(((0,e.uX)(),(0,e.Wv)(Cn,(0,e.v6)({key:Sr},{ref_for:!0},{...ua.$props,order:Sr,hours:kn.hours,minutes:kn.minutes,seconds:kn.seconds,closeTimePickerBtn:Bn.value,disabledTimesConfig:s.disabledTimesConfig,disabled:Sr===0?(0,i.R1)(Ki).fixedStart:(0,i.R1)(Ki).fixedEnd},{ref_for:!0,ref_key:"timeInputRefs",ref:Ln,"validate-time":(Ti,Mn)=>s.validateTime(Ti,jr(Mn,Sr,Ti)),"onUpdate:hours":Ti=>ao(jr(Ti,Sr,"hours")),"onUpdate:minutes":Ti=>Zi(jr(Ti,Sr,"minutes")),"onUpdate:seconds":Ti=>_n(jr(Ti,Sr,"seconds")),onMounted:on,onOverlayClosed:ya,onOverlayOpened:rr,onAmPmChange:Xa[2]||(Xa[2]=Ti=>ua.$emit("am-pm-change",Ti))}),(0,e.eX)({_:2},[(0,e.pI)((0,i.R1)(ar),(Ti,Mn)=>({name:Ti,fn:(0,e.k6)(vn=>[(0,e.RG)(ua.$slots,Ti,(0,e.v6)({ref_for:!0},vn))])}))]),1040,["validate-time","onUpdate:hours","onUpdate:minutes","onUpdate:seconds"])),[[I.vShow,Sr===0?!0:pa.value]])),128))],2)),!ua.timePicker&&!ua.timePickerInline?(0,e.bo)(((0,e.uX)(),(0,e.CE)("button",{key:2,ref_key:"closeTimePickerBtn",ref:Bn,type:"button",class:(0,c.normalizeClass)({...fa.value,"dp--hidden-el":mn.value}),"aria-label":(0,i.R1)(Fn)?.closeTimePicker,tabindex:"0",onKeydown:Xa[3]||(Xa[3]=kn=>(0,i.R1)(ns)(kn,()=>Aa(!1))),onClick:Xa[4]||(Xa[4]=kn=>Aa(!1))},[ua.$slots["calendar-icon"]?(0,e.RG)(ua.$slots,"calendar-icon",{key:0}):(0,e.Q3)("",!0),ua.$slots["calendar-icon"]?(0,e.Q3)("",!0):((0,e.uX)(),(0,e.Wv)((0,i.R1)(Be),{key:1}))],42,Or)),[[I.vShow,!(0,i.R1)(In)(ua.hideNavigation,"time")]]):(0,e.Q3)("",!0)],2)],14,ur)):(0,e.Q3)("",!0)]),_:3},8,["name","css"])],8,Sa))}}),So=(s,y,m,p)=>{const{defaultedRange:w}=qa(s),nt=(bi,mn)=>Array.isArray(y[bi])?y[bi][mn]:y[bi],St=bi=>s.enableSeconds?Array.isArray(y.seconds)?y.seconds[bi]:y.seconds:0,pi=(bi,mn)=>bi?mn!==void 0?Il(bi,nt("hours",mn),nt("minutes",mn),St(mn)):Il(bi,y.hours,y.minutes,St()):Oo(va(),St(mn)),si=(bi,mn)=>{y[bi]=mn},Fn=(0,e.EW)(()=>s.modelAuto&&w.value.enabled?Array.isArray(m.value)?m.value.length>1:!1:w.value.enabled),Di=(bi,mn)=>{const pa=Object.fromEntries(Object.keys(y).map(Jn=>Jn===bi?[Jn,mn]:[Jn,y[Jn]].slice()));if(Fn.value&&!w.value.disableTimeRangeValidation){const Jn=mr=>m.value?Il(m.value[mr],pa.hours[mr],pa.minutes[mr],pa.seconds[mr]):null,ra=mr=>Ir(m.value[mr],0);return!(Lr(Jn(0),Jn(1))&&(Lo(Jn(0),ra(1))||Po(Jn(1),ra(0))))}return!0},Ni=(bi,mn)=>{Di(bi,mn)&&(si(bi,mn),p&&p())},Ki=bi=>{Ni("hours",bi)},hn=bi=>{Ni("minutes",bi)},Pn=bi=>{Ni("seconds",bi)},In=(bi,mn,pa,Jn)=>{mn&&Ki(bi),!mn&&!pa&&hn(bi),pa&&Pn(bi),m.value&&Jn(m.value)},yn=bi=>{if(bi){const mn=Array.isArray(bi),pa=mn?[+bi[0].hours,+bi[1].hours]:+bi.hours,Jn=mn?[+bi[0].minutes,+bi[1].minutes]:+bi.minutes,ra=mn?[+bi[0].seconds,+bi[1].seconds]:+bi.seconds;si("hours",pa),si("minutes",Jn),s.enableSeconds&&si("seconds",ra)}},Bn=(bi,mn)=>{const pa={hours:Array.isArray(y.hours)?y.hours[bi]:y.hours,disabledArr:[]};return(mn||mn===0)&&(pa.hours=mn),Array.isArray(s.disabledTimes)&&(pa.disabledArr=w.value.enabled&&Array.isArray(s.disabledTimes[bi])?s.disabledTimes[bi]:s.disabledTimes),pa},Ln=(0,e.EW)(()=>(bi,mn)=>{if(Array.isArray(s.disabledTimes)){const{disabledArr:pa,hours:Jn}=Bn(bi,mn),ra=pa.filter(mr=>+mr.hours===Jn);return ra[0]?.minutes==="*"?{hours:[Jn],minutes:void 0,seconds:void 0}:{hours:[],minutes:ra?.map(mr=>+mr.minutes)??[],seconds:ra?.map(mr=>mr.seconds?+mr.seconds:void 0)??[]}}return{hours:[],minutes:[],seconds:[]}});return{setTime:si,updateHours:Ki,updateMinutes:hn,updateSeconds:Pn,getSetDateTime:pi,updateTimeValues:In,getSecondsValue:St,assignStartTime:yn,validateTime:Di,disabledTimesConfig:Ln}},mo=(s,y)=>{const m=()=>{s.isTextInputDate&&mn()},{modelValue:p,time:w}=wd(s,y,m),{defaultedStartTime:nt,defaultedRange:St,defaultedTz:pi}=qa(s),{updateTimeValues:si,getSetDateTime:Fn,setTime:Di,assignStartTime:Ni,disabledTimesConfig:Ki,validateTime:hn}=So(s,w,p,Pn);function Pn(){y("update-flow-step")}const In=Jn=>{const{hours:ra,minutes:mr,seconds:Aa}=Jn;return{hours:+ra,minutes:+mr,seconds:Aa?+Aa:0}},yn=()=>{if(s.startTime){if(Array.isArray(s.startTime)){const ra=In(s.startTime[0]),mr=In(s.startTime[1]);return[vi(va(),ra),vi(va(),mr)]}const Jn=In(s.startTime);return vi(va(),Jn)}return St.value.enabled?[null,null]:null},Bn=()=>{if(St.value.enabled){const[Jn,ra]=yn();p.value=[It(Fn(Jn,0),pi.value.timezone),It(Fn(ra,1),pi.value.timezone)]}else p.value=It(Fn(yn()),pi.value.timezone)},Ln=Jn=>Array.isArray(Jn)?[pl(va(Jn[0])),pl(va(Jn[1]))]:[pl(Jn??va())],bi=(Jn,ra,mr)=>{Di("hours",Jn),Di("minutes",ra),Di("seconds",s.enableSeconds?mr:0)},mn=()=>{const[Jn,ra]=Ln(p.value);return St.value.enabled?bi([Jn.hours,ra.hours],[Jn.minutes,ra.minutes],[Jn.seconds,ra.seconds]):bi(Jn.hours,Jn.minutes,Jn.seconds)};(0,e.sV)(()=>{if(!s.shadow)return Ni(nt.value),p.value?mn():Bn()});const pa=()=>{Array.isArray(p.value)?p.value=p.value.map((Jn,ra)=>Jn&&Fn(Jn,ra)):p.value=Fn(p.value),y("time-update")};return{modelValue:p,time:w,disabledTimesConfig:Ki,updateTime:(Jn,ra=!0,mr=!1)=>{si(Jn,ra,mr,pa)},validateTime:hn}},Is=(0,e.pM)({compatConfig:{MODE:3},__name:"TimePickerSolo",props:{...Fr},emits:["update:internal-model-value","time-update","am-pm-change","mount","reset-flow","update-flow-step","overlay-toggle"],setup(s,{expose:y,emit:m}){const p=m,w=s,nt=(0,e.Ht)(),St=rl(nt,"timePicker"),pi=(0,i.KR)(null),{time:si,modelValue:Fn,disabledTimesConfig:Di,updateTime:Ni,validateTime:Ki}=mo(w,p);return(0,e.sV)(()=>{w.shadow||p("mount",null)}),y({getSidebarProps:()=>({modelValue:Fn,time:si,updateTime:Ni}),toggleTimePicker:(hn,Pn=!1,In="")=>{pi.value?.toggleTimePicker(hn,Pn,In)}}),(hn,Pn)=>((0,e.uX)(),(0,e.Wv)(eu,{"multi-calendars":0,stretch:"","is-mobile":hn.isMobile},{default:(0,e.k6)(()=>[(0,e.bF)(oo,(0,e.v6)({ref_key:"tpRef",ref:pi},hn.$props,{hours:(0,i.R1)(si).hours,minutes:(0,i.R1)(si).minutes,seconds:(0,i.R1)(si).seconds,"internal-model-value":hn.internalModelValue,"disabled-times-config":(0,i.R1)(Di),"validate-time":(0,i.R1)(Ki),"onUpdate:hours":Pn[0]||(Pn[0]=In=>(0,i.R1)(Ni)(In)),"onUpdate:minutes":Pn[1]||(Pn[1]=In=>(0,i.R1)(Ni)(In,!1)),"onUpdate:seconds":Pn[2]||(Pn[2]=In=>(0,i.R1)(Ni)(In,!1,!0)),onAmPmChange:Pn[3]||(Pn[3]=In=>hn.$emit("am-pm-change",In)),onResetFlow:Pn[4]||(Pn[4]=In=>hn.$emit("reset-flow")),onOverlayClosed:Pn[5]||(Pn[5]=In=>hn.$emit("overlay-toggle",{open:!1,overlay:In})),onOverlayOpened:Pn[6]||(Pn[6]=In=>hn.$emit("overlay-toggle",{open:!0,overlay:In}))}),(0,e.eX)({_:2},[(0,e.pI)((0,i.R1)(St),(In,yn)=>({name:In,fn:(0,e.k6)(Bn=>[(0,e.RG)(hn.$slots,In,(0,c.normalizeProps)((0,e.Ng)(Bn)))])}))]),1040,["hours","minutes","seconds","internal-model-value","disabled-times-config","validate-time"])]),_:3},8,["is-mobile"]))}}),ys={class:"dp--header-wrap"},Ls={key:0,class:"dp__month_year_wrap"},zs={key:0},lu={class:"dp__month_year_wrap"},rd=["data-dp-element","aria-label","data-test-id","onClick","onKeydown"],Cs=(0,e.pM)({compatConfig:{MODE:3},__name:"DpHeader",props:{month:{type:Number,default:0},year:{type:Number,default:0},instance:{type:Number,default:0},years:{type:Array,default:()=>[]},months:{type:Array,default:()=>[]},...Fr},emits:["update-month-year","mount","reset-flow","overlay-closed","overlay-opened"],setup(s,{expose:y,emit:m}){const p=m,w=s,{defaultedTransitions:nt,defaultedAriaLabels:St,defaultedMultiCalendars:pi,defaultedFilters:si,defaultedConfig:Fn,defaultedHighlight:Di,propDates:Ni,defaultedUI:Ki}=qa(w),{transitionName:hn,showTransition:Pn}=Gu(nt),{buildMatrix:In}=Z(),{handleMonthYearChange:yn,isDisabled:Bn,updateMonthYear:Ln}=_a(w,p),{showLeftIcon:bi,showRightIcon:mn}=xd(),pa=(0,i.KR)(!1),Jn=(0,i.KR)(!1),ra=(0,i.KR)(!1),mr=(0,i.KR)([null,null,null,null]);(0,e.sV)(()=>{p("mount")});const Aa=Ti=>({get:()=>w[Ti],set:Mn=>{const vn=Ti===Rn.month?Rn.year:Rn.month;p("update-month-year",{[Ti]:Mn,[vn]:w[vn]}),Ti===Rn.month?ya(!0):rr(!0)}}),fa=(0,e.EW)(Aa(Rn.month)),ar=(0,e.EW)(Aa(Rn.year)),jr=(0,e.EW)(()=>Ti=>({month:w.month,year:w.year,items:Ti===Rn.month?w.months:w.years,instance:w.instance,updateMonthYear:Ln,toggle:Ti===Rn.month?ya:rr})),ao=(0,e.EW)(()=>w.months.find(Mn=>Mn.value===w.month)||{text:"",value:0}),Zi=(0,e.EW)(()=>$s(w.months,Ti=>{const Mn=w.month===Ti.value,vn=ws(Ti.value,td(w.year,Ni.value.minDate),Cd(w.year,Ni.value.maxDate))||si.value.months.includes(Ti.value),or=Ho(Di.value,Ti.value,w.year);return{active:Mn,disabled:vn,highlighted:or}})),_n=(0,e.EW)(()=>$s(w.years,Ti=>{const Mn=w.year===Ti.value,vn=ws(Ti.value,yu(Ni.value.minDate),yu(Ni.value.maxDate))||si.value.years.includes(Ti.value),or=Ts(Di.value,Ti.value);return{active:Mn,disabled:vn,highlighted:or}})),on=(Ti,Mn,vn)=>{vn!==void 0?Ti.value=vn:Ti.value=!Ti.value,Ti.value?(ra.value=!0,p("overlay-opened",Mn)):(ra.value=!1,p("overlay-closed",Mn))},ya=(Ti=!1,Mn)=>{ua(Ti),on(pa,Dn.month,Mn)},rr=(Ti=!1,Mn)=>{ua(Ti),on(Jn,Dn.year,Mn)},ua=Ti=>{Ti||p("reset-flow")},Xa=(Ti,Mn)=>{w.arrowNavigation&&(mr.value[Mn]=Jr(Ti),In(mr.value,"monthYear"))},kn=(0,e.EW)(()=>[{type:Rn.month,index:1,toggle:ya,modelValue:fa.value,updateModelValue:Ti=>fa.value=Ti,text:ao.value.text,showSelectionGrid:pa.value,items:Zi.value,ariaLabel:St.value?.openMonthsOverlay,overlayLabel:St.value.monthPicker?.(!0)??void 0},{type:Rn.year,index:2,toggle:rr,modelValue:ar.value,updateModelValue:Ti=>ar.value=Ti,text:bo(w.year,w.locale),showSelectionGrid:Jn.value,items:_n.value,ariaLabel:St.value?.openYearsOverlay,overlayLabel:St.value.yearPicker?.(!0)??void 0}]),Sr=(0,e.EW)(()=>w.disableYearSelect?[kn.value[0]]:w.yearFirst?[...kn.value].reverse():kn.value);return y({toggleMonthPicker:ya,toggleYearPicker:rr,handleMonthYearChange:yn}),(Ti,Mn)=>((0,e.uX)(),(0,e.CE)("div",ys,[Ti.$slots["month-year"]?((0,e.uX)(),(0,e.CE)("div",Ls,[(0,e.RG)(Ti.$slots,"month-year",(0,c.normalizeProps)((0,e.Ng)({month:s.month,year:s.year,months:s.months,years:s.years,updateMonthYear:(0,i.R1)(Ln),handleMonthYearChange:(0,i.R1)(yn),instance:s.instance,isDisabled:(0,i.R1)(Bn)})))])):((0,e.uX)(),(0,e.CE)(e.FK,{key:1},[Ti.$slots["top-extra"]?((0,e.uX)(),(0,e.CE)("div",zs,[(0,e.RG)(Ti.$slots,"top-extra",{value:Ti.internalModelValue})])):(0,e.Q3)("",!0),(0,e.Lk)("div",lu,[(0,i.R1)(bi)((0,i.R1)(pi),s.instance)&&!Ti.vertical?((0,e.uX)(),(0,e.Wv)(Ys,{key:0,"aria-label":(0,i.R1)(St)?.prevMonth,disabled:(0,i.R1)(Bn)(!1),class:(0,c.normalizeClass)((0,i.R1)(Ki)?.navBtnPrev),"el-name":"action-prev",onActivate:Mn[0]||(Mn[0]=vn=>(0,i.R1)(yn)(!1,!0)),onSetRef:Mn[1]||(Mn[1]=vn=>Xa(vn,0))},{default:(0,e.k6)(()=>[Ti.$slots["arrow-left"]?(0,e.RG)(Ti.$slots,"arrow-left",{key:0}):(0,e.Q3)("",!0),Ti.$slots["arrow-left"]?(0,e.Q3)("",!0):((0,e.uX)(),(0,e.Wv)((0,i.R1)(Ke),{key:1}))]),_:3},8,["aria-label","disabled","class"])):(0,e.Q3)("",!0),(0,e.Lk)("div",{class:(0,c.normalizeClass)(["dp__month_year_wrap",{dp__year_disable_select:Ti.disableYearSelect}])},[((0,e.uX)(!0),(0,e.CE)(e.FK,null,(0,e.pI)(Sr.value,(vn,or)=>((0,e.uX)(),(0,e.CE)(e.FK,{key:vn.type},[(0,e.Lk)("button",{ref_for:!0,ref:ki=>Xa(ki,or+1),type:"button","data-dp-element":`overlay-${vn.type}`,class:(0,c.normalizeClass)(["dp__btn dp__month_year_select",{"dp--hidden-el":ra.value}]),"aria-label":`${vn.text}-${vn.ariaLabel}`,"data-test-id":`${vn.type}-toggle-overlay-${s.instance}`,onClick:vn.toggle,onKeydown:ki=>(0,i.R1)(ns)(ki,()=>vn.toggle(),!0)},[Ti.$slots[vn.type]?(0,e.RG)(Ti.$slots,vn.type,{key:0,text:vn.text,value:w[vn.type]}):(0,e.Q3)("",!0),Ti.$slots[vn.type]?(0,e.Q3)("",!0):((0,e.uX)(),(0,e.CE)(e.FK,{key:1},[(0,e.eW)((0,c.toDisplayString)(vn.text),1)],64))],42,rd),(0,e.bF)(I.Transition,{name:(0,i.R1)(hn)(vn.showSelectionGrid),css:(0,i.R1)(Pn)},{default:(0,e.k6)(()=>[vn.showSelectionGrid?((0,e.uX)(),(0,e.Wv)(Fo,{key:0,items:vn.items,"arrow-navigation":Ti.arrowNavigation,"hide-navigation":Ti.hideNavigation,"is-last":Ti.autoApply&&!(0,i.R1)(Fn).keepActionRow,"skip-button-ref":!1,config:Ti.config,type:vn.type,"header-refs":[],"esc-close":Ti.escClose,"menu-wrap-ref":Ti.menuWrapRef,"text-input":Ti.textInput,"aria-labels":Ti.ariaLabels,"overlay-label":vn.overlayLabel,onSelected:vn.updateModelValue,onToggle:vn.toggle},(0,e.eX)({"button-icon":(0,e.k6)(()=>[Ti.$slots["calendar-icon"]?(0,e.RG)(Ti.$slots,"calendar-icon",{key:0}):(0,e.Q3)("",!0),Ti.$slots["calendar-icon"]?(0,e.Q3)("",!0):((0,e.uX)(),(0,e.Wv)((0,i.R1)(Be),{key:1}))]),_:2},[Ti.$slots[`${vn.type}-overlay-value`]?{name:"item",fn:(0,e.k6)(({item:ki})=>[(0,e.RG)(Ti.$slots,`${vn.type}-overlay-value`,{text:ki.text,value:ki.value})]),key:"0"}:void 0,Ti.$slots[`${vn.type}-overlay`]?{name:"overlay",fn:(0,e.k6)(()=>[(0,e.RG)(Ti.$slots,`${vn.type}-overlay`,(0,e.v6)({ref_for:!0},jr.value(vn.type)))]),key:"1"}:void 0,Ti.$slots[`${vn.type}-overlay-header`]?{name:"header",fn:(0,e.k6)(()=>[(0,e.RG)(Ti.$slots,`${vn.type}-overlay-header`,{toggle:vn.toggle})]),key:"2"}:void 0]),1032,["items","arrow-navigation","hide-navigation","is-last","config","type","esc-close","menu-wrap-ref","text-input","aria-labels","overlay-label","onSelected","onToggle"])):(0,e.Q3)("",!0)]),_:2},1032,["name","css"])],64))),128))],2),(0,i.R1)(bi)((0,i.R1)(pi),s.instance)&&Ti.vertical?((0,e.uX)(),(0,e.Wv)(Ys,{key:1,"aria-label":(0,i.R1)(St)?.prevMonth,"el-name":"action-prev",disabled:(0,i.R1)(Bn)(!1),class:(0,c.normalizeClass)((0,i.R1)(Ki)?.navBtnPrev),onActivate:Mn[2]||(Mn[2]=vn=>(0,i.R1)(yn)(!1,!0))},{default:(0,e.k6)(()=>[Ti.$slots["arrow-up"]?(0,e.RG)(Ti.$slots,"arrow-up",{key:0}):(0,e.Q3)("",!0),Ti.$slots["arrow-up"]?(0,e.Q3)("",!0):((0,e.uX)(),(0,e.Wv)((0,i.R1)(vt),{key:1}))]),_:3},8,["aria-label","disabled","class"])):(0,e.Q3)("",!0),(0,i.R1)(mn)((0,i.R1)(pi),s.instance)?((0,e.uX)(),(0,e.Wv)(Ys,{key:2,ref:"rightIcon","el-name":"action-next",disabled:(0,i.R1)(Bn)(!0),"aria-label":(0,i.R1)(St)?.nextMonth,class:(0,c.normalizeClass)((0,i.R1)(Ki)?.navBtnNext),onActivate:Mn[3]||(Mn[3]=vn=>(0,i.R1)(yn)(!0,!0)),onSetRef:Mn[4]||(Mn[4]=vn=>Xa(vn,Ti.disableYearSelect?2:3))},{default:(0,e.k6)(()=>[Ti.$slots[Ti.vertical?"arrow-down":"arrow-right"]?(0,e.RG)(Ti.$slots,Ti.vertical?"arrow-down":"arrow-right",{key:0}):(0,e.Q3)("",!0),Ti.$slots[Ti.vertical?"arrow-down":"arrow-right"]?(0,e.Q3)("",!0):((0,e.uX)(),(0,e.Wv)((0,e.$y)(Ti.vertical?(0,i.R1)(Fi):(0,i.R1)(Ct)),{key:1}))]),_:3},8,["disabled","aria-label","class"])):(0,e.Q3)("",!0)])],64))]))}}),Us={class:"dp__calendar_header",role:"row"},Hu={key:0,class:"dp__calendar_header_item",role:"gridcell"},Al=["aria-label"],xo={key:0,class:"dp__calendar_item dp__week_num",role:"gridcell"},yd={class:"dp__cell_inner"},Vl=["id","aria-selected","aria-disabled","aria-label","tabindex","data-test-id","onClick","onTouchend","onKeydown","onMouseenter","onMouseleave","onMousedown"],Ku=(0,e.pM)({compatConfig:{MODE:3},__name:"DpCalendar",props:{mappedDates:{type:Array,default:()=>[]},instance:{type:Number,default:0},month:{type:Number,default:0},year:{type:Number,default:0},...Fr},emits:["select-date","set-hover-date","handle-scroll","mount","handle-swipe","handle-space","tooltip-open","tooltip-close"],setup(s,{expose:y,emit:m}){const p=m,w=s,{buildMultiLevelMatrix:nt}=Z(),{defaultedTransitions:St,defaultedConfig:pi,defaultedAriaLabels:si,defaultedMultiCalendars:Fn,defaultedWeekNumbers:Di,defaultedMultiDates:Ni,defaultedUI:Ki}=qa(w),hn=(0,i.KR)(null),Pn=(0,i.KR)({bottom:"",left:"",transform:""}),In=(0,i.KR)([]),yn=(0,i.KR)(null),Bn=(0,i.KR)(!0),Ln=(0,i.KR)(""),bi=(0,i.KR)({startX:0,endX:0,startY:0,endY:0}),mn=(0,i.KR)([]),pa=(0,i.KR)({left:"50%"}),Jn=(0,i.KR)(!1),ra=(0,e.EW)(()=>w.calendar?w.calendar(w.mappedDates):w.mappedDates),mr=(0,e.EW)(()=>w.dayNames?Array.isArray(w.dayNames)?w.dayNames:w.dayNames(w.locale,+w.weekStart):pr(w.formatLocale,w.locale,+w.weekStart));(0,e.sV)(()=>{p("mount",{cmp:"calendar",refs:In}),pi.value.noSwipe||yn.value&&(yn.value.addEventListener("touchstart",Xa,{passive:!1}),yn.value.addEventListener("touchend",kn,{passive:!1}),yn.value.addEventListener("touchmove",Sr,{passive:!1})),w.monthChangeOnScroll&&yn.value&&yn.value.addEventListener("wheel",vn,{passive:!1})}),(0,e.hi)(()=>{pi.value.noSwipe||yn.value&&(yn.value.removeEventListener("touchstart",Xa),yn.value.removeEventListener("touchend",kn),yn.value.removeEventListener("touchmove",Sr)),w.monthChangeOnScroll&&yn.value&&yn.value.removeEventListener("wheel",vn)});const Aa=ja=>ja?w.vertical?"vNext":"next":w.vertical?"vPrevious":"previous",fa=(ja,ko)=>{if(w.transitions){const Ua=vs(As(va(),w.month,w.year));Ln.value=Bo(vs(As(va(),ja,ko)),Ua)?St.value[Aa(!0)]:St.value[Aa(!1)],Bn.value=!1,(0,e.dY)(()=>{Bn.value=!0})}},ar=(0,e.EW)(()=>({...Ki.value.calendar??{}})),jr=(0,e.EW)(()=>ja=>{const ko=Fs(ja);return{dp__marker_dot:ko.type==="dot",dp__marker_line:ko.type==="line"}}),ao=(0,e.EW)(()=>ja=>Lr(ja,hn.value)),Zi=(0,e.EW)(()=>({dp__calendar:!0,dp__calendar_next:Fn.value.count>0&&w.instance!==0})),_n=(0,e.EW)(()=>ja=>w.hideOffsetDates?ja.current:!0),on=async(ja,ko)=>{const{width:Ua,height:dr}=ja.getBoundingClientRect();hn.value=ko.value;let Jt={left:`${Ua/2}px`},Dr=-50;if(await(0,e.dY)(),mn.value[0]){const{left:On,width:vo}=mn.value[0].getBoundingClientRect();On<0&&(Jt={left:"0"},Dr=0,pa.value.left=`${Ua/2}px`),window.innerWidth<On+vo&&(Jt={right:"0"},Dr=0,pa.value.left=`${vo-Ua/2}px`)}Pn.value={bottom:`${dr}px`,...Jt,transform:`translateX(${Dr}%)`}},ya=async(ja,ko,Ua)=>{const dr=Jr(In.value[ko][Ua]);dr&&(ja.marker?.customPosition&&ja.marker?.tooltip?.length?Pn.value=ja.marker.customPosition(dr):await on(dr,ja),p("tooltip-open",ja.marker))},rr=async(ja,ko,Ua)=>{if(Jn.value&&Ni.value.enabled&&Ni.value.dragSelect)return p("select-date",ja);if(p("set-hover-date",ja),ja.marker?.tooltip?.length){if(w.hideOffsetDates&&!ja.current)return;await ya(ja,ko,Ua)}},ua=ja=>{hn.value&&(hn.value=null,Pn.value=JSON.parse(JSON.stringify({bottom:"",left:"",transform:""})),p("tooltip-close",ja.marker))},Xa=ja=>{bi.value.startX=ja.changedTouches[0].screenX,bi.value.startY=ja.changedTouches[0].screenY},kn=ja=>{bi.value.endX=ja.changedTouches[0].screenX,bi.value.endY=ja.changedTouches[0].screenY,Ti()},Sr=ja=>{w.vertical&&!w.inline&&ja.preventDefault()},Ti=()=>{const ja=w.vertical?"Y":"X";Math.abs(bi.value[`start${ja}`]-bi.value[`end${ja}`])>10&&p("handle-swipe",bi.value[`start${ja}`]>bi.value[`end${ja}`]?"right":"left")},Mn=(ja,ko,Ua)=>{ja&&(Array.isArray(In.value[ko])?In.value[ko][Ua]=ja:In.value[ko]=[ja]),w.arrowNavigation&&nt(In.value,"calendar")},vn=ja=>{w.monthChangeOnScroll&&(ja.preventDefault(),p("handle-scroll",ja))},or=ja=>Di.value.type==="local"?Wt(ja.value,{weekStartsOn:+w.weekStart}):Di.value.type==="iso"?Ja(ja.value):typeof Di.value.type=="function"?Di.value.type(ja.value):"",ki=ja=>{const ko=ja[0];return Di.value.hideOnOffsetDates?ja.some(Ua=>Ua.current)?or(ko):"":or(ko)},fi=(ja,ko,Ua=!0)=>{!Ua&&Ml()||(!Ni.value.enabled||pi.value.allowPreventDefault)&&(Hs(ja,pi.value),p("select-date",ko))},Na=ja=>{Hs(ja,pi.value)},jo=ja=>{Ni.value.enabled&&Ni.value.dragSelect?(Jn.value=!0,p("select-date",ja)):Ni.value.enabled&&p("select-date",ja)};return y({triggerTransition:fa}),(ja,ko)=>((0,e.uX)(),(0,e.CE)("div",{class:(0,c.normalizeClass)(Zi.value)},[(0,e.Lk)("div",{ref_key:"calendarWrapRef",ref:yn,class:(0,c.normalizeClass)(ar.value),role:"grid"},[(0,e.Lk)("div",Us,[ja.weekNumbers?((0,e.uX)(),(0,e.CE)("div",Hu,(0,c.toDisplayString)(ja.weekNumName),1)):(0,e.Q3)("",!0),((0,e.uX)(!0),(0,e.CE)(e.FK,null,(0,e.pI)(mr.value,(Ua,dr)=>((0,e.uX)(),(0,e.CE)("div",{key:dr,class:"dp__calendar_header_item",role:"gridcell","data-test-id":"calendar-header","aria-label":(0,i.R1)(si)?.weekDay?.(dr)},[ja.$slots["calendar-header"]?(0,e.RG)(ja.$slots,"calendar-header",{key:0,day:Ua,index:dr}):(0,e.Q3)("",!0),ja.$slots["calendar-header"]?(0,e.Q3)("",!0):((0,e.uX)(),(0,e.CE)(e.FK,{key:1},[(0,e.eW)((0,c.toDisplayString)(Ua),1)],64))],8,Al))),128))]),ko[2]||(ko[2]=(0,e.Lk)("div",{class:"dp__calendar_header_separator"},null,-1)),(0,e.bF)(I.Transition,{name:Ln.value,css:!!ja.transitions},{default:(0,e.k6)(()=>[Bn.value?((0,e.uX)(),(0,e.CE)("div",{key:0,class:"dp__calendar",role:"rowgroup",onMouseleave:ko[1]||(ko[1]=Ua=>Jn.value=!1)},[((0,e.uX)(!0),(0,e.CE)(e.FK,null,(0,e.pI)(ra.value,(Ua,dr)=>((0,e.uX)(),(0,e.CE)("div",{key:dr,class:"dp__calendar_row",role:"row"},[ja.weekNumbers?((0,e.uX)(),(0,e.CE)("div",xo,[(0,e.Lk)("div",yd,(0,c.toDisplayString)(ki(Ua.days)),1)])):(0,e.Q3)("",!0),((0,e.uX)(!0),(0,e.CE)(e.FK,null,(0,e.pI)(Ua.days,(Jt,Dr)=>((0,e.uX)(),(0,e.CE)("div",{id:(0,i.R1)(Xs)(Jt.value),ref_for:!0,ref:On=>Mn(On,dr,Dr),key:Dr+dr,role:"gridcell",class:"dp__calendar_item","aria-selected":(Jt.classData.dp__active_date||Jt.classData.dp__range_start||Jt.classData.dp__range_end)??void 0,"aria-disabled":Jt.classData.dp__cell_disabled||void 0,"aria-label":(0,i.R1)(si)?.day?.(Jt),tabindex:!Jt.current&&ja.hideOffsetDates?void 0:0,"data-test-id":(0,i.R1)(Xs)(Jt.value),onClick:(0,I.withModifiers)(On=>fi(On,Jt),["prevent"]),onTouchend:On=>fi(On,Jt,!1),onKeydown:On=>(0,i.R1)(ns)(On,()=>ja.$emit("select-date",Jt)),onMouseenter:On=>rr(Jt,dr,Dr),onMouseleave:On=>ua(Jt),onMousedown:On=>jo(Jt),onMouseup:ko[0]||(ko[0]=On=>Jn.value=!1)},[(0,e.Lk)("div",{class:(0,c.normalizeClass)(["dp__cell_inner",Jt.classData])},[ja.$slots.day&&_n.value(Jt)?(0,e.RG)(ja.$slots,"day",{key:0,day:+Jt.text,date:Jt.value}):(0,e.Q3)("",!0),ja.$slots.day?(0,e.Q3)("",!0):((0,e.uX)(),(0,e.CE)(e.FK,{key:1},[(0,e.eW)((0,c.toDisplayString)(Jt.text),1)],64)),Jt.marker&&_n.value(Jt)?((0,e.uX)(),(0,e.CE)(e.FK,{key:2},[ja.$slots.marker?(0,e.RG)(ja.$slots,"marker",{key:0,marker:Jt.marker,day:+Jt.text,date:Jt.value}):((0,e.uX)(),(0,e.CE)("div",{key:1,class:(0,c.normalizeClass)(jr.value(Jt.marker)),style:(0,c.normalizeStyle)(Jt.marker.color?{backgroundColor:Jt.marker.color}:{})},null,6))],64)):(0,e.Q3)("",!0),ao.value(Jt.value)?((0,e.uX)(),(0,e.CE)("div",{key:3,ref_for:!0,ref_key:"activeTooltip",ref:mn,class:"dp__marker_tooltip",style:(0,c.normalizeStyle)(Pn.value)},[Jt.marker?.tooltip?((0,e.uX)(),(0,e.CE)("div",{key:0,class:"dp__tooltip_content",onClick:Na},[((0,e.uX)(!0),(0,e.CE)(e.FK,null,(0,e.pI)(Jt.marker.tooltip,(On,vo)=>((0,e.uX)(),(0,e.CE)("div",{key:vo,class:"dp__tooltip_text"},[ja.$slots["marker-tooltip"]?(0,e.RG)(ja.$slots,"marker-tooltip",{key:0,tooltip:On,day:Jt.value}):(0,e.Q3)("",!0),ja.$slots["marker-tooltip"]?(0,e.Q3)("",!0):((0,e.uX)(),(0,e.CE)(e.FK,{key:1},[(0,e.Lk)("div",{class:"dp__tooltip_mark",style:(0,c.normalizeStyle)(On.color?{backgroundColor:On.color}:{})},null,4),(0,e.Lk)("div",null,(0,c.toDisplayString)(On.text),1)],64))]))),128)),(0,e.Lk)("div",{class:"dp__arrow_bottom_tp",style:(0,c.normalizeStyle)(pa.value)},null,4)])):(0,e.Q3)("",!0)],4)):(0,e.Q3)("",!0)],2)],40,Vl))),128))]))),128))],32)):(0,e.Q3)("",!0)]),_:3},8,["name","css"])],2)],2))}}),uu=s=>Array.isArray(s),ql=(s,y,m,p)=>{const w=(0,i.KR)([]),nt=(0,i.KR)(new Date),St=(0,i.KR)(),pi=()=>kn(s.isTextInputDate),{modelValue:si,calendars:Fn,time:Di,today:Ni}=wd(s,y,pi),{defaultedMultiCalendars:Ki,defaultedStartTime:hn,defaultedRange:Pn,defaultedConfig:In,defaultedTz:yn,propDates:Bn,defaultedMultiDates:Ln}=qa(s),{validateMonthYearInRange:bi,isDisabled:mn,isDateRangeAllowed:pa,checkMinMaxRange:Jn}=Xu(s),{updateTimeValues:ra,getSetDateTime:mr,setTime:Aa,assignStartTime:fa,validateTime:ar,disabledTimesConfig:jr}=So(s,Di,si,p),ao=(0,e.EW)(()=>cn=>Fn.value[cn]?Fn.value[cn].month:0),Zi=(0,e.EW)(()=>cn=>Fn.value[cn]?Fn.value[cn].year:0),_n=cn=>!In.value.keepViewOnOffsetClick||cn?!0:!St.value,on=(cn,Ya,qr,Ao=!1)=>{_n(Ao)&&(Fn.value[cn]||(Fn.value[cn]={month:0,year:0}),Fn.value[cn].month=Mo(Ya)?Fn.value[cn]?.month:Ya,Fn.value[cn].year=Mo(qr)?Fn.value[cn]?.year:qr)},ya=()=>{s.autoApply&&y("select-date")},rr=()=>{hn.value&&fa(hn.value)};(0,e.sV)(()=>{s.shadow||(si.value||(ko(),rr()),kn(!0),s.focusStartDate&&s.startDate&&ko())});const ua=(0,e.EW)(()=>s.flow?.length&&!s.partialFlow?s.flowStep===s.flow.length:!0),Xa=()=>{s.autoApply&&ua.value&&y("auto-apply",s.partialFlow?s.flowStep!==s.flow.length:!1)},kn=(cn=!1)=>{if(si.value)return Array.isArray(si.value)?(w.value=si.value,fi(cn)):Mn(si.value,cn);if(Ki.value.count&&cn&&!s.startDate)return Ti(va(),cn)},Sr=()=>Array.isArray(si.value)&&Pn.value.enabled?eo(si.value[0])===eo(si.value[1]??si.value[0]):!1,Ti=(cn=new Date,Ya=!1)=>{if((!Ki.value.count||!Ki.value.static||Ya)&&on(0,eo(cn),Pr(cn)),Ki.value.count&&(!si.value||Sr()||!Ki.value.solo)&&(!Ki.value.solo||Ya))for(let qr=1;qr<Ki.value.count;qr++){const Ao=vi(va(),{month:ao.value(qr-1),year:Zi.value(qr-1)}),xa=Nu(Ao,{months:1});Fn.value[qr]={month:eo(xa),year:Pr(xa)}}},Mn=(cn,Ya)=>{Ti(cn),Aa("hours",Yo(cn)),Aa("minutes",fs(cn)),Aa("seconds",tl(cn)),Ki.value.count&&Ya&&ja()},vn=cn=>{if(Ki.value.count){if(Ki.value.solo)return 0;const Ya=eo(cn[0]),qr=eo(cn[1]);return Math.abs(qr-Ya)<Ki.value.count?0:1}return 1},or=(cn,Ya)=>{cn[1]&&Pn.value.showLastInRange?Ti(cn[vn(cn)],Ya):Ti(cn[0],Ya);const qr=(Ao,xa)=>[Ao(cn[0]),cn[1]?Ao(cn[1]):Di[xa][1]];Aa("hours",qr(Yo,"hours")),Aa("minutes",qr(fs,"minutes")),Aa("seconds",qr(tl,"seconds"))},ki=(cn,Ya)=>{if((Pn.value.enabled||s.weekPicker)&&!Ln.value.enabled)return or(cn,Ya);if(Ln.value.enabled&&Ya){const qr=cn[cn.length-1];return Mn(qr,Ya)}},fi=cn=>{const Ya=si.value;ki(Ya,cn),Ki.value.count&&Ki.value.solo&&ja()},Na=(cn,Ya)=>{const qr=vi(va(),{month:ao.value(Ya),year:Zi.value(Ya)}),Ao=cn<0?Vo(qr,1):Dl(qr,1);bi(eo(Ao),Pr(Ao),cn<0,s.preventMinMaxNavigation)&&(on(Ya,eo(Ao),Pr(Ao)),y("update-month-year",{instance:Ya,month:eo(Ao),year:Pr(Ao)}),Ki.value.count&&!Ki.value.solo&&jo(Ya),m())},jo=cn=>{for(let Ya=cn-1;Ya>=0;Ya--){const qr=Dl(vi(va(),{month:ao.value(Ya+1),year:Zi.value(Ya+1)}),1);on(Ya,eo(qr),Pr(qr))}for(let Ya=cn+1;Ya<=Ki.value.count-1;Ya++){const qr=Vo(vi(va(),{month:ao.value(Ya-1),year:Zi.value(Ya-1)}),1);on(Ya,eo(qr),Pr(qr))}},ja=()=>{if(Array.isArray(si.value)&&si.value.length===2){const cn=va(va(si.value[1]?si.value[1]:Vo(si.value[0],1))),[Ya,qr]=[eo(si.value[0]),Pr(si.value[0])],[Ao,xa]=[eo(si.value[1]),Pr(si.value[1])];(Ya!==Ao||Ya===Ao&&qr!==xa)&&Ki.value.solo&&on(1,eo(cn),Pr(cn))}else si.value&&!Array.isArray(si.value)&&(on(0,eo(si.value),Pr(si.value)),Ti(va()))},ko=()=>{s.startDate&&(on(0,eo(va(s.startDate)),Pr(va(s.startDate))),Ki.value.count&&jo(0))},Ua=(cn,Ya)=>{if(s.monthChangeOnScroll){const qr=new Date().getTime()-nt.value.getTime(),Ao=Math.abs(cn.deltaY);let xa=500;Ao>1&&(xa=100),Ao>100&&(xa=0),qr>xa&&(nt.value=new Date,Na(s.monthChangeOnScroll!=="inverse"?-cn.deltaY:cn.deltaY,Ya))}},dr=(cn,Ya,qr=!1)=>{s.monthChangeOnArrows&&s.vertical===qr&&Jt(cn,Ya)},Jt=(cn,Ya)=>{Na(cn==="right"?-1:1,Ya)},Dr=cn=>{if(Bn.value.markers)return nr(cn.value,Bn.value.markers)},On=(cn,Ya)=>{switch(s.sixWeeks===!0?"append":s.sixWeeks){case"prepend":return[!0,!1];case"center":return[cn==0,!0];case"fair":return[cn==0||Ya>cn,!0];case"append":return[!1,!1];default:return[!1,!1]}},vo=(cn,Ya,qr,Ao)=>{if(s.sixWeeks&&cn.length<6){const xa=6-cn.length,Hr=(Ya.getDay()+7-Ao)%7,Zr=6-(qr.getDay()+7-Ao)%7,[ju,ku]=On(Hr,Zr);for(let ld=1;ld<=xa;ld++)if(ku?!!(ld%2)==ju:ju){const Qu=cn[0].days[0],Yd=Xr(no(Qu.value,-7),eo(Ya));cn.unshift({days:Yd})}else{const Qu=cn[cn.length-1],Yd=Qu.days[Qu.days.length-1],Lc=Xr(no(Yd.value,1),eo(Ya));cn.push({days:Lc})}}return cn},Xr=(cn,Ya)=>{const qr=va(cn),Ao=[];for(let xa=0;xa<7;xa++){const Hr=no(qr,xa),Zr=eo(Hr)!==Ya;Ao.push({text:s.hideOffsetDates&&Zr?"":Hr.getDate(),value:Hr,current:!Zr,classData:{}})}return Ao},ol=(cn,Ya)=>{const qr=[],Ao=new Date(Ya,cn),xa=new Date(Ya,cn+1,0),Hr=s.weekStart,Zr=en(Ao,{weekStartsOn:Hr}),ju=ku=>{const ld=Xr(ku,cn);if(qr.push({days:ld}),!qr[qr.length-1].days.some(Qu=>Lr(vs(Qu.value),vs(xa)))){const Qu=no(ku,7);ju(Qu)}};return ju(Zr),vo(qr,Ao,xa,Hr)},es=cn=>{const Ya=Il(va(cn.value),Di.hours,Di.minutes,Ed());y("date-update",Ya),Ln.value.enabled?vd(Ya,si,Ln.value.limit):si.value=Ya,p(),(0,e.dY)().then(()=>{Xa()})},du=cn=>Pn.value.noDisabledRange?xs(w.value[0],cn).some(Ya=>mn(Ya)):!1,xn=()=>{w.value=si.value?si.value.slice():[],w.value.length===2&&!(Pn.value.fixedStart||Pn.value.fixedEnd)&&(w.value=[])},Cr=(cn,Ya)=>{const qr=[va(cn.value),no(va(cn.value),+Pn.value.autoRange)];pa(qr)?(Ya&&Vr(cn.value),w.value=qr):y("invalid-date",cn.value)},Vr=cn=>{const Ya=eo(va(cn)),qr=Pr(va(cn));if(on(0,Ya,qr),Ki.value.count>0)for(let Ao=1;Ao<Ki.value.count;Ao++){const xa=pd(vi(va(cn),{year:Zi.value(Ao-1),month:ao.value(Ao-1)}));on(Ao,xa.month,xa.year)}},Yu=cn=>{if(du(cn.value)||!Jn(cn.value,si.value,Pn.value.fixedStart?0:1))return y("invalid-date",cn.value);w.value=te(va(cn.value),si,y,Pn)},cu=(cn,Ya)=>{if(xn(),Pn.value.autoRange)return Cr(cn,Ya);if(Pn.value.fixedStart||Pn.value.fixedEnd)return Yu(cn);w.value[0]?Jn(va(cn.value),si.value)&&!du(cn.value)?Zo(va(cn.value),va(w.value[0]))?(w.value.unshift(va(cn.value)),y("range-end",w.value[0])):(w.value[1]=va(cn.value),y("range-end",w.value[1])):(s.autoApply&&y("auto-apply-invalid",cn.value),y("invalid-date",cn.value)):(w.value[0]=va(cn.value),y("range-start",w.value[0]))},Ed=(cn=!0)=>s.enableSeconds?Array.isArray(Di.seconds)?cn?Di.seconds[0]:Di.seconds[1]:Di.seconds:0,Tl=cn=>{w.value[cn]=Il(w.value[cn],Di.hours[cn],Di.minutes[cn],Ed(cn!==1))},Vd=()=>{w.value[0]&&w.value[1]&&+w.value?.[0]>+w.value?.[1]&&(w.value.reverse(),y("range-start",w.value[0]),y("range-end",w.value[1]))},qd=()=>{w.value.length&&(w.value[0]&&!w.value[1]?Tl(0):(Tl(0),Tl(1),p()),Vd(),si.value=w.value.slice(),n(w.value,y,s.autoApply,s.modelAuto))},jd=(cn,Ya=!1)=>{if(mn(cn.value)||!cn.current&&s.hideOffsetDates)return y("invalid-date",cn.value);if(St.value=JSON.parse(JSON.stringify(cn)),!Pn.value.enabled)return es(cn);uu(Di.hours)&&uu(Di.minutes)&&!Ln.value.enabled&&(cu(cn,Ya),qd())},Hd=(cn,Ya)=>{on(cn,Ya.month,Ya.year,!0),Ki.value.count&&!Ki.value.solo&&jo(cn),y("update-month-year",{instance:cn,month:Ya.month,year:Ya.year}),m(Ki.value.solo?cn:void 0);const qr=s.flow?.length?s.flow[s.flowStep]:void 0;!Ya.fromNav&&(qr===Dn.month||qr===Dn.year)&&p()},Kd=(cn,Ya)=>{E({value:cn,modelValue:si,range:Pn.value.enabled,timezone:Ya?void 0:yn.value.timezone}),ya(),s.multiCalendars&&(0,e.dY)().then(()=>kn(!0))},$d=()=>{const cn=mi(va(),yn.value);!Pn.value.enabled&&!Ln.value.enabled?si.value=cn:si.value&&Array.isArray(si.value)&&si.value[0]?Ln.value.enabled?si.value=[...si.value,cn]:si.value=Zo(cn,si.value[0])?[cn,si.value[0]]:[si.value[0],cn]:si.value=[cn],ya()},Gd=()=>{if(Array.isArray(si.value))if(Ln.value.enabled){const cn=Xd();si.value[si.value.length-1]=mr(cn)}else si.value=si.value.map((cn,Ya)=>cn&&mr(cn,Ya));else si.value=mr(si.value);y("time-update")},Xd=()=>Array.isArray(si.value)&&si.value.length?si.value[si.value.length-1]:null;return{calendars:Fn,modelValue:si,month:ao,year:Zi,time:Di,disabledTimesConfig:jr,today:Ni,validateTime:ar,getCalendarDays:ol,getMarker:Dr,handleScroll:Ua,handleSwipe:Jt,handleArrow:dr,selectDate:jd,updateMonthYear:Hd,presetDate:Kd,selectCurrentDate:$d,updateTime:(cn,Ya=!0,qr=!1)=>{ra(cn,Ya,qr,Gd)},assignMonthAndYear:Ti,setStartTime:rr}},od={key:0},Nd=(0,e.pM)({__name:"DatePicker",props:{...Fr},emits:["tooltip-open","tooltip-close","mount","update:internal-model-value","update-flow-step","reset-flow","auto-apply","focus-menu","select-date","range-start","range-end","invalid-fixed-range","time-update","am-pm-change","time-picker-open","time-picker-close","recalculate-position","update-month-year","auto-apply-invalid","date-update","invalid-date","overlay-toggle"],setup(s,{expose:y,emit:m}){const p=m,w=s,{calendars:nt,month:St,year:pi,modelValue:si,time:Fn,disabledTimesConfig:Di,today:Ni,validateTime:Ki,getCalendarDays:hn,getMarker:Pn,handleArrow:In,handleScroll:yn,handleSwipe:Bn,selectDate:Ln,updateMonthYear:bi,presetDate:mn,selectCurrentDate:pa,updateTime:Jn,assignMonthAndYear:ra,setStartTime:mr}=ql(w,p,Sr,Ti),Aa=(0,e.Ht)(),{setHoverDate:fa,getDayClassData:ar,clearHoverDate:jr}=Cc(si,w),{defaultedMultiCalendars:ao}=qa(w),Zi=(0,i.KR)([]),_n=(0,i.KR)([]),on=(0,i.KR)(null),ya=rl(Aa,"calendar"),rr=rl(Aa,"monthYear"),ua=rl(Aa,"timePicker"),Xa=Ua=>{w.shadow||p("mount",Ua)};(0,e.wB)(nt,()=>{w.shadow||setTimeout(()=>{p("recalculate-position")},0)},{deep:!0}),(0,e.wB)(ao,(Ua,dr)=>{Ua.count-dr.count>0&&ra()},{deep:!0});const kn=(0,e.EW)(()=>Ua=>hn(St.value(Ua),pi.value(Ua)).map(dr=>({...dr,days:dr.days.map(Jt=>(Jt.marker=Pn(Jt),Jt.classData=ar(Jt),Jt))})));function Sr(Ua){Ua||Ua===0?_n.value[Ua]?.triggerTransition(St.value(Ua),pi.value(Ua)):_n.value.forEach((dr,Jt)=>dr.triggerTransition(St.value(Jt),pi.value(Jt)))}function Ti(){p("update-flow-step")}const Mn=(Ua,dr=!1)=>{Ln(Ua,dr),w.spaceConfirm&&p("select-date")},vn=(Ua,dr,Jt=0)=>{Zi.value[Jt]?.toggleMonthPicker(Ua,dr)},or=(Ua,dr,Jt=0)=>{Zi.value[Jt]?.toggleYearPicker(Ua,dr)},ki=(Ua,dr,Jt)=>{on.value?.toggleTimePicker(Ua,dr,Jt)},fi=(Ua,dr)=>{if(!w.range){const Jt=si.value?si.value:Ni,Dr=dr?new Date(dr):Jt,On=Ua?en(Dr,{weekStartsOn:1}):il(Dr,{weekStartsOn:1});Ln({value:On,current:eo(Dr)===St.value(0),text:"",classData:{}}),document.getElementById(Xs(On))?.focus()}},Na=Ua=>{Zi.value[0]?.handleMonthYearChange(Ua,!0)},jo=Ua=>{bi(0,{month:St.value(0),year:pi.value(0)+(Ua?1:-1),fromNav:!0})},ja=(Ua,dr)=>{Ua===Dn.time&&p(`time-picker-${dr?"open":"close"}`),p("overlay-toggle",{open:dr,overlay:Ua})},ko=Ua=>{p("overlay-toggle",{open:!1,overlay:Ua}),p("focus-menu")};return y({clearHoverDate:jr,presetDate:mn,selectCurrentDate:pa,toggleMonthPicker:vn,toggleYearPicker:or,toggleTimePicker:ki,handleArrow:In,updateMonthYear:bi,getSidebarProps:()=>({modelValue:si,month:St,year:pi,time:Fn,updateTime:Jn,updateMonthYear:bi,selectDate:Ln,presetDate:mn}),changeMonth:Na,changeYear:jo,selectWeekDate:fi,setStartTime:mr}),(Ua,dr)=>((0,e.uX)(),(0,e.CE)(e.FK,null,[(0,e.bF)(eu,{"multi-calendars":(0,i.R1)(ao).count,collapse:Ua.collapse,"is-mobile":Ua.isMobile},{default:(0,e.k6)(({instance:Jt,index:Dr})=>[Ua.disableMonthYearSelect?(0,e.Q3)("",!0):((0,e.uX)(),(0,e.Wv)(Cs,(0,e.v6)({key:0,ref:On=>{On&&(Zi.value[Dr]=On)},months:(0,i.R1)($r)(Ua.formatLocale,Ua.locale,Ua.monthNameFormat),years:(0,i.R1)(Za)(Ua.yearRange,Ua.locale,Ua.reverseYears),month:(0,i.R1)(St)(Jt),year:(0,i.R1)(pi)(Jt),instance:Jt},Ua.$props,{onMount:dr[0]||(dr[0]=On=>Xa((0,i.R1)(ln).header)),onResetFlow:dr[1]||(dr[1]=On=>Ua.$emit("reset-flow")),onUpdateMonthYear:On=>(0,i.R1)(bi)(Jt,On),onOverlayClosed:ko,onOverlayOpened:dr[2]||(dr[2]=On=>Ua.$emit("overlay-toggle",{open:!0,overlay:On}))}),(0,e.eX)({_:2},[(0,e.pI)((0,i.R1)(rr),(On,vo)=>({name:On,fn:(0,e.k6)(Xr=>[(0,e.RG)(Ua.$slots,On,(0,c.normalizeProps)((0,e.Ng)(Xr)))])}))]),1040,["months","years","month","year","instance","onUpdateMonthYear"])),(0,e.bF)(Ku,(0,e.v6)({ref:On=>{On&&(_n.value[Dr]=On)},"mapped-dates":kn.value(Jt),month:(0,i.R1)(St)(Jt),year:(0,i.R1)(pi)(Jt),instance:Jt},Ua.$props,{onSelectDate:On=>(0,i.R1)(Ln)(On,Jt!==1),onHandleSpace:On=>Mn(On,Jt!==1),onSetHoverDate:dr[3]||(dr[3]=On=>(0,i.R1)(fa)(On)),onHandleScroll:On=>(0,i.R1)(yn)(On,Jt),onHandleSwipe:On=>(0,i.R1)(Bn)(On,Jt),onMount:dr[4]||(dr[4]=On=>Xa((0,i.R1)(ln).calendar)),onResetFlow:dr[5]||(dr[5]=On=>Ua.$emit("reset-flow")),onTooltipOpen:dr[6]||(dr[6]=On=>Ua.$emit("tooltip-open",On)),onTooltipClose:dr[7]||(dr[7]=On=>Ua.$emit("tooltip-close",On))}),(0,e.eX)({_:2},[(0,e.pI)((0,i.R1)(ya),(On,vo)=>({name:On,fn:(0,e.k6)(Xr=>[(0,e.RG)(Ua.$slots,On,(0,c.normalizeProps)((0,e.Ng)({...Xr})))])}))]),1040,["mapped-dates","month","year","instance","onSelectDate","onHandleSpace","onHandleScroll","onHandleSwipe"])]),_:3},8,["multi-calendars","collapse","is-mobile"]),Ua.enableTimePicker?((0,e.uX)(),(0,e.CE)("div",od,[Ua.$slots["time-picker"]?(0,e.RG)(Ua.$slots,"time-picker",(0,c.normalizeProps)((0,e.v6)({key:0},{time:(0,i.R1)(Fn),updateTime:(0,i.R1)(Jn)}))):((0,e.uX)(),(0,e.Wv)(oo,(0,e.v6)({key:1,ref_key:"timePickerRef",ref:on},Ua.$props,{hours:(0,i.R1)(Fn).hours,minutes:(0,i.R1)(Fn).minutes,seconds:(0,i.R1)(Fn).seconds,"internal-model-value":Ua.internalModelValue,"disabled-times-config":(0,i.R1)(Di),"validate-time":(0,i.R1)(Ki),onMount:dr[8]||(dr[8]=Jt=>Xa((0,i.R1)(ln).timePicker)),"onUpdate:hours":dr[9]||(dr[9]=Jt=>(0,i.R1)(Jn)(Jt)),"onUpdate:minutes":dr[10]||(dr[10]=Jt=>(0,i.R1)(Jn)(Jt,!1)),"onUpdate:seconds":dr[11]||(dr[11]=Jt=>(0,i.R1)(Jn)(Jt,!1,!0)),onResetFlow:dr[12]||(dr[12]=Jt=>Ua.$emit("reset-flow")),onOverlayClosed:dr[13]||(dr[13]=Jt=>ja(Jt,!1)),onOverlayOpened:dr[14]||(dr[14]=Jt=>ja(Jt,!0)),onAmPmChange:dr[15]||(dr[15]=Jt=>Ua.$emit("am-pm-change",Jt))}),(0,e.eX)({_:2},[(0,e.pI)((0,i.R1)(ua),(Jt,Dr)=>({name:Jt,fn:(0,e.k6)(On=>[(0,e.RG)(Ua.$slots,Jt,(0,c.normalizeProps)((0,e.Ng)(On)))])}))]),1040,["hours","minutes","seconds","internal-model-value","disabled-times-config","validate-time"]))])):(0,e.Q3)("",!0)],64))}}),bd=(s,y)=>{const m=(0,i.KR)(),{defaultedMultiCalendars:p,defaultedConfig:w,defaultedHighlight:nt,defaultedRange:St,propDates:pi,defaultedFilters:si,defaultedMultiDates:Fn}=qa(s),{modelValue:Di,year:Ni,month:Ki,calendars:hn}=wd(s,y),{isDisabled:Pn}=Xu(s),{selectYear:In,groupedYears:yn,showYearPicker:Bn,isDisabled:Ln,toggleYearPicker:bi,handleYearSelect:mn,handleYear:pa}=he({modelValue:Di,multiCalendars:p,range:St,highlight:nt,calendars:hn,propDates:pi,month:Ki,year:Ni,filters:si,props:s,emit:y}),Jn=(_n,on)=>[_n,on].map(ya=>q(ya,"MMMM",{locale:s.formatLocale})).join("-"),ra=(0,e.EW)(()=>_n=>Di.value?Array.isArray(Di.value)?Di.value.some(on=>vu(_n,on)):vu(Di.value,_n):!1),mr=_n=>{if(St.value.enabled){if(Array.isArray(Di.value)){const on=Lr(_n,Di.value[0])||Lr(_n,Di.value[1]);return Ms(Di.value,m.value,_n)&&!on}return!1}return!1},Aa=(_n,on)=>_n.quarter===ou(on)&&_n.year===Pr(on),fa=_n=>typeof nt.value=="function"?nt.value({quarter:ou(_n),year:Pr(_n)}):!!nt.value.quarters.find(on=>Aa(on,_n)),ar=(0,e.EW)(()=>_n=>{const on=vi(new Date,{year:Ni.value(_n)});return ie({start:Rt(on),end:hl(on)}).map(ya=>{const rr=Bs(ya),ua=me(ya),Xa=Pn(ya),kn=mr(rr),Sr=fa(rr);return{text:Jn(rr,ua),value:rr,active:ra.value(rr),highlighted:Sr,disabled:Xa,isBetween:kn}})}),jr=_n=>{vd(_n,Di,Fn.value.limit),y("auto-apply",!0)},ao=_n=>{Di.value=bu(Di,_n,y),n(Di.value,y,s.autoApply,s.modelAuto)},Zi=_n=>{Di.value=_n,y("auto-apply")};return{defaultedConfig:w,defaultedMultiCalendars:p,groupedYears:yn,year:Ni,isDisabled:Ln,quarters:ar,showYearPicker:Bn,modelValue:Di,setHoverDate:_n=>{m.value=_n},selectYear:In,selectQuarter:(_n,on,ya)=>{if(!ya)return hn.value[on].month=eo(me(_n)),Fn.value.enabled?jr(_n):St.value.enabled?ao(_n):Zi(_n)},toggleYearPicker:bi,handleYearSelect:mn,handleYear:pa}},_c={class:"dp--quarter-items"},pc=["data-test-id","disabled","onClick","onMouseover"],Fc=(0,e.pM)({compatConfig:{MODE:3},__name:"QuarterPicker",props:{...Fr},emits:["update:internal-model-value","reset-flow","overlay-closed","auto-apply","range-start","range-end","overlay-toggle","update-month-year"],setup(s,{expose:y,emit:m}){const p=m,w=s,nt=(0,e.Ht)(),St=rl(nt,"yearMode"),{defaultedMultiCalendars:pi,defaultedConfig:si,groupedYears:Fn,year:Di,isDisabled:Ni,quarters:Ki,modelValue:hn,showYearPicker:Pn,setHoverDate:In,selectQuarter:yn,toggleYearPicker:Bn,handleYearSelect:Ln,handleYear:bi}=bd(w,p);return y({getSidebarProps:()=>({modelValue:hn,year:Di,selectQuarter:yn,handleYearSelect:Ln,handleYear:bi})}),(mn,pa)=>((0,e.uX)(),(0,e.Wv)(eu,{"multi-calendars":(0,i.R1)(pi).count,collapse:mn.collapse,stretch:"","is-mobile":mn.isMobile},{default:(0,e.k6)(({instance:Jn})=>[(0,e.Lk)("div",{class:"dp-quarter-picker-wrap",style:(0,c.normalizeStyle)({minHeight:`${(0,i.R1)(si).modeHeight}px`})},[mn.$slots["top-extra"]?(0,e.RG)(mn.$slots,"top-extra",{key:0,value:mn.internalModelValue}):(0,e.Q3)("",!0),(0,e.Lk)("div",null,[(0,e.bF)(Fd,(0,e.v6)(mn.$props,{items:(0,i.R1)(Fn)(Jn),instance:Jn,"show-year-picker":(0,i.R1)(Pn)[Jn],year:(0,i.R1)(Di)(Jn),"is-disabled":ra=>(0,i.R1)(Ni)(Jn,ra),onHandleYear:ra=>(0,i.R1)(bi)(Jn,ra),onYearSelect:ra=>(0,i.R1)(Ln)(ra,Jn),onToggleYearPicker:ra=>(0,i.R1)(Bn)(Jn,ra?.flow,ra?.show)}),(0,e.eX)({_:2},[(0,e.pI)((0,i.R1)(St),(ra,mr)=>({name:ra,fn:(0,e.k6)(Aa=>[(0,e.RG)(mn.$slots,ra,(0,c.normalizeProps)((0,e.Ng)(Aa)))])}))]),1040,["items","instance","show-year-picker","year","is-disabled","onHandleYear","onYearSelect","onToggleYearPicker"])]),(0,e.Lk)("div",_c,[((0,e.uX)(!0),(0,e.CE)(e.FK,null,(0,e.pI)((0,i.R1)(Ki)(Jn),(ra,mr)=>((0,e.uX)(),(0,e.CE)("div",{key:mr},[(0,e.Lk)("button",{type:"button",class:(0,c.normalizeClass)(["dp--qr-btn",{"dp--qr-btn-active":ra.active,"dp--qr-btn-between":ra.isBetween,"dp--qr-btn-disabled":ra.disabled,"dp--highlighted":ra.highlighted}]),"data-test-id":ra.value,disabled:ra.disabled,onClick:Aa=>(0,i.R1)(yn)(ra.value,Jn,ra.disabled),onMouseover:Aa=>(0,i.R1)(In)(ra.value)},[mn.$slots.quarter?(0,e.RG)(mn.$slots,"quarter",{key:0,value:ra.value,text:ra.text}):((0,e.uX)(),(0,e.CE)(e.FK,{key:1},[(0,e.eW)((0,c.toDisplayString)(ra.text),1)],64))],42,pc)]))),128))])],4)]),_:3},8,["multi-calendars","collapse","is-mobile"]))}}),tc=(s,y)=>{const m=(0,i.KR)(0);(0,e.sV)(()=>{p(),window.addEventListener("resize",p,{passive:!0})}),(0,e.hi)(()=>{window.removeEventListener("resize",p)});const p=()=>{m.value=window.document.documentElement.clientWidth};return{isMobile:(0,e.EW)(()=>m.value<=s.value.mobileBreakpoint&&!y?!0:void 0)}},ic=["id","tabindex","role","aria-label"],vc={key:0,class:"dp--menu-load-container"},yc={key:1,class:"dp--menu-header"},bc=["data-dp-mobile"],nc={key:0,class:"dp__sidebar_left"},ac=["data-dp-mobile"],kc=["data-test-id","data-dp-mobile","onClick","onKeydown"],wc={key:2,class:"dp__sidebar_right"},Ec={key:3,class:"dp__action_extra"},rc=(0,e.pM)({compatConfig:{MODE:3},__name:"DatepickerMenu",props:{...wa,shadow:{type:Boolean,default:!1},openOnTop:{type:Boolean,default:!1},internalModelValue:{type:[Date,Array],default:null},noOverlayFocus:{type:Boolean,default:!1},collapse:{type:Boolean,default:!1},getInputRect:{type:Function,default:()=>({})},isTextInputDate:{type:Boolean,default:!1}},emits:["close-picker","select-date","auto-apply","time-update","flow-step","update-month-year","invalid-select","update:internal-model-value","recalculate-position","invalid-fixed-range","tooltip-open","tooltip-close","time-picker-open","time-picker-close","am-pm-change","range-start","range-end","auto-apply-invalid","date-update","invalid-date","overlay-toggle","menu-blur"],setup(s,{expose:y,emit:m}){const p=m,w=s,nt=(0,i.KR)(null),St=(0,e.EW)(()=>{const{openOnTop:xn,...Cr}=w;return{...Cr,isMobile:yn.value,flowStep:ao.value,menuWrapRef:nt.value}}),{setMenuFocused:pi,setShiftKey:si,control:Fn}=Ru(),Di=(0,e.Ht)(),{defaultedTextInput:Ni,defaultedInline:Ki,defaultedConfig:hn,defaultedUI:Pn,handleEventPropagation:In}=qa(w),{isMobile:yn}=tc(hn,w.shadow),Bn=(0,i.KR)(null),Ln=(0,i.KR)(0),bi=(0,i.KR)(null),mn=(0,i.KR)(!1),pa=(0,i.KR)(null),Jn=(0,i.KR)(!1),ra=xn=>{Jn.value=!0,hn.value.allowPreventDefault&&xn.preventDefault(),Hs(xn,hn.value,!0)};(0,e.sV)(()=>{if(!w.shadow){mn.value=!0,mr(),window.addEventListener("resize",mr);const xn=Jr(nt);xn&&!Ni.value.enabled&&!Ki.value.enabled&&(pi(!0),Xa()),xn&&(xn.addEventListener("pointerdown",ra),xn.addEventListener("mousedown",ra))}document.addEventListener("mousedown",du)}),(0,e.hi)(()=>{window.removeEventListener("resize",mr),document.removeEventListener("mousedown",du);const xn=Jr(nt);xn&&(xn.removeEventListener("pointerdown",ra),xn.removeEventListener("mousedown",ra))});const mr=()=>{const xn=Jr(bi);xn&&(Ln.value=xn.getBoundingClientRect().width)},{arrowRight:Aa,arrowLeft:fa,arrowDown:ar,arrowUp:jr}=Z(),{flowStep:ao,updateFlowStep:Zi,childMount:_n,resetFlow:on,handleFlow:ya}=oc(w,p,pa),rr=(0,e.EW)(()=>w.monthPicker?at:w.yearPicker?it:w.timePicker?Is:w.quarterPicker?Fc:Nd),ua=(0,e.EW)(()=>{if(hn.value.arrowLeft)return hn.value.arrowLeft;const xn=nt.value?.getBoundingClientRect(),Cr=w.getInputRect();return Cr?.width<Ln?.value&&Cr?.left<=(xn?.left??0)?`${Cr?.width/2}px`:Cr?.right>=(xn?.right??0)&&Cr?.width<Ln?.value?`${Ln?.value-Cr?.width/2}px`:"50%"}),Xa=()=>{const xn=Jr(nt);xn&&xn.focus({preventScroll:!0})},kn=(0,e.EW)(()=>pa.value?.getSidebarProps()||{}),Sr=()=>{w.openOnTop&&p("recalculate-position")},Ti=rl(Di,"action"),Mn=(0,e.EW)(()=>w.monthPicker||w.yearPicker?rl(Di,"monthYear"):w.timePicker?rl(Di,"timePicker"):rl(Di,"shared")),vn=(0,e.EW)(()=>w.openOnTop?"dp__arrow_bottom":"dp__arrow_top"),or=(0,e.EW)(()=>({dp__menu_disabled:w.disabled,dp__menu_readonly:w.readonly,"dp-menu-loading":w.loading})),ki=(0,e.EW)(()=>({dp__menu:!0,dp__menu_index:!Ki.value.enabled,dp__relative:Ki.value.enabled,...Pn.value.menu??{}})),fi=xn=>{Hs(xn,hn.value,!0)},Na=xn=>{w.escClose&&(p("close-picker"),In(xn))},jo=xn=>{if(w.arrowNavigation){if(xn===Da.up)return jr();if(xn===Da.down)return ar();if(xn===Da.left)return fa();if(xn===Da.right)return Aa()}else xn===Da.left||xn===Da.up?Jt("handleArrow",Da.left,0,xn===Da.up):Jt("handleArrow",Da.right,0,xn===Da.down)},ja=xn=>{si(xn.shiftKey),!w.disableMonthYearSelect&&xn.code===wn.tab&&xn.target.classList.contains("dp__menu")&&Fn.value.shiftKeyInMenu&&(xn.preventDefault(),Hs(xn,hn.value,!0),p("close-picker"))},ko=()=>{Xa(),p("time-picker-close")},Ua=xn=>{pa.value?.toggleTimePicker(!1,!1),pa.value?.toggleMonthPicker(!1,!1,xn),pa.value?.toggleYearPicker(!1,!1,xn)},dr=(xn,Cr=0)=>xn==="month"?pa.value?.toggleMonthPicker(!1,!0,Cr):xn==="year"?pa.value?.toggleYearPicker(!1,!0,Cr):xn==="time"?pa.value?.toggleTimePicker(!0,!1):Ua(Cr),Jt=(xn,...Cr)=>{pa.value?.[xn]&&pa.value?.[xn](...Cr)},Dr=()=>{Jt("selectCurrentDate")},On=(xn,Cr)=>{Jt("presetDate",(0,i.BA)(xn),Cr)},vo=()=>{Jt("clearHoverDate")},Xr=(xn,Cr)=>{Jt("updateMonthYear",xn,Cr)},ol=(xn,Cr)=>{xn.preventDefault(),jo(Cr)},es=xn=>{if(ja(xn),xn.key===wn.home||xn.key===wn.end)return Jt("selectWeekDate",xn.key===wn.home,xn.target.getAttribute("id"));switch((xn.key===wn.pageUp||xn.key===wn.pageDown)&&(xn.shiftKey?(Jt("changeYear",xn.key===wn.pageUp),al(nt.value,"overlay-year")?.focus()):(Jt("changeMonth",xn.key===wn.pageUp),al(nt.value,xn.key===wn.pageUp?"action-prev":"action-next")?.focus()),xn.target.getAttribute("id")&&nt.value?.focus({preventScroll:!0})),xn.key){case wn.esc:return Na(xn);case wn.arrowLeft:return ol(xn,Da.left);case wn.arrowRight:return ol(xn,Da.right);case wn.arrowUp:return ol(xn,Da.up);case wn.arrowDown:return ol(xn,Da.down);default:return}},du=xn=>{Ki.value.enabled&&!Ki.value.input&&!nt.value?.contains(xn.target)&&Jn.value&&(Jn.value=!1,p("menu-blur"))};return y({updateMonthYear:Xr,switchView:dr,handleFlow:ya,onValueCleared:()=>{pa.value?.setStartTime?.()}}),(xn,Cr)=>((0,e.uX)(),(0,e.CE)("div",{id:xn.uid?`dp-menu-${xn.uid}`:void 0,ref_key:"dpMenuRef",ref:nt,tabindex:(0,i.R1)(Ki).enabled?void 0:"0",role:(0,i.R1)(Ki).enabled?void 0:"dialog","aria-label":xn.ariaLabels?.menu,class:(0,c.normalizeClass)(ki.value),style:(0,c.normalizeStyle)({"--dp-arrow-left":ua.value}),onMouseleave:vo,onClick:fi,onKeydown:es},[(xn.disabled||xn.readonly)&&(0,i.R1)(Ki).enabled||xn.loading?((0,e.uX)(),(0,e.CE)("div",{key:0,class:(0,c.normalizeClass)(or.value)},[xn.loading?((0,e.uX)(),(0,e.CE)("div",vc,[...Cr[19]||(Cr[19]=[(0,e.Lk)("span",{class:"dp--menu-loader"},null,-1)])])):(0,e.Q3)("",!0)],2)):(0,e.Q3)("",!0),xn.$slots["menu-header"]?((0,e.uX)(),(0,e.CE)("div",yc,[(0,e.RG)(xn.$slots,"menu-header")])):(0,e.Q3)("",!0),!(0,i.R1)(Ki).enabled&&!xn.teleportCenter?((0,e.uX)(),(0,e.CE)("div",{key:2,class:(0,c.normalizeClass)(vn.value)},null,2)):(0,e.Q3)("",!0),(0,e.Lk)("div",{ref_key:"innerMenuRef",ref:bi,class:(0,c.normalizeClass)({dp__menu_content_wrapper:xn.presetDates?.length||!!xn.$slots["left-sidebar"]||!!xn.$slots["right-sidebar"],"dp--menu-content-wrapper-collapsed":s.collapse&&(xn.presetDates?.length||!!xn.$slots["left-sidebar"]||!!xn.$slots["right-sidebar"])}),"data-dp-mobile":(0,i.R1)(yn),style:(0,c.normalizeStyle)({"--dp-menu-width":`${Ln.value}px`})},[xn.$slots["left-sidebar"]?((0,e.uX)(),(0,e.CE)("div",nc,[(0,e.RG)(xn.$slots,"left-sidebar",(0,c.normalizeProps)((0,e.Ng)(kn.value)))])):(0,e.Q3)("",!0),xn.presetDates.length?((0,e.uX)(),(0,e.CE)("div",{key:1,class:(0,c.normalizeClass)({"dp--preset-dates-collapsed":s.collapse,"dp--preset-dates":!0}),"data-dp-mobile":(0,i.R1)(yn)},[((0,e.uX)(!0),(0,e.CE)(e.FK,null,(0,e.pI)(xn.presetDates,(Vr,Yu)=>((0,e.uX)(),(0,e.CE)(e.FK,{key:Yu},[Vr.slot?(0,e.RG)(xn.$slots,Vr.slot,{key:0,presetDate:On,label:Vr.label,value:Vr.value}):((0,e.uX)(),(0,e.CE)("button",{key:1,type:"button",style:(0,c.normalizeStyle)(Vr.style||{}),class:(0,c.normalizeClass)(["dp__btn dp--preset-range",{"dp--preset-range-collapsed":s.collapse}]),"data-test-id":Vr.testId??void 0,"data-dp-mobile":(0,i.R1)(yn),onClick:(0,I.withModifiers)(cu=>On(Vr.value,Vr.noTz),["prevent"]),onKeydown:cu=>(0,i.R1)(ns)(cu,()=>On(Vr.value,Vr.noTz),!0)},(0,c.toDisplayString)(Vr.label),47,kc))],64))),128))],10,ac)):(0,e.Q3)("",!0),(0,e.Lk)("div",{ref_key:"calendarWrapperRef",ref:Bn,class:"dp__instance_calendar",role:"document"},[((0,e.uX)(),(0,e.Wv)((0,e.$y)(rr.value),(0,e.v6)({ref_key:"dynCmpRef",ref:pa},St.value,{"flow-step":(0,i.R1)(ao),onMount:(0,i.R1)(_n),onUpdateFlowStep:(0,i.R1)(Zi),onResetFlow:(0,i.R1)(on),onFocusMenu:Xa,onSelectDate:Cr[0]||(Cr[0]=Vr=>xn.$emit("select-date")),onDateUpdate:Cr[1]||(Cr[1]=Vr=>xn.$emit("date-update",Vr)),onTooltipOpen:Cr[2]||(Cr[2]=Vr=>xn.$emit("tooltip-open",Vr)),onTooltipClose:Cr[3]||(Cr[3]=Vr=>xn.$emit("tooltip-close",Vr)),onAutoApply:Cr[4]||(Cr[4]=Vr=>xn.$emit("auto-apply",Vr)),onRangeStart:Cr[5]||(Cr[5]=Vr=>xn.$emit("range-start",Vr)),onRangeEnd:Cr[6]||(Cr[6]=Vr=>xn.$emit("range-end",Vr)),onInvalidFixedRange:Cr[7]||(Cr[7]=Vr=>xn.$emit("invalid-fixed-range",Vr)),onTimeUpdate:Cr[8]||(Cr[8]=Vr=>xn.$emit("time-update")),onAmPmChange:Cr[9]||(Cr[9]=Vr=>xn.$emit("am-pm-change",Vr)),onTimePickerOpen:Cr[10]||(Cr[10]=Vr=>xn.$emit("time-picker-open",Vr)),onTimePickerClose:ko,onRecalculatePosition:Sr,onUpdateMonthYear:Cr[11]||(Cr[11]=Vr=>xn.$emit("update-month-year",Vr)),onAutoApplyInvalid:Cr[12]||(Cr[12]=Vr=>xn.$emit("auto-apply-invalid",Vr)),onInvalidDate:Cr[13]||(Cr[13]=Vr=>xn.$emit("invalid-date",Vr)),onOverlayToggle:Cr[14]||(Cr[14]=Vr=>xn.$emit("overlay-toggle",Vr)),"onUpdate:internalModelValue":Cr[15]||(Cr[15]=Vr=>xn.$emit("update:internal-model-value",Vr))}),(0,e.eX)({_:2},[(0,e.pI)(Mn.value,(Vr,Yu)=>({name:Vr,fn:(0,e.k6)(cu=>[(0,e.RG)(xn.$slots,Vr,(0,c.normalizeProps)((0,e.Ng)({...cu})))])}))]),1040,["flow-step","onMount","onUpdateFlowStep","onResetFlow"]))],512),xn.$slots["right-sidebar"]?((0,e.uX)(),(0,e.CE)("div",wc,[(0,e.RG)(xn.$slots,"right-sidebar",(0,c.normalizeProps)((0,e.Ng)(kn.value)))])):(0,e.Q3)("",!0),xn.$slots["action-extra"]?((0,e.uX)(),(0,e.CE)("div",Ec,[xn.$slots["action-extra"]?(0,e.RG)(xn.$slots,"action-extra",{key:0,selectCurrentDate:Dr}):(0,e.Q3)("",!0)])):(0,e.Q3)("",!0)],14,bc),!xn.autoApply||(0,i.R1)(hn).keepActionRow?((0,e.uX)(),(0,e.Wv)(Wo,(0,e.v6)({key:3,"menu-mount":mn.value},St.value,{"calendar-width":Ln.value,onClosePicker:Cr[16]||(Cr[16]=Vr=>xn.$emit("close-picker")),onSelectDate:Cr[17]||(Cr[17]=Vr=>xn.$emit("select-date")),onInvalidSelect:Cr[18]||(Cr[18]=Vr=>xn.$emit("invalid-select")),onSelectNow:Dr}),(0,e.eX)({_:2},[(0,e.pI)((0,i.R1)(Ti),(Vr,Yu)=>({name:Vr,fn:(0,e.k6)(cu=>[(0,e.RG)(xn.$slots,Vr,(0,c.normalizeProps)((0,e.Ng)({...cu})))])}))]),1040,["menu-mount","calendar-width"])):(0,e.Q3)("",!0)],46,ic))}});var kd=(s=>(s.center="center",s.left="left",s.right="right",s))(kd||{});const Wd=({menuRef:s,menuRefInner:y,inputRef:m,pickerWrapperRef:p,inline:w,emit:nt,props:St,slots:pi})=>{const{defaultedConfig:si}=qa(St),Fn=(0,i.KR)({}),Di=(0,i.KR)(!1),Ni=(0,i.KR)({top:"0",left:"0"}),Ki=(0,i.KR)(!1),hn=(0,i.lW)(St,"teleportCenter");(0,e.wB)(hn,()=>{Ni.value=JSON.parse(JSON.stringify({})),pa()});const Pn=on=>{if(St.teleport){const ya=on.getBoundingClientRect();return{left:ya.left+window.scrollX,top:ya.top+window.scrollY}}return{top:0,left:0}},In=(on,ya)=>{Ni.value.left=`${on+ya-Fn.value.width}px`},yn=on=>{Ni.value.left=`${on}px`},Bn=(on,ya)=>{St.position===kd.left&&yn(on),St.position===kd.right&&In(on,ya),St.position===kd.center&&(Ni.value.left=`${on+ya/2-Fn.value.width/2}px`)},Ln=on=>{const{width:ya,height:rr}=on.getBoundingClientRect(),{top:ua,left:Xa}=Pn(on);return{top:+ua,left:+Xa,width:ya,height:rr}},bi=()=>{Ni.value.left="50%",Ni.value.top="50%",Ni.value.transform="translate(-50%, -50%)",Ni.value.position="fixed",delete Ni.value.opacity},mn=()=>{const on=Jr(m);Ni.value=St.altPosition(on)},pa=(on=!0)=>{if(!w.value.enabled){if(hn.value)return bi();if(St.altPosition!==null)return mn();if(on){const ya=St.teleport?y.value?.$el:s.value;ya&&(Fn.value=ya.getBoundingClientRect()),nt("recalculate-position")}return jr()}},Jn=({inputEl:on,left:ya,width:rr})=>{window.screen.width>768&&!Di.value&&Bn(ya,rr),Aa(on)},ra=on=>{const{top:ya,left:rr,height:ua,width:Xa}=Ln(on);Ni.value.top=`${ua+ya+ +St.offset}px`,Ki.value=!1,Di.value||(Ni.value.left=`${rr+Xa/2-Fn.value.width/2}px`),Jn({inputEl:on,left:rr,width:Xa})},mr=on=>{const{top:ya,left:rr,width:ua}=Ln(on);Ni.value.top=`${ya-+St.offset-Fn.value.height}px`,Ki.value=!0,Jn({inputEl:on,left:rr,width:ua})},Aa=on=>{if(St.autoPosition){const{left:ya,width:rr}=Ln(on),{left:ua,right:Xa}=Fn.value;if(!Di.value){if(Math.abs(ua)!==Math.abs(Xa)){if(ua<=0)return Di.value=!0,yn(ya);if(Xa>=document.documentElement.clientWidth)return Di.value=!0,In(ya,rr)}return Bn(ya,rr)}}},fa=()=>{const on=Jr(m);if(on){if(St.autoPosition===Mi.top)return Mi.top;if(St.autoPosition===Mi.bottom)return Mi.bottom;const{height:ya}=Fn.value,{top:rr,height:ua}=on.getBoundingClientRect(),Xa=window.innerHeight-rr-ua,kn=rr;return ya<=Xa?Mi.bottom:ya>Xa&&ya<=kn?Mi.top:Xa>=kn?Mi.bottom:Mi.top}return Mi.bottom},ar=on=>fa()===Mi.bottom?ra(on):mr(on),jr=()=>{const on=Jr(m);if(on)return St.autoPosition?ar(on):ra(on)},ao=function(on){if(on){const ya=on.scrollHeight>on.clientHeight,rr=window.getComputedStyle(on).overflowY.indexOf("hidden")!==-1;return ya&&!rr}return!0},Zi=function(on){return!on||on===document.body||on.nodeType===Node.DOCUMENT_FRAGMENT_NODE?window:ao(on)?on:Zi(on.assignedSlot&&si.value.shadowDom?on.assignedSlot.parentNode:on.parentNode)},_n=on=>{if(on)switch(St.position){case kd.left:return{left:0,transform:"translateX(0)"};case kd.right:return{left:`${on.width}px`,transform:"translateX(-100%)"};default:return{left:`${on.width/2}px`,transform:"translateX(-50%)"}}return{}};return{openOnTop:Ki,menuStyle:Ni,xCorrect:Di,setMenuPosition:pa,getScrollableParent:Zi,shadowRender:(on,ya,rr)=>{const ua=document.createElement("div"),Xa=Jr(m)?.getBoundingClientRect();ua.setAttribute("id","dp--temp-container");const kn=p.value?.clientWidth?p.value:document.body;kn.append(ua);const Sr=_n(Xa),Ti=si.value.shadowDom?Object.keys(pi).filter(vn=>["right-sidebar","left-sidebar","top-extra","action-extra"].includes(vn)):Object.keys(pi),Mn=(0,e.h)(ya,{...rr,shadow:!0,style:{opacity:0,position:"absolute",...Sr}},Object.fromEntries(Ti.map(vn=>[vn,pi[vn]])));on!=null&&(Mn.appContext=on.appContext),(0,I.render)(Mn,ua),Fn.value=Mn.el?.getBoundingClientRect(),(0,I.render)(null,ua),kn.removeChild(ua)}}},$u=[{name:"clock-icon",use:["time","calendar","shared"]},{name:"arrow-left",use:["month-year","calendar","shared","year-mode"]},{name:"arrow-right",use:["month-year","calendar","shared","year-mode"]},{name:"arrow-up",use:["time","calendar","month-year","shared"]},{name:"arrow-down",use:["time","calendar","month-year","shared"]},{name:"calendar-icon",use:["month-year","time","calendar","shared","year-mode"]},{name:"day",use:["calendar","shared"]},{name:"month-overlay-value",use:["calendar","month-year","shared"]},{name:"year-overlay-value",use:["calendar","month-year","shared","year-mode"]},{name:"year-overlay",use:["month-year","shared"]},{name:"month-overlay",use:["month-year","shared"]},{name:"month-overlay-header",use:["month-year","shared"]},{name:"year-overlay-header",use:["month-year","shared"]},{name:"hours-overlay-value",use:["calendar","time","shared"]},{name:"hours-overlay-header",use:["calendar","time","shared"]},{name:"minutes-overlay-value",use:["calendar","time","shared"]},{name:"minutes-overlay-header",use:["calendar","time","shared"]},{name:"seconds-overlay-value",use:["calendar","time","shared"]},{name:"seconds-overlay-header",use:["calendar","time","shared"]},{name:"hours",use:["calendar","time","shared"]},{name:"minutes",use:["calendar","time","shared"]},{name:"month",use:["calendar","month-year","shared"]},{name:"year",use:["calendar","month-year","shared","year-mode"]},{name:"action-buttons",use:["action"]},{name:"action-preview",use:["action"]},{name:"calendar-header",use:["calendar","shared"]},{name:"marker-tooltip",use:["calendar","shared"]},{name:"action-extra",use:["menu"]},{name:"time-picker-overlay",use:["calendar","time","shared"]},{name:"am-pm-button",use:["calendar","time","shared"]},{name:"left-sidebar",use:["menu"]},{name:"right-sidebar",use:["menu"]},{name:"month-year",use:["month-year","shared"]},{name:"time-picker",use:["menu","shared"]},{name:"action-row",use:["action"]},{name:"marker",use:["calendar","shared"]},{name:"quarter",use:["shared"]},{name:"top-extra",use:["shared","month-year"]},{name:"tp-inline-arrow-up",use:["shared","time"]},{name:"tp-inline-arrow-down",use:["shared","time"]},{name:"menu-header",use:["menu"]}],Dc=[{name:"trigger"},{name:"input-icon"},{name:"clear-icon"},{name:"dp-input"}],Sd={all:()=>$u,monthYear:()=>$u.filter(s=>s.use.includes("month-year")),input:()=>Dc,timePicker:()=>$u.filter(s=>s.use.includes("time")),action:()=>$u.filter(s=>s.use.includes("action")),calendar:()=>$u.filter(s=>s.use.includes("calendar")),menu:()=>$u.filter(s=>s.use.includes("menu")),shared:()=>$u.filter(s=>s.use.includes("shared")),yearMode:()=>$u.filter(s=>s.use.includes("year-mode"))},rl=(s,y,m)=>{const p=[];return Sd[y]().forEach(w=>{s[w.name]&&p.push(w.name)}),m?.length&&m.forEach(w=>{w.slot&&p.push(w.slot)}),p},Gu=s=>{const y=(0,e.EW)(()=>p=>s.value?p?s.value.open:s.value.close:""),m=(0,e.EW)(()=>p=>s.value?p?s.value.menuAppearTop:s.value.menuAppearBottom:"");return{transitionName:y,showTransition:!!s.value,menuTransition:m}},wd=(s,y,m)=>{const{defaultedRange:p,defaultedTz:w}=qa(s),nt=va(It(va(),w.value.timezone)),St=(0,i.KR)([{month:eo(nt),year:Pr(nt)}]),pi=Ki=>{const hn={hours:Yo(nt),minutes:fs(nt),seconds:0};return p.value.enabled?[hn[Ki],hn[Ki]]:hn[Ki]},si=(0,i.Kh)({hours:pi("hours"),minutes:pi("minutes"),seconds:pi("seconds")});(0,e.wB)(p,(Ki,hn)=>{Ki.enabled!==hn.enabled&&(si.hours=pi("hours"),si.minutes=pi("minutes"),si.seconds=pi("seconds"))},{deep:!0});const Fn=(0,e.EW)({get:()=>s.internalModelValue,set:Ki=>{!s.readonly&&!s.disabled&&y("update:internal-model-value",Ki)}}),Di=(0,e.EW)(()=>Ki=>St.value[Ki]?St.value[Ki].month:0),Ni=(0,e.EW)(()=>Ki=>St.value[Ki]?St.value[Ki].year:0);return(0,e.wB)(Fn,(Ki,hn)=>{m&&JSON.stringify(Ki??{})!==JSON.stringify(hn??{})&&m()},{deep:!0}),{calendars:St,time:si,modelValue:Fn,month:Di,year:Ni,today:nt}},Cc=(s,y)=>{const{defaultedMultiCalendars:m,defaultedMultiDates:p,defaultedUI:w,defaultedHighlight:nt,defaultedTz:St,propDates:pi,defaultedRange:si}=qa(y),{isDisabled:Fn}=Xu(y),Di=(0,i.KR)(null),Ni=(0,i.KR)(It(new Date,St.value.timezone)),Ki=ki=>{!ki.current&&y.hideOffsetDates||(Di.value=ki.value)},hn=()=>{Di.value=null},Pn=ki=>Array.isArray(s.value)&&si.value.enabled&&s.value[0]&&Di.value?ki?Bo(Di.value,s.value[0]):Zo(Di.value,s.value[0]):!0,In=(ki,fi)=>{const Na=()=>s.value?fi?s.value[0]||null:s.value[1]:null,jo=s.value&&Array.isArray(s.value)?Na():null;return Lr(va(ki.value),jo)},yn=ki=>{const fi=Array.isArray(s.value)?s.value[0]:null;return ki?!Zo(Di.value??null,fi):!0},Bn=(ki,fi=!0)=>(si.value.enabled||y.weekPicker)&&Array.isArray(s.value)&&s.value.length===2?y.hideOffsetDates&&!ki.current?!1:Lr(va(ki.value),s.value[fi?0:1]):si.value.enabled?In(ki,fi)&&yn(fi)||Lr(ki.value,Array.isArray(s.value)?s.value[0]:null)&&Pn(fi):!1,Ln=(ki,fi)=>{if(Array.isArray(s.value)&&s.value[0]&&s.value.length===1){const Na=Lr(ki.value,Di.value);return fi?Bo(s.value[0],ki.value)&&Na:Zo(s.value[0],ki.value)&&Na}return!1},bi=ki=>!s.value||y.hideOffsetDates&&!ki.current?!1:si.value.enabled?y.modelAuto&&Array.isArray(s.value)?Lr(ki.value,s.value[0]?s.value[0]:Ni.value):!1:p.value.enabled&&Array.isArray(s.value)?s.value.some(fi=>Lr(fi,ki.value)):Lr(ki.value,s.value?s.value:Ni.value),mn=ki=>{if(si.value.autoRange||y.weekPicker){if(Di.value){if(y.hideOffsetDates&&!ki.current)return!1;const fi=no(Di.value,+si.value.autoRange),Na=js(va(Di.value),y.weekStart);return y.weekPicker?Lr(Na[1],va(ki.value)):Lr(fi,va(ki.value))}return!1}return!1},pa=ki=>{if(si.value.autoRange||y.weekPicker){if(Di.value){const fi=no(Di.value,+si.value.autoRange);if(y.hideOffsetDates&&!ki.current)return!1;const Na=js(va(Di.value),y.weekStart);return y.weekPicker?Bo(ki.value,Na[0])&&Zo(ki.value,Na[1]):Bo(ki.value,Di.value)&&Zo(ki.value,fi)}return!1}return!1},Jn=ki=>{if(si.value.autoRange||y.weekPicker){if(Di.value){if(y.hideOffsetDates&&!ki.current)return!1;const fi=js(va(Di.value),y.weekStart);return y.weekPicker?Lr(fi[0],ki.value):Lr(Di.value,ki.value)}return!1}return!1},ra=ki=>Ms(s.value,Di.value,ki.value),mr=()=>y.modelAuto&&Array.isArray(y.internalModelValue)?!!y.internalModelValue[0]:!1,Aa=()=>y.modelAuto?Ss(y.internalModelValue):!0,fa=ki=>{if(y.weekPicker)return!1;const fi=si.value.enabled?!Bn(ki)&&!Bn(ki,!1):!0;return!Fn(ki.value)&&!bi(ki)&&!(!ki.current&&y.hideOffsetDates)&&fi},ar=ki=>si.value.enabled?y.modelAuto?mr()&&bi(ki):!1:bi(ki),jr=ki=>nt.value?Es(ki.value,pi.value.highlight):!1,ao=ki=>{const fi=Fn(ki.value);return fi&&(typeof nt.value=="function"?!nt.value(ki.value,fi):!nt.value.options.highlightDisabled)},Zi=ki=>typeof nt.value=="function"?nt.value(ki.value):nt.value.weekdays?.includes(ki.value.getDay()),_n=ki=>(si.value.enabled||y.weekPicker)&&(!(m.value.count>0)||ki.current)&&Aa()&&!(!ki.current&&y.hideOffsetDates)&&!bi(ki)?ra(ki):!1,on=ki=>{if(Array.isArray(s.value)&&s.value.length===1){const{before:fi,after:Na}=Ds(+si.value.maxRange,s.value[0]);return Po(ki.value,fi)||Lo(ki.value,Na)}return!1},ya=ki=>{if(Array.isArray(s.value)&&s.value.length===1){const{before:fi,after:Na}=Ds(+si.value.minRange,s.value[0]);return Ms([fi,Na],s.value[0],ki.value)}return!1},rr=ki=>si.value.enabled&&(si.value.maxRange||si.value.minRange)?si.value.maxRange&&si.value.minRange?on(ki)||ya(ki):si.value.maxRange?on(ki):ya(ki):!1,ua=ki=>{const{isRangeStart:fi,isRangeEnd:Na}=Ti(ki),jo=si.value.enabled?fi||Na:!1;return{dp__cell_offset:!ki.current,dp__pointer:!y.disabled&&!(!ki.current&&y.hideOffsetDates)&&!Fn(ki.value)&&!rr(ki),dp__cell_disabled:Fn(ki.value)||rr(ki),dp__cell_highlight:!ao(ki)&&(jr(ki)||Zi(ki))&&!ar(ki)&&!jo&&!Jn(ki)&&!(_n(ki)&&y.weekPicker)&&!Na,dp__cell_highlight_active:!ao(ki)&&(jr(ki)||Zi(ki))&&ar(ki),dp__today:!y.noToday&&Lr(ki.value,Ni.value)&&ki.current,"dp--past":Zo(ki.value,Ni.value),"dp--future":Bo(ki.value,Ni.value)}},Xa=ki=>({dp__active_date:ar(ki),dp__date_hover:fa(ki)}),kn=ki=>{if(s.value&&!Array.isArray(s.value)){const fi=js(s.value,y.weekStart);return{...vn(ki),dp__range_start:Lr(fi[0],ki.value),dp__range_end:Lr(fi[1],ki.value),dp__range_between_week:Bo(ki.value,fi[0])&&Zo(ki.value,fi[1])}}return{...vn(ki)}},Sr=ki=>{if(s.value&&Array.isArray(s.value)){const fi=js(s.value[0],y.weekStart),Na=s.value[1]?js(s.value[1],y.weekStart):[];return{...vn(ki),dp__range_start:Lr(fi[0],ki.value)||Lr(Na[0],ki.value),dp__range_end:Lr(fi[1],ki.value)||Lr(Na[1],ki.value),dp__range_between_week:Bo(ki.value,fi[0])&&Zo(ki.value,fi[1])||Bo(ki.value,Na[0])&&Zo(ki.value,Na[1]),dp__range_between:Bo(ki.value,fi[1])&&Zo(ki.value,Na[0])}}return{...vn(ki)}},Ti=ki=>{const fi=m.value.count>0?ki.current&&Bn(ki)&&Aa():Bn(ki)&&Aa(),Na=m.value.count>0?ki.current&&Bn(ki,!1)&&Aa():Bn(ki,!1)&&Aa();return{isRangeStart:fi,isRangeEnd:Na}},Mn=ki=>{const{isRangeStart:fi,isRangeEnd:Na}=Ti(ki);return{dp__range_start:fi,dp__range_end:Na,dp__range_between:_n(ki),dp__date_hover:Lr(ki.value,Di.value)&&!fi&&!Na&&!y.weekPicker,dp__date_hover_start:Ln(ki,!0),dp__date_hover_end:Ln(ki,!1)}},vn=ki=>({...Mn(ki),dp__cell_auto_range:pa(ki),dp__cell_auto_range_start:Jn(ki),dp__cell_auto_range_end:mn(ki)}),or=ki=>si.value.enabled?si.value.autoRange?vn(ki):y.modelAuto?{...Xa(ki),...Mn(ki)}:y.weekPicker?Sr(ki):Mn(ki):y.weekPicker?kn(ki):Xa(ki);return{setHoverDate:Ki,clearHoverDate:hn,getDayClassData:ki=>y.hideOffsetDates&&!ki.current?{}:{...ua(ki),...or(ki),[y.dayClass?y.dayClass(ki.value,y.internalModelValue):""]:!0,...w.value.calendarCell??{}}}},Xu=s=>{const{defaultedFilters:y,defaultedRange:m,propDates:p,defaultedMultiDates:w}=qa(s),nt=Zi=>p.value.disabledDates?typeof p.value.disabledDates=="function"?p.value.disabledDates(va(Zi)):!!nr(Zi,p.value.disabledDates):!1,St=Zi=>p.value.maxDate?s.yearPicker?Pr(Zi)>Pr(p.value.maxDate):Bo(Zi,p.value.maxDate):!1,pi=Zi=>p.value.minDate?s.yearPicker?Pr(Zi)<Pr(p.value.minDate):Zo(Zi,p.value.minDate):!1,si=Zi=>{const _n=St(Zi),on=pi(Zi),ya=nt(Zi),rr=y.value.months.map(Ti=>+Ti).includes(eo(Zi)),ua=s.disabledWeekDays.length?s.disabledWeekDays.some(Ti=>+Ti===fe(Zi)):!1,Xa=hn(Zi),kn=Pr(Zi),Sr=xl(s.yearRange,kn);return!(_n||on||ya||rr||Sr||ua||Xa)},Fn=(Zi,_n)=>Zo(..._s(p.value.minDate,Zi,_n))||Lr(..._s(p.value.minDate,Zi,_n)),Di=(Zi,_n)=>Bo(..._s(p.value.maxDate,Zi,_n))||Lr(..._s(p.value.maxDate,Zi,_n)),Ni=(Zi,_n,on)=>{let ya=!1;return p.value.maxDate&&on&&Di(Zi,_n)&&(ya=!0),p.value.minDate&&!on&&Fn(Zi,_n)&&(ya=!0),ya},Ki=(Zi,_n,on,ya)=>{let rr=!1;return ya&&(p.value.minDate||p.value.maxDate)?p.value.minDate&&p.value.maxDate?rr=Ni(Zi,_n,on):(p.value.minDate&&Fn(Zi,_n)||p.value.maxDate&&Di(Zi,_n))&&(rr=!0):rr=!0,rr},hn=Zi=>Array.isArray(p.value.allowedDates)&&!p.value.allowedDates.length?!0:p.value.allowedDates?!nr(Zi,p.value.allowedDates,jl(s.monthPicker,s.yearPicker)):!1,Pn=Zi=>!si(Zi),In=Zi=>m.value.noDisabledRange?!ps({start:Zi[0],end:Zi[1]}).some(_n=>Pn(_n)):!0,yn=Zi=>{if(Zi){const _n=Pr(Zi);return _n>=+s.yearRange[0]&&_n<=s.yearRange[1]}return!0},Bn=(Zi,_n)=>!!(Array.isArray(Zi)&&Zi[_n]&&(m.value.maxRange||m.value.minRange)&&yn(Zi[_n])),Ln=(Zi,_n,on=0)=>{if(Bn(_n,on)&&yn(Zi)){const ya=Qt(Zi,_n[on]),rr=xs(_n[on],Zi),ua=rr.length===1?0:rr.filter(kn=>Pn(kn)).length,Xa=Math.abs(ya)-(m.value.minMaxRawRange?0:ua);if(m.value.minRange&&m.value.maxRange)return Xa>=+m.value.minRange&&Xa<=+m.value.maxRange;if(m.value.minRange)return Xa>=+m.value.minRange;if(m.value.maxRange)return Xa<=+m.value.maxRange}return!0},bi=()=>!s.enableTimePicker||s.monthPicker||s.yearPicker||s.ignoreTimeValidation,mn=Zi=>Array.isArray(Zi)?[Zi[0]?ga(Zi[0]):null,Zi[1]?ga(Zi[1]):null]:ga(Zi),pa=(Zi,_n,on)=>Zi.find(ya=>+ya.hours===Yo(_n)&&ya.minutes==="*"?!0:+ya.minutes===fs(_n)&&+ya.hours===Yo(_n))&&on,Jn=(Zi,_n,on)=>{const[ya,rr]=Zi,[ua,Xa]=_n;return!pa(ya,ua,on)&&!pa(rr,Xa,on)&&on},ra=(Zi,_n)=>{const on=Array.isArray(_n)?_n:[_n];return Array.isArray(s.disabledTimes)?Array.isArray(s.disabledTimes[0])?Jn(s.disabledTimes,on,Zi):!on.some(ya=>pa(s.disabledTimes,ya,Zi)):Zi},mr=(Zi,_n)=>{const on=Array.isArray(_n)?[pl(_n[0]),_n[1]?pl(_n[1]):void 0]:pl(_n),ya=!s.disabledTimes(on);return Zi&&ya},Aa=(Zi,_n)=>s.disabledTimes?Array.isArray(s.disabledTimes)?ra(_n,Zi):mr(_n,Zi):_n,fa=Zi=>{let _n=!0;if(!Zi||bi())return!0;const on=!p.value.minDate&&!p.value.maxDate?mn(Zi):Zi;return(s.maxTime||p.value.maxDate)&&(_n=ha(s.maxTime,p.value.maxDate,"max",zo(on),_n)),(s.minTime||p.value.minDate)&&(_n=ha(s.minTime,p.value.minDate,"min",zo(on),_n)),Aa(Zi,_n)},ar=Zi=>{if(!s.monthPicker)return!0;let _n=!0;const on=va(Gs(Zi));if(p.value.minDate&&p.value.maxDate){const ya=va(Gs(p.value.minDate)),rr=va(Gs(p.value.maxDate));return Bo(on,ya)&&Zo(on,rr)||Lr(on,ya)||Lr(on,rr)}if(p.value.minDate){const ya=va(Gs(p.value.minDate));_n=Bo(on,ya)||Lr(on,ya)}if(p.value.maxDate){const ya=va(Gs(p.value.maxDate));_n=Zo(on,ya)||Lr(on,ya)}return _n},jr=(0,e.EW)(()=>Zi=>!s.enableTimePicker||s.ignoreTimeValidation?!0:fa(Zi)),ao=(0,e.EW)(()=>Zi=>s.monthPicker?Array.isArray(Zi)&&(m.value.enabled||w.value.enabled)?!Zi.filter(_n=>!ar(_n)).length:ar(Zi):!0);return{isDisabled:Pn,validateDate:si,validateMonthYearInRange:Ki,isDateRangeAllowed:In,checkMinMaxRange:Ln,isValidTime:fa,isTimeValid:jr,isMonthValid:ao}},xd=()=>{const s=(0,e.EW)(()=>(p,w)=>p?.includes(w)),y=(0,e.EW)(()=>(p,w)=>p.count?p.solo?!0:w===0:!0),m=(0,e.EW)(()=>(p,w)=>p.count?p.solo?!0:w===p.count-1:!0);return{hideNavigationButtons:s,showLeftIcon:y,showRightIcon:m}},oc=(s,y,m)=>{const p=(0,i.KR)(0),w=(0,i.Kh)({[ln.timePicker]:!s.enableTimePicker||s.timePicker||s.monthPicker,[ln.calendar]:!1,[ln.header]:!1}),nt=(0,e.EW)(()=>s.monthPicker||s.timePicker),St=Ni=>{if(s.flow?.length){if(!Ni&&nt.value)return Di();w[Ni]=!0,Object.keys(w).filter(Ki=>!w[Ki]).length||Di()}},pi=()=>{s.flow?.length&&p.value!==-1&&(p.value+=1,y("flow-step",p.value),Di()),s.flow?.length===p.value&&(0,e.dY)().then(()=>si())},si=()=>{p.value=-1},Fn=(Ni,Ki,...hn)=>{s.flow[p.value]===Ni&&m.value&&m.value[Ki]?.(...hn)},Di=(Ni=0)=>{Ni&&(p.value+=Ni),Fn(Dn.month,"toggleMonthPicker",!0),Fn(Dn.year,"toggleYearPicker",!0),Fn(Dn.calendar,"toggleTimePicker",!1,!0),Fn(Dn.time,"toggleTimePicker",!0,!0);const Ki=s.flow[p.value];(Ki===Dn.hours||Ki===Dn.minutes||Ki===Dn.seconds)&&Fn(Ki,"toggleTimePicker",!0,!0,Ki)};return{childMount:St,updateFlowStep:pi,resetFlow:si,handleFlow:Di,flowStep:p}},sc={key:1,class:"dp__input_wrap"},Sc=["id","name","inputmode","placeholder","disabled","readonly","required","value","autocomplete","aria-label","aria-disabled","aria-invalid"],xc={key:2,class:"dp--clear-btn"},Ac=["aria-label"],lc=(0,e.pM)({compatConfig:{MODE:3},__name:"DatepickerInput",props:{isMenuOpen:{type:Boolean,default:!1},inputValue:{type:String,default:""},...wa},emits:["clear","open","update:input-value","set-input-date","close","select-date","set-empty-date","toggle","focus-prev","focus","blur","real-blur","text-input"],setup(s,{expose:y,emit:m}){const p=m,w=s,{defaultedTextInput:nt,defaultedAriaLabels:St,defaultedInline:pi,defaultedConfig:si,defaultedRange:Fn,defaultedMultiDates:Di,defaultedUI:Ni,getDefaultPattern:Ki,getDefaultStartTime:hn}=qa(w),{checkMinMaxRange:Pn}=Xu(w),In=(0,i.KR)(),yn=(0,i.KR)(null),Bn=(0,i.KR)(!1),Ln=(0,i.KR)(!1),bi=(0,e.EW)(()=>({dp__pointer:!w.disabled&&!w.readonly&&!nt.value.enabled,dp__disabled:w.disabled,dp__input_readonly:!nt.value.enabled,dp__input:!0,dp__input_not_clearable:!w.clearable,dp__input_icon_pad:!w.hideInputIcon,dp__input_valid:typeof w.state=="boolean"?w.state:!1,dp__input_invalid:typeof w.state=="boolean"?!w.state:!1,dp__input_focus:Bn.value||w.isMenuOpen,dp__input_reg:!nt.value.enabled,...Ni.value.input??{}})),mn=()=>{p("set-input-date",null),w.clearable&&w.autoApply&&(p("set-empty-date"),In.value=null)},pa=kn=>{const Sr=hn();return _d(kn,nt.value.format??Ki(),Sr??Fl({},w.enableSeconds),w.inputValue,Ln.value,w.formatLocale)},Jn=kn=>{const{rangeSeparator:Sr}=nt.value,[Ti,Mn]=kn.split(`${Sr}`);if(Ti){const vn=pa(Ti.trim()),or=Mn?pa(Mn.trim()):void 0;if(Lo(vn,or))return;const ki=vn&&or?[vn,or]:[vn];Pn(or,ki,0)&&(In.value=vn?ki:null)}},ra=()=>{Ln.value=!0},mr=kn=>{if(Fn.value.enabled)Jn(kn);else if(Di.value.enabled){const Sr=kn.split(";");In.value=Sr.map(Ti=>pa(Ti.trim())).filter(Ti=>Ti)}else In.value=pa(kn)},Aa=kn=>{const Sr=typeof kn=="string"?kn:kn.target?.value;Sr!==""?(nt.value.openMenu&&!w.isMenuOpen&&p("open"),mr(Sr),p("set-input-date",In.value)):mn(),Ln.value=!1,p("update:input-value",Sr),p("text-input",kn,In.value)},fa=kn=>{nt.value.enabled?(mr(kn.target.value),nt.value.enterSubmit&&pt(In.value)&&w.inputValue!==""?(p("set-input-date",In.value,!0),In.value=null):nt.value.enterSubmit&&w.inputValue===""&&(In.value=null,p("clear"))):ao(kn)},ar=(kn,Sr)=>{nt.value.enabled&&nt.value.tabSubmit&&!Sr&&mr(kn.target.value),nt.value.tabSubmit&&pt(In.value)&&w.inputValue!==""?(p("set-input-date",In.value,!0,!0),In.value=null):nt.value.tabSubmit&&w.inputValue===""&&(In.value=null,p("clear",!0))},jr=()=>{Bn.value=!0,p("focus"),(0,e.dY)().then(()=>{nt.value.enabled&&nt.value.selectOnFocus&&yn.value?.select()})},ao=kn=>{if(Hs(kn,si.value,!0),nt.value.enabled&&nt.value.openMenu&&!pi.value.input){if(nt.value.openMenu==="open"&&!w.isMenuOpen)return p("open");if(nt.value.openMenu==="toggle")return p("toggle")}else nt.value.enabled||p("toggle")},Zi=()=>{p("real-blur"),Bn.value=!1,(!w.isMenuOpen||pi.value.enabled&&pi.value.input)&&p("blur"),w.autoApply&&nt.value.enabled&&In.value&&!w.isMenuOpen&&(p("set-input-date",In.value),p("select-date"),In.value=null)},_n=kn=>{Hs(kn,si.value,!0),p("clear")},on=()=>{p("close")},ya=kn=>{if(kn.key==="Tab"&&ar(kn),kn.key==="Enter"&&fa(kn),kn.key==="Escape"&&nt.value.escClose&&on(),!nt.value.enabled){if(kn.code==="Tab")return;kn.preventDefault()}},rr=()=>{yn.value?.focus({preventScroll:!0})},ua=kn=>{In.value=kn},Xa=kn=>{kn.key===wn.tab&&ar(kn,!0)};return y({focusInput:rr,setParsedDate:ua}),(kn,Sr)=>((0,e.uX)(),(0,e.CE)("div",{onClick:ao},[kn.$slots.trigger&&!kn.$slots["dp-input"]&&!(0,i.R1)(pi).enabled?(0,e.RG)(kn.$slots,"trigger",{key:0}):(0,e.Q3)("",!0),!kn.$slots.trigger&&(!(0,i.R1)(pi).enabled||(0,i.R1)(pi).input)?((0,e.uX)(),(0,e.CE)("div",sc,[kn.$slots["dp-input"]&&!kn.$slots.trigger&&(!(0,i.R1)(pi).enabled||(0,i.R1)(pi).enabled&&(0,i.R1)(pi).input)?(0,e.RG)(kn.$slots,"dp-input",{key:0,value:s.inputValue,isMenuOpen:s.isMenuOpen,onInput:Aa,onEnter:fa,onTab:ar,onClear:_n,onBlur:Zi,onKeypress:ya,onPaste:ra,onFocus:jr,openMenu:()=>kn.$emit("open"),closeMenu:()=>kn.$emit("close"),toggleMenu:()=>kn.$emit("toggle")}):(0,e.Q3)("",!0),kn.$slots["dp-input"]?(0,e.Q3)("",!0):((0,e.uX)(),(0,e.CE)("input",{key:1,id:kn.uid?`dp-input-${kn.uid}`:void 0,ref_key:"inputRef",ref:yn,"data-test-id":"dp-input",name:kn.name,class:(0,c.normalizeClass)(bi.value),inputmode:(0,i.R1)(nt).enabled?"text":"none",placeholder:kn.placeholder,disabled:kn.disabled,readonly:kn.readonly,required:kn.required,value:s.inputValue,autocomplete:kn.autocomplete,"aria-label":(0,i.R1)(St)?.input,"aria-disabled":kn.disabled||void 0,"aria-invalid":kn.state===!1?!0:void 0,onInput:Aa,onBlur:Zi,onFocus:jr,onKeypress:ya,onKeydown:Sr[0]||(Sr[0]=Ti=>ya(Ti)),onPaste:ra},null,42,Sc)),(0,e.Lk)("div",{onClick:Sr[3]||(Sr[3]=Ti=>p("toggle"))},[kn.$slots["input-icon"]&&!kn.hideInputIcon?((0,e.uX)(),(0,e.CE)("span",{key:0,class:"dp__input_icon",onClick:Sr[1]||(Sr[1]=Ti=>p("toggle"))},[(0,e.RG)(kn.$slots,"input-icon")])):(0,e.Q3)("",!0),!kn.$slots["input-icon"]&&!kn.hideInputIcon&&!kn.$slots["dp-input"]?((0,e.uX)(),(0,e.Wv)((0,i.R1)(Be),{key:1,"aria-label":(0,i.R1)(St)?.calendarIcon,class:"dp__input_icon dp__input_icons",onClick:Sr[2]||(Sr[2]=Ti=>p("toggle"))},null,8,["aria-label"])):(0,e.Q3)("",!0)]),kn.$slots["clear-icon"]&&(kn.alwaysClearable||s.inputValue&&kn.clearable&&!kn.disabled&&!kn.readonly)?((0,e.uX)(),(0,e.CE)("span",xc,[(0,e.RG)(kn.$slots,"clear-icon",{clear:_n})])):(0,e.Q3)("",!0),!kn.$slots["clear-icon"]&&(kn.alwaysClearable||kn.clearable&&s.inputValue&&!kn.disabled&&!kn.readonly)?((0,e.uX)(),(0,e.CE)("button",{key:3,"aria-label":(0,i.R1)(St)?.clearInput,class:"dp--clear-btn",type:"button",onKeydown:Sr[4]||(Sr[4]=Ti=>(0,i.R1)(ns)(Ti,()=>_n(Ti),!0,Xa)),onClick:Sr[5]||(Sr[5]=(0,I.withModifiers)(Ti=>_n(Ti),["prevent"]))},[(0,e.bF)((0,i.R1)(Oe),{class:"dp__input_icons","data-test-id":"clear-icon"})],40,Ac)):(0,e.Q3)("",!0)])):(0,e.Q3)("",!0)]))}}),Tc=typeof window<"u"?window:void 0,Rd=()=>{},Oc=s=>(0,i.o5)()?((0,i.jr)(s),!0):!1,uc=(s,y,m,p)=>{if(!s)return Rd;let w=Rd;const nt=(0,e.wB)(()=>(0,i.R1)(s),pi=>{w(),pi&&(pi.removeEventListener(y,m),pi.addEventListener(y,m,p),w=()=>{pi.removeEventListener(y,m,p),w=Rd})},{immediate:!0,flush:"post"}),St=()=>{nt(),w()};return Oc(St),St},Pc=(s,y,m,p={})=>{const{window:w=Tc,event:nt="pointerdown"}=p;return w?uc(w,nt,St=>{const pi=Jr(s),si=Jr(y);!pi||!si||pi===St.target||St.composedPath().includes(pi)||St.composedPath().includes(si)||m(St)},{passive:!0}):void 0},dc=["data-dp-mobile"],Bc=(0,e.pM)({compatConfig:{MODE:3},__name:"VueDatePicker",props:{...wa},emits:["update:model-value","update:model-timezone-value","text-submit","closed","cleared","open","focus","blur","internal-model-change","recalculate-position","flow-step","update-month-year","invalid-select","invalid-fixed-range","tooltip-open","tooltip-close","time-picker-open","time-picker-close","am-pm-change","range-start","range-end","date-update","invalid-date","overlay-toggle","text-input"],setup(s,{expose:y,emit:m}){const p=m,w=s,nt=(0,e.Ht)(),St=(0,i.KR)(!1),pi=(0,i.lW)(w,"modelValue"),si=(0,i.lW)(w,"timezone"),Fn=(0,i.KR)(null),Di=(0,i.KR)(null),Ni=(0,i.KR)(null),Ki=(0,i.KR)(!1),hn=(0,i.KR)(null),Pn=(0,i.KR)(!1),In=(0,i.KR)(!1),yn=(0,i.KR)(!1),Bn=(0,i.KR)(!1),{setMenuFocused:Ln,setShiftKey:bi}=Ru(),{clearArrowNav:mn}=Z(),{validateDate:pa,isValidTime:Jn}=Xu(w),{defaultedTransitions:ra,defaultedTextInput:mr,defaultedInline:Aa,defaultedConfig:fa,defaultedRange:ar,defaultedMultiDates:jr}=qa(w),{menuTransition:ao,showTransition:Zi}=Gu(ra),{isMobile:_n}=tc(fa),on=(0,e.nI)();(0,e.sV)(()=>{ki(w.modelValue),(0,e.dY)().then(()=>{Aa.value.enabled||(Ti(hn.value)?.addEventListener("scroll",On),window?.addEventListener("resize",vo))}),Aa.value.enabled&&(St.value=!0),window?.addEventListener("keyup",Xr),window?.addEventListener("keydown",ol)}),(0,e.hi)(()=>{Aa.value.enabled||(Ti(hn.value)?.removeEventListener("scroll",On),window?.removeEventListener("resize",vo)),window?.removeEventListener("keyup",Xr),window?.removeEventListener("keydown",ol)});const ya=rl(nt,"all",w.presetDates),rr=rl(nt,"input");(0,e.wB)([pi,si],()=>{ki(pi.value)},{deep:!0});const{openOnTop:ua,menuStyle:Xa,xCorrect:kn,setMenuPosition:Sr,getScrollableParent:Ti,shadowRender:Mn}=Wd({menuRef:Fn,menuRefInner:Di,inputRef:Ni,pickerWrapperRef:hn,inline:Aa,emit:p,props:w,slots:nt}),{inputValue:vn,internalModelValue:or,parseExternalModelValue:ki,emitModelValue:fi,formatInputValue:Na,checkBeforeEmit:jo}=Ar(p,w,{isInputFocused:Ki,isTextInputDate:Bn}),ja=(0,e.EW)(()=>({dp__main:!0,dp__theme_dark:w.dark,dp__theme_light:!w.dark,dp__flex_display:Aa.value.enabled,"dp--flex-display-collapsed":yn.value,dp__flex_display_with_input:Aa.value.input})),ko=(0,e.EW)(()=>w.dark?"dp__theme_dark":"dp__theme_light"),Ua=(0,e.EW)(()=>w.teleport?{to:typeof w.teleport=="boolean"?"body":w.teleport,disabled:!w.teleport||Aa.value.enabled}:{}),dr=(0,e.EW)(()=>({class:"dp__outer_menu_wrap"})),Jt=(0,e.EW)(()=>Aa.value.enabled&&(w.timePicker||w.monthPicker||w.yearPicker||w.quarterPicker)),Dr=()=>Ni.value?.$el?.getBoundingClientRect()??{width:0,left:0,right:0},On=()=>{St.value&&(fa.value.closeOnScroll?Tl():Sr())},vo=()=>{St.value&&Sr();const xa=Di.value?.$el.getBoundingClientRect().width??0;yn.value=document.body.offsetWidth<=xa},Xr=xa=>{xa.key==="Tab"&&!Aa.value.enabled&&!w.teleport&&fa.value.tabOutClosesMenu&&(hn.value.contains(document.activeElement)||Tl()),In.value=xa.shiftKey},ol=xa=>{In.value=xa.shiftKey},es=()=>{!w.disabled&&!w.readonly&&(Mn(on,rc,w),Sr(!1),St.value=!0,St.value&&p("open"),St.value||Ed(),ki(w.modelValue))},du=()=>{vn.value="",Ed(),Di.value?.onValueCleared(),Ni.value?.setParsedDate(null),p("update:model-value",null),p("update:model-timezone-value",null),p("cleared"),fa.value.closeOnClearValue&&Tl()},xn=()=>{const xa=or.value;return!xa||!Array.isArray(xa)&&pa(xa)?!0:Array.isArray(xa)?jr.value.enabled||xa.length===2&&pa(xa[0])&&pa(xa[1])?!0:ar.value.partialRange&&!w.timePicker?pa(xa[0]):!1:!1},Cr=()=>{jo()&&xn()?(fi(),Tl()):p("invalid-select",or.value)},Vr=xa=>{Yu(),fi(),fa.value.closeOnAutoApply&&!xa&&Tl()},Yu=()=>{Ni.value&&mr.value.enabled&&Ni.value.setParsedDate(or.value)},cu=(xa=!1)=>{w.autoApply&&Jn(or.value)&&xn()&&(ar.value.enabled&&Array.isArray(or.value)?(ar.value.partialRange||or.value.length===2)&&Vr(xa):Vr(xa))},Ed=()=>{mr.value.enabled||(or.value=null)},Tl=(xa=!1)=>{xa&&or.value&&fa.value.setDateOnMenuClose&&Cr(),Aa.value.enabled||(St.value&&(St.value=!1,kn.value=!1,Ln(!1),bi(!1),mn(),p("closed"),vn.value&&ki(pi.value)),Ed(),p("blur"),Di.value?.$el?.remove())},Vd=(xa,Hr,Zr=!1)=>{if(!xa){or.value=null;return}const ju=Array.isArray(xa)?!xa.some(ld=>!pa(ld)):pa(xa),ku=Jn(xa);ju&&ku?(Bn.value=!0,or.value=xa,Hr?(Pn.value=Zr,Cr(),p("text-submit")):w.autoApply&&cu(!0),(0,e.dY)().then(()=>{Bn.value=!1})):p("invalid-date",xa)},qd=()=>{w.autoApply&&Jn(or.value)&&fi(),Yu()},jd=()=>St.value?Tl():es(),Hd=xa=>{or.value=xa},Kd=()=>{mr.value.enabled&&(Ki.value=!0,Na()),p("focus")},$d=()=>{mr.value.enabled&&(Ki.value=!1,ki(w.modelValue),Pn.value&&Sl(hn.value,In.value)?.focus()),p("blur")},Gd=xa=>{Di.value&&Di.value.updateMonthYear(0,{month:ss(xa.month),year:ss(xa.year)})},Xd=xa=>{ki(xa??w.modelValue)},cn=(xa,Hr)=>{Di.value?.switchView(xa,Hr)},Ya=(xa,Hr)=>fa.value.onClickOutside?fa.value.onClickOutside(xa,Hr):Tl(!0),qr=(xa=0)=>{Di.value?.handleFlow(xa)},Ao=()=>Fn;return Pc(Fn,Ni,xa=>Ya(xn,xa)),y({closeMenu:Tl,selectDate:Cr,clearValue:du,openMenu:es,onScroll:On,formatInputValue:Na,updateInternalModelValue:Hd,setMonthYear:Gd,parseModel:Xd,switchView:cn,toggleMenu:jd,handleFlow:qr,getDpWrapMenuRef:Ao}),(xa,Hr)=>((0,e.uX)(),(0,e.CE)("div",{ref_key:"pickerWrapperRef",ref:hn,class:(0,c.normalizeClass)(ja.value),"data-datepicker-instance":"","data-dp-mobile":(0,i.R1)(_n)},[(0,e.bF)(lc,(0,e.v6)({ref_key:"inputRef",ref:Ni,"input-value":(0,i.R1)(vn),"onUpdate:inputValue":Hr[0]||(Hr[0]=Zr=>(0,i.i9)(vn)?vn.value=Zr:null),"is-menu-open":St.value},xa.$props,{onClear:du,onOpen:es,onSetInputDate:Vd,onSetEmptyDate:(0,i.R1)(fi),onSelectDate:Cr,onToggle:jd,onClose:Tl,onFocus:Kd,onBlur:$d,onRealBlur:Hr[1]||(Hr[1]=Zr=>Ki.value=!1),onTextInput:Hr[2]||(Hr[2]=Zr=>xa.$emit("text-input",Zr))}),(0,e.eX)({_:2},[(0,e.pI)((0,i.R1)(rr),(Zr,ju)=>({name:Zr,fn:(0,e.k6)(ku=>[(0,e.RG)(xa.$slots,Zr,(0,c.normalizeProps)((0,e.Ng)(ku)))])}))]),1040,["input-value","is-menu-open","onSetEmptyDate"]),((0,e.uX)(),(0,e.Wv)((0,e.$y)(xa.teleport?e.Im:"div"),(0,c.normalizeProps)((0,e.Ng)(Ua.value)),{default:(0,e.k6)(()=>[(0,e.bF)(I.Transition,{name:(0,i.R1)(ao)((0,i.R1)(ua)),css:(0,i.R1)(Zi)&&!(0,i.R1)(Aa).enabled},{default:(0,e.k6)(()=>[St.value?((0,e.uX)(),(0,e.CE)("div",(0,e.v6)({key:0,ref_key:"dpWrapMenuRef",ref:Fn},dr.value,{class:{"dp--menu-wrapper":!(0,i.R1)(Aa).enabled},style:(0,i.R1)(Aa).enabled?void 0:(0,i.R1)(Xa)}),[(0,e.bF)(rc,(0,e.v6)({ref_key:"dpMenuRef",ref:Di},xa.$props,{"internal-model-value":(0,i.R1)(or),"onUpdate:internalModelValue":Hr[3]||(Hr[3]=Zr=>(0,i.i9)(or)?or.value=Zr:null),class:{[ko.value]:!0,"dp--menu-wrapper":xa.teleport},"open-on-top":(0,i.R1)(ua),"no-overlay-focus":Jt.value,collapse:yn.value,"get-input-rect":Dr,"is-text-input-date":Bn.value,onClosePicker:Tl,onSelectDate:Cr,onAutoApply:cu,onTimeUpdate:qd,onFlowStep:Hr[4]||(Hr[4]=Zr=>xa.$emit("flow-step",Zr)),onUpdateMonthYear:Hr[5]||(Hr[5]=Zr=>xa.$emit("update-month-year",Zr)),onInvalidSelect:Hr[6]||(Hr[6]=Zr=>xa.$emit("invalid-select",(0,i.R1)(or))),onAutoApplyInvalid:Hr[7]||(Hr[7]=Zr=>xa.$emit("invalid-select",Zr)),onInvalidFixedRange:Hr[8]||(Hr[8]=Zr=>xa.$emit("invalid-fixed-range",Zr)),onRecalculatePosition:(0,i.R1)(Sr),onTooltipOpen:Hr[9]||(Hr[9]=Zr=>xa.$emit("tooltip-open",Zr)),onTooltipClose:Hr[10]||(Hr[10]=Zr=>xa.$emit("tooltip-close",Zr)),onTimePickerOpen:Hr[11]||(Hr[11]=Zr=>xa.$emit("time-picker-open",Zr)),onTimePickerClose:Hr[12]||(Hr[12]=Zr=>xa.$emit("time-picker-close",Zr)),onAmPmChange:Hr[13]||(Hr[13]=Zr=>xa.$emit("am-pm-change",Zr)),onRangeStart:Hr[14]||(Hr[14]=Zr=>xa.$emit("range-start",Zr)),onRangeEnd:Hr[15]||(Hr[15]=Zr=>xa.$emit("range-end",Zr)),onDateUpdate:Hr[16]||(Hr[16]=Zr=>xa.$emit("date-update",Zr)),onInvalidDate:Hr[17]||(Hr[17]=Zr=>xa.$emit("invalid-date",Zr)),onOverlayToggle:Hr[18]||(Hr[18]=Zr=>xa.$emit("overlay-toggle",Zr)),onMenuBlur:Hr[19]||(Hr[19]=Zr=>xa.$emit("blur"))}),(0,e.eX)({_:2},[(0,e.pI)((0,i.R1)(ya),(Zr,ju)=>({name:Zr,fn:(0,e.k6)(ku=>[(0,e.RG)(xa.$slots,Zr,(0,c.normalizeProps)((0,e.Ng)({...ku})))])}))]),1040,["internal-model-value","class","open-on-top","no-overlay-focus","collapse","is-text-input-date","onRecalculatePosition"])],16)):(0,e.Q3)("",!0)]),_:3},8,["name","css"])]),_:3},16))],10,dc))}}),Md=(()=>{const s=Bc;return s.install=y=>{y.component("Vue3DatePicker",s)},s})();Object.entries(Object.freeze(Object.defineProperty({__proto__:null,default:Md},Symbol.toStringTag,{value:"Module"}))).forEach(([s,y])=>{s!=="default"&&(Md[s]=y)});var sd=a(47031),cc=a(21715),uo=a(13606),Ad=a(26905),Rc=a(52697);(0,uo.r)();const Mc={class:"vue-date-time-picker__wrapper"},fc={ref:"target",class:"vue-date-time-picker__wrapper"},jc=(0,e.pM)({__name:"NcDateTimePicker",props:(0,e.zz)({appendToBody:{type:Boolean},ariaLabel:{default:(0,uo.a)("Datepicker input")},ariaLabelMenu:{default:(0,uo.a)("Datepicker menu")},clearable:{type:Boolean},confirm:{type:Boolean},format:{type:[String,Function],default:void 0},locale:{default:(0,N.lO)()},minuteStep:{default:10},modelValue:{default:null},placeholder:{default:void 0},showTimezoneSelect:{type:Boolean},showWeekNumber:{type:Boolean},type:{default:"date"}},{timezoneId:{default:"UTC"},timezoneIdModifiers:{}}),emits:(0,e.zz)(["update:modelValue","update:timezoneId"],["update:timezoneId"]),setup(s,{emit:y}){const m=(0,e.fn)(s,"timezoneId"),p=s,w=y,nt=(0,e.rk)("target"),St=(0,e.rk)("picker"),pi=(0,e.EW)(()=>{if(p.modelValue===null&&p.clearable)return null;if(p.type==="week"){const bi=p.modelValue instanceof Date?p.modelValue:new Date,mn=new Date(bi);return mn.setUTCDate(bi.getUTCDate()+6),[bi,mn]}else{if(p.type==="year")return(p.modelValue instanceof Date?p.modelValue:new Date).getUTCFullYear();if(p.type==="month"){const bi=p.modelValue instanceof Date?p.modelValue:new Date;return{year:bi.getUTCFullYear(),month:bi.getUTCMonth()}}else if(p.type==="time"){const bi=p.modelValue instanceof Date?p.modelValue:new Date;return{hours:bi.getHours(),minutes:bi.getMinutes(),seconds:bi.getSeconds()}}else if(p.type==="time-range"){const bi=[p.modelValue].flat();if(bi.length!==2){const mn=new Date,pa=new Date(mn);pa.setHours(pa.getHours()+1),bi.splice(0,2,mn,pa)}return bi.map(mn=>({hours:mn.getHours(),minutes:mn.getMinutes(),seconds:mn.getSeconds()}))}else if(p.type.endsWith("-range")){if(p.modelValue===void 0){const bi=new Date,mn=new Date(bi);return mn.setUTCDate(bi.getUTCDate()+7),[bi,mn]}return p.modelValue}}return p.modelValue??new Date}),si=(0,e.EW)(()=>p.type==="date"?(0,uo.a)("Select date"):p.type==="time"?(0,uo.a)("Select time"):p.type==="datetime"?(0,uo.a)("Select date and time"):p.type==="week"?(0,uo.a)("Select week"):p.type==="month"?(0,uo.a)("Select month"):p.type==="year"?(0,uo.a)("Select year"):p.type.endsWith("-range")?(0,uo.a)("Select time range"):(0,uo.a)("Select date and time")),Fn=(0,e.EW)(()=>{if(p.format)return p.format;if(p.type==="week")return"RR-II";let bi;if(p.type==="date"||p.type==="date-range"?bi=new Intl.DateTimeFormat((0,N.lO)(),{dateStyle:"medium"}):p.type==="time"||p.type==="time-range"?bi=new Intl.DateTimeFormat((0,N.lO)(),{timeStyle:"short"}):p.type==="datetime"||p.type==="datetime-range"?bi=new Intl.DateTimeFormat((0,N.lO)(),{dateStyle:"medium",timeStyle:"short"}):p.type==="month"?bi=new Intl.DateTimeFormat((0,N.lO)(),{year:"numeric",month:"2-digit"}):p.type==="year"&&(bi=new Intl.DateTimeFormat((0,N.lO)(),{year:"numeric"})),bi)return mn=>Array.isArray(mn)?bi.formatRange(mn[0],mn[1]):bi.format(mn)}),Di=(0,e.EW)(()=>({timePicker:p.type==="time"||p.type==="time-range",yearPicker:p.type==="year",monthPicker:p.type==="month",weekPicker:p.type==="week",range:p.type.endsWith("-range")&&{partialRange:!1},enableTimePicker:!(p.type==="date"||p.type==="date-range"),flow:p.type==="datetime"?["calendar","time"]:void 0}));function Ni(bi){if(bi===null)return w("update:modelValue",null);if(p.type==="time")w("update:modelValue",Ki(bi));else if(p.type==="time-range"){const mn=Ki(bi[0]),pa=Ki(bi[1]);pa.getTime()<mn.getTime()&&pa.setDate(pa.getDate()+1),w("update:modelValue",[mn,pa])}else if(p.type==="month"){const mn=bi;w("update:modelValue",new Date(mn.year,mn.month,1))}else p.type==="year"?w("update:modelValue",new Date(bi,0)):p.type==="week"?w("update:modelValue",bi[0]):w("update:modelValue",bi)}function Ki(bi){const mn=new Date;return mn.setHours(bi.hours),mn.setMinutes(bi.minutes),mn.setSeconds(bi.seconds),mn}const hn=(0,N.JN)(),Pn=[...(0,N.Pe)()];for(let bi=0;bi<hn;bi++)Pn.push(Pn.shift());const In=(0,uo.a)("W"),yn=(0,e.EW)(()=>({toggleOverlay:(0,uo.a)("Toggle overlay"),menu:p.ariaLabelMenu,input:p.ariaLabel,openTimePicker:(0,uo.a)("Open time picker"),closeTimePicker:(0,uo.a)("Close time Picker"),incrementValue:bi=>bi==="hours"?(0,uo.a)("Increment hours"):bi==="minutes"?(0,uo.a)("Increment minutes"):(0,uo.a)("Increment seconds"),decrementValue:bi=>bi==="hours"?(0,uo.a)("Decrement hours"):bi==="minutes"?(0,uo.a)("Decrement minutes"):(0,uo.a)("Decrement seconds"),openTpOverlay:bi=>bi==="hours"?(0,uo.a)("Open hours overlay"):bi==="minutes"?(0,uo.a)("Open minutes overlay"):(0,uo.a)("Open seconds overlay"),amPmButton:(0,uo.a)("Switch AM/PM mode"),openYearsOverlay:(0,uo.a)("Open years overlay"),openMonthsOverlay:(0,uo.a)("Open months overlay"),nextMonth:(0,uo.a)("Next month"),prevMonth:(0,uo.a)("Previous month"),nextYear:(0,uo.a)("Next year"),prevYear:(0,uo.a)("Previous year"),weekDay:bi=>(0,N.hY)()[bi],clearInput:(0,uo.a)("Clear value"),calendarIcon:(0,uo.a)("Calendar icon"),timePicker:(0,uo.a)("Time picker"),monthPicker:bi=>bi?(0,uo.a)("Month picker overlay"):(0,uo.a)("Month picker"),yearPicker:bi=>bi?(0,uo.a)("Year picker overlay"):(0,uo.a)("Year picker")}));function Bn(){St.value.selectDate()}function Ln(){St.value.closeMenu()}return(bi,mn)=>((0,e.uX)(),(0,e.CE)("div",Mc,[(0,e.bF)((0,i.R1)(Md),(0,e.v6)({ref:"picker","aria-labels":yn.value,"auto-apply":!bi.confirm,class:["vue-date-time-picker",{"vue-date-time-picker--clearable":bi.clearable}],"cancel-text":(0,i.R1)(uo.a)("Cancel"),clearable:bi.clearable,"day-names":Pn,placeholder:bi.placeholder??si.value,format:Fn.value,locale:bi.locale,"minutes-increment":bi.minuteStep,"model-value":pi.value,"now-button-label":(0,i.R1)(uo.a)("Now"),"select-text":(0,i.R1)(uo.a)("Pick"),"six-weeks":"fair",teleport:bi.appendToBody?nt.value||void 0:!1,"text-input":"","week-num-name":(0,i.R1)(In),"week-numbers":bi.showWeekNumber?{type:"iso"}:void 0,"week-start":(0,i.R1)(hn)},Di.value,{"onUpdate:modelValue":Ni}),(0,e.eX)({"action-buttons":(0,e.k6)(()=>[(0,e.bF)((0,i.R1)(Ad.N),{size:"small",variant:"tertiary",onClick:Ln},{default:(0,e.k6)(()=>[(0,e.eW)((0,c.toDisplayString)((0,i.R1)(uo.a)("Cancel")),1)]),_:1}),(0,e.bF)((0,i.R1)(Ad.N),{size:"small",variant:"primary",onClick:Bn},{default:(0,e.k6)(()=>[(0,e.eW)((0,c.toDisplayString)((0,i.R1)(uo.a)("Pick")),1)]),_:1})]),"clear-icon":(0,e.k6)(({clear:pa})=>[(0,e.bF)((0,i.R1)(Ad.N),{"aria-label":(0,i.R1)(uo.a)("Clear value"),variant:"tertiary-no-background",onClick:pa},{icon:(0,e.k6)(()=>[(0,e.bF)(sd.N,{inline:"",path:(0,i.R1)(v.b),size:20},null,8,["path"])]),_:2},1032,["aria-label","onClick"])]),"input-icon":(0,e.k6)(()=>[(0,e.bF)(sd.N,{path:(0,i.R1)(v.z),size:20},null,8,["path"])]),"clock-icon":(0,e.k6)(()=>[(0,e.bF)(sd.N,{inline:"",path:(0,i.R1)(v.y),size:20},null,8,["path"])]),"arrow-left":(0,e.k6)(()=>[(0,e.bF)(sd.N,{inline:"",path:(0,i.R1)(v.x),size:20},null,8,["path"])]),"arrow-right":(0,e.k6)(()=>[(0,e.bF)(sd.N,{inline:"",path:(0,i.R1)(v.c),size:20},null,8,["path"])]),"arrow-down":(0,e.k6)(()=>[(0,e.bF)(sd.N,{inline:"",path:(0,i.R1)(v.w),size:20},null,8,["path"])]),"arrow-up":(0,e.k6)(()=>[(0,e.bF)(sd.N,{inline:"",path:(0,i.R1)(v.v),size:20},null,8,["path"])]),_:2},[bi.showTimezoneSelect?{name:"action-extra",fn:(0,e.k6)(()=>[(0,e.bF)(cc._,{modelValue:m.value,"onUpdate:modelValue":mn[0]||(mn[0]=pa=>m.value=pa),class:"vue-date-time-picker__timezone","append-to-body":!1,"input-label":(0,i.R1)(uo.a)("Timezone")},null,8,["modelValue","input-label"])]),key:"0"}:void 0]),1040,["aria-labels","auto-apply","class","cancel-text","clearable","placeholder","format","locale","minutes-increment","model-value","now-button-label","select-text","teleport","week-num-name","week-numbers","week-start"]),((0,e.uX)(),(0,e.Wv)(e.Im,{to:"body",disabled:!bi.appendToBody},[(0,e.Lk)("div",fc,null,512)],8,["disabled"]))]))}}),Ic=(0,Rc._)(jc,[["__scopeId","data-v-02e90461"]])},33705:($t,We,a)=>{"use strict";a.d(We,{N:()=>j});var e=a(20641),i=a(90033),c=a(13606),v=a(34163),N=a(52697);(0,c.r)();const I=["for"],d=["id","type","value","min","max"],G=(0,e.pM)({inheritAttrs:!1,__name:"NcDateTimePickerNative",props:(0,e.zz)({class:{default:void 0},id:{default:()=>(0,v.c)()},inputClass:{default:""},type:{default:"date"},label:{default:()=>(0,c.a)("Please choose a date")},min:{default:null},max:{default:null},hideLabel:{type:Boolean}},{modelValue:{default:null},modelModifiers:{}}),emits:["update:modelValue"],setup(Q){const x=(0,e.fn)(Q,"modelValue"),U=Q,T=(0,e.EW)(()=>x.value?_e(x.value):""),_=(0,e.EW)(()=>U.max?_e(U.max):void 0),S=(0,e.EW)(()=>U.min?_e(U.min):void 0);function K(H){const xe=H.getFullYear().toString().padStart(4,"0"),P=(H.getMonth()+1).toString().padStart(2,"0"),ce=H.getDate().toString().padStart(2,"0"),Ce=H.getHours().toString().padStart(2,"0"),ke=H.getMinutes().toString().padStart(2,"0");return{yyyy:xe,MM:P,dd:ce,hh:Ce,mm:ke}}function _e(H){const{yyyy:xe,MM:P,dd:ce,hh:Ce,mm:ke}=K(H);if(U.type==="datetime-local")return`${xe}-${P}-${ce}T${Ce}:${ke}`;if(U.type==="date")return`${xe}-${P}-${ce}`;if(U.type==="month")return`${xe}-${P}`;if(U.type==="time")return`${Ce}:${ke}`;if(U.type==="week"){const J=new Date(Number.parseInt(xe),0,1),ye=Math.floor((H.getTime()-J.getTime())/(24*60*60*1e3)),Xe=Math.ceil(ye/7);return`${xe}-W${Xe}`}return""}function ee(H){const xe=H.target;if(!xe||isNaN(xe.valueAsNumber))x.value=null;else if(U.type==="time"){const P=xe.value,{yyyy:ce,MM:Ce,dd:ke}=K(x.value||new Date);x.value=new Date(`${ce}-${Ce}-${ke}T${P}`)}else if(U.type==="month"){const P=(new Date(xe.value).getMonth()+1).toString().padStart(2,"0"),{yyyy:ce,dd:Ce,hh:ke,mm:J}=K(x.value||new Date);x.value=new Date(`${ce}-${P}-${Ce}T${ke}:${J}`)}else{const P=new Date(xe.valueAsNumber).getTimezoneOffset()*1e3*60,ce=xe.valueAsNumber+P;x.value=new Date(ce)}}return(H,xe)=>((0,e.uX)(),(0,e.CE)("div",{class:(0,i.normalizeClass)(["native-datetime-picker",H.$props.class])},[(0,e.Lk)("label",{class:(0,i.normalizeClass)(["native-datetime-picker__label",{"hidden-visually":H.hideLabel}]),for:H.id},(0,i.toDisplayString)(H.label),11,I),(0,e.Lk)("input",(0,e.v6)({id:H.id,class:["native-datetime-picker__input",H.inputClass],type:H.type,value:T.value,min:S.value,max:_.value},H.$attrs,{onInput:ee}),null,16,d)],2))}}),j=(0,N._)(G,[["__scopeId","data-v-b97e1f7a"]])},75367:($t,We,a)=>{"use strict";a.d(We,{N:()=>_});var e=a(20641),i=a(50953),c=a(90033),v=a(61715),N=a(34163),I=a(86047),d=a(66197),G=a(52697);const j=["id","textContent"],Q=["aria-label","aria-labelledby"],x={class:"dialog__text"},U={class:"dialog__actions"},T=(0,e.pM)({__name:"NcDialog",props:(0,e.zz)({name:{},message:{default:""},additionalTrapElements:{default:()=>[]},container:{default:"body"},size:{default:"small"},buttons:{default:()=>[]},isForm:{type:Boolean},noClose:{type:Boolean},closeOnClickOutside:{type:Boolean},outTransition:{type:Boolean},navigationAriaLabel:{default:""},navigationAriaLabelledby:{default:""},contentClasses:{default:""},dialogClasses:{default:""},navigationClasses:{default:""}},{open:{type:Boolean,default:!0},openModifiers:{}}),emits:(0,e.zz)(["closing","reset","submit"],["update:open"]),setup(S,{emit:K}){const _e=(0,e.fn)(S,"open"),ee=S,H=K,xe=(0,e.Ht)(),P=(0,e.rk)("wrapper"),{width:ce}=(0,v.Lhy)(P,{width:900,height:0}),Ce=(0,e.EW)(()=>ce.value<876),ke=(0,e.EW)(()=>xe?.navigation!==void 0),J=(0,N.c)(),ye=(0,e.EW)(()=>ee.navigationAriaLabel||void 0),Xe=(0,e.EW)(()=>{if(!ee.navigationAriaLabel)return ee.navigationAriaLabelledby||J}),ui=(0,e.rk)("dialogElement"),ht=(0,e.EW)(()=>ee.isForm&&!ke.value?"form":"div"),_t=(0,e.EW)(()=>ht.value!=="form"?{}:{submit(Ot){Ot.preventDefault(),H("submit",Ot)},reset(Ot){Ot.preventDefault(),H("reset",Ot)}}),ai=(0,i.KR)(!0);function Ft(Ot,Gt){Ot.type==="submit"&&ht.value==="form"&&"reportValidity"in ui.value&&!ui.value.reportValidity()||(jt(Gt),window.setTimeout(()=>He(),300))}function jt(Ot){ai.value=!1,H("closing",Ot)}function He(){ai.value=!0,_e.value=!1}const ut=(0,e.EW)(()=>({noClose:ee.noClose,container:ee.container===void 0?"body":ee.container,labelId:J,size:ee.size,show:_e.value&&ai.value,outTransition:ee.outTransition,closeOnClickOutside:ee.closeOnClickOutside,additionalTrapElements:ee.additionalTrapElements}));return(Ot,Gt)=>_e.value?((0,e.uX)(),(0,e.Wv)((0,i.R1)(d.N),(0,e.v6)({key:0,class:"dialog__modal","enable-slideshow":!1,"disable-swipe":""},ut.value,{onClose:He,"onUpdate:show":Gt[0]||(Gt[0]=ri=>jt())}),{default:(0,e.k6)(()=>[(0,e.Lk)("h2",{id:(0,i.R1)(J),class:"dialog__name",textContent:(0,c.toDisplayString)(Ot.name)},null,8,j),((0,e.uX)(),(0,e.Wv)((0,e.$y)(ht.value),(0,e.v6)({ref:"dialogElement",class:["dialog",Ot.dialogClasses]},(0,e.Tb)(_t.value)),{default:(0,e.k6)(()=>[(0,e.Lk)("div",{ref:"wrapper",class:(0,c.normalizeClass)(["dialog__wrapper",[{"dialog__wrapper--collapsed":Ce.value}]])},[ke.value?((0,e.uX)(),(0,e.CE)("nav",{key:0,class:(0,c.normalizeClass)(["dialog__navigation",Ot.navigationClasses]),"aria-label":ye.value,"aria-labelledby":Xe.value},[(0,e.RG)(Ot.$slots,"navigation",{isCollapsed:Ce.value},void 0,!0)],10,Q)):(0,e.Q3)("",!0),(0,e.Lk)("div",{class:(0,c.normalizeClass)(["dialog__content",Ot.contentClasses])},[(0,e.RG)(Ot.$slots,"default",{},()=>[(0,e.Lk)("p",x,(0,c.toDisplayString)(Ot.message),1)],!0)],2)],2),(0,e.Lk)("div",U,[(0,e.RG)(Ot.$slots,"actions",{},()=>[((0,e.uX)(!0),(0,e.CE)(e.FK,null,(0,e.pI)(Ot.buttons,(ri,Ii)=>((0,e.uX)(),(0,e.Wv)((0,i.R1)(I._),(0,e.v6)({key:Ii},{ref_for:!0},ri,{onClick:(Li,Yi)=>Ft(ri,Yi)}),null,16,["onClick"]))),128))],!0)])]),_:3},16,["class"]))]),_:3},16)):(0,e.Q3)("",!0)}}),_=(0,G._)(T,[["__scopeId","data-v-ca0b8eba"]])},86047:($t,We,a)=>{"use strict";a.d(We,{_:()=>G});var e=a(20641),i=a(50953),c=a(90033),v=a(13606),N=a(26905),I=a(47031),d=a(74363);(0,v.r)();const G=(0,e.pM)({__name:"NcDialogButton",props:{callback:{type:Function,default:()=>{}},disabled:{type:Boolean,default:!1},icon:{default:void 0},label:{},type:{default:"button"},variant:{default:"tertiary"}},emits:["click"],setup(j,{emit:Q}){const x=j,U=Q,T=(0,i.KR)(!1);async function _(S){if(!T.value){T.value=!0;try{const K=x.type==="reset"?!1:void 0,_e=await x.callback?.()??K;_e!==!1&&U("click",S,_e)}finally{T.value=!1}}}return(S,K)=>((0,e.uX)(),(0,e.Wv)((0,i.R1)(N.N),{"aria-label":S.label,disabled:S.disabled,type:S.type,variant:S.variant,onClick:_},{icon:(0,e.k6)(()=>[(0,e.RG)(S.$slots,"icon",{},()=>[T.value?((0,e.uX)(),(0,e.Wv)((0,i.R1)(d.N),{key:0,name:(0,i.R1)(v.a)("Loading\xA0\u2026")},null,8,["name"])):S.icon!==void 0?((0,e.uX)(),(0,e.Wv)((0,i.R1)(I.N),{key:1,svg:S.icon},null,8,["svg"])):(0,e.Q3)("",!0)])]),default:(0,e.k6)(()=>[(0,e.eW)((0,c.toDisplayString)(S.label)+" ",1)]),_:3},8,["aria-label","disabled","type","variant"]))}})},45966:($t,We,a)=>{"use strict";a.d(We,{N:()=>d});var e=a(42531),i=a(20641),c=a(52697);const v={name:"NcEllipsisedOption",components:{NcHighlight:e._},props:{name:{type:String,default:""},search:{type:String,default:""}},computed:{needsTruncate(){return this.name&&this.name.length>=10},split(){return this.name.length-Math.min(Math.floor(this.name.length/2),10)},part1(){return this.needsTruncate?this.name.slice(0,this.split):this.name},part2(){return this.needsTruncate?this.name.slice(this.split):""},highlight1(){return this.search?(0,e.f)(this.name,this.search):[]},highlight2(){return this.highlight1.map(G=>({start:G.start-this.split,end:G.end-this.split}))}}},N=["title"];function I(G,j,Q,x,U,T){const _=(0,i.g2)("NcHighlight");return(0,i.uX)(),(0,i.CE)("span",{dir:"auto",class:"name-parts",title:Q.name},[(0,i.bF)(_,{class:"name-parts__first",text:T.part1,search:Q.search,highlight:T.highlight1},null,8,["text","search","highlight"]),T.part2?((0,i.uX)(),(0,i.Wv)(_,{key:0,class:"name-parts__last",text:T.part2,search:Q.search,highlight:T.highlight2},null,8,["text","search","highlight"])):(0,i.Q3)("",!0)],8,N)}const d=(0,c._)(v,[["render",I],["__scopeId","data-v-a612f185"]])},66651:($t,We,a)=>{"use strict";var e=a(24715),i="emoji-mart";const c=JSON;var v=typeof window<"u"&&"localStorage"in window;let N,I;function d(z){z||(z={}),N=z.getter,I=z.setter}function G(z){i=z}function j(z){for(let ae in z){let Ee=z[ae];Q(ae,Ee)}}function Q(z,ae){if(I)I(z,ae);else{if(!v)return;try{window.localStorage[`${i}.${z}`]=c.stringify(ae)}catch{}}}function x(z){if(N)return N(z);if(!v)return;try{var ae=window.localStorage[`${i}.${z}`]}catch{return}if(ae)return JSON.parse(ae)}const U={update:j,set:Q,get:x,setNamespace:G,setHandlers:d},T={name:"a",unified:"b",non_qualified:"c",has_img_apple:"d",has_img_google:"e",has_img_twitter:"f",has_img_facebook:"h",keywords:"j",sheet:"k",emoticons:"l",text:"m",short_names:"n",added_in:"o"},_=z=>{const ae=[];var Ee=(V,Fe)=>{V&&(Array.isArray(V)?V:[V]).forEach(De=>{(Fe?De.split(/[-|_|\s]+/):[De]).forEach(Et=>{Et=Et.toLowerCase(),ae.indexOf(Et)==-1&&ae.push(Et)})})};return Ee(z.short_names,!0),Ee(z.name,!0),Ee(z.keywords,!1),Ee(z.emoticons,!1),ae.join(",")};function S(z){var ae=Object.getOwnPropertyNames(z);for(let Ee of ae){let V=z[Ee];z[Ee]=V&&typeof V=="object"?S(V):V}return Object.freeze(z)}const K=z=>{if(!z.compressed)return z;z.compressed=!1;for(let ae in z.emojis){let Ee=z.emojis[ae];for(let V in T)Ee[V]=Ee[T[V]],delete Ee[T[V]];Ee.short_names||(Ee.short_names=[]),Ee.short_names.unshift(ae),Ee.sheet_x=Ee.sheet[0],Ee.sheet_y=Ee.sheet[1],delete Ee.sheet,Ee.text||(Ee.text=""),Ee.added_in||(Ee.added_in=6),Ee.added_in=Ee.added_in.toFixed(1),Ee.search=_(Ee)}return z=S(z),z},_e=["+1","grinning","kissing_heart","heart_eyes","laughing","stuck_out_tongue_winking_eye","sweat_smile","joy","scream","disappointed","unamused","weary","sob","sunglasses","heart","hankey"];let ee,H,xe={};function P(){H=!0,ee=U.get("frequently")}function ce(z){H||P();var{id:ae}=z;ee||(ee=xe),ee[ae]||(ee[ae]=0),ee[ae]+=1,U.set("last",ae),U.set("frequently",ee)}function Ce(z){if(H||P(),!ee){xe={};const Et=[];let yi=Math.min(z,_e.length);for(let gi=0;gi<yi;gi++)xe[_e[gi]]=parseInt((yi-gi)/4,10)+1,Et.push(_e[gi]);return Et}const ae=z,Ee=[];for(let Et in ee)ee.hasOwnProperty(Et)&&Ee.push(Et);const Fe=Ee.sort((Et,yi)=>ee[Et]-ee[yi]).reverse().slice(0,ae),De=U.get("last");return De&&Fe.indexOf(De)==-1&&(Fe.pop(),Fe.push(De)),Fe}const ke={add:ce,get:Ce};var J=a(20641),ye=a(90033);const Xe={role:"tablist",class:"emoji-mart-anchors"},ui=["aria-label","aria-selected","data-title","onClick"],ht=["innerHTML"];function _t(z,ae,Ee,V,Fe,De){return(0,J.uX)(),(0,J.CE)("div",Xe,[((0,J.uX)(!0),(0,J.CE)(J.FK,null,(0,J.pI)(Ee.categories,Et=>((0,J.uX)(),(0,J.CE)("button",{role:"tab",type:"button","aria-label":Et.name,"aria-selected":Et.id==Ee.activeCategory.id,key:Et.id,class:(0,ye.normalizeClass)({"emoji-mart-anchor":!0,"emoji-mart-anchor-selected":Et.id==Ee.activeCategory.id}),style:(0,ye.normalizeStyle)({color:Et.id==Ee.activeCategory.id?Ee.color:""}),"data-title":Ee.i18n.categories[Et.id],onClick:yi=>z.$emit("click",Et)},[(0,J.Lk)("div",{"aria-hidden":"true",innerHTML:z.svgs[Et.id]},null,8,ht),(0,J.Lk)("span",{"aria-hidden":"true",class:"emoji-mart-anchor-bar",style:(0,ye.normalizeStyle)({backgroundColor:Ee.color})},null,4)],14,ui))),128))])}const Ft={activity:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24"><path d="M12 0C5.373 0 0 5.372 0 12c0 6.627 5.373 12 12 12 6.628 0 12-5.373 12-12 0-6.628-5.372-12-12-12m9.949 11H17.05c.224-2.527 1.232-4.773 1.968-6.113A9.966 9.966 0 0 1 21.949 11M13 11V2.051a9.945 9.945 0 0 1 4.432 1.564c-.858 1.491-2.156 4.22-2.392 7.385H13zm-2 0H8.961c-.238-3.165-1.536-5.894-2.393-7.385A9.95 9.95 0 0 1 11 2.051V11zm0 2v8.949a9.937 9.937 0 0 1-4.432-1.564c.857-1.492 2.155-4.221 2.393-7.385H11zm4.04 0c.236 3.164 1.534 5.893 2.392 7.385A9.92 9.92 0 0 1 13 21.949V13h2.04zM4.982 4.887C5.718 6.227 6.726 8.473 6.951 11h-4.9a9.977 9.977 0 0 1 2.931-6.113M2.051 13h4.9c-.226 2.527-1.233 4.771-1.969 6.113A9.972 9.972 0 0 1 2.051 13m16.967 6.113c-.735-1.342-1.744-3.586-1.968-6.113h4.899a9.961 9.961 0 0 1-2.931 6.113"/></svg>',custom:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24"><g transform="translate(2.000000, 1.000000)"><rect id="Rectangle" x="8" y="0" width="3" height="21" rx="1.5"></rect><rect id="Rectangle" transform="translate(9.843, 10.549) rotate(60) translate(-9.843, -10.549) " x="8.343" y="0.049" width="3" height="21" rx="1.5"></rect><rect id="Rectangle" transform="translate(9.843, 10.549) rotate(-60) translate(-9.843, -10.549) " x="8.343" y="0.049" width="3" height="21" rx="1.5"></rect></g></svg>',flags:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24"><path d="M0 0l6.084 24H8L1.916 0zM21 5h-4l-1-4H4l3 12h3l1 4h13L21 5zM6.563 3h7.875l2 8H8.563l-2-8zm8.832 10l-2.856 1.904L12.063 13h3.332zM19 13l-1.5-6h1.938l2 8H16l3-2z"/></svg>',foods:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24"><path d="M17 4.978c-1.838 0-2.876.396-3.68.934.513-1.172 1.768-2.934 4.68-2.934a1 1 0 0 0 0-2c-2.921 0-4.629 1.365-5.547 2.512-.064.078-.119.162-.18.244C11.73 1.838 10.798.023 9.207.023 8.579.022 7.85.306 7 .978 5.027 2.54 5.329 3.902 6.492 4.999 3.609 5.222 0 7.352 0 12.969c0 4.582 4.961 11.009 9 11.009 1.975 0 2.371-.486 3-1 .629.514 1.025 1 3 1 4.039 0 9-6.418 9-11 0-5.953-4.055-8-7-8M8.242 2.546c.641-.508.943-.523.965-.523.426.169.975 1.405 1.357 3.055-1.527-.629-2.741-1.352-2.98-1.846.059-.112.241-.356.658-.686M15 21.978c-1.08 0-1.21-.109-1.559-.402l-.176-.146c-.367-.302-.816-.452-1.266-.452s-.898.15-1.266.452l-.176.146c-.347.292-.477.402-1.557.402-2.813 0-7-5.389-7-9.009 0-5.823 4.488-5.991 5-5.991 1.939 0 2.484.471 3.387 1.251l.323.276a1.995 1.995 0 0 0 2.58 0l.323-.276c.902-.78 1.447-1.251 3.387-1.251.512 0 5 .168 5 6 0 3.617-4.187 9-7 9"/></svg>',nature:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24"><path d="M15.5 8a1.5 1.5 0 1 0 .001 3.001A1.5 1.5 0 0 0 15.5 8M8.5 8a1.5 1.5 0 1 0 .001 3.001A1.5 1.5 0 0 0 8.5 8"/><path d="M18.933 0h-.027c-.97 0-2.138.787-3.018 1.497-1.274-.374-2.612-.51-3.887-.51-1.285 0-2.616.133-3.874.517C7.245.79 6.069 0 5.093 0h-.027C3.352 0 .07 2.67.002 7.026c-.039 2.479.276 4.238 1.04 5.013.254.258.882.677 1.295.882.191 3.177.922 5.238 2.536 6.38.897.637 2.187.949 3.2 1.102C8.04 20.6 8 20.795 8 21c0 1.773 2.35 3 4 3 1.648 0 4-1.227 4-3 0-.201-.038-.393-.072-.586 2.573-.385 5.435-1.877 5.925-7.587.396-.22.887-.568 1.104-.788.763-.774 1.079-2.534 1.04-5.013C23.929 2.67 20.646 0 18.933 0M3.223 9.135c-.237.281-.837 1.155-.884 1.238-.15-.41-.368-1.349-.337-3.291.051-3.281 2.478-4.972 3.091-5.031.256.015.731.27 1.265.646-1.11 1.171-2.275 2.915-2.352 5.125-.133.546-.398.858-.783 1.313M12 22c-.901 0-1.954-.693-2-1 0-.654.475-1.236 1-1.602V20a1 1 0 1 0 2 0v-.602c.524.365 1 .947 1 1.602-.046.307-1.099 1-2 1m3-3.48v.02a4.752 4.752 0 0 0-1.262-1.02c1.092-.516 2.239-1.334 2.239-2.217 0-1.842-1.781-2.195-3.977-2.195-2.196 0-3.978.354-3.978 2.195 0 .883 1.148 1.701 2.238 2.217A4.8 4.8 0 0 0 9 18.539v-.025c-1-.076-2.182-.281-2.973-.842-1.301-.92-1.838-3.045-1.853-6.478l.023-.041c.496-.826 1.49-1.45 1.804-3.102 0-2.047 1.357-3.631 2.362-4.522C9.37 3.178 10.555 3 11.948 3c1.447 0 2.685.192 3.733.57 1 .9 2.316 2.465 2.316 4.48.313 1.651 1.307 2.275 1.803 3.102.035.058.068.117.102.178-.059 5.967-1.949 7.01-4.902 7.19m6.628-8.202c-.037-.065-.074-.13-.113-.195a7.587 7.587 0 0 0-.739-.987c-.385-.455-.648-.768-.782-1.313-.076-2.209-1.241-3.954-2.353-5.124.531-.376 1.004-.63 1.261-.647.636.071 3.044 1.764 3.096 5.031.027 1.81-.347 3.218-.37 3.235"/></svg>',objects:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24"><path d="M12 0a9 9 0 0 0-5 16.482V21s2.035 3 5 3 5-3 5-3v-4.518A9 9 0 0 0 12 0zm0 2c3.86 0 7 3.141 7 7s-3.14 7-7 7-7-3.141-7-7 3.14-7 7-7zM9 17.477c.94.332 1.946.523 3 .523s2.06-.19 3-.523v.834c-.91.436-1.925.689-3 .689a6.924 6.924 0 0 1-3-.69v-.833zm.236 3.07A8.854 8.854 0 0 0 12 21c.965 0 1.888-.167 2.758-.451C14.155 21.173 13.153 22 12 22c-1.102 0-2.117-.789-2.764-1.453z"/><path d="M14.745 12.449h-.004c-.852-.024-1.188-.858-1.577-1.824-.421-1.061-.703-1.561-1.182-1.566h-.009c-.481 0-.783.497-1.235 1.537-.436.982-.801 1.811-1.636 1.791l-.276-.043c-.565-.171-.853-.691-1.284-1.794-.125-.313-.202-.632-.27-.913-.051-.213-.127-.53-.195-.634C7.067 9.004 7.039 9 6.99 9A1 1 0 0 1 7 7h.01c1.662.017 2.015 1.373 2.198 2.134.486-.981 1.304-2.058 2.797-2.075 1.531.018 2.28 1.153 2.731 2.141l.002-.008C14.944 8.424 15.327 7 16.979 7h.032A1 1 0 1 1 17 9h-.011c-.149.076-.256.474-.319.709a6.484 6.484 0 0 1-.311.951c-.429.973-.79 1.789-1.614 1.789"/></svg>',smileys:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24"><path d="M12 0C5.373 0 0 5.373 0 12s5.373 12 12 12 12-5.373 12-12S18.627 0 12 0m0 22C6.486 22 2 17.514 2 12S6.486 2 12 2s10 4.486 10 10-4.486 10-10 10"/><path d="M8 7a2 2 0 1 0-.001 3.999A2 2 0 0 0 8 7M16 7a2 2 0 1 0-.001 3.999A2 2 0 0 0 16 7M15.232 15c-.693 1.195-1.87 2-3.349 2-1.477 0-2.655-.805-3.347-2H15m3-2H6a6 6 0 1 0 12 0"/></svg>',people:'<svg xmlns:svg="http://www.w3.org/2000/svg" height="24" width="24" viewBox="0 0 24 24"> <path id="path3814" d="m 3.3591089,21.17726 c 0.172036,0.09385 4.265994,2.29837 8.8144451,2.29837 4.927767,0 8.670894,-2.211883 8.82782,-2.306019 0.113079,-0.06785 0.182268,-0.190051 0.182267,-0.321923 0,-3.03119 -0.929494,-5.804936 -2.617196,-7.810712 -1.180603,-1.403134 -2.661918,-2.359516 -4.295699,-2.799791 4.699118,-2.236258 3.102306,-9.28617162 -2.097191,-9.28617162 -5.1994978,0 -6.7963103,7.04991362 -2.097192,9.28617162 -1.6337821,0.440275 -3.1150971,1.396798 -4.2956991,2.799791 -1.687703,2.005776 -2.617196,4.779522 -2.617196,7.810712 1.2e-6,0.137378 0.075039,0.263785 0.195641,0.329572 z M 8.0439319,5.8308783 C 8.0439309,2.151521 12.492107,0.30955811 15.093491,2.9109411 17.694874,5.5123241 15.852911,9.9605006 12.173554,9.9605 9.8938991,9.9579135 8.0465186,8.1105332 8.0439319,5.8308783 Z m -1.688782,7.6894977 c 1.524535,-1.811449 3.5906601,-2.809035 5.8184041,-2.809035 2.227744,0 4.293869,0.997586 5.818404,2.809035 1.533639,1.822571 2.395932,4.339858 2.439152,7.108301 -0.803352,0.434877 -4.141636,2.096112 -8.257556,2.096112 -3.8062921,0 -7.3910861,-1.671043 -8.2573681,-2.104981 0.04505,-2.765017 0.906968,-5.278785 2.438964,-7.099432 z" /> <path id="path3816" d="M 12.173828 0.38867188 C 9.3198513 0.38867187 7.3770988 2.3672285 6.8652344 4.6308594 C 6.4218608 6.5916015 7.1153562 8.7676117 8.9648438 10.126953 C 7.6141249 10.677376 6.3550511 11.480944 5.3496094 12.675781 C 3.5629317 14.799185 2.6015625 17.701475 2.6015625 20.847656 C 2.6015654 21.189861 2.7894276 21.508002 3.0898438 21.671875 C 3.3044068 21.788925 7.4436239 24.039062 12.173828 24.039062 C 17.269918 24.039062 21.083568 21.776786 21.291016 21.652344 C 21.57281 21.483266 21.746097 21.176282 21.746094 20.847656 C 21.746094 17.701475 20.78277 14.799185 18.996094 12.675781 C 17.990455 11.480591 16.733818 10.675362 15.382812 10.125 C 17.231132 8.7655552 17.925675 6.5910701 17.482422 4.6308594 C 16.970557 2.3672285 15.027805 0.38867188 12.173828 0.38867188 z M 12.792969 2.3007812 C 13.466253 2.4161792 14.125113 2.7383941 14.695312 3.3085938 C 15.835712 4.4489931 15.985604 5.9473549 15.46875 7.1953125 C 14.951896 8.4432701 13.786828 9.3984378 12.173828 9.3984375 C 10.197719 9.3961954 8.607711 7.806187 8.6054688 5.8300781 C 8.6054683 4.2170785 9.5606362 3.0520102 10.808594 2.5351562 C 11.432573 2.2767293 12.119685 2.1853833 12.792969 2.3007812 z M 12.173828 11.273438 C 14.233647 11.273438 16.133674 12.185084 17.5625 13.882812 C 18.93069 15.508765 19.698347 17.776969 19.808594 20.283203 C 18.807395 20.800235 15.886157 22.162109 12.173828 22.162109 C 8.7614632 22.162109 5.6245754 20.787069 4.5390625 20.265625 C 4.6525896 17.766717 5.4203315 15.504791 6.7851562 13.882812 C 8.2139827 12.185084 10.11401 11.273438 12.173828 11.273438 z " /> </svg>',places:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24"><path d="M6.5 12C5.122 12 4 13.121 4 14.5S5.122 17 6.5 17 9 15.879 9 14.5 7.878 12 6.5 12m0 3c-.275 0-.5-.225-.5-.5s.225-.5.5-.5.5.225.5.5-.225.5-.5.5M17.5 12c-1.378 0-2.5 1.121-2.5 2.5s1.122 2.5 2.5 2.5 2.5-1.121 2.5-2.5-1.122-2.5-2.5-2.5m0 3c-.275 0-.5-.225-.5-.5s.225-.5.5-.5.5.225.5.5-.225.5-.5.5"/><path d="M22.482 9.494l-1.039-.346L21.4 9h.6c.552 0 1-.439 1-.992 0-.006-.003-.008-.003-.008H23c0-1-.889-2-1.984-2h-.642l-.731-1.717C19.262 3.012 18.091 2 16.764 2H7.236C5.909 2 4.738 3.012 4.357 4.283L3.626 6h-.642C1.889 6 1 7 1 8h.003S1 8.002 1 8.008C1 8.561 1.448 9 2 9h.6l-.043.148-1.039.346a2.001 2.001 0 0 0-1.359 2.097l.751 7.508a1 1 0 0 0 .994.901H3v1c0 1.103.896 2 2 2h2c1.104 0 2-.897 2-2v-1h6v1c0 1.103.896 2 2 2h2c1.104 0 2-.897 2-2v-1h1.096a.999.999 0 0 0 .994-.901l.751-7.508a2.001 2.001 0 0 0-1.359-2.097M6.273 4.857C6.402 4.43 6.788 4 7.236 4h9.527c.448 0 .834.43.963.857L19.313 9H4.688l1.585-4.143zM7 21H5v-1h2v1zm12 0h-2v-1h2v1zm2.189-3H2.811l-.662-6.607L3 11h18l.852.393L21.189 18z"/></svg>',recent:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24"><path d="M13 4h-2l-.001 7H9v2h2v2h2v-2h4v-2h-4z"/><path d="M12 0C5.373 0 0 5.373 0 12s5.373 12 12 12 12-5.373 12-12S18.627 0 12 0m0 22C6.486 22 2 17.514 2 12S6.486 2 12 2s10 4.486 10 10-4.486 10-10 10"/></svg>',symbols:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24"><path d="M0 0h11v2H0zM4 11h3V6h4V4H0v2h4zM15.5 17c1.381 0 2.5-1.116 2.5-2.493s-1.119-2.493-2.5-2.493S13 13.13 13 14.507 14.119 17 15.5 17m0-2.986c.276 0 .5.222.5.493 0 .272-.224.493-.5.493s-.5-.221-.5-.493.224-.493.5-.493M21.5 19.014c-1.381 0-2.5 1.116-2.5 2.493S20.119 24 21.5 24s2.5-1.116 2.5-2.493-1.119-2.493-2.5-2.493m0 2.986a.497.497 0 0 1-.5-.493c0-.271.224-.493.5-.493s.5.222.5.493a.497.497 0 0 1-.5.493M22 13l-9 9 1.513 1.5 8.99-9.009zM17 11c2.209 0 4-1.119 4-2.5V2s.985-.161 1.498.949C23.01 4.055 23 6 23 6s1-1.119 1-3.135C24-.02 21 0 21 0h-2v6.347A5.853 5.853 0 0 0 17 6c-2.209 0-4 1.119-4 2.5s1.791 2.5 4 2.5M10.297 20.482l-1.475-1.585a47.54 47.54 0 0 1-1.442 1.129c-.307-.288-.989-1.016-2.045-2.183.902-.836 1.479-1.466 1.729-1.892s.376-.871.376-1.336c0-.592-.273-1.178-.818-1.759-.546-.581-1.329-.871-2.349-.871-1.008 0-1.79.293-2.344.879-.556.587-.832 1.181-.832 1.784 0 .813.419 1.748 1.256 2.805-.847.614-1.444 1.208-1.794 1.784a3.465 3.465 0 0 0-.523 1.833c0 .857.308 1.56.924 2.107.616.549 1.423.823 2.42.823 1.173 0 2.444-.379 3.813-1.137L8.235 24h2.819l-2.09-2.383 1.333-1.135zm-6.736-6.389a1.02 1.02 0 0 1 .73-.286c.31 0 .559.085.747.254a.849.849 0 0 1 .283.659c0 .518-.419 1.112-1.257 1.784-.536-.651-.805-1.231-.805-1.742a.901.901 0 0 1 .302-.669M3.74 22c-.427 0-.778-.116-1.057-.349-.279-.232-.418-.487-.418-.766 0-.594.509-1.288 1.527-2.083.968 1.134 1.717 1.946 2.248 2.438-.921.507-1.686.76-2.3.76"/></svg>'},jt={props:{i18n:{type:Object,required:!0},color:{type:String},categories:{type:Array,required:!0},activeCategory:{type:Object,default(){return{}}}},emits:["click"],created(){this.svgs=Ft}};var He=a(66262);const Ot=(0,He.A)(jt,[["render",_t]]),Gt=["aria-label"],ri={class:"emoji-mart-category-label"},Ii={class:"emoji-mart-category-label"},Li=["aria-label","data-title","title","onMouseenter","onMouseleave","onClick"],Yi={key:0},wi={class:"emoji-mart-no-results-label"};function Lt(z,ae,Ee,V,Fe,De){const Et=(0,J.g2)("emoji");return De.isVisible&&(De.isSearch||De.hasResults)?((0,J.uX)(),(0,J.CE)("section",{key:0,class:(0,ye.normalizeClass)({"emoji-mart-category":!0,"emoji-mart-no-results":!De.hasResults}),"aria-label":Ee.i18n.categories[Ee.id]},[(0,J.Lk)("div",ri,[(0,J.Lk)("h3",Ii,(0,ye.toDisplayString)(Ee.i18n.categories[Ee.id]),1)]),((0,J.uX)(!0),(0,J.CE)(J.FK,null,(0,J.pI)(De.emojiObjects,({emojiObject:yi,emojiView:gi})=>((0,J.uX)(),(0,J.CE)(J.FK,null,[gi.canRender?((0,J.uX)(),(0,J.CE)("button",{"aria-label":gi.ariaLabel,role:"option","aria-selected":"false","aria-posinset":"1","aria-setsize":"1812",type:"button","data-title":yi.short_name,key:yi.id,title:gi.title,class:(0,ye.normalizeClass)(["emoji-mart-emoji",De.activeClass(yi)]),onMouseenter:fn=>Ee.emojiProps.onEnter(gi.getEmoji()),onMouseleave:fn=>Ee.emojiProps.onLeave(gi.getEmoji()),onClick:fn=>Ee.emojiProps.onClick(gi.getEmoji())},[(0,J.Lk)("span",{class:(0,ye.normalizeClass)(gi.cssClass),style:(0,ye.normalizeStyle)(gi.cssStyle)},(0,ye.toDisplayString)(gi.content),7)],42,Li)):(0,J.Q3)("",!0)],64))),256)),De.hasResults?(0,J.Q3)("",!0):((0,J.uX)(),(0,J.CE)("div",Yi,[(0,J.bF)(Et,{data:Ee.data,emoji:"sleuth_or_spy",native:Ee.emojiProps.native,skin:Ee.emojiProps.skin,set:Ee.emojiProps.set},null,8,["data","native","skin","set"]),(0,J.Lk)("div",wi,(0,ye.toDisplayString)(Ee.i18n.notfound),1)]))],10,Gt)):(0,J.Q3)("",!0)}const Vt=String.fromCodePoint||function(){var ae=16384,Ee=[],V,Fe,De=-1,Et=arguments.length;if(!Et)return"";for(var yi="";++De<Et;){var gi=Number(arguments[De]);if(!isFinite(gi)||gi<0||gi>1114111||Math.floor(gi)!=gi)throw RangeError("Invalid code point: "+gi);gi<=65535?Ee.push(gi):(gi-=65536,V=(gi>>10)+55296,Fe=gi%1024+56320,Ee.push(V,Fe)),(De+1===Et||Ee.length>ae)&&(yi+=String.fromCharCode.apply(null,Ee),Ee.length=0)}return yi};function pn(z){var ae=z.split("-"),Ee=ae.map(V=>`0x${V}`);return Vt.apply(null,Ee)}function oi(z){return z.reduce((ae,Ee)=>(ae.indexOf(Ee)===-1&&ae.push(Ee),ae),[])}function ni(z,ae){const Ee=oi(z),V=oi(ae);return Ee.filter(Fe=>V.indexOf(Fe)>=0)}function Ei(z,ae){var Ee={};for(let V in z){let Fe=z[V],De=Fe;Object.prototype.hasOwnProperty.call(ae,V)&&(De=ae[V]),typeof De=="object"&&(De=Ei(Fe,De)),Ee[V]=De}return Ee}function An(){if(typeof document>"u")return 0;const z=document.createElement("div");z.style.width="100px",z.style.height="100px",z.style.overflow="scroll",z.style.position="absolute",z.style.top="-9999px",document.body.appendChild(z);const ae=z.offsetWidth-z.clientWidth;return document.body.removeChild(z),ae}const En=61,Qi=/^(?:\:([^\:]+)\:)(?:\:skin-tone-(\d)\:)?$/,Yt=["1F3FA","1F3FB","1F3FC","1F3FD","1F3FE","1F3FF"];class Ut{constructor(ae,{emojisToShowFilter:Ee,include:V,exclude:Fe,custom:De,recent:Et,recentLength:yi=20}={}){this._data=K(ae),this._emojisFilter=Ee||null,this._include=V||null,this._exclude=Fe||null,this._custom=De||[],this._recent=Et||ke.get(yi),this._emojis={},this._nativeEmojis={},this._emoticons={},this._categories=[],this._recentCategory={id:"recent",name:"Recent",emojis:[]},this._customCategory={id:"custom",name:"Custom",emojis:[]},this._searchIndex={},this.buildIndex(),Object.freeze(this)}buildIndex(){let ae=this._data.categories;if(this._include&&(ae=ae.filter(Ee=>this._include.includes(Ee.id)),ae=ae.sort((Ee,V)=>{const Fe=this._include.indexOf(Ee.id),De=this._include.indexOf(V.id);return Fe<De?-1:Fe>De?1:0})),ae.forEach(Ee=>{if(!this.isCategoryNeeded(Ee.id))return;let V={id:Ee.id,name:Ee.name,emojis:[]};Ee.emojis.forEach(Fe=>{let De=this.addEmoji(Fe);De&&V.emojis.push(De)}),V.emojis.length&&this._categories.push(V)}),this.isCategoryNeeded("custom")){if(this._custom.length>0)for(let Ee of this._custom)this.addCustomEmoji(Ee);this._customCategory.emojis.length&&this._categories.push(this._customCategory)}this.isCategoryNeeded("recent")&&(this._recent.length&&this._recent.map(Ee=>{for(let V of this._customCategory.emojis)if(V.id===Ee){this._recentCategory.emojis.push(V);return}this.hasEmoji(Ee)&&this._recentCategory.emojis.push(this.emoji(Ee))}),this._recentCategory.emojis.length&&this._categories.unshift(this._recentCategory))}findEmoji(ae,Ee){let V=ae.match(Qi);if(V&&(ae=V[1],V[2]&&(Ee=parseInt(V[2],10))),this._data.aliases.hasOwnProperty(ae)&&(ae=this._data.aliases[ae]),this._emojis.hasOwnProperty(ae)){let Fe=this._emojis[ae];return Ee?Fe.getSkin(Ee):Fe}return this._nativeEmojis.hasOwnProperty(ae)?this._nativeEmojis[ae]:null}categories(){return this._categories}emoji(ae){this._data.aliases.hasOwnProperty(ae)&&(ae=this._data.aliases[ae]);let Ee=this._emojis[ae];if(!Ee)throw new Error("Can not find emoji by id: "+ae);return Ee}firstEmoji(){let ae=this._emojis[Object.keys(this._emojis)[0]];if(!ae)throw new Error("Can not get first emoji");return ae}hasEmoji(ae){return this._data.aliases.hasOwnProperty(ae)&&(ae=this._data.aliases[ae]),!!this._emojis[ae]}nativeEmoji(ae){return this._nativeEmojis.hasOwnProperty(ae)?this._nativeEmojis[ae]:null}search(ae,Ee){if(Ee||(Ee=75),!ae.length)return null;if(ae=="-"||ae=="-1")return[this.emoji("-1")];let V=ae.toLowerCase().split(/[\s|,|\-|_]+/),Fe=[];V.length>2&&(V=[V[0],V[1]]),Fe=V.map(Et=>{let yi=this._emojis,gi=this._searchIndex,fn=0;for(let se=0;se<Et.length;se++){const je=Et[se];if(fn++,gi[je]||(gi[je]={}),gi=gi[je],!gi.results){let Ue={};gi.results=[],gi.emojis={};for(let mt in yi){let dt=yi[mt],li=dt._data.search,Ui=Et.substr(0,fn),Hn=li.indexOf(Ui);if(Hn!=-1){let rn=Hn+1;Ui==mt&&(rn=0),gi.results.push(dt),gi.emojis[mt]=dt,Ue[mt]=rn}}gi.results.sort((mt,dt)=>{var li=Ue[mt.id],Ui=Ue[dt.id];return li-Ui})}yi=gi.emojis}return gi.results}).filter(Et=>Et);var De=null;return Fe.length>1?De=ni.apply(null,Fe):Fe.length?De=Fe[0]:De=[],De&&De.length>Ee&&(De=De.slice(0,Ee)),De}addCustomEmoji(ae){let Ee=Object.assign({},ae,{id:ae.short_names[0],custom:!0});Ee.search||(Ee.search=_(Ee));let V=new qi(Ee);return this._emojis[V.id]=V,this._customCategory.emojis.push(V),V}addEmoji(ae){let Ee=this._data.emojis[ae];if(!this.isEmojiNeeded(Ee))return!1;let V=new qi(Ee);if(this._emojis[ae]=V,V.native&&(this._nativeEmojis[V.native]=V),V._skins)for(let Fe in V._skins){let De=V._skins[Fe];De.native&&(this._nativeEmojis[De.native]=De)}return V.emoticons&&V.emoticons.forEach(Fe=>{this._emoticons[Fe]||(this._emoticons[Fe]=ae)}),V}isCategoryNeeded(ae){let Ee=this._include&&this._include.length?this._include.indexOf(ae)>-1:!0,V=this._exclude&&this._exclude.length?this._exclude.indexOf(ae)>-1:!1;return!(!Ee||V)}isEmojiNeeded(ae){return this._emojisFilter?this._emojisFilter(ae):!0}}class qi{constructor(ae){if(this._data=Object.assign({},ae),this._skins=null,this._data.skin_variations){this._skins=[];for(var Ee in Yt){let V=Yt[Ee],Fe=this._data.skin_variations[V],De=Object.assign({},ae);for(let Et in Fe)De[Et]=Fe[Et];delete De.skin_variations,De.skin_tone=parseInt(Ee)+1,this._skins.push(new qi(De))}}this._sanitized=ft(this._data);for(let V in this._sanitized)this[V]=this._sanitized[V];this.short_names=this._data.short_names,this.short_name=this._data.short_names[0],Object.freeze(this)}getSkin(ae){return ae&&ae!="native"&&this._skins?this._skins[ae-1]:this}getPosition(){let ae=En-1,Ee=+(100/ae*this._data.sheet_x).toFixed(2),V=+(100/ae*this._data.sheet_y).toFixed(2);return`${Ee}% ${V}%`}ariaLabel(){return[this.native].concat(this.short_names).filter(Boolean).join(", ")}}class Ne{constructor(ae,Ee,V,Fe,De,Et,yi){this._emoji=ae,this._native=Fe,this._skin=Ee,this._set=V,this._fallback=De,this.canRender=this._canRender(),this.cssClass=this._cssClass(),this.cssStyle=this._cssStyle(yi),this.content=this._content(),this.title=Et===!0?ae.short_name:null,this.ariaLabel=ae.ariaLabel(),Object.freeze(this)}getEmoji(){return this._emoji.getSkin(this._skin)}_canRender(){return this._isCustom()||this._isNative()||this._hasEmoji()||this._fallback}_cssClass(){return["emoji-set-"+this._set,"emoji-type-"+this._emojiType()]}_cssStyle(ae){let Ee={};return this._isCustom()?Ee={backgroundImage:"url("+this.getEmoji()._data.imageUrl+")",backgroundSize:"100%",width:ae+"px",height:ae+"px"}:this._hasEmoji()&&!this._isNative()&&(Ee={backgroundPosition:this.getEmoji().getPosition()}),ae&&(this._isNative()?Ee=Object.assign(Ee,{fontSize:Math.round(ae*.95*10)/10+"px"}):Ee=Object.assign(Ee,{width:ae+"px",height:ae+"px"})),Ee}_content(){return this._isCustom()?"":this._isNative()?this.getEmoji().native:this._hasEmoji()?"":this._fallback?this._fallback(this.getEmoji()):null}_isNative(){return this._native}_isCustom(){return this.getEmoji().custom}_hasEmoji(){if(!this.getEmoji()._data)return!1;const ae=this.getEmoji()._data["has_img_"+this._set];return ae===void 0?!0:ae}_emojiType(){return this._isCustom()?"custom":this._isNative()?"native":this._hasEmoji()?"image":"fallback"}}function ft(z){var{name:ae,short_names:Ee,skin_tone:V,skin_variations:Fe,emoticons:De,unified:Et,custom:yi,imageUrl:gi}=z,fn=z.id||Ee[0],se=`:${fn}:`;return yi?{id:fn,name:ae,colons:se,emoticons:De,custom:yi,imageUrl:gi}:(V&&(se+=`:skin-tone-${V}:`),{id:fn,name:ae,colons:se,emoticons:De,unified:Et.toLowerCase(),skin:V||(Fe?1:null),native:pn(Et)})}function gt(z,ae,Ee,V,Fe,De){return De.view.canRender?((0,J.uX)(),(0,J.Wv)((0,J.$y)(z.tag),{key:0,title:De.view.title,"aria-label":De.view.ariaLabel,"data-title":De.title,class:"emoji-mart-emoji",onMouseenter:De.onMouseEnter,onMouseleave:De.onMouseLeave,onClick:De.onClick},{default:(0,J.k6)(()=>[(0,J.Lk)("span",{class:(0,ye.normalizeClass)(De.view.cssClass),style:(0,ye.normalizeStyle)(De.view.cssStyle)},(0,ye.toDisplayString)(De.view.content),7)]),_:1},40,["title","aria-label","data-title","onMouseenter","onMouseleave","onClick"])):(0,J.Q3)("",!0)}const Ve={native:{type:Boolean,default:!1},tooltip:{type:Boolean,default:!1},fallback:{type:Function},skin:{type:Number,default:1},set:{type:String,default:"apple"},emoji:{type:[String,Object],required:!0},size:{type:Number,default:null},tag:{type:String,default:"span"}},ot={perLine:{type:Number,default:9},maxSearchResults:{type:Number,default:75},emojiSize:{type:Number,default:24},title:{type:String,default:"Emoji Mart\u2122"},emoji:{type:String,default:"department_store"},color:{type:String,default:"#ae65c5"},set:{type:String,default:"apple"},skin:{type:Number,default:null},defaultSkin:{type:Number,default:1},native:{type:Boolean,default:!1},emojiTooltip:{type:Boolean,default:!1},autoFocus:{type:Boolean,default:!1},i18n:{type:Object,default(){return{}}},showPreview:{type:Boolean,default:!0},showSearch:{type:Boolean,default:!0},showCategories:{type:Boolean,default:!0},showSkinTones:{type:Boolean,default:!0},infiniteScroll:{type:Boolean,default:!0},pickerStyles:{type:Object,default(){return{}}}},ei={props:{...Ve,data:{type:Object,required:!0}},emits:["click","mouseenter","mouseleave"],computed:{view(){return new Ne(this.emojiObject,this.skin,this.set,this.native,this.fallback,this.tooltip,this.size)},sanitizedData(){return this.emojiObject._sanitized},title(){return this.tooltip?this.emojiObject.short_name:null},emojiObject(){return typeof this.emoji=="string"?this.data.findEmoji(this.emoji):this.emoji}},created(){},methods:{onClick(){this.$emit("click",this.emojiObject)},onMouseEnter(){this.$emit("mouseenter",this.emojiObject)},onMouseLeave(){this.$emit("mouseleave",this.emojiObject)}}},A=(0,He.A)(ei,[["render",gt]]),g={props:{data:{type:Object,required:!0},i18n:{type:Object,required:!0},id:{type:String,required:!0},name:{type:String,required:!0},emojis:{type:Array},emojiProps:{type:Object,required:!0}},methods:{activeClass:function(z){return!this.emojiProps.selectedEmoji||!this.emojiProps.selectedEmojiCategory?"":this.emojiProps.selectedEmoji.id==z.id&&this.emojiProps.selectedEmojiCategory.id==this.id?"emoji-mart-emoji-selected":""}},computed:{isVisible(){return!!this.emojis},isSearch(){return this.name=="Search"},hasResults(){return this.emojis.length>0},emojiObjects(){return this.emojis.map(z=>{let ae=z,Ee=new Ne(z,this.emojiProps.skin,this.emojiProps.set,this.emojiProps.native,this.emojiProps.fallback,this.emojiProps.emojiTooltip,this.emojiProps.emojiSize);return{emojiObject:ae,emojiView:Ee}})}},components:{Emoji:A}},$=(0,He.A)(g,[["render",Lt]]),Y={class:"emoji-mart-preview"},ne={class:"emoji-mart-preview-emoji"},Re={class:"emoji-mart-preview-data"},Ge={class:"emoji-mart-preview-name"},At={class:"emoji-mart-preview-shortnames"},Ze={class:"emoji-mart-preview-emoticons"},ve={class:"emoji-mart-preview-emoji"},L={class:"emoji-mart-preview-data"},ge={class:"emoji-mart-title-label"},Ae={key:0,class:"emoji-mart-preview-skins"};function rt(z,ae,Ee,V,Fe,De){const Et=(0,J.g2)("emoji"),yi=(0,J.g2)("skins");return(0,J.uX)(),(0,J.CE)("div",Y,[Ee.emoji?((0,J.uX)(),(0,J.CE)(J.FK,{key:0},[(0,J.Lk)("div",ne,[(0,J.bF)(Et,{data:Ee.data,emoji:Ee.emoji,native:Ee.emojiProps.native,skin:Ee.emojiProps.skin,set:Ee.emojiProps.set},null,8,["data","emoji","native","skin","set"])]),(0,J.Lk)("div",Re,[(0,J.Lk)("div",Ge,(0,ye.toDisplayString)(Ee.emoji.name),1),(0,J.Lk)("div",At,[((0,J.uX)(!0),(0,J.CE)(J.FK,null,(0,J.pI)(De.emojiShortNames,gi=>((0,J.uX)(),(0,J.CE)("span",{key:gi,class:"emoji-mart-preview-shortname"},":"+(0,ye.toDisplayString)(gi)+":",1))),128))]),(0,J.Lk)("div",Ze,[((0,J.uX)(!0),(0,J.CE)(J.FK,null,(0,J.pI)(De.emojiEmoticons,gi=>((0,J.uX)(),(0,J.CE)("span",{key:gi,class:"emoji-mart-preview-emoticon"},(0,ye.toDisplayString)(gi),1))),128))])])],64)):((0,J.uX)(),(0,J.CE)(J.FK,{key:1},[(0,J.Lk)("div",ve,[(0,J.bF)(Et,{data:Ee.data,emoji:Ee.idleEmoji,native:Ee.emojiProps.native,skin:Ee.emojiProps.skin,set:Ee.emojiProps.set},null,8,["data","emoji","native","skin","set"])]),(0,J.Lk)("div",L,[(0,J.Lk)("span",ge,(0,ye.toDisplayString)(Ee.title),1)]),Ee.showSkinTones?((0,J.uX)(),(0,J.CE)("div",Ae,[(0,J.bF)(yi,{skin:Ee.skinProps.skin,onChange:ae[0]||(ae[0]=gi=>Ee.onSkinChange(gi))},null,8,["skin"])])):(0,J.Q3)("",!0)],64))])}const Ht=["onClick"];function Qt(z,ae,Ee,V,Fe,De){return(0,J.uX)(),(0,J.CE)("div",{class:(0,ye.normalizeClass)({"emoji-mart-skin-swatches":!0,"emoji-mart-skin-swatches-opened":Fe.opened})},[((0,J.uX)(),(0,J.CE)(J.FK,null,(0,J.pI)(6,Et=>(0,J.Lk)("span",{key:Et,class:(0,ye.normalizeClass)({"emoji-mart-skin-swatch":!0,"emoji-mart-skin-swatch-selected":Ee.skin==Et})},[(0,J.Lk)("span",{class:(0,ye.normalizeClass)("emoji-mart-skin emoji-mart-skin-tone-"+Et),onClick:yi=>De.onClick(Et)},null,10,Ht)],2)),64))],2)}const Qe={props:{skin:{type:Number,required:!0}},emits:["change"],data(){return{opened:!1}},methods:{onClick(z){this.opened&&z!=this.skin&&this.$emit("change",z),this.opened=!this.opened}}},wt={props:{data:{type:Object,required:!0},title:{type:String,required:!0},emoji:{type:[String,Object]},idleEmoji:{type:[String,Object],required:!0},showSkinTones:{type:Boolean,default:!0},emojiProps:{type:Object,required:!0},skinProps:{type:Object,required:!0},onSkinChange:{type:Function,required:!0}},computed:{emojiData(){return this.emoji?this.emoji:{}},emojiShortNames(){return this.emojiData.short_names},emojiEmoticons(){return this.emojiData.emoticons}},components:{Emoji:A,Skins:(0,He.A)(Qe,[["render",Qt]])}},en=(0,He.A)(wt,[["render",rt]]);var Ji=a(53751);const Zn={class:"emoji-mart-search"},oa=["placeholder"];function Tn(z,ae,Ee,V,Fe,De){return(0,J.uX)(),(0,J.CE)("div",Zn,[(0,J.bo)((0,J.Lk)("input",{type:"text",placeholder:Ee.i18n.search,role:"textbox","aria-autocomplete":"list","aria-owns":"emoji-mart-list","aria-label":"Search for an emoji","aria-describedby":"emoji-mart-search-description",onKeydown:[ae[0]||(ae[0]=(0,Ji.withKeys)(Et=>z.$emit("arrowLeft",Et),["left"])),ae[1]||(ae[1]=(0,Ji.withKeys)(()=>z.$emit("arrowRight"),["right"])),ae[2]||(ae[2]=(0,Ji.withKeys)(()=>z.$emit("arrowDown"),["down"])),ae[3]||(ae[3]=(0,Ji.withKeys)(Et=>z.$emit("arrowUp",Et),["up"])),ae[4]||(ae[4]=(0,Ji.withKeys)(()=>z.$emit("enter"),["enter"]))],"onUpdate:modelValue":ae[5]||(ae[5]=Et=>Fe.value=Et)},null,40,oa),[[Ji.vModelText,Fe.value]]),ae[6]||(ae[6]=(0,J.Lk)("span",{class:"hidden",id:"emoji-picker-search-description"},"Use the left, right, up and down arrow keys to navigate the emoji search results.",-1))])}const Er={props:{data:{type:Object,required:!0},i18n:{type:Object,required:!0},autoFocus:{type:Boolean,default:!1},onSearch:{type:Function,required:!0},onArrowLeft:{type:Function,required:!1},onArrowRight:{type:Function,required:!1},onArrowDown:{type:Function,required:!1},onArrowUp:{type:Function,required:!1},onEnter:{type:Function,required:!1}},emits:["search","enter","arrowUp","arrowDown","arrowRight","arrowLeft"],data(){return{value:""}},computed:{emojiIndex(){return this.data}},watch:{value(){this.$emit("search",this.value)}},methods:{clear(){this.value=""}},mounted(){let z=this.$el.querySelector("input");this.autoFocus&&z.focus()}},Br=(0,He.A)(Er,[["render",Tn]]),Ja={key:0,class:"emoji-mart-bar emoji-mart-bar-anchors"},hr={id:"emoji-mart-list",ref:"scrollContent",role:"listbox","aria-expanded":"true"},br={key:0,class:"emoji-mart-bar emoji-mart-bar-preview"};function Ka(z,ae,Ee,V,Fe,De){const Et=(0,J.g2)("anchors"),yi=(0,J.g2)("search"),gi=(0,J.g2)("category"),fn=(0,J.g2)("preview");return(0,J.uX)(),(0,J.CE)("section",{class:"emoji-mart emoji-mart-static",style:(0,ye.normalizeStyle)(De.customStyles)},[z.showCategories?((0,J.uX)(),(0,J.CE)("div",Ja,[(0,J.bF)(Et,{data:Ee.data,i18n:De.mergedI18n,color:z.color,categories:Fe.view.allCategories,"active-category":Fe.view.activeCategory,onClick:De.onAnchorClick},null,8,["data","i18n","color","categories","active-category","onClick"])])):(0,J.Q3)("",!0),(0,J.RG)(z.$slots,"searchTemplate",{data:Ee.data,i18n:z.i18n,autoFocus:z.autoFocus,onSearch:De.onSearch},()=>[z.showSearch?((0,J.uX)(),(0,J.Wv)(yi,{key:0,ref:"search",data:Ee.data,i18n:De.mergedI18n,"auto-focus":z.autoFocus,"on-search":De.onSearch,onSearch:De.onSearch,onArrowLeft:De.onArrowLeft,onArrowRight:De.onArrowRight,onArrowDown:De.onArrowDown,onArrowUp:De.onArrowUp,onEnter:De.onEnter,onSelect:De.onTextSelect},null,8,["data","i18n","auto-focus","on-search","onSearch","onArrowLeft","onArrowRight","onArrowDown","onArrowUp","onEnter","onSelect"])):(0,J.Q3)("",!0)]),(0,J.Lk)("div",{role:"tabpanel",class:"emoji-mart-scroll",ref:"scroll",onScroll:ae[0]||(ae[0]=(...se)=>De.onScroll&&De.onScroll(...se))},[(0,J.Lk)("div",hr,[(0,J.RG)(z.$slots,"customCategory"),((0,J.uX)(!0),(0,J.CE)(J.FK,null,(0,J.pI)(Fe.view.filteredCategories,(se,je)=>(0,J.bo)(((0,J.uX)(),(0,J.Wv)(gi,{ref_for:!0,ref:"categories_"+je,key:se.id,data:Ee.data,i18n:De.mergedI18n,id:se.id,name:se.name,emojis:se.emojis,"emoji-props":De.emojiProps},null,8,["data","i18n","id","name","emojis","emoji-props"])),[[Ji.vShow,z.infiniteScroll||se==Fe.view.activeCategory||De.isSearching]])),128))],512)],544),(0,J.RG)(z.$slots,"previewTemplate",{data:Ee.data,title:z.title,emoji:Fe.view.previewEmoji,idleEmoji:De.idleEmoji,showSkinTones:z.showSkinTones,emojiProps:De.emojiProps,skinProps:De.skinProps,onSkinChange:De.onSkinChange},()=>[z.showPreview?((0,J.uX)(),(0,J.CE)("div",br,[(0,J.bF)(fn,{data:Ee.data,title:z.title,emoji:Fe.view.previewEmoji,"idle-emoji":De.idleEmoji,"show-skin-tones":z.showSkinTones,"emoji-props":De.emojiProps,"skin-props":De.skinProps,"on-skin-change":De.onSkinChange},null,8,["data","title","emoji","idle-emoji","show-skin-tones","emoji-props","skin-props","on-skin-change"])])):(0,J.Q3)("",!0)])],4)}var Ur=a(62379);class zt{constructor(ae){this._vm=ae,this._data=ae.data,this._perLine=ae.perLine,this._categories=[],this._categories.push(...this._data.categories()),this._categories=this._categories.filter(Ee=>Ee.emojis.length>0),this._categories[0].first=!0,Object.freeze(this._categories),this.activeCategory=this._categories[0],this.searchEmojis=null,this.previewEmoji=null,this.previewEmojiCategoryIdx=0,this.previewEmojiIdx=-1}onScroll(){const ae=this._vm.$refs.scroll;if(!ae)return;const Ee=ae.scrollTop;let V=this.filteredCategories[0];for(let Fe=0,De=this.filteredCategories.length;Fe<De;Fe++){let Et=this.filteredCategories[Fe],yi=this._vm.getCategoryComponent(Fe);if(yi&&yi.$el.offsetTop-50>Ee)break;V=Et}this.activeCategory=V}get allCategories(){return this._categories}get filteredCategories(){return this.searchEmojis?[{id:"search",name:"Search",emojis:this.searchEmojis}]:this._categories.filter(ae=>ae.emojis.length>0)}get previewEmojiCategory(){return this.previewEmojiCategoryIdx>=0?this.filteredCategories[this.previewEmojiCategoryIdx]:null}onAnchorClick(ae){if(this.searchEmojis)return;let Ee=this.filteredCategories.indexOf(ae),V=this._vm.getCategoryComponent(Ee),Fe=()=>{if(V){let De=V.$el.offsetTop;ae.first&&(De=0),this._vm.$refs.scroll.scrollTop=De}};this._vm.infiniteScroll?Fe():this.activeCategory=this.filteredCategories[Ee]}onSearch(ae){let Ee=this._data.search(ae,this.maxSearchResults);this.searchEmojis=Ee,this.previewEmojiCategoryIdx=0,this.previewEmojiIdx=0,this.updatePreviewEmoji()}onEmojiEnter(ae){this.previewEmoji=ae,this.previewEmojiIdx=-1,this.previewEmojiCategoryIdx=-1}onEmojiLeave(ae){this.previewEmoji=null}onArrowLeft(){this.previewEmojiIdx>0?this.previewEmojiIdx-=1:(this.previewEmojiCategoryIdx-=1,this.previewEmojiCategoryIdx<0?this.previewEmojiCategoryIdx=0:this.previewEmojiIdx=this.filteredCategories[this.previewEmojiCategoryIdx].emojis.length-1),this.updatePreviewEmoji()}onArrowRight(){this.previewEmojiIdx<this.emojisLength(this.previewEmojiCategoryIdx)-1?this.previewEmojiIdx+=1:(this.previewEmojiCategoryIdx+=1,this.previewEmojiCategoryIdx>=this.filteredCategories.length?this.previewEmojiCategoryIdx=this.filteredCategories.length-1:this.previewEmojiIdx=0),this.updatePreviewEmoji()}onArrowDown(){if(this.previewEmojiIdx==-1)return this.onArrowRight();const ae=this.filteredCategories[this.previewEmojiCategoryIdx].emojis.length;let Ee=this._perLine;this.previewEmojiIdx+Ee>ae&&(Ee=ae%this._perLine);for(let V=0;V<Ee;V++)this.onArrowRight();this.updatePreviewEmoji()}onArrowUp(){let ae=this._perLine;this.previewEmojiIdx-ae<0&&(this.previewEmojiCategoryIdx>0?ae=this.filteredCategories[this.previewEmojiCategoryIdx-1].emojis.length%this._perLine:ae=0);for(let Ee=0;Ee<ae;Ee++)this.onArrowLeft();this.updatePreviewEmoji()}updatePreviewEmoji(){this.previewEmoji=this.filteredCategories[this.previewEmojiCategoryIdx].emojis[this.previewEmojiIdx],this._vm.$nextTick(()=>{const ae=this._vm.$refs.scroll,Ee=ae.querySelector(".emoji-mart-emoji-selected"),V=ae.offsetTop-ae.offsetHeight;Ee&&Ee.offsetTop+Ee.offsetHeight>V+ae.scrollTop&&(ae.scrollTop+=Ee.offsetHeight),Ee&&Ee.offsetTop<ae.scrollTop&&(ae.scrollTop-=Ee.offsetHeight)})}emojisLength(ae){return ae==-1?0:this.filteredCategories[ae].emojis.length}}const Wt={search:"Search",notfound:"No Emoji Found",categories:{search:"Search Results",recent:"Frequently Used",smileys:"Smileys & Emotion",people:"People & Body",nature:"Animals & Nature",foods:"Food & Drink",activity:"Activity",places:"Travel & Places",objects:"Objects",symbols:"Symbols",flags:"Flags",custom:"Custom"}},Si={props:{...ot,data:{type:Object,required:!0}},emits:["select","skin-change"],data(){return{activeSkin:this.skin||U.get("skin")||this.defaultSkin,view:new zt(this)}},computed:{customStyles(){return{width:this.calculateWidth+"px",...this.pickerStyles}},emojiProps(){return{native:this.native,skin:this.activeSkin,set:this.set,emojiTooltip:this.emojiTooltip,emojiSize:this.emojiSize,selectedEmoji:this.view.previewEmoji,selectedEmojiCategory:this.view.previewEmojiCategory,onEnter:this.onEmojiEnter.bind(this),onLeave:this.onEmojiLeave.bind(this),onClick:this.onEmojiClick.bind(this)}},skinProps(){return{skin:this.activeSkin}},calculateWidth(){return this.perLine*(this.emojiSize+12)+12+2+An()},filteredCategories(){return this.view.filteredCategories},mergedI18n(){return Object.freeze(Ei(Wt,this.i18n))},idleEmoji(){try{return this.data.emoji(this.emoji)}catch(z){return console.error("Default preview emoji `"+this.emoji+"` is not available, check the Picker `emoji` property"),console.error(z),this.data.firstEmoji()}},isSearching(){return this.view.searchEmojis!=null}},watch:{skin(){this.onSkinChange(this.skin)}},methods:{onScroll(){this.infiniteScroll&&!this.waitingForPaint&&(this.waitingForPaint=!0,window.requestAnimationFrame(this.onScrollPaint.bind(this)))},onScrollPaint(){this.waitingForPaint=!1,this.view.onScroll()},onAnchorClick(z){this.view.onAnchorClick(z)},onSearch(z){this.view.onSearch(z)},onEmojiEnter(z){this.view.onEmojiEnter(z)},onEmojiLeave(z){this.view.onEmojiLeave(z)},onArrowLeft(z){const ae=this.view.previewEmojiIdx;this.view.onArrowLeft(),z&&this.view.previewEmojiIdx!==ae&&z.preventDefault()},onArrowRight(){this.view.onArrowRight()},onArrowDown(){this.view.onArrowDown()},onArrowUp(z){this.view.onArrowUp(),z.preventDefault()},onEnter(){this.view.previewEmoji&&(this.$emit("select",this.view.previewEmoji),ke.add(this.view.previewEmoji))},onEmojiClick(z){this.$emit("select",z),ke.add(z)},onTextSelect(z){z.stopPropagation()},onSkinChange(z){this.activeSkin=z,U.update({skin:z}),this.$emit("skin-change",z)},getCategoryComponent(z){let ae=this.$refs["categories_"+z];return ae&&"0"in ae?ae[0]:ae}},components:{Anchors:Ot,Category:$,Preview:en,Search:Br}},zn=(0,He.A)(Si,[["render",Ka]]);var Un=a(49054),tr=a(52697),Ai=a(77041),Te=a(75187),et=a(16343),ii=a(13606),qt=a(15144),xi=a(26905),ia=a(32696),ca=a(20646);const ma={name:"CircleIcon",emits:["click"],props:{title:{type:String},fillColor:{type:String,default:"currentColor"},size:{type:Number,default:24}}},jn=["aria-hidden","aria-label"],$a=["fill","width","height"],Ia={d:"M12,2A10,10 0 0,0 2,12A10,10 0 0,0 12,22A10,10 0 0,0 22,12A10,10 0 0,0 12,2Z"},gr={key:0};function Ta(z,ae,Ee,V,Fe,De){return(0,J.uX)(),(0,J.CE)("span",(0,J.v6)(z.$attrs,{"aria-hidden":Ee.title?null:"true","aria-label":Ee.title,class:"material-design-icon circle-icon",role:"img",onClick:ae[0]||(ae[0]=Et=>z.$emit("click",Et))}),[((0,J.uX)(),(0,J.CE)("svg",{fill:Ee.fillColor,class:"material-design-icon__svg",width:Ee.size,height:Ee.size,viewBox:"0 0 24 24"},[(0,J.Lk)("path",Ia,[Ee.title?((0,J.uX)(),(0,J.CE)("title",gr,(0,ye.toDisplayString)(Ee.title),1)):(0,J.Q3)("",!0)])],8,$a))],16,jn)}const to=(0,tr._)(ma,[["render",Ta]]);(0,ii.r)(ii.m,ii.l,ii.k,ii.j);let Kr;const lr={search:(0,ii.a)("Search emoji"),notfound:(0,ii.a)("No emoji found"),categories:{search:(0,ii.a)("Search results"),recent:(0,ii.a)("Frequently used"),smileys:(0,ii.a)("Smileys & Emotion"),people:(0,ii.a)("People & Body"),nature:(0,ii.a)("Animals & Nature"),foods:(0,ii.a)("Food & Drink"),activity:(0,ii.a)("Activities"),places:(0,ii.a)("Travel & Places"),objects:(0,ii.a)("Objects"),symbols:(0,ii.a)("Symbols"),flags:(0,ii.a)("Flags"),custom:(0,ii.a)("Custom")}},Wr=[new qt.C(255,222,52,(0,ii.a)("Neutral skin color")),new qt.C(228,205,166,(0,ii.a)("Light skin tone")),new qt.C(250,221,192,(0,ii.a)("Medium light skin tone")),new qt.C(174,129,87,(0,ii.a)("Medium skin tone")),new qt.C(158,113,88,(0,ii.a)("Medium dark skin tone")),new qt.C(96,79,69,(0,ii.a)("Dark skin tone"))],Le={name:"NcEmojiPicker",components:{IconCircle:to,NcButton:xi.N,NcColorPicker:Ai.N,NcPopover:ia.N,NcTextField:ca._,Emoji:A,Picker:zn},props:{activeSet:{type:String,default:"native"},showPreview:{type:Boolean,default:!1},allowUnselect:{type:Boolean,default:!1},selectedEmoji:{type:String,default:""},previewFallbackEmoji:{type:String,default:"grinning"},previewFallbackName:{type:String,default:(0,ii.a)("Pick an emoji")},closeOnSelect:{type:Boolean,default:!0},container:{type:[Boolean,String,Object,Element],default:"body"}},emits:["select","selectData","unselect"],setup(){return Kr||(Kr=new Ut(e)),{emojiIndex:Kr,skinTonePalette:Wr,i18n:lr}},data(){const z=(0,et.g)();return{currentColor:Wr[z-1],currentSkinTone:z,search:"",open:!1}},computed:{native(){return this.activeSet==="native"}},created(){(0,Te.u)(()=>this.open)},methods:{t:ii.a,clearSearch(){this.search="",this.$refs.search.focus()},onChangeSkinTone(z){const ae=this.skinTonePalette.findIndex(Ee=>Ee.color.toLowerCase()===z.toLowerCase());ae>-1&&(this.currentSkinTone=ae+1,this.currentColor=this.skinTonePalette[ae],(0,et.s)(this.currentSkinTone))},select(z){this.$emit("select",z.native),this.$emit("selectData",z),this.closeOnSelect&&(this.open=!1)},unselect(){this.$emit("unselect")},afterShow(){this.$refs.search.focus()},afterHide(){(!document.activeElement||this.$refs.picker.$el.contains(document.activeElement)||!(0,Un.tp)(document.activeElement))&&this.$refs.popover.$el.querySelector('button, [role="button"]')?.focus()},handleTabNavigationSkippingEmojis(z){const ae=z.target,Ee=Array.from(this.$refs.picker.$el.querySelectorAll("button:not(.emoji-mart-emoji), input"));z.shiftKey?(Ee.findLast(Fe=>ae.compareDocumentPosition(Fe)&Node.DOCUMENT_POSITION_PRECEDING)||Ee.at(-1)).focus():(Ee.find(Fe=>ae.compareDocumentPosition(Fe)&Node.DOCUMENT_POSITION_FOLLOWING)||Ee[0]).focus()},async callPickerArrowHandlerWithScrollFix(z,ae){this.$refs.picker[z](ae),await this.$nextTick(),this.$refs.picker.$el.querySelector(".emoji-mart-emoji-selected")?.scrollIntoView({block:"center",inline:"center"})}}},lt={class:"nc-emoji-picker-container"},u={class:"search__wrapper"},b={class:"emoji-mart-category-label"},R={class:"emoji-mart-category-label"};function q(z,ae,Ee,V,Fe,De){const Et=(0,J.g2)("NcTextField"),yi=(0,J.g2)("IconCircle"),gi=(0,J.g2)("NcButton"),fn=(0,J.g2)("NcColorPicker"),se=(0,J.g2)("Emoji"),je=(0,J.g2)("Picker"),Ue=(0,J.g2)("NcPopover");return(0,J.uX)(),(0,J.Wv)(Ue,{ref:"popover",shown:Fe.open,"onUpdate:shown":ae[6]||(ae[6]=mt=>Fe.open=mt),container:Ee.container,"popup-role":"dialog","no-focus-trap":!0,onAfterShow:De.afterShow,onAfterHide:De.afterHide},{trigger:(0,J.k6)(mt=>[(0,J.RG)(z.$slots,"default",(0,ye.normalizeProps)((0,J.Ng)(mt)),void 0,!0)]),default:(0,J.k6)(()=>[(0,J.Lk)("div",lt,[(0,J.bF)(je,(0,J.v6)({ref:"picker",color:"var(--color-primary-element)",data:V.emojiIndex,emoji:Ee.previewFallbackEmoji,i18n:V.i18n,native:De.native,"emoji-size":20,"per-line":8,"picker-styles":{width:"320px"},"show-preview":Ee.showPreview,skin:Fe.currentSkinTone,"show-skin-tones":!1,title:Ee.previewFallbackName,role:"dialog","aria-modal":"true","aria-label":De.t("Emoji picker")},z.$attrs,{onKeydown:(0,Ji.withKeys)((0,Ji.withModifiers)(De.handleTabNavigationSkippingEmojis,["prevent"]),["tab"]),onSelect:De.select}),(0,J.eX)({searchTemplate:(0,J.k6)(({onSearch:mt})=>[(0,J.Lk)("div",u,[(0,J.bF)(Et,{ref:"search",modelValue:Fe.search,"onUpdate:modelValue":[ae[0]||(ae[0]=dt=>Fe.search=dt),dt=>mt(Fe.search)],class:"search",label:De.t("Search"),"label-visible":!0,placeholder:V.i18n.search,"trailing-button-icon":"close","trailing-button-label":De.t("Clear search"),"show-trailing-button":Fe.search!=="",onKeydown:[ae[1]||(ae[1]=(0,Ji.withKeys)(dt=>De.callPickerArrowHandlerWithScrollFix("onArrowLeft",dt),["left"])),ae[2]||(ae[2]=(0,Ji.withKeys)(dt=>De.callPickerArrowHandlerWithScrollFix("onArrowRight",dt),["right"])),ae[3]||(ae[3]=(0,Ji.withKeys)(dt=>De.callPickerArrowHandlerWithScrollFix("onArrowDown",dt),["down"])),ae[4]||(ae[4]=(0,Ji.withKeys)(dt=>De.callPickerArrowHandlerWithScrollFix("onArrowUp",dt),["up"])),ae[5]||(ae[5]=(0,Ji.withKeys)(dt=>z.$refs.picker.onEnter(dt),["enter"]))],onTrailingButtonClick:dt=>{De.clearSearch(),mt("")}},null,8,["modelValue","label","placeholder","trailing-button-label","show-trailing-button","onTrailingButtonClick","onUpdate:modelValue"]),(0,J.bF)(fn,{"palette-only":"",container:Ee.container,palette:V.skinTonePalette,"model-value":Fe.currentColor.color,"onUpdate:modelValue":De.onChangeSkinTone},{default:(0,J.k6)(()=>[(0,J.bF)(gi,{"aria-label":De.t("Skin tone"),variant:"tertiary-no-background"},{icon:(0,J.k6)(()=>[(0,J.bF)(yi,{style:(0,ye.normalizeStyle)({color:Fe.currentColor.color}),title:Fe.currentColor.name,size:20},null,8,["style","title"])]),_:1},8,["aria-label"])]),_:1},8,["container","palette","model-value","onUpdate:modelValue"])])]),_:2},[Ee.allowUnselect&&Ee.selectedEmoji?{name:"customCategory",fn:(0,J.k6)(()=>[(0,J.Lk)("div",b,[(0,J.Lk)("h3",R,(0,ye.toDisplayString)(De.t("Selected")),1)]),(0,J.bF)(se,{class:"emoji-selected",data:V.emojiIndex,emoji:Ee.selectedEmoji,native:"",size:32,onClick:De.unselect},null,8,["data","emoji","onClick"]),(0,J.bF)(se,{class:"emoji-delete",data:V.emojiIndex,emoji:":x:",native:"",size:10,onClick:De.unselect},null,8,["data","onClick"])]),key:"0"}:void 0]),1040,["data","emoji","i18n","native","show-preview","skin","title","aria-label","onKeydown","onSelect"])])]),_:3},8,["shown","container","onAfterShow","onAfterHide"])}const oe=(0,tr._)(Le,[["render",q],["__scopeId","data-v-f2f99131"]])},30854:($t,We,a)=>{"use strict";a.d(We,{N:()=>U});var e=a(20641),i=a(50953),c=a(90033),v=a(34163),N=a(52697);const I=["aria-labelledby"],d={key:0,class:"empty-content__icon","aria-hidden":"true"},G=["id"],j={key:2,class:"empty-content__description"},Q={key:3,class:"empty-content__action"},x=(0,e.pM)({__name:"NcEmptyContent",props:{description:{default:""},name:{default:""}},setup(T){const _=(0,v.c)();return(S,K)=>((0,e.uX)(),(0,e.CE)("div",{"aria-labelledby":(0,i.R1)(_),class:"empty-content",role:"note"},[S.$slots.icon?((0,e.uX)(),(0,e.CE)("div",d,[(0,e.RG)(S.$slots,"icon",{},void 0,!0)])):(0,e.Q3)("",!0),S.name!==""||S.$slots.name?((0,e.uX)(),(0,e.CE)("div",{key:1,id:(0,i.R1)(_),class:"empty-content__name"},[(0,e.RG)(S.$slots,"name",{},()=>[(0,e.eW)((0,c.toDisplayString)(S.name),1)],!0)],8,G)):(0,e.Q3)("",!0),S.description!==""||S.$slots.description?((0,e.uX)(),(0,e.CE)("p",j,[(0,e.RG)(S.$slots,"description",{},()=>[(0,e.eW)((0,c.toDisplayString)(S.description),1)],!0)])):(0,e.Q3)("",!0),S.$slots.action?((0,e.uX)(),(0,e.CE)("div",Q,[(0,e.RG)(S.$slots,"action",{},void 0,!0)])):(0,e.Q3)("",!0)],8,I))}}),U=(0,N._)(x,[["__scopeId","data-v-b101d636"]])},90423:($t,We,a)=>{"use strict";a.d(We,{N:()=>T});var e=a(20641),i=a(53751),c=a(90033),v=a(37072),N=a(52697);const I=(0,e.pM)({__name:"NcFormBox",props:{row:{type:Boolean}},setup(_){const S=(0,i.useCssModule)();return(0,e.Gt)(v.N,{isInFormBox:!0,formBoxItemClass:S.ncFormBox__item}),(K,_e)=>((0,e.uX)(),(0,e.CE)("div",{class:(0,c.normalizeClass)([K.$style.ncFormBox,K.row?K.$style.ncFormBox_row:K.$style.ncFormBox_col])},[(0,e.RG)(K.$slots,"default",{itemClass:K.$style.ncFormBox__item})],2))}}),U={$style:{"material-design-icon":"_material-design-icon_1u9di_12",ncFormBox:"_ncFormBox_1u9di_20",ncFormBox_row:"_ncFormBox_row_1u9di_25",ncFormBox__item:"_ncFormBox__item_1u9di_29",ncFormBox_col:"_ncFormBox_col_1u9di_33"}},T=(0,N._)(I,[["__cssModules",U]])},65800:($t,We,a)=>{"use strict";a.d(We,{N:()=>_});var e=a(50953),i=a(20641),c=a(90033),v=a(82253),N=a(27991),I=a(47031),d=a(35696),G=a(52697);/*!
|
|
* SPDX-FileCopyrightText: 2025 F7cloud GmbH and F7cloud contributors
|
|
* SPDX-License-Identifier: AGPL-3.0-or-later
|
|
*/function j(S){const K=(0,e.Kh)(S),_e=(0,i.WQ)(d.Tk,null)!==null,ee=(0,i.EW)(()=>_e&&K.to?"RouterLink":K.href?"a":"button"),H=(0,i.EW)(()=>ee.value==="RouterLink"||ee.value==="a"),xe=(0,i.EW)(()=>ee.value==="a"),P=(0,i.EW)(()=>ee.value==="RouterLink"),ce=(0,i.EW)(()=>ee.value==="button"),Ce=(0,i.EW)(()=>{if(ee.value==="RouterLink")return{to:K.to,activeClass:"active",...K.additionalAttrs?.("RouterLink")??{}};if(ee.value==="a")return{href:K.href,target:K.target,download:K.download||void 0,rel:"nofollow noreferrer noopener",...K.additionalAttrs?.("a")??{}};if(ee.value==="button")return{type:K.type||"button",disabled:K.disabled,...K.additionalAttrs?.("button")??{}}});return{tag:ee,isLink:H,isHyperLink:xe,isRouterLink:P,isButton:ce,attrs:Ce}}const Q=(0,i.pM)({__name:"NcFormBoxButton",props:{label:{default:()=>{}},description:{default:()=>{}},invertedAccent:{type:Boolean,default:!1},to:{default:()=>{}},href:{default:()=>{}},target:{default:()=>{}},disabled:{type:Boolean,default:!1}},emits:["click"],setup(S){const{tag:K,attrs:_e,isLink:ee}=j({to:(0,e.lW)(()=>S.to),href:(0,e.lW)(()=>S.href),target:(0,e.lW)(()=>S.target),disabled:(0,e.lW)(()=>S.disabled)}),H=(0,i.EW)(()=>{if(ee.value)return S.target==="_blank"?v.q:v.r});return(xe,P)=>((0,i.uX)(),(0,i.Wv)(N.N,(0,i.v6)({tag:(0,e.R1)(K),"item-classes":["button-vue",xe.$style.formBoxButton],"inverted-accent":xe.invertedAccent},(0,e.R1)(_e),{tabindex:"0",onClick:P[0]||(P[0]=ce=>xe.$emit("click",ce))}),(0,i.eX)({_:2},[xe.$slots.default||xe.label?{name:"default",fn:(0,i.k6)(()=>[(0,i.RG)(xe.$slots,"default",{},()=>[(0,i.eW)((0,c.toDisplayString)(xe.label),1)])]),key:"0"}:void 0,xe.$slots.description||xe.description?{name:"description",fn:(0,i.k6)(()=>[(0,i.RG)(xe.$slots,"description",{},()=>[(0,i.eW)((0,c.toDisplayString)(xe.description),1)])]),key:"1"}:void 0,xe.$slots.icon||H.value?{name:"icon",fn:(0,i.k6)(()=>[(0,i.RG)(xe.$slots,"icon",{},()=>[H.value?((0,i.uX)(),(0,i.Wv)(I.N,{key:0,path:H.value,inline:""},null,8,["path"])):(0,i.Q3)("",!0)])]),key:"2"}:void 0]),1040,["tag","item-classes","inverted-accent"]))}}),T={$style:{"material-design-icon":"_material-design-icon_15jyc_12",formBoxButton:"_formBoxButton_15jyc_20"}},_=(0,G._)(Q,[["__cssModules",T]])},27991:($t,We,a)=>{"use strict";a.d(We,{N:()=>H});var e=a(20641),i=a(90033),c=a(50953),v=a(37072),N=a(34163),I=a(97172),d=a(52697);const G=["id"],j=(0,e.pM)({inheritAttrs:!1,__name:"NcFormBoxItem",props:{tag:{},label:{default:()=>{}},description:{default:()=>{}},invertedAccent:{type:Boolean,default:!1},class:{default:()=>{}},itemClasses:{default:()=>{}}},emits:["click"],setup(xe){const P=(0,e.Ht)(),{formBoxItemClass:ce}=(0,v.u)(),Ce=(0,N.c)(),ke=()=>!!xe.description||!!P.description;return(J,ye)=>((0,e.uX)(),(0,e.CE)("div",{class:(0,i.normalizeClass)([xe.class,J.$style.formBoxItem,(0,c.R1)(ce),{[J.$style.formBoxItem_inverted]:J.invertedAccent&&ke(),[J.$style.formBoxItem_legacy]:(0,c.R1)(I.i)}])},[(0,e.Lk)("span",{class:(0,i.normalizeClass)(J.$style.formBoxItem__content)},[((0,e.uX)(),(0,e.Wv)((0,e.$y)(J.tag),(0,e.v6)({class:[J.$style.formBoxItem__element,J.itemClasses]},J.$attrs,{onClick:ye[0]||(ye[0]=Xe=>J.$emit("click",Xe))}),{default:(0,e.k6)(()=>[(0,e.RG)(J.$slots,"default",{descriptionId:(0,c.R1)(Ce)},()=>[(0,e.eW)((0,i.toDisplayString)(J.label||"\u26A0\uFE0F Label is missing"),1)])]),_:3},16,["class"])),ke()?((0,e.uX)(),(0,e.CE)("span",{key:0,id:(0,c.R1)(Ce),class:(0,i.normalizeClass)(J.$style.formBoxItem__description)},[(0,e.RG)(J.$slots,"description",{},()=>[(0,e.eW)((0,i.toDisplayString)(J.description),1)])],10,G)):(0,e.Q3)("",!0)],2),(0,e.Lk)("span",{class:(0,i.normalizeClass)(J.$style.formBoxItem__icon)},[(0,e.RG)(J.$slots,"icon",{descriptionId:(0,c.R1)(Ce)},()=>[ye[1]||(ye[1]=(0,e.eW)(" \u26A0\uFE0F Icon is missing ",-1))])],2)],2))}}),ee={$style:{"material-design-icon":"_material-design-icon_v5un7_12",formBoxItem:"_formBoxItem_v5un7_20",formBoxItem_legacy:"_formBoxItem_legacy_v5un7_60",formBoxItem_inverted:"_formBoxItem_inverted_v5un7_64",formBoxItem__element:"_formBoxItem__element_v5un7_64",formBoxItem__description:"_formBoxItem__description_v5un7_67",formBoxItem__content:"_formBoxItem__content_v5un7_71",formBoxItem__icon:"_formBoxItem__icon_v5un7_89"}},H=(0,d._)(j,[["__cssModules",ee]])},32925:($t,We,a)=>{"use strict";var e=a(20641),i=a(50953),c=a(90033),v=a(53751),N=a(82253),I=a(27991),d=a(47031),G=a(34163),j=a(52697);const Q=["id","aria-describedby","disabled"],x=(0,e.pM)({__name:"NcFormBoxSwitch",props:(0,e.zz)({label:{default:()=>{}},description:{default:()=>{}},disabled:{type:Boolean,default:!1}},{modelValue:{type:Boolean,required:!0},modelModifiers:{}}),emits:(0,e.zz)(["enable","disable"],["update:modelValue"]),setup(_e,{emit:ee}){const H=(0,e.fn)(_e,"modelValue"),xe=ee,P=(0,G.c)();return(0,e.wB)(H,()=>{H.value?xe("enable"):xe("disable")},{flush:"sync"}),(ce,Ce)=>((0,e.uX)(),(0,e.Wv)(I.N,{tag:"label",for:(0,i.R1)(P)},(0,e.eX)({icon:(0,e.k6)(({descriptionId:ke})=>[(0,e.bo)((0,e.Lk)("input",{id:(0,i.R1)(P),"onUpdate:modelValue":Ce[0]||(Ce[0]=J=>H.value=J),class:(0,c.normalizeClass)(ce.$style.formBoxSwitch__input),type:"checkbox",role:"switch","aria-describedby":ke,disabled:ce.disabled},null,10,Q),[[v.vModelCheckbox,H.value]]),(0,e.bF)(d.N,{path:H.value?(0,i.R1)(N.k):(0,i.R1)(N.l),class:(0,c.normalizeClass)(ce.$style.formBoxSwitch__icon),size:34,inline:""},null,8,["path","class"])]),_:2},[ce.$slots.default||ce.label?{name:"default",fn:(0,e.k6)(()=>[(0,e.RG)(ce.$slots,"default",{},()=>[(0,e.eW)((0,c.toDisplayString)(ce.label),1)])]),key:"0"}:void 0,ce.$slots.description||ce.description?{name:"description",fn:(0,e.k6)(()=>[(0,e.RG)(ce.$slots,"description",{},()=>[(0,e.eW)((0,c.toDisplayString)(ce.description),1)])]),key:"1"}:void 0]),1032,["for"]))}}),S={$style:{"material-design-icon":"_material-design-icon_hjv1a_12",formBoxSwitch__input:"_formBoxSwitch__input_hjv1a_20",formBoxSwitch__icon:"_formBoxSwitch__icon_hjv1a_34"}},K=(0,j._)(x,[["__cssModules",S]])},64830:($t,We,a)=>{"use strict";var e=a(20641),i=a(50953),c=a(53751),v=a(90033),N=a(34163),I=a(26905);const d=["id"],G=["id"],j=(0,e.pM)({__name:"NcHeaderButton",props:{id:{},ariaLabel:{},description:{}},emits:["click"],setup(x){const U=(0,N.c)();return(T,_)=>((0,e.uX)(),(0,e.CE)("div",{id:T.id,class:"header-menu"},[(0,e.bF)((0,i.R1)(I.N),{"aria-label":T.ariaLabel,"aria-describedby":(0,i.R1)(U),class:"header-menu__trigger",size:"large",variant:"tertiary-no-background",onClick:_[0]||(_[0]=(0,c.withModifiers)(S=>T.$emit("click",S),["prevent"]))},{icon:(0,e.k6)(()=>[(0,e.RG)(T.$slots,"icon",{},void 0,!0)]),_:3},8,["aria-label","aria-describedby"]),T.description?((0,e.uX)(),(0,e.CE)("span",{key:0,id:(0,i.R1)(U),class:"header-menu__description hidden-visually"},(0,v.toDisplayString)(T.description),9,G)):(0,e.Q3)("",!0)],8,d))}}),Q=null},42531:($t,We,a)=>{"use strict";a.d(We,{_:()=>c,f:()=>i});var e=a(20641);/*!
|
|
* SPDX-FileCopyrightText: 2020 F7cloud GmbH and F7cloud contributors
|
|
* SPDX-License-Identifier: AGPL-3.0-or-later
|
|
*/function i(v,N){const I=[];let d=0,G=v.toLowerCase().indexOf(N.toLowerCase(),d),j=0;for(;G>-1&&j++<v.length;)d=G+N.length,I.push({start:G,end:d}),G=v.toLowerCase().indexOf(N.toLowerCase(),d);return I}const c=(0,e.pM)({name:"NcHighlight",props:{text:{type:String,default:""},search:{type:String,default:""},highlight:{type:Array,default:()=>[]}},computed:{ranges(){let v=[];return!this.search&&this.highlight.length===0||(this.highlight.length>0?v=this.highlight:v=i(this.text,this.search),v.forEach((N,I)=>{N.end<N.start&&(v[I]={start:N.end,end:N.start})}),v=v.reduce((N,I)=>(I.start<this.text.length&&I.end>0&&N.push({start:I.start<0?0:I.start,end:I.end>this.text.length?this.text.length:I.end}),N),[]),v.sort((N,I)=>N.start-I.start),v=v.reduce((N,I)=>{if(!N.length)N.push(I);else{const d=N.length-1;N[d].end>=I.start?N[d]={start:N[d].start,end:Math.max(N[d].end,I.end)}:N.push(I)}return N},[])),v},chunks(){if(this.ranges.length===0)return[{start:0,end:this.text.length,highlight:!1,text:this.text}];const v=[];let N=0,I=0;for(;N<this.text.length;){const d=this.ranges[I];if(d.start===N){v.push({...d,highlight:!0,text:this.text.slice(d.start,d.end)}),I++,N=d.end,I>=this.ranges.length&&N<this.text.length&&(v.push({start:N,end:this.text.length,highlight:!1,text:this.text.slice(N)}),N=this.text.length);continue}v.push({start:N,end:d.start,highlight:!1,text:this.text.slice(N,d.start)}),N=d.start}return v}},render(){return this.ranges.length?(0,e.h)("span",{},this.chunks.map(v=>v.highlight?(0,e.h)("strong",{},v.text):v.text)):(0,e.h)("span",{},this.text)}})},54269:($t,We,a)=>{"use strict";var e=a(20641),i=a(90033),c=a(82683),v=a(52697);const N="\u26A0\uFE0F NcHotKey must have a label or slot content",I=(0,e.pM)({__name:"NcHotkey",props:{label:{default:()=>{}},hotkey:{default:()=>{}}},setup(T){const _=(0,e.EW)(()=>T.hotkey?.split(/\s+/).map(S=>S.trim()));return(S,K)=>((0,e.uX)(),(0,e.CE)("li",{class:(0,i.normalizeClass)(S.$style.hotkey)},[(0,e.Lk)("span",{role:"term",class:(0,i.normalizeClass)(S.$style.hotkey__keys)},[(0,e.RG)(S.$slots,"hotkey",{},()=>[((0,e.uX)(!0),(0,e.CE)(e.FK,null,(0,e.pI)(_.value,(_e,ee)=>((0,e.uX)(),(0,e.Wv)(c.N,{key:ee,symbol:_e},null,8,["symbol"]))),128))])],2),(0,e.Lk)("span",{role:"definition",class:(0,i.normalizeClass)(S.$style.hotkey__label)},[(0,e.RG)(S.$slots,"default",{},()=>[(0,e.eW)((0,i.toDisplayString)(S.label||N),1)])],2)],2))}}),x={$style:{"material-design-icon":"_material-design-icon_1s86g_12",hotkey:"_hotkey_1s86g_20",hotkey__label:"_hotkey__label_1s86g_27",hotkey__keys:"_hotkey__keys_1s86g_28"}},U=(0,v._)(I,[["__cssModules",x]])},53914:($t,We,a)=>{"use strict";var e=a(20641),i=a(90033),c=a(50953),v=a(13606),N=a(34163),I=a(52697);(0,v.r)();const d=(0,e.pM)({__name:"NcHotkeyList",props:{label:{default:()=>{}}},setup(T){const _=`NcHotkeyList_${(0,N.c)()}`;return(S,K)=>((0,e.uX)(),(0,e.CE)("div",{class:(0,i.normalizeClass)(S.$style.hotkeyList)},[(0,e.Lk)("div",{id:_,class:(0,i.normalizeClass)([S.$style.hotkeyList__heading,{"hidden-visually":!S.label}])},(0,i.toDisplayString)(S.label||(0,c.R1)(v.a)("Keyboard shortcuts")),3),(0,e.Lk)("ul",{"aria-labelledby":_},[(0,e.RG)(S.$slots,"default")])],2))}}),x={$style:{hotkeyList:"_hotkeyList_pf97p_2",hotkeyList__heading:"_hotkeyList__heading_pf97p_6"}},U=(0,I._)(d,[["__cssModules",x]])},47031:($t,We,a)=>{"use strict";a.d(We,{N:()=>x});var e=a(20641),i=a(53751),c=a(90033),v=a(99418),N=a(52697);const I=["aria-hidden","aria-label"],d={key:0,viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},G=["d"],j=["innerHTML"],Q=(0,e.pM)({__name:"NcIconSvgWrapper",props:{directional:{type:Boolean},inline:{type:Boolean},svg:{default:""},name:{default:void 0},path:{default:""},size:{default:20}},setup(U){(0,i.useCssVars)(K=>({fb515064:_.value}));const T=U,_=(0,e.EW)(()=>typeof T.size=="number"?`${T.size}px`:T.size),S=(0,e.EW)(()=>{if(!T.svg||T.path)return;const K=v.A.sanitize(T.svg),_e=new DOMParser().parseFromString(K,"image/svg+xml");return _e.querySelector("parsererror")?((0,e.R8)("SVG is not valid"),""):(_e.documentElement.id&&_e.documentElement.removeAttribute("id"),_e.documentElement.outerHTML)});return(K,_e)=>((0,e.uX)(),(0,e.CE)("span",{"aria-hidden":K.name?void 0:"true","aria-label":K.name||void 0,class:(0,c.normalizeClass)(["icon-vue",{"icon-vue--directional":K.directional,"icon-vue--inline":K.inline}]),role:"img"},[S.value?((0,e.uX)(),(0,e.CE)("span",{key:1,innerHTML:S.value},null,8,j)):((0,e.uX)(),(0,e.CE)("svg",d,[(0,e.Lk)("path",{d:K.path},null,8,G)]))],10,I))}}),x=(0,N._)(Q,[["__scopeId","data-v-aaedb1c3"]])},97713:($t,We,a)=>{"use strict";a.d(We,{N:()=>U});var e=a(17657),i=a(70561),c=a(13606),v=a(26905),N=a(20641),I=a(53751),d=a(52697);(0,c.r)(c.g);const G={name:"NcInputConfirmCancel",components:{IconArrowRight:e.I,IconClose:i.I,NcButton:v.N},props:{primary:{default:!1,type:Boolean},placeholder:{default:"",type:String},modelValue:{default:"",type:String}},emits:["cancel","confirm","update:modelValue"],data(){return{labelConfirm:(0,c.a)("Confirm changes"),labelCancel:(0,c.a)("Cancel changes")}},computed:{valueModel:{get(){return this.modelValue},set(T){this.$emit("update:modelValue",T)}}},methods:{confirm(){this.$emit("confirm")},cancel(){this.$emit("cancel")},focusInput(){this.$refs.input.focus()}}},j={class:"app-navigation-input-confirm"},Q=["placeholder"];function x(T,_,S,K,_e,ee){const H=(0,N.g2)("IconArrowRight"),xe=(0,N.g2)("NcButton"),P=(0,N.g2)("IconClose");return(0,N.uX)(),(0,N.CE)("div",j,[(0,N.Lk)("form",{onSubmit:_[1]||(_[1]=(0,I.withModifiers)((...ce)=>ee.confirm&&ee.confirm(...ce),["prevent"])),onKeydown:_[2]||(_[2]=(0,I.withKeys)((0,I.withModifiers)((...ce)=>ee.cancel&&ee.cancel(...ce),["exact","stop","prevent"]),["esc"])),onClick:_[3]||(_[3]=(0,I.withModifiers)(()=>{},["stop","prevent"]))},[(0,N.bo)((0,N.Lk)("input",{ref:"input","onUpdate:modelValue":_[0]||(_[0]=ce=>ee.valueModel=ce),type:"text",class:"app-navigation-input-confirm__input",placeholder:S.placeholder},null,8,Q),[[I.vModelText,ee.valueModel]]),(0,N.bF)(xe,{"aria-label":_e.labelConfirm,type:"submit",variant:"primary",onClick:(0,I.withModifiers)(ee.confirm,["stop","prevent"])},{icon:(0,N.k6)(()=>[(0,N.bF)(H,{size:20})]),_:1},8,["aria-label","onClick"]),(0,N.bF)(xe,{"aria-label":_e.labelCancel,type:"reset",variant:S.primary?"primary":"tertiary",onClick:(0,I.withModifiers)(ee.cancel,["stop","prevent"])},{icon:(0,N.k6)(()=>[(0,N.bF)(P,{size:20})]),_:1},8,["aria-label","variant","onClick"])],32)])}const U=(0,d._)(G,[["render",x],["__scopeId","data-v-dd457d48"]])},2799:($t,We,a)=>{"use strict";a.d(We,{N:()=>ee});var e=a(20641),i=a(90033),c=a(50953),v=a(53751),N=a(82253),I=a(34163),d=a(97172),G=a(26905),j=a(47031),Q=a(52697);const x={class:"input-field__main-wrapper"},U=["id","aria-describedby","disabled","placeholder","type","value"],T=["for"],_={class:"input-field__icon input-field__icon--leading"},S={key:2,class:"input-field__icon input-field__icon--trailing"},K=["id"],_e=(0,e.pM)({inheritAttrs:!1,__name:"NcInputField",props:(0,e.zz)({class:{default:""},inputClass:{default:""},id:{default:()=>(0,I.c)()},label:{default:void 0},labelOutside:{type:Boolean},type:{default:"text"},placeholder:{default:void 0},showTrailingButton:{type:Boolean},trailingButtonLabel:{default:void 0},success:{type:Boolean},error:{type:Boolean},helperText:{default:""},disabled:{type:Boolean},pill:{type:Boolean}},{modelValue:{required:!0},modelModifiers:{}}),emits:(0,e.zz)(["trailingButtonClick"],["update:modelValue"]),setup(H,{expose:xe,emit:P}){const ce=(0,e.fn)(H,"modelValue"),Ce=H,ke=P;xe({focus:ai,select:Ft});const J=(0,e.OA)(),ye=(0,e.rk)("input"),Xe=(0,e.EW)(()=>Ce.showTrailingButton||Ce.success),ui=(0,e.EW)(()=>{if(Ce.placeholder)return Ce.placeholder;if(Ce.label)return d.i?Ce.label:""}),ht=(0,e.EW)(()=>{const He=Ce.label||Ce.labelOutside;return He||(0,e.R8)("You need to add a label to the NcInputField component. Either use the prop label or use an external one, as per the example in the documentation."),He}),_t=(0,e.EW)(()=>{const He=[];return Ce.helperText&&He.push(`${Ce.id}-helper-text`),J["aria-describedby"]&&He.push(String(J["aria-describedby"])),He.join(" ")||void 0});function ai(He){ye.value.focus(He)}function Ft(){ye.value.select()}function jt(He){const ut=He.target;ce.value=Ce.type==="number"&&typeof ce.value=="number"?parseFloat(ut.value):ut.value}return(He,ut)=>((0,e.uX)(),(0,e.CE)("div",{class:(0,i.normalizeClass)(["input-field",[{"input-field--disabled":He.disabled,"input-field--error":He.error,"input-field--label-outside":He.labelOutside||!ht.value,"input-field--leading-icon":!!He.$slots.icon,"input-field--trailing-icon":Xe.value,"input-field--pill":He.pill,"input-field--success":He.success,"input-field--legacy":(0,c.R1)(d.i)},He.$props.class]])},[(0,e.Lk)("div",x,[(0,e.Lk)("input",(0,e.v6)(He.$attrs,{id:He.id,ref:"input","aria-describedby":_t.value,"aria-live":"polite",class:["input-field__input",He.inputClass],disabled:He.disabled,placeholder:ui.value,type:He.type,value:ce.value.toString(),onInput:jt}),null,16,U),!He.labelOutside&&ht.value?((0,e.uX)(),(0,e.CE)("label",{key:0,class:"input-field__label",for:He.id},(0,i.toDisplayString)(He.label),9,T)):(0,e.Q3)("",!0),(0,e.bo)((0,e.Lk)("div",_,[(0,e.RG)(He.$slots,"icon",{},void 0,!0)],512),[[v.vShow,!!He.$slots.icon]]),He.showTrailingButton?((0,e.uX)(),(0,e.Wv)((0,c.R1)(G.N),{key:1,class:"input-field__trailing-button","aria-label":He.trailingButtonLabel,disabled:He.disabled,variant:"tertiary-no-background",onClick:ut[0]||(ut[0]=Ot=>ke("trailingButtonClick",Ot))},{icon:(0,e.k6)(()=>[(0,e.RG)(He.$slots,"trailing-button-icon",{},void 0,!0)]),_:3},8,["aria-label","disabled"])):He.success||He.error?((0,e.uX)(),(0,e.CE)("div",S,[He.success?((0,e.uX)(),(0,e.Wv)((0,c.R1)(j.N),{key:0,path:(0,c.R1)(N.d)},null,8,["path"])):((0,e.uX)(),(0,e.Wv)((0,c.R1)(j.N),{key:1,path:(0,c.R1)(N.f)},null,8,["path"]))])):(0,e.Q3)("",!0)]),He.helperText?((0,e.uX)(),(0,e.CE)("p",{key:0,id:`${He.id}-helper-text`,class:"input-field__helper-text-message"},[He.success?((0,e.uX)(),(0,e.Wv)((0,c.R1)(j.N),{key:0,class:"input-field__helper-text-message__icon",path:(0,c.R1)(N.d),inline:""},null,8,["path"])):He.error?((0,e.uX)(),(0,e.Wv)((0,c.R1)(j.N),{key:1,class:"input-field__helper-text-message__icon",path:(0,c.R1)(N.f),inline:""},null,8,["path"])):(0,e.Q3)("",!0),(0,e.eW)(" "+(0,i.toDisplayString)(He.helperText),1)],8,K)):(0,e.Q3)("",!0)],2))}}),ee=(0,Q._)(_e,[["__scopeId","data-v-3487c05a"]])},82683:($t,We,a)=>{"use strict";a.d(We,{N:()=>Q});var e=a(20641),i=a(90033),c=a(13606),v=a(42413),N=a(52697);(0,c.r)();const I=(0,e.pM)({__name:"NcKbd",props:{symbol:{default:()=>{}},mac:{type:Boolean,default:()=>v.i}},setup(x){const U=(0,e.EW)(()=>({ArrowUp:"\u2191",ArrowDown:"\u2193",ArrowLeft:"\u2190",ArrowRight:"\u2192",Control:x.mac?"\u2318":(0,c.a)("Ctrl"),Alt:x.mac?"\u2325":(0,c.a)("Alt"),Shift:x.mac?"\u21E7":(0,c.a)("Shift"),Enter:x.mac?"\u23CE":(0,c.a)("Enter"),Tab:x.mac?"\u21E5":(0,c.a)("Tab"),Delete:x.mac?"\u232B":(0,c.a)("Delete"),Escape:x.mac?"\u238B":(0,c.a)("Escape"),Space:(0,c.a)("Space")})),T=(0,e.EW)(()=>x.symbol&&U.value[x.symbol]||x.symbol);return(_,S)=>((0,e.uX)(),(0,e.CE)("kbd",{class:(0,i.normalizeClass)(_.$style.kbd)},[(0,e.RG)(_.$slots,"default",{},()=>[(0,e.eW)((0,i.toDisplayString)(T.value),1)])],2))}}),j={$style:{"material-design-icon":"_material-design-icon_lf0a1_12",kbd:"_kbd_lf0a1_20"}},Q=(0,N._)(I,[["__cssModules",j]])},81143:($t,We,a)=>{"use strict";a.d(We,{N:()=>xe});var e=a(39867),i=a(74754),c=a(24597),v=a(20641),N=a(90033),I=a(53751),d=a(52697);const G={name:"NcListItem",components:{NcActions:e.N,NcCounterBubble:i.N,NcVNodes:c._},inheritAttrs:!1,props:{details:{type:String,default:""},name:{type:String,default:void 0},to:{type:[String,Object],default:null},href:{type:String,default:"#"},target:{type:String,default:""},anchorId:{type:String,default:""},bold:{type:Boolean,default:!1},compact:{type:Boolean,default:!1},active:{type:Boolean,default:void 0},linkAriaLabel:{type:String,default:""},actionsAriaLabel:{type:String,default:void 0},counterNumber:{type:[Number,String],default:0},counterType:{type:String,default:"",validator(P){return["highlighted","outlined",""].indexOf(P)!==-1}},forceDisplayActions:{type:Boolean,default:!1},forceMenu:{type:Boolean,default:!1},oneLine:{type:Boolean,default:!1}},emits:["click","update:menuOpen"],data(){return{hovered:!1,hasActions:!1,hasSubname:!1,displayActionsOnHoverFocus:!1,menuOpen:!1,hasIndicator:!1,hasDetails:!1}},computed:{showAdditionalElements(){return!this.displayActionsOnHoverFocus||this.forceDisplayActions},showDetails(){return(this.details!==""||this.hasDetails)&&(!this.displayActionsOnHoverFocus||this.forceDisplayActions)}},watch:{menuOpen(P){!P&&!this.hovered&&(this.displayActionsOnHoverFocus=!1)}},mounted(){this.checkSlots()},updated(){this.checkSlots()},methods:{onClick(P,ce,Ce){this.$emit("click",P),!(P.metaKey||P.altKey||P.ctrlKey||P.shiftKey)&&Ce&&(ce?.(P),P.preventDefault())},showActions(){this.hasActions&&(this.displayActionsOnHoverFocus=!0),this.hovered=!1},hideActions(){this.displayActionsOnHoverFocus=!1},handleBlur(P){this.menuOpen||this.$refs["list-item"]?.contains(P.relatedTarget)||this.hideActions()},handleMouseleave(){this.menuOpen||(this.displayActionsOnHoverFocus=!1),this.hovered=!1},handleMouseover(){this.showActions(),this.hovered=!0},handleActionsUpdateOpen(P){this.menuOpen=P,this.$emit("update:menuOpen",P)},checkSlots(){this.hasActions!==!!this.$slots.actions&&(this.hasActions=!!this.$slots.actions),this.hasSubname!==!!this.$slots.subname&&(this.hasSubname=!!this.$slots.subname),this.hasIndicator!==!!this.$slots.indicator&&(this.hasIndicator=!!this.$slots.indicator),this.hasDetails!==!!this.$slots.details&&(this.hasDetails=!!this.$slots.details)}}},j=["id","aria-label","href","target","rel","onClick"],Q={class:"list-item-content"},x={class:"list-item-content__main"},U={class:"list-item-content__name"},T={class:"list-item-content__details"},_={key:0,class:"list-item-details__details"},S={key:1,class:"list-item-details__extra"},K={key:1,class:"list-item-details__indicator"},_e={key:0,class:"list-item-content__extra-actions"},ee={key:2,class:"list-item__extra"};function H(P,ce,Ce,ke,J,ye){const Xe=(0,v.g2)("NcCounterBubble"),ui=(0,v.g2)("NcActions");return(0,v.uX)(),(0,v.Wv)((0,v.$y)(Ce.to?"router-link":"NcVNodes"),(0,N.normalizeProps)((0,v.Ng)({...Ce.to&&{custom:!0,to:Ce.to}})),{default:(0,v.k6)(({href:ht,navigate:_t,isActive:ai})=>[(0,v.Lk)("li",(0,v.v6)({class:["list-item__wrapper",{"list-item__wrapper--active":Ce.active??ai}]},P.$attrs),[(0,v.Lk)("div",{ref:"list-item",class:(0,N.normalizeClass)(["list-item",{"list-item--compact":Ce.compact,"list-item--one-line":Ce.oneLine}]),onMouseover:ce[4]||(ce[4]=(...Ft)=>ye.handleMouseover&&ye.handleMouseover(...Ft)),onMouseleave:ce[5]||(ce[5]=(...Ft)=>ye.handleMouseleave&&ye.handleMouseleave(...Ft))},[(0,v.Lk)("a",{id:Ce.anchorId||void 0,"aria-label":Ce.linkAriaLabel,class:"list-item__anchor",href:ht||Ce.href,target:Ce.target||(Ce.href==="#"?void 0:"_blank"),rel:Ce.href==="#"?void 0:"noopener noreferrer",onFocus:ce[0]||(ce[0]=(...Ft)=>ye.showActions&&ye.showActions(...Ft)),onFocusout:ce[1]||(ce[1]=(...Ft)=>ye.handleBlur&&ye.handleBlur(...Ft)),onClick:Ft=>ye.onClick(Ft,_t,ht),onKeydown:ce[2]||(ce[2]=(0,I.withKeys)((...Ft)=>ye.hideActions&&ye.hideActions(...Ft),["esc"]))},[(0,v.RG)(P.$slots,"icon",{},void 0,!0),(0,v.Lk)("div",Q,[(0,v.Lk)("div",x,[(0,v.Lk)("div",U,[(0,v.RG)(P.$slots,"name",{},()=>[(0,v.eW)((0,N.toDisplayString)(Ce.name),1)],!0)]),J.hasSubname?((0,v.uX)(),(0,v.CE)("div",{key:0,class:(0,N.normalizeClass)(["list-item-content__subname",{"list-item-content__subname--bold":Ce.bold}])},[(0,v.RG)(P.$slots,"subname",{},void 0,!0)],2)):(0,v.Q3)("",!0)]),(0,v.Lk)("div",T,[ye.showDetails?((0,v.uX)(),(0,v.CE)("div",_,[(0,v.RG)(P.$slots,"details",{},()=>[(0,v.eW)((0,N.toDisplayString)(Ce.details),1)],!0)])):(0,v.Q3)("",!0),Ce.counterNumber!==0||J.hasIndicator?(0,v.bo)(((0,v.uX)(),(0,v.CE)("div",S,[Ce.counterNumber!==0?((0,v.uX)(),(0,v.Wv)(Xe,{key:0,count:Ce.counterNumber,active:Ce.active??ai,class:"list-item-details__counter",type:Ce.counterType},null,8,["count","active","type"])):(0,v.Q3)("",!0),J.hasIndicator?((0,v.uX)(),(0,v.CE)("span",K,[(0,v.RG)(P.$slots,"indicator",{},void 0,!0)])):(0,v.Q3)("",!0)],512)),[[I.vShow,ye.showAdditionalElements]]):(0,v.Q3)("",!0)])])],40,j),P.$slots["extra-actions"]?((0,v.uX)(),(0,v.CE)("div",_e,[(0,v.RG)(P.$slots,"extra-actions",{},void 0,!0)])):(0,v.Q3)("",!0),Ce.forceDisplayActions||J.displayActionsOnHoverFocus?((0,v.uX)(),(0,v.CE)("div",{key:1,class:"list-item-content__actions",onFocusout:ce[3]||(ce[3]=(...Ft)=>ye.handleBlur&&ye.handleBlur(...Ft))},[(0,v.bF)(ui,{ref:"actions",primary:Ce.active??ai,"force-menu":Ce.forceMenu,"aria-label":Ce.actionsAriaLabel,"onUpdate:open":ye.handleActionsUpdateOpen},(0,v.eX)({default:(0,v.k6)(()=>[(0,v.RG)(P.$slots,"actions",{},void 0,!0)]),_:2},[P.$slots["actions-icon"]?{name:"icon",fn:(0,v.k6)(()=>[(0,v.RG)(P.$slots,"actions-icon",{},void 0,!0)]),key:"0"}:void 0]),1032,["primary","force-menu","aria-label","onUpdate:open"])],32)):(0,v.Q3)("",!0),P.$slots.extra?((0,v.uX)(),(0,v.CE)("div",ee,[(0,v.RG)(P.$slots,"extra",{},void 0,!0)])):(0,v.Q3)("",!0)],34)],16)]),_:3},16)}const xe=(0,d._)(G,[["render",H],["__scopeId","data-v-532f3807"]])},15054:($t,We,a)=>{"use strict";a.d(We,{N:()=>xe});var e=a(70580),i=a(67098),c=a(20641),v=a(90033),N=a(27359),I=a(37169),d=a(1940),G=a(52697),j=a(78074),Q=a(42531),x=a(47031);const U=8,T=32,_={name:"NcListItemIcon",components:{NcAvatar:j.N,NcHighlight:Q._,NcIconSvgWrapper:x.N},mixins:[j.u],props:{name:{type:String,required:!0},subname:{type:String,default:""},icon:{type:String,default:""},iconSvg:{type:String,default:""},iconName:{type:String,default:""},search:{type:String,default:""},avatarSize:{type:Number,default:T},noMargin:{type:Boolean,default:!1},displayName:{type:String,default:null},isNoUser:{type:Boolean,default:!1},id:{type:String,default:null}},setup(){return{margin:U,defaultSize:T}},computed:{hasIcon(){return this.icon!==""},hasIconSvg(){return this.iconSvg!==""},isValidSubname(){return this.subname?.trim?.()!==""},isSizeBigEnough(){return this.avatarSize>=26},cssVars(){const P=this.noMargin?0:this.margin;return{"--height":this.avatarSize+2*P+"px","--margin":this.margin+"px"}},searchParts(){const P=/^([^<]*)<([^>]+)>?$/,ce=this.search.match(P);return this.isNoUser||!ce?[this.search,this.search]:[ce[1].trim(),ce[2]]}},beforeMount(){!this.isNoUser&&!this.subname&&this.fetchUserStatus(this.user)}},S=["id"],K={class:"option__details"},_e={key:1},ee=["aria-label"];function H(P,ce,Ce,ke,J,ye){const Xe=(0,c.g2)("NcAvatar"),ui=(0,c.g2)("NcHighlight"),ht=(0,c.g2)("NcIconSvgWrapper");return(0,c.uX)(),(0,c.CE)("span",{id:Ce.id,class:(0,v.normalizeClass)(["option",{"option--compact":Ce.avatarSize<ke.defaultSize}]),style:(0,v.normalizeStyle)(ye.cssVars)},[(0,c.bF)(Xe,(0,c.v6)(P.$attrs,{"disable-menu":!0,"disable-tooltip":!0,"display-name":Ce.displayName||Ce.name,"is-no-user":Ce.isNoUser,size:Ce.avatarSize,class:"option__avatar"}),null,16,["display-name","is-no-user","size"]),(0,c.Lk)("div",K,[(0,c.bF)(ui,{class:"option__lineone",text:Ce.name,search:ye.searchParts[0]},null,8,["text","search"]),ye.isValidSubname&&ye.isSizeBigEnough?((0,c.uX)(),(0,c.Wv)(ui,{key:0,class:"option__linetwo",text:Ce.subname,search:ye.searchParts[1]},null,8,["text","search"])):P.hasStatus?((0,c.uX)(),(0,c.CE)("span",_e,[(0,c.Lk)("span",null,(0,v.toDisplayString)(P.userStatus.icon),1),(0,c.Lk)("span",null,(0,v.toDisplayString)(P.userStatus.message),1)])):(0,c.Q3)("",!0)]),(0,c.RG)(P.$slots,"default",{},()=>[ye.hasIconSvg?((0,c.uX)(),(0,c.Wv)(ht,{key:0,class:"option__icon",svg:Ce.iconSvg,name:Ce.iconName},null,8,["svg","name"])):ye.hasIcon?((0,c.uX)(),(0,c.CE)("span",{key:1,class:(0,v.normalizeClass)(["icon option__icon",Ce.icon]),"aria-label":Ce.iconName},null,10,ee)):(0,c.Q3)("",!0)],!0)],14,S)}const xe=(0,G._)(_,[["render",H],["__scopeId","data-v-60a83836"]])},74363:($t,We,a)=>{"use strict";a.d(We,{N:()=>Q});var e=a(20641),i=a(90033),c=a(52697);const v=["aria-label"],N=["width","height"],I=["fill"],d=["fill"],G={key:0},j=(0,e.pM)({__name:"NcLoadingIcon",props:{appearance:{default:"auto"},name:{default:""},size:{default:20}},setup(x){const U=x,T=(0,e.EW)(()=>{const _=["#777","#CCC"];return U.appearance==="light"?_:U.appearance==="dark"?_.reverse():["var(--color-loading-light)","var(--color-loading-dark)"]});return(_,S)=>((0,e.uX)(),(0,e.CE)("span",{"aria-label":_.name,role:"img",class:"material-design-icon loading-icon"},[((0,e.uX)(),(0,e.CE)("svg",{width:_.size,height:_.size,viewBox:"0 0 24 24"},[(0,e.Lk)("path",{fill:T.value[0],d:"M12,4V2A10,10 0 1,0 22,12H20A8,8 0 1,1 12,4Z"},null,8,I),(0,e.Lk)("path",{fill:T.value[1],d:"M12,4V2A10,10 0 0,1 22,12H20A8,8 0 0,0 12,4Z"},[_.name?((0,e.uX)(),(0,e.CE)("title",G,(0,i.toDisplayString)(_.name),1)):(0,e.Q3)("",!0)],8,d)],8,N))],8,v))}}),Q=(0,c._)(j,[["__scopeId","data-v-cf399190"]])},1940:($t,We,a)=>{"use strict";a.d(We,{g:()=>c});var e=a(63814),i=a(37169);function c(v,N){const I=(N?.size||64)<=64?64:512,d=N?.isGuest?"/guest":"",G=N?.isDarkTheme??(0,i.H)(document.body)?"/dark":"";return(0,e.Jv)(`/avatar${d}/{user}/{size}${G}`,{user:v,size:I})}},66197:($t,We,a)=>{"use strict";a.d(We,{N:()=>Yi});var e=a(82253),i=a(61715),c=a(75078),v=a(20641),N=a(90033),I=a(53751),d=a(70561),G=a(52697),j=a(13606),Q=a(34163),x=a(60648),U=a(39867),T=a(26905),_=a(47031);const S={name:"PauseIcon",emits:["click"],props:{title:{type:String},fillColor:{type:String,default:"currentColor"},size:{type:Number,default:24}}},K=["aria-hidden","aria-label"],_e=["fill","width","height"],ee={d:"M14,19H18V5H14M6,19H10V5H6V19Z"},H={key:0};function xe(wi,Lt,di,Vt,pn,oi){return(0,v.uX)(),(0,v.CE)("span",(0,v.v6)(wi.$attrs,{"aria-hidden":di.title?null:"true","aria-label":di.title,class:"material-design-icon pause-icon",role:"img",onClick:Lt[0]||(Lt[0]=ni=>wi.$emit("click",ni))}),[((0,v.uX)(),(0,v.CE)("svg",{fill:di.fillColor,class:"material-design-icon__svg",width:di.size,height:di.size,viewBox:"0 0 24 24"},[(0,v.Lk)("path",ee,[di.title?((0,v.uX)(),(0,v.CE)("title",H,(0,N.toDisplayString)(di.title),1)):(0,v.Q3)("",!0)])],8,_e))],16,K)}const P=(0,G._)(S,[["render",xe]]),ce={name:"PlayIcon",emits:["click"],props:{title:{type:String},fillColor:{type:String,default:"currentColor"},size:{type:Number,default:24}}},Ce=["aria-hidden","aria-label"],ke=["fill","width","height"],J={d:"M8,5.14V19.14L19,12.14L8,5.14Z"},ye={key:0};function Xe(wi,Lt,di,Vt,pn,oi){return(0,v.uX)(),(0,v.CE)("span",(0,v.v6)(wi.$attrs,{"aria-hidden":di.title?null:"true","aria-label":di.title,class:"material-design-icon play-icon",role:"img",onClick:Lt[0]||(Lt[0]=ni=>wi.$emit("click",ni))}),[((0,v.uX)(),(0,v.CE)("svg",{fill:di.fillColor,class:"material-design-icon__svg",width:di.size,height:di.size,viewBox:"0 0 24 24"},[(0,v.Lk)("path",J,[di.title?((0,v.uX)(),(0,v.CE)("title",ye,(0,N.toDisplayString)(di.title),1)):(0,v.Q3)("",!0)])],8,ke))],16,Ce)}const ui=(0,G._)(ce,[["render",Xe]]);(0,j.r)(j.p,j.o);function ht(wi,Lt){let di,Vt,pn=Lt,oi;this.start=function(){oi=!0,Vt=new Date,di=setTimeout(wi,pn)},this.pause=function(){oi=!1,clearTimeout(di),pn-=new Date-Vt},this.clear=function(){oi=!1,clearTimeout(di),pn=0},this.getTimeLeft=function(){return oi&&(this.pause(),this.start()),pn},this.getStateRunning=function(){return oi},this.start()}const _t={name:"NcModal",components:{Close:d.I,Pause:P,Play:ui,NcActions:U.N,NcButton:T.N,NcIconSvgWrapper:_.N},props:{name:{type:String,default:""},hasPrevious:{type:Boolean,default:!1},hasNext:{type:Boolean,default:!1},outTransition:{type:Boolean,default:!1},enableSlideshow:{type:Boolean,default:!1},slideshowDelay:{type:Number,default:5e3},slideshowPaused:{type:Boolean,default:!1},disableSwipe:{type:Boolean,default:!1},spreadNavigation:{type:Boolean,default:!1},size:{type:String,default:"normal",validator:wi=>["small","normal","large","full"].includes(wi)},noClose:{type:Boolean,default:!1},closeOnClickOutside:{type:Boolean,default:!1},dark:{type:Boolean,default:!1},lightBackdrop:{type:Boolean,default:!1},container:{type:[String,null],default:"body"},closeButtonOutside:{type:Boolean,default:!1},additionalTrapElements:{type:Array,default:()=>[]},inlineActions:{type:Number,default:0},show:{type:Boolean,default:void 0},labelId:{type:String,default:""},setReturnFocus:{default:void 0,type:[Boolean,HTMLElement,SVGElement,String]}},emits:["previous","next","close","update:show"],setup(){return{mdiChevronLeft:e.x,mdiChevronRight:e.c}},data(){return{mc:null,playing:!1,slideshowTimeout:null,iconSize:24,focusTrap:null,randId:(0,Q.c)(),internalShow:!0}},computed:{modalLabelId(){return this.labelId||`modal-name-${this.randId}`},showModal(){return this.show===void 0?this.internalShow:this.show},modalTransitionName(){return`modal-${this.outTransition?"out":"in"}`},playPauseName(){return this.playing?(0,j.a)("Pause slideshow"):(0,j.a)("Start slideshow")},cssVariables(){return{"--slideshow-duration":this.slideshowDelay+"ms","--icon-size":this.iconSize+"px"}},closeButtonAriaLabel(){return(0,j.a)("Close")},prevButtonAriaLabel(){return(0,j.a)("Previous")},nextButtonAriaLabel(){return(0,j.a)("Next")}},watch:{slideshowPaused(wi){this.slideshowTimeout&&(wi?this.slideshowTimeout.pause():this.slideshowTimeout.start())},additionalTrapElements(wi){if(this.focusTrap){const Lt=this.$refs.mask;this.focusTrap.updateContainerElements([Lt,...wi])}}},beforeMount(){window.addEventListener("keydown",this.handleKeydown)},beforeUnmount(){window.removeEventListener("keydown",this.handleKeydown),this.mc.stop()},mounted(){!this.name&&!this.labelId&&(0,v.R8)("[NcModal] You need either set the name or set a `labelId` for accessibility."),this.useFocusTrap(),this.mc=(0,i.o__)(this.$refs.mask,{onSwipeEnd:this.handleSwipe}),this.container&&(this.container==="body"?document.body.insertBefore(this.$el,document.body.lastChild):document.querySelector(this.container).appendChild(this.$el))},unmounted(){this.clearFocusTrap(),this.$el.remove()},methods:{t:j.a,previous(wi){this.hasPrevious&&(wi&&this.resetSlideshow(),this.$emit("previous",wi))},next(wi){this.hasNext&&(wi&&this.resetSlideshow(),this.$emit("next",wi))},close(wi){this.noClose||(this.internalShow=!1,this.$emit("update:show",!1),setTimeout(()=>{this.$emit("close",wi)},300))},handleClickModalWrapper(wi){this.closeOnClickOutside&&this.close(wi)},handleKeydown(wi){if(wi.key==="Escape"){const di=(0,x.g)();return di.length>0&&di[di.length-1]!==this.focusTrap?void 0:this.close(wi)}const Lt={ArrowLeft:this.previous,ArrowRight:this.next};if(Lt[wi.key])return document.activeElement&&!this.$el.contains(document.activeElement)?void 0:Lt[wi.key](wi)},handleSwipe(wi,Lt){this.disableSwipe||(Lt==="left"?this.next(wi):Lt==="right"&&this.previous(wi))},togglePlayPause(){this.playing=!this.playing,this.playing?this.handleSlideshow():this.clearSlideshowTimeout()},resetSlideshow(){this.playing=!this.playing,this.clearSlideshowTimeout(),this.$nextTick(function(){this.togglePlayPause()})},handleSlideshow(){this.playing=!0,this.hasNext?this.slideshowTimeout=new ht(()=>{this.next(),this.handleSlideshow()},this.slideshowDelay):(this.playing=!1,this.clearSlideshowTimeout())},clearSlideshowTimeout(){this.slideshowTimeout&&this.slideshowTimeout.clear()},async useFocusTrap(){if(!this.showModal||this.focusTrap)return;const wi=this.$refs.mask;await this.$nextTick();const Lt={allowOutsideClick:!0,fallbackFocus:wi,trapStack:(0,x.g)(),escapeDeactivates:!1,setReturnFocus:this.setReturnFocus};this.focusTrap=(0,c.K)([wi,...this.additionalTrapElements],Lt),this.focusTrap.activate()},clearFocusTrap(){this.focusTrap&&(this.focusTrap?.deactivate(),this.focusTrap=null)}}},ai=["aria-labelledby","aria-describedby"],Ft=["data-theme-light","data-theme-dark"],jt=["id"],He={class:"icons-menu"},ut=["title"],Ot={class:"hidden-visually"},Gt={key:2,class:"progress-ring",height:"50",width:"50"},ri=["id"],Ii={class:"modal-container__content"};function Li(wi,Lt,di,Vt,pn,oi){const ni=(0,v.g2)("Play"),Ei=(0,v.g2)("Pause"),An=(0,v.g2)("NcActions"),En=(0,v.g2)("Close"),Qi=(0,v.g2)("NcButton"),Yt=(0,v.g2)("NcIconSvgWrapper");return(0,v.uX)(),(0,v.Wv)(I.Transition,{name:"fade",appear:"",onAfterEnter:oi.useFocusTrap,onBeforeLeave:oi.clearFocusTrap},{default:(0,v.k6)(()=>[(0,v.bo)((0,v.Lk)("div",{ref:"mask",class:(0,N.normalizeClass)(["modal-mask",{"modal-mask--opaque":di.dark||di.closeButtonOutside||di.hasPrevious||di.hasNext,"modal-mask--light":di.lightBackdrop}]),style:(0,N.normalizeStyle)(oi.cssVariables),role:"dialog","aria-modal":"true","aria-labelledby":oi.modalLabelId,"aria-describedby":"modal-description-"+pn.randId,tabindex:"-1"},[(0,v.bF)(I.Transition,{name:"fade-visibility",appear:""},{default:(0,v.k6)(()=>[(0,v.Lk)("div",{class:"modal-header","data-theme-light":di.lightBackdrop,"data-theme-dark":!di.lightBackdrop},[di.name.trim()!==""?((0,v.uX)(),(0,v.CE)("h2",{key:0,id:"modal-name-"+pn.randId,class:"modal-header__name"},(0,N.toDisplayString)(di.name),9,jt)):(0,v.Q3)("",!0),(0,v.Lk)("div",He,[di.hasNext&&di.enableSlideshow?((0,v.uX)(),(0,v.CE)("button",{key:0,class:(0,N.normalizeClass)(["play-pause-icons",{"play-pause-icons--paused":di.slideshowPaused}]),title:oi.playPauseName,type:"button",onClick:Lt[0]||(Lt[0]=(...Ut)=>oi.togglePlayPause&&oi.togglePlayPause(...Ut))},[pn.playing?((0,v.uX)(),(0,v.Wv)(Ei,{key:1,class:"play-pause-icons__pause",size:pn.iconSize},null,8,["size"])):((0,v.uX)(),(0,v.Wv)(ni,{key:0,class:"play-pause-icons__play",size:pn.iconSize},null,8,["size"])),(0,v.Lk)("span",Ot,(0,N.toDisplayString)(oi.playPauseName),1),pn.playing?((0,v.uX)(),(0,v.CE)("svg",Gt,[...Lt[2]||(Lt[2]=[(0,v.Lk)("circle",{class:"progress-ring__circle",stroke:"white","stroke-width":"2",fill:"transparent",r:"15",cx:"25",cy:"25"},null,-1)])])):(0,v.Q3)("",!0)],10,ut)):(0,v.Q3)("",!0),(0,v.bF)(An,{class:"header-actions",inline:di.inlineActions},{default:(0,v.k6)(()=>[(0,v.RG)(wi.$slots,"actions",{},void 0,!0)]),_:3},8,["inline"]),!di.noClose&&di.closeButtonOutside?((0,v.uX)(),(0,v.Wv)(Qi,{key:1,"aria-label":oi.closeButtonAriaLabel,class:"header-close",variant:"tertiary",onClick:oi.close},{icon:(0,v.k6)(()=>[(0,v.bF)(En,{size:pn.iconSize},null,8,["size"])]),_:1},8,["aria-label","onClick"])):(0,v.Q3)("",!0)])],8,Ft)]),_:3}),(0,v.bF)(I.Transition,{name:oi.modalTransitionName,appear:""},{default:(0,v.k6)(()=>[(0,v.bo)((0,v.Lk)("div",{class:(0,N.normalizeClass)(["modal-wrapper",[`modal-wrapper--${di.size}`,{"modal-wrapper--spread-navigation":di.spreadNavigation}]]),onMousedown:Lt[1]||(Lt[1]=(0,I.withModifiers)((...Ut)=>oi.handleClickModalWrapper&&oi.handleClickModalWrapper(...Ut),["self"]))},[(0,v.bF)(I.Transition,{name:"fade-visibility",appear:""},{default:(0,v.k6)(()=>[(0,v.bo)((0,v.bF)(Qi,{"aria-label":oi.prevButtonAriaLabel,class:"prev",variant:"tertiary-no-background",onClick:oi.previous},{icon:(0,v.k6)(()=>[(0,v.bF)(Yt,{directional:"",path:Vt.mdiChevronLeft,size:40},null,8,["path"])]),_:1},8,["aria-label","onClick"]),[[I.vShow,di.hasPrevious]])]),_:1}),(0,v.Lk)("div",{id:"modal-description-"+pn.randId,class:"modal-container"},[(0,v.Lk)("div",Ii,[(0,v.RG)(wi.$slots,"default",{},void 0,!0)]),!di.noClose&&!di.closeButtonOutside?((0,v.uX)(),(0,v.Wv)(Qi,{key:0,"aria-label":oi.closeButtonAriaLabel,class:"modal-container__close",variant:"tertiary",onClick:oi.close},{icon:(0,v.k6)(()=>[(0,v.bF)(En,{size:20})]),_:1},8,["aria-label","onClick"])):(0,v.Q3)("",!0)],8,ri),(0,v.bF)(I.Transition,{name:"fade-visibility",appear:""},{default:(0,v.k6)(()=>[(0,v.bo)((0,v.bF)(Qi,{"aria-label":oi.nextButtonAriaLabel,class:"next",variant:"tertiary-no-background",onClick:oi.next},{icon:(0,v.k6)(()=>[(0,v.bF)(Yt,{directional:"",path:Vt.mdiChevronRight,size:40},null,8,["path"])]),_:1},8,["aria-label","onClick"]),[[I.vShow,di.hasNext]])]),_:1})],34),[[I.vShow,oi.showModal]])]),_:3},8,["name"])],14,ai),[[I.vShow,oi.showModal]])]),_:3},8,["onAfterEnter","onBeforeLeave"])}const Yi=(0,G._)(_t,[["render",Li],["__scopeId","data-v-70dc2566"]])},2530:($t,We,a)=>{"use strict";a.d(We,{N:()=>U});var e=a(20641),i=a(90033),c=a(50953),v=a(82253),N=a(97172),I=a(47031),d=a(52697);const G=["role"],j={key:0,class:"notecard__heading"},Q={class:"notecard__text"},x=(0,e.pM)({__name:"NcNoteCard",props:{heading:{default:void 0},showAlert:{type:Boolean},text:{default:void 0},type:{default:"warning"}},setup(T){const _=T,S=(0,e.EW)(()=>_.showAlert||_.type==="error"),K=(0,e.EW)(()=>{switch(_.type){case"error":return v.j;case"success":return v.i;case"info":return v.h;case"warning":default:return v.g}});return(_e,ee)=>((0,e.uX)(),(0,e.CE)("div",{class:(0,i.normalizeClass)(["notecard",{[`notecard--${_e.type}`]:_e.type,"notecard--legacy":(0,c.R1)(N.i)}]),role:S.value?"alert":"note"},[(0,e.RG)(_e.$slots,"icon",{},()=>[(0,e.bF)((0,c.R1)(I.N),{path:K.value,class:(0,i.normalizeClass)(["notecard__icon",{"notecard__icon--heading":_e.heading}]),inline:""},null,8,["path","class"])],!0),(0,e.Lk)("div",null,[_e.heading?((0,e.uX)(),(0,e.CE)("p",j,(0,i.toDisplayString)(_e.heading),1)):(0,e.Q3)("",!0),(0,e.RG)(_e.$slots,"default",{},()=>[(0,e.Lk)("p",Q,(0,i.toDisplayString)(_e.text),1)],!0)])],10,G))}}),U=(0,d._)(x,[["__scopeId","data-v-7e4656f9"]])},80821:($t,We,a)=>{"use strict";a.d(We,{N:()=>_});var e=a(20641),i=a(50953),c=a(82253),v=a(66802),N=a(87485),I=a(63814),d=a(12454),G=a(47031),j=a(2799),Q=a(13606),x=a(3168),U=a(52697);(0,Q.r)();const T=(0,e.pM)({__name:"NcPasswordField",props:(0,e.zz)({class:{},inputClass:{default:""},id:{},label:{},labelOutside:{type:Boolean},placeholder:{},showTrailingButton:{type:Boolean,default:!0},success:{type:Boolean},error:{type:Boolean},helperText:{},disabled:{type:Boolean},pill:{type:Boolean},checkPasswordStrength:{type:Boolean},minlength:{default:void 0},asText:{type:Boolean}},{modelValue:{default:""},modelModifiers:{},visible:{type:Boolean,default:!1},visibleModifiers:{}}),emits:(0,e.zz)(["valid","invalid"],["update:modelValue","update:visible"]),setup(S,{expose:K,emit:_e}){const ee=(0,e.fn)(S,"modelValue"),H=(0,e.fn)(S,"visible"),xe=S,P=_e;(0,e.wB)(ee,(0,d.A)(ui,500)),K({focus:_t,select:ai});const{password_policy:ce}=(0,N.F)(),Ce=(0,e.rk)("inputField"),ke=(0,i.KR)(""),J=(0,i.KR)(),ye=(0,e.EW)(()=>{const Ft={...xe};return delete Ft.checkPasswordStrength,delete Ft.minlength,delete Ft.asText,delete Ft.error,delete Ft.helperText,delete Ft.inputClass,delete Ft.success,Ft}),Xe=(0,e.EW)(()=>xe.minlength??(xe.checkPasswordStrength?ce?.minLength:void 0)??void 0);async function ui(){if(xe.checkPasswordStrength)try{const{data:Ft}=await v.Ay.post((0,I.KT)("apps/password_policy/api/v1/validate"),{password:ee.value});if(J.value=Ft.ocs.data.passed,Ft.ocs.data.passed){ke.value=(0,Q.a)("Password is secure"),P("valid");return}ke.value=Ft.ocs.data.reason,P("invalid")}catch(Ft){x.l.error("Password policy returned an error",{error:Ft})}}function ht(){H.value=!H.value}function _t(Ft){Ce.value.focus(Ft)}function ai(){Ce.value.select()}return(Ft,jt)=>((0,e.uX)(),(0,e.Wv)(j.N,(0,e.v6)(ye.value,{ref:"inputField",modelValue:ee.value,"onUpdate:modelValue":jt[0]||(jt[0]=He=>ee.value=He),error:Ft.error||J.value===!1,"helper-text":Ft.helperText||ke.value,"input-class":[Ft.inputClass,{"password-field__input--secure-text":!H.value&&Ft.asText}],minlength:Xe.value,success:Ft.success||J.value===!0,"trailing-button-label":H.value?(0,i.R1)(Q.a)("Hide password"):(0,i.R1)(Q.a)("Show password"),type:H.value||Ft.asText?"text":"password",onTrailingButtonClick:ht}),(0,e.eX)({"trailing-button-icon":(0,e.k6)(()=>[(0,e.bF)(G.N,{path:H.value?(0,i.R1)(c.o):(0,i.R1)(c.p)},null,8,["path"])]),_:2},[Ft.$slots.icon?{name:"icon",fn:(0,e.k6)(()=>[(0,e.RG)(Ft.$slots,"icon",{},void 0,!0)]),key:"0"}:void 0]),1040,["modelValue","error","helper-text","input-class","minlength","success","trailing-button-label","type"]))}}),_=(0,U._)(T,[["__scopeId","data-v-b2684de6"]])},32696:($t,We,a)=>{"use strict";a.d(We,{N:()=>ea});var e=a(20641),i=a(90033),c=a(53751),v=a(50953),N=a(95361),I=a(97193);function d(re){var Ye;return((Ye=re.ownerDocument)==null?void 0:Ye.defaultView)||window}function G(re){return d(re).getComputedStyle(re)}const j=Math.min,Q=Math.max,x=Math.round;function U(re){const Ye=G(re);let Pt=parseFloat(Ye.width),Bi=parseFloat(Ye.height);const dn=re.offsetWidth,sa=re.offsetHeight,gn=x(Pt)!==dn||x(Bi)!==sa;return gn&&(Pt=dn,Bi=sa),{width:Pt,height:Bi,fallback:gn}}function T(re){return ee(re)?(re.nodeName||"").toLowerCase():""}let _;function S(){if(_)return _;const re=navigator.userAgentData;return re&&Array.isArray(re.brands)?(_=re.brands.map(Ye=>Ye.brand+"/"+Ye.version).join(" "),_):navigator.userAgent}function K(re){return re instanceof d(re).HTMLElement}function _e(re){return re instanceof d(re).Element}function ee(re){return re instanceof d(re).Node}function H(re){return typeof ShadowRoot>"u"?!1:re instanceof d(re).ShadowRoot||re instanceof ShadowRoot}function xe(re){const{overflow:Ye,overflowX:Pt,overflowY:Bi,display:dn}=G(re);return/auto|scroll|overlay|hidden|clip/.test(Ye+Bi+Pt)&&!["inline","contents"].includes(dn)}function P(re){return["table","td","th"].includes(T(re))}function ce(re){const Ye=/firefox/i.test(S()),Pt=G(re),Bi=Pt.backdropFilter||Pt.WebkitBackdropFilter;return Pt.transform!=="none"||Pt.perspective!=="none"||!!Bi&&Bi!=="none"||Ye&&Pt.willChange==="filter"||Ye&&!!Pt.filter&&Pt.filter!=="none"||["transform","perspective"].some(dn=>Pt.willChange.includes(dn))||["paint","layout","strict","content"].some(dn=>{const sa=Pt.contain;return sa!=null&&sa.includes(dn)})}function Ce(){return!/^((?!chrome|android).)*safari/i.test(S())}function ke(re){return["html","body","#document"].includes(T(re))}function J(re){return _e(re)?re:re.contextElement}const ye={x:1,y:1};function Xe(re){const Ye=J(re);if(!K(Ye))return ye;const Pt=Ye.getBoundingClientRect(),{width:Bi,height:dn,fallback:sa}=U(Ye);let gn=(sa?x(Pt.width):Pt.width)/Bi,tn=(sa?x(Pt.height):Pt.height)/dn;return gn&&Number.isFinite(gn)||(gn=1),tn&&Number.isFinite(tn)||(tn=1),{x:gn,y:tn}}function ui(re,Ye,Pt,Bi){var dn,sa;Ye===void 0&&(Ye=!1),Pt===void 0&&(Pt=!1);const gn=re.getBoundingClientRect(),tn=J(re);let bt=ye;Ye&&(Bi?_e(Bi)&&(bt=Xe(Bi)):bt=Xe(re));const sn=tn?d(tn):window,Oa=!Ce()&&Pt;let _r=(gn.left+(Oa&&((dn=sn.visualViewport)==null?void 0:dn.offsetLeft)||0))/bt.x,Qa=(gn.top+(Oa&&((sa=sn.visualViewport)==null?void 0:sa.offsetTop)||0))/bt.y,Rr=gn.width/bt.x,io=gn.height/bt.y;if(tn){const Do=d(tn),go=Bi&&_e(Bi)?d(Bi):Bi;let no=Do.frameElement;for(;no&&Bi&&go!==Do;){const fo=Xe(no),Xo=no.getBoundingClientRect(),hs=getComputedStyle(no);Xo.x+=(no.clientLeft+parseFloat(hs.paddingLeft))*fo.x,Xo.y+=(no.clientTop+parseFloat(hs.paddingTop))*fo.y,_r*=fo.x,Qa*=fo.y,Rr*=fo.x,io*=fo.y,_r+=Xo.x,Qa+=Xo.y,no=d(no).frameElement}}return{width:Rr,height:io,top:Qa,right:_r+Rr,bottom:Qa+io,left:_r,x:_r,y:Qa}}function ht(re){return((ee(re)?re.ownerDocument:re.document)||window.document).documentElement}function _t(re){return _e(re)?{scrollLeft:re.scrollLeft,scrollTop:re.scrollTop}:{scrollLeft:re.pageXOffset,scrollTop:re.pageYOffset}}function ai(re){return ui(ht(re)).left+_t(re).scrollLeft}function Ft(re){if(T(re)==="html")return re;const Ye=re.assignedSlot||re.parentNode||H(re)&&re.host||ht(re);return H(Ye)?Ye.host:Ye}function jt(re){const Ye=Ft(re);return ke(Ye)?Ye.ownerDocument.body:K(Ye)&&xe(Ye)?Ye:jt(Ye)}function He(re,Ye){var Pt;Ye===void 0&&(Ye=[]);const Bi=jt(re),dn=Bi===((Pt=re.ownerDocument)==null?void 0:Pt.body),sa=d(Bi);return dn?Ye.concat(sa,sa.visualViewport||[],xe(Bi)?Bi:[]):Ye.concat(Bi,He(Bi))}function ut(re,Ye,Pt){return Ye==="viewport"?(0,I.B1)(function(Bi,dn){const sa=d(Bi),gn=ht(Bi),tn=sa.visualViewport;let bt=gn.clientWidth,sn=gn.clientHeight,Oa=0,_r=0;if(tn){bt=tn.width,sn=tn.height;const Qa=Ce();(Qa||!Qa&&dn==="fixed")&&(Oa=tn.offsetLeft,_r=tn.offsetTop)}return{width:bt,height:sn,x:Oa,y:_r}}(re,Pt)):_e(Ye)?(0,I.B1)(function(Bi,dn){const sa=ui(Bi,!0,dn==="fixed"),gn=sa.top+Bi.clientTop,tn=sa.left+Bi.clientLeft,bt=K(Bi)?Xe(Bi):{x:1,y:1};return{width:Bi.clientWidth*bt.x,height:Bi.clientHeight*bt.y,x:tn*bt.x,y:gn*bt.y}}(Ye,Pt)):(0,I.B1)(function(Bi){const dn=ht(Bi),sa=_t(Bi),gn=Bi.ownerDocument.body,tn=Q(dn.scrollWidth,dn.clientWidth,gn.scrollWidth,gn.clientWidth),bt=Q(dn.scrollHeight,dn.clientHeight,gn.scrollHeight,gn.clientHeight);let sn=-sa.scrollLeft+ai(Bi);const Oa=-sa.scrollTop;return G(gn).direction==="rtl"&&(sn+=Q(dn.clientWidth,gn.clientWidth)-tn),{width:tn,height:bt,x:sn,y:Oa}}(ht(re)))}function Ot(re){return K(re)&&G(re).position!=="fixed"?re.offsetParent:null}function Gt(re){const Ye=d(re);let Pt=Ot(re);for(;Pt&&P(Pt)&&G(Pt).position==="static";)Pt=Ot(Pt);return Pt&&(T(Pt)==="html"||T(Pt)==="body"&&G(Pt).position==="static"&&!ce(Pt))?Ye:Pt||function(Bi){let dn=Ft(Bi);for(;K(dn)&&!ke(dn);){if(ce(dn))return dn;dn=Ft(dn)}return null}(re)||Ye}function ri(re,Ye,Pt){const Bi=K(Ye),dn=ht(Ye),sa=ui(re,!0,Pt==="fixed",Ye);let gn={scrollLeft:0,scrollTop:0};const tn={x:0,y:0};if(Bi||!Bi&&Pt!=="fixed")if((T(Ye)!=="body"||xe(dn))&&(gn=_t(Ye)),K(Ye)){const bt=ui(Ye,!0);tn.x=bt.x+Ye.clientLeft,tn.y=bt.y+Ye.clientTop}else dn&&(tn.x=ai(dn));return{x:sa.left+gn.scrollLeft-tn.x,y:sa.top+gn.scrollTop-tn.y,width:sa.width,height:sa.height}}const Ii={getClippingRect:function(re){let{element:Ye,boundary:Pt,rootBoundary:Bi,strategy:dn}=re;const sa=Pt==="clippingAncestors"?function(sn,Oa){const _r=Oa.get(sn);if(_r)return _r;let Qa=He(sn).filter(go=>_e(go)&&T(go)!=="body"),Rr=null;const io=G(sn).position==="fixed";let Do=io?Ft(sn):sn;for(;_e(Do)&&!ke(Do);){const go=G(Do),no=ce(Do);(io?no||Rr:no||go.position!=="static"||!Rr||!["absolute","fixed"].includes(Rr.position))?Rr=go:Qa=Qa.filter(fo=>fo!==Do),Do=Ft(Do)}return Oa.set(sn,Qa),Qa}(Ye,this._c):[].concat(Pt),gn=[...sa,Bi],tn=gn[0],bt=gn.reduce((sn,Oa)=>{const _r=ut(Ye,Oa,dn);return sn.top=Q(_r.top,sn.top),sn.right=j(_r.right,sn.right),sn.bottom=j(_r.bottom,sn.bottom),sn.left=Q(_r.left,sn.left),sn},ut(Ye,tn,dn));return{width:bt.right-bt.left,height:bt.bottom-bt.top,x:bt.left,y:bt.top}},convertOffsetParentRelativeRectToViewportRelativeRect:function(re){let{rect:Ye,offsetParent:Pt,strategy:Bi}=re;const dn=K(Pt),sa=ht(Pt);if(Pt===sa)return Ye;let gn={scrollLeft:0,scrollTop:0},tn={x:1,y:1};const bt={x:0,y:0};if((dn||!dn&&Bi!=="fixed")&&((T(Pt)!=="body"||xe(sa))&&(gn=_t(Pt)),K(Pt))){const sn=ui(Pt);tn=Xe(Pt),bt.x=sn.x+Pt.clientLeft,bt.y=sn.y+Pt.clientTop}return{width:Ye.width*tn.x,height:Ye.height*tn.y,x:Ye.x*tn.x-gn.scrollLeft*tn.x+bt.x,y:Ye.y*tn.y-gn.scrollTop*tn.y+bt.y}},isElement:_e,getDimensions:function(re){return K(re)?U(re):re.getBoundingClientRect()},getOffsetParent:Gt,getDocumentElement:ht,getScale:Xe,async getElementRects(re){let{reference:Ye,floating:Pt,strategy:Bi}=re;const dn=this.getOffsetParent||Gt,sa=this.getDimensions;return{reference:ri(Ye,await dn(Pt),Bi),floating:{x:0,y:0,...await sa(Pt)}}},getClientRects:re=>Array.from(re.getClientRects()),isRTL:re=>G(re).direction==="rtl"};function Li(re,Ye,Pt,Bi){Bi===void 0&&(Bi={});const{ancestorScroll:dn=!0,ancestorResize:sa=!0,elementResize:gn=!0,animationFrame:tn=!1}=Bi,bt=dn&&!tn,sn=bt||sa?[..._e(re)?He(re):re.contextElement?He(re.contextElement):[],...He(Ye)]:[];sn.forEach(Rr=>{bt&&Rr.addEventListener("scroll",Pt,{passive:!0}),sa&&Rr.addEventListener("resize",Pt)});let Oa,_r=null;if(gn){let Rr=!0;_r=new ResizeObserver(()=>{Rr||Pt(),Rr=!1}),_e(re)&&!tn&&_r.observe(re),_e(re)||!re.contextElement||tn||_r.observe(re.contextElement),_r.observe(Ye)}let Qa=tn?ui(re):null;return tn&&function Rr(){const io=ui(re);!Qa||io.x===Qa.x&&io.y===Qa.y&&io.width===Qa.width&&io.height===Qa.height||Pt(),Qa=io,Oa=requestAnimationFrame(Rr)}(),Pt(),()=>{var Rr;sn.forEach(io=>{bt&&io.removeEventListener("scroll",Pt),sa&&io.removeEventListener("resize",Pt)}),(Rr=_r)==null||Rr.disconnect(),_r=null,tn&&cancelAnimationFrame(Oa)}}const Yi=(re,Ye,Pt)=>{const Bi=new Map,dn={platform:Ii,...Pt},sa={...dn.platform,_c:Bi};return(0,N.rD)(re,Ye,{...dn,platform:sa})};function wi(re,Ye){for(const Pt in Ye)Object.prototype.hasOwnProperty.call(Ye,Pt)&&(typeof Ye[Pt]=="object"&&re[Pt]?wi(re[Pt],Ye[Pt]):re[Pt]=Ye[Pt])}const Lt={disabled:!1,distance:5,skidding:0,container:"body",boundary:void 0,instantMove:!1,disposeTimeout:150,popperTriggers:[],strategy:"absolute",preventOverflow:!0,flip:!0,shift:!0,overflowPadding:0,arrowPadding:0,arrowOverflow:!0,autoHideOnMousedown:!1,themes:{tooltip:{placement:"top",triggers:["hover","focus","touch"],hideTriggers:re=>[...re,"click"],delay:{show:200,hide:0},handleResize:!1,html:!1,loadingContent:"..."},dropdown:{placement:"bottom",triggers:["click"],delay:0,handleResize:!0,autoHide:!0},menu:{$extend:"dropdown",triggers:["hover","focus"],popperTriggers:["hover"],delay:{show:0,hide:400}}}};function di(re,Ye){let Pt=Lt.themes[re]||{},Bi;do Bi=Pt[Ye],typeof Bi>"u"?Pt.$extend?Pt=Lt.themes[Pt.$extend]||{}:(Pt=null,Bi=Lt[Ye]):Pt=null;while(Pt);return Bi}function Vt(re){const Ye=[re];let Pt=Lt.themes[re]||{};do Pt.$extend&&!Pt.$resetCss?(Ye.push(Pt.$extend),Pt=Lt.themes[Pt.$extend]||{}):Pt=null;while(Pt);return Ye.map(Bi=>`v-popper--theme-${Bi}`)}function pn(re){const Ye=[re];let Pt=Lt.themes[re]||{};do Pt.$extend?(Ye.push(Pt.$extend),Pt=Lt.themes[Pt.$extend]||{}):Pt=null;while(Pt);return Ye}let oi=!1;if(typeof window<"u"){oi=!1;try{const re=Object.defineProperty({},"passive",{get(){oi=!0}});window.addEventListener("test",null,re)}catch{}}let ni=!1;typeof window<"u"&&typeof navigator<"u"&&(ni=/iPad|iPhone|iPod/.test(navigator.userAgent)&&!window.MSStream);const Ei=["auto","top","bottom","left","right"].reduce((re,Ye)=>re.concat([Ye,`${Ye}-start`,`${Ye}-end`]),[]),An={hover:"mouseenter",focus:"focus",click:"click",touch:"touchstart",pointer:"pointerdown"},En={hover:"mouseleave",focus:"blur",click:"click",touch:"touchend",pointer:"pointerup"};function Qi(re,Ye){const Pt=re.indexOf(Ye);Pt!==-1&&re.splice(Pt,1)}function Yt(){return new Promise(re=>requestAnimationFrame(()=>{requestAnimationFrame(re)}))}const Ut=[];let qi=null;const Ne={};function ft(re){let Ye=Ne[re];return Ye||(Ye=Ne[re]=[]),Ye}let gt=function(){};typeof window<"u"&&(gt=window.Element);function Ve(re){return function(Ye){return di(Ye.theme,re)}}const ot="__floating-vue__popper",ei=()=>(0,e.pM)({name:"VPopper",provide(){return{[ot]:{parentPopper:this}}},inject:{[ot]:{default:null}},props:{theme:{type:String,required:!0},targetNodes:{type:Function,required:!0},referenceNode:{type:Function,default:null},popperNode:{type:Function,required:!0},shown:{type:Boolean,default:!1},showGroup:{type:String,default:null},ariaId:{default:null},disabled:{type:Boolean,default:Ve("disabled")},positioningDisabled:{type:Boolean,default:Ve("positioningDisabled")},placement:{type:String,default:Ve("placement"),validator:re=>Ei.includes(re)},delay:{type:[String,Number,Object],default:Ve("delay")},distance:{type:[Number,String],default:Ve("distance")},skidding:{type:[Number,String],default:Ve("skidding")},triggers:{type:Array,default:Ve("triggers")},showTriggers:{type:[Array,Function],default:Ve("showTriggers")},hideTriggers:{type:[Array,Function],default:Ve("hideTriggers")},popperTriggers:{type:Array,default:Ve("popperTriggers")},popperShowTriggers:{type:[Array,Function],default:Ve("popperShowTriggers")},popperHideTriggers:{type:[Array,Function],default:Ve("popperHideTriggers")},container:{type:[String,Object,gt,Boolean],default:Ve("container")},boundary:{type:[String,gt],default:Ve("boundary")},strategy:{type:String,validator:re=>["absolute","fixed"].includes(re),default:Ve("strategy")},autoHide:{type:[Boolean,Function],default:Ve("autoHide")},handleResize:{type:Boolean,default:Ve("handleResize")},instantMove:{type:Boolean,default:Ve("instantMove")},eagerMount:{type:Boolean,default:Ve("eagerMount")},popperClass:{type:[String,Array,Object],default:Ve("popperClass")},computeTransformOrigin:{type:Boolean,default:Ve("computeTransformOrigin")},autoMinSize:{type:Boolean,default:Ve("autoMinSize")},autoSize:{type:[Boolean,String],default:Ve("autoSize")},autoMaxSize:{type:Boolean,default:Ve("autoMaxSize")},autoBoundaryMaxSize:{type:Boolean,default:Ve("autoBoundaryMaxSize")},preventOverflow:{type:Boolean,default:Ve("preventOverflow")},overflowPadding:{type:[Number,String],default:Ve("overflowPadding")},arrowPadding:{type:[Number,String],default:Ve("arrowPadding")},arrowOverflow:{type:Boolean,default:Ve("arrowOverflow")},flip:{type:Boolean,default:Ve("flip")},shift:{type:Boolean,default:Ve("shift")},shiftCrossAxis:{type:Boolean,default:Ve("shiftCrossAxis")},noAutoFocus:{type:Boolean,default:Ve("noAutoFocus")},disposeTimeout:{type:Number,default:Ve("disposeTimeout")}},emits:{show:()=>!0,hide:()=>!0,"update:shown":re=>!0,"apply-show":()=>!0,"apply-hide":()=>!0,"close-group":()=>!0,"close-directive":()=>!0,"auto-hide":()=>!0,resize:()=>!0},data(){return{isShown:!1,isMounted:!1,skipTransition:!1,classes:{showFrom:!1,showTo:!1,hideFrom:!1,hideTo:!0},result:{x:0,y:0,placement:"",strategy:this.strategy,arrow:{x:0,y:0,centerOffset:0},transformOrigin:null},randomId:`popper_${[Math.random(),Date.now()].map(re=>re.toString(36).substring(2,10)).join("_")}`,shownChildren:new Set,lastAutoHide:!0,pendingHide:!1,containsGlobalTarget:!1,isDisposed:!0,mouseDownContains:!1}},computed:{popperId(){return this.ariaId!=null?this.ariaId:this.randomId},shouldMountContent(){return this.eagerMount||this.isMounted},slotData(){return{popperId:this.popperId,isShown:this.isShown,shouldMountContent:this.shouldMountContent,skipTransition:this.skipTransition,autoHide:typeof this.autoHide=="function"?this.lastAutoHide:this.autoHide,show:this.show,hide:this.hide,handleResize:this.handleResize,onResize:this.onResize,classes:{...this.classes,popperClass:this.popperClass},result:this.positioningDisabled?null:this.result,attrs:this.$attrs}},parentPopper(){var re;return(re=this[ot])==null?void 0:re.parentPopper},hasPopperShowTriggerHover(){var re,Ye;return((re=this.popperTriggers)==null?void 0:re.includes("hover"))||((Ye=this.popperShowTriggers)==null?void 0:Ye.includes("hover"))}},watch:{shown:"$_autoShowHide",disabled(re){re?this.dispose():this.init()},async container(){this.isShown&&(this.$_ensureTeleport(),await this.$_computePosition())},triggers:{handler:"$_refreshListeners",deep:!0},positioningDisabled:"$_refreshListeners",...["placement","distance","skidding","boundary","strategy","overflowPadding","arrowPadding","preventOverflow","shift","shiftCrossAxis","flip"].reduce((re,Ye)=>(re[Ye]="$_computePosition",re),{})},created(){this.autoMinSize&&console.warn('[floating-vue] `autoMinSize` option is deprecated. Use `autoSize="min"` instead.'),this.autoMaxSize&&console.warn("[floating-vue] `autoMaxSize` option is deprecated. Use `autoBoundaryMaxSize` instead.")},mounted(){this.init(),this.$_detachPopperNode()},activated(){this.$_autoShowHide()},deactivated(){this.hide()},beforeUnmount(){this.dispose()},methods:{show({event:re=null,skipDelay:Ye=!1,force:Pt=!1}={}){var Bi,dn;(Bi=this.parentPopper)!=null&&Bi.lockedChild&&this.parentPopper.lockedChild!==this||(this.pendingHide=!1,(Pt||!this.disabled)&&(((dn=this.parentPopper)==null?void 0:dn.lockedChild)===this&&(this.parentPopper.lockedChild=null),this.$_scheduleShow(re,Ye),this.$emit("show"),this.$_showFrameLocked=!0,requestAnimationFrame(()=>{this.$_showFrameLocked=!1})),this.$emit("update:shown",!0))},hide({event:re=null,skipDelay:Ye=!1}={}){var Pt;if(!this.$_hideInProgress){if(this.shownChildren.size>0){this.pendingHide=!0;return}if(this.hasPopperShowTriggerHover&&this.$_isAimingPopper()){this.parentPopper&&(this.parentPopper.lockedChild=this,clearTimeout(this.parentPopper.lockedChildTimer),this.parentPopper.lockedChildTimer=setTimeout(()=>{this.parentPopper.lockedChild===this&&(this.parentPopper.lockedChild.hide({skipDelay:Ye}),this.parentPopper.lockedChild=null)},1e3));return}((Pt=this.parentPopper)==null?void 0:Pt.lockedChild)===this&&(this.parentPopper.lockedChild=null),this.pendingHide=!1,this.$_scheduleHide(re,Ye),this.$emit("hide"),this.$emit("update:shown",!1)}},init(){var re;this.isDisposed&&(this.isDisposed=!1,this.isMounted=!1,this.$_events=[],this.$_preventShow=!1,this.$_referenceNode=((re=this.referenceNode)==null?void 0:re.call(this))??this.$el,this.$_targetNodes=this.targetNodes().filter(Ye=>Ye.nodeType===Ye.ELEMENT_NODE),this.$_popperNode=this.popperNode(),this.$_innerNode=this.$_popperNode.querySelector(".v-popper__inner"),this.$_arrowNode=this.$_popperNode.querySelector(".v-popper__arrow-container"),this.$_swapTargetAttrs("title","data-original-title"),this.$_detachPopperNode(),this.triggers.length&&this.$_addEventListeners(),this.shown&&this.show())},dispose(){this.isDisposed||(this.isDisposed=!0,this.$_removeEventListeners(),this.hide({skipDelay:!0}),this.$_detachPopperNode(),this.isMounted=!1,this.isShown=!1,this.$_updateParentShownChildren(!1),this.$_swapTargetAttrs("data-original-title","title"))},async onResize(){this.isShown&&(await this.$_computePosition(),this.$emit("resize"))},async $_computePosition(){if(this.isDisposed||this.positioningDisabled)return;const re={strategy:this.strategy,middleware:[]};(this.distance||this.skidding)&&re.middleware.push((0,N.cY)({mainAxis:this.distance,crossAxis:this.skidding}));const Ye=this.placement.startsWith("auto");if(Ye?re.middleware.push((0,N.RK)({alignment:this.placement.split("-")[1]??""})):re.placement=this.placement,this.preventOverflow&&(this.shift&&re.middleware.push((0,N.BN)({padding:this.overflowPadding,boundary:this.boundary,crossAxis:this.shiftCrossAxis})),!Ye&&this.flip&&re.middleware.push((0,N.UU)({padding:this.overflowPadding,boundary:this.boundary}))),re.middleware.push((0,N.UE)({element:this.$_arrowNode,padding:this.arrowPadding})),this.arrowOverflow&&re.middleware.push({name:"arrowOverflow",fn:({placement:Bi,rects:dn,middlewareData:sa})=>{let gn;const{centerOffset:tn}=sa.arrow;return Bi.startsWith("top")||Bi.startsWith("bottom")?gn=Math.abs(tn)>dn.reference.width/2:gn=Math.abs(tn)>dn.reference.height/2,{data:{overflow:gn}}}}),this.autoMinSize||this.autoSize){const Bi=this.autoSize?this.autoSize:this.autoMinSize?"min":null;re.middleware.push({name:"autoSize",fn:({rects:dn,placement:sa,middlewareData:gn})=>{var tn;if((tn=gn.autoSize)!=null&&tn.skip)return{};let bt,sn;return sa.startsWith("top")||sa.startsWith("bottom")?bt=dn.reference.width:sn=dn.reference.height,this.$_innerNode.style[Bi==="min"?"minWidth":Bi==="max"?"maxWidth":"width"]=bt!=null?`${bt}px`:null,this.$_innerNode.style[Bi==="min"?"minHeight":Bi==="max"?"maxHeight":"height"]=sn!=null?`${sn}px`:null,{data:{skip:!0},reset:{rects:!0}}}})}(this.autoMaxSize||this.autoBoundaryMaxSize)&&(this.$_innerNode.style.maxWidth=null,this.$_innerNode.style.maxHeight=null,re.middleware.push((0,N.Ej)({boundary:this.boundary,padding:this.overflowPadding,apply:({availableWidth:Bi,availableHeight:dn})=>{this.$_innerNode.style.maxWidth=Bi!=null?`${Bi}px`:null,this.$_innerNode.style.maxHeight=dn!=null?`${dn}px`:null}})));const Pt=await Yi(this.$_referenceNode,this.$_popperNode,re);Object.assign(this.result,{x:Pt.x,y:Pt.y,placement:Pt.placement,strategy:Pt.strategy,arrow:{...Pt.middlewareData.arrow,...Pt.middlewareData.arrowOverflow}})},$_scheduleShow(re,Ye=!1){if(this.$_updateParentShownChildren(!0),this.$_hideInProgress=!1,clearTimeout(this.$_scheduleTimer),qi&&this.instantMove&&qi.instantMove&&qi!==this.parentPopper){qi.$_applyHide(!0),this.$_applyShow(!0);return}Ye?this.$_applyShow():this.$_scheduleTimer=setTimeout(this.$_applyShow.bind(this),this.$_computeDelay("show"))},$_scheduleHide(re,Ye=!1){if(this.shownChildren.size>0){this.pendingHide=!0;return}this.$_updateParentShownChildren(!1),this.$_hideInProgress=!0,clearTimeout(this.$_scheduleTimer),this.isShown&&(qi=this),Ye?this.$_applyHide():this.$_scheduleTimer=setTimeout(this.$_applyHide.bind(this),this.$_computeDelay("hide"))},$_computeDelay(re){const Ye=this.delay;return parseInt(Ye&&Ye[re]||Ye||0)},async $_applyShow(re=!1){clearTimeout(this.$_disposeTimer),clearTimeout(this.$_scheduleTimer),this.skipTransition=re,!this.isShown&&(this.$_ensureTeleport(),await Yt(),await this.$_computePosition(),await this.$_applyShowEffect(),this.positioningDisabled||this.$_registerEventListeners([...He(this.$_referenceNode),...He(this.$_popperNode)],"scroll",()=>{this.$_computePosition()}))},async $_applyShowEffect(){if(this.$_hideInProgress)return;if(this.computeTransformOrigin){const Ye=this.$_referenceNode.getBoundingClientRect(),Pt=this.$_popperNode.querySelector(".v-popper__wrapper"),Bi=Pt.parentNode.getBoundingClientRect(),dn=Ye.x+Ye.width/2-(Bi.left+Pt.offsetLeft),sa=Ye.y+Ye.height/2-(Bi.top+Pt.offsetTop);this.result.transformOrigin=`${dn}px ${sa}px`}this.isShown=!0,this.$_applyAttrsToTarget({"aria-describedby":this.popperId,"data-popper-shown":""});const re=this.showGroup;if(re){let Ye;for(let Pt=0;Pt<Ut.length;Pt++)Ye=Ut[Pt],Ye.showGroup!==re&&(Ye.hide(),Ye.$emit("close-group"))}Ut.push(this),document.body.classList.add("v-popper--some-open");for(const Ye of pn(this.theme))ft(Ye).push(this),document.body.classList.add(`v-popper--some-open--${Ye}`);this.$emit("apply-show"),this.classes.showFrom=!0,this.classes.showTo=!1,this.classes.hideFrom=!1,this.classes.hideTo=!1,await Yt(),this.classes.showFrom=!1,this.classes.showTo=!0,this.noAutoFocus||this.$_popperNode.focus()},async $_applyHide(re=!1){if(this.shownChildren.size>0){this.pendingHide=!0,this.$_hideInProgress=!1;return}if(clearTimeout(this.$_scheduleTimer),!this.isShown)return;this.skipTransition=re,Qi(Ut,this),Ut.length===0&&document.body.classList.remove("v-popper--some-open");for(const Pt of pn(this.theme)){const Bi=ft(Pt);Qi(Bi,this),Bi.length===0&&document.body.classList.remove(`v-popper--some-open--${Pt}`)}qi===this&&(qi=null),this.isShown=!1,this.$_applyAttrsToTarget({"aria-describedby":void 0,"data-popper-shown":void 0}),clearTimeout(this.$_disposeTimer);const Ye=this.disposeTimeout;Ye!==null&&(this.$_disposeTimer=setTimeout(()=>{this.$_popperNode&&(this.$_detachPopperNode(),this.isMounted=!1)},Ye)),this.$_removeEventListeners("scroll"),this.$emit("apply-hide"),this.classes.showFrom=!1,this.classes.showTo=!1,this.classes.hideFrom=!0,this.classes.hideTo=!1,await Yt(),this.classes.hideFrom=!1,this.classes.hideTo=!0},$_autoShowHide(){this.shown?this.show():this.hide()},$_ensureTeleport(){if(this.isDisposed)return;let re=this.container;if(typeof re=="string"?re=window.document.querySelector(re):re===!1&&(re=this.$_targetNodes[0].parentNode),!re)throw new Error("No container for popover: "+this.container);re.appendChild(this.$_popperNode),this.isMounted=!0},$_addEventListeners(){const re=Pt=>{this.isShown&&!this.$_hideInProgress||(Pt.usedByTooltip=!0,!this.$_preventShow&&this.show({event:Pt}))};this.$_registerTriggerListeners(this.$_targetNodes,An,this.triggers,this.showTriggers,re),this.$_registerTriggerListeners([this.$_popperNode],An,this.popperTriggers,this.popperShowTriggers,re);const Ye=Pt=>{Pt.usedByTooltip||this.hide({event:Pt})};this.$_registerTriggerListeners(this.$_targetNodes,En,this.triggers,this.hideTriggers,Ye),this.$_registerTriggerListeners([this.$_popperNode],En,this.popperTriggers,this.popperHideTriggers,Ye)},$_registerEventListeners(re,Ye,Pt){this.$_events.push({targetNodes:re,eventType:Ye,handler:Pt}),re.forEach(Bi=>Bi.addEventListener(Ye,Pt,oi?{passive:!0}:void 0))},$_registerTriggerListeners(re,Ye,Pt,Bi,dn){let sa=Pt;Bi!=null&&(sa=typeof Bi=="function"?Bi(sa):Bi),sa.forEach(gn=>{const tn=Ye[gn];tn&&this.$_registerEventListeners(re,tn,dn)})},$_removeEventListeners(re){const Ye=[];this.$_events.forEach(Pt=>{const{targetNodes:Bi,eventType:dn,handler:sa}=Pt;!re||re===dn?Bi.forEach(gn=>gn.removeEventListener(dn,sa)):Ye.push(Pt)}),this.$_events=Ye},$_refreshListeners(){this.isDisposed||(this.$_removeEventListeners(),this.$_addEventListeners())},$_handleGlobalClose(re,Ye=!1){this.$_showFrameLocked||(this.hide({event:re}),re.closePopover?this.$emit("close-directive"):this.$emit("auto-hide"),Ye&&(this.$_preventShow=!0,setTimeout(()=>{this.$_preventShow=!1},300)))},$_detachPopperNode(){this.$_popperNode.parentNode&&this.$_popperNode.parentNode.removeChild(this.$_popperNode)},$_swapTargetAttrs(re,Ye){for(const Pt of this.$_targetNodes){const Bi=Pt.getAttribute(re);Bi&&(Pt.removeAttribute(re),Pt.setAttribute(Ye,Bi))}},$_applyAttrsToTarget(re){for(const Ye of this.$_targetNodes)for(const Pt in re){const Bi=re[Pt];Bi==null?Ye.removeAttribute(Pt):Ye.setAttribute(Pt,Bi)}},$_updateParentShownChildren(re){let Ye=this.parentPopper;for(;Ye;)re?Ye.shownChildren.add(this.randomId):(Ye.shownChildren.delete(this.randomId),Ye.pendingHide&&Ye.hide()),Ye=Ye.parentPopper},$_isAimingPopper(){const re=this.$_referenceNode.getBoundingClientRect();if(At>=re.left&&At<=re.right&&Ze>=re.top&&Ze<=re.bottom){const Ye=this.$_popperNode.getBoundingClientRect(),Pt=At-Re,Bi=Ze-Ge,dn=Ye.left+Ye.width/2-Re+(Ye.top+Ye.height/2)-Ge+Ye.width+Ye.height,sa=Re+Pt*dn,gn=Ge+Bi*dn;return ve(Re,Ge,sa,gn,Ye.left,Ye.top,Ye.left,Ye.bottom)||ve(Re,Ge,sa,gn,Ye.left,Ye.top,Ye.right,Ye.top)||ve(Re,Ge,sa,gn,Ye.right,Ye.top,Ye.right,Ye.bottom)||ve(Re,Ge,sa,gn,Ye.left,Ye.bottom,Ye.right,Ye.bottom)}return!1}},render(){return this.$slots.default(this.slotData)}});if(typeof document<"u"&&typeof window<"u"){if(ni){const re=oi?{passive:!0,capture:!0}:!0;document.addEventListener("touchstart",Ye=>X(Ye,!0),re),document.addEventListener("touchend",Ye=>A(Ye,!0),re)}else window.addEventListener("mousedown",re=>X(re,!1),!0),window.addEventListener("click",re=>A(re,!1),!0);window.addEventListener("resize",Y)}function X(re,Ye){if(Lt.autoHideOnMousedown)g(re,Ye);else for(let Pt=0;Pt<Ut.length;Pt++){const Bi=Ut[Pt];try{Bi.mouseDownContains=Bi.popperNode().contains(re.target)}catch{}}}function A(re,Ye){Lt.autoHideOnMousedown||g(re,Ye)}function g(re,Ye){const Pt={};for(let Bi=Ut.length-1;Bi>=0;Bi--){const dn=Ut[Bi];try{const sa=dn.containsGlobalTarget=dn.mouseDownContains||dn.popperNode().contains(re.target);dn.pendingHide=!1,requestAnimationFrame(()=>{if(dn.pendingHide=!1,!Pt[dn.randomId]&&D(dn,sa,re)){if(dn.$_handleGlobalClose(re,Ye),!re.closeAllPopover&&re.closePopover&&sa){let tn=dn.parentPopper;for(;tn;)Pt[tn.randomId]=!0,tn=tn.parentPopper;return}let gn=dn.parentPopper;for(;gn&&D(gn,gn.containsGlobalTarget,re);)gn.$_handleGlobalClose(re,Ye),gn=gn.parentPopper}})}catch{}}}function D(re,Ye,Pt){return Pt.closeAllPopover||Pt.closePopover&&Ye||$(re,Pt)&&!Ye}function $(re,Ye){if(typeof re.autoHide=="function"){const Pt=re.autoHide(Ye);return re.lastAutoHide=Pt,Pt}return re.autoHide}function Y(){for(let re=0;re<Ut.length;re++)Ut[re].$_computePosition()}function ne(){for(let re=0;re<Ut.length;re++)Ut[re].hide()}let Re=0,Ge=0,At=0,Ze=0;typeof window<"u"&&window.addEventListener("mousemove",re=>{Re=At,Ge=Ze,At=re.clientX,Ze=re.clientY},oi?{passive:!0}:void 0);function ve(re,Ye,Pt,Bi,dn,sa,gn,tn){const bt=((gn-dn)*(Ye-sa)-(tn-sa)*(re-dn))/((tn-sa)*(Pt-re)-(gn-dn)*(Bi-Ye)),sn=((Pt-re)*(Ye-sa)-(Bi-Ye)*(re-dn))/((tn-sa)*(Pt-re)-(gn-dn)*(Bi-Ye));return bt>=0&&bt<=1&&sn>=0&&sn<=1}const L={extends:ei()},ge=(re,Ye)=>{const Pt=re.__vccOpts||re;for(const[Bi,dn]of Ye)Pt[Bi]=dn;return Pt};function Ae(re,Ye,Pt,Bi,dn,sa){return(0,e.uX)(),(0,e.CE)("div",{ref:"reference",class:(0,i.normalizeClass)(["v-popper",{"v-popper--shown":re.slotData.isShown}])},[(0,e.RG)(re.$slots,"default",(0,i.normalizeProps)((0,e.Ng)(re.slotData)))],2)}const rt=ge(L,[["render",Ae]]);function Ht(){var re=window.navigator.userAgent,Ye=re.indexOf("MSIE ");if(Ye>0)return parseInt(re.substring(Ye+5,re.indexOf(".",Ye)),10);var Pt=re.indexOf("Trident/");if(Pt>0){var Bi=re.indexOf("rv:");return parseInt(re.substring(Bi+3,re.indexOf(".",Bi)),10)}var dn=re.indexOf("Edge/");return dn>0?parseInt(re.substring(dn+5,re.indexOf(".",dn)),10):-1}let Qt;function Qe(){Qe.init||(Qe.init=!0,Qt=Ht()!==-1)}var Rt={name:"ResizeObserver",props:{emitOnMount:{type:Boolean,default:!1},ignoreWidth:{type:Boolean,default:!1},ignoreHeight:{type:Boolean,default:!1}},emits:["notify"],mounted(){Qe(),(0,e.dY)(()=>{this._w=this.$el.offsetWidth,this._h=this.$el.offsetHeight,this.emitOnMount&&this.emitSize()});const re=document.createElement("object");this._resizeObject=re,re.setAttribute("aria-hidden","true"),re.setAttribute("tabindex",-1),re.onload=this.addResizeHandlers,re.type="text/html",Qt&&this.$el.appendChild(re),re.data="about:blank",Qt||this.$el.appendChild(re)},beforeUnmount(){this.removeResizeHandlers()},methods:{compareAndNotify(){(!this.ignoreWidth&&this._w!==this.$el.offsetWidth||!this.ignoreHeight&&this._h!==this.$el.offsetHeight)&&(this._w=this.$el.offsetWidth,this._h=this.$el.offsetHeight,this.emitSize())},emitSize(){this.$emit("notify",{width:this._w,height:this._h})},addResizeHandlers(){this._resizeObject.contentDocument.defaultView.addEventListener("resize",this.compareAndNotify),this.compareAndNotify()},removeResizeHandlers(){this._resizeObject&&this._resizeObject.onload&&(!Qt&&this._resizeObject.contentDocument&&this._resizeObject.contentDocument.defaultView.removeEventListener("resize",this.compareAndNotify),this.$el.removeChild(this._resizeObject),this._resizeObject.onload=null,this._resizeObject=null)}}};const Kt=(0,e.YY)("data-v-b329ee4c");(0,e.Qi)("data-v-b329ee4c");const wt={class:"resize-observer",tabindex:"-1"};(0,e.jt)();const un=Kt((re,Ye,Pt,Bi,dn,sa)=>((0,e.uX)(),(0,e.Wv)("div",wt)));Rt.render=un,Rt.__scopeId="data-v-b329ee4c",Rt.__file="src/components/ResizeObserver.vue";const en=(re="theme")=>({computed:{themeClass(){return Vt(this[re])}}}),Ji=(0,e.pM)({name:"VPopperContent",components:{ResizeObserver:Rt},mixins:[en()],props:{popperId:String,theme:String,shown:Boolean,mounted:Boolean,skipTransition:Boolean,autoHide:Boolean,handleResize:Boolean,classes:Object,result:Object},emits:["hide","resize"],methods:{toPx(re){return re!=null&&!isNaN(re)?`${re}px`:null}}}),Zn=["id","aria-hidden","tabindex","data-popper-placement"],oa={ref:"inner",class:"v-popper__inner"},Tn=(0,e.Lk)("div",{class:"v-popper__arrow-outer"},null,-1),Er=(0,e.Lk)("div",{class:"v-popper__arrow-inner"},null,-1),Ea=[Tn,Er];function Br(re,Ye,Pt,Bi,dn,sa){const gn=(0,e.g2)("ResizeObserver");return(0,e.uX)(),(0,e.CE)("div",{id:re.popperId,ref:"popover",class:(0,i.normalizeClass)(["v-popper__popper",[re.themeClass,re.classes.popperClass,{"v-popper__popper--shown":re.shown,"v-popper__popper--hidden":!re.shown,"v-popper__popper--show-from":re.classes.showFrom,"v-popper__popper--show-to":re.classes.showTo,"v-popper__popper--hide-from":re.classes.hideFrom,"v-popper__popper--hide-to":re.classes.hideTo,"v-popper__popper--skip-transition":re.skipTransition,"v-popper__popper--arrow-overflow":re.result&&re.result.arrow.overflow,"v-popper__popper--no-positioning":!re.result}]]),style:(0,i.normalizeStyle)(re.result?{position:re.result.strategy,transform:`translate3d(${Math.round(re.result.x)}px,${Math.round(re.result.y)}px,0)`}:void 0),"aria-hidden":re.shown?"false":"true",tabindex:re.autoHide?0:void 0,"data-popper-placement":re.result?re.result.placement:void 0,onKeyup:Ye[2]||(Ye[2]=(0,c.withKeys)(tn=>re.autoHide&&re.$emit("hide"),["esc"]))},[(0,e.Lk)("div",{class:"v-popper__backdrop",onClick:Ye[0]||(Ye[0]=tn=>re.autoHide&&re.$emit("hide"))}),(0,e.Lk)("div",{class:"v-popper__wrapper",style:(0,i.normalizeStyle)(re.result?{transformOrigin:re.result.transformOrigin}:void 0)},[(0,e.Lk)("div",oa,[re.mounted?((0,e.uX)(),(0,e.CE)(e.FK,{key:0},[(0,e.Lk)("div",null,[(0,e.RG)(re.$slots,"default")]),re.handleResize?((0,e.uX)(),(0,e.Wv)(gn,{key:0,onNotify:Ye[1]||(Ye[1]=tn=>re.$emit("resize",tn))})):(0,e.Q3)("",!0)],64)):(0,e.Q3)("",!0)],512),(0,e.Lk)("div",{ref:"arrow",class:"v-popper__arrow-container",style:(0,i.normalizeStyle)(re.result?{left:re.toPx(re.result.arrow.x),top:re.toPx(re.result.arrow.y)}:void 0)},Ea,4)],4)],46,Zn)}const Ja=ge(Ji,[["render",Br]]),hr={methods:{show(...re){return this.$refs.popper.show(...re)},hide(...re){return this.$refs.popper.hide(...re)},dispose(...re){return this.$refs.popper.dispose(...re)},onResize(...re){return this.$refs.popper.onResize(...re)}}};let br=function(){};typeof window<"u"&&(br=window.Element);const Ka=(0,e.pM)({name:"VPopperWrapper",components:{Popper:rt,PopperContent:Ja},mixins:[hr,en("finalTheme")],props:{theme:{type:String,default:null},referenceNode:{type:Function,default:null},shown:{type:Boolean,default:!1},showGroup:{type:String,default:null},ariaId:{default:null},disabled:{type:Boolean,default:void 0},positioningDisabled:{type:Boolean,default:void 0},placement:{type:String,default:void 0},delay:{type:[String,Number,Object],default:void 0},distance:{type:[Number,String],default:void 0},skidding:{type:[Number,String],default:void 0},triggers:{type:Array,default:void 0},showTriggers:{type:[Array,Function],default:void 0},hideTriggers:{type:[Array,Function],default:void 0},popperTriggers:{type:Array,default:void 0},popperShowTriggers:{type:[Array,Function],default:void 0},popperHideTriggers:{type:[Array,Function],default:void 0},container:{type:[String,Object,br,Boolean],default:void 0},boundary:{type:[String,br],default:void 0},strategy:{type:String,default:void 0},autoHide:{type:[Boolean,Function],default:void 0},handleResize:{type:Boolean,default:void 0},instantMove:{type:Boolean,default:void 0},eagerMount:{type:Boolean,default:void 0},popperClass:{type:[String,Array,Object],default:void 0},computeTransformOrigin:{type:Boolean,default:void 0},autoMinSize:{type:Boolean,default:void 0},autoSize:{type:[Boolean,String],default:void 0},autoMaxSize:{type:Boolean,default:void 0},autoBoundaryMaxSize:{type:Boolean,default:void 0},preventOverflow:{type:Boolean,default:void 0},overflowPadding:{type:[Number,String],default:void 0},arrowPadding:{type:[Number,String],default:void 0},arrowOverflow:{type:Boolean,default:void 0},flip:{type:Boolean,default:void 0},shift:{type:Boolean,default:void 0},shiftCrossAxis:{type:Boolean,default:void 0},noAutoFocus:{type:Boolean,default:void 0},disposeTimeout:{type:Number,default:void 0}},emits:{show:()=>!0,hide:()=>!0,"update:shown":re=>!0,"apply-show":()=>!0,"apply-hide":()=>!0,"close-group":()=>!0,"close-directive":()=>!0,"auto-hide":()=>!0,resize:()=>!0},computed:{finalTheme(){return this.theme??this.$options.vPopperTheme}},methods:{getTargetNodes(){return Array.from(this.$el.children).filter(re=>re!==this.$refs.popperContent.$el)}}});function Ur(re,Ye,Pt,Bi,dn,sa){const gn=(0,e.g2)("PopperContent"),tn=(0,e.g2)("Popper");return(0,e.uX)(),(0,e.Wv)(tn,(0,e.v6)({ref:"popper"},re.$props,{theme:re.finalTheme,"target-nodes":re.getTargetNodes,"popper-node":()=>re.$refs.popperContent.$el,class:[re.themeClass],onShow:Ye[0]||(Ye[0]=()=>re.$emit("show")),onHide:Ye[1]||(Ye[1]=()=>re.$emit("hide")),"onUpdate:shown":Ye[2]||(Ye[2]=bt=>re.$emit("update:shown",bt)),onApplyShow:Ye[3]||(Ye[3]=()=>re.$emit("apply-show")),onApplyHide:Ye[4]||(Ye[4]=()=>re.$emit("apply-hide")),onCloseGroup:Ye[5]||(Ye[5]=()=>re.$emit("close-group")),onCloseDirective:Ye[6]||(Ye[6]=()=>re.$emit("close-directive")),onAutoHide:Ye[7]||(Ye[7]=()=>re.$emit("auto-hide")),onResize:Ye[8]||(Ye[8]=()=>re.$emit("resize"))}),{default:(0,e.k6)(({popperId:bt,isShown:sn,shouldMountContent:Oa,skipTransition:_r,autoHide:Qa,show:Rr,hide:io,handleResize:Do,onResize:go,classes:no,result:fo})=>[(0,e.RG)(re.$slots,"default",{shown:sn,show:Rr,hide:io}),(0,e.bF)(gn,{ref:"popperContent","popper-id":bt,theme:re.finalTheme,shown:sn,mounted:Oa,"skip-transition":_r,"auto-hide":Qa,"handle-resize":Do,classes:no,result:fo,onHide:io,onResize:go},{default:(0,e.k6)(()=>[(0,e.RG)(re.$slots,"popper",{shown:sn,hide:io})]),_:2},1032,["popper-id","theme","shown","mounted","skip-transition","auto-hide","handle-resize","classes","result","onHide","onResize"])]),_:3},16,["theme","target-nodes","popper-node","class"])}const zt=ge(Ka,[["render",Ur]]),Wt={...zt,name:"VDropdown",vPopperTheme:"dropdown"},Si={...zt,name:"VMenu",vPopperTheme:"menu"},Oi={...zt,name:"VTooltip",vPopperTheme:"tooltip"},zn=(0,e.pM)({name:"VTooltipDirective",components:{Popper:ei(),PopperContent:Ja},mixins:[hr],inheritAttrs:!1,props:{theme:{type:String,default:"tooltip"},html:{type:Boolean,default:re=>di(re.theme,"html")},content:{type:[String,Number,Function],default:null},loadingContent:{type:String,default:re=>di(re.theme,"loadingContent")},targetNodes:{type:Function,required:!0}},data(){return{asyncContent:null}},computed:{isContentAsync(){return typeof this.content=="function"},loading(){return this.isContentAsync&&this.asyncContent==null},finalContent(){return this.isContentAsync?this.loading?this.loadingContent:this.asyncContent:this.content}},watch:{content:{handler(){this.fetchContent(!0)},immediate:!0},async finalContent(){await this.$nextTick(),this.$refs.popper.onResize()}},created(){this.$_fetchId=0},methods:{fetchContent(re){if(typeof this.content=="function"&&this.$_isShown&&(re||!this.$_loading&&this.asyncContent==null)){this.asyncContent=null,this.$_loading=!0;const Ye=++this.$_fetchId,Pt=this.content(this);Pt.then?Pt.then(Bi=>this.onResult(Ye,Bi)):this.onResult(Ye,Pt)}},onResult(re,Ye){re===this.$_fetchId&&(this.$_loading=!1,this.asyncContent=Ye)},onShow(){this.$_isShown=!0,this.fetchContent()},onHide(){this.$_isShown=!1}}}),Un=["innerHTML"],tr=["textContent"];function Ai(re,Ye,Pt,Bi,dn,sa){const gn=(0,e.g2)("PopperContent"),tn=(0,e.g2)("Popper");return(0,e.uX)(),(0,e.Wv)(tn,(0,e.v6)({ref:"popper"},re.$attrs,{theme:re.theme,"target-nodes":re.targetNodes,"popper-node":()=>re.$refs.popperContent.$el,onApplyShow:re.onShow,onApplyHide:re.onHide}),{default:(0,e.k6)(({popperId:bt,isShown:sn,shouldMountContent:Oa,skipTransition:_r,autoHide:Qa,hide:Rr,handleResize:io,onResize:Do,classes:go,result:no})=>[(0,e.bF)(gn,{ref:"popperContent",class:(0,i.normalizeClass)({"v-popper--tooltip-loading":re.loading}),"popper-id":bt,theme:re.theme,shown:sn,mounted:Oa,"skip-transition":_r,"auto-hide":Qa,"handle-resize":io,classes:go,result:no,onHide:Rr,onResize:Do},{default:(0,e.k6)(()=>[re.html?((0,e.uX)(),(0,e.CE)("div",{key:0,innerHTML:re.finalContent},null,8,Un)):((0,e.uX)(),(0,e.CE)("div",{key:1,textContent:(0,i.toDisplayString)(re.finalContent)},null,8,tr))]),_:2},1032,["class","popper-id","theme","shown","mounted","skip-transition","auto-hide","handle-resize","classes","result","onHide","onResize"])]),_:1},16,["theme","target-nodes","popper-node","onApplyShow","onApplyHide"])}const Te=ge(zn,[["render",Ai]]),et="v-popper--has-tooltip";function ii(re,Ye){let Pt=re.placement;if(!Pt&&Ye)for(const Bi of Ei)Ye[Bi]&&(Pt=Bi);return Pt||(Pt=di(re.theme||"tooltip","placement")),Pt}function qt(re,Ye,Pt){let Bi;const dn=typeof Ye;return dn==="string"?Bi={content:Ye}:Ye&&dn==="object"?Bi=Ye:Bi={content:!1},Bi.placement=ii(Bi,Pt),Bi.targetNodes=()=>[re],Bi.referenceNode=()=>re,Bi}let xi,ia,ca=0;function ma(){if(xi)return;ia=(0,v.KR)([]),xi=(0,c.createApp)({name:"VTooltipDirectiveApp",setup(){return{directives:ia}},render(){return this.directives.map(Ye=>(0,e.h)(Te,{...Ye.options,shown:Ye.shown||Ye.options.shown,key:Ye.id}))},devtools:{hide:!0}});const re=document.createElement("div");document.body.appendChild(re),xi.mount(re)}function jn(re,Ye,Pt){ma();const Bi=(0,v.KR)(qt(re,Ye,Pt)),dn=(0,v.KR)(!1),sa={id:ca++,options:Bi,shown:dn};return ia.value.push(sa),re.classList&&re.classList.add(et),re.$_popper={options:Bi,item:sa,show(){dn.value=!0},hide(){dn.value=!1}}}function $a(re){if(re.$_popper){const Ye=ia.value.indexOf(re.$_popper.item);Ye!==-1&&ia.value.splice(Ye,1),delete re.$_popper,delete re.$_popperOldShown,delete re.$_popperMountTarget}re.classList&&re.classList.remove(et)}function Ia(re,{value:Ye,modifiers:Pt}){const Bi=qt(re,Ye,Pt);if(!Bi.content||di(Bi.theme||"tooltip","disabled"))$a(re);else{let dn;re.$_popper?(dn=re.$_popper,dn.options.value=Bi):dn=jn(re,Ye,Pt),typeof Ye.shown<"u"&&Ye.shown!==re.$_popperOldShown&&(re.$_popperOldShown=Ye.shown,Ye.shown?dn.show():dn.hide())}}const gr={beforeMount:Ia,updated:Ia,beforeUnmount(re){$a(re)}};function Ta(re){re.addEventListener("mousedown",Kr),re.addEventListener("click",Kr),re.addEventListener("touchstart",lr,oi?{passive:!0}:!1)}function to(re){re.removeEventListener("mousedown",Kr),re.removeEventListener("click",Kr),re.removeEventListener("touchstart",lr),re.removeEventListener("touchend",Wr),re.removeEventListener("touchcancel",Le)}function Kr(re){const Ye=re.currentTarget;re.closePopover=!Ye.$_vclosepopover_touch,re.closeAllPopover=Ye.$_closePopoverModifiers&&!!Ye.$_closePopoverModifiers.all}function lr(re){if(re.changedTouches.length===1){const Ye=re.currentTarget;Ye.$_vclosepopover_touch=!0;const Pt=re.changedTouches[0];Ye.$_vclosepopover_touchPoint=Pt,Ye.addEventListener("touchend",Wr),Ye.addEventListener("touchcancel",Le)}}function Wr(re){const Ye=re.currentTarget;if(Ye.$_vclosepopover_touch=!1,re.changedTouches.length===1){const Pt=re.changedTouches[0],Bi=Ye.$_vclosepopover_touchPoint;re.closePopover=Math.abs(Pt.screenY-Bi.screenY)<20&&Math.abs(Pt.screenX-Bi.screenX)<20,re.closeAllPopover=Ye.$_closePopoverModifiers&&!!Ye.$_closePopoverModifiers.all}}function Le(re){const Ye=re.currentTarget;Ye.$_vclosepopover_touch=!1}const lt={beforeMount(re,{value:Ye,modifiers:Pt}){re.$_closePopoverModifiers=Pt,(typeof Ye>"u"||Ye)&&Ta(re)},updated(re,{value:Ye,oldValue:Pt,modifiers:Bi}){re.$_closePopoverModifiers=Bi,Ye!==Pt&&(typeof Ye>"u"||Ye?Ta(re):to(re))},beforeUnmount(re){to(re)}},u=Lt,b=null,R=null,q=null,oe=null,z=Wt,ae=null,Ee=null,V=null,Fe=null,De=null,Et=null,yi=null,gi=null;function fn(re,Ye={}){re.$_vTooltipInstalled||(re.$_vTooltipInstalled=!0,wi(Lt,Ye),re.directive("tooltip",gr),re.directive("close-popper",lt),re.component("VTooltip",Oi),re.component("VDropdown",Wt),re.component("VMenu",Si))}const se={version:"5.2.2",install:fn,options:Lt};var je=a(75078),Ue=a(60648),mt=a(3168),dt=a(53072),li=a(52697);const Ui=(0,e.pM)({name:"NcPopoverTriggerProvider",provide(){return{"NcPopover:trigger:shown":()=>this.shown,"NcPopover:trigger:attrs":()=>this.triggerAttrs}},props:{shown:{type:Boolean,required:!0},popupRole:{type:String,default:void 0}},computed:{triggerAttrs(){return{"aria-haspopup":this.popupRole,"aria-expanded":this.shown.toString()}}},render(){return this.$slots.default?.({attrs:this.triggerAttrs})}}),rn={"material-design-icon":"_material-design-icon_wpltc_12",ncPopover:"_ncPopover_wpltc_20"},Nn="nc-popover-9";u.themes[Nn]=structuredClone(u.themes.dropdown);const ba={name:"NcPopover",components:{Dropdown:z,NcPopoverTriggerProvider:Ui},props:{boundary:{type:[String,Object],default:""},closeOnClickOutside:{type:Boolean,default:!0},noCloseOnClickOutside:{type:Boolean,default:!1},container:{type:[Boolean,String],default:"body"},delay:{type:[Number,Object],default:0},noFocusTrap:{type:Boolean,default:!1},placement:{type:String,default:"bottom"},popoverBaseClass:{type:String,default:""},popoverTriggers:{type:[Array,Object],default:null},popupRole:{type:String,default:void 0,validator:re=>["menu","listbox","tree","grid","dialog","true"].includes(re)},setReturnFocus:{default:void 0,type:[Boolean,HTMLElement,SVGElement,String,Function]},shown:{type:Boolean,default:!1},triggers:{type:[Array,Object],default:()=>["click"]}},emits:["afterShow","afterHide","update:shown"],setup(){return{theme:Nn}},data(){return{internalShown:this.shown}},computed:{popperTriggers(){if(this.popoverTriggers&&Array.isArray(this.popoverTriggers))return this.popoverTriggers},popperHideTriggers(){if(this.popoverTriggers&&typeof this.popoverTriggers=="object")return this.popoverTriggers.hide},popperShowTriggers(){if(this.popoverTriggers&&typeof this.popoverTriggers=="object")return this.popoverTriggers.show},internalTriggers(){if(this.triggers&&Array.isArray(this.triggers))return this.triggers},hideTriggers(){if(this.triggers&&typeof this.triggers=="object")return this.triggers.hide},showTriggers(){if(this.triggers&&typeof this.triggers=="object")return this.triggers.show},internalPlacement(){return this.placement==="start"?dt.i?"right":"left":this.placement==="end"?dt.i?"left":"right":this.placement}},watch:{shown(re){this.internalShown=re},internalShown(re){this.$emit("update:shown",re)}},mounted(){this.checkTriggerA11y()},beforeUnmount(){this.clearFocusTrap(),this.clearEscapeStopPropagation()},methods:{checkTriggerA11y(){window.OC?.debug&&(this.getPopoverTriggerContainerElement().querySelector("[aria-expanded]")||(0,e.R8)("It looks like you are using a custom button as a <NcPopover> or other popover #trigger. If you are not using <NcButton> as a trigger, you need to bind attrs from the #trigger slot props to your custom button. See <NcPopover> docs for an example."))},removeFloatingVueAriaDescribedBy(){const Ye=this.getPopoverTriggerContainerElement().querySelectorAll("[data-popper-shown]");for(const Pt of Ye)Pt.removeAttribute("aria-describedby")},getPopoverContentElement(){return this.$refs.popover?.$refs.popperContent?.$el},getPopoverTriggerContainerElement(){return this.$refs.popover?.$refs.popper?.$refs.reference},async useFocusTrap(){if(await this.$nextTick(),this.noFocusTrap)return;const re=this.getPopoverContentElement();re.tabIndex=-1,re&&(this.$focusTrap=(0,je.K)(re,{escapeDeactivates:!1,allowOutsideClick:!0,setReturnFocus:this.setReturnFocus,trapStack:(0,Ue.g)(),fallBackFocus:re}),this.$focusTrap.activate())},clearFocusTrap(re={}){try{this.$focusTrap?.deactivate(re),this.$focusTrap=null}catch(Ye){mt.l.warn("[NcPopover] Failed to clear focus trap",{error:Ye})}},addEscapeStopPropagation(){this.getPopoverContentElement()?.addEventListener("keydown",this.stopKeydownEscapeHandler)},clearEscapeStopPropagation(){this.getPopoverContentElement()?.removeEventListener("keydown",this.stopKeydownEscapeHandler)},stopKeydownEscapeHandler(re){re.type==="keydown"&&re.key==="Escape"&&re.stopPropagation()},async afterShow(){this.getPopoverContentElement().addEventListener("transitionend",()=>{this.$emit("afterShow")},{once:!0,passive:!0}),this.removeFloatingVueAriaDescribedBy(),await this.$nextTick(),await this.useFocusTrap(),this.addEscapeStopPropagation()},afterHide(){this.getPopoverContentElement()?.addEventListener("transitionend",()=>{this.$emit("afterHide")},{once:!0,passive:!0}),this.clearFocusTrap(),this.clearEscapeStopPropagation()}}};function Ra(re,Ye,Pt,Bi,dn,sa){const gn=(0,e.g2)("NcPopoverTriggerProvider"),tn=(0,e.g2)("Dropdown");return(0,e.uX)(),(0,e.Wv)(tn,{ref:"popover",shown:dn.internalShown,"onUpdate:shown":[Ye[0]||(Ye[0]=bt=>dn.internalShown=bt),Ye[1]||(Ye[1]=bt=>dn.internalShown=bt)],"arrow-padding":10,"auto-hide":!Pt.noCloseOnClickOutside&&Pt.closeOnClickOutside,boundary:Pt.boundary||void 0,container:Pt.container,delay:Pt.delay,distance:10,"handle-resize":"","no-auto-focus":!0,placement:sa.internalPlacement,"popper-class":[re.$style.ncPopover,Pt.popoverBaseClass],"popper-triggers":sa.popperTriggers,"popper-hide-triggers":sa.popperHideTriggers,"popper-show-triggers":sa.popperShowTriggers,theme:Bi.theme,triggers:sa.internalTriggers,"hide-triggers":sa.hideTriggers,"show-triggers":sa.showTriggers,onApplyShow:sa.afterShow,onApplyHide:sa.afterHide},{popper:(0,e.k6)(bt=>[(0,e.RG)(re.$slots,"default",(0,i.normalizeProps)((0,e.Ng)(bt)))]),default:(0,e.k6)(()=>[(0,e.bF)(gn,{shown:dn.internalShown,"popup-role":Pt.popupRole},{default:(0,e.k6)(bt=>[(0,e.RG)(re.$slots,"trigger",(0,i.normalizeProps)((0,e.Ng)(bt)))]),_:3},8,["shown","popup-role"])]),_:3},8,["shown","auto-hide","boundary","container","delay","placement","popper-class","popper-triggers","popper-hide-triggers","popper-show-triggers","theme","triggers","hide-triggers","show-triggers","onApplyShow","onApplyHide"])}const ka={$style:rn},ea=(0,li._)(ba,[["render",Ra],["__cssModules",ka]])},130:($t,We,a)=>{"use strict";var e=a(20641),i=a(53751),c=a(90033);const v=["aria-valuenow"],N=["height","width"],I=["stroke-dasharray","stroke-dashoffset","stroke-width","r","cx","cy"],d=["stroke-dasharray","stroke-dashoffset","stroke-width","r","cx","cy"],G=["value"],j=Number.parseInt(window.getComputedStyle(document.body).getPropertyValue("--default-grid-baseline")),Q=Number.parseInt(window.getComputedStyle(document.body).getPropertyValue("--default-clickable-area")),x=Number.parseInt(window.getComputedStyle(document.body).getPropertyValue("--clickable-area-small")),U=(0,e.pM)({__name:"NcProgressBar",props:{value:{default:0},size:{default:"small"},error:{type:Boolean},type:{default:"linear"},color:{default:"var(--color-primary-element)"}},setup(_){(0,i.useCssVars)(Ce=>({"0a7905e8":Ce.color,d7eb5974:ee.value}));const S=_,K=(0,e.EW)(()=>Math.max(0,Math.min(100,S.value))/100),_e=(0,e.EW)(()=>typeof S.size=="number"?Math.round(S.size):S.type==="circular"?S.size==="medium"?Q:x:S.size==="medium"?1.5*j:j),ee=(0,e.EW)(()=>`${_e.value}px`),H=(0,e.EW)(()=>Math.max(j,_e.value/Q*j)),xe=(0,e.EW)(()=>_e.value/2),P=(0,e.EW)(()=>_e.value/2-H.value),ce=(0,e.EW)(()=>P.value*2*Math.PI);return(Ce,ke)=>Ce.type==="circular"?((0,e.uX)(),(0,e.CE)("span",{key:0,role:"progressbar","aria-valuenow":Ce.value,class:(0,c.normalizeClass)([{"progress-bar--error":Ce.error},"progress-bar progress-bar--circular"])},[((0,e.uX)(),(0,e.CE)("svg",{height:_e.value,width:_e.value},[(0,e.Lk)("circle",{stroke:"currentColor",fill:"transparent","stroke-dasharray":`${K.value*ce.value} ${(1-K.value)*ce.value}`,"stroke-dashoffset":.25*ce.value,"stroke-width":H.value,r:P.value,cx:xe.value,cy:xe.value},null,8,I),(0,e.Lk)("circle",{stroke:"var(--color-background-darker)",fill:"transparent","stroke-dasharray":`${(1-K.value)*ce.value} ${K.value*ce.value}`,"stroke-dashoffset":(.25-K.value)*ce.value,"stroke-width":H.value,r:P.value,cx:xe.value,cy:xe.value},null,8,d)],8,N))],10,v)):((0,e.uX)(),(0,e.CE)("progress",{key:1,class:(0,c.normalizeClass)(["progress-bar progress-bar--linear vue",{"progress-bar--error":Ce.error}]),value:Ce.value,max:"100"},null,10,G))}}),T=null},16470:($t,We,a)=>{"use strict";var e=a(66802),i=a(63814),c=a(13606),v=a(26905),N=a(81128),I=a(20641),d=a(90033),G=a(52697),j=a(87485),Q=a(89053),x=a(57798),U=a(47031),T=a(3168);(0,c.r)(c.B);const _={name:"NcResource",components:{NcButton:v.N},props:{icon:{type:String,required:!0},name:{type:String,required:!0},url:{type:String,required:!0}},data(){return{labelTranslated:(0,c.a)('Open link to "{resourceName}"',{resourceName:this.name})}},computed:{route(){return(0,N.g)(this.$router,this.url)}},methods:{t:c.a}},S={class:"resource"},K={class:"resource__icon"},_e=["src"];function ee(Ut,qi,Ne,ft,gt,Ve){const ot=(0,I.g2)("NcButton");return(0,I.uX)(),(0,I.CE)("li",S,[(0,I.bF)(ot,{class:"resource__button","aria-label":gt.labelTranslated,to:Ve.route,href:Ve.route?null:Ne.url,variant:"tertiary"},{icon:(0,I.k6)(()=>[(0,I.Lk)("div",K,[(0,I.Lk)("img",{src:Ne.icon},null,8,_e)])]),default:(0,I.k6)(()=>[(0,I.eW)(" "+(0,d.toDisplayString)(Ne.name),1)]),_:1},8,["aria-label","to","href"])])}const H=(0,G._)(_,[["render",ee],["__scopeId","data-v-8db55138"]]),xe={name:"AccountGroupIcon",emits:["click"],props:{title:{type:String},fillColor:{type:String,default:"currentColor"},size:{type:Number,default:24}}},P=["aria-hidden","aria-label"],ce=["fill","width","height"],Ce={d:"M12,5.5A3.5,3.5 0 0,1 15.5,9A3.5,3.5 0 0,1 12,12.5A3.5,3.5 0 0,1 8.5,9A3.5,3.5 0 0,1 12,5.5M5,8C5.56,8 6.08,8.15 6.53,8.42C6.38,9.85 6.8,11.27 7.66,12.38C7.16,13.34 6.16,14 5,14A3,3 0 0,1 2,11A3,3 0 0,1 5,8M19,8A3,3 0 0,1 22,11A3,3 0 0,1 19,14C17.84,14 16.84,13.34 16.34,12.38C17.2,11.27 17.62,9.85 17.47,8.42C17.92,8.15 18.44,8 19,8M5.5,18.25C5.5,16.18 8.41,14.5 12,14.5C15.59,14.5 18.5,16.18 18.5,18.25V20H5.5V18.25M0,20V18.5C0,17.11 1.89,15.94 4.45,15.6C3.86,16.28 3.5,17.22 3.5,18.25V20H0M24,20H20.5V18.25C20.5,17.22 20.14,16.28 19.55,15.6C22.11,15.94 24,17.11 24,18.5V20Z"},ke={key:0};function J(Ut,qi,Ne,ft,gt,Ve){return(0,I.uX)(),(0,I.CE)("span",(0,I.v6)(Ut.$attrs,{"aria-hidden":Ne.title?null:"true","aria-label":Ne.title,class:"material-design-icon account-group-icon",role:"img",onClick:qi[0]||(qi[0]=ot=>Ut.$emit("click",ot))}),[((0,I.uX)(),(0,I.CE)("svg",{fill:Ne.fillColor,class:"material-design-icon__svg",width:Ne.size,height:Ne.size,viewBox:"0 0 24 24"},[(0,I.Lk)("path",Ce,[Ne.title?((0,I.uX)(),(0,I.CE)("title",ke,(0,d.toDisplayString)(Ne.title),1)):(0,I.Q3)("",!0)])],8,ce))],16,P)}const ye=(0,G._)(xe,[["render",J]]),Xe={name:"OpenInNewIcon",emits:["click"],props:{title:{type:String},fillColor:{type:String,default:"currentColor"},size:{type:Number,default:24}}},ui=["aria-hidden","aria-label"],ht=["fill","width","height"],_t={d:"M14,3V5H17.59L7.76,14.83L9.17,16.24L19,6.41V10H21V3M19,19H5V5H12V3H5C3.89,3 3,3.9 3,5V19A2,2 0 0,0 5,21H19A2,2 0 0,0 21,19V12H19V19Z"},ai={key:0};function Ft(Ut,qi,Ne,ft,gt,Ve){return(0,I.uX)(),(0,I.CE)("span",(0,I.v6)(Ut.$attrs,{"aria-hidden":Ne.title?null:"true","aria-label":Ne.title,class:"material-design-icon open-in-new-icon",role:"img",onClick:qi[0]||(qi[0]=ot=>Ut.$emit("click",ot))}),[((0,I.uX)(),(0,I.CE)("svg",{fill:Ne.fillColor,class:"material-design-icon__svg",width:Ne.size,height:Ne.size,viewBox:"0 0 24 24"},[(0,I.Lk)("path",_t,[Ne.title?((0,I.uX)(),(0,I.CE)("title",ai,(0,d.toDisplayString)(Ne.title),1)):(0,I.Q3)("",!0)])],8,ht))],16,ui)}const jt=(0,G._)(Xe,[["render",Ft]]);(0,c.r)(c.C);const He=(0,j.F)()?.circles?.teamResourceProviders??[],ut={name:"NcTeamResources",components:{AccountGroup:ye,ChevronDown:Q.C,ChevronUp:x.C,OpenInNew:jt,NcButton:v.N,NcIconSvgWrapper:U.N},props:{providerId:{type:String,default:null},itemId:{type:[String,Number],default:null}},data(){return{appEnabled:OC?.appswebroots?.circles!==void 0&&(OC.config.version.split(".")[0]??0)>=29,loading:!1,teamResources:null,teamOpen:[]}},computed:{isVisible(){return!this.loading&&this.teamResources?.length>0},teamProviders(){return Ut=>this.teamResources.find(Ne=>Ne.teamId===Ut).resources?.reduce((Ne,ft)=>(ft.provider.id===this.providerId&&ft.id===String(this.itemId)||(Ne[ft.provider.id]||(Ne[ft.provider.id]=ft.provider,Ne[ft.provider.id].resources=[]),ft.provider.id===this.providerId&&ft.id===String(this.itemId))||Ne[ft.provider.id].resources.push(ft),Ne),{})},open(){return Ut=>this.teamOpen.indexOf(Ut)!==-1}},watch:{providerId(){this.fetchTeamResources()},itemId(){this.fetchTeamResources()}},created(){this.fetchTeamResources()},methods:{t:c.a,async fetchTeamResources(){if(He.includes(this.providerId))try{this.loading=!0;const Ut=await e.Ay.get((0,i.KT)(`/teams/resources/${this.providerId}/${this.itemId}`));this.teamResources=Ut.data.ocs.data.teams,this.teamOpen=[this.teamResources[0]?.teamId]}catch(Ut){this.teamResources=null,T.l.error("[NcTeamResources] Failed to fetch resources",{error:Ut})}finally{this.loading=!1}},toggleOpen(Ut,qi){qi?this.teamOpen.push(Ut):this.teamOpen.splice(this.teamOpen.indexOf(Ut),1)}}},Ot={key:0,class:"team-resources"},Gt={class:"team-resources__header"},ri=["open","onToggle"],Ii={class:"related-team__header"},Li={class:"related-team__name"},Yi={key:0},wi=["href"],Lt={key:0,class:"resource__icon"},di={key:2,class:"resource__icon"},Vt=["src"],pn={class:"resource__name"};function oi(Ut,qi,Ne,ft,gt,Ve){const ot=(0,I.g2)("AccountGroup"),ei=(0,I.g2)("OpenInNew"),X=(0,I.g2)("NcButton"),A=(0,I.g2)("ChevronUp"),g=(0,I.g2)("ChevronDown"),D=(0,I.g2)("NcIconSvgWrapper");return gt.appEnabled&&Ve.isVisible?((0,I.uX)(),(0,I.CE)("div",Ot,[(0,I.Lk)("h5",Gt,(0,d.toDisplayString)(Ve.t("Related team resources")),1),((0,I.uX)(!0),(0,I.CE)(I.FK,null,(0,I.pI)(gt.teamResources,$=>((0,I.uX)(),(0,I.CE)("details",{key:$.teamId,name:"Team resources",class:"related-team",open:Ve.open($.teamId),onToggle:Y=>Ve.toggleOpen($.teamId,Y.target.open)},[(0,I.Lk)("summary",Ii,[(0,I.Lk)("h5",Li,[(0,I.bF)(ot,{size:20}),(0,I.eW)(" "+(0,d.toDisplayString)($.displayName),1)]),(0,I.bF)(X,{"aria-label":Ve.t("View team"),href:$.link,title:Ve.t("View team"),variant:"tertiary"},{icon:(0,I.k6)(()=>[(0,I.bF)(ei,{size:20})]),_:2},1032,["aria-label","href","title"]),Ve.open($.teamId)?((0,I.uX)(),(0,I.Wv)(A,{key:0,size:20})):((0,I.uX)(),(0,I.Wv)(g,{key:1,size:20}))]),(0,I.Lk)("div",null,[((0,I.uX)(!0),(0,I.CE)(I.FK,null,(0,I.pI)(Ve.teamProviders($.teamId),Y=>((0,I.uX)(),(0,I.CE)("div",{key:Y.id,class:"related-team-provider"},[Y.resources.length>0?((0,I.uX)(),(0,I.CE)("h6",Yi,(0,d.toDisplayString)(Y.name),1)):(0,I.Q3)("",!0),(0,I.Lk)("ul",null,[((0,I.uX)(!0),(0,I.CE)(I.FK,null,(0,I.pI)(Y.resources,ne=>((0,I.uX)(),(0,I.CE)("li",{key:ne.url,class:"related-team-resource"},[(0,I.Lk)("a",{href:ne.url,class:"related-team-resource__link"},[ne.iconEmoji?((0,I.uX)(),(0,I.CE)("span",Lt,(0,d.toDisplayString)(ne.iconEmoji),1)):ne.iconSvg?((0,I.uX)(),(0,I.Wv)(D,{key:1,class:"resource__icon",svg:ne.iconSvg,size:20},null,8,["svg"])):ne.iconURL?((0,I.uX)(),(0,I.CE)("span",di,[(0,I.Lk)("img",{src:ne.iconURL,alt:""},null,8,Vt)])):(0,I.Q3)("",!0),(0,I.Lk)("span",pn,(0,d.toDisplayString)(ne.label),1)],8,wi)]))),128))])]))),128))])],40,ri))),128))])):(0,I.Q3)("",!0)}const ni=(0,G._)(ut,[["render",oi],["__scopeId","data-v-a0203ee5"]]);(0,c.r)(c.D);const Ei={name:"NcRelatedResourcesPanel",components:{NcResource:H,NcTeamResources:ni},props:{providerId:{type:String,default:null},itemId:{type:[String,Number],default:null},resourceType:{type:String,default:""},limit:{type:Number,default:0},fileInfo:{type:Object,default:null},header:{type:String,default:(0,c.a)("Related resources")},description:{type:String,default:(0,c.a)("Anything shared with the same group of people will show up here")},primary:{type:Boolean,default:!1}},emits:["hasError","hasResources"],data(){return{appEnabled:OC?.appswebroots?.related_resources!==void 0,loading:!1,error:null,resources:[]}},computed:{isVisible(){return this.loading?!1:this.error??this.resources.length>0},subline(){return this.error?(0,c.a)("Error getting related resources. Please contact your system administrator if you have any questions."):this.description},hasResourceInfo(){return this.providerId!==null&&this.itemId!==null||this.fileInfo!==null},isFiles(){return this.fileInfo?.id!==void 0},url(){let Ut=null,qi=null;return this.isFiles?(Ut="files",qi=this.fileInfo.id):(Ut=this.providerId,qi=this.itemId),(0,i.KT)("/apps/related_resources/related/{providerId}?itemId={itemId}&resourceType={resourceType}&limit={limit}&format=json",{providerId:Ut,itemId:qi,resourceType:this.resourceType,limit:this.limit})}},watch:{providerId(){this.fetchRelatedResources()},itemId(){this.fetchRelatedResources()},fileInfo(){this.fetchRelatedResources()},error(Ut){this.$emit("hasError",!!Ut)},resources(Ut){this.$emit("hasResources",Ut.length>0)}},created(){this.fetchRelatedResources()},methods:{t:c.a,async fetchRelatedResources(){if(!(!this.appEnabled||!this.hasResourceInfo)){this.loading=!0,this.error=null,this.resources=[];try{const Ut=await e.Ay.get(this.url);this.resources=Ut.data.ocs?.data}catch(Ut){this.error=Ut,logger.error("[NcRelatedResourcesPanel] Failed to fetch resources",{error:Ut})}finally{this.loading=!1}}}}},An={key:0,class:"related-resources"},En={class:"related-resources__header"};function Qi(Ut,qi,Ne,ft,gt,Ve){const ot=(0,I.g2)("NcTeamResources"),ei=(0,I.g2)("NcResource");return(0,I.uX)(),(0,I.CE)("div",null,[(0,I.bF)(ot,{"provider-id":Ne.providerId,"item-id":Ne.itemId},null,8,["provider-id","item-id"]),gt.appEnabled&&Ve.isVisible?((0,I.uX)(),(0,I.CE)("div",An,[(0,I.Lk)("div",En,[(0,I.Lk)("h5",null,(0,d.toDisplayString)(Ne.header),1),(0,I.Lk)("p",null,(0,d.toDisplayString)(Ve.subline),1)]),((0,I.uX)(!0),(0,I.CE)(I.FK,null,(0,I.pI)(gt.resources,X=>((0,I.uX)(),(0,I.Wv)(ei,{key:X.itemId,class:"related-resources__entry",icon:X.icon,name:X.title,url:X.url},null,8,["icon","name","url"]))),128))])):(0,I.Q3)("",!0)])}const Yt=(0,G._)(Ei,[["render",Qi],["__scopeId","data-v-7a009a6b"]])},44680:($t,We,a)=>{"use strict";var e=a(12454);if(Array.prototype.find||(Array.prototype.find=function(ve){if(this===null)throw new TypeError("Array.prototype.find called on null or undefined");if(typeof ve!="function")throw new TypeError("predicate must be a function");for(var L=Object(this),ge=L.length>>>0,Ae=arguments[1],rt,Ht=0;Ht<ge;Ht++)if(rt=L[Ht],ve.call(Ae,rt,Ht,L))return rt}),window&&typeof window.CustomEvent!="function"){let ve=function(L,ge){ge=ge||{bubbles:!1,cancelable:!1,detail:void 0};var Ae=document.createEvent("CustomEvent");return Ae.initCustomEvent(L,ge.bubbles,ge.cancelable,ge.detail),Ae};typeof window.Event<"u"&&(ve.prototype=window.Event.prototype),window.CustomEvent=ve}class i{constructor(L){this.tribute=L,this.tribute.events=this}static keys(){return[{key:9,value:"TAB"},{key:8,value:"DELETE"},{key:13,value:"ENTER"},{key:27,value:"ESCAPE"},{key:32,value:"SPACE"},{key:38,value:"UP"},{key:40,value:"DOWN"}]}bind(L){L.boundKeydown=this.keydown.bind(L,this),L.boundKeyup=this.keyup.bind(L,this),L.boundInput=this.input.bind(L,this),L.addEventListener("keydown",L.boundKeydown,!1),L.addEventListener("keyup",L.boundKeyup,!1),L.addEventListener("input",L.boundInput,!1)}unbind(L){L.removeEventListener("keydown",L.boundKeydown,!1),L.removeEventListener("keyup",L.boundKeyup,!1),L.removeEventListener("input",L.boundInput,!1),delete L.boundKeydown,delete L.boundKeyup,delete L.boundInput}keydown(L,ge){L.shouldDeactivate(ge)&&(L.tribute.isActive=!1,L.tribute.hideMenu());let Ae=this;L.commandEvent=!1,i.keys().forEach(rt=>{rt.key===ge.keyCode&&(L.commandEvent=!0,L.callbacks()[rt.value.toLowerCase()](ge,Ae))})}input(L,ge){L.inputEvent=!0,L.keyup.call(this,L,ge)}click(L,ge){let Ae=L.tribute;if(Ae.menu&&Ae.menu.contains(ge.target)){let rt=ge.target;for(ge.preventDefault(),ge.stopPropagation();rt.nodeName.toLowerCase()!=="li";)if(rt=rt.parentNode,!rt||rt===Ae.menu)throw new Error("cannot find the <li> container for the click");Ae.selectItemAtIndex(rt.getAttribute("data-index"),ge),Ae.hideMenu()}else Ae.current.element&&!Ae.current.externalTrigger&&(Ae.current.externalTrigger=!1,setTimeout(()=>Ae.hideMenu()))}keyup(L,ge){if(L.inputEvent&&(L.inputEvent=!1),L.updateSelection(this),ge.keyCode!==27){if(!L.tribute.allowSpaces&&L.tribute.hasTrailingSpace){L.tribute.hasTrailingSpace=!1,L.commandEvent=!0,L.callbacks().space(ge,this);return}if(!L.tribute.isActive)if(L.tribute.autocompleteMode)L.callbacks().triggerChar(ge,this,"");else{let Ae=L.getKeyCode(L,this,ge);if(isNaN(Ae)||!Ae)return;let rt=L.tribute.triggers().find(Ht=>Ht.charCodeAt(0)===Ae);typeof rt<"u"&&L.callbacks().triggerChar(ge,this,rt)}L.tribute.current.mentionText.length<L.tribute.current.collection.menuShowMinLength||((L.tribute.current.trigger||L.tribute.autocompleteMode)&&L.commandEvent===!1||L.tribute.isActive&&ge.keyCode===8)&&L.tribute.showMenuFor(this,!0)}}shouldDeactivate(L){if(!this.tribute.isActive)return!1;if(this.tribute.current.mentionText.length===0){let ge=!1;return i.keys().forEach(Ae=>{L.keyCode===Ae.key&&(ge=!0)}),!ge}return!1}getKeyCode(L,ge,Ae){let rt=L.tribute,Ht=rt.range.getTriggerInfo(!1,rt.hasTrailingSpace,!0,rt.allowSpaces,rt.autocompleteMode);return Ht?Ht.mentionTriggerChar.charCodeAt(0):!1}updateSelection(L){this.tribute.current.element=L;let ge=this.tribute.range.getTriggerInfo(!1,this.tribute.hasTrailingSpace,!0,this.tribute.allowSpaces,this.tribute.autocompleteMode);ge&&(this.tribute.current.selectedPath=ge.mentionSelectedPath,this.tribute.current.mentionText=ge.mentionText,this.tribute.current.selectedOffset=ge.mentionSelectedOffset)}callbacks(){return{triggerChar:(L,ge,Ae)=>{let rt=this.tribute;rt.current.trigger=Ae;let Ht=rt.collection.find(Qt=>Qt.trigger===Ae);rt.current.collection=Ht,rt.current.mentionText.length>=rt.current.collection.menuShowMinLength&&rt.inputEvent&&rt.showMenuFor(ge,!0)},enter:(L,ge)=>{this.tribute.isActive&&this.tribute.current.filteredItems&&(L.preventDefault(),L.stopPropagation(),setTimeout(()=>{this.tribute.selectItemAtIndex(this.tribute.menuSelected,L),this.tribute.hideMenu()},0))},escape:(L,ge)=>{this.tribute.isActive&&(L.preventDefault(),L.stopPropagation(),this.tribute.isActive=!1,this.tribute.hideMenu())},tab:(L,ge)=>{this.callbacks().enter(L,ge)},space:(L,ge)=>{this.tribute.isActive&&(this.tribute.spaceSelectsMatch?this.callbacks().enter(L,ge):this.tribute.allowSpaces||(L.stopPropagation(),setTimeout(()=>{this.tribute.hideMenu(),this.tribute.isActive=!1},0)))},up:(L,ge)=>{if(this.tribute.isActive&&this.tribute.current.filteredItems){L.preventDefault(),L.stopPropagation();let Ae=this.tribute.current.filteredItems.length,rt=this.tribute.menuSelected;Ae>rt&&rt>0?(this.tribute.menuSelected--,this.setActiveLi()):rt===0&&(this.tribute.menuSelected=Ae-1,this.setActiveLi(),this.tribute.menu.scrollTop=this.tribute.menu.scrollHeight)}},down:(L,ge)=>{if(this.tribute.isActive&&this.tribute.current.filteredItems){L.preventDefault(),L.stopPropagation();let Ae=this.tribute.current.filteredItems.length-1,rt=this.tribute.menuSelected;Ae>rt?(this.tribute.menuSelected++,this.setActiveLi()):Ae===rt&&(this.tribute.menuSelected=0,this.setActiveLi(),this.tribute.menu.scrollTop=0)}},delete:(L,ge)=>{this.tribute.isActive&&this.tribute.current.mentionText.length<1?this.tribute.hideMenu():this.tribute.isActive&&this.tribute.showMenuFor(ge)}}}setActiveLi(L){let ge=this.tribute.menu.querySelectorAll("li"),Ae=ge.length>>>0;L&&(this.tribute.menuSelected=parseInt(L));for(let rt=0;rt<Ae;rt++){let Ht=ge[rt];if(rt===this.tribute.menuSelected){Ht.classList.add(this.tribute.current.collection.selectClass);let Qt=Ht.getBoundingClientRect(),Qe=this.tribute.menu.getBoundingClientRect();if(Qt.bottom>Qe.bottom){let Rt=Qt.bottom-Qe.bottom;this.tribute.menu.scrollTop+=Rt}else if(Qt.top<Qe.top){let Rt=Qe.top-Qt.top;this.tribute.menu.scrollTop-=Rt}}else Ht.classList.remove(this.tribute.current.collection.selectClass)}}getFullHeight(L,ge){let Ae=L.getBoundingClientRect().height;if(ge){let rt=L.currentStyle||window.getComputedStyle(L);return Ae+parseFloat(rt.marginTop)+parseFloat(rt.marginBottom)}return Ae}}class c{constructor(L){this.tribute=L,this.tribute.menuEvents=this,this.menu=this.tribute.menu}bind(L){this.menuClickEvent=this.tribute.events.click.bind(null,this),this.menuContainerScrollEvent=this.debounce(()=>{this.tribute.isActive&&this.tribute.showMenuFor(this.tribute.current.element,!1)},300,!1),this.windowResizeEvent=this.debounce(()=>{this.tribute.isActive&&this.tribute.range.positionMenuAtCaret(!0)},300,!1),this.tribute.range.getDocument().addEventListener("MSPointerDown",this.menuClickEvent,!1),this.tribute.range.getDocument().addEventListener("mousedown",this.menuClickEvent,!1),window.addEventListener("resize",this.windowResizeEvent),this.menuContainer?this.menuContainer.addEventListener("scroll",this.menuContainerScrollEvent,!1):window.addEventListener("scroll",this.menuContainerScrollEvent)}unbind(L){this.tribute.range.getDocument().removeEventListener("mousedown",this.menuClickEvent,!1),this.tribute.range.getDocument().removeEventListener("MSPointerDown",this.menuClickEvent,!1),window.removeEventListener("resize",this.windowResizeEvent),this.menuContainer?this.menuContainer.removeEventListener("scroll",this.menuContainerScrollEvent,!1):window.removeEventListener("scroll",this.menuContainerScrollEvent)}debounce(L,ge,Ae){var rt;return()=>{var Ht=this,Qt=arguments,Qe=()=>{rt=null,Ae||L.apply(Ht,Qt)},Rt=Ae&&!rt;clearTimeout(rt),rt=setTimeout(Qe,ge),Rt&&L.apply(Ht,Qt)}}}class v{constructor(L){this.tribute=L,this.tribute.range=this}getDocument(){let L;return this.tribute.current.collection&&(L=this.tribute.current.collection.iframe),L?L.contentWindow.document:document}positionMenuAtCaret(L){let ge=this.tribute.current,Ae,rt=this.getTriggerInfo(!1,this.tribute.hasTrailingSpace,!0,this.tribute.allowSpaces,this.tribute.autocompleteMode);if(typeof rt<"u"){if(!this.tribute.positionMenu){this.tribute.menu.style.cssText="display: block;";return}this.isContentEditable(ge.element)?Ae=this.getContentEditableCaretPosition(rt.mentionPosition):Ae=this.getTextAreaOrInputUnderlinePosition(this.tribute.current.element,rt.mentionPosition),this.tribute.menu.style.cssText=`top: ${Ae.top}px;
|
|
left: ${Ae.left}px;
|
|
right: ${Ae.right}px;
|
|
bottom: ${Ae.bottom}px;
|
|
position: absolute;
|
|
display: block;`,Ae.left==="auto"&&(this.tribute.menu.style.left="auto"),Ae.top==="auto"&&(this.tribute.menu.style.top="auto"),L&&this.scrollIntoView(),window.setTimeout(()=>{let Ht={width:this.tribute.menu.offsetWidth,height:this.tribute.menu.offsetHeight},Qt=this.isMenuOffScreen(Ae,Ht),Qe=window.innerWidth>Ht.width&&(Qt.left||Qt.right),Rt=window.innerHeight>Ht.height&&(Qt.top||Qt.bottom);(Qe||Rt)&&(this.tribute.menu.style.cssText="display: none",this.positionMenuAtCaret(L))},0)}else this.tribute.menu.style.cssText="display: none"}get menuContainerIsBody(){return this.tribute.menuContainer===document.body||!this.tribute.menuContainer}selectElement(L,ge,Ae){let rt,Ht=L;if(ge)for(var Qt=0;Qt<ge.length;Qt++){if(Ht=Ht.childNodes[ge[Qt]],Ht===void 0)return;for(;Ht.length<Ae;)Ae-=Ht.length,Ht=Ht.nextSibling;Ht.childNodes.length===0&&!Ht.length&&(Ht=Ht.previousSibling)}let Qe=this.getWindowSelection();rt=this.getDocument().createRange(),rt.setStart(Ht,Ae),rt.setEnd(Ht,Ae),rt.collapse(!0);try{Qe.removeAllRanges()}catch{}Qe.addRange(rt),L.focus()}replaceTriggerText(L,ge,Ae,rt,Ht){let Qt=this.getTriggerInfo(!0,Ae,ge,this.tribute.allowSpaces,this.tribute.autocompleteMode);if(Qt!==void 0){let Qe=this.tribute.current,Rt=new CustomEvent("tribute-replaced",{detail:{item:Ht,instance:Qe,context:Qt,event:rt}});if(this.isContentEditable(Qe.element)){let Kt=typeof this.tribute.replaceTextSuffix=="string"?this.tribute.replaceTextSuffix:"\xA0";L+=Kt;let wt=Qt.mentionPosition+Qt.mentionText.length;this.tribute.autocompleteMode||(wt+=Qt.mentionTriggerChar.length),this.pasteHtml(L,Qt.mentionPosition,wt)}else{let Kt=this.tribute.current.element,wt=typeof this.tribute.replaceTextSuffix=="string"?this.tribute.replaceTextSuffix:" ";L+=wt;let un=Qt.mentionPosition,en=Qt.mentionPosition+Qt.mentionText.length+wt.length;this.tribute.autocompleteMode||(en+=Qt.mentionTriggerChar.length-1),Kt.value=Kt.value.substring(0,un)+L+Kt.value.substring(en,Kt.value.length),Kt.selectionStart=un+L.length,Kt.selectionEnd=un+L.length}Qe.element.dispatchEvent(new CustomEvent("input",{bubbles:!0})),Qe.element.dispatchEvent(Rt)}}pasteHtml(L,ge,Ae){let rt,Ht;Ht=this.getWindowSelection(),rt=this.getDocument().createRange(),rt.setStart(Ht.anchorNode,ge),rt.setEnd(Ht.anchorNode,Ae),rt.deleteContents();let Qt=this.getDocument().createElement("div");Qt.innerHTML=L;let Qe=this.getDocument().createDocumentFragment(),Rt,Kt;for(;Rt=Qt.firstChild;)Kt=Qe.appendChild(Rt);rt.insertNode(Qe),Kt&&(rt=rt.cloneRange(),rt.setStartAfter(Kt),rt.collapse(!0),Ht.removeAllRanges(),Ht.addRange(rt))}getWindowSelection(){return this.tribute.collection.iframe?this.tribute.collection.iframe.contentWindow.getSelection():window.getSelection()}getNodePositionInParent(L){if(L.parentNode===null)return 0;for(var ge=0;ge<L.parentNode.childNodes.length;ge++)if(L.parentNode.childNodes[ge]===L)return ge}getContentEditableSelectedPath(L){let ge=this.getWindowSelection(),Ae=ge.anchorNode,rt=[],Ht;if(Ae!=null){let Qt,Qe=Ae.contentEditable;for(;Ae!==null&&Qe!=="true";)Qt=this.getNodePositionInParent(Ae),rt.push(Qt),Ae=Ae.parentNode,Ae!==null&&(Qe=Ae.contentEditable);return rt.reverse(),Ht=ge.getRangeAt(0).startOffset,{selected:Ae,path:rt,offset:Ht}}}getTextPrecedingCurrentSelection(){let L=this.tribute.current,ge="";if(this.isContentEditable(L.element)){let Ae=this.getWindowSelection().anchorNode;if(Ae!=null){let rt=Ae.textContent,Ht=this.getWindowSelection().getRangeAt(0).startOffset;rt&&Ht>=0&&(ge=rt.substring(0,Ht))}}else{let Ae=this.tribute.current.element;if(Ae){let rt=Ae.selectionStart;Ae.value&&rt>=0&&(ge=Ae.value.substring(0,rt))}}return ge}getLastWordInText(L){L=L.replace(/\u00A0/g," ");let ge=L.split(/\s+/),Ae=ge.length-1;return ge[Ae].trim()}getTriggerInfo(L,ge,Ae,rt,Ht){let Qt=this.tribute.current,Qe,Rt,Kt;if(!this.isContentEditable(Qt.element))Qe=this.tribute.current.element;else{let en=this.getContentEditableSelectedPath(Qt);en&&(Qe=en.selected,Rt=en.path,Kt=en.offset)}let wt=this.getTextPrecedingCurrentSelection(),un=this.getLastWordInText(wt);if(Ht)return{mentionPosition:wt.length-un.length,mentionText:un,mentionSelectedElement:Qe,mentionSelectedPath:Rt,mentionSelectedOffset:Kt};if(wt!=null){let en=-1,Ji;if(this.tribute.collection.forEach(Zn=>{let oa=Zn.trigger,Tn=Zn.requireLeadingSpace?this.lastIndexWithLeadingSpace(wt,oa):wt.lastIndexOf(oa);Tn>en&&(en=Tn,Ji=oa,Ae=Zn.requireLeadingSpace)}),en>=0&&(en===0||!Ae||/[\xA0\s]/g.test(wt.substring(en-1,en)))){let Zn=wt.substring(en+Ji.length,wt.length);Ji=wt.substring(en,en+Ji.length);let oa=Zn.substring(0,1),Tn=Zn.length>0&&(oa===" "||oa==="\xA0");ge&&(Zn=Zn.trim());let Er=rt?/[^\S ]/g:/[\xA0\s]/g;if(this.tribute.hasTrailingSpace=Er.test(Zn),!Tn&&(L||!Er.test(Zn)))return{mentionPosition:en,mentionText:Zn,mentionSelectedElement:Qe,mentionSelectedPath:Rt,mentionSelectedOffset:Kt,mentionTriggerChar:Ji}}}}lastIndexWithLeadingSpace(L,ge){let Ae=L.split("").reverse().join(""),rt=-1;for(let Ht=0,Qt=L.length;Ht<Qt;Ht++){let Qe=Ht===L.length-1,Rt=/\s/.test(Ae[Ht+1]),Kt=!0;for(let wt=ge.length-1;wt>=0;wt--)if(ge[wt]!==Ae[Ht-wt]){Kt=!1;break}if(Kt&&(Qe||Rt)){rt=L.length-1-Ht;break}}return rt}isContentEditable(L){return L.nodeName!=="INPUT"&&L.nodeName!=="TEXTAREA"}isMenuOffScreen(L,ge){let Ae=window.innerWidth,rt=window.innerHeight,Ht=document.documentElement,Qt=(window.pageXOffset||Ht.scrollLeft)-(Ht.clientLeft||0),Qe=(window.pageYOffset||Ht.scrollTop)-(Ht.clientTop||0),Rt=typeof L.top=="number"?L.top:Qe+rt-L.bottom-ge.height,Kt=typeof L.right=="number"?L.right:L.left+ge.width,wt=typeof L.bottom=="number"?L.bottom:L.top+ge.height,un=typeof L.left=="number"?L.left:Qt+Ae-L.right-ge.width;return{top:Rt<Math.floor(Qe),right:Kt>Math.ceil(Qt+Ae),bottom:wt>Math.ceil(Qe+rt),left:un<Math.floor(Qt)}}getMenuDimensions(){let L={width:null,height:null};return this.tribute.menu.style.cssText=`top: 0px;
|
|
left: 0px;
|
|
position: fixed;
|
|
display: block;
|
|
visibility; hidden;`,L.width=this.tribute.menu.offsetWidth,L.height=this.tribute.menu.offsetHeight,this.tribute.menu.style.cssText="display: none;",L}getTextAreaOrInputUnderlinePosition(L,ge,Ae){let rt=["direction","boxSizing","width","height","overflowX","overflowY","borderTopWidth","borderRightWidth","borderBottomWidth","borderLeftWidth","paddingTop","paddingRight","paddingBottom","paddingLeft","fontStyle","fontVariant","fontWeight","fontStretch","fontSize","fontSizeAdjust","lineHeight","fontFamily","textAlign","textTransform","textIndent","textDecoration","letterSpacing","wordSpacing"],Ht=window.mozInnerScreenX!==null,Qt=this.getDocument().createElement("div");Qt.id="input-textarea-caret-position-mirror-div",this.getDocument().body.appendChild(Qt);let Qe=Qt.style,Rt=window.getComputedStyle?getComputedStyle(L):L.currentStyle;Qe.whiteSpace="pre-wrap",L.nodeName!=="INPUT"&&(Qe.wordWrap="break-word"),Qe.position="absolute",Qe.visibility="hidden",rt.forEach(br=>{Qe[br]=Rt[br]}),Ht?(Qe.width=`${parseInt(Rt.width)-2}px`,L.scrollHeight>parseInt(Rt.height)&&(Qe.overflowY="scroll")):Qe.overflow="hidden",Qt.textContent=L.value.substring(0,ge),L.nodeName==="INPUT"&&(Qt.textContent=Qt.textContent.replace(/\s/g,"\xA0"));let Kt=this.getDocument().createElement("span");Kt.textContent=L.value.substring(ge)||".",Qt.appendChild(Kt);let wt=L.getBoundingClientRect(),un=document.documentElement,en=(window.pageXOffset||un.scrollLeft)-(un.clientLeft||0),Ji=(window.pageYOffset||un.scrollTop)-(un.clientTop||0),Zn=0,oa=0;this.menuContainerIsBody&&(Zn=wt.top,oa=wt.left);let Tn={top:Zn+Ji+Kt.offsetTop+parseInt(Rt.borderTopWidth)+parseInt(Rt.fontSize)-L.scrollTop,left:oa+en+Kt.offsetLeft+parseInt(Rt.borderLeftWidth)},Er=window.innerWidth,Ea=window.innerHeight,Br=this.getMenuDimensions(),Ja=this.isMenuOffScreen(Tn,Br);Ja.right&&(Tn.right=Er-Tn.left,Tn.left="auto");let hr=this.tribute.menuContainer?this.tribute.menuContainer.offsetHeight:this.getDocument().body.offsetHeight;if(Ja.bottom){let br=this.tribute.menuContainer?this.tribute.menuContainer.getBoundingClientRect():this.getDocument().body.getBoundingClientRect(),Ka=hr-(Ea-br.top);Tn.bottom=Ka+(Ea-wt.top-Kt.offsetTop),Tn.top="auto"}return Ja=this.isMenuOffScreen(Tn,Br),Ja.left&&(Tn.left=Er>Br.width?en+Er-Br.width:en,delete Tn.right),Ja.top&&(Tn.top=Ea>Br.height?Ji+Ea-Br.height:Ji,delete Tn.bottom),this.getDocument().body.removeChild(Qt),Tn}getContentEditableCaretPosition(L){let ge,Ae=this.getWindowSelection();ge=this.getDocument().createRange(),ge.setStart(Ae.anchorNode,L),ge.setEnd(Ae.anchorNode,L),ge.collapse(!1);let rt=ge.getBoundingClientRect(),Ht=document.documentElement,Qt=(window.pageXOffset||Ht.scrollLeft)-(Ht.clientLeft||0),Qe=(window.pageYOffset||Ht.scrollTop)-(Ht.clientTop||0),Rt=rt.left,Kt=rt.top,wt={left:Rt+Qt,top:Kt+rt.height+Qe},un=window.innerWidth,en=window.innerHeight,Ji=this.getMenuDimensions(),Zn=this.isMenuOffScreen(wt,Ji);Zn.right&&(wt.left="auto",wt.right=un-rt.left-Qt);let oa=this.tribute.menuContainer?this.tribute.menuContainer.offsetHeight:this.getDocument().body.offsetHeight;if(Zn.bottom){let Tn=this.tribute.menuContainer?this.tribute.menuContainer.getBoundingClientRect():this.getDocument().body.getBoundingClientRect(),Er=oa-(en-Tn.top);wt.top="auto",wt.bottom=Er+(en-rt.top)}return Zn=this.isMenuOffScreen(wt,Ji),Zn.left&&(wt.left=un>Ji.width?Qt+un-Ji.width:Qt,delete wt.right),Zn.top&&(wt.top=en>Ji.height?Qe+en-Ji.height:Qe,delete wt.bottom),this.menuContainerIsBody||(wt.left=wt.left?wt.left-this.tribute.menuContainer.offsetLeft:wt.left,wt.top=wt.top?wt.top-this.tribute.menuContainer.offsetTop:wt.top),wt}scrollIntoView(L){let ge=20,Ae,rt=100,Ht=this.menu;if(typeof Ht>"u")return;for(;Ae===void 0||Ae.height===0;)if(Ae=Ht.getBoundingClientRect(),Ae.height===0&&(Ht=Ht.childNodes[0],Ht===void 0||!Ht.getBoundingClientRect))return;let Qt=Ae.top,Qe=Qt+Ae.height;if(Qt<0)window.scrollTo(0,window.pageYOffset+Ae.top-ge);else if(Qe>window.innerHeight){let Rt=window.pageYOffset+Ae.top-ge;Rt-window.pageYOffset>rt&&(Rt=window.pageYOffset+rt);let Kt=window.pageYOffset-(window.innerHeight-Qe);Kt>Rt&&(Kt=Rt),window.scrollTo(0,Kt)}}}class N{constructor(L){this.tribute=L,this.tribute.search=this}simpleFilter(L,ge){return ge.filter(Ae=>this.test(L,Ae))}test(L,ge){return this.match(L,ge)!==null}match(L,ge,Ae){Ae=Ae||{};let rt=ge.length,Ht=Ae.pre||"",Qt=Ae.post||"",Qe=Ae.caseSensitive&&ge||ge.toLowerCase();if(Ae.skip)return{rendered:ge,score:0};L=Ae.caseSensitive&&L||L.toLowerCase();let Rt=this.traverse(Qe,L,0,0,[]);return Rt?{rendered:this.render(ge,Rt.cache,Ht,Qt),score:Rt.score}:null}traverse(L,ge,Ae,rt,Ht){if(ge.length===rt)return{score:this.calculateScore(Ht),cache:Ht.slice()};if(L.length===Ae||ge.length-rt>L.length-Ae)return;let Qt=ge[rt],Qe=L.indexOf(Qt,Ae),Rt,Kt;for(;Qe>-1;){if(Ht.push(Qe),Kt=this.traverse(L,ge,Qe+1,rt+1,Ht),Ht.pop(),!Kt)return Rt;(!Rt||Rt.score<Kt.score)&&(Rt=Kt),Qe=L.indexOf(Qt,Qe+1)}return Rt}calculateScore(L){let ge=0,Ae=1;return L.forEach((rt,Ht)=>{Ht>0&&(L[Ht-1]+1===rt?Ae+=Ae+1:Ae=1),ge+=Ae}),ge}render(L,ge,Ae,rt){var Ht=L.substring(0,ge[0]);return ge.forEach((Qt,Qe)=>{Ht+=Ae+L[Qt]+rt+L.substring(Qt+1,ge[Qe+1]?ge[Qe+1]:L.length)}),Ht}filter(L,ge,Ae){return Ae=Ae||{},ge.reduce((rt,Ht,Qt,Qe)=>{let Rt=Ht;Ae.extract&&(Rt=Ae.extract(Ht),Rt||(Rt=""));let Kt=this.match(L,Rt,Ae);return Kt!=null&&(rt[rt.length]={string:Kt.rendered,score:Kt.score,index:Qt,original:Ht}),rt},[]).sort((rt,Ht)=>{let Qt=Ht.score-rt.score;return Qt||rt.index-Ht.index})}}class I{constructor({values:L=null,iframe:ge=null,selectClass:Ae="highlight",containerClass:rt="tribute-container",itemClass:Ht="",trigger:Qt="@",autocompleteMode:Qe=!1,selectTemplate:Rt=null,menuItemTemplate:Kt=null,lookup:wt="key",fillAttr:un="value",collection:en=null,menuContainer:Ji=null,noMatchTemplate:Zn=null,requireLeadingSpace:oa=!0,allowSpaces:Tn=!1,replaceTextSuffix:Er=null,positionMenu:Ea=!0,spaceSelectsMatch:Br=!1,searchOpts:Ja={},menuItemLimit:hr=null,menuShowMinLength:br=0}){if(this.autocompleteMode=Qe,this.menuSelected=0,this.current={},this.inputEvent=!1,this.isActive=!1,this.menuContainer=Ji,this.allowSpaces=Tn,this.replaceTextSuffix=Er,this.positionMenu=Ea,this.hasTrailingSpace=!1,this.spaceSelectsMatch=Br,this.autocompleteMode&&(Qt="",Tn=!1),L)this.collection=[{trigger:Qt,iframe:ge,selectClass:Ae,containerClass:rt,itemClass:Ht,selectTemplate:(Rt||I.defaultSelectTemplate).bind(this),menuItemTemplate:(Kt||I.defaultMenuItemTemplate).bind(this),noMatchTemplate:(Ka=>typeof Ka=="string"?Ka.trim()===""?null:Ka:typeof Ka=="function"?Ka.bind(this):Zn||function(){return"<li>No Match Found!</li>"}.bind(this))(Zn),lookup:wt,fillAttr:un,values:L,requireLeadingSpace:oa,searchOpts:Ja,menuItemLimit:hr,menuShowMinLength:br}];else if(en)this.autocompleteMode&&console.warn("Tribute in autocomplete mode does not work for collections"),this.collection=en.map(Ka=>({trigger:Ka.trigger||Qt,iframe:Ka.iframe||ge,selectClass:Ka.selectClass||Ae,containerClass:Ka.containerClass||rt,itemClass:Ka.itemClass||Ht,selectTemplate:(Ka.selectTemplate||I.defaultSelectTemplate).bind(this),menuItemTemplate:(Ka.menuItemTemplate||I.defaultMenuItemTemplate).bind(this),noMatchTemplate:(Ur=>typeof Ur=="string"?Ur.trim()===""?null:Ur:typeof Ur=="function"?Ur.bind(this):Zn||function(){return"<li>No Match Found!</li>"}.bind(this))(Zn),lookup:Ka.lookup||wt,fillAttr:Ka.fillAttr||un,values:Ka.values,requireLeadingSpace:Ka.requireLeadingSpace,searchOpts:Ka.searchOpts||Ja,menuItemLimit:Ka.menuItemLimit||hr,menuShowMinLength:Ka.menuShowMinLength||br}));else throw new Error("[Tribute] No collection specified.");new v(this),new i(this),new c(this),new N(this)}get isActive(){return this._isActive}set isActive(L){if(this._isActive!=L&&(this._isActive=L,this.current.element)){let ge=new CustomEvent(`tribute-active-${L}`);this.current.element.dispatchEvent(ge)}}static defaultSelectTemplate(L){return typeof L>"u"?`${this.current.collection.trigger}${this.current.mentionText}`:this.range.isContentEditable(this.current.element)?'<span class="tribute-mention">'+(this.current.collection.trigger+L.original[this.current.collection.fillAttr])+"</span>":this.current.collection.trigger+L.original[this.current.collection.fillAttr]}static defaultMenuItemTemplate(L){return L.string}static inputTypes(){return["TEXTAREA","INPUT"]}triggers(){return this.collection.map(L=>L.trigger)}attach(L){if(!L)throw new Error("[Tribute] Must pass in a DOM node or NodeList.");if(typeof jQuery<"u"&&L instanceof jQuery&&(L=L.get()),L.constructor===NodeList||L.constructor===HTMLCollection||L.constructor===Array){let Ae=L.length;for(var ge=0;ge<Ae;++ge)this._attach(L[ge])}else this._attach(L)}_attach(L){L.hasAttribute("data-tribute")&&console.warn("Tribute was already bound to "+L.nodeName),this.ensureEditable(L),this.events.bind(L),L.setAttribute("data-tribute",!0)}ensureEditable(L){if(I.inputTypes().indexOf(L.nodeName)===-1)if(L.contentEditable)L.contentEditable=!0;else throw new Error("[Tribute] Cannot bind to "+L.nodeName)}createMenu(L){let ge=this.range.getDocument().createElement("div"),Ae=this.range.getDocument().createElement("ul");return ge.className=L,ge.appendChild(Ae),this.menuContainer?this.menuContainer.appendChild(ge):this.range.getDocument().body.appendChild(ge)}showMenuFor(L,ge){if(this.isActive&&this.current.element===L&&this.current.mentionText===this.currentMentionTextSnapshot)return;this.currentMentionTextSnapshot=this.current.mentionText,this.menu||(this.menu=this.createMenu(this.current.collection.containerClass),L.tributeMenu=this.menu,this.menuEvents.bind(this.menu)),this.isActive=!0,this.menuSelected=0,this.current.mentionText||(this.current.mentionText="");const Ae=rt=>{if(!this.isActive)return;let Ht=this.search.filter(this.current.mentionText,rt,{pre:this.current.collection.searchOpts.pre||"<span>",post:this.current.collection.searchOpts.post||"</span>",skip:this.current.collection.searchOpts.skip,extract:Rt=>{if(typeof this.current.collection.lookup=="string")return Rt[this.current.collection.lookup];if(typeof this.current.collection.lookup=="function")return this.current.collection.lookup(Rt,this.current.mentionText);throw new Error("Invalid lookup attribute, lookup must be string or function.")}});this.current.collection.menuItemLimit&&(Ht=Ht.slice(0,this.current.collection.menuItemLimit)),this.current.filteredItems=Ht;let Qt=this.menu.querySelector("ul");if(this.range.positionMenuAtCaret(ge),!Ht.length){let Rt=new CustomEvent("tribute-no-match",{detail:this.menu});this.current.element.dispatchEvent(Rt),typeof this.current.collection.noMatchTemplate=="function"&&!this.current.collection.noMatchTemplate()||!this.current.collection.noMatchTemplate?this.hideMenu():typeof this.current.collection.noMatchTemplate=="function"?Qt.innerHTML=this.current.collection.noMatchTemplate():Qt.innerHTML=this.current.collection.noMatchTemplate;return}Qt.innerHTML="";let Qe=this.range.getDocument().createDocumentFragment();Ht.forEach((Rt,Kt)=>{let wt=this.range.getDocument().createElement("li");wt.setAttribute("data-index",Kt),wt.className=this.current.collection.itemClass,wt.addEventListener("mousemove",un=>{let[en,Ji]=this._findLiTarget(un.target);un.movementY!==0&&this.events.setActiveLi(Ji)}),this.menuSelected===Kt&&wt.classList.add(this.current.collection.selectClass),wt.innerHTML=this.current.collection.menuItemTemplate(Rt),Qe.appendChild(wt)}),Qt.appendChild(Qe)};typeof this.current.collection.values=="function"?this.current.collection.values(this.current.mentionText,Ae):Ae(this.current.collection.values)}_findLiTarget(L){if(!L)return[];const ge=L.getAttribute("data-index");return ge?[L,ge]:this._findLiTarget(L.parentNode)}showMenuForCollection(L,ge){L!==document.activeElement&&this.placeCaretAtEnd(L),this.current.collection=this.collection[ge||0],this.current.externalTrigger=!0,this.current.element=L,L.isContentEditable?this.insertTextAtCursor(this.current.collection.trigger):this.insertAtCaret(L,this.current.collection.trigger),this.showMenuFor(L)}placeCaretAtEnd(L){if(L.focus(),typeof window.getSelection<"u"&&typeof document.createRange<"u"){var ge=document.createRange();ge.selectNodeContents(L),ge.collapse(!1);var Ae=window.getSelection();Ae.removeAllRanges(),Ae.addRange(ge)}else if(typeof document.body.createTextRange<"u"){var rt=document.body.createTextRange();rt.moveToElementText(L),rt.collapse(!1),rt.select()}}insertTextAtCursor(L){var ge,Ae;ge=window.getSelection(),Ae=ge.getRangeAt(0),Ae.deleteContents();var rt=document.createTextNode(L);Ae.insertNode(rt),Ae.selectNodeContents(rt),Ae.collapse(!1),ge.removeAllRanges(),ge.addRange(Ae)}insertAtCaret(L,ge){var Ae=L.scrollTop,rt=L.selectionStart,Ht=L.value.substring(0,rt),Qt=L.value.substring(L.selectionEnd,L.value.length);L.value=Ht+ge+Qt,rt=rt+ge.length,L.selectionStart=rt,L.selectionEnd=rt,L.focus(),L.scrollTop=Ae}hideMenu(){this.menu&&(this.menu.style.cssText="display: none;",this.isActive=!1,this.menuSelected=0,this.current={})}selectItemAtIndex(L,ge){if(L=parseInt(L),typeof L!="number"||isNaN(L))return;let Ae=this.current.filteredItems[L],rt=this.current.collection.selectTemplate(Ae);rt!==null&&this.replaceText(rt,ge,Ae)}replaceText(L,ge,Ae){this.range.replaceTriggerText(L,!0,!0,ge,Ae)}_append(L,ge,Ae){if(typeof L.values=="function")throw new Error("Unable to append to values, as it is a function.");Ae?L.values=ge:L.values=L.values.concat(ge)}append(L,ge,Ae){let rt=parseInt(L);if(typeof rt!="number")throw new Error("please provide an index for the collection to update.");let Ht=this.collection[rt];this._append(Ht,ge,Ae)}appendCurrent(L,ge){if(this.isActive)this._append(this.current.collection,L,ge);else throw new Error("No active state. Please use append instead and pass an index.")}detach(L){if(!L)throw new Error("[Tribute] Must pass in a DOM node or NodeList.");if(typeof jQuery<"u"&&L instanceof jQuery&&(L=L.get()),L.constructor===NodeList||L.constructor===HTMLCollection||L.constructor===Array){let Ae=L.length;for(var ge=0;ge<Ae;++ge)this._detach(L[ge])}else this._detach(L)}_detach(L){this.events.unbind(L),L.tributeMenu&&this.menuEvents.unbind(L.tributeMenu),setTimeout(()=>{L.removeAttribute("data-tribute"),this.isActive=!1,L.tributeMenu&&L.tributeMenu.remove()})}}const d=I;var G=a(27359),j=a(1940),Q=a(72770),x=a(20641),U=a(90033),T=a(53751),_=a(52697),S=a(16343),K=a(13606),_e=a(70580),ee=a(67098),H=a(34163),xe=a(3168),P=a(21777),ce=a(66802),Ce=a(97172),ke=a(26905),J=a(75707),ye=a(4092),Xe=a(81128),ui=a(24510),ht=a(30854),_t=a(42531),ai=a(91202),Ft=a(74363),jt=a(20646),He=a(99418),ut=a(47031),Ot=a(2799),Gt=a(61338),ri=a(66197),Ii=a(39867);const Li={name:"NcMentionBubble",props:{id:{type:String,required:!0},label:{type:String,required:!1,default:null},icon:{type:String,required:!0},iconUrl:{type:[String,null],default:null},source:{type:String,required:!0},primary:{type:Boolean,default:!1}},setup(){return{isDarkTheme:(0,G.u)()}},computed:{avatarUrl(){return this.iconUrl?this.iconUrl:this.id&&this.source==="users"?(0,j.g)(this.id,{isDarkTheme:this.isDarkTheme}):null},mentionText(){return!this.id.includes(" ")&&!this.id.includes("/")?`@${this.id}`:`@"${this.id}"`}}},Yi={class:"mention-bubble__wrapper"},wi={class:"mention-bubble__content"},Lt=["title"],di={role:"none",class:"mention-bubble__select"};function Vt(ve,L,ge,Ae,rt,Ht){return(0,x.uX)(),(0,x.CE)("span",{class:(0,U.normalizeClass)(["mention-bubble",{"mention-bubble--primary":ge.primary}]),contenteditable:"false"},[(0,x.Lk)("span",Yi,[(0,x.Lk)("span",wi,[(0,x.Lk)("span",{class:(0,U.normalizeClass)([[ge.icon,`mention-bubble__icon--${Ht.avatarUrl?"with-avatar":""}`],"mention-bubble__icon"]),style:(0,U.normalizeStyle)(Ht.avatarUrl?{backgroundImage:`url(${Ht.avatarUrl})`}:null)},null,6),(0,x.Lk)("span",{role:"heading",class:"mention-bubble__title",title:ge.label},null,8,Lt)]),(0,x.Lk)("span",di,(0,U.toDisplayString)(Ht.mentionText),1)])],2)}const pn=(0,_._)(Li,[["render",Vt],["__scopeId","data-v-45238efd"]]),oi=/(?=[a-z0-9_\-@.'])\B/.source,ni=/(@[a-z0-9_\-@.']+)/.source,Ei=/@"(?:guest|email){1}\/[a-f0-9]+"/.source,An=/@"(?:federated_)?(?:group|team|user){1}\/[a-z0-9_\-@.' /:]+"/.source,En=/@"[a-z0-9_\-@.' ]+"/.source,Qi=`(${Ei}|${An}|${En})`,Yt=new RegExp(`${oi}${ni}`,"gi"),Ut=new RegExp(`${oi}${Qi}`,"gi"),qi={props:{userData:{type:Object,default:()=>({})}},methods:{renderContent(ve){return _e(ve).split(Yt).map(Ae=>Ae.split(Ut)).flat().map(Ae=>{if(!Ae.startsWith("@"))return Ae;const rt=Ae.slice(1).replace(/"/gi,"");return this.genSelectTemplate(rt)}).join("").replace(/\n/gmi,"<br>").replace(/&/gmi,"&")},parseContent(ve){let L=ve;return L=L.replace(/<br>/gmi,`
|
|
`),L=L.replace(/ /gmi," "),L=L.replace(/&/gmi,"&"),L=L.replace(/<\/div>/gmi,`
|
|
`),L=ee(L,"<div>"),L=ee(L),L},genSelectTemplate(ve){if(typeof ve>"u")return`${this.autocompleteTribute.current.collection.trigger}${this.autocompleteTribute.current.mentionText}`;const L=this.userData[ve];return L?this.renderComponentHtml(L,pn).replace(/[\n\t]/gmi,"").replace(/>\s+</g,"><"):[" ","/",":"].every(ge=>!ve.includes(ge))?`@${ve}`:`@"${ve}"`},renderComponentHtml(ve,L){const ge=(0,T.createApp)(L,{...ve}),Ae=document.createElement("div");Ae.style.display="none",document.body.appendChild(Ae),ge.mount(Ae);const rt=Ae.innerHTML;return ge.unmount(),Ae.remove(),rt}}},Ne={name:"NcAutoCompleteResult",components:{NcUserStatusIcon:Q.N},props:{label:{type:String,required:!1,default:null},subline:{type:String,default:null},id:{type:String,default:null},icon:{type:String,required:!0},iconUrl:{type:String,default:null},source:{type:String,required:!0},status:{type:[Object,Array],default:()=>({})}},setup(){return{isDarkTheme:(0,G.u)()}},computed:{avatarUrl(){return this.iconUrl?this.iconUrl:this.id&&this.source==="users"?(0,j.g)(this.id,{isDarkTheme:this.isDarkTheme}):null}}},ft={class:"autocomplete-result"},gt={key:0,class:"autocomplete-result__status autocomplete-result__status--icon"},Ve={class:"autocomplete-result__content"},ot=["title"],ei={key:0,class:"autocomplete-result__subline"};function X(ve,L,ge,Ae,rt,Ht){const Qt=(0,x.g2)("NcUserStatusIcon");return(0,x.uX)(),(0,x.CE)("div",ft,[(0,x.Lk)("div",{class:(0,U.normalizeClass)([[ge.icon,`autocomplete-result__icon--${Ht.avatarUrl?"with-avatar":""}`],"autocomplete-result__icon"]),style:(0,U.normalizeStyle)(Ht.avatarUrl?{backgroundImage:`url(${Ht.avatarUrl})`}:null)},[ge.status.icon?((0,x.uX)(),(0,x.CE)("span",gt,(0,U.toDisplayString)(ge.status&&ge.status.icon||""),1)):ge.status.status&&ge.status.status!=="offline"?((0,x.uX)(),(0,x.Wv)(Qt,{key:1,class:"autocomplete-result__status",status:ge.status.status},null,8,["status"])):(0,x.Q3)("",!0)],6),(0,x.Lk)("span",Ve,[(0,x.Lk)("span",{class:"autocomplete-result__title",title:ge.label},(0,U.toDisplayString)(ge.label),9,ot),ge.subline?((0,x.uX)(),(0,x.CE)("span",ei,(0,U.toDisplayString)(ge.subline),1)):(0,x.Q3)("",!0)])])}const A=(0,_._)(Ne,[["render",X],["__scopeId","data-v-ca83b679"]]);(0,K.r)(K.s,K.k);const g={"material-design-icon":"_material-design-icon_1xkrb_12","tribute-container":"_tribute-container_1xkrb_20","tribute-container__item":"_tribute-container__item_1xkrb_41","tribute-container--focus-visible":"_tribute-container--focus-visible_1xkrb_55","tribute-container-autocomplete":"_tribute-container-autocomplete_1xkrb_59","tribute-container-emoji":"_tribute-container-emoji_1xkrb_65","tribute-container-link":"_tribute-container-link_1xkrb_66","tribute-item":"_tribute-item_1xkrb_71","tribute-item__title":"_tribute-item__title_1xkrb_86","tribute-item__icon":"_tribute-item__icon_1xkrb_91"},D=["d","D","p","P","s","S","x","X",")","(","|","/"],$=[];D.forEach(ve=>{$.push(":"+ve),$.push(":-"+ve)});const Y={name:"NcRichContenteditable",mixins:[qi],inheritAttrs:!1,props:{id:{type:String,default:()=>(0,H.c)()},label:{type:String,default:""},modelValue:{type:String,required:!0},placeholder:{type:String,default:(0,K.a)("Write a message\xA0\u2026")},autoComplete:{type:Function,default:()=>[]},menuContainer:{type:Element,default:()=>document.body},multiline:{type:Boolean,default:!1},contenteditable:{type:Boolean,default:!0},disabled:{type:Boolean,default:!1},maxlength:{type:Number,default:null},emojiAutocomplete:{type:Boolean,default:!0},linkAutocomplete:{type:Boolean,default:!0},class:{type:[String,Array,Object],default:""}},emits:["paste","update:modelValue","smartPickerSubmit","submit"],setup(){const ve=new Intl.Segmenter;return{labelId:(0,H.c)(),tributeId:(0,H.c)(),segmenter:ve,tribute:null,tributeStyleMutationObserver:null}},data(){return{localValue:this.modelValue,isComposing:!1,isAutocompleteOpen:!1,autocompleteActiveId:void 0,isTributeIntegrationDone:!1}},computed:{isEmptyValue(){return!this.localValue||this.localValue.trim()===""},isOverMaxlength(){return this.isEmptyValue||!this.maxlength?!1:[...this.segmenter.segment(this.localValue)].length>this.maxlength},tooltipString(){return this.isOverMaxlength?(0,K.u)("Message limit of %n character reached","Message limit of %n characters reached",this.maxlength):null},canEdit(){return this.contenteditable&&!this.disabled},debouncedAutoComplete(){return(0,e.A)(async(ve,L)=>{this.autoComplete(ve,L)},100)}},watch:{modelValue(){const ve=this.$refs.contenteditable.innerHTML;this.modelValue.trim()!==this.parseContent(ve).trim()&&this.updateContent(this.modelValue)}},mounted(){this.initializeTribute(),this.updateContent(this.modelValue),this.$refs.contenteditable.contentEditable=this.canEdit},beforeUnmount(){this.tribute&&this.tribute.detach(this.$refs.contenteditable),this.tributeStyleMutationObserver&&this.tributeStyleMutationObserver.disconnect()},methods:{focus(){this.$refs.contenteditable.focus()},initializeTribute(){const ve=ge=>`<div id="${(0,H.c)()}" class="${this.$style["tribute-item"]}" role="option">${ge}</div>`,L=[];L.push({fillAttr:"id",lookup:ge=>`${ge.id} ${ge.label??ge.title}`,requireLeadingSpace:!0,menuItemTemplate:ge=>ve(this.renderComponentHtml(ge.original,A)),noMatchTemplate:()=>'<span class="hidden"></span>',selectTemplate:ge=>this.genSelectTemplate(ge?.original?.id),values:this.debouncedAutoComplete,containerClass:`${this.$style["tribute-container"]} ${this.$style["tribute-container-autocomplete"]}`,itemClass:this.$style["tribute-container__item"]}),this.emojiAutocomplete&&L.push({trigger:":",lookup:(ge,Ae)=>Ae,requireLeadingSpace:!0,menuItemTemplate:ge=>$.includes(ge.original)?ge.original:ve(`<span class="${this.$style["tribute-item__emoji"]}">${ge.original.native}</span> :${ge.original.short_name}`),noMatchTemplate:()=>(0,K.a)("No emoji found"),selectTemplate:ge=>$.includes(ge.original)?ge.original:((0,S.a)(ge.original),ge.original.native),values:(ge,Ae)=>{const rt=(0,S.e)(ge);$.includes(":"+ge)&&rt.unshift(":"+ge),Ae(rt)},containerClass:`${this.$style["tribute-container"]} ${this.$style["tribute-container-emoji"]}`,itemClass:this.$style["tribute-container__item"]}),this.linkAutocomplete&&L.push({trigger:"/",lookup:(ge,Ae)=>Ae,requireLeadingSpace:!0,menuItemTemplate:ge=>ve(`<img class="${this.$style["tribute-item__icon"]}" src="${ge.original.icon_url}"> <span class="${this.$style["tribute-item__title"]}">${ge.original.title}</span>`),noMatchTemplate:()=>(0,K.a)("No link provider found"),selectTemplate:this.getLink,values:(ge,Ae)=>Ae((0,J.s)(ge)),containerClass:`${this.$style["tribute-container"]} ${this.$style["tribute-container-link"]}`,itemClass:this.$style["tribute-container__item"]}),this.tribute=new d({collection:L,allowSpaces:!1,menuContainer:this.menuContainer}),this.tribute.attach(this.$refs.contenteditable)},getLink(ve){return(0,J.g)(ve.original.id).then(L=>{const ge=document.getElementById("tmp-smart-picker-result-node"),Ae={result:L,insertText:!0};if(this.$emit("smartPickerSubmit",Ae),Ae.insertText){const rt=document.createTextNode(L);ge.replaceWith(rt),this.setCursorAfter(rt),this.updateValue(this.$refs.contenteditable.innerHTML)}else ge.remove()}).catch(L=>{xe.l.debug("[NcRichContenteditable] Smart picker promise rejected:",{error:L});const ge=document.getElementById("tmp-smart-picker-result-node");this.setCursorAfter(ge),ge.remove()}),'<span id="tmp-smart-picker-result-node"></span>'},setCursorAfter(ve){const L=document.createRange();L.setEndAfter(ve),L.collapse();const ge=window.getSelection();ge.removeAllRanges(),ge.addRange(L)},moveCursorToEnd(){if(!document.createRange||window.getSelection().rangeCount>0&&this.$refs.contenteditable.contains(window.getSelection().getRangeAt(0).commonAncestorContainer))return;const ve=document.createRange();ve.selectNodeContents(this.$refs.contenteditable),ve.collapse(!1);const L=window.getSelection();L.removeAllRanges(),L.addRange(ve)},onInput(ve){this.updateValue(ve.target.innerHTML)},onPaste(ve){if(!this.canEdit)return;ve.preventDefault();const L=ve.clipboardData;if(this.$emit("paste",ve),L.files.length!==0||!Object.values(L.items).find(Ht=>Ht?.type.startsWith("text")))return;const ge=L.getData("text"),rt=window.getSelection().getRangeAt(0);rt.deleteContents(),rt.insertNode(document.createTextNode(ge)),rt.collapse(!1),this.updateValue(this.$refs.contenteditable.innerHTML)},updateValue(ve){const L=this.parseContent(ve).replace(/^\n$/,"");this.localValue=L,this.$emit("update:modelValue",L)},updateContent(ve){const L=this.renderContent(ve);this.$refs.contenteditable.innerHTML=L,this.localValue=ve},onEnter(ve){this.multiline||this.isOverMaxlength||this.tribute.isActive||this.isComposing||(ve.preventDefault(),ve.stopPropagation(),this.$emit("submit",ve))},onCtrlEnter(ve){this.isOverMaxlength||this.$emit("submit",ve)},onKeyUp(ve){ve.stopImmediatePropagation()},onKeyEsc(ve){this.tribute&&this.isAutocompleteOpen&&(ve.stopImmediatePropagation(),this.tribute.hideMenu())},getTributeContainer(){return this.tribute.menu},getTributeSelectedItem(){return this.getTributeContainer().querySelector('.highlight [id^="nc-rich-contenteditable-tribute-item-"]')},onTributeActive(ve){this.isAutocompleteOpen=ve,ve?(this.getTributeContainer().setAttribute("class",this.tribute.current.collection.containerClass||this.$style["tribute-container"]),this.setupTributeIntegration(),document.removeEventListener("click",this.hideTribute,!0)):(this.debouncedAutoComplete.clear(),this.autocompleteActiveId=void 0,this.setTributeFocusVisible(!1))},onTributeArrowKeyDown(){this.isAutocompleteOpen&&(this.setTributeFocusVisible(!0),this.onTributeSelectedItemWillChange())},onTributeSelectedItemWillChange(){requestAnimationFrame(()=>{this.autocompleteActiveId=this.getTributeSelectedItem()?.id})},setupTributeIntegration(){if(this.isTributeIntegrationDone)return;this.isTributeIntegrationDone=!0;const ve=this.getTributeContainer();ve.id=this.tributeId,ve.setAttribute("role","listbox"),ve.children[0].setAttribute("role","presentation"),this.tributeStyleMutationObserver=new MutationObserver(([{target:ge}])=>{ge.style.display!=="none"&&this.onTributeSelectedItemWillChange()}).observe(ve,{attributes:!0,attributeFilter:["style"]}),ve.addEventListener("mousemove",()=>{this.setTributeFocusVisible(!1),this.onTributeSelectedItemWillChange()},{passive:!0})},setTributeFocusVisible(ve){ve?this.getTributeContainer().classList.add(this.$style["tribute-container--focus-visible"]):this.getTributeContainer().classList.remove(this.$style["tribute-container--focus-visible"])},showTribute(ve){this.focus();const L=this.tribute.collection.findIndex(ge=>ge.trigger===ve);this.tribute.showMenuForCollection(this.$refs.contenteditable,L),this.updateValue(this.$refs.contenteditable.innerHTML),document.addEventListener("click",this.hideTribute,!0)},hideTribute(){this.tribute.hideMenu(),document.removeEventListener("click",this.hideTribute,!0)}}},ne=["id","contenteditable","aria-labelledby","aria-placeholder","aria-controls","aria-expanded","aria-activedescendant","title"],Re=["id"];function Ge(ve,L,ge,Ae,rt,Ht){return(0,x.uX)(),(0,x.CE)("div",{class:(0,U.normalizeClass)(["rich-contenteditable",ve.$props.class])},[(0,x.Lk)("div",(0,x.v6)({id:ge.id,ref:"contenteditable",class:[{"rich-contenteditable__input--empty":Ht.isEmptyValue,"rich-contenteditable__input--multiline":ge.multiline,"rich-contenteditable__input--has-label":ge.label,"rich-contenteditable__input--overflow":Ht.isOverMaxlength,"rich-contenteditable__input--disabled":ge.disabled},"rich-contenteditable__input"],contenteditable:Ht.canEdit,"aria-labelledby":ge.label?Ae.labelId:void 0,"aria-placeholder":ge.placeholder,"aria-multiline":"true",role:"textbox","aria-haspopup":"listbox","aria-autocomplete":"inline","aria-controls":Ae.tributeId,"aria-expanded":rt.isAutocompleteOpen?"true":"false","aria-activedescendant":rt.autocompleteActiveId,title:Ht.tooltipString},ve.$attrs,{onFocus:L[0]||(L[0]=(...Qt)=>Ht.moveCursorToEnd&&Ht.moveCursorToEnd(...Qt)),onInput:L[1]||(L[1]=(...Qt)=>Ht.onInput&&Ht.onInput(...Qt)),onCompositionstart:L[2]||(L[2]=Qt=>rt.isComposing=!0),onCompositionend:L[3]||(L[3]=Qt=>rt.isComposing=!1),onKeydownCapture:L[4]||(L[4]=(0,T.withKeys)((...Qt)=>Ht.onKeyEsc&&Ht.onKeyEsc(...Qt),["esc"])),onKeydown:[L[5]||(L[5]=(0,T.withKeys)((0,T.withModifiers)((...Qt)=>Ht.onEnter&&Ht.onEnter(...Qt),["exact"]),["enter"])),L[6]||(L[6]=(0,T.withKeys)((0,T.withModifiers)((...Qt)=>Ht.onCtrlEnter&&Ht.onCtrlEnter(...Qt),["ctrl","exact","stop","prevent"]),["enter"])),L[9]||(L[9]=(0,T.withKeys)((0,T.withModifiers)((...Qt)=>Ht.onTributeArrowKeyDown&&Ht.onTributeArrowKeyDown(...Qt),["exact","stop"]),["up"])),L[10]||(L[10]=(0,T.withKeys)((0,T.withModifiers)((...Qt)=>Ht.onTributeArrowKeyDown&&Ht.onTributeArrowKeyDown(...Qt),["exact","stop"]),["down"]))],onPaste:L[7]||(L[7]=(...Qt)=>Ht.onPaste&&Ht.onPaste(...Qt)),onKeyupCapture:L[8]||(L[8]=(0,T.withModifiers)((...Qt)=>Ht.onKeyUp&&Ht.onKeyUp(...Qt),["stop","prevent"])),onTributeActiveTrue:L[11]||(L[11]=Qt=>Ht.onTributeActive(!0)),onTributeActiveFalse:L[12]||(L[12]=Qt=>Ht.onTributeActive(!1))}),null,16,ne),ge.label?((0,x.uX)(),(0,x.CE)("div",{key:0,id:Ae.labelId,class:"rich-contenteditable__label"},(0,U.toDisplayString)(ge.label),9,Re)):(0,x.Q3)("",!0)],2)}const At={$style:g},Ze=(0,_._)(Y,[["render",Ge],["__cssModules",At],["__scopeId","data-v-faef642b"]])},24510:($t,We,a)=>{"use strict";var e={};a.r(e),a.d(e,{boolean:()=>Ne,booleanish:()=>ft,commaOrSpaceSeparated:()=>X,commaSeparated:()=>ei,number:()=>Ve,overloadedBoolean:()=>gt,spaceSeparated:()=>ot});var i={};a.r(i),a.d(i,{attentionMarkers:()=>W,contentInitial:()=>hd,disable:()=>ie,document:()=>Bs,flow:()=>ed,flowInitial:()=>vu,insideSpan:()=>M,string:()=>ou,text:()=>k});const c=-1,v=0,N=1,I=2,d=3,G=4,j=5,Q=6,x=7,U=8,T=typeof self=="object"?self:globalThis,_=(t,o)=>{const r=(C,B)=>(t.set(B,C),C),f=C=>{if(t.has(C))return t.get(C);const[B,O]=o[C];switch(B){case v:case c:return r(O,C);case N:{const de=r([],C);for(const Se of O)de.push(f(Se));return de}case I:{const de=r({},C);for(const[Se,qe]of O)de[f(Se)]=f(qe);return de}case d:return r(new Date(O),C);case G:{const{source:de,flags:Se}=O;return r(new RegExp(de,Se),C)}case j:{const de=r(new Map,C);for(const[Se,qe]of O)de.set(f(Se),f(qe));return de}case Q:{const de=r(new Set,C);for(const Se of O)de.add(f(Se));return de}case x:{const{name:de,message:Se}=O;return r(new T[de](Se),C)}case U:return r(BigInt(O),C);case"BigInt":return r(Object(BigInt(O)),C)}return r(new T[B](O),C)};return f},S=t=>_(new Map,t)(0),K="",{toString:_e}={},{keys:ee}=Object,H=t=>{const o=typeof t;if(o!=="object"||!t)return[v,o];const r=_e.call(t).slice(8,-1);switch(r){case"Array":return[N,K];case"Object":return[I,K];case"Date":return[d,K];case"RegExp":return[G,K];case"Map":return[j,K];case"Set":return[Q,K]}return r.includes("Array")?[N,r]:r.includes("Error")?[x,r]:[I,r]},xe=([t,o])=>t===v&&(o==="function"||o==="symbol"),P=(t,o,r,f)=>{const C=(O,de)=>{const Se=f.push(O)-1;return r.set(de,Se),Se},B=O=>{if(r.has(O))return r.get(O);let[de,Se]=H(O);switch(de){case v:{let tt=O;switch(Se){case"bigint":de=U,tt=O.toString();break;case"function":case"symbol":if(t)throw new TypeError("unable to serialize "+Se);tt=null;break;case"undefined":return C([c],O)}return C([de,tt],O)}case N:{if(Se)return C([Se,[...O]],O);const tt=[],Je=C([de,tt],O);for(const Bt of O)tt.push(B(Bt));return Je}case I:{if(Se)switch(Se){case"BigInt":return C([Se,O.toString()],O);case"Boolean":case"Number":case"String":return C([Se,O.valueOf()],O)}if(o&&"toJSON"in O)return B(O.toJSON());const tt=[],Je=C([de,tt],O);for(const Bt of ee(O))(t||!xe(H(O[Bt])))&&tt.push([B(Bt),B(O[Bt])]);return Je}case d:return C([de,O.toISOString()],O);case G:{const{source:tt,flags:Je}=O;return C([de,{source:tt,flags:Je}],O)}case j:{const tt=[],Je=C([de,tt],O);for(const[Bt,Tt]of O)(t||!(xe(H(Bt))||xe(H(Tt))))&&tt.push([B(Bt),B(Tt)]);return Je}case Q:{const tt=[],Je=C([de,tt],O);for(const Bt of O)(t||!xe(H(Bt)))&&tt.push(B(Bt));return Je}}const{message:qe}=O;return C([de,{name:Se,message:qe}],O)};return B},ce=(t,{json:o,lossy:r}={})=>{const f=[];return P(!(o||r),!!o,new Map,f)(t),f},Ce=typeof structuredClone=="function"?(t,o)=>o&&("json"in o||"lossy"in o)?S(ce(t,o)):structuredClone(t):(t,o)=>S(ce(t,o));var ke=a(29747);const J=/^[a-zA-Z][a-zA-Z\d+\-.]*?:/,ye=/^[a-zA-Z]:\\/;function Xe(t){if(typeof t!="string")throw new TypeError(`Expected a \`string\`, got \`${typeof t}\``);return ye.test(t)?!1:J.test(t)}function ui(t){const o=String(t||"").trim();return o?o.split(/[ \t\n\r\f]+/g):[]}function ht(t){return t.join(" ").trim()}var _t=a(47970);const ai=["http","https"],Ft=["nofollow"],jt={};function He(t){const o=t||jt,r=o.protocols||ai,f=(0,ke.a)(o.test);return function(C){(0,_t.YR)(C,"element",function(B,O,de){if(B.tagName==="a"&&typeof B.properties.href=="string"&&f(B,O,de)){const Se=B.properties.href;if(Xe(Se)?r.includes(Se.slice(0,Se.indexOf(":"))):Se.startsWith("//")){const qe=ut(o.content,B),tt=qe&&!Array.isArray(qe)?[qe]:qe,Je=ut(o.rel,B)||Ft,Bt=typeof Je=="string"?ui(Je):Je,Tt=ut(o.target,B),Xi=ut(o.properties,B);if(Xi&&Object.assign(B.properties,Ce(Xi)),Bt.length>0&&(B.properties.rel=[...Bt]),Tt&&(B.properties.target=Tt),tt){const Ha=ut(o.contentProperties,B)||{};B.children.push({type:"element",tagName:"span",properties:Ce(Ha),children:Ce(tt)})}}}})}}function ut(t,o){return typeof t=="function"?t(o):t}function Ot(t){const o=[],r=String(t||"");let f=r.indexOf(","),C=0,B=!1;for(;!B;){f===-1&&(f=r.length,B=!0);const O=r.slice(C,f).trim();(O||!B)&&o.push(O),C=f+1,f=r.indexOf(",",C)}return o}function Gt(t,o){const r=o||{};return(t[t.length-1]===""?[...t,""]:t).join((r.padRight?" ":"")+","+(r.padLeft===!1?"":" ")).trim()}var ri=a(97471);const Ii=/[$_\p{ID_Start}]/u,Li=/[$_\u{200C}\u{200D}\p{ID_Continue}]/u,Yi=/[-$_\u{200C}\u{200D}\p{ID_Continue}]/u,wi=/^[$_\p{ID_Start}][$_\u{200C}\u{200D}\p{ID_Continue}]*$/u,Lt=/^[$_\p{ID_Start}][-$_\u{200C}\u{200D}\p{ID_Continue}]*$/u,di={};function Vt(t){return t?Ii.test(String.fromCodePoint(t)):!1}function pn(t,o){const f=(o||di).jsx?Yi:Li;return t?f.test(String.fromCodePoint(t)):!1}function oi(t,o){return((o||di).jsx?Lt:wi).test(t)}const ni=/[ \t\n\f\r]/g;function Ei(t){return typeof t=="object"?t.type==="text"?An(t.value):!1:An(t)}function An(t){return t.replace(ni,"")===""}class En{constructor(o,r,f){this.normal=r,this.property=o,f&&(this.space=f)}}En.prototype.normal={},En.prototype.property={},En.prototype.space=void 0;function Qi(t,o){const r={},f={};for(const C of t)Object.assign(r,C.property),Object.assign(f,C.normal);return new En(r,f,o)}function Yt(t){return t.toLowerCase()}class Ut{constructor(o,r){this.attribute=r,this.property=o}}Ut.prototype.attribute="",Ut.prototype.booleanish=!1,Ut.prototype.boolean=!1,Ut.prototype.commaOrSpaceSeparated=!1,Ut.prototype.commaSeparated=!1,Ut.prototype.defined=!1,Ut.prototype.mustUseProperty=!1,Ut.prototype.number=!1,Ut.prototype.overloadedBoolean=!1,Ut.prototype.property="",Ut.prototype.spaceSeparated=!1,Ut.prototype.space=void 0;let qi=0;const Ne=A(),ft=A(),gt=A(),Ve=A(),ot=A(),ei=A(),X=A();function A(){return 2**++qi}const g=Object.keys(e);class D extends Ut{constructor(o,r,f,C){let B=-1;if(super(o,r),$(this,"space",C),typeof f=="number")for(;++B<g.length;){const O=g[B];$(this,g[B],(f&e[O])===e[O])}}}D.prototype.defined=!0;function $(t,o,r){r&&(t[o]=r)}function Y(t){const o={},r={};for(const[f,C]of Object.entries(t.properties)){const B=new D(f,t.transform(t.attributes||{},f),C,t.space);t.mustUseProperty&&t.mustUseProperty.includes(f)&&(B.mustUseProperty=!0),o[f]=B,r[Yt(f)]=f,r[Yt(B.attribute)]=f}return new En(o,r,t.space)}const ne=Y({properties:{ariaActiveDescendant:null,ariaAtomic:ft,ariaAutoComplete:null,ariaBusy:ft,ariaChecked:ft,ariaColCount:Ve,ariaColIndex:Ve,ariaColSpan:Ve,ariaControls:ot,ariaCurrent:null,ariaDescribedBy:ot,ariaDetails:null,ariaDisabled:ft,ariaDropEffect:ot,ariaErrorMessage:null,ariaExpanded:ft,ariaFlowTo:ot,ariaGrabbed:ft,ariaHasPopup:null,ariaHidden:ft,ariaInvalid:null,ariaKeyShortcuts:null,ariaLabel:null,ariaLabelledBy:ot,ariaLevel:Ve,ariaLive:null,ariaModal:ft,ariaMultiLine:ft,ariaMultiSelectable:ft,ariaOrientation:null,ariaOwns:ot,ariaPlaceholder:null,ariaPosInSet:Ve,ariaPressed:ft,ariaReadOnly:ft,ariaRelevant:null,ariaRequired:ft,ariaRoleDescription:ot,ariaRowCount:Ve,ariaRowIndex:Ve,ariaRowSpan:Ve,ariaSelected:ft,ariaSetSize:Ve,ariaSort:null,ariaValueMax:Ve,ariaValueMin:Ve,ariaValueNow:Ve,ariaValueText:null,role:null},transform(t,o){return o==="role"?o:"aria-"+o.slice(4).toLowerCase()}});function Re(t,o){return o in t?t[o]:o}function Ge(t,o){return Re(t,o.toLowerCase())}const At=Y({attributes:{acceptcharset:"accept-charset",classname:"class",htmlfor:"for",httpequiv:"http-equiv"},mustUseProperty:["checked","multiple","muted","selected"],properties:{abbr:null,accept:ei,acceptCharset:ot,accessKey:ot,action:null,allow:null,allowFullScreen:Ne,allowPaymentRequest:Ne,allowUserMedia:Ne,alt:null,as:null,async:Ne,autoCapitalize:null,autoComplete:ot,autoFocus:Ne,autoPlay:Ne,blocking:ot,capture:null,charSet:null,checked:Ne,cite:null,className:ot,cols:Ve,colSpan:null,content:null,contentEditable:ft,controls:Ne,controlsList:ot,coords:Ve|ei,crossOrigin:null,data:null,dateTime:null,decoding:null,default:Ne,defer:Ne,dir:null,dirName:null,disabled:Ne,download:gt,draggable:ft,encType:null,enterKeyHint:null,fetchPriority:null,form:null,formAction:null,formEncType:null,formMethod:null,formNoValidate:Ne,formTarget:null,headers:ot,height:Ve,hidden:gt,high:Ve,href:null,hrefLang:null,htmlFor:ot,httpEquiv:ot,id:null,imageSizes:null,imageSrcSet:null,inert:Ne,inputMode:null,integrity:null,is:null,isMap:Ne,itemId:null,itemProp:ot,itemRef:ot,itemScope:Ne,itemType:ot,kind:null,label:null,lang:null,language:null,list:null,loading:null,loop:Ne,low:Ve,manifest:null,max:null,maxLength:Ve,media:null,method:null,min:null,minLength:Ve,multiple:Ne,muted:Ne,name:null,nonce:null,noModule:Ne,noValidate:Ne,onAbort:null,onAfterPrint:null,onAuxClick:null,onBeforeMatch:null,onBeforePrint:null,onBeforeToggle:null,onBeforeUnload:null,onBlur:null,onCancel:null,onCanPlay:null,onCanPlayThrough:null,onChange:null,onClick:null,onClose:null,onContextLost:null,onContextMenu:null,onContextRestored:null,onCopy:null,onCueChange:null,onCut:null,onDblClick:null,onDrag:null,onDragEnd:null,onDragEnter:null,onDragExit:null,onDragLeave:null,onDragOver:null,onDragStart:null,onDrop:null,onDurationChange:null,onEmptied:null,onEnded:null,onError:null,onFocus:null,onFormData:null,onHashChange:null,onInput:null,onInvalid:null,onKeyDown:null,onKeyPress:null,onKeyUp:null,onLanguageChange:null,onLoad:null,onLoadedData:null,onLoadedMetadata:null,onLoadEnd:null,onLoadStart:null,onMessage:null,onMessageError:null,onMouseDown:null,onMouseEnter:null,onMouseLeave:null,onMouseMove:null,onMouseOut:null,onMouseOver:null,onMouseUp:null,onOffline:null,onOnline:null,onPageHide:null,onPageShow:null,onPaste:null,onPause:null,onPlay:null,onPlaying:null,onPopState:null,onProgress:null,onRateChange:null,onRejectionHandled:null,onReset:null,onResize:null,onScroll:null,onScrollEnd:null,onSecurityPolicyViolation:null,onSeeked:null,onSeeking:null,onSelect:null,onSlotChange:null,onStalled:null,onStorage:null,onSubmit:null,onSuspend:null,onTimeUpdate:null,onToggle:null,onUnhandledRejection:null,onUnload:null,onVolumeChange:null,onWaiting:null,onWheel:null,open:Ne,optimum:Ve,pattern:null,ping:ot,placeholder:null,playsInline:Ne,popover:null,popoverTarget:null,popoverTargetAction:null,poster:null,preload:null,readOnly:Ne,referrerPolicy:null,rel:ot,required:Ne,reversed:Ne,rows:Ve,rowSpan:Ve,sandbox:ot,scope:null,scoped:Ne,seamless:Ne,selected:Ne,shadowRootClonable:Ne,shadowRootDelegatesFocus:Ne,shadowRootMode:null,shape:null,size:Ve,sizes:null,slot:null,span:Ve,spellCheck:ft,src:null,srcDoc:null,srcLang:null,srcSet:null,start:Ve,step:null,style:null,tabIndex:Ve,target:null,title:null,translate:null,type:null,typeMustMatch:Ne,useMap:null,value:ft,width:Ve,wrap:null,writingSuggestions:null,align:null,aLink:null,archive:ot,axis:null,background:null,bgColor:null,border:Ve,borderColor:null,bottomMargin:Ve,cellPadding:null,cellSpacing:null,char:null,charOff:null,classId:null,clear:null,code:null,codeBase:null,codeType:null,color:null,compact:Ne,declare:Ne,event:null,face:null,frame:null,frameBorder:null,hSpace:Ve,leftMargin:Ve,link:null,longDesc:null,lowSrc:null,marginHeight:Ve,marginWidth:Ve,noResize:Ne,noHref:Ne,noShade:Ne,noWrap:Ne,object:null,profile:null,prompt:null,rev:null,rightMargin:Ve,rules:null,scheme:null,scrolling:ft,standby:null,summary:null,text:null,topMargin:Ve,valueType:null,version:null,vAlign:null,vLink:null,vSpace:Ve,allowTransparency:null,autoCorrect:null,autoSave:null,disablePictureInPicture:Ne,disableRemotePlayback:Ne,prefix:null,property:null,results:Ve,security:null,unselectable:null},space:"html",transform:Ge}),Ze=Y({attributes:{accentHeight:"accent-height",alignmentBaseline:"alignment-baseline",arabicForm:"arabic-form",baselineShift:"baseline-shift",capHeight:"cap-height",className:"class",clipPath:"clip-path",clipRule:"clip-rule",colorInterpolation:"color-interpolation",colorInterpolationFilters:"color-interpolation-filters",colorProfile:"color-profile",colorRendering:"color-rendering",crossOrigin:"crossorigin",dataType:"datatype",dominantBaseline:"dominant-baseline",enableBackground:"enable-background",fillOpacity:"fill-opacity",fillRule:"fill-rule",floodColor:"flood-color",floodOpacity:"flood-opacity",fontFamily:"font-family",fontSize:"font-size",fontSizeAdjust:"font-size-adjust",fontStretch:"font-stretch",fontStyle:"font-style",fontVariant:"font-variant",fontWeight:"font-weight",glyphName:"glyph-name",glyphOrientationHorizontal:"glyph-orientation-horizontal",glyphOrientationVertical:"glyph-orientation-vertical",hrefLang:"hreflang",horizAdvX:"horiz-adv-x",horizOriginX:"horiz-origin-x",horizOriginY:"horiz-origin-y",imageRendering:"image-rendering",letterSpacing:"letter-spacing",lightingColor:"lighting-color",markerEnd:"marker-end",markerMid:"marker-mid",markerStart:"marker-start",navDown:"nav-down",navDownLeft:"nav-down-left",navDownRight:"nav-down-right",navLeft:"nav-left",navNext:"nav-next",navPrev:"nav-prev",navRight:"nav-right",navUp:"nav-up",navUpLeft:"nav-up-left",navUpRight:"nav-up-right",onAbort:"onabort",onActivate:"onactivate",onAfterPrint:"onafterprint",onBeforePrint:"onbeforeprint",onBegin:"onbegin",onCancel:"oncancel",onCanPlay:"oncanplay",onCanPlayThrough:"oncanplaythrough",onChange:"onchange",onClick:"onclick",onClose:"onclose",onCopy:"oncopy",onCueChange:"oncuechange",onCut:"oncut",onDblClick:"ondblclick",onDrag:"ondrag",onDragEnd:"ondragend",onDragEnter:"ondragenter",onDragExit:"ondragexit",onDragLeave:"ondragleave",onDragOver:"ondragover",onDragStart:"ondragstart",onDrop:"ondrop",onDurationChange:"ondurationchange",onEmptied:"onemptied",onEnd:"onend",onEnded:"onended",onError:"onerror",onFocus:"onfocus",onFocusIn:"onfocusin",onFocusOut:"onfocusout",onHashChange:"onhashchange",onInput:"oninput",onInvalid:"oninvalid",onKeyDown:"onkeydown",onKeyPress:"onkeypress",onKeyUp:"onkeyup",onLoad:"onload",onLoadedData:"onloadeddata",onLoadedMetadata:"onloadedmetadata",onLoadStart:"onloadstart",onMessage:"onmessage",onMouseDown:"onmousedown",onMouseEnter:"onmouseenter",onMouseLeave:"onmouseleave",onMouseMove:"onmousemove",onMouseOut:"onmouseout",onMouseOver:"onmouseover",onMouseUp:"onmouseup",onMouseWheel:"onmousewheel",onOffline:"onoffline",onOnline:"ononline",onPageHide:"onpagehide",onPageShow:"onpageshow",onPaste:"onpaste",onPause:"onpause",onPlay:"onplay",onPlaying:"onplaying",onPopState:"onpopstate",onProgress:"onprogress",onRateChange:"onratechange",onRepeat:"onrepeat",onReset:"onreset",onResize:"onresize",onScroll:"onscroll",onSeeked:"onseeked",onSeeking:"onseeking",onSelect:"onselect",onShow:"onshow",onStalled:"onstalled",onStorage:"onstorage",onSubmit:"onsubmit",onSuspend:"onsuspend",onTimeUpdate:"ontimeupdate",onToggle:"ontoggle",onUnload:"onunload",onVolumeChange:"onvolumechange",onWaiting:"onwaiting",onZoom:"onzoom",overlinePosition:"overline-position",overlineThickness:"overline-thickness",paintOrder:"paint-order",panose1:"panose-1",pointerEvents:"pointer-events",referrerPolicy:"referrerpolicy",renderingIntent:"rendering-intent",shapeRendering:"shape-rendering",stopColor:"stop-color",stopOpacity:"stop-opacity",strikethroughPosition:"strikethrough-position",strikethroughThickness:"strikethrough-thickness",strokeDashArray:"stroke-dasharray",strokeDashOffset:"stroke-dashoffset",strokeLineCap:"stroke-linecap",strokeLineJoin:"stroke-linejoin",strokeMiterLimit:"stroke-miterlimit",strokeOpacity:"stroke-opacity",strokeWidth:"stroke-width",tabIndex:"tabindex",textAnchor:"text-anchor",textDecoration:"text-decoration",textRendering:"text-rendering",transformOrigin:"transform-origin",typeOf:"typeof",underlinePosition:"underline-position",underlineThickness:"underline-thickness",unicodeBidi:"unicode-bidi",unicodeRange:"unicode-range",unitsPerEm:"units-per-em",vAlphabetic:"v-alphabetic",vHanging:"v-hanging",vIdeographic:"v-ideographic",vMathematical:"v-mathematical",vectorEffect:"vector-effect",vertAdvY:"vert-adv-y",vertOriginX:"vert-origin-x",vertOriginY:"vert-origin-y",wordSpacing:"word-spacing",writingMode:"writing-mode",xHeight:"x-height",playbackOrder:"playbackorder",timelineBegin:"timelinebegin"},properties:{about:X,accentHeight:Ve,accumulate:null,additive:null,alignmentBaseline:null,alphabetic:Ve,amplitude:Ve,arabicForm:null,ascent:Ve,attributeName:null,attributeType:null,azimuth:Ve,bandwidth:null,baselineShift:null,baseFrequency:null,baseProfile:null,bbox:null,begin:null,bias:Ve,by:null,calcMode:null,capHeight:Ve,className:ot,clip:null,clipPath:null,clipPathUnits:null,clipRule:null,color:null,colorInterpolation:null,colorInterpolationFilters:null,colorProfile:null,colorRendering:null,content:null,contentScriptType:null,contentStyleType:null,crossOrigin:null,cursor:null,cx:null,cy:null,d:null,dataType:null,defaultAction:null,descent:Ve,diffuseConstant:Ve,direction:null,display:null,dur:null,divisor:Ve,dominantBaseline:null,download:Ne,dx:null,dy:null,edgeMode:null,editable:null,elevation:Ve,enableBackground:null,end:null,event:null,exponent:Ve,externalResourcesRequired:null,fill:null,fillOpacity:Ve,fillRule:null,filter:null,filterRes:null,filterUnits:null,floodColor:null,floodOpacity:null,focusable:null,focusHighlight:null,fontFamily:null,fontSize:null,fontSizeAdjust:null,fontStretch:null,fontStyle:null,fontVariant:null,fontWeight:null,format:null,fr:null,from:null,fx:null,fy:null,g1:ei,g2:ei,glyphName:ei,glyphOrientationHorizontal:null,glyphOrientationVertical:null,glyphRef:null,gradientTransform:null,gradientUnits:null,handler:null,hanging:Ve,hatchContentUnits:null,hatchUnits:null,height:null,href:null,hrefLang:null,horizAdvX:Ve,horizOriginX:Ve,horizOriginY:Ve,id:null,ideographic:Ve,imageRendering:null,initialVisibility:null,in:null,in2:null,intercept:Ve,k:Ve,k1:Ve,k2:Ve,k3:Ve,k4:Ve,kernelMatrix:X,kernelUnitLength:null,keyPoints:null,keySplines:null,keyTimes:null,kerning:null,lang:null,lengthAdjust:null,letterSpacing:null,lightingColor:null,limitingConeAngle:Ve,local:null,markerEnd:null,markerMid:null,markerStart:null,markerHeight:null,markerUnits:null,markerWidth:null,mask:null,maskContentUnits:null,maskUnits:null,mathematical:null,max:null,media:null,mediaCharacterEncoding:null,mediaContentEncodings:null,mediaSize:Ve,mediaTime:null,method:null,min:null,mode:null,name:null,navDown:null,navDownLeft:null,navDownRight:null,navLeft:null,navNext:null,navPrev:null,navRight:null,navUp:null,navUpLeft:null,navUpRight:null,numOctaves:null,observer:null,offset:null,onAbort:null,onActivate:null,onAfterPrint:null,onBeforePrint:null,onBegin:null,onCancel:null,onCanPlay:null,onCanPlayThrough:null,onChange:null,onClick:null,onClose:null,onCopy:null,onCueChange:null,onCut:null,onDblClick:null,onDrag:null,onDragEnd:null,onDragEnter:null,onDragExit:null,onDragLeave:null,onDragOver:null,onDragStart:null,onDrop:null,onDurationChange:null,onEmptied:null,onEnd:null,onEnded:null,onError:null,onFocus:null,onFocusIn:null,onFocusOut:null,onHashChange:null,onInput:null,onInvalid:null,onKeyDown:null,onKeyPress:null,onKeyUp:null,onLoad:null,onLoadedData:null,onLoadedMetadata:null,onLoadStart:null,onMessage:null,onMouseDown:null,onMouseEnter:null,onMouseLeave:null,onMouseMove:null,onMouseOut:null,onMouseOver:null,onMouseUp:null,onMouseWheel:null,onOffline:null,onOnline:null,onPageHide:null,onPageShow:null,onPaste:null,onPause:null,onPlay:null,onPlaying:null,onPopState:null,onProgress:null,onRateChange:null,onRepeat:null,onReset:null,onResize:null,onScroll:null,onSeeked:null,onSeeking:null,onSelect:null,onShow:null,onStalled:null,onStorage:null,onSubmit:null,onSuspend:null,onTimeUpdate:null,onToggle:null,onUnload:null,onVolumeChange:null,onWaiting:null,onZoom:null,opacity:null,operator:null,order:null,orient:null,orientation:null,origin:null,overflow:null,overlay:null,overlinePosition:Ve,overlineThickness:Ve,paintOrder:null,panose1:null,path:null,pathLength:Ve,patternContentUnits:null,patternTransform:null,patternUnits:null,phase:null,ping:ot,pitch:null,playbackOrder:null,pointerEvents:null,points:null,pointsAtX:Ve,pointsAtY:Ve,pointsAtZ:Ve,preserveAlpha:null,preserveAspectRatio:null,primitiveUnits:null,propagate:null,property:X,r:null,radius:null,referrerPolicy:null,refX:null,refY:null,rel:X,rev:X,renderingIntent:null,repeatCount:null,repeatDur:null,requiredExtensions:X,requiredFeatures:X,requiredFonts:X,requiredFormats:X,resource:null,restart:null,result:null,rotate:null,rx:null,ry:null,scale:null,seed:null,shapeRendering:null,side:null,slope:null,snapshotTime:null,specularConstant:Ve,specularExponent:Ve,spreadMethod:null,spacing:null,startOffset:null,stdDeviation:null,stemh:null,stemv:null,stitchTiles:null,stopColor:null,stopOpacity:null,strikethroughPosition:Ve,strikethroughThickness:Ve,string:null,stroke:null,strokeDashArray:X,strokeDashOffset:null,strokeLineCap:null,strokeLineJoin:null,strokeMiterLimit:Ve,strokeOpacity:Ve,strokeWidth:null,style:null,surfaceScale:Ve,syncBehavior:null,syncBehaviorDefault:null,syncMaster:null,syncTolerance:null,syncToleranceDefault:null,systemLanguage:X,tabIndex:Ve,tableValues:null,target:null,targetX:Ve,targetY:Ve,textAnchor:null,textDecoration:null,textRendering:null,textLength:null,timelineBegin:null,title:null,transformBehavior:null,type:null,typeOf:X,to:null,transform:null,transformOrigin:null,u1:null,u2:null,underlinePosition:Ve,underlineThickness:Ve,unicode:null,unicodeBidi:null,unicodeRange:null,unitsPerEm:Ve,values:null,vAlphabetic:Ve,vMathematical:Ve,vectorEffect:null,vHanging:Ve,vIdeographic:Ve,version:null,vertAdvY:Ve,vertOriginX:Ve,vertOriginY:Ve,viewBox:null,viewTarget:null,visibility:null,width:null,widths:null,wordSpacing:null,writingMode:null,x:null,x1:null,x2:null,xChannelSelector:null,xHeight:Ve,y:null,y1:null,y2:null,yChannelSelector:null,z:null,zoomAndPan:null},space:"svg",transform:Re}),ve=Y({properties:{xLinkActuate:null,xLinkArcRole:null,xLinkHref:null,xLinkRole:null,xLinkShow:null,xLinkTitle:null,xLinkType:null},space:"xlink",transform(t,o){return"xlink:"+o.slice(5).toLowerCase()}}),L=Y({attributes:{xmlnsxlink:"xmlns:xlink"},properties:{xmlnsXLink:null,xmlns:null},space:"xmlns",transform:Ge}),ge=Y({properties:{xmlBase:null,xmlLang:null,xmlSpace:null},space:"xml",transform(t,o){return"xml:"+o.slice(3).toLowerCase()}}),Ae=Qi([ne,At,ve,L,ge],"html"),rt=Qi([ne,Ze,ve,L,ge],"svg"),Ht=/[A-Z]/g,Qt=/-[a-z]/g,Qe=/^data[-\w.:]+$/i;function Rt(t,o){const r=Yt(o);let f=o,C=Ut;if(r in t.normal)return t.property[t.normal[r]];if(r.length>4&&r.slice(0,4)==="data"&&Qe.test(o)){if(o.charAt(4)==="-"){const B=o.slice(5).replace(Qt,wt);f="data"+B.charAt(0).toUpperCase()+B.slice(1)}else{const B=o.slice(4);if(!Qt.test(B)){let O=B.replace(Ht,Kt);O.charAt(0)!=="-"&&(O="-"+O),o="data"+O}}C=D}return new C(f,o)}function Kt(t){return"-"+t.toLowerCase()}function wt(t){return t.charAt(1).toUpperCase()}const un={classId:"classID",dataType:"datatype",itemId:"itemID",strokeDashArray:"strokeDasharray",strokeDashOffset:"strokeDashoffset",strokeLineCap:"strokeLinecap",strokeLineJoin:"strokeLinejoin",strokeMiterLimit:"strokeMiterlimit",typeOf:"typeof",xLinkActuate:"xlinkActuate",xLinkArcRole:"xlinkArcrole",xLinkHref:"xlinkHref",xLinkRole:"xlinkRole",xLinkShow:"xlinkShow",xLinkTitle:"xlinkTitle",xLinkType:"xlinkType",xmlnsXLink:"xmlnsXlink"};var en=a(35229);const Ji=oa("end"),Zn=oa("start");function oa(t){return o;function o(r){const f=r&&r.position&&r.position[t]||{};if(typeof f.line=="number"&&f.line>0&&typeof f.column=="number"&&f.column>0)return{line:f.line,column:f.column,offset:typeof f.offset=="number"&&f.offset>-1?f.offset:void 0}}}function Tn(t){const o=Zn(t),r=Ji(t);if(o&&r)return{start:o,end:r}}function Er(t){return!t||typeof t!="object"?"":"position"in t||"type"in t?Br(t.position):"start"in t||"end"in t?Br(t):"line"in t||"column"in t?Ea(t):""}function Ea(t){return Ja(t&&t.line)+":"+Ja(t&&t.column)}function Br(t){return Ea(t&&t.start)+"-"+Ea(t&&t.end)}function Ja(t){return t&&typeof t=="number"?t:1}class hr extends Error{constructor(o,r,f){super(),typeof r=="string"&&(f=r,r=void 0);let C="",B={},O=!1;if(r&&("line"in r&&"column"in r?B={place:r}:"start"in r&&"end"in r?B={place:r}:"type"in r?B={ancestors:[r],place:r.position}:B={...r}),typeof o=="string"?C=o:!B.cause&&o&&(O=!0,C=o.message,B.cause=o),!B.ruleId&&!B.source&&typeof f=="string"){const Se=f.indexOf(":");Se===-1?B.ruleId=f:(B.source=f.slice(0,Se),B.ruleId=f.slice(Se+1))}if(!B.place&&B.ancestors&&B.ancestors){const Se=B.ancestors[B.ancestors.length-1];Se&&(B.place=Se.position)}const de=B.place&&"start"in B.place?B.place.start:B.place;this.ancestors=B.ancestors||void 0,this.cause=B.cause||void 0,this.column=de?de.column:void 0,this.fatal=void 0,this.file,this.message=C,this.line=de?de.line:void 0,this.name=Er(B.place)||"1:1",this.place=B.place||void 0,this.reason=this.message,this.ruleId=B.ruleId||void 0,this.source=B.source||void 0,this.stack=O&&B.cause&&typeof B.cause.stack=="string"?B.cause.stack:"",this.actual,this.expected,this.note,this.url}}hr.prototype.file="",hr.prototype.name="",hr.prototype.reason="",hr.prototype.message="",hr.prototype.stack="",hr.prototype.column=void 0,hr.prototype.line=void 0,hr.prototype.ancestors=void 0,hr.prototype.cause=void 0,hr.prototype.fatal=void 0,hr.prototype.place=void 0,hr.prototype.ruleId=void 0,hr.prototype.source=void 0;const br={}.hasOwnProperty,Ka=new Map,Ur=/[A-Z]/g,zt=new Set(["table","tbody","thead","tfoot","tr"]),Wt=new Set(["td","th"]),Si="https://github.com/syntax-tree/hast-util-to-jsx-runtime";function Oi(t,o){if(!o||o.Fragment===void 0)throw new TypeError("Expected `Fragment` in options");const r=o.filePath||void 0;let f;if(o.development){if(typeof o.jsxDEV!="function")throw new TypeError("Expected `jsxDEV` in options when `development: true`");f=ca(r,o.jsxDEV)}else{if(typeof o.jsx!="function")throw new TypeError("Expected `jsx` in production options");if(typeof o.jsxs!="function")throw new TypeError("Expected `jsxs` in production options");f=ia(r,o.jsx,o.jsxs)}const C={Fragment:o.Fragment,ancestors:[],components:o.components||{},create:f,elementAttributeNameCase:o.elementAttributeNameCase||"react",evaluater:o.createEvaluater?o.createEvaluater():void 0,filePath:r,ignoreInvalidStyle:o.ignoreInvalidStyle||!1,passKeys:o.passKeys!==!1,passNode:o.passNode||!1,schema:o.space==="svg"?rt:Ae,stylePropertyNameCase:o.stylePropertyNameCase||"dom",tableCellAlignToStyle:o.tableCellAlignToStyle!==!1},B=zn(C,t,void 0);return B&&typeof B!="string"?B:C.create(t,C.Fragment,{children:B||void 0},void 0)}function zn(t,o,r){if(o.type==="element")return Un(t,o,r);if(o.type==="mdxFlowExpression"||o.type==="mdxTextExpression")return tr(t,o);if(o.type==="mdxJsxFlowElement"||o.type==="mdxJsxTextElement")return Te(t,o,r);if(o.type==="mdxjsEsm")return Ai(t,o);if(o.type==="root")return et(t,o,r);if(o.type==="text")return ii(t,o)}function Un(t,o,r){const f=t.schema;let C=f;o.tagName.toLowerCase()==="svg"&&f.space==="html"&&(C=rt,t.schema=C),t.ancestors.push(o);const B=Ta(t,o.tagName,!1),O=ma(t,o);let de=$a(t,o);return zt.has(o.tagName)&&(de=de.filter(function(Se){return typeof Se=="string"?!Ei(Se):!0})),qt(t,O,B,o),xi(O,de),t.ancestors.pop(),t.schema=f,t.create(o,B,O,r)}function tr(t,o){if(o.data&&o.data.estree&&t.evaluater){const f=o.data.estree.body[0];return(0,ri.ok)(f.type==="ExpressionStatement"),t.evaluater.evaluateExpression(f.expression)}to(t,o.position)}function Ai(t,o){if(o.data&&o.data.estree&&t.evaluater)return t.evaluater.evaluateProgram(o.data.estree);to(t,o.position)}function Te(t,o,r){const f=t.schema;let C=f;o.name==="svg"&&f.space==="html"&&(C=rt,t.schema=C),t.ancestors.push(o);const B=o.name===null?t.Fragment:Ta(t,o.name,!0),O=jn(t,o),de=$a(t,o);return qt(t,O,B,o),xi(O,de),t.ancestors.pop(),t.schema=f,t.create(o,B,O,r)}function et(t,o,r){const f={};return xi(f,$a(t,o)),t.create(o,t.Fragment,f,r)}function ii(t,o){return o.value}function qt(t,o,r,f){typeof r!="string"&&r!==t.Fragment&&t.passNode&&(o.node=f)}function xi(t,o){if(o.length>0){const r=o.length>1?o:o[0];r&&(t.children=r)}}function ia(t,o,r){return f;function f(C,B,O,de){const qe=Array.isArray(O.children)?r:o;return de?qe(B,O,de):qe(B,O)}}function ca(t,o){return r;function r(f,C,B,O){const de=Array.isArray(B.children),Se=Zn(f);return o(C,B,O,de,{columnNumber:Se?Se.column-1:void 0,fileName:t,lineNumber:Se?Se.line:void 0},void 0)}}function ma(t,o){const r={};let f,C;for(C in o.properties)if(C!=="children"&&br.call(o.properties,C)){const B=Ia(t,C,o.properties[C]);if(B){const[O,de]=B;t.tableCellAlignToStyle&&O==="align"&&typeof de=="string"&&Wt.has(o.tagName)?f=de:r[O]=de}}if(f){const B=r.style||(r.style={});B[t.stylePropertyNameCase==="css"?"text-align":"textAlign"]=f}return r}function jn(t,o){const r={};for(const f of o.attributes)if(f.type==="mdxJsxExpressionAttribute")if(f.data&&f.data.estree&&t.evaluater){const B=f.data.estree.body[0];(0,ri.ok)(B.type==="ExpressionStatement");const O=B.expression;(0,ri.ok)(O.type==="ObjectExpression");const de=O.properties[0];(0,ri.ok)(de.type==="SpreadElement"),Object.assign(r,t.evaluater.evaluateExpression(de.argument))}else to(t,o.position);else{const C=f.name;let B;if(f.value&&typeof f.value=="object")if(f.value.data&&f.value.data.estree&&t.evaluater){const de=f.value.data.estree.body[0];(0,ri.ok)(de.type==="ExpressionStatement"),B=t.evaluater.evaluateExpression(de.expression)}else to(t,o.position);else B=f.value===null?!0:f.value;r[C]=B}return r}function $a(t,o){const r=[];let f=-1;const C=t.passKeys?new Map:Ka;for(;++f<o.children.length;){const B=o.children[f];let O;if(t.passKeys){const Se=B.type==="element"?B.tagName:B.type==="mdxJsxFlowElement"||B.type==="mdxJsxTextElement"?B.name:void 0;if(Se){const qe=C.get(Se)||0;O=Se+"-"+qe,C.set(Se,qe+1)}}const de=zn(t,B,O);de!==void 0&&r.push(de)}return r}function Ia(t,o,r){const f=Rt(t.schema,o);if(!(r==null||typeof r=="number"&&Number.isNaN(r))){if(Array.isArray(r)&&(r=f.commaSeparated?Gt(r):ht(r)),f.property==="style"){let C=typeof r=="object"?r:gr(t,String(r));return t.stylePropertyNameCase==="css"&&(C=Kr(C)),["style",C]}return[t.elementAttributeNameCase==="react"&&f.space?un[f.property]||f.property:f.attribute,r]}}function gr(t,o){try{return en(o,{reactCompat:!0})}catch(r){if(t.ignoreInvalidStyle)return{};const f=r,C=new hr("Cannot parse `style` attribute",{ancestors:t.ancestors,cause:f,ruleId:"style",source:"hast-util-to-jsx-runtime"});throw C.file=t.filePath||void 0,C.url=Si+"#cannot-parse-style-attribute",C}}function Ta(t,o,r){let f;if(!r)f={type:"Literal",value:o};else if(o.includes(".")){const C=o.split(".");let B=-1,O;for(;++B<C.length;){const de=oi(C[B])?{type:"Identifier",name:C[B]}:{type:"Literal",value:C[B]};O=O?{type:"MemberExpression",object:O,property:de,computed:!!(B&&de.type==="Literal"),optional:!1}:de}(0,ri.ok)(O,"always a result"),f=O}else f=oi(o)&&!/^[a-z]/.test(o)?{type:"Identifier",name:o}:{type:"Literal",value:o};if(f.type==="Literal"){const C=f.value;return br.call(t.components,C)?t.components[C]:C}if(t.evaluater)return t.evaluater.evaluateExpression(f);to(t)}function to(t,o){const r=new hr("Cannot handle MDX estrees without `createEvaluater`",{ancestors:t.ancestors,place:o,ruleId:"mdx-estree",source:"hast-util-to-jsx-runtime"});throw r.file=t.filePath||void 0,r.url=Si+"#cannot-handle-mdx-estrees-without-createevaluater",r}function Kr(t){const o={};let r;for(r in t)br.call(t,r)&&(o[lr(r)]=t[r]);return o}function lr(t){let o=t.replace(Ur,Wr);return o.slice(0,3)==="ms-"&&(o="-"+o),o}function Wr(t){return"-"+t.toLowerCase()}function Le(t){const o=this;o.compiler=r;function r(f,C){return Oi(f,{filePath:C.path,...t})}}function lt(t){if(typeof t!="string")throw new TypeError("Expected a string");return t.replace(/[|\\{}()[\]^$+*?.]/g,"\\$&").replace(/-/g,"\\x2d")}var u=a(99656),b=a(69143);function R(t,o,r){const f=r||{},C=(0,b.C)(f.ignore||[]),B=q(o);let O=-1;for(;++O<B.length;)(0,u.VG)(t,"text",de);function de(qe,tt){let Je=-1,Bt;for(;++Je<tt.length;){const Tt=tt[Je],Xi=Bt?Bt.children:void 0;if(C(Tt,Xi?Xi.indexOf(Tt):void 0,Bt))return;Bt=Tt}if(Bt)return Se(qe,tt)}function Se(qe,tt){const Je=tt[tt.length-1],Bt=B[O][0],Tt=B[O][1];let Xi=0;const cr=Je.children.indexOf(qe);let Vn=!1,fr=[];Bt.lastIndex=0;let Va=Bt.exec(qe.value);for(;Va;){const ho=Va.index,wo={index:Va.index,input:Va.input,stack:[...tt,qe]};let na=Tt(...Va,wo);if(typeof na=="string"&&(na=na.length>0?{type:"text",value:na}:void 0),na===!1?Bt.lastIndex=ho+1:(Xi!==ho&&fr.push({type:"text",value:qe.value.slice(Xi,ho)}),Array.isArray(na)?fr.push(...na):na&&fr.push(na),Xi=ho+Va[0].length,Vn=!0),!Bt.global)break;Va=Bt.exec(qe.value)}return Vn?(Xi<qe.value.length&&fr.push({type:"text",value:qe.value.slice(Xi)}),Je.children.splice(cr,1,...fr)):fr=[qe],cr+fr.length}}function q(t){const o=[];if(!Array.isArray(t))throw new TypeError("Expected find and replace tuple or list of tuples");const r=!t[0]||Array.isArray(t[0])?t:[t];let f=-1;for(;++f<r.length;){const C=r[f];o.push([oe(C[0]),z(C[1])])}return o}function oe(t){return typeof t=="string"?new RegExp(lt(t),"g"):t}function z(t){return typeof t=="function"?t:function(){return t}}function ae(t){R(t,[/\r?\n|\r/g,Ee])}function Ee(){return{type:"break"}}function V(){return function(t){ae(t)}}const Fe={};function De(t,o){const r=o||Fe,f=typeof r.includeImageAlt=="boolean"?r.includeImageAlt:!0,C=typeof r.includeHtml=="boolean"?r.includeHtml:!0;return Et(t,f,C)}function Et(t,o,r){if(gi(t)){if("value"in t)return t.type==="html"&&!r?"":t.value;if(o&&"alt"in t&&t.alt)return t.alt;if("children"in t)return yi(t.children,o,r)}return Array.isArray(t)?yi(t,o,r):""}function yi(t,o,r){const f=[];let C=-1;for(;++C<t.length;)f[C]=Et(t[C],o,r);return f.join("")}function gi(t){return!!(t&&typeof t=="object")}function fn(t,o,r,f){const C=t.length;let B=0,O;if(o<0?o=-o>C?0:C+o:o=o>C?C:o,r=r>0?r:0,f.length<1e4)O=Array.from(f),O.unshift(o,r),t.splice(...O);else for(r&&t.splice(o,r);B<f.length;)O=f.slice(B,B+1e4),O.unshift(o,0),t.splice(...O),B+=1e4,o+=1e4}function se(t,o){return t.length>0?(fn(t,t.length,0,o),t):o}class je{constructor(o){this.left=o?[...o]:[],this.right=[]}get(o){if(o<0||o>=this.left.length+this.right.length)throw new RangeError("Cannot access index `"+o+"` in a splice buffer of size `"+(this.left.length+this.right.length)+"`");return o<this.left.length?this.left[o]:this.right[this.right.length-o+this.left.length-1]}get length(){return this.left.length+this.right.length}shift(){return this.setCursor(0),this.right.pop()}slice(o,r){const f=r??Number.POSITIVE_INFINITY;return f<this.left.length?this.left.slice(o,f):o>this.left.length?this.right.slice(this.right.length-f+this.left.length,this.right.length-o+this.left.length).reverse():this.left.slice(o).concat(this.right.slice(this.right.length-f+this.left.length).reverse())}splice(o,r,f){const C=r||0;this.setCursor(Math.trunc(o));const B=this.right.splice(this.right.length-C,Number.POSITIVE_INFINITY);return f&&Ue(this.left,f),B.reverse()}pop(){return this.setCursor(Number.POSITIVE_INFINITY),this.left.pop()}push(o){this.setCursor(Number.POSITIVE_INFINITY),this.left.push(o)}pushMany(o){this.setCursor(Number.POSITIVE_INFINITY),Ue(this.left,o)}unshift(o){this.setCursor(0),this.right.push(o)}unshiftMany(o){this.setCursor(0),Ue(this.right,o.reverse())}setCursor(o){if(!(o===this.left.length||o>this.left.length&&this.right.length===0||o<0&&this.left.length===0))if(o<this.left.length){const r=this.left.splice(o,Number.POSITIVE_INFINITY);Ue(this.right,r.reverse())}else{const r=this.right.splice(this.left.length+this.right.length-o,Number.POSITIVE_INFINITY);Ue(this.left,r.reverse())}}}function Ue(t,o){let r=0;if(o.length<1e4)t.push(...o);else for(;r<o.length;)t.push(...o.slice(r,r+1e4)),r+=1e4}function mt(t){const o={};let r=-1,f,C,B,O,de,Se,qe;const tt=new je(t);for(;++r<tt.length;){for(;r in o;)r=o[r];if(f=tt.get(r),r&&f[1].type==="chunkFlow"&&tt.get(r-1)[1].type==="listItemPrefix"&&(Se=f[1]._tokenizer.events,B=0,B<Se.length&&Se[B][1].type==="lineEndingBlank"&&(B+=2),B<Se.length&&Se[B][1].type==="content"))for(;++B<Se.length&&Se[B][1].type!=="content";)Se[B][1].type==="chunkText"&&(Se[B][1]._isInFirstContentOfListItem=!0,B++);if(f[0]==="enter")f[1].contentType&&(Object.assign(o,dt(tt,r)),r=o[r],qe=!0);else if(f[1]._container){for(B=r,C=void 0;B--;)if(O=tt.get(B),O[1].type==="lineEnding"||O[1].type==="lineEndingBlank")O[0]==="enter"&&(C&&(tt.get(C)[1].type="lineEndingBlank"),O[1].type="lineEnding",C=B);else if(!(O[1].type==="linePrefix"||O[1].type==="listItemIndent"))break;C&&(f[1].end={...tt.get(C)[1].start},de=tt.slice(C,r),de.unshift(f),tt.splice(C,r-C+1,de))}}return fn(t,0,Number.POSITIVE_INFINITY,tt.slice(0)),!qe}function dt(t,o){const r=t.get(o)[1],f=t.get(o)[2];let C=o-1;const B=[];let O=r._tokenizer;O||(O=f.parser[r.contentType](r.start),r._contentTypeTextTrailing&&(O._contentTypeTextTrailing=!0));const de=O.events,Se=[],qe={};let tt,Je,Bt=-1,Tt=r,Xi=0,Ha=0;const cr=[Ha];for(;Tt;){for(;t.get(++C)[1]!==Tt;);B.push(C),Tt._tokenizer||(tt=f.sliceStream(Tt),Tt.next||tt.push(null),Je&&O.defineSkip(Tt.start),Tt._isInFirstContentOfListItem&&(O._gfmTasklistFirstContentOfListItem=!0),O.write(tt),Tt._isInFirstContentOfListItem&&(O._gfmTasklistFirstContentOfListItem=void 0)),Je=Tt,Tt=Tt.next}for(Tt=r;++Bt<de.length;)de[Bt][0]==="exit"&&de[Bt-1][0]==="enter"&&de[Bt][1].type===de[Bt-1][1].type&&de[Bt][1].start.line!==de[Bt][1].end.line&&(Ha=Bt+1,cr.push(Ha),Tt._tokenizer=void 0,Tt.previous=void 0,Tt=Tt.next);for(O.events=[],Tt?(Tt._tokenizer=void 0,Tt.previous=void 0):cr.pop(),Bt=cr.length;Bt--;){const Vn=de.slice(cr[Bt],cr[Bt+1]),fr=B.pop();Se.push([fr,fr+Vn.length-1]),t.splice(fr,2,Vn)}for(Se.reverse(),Bt=-1;++Bt<Se.length;)qe[Xi+Se[Bt][0]]=Xi+Se[Bt][1],Xi+=Se[Bt][1]-Se[Bt][0]-1;return qe}function li(t){for(;!mt(t););return t}const Ui={}.hasOwnProperty;function Hn(t){const o={};let r=-1;for(;++r<t.length;)rn(o,t[r]);return o}function rn(t,o){let r;for(r in o){const C=(Ui.call(t,r)?t[r]:void 0)||(t[r]={}),B=o[r];let O;if(B)for(O in B){Ui.call(C,O)||(C[O]=[]);const de=B[O];Nn(C[O],Array.isArray(de)?de:de?[de]:[])}}}function Nn(t,o){let r=-1;const f=[];for(;++r<o.length;)(o[r].add==="after"?t:f).push(o[r]);fn(t,0,0,f)}function ba(t){const o={};let r=-1;for(;++r<t.length;)Ra(o,t[r]);return o}function Ra(t,o){let r;for(r in o){const C=(Ui.call(t,r)?t[r]:void 0)||(t[r]={}),B=o[r];let O;if(B)for(O in B)C[O]=B[O]}}const ka=_r(/\p{P}/u),ea=_r(/[A-Za-z]/),re=_r(/[\dA-Za-z]/),Ye=_r(/[#-'*+\--9=?A-Z^-~]/);function Pt(t){return t!==null&&(t<32||t===127)}const Bi=_r(/\d/),dn=_r(/[\dA-Fa-f]/),sa=_r(/[!-/:-@[-`{-~]/);function gn(t){return t!==null&&t<-2}function tn(t){return t!==null&&(t<0||t===32)}function bt(t){return t===-2||t===-1||t===32}function sn(t){return sa(t)||ka(t)}const Oa=_r(/\s/);function _r(t){return o;function o(r){return r!==null&&r>-1&&t.test(String.fromCharCode(r))}}function Qa(t,o,r,f){const C=f?f-1:Number.POSITIVE_INFINITY;let B=0;return O;function O(Se){return bt(Se)?(t.enter(r),de(Se)):o(Se)}function de(Se){return bt(Se)&&B++<C?(t.consume(Se),de):(t.exit(r),o(Se))}}const Rr={tokenize:io};function io(t){const o=t.attempt(this.parser.constructs.contentInitial,f,C);let r;return o;function f(de){if(de===null){t.consume(de);return}return t.enter("lineEnding"),t.consume(de),t.exit("lineEnding"),Qa(t,o,"linePrefix")}function C(de){return t.enter("paragraph"),B(de)}function B(de){const Se=t.enter("chunkText",{contentType:"text",previous:r});return r&&(r.next=Se),r=Se,O(de)}function O(de){if(de===null){t.exit("chunkText"),t.exit("paragraph"),t.consume(de);return}return gn(de)?(t.consume(de),t.exit("chunkText"),B):(t.consume(de),O)}}const Do={tokenize:no},go={tokenize:fo};function no(t){const o=this,r=[];let f=0,C,B,O;return de;function de(Va){if(f<r.length){const ho=r[f];return o.containerState=ho[1],t.attempt(ho[0].continuation,Se,qe)(Va)}return qe(Va)}function Se(Va){if(f++,o.containerState._closeFlow){o.containerState._closeFlow=void 0,C&&fr();const ho=o.events.length;let wo=ho,na;for(;wo--;)if(o.events[wo][0]==="exit"&&o.events[wo][1].type==="chunkFlow"){na=o.events[wo][1].end;break}Vn(f);let ts=ho;for(;ts<o.events.length;)o.events[ts][1].end={...na},ts++;return fn(o.events,wo+1,0,o.events.slice(ho)),o.events.length=ts,qe(Va)}return de(Va)}function qe(Va){if(f===r.length){if(!C)return Bt(Va);if(C.currentConstruct&&C.currentConstruct.concrete)return Xi(Va);o.interrupt=!!(C.currentConstruct&&!C._gfmTableDynamicInterruptHack)}return o.containerState={},t.check(go,tt,Je)(Va)}function tt(Va){return C&&fr(),Vn(f),Bt(Va)}function Je(Va){return o.parser.lazy[o.now().line]=f!==r.length,O=o.now().offset,Xi(Va)}function Bt(Va){return o.containerState={},t.attempt(go,Tt,Xi)(Va)}function Tt(Va){return f++,r.push([o.currentConstruct,o.containerState]),Bt(Va)}function Xi(Va){if(Va===null){C&&fr(),Vn(0),t.consume(Va);return}return C=C||o.parser.flow(o.now()),t.enter("chunkFlow",{_tokenizer:C,contentType:"flow",previous:B}),Ha(Va)}function Ha(Va){if(Va===null){cr(t.exit("chunkFlow"),!0),Vn(0),t.consume(Va);return}return gn(Va)?(t.consume(Va),cr(t.exit("chunkFlow")),f=0,o.interrupt=void 0,de):(t.consume(Va),Ha)}function cr(Va,ho){const wo=o.sliceStream(Va);if(ho&&wo.push(null),Va.previous=B,B&&(B.next=Va),B=Va,C.defineSkip(Va.start),C.write(wo),o.parser.lazy[Va.start.line]){let na=C.events.length;for(;na--;)if(C.events[na][1].start.offset<O&&(!C.events[na][1].end||C.events[na][1].end.offset>O))return;const ts=o.events.length;let bs=ts,is,qn;for(;bs--;)if(o.events[bs][0]==="exit"&&o.events[bs][1].type==="chunkFlow"){if(is){qn=o.events[bs][1].end;break}is=!0}for(Vn(f),na=ts;na<o.events.length;)o.events[na][1].end={...qn},na++;fn(o.events,bs+1,0,o.events.slice(ts)),o.events.length=na}}function Vn(Va){let ho=r.length;for(;ho-- >Va;){const wo=r[ho];o.containerState=wo[1],wo[0].exit.call(o,t)}r.length=Va}function fr(){C.write([null]),B=void 0,C=void 0,o.containerState._closeFlow=void 0}}function fo(t,o,r){return Qa(t,t.attempt(this.parser.constructs.document,o,r),"linePrefix",this.parser.constructs.disable.null.includes("codeIndented")?void 0:4)}const Xo={partial:!0,tokenize:hs};function hs(t,o,r){return f;function f(B){return bt(B)?Qa(t,C,"linePrefix")(B):C(B)}function C(B){return B===null||gn(B)?o(B):r(B)}}const Hl={resolve:ll,tokenize:Eu},Kl={partial:!0,tokenize:mu};function ll(t){return mt(t),t}function Eu(t,o){let r;return f;function f(de){return t.enter("content"),r=t.enter("chunkContent",{contentType:"content"}),C(de)}function C(de){return de===null?B(de):gn(de)?t.check(Kl,O,B)(de):(t.consume(de),C)}function B(de){return t.exit("chunkContent"),t.exit("content"),o(de)}function O(de){return t.consume(de),t.exit("chunkContent"),r.next=t.enter("chunkContent",{contentType:"content",previous:r}),r=r.next,C}}function mu(t,o,r){const f=this;return C;function C(O){return t.exit("chunkContent"),t.enter("lineEnding"),t.consume(O),t.exit("lineEnding"),Qa(t,B,"linePrefix")}function B(O){if(O===null||gn(O))return r(O);const de=f.events[f.events.length-1];return!f.parser.constructs.disable.null.includes("codeIndented")&&de&&de[1].type==="linePrefix"&&de[2].sliceSerialize(de[1],!0).length>=4?o(O):t.interrupt(f.parser.constructs.flow,r,o)(O)}}const os={tokenize:Ol};function Ol(t){const o=this,r=t.attempt(Xo,f,t.attempt(this.parser.constructs.flowInitial,C,Qa(t,t.attempt(this.parser.constructs.flow,C,t.attempt(Hl,C)),"linePrefix")));return r;function f(B){if(B===null){t.consume(B);return}return t.enter("lineEndingBlank"),t.consume(B),t.exit("lineEndingBlank"),o.currentConstruct=void 0,r}function C(B){if(B===null){t.consume(B);return}return t.enter("lineEnding"),t.consume(B),t.exit("lineEnding"),o.currentConstruct=void 0,r}}const Du={resolveAll:hu()},tu=Cu("string"),$l=Cu("text");function Cu(t){return{resolveAll:hu(t==="text"?Su:void 0),tokenize:o};function o(r){const f=this,C=this.parser.constructs[t],B=r.attempt(C,O,de);return O;function O(tt){return qe(tt)?B(tt):de(tt)}function de(tt){if(tt===null){r.consume(tt);return}return r.enter("data"),r.consume(tt),Se}function Se(tt){return qe(tt)?(r.exit("data"),B(tt)):(r.consume(tt),Se)}function qe(tt){if(tt===null)return!0;const Je=C[tt];let Bt=-1;if(Je)for(;++Bt<Je.length;){const Tt=Je[Bt];if(!Tt.previous||Tt.previous.call(f,f.previous))return!0}return!1}}}function hu(t){return o;function o(r,f){let C=-1,B;for(;++C<=r.length;)B===void 0?r[C]&&r[C][1].type==="data"&&(B=C,C++):(!r[C]||r[C][1].type!=="data")&&(C!==B+2&&(r[B][1].end=r[C-1][1].end,r.splice(B+2,C-B-2),C=B+2),B=void 0);return t?t(r,f):r}}function Su(t,o){let r=0;for(;++r<=t.length;)if((r===t.length||t[r][1].type==="lineEnding")&&t[r-1][1].type==="data"){const f=t[r-1][1],C=o.sliceStream(f);let B=C.length,O=-1,de=0,Se;for(;B--;){const qe=C[B];if(typeof qe=="string"){for(O=qe.length;qe.charCodeAt(O-1)===32;)de++,O--;if(O)break;O=-1}else if(qe===-2)Se=!0,de++;else if(qe!==-1){B++;break}}if(o._contentTypeTextTrailing&&r===t.length&&(de=0),de){const qe={type:r===t.length||Se||de<2?"lineSuffix":"hardBreakTrailing",start:{_bufferIndex:B?O:f.start._bufferIndex+O,_index:f.start._index+B,line:f.end.line,column:f.end.column-de,offset:f.end.offset-de},end:{...f.end}};f.end={...qe.start},f.start.offset===f.end.offset?Object.assign(f,qe):(t.splice(r,0,["enter",qe,o],["exit",qe,o]),r+=2)}r++}return t}const Gl={name:"thematicBreak",tokenize:zu};function zu(t,o,r){let f=0,C;return B;function B(qe){return t.enter("thematicBreak"),O(qe)}function O(qe){return C=qe,de(qe)}function de(qe){return qe===C?(t.enter("thematicBreakSequence"),Se(qe)):f>=3&&(qe===null||gn(qe))?(t.exit("thematicBreak"),o(qe)):r(qe)}function Se(qe){return qe===C?(t.consume(qe),f++,Se):(t.exit("thematicBreakSequence"),bt(qe)?Qa(t,de,"whitespace")(qe):de(qe))}}const cs={continuation:{tokenize:xu},exit:Au,name:"list",tokenize:kl},Uu={partial:!0,tokenize:nu},iu={partial:!0,tokenize:_u};function kl(t,o,r){const f=this,C=f.events[f.events.length-1];let B=C&&C[1].type==="linePrefix"?C[2].sliceSerialize(C[1],!0).length:0,O=0;return de;function de(Tt){const Xi=f.containerState.type||(Tt===42||Tt===43||Tt===45?"listUnordered":"listOrdered");if(Xi==="listUnordered"?!f.containerState.marker||Tt===f.containerState.marker:Bi(Tt)){if(f.containerState.type||(f.containerState.type=Xi,t.enter(Xi,{_container:!0})),Xi==="listUnordered")return t.enter("listItemPrefix"),Tt===42||Tt===45?t.check(Gl,r,qe)(Tt):qe(Tt);if(!f.interrupt||Tt===49)return t.enter("listItemPrefix"),t.enter("listItemValue"),Se(Tt)}return r(Tt)}function Se(Tt){return Bi(Tt)&&++O<10?(t.consume(Tt),Se):(!f.interrupt||O<2)&&(f.containerState.marker?Tt===f.containerState.marker:Tt===41||Tt===46)?(t.exit("listItemValue"),qe(Tt)):r(Tt)}function qe(Tt){return t.enter("listItemMarker"),t.consume(Tt),t.exit("listItemMarker"),f.containerState.marker=f.containerState.marker||Tt,t.check(Xo,f.interrupt?r:tt,t.attempt(Uu,Bt,Je))}function tt(Tt){return f.containerState.initialBlankLine=!0,B++,Bt(Tt)}function Je(Tt){return bt(Tt)?(t.enter("listItemPrefixWhitespace"),t.consume(Tt),t.exit("listItemPrefixWhitespace"),Bt):r(Tt)}function Bt(Tt){return f.containerState.size=B+f.sliceSerialize(t.exit("listItemPrefix"),!0).length,o(Tt)}}function xu(t,o,r){const f=this;return f.containerState._closeFlow=void 0,t.check(Xo,C,B);function C(de){return f.containerState.furtherBlankLines=f.containerState.furtherBlankLines||f.containerState.initialBlankLine,Qa(t,o,"listItemIndent",f.containerState.size+1)(de)}function B(de){return f.containerState.furtherBlankLines||!bt(de)?(f.containerState.furtherBlankLines=void 0,f.containerState.initialBlankLine=void 0,O(de)):(f.containerState.furtherBlankLines=void 0,f.containerState.initialBlankLine=void 0,t.attempt(iu,o,O)(de))}function O(de){return f.containerState._closeFlow=!0,f.interrupt=void 0,Qa(t,t.attempt(cs,o,r),"linePrefix",f.parser.constructs.disable.null.includes("codeIndented")?void 0:4)(de)}}function _u(t,o,r){const f=this;return Qa(t,C,"listItemIndent",f.containerState.size+1);function C(B){const O=f.events[f.events.length-1];return O&&O[1].type==="listItemIndent"&&O[2].sliceSerialize(O[1],!0).length===f.containerState.size?o(B):r(B)}}function Au(t){t.exit(this.containerState.type)}function nu(t,o,r){const f=this;return Qa(t,C,"listItemPrefixWhitespace",f.parser.constructs.disable.null.includes("codeIndented")?void 0:5);function C(B){const O=f.events[f.events.length-1];return!bt(B)&&O&&O[1].type==="listItemPrefixWhitespace"?o(B):r(B)}}const Tu={continuation:{tokenize:ul},exit:Js,name:"blockQuote",tokenize:wl};function wl(t,o,r){const f=this;return C;function C(O){if(O===62){const de=f.containerState;return de.open||(t.enter("blockQuote",{_container:!0}),de.open=!0),t.enter("blockQuotePrefix"),t.enter("blockQuoteMarker"),t.consume(O),t.exit("blockQuoteMarker"),B}return r(O)}function B(O){return bt(O)?(t.enter("blockQuotePrefixWhitespace"),t.consume(O),t.exit("blockQuotePrefixWhitespace"),t.exit("blockQuotePrefix"),o):(t.exit("blockQuotePrefix"),o(O))}}function ul(t,o,r){const f=this;return C;function C(O){return bt(O)?Qa(t,B,"linePrefix",f.parser.constructs.disable.null.includes("codeIndented")?void 0:4)(O):B(O)}function B(O){return t.attempt(Tu,o,r)(O)}}function Js(t){t.exit("blockQuote")}function Zs(t,o,r,f,C,B,O,de,Se){const qe=Se||Number.POSITIVE_INFINITY;let tt=0;return Je;function Je(Vn){return Vn===60?(t.enter(f),t.enter(C),t.enter(B),t.consume(Vn),t.exit(B),Bt):Vn===null||Vn===32||Vn===41||Pt(Vn)?r(Vn):(t.enter(f),t.enter(O),t.enter(de),t.enter("chunkString",{contentType:"string"}),Ha(Vn))}function Bt(Vn){return Vn===62?(t.enter(B),t.consume(Vn),t.exit(B),t.exit(C),t.exit(f),o):(t.enter(de),t.enter("chunkString",{contentType:"string"}),Tt(Vn))}function Tt(Vn){return Vn===62?(t.exit("chunkString"),t.exit(de),Bt(Vn)):Vn===null||Vn===60||gn(Vn)?r(Vn):(t.consume(Vn),Vn===92?Xi:Tt)}function Xi(Vn){return Vn===60||Vn===62||Vn===92?(t.consume(Vn),Tt):Tt(Vn)}function Ha(Vn){return!tt&&(Vn===null||Vn===41||tn(Vn))?(t.exit("chunkString"),t.exit(de),t.exit(O),t.exit(f),o(Vn)):tt<qe&&Vn===40?(t.consume(Vn),tt++,Ha):Vn===41?(t.consume(Vn),tt--,Ha):Vn===null||Vn===32||Vn===40||Pt(Vn)?r(Vn):(t.consume(Vn),Vn===92?cr:Ha)}function cr(Vn){return Vn===40||Vn===41||Vn===92?(t.consume(Vn),Ha):Ha(Vn)}}function El(t,o,r,f,C,B){const O=this;let de=0,Se;return qe;function qe(Tt){return t.enter(f),t.enter(C),t.consume(Tt),t.exit(C),t.enter(B),tt}function tt(Tt){return de>999||Tt===null||Tt===91||Tt===93&&!Se||Tt===94&&!de&&"_hiddenFootnoteSupport"in O.parser.constructs?r(Tt):Tt===93?(t.exit(B),t.enter(C),t.consume(Tt),t.exit(C),t.exit(f),o):gn(Tt)?(t.enter("lineEnding"),t.consume(Tt),t.exit("lineEnding"),tt):(t.enter("chunkString",{contentType:"string"}),Je(Tt))}function Je(Tt){return Tt===null||Tt===91||Tt===93||gn(Tt)||de++>999?(t.exit("chunkString"),tt(Tt)):(t.consume(Tt),Se||(Se=!bt(Tt)),Tt===92?Bt:Je)}function Bt(Tt){return Tt===91||Tt===92||Tt===93?(t.consume(Tt),de++,Je):Je(Tt)}}function dl(t,o,r,f,C,B){let O;return de;function de(Bt){return Bt===34||Bt===39||Bt===40?(t.enter(f),t.enter(C),t.consume(Bt),t.exit(C),O=Bt===40?41:Bt,Se):r(Bt)}function Se(Bt){return Bt===O?(t.enter(C),t.consume(Bt),t.exit(C),t.exit(f),o):(t.enter(B),qe(Bt))}function qe(Bt){return Bt===O?(t.exit(B),Se(O)):Bt===null?r(Bt):gn(Bt)?(t.enter("lineEnding"),t.consume(Bt),t.exit("lineEnding"),Qa(t,qe,"linePrefix")):(t.enter("chunkString",{contentType:"string"}),tt(Bt))}function tt(Bt){return Bt===O||Bt===null||gn(Bt)?(t.exit("chunkString"),qe(Bt)):(t.consume(Bt),Bt===92?Je:tt)}function Je(Bt){return Bt===O||Bt===92?(t.consume(Bt),tt):tt(Bt)}}function Ws(t,o){let r;return f;function f(C){return gn(C)?(t.enter("lineEnding"),t.consume(C),t.exit("lineEnding"),r=!0,f):bt(C)?Qa(t,f,r?"linePrefix":"lineSuffix")(C):o(C)}}function we(t){return t.replace(/[\t\n\r ]+/g," ").replace(/^ | $/g,"").toLowerCase().toUpperCase()}const ze={name:"definition",tokenize:kt},st={partial:!0,tokenize:Mt};function kt(t,o,r){const f=this;let C;return B;function B(Tt){return t.enter("definition"),O(Tt)}function O(Tt){return El.call(f,t,de,r,"definitionLabel","definitionLabelMarker","definitionLabelString")(Tt)}function de(Tt){return C=we(f.sliceSerialize(f.events[f.events.length-1][1]).slice(1,-1)),Tt===58?(t.enter("definitionMarker"),t.consume(Tt),t.exit("definitionMarker"),Se):r(Tt)}function Se(Tt){return tn(Tt)?Ws(t,qe)(Tt):qe(Tt)}function qe(Tt){return Zs(t,tt,r,"definitionDestination","definitionDestinationLiteral","definitionDestinationLiteralMarker","definitionDestinationRaw","definitionDestinationString")(Tt)}function tt(Tt){return t.attempt(st,Je,Je)(Tt)}function Je(Tt){return bt(Tt)?Qa(t,Bt,"whitespace")(Tt):Bt(Tt)}function Bt(Tt){return Tt===null||gn(Tt)?(t.exit("definition"),f.parser.defined.push(C),o(Tt)):r(Tt)}}function Mt(t,o,r){return f;function f(de){return tn(de)?Ws(t,C)(de):r(de)}function C(de){return dl(t,B,r,"definitionTitle","definitionTitleMarker","definitionTitleString")(de)}function B(de){return bt(de)?Qa(t,O,"whitespace")(de):O(de)}function O(de){return de===null||gn(de)?o(de):r(de)}}const vi={name:"codeIndented",tokenize:aa},Ri={partial:!0,tokenize:er};function aa(t,o,r){const f=this;return C;function C(qe){return t.enter("codeIndented"),Qa(t,B,"linePrefix",5)(qe)}function B(qe){const tt=f.events[f.events.length-1];return tt&&tt[1].type==="linePrefix"&&tt[2].sliceSerialize(tt[1],!0).length>=4?O(qe):r(qe)}function O(qe){return qe===null?Se(qe):gn(qe)?t.attempt(Ri,O,Se)(qe):(t.enter("codeFlowValue"),de(qe))}function de(qe){return qe===null||gn(qe)?(t.exit("codeFlowValue"),O(qe)):(t.consume(qe),de)}function Se(qe){return t.exit("codeIndented"),o(qe)}}function er(t,o,r){const f=this;return C;function C(O){return f.parser.lazy[f.now().line]?r(O):gn(O)?(t.enter("lineEnding"),t.consume(O),t.exit("lineEnding"),C):Qa(t,B,"linePrefix",5)(O)}function B(O){const de=f.events[f.events.length-1];return de&&de[1].type==="linePrefix"&&de[2].sliceSerialize(de[1],!0).length>=4?o(O):gn(O)?C(O):r(O)}}const Ma={name:"headingAtx",resolve:Pa,tokenize:kr};function Pa(t,o){let r=t.length-2,f=3,C,B;return t[f][1].type==="whitespace"&&(f+=2),r-2>f&&t[r][1].type==="whitespace"&&(r-=2),t[r][1].type==="atxHeadingSequence"&&(f===r-1||r-4>f&&t[r-2][1].type==="whitespace")&&(r-=f+1===r?2:4),r>f&&(C={type:"atxHeadingText",start:t[f][1].start,end:t[r][1].end},B={type:"chunkText",start:t[f][1].start,end:t[r][1].end,contentType:"text"},fn(t,f,r-f+1,[["enter",C,o],["enter",B,o],["exit",B,o],["exit",C,o]])),t}function kr(t,o,r){let f=0;return C;function C(tt){return t.enter("atxHeading"),B(tt)}function B(tt){return t.enter("atxHeadingSequence"),O(tt)}function O(tt){return tt===35&&f++<6?(t.consume(tt),O):tt===null||tn(tt)?(t.exit("atxHeadingSequence"),de(tt)):r(tt)}function de(tt){return tt===35?(t.enter("atxHeadingSequence"),Se(tt)):tt===null||gn(tt)?(t.exit("atxHeading"),o(tt)):bt(tt)?Qa(t,de,"whitespace")(tt):(t.enter("atxHeadingText"),qe(tt))}function Se(tt){return tt===35?(t.consume(tt),Se):(t.exit("atxHeadingSequence"),de(tt))}function qe(tt){return tt===null||tt===35||tn(tt)?(t.exit("atxHeadingText"),de(tt)):(t.consume(tt),qe)}}const yo={name:"setextUnderline",resolveTo:Oo,tokenize:La};function Oo(t,o){let r=t.length,f,C,B;for(;r--;)if(t[r][0]==="enter"){if(t[r][1].type==="content"){f=r;break}t[r][1].type==="paragraph"&&(C=r)}else t[r][1].type==="content"&&t.splice(r,1),!B&&t[r][1].type==="definition"&&(B=r);const O={type:"setextHeading",start:{...t[f][1].start},end:{...t[t.length-1][1].end}};return t[C][1].type="setextHeadingText",B?(t.splice(C,0,["enter",O,o]),t.splice(B+1,0,["exit",t[f][1],o]),t[f][1].end={...t[B][1].end}):t[f][1]=O,t.push(["exit",O,o]),t}function La(t,o,r){const f=this;let C;return B;function B(qe){let tt=f.events.length,Je;for(;tt--;)if(f.events[tt][1].type!=="lineEnding"&&f.events[tt][1].type!=="linePrefix"&&f.events[tt][1].type!=="content"){Je=f.events[tt][1].type==="paragraph";break}return!f.parser.lazy[f.now().line]&&(f.interrupt||Je)?(t.enter("setextHeadingLine"),C=qe,O(qe)):r(qe)}function O(qe){return t.enter("setextHeadingLineSequence"),de(qe)}function de(qe){return qe===C?(t.consume(qe),de):(t.exit("setextHeadingLineSequence"),bt(qe)?Qa(t,Se,"lineSuffix")(qe):Se(qe))}function Se(qe){return qe===null||gn(qe)?(t.exit("setextHeadingLine"),o(qe)):r(qe)}}const Ir=["address","article","aside","base","basefont","blockquote","body","caption","center","col","colgroup","dd","details","dialog","dir","div","dl","dt","fieldset","figcaption","figure","footer","form","frame","frameset","h1","h2","h3","h4","h5","h6","head","header","hr","html","iframe","legend","li","link","main","menu","menuitem","nav","noframes","ol","optgroup","option","p","param","search","section","summary","table","tbody","td","tfoot","th","thead","title","tr","track","ul"],vr=["pre","script","style","textarea"],Po={concrete:!0,name:"htmlFlow",resolveTo:ks,tokenize:Lo},Ps={partial:!0,tokenize:Yo},Ko={partial:!0,tokenize:el};function ks(t){let o=t.length;for(;o--&&!(t[o][0]==="enter"&&t[o][1].type==="htmlFlow"););return o>1&&t[o-2][1].type==="linePrefix"&&(t[o][1].start=t[o-2][1].start,t[o+1][1].start=t[o-2][1].start,t.splice(o-2,2)),t}function Lo(t,o,r){const f=this;let C,B,O,de,Se;return qe;function qe(Pi){return tt(Pi)}function tt(Pi){return t.enter("htmlFlow"),t.enter("htmlFlowData"),t.consume(Pi),Je}function Je(Pi){return Pi===33?(t.consume(Pi),Bt):Pi===47?(t.consume(Pi),B=!0,Ha):Pi===63?(t.consume(Pi),C=3,f.interrupt?o:Ci):ea(Pi)?(t.consume(Pi),O=String.fromCharCode(Pi),cr):r(Pi)}function Bt(Pi){return Pi===45?(t.consume(Pi),C=2,Tt):Pi===91?(t.consume(Pi),C=5,de=0,Xi):ea(Pi)?(t.consume(Pi),C=4,f.interrupt?o:Ci):r(Pi)}function Tt(Pi){return Pi===45?(t.consume(Pi),f.interrupt?o:Ci):r(Pi)}function Xi(Pi){const fu="CDATA[";return Pi===fu.charCodeAt(de++)?(t.consume(Pi),de===fu.length?f.interrupt?o:as:Xi):r(Pi)}function Ha(Pi){return ea(Pi)?(t.consume(Pi),O=String.fromCharCode(Pi),cr):r(Pi)}function cr(Pi){if(Pi===null||Pi===47||Pi===62||tn(Pi)){const fu=Pi===47,Td=O.toLowerCase();return!fu&&!B&&vr.includes(Td)?(C=1,f.interrupt?o(Pi):as(Pi)):Ir.includes(O.toLowerCase())?(C=6,fu?(t.consume(Pi),Vn):f.interrupt?o(Pi):as(Pi)):(C=7,f.interrupt&&!f.parser.lazy[f.now().line]?r(Pi):B?fr(Pi):Va(Pi))}return Pi===45||re(Pi)?(t.consume(Pi),O+=String.fromCharCode(Pi),cr):r(Pi)}function Vn(Pi){return Pi===62?(t.consume(Pi),f.interrupt?o:as):r(Pi)}function fr(Pi){return bt(Pi)?(t.consume(Pi),fr):qn(Pi)}function Va(Pi){return Pi===47?(t.consume(Pi),qn):Pi===58||Pi===95||ea(Pi)?(t.consume(Pi),ho):bt(Pi)?(t.consume(Pi),Va):qn(Pi)}function ho(Pi){return Pi===45||Pi===46||Pi===58||Pi===95||re(Pi)?(t.consume(Pi),ho):wo(Pi)}function wo(Pi){return Pi===61?(t.consume(Pi),na):bt(Pi)?(t.consume(Pi),wo):Va(Pi)}function na(Pi){return Pi===null||Pi===60||Pi===61||Pi===62||Pi===96?r(Pi):Pi===34||Pi===39?(t.consume(Pi),Se=Pi,ts):bt(Pi)?(t.consume(Pi),na):bs(Pi)}function ts(Pi){return Pi===Se?(t.consume(Pi),Se=null,is):Pi===null||gn(Pi)?r(Pi):(t.consume(Pi),ts)}function bs(Pi){return Pi===null||Pi===34||Pi===39||Pi===47||Pi===60||Pi===61||Pi===62||Pi===96||tn(Pi)?wo(Pi):(t.consume(Pi),bs)}function is(Pi){return Pi===47||Pi===62||bt(Pi)?Va(Pi):r(Pi)}function qn(Pi){return Pi===62?(t.consume(Pi),sl):r(Pi)}function sl(Pi){return Pi===null||gn(Pi)?as(Pi):bt(Pi)?(t.consume(Pi),sl):r(Pi)}function as(Pi){return Pi===45&&C===2?(t.consume(Pi),Os):Pi===60&&C===1?(t.consume(Pi),Qs):Pi===62&&C===4?(t.consume(Pi),wu):Pi===63&&C===3?(t.consume(Pi),Ci):Pi===93&&C===5?(t.consume(Pi),Ju):gn(Pi)&&(C===6||C===7)?(t.exit("htmlFlowData"),t.check(Ps,ud,Yr)(Pi)):Pi===null||gn(Pi)?(t.exit("htmlFlowData"),Yr(Pi)):(t.consume(Pi),as)}function Yr(Pi){return t.check(Ko,Eo,ud)(Pi)}function Eo(Pi){return t.enter("lineEnding"),t.consume(Pi),t.exit("lineEnding"),To}function To(Pi){return Pi===null||gn(Pi)?Yr(Pi):(t.enter("htmlFlowData"),as(Pi))}function Os(Pi){return Pi===45?(t.consume(Pi),Ci):as(Pi)}function Qs(Pi){return Pi===47?(t.consume(Pi),O="",Iu):as(Pi)}function Iu(Pi){if(Pi===62){const fu=O.toLowerCase();return vr.includes(fu)?(t.consume(Pi),wu):as(Pi)}return ea(Pi)&&O.length<8?(t.consume(Pi),O+=String.fromCharCode(Pi),Iu):as(Pi)}function Ju(Pi){return Pi===93?(t.consume(Pi),Ci):as(Pi)}function Ci(Pi){return Pi===62?(t.consume(Pi),wu):Pi===45&&C===2?(t.consume(Pi),Ci):as(Pi)}function wu(Pi){return Pi===null||gn(Pi)?(t.exit("htmlFlowData"),ud(Pi)):(t.consume(Pi),wu)}function ud(Pi){return t.exit("htmlFlow"),o(Pi)}}function el(t,o,r){const f=this;return C;function C(O){return gn(O)?(t.enter("lineEnding"),t.consume(O),t.exit("lineEnding"),B):r(O)}function B(O){return f.parser.lazy[f.now().line]?r(O):o(O)}}function Yo(t,o,r){return f;function f(C){return t.enter("lineEnding"),t.consume(C),t.exit("lineEnding"),t.attempt(Xo,o,r)}}const cl={partial:!0,tokenize:tl},fs={concrete:!0,name:"codeFenced",tokenize:au};function au(t,o,r){const f=this,C={partial:!0,tokenize:wo};let B=0,O=0,de;return Se;function Se(na){return qe(na)}function qe(na){const ts=f.events[f.events.length-1];return B=ts&&ts[1].type==="linePrefix"?ts[2].sliceSerialize(ts[1],!0).length:0,de=na,t.enter("codeFenced"),t.enter("codeFencedFence"),t.enter("codeFencedFenceSequence"),tt(na)}function tt(na){return na===de?(O++,t.consume(na),tt):O<3?r(na):(t.exit("codeFencedFenceSequence"),bt(na)?Qa(t,Je,"whitespace")(na):Je(na))}function Je(na){return na===null||gn(na)?(t.exit("codeFencedFence"),f.interrupt?o(na):t.check(cl,Ha,ho)(na)):(t.enter("codeFencedFenceInfo"),t.enter("chunkString",{contentType:"string"}),Bt(na))}function Bt(na){return na===null||gn(na)?(t.exit("chunkString"),t.exit("codeFencedFenceInfo"),Je(na)):bt(na)?(t.exit("chunkString"),t.exit("codeFencedFenceInfo"),Qa(t,Tt,"whitespace")(na)):na===96&&na===de?r(na):(t.consume(na),Bt)}function Tt(na){return na===null||gn(na)?Je(na):(t.enter("codeFencedFenceMeta"),t.enter("chunkString",{contentType:"string"}),Xi(na))}function Xi(na){return na===null||gn(na)?(t.exit("chunkString"),t.exit("codeFencedFenceMeta"),Je(na)):na===96&&na===de?r(na):(t.consume(na),Xi)}function Ha(na){return t.attempt(C,ho,cr)(na)}function cr(na){return t.enter("lineEnding"),t.consume(na),t.exit("lineEnding"),Vn}function Vn(na){return B>0&&bt(na)?Qa(t,fr,"linePrefix",B+1)(na):fr(na)}function fr(na){return na===null||gn(na)?t.check(cl,Ha,ho)(na):(t.enter("codeFlowValue"),Va(na))}function Va(na){return na===null||gn(na)?(t.exit("codeFlowValue"),fr(na)):(t.consume(na),Va)}function ho(na){return t.exit("codeFenced"),o(na)}function wo(na,ts,bs){let is=0;return qn;function qn(To){return na.enter("lineEnding"),na.consume(To),na.exit("lineEnding"),sl}function sl(To){return na.enter("codeFencedFence"),bt(To)?Qa(na,as,"linePrefix",f.parser.constructs.disable.null.includes("codeIndented")?void 0:4)(To):as(To)}function as(To){return To===de?(na.enter("codeFencedFenceSequence"),Yr(To)):bs(To)}function Yr(To){return To===de?(is++,na.consume(To),Yr):is>=O?(na.exit("codeFencedFenceSequence"),bt(To)?Qa(na,Eo,"whitespace")(To):Eo(To)):bs(To)}function Eo(To){return To===null||gn(To)?(na.exit("codeFencedFence"),ts(To)):bs(To)}}}function tl(t,o,r){const f=this;return C;function C(O){return O===null?r(O):(t.enter("lineEnding"),t.consume(O),t.exit("lineEnding"),B)}function B(O){return f.parser.lazy[f.now().line]?r(O):o(O)}}const Xl=document.createElement("i");function Pr(t){const o="&"+t+";";Xl.innerHTML=o;const r=Xl.textContent;return r.charCodeAt(r.length-1)===59&&t!=="semi"||r===o?!1:r}const Vs={name:"characterReference",tokenize:eo};function eo(t,o,r){const f=this;let C=0,B,O;return de;function de(Je){return t.enter("characterReference"),t.enter("characterReferenceMarker"),t.consume(Je),t.exit("characterReferenceMarker"),Se}function Se(Je){return Je===35?(t.enter("characterReferenceMarkerNumeric"),t.consume(Je),t.exit("characterReferenceMarkerNumeric"),qe):(t.enter("characterReferenceValue"),B=31,O=re,tt(Je))}function qe(Je){return Je===88||Je===120?(t.enter("characterReferenceMarkerHexadecimal"),t.consume(Je),t.exit("characterReferenceMarkerHexadecimal"),t.enter("characterReferenceValue"),B=6,O=dn,tt):(t.enter("characterReferenceValue"),B=7,O=Bi,tt(Je))}function tt(Je){if(Je===59&&C){const Bt=t.exit("characterReferenceValue");return O===re&&!Pr(f.sliceSerialize(Bt))?r(Je):(t.enter("characterReferenceMarker"),t.consume(Je),t.exit("characterReferenceMarker"),t.exit("characterReference"),o)}return O(Je)&&C++<B?(t.consume(Je),tt):r(Je)}}const Ro={name:"characterEscape",tokenize:fl};function fl(t,o,r){return f;function f(B){return t.enter("characterEscape"),t.enter("escapeMarker"),t.consume(B),t.exit("escapeMarker"),C}function C(B){return sa(B)?(t.enter("characterEscapeValue"),t.consume(B),t.exit("characterEscapeValue"),t.exit("characterEscape"),o):r(B)}}const ps={name:"lineEnding",tokenize:gl};function gl(t,o){return r;function r(f){return t.enter("lineEnding"),t.consume(f),t.exit("lineEnding"),Qa(t,o,"linePrefix")}}function Vo(t,o,r){const f=[];let C=-1;for(;++C<t.length;){const B=t[C].resolveAll;B&&!f.includes(B)&&(o=B(o,r),f.push(B))}return o}const Ks={name:"labelEnd",resolveAll:pu,resolveTo:Dl,tokenize:Ql},il={tokenize:qs},Yl={tokenize:Wu},gs={tokenize:Ou};function pu(t){let o=-1;const r=[];for(;++o<t.length;){const f=t[o][1];if(r.push(t[o]),f.type==="labelImage"||f.type==="labelLink"||f.type==="labelEnd"){const C=f.type==="labelImage"?4:2;f.type="data",o+=C}}return t.length!==r.length&&fn(t,0,t.length,r),t}function Dl(t,o){let r=t.length,f=0,C,B,O,de;for(;r--;)if(C=t[r][1],B){if(C.type==="link"||C.type==="labelLink"&&C._inactive)break;t[r][0]==="enter"&&C.type==="labelLink"&&(C._inactive=!0)}else if(O){if(t[r][0]==="enter"&&(C.type==="labelImage"||C.type==="labelLink")&&!C._balanced&&(B=r,C.type!=="labelLink")){f=2;break}}else C.type==="labelEnd"&&(O=r);const Se={type:t[B][1].type==="labelLink"?"link":"image",start:{...t[B][1].start},end:{...t[t.length-1][1].end}},qe={type:"label",start:{...t[B][1].start},end:{...t[O][1].end}},tt={type:"labelText",start:{...t[B+f+2][1].end},end:{...t[O-2][1].start}};return de=[["enter",Se,o],["enter",qe,o]],de=se(de,t.slice(B+1,B+f+3)),de=se(de,[["enter",tt,o]]),de=se(de,Vo(o.parser.constructs.insideSpan.null,t.slice(B+f+4,O-3),o)),de=se(de,[["exit",tt,o],t[O-2],t[O-1],["exit",qe,o]]),de=se(de,t.slice(O+1)),de=se(de,[["exit",Se,o]]),fn(t,B,t.length,de),t}function Ql(t,o,r){const f=this;let C=f.events.length,B,O;for(;C--;)if((f.events[C][1].type==="labelImage"||f.events[C][1].type==="labelLink")&&!f.events[C][1]._balanced){B=f.events[C][1];break}return de;function de(Bt){return B?B._inactive?Je(Bt):(O=f.parser.defined.includes(we(f.sliceSerialize({start:B.end,end:f.now()}))),t.enter("labelEnd"),t.enter("labelMarker"),t.consume(Bt),t.exit("labelMarker"),t.exit("labelEnd"),Se):r(Bt)}function Se(Bt){return Bt===40?t.attempt(il,tt,O?tt:Je)(Bt):Bt===91?t.attempt(Yl,tt,O?qe:Je)(Bt):O?tt(Bt):Je(Bt)}function qe(Bt){return t.attempt(gs,tt,Je)(Bt)}function tt(Bt){return o(Bt)}function Je(Bt){return B._balanced=!0,r(Bt)}}function qs(t,o,r){return f;function f(Je){return t.enter("resource"),t.enter("resourceMarker"),t.consume(Je),t.exit("resourceMarker"),C}function C(Je){return tn(Je)?Ws(t,B)(Je):B(Je)}function B(Je){return Je===41?tt(Je):Zs(t,O,de,"resourceDestination","resourceDestinationLiteral","resourceDestinationLiteralMarker","resourceDestinationRaw","resourceDestinationString",32)(Je)}function O(Je){return tn(Je)?Ws(t,Se)(Je):tt(Je)}function de(Je){return r(Je)}function Se(Je){return Je===34||Je===39||Je===40?dl(t,qe,r,"resourceTitle","resourceTitleMarker","resourceTitleString")(Je):tt(Je)}function qe(Je){return tn(Je)?Ws(t,tt)(Je):tt(Je)}function tt(Je){return Je===41?(t.enter("resourceMarker"),t.consume(Je),t.exit("resourceMarker"),t.exit("resource"),o):r(Je)}}function Wu(t,o,r){const f=this;return C;function C(de){return El.call(f,t,B,O,"reference","referenceMarker","referenceString")(de)}function B(de){return f.parser.defined.includes(we(f.sliceSerialize(f.events[f.events.length-1][1]).slice(1,-1)))?o(de):r(de)}function O(de){return r(de)}}function Ou(t,o,r){return f;function f(B){return t.enter("reference"),t.enter("referenceMarker"),t.consume(B),t.exit("referenceMarker"),C}function C(B){return B===93?(t.enter("referenceMarker"),t.consume(B),t.exit("referenceMarker"),t.exit("reference"),o):r(B)}}const Jl={name:"labelStartImage",resolveAll:Ks.resolveAll,tokenize:Pl};function Pl(t,o,r){const f=this;return C;function C(de){return t.enter("labelImage"),t.enter("labelImageMarker"),t.consume(de),t.exit("labelImageMarker"),B}function B(de){return de===91?(t.enter("labelMarker"),t.consume(de),t.exit("labelMarker"),t.exit("labelImage"),O):r(de)}function O(de){return de===94&&"_hiddenFootnoteSupport"in f.parser.constructs?r(de):o(de)}}function Qo(t){if(t===null||tn(t)||Oa(t))return 1;if(sn(t))return 2}const ml={name:"attention",resolveAll:gd,tokenize:nl};function gd(t,o){let r=-1,f,C,B,O,de,Se,qe,tt;for(;++r<t.length;)if(t[r][0]==="enter"&&t[r][1].type==="attentionSequence"&&t[r][1]._close){for(f=r;f--;)if(t[f][0]==="exit"&&t[f][1].type==="attentionSequence"&&t[f][1]._open&&o.sliceSerialize(t[f][1]).charCodeAt(0)===o.sliceSerialize(t[r][1]).charCodeAt(0)){if((t[f][1]._close||t[r][1]._open)&&(t[r][1].end.offset-t[r][1].start.offset)%3&&!((t[f][1].end.offset-t[f][1].start.offset+t[r][1].end.offset-t[r][1].start.offset)%3))continue;Se=t[f][1].end.offset-t[f][1].start.offset>1&&t[r][1].end.offset-t[r][1].start.offset>1?2:1;const Je={...t[f][1].end},Bt={...t[r][1].start};ru(Je,-Se),ru(Bt,Se),O={type:Se>1?"strongSequence":"emphasisSequence",start:Je,end:{...t[f][1].end}},de={type:Se>1?"strongSequence":"emphasisSequence",start:{...t[r][1].start},end:Bt},B={type:Se>1?"strongText":"emphasisText",start:{...t[f][1].end},end:{...t[r][1].start}},C={type:Se>1?"strong":"emphasis",start:{...O.start},end:{...de.end}},t[f][1].end={...O.start},t[r][1].start={...de.end},qe=[],t[f][1].end.offset-t[f][1].start.offset&&(qe=se(qe,[["enter",t[f][1],o],["exit",t[f][1],o]])),qe=se(qe,[["enter",C,o],["enter",O,o],["exit",O,o],["enter",B,o]]),qe=se(qe,Vo(o.parser.constructs.insideSpan.null,t.slice(f+1,r),o)),qe=se(qe,[["exit",B,o],["enter",de,o],["exit",de,o],["exit",C,o]]),t[r][1].end.offset-t[r][1].start.offset?(tt=2,qe=se(qe,[["enter",t[r][1],o],["exit",t[r][1],o]])):tt=0,fn(t,f-1,r-f+3,qe),r=f+qe.length-tt-2;break}}for(r=-1;++r<t.length;)t[r][1].type==="attentionSequence"&&(t[r][1].type="data");return t}function nl(t,o){const r=this.parser.constructs.attentionMarkers.null,f=this.previous,C=Qo(f);let B;return O;function O(Se){return B=Se,t.enter("attentionSequence"),de(Se)}function de(Se){if(Se===B)return t.consume(Se),de;const qe=t.exit("attentionSequence"),tt=Qo(Se),Je=!tt||tt===2&&C||r.includes(Se),Bt=!C||C===2&&tt||r.includes(f);return qe._open=!!(B===42?Je:Je&&(C||!Bt)),qe._close=!!(B===42?Bt:Bt&&(tt||!Je)),o(Se)}}function ru(t,o){t.column+=o,t.offset+=o,t._bufferIndex+=o}const hl={name:"autolink",tokenize:Zu};function Zu(t,o,r){let f=0;return C;function C(Tt){return t.enter("autolink"),t.enter("autolinkMarker"),t.consume(Tt),t.exit("autolinkMarker"),t.enter("autolinkProtocol"),B}function B(Tt){return ea(Tt)?(t.consume(Tt),O):Tt===64?r(Tt):qe(Tt)}function O(Tt){return Tt===43||Tt===45||Tt===46||re(Tt)?(f=1,de(Tt)):qe(Tt)}function de(Tt){return Tt===58?(t.consume(Tt),f=0,Se):(Tt===43||Tt===45||Tt===46||re(Tt))&&f++<32?(t.consume(Tt),de):(f=0,qe(Tt))}function Se(Tt){return Tt===62?(t.exit("autolinkProtocol"),t.enter("autolinkMarker"),t.consume(Tt),t.exit("autolinkMarker"),t.exit("autolink"),o):Tt===null||Tt===32||Tt===60||Pt(Tt)?r(Tt):(t.consume(Tt),Se)}function qe(Tt){return Tt===64?(t.consume(Tt),tt):Ye(Tt)?(t.consume(Tt),qe):r(Tt)}function tt(Tt){return re(Tt)?Je(Tt):r(Tt)}function Je(Tt){return Tt===46?(t.consume(Tt),f=0,tt):Tt===62?(t.exit("autolinkProtocol").type="autolinkEmail",t.enter("autolinkMarker"),t.consume(Tt),t.exit("autolinkMarker"),t.exit("autolink"),o):Bt(Tt)}function Bt(Tt){if((Tt===45||re(Tt))&&f++<63){const Xi=Tt===45?Bt:Je;return t.consume(Tt),Xi}return r(Tt)}}const Fu={name:"htmlText",tokenize:Pu};function Pu(t,o,r){const f=this;let C,B,O;return de;function de(Ci){return t.enter("htmlText"),t.enter("htmlTextData"),t.consume(Ci),Se}function Se(Ci){return Ci===33?(t.consume(Ci),qe):Ci===47?(t.consume(Ci),wo):Ci===63?(t.consume(Ci),Va):ea(Ci)?(t.consume(Ci),bs):r(Ci)}function qe(Ci){return Ci===45?(t.consume(Ci),tt):Ci===91?(t.consume(Ci),B=0,Xi):ea(Ci)?(t.consume(Ci),fr):r(Ci)}function tt(Ci){return Ci===45?(t.consume(Ci),Tt):r(Ci)}function Je(Ci){return Ci===null?r(Ci):Ci===45?(t.consume(Ci),Bt):gn(Ci)?(O=Je,Qs(Ci)):(t.consume(Ci),Je)}function Bt(Ci){return Ci===45?(t.consume(Ci),Tt):Je(Ci)}function Tt(Ci){return Ci===62?Os(Ci):Ci===45?Bt(Ci):Je(Ci)}function Xi(Ci){const wu="CDATA[";return Ci===wu.charCodeAt(B++)?(t.consume(Ci),B===wu.length?Ha:Xi):r(Ci)}function Ha(Ci){return Ci===null?r(Ci):Ci===93?(t.consume(Ci),cr):gn(Ci)?(O=Ha,Qs(Ci)):(t.consume(Ci),Ha)}function cr(Ci){return Ci===93?(t.consume(Ci),Vn):Ha(Ci)}function Vn(Ci){return Ci===62?Os(Ci):Ci===93?(t.consume(Ci),Vn):Ha(Ci)}function fr(Ci){return Ci===null||Ci===62?Os(Ci):gn(Ci)?(O=fr,Qs(Ci)):(t.consume(Ci),fr)}function Va(Ci){return Ci===null?r(Ci):Ci===63?(t.consume(Ci),ho):gn(Ci)?(O=Va,Qs(Ci)):(t.consume(Ci),Va)}function ho(Ci){return Ci===62?Os(Ci):Va(Ci)}function wo(Ci){return ea(Ci)?(t.consume(Ci),na):r(Ci)}function na(Ci){return Ci===45||re(Ci)?(t.consume(Ci),na):ts(Ci)}function ts(Ci){return gn(Ci)?(O=ts,Qs(Ci)):bt(Ci)?(t.consume(Ci),ts):Os(Ci)}function bs(Ci){return Ci===45||re(Ci)?(t.consume(Ci),bs):Ci===47||Ci===62||tn(Ci)?is(Ci):r(Ci)}function is(Ci){return Ci===47?(t.consume(Ci),Os):Ci===58||Ci===95||ea(Ci)?(t.consume(Ci),qn):gn(Ci)?(O=is,Qs(Ci)):bt(Ci)?(t.consume(Ci),is):Os(Ci)}function qn(Ci){return Ci===45||Ci===46||Ci===58||Ci===95||re(Ci)?(t.consume(Ci),qn):sl(Ci)}function sl(Ci){return Ci===61?(t.consume(Ci),as):gn(Ci)?(O=sl,Qs(Ci)):bt(Ci)?(t.consume(Ci),sl):is(Ci)}function as(Ci){return Ci===null||Ci===60||Ci===61||Ci===62||Ci===96?r(Ci):Ci===34||Ci===39?(t.consume(Ci),C=Ci,Yr):gn(Ci)?(O=as,Qs(Ci)):bt(Ci)?(t.consume(Ci),as):(t.consume(Ci),Eo)}function Yr(Ci){return Ci===C?(t.consume(Ci),C=void 0,To):Ci===null?r(Ci):gn(Ci)?(O=Yr,Qs(Ci)):(t.consume(Ci),Yr)}function Eo(Ci){return Ci===null||Ci===34||Ci===39||Ci===60||Ci===61||Ci===96?r(Ci):Ci===47||Ci===62||tn(Ci)?is(Ci):(t.consume(Ci),Eo)}function To(Ci){return Ci===47||Ci===62||tn(Ci)?is(Ci):r(Ci)}function Os(Ci){return Ci===62?(t.consume(Ci),t.exit("htmlTextData"),t.exit("htmlText"),o):r(Ci)}function Qs(Ci){return t.exit("htmlTextData"),t.enter("lineEnding"),t.consume(Ci),t.exit("lineEnding"),Iu}function Iu(Ci){return bt(Ci)?Qa(t,Ju,"linePrefix",f.parser.constructs.disable.null.includes("codeIndented")?void 0:4)(Ci):Ju(Ci)}function Ju(Ci){return t.enter("htmlTextData"),O(Ci)}}const Bl={name:"labelStartLink",resolveAll:Ks.resolveAll,tokenize:Bu};function Bu(t,o,r){const f=this;return C;function C(O){return t.enter("labelLink"),t.enter("labelMarker"),t.consume(O),t.exit("labelMarker"),t.exit("labelLink"),B}function B(O){return O===94&&"_hiddenFootnoteSupport"in f.parser.constructs?r(O):o(O)}}const Vu={name:"hardBreakEscape",tokenize:md};function md(t,o,r){return f;function f(B){return t.enter("hardBreakEscape"),t.consume(B),C}function C(B){return gn(B)?(t.exit("hardBreakEscape"),o(B)):r(B)}}const Nu={name:"codeText",previous:Nl,resolve:Dd,tokenize:Rl};function Dd(t){let o=t.length-4,r=3,f,C;if((t[r][1].type==="lineEnding"||t[r][1].type==="space")&&(t[o][1].type==="lineEnding"||t[o][1].type==="space")){for(f=r;++f<o;)if(t[f][1].type==="codeTextData"){t[r][1].type="codeTextPadding",t[o][1].type="codeTextPadding",r+=2,o-=2;break}}for(f=r-1,o++;++f<=o;)C===void 0?f!==o&&t[f][1].type!=="lineEnding"&&(C=f):(f===o||t[f][1].type==="lineEnding")&&(t[C][1].type="codeTextData",f!==C+2&&(t[C][1].end=t[f-1][1].end,t.splice(C+2,f-C-2),o-=f-C-2,f=C+2),C=void 0);return t}function Nl(t){return t!==96||this.events[this.events.length-1][1].type==="characterEscape"}function Rl(t,o,r){const f=this;let C=0,B,O;return de;function de(Bt){return t.enter("codeText"),t.enter("codeTextSequence"),Se(Bt)}function Se(Bt){return Bt===96?(t.consume(Bt),C++,Se):(t.exit("codeTextSequence"),qe(Bt))}function qe(Bt){return Bt===null?r(Bt):Bt===32?(t.enter("space"),t.consume(Bt),t.exit("space"),qe):Bt===96?(O=t.enter("codeTextSequence"),B=0,Je(Bt)):gn(Bt)?(t.enter("lineEnding"),t.consume(Bt),t.exit("lineEnding"),qe):(t.enter("codeTextData"),tt(Bt))}function tt(Bt){return Bt===null||Bt===32||Bt===96||gn(Bt)?(t.exit("codeTextData"),qe(Bt)):(t.consume(Bt),tt)}function Je(Bt){return Bt===96?(t.consume(Bt),B++,Je):B===C?(t.exit("codeTextSequence"),t.exit("codeText"),o(Bt)):(O.type="codeTextData",tt(Bt))}}const Bs={42:cs,43:cs,45:cs,48:cs,49:cs,50:cs,51:cs,52:cs,53:cs,54:cs,55:cs,56:cs,57:cs,62:Tu},hd={91:ze},vu={[-2]:vi,[-1]:vi,32:vi},ed={35:Ma,42:Gl,45:[yo,Gl],60:Po,61:yo,95:Gl,96:fs,126:fs},ou={38:Vs,92:Ro},k={[-5]:ps,[-4]:ps,[-3]:ps,33:Jl,38:Vs,42:ml,60:[hl,Fu],91:Bl,92:[Vu,Ro],93:Ks,95:ml,96:Nu},M={null:[ml,Du]},W={null:[42,95]},ie={null:[]};function ue(t,o,r){let f={_bufferIndex:-1,_index:0,line:r&&r.line||1,column:r&&r.column||1,offset:r&&r.offset||0};const C={},B=[];let O=[],de=[],Se=!0;const qe={attempt:is(ts),check:is(bs),consume:ho,enter:wo,exit:na,interrupt:is(bs,{interrupt:!0})},tt={code:null,containerState:{},defineSkip:Vn,events:[],now:cr,parser:t,previous:null,sliceSerialize:Xi,sliceStream:Ha,write:Tt};let Je=o.tokenize.call(tt,qe),Bt;return o.resolveAll&&B.push(o),tt;function Tt(Yr){return O=se(O,Yr),fr(),O[O.length-1]!==null?[]:(qn(o,0),tt.events=Vo(B,tt.events,tt),tt.events)}function Xi(Yr,Eo){return pe(Ha(Yr),Eo)}function Ha(Yr){return me(O,Yr)}function cr(){const{_bufferIndex:Yr,_index:Eo,line:To,column:Os,offset:Qs}=f;return{_bufferIndex:Yr,_index:Eo,line:To,column:Os,offset:Qs}}function Vn(Yr){C[Yr.line]=Yr.column,as()}function fr(){let Yr;for(;f._index<O.length;){const Eo=O[f._index];if(typeof Eo=="string")for(Yr=f._index,f._bufferIndex<0&&(f._bufferIndex=0);f._index===Yr&&f._bufferIndex<Eo.length;)Va(Eo.charCodeAt(f._bufferIndex));else Va(Eo)}}function Va(Yr){Se=void 0,Bt=Yr,Je=Je(Yr)}function ho(Yr){gn(Yr)?(f.line++,f.column=1,f.offset+=Yr===-3?2:1,as()):Yr!==-1&&(f.column++,f.offset++),f._bufferIndex<0?f._index++:(f._bufferIndex++,f._bufferIndex===O[f._index].length&&(f._bufferIndex=-1,f._index++)),tt.previous=Yr,Se=!0}function wo(Yr,Eo){const To=Eo||{};return To.type=Yr,To.start=cr(),tt.events.push(["enter",To,tt]),de.push(To),To}function na(Yr){const Eo=de.pop();return Eo.end=cr(),tt.events.push(["exit",Eo,tt]),Eo}function ts(Yr,Eo){qn(Yr,Eo.from)}function bs(Yr,Eo){Eo.restore()}function is(Yr,Eo){return To;function To(Os,Qs,Iu){let Ju,Ci,wu,ud;return Array.isArray(Os)?fu(Os):"tokenize"in Os?fu([Os]):Pi(Os);function Pi(bl){return Qd;function Qd(dd){const Od=dd!==null&&bl[dd],Id=dd!==null&&bl.null,Wc=[...Array.isArray(Od)?Od:Od?[Od]:[],...Array.isArray(Id)?Id:Id?[Id]:[]];return fu(Wc)(dd)}}function fu(bl){return Ju=bl,Ci=0,bl.length===0?Iu:Td(bl[Ci])}function Td(bl){return Qd;function Qd(dd){return ud=sl(),wu=bl,bl.partial||(tt.currentConstruct=bl),bl.name&&tt.parser.constructs.disable.null.includes(bl.name)?gc(dd):bl.tokenize.call(Eo?Object.assign(Object.create(tt),Eo):tt,qe,Uc,gc)(dd)}}function Uc(bl){return Se=!0,Yr(wu,ud),Qs}function gc(bl){return Se=!0,ud.restore(),++Ci<Ju.length?Td(Ju[Ci]):Iu}}}function qn(Yr,Eo){Yr.resolveAll&&!B.includes(Yr)&&B.push(Yr),Yr.resolve&&fn(tt.events,Eo,tt.events.length-Eo,Yr.resolve(tt.events.slice(Eo),tt)),Yr.resolveTo&&(tt.events=Yr.resolveTo(tt.events,tt))}function sl(){const Yr=cr(),Eo=tt.previous,To=tt.currentConstruct,Os=tt.events.length,Qs=Array.from(de);return{from:Os,restore:Iu};function Iu(){f=Yr,tt.previous=Eo,tt.currentConstruct=To,tt.events.length=Os,de=Qs,as()}}function as(){f.line in C&&f.column<2&&(f.column=C[f.line],f.offset+=C[f.line]-1)}}function me(t,o){const r=o.start._index,f=o.start._bufferIndex,C=o.end._index,B=o.end._bufferIndex;let O;if(r===C)O=[t[r].slice(f,B)];else{if(O=t.slice(r,C),f>-1){const de=O[0];typeof de=="string"?O[0]=de.slice(f):O.shift()}B>0&&O.push(t[C].slice(0,B))}return O}function pe(t,o){let r=-1;const f=[];let C;for(;++r<t.length;){const B=t[r];let O;if(typeof B=="string")O=B;else switch(B){case-5:{O="\r";break}case-4:{O=`
|
|
`;break}case-3:{O=`\r
|
|
`;break}case-2:{O=o?" ":" ";break}case-1:{if(!o&&C)continue;O=" ";break}default:O=String.fromCharCode(B)}C=B===-2,f.push(O)}return f.join("")}function fe(t){const f={constructs:Hn([i,...(t||{}).extensions||[]]),content:C(Rr),defined:[],document:C(Do),flow:C(os),lazy:{},string:C(tu),text:C($l)};return f;function C(B){return O;function O(de){return ue(f,B,de)}}}const be=/[\0\t\n\r]/g;function Be(){let t=1,o="",r=!0,f;return C;function C(B,O,de){const Se=[];let qe,tt,Je,Bt,Tt;for(B=o+(typeof B=="string"?B.toString():new TextDecoder(O||void 0).decode(B)),Je=0,o="",r&&(B.charCodeAt(0)===65279&&Je++,r=void 0);Je<B.length;){if(be.lastIndex=Je,qe=be.exec(B),Bt=qe&&qe.index!==void 0?qe.index:B.length,Tt=B.charCodeAt(Bt),!qe){o=B.slice(Je);break}if(Tt===10&&Je===Bt&&f)Se.push(-3),f=void 0;else switch(f&&(Se.push(-5),f=void 0),Je<Bt&&(Se.push(B.slice(Je,Bt)),t+=Bt-Je),Tt){case 0:{Se.push(65533),t++;break}case 9:{for(tt=Math.ceil(t/4)*4,Se.push(-2);t++<tt;)Se.push(-1);break}case 10:{Se.push(-4),t=1;break}default:f=!0,t=1}Je=Bt+1}return de&&(f&&Se.push(-5),o&&Se.push(o),Se.push(null)),Se}}function Oe(t,o){const r=Number.parseInt(t,o);return r<9||r===11||r>13&&r<32||r>126&&r<160||r>55295&&r<57344||r>64975&&r<65008||(r&65535)===65535||(r&65535)===65534||r>1114111?"\uFFFD":String.fromCodePoint(r)}const Ke=/\\([!-/:-@[-`{-~])|&(#(?:\d{1,7}|x[\da-f]{1,6})|[\da-z]{1,31});/gi;function Ct(t){return t.replace(Ke,ct)}function ct(t,o,r){if(o)return o;if(r.charCodeAt(0)===35){const C=r.charCodeAt(1),B=C===120||C===88;return Oe(r.slice(B?2:1),B?16:10)}return Pr(r)||t}const vt={}.hasOwnProperty;function Fi(t,o,r){return typeof o!="string"&&(r=o,o=void 0),It(r)(li(fe(r).document().write(Be()(t,o,!0))))}function It(t){const o={transforms:[],canContainEols:["emphasis","fragment","heading","paragraph","strong"],enter:{autolink:B(Jc),autolinkProtocol:is,autolinkEmail:is,atxHeading:B(Xc),blockQuote:B(dd),characterEscape:is,characterReference:is,codeFenced:B(Od),codeFencedFenceInfo:O,codeFencedFenceMeta:O,codeIndented:B(Od,O),codeText:B(Id,O),codeTextData:is,data:is,codeFlowValue:is,definition:B(Wc),definitionDestinationString:O,definitionLabelString:O,definitionTitleString:O,emphasis:B(pf),hardBreakEscape:B(Yc),hardBreakTrailing:B(Yc),htmlFlow:B(Qc,O),htmlFlowData:is,htmlText:B(Qc,O),htmlTextData:is,image:B(Ff),label:O,link:B(Jc),listItem:B(vf),listItemValue:Bt,listOrdered:B(Zc,Je),listUnordered:B(Zc),paragraph:B(yf),reference:Pi,referenceString:O,resourceDestinationString:O,resourceTitleString:O,setextHeading:B(Xc),strong:B(bf),thematicBreak:B(wf)},exit:{atxHeading:Se(),atxHeadingSequence:wo,autolink:Se(),autolinkEmail:Qd,autolinkProtocol:bl,blockQuote:Se(),characterEscapeValue:qn,characterReferenceMarkerHexadecimal:Td,characterReferenceMarkerNumeric:Td,characterReferenceValue:Uc,characterReference:gc,codeFenced:Se(cr),codeFencedFence:Ha,codeFencedFenceInfo:Tt,codeFencedFenceMeta:Xi,codeFlowValue:qn,codeIndented:Se(Vn),codeText:Se(To),codeTextData:qn,data:qn,definition:Se(),definitionDestinationString:ho,definitionLabelString:fr,definitionTitleString:Va,emphasis:Se(),hardBreakEscape:Se(as),hardBreakTrailing:Se(as),htmlFlow:Se(Yr),htmlFlowData:qn,htmlText:Se(Eo),htmlTextData:qn,image:Se(Qs),label:Ju,labelText:Iu,lineEnding:sl,link:Se(Os),listItem:Se(),listOrdered:Se(),listUnordered:Se(),paragraph:Se(),referenceString:fu,resourceDestinationString:Ci,resourceTitleString:wu,resource:ud,setextHeading:Se(bs),setextHeadingLineSequence:ts,setextHeadingText:na,strong:Se(),thematicBreak:Se()}};Dt(o,(t||{}).mdastExtensions||[]);const r={};return f;function f(da){let sr={type:"root",children:[]};const _o={stack:[sr],tokenStack:[],config:o,enter:de,exit:qe,buffer:O,resume:tt,data:r},Io=[];let ms=-1;for(;++ms<da.length;)if(da[ms][1].type==="listOrdered"||da[ms][1].type==="listUnordered")if(da[ms][0]==="enter")Io.push(ms);else{const Lu=Io.pop();ms=C(da,Lu,ms)}for(ms=-1;++ms<da.length;){const Lu=o[da[ms][0]];vt.call(Lu,da[ms][1].type)&&Lu[da[ms][1].type].call(Object.assign({sliceSerialize:da[ms][2].sliceSerialize},_o),da[ms][1])}if(_o.tokenStack.length>0){const Lu=_o.tokenStack[_o.tokenStack.length-1];(Lu[1]||Hi).call(_o,void 0,Lu[0])}for(sr.position={start:mi(da.length>0?da[0][1].start:{line:1,column:1,offset:0}),end:mi(da.length>0?da[da.length-2][1].end:{line:1,column:1,offset:0})},ms=-1;++ms<o.transforms.length;)sr=o.transforms[ms](sr)||sr;return sr}function C(da,sr,_o){let Io=sr-1,ms=-1,Lu=!1,Pd,cd,Jd,Zd;for(;++Io<=_o;){const gu=da[Io];switch(gu[1].type){case"listUnordered":case"listOrdered":case"blockQuote":{gu[0]==="enter"?ms++:ms--,Zd=void 0;break}case"lineEndingBlank":{gu[0]==="enter"&&(Pd&&!Zd&&!ms&&!Jd&&(Jd=Io),Zd=void 0);break}case"linePrefix":case"listItemValue":case"listItemMarker":case"listItemPrefix":case"listItemPrefixWhitespace":break;default:Zd=void 0}if(!ms&&gu[0]==="enter"&&gu[1].type==="listItemPrefix"||ms===-1&&gu[0]==="exit"&&(gu[1].type==="listUnordered"||gu[1].type==="listOrdered")){if(Pd){let Ld=Io;for(cd=void 0;Ld--;){const fd=da[Ld];if(fd[1].type==="lineEnding"||fd[1].type==="lineEndingBlank"){if(fd[0]==="exit")continue;cd&&(da[cd][1].type="lineEndingBlank",Lu=!0),fd[1].type="lineEnding",cd=Ld}else if(!(fd[1].type==="linePrefix"||fd[1].type==="blockQuotePrefix"||fd[1].type==="blockQuotePrefixWhitespace"||fd[1].type==="blockQuoteMarker"||fd[1].type==="listItemIndent"))break}Jd&&(!cd||Jd<cd)&&(Pd._spread=!0),Pd.end=Object.assign({},cd?da[cd][1].start:gu[1].end),da.splice(cd||Io,0,["exit",Pd,gu[2]]),Io++,_o++}if(gu[1].type==="listItemPrefix"){const Ld={type:"listItem",_spread:!1,start:Object.assign({},gu[1].start),end:void 0};Pd=Ld,da.splice(Io,0,["enter",Ld,gu[2]]),Io++,_o++,Jd=void 0,Zd=!0}}}return da[sr][1]._spread=Lu,_o}function B(da,sr){return _o;function _o(Io){de.call(this,da(Io),Io),sr&&sr.call(this,Io)}}function O(){this.stack.push({type:"fragment",children:[]})}function de(da,sr,_o){this.stack[this.stack.length-1].children.push(da),this.stack.push(da),this.tokenStack.push([sr,_o||void 0]),da.position={start:mi(sr.start),end:void 0}}function Se(da){return sr;function sr(_o){da&&da.call(this,_o),qe.call(this,_o)}}function qe(da,sr){const _o=this.stack.pop(),Io=this.tokenStack.pop();if(Io)Io[0].type!==da.type&&(sr?sr.call(this,da,Io[0]):(Io[1]||Hi).call(this,da,Io[0]));else throw new Error("Cannot close `"+da.type+"` ("+Er({start:da.start,end:da.end})+"): it\u2019s not open");_o.position.end=mi(da.end)}function tt(){return De(this.stack.pop())}function Je(){this.data.expectingFirstListItemValue=!0}function Bt(da){if(this.data.expectingFirstListItemValue){const sr=this.stack[this.stack.length-2];sr.start=Number.parseInt(this.sliceSerialize(da),10),this.data.expectingFirstListItemValue=void 0}}function Tt(){const da=this.resume(),sr=this.stack[this.stack.length-1];sr.lang=da}function Xi(){const da=this.resume(),sr=this.stack[this.stack.length-1];sr.meta=da}function Ha(){this.data.flowCodeInside||(this.buffer(),this.data.flowCodeInside=!0)}function cr(){const da=this.resume(),sr=this.stack[this.stack.length-1];sr.value=da.replace(/^(\r?\n|\r)|(\r?\n|\r)$/g,""),this.data.flowCodeInside=void 0}function Vn(){const da=this.resume(),sr=this.stack[this.stack.length-1];sr.value=da.replace(/(\r?\n|\r)$/g,"")}function fr(da){const sr=this.resume(),_o=this.stack[this.stack.length-1];_o.label=sr,_o.identifier=we(this.sliceSerialize(da)).toLowerCase()}function Va(){const da=this.resume(),sr=this.stack[this.stack.length-1];sr.title=da}function ho(){const da=this.resume(),sr=this.stack[this.stack.length-1];sr.url=da}function wo(da){const sr=this.stack[this.stack.length-1];if(!sr.depth){const _o=this.sliceSerialize(da).length;sr.depth=_o}}function na(){this.data.setextHeadingSlurpLineEnding=!0}function ts(da){const sr=this.stack[this.stack.length-1];sr.depth=this.sliceSerialize(da).codePointAt(0)===61?1:2}function bs(){this.data.setextHeadingSlurpLineEnding=void 0}function is(da){const _o=this.stack[this.stack.length-1].children;let Io=_o[_o.length-1];(!Io||Io.type!=="text")&&(Io=kf(),Io.position={start:mi(da.start),end:void 0},_o.push(Io)),this.stack.push(Io)}function qn(da){const sr=this.stack.pop();sr.value+=this.sliceSerialize(da),sr.position.end=mi(da.end)}function sl(da){const sr=this.stack[this.stack.length-1];if(this.data.atHardBreak){const _o=sr.children[sr.children.length-1];_o.position.end=mi(da.end),this.data.atHardBreak=void 0;return}!this.data.setextHeadingSlurpLineEnding&&o.canContainEols.includes(sr.type)&&(is.call(this,da),qn.call(this,da))}function as(){this.data.atHardBreak=!0}function Yr(){const da=this.resume(),sr=this.stack[this.stack.length-1];sr.value=da}function Eo(){const da=this.resume(),sr=this.stack[this.stack.length-1];sr.value=da}function To(){const da=this.resume(),sr=this.stack[this.stack.length-1];sr.value=da}function Os(){const da=this.stack[this.stack.length-1];if(this.data.inReference){const sr=this.data.referenceType||"shortcut";da.type+="Reference",da.referenceType=sr,delete da.url,delete da.title}else delete da.identifier,delete da.label;this.data.referenceType=void 0}function Qs(){const da=this.stack[this.stack.length-1];if(this.data.inReference){const sr=this.data.referenceType||"shortcut";da.type+="Reference",da.referenceType=sr,delete da.url,delete da.title}else delete da.identifier,delete da.label;this.data.referenceType=void 0}function Iu(da){const sr=this.sliceSerialize(da),_o=this.stack[this.stack.length-2];_o.label=Ct(sr),_o.identifier=we(sr).toLowerCase()}function Ju(){const da=this.stack[this.stack.length-1],sr=this.resume(),_o=this.stack[this.stack.length-1];if(this.data.inReference=!0,_o.type==="link"){const Io=da.children;_o.children=Io}else _o.alt=sr}function Ci(){const da=this.resume(),sr=this.stack[this.stack.length-1];sr.url=da}function wu(){const da=this.resume(),sr=this.stack[this.stack.length-1];sr.title=da}function ud(){this.data.inReference=void 0}function Pi(){this.data.referenceType="collapsed"}function fu(da){const sr=this.resume(),_o=this.stack[this.stack.length-1];_o.label=sr,_o.identifier=we(this.sliceSerialize(da)).toLowerCase(),this.data.referenceType="full"}function Td(da){this.data.characterReferenceType=da.type}function Uc(da){const sr=this.sliceSerialize(da),_o=this.data.characterReferenceType;let Io;_o?(Io=Oe(sr,_o==="characterReferenceMarkerNumeric"?10:16),this.data.characterReferenceType=void 0):Io=Pr(sr);const ms=this.stack[this.stack.length-1];ms.value+=Io}function gc(da){const sr=this.stack.pop();sr.position.end=mi(da.end)}function bl(da){qn.call(this,da);const sr=this.stack[this.stack.length-1];sr.url=this.sliceSerialize(da)}function Qd(da){qn.call(this,da);const sr=this.stack[this.stack.length-1];sr.url="mailto:"+this.sliceSerialize(da)}function dd(){return{type:"blockquote",children:[]}}function Od(){return{type:"code",lang:null,meta:null,value:""}}function Id(){return{type:"inlineCode",value:""}}function Wc(){return{type:"definition",identifier:"",label:null,title:null,url:""}}function pf(){return{type:"emphasis",children:[]}}function Xc(){return{type:"heading",depth:0,children:[]}}function Yc(){return{type:"break"}}function Qc(){return{type:"html",value:""}}function Ff(){return{type:"image",title:null,url:"",alt:null}}function Jc(){return{type:"link",title:null,url:"",children:[]}}function Zc(da){return{type:"list",ordered:da.type==="listOrdered",start:null,spread:da._spread,children:[]}}function vf(da){return{type:"listItem",spread:da._spread,checked:null,children:[]}}function yf(){return{type:"paragraph",children:[]}}function bf(){return{type:"strong",children:[]}}function kf(){return{type:"text",value:""}}function wf(){return{type:"thematicBreak"}}}function mi(t){return{line:t.line,column:t.column,offset:t.offset}}function Dt(t,o){let r=-1;for(;++r<o.length;){const f=o[r];Array.isArray(f)?Dt(t,f):Xt(t,f)}}function Xt(t,o){let r;for(r in o)if(vt.call(o,r))switch(r){case"canContainEols":{const f=o[r];f&&t[r].push(...f);break}case"transforms":{const f=o[r];f&&t[r].push(...f);break}case"enter":case"exit":{const f=o[r];f&&Object.assign(t[r],f);break}}}function Hi(t,o){throw t?new Error("Cannot close `"+t.type+"` ("+Er({start:t.start,end:t.end})+"): a different token (`"+o.type+"`, "+Er({start:o.start,end:o.end})+") is open"):new Error("Cannot close document, a token (`"+o.type+"`, "+Er({start:o.start,end:o.end})+") is still open")}function $i(t){const o=this;o.parser=r;function r(f){return Fi(f,{...o.data("settings"),...t,extensions:o.data("micromarkExtensions")||[],mdastExtensions:o.data("fromMarkdownExtensions")||[]})}}function Rn(t,o){const r=encode(Mi(t||""));if(!o)return r;const f=r.indexOf(":"),C=r.indexOf("?"),B=r.indexOf("#"),O=r.indexOf("/");return f<0||O>-1&&f>O||C>-1&&f>C||B>-1&&f>B||o.test(r.slice(0,f))?r:""}function Mi(t){const o=[];let r=-1,f=0,C=0;for(;++r<t.length;){const B=t.charCodeAt(r);let O="";if(B===37&&re(t.charCodeAt(r+1))&&re(t.charCodeAt(r+2)))C=2;else if(B<128)/[!#$&-;=?-Z_a-z~]/.test(String.fromCharCode(B))||(O=String.fromCharCode(B));else if(B>55295&&B<57344){const de=t.charCodeAt(r+1);B<56320&&de>56319&&de<57344?(O=String.fromCharCode(B,de),C=1):O="\uFFFD"}else O=String.fromCharCode(B);O&&(o.push(t.slice(f,r),encodeURIComponent(O)),f=r+C+1,O=""),C&&(r+=C,C=0)}return o.join("")+t.slice(f)}function ln(t,o){const r=[{type:"text",value:"\u21A9"}];return o>1&&r.push({type:"element",tagName:"sup",properties:{},children:[{type:"text",value:String(o)}]}),r}function Dn(t,o){return"Back to reference "+(t+1)+(o>1?"-"+o:"")}function Ga(t){const o=typeof t.options.clobberPrefix=="string"?t.options.clobberPrefix:"user-content-",r=t.options.footnoteBackContent||ln,f=t.options.footnoteBackLabel||Dn,C=t.options.footnoteLabel||"Footnotes",B=t.options.footnoteLabelTagName||"h2",O=t.options.footnoteLabelProperties||{className:["sr-only"]},de=[];let Se=-1;for(;++Se<t.footnoteOrder.length;){const qe=t.footnoteById.get(t.footnoteOrder[Se]);if(!qe)continue;const tt=t.all(qe),Je=String(qe.identifier).toUpperCase(),Bt=Mi(Je.toLowerCase());let Tt=0;const Xi=[],Ha=t.footnoteCounts.get(Je);for(;Ha!==void 0&&++Tt<=Ha;){Xi.length>0&&Xi.push({type:"text",value:" "});let fr=typeof r=="string"?r:r(Se,Tt);typeof fr=="string"&&(fr={type:"text",value:fr}),Xi.push({type:"element",tagName:"a",properties:{href:"#"+o+"fnref-"+Bt+(Tt>1?"-"+Tt:""),dataFootnoteBackref:"",ariaLabel:typeof f=="string"?f:f(Se,Tt),className:["data-footnote-backref"]},children:Array.isArray(fr)?fr:[fr]})}const cr=tt[tt.length-1];if(cr&&cr.type==="element"&&cr.tagName==="p"){const fr=cr.children[cr.children.length-1];fr&&fr.type==="text"?fr.value+=" ":cr.children.push({type:"text",value:" "}),cr.children.push(...Xi)}else tt.push(...Xi);const Vn={type:"element",tagName:"li",properties:{id:o+"fn-"+Bt},children:t.wrap(tt,!0)};t.patch(qe,Vn),de.push(Vn)}if(de.length!==0)return{type:"element",tagName:"section",properties:{dataFootnotes:!0,className:["footnotes"]},children:[{type:"element",tagName:B,properties:{...Ce(O),id:"footnote-label"},children:[{type:"text",value:C}]},{type:"text",value:`
|
|
`},{type:"element",tagName:"ol",properties:{},children:t.wrap(de,!0)},{type:"text",value:`
|
|
`}]}}function Da(t,o){const r={type:"element",tagName:"blockquote",properties:{},children:t.wrap(t.all(o),!0)};return t.patch(o,r),t.applyData(o,r)}function wn(t,o){const r={type:"element",tagName:"br",properties:{},children:[]};return t.patch(o,r),[t.applyData(o,r),{type:"text",value:`
|
|
`}]}function ir(t,o){const r=o.value?o.value+`
|
|
`:"",f={};o.lang&&(f.className=["language-"+o.lang]);let C={type:"element",tagName:"code",properties:f,children:[{type:"text",value:r}]};return o.meta&&(C.data={meta:o.meta}),t.patch(o,C),C=t.applyData(o,C),C={type:"element",tagName:"pre",properties:{},children:[C]},t.patch(o,C),C}function Fa(t,o){const r={type:"element",tagName:"del",properties:{},children:t.all(o)};return t.patch(o,r),t.applyData(o,r)}function yr(t,o){const r={type:"element",tagName:"em",properties:{},children:t.all(o)};return t.patch(o,r),t.applyData(o,r)}function pr(t,o){const r=typeof t.options.clobberPrefix=="string"?t.options.clobberPrefix:"user-content-",f=String(o.identifier).toUpperCase(),C=Mi(f.toLowerCase()),B=t.footnoteOrder.indexOf(f);let O,de=t.footnoteCounts.get(f);de===void 0?(de=0,t.footnoteOrder.push(f),O=t.footnoteOrder.length):O=B+1,de+=1,t.footnoteCounts.set(f,de);const Se={type:"element",tagName:"a",properties:{href:"#"+r+"fn-"+C,id:r+"fnref-"+C+(de>1?"-"+de:""),dataFootnoteRef:!0,ariaDescribedBy:["footnote-label"]},children:[{type:"text",value:String(O)}]};t.patch(o,Se);const qe={type:"element",tagName:"sup",properties:{},children:[Se]};return t.patch(o,qe),t.applyData(o,qe)}function Za(t,o){const r={type:"element",tagName:"h"+o.depth,properties:{},children:t.all(o)};return t.patch(o,r),t.applyData(o,r)}function $r(t,o){if(t.options.allowDangerousHtml){const r={type:"raw",value:o.value};return t.patch(o,r),t.applyData(o,r)}}function po(t,o){const r=o.referenceType;let f="]";if(r==="collapsed"?f+="[]":r==="full"&&(f+="["+(o.label||o.identifier)+"]"),o.type==="imageReference")return[{type:"text",value:"!["+o.alt+f}];const C=t.all(o),B=C[0];B&&B.type==="text"?B.value="["+B.value:C.unshift({type:"text",value:"["});const O=C[C.length-1];return O&&O.type==="text"?O.value+=f:C.push({type:"text",value:f}),C}function Jr(t,o){const r=String(o.identifier).toUpperCase(),f=t.definitionById.get(r);if(!f)return po(t,o);const C={src:Mi(f.url||""),alt:o.alt};f.title!==null&&f.title!==void 0&&(C.title=f.title);const B={type:"element",tagName:"img",properties:C,children:[]};return t.patch(o,B),t.applyData(o,B)}function Fs(t,o){const r={src:Mi(o.url)};o.alt!==null&&o.alt!==void 0&&(r.alt=o.alt),o.title!==null&&o.title!==void 0&&(r.title=o.title);const f={type:"element",tagName:"img",properties:r,children:[]};return t.patch(o,f),t.applyData(o,f)}function Ss(t,o){const r={type:"text",value:o.value.replace(/\r?\n|\r/g," ")};t.patch(o,r);const f={type:"element",tagName:"code",properties:{},children:[r]};return t.patch(o,f),t.applyData(o,f)}function Cl(t,o){const r=String(o.identifier).toUpperCase(),f=t.definitionById.get(r);if(!f)return po(t,o);const C={href:Mi(f.url||"")};f.title!==null&&f.title!==void 0&&(C.title=f.title);const B={type:"element",tagName:"a",properties:C,children:t.all(o)};return t.patch(o,B),t.applyData(o,B)}function zo(t,o){const r={href:Mi(o.url)};o.title!==null&&o.title!==void 0&&(r.title=o.title);const f={type:"element",tagName:"a",properties:r,children:t.all(o)};return t.patch(o,f),t.applyData(o,f)}function ss(t,o,r){const f=t.all(o),C=r?Mo(r):Uo(o),B={},O=[];if(typeof o.checked=="boolean"){const tt=f[0];let Je;tt&&tt.type==="element"&&tt.tagName==="p"?Je=tt:(Je={type:"element",tagName:"p",properties:{},children:[]},f.unshift(Je)),Je.children.length>0&&Je.children.unshift({type:"text",value:" "}),Je.children.unshift({type:"element",tagName:"input",properties:{type:"checkbox",checked:o.checked,disabled:!0},children:[]}),B.className=["task-list-item"]}let de=-1;for(;++de<f.length;){const tt=f[de];(C||de!==0||tt.type!=="element"||tt.tagName!=="p")&&O.push({type:"text",value:`
|
|
`}),tt.type==="element"&&tt.tagName==="p"&&!C?O.push(...tt.children):O.push(tt)}const Se=f[f.length-1];Se&&(C||Se.type!=="element"||Se.tagName!=="p")&&O.push({type:"text",value:`
|
|
`});const qe={type:"element",tagName:"li",properties:B,children:O};return t.patch(o,qe),t.applyData(o,qe)}function Mo(t){let o=!1;if(t.type==="list"){o=t.spread||!1;const r=t.children;let f=-1;for(;!o&&++f<r.length;)o=Uo(r[f])}return o}function Uo(t){const o=t.spread;return o??t.children.length>1}function ls(t,o){const r={},f=t.all(o);let C=-1;for(typeof o.start=="number"&&o.start!==1&&(r.start=o.start);++C<f.length;){const O=f[C];if(O.type==="element"&&O.tagName==="li"&&O.properties&&Array.isArray(O.properties.className)&&O.properties.className.includes("task-list-item")){r.className=["contains-task-list"];break}}const B={type:"element",tagName:o.ordered?"ol":"ul",properties:r,children:t.wrap(f,!0)};return t.patch(o,B),t.applyData(o,B)}function ws(t,o){const r={type:"element",tagName:"p",properties:{},children:t.all(o)};return t.patch(o,r),t.applyData(o,r)}function $s(t,o){const r={type:"root",children:t.wrap(t.all(o))};return t.patch(o,r),t.applyData(o,r)}function Hs(t,o){const r={type:"element",tagName:"strong",properties:{},children:t.all(o)};return t.patch(o,r),t.applyData(o,r)}function _l(t,o){const r=t.all(o),f=r.shift(),C=[];if(f){const O={type:"element",tagName:"thead",properties:{},children:t.wrap([f],!0)};t.patch(o.children[0],O),C.push(O)}if(r.length>0){const O={type:"element",tagName:"tbody",properties:{},children:t.wrap(r,!0)},de=Zn(o.children[1]),Se=Ji(o.children[o.children.length-1]);de&&Se&&(O.position={start:de,end:Se}),C.push(O)}const B={type:"element",tagName:"table",properties:{},children:t.wrap(C,!0)};return t.patch(o,B),t.applyData(o,B)}function Sl(t,o,r){const f=r?r.children:void 0,B=(f?f.indexOf(o):1)===0?"th":"td",O=r&&r.type==="table"?r.align:void 0,de=O?O.length:o.children.length;let Se=-1;const qe=[];for(;++Se<de;){const Je=o.children[Se],Bt={},Tt=O?O[Se]:void 0;Tt&&(Bt.align=Tt);let Xi={type:"element",tagName:B,properties:Bt,children:[]};Je&&(Xi.children=t.all(Je),t.patch(Je,Xi),Xi=t.applyData(Je,Xi)),qe.push(Xi)}const tt={type:"element",tagName:"tr",properties:{},children:t.wrap(qe,!0)};return t.patch(o,tt),t.applyData(o,tt)}function al(t,o){const r={type:"element",tagName:"td",properties:{},children:t.all(o)};return t.patch(o,r),t.applyData(o,r)}const bo=9,Ns=32;function qo(t){const o=String(t),r=/\r?\n|\r/g;let f=r.exec(o),C=0;const B=[];for(;f;)B.push(nr(o.slice(C,f.index),C>0,!0),f[0]),C=f.index+f[0].length,f=r.exec(o);return B.push(nr(o.slice(C),C>0,!1)),B.join("")}function nr(t,o,r){let f=0,C=t.length;if(o){let B=t.codePointAt(f);for(;B===bo||B===Ns;)f++,B=t.codePointAt(f)}if(r){let B=t.codePointAt(C-1);for(;B===bo||B===Ns;)C--,B=t.codePointAt(C-1)}return C>f?t.slice(f,C):""}function Es(t,o){const r={type:"text",value:qo(String(o.value))};return t.patch(o,r),t.applyData(o,r)}function ns(t,o){const r={type:"element",tagName:"hr",properties:{},children:[]};return t.patch(o,r),t.applyData(o,r)}const Ml={blockquote:Da,break:wn,code:ir,delete:Fa,emphasis:yr,footnoteReference:pr,heading:Za,html:$r,imageReference:Jr,image:Fs,inlineCode:Ss,linkReference:Cl,link:zo,listItem:ss,list:ls,paragraph:ws,root:$s,strong:Hs,table:_l,tableCell:al,tableRow:Sl,text:Es,thematicBreak:ns,toml:jl,yaml:jl,definition:jl,footnoteDefinition:jl};function jl(){}const Jo={}.hasOwnProperty,xr={};function _d(t,o){const r=o||xr,f=new Map,C=new Map,B=new Map,O={...Ml,...r.handlers},de={all:qe,applyData:Rs,definitionById:f,footnoteById:C,footnoteCounts:B,footnoteOrder:[],handlers:O,one:Se,options:r,patch:va,wrap:Il};return(0,_t.YR)(t,function(tt){if(tt.type==="definition"||tt.type==="footnoteDefinition"){const Je=tt.type==="definition"?f:C,Bt=String(tt.identifier).toUpperCase();Je.has(Bt)||Je.set(Bt,tt)}}),de;function Se(tt,Je){const Bt=tt.type,Tt=de.handlers[Bt];if(Jo.call(de.handlers,Bt)&&Tt)return Tt(de,tt,Je);if(de.options.passThrough&&de.options.passThrough.includes(Bt)){if("children"in tt){const{children:Ha,...cr}=tt,Vn=Ce(cr);return Vn.children=de.all(tt),Vn}return Ce(tt)}return(de.options.unknownHandler||vs)(de,tt,Je)}function qe(tt){const Je=[];if("children"in tt){const Bt=tt.children;let Tt=-1;for(;++Tt<Bt.length;){const Xi=de.one(Bt[Tt],tt);if(Xi){if(Tt&&Bt[Tt-1].type==="break"&&(!Array.isArray(Xi)&&Xi.type==="text"&&(Xi.value=Zo(Xi.value)),!Array.isArray(Xi)&&Xi.type==="element")){const Ha=Xi.children[0];Ha&&Ha.type==="text"&&(Ha.value=Zo(Ha.value))}Array.isArray(Xi)?Je.push(...Xi):Je.push(Xi)}}}return Je}}function va(t,o){t.position&&(o.position=Tn(t))}function Rs(t,o){let r=o;if(t&&t.data){const f=t.data.hName,C=t.data.hChildren,B=t.data.hProperties;if(typeof f=="string")if(r.type==="element")r.tagName=f;else{const O="children"in r?r.children:[r];r={type:"element",tagName:f,properties:{},children:O}}r.type==="element"&&B&&Object.assign(r.properties,Ce(B)),"children"in r&&r.children&&C!==null&&C!==void 0&&(r.children=C)}return r}function vs(t,o){const r=o.data||{},f="value"in o&&!(Jo.call(r,"hProperties")||Jo.call(r,"hChildren"))?{type:"text",value:o.value}:{type:"element",tagName:"div",properties:{},children:t.all(o)};return t.patch(o,f),t.applyData(o,f)}function Il(t,o){const r=[];let f=-1;for(o&&r.push({type:"text",value:`
|
|
`});++f<t.length;)f&&r.push({type:"text",value:`
|
|
`}),r.push(t[f]);return o&&t.length>0&&r.push({type:"text",value:`
|
|
`}),r}function Zo(t){let o=0,r=t.charCodeAt(o);for(;r===9||r===32;)o++,r=t.charCodeAt(o);return t.slice(o)}function Lr(t,o){const r=_d(t,o),f=r.one(t,void 0),C=Ga(r),B=Array.isArray(f)?{type:"root",children:f}:f||{type:"root",children:[]};return C&&((0,ri.ok)("children"in B),B.children.push({type:"text",value:`
|
|
`},C)),B}function Bo(t,o){return t&&"run"in t?async function(r,f){const C=Lr(r,{file:f,...o});await t.run(C,f)}:function(r,f){return Lr(r,{file:f,...t||o})}}function Ms(t){(0,_t.YR)(t,function(o,r,f){if(r!==void 0&&f&&o.type==="paragraph"&&o.children.every(function(C){return C.type==="text"&&/^\s*$/.test(C.value)}))return f.children.splice(r,1),r})}function Gs(t={except:["http","https"]}){return function(o){const r=new Map;(0,_t.YR)(o,"definition",function(f,C,B){if(r.set(f.identifier,f.url),B&&typeof C=="number"){const O=f.url;if(O&&O.includes(":")&&!t.except.some(de=>O.startsWith(`${de}:`)))return B.children.splice(C,1),C}}),(0,_t.YR)(o,function(f,C,B){if(B&&typeof C=="number"&&(f.type==="link"||f.type==="linkReference")){const O=f.type==="link"?f.url:r.get(f.identifier);if(O&&O.includes(":")&&!t.except.some(de=>O.startsWith(`${de}:`)))return B.children.splice(C,1,...f.children),C}}),Ms(o)}}function Ll(t){if(t)throw t}var pl=a(92849);function td(t){if(typeof t!="object"||t===null)return!1;const o=Object.getPrototypeOf(t);return(o===null||o===Object.prototype||Object.getPrototypeOf(o)===null)&&!(Symbol.toStringTag in t)&&!(Symbol.iterator in t)}function Cd(){const t=[],o={run:r,use:f};return o;function r(...C){let B=-1;const O=C.pop();if(typeof O!="function")throw new TypeError("Expected function as last argument, not "+O);de(null,...C);function de(Se,...qe){const tt=t[++B];let Je=-1;if(Se){O(Se);return}for(;++Je<C.length;)(qe[Je]===null||qe[Je]===void 0)&&(qe[Je]=C[Je]);C=qe,tt?yu(tt,de)(...qe):O(null,...qe)}}function f(C){if(typeof C!="function")throw new TypeError("Expected `middelware` to be a function, not "+C);return t.push(C),o}}function yu(t,o){let r;return f;function f(...O){const de=t.length>O.length;let Se;de&&O.push(C);try{Se=t.apply(this,O)}catch(qe){const tt=qe;if(de&&r)throw tt;return C(tt)}de||(Se instanceof Promise?Se.then(B,C):Se instanceof Error?C(Se):B(Se))}function C(O,...de){r||(r=!0,o(O,...de))}function B(O){C(null,O)}}const xs={basename:pd,dirname:js,extname:Fl,join:_s,sep:"/"};function pd(t,o){if(o!==void 0&&typeof o!="string")throw new TypeError('"ext" argument must be a string');vl(t);let r=0,f=-1,C=t.length,B;if(o===void 0||o.length===0||o.length>t.length){for(;C--;)if(t.codePointAt(C)===47){if(B){r=C+1;break}}else f<0&&(B=!0,f=C+1);return f<0?"":t.slice(r,f)}if(o===t)return"";let O=-1,de=o.length-1;for(;C--;)if(t.codePointAt(C)===47){if(B){r=C+1;break}}else O<0&&(B=!0,O=C+1),de>-1&&(t.codePointAt(C)===o.codePointAt(de--)?de<0&&(f=C):(de=-1,f=O));return r===f?f=O:f<0&&(f=t.length),t.slice(r,f)}function js(t){if(vl(t),t.length===0)return".";let o=-1,r=t.length,f;for(;--r;)if(t.codePointAt(r)===47){if(f){o=r;break}}else f||(f=!0);return o<0?t.codePointAt(0)===47?"/":".":o===1&&t.codePointAt(0)===47?"//":t.slice(0,o)}function Fl(t){vl(t);let o=t.length,r=-1,f=0,C=-1,B=0,O;for(;o--;){const de=t.codePointAt(o);if(de===47){if(O){f=o+1;break}continue}r<0&&(O=!0,r=o+1),de===46?C<0?C=o:B!==1&&(B=1):C>-1&&(B=-1)}return C<0||r<0||B===0||B===1&&C===r-1&&C===f+1?"":t.slice(C,r)}function _s(...t){let o=-1,r;for(;++o<t.length;)vl(t[o]),t[o]&&(r=r===void 0?t[o]:r+"/"+t[o]);return r===void 0?".":As(r)}function As(t){vl(t);const o=t.codePointAt(0)===47;let r=Zl(t,!o);return r.length===0&&!o&&(r="."),r.length>0&&t.codePointAt(t.length-1)===47&&(r+="/"),o?"/"+r:r}function Zl(t,o){let r="",f=0,C=-1,B=0,O=-1,de,Se;for(;++O<=t.length;){if(O<t.length)de=t.codePointAt(O);else{if(de===47)break;de=47}if(de===47){if(!(C===O-1||B===1))if(C!==O-1&&B===2){if(r.length<2||f!==2||r.codePointAt(r.length-1)!==46||r.codePointAt(r.length-2)!==46){if(r.length>2){if(Se=r.lastIndexOf("/"),Se!==r.length-1){Se<0?(r="",f=0):(r=r.slice(0,Se),f=r.length-1-r.lastIndexOf("/")),C=O,B=0;continue}}else if(r.length>0){r="",f=0,C=O,B=0;continue}}o&&(r=r.length>0?r+"/..":"..",f=2)}else r.length>0?r+="/"+t.slice(C+1,O):r=t.slice(C+1,O),f=O-C-1;C=O,B=0}else de===46&&B>-1?B++:B=-1}return r}function vl(t){if(typeof t!="string")throw new TypeError("Path must be a string. Received "+JSON.stringify(t))}const zl={cwd:yl};function yl(){return"/"}function xt(t){return!!(t!==null&&typeof t=="object"&&"href"in t&&t.href&&"protocol"in t&&t.protocol&&t.auth===void 0)}function Zt(t){if(typeof t=="string")t=new URL(t);else if(!xt(t)){const o=new TypeError('The "path" argument must be of type string or an instance of URL. Received `'+t+"`");throw o.code="ERR_INVALID_ARG_TYPE",o}if(t.protocol!=="file:"){const o=new TypeError("The URL must be of scheme file");throw o.code="ERR_INVALID_URL_SCHEME",o}return pt(t)}function pt(t){if(t.hostname!==""){const f=new TypeError('File URL host must be "localhost" or empty on darwin');throw f.code="ERR_INVALID_FILE_URL_HOST",f}const o=t.pathname;let r=-1;for(;++r<o.length;)if(o.codePointAt(r)===37&&o.codePointAt(r+1)===50){const f=o.codePointAt(r+2);if(f===70||f===102){const C=new TypeError("File URL path must not include encoded / characters");throw C.code="ERR_INVALID_FILE_URL_PATH",C}}return decodeURIComponent(o)}const an=["history","path","basename","stem","extname","dirname"];class Gn{constructor(o){let r;o?xt(o)?r={path:o}:typeof o=="string"||Mr(o)?r={value:o}:r=o:r={},this.cwd="cwd"in r?"":zl.cwd(),this.data={},this.history=[],this.messages=[],this.value,this.map,this.result,this.stored;let f=-1;for(;++f<an.length;){const B=an[f];B in r&&r[B]!==void 0&&r[B]!==null&&(this[B]=B==="history"?[...r[B]]:r[B])}let C;for(C in r)an.includes(C)||(this[C]=r[C])}get basename(){return typeof this.path=="string"?xs.basename(this.path):void 0}set basename(o){ha(o,"basename"),Gi(o,"basename"),this.path=xs.join(this.dirname||"",o)}get dirname(){return typeof this.path=="string"?xs.dirname(this.path):void 0}set dirname(o){ga(this.basename,"dirname"),this.path=xs.join(o||"",this.basename)}get extname(){return typeof this.path=="string"?xs.extname(this.path):void 0}set extname(o){if(Gi(o,"extname"),ga(this.dirname,"extname"),o){if(o.codePointAt(0)!==46)throw new Error("`extname` must start with `.`");if(o.includes(".",1))throw new Error("`extname` cannot contain multiple dots")}this.path=xs.join(this.dirname,this.stem+(o||""))}get path(){return this.history[this.history.length-1]}set path(o){xt(o)&&(o=Zt(o)),ha(o,"path"),this.path!==o&&this.history.push(o)}get stem(){return typeof this.path=="string"?xs.basename(this.path,this.extname):void 0}set stem(o){ha(o,"stem"),Gi(o,"stem"),this.path=xs.join(this.dirname||"",o+(this.extname||""))}fail(o,r,f){const C=this.message(o,r,f);throw C.fatal=!0,C}info(o,r,f){const C=this.message(o,r,f);return C.fatal=void 0,C}message(o,r,f){const C=new hr(o,r,f);return this.path&&(C.name=this.path+":"+C.name,C.file=this.path),C.fatal=!1,this.messages.push(C),C}toString(o){return this.value===void 0?"":typeof this.value=="string"?this.value:new TextDecoder(o||void 0).decode(this.value)}}function Gi(t,o){if(t&&t.includes(xs.sep))throw new Error("`"+o+"` cannot be a path: did not expect `"+xs.sep+"`")}function ha(t,o){if(!t)throw new Error("`"+o+"` cannot be empty")}function ga(t,o){if(!t)throw new Error("Setting `"+o+"` requires `path` to be set too")}function Mr(t){return!!(t&&typeof t=="object"&&"byteLength"in t&&"byteOffset"in t)}const Co=function(t){const f=this.constructor.prototype,C=f[t],B=function(){return C.apply(B,arguments)};return Object.setPrototypeOf(B,f),B},Ho={}.hasOwnProperty;class Ts extends Co{constructor(){super("copy"),this.Compiler=void 0,this.Parser=void 0,this.attachers=[],this.compiler=void 0,this.freezeIndex=-1,this.frozen=void 0,this.namespace={},this.parser=void 0,this.transformers=Cd()}copy(){const o=new Ts;let r=-1;for(;++r<this.attachers.length;){const f=this.attachers[r];o.use(...f)}return o.data(pl(!0,{},this.namespace)),o}data(o,r){return typeof o=="string"?arguments.length===2?(Ul("data",this.frozen),this.namespace[o]=r,this):Ho.call(this.namespace,o)&&this.namespace[o]||void 0:o?(Ul("data",this.frozen),this.namespace=o,this):this.namespace}freeze(){if(this.frozen)return this;const o=this;for(;++this.freezeIndex<this.attachers.length;){const[r,...f]=this.attachers[this.freezeIndex];if(f[0]===!1)continue;f[0]===!0&&(f[0]=void 0);const C=r.call(o,...f);typeof C=="function"&&this.transformers.use(C)}return this.frozen=!0,this.freezeIndex=Number.POSITIVE_INFINITY,this}parse(o){this.freeze();const r=su(o),f=this.parser||this.Parser;return Ds("parse",f),f(String(r),r)}process(o,r){const f=this;return this.freeze(),Ds("process",this.parser||this.Parser),xl("process",this.compiler||this.Compiler),r?C(void 0,r):new Promise(C);function C(B,O){const de=su(o),Se=f.parse(de);f.run(Se,de,function(tt,Je,Bt){if(tt||!Je||!Bt)return qe(tt);const Tt=Je,Xi=f.stringify(Tt,Bt);id(Xi)?Bt.value=Xi:Bt.result=Xi,qe(tt,Bt)});function qe(tt,Je){tt||!Je?O(tt):B?B(Je):((0,ri.ok)(r,"`done` is defined if `resolve` is not"),r(void 0,Je))}}}processSync(o){let r=!1,f;return this.freeze(),Ds("processSync",this.parser||this.Parser),xl("processSync",this.compiler||this.Compiler),this.process(o,C),Qr("processSync","process",r),(0,ri.ok)(f,"we either bailed on an error or have a tree"),f;function C(B,O){r=!0,Ll(B),f=O}}run(o,r,f){Ru(o),this.freeze();const C=this.transformers;return!f&&typeof r=="function"&&(f=r,r=void 0),f?B(void 0,f):new Promise(B);function B(O,de){(0,ri.ok)(typeof r!="function","`file` can\u2019t be a `done` anymore, we checked");const Se=su(r);C.run(o,Se,qe);function qe(tt,Je,Bt){const Tt=Je||o;tt?de(tt):O?O(Tt):((0,ri.ok)(f,"`done` is defined if `resolve` is not"),f(void 0,Tt,Bt))}}}runSync(o,r){let f=!1,C;return this.run(o,r,B),Qr("runSync","run",f),(0,ri.ok)(C,"we either bailed on an error or have a tree"),C;function B(O,de){Ll(O),C=de,f=!0}}stringify(o,r){this.freeze();const f=su(r),C=this.compiler||this.Compiler;return xl("stringify",C),Ru(o),C(o,f)}use(o,...r){const f=this.attachers,C=this.namespace;if(Ul("use",this.frozen),o!=null)if(typeof o=="function")Se(o,r);else if(typeof o=="object")Array.isArray(o)?de(o):O(o);else throw new TypeError("Expected usable value, not `"+o+"`");return this;function B(qe){if(typeof qe=="function")Se(qe,[]);else if(typeof qe=="object")if(Array.isArray(qe)){const[tt,...Je]=qe;Se(tt,Je)}else O(qe);else throw new TypeError("Expected usable value, not `"+qe+"`")}function O(qe){if(!("plugins"in qe)&&!("settings"in qe))throw new Error("Expected usable value but received an empty preset, which is probably a mistake: presets typically come with `plugins` and sometimes with `settings`, but this has neither");de(qe.plugins),qe.settings&&(C.settings=pl(!0,C.settings,qe.settings))}function de(qe){let tt=-1;if(qe!=null)if(Array.isArray(qe))for(;++tt<qe.length;){const Je=qe[tt];B(Je)}else throw new TypeError("Expected a list of plugins, not `"+qe+"`")}function Se(qe,tt){let Je=-1,Bt=-1;for(;++Je<f.length;)if(f[Je][0]===qe){Bt=Je;break}if(Bt===-1)f.push([qe,...tt]);else if(tt.length>0){let[Tt,...Xi]=tt;const Ha=f[Bt][1];td(Ha)&&td(Tt)&&(Tt=pl(!0,Ha,Tt)),f[Bt]=[qe,Tt,...Xi]}}}}const Xs=new Ts().freeze();function Ds(t,o){if(typeof o!="function")throw new TypeError("Cannot `"+t+"` without `parser`")}function xl(t,o){if(typeof o!="function")throw new TypeError("Cannot `"+t+"` without `compiler`")}function Ul(t,o){if(o)throw new Error("Cannot call `"+t+"` on a frozen processor.\nCreate a new processor first, by calling it: use `processor()` instead of `processor`.")}function Ru(t){if(!td(t)||typeof t.type!="string")throw new TypeError("Expected node, got `"+t+"`")}function Qr(t,o,r){if(!r)throw new Error("`"+t+"` finished async. Use `"+o+"` instead")}function su(t){return qu(t)?t:new Gn(t)}function qu(t){return!!(t&&typeof t=="object"&&"message"in t&&"messages"in t)}function id(t){return typeof t=="string"||nd(t)}function nd(t){return!!(t&&typeof t=="object"&&"byteLength"in t&&"byteOffset"in t)}var co=a(20641),l=a(90033),F=a(50953),Z=a(75220),le=a(19258),Me=a(21777),Ie=a(66802),yt=a(63814),Nt=a(32505),_i=a(75707),Vi=a(81128),ji=a(52697),ci=a(26905),bn=a(47031),Wn=a(4133),Ca=a(34163),la=a(33239);const zr={name:"NcReferenceList",components:{NcReferenceWidget:_i.f},props:{text:{type:String,default:""},referenceData:{type:Array,default:null},limit:{type:Number,default:1},displayFallback:{type:Boolean,default:!1},interactive:{type:Boolean,default:!0},interactiveOptIn:{type:Boolean,default:!1}},emits:["loaded"],data(){return{references:null,loading:!0}},computed:{isVisible(){return this.loading||this.displayedReferences.length!==0},values(){return this.referenceData?this.referenceData:this.displayFallback&&!this.loading&&!this.references?[this.fallbackReference]:this.references?Object.values(this.references):[]},firstReference(){return this.values[0]??null},displayedReferences(){return this.values.filter(Boolean).slice(0,this.limit)},fallbackReference(){return{accessible:!0,openGraphObject:{id:this.text,link:this.text,name:this.text},richObjectType:"open-graph"}}},watch:{text:"fetch"},mounted(){this.fetch()},methods:{fetch(){if(this.loading=!0,this.referenceData){this.references=null,this.loading=!1;return}if(!new RegExp(Vi.U).exec(this.text)){this.references=null,this.loading=!1;return}this.resolve().then(t=>{this.references=t.data.ocs.data.references,this.loading=!1,this.$emit("loaded")}).catch(t=>{logger.error("[NcReferenceList] Failed to extract references",{error:t}),this.loading=!1,this.$emit("loaded")})},resolve(){const t=new RegExp(Vi.U).exec(this.text.trim()),o=(0,Me.HW)()===null;return this.limit===1&&t?o?Ie.Ay.get((0,yt.KT)("references/resolvePublic")+`?reference=${encodeURIComponent(t[0])}&sharingToken=${(0,Nt.G)()}`):Ie.Ay.get((0,yt.KT)("references/resolve")+`?reference=${encodeURIComponent(t[0])}`):o?Ie.Ay.post((0,yt.KT)("references/extractPublic"),{text:this.text,resolve:!0,limit:this.limit,sharingToken:(0,Nt.G)()}):Ie.Ay.post((0,yt.KT)("references/extract"),{text:this.text,resolve:!0,limit:this.limit})}}};function Gr(t,o,r,f,C,B){const O=(0,co.g2)("NcReferenceWidget");return B.isVisible?((0,co.uX)(),(0,co.CE)("div",{key:0,class:(0,l.normalizeClass)(["widgets--list",{"icon-loading":C.loading}])},[((0,co.uX)(!0),(0,co.CE)(co.FK,null,(0,co.pI)(B.displayedReferences,de=>((0,co.uX)(),(0,co.Wv)(O,{key:de.openGraphObject?.id,reference:de,interactive:r.interactive,"interactive-opt-in":r.interactiveOptIn},null,8,["reference","interactive","interactive-opt-in"]))),128))],2)):(0,co.Q3)("",!0)}const Ba=(0,ji._)(zr,[["render",Gr],["__scopeId","data-v-ddd65c9e"]]);function zi(t,o){const r=String(t);if(typeof o!="string")throw new TypeError("Expected character");let f=0,C=r.indexOf(o);for(;C!==-1;)f++,C=r.indexOf(o,C+o.length);return f}function Xn(){}const Kn=so(/[A-Za-z]/),za=so(/[\dA-Za-z]/);function qa(t){return t!==null&&(t<32||t===127)}function Ar(t){return t!==null&&t<-2}function _a(t){return t!==null&&(t<0||t===32)}function wa(t){return t===-2||t===-1||t===32}const Fr=so(new RegExp("\\p{P}|\\p{S}","u")),ro=so(/\s/);function so(t){return o;function o(r){return r!==null&&r>-1&&t.test(String.fromCharCode(r))}}function Wo(t){if(typeof t!="string")throw new TypeError("Expected a string");return t.replace(/[|\\{}()[\]^$+*?.]/g,"\\$&").replace(/-/g,"\\x2d")}const $o=function(t){if(t==null)return Wl;if(typeof t=="function")return Fo(t);if(typeof t=="object")return Array.isArray(t)?Nr(t):lo(t);if(typeof t=="string")return Tr(t);throw new Error("Expected function, string, or object as test")};function Nr(t){const o=[];let r=-1;for(;++r<t.length;)o[r]=$o(t[r]);return Fo(f);function f(...C){let B=-1;for(;++B<o.length;)if(o[B].apply(this,C))return!0;return!1}}function lo(t){const o=t;return Fo(r);function r(f){const C=f;let B;for(B in t)if(C[B]!==o[B])return!1;return!0}}function Tr(t){return Fo(o);function o(r){return r&&r.type===t}}function Fo(t){return o;function o(r,f,C){return!!(eu(r)&&t.call(this,r,typeof f=="number"?f:void 0,C||void 0))}}function Wl(){return!0}function eu(t){return t!==null&&typeof t=="object"&&"type"in t}function Mu(t){return t}const Ys=[],ad=!0,Fd=!1,vd="skip";function bu(t,o,r,f){let C;C=o;const B=$o(C),O=1;de(t,void 0,[])();function de(Se,qe,tt){const Je=Se&&typeof Se=="object"?Se:{};if(typeof Je.type=="string"){const Tt=typeof Je.tagName=="string"?Je.tagName:typeof Je.name=="string"?Je.name:void 0;Object.defineProperty(Bt,"name",{value:"node ("+(Se.type+(Tt?"<"+Tt+">":""))+")"})}return Bt;function Bt(){let Tt=Ys,Xi,Ha,cr;if(B(Se,qe,tt[tt.length-1]||void 0)&&(Tt=n(r(Se,tt)),Tt[0]===Fd))return Tt;if("children"in Se&&Se.children){const Vn=Se;if(Vn.children&&Tt[0]!==vd)for(Ha=-1+O,cr=tt.concat(Vn);Ha>-1&&Ha<Vn.children.length;){const fr=Vn.children[Ha];if(Xi=de(fr,Ha,cr)(),Xi[0]===Fd)return Xi;Ha=typeof Xi[1]=="number"?Xi[1]:Ha+O}}return Tt}}}function n(t){return Array.isArray(t)?t:typeof t=="number"?[ad,t]:t==null?Ys:[t]}function E(t,o,r){const C=$o((r||{}).ignore||[]),B=te(o);let O=-1;for(;++O<B.length;)bu(t,"text",de);function de(qe,tt){let Je=-1,Bt;for(;++Je<tt.length;){const Tt=tt[Je],Xi=Bt?Bt.children:void 0;if(C(Tt,Xi?Xi.indexOf(Tt):void 0,Bt))return;Bt=Tt}if(Bt)return Se(qe,tt)}function Se(qe,tt){const Je=tt[tt.length-1],Bt=B[O][0],Tt=B[O][1];let Xi=0;const cr=Je.children.indexOf(qe);let Vn=!1,fr=[];Bt.lastIndex=0;let Va=Bt.exec(qe.value);for(;Va;){const ho=Va.index,wo={index:Va.index,input:Va.input,stack:[...tt,qe]};let na=Tt(...Va,wo);if(typeof na=="string"&&(na=na.length>0?{type:"text",value:na}:void 0),na===!1?Bt.lastIndex=ho+1:(Xi!==ho&&fr.push({type:"text",value:qe.value.slice(Xi,ho)}),Array.isArray(na)?fr.push(...na):na&&fr.push(na),Xi=ho+Va[0].length,Vn=!0),!Bt.global)break;Va=Bt.exec(qe.value)}return Vn?(Xi<qe.value.length&&fr.push({type:"text",value:qe.value.slice(Xi)}),Je.children.splice(cr,1,...fr)):fr=[qe],cr+fr.length}}function te(t){const o=[];if(!Array.isArray(t))throw new TypeError("Expected find and replace tuple or list of tuples");const r=!t[0]||Array.isArray(t[0])?t:[t];let f=-1;for(;++f<r.length;){const C=r[f];o.push([he(C[0]),$e(C[1])])}return o}function he(t){return typeof t=="string"?new RegExp(Wo(t),"g"):t}function $e(t){return typeof t=="function"?t:function(){return t}}const at="phrasing",Pe=["autolink","link","image","label"];function it(){return{transforms:[Cn],enter:{literalAutolink:hi,literalAutolinkEmail:Wi,literalAutolinkHttp:Wi,literalAutolinkWww:Wi},exit:{literalAutolink:Yn,literalAutolinkEmail:ta,literalAutolinkHttp:nn,literalAutolinkWww:Qn}}}function ti(){return{unsafe:[{character:"@",before:"[+\\-.\\w]",after:"[\\-.\\w]",inConstruct:at,notInConstruct:Pe},{character:".",before:"[Ww]",after:"[\\-.\\w]",inConstruct:at,notInConstruct:Pe},{character:":",before:"[ps]",after:"\\/",inConstruct:at,notInConstruct:Pe}]}}function hi(t){this.enter({type:"link",title:null,url:"",children:[]},t)}function Wi(t){this.config.enter.autolinkProtocol.call(this,t)}function nn(t){this.config.exit.autolinkProtocol.call(this,t)}function Qn(t){this.config.exit.data.call(this,t);const o=this.stack[this.stack.length-1];o.type,o.url="http://"+this.sliceSerialize(t)}function ta(t){this.config.exit.autolinkEmail.call(this,t)}function Yn(t){this.exit(t)}function Cn(t){E(t,[[/(https?:\/\/|www(?=\.))([-.\w]+)([^ \t\r\n]*)/gi,Sa],[/([-.\w+]+)@([-\w]+(?:\.[-\w]+)+)/g,Sn]],{ignore:["link","linkReference"]})}function Sa(t,o,r,f,C){let B="";if(!oo(C)||(/^w/i.test(o)&&(r=o+r,o="",B="http://"),!ur(r)))return!1;const O=Or(r+f);if(!O[0])return!1;const de={type:"link",title:null,url:B+o+O[0],children:[{type:"text",value:o+O[0]}]};return O[1]?[de,{type:"text",value:O[1]}]:de}function Sn(t,o,r,f){return!oo(f,!0)||/[-\d_]$/.test(r)?!1:{type:"link",title:null,url:"mailto:"+o+"@"+r,children:[{type:"text",value:o+"@"+r}]}}function ur(t){const o=t.split(".");return!(o.length<2||o[o.length-1]&&(/_/.test(o[o.length-1])||!/[a-zA-Z\d]/.test(o[o.length-1]))||o[o.length-2]&&(/_/.test(o[o.length-2])||!/[a-zA-Z\d]/.test(o[o.length-2])))}function Or(t){const o=/[!"&'),.:;<>?\]}]+$/.exec(t);if(!o)return[t,void 0];t=t.slice(0,o.index);let r=o[0],f=r.indexOf(")");const C=zi(t,"(");let B=zi(t,")");for(;f!==-1&&C>B;)t+=r.slice(0,f+1),r=r.slice(f+1),f=r.indexOf(")"),B++;return[t,r]}function oo(t,o){const r=t.input.charCodeAt(t.index-1);return(t.index===0||ro(r)||Fr(r))&&(!o||r!==47)}function So(t){return t.replace(/[\t\n\r ]+/g," ").replace(/^ | $/g,"").toLowerCase().toUpperCase()}Hu.peek=Us;function mo(){this.buffer()}function Is(t){this.enter({type:"footnoteReference",identifier:"",label:""},t)}function ys(){this.buffer()}function Ls(t){this.enter({type:"footnoteDefinition",identifier:"",label:"",children:[]},t)}function zs(t){const o=this.resume(),r=this.stack[this.stack.length-1];r.type,r.identifier=So(this.sliceSerialize(t)).toLowerCase(),r.label=o}function lu(t){this.exit(t)}function rd(t){const o=this.resume(),r=this.stack[this.stack.length-1];r.type,r.identifier=So(this.sliceSerialize(t)).toLowerCase(),r.label=o}function Cs(t){this.exit(t)}function Us(){return"["}function Hu(t,o,r,f){const C=r.createTracker(f);let B=C.move("[^");const O=r.enter("footnoteReference"),de=r.enter("reference");return B+=C.move(r.safe(r.associationId(t),{after:"]",before:B})),de(),O(),B+=C.move("]"),B}function Al(){return{enter:{gfmFootnoteCallString:mo,gfmFootnoteCall:Is,gfmFootnoteDefinitionLabelString:ys,gfmFootnoteDefinition:Ls},exit:{gfmFootnoteCallString:zs,gfmFootnoteCall:lu,gfmFootnoteDefinitionLabelString:rd,gfmFootnoteDefinition:Cs}}}function xo(t){let o=!1;return t&&t.firstLineBlank&&(o=!0),{handlers:{footnoteDefinition:r,footnoteReference:Hu},unsafe:[{character:"[",inConstruct:["label","phrasing","reference"]}]};function r(f,C,B,O){const de=B.createTracker(O);let Se=de.move("[^");const qe=B.enter("footnoteDefinition"),tt=B.enter("label");return Se+=de.move(B.safe(B.associationId(f),{before:Se,after:"]"})),tt(),Se+=de.move("]:"),f.children&&f.children.length>0&&(de.shift(4),Se+=de.move((o?`
|
|
`:" ")+B.indentLines(B.containerFlow(f,de.current()),o?Vl:yd))),qe(),Se}}function yd(t,o,r){return o===0?t:Vl(t,o,r)}function Vl(t,o,r){return(r?"":" ")+t}const Ku=["autolink","destinationLiteral","destinationRaw","reference","titleQuote","titleApostrophe"];bd.peek=_c;function uu(){return{canContainEols:["delete"],enter:{strikethrough:od},exit:{strikethrough:Nd}}}function ql(){return{unsafe:[{character:"~",inConstruct:"phrasing",notInConstruct:Ku}],handlers:{delete:bd}}}function od(t){this.enter({type:"delete",children:[]},t)}function Nd(t){this.exit(t)}function bd(t,o,r,f){const C=r.createTracker(f),B=r.enter("strikethrough");let O=C.move("~~");return O+=r.containerPhrasing(t,{...C.current(),before:O,after:"~"}),O+=C.move("~~"),B(),O}function _c(){return"~"}function pc(t){return t.length}function Fc(t,o){const r=o||{},f=(r.align||[]).concat(),C=r.stringLength||pc,B=[],O=[],de=[],Se=[];let qe=0,tt=-1;for(;++tt<t.length;){const Ha=[],cr=[];let Vn=-1;for(t[tt].length>qe&&(qe=t[tt].length);++Vn<t[tt].length;){const fr=tc(t[tt][Vn]);if(r.alignDelimiters!==!1){const Va=C(fr);cr[Vn]=Va,(Se[Vn]===void 0||Va>Se[Vn])&&(Se[Vn]=Va)}Ha.push(fr)}O[tt]=Ha,de[tt]=cr}let Je=-1;if(typeof f=="object"&&"length"in f)for(;++Je<qe;)B[Je]=ic(f[Je]);else{const Ha=ic(f);for(;++Je<qe;)B[Je]=Ha}Je=-1;const Bt=[],Tt=[];for(;++Je<qe;){const Ha=B[Je];let cr="",Vn="";Ha===99?(cr=":",Vn=":"):Ha===108?cr=":":Ha===114&&(Vn=":");let fr=r.alignDelimiters===!1?1:Math.max(1,Se[Je]-cr.length-Vn.length);const Va=cr+"-".repeat(fr)+Vn;r.alignDelimiters!==!1&&(fr=cr.length+fr+Vn.length,fr>Se[Je]&&(Se[Je]=fr),Tt[Je]=fr),Bt[Je]=Va}O.splice(1,0,Bt),de.splice(1,0,Tt),tt=-1;const Xi=[];for(;++tt<O.length;){const Ha=O[tt],cr=de[tt];Je=-1;const Vn=[];for(;++Je<qe;){const fr=Ha[Je]||"";let Va="",ho="";if(r.alignDelimiters!==!1){const wo=Se[Je]-(cr[Je]||0),na=B[Je];na===114?Va=" ".repeat(wo):na===99?wo%2?(Va=" ".repeat(wo/2+.5),ho=" ".repeat(wo/2-.5)):(Va=" ".repeat(wo/2),ho=Va):ho=" ".repeat(wo)}r.delimiterStart!==!1&&!Je&&Vn.push("|"),r.padding!==!1&&!(r.alignDelimiters===!1&&fr==="")&&(r.delimiterStart!==!1||Je)&&Vn.push(" "),r.alignDelimiters!==!1&&Vn.push(Va),Vn.push(fr),r.alignDelimiters!==!1&&Vn.push(ho),r.padding!==!1&&Vn.push(" "),(r.delimiterEnd!==!1||Je!==qe-1)&&Vn.push("|")}Xi.push(r.delimiterEnd===!1?Vn.join("").replace(/ +$/,""):Vn.join(""))}return Xi.join(`
|
|
`)}function tc(t){return t==null?"":String(t)}function ic(t){const o=typeof t=="string"?t.codePointAt(0):0;return o===67||o===99?99:o===76||o===108?108:o===82||o===114?114:0}function vc(t,o,r,f){const C=r.enter("blockquote"),B=r.createTracker(f);B.move("> "),B.shift(2);const O=r.indentLines(r.containerFlow(t,B.current()),yc);return C(),O}function yc(t,o,r){return">"+(r?"":" ")+t}function bc(t,o){return nc(t,o.inConstruct,!0)&&!nc(t,o.notInConstruct,!1)}function nc(t,o,r){if(typeof o=="string"&&(o=[o]),!o||o.length===0)return r;let f=-1;for(;++f<o.length;)if(t.includes(o[f]))return!0;return!1}function ac(t,o,r,f){let C=-1;for(;++C<r.unsafe.length;)if(r.unsafe[C].character===`
|
|
`&&bc(r.stack,r.unsafe[C]))return/[ \t]/.test(f.before)?"":" ";return`\\
|
|
`}function kc(t,o){const r=String(t);let f=r.indexOf(o),C=f,B=0,O=0;if(typeof o!="string")throw new TypeError("Expected substring");for(;f!==-1;)f===C?++B>O&&(O=B):B=1,C=f+o.length,f=r.indexOf(o,C);return O}function wc(t,o){return!!(o.options.fences===!1&&t.value&&!t.lang&&/[^ \r\n]/.test(t.value)&&!/^[\t ]*(?:[\r\n]|$)|(?:^|[\r\n])[\t ]*$/.test(t.value))}function Ec(t){const o=t.options.fence||"`";if(o!=="`"&&o!=="~")throw new Error("Cannot serialize code with `"+o+"` for `options.fence`, expected `` ` `` or `~`");return o}function rc(t,o,r,f){const C=Ec(r),B=t.value||"",O=C==="`"?"GraveAccent":"Tilde";if(wc(t,r)){const Je=r.enter("codeIndented"),Bt=r.indentLines(B,kd);return Je(),Bt}const de=r.createTracker(f),Se=C.repeat(Math.max(kc(B,C)+1,3)),qe=r.enter("codeFenced");let tt=de.move(Se);if(t.lang){const Je=r.enter(`codeFencedLang${O}`);tt+=de.move(r.safe(t.lang,{before:tt,after:" ",encode:["`"],...de.current()})),Je()}if(t.lang&&t.meta){const Je=r.enter(`codeFencedMeta${O}`);tt+=de.move(" "),tt+=de.move(r.safe(t.meta,{before:tt,after:`
|
|
`,encode:["`"],...de.current()})),Je()}return tt+=de.move(`
|
|
`),B&&(tt+=de.move(B+`
|
|
`)),tt+=de.move(Se),qe(),tt}function kd(t,o,r){return(r?"":" ")+t}function Wd(t){const o=t.options.quote||'"';if(o!=='"'&&o!=="'")throw new Error("Cannot serialize title with `"+o+"` for `options.quote`, expected `\"`, or `'`");return o}function $u(t,o,r,f){const C=Wd(r),B=C==='"'?"Quote":"Apostrophe",O=r.enter("definition");let de=r.enter("label");const Se=r.createTracker(f);let qe=Se.move("[");return qe+=Se.move(r.safe(r.associationId(t),{before:qe,after:"]",...Se.current()})),qe+=Se.move("]: "),de(),!t.url||/[\0- \u007F]/.test(t.url)?(de=r.enter("destinationLiteral"),qe+=Se.move("<"),qe+=Se.move(r.safe(t.url,{before:qe,after:">",...Se.current()})),qe+=Se.move(">")):(de=r.enter("destinationRaw"),qe+=Se.move(r.safe(t.url,{before:qe,after:t.title?" ":`
|
|
`,...Se.current()}))),de(),t.title&&(de=r.enter(`title${B}`),qe+=Se.move(" "+C),qe+=Se.move(r.safe(t.title,{before:qe,after:C,...Se.current()})),qe+=Se.move(C),de()),O(),qe}function Dc(t){const o=t.options.emphasis||"*";if(o!=="*"&&o!=="_")throw new Error("Cannot serialize emphasis with `"+o+"` for `options.emphasis`, expected `*`, or `_`");return o}function Sd(t){return"&#x"+t.toString(16).toUpperCase()+";"}function rl(t){if(t===null||_a(t)||ro(t))return 1;if(Fr(t))return 2}function Gu(t,o,r){const f=rl(t),C=rl(o);return f===void 0?C===void 0?r==="_"?{inside:!0,outside:!0}:{inside:!1,outside:!1}:C===1?{inside:!0,outside:!0}:{inside:!1,outside:!0}:f===1?C===void 0?{inside:!1,outside:!1}:C===1?{inside:!0,outside:!0}:{inside:!1,outside:!1}:C===void 0?{inside:!1,outside:!1}:C===1?{inside:!0,outside:!1}:{inside:!1,outside:!1}}wd.peek=Cc;function wd(t,o,r,f){const C=Dc(r),B=r.enter("emphasis"),O=r.createTracker(f),de=O.move(C);let Se=O.move(r.containerPhrasing(t,{after:C,before:de,...O.current()}));const qe=Se.charCodeAt(0),tt=Gu(f.before.charCodeAt(f.before.length-1),qe,C);tt.inside&&(Se=Sd(qe)+Se.slice(1));const Je=Se.charCodeAt(Se.length-1),Bt=Gu(f.after.charCodeAt(0),Je,C);Bt.inside&&(Se=Se.slice(0,-1)+Sd(Je));const Tt=O.move(C);return B(),r.attentionEncodeSurroundingInfo={after:Bt.outside,before:tt.outside},de+Se+Tt}function Cc(t,o,r){return r.options.emphasis||"*"}const Xu={};function xd(t,o){const r=Xu,f=typeof r.includeImageAlt=="boolean"?r.includeImageAlt:!0,C=typeof r.includeHtml=="boolean"?r.includeHtml:!0;return oc(t,f,C)}function oc(t,o,r){if(Sc(t)){if("value"in t)return t.type==="html"&&!r?"":t.value;if(o&&"alt"in t&&t.alt)return t.alt;if("children"in t)return sc(t.children,o,r)}return Array.isArray(t)?sc(t,o,r):""}function sc(t,o,r){const f=[];let C=-1;for(;++C<t.length;)f[C]=oc(t[C],o,r);return f.join("")}function Sc(t){return!!(t&&typeof t=="object")}function xc(t,o){let r=!1;return(0,_t.YR)(t,function(f){if("value"in f&&/\r?\n|\r/.test(f.value)||f.type==="break")return r=!0,u.dc}),!!((!t.depth||t.depth<3)&&xd(t)&&(o.options.setext||r))}function Ac(t,o,r,f){const C=Math.max(Math.min(6,t.depth||1),1),B=r.createTracker(f);if(xc(t,r)){const tt=r.enter("headingSetext"),Je=r.enter("phrasing"),Bt=r.containerPhrasing(t,{...B.current(),before:`
|
|
`,after:`
|
|
`});return Je(),tt(),Bt+`
|
|
`+(C===1?"=":"-").repeat(Bt.length-(Math.max(Bt.lastIndexOf("\r"),Bt.lastIndexOf(`
|
|
`))+1))}const O="#".repeat(C),de=r.enter("headingAtx"),Se=r.enter("phrasing");B.move(O+" ");let qe=r.containerPhrasing(t,{before:"# ",after:`
|
|
`,...B.current()});return/^[\t ]/.test(qe)&&(qe=Sd(qe.charCodeAt(0))+qe.slice(1)),qe=qe?O+" "+qe:O,r.options.closeAtx&&(qe+=" "+O),Se(),de(),qe}lc.peek=Tc;function lc(t){return t.value||""}function Tc(){return"<"}Rd.peek=Oc;function Rd(t,o,r,f){const C=Wd(r),B=C==='"'?"Quote":"Apostrophe",O=r.enter("image");let de=r.enter("label");const Se=r.createTracker(f);let qe=Se.move("![");return qe+=Se.move(r.safe(t.alt,{before:qe,after:"]",...Se.current()})),qe+=Se.move("]("),de(),!t.url&&t.title||/[\0- \u007F]/.test(t.url)?(de=r.enter("destinationLiteral"),qe+=Se.move("<"),qe+=Se.move(r.safe(t.url,{before:qe,after:">",...Se.current()})),qe+=Se.move(">")):(de=r.enter("destinationRaw"),qe+=Se.move(r.safe(t.url,{before:qe,after:t.title?" ":")",...Se.current()}))),de(),t.title&&(de=r.enter(`title${B}`),qe+=Se.move(" "+C),qe+=Se.move(r.safe(t.title,{before:qe,after:C,...Se.current()})),qe+=Se.move(C),de()),qe+=Se.move(")"),O(),qe}function Oc(){return"!"}uc.peek=Pc;function uc(t,o,r,f){const C=t.referenceType,B=r.enter("imageReference");let O=r.enter("label");const de=r.createTracker(f);let Se=de.move("![");const qe=r.safe(t.alt,{before:Se,after:"]",...de.current()});Se+=de.move(qe+"]["),O();const tt=r.stack;r.stack=[],O=r.enter("reference");const Je=r.safe(r.associationId(t),{before:Se,after:"]",...de.current()});return O(),r.stack=tt,B(),C==="full"||!qe||qe!==Je?Se+=de.move(Je+"]"):C==="shortcut"?Se=Se.slice(0,-1):Se+=de.move("]"),Se}function Pc(){return"!"}dc.peek=Bc;function dc(t,o,r){let f=t.value||"",C="`",B=-1;for(;new RegExp("(^|[^`])"+C+"([^`]|$)").test(f);)C+="`";for(/[^ \r\n]/.test(f)&&(/^[ \r\n]/.test(f)&&/[ \r\n]$/.test(f)||/^`|`$/.test(f))&&(f=" "+f+" ");++B<r.unsafe.length;){const O=r.unsafe[B],de=r.compilePattern(O);let Se;if(O.atBreak)for(;Se=de.exec(f);){let qe=Se.index;f.charCodeAt(qe)===10&&f.charCodeAt(qe-1)===13&&qe--,f=f.slice(0,qe)+" "+f.slice(Se.index+1)}}return C+f+C}function Bc(){return"`"}function Md(t,o){const r=xd(t);return!!(!o.options.resourceLink&&t.url&&!t.title&&t.children&&t.children.length===1&&t.children[0].type==="text"&&(r===t.url||"mailto:"+r===t.url)&&/^[a-z][a-z+.-]+:/i.test(t.url)&&!/[\0- <>\u007F]/.test(t.url))}Nc.peek=sd;function Nc(t,o,r,f){const C=Wd(r),B=C==='"'?"Quote":"Apostrophe",O=r.createTracker(f);let de,Se;if(Md(t,r)){const tt=r.stack;r.stack=[],de=r.enter("autolink");let Je=O.move("<");return Je+=O.move(r.containerPhrasing(t,{before:Je,after:">",...O.current()})),Je+=O.move(">"),de(),r.stack=tt,Je}de=r.enter("link"),Se=r.enter("label");let qe=O.move("[");return qe+=O.move(r.containerPhrasing(t,{before:qe,after:"](",...O.current()})),qe+=O.move("]("),Se(),!t.url&&t.title||/[\0- \u007F]/.test(t.url)?(Se=r.enter("destinationLiteral"),qe+=O.move("<"),qe+=O.move(r.safe(t.url,{before:qe,after:">",...O.current()})),qe+=O.move(">")):(Se=r.enter("destinationRaw"),qe+=O.move(r.safe(t.url,{before:qe,after:t.title?" ":")",...O.current()}))),Se(),t.title&&(Se=r.enter(`title${B}`),qe+=O.move(" "+C),qe+=O.move(r.safe(t.title,{before:qe,after:C,...O.current()})),qe+=O.move(C),Se()),qe+=O.move(")"),de(),qe}function sd(t,o,r){return Md(t,r)?"<":"["}cc.peek=uo;function cc(t,o,r,f){const C=t.referenceType,B=r.enter("linkReference");let O=r.enter("label");const de=r.createTracker(f);let Se=de.move("[");const qe=r.containerPhrasing(t,{before:Se,after:"]",...de.current()});Se+=de.move(qe+"]["),O();const tt=r.stack;r.stack=[],O=r.enter("reference");const Je=r.safe(r.associationId(t),{before:Se,after:"]",...de.current()});return O(),r.stack=tt,B(),C==="full"||!qe||qe!==Je?Se+=de.move(Je+"]"):C==="shortcut"?Se=Se.slice(0,-1):Se+=de.move("]"),Se}function uo(){return"["}function Ad(t){const o=t.options.bullet||"*";if(o!=="*"&&o!=="+"&&o!=="-")throw new Error("Cannot serialize items with `"+o+"` for `options.bullet`, expected `*`, `+`, or `-`");return o}function Rc(t){const o=Ad(t),r=t.options.bulletOther;if(!r)return o==="*"?"-":"*";if(r!=="*"&&r!=="+"&&r!=="-")throw new Error("Cannot serialize items with `"+r+"` for `options.bulletOther`, expected `*`, `+`, or `-`");if(r===o)throw new Error("Expected `bullet` (`"+o+"`) and `bulletOther` (`"+r+"`) to be different");return r}function Mc(t){const o=t.options.bulletOrdered||".";if(o!=="."&&o!==")")throw new Error("Cannot serialize items with `"+o+"` for `options.bulletOrdered`, expected `.` or `)`");return o}function fc(t){const o=t.options.rule||"*";if(o!=="*"&&o!=="-"&&o!=="_")throw new Error("Cannot serialize rules with `"+o+"` for `options.rule`, expected `*`, `-`, or `_`");return o}function jc(t,o,r,f){const C=r.enter("list"),B=r.bulletCurrent;let O=t.ordered?Mc(r):Ad(r);const de=t.ordered?O==="."?")":".":Rc(r);let Se=o&&r.bulletLastUsed?O===r.bulletLastUsed:!1;if(!t.ordered){const tt=t.children?t.children[0]:void 0;if((O==="*"||O==="-")&&tt&&(!tt.children||!tt.children[0])&&r.stack[r.stack.length-1]==="list"&&r.stack[r.stack.length-2]==="listItem"&&r.stack[r.stack.length-3]==="list"&&r.stack[r.stack.length-4]==="listItem"&&r.indexStack[r.indexStack.length-1]===0&&r.indexStack[r.indexStack.length-2]===0&&r.indexStack[r.indexStack.length-3]===0&&(Se=!0),fc(r)===O&&tt){let Je=-1;for(;++Je<t.children.length;){const Bt=t.children[Je];if(Bt&&Bt.type==="listItem"&&Bt.children&&Bt.children[0]&&Bt.children[0].type==="thematicBreak"){Se=!0;break}}}}Se&&(O=de),r.bulletCurrent=O;const qe=r.containerFlow(t,f);return r.bulletLastUsed=O,r.bulletCurrent=B,C(),qe}function Ic(t){const o=t.options.listItemIndent||"one";if(o!=="tab"&&o!=="one"&&o!=="mixed")throw new Error("Cannot serialize items with `"+o+"` for `options.listItemIndent`, expected `tab`, `one`, or `mixed`");return o}function s(t,o,r,f){const C=Ic(r);let B=r.bulletCurrent||Ad(r);o&&o.type==="list"&&o.ordered&&(B=(typeof o.start=="number"&&o.start>-1?o.start:1)+(r.options.incrementListMarker===!1?0:o.children.indexOf(t))+B);let O=B.length+1;(C==="tab"||C==="mixed"&&(o&&o.type==="list"&&o.spread||t.spread))&&(O=Math.ceil(O/4)*4);const de=r.createTracker(f);de.move(B+" ".repeat(O-B.length)),de.shift(O);const Se=r.enter("listItem"),qe=r.indentLines(r.containerFlow(t,de.current()),tt);return Se(),qe;function tt(Je,Bt,Tt){return Bt?(Tt?"":" ".repeat(O))+Je:(Tt?B:B+" ".repeat(O-B.length))+Je}}function y(t,o,r,f){const C=r.enter("paragraph"),B=r.enter("phrasing"),O=r.containerPhrasing(t,f);return B(),C(),O}const m=$o(["break","delete","emphasis","footnote","footnoteReference","image","imageReference","inlineCode","inlineMath","link","linkReference","mdxJsxTextElement","mdxTextExpression","strong","text","textDirective"]);function p(t,o,r,f){return(t.children.some(function(O){return m(O)})?r.containerPhrasing:r.containerFlow).call(r,t,f)}function w(t){const o=t.options.strong||"*";if(o!=="*"&&o!=="_")throw new Error("Cannot serialize strong with `"+o+"` for `options.strong`, expected `*`, or `_`");return o}nt.peek=St;function nt(t,o,r,f){const C=w(r),B=r.enter("strong"),O=r.createTracker(f),de=O.move(C+C);let Se=O.move(r.containerPhrasing(t,{after:C,before:de,...O.current()}));const qe=Se.charCodeAt(0),tt=Gu(f.before.charCodeAt(f.before.length-1),qe,C);tt.inside&&(Se=Sd(qe)+Se.slice(1));const Je=Se.charCodeAt(Se.length-1),Bt=Gu(f.after.charCodeAt(0),Je,C);Bt.inside&&(Se=Se.slice(0,-1)+Sd(Je));const Tt=O.move(C+C);return B(),r.attentionEncodeSurroundingInfo={after:Bt.outside,before:tt.outside},de+Se+Tt}function St(t,o,r){return r.options.strong||"*"}function pi(t,o,r,f){return r.safe(t.value,f)}function si(t){const o=t.options.ruleRepetition||3;if(o<3)throw new Error("Cannot serialize rules with repetition `"+o+"` for `options.ruleRepetition`, expected `3` or more");return o}function Fn(t,o,r){const f=(fc(r)+(r.options.ruleSpaces?" ":"")).repeat(si(r));return r.options.ruleSpaces?f.slice(0,-1):f}const Di={blockquote:vc,break:ac,code:rc,definition:$u,emphasis:wd,hardBreak:ac,heading:Ac,html:lc,image:Rd,imageReference:uc,inlineCode:dc,link:Nc,linkReference:cc,list:jc,listItem:s,paragraph:y,root:p,strong:nt,text:pi,thematicBreak:Fn};function Ni(){return{enter:{table:Ki,tableData:yn,tableHeader:yn,tableRow:Pn},exit:{codeText:Bn,table:hn,tableData:In,tableHeader:In,tableRow:In}}}function Ki(t){const o=t._align;this.enter({type:"table",align:o.map(function(r){return r==="none"?null:r}),children:[]},t),this.data.inTable=!0}function hn(t){this.exit(t),this.data.inTable=void 0}function Pn(t){this.enter({type:"tableRow",children:[]},t)}function In(t){this.exit(t)}function yn(t){this.enter({type:"tableCell",children:[]},t)}function Bn(t){let o=this.resume();this.data.inTable&&(o=o.replace(/\\([\\|])/g,Ln));const r=this.stack[this.stack.length-1];r.type,r.value=o,this.exit(t)}function Ln(t,o){return o==="|"?o:t}function bi(t){const o=t||{},r=o.tableCellPadding,f=o.tablePipeAlign,C=o.stringLength,B=r?" ":"|";return{unsafe:[{character:"\r",inConstruct:"tableCell"},{character:`
|
|
`,inConstruct:"tableCell"},{atBreak:!0,character:"|",after:"[ :-]"},{character:"|",inConstruct:"tableCell"},{atBreak:!0,character:":",after:"-"},{atBreak:!0,character:"-",after:"[:|-]"}],handlers:{inlineCode:Bt,table:O,tableCell:Se,tableRow:de}};function O(Tt,Xi,Ha,cr){return qe(tt(Tt,Ha,cr),Tt.align)}function de(Tt,Xi,Ha,cr){const Vn=Je(Tt,Ha,cr),fr=qe([Vn]);return fr.slice(0,fr.indexOf(`
|
|
`))}function Se(Tt,Xi,Ha,cr){const Vn=Ha.enter("tableCell"),fr=Ha.enter("phrasing"),Va=Ha.containerPhrasing(Tt,{...cr,before:B,after:B});return fr(),Vn(),Va}function qe(Tt,Xi){return Fc(Tt,{align:Xi,alignDelimiters:f,padding:r,stringLength:C})}function tt(Tt,Xi,Ha){const cr=Tt.children;let Vn=-1;const fr=[],Va=Xi.enter("table");for(;++Vn<cr.length;)fr[Vn]=Je(cr[Vn],Xi,Ha);return Va(),fr}function Je(Tt,Xi,Ha){const cr=Tt.children;let Vn=-1;const fr=[],Va=Xi.enter("tableRow");for(;++Vn<cr.length;)fr[Vn]=Se(cr[Vn],Tt,Xi,Ha);return Va(),fr}function Bt(Tt,Xi,Ha){let cr=Di.inlineCode(Tt,Xi,Ha);return Ha.stack.includes("tableCell")&&(cr=cr.replace(/\|/g,"\\$&")),cr}}function mn(){return{exit:{taskListCheckValueChecked:Jn,taskListCheckValueUnchecked:Jn,paragraph:ra}}}function pa(){return{unsafe:[{atBreak:!0,character:"-",after:"[:|-]"}],handlers:{listItem:mr}}}function Jn(t){const o=this.stack[this.stack.length-2];o.type,o.checked=t.type==="taskListCheckValueChecked"}function ra(t){const o=this.stack[this.stack.length-2];if(o&&o.type==="listItem"&&typeof o.checked=="boolean"){const r=this.stack[this.stack.length-1];r.type;const f=r.children[0];if(f&&f.type==="text"){const C=o.children;let B=-1,O;for(;++B<C.length;){const de=C[B];if(de.type==="paragraph"){O=de;break}}O===r&&(f.value=f.value.slice(1),f.value.length===0?r.children.shift():r.position&&f.position&&typeof f.position.start.offset=="number"&&(f.position.start.column++,f.position.start.offset++,r.position.start=Object.assign({},f.position.start)))}}this.exit(t)}function mr(t,o,r,f){const C=t.children[0],B=typeof t.checked=="boolean"&&C&&C.type==="paragraph",O="["+(t.checked?"x":" ")+"] ",de=r.createTracker(f);B&&de.move(O);let Se=Di.listItem(t,o,r,{...f,...de.current()});return B&&(Se=Se.replace(/^(?:[*+-]|\d+\.)([\r\n]| {1,3})/,qe)),Se;function qe(tt){return tt+O}}function Aa(){return[it(),Al(),uu(),Ni(),mn()]}function fa(t){return{extensions:[ti(),xo(t),ql(),bi(t),pa()]}}function ar(t,o,r,f){const C=t.length;let B=0,O;if(o<0?o=-o>C?0:C+o:o=o>C?C:o,r=r>0?r:0,f.length<1e4)O=Array.from(f),O.unshift(o,r),t.splice(...O);else for(r&&t.splice(o,r);B<f.length;)O=f.slice(B,B+1e4),O.unshift(o,0),t.splice(...O),B+=1e4,o+=1e4}const jr={}.hasOwnProperty;function ao(t){const o={};let r=-1;for(;++r<t.length;)Zi(o,t[r]);return o}function Zi(t,o){let r;for(r in o){const C=(jr.call(t,r)?t[r]:void 0)||(t[r]={}),B=o[r];let O;if(B)for(O in B){jr.call(C,O)||(C[O]=[]);const de=B[O];_n(C[O],Array.isArray(de)?de:de?[de]:[])}}}function _n(t,o){let r=-1;const f=[];for(;++r<o.length;)(o[r].add==="after"?t:f).push(o[r]);ar(t,0,0,f)}const on={tokenize:jo,partial:!0},ya={tokenize:ja,partial:!0},rr={tokenize:ko,partial:!0},ua={tokenize:Ua,partial:!0},Xa={tokenize:dr,partial:!0},kn={name:"wwwAutolink",tokenize:fi,previous:Jt},Sr={name:"protocolAutolink",tokenize:Na,previous:Dr},Ti={name:"emailAutolink",tokenize:ki,previous:On},Mn={};function vn(){return{text:Mn}}let or=48;for(;or<123;)Mn[or]=Ti,or++,or===58?or=65:or===91&&(or=97);Mn[43]=Ti,Mn[45]=Ti,Mn[46]=Ti,Mn[95]=Ti,Mn[72]=[Ti,Sr],Mn[104]=[Ti,Sr],Mn[87]=[Ti,kn],Mn[119]=[Ti,kn];function ki(t,o,r){const f=this;let C,B;return O;function O(Je){return!vo(Je)||!On.call(f,f.previous)||Xr(f.events)?r(Je):(t.enter("literalAutolink"),t.enter("literalAutolinkEmail"),de(Je))}function de(Je){return vo(Je)?(t.consume(Je),de):Je===64?(t.consume(Je),Se):r(Je)}function Se(Je){return Je===46?t.check(Xa,tt,qe)(Je):Je===45||Je===95||za(Je)?(B=!0,t.consume(Je),Se):tt(Je)}function qe(Je){return t.consume(Je),C=!0,Se}function tt(Je){return B&&C&&Kn(f.previous)?(t.exit("literalAutolinkEmail"),t.exit("literalAutolink"),o(Je)):r(Je)}}function fi(t,o,r){const f=this;return C;function C(O){return O!==87&&O!==119||!Jt.call(f,f.previous)||Xr(f.events)?r(O):(t.enter("literalAutolink"),t.enter("literalAutolinkWww"),t.check(on,t.attempt(ya,t.attempt(rr,B),r),r)(O))}function B(O){return t.exit("literalAutolinkWww"),t.exit("literalAutolink"),o(O)}}function Na(t,o,r){const f=this;let C="",B=!1;return O;function O(Je){return(Je===72||Je===104)&&Dr.call(f,f.previous)&&!Xr(f.events)?(t.enter("literalAutolink"),t.enter("literalAutolinkHttp"),C+=String.fromCodePoint(Je),t.consume(Je),de):r(Je)}function de(Je){if(Kn(Je)&&C.length<5)return C+=String.fromCodePoint(Je),t.consume(Je),de;if(Je===58){const Bt=C.toLowerCase();if(Bt==="http"||Bt==="https")return t.consume(Je),Se}return r(Je)}function Se(Je){return Je===47?(t.consume(Je),B?qe:(B=!0,Se)):r(Je)}function qe(Je){return Je===null||qa(Je)||_a(Je)||ro(Je)||Fr(Je)?r(Je):t.attempt(ya,t.attempt(rr,tt),r)(Je)}function tt(Je){return t.exit("literalAutolinkHttp"),t.exit("literalAutolink"),o(Je)}}function jo(t,o,r){let f=0;return C;function C(O){return(O===87||O===119)&&f<3?(f++,t.consume(O),C):O===46&&f===3?(t.consume(O),B):r(O)}function B(O){return O===null?r(O):o(O)}}function ja(t,o,r){let f,C,B;return O;function O(qe){return qe===46||qe===95?t.check(ua,Se,de)(qe):qe===null||_a(qe)||ro(qe)||qe!==45&&Fr(qe)?Se(qe):(B=!0,t.consume(qe),O)}function de(qe){return qe===95?f=!0:(C=f,f=void 0),t.consume(qe),O}function Se(qe){return C||f||!B?r(qe):o(qe)}}function ko(t,o){let r=0,f=0;return C;function C(O){return O===40?(r++,t.consume(O),C):O===41&&f<r?B(O):O===33||O===34||O===38||O===39||O===41||O===42||O===44||O===46||O===58||O===59||O===60||O===63||O===93||O===95||O===126?t.check(ua,o,B)(O):O===null||_a(O)||ro(O)?o(O):(t.consume(O),C)}function B(O){return O===41&&f++,t.consume(O),C}}function Ua(t,o,r){return f;function f(de){return de===33||de===34||de===39||de===41||de===42||de===44||de===46||de===58||de===59||de===63||de===95||de===126?(t.consume(de),f):de===38?(t.consume(de),B):de===93?(t.consume(de),C):de===60||de===null||_a(de)||ro(de)?o(de):r(de)}function C(de){return de===null||de===40||de===91||_a(de)||ro(de)?o(de):f(de)}function B(de){return Kn(de)?O(de):r(de)}function O(de){return de===59?(t.consume(de),f):Kn(de)?(t.consume(de),O):r(de)}}function dr(t,o,r){return f;function f(B){return t.consume(B),C}function C(B){return za(B)?r(B):o(B)}}function Jt(t){return t===null||t===40||t===42||t===95||t===91||t===93||t===126||_a(t)}function Dr(t){return!Kn(t)}function On(t){return!(t===47||vo(t))}function vo(t){return t===43||t===45||t===46||t===95||za(t)}function Xr(t){let o=t.length,r=!1;for(;o--;){const f=t[o][1];if((f.type==="labelLink"||f.type==="labelImage")&&!f._balanced){r=!0;break}if(f._gfmAutolinkLiteralWalkedInto){r=!1;break}}return t.length>0&&!r&&(t[t.length-1][1]._gfmAutolinkLiteralWalkedInto=!0),r}function ol(t,o,r){const f=[];let C=-1;for(;++C<t.length;){const B=t[C].resolveAll;B&&!f.includes(B)&&(o=B(o,r),f.push(B))}return o}function es(t,o,r,f){const C=f?f-1:Number.POSITIVE_INFINITY;let B=0;return O;function O(Se){return wa(Se)?(t.enter(r),de(Se)):o(Se)}function de(Se){return wa(Se)&&B++<C?(t.consume(Se),de):(t.exit(r),o(Se))}}const du={partial:!0,tokenize:xn};function xn(t,o,r){return f;function f(B){return wa(B)?es(t,C,"linePrefix")(B):C(B)}function C(B){return B===null||Ar(B)?o(B):r(B)}}const Cr={tokenize:jd,partial:!0};function Vr(){return{document:{91:{name:"gfmFootnoteDefinition",tokenize:Tl,continuation:{tokenize:Vd},exit:qd}},text:{91:{name:"gfmFootnoteCall",tokenize:Ed},93:{name:"gfmPotentialFootnoteCall",add:"after",tokenize:Yu,resolveTo:cu}}}}function Yu(t,o,r){const f=this;let C=f.events.length;const B=f.parser.gfmFootnotes||(f.parser.gfmFootnotes=[]);let O;for(;C--;){const Se=f.events[C][1];if(Se.type==="labelImage"){O=Se;break}if(Se.type==="gfmFootnoteCall"||Se.type==="labelLink"||Se.type==="label"||Se.type==="image"||Se.type==="link")break}return de;function de(Se){if(!O||!O._balanced)return r(Se);const qe=So(f.sliceSerialize({start:O.end,end:f.now()}));return qe.codePointAt(0)!==94||!B.includes(qe.slice(1))?r(Se):(t.enter("gfmFootnoteCallLabelMarker"),t.consume(Se),t.exit("gfmFootnoteCallLabelMarker"),o(Se))}}function cu(t,o){let r=t.length;for(;r--;)if(t[r][1].type==="labelImage"&&t[r][0]==="enter"){t[r][1];break}t[r+1][1].type="data",t[r+3][1].type="gfmFootnoteCallLabelMarker";const f={type:"gfmFootnoteCall",start:Object.assign({},t[r+3][1].start),end:Object.assign({},t[t.length-1][1].end)},C={type:"gfmFootnoteCallMarker",start:Object.assign({},t[r+3][1].end),end:Object.assign({},t[r+3][1].end)};C.end.column++,C.end.offset++,C.end._bufferIndex++;const B={type:"gfmFootnoteCallString",start:Object.assign({},C.end),end:Object.assign({},t[t.length-1][1].start)},O={type:"chunkString",contentType:"string",start:Object.assign({},B.start),end:Object.assign({},B.end)},de=[t[r+1],t[r+2],["enter",f,o],t[r+3],t[r+4],["enter",C,o],["exit",C,o],["enter",B,o],["enter",O,o],["exit",O,o],["exit",B,o],t[t.length-2],t[t.length-1],["exit",f,o]];return t.splice(r,t.length-r+1,...de),t}function Ed(t,o,r){const f=this,C=f.parser.gfmFootnotes||(f.parser.gfmFootnotes=[]);let B=0,O;return de;function de(Je){return t.enter("gfmFootnoteCall"),t.enter("gfmFootnoteCallLabelMarker"),t.consume(Je),t.exit("gfmFootnoteCallLabelMarker"),Se}function Se(Je){return Je!==94?r(Je):(t.enter("gfmFootnoteCallMarker"),t.consume(Je),t.exit("gfmFootnoteCallMarker"),t.enter("gfmFootnoteCallString"),t.enter("chunkString").contentType="string",qe)}function qe(Je){if(B>999||Je===93&&!O||Je===null||Je===91||_a(Je))return r(Je);if(Je===93){t.exit("chunkString");const Bt=t.exit("gfmFootnoteCallString");return C.includes(So(f.sliceSerialize(Bt)))?(t.enter("gfmFootnoteCallLabelMarker"),t.consume(Je),t.exit("gfmFootnoteCallLabelMarker"),t.exit("gfmFootnoteCall"),o):r(Je)}return _a(Je)||(O=!0),B++,t.consume(Je),Je===92?tt:qe}function tt(Je){return Je===91||Je===92||Je===93?(t.consume(Je),B++,qe):qe(Je)}}function Tl(t,o,r){const f=this,C=f.parser.gfmFootnotes||(f.parser.gfmFootnotes=[]);let B,O=0,de;return Se;function Se(Xi){return t.enter("gfmFootnoteDefinition")._container=!0,t.enter("gfmFootnoteDefinitionLabel"),t.enter("gfmFootnoteDefinitionLabelMarker"),t.consume(Xi),t.exit("gfmFootnoteDefinitionLabelMarker"),qe}function qe(Xi){return Xi===94?(t.enter("gfmFootnoteDefinitionMarker"),t.consume(Xi),t.exit("gfmFootnoteDefinitionMarker"),t.enter("gfmFootnoteDefinitionLabelString"),t.enter("chunkString").contentType="string",tt):r(Xi)}function tt(Xi){if(O>999||Xi===93&&!de||Xi===null||Xi===91||_a(Xi))return r(Xi);if(Xi===93){t.exit("chunkString");const Ha=t.exit("gfmFootnoteDefinitionLabelString");return B=So(f.sliceSerialize(Ha)),t.enter("gfmFootnoteDefinitionLabelMarker"),t.consume(Xi),t.exit("gfmFootnoteDefinitionLabelMarker"),t.exit("gfmFootnoteDefinitionLabel"),Bt}return _a(Xi)||(de=!0),O++,t.consume(Xi),Xi===92?Je:tt}function Je(Xi){return Xi===91||Xi===92||Xi===93?(t.consume(Xi),O++,tt):tt(Xi)}function Bt(Xi){return Xi===58?(t.enter("definitionMarker"),t.consume(Xi),t.exit("definitionMarker"),C.includes(B)||C.push(B),es(t,Tt,"gfmFootnoteDefinitionWhitespace")):r(Xi)}function Tt(Xi){return o(Xi)}}function Vd(t,o,r){return t.check(du,o,t.attempt(Cr,o,r))}function qd(t){t.exit("gfmFootnoteDefinition")}function jd(t,o,r){const f=this;return es(t,C,"gfmFootnoteDefinitionIndent",5);function C(B){const O=f.events[f.events.length-1];return O&&O[1].type==="gfmFootnoteDefinitionIndent"&&O[2].sliceSerialize(O[1],!0).length===4?o(B):r(B)}}function Hd(t){let r=(t||{}).singleTilde;const f={name:"strikethrough",tokenize:B,resolveAll:C};return r==null&&(r=!0),{text:{126:f},insideSpan:{null:[f]},attentionMarkers:{null:[126]}};function C(O,de){let Se=-1;for(;++Se<O.length;)if(O[Se][0]==="enter"&&O[Se][1].type==="strikethroughSequenceTemporary"&&O[Se][1]._close){let qe=Se;for(;qe--;)if(O[qe][0]==="exit"&&O[qe][1].type==="strikethroughSequenceTemporary"&&O[qe][1]._open&&O[Se][1].end.offset-O[Se][1].start.offset===O[qe][1].end.offset-O[qe][1].start.offset){O[Se][1].type="strikethroughSequence",O[qe][1].type="strikethroughSequence";const tt={type:"strikethrough",start:Object.assign({},O[qe][1].start),end:Object.assign({},O[Se][1].end)},Je={type:"strikethroughText",start:Object.assign({},O[qe][1].end),end:Object.assign({},O[Se][1].start)},Bt=[["enter",tt,de],["enter",O[qe][1],de],["exit",O[qe][1],de],["enter",Je,de]],Tt=de.parser.constructs.insideSpan.null;Tt&&ar(Bt,Bt.length,0,ol(Tt,O.slice(qe+1,Se),de)),ar(Bt,Bt.length,0,[["exit",Je,de],["enter",O[Se][1],de],["exit",O[Se][1],de],["exit",tt,de]]),ar(O,qe-1,Se-qe+3,Bt),Se=qe+Bt.length-2;break}}for(Se=-1;++Se<O.length;)O[Se][1].type==="strikethroughSequenceTemporary"&&(O[Se][1].type="data");return O}function B(O,de,Se){const qe=this.previous,tt=this.events;let Je=0;return Bt;function Bt(Xi){return qe===126&&tt[tt.length-1][1].type!=="characterEscape"?Se(Xi):(O.enter("strikethroughSequenceTemporary"),Tt(Xi))}function Tt(Xi){const Ha=rl(qe);if(Xi===126)return Je>1?Se(Xi):(O.consume(Xi),Je++,Tt);if(Je<2&&!r)return Se(Xi);const cr=O.exit("strikethroughSequenceTemporary"),Vn=rl(Xi);return cr._open=!Vn||Vn===2&&!!Ha,cr._close=!Ha||Ha===2&&!!Vn,de(Xi)}}}class Kd{constructor(){this.map=[]}add(o,r,f){$d(this,o,r,f)}consume(o){if(this.map.sort(function(B,O){return B[0]-O[0]}),this.map.length===0)return;let r=this.map.length;const f=[];for(;r>0;)r-=1,f.push(o.slice(this.map[r][0]+this.map[r][1]),this.map[r][2]),o.length=this.map[r][0];f.push(o.slice()),o.length=0;let C=f.pop();for(;C;){for(const B of C)o.push(B);C=f.pop()}this.map.length=0}}function $d(t,o,r,f){let C=0;if(!(r===0&&f.length===0)){for(;C<t.map.length;){if(t.map[C][0]===o){t.map[C][1]+=r,t.map[C][2].push(...f);return}C+=1}t.map.push([o,r,f])}}function Gd(t,o){let r=!1;const f=[];for(;o<t.length;){const C=t[o];if(r){if(C[0]==="enter")C[1].type==="tableContent"&&f.push(t[o+1][1].type==="tableDelimiterMarker"?"left":"none");else if(C[1].type==="tableContent"){if(t[o-1][1].type==="tableDelimiterMarker"){const B=f.length-1;f[B]=f[B]==="left"?"center":"right"}}else if(C[1].type==="tableDelimiterRow")break}else C[0]==="enter"&&C[1].type==="tableDelimiterRow"&&(r=!0);o+=1}return f}function Xd(){return{flow:{null:{name:"table",tokenize:cn,resolveAll:Ya}}}}function cn(t,o,r){const f=this;let C=0,B=0,O;return de;function de(qn){let sl=f.events.length-1;for(;sl>-1;){const Eo=f.events[sl][1].type;if(Eo==="lineEnding"||Eo==="linePrefix")sl--;else break}const as=sl>-1?f.events[sl][1].type:null,Yr=as==="tableHead"||as==="tableRow"?na:Se;return Yr===na&&f.parser.lazy[f.now().line]?r(qn):Yr(qn)}function Se(qn){return t.enter("tableHead"),t.enter("tableRow"),qe(qn)}function qe(qn){return qn===124||(O=!0,B+=1),tt(qn)}function tt(qn){return qn===null?r(qn):Ar(qn)?B>1?(B=0,f.interrupt=!0,t.exit("tableRow"),t.enter("lineEnding"),t.consume(qn),t.exit("lineEnding"),Tt):r(qn):wa(qn)?es(t,tt,"whitespace")(qn):(B+=1,O&&(O=!1,C+=1),qn===124?(t.enter("tableCellDivider"),t.consume(qn),t.exit("tableCellDivider"),O=!0,tt):(t.enter("data"),Je(qn)))}function Je(qn){return qn===null||qn===124||_a(qn)?(t.exit("data"),tt(qn)):(t.consume(qn),qn===92?Bt:Je)}function Bt(qn){return qn===92||qn===124?(t.consume(qn),Je):Je(qn)}function Tt(qn){return f.interrupt=!1,f.parser.lazy[f.now().line]?r(qn):(t.enter("tableDelimiterRow"),O=!1,wa(qn)?es(t,Xi,"linePrefix",f.parser.constructs.disable.null.includes("codeIndented")?void 0:4)(qn):Xi(qn))}function Xi(qn){return qn===45||qn===58?cr(qn):qn===124?(O=!0,t.enter("tableCellDivider"),t.consume(qn),t.exit("tableCellDivider"),Ha):wo(qn)}function Ha(qn){return wa(qn)?es(t,cr,"whitespace")(qn):cr(qn)}function cr(qn){return qn===58?(B+=1,O=!0,t.enter("tableDelimiterMarker"),t.consume(qn),t.exit("tableDelimiterMarker"),Vn):qn===45?(B+=1,Vn(qn)):qn===null||Ar(qn)?ho(qn):wo(qn)}function Vn(qn){return qn===45?(t.enter("tableDelimiterFiller"),fr(qn)):wo(qn)}function fr(qn){return qn===45?(t.consume(qn),fr):qn===58?(O=!0,t.exit("tableDelimiterFiller"),t.enter("tableDelimiterMarker"),t.consume(qn),t.exit("tableDelimiterMarker"),Va):(t.exit("tableDelimiterFiller"),Va(qn))}function Va(qn){return wa(qn)?es(t,ho,"whitespace")(qn):ho(qn)}function ho(qn){return qn===124?Xi(qn):qn===null||Ar(qn)?!O||C!==B?wo(qn):(t.exit("tableDelimiterRow"),t.exit("tableHead"),o(qn)):wo(qn)}function wo(qn){return r(qn)}function na(qn){return t.enter("tableRow"),ts(qn)}function ts(qn){return qn===124?(t.enter("tableCellDivider"),t.consume(qn),t.exit("tableCellDivider"),ts):qn===null||Ar(qn)?(t.exit("tableRow"),o(qn)):wa(qn)?es(t,ts,"whitespace")(qn):(t.enter("data"),bs(qn))}function bs(qn){return qn===null||qn===124||_a(qn)?(t.exit("data"),ts(qn)):(t.consume(qn),qn===92?is:bs)}function is(qn){return qn===92||qn===124?(t.consume(qn),bs):bs(qn)}}function Ya(t,o){let r=-1,f=!0,C=0,B=[0,0,0,0],O=[0,0,0,0],de=!1,Se=0,qe,tt,Je;const Bt=new Kd;for(;++r<t.length;){const Tt=t[r],Xi=Tt[1];Tt[0]==="enter"?Xi.type==="tableHead"?(de=!1,Se!==0&&(Ao(Bt,o,Se,qe,tt),tt=void 0,Se=0),qe={type:"table",start:Object.assign({},Xi.start),end:Object.assign({},Xi.end)},Bt.add(r,0,[["enter",qe,o]])):Xi.type==="tableRow"||Xi.type==="tableDelimiterRow"?(f=!0,Je=void 0,B=[0,0,0,0],O=[0,r+1,0,0],de&&(de=!1,tt={type:"tableBody",start:Object.assign({},Xi.start),end:Object.assign({},Xi.end)},Bt.add(r,0,[["enter",tt,o]])),C=Xi.type==="tableDelimiterRow"?2:tt?3:1):C&&(Xi.type==="data"||Xi.type==="tableDelimiterMarker"||Xi.type==="tableDelimiterFiller")?(f=!1,O[2]===0&&(B[1]!==0&&(O[0]=O[1],Je=qr(Bt,o,B,C,void 0,Je),B=[0,0,0,0]),O[2]=r)):Xi.type==="tableCellDivider"&&(f?f=!1:(B[1]!==0&&(O[0]=O[1],Je=qr(Bt,o,B,C,void 0,Je)),B=O,O=[B[1],r,0,0])):Xi.type==="tableHead"?(de=!0,Se=r):Xi.type==="tableRow"||Xi.type==="tableDelimiterRow"?(Se=r,B[1]!==0?(O[0]=O[1],Je=qr(Bt,o,B,C,r,Je)):O[1]!==0&&(Je=qr(Bt,o,O,C,r,Je)),C=0):C&&(Xi.type==="data"||Xi.type==="tableDelimiterMarker"||Xi.type==="tableDelimiterFiller")&&(O[3]=r)}for(Se!==0&&Ao(Bt,o,Se,qe,tt),Bt.consume(o.events),r=-1;++r<o.events.length;){const Tt=o.events[r];Tt[0]==="enter"&&Tt[1].type==="table"&&(Tt[1]._align=Gd(o.events,r))}return t}function qr(t,o,r,f,C,B){const O=f===1?"tableHeader":f===2?"tableDelimiter":"tableData",de="tableContent";r[0]!==0&&(B.end=Object.assign({},xa(o.events,r[0])),t.add(r[0],0,[["exit",B,o]]));const Se=xa(o.events,r[1]);if(B={type:O,start:Object.assign({},Se),end:Object.assign({},Se)},t.add(r[1],0,[["enter",B,o]]),r[2]!==0){const qe=xa(o.events,r[2]),tt=xa(o.events,r[3]),Je={type:de,start:Object.assign({},qe),end:Object.assign({},tt)};if(t.add(r[2],0,[["enter",Je,o]]),f!==2){const Bt=o.events[r[2]],Tt=o.events[r[3]];if(Bt[1].end=Object.assign({},Tt[1].end),Bt[1].type="chunkText",Bt[1].contentType="text",r[3]>r[2]+1){const Xi=r[2]+1,Ha=r[3]-r[2]-1;t.add(Xi,Ha,[])}}t.add(r[3]+1,0,[["exit",Je,o]])}return C!==void 0&&(B.end=Object.assign({},xa(o.events,C)),t.add(C,0,[["exit",B,o]]),B=void 0),B}function Ao(t,o,r,f,C){const B=[],O=xa(o.events,r);C&&(C.end=Object.assign({},O),B.push(["exit",C,o])),f.end=Object.assign({},O),B.push(["exit",f,o]),t.add(r+1,0,B)}function xa(t,o){const r=t[o],f=r[0]==="enter"?"start":"end";return r[1][f]}const Hr={name:"tasklistCheck",tokenize:ju};function Zr(){return{text:{91:Hr}}}function ju(t,o,r){const f=this;return C;function C(Se){return f.previous!==null||!f._gfmTasklistFirstContentOfListItem?r(Se):(t.enter("taskListCheck"),t.enter("taskListCheckMarker"),t.consume(Se),t.exit("taskListCheckMarker"),B)}function B(Se){return _a(Se)?(t.enter("taskListCheckValueUnchecked"),t.consume(Se),t.exit("taskListCheckValueUnchecked"),O):Se===88||Se===120?(t.enter("taskListCheckValueChecked"),t.consume(Se),t.exit("taskListCheckValueChecked"),O):r(Se)}function O(Se){return Se===93?(t.enter("taskListCheckMarker"),t.consume(Se),t.exit("taskListCheckMarker"),t.exit("taskListCheck"),de):r(Se)}function de(Se){return Ar(Se)?o(Se):wa(Se)?t.check({tokenize:ku},o,r)(Se):r(Se)}}function ku(t,o,r){return es(t,f,"whitespace");function f(C){return C===null?r(C):o(C)}}function ld(t){return ao([vn(),Vr(),Hd(t),Xd(),Zr()])}const Qu={};function Yd(t){const o=this,r=t||Qu,f=o.data(),C=f.micromarkExtensions||(f.micromarkExtensions=[]),B=f.fromMarkdownExtensions||(f.fromMarkdownExtensions=[]),O=f.toMarkdownExtensions||(f.toMarkdownExtensions=[]);C.push(ld(r)),B.push(Aa()),O.push(fa(r))}const Lc=(0,co.pM)({__name:"NcRichTextCopyButton",props:{contentId:{}},setup(t){const{copy:o,icon:r,altText:f}=(0,Wn.u)(()=>document.getElementById(t.contentId).textContent);return(C,B)=>((0,co.uX)(),(0,co.Wv)(ci.N,{variant:"tertiary",size:"small","aria-label":(0,F.R1)(f),title:(0,F.R1)(f),onClick:(0,F.R1)(o)},{icon:(0,co.k6)(()=>[(0,co.bF)(bn.N,{path:(0,F.R1)(r),inline:""},null,8,["path"])]),_:1},8,["aria-label","title","onClick"]))}});/*!
|
|
* SPDX-FileCopyrightText: 2023 F7cloud GmbH and F7cloud contributors
|
|
* SPDX-License-Identifier: AGPL-3.0-or-later
|
|
*/function df(t){return t.type==="text"}const cf=function(t){(0,_t.YR)(t,df,o);function o(r,f,C){const B=r.value.split(/(\{[a-z\-_.0-9]+\})/ig).map(O=>{const de=O.match(/^\{([a-z\-_.0-9]+)\}$/i);if(!de)return(0,la.u)("text",O);const[,Se]=de;return(0,la.u)("element",{tagName:`#${Se}`,children:[]})});C.children.splice(f,1,...B)}},ff=()=>cf;/*!
|
|
* SPDX-FileCopyrightText: 2025 F7cloud GmbH and F7cloud contributors
|
|
* SPDX-License-Identifier: AGPL-3.0-or-later
|
|
*/function gf(t){return["text","code","inlineCode"].includes(t.type)}const mf=function(){return function(t){(0,_t.YR)(t,gf,(o,r,f)=>(f.children.splice(r,1,{...o,value:o.value.replace(/</gmi,"<").replace(/>/gmi,">")}),[u._Z,r+1]))}},hf=["http","https","mailto","tel"],zc=(0,F.KR)(null);async function _f(){const t=await a.e("defaultVendors-node_modules_rehype-highlight_index_js").then(a.bind(a,75862));zc.value=t.default}const Cf={name:"NcRichText",components:{NcReferenceList:Ba},props:{text:{type:String,default:""},arguments:{type:Object,default:()=>({})},referenceLimit:{type:Number,default:0},referenceInteractive:{type:Boolean,default:!0},referenceInteractiveOptIn:{type:Boolean,default:!1},references:{type:Array,default:null},useMarkdown:{type:Boolean,default:!1},useExtendedMarkdown:{type:Boolean,default:!1},interactive:{type:Boolean,default:!1},autolink:{type:Boolean,default:!0}},emits:["interactTodo"],data(){return{parentId:(0,Ca.c)()}},methods:{renderPlaintext(){const t=this.text.split(/(\{[a-z\-_.0-9]+\})/ig).map(o=>{const r=o.match(/^\{([a-z\-_.0-9]+)\}$/i);if(!r)return this.prepareTextNode(o);const f=r[1],C=this.arguments[f];if(typeof C=="object"){const{component:B,props:O}=C;return(0,co.h)(typeof B=="string"?(0,co.g2)(B):B,{...O,class:"rich-text--component"})}return C?(0,co.h)("span",{class:"rich-text--fallback"},C):o});return(0,co.h)("div",{class:"rich-text--wrapper"},[(0,co.h)("div",{},t.flat()),this.referenceLimit>0?(0,co.h)("div",{class:"rich-text--reference-widget"},[(0,co.h)(Ba,{text:this.text,referenceData:this.references,interactive:this.referenceInteractive,interactiveOptIn:this.referenceInteractiveOptIn})]):null])},renderMarkdown(){const t=Xs().use($i).use(Vi.r,{autolink:this.autolink,useMarkdown:this.useMarkdown,useExtendedMarkdown:this.useExtendedMarkdown}).use(mf).use(this.useExtendedMarkdown?Yd:void 0).use(V).use(Gs,{except:hf}).use(Bo,{handlers:{component(o,r){return o(r,r.component,{value:r.value})}}}).use(this.useExtendedMarkdown?zc.value:void 0).use(ff).use(He,{target:"_blank",rel:["noopener noreferrer"]}).use(Le,{Fragment:co.FK,jsx:this.createElement,jsxs:this.createElement,elementAttributeNameCase:"html",prefix:!1}).processSync(this.text.replace(/<[^>]+>/g,o=>o.replace(/</g,"<")).replace(/>/gmi,">")).result;return(0,co.h)("div",{class:"rich-text--wrapper rich-text--wrapper-markdown"},[t,this.referenceLimit>0?(0,co.h)("div",{class:"rich-text--reference-widget"},[(0,co.h)(Ba,{text:this.text,referenceData:this.references,interactive:this.referenceInteractive,interactiveOptIn:this.referenceInteractiveOptIn})]):null])},prepareTextNode(t){return this.autolink&&(t=(0,Vi.p)(t)),Array.isArray(t)?t.map(o=>{if(typeof o=="string")return o;const{component:r,props:f}=o,C=r.name==="NcLink"?void 0:"rich-text--component";return(0,co.h)(r,{...f,class:C})}):t},createElement(t,o,r){r&&(o.key=r);const f=o.children??[];if(delete o.children,!String(t).startsWith("#")){["h1","h2","h3","h4","h5","h6"].includes(String(t))&&(t=`h${Math.min(+String(t)[1]+3,6)}`);let B=null;if(this.useExtendedMarkdown){if(String(t)==="code"&&!zc.value&&o?.class?.includes("language")&&_f(),String(t)==="pre"&&f&&String(f.type)==="code"){const O=this.parentId+"-code-block-"+(0,Ca.c)();return(0,co.h)("p",{class:"rich-text__code-block"},[(0,co.h)(t,{...o,id:O},f),(0,co.h)(Lc,{class:"rich-text__code-block-button",contentId:O})])}if(String(t)==="li"&&Array.isArray(f)&&f.length!==0&&f[0].type==="input"&&f[0].props.type==="checkbox"){const[O,,...de]=f,Se=de.findIndex(Bt=>["ul","ol","li","blockquote","pre"].includes(Bt.type));Se!==-1&&(B=de[Se],de.splice(Se));const qe=this.parentId+"-markdown-input-"+(0,Ca.c)(),tt={...O.props};delete tt.checked;const Je=(0,co.h)(le.N,{...tt,modelValue:O.props.checked,id:qe,disabled:!this.interactive,"onUpdate:modelValue":()=>{this.$emit("interactTodo",qe)}},{default:()=>de});return(0,co.h)(t,o,[Je,B])}}if(String(t)==="a"){const O=(0,Vi.g)(this.$router,o.href);if(O)return delete o.href,delete o.target,(0,co.h)(Z.Wk,{...o,to:O},{default:()=>f})}return(0,co.h)(t,o,f)}const C=this.arguments[t.slice(1)];return C?C.component?(0,co.h)(typeof C.component=="string"?(0,co.g2)(C.component):C.component,{...o,...C.props,class:"rich-text--component"},{default:()=>f}):(0,co.h)("span",{...o},[C]):(0,co.h)("span",{...o,class:"rich-text--fallback"},[`{${t.slice(1)}}`])}},render(){return this.useMarkdown||this.useExtendedMarkdown?this.renderMarkdown():this.renderPlaintext()}},Sf=null},91202:($t,We,a)=>{"use strict";a.d(We,{N:()=>Ee});var e=a(97193),i=a(95361);function c(){return typeof window<"u"}function v(V){return d(V)?(V.nodeName||"").toLowerCase():"#document"}function N(V){var Fe;return(V==null||(Fe=V.ownerDocument)==null?void 0:Fe.defaultView)||window}function I(V){var Fe;return(Fe=(d(V)?V.ownerDocument:V.document)||window.document)==null?void 0:Fe.documentElement}function d(V){return c()?V instanceof Node||V instanceof N(V).Node:!1}function G(V){return c()?V instanceof Element||V instanceof N(V).Element:!1}function j(V){return c()?V instanceof HTMLElement||V instanceof N(V).HTMLElement:!1}function Q(V){return!c()||typeof ShadowRoot>"u"?!1:V instanceof ShadowRoot||V instanceof N(V).ShadowRoot}const x=new Set(["inline","contents"]);function U(V){const{overflow:Fe,overflowX:De,overflowY:Et,display:yi}=J(V);return/auto|scroll|overlay|hidden|clip/.test(Fe+Et+De)&&!x.has(yi)}const T=new Set(["table","td","th"]);function _(V){return T.has(v(V))}const S=[":popover-open",":modal"];function K(V){return S.some(Fe=>{try{return V.matches(Fe)}catch{return!1}})}const _e=["transform","translate","scale","rotate","perspective"],ee=["transform","translate","scale","rotate","perspective","filter"],H=["paint","layout","strict","content"];function xe(V){const Fe=ce(),De=G(V)?J(V):V;return _e.some(Et=>De[Et]?De[Et]!=="none":!1)||(De.containerType?De.containerType!=="normal":!1)||!Fe&&(De.backdropFilter?De.backdropFilter!=="none":!1)||!Fe&&(De.filter?De.filter!=="none":!1)||ee.some(Et=>(De.willChange||"").includes(Et))||H.some(Et=>(De.contain||"").includes(Et))}function P(V){let Fe=Xe(V);for(;j(Fe)&&!ke(Fe);){if(xe(Fe))return Fe;if(K(Fe))return null;Fe=Xe(Fe)}return null}function ce(){return typeof CSS>"u"||!CSS.supports?!1:CSS.supports("-webkit-backdrop-filter","none")}const Ce=new Set(["html","body","#document"]);function ke(V){return Ce.has(v(V))}function J(V){return N(V).getComputedStyle(V)}function ye(V){return G(V)?{scrollLeft:V.scrollLeft,scrollTop:V.scrollTop}:{scrollLeft:V.scrollX,scrollTop:V.scrollY}}function Xe(V){if(v(V)==="html")return V;const Fe=V.assignedSlot||V.parentNode||Q(V)&&V.host||I(V);return Q(Fe)?Fe.host:Fe}function ui(V){const Fe=Xe(V);return ke(Fe)?V.ownerDocument?V.ownerDocument.body:V.body:j(Fe)&&U(Fe)?Fe:ui(Fe)}function ht(V,Fe,De){var Et;Fe===void 0&&(Fe=[]),De===void 0&&(De=!0);const yi=ui(V),gi=yi===((Et=V.ownerDocument)==null?void 0:Et.body),fn=N(yi);if(gi){const se=_t(fn);return Fe.concat(fn,fn.visualViewport||[],U(yi)?yi:[],se&&De?ht(se):[])}return Fe.concat(yi,ht(yi,[],De))}function _t(V){return V.parent&&Object.getPrototypeOf(V.parent)?V.frameElement:null}function ai(V){const Fe=J(V);let De=parseFloat(Fe.width)||0,Et=parseFloat(Fe.height)||0;const yi=j(V),gi=yi?V.offsetWidth:De,fn=yi?V.offsetHeight:Et,se=(0,e.LI)(De)!==gi||(0,e.LI)(Et)!==fn;return se&&(De=gi,Et=fn),{width:De,height:Et,$:se}}function Ft(V){return G(V)?V:V.contextElement}function jt(V){const Fe=Ft(V);if(!j(Fe))return(0,e.Jx)(1);const De=Fe.getBoundingClientRect(),{width:Et,height:yi,$:gi}=ai(Fe);let fn=(gi?(0,e.LI)(De.width):De.width)/Et,se=(gi?(0,e.LI)(De.height):De.height)/yi;return(!fn||!Number.isFinite(fn))&&(fn=1),(!se||!Number.isFinite(se))&&(se=1),{x:fn,y:se}}const He=(0,e.Jx)(0);function ut(V){const Fe=N(V);return!ce()||!Fe.visualViewport?He:{x:Fe.visualViewport.offsetLeft,y:Fe.visualViewport.offsetTop}}function Ot(V,Fe,De){return Fe===void 0&&(Fe=!1),!De||Fe&&De!==N(V)?!1:Fe}function Gt(V,Fe,De,Et){Fe===void 0&&(Fe=!1),De===void 0&&(De=!1);const yi=V.getBoundingClientRect(),gi=Ft(V);let fn=(0,e.Jx)(1);Fe&&(Et?G(Et)&&(fn=jt(Et)):fn=jt(V));const se=Ot(gi,De,Et)?ut(gi):(0,e.Jx)(0);let je=(yi.left+se.x)/fn.x,Ue=(yi.top+se.y)/fn.y,mt=yi.width/fn.x,dt=yi.height/fn.y;if(gi){const li=N(gi),Ui=Et&&G(Et)?N(Et):Et;let Hn=li,rn=_t(Hn);for(;rn&&Et&&Ui!==Hn;){const Nn=jt(rn),ba=rn.getBoundingClientRect(),Ra=J(rn),ka=ba.left+(rn.clientLeft+parseFloat(Ra.paddingLeft))*Nn.x,ea=ba.top+(rn.clientTop+parseFloat(Ra.paddingTop))*Nn.y;je*=Nn.x,Ue*=Nn.y,mt*=Nn.x,dt*=Nn.y,je+=ka,Ue+=ea,Hn=N(rn),rn=_t(Hn)}}return(0,e.B1)({width:mt,height:dt,x:je,y:Ue})}function ri(V,Fe){const De=ye(V).scrollLeft;return Fe?Fe.left+De:Gt(I(V)).left+De}function Ii(V,Fe){const De=V.getBoundingClientRect(),Et=De.left+Fe.scrollLeft-ri(V,De),yi=De.top+Fe.scrollTop;return{x:Et,y:yi}}function Li(V){let{elements:Fe,rect:De,offsetParent:Et,strategy:yi}=V;const gi=yi==="fixed",fn=I(Et),se=Fe?K(Fe.floating):!1;if(Et===fn||se&&gi)return De;let je={scrollLeft:0,scrollTop:0},Ue=(0,e.Jx)(1);const mt=(0,e.Jx)(0),dt=j(Et);if((dt||!dt&&!gi)&&((v(Et)!=="body"||U(fn))&&(je=ye(Et)),j(Et))){const Ui=Gt(Et);Ue=jt(Et),mt.x=Ui.x+Et.clientLeft,mt.y=Ui.y+Et.clientTop}const li=fn&&!dt&&!gi?Ii(fn,je):(0,e.Jx)(0);return{width:De.width*Ue.x,height:De.height*Ue.y,x:De.x*Ue.x-je.scrollLeft*Ue.x+mt.x+li.x,y:De.y*Ue.y-je.scrollTop*Ue.y+mt.y+li.y}}function Yi(V){return Array.from(V.getClientRects())}function wi(V){const Fe=I(V),De=ye(V),Et=V.ownerDocument.body,yi=(0,e.T9)(Fe.scrollWidth,Fe.clientWidth,Et.scrollWidth,Et.clientWidth),gi=(0,e.T9)(Fe.scrollHeight,Fe.clientHeight,Et.scrollHeight,Et.clientHeight);let fn=-De.scrollLeft+ri(V);const se=-De.scrollTop;return J(Et).direction==="rtl"&&(fn+=(0,e.T9)(Fe.clientWidth,Et.clientWidth)-yi),{width:yi,height:gi,x:fn,y:se}}const Lt=25;function di(V,Fe){const De=N(V),Et=I(V),yi=De.visualViewport;let gi=Et.clientWidth,fn=Et.clientHeight,se=0,je=0;if(yi){gi=yi.width,fn=yi.height;const mt=ce();(!mt||mt&&Fe==="fixed")&&(se=yi.offsetLeft,je=yi.offsetTop)}const Ue=ri(Et);if(Ue<=0){const mt=Et.ownerDocument,dt=mt.body,li=getComputedStyle(dt),Ui=mt.compatMode==="CSS1Compat"&&parseFloat(li.marginLeft)+parseFloat(li.marginRight)||0,Hn=Math.abs(Et.clientWidth-dt.clientWidth-Ui);Hn<=Lt&&(gi-=Hn)}else Ue<=Lt&&(gi+=Ue);return{width:gi,height:fn,x:se,y:je}}const Vt=new Set(["absolute","fixed"]);function pn(V,Fe){const De=Gt(V,!0,Fe==="fixed"),Et=De.top+V.clientTop,yi=De.left+V.clientLeft,gi=j(V)?jt(V):(0,e.Jx)(1),fn=V.clientWidth*gi.x,se=V.clientHeight*gi.y,je=yi*gi.x,Ue=Et*gi.y;return{width:fn,height:se,x:je,y:Ue}}function oi(V,Fe,De){let Et;if(Fe==="viewport")Et=di(V,De);else if(Fe==="document")Et=wi(I(V));else if(G(Fe))Et=pn(Fe,De);else{const yi=ut(V);Et={x:Fe.x-yi.x,y:Fe.y-yi.y,width:Fe.width,height:Fe.height}}return(0,e.B1)(Et)}function ni(V,Fe){const De=Xe(V);return De===Fe||!G(De)||ke(De)?!1:J(De).position==="fixed"||ni(De,Fe)}function Ei(V,Fe){const De=Fe.get(V);if(De)return De;let Et=ht(V,[],!1).filter(se=>G(se)&&v(se)!=="body"),yi=null;const gi=J(V).position==="fixed";let fn=gi?Xe(V):V;for(;G(fn)&&!ke(fn);){const se=J(fn),je=xe(fn);!je&&se.position==="fixed"&&(yi=null),(gi?!je&&!yi:!je&&se.position==="static"&&!!yi&&Vt.has(yi.position)||U(fn)&&!je&&ni(V,fn))?Et=Et.filter(mt=>mt!==fn):yi=se,fn=Xe(fn)}return Fe.set(V,Et),Et}function An(V){let{element:Fe,boundary:De,rootBoundary:Et,strategy:yi}=V;const fn=[...De==="clippingAncestors"?K(Fe)?[]:Ei(Fe,this._c):[].concat(De),Et],se=fn[0],je=fn.reduce((Ue,mt)=>{const dt=oi(Fe,mt,yi);return Ue.top=(0,e.T9)(dt.top,Ue.top),Ue.right=(0,e.jk)(dt.right,Ue.right),Ue.bottom=(0,e.jk)(dt.bottom,Ue.bottom),Ue.left=(0,e.T9)(dt.left,Ue.left),Ue},oi(Fe,se,yi));return{width:je.right-je.left,height:je.bottom-je.top,x:je.left,y:je.top}}function En(V){const{width:Fe,height:De}=ai(V);return{width:Fe,height:De}}function Qi(V,Fe,De){const Et=j(Fe),yi=I(Fe),gi=De==="fixed",fn=Gt(V,!0,gi,Fe);let se={scrollLeft:0,scrollTop:0};const je=(0,e.Jx)(0);function Ue(){je.x=ri(yi)}if(Et||!Et&&!gi)if((v(Fe)!=="body"||U(yi))&&(se=ye(Fe)),Et){const Ui=Gt(Fe,!0,gi,Fe);je.x=Ui.x+Fe.clientLeft,je.y=Ui.y+Fe.clientTop}else yi&&Ue();gi&&!Et&&yi&&Ue();const mt=yi&&!Et&&!gi?Ii(yi,se):(0,e.Jx)(0),dt=fn.left+se.scrollLeft-je.x-mt.x,li=fn.top+se.scrollTop-je.y-mt.y;return{x:dt,y:li,width:fn.width,height:fn.height}}function Yt(V){return J(V).position==="static"}function Ut(V,Fe){if(!j(V)||J(V).position==="fixed")return null;if(Fe)return Fe(V);let De=V.offsetParent;return I(V)===De&&(De=De.ownerDocument.body),De}function qi(V,Fe){const De=N(V);if(K(V))return De;if(!j(V)){let yi=Xe(V);for(;yi&&!ke(yi);){if(G(yi)&&!Yt(yi))return yi;yi=Xe(yi)}return De}let Et=Ut(V,Fe);for(;Et&&_(Et)&&Yt(Et);)Et=Ut(Et,Fe);return Et&&ke(Et)&&Yt(Et)&&!xe(Et)?De:Et||P(V)||De}const Ne=async function(V){const Fe=this.getOffsetParent||qi,De=this.getDimensions,Et=await De(V.floating);return{reference:Qi(V.reference,await Fe(V.floating),V.strategy),floating:{x:0,y:0,width:Et.width,height:Et.height}}};function ft(V){return J(V).direction==="rtl"}const gt={convertOffsetParentRelativeRectToViewportRelativeRect:Li,getDocumentElement:I,getClippingRect:An,getOffsetParent:qi,getElementRects:Ne,getClientRects:Yi,getDimensions:En,getScale:jt,isElement:G,isRTL:ft};function Ve(V,Fe){return V.x===Fe.x&&V.y===Fe.y&&V.width===Fe.width&&V.height===Fe.height}function ot(V,Fe){let De=null,Et;const yi=I(V);function gi(){var se;clearTimeout(Et),(se=De)==null||se.disconnect(),De=null}function fn(se,je){se===void 0&&(se=!1),je===void 0&&(je=1),gi();const Ue=V.getBoundingClientRect(),{left:mt,top:dt,width:li,height:Ui}=Ue;if(se||Fe(),!li||!Ui)return;const Hn=(0,e.RI)(dt),rn=(0,e.RI)(yi.clientWidth-(mt+li)),Nn=(0,e.RI)(yi.clientHeight-(dt+Ui)),ba=(0,e.RI)(mt),ka={rootMargin:-Hn+"px "+-rn+"px "+-Nn+"px "+-ba+"px",threshold:(0,e.T9)(0,(0,e.jk)(1,je))||1};let ea=!0;function re(Ye){const Pt=Ye[0].intersectionRatio;if(Pt!==je){if(!ea)return fn();Pt?fn(!1,Pt):Et=setTimeout(()=>{fn(!1,1e-7)},1e3)}Pt===1&&!Ve(Ue,V.getBoundingClientRect())&&fn(),ea=!1}try{De=new IntersectionObserver(re,{...ka,root:yi.ownerDocument})}catch{De=new IntersectionObserver(re,ka)}De.observe(V)}return fn(!0),gi}function ei(V,Fe,De,Et){Et===void 0&&(Et={});const{ancestorScroll:yi=!0,ancestorResize:gi=!0,elementResize:fn=typeof ResizeObserver=="function",layoutShift:se=typeof IntersectionObserver=="function",animationFrame:je=!1}=Et,Ue=Ft(V),mt=yi||gi?[...Ue?ht(Ue):[],...ht(Fe)]:[];mt.forEach(ba=>{yi&&ba.addEventListener("scroll",De,{passive:!0}),gi&&ba.addEventListener("resize",De)});const dt=Ue&&se?ot(Ue,De):null;let li=-1,Ui=null;fn&&(Ui=new ResizeObserver(ba=>{let[Ra]=ba;Ra&&Ra.target===Ue&&Ui&&(Ui.unobserve(Fe),cancelAnimationFrame(li),li=requestAnimationFrame(()=>{var ka;(ka=Ui)==null||ka.observe(Fe)})),De()}),Ue&&!je&&Ui.observe(Ue),Ui.observe(Fe));let Hn,rn=je?Gt(V):null;je&&Nn();function Nn(){const ba=Gt(V);rn&&!Ve(rn,ba)&&De(),rn=ba,Hn=requestAnimationFrame(Nn)}return De(),()=>{var ba;mt.forEach(Ra=>{yi&&Ra.removeEventListener("scroll",De),gi&&Ra.removeEventListener("resize",De)}),dt?.(),(ba=Ui)==null||ba.disconnect(),Ui=null,je&&cancelAnimationFrame(Hn)}}const X=null,A=i.cY,g=null,D=i.BN,$=i.UU,Y=null,ne=null,Re=null,Ge=null,At=i.ER,Ze=(V,Fe,De)=>{const Et=new Map,yi={platform:gt,...De},gi={...yi.platform,_c:Et};return(0,i.rD)(V,Fe,{...yi,platform:gi})};var ve=a(20641),L=a(90033),ge=a(53751),Ae=Object.defineProperty,rt=Object.defineProperties,Ht=Object.getOwnPropertyDescriptors,Qt=Object.getOwnPropertySymbols,Qe=Object.prototype.hasOwnProperty,Rt=Object.prototype.propertyIsEnumerable,Kt=(V,Fe,De)=>Fe in V?Ae(V,Fe,{enumerable:!0,configurable:!0,writable:!0,value:De}):V[Fe]=De,wt=(V,Fe)=>{for(var De in Fe||(Fe={}))Qe.call(Fe,De)&&Kt(V,De,Fe[De]);if(Qt)for(var De of Qt(Fe))Rt.call(Fe,De)&&Kt(V,De,Fe[De]);return V},un=(V,Fe)=>rt(V,Ht(Fe));const en={props:{autoscroll:{type:Boolean,default:!0}},watch:{typeAheadPointer(){this.autoscroll&&this.maybeAdjustScroll()},open(V){this.autoscroll&&V&&this.$nextTick(()=>this.maybeAdjustScroll())}},methods:{maybeAdjustScroll(){var V;const Fe=((V=this.$refs.dropdownMenu)==null?void 0:V.children[this.typeAheadPointer])||!1;if(Fe){const De=this.getDropdownViewport(),{top:Et,bottom:yi,height:gi}=Fe.getBoundingClientRect();if(Et<De.top)return this.$refs.dropdownMenu.scrollTop=Fe.offsetTop;if(yi>De.bottom)return this.$refs.dropdownMenu.scrollTop=Fe.offsetTop-(De.height-gi)}},getDropdownViewport(){return this.$refs.dropdownMenu?this.$refs.dropdownMenu.getBoundingClientRect():{height:0,top:0,bottom:0}}}},Ji={data(){return{typeAheadPointer:-1}},watch:{filteredOptions(){for(let V=0;V<this.filteredOptions.length;V++)if(this.selectable(this.filteredOptions[V])){this.typeAheadPointer=V;break}},open(V){V&&this.typeAheadToLastSelected()},selectedValue(){this.open&&this.typeAheadToLastSelected()}},methods:{typeAheadUp(){for(let V=this.typeAheadPointer-1;V>=0;V--)if(this.selectable(this.filteredOptions[V])){this.typeAheadPointer=V;break}},typeAheadDown(){for(let V=this.typeAheadPointer+1;V<this.filteredOptions.length;V++)if(this.selectable(this.filteredOptions[V])){this.typeAheadPointer=V;break}},typeAheadSelect(){const V=this.filteredOptions[this.typeAheadPointer];V&&this.selectable(V)&&this.select(V)},typeAheadToLastSelected(){this.typeAheadPointer=this.selectedValue.length!==0?this.filteredOptions.indexOf(this.selectedValue[this.selectedValue.length-1]):-1}}},Zn={props:{loading:{type:Boolean,default:!1}},data(){return{mutableLoading:!1}},watch:{search(){this.$emit("search",this.search,this.toggleLoading)},loading(V){this.mutableLoading=V}},methods:{toggleLoading(V=null){return V==null?this.mutableLoading=!this.mutableLoading:this.mutableLoading=V}}},oa=(V,Fe)=>{const De=V.__vccOpts||V;for(const[Et,yi]of Fe)De[Et]=yi;return De},Tn={},Er={xmlns:"http://www.w3.org/2000/svg",width:"10",height:"10"},Ea=(0,ve.Lk)("path",{d:"M6.895455 5l2.842897-2.842898c.348864-.348863.348864-.914488 0-1.263636L9.106534.261648c-.348864-.348864-.914489-.348864-1.263636 0L5 3.104545 2.157102.261648c-.348863-.348864-.914488-.348864-1.263636 0L.261648.893466c-.348864.348864-.348864.914489 0 1.263636L3.104545 5 .261648 7.842898c-.348864.348863-.348864.914488 0 1.263636l.631818.631818c.348864.348864.914773.348864 1.263636 0L5 6.895455l2.842898 2.842897c.348863.348864.914772.348864 1.263636 0l.631818-.631818c.348864-.348864.348864-.914489 0-1.263636L6.895455 5z"},null,-1),Br=[Ea];function Ja(V,Fe){return(0,ve.uX)(),(0,ve.CE)("svg",Er,Br)}const hr=oa(Tn,[["render",Ja]]),br={},Ka={xmlns:"http://www.w3.org/2000/svg",width:"14",height:"10"},Ur=(0,ve.Lk)("path",{d:"M9.211364 7.59931l4.48338-4.867229c.407008-.441854.407008-1.158247 0-1.60046l-.73712-.80023c-.407008-.441854-1.066904-.441854-1.474243 0L7 5.198617 2.51662.33139c-.407008-.441853-1.066904-.441853-1.474243 0l-.737121.80023c-.407008.441854-.407008 1.158248 0 1.600461l4.48338 4.867228L7 10l2.211364-2.40069z"},null,-1),zt=[Ur];function Wt(V,Fe){return(0,ve.uX)(),(0,ve.CE)("svg",Ka,zt)}const Si=oa(br,[["render",Wt]]),Oi={Deselect:hr,OpenIndicator:Si},zn={mounted(V,{instance:Fe}){if(Fe.appendToBody){const{height:De,top:Et,left:yi,width:gi}=Fe.$refs.toggle.getBoundingClientRect();let fn=window.scrollX||window.pageXOffset,se=window.scrollY||window.pageYOffset;V.unbindPosition=Fe.calculatePosition(V,Fe,{width:gi+"px",left:fn+yi+"px",top:se+Et+De+"px"}),document.body.appendChild(V)}},unmounted(V,{instance:Fe}){Fe.appendToBody&&(V.unbindPosition&&typeof V.unbindPosition=="function"&&V.unbindPosition(),V.parentNode&&V.parentNode.removeChild(V))}};function Un(V){const Fe={};return Object.keys(V).sort().forEach(De=>{Fe[De]=V[De]}),JSON.stringify(Fe)}let tr=0;function Ai(){return++tr}const Te={components:wt({},Oi),directives:{appendToBody:zn},mixins:[en,Ji,Zn],compatConfig:{MODE:3},emits:["open","close","update:modelValue","search","search:compositionstart","search:compositionend","search:keydown","search:blur","search:focus","search:input","option:created","option:selecting","option:selected","option:deselecting","option:deselected"],props:{modelValue:{},components:{type:Object,default:()=>({})},options:{type:Array,default(){return[]}},disabled:{type:Boolean,default:!1},clearable:{type:Boolean,default:!0},deselectFromDropdown:{type:Boolean,default:!1},searchable:{type:Boolean,default:!0},multiple:{type:Boolean,default:!1},placeholder:{type:String,default:""},transition:{type:String,default:"vs__fade"},clearSearchOnSelect:{type:Boolean,default:!0},closeOnSelect:{type:Boolean,default:!0},label:{type:String,default:"label"},autocomplete:{type:String,default:"off"},reduce:{type:Function,default:V=>V},selectable:{type:Function,default:V=>!0},getOptionLabel:{type:Function,default(V){return typeof V=="object"?V.hasOwnProperty(this.label)?V[this.label]:console.warn(`[vue-select warn]: Label key "option.${this.label}" does not exist in options object ${JSON.stringify(V)}.
|
|
https://vue-select.org/api/props.html#getoptionlabel`):V}},getOptionKey:{type:Function,default(V){if(typeof V!="object")return V;try{return V.hasOwnProperty("id")?V.id:Un(V)}catch(Fe){return console.warn(`[vue-select warn]: Could not stringify this option to generate unique key. Please provide'getOptionKey' prop to return a unique key for each option.
|
|
https://vue-select.org/api/props.html#getoptionkey`,V,Fe)}}},onTab:{type:Function,default:function(){this.selectOnTab&&!this.isComposing&&this.typeAheadSelect()}},taggable:{type:Boolean,default:!1},tabindex:{type:Number,default:null},pushTags:{type:Boolean,default:!1},filterable:{type:Boolean,default:!0},filterBy:{type:Function,default(V,Fe,De){return(Fe||"").toLocaleLowerCase().indexOf(De.toLocaleLowerCase())>-1}},filter:{type:Function,default(V,Fe){return V.filter(De=>{let Et=this.getOptionLabel(De);return typeof Et=="number"&&(Et=Et.toString()),this.filterBy(De,Et,Fe)})}},createOption:{type:Function,default(V){return typeof this.optionList[0]=="object"?{[this.label]:V}:V}},resetOnOptionsChange:{default:!1,validator:V=>["function","boolean"].includes(typeof V)},clearSearchOnBlur:{type:Function,default:function({clearSearchOnSelect:V,multiple:Fe}){return V&&!Fe}},noDrop:{type:Boolean,default:!1},inputId:{type:String},dir:{type:String,default:"auto"},selectOnTab:{type:Boolean,default:!1},selectOnKeyCodes:{type:Array,default:()=>[13]},searchInputQuerySelector:{type:String,default:"[type=search]"},mapKeydown:{type:Function,default:(V,Fe)=>V},appendToBody:{type:Boolean,default:!1},calculatePosition:{type:Function,default(V,Fe,{width:De,top:Et,left:yi}){V.style.top=Et,V.style.left=yi,V.style.width=De}},dropdownShouldOpen:{type:Function,default({noDrop:V,open:Fe,mutableLoading:De}){return V?!1:Fe&&!De}},uid:{type:[String,Number],default:()=>Ai()}},data(){return{search:"",open:!1,isComposing:!1,pushedTags:[],_value:[],deselectButtons:[]}},computed:{isReducingValues(){return this.$props.reduce!==this.$options.props.reduce.default},isTrackingValues(){return typeof this.modelValue>"u"||this.isReducingValues},selectedValue(){let V=this.modelValue;return this.isTrackingValues&&(V=this.$data._value),V!=null&&V!==""?[].concat(V):[]},optionList(){return this.options.concat(this.pushTags?this.pushedTags:[])},searchEl(){return this.$slots.search?this.$refs.selectedOptions.querySelector(this.searchInputQuerySelector):this.$refs.search},scope(){const V={search:this.search,loading:this.loading,searching:this.searching,filteredOptions:this.filteredOptions};return{search:{attributes:wt({disabled:this.disabled,placeholder:this.searchPlaceholder,tabindex:this.tabindex,readonly:!this.searchable,id:this.inputId,"aria-autocomplete":"list","aria-labelledby":`vs${this.uid}__combobox`,"aria-controls":`vs${this.uid}__listbox`,ref:"search",type:"search",autocomplete:this.autocomplete,value:this.search},this.dropdownOpen&&this.filteredOptions[this.typeAheadPointer]?{"aria-activedescendant":`vs${this.uid}__option-${this.typeAheadPointer}`}:{}),events:{compositionstart:()=>this.isComposing=!0,compositionend:()=>this.isComposing=!1,keydown:this.onSearchKeyDown,blur:this.onSearchBlur,focus:this.onSearchFocus,input:Fe=>this.search=Fe.target.value}},spinner:{loading:this.mutableLoading},noOptions:{search:this.search,loading:this.mutableLoading,searching:this.searching},openIndicator:{attributes:{ref:"openIndicator",role:"presentation",class:"vs__open-indicator"}},listHeader:V,listFooter:V,header:un(wt({},V),{deselect:this.deselect}),footer:un(wt({},V),{deselect:this.deselect})}},childComponents(){return wt(wt({},Oi),this.components)},stateClasses(){return{"vs--open":this.dropdownOpen,"vs--single":!this.multiple,"vs--multiple":this.multiple,"vs--searching":this.searching&&!this.noDrop,"vs--searchable":this.searchable&&!this.noDrop,"vs--unsearchable":!this.searchable,"vs--loading":this.mutableLoading,"vs--disabled":this.disabled}},searching(){return!!this.search},dropdownOpen(){return this.dropdownShouldOpen(this)},searchPlaceholder(){return this.isValueEmpty&&this.placeholder?this.placeholder:void 0},filteredOptions(){const V=[].concat(this.optionList);if(!this.filterable&&!this.taggable)return V;const Fe=this.search.length?this.filter(V,this.search,this):V;if(this.taggable&&this.search.length){const De=this.createOption(this.search);this.optionExists(De)||Fe.unshift(De)}return Fe},isValueEmpty(){return this.selectedValue.length===0},showClearButton(){return!this.multiple&&this.clearable&&!this.open&&!this.isValueEmpty}},watch:{options(V,Fe){const De=()=>typeof this.resetOnOptionsChange=="function"?this.resetOnOptionsChange(V,Fe,this.selectedValue):this.resetOnOptionsChange;!this.taggable&&De()&&this.clearSelection(),this.modelValue&&this.isTrackingValues&&this.setInternalValueFromOptions(this.modelValue)},modelValue:{immediate:!0,handler(V){this.isTrackingValues&&this.setInternalValueFromOptions(V)}},multiple(){this.clearSelection()},open(V){this.$emit(V?"open":"close")}},created(){this.mutableLoading=this.loading},methods:{setInternalValueFromOptions(V){Array.isArray(V)?this.$data._value=V.map(Fe=>this.findOptionFromReducedValue(Fe)):this.$data._value=this.findOptionFromReducedValue(V)},select(V){this.$emit("option:selecting",V),this.isOptionSelected(V)?this.deselectFromDropdown&&(this.clearable||this.multiple&&this.selectedValue.length>1)&&this.deselect(V):(this.taggable&&!this.optionExists(V)&&(this.$emit("option:created",V),this.pushTag(V)),this.multiple&&(V=this.selectedValue.concat(V)),this.updateValue(V),this.$emit("option:selected",V)),this.onAfterSelect(V)},deselect(V){this.$emit("option:deselecting",V),this.updateValue(this.selectedValue.filter(Fe=>!this.optionComparator(Fe,V))),this.$emit("option:deselected",V)},clearSelection(){this.updateValue(this.multiple?[]:null)},onAfterSelect(V){this.closeOnSelect&&(this.open=!this.open,this.searchEl.blur()),this.clearSearchOnSelect&&(this.search="")},updateValue(V){typeof this.modelValue>"u"&&(this.$data._value=V),V!==null&&(Array.isArray(V)?V=V.map(Fe=>this.reduce(Fe)):V=this.reduce(V)),this.$emit("update:modelValue",V)},toggleDropdown(V){const Fe=V.target!==this.searchEl;Fe&&V.preventDefault();const De=[...this.deselectButtons||[],this.$refs.clearButton];if(this.searchEl===void 0||De.filter(Boolean).some(Et=>Et.contains(V.target)||Et===V.target)){V.preventDefault();return}this.open&&Fe?this.searchEl.blur():this.disabled||(this.open=!0,this.searchEl.focus())},isOptionSelected(V){return this.selectedValue.some(Fe=>this.optionComparator(Fe,V))},isOptionDeselectable(V){return this.isOptionSelected(V)&&this.deselectFromDropdown},optionComparator(V,Fe){return this.getOptionKey(V)===this.getOptionKey(Fe)},findOptionFromReducedValue(V){const Fe=Et=>JSON.stringify(this.reduce(Et))===JSON.stringify(V),De=[...this.options,...this.pushedTags].filter(Fe);return De.length===1?De[0]:De.find(Et=>this.optionComparator(Et,this.$data._value))||V},closeSearchOptions(){this.open=!1,this.$emit("search:blur")},maybeDeleteValue(){if(!this.searchEl.value.length&&this.selectedValue&&this.selectedValue.length&&this.clearable){let V=null;this.multiple&&(V=[...this.selectedValue.slice(0,this.selectedValue.length-1)]),this.updateValue(V)}},optionExists(V){return this.optionList.some(Fe=>this.optionComparator(Fe,V))},normalizeOptionForSlot(V){return typeof V=="object"?V:{[this.label]:V}},pushTag(V){this.pushedTags.push(V)},onEscape(){this.search.length?this.search="":this.searchEl.blur()},onSearchBlur(){if(this.mousedown&&!this.searching)this.mousedown=!1;else{const{clearSearchOnSelect:V,multiple:Fe}=this;this.clearSearchOnBlur({clearSearchOnSelect:V,multiple:Fe})&&(this.search=""),this.closeSearchOptions();return}if(this.search.length===0&&this.options.length===0){this.closeSearchOptions();return}},onSearchFocus(){this.open=!0,this.$emit("search:focus")},onMousedown(){this.mousedown=!0},onMouseUp(){this.mousedown=!1},onSearchKeyDown(V){const Fe=yi=>(yi.preventDefault(),!this.isComposing&&this.typeAheadSelect()),De={8:yi=>this.maybeDeleteValue(),9:yi=>this.onTab(),27:yi=>this.onEscape(),38:yi=>(yi.preventDefault(),this.typeAheadUp()),40:yi=>(yi.preventDefault(),this.typeAheadDown())};this.selectOnKeyCodes.forEach(yi=>De[yi]=Fe);const Et=this.mapKeydown(De,this);if(typeof Et[V.keyCode]=="function")return Et[V.keyCode](V)}}},et=["dir"],ii=["id","aria-expanded","aria-owns"],qt={ref:"selectedOptions",class:"vs__selected-options"},xi=["disabled","title","aria-label","onClick"],ia={ref:"actions",class:"vs__actions"},ca=["disabled"],ma={class:"vs__spinner"},jn=["id"],$a=["id","aria-selected","onMouseover","onClick"],Ia={key:0,class:"vs__no-options"},gr=(0,ve.eW)(" Sorry, no matching options. "),Ta=["id"];function to(V,Fe,De,Et,yi,gi){const fn=(0,ve.gN)("append-to-body");return(0,ve.uX)(),(0,ve.CE)("div",{dir:De.dir,class:(0,L.normalizeClass)(["v-select",gi.stateClasses])},[(0,ve.RG)(V.$slots,"header",(0,L.normalizeProps)((0,ve.Ng)(gi.scope.header))),(0,ve.Lk)("div",{id:`vs${De.uid}__combobox`,ref:"toggle",class:"vs__dropdown-toggle",role:"combobox","aria-expanded":gi.dropdownOpen.toString(),"aria-owns":`vs${De.uid}__listbox`,"aria-label":"Search for option",onMousedown:Fe[1]||(Fe[1]=se=>gi.toggleDropdown(se))},[(0,ve.Lk)("div",qt,[((0,ve.uX)(!0),(0,ve.CE)(ve.FK,null,(0,ve.pI)(gi.selectedValue,(se,je)=>(0,ve.RG)(V.$slots,"selected-option-container",{option:gi.normalizeOptionForSlot(se),deselect:gi.deselect,multiple:De.multiple,disabled:De.disabled},()=>[((0,ve.uX)(),(0,ve.CE)("span",{key:De.getOptionKey(se),class:"vs__selected"},[(0,ve.RG)(V.$slots,"selected-option",(0,L.normalizeProps)((0,ve.Ng)(gi.normalizeOptionForSlot(se))),()=>[(0,ve.eW)((0,L.toDisplayString)(De.getOptionLabel(se)),1)]),De.multiple?((0,ve.uX)(),(0,ve.CE)("button",{key:0,ref_for:!0,ref:Ue=>yi.deselectButtons[je]=Ue,disabled:De.disabled,type:"button",class:"vs__deselect",title:`Deselect ${De.getOptionLabel(se)}`,"aria-label":`Deselect ${De.getOptionLabel(se)}`,onClick:Ue=>gi.deselect(se)},[((0,ve.uX)(),(0,ve.Wv)((0,ve.$y)(gi.childComponents.Deselect)))],8,xi)):(0,ve.Q3)("",!0)]))])),256)),(0,ve.RG)(V.$slots,"search",(0,L.normalizeProps)((0,ve.Ng)(gi.scope.search)),()=>[(0,ve.Lk)("input",(0,ve.v6)({class:"vs__search"},gi.scope.search.attributes,(0,ve.Tb)(gi.scope.search.events)),null,16)])],512),(0,ve.Lk)("div",ia,[(0,ve.bo)((0,ve.Lk)("button",{ref:"clearButton",disabled:De.disabled,type:"button",class:"vs__clear",title:"Clear Selected","aria-label":"Clear Selected",onClick:Fe[0]||(Fe[0]=(...se)=>gi.clearSelection&&gi.clearSelection(...se))},[((0,ve.uX)(),(0,ve.Wv)((0,ve.$y)(gi.childComponents.Deselect)))],8,ca),[[ge.vShow,gi.showClearButton]]),(0,ve.RG)(V.$slots,"open-indicator",(0,L.normalizeProps)((0,ve.Ng)(gi.scope.openIndicator)),()=>[De.noDrop?(0,ve.Q3)("",!0):((0,ve.uX)(),(0,ve.Wv)((0,ve.$y)(gi.childComponents.OpenIndicator),(0,L.normalizeProps)((0,ve.v6)({key:0},gi.scope.openIndicator.attributes)),null,16))]),(0,ve.RG)(V.$slots,"spinner",(0,L.normalizeProps)((0,ve.Ng)(gi.scope.spinner)),()=>[(0,ve.bo)((0,ve.Lk)("div",ma,"Loading...",512),[[ge.vShow,V.mutableLoading]])])],512)],40,ii),(0,ve.bF)(ge.Transition,{name:De.transition},{default:(0,ve.k6)(()=>[gi.dropdownOpen?(0,ve.bo)(((0,ve.uX)(),(0,ve.CE)("ul",{id:`vs${De.uid}__listbox`,ref:"dropdownMenu",key:`vs${De.uid}__listbox`,class:"vs__dropdown-menu",role:"listbox",tabindex:"-1",onMousedown:Fe[2]||(Fe[2]=(0,ge.withModifiers)((...se)=>gi.onMousedown&&gi.onMousedown(...se),["prevent"])),onMouseup:Fe[3]||(Fe[3]=(...se)=>gi.onMouseUp&&gi.onMouseUp(...se))},[(0,ve.RG)(V.$slots,"list-header",(0,L.normalizeProps)((0,ve.Ng)(gi.scope.listHeader))),((0,ve.uX)(!0),(0,ve.CE)(ve.FK,null,(0,ve.pI)(gi.filteredOptions,(se,je)=>((0,ve.uX)(),(0,ve.CE)("li",{id:`vs${De.uid}__option-${je}`,key:De.getOptionKey(se),role:"option",class:(0,L.normalizeClass)(["vs__dropdown-option",{"vs__dropdown-option--deselect":gi.isOptionDeselectable(se)&&je===V.typeAheadPointer,"vs__dropdown-option--selected":gi.isOptionSelected(se),"vs__dropdown-option--highlight":je===V.typeAheadPointer,"vs__dropdown-option--disabled":!De.selectable(se)}]),"aria-selected":je===V.typeAheadPointer?!0:null,onMouseover:Ue=>De.selectable(se)?V.typeAheadPointer=je:null,onClick:(0,ge.withModifiers)(Ue=>De.selectable(se)?gi.select(se):null,["prevent","stop"])},[(0,ve.RG)(V.$slots,"option",(0,L.normalizeProps)((0,ve.Ng)(gi.normalizeOptionForSlot(se))),()=>[(0,ve.eW)((0,L.toDisplayString)(De.getOptionLabel(se)),1)])],42,$a))),128)),gi.filteredOptions.length===0?((0,ve.uX)(),(0,ve.CE)("li",Ia,[(0,ve.RG)(V.$slots,"no-options",(0,L.normalizeProps)((0,ve.Ng)(gi.scope.noOptions)),()=>[gr])])):(0,ve.Q3)("",!0),(0,ve.RG)(V.$slots,"list-footer",(0,L.normalizeProps)((0,ve.Ng)(gi.scope.listFooter)))],40,jn)),[[fn]]):((0,ve.uX)(),(0,ve.CE)("ul",{key:1,id:`vs${De.uid}__listbox`,role:"listbox",style:{display:"none",visibility:"hidden"}},null,8,Ta))]),_:3},8,["name"]),(0,ve.RG)(V.$slots,"footer",(0,L.normalizeProps)((0,ve.Ng)(gi.scope.footer)))],10,et)}const Kr=oa(Te,[["render",to]]);var lr=a(89053),Wr=a(70561),Le=a(13606),lt=a(34163),u=a(45966),b=a(74363),R=a(52697);(0,Le.r)(Le.d);const q={name:"NcSelect",components:{ChevronDown:lr.C,NcEllipsisedOption:u.N,NcLoadingIcon:b.N,VueSelect:Kr},props:{...Kr.props,...Kr.mixins.reduce((V,Fe)=>({...V,...Fe.props}),{}),ariaLabelClearSelected:{type:String,default:(0,Le.a)("Clear selected")},ariaLabelCombobox:{type:String,default:null},ariaLabelListbox:{type:String,default:(0,Le.a)("Options")},ariaLabelDeselectOption:{type:Function,default:V=>(0,Le.a)("Deselect {option}",{option:V})},appendToBody:{type:Boolean,default:!0},calculatePosition:{type:Function,default:null},keepOpen:{type:Boolean,default:!1},components:{type:Object,default:()=>({Deselect:{render:()=>(0,ve.h)(Wr.I,{size:20,fillColor:"var(--vs-controls-color)",style:[{cursor:"pointer"}]})}})},limit:{type:Number,default:null},disabled:{type:Boolean,default:!1},dropdownShouldOpen:{type:Function,default:({noDrop:V,open:Fe})=>V?!1:Fe},filterBy:{type:Function,default:null},inputClass:{type:[String,Object],default:null},inputId:{type:String,default:()=>(0,lt.c)()},inputLabel:{type:String,default:null},labelOutside:{type:Boolean,default:!1},keyboardFocusBorder:{type:Boolean,default:!0},label:{type:String,default:null},loading:{type:Boolean,default:!1},multiple:{type:Boolean,default:!1},noWrap:{type:Boolean,default:!1},options:{type:Array,default:()=>[]},placeholder:{type:String,default:""},mapKeydown:{type:Function,default(V,Fe){return{...V,27:De=>{Fe.open&&De.stopPropagation(),V[27](De)}}}},uid:{type:String,default:()=>(0,lt.c)()},placement:{type:String,default:"bottom"},resetFocusOnOptionsChange:{type:Boolean,default:!0},modelValue:{type:[String,Number,Object,Array],default:null},required:{type:Boolean,default:!1}," ":{}},emits:[" ","update:modelValue"],setup(){const V=Number.parseInt(window.getComputedStyle(document.body).getPropertyValue("--default-clickable-area")),Fe=Number.parseInt(window.getComputedStyle(document.body).getPropertyValue("--default-grid-baseline"));return{avatarSize:V-2*Fe}},data(){return{search:""}},computed:{inputRequired(){return this.required?this.modelValue===null||Array.isArray(this.modelValue)&&this.modelValue.length===0:null},localCalculatePosition(){return this.calculatePosition!==null?this.calculatePosition:(V,Fe,{width:De})=>{V.style.width=De;const Et={name:"addClass",fn(){return V.classList.add("vs__dropdown-menu--floating"),{}}},yi={name:"togglePlacementClass",fn({placement:se}){return Fe.$el.classList.toggle("select--drop-up",se==="top"),V.classList.toggle("vs__dropdown-menu--floating-placement-top",se==="top"),{}}},gi=()=>{Ze(Fe.$refs.toggle,V,{placement:this.placement,middleware:[A(-1),Et,yi,$(),D({limiter:At()})]}).then(({x:se,y:je})=>{Object.assign(V.style,{left:`${se}px`,top:`${je}px`,width:`${Fe.$refs.toggle.getBoundingClientRect().width}px`})})};return ei(Fe.$refs.toggle,V,gi)}},localFilterBy(){return this.filterBy??Kr.props.filterBy.default},localLabel(){return this.label??Kr.props.label.default},propsToForward(){const V=[...Object.keys(Kr.props),...Kr.mixins.flatMap(Et=>Object.keys(Et.props??{}))];return{...Object.fromEntries(Object.entries(this.$props).filter(([Et,yi])=>V.includes(Et))),calculatePosition:this.localCalculatePosition,closeOnSelect:!this.keepOpen,filterBy:this.localFilterBy,label:this.localLabel}}},mounted(){!this.labelOutside&&!this.inputLabel&&!this.ariaLabelCombobox&&(0,ve.R8)("[NcSelect] An `inputLabel` or `ariaLabelCombobox` should be set. If an external label is used, `labelOutside` should be set to `true`."),this.inputLabel&&this.ariaLabelCombobox&&(0,ve.R8)("[NcSelect] Only one of `inputLabel` or `ariaLabelCombobox` should to be set.")},methods:{t:Le.a}},oe=["for"],z=["required"];function ae(V,Fe,De,Et,yi,gi){const fn=(0,ve.g2)("ChevronDown"),se=(0,ve.g2)("NcEllipsisedOption"),je=(0,ve.g2)("NcLoadingIcon"),Ue=(0,ve.g2)("VueSelect");return(0,ve.uX)(),(0,ve.Wv)(Ue,(0,ve.v6)({class:["select",{"select--no-wrap":De.noWrap}]},gi.propsToForward,{onSearch:Fe[0]||(Fe[0]=mt=>yi.search=mt),"onUpdate:modelValue":Fe[1]||(Fe[1]=mt=>V.$emit("update:modelValue",mt))}),(0,ve.eX)({search:(0,ve.k6)(({attributes:mt,events:dt})=>[(0,ve.Lk)("input",(0,ve.v6)({class:["vs__search",[De.inputClass]]},mt,{required:gi.inputRequired,dir:"auto"},(0,ve.Tb)(dt,!0)),null,16,z)]),"open-indicator":(0,ve.k6)(({attributes:mt})=>[(0,ve.bF)(fn,(0,ve.v6)(mt,{"fill-color":"var(--vs-controls-color)",style:{cursor:De.disabled?null:"pointer"},size:26}),null,16,["style"])]),option:(0,ve.k6)(mt=>[(0,ve.RG)(V.$slots,"option",(0,L.normalizeProps)((0,ve.Ng)(mt)),()=>[(0,ve.bF)(se,{name:String(mt[gi.localLabel]),search:yi.search},null,8,["name","search"])])]),"selected-option":(0,ve.k6)(mt=>[(0,ve.RG)(V.$slots,"selected-option",{vBind:mt},()=>[(0,ve.bF)(se,{name:String(mt[gi.localLabel]),search:yi.search},null,8,["name","search"])])]),spinner:(0,ve.k6)(mt=>[mt.loading?((0,ve.uX)(),(0,ve.Wv)(je,{key:0})):(0,ve.Q3)("",!0)]),"no-options":(0,ve.k6)(()=>[(0,ve.eW)((0,L.toDisplayString)(gi.t("No results")),1)]),_:2},[!De.labelOutside&&De.inputLabel?{name:"header",fn:(0,ve.k6)(()=>[(0,ve.Lk)("label",{for:De.inputId,class:"select__label"},(0,L.toDisplayString)(De.inputLabel),9,oe)]),key:"0"}:void 0,(0,ve.pI)(V.$slots,(mt,dt)=>({name:dt,fn:(0,ve.k6)(li=>[(0,ve.RG)(V.$slots,dt,(0,L.normalizeProps)((0,ve.Ng)(li)))])}))]),1040,["class"])}const Ee=(0,R._)(q,[["render",ae]])},69981:($t,We,a)=>{"use strict";var e=a(20641),i=a(50953),c=a(15054),v=a(91202);const N=(0,e.pM)({__name:"NcSelectUsers",props:(0,e.zz)({ariaLabelClearSelected:{},ariaLabelListbox:{},ariaLabelDeselectOption:{type:Function},disabled:{type:Boolean},inputId:{},inputLabel:{},labelOutside:{type:Boolean},keepOpen:{type:Boolean},loading:{type:Boolean},multiple:{type:Boolean},noWrap:{type:Boolean},options:{},placeholder:{},required:{type:Boolean}},{modelValue:{},modelModifiers:{}}),emits:(0,e.zz)(["search"],["update:modelValue"]),setup(d,{emit:G}){const j=(0,e.fn)(d,"modelValue"),Q=G,x=(0,i.KR)("");(0,e.wB)(x,()=>Q("search",x.value));const U=Number.parseInt(window.getComputedStyle(document.body).getPropertyValue("--default-clickable-area")),T=Number.parseInt(window.getComputedStyle(document.body).getPropertyValue("--default-grid-baseline")),_=U-2*T;function S(K,_e,ee){const H=/[^<]*<([^>]+)/,xe=ee.match(H),P=K.subname?.toLocaleLowerCase()??"";return xe&&P.indexOf(xe[1].toLocaleLowerCase())>-1||`${_e} ${K.subname}`.toLocaleLowerCase().indexOf(ee.toLocaleLowerCase())>-1}return(K,_e)=>((0,e.uX)(),(0,e.Wv)((0,i.R1)(v.N),(0,e.v6)({modelValue:j.value,"onUpdate:modelValue":_e[0]||(_e[0]=ee=>j.value=ee),class:"nc-select-users"},K.$props,{"filter-by":S,label:"displayName",onSearch:_e[1]||(_e[1]=ee=>x.value=ee)}),{option:(0,e.k6)(ee=>[(0,e.bF)((0,i.R1)(c.N),(0,e.v6)(ee,{"avatar-size":32,name:ee.displayName,search:x.value}),null,16,["name","search"])]),"selected-option":(0,e.k6)(ee=>[(0,e.bF)((0,i.R1)(c.N),(0,e.v6)(ee,{"avatar-size":_,name:ee.displayName,"no-margin":"",search:x.value}),null,16,["name","search"])]),_:1},16,["modelValue"]))}}),I=null},74432:($t,We,a)=>{"use strict";var e=a(20641),i=a(90033),c=a(50953),v=a(82253),N=a(47031),I=a(34163),d=a(97172),G=a(3168);const j={class:"textarea__main-wrapper"},Q=["id","aria-describedby","disabled","placeholder","value"],x=["for"],U=["id"],T=(0,e.pM)({inheritAttrs:!1,__name:"NcTextArea",props:(0,e.zz)({disabled:{type:Boolean},error:{type:Boolean},helperText:{default:void 0},id:{default:()=>(0,I.c)()},inputClass:{default:""},label:{default:void 0},labelOutside:{type:Boolean},placeholder:{default:void 0},resize:{default:"both"},success:{type:Boolean}},{modelValue:{required:!0},modelModifiers:{}}),emits:["update:modelValue"],setup(S,{expose:K}){const _e=(0,e.fn)(S,"modelValue"),ee=S;K({focus:ke,select:J});const H=(0,e.rk)("input"),xe=(0,e.OA)(),P=(0,e.EW)(()=>ee.placeholder||(d.i?ee.label:void 0));(0,e.wB)(()=>ee.labelOutside,()=>{!ee.labelOutside&&!ee.label&&G.l.warn("[NcTextArea] You need to add a label to the NcInputField component. Either use the prop label or use an external one, as per the example in the documentation.")});const ce=(0,e.EW)(()=>{const ye=[];return ee.helperText&&ye.push(`${ee.id}-helper-text`),typeof xe["aria-describedby"]=="string"&&ye.push(xe["aria-describedby"]),ye.join(" ")||void 0});function Ce(ye){const{value:Xe}=ye.target;_e.value=Xe}function ke(ye){H.value.focus(ye)}function J(){H.value.select()}return(ye,Xe)=>((0,e.uX)(),(0,e.CE)("div",{class:(0,i.normalizeClass)(["textarea",[ye.$attrs.class,{"textarea--disabled":ye.disabled,"textarea--legacy":(0,c.R1)(d.i)}]])},[(0,e.Lk)("div",j,[(0,e.Lk)("textarea",(0,e.v6)({...ye.$attrs,class:void 0},{id:ye.id,ref:"input","aria-describedby":ce.value,"aria-live":"polite",class:["textarea__input",[ye.inputClass,{"textarea__input--label-outside":ye.labelOutside,"textarea__input--legacy":(0,c.R1)(d.i),"textarea__input--success":ye.success,"textarea__input--error":ye.error}]],disabled:ye.disabled,placeholder:P.value,style:{resize:ye.resize},value:_e.value,onInput:Ce}),null,16,Q),ye.labelOutside?(0,e.Q3)("",!0):((0,e.uX)(),(0,e.CE)("label",{key:0,class:"textarea__label",for:ye.id},(0,i.toDisplayString)(ye.label),9,x))]),ye.helperText?((0,e.uX)(),(0,e.CE)("p",{key:0,id:`${ye.id}-helper-text`,class:(0,i.normalizeClass)(["textarea__helper-text-message",{"textarea__helper-text-message--error":ye.error,"textarea__helper-text-message--success":ye.success}])},[ye.success?((0,e.uX)(),(0,e.Wv)(N.N,{key:0,class:"textarea__helper-text-message__icon",path:(0,c.R1)(v.d),inline:""},null,8,["path"])):ye.error?((0,e.uX)(),(0,e.Wv)(N.N,{key:1,class:"textarea__helper-text-message__icon",path:(0,c.R1)(v.f),inline:""},null,8,["path"])):(0,e.Q3)("",!0),(0,e.eW)(" "+(0,i.toDisplayString)(ye.helperText),1)],10,U)):(0,e.Q3)("",!0)],2))}}),_=null},20646:($t,We,a)=>{"use strict";a.d(We,{_:()=>d});var e=a(20641),i=a(50953),c=a(82253),v=a(13606),N=a(47031),I=a(2799);(0,v.r)();const d=(0,e.pM)({__name:"NcTextField",props:(0,e.zz)({class:{},inputClass:{},id:{},label:{},labelOutside:{type:Boolean},type:{},placeholder:{},showTrailingButton:{type:Boolean},trailingButtonLabel:{default:void 0},success:{type:Boolean},error:{type:Boolean},helperText:{},disabled:{type:Boolean},pill:{type:Boolean},trailingButtonIcon:{default:"close"}},{modelValue:{default:""},modelModifiers:{}}),emits:["update:modelValue"],setup(G,{expose:j}){const Q=(0,e.fn)(G,"modelValue"),x=G;j({focus:K,select:_e});const U=(0,e.rk)("inputField"),T={arrowEnd:(0,v.a)("Save changes"),close:(0,v.a)("Clear text"),undo:(0,v.a)("Undo changes")},_=new Set(Object.keys(I.N.props)),S=(0,e.EW)(()=>{const ee=Object.fromEntries(Object.entries(x).filter(([H])=>_.has(H)));return ee.trailingButtonLabel??(ee.trailingButtonLabel=T[x.trailingButtonIcon]),ee});function K(ee){U.value.focus(ee)}function _e(){U.value.select()}return(ee,H)=>((0,e.uX)(),(0,e.Wv)((0,i.R1)(I.N),(0,e.v6)(S.value,{ref:"inputField",modelValue:Q.value,"onUpdate:modelValue":H[0]||(H[0]=xe=>Q.value=xe)}),(0,e.eX)({_:2},[ee.$slots.icon?{name:"icon",fn:(0,e.k6)(()=>[(0,e.RG)(ee.$slots,"icon")]),key:"0"}:void 0,ee.type!=="search"?{name:"trailing-button-icon",fn:(0,e.k6)(()=>[ee.trailingButtonIcon==="arrowEnd"?((0,e.uX)(),(0,e.Wv)((0,i.R1)(N.N),{key:0,directional:"",path:(0,i.R1)(c.m)},null,8,["path"])):((0,e.uX)(),(0,e.Wv)((0,i.R1)(N.N),{key:1,path:ee.trailingButtonIcon==="undo"?(0,i.R1)(c.a):(0,i.R1)(c.b)},null,8,["path"]))]),key:"1"}:void 0]),1040,["modelValue"]))}})},21715:($t,We,a)=>{"use strict";a.d(We,{_:()=>G});var e=a(20641),i=a(50953),c=a(91202),v=a(13606),N=a(34163);(0,v.r)();function I(j){return j.slice(j.indexOf("/")+1).replaceAll("/"," - ").replaceAll("_"," ")}function d(){return Intl.supportedValuesOf("timeZone").filter(j=>!j.startsWith("Etc/")).map(j=>({timezoneId:j,label:I(j)})).sort((j,Q)=>j.timezoneId.localeCompare(Q.timezoneId))}const G=(0,e.pM)({__name:"NcTimezonePicker",props:(0,e.zz)({additionalTimezones:{default:()=>[]},uid:{default:(0,N.c)()}},{modelValue:{default:"floating"},modelModifiers:{}}),emits:["update:modelValue"],setup(j){const Q=(0,e.fn)(j,"modelValue"),x=j,U=(0,e.EW)(()=>x.additionalTimezones.map(({timezoneId:S,label:K})=>({timezoneId:S,label:K}))),T=(0,e.EW)(()=>{const S=d();return S.unshift(...U.value),S});function _(S,K,_e){const ee=_e.trim().split(/\s+/),H=Object.values(S);return ee.every(xe=>H.some(P=>P.toLowerCase().includes(xe.toLowerCase())))}return(S,K)=>((0,e.uX)(),(0,e.Wv)(c.N,{modelValue:Q.value,"onUpdate:modelValue":K[0]||(K[0]=_e=>Q.value=_e),"aria-label-combobox":(0,i.R1)(v.a)("Search for timezone"),clearable:!1,"filter-by":_,multiple:!1,options:T.value,placeholder:(0,i.R1)(v.a)("Type to search time zone"),uid:S.uid,reduce:_e=>_e.timezoneId,label:"label"},null,8,["modelValue","aria-label-combobox","options","placeholder","uid","reduce"]))}})},23705:($t,We,a)=>{"use strict";var e=a(20641),i=a(50953),c=a(90033),v=a(75220),N=a(52697),I=a(78074),d=a(32696);const G={};function j(S,K){return(0,e.uX)(),(0,e.CE)("div",null,[(0,e.RG)(S.$slots,"trigger")])}const Q=(0,N._)(G,[["render",j]]),x={class:"user-bubble__name"},U={key:0,class:"user-bubble__secondary"},T=(0,e.pM)({__name:"NcUserBubble",props:(0,e.zz)({avatarImage:{default:void 0},user:{default:void 0},displayName:{default:void 0},showUserStatus:{type:Boolean},url:{default:void 0},to:{default:void 0},primary:{type:Boolean},size:{default:20},margin:{default:2}},{open:{type:Boolean},openModifiers:{}}),emits:(0,e.zz)(["click"],["update:open"]),setup(S,{emit:K}){const _e=(0,e.fn)(S,"open"),ee=S,H=K,xe=(0,e.EW)(()=>{if(!ee.avatarImage)return!1;try{return!!new URL(ee.avatarImage)}catch{return!1}}),P=(0,e.EW)(()=>!!ee.avatarImage),ce=(0,e.EW)(()=>({marginInlineStart:`${ee.margin}px`})),Ce=(0,e.EW)(()=>{if(!ee.url||ee.url.trim()==="")return!1;try{return!!new URL(ee.url,ee.url?.startsWith?.("/")?window.location.href:void 0)}catch{return(0,e.R8)("[NcUserBubble] Invalid URL passed",{url:ee.url}),!1}}),ke=(0,e.EW)(()=>Ce.value?ee.url:void 0),J=(0,e.EW)(()=>Ce.value?"a":ee.to?v.Wk:"div"),ye=(0,e.EW)(()=>({height:`${ee.size}px`,lineHeight:`${ee.size}px`,borderRadius:`${ee.size/2}px`}));return(0,e.wB)([()=>ee.displayName,()=>ee.user],()=>{!ee.displayName&&!ee.user&&(0,e.R8)("[NcUserBubble] At least `displayName` or `user` property should be set.")}),(Xe,ui)=>((0,e.uX)(),(0,e.Wv)((0,e.$y)(Xe.$slots.default?(0,i.R1)(d.N):Q),{shown:_e.value,"onUpdate:shown":ui[1]||(ui[1]=ht=>_e.value=ht),class:"user-bubble__wrapper",trigger:"hover focus"},{trigger:(0,e.k6)(({attrs:ht})=>[((0,e.uX)(),(0,e.Wv)((0,e.$y)(J.value),(0,e.v6)({class:["user-bubble__content",{"user-bubble__content--primary":Xe.primary}],style:ye.value,to:Xe.to,href:ke.value},ht,{onClick:ui[0]||(ui[0]=_t=>H("click",_t))}),{default:(0,e.k6)(()=>[(0,e.bF)((0,i.R1)(I.N),{url:P.value&&xe.value?Xe.avatarImage:void 0,"icon-class":P.value&&!xe.value?Xe.avatarImage:void 0,user:Xe.user,"display-name":Xe.displayName,size:Xe.size-Xe.margin*2,style:(0,c.normalizeStyle)(ce.value),"disable-tooltip":!0,"disable-menu":!0,"hide-status":!Xe.showUserStatus,class:"user-bubble__avatar"},null,8,["url","icon-class","user","display-name","size","style","hide-status"]),(0,e.Lk)("span",x,(0,c.toDisplayString)(Xe.displayName||Xe.user),1),Xe.$slots.name?((0,e.uX)(),(0,e.CE)("span",U,[(0,e.RG)(Xe.$slots,"name",{},void 0,!0)])):(0,e.Q3)("",!0)]),_:2},1040,["class","style","to","href"]))]),default:(0,e.k6)(()=>[(0,e.RG)(Xe.$slots,"default",{},void 0,!0)]),_:3},40,["shown"]))}}),_=null},72770:($t,We,a)=>{"use strict";a.d(We,{N:()=>_e,g:()=>_});var e=a(20641),i=a(90033),c=a(66802),v=a(87485),N=a(63814),I=a(13606),d=a(3168),G=a(52697);const j=`<!--
|
|
- SPDX-FileCopyrightText: 2020 Google Inc.
|
|
- SPDX-License-Identifier: Apache-2.0
|
|
-->
|
|
<svg viewBox="0 -960 960 960" width="24px" height="24px" xmlns="http://www.w3.org/2000/svg">
|
|
<path
|
|
fill="var(--user-status-color-away, var(--color-warning, #C88800))"
|
|
d="m612-292 56-56-148-148v-184h-80v216l172 172ZM480-80q-83 0-156-31.5T197-197q-54-54-85.5-127T80-480q0-83 31.5-156T197-763q54-54 127-85.5T480-880q83 0 156 31.5T763-763q54 54 85.5 127T880-480q0 83-31.5 156T763-197q-54 54-127 85.5T480-80Z"/>
|
|
</svg>
|
|
`,Q=`<!--
|
|
- SPDX-FileCopyrightText: 2020 Google Inc.
|
|
- SPDX-License-Identifier: Apache-2.0
|
|
-->
|
|
<svg viewBox="0 -960 960 960" width="24px" height="24px" xmlns="http://www.w3.org/2000/svg">
|
|
<path
|
|
fill="var(--user-status-color-busy, var(--color-error, #DB0606))"
|
|
d="M480-80q-83 0-156-31.5T197-197q-54-54-85.5-127T80-480q0-83 31.5-156T197-763q54-54 127-85.5T480-880q83 0 156 31.5T763-763q54 54 85.5 127T880-480q0 83-31.5 156T763-197q-54 54-127 85.5T480-80Z"/>
|
|
</svg>
|
|
`,x=`<!--
|
|
- SPDX-FileCopyrightText: 2020 Google Inc.
|
|
- SPDX-License-Identifier: Apache-2.0
|
|
-->
|
|
<svg viewBox="0 -960 960 960" width="24px" height="24px" xmlns="http://www.w3.org/2000/svg">
|
|
<path
|
|
fill="var(--user-status-color-busy, var(--color-error, #DB0606))"
|
|
d="M280-440h400v-80H280v80ZM480-80q-83 0-156-31.5T197-197q-54-54-85.5-127T80-480q0-83 31.5-156T197-763q54-54 127-85.5T480-880q83 0 156 31.5T763-763q54 54 85.5 127T880-480q0 83-31.5 156T763-197q-54 54-127 85.5T480-80Z"/>
|
|
</svg>
|
|
`,U=`<!--
|
|
- SPDX-FileCopyrightText: 2020 Google Inc.
|
|
- SPDX-License-Identifier: Apache-2.0
|
|
-->
|
|
<svg viewBox="0 -960 960 960" width="24px" height="24px" xmlns="http://www.w3.org/2000/svg">
|
|
<path
|
|
fill="var(--user-status-color-offline, var(--color-text-maxcontrast, #6B6B6B))"
|
|
d="M480-80q-83 0-156-31.5T197-197q-54-54-85.5-127T80-480q0-83 31.5-156T197-763q54-54 127-85.5T480-880q83 0 156 31.5T763-763q54 54 85.5 127T880-480q0 83-31.5 156T763-197q-54 54-127 85.5T480-80Zm0-80q134 0 227-93t93-227q0-134-93-227t-227-93q-134 0-227 93t-93 227q0 134 93 227t227 93Zm0-320Z"/>
|
|
</svg>
|
|
`,T=`<!--
|
|
- SPDX-FileCopyrightText: 2020 Google Inc.
|
|
- SPDX-License-Identifier: Apache-2.0
|
|
-->
|
|
<svg viewBox="0 -960 960 960" width="24px" height="24px" xmlns="http://www.w3.org/2000/svg">
|
|
<path
|
|
fill="var(--user-status-color-online, var(--color-success, #2D7B41))"
|
|
d="m424-296 282-282-56-56-226 226-114-114-56 56 170 170Zm56 216q-83 0-156-31.5T197-197q-54-54-85.5-127T80-480q0-83 31.5-156T197-763q54-54 127-85.5T480-880q83 0 156 31.5T763-763q54 54 85.5 127T880-480q0 83-31.5 156T763-197q-54 54-127 85.5T480-80Z"/>
|
|
</svg>
|
|
`;(0,I.r)(),(0,I.r)(I.A);function _(ee){switch(ee){case"away":return(0,I.a)("away");case"busy":return(0,I.a)("busy");case"dnd":return(0,I.a)("do not disturb");case"online":return(0,I.a)("online");case"invisible":return(0,I.a)("invisible");case"offline":return(0,I.a)("offline");default:return ee}}const S=["aria-hidden","aria-label","innerHTML"],K=(0,e.pM)({__name:"NcUserStatusIcon",props:(0,e.zz)({user:{default:void 0},ariaHidden:{type:[Boolean,String],default:!1}},{status:{},statusModifiers:{}}),emits:["update:status"],setup(ee){const H=(0,e.fn)(ee,"status"),xe=ee,P=(0,e.EW)(()=>H.value&&["invisible","offline"].includes(H.value)),ce=(0,e.EW)(()=>H.value&&(!xe.ariaHidden||xe.ariaHidden==="false")?(0,I.a)("User status: {status}",{status:_(H.value)}):void 0);(0,e.wB)(()=>xe.user,async J=>{if(!H.value&&J&&(0,v.F)()?.user_status?.enabled)try{const{data:ye}=await c.Ay.get((0,N.KT)("/apps/user_status/api/v1/statuses/{user}",{user:J}));H.value=ye.ocs?.data?.status}catch(ye){d.l.debug("Error while fetching user status",{error:ye})}},{immediate:!0});const Ce={online:T,away:j,busy:Q,dnd:x,invisible:U,offline:U},ke=(0,e.EW)(()=>H.value&&Ce[H.value]);return(J,ye)=>H.value?((0,e.uX)(),(0,e.CE)("span",{key:0,class:(0,i.normalizeClass)(["user-status-icon",{"user-status-icon--invisible":P.value}]),"aria-hidden":!ce.value||void 0,"aria-label":ce.value,role:"img",innerHTML:ke.value},null,10,S)):(0,e.Q3)("",!0)}}),_e=(0,G._)(K,[["__scopeId","data-v-881a79fb"]])},24597:($t,We,a)=>{"use strict";a.d(We,{_:()=>i});var e=a(20641);const i=(0,e.pM)({name:"NcVNodes",props:{vnodes:{type:[Array,Object],default:null}},render(){return this.vnodes||this.$slots?.default?.({})}})},13606:($t,We,a)=>{"use strict";a.d(We,{A:()=>K,B:()=>jt,C:()=>ut,D:()=>_,E:()=>H,F:()=>T,G:()=>Gt,H:()=>He,I:()=>ye,J:()=>ui,K:()=>_e,a:()=>N,b:()=>G,c:()=>ke,d:()=>P,e:()=>Ii,f:()=>d,g:()=>ee,h:()=>ri,i:()=>S,j:()=>Ot,k:()=>Ft,l:()=>xe,m:()=>x,n:()=>_t,o:()=>ai,p:()=>ce,q:()=>Q,r:()=>I,s:()=>ht,t:()=>j,u:()=>v,v:()=>Xe,w:()=>U,x:()=>Ce,y:()=>Li,z:()=>J});var e=a(53334),i=a(11195);/*!
|
|
* SPDX-FileCopyrightText: F7cloud GmbH and F7cloud contributors
|
|
* SPDX-License-Identifier: AGPL-3.0-or-later
|
|
*/const c=(0,i.$)().detectLanguage().build(),v=(...Yi)=>c.ngettext(...Yi),N=(...Yi)=>c.gettext(...Yi);function I(...Yi){for(const wi of Yi)if(!wi.registered){for(const{l:Lt,t:di}of wi){if(Lt!==(0,e.Z0)()||!di)continue;const Vt=Object.fromEntries(Object.entries(di).map(([pn,oi])=>[pn,{msgid:pn,msgid_plural:oi.p,msgstr:oi.v}]));c.addTranslations({translations:{"":Vt}})}wi.registered=!0}}const d=[{l:"ar",t:{"{tag} (restricted)":{v:["{tag} (\u0645\u0642\u064A\u062F)"]},"Select a tag":{v:["\u0627\u062E\u062A\u0631 \u0648\u0633\u0645"]}}},{l:"ast",t:{"{tag} (restricted)":{v:["{tag} (restrinx\xF3se)"]},"Select a tag":{v:["Seleicionar una etiqueta"]}}},{l:"br",t:{"{tag} (restricted)":{v:["{tag} (bevennet)"]},"Select a tag":{v:["Choaz ur c'hlav"]}}},{l:"ca",t:{"{tag} (restricted)":{v:["{tag} (restringit)"]},"Select a tag":{v:["Seleccioneu una etiqueta"]}}},{l:"cs",t:{"{tag} (restricted)":{v:["{tag} (omezen\xE9)"]},"Select a tag":{v:["Vybrat \u0161t\xEDtek"]}}},{l:"cs-CZ",t:{"{tag} (restricted)":{v:["{tag} (omezen\xE9)"]},"Select a tag":{v:["Vybrat \u0161t\xEDtek"]}}},{l:"da",t:{"{tag} (restricted)":{v:["{tag} (begr\xE6nset)"]},"Select a tag":{v:["V\xE6lg et m\xE6rke"]}}},{l:"de",t:{"{tag} (restricted)":{v:["{tag} (eingeschr\xE4nkt)"]},"Select a tag":{v:["Schlagwort ausw\xE4hlen"]}}},{l:"de-DE",t:{"{tag} (restricted)":{v:["{tag} (eingeschr\xE4nkt)"]},"Select a tag":{v:["Schlagwort ausw\xE4hlen"]}}},{l:"el",t:{"{tag} (restricted)":{v:["{tag} (\u03C0\u03B5\u03C1\u03B9\u03BF\u03C1\u03B9\u03C3\u03BC\u03AD\u03BD\u03BF)"]},"Select a tag":{v:["\u0395\u03C0\u03B9\u03BB\u03BF\u03B3\u03AE \u03B5\u03C4\u03B9\u03BA\u03AD\u03C4\u03B1\u03C2"]}}},{l:"en-GB",t:{"{tag} (restricted)":{v:["{tag} (restricted)"]},"Select a tag":{v:["Select a tag"]}}},{l:"eo",t:{"{tag} (restricted)":{v:["{tag} (limigita)"]},"Select a tag":{v:["Elektu etikedon"]}}},{l:"es",t:{"{tag} (restricted)":{v:["{tag} (restringido)"]},"Select a tag":{v:["Seleccione una etiqueta"]}}},{l:"es-AR",t:{"{tag} (restricted)":{v:["{tag} (restringido)"]},"Select a tag":{v:["Elija una etiqueta"]}}},{l:"es-EC",t:{"{tag} (restricted)":{v:["{tag} (restricted)"]},"Select a tag":{v:["Seleccionar una etiqueta"]}}},{l:"es-MX",t:{"{tag} (restricted)":{v:["{tag} (restringido)"]},"Select a tag":{v:["Seleccionar una etiqueta"]}}},{l:"et-EE",t:{"{tag} (restricted)":{v:["{tag} (piiratud)"]},"Select a tag":{v:["Vali silt"]}}},{l:"eu",t:{"{tag} (restricted)":{v:["{tag} (mugatua)"]},"Select a tag":{v:["Hautatu etiketa bat"]}}},{l:"fa",t:{"{tag} (restricted)":{v:["{tag} \u0645\u062D\u062F\u0648\u062F \u0634\u062F\u0647"]},"Select a tag":{v:["\u0627\u0646\u062A\u062E\u0627\u0628 \u06CC\u06A9 \u0628\u0631\u0686\u0633\u0628"]}}},{l:"fi",t:{"{tag} (restricted)":{v:["{tag} (rajoitettu)"]},"Select a tag":{v:["Valitse tunniste"]}}},{l:"fr",t:{"{tag} (restricted)":{v:["{tag} (restreint)"]},"Select a tag":{v:["S\xE9lectionnez une balise"]}}},{l:"ga",t:{"{tag} (restricted)":{v:["{tag} (srianta)"]},"Select a tag":{v:["Roghnaigh clib"]}}},{l:"gl",t:{"{tag} (restricted)":{v:["{tag} (restrinxido)"]},"Select a tag":{v:["Seleccione unha etiqueta"]}}},{l:"he",t:{"{tag} (restricted)":{v:["{tag} (\u05DE\u05D5\u05D2\u05D1\u05DC)"]},"Select a tag":{v:["\u05D1\u05D7\u05D9\u05E8\u05EA \u05EA\u05D2\u05D9\u05EA"]}}},{l:"hu",t:{"{tag} (restricted)":{v:["{tag} (korl\xE1tozott)"]},"Select a tag":{v:["V\xE1lasszon c\xEDmk\xE9t"]}}},{l:"id",t:{"{tag} (restricted)":{v:["{tag} (dibatasi)"]},"Select a tag":{v:["Pilih tag"]}}},{l:"is",t:{"{tag} (restricted)":{v:["{tag} (takmarka\xF0)"]},"Select a tag":{v:["Veldu merki"]}}},{l:"it",t:{"{tag} (restricted)":{v:["{tag} (limitato)"]},"Select a tag":{v:["Seleziona un'etichetta"]}}},{l:"ja",t:{"{tag} (restricted)":{v:["{tag} (\u5236\u9650\u4ED8)"]},"Select a tag":{v:["\u30BF\u30B0\u3092\u9078\u629E"]}}},{l:"ja-JP",t:{"{tag} (restricted)":{v:["{tag} (\u5236\u9650\u4ED8)"]},"Select a tag":{v:["\u30BF\u30B0\u3092\u9078\u629E"]}}},{l:"ko",t:{"{tag} (restricted)":{v:["{tag}(\uC81C\uD55C)"]},"Select a tag":{v:["\uD0DC\uADF8 \uC120\uD0DD"]}}},{l:"lt-LT",t:{"{tag} (restricted)":{v:["{tag} (apribota)"]},"Select a tag":{v:["Pasirinkti \u017Eym\u0119"]}}},{l:"lv",t:{"{tag} (restricted)":{v:["{tag} (ierobe\u017Eots)"]},"Select a tag":{v:["Izv\u0113l\u0113ties birku"]}}},{l:"mk",t:{"{tag} (restricted)":{v:["{tag} (\u043E\u0433\u0440\u0430\u043D\u0438\u0447\u0435\u043D\u043E)"]},"Select a tag":{v:["\u0418\u0437\u0431\u0435\u0440\u0438 \u043E\u0437\u043D\u0430\u043A\u0430"]}}},{l:"my",t:{"{tag} (restricted)":{v:["{tag} (\u1000\u1014\u103A\u1037\u101E\u1010\u103A)"]},"Select a tag":{v:["tag \u101B\u103D\u1031\u1038\u1001\u103B\u101A\u103A\u101B\u1014\u103A"]}}},{l:"nb",t:{"{tag} (restricted)":{v:["{tag} (beskyttet)"]},"Select a tag":{v:["Velg en merkelapp"]}}},{l:"nl",t:{"{tag} (restricted)":{v:["{tag} (beperkt)"]},"Select a tag":{v:["Selecteer een label"]}}},{l:"oc",t:{"{tag} (restricted)":{v:["{tag} (limit)"]},"Select a tag":{v:["Seleccionar una etiqueta"]}}},{l:"pl",t:{"{tag} (restricted)":{v:["{tag} (ograniczona)"]},"Select a tag":{v:["Wybierz etykiet\u0119"]}}},{l:"pt-BR",t:{"{tag} (restricted)":{v:["{tag} (restrito)"]},"Select a tag":{v:["Selecione uma etiqueta"]}}},{l:"pt-PT",t:{"{tag} (restricted)":{v:["{tag} (restrito)"]},"Select a tag":{v:["Selecionar uma etiqueta"]}}},{l:"ro",t:{"{tag} (restricted)":{v:["{tag} (restric\u021Bionat)"]},"Select a tag":{v:["Selecta\u021Bi o etichet\u0103"]}}},{l:"ru",t:{"{tag} (restricted)":{v:["{tag} (\u043E\u0433\u0440\u0430\u043D\u0438\u0447\u0435\u043D\u043D\u043E\u0435)"]},"Select a tag":{v:["\u0412\u044B\u0431\u0435\u0440\u0438\u0442\u0435 \u043C\u0435\u0442\u043A\u0443"]}}},{l:"sk",t:{"{tag} (restricted)":{v:["{tag} (obmedzen\xFD)"]},"Select a tag":{v:["Vybra\u0165 \u0161t\xEDtok"]}}},{l:"sl",t:{"{tag} (restricted)":{v:["{tag} (omejeno)"]},"Select a tag":{v:["Izbor oznake"]}}},{l:"sr",t:{"{tag} (restricted)":{v:["{tag} (\u043E\u0433\u0440\u0430\u043D\u0438\u0447\u0435\u043D\u043E)"]},"Select a tag":{v:["\u0418\u0437\u0430\u0431\u0435\u0440\u0438\u0442\u0435 \u043E\u0437\u043D\u0430\u043A\u0443"]}}},{l:"sv",t:{"{tag} (restricted)":{v:["{tag} (begr\xE4nsad)"]},"Select a tag":{v:["V\xE4lj en tag"]}}},{l:"tr",t:{"{tag} (restricted)":{v:["{tag} (k\u0131s\u0131tlanm\u0131\u015F)"]},"Select a tag":{v:["Bir etiket se\xE7in"]}}},{l:"uk",t:{"{tag} (restricted)":{v:["{tag} (\u043E\u0431\u043C\u0435\u0436\u0435\u043D\u0438\u0439)"]},"Select a tag":{v:["\u0412\u0438\u0431\u0435\u0440\u0456\u0442\u044C \u043F\u043E\u0437\u043D\u0430\u0447\u043A\u0443"]}}},{l:"uz",t:{"{tag} (restricted)":{v:["{tag} (cheklangan)"]},"Select a tag":{v:["Teg tanlang"]}}},{l:"zh-CN",t:{"{tag} (restricted)":{v:["{tag} \uFF08\u53D7\u9650\uFF09"]},"Select a tag":{v:["\u9009\u62E9\u4E00\u4E2A\u6807\u7B7E"]}}},{l:"zh-HK",t:{"{tag} (restricted)":{v:["{tag} (\u53D7\u9650)"]},"Select a tag":{v:["\u9078\u64C7\u6A19\u7C64"]}}},{l:"zh-TW",t:{"{tag} (restricted)":{v:["{tag}\uFF08\u53D7\u9650\uFF09"]},"Select a tag":{v:["\u9078\u64C7\u6A19\u7C64"]}}}],G=[{l:"ar",t:{"a few seconds ago":{v:["\u0645\u0646\u0630 \u0639\u062F\u0629 \u062B\u0648\u0627\u0646\u064D"]},"sec. ago":{v:["\u062B\u0627\u0646\u064A\u0629 \u0645\u0636\u062A"]},"seconds ago":{v:["\u062B\u0648\u0627\u0646\u064D \u0645\u0636\u062A"]}}},{l:"ast",t:{"a few seconds ago":{v:["hai unos segundos"]},"sec. ago":{v:["hai segs"]},"seconds ago":{v:["hai segundos"]}}},{l:"br",t:{}},{l:"ca",t:{}},{l:"cs",t:{"a few seconds ago":{v:["p\u0159ed n\u011Bkolika sekundami"]},"sec. ago":{v:["sek. p\u0159ed"]},"seconds ago":{v:["sekund p\u0159edt\xEDm"]}}},{l:"cs-CZ",t:{"a few seconds ago":{v:["p\u0159ed n\u011Bkolika sekundami"]},"sec. ago":{v:["sek. p\u0159ed"]},"seconds ago":{v:["sekund p\u0159edt\xEDm"]}}},{l:"da",t:{"a few seconds ago":{v:["et par sekunder siden"]},"sec. ago":{v:["sek. siden"]},"seconds ago":{v:["sekunder siden"]}}},{l:"de",t:{"a few seconds ago":{v:["vor ein paar Sekunden"]},"sec. ago":{v:["Sek. zuvor"]},"seconds ago":{v:["Sekunden zuvor"]}}},{l:"de-DE",t:{"a few seconds ago":{v:["vor ein paar Sekunden"]},"sec. ago":{v:["Sek. zuvor"]},"seconds ago":{v:["Sekunden zuvor"]}}},{l:"el",t:{"a few seconds ago":{v:["\u03C0\u03C1\u03B9\u03BD \u03BB\u03AF\u03B3\u03B1 \u03B4\u03B5\u03C5\u03C4\u03B5\u03C1\u03CC\u03BB\u03B5\u03C0\u03C4\u03B1"]},"sec. ago":{v:["\u03B4\u03B5\u03C5\u03C4. \u03C0\u03C1\u03B9\u03BD"]},"seconds ago":{v:["\u03B4\u03B5\u03C5\u03C4\u03B5\u03C1\u03CC\u03BB\u03B5\u03C0\u03C4\u03B1 \u03C0\u03C1\u03B9\u03BD"]}}},{l:"en-GB",t:{"a few seconds ago":{v:["a few seconds ago"]},"sec. ago":{v:["sec. ago"]},"seconds ago":{v:["seconds ago"]}}},{l:"eo",t:{}},{l:"es",t:{"a few seconds ago":{v:["hace unos pocos segundos"]},"sec. ago":{v:["hace segundos"]},"seconds ago":{v:["segundos atr\xE1s"]}}},{l:"es-AR",t:{"a few seconds ago":{v:["hace unos segundos"]},"sec. ago":{v:["seg. atr\xE1s"]},"seconds ago":{v:["segundos atr\xE1s"]}}},{l:"es-EC",t:{"a few seconds ago":{v:["hace unos segundos"]},"sec. ago":{v:["hace segundos"]},"seconds ago":{v:["Segundos atr\xE1s"]}}},{l:"es-MX",t:{"a few seconds ago":{v:["hace unos segundos"]},"sec. ago":{v:["seg. atr\xE1s"]},"seconds ago":{v:["segundos atr\xE1s"]}}},{l:"et-EE",t:{"a few seconds ago":{v:["m\xF5ni sekund tagasi"]},"sec. ago":{v:["sek. tagasi"]},"seconds ago":{v:["sekundit tagasi"]}}},{l:"eu",t:{"a few seconds ago":{v:["duela segundo batzuk"]},"sec. ago":{v:["duela seg."]},"seconds ago":{v:["duela segundo"]}}},{l:"fa",t:{"a few seconds ago":{v:["\u0686\u0646\u062F \u062B\u0627\u0646\u06CC\u0647 \u067E\u06CC\u0634"]},"sec. ago":{v:["\u0686\u0646\u062F \u062B\u0627\u0646\u06CC\u0647 \u067E\u06CC\u0634"]},"seconds ago":{v:["\u0686\u0646\u062F \u062B\u0627\u0646\u06CC\u0647 \u067E\u06CC\u0634"]}}},{l:"fi",t:{"a few seconds ago":{v:["muutamia sekunteja sitten"]},"sec. ago":{v:["sek. sitten"]},"seconds ago":{v:["sekunteja sitten"]}}},{l:"fr",t:{"a few seconds ago":{v:["il y a quelques instants"]},"sec. ago":{v:["il y a qq. sec."]},"seconds ago":{v:["il y a quelques secondes"]}}},{l:"ga",t:{"a few seconds ago":{v:["c\xFApla soicind \xF3 shin"]},"sec. ago":{v:["soic. \xF3 shin"]},"seconds ago":{v:["soicind \xF3 shin"]}}},{l:"gl",t:{"a few seconds ago":{v:["hai uns segundos"]},"sec. ago":{v:["segs. atr\xE1s"]},"seconds ago":{v:["segundos atr\xE1s"]}}},{l:"he",t:{"a few seconds ago":{v:["\u05DC\u05E4\u05E0\u05D9 \u05DE\u05E1\u05E4\u05E8 \u05E9\u05E0\u05D9\u05D5\u05EA"]},"sec. ago":{v:["\u05DC\u05E4\u05E0\u05D9 \u05DE\u05E1\u05E4\u05E8 \u05E9\u05E0\u05D9\u05D5\u05EA"]},"seconds ago":{v:["\u05DC\u05E4\u05E0\u05D9 \u05DE\u05E1\u05F3 \u05E9\u05E0\u05D9\u05D5\u05EA"]}}},{l:"hu",t:{}},{l:"id",t:{"a few seconds ago":{v:["beberapa detik yang lalu"]},"sec. ago":{v:["dtk. yang lalu"]},"seconds ago":{v:["beberapa detik lalu"]}}},{l:"is",t:{"a few seconds ago":{v:["fyrir \xF6rf\xE1um sek\xFAndum s\xED\xF0an"]},"sec. ago":{v:["sek. s\xED\xF0an"]},"seconds ago":{v:["sek\xFAndum s\xED\xF0an"]}}},{l:"it",t:{"a few seconds ago":{v:["pochi secondi fa"]},"sec. ago":{v:["sec. fa"]},"seconds ago":{v:["secondi fa"]}}},{l:"ja",t:{"a few seconds ago":{v:["\u6570\u79D2\u524D"]},"sec. ago":{v:["\u79D2\u524D"]},"seconds ago":{v:["\u6570\u79D2\u524D"]}}},{l:"ja-JP",t:{"a few seconds ago":{v:["\u6570\u79D2\u524D"]},"sec. ago":{v:["\u79D2\u524D"]},"seconds ago":{v:["\u6570\u79D2\u524D"]}}},{l:"ko",t:{"a few seconds ago":{v:["\uBC29\uAE08 \uC804"]},"sec. ago":{v:["\uBA87 \uCD08 \uC804"]},"seconds ago":{v:["\uCD08 \uC804"]}}},{l:"lt-LT",t:{}},{l:"lv",t:{}},{l:"mk",t:{"a few seconds ago":{v:["\u043F\u0440\u0435\u0434 \u043D\u0435\u043A\u043E\u043B\u043A\u0443 \u0441\u0435\u043A\u0443\u043D\u0434\u0438"]},"sec. ago":{v:["\u0441\u0435\u043A\u0443\u043D\u0434\u0430"]},"seconds ago":{v:["\u0441\u0435\u043A\u0443\u043D\u0434\u0438"]}}},{l:"my",t:{}},{l:"nb",t:{"a few seconds ago":{v:["noen f\xE5 sekunder siden"]},"sec. ago":{v:["sek. siden"]},"seconds ago":{v:["sekunder siden"]}}},{l:"nl",t:{"a few seconds ago":{v:["enkele seconden geleden"]},"sec. ago":{v:["sec. geleden"]},"seconds ago":{v:["seconden geleden"]}}},{l:"oc",t:{}},{l:"pl",t:{"a few seconds ago":{v:["kilka sekund temu"]},"sec. ago":{v:["sek. temu"]},"seconds ago":{v:["sekund temu"]}}},{l:"pt-BR",t:{"a few seconds ago":{v:["h\xE1 alguns segundos"]},"sec. ago":{v:["seg. atr\xE1s"]},"seconds ago":{v:["segundos atr\xE1s"]}}},{l:"pt-PT",t:{"a few seconds ago":{v:["h\xE1 alguns segundos"]},"sec. ago":{v:["seg. atr\xE1s"]},"seconds ago":{v:["segundos atr\xE1s"]}}},{l:"ro",t:{"a few seconds ago":{v:["acum c\xE2teva secunde"]},"sec. ago":{v:["sec. \xEEn urm\u0103"]},"seconds ago":{v:["secunde \xEEn urm\u0103"]}}},{l:"ru",t:{"a few seconds ago":{v:["\u043D\u0435\u0441\u043A\u043E\u043B\u044C\u043A\u043E \u0441\u0435\u043A\u0443\u043D\u0434 \u043D\u0430\u0437\u0430\u0434"]},"sec. ago":{v:["\u0441\u0435\u043A. \u043D\u0430\u0437\u0430\u0434"]},"seconds ago":{v:["\u0441\u0435\u043A\u0443\u043D\u0434 \u043D\u0430\u0437\u0430\u0434"]}}},{l:"sk",t:{"a few seconds ago":{v:["pred chv\xED\u013Eou"]},"sec. ago":{v:["pred p\xE1r sekundami"]},"seconds ago":{v:["pred sekundami"]}}},{l:"sl",t:{}},{l:"sr",t:{"a few seconds ago":{v:["\u043F\u0440\u0435 \u043D\u0435\u043A\u043E\u043B\u0438\u043A\u043E \u0441\u0435\u043A\u0443\u043D\u0434\u0438"]},"sec. ago":{v:["\u0441\u0435\u043A. \u0440\u0430\u043D\u0438\u0458\u0435"]},"seconds ago":{v:["\u0441\u0435\u043A\u0443\u043D\u0434\u0438 \u0440\u0430\u043D\u0438\u0458\u0435"]}}},{l:"sv",t:{"a few seconds ago":{v:["n\xE5gra sekunder sedan"]},"sec. ago":{v:["sek. sedan"]},"seconds ago":{v:["sekunder sedan"]}}},{l:"tr",t:{"a few seconds ago":{v:["birka\xE7 saniye \xF6nce"]},"sec. ago":{v:["sn. \xF6nce"]},"seconds ago":{v:["saniye \xF6nce"]}}},{l:"uk",t:{"a few seconds ago":{v:["\u0434\u0435\u043A\u0456\u043B\u044C\u043A\u0430 \u0441\u0435\u043A\u0443\u043D\u0434 \u0442\u043E\u043C\u0443"]},"sec. ago":{v:["\u0441 \u0442\u043E\u043C\u0443"]},"seconds ago":{v:["\u0441 \u0442\u043E\u043C\u0443"]}}},{l:"uz",t:{"a few seconds ago":{v:["bir necha soniya oldin"]},"sec. ago":{v:["sek. oldin"]},"seconds ago":{v:["soniyalar oldin"]}}},{l:"zh-CN",t:{"a few seconds ago":{v:["\u51E0\u79D2\u524D"]},"sec. ago":{v:["\u51E0\u79D2\u524D"]},"seconds ago":{v:["\u51E0\u79D2\u524D"]}}},{l:"zh-HK",t:{"a few seconds ago":{v:["\u5E7E\u79D2\u524D"]},"sec. ago":{v:["\u79D2\u524D"]},"seconds ago":{v:["\u79D2\u524D"]}}},{l:"zh-TW",t:{"a few seconds ago":{v:["\u5E7E\u79D2\u524D"]},"sec. ago":{v:["\u79D2\u524D"]},"seconds ago":{v:["\u79D2\u524D"]}}}],j=[{l:"ar",t:{Acapulco:{v:["\u0628\u0627\u0632\u0644\u0627\u0626\u064A \u0645\u0637\u0641\u064A"]},"Blue Violet":{v:["\u0628\u0646\u0641\u0633\u062C\u064A \u0645\u0634\u0639\u0634\u0639"]},"Boston Blue":{v:["\u0633\u0645\u0627\u0648\u064A \u0645\u0637\u0641\u064A"]},Deluge:{v:["\u0628\u0646\u0641\u0633\u062C\u064A \u0645\u0637\u0641\u064A"]},Feldspar:{v:["\u0648\u0631\u062F\u064A \u0635\u062E\u0631\u064A"]},Gold:{v:["\u0630\u0647\u0628\u064A"]},Mariner:{v:["\u0623\u0632\u0631\u0642 \u0628\u062D\u0631\u064A"]},"F7cloud blue":{v:["\u0623\u0632\u0631\u0642 \u0646\u0643\u0633\u062A \u0643\u0644\u0627\u0648\u062F"]},Olivine:{v:["\u0632\u064A\u062A\u064A"]},Purple:{v:["\u0628\u0646\u0641\u0633\u062C\u064A"]},"Rosy brown":{v:["\u0628\u064F\u0646\u0651\u0650\u064A \u0632\u0647\u0631\u064A"]},Whiskey:{v:["\u0646\u0628\u064A\u0630\u064A"]}}},{l:"ast",t:{Acapulco:{v:["Acapulcu"]},"Blue Violet":{v:["Viola azulao"]},"Boston Blue":{v:["Azul Boston"]},Deluge:{v:["Deluge"]},Feldspar:{v:["Feldspar"]},Gold:{v:["Oru"]},Mariner:{v:["Marineru"]},"F7cloud blue":{v:["F7cloud azul"]},Olivine:{v:["Olivina"]},Purple:{v:["Mor\xE1u"]},"Rosy brown":{v:["Marr\xF3n arrosao"]},Whiskey:{v:["Whiskey"]}}},{l:"br",t:{}},{l:"ca",t:{}},{l:"cs",t:{Acapulco:{v:["Akapulko"]},Black:{v:["\u010Cern\xE1"]},"Blue Violet":{v:["Modrofialov\xE1"]},"Boston Blue":{v:["Bostonsk\xE1 modr\xE1"]},Deluge:{v:["Deluge"]},Feldspar:{v:["\u017Divicov\xE1"]},Gold:{v:["Zlat\xE1"]},Mariner:{v:["N\xE1mo\u0159nick\xE1"]},"F7cloud blue":{v:["F7cloud modr\xE1"]},Olivine:{v:["Oliv\xEDnov\xE1"]},Purple:{v:["Fialov\xE1"]},"Rosy brown":{v:["R\u016F\u017Eovohn\u011Bd\xE1"]},Whiskey:{v:["Whisky"]},White:{v:["B\xEDl\xE1"]}}},{l:"cs-CZ",t:{Acapulco:{v:["Akapulko"]},"Blue Violet":{v:["Modrofialov\xE1"]},"Boston Blue":{v:["Bostonsk\xE1 modr\xE1"]},Deluge:{v:["Deluge"]},Feldspar:{v:["\u017Divicov\xE1"]},Gold:{v:["Zlat\xE1"]},Mariner:{v:["N\xE1mo\u0159nick\xE1"]},"F7cloud blue":{v:["F7cloud modr\xE1"]},Olivine:{v:["Oliv\xEDnov\xE1"]},Purple:{v:["Fialov\xE1"]},"Rosy brown":{v:["R\u016F\u017Eovohn\u011Bd\xE1"]},Whiskey:{v:["Whisky"]}}},{l:"da",t:{Acapulco:{v:["Acapulco"]},Black:{v:["Sort"]},"Blue Violet":{v:["Blue Violet"]},"Boston Blue":{v:["Boston Blue"]},Deluge:{v:["Deluge"]},Feldspar:{v:["Feldspar"]},Gold:{v:["Guld"]},Mariner:{v:["Mariner"]},"F7cloud blue":{v:["F7cloud blue"]},Olivine:{v:["Olivine"]},Purple:{v:["Lilla"]},"Rosy brown":{v:["Rosy brown"]},Whiskey:{v:["Whiskey"]},White:{v:["Hvid"]}}},{l:"de",t:{Acapulco:{v:["Acapulco"]},Black:{v:["Schwarz"]},"Blue Violet":{v:["Blau Violett"]},"Boston Blue":{v:["Boston-Blau"]},Deluge:{v:["Sintflut"]},Feldspar:{v:["Feldspat"]},Gold:{v:["Gold"]},Mariner:{v:["Seemann"]},"F7cloud blue":{v:["F7cloud Blau"]},Olivine:{v:["Olivin"]},Purple:{v:["Lila"]},"Rosy brown":{v:["Rosiges Braun"]},Whiskey:{v:["Whiskey"]},White:{v:["Wei\xDF"]}}},{l:"de-DE",t:{Acapulco:{v:["Acapulco"]},Black:{v:["Schwarz"]},"Blue Violet":{v:["Blau Violett"]},"Boston Blue":{v:["Boston-Blau"]},Deluge:{v:["Sintflut"]},Feldspar:{v:["Feldspat"]},Gold:{v:["Gold"]},Mariner:{v:["Seemann"]},"F7cloud blue":{v:["F7cloud Blau"]},Olivine:{v:["Olivin"]},Purple:{v:["Lila"]},"Rosy brown":{v:["Rosiges Braun"]},Whiskey:{v:["Whiskey"]},White:{v:["Wei\xDF"]}}},{l:"el",t:{Acapulco:{v:["\u0391\u03BA\u03B1\u03C0\u03BF\u03CD\u03BB\u03BA\u03BF"]},Black:{v:["\u039C\u03B1\u03CD\u03C1\u03BF"]},"Blue Violet":{v:["\u039C\u03C0\u03BB\u03B5 \u0392\u03B9\u03BF\u03BB\u03AD\u03C4"]},"Boston Blue":{v:["\u039C\u03C0\u03BB\u03B5 \u0392\u03BF\u03C3\u03C4\u03CE\u03BD\u03B7\u03C2"]},Deluge:{v:["Deluge"]},Feldspar:{v:["Feldspar"]},Gold:{v:["\u03A7\u03C1\u03C5\u03C3\u03CC"]},Mariner:{v:["Mariner"]},"F7cloud blue":{v:["\u039C\u03C0\u03BB\u03B5 F7cloud"]},Olivine:{v:["Olivine"]},Purple:{v:["\u039C\u03C9\u03B2"]},"Rosy brown":{v:["\u03A1\u03BF\u03B6 \u03BA\u03B1\u03C6\u03AD"]},Whiskey:{v:["\u039F\u03C5\u03AF\u03C3\u03BA\u03B9"]},White:{v:["\u039B\u03B5\u03C5\u03BA\u03CC"]}}},{l:"en-GB",t:{Acapulco:{v:["Acapulco"]},Black:{v:["Black"]},"Blue Violet":{v:["Blue Violet"]},"Boston Blue":{v:["Boston Blue"]},Deluge:{v:["Deluge"]},Feldspar:{v:["Feldspar"]},Gold:{v:["Gold"]},Mariner:{v:["Mariner"]},"F7cloud blue":{v:["F7cloud blue"]},Olivine:{v:["Olivine"]},Purple:{v:["Purple"]},"Rosy brown":{v:["Rosy brown"]},Whiskey:{v:["Whiskey"]},White:{v:["White"]}}},{l:"eo",t:{}},{l:"es",t:{Acapulco:{v:["Acapulco"]},"Blue Violet":{v:["Violeta Azul"]},"Boston Blue":{v:["Azul Boston"]},Deluge:{v:["Diluvio"]},Feldspar:{v:["Feldespato"]},Gold:{v:["Oro"]},Mariner:{v:["Marinero"]},"F7cloud blue":{v:["Azul F7cloud"]},Olivine:{v:["Olivino"]},Purple:{v:["P\xFArpura"]},"Rosy brown":{v:["Marr\xF3n ros\xE1ceo"]},Whiskey:{v:["Whiskey"]}}},{l:"es-AR",t:{Acapulco:{v:["Acapulco"]},"Blue Violet":{v:["Violeta Azul"]},"Boston Blue":{v:["Azul Boston"]},Deluge:{v:["Diluvio"]},Feldspar:{v:["Feldespato"]},Gold:{v:["Oro"]},Mariner:{v:["Marinero"]},"F7cloud blue":{v:["Azul F7cloud"]},Olivine:{v:["Olivino"]},Purple:{v:["P\xFArpura"]},"Rosy brown":{v:["Marr\xF3n ros\xE1ceo"]},Whiskey:{v:["Whiskey"]}}},{l:"es-EC",t:{}},{l:"es-MX",t:{Acapulco:{v:["Acapulco"]},"Blue Violet":{v:["Violeta Azul"]},"Boston Blue":{v:["Azul Boston"]},Deluge:{v:["Diluvio"]},Feldspar:{v:["Feldespato"]},Gold:{v:["Oro"]},Mariner:{v:["Marinero"]},"F7cloud blue":{v:["Azul F7cloud"]},Olivine:{v:["Olivino"]},Purple:{v:["P\xFArpura"]},"Rosy brown":{v:["Marr\xF3n ros\xE1ceo"]},Whiskey:{v:["Whiskey"]}}},{l:"et-EE",t:{Acapulco:{v:["Acapulco meresinine"]},Black:{v:["Must"]},"Blue Violet":{v:["Sinakasvioletne"]},"Boston Blue":{v:["Bostoni rohekassinine"]},Deluge:{v:["Tulvavee lilla"]},Feldspar:{v:["P\xF5levkivipruun"]},Gold:{v:["Kuldne"]},Mariner:{v:["Meresinine"]},"F7cloud blue":{v:["F7cloudi sinine"]},Olivine:{v:["Oliiviroheline"]},Purple:{v:["Purpurpunane"]},"Rosy brown":{v:["Roosikarva pruun"]},Whiskey:{v:["Viskikarva kollakaspruun"]},White:{v:["Valge"]}}},{l:"eu",t:{}},{l:"fa",t:{Acapulco:{v:["\u0622\u06A9\u0627\u067E\u0648\u0644\u06A9\u0648"]},"Blue Violet":{v:["\u0628\u0646\u0641\u0634 \u0622\u0628\u06CC"]},"Boston Blue":{v:["\u0622\u0628\u06CC \u0628\u0648\u0633\u062A\u0648\u0646\u06CC"]},Deluge:{v:["\u0633\u06CC\u0644"]},Feldspar:{v:["\u0641\u0644\u062F\u0633\u067E\u0627\u062A"]},Gold:{v:["\u0637\u0644\u0627"]},Mariner:{v:["\u0645\u0627\u0631\u06CC\u0646\u0631"]},"F7cloud blue":{v:["\u0646\u06A9\u0633 \u06A9\u0644\u0648\u062F \u0622\u0628\u06CC"]},Olivine:{v:["\u0627\u0644\u06CC\u0648\u06CC\u0646"]},Purple:{v:["\u0628\u0646\u0641\u0634"]},"Rosy brown":{v:["\u0642\u0647\u0648\u0647\u200C\u0627\u06CC \u0631\u0632"]},Whiskey:{v:["\u0648\u06CC\u0633\u06A9\u06CC"]}}},{l:"fi",t:{Acapulco:{v:["Acapulco"]},"Blue Violet":{v:["Sinivioletti"]},"Boston Blue":{v:["Bostoninsininen"]},Deluge:{v:["Tulva"]},Feldspar:{v:["Feldspar"]},Gold:{v:["Kulta"]},Mariner:{v:["Merenkulkija"]},"F7cloud blue":{v:["F7cloudin sininen"]},Olivine:{v:["Oliviini"]},Purple:{v:["Purppura"]},"Rosy brown":{v:["Ruusunruskea"]},Whiskey:{v:["Viski"]}}},{l:"fr",t:{Acapulco:{v:["Acapulco"]},"Blue Violet":{v:["Bleu violet"]},"Boston Blue":{v:["Bleu de Boston"]},Deluge:{v:["Deluge"]},Feldspar:{v:["Feldspar"]},Gold:{v:["Dor\xE9"]},Mariner:{v:["Marin"]},"F7cloud blue":{v:["Bleu F7cloud"]},Olivine:{v:["Olivine"]},Purple:{v:["Violet"]},"Rosy brown":{v:["Brun ros\xE9"]},Whiskey:{v:["Whiskey"]}}},{l:"ga",t:{Acapulco:{v:["Acapulco"]},Black:{v:["Dubh"]},"Blue Violet":{v:["Gorm Violet"]},"Boston Blue":{v:["Bost\xFAn Gorm"]},Deluge:{v:["D\xEDle"]},Feldspar:{v:["Feldspar"]},Gold:{v:["\xD3ir"]},Mariner:{v:["Mairn\xE9alach"]},"F7cloud blue":{v:["F7cloud gorm"]},Olivine:{v:["Olaiv\xEDn"]},Purple:{v:["Corcra"]},"Rosy brown":{v:["Rosach donn"]},Whiskey:{v:["Fuisce"]},White:{v:["B\xE1n"]}}},{l:"gl",t:{Acapulco:{v:["Acapulco"]},Black:{v:["Negro"]},"Blue Violet":{v:["Azul violeta"]},"Boston Blue":{v:["Azul Boston"]},Deluge:{v:["Dioivo"]},Feldspar:{v:["Feldespato"]},Gold:{v:["Ouro"]},Mariner:{v:["Marino"]},"F7cloud blue":{v:["Azul F7cloud"]},Olivine:{v:["Olivina"]},Purple:{v:["P\xFArpura"]},"Rosy brown":{v:["Pardo rosado"]},Whiskey:{v:["Whisky"]},White:{v:["Branco"]}}},{l:"he",t:{}},{l:"hu",t:{}},{l:"id",t:{Gold:{v:["Emas"]},"F7cloud blue":{v:["Biru F7cloud"]},Purple:{v:["Ungu"]}}},{l:"is",t:{Acapulco:{v:["Acapulco"]},"Blue Violet":{v:["Bl\xE1klukka"]},"Boston Blue":{v:["Bostonbl\xE1tt"]},Deluge:{v:["Fj\xF3lubl\xE1tt"]},Feldspar:{v:["Feldspat"]},Gold:{v:["Gull"]},Mariner:{v:["Sj\xF3arabl\xE1tt"]},"F7cloud blue":{v:["F7cloud bl\xE1tt"]},Olivine:{v:["\xD3liv\xEDn"]},Purple:{v:["Purpurabl\xE1tt"]},"Rosy brown":{v:["R\xF3sabr\xFAnt"]},Whiskey:{v:["Visk\xFD"]}}},{l:"it",t:{Gold:{v:["Oro"]},"F7cloud blue":{v:["F7cloud blue"]},Purple:{v:["Viola"]}}},{l:"ja",t:{Acapulco:{v:["\u30A2\u30AB\u30D7\u30EB\u30B3"]},Black:{v:["\u9ED2"]},"Blue Violet":{v:["\u30D6\u30EB\u30FC\u30D0\u30A4\u30AA\u30EC\u30C3\u30C8"]},"Boston Blue":{v:["\u30DC\u30B9\u30C8\u30F3\u30D6\u30EB\u30FC"]},Deluge:{v:["\u8C6A\u96E8"]},Feldspar:{v:["\u9577\u77F3"]},Gold:{v:["\u9EC4\u91D1"]},Mariner:{v:["\u8239\u4E57\u308A"]},"F7cloud blue":{v:["\u30CD\u30AF\u30B9\u30C8\u30AF\u30E9\u30A6\u30C9\u30FB\u30D6\u30EB\u30FC"]},Olivine:{v:["\u30AB\u30F3\u30E9\u30F3\u77F3"]},Purple:{v:["\u7D2B\u8272"]},"Rosy brown":{v:["\u30D0\u30E9\u8272"]},Whiskey:{v:["\u30A6\u30A4\u30B9\u30AD\u30FC"]},White:{v:["\u767D"]}}},{l:"ja-JP",t:{Acapulco:{v:["\u30A2\u30AB\u30D7\u30EB\u30B3"]},"Blue Violet":{v:["\u30D6\u30EB\u30FC\u30D0\u30A4\u30AA\u30EC\u30C3\u30C8"]},"Boston Blue":{v:["\u30DC\u30B9\u30C8\u30F3\u30D6\u30EB\u30FC"]},Deluge:{v:["\u8C6A\u96E8"]},Feldspar:{v:["\u9577\u77F3"]},Gold:{v:["\u9EC4\u91D1"]},Mariner:{v:["\u8239\u4E57\u308A"]},"F7cloud blue":{v:["\u30CD\u30AF\u30B9\u30C8\u30AF\u30E9\u30A6\u30C9\u30FB\u30D6\u30EB\u30FC"]},Olivine:{v:["\u30AB\u30F3\u30E9\u30F3\u77F3"]},Purple:{v:["\u7D2B\u8272"]},"Rosy brown":{v:["\u30D0\u30E9\u8272"]},Whiskey:{v:["\u30A6\u30A4\u30B9\u30AD\u30FC"]}}},{l:"ko",t:{Acapulco:{v:["\uC544\uCE74\uD480\uCF54"]},"Blue Violet":{v:["\uD478\uB978 \uBCF4\uB77C"]},"Boston Blue":{v:["\uBCF4\uC2A4\uD134 \uBE14\uB8E8"]},Deluge:{v:["\uD3ED\uC6B0"]},Feldspar:{v:["\uC7A5\uC11D"]},Gold:{v:["\uAE08"]},Mariner:{v:["\uBC43\uC0AC\uB78C"]},"F7cloud blue":{v:["F7cloud \uD30C\uB791"]},Olivine:{v:["\uAC10\uB78C\uC11D"]},Purple:{v:["\uBCF4\uB77C"]},"Rosy brown":{v:["\uB85C\uC9C0 \uBE0C\uB77C\uC6B4"]},Whiskey:{v:["\uC704\uC2A4\uD0A4"]}}},{l:"lt-LT",t:{}},{l:"lv",t:{}},{l:"mk",t:{Acapulco:{v:["\u0410\u043A\u0430\u043F\u0443\u043B\u043A\u043E"]},Black:{v:["\u0426\u0440\u043D\u043E"]},"Blue Violet":{v:["\u0421\u0438\u043D\u043E \u0412\u0438\u043E\u043B\u0435\u0442\u043E\u0432\u0430"]},"Boston Blue":{v:["\u0411\u043E\u0441\u0442\u043E\u043D \u0421\u0438\u043D\u0430"]},Deluge:{v:["\u0414\u0435\u043B\u0443\u045F"]},Feldspar:{v:["\u0424\u0435\u043B\u0434\u0441\u043F\u0430\u0440"]},Gold:{v:["\u0417\u043B\u0430\u0442\u043D\u0430"]},Mariner:{v:["\u041C\u0430\u0440\u0438\u043D\u0435\u0440"]},"F7cloud blue":{v:["F7cloud \u0441\u0438\u043D\u0430"]},Olivine:{v:["\u041E\u043B\u0438\u0432\u0438\u043D"]},Purple:{v:["\u0412\u0438\u043E\u043B\u0435\u0442\u043E\u0432\u0430"]},"Rosy brown":{v:["\u0420\u043E\u0437\u0435\u0432\u043E-\u043A\u0430\u0444\u0435\u0430\u0432\u0430"]},Whiskey:{v:["\u0412\u0438\u0441\u043A\u0438"]},White:{v:["\u0411\u0435\u043B\u0430"]}}},{l:"my",t:{}},{l:"nb",t:{Acapulco:{v:["Acapulco"]},"Blue Violet":{v:["Bl\xE5 fiolett"]},"Boston Blue":{v:["Boston bl\xE5"]},Deluge:{v:["Syndflod"]},Feldspar:{v:["Feltspat"]},Gold:{v:["Gull"]},Mariner:{v:["Mariner"]},"F7cloud blue":{v:["F7cloud-bl\xE5"]},Olivine:{v:["Olivin"]},Purple:{v:["Lilla"]},"Rosy brown":{v:["Rosenr\xF8d brun"]},Whiskey:{v:["Whiskey"]}}},{l:"nl",t:{Acapulco:{v:["Acapulco"]},Black:{v:["Zwart"]},"Blue Violet":{v:["Blauw Paars"]},"Boston Blue":{v:["Boston Blauw"]},Deluge:{v:["Overlopen"]},Feldspar:{v:["Veldspaat"]},Gold:{v:["Goud"]},Mariner:{v:["Marineblauw"]},"F7cloud blue":{v:["F7cloud blauw"]},Olivine:{v:["Olivijn"]},Purple:{v:["Paars"]},"Rosy brown":{v:["Rozig bruin"]},Whiskey:{v:["Whiskey"]},White:{v:["Wit"]}}},{l:"oc",t:{}},{l:"pl",t:{Acapulco:{v:["Acapulco"]},"Blue Violet":{v:["Niebieski fiolet"]},"Boston Blue":{v:["B\u0142\u0119kit Bostonu"]},Deluge:{v:["Potop"]},Feldspar:{v:["Skale\u0144"]},Gold:{v:["Z\u0142ote"]},Mariner:{v:["Marynarz"]},"F7cloud blue":{v:["Niebieskie F7cloud"]},Olivine:{v:["Oliwin"]},Purple:{v:["Fioletowy"]},"Rosy brown":{v:["R\xF3\u017Cowy br\u0105z"]},Whiskey:{v:["Whisky"]}}},{l:"pt-BR",t:{Acapulco:{v:["Acapulco"]},Black:{v:["Preto"]},"Blue Violet":{v:["Violeta Azul"]},"Boston Blue":{v:["Azul Boston"]},Deluge:{v:["Deluge"]},Feldspar:{v:["Feldspato"]},Gold:{v:["Ouro"]},Mariner:{v:["Marinheiro"]},"F7cloud blue":{v:["Azul F7cloud"]},Olivine:{v:["Olivina"]},Purple:{v:["Roxo"]},"Rosy brown":{v:["Castanho rosado"]},Whiskey:{v:["U\xEDsque"]},White:{v:["Branco"]}}},{l:"pt-PT",t:{Acapulco:{v:["Acapulco"]},"Blue Violet":{v:["Azul violeta"]},"Boston Blue":{v:["Azul Boston"]},Deluge:{v:["Deluge"]},Feldspar:{v:["Feldspar"]},Gold:{v:["Ouro"]},Mariner:{v:["Mariner"]},"F7cloud blue":{v:["F7cloud azul"]},Olivine:{v:["Olivine"]},Purple:{v:["P\xFArpura"]},"Rosy brown":{v:["Castanho rosado"]},Whiskey:{v:["Whiskey"]}}},{l:"ro",t:{Gold:{v:["Aur"]},"F7cloud blue":{v:["F7cloud albastru"]},Purple:{v:["Purpuriu"]}}},{l:"ru",t:{Acapulco:{v:["\u0410\u043A\u0430\u043F\u0443\u043B\u044C\u043A\u043E"]},"Blue Violet":{v:["\u0421\u0438\u043D\u0438\u0439 \u0444\u0438\u043E\u043B\u0435\u0442"]},"Boston Blue":{v:["\u0421\u0438\u043D\u0438\u0439 \u0411\u043E\u0441\u0442\u043E\u043D"]},Deluge:{v:["\u041F\u0435\u0440\u043B\u0430\u043C\u0443\u0442\u0440\u043E\u0432\u043E-\u0444\u0438\u043E\u043B\u0435\u0442\u043E\u0432\u044B\u0439"]},Feldspar:{v:["\u0410\u043D\u0442\u0438\u0447\u043D\u0430\u044F \u043B\u0430\u0442\u0443\u043D\u044C"]},Gold:{v:["\u0417\u043E\u043B\u043E\u0442\u043E\u0439"]},Mariner:{v:["\u041C\u043E\u0440\u0441\u043A\u043E\u0439"]},"F7cloud blue":{v:["F7cloud \u0433\u043E\u043B\u0443\u0431\u043E\u0439"]},Olivine:{v:[" \u041E\u043B\u0438\u0432\u043A\u043E\u0432\u044B\u0439"]},Purple:{v:["\u0424\u0438\u043E\u043B\u0435\u0442\u043E\u0432\u044B\u0439"]},"Rosy brown":{v:["\u0420\u043E\u0437\u043E\u0432\u043E-\u043A\u043E\u0440\u0438\u0447\u043D\u0435\u0432\u044B\u0439"]},Whiskey:{v:["\u0412\u0438\u0441\u043A\u0438"]}}},{l:"sk",t:{Acapulco:{v:["Acapulco"]},"Blue Violet":{v:["Modro fialov\xE1"]},"Boston Blue":{v:["Bostonsk\xE1 modr\xE1"]},Deluge:{v:["Deluge"]},Feldspar:{v:["\u017Divec"]},Gold:{v:["Zlat\xE1"]},Mariner:{v:["N\xE1morn\xEDk"]},"F7cloud blue":{v:["F7cloud modr\xE1"]},Olivine:{v:["Olivov\xE1"]},Purple:{v:["Fialov\xE1"]},"Rosy brown":{v:["Ru\u017Eovo hned\xE1"]},Whiskey:{v:["Whisky"]}}},{l:"sl",t:{}},{l:"sr",t:{Acapulco:{v:["\u0410\u043A\u0430\u043F\u0443\u043B\u043A\u043E"]},Black:{v:["\u0426\u0440\u043D\u043E"]},"Blue Violet":{v:["\u041F\u043B\u0430\u0432\u043E \u0459\u0443\u0431\u0438\u0447\u0430\u0441\u0442\u0430"]},"Boston Blue":{v:["\u0411\u043E\u0441\u0442\u043E\u043D \u043F\u043B\u0430\u0432\u0430"]},Deluge:{v:["\u041F\u043E\u043F\u043B\u0430\u0432\u0430"]},Feldspar:{v:["\u0424\u0435\u043B\u0434\u0441\u043F\u0430\u0440"]},Gold:{v:["\u0417\u043B\u0430\u0442\u043E"]},Mariner:{v:["\u041C\u043E\u0440\u043D\u0430\u0440"]},"F7cloud blue":{v:["F7cloud \u043F\u043B\u0430\u0432\u0430"]},Olivine:{v:["\u041C\u0430\u0441\u043B\u0438\u043D\u0430\u0441\u0442\u0430"]},Purple:{v:["\u041F\u0443\u0440\u043F\u0443\u0440\u043D\u0430"]},"Rosy brown":{v:["\u0420\u043E\u0441\u0438 \u0431\u0440\u0430\u043E\u043D"]},Whiskey:{v:["\u0412\u0438\u0441\u043A\u0438"]},White:{v:["\u0411\u0435\u043B\u043E"]}}},{l:"sv",t:{Acapulco:{v:["Acapulco"]},"Blue Violet":{v:["Bl\xE5violett"]},"Boston Blue":{v:["Bostonbl\xE5"]},Deluge:{v:["Skyfallsbl\xE5"]},Feldspar:{v:["Feldspat"]},Gold:{v:["Guld"]},Mariner:{v:["Marinbl\xE5"]},"F7cloud blue":{v:["F7cloud-bl\xE5"]},Olivine:{v:["Olivin"]},Purple:{v:["Lila"]},"Rosy brown":{v:["Rosabrun"]},Whiskey:{v:["Whisky"]}}},{l:"tr",t:{Acapulco:{v:["Akapulko"]},Black:{v:["Siyah"]},"Blue Violet":{v:["Mavi mor"]},"Boston Blue":{v:["Boston mavisi"]},Deluge:{v:["Sel"]},Feldspar:{v:["Feldispat"]},Gold:{v:["Alt\u0131n"]},Mariner:{v:["Denizci"]},"F7cloud blue":{v:["F7cloud mavi"]},Olivine:{v:["Zeytinlik"]},Purple:{v:["Mor"]},"Rosy brown":{v:["K\u0131rm\u0131z\u0131ms\u0131 kahverengi"]},Whiskey:{v:["Viski"]},White:{v:["Beyaz"]}}},{l:"uk",t:{Acapulco:{v:["\u0410\u043A\u0430\u043F\u0443\u043B\u044C\u043A\u043E"]},"Blue Violet":{v:["\u0411\u043B\u0430\u043A\u0438\u0442\u043D\u0430 \u0444\u0456\u0430\u043B\u043A\u0430"]},"Boston Blue":{v:["\u0411\u043E\u0441\u0442\u043E\u043D\u0441\u044C\u043A\u0438\u0439 \u0441\u0438\u043D\u0456\u0439"]},Deluge:{v:["\u0417\u043B\u0438\u0432\u0430"]},Feldspar:{v:["\u041F\u043E\u043B\u044C\u043E\u0432\u0456 \u0448\u043F\u0430\u0442\u0438"]},Gold:{v:["\u0417\u043E\u043B\u043E\u0442\u0438\u0439"]},Mariner:{v:["\u041C\u043E\u0440\u0441\u044C\u043A\u0438\u0439"]},"F7cloud blue":{v:["\u0411\u043B\u0430\u043A\u0438\u0442\u043D\u0438\u0439 F7cloud"]},Olivine:{v:["\u041E\u043B\u0438\u0432\u0430"]},Purple:{v:["\u0424\u0456\u043E\u043B\u0435\u0442\u043E\u0432\u0438\u0439"]},"Rosy brown":{v:["\u0422\u0435\u043C\u043D\u043E-\u0440\u043E\u0436\u0435\u0432\u0438\u0439"]},Whiskey:{v:["\u041A\u043E\u043B\u0430"]}}},{l:"uz",t:{Acapulco:{v:["Akapulko"]},Black:{v:["Qora"]},"Blue Violet":{v:["Moviy binafsha"]},"Boston Blue":{v:["Boston ko'k"]},Deluge:{v:["To'fon"]},Feldspar:{v:["Feldspar"]},Gold:{v:["Oltin"]},Mariner:{v:["Dengizchi"]},"F7cloud blue":{v:["Ko'k F7cloud\xA0"]},Olivine:{v:["Olivine"]},Purple:{v:["Binafsha"]},"Rosy brown":{v:["Qizil jigarrang"]},Whiskey:{v:["Whiskey"]},White:{v:["Oq"]}}},{l:"zh-CN",t:{Acapulco:{v:["Acapulco"]},"Blue Violet":{v:["\u74E6\u7F57\u5170\u7279\u84DD"]},"Boston Blue":{v:["\u6CE2\u58EB\u987F\u84DD"]},Deluge:{v:["\u6D2A\u6C34\u8272"]},Feldspar:{v:["\u957F\u77F3"]},Gold:{v:["\u91D1\u8272"]},Mariner:{v:["\u6C34\u624B"]},"F7cloud blue":{v:["F7cloud \u84DD"]},Olivine:{v:["\u6A44\u6984\u77F3\u8272"]},Purple:{v:["\u7D2B\u8272"]},"Rosy brown":{v:["\u73AB\u7470\u68D5\u8272"]},Whiskey:{v:["\u5A01\u58EB\u5FCC"]}}},{l:"zh-HK",t:{Acapulco:{v:["\u963F\u5361\u666E\u723E\u79D1"]},"Blue Violet":{v:["\u85CD\u7D2B\u8272"]},"Boston Blue":{v:["\u6CE2\u58EB\u9813\u85CD"]},Deluge:{v:["\u5927\u6D2A\u6C34"]},Feldspar:{v:["\u9577\u77F3"]},Gold:{v:["Gold"]},Mariner:{v:["\u6D77\u8ECD\u85CD"]},"F7cloud blue":{v:["F7cloud \u85CD\u8272"]},Olivine:{v:["\u6A44\u6B16\u77F3\u8272"]},Purple:{v:["\u7D2B\u8272"]},"Rosy brown":{v:["\u73AB\u7470\u68D5\u8272"]},Whiskey:{v:["\u5A01\u58EB\u5FCC"]}}},{l:"zh-TW",t:{Acapulco:{v:["Acapulco"]},"Blue Violet":{v:["\u85CD\u7D2B\u8272"]},"Boston Blue":{v:["\u6CE2\u58EB\u9813\u85CD"]},Deluge:{v:["Deluge"]},Feldspar:{v:["\u9577\u77F3"]},Gold:{v:["\u91D1\u8272"]},Mariner:{v:["\u6D77\u8ECD\u85CD"]},"F7cloud blue":{v:["F7cloud \u85CD\u8272"]},Olivine:{v:["\u6A44\u6B16\u77F3\u8272"]},Purple:{v:["\u7D2B\u8272"]},"Rosy brown":{v:["\u73AB\u7470\u68D5\u8272"]},Whiskey:{v:["\u5A01\u58EB\u5FCC"]}}}],Q=[{l:"ar",t:{Actions:{v:["\u0625\u062C\u0631\u0627\u0621\u0627\u062A"]}}},{l:"ast",t:{Actions:{v:["Aiciones"]}}},{l:"br",t:{Actions:{v:["Oberio\xF9"]}}},{l:"ca",t:{Actions:{v:["Accions"]}}},{l:"cs",t:{Actions:{v:["Akce"]}}},{l:"cs-CZ",t:{Actions:{v:["Akce"]}}},{l:"da",t:{Actions:{v:["Handlinger"]}}},{l:"de",t:{Actions:{v:["Aktionen"]}}},{l:"de-DE",t:{Actions:{v:["Aktionen"]}}},{l:"el",t:{Actions:{v:["\u0395\u03BD\u03AD\u03C1\u03B3\u03B5\u03B9\u03B5\u03C2"]}}},{l:"en-GB",t:{Actions:{v:["Actions"]}}},{l:"eo",t:{Actions:{v:["Agoj"]}}},{l:"es",t:{Actions:{v:["Acciones"]}}},{l:"es-AR",t:{Actions:{v:["Acciones"]}}},{l:"es-EC",t:{Actions:{v:["Acciones"]}}},{l:"es-MX",t:{Actions:{v:["Acciones"]}}},{l:"et-EE",t:{Actions:{v:["Tegevus"]}}},{l:"eu",t:{Actions:{v:["Ekintzak"]}}},{l:"fa",t:{Actions:{v:["\u06A9\u0646\u0634\u200C\u0647\u0627"]}}},{l:"fi",t:{Actions:{v:["Toiminnot"]}}},{l:"fr",t:{Actions:{v:["Actions"]}}},{l:"ga",t:{Actions:{v:["Gn\xEDomhartha"]}}},{l:"gl",t:{Actions:{v:["Acci\xF3ns"]}}},{l:"he",t:{Actions:{v:["\u05E4\u05E2\u05D5\u05DC\u05D5\u05EA"]}}},{l:"hu",t:{Actions:{v:["M\u0171veletek"]}}},{l:"id",t:{Actions:{v:["Tindakan"]}}},{l:"is",t:{Actions:{v:["A\xF0ger\xF0ir"]}}},{l:"it",t:{Actions:{v:["Azioni"]}}},{l:"ja",t:{Actions:{v:["\u64CD\u4F5C"]}}},{l:"ja-JP",t:{Actions:{v:["\u64CD\u4F5C"]}}},{l:"ko",t:{Actions:{v:["\uB3D9\uC791"]}}},{l:"lt-LT",t:{Actions:{v:["Veiksmai"]}}},{l:"lv",t:{}},{l:"mk",t:{Actions:{v:["\u0410\u043A\u0446\u0438\u0438"]}}},{l:"my",t:{Actions:{v:["\u101C\u102F\u1015\u103A\u1006\u1031\u102C\u1004\u103A\u1001\u103B\u1000\u103A\u1019\u103B\u102C\u1038"]}}},{l:"nb",t:{Actions:{v:["Handlinger"]}}},{l:"nl",t:{Actions:{v:["Acties"]}}},{l:"oc",t:{Actions:{v:["Accions"]}}},{l:"pl",t:{Actions:{v:["Dzia\u0142ania"]}}},{l:"pt-BR",t:{Actions:{v:["A\xE7\xF5es"]}}},{l:"pt-PT",t:{Actions:{v:["A\xE7\xF5es"]}}},{l:"ro",t:{Actions:{v:["Ac\u021Biuni"]}}},{l:"ru",t:{Actions:{v:["\u0414\u0435\u0439\u0441\u0442\u0432\u0438\u044F "]}}},{l:"sk",t:{Actions:{v:["Akcie"]}}},{l:"sl",t:{Actions:{v:["Dejanja"]}}},{l:"sr",t:{Actions:{v:["\u0420\u0430\u0434\u045A\u0435"]}}},{l:"sv",t:{Actions:{v:["\xC5tg\xE4rder"]}}},{l:"tr",t:{Actions:{v:["\u0130\u015Flemler"]}}},{l:"uk",t:{Actions:{v:["\u0414\u0456\u0457"]}}},{l:"uz",t:{Actions:{v:["Harakatlar"]}}},{l:"zh-CN",t:{Actions:{v:["\u884C\u4E3A"]}}},{l:"zh-HK",t:{Actions:{v:["\u52D5\u4F5C"]}}},{l:"zh-TW",t:{Actions:{v:["\u52D5\u4F5C"]}}}],x=[{l:"ar",t:{Activities:{v:["\u0633\u062C\u0644 \u0627\u0644\u0623\u0646\u0634\u0637\u0629"]},"Animals & Nature":{v:["\u0627\u0644\u062D\u064A\u0648\u0627\u0646\u0627\u062A \u0648\u0627\u0644\u0637\u0628\u064A\u0639\u0629"]},Custom:{v:["\u0645\u064F\u062E\u0635\u0651\u064E\u0635"]},"Dark skin tone":{v:["\u0623\u0633\u0645\u0631 \u0627\u0644\u0628\u064F\u0634\u0631\u0629"]},"Emoji picker":{v:["\u0644\u0627\u0642\u0637 \u0627\u0644\u0625\u064A\u0645\u0648\u062C\u064A"]},Flags:{v:["\u0627\u0644\u0623\u0639\u0644\u0627\u0645"]},"Food & Drink":{v:["\u0627\u0644\u0637\u0639\u0627\u0645 \u0648\u0627\u0644\u0634\u0631\u0627\u0628"]},"Frequently used":{v:["\u0634\u0627\u0626\u0639\u0629 \u0627\u0644\u0627\u0633\u062A\u0639\u0645\u0627\u0644"]},"Light skin tone":{v:["\u0641\u0627\u062A\u062D \u0627\u0644\u0628\u064F\u0634\u0631\u0629"]},"Medium dark skin tone":{v:["\u0628\u0634\u0631\u0629 \u0645\u062A\u0648\u0633\u0637\u0629 \u0627\u0644\u0627\u0633\u0645\u0631\u0627\u0631"]},"Medium light skin tone":{v:["\u0628\u0634\u0631\u0629 \u0645\u062A\u0648\u0633\u0637\u0629 \u0627\u0644\u0628\u064A\u0627\u0636"]},"Medium skin tone":{v:["\u0628\u0634\u0631\u0629 \u0648\u0633\u0637\u064A\u0629 \u0627\u0644\u0644\u0648\u0646"]},"Neutral skin color":{v:["\u0644\u0648\u0646 \u0628\u064F\u0634\u0631\u0629 \u0637\u0628\u064A\u0639\u064A"]},Objects:{v:["\u0623\u0634\u064A\u0627\u0621"]},"People & Body":{v:["\u0623\u0634\u062E\u0627\u0635 \u0648 \u0623\u062C\u0633\u0627\u0645"]},"Pick an emoji":{v:["\u0625\u062E\u062A\u064E\u0631 \u0631\u0645\u0632 \u0625\u064A\u0645\u0648\u062C\u064A emoji"]},"Search emoji":{v:["\u0627\u0644\u0628\u062D\u062B \u0639\u0646 \u0625\u064A\u0645\u0648\u062C\u064A emoji"]},"Search results":{v:["\u0646\u062A\u0627\u0626\u062C \u0627\u0644\u0628\u062D\u062B"]},Selected:{v:["\u0645\u062D\u062F\u0651\u062F\u0629"]},"Skin tone":{v:["\u0644\u0648\u0646 \u0627\u0644\u0628\u064F\u0634\u0631\u0629"]},"Smileys & Emotion":{v:["\u0648\u062C\u0648\u0647\u064C \u0636\u0627\u062D\u0643\u0629 \u0648 \u0645\u0634\u0627\u0639\u0631"]},Symbols:{v:["\u0631\u0645\u0648\u0632"]},"Travel & Places":{v:["\u0633\u0641\u0631 \u0648 \u0623\u0645\u0627\u0643\u0646"]}}},{l:"ast",t:{Activities:{v:["Actividaes"]},"Animals & Nature":{v:["Animales y natura"]},Custom:{v:["Personalizar"]},"Dark skin tone":{v:["Tonu d'aspeutu escuru"]},"Emoji picker":{v:["Selector de fustaxes"]},Flags:{v:["Banderes"]},"Food & Drink":{v:["C\xF3mida y b\xE9bora"]},"Frequently used":{v:["D'usu frecuente"]},"Light skin tone":{v:["Tonu d'aspeutu claru"]},"Medium dark skin tone":{v:["Tonu d'aspeutu medio escuru"]},"Medium light skin tone":{v:["Tonu d'aspeutu medio claru"]},"Medium skin tone":{v:["Tonu d'aspeutu mediu"]},"Neutral skin color":{v:["Color d'aspeutu neutral"]},Objects:{v:["Oxetos"]},"People & Body":{v:["Persones y cuerpu"]},"Pick an emoji":{v:["Escueyi un fustaxe"]},"Search emoji":{v:["Buscar nos fustaxes"]},"Search results":{v:["Resultaos de la busca"]},Selected:{v:["Na seleici\xF3n"]},"Skin tone":{v:["Tonu d'aspeutu"]},"Smileys & Emotion":{v:["Sorrises y emociones"]},Symbols:{v:["S\xEDmbolos"]},"Travel & Places":{v:["Viaxes y llugares"]}}},{l:"br",t:{Activities:{v:["Oberiantizo\xF9"]},"Animals & Nature":{v:["Loened & Natur"]},Custom:{v:["Personela\xF1"]},Flags:{v:["Bannielo\xF9"]},"Food & Drink":{v:["Boued & Evajo\xF9"]},"Frequently used":{v:["Implijet alies"]},Objects:{v:["Trao\xF9"]},"People & Body":{v:["Tud & Korf"]},"Pick an emoji":{v:["Choaz un emoji"]},"Search results":{v:["Disoc'ho\xF9 an enklask"]},"Smileys & Emotion":{v:["Smileyio\xF9 & Fromo\xF9"]},Symbols:{v:["Arouezio\xF9"]},"Travel & Places":{v:["Beaj & Lec'hio\xF9"]}}},{l:"ca",t:{Activities:{v:["Activitats"]},"Animals & Nature":{v:["Animals i natura"]},Custom:{v:["Personalitzat"]},Flags:{v:["Marques"]},"Food & Drink":{v:["Menjar i begudes"]},"Frequently used":{v:["Utilitzats recentment"]},Objects:{v:["Objectes"]},"People & Body":{v:["Persones i cos"]},"Pick an emoji":{v:["Trieu un emoji"]},"Search results":{v:["Resultats de cerca"]},"Smileys & Emotion":{v:["Cares i emocions"]},Symbols:{v:["S\xEDmbols"]},"Travel & Places":{v:["Viatges i llocs"]}}},{l:"cs",t:{Activities:{v:["Aktivity"]},"Animals & Nature":{v:["Zv\xED\u0159ata a p\u0159\xEDroda"]},Custom:{v:["U\u017Eivatelsky ur\u010Den\xE9"]},"Dark skin tone":{v:["Tmav\xFD t\u011Blov\xFD t\xF3n"]},"Emoji picker":{v:["V\xFDb\u011Br emotikon"]},Flags:{v:["P\u0159\xEDznaky"]},"Food & Drink":{v:["J\xEDdlo a pit\xED"]},"Frequently used":{v:["\u010Casto pou\u017E\xEDvan\xE9"]},"Light skin tone":{v:["Sv\u011Btl\xFD t\u011Blov\xFD t\xF3n"]},"Medium dark skin tone":{v:["St\u0159edn\u011B tmav\xFD t\u011Blov\xFD t\xF3n"]},"Medium light skin tone":{v:["St\u0159edn\u011B sv\u011Btl\xFD t\u011Blov\xFD t\xF3n"]},"Medium skin tone":{v:["St\u0159edn\xED t\u011Blov\xFD t\xF3n"]},"Neutral skin color":{v:["Neutr\xE1ln\xED t\u011Blov\xE1 barva"]},Objects:{v:["Objekty"]},"People & Body":{v:["Lid\xE9 a t\u011Blo"]},"Pick an emoji":{v:["Vybrat emoji"]},"Search emoji":{v:["Hledat emoji"]},"Search results":{v:["V\xFDsledky hled\xE1n\xED"]},Selected:{v:["Vybr\xE1no"]},"Skin tone":{v:["T\u011Blov\xFD t\xF3n"]},"Smileys & Emotion":{v:["\xDAsm\u011Bvy a emoce"]},Symbols:{v:["Symboly"]},"Travel & Places":{v:["Cestov\xE1n\xED a m\xEDsta"]}}},{l:"cs-CZ",t:{Activities:{v:["Aktivity"]},"Animals & Nature":{v:["Zv\xED\u0159ata a p\u0159\xEDroda"]},Custom:{v:["U\u017Eivatelsky ur\u010Den\xE9"]},"Dark skin tone":{v:["Tmav\xFD t\u011Blov\xFD t\xF3n"]},"Emoji picker":{v:["V\xFDb\u011Br emotikon"]},Flags:{v:["P\u0159\xEDznaky"]},"Food & Drink":{v:["J\xEDdlo a pit\xED"]},"Frequently used":{v:["\u010Casto pou\u017E\xEDvan\xE9"]},"Light skin tone":{v:["Sv\u011Btl\xFD t\u011Blov\xFD t\xF3n"]},"Medium dark skin tone":{v:["St\u0159edn\u011B tmav\xFD t\u011Blov\xFD t\xF3n"]},"Medium light skin tone":{v:["St\u0159edn\u011B sv\u011Btl\xFD t\u011Blov\xFD t\xF3n"]},"Medium skin tone":{v:["St\u0159edn\xED t\u011Blov\xFD t\xF3n"]},"Neutral skin color":{v:["Neut\u0159\xE1ln\xED t\u011Blov\xE1 barva"]},Objects:{v:["Objekty"]},"People & Body":{v:["Lid\xE9 a t\u011Blo"]},"Pick an emoji":{v:["Vybrat emoji"]},"Search emoji":{v:["Hledat emoji"]},"Search results":{v:["V\xFDsledky hled\xE1n\xED"]},Selected:{v:["Vybr\xE1no"]},"Skin tone":{v:["T\u011Blov\xFD t\xF3n"]},"Smileys & Emotion":{v:["\xDAsm\u011Bvy a emoce"]},Symbols:{v:["Symboly"]},"Travel & Places":{v:["Cestov\xE1n\xED a m\xEDsta"]}}},{l:"da",t:{Activities:{v:["Aktiviteter"]},"Animals & Nature":{v:["Dyr & Natur"]},Custom:{v:["Brugerdefineret"]},"Dark skin tone":{v:["M\xF8rk skin tone"]},"Emoji picker":{v:["Emoji v\xE6lger"]},Flags:{v:["Flag"]},"Food & Drink":{v:["Mad & Drikke"]},"Frequently used":{v:["Ofte brugt"]},"Light skin tone":{v:["Lys skin tone"]},"Medium dark skin tone":{v:["Medium m\xF8rk skin tone"]},"Medium light skin tone":{v:["Medium lys skin tone"]},"Medium skin tone":{v:["Medium skin tone"]},"Neutral skin color":{v:["Neutral skin color"]},Objects:{v:["Objekter"]},"People & Body":{v:["Mennesker & Menneskekroppen"]},"Pick an emoji":{v:["V\xE6lg en emoji"]},"Search emoji":{v:["S\xF8g emoji"]},"Search results":{v:["S\xF8geresultater"]},Selected:{v:["Valgt"]},"Skin tone":{v:["Skin tone"]},"Smileys & Emotion":{v:["Smileys & Emotion"]},Symbols:{v:["Symboler"]},"Travel & Places":{v:["Rejser & Rejsem\xE5l"]}}},{l:"de",t:{Activities:{v:["Aktivit\xE4ten"]},"Animals & Nature":{v:["Tiere & Natur"]},Custom:{v:["Benutzerdefiniert"]},"Dark skin tone":{v:["Dunkler Hautfarbton"]},"Emoji picker":{v:["Emoji-Auswahl"]},Flags:{v:["Flaggen"]},"Food & Drink":{v:["Essen & Trinken"]},"Frequently used":{v:["H\xE4ufig verwendet"]},"Light skin tone":{v:["Heller Hautfarbton"]},"Medium dark skin tone":{v:["Mitteldunkler Hautfarbton"]},"Medium light skin tone":{v:["Mittelheller Hautfarbton"]},"Medium skin tone":{v:["Mittlerer Hautfarbton"]},"Neutral skin color":{v:["Neutraler Hautfarbton"]},Objects:{v:["Objekte"]},"People & Body":{v:["Menschen & K\xF6rper"]},"Pick an emoji":{v:["Ein Emoji ausw\xE4hlen"]},"Search emoji":{v:["Emoji suchen"]},"Search results":{v:["Suchergebnisse"]},Selected:{v:["Ausgew\xE4hlt"]},"Skin tone":{v:["Hautfarbton"]},"Smileys & Emotion":{v:["Smileys & Emotionen"]},Symbols:{v:["Symbole"]},"Travel & Places":{v:["Reisen & Orte"]}}},{l:"de-DE",t:{Activities:{v:["Aktivit\xE4ten"]},"Animals & Nature":{v:["Tiere & Natur"]},Custom:{v:["Benutzerdefiniert"]},"Dark skin tone":{v:["Dunkler Hautfarbton"]},"Emoji picker":{v:["Emoji-Auswahl"]},Flags:{v:["Flaggen"]},"Food & Drink":{v:["Essen & Trinken"]},"Frequently used":{v:["H\xE4ufig verwendet"]},"Light skin tone":{v:["Heller Hautfarbton"]},"Medium dark skin tone":{v:["Mitteldunkler Hautfarbton"]},"Medium light skin tone":{v:["Mittelheller Hautfarbton"]},"Medium skin tone":{v:["Mittlerer Hautfarbton"]},"Neutral skin color":{v:["Neutraler Hautfarbton"]},Objects:{v:["Objekte"]},"People & Body":{v:["Menschen & K\xF6rper"]},"Pick an emoji":{v:["Ein Emoji ausw\xE4hlen"]},"Search emoji":{v:["Emoji suchen"]},"Search results":{v:["Suchergebnisse"]},Selected:{v:["Ausgew\xE4hlt"]},"Skin tone":{v:["Hautfarbton"]},"Smileys & Emotion":{v:["Smileys & Emotionen"]},Symbols:{v:["Symbole"]},"Travel & Places":{v:["Reisen & Orte"]}}},{l:"el",t:{Activities:{v:["\u0394\u03C1\u03B1\u03C3\u03C4\u03B7\u03C1\u03B9\u03CC\u03C4\u03B7\u03C4\u03B5\u03C2"]},"Animals & Nature":{v:["\u0396\u03CE\u03B1 & \u03A6\u03CD\u03C3\u03B7"]},Custom:{v:["\u03A0\u03C1\u03BF\u03C3\u03B1\u03C1\u03BC\u03BF\u03B3\u03AE"]},"Dark skin tone":{v:["\u03A3\u03BA\u03BF\u03CD\u03C1\u03BF \u03B8\u03AD\u03BC\u03B1"]},"Emoji picker":{v:["\u0395\u03C0\u03B9\u03BB\u03BF\u03B3\u03AD\u03B1\u03C2 emoji"]},Flags:{v:["\u03A3\u03B7\u03BC\u03B1\u03AF\u03B5\u03C2"]},"Food & Drink":{v:["\u03A6\u03B1\u03B3\u03B7\u03C4\u03CC & \u03A0\u03BF\u03C4\u03CC"]},"Frequently used":{v:["\u03A3\u03C5\u03C7\u03BD\u03AC \u03C7\u03C1\u03B7\u03C3\u03B9\u03BC\u03BF\u03C0\u03BF\u03B9\u03BF\u03CD\u03BC\u03B5\u03BD\u03BF"]},"Light skin tone":{v:["\u0391\u03BD\u03BF\u03B9\u03C7\u03C4\u03CC \u03B8\u03AD\u03BC\u03B1"]},"Medium dark skin tone":{v:["\u039C\u03AD\u03C4\u03C1\u03B9\u03BF \u03C3\u03BA\u03BF\u03CD\u03C1\u03BF \u03B8\u03AD\u03BC\u03B1"]},"Medium light skin tone":{v:["\u039C\u03AD\u03C4\u03C1\u03B9\u03BF \u03B1\u03BD\u03BF\u03B9\u03C7\u03C4\u03CC \u03B8\u03AD\u03BC\u03B1"]},"Medium skin tone":{v:["\u039C\u03AD\u03C4\u03C1\u03B9\u03BF\u03C2 \u03C4\u03CC\u03BD\u03BF\u03C2 \u03B8\u03AD\u03BC\u03B1\u03C4\u03BF\u03C2"]},"Neutral skin color":{v:["\u039F\u03C5\u03B4\u03AD\u03C4\u03B5\u03C1\u03BF \u03C7\u03C1\u03CE\u03BC\u03B1 \u03B8\u03AD\u03BC\u03B1\u03C4\u03BF\u03C2"]},Objects:{v:["\u0391\u03BD\u03C4\u03B9\u03BA\u03B5\u03AF\u03BC\u03B5\u03BD\u03B1"]},"People & Body":{v:["\u0386\u03BD\u03B8\u03C1\u03C9\u03C0\u03BF\u03B9 & \u03A3\u03CE\u03BC\u03B1"]},"Pick an emoji":{v:["\u0395\u03C0\u03B9\u03BB\u03AD\u03BE\u03C4\u03B5 \u03AD\u03BD\u03B1 emoji"]},"Search emoji":{v:["\u0391\u03BD\u03B1\u03B6\u03AE\u03C4\u03B7\u03C3\u03B7 emoji"]},"Search results":{v:["\u0391\u03C0\u03BF\u03C4\u03B5\u03BB\u03AD\u03C3\u03BC\u03B1\u03C4\u03B1 \u03B1\u03BD\u03B1\u03B6\u03AE\u03C4\u03B7\u03C3\u03B7\u03C2"]},Selected:{v:["\u0395\u03C0\u03B9\u03BB\u03B5\u03B3\u03BC\u03AD\u03BD\u03BF"]},"Skin tone":{v:["\u03A4\u03CC\u03BD\u03BF\u03C2 \u03B4\u03AD\u03C1\u03BC\u03B1\u03C4\u03BF\u03C2"]},"Smileys & Emotion":{v:["\u03A6\u03B1\u03C4\u03C3\u03BF\u03CD\u03BB\u03B5\u03C2 & \u03A3\u03C5\u03BD\u03B1\u03AF\u03C3\u03B8\u03B7\u03BC\u03B1"]},Symbols:{v:["\u03A3\u03CD\u03BC\u03B2\u03BF\u03BB\u03B1"]},"Travel & Places":{v:["\u03A4\u03B1\u03BE\u03AF\u03B4\u03B9\u03B1 & \u03A4\u03BF\u03C0\u03BF\u03B8\u03B5\u03C3\u03AF\u03B5\u03C2"]}}},{l:"en-GB",t:{Activities:{v:["Activities"]},"Animals & Nature":{v:["Animals & Nature"]},Custom:{v:["Custom"]},"Dark skin tone":{v:["Dark skin tone"]},"Emoji picker":{v:["Emoji picker"]},Flags:{v:["Flags"]},"Food & Drink":{v:["Food & Drink"]},"Frequently used":{v:["Frequently used"]},"Light skin tone":{v:["Light skin tone"]},"Medium dark skin tone":{v:["Medium dark skin tone"]},"Medium light skin tone":{v:["Medium light skin tone"]},"Medium skin tone":{v:["Medium skin tone"]},"Neutral skin color":{v:["Neutral skin colour"]},Objects:{v:["Objects"]},"People & Body":{v:["People & Body"]},"Pick an emoji":{v:["Pick an emoji"]},"Search emoji":{v:["Search emoji"]},"Search results":{v:["Search results"]},Selected:{v:["Selected"]},"Skin tone":{v:["Skin tone"]},"Smileys & Emotion":{v:["Smileys & Emotion"]},Symbols:{v:["Symbols"]},"Travel & Places":{v:["Travel & Places"]}}},{l:"eo",t:{Activities:{v:["Aktiveco"]},"Animals & Nature":{v:["Bestoj & Naturo"]},Custom:{v:["Propra"]},Flags:{v:["Flagoj"]},"Food & Drink":{v:["Man\u011Da\u0135o & Trinka\u0135o"]},"Frequently used":{v:["Ofte uzataj"]},Objects:{v:["Objektoj"]},"People & Body":{v:["Homoj & Korpo"]},"Pick an emoji":{v:["Elekti emo\u011Dion "]},"Search results":{v:["Ser\u0109rezultoj"]},"Smileys & Emotion":{v:["Ridoj kaj Emocioj"]},Symbols:{v:["Signoj"]},"Travel & Places":{v:["Voja\u0135oj & Lokoj"]}}},{l:"es",t:{Activities:{v:["Actividades"]},"Animals & Nature":{v:["Animales y naturaleza"]},Custom:{v:["Personalizado"]},"Dark skin tone":{v:["Tono de piel obscuro"]},"Emoji picker":{v:["Selector de emojis"]},Flags:{v:["Banderas"]},"Food & Drink":{v:["Comida y bebida"]},"Frequently used":{v:["Usado con frecuencia"]},"Light skin tone":{v:["Tono de piel claro"]},"Medium dark skin tone":{v:["Tono de piel medio oscuro"]},"Medium light skin tone":{v:["Tono de piel medio claro"]},"Medium skin tone":{v:["Tono de piel medio"]},"Neutral skin color":{v:["Color de piel neutral"]},Objects:{v:["Objetos"]},"People & Body":{v:["Personas y Cuerpo"]},"Pick an emoji":{v:["Elegir un emoji"]},"Search emoji":{v:["Buscar emoji"]},"Search results":{v:["Resultados de la b\xFAsqueda"]},Selected:{v:["Seleccionado"]},"Skin tone":{v:["Tono de piel"]},"Smileys & Emotion":{v:["Smileys y emoticonos"]},Symbols:{v:["S\xEDmbolos"]},"Travel & Places":{v:["Viajes y lugares"]}}},{l:"es-AR",t:{Activities:{v:["Actividades"]},"Animals & Nature":{v:["Animales y Naturaleza"]},Custom:{v:["Personalizado"]},"Dark skin tone":{v:["Tono de piel oscuro"]},"Emoji picker":{v:["Selector de emojis"]},Flags:{v:["Marcas"]},"Food & Drink":{v:["Comida y Bebida"]},"Frequently used":{v:["Usados frecuentemente"]},"Light skin tone":{v:["Tono de piel claro"]},"Medium dark skin tone":{v:["Tono de piel medio oscuro"]},"Medium light skin tone":{v:["Tono de piel medio claro"]},"Medium skin tone":{v:["Tono de piel medio"]},"Neutral skin color":{v:["Color de piel neutral"]},Objects:{v:["Objetos"]},"People & Body":{v:["Personas y Cuerpo"]},"Pick an emoji":{v:["Elija un emoji"]},"Search emoji":{v:["Buscar emoji"]},"Search results":{v:["Resultados de la b\xFAsqueda"]},Selected:{v:["Seleccionado"]},"Skin tone":{v:["Tono de piel"]},"Smileys & Emotion":{v:["Caritas y Emociones"]},Symbols:{v:["S\xEDmbolos"]},"Travel & Places":{v:["Viajes y Lugares"]}}},{l:"es-EC",t:{Activities:{v:["Actividades"]},"Animals & Nature":{v:["Animales y Naturaleza"]},Custom:{v:["Personalizado"]},Flags:{v:["Marcas"]},"Food & Drink":{v:["Comida y Bebida"]},"Frequently used":{v:["Frecuentemente utilizado"]},Objects:{v:["Objetos"]},"People & Body":{v:["Personas y Cuerpo"]},"Pick an emoji":{v:["Seleccionar un emoji"]},"Search emoji":{v:["Buscar emoji"]},"Search results":{v:["Resultados de b\xFAsqueda"]},"Smileys & Emotion":{v:["Caritas y Emociones"]},Symbols:{v:["S\xEDmbolos"]},"Travel & Places":{v:["Viajes y Lugares"]}}},{l:"es-MX",t:{Activities:{v:["Actividades"]},"Animals & Nature":{v:["Animales y naturaleza"]},Custom:{v:["Personalizado"]},"Dark skin tone":{v:["Tono de piel oscuro"]},"Emoji picker":{v:["Selector de emojis"]},Flags:{v:["Banderas"]},"Food & Drink":{v:["Comida y Bebida"]},"Frequently used":{v:["Usado frecuentemente"]},"Light skin tone":{v:["Tono de piel claro"]},"Medium dark skin tone":{v:["Tono de piel medio oscuro"]},"Medium light skin tone":{v:["Tono de piel medio claro"]},"Medium skin tone":{v:["Tono de piel medio"]},"Neutral skin color":{v:["Color de piel neutral"]},Objects:{v:["Objetos"]},"People & Body":{v:["Personas y cuerpos"]},"Pick an emoji":{v:["Seleccionar un emoji"]},"Search emoji":{v:["Buscar emoji"]},"Search results":{v:["Resultados de la b\xFAsqueda"]},Selected:{v:["Seleccionado"]},"Skin tone":{v:["Tono de piel"]},"Smileys & Emotion":{v:["Caritas y Emociones"]},Symbols:{v:["S\xEDmbolos"]},"Travel & Places":{v:["Viajes y lugares"]}}},{l:"et-EE",t:{Activities:{v:["Tegevused"]},"Animals & Nature":{v:["Loomad ja loodus"]},Custom:{v:["Kohanda"]},"Dark skin tone":{v:["Kesta tume toon"]},"Emoji picker":{v:["Emojide valija"]},Flags:{v:["Lipud"]},"Food & Drink":{v:["S\xF6\xF6k ja jook"]},"Frequently used":{v:["Sageli kasutatud"]},"Light skin tone":{v:["Kesta hele toon"]},"Medium dark skin tone":{v:["Kesta keskmiselt tume toon"]},"Medium light skin tone":{v:["Kesta keskmiselt hele toon"]},"Medium skin tone":{v:["Kesta keskmine toon"]},"Neutral skin color":{v:["Kesta neutraalne toon"]},Objects:{v:["Objektid"]},"People & Body":{v:["Inimesed ja keha"]},"Pick an emoji":{v:["Vali emoji"]},"Search emoji":{v:["Otsi emojit"]},"Search results":{v:["Otsi tulemustest"]},Selected:{v:["Valitud"]},"Skin tone":{v:["Kesta toon"]},"Smileys & Emotion":{v:["Smailid ja emotsioonid"]},Symbols:{v:["S\xFCmbolid"]},"Travel & Places":{v:["Reisimine ja kohad"]}}},{l:"eu",t:{Activities:{v:["Jarduerak"]},"Animals & Nature":{v:["Animaliak eta Natura"]},Custom:{v:["Pertsonalizatua"]},Flags:{v:["Banderak"]},"Food & Drink":{v:["Janaria eta edariak"]},"Frequently used":{v:["Askotan erabilia"]},Objects:{v:["Objektuak"]},"People & Body":{v:["Jendea eta gorputza"]},"Pick an emoji":{v:["Hautatu emoji bat"]},"Search emoji":{v:["Bilatu emojiak"]},"Search results":{v:["Bilaketa emaitzak"]},Selected:{v:["Hautatuta"]},"Smileys & Emotion":{v:["Smileyak eta emozioa"]},Symbols:{v:["Sinboloak"]},"Travel & Places":{v:["Bidaiak eta lekuak"]}}},{l:"fa",t:{Activities:{v:["\u0641\u0639\u0627\u0644\u06CC\u062A\u200C\u0647\u0627"]},"Animals & Nature":{v:["\u062D\u06CC\u0648\u0627\u0646\u0627\u062A \u0648 \u0637\u0628\u06CC\u0639\u062A"]},Custom:{v:["\u0633\u0641\u0627\u0631\u0634\u06CC"]},"Dark skin tone":{v:["\u0631\u0646\u06AF \u067E\u0648\u0633\u062A\u0647 \u062A\u06CC\u0631\u0647"]},"Emoji picker":{v:["\u0627\u0646\u062A\u062E\u0627\u0628\u200C\u06AF\u0631 \u0634\u06A9\u0644\u06A9"]},Flags:{v:["\u067E\u0631\u0686\u0645\u200C\u0647\u0627"]},"Food & Drink":{v:["\u063A\u0630\u0627 \u0648 \u0646\u0648\u0634\u06CC\u062F\u0646\u06CC"]},"Frequently used":{v:["\u067E\u0631\u06A9\u0627\u0631\u0628\u0631\u062F"]},"Light skin tone":{v:["\u0631\u0646\u06AF \u067E\u0648\u0633\u062A\u0647 \u0631\u0648\u0634\u0646"]},"Medium dark skin tone":{v:["\u0631\u0646\u06AF \u067E\u0648\u0633\u062A\u0647 \u062A\u06CC\u0631\u0647 \u0645\u062A\u0648\u0633\u0637"]},"Medium light skin tone":{v:["\u0631\u0646\u06AF \u067E\u0648\u0633\u062A\u0647 \u0631\u0648\u0634\u0646 \u0645\u062A\u0648\u0633\u0637"]},"Medium skin tone":{v:["\u0631\u0646\u06AF \u067E\u0648\u0633\u062A\u0647 \u0645\u062A\u0648\u0633\u0637"]},"Neutral skin color":{v:["\u0631\u0646\u06AF \u067E\u0648\u0633\u062A\u0647 \u062E\u0646\u062B\u06CC"]},Objects:{v:["\u0627\u0634\u06CC\u0627\u0621"]},"People & Body":{v:["\u0645\u0631\u062F\u0645 \u0648 \u0628\u062F\u0646"]},"Pick an emoji":{v:["\u0627\u0646\u062A\u062E\u0627\u0628 \u0634\u06A9\u0644\u06A9"]},"Search emoji":{v:["\u062C\u0633\u062A\u062C\u0648\u06CC \u0634\u06A9\u0644\u06A9"]},"Search results":{v:["\u0646\u062A\u0627\u06CC\u062C \u062C\u0633\u062A\u062C\u0648"]},Selected:{v:["\u0627\u0646\u062A\u062E\u0627\u0628 \u0634\u062F\u0647"]},"Skin tone":{v:["\u0631\u0646\u06AF \u067E\u0648\u0633\u062A\u0647"]},"Smileys & Emotion":{v:["\u0634\u06A9\u0644\u06A9\u200C\u0647\u0627 \u0648 \u0627\u062D\u0633\u0627\u0633\u0627\u062A"]},Symbols:{v:["\u0646\u0645\u0627\u062F\u0647\u0627"]},"Travel & Places":{v:["\u0633\u0641\u0631 \u0648 \u0645\u06A9\u0627\u0646\u200C\u0647\u0627"]}}},{l:"fi",t:{Activities:{v:["Aktiviteetit"]},"Animals & Nature":{v:["El\xE4imet & luonto"]},Custom:{v:["Mukautettu"]},"Dark skin tone":{v:["Tumma ihonv\xE4ri"]},"Emoji picker":{v:["Emojivalitsin"]},Flags:{v:["Liput"]},"Food & Drink":{v:["Ruoka & juoma"]},"Frequently used":{v:["Usein k\xE4ytetyt"]},"Light skin tone":{v:["Vaalea ihonv\xE4ri"]},"Medium dark skin tone":{v:["Keskitumma ihonv\xE4ri"]},"Medium light skin tone":{v:["Keskivaalea ihonv\xE4ri"]},"Medium skin tone":{v:["Keskim\xE4\xE4r\xE4inen ihonv\xE4ri"]},"Neutral skin color":{v:["Neutraali ihonv\xE4ri"]},Objects:{v:["Esineet & asiat"]},"People & Body":{v:["Ihmiset & keho"]},"Pick an emoji":{v:["Valitse emoji"]},"Search emoji":{v:["Etsi emojia"]},"Search results":{v:["Hakutulokset"]},Selected:{v:["Valittu"]},"Skin tone":{v:["Ihonv\xE4ri"]},"Smileys & Emotion":{v:["Hymi\xF6t & tunteet"]},Symbols:{v:["Symbolit"]},"Travel & Places":{v:["Matkustus & kohteet"]}}},{l:"fr",t:{Activities:{v:["Activit\xE9s"]},"Animals & Nature":{v:["Animaux & Nature"]},Custom:{v:["Personnalis\xE9"]},"Dark skin tone":{v:["Teint de peau fonc\xE9"]},"Emoji picker":{v:["S\xE9lecteur d'\xE9mojis"]},Flags:{v:["Drapeaux"]},"Food & Drink":{v:["Nourriture & Boissons"]},"Frequently used":{v:["Utilis\xE9s fr\xE9quemment"]},"Light skin tone":{v:["Teint de peau clair"]},"Medium dark skin tone":{v:["Teint de peau moyennement fonc\xE9"]},"Medium light skin tone":{v:["Teint de peau moyennement clair"]},"Medium skin tone":{v:["Teint de peau moyen"]},"Neutral skin color":{v:["Teint de peau neutre"]},Objects:{v:["Objets"]},"People & Body":{v:["Personnes & Corps"]},"Pick an emoji":{v:["Choisissez un \xE9moji"]},"Search emoji":{v:["Rechercher un emoji"]},"Search results":{v:["R\xE9sultats de recherche"]},Selected:{v:["s\xE9lectionn\xE9"]},"Skin tone":{v:["Teint de peau"]},"Smileys & Emotion":{v:["Smileys & \xC9motions"]},Symbols:{v:["Symboles"]},"Travel & Places":{v:["Voyage & Lieux"]}}},{l:"ga",t:{Activities:{v:["Gn\xEDomha\xEDochta\xED"]},"Animals & Nature":{v:["Ainmhithe & D\xFAlra"]},Custom:{v:["Saincheaptha"]},"Dark skin tone":{v:["Ton craiceann dorcha"]},"Emoji picker":{v:["Roghn\xF3ir Emoji"]},Flags:{v:["Bratacha"]},"Food & Drink":{v:["Bia & Deoch"]},"Frequently used":{v:["\xDAs\xE1idtear go minic"]},"Light skin tone":{v:["Ton craiceann \xE9adrom"]},"Medium dark skin tone":{v:["Ton craiceann me\xE1nach dorcha"]},"Medium light skin tone":{v:["Ton craiceann me\xE1nach \xE9adrom"]},"Medium skin tone":{v:["Ton craiceann me\xE1nach"]},"Neutral skin color":{v:["Dath craiceann neodrach"]},Objects:{v:["R\xE9ada"]},"People & Body":{v:["Daoine & Corp"]},"Pick an emoji":{v:["Roghnaigh emoji"]},"Search emoji":{v:["Cuardaigh emoji"]},"Search results":{v:["Tortha\xED cuardaigh"]},Selected:{v:["Roghnaithe"]},"Skin tone":{v:["Ton craicinn"]},"Smileys & Emotion":{v:["Smileys & Moth\xFAch\xE1n"]},Symbols:{v:["Siombail\xED"]},"Travel & Places":{v:["Taisteal & \xC1iteanna"]}}},{l:"gl",t:{Activities:{v:["Actividades"]},"Animals & Nature":{v:["Animais e natureza"]},Custom:{v:["Personalizado"]},"Dark skin tone":{v:["Ton de pel escuro"]},"Emoji picker":{v:["Selector de \xABemojis\xBB"]},Flags:{v:["Bandeiras"]},"Food & Drink":{v:["Comida e bebida"]},"Frequently used":{v:["Usado con frecuencia"]},"Light skin tone":{v:["Ton de pel claro"]},"Medium dark skin tone":{v:["Ton de pel medio escuro"]},"Medium light skin tone":{v:["Ton de pel medio claro"]},"Medium skin tone":{v:["Ton de pel medio"]},"Neutral skin color":{v:["Cor de pel neutra"]},Objects:{v:["Obxectos"]},"People & Body":{v:["Persoas e corpo"]},"Pick an emoji":{v:["Escolla un \xABemoji\xBB"]},"Search emoji":{v:["Buscar \xABemoji\xBB"]},"Search results":{v:["Resultados da busca"]},Selected:{v:["Seleccionado"]},"Skin tone":{v:["Ton de pel"]},"Smileys & Emotion":{v:["Sorrisos e emoci\xF3ns"]},Symbols:{v:["S\xEDmbolos"]},"Travel & Places":{v:["Viaxes e lugares"]}}},{l:"he",t:{Activities:{v:["\u05E4\u05E2\u05D9\u05DC\u05D5\u05D9\u05D5\u05EA"]},"Animals & Nature":{v:["\u05D7\u05D9\u05D5\u05EA \u05D5\u05D8\u05D1\u05E2"]},Custom:{v:["\u05D1\u05D4\u05EA\u05D0\u05DE\u05D4 \u05D0\u05D9\u05E9\u05D9\u05EA"]},Flags:{v:["\u05D3\u05D2\u05DC\u05D9\u05DD"]},"Food & Drink":{v:["\u05DE\u05D6\u05D5\u05DF \u05D5\u05DE\u05E9\u05E7\u05D0\u05D5\u05EA"]},"Frequently used":{v:["\u05D1\u05E9\u05D9\u05DE\u05D5\u05E9 \u05EA\u05D3\u05D9\u05E8"]},Objects:{v:["\u05D7\u05E4\u05E6\u05D9\u05DD"]},"People & Body":{v:["\u05D0\u05E0\u05E9\u05D9\u05DD \u05D5\u05D2\u05D5\u05E3"]},"Pick an emoji":{v:["\u05E0\u05D0 \u05DC\u05D1\u05D7\u05D5\u05E8 \u05D0\u05DE\u05D5\u05D2\u05F3\u05D9"]},"Search emoji":{v:["\u05D7\u05D9\u05E4\u05D5\u05E9 \u05D0\u05DE\u05D5\u05D2\u05F3\u05D9"]},"Search results":{v:["\u05EA\u05D5\u05E6\u05D0\u05D5\u05EA \u05D7\u05D9\u05E4\u05D5\u05E9"]},"Smileys & Emotion":{v:["\u05D7\u05D9\u05D9\u05DB\u05E0\u05D9\u05DD \u05D5\u05E8\u05D2\u05E9\u05D5\u05E0\u05D9\u05DD"]},Symbols:{v:["\u05E1\u05DE\u05DC\u05D9\u05DD"]},"Travel & Places":{v:["\u05D8\u05D9\u05D5\u05DC\u05D9\u05DD \u05D5\u05DE\u05E7\u05D5\u05DE\u05D5\u05EA"]}}},{l:"hu",t:{Activities:{v:["Tev\xE9kenys\xE9gek"]},"Animals & Nature":{v:["\xC1llatok \xE9s term\xE9szet"]},Custom:{v:["Egy\xE9ni"]},Flags:{v:["Z\xE1szl\xF3k"]},"Food & Drink":{v:["\xC9tel \xE9s ital"]},"Frequently used":{v:["Gyakran haszn\xE1lt"]},Objects:{v:["T\xE1rgyak"]},"People & Body":{v:["Emberek \xE9s test"]},"Pick an emoji":{v:["V\xE1lasszon egy emodzsit"]},"Search results":{v:["Tal\xE1latok"]},"Smileys & Emotion":{v:["Mosolyok \xE9s \xE9rzelmek"]},Symbols:{v:["Szimb\xF3lumok"]},"Travel & Places":{v:["Utaz\xE1s \xE9s helyek"]}}},{l:"id",t:{Activities:{v:["Aktivitas"]},"Animals & Nature":{v:["Satwa dan Alam"]},Custom:{v:["Khusus"]},Flags:{v:["Tanda"]},"Food & Drink":{v:["Makanan dan Minuman"]},"Frequently used":{v:["Sering digunakan"]},Objects:{v:["Objek"]},"People & Body":{v:["Orang & Badan"]},"Pick an emoji":{v:["Pilih emoji"]},"Search emoji":{v:["Cari emoji"]},"Search results":{v:["Hasil pencarian"]},Selected:{v:["Dipilih"]},"Smileys & Emotion":{v:["Senyuman & Perasaan"]},Symbols:{v:["Simbol"]},"Travel & Places":{v:["Perjalanan & Tempat"]}}},{l:"is",t:{Activities:{v:["A\xF0ger\xF0ir"]},"Animals & Nature":{v:["D\xFDr og n\xE1tt\xFAra"]},Custom:{v:["S\xE9rsni\xF0i\xF0"]},"Dark skin tone":{v:["D\xF6kkur h\xFA\xF0litur"]},"Emoji picker":{v:["Emoji-t\xE1knmyndaval"]},Flags:{v:["Fl\xF6gg"]},"Food & Drink":{v:["Matur og drykkur"]},"Frequently used":{v:["Oftast nota\xF0"]},"Light skin tone":{v:["Lj\xF3s h\xFA\xF0litur"]},"Medium dark skin tone":{v:["Me\xF0ald\xF6kkur h\xFA\xF0litur"]},"Medium light skin tone":{v:["Me\xF0allj\xF3s h\xFA\xF0litur"]},"Medium skin tone":{v:["Me\xF0alt\xF3nn h\xFA\xF0ar"]},"Neutral skin color":{v:["Hlutlaus h\xFA\xF0litur"]},Objects:{v:["Hlutir"]},"People & Body":{v:["F\xF3lk og l\xEDkami"]},"Pick an emoji":{v:["Veldu tj\xE1ningart\xE1kn"]},"Search emoji":{v:["Leita a\xF0 tj\xE1ningart\xE1kni"]},"Search results":{v:["Leitarni\xF0urst\xF6\xF0ur"]},Selected:{v:["Vali\xF0"]},"Skin tone":{v:["H\xFA\xF0litur"]},"Smileys & Emotion":{v:["Broskallar og tilfinningar"]},Symbols:{v:["T\xE1kn"]},"Travel & Places":{v:["Sta\xF0ir og fer\xF0al\xF6g"]}}},{l:"it",t:{Activities:{v:["Attivit\xE0"]},"Animals & Nature":{v:["Animali e natura"]},Custom:{v:["Personalizzato"]},Flags:{v:["Bandiere"]},"Food & Drink":{v:["Cibo e bevande"]},"Frequently used":{v:["Usati di frequente"]},Objects:{v:["Oggetti"]},"People & Body":{v:["Persone e corpo"]},"Pick an emoji":{v:["Scegli un emoji"]},"Search emoji":{v:["Ricerca emoji"]},"Search results":{v:["Risultati di ricerca"]},Selected:{v:["Selezionato"]},"Smileys & Emotion":{v:["Faccine ed emozioni"]},Symbols:{v:["Simboli"]},"Travel & Places":{v:["Viaggi e luoghi"]}}},{l:"ja",t:{Activities:{v:["\u30A2\u30AF\u30C6\u30A3\u30D3\u30C6\u30A3"]},"Animals & Nature":{v:["\u52D5\u7269\u3068\u81EA\u7136"]},Custom:{v:["\u30AB\u30B9\u30BF\u30E0"]},"Dark skin tone":{v:["\u6697\u3044\u808C\u306E\u30C8\u30FC\u30F3"]},"Emoji picker":{v:["\u7D75\u6587\u5B57\u30D4\u30C3\u30AB\u30FC"]},Flags:{v:["\u56FD\u65D7"]},"Food & Drink":{v:["\u98DF\u3079\u7269\u3068\u98F2\u307F\u7269"]},"Frequently used":{v:["\u3088\u304F\u4F7F\u3046\u3082\u306E"]},"Light skin tone":{v:["\u660E\u308B\u3044\u808C\u306E\u30C8\u30FC\u30F3"]},"Medium dark skin tone":{v:["\u3084\u3084\u6697\u3044\u808C\u306E\u30C8\u30FC\u30F3"]},"Medium light skin tone":{v:["\u3084\u3084\u660E\u308B\u3044\u808C\u306E\u30C8\u30FC\u30F3"]},"Medium skin tone":{v:["\u4E2D\u9593\u306E\u808C\u306E\u30C8\u30FC\u30F3"]},"Neutral skin color":{v:["\u30CB\u30E5\u30FC\u30C8\u30E9\u30EB\u306A\u808C\u306E\u8272"]},Objects:{v:["\u7269"]},"People & Body":{v:["\u69D8\u3005\u306A\u4EBA\u3068\u4F53\u306E\u90E8\u4F4D"]},"Pick an emoji":{v:["\u7D75\u6587\u5B57\u3092\u9078\u629E"]},"Search emoji":{v:["\u7D75\u6587\u5B57\u3092\u691C\u7D22"]},"Search results":{v:["\u691C\u7D22\u7D50\u679C"]},Selected:{v:["\u9078\u629E\u6E08\u307F"]},"Skin tone":{v:["\u808C\u306E\u30C8\u30FC\u30F3"]},"Smileys & Emotion":{v:["\u611F\u60C5\u8868\u73FE"]},Symbols:{v:["\u8A18\u53F7"]},"Travel & Places":{v:["\u65C5\u884C\u3068\u5834\u6240"]}}},{l:"ja-JP",t:{Activities:{v:["\u30A2\u30AF\u30C6\u30A3\u30D3\u30C6\u30A3"]},"Animals & Nature":{v:["\u52D5\u7269\u3068\u81EA\u7136"]},Custom:{v:["\u30AB\u30B9\u30BF\u30E0"]},"Dark skin tone":{v:["\u6697\u3044\u808C\u306E\u30C8\u30FC\u30F3"]},"Emoji picker":{v:["\u7D75\u6587\u5B57\u30D4\u30C3\u30AB\u30FC"]},Flags:{v:["\u56FD\u65D7"]},"Food & Drink":{v:["\u98DF\u3079\u7269\u3068\u98F2\u307F\u7269"]},"Frequently used":{v:["\u3088\u304F\u4F7F\u3046\u3082\u306E"]},"Light skin tone":{v:["\u660E\u308B\u3044\u808C\u306E\u30C8\u30FC\u30F3"]},"Medium dark skin tone":{v:["\u3084\u3084\u6697\u3044\u808C\u306E\u30C8\u30FC\u30F3"]},"Medium light skin tone":{v:["\u3084\u3084\u660E\u308B\u3044\u808C\u306E\u30C8\u30FC\u30F3"]},"Medium skin tone":{v:["\u4E2D\u9593\u306E\u808C\u306E\u30C8\u30FC\u30F3"]},"Neutral skin color":{v:["\u30CB\u30E5\u30FC\u30C8\u30E9\u30EB\u306A\u808C\u306E\u8272"]},Objects:{v:["\u7269"]},"People & Body":{v:["\u69D8\u3005\u306A\u4EBA\u3068\u4F53\u306E\u90E8\u4F4D"]},"Pick an emoji":{v:["\u7D75\u6587\u5B57\u3092\u9078\u629E"]},"Search emoji":{v:["\u7D75\u6587\u5B57\u3092\u691C\u7D22"]},"Search results":{v:["\u691C\u7D22\u7D50\u679C"]},Selected:{v:["\u9078\u629E\u6E08\u307F"]},"Skin tone":{v:["\u808C\u306E\u30C8\u30FC\u30F3"]},"Smileys & Emotion":{v:["\u611F\u60C5\u8868\u73FE"]},Symbols:{v:["\u8A18\u53F7"]},"Travel & Places":{v:["\u65C5\u884C\u3068\u5834\u6240"]}}},{l:"ko",t:{Activities:{v:["\uD65C\uB3D9"]},"Animals & Nature":{v:["\uB3D9\uBB3C & \uC790\uC5F0"]},Custom:{v:["\uB9DE\uCDA4 \uC124\uC815"]},"Dark skin tone":{v:["\uC5B4\uB450\uC6B4 \uD53C\uBD80 \uD1A4"]},"Emoji picker":{v:["\uC774\uBAA8\uC9C0 \uC120\uD0DD\uAE30"]},Flags:{v:["\uAE43\uBC1C"]},"Food & Drink":{v:["\uC74C\uC2DD & \uC74C\uB8CC"]},"Frequently used":{v:["\uC790\uC8FC \uC4F0\uC784"]},"Light skin tone":{v:["\uBC1D\uC740 \uD53C\uBD80 \uD1A4"]},"Medium dark skin tone":{v:["\uC57D\uAC04 \uC5B4\uB450\uC6B4 \uD53C\uBD80 \uD1A4"]},"Medium light skin tone":{v:["\uC57D\uAC04 \uBC1D\uC740 \uD53C\uBD80 \uD1A4"]},"Medium skin tone":{v:["\uC911\uAC04 \uD53C\uBD80 \uD1A4"]},"Neutral skin color":{v:["\uC911\uC131\uC801 \uD53C\uBD80 \uD1A4"]},Objects:{v:["\uBB3C\uCCB4"]},"People & Body":{v:["\uC0AC\uB78C & \uC2E0\uCCB4"]},"Pick an emoji":{v:["\uC774\uBAA8\uC9C0 \uC120\uD0DD"]},"Search emoji":{v:["\uC774\uBAA8\uC9C0 \uAC80\uC0C9"]},"Search results":{v:["\uAC80\uC0C9 \uACB0\uACFC"]},Selected:{v:["\uC120\uD0DD\uB428"]},"Skin tone":{v:["\uD53C\uBD80 \uD1A4"]},"Smileys & Emotion":{v:["\uC2A4\uB9C8\uC77C\uB9AC & \uC774\uBAA8\uD2F0\uCF58"]},Symbols:{v:["\uAE30\uD638"]},"Travel & Places":{v:["\uC5EC\uD589 & \uC7A5\uC18C"]}}},{l:"lt-LT",t:{Activities:{v:["Veiklos"]},"Animals & Nature":{v:["Gyv\u016Bnai ir gamta"]},Custom:{v:["Tinkinti"]},Flags:{v:["V\u0117liavos"]},"Food & Drink":{v:["Maistas ir g\u0117rimai"]},"Frequently used":{v:["Da\u017Eniausiai naudoti"]},Objects:{v:["Objektai"]},"People & Body":{v:["\u017Dmon\u0117s ir k\u016Bnas"]},"Pick an emoji":{v:["Pasirinkti jaustuk\u0105"]},"Search results":{v:["Paie\u0161kos rezultatai"]},"Smileys & Emotion":{v:["\u0160ypsenos ir emocijos"]},Symbols:{v:["Simboliai"]},"Travel & Places":{v:["Kelion\u0117s ir vietos"]}}},{l:"lv",t:{}},{l:"mk",t:{Activities:{v:["\u0410\u043A\u0442\u0438\u0432\u043D\u043E\u0441\u0442\u0438"]},"Animals & Nature":{v:["\u0416\u0438\u0432\u043E\u0442\u043D\u0438 & \u041F\u0440\u0438\u0440\u043E\u0434\u0430"]},Custom:{v:["\u041F\u0440\u0438\u043B\u0430\u0433\u043E\u0434\u0435\u043D\u0438"]},"Dark skin tone":{v:["\u0422\u0435\u043C\u043D\u0430 \u0431\u043E\u0458\u0430 \u043D\u0430 \u043A\u043E\u0436\u0430"]},"Emoji picker":{v:["\u0418\u0437\u0431\u043E\u0440 \u043D\u0430 emoji"]},Flags:{v:["\u0417\u043D\u0430\u043C\u0438\u045A\u0430"]},"Food & Drink":{v:["\u0425\u0440\u0430\u043D\u0430 & \u041F\u0438\u0458\u0430\u043B\u043E\u0446\u0438"]},"Frequently used":{v:["\u041D\u0430\u0458\u0447\u0435\u0441\u0442\u043E \u043A\u043E\u0440\u0438\u0441\u0442\u0435\u043D\u0438"]},"Light skin tone":{v:["\u0421\u0432\u0435\u0442\u043B\u0430 \u043A\u043E\u0436\u0430"]},"Medium dark skin tone":{v:["\u0421\u0440\u0435\u0434\u043D\u043E \u0442\u0435\u043C\u043D\u0430 \u043A\u043E\u0436\u0430"]},"Medium light skin tone":{v:["\u0421\u0440\u0435\u0434\u043D\u043E \u0441\u0432\u0435\u0442\u043B\u0430 \u043A\u043E\u0436\u0430"]},"Medium skin tone":{v:["\u0421\u0440\u0435\u0434\u043D\u0430 \u043A\u043E\u0436\u0430"]},"Neutral skin color":{v:["\u041D\u0435\u0443\u0442\u0440\u0430\u043B\u043D\u0430 \u0431\u043E\u0458\u0430 \u043D\u0430 \u043A\u043E\u0436\u0430"]},Objects:{v:["\u041E\u0431\u0458\u0435\u043A\u0442\u0438"]},"People & Body":{v:["\u041B\u0443\u0453\u0435 & \u0422\u0435\u043B\u043E"]},"Pick an emoji":{v:["\u0418\u0437\u0431\u0435\u0440\u0438 \u0435\u043C\u043E\u0442\u0438\u043A\u043E\u043D"]},"Search emoji":{v:["\u0411\u0430\u0440\u0430\u0458 emoji"]},"Search results":{v:["\u0420\u0435\u0437\u0443\u043B\u0442\u0430\u0442\u0438 \u043E\u0434 \u0431\u0430\u0440\u0443\u0432\u0430\u045A\u0435\u0442\u043E"]},Selected:{v:["\u0418\u0437\u0431\u0440\u0430\u043D\u043E"]},"Skin tone":{v:["\u0411\u043E\u0458\u0430 \u043D\u0430 \u043A\u043E\u0436\u0430"]},"Smileys & Emotion":{v:["\u0421\u043C\u0435\u0448\u043A\u043E\u0432\u0446\u0438 & \u0415\u043C\u043E\u0442\u0438\u043A\u043E\u043D\u0438"]},Symbols:{v:["\u0421\u0438\u043C\u0431\u043E\u043B\u0438"]},"Travel & Places":{v:["\u041F\u0430\u0442\u0443\u0432\u0430\u045A\u0430 & \u041C\u0435\u0441\u0442\u0430"]}}},{l:"my",t:{Activities:{v:["\u1015\u103C\u102F\u101C\u102F\u1015\u103A\u1006\u1031\u102C\u1004\u103A\u1010\u102C\u1019\u103B\u102C\u1038"]},"Animals & Nature":{v:["\u1010\u102D\u101B\u1005\u1039\u1006\u102C\u1014\u103A\u1019\u103B\u102C\u1038\u1014\u103E\u1004\u103A\u1037 \u101E\u1018\u102C\u101D"]},Custom:{v:["\u1021\u101C\u102D\u102F\u1000\u103B\u1001\u103B\u102D\u1014\u103A\u100A\u103E\u102D\u1019\u103E\u102F"]},Flags:{v:["\u1021\u101C\u1036\u1019\u103B\u102C\u1038"]},"Food & Drink":{v:["\u1021\u1005\u102C\u1038\u1021\u101E\u1031\u102C\u1000\u103A"]},"Frequently used":{v:["\u1019\u1000\u103C\u102C\u1001\u100F\u1021\u101E\u102F\u1036\u1038\u1015\u103C\u102F\u101E\u1031\u102C"]},Objects:{v:["\u1021\u101B\u102C\u101D\u1010\u1039\u1011\u102F\u1019\u103B\u102C\u1038"]},"People & Body":{v:["\u101C\u1030\u1015\u102F\u1002\u1039\u1002\u102D\u102F\u101C\u103A\u1019\u103B\u102C\u1038\u1014\u103E\u1004\u103A\u1037 \u1001\u1014\u1039\u1013\u102C\u1000\u102D\u102F\u101A\u103A"]},"Pick an emoji":{v:["\u1021\u102E\u1019\u102D\u102F\u1002\u103B\u102E\u101B\u103D\u1031\u1038\u101B\u1014\u103A"]},"Search results":{v:["\u101B\u103E\u102C\u1016\u103D\u1031\u1019\u103E\u102F \u101B\u101C\u1012\u103A\u1019\u103B\u102C\u1038"]},"Smileys & Emotion":{v:["\u1005\u1019\u102D\u102F\u1004\u103A\u101C\u102E\u1019\u103B\u102C\u1038\u1014\u103E\u1004\u103A\u1037 \u1021\u102E\u1019\u102D\u102F\u101B\u103E\u1004\u103A\u1038"]},Symbols:{v:["\u101E\u1004\u103A\u1039\u1000\u1031\u1010\u1019\u103B\u102C\u1038"]},"Travel & Places":{v:["\u1001\u101B\u102E\u1038\u101E\u103D\u102C\u1038\u101C\u102C\u1001\u103C\u1004\u103A\u1038\u1014\u103E\u1004\u103A\u1037 \u1014\u1031\u101B\u102C\u1019\u103B\u102C\u1038"]}}},{l:"nb",t:{Activities:{v:["Aktiviteter"]},"Animals & Nature":{v:["Dyr og natur"]},Custom:{v:["Tilpasset"]},"Dark skin tone":{v:["M\xF8rk hudtone"]},"Emoji picker":{v:["Emoji-velger"]},Flags:{v:["Flagg"]},"Food & Drink":{v:["Mat og drikke"]},"Frequently used":{v:["Ofte brukt"]},"Light skin tone":{v:["Lys hudtone"]},"Medium dark skin tone":{v:["Middels m\xF8rk hudtone"]},"Medium light skin tone":{v:["Middels lys hudtone"]},"Medium skin tone":{v:["Middels hudtone"]},"Neutral skin color":{v:["N\xF8ytral hudfarge"]},Objects:{v:["Objekter"]},"People & Body":{v:["Mennesker og kropp"]},"Pick an emoji":{v:["Velg en emoji"]},"Search emoji":{v:["S\xF8k emoji"]},"Search results":{v:["S\xF8keresultater"]},Selected:{v:["Valgt"]},"Skin tone":{v:["Hudtone"]},"Smileys & Emotion":{v:["Smilefjes og f\xF8lelser"]},Symbols:{v:["Symboler"]},"Travel & Places":{v:["Reise og steder"]}}},{l:"nl",t:{Activities:{v:["Activiteiten"]},"Animals & Nature":{v:["Dieren & Natuur"]},Custom:{v:["Aangepast"]},"Dark skin tone":{v:["Donkere huidskleur"]},"Emoji picker":{v:["Emoji-kiezer"]},Flags:{v:["Vlaggen"]},"Food & Drink":{v:["Eten & Drinken"]},"Frequently used":{v:["Vaak gebruikt"]},"Light skin tone":{v:["Lichte huidskleur"]},"Medium dark skin tone":{v:["Gemiddeld donkere huidskleur"]},"Medium light skin tone":{v:["Gemiddeld lichte huidskleur"]},"Medium skin tone":{v:["Gemiddelde huidskleur"]},"Neutral skin color":{v:["Neutrale huidskleur"]},Objects:{v:["Objecten"]},"People & Body":{v:["Mensen & Lichaam"]},"Pick an emoji":{v:["Kies een emoji"]},"Search emoji":{v:["Emoji zoeken"]},"Search results":{v:["Zoekresultaten"]},Selected:{v:["Geselecteerd"]},"Skin tone":{v:["Huidskleur"]},"Smileys & Emotion":{v:["Smileys & Emotie"]},Symbols:{v:["Symbolen"]},"Travel & Places":{v:["Reizen & Plaatsen"]}}},{l:"oc",t:{}},{l:"pl",t:{Activities:{v:["Aktywno\u015B\u0107"]},"Animals & Nature":{v:["Zwierz\u0119ta i natura"]},Custom:{v:["Zwyczajne"]},"Dark skin tone":{v:["Ciemna tonacja"]},"Emoji picker":{v:["Wybierz Emoji"]},Flags:{v:["Flagi"]},"Food & Drink":{v:["Jedzenie i picie"]},"Frequently used":{v:["Cz\u0119sto u\u017Cywane"]},"Light skin tone":{v:["Jasny odcie\u0144 sk\xF3ry"]},"Medium dark skin tone":{v:["\u015Arednio ciemny odcie\u0144 sk\xF3ry"]},"Medium light skin tone":{v:["\u015Arednio jasny odcie\u0144 sk\xF3ry"]},"Medium skin tone":{v:["\u015Aredni odcie\u0144 sk\xF3ry"]},"Neutral skin color":{v:["Neutralny kolor skr\xF3ry"]},Objects:{v:["Obiekty"]},"People & Body":{v:["Ludzie i cia\u0142o"]},"Pick an emoji":{v:["Wybierz emoji"]},"Search emoji":{v:["Szukaj emoji"]},"Search results":{v:["Wyniki wyszukiwania"]},Selected:{v:["Wybrane"]},"Skin tone":{v:["Kolor sk\xF3ry"]},"Smileys & Emotion":{v:["Bu\u017Aki i emotikony"]},Symbols:{v:["Symbole"]},"Travel & Places":{v:["Podr\xF3\u017Ce i miejsca"]}}},{l:"pt-BR",t:{Activities:{v:["Atividades"]},"Animals & Nature":{v:["Animais & Natureza"]},Custom:{v:["Personalizados"]},"Dark skin tone":{v:["Tom de pele escuro"]},"Emoji picker":{v:["Seletor de emoji"]},Flags:{v:["Bandeiras"]},"Food & Drink":{v:["Comida & Bebida"]},"Frequently used":{v:["Mais usados"]},"Light skin tone":{v:["Tom de pele claro"]},"Medium dark skin tone":{v:["Tom de pele meio escuro"]},"Medium light skin tone":{v:["Tom de pele meio claro"]},"Medium skin tone":{v:["Tom de pele m\xE9dio"]},"Neutral skin color":{v:["Tom de pele neutro"]},Objects:{v:["Objetos"]},"People & Body":{v:["Pessoas & Corpo"]},"Pick an emoji":{v:["Escolha um emoji"]},"Search emoji":{v:["Pesquisar emoji"]},"Search results":{v:["Resultados da pesquisa"]},Selected:{v:["Selecionado"]},"Skin tone":{v:["Tom de pele"]},"Smileys & Emotion":{v:["Smileys & Emo\xE7\xF5es"]},Symbols:{v:["S\xEDmbolos"]},"Travel & Places":{v:["Viagem & Lugares"]}}},{l:"pt-PT",t:{Activities:{v:["Atividades"]},"Animals & Nature":{v:["Animais e Natureza"]},Custom:{v:["Personalizado"]},"Dark skin tone":{v:["Tom de pele escuro"]},"Emoji picker":{v:["seletor de emoji"]},Flags:{v:["Bandeiras"]},"Food & Drink":{v:["Comida e Bebida"]},"Frequently used":{v:["Mais utilizados"]},"Light skin tone":{v:["Tom de pele claro"]},"Medium dark skin tone":{v:["Tom de pele escuro m\xE9dio"]},"Medium light skin tone":{v:["Tom de pele claro m\xE9dio"]},"Medium skin tone":{v:["Tom de pele m\xE9dio"]},"Neutral skin color":{v:["Cor de pele neutra"]},Objects:{v:["Objetos"]},"People & Body":{v:["Pessoas e Corpo"]},"Pick an emoji":{v:["Escolha um emoji"]},"Search emoji":{v:["Pesquisar emoji"]},"Search results":{v:["Resultados da pesquisa"]},Selected:{v:["Selecionado"]},"Skin tone":{v:["Tom de pele"]},"Smileys & Emotion":{v:["Sorrisos e Emo\xE7\xF5es"]},Symbols:{v:["S\xEDmbolos"]},"Travel & Places":{v:["Viagens e Lugares"]}}},{l:"ro",t:{Activities:{v:["Activit\u0103\u021Bi"]},"Animals & Nature":{v:["Animale \u0219i natur\u0103"]},Custom:{v:["Personalizat"]},Flags:{v:["Marcaje"]},"Food & Drink":{v:["Alimente \u0219i b\u0103uturi"]},"Frequently used":{v:["Utilizate frecvent"]},Objects:{v:["Obiecte"]},"People & Body":{v:["Oameni \u0219i corp"]},"Pick an emoji":{v:["Alege un emoji"]},"Search emoji":{v:["C\u0103utare emoji"]},"Search results":{v:["Rezultatele c\u0103ut\u0103rii"]},Selected:{v:["Selectat"]},"Smileys & Emotion":{v:["Z\xE2mbete \u0219i emo\u021Bii"]},Symbols:{v:["Simboluri"]},"Travel & Places":{v:["C\u0103l\u0103torii \u0219i locuri"]}}},{l:"ru",t:{Activities:{v:["\u0421\u043E\u0431\u044B\u0442\u0438\u044F"]},"Animals & Nature":{v:["\u0416\u0438\u0432\u043E\u0442\u043D\u044B\u0435 \u0438 \u043F\u0440\u0438\u0440\u043E\u0434\u0430 "]},Custom:{v:["\u041F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u044C\u0441\u043A\u043E\u0435"]},"Dark skin tone":{v:["\u0422\u0435\u043C\u043D\u044B\u0439 \u043E\u0442\u0442\u0435\u043D\u043E\u043A"]},"Emoji picker":{v:["\u041F\u043E\u0434\u0431\u043E\u0440\u0449\u0438\u043A \u044D\u043C\u043E\u0434\u0437\u0438"]},Flags:{v:["\u0424\u043B\u0430\u0433\u0438"]},"Food & Drink":{v:["\u0415\u0434\u0430, \u043D\u0430\u043F\u0438\u0442\u043E\u043A"]},"Frequently used":{v:["\u0427\u0430\u0441\u0442\u043E \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0435\u043C\u044B\u0439"]},"Light skin tone":{v:["\u0421\u0432\u0435\u0442\u043B\u044B\u0439 \u043E\u0442\u0442\u0435\u043D\u043E\u043A"]},"Medium dark skin tone":{v:["\u0421\u0440\u0435\u0434\u043D\u0438\u0439 \u0442\u0435\u043C\u043D\u044B\u0439 \u043E\u0442\u0442\u0435\u043D\u043E\u043A"]},"Medium light skin tone":{v:["\u0421\u0440\u0435\u0434\u043D\u0438\u0439 \u0441\u0432\u0435\u0442\u043B\u044B\u0439 \u043E\u0442\u0442\u0435\u043D\u043E\u043A"]},"Medium skin tone":{v:["\u0421\u0440\u0435\u0434\u043D\u0438\u0439 \u043E\u0442\u0442\u0435\u043D\u043E\u043A"]},"Neutral skin color":{v:["\u041D\u0435\u0439\u0442\u0440\u0430\u043B\u044C\u043D\u044B\u0439 \u043E\u0442\u0442\u0435\u043D\u043E\u043A"]},Objects:{v:["\u041E\u0431\u044A\u0435\u043A\u0442\u044B"]},"People & Body":{v:["\u041B\u044E\u0434\u0438 \u0438 \u0442\u0435\u043B\u043E"]},"Pick an emoji":{v:["\u0412\u044B\u0431\u0435\u0440\u0438\u0442\u0435 \u044D\u043C\u043E\u0434\u0437\u0438"]},"Search emoji":{v:["\u041F\u043E\u0438\u0441\u043A \u044D\u043C\u043E\u0434\u0437\u0438"]},"Search results":{v:["\u0420\u0435\u0437\u0443\u043B\u044C\u0442\u0430\u0442\u044B \u043F\u043E\u0438\u0441\u043A\u0430"]},Selected:{v:["\u0412\u044B\u0431\u0440\u0430\u043D\u043E"]},"Skin tone":{v:["\u041E\u0442\u0442\u0435\u043D\u043E\u043A \u0441\u043A\u0438\u043D\u0430"]},"Smileys & Emotion":{v:["\u0421\u043C\u0430\u0439\u043B\u0438\u043A\u0438 \u0438 \u044D\u043C\u043E\u0446\u0438\u0438"]},Symbols:{v:["\u0421\u0438\u043C\u0432\u043E\u043B\u044B"]},"Travel & Places":{v:["\u041F\u0443\u0442\u0435\u0448\u0435\u0441\u0442\u0432\u0438\u044F \u0438 \u043C\u0435\u0441\u0442\u0430"]}}},{l:"sk",t:{Activities:{v:["Aktivity"]},"Animals & Nature":{v:["Zvierat\xE1 a pr\xEDroda"]},Custom:{v:["Vlastn\xE9"]},"Dark skin tone":{v:["Tmav\xFD vzh\u013Ead"]},"Emoji picker":{v:["V\xFDber emod\u017Ei"]},Flags:{v:["Vlajky"]},"Food & Drink":{v:["Jedlo a n\xE1poje"]},"Frequently used":{v:["\u010Casto pou\u017E\xEDvan\xE9"]},"Light skin tone":{v:["Svetl\xFD vzh\u013Ead"]},"Medium dark skin tone":{v:["Stredne tmav\xFD vzh\u013Ead"]},"Medium light skin tone":{v:["Stredne svetl\xFD vzh\u013Ead"]},"Medium skin tone":{v:["Stredn\xFD vzh\u013Ead"]},"Neutral skin color":{v:["Neutr\xE1lny vzh\u013Ead"]},Objects:{v:["Objekty"]},"People & Body":{v:["\u013Dudia a telo"]},"Pick an emoji":{v:["Vybra\u0165 emod\u017Ei"]},"Search emoji":{v:["Vyh\u013Eada\u0165 emoji"]},"Search results":{v:["V\xFDsledky vyh\u013Ead\xE1vania"]},Selected:{v:["Vybran\xFD"]},"Skin tone":{v:["Vzh\u013Ead"]},"Smileys & Emotion":{v:["Smajl\xEDky a em\xF3cie"]},Symbols:{v:["Symboly"]},"Travel & Places":{v:["Cestovanie a miesta"]}}},{l:"sl",t:{Activities:{v:["Dejavnosti"]},"Animals & Nature":{v:["\u017Divali in Narava"]},Custom:{v:["Po meri"]},Flags:{v:["Zastavice"]},"Food & Drink":{v:["Hrana in Pija\u010Da"]},"Frequently used":{v:["Pogostost uporabe"]},Objects:{v:["Predmeti"]},"People & Body":{v:["Ljudje in Telo"]},"Pick an emoji":{v:["Izbor izrazne ikone"]},"Search results":{v:["Zadetki iskanja"]},"Smileys & Emotion":{v:["Izrazne ikone"]},Symbols:{v:["Simboli"]},"Travel & Places":{v:["Potovanja in Kraji"]}}},{l:"sr",t:{Activities:{v:["\u0410\u043A\u0442\u0438\u0432\u043D\u043E\u0441\u0442\u0438"]},"Animals & Nature":{v:["\u0416\u0438\u0432\u043E\u0442\u0438\u045A\u0435 \u0438 \u043F\u0440\u0438\u0440\u043E\u0434\u0430"]},Custom:{v:["\u041F\u0440\u043E\u0438\u0437\u0432\u043E\u0459\u043D\u043E"]},"Dark skin tone":{v:["\u0422\u0430\u043C\u043D\u0438 \u0442\u0435\u043D \u043A\u043E\u0436\u0435"]},"Emoji picker":{v:["\u0411\u0438\u0440\u0430\u0447 \u0435\u043C\u043E\u0452\u0438\u0458\u0430"]},Flags:{v:["\u0417\u0430\u0441\u0442\u0430\u0432\u0435"]},"Food & Drink":{v:["\u0425\u0440\u0430\u043D\u0430 \u0438 \u043F\u0438\u045B\u0435"]},"Frequently used":{v:["\u0427\u0435\u0441\u0442\u043E \u043A\u043E\u0440\u0438\u0448\u045B\u0435\u043D\u043E"]},"Light skin tone":{v:["\u0421\u0432\u0435\u0442\u043B\u0438 \u0442\u0435\u043D \u043A\u043E\u0436\u0435"]},"Medium dark skin tone":{v:["\u0421\u0440\u0435\u0434\u045A\u0435 \u0442\u0430\u043C\u043D\u0438 \u0442\u0435\u043D \u043A\u043E\u0436\u0435"]},"Medium light skin tone":{v:["\u0421\u0440\u0435\u0434\u045A\u0435 \u0441\u0432\u0435\u0442\u043B\u0438 \u0442\u0435\u043D \u043A\u043E\u0436\u0435"]},"Medium skin tone":{v:["\u0421\u0440\u0435\u0434\u045A\u0438 \u0442\u0435\u043D \u043A\u043E\u0436\u0435"]},"Neutral skin color":{v:["\u041D\u0435\u0443\u0442\u0440\u0430\u043B\u043D\u0430 \u0431\u043E\u0458\u0430 \u043A\u043E\u0436\u0435"]},Objects:{v:["\u041F\u0440\u0435\u0434\u043C\u0435\u0442\u0438"]},"People & Body":{v:["\u0409\u0443\u0434\u0438 \u0438 \u0442\u0435\u043B\u043E"]},"Pick an emoji":{v:["\u0418\u0437\u0430\u0431\u0435\u0440\u0438\u0442\u0435 \u0435\u043C\u043E\u0452\u0438"]},"Search emoji":{v:["\u041F\u0440\u0435\u0442\u0440\u0430\u0436\u0438 \u0435\u043C\u043E\u0452\u0438"]},"Search results":{v:["\u0420\u0435\u0437\u0443\u043B\u0442\u0430\u0442\u0438 \u043F\u0440\u0435\u0442\u0440\u0430\u0433\u0435"]},Selected:{v:["\u0418\u0437\u0430\u0431\u0440\u0430\u043D\u043E"]},"Skin tone":{v:["\u0422\u0435\u043D \u043A\u043E\u0436\u0435"]},"Smileys & Emotion":{v:["\u0421\u043C\u0430\u0458\u043B\u0438\u0458\u0438 \u0438 \u0435\u043C\u043E\u0446\u0438\u0458\u0435"]},Symbols:{v:["\u0421\u0438\u043C\u0431\u043E\u043B\u0438"]},"Travel & Places":{v:["\u041F\u0443\u0442\u043E\u0432\u0430\u045A\u0435 \u0438 \u043C\u0435\u0441\u0442\u0430"]}}},{l:"sv",t:{Activities:{v:["Aktiviteter"]},"Animals & Nature":{v:["Djur & Natur"]},Custom:{v:["Anpassad"]},"Dark skin tone":{v:["M\xF6rk hudton"]},"Emoji picker":{v:["Emoji-v\xE4ljare"]},Flags:{v:["Flaggor"]},"Food & Drink":{v:["Mat & Dryck"]},"Frequently used":{v:["Anv\xE4nds ofta"]},"Light skin tone":{v:["Ljus hudton"]},"Medium dark skin tone":{v:["Medium m\xF6rk hudton"]},"Medium light skin tone":{v:["Medium ljus hudton"]},"Medium skin tone":{v:["Medium hudton"]},"Neutral skin color":{v:["Neutral hudf\xE4rg"]},Objects:{v:["Objekt"]},"People & Body":{v:["Kropp & Sj\xE4l"]},"Pick an emoji":{v:["V\xE4lj en emoji"]},"Search emoji":{v:["S\xF6k emoji"]},"Search results":{v:["S\xF6kresultat"]},Selected:{v:["Vald"]},"Skin tone":{v:["Hudton"]},"Smileys & Emotion":{v:["Selfies & K\xE4nslor"]},Symbols:{v:["Symboler"]},"Travel & Places":{v:["Resor & Sev\xE4rdigheter"]}}},{l:"tr",t:{Activities:{v:["Etkinlikler"]},"Animals & Nature":{v:["Hayvanlar ve do\u011Fa"]},Custom:{v:["\xD6zel"]},"Dark skin tone":{v:["Koyu deri rengi"]},"Emoji picker":{v:["Emoji se\xE7ici"]},Flags:{v:["Bayraklar"]},"Food & Drink":{v:["Yeme ve i\xE7me"]},"Frequently used":{v:["S\u0131k kullan\u0131lanlar"]},"Light skin tone":{v:["A\xE7\u0131k deri rengi"]},"Medium dark skin tone":{v:["Orta koyu deri rengi"]},"Medium light skin tone":{v:["Orta a\xE7\u0131k deri rengi"]},"Medium skin tone":{v:["Orta deri rengi"]},"Neutral skin color":{v:["N\xF6tr deri rengi"]},Objects:{v:["Nesneler"]},"People & Body":{v:["\u0130nsanlar ve beden"]},"Pick an emoji":{v:["Bir emoji se\xE7in"]},"Search emoji":{v:["Emoji ara"]},"Search results":{v:["Arama sonu\xE7lar\u0131"]},Selected:{v:["Se\xE7ilmi\u015F"]},"Skin tone":{v:["Deri rengi"]},"Smileys & Emotion":{v:["\u0130fadeler ve duygular"]},Symbols:{v:["Simgeler"]},"Travel & Places":{v:["Gezi ve yerler"]}}},{l:"uk",t:{Activities:{v:["\u0414\u0456\u044F\u043B\u044C\u043D\u0456\u0441\u0442\u044C"]},"Animals & Nature":{v:["\u0422\u0432\u0430\u0440\u0438\u043D\u0438 \u0442\u0430 \u043F\u0440\u0438\u0440\u043E\u0434\u0430"]},Custom:{v:["\u0412\u043B\u0430\u0441\u043D\u0435"]},"Dark skin tone":{v:["\u0421\u043C\u0430\u0433\u043B\u044F\u0432\u0438\u0439"]},"Emoji picker":{v:["\u0412\u0438\u0431\u0456\u0440 \u0435\u043C\u043E\u0446\u0456\u0439\u043A\u0438"]},Flags:{v:["\u041F\u0440\u0430\u043F\u043E\u0440\u0438"]},"Food & Drink":{v:["\u0407\u0436\u0430 \u0442\u0430 \u043D\u0430\u043F\u043E\u0457"]},"Frequently used":{v:["\u041D\u0430\u0439\u0447\u0430\u0441\u0442\u0456\u0448\u0456"]},"Light skin tone":{v:["\u0421\u0432\u0456\u0442\u043B\u0430 \u0448\u043A\u0456\u0440\u0430"]},"Medium dark skin tone":{v:["\u041A\u0430\u043A\u0430\u043E"]},"Medium light skin tone":{v:["\u041B\u0430\u0442\u0435"]},"Medium skin tone":{v:["\u0421\u0435\u0440\u0435\u0434\u043D\u0456\u0439 \u043A\u043E\u043B\u0456\u0440 \u0448\u043A\u0456\u0440\u0438"]},"Neutral skin color":{v:["\u041D\u0435\u0439\u0442\u0440\u0430\u043B\u044C\u043D\u0438\u0439 \u043A\u043E\u043B\u0456\u0440 \u0448\u043A\u0456\u0440\u0438"]},Objects:{v:["\u041E\u0431'\u0454\u043A\u0442\u0438"]},"People & Body":{v:["\u041B\u044E\u0434\u0438 \u0442\u0430 \u0436\u0435\u0441\u0442\u0438"]},"Pick an emoji":{v:["\u0412\u0438\u0431\u0435\u0440\u0456\u0442\u044C \u0435\u043C\u043E\u0446\u0456\u0439\u043A\u0443"]},"Search emoji":{v:["\u0428\u0443\u043A\u0430\u0442\u0438 \u0435\u043C\u043E\u0446\u0456\u0439\u043A\u0438"]},"Search results":{v:["\u0420\u0435\u0437\u0443\u043B\u044C\u0442\u0430\u0442\u0438 \u043F\u043E\u0448\u0443\u043A\u0443"]},Selected:{v:["\u0412\u0438\u0431\u0440\u0430\u043D\u043E"]},"Skin tone":{v:["\u041A\u043E\u043B\u0456\u0440 \u0448\u043A\u0456\u0440\u0438"]},"Smileys & Emotion":{v:["\u0421\u043C\u0430\u0439\u043B\u0438 \u0442\u0430 \u0435\u043C\u043E\u0446\u0456\u0457"]},Symbols:{v:["\u0421\u0438\u043C\u0432\u043E\u043B\u0438"]},"Travel & Places":{v:["\u041F\u043E\u0457\u0437\u0434\u043A\u0438 \u0442\u0430 \u043C\u0456\u0441\u0446\u044F"]}}},{l:"uz",t:{Activities:{v:["Faolliklar"]},"Animals & Nature":{v:["Hayvonlar va Tabiat"]},Custom:{v:["Moslashtirilgan"]},"Dark skin tone":{v:["Qora rangdagi qoplama"]},"Emoji picker":{v:["Emoji tanlagich"]},Flags:{v:["Bayroqlar"]},"Food & Drink":{v:["Oziq-ovqat va ichimliklar"]},"Frequently used":{v:["Tez-tez ishlatiladi"]},"Light skin tone":{v:["Yorug` rangdagi qoplama"]},"Medium dark skin tone":{v:["O`rtacha qorong`u rangdagi qoplama"]},"Medium light skin tone":{v:["O`rtacha yorug`lik rangdagi qoplama"]},"Medium skin tone":{v:["O`rtacha rangdagi qoplama"]},"Neutral skin color":{v:["Neytral rang"]},Objects:{v:["Obyekt"]},"People & Body":{v:["Odamlar va Tana"]},"Pick an emoji":{v:["Emojini tanlang"]},"Search emoji":{v:["Emoji qidirish"]},"Search results":{v:["Qidiruv natijalari"]},Selected:{v:["Tanlangan"]},"Skin tone":{v:["Odatiy rangdagi qoplama"]},"Smileys & Emotion":{v:["Smayllar va Hissiyotlar"]},Symbols:{v:["Belgilar"]},"Travel & Places":{v:["Sayohat va Joylar"]}}},{l:"zh-CN",t:{Activities:{v:["\u6D3B\u52A8"]},"Animals & Nature":{v:["\u52A8\u7269 & \u81EA\u7136"]},Custom:{v:["\u81EA\u5B9A\u4E49"]},"Dark skin tone":{v:["\u6DF1\u8272\u76AE\u80A4"]},"Emoji picker":{v:["\u8868\u60C5\u62FE\u53D6\u5668"]},Flags:{v:["\u65D7\u5E1C"]},"Food & Drink":{v:["\u98DF\u7269 & \u996E\u54C1"]},"Frequently used":{v:["\u7ECF\u5E38\u4F7F\u7528"]},"Light skin tone":{v:["\u6D45\u8272\u76AE\u80A4"]},"Medium dark skin tone":{v:["\u4E2D\u7B49\u6DF1\u8272\u76AE\u80A4"]},"Medium light skin tone":{v:["\u4E2D\u7B49\u6D45\u8272\u76AE\u80A4"]},"Medium skin tone":{v:["\u4E2D\u7B49\u76AE\u80A4"]},"Neutral skin color":{v:["\u4E2D\u6027\u76AE\u80A4\u989C\u8272"]},Objects:{v:["\u7269\u4F53"]},"People & Body":{v:["\u4EBA & \u8EAB\u4F53"]},"Pick an emoji":{v:["\u9009\u62E9\u4E00\u4E2A\u8868\u60C5"]},"Search emoji":{v:["\u641C\u7D22\u8868\u60C5"]},"Search results":{v:["\u641C\u7D22\u7ED3\u679C"]},Selected:{v:["\u9009\u62E9"]},"Skin tone":{v:["\u76AE\u80A4"]},"Smileys & Emotion":{v:["\u7B11\u8138 & \u60C5\u611F"]},Symbols:{v:["\u7B26\u53F7"]},"Travel & Places":{v:["\u65C5\u6E38 & \u5730\u70B9"]}}},{l:"zh-HK",t:{Activities:{v:["\u6D3B\u52D5"]},"Animals & Nature":{v:["\u52D5\u7269\u8207\u81EA\u7136"]},Custom:{v:["\u81EA\u5B9A\u7FA9"]},"Dark skin tone":{v:["\u6DF1\u819A\u8272"]},"Emoji picker":{v:["\u8868\u60C5\u7B26\u865F\u9078\u64C7\u5668"]},Flags:{v:["\u65D7\u5E5F"]},"Food & Drink":{v:["\u98DF\u7269\u8207\u98F2\u6599"]},"Frequently used":{v:["\u7D93\u5E38\u4F7F\u7528"]},"Light skin tone":{v:["\u6DFA\u819A\u8272"]},"Medium dark skin tone":{v:["\u4E2D\u7B49\u6DF1\u819A\u8272"]},"Medium light skin tone":{v:["\u4E2D\u7B49\u6DFA\u819A\u8272"]},"Medium skin tone":{v:["\u4E2D\u7B49\u819A\u8272"]},"Neutral skin color":{v:["\u4E2D\u6027\u8272\u819A\u8272"]},Objects:{v:["\u7269\u4EF6"]},"People & Body":{v:["\u4EBA\u7269"]},"Pick an emoji":{v:["\u9078\u64C7\u8868\u60C5\u7B26\u865F"]},"Search emoji":{v:["\u641C\u5C0B\u8868\u60C5\u7B26\u865F"]},"Search results":{v:["\u641C\u5C0B\u7D50\u679C"]},Selected:{v:["\u5DF2\u9078"]},"Skin tone":{v:["\u819A\u8272"]},"Smileys & Emotion":{v:["\u8868\u60C5"]},Symbols:{v:["\u6A19\u8A8C"]},"Travel & Places":{v:["\u65C5\u904A\u8207\u666F\u9EDE"]}}},{l:"zh-TW",t:{Activities:{v:["\u6D3B\u52D5"]},"Animals & Nature":{v:["\u52D5\u7269\u8207\u81EA\u7136"]},Custom:{v:["\u81EA\u5B9A\u7FA9"]},"Dark skin tone":{v:["\u6DF1\u819A\u8272"]},"Emoji picker":{v:["\u8868\u60C5\u7B26\u865F\u6311\u9078\u5668"]},Flags:{v:["\u65D7\u5E5F"]},"Food & Drink":{v:["\u98DF\u7269\u8207\u98F2\u6599"]},"Frequently used":{v:["\u6700\u8FD1\u4F7F\u7528"]},"Light skin tone":{v:["\u6DFA\u819A\u8272"]},"Medium dark skin tone":{v:["\u4E2D\u7B49\u6DF1\u819A\u8272"]},"Medium light skin tone":{v:["\u4E2D\u7B49\u6DFA\u819A\u8272"]},"Medium skin tone":{v:["\u4E2D\u7B49\u819A\u8272"]},"Neutral skin color":{v:["\u4E2D\u6027\u819A\u8272"]},Objects:{v:["\u7269\u4EF6"]},"People & Body":{v:["\u4EBA\u7269"]},"Pick an emoji":{v:["\u9078\u64C7\u8868\u60C5\u7B26\u865F"]},"Search emoji":{v:["\u641C\u5C0B\u8868\u60C5\u7B26\u865F"]},"Search results":{v:["\u641C\u5C0B\u7D50\u679C"]},Selected:{v:["\u5DF2\u9078\u53D6"]},"Skin tone":{v:["\u819A\u8272"]},"Smileys & Emotion":{v:["\u8868\u60C5"]},Symbols:{v:["\u6A19\u8A8C"]},"Travel & Places":{v:["\u65C5\u904A\u8207\u666F\u9EDE"]}}}],U=[{l:"ar",t:{"Add to a project":{v:["\u0623\u0636\u0641 \u0625\u0644\u0649 \u0645\u0634\u0631\u0648\u0639"]},"Connect items to a project to make them easier to find":{v:["\u0631\u0628\u0637 \u0639\u0646\u0627\u0635\u0631 \u0628\u0645\u0634\u0631\u0648\u0639 \u0644\u062A\u0633\u0647\u064A\u0644 \u0627\u0644\u0639\u062B\u0648\u0631 \u0639\u0644\u064A\u0647\u0627"]},"Failed to add the item to the project":{v:["\u062A\u0639\u0630\u0631 \u0631\u0628\u0637 \u0639\u0646\u0635\u0631 \u0628\u0645\u0634\u0631\u0648\u0639"]},"Failed to create a project":{v:["\u062A\u0639\u0630\u0631 \u0625\u0646\u0634\u0627\u0621 \u0645\u0634\u0631\u0648\u0639"]},"Failed to rename the project":{v:["\u062A\u0639\u0630\u0651\u0631 \u062A\u063A\u064A\u064A\u0631 \u0627\u0633\u0645 \u0627\u0644\u0645\u0634\u0631\u0648\u0639"]},"Type to search for existing projects":{v:["\u0623\u0643\u062A\u064F\u0628 \u0644\u0644\u0628\u062D\u062B \u0641\u064A \u0627\u0644\u0645\u0634\u0627\u0631\u064A\u0639 \u0627\u0644\u0645\u0648\u062C\u0648\u062F\u0629"]}}},{l:"ast",t:{}},{l:"br",t:{}},{l:"ca",t:{}},{l:"cs",t:{"Add to a project":{v:["P\u0159idat do projektu"]},"Connect items to a project to make them easier to find":{v:["P\u0159ipojte polo\u017Eky k projektu, \u010D\xEDm\u017E budou sn\xE1ze dohledateln\xE9"]},"Failed to add the item to the project":{v:["Polo\u017Eku se nepoda\u0159ilo p\u0159idat do projektu"]},"Failed to create a project":{v:["Projekt se nepoda\u0159ilo vytvo\u0159it"]},"Failed to rename the project":{v:["Projekt se nepoda\u0159ilo p\u0159ejmenovat"]},"Type to search for existing projects":{v:["Psan\xEDm vyhled\xE1vejte existuj\xEDc\xED projekty"]}}},{l:"cs-CZ",t:{}},{l:"da",t:{"Add to a project":{v:["Tilf\xF8j til et projekt"]},"Connect items to a project to make them easier to find":{v:["Forbind elementer til et projekt for at g\xF8re dem nemmere at finde"]},"Failed to add the item to the project":{v:["Kunne ikke f\xF8je elementet til projektet"]},"Failed to create a project":{v:["Kunne ikke oprette et projekt"]},"Failed to rename the project":{v:["Projektet kunne ikke omd\xF8bes"]},"Type to search for existing projects":{v:["Skriv for at s\xF8ge efter eksisterende projekter"]}}},{l:"de",t:{"Add to a project":{v:["Einem Projekt hinzuf\xFCgen"]},"Connect items to a project to make them easier to find":{v:["Verbinde Elemente mit einem Projekt, um sie leichter zu finden"]},"Failed to add the item to the project":{v:["Das Element konnte nicht zum Projekt hinzugef\xFCgt werden"]},"Failed to create a project":{v:["Projekt konnte nicht erstellt werden"]},"Failed to rename the project":{v:["Das Projekt konnte nicht umbenannt werden"]},"Type to search for existing projects":{v:["Tippen, um nach vorhandenen Projekten zu suchen"]}}},{l:"de-DE",t:{"Add to a project":{v:["Einem Projekt hinzuf\xFCgen"]},"Connect items to a project to make them easier to find":{v:["Verbinden Sie Elemente mit einem Projekt, um sie leichter zu finden"]},"Failed to add the item to the project":{v:["Das Element konnte nicht zum Projekt hinzugef\xFCgt werden"]},"Failed to create a project":{v:["Projekt konnte nicht erstellt werden"]},"Failed to rename the project":{v:["Das Projekt konnte nicht umbenannt werden"]},"Type to search for existing projects":{v:["Tippen, um nach vorhandenen Projekten zu suchen"]}}},{l:"el",t:{"Add to a project":{v:["\u03A0\u03C1\u03BF\u03C3\u03B8\u03AE\u03BA\u03B7 \u03C3\u03B5 \u03AD\u03BD\u03B1 \u03AD\u03C1\u03B3\u03BF"]},"Connect items to a project to make them easier to find":{v:["\u03A3\u03C5\u03BD\u03B4\u03AD\u03C3\u03C4\u03B5 \u03B1\u03BD\u03C4\u03B9\u03BA\u03B5\u03AF\u03BC\u03B5\u03BD\u03B1 \u03C3\u03B5 \u03AD\u03BD\u03B1 \u03AD\u03C1\u03B3\u03BF \u03B3\u03B9\u03B1 \u03BD\u03B1 \u03C4\u03B1 \u03B2\u03C1\u03AF\u03C3\u03BA\u03B5\u03C4\u03B5 \u03C0\u03B9\u03BF \u03B5\u03CD\u03BA\u03BF\u03BB\u03B1"]},"Failed to add the item to the project":{v:["\u0391\u03C0\u03BF\u03C4\u03C5\u03C7\u03AF\u03B1 \u03C0\u03C1\u03BF\u03C3\u03B8\u03AE\u03BA\u03B7\u03C2 \u03C4\u03BF\u03C5 \u03B1\u03BD\u03C4\u03B9\u03BA\u03B5\u03B9\u03BC\u03AD\u03BD\u03BF\u03C5 \u03C3\u03C4\u03BF \u03AD\u03C1\u03B3\u03BF"]},"Failed to create a project":{v:["\u0391\u03C0\u03BF\u03C4\u03C5\u03C7\u03AF\u03B1 \u03B4\u03B7\u03BC\u03B9\u03BF\u03C5\u03C1\u03B3\u03AF\u03B1\u03C2 \u03AD\u03C1\u03B3\u03BF\u03C5"]},"Failed to rename the project":{v:["\u0391\u03C0\u03BF\u03C4\u03C5\u03C7\u03AF\u03B1 \u03BC\u03B5\u03C4\u03BF\u03BD\u03BF\u03BC\u03B1\u03C3\u03AF\u03B1\u03C2 \u03C4\u03BF\u03C5 \u03AD\u03C1\u03B3\u03BF\u03C5"]},"Type to search for existing projects":{v:["\u03A0\u03BB\u03B7\u03BA\u03C4\u03C1\u03BF\u03BB\u03BF\u03B3\u03AE\u03C3\u03C4\u03B5 \u03B3\u03B9\u03B1 \u03B1\u03BD\u03B1\u03B6\u03AE\u03C4\u03B7\u03C3\u03B7 \u03C5\u03C0\u03B1\u03C1\u03C7\u03CC\u03BD\u03C4\u03C9\u03BD \u03AD\u03C1\u03B3\u03C9\u03BD"]}}},{l:"en-GB",t:{"Add to a project":{v:["Add to a project"]},"Connect items to a project to make them easier to find":{v:["Connect items to a project to make them easier to find"]},"Failed to add the item to the project":{v:["Failed to add the item to the project"]},"Failed to create a project":{v:["Failed to create a project"]},"Failed to rename the project":{v:["Failed to rename the project"]},"Type to search for existing projects":{v:["Type to search for existing projects"]}}},{l:"eo",t:{}},{l:"es",t:{}},{l:"es-AR",t:{"Add to a project":{v:["Agregar a un proyecto"]},"Connect items to a project to make them easier to find":{v:["Conecte items a un proyecto para hacerlos m\xE1s f\xE1ciles de encontrar"]},"Failed to add the item to the project":{v:["No se pudo agregar el elemento al proyecto"]},"Failed to create a project":{v:["No se pudo crear un proyecto"]},"Failed to rename the project":{v:["No se pudo renombrar el proyecto"]},"Type to search for existing projects":{v:["Escriba para buscar proyectos existentes"]}}},{l:"es-EC",t:{}},{l:"es-MX",t:{"Add to a project":{v:["Agregar a un proyecto"]},"Connect items to a project to make them easier to find":{v:["Conecte elementos a un proyecto para hacerlos m\xE1s f\xE1ciles de encontrar"]},"Failed to add the item to the project":{v:["No se pudo agregar el elemento al proyecto"]},"Failed to create a project":{v:["No se pudo crear el proyecto"]},"Failed to rename the project":{v:["No se pudo renombrar el proyecto"]},"Type to search for existing projects":{v:["Escriba para buscar proyectos existentes"]}}},{l:"et-EE",t:{"Add to a project":{v:["Lisa projekti"]},"Connect items to a project to make them easier to find":{v:["Selleks, et objekte oleks lihtsam leida, seo nad projektiga"]},"Failed to add the item to the project":{v:["Objekti lisamine projekti ei \xF5nnestunud"]},"Failed to create a project":{v:["Projekti loomine ei \xF5nnestunud"]},"Failed to rename the project":{v:["Projekti nime muutmine ei \xF5nnestunud"]},"Type to search for existing projects":{v:["Olemasolevate projektide otsimiseks kirjuta"]}}},{l:"eu",t:{}},{l:"fa",t:{"Add to a project":{v:["\u0627\u0641\u0632\u0648\u062F\u0646 \u0628\u0647 \u067E\u0631\u0648\u0698\u0647"]},"Connect items to a project to make them easier to find":{v:["\u0628\u0631\u0627\u06CC \u067E\u06CC\u062F\u0627 \u06A9\u0631\u062F\u0646 \u0631\u0627\u062D\u062A\u200C\u062A\u0631\u060C \u0645\u0648\u0627\u0631\u062F\u06CC \u0631\u0627 \u0628\u0647 \u067E\u0631\u0648\u0698\u0647 \u0645\u062A\u0635\u0644 \u06A9\u0646\u06CC\u062F"]},"Failed to add the item to the project":{v:["\u0645\u0648\u0627\u0631\u062F \u0628\u0647 \u067E\u0631\u0648\u0698\u0647 \u0627\u0636\u0627\u0641\u0647 \u0646\u0634\u062F"]},"Failed to create a project":{v:["\u0627\u06CC\u062C\u0627\u062F \u067E\u0631\u0648\u0698\u0647 \u0646\u0627\u0645\u0624\u0641\u0642 \u0628\u0648\u062F"]},"Failed to rename the project":{v:["\u062A\u063A\u06CC\u06CC\u0631 \u0646\u0627\u0645 \u067E\u0631\u0648\u0698\u0647 \u0627\u0646\u062C\u0627\u0645 \u0646\u0634\u062F"]},"Type to search for existing projects":{v:["\u0628\u0631\u0627\u06CC \u062C\u0633\u062A\u062C\u0648\u06CC \u067E\u0631\u0648\u0698\u0647\u200C\u0647\u0627\u06CC \u0645\u0648\u062C\u0648\u062F \u062A\u0627\u06CC\u067E \u06A9\u0646\u06CC\u062F"]}}},{l:"fi",t:{"Add to a project":{v:["Lis\xE4\xE4 projektiin"]},"Connect items to a project to make them easier to find":{v:["Yhdist\xE4 kohteet projektiin, jotta ne olisivat helpompia l\xF6yt\xE4\xE4"]},"Failed to add the item to the project":{v:["Kohteiden lis\xE4\xE4minen projektiin ep\xE4onnistui"]},"Failed to create a project":{v:["Projektin luominen ep\xE4onnistui"]},"Failed to rename the project":{v:["Projektin nime\xE4minen ep\xE4onnistui"]},"Type to search for existing projects":{v:["Kirjoita etsi\xE4ksesi olemassaolevia projekteja"]}}},{l:"fr",t:{"Add to a project":{v:["Ajouter \xE0 un projet"]},"Connect items to a project to make them easier to find":{v:["Connectez des \xE9l\xE9ments \xE0 un projet pour les retrouver plus facilement"]},"Failed to add the item to the project":{v:["Impossible d'ajouter l'\xE9l\xE9ment au projet"]},"Failed to create a project":{v:["Impossible de cr\xE9er un projet"]},"Failed to rename the project":{v:["Impossible de renommer le projet"]},"Type to search for existing projects":{v:["Tapez pour rechercher des projets existants"]}}},{l:"ga",t:{"Add to a project":{v:["Cuir le tionscadal"]},"Connect items to a project to make them easier to find":{v:["Ceangail m\xEDreanna le tionscadal chun iad a dh\xE9anamh n\xEDos \xE9asca iad a aimsi\xFA"]},"Failed to add the item to the project":{v:["Theip ar an m\xEDr a chur leis an tionscadal"]},"Failed to create a project":{v:["Theip ar thionscadal a chruth\xFA"]},"Failed to rename the project":{v:["Theip ar an tionscadal a athainmni\xFA"]},"Type to search for existing projects":{v:["Cl\xF3scr\xEDobh chun tionscadail at\xE1 ann cheana a chuardach"]}}},{l:"gl",t:{"Add to a project":{v:["Engadir a un proxecto"]},"Connect items to a project to make them easier to find":{v:["Conectar elementos a un proxecto para facelos m\xE1is doados de atopar"]},"Failed to add the item to the project":{v:["Produciuse un fallo ao engadir o elemento ao proxecto"]},"Failed to create a project":{v:["Produciuse un fallo ao crear un proxecto"]},"Failed to rename the project":{v:["Produciuse un fallo ao cambiarlle o nome ao proxecto"]},"Type to search for existing projects":{v:["Escriba para buscar proxectos existentes"]}}},{l:"he",t:{}},{l:"hu",t:{}},{l:"id",t:{}},{l:"is",t:{"Add to a project":{v:["B\xE6ta vi\xF0 verkefni"]},"Connect items to a project to make them easier to find":{v:["Tengdu atri\xF0i vi\xF0 verkefni til a\xF0 gera einfaldara a\xF0 finna \xFEau"]},"Failed to add the item to the project":{v:["Mist\xF3kst a\xF0 b\xE6ta atri\xF0inu \xED verkefni\xF0"]},"Failed to create a project":{v:["Mist\xF3kst a\xF0 \xFAtb\xFAa verkefni"]},"Failed to rename the project":{v:["Mist\xF3kst a\xF0 endurnefna verkefni\xF0"]},"Type to search for existing projects":{v:["Skrifa\xF0u h\xE9r til a\xF0 leita a\xF0 fyrirliggjandi verkefnum"]}}},{l:"it",t:{}},{l:"ja",t:{"Add to a project":{v:["\u30D7\u30ED\u30B8\u30A7\u30AF\u30C8\u306B\u8FFD\u52A0\u3059\u308B"]},"Connect items to a project to make them easier to find":{v:["\u9805\u76EE\u3092\u30D7\u30ED\u30B8\u30A7\u30AF\u30C8\u306B\u63A5\u7D9A\u3057\u3066\u691C\u7D22\u3057\u3084\u3059\u304F\u3059\u308B"]},"Failed to add the item to the project":{v:["\u30D7\u30ED\u30B8\u30A7\u30AF\u30C8\u3078\u306E\u30A2\u30A4\u30C6\u30E0\u306E\u8FFD\u52A0\u306B\u5931\u6557\u3057\u307E\u3057\u305F"]},"Failed to create a project":{v:["\u30D7\u30ED\u30B8\u30A7\u30AF\u30C8\u306E\u4F5C\u6210\u306B\u5931\u6557\u3057\u307E\u3057\u305F"]},"Failed to rename the project":{v:["\u30D7\u30ED\u30B8\u30A7\u30AF\u30C8\u306E\u540D\u524D\u5909\u66F4\u306B\u5931\u6557\u3057\u307E\u3057\u305F"]},"Type to search for existing projects":{v:["\u65E2\u5B58\u306E\u30D7\u30ED\u30B8\u30A7\u30AF\u30C8\u3092\u691C\u7D22\u3059\u308B\u305F\u3081\u306B\u5165\u529B\u3057\u307E\u3059"]}}},{l:"ja-JP",t:{}},{l:"ko",t:{"Add to a project":{v:["\uD504\uB85C\uC81D\uD2B8\uC5D0 \uCD94\uAC00"]},"Connect items to a project to make them easier to find":{v:["\uD56D\uBAA9\uC744 \uB354 \uC27D\uAC8C \uCC3E\uC744 \uC218 \uC788\uB3C4\uB85D \uD504\uB85C\uC81D\uD2B8\uC5D0 \uC5F0\uACB0\uD558\uC138\uC694."]},"Failed to add the item to the project":{v:["\uD56D\uBAA9\uC744 \uD504\uB85C\uC81D\uD2B8\uC5D0 \uCD94\uAC00\uD558\uB294 \uB370 \uC2E4\uD328\uD568"]},"Failed to create a project":{v:["\uD504\uB85C\uC81D\uD2B8\uB97C \uB9CC\uB4DC\uB294 \uB370 \uC2E4\uD328\uD568"]},"Failed to rename the project":{v:["\uD504\uB85C\uC81D\uD2B8\uC758 \uC774\uB984\uC744 \uBC14\uAFB8\uB294 \uB370 \uC2E4\uD328\uD568"]},"Type to search for existing projects":{v:["\uC785\uB825\uD558\uC5EC \uD504\uB85C\uC81D\uD2B8\uB97C \uAC80\uC0C9"]}}},{l:"lt-LT",t:{}},{l:"lv",t:{}},{l:"mk",t:{"Add to a project":{v:["\u0414\u043E\u0434\u0430\u0458 \u0432\u043E \u043F\u0440\u043E\u0435\u043A\u0442"]},"Connect items to a project to make them easier to find":{v:["\u041F\u043E\u0432\u0440\u0437\u0435\u0442\u0435 \u0433\u0438 \u0435\u043B\u0435\u043C\u0435\u043D\u0442\u0438\u0442\u0435 \u0441\u043E \u043F\u0440\u043E\u0435\u043A\u0442 \u0437\u0430 \u0434\u0430 \u0431\u0438\u0434\u0435 \u043F\u043E\u043B\u0435\u0441\u043D\u043E \u0434\u0430 \u0441\u0435 \u043D\u0430\u0458\u0434\u0430\u0442"]},"Failed to add the item to the project":{v:["\u041D\u0435\u0443\u0441\u043F\u0435\u0448\u043D\u043E \u0434\u043E\u0434\u0430\u0432\u0430\u045A\u0435 \u043D\u0430 \u0435\u043B\u0435\u043C\u0435\u043D\u0442\u043E\u0442 \u0432\u043E \u043F\u0440\u043E\u0435\u043A\u0442\u043E\u0442"]},"Failed to create a project":{v:["\u041D\u0435\u0443\u0441\u043F\u0435\u0448\u043D\u043E \u043A\u0440\u0435\u0438\u0440\u0430\u045A\u0435 \u043D\u0430 \u043F\u0440\u043E\u0435\u043A\u0442"]},"Failed to rename the project":{v:["\u041D\u0435\u0443\u0441\u043F\u0435\u0448\u043D\u043E \u043F\u0440\u0435\u0438\u043C\u0435\u043D\u0443\u0432\u0430\u045A\u0435 \u043D\u0430 \u043F\u0440\u043E\u0435\u043A\u0442\u043E\u0442"]},"Type to search for existing projects":{v:["\u041F\u0438\u0448\u0443\u0432\u0430\u0458 \u0437\u0430 \u043F\u0440\u0435\u0431\u0430\u0440\u0443\u0432\u0430\u045A\u0435 \u043F\u043E\u0441\u0442\u043E\u0435\u0447\u043A\u0438 \u043F\u0440\u043E\u0435\u043A\u0442\u0438"]}}},{l:"my",t:{}},{l:"nb",t:{"Add to a project":{v:["Legge til i et prosjekt"]},"Connect items to a project to make them easier to find":{v:["Koble elementer til et prosjekt for \xE5 gj\xF8re det enklere \xE5 finne dem"]},"Failed to add the item to the project":{v:["Kan ikke legge til elementet i prosjektet"]},"Failed to create a project":{v:["Kan ikke opprette et prosjekt"]},"Failed to rename the project":{v:["Kunne ikke gi prosjektet nytt navn"]},"Type to search for existing projects":{v:["Skriv for \xE5 s\xF8ke for eksisterende prosjekter"]}}},{l:"nl",t:{"Add to a project":{v:["Toevoegen aan een project"]},"Connect items to a project to make them easier to find":{v:["Items aan een project koppelen om ze eenvoudiger te vinden"]},"Failed to add the item to the project":{v:["Toevoegen van item aan project mislukt"]},"Failed to create a project":{v:["Project aanmaken mislukt"]},"Failed to rename the project":{v:["Project hernoemen mislukt"]},"Type to search for existing projects":{v:["Typ om te zoeken naar bestaande projecten"]}}},{l:"oc",t:{}},{l:"pl",t:{"Add to a project":{v:["Dodaj do projektu"]},"Connect items to a project to make them easier to find":{v:["Po\u0142\u0105cz elementy z projektem, aby u\u0142atwi\u0107 ich znalezienie"]},"Failed to add the item to the project":{v:["Nie uda\u0142o si\u0119 doda\u0107 elementu do projektu"]},"Failed to create a project":{v:["Nie uda\u0142o si\u0119 utworzy\u0107 projektu"]},"Failed to rename the project":{v:["Nie uda\u0142o si\u0119 zmieni\u0107 nazwy projektu"]},"Type to search for existing projects":{v:["Wpisz, aby wyszuka\u0107 istniej\u0105ce projekty"]}}},{l:"pt-BR",t:{"Add to a project":{v:["Adicionar a um projeto"]},"Connect items to a project to make them easier to find":{v:["Conectar itens a um projeto para encontr\xE1-los mais facilmente"]},"Failed to add the item to the project":{v:["Falha ao adicionar itens ao projeto"]},"Failed to create a project":{v:["Falha ao criar um projeto"]},"Failed to rename the project":{v:["Falha ao renomear o projeto"]},"Type to search for existing projects":{v:["Digite para pesquisar projetos existentes"]}}},{l:"pt-PT",t:{"Add to a project":{v:["Adicionar a um projeto"]},"Connect items to a project to make them easier to find":{v:["Ligar itens a um projeto para serem mais facilmente encontrados"]},"Failed to add the item to the project":{v:["N\xE3o foi poss\xEDvel adicionar item ao projeto"]},"Failed to create a project":{v:["N\xE3o foi poss\xEDvel criar um projeto"]},"Failed to rename the project":{v:["N\xE3o foi poss\xEDvel alterar o nome do projeto"]},"Type to search for existing projects":{v:["Digite para procurar projetos existentes"]}}},{l:"ro",t:{}},{l:"ru",t:{"Add to a project":{v:["\u0414\u043E\u0431\u0430\u0432\u0438\u0442\u044C \u0432 \u043F\u0440\u043E\u0435\u043A\u0442"]},"Connect items to a project to make them easier to find":{v:["\u041F\u043E\u0434\u043A\u043B\u044E\u0447\u0430\u0439\u0442\u0435 \u044D\u043B\u0435\u043C\u0435\u043D\u0442\u044B \u043A \u043F\u0440\u043E\u0435\u043A\u0442\u0443, \u0447\u0442\u043E\u0431\u044B \u0438\u0445 \u0431\u044B\u043B\u043E \u043B\u0435\u0433\u0447\u0435 \u043D\u0430\u0439\u0442\u0438"]},"Failed to add the item to the project":{v:["\u041D\u0435 \u0443\u0434\u0430\u043B\u043E\u0441\u044C \u0434\u043E\u0431\u0430\u0432\u0438\u0442\u044C \u044D\u043B\u0435\u043C\u0435\u043D\u0442 \u0432 \u043F\u0440\u043E\u0435\u043A\u0442"]},"Failed to create a project":{v:["\u041D\u0435 \u0443\u0434\u0430\u043B\u043E\u0441\u044C \u0441\u043E\u0437\u0434\u0430\u0442\u044C \u043F\u0440\u043E\u0435\u043A\u0442"]},"Failed to rename the project":{v:["\u041D\u0435 \u0443\u0434\u0430\u043B\u043E\u0441\u044C \u043F\u0435\u0440\u0435\u0438\u043C\u0435\u043D\u043E\u0432\u0430\u0442\u044C \u043F\u0440\u043E\u0435\u043A\u0442"]},"Type to search for existing projects":{v:["\u0412\u0432\u0435\u0434\u0438\u0442\u0435 \u0434\u043B\u044F \u043F\u043E\u0438\u0441\u043A\u0430 \u0441\u0443\u0449\u0435\u0441\u0442\u0432\u0443\u044E\u0449\u0438\u0445 \u043F\u0440\u043E\u0435\u043A\u0442\u043E\u0432"]}}},{l:"sk",t:{"Add to a project":{v:["Prida\u0165 do projektu"]},"Connect items to a project to make them easier to find":{v:["Prida\u0165 polo\u017Eky do projektu pre jednoduch\u0161ie vyh\u013Ead\xE1vanie"]},"Failed to add the item to the project":{v:["Nepodarilo sa prida\u0165 polo\u017Eku do projektu"]},"Failed to create a project":{v:["Nepodarilo sa vytvori\u0165 projekt"]},"Failed to rename the project":{v:["Nepodarilo sa premenova\u0165 projekt"]},"Type to search for existing projects":{v:["Za\u010Dnite p\xEDsa\u0165 pre vyh\u013Ead\xE1vanie v existuj\xFAcich projektoch"]}}},{l:"sl",t:{}},{l:"sr",t:{"Add to a project":{v:["\u0414\u043E\u0434\u0430\u0458 \u0443 \u043F\u0440\u043E\u0458\u0435\u043A\u0430\u0442"]},"Connect items to a project to make them easier to find":{v:["\u041F\u043E\u0432\u0435\u0437\u0443\u0458\u0435 \u0441\u0442\u0430\u0432\u043A\u0435 \u0443 \u043F\u0440\u043E\u0458\u0435\u043A\u0430\u0442 \u043A\u0430\u043A\u043E \u0431\u0438 \u0441\u0435 \u043B\u0430\u043A\u0448\u0435 \u043F\u0440\u043E\u043D\u0430\u0448\u043B\u0435"]},"Failed to add the item to the project":{v:["\u041D\u0438\u0458\u0435 \u0443\u0441\u043F\u0435\u043B\u043E \u0434\u043E\u0434\u0430\u0432\u0430\u045A\u0435 \u0441\u0442\u0430\u0432\u043A\u0435 \u0443 \u043F\u0440\u043E\u0458\u0435\u043A\u0430\u0442"]},"Failed to create a project":{v:["\u041D\u0438\u0458\u0435 \u0443\u0441\u043F\u0435\u043B\u043E \u043A\u0440\u0435\u0438\u0440\u0430\u045A\u0435 \u043F\u0440\u043E\u0458\u0435\u043A\u0442\u0430"]},"Failed to rename the project":{v:["\u041D\u0438\u0458\u0435 \u0443\u0441\u043F\u0435\u043B\u0430 \u043F\u0440\u043E\u043C\u0435\u043D\u0430 \u0438\u043C\u0435\u043D\u0430 \u043F\u0440\u043E\u0458\u0435\u043A\u0442\u0430"]},"Type to search for existing projects":{v:["\u041A\u0443\u0446\u0430\u0458\u0442\u0435 \u0434\u0430 \u043F\u0440\u0435\u0442\u0440\u0430\u0436\u0438\u0442\u0435 \u043F\u043E\u0441\u0442\u043E\u0458\u0435\u045B\u0435 \u043F\u0440\u043E\u0458\u0435\u043A\u0442\u0435"]}}},{l:"sv",t:{"Add to a project":{v:["L\xE4gg till i ett projekt"]},"Connect items to a project to make them easier to find":{v:["Anslut objekt till ett projekt f\xF6r att g\xF6ra dem l\xE4ttare att hitta"]},"Failed to add the item to the project":{v:["Det gick inte att l\xE4gga till objektet i projektet"]},"Failed to create a project":{v:["Det gick inte att skapa ett projekt"]},"Failed to rename the project":{v:["Kunde inte byta namn p\xE5 projektet"]},"Type to search for existing projects":{v:["Skriv f\xF6r att s\xF6ka efter befintliga projekt"]}}},{l:"tr",t:{"Add to a project":{v:["Bir projeye ekle"]},"Connect items to a project to make them easier to find":{v:["\xD6geleri daha kolay bulmak i\xE7in bir proje ile ili\u015Fkilendirin"]},"Failed to add the item to the project":{v:["\xD6ge projeye eklenemedi"]},"Failed to create a project":{v:["Bir proje olu\u015Fturulamad\u0131"]},"Failed to rename the project":{v:["Proje yeniden adland\u0131r\u0131lamad\u0131"]},"Type to search for existing projects":{v:["Var olan projeleri aramak i\xE7in yazmaya ba\u015Flay\u0131n"]}}},{l:"uk",t:{"Add to a project":{v:["\u0414\u043E\u0434\u0430\u0442\u0438 \u0434\u043E \u043F\u0440\u043E\u0454\u043A\u0442\u0443"]},"Connect items to a project to make them easier to find":{v:["\u041F\u0440\u0438\u0454\u0434\u043D\u0430\u0439\u0442\u0435 \u0440\u0435\u0441\u0443\u0440\u0441\u0438 \u0434\u043E \u043F\u0440\u043E\u0454\u043A\u0442\u0443 \u0434\u043B\u044F \u0448\u0432\u0438\u0434\u0448\u043E\u0433\u043E \u043F\u043E\u0448\u0443\u043A\u0443"]},"Failed to add the item to the project":{v:["\u041D\u0435 \u0432\u0434\u0430\u043B\u043E\u0441\u044F \u043F\u0440\u0438\u0454\u0434\u043D\u0430\u0442\u0438 \u0440\u0435\u0441\u0443\u0440\u0441 \u0434\u043E \u043F\u0440\u043E\u0454\u043A\u0442\u0443"]},"Failed to create a project":{v:["\u041D\u0435 \u0432\u0434\u0430\u043B\u043E\u0441\u044F \u0441\u0442\u0432\u043E\u0440\u0438\u0442\u0438 \u043F\u0440\u043E\u0454\u043A\u0442"]},"Failed to rename the project":{v:["\u041D\u0435 \u0432\u0434\u0430\u043B\u043E\u0441\u044F \u043F\u0435\u0440\u0435\u0439\u043C\u0435\u043D\u0443\u0432\u0430\u0442\u0438 \u043F\u0440\u043E\u0454\u043A\u0442"]},"Type to search for existing projects":{v:["\u041F\u043E\u0447\u043D\u0456\u0442\u044C \u0432\u0432\u043E\u0434\u0438\u0442\u0438, \u0449\u043E\u0431 \u0437\u043D\u0430\u0439\u0442\u0438 \u043F\u0440\u043E\u0454\u043A\u0442"]}}},{l:"uz",t:{"Add to a project":{v:["Loyihaga qo'shish"]},"Connect items to a project to make them easier to find":{v:["Elementlarni topishni osonlashtirish uchun ularni loyihaga ulang"]},"Failed to add the item to the project":{v:["Ob'ektni loyihaga qo'shib bo'lmadi"]},"Failed to create a project":{v:["Loyiha yaratib bo\u2018lmadi"]},"Failed to rename the project":{v:["Loyiha nomini o\u2018zgartirib bo\u2018lmadi"]},"Type to search for existing projects":{v:["Mavjud loyihalarni qidirish uchun kiriting"]}}},{l:"zh-CN",t:{"Add to a project":{v:["\u6DFB\u52A0\u81F3\u4E00\u4E2A\u9879\u76EE"]},"Connect items to a project to make them easier to find":{v:["\u5C06\u6761\u76EE\u8FDE\u63A5\u81F3\u4E00\u4E2A\u9879\u76EE\u4EE5\u6613\u4E8E\u67E5\u627E"]},"Failed to add the item to the project":{v:["\u6DFB\u52A0\u6761\u76EE\u81F3\u9879\u76EE\u5931\u8D25"]},"Failed to create a project":{v:["\u521B\u5EFA\u9879\u76EE\u5931\u8D25"]},"Failed to rename the project":{v:["\u91CD\u547D\u540D\u9879\u76EE\u5931\u8D25"]},"Type to search for existing projects":{v:["\u8F93\u5165\u4EE5\u641C\u7D22\u73B0\u5B58\u9879\u76EE"]}}},{l:"zh-HK",t:{"Add to a project":{v:["\u6DFB\u52A0\u5230\u65B9\u6848\u4E2D"]},"Connect items to a project to make them easier to find":{v:["\u5C07\u9805\u76EE\u9023\u63A5\u5230\u65B9\u6848\u4E2D\uFF0C\u4EE5\u4FBF\u66F4\u5BB9\u6613\u627E\u5230\u3002"]},"Failed to add the item to the project":{v:["\u7121\u6CD5\u5C07\u9805\u76EE\u6DFB\u52A0\u5230\u65B9\u6848\u4E2D"]},"Failed to create a project":{v:["\u7121\u6CD5\u5275\u5EFA\u65B9\u6848"]},"Failed to rename the project":{v:["\u7121\u6CD5\u91CD\u547D\u540D\u65B9\u6848"]},"Type to search for existing projects":{v:["\u8F38\u5165\u4EE5\u641C\u7D22\u73FE\u6709\u65B9\u6848"]}}},{l:"zh-TW",t:{"Add to a project":{v:["\u65B0\u589E\u81F3\u5C08\u6848\u4E2D"]},"Connect items to a project to make them easier to find":{v:["\u5C07\u9805\u76EE\u9023\u7D50\u81F3\u5C08\u6848\u4E2D\u4EE5\u65B9\u4FBF\u5C0B\u627E"]},"Failed to add the item to the project":{v:["\u65B0\u589E\u9805\u76EE\u81F3\u5C08\u6848\u5931\u6557"]},"Failed to create a project":{v:["\u5EFA\u7ACB\u5C08\u6848\u5931\u6557"]},"Failed to rename the project":{v:["\u91CD\u65B0\u547D\u540D\u5C08\u6848\u5931\u6557"]},"Type to search for existing projects":{v:["\u8F38\u5165\u4EE5\u641C\u5C0B\u65E2\u6709\u5C08\u6848"]}}}],T=[{l:"ar",t:{"Any link":{v:["\u0623\u064A\u0651\u064E \u0631\u0627\u0628\u0637"]}}},{l:"ast",t:{"Any link":{v:["Cualesquier enllaz"]}}},{l:"br",t:{}},{l:"ca",t:{}},{l:"cs",t:{"Any link":{v:["Jak\xFDkoli odkaz"]}}},{l:"cs-CZ",t:{"Any link":{v:["Jak\xFDkoli odkaz"]}}},{l:"da",t:{"Any link":{v:["Ethvert link"]}}},{l:"de",t:{"Any link":{v:["Irgendein Link"]}}},{l:"de-DE",t:{"Any link":{v:["Irgendein Link"]}}},{l:"el",t:{"Any link":{v:["\u039F\u03C0\u03BF\u03B9\u03BF\u03C3\u03B4\u03AE\u03C0\u03BF\u03C4\u03B5 \u03C3\u03CD\u03BD\u03B4\u03B5\u03C3\u03BC\u03BF\u03C2"]}}},{l:"en-GB",t:{"Any link":{v:["Any link"]}}},{l:"eo",t:{}},{l:"es",t:{"Any link":{v:["Cualquier enlace"]}}},{l:"es-AR",t:{"Any link":{v:["Cualquier enlace"]}}},{l:"es-EC",t:{"Any link":{v:["Cualquier enlace"]}}},{l:"es-MX",t:{"Any link":{v:["Cualquier enlace"]}}},{l:"et-EE",t:{"Any link":{v:["Mistahes link"]}}},{l:"eu",t:{"Any link":{v:["Edozein esteka"]}}},{l:"fa",t:{"Any link":{v:["\u0647\u0631 \u067E\u06CC\u0648\u0646\u062F\u06CC"]}}},{l:"fi",t:{"Any link":{v:["Mik\xE4 tahansa linkki"]}}},{l:"fr",t:{"Any link":{v:["N'importe quel lien"]}}},{l:"ga",t:{"Any link":{v:["Aon nasc"]}}},{l:"gl",t:{"Any link":{v:["Calquera ligaz\xF3n"]}}},{l:"he",t:{"Any link":{v:["\u05E7\u05D9\u05E9\u05D5\u05E8 \u05DB\u05DC\u05E9\u05D4\u05D5"]}}},{l:"hu",t:{}},{l:"id",t:{"Any link":{v:["Semua tautan"]}}},{l:"is",t:{"Any link":{v:["Einhver tengill"]}}},{l:"it",t:{"Any link":{v:["Qualsiasi link"]}}},{l:"ja",t:{"Any link":{v:["\u4EFB\u610F\u306E\u30EA\u30F3\u30AF"]}}},{l:"ja-JP",t:{"Any link":{v:["\u4EFB\u610F\u306E\u30EA\u30F3\u30AF"]}}},{l:"ko",t:{"Any link":{v:["\uC544\uBB34 \uB9C1\uD06C"]}}},{l:"lt-LT",t:{}},{l:"lv",t:{}},{l:"mk",t:{"Any link":{v:["\u0421\u0435\u043A\u043E\u0458 \u043B\u0438\u043D\u043A"]}}},{l:"my",t:{}},{l:"nb",t:{"Any link":{v:["Enhver lenke"]}}},{l:"nl",t:{"Any link":{v:["Elke link"]}}},{l:"oc",t:{}},{l:"pl",t:{"Any link":{v:["Dowolny link"]}}},{l:"pt-BR",t:{"Any link":{v:["Qualquer link"]}}},{l:"pt-PT",t:{"Any link":{v:["Qualquer hiperliga\xE7\xE3o"]}}},{l:"ro",t:{"Any link":{v:["Orice link"]}}},{l:"ru",t:{"Any link":{v:["\u041B\u044E\u0431\u0430\u044F \u0441\u0441\u044B\u043B\u043A\u0430"]}}},{l:"sk",t:{"Any link":{v:["Ak\xFDko\u013Evek odkaz"]}}},{l:"sl",t:{}},{l:"sr",t:{"Any link":{v:["\u0411\u0438\u043B\u043E \u043A\u043E\u0458\u0438 \u043B\u0438\u043D\u043A"]}}},{l:"sv",t:{"Any link":{v:["Vilken l\xE4nk som helst"]}}},{l:"tr",t:{"Any link":{v:["Herhangi bir ba\u011Flant\u0131"]}}},{l:"uk",t:{"Any link":{v:["\u0411\u0443\u0434\u044C-\u044F\u043A\u0435 \u043F\u043E\u0441\u0438\u043B\u0430\u043D\u043D\u044F"]}}},{l:"uz",t:{"Any link":{v:["Har qanday havola"]}}},{l:"zh-CN",t:{"Any link":{v:["\u4EFB\u4F55\u94FE\u63A5"]}}},{l:"zh-HK",t:{"Any link":{v:["\u4EFB\u4F55\u9023\u7D50"]}}},{l:"zh-TW",t:{"Any link":{v:["\u4EFB\u4F55\u9023\u7D50"]}}}],_=[{l:"ar",t:{"Anything shared with the same group of people will show up here":{v:["\u0623\u064A\u0651 \u0645\u0627\u062F\u0629 \u062A\u0645\u062A \u0645\u0634\u0627\u0631\u0643\u062A\u0647\u0627 \u0645\u0639 \u0646\u0641\u0633 \u0627\u0644\u0645\u062C\u0645\u0648\u0639\u0629 \u0645\u0646 \u0627\u0644\u0623\u0634\u062E\u0627\u0635 \u0633\u064A\u062A\u0645 \u0639\u0631\u0636\u0647\u0627 \u0647\u0646\u0627"]},"Error getting related resources. Please contact your system administrator if you have any questions.":{v:["\u062E\u0637\u0623 \u0641\u064A \u0627\u0644\u062D\u0635\u0648\u0644 \u0639\u0644\u0649 \u0627\u0644\u0645\u0648\u0627\u0631\u062F \u0630\u0627\u062A \u0627\u0644\u0635\u0644\u0629. \u064A\u0631\u062C\u0649 \u0627\u0644\u0627\u062A\u0635\u0627\u0644 \u0628\u0645\u0634\u0631\u0641 \u0627\u0644\u0646\u0638\u0627\u0645 \u0639\u0646\u062F\u0643 \u0625\u0630\u0627 \u0643\u0627\u0646 \u0644\u062F\u064A\u0643 \u0623\u064A\u0651 \u0623\u0633\u0626\u0644\u0629."]},"Related resources":{v:["\u0645\u0635\u0627\u062F\u0631 \u0630\u0627\u062A \u0635\u0644\u0629"]}}},{l:"ast",t:{"Anything shared with the same group of people will show up here":{v:["Equ\xED va apaecer tolo que compartas col mesmu grupu de persones"]},"Error getting related resources. Please contact your system administrator if you have any questions.":{v:["Hebo un error al consiguir los recursos rellacionaos. Ponte en contautu col alministrador del sistema si tienes dalguna entruga."]},"Related resources":{v:["Recursos rellacionao"]}}},{l:"br",t:{}},{l:"ca",t:{"Anything shared with the same group of people will show up here":{v:["Qualsevol cosa compartida amb el mateix grup de persones es mostrar\xE0 aqu\xED"]},"Related resources":{v:["Recursos relacionats"]}}},{l:"cs",t:{"Anything shared with the same group of people will show up here":{v:["Cokoli nasd\xEDlen\xE9ho stejn\xE9 skupin\u011B lid\xED se zobraz\xED zde"]},"Error getting related resources. Please contact your system administrator if you have any questions.":{v:["Chyba p\u0159i z\xEDsk\xE1v\xE1n\xED souvisej\xEDc\xEDch prost\u0159edk\u016F. Pokud m\xE1te jak\xE9koli dotazy, obra\u0165te se na spr\xE1vce v\xE1mi vyu\u017E\xEDvan\xE9ho syst\xE9mu."]},"Related resources":{v:["Souvisej\xEDc\xED prost\u0159edky"]}}},{l:"cs-CZ",t:{"Anything shared with the same group of people will show up here":{v:["Cokoli nasd\xEDlen\xE9ho stejn\xE9 skupin\u011B lid\xED se zobraz\xED zde"]},"Error getting related resources. Please contact your system administrator if you have any questions.":{v:["Chyba p\u0159i z\xEDsk\xE1v\xE1n\xED souvisej\xEDc\xEDch prost\u0159edk\u016F. Pokud m\xE1te jak\xE9koli dotazy, obra\u0165te se na spr\xE1vce v\xE1mi vyu\u017E\xEDvan\xE9ho syst\xE9mu."]},"Related resources":{v:["Souvisej\xEDc\xED prost\u0159edky"]}}},{l:"da",t:{"Anything shared with the same group of people will show up here":{v:["Alt der deles med samme gruppe af personer vil vises her"]},"Error getting related resources. Please contact your system administrator if you have any questions.":{v:["Fejl ved hentning af relaterede ressourcer. Kontakt venligst din systemadministrator, hvis du har sp\xF8rgsm\xE5l."]},"Related resources":{v:["Relaterede emner"]}}},{l:"de",t:{"Anything shared with the same group of people will show up here":{v:["Alles, das mit derselben Gruppe von Personen geteilt wird, wird hier angezeigt"]},"Error getting related resources. Please contact your system administrator if you have any questions.":{v:["Fehler beim Abrufen verwandter Ressourcen. Bei Fragen wende dich bitte an deinen Systemadministrator."]},"Related resources":{v:["Verwandte Ressourcen"]}}},{l:"de-DE",t:{"Anything shared with the same group of people will show up here":{v:["Alles, das mit derselben Gruppe von Personen geteilt wird, wird hier angezeigt"]},"Error getting related resources. Please contact your system administrator if you have any questions.":{v:["Fehler beim Abrufen verwandter Ressourcen. Bei Fragen wenden Sie sich bitte an Ihre Systemadministration."]},"Related resources":{v:["Verwandte Ressourcen"]}}},{l:"el",t:{"Anything shared with the same group of people will show up here":{v:["\u039F\u03C4\u03B9\u03B4\u03AE\u03C0\u03BF\u03C4\u03B5 \u03BC\u03BF\u03B9\u03C1\u03AC\u03B6\u03B5\u03C4\u03B1\u03B9 \u03BC\u03B5 \u03C4\u03B7\u03BD \u03AF\u03B4\u03B9\u03B1 \u03BF\u03BC\u03AC\u03B4\u03B1 \u03B1\u03C4\u03CC\u03BC\u03C9\u03BD \u03B8\u03B1 \u03B5\u03BC\u03C6\u03B1\u03BD\u03AF\u03B6\u03B5\u03C4\u03B1\u03B9 \u03B5\u03B4\u03CE"]},"Error getting related resources. Please contact your system administrator if you have any questions.":{v:["\u03A3\u03C6\u03AC\u03BB\u03BC\u03B1 \u03BB\u03AE\u03C8\u03B7\u03C2 \u03C3\u03C7\u03B5\u03C4\u03B9\u03BA\u03CE\u03BD \u03C0\u03CC\u03C1\u03C9\u03BD. \u03A0\u03B1\u03C1\u03B1\u03BA\u03B1\u03BB\u03BF\u03CD\u03BC\u03B5 \u03B5\u03C0\u03B9\u03BA\u03BF\u03B9\u03BD\u03C9\u03BD\u03AE\u03C3\u03C4\u03B5 \u03BC\u03B5 \u03C4\u03BF\u03BD \u03B4\u03B9\u03B1\u03C7\u03B5\u03B9\u03C1\u03B9\u03C3\u03C4\u03AE \u03C4\u03BF\u03C5 \u03C3\u03C5\u03C3\u03C4\u03AE\u03BC\u03B1\u03C4\u03CC\u03C2 \u03C3\u03B1\u03C2 \u03B5\u03AC\u03BD \u03AD\u03C7\u03B5\u03C4\u03B5 \u03BF\u03C0\u03BF\u03B9\u03B5\u03C3\u03B4\u03AE\u03C0\u03BF\u03C4\u03B5 \u03B5\u03C1\u03C9\u03C4\u03AE\u03C3\u03B5\u03B9\u03C2."]},"Related resources":{v:["\u03A3\u03C7\u03B5\u03C4\u03B9\u03BA\u03BF\u03AF \u03C0\u03CC\u03C1\u03BF\u03B9"]}}},{l:"en-GB",t:{"Anything shared with the same group of people will show up here":{v:["Anything shared with the same group of people will show up here"]},"Error getting related resources. Please contact your system administrator if you have any questions.":{v:["Error getting related resources. Please contact your system administrator if you have any questions."]},"Related resources":{v:["Related resources"]}}},{l:"eo",t:{}},{l:"es",t:{"Anything shared with the same group of people will show up here":{v:["Cualquier cosa que est\xE9 compartida con el mismo grupo de personas se mostrar\xE1 aqu\xED"]},"Error getting related resources. Please contact your system administrator if you have any questions.":{v:["Error al obtener recursos relacionados. Por favor, contacte a su administrador del sistema si tiene alguna pregunta."]},"Related resources":{v:["Recursos relacionados"]}}},{l:"es-AR",t:{"Anything shared with the same group of people will show up here":{v:["Cualquier cosa compartida con el mismo grupo de personas aparecer\xE1 aqu\xED."]},"Error getting related resources. Please contact your system administrator if you have any questions.":{v:["Error al obtener recursos relacionados. Por favor, contacte a su administrador del sistema si tiene alguna pregunta."]},"Related resources":{v:["Recursos relacionados"]}}},{l:"es-EC",t:{"Anything shared with the same group of people will show up here":{v:["Cualquier cosa compartida con el mismo grupo de personas aparecer\xE1 aqu\xED."]},"Error getting related resources. Please contact your system administrator if you have any questions.":{v:["Error al obtener recursos relacionados. Por favor, contacta a tu administrador del sistema si tienes alguna pregunta."]},"Related resources":{v:["Recursos relacionados"]}}},{l:"es-MX",t:{"Anything shared with the same group of people will show up here":{v:["Todo lo que se comparta con el mismo grupo de personas se mostrar\xE1 aqu\xED"]},"Error getting related resources. Please contact your system administrator if you have any questions.":{v:["Error al obtener recursos relacionados. Por favor contacte al administrador si tiene alguna pregunta."]},"Related resources":{v:["Recursos relacionados"]}}},{l:"et-EE",t:{"Anything shared with the same group of people will show up here":{v:["Siin kuvatakse k\xF5ik, mida jagatakse sama kasutajagrupiga"]},"Error getting related resources. Please contact your system administrator if you have any questions.":{v:["Viga seotud ressursside saamisel. K\xFCsimuste korral v\xF5tke \xFChendust oma s\xFCsteemiadministraatoriga."]},"Related resources":{v:["Seotud ressursid"]}}},{l:"eu",t:{"Anything shared with the same group of people will show up here":{v:["Pertsona-talde berarekin partekatutako edozer agertuko da hemen"]},"Error getting related resources. Please contact your system administrator if you have any questions.":{v:["Errore bat gertatu da erlazionatutako baliabideak eskuratzean. Jarri harremanetan zure sistemaren administratzailearekin galderarik baduzu."]},"Related resources":{v:["Erlazionatutako baliabideak"]}}},{l:"fa",t:{"Anything shared with the same group of people will show up here":{v:["\u0647\u0631 \u0686\u06CC\u0632\u06CC \u06A9\u0647 \u0628\u0627 \u06AF\u0631\u0648\u0647 \u0645\u0634\u0627\u0628\u0647\u06CC \u0647\u0645\u200C\u0631\u0633\u0627\u0646\u06CC \u0634\u0648\u062F \u062F\u0631 \u0627\u06CC\u0646 \u0642\u0633\u0645\u062A \u0646\u0645\u0627\u06CC\u0634 \u0645\u06CC\u200C\u06CC\u0627\u0628\u062F"]},"Error getting related resources. Please contact your system administrator if you have any questions.":{v:["\u062E\u0637\u0627 \u062F\u0631 \u062F\u0631\u06CC\u0627\u0641\u062A \u0645\u0646\u0627\u0628\u0639 \u0645\u0631\u062A\u0628\u0637. \u0644\u0637\u0641\u0627\u064B \u062F\u0631 \u0635\u0648\u0631\u062A \u062F\u0627\u0634\u062A\u0646 \u0647\u0631 \u06AF\u0648\u0646\u0647 \u0633\u0624\u0627\u0644 \u0628\u0627 \u0645\u062F\u06CC\u0631 \u0633\u06CC\u0633\u062A\u0645 \u062E\u0648\u062F \u062A\u0645\u0627\u0633 \u0628\u06AF\u06CC\u0631\u06CC\u062F."]},"Related resources":{v:["\u0645\u0646\u0627\u0628\u0639 \u0645\u0631\u062A\u0628\u0637"]}}},{l:"fi",t:{"Anything shared with the same group of people will show up here":{v:["Kaikki saman ryhm\xE4n kesken jaettu n\xE4kyy t\xE4ss\xE4"]},"Error getting related resources. Please contact your system administrator if you have any questions.":{v:["Virhe resurssien haussa. Ota yhteytt\xE4 j\xE4rjestelm\xE4n yll\xE4pit\xE4j\xE4\xE4n, mik\xE4li sinulla on kysytt\xE4v\xE4\xE4."]},"Related resources":{v:["Liittyv\xE4t resurssit"]}}},{l:"fr",t:{"Anything shared with the same group of people will show up here":{v:["Tout ce qui est partag\xE9 avec le m\xEAme groupe de personnes appara\xEEtra ici"]},"Error getting related resources. Please contact your system administrator if you have any questions.":{v:["Erreur lors de la r\xE9cup\xE9ration des ressources li\xE9es. Contactez votre administrateur syst\xE8me pour r\xE9pondre \xE0 vos \xE9ventuelles questions."]},"Related resources":{v:["Ressources li\xE9es"]}}},{l:"ga",t:{"Anything shared with the same group of people will show up here":{v:["Taispe\xE1nfar aon rud a roinntear leis an ngr\xFApa c\xE9anna daoine anseo"]},"Error getting related resources. Please contact your system administrator if you have any questions.":{v:["Earr\xE1id agus acmhainn\xED gaolmhara \xE1 bhf\xE1il. D\xE9an teagmh\xE1il le riarth\xF3ir do ch\xF3rais m\xE1 t\xE1 aon cheist agat."]},"Related resources":{v:["Acmhainn\xED gaolmhara"]}}},{l:"gl",t:{"Anything shared with the same group of people will show up here":{v:["Todo o que se comparta co mesmo grupo de persoas aparecer\xE1 aqu\xED"]},"Error getting related resources. Please contact your system administrator if you have any questions.":{v:["Produciuse un erro ao obter os recursos relacionados. P\xF3\xF1ase en contacto coa administraci\xF3n do seu sistema se ten algunha d\xFAbida."]},"Related resources":{v:["Recursos relacionados"]}}},{l:"he",t:{"Anything shared with the same group of people will show up here":{v:["\u05DB\u05DC \u05DE\u05D4 \u05E9\u05DE\u05E9\u05D5\u05EA\u05E3 \u05E2\u05DD \u05D0\u05D5\u05EA\u05D4 \u05E7\u05D1\u05D5\u05E6\u05EA \u05D4\u05D0\u05E0\u05E9\u05D9\u05DD \u05D9\u05D5\u05E4\u05D9\u05E2 \u05DB\u05D0\u05DF"]},"Error getting related resources. Please contact your system administrator if you have any questions.":{v:["\u05E9\u05D2\u05D9\u05D0\u05D4 \u05D1\u05E7\u05D1\u05DC\u05EA \u05D4\u05DE\u05E9\u05D0\u05D1\u05D9\u05DD \u05D4\u05E7\u05E9\u05D5\u05E8\u05D9\u05DD. \u05E0\u05D0 \u05DC\u05D9\u05E6\u05D5\u05E8 \u05E7\u05E9\u05E8 \u05E2\u05DD \u05D4\u05E0\u05D4\u05DC\u05EA \u05D4\u05DE\u05E2\u05E8\u05DB\u05EA \u05D0\u05DD \u05D9\u05E9 \u05DC\u05DA \u05E9\u05D0\u05DC\u05D5\u05EA."]},"Related resources":{v:["\u05DE\u05E9\u05D0\u05D1\u05D9\u05DD \u05E7\u05E9\u05D5\u05E8\u05D9\u05DD"]}}},{l:"hu",t:{"Anything shared with the same group of people will show up here":{v:["Minden, amit ugyanazzal a csoporttal oszt meg, itt fog megjelenni"]},"Related resources":{v:["Kapcsol\xF3d\xF3 er\u0151forr\xE1sok"]}}},{l:"id",t:{"Anything shared with the same group of people will show up here":{v:["Apa pun yang dibagikan dengan grup orang yang sama akan muncul di sini"]},"Error getting related resources. Please contact your system administrator if you have any questions.":{v:["Kesalahan saat mengambil sumber daya terkait. Hubungi administrator sistem Anda jika ada pertanyaan."]},"Related resources":{v:["Sumber daya terkait"]}}},{l:"is",t:{"Anything shared with the same group of people will show up here":{v:["Allt sem deilt er me\xF0 sama h\xF3pi f\xF3lks mun birtast h\xE9r"]},"Error getting related resources. Please contact your system administrator if you have any questions.":{v:["Villa vi\xF0 a\xF0 s\xE6kja tengd tilf\xF6ng. Haf\xF0u samband vi\xF0 kerfisstj\xF3rann \xFEinn ef \xFE\xFA ert me\xF0 einhverjar spurningar."]},"Related resources":{v:["Tengd tilf\xF6ng"]}}},{l:"it",t:{"Anything shared with the same group of people will show up here":{v:["Tutto ci\xF2 che \xE8 stato condiviso con lo stesso gruppo di persone viene visualizzato qui"]},"Error getting related resources. Please contact your system administrator if you have any questions.":{v:["Errore nell'ottenere le risorse correlate. Per qualsiasi domanda, contattare l'amministratore di sistema."]},"Related resources":{v:["Risorse correlate"]}}},{l:"ja",t:{"Anything shared with the same group of people will show up here":{v:["\u540C\u3058\u30B0\u30EB\u30FC\u30D7\u3067\u5171\u6709\u3057\u3066\u3044\u308B\u3082\u306E\u306F\u3001\u5168\u3066\u3053\u3053\u306B\u8868\u793A\u3055\u308C\u307E\u3059"]},"Error getting related resources. Please contact your system administrator if you have any questions.":{v:["\u95A2\u9023\u30EA\u30BD\u30FC\u30B9\u306E\u53D6\u5F97\u30A8\u30E9\u30FC\u3002\u3054\u4E0D\u660E\u306A\u70B9\u304C\u3054\u3056\u3044\u307E\u3057\u305F\u3089\u3001\u30B7\u30B9\u30C6\u30E0\u7BA1\u7406\u8005\u306B\u304A\u554F\u3044\u5408\u308F\u305B\u304F\u3060\u3055\u3044\u3002"]},"Related resources":{v:["\u95A2\u9023\u30EA\u30BD\u30FC\u30B9"]}}},{l:"ja-JP",t:{"Anything shared with the same group of people will show up here":{v:["\u540C\u3058\u30B0\u30EB\u30FC\u30D7\u3067\u5171\u6709\u3057\u3066\u3044\u308B\u3082\u306E\u306F\u3001\u5168\u3066\u3053\u3053\u306B\u8868\u793A\u3055\u308C\u307E\u3059"]},"Error getting related resources. Please contact your system administrator if you have any questions.":{v:["\u95A2\u9023\u30EA\u30BD\u30FC\u30B9\u306E\u53D6\u5F97\u30A8\u30E9\u30FC\u3002\u3054\u4E0D\u660E\u306A\u70B9\u304C\u3054\u3056\u3044\u307E\u3057\u305F\u3089\u3001\u30B7\u30B9\u30C6\u30E0\u7BA1\u7406\u8005\u306B\u304A\u554F\u3044\u5408\u308F\u305B\u304F\u3060\u3055\u3044\u3002"]},"Related resources":{v:["\u95A2\u9023\u30EA\u30BD\u30FC\u30B9"]}}},{l:"ko",t:{"Anything shared with the same group of people will show up here":{v:["\uAC19\uC740 \uADF8\uB8F9\uC758 \uC0AC\uC6A9\uC790\uC640 \uACF5\uC720\uB41C \uBAA8\uB4E0 \uAC83\uB4E4\uC774 \uC774\uACF3\uC5D0 \uB098\uD0C0\uB0A9\uB2C8\uB2E4."]},"Error getting related resources. Please contact your system administrator if you have any questions.":{v:["\uAD00\uB828 \uB9AC\uC18C\uC2A4\uB97C \uAC00\uC838\uC624\uB294 \uC911 \uC624\uB958\uAC00 \uBC1C\uC0DD\uD588\uC2B5\uB2C8\uB2E4. \uAD81\uAE08\uD55C \uAC83\uC774 \uC788\uB294 \uACBD\uC6B0 \uC2DC\uC2A4\uD15C \uAD00\uB9AC\uC790\uC5D0\uAC8C \uC5F0\uB77D\uD574 \uC8FC\uC138\uC694."]},"Related resources":{v:["\uAD00\uB828 \uB9AC\uC18C\uC2A4"]}}},{l:"lt-LT",t:{}},{l:"lv",t:{}},{l:"mk",t:{"Anything shared with the same group of people will show up here":{v:["\u0421\xE8 \u0448\u0442\u043E \u0435 \u0441\u043F\u043E\u0434\u0435\u043B\u0435\u043D\u043E \u0441\u043E \u0438\u0441\u0442\u0430\u0442\u0430 \u0433\u0440\u0443\u043F\u0430 \u043B\u0443\u0453\u0435 \u045C\u0435 \u0441\u0435 \u043F\u043E\u0458\u0430\u0432\u0438 \u043E\u0432\u0434\u0435"]},"Error getting related resources. Please contact your system administrator if you have any questions.":{v:["\u0413\u0440\u0435\u0448\u043A\u0430 \u043F\u0440\u0438 \u0434\u043E\u0431\u0438\u0432\u0430\u045A\u0435 \u043F\u043E\u0432\u0440\u0437\u0430\u043D\u0438 \u0440\u0435\u0441\u0443\u0440\u0441\u0438. \u0412\u0435 \u043C\u043E\u043B\u0438\u043C\u0435 \u043A\u043E\u043D\u0442\u0430\u043A\u0442\u0438\u0440\u0430\u0458\u0442\u0435 \u0433\u043E \u0432\u0430\u0448\u0438\u043E\u0442 \u0441\u0438\u0441\u0442\u0435\u043C \u0430\u0434\u043C\u0438\u043D\u0438\u0441\u0442\u0440\u0430\u0442\u043E\u0440 \u0430\u043A\u043E \u0438\u043C\u0430\u0442\u0435 \u043F\u0440\u0430\u0448\u0430\u045A\u0430."]},"Related resources":{v:["\u041F\u043E\u0432\u0440\u0437\u0430\u043D\u0438 \u0440\u0435\u0441\u0443\u0440\u0441\u0438"]}}},{l:"my",t:{}},{l:"nb",t:{"Anything shared with the same group of people will show up here":{v:["Alt som er delt med den samme gruppen vil vises her"]},"Error getting related resources. Please contact your system administrator if you have any questions.":{v:["Feil ved henting av relaterte ressurser. Kontakt systemansvarlig hvis du har sp\xF8rsm\xE5l."]},"Related resources":{v:["Relaterte ressurser"]}}},{l:"nl",t:{"Anything shared with the same group of people will show up here":{v:["Alles dat gedeeld is met dezelfde groep mensen zal hier getoond worden"]},"Error getting related resources. Please contact your system administrator if you have any questions.":{v:["Fout bij het ophalen van gerelateerde bronnen. Neem contact op met uw systeembeheerder als u vragen heeft."]},"Related resources":{v:["Gerelateerde bronnen"]}}},{l:"oc",t:{}},{l:"pl",t:{"Anything shared with the same group of people will show up here":{v:["Tutaj pojawi si\u0119 wszystko, co zosta\u0142o udost\u0119pnione tej samej grupie os\xF3b"]},"Error getting related resources. Please contact your system administrator if you have any questions.":{v:["B\u0142\u0105d podczas pobierania powi\u0105zanych zasob\xF3w. Je\u015Bli masz jakiekolwiek pytania, skontaktuj si\u0119 z administratorem systemu."]},"Related resources":{v:["Powi\u0105zane zasoby"]}}},{l:"pt-BR",t:{"Anything shared with the same group of people will show up here":{v:["Qualquer coisa compartilhada com o mesmo grupo de pessoas aparecer\xE1 aqui"]},"Error getting related resources. Please contact your system administrator if you have any questions.":{v:["Erro ao obter recursos relacionados. Por favor, entre em contato com o administrador do sistema se tiver alguma d\xFAvida."]},"Related resources":{v:["Recursos relacionados"]}}},{l:"pt-PT",t:{"Anything shared with the same group of people will show up here":{v:["Qualquer coisa partilhada com o mesmo grupo de pessoas ir\xE1 aparecer aqui"]},"Error getting related resources. Please contact your system administrator if you have any questions.":{v:["Erro ao obter os recursos relacionados. Por favor, contacte o administrador do sistema se tiver quaisquer perguntas."]},"Related resources":{v:["Recursos relacionados"]}}},{l:"ro",t:{"Anything shared with the same group of people will show up here":{v:["Tot ceea ce este partajat cu acela\u0219i grup de persoane va fi afi\u0219at aici"]},"Error getting related resources. Please contact your system administrator if you have any questions.":{v:["Eroare la preluarea resurselor adi\u021Bionale. V\u0103 rug\u0103m s\u0103 contacta\u021Bi administratorul pentru \xEEntreb\u0103ri."]},"Related resources":{v:["Resurse legate"]}}},{l:"ru",t:{"Anything shared with the same group of people will show up here":{v:["\u0412\u0441\u0451, \u0447\u0435\u043C \u043F\u043E\u0434\u0435\u043B\u0438\u043B\u0438\u0441\u044C \u0441 \u0442\u043E\u0439 \u0436\u0435 \u0433\u0440\u0443\u043F\u043F\u043E\u0439 \u043B\u044E\u0434\u0435\u0439, \u0431\u0443\u0434\u0435\u0442 \u043E\u0442\u043E\u0431\u0440\u0430\u0436\u0430\u0442\u044C\u0441\u044F \u0437\u0434\u0435\u0441\u044C"]},"Error getting related resources. Please contact your system administrator if you have any questions.":{v:["\u041E\u0448\u0438\u0431\u043A\u0430 \u043F\u0440\u0438 \u043F\u043E\u043B\u0443\u0447\u0435\u043D\u0438\u0438 \u0441\u0432\u044F\u0437\u0430\u043D\u043D\u044B\u0445 \u0440\u0435\u0441\u0443\u0440\u0441\u043E\u0432. \u0415\u0441\u043B\u0438 \u0443 \u0432\u0430\u0441 \u0435\u0441\u0442\u044C \u043A\u0430\u043A\u0438\u0435-\u043B\u0438\u0431\u043E \u0432\u043E\u043F\u0440\u043E\u0441\u044B, \u043E\u0431\u0440\u0430\u0442\u0438\u0442\u0435\u0441\u044C \u043A \u0441\u0438\u0441\u0442\u0435\u043C\u043D\u043E\u043C\u0443 \u0430\u0434\u043C\u0438\u043D\u0438\u0441\u0442\u0440\u0430\u0442\u043E\u0440\u0443."]},"Related resources":{v:["\u0421\u0432\u044F\u0437\u0430\u043D\u043D\u044B\u0435 \u0440\u0435\u0441\u0443\u0440\u0441\u044B"]}}},{l:"sk",t:{"Anything shared with the same group of people will show up here":{v:["Tu sa zobraz\xED \u010Doko\u013Evek zdie\u013Ean\xE9 s rovnakou skupinou \u013Eud\xED"]},"Error getting related resources. Please contact your system administrator if you have any questions.":{v:["Chyba pri z\xEDskavan\xED s\xFAvisiacich zdrojov. V pr\xEDpade ot\xE1zok kontaktujte pros\xEDm svojho systemov\xE9ho administr\xE1tora."]},"Related resources":{v:["S\xFAvisiace zdroje"]}}},{l:"sl",t:{"Related resources":{v:["Povezani viri"]}}},{l:"sr",t:{"Anything shared with the same group of people will show up here":{v:["\u0421\u0432\u0435 \u0448\u0442\u043E \u0441\u0435 \u0434\u0435\u043B\u0438 \u0441\u0430 \u0438\u0441\u0442\u043E\u043C \u0433\u0440\u0443\u043F\u043E\u043C \u0459\u0443\u0434\u0438 \u045B\u0435 \u0441\u0435 \u043F\u043E\u0458\u0430\u0432\u0438\u0442\u0438 \u043E\u0432\u0434\u0435"]},"Error getting related resources. Please contact your system administrator if you have any questions.":{v:["\u0413\u0440\u0435\u0448\u043A\u0430 \u043A\u043E\u0434 \u043F\u0440\u0438\u0431\u0430\u0432\u0459\u0430\u045A\u0430 \u0432\u0435\u0437\u0430\u043D\u0438\u0445 \u0440\u0435\u0441\u0443\u0440\u0441\u0430. \u041C\u043E\u043B\u0438\u043C\u043E \u0432\u0430\u0441 \u0434\u0430 \u0441\u0435 \u043E\u0431\u0440\u0430\u0442\u0438\u0442\u0435 \u0430\u0434\u043C\u0438\u043D\u0438\u0441\u0442\u0440\u0430\u0442\u043E\u0440\u0443 \u0430\u043A\u043E \u0438\u043C\u0430\u0442\u0435 \u043F\u0438\u0442\u0430\u045A\u0430."]},"Related resources":{v:["\u041F\u043E\u0432\u0435\u0437\u0430\u043D\u0438 \u0440\u0435\u0441\u0443\u0440\u0441\u0438"]}}},{l:"sv",t:{"Anything shared with the same group of people will show up here":{v:["N\xE5got som delats med samma grupp av personer kommer att visas h\xE4r"]},"Error getting related resources. Please contact your system administrator if you have any questions.":{v:["Det gick inte att h\xE4mta relaterade resurser. Kontakta din systemadministrat\xF6r om du har n\xE5gra fr\xE5gor."]},"Related resources":{v:["Relaterade resurser"]}}},{l:"tr",t:{"Anything shared with the same group of people will show up here":{v:["Ayn\u0131 ki\u015Fi grubu ile payla\u015F\u0131lan her\u015Fey burada g\xF6r\xFCnt\xFClenir"]},"Error getting related resources. Please contact your system administrator if you have any questions.":{v:["\u0130lgili kaynaklara ula\u015F\u0131l\u0131rken sorun \xE7\u0131kt\u0131. Herhangi bir sorunuz varsa l\xFCtfen sistem y\xF6neticiniz ile g\xF6r\xFC\u015F\xFCn "]},"Related resources":{v:["\u0130lgili kaynaklar"]}}},{l:"uk",t:{"Anything shared with the same group of people will show up here":{v:["\u0411\u0443\u0434\u044C-\u0449\u043E \u0434\u043E\u0441\u0442\u0443\u043F\u043D\u0435 \u0434\u043B\u044F \u0446\u0456\u0454\u0457 \u0436\u0435 \u0433\u0440\u0443\u043F\u0438 \u043B\u044E\u0434\u0435\u0439 \u0431\u0443\u0434\u0435 \u043F\u043E\u043A\u0430\u0437\u0430\u043D\u043E \u0442\u0443\u0442"]},"Error getting related resources. Please contact your system administrator if you have any questions.":{v:["\u041F\u043E\u043C\u0438\u043B\u043A\u0430 \u043F\u0456\u0434 \u0447\u0430\u0441 \u043E\u0442\u0440\u0438\u043C\u0430\u043D\u043D\u044F \u043F\u043E\u0432'\u044F\u0437\u0430\u043D\u0438\u0445 \u0440\u0435\u0441\u0443\u0440\u0441\u0456\u0432. \u0411\u0443\u0434\u044C \u043B\u0430\u0441\u043A\u0430, \u0441\u043A\u043E\u043D\u0442\u0430\u043A\u0442\u0443\u0439\u0442\u0435 \u0437 \u0441\u0438\u0441\u0442\u0435\u043C\u043D\u0438\u043C \u0430\u0434\u043C\u0456\u043D\u0456\u0441\u0442\u0440\u0430\u0442\u043E\u0440\u043E\u043C, \u044F\u043A\u0449\u043E \u0443 \u0432\u0430\u0441 \u0432\u0438\u043D\u0438\u043A\u043B\u0438 \u0437\u0430\u043F\u0438\u0442\u0430\u043D\u043D\u044F."]},"Related resources":{v:["\u041F\u043E\u0432'\u044F\u0437\u0430\u043D\u0456 \u0440\u0435\u0441\u0443\u0440\u0441\u0438"]}}},{l:"uz",t:{"Anything shared with the same group of people will show up here":{v:["Xuddi shu guruhdagi odamlarga ulashilgan hamma narsa shu yerda chiqadi"]},"Error getting related resources. Please contact your system administrator if you have any questions.":{v:["Tegishli manbalarni olishda xatolik yuz berdi. Savollaringiz bo'lsa, tizim administratoriga murojaat qiling."]},"Related resources":{v:["Tegishli manbalar"]}}},{l:"zh-CN",t:{"Anything shared with the same group of people will show up here":{v:["\u4E0E\u540C\u7EC4\u7528\u6237\u5206\u4EAB\u7684\u6240\u6709\u5185\u5BB9\u90FD\u4F1A\u663E\u793A\u4E8E\u6B64"]},"Error getting related resources. Please contact your system administrator if you have any questions.":{v:["\u83B7\u53D6\u76F8\u5173\u8D44\u6E90\u51FA\u73B0\u9519\u8BEF\u3002\u5982\u679C\u4F60\u6709\u4EFB\u4F55\u95EE\u9898\uFF0C\u8BF7\u8054\u7CFB\u7CFB\u7EDF\u7BA1\u7406\u5458\u3002"]},"Related resources":{v:["\u76F8\u5173\u8D44\u6E90"]}}},{l:"zh-HK",t:{"Anything shared with the same group of people will show up here":{v:["\u8207\u540C\u4E00\u7D44\u4EBA\u5171\u4EAB\u7684\u4EFB\u4F55\u5167\u5BB9\u90FD\u6703\u986F\u793A\u5728\u6B64\u8655"]},"Error getting related resources. Please contact your system administrator if you have any questions.":{v:["\u53D6\u5F97\u76F8\u95DC\u8CC7\u6E90\u6642\u767C\u751F\u932F\u8AA4\u3002\u5982\u679C\u6709\u4EFB\u4F55\u554F\u984C\uFF0C\u8ACB\u806F\u7D61\u7CFB\u7D71\u7BA1\u7406\u54E1\u3002"]},"Related resources":{v:["\u76F8\u95DC\u8CC7\u6E90"]}}},{l:"zh-TW",t:{"Anything shared with the same group of people will show up here":{v:["\u8207\u76F8\u540C\u7FA4\u7D44\u5206\u4EAB\u7684\u6240\u6709\u5167\u5BB9\u90FD\u6703\u986F\u793A\u65BC\u6B64"]},"Error getting related resources. Please contact your system administrator if you have any questions.":{v:["\u53D6\u5F97\u76F8\u95DC\u8CC7\u6E90\u6642\u767C\u751F\u932F\u8AA4\u3002\u5982\u679C\u6709\u4EFB\u4F55\u554F\u984C\uFF0C\u8ACB\u806F\u7D61\u7CFB\u7D71\u7BA1\u7406\u54E1\u3002"]},"Related resources":{v:["\u76F8\u95DC\u8CC7\u6E90"]}}}],S=[{l:"ar",t:{"Avatar of {displayName}":{v:["\u0635\u0648\u0631\u0629 \u0627\u0644\u0645\u0644\u0641 \u0627\u0644\u0634\u062E\u0635\u064A \u0627\u0644\u0631\u0645\u0632\u064A\u0629 \u0644\u0640\u0640 {displayName} "]},"Avatar of {displayName}, {status}":{v:["\u0635\u0648\u0631\u0629 \u0627\u0644\u0645\u0644\u0641 \u0627\u0644\u0634\u062E\u0635\u064A \u0627\u0644\u0631\u0645\u0632\u064A\u0629 \u0644\u0640\u0640 {displayName}\u060C {status}"]}}},{l:"ast",t:{"Avatar of {displayName}":{v:["Avatar de: {displayName}"]},"Avatar of {displayName}, {status}":{v:["Avatar de: {displayName}, {status}"]}}},{l:"br",t:{}},{l:"ca",t:{"Avatar of {displayName}":{v:["Avatar de {displayName}"]},"Avatar of {displayName}, {status}":{v:["Avatar de {displayName}, {status}"]}}},{l:"cs",t:{"Avatar of {displayName}":{v:["Z\xE1stupn\xFD obr\xE1zek u\u017Eivatele {displayName}"]},"Avatar of {displayName}, {status}":{v:["Z\xE1stupn\xFD obr\xE1zek u\u017Eivatele {displayName}, {status}"]}}},{l:"cs-CZ",t:{"Avatar of {displayName}":{v:["Z\xE1stupn\xFD obr\xE1zek u\u017Eivatele {displayName}"]},"Avatar of {displayName}, {status}":{v:["Z\xE1stupn\xFD obr\xE1zek u\u017Eivatele {displayName}, {status}"]}}},{l:"da",t:{"Avatar of {displayName}":{v:["Avatar af {displayName}"]},"Avatar of {displayName}, {status}":{v:["Avatar af {displayName}, {status}"]}}},{l:"de",t:{"Avatar of {displayName}":{v:["Avatar von {displayName}"]},"Avatar of {displayName}, {status}":{v:["Avatar von {displayName}, {status}"]}}},{l:"de-DE",t:{"Avatar of {displayName}":{v:["Avatar von {displayName}"]},"Avatar of {displayName}, {status}":{v:["Avatar von {displayName}, {status}"]}}},{l:"el",t:{"Avatar of {displayName}":{v:["\u0386\u03B2\u03B1\u03C4\u03B1\u03C1 \u03C4\u03BF\u03C5 {displayName}"]},"Avatar of {displayName}, {status}":{v:["\u0386\u03B2\u03B1\u03C4\u03B1\u03C1 \u03C4\u03BF\u03C5 {displayName}, {status}"]}}},{l:"en-GB",t:{"Avatar of {displayName}":{v:["Avatar of {displayName}"]},"Avatar of {displayName}, {status}":{v:["Avatar of {displayName}, {status}"]}}},{l:"eo",t:{}},{l:"es",t:{"Avatar of {displayName}":{v:["Avatar de {displayName}"]},"Avatar of {displayName}, {status}":{v:["Avatar de {displayName}, {status}"]}}},{l:"es-AR",t:{"Avatar of {displayName}":{v:["Avatar de {displayName}"]},"Avatar of {displayName}, {status}":{v:["Avatar de {displayName}, {status}"]}}},{l:"es-EC",t:{"Avatar of {displayName}":{v:["Avatar de {displayName}"]},"Avatar of {displayName}, {status}":{v:["Avatar de {displayName}, {status}"]}}},{l:"es-MX",t:{"Avatar of {displayName}":{v:["Avatar de {displayName}"]},"Avatar of {displayName}, {status}":{v:["Avatar de {displayName}, {status}"]}}},{l:"et-EE",t:{"Avatar of {displayName}":{v:["Avatar {displayName}"]},"Avatar of {displayName}, {status}":{v:["Avatar {displayName}, {status}"]}}},{l:"eu",t:{"Avatar of {displayName}":{v:["{displayName}-(e)n irudia"]},"Avatar of {displayName}, {status}":{v:["{displayName} -(e)n irudia, {status}"]}}},{l:"fa",t:{"Avatar of {displayName}":{v:["\u0622\u0648\u0627\u062A\u0627\u0631 {displayName}"]},"Avatar of {displayName}, {status}":{v:["\u0622\u0648\u0627\u062A\u0627\u0631 {displayName} \u060C {status}"]}}},{l:"fi",t:{"Avatar of {displayName}":{v:["{displayName}n avatar"]},"Avatar of {displayName}, {status}":{v:["{displayName}n avatar, {status}"]}}},{l:"fr",t:{"Avatar of {displayName}":{v:["Avatar de {displayName}"]},"Avatar of {displayName}, {status}":{v:["Avatar de {displayName}, {status}"]}}},{l:"ga",t:{"Avatar of {displayName}":{v:["Avatar de {displayName}"]},"Avatar of {displayName}, {status}":{v:["Avatar de {displayName}, {status}"]}}},{l:"gl",t:{"Avatar of {displayName}":{v:["Avatar de {displayName}"]},"Avatar of {displayName}, {status}":{v:["Avatar de {displayName}, {status}"]}}},{l:"he",t:{"Avatar of {displayName}":{v:["\u05EA\u05DE\u05D5\u05E0\u05D4 \u05D9\u05D9\u05E6\u05D5\u05D2\u05D9\u05EA \u05E9\u05DC {displayName}"]},"Avatar of {displayName}, {status}":{v:["\u05EA\u05DE\u05D5\u05E0\u05D4 \u05D9\u05D9\u05E6\u05D5\u05D2\u05D9\u05EA \u05E9\u05DC {displayName}, {status}"]}}},{l:"hu",t:{"Avatar of {displayName}":{v:["{displayName} profilk\xE9pe"]},"Avatar of {displayName}, {status}":{v:["{displayName} profilk\xE9pe, {status}"]}}},{l:"id",t:{"Avatar of {displayName}":{v:["Avatar {displayName}"]},"Avatar of {displayName}, {status}":{v:["Avatar {displayName}, {status}"]}}},{l:"is",t:{"Avatar of {displayName}":{v:["Au\xF0kennismynd fyrir {displayName}"]},"Avatar of {displayName}, {status}":{v:["Au\xF0kennismynd fyrir {displayName}, {status}"]}}},{l:"it",t:{"Avatar of {displayName}":{v:["Avatar di {displayName}"]},"Avatar of {displayName}, {status}":{v:["Avatar di {displayName}, {status}"]}}},{l:"ja",t:{"Avatar of {displayName}":{v:["{displayName} \u306E\u30A2\u30D0\u30BF\u30FC"]},"Avatar of {displayName}, {status}":{v:["{displayName}, {status} \u306E\u30A2\u30D0\u30BF\u30FC"]}}},{l:"ja-JP",t:{"Avatar of {displayName}":{v:["{displayName} \u306E\u30A2\u30D0\u30BF\u30FC"]},"Avatar of {displayName}, {status}":{v:["{displayName}, {status} \u306E\u30A2\u30D0\u30BF\u30FC"]}}},{l:"ko",t:{"Avatar of {displayName}":{v:["{displayName}\uB2D8\uC758 \uC544\uBC14\uD0C0"]},"Avatar of {displayName}, {status}":{v:["{displayName}, {status}\uB2D8\uC758 \uC544\uBC14\uD0C0"]}}},{l:"lt-LT",t:{}},{l:"lv",t:{}},{l:"mk",t:{"Avatar of {displayName}":{v:["\u0410\u0432\u0430\u0442\u0430\u0440 \u043D\u0430 {displayName}"]},"Avatar of {displayName}, {status}":{v:["\u0410\u0432\u0430\u0442\u0430\u0440 \u043D\u0430 {displayName}, {status}"]}}},{l:"my",t:{"Avatar of {displayName}":{v:["{displayName} \u104F \u1000\u102D\u102F\u101A\u103A\u1015\u103D\u102C\u1038"]}}},{l:"nb",t:{"Avatar of {displayName}":{v:["Avataren til {displayName}"]},"Avatar of {displayName}, {status}":{v:["{displayName}'s avatar, {status}"]}}},{l:"nl",t:{"Avatar of {displayName}":{v:["Avatar van {displayName}"]},"Avatar of {displayName}, {status}":{v:["Avatar van {displayName}, {status}"]}}},{l:"oc",t:{}},{l:"pl",t:{"Avatar of {displayName}":{v:["Awatar {displayName}"]},"Avatar of {displayName}, {status}":{v:["Awatar {displayName}, {status}"]}}},{l:"pt-BR",t:{"Avatar of {displayName}":{v:["Avatar de {displayName}"]},"Avatar of {displayName}, {status}":{v:["Avatar de {displayName}, {status}"]}}},{l:"pt-PT",t:{"Avatar of {displayName}":{v:["Avatar de {displayName}"]},"Avatar of {displayName}, {status}":{v:["Avatar de {displayName}, {status}"]}}},{l:"ro",t:{"Avatar of {displayName}":{v:["Avatarul lui {displayName}"]},"Avatar of {displayName}, {status}":{v:["Avatarul lui {displayName}, {status}"]}}},{l:"ru",t:{"Avatar of {displayName}":{v:["\u0410\u0432\u0430\u0442\u0430\u0440 {displayName}"]},"Avatar of {displayName}, {status}":{v:["\u0424\u043E\u0442\u043E\u0433\u0440\u0430\u0444\u0438\u044F {displayName}, {status}"]}}},{l:"sk",t:{"Avatar of {displayName}":{v:["Avatar {displayName}"]},"Avatar of {displayName}, {status}":{v:["Avatar {displayName}, {status}"]}}},{l:"sl",t:{"Avatar of {displayName}":{v:["Podoba {displayName}"]},"Avatar of {displayName}, {status}":{v:["Prikazna slika {displayName}, {status}"]}}},{l:"sr",t:{"Avatar of {displayName}":{v:["\u0410\u0432\u0430\u0442\u0430\u0440 \u0437\u0430 {displayName}"]},"Avatar of {displayName}, {status}":{v:["Avatar za {displayName}, {status}"]}}},{l:"sv",t:{"Avatar of {displayName}":{v:["{displayName}s avatar"]},"Avatar of {displayName}, {status}":{v:["{displayName}s avatar, {status}"]}}},{l:"tr",t:{"Avatar of {displayName}":{v:["{displayName} avatar\u0131"]},"Avatar of {displayName}, {status}":{v:["{displayName}, {status} avatar\u0131"]}}},{l:"uk",t:{"Avatar of {displayName}":{v:["\u0410\u0432\u0430\u0442\u0430\u0440 {displayName}"]},"Avatar of {displayName}, {status}":{v:["\u0410\u0432\u0430\u0442\u0430\u0440 {displayName}, {status}"]}}},{l:"uz",t:{"Avatar of {displayName}":{v:[" {displayName}Avatari"]},"Avatar of {displayName}, {status}":{v:["{displayName}, {status} Avatari"]}}},{l:"zh-CN",t:{"Avatar of {displayName}":{v:["{displayName}\u7684\u5934\u50CF"]},"Avatar of {displayName}, {status}":{v:["{displayName}\u7684\u5934\u50CF\uFF0C{status}"]}}},{l:"zh-HK",t:{"Avatar of {displayName}":{v:["{displayName} \u7684\u982D\u50CF"]},"Avatar of {displayName}, {status}":{v:["{displayName} \u7684\u982D\u50CF\uFF0C{status}"]}}},{l:"zh-TW",t:{"Avatar of {displayName}":{v:["{displayName} \u7684\u5927\u982D\u7167"]},"Avatar of {displayName}, {status}":{v:["{displayName}, {status} \u7684\u5927\u982D\u7167"]}}}],K=[{l:"ar",t:{away:{v:["\u063A\u064A\u0631 \u0645\u0648\u062C\u0648\u062F"]},busy:{v:["\u0645\u0634\u063A\u0648\u0644"]},"do not disturb":{v:["\u064A\u064F\u0631\u062C\u0649 \u0639\u062F\u0645 \u0627\u0644\u0625\u0632\u0639\u0627\u062C"]},invisible:{v:["\u063A\u064A\u0631 \u0645\u0631\u0626\u064A"]},offline:{v:["\u063A\u064A\u0631 \u0645\u062A\u0635\u0644"]},online:{v:["\u0645\u062A\u0635\u0644"]}}},{l:"ast",t:{away:{v:["ausente"]},busy:{v:["ocup\xE1u"]},"do not disturb":{v:["nun molestar"]},invisible:{v:["invisible"]},offline:{v:["desconect\xE1u"]},online:{v:["en llinia"]}}},{l:"br",t:{}},{l:"ca",t:{}},{l:"cs",t:{away:{v:["pry\u010D"]},busy:{v:["zanepr\xE1dn\u011Bn(a)"]},"do not disturb":{v:["neru\u0161it"]},invisible:{v:["neviditeln\xE9"]},offline:{v:["offline"]},online:{v:["online"]}}},{l:"cs-CZ",t:{away:{v:["pry\u010D"]},busy:{v:["zanepr\xE1dn\u011Bn(a)"]},"do not disturb":{v:["neru\u0161it"]},invisible:{v:["neviditeln\xE9"]},offline:{v:["offline"]},online:{v:["online"]}}},{l:"da",t:{away:{v:["v\xE6k"]},busy:{v:["optaget"]},"do not disturb":{v:["forstyr ikke"]},invisible:{v:["usynlig"]},offline:{v:["offline"]},online:{v:["online"]}}},{l:"de",t:{away:{v:["Abwesend"]},busy:{v:["Besch\xE4ftigt"]},"do not disturb":{v:["Bitte nicht st\xF6ren"]},invisible:{v:["Unsichtbar"]},offline:{v:["Offline"]},online:{v:["Online"]}}},{l:"de-DE",t:{away:{v:["Abwesend"]},busy:{v:["Besch\xE4ftigt"]},"do not disturb":{v:["Bitte nicht st\xF6ren"]},invisible:{v:["Unsichtbar"]},offline:{v:["Offline"]},online:{v:["Online"]}}},{l:"el",t:{away:{v:["\u03BC\u03B1\u03BA\u03C1\u03B9\u03AC"]},busy:{v:["\u03B1\u03C0\u03B1\u03C3\u03C7\u03BF\u03BB\u03B7\u03BC\u03AD\u03BD\u03BF\u03C2"]},"do not disturb":{v:["\u03BC\u03B7\u03BD \u03B5\u03BD\u03BF\u03C7\u03BB\u03B5\u03AF\u03C4\u03B5"]},invisible:{v:["\u03B1\u03CC\u03C1\u03B1\u03C4\u03BF"]},offline:{v:["\u03B5\u03BA\u03C4\u03CC\u03C2 \u03C3\u03CD\u03BD\u03B4\u03B5\u03C3\u03B7\u03C2"]},online:{v:["\u03C3\u03C5\u03BD\u03B4\u03B5\u03B4\u03B5\u03BC\u03AD\u03BD\u03BF\u03C2"]}}},{l:"en-GB",t:{away:{v:["away"]},busy:{v:["busy"]},"do not disturb":{v:["do not disturb"]},invisible:{v:["invisible"]},offline:{v:["offline"]},online:{v:["online"]}}},{l:"eo",t:{}},{l:"es",t:{away:{v:["ausente"]},busy:{v:["ocupado"]},"do not disturb":{v:["no molestar"]},invisible:{v:["invisible"]},offline:{v:["fuera de l\xEDnea"]},online:{v:["en l\xEDnea"]}}},{l:"es-AR",t:{away:{v:["ausente"]},busy:{v:["ocupado"]},"do not disturb":{v:["no molestar"]},invisible:{v:["invisible"]},offline:{v:["desconectado"]},online:{v:["en l\xEDnea"]}}},{l:"es-EC",t:{}},{l:"es-MX",t:{away:{v:["ausente"]},busy:{v:["ocupado"]},"do not disturb":{v:["no molestar"]},invisible:{v:["invisible"]},offline:{v:["fuera de l\xEDnea"]},online:{v:["en l\xEDnea"]}}},{l:"et-EE",t:{away:{v:["eemal"]},busy:{v:["h\xF5ivatud"]},"do not disturb":{v:["\xE4ra sega"]},invisible:{v:["n\xE4htamatu"]},offline:{v:["pole v\xF5rgus"]},online:{v:["v\xF5rgus"]}}},{l:"eu",t:{}},{l:"fa",t:{away:{v:["\u062F\u0648\u0631 \u0627\u0632 \u062F\u0633\u062A\u06AF\u0627\u0647"]},busy:{v:["\u0645\u0634\u063A\u0648\u0644"]},"do not disturb":{v:["\u0645\u0632\u0627\u062D\u0645 \u0646\u0634\u0648\u06CC\u062F"]},invisible:{v:["\u0645\u062E\u0641\u06CC"]},offline:{v:["\u0628\u0631\u0648\u0646\u200C\u062E\u0637"]},online:{v:["\u0628\u0631\u062E\u0637"]}}},{l:"fi",t:{away:{v:["poissa"]},busy:{v:["varattu"]},"do not disturb":{v:["\xE4l\xE4 h\xE4iritse"]},invisible:{v:["n\xE4kym\xE4t\xF6n"]},offline:{v:["ei linjalla"]},online:{v:["linjalla"]}}},{l:"fr",t:{away:{v:["absent"]},busy:{v:["occup\xE9"]},"do not disturb":{v:["ne pas d\xE9ranger"]},invisible:{v:["invisible"]},offline:{v:["hors ligne"]},online:{v:["en ligne"]}}},{l:"ga",t:{away:{v:["ar shi\xFAl"]},busy:{v:["gn\xF3thach"]},"do not disturb":{v:["n\xE1 cur as"]},invisible:{v:["dofheicthe"]},offline:{v:["as l\xEDne"]},online:{v:["ar l\xEDne"]}}},{l:"gl",t:{away:{v:["ausente"]},busy:{v:["ocupado"]},"do not disturb":{v:["non molestar"]},invisible:{v:["invis\xEDbel"]},offline:{v:["desconectado"]},online:{v:["conectado"]}}},{l:"he",t:{}},{l:"hu",t:{}},{l:"id",t:{away:{v:["tidak tersedia"]},"do not disturb":{v:["jangan ganggu"]},offline:{v:["luring"]},online:{v:["daring"]}}},{l:"is",t:{away:{v:["\xED burtu"]},busy:{v:["upptekin/n"]},"do not disturb":{v:["ekki \xF3n\xE1\xF0a"]},invisible:{v:["\xF3s\xFDnilegt"]},offline:{v:["\xF3nettengt"]},online:{v:["nettengt"]}}},{l:"it",t:{away:{v:["via"]},"do not disturb":{v:["non disturbare"]},offline:{v:["offline"]},online:{v:["online"]}}},{l:"ja",t:{away:{v:["\u96E2\u308C\u308B"]},busy:{v:["\u30D3\u30B8\u30FC"]},"do not disturb":{v:["\u90AA\u9B54\u3092\u3057\u306A\u3044\u3067\u304F\u3060\u3055\u3044"]},invisible:{v:["\u4E0D\u53EF\u8996"]},offline:{v:["\u30AA\u30D5\u30E9\u30A4\u30F3"]},online:{v:["\u30AA\u30F3\u30E9\u30A4\u30F3"]}}},{l:"ja-JP",t:{away:{v:["\u96E2\u308C\u308B"]},busy:{v:["\u30D3\u30B8\u30FC"]},"do not disturb":{v:["\u90AA\u9B54\u3092\u3057\u306A\u3044\u3067\u304F\u3060\u3055\u3044"]},invisible:{v:["\u4E0D\u53EF\u8996"]},offline:{v:["\u30AA\u30D5\u30E9\u30A4\u30F3"]},online:{v:["\u30AA\u30F3\u30E9\u30A4\u30F3"]}}},{l:"ko",t:{away:{v:["\uC790\uB9AC \uBE44\uC6C0"]},busy:{v:["\uBC14\uC068"]},"do not disturb":{v:["\uBC29\uD574 \uAE08\uC9C0"]},invisible:{v:["\uBCF4\uC774\uC9C0 \uC54A\uC74C"]},offline:{v:["\uC624\uD504\uB77C\uC778"]},online:{v:["\uC628\uB77C\uC778"]}}},{l:"lt-LT",t:{}},{l:"lv",t:{}},{l:"mk",t:{away:{v:["\u043E\u0434\u0434\u0430\u043B\u0435\u0447\u0435\u043D"]},busy:{v:["\u0437\u0430\u0444\u0430\u0442\u0435\u043D"]},"do not disturb":{v:["\u043D\u0435 \u0432\u043E\u0437\u043D\u0435\u043C\u0438\u0440\u0443\u0432\u0430\u0458"]},invisible:{v:["\u043D\u0435\u0432\u0438\u0434\u043B\u0438\u0432\u043E"]},offline:{v:["\u043E\u0444\u043B\u0430\u0458\u043D"]},online:{v:["\u043E\u043D\u043B\u0430\u0458\u043D"]}}},{l:"my",t:{}},{l:"nb",t:{away:{v:["borte"]},busy:{v:["opptatt"]},"do not disturb":{v:["ikke forstyrr"]},invisible:{v:["usynlig"]},offline:{v:["frakoblet"]},online:{v:["tilkoblet"]}}},{l:"nl",t:{away:{v:["weg"]},busy:{v:["bezig"]},"do not disturb":{v:["niet storen"]},invisible:{v:["Onzichtbaar"]},offline:{v:["offline"]},online:{v:["online"]}}},{l:"oc",t:{}},{l:"pl",t:{away:{v:["st\u0105d"]},busy:{v:["zaj\u0119ty"]},"do not disturb":{v:["nie przeszkadza\u0107"]},invisible:{v:["niewidzialny"]},offline:{v:["offline"]},online:{v:["online"]}}},{l:"pt-BR",t:{away:{v:["ausente"]},busy:{v:["ocupado"]},"do not disturb":{v:["n\xE3o perturbe"]},invisible:{v:["invis\xEDvel"]},offline:{v:["off-line"]},online:{v:["on-line"]}}},{l:"pt-PT",t:{away:{v:["longe"]},busy:{v:["ocupado"]},"do not disturb":{v:["n\xE3o incomodar"]},invisible:{v:["invis\xEDvel"]},offline:{v:["offline"]},online:{v:["online"]}}},{l:"ro",t:{away:{v:["plecat"]},"do not disturb":{v:["nu deranja\u021Bi"]},offline:{v:["deconectat"]},online:{v:["online"]}}},{l:"ru",t:{away:{v:["\u043E\u0442\u0441\u0443\u0442\u0441\u0442\u0432\u0438\u0435"]},busy:{v:["\u0437\u0430\u043D\u044F\u0442\u044B\u0439"]},"do not disturb":{v:["\u043D\u0435 \u0431\u0435\u0441\u043F\u043E\u043A\u043E\u0438\u0442\u044C"]},invisible:{v:["\u043D\u0435\u0432\u0438\u0434\u0438\u043C\u044B\u0439"]},offline:{v:["\u043E\u0444\u043B\u0430\u0439\u043D"]},online:{v:["\u043E\u043D\u043B\u0430\u0439\u043D"]}}},{l:"sk",t:{away:{v:["nepr\xEDtomn\xFD"]},busy:{v:["zanepr\xE1zdnen\xFD"]},"do not disturb":{v:["neru\u0161i\u0165"]},invisible:{v:["nevidite\u013En\xFD"]},offline:{v:["Odpojen\xFD - offline"]},online:{v:["Pripojen\xFD - online"]}}},{l:"sl",t:{}},{l:"sr",t:{away:{v:["\u043E\u0434\u0441\u0443\u0442\u0430\u043D"]},busy:{v:["\u0437\u0430\u0443\u0437\u0435\u0442"]},"do not disturb":{v:["\u043D\u0435 \u0443\u0437\u043D\u0435\u043C\u0438\u0440\u0430\u0432\u0430\u0458"]},invisible:{v:["\u043D\u0435\u0432\u0438\u0434\u0459\u0438\u0432\u043E"]},offline:{v:["\u0432\u0430\u043D \u043C\u0440\u0435\u0436\u0435"]},online:{v:["\u043D\u0430 \u043C\u0440\u0435\u0436\u0438"]}}},{l:"sv",t:{away:{v:["borta"]},busy:{v:["upptagen"]},"do not disturb":{v:["st\xF6r ej"]},invisible:{v:["osynlig"]},offline:{v:["offline"]},online:{v:["online"]}}},{l:"tr",t:{away:{v:["Uzakta"]},busy:{v:["Me\u015Fgul"]},"do not disturb":{v:["Rahats\u0131z etmeyin"]},invisible:{v:["g\xF6r\xFCnmez"]},offline:{v:["\xC7evrim d\u0131\u015F\u0131"]},online:{v:["\xC7evrim i\xE7i"]}}},{l:"uk",t:{away:{v:["\u0432\u0456\u0434\u0441\u0443\u0442\u043D\u0456\u0439"]},busy:{v:["\u0437\u0430\u0439\u043D\u044F\u0442\u043E"]},"do not disturb":{v:["\u043D\u0435 \u0442\u0443\u0440\u0431\u0443\u0432\u0430\u0442\u0438"]},invisible:{v:["\u041D\u0435\u0432\u0438\u0434\u0438\u043C\u0438\u0439"]},offline:{v:["\u043D\u0435 \u0432 \u043C\u0435\u0440\u0435\u0436\u0456"]},online:{v:["\u0432 \u043C\u0435\u0440\u0435\u0436\u0456"]}}},{l:"uz",t:{away:{v:["uzoqda"]},busy:{v:["band"]},"do not disturb":{v:["bezovta qilmang"]},invisible:{v:["ko'rinmas"]},offline:{v:["offline"]},online:{v:["online"]}}},{l:"zh-CN",t:{away:{v:["\u79BB\u5F00"]},busy:{v:["\u7E41\u5FD9"]},"do not disturb":{v:["\u8BF7\u52FF\u6253\u6270"]},invisible:{v:["\u9690\u85CF\u7684"]},offline:{v:["\u79BB\u7EBF"]},online:{v:["\u5728\u7EBF"]}}},{l:"zh-HK",t:{away:{v:["\u96E2\u958B"]},busy:{v:["\u5FD9\u788C"]},"do not disturb":{v:["\u8ACB\u52FF\u6253\u64FE"]},invisible:{v:["\u9690\u85CF\u7684"]},offline:{v:["\u96E2\u7DDA"]},online:{v:["\u5728\u7DDA"]}}},{l:"zh-TW",t:{away:{v:["\u96E2\u958B"]},busy:{v:["\u5FD9\u788C"]},"do not disturb":{v:["\u8ACB\u52FF\u6253\u64FE"]},invisible:{v:["\u4E0D\u53EF\u898B"]},offline:{v:["\u96E2\u7DDA"]},online:{v:["\u7DDA\u4E0A"]}}}],_e=[{l:"ar",t:{"Back to provider selection":{v:["\u0639\u0648\u062F\u0629 \u0625\u0644\u0649 \u0627\u062E\u062A\u064A\u0627\u0631 \u0627\u0644\u0645\u0632\u0648\u0651\u062F"]},"Close Smart Picker":{v:["\u0625\u063A\u0644\u0627\u0642 \u0627\u0644\u0645\u062D\u062F\u062F \u0627\u0644\u0630\u0643\u064A"]},"Smart Picker":{v:["\u0627\u0644\u0644\u0627\u0642\u0637 \u0627\u0644\u0630\u0643\u064A smart picker"]}}},{l:"ast",t:{"Back to provider selection":{v:["Volver a la seleici\xF3n de fornidores"]},"Close Smart Picker":{v:["Zarrar la seleici\xF3n intelixente"]},"Smart Picker":{v:["Selector intelixente"]}}},{l:"br",t:{}},{l:"ca",t:{}},{l:"cs",t:{"Back to provider selection":{v:["Zp\u011Bt na v\xFDb\u011Br poskytovatele"]},"Close Smart Picker":{v:["Zav\u0159\xEDt inteligentn\xED v\xFDb\u011Br"]},"Smart Picker":{v:["Inteligentn\xED v\xFDb\u011Br"]}}},{l:"cs-CZ",t:{"Back to provider selection":{v:["Zp\u011Bt na v\xFDb\u011Br poskytovatele"]},"Close Smart Picker":{v:["Zav\u0159\xEDt inteligentn\xED v\xFDb\u011Br"]},"Smart Picker":{v:["Inteligentn\xED v\xFDb\u011Br"]}}},{l:"da",t:{"Back to provider selection":{v:["Tilbage til udbydervalg"]},"Close Smart Picker":{v:["Luk Smart V\xE6lger"]},"Smart Picker":{v:["Smart V\xE6lger"]}}},{l:"de",t:{"Back to provider selection":{v:["Zur\xFCck zur Anbieterauswahl"]},"Close Smart Picker":{v:["Smart Picker schlie\xDFen"]},"Smart Picker":{v:["Smart Picker"]}}},{l:"de-DE",t:{"Back to provider selection":{v:["Zur\xFCck zur Anbieterauswahl"]},"Close Smart Picker":{v:["Smart Picker schlie\xDFen"]},"Smart Picker":{v:["Smart Picker"]}}},{l:"el",t:{"Back to provider selection":{v:["\u0395\u03C0\u03B9\u03C3\u03C4\u03C1\u03BF\u03C6\u03AE \u03C3\u03C4\u03B7\u03BD \u03B5\u03C0\u03B9\u03BB\u03BF\u03B3\u03AE \u03C0\u03B1\u03C1\u03CC\u03C7\u03BF\u03C5"]},"Close Smart Picker":{v:["\u039A\u03BB\u03B5\u03AF\u03C3\u03B9\u03BC\u03BF \u0388\u03BE\u03C5\u03C0\u03BD\u03B7\u03C2 \u0395\u03C0\u03B9\u03BB\u03BF\u03B3\u03AE\u03C2"]},"Smart Picker":{v:["\u0388\u03BE\u03C5\u03C0\u03BD\u03B7 \u0395\u03C0\u03B9\u03BB\u03BF\u03B3\u03AE"]}}},{l:"en-GB",t:{"Back to provider selection":{v:["Back to provider selection"]},"Close Smart Picker":{v:["Close Smart Picker"]},"Smart Picker":{v:["Smart Picker"]}}},{l:"eo",t:{}},{l:"es",t:{"Back to provider selection":{v:["Volver a la selecci\xF3n de proveedor"]},"Close Smart Picker":{v:["Cerrar selector inteligente"]},"Smart Picker":{v:["Selector inteligente"]}}},{l:"es-AR",t:{"Back to provider selection":{v:["Volver a la selecci\xF3n de proveedor"]},"Close Smart Picker":{v:["Cerrar selector inteligente"]},"Smart Picker":{v:["Selector inteligente"]}}},{l:"es-EC",t:{"Back to provider selection":{v:["Volver a la selecci\xF3n de proveedor"]},"Close Smart Picker":{v:["Cerrar selector inteligente"]},"Smart Picker":{v:["Selector inteligente"]}}},{l:"es-MX",t:{"Back to provider selection":{v:["Volver a la selecci\xF3n de proveedor"]},"Close Smart Picker":{v:["Cerrar selector inteligente"]},"Smart Picker":{v:["Selector inteligente"]}}},{l:"et-EE",t:{"Back to provider selection":{v:["Tagasi teenusepakkuja valiku juurde"]},"Close Smart Picker":{v:["Sulge nutikas valija"]},"Smart Picker":{v:["Nutikas valija"]}}},{l:"eu",t:{"Back to provider selection":{v:["Itzuli hornitzaileen hautapenera"]},"Close Smart Picker":{v:["Itxi hautatzaile adimenduna"]},"Smart Picker":{v:["Hautatzaile adimenduna"]}}},{l:"fa",t:{"Back to provider selection":{v:["\u0628\u0627\u0632\u06AF\u0634\u062A \u0628\u0647 \u0627\u0646\u062A\u062E\u0627\u0628 \u0627\u0631\u0627\u0626\u0647 \u062F\u0647\u0646\u062F\u0647"]},"Close Smart Picker":{v:["\u0628\u0633\u062A\u0646 \u0627\u0646\u062A\u062E\u0627\u0628\u200C\u06AF\u0631 \u0647\u0648\u0634\u0645\u0646\u062F"]},"Smart Picker":{v:["\u0627\u0646\u062A\u062E\u0627\u0628\u06AF\u0631 \u0647\u0648\u0634\u0645\u0646\u062F"]}}},{l:"fi",t:{"Back to provider selection":{v:["Takaisin toimittajavalintaan"]},"Close Smart Picker":{v:["Sulje \xE4lykas valitsin"]},"Smart Picker":{v:["\xC4lyk\xE4s valitsin"]}}},{l:"fr",t:{"Back to provider selection":{v:["Revenir \xE0 la s\xE9lection du fournisseur"]},"Close Smart Picker":{v:["Fermer le s\xE9lecteur intelligent"]},"Smart Picker":{v:["S\xE9lecteur intelligent"]}}},{l:"ga",t:{"Back to provider selection":{v:["Ar ais go roghn\xFA sol\xE1thr\xF3ra"]},"Close Smart Picker":{v:["D\xFAn Pioc\xE1la\xED Cliste"]},"Smart Picker":{v:["Roghn\xF3ir Cliste"]}}},{l:"gl",t:{"Back to provider selection":{v:["Volver \xE1 selecci\xF3n do provedor"]},"Close Smart Picker":{v:["Pechar o Selector intelixente"]},"Smart Picker":{v:["Selector intelixente"]}}},{l:"he",t:{"Back to provider selection":{v:["\u05D7\u05D6\u05E8\u05D4 \u05DC\u05D1\u05D7\u05D9\u05E8\u05EA \u05E1\u05E4\u05E7"]},"Close Smart Picker":{v:["\u05E1\u05D2\u05D9\u05E8\u05EA \u05D4\u05D1\u05D5\u05E8\u05E8 \u05D4\u05D7\u05DB\u05DD"]},"Smart Picker":{v:["\u05D1\u05D5\u05E8\u05E8 \u05D7\u05DB\u05DD"]}}},{l:"hu",t:{}},{l:"id",t:{"Back to provider selection":{v:["Kembali ke pemilihan penyedia"]},"Close Smart Picker":{v:["Tutup Pemilih Cerdas"]},"Smart Picker":{v:["Pemilih Cerdas"]}}},{l:"is",t:{"Back to provider selection":{v:["Til baka \xED val \xE1 \xFEj\xF3nustuveitu"]},"Close Smart Picker":{v:["Loka snjall-veljara"]},"Smart Picker":{v:["Snjall-veljari"]}}},{l:"it",t:{"Back to provider selection":{v:["Torna alla selezione del provider"]},"Close Smart Picker":{v:["Chiudere lo Smart Picker"]},"Smart Picker":{v:["Picker intelligente"]}}},{l:"ja",t:{"Back to provider selection":{v:["\u30D7\u30ED\u30D0\u30A4\u30C0\u30FC\u306E\u9078\u629E\u306B\u623B\u308B"]},"Close Smart Picker":{v:["\u30B9\u30DE\u30FC\u30C8\u30D4\u30C3\u30AB\u30FC\u3092\u9589\u3058\u308B"]},"Smart Picker":{v:["\u30B9\u30DE\u30FC\u30C8\u30D4\u30C3\u30AB\u30FC"]}}},{l:"ja-JP",t:{"Back to provider selection":{v:["\u30D7\u30ED\u30D0\u30A4\u30C0\u30FC\u306E\u9078\u629E\u306B\u623B\u308B"]},"Close Smart Picker":{v:["\u30B9\u30DE\u30FC\u30C8\u30D4\u30C3\u30AB\u30FC\u3092\u9589\u3058\u308B"]},"Smart Picker":{v:["\u30B9\u30DE\u30FC\u30C8\u30D4\u30C3\u30AB\u30FC"]}}},{l:"ko",t:{"Back to provider selection":{v:["\uC81C\uACF5\uC790 \uC120\uD0DD\uC73C\uB85C \uB3CC\uC544\uAC00\uAE30"]},"Close Smart Picker":{v:["\uC2A4\uB9C8\uD2B8 \uC120\uD0DD\uAE30 \uB2EB\uAE30"]},"Smart Picker":{v:["\uC2A4\uB9C8\uD2B8 \uC120\uD0DD\uAE30"]}}},{l:"lt-LT",t:{}},{l:"lv",t:{}},{l:"mk",t:{"Back to provider selection":{v:["\u041D\u0430\u0437\u0430\u0434 \u0434\u043E \u0438\u0437\u0431\u043E\u0440 \u043D\u0430 \u043F\u0440\u043E\u0432\u0430\u0458\u0434\u0435\u0440"]},"Close Smart Picker":{v:["\u0417\u0430\u0442\u0432\u043E\u0440\u0438 \u043F\u0430\u043C\u0435\u0442\u0435\u043D \u0438\u0437\u0431\u0438\u0440\u0430\u0447"]},"Smart Picker":{v:["\u041F\u0430\u043C\u0435\u0442\u0435\u043D \u0438\u0437\u0431\u0438\u0440\u0430\u0447"]}}},{l:"my",t:{}},{l:"nb",t:{"Back to provider selection":{v:["Tilbake til leverand\xF8rvalg"]},"Close Smart Picker":{v:["Lukk Smart Velger"]},"Smart Picker":{v:["Smart Velger"]}}},{l:"nl",t:{"Back to provider selection":{v:["Terug naar provider selectie"]},"Close Smart Picker":{v:["Slimme Kiezer sluiten"]},"Smart Picker":{v:["Slimme Kiezer"]}}},{l:"oc",t:{}},{l:"pl",t:{"Back to provider selection":{v:["Powr\xF3t do wyboru dostawcy"]},"Close Smart Picker":{v:["Zamknij inteligentny selektor"]},"Smart Picker":{v:["Inteligentne wybieranie"]}}},{l:"pt-BR",t:{"Back to provider selection":{v:["Voltar para sele\xE7\xE3o de provedor"]},"Close Smart Picker":{v:["Fechar Seletor Inteligente"]},"Smart Picker":{v:["Seletor Inteligente"]}}},{l:"pt-PT",t:{"Back to provider selection":{v:["Voltar \xE0 sele\xE7\xE3o de fornecedor"]},"Close Smart Picker":{v:['Fechar "Smart Picker"']},"Smart Picker":{v:["Smart Picker"]}}},{l:"ro",t:{"Back to provider selection":{v:["\xCEnapoi la selec\u021Bia providerului"]},"Close Smart Picker":{v:["\xCEnchide Smart Picker"]},"Smart Picker":{v:["Smart Picker"]}}},{l:"ru",t:{"Back to provider selection":{v:["\u0412\u0435\u0440\u043D\u0443\u0442\u044C\u0441\u044F \u043A \u0432\u044B\u0431\u043E\u0440\u0443 \u043F\u0440\u043E\u0432\u0430\u0439\u0434\u0435\u0440\u0430"]},"Close Smart Picker":{v:["\u0417\u0430\u043A\u0440\u044B\u0442\u044C \u0438\u043D\u0442\u0435\u043B\u043B\u0435\u043A\u0442\u0443\u0430\u043B\u044C\u043D\u044B\u0439 \u0432\u044B\u0431\u043E\u0440"]},"Smart Picker":{v:["\u0423\u043C\u043D\u044B\u0439 \u0432\u044B\u0431\u043E\u0440"]}}},{l:"sk",t:{"Back to provider selection":{v:["Sp\xE4\u0165 na v\xFDber poskytovate\u013Ea"]},"Close Smart Picker":{v:["Zavrie\u0165 inteligentn\xFD v\xFDber"]},"Smart Picker":{v:["Inteligentn\xFD v\xFDber"]}}},{l:"sl",t:{}},{l:"sr",t:{"Back to provider selection":{v:["\u041D\u0430\u0437\u0430\u0434 \u043D\u0430 \u0438\u0437\u0431\u043E\u0440 \u043F\u0440\u0443\u0436\u0430\u043E\u0446\u0430"]},"Close Smart Picker":{v:["\u0417\u0430\u0442\u0432\u043E\u0440\u0438 \u043F\u0430\u043C\u0435\u0442\u043D\u0438 \u0431\u0438\u0440\u0430\u0447"]},"Smart Picker":{v:["\u041F\u0430\u043C\u0435\u0442\u043D\u0438 \u0431\u0438\u0440\u0430\u0447"]}}},{l:"sv",t:{"Back to provider selection":{v:["Tillbaka till leverant\xF6rsval"]},"Close Smart Picker":{v:["St\xE4ng Smart Picker"]},"Smart Picker":{v:["Smart Picker"]}}},{l:"tr",t:{"Back to provider selection":{v:["Hizmet sa\u011Flay\u0131c\u0131 se\xE7imine d\xF6n"]},"Close Smart Picker":{v:["Ak\u0131ll\u0131 se\xE7imi kapat"]},"Smart Picker":{v:["Ak\u0131ll\u0131 se\xE7im"]}}},{l:"uk",t:{"Back to provider selection":{v:["\u041D\u0430\u0437\u0430\u0434 \u0434\u043E \u0432\u0438\u0431\u043E\u0440\u0443 \u043F\u043E\u0441\u0442\u0430\u0447\u0430\u043B\u044C\u043D\u0438\u043A\u0430"]},"Close Smart Picker":{v:["\u0417\u0430\u043A\u0440\u0438\u0442\u0438 \u0430\u0441\u0438\u0441\u0442\u0435\u043D\u0442 \u0432\u0438\u0431\u043E\u0440\u0443"]},"Smart Picker":{v:["\u0410\u0441\u0438\u0441\u0442\u0435\u043D\u0442 \u0432\u0438\u0431\u043E\u0440\u0443"]}}},{l:"uz",t:{"Back to provider selection":{v:["Provayder tanloviga qaytish"]},"Close Smart Picker":{v:["Smart Picker-ni yoping"]},"Smart Picker":{v:["Aqlli tanlovchi"]}}},{l:"zh-CN",t:{"Back to provider selection":{v:["\u8FD4\u56DE\u81F3\u63D0\u4F9B\u8005\u9009\u62E9\u5217\u8868"]},"Close Smart Picker":{v:["\u5173\u95ED\u667A\u80FD\u62FE\u53D6\u5668"]},"Smart Picker":{v:["\u667A\u80FD\u62FE\u53D6\u5668"]}}},{l:"zh-HK",t:{"Back to provider selection":{v:["\u56DE\u5230\u63D0\u4F9B\u8005\u9078\u64C7"]},"Close Smart Picker":{v:["\u95DC\u9589 Smart Picker"]},"Smart Picker":{v:["Smart Picker"]}}},{l:"zh-TW",t:{"Back to provider selection":{v:["\u56DE\u5230\u63D0\u4F9B\u8005\u9078\u64C7"]},"Close Smart Picker":{v:["\u95DC\u9589\u667A\u6167\u578B\u6311\u9078\u5668"]},"Smart Picker":{v:["\u667A\u6167\u578B\u6311\u9078\u5668"]}}}],ee=[{l:"ar",t:{"Cancel changes":{v:["\u0625\u0644\u063A\u0627\u0621 \u0627\u0644\u062A\u063A\u064A\u064A\u0631\u0627\u062A"]},"Confirm changes":{v:["\u062A\u0623\u0643\u064A\u062F \u0627\u0644\u062A\u063A\u064A\u064A\u0631\u0627\u062A"]}}},{l:"ast",t:{"Cancel changes":{v:["Encaboxar los cambeos"]},"Confirm changes":{v:["Confirmar los cambeos"]}}},{l:"br",t:{}},{l:"ca",t:{"Cancel changes":{v:["Cancel\xB7la els canvis"]},"Confirm changes":{v:["Confirmeu els canvis"]}}},{l:"cs",t:{"Cancel changes":{v:["Zru\u0161it zm\u011Bny"]},"Confirm changes":{v:["Potvrdit zm\u011Bny"]}}},{l:"cs-CZ",t:{"Cancel changes":{v:["Zru\u0161it zm\u011Bny"]},"Confirm changes":{v:["Potvrdit zm\u011Bny"]}}},{l:"da",t:{"Cancel changes":{v:["Annuller \xE6ndringer"]},"Confirm changes":{v:["Bekr\xE6ft \xE6ndringer"]}}},{l:"de",t:{"Cancel changes":{v:["\xC4nderungen verwerfen"]},"Confirm changes":{v:["\xC4nderungen best\xE4tigen"]}}},{l:"de-DE",t:{"Cancel changes":{v:["\xC4nderungen verwerfen"]},"Confirm changes":{v:["\xC4nderungen best\xE4tigen"]}}},{l:"el",t:{"Cancel changes":{v:["\u0391\u03BA\u03CD\u03C1\u03C9\u03C3\u03B7 \u03B1\u03BB\u03BB\u03B1\u03B3\u03CE\u03BD"]},"Confirm changes":{v:["\u0395\u03C0\u03B9\u03B2\u03B5\u03B2\u03B1\u03AF\u03C9\u03C3\u03B7 \u03B1\u03BB\u03BB\u03B1\u03B3\u03CE\u03BD"]}}},{l:"en-GB",t:{"Cancel changes":{v:["Cancel changes"]},"Confirm changes":{v:["Confirm changes"]}}},{l:"eo",t:{}},{l:"es",t:{"Cancel changes":{v:["Cancelar cambios"]},"Confirm changes":{v:["Confirmar cambios"]}}},{l:"es-AR",t:{"Cancel changes":{v:["Cancelar cambios"]},"Confirm changes":{v:["Confirmar cambios"]}}},{l:"es-EC",t:{"Cancel changes":{v:["Cancelar cambios"]},"Confirm changes":{v:["Confirmar cambios"]}}},{l:"es-MX",t:{"Cancel changes":{v:["Cancelar cambios"]},"Confirm changes":{v:["Confirmar cambios"]}}},{l:"et-EE",t:{"Cancel changes":{v:["T\xFChista muudatused"]},"Confirm changes":{v:["Kinnitage muudatused"]}}},{l:"eu",t:{"Cancel changes":{v:["Ezeztatu aldaketak"]},"Confirm changes":{v:["Baieztatu aldaketak"]}}},{l:"fa",t:{"Cancel changes":{v:["\u0644\u063A\u0648 \u062A\u063A\u06CC\u06CC\u0631\u0627\u062A"]},"Confirm changes":{v:["\u062A\u0627\u06CC\u06CC\u062F \u062A\u063A\u06CC\u06CC\u0631\u0627\u062A"]}}},{l:"fi",t:{"Cancel changes":{v:["Peruuta muutokset"]},"Confirm changes":{v:["Vahvista muutokset"]}}},{l:"fr",t:{"Cancel changes":{v:["Annuler les modifications"]},"Confirm changes":{v:["Confirmer les modifications"]}}},{l:"ga",t:{"Cancel changes":{v:["Cealaigh athruithe"]},"Confirm changes":{v:["Deimhnigh na hathruithe"]}}},{l:"gl",t:{"Cancel changes":{v:["Cancelar os cambios"]},"Confirm changes":{v:["Confirma os cambios"]}}},{l:"he",t:{"Cancel changes":{v:["\u05D1\u05D9\u05D8\u05D5\u05DC \u05E9\u05D9\u05E0\u05D5\u05D9\u05D9\u05DD"]},"Confirm changes":{v:["\u05D0\u05D9\u05E9\u05D5\u05E8 \u05D4\u05E9\u05D9\u05E0\u05D5\u05D9\u05D9\u05DD"]}}},{l:"hu",t:{"Cancel changes":{v:["V\xE1ltoztat\xE1sok elvet\xE9se"]},"Confirm changes":{v:["V\xE1ltoztat\xE1sok meger\u0151s\xEDt\xE9se"]}}},{l:"id",t:{"Cancel changes":{v:["Batalkan perubahan"]},"Confirm changes":{v:["Konfirmasikan perubahan"]}}},{l:"is",t:{"Cancel changes":{v:["H\xE6tta vi\xF0 breytingar"]},"Confirm changes":{v:["Sta\xF0festa breytingar"]}}},{l:"it",t:{"Cancel changes":{v:["Annulla modifiche"]},"Confirm changes":{v:["Conferma modifiche"]}}},{l:"ja",t:{"Cancel changes":{v:["\u5909\u66F4\u3092\u30AD\u30E3\u30F3\u30BB\u30EB"]},"Confirm changes":{v:["\u5909\u66F4\u3092\u627F\u8A8D"]}}},{l:"ja-JP",t:{"Cancel changes":{v:["\u5909\u66F4\u3092\u30AD\u30E3\u30F3\u30BB\u30EB"]},"Confirm changes":{v:["\u5909\u66F4\u3092\u627F\u8A8D"]}}},{l:"ko",t:{"Cancel changes":{v:["\uBCC0\uACBD \uCDE8\uC18C"]},"Confirm changes":{v:["\uBCC0\uACBD \uC0AC\uD56D \uD655\uC778"]}}},{l:"lt-LT",t:{}},{l:"lv",t:{}},{l:"mk",t:{"Cancel changes":{v:["\u041E\u0442\u043A\u0430\u0436\u0438 \u0433\u0438 \u043F\u0440\u043E\u043C\u0435\u043D\u0438\u0442\u0435"]},"Confirm changes":{v:["\u041F\u043E\u0442\u0432\u0440\u0434\u0438 \u0433\u0438 \u043F\u0440\u043E\u043C\u0435\u043D\u0438\u0442\u0435"]}}},{l:"my",t:{"Cancel changes":{v:["\u1015\u103C\u1031\u102C\u1004\u103A\u1038\u101C\u1032\u1019\u103E\u102F\u1019\u103B\u102C\u1038 \u1015\u101A\u103A\u1016\u103B\u1000\u103A\u101B\u1014\u103A"]},"Confirm changes":{v:["\u1015\u103C\u1031\u102C\u1004\u103A\u1038\u101C\u1032\u1019\u103E\u102F\u1019\u103B\u102C\u1038 \u1021\u1010\u100A\u103A\u1015\u103C\u102F\u101B\u1014\u103A"]}}},{l:"nb",t:{"Cancel changes":{v:["Avbryt endringer"]},"Confirm changes":{v:["Bekreft endringer"]}}},{l:"nl",t:{"Cancel changes":{v:["Wijzigingen annuleren"]},"Confirm changes":{v:["Wijzigingen bevestigen"]}}},{l:"oc",t:{}},{l:"pl",t:{"Cancel changes":{v:["Anuluj zmiany"]},"Confirm changes":{v:["Potwierd\u017A zmiany"]}}},{l:"pt-BR",t:{"Cancel changes":{v:["Cancelar altera\xE7\xF5es"]},"Confirm changes":{v:["Confirmar altera\xE7\xF5es"]}}},{l:"pt-PT",t:{"Cancel changes":{v:["Cancelar altera\xE7\xF5es"]},"Confirm changes":{v:["Confirmar altera\xE7\xF5es"]}}},{l:"ro",t:{"Cancel changes":{v:["Anuleaz\u0103 modific\u0103rile"]},"Confirm changes":{v:["Confirma\u021Bi modific\u0103rile"]}}},{l:"ru",t:{"Cancel changes":{v:["\u041E\u0442\u043C\u0435\u043D\u0438\u0442\u044C \u0438\u0437\u043C\u0435\u043D\u0435\u043D\u0438\u044F"]},"Confirm changes":{v:["\u041F\u043E\u0434\u0442\u0432\u0435\u0440\u0434\u0438\u0442\u044C \u0438\u0437\u043C\u0435\u043D\u0435\u043D\u0438\u044F"]}}},{l:"sk",t:{"Cancel changes":{v:["Zru\u0161i\u0165 zmeny"]},"Confirm changes":{v:["Potvrdi\u0165 zmeny"]}}},{l:"sl",t:{"Cancel changes":{v:["Prekli\u010Di spremembe"]},"Confirm changes":{v:["Potrdi spremembe"]}}},{l:"sr",t:{"Cancel changes":{v:["\u041E\u0442\u043A\u0430\u0436\u0438 \u0438\u0437\u043C\u0435\u043D\u0435"]},"Confirm changes":{v:["\u041F\u043E\u0442\u0432\u0440\u0434\u0438\u0442\u0435 \u0438\u0437\u043C\u0435\u043D\u0435"]}}},{l:"sv",t:{"Cancel changes":{v:["Avbryt \xE4ndringar"]},"Confirm changes":{v:["Bekr\xE4fta \xE4ndringar"]}}},{l:"tr",t:{"Cancel changes":{v:["De\u011Fi\u015Fiklikleri iptal et"]},"Confirm changes":{v:["De\u011Fi\u015Fiklikleri onayla"]}}},{l:"uk",t:{"Cancel changes":{v:["\u0421\u043A\u0430\u0441\u0443\u0432\u0430\u0442\u0438 \u0437\u043C\u0456\u043D\u0438"]},"Confirm changes":{v:["\u041F\u0456\u0434\u0442\u0432\u0435\u0440\u0434\u0438\u0442\u0438 \u0437\u043C\u0456\u043D\u0438"]}}},{l:"uz",t:{"Cancel changes":{v:["O'zgarishlarni bekor qilish"]},"Confirm changes":{v:["O'zgarishlarni tasdiqlang"]}}},{l:"zh-CN",t:{"Cancel changes":{v:["\u53D6\u6D88\u66F4\u6539"]},"Confirm changes":{v:["\u786E\u8BA4\u66F4\u6539"]}}},{l:"zh-HK",t:{"Cancel changes":{v:["\u53D6\u6D88\u66F4\u6539"]},"Confirm changes":{v:["\u78BA\u8A8D\u66F4\u6539"]}}},{l:"zh-TW",t:{"Cancel changes":{v:["\u53D6\u6D88\u8B8A\u66F4"]},"Confirm changes":{v:["\u78BA\u8A8D\u8B8A\u66F4"]}}}],H=[{l:"ar",t:{"Change name":{v:["\u062A\u063A\u064A\u064A\u0631 \u0627\u0644\u0627\u0633\u0645"]},"Close sidebar":{v:["\u0642\u0641\u0644 \u0627\u0644\u0634\u0631\u064A\u0637 \u0627\u0644\u062C\u0627\u0646\u0628\u064A"]},Favorite:{v:["\u0627\u0644\u0645\u0641\u0636\u0644\u0629"]},"Open sidebar":{v:["\u0625\u0641\u062A\u064E\u062D \u0627\u0644\u0634\u0631\u064A\u0637 \u0627\u0644\u062C\u0627\u0646\u0628\u064A"]}}},{l:"ast",t:{"Change name":{v:["Camudar el nome"]},"Close sidebar":{v:["Zarrar la barra llateral"]},Favorite:{v:["Favoritu"]},"Open sidebar":{v:["Abrir la barra llateral"]}}},{l:"br",t:{}},{l:"ca",t:{"Close sidebar":{v:["Tancar la barra lateral"]},Favorite:{v:["Preferit"]}}},{l:"cs",t:{"Change name":{v:["Zm\u011Bnit n\xE1zev"]},"Close sidebar":{v:["Zav\u0159\xEDt postrann\xED panel"]},Favorite:{v:["Obl\xEDben\xE9"]},"Open sidebar":{v:["Otev\u0159\xEDt postrann\xED panel"]}}},{l:"cs-CZ",t:{"Change name":{v:["Zm\u011Bnit n\xE1zev"]},"Close sidebar":{v:["Zav\u0159\xEDt postrann\xED panel"]},Favorite:{v:["Obl\xEDben\xE9"]}}},{l:"da",t:{"Change name":{v:["\xC6ndre navn"]},"Close sidebar":{v:["Luk sidepanel"]},Favorite:{v:["Favorit"]},"Open sidebar":{v:["\xC5bn sidepanel"]}}},{l:"de",t:{"Change name":{v:["Namen \xE4ndern"]},"Close sidebar":{v:["Seitenleiste schlie\xDFen"]},Favorite:{v:["Favorit"]},"Open sidebar":{v:["Seitenleiste \xF6ffnen"]}}},{l:"de-DE",t:{"Change name":{v:["Namen \xE4ndern"]},"Close sidebar":{v:["Seitenleiste schlie\xDFen"]},Favorite:{v:["Favorit"]},"Open sidebar":{v:["Seitenleiste \xF6ffnen"]}}},{l:"el",t:{"Change name":{v:["\u0391\u03BB\u03BB\u03B1\u03B3\u03AE \u03BF\u03BD\u03CC\u03BC\u03B1\u03C4\u03BF\u03C2"]},"Close sidebar":{v:["\u039A\u03BB\u03B5\u03AF\u03C3\u03B9\u03BC\u03BF \u03C0\u03BB\u03B5\u03C5\u03C1\u03B9\u03BA\u03AE\u03C2 \u03BC\u03C0\u03AC\u03C1\u03B1\u03C2"]},Favorite:{v:["\u0391\u03B3\u03B1\u03C0\u03B7\u03BC\u03AD\u03BD\u03B1"]},"Open sidebar":{v:["\u0386\u03BD\u03BF\u03B9\u03B3\u03BC\u03B1 \u03C0\u03BB\u03B5\u03C5\u03C1\u03B9\u03BA\u03AE\u03C2 \u03BC\u03C0\u03AC\u03C1\u03B1\u03C2"]}}},{l:"en-GB",t:{"Change name":{v:["Change name"]},"Close sidebar":{v:["Close sidebar"]},Favorite:{v:["Favourite"]},"Open sidebar":{v:["Open sidebar"]}}},{l:"eo",t:{}},{l:"es",t:{"Change name":{v:["Cambiar nombre"]},"Close sidebar":{v:["Cerrar barra lateral"]},Favorite:{v:["Favorito"]},"Open sidebar":{v:["Abrir barra lateral"]}}},{l:"es-AR",t:{"Change name":{v:["Cambiar nombre"]},"Close sidebar":{v:["Cerrar barra lateral"]},Favorite:{v:["Favorito"]},"Open sidebar":{v:["Abrir barra lateral"]}}},{l:"es-EC",t:{"Change name":{v:["Cambiar nombre"]},"Close sidebar":{v:["Cerrar barra lateral"]},Favorite:{v:["Favorito"]}}},{l:"es-MX",t:{"Change name":{v:["Cambiar nombre"]},"Close sidebar":{v:["Cerrar barra lateral"]},Favorite:{v:["Favorito"]},"Open sidebar":{v:["Abrir barra lateral"]}}},{l:"et-EE",t:{"Change name":{v:["Muuda nime"]},"Close sidebar":{v:["Sulge k\xFClgriba"]},Favorite:{v:["Lemmik"]},"Open sidebar":{v:["Ava k\xFClgriba"]}}},{l:"eu",t:{"Change name":{v:["Aldatu izena"]},"Close sidebar":{v:["Itxi albo-barra"]},Favorite:{v:["Gogokoa"]}}},{l:"fa",t:{"Change name":{v:["\u062A\u063A\u06CC\u06CC\u0631 \u0646\u0627\u0645"]},"Close sidebar":{v:["\u0628\u0633\u062A\u0646 \u0646\u0648\u0627\u0631 \u06A9\u0646\u0627\u0631\u06CC"]},Favorite:{v:["\u0645\u0648\u0631\u062F \u0639\u0644\u0627\u0642\u0647"]},"Open sidebar":{v:["\u0628\u0627\u0632 \u06A9\u0631\u062F\u0646 \u0646\u0648\u0627\u0631 \u06A9\u0646\u0627\u0631"]}}},{l:"fi",t:{"Change name":{v:["Vaihda nimi"]},"Close sidebar":{v:["Sulje sivupalkki"]},Favorite:{v:["Suosikki"]},"Open sidebar":{v:["Avaa sivupalkki"]}}},{l:"fr",t:{"Change name":{v:["Modifier le nom"]},"Close sidebar":{v:["Fermer la barre lat\xE9rale"]},Favorite:{v:["Favori"]},"Open sidebar":{v:["Ouvrir la barre lat\xE9rale"]}}},{l:"ga",t:{"Change name":{v:["Athr\xFA ainm"]},"Close sidebar":{v:["D\xFAn barra taoibh"]},Favorite:{v:["is fearr leat"]},"Open sidebar":{v:["Oscail barra taoibh"]}}},{l:"gl",t:{"Change name":{v:["Cambiar o nome"]},"Close sidebar":{v:["Pechar a barra lateral"]},Favorite:{v:["Favorito"]},"Open sidebar":{v:["Abrir a barra lateral"]}}},{l:"he",t:{"Change name":{v:["\u05D4\u05D7\u05DC\u05E4\u05EA \u05E9\u05DD"]},"Close sidebar":{v:["\u05E1\u05D2\u05D9\u05E8\u05EA \u05E1\u05E8\u05D2\u05DC \u05D4\u05E6\u05D3"]},Favorite:{v:["\u05DC\u05DE\u05D5\u05E2\u05D3\u05E4\u05D9\u05DD"]}}},{l:"hu",t:{"Close sidebar":{v:["Oldals\xE1v bez\xE1r\xE1sa"]},Favorite:{v:["Kedvenc"]}}},{l:"id",t:{"Change name":{v:["Ubah nama"]},"Close sidebar":{v:["Tutup bilah sisi"]},Favorite:{v:["Favorit"]}}},{l:"is",t:{"Change name":{v:["Breyta nafni"]},"Close sidebar":{v:["Loka hli\xF0arstiku"]},Favorite:{v:["Eftirl\xE6ti"]},"Open sidebar":{v:["Opna hli\xF0arspjald"]}}},{l:"it",t:{"Change name":{v:["Cambia nome"]},"Close sidebar":{v:["Chiudi la barra laterale"]},Favorite:{v:["Preferito"]}}},{l:"ja",t:{"Change name":{v:["\u540D\u524D\u306E\u5909\u66F4"]},"Close sidebar":{v:["\u30B5\u30A4\u30C9\u30D0\u30FC\u3092\u9589\u3058\u308B"]},Favorite:{v:["\u304A\u6C17\u306B\u5165\u308A"]},"Open sidebar":{v:["\u30B5\u30A4\u30C9\u30D0\u30FC\u3092\u958B\u304F"]}}},{l:"ja-JP",t:{"Change name":{v:["\u540D\u524D\u306E\u5909\u66F4"]},"Close sidebar":{v:["\u30B5\u30A4\u30C9\u30D0\u30FC\u3092\u9589\u3058\u308B"]},Favorite:{v:["\u304A\u6C17\u306B\u5165\u308A"]},"Open sidebar":{v:["\u30B5\u30A4\u30C9\u30D0\u30FC\u3092\u958B\u304F"]}}},{l:"ko",t:{"Change name":{v:["\uC774\uB984 \uBCC0\uACBD"]},"Close sidebar":{v:["\uC0AC\uC774\uB4DC\uBC14 \uB2EB\uAE30"]},Favorite:{v:["\uC990\uACA8\uCC3E\uAE30"]},"Open sidebar":{v:["\uC0AC\uC774\uB4DC\uBC14 \uC5F4\uAE30"]}}},{l:"lt-LT",t:{}},{l:"lv",t:{}},{l:"mk",t:{"Change name":{v:["\u041F\u0440\u043E\u043C\u0435\u043D\u0438 \u0438\u043C\u0435"]},"Close sidebar":{v:["\u0417\u0430\u0442\u0432\u043E\u0440\u0438 \u0441\u0442\u0440\u0430\u043D\u0438\u0447\u043D\u0430 \u043B\u0435\u043D\u0442\u0430"]},Favorite:{v:["\u0424\u0430\u0432\u043E\u0440\u0438\u0442\u0438"]},"Open sidebar":{v:["\u041E\u0442\u0432\u043E\u0440\u0438 \u0441\u0442\u0440\u0430\u043D\u0438\u0447\u043D\u0430 \u043B\u0435\u043D\u0442\u0430"]}}},{l:"my",t:{}},{l:"nb",t:{"Change name":{v:["Endre navn"]},"Close sidebar":{v:["Lukk sidepanel"]},Favorite:{v:["Favoritt"]},"Open sidebar":{v:["\xC5pne sidefelt"]}}},{l:"nl",t:{"Change name":{v:["Naam wijzigen"]},"Close sidebar":{v:["Zijbalk sluiten"]},Favorite:{v:["Favoriet"]},"Open sidebar":{v:["Zijbalk openen"]}}},{l:"oc",t:{}},{l:"pl",t:{"Change name":{v:["Zmie\u0144 nazw\u0119"]},"Close sidebar":{v:["Zamknij pasek boczny"]},Favorite:{v:["Ulubiony"]},"Open sidebar":{v:["Otw\xF3rz pasek boczny"]}}},{l:"pt-BR",t:{"Change name":{v:["Mudar nome"]},"Close sidebar":{v:["Fechar barra lateral"]},Favorite:{v:["Favorito"]},"Open sidebar":{v:["Abrir barra lateral"]}}},{l:"pt-PT",t:{"Change name":{v:["Alterar nome"]},"Close sidebar":{v:["Fechar barra lateral"]},Favorite:{v:["Favorito"]},"Open sidebar":{v:["Abrir barra lateral"]}}},{l:"ro",t:{"Change name":{v:["Modific\u0103 numele"]},"Close sidebar":{v:["\xCEnchide bara lateral\u0103"]},Favorite:{v:["Favorit"]}}},{l:"ru",t:{"Change name":{v:["\u0418\u0437\u043C\u0435\u043D\u0438\u0442\u044C \u0438\u043C\u044F"]},"Close sidebar":{v:["\u0417\u0430\u043A\u0440\u044B\u0442\u044C \u0441\u0430\u0439\u0434\u0431\u0430\u0440"]},Favorite:{v:["\u0418\u0437\u0431\u0440\u0430\u043D\u043D\u043E\u0435"]},"Open sidebar":{v:["\u041E\u0442\u043A\u0440\u044B\u0442\u044C \u0431\u043E\u043A\u043E\u0432\u0443\u044E \u043F\u0430\u043D\u0435\u043B\u044C"]}}},{l:"sk",t:{"Change name":{v:["Zmeni\u0165 n\xE1zov"]},"Close sidebar":{v:["Zavrie\u0165 bo\u010Dn\xFD panel"]},Favorite:{v:["Ob\u013E\xFAben\xE9"]},"Open sidebar":{v:["Otvori\u0165 bo\u010Dn\xFD panel"]}}},{l:"sl",t:{"Close sidebar":{v:["Zapri stransko vrstico"]},Favorite:{v:["Priljubljeno"]}}},{l:"sr",t:{"Change name":{v:["\u0418\u0437\u043C\u0435\u043D\u0438 \u043D\u0430\u0437\u0438\u0432"]},"Close sidebar":{v:["\u0417\u0430\u0442\u0432\u043E\u0440\u0438 \u0431\u043E\u0447\u043D\u0443 \u0442\u0440\u0430\u043A\u0443"]},Favorite:{v:["\u041E\u043C\u0438\u0459\u0435\u043D\u0438"]},"Open sidebar":{v:["\u041E\u0442\u0432\u043E\u0440\u0438 \u0431\u043E\u0447\u043D\u0443 \u0442\u0440\u0430\u043A\u0443"]}}},{l:"sv",t:{"Change name":{v:["\xC4ndra namn"]},"Close sidebar":{v:["St\xE4ng sidof\xE4ltet"]},Favorite:{v:["Favorit"]},"Open sidebar":{v:["\xD6ppna sidof\xE4ltet"]}}},{l:"tr",t:{"Change name":{v:["Ad\u0131 de\u011Fi\u015Ftir"]},"Close sidebar":{v:["Yan \xE7ubu\u011Fu kapat"]},Favorite:{v:["S\u0131k kullan\u0131lanlara ekle"]},"Open sidebar":{v:["Yan \xE7ubu\u011Fu a\xE7"]}}},{l:"uk",t:{"Change name":{v:["\u0417\u043C\u0456\u043D\u0438\u0442\u0438 \u043D\u0430\u0437\u0432\u0443"]},"Close sidebar":{v:["\u0417\u0430\u043A\u0440\u0438\u0442\u0438 \u0431\u0456\u0447\u043D\u0443 \u043F\u0430\u043D\u0435\u043B\u044C"]},Favorite:{v:["\u0406\u0437 \u0437\u0456\u0440\u043E\u0447\u043A\u043E\u044E"]},"Open sidebar":{v:["\u0411\u043E\u043A\u043E\u0432\u0435 \u043C\u0435\u043D\u044E"]}}},{l:"uz",t:{"Change name":{v:["Ismni o'zgartirish"]},"Close sidebar":{v:["Yon panelni yoping"]},Favorite:{v:["Tanlangan"]},"Open sidebar":{v:["Yon panelni oching"]}}},{l:"zh-CN",t:{"Change name":{v:["\u4FEE\u6539\u540D\u79F0"]},"Close sidebar":{v:["\u5173\u95ED\u4FA7\u8FB9\u680F"]},Favorite:{v:["\u559C\u7231"]},"Open sidebar":{v:["\u6253\u5F00\u4FA7\u8FB9\u680F"]}}},{l:"zh-HK",t:{"Change name":{v:["\u66F4\u6539\u540D\u7A31"]},"Close sidebar":{v:["\u95DC\u9589\u5074\u908A\u6B04"]},Favorite:{v:["\u559C\u611B"]},"Open sidebar":{v:["\u6253\u958B\u5074\u908A\u6B04"]}}},{l:"zh-TW",t:{"Change name":{v:["\u8B8A\u66F4\u540D\u7A31"]},"Close sidebar":{v:["\u95DC\u9589\u5074\u908A\u6B04"]},Favorite:{v:["\u6700\u611B"]},"Open sidebar":{v:["\u958B\u555F\u5074\u908A\u6B04"]}}}],xe=[{l:"ar",t:{"Clear search":{v:["\u0645\u062D\u0648 \u0627\u0644\u0628\u062D\u062B"]}}},{l:"ast",t:{"Clear search":{v:["Borrar la busca"]}}},{l:"br",t:{}},{l:"ca",t:{}},{l:"cs",t:{"Clear search":{v:["Vy\u010Distit vyhled\xE1v\xE1n\xED"]}}},{l:"cs-CZ",t:{"Clear search":{v:["Vy\u010Distit vyhled\xE1v\xE1n\xED"]}}},{l:"da",t:{"Clear search":{v:["Ryd s\xF8gning"]}}},{l:"de",t:{"Clear search":{v:["Suche leeren"]}}},{l:"de-DE",t:{"Clear search":{v:["Suche leeren"]}}},{l:"el",t:{"Clear search":{v:["\u0395\u03BA\u03BA\u03B1\u03B8\u03AC\u03C1\u03B9\u03C3\u03B7 \u03B1\u03BD\u03B1\u03B6\u03AE\u03C4\u03B7\u03C3\u03B7\u03C2"]}}},{l:"en-GB",t:{"Clear search":{v:["Clear search"]}}},{l:"eo",t:{}},{l:"es",t:{"Clear search":{v:["Limpiar b\xFAsqueda"]}}},{l:"es-AR",t:{"Clear search":{v:["Limpiar b\xFAsqueda"]}}},{l:"es-EC",t:{"Clear search":{v:["Limpiar b\xFAsqueda"]}}},{l:"es-MX",t:{"Clear search":{v:["Limpiar b\xFAsqueda"]}}},{l:"et-EE",t:{"Clear search":{v:["T\xFChjenda otsing"]}}},{l:"eu",t:{"Clear search":{v:["Garbitu bilaketa"]}}},{l:"fa",t:{"Clear search":{v:["\u067E\u0627\u06A9 \u06A9\u0631\u062F\u0646 \u062C\u0633\u062A\u062C\u0648"]}}},{l:"fi",t:{"Clear search":{v:["Tyhjenn\xE4 haku"]}}},{l:"fr",t:{"Clear search":{v:["Effacer la recherche"]}}},{l:"ga",t:{"Clear search":{v:["Glan cuardach"]}}},{l:"gl",t:{"Clear search":{v:["Limpar a busca"]}}},{l:"he",t:{"Clear search":{v:["\u05E4\u05D9\u05E0\u05D5\u05D9 \u05D7\u05D9\u05E4\u05D5\u05E9"]}}},{l:"hu",t:{}},{l:"id",t:{"Clear search":{v:["Bersihkan pencarian"]}}},{l:"is",t:{"Clear search":{v:["Hreinsa leit"]}}},{l:"it",t:{"Clear search":{v:["online"]}}},{l:"ja",t:{"Clear search":{v:["\u691C\u7D22\u3092\u30AF\u30EA\u30A2"]}}},{l:"ja-JP",t:{"Clear search":{v:["\u691C\u7D22\u3092\u30AF\u30EA\u30A2"]}}},{l:"ko",t:{"Clear search":{v:["\uAC80\uC0C9 \uC9C0\uC6B0\uAE30"]}}},{l:"lt-LT",t:{}},{l:"lv",t:{}},{l:"mk",t:{"Clear search":{v:["\u0418\u0441\u0447\u0438\u0441\u0442\u0438 \u043F\u0440\u0435\u0431\u0430\u0440\u0443\u0432\u0430\u045A\u0435"]}}},{l:"my",t:{}},{l:"nb",t:{"Clear search":{v:["T\xF8m s\xF8k"]}}},{l:"nl",t:{"Clear search":{v:["Zoekopdracht wissen"]}}},{l:"oc",t:{}},{l:"pl",t:{"Clear search":{v:["Wyczy\u015B\u0107 wyszukiwanie"]}}},{l:"pt-BR",t:{"Clear search":{v:["Limpar pesquisa"]}}},{l:"pt-PT",t:{"Clear search":{v:["Limpar pesquisa"]}}},{l:"ro",t:{"Clear search":{v:["\u0218terge c\u0103utarea"]}}},{l:"ru",t:{"Clear search":{v:["\u041E\u0447\u0438\u0441\u0442\u0438\u0442\u044C \u043F\u043E\u0438\u0441\u043A"]}}},{l:"sk",t:{"Clear search":{v:["Vymaza\u0165 vyh\u013Ead\xE1vanie"]}}},{l:"sl",t:{}},{l:"sr",t:{"Clear search":{v:["\u041E\u0431\u0440\u0438\u0448\u0438 \u043F\u0440\u0435\u0442\u0440\u0430\u0433\u0443"]}}},{l:"sv",t:{"Clear search":{v:["Rensa s\xF6kning"]}}},{l:"tr",t:{"Clear search":{v:["Aramay\u0131 temizle"]}}},{l:"uk",t:{"Clear search":{v:["\u041E\u0447\u0438\u0441\u0442\u0438\u0442\u0438 \u043F\u043E\u0448\u0443\u043A"]}}},{l:"uz",t:{"Clear search":{v:["Qidiruvni tozalash"]}}},{l:"zh-CN",t:{"Clear search":{v:["\u6E05\u9664\u641C\u7D22"]}}},{l:"zh-HK",t:{"Clear search":{v:["\u6E05\u9664\u641C\u7D22"]}}},{l:"zh-TW",t:{"Clear search":{v:["\u6E05\u9664\u641C\u5C0B"]}}}],P=[{l:"ar",t:{"Clear selected":{v:["\u0645\u062D\u0648 \u0627\u0644\u0645\u062D\u062F\u0651\u062F"]},"Deselect {option}":{v:["\u0625\u0644\u063A\u0627\u0621 \u062A\u062D\u062F\u064A\u062F {option}"]},"No results":{v:["\u0644\u064A\u0633 \u0647\u0646\u0627\u0643 \u0623\u064A\u0629 \u0646\u062A\u064A\u062C\u0629"]},Options:{v:["\u062E\u064A\u0627\u0631\u0627\u062A"]}}},{l:"ast",t:{"Clear selected":{v:["Borrar lo seleicionao"]},"Deselect {option}":{v:["Deseleicionar \xAB{option}\xBB"]},"No results":{v:["Nun hai neng\xFAn result\xE1u"]},Options:{v:["Opciones"]}}},{l:"br",t:{"No results":{v:["Disoc'h ebet"]}}},{l:"ca",t:{"No results":{v:["Sense resultats"]}}},{l:"cs",t:{"Clear selected":{v:["Vy\u010Distit vybran\xE9"]},"Deselect {option}":{v:["Zru\u0161it v\xFDb\u011Br {option}"]},"No results":{v:["Nic nenalezeno"]},Options:{v:["Mo\u017Enosti"]}}},{l:"cs-CZ",t:{"Clear selected":{v:["Vy\u010Distit vybran\xE9"]},"Deselect {option}":{v:["Zru\u0161it v\xFDb\u011Br {option}"]},"No results":{v:["Nic nenalezeno"]},Options:{v:["Mo\u017Enosti"]}}},{l:"da",t:{"Clear selected":{v:["Ryd valgt"]},"Deselect {option}":{v:["Frav\xE6lg {option}"]},"No results":{v:["Ingen resultater"]},Options:{v:["Indstillinger"]}}},{l:"de",t:{"Clear selected":{v:["Auswahl leeren"]},"Deselect {option}":{v:["{option} abw\xE4hlen"]},"No results":{v:["Keine Ergebnisse"]},Options:{v:["Optionen"]}}},{l:"de-DE",t:{"Clear selected":{v:["Auswahl leeren"]},"Deselect {option}":{v:["{option} abw\xE4hlen"]},"No results":{v:["Keine Ergebnisse"]},Options:{v:["Optionen"]}}},{l:"el",t:{"Clear selected":{v:["\u0395\u03BA\u03BA\u03B1\u03B8\u03AC\u03C1\u03B9\u03C3\u03B7 \u03B5\u03C0\u03B9\u03BB\u03BF\u03B3\u03AE\u03C2"]},"Deselect {option}":{v:["\u0391\u03C0\u03BF\u03B5\u03C0\u03B9\u03BB\u03BF\u03B3\u03AE {option}"]},"No results":{v:["\u039A\u03B1\u03BD\u03AD\u03BD\u03B1 \u03B1\u03C0\u03BF\u03C4\u03AD\u03BB\u03B5\u03C3\u03BC\u03B1"]},Options:{v:["\u0395\u03C0\u03B9\u03BB\u03BF\u03B3\u03AD\u03C2"]}}},{l:"en-GB",t:{"Clear selected":{v:["Clear selected"]},"Deselect {option}":{v:["Deselect {option}"]},"No results":{v:["No results"]},Options:{v:["Options"]}}},{l:"eo",t:{"No results":{v:["La rezulto forestas"]}}},{l:"es",t:{"Clear selected":{v:["Limpiar selecci\xF3n"]},"Deselect {option}":{v:["Deseleccionar {option}"]},"No results":{v:[" Ning\xFAn resultado"]},Options:{v:["Opciones"]}}},{l:"es-AR",t:{"Clear selected":{v:["Limpiar selecci\xF3n"]},"Deselect {option}":{v:["Deseleccionar {option}"]},"No results":{v:["Sin resultados"]},Options:{v:["Opciones"]}}},{l:"es-EC",t:{"No results":{v:["Sin resultados"]}}},{l:"es-MX",t:{"Clear selected":{v:["Limpiar selecci\xF3n"]},"Deselect {option}":{v:["Deseleccionar {option}"]},"No results":{v:["Sin resultados"]},Options:{v:["Opciones"]}}},{l:"et-EE",t:{"Clear selected":{v:["T\xFChjenad valik"]},"Deselect {option}":{v:["Eemalda {option} valik"]},"No results":{v:["Tulemusi pole"]},Options:{v:["Valikud"]}}},{l:"eu",t:{"No results":{v:["Emaitzarik ez"]}}},{l:"fa",t:{"Clear selected":{v:["\u067E\u0627\u06A9 \u06A9\u0631\u062F\u0646 \u0645\u0648\u0631\u062F \u0627\u0646\u062A\u062E\u0627\u0628 \u0634\u062F\u0647"]},"Deselect {option}":{v:["\u0644\u063A\u0648 \u0627\u0646\u062A\u062E\u0627\u0628 {option}"]},"No results":{v:["\u0628\u062F\u0648\u0646 \u0647\u06CC\u0686 \u0646\u062A\u06CC\u062C\u0647\u200C\u0627\u06CC"]},Options:{v:["\u06AF\u0632\u06CC\u0646\u0647\u200C\u0647\u0627"]}}},{l:"fi",t:{"Clear selected":{v:["Tyhjenn\xE4 valitut"]},"Deselect {option}":{v:["Poista valinta {option}"]},"No results":{v:["Ei tuloksia"]},Options:{v:["Valinnat"]}}},{l:"fr",t:{"Clear selected":{v:["Vider la s\xE9lection"]},"Deselect {option}":{v:["D\xE9s\xE9lectionner {option}"]},"No results":{v:["Aucun r\xE9sultat"]},Options:{v:["Options"]}}},{l:"ga",t:{"Clear selected":{v:["Glan roghnaithe"]},"Deselect {option}":{v:["D\xEDroghnaigh {option}"]},"No results":{v:["Gan tortha\xED"]},Options:{v:["Roghanna"]}}},{l:"gl",t:{"Clear selected":{v:["Limpar o seleccionado"]},"Deselect {option}":{v:["Desmarcar {option}"]},"No results":{v:["Sen resultados"]},Options:{v:["Opci\xF3ns"]}}},{l:"he",t:{"No results":{v:["\u05D0\u05D9\u05DF \u05EA\u05D5\u05E6\u05D0\u05D5\u05EA"]}}},{l:"hu",t:{"No results":{v:["Nincs tal\xE1lat"]}}},{l:"id",t:{"Clear selected":{v:["Hapus terpilih"]},"Deselect {option}":{v:["Batalkan pemilihan {option}"]},"No results":{v:["Tidak ada hasil"]}}},{l:"is",t:{"Clear selected":{v:["Hreinsa vali\xF0"]},"Deselect {option}":{v:["Afvelja {option}"]},"No results":{v:["Engar ni\xF0urst\xF6\xF0ur"]},Options:{v:["Valkostir"]}}},{l:"it",t:{"Clear selected":{v:["Cancella selezionati"]},"Deselect {option}":{v:["Deselezionare {option}"]},"No results":{v:["Nessun risultato"]}}},{l:"ja",t:{"Clear selected":{v:["\u9078\u629E\u3092\u89E3\u9664"]},"Deselect {option}":{v:["{option} \u306E\u9078\u629E\u3092\u89E3\u9664"]},"No results":{v:["\u7D50\u679C\u7121\u3057"]},Options:{v:["\u30AA\u30D7\u30B7\u30E7\u30F3"]}}},{l:"ja-JP",t:{"Clear selected":{v:["\u9078\u629E\u3092\u89E3\u9664"]},"Deselect {option}":{v:["{option} \u306E\u9078\u629E\u3092\u89E3\u9664"]},"No results":{v:["\u7D50\u679C\u7121\u3057"]},Options:{v:["\u30AA\u30D7\u30B7\u30E7\u30F3"]}}},{l:"ko",t:{"Clear selected":{v:["\uC120\uD0DD \uD56D\uBAA9 \uC9C0\uC6B0\uAE30"]},"Deselect {option}":{v:["{option} \uC120\uD0DD \uD574\uC81C"]},"No results":{v:["\uACB0\uACFC \uC5C6\uC74C"]},Options:{v:["\uC635\uC158"]}}},{l:"lt-LT",t:{"No results":{v:["N\u0117ra rezultat\u0173"]}}},{l:"lv",t:{"No results":{v:["Nav rezult\u0101tu"]}}},{l:"mk",t:{"Clear selected":{v:["\u0418\u0441\u0447\u0438\u0441\u0442\u0438 \u043E\u0437\u043D\u0430\u0447\u0435\u043D\u0438"]},"Deselect {option}":{v:["\u041E\u0442\u043A\u0430\u0436\u0438 \u0438\u0437\u0431\u043E\u0440 \u043D\u0430 {option}"]},"No results":{v:["\u041D\u0435\u043C\u0430 \u0440\u0435\u0437\u0443\u043B\u0442\u0430\u0442\u0438"]},Options:{v:["\u041E\u043F\u0446\u0438\u0438"]}}},{l:"my",t:{"No results":{v:["\u101B\u101C\u1012\u103A\u1019\u101B\u103E\u102D\u1015\u102B"]}}},{l:"nb",t:{"Clear selected":{v:["T\xF8m merket"]},"Deselect {option}":{v:["Opphev valg {option}"]},"No results":{v:["Ingen resultater"]},Options:{v:["Alternativer"]}}},{l:"nl",t:{"Clear selected":{v:["Selectie wissen"]},"Deselect {option}":{v:["Selectie {option} opheffen"]},"No results":{v:["Geen resultaten"]},Options:{v:["Opties"]}}},{l:"oc",t:{"No results":{v:["Cap de resultat"]}}},{l:"pl",t:{"Clear selected":{v:["Wyczy\u015B\u0107 wybrane"]},"Deselect {option}":{v:["Odznacz {option}"]},"No results":{v:["Brak wynik\xF3w"]},Options:{v:["Opcje"]}}},{l:"pt-BR",t:{"Clear selected":{v:["Limpar selecionado"]},"Deselect {option}":{v:["Desselecionar {option}"]},"No results":{v:["Sem resultados"]},Options:{v:["Op\xE7\xF5es"]}}},{l:"pt-PT",t:{"Clear selected":{v:["Limpeza selecionada"]},"Deselect {option}":{v:["Desmarcar {option}"]},"No results":{v:["Sem resultados"]},Options:{v:["Op\xE7\xF5es"]}}},{l:"ro",t:{"Clear selected":{v:["\u0218terge selec\u021Bia"]},"Deselect {option}":{v:["Deselcteaz\u0103 {option}"]},"No results":{v:["Nu exist\u0103 rezultate"]}}},{l:"ru",t:{"Clear selected":{v:["\u041E\u0447\u0438\u0441\u0442\u0438\u0442\u044C \u0432\u044B\u0431\u0440\u0430\u043D\u043D\u044B\u0439"]},"Deselect {option}":{v:["\u041E\u0442\u043C\u0435\u043D\u0438\u0442\u044C \u0432\u044B\u0431\u043E\u0440 {option}"]},"No results":{v:["\u0420\u0435\u0437\u0443\u043B\u044C\u0442\u0430\u0442\u044B \u043E\u0442\u0441\u0443\u0441\u0442\u0432\u0443\u044E\u0442"]},Options:{v:["\u0412\u0430\u0440\u0438\u0430\u043D\u0442\u044B"]}}},{l:"sk",t:{"Clear selected":{v:["Vymaza\u0165 vybrat\xE9"]},"Deselect {option}":{v:["Zru\u0161i\u0165 v\xFDber {option}"]},"No results":{v:["\u017Diadne v\xFDsledky"]},Options:{v:["mo\u017Enosti"]}}},{l:"sl",t:{"No results":{v:["Ni zadetkov"]}}},{l:"sr",t:{"Clear selected":{v:["\u041E\u0431\u0440\u0438\u0448\u0438 \u0438\u0437\u0430\u0431\u0440\u0430\u043D\u043E"]},"Deselect {option}":{v:["\u0423\u043A\u043B\u043E\u043D\u0438 \u0438\u0437\u0431\u043E\u0440 {option}"]},"No results":{v:["\u041D\u0435\u043C\u0430 \u0440\u0435\u0437\u0443\u043B\u0442\u0430\u0442\u0430"]},Options:{v:["\u041E\u043F\u0446\u0438\u0458\u0435"]}}},{l:"sv",t:{"Clear selected":{v:["Rensa val"]},"Deselect {option}":{v:["Avmarkera {option}"]},"No results":{v:["Inga resultat"]},Options:{v:["Alternativ"]}}},{l:"tr",t:{"Clear selected":{v:["Se\xE7ilmi\u015Fleri temizle"]},"Deselect {option}":{v:["{option} b\u0131rak"]},"No results":{v:["Herhangi bir sonu\xE7 bulunamad\u0131"]},Options:{v:["Se\xE7enekler"]}}},{l:"uk",t:{"Clear selected":{v:["\u041E\u0447\u0438\u0441\u0442\u0438\u0442\u0438 \u0432\u0438\u0431\u0440\u0430\u043D\u0435"]},"Deselect {option}":{v:["\u0417\u043D\u044F\u0442\u0438 \u0432\u0438\u0431\u0456\u0440 {option}"]},"No results":{v:["\u0412\u0456\u0434\u0441\u0443\u0442\u043D\u0456 \u0440\u0435\u0437\u0443\u043B\u044C\u0442\u0430\u0442\u0438"]},Options:{v:["\u041F\u0430\u0440\u0430\u043C\u0435\u0442\u0440\u0438"]}}},{l:"uz",t:{"Clear selected":{v:["Tanlanganni tozalash"]},"Deselect {option}":{v:["{option}tanlovni bekor qiling"]},"No results":{v:["Natija yo\u02BBq"]},Options:{v:["Variantlar"]}}},{l:"zh-CN",t:{"Clear selected":{v:["\u6E05\u9664\u6240\u9009"]},"Deselect {option}":{v:["\u53D6\u6D88\u9009\u62E9 {option}"]},"No results":{v:["\u65E0\u7ED3\u679C"]},Options:{v:["\u9009\u9879"]}}},{l:"zh-HK",t:{"Clear selected":{v:["\u6E05\u9664\u6240\u9078\u9805\u76EE"]},"Deselect {option}":{v:["\u53D6\u6D88\u9078\u64C7 {option}"]},"No results":{v:["\u7121\u7D50\u679C"]},Options:{v:["\u9078\u9805"]}}},{l:"zh-TW",t:{"Clear selected":{v:["\u6E05\u9664\u9078\u5B9A\u9805\u76EE"]},"Deselect {option}":{v:["\u53D6\u6D88\u9078\u53D6 {option}"]},"No results":{v:["\u7121\u7D50\u679C"]},Options:{v:["\u9078\u9805"]}}}],ce=[{l:"ar",t:{Close:{v:["\u0625\u063A\u0644\u0627\u0642"]}}},{l:"ast",t:{Close:{v:["Zarrar"]}}},{l:"br",t:{Close:{v:["Serri\xF1"]}}},{l:"ca",t:{Close:{v:["Tanca"]}}},{l:"cs",t:{Close:{v:["Zav\u0159\xEDt"]}}},{l:"cs-CZ",t:{Close:{v:["Zav\u0159\xEDt"]}}},{l:"da",t:{Close:{v:["Luk"]}}},{l:"de",t:{Close:{v:["Schlie\xDFen"]}}},{l:"de-DE",t:{Close:{v:["Schlie\xDFen"]}}},{l:"el",t:{Close:{v:["\u039A\u03BB\u03B5\u03AF\u03C3\u03B9\u03BC\u03BF"]}}},{l:"en-GB",t:{Close:{v:["Close"]}}},{l:"eo",t:{Close:{v:["Fermu"]}}},{l:"es",t:{Close:{v:["Cerrar"]}}},{l:"es-AR",t:{Close:{v:["Cerrar"]}}},{l:"es-EC",t:{Close:{v:["Cerrar"]}}},{l:"es-MX",t:{Close:{v:["Cerrar"]}}},{l:"et-EE",t:{Close:{v:["Sulge"]}}},{l:"eu",t:{Close:{v:["Itxi"]}}},{l:"fa",t:{Close:{v:["\u0628\u0633\u062A\u0646"]}}},{l:"fi",t:{Close:{v:["Sulje"]}}},{l:"fr",t:{Close:{v:["Fermer"]}}},{l:"ga",t:{Close:{v:["D\xFAn"]}}},{l:"gl",t:{Close:{v:["Pechar"]}}},{l:"he",t:{Close:{v:["\u05E1\u05D2\u05D9\u05E8\u05D4"]}}},{l:"hu",t:{Close:{v:["Bez\xE1r\xE1s"]}}},{l:"id",t:{Close:{v:["Tutup"]}}},{l:"is",t:{Close:{v:["Loka"]}}},{l:"it",t:{Close:{v:["Chiudi"]}}},{l:"ja",t:{Close:{v:["\u9589\u3058\u308B"]}}},{l:"ja-JP",t:{Close:{v:["\u9589\u3058\u308B"]}}},{l:"ko",t:{Close:{v:["\uB2EB\uAE30"]}}},{l:"lt-LT",t:{Close:{v:["U\u017Everti"]}}},{l:"lv",t:{Close:{v:["Aizv\u0113rt"]}}},{l:"mk",t:{Close:{v:["\u0417\u0430\u0442\u0432\u043E\u0440\u0438"]}}},{l:"my",t:{Close:{v:["\u1015\u102D\u1010\u103A\u101B\u1014\u103A"]}}},{l:"nb",t:{Close:{v:["Lukk"]}}},{l:"nl",t:{Close:{v:["Sluiten"]}}},{l:"oc",t:{Close:{v:["Tampar"]}}},{l:"pl",t:{Close:{v:["Zamknij"]}}},{l:"pt-BR",t:{Close:{v:["Fechar"]}}},{l:"pt-PT",t:{Close:{v:["Fechar"]}}},{l:"ro",t:{Close:{v:["\xCEnchide\u021Bi"]}}},{l:"ru",t:{Close:{v:["\u0417\u0430\u043A\u0440\u044B\u0442\u044C"]}}},{l:"sk",t:{Close:{v:["Zavrie\u0165"]}}},{l:"sl",t:{Close:{v:["Zapri"]}}},{l:"sr",t:{Close:{v:["\u0417\u0430\u0442\u0432\u043E\u0440\u0438"]}}},{l:"sv",t:{Close:{v:["St\xE4ng"]}}},{l:"tr",t:{Close:{v:["Kapat"]}}},{l:"uk",t:{Close:{v:["\u0417\u0430\u043A\u0440\u0438\u0442\u0438"]}}},{l:"uz",t:{Close:{v:["Yopish"]}}},{l:"zh-CN",t:{Close:{v:["\u5173\u95ED"]}}},{l:"zh-HK",t:{Close:{v:["\u95DC\u9589"]}}},{l:"zh-TW",t:{Close:{v:["\u95DC\u9589"]}}}],Ce=[{l:"ar",t:{"Collapse menu":{v:["\u0637\u064A \u0627\u0644\u0642\u0627\u0626\u0645\u0629"]},"Open menu":{v:["\u0625\u0641\u062A\u064E\u062D \u0627\u0644\u0642\u0627\u0626\u0645\u0629"]}}},{l:"ast",t:{"Collapse menu":{v:["Recoyer el men\xFA"]},"Open menu":{v:["Abrir le men\xFA"]}}},{l:"br",t:{}},{l:"ca",t:{}},{l:"cs",t:{"Collapse menu":{v:["Sbalit nab\xEDdku"]},"Open menu":{v:["Otev\u0159\xEDt nab\xEDdku"]}}},{l:"cs-CZ",t:{"Collapse menu":{v:["Sbalit nab\xEDdku"]},"Open menu":{v:["Otev\u0159\xEDt nab\xEDdku"]}}},{l:"da",t:{"Collapse menu":{v:["Skjul menuen"]},"Open menu":{v:["\xC5ben menu"]}}},{l:"de",t:{"Collapse menu":{v:["Men\xFC einklappen"]},"Open menu":{v:["Men\xFC \xF6ffnen"]}}},{l:"de-DE",t:{"Collapse menu":{v:["Men\xFC einklappen"]},"Open menu":{v:["Men\xFC \xF6ffnen"]}}},{l:"el",t:{"Collapse menu":{v:["\u03A3\u03CD\u03BC\u03C0\u03C4\u03C5\u03BE\u03B7 \u03BC\u03B5\u03BD\u03BF\u03CD"]},"Open menu":{v:["\u0386\u03BD\u03BF\u03B9\u03B3\u03BC\u03B1 \u03BC\u03B5\u03BD\u03BF\u03CD"]}}},{l:"en-GB",t:{"Collapse menu":{v:["Collapse menu"]},"Open menu":{v:["Open menu"]}}},{l:"eo",t:{}},{l:"es",t:{"Collapse menu":{v:["Ocultar men\xFA"]},"Open menu":{v:["Abrir men\xFA"]}}},{l:"es-AR",t:{"Collapse menu":{v:["Ocultar men\xFA"]},"Open menu":{v:["Abrir men\xFA"]}}},{l:"es-EC",t:{"Collapse menu":{v:["Ocultar men\xFA"]},"Open menu":{v:["Abrir men\xFA"]}}},{l:"es-MX",t:{"Collapse menu":{v:["Ocultar men\xFA"]},"Open menu":{v:["Abrir men\xFA"]}}},{l:"et-EE",t:{"Collapse menu":{v:["Men\xFC\xFC kokkuklappimine"]},"Open menu":{v:["Ava men\xFC\xFC"]}}},{l:"eu",t:{"Collapse menu":{v:["Tolestu menua"]},"Open menu":{v:["Ireki menua"]}}},{l:"fa",t:{"Collapse menu":{v:["\u0628\u0633\u062A\u0646 \u0641\u0647\u0631\u0633\u062A"]},"Open menu":{v:["\u0628\u0627\u0632 \u06A9\u0631\u062F\u0646 \u0641\u0647\u0631\u0633\u062A"]}}},{l:"fi",t:{"Collapse menu":{v:["Supista valikko"]},"Open menu":{v:["Avaa valikko"]}}},{l:"fr",t:{"Collapse menu":{v:["R\xE9duire le menu"]},"Open menu":{v:["Ouvrir le menu"]}}},{l:"ga",t:{"Collapse menu":{v:["Roghchl\xE1r Laghdaigh"]},"Open menu":{v:["Roghchl\xE1r a oscailt"]}}},{l:"gl",t:{"Collapse menu":{v:["Contraer o men\xFA"]},"Open menu":{v:["Abrir o men\xFA"]}}},{l:"he",t:{"Collapse menu":{v:["\u05E6\u05DE\u05E6\u05D5\u05DD \u05D4\u05EA\u05E4\u05E8\u05D9\u05D8"]},"Open menu":{v:["\u05E4\u05EA\u05D9\u05D7\u05EA \u05EA\u05E4\u05E8\u05D9\u05D8"]}}},{l:"hu",t:{}},{l:"id",t:{"Collapse menu":{v:["Ciutkan menu"]},"Open menu":{v:["Buka menu"]}}},{l:"is",t:{"Collapse menu":{v:["Fella valmynd saman"]},"Open menu":{v:["Opna valmynd"]}}},{l:"it",t:{"Collapse menu":{v:["Chiudi Menu"]},"Open menu":{v:["Apri il menu"]}}},{l:"ja",t:{"Collapse menu":{v:["\u30E1\u30CB\u30E5\u30FC\u306E\u6298\u308A\u305F\u305F\u307F"]},"Open menu":{v:["\u30E1\u30CB\u30E5\u30FC\u3092\u958B\u304F"]}}},{l:"ja-JP",t:{"Collapse menu":{v:["\u30E1\u30CB\u30E5\u30FC\u306E\u6298\u308A\u305F\u305F\u307F"]},"Open menu":{v:["\u30E1\u30CB\u30E5\u30FC\u3092\u958B\u304F"]}}},{l:"ko",t:{"Collapse menu":{v:["\uBA54\uB274 \uC811\uAE30"]},"Open menu":{v:["\uBA54\uB274 \uC5F4\uAE30"]}}},{l:"lt-LT",t:{}},{l:"lv",t:{}},{l:"mk",t:{"Collapse menu":{v:["\u0421\u043A\u0440\u0438\u0458 \u043C\u0435\u043D\u0438"]},"Open menu":{v:["\u041E\u0442\u0432\u043E\u0440\u0438 \u043C\u0435\u043D\u0438"]}}},{l:"my",t:{}},{l:"nb",t:{"Collapse menu":{v:["Skjul meny"]},"Open menu":{v:["\xC5pne meny"]}}},{l:"nl",t:{"Collapse menu":{v:["Menu inklappen"]},"Open menu":{v:["Menu openen"]}}},{l:"oc",t:{}},{l:"pl",t:{"Collapse menu":{v:["Zwi\u0144 menu"]},"Open menu":{v:["Otw\xF3rz menu"]}}},{l:"pt-BR",t:{"Collapse menu":{v:["Recolher menu"]},"Open menu":{v:["Abrir menu"]}}},{l:"pt-PT",t:{"Collapse menu":{v:["Ocultar menu"]},"Open menu":{v:["Abrir menu"]}}},{l:"ro",t:{"Collapse menu":{v:["Restr\xE2nge meniul"]},"Open menu":{v:["Deschide meniul"]}}},{l:"ru",t:{"Collapse menu":{v:["\u0421\u0432\u0435\u0440\u043D\u0443\u0442\u044C \u043C\u0435\u043D\u044E"]},"Open menu":{v:["\u041E\u0442\u043A\u0440\u044B\u0442\u044C \u043C\u0435\u043D\u044E"]}}},{l:"sk",t:{"Collapse menu":{v:["Zbali\u0165 menu"]},"Open menu":{v:["Otvori\u0165 menu"]}}},{l:"sl",t:{}},{l:"sr",t:{"Collapse menu":{v:["\u0421\u0430\u0436\u043C\u0438 \u043C\u0435\u043D\u0438"]},"Open menu":{v:["\u041E\u0442\u0432\u043E\u0440\u0438 \u043C\u0435\u043D\u0438"]}}},{l:"sv",t:{"Collapse menu":{v:["D\xF6lj menyn"]},"Open menu":{v:["\xD6ppna menyn"]}}},{l:"tr",t:{"Collapse menu":{v:["Men\xFCy\xFC daralt"]},"Open menu":{v:["Men\xFCy\xFC a\xE7"]}}},{l:"uk",t:{"Collapse menu":{v:["\u0417\u0433\u043E\u0440\u043D\u0443\u0442\u0438 \u043C\u0435\u043D\u044E"]},"Open menu":{v:["\u0412\u0456\u0434\u043A\u0440\u0438\u0442\u0438 \u043C\u0435\u043D\u044E"]}}},{l:"uz",t:{"Collapse menu":{v:["Menyuni yig\u2018ish"]},"Open menu":{v:["Menyuni oching"]}}},{l:"zh-CN",t:{"Collapse menu":{v:["\u6536\u8D77\u83DC\u5355"]},"Open menu":{v:["\u6253\u5F00\u83DC\u5355"]}}},{l:"zh-HK",t:{"Collapse menu":{v:["\u6298\u758A\u9078\u55AE"]},"Open menu":{v:["\u958B\u555F\u9078\u55AE"]}}},{l:"zh-TW",t:{"Collapse menu":{v:["\u6298\u758A\u9078\u55AE"]},"Open menu":{v:["\u958B\u555F\u9078\u55AE"]}}}],ke=[{l:"ar",t:{}},{l:"ast",t:{}},{l:"br",t:{}},{l:"ca",t:{}},{l:"cs",t:{Copied:{v:["Zkop\xEDrov\xE1no"]},"Copy to clipboard":{v:["Zkop\xEDrovat do schr\xE1nky"]}}},{l:"cs-CZ",t:{}},{l:"da",t:{}},{l:"de",t:{Copied:{v:["Kopiert"]},"Copy to clipboard":{v:["In die Zwischenablage kopieren"]}}},{l:"de-DE",t:{Copied:{v:["Kopiert"]},"Copy to clipboard":{v:["In die Zwischenablage kopieren"]}}},{l:"el",t:{}},{l:"en-GB",t:{Copied:{v:["Copied"]},"Copy to clipboard":{v:["Copy to clipboard"]}}},{l:"eo",t:{}},{l:"es",t:{}},{l:"es-AR",t:{}},{l:"es-EC",t:{}},{l:"es-MX",t:{}},{l:"et-EE",t:{Copied:{v:["Kopeeritud"]},"Copy to clipboard":{v:["Kopeeri l\xF5ikelauale"]}}},{l:"eu",t:{}},{l:"fa",t:{}},{l:"fi",t:{}},{l:"fr",t:{}},{l:"ga",t:{Copied:{v:["C\xF3ipe\xE1ilte"]},"Copy to clipboard":{v:["C\xF3ipe\xE1il chuig an ghearrthaisce"]}}},{l:"gl",t:{Copied:{v:["Copiado"]},"Copy to clipboard":{v:["Copiar ao portapapeis"]}}},{l:"he",t:{}},{l:"hu",t:{}},{l:"id",t:{}},{l:"is",t:{}},{l:"it",t:{}},{l:"ja",t:{Copied:{v:["\u30B3\u30D4\u30FC\u3055\u308C\u307E\u3057\u305F"]},"Copy to clipboard":{v:["\u30AF\u30EA\u30C3\u30D7\u30DC\u30FC\u30C9\u306B\u30B3\u30D4\u30FC"]}}},{l:"ja-JP",t:{}},{l:"ko",t:{}},{l:"lt-LT",t:{}},{l:"lv",t:{}},{l:"mk",t:{}},{l:"my",t:{}},{l:"nb",t:{}},{l:"nl",t:{}},{l:"oc",t:{}},{l:"pl",t:{}},{l:"pt-BR",t:{Copied:{v:["Copiado"]},"Copy to clipboard":{v:["Copiar para a \xE1rea de transfer\xEAncia"]}}},{l:"pt-PT",t:{}},{l:"ro",t:{}},{l:"ru",t:{}},{l:"sk",t:{}},{l:"sl",t:{}},{l:"sr",t:{}},{l:"sv",t:{}},{l:"tr",t:{}},{l:"uk",t:{}},{l:"uz",t:{}},{l:"zh-CN",t:{}},{l:"zh-HK",t:{}},{l:"zh-TW",t:{}}],J=[{l:"ar",t:{"Edit item":{v:["\u062A\u0639\u062F\u064A\u0644 \u0639\u0646\u0635\u0631"]}}},{l:"ast",t:{"Edit item":{v:["Editar l'elementu"]}}},{l:"br",t:{}},{l:"ca",t:{"Edit item":{v:["Edita l'element"]}}},{l:"cs",t:{"Edit item":{v:["Upravit polo\u017Eku"]}}},{l:"cs-CZ",t:{"Edit item":{v:["Upravit polo\u017Eku"]}}},{l:"da",t:{"Edit item":{v:["Rediger emne"]}}},{l:"de",t:{"Edit item":{v:["Element bearbeiten"]}}},{l:"de-DE",t:{"Edit item":{v:["Element bearbeiten"]}}},{l:"el",t:{"Edit item":{v:["\u0395\u03C0\u03B5\u03BE\u03B5\u03C1\u03B3\u03B1\u03C3\u03AF\u03B1 \u03B1\u03BD\u03C4\u03B9\u03BA\u03B5\u03B9\u03BC\u03AD\u03BD\u03BF\u03C5"]}}},{l:"en-GB",t:{"Edit item":{v:["Edit item"]}}},{l:"eo",t:{}},{l:"es",t:{"Edit item":{v:["Editar elemento"]}}},{l:"es-AR",t:{"Edit item":{v:["Editar elemento"]}}},{l:"es-EC",t:{"Edit item":{v:["Editar elemento"]}}},{l:"es-MX",t:{"Edit item":{v:["Editar elemento"]}}},{l:"et-EE",t:{"Edit item":{v:["Muuda objekti"]}}},{l:"eu",t:{"Edit item":{v:["Editatu elementua"]}}},{l:"fa",t:{"Edit item":{v:["\u0648\u06CC\u0631\u0627\u06CC\u0634 \u0645\u0648\u0631\u062F"]}}},{l:"fi",t:{"Edit item":{v:["Muokkaa kohdetta"]}}},{l:"fr",t:{"Edit item":{v:["\xC9diter l'\xE9l\xE9ment"]}}},{l:"ga",t:{"Edit item":{v:["Cuir m\xEDr in eagar"]}}},{l:"gl",t:{"Edit item":{v:["Editar o elemento"]}}},{l:"he",t:{"Edit item":{v:["\u05E2\u05E8\u05D9\u05DB\u05EA \u05E4\u05E8\u05D9\u05D8"]}}},{l:"hu",t:{"Edit item":{v:["Elem szerkeszt\xE9se"]}}},{l:"id",t:{"Edit item":{v:["Edit item"]}}},{l:"is",t:{"Edit item":{v:["Breyta atri\xF0i"]}}},{l:"it",t:{"Edit item":{v:["Modifica l'elemento"]}}},{l:"ja",t:{"Edit item":{v:["\u7DE8\u96C6"]}}},{l:"ja-JP",t:{"Edit item":{v:["\u7DE8\u96C6"]}}},{l:"ko",t:{"Edit item":{v:["\uD56D\uBAA9 \uC218\uC815"]}}},{l:"lt-LT",t:{}},{l:"lv",t:{}},{l:"mk",t:{"Edit item":{v:["\u0423\u0440\u0435\u0434\u0438"]}}},{l:"my",t:{}},{l:"nb",t:{"Edit item":{v:["Rediger"]}}},{l:"nl",t:{"Edit item":{v:["Item bewerken"]}}},{l:"oc",t:{}},{l:"pl",t:{"Edit item":{v:["Edytuj element"]}}},{l:"pt-BR",t:{"Edit item":{v:["Editar item"]}}},{l:"pt-PT",t:{"Edit item":{v:["Editar item"]}}},{l:"ro",t:{"Edit item":{v:["Edita\u021Bi elementul"]}}},{l:"ru",t:{"Edit item":{v:["\u0418\u0437\u043C\u0435\u043D\u0438\u0442\u044C \u044D\u043B\u0435\u043C\u0435\u043D\u0442"]}}},{l:"sk",t:{"Edit item":{v:["Upravi\u0165 polo\u017Eku"]}}},{l:"sl",t:{"Edit item":{v:["Uredi predmet"]}}},{l:"sr",t:{"Edit item":{v:["\u0423\u0440\u0435\u0434\u0438 \u0441\u0442\u0430\u0432\u043A\u0443"]}}},{l:"sv",t:{"Edit item":{v:["Redigera objekt"]}}},{l:"tr",t:{"Edit item":{v:["\xD6geyi d\xFCzenle"]}}},{l:"uk",t:{"Edit item":{v:["\u0420\u0435\u0434\u0430\u0433\u0443\u0432\u0430\u0442\u0438 \u0435\u043B\u0435\u043C\u0435\u043D\u0442"]}}},{l:"uz",t:{"Edit item":{v:["Elementni tahrirlash"]}}},{l:"zh-CN",t:{"Edit item":{v:["\u7F16\u8F91\u9879\u76EE"]}}},{l:"zh-HK",t:{"Edit item":{v:["\u7DE8\u8F2F\u9805\u76EE"]}}},{l:"zh-TW",t:{"Edit item":{v:["\u7DE8\u8F2F\u9805\u76EE"]}}}],ye=[{l:"ar",t:{"Enter link":{v:["\u0623\u062F\u062E\u0650\u0644 \u0627\u0644\u0631\u0627\u0628\u0637"]}}},{l:"ast",t:{"Enter link":{v:["Introducir l'enllaz"]}}},{l:"br",t:{}},{l:"ca",t:{}},{l:"cs",t:{"Enter link":{v:["Zadat odkaz"]}}},{l:"cs-CZ",t:{"Enter link":{v:["Zadat odkaz"]}}},{l:"da",t:{"Enter link":{v:["Indtast link"]}}},{l:"de",t:{"Enter link":{v:["Link eingeben"]}}},{l:"de-DE",t:{"Enter link":{v:["Link eingeben"]}}},{l:"el",t:{"Enter link":{v:["\u0395\u03B9\u03C3\u03AC\u03B3\u03B5\u03C4\u03B5 \u03C3\u03CD\u03BD\u03B4\u03B5\u03C3\u03BC\u03BF"]}}},{l:"en-GB",t:{"Enter link":{v:["Enter link"]}}},{l:"eo",t:{}},{l:"es",t:{"Enter link":{v:["Ingrese enlace"]}}},{l:"es-AR",t:{"Enter link":{v:["Ingresar enlace"]}}},{l:"es-EC",t:{"Enter link":{v:["Ingresar enlace"]}}},{l:"es-MX",t:{"Enter link":{v:["Ingresar enlace"]}}},{l:"et-EE",t:{"Enter link":{v:["Sisesta link"]}}},{l:"eu",t:{"Enter link":{v:["Sartu esteka"]}}},{l:"fa",t:{"Enter link":{v:["\u0644\u06CC\u0646\u06A9 \u0631\u0627 \u0648\u0627\u0631\u062F \u06A9\u0646\u06CC\u062F"]}}},{l:"fi",t:{"Enter link":{v:["Kirjoita linkki"]}}},{l:"fr",t:{"Enter link":{v:["Saisissez le lien"]}}},{l:"ga",t:{"Enter link":{v:["Cuir isteach nasc"]}}},{l:"gl",t:{"Enter link":{v:["Introducir a ligaz\xF3n"]}}},{l:"he",t:{"Enter link":{v:["\u05DE\u05D9\u05DC\u05D5\u05D9 \u05E7\u05D9\u05E9\u05D5\u05E8"]}}},{l:"hu",t:{}},{l:"id",t:{"Enter link":{v:["Masukkan tautan"]}}},{l:"is",t:{"Enter link":{v:["Settu inn tengil"]}}},{l:"it",t:{"Enter link":{v:["Inserire il link"]}}},{l:"ja",t:{"Enter link":{v:["\u30EA\u30F3\u30AF\u3092\u5165\u529B\u3059\u308B"]}}},{l:"ja-JP",t:{"Enter link":{v:["\u30EA\u30F3\u30AF\u3092\u5165\u529B\u3059\u308B"]}}},{l:"ko",t:{"Enter link":{v:["\uB9C1\uD06C \uC785\uB825"]}}},{l:"lt-LT",t:{}},{l:"lv",t:{}},{l:"mk",t:{"Enter link":{v:["\u0412\u043D\u0435\u0441\u0438 \u043B\u0438\u043D\u043A"]}}},{l:"my",t:{}},{l:"nb",t:{"Enter link":{v:["Skriv inn lenken"]}}},{l:"nl",t:{"Enter link":{v:["Link invoeren"]}}},{l:"oc",t:{}},{l:"pl",t:{"Enter link":{v:["Wprowad\u017A link"]}}},{l:"pt-BR",t:{"Enter link":{v:["Insira o link"]}}},{l:"pt-PT",t:{"Enter link":{v:["Inserir hiperliga\xE7\xE3o"]}}},{l:"ro",t:{"Enter link":{v:["Introduce\u021Bi link-ul"]}}},{l:"ru",t:{"Enter link":{v:["\u0412\u0432\u0435\u0434\u0438\u0442\u0435 \u0441\u0441\u044B\u043B\u043A\u0443"]}}},{l:"sk",t:{"Enter link":{v:["Vlo\u017Ei\u0165 link"]}}},{l:"sl",t:{}},{l:"sr",t:{"Enter link":{v:["\u0423\u043D\u0435\u0441\u0438\u0442\u0435 \u043B\u0438\u043D\u043A"]}}},{l:"sv",t:{"Enter link":{v:["Ange l\xE4nk"]}}},{l:"tr",t:{"Enter link":{v:["Ba\u011Flant\u0131y\u0131 yaz\u0131n"]}}},{l:"uk",t:{"Enter link":{v:["\u0417\u0430\u0437\u043D\u0430\u0447\u0442\u0435 \u043F\u043E\u0441\u0438\u043B\u0430\u043D\u043D\u044F"]}}},{l:"uz",t:{"Enter link":{v:["Havolani kiriting"]}}},{l:"zh-CN",t:{"Enter link":{v:["\u8F93\u5165\u94FE\u63A5"]}}},{l:"zh-HK",t:{"Enter link":{v:["\u8F38\u5165\u9023\u7D50"]}}},{l:"zh-TW",t:{"Enter link":{v:["\u8F38\u5165\u9023\u7D50"]}}}],Xe=[{l:"ar",t:{"Hide details":{v:["\u0623\u062E\u0641\u0650 \u0627\u0644\u062A\u0641\u0627\u0635\u064A\u0644"]},"Rename project":{v:["\u062A\u063A\u064A\u064A\u0631 \u0627\u0633\u0645 \u0627\u0644\u0645\u0634\u0631\u0648\u0639"]},"Show details":{v:["\u0623\u0638\u0647\u0650\u0631 \u0627\u0644\u062A\u0641\u0627\u0635\u064A\u0644"]}}},{l:"ast",t:{}},{l:"br",t:{}},{l:"ca",t:{}},{l:"cs",t:{"Hide details":{v:["Skr\xFDt podrobnosti"]},"Rename project":{v:["P\u0159ejmenovat projekt"]},"Show details":{v:["Zobrazit podrobnosti"]}}},{l:"cs-CZ",t:{}},{l:"da",t:{"Hide details":{v:["Skjul detaljer"]},"Rename project":{v:["Omd\xF8b projekt"]},"Show details":{v:["Vis detaljer"]}}},{l:"de",t:{"Hide details":{v:["Details ausblenden"]},"Rename project":{v:["Projekt umbenennen"]},"Show details":{v:["Details anzeigen"]}}},{l:"de-DE",t:{"Hide details":{v:["Details ausblenden"]},"Rename project":{v:["Projekt umbenennen"]},"Show details":{v:["Details anzeigen"]}}},{l:"el",t:{"Hide details":{v:["\u0391\u03C0\u03CC\u03BA\u03C1\u03C5\u03C8\u03B7 \u03BB\u03B5\u03C0\u03C4\u03BF\u03BC\u03B5\u03C1\u03B5\u03B9\u03CE\u03BD"]},"Rename project":{v:["\u039C\u03B5\u03C4\u03BF\u03BD\u03BF\u03BC\u03B1\u03C3\u03AF\u03B1 \u03AD\u03C1\u03B3\u03BF\u03C5"]},"Show details":{v:["\u0395\u03BC\u03C6\u03AC\u03BD\u03B9\u03C3\u03B7 \u03BB\u03B5\u03C0\u03C4\u03BF\u03BC\u03B5\u03C1\u03B5\u03B9\u03CE\u03BD"]}}},{l:"en-GB",t:{"Hide details":{v:["Hide details"]},"Rename project":{v:["Rename project"]},"Show details":{v:["Show details"]}}},{l:"eo",t:{}},{l:"es",t:{}},{l:"es-AR",t:{"Hide details":{v:["Ocultar detalles"]},"Rename project":{v:["Renombrar proyecto"]},"Show details":{v:["Mostrar detalles"]}}},{l:"es-EC",t:{}},{l:"es-MX",t:{"Hide details":{v:["Ocultar detalles"]},"Rename project":{v:["Renombrar proyecto"]},"Show details":{v:["Mostrar detalles"]}}},{l:"et-EE",t:{"Hide details":{v:["Peida \xFCksikasjad"]},"Rename project":{v:["Muuda projekti nime"]},"Show details":{v:["N\xE4ita \xFCksikasju"]}}},{l:"eu",t:{}},{l:"fa",t:{"Hide details":{v:["\u067E\u0646\u0647\u0627\u0646 \u06A9\u0631\u062F\u0646 \u062C\u0632\u0626\u06CC\u0627\u062A"]},"Rename project":{v:["\u062A\u063A\u06CC\u06CC\u0631 \u0646\u0627\u0645 \u067E\u0631\u0648\u0698\u0647"]},"Show details":{v:["\u0646\u0645\u0627\u06CC\u0634 \u062C\u0632\u0626\u06CC\u0627\u062A"]}}},{l:"fi",t:{"Hide details":{v:["Piilota yksityiskohdat"]},"Rename project":{v:["Nime\xE4 projekti"]},"Show details":{v:["N\xE4yt\xE4 yksityiskohdat"]}}},{l:"fr",t:{"Hide details":{v:["Masquer les d\xE9tails"]},"Rename project":{v:["Renommer le projet"]},"Show details":{v:["Afficher les d\xE9tails"]}}},{l:"ga",t:{"Hide details":{v:["Folaigh sonra\xED"]},"Rename project":{v:["Athainmnigh an tionscadal"]},"Show details":{v:["Taispe\xE1in sonra\xED"]}}},{l:"gl",t:{"Hide details":{v:["Agochar os detalles"]},"Rename project":{v:["Cambiar o nome do proxecto"]},"Show details":{v:["Amosar os detalles"]}}},{l:"he",t:{}},{l:"hu",t:{}},{l:"id",t:{}},{l:"is",t:{"Hide details":{v:["Fela n\xE1nari uppl\xFDsingar"]},"Rename project":{v:["Endurnefna verkefni"]},"Show details":{v:["Birta n\xE1nari uppl\xFDsingar"]}}},{l:"it",t:{}},{l:"ja",t:{"Hide details":{v:["\u8A73\u7D30\u3092\u975E\u8868\u793A"]},"Rename project":{v:["\u30D7\u30ED\u30B8\u30A7\u30AF\u30C8\u540D\u3092\u5909\u66F4"]},"Show details":{v:["\u8A73\u7D30\u306E\u8868\u793A"]}}},{l:"ja-JP",t:{}},{l:"ko",t:{"Hide details":{v:["\uC138\uBD80 \uC0AC\uD56D \uC228\uAE30\uAE30"]},"Rename project":{v:["\uD504\uB85C\uC81D\uD2B8 \uC774\uB984 \uBCC0\uACBD"]},"Show details":{v:["\uC138\uBD80 \uC0AC\uD56D \uBCF4\uAE30"]}}},{l:"lt-LT",t:{}},{l:"lv",t:{}},{l:"mk",t:{"Hide details":{v:["\u0421\u043E\u043A\u0440\u0438\u0458 \u0434\u0435\u0442\u0430\u043B\u0438"]},"Rename project":{v:["\u041F\u0440\u0435\u0438\u043C\u0435\u043D\u0443\u0432\u0430\u0458 \u043F\u0440\u043E\u0435\u043A\u0442"]},"Show details":{v:["\u041F\u0440\u0438\u043A\u0430\u0436\u0438 \u0434\u0435\u0442\u0430\u043B\u0438"]}}},{l:"my",t:{}},{l:"nb",t:{"Hide details":{v:["Skjul detaljer"]},"Rename project":{v:["Gi prosjekt nytt navn"]},"Show details":{v:["Vis detaljer"]}}},{l:"nl",t:{"Hide details":{v:["Details verbergen"]},"Rename project":{v:["Project hernoemen"]},"Show details":{v:["Details weergeven"]}}},{l:"oc",t:{}},{l:"pl",t:{"Hide details":{v:["Ukryj szczeg\xF3\u0142y"]},"Rename project":{v:["Zmie\u0144 nazw\u0119 projektu"]},"Show details":{v:["Poka\u017C szczeg\xF3\u0142y"]}}},{l:"pt-BR",t:{"Hide details":{v:["Ocultar detalhes"]},"Rename project":{v:["Renomear projeto"]},"Show details":{v:["Mostrar detalhes"]}}},{l:"pt-PT",t:{"Hide details":{v:["Ocultar detalhes"]},"Rename project":{v:["Alterar nome do projeto"]},"Show details":{v:["Ver detalhes"]}}},{l:"ro",t:{}},{l:"ru",t:{"Hide details":{v:["\u0421\u043A\u0440\u044B\u0442\u044C \u043F\u043E\u0434\u0440\u043E\u0431\u043D\u043E\u0441\u0442\u0438"]},"Rename project":{v:["\u041F\u0435\u0440\u0435\u0438\u043C\u0435\u043D\u043E\u0432\u0430\u0442\u044C \u043F\u0440\u043E\u0435\u043A\u0442"]},"Show details":{v:["\u041F\u043E\u043A\u0430\u0437\u0430\u0442\u044C \u0434\u0435\u0442\u0430\u043B\u0438"]}}},{l:"sk",t:{"Hide details":{v:["Skry\u0165 detaily"]},"Rename project":{v:["Premenova\u0165 projekt"]},"Show details":{v:["Zobrazi\u0165 detaily"]}}},{l:"sl",t:{}},{l:"sr",t:{"Hide details":{v:["\u0421\u0430\u043A\u0440\u0438\u0458 \u0434\u0435\u0442\u0430\u0459\u0435"]},"Rename project":{v:["\u041F\u0440\u043E\u043C\u0435\u043D\u0438 \u0438\u043C\u0435 \u043F\u0440\u043E\u0458\u0435\u043A\u0442\u0430"]},"Show details":{v:["\u041F\u0440\u0438\u043A\u0430\u0436\u0438 \u0434\u0435\u0442\u0430\u0459\u0435"]}}},{l:"sv",t:{"Hide details":{v:["G\xF6m detaljer"]},"Rename project":{v:["Byt namn p\xE5 projektet"]},"Show details":{v:["Visa detaljer"]}}},{l:"tr",t:{"Hide details":{v:["Ayr\u0131nt\u0131lar\u0131 gizle"]},"Rename project":{v:["Projeyi yeniden adland\u0131r"]},"Show details":{v:["Ayr\u0131nt\u0131lar\u0131 g\xF6r\xFCnt\xFCle"]}}},{l:"uk",t:{"Hide details":{v:["\u0421\u0445\u043E\u0432\u0430\u0442\u0438 \u0434\u0435\u0442\u0430\u043B\u0456"]},"Rename project":{v:["\u041F\u0435\u0440\u0435\u0439\u043C\u0435\u043D\u0443\u0432\u0430\u0442\u0438 \u043F\u0440\u043E\u0454\u043A\u0442"]},"Show details":{v:["\u041F\u043E\u043A\u0430\u0437\u0430\u0442\u0438 \u0434\u0435\u0442\u0430\u043B\u0456"]}}},{l:"uz",t:{"Hide details":{v:["Tafsilotlarni yashirish"]},"Rename project":{v:["Loyiha nomini o'zgartirish"]},"Show details":{v:["Tafsilotlarni ko'rsatish"]}}},{l:"zh-CN",t:{"Hide details":{v:["\u9690\u85CF\u7EC6\u8282"]},"Rename project":{v:["\u91CD\u547D\u540D\u9879\u76EE"]},"Show details":{v:["\u663E\u793A\u7EC6\u8282"]}}},{l:"zh-HK",t:{"Hide details":{v:["\u96B1\u85CF\u8A73\u60C5"]},"Rename project":{v:["\u91CD\u547D\u540D\u65B9\u6848"]},"Show details":{v:["\u986F\u793A\u8A73\u60C5"]}}},{l:"zh-TW",t:{"Hide details":{v:["\u96B1\u85CF\u8A73\u7D30\u8CC7\u6599"]},"Rename project":{v:["\u91CD\u65B0\u547D\u540D\u5C08\u6848"]},"Show details":{v:["\u986F\u793A\u8A73\u7D30\u8CC7\u8A0A"]}}}],ui=[{l:"ar",t:{'Load more "{options}"':{v:['\u062A\u062D\u0645\u064A\u0644 \u0627\u0644\u0645\u0632\u064A\u062F \u0645\u0646 "{options}" ']},"Raw link {options}":{v:[" \u0627\u0644\u0631\u0627\u0628\u0637 \u0627\u0644\u062E\u0627\u0645 raw link \u0640 {options}"]},"Start typing to search":{v:["\u0625\u0628\u062F\u0625 \u0643\u062A\u0627\u0628\u0629 \u0645\u0641\u0631\u062F\u0627\u062A \u0627\u0644\u0628\u062D\u062B"]}}},{l:"ast",t:{'Load more "{options}"':{v:["Cargar m\xE1s \xAB{options}\xBB"]},"Raw link {options}":{v:["Enllaz en bruto {optiones}"]},"Start typing to search":{v:["Comienza a escribir pa buscar"]}}},{l:"br",t:{}},{l:"ca",t:{}},{l:"cs",t:{'Load more "{options}"':{v:["Na\u010D\xEDst dal\u0161\xED \u201E{options}\u201C"]},"Raw link {options}":{v:["Hol\xFD odkaz {options}"]},"Start typing to search":{v:["Vyhled\xE1vejte psan\xEDm"]}}},{l:"cs-CZ",t:{'Load more "{options}"':{v:["Na\u010D\xEDst dal\u0161\xED \u201E{options}\u201C"]},"Raw link {options}":{v:["Hol\xFD odkaz {options}"]},"Start typing to search":{v:["Vyhled\xE1vejte psan\xEDm"]}}},{l:"da",t:{'Load more "{options}"':{v:['Indl\xE6s flere "{options}"']},"Raw link {options}":{v:["R\xE5 link {options}"]},"Start typing to search":{v:["Begynd at skrive for at s\xF8ge"]}}},{l:"de",t:{'Load more "{options}"':{v:['Weitere "{options}" laden']},"Raw link {options}":{v:["Unverarbeiteter Link {options}"]},"Start typing to search":{v:["Mit der Eingabe beginnen, um zu suchen"]}}},{l:"de-DE",t:{'Load more "{options}"':{v:['Weitere "{options}" laden']},"Raw link {options}":{v:["Unverarbeiteter Link {options}"]},"Start typing to search":{v:["Mit der Eingabe beginnen, um zu suchen"]}}},{l:"el",t:{'Load more "{options}"':{v:['\u03A6\u03CC\u03C1\u03C4\u03C9\u03C3\u03B7 \u03C0\u03B5\u03C1\u03B9\u03C3\u03C3\u03CC\u03C4\u03B5\u03C1\u03C9\u03BD "{options}"']},"Raw link {options}":{v:["\u0391\u03BA\u03B1\u03C4\u03AD\u03C1\u03B3\u03B1\u03C3\u03C4\u03BF\u03C2 \u03C3\u03CD\u03BD\u03B4\u03B5\u03C3\u03BC\u03BF\u03C2 {options}"]},"Start typing to search":{v:["\u039E\u03B5\u03BA\u03B9\u03BD\u03AE\u03C3\u03C4\u03B5 \u03BD\u03B1 \u03C0\u03BB\u03B7\u03BA\u03C4\u03C1\u03BF\u03BB\u03BF\u03B3\u03B5\u03AF\u03C4\u03B5 \u03B3\u03B9\u03B1 \u03B1\u03BD\u03B1\u03B6\u03AE\u03C4\u03B7\u03C3\u03B7"]}}},{l:"en-GB",t:{'Load more "{options}"':{v:['Load more "{options}"']},"Raw link {options}":{v:["Raw link {options}"]},"Start typing to search":{v:["Start typing to search"]}}},{l:"eo",t:{}},{l:"es",t:{'Load more "{options}"':{v:['Cargar m\xE1s "{options}"']},"Raw link {options}":{v:["Enlace directo {options}"]},"Start typing to search":{v:["Comience a escribir para buscar"]}}},{l:"es-AR",t:{'Load more "{options}"':{v:['Cargar m\xE1s "{options}"']},"Raw link {options}":{v:["Enlace directo {options}"]},"Start typing to search":{v:["Comience a escribir para buscar"]}}},{l:"es-EC",t:{"Raw link {options}":{v:["Enlace directo {options}"]},"Start typing to search":{v:["Comienza a escribir para buscar"]}}},{l:"es-MX",t:{'Load more "{options}"':{v:['Cargar m\xE1s "{options}"']},"Raw link {options}":{v:["Enlace directo {options}"]},"Start typing to search":{v:["Comience a escribir para buscar"]}}},{l:"et-EE",t:{'Load more "{options}"':{v:["Laadi veel \u201E{options}\u201C"]},"Raw link {options}":{v:["T\xF6\xF6tlemata link: {options}"]},"Start typing to search":{v:["Alusta otsinguks sisestamist"]}}},{l:"eu",t:{'Load more "{options}"':{v:['Kargatu "{options}" gehiago']},"Raw link {options}":{v:["Formaturik gabeko esteka {aukerak}"]},"Start typing to search":{v:["Hasi idazten bilatzeko"]}}},{l:"fa",t:{'Load more "{options}"':{v:['\u0628\u0627\u0631\u06AF\u0630\u0627\u0631\u06CC \u0628\u06CC\u0634\u062A\u0631 "{options}"']},"Raw link {options}":{v:["\u067E\u06CC\u0648\u0646\u062F \u062E\u0627\u0645 {options}"]},"Start typing to search":{v:["\u0628\u0631\u0627\u06CC \u062C\u0633\u062A\u062C\u0648 \u062A\u0627\u06CC\u067E \u06A9\u0646\u06CC\u062F"]}}},{l:"fi",t:{'Load more "{options}"':{v:['Lataa lis\xE4\xE4 "{options}"']},"Raw link {options}":{v:["Raaka linkki {options}"]},"Start typing to search":{v:["Aloita kirjoittaminen hakeaksesi"]}}},{l:"fr",t:{'Load more "{options}"':{v:[`Charger d'avantage "{options}"`]},"Raw link {options}":{v:["Lien brut {options}"]},"Start typing to search":{v:["Commencez \xE0 \xE9crire pour rechercher"]}}},{l:"ga",t:{'Load more "{options}"':{v:['Luchtaigh tuilleadh "{options}"']},"Raw link {options}":{v:["Nasc amh {roghanna}"]},"Start typing to search":{v:["Tosaigh ag cl\xF3scr\xEDobh chun cuardach a dh\xE9anamh"]}}},{l:"gl",t:{'Load more "{options}"':{v:["Cargar m\xE1is \xAB{options}\xBB"]},"Raw link {options}":{v:["Ligaz\xF3n sen procesar {options}"]},"Start typing to search":{v:["Comece a escribir para buscar"]}}},{l:"he",t:{"Raw link {options}":{v:["\u05E7\u05D9\u05E9\u05D5\u05E8 \u05D2\u05D5\u05DC\u05DE\u05D9 {options}"]},"Start typing to search":{v:["\u05D4\u05EA\u05D7\u05DC\u05EA \u05D4\u05E7\u05DC\u05D3\u05D4 \u05DE\u05D7\u05E4\u05E9\u05EA"]}}},{l:"hu",t:{}},{l:"id",t:{'Load more "{options}"':{v:['Muat "{options}" lainnya']},"Raw link {options}":{v:["Tautan mentah {options}"]},"Start typing to search":{v:["Ketik untuk mulai mencari"]}}},{l:"is",t:{'Load more "{options}"':{v:['Hla\xF0a inn fleiri "{options}"']},"Raw link {options}":{v:["Hr\xE1r tengill {options}"]},"Start typing to search":{v:["Byrja\xF0u a\xF0 skrifa til a\xF0 leita"]}}},{l:"it",t:{'Load more "{options}"':{v:['Carica pi\xF9 "{options}"']},"Raw link {options}":{v:["Raw link {options}"]},"Start typing to search":{v:["Iniziare a digitare per effettuare la ricerca"]}}},{l:"ja",t:{'Load more "{options}"':{v:['"{options}" \u3092\u3082\u3063\u3068\u8AAD\u307F\u8FBC\u3080']},"Raw link {options}":{v:["\u672A\u52A0\u5DE5\u306E\u30EA\u30F3\u30AF {options}"]},"Start typing to search":{v:["\u5165\u529B\u3092\u958B\u59CB\u3057\u3066\u691C\u7D22\u3057\u307E\u3059"]}}},{l:"ja-JP",t:{'Load more "{options}"':{v:['"{options}" \u3092\u3082\u3063\u3068\u8AAD\u307F\u8FBC\u3080']},"Raw link {options}":{v:["\u672A\u52A0\u5DE5\u306E\u30EA\u30F3\u30AF {options}"]},"Start typing to search":{v:["\u5165\u529B\u3092\u958B\u59CB\u3057\u3066\u691C\u7D22\u3057\u307E\u3059"]}}},{l:"ko",t:{'Load more "{options}"':{v:['"{options}" \uB354 \uBD88\uB7EC\uC624\uAE30']},"Raw link {options}":{v:["{options} \uC6D0\uBCF8 \uB9C1\uD06C"]},"Start typing to search":{v:["\uC785\uB825\uD558\uC5EC \uAC80\uC0C9"]}}},{l:"lt-LT",t:{}},{l:"lv",t:{}},{l:"mk",t:{'Load more "{options}"':{v:['\u0412\u0447\u0438\u0442\u0430\u0458 \u043F\u043E\u0432\u0435\u045C\u0435 "{options}"']},"Raw link {options}":{v:["\u0421\u0443\u0440\u043E\u0432 \u043B\u0438\u043D\u043A {options}"]},"Start typing to search":{v:["\u041F\u043E\u0447\u043D\u0438 \u0434\u0430 \u043F\u0438\u0448\u0443\u0432\u0430\u0448 \u0437\u0430 \u043F\u0440\u0435\u0431\u0430\u0440\u0443\u0432\u0430\u045A\u0435"]}}},{l:"my",t:{}},{l:"nb",t:{'Load more "{options}"':{v:['Last inn flere "{options}"']},"Raw link {options}":{v:["R\xE5 lenke {options}"]},"Start typing to search":{v:["Start \xE5 skrive for \xE5 s\xF8ke"]}}},{l:"nl",t:{'Load more "{options}"':{v:['Meer "{options}" laden']},"Raw link {options}":{v:["Ruwe link {options}"]},"Start typing to search":{v:["Start met typen om te zoeken"]}}},{l:"oc",t:{}},{l:"pl",t:{'Load more "{options}"':{v:['Za\u0142aduj wi\u0119cej "{options}"']},"Raw link {options}":{v:["Surowy odno\u015Bnik {options}"]},"Start typing to search":{v:["Zacznij pisa\u0107, aby wyszuka\u0107"]}}},{l:"pt-BR",t:{'Load more "{options}"':{v:['Carregar mais "{options}"']},"Raw link {options}":{v:["Link bruto {options}"]},"Start typing to search":{v:["Comece a digitar para pesquisar"]}}},{l:"pt-PT",t:{'Load more "{options}"':{v:['Carregar mais "{options}"']},"Raw link {options}":{v:["Link inicial {options}"]},"Start typing to search":{v:["Comece a digitar para pesquisar"]}}},{l:"ro",t:{'Load more "{options}"':{v:['\xCEncarc\u0103 mai multe "{options}"']},"Raw link {options}":{v:["Link brut {options}"]},"Start typing to search":{v:["Tasta\u021Bi pentru c\u0103utare"]}}},{l:"ru",t:{'Load more "{options}"':{v:['\u0417\u0430\u0433\u0440\u0443\u0437\u0438\u0442\u044C \u0431\u043E\u043B\u044C\u0448\u0435 "{options}""']},"Raw link {options}":{v:["\u041D\u0435\u043E\u0431\u0440\u0430\u0431\u043E\u0442\u0430\u043D\u043D\u0430\u044F \u0441\u0441\u044B\u043B\u043A\u0430 {options}"]},"Start typing to search":{v:["\u041D\u0430\u0447\u043D\u0438\u0442\u0435 \u0432\u0432\u043E\u0434\u0438\u0442\u044C \u0442\u0435\u043A\u0441\u0442 \u0434\u043B\u044F \u043F\u043E\u0438\u0441\u043A\u0430"]}}},{l:"sk",t:{'Load more "{options}"':{v:['Na\u010D\xEDta\u0165 viac "{options}"']},"Raw link {options}":{v:["Raw odkaz {options}"]},"Start typing to search":{v:["Za\u010Dnite p\xEDsa\u0165 pre vyh\u013Ead\xE1vanie"]}}},{l:"sl",t:{}},{l:"sr",t:{'Load more "{options}"':{v:["\u0423\u0447\u0438\u0442\u0430\u0458 \u0458\u043E\u0448 \u201E{options}\u201D"]},"Raw link {options}":{v:["\u0421\u0438\u0440\u043E\u0432\u0438 \u043B\u0438\u043D\u043A {options}"]},"Start typing to search":{v:["\u041F\u043E\u043A\u0440\u0435\u043D\u0438\u0442\u0435 \u043F\u0440\u0435\u0442\u0440\u0430\u0433\u0443 \u043A\u0443\u0446\u0430\u045A\u0435\u043C"]}}},{l:"sv",t:{'Load more "{options}"':{v:['Ladda fler "{options}"']},"Raw link {options}":{v:["Oformaterad l\xE4nk {options}"]},"Start typing to search":{v:["B\xF6rja skriva f\xF6r att s\xF6ka"]}}},{l:"tr",t:{'Load more "{options}"':{v:['Di\u011Fer "{options}"']},"Raw link {options}":{v:["Ham ba\u011Flant\u0131 {options}"]},"Start typing to search":{v:["Aramak i\xE7in yazmaya ba\u015Flay\u0131n"]}}},{l:"uk",t:{'Load more "{options}"':{v:['\u0417\u0430\u0432\u0430\u043D\u0442\u0430\u0436\u0438\u0442\u0438 \u0431\u0456\u043B\u044C\u0448\u0435 "{options}"']},"Raw link {options}":{v:["\u041F\u0440\u044F\u043C\u0435 \u043F\u043E\u0441\u0438\u043B\u0430\u043D\u043D\u044F {options}"]},"Start typing to search":{v:["\u041F\u043E\u0447\u043D\u0456\u0442\u044C \u0432\u0432\u043E\u0434\u0438\u0442\u0438 \u0434\u043B\u044F \u043F\u043E\u0448\u0443\u043A\u0443"]}}},{l:"uz",t:{'Load more "{options}"':{v:[`Ko'proq yuklash "{options}"`]},"Raw link {options}":{v:[" {options}satr havolasi"]},"Start typing to search":{v:["Qidirish uchun yozishni boshlang"]}}},{l:"zh-CN",t:{'Load more "{options}"':{v:["\u52A0\u8F7D\u66F4\u591A \u201C{options}\u201D"]},"Raw link {options}":{v:["\u539F\u59CB\u94FE\u63A5 {options}"]},"Start typing to search":{v:["\u5F00\u59CB\u8F93\u5165\u4EE5\u8FDB\u884C\u641C\u7D22"]}}},{l:"zh-HK",t:{'Load more "{options}"':{v:['\u8F09\u5165\u66F4\u591A "{options}"']},"Raw link {options}":{v:["\u539F\u59CB\u9023\u7D50 {options}"]},"Start typing to search":{v:["\u958B\u59CB\u8F38\u5165\u4EE5\u9032\u884C\u641C\u5C0B"]}}},{l:"zh-TW",t:{'Load more "{options}"':{v:["\u8F09\u5165\u66F4\u591A\u300C{options}\u300D"]},"Raw link {options}":{v:["\u539F\u59CB\u9023\u7D50 {options}"]},"Start typing to search":{v:["\u958B\u59CB\u8F38\u5165\u4EE5\u9032\u884C\u641C\u5C0B"]}}}],ht=[{l:"ar",t:{"No link provider found":{v:["\u0644\u0627 \u064A\u0648\u062C\u062F \u0623\u064A\u0651 \u0645\u0632\u0648\u062F \u0631\u0648\u0627\u0628\u0637 link provider"]},"Write a message\xA0\u2026":{v:["\u0623\u0643\u062A\u0628 \u0631\u0633\u0627\u0644\u0629 ..."]}}},{l:"ast",t:{"No link provider found":{v:["Nun s'atop\xF3 neng\xFAn fornidor d'enllaces"]},"Write a message\xA0\u2026":{v:["Escribi un mensaxe\u2026"]}}},{l:"br",t:{}},{l:"ca",t:{}},{l:"cs",t:{"Message limit of %n character reached":{p:"Message limit of %n characters reached",v:["Dosa\u017Eeno limitu po\u010Dtu %n znaku zpr\xE1vy","Dosa\u017Eeno limitu po\u010Dtu %n znak\u016F zpr\xE1vy","Dosa\u017Eeno limitu po\u010Dtu %n znak\u016F zpr\xE1vy","Dosa\u017Eeno limitu po\u010Dtu %n znak\u016F zpr\xE1vy"]},"No link provider found":{v:["Nenalezen \u017E\xE1dn\xFD poskytovatel odkaz\u016F"]},"Write a message\xA0\u2026":{v:["Napi\u0161te zpr\xE1vu \u2026"]}}},{l:"cs-CZ",t:{"No link provider found":{v:["Nenalezen \u017E\xE1dn\xFD poskytovatel odkaz\u016F"]},"Write a message\xA0\u2026":{v:["Napsat zpr\xE1vu\u2026"]}}},{l:"da",t:{"Message limit of %n character reached":{p:"Message limit of %n characters reached",v:["Beskedgr\xE6nsen p\xE5 %n tegn er n\xE5et","Beskedgr\xE6nsen p\xE5 %n tegn er n\xE5et"]},"No link provider found":{v:["Ingen linkudbyder fundet"]},"Write a message\xA0\u2026":{v:["Skriv en besked ..."]}}},{l:"de",t:{"Message limit of %n character reached":{p:"Message limit of %n characters reached",v:["Nachrichtenlimit von %n Zeichen erreicht","Nachrichtenlimit von %n Zeichen erreicht"]},"No link provider found":{v:["Kein Linkanbieter gefunden"]},"Write a message\xA0\u2026":{v:["Nachricht schreiben\xA0\u2026"]}}},{l:"de-DE",t:{"Message limit of %n character reached":{p:"Message limit of %n characters reached",v:["Nachrichtenlimit von %n Zeichen erreicht","Nachrichtenlimit von %n Zeichen erreicht"]},"No link provider found":{v:["Kein Linkanbieter gefunden"]},"Write a message\xA0\u2026":{v:["Nachricht schreiben\xA0\u2026"]}}},{l:"el",t:{"Message limit of %n character reached":{p:"Message limit of %n characters reached",v:["\u0388\u03C6\u03C4\u03B1\u03C3\u03B5 \u03C4\u03BF \u03CC\u03C1\u03B9\u03BF \u03BC\u03B7\u03BD\u03CD\u03BC\u03B1\u03C4\u03BF\u03C2 \u03C4\u03C9\u03BD %n \u03C7\u03B1\u03C1\u03B1\u03BA\u03C4\u03AE\u03C1\u03C9\u03BD","\u0388\u03C6\u03C4\u03B1\u03C3\u03B5 \u03C4\u03BF \u03CC\u03C1\u03B9\u03BF \u03BC\u03B7\u03BD\u03CD\u03BC\u03B1\u03C4\u03BF\u03C2 \u03C4\u03C9\u03BD %n \u03C7\u03B1\u03C1\u03B1\u03BA\u03C4\u03AE\u03C1\u03C9\u03BD"]},"No link provider found":{v:["\u0394\u03B5\u03BD \u03B2\u03C1\u03AD\u03B8\u03B7\u03BA\u03B5 \u03C0\u03AC\u03C1\u03BF\u03C7\u03BF\u03C2 \u03C3\u03C5\u03BD\u03B4\u03AD\u03C3\u03BC\u03BF\u03C5"]},"Write a message\xA0\u2026":{v:["\u0393\u03C1\u03AC\u03C8\u03C4\u03B5 \u03AD\u03BD\u03B1 \u03BC\u03AE\u03BD\u03C5\u03BC\u03B1\xA0\u2026"]}}},{l:"en-GB",t:{"Message limit of %n character reached":{p:"Message limit of %n characters reached",v:["Message limit of %n character reached","Message limit of %n characters reached"]},"No link provider found":{v:["No link provider found"]},"Write a message\xA0\u2026":{v:["Write a message\xA0\u2026"]}}},{l:"eo",t:{}},{l:"es",t:{"No link provider found":{v:["No se encontr\xF3 ning\xFAn proveedor de enlaces"]},"Write a message\xA0\u2026":{v:["Escriba un mensaje ..."]}}},{l:"es-AR",t:{"No link provider found":{v:["No se encontr\xF3 ning\xFAn proveedor de enlaces"]},"Write a message\xA0\u2026":{v:["Escriba un mensaje ..."]}}},{l:"es-EC",t:{"No link provider found":{v:["No se encontr\xF3 ning\xFAn proveedor de enlaces"]}}},{l:"es-MX",t:{"No link provider found":{v:["No se encontr\xF3 ning\xFAn proveedor de enlaces"]},"Write a message\xA0\u2026":{v:["Escriba un mensaje ..."]}}},{l:"et-EE",t:{"Message limit of %n character reached":{p:"Message limit of %n characters reached",v:["S\xF5numi piirarv %n t\xE4hem\xE4rk on k\xE4es","S\xF5numi piirarv %n t\xE4hem\xE4rki on k\xE4es"]},"No link provider found":{v:["Lingi pakkujat ei leitud"]},"Write a message\xA0\u2026":{v:["Koosta s\xF5num\xA0\u2026"]}}},{l:"eu",t:{"No link provider found":{v:["Ez da aurkitu esteka-hornitzailerik"]},"Write a message\xA0\u2026":{v:["Idatzi mezu bat\u2026"]}}},{l:"fa",t:{"No link provider found":{v:["\u0647\u06CC\u0686 \u0627\u0631\u0627\u0626\u0647\u200C\u062F\u0647\u0646\u062F\u0647 \u067E\u06CC\u0648\u0646\u062F\u06CC \u06CC\u0627\u0641\u062A \u0646\u0634\u062F"]},"Write a message\xA0\u2026":{v:["\u06CC\u06A9 \u067E\u06CC\u0627\u0645 \u0628\u0646\u0648\u06CC\u0633\u06CC\u062F ..."]}}},{l:"fi",t:{"No link provider found":{v:["Linkin tarjoajia ei l\xF6ydetty"]},"Write a message\xA0\u2026":{v:["Kirjoita viesti\u2026"]}}},{l:"fr",t:{"Message limit of %n character reached":{p:"Message limit of %n characters reached",v:["Limite de messages de %n caract\xE8re atteinte","Limite de messages de %n caract\xE8res atteinte","Limite de messages de %n caract\xE8res atteinte"]},"No link provider found":{v:["Aucun fournisseur de lien trouv\xE9"]},"Write a message\xA0\u2026":{v:["Ecrire un message..."]}}},{l:"ga",t:{"Message limit of %n character reached":{p:"Message limit of %n characters reached",v:["Sroicheadh \u200B\u200Bteorainn teachtaireachta de %n carachtar","Sroicheadh \u200B\u200Bteorainn teachtaireachta de %n carachtar","Sroicheadh \u200B\u200Bteorainn teachtaireachta de %n carachtar","Sroicheadh \u200B\u200Bteorainn teachtaireachta de %n carachtar","Sroicheadh \u200B\u200Bteorainn teachtaireachta de %n carachtar"]},"No link provider found":{v:["N\xEDor aims\xEDodh aon sol\xE1thra\xED naisc"]},"Write a message\xA0\u2026":{v:["Scr\xEDobh teachtaireacht\xA0\u2026"]}}},{l:"gl",t:{"Message limit of %n character reached":{p:"Message limit of %n characters reached",v:["Acadouse o l\xEDmite de %n caracter por mensaxe","Acadouse o l\xEDmite de %n caracteres por mensaxe"]},"No link provider found":{v:["Non se atopou ning\xFAn provedor de ligaz\xF3ns"]},"Write a message\xA0\u2026":{v:["Escribir unha mensaxe\u2026"]}}},{l:"he",t:{"No link provider found":{v:["\u05DC\u05D0 \u05E0\u05DE\u05E6\u05D0 \u05E1\u05E4\u05E7 \u05E7\u05D9\u05E9\u05D5\u05E8\u05D9\u05DD"]}}},{l:"hu",t:{}},{l:"id",t:{"No link provider found":{v:["Tidak ada penyedia tautan yang ditemukan"]},"Write a message\xA0\u2026":{v:["Tulis pesan ..."]}}},{l:"is",t:{"No link provider found":{v:["Engin tenglaveita fannst"]},"Write a message\xA0\u2026":{v:["Skrifa\xF0u skilabo\xF0\xA0\u2026"]}}},{l:"it",t:{"No link provider found":{v:["Nessun fornitore di link trovato"]},"Write a message\xA0\u2026":{v:["Scrivi un messaggio ..."]}}},{l:"ja",t:{"Message limit of %n character reached":{p:"Message limit of %n characters reached",v:["\u30E1\u30C3\u30BB\u30FC\u30B8\u306E%n\u6587\u5B57\u306E\u5236\u9650\u306B\u9054\u3057\u307E\u3057\u305F"]},"No link provider found":{v:["\u30EA\u30F3\u30AF\u30D7\u30ED\u30D0\u30A4\u30C0\u30FC\u304C\u898B\u3064\u304B\u308A\u307E\u305B\u3093"]},"Write a message\xA0\u2026":{v:["\u30E1\u30C3\u30BB\u30FC\u30B8\u3092\u66F8\u304F ..."]}}},{l:"ja-JP",t:{"No link provider found":{v:["\u30EA\u30F3\u30AF\u30D7\u30ED\u30D0\u30A4\u30C0\u30FC\u304C\u898B\u3064\u304B\u308A\u307E\u305B\u3093"]},"Write a message\xA0\u2026":{v:["\u30E1\u30C3\u30BB\u30FC\u30B8\u3092\u66F8\u304F ..."]}}},{l:"ko",t:{"Message limit of %n character reached":{p:"Message limit of %n characters reached",v:["\uBA54\uC2DC\uC9C0 \uC81C\uD55C %n\uC790\uC5D0 \uB3C4\uB2EC"]},"No link provider found":{v:["\uB9C1\uD06C \uC81C\uACF5\uC790 \uC5C6\uC74C"]},"Write a message\xA0\u2026":{v:["\uBA54\uC2DC\uC9C0 \uC791\uC131..."]}}},{l:"lt-LT",t:{}},{l:"lv",t:{}},{l:"mk",t:{"Message limit of %n character reached":{p:"Message limit of %n characters reached",v:["\u0414\u043E\u0441\u0442\u0438\u0433\u043D\u0430\u0442 \u0435 \u043B\u0438\u043C\u0438\u0442 \u043E\u0434 %n \u043A\u0430\u0440\u0430\u043A\u0442\u0435\u0440","\u0414\u043E\u0441\u0442\u0438\u0433\u043D\u0430\u0442 \u0435 \u043B\u0438\u043C\u0438\u0442 \u043E\u0434 %n \u043A\u0430\u0440\u0430\u043A\u0442\u0435\u0440\u0438 \u0437\u0430 \u043F\u043E\u0440\u0430\u043A\u0430"]},"No link provider found":{v:["\u041D\u0435 \u0435 \u043F\u0440\u043E\u043D\u0430\u0458\u0434\u0435\u043D \u0434\u0430\u0432\u0430\u0442\u0435\u043B \u043D\u0430 \u043B\u0438\u043D\u043A"]},"Write a message\xA0\u2026":{v:["\u041D\u0430\u043F\u0438\u0448\u0438 \u043F\u043E\u0440\u0430\u043A\u0430\xA0\u2026"]}}},{l:"my",t:{}},{l:"nb",t:{"No link provider found":{v:["Finner ingen lenkeleverand\xF8r"]},"Write a message\xA0\u2026":{v:["Skriv en melding..."]}}},{l:"nl",t:{"Message limit of %n character reached":{p:"Message limit of %n characters reached",v:["Berichtlimiet van %n teken bereikt","Berichtlimiet van %n tekens bereikt"]},"No link provider found":{v:["Geen link provider gevonden"]},"Write a message\xA0\u2026":{v:["Schrijf een bericht\xA0\u2026"]}}},{l:"oc",t:{}},{l:"pl",t:{"No link provider found":{v:["Nie znaleziono dostawcy link\xF3w"]},"Write a message\xA0\u2026":{v:["Napisz wiadomo\u015B\u0107\u2026"]}}},{l:"pt-BR",t:{"Message limit of %n character reached":{p:"Message limit of %n characters reached",v:["Limite de mensagem de %n caractere atingido","Limite de mensagem de %n de caracteres atingido","Limite de mensagem de %n caracteres atingido"]},"No link provider found":{v:["Nenhum provedor de link encontrado"]},"Write a message\xA0\u2026":{v:["Escreva uma mensagem\xA0\u2026"]}}},{l:"pt-PT",t:{"Message limit of %n character reached":{p:"Message limit of %n characters reached",v:["Limite de mensagem de %n car\xE1cter atingido","Limite de mensagem de %n caracteres atingido","Limite de mensagem de %n caracteres atingido"]},"No link provider found":{v:["Nenhum fornecedor de link encontrado"]},"Write a message\xA0\u2026":{v:["Escreva uma mensagem..."]}}},{l:"ro",t:{"No link provider found":{v:["Nu s-a g\u0103sit un provider pentru linkuri"]},"Write a message\xA0\u2026":{v:["Scrie\u021Bi un mesaj ..."]}}},{l:"ru",t:{"Message limit of %n character reached":{p:"Message limit of %n characters reached",v:["\u0414\u043E\u0441\u0442\u0438\u0433\u043D\u0443\u0442 \u043B\u0438\u043C\u0438\u0442 \u0432 %n \u0441\u0438\u043C\u0432\u043E\u043B","\u0414\u043E\u0441\u0442\u0438\u0433\u043D\u0443\u0442 \u043B\u0438\u043C\u0438\u0442 \u0432 %n \u0441\u0438\u043C\u0432\u043E\u043B\u0430","\u0414\u043E\u0441\u0442\u0438\u0433\u043D\u0443\u0442 \u043B\u0438\u043C\u0438\u0442 \u0432 %n \u0441\u0438\u043C\u0432\u043E\u043B\u043E\u0432","\u0414\u043E\u0441\u0442\u0438\u0433\u043D\u0443\u0442 \u043B\u0438\u043C\u0438\u0442 \u0432 %n \u0441\u0438\u043C\u0432\u043E\u043B\u043E\u0432"]},"No link provider found":{v:["\u041F\u043E\u0441\u0442\u0430\u0432\u0449\u0438\u043A \u0441\u0441\u044B\u043B\u043E\u043A \u043D\u0435 \u043D\u0430\u0439\u0434\u0435\u043D"]},"Write a message\xA0\u2026":{v:["\u041D\u0430\u043F\u0438\u0448\u0438\u0442\u0435 \u0441\u043E\u043E\u0431\u0449\u0435\u043D\u0438\u0435\xA0\u2026"]}}},{l:"sk",t:{"No link provider found":{v:["\u017Diaden odkaz poskytovate\u013Ea nebol n\xE1jden\xFD"]},"Write a message\xA0\u2026":{v:["Nap\xED\u0161te spr\xE1vu\u2026"]}}},{l:"sl",t:{}},{l:"sr",t:{"Message limit of %n character reached":{p:"Message limit of %n characters reached",v:["\u0414\u043E\u0441\u0442\u0438\u0433\u043D\u0443\u0442\u043E \u0458\u0435 \u043E\u0433\u0440\u0430\u043D\u0438\u0447\u0435\u045A\u0435 \u0432\u0435\u043B\u0438\u0447\u0438\u043D\u0435 \u043F\u043E\u0440\u0443\u043A\u0435 \u043E\u0434 %n \u043A\u0430\u0440\u0430\u043A\u0442\u0435\u0440","\u0414\u043E\u0441\u0442\u0438\u0433\u043D\u0443\u0442\u043E \u0458\u0435 \u043E\u0433\u0440\u0430\u043D\u0438\u0447\u0435\u045A\u0435 \u0432\u0435\u043B\u0438\u0447\u0438\u043D\u0435 \u043F\u043E\u0440\u0443\u043A\u0435 \u043E\u0434 %n \u043A\u0430\u0440\u0430\u043A\u0442\u0435\u0440\u0430","\u0414\u043E\u0441\u0442\u0438\u0433\u043D\u0443\u0442\u043E \u0458\u0435 \u043E\u0433\u0440\u0430\u043D\u0438\u0447\u0435\u045A\u0435 \u0432\u0435\u043B\u0438\u0447\u0438\u043D\u0435 \u043F\u043E\u0440\u0443\u043A\u0435 \u043E\u0434 %n \u043A\u0430\u0440\u0430\u043A\u0442\u0435\u0440\u0430"]},"No link provider found":{v:["\u041D\u0438\u0458\u0435 \u043F\u0440\u043E\u043D\u0430\u0452\u0435\u043D \u043D\u0438\u0458\u0435\u0434\u0430\u043D \u043F\u0440\u0443\u0436\u0430\u043B\u0430\u0446 \u043B\u0438\u043D\u043A\u0430"]},"Write a message\xA0\u2026":{v:["\u041D\u0430\u043F\u0438\u0448\u0438\u0442\u0435 \u043F\u043E\u0440\u0443\u043A\u0443\u2026"]}}},{l:"sv",t:{"No link provider found":{v:["Ingen l\xE4nkleverant\xF6r hittades"]},"Write a message\xA0\u2026":{v:["Skriv ett meddelande\xA0\u2026"]}}},{l:"tr",t:{"Message limit of %n character reached":{p:"Message limit of %n characters reached",v:["\u0130leti i\xE7in %n karakter say\u0131s\u0131 s\u0131n\u0131r\u0131na ula\u015F\u0131ld\u0131","\u0130leti i\xE7in %n karakter say\u0131s\u0131 s\u0131n\u0131r\u0131na ula\u015F\u0131ld\u0131"]},"No link provider found":{v:["Ba\u011Flant\u0131 hizmeti sa\u011Flay\u0131c\u0131s\u0131 bulunamad\u0131"]},"Write a message\xA0\u2026":{v:["Bir ileti yaz\u0131n\u2026"]}}},{l:"uk",t:{"Message limit of %n character reached":{p:"Message limit of %n characters reached",v:["\u0414\u043E\u0441\u044F\u0433\u043D\u0443\u0442\u043E \u043E\u0431\u043C\u0435\u0436\u0435\u043D\u043D\u044F \u043D\u0430 \u0434\u043E\u0432\u0436\u0438\u043D\u0443 \u043F\u043E\u0432\u0456\u0434\u043E\u043C\u043B\u0435\u043D\u043D\u044F \u0443 %n \u0441\u0438\u043C\u0432\u043E\u043B.","\u0414\u043E\u0441\u044F\u0433\u043D\u0443\u0442\u043E \u043E\u0431\u043C\u0435\u0436\u0435\u043D\u043D\u044F \u043D\u0430 \u0434\u043E\u0432\u0436\u0438\u043D\u0443 \u043F\u043E\u0432\u0456\u0434\u043E\u043C\u043B\u0435\u043D\u043D\u044F \u0443 %n \u0441\u0438\u043C\u0432\u043E\u043B\u0438.","\u0414\u043E\u0441\u044F\u0433\u043D\u0443\u0442\u043E \u043E\u0431\u043C\u0435\u0436\u0435\u043D\u043D\u044F \u043D\u0430 \u0434\u043E\u0432\u0436\u0438\u043D\u0443 \u043F\u043E\u0432\u0456\u0434\u043E\u043C\u043B\u0435\u043D\u043D\u044F \u0443%n \u0441\u0438\u043C\u0432\u043E\u043B\u0456\u0432.","\u0414\u043E\u0441\u044F\u0433\u043D\u0443\u0442\u043E \u043E\u0431\u043C\u0435\u0436\u0435\u043D\u043D\u044F \u043D\u0430 \u0434\u043E\u0432\u0436\u0438\u043D\u0443 \u043F\u043E\u0432\u0456\u0434\u043E\u043C\u043B\u0435\u043D\u043D\u044F \u0443 %n \u0441\u0438\u043C\u0432\u043E\u043B\u0456\u0432."]},"No link provider found":{v:["\u041D\u0435 \u043D\u0430\u0432\u0435\u0434\u0435\u043D\u043E \u043F\u043E\u0441\u0438\u043B\u0430\u043D\u043D\u044F"]},"Write a message\xA0\u2026":{v:["\u0421\u0442\u0432\u043E\u0440\u0438\u0442\u0438 \u043F\u043E\u0432\u0456\u0434\u043E\u043C\u043B\u0435\u043D\u043D\u044F\xA0\u2026"]}}},{l:"uz",t:{"Message limit of %n character reached":{p:"Message limit of %n characters reached",v:[" %n ta belgidan iborat xabar chegarasiga yetdi"]},"No link provider found":{v:["Hech qanday havola provayderi topilmadi"]},"Write a message\xA0\u2026":{v:["Xabar yozish..."]}}},{l:"zh-CN",t:{"No link provider found":{v:["\u672A\u627E\u5230\u4EFB\u4F55\u94FE\u63A5\u63D0\u4F9B\u8005"]},"Write a message\xA0\u2026":{v:["\u7F16\u5199\u4FE1\u606F ..."]}}},{l:"zh-HK",t:{"Message limit of %n character reached":{p:"Message limit of %n characters reached",v:["\u5DF2\u9054\u5230\u8A0A\u606F\u6700\u591A %n \u5B57\u5143\u9650\u5236"]},"No link provider found":{v:["\u627E\u4E0D\u5230\u9023\u7D50\u63D0\u4F9B\u8005"]},"Write a message\xA0\u2026":{v:["\u7DE8\u5BEB\u8A0A\u606F\xA0\u2026"]}}},{l:"zh-TW",t:{"No link provider found":{v:["\u627E\u4E0D\u5230\u9023\u7D50\u63D0\u4F9B\u8005"]},"Write a message\xA0\u2026":{v:["\u7DE8\u5BEB\u8A0A\u606F\u2026\u2026"]}}}],_t=[{l:"ar",t:{"More items\xA0\u2026":{v:["\u0639\u0646\u0627\u0635\u0631 \u0623\u062E\u0631\u0649 ..."]}}},{l:"ast",t:{"More items\xA0\u2026":{v:["M\xE1s elementos\u2026"]}}},{l:"br",t:{}},{l:"ca",t:{"More items\xA0\u2026":{v:["M\xE9s art\xEDcles..."]}}},{l:"cs",t:{"More items\xA0\u2026":{v:["Dal\u0161\xED polo\u017Eky\xA0\u2026"]}}},{l:"cs-CZ",t:{"More items\xA0\u2026":{v:["Dal\u0161\xED polo\u017Eky\u2026"]}}},{l:"da",t:{"More items\xA0\u2026":{v:["Flere elementer ..."]}}},{l:"de",t:{"More items\xA0\u2026":{v:["Weitere Elemente\xA0\u2026"]}}},{l:"de-DE",t:{"More items\xA0\u2026":{v:["Weitere Elemente\xA0\u2026"]}}},{l:"el",t:{"More items\xA0\u2026":{v:["\u03A0\u03B5\u03C1\u03B9\u03C3\u03C3\u03CC\u03C4\u03B5\u03C1\u03B1 \u03C3\u03C4\u03BF\u03B9\u03C7\u03B5\u03AF\u03B1\xA0\u2026"]}}},{l:"en-GB",t:{"More items\xA0\u2026":{v:["More items\xA0\u2026"]}}},{l:"eo",t:{}},{l:"es",t:{"More items\xA0\u2026":{v:["M\xE1s \xEDtems ..."]}}},{l:"es-AR",t:{"More items\xA0\u2026":{v:["M\xE1s elementos..."]}}},{l:"es-EC",t:{"More items\xA0\u2026":{v:["M\xE1s elementos..."]}}},{l:"es-MX",t:{"More items\xA0\u2026":{v:["M\xE1s Elementos ..."]}}},{l:"et-EE",t:{"More items\xA0\u2026":{v:["Vaata veel\xA0\u2026"]}}},{l:"eu",t:{"More items\xA0\u2026":{v:["Elementu gehiago\xA0\u2026"]}}},{l:"fa",t:{"More items\xA0\u2026":{v:["\u0645\u0648\u0627\u0631\u062F \u0628\u06CC\u0634\u062A\u0631 ..."]}}},{l:"fi",t:{"More items\xA0\u2026":{v:["Lis\xE4\xE4 kohteita\u2026"]}}},{l:"fr",t:{"More items\xA0\u2026":{v:["Plus d'\xE9l\xE9ments..."]}}},{l:"ga",t:{"More items\xA0\u2026":{v:["Tuilleadh m\xEDreanna\xA0\u2026"]}}},{l:"gl",t:{"More items\xA0\u2026":{v:["M\xE1is elementos\u2026"]}}},{l:"he",t:{"More items\xA0\u2026":{v:["\u05E4\u05E8\u05D9\u05D8\u05D9\u05DD \u05E0\u05D5\u05E1\u05E4\u05D9\u05DD\u2026"]}}},{l:"hu",t:{"More items\xA0\u2026":{v:["Tov\xE1bbi elemek..."]}}},{l:"id",t:{"More items\xA0\u2026":{v:["Item lainnya\u2026"]}}},{l:"is",t:{"More items\xA0\u2026":{v:["Fleiri atri\xF0i\xA0\u2026"]}}},{l:"it",t:{"More items\xA0\u2026":{v:["Pi\xF9 elementi ..."]}}},{l:"ja",t:{"More items\xA0\u2026":{v:["\u4ED6\u306E\u30A2\u30A4\u30C6\u30E0\u3000\u2026"]}}},{l:"ja-JP",t:{"More items\xA0\u2026":{v:["\u4ED6\u306E\u30A2\u30A4\u30C6\u30E0"]}}},{l:"ko",t:{"More items\xA0\u2026":{v:["\uD56D\uBAA9 \uB354 \uBCF4\uAE30..."]}}},{l:"lt-LT",t:{}},{l:"lv",t:{}},{l:"mk",t:{"More items\xA0\u2026":{v:["\u041F\u043E\u0432\u0435\u045C\u0435 \u0435\u043B\u0435\u043C\u0435\u043D\u0442\u0438\xA0\u2026"]}}},{l:"my",t:{}},{l:"nb",t:{"More items\xA0\u2026":{v:["Flere gjenstander..."]}}},{l:"nl",t:{"More items\xA0\u2026":{v:["Meer items\xA0\u2026"]}}},{l:"oc",t:{}},{l:"pl",t:{"More items\xA0\u2026":{v:["Wi\u0119cej pozycji\u2026"]}}},{l:"pt-BR",t:{"More items\xA0\u2026":{v:["Mais itens\xA0\u2026"]}}},{l:"pt-PT",t:{"More items\xA0\u2026":{v:["Mais itens\u2026"]}}},{l:"ro",t:{"More items\xA0\u2026":{v:["Mai multe articole ..."]}}},{l:"ru",t:{"More items\xA0\u2026":{v:["\u0411\u043E\u043B\u044C\u0448\u0435 \u044D\u043B\u0435\u043C\u0435\u043D\u0442\u043E\u0432\xA0\u2026"]}}},{l:"sk",t:{"More items\xA0\u2026":{v:["Viac polo\u017Eiek..."]}}},{l:"sl",t:{"More items\xA0\u2026":{v:["Ve\u010D predmetov ..."]}}},{l:"sr",t:{"More items\xA0\u2026":{v:["\u0408\u043E\u0448 \u0441\u0442\u0430\u0432\u043A\u0438..."]}}},{l:"sv",t:{"More items\xA0\u2026":{v:["Fler objekt\xA0\u2026"]}}},{l:"tr",t:{"More items\xA0\u2026":{v:["Di\u011Fer \xF6geler\u2026"]}}},{l:"uk",t:{"More items\xA0\u2026":{v:["\u0411\u0456\u043B\u044C\u0448\u0435\xA0\u2026"]}}},{l:"uz",t:{"More items\xA0\u2026":{v:["Yana elementlar..."]}}},{l:"zh-CN",t:{"More items\xA0\u2026":{v:["\u66F4\u591A\u9879\u76EE\u2026"]}}},{l:"zh-HK",t:{"More items\xA0\u2026":{v:["\u66F4\u591A\u9805\u76EE\xA0\u2026"]}}},{l:"zh-TW",t:{"More items\xA0\u2026":{v:["\u66F4\u591A\u9805\u76EE\u2026\u2026"]}}}],ai=[{l:"ar",t:{Next:{v:["\u0627\u0644\u062A\u0627\u0644\u064A"]},"Pause slideshow":{v:["\u062A\u062C\u0645\u064A\u062F \u0639\u0631\u0636 \u0627\u0644\u0634\u0631\u0627\u0626\u062D"]},Previous:{v:["\u0627\u0644\u0633\u0627\u0628\u0642"]},"Start slideshow":{v:["\u0625\u0628\u062F\u0625 \u0627\u0644\u0639\u0631\u0636"]}}},{l:"ast",t:{Next:{v:["Siguiente"]},"Pause slideshow":{v:["Posar la presentaci\xF3n de diapositives"]},Previous:{v:["Anterior"]},"Start slideshow":{v:["Aniciar la presentaci\xF3n de diapositives"]}}},{l:"br",t:{Next:{v:["Da heul"]},"Pause slideshow":{v:["Arsav an diaporama"]},Previous:{v:["A-raok"]},"Start slideshow":{v:["Kregi\xF1 an diaporama"]}}},{l:"ca",t:{Next:{v:["Seg\xFCent"]},"Pause slideshow":{v:["Atura la presentaci\xF3"]},Previous:{v:["Anterior"]},"Start slideshow":{v:["Inicia la presentaci\xF3"]}}},{l:"cs",t:{Next:{v:["N\xE1sleduj\xEDc\xED"]},"Pause slideshow":{v:["Pozastavit prezentaci"]},Previous:{v:["P\u0159edchoz\xED"]},"Start slideshow":{v:["Spustit prezentaci"]}}},{l:"cs-CZ",t:{Next:{v:["N\xE1sleduj\xEDc\xED"]},"Pause slideshow":{v:["Pozastavit prezentaci"]},Previous:{v:["P\u0159edchoz\xED"]},"Start slideshow":{v:["Spustit prezentaci"]}}},{l:"da",t:{Next:{v:["Videre"]},"Pause slideshow":{v:["Suspender fremvisning"]},Previous:{v:["Forrige"]},"Start slideshow":{v:["Start fremvisning"]}}},{l:"de",t:{Next:{v:["Weiter"]},"Pause slideshow":{v:["Diashow pausieren"]},Previous:{v:["Vorherige"]},"Start slideshow":{v:["Diashow starten"]}}},{l:"de-DE",t:{Next:{v:["Weiter"]},"Pause slideshow":{v:["Diashow pausieren"]},Previous:{v:["Vorherige"]},"Start slideshow":{v:["Diashow starten"]}}},{l:"el",t:{Next:{v:["\u0395\u03C0\u03CC\u03BC\u03B5\u03BD\u03BF"]},"Pause slideshow":{v:["\u03A0\u03B1\u03CD\u03C3\u03B7 \u03C0\u03C1\u03BF\u03B2\u03BF\u03BB\u03AE\u03C2 \u03B4\u03B9\u03B1\u03C6\u03B1\u03BD\u03B5\u03B9\u03CE\u03BD"]},Previous:{v:["\u03A0\u03C1\u03BF\u03B7\u03B3\u03BF\u03CD\u03BC\u03B5\u03BD\u03BF"]},"Start slideshow":{v:["\u0388\u03BD\u03B1\u03C1\u03BE\u03B7 \u03C0\u03C1\u03BF\u03B2\u03BF\u03BB\u03AE\u03C2 \u03B4\u03B9\u03B1\u03C6\u03B1\u03BD\u03B5\u03B9\u03CE\u03BD"]}}},{l:"en-GB",t:{Next:{v:["Next"]},"Pause slideshow":{v:["Pause slideshow"]},Previous:{v:["Previous"]},"Start slideshow":{v:["Start slideshow"]}}},{l:"eo",t:{Next:{v:["Sekva"]},"Pause slideshow":{v:["Payzi bildprezenton"]},Previous:{v:["Anta\u016Da"]},"Start slideshow":{v:["Komenci bildprezenton"]}}},{l:"es",t:{Next:{v:["Siguiente"]},"Pause slideshow":{v:["Pausar la presentaci\xF3n "]},Previous:{v:["Anterior"]},"Start slideshow":{v:["Iniciar la presentaci\xF3n"]}}},{l:"es-AR",t:{Next:{v:["Siguiente"]},"Pause slideshow":{v:["Pausar la presentaci\xF3n "]},Previous:{v:["Anterior"]},"Start slideshow":{v:["Iniciar la presentaci\xF3n"]}}},{l:"es-EC",t:{Next:{v:["Siguiente"]},"Pause slideshow":{v:["Pausar presentaci\xF3n de diapositivas"]},Previous:{v:["Anterior"]},"Start slideshow":{v:["Iniciar presentaci\xF3n de diapositivas"]}}},{l:"es-MX",t:{Next:{v:["Siguiente"]},"Pause slideshow":{v:["Pausar presentaci\xF3n de diapositivas"]},Previous:{v:["Anterior"]},"Start slideshow":{v:["Iniciar presentaci\xF3n de diapositivas"]}}},{l:"et-EE",t:{Next:{v:["Edasi"]},"Pause slideshow":{v:["Slaidiesitluse paus"]},Previous:{v:["Eelmine"]},"Start slideshow":{v:["Alusta slaidiesitust"]}}},{l:"eu",t:{Next:{v:["Hurrengoa"]},"Pause slideshow":{v:["Pausatu diaporama"]},Previous:{v:["Aurrekoa"]},"Start slideshow":{v:["Hasi diaporama"]}}},{l:"fa",t:{Next:{v:["\u0628\u0639\u062F\u06CC"]},"Pause slideshow":{v:["\u062A\u0648\u0642\u0641 \u0646\u0645\u0627\u06CC\u0634 \u0627\u0633\u0644\u0627\u06CC\u062F"]},Previous:{v:["\u0642\u0628\u0644\u06CC"]},"Start slideshow":{v:["\u0634\u0631\u0648\u0639 \u0646\u0645\u0627\u06CC\u0634 \u0627\u0633\u0644\u0627\u06CC\u062F"]}}},{l:"fi",t:{Next:{v:["Seuraava"]},"Pause slideshow":{v:["Keskeyt\xE4 diaesitys"]},Previous:{v:["Edellinen"]},"Start slideshow":{v:["Aloita diaesitys"]}}},{l:"fr",t:{Next:{v:["Suivant"]},"Pause slideshow":{v:["Mettre le diaporama en pause"]},Previous:{v:["Pr\xE9c\xE9dent"]},"Start slideshow":{v:["D\xE9marrer le diaporama"]}}},{l:"ga",t:{Next:{v:["Ar aghaidh"]},"Pause slideshow":{v:["Cuir taispe\xE1ntas sleamhn\xE1n ar sos"]},Previous:{v:["Roimhe Seo"]},"Start slideshow":{v:["Tosaigh taispe\xE1ntas sleamhn\xE1n"]}}},{l:"gl",t:{Next:{v:["Seguinte"]},"Pause slideshow":{v:["Pausar o diaporama"]},Previous:{v:["Anterir"]},"Start slideshow":{v:["Iniciar o diaporama"]}}},{l:"he",t:{Next:{v:["\u05D4\u05D1\u05D0"]},"Pause slideshow":{v:["\u05D4\u05E9\u05D4\u05D9\u05D9\u05EA \u05DE\u05E6\u05D2\u05EA"]},Previous:{v:["\u05D4\u05E7\u05D5\u05D3\u05DD"]},"Start slideshow":{v:["\u05D4\u05EA\u05D7\u05DC\u05EA \u05D4\u05DE\u05E6\u05D2\u05EA"]}}},{l:"hu",t:{Next:{v:["K\xF6vetkez\u0151"]},"Pause slideshow":{v:["Diavet\xEDt\xE9s sz\xFCneteltet\xE9se"]},Previous:{v:["El\u0151z\u0151"]},"Start slideshow":{v:["Diavet\xEDt\xE9s ind\xEDt\xE1sa"]}}},{l:"id",t:{Next:{v:["Selanjutnya"]},"Pause slideshow":{v:["Jeda tayangan slide"]},Previous:{v:["Sebelumnya"]},"Start slideshow":{v:["Mulai salindia"]}}},{l:"is",t:{Next:{v:["N\xE6sta"]},"Pause slideshow":{v:["Gera hl\xE9 \xE1 skyggnus\xFDningu"]},Previous:{v:["Fyrri"]},"Start slideshow":{v:["Byrja skyggnus\xFDningu"]}}},{l:"it",t:{Next:{v:["Successivo"]},"Pause slideshow":{v:["Presentazione in pausa"]},Previous:{v:["Precedente"]},"Start slideshow":{v:["Avvia presentazione"]}}},{l:"ja",t:{Next:{v:["\u6B21"]},"Pause slideshow":{v:["\u30B9\u30E9\u30A4\u30C9\u30B7\u30E7\u30FC\u3092\u4E00\u6642\u505C\u6B62"]},Previous:{v:["\u524D"]},"Start slideshow":{v:["\u30B9\u30E9\u30A4\u30C9\u30B7\u30E7\u30FC\u3092\u958B\u59CB"]}}},{l:"ja-JP",t:{Next:{v:["\u6B21"]},"Pause slideshow":{v:["\u30B9\u30E9\u30A4\u30C9\u30B7\u30E7\u30FC\u3092\u4E00\u6642\u505C\u6B62"]},Previous:{v:["\u524D"]},"Start slideshow":{v:["\u30B9\u30E9\u30A4\u30C9\u30B7\u30E7\u30FC\u3092\u958B\u59CB"]}}},{l:"ko",t:{Next:{v:["\uB2E4\uC74C"]},"Pause slideshow":{v:["\uC2AC\uB77C\uC774\uB4DC\uC1FC \uC77C\uC2DC\uC815\uC9C0"]},Previous:{v:["\uC774\uC804"]},"Start slideshow":{v:["\uC2AC\uB77C\uC774\uB4DC\uC1FC \uC2DC\uC791"]}}},{l:"lt-LT",t:{Next:{v:["Kitas"]},"Pause slideshow":{v:["Pristabdyti skaidri\u0173 rodym\u0105"]},Previous:{v:["Ankstesnis"]},"Start slideshow":{v:["Prad\u0117ti skaidri\u0173 rodym\u0105"]}}},{l:"lv",t:{Next:{v:["N\u0101kamais"]},"Pause slideshow":{v:["Pauz\u0113t slaidr\u0101di"]},Previous:{v:["Iepriek\u0161\u0113jais"]},"Start slideshow":{v:["S\u0101kt slaidr\u0101di"]}}},{l:"mk",t:{Next:{v:["\u0421\u043B\u0435\u0434\u043D\u043E"]},"Pause slideshow":{v:["\u041F\u0443\u0437\u0438\u0440\u0430\u0458 \u0441\u043B\u0430\u0458\u0434\u0448\u043E\u0443"]},Previous:{v:["\u041F\u0440\u0435\u0434\u0445\u043E\u0434\u043D\u043E"]},"Start slideshow":{v:["\u0421\u0442\u0430\u0440\u0442\u0443\u0432\u0430\u0458 \u0441\u043B\u0430\u0458\u0434\u0448\u043E\u0443"]}}},{l:"my",t:{Next:{v:["\u1014\u1031\u102C\u1000\u103A\u101E\u102D\u102F\u1037\u1006\u1000\u103A\u101B\u1014\u103A"]},"Pause slideshow":{v:["\u1005\u101C\u102D\u102F\u1000\u103A\u101B\u103E\u102D\u102F\u1038 \u1001\u1031\u1010\u1039\u1010\u101B\u1015\u103A\u101B\u1014\u103A"]},Previous:{v:["\u101A\u1001\u1004\u103A"]},"Start slideshow":{v:["\u1005\u101C\u102D\u102F\u1000\u103A\u101B\u103E\u102D\u102F\u1038\u1021\u102C\u1038 \u1005\u1010\u1004\u103A\u101B\u1014\u103A"]}}},{l:"nb",t:{Next:{v:["Neste"]},"Pause slideshow":{v:["Pause lysbildefremvisning"]},Previous:{v:["Forrige"]},"Start slideshow":{v:["Start lysbildefremvisning"]}}},{l:"nl",t:{Next:{v:["Volgende"]},"Pause slideshow":{v:["Diavoorstelling pauzeren"]},Previous:{v:["Vorige"]},"Start slideshow":{v:["Diavoorstelling starten"]}}},{l:"oc",t:{Next:{v:["Seguent"]},"Pause slideshow":{v:["Metre en pausa lo diaporama"]},Previous:{v:["Precedent"]},"Start slideshow":{v:["Lan\xE7ar lo diaporama"]}}},{l:"pl",t:{Next:{v:["Nast\u0119pny"]},"Pause slideshow":{v:["Wstrzymaj pokaz slajd\xF3w"]},Previous:{v:["Poprzedni"]},"Start slideshow":{v:["Rozpocznij pokaz slajd\xF3w"]}}},{l:"pt-BR",t:{Next:{v:["Pr\xF3ximo"]},"Pause slideshow":{v:["Pausar apresenta\xE7\xE3o de slides"]},Previous:{v:["Anterior"]},"Start slideshow":{v:["Iniciar apresenta\xE7\xE3o de slides"]}}},{l:"pt-PT",t:{Next:{v:["Seguinte"]},"Pause slideshow":{v:["Pausar diaporama"]},Previous:{v:["Anterior"]},"Start slideshow":{v:["Iniciar diaporama"]}}},{l:"ro",t:{Next:{v:["Urm\u0103torul"]},"Pause slideshow":{v:["Pauz\u0103 prezentare de diapozitive"]},Previous:{v:["Anterior"]},"Start slideshow":{v:["\xCEncepe\u021Bi prezentarea de diapozitive"]}}},{l:"ru",t:{Next:{v:["\u0421\u043B\u0435\u0434\u0443\u044E\u0449\u0435\u0435"]},"Pause slideshow":{v:["\u041F\u0440\u0438\u043E\u0441\u0442\u0430\u043D\u043E\u0432\u0438\u0442\u044C \u043F\u043E\u043A\u0430\u0437 \u0441\u043B\u0439\u0434\u043E\u0432"]},Previous:{v:["\u041F\u0440\u0435\u0434\u044B\u0434\u0443\u0449\u0435\u0435"]},"Start slideshow":{v:["\u041D\u0430\u0447\u0430\u0442\u044C \u043F\u043E\u043A\u0430\u0437 \u0441\u043B\u0430\u0439\u0434\u043E\u0432"]}}},{l:"sk",t:{Next:{v:["\u010Ealej"]},"Pause slideshow":{v:["Pozastavi\u0165 prezent\xE1ciu"]},Previous:{v:["Predch\xE1dzaj\xFAce"]},"Start slideshow":{v:["Za\u010Da\u0165 prezent\xE1ciu"]}}},{l:"sl",t:{Next:{v:["Naslednji"]},"Pause slideshow":{v:["Ustavi predstavitev"]},Previous:{v:["Predhodni"]},"Start slideshow":{v:["Za\u010Dni predstavitev"]}}},{l:"sr",t:{Next:{v:["\u0421\u043B\u0435\u0434\u0435\u045B\u0435"]},"Pause slideshow":{v:["\u041F\u0430\u0443\u0437\u0438\u0440\u0430\u0458 \u0441\u043B\u0430\u0458\u0434 \u0448\u043E\u0443"]},Previous:{v:["\u041F\u0440\u0435\u0442\u0445\u043E\u0434\u043D\u043E"]},"Start slideshow":{v:["\u041F\u043E\u043A\u0440\u0435\u043D\u0438 \u0441\u043B\u0430\u0458\u0434 \u0448\u043E\u0443"]}}},{l:"sv",t:{Next:{v:["N\xE4sta"]},"Pause slideshow":{v:["Pausa bildspelet"]},Previous:{v:["F\xF6reg\xE5ende"]},"Start slideshow":{v:["Starta bildspelet"]}}},{l:"tr",t:{Next:{v:["Sonraki"]},"Pause slideshow":{v:["Slayt sunumunu duraklat"]},Previous:{v:["\xD6nceki"]},"Start slideshow":{v:["Slayt sunumunu ba\u015Flat"]}}},{l:"uk",t:{Next:{v:["\u0412\u043F\u0435\u0440\u0435\u0434"]},"Pause slideshow":{v:["\u041F\u0430\u0443\u0437\u0430 \u0443 \u043F\u043E\u043A\u0430\u0437\u0456 \u0441\u043B\u0430\u0439\u0434\u0456\u0432"]},Previous:{v:["\u041D\u0430\u0437\u0430\u0434"]},"Start slideshow":{v:["\u041F\u043E\u0447\u0430\u0442\u0438 \u043F\u043E\u043A\u0430\u0437 \u0441\u043B\u0430\u0439\u0434\u0456\u0432"]}}},{l:"uz",t:{Next:{v:["Keyingi"]},"Pause slideshow":{v:["Slayd-shouni to'xtatib turish"]},Previous:{v:["Oldingi"]},"Start slideshow":{v:["Slayd-shouni boshlash"]}}},{l:"zh-CN",t:{Next:{v:["\u4E0B\u4E00\u4E2A"]},"Pause slideshow":{v:["\u6682\u505C\u5E7B\u706F\u7247"]},Previous:{v:["\u4E0A\u4E00\u4E2A"]},"Start slideshow":{v:["\u5F00\u59CB\u5E7B\u706F\u7247"]}}},{l:"zh-HK",t:{Next:{v:["\u4E0B\u4E00\u500B"]},"Pause slideshow":{v:["\u66AB\u505C\u5E7B\u71C8\u7247"]},Previous:{v:["\u4E0A\u4E00\u500B"]},"Start slideshow":{v:["\u958B\u59CB\u5E7B\u71C8\u7247"]}}},{l:"zh-TW",t:{Next:{v:["\u4E0B\u4E00\u500B"]},"Pause slideshow":{v:["\u66AB\u505C\u5E7B\u71C8\u7247"]},Previous:{v:["\u4E0A\u4E00\u500B"]},"Start slideshow":{v:["\u958B\u59CB\u5E7B\u71C8\u7247"]}}}],Ft=[{l:"ar",t:{"No emoji found":{v:["\u0644\u0645 \u064A\u062A\u0645 \u0627\u0644\u0639\u062B\u0648\u0631 \u0639\u0644\u0649 \u0623\u064A \u0625\u064A\u0645\u0648\u062C\u064A emoji"]}}},{l:"ast",t:{"No emoji found":{v:["Nun s'atop\xF3 neng\xFAn fustaxe"]}}},{l:"br",t:{"No emoji found":{v:["Emoji ebet kavet"]}}},{l:"ca",t:{"No emoji found":{v:["No s'ha trobat cap emoji"]}}},{l:"cs",t:{"No emoji found":{v:["Nenalezeno \u017E\xE1dn\xE9 emoji"]}}},{l:"cs-CZ",t:{"No emoji found":{v:["Nenalezeno \u017E\xE1dn\xE9 emoji"]}}},{l:"da",t:{"No emoji found":{v:["Ingen emoji fundet"]}}},{l:"de",t:{"No emoji found":{v:["Kein Emoji gefunden"]}}},{l:"de-DE",t:{"No emoji found":{v:["Kein Emoji gefunden"]}}},{l:"el",t:{"No emoji found":{v:["\u0394\u03B5\u03BD \u03B2\u03C1\u03AD\u03B8\u03B7\u03BA\u03B5 emoji"]}}},{l:"en-GB",t:{"No emoji found":{v:["No emoji found"]}}},{l:"eo",t:{"No emoji found":{v:["La emo\u011Dio forestas"]}}},{l:"es",t:{"No emoji found":{v:["No se encontr\xF3 ning\xFAn emoji"]}}},{l:"es-AR",t:{"No emoji found":{v:["No se encontr\xF3 ning\xFAn emoji"]}}},{l:"es-EC",t:{"No emoji found":{v:["No se encontr\xF3 ning\xFAn emoji"]}}},{l:"es-MX",t:{"No emoji found":{v:["No se encontr\xF3 ning\xFAn emoji"]}}},{l:"et-EE",t:{"No emoji found":{v:["Emojit ei leitud"]}}},{l:"eu",t:{"No emoji found":{v:["Ez da emojirik aurkitu"]}}},{l:"fa",t:{"No emoji found":{v:["\u0647\u06CC\u0686 \u0634\u06A9\u0644\u06A9\u06CC \u06CC\u0627\u0641\u062A \u0646\u0634\u062F"]}}},{l:"fi",t:{"No emoji found":{v:["Emojia ei l\xF6ytynyt"]}}},{l:"fr",t:{"No emoji found":{v:["Pas d\u2019\xE9moji trouv\xE9"]}}},{l:"ga",t:{"No emoji found":{v:["N\xEDor aims\xEDodh emoji"]}}},{l:"gl",t:{"No emoji found":{v:["Non se atopou ning\xFAn \xABemoji\xBB"]}}},{l:"he",t:{"No emoji found":{v:["\u05DC\u05D0 \u05E0\u05DE\u05E6\u05D0 \u05D0\u05DE\u05D5\u05D2\u05F3\u05D9"]}}},{l:"hu",t:{"No emoji found":{v:["Nem tal\xE1lhat\xF3 emodzsi"]}}},{l:"id",t:{"No emoji found":{v:["Tidak ada emoji yang ditemukan"]}}},{l:"is",t:{"No emoji found":{v:["Ekkert tj\xE1ningart\xE1kn fannst"]}}},{l:"it",t:{"No emoji found":{v:["Nessun emoji trovato"]}}},{l:"ja",t:{"No emoji found":{v:["\u7D75\u6587\u5B57\u304C\u898B\u3064\u304B\u308A\u307E\u305B\u3093"]}}},{l:"ja-JP",t:{"No emoji found":{v:["\u7D75\u6587\u5B57\u304C\u898B\u3064\u304B\u308A\u307E\u305B\u3093"]}}},{l:"ko",t:{"No emoji found":{v:["\uC774\uBAA8\uC9C0 \uC5C6\uC74C"]}}},{l:"lt-LT",t:{"No emoji found":{v:["Nerasta jaustuk\u0173"]}}},{l:"lv",t:{}},{l:"mk",t:{"No emoji found":{v:["\u041D\u0435 \u0441\u0435 \u043F\u0440\u043E\u043D\u0430\u0458\u0434\u0435\u043D\u0438 \u0435\u043C\u043E\u0442\u0438\u043A\u043E\u043D\u0438"]}}},{l:"my",t:{"No emoji found":{v:["\u1021\u102E\u1019\u102D\u102F\u1002\u103B\u102E \u101B\u103E\u102C\u1016\u103D\u1031\u1019\u1010\u103D\u1031\u1037\u1014\u102D\u102F\u1004\u103A\u1015\u102B"]}}},{l:"nb",t:{"No emoji found":{v:["Fant ingen emoji"]}}},{l:"nl",t:{"No emoji found":{v:["Geen emoji gevonden"]}}},{l:"oc",t:{}},{l:"pl",t:{"No emoji found":{v:["Nie znaleziono emoji"]}}},{l:"pt-BR",t:{"No emoji found":{v:["Nenhum emoji encontrado"]}}},{l:"pt-PT",t:{"No emoji found":{v:["Nenhum emoji encontrado"]}}},{l:"ro",t:{"No emoji found":{v:["Nu s-a g\u0103sit niciun emoji"]}}},{l:"ru",t:{"No emoji found":{v:["\u042D\u043C\u043E\u0434\u0437\u0438 \u043D\u0435 \u043D\u0430\u0439\u0434\u0435\u043D\u043E"]}}},{l:"sk",t:{"No emoji found":{v:["Nena\u0161li sa \u017Eiadne emod\u017Ei"]}}},{l:"sl",t:{"No emoji found":{v:["Ni najdenih izraznih ikon"]}}},{l:"sr",t:{"No emoji found":{v:["\u041D\u0438\u0458\u0435 \u043F\u0440\u043E\u043D\u0430\u0452\u0435\u043D \u043D\u0438\u0458\u0435\u0434\u0430\u043D \u0435\u043C\u043E\u0452\u0438"]}}},{l:"sv",t:{"No emoji found":{v:["Hittade inga emojis"]}}},{l:"tr",t:{"No emoji found":{v:["Herhangi bir emoji bulunamad\u0131"]}}},{l:"uk",t:{"No emoji found":{v:["\u0415\u043C\u043E\u0446\u0456\u0439\u043A\u0438 \u0432\u0456\u0434\u0441\u0443\u0442\u043D\u0456"]}}},{l:"uz",t:{"No emoji found":{v:["Hech qanday emoji topilmadi"]}}},{l:"zh-CN",t:{"No emoji found":{v:["\u8868\u60C5\u672A\u627E\u5230"]}}},{l:"zh-HK",t:{"No emoji found":{v:["\u672A\u627E\u5230\u8868\u60C5\u7B26\u865F"]}}},{l:"zh-TW",t:{"No emoji found":{v:["\u672A\u627E\u5230\u8868\u60C5\u7B26\u865F"]}}}],jt=[{l:"ar",t:{'Open link to "{resourceName}"':{v:['\u0625\u0641\u062A\u064E\u062D \u0627\u0644\u0631\u0627\u0628\u0637 \u0625\u0644\u0649 "{resourceName}"']}}},{l:"ast",t:{'Open link to "{resourceName}"':{v:["Abrir l'enllaz a \xAB{resourceName}\xBB"]}}},{l:"br",t:{}},{l:"ca",t:{}},{l:"cs",t:{'Open link to "{resourceName}"':{v:["Otev\u0159\xEDt odkaz na \u201E{resourceName}\u201C"]}}},{l:"cs-CZ",t:{'Open link to "{resourceName}"':{v:["Otev\u0159\xEDt odkaz na \u201E{resourceName}\u201C"]}}},{l:"da",t:{'Open link to "{resourceName}"':{v:['\xC5bn link til "{resourceName}"']}}},{l:"de",t:{'Open link to "{resourceName}"':{v:['Link zu "{resourceName}" \xF6ffnen']}}},{l:"de-DE",t:{'Open link to "{resourceName}"':{v:['Link zu "{resourceName}" \xF6ffnen']}}},{l:"el",t:{'Open link to "{resourceName}"':{v:['\u0386\u03BD\u03BF\u03B9\u03B3\u03BC\u03B1 \u03C3\u03C5\u03BD\u03B4\u03AD\u03C3\u03BC\u03BF\u03C5 \u03B3\u03B9\u03B1 "{resourceName}"']}}},{l:"en-GB",t:{'Open link to "{resourceName}"':{v:['Open link to "{resourceName}"']}}},{l:"eo",t:{}},{l:"es",t:{'Open link to "{resourceName}"':{v:['Abrir enlace a "{resourceName}"']}}},{l:"es-AR",t:{'Open link to "{resourceName}"':{v:['Abrir enlace a "{resourceName}"']}}},{l:"es-EC",t:{'Open link to "{resourceName}"':{v:['Abrir enlace a "{resourceName}"']}}},{l:"es-MX",t:{'Open link to "{resourceName}"':{v:['Abrir enlace a "{resourceName}"']}}},{l:"et-EE",t:{'Open link to "{resourceName}"':{v:["Ava link \u201E{resourceName}\u201C"]}}},{l:"eu",t:{'Open link to "{resourceName}"':{v:['Ireki "{resourceName}" esteka']}}},{l:"fa",t:{'Open link to "{resourceName}"':{v:["\u0628\u0627\u0632 \u06A9\u0631\u062F\u0646 \u067E\u06CC\u0648\u0646\u062F \u0628\u0647 \xAB{resourceName}\xBB"]}}},{l:"fi",t:{'Open link to "{resourceName}"':{v:['Avaa linkki "{resourceName}"']}}},{l:"fr",t:{'Open link to "{resourceName}"':{v:['Ouvrir le lien vers "{resourceName}"']}}},{l:"ga",t:{'Open link to "{resourceName}"':{v:['Oscail nasc chuig "{resourceName}"']}}},{l:"gl",t:{'Open link to "{resourceName}"':{v:["Abrir a ligaz\xF3n a \xAB{resourceName}\xBB"]}}},{l:"he",t:{'Open link to "{resourceName}"':{v:["\u05E4\u05EA\u05D9\u05D7\u05EA \u05E7\u05D9\u05E9\u05D5\u05E8 \u05D0\u05DC \u201E{resourceName}\u201D"]}}},{l:"hu",t:{}},{l:"id",t:{'Open link to "{resourceName}"':{v:['Buka tautan ke "{resourceName}"']}}},{l:"is",t:{'Open link to "{resourceName}"':{v:['Opna tengil \xED "{resourceName}"']}}},{l:"it",t:{'Open link to "{resourceName}"':{v:['Apri il link a "{resourceName}"']}}},{l:"ja",t:{'Open link to "{resourceName}"':{v:['"{resourceName}" \u3078\u306E\u30EA\u30F3\u30AF\u3092\u958B\u304F']}}},{l:"ja-JP",t:{'Open link to "{resourceName}"':{v:['"{resourceName}" \u3078\u306E\u30EA\u30F3\u30AF\u3092\u958B\u304F']}}},{l:"ko",t:{'Open link to "{resourceName}"':{v:['"{resourceName}"\uC758 \uB9C1\uD06C \uC5F4\uAE30']}}},{l:"lt-LT",t:{}},{l:"lv",t:{}},{l:"mk",t:{'Open link to "{resourceName}"':{v:['\u041E\u0442\u0432\u043E\u0440\u0438 \u043B\u0438\u043D\u043A \u0434\u043E "{resourceName}"']}}},{l:"my",t:{}},{l:"nb",t:{'Open link to "{resourceName}"':{v:['\xC5pne lenken til "{resourceName}"']}}},{l:"nl",t:{'Open link to "{resourceName}"':{v:['Link naar "{resourceName}" openen']}}},{l:"oc",t:{}},{l:"pl",t:{'Open link to "{resourceName}"':{v:['Otw\xF3rz link do "{resourceName}"']}}},{l:"pt-BR",t:{'Open link to "{resourceName}"':{v:['Abrir o link para "{resourceName}"']}}},{l:"pt-PT",t:{'Open link to "{resourceName}"':{v:['Abrir link para "{resourceName}"']}}},{l:"ro",t:{'Open link to "{resourceName}"':{v:['Deschide linkul la "{resourceName}"']}}},{l:"ru",t:{'Open link to "{resourceName}"':{v:['\u041E\u0442\u043A\u0440\u044B\u0442\u044C \u0441\u0441\u044B\u043B\u043A\u0443 \u043D\u0430 "{resourceName}"']}}},{l:"sk",t:{'Open link to "{resourceName}"':{v:['Otvori\u0165 link v "{resourceName}"']}}},{l:"sl",t:{}},{l:"sr",t:{'Open link to "{resourceName}"':{v:["\u041E\u0442\u0432\u043E\u0440\u0438 \u043B\u0438\u043D\u043A \u043D\u0430 \u201E{resourceName}\u201D"]}}},{l:"sv",t:{'Open link to "{resourceName}"':{v:['\xD6ppna l\xE4nken till "{resourceName}"']}}},{l:"tr",t:{'Open link to "{resourceName}"':{v:['Ba\u011Flant\u0131y\u0131 "{resourceName}" \xFCzerine a\xE7']}}},{l:"uk",t:{'Open link to "{resourceName}"':{v:['\u0412\u0456\u0434\u043A\u0440\u0438\u0442\u0438 \u043F\u043E\u0441\u0438\u043B\u0430\u043D\u043D\u044F \u043D\u0430 "{resourceName}"']}}},{l:"uz",t:{'Open link to "{resourceName}"':{v:[' "{resourceName}" ga havolani ochish']}}},{l:"zh-CN",t:{'Open link to "{resourceName}"':{v:["\u6253\u5F00 \u201C{resourceName}\u201D \u7684\u94FE\u63A5"]}}},{l:"zh-HK",t:{'Open link to "{resourceName}"':{v:["\u958B\u555F\u5230\u300C{resourceName}\u300D\u7684\u9023\u7D50"]}}},{l:"zh-TW",t:{'Open link to "{resourceName}"':{v:["\u958B\u555F\u5230\u300C{resourceName}\u300D\u7684\u9023\u7D50"]}}}],He=[{l:"ar",t:{"Provider icon":{v:["\u0623\u064A\u0642\u0648\u0646\u0629 \u0627\u0644\u0645\u0632\u0648\u0651\u062F"]}}},{l:"ast",t:{"Provider icon":{v:["Iconu del fornidor"]}}},{l:"br",t:{}},{l:"ca",t:{}},{l:"cs",t:{"Provider icon":{v:["Ikona poskytovatele"]}}},{l:"cs-CZ",t:{"Provider icon":{v:["Ikona poskytovatele"]}}},{l:"da",t:{"Provider icon":{v:["Udbyder ikon"]}}},{l:"de",t:{"Provider icon":{v:["Anbietersymbol"]}}},{l:"de-DE",t:{"Provider icon":{v:["Anbietersymbol"]}}},{l:"el",t:{"Provider icon":{v:["\u0395\u03B9\u03BA\u03BF\u03BD\u03AF\u03B4\u03B9\u03BF \u03C0\u03B1\u03C1\u03CC\u03C7\u03BF\u03C5"]}}},{l:"en-GB",t:{"Provider icon":{v:["Provider icon"]}}},{l:"eo",t:{}},{l:"es",t:{"Provider icon":{v:["\xCDcono del proveedor"]}}},{l:"es-AR",t:{"Provider icon":{v:["\xCDcono del proveedor"]}}},{l:"es-EC",t:{"Provider icon":{v:["\xCDcono del proveedor"]}}},{l:"es-MX",t:{"Provider icon":{v:["\xCDcono del proveedor"]}}},{l:"et-EE",t:{"Provider icon":{v:["Teenusepakkuja ikoon"]}}},{l:"eu",t:{"Provider icon":{v:["Hornitzailearen ikonoa"]}}},{l:"fa",t:{"Provider icon":{v:["\u0622\u06CC\u06A9\u0648\u0646 \u0627\u0631\u0627\u0626\u0647 \u062F\u0647\u0646\u062F\u0647"]}}},{l:"fi",t:{"Provider icon":{v:["Palveluntarjoajan kuvake"]}}},{l:"fr",t:{"Provider icon":{v:["Ic\xF4ne du fournisseur"]}}},{l:"ga",t:{"Provider icon":{v:["Deilbh\xEDn sol\xE1thra\xED"]}}},{l:"gl",t:{"Provider icon":{v:["Icona do provedor"]}}},{l:"he",t:{"Provider icon":{v:["\u05E1\u05DE\u05DC \u05E1\u05E4\u05E7"]}}},{l:"hu",t:{}},{l:"id",t:{"Provider icon":{v:["Ikon penyedia"]}}},{l:"is",t:{"Provider icon":{v:["T\xE1knmynd \xFEj\xF3nustuveitu"]}}},{l:"it",t:{"Provider icon":{v:["Icona del provider"]}}},{l:"ja",t:{"Provider icon":{v:["\u30D7\u30ED\u30D0\u30A4\u30C0\u30FC\u306E\u30A2\u30A4\u30B3\u30F3"]}}},{l:"ja-JP",t:{"Provider icon":{v:["\u30D7\u30ED\u30D0\u30A4\u30C0\u30FC\u306E\u30A2\u30A4\u30B3\u30F3"]}}},{l:"ko",t:{"Provider icon":{v:["\uC81C\uACF5\uC790 \uC544\uC774\uCF58"]}}},{l:"lt-LT",t:{}},{l:"lv",t:{}},{l:"mk",t:{"Provider icon":{v:["\u0418\u043A\u043E\u043D\u0430 \u043D\u0430 \u0434\u0430\u0432\u0430\u0442\u0435\u043B"]}}},{l:"my",t:{}},{l:"nb",t:{"Provider icon":{v:["Leverand\xF8rikon"]}}},{l:"nl",t:{"Provider icon":{v:["Provider-pictogram"]}}},{l:"oc",t:{}},{l:"pl",t:{"Provider icon":{v:["Dostawca ikony"]}}},{l:"pt-BR",t:{"Provider icon":{v:["\xCDcone do provedor"]}}},{l:"pt-PT",t:{"Provider icon":{v:["\xCDcone do fornecedor"]}}},{l:"ro",t:{"Provider icon":{v:["Provider pentru icon"]}}},{l:"ru",t:{"Provider icon":{v:["\u0417\u043D\u0430\u0447\u043E\u043A \u043F\u043E\u0441\u0442\u0430\u0432\u0449\u0438\u043A\u0430"]}}},{l:"sk",t:{"Provider icon":{v:["Ikonka poskytovate\u013Ea"]}}},{l:"sl",t:{}},{l:"sr",t:{"Provider icon":{v:["\u0418\u043A\u043E\u043D\u0430 \u043F\u0440\u0443\u0436\u0430\u043E\u0446\u0430"]}}},{l:"sv",t:{"Provider icon":{v:["Leverant\xF6rsikon"]}}},{l:"tr",t:{"Provider icon":{v:["Hizmet sa\u011Flay\u0131c\u0131 simgesi"]}}},{l:"uk",t:{"Provider icon":{v:["\u041F\u0456\u043A\u0442\u043E\u0433\u0440\u0430\u043C\u0430 \u043F\u043E\u0441\u0442\u0430\u0447\u0430\u043B\u044C\u043D\u0438\u043A\u0430"]}}},{l:"uz",t:{"Provider icon":{v:["Provayder belgisi"]}}},{l:"zh-CN",t:{"Provider icon":{v:["\u63D0\u4F9B\u8005\u56FE\u6807"]}}},{l:"zh-HK",t:{"Provider icon":{v:["\u63D0\u4F9B\u8005\u5716\u793A"]}}},{l:"zh-TW",t:{"Provider icon":{v:["\u63D0\u4F9B\u8005\u5716\u793A"]}}}],ut=[{l:"ar",t:{"Related team resources":{v:["\u0645\u0648\u0627\u0631\u062F \u0644\u0644\u0641\u0631\u064A\u0642 \u0630\u0627\u062A \u0635\u0644\u0629"]},"View team":{v:["\u0639\u0631\u0636 \u0627\u0644\u0641\u0631\u064A\u0642"]}}},{l:"ast",t:{"Related team resources":{v:["Recursos rellacionaos colos equipos"]},"View team":{v:["Ver l'equipu"]}}},{l:"br",t:{}},{l:"ca",t:{}},{l:"cs",t:{"Related team resources":{v:["Souvisej\xEDc\xED prost\u0159edky kolektivu"]},"View team":{v:["Zobrazit kolektiv"]}}},{l:"cs-CZ",t:{}},{l:"da",t:{"Related team resources":{v:["Relaterede teamressourcer"]},"View team":{v:["Se teamet"]}}},{l:"de",t:{"Related team resources":{v:["Verwandte Team-Ressourcen"]},"View team":{v:["Team anzeigen"]}}},{l:"de-DE",t:{"Related team resources":{v:["Verwandte Team-Ressourcen"]},"View team":{v:["Team anzeigen"]}}},{l:"el",t:{"Related team resources":{v:["\u03A3\u03C7\u03B5\u03C4\u03B9\u03BA\u03BF\u03AF \u03C0\u03CC\u03C1\u03BF\u03B9 \u03BF\u03BC\u03AC\u03B4\u03B1\u03C2"]},"View team":{v:["\u03A0\u03C1\u03BF\u03B2\u03BF\u03BB\u03AE \u03BF\u03BC\u03AC\u03B4\u03B1\u03C2"]}}},{l:"en-GB",t:{"Related team resources":{v:["Related team resources"]},"View team":{v:["View team"]}}},{l:"eo",t:{}},{l:"es",t:{"Related team resources":{v:["Recursos de equipo relacionados"]},"View team":{v:["Ver equipo"]}}},{l:"es-AR",t:{"Related team resources":{v:["Recursos de equipo relacionados"]},"View team":{v:["Ver equipo"]}}},{l:"es-EC",t:{}},{l:"es-MX",t:{"Related team resources":{v:["Recursos de equipo relacionados"]},"View team":{v:["Ver equipo"]}}},{l:"et-EE",t:{"Related team resources":{v:["Tiimi seotud ressursid"]},"View team":{v:["Vaata tiimi"]}}},{l:"eu",t:{}},{l:"fa",t:{"Related team resources":{v:["\u0645\u0646\u0627\u0628\u0639 \u062A\u06CC\u0645\u06CC \u0645\u0631\u062A\u0628\u0637"]},"View team":{v:["\u0645\u0634\u0627\u0647\u062F\u0647 \u06AF\u0631\u0648\u0647"]}}},{l:"fi",t:{"Related team resources":{v:["Liittyv\xE4t tiimiresurssit"]},"View team":{v:["N\xE4yt\xE4 tiimi"]}}},{l:"fr",t:{"Related team resources":{v:["Ressources d'\xE9quipe associ\xE9es"]},"View team":{v:["Voir l'\xE9quipe"]}}},{l:"ga",t:{"Related team resources":{v:["Acmhainn\xED foirne gaolmhara"]},"View team":{v:["F\xE9ach ar an bhfoireann"]}}},{l:"gl",t:{"Related team resources":{v:["Recursos de equipo relacionados"]},"View team":{v:["Ver o equipo"]}}},{l:"he",t:{}},{l:"hu",t:{}},{l:"id",t:{}},{l:"is",t:{"Related team resources":{v:["Tengd tilf\xF6ng teymis"]},"View team":{v:["Sko\xF0a teymi"]}}},{l:"it",t:{}},{l:"ja",t:{"Related team resources":{v:["\u30C1\u30FC\u30E0\u306E\u95A2\u9023\u30EA\u30BD\u30FC\u30B9"]},"View team":{v:["\u30C1\u30FC\u30E0\u3092\u8868\u793A"]}}},{l:"ja-JP",t:{"Related team resources":{v:["\u30C1\u30FC\u30E0\u306E\u95A2\u9023\u30EA\u30BD\u30FC\u30B9"]},"View team":{v:["\u30C1\u30FC\u30E0\u3092\u8868\u793A"]}}},{l:"ko",t:{"Related team resources":{v:["\uAD00\uB828 \uD300 \uB9AC\uC18C\uC2A4"]},"View team":{v:["\uD300 \uBCF4\uAE30"]}}},{l:"lt-LT",t:{}},{l:"lv",t:{}},{l:"mk",t:{"Related team resources":{v:["\u041F\u043E\u0432\u0440\u0437\u0430\u043D\u0438 \u0440\u0435\u0441\u0443\u0440\u0441\u0438 \u043D\u0430 \u0442\u0438\u043C\u043E\u0442"]},"View team":{v:["\u041F\u0440\u0438\u043A\u0430\u0436\u0438 \u0442\u0438\u043C"]}}},{l:"my",t:{}},{l:"nb",t:{"Related team resources":{v:["Relaterte lagressurser"]},"View team":{v:["Se lag"]}}},{l:"nl",t:{"Related team resources":{v:["Verwante teambronnen"]},"View team":{v:["Team bekijken"]}}},{l:"oc",t:{}},{l:"pl",t:{"Related team resources":{v:["Powi\u0105zane zasoby grupowe"]},"View team":{v:["Zobacz grup\u0119"]}}},{l:"pt-BR",t:{"Related team resources":{v:["Recursos de equipe relacionados"]},"View team":{v:["Ver equipe"]}}},{l:"pt-PT",t:{"Related team resources":{v:["Recursos relacionados com a equipa"]},"View team":{v:["Ver equipa"]}}},{l:"ro",t:{}},{l:"ru",t:{"Related team resources":{v:["\u0421\u0432\u044F\u0437\u0430\u043D\u043D\u044B\u0435 \u043A\u043E\u043C\u0430\u043D\u0434\u043D\u044B\u0435 \u0440\u0435\u0441\u0443\u0440\u0441\u044B"]},"View team":{v:["\u041F\u0440\u043E\u0441\u043C\u043E\u0442\u0440 \u043A\u043E\u043C\u0430\u043D\u0434\u044B"]}}},{l:"sk",t:{"Related team resources":{v:["S\xFAvisiace t\xEDmov\xE9 zdroje"]},"View team":{v:["Zobrazi\u0165 t\xEDm"]}}},{l:"sl",t:{}},{l:"sr",t:{"Related team resources":{v:["\u041F\u043E\u0432\u0435\u0437\u0430\u043D\u0438 \u0442\u0438\u043C\u0441\u043A\u0438 \u0440\u0435\u0441\u0443\u0440\u0441\u0438"]},"View team":{v:["\u041F\u0440\u0438\u043A\u0430\u0436\u0438 \u0442\u0438\u043C"]}}},{l:"sv",t:{"Related team resources":{v:["Relaterade teamresurser"]},"View team":{v:["Visa team"]}}},{l:"tr",t:{"Related team resources":{v:["\u0130lgili tak\u0131m kaynaklar\u0131"]},"View team":{v:["Tak\u0131m\u0131 g\xF6r\xFCnt\xFCle"]}}},{l:"uk",t:{"Related team resources":{v:["\u041F\u043E\u0432'\u044F\u0437\u0430\u043D\u0456 \u0440\u0435\u0441\u0443\u0440\u0441\u0438 \u043A\u043E\u043C\u0430\u043D\u0434\u0438"]},"View team":{v:["\u041F\u0435\u0440\u0435\u0433\u043B\u044F\u043D\u0443\u0442\u0438 \u043A\u043E\u043C\u0430\u043D\u0434\u0443"]}}},{l:"uz",t:{"Related team resources":{v:["Tegishli jamoa resurslari"]},"View team":{v:["Jamoani ko'rish"]}}},{l:"zh-CN",t:{"Related team resources":{v:["\u76F8\u5173\u56E2\u961F\u8D44\u6E90"]},"View team":{v:["\u67E5\u770B\u56E2\u961F"]}}},{l:"zh-HK",t:{"Related team resources":{v:["\u76F8\u95DC\u5718\u968A\u8CC7\u6E90"]},"View team":{v:["\u67E5\u770B\u5718\u968A"]}}},{l:"zh-TW",t:{"Related team resources":{v:["\u76F8\u95DC\u5718\u968A\u8CC7\u6E90"]},"View team":{v:["\u6AA2\u8996\u5718\u968A"]}}}],Ot=[{l:"ar",t:{Search:{v:["\u0628\u062D\u062B"]}}},{l:"ast",t:{Search:{v:["Buscar"]}}},{l:"br",t:{Search:{v:["Klask"]}}},{l:"ca",t:{Search:{v:["Cerca"]}}},{l:"cs",t:{Search:{v:["Hledat"]}}},{l:"cs-CZ",t:{Search:{v:["Hledat"]}}},{l:"da",t:{Search:{v:["S\xF8g"]}}},{l:"de",t:{Search:{v:["Suche"]}}},{l:"de-DE",t:{Search:{v:["Suche"]}}},{l:"el",t:{Search:{v:["\u0391\u03BD\u03B1\u03B6\u03AE\u03C4\u03B7\u03C3\u03B7"]}}},{l:"en-GB",t:{Search:{v:["Search"]}}},{l:"eo",t:{Search:{v:["Ser\u0109i"]}}},{l:"es",t:{Search:{v:["Buscar"]}}},{l:"es-AR",t:{Search:{v:["Buscar"]}}},{l:"es-EC",t:{Search:{v:["Buscar"]}}},{l:"es-MX",t:{Search:{v:["Buscar"]}}},{l:"et-EE",t:{Search:{v:["Otsing"]}}},{l:"eu",t:{Search:{v:["Bilatu"]}}},{l:"fa",t:{Search:{v:["\u062C\u0633\u062A\u062C\u0648"]}}},{l:"fi",t:{Search:{v:["Etsi"]}}},{l:"fr",t:{Search:{v:["Rechercher"]}}},{l:"ga",t:{Search:{v:["Cuardach"]}}},{l:"gl",t:{Search:{v:["Buscar"]}}},{l:"he",t:{Search:{v:["\u05D7\u05D9\u05E4\u05D5\u05E9"]}}},{l:"hu",t:{Search:{v:["Keres\xE9s"]}}},{l:"id",t:{Search:{v:["Cari"]}}},{l:"is",t:{Search:{v:["Leita"]}}},{l:"it",t:{Search:{v:["Cerca"]}}},{l:"ja",t:{Search:{v:["\u691C\u7D22"]}}},{l:"ja-JP",t:{Search:{v:["\u691C\u7D22"]}}},{l:"ko",t:{Search:{v:["\uAC80\uC0C9"]}}},{l:"lt-LT",t:{Search:{v:["Ie\u0161koti"]}}},{l:"lv",t:{}},{l:"mk",t:{Search:{v:["\u0411\u0430\u0440\u0430\u0458"]}}},{l:"my",t:{Search:{v:["\u101B\u103E\u102C\u1016\u103D\u1031\u101B\u1014\u103A"]}}},{l:"nb",t:{Search:{v:["S\xF8k"]}}},{l:"nl",t:{Search:{v:["Zoeken"]}}},{l:"oc",t:{}},{l:"pl",t:{Search:{v:["Szukaj"]}}},{l:"pt-BR",t:{Search:{v:["Pesquisar"]}}},{l:"pt-PT",t:{Search:{v:["Pesquisar"]}}},{l:"ro",t:{Search:{v:["C\u0103utare"]}}},{l:"ru",t:{Search:{v:["\u041F\u043E\u0438\u0441\u043A"]}}},{l:"sk",t:{Search:{v:["H\u013Eada\u0165"]}}},{l:"sl",t:{Search:{v:["Iskanje"]}}},{l:"sr",t:{Search:{v:["\u041F\u0440\u0435\u0442\u0440\u0430\u0436\u0438"]}}},{l:"sv",t:{Search:{v:["S\xF6k"]}}},{l:"tr",t:{Search:{v:["Ara"]}}},{l:"uk",t:{Search:{v:["\u041F\u043E\u0448\u0443\u043A"]}}},{l:"uz",t:{Search:{v:["Qidiruv"]}}},{l:"zh-CN",t:{Search:{v:["\u641C\u7D22"]}}},{l:"zh-HK",t:{Search:{v:["\u641C\u5C0B"]}}},{l:"zh-TW",t:{Search:{v:["\u641C\u5C0B"]}}}],Gt=[{l:"ar",t:{"Select provider":{v:["\u0627\u062E\u062A\u0631 \u0645\u0632\u0648\u062F"]}}},{l:"ast",t:{"Select provider":{v:["Seleicionar el fornidor"]}}},{l:"br",t:{}},{l:"ca",t:{}},{l:"cs",t:{"Select provider":{v:["Vybrat poskytovatele"]}}},{l:"cs-CZ",t:{"Select provider":{v:["Vybrat poskytovatele"]}}},{l:"da",t:{"Select provider":{v:["V\xE6lg udbyder"]}}},{l:"de",t:{"Select provider":{v:["Anbieter ausw\xE4hlen"]}}},{l:"de-DE",t:{"Select provider":{v:["Anbieter ausw\xE4hlen"]}}},{l:"el",t:{"Select provider":{v:["\u0395\u03C0\u03B9\u03BB\u03BF\u03B3\u03AE \u03C0\u03B1\u03C1\u03CC\u03C7\u03BF\u03C5"]}}},{l:"en-GB",t:{"Select provider":{v:["Select provider"]}}},{l:"eo",t:{}},{l:"es",t:{"Select provider":{v:["Seleccione proveedor"]}}},{l:"es-AR",t:{"Select provider":{v:["Elija proveedor"]}}},{l:"es-EC",t:{"Select provider":{v:["Seleccionar proveedor"]}}},{l:"es-MX",t:{"Select provider":{v:["Seleccionar proveedor"]}}},{l:"et-EE",t:{"Select provider":{v:["Vali teenuspakkuja"]}}},{l:"eu",t:{"Select provider":{v:["Hautatu hornitzailea"]}}},{l:"fa",t:{"Select provider":{v:["\u0627\u0631\u0627\u0626\u0647 \u062F\u0647\u0646\u062F\u0647 \u0631\u0627 \u0627\u0646\u062A\u062E\u0627\u0628 \u06A9\u0646\u06CC\u062F"]}}},{l:"fi",t:{"Select provider":{v:["Valitse tarjoaja"]}}},{l:"fr",t:{"Select provider":{v:["S\xE9lectionner un fournisseur"]}}},{l:"ga",t:{"Select provider":{v:["Roghnaigh sol\xE1thra\xED"]}}},{l:"gl",t:{"Select provider":{v:["Seleccione o provedor"]}}},{l:"he",t:{"Select provider":{v:["\u05D1\u05D7\u05D9\u05E8\u05EA \u05E1\u05E4\u05E7"]}}},{l:"hu",t:{}},{l:"id",t:{"Select provider":{v:["Pilih penyedia"]}}},{l:"is",t:{"Select provider":{v:["Veldu \xFEj\xF3nustuveitu"]}}},{l:"it",t:{"Select provider":{v:["Selezionare il provider"]}}},{l:"ja",t:{"Select provider":{v:["\u30D7\u30ED\u30D0\u30A4\u30C0\u30FC\u3092\u9078\u629E"]}}},{l:"ja-JP",t:{"Select provider":{v:["\u30D7\u30ED\u30D0\u30A4\u30C0\u30FC\u3092\u9078\u629E"]}}},{l:"ko",t:{"Select provider":{v:["\uC81C\uACF5\uC790 \uC120\uD0DD"]}}},{l:"lt-LT",t:{}},{l:"lv",t:{}},{l:"mk",t:{"Select provider":{v:["\u0418\u0437\u0431\u0435\u0440\u0438 \u043F\u0440\u043E\u0432\u0430\u0458\u0434\u0435\u0440"]}}},{l:"my",t:{}},{l:"nb",t:{"Select provider":{v:["Velg leverand\xF8r"]}}},{l:"nl",t:{"Select provider":{v:["Selecteer provider"]}}},{l:"oc",t:{}},{l:"pl",t:{"Select provider":{v:["Wybierz dostawc\u0119"]}}},{l:"pt-BR",t:{"Select provider":{v:["Selecione provedor"]}}},{l:"pt-PT",t:{"Select provider":{v:["Selecionar fornecedor"]}}},{l:"ro",t:{"Select provider":{v:["Selecta\u021Bi providerul"]}}},{l:"ru",t:{"Select provider":{v:["\u0412\u044B\u0431\u0440\u0430\u0442\u044C \u043F\u043E\u0441\u0442\u0430\u0432\u0449\u0438\u043A\u0430"]}}},{l:"sk",t:{"Select provider":{v:["Vybra\u0165 poskytovate\u013Ea"]}}},{l:"sl",t:{}},{l:"sr",t:{"Select provider":{v:["\u0418\u0437\u0430\u0431\u0435\u0440\u0438\u0442\u0435 \u043F\u0440\u0443\u0436\u0430\u043E\u0446\u0430"]}}},{l:"sv",t:{"Select provider":{v:["V\xE4lj leverant\xF6r"]}}},{l:"tr",t:{"Select provider":{v:["Hizmet sa\u011Flay\u0131c\u0131 se\xE7in"]}}},{l:"uk",t:{"Select provider":{v:["\u0412\u0438\u0431\u0435\u0440\u0456\u0442\u044C \u043F\u043E\u0441\u0442\u0430\u0447\u0430\u043B\u044C\u043D\u0438\u043A\u0430"]}}},{l:"uz",t:{"Select provider":{v:["Provayderni tanlang"]}}},{l:"zh-CN",t:{"Select provider":{v:["\u9009\u62E9\u63D0\u4F9B\u8005"]}}},{l:"zh-HK",t:{"Select provider":{v:["\u9078\u64C7\u63D0\u4F9B\u8005"]}}},{l:"zh-TW",t:{"Select provider":{v:["\u9078\u53D6\u63D0\u4F9B\u8005"]}}}],ri=[{l:"ar",t:{Submit:{v:["\u0625\u0631\u0633\u0627\u0644"]}}},{l:"ast",t:{Submit:{v:["Unviar"]}}},{l:"br",t:{}},{l:"ca",t:{Submit:{v:["Envia"]}}},{l:"cs",t:{Submit:{v:["Odeslat"]}}},{l:"cs-CZ",t:{Submit:{v:["Odeslat"]}}},{l:"da",t:{Submit:{v:["Send"]}}},{l:"de",t:{Submit:{v:["Einreichen"]}}},{l:"de-DE",t:{Submit:{v:["Einreichen"]}}},{l:"el",t:{Submit:{v:["\u03A5\u03C0\u03BF\u03B2\u03BF\u03BB\u03AE"]}}},{l:"en-GB",t:{Submit:{v:["Submit"]}}},{l:"eo",t:{}},{l:"es",t:{Submit:{v:["Enviar"]}}},{l:"es-AR",t:{Submit:{v:["Enviar"]}}},{l:"es-EC",t:{Submit:{v:["Enviar"]}}},{l:"es-MX",t:{Submit:{v:["Enviar"]}}},{l:"et-EE",t:{Submit:{v:["Saada"]}}},{l:"eu",t:{Submit:{v:["Bidali"]}}},{l:"fa",t:{Submit:{v:["\u0627\u0631\u0633\u0627\u0644"]}}},{l:"fi",t:{Submit:{v:["L\xE4het\xE4"]}}},{l:"fr",t:{Submit:{v:["Valider"]}}},{l:"ga",t:{Submit:{v:["Cuir isteach"]}}},{l:"gl",t:{Submit:{v:["Enviar"]}}},{l:"he",t:{Submit:{v:["\u05D4\u05D2\u05E9\u05D4"]}}},{l:"hu",t:{Submit:{v:["Bek\xFCld\xE9s"]}}},{l:"id",t:{Submit:{v:["Kirimkan"]}}},{l:"is",t:{Submit:{v:["Senda inn"]}}},{l:"it",t:{Submit:{v:["Invia"]}}},{l:"ja",t:{Submit:{v:["\u63D0\u51FA"]}}},{l:"ja-JP",t:{Submit:{v:["\u63D0\u51FA"]}}},{l:"ko",t:{Submit:{v:["\uC81C\uCD9C"]}}},{l:"lt-LT",t:{Submit:{v:["Pateikti"]}}},{l:"lv",t:{}},{l:"mk",t:{Submit:{v:["\u0418\u0441\u043F\u0440\u0430\u0442\u0438"]}}},{l:"my",t:{Submit:{v:["\u1010\u1004\u103A\u101E\u103D\u1004\u103A\u1038\u101B\u1014\u103A"]}}},{l:"nb",t:{Submit:{v:["Send"]}}},{l:"nl",t:{Submit:{v:["Indienen"]}}},{l:"oc",t:{}},{l:"pl",t:{Submit:{v:["Wy\u015Blij"]}}},{l:"pt-BR",t:{Submit:{v:["Enviar"]}}},{l:"pt-PT",t:{Submit:{v:["Submeter"]}}},{l:"ro",t:{Submit:{v:["Trimite\u021Bi"]}}},{l:"ru",t:{Submit:{v:["\u0423\u0442\u0432\u0435\u0440\u0434\u0438\u0442\u044C"]}}},{l:"sk",t:{Submit:{v:["Odosla\u0165"]}}},{l:"sl",t:{Submit:{v:["Po\u0161lji"]}}},{l:"sr",t:{Submit:{v:["\u041F\u043E\u0434\u043D\u0435\u0441\u0438"]}}},{l:"sv",t:{Submit:{v:["Skicka"]}}},{l:"tr",t:{Submit:{v:["G\xF6nder"]}}},{l:"uk",t:{Submit:{v:["\u041D\u0430\u0434\u0456\u0441\u043B\u0430\u0442\u0438"]}}},{l:"uz",t:{Submit:{v:["Yuborish"]}}},{l:"zh-CN",t:{Submit:{v:["\u63D0\u4EA4"]}}},{l:"zh-HK",t:{Submit:{v:["\u63D0\u4EA4"]}}},{l:"zh-TW",t:{Submit:{v:["\u905E\u4EA4"]}}}],Ii=[{l:"ar",t:{"Unable to search the group":{v:["\u062A\u0639\u0630\u0651\u0631 \u0627\u0644\u0628\u062D\u062B \u0641\u064A \u0627\u0644\u0645\u062C\u0645\u0648\u0639\u0629"]}}},{l:"ast",t:{"Unable to search the group":{v:["Nun ye posible buscar el grupu"]}}},{l:"br",t:{"Unable to search the group":{v:["Dibosupl eo klask ar strollad"]}}},{l:"ca",t:{"Unable to search the group":{v:["No es pot cercar el grup"]}}},{l:"cs",t:{"Unable to search the group":{v:["Neda\u0159\xED se hledat skupinu"]}}},{l:"cs-CZ",t:{"Unable to search the group":{v:["Neda\u0159\xED se hledat skupinu"]}}},{l:"da",t:{"Unable to search the group":{v:["Kan ikke s\xF8ge p\xE5 denne gruppe"]}}},{l:"de",t:{"Unable to search the group":{v:["Die Gruppe kann nicht durchsucht werden"]}}},{l:"de-DE",t:{"Unable to search the group":{v:["Die Gruppe kann nicht durchsucht werden"]}}},{l:"el",t:{"Unable to search the group":{v:["\u0394\u03B5\u03BD \u03B5\u03AF\u03BD\u03B1\u03B9 \u03B4\u03C5\u03BD\u03B1\u03C4\u03AE \u03B7 \u03B1\u03BD\u03B1\u03B6\u03AE\u03C4\u03B7\u03C3\u03B7 \u03C4\u03B7\u03C2 \u03BF\u03BC\u03AC\u03B4\u03B1\u03C2"]}}},{l:"en-GB",t:{"Unable to search the group":{v:["Unable to search the group"]}}},{l:"eo",t:{"Unable to search the group":{v:["Ne eblas ser\u0109i en la grupo"]}}},{l:"es",t:{"Unable to search the group":{v:["No es posible buscar en el grupo"]}}},{l:"es-AR",t:{"Unable to search the group":{v:["No se puede buscar el grupo"]}}},{l:"es-EC",t:{"Unable to search the group":{v:["No se puede buscar en el grupo"]}}},{l:"es-MX",t:{"Unable to search the group":{v:["No fue posible buscar en el grupo"]}}},{l:"et-EE",t:{"Unable to search the group":{v:["Gruppi ei ole v\xF5imalik otsida"]}}},{l:"eu",t:{"Unable to search the group":{v:["Ezin izan da taldea bilatu"]}}},{l:"fa",t:{"Unable to search the group":{v:["\u0627\u0645\u06A9\u0627\u0646 \u062C\u0633\u062A\u062C\u0648\u06CC \u06AF\u0631\u0648\u0647 \u0648\u062C\u0648\u062F \u0646\u062F\u0627\u0631\u062F"]}}},{l:"fi",t:{"Unable to search the group":{v:["Ryhm\xE4\xE4 ei voi hakea"]}}},{l:"fr",t:{"Unable to search the group":{v:["Impossible de chercher le groupe"]}}},{l:"ga",t:{"Unable to search the group":{v:["N\xED f\xE9idir an gr\xFApa a chuardach"]}}},{l:"gl",t:{"Unable to search the group":{v:["Non foi pos\xEDbel buscar o grupo"]}}},{l:"he",t:{"Unable to search the group":{v:["\u05DC\u05D0 \u05E0\u05D9\u05EA\u05DF \u05DC\u05D7\u05E4\u05E9 \u05D1\u05E7\u05D1\u05D5\u05E6\u05D4"]}}},{l:"hu",t:{"Unable to search the group":{v:["A csoport nem kereshet\u0151"]}}},{l:"id",t:{"Unable to search the group":{v:["Tidak dapat mencari dalam grup"]}}},{l:"is",t:{"Unable to search the group":{v:["Get ekki leita\xF0 \xED h\xF3pnum"]}}},{l:"it",t:{"Unable to search the group":{v:["Impossibile cercare il gruppo"]}}},{l:"ja",t:{"Unable to search the group":{v:["\u30B0\u30EB\u30FC\u30D7\u3092\u691C\u7D22\u3067\u304D\u307E\u305B\u3093"]}}},{l:"ja-JP",t:{"Unable to search the group":{v:["\u30B0\u30EB\u30FC\u30D7\u3092\u691C\u7D22\u3067\u304D\u307E\u305B\u3093"]}}},{l:"ko",t:{"Unable to search the group":{v:["\uADF8\uB8F9\uC744 \uAC80\uC0C9\uD560 \uC218 \uC5C6\uC74C"]}}},{l:"lt-LT",t:{"Unable to search the group":{v:["Nepavyko atlikti paie\u0161k\u0105 grup\u0117je"]}}},{l:"lv",t:{}},{l:"mk",t:{"Unable to search the group":{v:["\u041D\u0435\u043C\u043E\u0436\u0435 \u0434\u0430 \u0441\u0435 \u043F\u0440\u043E\u043D\u0430\u0458\u0434\u0435 \u0433\u0440\u0443\u043F\u0430\u0442\u0430"]}}},{l:"my",t:{"Unable to search the group":{v:["\u1021\u1016\u103D\u1032\u1037\u1021\u102C\u1038 \u101B\u103E\u102C\u1016\u103D\u1031\u104D \u1019\u101B\u1014\u102D\u102F\u1004\u103A\u1015\u102B"]}}},{l:"nb",t:{"Unable to search the group":{v:["Kunne ikke s\xF8ke i gruppen"]}}},{l:"nl",t:{"Unable to search the group":{v:["Kan niet zoeken in de groep"]}}},{l:"oc",t:{}},{l:"pl",t:{"Unable to search the group":{v:["Nie mo\u017Cna przeszuka\u0107 grupy"]}}},{l:"pt-BR",t:{"Unable to search the group":{v:["N\xE3o foi poss\xEDvel pesquisar o grupo"]}}},{l:"pt-PT",t:{"Unable to search the group":{v:["N\xE3o \xE9 poss\xEDvel pesquisar o grupo"]}}},{l:"ro",t:{"Unable to search the group":{v:["Imposibilitatea de a c\u0103uta \xEEn grup"]}}},{l:"ru",t:{"Unable to search the group":{v:["\u041D\u0435\u0432\u043E\u0437\u043C\u043E\u0436\u043D\u043E \u043D\u0430\u0439\u0442\u0438 \u0433\u0440\u0443\u043F\u043F\u0443"]}}},{l:"sk",t:{"Unable to search the group":{v:["Skupinu sa nepodarilo n\xE1js\u0165"]}}},{l:"sl",t:{"Unable to search the group":{v:["Ni mogo\u010De iskati po skupini"]}}},{l:"sr",t:{"Unable to search the group":{v:["\u0413\u0440\u0443\u043F\u0430 \u043D\u0435 \u043C\u043E\u0436\u0435 \u0434\u0430 \u0441\u0435 \u043F\u0440\u0435\u0442\u0440\u0430\u0436\u0438"]}}},{l:"sv",t:{"Unable to search the group":{v:["Kunde inte s\xF6ka i gruppen"]}}},{l:"tr",t:{"Unable to search the group":{v:["Grupta arama yap\u0131lamad\u0131"]}}},{l:"uk",t:{"Unable to search the group":{v:["\u041D\u0435\u043C\u043E\u0436\u043B\u0438\u0432\u043E \u0448\u0443\u043A\u0430\u0442\u0438 \u0432 \u0433\u0440\u0443\u043F\u0456"]}}},{l:"uz",t:{"Unable to search the group":{v:["Guruhni qidirish imkonsiz"]}}},{l:"zh-CN",t:{"Unable to search the group":{v:["\u65E0\u6CD5\u641C\u7D22\u5206\u7EC4"]}}},{l:"zh-HK",t:{"Unable to search the group":{v:["\u7121\u6CD5\u641C\u5C0B\u7FA4\u7D44"]}}},{l:"zh-TW",t:{"Unable to search the group":{v:["\u7121\u6CD5\u641C\u5C0B\u7FA4\u7D44"]}}}],Li=[{l:"ar",t:{"Undo changes":{v:["\u062A\u0631\u0627\u062C\u064E\u0639 \u0639\u0646 \u0627\u0644\u062A\u063A\u064A\u064A\u0631\u0627\u062A"]}}},{l:"ast",t:{"Undo changes":{v:["Desfacer los cambeos"]}}},{l:"br",t:{}},{l:"ca",t:{"Undo changes":{v:["Desf\xE9s els canvis"]}}},{l:"cs",t:{"Undo changes":{v:["Vz\xEDt zm\u011Bny zp\u011Bt"]}}},{l:"cs-CZ",t:{"Undo changes":{v:["Vz\xEDt zm\u011Bny zp\u011Bt"]}}},{l:"da",t:{"Undo changes":{v:["Fortryd \xE6ndringer"]}}},{l:"de",t:{"Undo changes":{v:["\xC4nderungen r\xFCckg\xE4ngig machen"]}}},{l:"de-DE",t:{"Undo changes":{v:["\xC4nderungen r\xFCckg\xE4ngig machen"]}}},{l:"el",t:{"Undo changes":{v:["\u0391\u03BD\u03B1\u03AF\u03C1\u03B5\u03C3\u03B7 \u0391\u03BB\u03BB\u03B1\u03B3\u03CE\u03BD"]}}},{l:"en-GB",t:{"Undo changes":{v:["Undo changes"]}}},{l:"eo",t:{}},{l:"es",t:{"Undo changes":{v:["Deshacer cambios"]}}},{l:"es-AR",t:{"Undo changes":{v:["Deshacer cambios"]}}},{l:"es-EC",t:{"Undo changes":{v:["Deshacer cambios"]}}},{l:"es-MX",t:{"Undo changes":{v:["Deshacer cambios"]}}},{l:"et-EE",t:{"Undo changes":{v:["P\xF6\xF6ra muudatused tagasi"]}}},{l:"eu",t:{"Undo changes":{v:["Aldaketak desegin"]}}},{l:"fa",t:{"Undo changes":{v:["\u0644\u063A\u0648 \u062A\u063A\u06CC\u06CC\u0631\u0627\u062A"]}}},{l:"fi",t:{"Undo changes":{v:["Kumoa muutokset"]}}},{l:"fr",t:{"Undo changes":{v:["Annuler les changements"]}}},{l:"ga",t:{"Undo changes":{v:["Cealaigh athruithe"]}}},{l:"gl",t:{"Undo changes":{v:["Desfacer os cambios"]}}},{l:"he",t:{"Undo changes":{v:["\u05D1\u05D9\u05D8\u05D5\u05DC \u05E9\u05D9\u05E0\u05D5\u05D9\u05D9\u05DD"]}}},{l:"hu",t:{"Undo changes":{v:["V\xE1ltoztat\xE1sok visszavon\xE1sa"]}}},{l:"id",t:{"Undo changes":{v:["Urungkan perubahan"]}}},{l:"is",t:{"Undo changes":{v:["Afturkalla breytingar"]}}},{l:"it",t:{"Undo changes":{v:["Cancella i cambiamenti"]}}},{l:"ja",t:{"Undo changes":{v:["\u5909\u66F4\u3092\u53D6\u308A\u6D88\u3057"]}}},{l:"ja-JP",t:{"Undo changes":{v:["\u5909\u66F4\u3092\u53D6\u308A\u6D88\u3057"]}}},{l:"ko",t:{"Undo changes":{v:["\uBCC0\uACBD \uB418\uB3CC\uB9AC\uAE30"]}}},{l:"lt-LT",t:{}},{l:"lv",t:{}},{l:"mk",t:{"Undo changes":{v:["\u0412\u0440\u0430\u0442\u0438 \u0433\u0438 \u043F\u0440\u043E\u043C\u0435\u043D\u0438\u0442\u0435"]}}},{l:"my",t:{}},{l:"nb",t:{"Undo changes":{v:["Tilbakestill endringer"]}}},{l:"nl",t:{"Undo changes":{v:["Wijzigingen ongedaan maken"]}}},{l:"oc",t:{}},{l:"pl",t:{"Undo changes":{v:["Cofnij zmiany"]}}},{l:"pt-BR",t:{"Undo changes":{v:["Desfazer modifica\xE7\xF5es"]}}},{l:"pt-PT",t:{"Undo changes":{v:["Anular altera\xE7\xF5es"]}}},{l:"ro",t:{"Undo changes":{v:["Anularea modific\u0103rilor"]}}},{l:"ru",t:{"Undo changes":{v:["\u041E\u0442\u043C\u0435\u043D\u0438\u0442\u044C \u0438\u0437\u043C\u0435\u043D\u0435\u043D\u0438\u044F"]}}},{l:"sk",t:{"Undo changes":{v:["Vr\xE1ti\u0165 zmeny"]}}},{l:"sl",t:{"Undo changes":{v:["Razveljavi spremembe"]}}},{l:"sr",t:{"Undo changes":{v:["\u041F\u043E\u043D\u0438\u0448\u0442\u0438 \u0438\u0437\u043C\u0435\u043D\u0435"]}}},{l:"sv",t:{"Undo changes":{v:["\xC5ngra \xE4ndringar"]}}},{l:"tr",t:{"Undo changes":{v:["De\u011Fi\u015Fiklikleri geri al"]}}},{l:"uk",t:{"Undo changes":{v:["\u0421\u043A\u0430\u0441\u0443\u0432\u0430\u0442\u0438 \u0437\u043C\u0456\u043D\u0438"]}}},{l:"uz",t:{"Undo changes":{v:["O'zgarishlarni bekor qilish"]}}},{l:"zh-CN",t:{"Undo changes":{v:["\u64A4\u9500\u66F4\u6539"]}}},{l:"zh-HK",t:{"Undo changes":{v:["\u53D6\u6D88\u66F4\u6539"]}}},{l:"zh-TW",t:{"Undo changes":{v:["\u9084\u539F\u8B8A\u66F4"]}}}]},52697:($t,We,a)=>{"use strict";a.d(We,{_:()=>e});const e=(i,c)=>{const v=i.__vccOpts||i;for(const[N,I]of c)v[N]=I;return v}},26308:($t,We,a)=>{"use strict";a.d(We,{A:()=>e});const e={beforeUpdate(){this.text=this.getText()},data(){return{text:this.getText()}},computed:{isLongText(){return this.text&&this.text.trim().length>20}},methods:{getText(){return this.$slots.default?.()[0].children?.trim?.()||""}}}},63298:($t,We,a)=>{"use strict";a.d(We,{A:()=>v});var e=a(20641),i=a(97698),c=a(26308);const v={mixins:[c.A],props:{icon:{type:String,default:""},name:{type:String,default:""},title:{type:String,default:""},closeAfterClick:{type:Boolean,default:!1},ariaLabel:{type:String,default:null}},inject:{closeMenu:{from:i.N}},emits:["click"],created(){"ariaHidden"in this.$attrs&&(0,e.R8)("[NcAction*]: Do not set the ariaHidden attribute as the root element will inherit the incorrect aria-hidden.")},computed:{isIconUrl(){try{return!!new URL(this.icon,this.icon.startsWith("/")?window.location.origin:void 0)}catch{return!1}}},methods:{onClick(N){this.$emit("click",N),this.closeAfterClick&&this.closeMenu(!1)}}}},99009:($t,We,a)=>{"use strict";a.d(We,{A:()=>N,a:()=>d,g:()=>G});var e=a(81222),i=a(3168);/*!
|
|
* SPDX-FileCopyrightText: 2025 F7cloud GmbH and F7cloud contributors
|
|
* SPDX-License-Identifier: AGPL-3.0-or-later
|
|
*/function c(j){let Q=!1,x;return(...U)=>(Q||(Q=!0,x=j(...U)),x)}let v="missing-app-name";try{v="talk"}catch{i.l.error("The `@f7cloud/vue` library was used without setting / replacing the `appName`.")}const N=v;let I="";try{I="22.0.4"}catch{i.l.error("The `@f7cloud/vue` library was used without setting / replacing the `appVersion`.")}const d=I,G=c(()=>{const j=(0,e.C)("core","active-app",N);return(0,e.C)("core","apps",[]).find(({id:Q})=>Q===j)?.name??N})},81128:($t,We,a)=>{"use strict";a.d(We,{U:()=>d,g:()=>U,p:()=>x,r:()=>Q});var e=a(63814),i=a(33239),c=a(47970),v=a(99656),N=a(20641),I=a(3168);/*!
|
|
* SPDX-FileCopyrightText: 2022 F7cloud GmbH and F7cloud contributors
|
|
* SPDX-License-Identifier: AGPL-3.0-or-later
|
|
*/const d=/(\s|^)(https?:\/\/)([-A-Z0-9+_.]+(?::[0-9]+)?(?:\/[-A-Z0-9+&@#%?=~_|!:,.;()]*)*)(\s|$)/ig,G=/(\s|\(|^)((https?:\/\/)([-A-Z0-9+_.]+[-A-Z0-9]+(?::[0-9]+)?(?:\/[-A-Z0-9+&@#%?=~_|!:,.;()]*)*))(?=\s|\)|$)/ig,j=(0,N.pM)({name:"NcLink",props:{href:{type:String,required:!0}},render(){return(0,N.h)("a",{href:this.href,rel:"noopener noreferrer",target:"_blank",class:"rich-text--external-link"},[this.href.trim()])}});function Q({autolink:T,useMarkdown:_,useExtendedMarkdown:S}){return function(K){S||!_||!T||(0,c.YR)(K,_e=>_e.type==="text",(_e,ee,H)=>{let xe=x(_e.value);return typeof xe=="string"?xe=[(0,i.u)("text",xe)]:xe=xe.map(P=>typeof P=="string"?(0,i.u)("text",P):(0,i.u)("link",{url:P.props.href},[(0,i.u)("text",P.props.href)])).filter(P=>P).flat(),H.children.splice(ee,1,...xe),[v._Z,(ee??0)+xe.length]})}}function x(T){let _=G.exec(T);const S=[];let K=0;for(;_!==null;){let ee=_[2],H,xe=T.substring(K,_.index+_[1].length);ee[0]===" "&&(xe+=ee[0],ee=ee.substring(1).trim());const P=ee[ee.length-1];(P==="."||P===","||P===";"||_[0][0]==="("&&P===")")&&(ee=ee.substring(0,ee.length-1),H=P),S.push(xe),S.push({component:j,props:{href:ee}}),H&&S.push(H),K=_.index+_[0].length,_=G.exec(T)}S.push(T.substring(K));const _e=S.map(ee=>typeof ee=="string"?ee:ee.props.href).join("");return T===_e?S:(I.l.error("[NcRichText] Failed to reassemble the chunked text: "+T),T)}function U(T,_){const S=(Ce,ke)=>Ce.startsWith(ke)?Ce.slice(ke.length):Ce,K=(Ce,...ke)=>ke.reduce((J,ye)=>S(J,ye),Ce);if(!T)return null;const _e=/^https?:\/\//.test(_),ee=/^[a-z][a-z0-9+.-]*:.+/.test(_);if(!_e&&ee||_e&&!_.startsWith((0,e.$_)())||!_e&&!_.startsWith("/"))return null;const H=_e?K(_,(0,e.$_)(),"/index.php"):_,xe=K(T.options.history.base,(0,e.aU)(),"/index.php"),P=K(H,xe)||"/",ce=T.resolve(P);return ce.matched.length?ce.fullPath:null}},15144:($t,We,a)=>{"use strict";a.d(We,{C:()=>i,a:()=>G,b:()=>j,d:()=>Q,g:()=>x});var e=a(13606);(0,e.r)(e.t);class i{constructor(T,_,S,K){this.r=T,this.g=_,this.b=S,this.name=K,this.r=Math.min(T,255),this.g=Math.min(_,255),this.b=Math.min(S,255),this.name=K}get color(){const T=_=>`00${_.toString(16)}`.slice(-2);return`#${T(this.r)}${T(this.g)}${T(this.b)}`}}function c(U,T,_){return{r:(_.r-T.r)/U,g:(_.g-T.g)/U,b:(_.b-T.b)/U}}function v(U,T,_){const S=[];S.push(T);const K=c(U,T,_);for(let _e=1;_e<U;_e++){const ee=Math.floor(T.r+K.r*_e),H=Math.floor(T.g+K.g*_e),xe=Math.floor(T.b+K.b*_e);S.push(new i(ee,H,xe))}return S}const N=new i(182,70,157,(0,e.a)("Purple")),I=new i(221,203,85,(0,e.a)("Gold")),d=new i(0,130,201,(0,e.a)("F7cloud blue")),G=new i(0,0,0,(0,e.a)("Black")),j=new i(255,255,255,(0,e.a)("White")),Q=[N,new i(191,103,139,(0,e.a)("Rosy brown")),new i(201,136,121,(0,e.a)("Feldspar")),new i(211,169,103,(0,e.a)("Whiskey")),I,new i(165,184,114,(0,e.a)("Olivine")),new i(110,166,143,(0,e.a)("Acapulco")),new i(55,148,172,(0,e.a)("Boston Blue")),d,new i(45,115,190,(0,e.a)("Mariner")),new i(91,100,179,(0,e.a)("Blue Violet")),new i(136,85,168,(0,e.a)("Deluge"))];function x(U){const T=v(U,N,I),_=v(U,I,d),S=v(U,d,N);return T.concat(_).concat(S)}},23245:($t,We,a)=>{"use strict";a.d(We,{I:()=>e});/*!
|
|
* SPDX-FileCopyrightText: 2025 F7cloud GmbH and F7cloud contributors
|
|
* SPDX-License-Identifier: AGPL-3.0-or-later
|
|
*/const e=Symbol.for("nc:theme:enforced")},70695:($t,We,a)=>{"use strict";a.d(We,{C:()=>i,H:()=>e});/*!
|
|
* SPDX-FileCopyrightText: 2025 F7cloud GmbH and F7cloud contributors
|
|
* SPDX-License-Identifier: AGPL-3.0-or-later
|
|
*/const e=Symbol.for("NcContent:setHasAppNavigation"),i=Symbol.for("NcContent:selector")},34163:($t,We,a)=>{"use strict";a.d(We,{c:()=>e}),window._nc_vue_element_id=window._nc_vue_element_id??0;function e(){return`nc-vue-${window._nc_vue_element_id++}`}},4092:($t,We,a)=>{"use strict";a.d(We,{a:()=>c,b:()=>T,c:()=>j,d:()=>v,f:()=>U,g:()=>Q,h:()=>I,i:()=>N,j:()=>d});var e=a(3168);window._vue_richtext_widgets??(window._vue_richtext_widgets={}),window._registerWidget??(window._registerWidget=(_,S,K,_e)=>{i(_,S,K,_e)});function i(_,S,K=()=>{},_e){const ee={hasInteractiveView:!0,fullWidth:!1,..._e};if(window._vue_richtext_widgets[_]){e.l.error(`[ReferencePicker]: Widget for id ${_} already registered`);return}window._vue_richtext_widgets[_]={id:_,callback:S,onDestroy:K,...ee}}function c(_,S){const{richObjectType:K,richObject:_e,accessible:ee,interactive:H}=S;if(K!=="open-graph"){if(!window._vue_richtext_widgets[K]){e.l.error("Widget for rich object type "+K+" not registered");return}window._vue_richtext_widgets[K].callback(_,{richObjectType:K,richObject:_e,accessible:ee,interactive:H})}}function v(_,S){_!=="open-graph"&&window._vue_richtext_widgets[_]&&window._vue_richtext_widgets[_].onDestroy(S)}function N(_){return!!window._vue_richtext_widgets[_]}function I(_){return!!window._vue_richtext_widgets[_]?.hasInteractiveView}function d(_){return!!window._vue_richtext_widgets[_]?.fullWidth}window._vue_richtext_custom_picker_elements??(window._vue_richtext_custom_picker_elements={}),window._registerCustomPickerElement??(window._registerCustomPickerElement=x);class G{constructor(S,K){$n(this,"element");$n(this,"object");this.element=S,this.object=K}}function j(_){return!!window._vue_richtext_custom_picker_elements[_]}function Q(_){const S=window._vue_richtext_custom_picker_elements[_]?.size;return S&&["small","normal","large","full"].includes(S)?S:null}function x(_,S,K=()=>{},_e="large"){if(window._vue_richtext_custom_picker_elements[_]){e.l.error(`Custom reference picker element for id ${_} already registered`);return}window._vue_richtext_custom_picker_elements[_]={id:_,callback:S,onDestroy:K,size:_e}}function U(_,S){const{providerId:K,accessible:_e}=S;if(!window._vue_richtext_custom_picker_elements[K]){e.l.error(`Custom reference picker element for reference provider ID ${K} not registered`);return}return window._vue_richtext_custom_picker_elements[K].callback(_,{providerId:K,accessible:_e})}function T(_,S,K){window._vue_richtext_custom_picker_elements[_]&&window._vue_richtext_custom_picker_elements[_].onDestroy(S,K)}},16343:($t,We,a)=>{"use strict";a.d(We,{a:()=>G,e:()=>d,g:()=>j,s:()=>Q});var e=a(53053),i=a(43850),c=a(24715);const v=(0,e.c0)("f7cloud-vue").persist(!0).build();let N;var I=(x=>(x[x.Neutral=1]="Neutral",x[x.Light=2]="Light",x[x.MediumLight=3]="MediumLight",x[x.Medium=4]="Medium",x[x.MediumDark=5]="MediumDark",x[x.Dark=6]="Dark",x))(I||{});function d(x,U=10){N||(N=new i.EmojiIndex(c));const T=j();let _;return x?(_=N.search(`:${x}`,U),_.length<U&&(_=_.concat(N.search(x,U-_.length)))):_=i.frequently.get(U).map(S=>N.emoji(S))||[],_.map(S=>S.getSkin(T))}function G(x){i.frequently.add(x)}function j(){const x=Number.parseInt(v.getItem("NcEmojiPicker::currentSkinTone")??"1");return Math.min(Math.max(x,1),6)}function Q(x){x=Math.min(Math.max(x,1),6),v.setItem("NcEmojiPicker::currentSkinTone",x.toString())}},60648:($t,We,a)=>{"use strict";a.d(We,{c:()=>i,g:()=>e});function e(){return window._nc_focus_trap??(window._nc_focus_trap=[]),window._nc_focus_trap}function i(){let c=[];return{pause(){c=[...e()];for(const v of c)v.pause()},unpause(){if(c.length===e().length)for(const v of c)v.unpause();c=[]}}}},97172:($t,We,a)=>{"use strict";a.d(We,{i:()=>i});const[e]=window.OC?.config?.version?.split(".")??[],i=Number.parseInt(e??"32")<32},3168:($t,We,a)=>{"use strict";a.d(We,{l:()=>i});var e=a(35947);const i=(0,e.YK)().detectUser().setApp("@f7cloud/vue").build()},82253:($t,We,a)=>{"use strict";a.d(We,{A:()=>_e,B:()=>ee,C:()=>ye,D:()=>J,a:()=>_t,b:()=>S,c:()=>U,d:()=>G,e:()=>H,f:()=>i,g:()=>e,h:()=>ke,i:()=>j,j:()=>c,k:()=>ui,l:()=>ht,m:()=>N,n:()=>xe,o:()=>Ce,p:()=>ce,q:()=>Xe,r:()=>I,s:()=>K,t:()=>v,u:()=>P,v:()=>T,w:()=>Q,x:()=>x,y:()=>_,z:()=>d});var e="M13 14H11V9H13M13 18H11V16H13M1 21H23L12 2L1 21Z",i="M11,15H13V17H11V15M11,7H13V13H11V7M12,2C6.47,2 2,6.5 2,12A10,10 0 0,0 12,22A10,10 0 0,0 22,12A10,10 0 0,0 12,2M12,20A8,8 0 0,1 4,12A8,8 0 0,1 12,4A8,8 0 0,1 20,12A8,8 0 0,1 12,20Z",c="M23,12L20.56,9.22L20.9,5.54L17.29,4.72L15.4,1.54L12,3L8.6,1.54L6.71,4.72L3.1,5.53L3.44,9.21L1,12L3.44,14.78L3.1,18.47L6.71,19.29L8.6,22.47L12,21L15.4,22.46L17.29,19.28L20.9,18.46L20.56,14.78L23,12M13,17H11V15H13V17M13,13H11V7H13V13Z",v="M20,11V13H8L13.5,18.5L12.08,19.92L4.16,12L12.08,4.08L13.5,5.5L8,11H20Z",N="M4,11V13H16L10.5,18.5L11.92,19.92L19.84,12L11.92,4.08L10.5,5.5L16,11H4Z",I="M5,17.59L15.59,7H9V5H19V15H17V8.41L6.41,19L5,17.59Z",d="M19,19H5V8H19M16,1V3H8V1H6V3H5C3.89,3 3,3.89 3,5V19A2,2 0 0,0 5,21H19A2,2 0 0,0 21,19V5C21,3.89 20.1,3 19,3H18V1",G="M21,7L9,19L3.5,13.5L4.91,12.09L9,16.17L19.59,5.59L21,7Z",j="M10,17L5,12L6.41,10.58L10,14.17L17.59,6.58L19,8M12,2A10,10 0 0,0 2,12A10,10 0 0,0 12,22A10,10 0 0,0 22,12A10,10 0 0,0 12,2Z",Q="M7.41,8.58L12,13.17L16.59,8.58L18,10L12,16L6,10L7.41,8.58Z",x="M15.41,16.58L10.83,12L15.41,7.41L14,6L8,12L14,18L15.41,16.58Z",U="M8.59,16.58L13.17,12L8.59,7.41L10,6L16,12L10,18L8.59,16.58Z",T="M7.41,15.41L12,10.83L16.59,15.41L18,14L12,8L6,14L7.41,15.41Z",_="M12,2A10,10 0 0,0 2,12A10,10 0 0,0 12,22A10,10 0 0,0 22,12A10,10 0 0,0 12,2M16.2,16.2L11,13V7H12.5V12.2L17,14.9L16.2,16.2Z",S="M19,6.41L17.59,5L12,10.59L6.41,5L5,6.41L10.59,12L5,17.59L6.41,19L12,13.41L17.59,19L19,17.59L13.41,12L19,6.41Z",K="M12,20C7.59,20 4,16.41 4,12C4,7.59 7.59,4 12,4C16.41,4 20,7.59 20,12C20,16.41 16.41,20 12,20M12,2C6.47,2 2,6.47 2,12C2,17.53 6.47,22 12,22C17.53,22 22,17.53 22,12C22,6.47 17.53,2 12,2M14.59,8L12,10.59L9.41,8L8,9.41L10.59,12L8,14.59L9.41,16L12,13.41L14.59,16L16,14.59L13.41,12L16,9.41L14.59,8Z",_e="M12,15.5A3.5,3.5 0 0,1 8.5,12A3.5,3.5 0 0,1 12,8.5A3.5,3.5 0 0,1 15.5,12A3.5,3.5 0 0,1 12,15.5M19.43,12.97C19.47,12.65 19.5,12.33 19.5,12C19.5,11.67 19.47,11.34 19.43,11L21.54,9.37C21.73,9.22 21.78,8.95 21.66,8.73L19.66,5.27C19.54,5.05 19.27,4.96 19.05,5.05L16.56,6.05C16.04,5.66 15.5,5.32 14.87,5.07L14.5,2.42C14.46,2.18 14.25,2 14,2H10C9.75,2 9.54,2.18 9.5,2.42L9.13,5.07C8.5,5.32 7.96,5.66 7.44,6.05L4.95,5.05C4.73,4.96 4.46,5.05 4.34,5.27L2.34,8.73C2.21,8.95 2.27,9.22 2.46,9.37L4.57,11C4.53,11.34 4.5,11.67 4.5,12C4.5,12.33 4.53,12.65 4.57,12.97L2.46,14.63C2.27,14.78 2.21,15.05 2.34,15.27L4.34,18.73C4.46,18.95 4.73,19.03 4.95,18.95L7.44,17.94C7.96,18.34 8.5,18.68 9.13,18.93L9.5,21.58C9.54,21.82 9.75,22 10,22H14C14.25,22 14.46,21.82 14.5,21.58L14.87,18.93C15.5,18.67 16.04,18.34 16.56,17.94L19.05,18.95C19.27,19.03 19.54,18.95 19.66,18.73L21.66,15.27C21.78,15.05 21.73,14.78 21.54,14.63L19.43,12.97Z",ee="M12,8A4,4 0 0,1 16,12A4,4 0 0,1 12,16A4,4 0 0,1 8,12A4,4 0 0,1 12,8M12,10A2,2 0 0,0 10,12A2,2 0 0,0 12,14A2,2 0 0,0 14,12A2,2 0 0,0 12,10M10,22C9.75,22 9.54,21.82 9.5,21.58L9.13,18.93C8.5,18.68 7.96,18.34 7.44,17.94L4.95,18.95C4.73,19.03 4.46,18.95 4.34,18.73L2.34,15.27C2.21,15.05 2.27,14.78 2.46,14.63L4.57,12.97L4.5,12L4.57,11L2.46,9.37C2.27,9.22 2.21,8.95 2.34,8.73L4.34,5.27C4.46,5.05 4.73,4.96 4.95,5.05L7.44,6.05C7.96,5.66 8.5,5.32 9.13,5.07L9.5,2.42C9.54,2.18 9.75,2 10,2H14C14.25,2 14.46,2.18 14.5,2.42L14.87,5.07C15.5,5.32 16.04,5.66 16.56,6.05L19.05,5.05C19.27,4.96 19.54,5.05 19.66,5.27L21.66,8.73C21.79,8.95 21.73,9.22 21.54,9.37L19.43,11L19.5,12L19.43,13L21.54,14.63C21.73,14.78 21.79,15.05 21.66,15.27L19.66,18.73C19.54,18.95 19.27,19.04 19.05,18.95L16.56,17.95C16.04,18.34 15.5,18.68 14.87,18.93L14.5,21.58C14.46,21.82 14.25,22 14,22H10M11.25,4L10.88,6.61C9.68,6.86 8.62,7.5 7.85,8.39L5.44,7.35L4.69,8.65L6.8,10.2C6.4,11.37 6.4,12.64 6.8,13.8L4.68,15.36L5.43,16.66L7.86,15.62C8.63,16.5 9.68,17.14 10.87,17.38L11.24,20H12.76L13.13,17.39C14.32,17.14 15.37,16.5 16.14,15.62L18.57,16.66L19.32,15.36L17.2,13.81C17.6,12.64 17.6,11.37 17.2,10.2L19.31,8.65L18.56,7.35L16.15,8.39C15.38,7.5 14.32,6.86 13.12,6.62L12.75,4H11.25Z",H="M19,21H8V7H19M19,5H8A2,2 0 0,0 6,7V21A2,2 0 0,0 8,23H19A2,2 0 0,0 21,21V7A2,2 0 0,0 19,5M16,1H4A2,2 0 0,0 2,3V17H4V3H16V1Z",xe="M19,1L17.74,3.75L15,5L17.74,6.26L19,9L20.25,6.26L23,5L20.25,3.75M9,4L6.5,9.5L1,12L6.5,14.5L9,20L11.5,14.5L17,12L11.5,9.5M19,15L17.74,17.74L15,19L17.74,20.25L19,23L20.25,20.25L23,19L20.25,17.74",P="M16,12A2,2 0 0,1 18,10A2,2 0 0,1 20,12A2,2 0 0,1 18,14A2,2 0 0,1 16,12M10,12A2,2 0 0,1 12,10A2,2 0 0,1 14,12A2,2 0 0,1 12,14A2,2 0 0,1 10,12M4,12A2,2 0 0,1 6,10A2,2 0 0,1 8,12A2,2 0 0,1 6,14A2,2 0 0,1 4,12Z",ce="M12,9A3,3 0 0,0 9,12A3,3 0 0,0 12,15A3,3 0 0,0 15,12A3,3 0 0,0 12,9M12,17A5,5 0 0,1 7,12A5,5 0 0,1 12,7A5,5 0 0,1 17,12A5,5 0 0,1 12,17M12,4.5C7,4.5 2.73,7.61 1,12C2.73,16.39 7,19.5 12,19.5C17,19.5 21.27,16.39 23,12C21.27,7.61 17,4.5 12,4.5Z",Ce="M11.83,9L15,12.16C15,12.11 15,12.05 15,12A3,3 0 0,0 12,9C11.94,9 11.89,9 11.83,9M7.53,9.8L9.08,11.35C9.03,11.56 9,11.77 9,12A3,3 0 0,0 12,15C12.22,15 12.44,14.97 12.65,14.92L14.2,16.47C13.53,16.8 12.79,17 12,17A5,5 0 0,1 7,12C7,11.21 7.2,10.47 7.53,9.8M2,4.27L4.28,6.55L4.73,7C3.08,8.3 1.78,10 1,12C2.73,16.39 7,19.5 12,19.5C13.55,19.5 15.03,19.2 16.38,18.66L16.81,19.08L19.73,22L21,20.73L3.27,3M12,7A5,5 0 0,1 17,12C17,12.64 16.87,13.26 16.64,13.82L19.57,16.75C21.07,15.5 22.27,13.86 23,12C21.27,7.61 17,4.5 12,4.5C10.6,4.5 9.26,4.75 8,5.2L10.17,7.35C10.74,7.13 11.35,7 12,7Z",ke="M13,9H11V7H13M13,17H11V11H13M12,2A10,10 0 0,0 2,12A10,10 0 0,0 12,22A10,10 0 0,0 22,12A10,10 0 0,0 12,2Z",J="M3,6H21V8H3V6M3,11H21V13H3V11M3,16H21V18H3V16Z",ye="M21,15.61L19.59,17L14.58,12L19.59,7L21,8.39L17.44,12L21,15.61M3,6H16V8H3V6M3,13V11H13V13H3M3,18V16H16V18H3Z",Xe="M14,3V5H17.59L7.76,14.83L9.17,16.24L19,6.41V10H21V3M19,19H5V5H12V3H5C3.89,3 3,3.9 3,5V19A2,2 0 0,0 5,21H19A2,2 0 0,0 21,19V12H19V19Z",ui="M17,7H7A5,5 0 0,0 2,12A5,5 0 0,0 7,17H17A5,5 0 0,0 22,12A5,5 0 0,0 17,7M17,15A3,3 0 0,1 14,12A3,3 0 0,1 17,9A3,3 0 0,1 20,12A3,3 0 0,1 17,15Z",ht="M17,7H7A5,5 0 0,0 2,12A5,5 0 0,0 7,17H17A5,5 0 0,0 22,12A5,5 0 0,0 17,7M7,15A3,3 0 0,1 4,12A3,3 0 0,1 7,9A3,3 0 0,1 10,12A3,3 0 0,1 7,15Z",_t="M12.5,8C9.85,8 7.45,9 5.6,10.6L2,7V16H11L7.38,12.38C8.77,11.22 10.54,10.5 12.5,10.5C16.04,10.5 19.05,12.81 20.1,16L22.47,15.22C21.08,11.03 17.15,8 12.5,8Z"},42413:($t,We,a)=>{"use strict";a.d(We,{i:()=>e});const e=/mac|ipad|iphone|darwin/i.test(navigator.userAgent)},75707:($t,We,a)=>{"use strict";a.d(We,{f:()=>$,g:()=>tr,s:()=>An});var e=a(20641),i=a(90033),c=a(50953),v=a(53751),N=a(61338),I=a(52697),d=a(70561),G=a(4092),j=a(66802),Q=a(81222),x=a(63814),U=a(13606),T=a(3168),_=a(30854),S=a(42531),K=a(91202),_e=a(12454),ee=a(61715),H=a(35696),xe=a(75220),P=a(26905),ce=a(81128),Ce=a(74363),ke=a(20646),J=a(39867),ye=a(66197);const Xe={name:"ArrowLeftIcon",emits:["click"],props:{title:{type:String},fillColor:{type:String,default:"currentColor"},size:{type:Number,default:24}}},ui=["aria-hidden","aria-label"],ht=["fill","width","height"],_t={d:"M20,11V13H8L13.5,18.5L12.08,19.92L4.16,12L12.08,4.08L13.5,5.5L8,11H20Z"},ai={key:0};function Ft(Ai,Te,et,ii,qt,xi){return(0,e.uX)(),(0,e.CE)("span",(0,e.v6)(Ai.$attrs,{"aria-hidden":et.title?null:"true","aria-label":et.title,class:"material-design-icon arrow-left-icon",role:"img",onClick:Te[0]||(Te[0]=ia=>Ai.$emit("click",ia))}),[((0,e.uX)(),(0,e.CE)("svg",{fill:et.fillColor,class:"material-design-icon__svg",width:et.size,height:et.size,viewBox:"0 0 24 24"},[(0,e.Lk)("path",_t,[et.title?((0,e.uX)(),(0,e.CE)("title",ai,(0,i.toDisplayString)(et.title),1)):(0,e.Q3)("",!0)])],8,ht))],16,ui)}const jt=(0,I._)(Xe,[["render",Ft]]),He={name:"NcCustomPickerElement",props:{provider:{type:Object,required:!0}},emits:["cancel","submit"],data(){return{isRegistered:(0,G.c)(this.provider.id),renderResult:null}},mounted(){this.isRegistered&&this.renderElement()},beforeUnmount(){this.isRegistered&&(0,G.b)(this.provider.id,this.$el,this.renderResult)},methods:{renderElement(){this.$refs.domElement&&(this.$refs.domElement.innerHTML="");const Ai=(0,G.f)(this.$refs.domElement,{providerId:this.provider.id,accessible:!1});Promise.resolve(Ai).then(Te=>{this.renderResult=Te,this.renderResult.object?._isVue&&this.renderResult.object?.$on&&(this.renderResult.object.$on("submit",this.onSubmit),this.renderResult.object.$on("cancel",this.onCancel)),this.renderResult.element.addEventListener("submit",et=>{this.onSubmit(et.detail)}),this.renderResult.element.addEventListener("cancel",this.onCancel)})},onSubmit(Ai){this.$emit("submit",Ai)},onCancel(){this.$emit("cancel")}}},ut={ref:"domElement"};function Ot(Ai,Te,et,ii,qt,xi){return(0,e.uX)(),(0,e.CE)("div",ut,null,512)}const Gt=(0,I._)(He,[["render",Ot],["__scopeId","data-v-e408867a"]]),ri={name:"LinkVariantIcon",emits:["click"],props:{title:{type:String},fillColor:{type:String,default:"currentColor"},size:{type:Number,default:24}}},Ii=["aria-hidden","aria-label"],Li=["fill","width","height"],Yi={d:"M10.59,13.41C11,13.8 11,14.44 10.59,14.83C10.2,15.22 9.56,15.22 9.17,14.83C7.22,12.88 7.22,9.71 9.17,7.76V7.76L12.71,4.22C14.66,2.27 17.83,2.27 19.78,4.22C21.73,6.17 21.73,9.34 19.78,11.29L18.29,12.78C18.3,11.96 18.17,11.14 17.89,10.36L18.36,9.88C19.54,8.71 19.54,6.81 18.36,5.64C17.19,4.46 15.29,4.46 14.12,5.64L10.59,9.17C9.41,10.34 9.41,12.24 10.59,13.41M13.41,9.17C13.8,8.78 14.44,8.78 14.83,9.17C16.78,11.12 16.78,14.29 14.83,16.24V16.24L11.29,19.78C9.34,21.73 6.17,21.73 4.22,19.78C2.27,17.83 2.27,14.66 4.22,12.71L5.71,11.22C5.7,12.04 5.83,12.86 6.11,13.65L5.64,14.12C4.46,15.29 4.46,17.19 5.64,18.36C6.81,19.54 8.71,19.54 9.88,18.36L13.41,14.83C14.59,13.66 14.59,11.76 13.41,10.59C13,10.2 13,9.56 13.41,9.17Z"},wi={key:0};function Lt(Ai,Te,et,ii,qt,xi){return(0,e.uX)(),(0,e.CE)("span",(0,e.v6)(Ai.$attrs,{"aria-hidden":et.title?null:"true","aria-label":et.title,class:"material-design-icon link-variant-icon",role:"img",onClick:Te[0]||(Te[0]=ia=>Ai.$emit("click",ia))}),[((0,e.uX)(),(0,e.CE)("svg",{fill:et.fillColor,class:"material-design-icon__svg",width:et.size,height:et.size,viewBox:"0 0 24 24"},[(0,e.Lk)("path",Yi,[et.title?((0,e.uX)(),(0,e.CE)("title",wi,(0,i.toDisplayString)(et.title),1)):(0,e.Q3)("",!0)])],8,Li))],16,Ii)}const di=(0,I._)(ri,[["render",Lt]]);(0,U.r)(U.F);const Vt="any-link",pn={id:Vt,title:(0,U.a)("Any link"),order:0,icon_url:(0,x.d0)("core","filetypes/link.svg")};window._vue_richtext_reference_providers??(window._vue_richtext_reference_providers=(0,Q.C)("core","reference-provider-list",[])),window._vue_richtext_reference_provider_timestamps??(window._vue_richtext_reference_provider_timestamps=(0,Q.C)("core","reference-provider-timestamps",{}));function oi(Ai){return Ai===Vt?pn:ni().find(Te=>Te.id===Ai)}function ni(){return window._vue_richtext_reference_providers.filter(Ai=>{const Te=!!Ai.search_providers_ids&&Ai.search_providers_ids.length>0||(0,G.c)(Ai.id);return Te||T.l.debug(`[smart picker] ${Ai.id} reference provider is discoverable but does not have any related search provider or custom picker component registered`),Te})}function Ei(Ai){const Te=window._vue_richtext_reference_provider_timestamps;return Ai.sort((et,ii)=>et.order===ii.order?0:et.order>ii.order?1:-1).sort((et,ii)=>{const qt=Te[et.id],xi=Te[ii.id];return qt===xi?0:xi===void 0?-1:qt===void 0?1:qt>xi?-1:1})}function An(Ai,Te){const et=ni(),ii=Ai.replace(/[/\-\\^$*+?.()|[\]{}]/g,"\\$&"),qt=new RegExp(ii,"i"),ia=Ei(et).filter(ma=>ma.title.match(qt)),ca=Te?ia.slice(0,Te):ia;return(Ai===""||ca.length===0)&&ca.push(pn),ca}async function En(Ai){const Te=Math.floor(Date.now()/1e3),et=(0,x.KT)("references/provider/{providerId}",{providerId:Ai});await j.Ay.put(et,{timestamp:Te}),window._vue_richtext_reference_provider_timestamps[Ai]=Te}(0,U.r)(U.H,U.G);/*!
|
|
* SPDX-FileCopyrightText: 2023 F7cloud GmbH and F7cloud contributors
|
|
* SPDX-License-Identifier: AGPL-3.0-or-later
|
|
*/function Qi(Ai){try{return!!new URL(Ai)}catch{return!1}}const Yt={name:"NcProviderList",components:{NcSelect:K.N,NcHighlight:S._,NcEmptyContent:_.N,LinkVariantIcon:di},emits:["selectProvider","submit"],data(){return{selectedProvider:null,query:"",multiselectPlaceholder:(0,U.a)("Select provider"),providerIconAlt:(0,U.a)("Provider icon")}},computed:{options(){const Ai=[];return this.query!==""&&Qi(this.query)&&Ai.push({id:this.query,title:this.query,isLink:!0}),Ai.push(...An(this.query)),Ai}},methods:{focus(){setTimeout(()=>{this.$refs["provider-select"]?.$el?.querySelector("#provider-select-input")?.focus()},300)},onProviderSelected(Ai){Ai!==null&&(Ai.isLink?this.$emit("submit",Ai.title):this.$emit("selectProvider",Ai),this.selectedProvider=null)},onSearch(Ai){this.query=Ai}}},Ut={class:"provider-list"},qi={key:0,class:"provider"},Ne={key:1,class:"provider"},ft=["src","alt"];function gt(Ai,Te,et,ii,qt,xi){const ia=(0,e.g2)("LinkVariantIcon"),ca=(0,e.g2)("NcHighlight"),ma=(0,e.g2)("NcSelect"),jn=(0,e.g2)("NcEmptyContent");return(0,e.uX)(),(0,e.CE)("div",Ut,[(0,e.bF)(ma,{ref:"provider-select",modelValue:qt.selectedProvider,"onUpdate:modelValue":[Te[0]||(Te[0]=$a=>qt.selectedProvider=$a),xi.onProviderSelected],class:"provider-list--select","input-id":"provider-select-input",label:"title",placeholder:qt.multiselectPlaceholder,options:xi.options,"append-to-body":!1,"clear-search-on-select":!0,"clear-search-on-blur":()=>!1,filterable:!1,onSearch:xi.onSearch},{option:(0,e.k6)($a=>[$a.isLink?((0,e.uX)(),(0,e.CE)("div",qi,[(0,e.bF)(ia,{class:"link-icon",size:20}),(0,e.Lk)("span",null,(0,i.toDisplayString)($a.title),1)])):((0,e.uX)(),(0,e.CE)("div",Ne,[(0,e.Lk)("img",{class:"provider-icon",src:$a.icon_url,alt:qt.providerIconAlt},null,8,ft),(0,e.bF)(ca,{class:"option-text",search:qt.query,text:$a.title},null,8,["search","text"])]))]),_:1},8,["modelValue","placeholder","options","onSearch","onUpdate:modelValue"]),(0,e.bF)(jn,{class:"provider-list--empty-content"},{icon:(0,e.k6)(()=>[(0,e.bF)(ia)]),_:1})])}const Ve=(0,I._)(Yt,[["render",gt],["__scopeId","data-v-90c6aa3b"]]);(0,U.r)();const ot=["src"],ei={class:"widget-default--details"},X={class:"widget-default--name"},A={class:"widget-default--link"},g=3*60*1e3,D=(0,e.pM)({__name:"NcReferenceWidget",props:{reference:{},interactive:{type:Boolean,default:!0},interactiveOptIn:{type:Boolean,default:!1}},setup(Ai){const Te=Ai,et=(0,e.WQ)(H.Tk,null),ii=(0,c.KR)(!1),qt=(0,e.rk)("customWidget"),xi=(0,e.rk)("widgetRoot"),{width:ia}=(0,ee.Lhy)(xi);(0,ee.BLq)(xi,([oe])=>{(0,e.dY)(()=>{ii.value=oe.isIntersecting})});const ca=(0,c.KR)(!1),ma=(0,c.KR)(!1);let jn=null;const $a=(0,e.EW)(()=>!Te.interactiveOptIn&&Te.interactive||ca.value),Ia=(0,e.EW)(()=>(0,G.j)(Te.reference.richObjectType)),gr=(0,e.EW)(()=>(0,G.i)(Te.reference.richObjectType)),Ta=(0,e.EW)(()=>gr.value&&(0,G.h)(Te.reference.richObjectType)),to=(0,e.EW)(()=>!Te.reference.accessible),Kr=(0,e.EW)(()=>[450,550,650,1/0].findIndex(z=>ia.value<z)),lr=(0,e.EW)(()=>{if(Kr.value===0)return{display:"none"};const oe=Kr.value;return{lineClamp:oe,webkitLineClamp:oe}}),Wr=(0,e.EW)(()=>{const oe=Te.reference.openGraphObject.link;return oe?oe.startsWith("https://")?oe.substring(8):oe.startsWith("http://")?oe.substring(7):oe:""}),Le=(0,e.EW)(()=>(0,ce.g)(et,Te.reference.openGraphObject.link)),lt=(0,e.EW)(()=>Le.value?xe.Wk:"a"),u=(0,e.EW)(()=>Le.value?{to:Le.value}:{href:Te.reference.openGraphObject.link,target:"_blank"});(0,e.wB)(ii,oe=>{if(!oe){jn=setTimeout(()=>{ii.value||q()},g);return}jn&&(clearTimeout(jn),jn=null),ma.value||R()},{immediate:!0}),(0,e.xo)(()=>{q()});function b(){ca.value=!0,R()}function R(){if(!qt.value||Te.reference.richObjectType==="open-graph")return;qt.value.innerHTML="";const oe=document.createElement("div");oe.style.width="100%",qt.value.appendChild(oe),(0,e.dY)(()=>{(0,G.a)(oe,{...Te.reference,interactive:$a.value}),ma.value=!0})}function q(){ma.value&&xi.value&&((0,G.d)(Te.reference.richObjectType,xi.value),ma.value=!1)}return(oe,z)=>((0,e.uX)(),(0,e.CE)("div",{ref_key:"widgetRoot",ref:xi,class:(0,i.normalizeClass)({"toggle-interactive":Ta.value&&!$a.value})},[oe.reference&&gr.value?((0,e.uX)(),(0,e.CE)("div",{key:0,ref_key:"customWidget",ref:qt,class:(0,i.normalizeClass)(["widget-custom",{"full-width":Ia.value}])},null,2)):!to.value&&oe.reference&&oe.reference.openGraphObject&&!gr.value?((0,e.uX)(),(0,e.Wv)((0,e.$y)(lt.value),(0,e.v6)({key:1},u.value,{rel:"noopener noreferrer",class:"widget-default"}),{default:(0,e.k6)(()=>[oe.reference.openGraphObject.thumb?((0,e.uX)(),(0,e.CE)("img",{key:0,class:"widget-default--image",src:oe.reference.openGraphObject.thumb},null,8,ot)):(0,e.Q3)("",!0),(0,e.Lk)("div",ei,[(0,e.Lk)("p",X,(0,i.toDisplayString)(oe.reference.openGraphObject.name),1),(0,e.Lk)("p",{class:"widget-default--description",style:(0,i.normalizeStyle)(lr.value)},(0,i.toDisplayString)(oe.reference.openGraphObject.description),5),(0,e.Lk)("p",A,(0,i.toDisplayString)(Wr.value),1)])]),_:1},16)):(0,e.Q3)("",!0),oe.interactiveOptIn&&Ta.value&&!$a.value?((0,e.uX)(),(0,e.Wv)(P.N,{key:2,class:"toggle-interactive--button",onClick:b},{default:(0,e.k6)(()=>[(0,e.eW)((0,i.toDisplayString)((0,c.R1)(U.a)("Enable interactive view")),1)]),_:1})):(0,e.Q3)("",!0)],2))}}),$=(0,I._)(D,[["__scopeId","data-v-8ce33442"]]);(0,U.r)(U.I);const Y={name:"NcRawLinkInput",components:{LinkVariantIcon:di,NcEmptyContent:_.N,NcLoadingIcon:Ce.N,NcReferenceWidget:$,NcTextField:ke._},props:{provider:{type:Object,required:!0}},emits:["submit"],data(){return{inputValue:"",loading:!1,reference:null,abortController:null,inputPlaceholder:(0,U.a)("Enter link")}},computed:{isLinkValid(){return Qi(this.inputValue)},debouncedUpdateReference(){return(0,_e.A)(this.updateReference,500)}},methods:{focus(){this.$refs["url-input"].$el.getElementsByTagName("input")[0]?.focus()},onSubmit(Ai){const Te=Ai.target.value;this.isLinkValid&&this.$emit("submit",Te)},onClear(){this.inputValue="",this.reference=null},onInput(){this.reference=null,this.abortController&&this.abortController.abort(),this.isLinkValid&&this.debouncedUpdateReference()},updateReference(){this.loading=!0,this.abortController=new AbortController,j.Ay.get((0,x.KT)("references/resolve",2)+"?reference="+encodeURIComponent(this.inputValue),{signal:this.abortController.signal}).then(Ai=>{this.reference=Ai.data.ocs.data.references[this.inputValue]}).catch(Ai=>{T.l.error("[NcRawLinkInput] Failed to update reference",{error:Ai})}).then(()=>{this.loading=!1})}}},ne={class:"raw-link"},Re={class:"input-wrapper"},Ge=["src"];function At(Ai,Te,et,ii,qt,xi){const ia=(0,e.g2)("NcLoadingIcon"),ca=(0,e.g2)("LinkVariantIcon"),ma=(0,e.g2)("NcTextField"),jn=(0,e.g2)("NcReferenceWidget"),$a=(0,e.g2)("NcEmptyContent");return(0,e.uX)(),(0,e.CE)("div",ne,[(0,e.Lk)("div",Re,[(0,e.bF)(ma,{ref:"url-input",modelValue:qt.inputValue,"onUpdate:modelValue":[Te[0]||(Te[0]=Ia=>qt.inputValue=Ia),xi.onInput],"show-trailing-button":qt.inputValue!=="",label:qt.inputPlaceholder,onTrailingButtonClick:xi.onClear,onKeyup:(0,v.withKeys)(xi.onSubmit,["enter"])},{default:(0,e.k6)(()=>[qt.loading?((0,e.uX)(),(0,e.Wv)(ia,{key:0,size:16})):((0,e.uX)(),(0,e.Wv)(ca,{key:1,size:16}))]),_:1},8,["modelValue","show-trailing-button","label","onTrailingButtonClick","onUpdate:modelValue","onKeyup"])]),qt.reference!==null?((0,e.uX)(),(0,e.Wv)(jn,{key:0,class:"reference-widget",reference:qt.reference},null,8,["reference"])):((0,e.uX)(),(0,e.Wv)($a,{key:1,class:"raw-link--empty-content"},{icon:(0,e.k6)(()=>[et.provider.icon_url?((0,e.uX)(),(0,e.CE)("img",{key:0,class:"provider-icon",src:et.provider.icon_url},null,8,Ge)):((0,e.uX)(),(0,e.Wv)(ca,{key:1}))]),_:1}))])}const Ze=(0,I._)(Y,[["render",At],["__scopeId","data-v-a0658f2a"]]),ve={name:"NcSearchResult",components:{NcHighlight:S._},props:{entry:{type:Object,required:!0},query:{type:String,required:!0}}},L={class:"result"},ge=["src"],Ae={class:"result--content"},rt={class:"result--content--name"},Ht={class:"result--content--subline"};function Qt(Ai,Te,et,ii,qt,xi){const ia=(0,e.g2)("NcHighlight");return(0,e.uX)(),(0,e.CE)("div",L,[et.entry.icon?((0,e.uX)(),(0,e.CE)("div",{key:0,class:(0,i.normalizeClass)([{[et.entry.icon]:!0,rounded:et.entry.rounded},"result--icon-class"])},null,2)):((0,e.uX)(),(0,e.CE)("img",{key:1,class:(0,i.normalizeClass)(["result--image",{rounded:et.entry.rounded}]),src:et.entry.thumbnailUrl},null,10,ge)),(0,e.Lk)("div",Ae,[(0,e.Lk)("span",rt,[(0,e.bF)(ia,{search:et.query,text:et.entry.title},null,8,["search","text"])]),(0,e.Lk)("span",Ht,[(0,e.bF)(ia,{search:et.query,text:et.entry.subline},null,8,["search","text"])])])])}const Qe=(0,I._)(ve,[["render",Qt],["__scopeId","data-v-059edcfb"]]);(0,U.r)(U.J,U.H,U.j);const Rt=5,Kt={name:"NcSearch",components:{LinkVariantIcon:di,DotsHorizontalIcon:J.I,NcEmptyContent:_.N,NcSelect:K.N,NcSearchResult:Qe},props:{provider:{type:Object,required:!0},showEmptyContent:{type:Boolean,default:!0},searchPlaceholder:{type:String,default:null}},emits:["submit"],data(){return{searchQuery:"",selectedResult:null,resultsBySearchProvider:{},searching:!1,searchingMoreOf:null,abortController:null,noOptionsText:(0,U.a)("Start typing to search"),providerIconAlt:(0,U.a)("Provider icon")}},computed:{mySearchPlaceholder(){return this.searchPlaceholder||(0,U.a)("Search")},searchProviderIds(){return this.provider.search_providers_ids},options(){if(this.searchQuery==="")return[];const Ai=[];return Qi(this.searchQuery)&&Ai.push(this.rawLinkEntry),Ai.push(...this.formattedSearchResults),Ai},rawLinkEntry(){return{id:"rawLinkEntry",resourceUrl:this.searchQuery,isRawLink:!0}},formattedSearchResults(){const Ai=[];return this.searchProviderIds.forEach(Te=>{if(this.resultsBySearchProvider[Te].entries.length>0){(this.searchProviderIds.length>1||this.resultsBySearchProvider[Te].entries.length>1)&&Ai.push({id:"groupTitle-"+Te,name:this.resultsBySearchProvider[Te].name,isCustomGroupTitle:!0,providerId:Te});const et=this.resultsBySearchProvider[Te].entries.map((ii,qt)=>({id:"provider-"+Te+"-entry-"+qt,...ii}));Ai.push(...et),this.resultsBySearchProvider[Te].isPaginated&&Ai.push({id:"moreOf-"+Te,name:this.resultsBySearchProvider[Te].name,isMore:!0,providerId:Te,isLoading:this.searchingMoreOf===Te})}}),Ai},debouncedUpdateSearch(){return(0,_e.A)(this.updateSearch,500)}},mounted(){this.resetResults()},beforeUnmount(){this.cancelSearchRequests()},methods:{t:U.a,resetResults(){const Ai={};this.searchProviderIds.forEach(Te=>{Ai[Te]={entries:[]}}),this.resultsBySearchProvider=Ai},focus(){setTimeout(()=>{this.$refs["search-select"]?.$el?.querySelector("#search-select-input")?.focus()},300)},cancelSearchRequests(){this.abortController&&this.abortController.abort()},onSearchInput(Ai){this.searchQuery=Ai,this.debouncedUpdateSearch()},onSelectResultSelected(Ai){Ai!==null&&(Ai.resourceUrl?(this.cancelSearchRequests(),this.$emit("submit",Ai.resourceUrl)):Ai.isMore&&this.searchMoreOf(Ai.providerId).then(()=>{this.selectedResult=null}))},searchMoreOf(Ai){return this.searchingMoreOf=Ai,this.cancelSearchRequests(),this.searchProviders(Ai)},updateSearch(){if(this.cancelSearchRequests(),this.resetResults(),this.searchQuery===""){this.searching=!1;return}return this.searchProviders()},searchProviders(Ai=null){this.abortController=new AbortController,this.searching=!0;const Te=Ai===null?[...this.searchProviderIds].map(et=>this.searchOneProvider(et)):[this.searchOneProvider(Ai,this.resultsBySearchProvider[Ai]?.cursor??null)];return Promise.allSettled(Te).then(et=>{!!et.find(qt=>qt.status==="rejected"&&(qt.reason.name==="CanceledError"||qt.reason.code==="ERR_CANCELED"))||(this.searching=!1,this.searchingMoreOf=null)})},searchOneProvider(Ai,Te=null){const et=Te===null?(0,x.KT)("search/providers/{providerId}/search?term={term}&limit={limit}",{providerId:Ai,term:this.searchQuery,limit:Rt}):(0,x.KT)("search/providers/{providerId}/search?term={term}&limit={limit}&cursor={cursor}",{providerId:Ai,term:this.searchQuery,limit:Rt,cursor:Te});return j.Ay.get(et,{signal:this.abortController.signal}).then(ii=>{const qt=ii.data.ocs.data;this.resultsBySearchProvider[Ai].name=qt.name,this.resultsBySearchProvider[Ai].cursor=qt.cursor,this.resultsBySearchProvider[Ai].isPaginated=qt.isPaginated,this.resultsBySearchProvider[Ai].entries.push(...qt.entries)})}}},wt={key:0,class:"custom-option"},un={class:"option-text"},en={key:2,class:"custom-option group-name"},Ji=["src"],Zn={class:"option-text"},oa={key:3,class:"custom-option"},Tn={key:0,class:"option-simple-icon icon-loading-small"},Er={class:"option-text"},Ea=["alt","src"];function Br(Ai,Te,et,ii,qt,xi){const ia=(0,e.g2)("LinkVariantIcon"),ca=(0,e.g2)("NcSearchResult"),ma=(0,e.g2)("DotsHorizontalIcon"),jn=(0,e.g2)("NcSelect"),$a=(0,e.g2)("NcEmptyContent");return(0,e.uX)(),(0,e.CE)("div",{class:(0,i.normalizeClass)(["smart-picker-search",{"with-empty-content":et.showEmptyContent}])},[(0,e.bF)(jn,{ref:"search-select",modelValue:qt.selectedResult,"onUpdate:modelValue":[Te[0]||(Te[0]=Ia=>qt.selectedResult=Ia),xi.onSelectResultSelected],class:"smart-picker-search--select","input-id":"search-select-input",label:"name",placeholder:xi.mySearchPlaceholder,options:xi.options,"append-to-body":!1,"close-on-select":!1,"clear-search-on-select":!1,"clear-search-on-blur":()=>!1,"reset-focus-on-options-change":!1,filterable:!1,autoscroll:!0,"reset-on-options-change":!1,loading:qt.searching,onSearch:xi.onSearchInput},{option:(0,e.k6)(Ia=>[Ia.isRawLink?((0,e.uX)(),(0,e.CE)("div",wt,[(0,e.bF)(ia,{class:"option-simple-icon",size:20}),(0,e.Lk)("span",un,(0,i.toDisplayString)(xi.t("Raw link {options}",{options:Ia.resourceUrl})),1)])):Ia.resourceUrl?((0,e.uX)(),(0,e.Wv)(ca,{key:1,class:"search-result",entry:Ia,query:qt.searchQuery},null,8,["entry","query"])):Ia.isCustomGroupTitle?((0,e.uX)(),(0,e.CE)("span",en,[et.provider.icon_url?((0,e.uX)(),(0,e.CE)("img",{key:0,class:"provider-icon group-name-icon",src:et.provider.icon_url},null,8,Ji)):(0,e.Q3)("",!0),(0,e.Lk)("span",Zn,[(0,e.Lk)("strong",null,(0,i.toDisplayString)(Ia.name),1)])])):Ia.isMore?((0,e.uX)(),(0,e.CE)("span",oa,[Ia.isLoading?((0,e.uX)(),(0,e.CE)("span",Tn)):((0,e.uX)(),(0,e.Wv)(ma,{key:1,class:"option-simple-icon",size:20})),(0,e.Lk)("span",Er,(0,i.toDisplayString)(xi.t('Load more "{options}"',{options:Ia.name})),1)])):(0,e.Q3)("",!0)]),"no-options":(0,e.k6)(()=>[(0,e.eW)((0,i.toDisplayString)(qt.noOptionsText),1)]),_:1},8,["modelValue","placeholder","options","loading","onSearch","onUpdate:modelValue"]),et.showEmptyContent?((0,e.uX)(),(0,e.Wv)($a,{key:0,class:"smart-picker-search--empty-content"},{icon:(0,e.k6)(()=>[et.provider.icon_url?((0,e.uX)(),(0,e.CE)("img",{key:0,class:"provider-icon",alt:qt.providerIconAlt,src:et.provider.icon_url},null,8,Ea)):((0,e.uX)(),(0,e.Wv)(ia,{key:1}))]),_:1})):(0,e.Q3)("",!0)],2)}const Ja=(0,I._)(Kt,[["render",Br],["__scopeId","data-v-e8abf1d4"]]),hr={providerList:1,standardLinkInput:2,searchInput:3,customElement:4},br={name:"NcReferencePicker",components:{NcCustomPickerElement:Gt,NcProviderList:Ve,NcRawLinkInput:Ze,NcSearch:Ja},props:{initialProvider:{type:Object,default:()=>null},width:{type:Number,default:null},focusOnCreate:{type:Boolean,default:!0}},emits:["cancel","cancelRawLink","cancelSearch","providerSelected","submit"],data(){return{MODES:hr,selectedProvider:this.initialProvider}},computed:{mode(){return this.selectedProvider===null?hr.providerList:(0,G.c)(this.selectedProvider.id)?hr.customElement:this.selectedProvider.search_providers_ids?hr.searchInput:hr.standardLinkInput},pickerWrapperStyle(){return{width:this.width?this.width+"px":void 0}}},mounted(){this.focusOnCreate&&(this.initialProvider?setTimeout(()=>{this.$refs["url-input"]?.focus()},300):this.$nextTick(()=>{this.$refs["provider-list"]?.focus()}))},methods:{onEscapePressed(){this.selectedProvider!==null?this.deselectProvider():this.cancelProviderSelection()},onProviderSelected(Ai){this.selectedProvider=Ai,this.$emit("providerSelected",Ai),this.$nextTick(()=>{this.$refs["url-input"]?.focus()})},cancelCustomElement(){this.deselectProvider()},cancelSearch(){this.$emit("cancelSearch",this.selectedProvider?.title),this.deselectProvider()},cancelRawLinkInput(){this.$emit("cancelRawLink",this.selectedProvider?.title),this.deselectProvider()},cancelProviderSelection(){this.$emit("cancel")},submitLink(Ai){this.selectedProvider!==null&&En(this.selectedProvider.id),this.$emit("submit",Ai),this.deselectProvider()},deselectProvider(){this.selectedProvider=null,this.$emit("providerSelected",null),setTimeout(()=>{this.$refs["provider-list"]?.focus()},300)}}},Ka={key:3,class:"custom-element-wrapper"};function Ur(Ai,Te,et,ii,qt,xi){const ia=(0,e.g2)("NcProviderList"),ca=(0,e.g2)("NcRawLinkInput"),ma=(0,e.g2)("NcSearch"),jn=(0,e.g2)("NcCustomPickerElement");return(0,e.uX)(),(0,e.CE)("div",{class:"reference-picker",style:(0,i.normalizeStyle)(xi.pickerWrapperStyle),tabindex:"-1",onKeydown:Te[0]||(Te[0]=(0,v.withKeys)((0,v.withModifiers)((...$a)=>xi.onEscapePressed&&xi.onEscapePressed(...$a),["stop","prevent"]),["esc"]))},[xi.mode===qt.MODES.providerList?((0,e.uX)(),(0,e.Wv)(ia,{key:0,ref:"provider-list",onSelectProvider:xi.onProviderSelected,onSubmit:xi.submitLink,onCancel:xi.cancelProviderSelection},null,8,["onSelectProvider","onSubmit","onCancel"])):xi.mode===qt.MODES.standardLinkInput?((0,e.uX)(),(0,e.Wv)(ca,{key:1,ref:"url-input",provider:qt.selectedProvider,onSubmit:xi.submitLink,onCancel:xi.cancelRawLinkInput},null,8,["provider","onSubmit","onCancel"])):xi.mode===qt.MODES.searchInput?((0,e.uX)(),(0,e.Wv)(ma,{key:2,ref:"url-input",provider:qt.selectedProvider,onCancel:xi.cancelSearch,onSubmit:xi.submitLink},null,8,["provider","onCancel","onSubmit"])):xi.mode===qt.MODES.customElement?((0,e.uX)(),(0,e.CE)("div",Ka,[(0,e.bF)(jn,{provider:qt.selectedProvider,class:"custom-element",onSubmit:xi.submitLink,onCancel:xi.cancelCustomElement},null,8,["provider","onSubmit","onCancel"])])):(0,e.Q3)("",!0)],36)}const zt=(0,I._)(br,[["render",Ur],["__scopeId","data-v-b193005a"]]);(0,U.r)(U.K,U.p);const Wt={name:"NcReferencePickerModal",components:{NcReferencePicker:zt,NcModal:ye.N,NcButton:P.N,ArrowLeftIcon:jt,CloseIcon:d.I},props:{initialProvider:{type:Object,default:()=>null},focusOnCreate:{type:Boolean,default:!0},isInsideViewer:{type:Boolean,default:!1}},emits:["cancel","submit"],data(){return{show:!0,selectedProvider:this.initialProvider,backButtonTitle:(0,U.a)("Back to provider selection"),closeButtonTitle:(0,U.a)("Close"),closeButtonLabel:(0,U.a)("Close Smart Picker")}},computed:{isProviderSelected(){return this.selectedProvider!==null},showBackButton(){return this.initialProvider===null&&this.isProviderSelected},modalSize(){return this.isProviderSelected&&(0,G.c)(this.selectedProvider.id)?(0,G.g)(this.selectedProvider.id)??"large":"normal"},showModalName(){return!this.isProviderSelected||!(0,G.c)(this.selectedProvider.id)},modalName(){return this.isProviderSelected?this.selectedProvider.title:(0,U.a)("Smart Picker")}},mounted(){if(this.isInsideViewer){const Ai=this.$refs.modal_content;(0,N.Ic)("viewer:trapElements:changed",Ai)}},methods:{onCancel(){this.show=!1,this.$emit("cancel")},onSubmit(Ai){this.show=!1,this.$emit("submit",Ai)},onProviderSelect(Ai){this.selectedProvider=Ai,Ai===null&&this.initialProvider!==null&&this.onCancel()},onBackClicked(){this.$refs.referencePicker.deselectProvider()}}},Si={ref:"modal_content",class:"reference-picker-modal--content"},Oi={key:1};function zn(Ai,Te,et,ii,qt,xi){const ia=(0,e.g2)("ArrowLeftIcon"),ca=(0,e.g2)("NcButton"),ma=(0,e.g2)("CloseIcon"),jn=(0,e.g2)("NcReferencePicker"),$a=(0,e.g2)("NcModal");return qt.show?((0,e.uX)(),(0,e.Wv)($a,{key:0,size:xi.modalSize,class:"reference-picker-modal",onClose:xi.onCancel},{default:(0,e.k6)(()=>[(0,e.Lk)("div",Si,[xi.showBackButton?((0,e.uX)(),(0,e.Wv)(ca,{key:0,"aria-label":qt.backButtonTitle,title:qt.backButtonTitle,class:"back-button",onClick:xi.onBackClicked},{icon:(0,e.k6)(()=>[(0,e.bF)(ia)]),_:1},8,["aria-label","title","onClick"])):(0,e.Q3)("",!0),(0,e.bF)(ca,{class:"close-button","aria-label":qt.closeButtonLabel,title:qt.closeButtonTitle,variant:"tertiary",onClick:xi.onCancel},{icon:(0,e.k6)(()=>[(0,e.bF)(ma)]),_:1},8,["aria-label","title","onClick"]),xi.showModalName?((0,e.uX)(),(0,e.CE)("h2",Oi,(0,i.toDisplayString)(xi.modalName),1)):(0,e.Q3)("",!0),(0,e.bF)(jn,{ref:"referencePicker","initial-provider":et.initialProvider,"focus-on-create":et.focusOnCreate,onProviderSelected:xi.onProviderSelect,onSubmit:xi.onSubmit,onCancel:xi.onCancel},null,8,["initial-provider","focus-on-create","onProviderSelected","onSubmit","onCancel"])],512)]),_:1},8,["size","onClose"])):(0,e.Q3)("",!0)}const Un=(0,I._)(Wt,[["render",zn],["__scopeId","data-v-15018516"]]);async function tr(Ai,Te){const et="referencePickerModal",ii=document.createElement("div");ii.id=et,document.body.append(ii);const{promise:qt,reject:xi,resolve:ia}=Promise.withResolvers(),ca=Ai&&oi(Ai)||null,ma=(0,v.createApp)(Un,{initialProvider:ca,isInsideViewer:Te,onCancel(){ma.unmount(),xi(new Error("User cancellation"))},onSubmit(jn){ma.unmount(),ia(jn)}});return ma.mount(ii),qt}},53072:($t,We,a)=>{"use strict";a.d(We,{i:()=>i});var e=a(53334);const i=(0,e.V8)()},45847:($t,We,a)=>{"use strict";a.d(We,{A:()=>c,a:()=>i,u:()=>v});var e=a(20641);const i=Symbol.for("NcAppSettingsDialog:registration"),c=Symbol.for("NcAppSettingsDialog:legacy");function v(){return(0,e.WQ)(i)}},4133:($t,We,a)=>{"use strict";a.d(We,{u:()=>I});var e=a(82253),i=a(50953),c=a(20641),v=a(13606);(0,v.r)(v.c);/*!
|
|
* SPDX-FileCopyrightText: 2025 F7cloud GmbH and F7cloud contributors
|
|
* SPDX-License-Identifier: AGPL-3.0-or-later
|
|
*/const N=2e3;function I(d){const G=(0,i.KR)(!1),j=(0,c.EW)(()=>G.value?e.d:e.e),Q=(0,c.EW)(()=>G.value?(0,v.a)("Copied"):(0,v.a)("Copy to clipboard"));async function x(){if(G.value)return;const U=(0,i.BA)(d);try{await navigator.clipboard.writeText(U)}catch{prompt("",U)}G.value=!0,setTimeout(()=>{G.value=!1},N)}return{isCopied:G,copy:x,icon:j,altText:Q}}},97698:($t,We,a)=>{"use strict";a.d(We,{N:()=>i,a:()=>e});const e=Symbol.for("NcActions:isSemanticMenu"),i=Symbol.for("NcActions:closeMenu")},37072:($t,We,a)=>{"use strict";a.d(We,{N:()=>i,u:()=>c});var e=a(20641);const i=Symbol.for("NcFormBox:context");function c(){return(0,e.WQ)(i,{isInFormBox:!1,formBoxItemClass:void 0})}},45106:($t,We,a)=>{"use strict";a.d(We,{I:()=>i,u:()=>c});var e=a(20641);/*!
|
|
* SPDX-FileCopyrightText: 2025 F7cloud GmbH and F7cloud contributors
|
|
* SPDX-License-Identifier: AGPL-3.0-or-later
|
|
*/const i=Symbol.for("insideRadioGroup");function c(){return(0,e.WQ)(i,void 0)}},75187:($t,We,a)=>{"use strict";a.d(We,{u:()=>v});var e=a(20641),i=a(50953),c=a(60648);function v(N,I={}){const d=(0,c.c)();(0,e.wB)(N,()=>{(0,i.BA)(I.disabled)||((0,i.BA)(N)?d.pause():d.unpause())}),(0,e.hi)(()=>{d.unpause()})}},94434:($t,We,a)=>{"use strict";a.d(We,{A:()=>e.N});var e=a(75367)},11008:($t,We,a)=>{"use strict";a.d(We,{A:()=>e.N});var e=a(2530)},53340:($t,We,a)=>{"use strict";a.d(We,{S:()=>I,a:()=>d});var e=a(53334),i=a(20641),c=a(50953),v=a(13606);(0,v.r)(v.b);const N={long:(0,v.a)("a few seconds ago"),short:(0,v.a)("seconds ago"),narrow:(0,v.a)("sec. ago")};function I(G=Date.now(),j={}){let Q;const x=(0,i.EW)(()=>new Date((0,c.BA)(G))),U=(0,i.EW)(()=>{const{language:S,relativeTime:K,ignoreSeconds:_e}=(0,c.BA)(j);return{...S&&{language:S},...K&&{relativeTime:K},ignoreSeconds:_e?N[K||"long"]:!1}}),T=(0,c.KR)("");(0,i.nT)(()=>_());function _(){if(T.value=(0,e.fw)(x.value,U.value),(0,c.BA)(j).update!==!1){const S=Math.abs(Date.now()-new Date((0,c.BA)(G)).getTime()),K=S>12e4||U.value.ignoreSeconds?Math.min(S/60,18e5):1e3;Q=window.setTimeout(_,K)}}return(0,i.hi)(()=>Q&&window.clearTimeout(Q)),(0,c.tB)(T)}function d(G,j){const Q=(0,i.EW)(()=>({locale:(0,e.lO)(),format:{dateStyle:"short",timeStyle:"medium"},...(0,c.BA)(j)})),x=(0,i.EW)(()=>new Intl.DateTimeFormat(Q.value.locale,Q.value.format));return(0,i.EW)(()=>x.value.format((0,c.BA)(G)))}},68732:($t,We,a)=>{"use strict";a.d(We,{C:()=>G});var e=a(61715),i=a(42413);const c=window.OCP?.Accessibility?.disableKeyboardShortcuts?.(),v=/^[a-zA-Z0-9]$/,N=/^[^\x20-\x7F]$/;function I(j){return!(j.target instanceof HTMLElement)||j.target instanceof HTMLInputElement||j.target instanceof HTMLTextAreaElement||j.target instanceof HTMLSelectElement||j.target.isContentEditable?!0:document.getElementsByClassName("modal-mask").length!==0}function d(j,Q){return x=>{if((i.i?x.metaKey:x.ctrlKey)===!!Q.ctrl){{if(x.altKey!==!!Q.alt)return;if(Q.shift!==void 0&&x.shiftKey!==!!Q.shift)return;if(I(x))return}Q.prevent&&x.preventDefault(),Q.stop&&x.stopPropagation(),j(x)}}}function G(j,Q=()=>{},x={}){if(c)return()=>{};const U=(K,_e)=>{if(K.key===_e)return!0;if(x.caseSensitive){const ee=_e===_e.toLowerCase(),H=K.key===K.key.toLowerCase();if(ee!==H)return!1}return v.test(_e)&&N.test(K.key)?K.code.replace(/^(?:Key|Digit|Numpad)/,"")===_e.toUpperCase():K.key.toLowerCase()===_e.toLowerCase()},T=K=>typeof j=="function"?j(K):typeof j=="string"?U(K,j):Array.isArray(j)?j.some(_e=>U(K,_e)):!0,_=(0,e.Ta5)(T,d(Q,x),{eventName:"keydown",dedupe:!0,passive:!x.prevent}),S=x.push?(0,e.Ta5)(T,d(Q,x),{eventName:"keyup",passive:!x.prevent}):()=>{};return()=>{_(),S()}}},27359:($t,We,a)=>{"use strict";a.d(We,{u:()=>j});var e=a(61715),i=a(72393),c=a(20641),v=a(50953),N=a(37169),I=a(23245);/*!
|
|
* SPDX-FileCopyrightText: 2024 F7cloud GmbH and F7cloud contributors
|
|
* SPDX-License-Identifier: AGPL-3.0-or-later
|
|
*/function d(Q){const x=(0,c.EW)(()=>(0,v.BA)(Q)??document.body),U=(0,v.KR)((0,N.H)(x.value)),T=(0,e.Nk8)();function _(){U.value=(0,N.H)(x.value)}return(0,e.P1n)(x,_,{attributes:!0}),(0,c.wB)(x,_),(0,c.wB)(T,_,{immediate:!0}),(0,v.tB)(U)}const G=(0,i.F)(()=>d());function j(){const Q=G(),x=(0,c.WQ)(I.I,void 0);return(0,c.EW)(()=>x?.value?x.value==="dark":Q.value)}},49765:($t,We,a)=>{"use strict";var e=a(50953);const i=(0,e.KR)(c());window.addEventListener("resize",()=>{i.value=c()});function c(){return window.outerHeight===window.screen.height}function v(){return readonly(i)}},37396:($t,We,a)=>{"use strict";a.d(We,{F:()=>G,al:()=>d});var e=a(50953);const i=1024,c=i/2,v=j=>document.documentElement.clientWidth<j,N=(0,e.KR)(v(i)),I=(0,e.KR)(v(c));window.addEventListener("resize",()=>{N.value=v(i),I.value=v(c)},{passive:!0});function d(){return(0,e.tB)(N)}function G(){return(0,e.tB)(I)}},23109:($t,We,a)=>{"use strict";a.d(We,{A:()=>e});const e={mounted(i){i.focus()}}},80680:($t,We,a)=>{"use strict";a.d(We,{A:()=>R});var e=a(70580);const i="aaa1rp3bb0ott3vie4c1le2ogado5udhabi7c0ademy5centure6ountant0s9o1tor4d0s1ult4e0g1ro2tna4f0l1rica5g0akhan5ency5i0g1rbus3force5tel5kdn3l0ibaba4pay4lfinanz6state5y2sace3tom5m0azon4ericanexpress7family11x2fam3ica3sterdam8nalytics7droid5quan4z2o0l2partments8p0le4q0uarelle8r0ab1mco4chi3my2pa2t0e3s0da2ia2sociates9t0hleta5torney7u0ction5di0ble3o3spost5thor3o0s4w0s2x0a2z0ure5ba0by2idu3namex4d1k2r0celona5laycard4s5efoot5gains6seball5ketball8uhaus5yern5b0c1t1va3cg1n2d1e0ats2uty4er2rlin4st0buy5t2f1g1h0arti5i0ble3d1ke2ng0o3o1z2j1lack0friday9ockbuster8g1omberg7ue3m0s1w2n0pparibas9o0ats3ehringer8fa2m1nd2o0k0ing5sch2tik2on4t1utique6x2r0adesco6idgestone9oadway5ker3ther5ussels7s1t1uild0ers6siness6y1zz3v1w1y1z0h3ca0b1fe2l0l1vinklein9m0era3p2non3petown5ital0one8r0avan4ds2e0er0s4s2sa1e1h1ino4t0ering5holic7ba1n1re3c1d1enter4o1rn3f0a1d2g1h0anel2nel4rity4se2t2eap3intai5ristmas6ome4urch5i0priani6rcle4sco3tadel4i0c2y3k1l0aims4eaning6ick2nic1que6othing5ud3ub0med6m1n1o0ach3des3ffee4llege4ogne5m0mbank4unity6pany2re3uter5sec4ndos3struction8ulting7tact3ractors9oking4l1p2rsica5untry4pon0s4rses6pa2r0edit0card4union9icket5own3s1uise0s6u0isinella9v1w1x1y0mru3ou3z2dad1nce3ta1e1ing3sun4y2clk3ds2e0al0er2s3gree4livery5l1oitte5ta3mocrat6ntal2ist5si0gn4v2hl2iamonds6et2gital5rect0ory7scount3ver5h2y2j1k1m1np2o0cs1tor4g1mains5t1wnload7rive4tv2ubai3nlop4pont4rban5vag2r2z2earth3t2c0o2deka3u0cation8e1g1mail3erck5nergy4gineer0ing9terprises10pson4quipment8r0icsson6ni3s0q1tate5t1u0rovision8s2vents5xchange6pert3osed4ress5traspace10fage2il1rwinds6th3mily4n0s2rm0ers5shion4t3edex3edback6rrari3ero6i0delity5o2lm2nal1nce1ial7re0stone6mdale6sh0ing5t0ness6j1k1lickr3ghts4r2orist4wers5y2m1o0o0d1tball6rd1ex2sale4um3undation8x2r0ee1senius7l1ogans4ntier7tr2ujitsu5n0d2rniture7tbol5yi3ga0l0lery3o1up4me0s3p1rden4y2b0iz3d0n2e0a1nt0ing5orge5f1g0ee3h1i0ft0s3ves2ing5l0ass3e1obal2o4m0ail3bh2o1x2n1odaddy5ld0point6f2o0dyear5g0le4p1t1v2p1q1r0ainger5phics5tis4een3ipe3ocery4up4s1t1u0cci3ge2ide2tars5ru3w1y2hair2mburg5ngout5us3bo2dfc0bank7ealth0care8lp1sinki6re1mes5iphop4samitsu7tachi5v2k0t2m1n1ockey4ldings5iday5medepot5goods5s0ense7nda3rse3spital5t0ing5t0els3mail5use3w2r1sbc3t1u0ghes5yatt3undai7ibm2cbc2e1u2d1e0ee3fm2kano4l1m0amat4db2mo0bilien9n0c1dustries8finiti5o2g1k1stitute6urance4e4t0ernational10uit4vestments10o1piranga7q1r0ish4s0maili5t0anbul7t0au2v3jaguar4va3cb2e0ep2tzt3welry6io2ll2m0p2nj2o0bs1urg4t1y2p0morgan6rs3uegos4niper7kaufen5ddi3e0rryhotels6properties14fh2g1h1i0a1ds2m1ndle4tchen5wi3m1n1oeln3matsu5sher5p0mg2n2r0d1ed3uokgroup8w1y0oto4z2la0caixa5mborghini8er3nd0rover6xess5salle5t0ino3robe5w0yer5b1c1ds2ease3clerc5frak4gal2o2xus4gbt3i0dl2fe0insurance9style7ghting6ke2lly3mited4o2ncoln4k2ve1ing5k1lc1p2oan0s3cker3us3l1ndon4tte1o3ve3pl0financial11r1s1t0d0a3u0ndbeck6xe1ury5v1y2ma0drid4if1son4keup4n0agement7go3p1rket0ing3s4riott5shalls7ttel5ba2c0kinsey7d1e0d0ia3et2lbourne7me1orial6n0u2rckmsd7g1h1iami3crosoft7l1ni1t2t0subishi9k1l0b1s2m0a2n1o0bi0le4da2e1i1m1nash3ey2ster5rmon3tgage6scow4to0rcycles9v0ie4p1q1r1s0d2t0n1r2u0seum3ic4v1w1x1y1z2na0b1goya4me2vy3ba2c1e0c1t0bank4flix4work5ustar5w0s2xt0direct7us4f0l2g0o2hk2i0co2ke1on3nja3ssan1y5l1o0kia3rton4w0ruz3tv4p1r0a1w2tt2u1yc2z2obi1server7ffice5kinawa6layan0group9lo3m0ega4ne1g1l0ine5oo2pen3racle3nge4g0anic5igins6saka4tsuka4t2vh3pa0ge2nasonic7ris2s1tners4s1y3y2ccw3e0t2f0izer5g1h0armacy6d1ilips5one2to0graphy6s4ysio5ics1tet2ures6d1n0g1k2oneer5zza4k1l0ace2y0station9umbing5s3m1n0c2ohl2ker3litie5rn2st3r0axi3ess3ime3o0d0uctions8f1gressive8mo2perties3y5tection8u0dential9s1t1ub2w0c2y2qa1pon3uebec3st5racing4dio4e0ad1lestate6tor2y4cipes5d0stone5umbrella9hab3ise0n3t2liance6n0t0als5pair3ort3ublican8st0aurant8view0s5xroth6ich0ardli6oh3l1o1p2o0cks3deo3gers4om3s0vp3u0gby3hr2n2w0e2yukyu6sa0arland6fe0ty4kura4le1on3msclub4ung5ndvik0coromant12ofi4p1rl2s1ve2xo3b0i1s2c0b1haeffler7midt4olarships8ol3ule3warz5ience5ot3d1e0arch3t2cure1ity6ek2lect4ner3rvices6ven3w1x0y3fr2g1h0angrila6rp3ell3ia1ksha5oes2p0ping5uji3w3i0lk2na1gles5te3j1k0i0n2y0pe4l0ing4m0art3ile4n0cf3o0ccer3ial4ftbank4ware6hu2lar2utions7ng1y2y2pa0ce3ort2t3r0l2s1t0ada2ples4r1tebank4farm7c0group6ockholm6rage3e3ream4udio2y3yle4u0cks3pplies3y2ort5rf1gery5zuki5v1watch4iss4x1y0dney4stems6z2tab1ipei4lk2obao4rget4tamotors6r2too4x0i3c0i2d0k2eam2ch0nology8l1masek5nnis4va3f1g1h0d1eater2re6iaa2ckets5enda4ps2res2ol4j0maxx4x2k0maxx5l1m0all4n1o0day3kyo3ols3p1ray3shiba5tal3urs3wn2yota3s3r0ade1ing4ining5vel0ers0insurance16ust3v2t1ube2i1nes3shu4v0s2w1z2ua1bank3s2g1k1nicom3versity8o2ol2ps2s1y1z2va0cations7na1guard7c1e0gas3ntures6risign5m\xF6gensberater2ung14sicherung10t2g1i0ajes4deo3g1king4llas4n1p1rgin4sa1ion4va1o3laanderen9n1odka3lvo3te1ing3o2yage5u2wales2mart4ter4ng0gou5tch0es6eather0channel12bcam3er2site5d0ding5ibo2r3f1hoswho6ien2ki2lliamhill9n0dows4e1ners6me2olterskluwer11odside6rk0s2ld3w2s1tc1f3xbox3erox4ihuan4n2xx2yz3yachts4hoo3maxun5ndex5e1odobashi7ga2kohama6u0tube6t1un3za0ppos4ra3ero3ip2m1one3uerich6w2",c="\u03B5\u03BB1\u03C52\u0431\u04331\u0435\u043B3\u0434\u0435\u0442\u04384\u0435\u044E2\u043A\u0430\u0442\u043E\u043B\u0438\u043A6\u043E\u043C3\u043C\u043A\u04342\u043E\u043D1\u0441\u043A\u0432\u04306\u043E\u043D\u043B\u0430\u0439\u043D5\u0440\u04333\u0440\u0443\u04412\u04442\u0441\u0430\u0439\u04423\u0440\u04313\u0443\u043A\u04403\u049B\u0430\u04373\u0570\u0561\u05753\u05D9\u05E9\u05E8\u05D0\u05DC5\u05E7\u05D5\u05DD3\u0627\u0628\u0648\u0638\u0628\u064A5\u0631\u0627\u0645\u0643\u06485\u0644\u0627\u0631\u062F\u06464\u0628\u062D\u0631\u064A\u06465\u062C\u0632\u0627\u0626\u06315\u0633\u0639\u0648\u062F\u064A\u06296\u0639\u0644\u064A\u0627\u06465\u0645\u063A\u0631\u06285\u0645\u0627\u0631\u0627\u062A5\u06CC\u0631\u0627\u06465\u0628\u0627\u0631\u062A2\u0632\u0627\u06314\u064A\u062A\u06433\u06BE\u0627\u0631\u062A5\u062A\u0648\u0646\u06334\u0633\u0648\u062F\u0627\u06463\u0631\u064A\u06295\u0634\u0628\u0643\u06294\u0639\u0631\u0627\u06422\u06282\u0645\u0627\u06464\u0641\u0644\u0633\u0637\u064A\u06466\u0642\u0637\u06313\u0643\u0627\u062B\u0648\u0644\u064A\u06436\u0648\u06453\u0645\u0635\u06312\u0644\u064A\u0633\u064A\u06275\u0648\u0631\u064A\u062A\u0627\u0646\u064A\u06277\u0642\u06394\u0647\u0645\u0631\u0627\u06475\u067E\u0627\u06A9\u0633\u062A\u0627\u06467\u0680\u0627\u0631\u062A4\u0915\u0949\u092E3\u0928\u0947\u091F3\u092D\u093E\u0930\u09240\u092E\u094D3\u094B\u09245\u0938\u0902\u0917\u0920\u09285\u09AC\u09BE\u0982\u09B2\u09BE5\u09AD\u09BE\u09B0\u09A42\u09F0\u09A44\u0A2D\u0A3E\u0A30\u0A244\u0AAD\u0ABE\u0AB0\u0AA44\u0B2D\u0B3E\u0B30\u0B244\u0B87\u0BA8\u0BCD\u0BA4\u0BBF\u0BAF\u0BBE6\u0BB2\u0B99\u0BCD\u0B95\u0BC86\u0B9A\u0BBF\u0B99\u0BCD\u0B95\u0BAA\u0BCD\u0BAA\u0BC2\u0BB0\u0BCD11\u0C2D\u0C3E\u0C30\u0C24\u0C4D5\u0CAD\u0CBE\u0CB0\u0CA44\u0D2D\u0D3E\u0D30\u0D24\u0D025\u0DBD\u0D82\u0D9A\u0DCF4\u0E04\u0E2D\u0E213\u0E44\u0E17\u0E223\u0EA5\u0EB2\u0EA73\u10D2\u10D42\u307F\u3093\u306A3\u30A2\u30DE\u30BE\u30F34\u30AF\u30E9\u30A6\u30C94\u30B0\u30FC\u30B0\u30EB4\u30B3\u30E02\u30B9\u30C8\u30A23\u30BB\u30FC\u30EB3\u30D5\u30A1\u30C3\u30B7\u30E7\u30F36\u30DD\u30A4\u30F3\u30C84\u4E16\u754C2\u4E2D\u4FE11\u56FD1\u570B1\u6587\u7F513\u4E9A\u9A6C\u900A3\u4F01\u4E1A2\u4F5B\u5C712\u4FE1\u606F2\u5065\u5EB72\u516B\u53662\u516C\u53F81\u76CA2\u53F0\u6E7E1\u70632\u5546\u57CE1\u5E971\u68072\u5609\u91CC0\u5927\u9152\u5E975\u5728\u7EBF2\u5927\u62FF2\u5929\u4E3B\u65593\u5A31\u4E502\u5BB6\u96FB2\u5E7F\u4E1C2\u5FAE\u535A2\u6148\u55842\u6211\u7231\u4F603\u624B\u673A2\u62DB\u80582\u653F\u52A11\u5E9C2\u65B0\u52A0\u57612\u95FB2\u65F6\u5C1A2\u66F8\u7C4D2\u673A\u67842\u6DE1\u9A6C\u95213\u6E38\u620F2\u6FB3\u95802\u70B9\u770B2\u79FB\u52A82\u7EC4\u7EC7\u673A\u67844\u7F51\u57401\u5E971\u7AD91\u7EDC2\u8054\u901A2\u8C37\u6B4C2\u8D2D\u72692\u901A\u8CA92\u96C6\u56E22\u96FB\u8A0A\u76C8\u79D14\u98DE\u5229\u6D663\u98DF\u54C12\u9910\u53852\u9999\u683C\u91CC\u62C93\u6E2F2\uB2F7\uB1371\uCEF42\uC0BC\uC1312\uD55C\uAD6D2",v="numeric",N="ascii",I="alpha",d="asciinumeric",G="alphanumeric",j="domain",Q="emoji",x="scheme",U="slashscheme",T="whitespace";function _(q,oe){return q in oe||(oe[q]=[]),oe[q]}function S(q,oe,z){oe[v]&&(oe[d]=!0,oe[G]=!0),oe[N]&&(oe[d]=!0,oe[I]=!0),oe[d]&&(oe[G]=!0),oe[I]&&(oe[G]=!0),oe[G]&&(oe[j]=!0),oe[Q]&&(oe[j]=!0);for(const ae in oe){const Ee=_(ae,z);Ee.indexOf(q)<0&&Ee.push(q)}}function K(q,oe){const z={};for(const ae in oe)oe[ae].indexOf(q)>=0&&(z[ae]=!0);return z}function _e(q=null){this.j={},this.jr=[],this.jd=null,this.t=q}_e.groups={},_e.prototype={accepts(){return!!this.t},go(q){const oe=this,z=oe.j[q];if(z)return z;for(let ae=0;ae<oe.jr.length;ae++){const Ee=oe.jr[ae][0],V=oe.jr[ae][1];if(V&&Ee.test(q))return V}return oe.jd},has(q,oe=!1){return oe?q in this.j:!!this.go(q)},ta(q,oe,z,ae){for(let Ee=0;Ee<q.length;Ee++)this.tt(q[Ee],oe,z,ae)},tr(q,oe,z,ae){ae=ae||_e.groups;let Ee;return oe&&oe.j?Ee=oe:(Ee=new _e(oe),z&&ae&&S(oe,z,ae)),this.jr.push([q,Ee]),Ee},ts(q,oe,z,ae){let Ee=this;const V=q.length;if(!V)return Ee;for(let Fe=0;Fe<V-1;Fe++)Ee=Ee.tt(q[Fe]);return Ee.tt(q[V-1],oe,z,ae)},tt(q,oe,z,ae){ae=ae||_e.groups;const Ee=this;if(oe&&oe.j)return Ee.j[q]=oe,oe;const V=oe;let Fe,De=Ee.go(q);if(De?(Fe=new _e,Object.assign(Fe.j,De.j),Fe.jr.push.apply(Fe.jr,De.jr),Fe.jd=De.jd,Fe.t=De.t):Fe=new _e,V){if(ae)if(Fe.t&&typeof Fe.t=="string"){const Et=Object.assign(K(Fe.t,ae),z);S(V,Et,ae)}else z&&S(V,z,ae);Fe.t=V}return Ee.j[q]=Fe,Fe}};const ee=(q,oe,z,ae,Ee)=>q.ta(oe,z,ae,Ee),H=(q,oe,z,ae,Ee)=>q.tr(oe,z,ae,Ee),xe=(q,oe,z,ae,Ee)=>q.ts(oe,z,ae,Ee),P=(q,oe,z,ae,Ee)=>q.tt(oe,z,ae,Ee),ce="WORD",Ce="UWORD",ke="ASCIINUMERICAL",J="ALPHANUMERICAL",ye="LOCALHOST",Xe="TLD",ui="UTLD",ht="SCHEME",_t="SLASH_SCHEME",ai="NUM",Ft="WS",jt="NL",He="OPENBRACE",ut="CLOSEBRACE",Ot="OPENBRACKET",Gt="CLOSEBRACKET",ri="OPENPAREN",Ii="CLOSEPAREN",Li="OPENANGLEBRACKET",Yi="CLOSEANGLEBRACKET",wi="FULLWIDTHLEFTPAREN",Lt="FULLWIDTHRIGHTPAREN",di="LEFTCORNERBRACKET",Vt="RIGHTCORNERBRACKET",pn="LEFTWHITECORNERBRACKET",oi="RIGHTWHITECORNERBRACKET",ni="FULLWIDTHLESSTHAN",Ei="FULLWIDTHGREATERTHAN",An="AMPERSAND",En="APOSTROPHE",Qi="ASTERISK",Yt="AT",Ut="BACKSLASH",qi="BACKTICK",Ne="CARET",ft="COLON",gt="COMMA",Ve="DOLLAR",ot="DOT",ei="EQUALS",X="EXCLAMATION",A="HYPHEN",g="PERCENT",D="PIPE",$="PLUS",Y="POUND",ne="QUERY",Re="QUOTE",Ge="FULLWIDTHMIDDLEDOT",At="SEMI",Ze="SLASH",ve="TILDE",L="UNDERSCORE",ge="EMOJI",Ae="SYM";var rt=Object.freeze({__proto__:null,ALPHANUMERICAL:J,AMPERSAND:An,APOSTROPHE:En,ASCIINUMERICAL:ke,ASTERISK:Qi,AT:Yt,BACKSLASH:Ut,BACKTICK:qi,CARET:Ne,CLOSEANGLEBRACKET:Yi,CLOSEBRACE:ut,CLOSEBRACKET:Gt,CLOSEPAREN:Ii,COLON:ft,COMMA:gt,DOLLAR:Ve,DOT:ot,EMOJI:ge,EQUALS:ei,EXCLAMATION:X,FULLWIDTHGREATERTHAN:Ei,FULLWIDTHLEFTPAREN:wi,FULLWIDTHLESSTHAN:ni,FULLWIDTHMIDDLEDOT:Ge,FULLWIDTHRIGHTPAREN:Lt,HYPHEN:A,LEFTCORNERBRACKET:di,LEFTWHITECORNERBRACKET:pn,LOCALHOST:ye,NL:jt,NUM:ai,OPENANGLEBRACKET:Li,OPENBRACE:He,OPENBRACKET:Ot,OPENPAREN:ri,PERCENT:g,PIPE:D,PLUS:$,POUND:Y,QUERY:ne,QUOTE:Re,RIGHTCORNERBRACKET:Vt,RIGHTWHITECORNERBRACKET:oi,SCHEME:ht,SEMI:At,SLASH:Ze,SLASH_SCHEME:_t,SYM:Ae,TILDE:ve,TLD:Xe,UNDERSCORE:L,UTLD:ui,UWORD:Ce,WORD:ce,WS:Ft});const Ht=/[a-z]/,Qt=/\p{L}/u,Qe=/\p{Emoji}/u,Rt=/\ufe0f/,Kt=/\d/,wt=/\s/;var un=Object.freeze({__proto__:null,ASCII_LETTER:Ht,DIGIT:Kt,EMOJI:Qe,EMOJI_VARIATION:Rt,LETTER:Qt,SPACE:wt});const en="\r",Ji=`
|
|
`,Zn="\uFE0F",oa="\u200D",Tn="\uFFFC";let Er=null,Ea=null;function Br(q=[]){const oe={};_e.groups=oe;const z=new _e;Er==null&&(Er=Ka(i)),Ea==null&&(Ea=Ka(c)),P(z,"'",En),P(z,"{",He),P(z,"}",ut),P(z,"[",Ot),P(z,"]",Gt),P(z,"(",ri),P(z,")",Ii),P(z,"<",Li),P(z,">",Yi),P(z,"\uFF08",wi),P(z,"\uFF09",Lt),P(z,"\u300C",di),P(z,"\u300D",Vt),P(z,"\u300E",pn),P(z,"\u300F",oi),P(z,"\uFF1C",ni),P(z,"\uFF1E",Ei),P(z,"&",An),P(z,"*",Qi),P(z,"@",Yt),P(z,"`",qi),P(z,"^",Ne),P(z,":",ft),P(z,",",gt),P(z,"$",Ve),P(z,".",ot),P(z,"=",ei),P(z,"!",X),P(z,"-",A),P(z,"%",g),P(z,"|",D),P(z,"+",$),P(z,"#",Y),P(z,"?",ne),P(z,'"',Re),P(z,"/",Ze),P(z,";",At),P(z,"~",ve),P(z,"_",L),P(z,"\\",Ut),P(z,"\u30FB",Ge);const ae=H(z,Kt,ai,{[v]:!0});H(ae,Kt,ae);const Ee=H(ae,Ht,ke,{[d]:!0}),V=H(ae,Qt,J,{[G]:!0}),Fe=H(z,Ht,ce,{[N]:!0});H(Fe,Kt,Ee),H(Fe,Ht,Fe),H(Ee,Kt,Ee),H(Ee,Ht,Ee);const De=H(z,Qt,Ce,{[I]:!0});H(De,Ht),H(De,Kt,V),H(De,Qt,De),H(V,Kt,V),H(V,Ht),H(V,Qt,V);const Et=P(z,Ji,jt,{[T]:!0}),yi=P(z,en,Ft,{[T]:!0}),gi=H(z,wt,Ft,{[T]:!0});P(z,Tn,gi),P(yi,Ji,Et),P(yi,Tn,gi),H(yi,wt,gi),P(gi,en),P(gi,Ji),H(gi,wt,gi),P(gi,Tn,gi);const fn=H(z,Qe,ge,{[Q]:!0});P(fn,"#"),H(fn,Qe,fn),P(fn,Zn,fn);const se=P(fn,oa);P(se,"#"),H(se,Qe,fn);const je=[[Ht,Fe],[Kt,Ee]],Ue=[[Ht,null],[Qt,De],[Kt,V]];for(let mt=0;mt<Er.length;mt++)br(z,Er[mt],Xe,ce,je);for(let mt=0;mt<Ea.length;mt++)br(z,Ea[mt],ui,Ce,Ue);S(Xe,{tld:!0,ascii:!0},oe),S(ui,{utld:!0,alpha:!0},oe),br(z,"file",ht,ce,je),br(z,"mailto",ht,ce,je),br(z,"http",_t,ce,je),br(z,"https",_t,ce,je),br(z,"ftp",_t,ce,je),br(z,"ftps",_t,ce,je),S(ht,{scheme:!0,ascii:!0},oe),S(_t,{slashscheme:!0,ascii:!0},oe),q=q.sort((mt,dt)=>mt[0]>dt[0]?1:-1);for(let mt=0;mt<q.length;mt++){const dt=q[mt][0],Ui=q[mt][1]?{[x]:!0}:{[U]:!0};dt.indexOf("-")>=0?Ui[j]=!0:Ht.test(dt)?Kt.test(dt)?Ui[d]=!0:Ui[N]=!0:Ui[v]=!0,xe(z,dt,dt,Ui)}return xe(z,"localhost",ye,{ascii:!0}),z.jd=new _e(Ae),{start:z,tokens:Object.assign({groups:oe},rt)}}function Ja(q,oe){const z=hr(oe.replace(/[A-Z]/g,De=>De.toLowerCase())),ae=z.length,Ee=[];let V=0,Fe=0;for(;Fe<ae;){let De=q,Et=null,yi=0,gi=null,fn=-1,se=-1;for(;Fe<ae&&(Et=De.go(z[Fe]));)De=Et,De.accepts()?(fn=0,se=0,gi=De):fn>=0&&(fn+=z[Fe].length,se++),yi+=z[Fe].length,V+=z[Fe].length,Fe++;V-=fn,Fe-=se,yi-=fn,Ee.push({t:gi.t,v:oe.slice(V-yi,V),s:V-yi,e:V})}return Ee}function hr(q){const oe=[],z=q.length;let ae=0;for(;ae<z;){let Ee=q.charCodeAt(ae),V,Fe=Ee<55296||Ee>56319||ae+1===z||(V=q.charCodeAt(ae+1))<56320||V>57343?q[ae]:q.slice(ae,ae+2);oe.push(Fe),ae+=Fe.length}return oe}function br(q,oe,z,ae,Ee){let V;const Fe=oe.length;for(let De=0;De<Fe-1;De++){const Et=oe[De];q.j[Et]?V=q.j[Et]:(V=new _e(ae),V.jr=Ee.slice(),q.j[Et]=V),q=V}return V=new _e(z),V.jr=Ee.slice(),q.j[oe[Fe-1]]=V,V}function Ka(q){const oe=[],z=[];let ae=0,Ee="0123456789";for(;ae<q.length;){let V=0;for(;Ee.indexOf(q[ae+V])>=0;)V++;if(V>0){oe.push(z.join(""));for(let Fe=parseInt(q.substring(ae,ae+V),10);Fe>0;Fe--)z.pop();ae+=V}else z.push(q[ae]),ae++}return oe}const Ur={defaultProtocol:"http",events:null,format:Wt,formatHref:Wt,nl2br:!1,tagName:"a",target:null,rel:null,validate:!0,truncate:1/0,className:null,attributes:null,ignoreTags:[],render:null};function zt(q,oe=null){let z=Object.assign({},Ur);q&&(z=Object.assign(z,q instanceof zt?q.o:q));const ae=z.ignoreTags,Ee=[];for(let V=0;V<ae.length;V++)Ee.push(ae[V].toUpperCase());this.o=z,oe&&(this.defaultRender=oe),this.ignoreTags=Ee}zt.prototype={o:Ur,ignoreTags:[],defaultRender(q){return q},check(q){return this.get("validate",q.toString(),q)},get(q,oe,z){const ae=oe!=null;let Ee=this.o[q];return Ee&&(typeof Ee=="object"?(Ee=z.t in Ee?Ee[z.t]:Ur[q],typeof Ee=="function"&&ae&&(Ee=Ee(oe,z))):typeof Ee=="function"&&ae&&(Ee=Ee(oe,z.t,z)),Ee)},getObj(q,oe,z){let ae=this.o[q];return typeof ae=="function"&&oe!=null&&(ae=ae(oe,z.t,z)),ae},render(q){const oe=q.render(this);return(this.get("render",null,q)||this.defaultRender)(oe,q.t,q)}};function Wt(q){return q}var Si=Object.freeze({__proto__:null,Options:zt,defaults:Ur});function Oi(q,oe){this.t="token",this.v=q,this.tk=oe}Oi.prototype={isLink:!1,toString(){return this.v},toHref(q){return this.toString()},toFormattedString(q){const oe=this.toString(),z=q.get("truncate",oe,this),ae=q.get("format",oe,this);return z&&ae.length>z?ae.substring(0,z)+"\u2026":ae},toFormattedHref(q){return q.get("formatHref",this.toHref(q.get("defaultProtocol")),this)},startIndex(){return this.tk[0].s},endIndex(){return this.tk[this.tk.length-1].e},toObject(q=Ur.defaultProtocol){return{type:this.t,value:this.toString(),isLink:this.isLink,href:this.toHref(q),start:this.startIndex(),end:this.endIndex()}},toFormattedObject(q){return{type:this.t,value:this.toFormattedString(q),isLink:this.isLink,href:this.toFormattedHref(q),start:this.startIndex(),end:this.endIndex()}},validate(q){return q.get("validate",this.toString(),this)},render(q){const oe=this,z=this.toHref(q.get("defaultProtocol")),ae=q.get("formatHref",z,this),Ee=q.get("tagName",z,oe),V=this.toFormattedString(q),Fe={},De=q.get("className",z,oe),Et=q.get("target",z,oe),yi=q.get("rel",z,oe),gi=q.getObj("attributes",z,oe),fn=q.getObj("events",z,oe);return Fe.href=ae,De&&(Fe.class=De),Et&&(Fe.target=Et),yi&&(Fe.rel=yi),gi&&Object.assign(Fe,gi),{tagName:Ee,attributes:Fe,content:V,eventListeners:fn}}};function zn(q,oe){class z extends Oi{constructor(Ee,V){super(Ee,V),this.t=q}}for(const ae in oe)z.prototype[ae]=oe[ae];return z.t=q,z}const Un=zn("email",{isLink:!0,toHref(){return"mailto:"+this.toString()}}),tr=zn("text"),Ai=zn("nl"),Te=zn("url",{isLink:!0,toHref(q=Ur.defaultProtocol){return this.hasProtocol()?this.v:`${q}://${this.v}`},hasProtocol(){const q=this.tk;return q.length>=2&&q[0].t!==ye&&q[1].t===ft}});var et=Object.freeze({__proto__:null,Base:Oi,Email:Un,MultiToken:Oi,Nl:Ai,Text:tr,Url:Te,createTokenClass:zn});const ii=q=>new _e(q);function qt({groups:q}){const oe=q.domain.concat([An,Qi,Yt,Ut,qi,Ne,Ve,ei,A,ai,g,D,$,Y,Ze,Ae,ve,L]),z=[En,ft,gt,ot,X,g,ne,Re,At,Li,Yi,He,ut,Gt,Ot,ri,Ii,wi,Lt,di,Vt,pn,oi,ni,Ei],ae=[An,En,Qi,Ut,qi,Ne,Ve,ei,A,He,ut,g,D,$,Y,ne,Ze,Ae,ve,L],Ee=ii(),V=P(Ee,ve);ee(V,ae,V),ee(V,q.domain,V);const Fe=ii(),De=ii(),Et=ii();ee(Ee,q.domain,Fe),ee(Ee,q.scheme,De),ee(Ee,q.slashscheme,Et),ee(Fe,ae,V),ee(Fe,q.domain,Fe);const yi=P(Fe,Yt);P(V,Yt,yi),P(De,Yt,yi),P(Et,Yt,yi);const gi=P(V,ot);ee(gi,ae,V),ee(gi,q.domain,V);const fn=ii();ee(yi,q.domain,fn),ee(fn,q.domain,fn);const se=P(fn,ot);ee(se,q.domain,fn);const je=ii(Un);ee(se,q.tld,je),ee(se,q.utld,je),P(yi,ye,je);const Ue=P(fn,A);P(Ue,A,Ue),ee(Ue,q.domain,fn),ee(je,q.domain,fn),P(je,ot,se),P(je,A,Ue);const mt=P(je,ft);ee(mt,q.numeric,Un);const dt=P(Fe,A),li=P(Fe,ot);P(dt,A,dt),ee(dt,q.domain,Fe),ee(li,ae,V),ee(li,q.domain,Fe);const Ui=ii(Te);ee(li,q.tld,Ui),ee(li,q.utld,Ui),ee(Ui,q.domain,Fe),ee(Ui,ae,V),P(Ui,ot,li),P(Ui,A,dt),P(Ui,Yt,yi);const Hn=P(Ui,ft),rn=ii(Te);ee(Hn,q.numeric,rn);const Nn=ii(Te),ba=ii();ee(Nn,oe,Nn),ee(Nn,z,ba),ee(ba,oe,Nn),ee(ba,z,ba),P(Ui,Ze,Nn),P(rn,Ze,Nn);const Ra=P(De,ft),ka=P(Et,ft),ea=P(ka,Ze),re=P(ea,Ze);ee(De,q.domain,Fe),P(De,ot,li),P(De,A,dt),ee(Et,q.domain,Fe),P(Et,ot,li),P(Et,A,dt),ee(Ra,q.domain,Nn),P(Ra,Ze,Nn),P(Ra,ne,Nn),ee(re,q.domain,Nn),ee(re,oe,Nn),P(re,Ze,Nn);const Ye=[[He,ut],[Ot,Gt],[ri,Ii],[Li,Yi],[wi,Lt],[di,Vt],[pn,oi],[ni,Ei]];for(let Pt=0;Pt<Ye.length;Pt++){const[Bi,dn]=Ye[Pt],sa=P(Nn,Bi);P(ba,Bi,sa),P(sa,dn,Nn);const gn=ii(Te);ee(sa,oe,gn);const tn=ii();ee(sa,z),ee(gn,oe,gn),ee(gn,z,tn),ee(tn,oe,gn),ee(tn,z,tn),P(gn,dn,Nn),P(tn,dn,Nn)}return P(Ee,ye,Ui),P(Ee,jt,Ai),{start:Ee,tokens:rt}}function xi(q,oe,z){let ae=z.length,Ee=0,V=[],Fe=[];for(;Ee<ae;){let De=q,Et=null,yi=null,gi=0,fn=null,se=-1;for(;Ee<ae&&!(Et=De.go(z[Ee].t));)Fe.push(z[Ee++]);for(;Ee<ae&&(yi=Et||De.go(z[Ee].t));)Et=null,De=yi,De.accepts()?(se=0,fn=De):se>=0&&se++,Ee++,gi++;if(se<0)Ee-=gi,Ee<ae&&(Fe.push(z[Ee]),Ee++);else{Fe.length>0&&(V.push(ia(tr,oe,Fe)),Fe=[]),Ee-=se,gi-=se;const je=fn.t,Ue=z.slice(Ee-gi,Ee);V.push(ia(je,oe,Ue))}}return Fe.length>0&&V.push(ia(tr,oe,Fe)),V}function ia(q,oe,z){const ae=z[0].s,Ee=z[z.length-1].e,V=oe.slice(ae,Ee);return new q(V,z)}const ca=typeof console<"u"&&console&&console.warn||(()=>{}),ma="until manual call of linkify.init(). Register all schemes and plugins before invoking linkify the first time.",jn={scanner:null,parser:null,tokenQueue:[],pluginQueue:[],customSchemes:[],initialized:!1};function $a(){return _e.groups={},jn.scanner=null,jn.parser=null,jn.tokenQueue=[],jn.pluginQueue=[],jn.customSchemes=[],jn.initialized=!1,jn}function Ia(q,oe){if(typeof oe!="function")throw new Error(`linkifyjs: Invalid token plugin ${oe} (expects function)`);for(let z=0;z<jn.tokenQueue.length;z++)if(q===jn.tokenQueue[z][0]){ca(`linkifyjs: token plugin "${q}" already registered - will be overwritten`),jn.tokenQueue[z]=[q,oe];return}jn.tokenQueue.push([q,oe]),jn.initialized&&ca(`linkifyjs: already initialized - will not register token plugin "${q}" ${ma}`)}function gr(q,oe){if(typeof oe!="function")throw new Error(`linkifyjs: Invalid plugin ${oe} (expects function)`);for(let z=0;z<jn.pluginQueue.length;z++)if(q===jn.pluginQueue[z][0]){ca(`linkifyjs: plugin "${q}" already registered - will be overwritten`),jn.pluginQueue[z]=[q,oe];return}jn.pluginQueue.push([q,oe]),jn.initialized&&ca(`linkifyjs: already initialized - will not register plugin "${q}" ${ma}`)}function Ta(q,oe=!1){if(jn.initialized&&ca(`linkifyjs: already initialized - will not register custom scheme "${q}" ${ma}`),!/^[0-9a-z]+(-[0-9a-z]+)*$/.test(q))throw new Error(`linkifyjs: incorrect scheme format.
|
|
1. Must only contain digits, lowercase ASCII letters or "-"
|
|
2. Cannot start or end with "-"
|
|
3. "-" cannot repeat`);jn.customSchemes.push([q,oe])}function to(){jn.scanner=Br(jn.customSchemes);for(let q=0;q<jn.tokenQueue.length;q++)jn.tokenQueue[q][1]({scanner:jn.scanner});jn.parser=qt(jn.scanner.tokens);for(let q=0;q<jn.pluginQueue.length;q++)jn.pluginQueue[q][1]({scanner:jn.scanner,parser:jn.parser});return jn.initialized=!0,jn}function Kr(q){return jn.initialized||to(),xi(jn.parser.start,q,Ja(jn.scanner.start,q))}Kr.scan=Ja;function lr(q,oe=null,z=null){if(oe&&typeof oe=="object"){if(z)throw Error(`linkifyjs: Invalid link type ${oe}; must be a string`);z=oe,oe=null}const ae=new zt(z),Ee=Kr(q),V=[];for(let Fe=0;Fe<Ee.length;Fe++){const De=Ee[Fe];De.isLink&&(!oe||De.t===oe)&&ae.check(De)&&V.push(De.toFormattedObject(ae))}return V}function Wr(q,oe=null){const z=Kr(q);return z.length===1&&z[0].isLink&&(!oe||z[0].t===oe)}function Le(q){const oe=new zt({defaultProtocol:"https",target:"_blank",className:"external linkified",attributes:{rel:"nofollow noopener noreferrer"}},b),z=Kr(q),ae=[];for(const Ee of z)Ee.t==="nl"&&oe.get("nl2br")?ae.push(`<br>
|
|
`):!Ee.isLink||!oe.check(Ee)?ae.push(e(Ee.toString())):ae.push(oe.render(Ee));return ae.join("")}function lt(q){return q.replace(/"/g,""")}function u(q){const oe=[];for(const z in q){const ae=q[z]+"";oe.push(`${z}="${lt(ae)}"`)}return oe.join(" ")}function b({tagName:q,attributes:oe,content:z}){return`<${q} ${u(oe)}>${e(z)}</${q}>`}const R=function(q,{value:oe}){oe?.linkify===!0&&(q.innerHTML=Le(oe.text))}},95570:($t,We,a)=>{"use strict";a.d(We,{N:()=>c});var e=a(3168);function i(v){if(window._nc_contacts_menu_hooks??(window._nc_contacts_menu_hooks={}),window._nc_contacts_menu_hooks[v.id]){logger.error(`ContactsMenu action for id ${v.id} has already been registered`,{action:v});return}window._nc_contacts_menu_hooks[v.id]=v}function c(v){return window._nc_contacts_menu_hooks?Object.values(window._nc_contacts_menu_hooks).filter(N=>N.enabled(v)):[]}},37169:($t,We,a)=>{"use strict";a.d(We,{H:()=>e});function e(c=document.body){const v=window.getComputedStyle(c).getPropertyValue("--background-invert-if-dark");return v!==void 0?v==="invert(100%)":!1}const i=e()},33463:($t,We,a)=>{"use strict";a.d(We,{l:()=>d});const e=new Int32Array(4),G=class G{constructor(){$n(this,"_dataLength",0);$n(this,"_bufferLength",0);$n(this,"_state",new Int32Array(4));$n(this,"_buffer",new ArrayBuffer(68));$n(this,"_buffer8");$n(this,"_buffer32");this._buffer8=new Uint8Array(this._buffer,0,68),this._buffer32=new Uint32Array(this._buffer,0,17),this.start()}static hashStr(Q,x=!1){return this.onePassHasher.start().appendStr(Q).end(x)}static hashAsciiStr(Q,x=!1){return this.onePassHasher.start().appendAsciiStr(Q).end(x)}static _hex(Q){const x=G.hexChars,U=G.hexOut;let T,_,S,K;for(K=0;K<4;K+=1)for(_=K*8,T=Q[K],S=0;S<8;S+=2)U[_+1+S]=x.charAt(T&15),T>>>=4,U[_+0+S]=x.charAt(T&15),T>>>=4;return U.join("")}static _md5cycle(Q,x){let U=Q[0],T=Q[1],_=Q[2],S=Q[3];U+=(T&_|~T&S)+x[0]-680876936|0,U=(U<<7|U>>>25)+T|0,S+=(U&T|~U&_)+x[1]-389564586|0,S=(S<<12|S>>>20)+U|0,_+=(S&U|~S&T)+x[2]+606105819|0,_=(_<<17|_>>>15)+S|0,T+=(_&S|~_&U)+x[3]-1044525330|0,T=(T<<22|T>>>10)+_|0,U+=(T&_|~T&S)+x[4]-176418897|0,U=(U<<7|U>>>25)+T|0,S+=(U&T|~U&_)+x[5]+1200080426|0,S=(S<<12|S>>>20)+U|0,_+=(S&U|~S&T)+x[6]-1473231341|0,_=(_<<17|_>>>15)+S|0,T+=(_&S|~_&U)+x[7]-45705983|0,T=(T<<22|T>>>10)+_|0,U+=(T&_|~T&S)+x[8]+1770035416|0,U=(U<<7|U>>>25)+T|0,S+=(U&T|~U&_)+x[9]-1958414417|0,S=(S<<12|S>>>20)+U|0,_+=(S&U|~S&T)+x[10]-42063|0,_=(_<<17|_>>>15)+S|0,T+=(_&S|~_&U)+x[11]-1990404162|0,T=(T<<22|T>>>10)+_|0,U+=(T&_|~T&S)+x[12]+1804603682|0,U=(U<<7|U>>>25)+T|0,S+=(U&T|~U&_)+x[13]-40341101|0,S=(S<<12|S>>>20)+U|0,_+=(S&U|~S&T)+x[14]-1502002290|0,_=(_<<17|_>>>15)+S|0,T+=(_&S|~_&U)+x[15]+1236535329|0,T=(T<<22|T>>>10)+_|0,U+=(T&S|_&~S)+x[1]-165796510|0,U=(U<<5|U>>>27)+T|0,S+=(U&_|T&~_)+x[6]-1069501632|0,S=(S<<9|S>>>23)+U|0,_+=(S&T|U&~T)+x[11]+643717713|0,_=(_<<14|_>>>18)+S|0,T+=(_&U|S&~U)+x[0]-373897302|0,T=(T<<20|T>>>12)+_|0,U+=(T&S|_&~S)+x[5]-701558691|0,U=(U<<5|U>>>27)+T|0,S+=(U&_|T&~_)+x[10]+38016083|0,S=(S<<9|S>>>23)+U|0,_+=(S&T|U&~T)+x[15]-660478335|0,_=(_<<14|_>>>18)+S|0,T+=(_&U|S&~U)+x[4]-405537848|0,T=(T<<20|T>>>12)+_|0,U+=(T&S|_&~S)+x[9]+568446438|0,U=(U<<5|U>>>27)+T|0,S+=(U&_|T&~_)+x[14]-1019803690|0,S=(S<<9|S>>>23)+U|0,_+=(S&T|U&~T)+x[3]-187363961|0,_=(_<<14|_>>>18)+S|0,T+=(_&U|S&~U)+x[8]+1163531501|0,T=(T<<20|T>>>12)+_|0,U+=(T&S|_&~S)+x[13]-1444681467|0,U=(U<<5|U>>>27)+T|0,S+=(U&_|T&~_)+x[2]-51403784|0,S=(S<<9|S>>>23)+U|0,_+=(S&T|U&~T)+x[7]+1735328473|0,_=(_<<14|_>>>18)+S|0,T+=(_&U|S&~U)+x[12]-1926607734|0,T=(T<<20|T>>>12)+_|0,U+=(T^_^S)+x[5]-378558|0,U=(U<<4|U>>>28)+T|0,S+=(U^T^_)+x[8]-2022574463|0,S=(S<<11|S>>>21)+U|0,_+=(S^U^T)+x[11]+1839030562|0,_=(_<<16|_>>>16)+S|0,T+=(_^S^U)+x[14]-35309556|0,T=(T<<23|T>>>9)+_|0,U+=(T^_^S)+x[1]-1530992060|0,U=(U<<4|U>>>28)+T|0,S+=(U^T^_)+x[4]+1272893353|0,S=(S<<11|S>>>21)+U|0,_+=(S^U^T)+x[7]-155497632|0,_=(_<<16|_>>>16)+S|0,T+=(_^S^U)+x[10]-1094730640|0,T=(T<<23|T>>>9)+_|0,U+=(T^_^S)+x[13]+681279174|0,U=(U<<4|U>>>28)+T|0,S+=(U^T^_)+x[0]-358537222|0,S=(S<<11|S>>>21)+U|0,_+=(S^U^T)+x[3]-722521979|0,_=(_<<16|_>>>16)+S|0,T+=(_^S^U)+x[6]+76029189|0,T=(T<<23|T>>>9)+_|0,U+=(T^_^S)+x[9]-640364487|0,U=(U<<4|U>>>28)+T|0,S+=(U^T^_)+x[12]-421815835|0,S=(S<<11|S>>>21)+U|0,_+=(S^U^T)+x[15]+530742520|0,_=(_<<16|_>>>16)+S|0,T+=(_^S^U)+x[2]-995338651|0,T=(T<<23|T>>>9)+_|0,U+=(_^(T|~S))+x[0]-198630844|0,U=(U<<6|U>>>26)+T|0,S+=(T^(U|~_))+x[7]+1126891415|0,S=(S<<10|S>>>22)+U|0,_+=(U^(S|~T))+x[14]-1416354905|0,_=(_<<15|_>>>17)+S|0,T+=(S^(_|~U))+x[5]-57434055|0,T=(T<<21|T>>>11)+_|0,U+=(_^(T|~S))+x[12]+1700485571|0,U=(U<<6|U>>>26)+T|0,S+=(T^(U|~_))+x[3]-1894986606|0,S=(S<<10|S>>>22)+U|0,_+=(U^(S|~T))+x[10]-1051523|0,_=(_<<15|_>>>17)+S|0,T+=(S^(_|~U))+x[1]-2054922799|0,T=(T<<21|T>>>11)+_|0,U+=(_^(T|~S))+x[8]+1873313359|0,U=(U<<6|U>>>26)+T|0,S+=(T^(U|~_))+x[15]-30611744|0,S=(S<<10|S>>>22)+U|0,_+=(U^(S|~T))+x[6]-1560198380|0,_=(_<<15|_>>>17)+S|0,T+=(S^(_|~U))+x[13]+1309151649|0,T=(T<<21|T>>>11)+_|0,U+=(_^(T|~S))+x[4]-145523070|0,U=(U<<6|U>>>26)+T|0,S+=(T^(U|~_))+x[11]-1120210379|0,S=(S<<10|S>>>22)+U|0,_+=(U^(S|~T))+x[2]+718787259|0,_=(_<<15|_>>>17)+S|0,T+=(S^(_|~U))+x[9]-343485551|0,T=(T<<21|T>>>11)+_|0,Q[0]=U+Q[0]|0,Q[1]=T+Q[1]|0,Q[2]=_+Q[2]|0,Q[3]=S+Q[3]|0}start(){return this._dataLength=0,this._bufferLength=0,this._state.set(G.stateIdentity),this}appendStr(Q){const x=this._buffer8,U=this._buffer32;let T=this._bufferLength,_,S;for(S=0;S<Q.length;S+=1){if(_=Q.charCodeAt(S),_<128)x[T++]=_;else if(_<2048)x[T++]=(_>>>6)+192,x[T++]=_&63|128;else if(_<55296||_>56319)x[T++]=(_>>>12)+224,x[T++]=_>>>6&63|128,x[T++]=_&63|128;else{if(_=(_-55296)*1024+(Q.charCodeAt(++S)-56320)+65536,_>1114111)throw new Error("Unicode standard supports code points up to U+10FFFF");x[T++]=(_>>>18)+240,x[T++]=_>>>12&63|128,x[T++]=_>>>6&63|128,x[T++]=_&63|128}T>=64&&(this._dataLength+=64,G._md5cycle(this._state,U),T-=64,U[0]=U[16])}return this._bufferLength=T,this}appendAsciiStr(Q){const x=this._buffer8,U=this._buffer32;let T=this._bufferLength,_,S=0;for(;;){for(_=Math.min(Q.length-S,64-T);_--;)x[T++]=Q.charCodeAt(S++);if(T<64)break;this._dataLength+=64,G._md5cycle(this._state,U),T=0}return this._bufferLength=T,this}appendByteArray(Q){const x=this._buffer8,U=this._buffer32;let T=this._bufferLength,_,S=0;for(;;){for(_=Math.min(Q.length-S,64-T);_--;)x[T++]=Q[S++];if(T<64)break;this._dataLength+=64,G._md5cycle(this._state,U),T=0}return this._bufferLength=T,this}getState(){const Q=this._state;return{buffer:String.fromCharCode.apply(null,Array.from(this._buffer8)),buflen:this._bufferLength,length:this._dataLength,state:[Q[0],Q[1],Q[2],Q[3]]}}setState(Q){const x=Q.buffer,U=Q.state,T=this._state;let _;for(this._dataLength=Q.length,this._bufferLength=Q.buflen,T[0]=U[0],T[1]=U[1],T[2]=U[2],T[3]=U[3],_=0;_<x.length;_+=1)this._buffer8[_]=x.charCodeAt(_)}end(Q=!1){const x=this._bufferLength,U=this._buffer8,T=this._buffer32,_=(x>>2)+1;this._dataLength+=x;const S=this._dataLength*8;if(U[x]=128,U[x+1]=U[x+2]=U[x+3]=0,T.set(G.buffer32Identity.subarray(_),_),x>55&&(G._md5cycle(this._state,T),T.set(G.buffer32Identity)),S<=4294967295)T[14]=S;else{const K=S.toString(16).match(/(.*?)(.{0,8})$/);if(K===null)return Q?e:"";const _e=parseInt(K[2],16),ee=parseInt(K[1],16)||0;T[14]=_e,T[15]=ee}return G._md5cycle(this._state,T),Q?this._state:G._hex(this._state)}};$n(G,"stateIdentity",new Int32Array([1732584193,-271733879,-1732584194,271733878])),$n(G,"buffer32Identity",new Int32Array([0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0])),$n(G,"hexChars","0123456789abcdef"),$n(G,"hexOut",[]),$n(G,"onePassHasher",new G);let i=G;if(i.hashStr("hello")!=="5d41402abc4b2a76b9719d911017c592")throw new Error("Md5 self test failed.");class c{constructor(Q,x=!0,U=1048576){$n(this,"_reader");$n(this,"_md5");$n(this,"_part");$n(this,"_blob");this._callback=Q,this._async=x,this._partSize=U,this._configureReader()}hash(Q){const x=this;x._blob=Q,x._part=0,x._md5=new i,x._processPart()}_fail(){this._callback({success:!1,result:"data read failed"})}_hashData(Q){let x=this;x._md5.appendByteArray(new Uint8Array(Q.target.result)),x._part*x._partSize>=x._blob.size?x._callback({success:!0,result:x._md5.end()}):x._processPart()}_processPart(){const Q=this;let x=0,U;Q._part+=1,Q._blob.size>Q._partSize?(x=Q._part*Q._partSize,x>Q._blob.size&&(x=Q._blob.size),U=Q._blob.slice((Q._part-1)*Q._partSize,x)):U=Q._blob,Q._async?Q._reader.readAsArrayBuffer(U):setTimeout(()=>{try{Q._hashData({target:{result:Q._reader.readAsArrayBuffer(U)}})}catch{Q._fail()}},0)}_configureReader(){const Q=this;Q._async?(Q._reader=new FileReader,Q._reader.onload=Q._hashData.bind(Q),Q._reader.onerror=Q._fail.bind(Q),Q._reader.onabort=Q._fail.bind(Q)):Q._reader=new FileReaderSync}}class v{constructor(Q,x){$n(this,"_queue",[]);$n(this,"_hashWorker");$n(this,"_processing");$n(this,"_ready",!0);const U=this;Worker?(U._hashWorker=new Worker(Q,x),U._hashWorker.onmessage=U._recievedMessage.bind(U),U._hashWorker.onerror=T=>{U._ready=!1,console.error("Hash worker failure",T)}):(U._ready=!1,console.error("Web Workers are not supported in this browser"))}hash(Q){const x=this;let U;return U=new Promise((T,_)=>{x._queue.push({blob:Q,resolve:T,reject:_}),x._processNext()}),U}terminate(){this._ready=!1,this._hashWorker.terminate()}_processNext(){this._ready&&!this._processing&&this._queue.length>0&&(this._processing=this._queue.pop(),this._hashWorker.postMessage(this._processing.blob))}_recievedMessage(Q){const x=Q.data;x.success?this._processing?.resolve(x.result):this._processing?.reject(x.result),this._processing=void 0,this._processNext()}}var N=a(15144);function I(j){let Q=j;j.match(/^([0-9a-f]{4}-?){8}$/)===null&&(Q=i.hashStr(j)),Q=Q.replace(/[^0-9a-f]/g,"");let x=0;for(let U=0;U<Q.length;U++)x+=parseInt(Q.charAt(U),16);return x}function d(j){const x=(0,N.g)(6),U=I(j.toLocaleLowerCase());return x[U%x.length]}},22078:($t,We,a)=>{"use strict";a.d(We,{z0:()=>d});var e=a(61715),i=a(72393),c=a(20641),v=a(50953);const N=(0,c.pM)((Y,{slots:ne,emit:Re})=>{const Ge=(0,v.IJ)();return(0,e.X2F)(Ge,At=>{Re("trigger",At)},Y.options),()=>{if(ne.default)return(0,c.h)(Y.as||"div",{ref:Ge},ne.default())}},{name:"OnClickOutside",props:["as","options"],emits:["trigger"]}),I=new WeakMap,d={mounted(Y,ne){const Re=!ne.modifiers.bubble;let Ge;if(typeof ne.value=="function")Ge=(0,e.X2F)(Y,ne.value,{capture:Re});else{const[At,Ze]=ne.value;Ge=(0,e.X2F)(Y,At,Object.assign({capture:Re},Ze))}I.set(Y,Ge)},unmounted(Y){const ne=I.get(Y);ne&&typeof ne=="function"?ne():ne?.stop(),I.delete(Y)}},G=null,j={mounted(Y,ne){var Re,Ge;const At=(Re=(Ge=ne.arg)===null||Ge===void 0?void 0:Ge.split(","))!==null&&Re!==void 0?Re:!0;if(typeof ne.value=="function")(0,e.Ta5)(At,ne.value,{target:Y});else{const[Ze,ve]=ne.value;(0,e.Ta5)(At,Ze,{target:Y,...ve})}}},Q=(0,c.pM)((Y,{slots:ne,emit:Re})=>{const Ge=(0,v.IJ)(),At=(0,e.xq_)(Ge,Ze=>{Re("trigger",Ze)},Y.options);return()=>{if(ne.default)return(0,c.h)(Y.as||"div",{ref:Ge},ne.default(At))}},{name:"OnLongPress",props:["as","options"],emits:["trigger"]}),x={mounted(Y,ne){typeof ne.value=="function"?(0,e.xq_)(Y,ne.value,{modifiers:ne.modifiers}):(0,e.xq_)(Y,...ne.value)}},U=null,T=(0,c.pM)((Y,{slots:ne})=>{const Re=(0,v.Kh)({element:(0,e.YC1)(Y)});return()=>{if(ne.default)return ne.default(Re)}},{name:"UseActiveElement",props:["deep","triggerOnRemoval","window","document"]}),_=(0,c.pM)((Y,{slots:ne})=>{const Re=(0,v.Kh)((0,e.hcC)(Y));return()=>{if(ne.default)return ne.default(Re)}},{name:"UseBattery",props:["navigator"]}),S=(0,c.pM)((Y,{slots:ne})=>{const Re=(0,v.Kh)((0,e.ZDG)(Y));return()=>{if(ne.default)return ne.default(Re)}},{name:"UseBrowserLocation",props:["window"]}),K=(0,c.pM)((Y,{slots:ne})=>{const Re=(0,v.Kh)((0,e.iDZ)(Y));return()=>{if(ne.default)return ne.default(Re)}},{name:"UseClipboard",props:["source","read","navigator","copiedDuring","legacy"]}),_e=(0,c.pM)((Y,{slots:ne})=>{const Re=(0,e.G67)(Y),Ge=(0,v.Kh)({mode:Re,system:Re.system,store:Re.store});return()=>{if(ne.default)return ne.default(Ge)}},{name:"UseColorMode",props:["attribute","deep","disableTransition","emitAuto","eventFilter","flush","initOnMounted","initialValue","listenToStorageChanges","mergeDefaults","modes","onChanged","onError","selector","serializer","shallow","storage","storageKey","storageRef","window","writeDefaults"]}),ee=(0,c.pM)((Y,{slots:ne})=>{const Re=(0,e.C6J)(Y),Ge=(0,v.Kh)({isDark:Re,toggleDark:(0,i.eY)(Re)});return()=>{if(ne.default)return ne.default(Ge)}},{name:"UseDark",props:["attribute","deep","disableTransition","emitAuto","eventFilter","flush","initOnMounted","initialValue","listenToStorageChanges","mergeDefaults","onChanged","onError","selector","serializer","shallow","storage","storageKey","storageRef","valueDark","valueLight","window","writeDefaults"]}),H=(0,c.pM)((Y,{slots:ne})=>{const Re=(0,e.uqd)(Y);return()=>{if(ne.default)return ne.default(Re)}},{name:"UseDeviceMotion",props:["eventFilter","requestPermissions","window"]}),xe=(0,c.pM)((Y,{slots:ne})=>{const Re=(0,v.Kh)((0,e.QPX)(Y));return()=>{if(ne.default)return ne.default(Re)}},{name:"UseDeviceOrientation",props:["window"]}),P=(0,c.pM)((Y,{slots:ne})=>{const Re=(0,v.Kh)((0,e.JCr)(Y));return()=>{if(ne.default)return ne.default(Re)}},{name:"UseDevicePixelRatio",props:["window"]}),ce=(0,c.pM)((Y,{slots:ne})=>{const Re=(0,v.Kh)((0,e.hXn)(Y));return()=>{if(ne.default)return ne.default(Re)}},{name:"UseDevicesList",props:["constraints","navigator","onUpdated","requestPermissions"]}),Ce=(0,c.pM)((Y,{slots:ne})=>{const Re=(0,v.Kh)({visibility:(0,e.fho)(Y)});return()=>{if(ne.default)return ne.default(Re)}},{name:"UseDocumentVisibility",props:["document"]}),ke=(0,c.pM)((Y,{slots:ne})=>{const Re=(0,v.IJ)(),Ge=(0,c.EW)(()=>{var rt;return(rt=(0,v.BA)(Y.handle))!==null&&rt!==void 0?rt:Re.value}),At=(0,c.EW)(()=>{var rt;return(rt=Y.containerElement)!==null&&rt!==void 0?rt:void 0}),Ze=(0,c.EW)(()=>!!Y.disabled),ve=Y.storageKey&&(0,e.rXt)(Y.storageKey,(0,v.BA)(Y.initialValue)||{x:0,y:0},i.oc?Y.storageType==="session"?sessionStorage:localStorage:void 0),L=ve||Y.initialValue||{x:0,y:0},ge=(rt,Ht)=>{var Qt;(Qt=Y.onEnd)===null||Qt===void 0||Qt.call(Y,rt,Ht),ve&&(ve.value.x=rt.x,ve.value.y=rt.y)},Ae=(0,v.Kh)((0,e.PMY)(Re,{...Y,handle:Ge,initialValue:L,onEnd:ge,disabled:Ze,containerElement:At}));return()=>{if(ne.default)return(0,c.h)(Y.as||"div",{ref:Re,style:`touch-action:none;${Ae.style}`},ne.default(Ae))}},{name:"UseDraggable",props:["storageKey","storageType","initialValue","exact","preventDefault","stopPropagation","pointerTypes","as","handle","axis","onStart","onMove","onEnd","disabled","buttons","containerElement","capture","draggingElement"]}),J=(0,c.pM)((Y,{slots:ne})=>{const Re=(0,v.IJ)(),Ge=(0,v.Kh)((0,e.SSU)(Re,Y));return()=>{if(ne.default)return(0,c.h)(Y.as||"div",{ref:Re},ne.default(Ge))}},{name:"UseElementBounding",props:["as","immediate","reset","updateTiming","windowResize","windowScroll"]}),ye={mounted(Y,ne){const[Re,Ge]=typeof ne.value=="function"?[ne.value,{}]:ne.value,{height:At,bottom:Ze,left:ve,right:L,top:ge,width:Ae,x:rt,y:Ht}=(0,e.SSU)(Y,Ge);(0,c.wB)([At,Ze,ve,L,ge,Ae,rt,Ht],()=>Re({height:At,bottom:Ze,left:ve,right:L,top:ge,width:Ae,x:rt,y:Ht}))}},Xe={mounted(Y,ne){const Re=ne.value;if(typeof Re=="function")(0,c.wB)((0,e.GF$)(Y),Ge=>Re(Ge));else{const[Ge,At]=Re;(0,c.wB)((0,e.GF$)(Y,At),Ze=>Ge(Ze))}}},ui=(0,c.pM)((Y,{slots:ne})=>{var Re,Ge;const At=(0,v.IJ)(),{width:Ze,height:ve}=(0,v.QW)(Y),L=(0,v.Kh)((0,e.Lhy)(At,{width:(Re=(0,v.BA)(Ze))!==null&&Re!==void 0?Re:0,height:(Ge=(0,v.BA)(ve))!==null&&Ge!==void 0?Ge:0},{box:Y.box,window:Y.window}));return()=>{if(ne.default)return(0,c.h)(Y.as||"div",{ref:At},ne.default(L))}},{name:"UseElementSize",props:["as","box","height","width","window"]}),ht={mounted(Y,ne){var Re;const Ge=typeof ne.value=="function"?ne.value:(Re=ne.value)===null||Re===void 0?void 0:Re[0],{width:At,height:Ze}=(0,e.Lhy)(Y,...typeof ne.value=="function"?[]:ne.value.slice(1));(0,c.wB)([At,Ze],([ve,L])=>Ge({width:ve,height:L}))}},_t=(0,c.pM)((Y,{slots:ne})=>{const Re=(0,v.IJ)(),Ge=(0,v.Kh)({isVisible:(0,e.ITo)(Re,Y)});return()=>{if(ne.default)return(0,c.h)(Y.as||"div",{ref:Re},ne.default(Ge))}},{name:"UseElementVisibility",props:["as","once","rootMargin","scrollTarget","threshold","window"]}),ai={mounted(Y,ne){if(typeof ne.value=="function"){const Re=ne.value;(0,c.wB)((0,e.ITo)(Y),Ge=>Re(Ge),{immediate:!0})}else{const[Re,Ge]=ne.value;(0,c.wB)((0,e.ITo)(Y,Ge),At=>Re(At),{immediate:!0})}}},Ft=(0,c.pM)((Y,{slots:ne})=>{const Re=(0,v.Kh)((0,e.X68)(Y));return()=>{if(ne.default)return ne.default(Re)}},{name:"UseEyeDropper",props:["initialValue"]}),jt=(0,c.pM)((Y,{slots:ne})=>{const Re=(0,v.IJ)(),Ge=(0,v.Kh)((0,e.HrR)(Re,Y));return()=>{if(ne.default)return(0,c.h)(Y.as||"div",{ref:Re},ne.default(Ge))}},{name:"UseFullscreen",props:["as","autoExit","document"]}),He=(0,c.pM)((Y,{slots:ne})=>{const Re=(0,v.Kh)((0,e.mJX)(Y));return()=>{if(ne.default)return ne.default(Re)}},{name:"UseGeolocation",props:["enableHighAccuracy","immediate","maximumAge","navigator","timeout"]}),ut=(0,c.pM)((Y,{slots:ne})=>{const Re=(0,v.Kh)((0,e.UQV)(Y.timeout,Y));return()=>{if(ne.default)return ne.default(Re)}},{name:"UseIdle",props:["eventFilter","events","initialState","listenForVisibilityChange","timeout","window"]}),Ot=(0,c.pM)((Y,{slots:ne})=>{const Re=(0,v.Kh)((0,e.lKg)(Y));return()=>Re.isLoading&&ne.loading?ne.loading(Re):Re.error&&ne.error?ne.error(Re.error):ne.default?ne.default(Re):(0,c.h)(Y.as||"img",Y)},{name:"UseImage",props:["alt","as","class","crossorigin","decoding","fetchPriority","height","ismap","loading","referrerPolicy","sizes","src","srcset","usemap","width"]}),Gt={mounted(Y,ne){typeof ne.value=="function"?(0,e.XDU)(Y,ne.value):(0,e.XDU)(Y,...ne.value)}},ri={mounted(Y,ne){typeof ne.value=="function"?(0,e.BLq)(Y,ne.value):(0,e.BLq)(Y,...ne.value)}},Ii=(0,c.pM)((Y,{slots:ne})=>{const Re=(0,v.Kh)((0,e.NTS)(Y));return()=>{if(ne.default)return ne.default(Re)}},{name:"UseMouse",props:["eventFilter","initialValue","resetOnTouchEnds","scroll","target","touch","type","window"]}),Li=(0,c.pM)((Y,{slots:ne})=>{const Re=(0,v.IJ)(),Ge=(0,v.Kh)((0,e.eef)(Re,Y));return()=>{if(ne.default)return(0,c.h)(Y.as||"div",{ref:Re},ne.default(Ge))}},{name:"UseMouseInElement",props:["as","eventFilter","handleOutside","initialValue","resetOnTouchEnds","scroll","target","touch","type","window","windowResize","windowScroll"]}),Yi={mounted(Y,ne){const[Re,Ge]=typeof ne.value=="function"?[ne.value,{}]:ne.value;(0,c.wB)((0,i.vI)((0,v.Kh)((0,e.eef)(Y,Ge)),"stop"),At=>Re(At))}},wi=(0,c.pM)((Y,{slots:ne})=>{const Re=(0,v.IJ)(),Ge=(0,v.Kh)((0,e.NXY)({...Y,target:Re}));return()=>{if(ne.default)return(0,c.h)(Y.as||"div",{ref:Re},ne.default(Ge))}},{name:"UseMousePressed",props:["as","capture","drag","initialValue","onPressed","onReleased","touch","window"]}),Lt=(0,c.pM)((Y,{slots:ne})=>{const Re=(0,v.Kh)((0,e.AEG)(Y));return()=>{if(ne.default)return ne.default(Re)}},{name:"UseNetwork",props:["window"]}),di=(0,c.pM)((Y,{slots:ne})=>{const Re=(0,v.Kh)((0,e.cBR)({...Y,controls:!0}));return()=>{if(ne.default)return ne.default(Re)}},{name:"UseNow",props:["immediate","interval"]}),Vt=(0,c.pM)((Y,{slots:ne})=>{const{object:Re}=(0,i.QW)(Y),Ge=(0,e.onz)(Re);return()=>{if(ne.default&&Ge.value)return ne.default(Ge.value)}},{name:"UseObjectUrl",props:["object"]}),pn=(0,c.pM)((Y,{slots:ne,emit:Re})=>{const Ge=(0,v.Kh)((0,e.vYo)({...Y,total:(0,v.BA)(Y.total)||void 0,onPageChange(...At){var Ze;(Ze=Y.onPageChange)===null||Ze===void 0||Ze.call(Y,...At),Re("page-change",...At)},onPageSizeChange(...At){var Ze;(Ze=Y.onPageSizeChange)===null||Ze===void 0||Ze.call(Y,...At),Re("page-size-change",...At)},onPageCountChange(...At){var Ze;(Ze=Y.onPageCountChange)===null||Ze===void 0||Ze.call(Y,...At),Re("page-count-change",...At)}}));return()=>{if(ne.default)return ne.default(Ge)}},{name:"UseOffsetPagination",props:["onPageChange","onPageCountChange","onPageSizeChange","page","pageSize","total"]}),oi=(0,c.pM)((Y,{slots:ne})=>{const Re=(0,v.Kh)({isOnline:(0,e.LmP)(Y)});return()=>{if(ne.default)return ne.default(Re)}},{name:"UseOnline",props:["window"]}),ni=(0,c.pM)((Y,{slots:ne})=>{const Re=(0,v.Kh)({isLeft:(0,e.ObO)(Y)});return()=>{if(ne.default)return ne.default(Re)}},{name:"UsePageLeave",props:["window"]}),Ei=(0,c.pM)((Y,{slots:ne})=>{const Re=(0,v.IJ)(null),Ge=(0,v.Kh)((0,e.RcE)({...Y,target:Y.target==="self"?Re:e.I_q}));return()=>{if(ne.default)return ne.default(Ge)}},{name:"UsePointer",props:["initialValue","pointerTypes","target","window"]}),An=(0,c.pM)((Y,{slots:ne})=>{const Re=(0,v.IJ)(),Ge=(0,v.Kh)((0,e.CB)(Re));return()=>{if(ne.default)return(0,c.h)(Y.as||"div",{ref:Re},ne.default(Ge))}},{name:"UsePointerLock",props:["as","document"]}),En=(0,c.pM)((Y,{slots:ne})=>{const Re=(0,v.Kh)({colorScheme:(0,e.tDD)(Y)});return()=>{if(ne.default)return ne.default(Re)}},{name:"UsePreferredColorScheme",props:["window"]}),Qi=(0,c.pM)((Y,{slots:ne})=>{const Re=(0,v.Kh)({contrast:(0,e.l34)(Y)});return()=>{if(ne.default)return ne.default(Re)}},{name:"UsePreferredContrast",props:["window"]}),Yt=(0,c.pM)((Y,{slots:ne})=>{const Re=(0,v.Kh)({prefersDark:(0,e.Nk8)(Y)});return()=>{if(ne.default)return ne.default(Re)}},{name:"UsePreferredDark",props:["window"]}),Ut=(0,c.pM)((Y,{slots:ne})=>{const Re=(0,v.Kh)({languages:(0,e.eeI)(Y)});return()=>{if(ne.default)return ne.default(Re)}},{name:"UsePreferredLanguages",props:["window"]}),qi=(0,c.pM)((Y,{slots:ne})=>{const Re=(0,v.Kh)({motion:(0,e.pf5)(Y)});return()=>{if(ne.default)return ne.default(Re)}},{name:"UsePreferredReducedMotion",props:["window"]}),Ne=(0,c.pM)({name:"UsePreferredReducedTransparency",setup(Y,{slots:ne}){const Re=(0,v.Kh)({transparency:(0,e.Ffg)()});return()=>{if(ne.default)return ne.default(Re)}}}),ft={mounted(Y,ne){typeof ne.value=="function"?(0,e.wYm)(Y,ne.value):(0,e.wYm)(Y,...ne.value)}},gt=(0,c.pM)((Y,{slots:ne})=>{const Re=(0,v.Kh)((0,e.aoj)());return()=>{if(ne.default)return(0,c.h)(Y.as||"div",{style:{paddingTop:Y.top?Re.top:"",paddingRight:Y.right?Re.right:"",paddingBottom:Y.bottom?Re.bottom:"",paddingLeft:Y.left?Re.left:"",boxSizing:"border-box",maxHeight:"100vh",maxWidth:"100vw",overflow:"auto"}},ne.default(Re))}},{name:"UseScreenSafeArea",props:["top","right","bottom","left"]}),Ve={mounted(Y,ne){if(typeof ne.value=="function"){const Re=ne.value,Ge=(0,e.Ll8)(Y,{onScroll(){Re(Ge)},onStop(){Re(Ge)}})}else{const[Re,Ge]=ne.value,At=(0,e.Ll8)(Y,{...Ge,onScroll(Ze){var ve;(ve=Ge.onScroll)===null||ve===void 0||ve.call(Ge,Ze),Re(At)},onStop(Ze){var ve;(ve=Ge.onStop)===null||ve===void 0||ve.call(Ge,Ze),Re(At)}})}}};function ot(){let Y=!1;const ne=(0,v.IJ)(!1);return(Re,Ge)=>{if(ne.value=Ge.value,Y)return;Y=!0;const At=(0,e.K$F)(Re,Ge.value);(0,c.wB)(ne,Ze=>At.value=Ze)}}const ei=ot(),X=(0,c.pM)((Y,{slots:ne})=>{const Re=(0,v.Kh)((0,e.uN2)(()=>Y.time,{...Y,controls:!0}));return()=>{if(ne.default)return ne.default(Re)}},{name:"UseTimeAgo",props:["fullDateFormatter","max","messages","rounding","showSecond","time","units","updateInterval"]}),A=(0,c.pM)((Y,{slots:ne})=>{const Re=(0,v.Kh)((0,e.wH9)({...Y,controls:!0}));return()=>{if(ne.default)return ne.default(Re)}},{name:"UseTimestamp",props:["callback","immediate","interval","offset"]}),g=(0,c.pM)((Y,{slots:ne,expose:Re})=>{const{list:Ge}=(0,v.QW)(Y),{list:At,containerProps:Ze,wrapperProps:ve,scrollTo:L}=(0,e.niW)(Ge,Y.options);return Re({scrollTo:L}),Ze.style&&typeof Ze.style=="object"&&!Array.isArray(Ze.style)&&(Ze.style.height=Y.height||"300px"),()=>(0,c.h)("div",{...Ze},[(0,c.h)("div",{...ve.value},At.value.map(ge=>(0,c.h)("div",{style:{overflow:"hidden",height:ge.height}},ne.default?ne.default(ge):"Please set content!")))])},{name:"UseVirtualList",props:["height","list","options"]}),D=(0,c.pM)((Y,{slots:ne})=>{const Re=(0,v.Kh)({focused:(0,e.esz)(Y)});return()=>{if(ne.default)return ne.default(Re)}},{name:"UseWindowFocus",props:["window"]}),$=(0,c.pM)((Y,{slots:ne})=>{const Re=(0,v.Kh)((0,e.lWr)(Y));return()=>{if(ne.default)return ne.default(Re)}},{name:"UseWindowSize",props:["includeScrollbar","initialHeight","initialWidth","listenOrientation","type","window"]})},61715:($t,We,a)=>{"use strict";a.d(We,{AEG:()=>go,BLq:()=>ca,C6J:()=>Ea,CB:()=>$l,Ffg:()=>cs,G67:()=>en,GF$:()=>xi,HrR:()=>se,ITo:()=>ma,I_q:()=>x,JCr:()=>Oi,K$F:()=>Zs,Lhy:()=>ia,Ll8:()=>Ra,LmP:()=>Hl,NTS:()=>Qa,NXY:()=>io,Nk8:()=>Qt,ObO:()=>Kl,P1n:()=>P,PMY:()=>Ai,QPX:()=>Si,RbW:()=>yi,RcE:()=>tu,SSU:()=>ii,Ta5:()=>ke,UQV:()=>Ui,X2F:()=>ee,X68:()=>Ta,XDU:()=>ka,YC1:()=>ut,ZDG:()=>$,aoj:()=>Au,cBR:()=>no,eeI:()=>Gl,eef:()=>Rr,esz:()=>vu,fho:()=>tr,hXn:()=>zn,hcC:()=>pn,iDZ:()=>Re,l34:()=>Su,lKg:()=>rn,lWr:()=>ou,mJX:()=>mt,niW:()=>Ql,o__:()=>er,onz:()=>fo,pf5:()=>zu,rXt:()=>wt,tDD:()=>hu,uN2:()=>Ko,uqd:()=>Wt,vYo:()=>hs,wH9:()=>tl,wYm:()=>et,xq_:()=>_t});var e=a(72393),i=a(50953),c=a(20641);function v(k,M,W){var ie;let ue;isRef(W)?ue={evaluating:W}:ue=W||{};const{lazy:me=!1,flush:pe="sync",evaluating:fe=void 0,shallow:be=!0,onError:Be=(ie=globalThis.reportError)!==null&&ie!==void 0?ie:noop}=ue,Oe=shallowRef(!me),Ke=be?shallowRef(M):ref(M);let Ct=0;return watchEffect(async ct=>{if(!Oe.value)return;Ct++;const vt=Ct;let Fi=!1;fe&&Promise.resolve().then(()=>{fe.value=!0});try{const It=await k(mi=>{ct(()=>{fe&&(fe.value=!1),Fi||mi()})});vt===Ct&&(Ke.value=It)}catch(It){Be(It)}finally{fe&&vt===Ct&&(fe.value=!1),Fi=!0}},{flush:pe}),me?computed(()=>(Oe.value=!0,Ke.value)):Ke}const N=null;function I(k,M,W,ie){let ue=inject(k);return W&&(ue=inject(k,W)),ie&&(ue=inject(k,W,ie)),typeof M=="function"?computed(me=>M(ue,me)):computed({get:me=>M.get(ue,me),set:M.set})}function d(k={}){const{inheritAttrs:M=!0}=k,W=shallowRef(),ie=defineComponent({setup(me,{slots:pe}){return()=>{W.value=pe.default}}}),ue=defineComponent({inheritAttrs:M,props:k.props,setup(me,{attrs:pe,slots:fe}){return()=>{var be;if(!W.value)throw new Error("[VueUse] Failed to find the definition of reusable template");const Be=(be=W.value)===null||be===void 0?void 0:be.call(W,{...k.props==null?G(pe):me,$slots:fe});return M&&Be?.length===1?Be[0]:Be}}});return makeDestructurable({define:ie,reuse:ue},[ie,ue])}function G(k){const M={};for(const W in k)M[camelize(W)]=k[W];return M}function j(k={}){let M=0;const W=ref([]);function ie(...pe){const fe=shallowReactive({key:M++,args:pe,promise:void 0,resolve:()=>{},reject:()=>{},isResolving:!1,options:k});return W.value.push(fe),fe.promise=new Promise((be,Be)=>{fe.resolve=Oe=>(fe.isResolving=!0,be(Oe)),fe.reject=Be}).finally(()=>{fe.promise=void 0;const be=W.value.indexOf(fe);be!==-1&&W.value.splice(be,1)}),fe.promise}function ue(...pe){return k.singleton&&W.value.length>0?W.value[0].promise:ie(...pe)}const me=defineComponent((pe,{slots:fe})=>{const be=()=>W.value.map(Be=>{var Oe;return h(Fragment,{key:Be.key},(Oe=fe.default)===null||Oe===void 0?void 0:Oe.call(fe,Be))});return k.transition?()=>h(TransitionGroup,k.transition,be):be});return me.start=ue,me}function Q(k){return function(...M){return k.apply(this,M.map(W=>toValue(W)))}}const x=e.oc?window:void 0,U=e.oc?window.document:void 0,T=e.oc?window.navigator:void 0,_=e.oc?window.location:void 0;function S(k){var M;const W=(0,i.BA)(k);return(M=W?.$el)!==null&&M!==void 0?M:W}function K(...k){const M=[],W=()=>{M.forEach(fe=>fe()),M.length=0},ie=(fe,be,Be,Oe)=>(fe.addEventListener(be,Be,Oe),()=>fe.removeEventListener(be,Be,Oe)),ue=(0,c.EW)(()=>{const fe=(0,e.$r)((0,i.BA)(k[0])).filter(be=>be!=null);return fe.every(be=>typeof be!="string")?fe:void 0}),me=(0,e.T3)(()=>{var fe,be;return[(fe=(be=ue.value)===null||be===void 0?void 0:be.map(Be=>S(Be)))!==null&&fe!==void 0?fe:[x].filter(Be=>Be!=null),(0,e.$r)((0,i.BA)(ue.value?k[1]:k[0])),(0,e.$r)((0,i.R1)(ue.value?k[2]:k[1])),(0,i.BA)(ue.value?k[3]:k[2])]},([fe,be,Be,Oe])=>{if(W(),!fe?.length||!be?.length||!Be?.length)return;const Ke=(0,e.Gv)(Oe)?{...Oe}:Oe;M.push(...fe.flatMap(Ct=>be.flatMap(ct=>Be.map(vt=>ie(Ct,ct,vt,Ke)))))},{flush:"post"}),pe=()=>{me(),W()};return(0,e.Uo)(W),pe}let _e=!1;function ee(k,M,W={}){const{window:ie=x,ignore:ue=[],capture:me=!0,detectIframe:pe=!1,controls:fe=!1}=W;if(!ie)return fe?{stop:e.lQ,cancel:e.lQ,trigger:e.lQ}:e.lQ;if(e.un&&!_e){_e=!0;const It={passive:!0};Array.from(ie.document.body.children).forEach(mi=>mi.addEventListener("click",e.lQ,It)),ie.document.documentElement.addEventListener("click",e.lQ,It)}let be=!0;const Be=It=>(0,i.BA)(ue).some(mi=>{if(typeof mi=="string")return Array.from(ie.document.querySelectorAll(mi)).some(Dt=>Dt===It.target||It.composedPath().includes(Dt));{const Dt=S(mi);return Dt&&(It.target===Dt||It.composedPath().includes(Dt))}});function Oe(It){const mi=(0,i.BA)(It);return mi&&mi.$.subTree.shapeFlag===16}function Ke(It,mi){const Dt=(0,i.BA)(It),Xt=Dt.$.subTree&&Dt.$.subTree.children;return Xt==null||!Array.isArray(Xt)?!1:Xt.some(Hi=>Hi.el===mi.target||mi.composedPath().includes(Hi.el))}const Ct=It=>{const mi=S(k);if(It.target!=null&&!(!(mi instanceof Element)&&Oe(k)&&Ke(k,It))&&!(!mi||mi===It.target||It.composedPath().includes(mi))){if("detail"in It&&It.detail===0&&(be=!Be(It)),!be){be=!0;return}M(It)}};let ct=!1;const vt=[K(ie,"click",It=>{ct||(ct=!0,setTimeout(()=>{ct=!1},0),Ct(It))},{passive:!0,capture:me}),K(ie,"pointerdown",It=>{const mi=S(k);be=!Be(It)&&!!(mi&&!It.composedPath().includes(mi))},{passive:!0}),pe&&K(ie,"blur",It=>{setTimeout(()=>{var mi;const Dt=S(k);((mi=ie.document.activeElement)===null||mi===void 0?void 0:mi.tagName)==="IFRAME"&&!Dt?.contains(ie.document.activeElement)&&M(It)},0)},{passive:!0})].filter(Boolean),Fi=()=>vt.forEach(It=>It());return fe?{stop:Fi,cancel:()=>{be=!1},trigger:It=>{be=!0,Ct(It),be=!1}}:Fi}function H(){const k=(0,i.IJ)(!1),M=(0,c.nI)();return M&&(0,c.sV)(()=>{k.value=!0},M),k}function xe(k){const M=H();return(0,c.EW)(()=>(M.value,!!k()))}function P(k,M,W={}){const{window:ie=x,...ue}=W;let me;const pe=xe(()=>ie&&"MutationObserver"in ie),fe=()=>{me&&(me.disconnect(),me=void 0)},be=(0,c.wB)((0,c.EW)(()=>{const Ke=(0,e.$r)((0,i.BA)(k)).map(S).filter(e.d6);return new Set(Ke)}),Ke=>{fe(),pe.value&&Ke.size&&(me=new MutationObserver(M),Ke.forEach(Ct=>me.observe(Ct,ue)))},{immediate:!0,flush:"post"}),Be=()=>me?.takeRecords(),Oe=()=>{be(),fe()};return(0,e.Uo)(Oe),{isSupported:pe,stop:Oe,takeRecords:Be}}function ce(k,M,W={}){const{window:ie=x,document:ue=ie?.document,flush:me="sync"}=W;if(!ie||!ue)return e.lQ;let pe;const fe=Oe=>{pe?.(),pe=Oe},be=(0,c.nT)(()=>{const Oe=S(k);if(Oe){const{stop:Ke}=P(ue,Ct=>{Ct.map(ct=>[...ct.removedNodes]).flat().some(ct=>ct===Oe||ct.contains(Oe))&&M(Ct)},{window:ie,childList:!0,subtree:!0});fe(Ke)}},{flush:me}),Be=()=>{be(),fe()};return(0,e.Uo)(Be),Be}function Ce(k){return typeof k=="function"?k:typeof k=="string"?M=>M.key===k:Array.isArray(k)?M=>k.includes(M.key):()=>!0}function ke(...k){let M,W,ie={};k.length===3?(M=k[0],W=k[1],ie=k[2]):k.length===2?typeof k[1]=="object"?(M=!0,W=k[0],ie=k[1]):(M=k[0],W=k[1]):(M=!0,W=k[0]);const{target:ue=x,eventName:me="keydown",passive:pe=!1,dedupe:fe=!1}=ie,be=Ce(M);return K(ue,me,Oe=>{Oe.repeat&&(0,i.BA)(fe)||be(Oe)&&W(Oe)},pe)}function J(k,M,W={}){return ke(k,M,{...W,eventName:"keydown"})}function ye(k,M,W={}){return ke(k,M,{...W,eventName:"keypress"})}function Xe(k,M,W={}){return ke(k,M,{...W,eventName:"keyup"})}const ui=500,ht=10;function _t(k,M,W){var ie,ue;const me=(0,c.EW)(()=>S(k));let pe,fe,be,Be=!1;function Oe(){pe&&(clearTimeout(pe),pe=void 0),fe=void 0,be=void 0,Be=!1}function Ke(Dt){const Xt=W?.delay;return typeof Xt=="function"?Xt(Dt):Xt??ui}function Ct(Dt){var Xt,Hi,$i;const[Rn,Mi,ln]=[be,fe,Be];if(Oe(),!W?.onMouseUp||!Mi||!Rn||!(W==null||(Xt=W.modifiers)===null||Xt===void 0)&&Xt.self&&Dt.target!==me.value)return;!(W==null||(Hi=W.modifiers)===null||Hi===void 0)&&Hi.prevent&&Dt.preventDefault(),!(W==null||($i=W.modifiers)===null||$i===void 0)&&$i.stop&&Dt.stopPropagation();const Dn=Dt.x-Mi.x,Ga=Dt.y-Mi.y,Da=Math.sqrt(Dn*Dn+Ga*Ga);W.onMouseUp(Dt.timeStamp-Rn,Da,ln)}function ct(Dt){var Xt,Hi,$i;!(W==null||(Xt=W.modifiers)===null||Xt===void 0)&&Xt.self&&Dt.target!==me.value||(Oe(),!(W==null||(Hi=W.modifiers)===null||Hi===void 0)&&Hi.prevent&&Dt.preventDefault(),!(W==null||($i=W.modifiers)===null||$i===void 0)&&$i.stop&&Dt.stopPropagation(),fe={x:Dt.x,y:Dt.y},be=Dt.timeStamp,pe=setTimeout(()=>{Be=!0,M(Dt)},Ke(Dt)))}function vt(Dt){var Xt,Hi,$i,Rn;if(!(W==null||(Xt=W.modifiers)===null||Xt===void 0)&&Xt.self&&Dt.target!==me.value||!fe||W?.distanceThreshold===!1)return;!(W==null||(Hi=W.modifiers)===null||Hi===void 0)&&Hi.prevent&&Dt.preventDefault(),!(W==null||($i=W.modifiers)===null||$i===void 0)&&$i.stop&&Dt.stopPropagation();const Mi=Dt.x-fe.x,ln=Dt.y-fe.y;Math.sqrt(Mi*Mi+ln*ln)>=((Rn=W?.distanceThreshold)!==null&&Rn!==void 0?Rn:ht)&&Oe()}const Fi={capture:W==null||(ie=W.modifiers)===null||ie===void 0?void 0:ie.capture,once:W==null||(ue=W.modifiers)===null||ue===void 0?void 0:ue.once},It=[K(me,"pointerdown",ct,Fi),K(me,"pointermove",vt,Fi),K(me,["pointerup","pointerleave"],Ct,Fi)];return()=>It.forEach(Dt=>Dt())}function ai(){const{activeElement:k,body:M}=document;if(!k||k===M)return!1;switch(k.tagName){case"INPUT":case"TEXTAREA":return!0}return k.hasAttribute("contenteditable")}function Ft({keyCode:k,metaKey:M,ctrlKey:W,altKey:ie}){return M||W||ie?!1:k>=48&&k<=57||k>=96&&k<=105||k>=65&&k<=90}function jt(k,M={}){const{document:W=U}=M;W&&K(W,"keydown",ue=>{!ai()&&Ft(ue)&&k(ue)},{passive:!0})}function He(k,M=null){const W=getCurrentInstance();let ie=()=>{};const ue=customRef((me,pe)=>(ie=pe,{get(){var fe,be;return me(),(fe=W==null||(be=W.proxy)===null||be===void 0?void 0:be.$refs[k])!==null&&fe!==void 0?fe:M},set(){}}));return tryOnMounted(ie),onUpdated(ie),ue}function ut(k={}){var M;const{window:W=x,deep:ie=!0,triggerOnRemoval:ue=!1}=k,me=(M=k.document)!==null&&M!==void 0?M:W?.document,pe=()=>{let Be=me?.activeElement;if(ie)for(var Oe;Be?.shadowRoot;)Be=Be==null||(Oe=Be.shadowRoot)===null||Oe===void 0?void 0:Oe.activeElement;return Be},fe=(0,i.IJ)(),be=()=>{fe.value=pe()};if(W){const Be={capture:!0,passive:!0};K(W,"blur",Oe=>{Oe.relatedTarget===null&&be()},Be),K(W,"focus",be,Be)}return ue&&ce(fe,be,{document:me}),be(),fe}function Ot(k,M={}){const{immediate:W=!0,fpsLimit:ie=void 0,window:ue=x,once:me=!1}=M,pe=(0,i.IJ)(!1),fe=(0,c.EW)(()=>ie?1e3/(0,i.BA)(ie):null);let be=0,Be=null;function Oe(ct){if(!pe.value||!ue)return;be||(be=ct);const vt=ct-be;if(fe.value&&vt<fe.value){Be=ue.requestAnimationFrame(Oe);return}if(be=ct,k({delta:vt,timestamp:ct}),me){pe.value=!1,Be=null;return}Be=ue.requestAnimationFrame(Oe)}function Ke(){!pe.value&&ue&&(pe.value=!0,be=0,Be=ue.requestAnimationFrame(Oe))}function Ct(){pe.value=!1,Be!=null&&ue&&(ue.cancelAnimationFrame(Be),Be=null)}return W&&Ke(),(0,e.Uo)(Ct),{isActive:(0,i.tB)(pe),pause:Ct,resume:Ke}}function Gt(k,M,W){let ie,ue;isObject(W)?(ie=W,ue=objectOmit(W,["window","immediate","commitStyles","persist","onReady","onError"])):(ie={duration:W},ue=W);const{window:me=x,immediate:pe=!0,commitStyles:fe,persist:be,playbackRate:Be=1,onReady:Oe,onError:Ke=Za=>{console.error(Za)}}=ie,Ct=xe(()=>me&&HTMLElement&&"animate"in HTMLElement.prototype),ct=shallowRef(void 0),vt=shallowReactive({startTime:null,currentTime:null,timeline:null,playbackRate:Be,pending:!1,playState:pe?"idle":"paused",replaceState:"active"}),Fi=computed(()=>vt.pending),It=computed(()=>vt.playState),mi=computed(()=>vt.replaceState),Dt=computed({get(){return vt.startTime},set(Za){vt.startTime=Za,ct.value&&(ct.value.startTime=Za)}}),Xt=computed({get(){return vt.currentTime},set(Za){vt.currentTime=Za,ct.value&&(ct.value.currentTime=Za,yr())}}),Hi=computed({get(){return vt.timeline},set(Za){vt.timeline=Za,ct.value&&(ct.value.timeline=Za)}}),$i=computed({get(){return vt.playbackRate},set(Za){vt.playbackRate=Za,ct.value&&(ct.value.playbackRate=Za)}}),Rn=()=>{if(ct.value)try{ct.value.play(),yr()}catch(Za){pr(),Ke(Za)}else Da()},Mi=()=>{try{var Za;(Za=ct.value)===null||Za===void 0||Za.pause(),pr()}catch($r){Ke($r)}},ln=()=>{ct.value||Da();try{var Za;(Za=ct.value)===null||Za===void 0||Za.reverse(),yr()}catch($r){pr(),Ke($r)}},Dn=()=>{try{var Za;(Za=ct.value)===null||Za===void 0||Za.finish(),pr()}catch($r){Ke($r)}},Ga=()=>{try{var Za;(Za=ct.value)===null||Za===void 0||Za.cancel(),pr()}catch($r){Ke($r)}};watch(()=>S(k),Za=>{Za?Da(!0):ct.value=void 0}),watch(()=>M,Za=>{if(ct.value){Da();const $r=S(k);$r&&(ct.value.effect=new KeyframeEffect($r,toValue(Za),ue))}},{deep:!0}),tryOnMounted(()=>Da(!0),!1),tryOnScopeDispose(Ga);function Da(Za){const $r=S(k);!Ct.value||!$r||(ct.value||(ct.value=$r.animate(toValue(M),ue)),be&&ct.value.persist(),Be!==1&&(ct.value.playbackRate=Be),Za&&!pe?ct.value.pause():yr(),Oe?.(ct.value))}const wn={passive:!0};K(ct,["cancel","finish","remove"],pr,wn),K(ct,"finish",()=>{var Za;fe&&((Za=ct.value)===null||Za===void 0||Za.commitStyles())},wn);const{resume:ir,pause:Fa}=Ot(()=>{ct.value&&(vt.pending=ct.value.pending,vt.playState=ct.value.playState,vt.replaceState=ct.value.replaceState,vt.startTime=ct.value.startTime,vt.currentTime=ct.value.currentTime,vt.timeline=ct.value.timeline,vt.playbackRate=ct.value.playbackRate)},{immediate:!1});function yr(){Ct.value&&ir()}function pr(){Ct.value&&me&&me.requestAnimationFrame(Fa)}return{isSupported:Ct,animate:ct,play:Rn,pause:Mi,reverse:ln,finish:Dn,cancel:Ga,pending:Fi,playState:It,replaceState:mi,startTime:Dt,currentTime:Xt,timeline:Hi,playbackRate:$i}}function ri(k,M){const{interrupt:W=!0,onError:ie=noop,onFinished:ue=noop,signal:me}=M||{},pe={aborted:"aborted",fulfilled:"fulfilled",pending:"pending",rejected:"rejected"},fe=reactive(Array.from(Array.from({length:k.length}),()=>({state:pe.pending,data:null}))),be=shallowRef(-1);if(!k||k.length===0)return ue(),{activeIndex:be,result:fe};function Be(Oe,Ke){be.value++,fe[be.value].data=Ke,fe[be.value].state=Oe}return k.reduce((Oe,Ke)=>Oe.then(Ct=>{var ct;if(me?.aborted){Be(pe.aborted,new Error("aborted"));return}if(((ct=fe[be.value])===null||ct===void 0?void 0:ct.state)===pe.rejected&&W){ue();return}const vt=Ke(Ct).then(Fi=>(Be(pe.fulfilled,Fi),be.value===k.length-1&&ue(),Fi));return me?Promise.race([vt,Ii(me)]):vt}).catch(Ct=>me?.aborted?(Be(pe.aborted,Ct),Ct):(Be(pe.rejected,Ct),ie(),Ct)),Promise.resolve()),{activeIndex:be,result:fe}}function Ii(k){return new Promise((M,W)=>{const ie=new Error("aborted");k.aborted?W(ie):k.addEventListener("abort",()=>W(ie),{once:!0})})}function Li(k,M,W){var ie;const{immediate:ue=!0,delay:me=0,onError:pe=(ie=globalThis.reportError)!==null&&ie!==void 0?ie:e.lQ,onSuccess:fe=e.lQ,resetOnExecute:be=!0,shallow:Be=!0,throwError:Oe}=W??{},Ke=Be?(0,i.IJ)(M):(0,i.KR)(M),Ct=(0,i.IJ)(!1),ct=(0,i.IJ)(!1),vt=(0,i.IJ)(void 0);let Fi=0;async function It(Xt=0,...Hi){const $i=Fi+=1;be&&(Ke.value=(0,i.BA)(M)),vt.value=void 0,Ct.value=!1,ct.value=!0,Xt>0&&await(0,e.he)(Xt);const Rn=typeof k=="function"?k(...Hi):k;try{const Mi=await Rn;$i===Fi&&(Ke.value=Mi,Ct.value=!0),fe(Mi)}catch(Mi){if($i===Fi&&(vt.value=Mi),pe(Mi),Oe)throw Mi}finally{$i===Fi&&(ct.value=!1)}return Ke.value}ue&&It(me);const mi={state:Ke,isReady:Ct,isLoading:ct,error:vt,execute:It,executeImmediate:(...Xt)=>It(0,...Xt)};function Dt(){return new Promise((Xt,Hi)=>{(0,e.TG)(ct).toBe(!1).then(()=>Xt(mi)).catch(Hi)})}return{...mi,then(Xt,Hi){return Dt().then(Xt,Hi)}}}const Yi={array:k=>JSON.stringify(k),object:k=>JSON.stringify(k),set:k=>JSON.stringify(Array.from(k)),map:k=>JSON.stringify(Object.fromEntries(k)),null:()=>""};function wi(k){return k?k instanceof Map?Yi.map:k instanceof Set?Yi.set:Array.isArray(k)?Yi.array:Yi.object:Yi.null}function Lt(k,M){const W=shallowRef(""),ie=shallowRef();function ue(){if(isClient)return ie.value=new Promise((me,pe)=>{try{const fe=toValue(k);if(fe==null)me("");else if(typeof fe=="string")me(Vt(new Blob([fe],{type:"text/plain"})));else if(fe instanceof Blob)me(Vt(fe));else if(fe instanceof ArrayBuffer)me(window.btoa(String.fromCharCode(...new Uint8Array(fe))));else if(fe instanceof HTMLCanvasElement)me(fe.toDataURL(M?.type,M?.quality));else if(fe instanceof HTMLImageElement){const be=fe.cloneNode(!1);be.crossOrigin="Anonymous",di(be).then(()=>{const Be=document.createElement("canvas"),Oe=Be.getContext("2d");Be.width=be.width,Be.height=be.height,Oe.drawImage(be,0,0,Be.width,Be.height),me(Be.toDataURL(M?.type,M?.quality))}).catch(pe)}else if(typeof fe=="object"){const be=(M?.serializer||wi(fe))(fe);return me(Vt(new Blob([be],{type:"application/json"})))}else pe(new Error("target is unsupported types"))}catch(fe){pe(fe)}}),ie.value.then(me=>{W.value=M?.dataUrl===!1?me.replace(/^data:.*?;base64,/,""):me}),ie.value}return isRef(k)||typeof k=="function"?watch(k,ue,{immediate:!0}):ue(),{base64:W,promise:ie,execute:ue}}function di(k){return new Promise((M,W)=>{k.complete?M():(k.onload=()=>{M()},k.onerror=W)})}function Vt(k){return new Promise((M,W)=>{const ie=new FileReader;ie.onload=ue=>{M(ue.target.result)},ie.onerror=W,ie.readAsDataURL(k)})}function pn(k={}){const{navigator:M=T}=k,W=["chargingchange","chargingtimechange","dischargingtimechange","levelchange"],ie=xe(()=>M&&"getBattery"in M&&typeof M.getBattery=="function"),ue=(0,i.IJ)(!1),me=(0,i.IJ)(0),pe=(0,i.IJ)(0),fe=(0,i.IJ)(1);let be;function Be(){ue.value=this.charging,me.value=this.chargingTime||0,pe.value=this.dischargingTime||0,fe.value=this.level}return ie.value&&M.getBattery().then(Oe=>{be=Oe,Be.call(be),K(be,W,Be,{passive:!0})}),{isSupported:ie,charging:ue,chargingTime:me,dischargingTime:pe,level:fe}}function oi(k){let{acceptAllDevices:M=!1}=k||{};const{filters:W=void 0,optionalServices:ie=void 0,navigator:ue=T}=k||{},me=xe(()=>ue&&"bluetooth"in ue),pe=shallowRef(),fe=shallowRef(null);watch(pe,()=>{Ct()});async function be(){if(me.value){fe.value=null,W&&W.length>0&&(M=!1);try{pe.value=await ue?.bluetooth.requestDevice({acceptAllDevices:M,filters:W,optionalServices:ie})}catch(ct){fe.value=ct}}}const Be=shallowRef(),Oe=shallowRef(!1);function Ke(){Oe.value=!1,pe.value=void 0,Be.value=void 0}async function Ct(){if(fe.value=null,pe.value&&pe.value.gatt){K(pe,"gattserverdisconnected",Ke,{passive:!0});try{Be.value=await pe.value.gatt.connect(),Oe.value=Be.value.connected}catch(ct){fe.value=ct}}}return tryOnMounted(()=>{var ct;pe.value&&((ct=pe.value.gatt)===null||ct===void 0||ct.connect())}),tryOnScopeDispose(()=>{var ct;pe.value&&((ct=pe.value.gatt)===null||ct===void 0||ct.disconnect())}),{isSupported:me,isConnected:readonly(Oe),device:pe,requestDevice:be,server:Be,error:fe}}const ni=Symbol("vueuse-ssr-width");function Ei(){const k=(0,c.PS)()?(0,e.HA)(ni,null):null;return typeof k=="number"?k:void 0}function An(k,M){M!==void 0?M.provide(ni,k):provideLocal(ni,k)}function En(k,M={}){const{window:W=x,ssrWidth:ie=Ei()}=M,ue=xe(()=>W&&"matchMedia"in W&&typeof W.matchMedia=="function"),me=(0,i.IJ)(typeof ie=="number"),pe=(0,i.IJ)(),fe=(0,i.IJ)(!1),be=Be=>{fe.value=Be.matches};return(0,c.nT)(()=>{if(me.value){me.value=!ue.value,fe.value=(0,i.BA)(k).split(",").some(Be=>{const Oe=Be.includes("not all"),Ke=Be.match(/\(\s*min-width:\s*(-?\d+(?:\.\d*)?[a-z]+\s*)\)/),Ct=Be.match(/\(\s*max-width:\s*(-?\d+(?:\.\d*)?[a-z]+\s*)\)/);let ct=!!(Ke||Ct);return Ke&&ct&&(ct=ie>=(0,e.MK)(Ke[1])),Ct&&ct&&(ct=ie<=(0,e.MK)(Ct[1])),Oe?!ct:ct});return}ue.value&&(pe.value=W.matchMedia((0,i.BA)(k)),fe.value=pe.value.matches)}),K(pe,"change",be,{passive:!0}),(0,c.EW)(()=>fe.value)}const Qi={sm:640,md:768,lg:1024,xl:1280,"2xl":1536},Yt={xs:0,sm:576,md:768,lg:992,xl:1200,xxl:1400},Ut={xs:0,sm:600,md:960,lg:1264,xl:1904},qi={xs:0,sm:600,md:960,lg:1280,xl:1920,xxl:2560},Ne=null,ft={xs:480,sm:576,md:768,lg:992,xl:1200,xxl:1600},gt={xs:0,sm:600,md:1024,lg:1440,xl:1920},Ve={mobileS:320,mobileM:375,mobileL:425,tablet:768,laptop:1024,laptopL:1440,desktop4K:2560},ot={"3xs":360,"2xs":480,xs:600,sm:768,md:1024,lg:1280,xl:1440,"2xl":1600,"3xl":1920,"4xl":2560},ei={sm:576,md:768,lg:992,xl:1200},X={xs:0,sm:768,md:992,lg:1200,xl:1920};function A(k,M={}){function W(ct,vt){let Fi=toValue(k[toValue(ct)]);return vt!=null&&(Fi=increaseWithUnit(Fi,vt)),typeof Fi=="number"&&(Fi=`${Fi}px`),Fi}const{window:ie=x,strategy:ue="min-width",ssrWidth:me=Ei()}=M,pe=typeof me=="number",fe=pe?shallowRef(!1):{value:!0};pe&&tryOnMounted(()=>fe.value=!!ie);function be(ct,vt){return!fe.value&&pe?ct==="min"?me>=pxValue(vt):me<=pxValue(vt):ie?ie.matchMedia(`(${ct}-width: ${vt})`).matches:!1}const Be=ct=>En(()=>`(min-width: ${W(ct)})`,M),Oe=ct=>En(()=>`(max-width: ${W(ct)})`,M),Ke=Object.keys(k).reduce((ct,vt)=>(Object.defineProperty(ct,vt,{get:()=>ue==="min-width"?Be(vt):Oe(vt),enumerable:!0,configurable:!0}),ct),{});function Ct(){const ct=Object.keys(k).map(vt=>[vt,Ke[vt],pxValue(W(vt))]).sort((vt,Fi)=>vt[2]-Fi[2]);return computed(()=>ct.filter(([,vt])=>vt.value).map(([vt])=>vt))}return Object.assign(Ke,{greaterOrEqual:Be,smallerOrEqual:Oe,greater(ct){return En(()=>`(min-width: ${W(ct,.1)})`,M)},smaller(ct){return En(()=>`(max-width: ${W(ct,-.1)})`,M)},between(ct,vt){return En(()=>`(min-width: ${W(ct)}) and (max-width: ${W(vt,-.1)})`,M)},isGreater(ct){return be("min",W(ct,.1))},isGreaterOrEqual(ct){return be("min",W(ct))},isSmaller(ct){return be("max",W(ct,-.1))},isSmallerOrEqual(ct){return be("max",W(ct))},isInBetween(ct,vt){return be("min",W(ct))&&be("max",W(vt,-.1))},current:Ct,active(){const ct=Ct();return computed(()=>ct.value.length===0?"":ct.value.at(ue==="min-width"?-1:0))}})}function g(k){const{name:M,window:W=x}=k,ie=xe(()=>W&&"BroadcastChannel"in W),ue=shallowRef(!1),me=ref(),pe=ref(),fe=shallowRef(null),be=Oe=>{me.value&&me.value.postMessage(Oe)},Be=()=>{me.value&&me.value.close(),ue.value=!0};return ie.value&&tryOnMounted(()=>{fe.value=null,me.value=new BroadcastChannel(M);const Oe={passive:!0};K(me,"message",Ke=>{pe.value=Ke.data},Oe),K(me,"messageerror",Ke=>{fe.value=Ke},Oe),K(me,"close",()=>{ue.value=!0},Oe)}),tryOnScopeDispose(()=>{Be()}),{isSupported:ie,channel:me,data:pe,post:be,close:Be,error:fe,isClosed:ue}}const D=["hash","host","hostname","href","pathname","port","protocol","search"];function $(k={}){const{window:M=x}=k,W=Object.fromEntries(D.map(me=>[me,(0,i.KR)()]));for(const[me,pe]of(0,e.WP)(W))(0,c.wB)(pe,fe=>{!M?.location||M.location[me]===fe||(M.location[me]=fe)});const ie=me=>{var pe;const{state:fe,length:be}=M?.history||{},{origin:Be}=M?.location||{};for(const Oe of D)W[Oe].value=M==null||(pe=M.location)===null||pe===void 0?void 0:pe[Oe];return(0,i.Kh)({trigger:me,state:fe,length:be,origin:Be,...W})},ue=(0,i.KR)(ie("load"));if(M){const me={passive:!0};K(M,"popstate",()=>ue.value=ie("popstate"),me),K(M,"hashchange",()=>ue.value=ie("hashchange"),me)}return ue}function Y(k,M=(ie,ue)=>ie===ue,W){const{deepRefs:ie=!0,...ue}=W||{},me=createRef(k.value,ie);return watch(()=>k.value,pe=>{M(pe,me.value)||(me.value=pe)},ue),me}function ne(k,M={}){const{controls:W=!1,navigator:ie=T}=M,ue=xe(()=>ie&&"permissions"in ie),me=(0,i.IJ)(),pe=typeof k=="string"?{name:k}:k,fe=(0,i.IJ)(),be=()=>{var Oe,Ke;fe.value=(Oe=(Ke=me.value)===null||Ke===void 0?void 0:Ke.state)!==null&&Oe!==void 0?Oe:"prompt"};K(me,"change",be,{passive:!0});const Be=(0,e.Jv)(async()=>{if(ue.value){if(!me.value)try{me.value=await ie.permissions.query(pe)}catch{me.value=void 0}finally{be()}if(W)return(0,i.ux)(me.value)}});return Be(),W?{state:fe,isSupported:ue,query:Be}:fe}function Re(k={}){const{navigator:M=T,read:W=!1,source:ie,copiedDuring:ue=1500,legacy:me=!1}=k,pe=xe(()=>M&&"clipboard"in M),fe=ne("clipboard-read"),be=ne("clipboard-write"),Be=(0,c.EW)(()=>pe.value||me),Oe=(0,i.IJ)(""),Ke=(0,i.IJ)(!1),Ct=(0,e.TO)(()=>Ke.value=!1,ue,{immediate:!1});async function ct(){let Dt=!(pe.value&&mi(fe.value));if(!Dt)try{Oe.value=await M.clipboard.readText()}catch{Dt=!0}Dt&&(Oe.value=It())}Be.value&&W&&K(["copy","cut"],ct,{passive:!0});async function vt(Dt=(0,i.BA)(ie)){if(Be.value&&Dt!=null){let Xt=!(pe.value&&mi(be.value));if(!Xt)try{await M.clipboard.writeText(Dt)}catch{Xt=!0}Xt&&Fi(Dt),Oe.value=Dt,Ke.value=!0,Ct.start()}}function Fi(Dt){const Xt=document.createElement("textarea");Xt.value=Dt,Xt.style.position="absolute",Xt.style.opacity="0",document.body.appendChild(Xt),Xt.select(),document.execCommand("copy"),Xt.remove()}function It(){var Dt,Xt,Hi;return(Dt=(Xt=document)===null||Xt===void 0||(Hi=Xt.getSelection)===null||Hi===void 0||(Hi=Hi.call(Xt))===null||Hi===void 0?void 0:Hi.toString())!==null&&Dt!==void 0?Dt:""}function mi(Dt){return Dt==="granted"||Dt==="prompt"}return{isSupported:Be,text:(0,i.tB)(Oe),copied:(0,i.tB)(Ke),copy:vt}}function Ge(k={}){const{navigator:M=T,read:W=!1,source:ie,copiedDuring:ue=1500}=k,me=xe(()=>M&&"clipboard"in M),pe=ref([]),fe=shallowRef(!1),be=useTimeoutFn(()=>fe.value=!1,ue,{immediate:!1});function Be(){me.value&&M.clipboard.read().then(Ke=>{pe.value=Ke})}me.value&&W&&K(["copy","cut"],Be,{passive:!0});async function Oe(Ke=toValue(ie)){me.value&&Ke!=null&&(await M.clipboard.write(Ke),pe.value=Ke,fe.value=!0,be.start())}return{isSupported:me,content:shallowReadonly(pe),copied:readonly(fe),copy:Oe,read:Be}}function At(k){return JSON.parse(JSON.stringify(k))}function Ze(k,M={}){const W=ref({}),ie=shallowRef(!1);let ue=!1;const{manual:me,clone:pe=At,deep:fe=!0,immediate:be=!0}=M;watch(W,()=>{if(ue){ue=!1;return}ie.value=!0},{deep:!0,flush:"sync"});function Be(){ue=!0,ie.value=!1,W.value=pe(toValue(k))}return!me&&(isRef(k)||typeof k=="function")?watch(k,Be,{...M,deep:fe,immediate:be}):Be(),{cloned:W,isModified:ie,sync:Be}}const ve=typeof globalThis<"u"?globalThis:typeof window<"u"?window:typeof global<"u"?global:typeof self<"u"?self:{},L="__vueuse_ssr_handlers__",ge=Ae();function Ae(){return L in ve||(ve[L]=ve[L]||{}),ve[L]}function rt(k,M){return ge[k]||M}function Ht(k,M){ge[k]=M}function Qt(k){return En("(prefers-color-scheme: dark)",k)}function Qe(k){return k==null?"any":k instanceof Set?"set":k instanceof Map?"map":k instanceof Date?"date":typeof k=="boolean"?"boolean":typeof k=="string"?"string":typeof k=="object"?"object":Number.isNaN(k)?"any":"number"}const Rt={boolean:{read:k=>k==="true",write:k=>String(k)},object:{read:k=>JSON.parse(k),write:k=>JSON.stringify(k)},number:{read:k=>Number.parseFloat(k),write:k=>String(k)},any:{read:k=>k,write:k=>String(k)},string:{read:k=>k,write:k=>String(k)},map:{read:k=>new Map(JSON.parse(k)),write:k=>JSON.stringify(Array.from(k.entries()))},set:{read:k=>new Set(JSON.parse(k)),write:k=>JSON.stringify(Array.from(k))},date:{read:k=>new Date(k),write:k=>k.toISOString()}},Kt="vueuse-storage";function wt(k,M,W,ie={}){var ue;const{flush:me="pre",deep:pe=!0,listenToStorageChanges:fe=!0,writeDefaults:be=!0,mergeDefaults:Be=!1,shallow:Oe,window:Ke=x,eventFilter:Ct,onError:ct=Fa=>{console.error(Fa)},initOnMounted:vt}=ie,Fi=(Oe?i.IJ:i.KR)(typeof M=="function"?M():M),It=(0,c.EW)(()=>(0,i.BA)(k));if(!W)try{W=rt("getDefaultStorage",()=>x?.localStorage)()}catch(Fa){ct(Fa)}if(!W)return Fi;const mi=(0,i.BA)(M),Dt=Qe(mi),Xt=(ue=ie.serializer)!==null&&ue!==void 0?ue:Rt[Dt],{pause:Hi,resume:$i}=(0,e.Hr)(Fi,Fa=>Ga(Fa),{flush:me,deep:pe,eventFilter:Ct});(0,c.wB)(It,()=>wn(),{flush:me});let Rn=!1;const Mi=Fa=>{vt&&!Rn||wn(Fa)},ln=Fa=>{vt&&!Rn||ir(Fa)};Ke&&fe&&(W instanceof Storage?K(Ke,"storage",Mi,{passive:!0}):K(Ke,Kt,ln)),vt?(0,e.rd)(()=>{Rn=!0,wn()}):wn();function Dn(Fa,yr){if(Ke){const pr={key:It.value,oldValue:Fa,newValue:yr,storageArea:W};Ke.dispatchEvent(W instanceof Storage?new StorageEvent("storage",pr):new CustomEvent(Kt,{detail:pr}))}}function Ga(Fa){try{const yr=W.getItem(It.value);if(Fa==null)Dn(yr,null),W.removeItem(It.value);else{const pr=Xt.write(Fa);yr!==pr&&(W.setItem(It.value,pr),Dn(yr,pr))}}catch(yr){ct(yr)}}function Da(Fa){const yr=Fa?Fa.newValue:W.getItem(It.value);if(yr==null)return be&&mi!=null&&W.setItem(It.value,Xt.write(mi)),mi;if(!Fa&&Be){const pr=Xt.read(yr);return typeof Be=="function"?Be(pr,mi):Dt==="object"&&!Array.isArray(pr)?{...mi,...pr}:pr}else return typeof yr!="string"?yr:Xt.read(yr)}function wn(Fa){if(!(Fa&&Fa.storageArea!==W)){if(Fa&&Fa.key==null){Fi.value=mi;return}if(!(Fa&&Fa.key!==It.value)){Hi();try{const yr=Xt.write(Fi.value);(Fa===void 0||Fa?.newValue!==yr)&&(Fi.value=Da(Fa))}catch(yr){ct(yr)}finally{Fa?(0,c.dY)($i):$i()}}}}function ir(Fa){wn(Fa.detail)}return Fi}const un="*,*::before,*::after{-webkit-transition:none!important;-moz-transition:none!important;-o-transition:none!important;-ms-transition:none!important;transition:none!important}";function en(k={}){const{selector:M="html",attribute:W="class",initialValue:ie="auto",window:ue=x,storage:me,storageKey:pe="vueuse-color-scheme",listenToStorageChanges:fe=!0,storageRef:be,emitAuto:Be,disableTransition:Oe=!0}=k,Ke={auto:"",light:"light",dark:"dark",...k.modes||{}},Ct=Qt({window:ue}),ct=(0,c.EW)(()=>Ct.value?"dark":"light"),vt=be||(pe==null?(0,e.lW)(ie):wt(pe,ie,me,{window:ue,listenToStorageChanges:fe})),Fi=(0,c.EW)(()=>vt.value==="auto"?ct.value:vt.value),It=rt("updateHTMLAttrs",(Hi,$i,Rn)=>{const Mi=typeof Hi=="string"?ue?.document.querySelector(Hi):S(Hi);if(!Mi)return;const ln=new Set,Dn=new Set;let Ga=null;if($i==="class"){const wn=Rn.split(/\s/g);Object.values(Ke).flatMap(ir=>(ir||"").split(/\s/g)).filter(Boolean).forEach(ir=>{wn.includes(ir)?ln.add(ir):Dn.add(ir)})}else Ga={key:$i,value:Rn};if(ln.size===0&&Dn.size===0&&Ga===null)return;let Da;Oe&&(Da=ue.document.createElement("style"),Da.appendChild(document.createTextNode(un)),ue.document.head.appendChild(Da));for(const wn of ln)Mi.classList.add(wn);for(const wn of Dn)Mi.classList.remove(wn);Ga&&Mi.setAttribute(Ga.key,Ga.value),Oe&&(ue.getComputedStyle(Da).opacity,document.head.removeChild(Da))});function mi(Hi){var $i;It(M,W,($i=Ke[Hi])!==null&&$i!==void 0?$i:Hi)}function Dt(Hi){k.onChanged?k.onChanged(Hi,mi):mi(Hi)}(0,c.wB)(Fi,Dt,{flush:"post",immediate:!0}),(0,e.rd)(()=>Dt(Fi.value));const Xt=(0,c.EW)({get(){return Be?vt.value:Fi.value},set(Hi){vt.value=Hi}});return Object.assign(Xt,{store:vt,system:ct,state:Fi})}function Ji(k=shallowRef(!1)){const M=createEventHook(),W=createEventHook(),ie=createEventHook();let ue=noop;const me=be=>(ie.trigger(be),k.value=!0,new Promise(Be=>{ue=Be})),pe=be=>{k.value=!1,M.trigger(be),ue({data:be,isCanceled:!1})},fe=be=>{k.value=!1,W.trigger(be),ue({data:be,isCanceled:!0})};return{isRevealed:computed(()=>k.value),reveal:me,confirm:pe,cancel:fe,onReveal:ie.on,onConfirm:M.on,onCancel:W.on}}function Zn(k,M){var W,ie;const ue=shallowRef(toValue(k)),me=useIntervalFn(()=>{var Oe;const Ke=ue.value-1;if(ue.value=Ke<0?0:Ke,M==null||(Oe=M.onTick)===null||Oe===void 0||Oe.call(M),ue.value<=0){var Ct;me.pause(),M==null||(Ct=M.onComplete)===null||Ct===void 0||Ct.call(M)}},(W=M?.interval)!==null&&W!==void 0?W:1e3,{immediate:(ie=M?.immediate)!==null&&ie!==void 0?ie:!1}),pe=Oe=>{var Ke;ue.value=(Ke=toValue(Oe))!==null&&Ke!==void 0?Ke:toValue(k)},fe=()=>{me.pause(),pe()},be=()=>{me.isActive.value||ue.value>0&&me.resume()};return{remaining:ue,reset:pe,stop:fe,start:Oe=>{pe(Oe),me.resume()},pause:me.pause,resume:be,isActive:me.isActive}}function oa(k,M,W={}){const{window:ie=x,initialValue:ue,observe:me=!1}=W,pe=(0,i.IJ)(ue),fe=(0,c.EW)(()=>{var Be;return S(M)||(ie==null||(Be=ie.document)===null||Be===void 0?void 0:Be.documentElement)});function be(){const Be=(0,i.BA)(k),Oe=(0,i.BA)(fe);if(Oe&&ie&&Be){var Ke;pe.value=((Ke=ie.getComputedStyle(Oe).getPropertyValue(Be))===null||Ke===void 0?void 0:Ke.trim())||pe.value||ue}}return me&&P(fe,be,{attributeFilter:["style","class"],window:ie}),(0,c.wB)([fe,()=>(0,i.BA)(k)],(Be,Oe)=>{Oe[0]&&Oe[1]&&Oe[0].style.removeProperty(Oe[1]),be()},{immediate:!0}),(0,c.wB)([pe,fe],([Be,Oe])=>{const Ke=(0,i.BA)(k);Oe?.style&&Ke&&(Be==null?Oe.style.removeProperty(Ke):Oe.style.setProperty(Ke,Be))},{immediate:!0}),pe}function Tn(k){const M=getCurrentInstance(),W=computedWithControl(()=>null,()=>k?S(k):M.proxy.$el);return onUpdated(W.trigger),onMounted(W.trigger),W}function Er(k,M){const W=shallowRef(Be()),ie=toRef(k),ue=computed({get(){var Oe;const Ke=ie.value;let Ct=M?.getIndexOf?M.getIndexOf(W.value,Ke):Ke.indexOf(W.value);return Ct<0&&(Ct=(Oe=M?.fallbackIndex)!==null&&Oe!==void 0?Oe:0),Ct},set(Oe){me(Oe)}});function me(Oe){const Ke=ie.value,Ct=Ke.length,ct=Ke[(Oe%Ct+Ct)%Ct];return W.value=ct,ct}function pe(Oe=1){return me(ue.value+Oe)}function fe(Oe=1){return pe(Oe)}function be(Oe=1){return pe(-Oe)}function Be(){var Oe,Ke;return(Oe=toValue((Ke=M?.initialValue)!==null&&Ke!==void 0?Ke:toValue(k)[0]))!==null&&Oe!==void 0?Oe:void 0}return watch(ie,()=>me(ue.value)),{state:W,index:ue,next:fe,prev:be,go:me}}function Ea(k={}){const{valueDark:M="dark",valueLight:W=""}=k,ie=en({...k,onChanged:(me,pe)=>{var fe;k.onChanged?(fe=k.onChanged)===null||fe===void 0||fe.call(k,me==="dark",pe,me):pe(me)},modes:{dark:M,light:W}}),ue=(0,c.EW)(()=>ie.system.value);return(0,c.EW)({get(){return ie.value==="dark"},set(me){const pe=me?"dark":"light";ue.value===pe?ie.value="auto":ie.value=pe}})}function Br(k){return k}function Ja(k,M){return k.value=M}function hr(k){return k?typeof k=="function"?k:At:Br}function br(k){return k?typeof k=="function"?k:At:Br}function Ka(k,M={}){const{clone:W=!1,dump:ie=hr(W),parse:ue=br(W),setSource:me=Ja}=M;function pe(){return markRaw({snapshot:ie(k.value),timestamp:timestamp()})}const fe=ref(pe()),be=ref([]),Be=ref([]),Oe=It=>{me(k,ue(It.snapshot)),fe.value=It},Ke=()=>{be.value.unshift(fe.value),fe.value=pe(),M.capacity&&be.value.length>M.capacity&&be.value.splice(M.capacity,Number.POSITIVE_INFINITY),Be.value.length&&Be.value.splice(0,Be.value.length)},Ct=()=>{be.value.splice(0,be.value.length),Be.value.splice(0,Be.value.length)},ct=()=>{const It=be.value.shift();It&&(Be.value.unshift(fe.value),Oe(It))},vt=()=>{const It=Be.value.shift();It&&(be.value.unshift(fe.value),Oe(It))},Fi=()=>{Oe(fe.value)};return{source:k,undoStack:be,redoStack:Be,last:fe,history:computed(()=>[fe.value,...be.value]),canUndo:computed(()=>be.value.length>0),canRedo:computed(()=>Be.value.length>0),clear:Ct,commit:Ke,reset:Fi,undo:ct,redo:vt}}function Ur(k,M={}){const{deep:W=!1,flush:ie="pre",eventFilter:ue,shouldCommit:me=()=>!0}=M,{eventFilter:pe,pause:fe,resume:be,isActive:Be}=pausableFilter(ue);let Oe=k.value;const{ignoreUpdates:Ke,ignorePrevAsyncUpdates:Ct,stop:ct}=watchIgnorable(k,Dt,{deep:W,flush:ie,eventFilter:pe});function vt(Rn,Mi){Ct(),Ke(()=>{Rn.value=Mi,Oe=Mi})}const Fi=Ka(k,{...M,clone:M.clone||W,setSource:vt}),{clear:It,commit:mi}=Fi;function Dt(){Ct(),me(Oe,k.value)&&(Oe=k.value,mi())}function Xt(Rn){be(),Rn&&Dt()}function Hi(Rn){let Mi=!1;const ln=()=>Mi=!0;Ke(()=>{Rn(ln)}),Mi||Dt()}function $i(){ct(),It()}return{...Fi,isTracking:Be,pause:fe,resume:Xt,commit:Dt,batch:Hi,dispose:$i}}function zt(k,M={}){const W=M.debounce?debounceFilter(M.debounce):void 0;return{...Ur(k,{...M,eventFilter:W})}}function Wt(k={}){const{window:M=x,requestPermissions:W=!1,eventFilter:ie=e.zg}=k,ue=xe(()=>typeof DeviceMotionEvent<"u"),me=xe(()=>ue.value&&"requestPermission"in DeviceMotionEvent&&typeof DeviceMotionEvent.requestPermission=="function"),pe=(0,i.IJ)(!1),fe=(0,i.KR)({x:null,y:null,z:null}),be=(0,i.KR)({alpha:null,beta:null,gamma:null}),Be=(0,i.IJ)(0),Oe=(0,i.KR)({x:null,y:null,z:null});function Ke(){M&&K(M,"devicemotion",(0,e.sq)(ie,ct=>{var vt,Fi,It,mi,Dt,Xt,Hi,$i,Rn;fe.value={x:((vt=ct.acceleration)===null||vt===void 0?void 0:vt.x)||null,y:((Fi=ct.acceleration)===null||Fi===void 0?void 0:Fi.y)||null,z:((It=ct.acceleration)===null||It===void 0?void 0:It.z)||null},Oe.value={x:((mi=ct.accelerationIncludingGravity)===null||mi===void 0?void 0:mi.x)||null,y:((Dt=ct.accelerationIncludingGravity)===null||Dt===void 0?void 0:Dt.y)||null,z:((Xt=ct.accelerationIncludingGravity)===null||Xt===void 0?void 0:Xt.z)||null},be.value={alpha:((Hi=ct.rotationRate)===null||Hi===void 0?void 0:Hi.alpha)||null,beta:(($i=ct.rotationRate)===null||$i===void 0?void 0:$i.beta)||null,gamma:((Rn=ct.rotationRate)===null||Rn===void 0?void 0:Rn.gamma)||null},Be.value=ct.interval}),{passive:!0})}const Ct=async()=>{if(me.value||(pe.value=!0),!pe.value&&me.value){const ct=DeviceMotionEvent.requestPermission;try{await ct()==="granted"&&(pe.value=!0,Ke())}catch(vt){console.error(vt)}}};return ue.value&&(W&&me.value?Ct().then(()=>Ke()):Ke()),{acceleration:fe,accelerationIncludingGravity:Oe,rotationRate:be,interval:Be,isSupported:ue,requirePermissions:me,ensurePermissions:Ct,permissionGranted:pe}}function Si(k={}){const{window:M=x}=k,W=xe(()=>M&&"DeviceOrientationEvent"in M),ie=(0,i.IJ)(!1),ue=(0,i.IJ)(null),me=(0,i.IJ)(null),pe=(0,i.IJ)(null);return M&&W.value&&K(M,"deviceorientation",fe=>{ie.value=fe.absolute,ue.value=fe.alpha,me.value=fe.beta,pe.value=fe.gamma},{passive:!0}),{isSupported:W,isAbsolute:ie,alpha:ue,beta:me,gamma:pe}}function Oi(k={}){const{window:M=x}=k,W=(0,i.IJ)(1),ie=En(()=>`(resolution: ${W.value}dppx)`,k);let ue=e.lQ;return M&&(ue=(0,e.T3)(ie,()=>W.value=M.devicePixelRatio)),{pixelRatio:(0,i.tB)(W),stop:ue}}function zn(k={}){const{navigator:M=T,requestPermissions:W=!1,constraints:ie={audio:!0,video:!0},onUpdated:ue}=k,me=(0,i.KR)([]),pe=(0,c.EW)(()=>me.value.filter(vt=>vt.kind==="videoinput")),fe=(0,c.EW)(()=>me.value.filter(vt=>vt.kind==="audioinput")),be=(0,c.EW)(()=>me.value.filter(vt=>vt.kind==="audiooutput")),Be=xe(()=>M&&M.mediaDevices&&M.mediaDevices.enumerateDevices),Oe=(0,i.IJ)(!1);let Ke;async function Ct(){Be.value&&(me.value=await M.mediaDevices.enumerateDevices(),ue?.(me.value),Ke&&(Ke.getTracks().forEach(vt=>vt.stop()),Ke=null))}async function ct(){const vt=ie.video?"camera":"microphone";if(!Be.value)return!1;if(Oe.value)return!0;const{state:Fi,query:It}=ne(vt,{controls:!0});if(await It(),Fi.value!=="granted"){let mi=!0;try{const Dt=await M.mediaDevices.enumerateDevices(),Xt=Dt.some($i=>$i.kind==="videoinput"),Hi=Dt.some($i=>$i.kind==="audioinput"||$i.kind==="audiooutput");ie.video=Xt?ie.video:!1,ie.audio=Hi?ie.audio:!1,Ke=await M.mediaDevices.getUserMedia(ie)}catch{Ke=null,mi=!1}Ct(),Oe.value=mi}else Oe.value=!0;return Oe.value}return Be.value&&(W&&ct(),K(M.mediaDevices,"devicechange",Ct,{passive:!0}),Ct()),{devices:me,ensurePermissions:ct,permissionGranted:Oe,videoInputs:pe,audioInputs:fe,audioOutputs:be,isSupported:Be}}function Un(k={}){var M;const W=shallowRef((M=k.enabled)!==null&&M!==void 0?M:!1),ie=k.video,ue=k.audio,{navigator:me=T}=k,pe=xe(()=>{var ct;return me==null||(ct=me.mediaDevices)===null||ct===void 0?void 0:ct.getDisplayMedia}),fe={audio:ue,video:ie},be=shallowRef();async function Be(){var ct;if(!(!pe.value||be.value))return be.value=await me.mediaDevices.getDisplayMedia(fe),(ct=be.value)===null||ct===void 0||ct.getTracks().forEach(vt=>K(vt,"ended",Ke,{passive:!0})),be.value}async function Oe(){var ct;(ct=be.value)===null||ct===void 0||ct.getTracks().forEach(vt=>vt.stop()),be.value=void 0}function Ke(){Oe(),W.value=!1}async function Ct(){return await Be(),be.value&&(W.value=!0),be.value}return watch(W,ct=>{ct?Be():Oe()},{immediate:!0}),{isSupported:pe,stream:be,start:Ct,stop:Ke,enabled:W}}function tr(k={}){const{document:M=U}=k;if(!M)return(0,i.IJ)("visible");const W=(0,i.IJ)(M.visibilityState);return K(M,"visibilitychange",()=>{W.value=M.visibilityState},{passive:!0}),W}function Ai(k,M={}){var W;const{pointerTypes:ie,preventDefault:ue,stopPropagation:me,exact:pe,onMove:fe,onEnd:be,onStart:Be,initialValue:Oe,axis:Ke="both",draggingElement:Ct=x,containerElement:ct,handle:vt=k,buttons:Fi=[0]}=M,It=(0,i.KR)((W=(0,i.BA)(Oe))!==null&&W!==void 0?W:{x:0,y:0}),mi=(0,i.KR)(),Dt=Mi=>ie?ie.includes(Mi.pointerType):!0,Xt=Mi=>{(0,i.BA)(ue)&&Mi.preventDefault(),(0,i.BA)(me)&&Mi.stopPropagation()},Hi=Mi=>{var ln;if(!(0,i.BA)(Fi).includes(Mi.button)||(0,i.BA)(M.disabled)||!Dt(Mi)||(0,i.BA)(pe)&&Mi.target!==(0,i.BA)(k))return;const Dn=(0,i.BA)(ct),Ga=Dn==null||(ln=Dn.getBoundingClientRect)===null||ln===void 0?void 0:ln.call(Dn),Da=(0,i.BA)(k).getBoundingClientRect(),wn={x:Mi.clientX-(Dn?Da.left-Ga.left+Dn.scrollLeft:Da.left),y:Mi.clientY-(Dn?Da.top-Ga.top+Dn.scrollTop:Da.top)};Be?.(wn,Mi)!==!1&&(mi.value=wn,Xt(Mi))},$i=Mi=>{if((0,i.BA)(M.disabled)||!Dt(Mi)||!mi.value)return;const ln=(0,i.BA)(ct),Dn=(0,i.BA)(k).getBoundingClientRect();let{x:Ga,y:Da}=It.value;(Ke==="x"||Ke==="both")&&(Ga=Mi.clientX-mi.value.x,ln&&(Ga=Math.min(Math.max(0,Ga),ln.scrollWidth-Dn.width))),(Ke==="y"||Ke==="both")&&(Da=Mi.clientY-mi.value.y,ln&&(Da=Math.min(Math.max(0,Da),ln.scrollHeight-Dn.height))),It.value={x:Ga,y:Da},fe?.(It.value,Mi),Xt(Mi)},Rn=Mi=>{(0,i.BA)(M.disabled)||!Dt(Mi)||mi.value&&(mi.value=void 0,be?.(It.value,Mi),Xt(Mi))};if(e.oc){const Mi=()=>{var ln;return{capture:(ln=M.capture)!==null&&ln!==void 0?ln:!0,passive:!(0,i.BA)(ue)}};K(vt,"pointerdown",Hi,Mi),K(Ct,"pointermove",$i,Mi),K(Ct,"pointerup",Rn,Mi)}return{...(0,e.QW)(It),position:It,isDragging:(0,c.EW)(()=>!!mi.value),style:(0,c.EW)(()=>`left:${It.value.x}px;top:${It.value.y}px;`)}}function Te(k,M={}){const W=shallowRef(!1),ie=shallowRef(null);let ue=0,me=!0;if(isClient){var pe,fe;const be=typeof M=="function"?{onDrop:M}:M,Be=(pe=be.multiple)!==null&&pe!==void 0?pe:!0,Oe=(fe=be.preventDefaultForUnhandled)!==null&&fe!==void 0?fe:!1,Ke=It=>{var mi,Dt;const Xt=Array.from((mi=(Dt=It.dataTransfer)===null||Dt===void 0?void 0:Dt.files)!==null&&mi!==void 0?mi:[]);return Xt.length===0?null:Be?Xt:[Xt[0]]},Ct=It=>{const mi=unref(be.dataTypes);return typeof mi=="function"?mi(It):mi?.length?It.length===0?!1:It.every(Dt=>mi.some(Xt=>Dt.includes(Xt))):!0},ct=It=>{const mi=Ct(Array.from(It??[]).map(Xt=>Xt.type)),Dt=Be||It.length<=1;return mi&&Dt},vt=()=>/^(?:(?!chrome|android).)*safari/i.test(navigator.userAgent)&&!("chrome"in window),Fi=(It,mi)=>{var Dt,Xt;const Hi=(Dt=It.dataTransfer)===null||Dt===void 0?void 0:Dt.items;if(me=(Xt=Hi&&ct(Hi))!==null&&Xt!==void 0?Xt:!1,Oe&&It.preventDefault(),!vt()&&!me){It.dataTransfer&&(It.dataTransfer.dropEffect="none");return}It.preventDefault(),It.dataTransfer&&(It.dataTransfer.dropEffect="copy");const $i=Ke(It);switch(mi){case"enter":var Rn;ue+=1,W.value=!0,(Rn=be.onEnter)===null||Rn===void 0||Rn.call(be,null,It);break;case"over":var Mi;(Mi=be.onOver)===null||Mi===void 0||Mi.call(be,null,It);break;case"leave":var ln;ue-=1,ue===0&&(W.value=!1),(ln=be.onLeave)===null||ln===void 0||ln.call(be,null,It);break;case"drop":if(ue=0,W.value=!1,me){var Dn;ie.value=$i,(Dn=be.onDrop)===null||Dn===void 0||Dn.call(be,$i,It)}break}};K(k,"dragenter",It=>Fi(It,"enter")),K(k,"dragover",It=>Fi(It,"over")),K(k,"dragleave",It=>Fi(It,"leave")),K(k,"drop",It=>Fi(It,"drop"))}return{files:ie,isOverDropZone:W}}function et(k,M,W={}){const{window:ie=x,...ue}=W;let me;const pe=xe(()=>ie&&"ResizeObserver"in ie),fe=()=>{me&&(me.disconnect(),me=void 0)},be=(0,c.wB)((0,c.EW)(()=>{const Oe=(0,i.BA)(k);return Array.isArray(Oe)?Oe.map(Ke=>S(Ke)):[S(Oe)]}),Oe=>{if(fe(),pe.value&&ie){me=new ResizeObserver(M);for(const Ke of Oe)Ke&&me.observe(Ke,ue)}},{immediate:!0,flush:"post"}),Be=()=>{fe(),be()};return(0,e.Uo)(Be),{isSupported:pe,stop:Be}}function ii(k,M={}){const{reset:W=!0,windowResize:ie=!0,windowScroll:ue=!0,immediate:me=!0,updateTiming:pe="sync"}=M,fe=(0,i.IJ)(0),be=(0,i.IJ)(0),Be=(0,i.IJ)(0),Oe=(0,i.IJ)(0),Ke=(0,i.IJ)(0),Ct=(0,i.IJ)(0),ct=(0,i.IJ)(0),vt=(0,i.IJ)(0);function Fi(){const mi=S(k);if(!mi){W&&(fe.value=0,be.value=0,Be.value=0,Oe.value=0,Ke.value=0,Ct.value=0,ct.value=0,vt.value=0);return}const Dt=mi.getBoundingClientRect();fe.value=Dt.height,be.value=Dt.bottom,Be.value=Dt.left,Oe.value=Dt.right,Ke.value=Dt.top,Ct.value=Dt.width,ct.value=Dt.x,vt.value=Dt.y}function It(){pe==="sync"?Fi():pe==="next-frame"&&requestAnimationFrame(()=>Fi())}return et(k,It),(0,c.wB)(()=>S(k),mi=>!mi&&It()),P(k,It,{attributeFilter:["style","class"]}),ue&&K("scroll",It,{capture:!0,passive:!0}),ie&&K("resize",It,{passive:!0}),(0,e.rd)(()=>{me&&It()}),{height:fe,bottom:be,left:Be,right:Oe,top:Ke,width:Ct,x:ct,y:vt,update:It}}function qt(k){const{x:M,y:W,document:ie=U,multiple:ue,interval:me="requestAnimationFrame",immediate:pe=!0}=k,fe=xe(()=>toValue(ue)?ie&&"elementsFromPoint"in ie:ie&&"elementFromPoint"in ie),be=shallowRef(null),Be=()=>{var Oe,Ke;be.value=toValue(ue)?(Oe=ie?.elementsFromPoint(toValue(M),toValue(W)))!==null&&Oe!==void 0?Oe:[]:(Ke=ie?.elementFromPoint(toValue(M),toValue(W)))!==null&&Ke!==void 0?Ke:null};return{isSupported:fe,element:be,...me==="requestAnimationFrame"?Ot(Be,{immediate:pe}):useIntervalFn(Be,me,{immediate:pe})}}function xi(k,M={}){const{delayEnter:W=0,delayLeave:ie=0,triggerOnRemoval:ue=!1,window:me=x}=M,pe=(0,i.IJ)(!1);let fe;const be=Be=>{const Oe=Be?W:ie;fe&&(clearTimeout(fe),fe=void 0),Oe?fe=setTimeout(()=>pe.value=Be,Oe):pe.value=Be};return me&&(K(k,"mouseenter",()=>be(!0),{passive:!0}),K(k,"mouseleave",()=>be(!1),{passive:!0}),ue&&ce((0,c.EW)(()=>S(k)),()=>be(!1))),pe}function ia(k,M={width:0,height:0},W={}){const{window:ie=x,box:ue="content-box"}=W,me=(0,c.EW)(()=>{var Ke;return(Ke=S(k))===null||Ke===void 0||(Ke=Ke.namespaceURI)===null||Ke===void 0?void 0:Ke.includes("svg")}),pe=(0,i.IJ)(M.width),fe=(0,i.IJ)(M.height),{stop:be}=et(k,([Ke])=>{const Ct=ue==="border-box"?Ke.borderBoxSize:ue==="content-box"?Ke.contentBoxSize:Ke.devicePixelContentBoxSize;if(ie&&me.value){const ct=S(k);if(ct){const vt=ct.getBoundingClientRect();pe.value=vt.width,fe.value=vt.height}}else if(Ct){const ct=(0,e.$r)(Ct);pe.value=ct.reduce((vt,{inlineSize:Fi})=>vt+Fi,0),fe.value=ct.reduce((vt,{blockSize:Fi})=>vt+Fi,0)}else pe.value=Ke.contentRect.width,fe.value=Ke.contentRect.height},W);(0,e.rd)(()=>{const Ke=S(k);Ke&&(pe.value="offsetWidth"in Ke?Ke.offsetWidth:M.width,fe.value="offsetHeight"in Ke?Ke.offsetHeight:M.height)});const Be=(0,c.wB)(()=>S(k),Ke=>{pe.value=Ke?M.width:0,fe.value=Ke?M.height:0});function Oe(){be(),Be()}return{width:pe,height:fe,stop:Oe}}function ca(k,M,W={}){const{root:ie,rootMargin:ue="0px",threshold:me=0,window:pe=x,immediate:fe=!0}=W,be=xe(()=>pe&&"IntersectionObserver"in pe),Be=(0,c.EW)(()=>(0,e.$r)((0,i.BA)(k)).map(S).filter(e.d6));let Oe=e.lQ;const Ke=(0,i.IJ)(fe),Ct=be.value?(0,c.wB)(()=>[Be.value,S(ie),Ke.value],([vt,Fi])=>{if(Oe(),!Ke.value||!vt.length)return;const It=new IntersectionObserver(M,{root:S(Fi),rootMargin:ue,threshold:me});vt.forEach(mi=>mi&&It.observe(mi)),Oe=()=>{It.disconnect(),Oe=e.lQ}},{immediate:fe,flush:"post"}):e.lQ,ct=()=>{Oe(),Ct(),Ke.value=!1};return(0,e.Uo)(ct),{isSupported:be,isActive:Ke,pause(){Oe(),Ke.value=!1},resume(){Ke.value=!0},stop:ct}}function ma(k,M={}){const{window:W=x,scrollTarget:ie,threshold:ue=0,rootMargin:me,once:pe=!1}=M,fe=(0,i.IJ)(!1),{stop:be}=ca(k,Be=>{let Oe=fe.value,Ke=0;for(const Ct of Be)Ct.time>=Ke&&(Ke=Ct.time,Oe=Ct.isIntersecting);fe.value=Oe,pe&&(0,e.ZC)(fe,()=>{be()})},{root:ie,window:W,threshold:ue,rootMargin:(0,i.BA)(me)});return fe}const jn=new Map;function $a(k){const M=getCurrentScope();function W(fe){var be;const Be=jn.get(k)||new Set;Be.add(fe),jn.set(k,Be);const Oe=()=>ue(fe);return M==null||(be=M.cleanups)===null||be===void 0||be.push(Oe),Oe}function ie(fe){function be(...Be){ue(be),fe(...Be)}return W(be)}function ue(fe){const be=jn.get(k);be&&(be.delete(fe),be.size||me())}function me(){jn.delete(k)}function pe(fe,be){var Be;(Be=jn.get(k))===null||Be===void 0||Be.forEach(Oe=>Oe(fe,be))}return{on:W,once:ie,off:ue,emit:pe,reset:me}}function Ia(k){return k===!0?{}:k}function gr(k,M=[],W={}){const ie=shallowRef(null),ue=shallowRef(null),me=shallowRef("CONNECTING"),pe=ref(null),fe=shallowRef(null),be=toRef(k),Be=shallowRef(null);let Oe=!1,Ke=0;const{withCredentials:Ct=!1,immediate:ct=!0,autoConnect:vt=!0,autoReconnect:Fi,serializer:It={read:Hi=>Hi}}=W,mi=()=>{isClient&&pe.value&&(pe.value.close(),pe.value=null,me.value="CLOSED",Oe=!0)},Dt=()=>{if(Oe||typeof be.value>"u")return;const Hi=new EventSource(be.value,{withCredentials:Ct});me.value="CONNECTING",pe.value=Hi,Hi.onopen=()=>{me.value="OPEN",fe.value=null},Hi.onerror=$i=>{if(me.value="CLOSED",fe.value=$i,Hi.readyState===2&&!Oe&&Fi){Hi.close();const{retries:Rn=-1,delay:Mi=1e3,onFailed:ln}=Ia(Fi);Ke+=1,typeof Rn=="number"&&(Rn<0||Ke<Rn)||typeof Rn=="function"&&Rn()?setTimeout(Dt,Mi):ln?.()}},Hi.onmessage=$i=>{var Rn;ie.value=null,ue.value=(Rn=It.read($i.data))!==null&&Rn!==void 0?Rn:null,Be.value=$i.lastEventId};for(const $i of M)K(Hi,$i,Rn=>{var Mi,ln;ie.value=$i,ue.value=(Mi=It.read(Rn.data))!==null&&Mi!==void 0?Mi:null,Be.value=(ln=Rn.lastEventId)!==null&&ln!==void 0?ln:null},{passive:!0})},Xt=()=>{isClient&&(mi(),Oe=!1,Ke=0,Dt())};return ct&&Xt(),vt&&watch(be,Xt),tryOnScopeDispose(mi),{eventSource:pe,event:ie,data:ue,status:me,error:fe,open:Xt,close:mi,lastEventId:Be}}function Ta(k={}){const{initialValue:M=""}=k,W=xe(()=>typeof window<"u"&&"EyeDropper"in window),ie=(0,i.IJ)(M);async function ue(me){if(!W.value)return;const pe=await new window.EyeDropper().open(me);return ie.value=pe.sRGBHex,pe}return{isSupported:W,sRGBHex:ie,open:ue}}function to(k=null,M={}){const{baseUrl:W="",rel:ie="icon",document:ue=U}=M,me=toRef(k),pe=fe=>{const be=ue?.head.querySelectorAll(`link[rel*="${ie}"]`);if(!be||be.length===0){const Be=ue?.createElement("link");Be&&(Be.rel=ie,Be.href=`${W}${fe}`,Be.type=`image/${fe.split(".").pop()}`,ue?.head.append(Be));return}be?.forEach(Be=>Be.href=`${W}${fe}`)};return watch(me,(fe,be)=>{typeof fe=="string"&&fe!==be&&pe(fe)},{immediate:!0}),me}const Kr={json:"application/json",text:"text/plain"};function lr(k){return k&&containsProp(k,"immediate","refetch","initialData","timeout","beforeFetch","afterFetch","onFetchError","fetch","updateDataOnError")}const Wr=/^(?:[a-z][a-z\d+\-.]*:)?\/\//i;function Le(k){return Wr.test(k)}function lt(k){return typeof Headers<"u"&&k instanceof Headers?Object.fromEntries(k.entries()):k}function u(k,...M){return k==="overwrite"?async W=>{let ie;for(let ue=M.length-1;ue>=0;ue--)if(M[ue]!=null){ie=M[ue];break}return ie?{...W,...await ie(W)}:W}:async W=>{for(const ie of M)ie&&(W={...W,...await ie(W)});return W}}function b(k={}){const M=k.combination||"chain",W=k.options||{},ie=k.fetchOptions||{};function ue(me,...pe){const fe=computed(()=>{const Oe=toValue(k.baseUrl),Ke=toValue(me);return Oe&&!Le(Ke)?q(Oe,Ke):Ke});let be=W,Be=ie;return pe.length>0&&(lr(pe[0])?be={...be,...pe[0],beforeFetch:u(M,W.beforeFetch,pe[0].beforeFetch),afterFetch:u(M,W.afterFetch,pe[0].afterFetch),onFetchError:u(M,W.onFetchError,pe[0].onFetchError)}:Be={...Be,...pe[0],headers:{...lt(Be.headers)||{},...lt(pe[0].headers)||{}}}),pe.length>1&&lr(pe[1])&&(be={...be,...pe[1],beforeFetch:u(M,W.beforeFetch,pe[1].beforeFetch),afterFetch:u(M,W.afterFetch,pe[1].afterFetch),onFetchError:u(M,W.onFetchError,pe[1].onFetchError)}),R(fe,Be,be)}return ue}function R(k,...M){var W,ie;const ue=typeof AbortController=="function";let me={},pe={immediate:!0,refetch:!1,timeout:0,updateDataOnError:!1};const fe={method:"GET",type:"text",payload:void 0};M.length>0&&(lr(M[0])?pe={...pe,...M[0]}:me=M[0]),M.length>1&&lr(M[1])&&(pe={...pe,...M[1]});const{fetch:be=(W=x?.fetch)!==null&&W!==void 0?W:(ie=globalThis)===null||ie===void 0?void 0:ie.fetch,initialData:Be,timeout:Oe}=pe,Ke=createEventHook(),Ct=createEventHook(),ct=createEventHook(),vt=shallowRef(!1),Fi=shallowRef(!1),It=shallowRef(!1),mi=shallowRef(null),Dt=shallowRef(null),Xt=shallowRef(null),Hi=shallowRef(Be||null),$i=computed(()=>ue&&Fi.value);let Rn,Mi;const ln=Za=>{ue&&(Rn?.abort(Za),Rn=new AbortController,Rn.signal.onabort=()=>It.value=!0,me={...me,signal:Rn.signal})},Dn=Za=>{Fi.value=Za,vt.value=!Za};Oe&&(Mi=useTimeoutFn(ln,Oe,{immediate:!1}));let Ga=0;const Da=async(Za=!1)=>{var $r;ln(),Dn(!0),Xt.value=null,mi.value=null,It.value=!1,Ga+=1;const po=Ga,Jr={method:fe.method,headers:{}},Fs=toValue(fe.payload);if(Fs){var Ss;const Mo=lt(Jr.headers),Uo=Object.getPrototypeOf(Fs);!fe.payloadType&&Fs&&(Uo===Object.prototype||Array.isArray(Uo))&&!(Fs instanceof FormData)&&(fe.payloadType="json"),fe.payloadType&&(Mo["Content-Type"]=(Ss=Kr[fe.payloadType])!==null&&Ss!==void 0?Ss:fe.payloadType),Jr.body=fe.payloadType==="json"?JSON.stringify(Fs):Fs}let Cl=!1;const zo={url:toValue(k),options:{...Jr,...me},cancel:()=>{Cl=!0}};if(pe.beforeFetch&&Object.assign(zo,await pe.beforeFetch(zo)),Cl||!be)return Dn(!1),Promise.resolve(null);let ss=null;return Mi&&Mi.start(),be(zo.url,{...Jr,...zo.options,headers:{...lt(Jr.headers),...lt(($r=zo.options)===null||$r===void 0?void 0:$r.headers)}}).then(async Mo=>{if(Dt.value=Mo,mi.value=Mo.status,ss=await Mo.clone()[fe.type](),!Mo.ok)throw Hi.value=Be||null,new Error(Mo.statusText);return pe.afterFetch&&({data:ss}=await pe.afterFetch({data:ss,response:Mo,context:zo,execute:Da})),Hi.value=ss,Ke.trigger(Mo),Mo}).catch(async Mo=>{let Uo=Mo.message||Mo.name;if(pe.onFetchError&&({error:Uo,data:ss}=await pe.onFetchError({data:ss,error:Mo,response:Dt.value,context:zo,execute:Da})),Xt.value=Uo,pe.updateDataOnError&&(Hi.value=ss),Ct.trigger(Mo),Za)throw Mo;return null}).finally(()=>{po===Ga&&Dn(!1),Mi&&Mi.stop(),ct.trigger(null)})},wn=toRef(pe.refetch);watch([wn,toRef(k)],([Za])=>Za&&Da(),{deep:!0});const ir={isFinished:readonly(vt),isFetching:readonly(Fi),statusCode:mi,response:Dt,error:Xt,data:Hi,canAbort:$i,aborted:It,abort:ln,execute:Da,onFetchResponse:Ke.on,onFetchError:Ct.on,onFetchFinally:ct.on,get:Fa("GET"),put:Fa("PUT"),post:Fa("POST"),delete:Fa("DELETE"),patch:Fa("PATCH"),head:Fa("HEAD"),options:Fa("OPTIONS"),json:pr("json"),text:pr("text"),blob:pr("blob"),arrayBuffer:pr("arrayBuffer"),formData:pr("formData")};function Fa(Za){return($r,po)=>{if(!Fi.value)return fe.method=Za,fe.payload=$r,fe.payloadType=po,isRef(fe.payload)&&watch([wn,toRef(fe.payload)],([Jr])=>Jr&&Da(),{deep:!0}),{...ir,then(Jr,Fs){return yr().then(Jr,Fs)}}}}function yr(){return new Promise((Za,$r)=>{until(vt).toBe(!0).then(()=>Za(ir)).catch($r)})}function pr(Za){return()=>{if(!Fi.value)return fe.type=Za,{...ir,then($r,po){return yr().then($r,po)}}}}return pe.immediate&&Promise.resolve().then(()=>Da()),{...ir,then(Za,$r){return yr().then(Za,$r)}}}function q(k,M){return!k.endsWith("/")&&!M.startsWith("/")?`${k}/${M}`:k.endsWith("/")&&M.startsWith("/")?`${k.slice(0,-1)}${M}`:`${k}${M}`}const oe={multiple:!0,accept:"*",reset:!1,directory:!1};function z(k){if(!k)return null;if(k instanceof FileList)return k;const M=new DataTransfer;for(const W of k)M.items.add(W);return M.files}function ae(k={}){const{document:M=U}=k,W=ref(z(k.initialFiles)),{on:ie,trigger:ue}=createEventHook(),{on:me,trigger:pe}=createEventHook(),fe=computed(()=>{var Ke;const Ct=(Ke=S(k.input))!==null&&Ke!==void 0?Ke:M?M.createElement("input"):void 0;return Ct&&(Ct.type="file",Ct.onchange=ct=>{W.value=ct.target.files,ue(W.value)},Ct.oncancel=()=>{pe()}),Ct}),be=()=>{W.value=null,fe.value&&fe.value.value&&(fe.value.value="",ue(null))},Be=Ke=>{const Ct=fe.value;Ct&&(Ct.multiple=toValue(Ke.multiple),Ct.accept=toValue(Ke.accept),Ct.webkitdirectory=toValue(Ke.directory),hasOwn(Ke,"capture")&&(Ct.capture=toValue(Ke.capture)))},Oe=Ke=>{const Ct=fe.value;if(!Ct)return;const ct={...oe,...k,...Ke};Be(ct),toValue(ct.reset)&&be(),Ct.click()};return watchEffect(()=>{Be(k)}),{files:readonly(W),open:Oe,reset:be,onCancel:me,onChange:ie}}function Ee(k={}){const{window:M=x,dataType:W="Text"}=k,ie=M,ue=xe(()=>ie&&"showSaveFilePicker"in ie&&"showOpenFilePicker"in ie),me=shallowRef(),pe=shallowRef(),fe=shallowRef(),be=computed(()=>{var Dt,Xt;return(Dt=(Xt=fe.value)===null||Xt===void 0?void 0:Xt.name)!==null&&Dt!==void 0?Dt:""}),Be=computed(()=>{var Dt,Xt;return(Dt=(Xt=fe.value)===null||Xt===void 0?void 0:Xt.type)!==null&&Dt!==void 0?Dt:""}),Oe=computed(()=>{var Dt,Xt;return(Dt=(Xt=fe.value)===null||Xt===void 0?void 0:Xt.size)!==null&&Dt!==void 0?Dt:0}),Ke=computed(()=>{var Dt,Xt;return(Dt=(Xt=fe.value)===null||Xt===void 0?void 0:Xt.lastModified)!==null&&Dt!==void 0?Dt:0});async function Ct(Dt={}){if(!ue.value)return;const[Xt]=await ie.showOpenFilePicker({...toValue(k),...Dt});me.value=Xt,await mi()}async function ct(Dt={}){ue.value&&(me.value=await ie.showSaveFilePicker({...k,...Dt}),pe.value=void 0,await mi())}async function vt(Dt={}){if(ue.value){if(!me.value)return Fi(Dt);if(pe.value){const Xt=await me.value.createWritable();await Xt.write(pe.value),await Xt.close()}await It()}}async function Fi(Dt={}){if(ue.value){if(me.value=await ie.showSaveFilePicker({...k,...Dt}),pe.value){const Xt=await me.value.createWritable();await Xt.write(pe.value),await Xt.close()}await It()}}async function It(){var Dt;fe.value=await((Dt=me.value)===null||Dt===void 0?void 0:Dt.getFile())}async function mi(){var Dt,Xt;await It();const Hi=toValue(W);Hi==="Text"?pe.value=await((Dt=fe.value)===null||Dt===void 0?void 0:Dt.text()):Hi==="ArrayBuffer"?pe.value=await((Xt=fe.value)===null||Xt===void 0?void 0:Xt.arrayBuffer()):Hi==="Blob"&&(pe.value=fe.value)}return watch(()=>toValue(W),mi),{isSupported:ue,data:pe,file:fe,fileName:be,fileMIME:Be,fileSize:Oe,fileLastModified:Ke,open:Ct,create:ct,save:vt,saveAs:Fi,updateData:mi}}function V(k,M={}){const{initialValue:W=!1,focusVisible:ie=!1,preventScroll:ue=!1}=M,me=shallowRef(!1),pe=computed(()=>S(k)),fe={passive:!0};K(pe,"focus",Be=>{var Oe,Ke;(!ie||!((Oe=(Ke=Be.target).matches)===null||Oe===void 0)&&Oe.call(Ke,":focus-visible"))&&(me.value=!0)},fe),K(pe,"blur",()=>me.value=!1,fe);const be=computed({get:()=>me.value,set(Be){var Oe,Ke;!Be&&me.value?(Oe=pe.value)===null||Oe===void 0||Oe.blur():Be&&!me.value&&((Ke=pe.value)===null||Ke===void 0||Ke.focus({preventScroll:ue}))}});return watch(pe,()=>{be.value=W},{immediate:!0,flush:"post"}),{focused:be}}const Fe="focusin",De="focusout",Et=":focus-within";function yi(k,M={}){const{window:W=x}=M,ie=(0,c.EW)(()=>S(k)),ue=(0,i.IJ)(!1),me=(0,c.EW)(()=>ue.value);if(!W||!ut(M).value)return{focused:me};const fe={passive:!0};return K(ie,Fe,()=>ue.value=!0,fe),K(ie,De,()=>{var be,Be,Oe;return ue.value=(be=(Be=ie.value)===null||Be===void 0||(Oe=Be.matches)===null||Oe===void 0?void 0:Oe.call(Be,Et))!==null&&be!==void 0?be:!1},fe),{focused:me}}function gi(k){var M;const W=shallowRef(0);if(typeof performance>"u")return W;const ie=(M=k?.every)!==null&&M!==void 0?M:10;let ue=performance.now(),me=0;return Ot(()=>{if(me+=1,me>=ie){const pe=performance.now(),fe=pe-ue;W.value=Math.round(1e3/(fe/me)),ue=pe,me=0}}),W}const fn=["fullscreenchange","webkitfullscreenchange","webkitendfullscreen","mozfullscreenchange","MSFullscreenChange"];function se(k,M={}){const{document:W=U,autoExit:ie=!1}=M,ue=(0,c.EW)(()=>{var Dt;return(Dt=S(k))!==null&&Dt!==void 0?Dt:W?.documentElement}),me=(0,i.IJ)(!1),pe=(0,c.EW)(()=>["requestFullscreen","webkitRequestFullscreen","webkitEnterFullscreen","webkitEnterFullScreen","webkitRequestFullScreen","mozRequestFullScreen","msRequestFullscreen"].find(Dt=>W&&Dt in W||ue.value&&Dt in ue.value)),fe=(0,c.EW)(()=>["exitFullscreen","webkitExitFullscreen","webkitExitFullScreen","webkitCancelFullScreen","mozCancelFullScreen","msExitFullscreen"].find(Dt=>W&&Dt in W||ue.value&&Dt in ue.value)),be=(0,c.EW)(()=>["fullScreen","webkitIsFullScreen","webkitDisplayingFullscreen","mozFullScreen","msFullscreenElement"].find(Dt=>W&&Dt in W||ue.value&&Dt in ue.value)),Be=["fullscreenElement","webkitFullscreenElement","mozFullScreenElement","msFullscreenElement"].find(Dt=>W&&Dt in W),Oe=xe(()=>ue.value&&W&&pe.value!==void 0&&fe.value!==void 0&&be.value!==void 0),Ke=()=>Be?W?.[Be]===ue.value:!1,Ct=()=>{if(be.value){if(W&&W[be.value]!=null)return W[be.value];{const Dt=ue.value;if(Dt?.[be.value]!=null)return!!Dt[be.value]}}return!1};async function ct(){if(!(!Oe.value||!me.value)){if(fe.value)if(W?.[fe.value]!=null)await W[fe.value]();else{const Dt=ue.value;Dt?.[fe.value]!=null&&await Dt[fe.value]()}me.value=!1}}async function vt(){if(!Oe.value||me.value)return;Ct()&&await ct();const Dt=ue.value;pe.value&&Dt?.[pe.value]!=null&&(await Dt[pe.value](),me.value=!0)}async function Fi(){await(me.value?ct():vt())}const It=()=>{const Dt=Ct();(!Dt||Dt&&Ke())&&(me.value=Dt)},mi={capture:!1,passive:!0};return K(W,fn,It,mi),K(()=>S(ue),fn,It,mi),(0,e.rd)(It,!1),ie&&(0,e.Uo)(ct),{isSupported:Oe,isFullscreen:me,enter:vt,exit:ct,toggle:Fi}}function je(k){return computed(()=>k.value?{buttons:{a:k.value.buttons[0],b:k.value.buttons[1],x:k.value.buttons[2],y:k.value.buttons[3]},bumper:{left:k.value.buttons[4],right:k.value.buttons[5]},triggers:{left:k.value.buttons[6],right:k.value.buttons[7]},stick:{left:{horizontal:k.value.axes[0],vertical:k.value.axes[1],button:k.value.buttons[10]},right:{horizontal:k.value.axes[2],vertical:k.value.axes[3],button:k.value.buttons[11]}},dpad:{up:k.value.buttons[12],down:k.value.buttons[13],left:k.value.buttons[14],right:k.value.buttons[15]},back:k.value.buttons[8],start:k.value.buttons[9]}:null)}function Ue(k={}){const{navigator:M=T}=k,W=xe(()=>M&&"getGamepads"in M),ie=ref([]),ue=createEventHook(),me=createEventHook(),pe=vt=>{const Fi=[],It="vibrationActuator"in vt?vt.vibrationActuator:null;return It&&Fi.push(It),vt.hapticActuators&&Fi.push(...vt.hapticActuators),{id:vt.id,index:vt.index,connected:vt.connected,mapping:vt.mapping,timestamp:vt.timestamp,vibrationActuator:vt.vibrationActuator,hapticActuators:Fi,axes:vt.axes.map(mi=>mi),buttons:vt.buttons.map(mi=>({pressed:mi.pressed,touched:mi.touched,value:mi.value}))}},fe=()=>{const vt=M?.getGamepads()||[];for(const Fi of vt)Fi&&ie.value[Fi.index]&&(ie.value[Fi.index]=pe(Fi))},{isActive:be,pause:Be,resume:Oe}=Ot(fe),Ke=vt=>{ie.value.some(({index:Fi})=>Fi===vt.index)||(ie.value.push(pe(vt)),ue.trigger(vt.index)),Oe()},Ct=vt=>{ie.value=ie.value.filter(Fi=>Fi.index!==vt.index),me.trigger(vt.index)},ct={passive:!0};return K("gamepadconnected",vt=>Ke(vt.gamepad),ct),K("gamepaddisconnected",vt=>Ct(vt.gamepad),ct),tryOnMounted(()=>{const vt=M?.getGamepads()||[];for(const Fi of vt)Fi&&ie.value[Fi.index]&&Ke(Fi)}),Be(),{isSupported:W,onConnected:ue.on,onDisconnected:me.on,gamepads:ie,pause:Be,resume:Oe,isActive:be}}function mt(k={}){const{enableHighAccuracy:M=!0,maximumAge:W=3e4,timeout:ie=27e3,navigator:ue=T,immediate:me=!0}=k,pe=xe(()=>ue&&"geolocation"in ue),fe=(0,i.IJ)(null),be=(0,i.IJ)(null),Be=(0,i.KR)({accuracy:0,latitude:Number.POSITIVE_INFINITY,longitude:Number.POSITIVE_INFINITY,altitude:null,altitudeAccuracy:null,heading:null,speed:null});function Oe(vt){fe.value=vt.timestamp,Be.value=vt.coords,be.value=null}let Ke;function Ct(){pe.value&&(Ke=ue.geolocation.watchPosition(Oe,vt=>be.value=vt,{enableHighAccuracy:M,maximumAge:W,timeout:ie}))}me&&Ct();function ct(){Ke&&ue&&ue.geolocation.clearWatch(Ke)}return(0,e.Uo)(()=>{ct()}),{isSupported:pe,coords:Be,locatedAt:fe,error:be,resume:Ct,pause:ct}}const dt=["mousemove","mousedown","resize","keydown","touchstart","wheel"],li=6e4;function Ui(k=li,M={}){const{initialState:W=!1,listenForVisibilityChange:ie=!0,events:ue=dt,window:me=x,eventFilter:pe=(0,e.r6)(50)}=M,fe=(0,i.IJ)(W),be=(0,i.IJ)((0,e.vE)()),Be=(0,i.IJ)(!1);let Oe;const Ke=()=>{fe.value=!1,clearTimeout(Oe),Oe=setTimeout(()=>fe.value=!0,k)},Ct=(0,e.sq)(pe,()=>{be.value=(0,e.vE)(),Ke()});if(me){const Fi=me.document,It={passive:!0};for(const mi of ue)K(me,mi,()=>{Be.value&&Ct()},It);ie&&K(Fi,"visibilitychange",()=>{Fi.hidden||!Be.value||Ct()},It),ct()}function ct(){Be.value||(Be.value=!0,W||Ke())}function vt(){fe.value=W,clearTimeout(Oe),Be.value=!1}return{idle:fe,lastActive:be,reset:Ke,stop:vt,start:ct,isPending:(0,i.nD)(Be)}}async function Hn(k){return new Promise((M,W)=>{const ie=new Image,{src:ue,srcset:me,sizes:pe,class:fe,loading:be,crossorigin:Be,referrerPolicy:Oe,width:Ke,height:Ct,decoding:ct,fetchPriority:vt,ismap:Fi,usemap:It}=k;ie.src=ue,me!=null&&(ie.srcset=me),pe!=null&&(ie.sizes=pe),fe!=null&&(ie.className=fe),be!=null&&(ie.loading=be),Be!=null&&(ie.crossOrigin=Be),Oe!=null&&(ie.referrerPolicy=Oe),Ke!=null&&(ie.width=Ke),Ct!=null&&(ie.height=Ct),ct!=null&&(ie.decoding=ct),vt!=null&&(ie.fetchPriority=vt),Fi!=null&&(ie.isMap=Fi),It!=null&&(ie.useMap=It),ie.onload=()=>M(ie),ie.onerror=W})}function rn(k,M={}){const W=Li(()=>Hn((0,i.BA)(k)),void 0,{resetOnExecute:!0,...M});return(0,c.wB)(()=>(0,i.BA)(k),()=>W.execute(M.delay),{deep:!0}),W}function Nn(k){return typeof Window<"u"&&k instanceof Window?k.document.documentElement:typeof Document<"u"&&k instanceof Document?k.documentElement:k}const ba=1;function Ra(k,M={}){const{throttle:W=0,idle:ie=200,onStop:ue=e.lQ,onScroll:me=e.lQ,offset:pe={left:0,right:0,top:0,bottom:0},observe:fe={mutation:!1},eventListenerOptions:be={capture:!1,passive:!0},behavior:Be="auto",window:Oe=x,onError:Ke=Dn=>{console.error(Dn)}}=M,Ct=typeof fe=="boolean"?{mutation:fe}:fe,ct=(0,i.IJ)(0),vt=(0,i.IJ)(0),Fi=(0,c.EW)({get(){return ct.value},set(Dn){mi(Dn,void 0)}}),It=(0,c.EW)({get(){return vt.value},set(Dn){mi(void 0,Dn)}});function mi(Dn,Ga){var Da,wn,ir,Fa;if(!Oe)return;const yr=(0,i.BA)(k);if(!yr)return;(Da=yr instanceof Document?Oe.document.body:yr)===null||Da===void 0||Da.scrollTo({top:(wn=(0,i.BA)(Ga))!==null&&wn!==void 0?wn:It.value,left:(ir=(0,i.BA)(Dn))!==null&&ir!==void 0?ir:Fi.value,behavior:(0,i.BA)(Be)});const pr=(yr==null||(Fa=yr.document)===null||Fa===void 0?void 0:Fa.documentElement)||yr?.documentElement||yr;Fi!=null&&(ct.value=pr.scrollLeft),It!=null&&(vt.value=pr.scrollTop)}const Dt=(0,i.IJ)(!1),Xt=(0,i.Kh)({left:!0,right:!1,top:!0,bottom:!1}),Hi=(0,i.Kh)({left:!1,right:!1,top:!1,bottom:!1}),$i=Dn=>{Dt.value&&(Dt.value=!1,Hi.left=!1,Hi.right=!1,Hi.top=!1,Hi.bottom=!1,ue(Dn))},Rn=(0,e.Q0)($i,W+ie),Mi=Dn=>{var Ga;if(!Oe)return;const Da=(Dn==null||(Ga=Dn.document)===null||Ga===void 0?void 0:Ga.documentElement)||Dn?.documentElement||S(Dn),{display:wn,flexDirection:ir,direction:Fa}=getComputedStyle(Da),yr=Fa==="rtl"?-1:1,pr=Da.scrollLeft;Hi.left=pr<ct.value,Hi.right=pr>ct.value;const Za=Math.abs(pr*yr)<=(pe.left||0),$r=Math.abs(pr*yr)+Da.clientWidth>=Da.scrollWidth-(pe.right||0)-ba;wn==="flex"&&ir==="row-reverse"?(Xt.left=$r,Xt.right=Za):(Xt.left=Za,Xt.right=$r),ct.value=pr;let po=Da.scrollTop;Dn===Oe.document&&!po&&(po=Oe.document.body.scrollTop),Hi.top=po<vt.value,Hi.bottom=po>vt.value;const Jr=Math.abs(po)<=(pe.top||0),Fs=Math.abs(po)+Da.clientHeight>=Da.scrollHeight-(pe.bottom||0)-ba;wn==="flex"&&ir==="column-reverse"?(Xt.top=Fs,Xt.bottom=Jr):(Xt.top=Jr,Xt.bottom=Fs),vt.value=po},ln=Dn=>{var Ga;Oe&&(Mi((Ga=Dn.target.documentElement)!==null&&Ga!==void 0?Ga:Dn.target),Dt.value=!0,Rn(Dn),me(Dn))};return K(k,"scroll",W?(0,e.k3)(ln,W,!0,!1):ln,be),(0,e.rd)(()=>{try{const Dn=(0,i.BA)(k);if(!Dn)return;Mi(Dn)}catch(Dn){Ke(Dn)}}),Ct?.mutation&&k!=null&&k!==Oe&&k!==document&&P(k,()=>{const Dn=(0,i.BA)(k);Dn&&Mi(Dn)},{attributes:!0,childList:!0,subtree:!0}),K(k,"scrollend",$i,be),{x:Fi,y:It,isScrolling:Dt,arrivedState:Xt,directions:Hi,measure(){const Dn=(0,i.BA)(k);Oe&&Dn&&Mi(Dn)}}}function ka(k,M,W={}){var ie;const{direction:ue="bottom",interval:me=100,canLoadMore:pe=()=>!0}=W,fe=(0,i.Kh)(Ra(k,{...W,offset:{[ue]:(ie=W.distance)!==null&&ie!==void 0?ie:0,...W.offset}})),be=(0,i.KR)(),Be=(0,c.EW)(()=>!!be.value),Oe=(0,c.EW)(()=>Nn((0,i.BA)(k))),Ke=ma(Oe);function Ct(){if(fe.measure(),!Oe.value||!Ke.value||!pe(Oe.value))return;const{scrollHeight:ct,clientHeight:vt,scrollWidth:Fi,clientWidth:It}=Oe.value,mi=ue==="bottom"||ue==="top"?ct<=vt:Fi<=It;(fe.arrivedState[ue]||mi)&&(be.value||(be.value=Promise.all([M(fe),new Promise(Dt=>setTimeout(Dt,me))]).finally(()=>{be.value=null,(0,c.dY)(()=>Ct())})))}return(0,e.uO)((0,c.wB)(()=>[fe.arrivedState[ue],Ke.value],Ct,{immediate:!0})),{isLoading:Be,reset(){(0,c.dY)(()=>Ct())}}}const ea=null;function re(k,M={}){const{events:W=ea,document:ie=U,initial:ue=null}=M,me=shallowRef(ue);return ie&&W.forEach(pe=>{K(ie,pe,fe=>{typeof fe.getModifierState=="function"&&(me.value=fe.getModifierState(k))},{passive:!0})}),me}function Ye(k,M,W={}){const{window:ie=x}=W;return wt(k,M,ie?.localStorage,W)}const Pt={ctrl:"control",command:"meta",cmd:"meta",option:"alt",up:"arrowup",down:"arrowdown",left:"arrowleft",right:"arrowright"};function Bi(k={}){const{reactive:M=!1,target:W=x,aliasMap:ie=Pt,passive:ue=!0,onEventFired:me=noop}=k,pe=reactive(new Set),fe={toJSON(){return{}},current:pe},be=M?reactive(fe):fe,Be=new Set,Oe=new Map([["Meta",Be],["Shift",new Set],["Alt",new Set]]),Ke=new Set;function Ct(Dt,Xt){Dt in be&&(M?be[Dt]=Xt:be[Dt].value=Xt)}function ct(){pe.clear();for(const Dt of Ke)Ct(Dt,!1)}function vt(Dt,Xt,Hi){if(!(!Dt||typeof Xt.getModifierState!="function")){for(const[$i,Rn]of Oe)if(Xt.getModifierState($i)){Hi.forEach(Mi=>Rn.add(Mi));break}}}function Fi(Dt,Xt){if(Dt)return;const Hi=`${Xt[0].toUpperCase()}${Xt.slice(1)}`,$i=Oe.get(Hi);if(!["shift","alt"].includes(Xt)||!$i)return;const Rn=Array.from($i),Mi=Rn.indexOf(Xt);Rn.forEach((ln,Dn)=>{Dn>=Mi&&(pe.delete(ln),Ct(ln,!1))}),$i.clear()}function It(Dt,Xt){var Hi,$i;const Rn=(Hi=Dt.key)===null||Hi===void 0?void 0:Hi.toLowerCase(),Mi=[($i=Dt.code)===null||$i===void 0?void 0:$i.toLowerCase(),Rn].filter(Boolean);Rn&&(Xt?pe.add(Rn):pe.delete(Rn));for(const ln of Mi)Ke.add(ln),Ct(ln,Xt);vt(Xt,Dt,[...pe,...Mi]),Fi(Xt,Rn),Rn==="meta"&&!Xt&&(Be.forEach(ln=>{pe.delete(ln),Ct(ln,!1)}),Be.clear())}K(W,"keydown",Dt=>(It(Dt,!0),me(Dt)),{passive:ue}),K(W,"keyup",Dt=>(It(Dt,!1),me(Dt)),{passive:ue}),K("blur",ct,{passive:ue}),K("focus",ct,{passive:ue});const mi=new Proxy(be,{get(Dt,Xt,Hi){if(typeof Xt!="string")return Reflect.get(Dt,Xt,Hi);if(Xt=Xt.toLowerCase(),Xt in ie&&(Xt=ie[Xt]),!(Xt in be))if(/[+_-]/.test(Xt)){const Rn=Xt.split(/[+_-]/g).map(Mi=>Mi.trim());be[Xt]=computed(()=>Rn.map(Mi=>toValue(mi[Mi])).every(Boolean))}else be[Xt]=shallowRef(!1);const $i=Reflect.get(Dt,Xt,Hi);return M?toValue($i):$i}});return mi}function dn(k,M){toValue(k)&&M(toValue(k))}function sa(k){let M=[];for(let W=0;W<k.length;++W)M=[...M,[k.start(W),k.end(W)]];return M}function gn(k){return Array.from(k).map(({label:M,kind:W,language:ie,mode:ue,activeCues:me,cues:pe,inBandMetadataTrackDispatchType:fe},be)=>({id:be,label:M,kind:W,language:ie,mode:ue,activeCues:me,cues:pe,inBandMetadataTrackDispatchType:fe}))}const tn={src:"",tracks:[]};function bt(k,M={}){k=toRef(k),M={...tn,...M};const{document:W=U}=M,ie={passive:!0},ue=shallowRef(0),me=shallowRef(0),pe=shallowRef(!1),fe=shallowRef(1),be=shallowRef(!1),Be=shallowRef(!1),Oe=shallowRef(!1),Ke=shallowRef(1),Ct=shallowRef(!1),ct=ref([]),vt=ref([]),Fi=shallowRef(-1),It=shallowRef(!1),mi=shallowRef(!1),Dt=W&&"pictureInPictureEnabled"in W,Xt=createEventHook(),Hi=createEventHook(),$i=wn=>{dn(k,ir=>{if(wn){const Fa=typeof wn=="number"?wn:wn.id;ir.textTracks[Fa].mode="disabled"}else for(let Fa=0;Fa<ir.textTracks.length;++Fa)ir.textTracks[Fa].mode="disabled";Fi.value=-1})},Rn=(wn,ir=!0)=>{dn(k,Fa=>{const yr=typeof wn=="number"?wn:wn.id;ir&&$i(),Fa.textTracks[yr].mode="showing",Fi.value=yr})},Mi=()=>new Promise((wn,ir)=>{dn(k,async Fa=>{Dt&&(It.value?W.exitPictureInPicture().then(wn).catch(ir):Fa.requestPictureInPicture().then(wn).catch(ir))})});watchEffect(()=>{if(!W)return;const wn=toValue(k);if(!wn)return;const ir=toValue(M.src);let Fa=[];ir&&(typeof ir=="string"?Fa=[{src:ir}]:Array.isArray(ir)?Fa=ir:isObject(ir)&&(Fa=[ir]),wn.querySelectorAll("source").forEach(yr=>{yr.remove()}),Fa.forEach(({src:yr,type:pr,media:Za})=>{const $r=W.createElement("source");$r.setAttribute("src",yr),$r.setAttribute("type",pr||""),$r.setAttribute("media",Za||""),K($r,"error",Xt.trigger,ie),wn.appendChild($r)}),wn.load())}),watch([k,fe],()=>{const wn=toValue(k);wn&&(wn.volume=fe.value)}),watch([k,mi],()=>{const wn=toValue(k);wn&&(wn.muted=mi.value)}),watch([k,Ke],()=>{const wn=toValue(k);wn&&(wn.playbackRate=Ke.value)}),watchEffect(()=>{if(!W)return;const wn=toValue(M.tracks),ir=toValue(k);!wn||!wn.length||!ir||(ir.querySelectorAll("track").forEach(Fa=>Fa.remove()),wn.forEach(({default:Fa,kind:yr,label:pr,src:Za,srcLang:$r},po)=>{const Jr=W.createElement("track");Jr.default=Fa||!1,Jr.kind=yr,Jr.label=pr,Jr.src=Za,Jr.srclang=$r,Jr.default&&(Fi.value=po),ir.appendChild(Jr)}))});const{ignoreUpdates:ln}=watchIgnorable(ue,wn=>{const ir=toValue(k);ir&&(ir.currentTime=wn)}),{ignoreUpdates:Dn}=watchIgnorable(Oe,wn=>{const ir=toValue(k);ir&&(wn?ir.play().catch(Fa=>{throw Hi.trigger(Fa),Fa}):ir.pause())});K(k,"timeupdate",()=>ln(()=>ue.value=toValue(k).currentTime),ie),K(k,"durationchange",()=>me.value=toValue(k).duration,ie),K(k,"progress",()=>ct.value=sa(toValue(k).buffered),ie),K(k,"seeking",()=>pe.value=!0,ie),K(k,"seeked",()=>pe.value=!1,ie),K(k,["waiting","loadstart"],()=>{be.value=!0,Dn(()=>Oe.value=!1)},ie),K(k,"loadeddata",()=>be.value=!1,ie),K(k,"playing",()=>{be.value=!1,Be.value=!1,Dn(()=>Oe.value=!0)},ie),K(k,"ratechange",()=>Ke.value=toValue(k).playbackRate,ie),K(k,"stalled",()=>Ct.value=!0,ie),K(k,"ended",()=>Be.value=!0,ie),K(k,"pause",()=>Dn(()=>Oe.value=!1),ie),K(k,"play",()=>Dn(()=>Oe.value=!0),ie),K(k,"enterpictureinpicture",()=>It.value=!0,ie),K(k,"leavepictureinpicture",()=>It.value=!1,ie),K(k,"volumechange",()=>{const wn=toValue(k);wn&&(fe.value=wn.volume,mi.value=wn.muted)},ie);const Ga=[],Da=watch([k],()=>{const wn=toValue(k);wn&&(Da(),Ga[0]=K(wn.textTracks,"addtrack",()=>vt.value=gn(wn.textTracks),ie),Ga[1]=K(wn.textTracks,"removetrack",()=>vt.value=gn(wn.textTracks),ie),Ga[2]=K(wn.textTracks,"change",()=>vt.value=gn(wn.textTracks),ie))});return tryOnScopeDispose(()=>Ga.forEach(wn=>wn())),{currentTime:ue,duration:me,waiting:be,seeking:pe,ended:Be,stalled:Ct,buffered:ct,playing:Oe,rate:Ke,volume:fe,muted:mi,tracks:vt,selectedTrack:Fi,enableTrack:Rn,disableTrack:$i,supportsPictureInPicture:Dt,togglePictureInPicture:Mi,isPictureInPicture:It,onSourceError:Xt.on,onPlaybackError:Hi.on}}function sn(k,M){const ie=M?.cache?shallowReactive(M.cache):shallowReactive(new Map),ue=(...Oe)=>M?.getKey?M.getKey(...Oe):JSON.stringify(Oe),me=(Oe,...Ke)=>(ie.set(Oe,k(...Ke)),ie.get(Oe)),pe=(...Oe)=>me(ue(...Oe),...Oe),fe=(...Oe)=>{ie.delete(ue(...Oe))},be=()=>{ie.clear()},Be=(...Oe)=>{const Ke=ue(...Oe);return ie.has(Ke)?ie.get(Ke):me(Ke,...Oe)};return Be.load=pe,Be.delete=fe,Be.clear=be,Be.generateKey=ue,Be.cache=ie,Be}function Oa(k={}){const M=ref(),W=xe(()=>typeof performance<"u"&&"memory"in performance);if(W.value){const{interval:ie=1e3}=k;useIntervalFn(()=>{M.value=performance.memory},ie,{immediate:k.immediate,immediateCallback:k.immediateCallback})}return{isSupported:W,memory:M}}const _r={page:k=>[k.pageX,k.pageY],client:k=>[k.clientX,k.clientY],screen:k=>[k.screenX,k.screenY],movement:k=>k instanceof MouseEvent?[k.movementX,k.movementY]:null};function Qa(k={}){const{type:M="page",touch:W=!0,resetOnTouchEnds:ie=!1,initialValue:ue={x:0,y:0},window:me=x,target:pe=me,scroll:fe=!0,eventFilter:be}=k;let Be=null,Oe=0,Ke=0;const Ct=(0,i.IJ)(ue.x),ct=(0,i.IJ)(ue.y),vt=(0,i.IJ)(null),Fi=typeof M=="function"?M:_r[M],It=Mi=>{const ln=Fi(Mi);Be=Mi,ln&&([Ct.value,ct.value]=ln,vt.value="mouse"),me&&(Oe=me.scrollX,Ke=me.scrollY)},mi=Mi=>{if(Mi.touches.length>0){const ln=Fi(Mi.touches[0]);ln&&([Ct.value,ct.value]=ln,vt.value="touch")}},Dt=()=>{if(!Be||!me)return;const Mi=Fi(Be);Be instanceof MouseEvent&&Mi&&(Ct.value=Mi[0]+me.scrollX-Oe,ct.value=Mi[1]+me.scrollY-Ke)},Xt=()=>{Ct.value=ue.x,ct.value=ue.y},Hi=be?Mi=>be(()=>It(Mi),{}):Mi=>It(Mi),$i=be?Mi=>be(()=>mi(Mi),{}):Mi=>mi(Mi),Rn=be?()=>be(()=>Dt(),{}):()=>Dt();if(pe){const Mi={passive:!0};K(pe,["mousemove","dragover"],Hi,Mi),W&&M!=="movement"&&(K(pe,["touchstart","touchmove"],$i,Mi),ie&&K(pe,"touchend",Xt,Mi)),fe&&M==="page"&&K(me,"scroll",Rn,Mi)}return{x:Ct,y:ct,sourceType:vt}}function Rr(k,M={}){const{windowResize:W=!0,windowScroll:ie=!0,handleOutside:ue=!0,window:me=x}=M,pe=M.type||"page",{x:fe,y:be,sourceType:Be}=Qa(M),Oe=(0,i.IJ)(k??me?.document.body),Ke=(0,i.IJ)(0),Ct=(0,i.IJ)(0),ct=(0,i.IJ)(0),vt=(0,i.IJ)(0),Fi=(0,i.IJ)(0),It=(0,i.IJ)(0),mi=(0,i.IJ)(!0);function Dt(){if(!me)return;const $i=S(Oe);if(!$i||!($i instanceof Element))return;const{left:Rn,top:Mi,width:ln,height:Dn}=$i.getBoundingClientRect();ct.value=Rn+(pe==="page"?me.pageXOffset:0),vt.value=Mi+(pe==="page"?me.pageYOffset:0),Fi.value=Dn,It.value=ln;const Ga=fe.value-ct.value,Da=be.value-vt.value;mi.value=ln===0||Dn===0||Ga<0||Da<0||Ga>ln||Da>Dn,(ue||!mi.value)&&(Ke.value=Ga,Ct.value=Da)}const Xt=[];function Hi(){Xt.forEach($i=>$i()),Xt.length=0}if((0,e.rd)(()=>{Dt()}),me){const{stop:$i}=et(Oe,Dt),{stop:Rn}=P(Oe,Dt,{attributeFilter:["style","class"]}),Mi=(0,c.wB)([Oe,fe,be],Dt);Xt.push($i,Rn,Mi),K(document,"mouseleave",()=>mi.value=!0,{passive:!0}),ie&&Xt.push(K("scroll",Dt,{capture:!0,passive:!0})),W&&Xt.push(K("resize",Dt,{passive:!0}))}return{x:fe,y:be,sourceType:Be,elementX:Ke,elementY:Ct,elementPositionX:ct,elementPositionY:vt,elementHeight:Fi,elementWidth:It,isOutside:mi,stop:Hi}}function io(k={}){const{touch:M=!0,drag:W=!0,capture:ie=!1,initialValue:ue=!1,window:me=x}=k,pe=(0,i.IJ)(ue),fe=(0,i.IJ)(null);if(!me)return{pressed:pe,sourceType:fe};const be=Ct=>ct=>{var vt;pe.value=!0,fe.value=Ct,(vt=k.onPressed)===null||vt===void 0||vt.call(k,ct)},Be=Ct=>{var ct;pe.value=!1,fe.value=null,(ct=k.onReleased)===null||ct===void 0||ct.call(k,Ct)},Oe=(0,c.EW)(()=>S(k.target)||me),Ke={passive:!0,capture:ie};return K(Oe,"mousedown",be("mouse"),Ke),K(me,"mouseleave",Be,Ke),K(me,"mouseup",Be,Ke),W&&(K(Oe,"dragstart",be("mouse"),Ke),K(me,"drop",Be,Ke),K(me,"dragend",Be,Ke)),M&&(K(Oe,"touchstart",be("touch"),Ke),K(me,"touchend",Be,Ke),K(me,"touchcancel",Be,Ke)),{pressed:pe,sourceType:fe}}function Do(k={}){const{window:M=x}=k,W=M?.navigator,ie=xe(()=>W&&"language"in W),ue=shallowRef(W?.language);return K(M,"languagechange",()=>{W&&(ue.value=W.language)},{passive:!0}),{isSupported:ie,language:ue}}function go(k={}){const{window:M=x}=k,W=M?.navigator,ie=xe(()=>W&&"connection"in W),ue=(0,i.IJ)(!0),me=(0,i.IJ)(!1),pe=(0,i.IJ)(void 0),fe=(0,i.IJ)(void 0),be=(0,i.IJ)(void 0),Be=(0,i.IJ)(void 0),Oe=(0,i.IJ)(void 0),Ke=(0,i.IJ)(void 0),Ct=(0,i.IJ)("unknown"),ct=ie.value&&W.connection;function vt(){W&&(ue.value=W.onLine,pe.value=ue.value?void 0:Date.now(),fe.value=ue.value?Date.now():void 0,ct&&(be.value=ct.downlink,Be.value=ct.downlinkMax,Ke.value=ct.effectiveType,Oe.value=ct.rtt,me.value=ct.saveData,Ct.value=ct.type))}const Fi={passive:!0};return M&&(K(M,"offline",()=>{ue.value=!1,pe.value=Date.now()},Fi),K(M,"online",()=>{ue.value=!0,fe.value=Date.now()},Fi)),ct&&K(ct,"change",vt,Fi),vt(),{isSupported:ie,isOnline:(0,i.tB)(ue),saveData:(0,i.tB)(me),offlineAt:(0,i.tB)(pe),onlineAt:(0,i.tB)(fe),downlink:(0,i.tB)(be),downlinkMax:(0,i.tB)(Be),effectiveType:(0,i.tB)(Ke),rtt:(0,i.tB)(Oe),type:(0,i.tB)(Ct)}}function no(k={}){const{controls:M=!1,interval:W="requestAnimationFrame",immediate:ie=!0}=k,ue=(0,i.KR)(new Date),me=()=>ue.value=new Date,pe=W==="requestAnimationFrame"?Ot(me,{immediate:ie}):(0,e.Rg)(me,W,{immediate:ie});return M?{now:ue,...pe}:ue}function fo(k){const M=(0,i.IJ)(),W=()=>{M.value&&URL.revokeObjectURL(M.value),M.value=void 0};return(0,c.wB)(()=>(0,i.BA)(k),ie=>{W(),ie&&(M.value=URL.createObjectURL(ie))},{immediate:!0}),(0,e.Uo)(W),(0,i.tB)(M)}function Xo(k,M,W){if(typeof k=="function"||(0,i.Tm)(k))return(0,c.EW)(()=>(0,e.qE)((0,i.BA)(k),(0,i.BA)(M),(0,i.BA)(W)));const ie=(0,i.KR)(k);return(0,c.EW)({get(){return ie.value=(0,e.qE)(ie.value,(0,i.BA)(M),(0,i.BA)(W))},set(ue){ie.value=(0,e.qE)(ue,(0,i.BA)(M),(0,i.BA)(W))}})}function hs(k){const{total:M=Number.POSITIVE_INFINITY,pageSize:W=10,page:ie=1,onPageChange:ue=e.lQ,onPageSizeChange:me=e.lQ,onPageCountChange:pe=e.lQ}=k,fe=Xo(W,1,Number.POSITIVE_INFINITY),be=(0,c.EW)(()=>Math.max(1,Math.ceil((0,i.BA)(M)/(0,i.BA)(fe)))),Be=Xo(ie,1,be),Oe=(0,c.EW)(()=>Be.value===1),Ke=(0,c.EW)(()=>Be.value===be.value);(0,i.i9)(ie)&&(0,e.Dk)(ie,Be,{direction:(0,i.Tm)(ie)?"ltr":"both"}),(0,i.i9)(W)&&(0,e.Dk)(W,fe,{direction:(0,i.Tm)(W)?"ltr":"both"});function Ct(){Be.value--}function ct(){Be.value++}const vt={currentPage:Be,currentPageSize:fe,pageCount:be,isFirstPage:Oe,isLastPage:Ke,prev:Ct,next:ct};return(0,c.wB)(Be,()=>{ue((0,i.Kh)(vt))}),(0,c.wB)(fe,()=>{me((0,i.Kh)(vt))}),(0,c.wB)(be,()=>{pe((0,i.Kh)(vt))}),vt}function Hl(k={}){const{isOnline:M}=go(k);return M}function Kl(k={}){const{window:M=x}=k,W=(0,i.IJ)(!1),ie=ue=>{M&&(ue=ue||M.event,W.value=!(ue.relatedTarget||ue.toElement))};if(M){const ue={passive:!0};K(M,"mouseout",ie,ue),K(M.document,"mouseleave",ie,ue),K(M.document,"mouseenter",ie,ue)}return W}function ll(k={}){const{window:M=x}=k,W=xe(()=>M&&"screen"in M&&"orientation"in M.screen),ie=W.value?M.screen.orientation:{},ue=ref(ie.type),me=shallowRef(ie.angle||0);return W.value&&K(M,"orientationchange",()=>{ue.value=ie.type,me.value=ie.angle},{passive:!0}),{isSupported:W,orientation:ue,angle:me,lockOrientation:be=>W.value&&typeof ie.lock=="function"?ie.lock(be):Promise.reject(new Error("Not supported")),unlockOrientation:()=>{W.value&&typeof ie.unlock=="function"&&ie.unlock()}}}function Eu(k,M={}){const{deviceOrientationTiltAdjust:W=vt=>vt,deviceOrientationRollAdjust:ie=vt=>vt,mouseTiltAdjust:ue=vt=>vt,mouseRollAdjust:me=vt=>vt,window:pe=x}=M,fe=reactive(Si({window:pe})),be=reactive(ll({window:pe})),{elementX:Be,elementY:Oe,elementWidth:Ke,elementHeight:Ct}=Rr(k,{handleOutside:!1,window:pe}),ct=computed(()=>fe.isSupported&&(fe.alpha!=null&&fe.alpha!==0||fe.gamma!=null&&fe.gamma!==0)?"deviceOrientation":"mouse");return{roll:computed(()=>{if(ct.value==="deviceOrientation"){let vt;switch(be.orientation){case"landscape-primary":vt=fe.gamma/90;break;case"landscape-secondary":vt=-fe.gamma/90;break;case"portrait-primary":vt=-fe.beta/90;break;case"portrait-secondary":vt=fe.beta/90;break;default:vt=-fe.beta/90}return ie(vt)}else return me(-(Oe.value-Ct.value/2)/Ct.value)}),tilt:computed(()=>{if(ct.value==="deviceOrientation"){let vt;switch(be.orientation){case"landscape-primary":vt=fe.beta/90;break;case"landscape-secondary":vt=-fe.beta/90;break;case"portrait-primary":vt=fe.gamma/90;break;case"portrait-secondary":vt=-fe.gamma/90;break;default:vt=fe.gamma/90}return W(vt)}else return ue((Be.value-Ke.value/2)/Ke.value)}),source:ct}}function mu(k=Tn()){const M=shallowRef(),W=()=>{const ie=S(k);ie&&(M.value=ie.parentElement)};return tryOnMounted(W),watch(()=>toValue(k),W),M}function os(k,M){const{window:W=x,immediate:ie=!0,...ue}=k,me=xe(()=>W&&"PerformanceObserver"in W);let pe;const fe=()=>{pe?.disconnect()},be=()=>{me.value&&(fe(),pe=new PerformanceObserver(M),pe.observe(ue))};return tryOnScopeDispose(fe),ie&&be(),{isSupported:me,start:be,stop:fe}}const Ol={x:0,y:0,pointerId:0,pressure:0,tiltX:0,tiltY:0,width:0,height:0,twist:0,pointerType:null},Du=Object.keys(Ol);function tu(k={}){const{target:M=x}=k,W=(0,i.IJ)(!1),ie=(0,i.IJ)(k.initialValue||{});Object.assign(ie.value,Ol,ie.value);const ue=me=>{W.value=!0,!(k.pointerTypes&&!k.pointerTypes.includes(me.pointerType))&&(ie.value=(0,e.je)(me,Du,!1))};if(M){const me={passive:!0};K(M,["pointerdown","pointermove","pointerup"],ue,me),K(M,"pointerleave",()=>W.value=!1,me)}return{...(0,e.QW)(ie),isInside:W}}function $l(k,M={}){const{document:W=U}=M,ie=xe(()=>W&&"pointerLockElement"in W),ue=(0,i.IJ)(),me=(0,i.IJ)();let pe;if(ie.value){const Be={passive:!0};K(W,"pointerlockchange",()=>{var Oe;const Ke=(Oe=W.pointerLockElement)!==null&&Oe!==void 0?Oe:ue.value;pe&&Ke===pe&&(ue.value=W.pointerLockElement,ue.value||(pe=me.value=null))},Be),K(W,"pointerlockerror",()=>{var Oe;const Ke=(Oe=W.pointerLockElement)!==null&&Oe!==void 0?Oe:ue.value;if(pe&&Ke===pe){const Ct=W.pointerLockElement?"release":"acquire";throw new Error(`Failed to ${Ct} pointer lock.`)}},Be)}async function fe(Be){var Oe;if(!ie.value)throw new Error("Pointer Lock API is not supported by your browser.");if(me.value=Be instanceof Event?Be.currentTarget:null,pe=Be instanceof Event?(Oe=S(k))!==null&&Oe!==void 0?Oe:me.value:S(Be),!pe)throw new Error("Target element undefined.");return pe.requestPointerLock(),await(0,e.TG)(ue).toBe(pe)}async function be(){return ue.value?(W.exitPointerLock(),await(0,e.TG)(ue).toBeNull(),!0):!1}return{isSupported:ie,element:ue,triggerElement:me,lock:fe,unlock:be}}function Cu(k,M={}){const W=toRef(k),{threshold:ie=50,onSwipe:ue,onSwipeEnd:me,onSwipeStart:pe,disableTextSelect:fe=!1}=M,be=reactive({x:0,y:0}),Be=(ln,Dn)=>{be.x=ln,be.y=Dn},Oe=reactive({x:0,y:0}),Ke=(ln,Dn)=>{Oe.x=ln,Oe.y=Dn},Ct=computed(()=>be.x-Oe.x),ct=computed(()=>be.y-Oe.y),{max:vt,abs:Fi}=Math,It=computed(()=>vt(Fi(Ct.value),Fi(ct.value))>=ie),mi=shallowRef(!1),Dt=shallowRef(!1),Xt=computed(()=>It.value?Fi(Ct.value)>Fi(ct.value)?Ct.value>0?"left":"right":ct.value>0?"up":"down":"none"),Hi=ln=>{var Dn,Ga,Da;const wn=ln.buttons===0,ir=ln.buttons===1;return(Dn=(Ga=(Da=M.pointerTypes)===null||Da===void 0?void 0:Da.includes(ln.pointerType))!==null&&Ga!==void 0?Ga:wn||ir)!==null&&Dn!==void 0?Dn:!0},$i={passive:!0},Rn=[K(k,"pointerdown",ln=>{if(!Hi(ln))return;Dt.value=!0;const Dn=ln.target;Dn?.setPointerCapture(ln.pointerId);const{clientX:Ga,clientY:Da}=ln;Be(Ga,Da),Ke(Ga,Da),pe?.(ln)},$i),K(k,"pointermove",ln=>{if(!Hi(ln)||!Dt.value)return;const{clientX:Dn,clientY:Ga}=ln;Ke(Dn,Ga),!mi.value&&It.value&&(mi.value=!0),mi.value&&ue?.(ln)},$i),K(k,"pointerup",ln=>{Hi(ln)&&(mi.value&&me?.(ln,Xt.value),Dt.value=!1,mi.value=!1)},$i)];tryOnMounted(()=>{var ln;if((ln=W.value)===null||ln===void 0||(ln=ln.style)===null||ln===void 0||ln.setProperty("touch-action","pan-y"),fe){var Dn,Ga,Da;(Dn=W.value)===null||Dn===void 0||(Dn=Dn.style)===null||Dn===void 0||Dn.setProperty("-webkit-user-select","none"),(Ga=W.value)===null||Ga===void 0||(Ga=Ga.style)===null||Ga===void 0||Ga.setProperty("-ms-user-select","none"),(Da=W.value)===null||Da===void 0||(Da=Da.style)===null||Da===void 0||Da.setProperty("user-select","none")}});const Mi=()=>Rn.forEach(ln=>ln());return{isSwiping:readonly(mi),direction:readonly(Xt),posStart:readonly(be),posEnd:readonly(Oe),distanceX:Ct,distanceY:ct,stop:Mi}}function hu(k){const M=En("(prefers-color-scheme: light)",k),W=En("(prefers-color-scheme: dark)",k);return(0,c.EW)(()=>W.value?"dark":M.value?"light":"no-preference")}function Su(k){const M=En("(prefers-contrast: more)",k),W=En("(prefers-contrast: less)",k),ie=En("(prefers-contrast: custom)",k);return(0,c.EW)(()=>M.value?"more":W.value?"less":ie.value?"custom":"no-preference")}function Gl(k={}){const{window:M=x}=k;if(!M)return(0,i.IJ)(["en"]);const W=M.navigator,ie=(0,i.IJ)(W.languages);return K(M,"languagechange",()=>{ie.value=W.languages},{passive:!0}),ie}function zu(k){const M=En("(prefers-reduced-motion: reduce)",k);return(0,c.EW)(()=>M.value?"reduce":"no-preference")}function cs(k){const M=En("(prefers-reduced-transparency: reduce)",k);return(0,c.EW)(()=>M.value?"reduce":"no-preference")}function Uu(k,M){const W=shallowRef(M);return watch(toRef(k),(ie,ue)=>{W.value=ue},{flush:"sync"}),readonly(W)}const iu="--vueuse-safe-area-top",kl="--vueuse-safe-area-right",xu="--vueuse-safe-area-bottom",_u="--vueuse-safe-area-left";function Au(){const k=(0,i.IJ)(""),M=(0,i.IJ)(""),W=(0,i.IJ)(""),ie=(0,i.IJ)("");if(e.oc){const me=oa(iu),pe=oa(kl),fe=oa(xu),be=oa(_u);me.value="env(safe-area-inset-top, 0px)",pe.value="env(safe-area-inset-right, 0px)",fe.value="env(safe-area-inset-bottom, 0px)",be.value="env(safe-area-inset-left, 0px)",(0,e.rd)(ue),K("resize",(0,e.Q0)(ue),{passive:!0})}function ue(){k.value=nu(iu),M.value=nu(kl),W.value=nu(xu),ie.value=nu(_u)}return{top:k,right:M,bottom:W,left:ie,update:ue}}function nu(k){return getComputedStyle(document.documentElement).getPropertyValue(k)}function Tu(k,M=noop,W={}){const{immediate:ie=!0,manual:ue=!1,type:me="text/javascript",async:pe=!0,crossOrigin:fe,referrerPolicy:be,noModule:Be,defer:Oe,document:Ke=U,attrs:Ct={},nonce:ct=void 0}=W,vt=shallowRef(null);let Fi=null;const It=Xt=>new Promise((Hi,$i)=>{const Rn=Ga=>(vt.value=Ga,Hi(Ga),Ga);if(!Ke){Hi(!1);return}let Mi=!1,ln=Ke.querySelector(`script[src="${toValue(k)}"]`);ln?ln.hasAttribute("data-loaded")&&Rn(ln):(ln=Ke.createElement("script"),ln.type=me,ln.async=pe,ln.src=toValue(k),Oe&&(ln.defer=Oe),fe&&(ln.crossOrigin=fe),Be&&(ln.noModule=Be),be&&(ln.referrerPolicy=be),ct&&(ln.nonce=ct),Object.entries(Ct).forEach(([Ga,Da])=>ln?.setAttribute(Ga,Da)),Mi=!0);const Dn={passive:!0};K(ln,"error",Ga=>$i(Ga),Dn),K(ln,"abort",Ga=>$i(Ga),Dn),K(ln,"load",()=>{ln.setAttribute("data-loaded","true"),M(ln),Rn(ln)},Dn),Mi&&(ln=Ke.head.appendChild(ln)),Xt||Rn(ln)}),mi=(Xt=!0)=>(Fi||(Fi=It(Xt)),Fi),Dt=()=>{if(!Ke)return;Fi=null,vt.value&&(vt.value=null);const Xt=Ke.querySelector(`script[src="${toValue(k)}"]`);Xt&&Ke.head.removeChild(Xt)};return ie&&!ue&&tryOnMounted(mi),ue||tryOnUnmounted(Dt),{scriptTag:vt,load:mi,unload:Dt}}function wl(k){const M=window.getComputedStyle(k);if(M.overflowX==="scroll"||M.overflowY==="scroll"||M.overflowX==="auto"&&k.clientWidth<k.scrollWidth||M.overflowY==="auto"&&k.clientHeight<k.scrollHeight)return!0;{const W=k.parentNode;return!W||W.tagName==="BODY"?!1:wl(W)}}function ul(k){const M=k||window.event,W=M.target;return wl(W)?!1:M.touches.length>1?!0:(M.preventDefault&&M.preventDefault(),!1)}const Js=new WeakMap;function Zs(k,M=!1){const W=(0,i.IJ)(M);let ie=null,ue="";(0,c.wB)((0,e.lW)(k),fe=>{const be=Nn((0,i.BA)(fe));if(be){const Be=be;if(Js.get(Be)||Js.set(Be,Be.style.overflow),Be.style.overflow!=="hidden"&&(ue=Be.style.overflow),Be.style.overflow==="hidden")return W.value=!0;if(W.value)return Be.style.overflow="hidden"}},{immediate:!0});const me=()=>{const fe=Nn((0,i.BA)(k));!fe||W.value||(e.un&&(ie=K(fe,"touchmove",be=>{ul(be)},{passive:!1})),fe.style.overflow="hidden",W.value=!0)},pe=()=>{const fe=Nn((0,i.BA)(k));!fe||!W.value||(e.un&&ie?.(),fe.style.overflow=ue,Js.delete(fe),W.value=!1)};return(0,e.Uo)(pe),(0,c.EW)({get(){return W.value},set(fe){fe?me():pe()}})}function El(k,M,W={}){const{window:ie=x}=W;return wt(k,M,ie?.sessionStorage,W)}function dl(k={},M={}){const{navigator:W=T}=M,ie=W,ue=xe(()=>ie&&"canShare"in ie);return{isSupported:ue,share:async(pe={})=>{if(ue.value){const fe={...toValue(k),...toValue(pe)};let be=!1;if(ie.canShare&&(be=ie.canShare(fe)),be)return ie.share(fe)}}}}const Ws=(k,M)=>k.sort(M),we=(k,M)=>k-M;function ze(...k){const[M]=k;let W=we,ie={};if(k.length===2)if(typeof k[1]=="object"){var ue;ie=k[1],W=(ue=ie.compareFn)!==null&&ue!==void 0?ue:we}else{var me;W=(me=k[1])!==null&&me!==void 0?me:we}else if(k.length>2){var pe,fe;W=(pe=k[1])!==null&&pe!==void 0?pe:we,ie=(fe=k[2])!==null&&fe!==void 0?fe:{}}const{dirty:be=!1,sortFn:Be=Ws}=ie;return be?(watchEffect(()=>{const Oe=Be(toValue(M),W);isRef(M)?M.value=Oe:M.splice(0,M.length,...Oe)}),M):computed(()=>Be([...toValue(M)],W))}function st(k={}){const{interimResults:M=!0,continuous:W=!0,maxAlternatives:ie=1,window:ue=x}=k,me=toRef(k.lang||"en-US"),pe=shallowRef(!1),fe=shallowRef(!1),be=shallowRef(""),Be=shallowRef(void 0);let Oe;const Ke=()=>{pe.value=!0},Ct=()=>{pe.value=!1},ct=(It=!pe.value)=>{It?Ke():Ct()},vt=ue&&(ue.SpeechRecognition||ue.webkitSpeechRecognition),Fi=xe(()=>vt);return Fi.value&&(Oe=new vt,Oe.continuous=W,Oe.interimResults=M,Oe.lang=toValue(me),Oe.maxAlternatives=ie,Oe.onstart=()=>{pe.value=!0,fe.value=!1},watch(me,It=>{Oe&&!pe.value&&(Oe.lang=It)}),Oe.onresult=It=>{const mi=It.results[It.resultIndex],{transcript:Dt}=mi[0];fe.value=mi.isFinal,be.value=Dt,Be.value=void 0},Oe.onerror=It=>{Be.value=It},Oe.onend=()=>{pe.value=!1,Oe.lang=toValue(me)},watch(pe,(It,mi)=>{It!==mi&&(It?Oe.start():Oe.stop())})),tryOnScopeDispose(()=>{Ct()}),{isSupported:Fi,isListening:pe,isFinal:fe,recognition:Oe,result:be,error:Be,toggle:ct,start:Ke,stop:Ct}}function kt(k,M={}){const{pitch:W=1,rate:ie=1,volume:ue=1,window:me=x,onBoundary:pe}=M,fe=me&&me.speechSynthesis,be=xe(()=>fe),Be=shallowRef(!1),Oe=shallowRef("init"),Ke=toRef(k||""),Ct=toRef(M.lang||"en-US"),ct=shallowRef(void 0),vt=(Xt=!Be.value)=>{Be.value=Xt},Fi=Xt=>{Xt.lang=toValue(Ct),Xt.voice=toValue(M.voice)||null,Xt.pitch=toValue(W),Xt.rate=toValue(ie),Xt.volume=toValue(ue),Xt.onstart=()=>{Be.value=!0,Oe.value="play"},Xt.onpause=()=>{Be.value=!1,Oe.value="pause"},Xt.onresume=()=>{Be.value=!0,Oe.value="play"},Xt.onend=()=>{Be.value=!1,Oe.value="end"},Xt.onerror=Hi=>{ct.value=Hi},Xt.onboundary=Hi=>{pe?.(Hi)}},It=computed(()=>{Be.value=!1,Oe.value="init";const Xt=new SpeechSynthesisUtterance(Ke.value);return Fi(Xt),Xt}),mi=()=>{fe.cancel(),It&&fe.speak(It.value)},Dt=()=>{fe.cancel(),Be.value=!1};return be.value&&(Fi(It.value),watch(Ct,Xt=>{It.value&&!Be.value&&(It.value.lang=Xt)}),M.voice&&watch(M.voice,()=>{fe.cancel()}),watch(Be,()=>{Be.value?fe.resume():fe.pause()})),tryOnScopeDispose(()=>{Be.value=!1}),{isSupported:be,isPlaying:Be,status:Oe,utterance:It,error:ct,stop:Dt,toggle:vt,speak:mi}}function Mt(k,M){const W=ref(k),ie=computed(()=>Array.isArray(W.value)?W.value:Object.keys(W.value)),ue=ref(ie.value.indexOf(M??ie.value[0])),me=computed(()=>Oe(ue.value)),pe=computed(()=>ue.value===0),fe=computed(()=>ue.value===ie.value.length-1),be=computed(()=>ie.value[ue.value+1]),Be=computed(()=>ie.value[ue.value-1]);function Oe($i){return Array.isArray(W.value)?W.value[$i]:W.value[ie.value[$i]]}function Ke($i){if(ie.value.includes($i))return Oe(ie.value.indexOf($i))}function Ct($i){ie.value.includes($i)&&(ue.value=ie.value.indexOf($i))}function ct(){fe.value||ue.value++}function vt(){pe.value||ue.value--}function Fi($i){Hi($i)&&Ct($i)}function It($i){return ie.value.indexOf($i)===ue.value+1}function mi($i){return ie.value.indexOf($i)===ue.value-1}function Dt($i){return ie.value.indexOf($i)===ue.value}function Xt($i){return ue.value<ie.value.indexOf($i)}function Hi($i){return ue.value>ie.value.indexOf($i)}return{steps:W,stepNames:ie,index:ue,current:me,next:be,previous:Be,isFirst:pe,isLast:fe,at:Oe,get:Ke,goTo:Ct,goToNext:ct,goToPrevious:vt,goBackTo:Fi,isNext:It,isPrevious:mi,isCurrent:Dt,isBefore:Xt,isAfter:Hi}}function vi(k,M,W,ie={}){var ue;const{flush:me="pre",deep:pe=!0,listenToStorageChanges:fe=!0,writeDefaults:be=!0,mergeDefaults:Be=!1,shallow:Oe,window:Ke=x,eventFilter:Ct,onError:ct=$i=>{console.error($i)},onReady:vt}=ie,Fi=toValue(M),It=Qe(Fi),mi=(Oe?shallowRef:ref)(toValue(M)),Dt=(ue=ie.serializer)!==null&&ue!==void 0?ue:Rt[It];if(!W)try{W=rt("getDefaultStorageAsync",()=>x?.localStorage)()}catch($i){ct($i)}async function Xt($i){if(!(!W||$i&&$i.key!==k))try{const Rn=$i?$i.newValue:await W.getItem(k);if(Rn==null)mi.value=Fi,be&&Fi!==null&&await W.setItem(k,await Dt.write(Fi));else if(Be){const Mi=await Dt.read(Rn);typeof Be=="function"?mi.value=Be(Mi,Fi):It==="object"&&!Array.isArray(Mi)?mi.value={...Fi,...Mi}:mi.value=Mi}else mi.value=await Dt.read(Rn)}catch(Rn){ct(Rn)}}const Hi=new Promise($i=>{Xt().then(()=>{vt?.(mi.value),$i(mi)})});return Ke&&fe&&K(Ke,"storage",$i=>Promise.resolve().then(()=>Xt($i)),{passive:!0}),W&&watchWithFilter(mi,async()=>{try{mi.value==null?await W.removeItem(k):await W.setItem(k,await Dt.write(mi.value))}catch($i){ct($i)}},{flush:me,deep:pe,eventFilter:Ct}),Object.assign(mi,{then:Hi.then.bind(Hi),catch:Hi.catch.bind(Hi)}),mi}let Ri=0;function aa(k,M={}){const W=shallowRef(!1),{document:ie=U,immediate:ue=!0,manual:me=!1,id:pe=`vueuse_styletag_${++Ri}`}=M,fe=shallowRef(k);let be=()=>{};const Be=()=>{if(!ie)return;const Ke=ie.getElementById(pe)||ie.createElement("style");Ke.isConnected||(Ke.id=pe,M.nonce&&(Ke.nonce=M.nonce),M.media&&(Ke.media=M.media),ie.head.appendChild(Ke)),!W.value&&(be=watch(fe,Ct=>{Ke.textContent=Ct},{immediate:!0}),W.value=!0)},Oe=()=>{!ie||!W.value||(be(),ie.head.removeChild(ie.getElementById(pe)),W.value=!1)};return ue&&!me&&tryOnMounted(Be),me||tryOnScopeDispose(Oe),{id:pe,css:fe,unload:Oe,load:Be,isLoaded:readonly(W)}}function er(k,M={}){const{threshold:W=50,onSwipe:ie,onSwipeEnd:ue,onSwipeStart:me,passive:pe=!0}=M,fe=(0,i.Kh)({x:0,y:0}),be=(0,i.Kh)({x:0,y:0}),Be=(0,c.EW)(()=>fe.x-be.x),Oe=(0,c.EW)(()=>fe.y-be.y),{max:Ke,abs:Ct}=Math,ct=(0,c.EW)(()=>Ke(Ct(Be.value),Ct(Oe.value))>=W),vt=(0,i.IJ)(!1),Fi=(0,c.EW)(()=>ct.value?Ct(Be.value)>Ct(Oe.value)?Be.value>0?"left":"right":Oe.value>0?"up":"down":"none"),It=Mi=>[Mi.touches[0].clientX,Mi.touches[0].clientY],mi=(Mi,ln)=>{fe.x=Mi,fe.y=ln},Dt=(Mi,ln)=>{be.x=Mi,be.y=ln},Xt={passive:pe,capture:!pe},Hi=Mi=>{vt.value&&ue?.(Mi,Fi.value),vt.value=!1},$i=[K(k,"touchstart",Mi=>{if(Mi.touches.length!==1)return;const[ln,Dn]=It(Mi);mi(ln,Dn),Dt(ln,Dn),me?.(Mi)},Xt),K(k,"touchmove",Mi=>{if(Mi.touches.length!==1)return;const[ln,Dn]=It(Mi);Dt(ln,Dn),Xt.capture&&!Xt.passive&&Math.abs(Be.value)>Math.abs(Oe.value)&&Mi.preventDefault(),!vt.value&&ct.value&&(vt.value=!0),vt.value&&ie?.(Mi)},Xt),K(k,["touchend","touchcancel"],Hi,Xt)];return{isSwiping:vt,direction:Fi,coordsStart:fe,coordsEnd:be,lengthX:Be,lengthY:Oe,stop:()=>$i.forEach(Mi=>Mi())}}function Ma(){const k=ref([]);return k.value.set=M=>{M&&k.value.push(M)},onBeforeUpdate(()=>{k.value.length=0}),k}function Pa(k={}){const{document:M=U,selector:W="html",observe:ie=!1,initialValue:ue="ltr"}=k;function me(){var fe,be;return(fe=M==null||(be=M.querySelector(W))===null||be===void 0?void 0:be.getAttribute("dir"))!==null&&fe!==void 0?fe:ue}const pe=ref(me());return tryOnMounted(()=>pe.value=me()),ie&&M&&P(M.querySelector(W),()=>pe.value=me(),{attributes:!0}),computed({get(){return pe.value},set(fe){var be,Be;pe.value=fe,M&&(pe.value?(be=M.querySelector(W))===null||be===void 0||be.setAttribute("dir",pe.value):(Be=M.querySelector(W))===null||Be===void 0||Be.removeAttribute("dir"))}})}function kr(k){var M;const W=(M=k.rangeCount)!==null&&M!==void 0?M:0;return Array.from({length:W},(ie,ue)=>k.getRangeAt(ue))}function yo(k={}){var M;const{window:W=x}=k,ie=shallowRef((M=W?.getSelection())!==null&&M!==void 0?M:null),ue=computed(()=>{var be,Be;return(be=(Be=ie.value)===null||Be===void 0?void 0:Be.toString())!==null&&be!==void 0?be:""}),me=computed(()=>ie.value?kr(ie.value):[]),pe=computed(()=>me.value.map(be=>be.getBoundingClientRect()));function fe(){ie.value=null,W&&(ie.value=W.getSelection())}return W&&K(W.document,"selectionchange",fe,{passive:!0}),{text:ue,rects:pe,ranges:me,selection:ie}}function Oo(k=x,M){k&&typeof k.requestAnimationFrame=="function"?k.requestAnimationFrame(M):M()}function La(k={}){var M,W;const{window:ie=x}=k,ue=toRef(k?.element),me=toRef((M=k?.input)!==null&&M!==void 0?M:""),pe=(W=k?.styleProp)!==null&&W!==void 0?W:"height",fe=shallowRef(1),be=shallowRef(0);function Be(){var Oe;if(!ue.value)return;let Ke="";ue.value.style[pe]="1px",fe.value=(Oe=ue.value)===null||Oe===void 0?void 0:Oe.scrollHeight;const Ct=toValue(k?.styleTarget);Ct?Ct.style[pe]=`${fe.value}px`:Ke=`${fe.value}px`,ue.value.style[pe]=Ke}return watch([me,ue],()=>nextTick(Be),{immediate:!0}),watch(fe,()=>{var Oe;return k==null||(Oe=k.onResize)===null||Oe===void 0?void 0:Oe.call(k)}),et(ue,([{contentRect:Oe}])=>{be.value!==Oe.width&&Oo(ie,()=>{be.value=Oe.width,Be()})}),k?.watch&&watch(k.watch,Be,{immediate:!0,deep:!0}),{textarea:ue,input:me,triggerResize:Be}}function Ir(k,M={}){const{throttle:W=200,trailing:ie=!0}=M,ue=throttleFilter(W,ie);return{...Ur(k,{...M,eventFilter:ue})}}const vr=[{max:6e4,value:1e3,name:"second"},{max:276e4,value:6e4,name:"minute"},{max:72e6,value:36e5,name:"hour"},{max:5184e5,value:864e5,name:"day"},{max:24192e5,value:6048e5,name:"week"},{max:28512e6,value:2592e6,name:"month"},{max:Number.POSITIVE_INFINITY,value:31536e6,name:"year"}],Po={justNow:"just now",past:k=>k.match(/\d/)?`${k} ago`:k,future:k=>k.match(/\d/)?`in ${k}`:k,month:(k,M)=>k===1?M?"last month":"next month":`${k} month${k>1?"s":""}`,year:(k,M)=>k===1?M?"last year":"next year":`${k} year${k>1?"s":""}`,day:(k,M)=>k===1?M?"yesterday":"tomorrow":`${k} day${k>1?"s":""}`,week:(k,M)=>k===1?M?"last week":"next week":`${k} week${k>1?"s":""}`,hour:k=>`${k} hour${k>1?"s":""}`,minute:k=>`${k} minute${k>1?"s":""}`,second:k=>`${k} second${k>1?"s":""}`,invalid:""};function Ps(k){return k.toISOString().slice(0,10)}function Ko(k,M={}){const{controls:W=!1,updateInterval:ie=3e4}=M,{now:ue,...me}=no({interval:ie,controls:!0}),pe=(0,c.EW)(()=>ks(new Date((0,i.BA)(k)),M,(0,i.BA)(ue)));return W?{timeAgo:pe,...me}:pe}function ks(k,M={},W=Date.now()){const{max:ie,messages:ue=Po,fullDateFormatter:me=Ps,units:pe=vr,showSecond:fe=!1,rounding:be="round"}=M,Be=typeof be=="number"?It=>+It.toFixed(be):Math[be],Oe=+W-+k,Ke=Math.abs(Oe);function Ct(It,mi){return Be(Math.abs(It)/mi.value)}function ct(It,mi){const Dt=Ct(It,mi),Xt=It>0,Hi=vt(mi.name,Dt,Xt);return vt(Xt?"past":"future",Hi,Xt)}function vt(It,mi,Dt){const Xt=ue[It];return typeof Xt=="function"?Xt(mi,Dt):Xt.replace("{0}",mi.toString())}if(Ke<6e4&&!fe)return ue.justNow;if(typeof ie=="number"&&Ke>ie)return me(new Date(k));if(typeof ie=="string"){var Fi;const It=(Fi=pe.find(mi=>mi.name===ie))===null||Fi===void 0?void 0:Fi.max;if(It&&Ke>It)return me(new Date(k))}for(const[It,mi]of pe.entries()){if(Ct(Oe,mi)<=0&&pe[It-1])return ct(Oe,pe[It-1]);if(Ke<mi.max)return ct(Oe,mi)}return ue.invalid}const Lo=[{name:"year",ms:31536e6},{name:"month",ms:2592e6},{name:"week",ms:6048e5},{name:"day",ms:864e5},{name:"hour",ms:36e5},{name:"minute",ms:6e4},{name:"second",ms:1e3}];function el(k,M={}){const{controls:W=!1,updateInterval:ie=3e4}=M,{now:ue,...me}=no({interval:ie,controls:!0}),pe=computed(()=>cl(new Date(toValue(k)),M,toValue(ue))),fe=computed(()=>pe.value.parts),be=computed(()=>fs(fe.value,{...M,locale:pe.value.resolvedLocale}));return W?{timeAgoIntl:be,parts:fe,...me}:be}function Yo(k,M={},W=Date.now()){const{parts:ie,resolvedLocale:ue}=cl(k,M,W);return fs(ie,{...M,locale:ue})}function cl(k,M={},W=Date.now()){const{locale:ie,relativeTimeFormatOptions:ue={numeric:"auto"}}=M,me=new Intl.RelativeTimeFormat(ie,ue),{locale:pe}=me.resolvedOptions(),fe=+k-+W,be=Math.abs(fe);for(const{name:Be,ms:Oe}of Lo)if(be>=Oe)return{resolvedLocale:pe,parts:me.formatToParts(Math.round(fe/Oe),Be)};return{resolvedLocale:pe,parts:me.formatToParts(0,"second")}}function fs(k,M={}){const{insertSpace:W=!0,joinParts:ie,locale:ue}=M;return typeof ie=="function"?ie(k,ue):W?k.map(me=>me.value.trim()).join(" "):k.map(me=>me.value).join("")}function au(k,M,W={}){const{immediate:ie=!0,immediateCallback:ue=!1}=W,{start:me}=useTimeoutFn(fe,M,{immediate:ie}),pe=shallowRef(!1);async function fe(){pe.value&&(await k(),me())}function be(){pe.value||(pe.value=!0,ue&&k(),me())}function Be(){pe.value=!1}return ie&&isClient&&be(),tryOnScopeDispose(Be),{isActive:pe,pause:Be,resume:be}}function tl(k={}){const{controls:M=!1,offset:W=0,immediate:ie=!0,interval:ue="requestAnimationFrame",callback:me}=k,pe=(0,i.IJ)((0,e.vE)()+W),fe=()=>pe.value=(0,e.vE)()+W,be=me?()=>{fe(),me(pe.value)}:fe,Be=ue==="requestAnimationFrame"?Ot(be,{immediate:ie}):(0,e.Rg)(be,ue,{immediate:ie});return M?{timestamp:pe,...Be}:pe}function Xl(k=null,M={}){var W,ie;const{document:ue=U,restoreOnUnmount:me=Ke=>Ke}=M,pe=(W=ue?.title)!==null&&W!==void 0?W:"",fe=toRef((ie=k??ue?.title)!==null&&ie!==void 0?ie:null),be=!!(k&&typeof k=="function");function Be(Ke){if(!("titleTemplate"in M))return Ke;const Ct=M.titleTemplate||"%s";return typeof Ct=="function"?Ct(Ke):toValue(Ct).replace(/%s/g,Ke)}if(watch(fe,(Ke,Ct)=>{Ke!==Ct&&ue&&(ue.title=Be(Ke??""))},{immediate:!0}),M.observe&&!M.titleTemplate&&ue&&!be){var Oe;P((Oe=ue.head)===null||Oe===void 0?void 0:Oe.querySelector("title"),()=>{ue&&ue.title!==fe.value&&(fe.value=Be(ue.title))},{childList:!0})}return tryOnScopeDispose(()=>{if(me){const Ke=me(pe,fe.value||"");Ke!=null&&ue&&(ue.title=Ke)}}),fe}const Pr={easeInSine:[.12,0,.39,0],easeOutSine:[.61,1,.88,1],easeInOutSine:[.37,0,.63,1],easeInQuad:[.11,0,.5,0],easeOutQuad:[.5,1,.89,1],easeInOutQuad:[.45,0,.55,1],easeInCubic:[.32,0,.67,0],easeOutCubic:[.33,1,.68,1],easeInOutCubic:[.65,0,.35,1],easeInQuart:[.5,0,.75,0],easeOutQuart:[.25,1,.5,1],easeInOutQuart:[.76,0,.24,1],easeInQuint:[.64,0,.78,0],easeOutQuint:[.22,1,.36,1],easeInOutQuint:[.83,0,.17,1],easeInExpo:[.7,0,.84,0],easeOutExpo:[.16,1,.3,1],easeInOutExpo:[.87,0,.13,1],easeInCirc:[.55,0,1,.45],easeOutCirc:[0,.55,.45,1],easeInOutCirc:[.85,0,.15,1],easeInBack:[.36,0,.66,-.56],easeOutBack:[.34,1.56,.64,1],easeInOutBack:[.68,-.6,.32,1.6]},Vs=Object.assign({},{linear:e.D_},Pr);function eo([k,M,W,ie]){const ue=(Oe,Ke)=>1-3*Ke+3*Oe,me=(Oe,Ke)=>3*Ke-6*Oe,pe=Oe=>3*Oe,fe=(Oe,Ke,Ct)=>((ue(Ke,Ct)*Oe+me(Ke,Ct))*Oe+pe(Ke))*Oe,be=(Oe,Ke,Ct)=>3*ue(Ke,Ct)*Oe*Oe+2*me(Ke,Ct)*Oe+pe(Ke),Be=Oe=>{let Ke=Oe;for(let Ct=0;Ct<4;++Ct){const ct=be(Ke,k,W);if(ct===0)return Ke;const vt=fe(Ke,k,W)-Oe;Ke-=vt/ct}return Ke};return Oe=>k===M&&W===ie?Oe:fe(Be(Oe),M,ie)}function Ro(k,M,W){return k+W*(M-k)}function fl(k,M,W){const ie=toValue(k),ue=toValue(M);if(typeof ie=="number"&&typeof ue=="number")return Ro(ie,ue,W);if(Array.isArray(ie)&&Array.isArray(ue))return ie.map((me,pe)=>Ro(me,toValue(ue[pe]),W));throw new TypeError("Unknown transition type, specify an interpolation function.")}function ps(k){var M;return typeof k=="function"?k:(M=toValue(k))!==null&&M!==void 0?M:identity}function gl(k,M,W,ie={}){var ue;const{window:me=x}=ie,pe=toValue(M),fe=toValue(W),be=(ue=toValue(ie.duration))!==null&&ue!==void 0?ue:1e3,Be=Date.now(),Oe=Date.now()+be,Ke=typeof ie.interpolation=="function"?ie.interpolation:fl,Ct=typeof ie.easing<"u"?ps(ie.easing):ps(ie.transition),ct=typeof Ct=="function"?Ct:eo(Ct);return new Promise(vt=>{k.value=pe;const Fi=()=>{var It;if(!((It=ie.abort)===null||It===void 0)&&It.call(ie)){vt();return}const mi=Date.now();k.value=Ke(pe,fe,ct((mi-Be)/be)),mi<Oe?me?.requestAnimationFrame(Fi):(k.value=fe,vt())};Fi()})}function Vo(k,M,W,ie={}){return gl(k,M,W,ie)}function Ks(k,M={}){let W=0;const ie=()=>{const me=toValue(k);return typeof M.interpolation>"u"&&Array.isArray(me)?me.map(toValue):me},ue=shallowRef(ie());return watch(ie,async me=>{var pe,fe;if(toValue(M.disabled))return;const be=++W;M.delay&&await promiseTimeout(toValue(M.delay)),be===W&&((pe=M.onStarted)===null||pe===void 0||pe.call(M),await gl(ue,ue.value,me,{...M,abort:()=>{var Be;return be!==W||((Be=M.abort)===null||Be===void 0?void 0:Be.call(M))}}),(fe=M.onFinished)===null||fe===void 0||fe.call(M))},{deep:!0}),watch(()=>toValue(M.disabled),me=>{me&&(W++,ue.value=ie())}),tryOnScopeDispose(()=>{W++}),computed(()=>toValue(M.disabled)?ie():ue.value)}function il(k="history",M={}){const{initialValue:W={},removeNullishValues:ie=!0,removeFalsyValues:ue=!1,write:me=!0,writeMode:pe="replace",window:fe=x,stringify:be=Hi=>Hi.toString()}=M;if(!fe)return reactive(W);const Be=reactive({});function Oe(){if(k==="history")return fe.location.search||"";if(k==="hash"){const Hi=fe.location.hash||"",$i=Hi.indexOf("?");return $i>0?Hi.slice($i):""}else return(fe.location.hash||"").replace(/^#/,"")}function Ke(Hi){const $i=be(Hi);if(k==="history")return`${$i?`?${$i}`:""}${fe.location.hash||""}`;if(k==="hash-params")return`${fe.location.search||""}${$i?`#${$i}`:""}`;const Rn=fe.location.hash||"#",Mi=Rn.indexOf("?");return Mi>0?`${fe.location.search||""}${Rn.slice(0,Mi)}${$i?`?${$i}`:""}`:`${fe.location.search||""}${Rn}${$i?`?${$i}`:""}`}function Ct(){return new URLSearchParams(Oe())}function ct(Hi){const $i=new Set(Object.keys(Be));for(const Rn of Hi.keys()){const Mi=Hi.getAll(Rn);Be[Rn]=Mi.length>1?Mi:Hi.get(Rn)||"",$i.delete(Rn)}Array.from($i).forEach(Rn=>delete Be[Rn])}const{pause:vt,resume:Fi}=pausableWatch(Be,()=>{const Hi=new URLSearchParams("");Object.keys(Be).forEach($i=>{const Rn=Be[$i];Array.isArray(Rn)?Rn.forEach(Mi=>Hi.append($i,Mi)):ie&&Rn==null||ue&&!Rn?Hi.delete($i):Hi.set($i,Rn)}),It(Hi,!1)},{deep:!0});function It(Hi,$i,Rn=!0){vt(),$i&&ct(Hi),pe==="replace"?fe.history.replaceState(fe.history.state,fe.document.title,fe.location.pathname+Ke(Hi)):Rn&&fe.history.pushState(fe.history.state,fe.document.title,fe.location.pathname+Ke(Hi)),nextTick(()=>Fi())}function mi(){me&&It(Ct(),!0,!1)}const Dt={passive:!0};K(fe,"popstate",mi,Dt),k!=="history"&&K(fe,"hashchange",mi,Dt);const Xt=Ct();return Xt.keys().next().value?ct(Xt):Object.assign(Be,W),Be}function Yl(k={}){var M,W;const ie=shallowRef((M=k.enabled)!==null&&M!==void 0?M:!1),ue=shallowRef((W=k.autoSwitch)!==null&&W!==void 0?W:!0),me=ref(k.constraints),{navigator:pe=T}=k,fe=xe(()=>{var Fi;return pe==null||(Fi=pe.mediaDevices)===null||Fi===void 0?void 0:Fi.getUserMedia}),be=shallowRef();function Be(Fi){switch(Fi){case"video":if(me.value)return me.value.video||!1;break;case"audio":if(me.value)return me.value.audio||!1;break}}async function Oe(){if(!(!fe.value||be.value))return be.value=await pe.mediaDevices.getUserMedia({video:Be("video"),audio:Be("audio")}),be.value}function Ke(){var Fi;(Fi=be.value)===null||Fi===void 0||Fi.getTracks().forEach(It=>It.stop()),be.value=void 0}function Ct(){Ke(),ie.value=!1}async function ct(){return await Oe(),be.value&&(ie.value=!0),be.value}async function vt(){return Ke(),await ct()}return watch(ie,Fi=>{Fi?Oe():Ke()},{immediate:!0}),watch(me,()=>{ue.value&&be.value&&vt()},{immediate:!0,deep:!0}),tryOnScopeDispose(()=>{Ct()}),{isSupported:fe,stream:be,start:ct,stop:Ct,restart:vt,constraints:me,enabled:ie,autoSwitch:ue}}function gs(k,M,W,ie={}){var ue,me;const{clone:pe=!1,passive:fe=!1,eventName:be,deep:Be=!1,defaultValue:Oe,shouldEmit:Ke}=ie,Ct=getCurrentInstance(),ct=W||Ct?.emit||(Ct==null||(ue=Ct.$emit)===null||ue===void 0?void 0:ue.bind(Ct))||(Ct==null||(me=Ct.proxy)===null||me===void 0||(me=me.$emit)===null||me===void 0?void 0:me.bind(Ct?.proxy));let vt=be;M||(M="modelValue"),vt=vt||`update:${M.toString()}`;const Fi=Dt=>pe?typeof pe=="function"?pe(Dt):At(Dt):Dt,It=()=>isDef(k[M])?Fi(k[M]):Oe,mi=Dt=>{Ke?Ke(Dt)&&ct(vt,Dt):ct(vt,Dt)};if(fe){const Dt=ref(It());let Xt=!1;return watch(()=>k[M],Hi=>{Xt||(Xt=!0,Dt.value=Fi(Hi),nextTick(()=>Xt=!1))}),watch(Dt,Hi=>{!Xt&&(Hi!==k[M]||Be)&&mi(Hi)},{deep:Be}),Dt}else return computed({get(){return It()},set(Dt){mi(Dt)}})}function pu(k,M,W={}){const ie={};for(const ue in k)ie[ue]=gs(k,ue,M,W);return ie}function Dl(k){const{pattern:M=[],interval:W=0,navigator:ie=T}=k||{},ue=xe(()=>typeof ie<"u"&&"vibrate"in ie),me=toRef(M);let pe;const fe=(Be=me.value)=>{ue.value&&ie.vibrate(Be)},be=()=>{ue.value&&ie.vibrate(0),pe?.pause()};return W>0&&(pe=useIntervalFn(fe,W,{immediate:!1,immediateCallback:!1})),{isSupported:ue,pattern:M,intervalControls:pe,vibrate:fe,stop:be}}function Ql(k,M){const{containerStyle:W,wrapperProps:ie,scrollTo:ue,calculateRange:me,currentList:pe,containerRef:fe}="itemHeight"in M?hl(M,k):ru(M,k);return{list:pe,scrollTo:ue,containerProps:{ref:fe,onScroll:()=>{me()},style:W},wrapperProps:ie}}function qs(k){const M=(0,i.IJ)(null),W=ia(M),ie=(0,i.KR)([]),ue=(0,i.IJ)(k);return{state:(0,i.KR)({start:0,end:10}),source:ue,currentList:ie,size:W,containerRef:M}}function Wu(k,M,W){return ie=>{if(typeof W=="number")return Math.ceil(ie/W);const{start:ue=0}=k.value;let me=0,pe=0;for(let fe=ue;fe<M.value.length;fe++){const be=W(fe);if(me+=be,pe=fe,me>ie)break}return pe-ue}}function Ou(k,M){return W=>{if(typeof M=="number")return Math.floor(W/M)+1;let ie=0,ue=0;for(let me=0;me<k.value.length;me++){const pe=M(me);if(ie+=pe,ie>=W){ue=me;break}}return ue+1}}function Jl(k,M,W,ie,{containerRef:ue,state:me,currentList:pe,source:fe}){return()=>{const be=ue.value;if(be){const Be=W(k==="vertical"?be.scrollTop:be.scrollLeft),Oe=ie(k==="vertical"?be.clientHeight:be.clientWidth),Ke=Be-M,Ct=Be+Oe+M;me.value={start:Ke<0?0:Ke,end:Ct>fe.value.length?fe.value.length:Ct},pe.value=fe.value.slice(me.value.start,me.value.end).map((ct,vt)=>({data:ct,index:vt+me.value.start}))}}}function Pl(k,M){return W=>typeof k=="number"?W*k:M.value.slice(0,W).reduce((ie,ue,me)=>ie+k(me),0)}function Qo(k,M,W,ie){(0,c.wB)([k.width,k.height,()=>(0,i.BA)(M),W],()=>{ie()})}function ml(k,M){return(0,c.EW)(()=>typeof k=="number"?M.value.length*k:M.value.reduce((W,ie,ue)=>W+k(ue),0))}const gd={horizontal:"scrollLeft",vertical:"scrollTop"};function nl(k,M,W,ie){return ue=>{ie.value&&(ie.value[gd[k]]=W(ue),M())}}function ru(k,M){const W=qs(M),{state:ie,source:ue,currentList:me,size:pe,containerRef:fe}=W,be={overflowX:"auto"},{itemWidth:Be,overscan:Oe=5}=k,Ke=Wu(ie,ue,Be),Ct=Jl("horizontal",Oe,Ou(ue,Be),Ke,W),ct=Pl(Be,ue),vt=(0,c.EW)(()=>ct(ie.value.start)),Fi=ml(Be,ue);return Qo(pe,M,fe,Ct),{scrollTo:nl("horizontal",Ct,ct,fe),calculateRange:Ct,wrapperProps:(0,c.EW)(()=>({style:{height:"100%",width:`${Fi.value-vt.value}px`,marginLeft:`${vt.value}px`,display:"flex"}})),containerStyle:be,currentList:me,containerRef:fe}}function hl(k,M){const W=qs(M),{state:ie,source:ue,currentList:me,size:pe,containerRef:fe}=W,be={overflowY:"auto"},{itemHeight:Be,overscan:Oe=5}=k,Ke=Wu(ie,ue,Be),Ct=Jl("vertical",Oe,Ou(ue,Be),Ke,W),ct=Pl(Be,ue),vt=(0,c.EW)(()=>ct(ie.value.start)),Fi=ml(Be,ue);return Qo(pe,M,fe,Ct),{calculateRange:Ct,scrollTo:nl("vertical",Ct,ct,fe),containerStyle:be,wrapperProps:(0,c.EW)(()=>({style:{width:"100%",height:`${Fi.value-vt.value}px`,marginTop:`${vt.value}px`}})),currentList:me,containerRef:fe}}function Zu(k={}){const{navigator:M=T,document:W=U}=k,ie=shallowRef(!1),ue=shallowRef(null),me=tr({document:W}),pe=xe(()=>M&&"wakeLock"in M),fe=computed(()=>!!ue.value&&me.value==="visible");pe.value&&(K(ue,"release",()=>{var Ke,Ct;ie.value=(Ke=(Ct=ue.value)===null||Ct===void 0?void 0:Ct.type)!==null&&Ke!==void 0?Ke:!1},{passive:!0}),whenever(()=>me.value==="visible"&&W?.visibilityState==="visible"&&ie.value,Ke=>{ie.value=!1,be(Ke)}));async function be(Ke){var Ct;await((Ct=ue.value)===null||Ct===void 0?void 0:Ct.release()),ue.value=pe.value?await M.wakeLock.request(Ke):null}async function Be(Ke){me.value==="visible"?await be(Ke):ie.value=Ke}async function Oe(){ie.value=!1;const Ke=ue.value;ue.value=null,await Ke?.release()}return{sentinel:ue,isSupported:pe,isActive:fe,request:Be,forceRequest:be,release:Oe}}function Fu(k={}){const{window:M=x,requestPermissions:W=!0}=k,ie=k,ue=xe(()=>{if(!M||!("Notification"in M))return!1;if(Notification.permission==="granted")return!0;try{const Dt=new Notification("");Dt.onshow=()=>{Dt.close()}}catch(Dt){if(Dt.name==="TypeError")return!1}return!0}),me=shallowRef(ue.value&&"permission"in Notification&&Notification.permission==="granted"),pe=ref(null),fe=async()=>{if(ue.value)return!me.value&&Notification.permission!=="denied"&&await Notification.requestPermission()==="granted"&&(me.value=!0),me.value},{on:be,trigger:Be}=createEventHook(),{on:Oe,trigger:Ke}=createEventHook(),{on:Ct,trigger:ct}=createEventHook(),{on:vt,trigger:Fi}=createEventHook(),It=async Dt=>{if(!ue.value||!me.value)return;const Xt=Object.assign({},ie,Dt);return pe.value=new Notification(Xt.title||"",Xt),pe.value.onclick=Be,pe.value.onshow=Ke,pe.value.onerror=ct,pe.value.onclose=Fi,pe.value},mi=()=>{pe.value&&pe.value.close(),pe.value=null};if(W&&tryOnMounted(fe),tryOnScopeDispose(mi),ue.value&&M){const Dt=M.document;K(Dt,"visibilitychange",Xt=>{Xt.preventDefault(),Dt.visibilityState==="visible"&&mi()})}return{isSupported:ue,notification:pe,ensurePermissions:fe,permissionGranted:me,show:It,close:mi,onClick:be,onShow:Oe,onError:Ct,onClose:vt}}const Pu="ping";function Bl(k){return k===!0?{}:k}function Bu(k,M={}){const{onConnected:W,onDisconnected:ie,onError:ue,onMessage:me,immediate:pe=!0,autoConnect:fe=!0,autoClose:be=!0,protocols:Be=[]}=M,Oe=ref(null),Ke=shallowRef("CLOSED"),Ct=ref(),ct=toRef(k);let vt,Fi,It=!1,mi=0,Dt=[],Xt,Hi;const $i=()=>{if(Dt.length&&Ct.value&&Ke.value==="OPEN"){for(const wn of Dt)Ct.value.send(wn);Dt=[]}},Rn=()=>{Xt!=null&&(clearTimeout(Xt),Xt=void 0)},Mi=()=>{clearTimeout(Hi),Hi=void 0},ln=(wn=1e3,ir)=>{Rn(),!(!isClient&&!isWorker||!Ct.value)&&(It=!0,Mi(),vt?.(),Ct.value.close(wn,ir),Ct.value=void 0)},Dn=(wn,ir=!0)=>!Ct.value||Ke.value!=="OPEN"?(ir&&Dt.push(wn),!1):($i(),Ct.value.send(wn),!0),Ga=()=>{if(It||typeof ct.value>"u")return;const wn=new WebSocket(ct.value,Be);Ct.value=wn,Ke.value="CONNECTING",wn.onopen=()=>{Ke.value="OPEN",mi=0,W?.(wn),Fi?.(),$i()},wn.onclose=ir=>{if(Ke.value="CLOSED",Mi(),vt?.(),ie?.(wn,ir),!It&&M.autoReconnect&&(Ct.value==null||wn===Ct.value)){const{retries:Fa=-1,delay:yr=1e3,onFailed:pr}=Bl(M.autoReconnect);(typeof Fa=="function"?Fa:()=>typeof Fa=="number"&&(Fa<0||mi<Fa))(mi)?(mi+=1,Xt=setTimeout(Ga,yr)):pr?.()}},wn.onerror=ir=>{ue?.(wn,ir)},wn.onmessage=ir=>{if(M.heartbeat){Mi();const{message:Fa=Pu,responseMessage:yr=Fa}=Bl(M.heartbeat);if(ir.data===toValue(yr))return}Oe.value=ir.data,me?.(wn,ir)}};if(M.heartbeat){const{message:wn=Pu,interval:ir=1e3,pongTimeout:Fa=1e3}=Bl(M.heartbeat),{pause:yr,resume:pr}=useIntervalFn(()=>{Dn(toValue(wn),!1),Hi==null&&(Hi=setTimeout(()=>{ln(),It=!1},Fa))},ir,{immediate:!1});vt=yr,Fi=pr}be&&(isClient&&K("beforeunload",()=>ln(),{passive:!0}),tryOnScopeDispose(ln));const Da=()=>{!isClient&&!isWorker||(ln(),It=!1,mi=0,Ga())};return pe&&Da(),fe&&watch(ct,Da),{data:Oe,status:Ke,close:ln,send:Dn,open:Da,ws:Ct}}function Vu(k,M,W){const{window:ie=x}=W??{},ue=ref(null),me=shallowRef(),pe=(...be)=>{me.value&&me.value.postMessage(...be)},fe=function(){me.value&&me.value.terminate()};return ie&&(typeof k=="string"?me.value=new Worker(k,M):typeof k=="function"?me.value=k():me.value=k,me.value.onmessage=be=>{ue.value=be.data},tryOnScopeDispose(()=>{me.value&&me.value.terminate()})),{data:ue,post:pe,terminate:fe,worker:me}}function md(k,M){if(k.length===0&&M.length===0)return"";const W=k.map(me=>`'${me}'`).toString(),ie=M.filter(me=>typeof me=="function").map(me=>{const pe=me.toString();return pe.trim().startsWith("function")?pe:`const ${me.name} = ${pe}`}).join(";"),ue=`importScripts(${W});`;return`${W.trim()===""?"":ue} ${ie}`}var Nu=null;function Dd(k){return M=>{const W=M.data[0];return Promise.resolve(k.apply(void 0,W)).then(ie=>{postMessage(["SUCCESS",ie])}).catch(ie=>{postMessage(["ERROR",ie])})}}var Nl=null;function Rl(k,M,W){const ie=`${Nu(M,W)}; onmessage=(${Nl})(${k})`,ue=new Blob([ie],{type:"text/javascript"});return URL.createObjectURL(ue)}var Bs=null;function hd(k,M={}){const{dependencies:W=[],localDependencies:ie=[],timeout:ue,window:me=x}=M,pe=ref(),fe=shallowRef("PENDING"),be=ref({}),Be=shallowRef(),Oe=(vt="PENDING")=>{pe.value&&pe.value._url&&me&&(pe.value.terminate(),URL.revokeObjectURL(pe.value._url),be.value={},pe.value=void 0,me.clearTimeout(Be.value),fe.value=vt)};Oe(),tryOnScopeDispose(Oe);const Ke=()=>{const vt=Bs(k,W,ie),Fi=new Worker(vt);return Fi._url=vt,Fi.onmessage=It=>{const{resolve:mi=()=>{},reject:Dt=()=>{}}=be.value,[Xt,Hi]=It.data;switch(Xt){case"SUCCESS":mi(Hi),Oe(Xt);break;default:Dt(Hi),Oe("ERROR");break}},Fi.onerror=It=>{const{reject:mi=()=>{}}=be.value;It.preventDefault(),mi(It),Oe("ERROR")},ue&&(Be.value=setTimeout(()=>Oe("TIMEOUT_EXPIRED"),ue)),Fi},Ct=(...vt)=>new Promise((Fi,It)=>{var mi;be.value={resolve:Fi,reject:It},(mi=pe.value)===null||mi===void 0||mi.postMessage([[...vt]]),fe.value="RUNNING"});return{workerFn:(...vt)=>fe.value==="RUNNING"?(console.error("[useWebWorkerFn] You can only run one instance of the worker at a time."),Promise.reject()):(pe.value=Ke(),Ct(...vt)),workerStatus:fe,workerTerminate:Oe}}function vu(k={}){const{window:M=x}=k;if(!M)return(0,i.IJ)(!1);const W=(0,i.IJ)(M.document.hasFocus()),ie={passive:!0};return K(M,"blur",()=>{W.value=!1},ie),K(M,"focus",()=>{W.value=!0},ie),W}function ed(k={}){const{window:M=x,...W}=k;return Ra(M,W)}function ou(k={}){const{window:M=x,initialWidth:W=Number.POSITIVE_INFINITY,initialHeight:ie=Number.POSITIVE_INFINITY,listenOrientation:ue=!0,includeScrollbar:me=!0,type:pe="inner"}=k,fe=(0,i.IJ)(W),be=(0,i.IJ)(ie),Be=()=>{if(M)if(pe==="outer")fe.value=M.outerWidth,be.value=M.outerHeight;else if(pe==="visual"&&M.visualViewport){const{width:Ke,height:Ct,scale:ct}=M.visualViewport;fe.value=Math.round(Ke*ct),be.value=Math.round(Ct*ct)}else me?(fe.value=M.innerWidth,be.value=M.innerHeight):(fe.value=M.document.documentElement.clientWidth,be.value=M.document.documentElement.clientHeight)};Be(),(0,e.rd)(Be);const Oe={passive:!0};return K("resize",Be,Oe),M&&pe==="visual"&&M.visualViewport&&K(M.visualViewport,"resize",Be,Oe),ue&&(0,c.wB)(En("(orientation: portrait)"),()=>Be()),{width:fe,height:be}}},72393:($t,We,a)=>{"use strict";a.d(We,{$r:()=>pn,D_:()=>Gt,Dk:()=>wt,F:()=>Yt,Gv:()=>P,HA:()=>x,Hr:()=>Kt,Jv:()=>ri,MK:()=>wi,Ns:()=>fn,Q0:()=>Y,QW:()=>en,Rg:()=>gr,T3:()=>Ee,TG:()=>Ea,TO:()=>Kr,Uo:()=>d,WP:()=>Vt,ZC:()=>V,d6:()=>ee,eY:()=>lt,he:()=>Ot,je:()=>Lt,k3:()=>ve,lQ:()=>J,lW:()=>_t,oc:()=>S,qE:()=>ke,r6:()=>He,rd:()=>oa,sq:()=>ai,uO:()=>Tn,un:()=>ui,vE:()=>Ce,vI:()=>A,zg:()=>Ft});var e=a(50953),i=a(20641);function c(se,je){var Ue;const mt=shallowRef();return watchEffect(()=>{mt.value=se()},{...je,flush:(Ue=je?.flush)!==null&&Ue!==void 0?Ue:"sync"}),readonly(mt)}const v=null;function N(se,je,Ue={}){let mt,dt,li,Ui=!0;const Hn=()=>{Ui=!0,li()};watch(se,Hn,{flush:"sync",...Ue});const rn=typeof je=="function"?je:je.get,Nn=typeof je=="function"?void 0:je.set,ba=customRef((Ra,ka)=>(dt=Ra,li=ka,{get(){return Ui&&(mt=rn(mt),Ui=!1),dt(),mt},set(ea){Nn?.(ea)}}));return ba.trigger=Hn,ba}const I=null;function d(se,je){return(0,e.o5)()?((0,e.jr)(se,je),!0):!1}function G(){const se=new Set,je=li=>{se.delete(li)};return{on:li=>{se.add(li);const Ui=()=>je(li);return d(Ui),{off:Ui}},off:je,trigger:(...li)=>Promise.all(Array.from(se).map(Ui=>Ui(...li))),clear:()=>{se.clear()}}}function j(se){let je=!1,Ue;const mt=effectScope(!0);return(...dt)=>(je||(Ue=mt.run(()=>se(...dt)),je=!0),Ue)}const Q=new WeakMap,x=(...se)=>{var je;const Ue=se[0],mt=(je=(0,i.nI)())===null||je===void 0?void 0:je.proxy,dt=mt??(0,e.o5)();if(dt==null&&!(0,i.PS)())throw new Error("injectLocal must be called in setup");return dt&&Q.has(dt)&&Ue in Q.get(dt)?Q.get(dt)[Ue]:(0,i.WQ)(...se)};function U(se,je){var Ue;const mt=(Ue=getCurrentInstance())===null||Ue===void 0?void 0:Ue.proxy,dt=mt??getCurrentScope();if(dt==null)throw new Error("provideLocal must be called in setup");Q.has(dt)||Q.set(dt,Object.create(null));const li=Q.get(dt);return li[se]=je,provide(se,je)}function T(se,je){const Ue=je?.injectionKey||Symbol(se.name||"InjectionState"),mt=je?.defaultValue;return[(...Ui)=>{const Hn=se(...Ui);return U(Ue,Hn),Hn},()=>x(Ue,mt)]}function _(se,je){return je===!0?ref(se):shallowRef(se)}const S=typeof window<"u"&&typeof document<"u",K=typeof WorkerGlobalScope<"u"&&globalThis instanceof WorkerGlobalScope,_e=se=>typeof se<"u",ee=se=>se!=null,H=(se,...je)=>{se||console.warn(...je)},xe=Object.prototype.toString,P=se=>xe.call(se)==="[object Object]",ce=()=>Date.now(),Ce=()=>+Date.now(),ke=(se,je,Ue)=>Math.min(Ue,Math.max(je,se)),J=()=>{},ye=(se,je)=>(se=Math.ceil(se),je=Math.floor(je),Math.floor(Math.random()*(je-se+1))+se),Xe=(se,je)=>Object.prototype.hasOwnProperty.call(se,je),ui=ht();function ht(){var se,je,Ue;return S&&((se=window)===null||se===void 0||(se=se.navigator)===null||se===void 0?void 0:se.userAgent)&&(/iP(?:ad|hone|od)/.test(window.navigator.userAgent)||((je=window)===null||je===void 0||(je=je.navigator)===null||je===void 0?void 0:je.maxTouchPoints)>2&&/iPad|Macintosh/.test((Ue=window)===null||Ue===void 0?void 0:Ue.navigator.userAgent))}function _t(...se){if(se.length!==1)return(0,e.lW)(...se);const je=se[0];return typeof je=="function"?(0,e.tB)((0,e.rY)(()=>({get:je,set:J}))):(0,e.KR)(je)}function ai(se,je){function Ue(...mt){return new Promise((dt,li)=>{Promise.resolve(se(()=>je.apply(this,mt),{fn:je,thisArg:this,args:mt})).then(dt).catch(li)})}return Ue}const Ft=se=>se();function jt(se,je={}){let Ue,mt,dt=J;const li=rn=>{clearTimeout(rn),dt(),dt=J};let Ui;return rn=>{const Nn=(0,e.BA)(se),ba=(0,e.BA)(je.maxWait);return Ue&&li(Ue),Nn<=0||ba!==void 0&&ba<=0?(mt&&(li(mt),mt=void 0),Promise.resolve(rn())):new Promise((Ra,ka)=>{dt=je.rejectOnCancel?ka:Ra,Ui=rn,ba&&!mt&&(mt=setTimeout(()=>{Ue&&li(Ue),mt=void 0,Ra(Ui())},ba)),Ue=setTimeout(()=>{mt&&li(mt),mt=void 0,Ra(rn())},Nn)})}}function He(...se){let je=0,Ue,mt=!0,dt=J,li,Ui,Hn,rn,Nn;!(0,e.i9)(se[0])&&typeof se[0]=="object"?{delay:Ui,trailing:Hn=!0,leading:rn=!0,rejectOnCancel:Nn=!1}=se[0]:[Ui,Hn=!0,rn=!0,Nn=!1]=se;const ba=()=>{Ue&&(clearTimeout(Ue),Ue=void 0,dt(),dt=J)};return ka=>{const ea=(0,e.BA)(Ui),re=Date.now()-je,Ye=()=>li=ka();return ba(),ea<=0?(je=Date.now(),Ye()):(re>ea?(je=Date.now(),(rn||!mt)&&Ye()):Hn&&(li=new Promise((Pt,Bi)=>{dt=Nn?Bi:Pt,Ue=setTimeout(()=>{je=Date.now(),mt=!0,Pt(Ye()),ba()},Math.max(0,ea-re))})),!rn&&!Ue&&(Ue=setTimeout(()=>mt=!0,ea)),mt=!1,li)}}function ut(se=Ft,je={}){const{initialState:Ue="active"}=je,mt=_t(Ue==="active");function dt(){mt.value=!1}function li(){mt.value=!0}const Ui=(...Hn)=>{mt.value&&se(...Hn)};return{isActive:(0,e.tB)(mt),pause:dt,resume:li,eventFilter:Ui}}function Ot(se,je=!1,Ue="Timeout"){return new Promise((mt,dt)=>{setTimeout(je?()=>dt(Ue):mt,se)})}function Gt(se){return se}function ri(se){let je;function Ue(){return je||(je=se()),je}return Ue.reset=async()=>{const mt=je;je=void 0,mt&&await mt},Ue}function Ii(se){return se()}function Li(se,...je){return je.some(Ue=>Ue in se)}function Yi(se,je){var Ue;if(typeof se=="number")return se+je;const mt=((Ue=se.match(/^-?\d+\.?\d*/))===null||Ue===void 0?void 0:Ue[0])||"",dt=se.slice(mt.length),li=Number.parseFloat(mt)+je;return Number.isNaN(li)?se:li+dt}function wi(se){return se.endsWith("rem")?Number.parseFloat(se)*16:Number.parseFloat(se)}function Lt(se,je,Ue=!1){return je.reduce((mt,dt)=>(dt in se&&(!Ue||se[dt]!==void 0)&&(mt[dt]=se[dt]),mt),{})}function di(se,je,Ue=!1){return Object.fromEntries(Object.entries(se).filter(([mt,dt])=>(!Ue||dt!==void 0)&&!je.includes(mt)))}function Vt(se){return Object.entries(se)}function pn(se){return Array.isArray(se)?se:[se]}function oi(se){const je=Object.create(null);return Ue=>je[Ue]||(je[Ue]=se(Ue))}const ni=/\B([A-Z])/g,Ei=oi(se=>se.replace(ni,"-$1").toLowerCase()),An=/-(\w)/g,En=oi(se=>se.replace(An,(je,Ue)=>Ue?Ue.toUpperCase():""));function Qi(se){return se||(0,i.nI)()}function Yt(se){if(!S)return se;let je=0,Ue,mt;const dt=()=>{je-=1,mt&&je<=0&&(mt.stop(),Ue=void 0,mt=void 0)};return(...li)=>(je+=1,mt||(mt=(0,e.uY)(!0),Ue=mt.run(()=>se(...li))),d(dt),Ue)}function Ut(se,je,{enumerable:Ue=!1,unwrap:mt=!0}={}){for(const[dt,li]of Object.entries(je))dt!=="value"&&(isRef(li)&&mt?Object.defineProperty(se,dt,{get(){return li.value},set(Ui){li.value=Ui},enumerable:Ue}):Object.defineProperty(se,dt,{value:li,enumerable:Ue}));return se}function qi(se,je){return je==null?unref(se):unref(se)[je]}function Ne(se){return unref(se)!=null}function ft(se,je){if(typeof Symbol<"u"){const Ue={...se};return Object.defineProperty(Ue,Symbol.iterator,{enumerable:!1,value(){let mt=0;return{next:()=>({value:je[mt++],done:mt>je.length})}}}),Ue}else return Object.assign([...je],se)}function gt(se,je){const Ue=je?.computedGetter===!1?unref:toValue;return function(...mt){return computed(()=>se.apply(this,mt.map(dt=>Ue(dt))))}}const Ve=null;function ot(se,je={}){let Ue=[],mt;if(Array.isArray(je))Ue=je;else{mt=je;const{includeOwnProperties:dt=!0}=je;Ue.push(...Object.keys(se)),dt&&Ue.push(...Object.getOwnPropertyNames(se))}return Object.fromEntries(Ue.map(dt=>{const li=se[dt];return[dt,typeof li=="function"?gt(li.bind(se),mt):li]}))}function ei(se){return(0,e.i9)(se)?(0,e.Kh)(new Proxy({},{get(je,Ue,mt){return(0,e.R1)(Reflect.get(se.value,Ue,mt))},set(je,Ue,mt){return(0,e.i9)(se.value[Ue])&&!(0,e.i9)(mt)?se.value[Ue].value=mt:se.value[Ue]=mt,!0},deleteProperty(je,Ue){return Reflect.deleteProperty(se.value,Ue)},has(je,Ue){return Reflect.has(se.value,Ue)},ownKeys(){return Object.keys(se.value)},getOwnPropertyDescriptor(){return{enumerable:!0,configurable:!0}}})):(0,e.Kh)(se)}function X(se){return ei((0,i.EW)(se))}function A(se,...je){const Ue=je.flat(),mt=Ue[0];return X(()=>Object.fromEntries(typeof mt=="function"?Object.entries((0,e.QW)(se)).filter(([dt,li])=>!mt((0,e.BA)(li),dt)):Object.entries((0,e.QW)(se)).filter(dt=>!Ue.includes(dt[0]))))}function g(se,...je){const Ue=je.flat(),mt=Ue[0];return X(()=>Object.fromEntries(typeof mt=="function"?Object.entries(toRefs$1(se)).filter(([dt,li])=>mt(toValue(li),dt)):Ue.map(dt=>[dt,_t(se,dt)])))}function D(se,je=1e4){return customRef((Ue,mt)=>{let dt=toValue(se),li;const Ui=()=>setTimeout(()=>{dt=toValue(se),mt()},toValue(je));return d(()=>{clearTimeout(li)}),{get(){return Ue(),dt},set(Hn){dt=Hn,mt(),clearTimeout(li),li=Ui()}}})}const $=null;function Y(se,je=200,Ue={}){return ai(jt(je,Ue),se)}function ne(se,je=200,Ue={}){const mt=ref(toValue(se)),dt=Y(()=>{mt.value=se.value},je,Ue);return watch(se,()=>dt()),shallowReadonly(mt)}const Re=null,Ge=null;function At(se,je){return computed({get(){var Ue;return(Ue=se.value)!==null&&Ue!==void 0?Ue:je},set(Ue){se.value=Ue}})}function Ze(se){let je=toValue(se),Ue;const mt=()=>{je=toValue(se),Ue()},dt=customRef((li,Ui)=>(Ue=Ui,{get(){return li(),je},set(Hn){je=Hn,Ue()}}));return dt.reset=mt,dt}function ve(se,je=200,Ue=!1,mt=!0,dt=!1){return ai(He(je,Ue,mt,dt),se)}function L(se,je=200,Ue=!0,mt=!0){if(je<=0)return se;const dt=ref(toValue(se)),li=ve(()=>{dt.value=se.value},je,Ue,mt);return watch(se,()=>li()),dt}const ge=null,Ae=null;function rt(se,je={}){let Ue=se,mt,dt;const li=customRef((ka,ea)=>(mt=ka,dt=ea,{get(){return Ui()},set(re){Hn(re)}}));function Ui(ka=!0){return ka&&mt(),Ue}function Hn(ka,ea=!0){var re,Ye;if(ka===Ue)return;const Pt=Ue;((re=je.onBeforeChange)===null||re===void 0?void 0:re.call(je,ka,Pt))!==!1&&(Ue=ka,(Ye=je.onChanged)===null||Ye===void 0||Ye.call(je,ka,Pt),ea&&dt())}return Ut(li,{get:Ui,set:Hn,untrackedGet:()=>Ui(!1),silentSet:ka=>Hn(ka,!1),peek:()=>Ui(!1),lay:ka=>Hn(ka,!1)},{enumerable:!0})}const Ht=null;function Qt(...se){if(se.length===2){const[je,Ue]=se;je.value=Ue}if(se.length===3){const[je,Ue,mt]=se;je[Ue]=mt}}function Qe(se,je,Ue={}){const{eventFilter:mt=Ft,...dt}=Ue;return(0,i.wB)(se,ai(mt,je),dt)}function Rt(se,je,Ue={}){const{eventFilter:mt,initialState:dt="active",...li}=Ue,{eventFilter:Ui,pause:Hn,resume:rn,isActive:Nn}=ut(mt,{initialState:dt});return{stop:Qe(se,je,{...li,eventFilter:Ui}),pause:Hn,resume:rn,isActive:Nn}}const Kt=Rt;function wt(se,je,...[Ue]){const{flush:mt="sync",deep:dt=!1,immediate:li=!0,direction:Ui="both",transform:Hn={}}=Ue||{},rn=[],Nn="ltr"in Hn&&Hn.ltr||(ka=>ka),ba="rtl"in Hn&&Hn.rtl||(ka=>ka);return(Ui==="both"||Ui==="ltr")&&rn.push(Kt(se,ka=>{rn.forEach(ea=>ea.pause()),je.value=Nn(ka),rn.forEach(ea=>ea.resume())},{flush:mt,deep:dt,immediate:li})),(Ui==="both"||Ui==="rtl")&&rn.push(Kt(je,ka=>{rn.forEach(ea=>ea.pause()),se.value=ba(ka),rn.forEach(ea=>ea.resume())},{flush:mt,deep:dt,immediate:li})),()=>{rn.forEach(ka=>ka.stop())}}function un(se,je,Ue={}){const{flush:mt="sync",deep:dt=!1,immediate:li=!0}=Ue,Ui=pn(je);return watch(se,Hn=>Ui.forEach(rn=>rn.value=Hn),{flush:mt,deep:dt,immediate:li})}function en(se,je={}){if(!(0,e.i9)(se))return(0,e.QW)(se);const Ue=Array.isArray(se.value)?Array.from({length:se.value.length}):{};for(const mt in se.value)Ue[mt]=(0,e.rY)(()=>({get(){return se.value[mt]},set(dt){var li;if(!((li=(0,e.BA)(je.replaceRef))!==null&&li!==void 0)||li)if(Array.isArray(se.value)){const Ui=[...se.value];Ui[mt]=dt,se.value=Ui}else{const Ui={...se.value,[mt]:dt};Object.setPrototypeOf(Ui,Object.getPrototypeOf(se.value)),se.value=Ui}else se.value[mt]=dt}}));return Ue}function Ji(se,je=!0,Ue){Qi(Ue)?onBeforeMount(se,Ue):je?se():nextTick(se)}function Zn(se,je){Qi(je)&&onBeforeUnmount(se,je)}function oa(se,je=!0,Ue){Qi(Ue)?(0,i.sV)(se,Ue):je?se():(0,i.dY)(se)}function Tn(se,je){Qi(je)&&(0,i.hi)(se,je)}function Er(se,je=!1){function Ue(Ra,{flush:ka="sync",deep:ea=!1,timeout:re,throwOnTimeout:Ye}={}){let Pt=null;const Bi=[new Promise(dn=>{Pt=(0,i.wB)(se,sa=>{Ra(sa)!==je&&(Pt?Pt():(0,i.dY)(()=>Pt?.()),dn(sa))},{flush:ka,deep:ea,immediate:!0})})];return re!=null&&Bi.push(Ot(re,Ye).then(()=>(0,e.BA)(se)).finally(()=>Pt?.())),Promise.race(Bi)}function mt(Ra,ka){if(!(0,e.i9)(Ra))return Ue(sa=>sa===Ra,ka);const{flush:ea="sync",deep:re=!1,timeout:Ye,throwOnTimeout:Pt}=ka??{};let Bi=null;const dn=[new Promise(sa=>{Bi=(0,i.wB)([se,Ra],([gn,tn])=>{je!==(gn===tn)&&(Bi?Bi():(0,i.dY)(()=>Bi?.()),sa(gn))},{flush:ea,deep:re,immediate:!0})})];return Ye!=null&&dn.push(Ot(Ye,Pt).then(()=>(0,e.BA)(se)).finally(()=>(Bi?.(),(0,e.BA)(se)))),Promise.race(dn)}function dt(Ra){return Ue(ka=>!!ka,Ra)}function li(Ra){return mt(null,Ra)}function Ui(Ra){return mt(void 0,Ra)}function Hn(Ra){return Ue(Number.isNaN,Ra)}function rn(Ra,ka){return Ue(ea=>{const re=Array.from(ea);return re.includes(Ra)||re.includes((0,e.BA)(Ra))},ka)}function Nn(Ra){return ba(1,Ra)}function ba(Ra=1,ka){let ea=-1;return Ue(()=>(ea+=1,ea>=Ra),ka)}return Array.isArray((0,e.BA)(se))?{toMatch:Ue,toContains:rn,changed:Nn,changedTimes:ba,get not(){return Er(se,!je)}}:{toMatch:Ue,toBe:mt,toBeTruthy:dt,toBeNull:li,toBeNaN:Hn,toBeUndefined:Ui,changed:Nn,changedTimes:ba,get not(){return Er(se,!je)}}}function Ea(se){return Er(se)}function Br(se,je){return se===je}function Ja(...se){var je,Ue;const mt=se[0],dt=se[1];let li=(je=se[2])!==null&&je!==void 0?je:Br;const{symmetric:Ui=!1}=(Ue=se[3])!==null&&Ue!==void 0?Ue:{};if(typeof li=="string"){const rn=li;li=(Nn,ba)=>Nn[rn]===ba[rn]}const Hn=computed(()=>toValue(mt).filter(rn=>toValue(dt).findIndex(Nn=>li(rn,Nn))===-1));if(Ui){const rn=computed(()=>toValue(dt).filter(Nn=>toValue(mt).findIndex(ba=>li(Nn,ba))===-1));return computed(()=>Ui?[...toValue(Hn),...toValue(rn)]:toValue(Hn))}else return Hn}function hr(se,je){return computed(()=>toValue(se).every((Ue,mt,dt)=>je(toValue(Ue),mt,dt)))}function br(se,je){return computed(()=>toValue(se).map(Ue=>toValue(Ue)).filter(je))}function Ka(se,je){return computed(()=>toValue(toValue(se).find((Ue,mt,dt)=>je(toValue(Ue),mt,dt))))}function Ur(se,je){return computed(()=>toValue(se).findIndex((Ue,mt,dt)=>je(toValue(Ue),mt,dt)))}function zt(se,je){let Ue=se.length;for(;Ue-- >0;)if(je(se[Ue],Ue,se))return se[Ue]}function Wt(se,je){return computed(()=>toValue(Array.prototype.findLast?toValue(se).findLast((Ue,mt,dt)=>je(toValue(Ue),mt,dt)):zt(toValue(se),(Ue,mt,dt)=>je(toValue(Ue),mt,dt))))}function Si(se){return P(se)&&Li(se,"formIndex","comparator")}function Oi(...se){var je;const Ue=se[0],mt=se[1];let dt=se[2],li=0;if(Si(dt)){var Ui;li=(Ui=dt.fromIndex)!==null&&Ui!==void 0?Ui:0,dt=dt.comparator}if(typeof dt=="string"){const Hn=dt;dt=(rn,Nn)=>rn[Hn]===toValue(Nn)}return dt=(je=dt)!==null&&je!==void 0?je:(Hn,rn)=>Hn===toValue(rn),computed(()=>toValue(Ue).slice(li).some((Hn,rn,Nn)=>dt(toValue(Hn),toValue(mt),rn,toValue(Nn))))}function zn(se,je){return computed(()=>toValue(se).map(Ue=>toValue(Ue)).join(toValue(je)))}function Un(se,je){return computed(()=>toValue(se).map(Ue=>toValue(Ue)).map(je))}function tr(se,je,...Ue){const mt=(dt,li,Ui)=>je(toValue(dt),toValue(li),Ui);return computed(()=>{const dt=toValue(se);return Ue.length?dt.reduce(mt,typeof Ue[0]=="function"?toValue(Ue[0]()):toValue(Ue[0])):dt.reduce(mt)})}function Ai(se,je){return computed(()=>toValue(se).some((Ue,mt,dt)=>je(toValue(Ue),mt,dt)))}function Te(se){return Array.from(new Set(se))}function et(se,je){return se.reduce((Ue,mt)=>(Ue.some(dt=>je(mt,dt,se))||Ue.push(mt),Ue),[])}function ii(se,je){return computed(()=>{const Ue=toValue(se).map(mt=>toValue(mt));return je?et(Ue,je):Te(Ue)})}function qt(se=0,je={}){let Ue=unref(se);const mt=shallowRef(se),{max:dt=Number.POSITIVE_INFINITY,min:li=Number.NEGATIVE_INFINITY}=je,Ui=(Ra=1)=>mt.value=Math.max(Math.min(dt,mt.value+Ra),li),Hn=(Ra=1)=>mt.value=Math.min(Math.max(li,mt.value-Ra),dt),rn=()=>mt.value,Nn=Ra=>mt.value=Math.max(li,Math.min(dt,Ra)),ba=(Ra=Ue)=>(Ue=Ra,Nn(Ra));return{count:shallowReadonly(mt),inc:Ui,dec:Hn,get:rn,set:Nn,reset:ba}}const xi=/^(\d{4})[-/]?(\d{1,2})?[-/]?(\d{0,2})[T\s]*(\d{1,2})?:?(\d{1,2})?:?(\d{1,2})?[.:]?(\d+)?$/i,ia=/[YMDHhms]o|\[([^\]]+)\]|Y{1,4}|M{1,4}|D{1,2}|d{1,4}|H{1,2}|h{1,2}|a{1,2}|A{1,2}|m{1,2}|s{1,2}|Z{1,2}|z{1,4}|SSS/g;function ca(se,je,Ue,mt){let dt=se<12?"AM":"PM";return mt&&(dt=dt.split("").reduce((li,Ui)=>li+=`${Ui}.`,"")),Ue?dt.toLowerCase():dt}function ma(se){const je=["th","st","nd","rd"],Ue=se%100;return se+(je[(Ue-20)%10]||je[Ue]||je[0])}function jn(se,je,Ue={}){var mt;const dt=se.getFullYear(),li=se.getMonth(),Ui=se.getDate(),Hn=se.getHours(),rn=se.getMinutes(),Nn=se.getSeconds(),ba=se.getMilliseconds(),Ra=se.getDay(),ka=(mt=Ue.customMeridiem)!==null&&mt!==void 0?mt:ca,ea=Ye=>{var Pt;return(Pt=Ye.split(" ")[1])!==null&&Pt!==void 0?Pt:""},re={Yo:()=>ma(dt),YY:()=>String(dt).slice(-2),YYYY:()=>dt,M:()=>li+1,Mo:()=>ma(li+1),MM:()=>`${li+1}`.padStart(2,"0"),MMM:()=>se.toLocaleDateString(toValue(Ue.locales),{month:"short"}),MMMM:()=>se.toLocaleDateString(toValue(Ue.locales),{month:"long"}),D:()=>String(Ui),Do:()=>ma(Ui),DD:()=>`${Ui}`.padStart(2,"0"),H:()=>String(Hn),Ho:()=>ma(Hn),HH:()=>`${Hn}`.padStart(2,"0"),h:()=>`${Hn%12||12}`.padStart(1,"0"),ho:()=>ma(Hn%12||12),hh:()=>`${Hn%12||12}`.padStart(2,"0"),m:()=>String(rn),mo:()=>ma(rn),mm:()=>`${rn}`.padStart(2,"0"),s:()=>String(Nn),so:()=>ma(Nn),ss:()=>`${Nn}`.padStart(2,"0"),SSS:()=>`${ba}`.padStart(3,"0"),d:()=>Ra,dd:()=>se.toLocaleDateString(toValue(Ue.locales),{weekday:"narrow"}),ddd:()=>se.toLocaleDateString(toValue(Ue.locales),{weekday:"short"}),dddd:()=>se.toLocaleDateString(toValue(Ue.locales),{weekday:"long"}),A:()=>ka(Hn,rn),AA:()=>ka(Hn,rn,!1,!0),a:()=>ka(Hn,rn,!0),aa:()=>ka(Hn,rn,!0,!0),z:()=>ea(se.toLocaleDateString(toValue(Ue.locales),{timeZoneName:"shortOffset"})),zz:()=>ea(se.toLocaleDateString(toValue(Ue.locales),{timeZoneName:"shortOffset"})),zzz:()=>ea(se.toLocaleDateString(toValue(Ue.locales),{timeZoneName:"shortOffset"})),zzzz:()=>ea(se.toLocaleDateString(toValue(Ue.locales),{timeZoneName:"longOffset"}))};return je.replace(ia,(Ye,Pt)=>{var Bi,dn;return(Bi=Pt??((dn=re[Ye])===null||dn===void 0?void 0:dn.call(re)))!==null&&Bi!==void 0?Bi:Ye})}function $a(se){if(se===null)return new Date(NaN);if(se===void 0)return new Date;if(se instanceof Date)return new Date(se);if(typeof se=="string"&&!/Z$/i.test(se)){const je=se.match(xi);if(je){const Ue=je[2]-1||0,mt=(je[7]||"0").substring(0,3);return new Date(je[1],Ue,je[3]||1,je[4]||0,je[5]||0,je[6]||0,mt)}}return new Date(se)}function Ia(se,je="HH:mm:ss",Ue={}){return computed(()=>jn($a(toValue(se)),toValue(je),Ue))}function gr(se,je=1e3,Ue={}){const{immediate:mt=!0,immediateCallback:dt=!1}=Ue;let li=null;const Ui=(0,e.IJ)(!1);function Hn(){li&&(clearInterval(li),li=null)}function rn(){Ui.value=!1,Hn()}function Nn(){const ba=(0,e.BA)(je);ba<=0||(Ui.value=!0,dt&&se(),Hn(),Ui.value&&(li=setInterval(se,ba)))}return mt&&S&&Nn(),((0,e.i9)(je)||typeof je=="function")&&d((0,i.wB)(je,()=>{Ui.value&&S&&Nn()})),d(rn),{isActive:(0,e.nD)(Ui),pause:rn,resume:Nn}}function Ta(se=1e3,je={}){const{controls:Ue=!1,immediate:mt=!0,callback:dt}=je,li=shallowRef(0),Ui=()=>li.value+=1,Hn=()=>{li.value=0},rn=gr(dt?()=>{Ui(),dt(li.value)}:Ui,se,{immediate:mt});return Ue?{counter:shallowReadonly(li),reset:Hn,...rn}:shallowReadonly(li)}function to(se,je={}){var Ue;const mt=shallowRef((Ue=je.initialValue)!==null&&Ue!==void 0?Ue:null);return watch(se,()=>mt.value=Ce(),je),shallowReadonly(mt)}function Kr(se,je,Ue={}){const{immediate:mt=!0,immediateCallback:dt=!1}=Ue,li=(0,e.IJ)(!1);let Ui;function Hn(){Ui&&(clearTimeout(Ui),Ui=void 0)}function rn(){li.value=!1,Hn()}function Nn(...ba){dt&&se(),Hn(),li.value=!0,Ui=setTimeout(()=>{li.value=!1,Ui=void 0,se(...ba)},(0,e.BA)(je))}return mt&&(li.value=!0,S&&Nn()),d(rn),{isPending:(0,e.nD)(li),start:Nn,stop:rn}}function lr(se=1e3,je={}){const{controls:Ue=!1,callback:mt}=je,dt=Kr(mt??J,se,je),li=computed(()=>!dt.isPending.value);return Ue?{ready:li,...dt}:li}function Wr(se,je={}){const{method:Ue="parseFloat",radix:mt,nanToZero:dt}=je;return computed(()=>{let li=toValue(se);return typeof Ue=="function"?li=Ue(li):typeof li=="string"&&(li=Number[Ue](li,mt)),dt&&Number.isNaN(li)&&(li=0),li})}function Le(se){return computed(()=>`${toValue(se)}`)}function lt(se=!1,je={}){const{truthyValue:Ue=!0,falsyValue:mt=!1}=je,dt=(0,e.i9)(se),li=(0,e.IJ)(se);function Ui(Hn){if(arguments.length)return li.value=Hn,li.value;{const rn=(0,e.BA)(Ue);return li.value=li.value===rn?(0,e.BA)(mt):rn,li.value}}return dt?Ui:[li,Ui]}function u(se,je,Ue){let mt=Ue?.immediate?[]:[...typeof se=="function"?se():Array.isArray(se)?se:toValue(se)];return watch(se,(dt,li,Ui)=>{const Hn=Array.from({length:mt.length}),rn=[];for(const ba of dt){let Ra=!1;for(let ka=0;ka<mt.length;ka++)if(!Hn[ka]&&ba===mt[ka]){Hn[ka]=!0,Ra=!0;break}Ra||rn.push(ba)}const Nn=mt.filter((ba,Ra)=>!Hn[Ra]);je(dt,mt,rn,Nn,Ui),mt=[...dt]},Ue)}function b(se,je,Ue){const{count:mt,...dt}=Ue,li=shallowRef(0),{stop:Ui,resume:Hn,pause:rn}=Qe(se,(...Nn)=>{li.value+=1,li.value>=toValue(mt)&&nextTick(()=>Ui()),je(...Nn)},dt);return{count:li,stop:Ui,resume:Hn,pause:rn}}function R(se,je,Ue={}){const{debounce:mt=0,maxWait:dt=void 0,...li}=Ue;return Qe(se,je,{...li,eventFilter:jt(mt,{maxWait:dt})})}const q=null;function oe(se,je,Ue){return watch(se,je,{...Ue,deep:!0})}function z(se,je,Ue={}){const{eventFilter:mt=Ft,...dt}=Ue,li=ai(mt,je);let Ui,Hn,rn;if(dt.flush==="sync"){let Nn=!1;Hn=()=>{},Ui=ba=>{Nn=!0,ba(),Nn=!1},rn=watch(se,(...ba)=>{Nn||li(...ba)},dt)}else{const Nn=[];let ba=0,Ra=0;Hn=()=>{ba=Ra},Nn.push(watch(se,()=>{Ra++},{...dt,flush:"sync"})),Ui=ka=>{const ea=Ra;ka(),ba+=Ra-ea},Nn.push(watch(se,(...ka)=>{const ea=ba>0&&ba===Ra;ba=0,Ra=0,!ea&&li(...ka)},dt)),rn=()=>{Nn.forEach(ka=>ka())}}return{stop:rn,ignoreUpdates:Ui,ignorePrevAsyncUpdates:Hn}}const ae=null;function Ee(se,je,Ue){return(0,i.wB)(se,je,{...Ue,immediate:!0})}function V(se,je,Ue){return(0,i.wB)(se,je,{...Ue,once:!0})}function Fe(se,je,Ue={}){const{throttle:mt=0,trailing:dt=!0,leading:li=!0,...Ui}=Ue;return Qe(se,je,{...Ui,eventFilter:He(mt,dt,li)})}const De=null;function Et(se,je,Ue={}){let mt;function dt(){if(!mt)return;const ba=mt;mt=void 0,ba()}function li(ba){mt=ba}const Ui=(ba,Ra)=>(dt(),je(ba,Ra,li)),Hn=z(se,Ui,Ue),{ignoreUpdates:rn}=Hn;return{...Hn,trigger:()=>{let ba;return rn(()=>{ba=Ui(yi(se),gi(se))}),ba}}}function yi(se){return isReactive(se)?se:Array.isArray(se)?se.map(je=>toValue(je)):toValue(se)}function gi(se){return Array.isArray(se)?se.map(()=>{}):void 0}function fn(se,je,Ue){const mt=(0,i.wB)(se,(dt,li,Ui)=>{dt&&(Ue?.once&&(0,i.dY)(()=>mt()),je(dt,li,Ui))},{...Ue,once:!1});return mt}},12454:($t,We,a)=>{"use strict";a.d(We,{A:()=>e});function e(i,c=100,v={}){if(typeof i!="function")throw new TypeError(`Expected the first parameter to be a function, got \`${typeof i}\`.`);if(c<0)throw new RangeError("`wait` must not be negative.");if(typeof v=="boolean")throw new TypeError("The `options` parameter must be an object, not a boolean. Use `{immediate: true}` instead.");const{immediate:N}=v;let I,d,G,j,Q;function x(){const _=I,S=d;return I=void 0,d=void 0,Q=i.apply(_,S),Q}function U(){const _=Date.now()-j;_<c&&_>=0?G=setTimeout(U,c-_):(G=void 0,N||(Q=x()))}const T=function(..._){if(I&&this!==I&&Object.getPrototypeOf(this)===Object.getPrototypeOf(I))throw new Error("Debounced method called with different contexts of the same prototype.");I=this,d=_,j=Date.now();const S=N&&!G;if(G||(G=setTimeout(U,c)),S)return Q=x(),Q};return Object.defineProperty(T,"isPending",{get(){return G!==void 0}}),T.clear=()=>{G&&(clearTimeout(G),G=void 0,I=void 0,d=void 0)},T.flush=()=>{G&&T.trigger()},T.trigger=()=>{Q=x(),T.clear()},T}},85635:($t,We,a)=>{"use strict";a.d(We,{ZZ:()=>er});var e=a(19916),i=a(78047),c=a(77975),v=Object.create,N=Object.defineProperty,I=Object.getOwnPropertyDescriptor,d=Object.getOwnPropertyNames,G=Object.getPrototypeOf,j=Object.prototype.hasOwnProperty,Q=(n,E)=>function(){return n&&(E=(0,n[d(n)[0]])(n=0)),E},x=(n,E)=>function(){return E||(0,n[d(n)[0]])((E={exports:{}}).exports,E),E.exports},U=(n,E,te,he)=>{if(E&&typeof E=="object"||typeof E=="function")for(let $e of d(E))!j.call(n,$e)&&$e!==te&&N(n,$e,{get:()=>E[$e],enumerable:!(he=I(E,$e))||he.enumerable});return n},T=(n,E,te)=>(te=n!=null?v(G(n)):{},U(E||!n||!n.__esModule?N(te,"default",{value:n,enumerable:!0}):te,n)),_=Q({"../../node_modules/.pnpm/tsup@8.4.0_@microsoft+api-extractor@7.51.1_@types+node@22.13.14__jiti@2.4.2_postcss@8.5_96eb05a9d65343021e53791dd83f3773/node_modules/tsup/assets/esm_shims.js"(){"use strict"}}),S=x({"../../node_modules/.pnpm/speakingurl@14.0.1/node_modules/speakingurl/lib/speakingurl.js"(n,E){"use strict";_(),function(te){"use strict";var he={\u00C0:"A",\u00C1:"A",\u00C2:"A",\u00C3:"A",\u00C4:"Ae",\u00C5:"A",\u00C6:"AE",\u00C7:"C",\u00C8:"E",\u00C9:"E",\u00CA:"E",\u00CB:"E",\u00CC:"I",\u00CD:"I",\u00CE:"I",\u00CF:"I",\u00D0:"D",\u00D1:"N",\u00D2:"O",\u00D3:"O",\u00D4:"O",\u00D5:"O",\u00D6:"Oe",\u0150:"O",\u00D8:"O",\u00D9:"U",\u00DA:"U",\u00DB:"U",\u00DC:"Ue",\u0170:"U",\u00DD:"Y",\u00DE:"TH",\u00DF:"ss",\u00E0:"a",\u00E1:"a",\u00E2:"a",\u00E3:"a",\u00E4:"ae",\u00E5:"a",\u00E6:"ae",\u00E7:"c",\u00E8:"e",\u00E9:"e",\u00EA:"e",\u00EB:"e",\u00EC:"i",\u00ED:"i",\u00EE:"i",\u00EF:"i",\u00F0:"d",\u00F1:"n",\u00F2:"o",\u00F3:"o",\u00F4:"o",\u00F5:"o",\u00F6:"oe",\u0151:"o",\u00F8:"o",\u00F9:"u",\u00FA:"u",\u00FB:"u",\u00FC:"ue",\u0171:"u",\u00FD:"y",\u00FE:"th",\u00FF:"y","\u1E9E":"SS",\u0627:"a",\u0623:"a",\u0625:"i",\u0622:"aa",\u0624:"u",\u0626:"e",\u0621:"a",\u0628:"b",\u062A:"t",\u062B:"th",\u062C:"j",\u062D:"h",\u062E:"kh",\u062F:"d",\u0630:"th",\u0631:"r",\u0632:"z",\u0633:"s",\u0634:"sh",\u0635:"s",\u0636:"dh",\u0637:"t",\u0638:"z",\u0639:"a",\u063A:"gh",\u0641:"f",\u0642:"q",\u0643:"k",\u0644:"l",\u0645:"m",\u0646:"n",\u0647:"h",\u0648:"w",\u064A:"y",\u0649:"a",\u0629:"h",\uFEFB:"la",\uFEF7:"laa",\uFEF9:"lai",\uFEF5:"laa",\u06AF:"g",\u0686:"ch",\u067E:"p",\u0698:"zh",\u06A9:"k",\u06CC:"y","\u064E":"a","\u064B":"an","\u0650":"e","\u064D":"en","\u064F":"u","\u064C":"on","\u0652":"","\u0660":"0","\u0661":"1","\u0662":"2","\u0663":"3","\u0664":"4","\u0665":"5","\u0666":"6","\u0667":"7","\u0668":"8","\u0669":"9","\u06F0":"0","\u06F1":"1","\u06F2":"2","\u06F3":"3","\u06F4":"4","\u06F5":"5","\u06F6":"6","\u06F7":"7","\u06F8":"8","\u06F9":"9",\u1000:"k",\u1001:"kh",\u1002:"g",\u1003:"ga",\u1004:"ng",\u1005:"s",\u1006:"sa",\u1007:"z","\u1005\u103B":"za",\u100A:"ny",\u100B:"t",\u100C:"ta",\u100D:"d",\u100E:"da",\u100F:"na",\u1010:"t",\u1011:"ta",\u1012:"d",\u1013:"da",\u1014:"n",\u1015:"p",\u1016:"pa",\u1017:"b",\u1018:"ba",\u1019:"m",\u101A:"y",\u101B:"ya",\u101C:"l",\u101D:"w",\u101E:"th",\u101F:"h",\u1020:"la",\u1021:"a","\u103C":"y","\u103B":"ya","\u103D":"w","\u103C\u103D":"yw","\u103B\u103D":"ywa","\u103E":"h",\u1027:"e","\u104F":"-e",\u1023:"i",\u1024:"-i",\u1009:"u",\u1026:"-u",\u1029:"aw","\u101E\u103C\u1031\u102C":"aw",\u102A:"aw","\u1040":"0","\u1041":"1","\u1042":"2","\u1043":"3","\u1044":"4","\u1045":"5","\u1046":"6","\u1047":"7","\u1048":"8","\u1049":"9","\u1039":"","\u1037":"","\u1038":"",\u010D:"c",\u010F:"d",\u011B:"e",\u0148:"n",\u0159:"r",\u0161:"s",\u0165:"t",\u016F:"u",\u017E:"z",\u010C:"C",\u010E:"D",\u011A:"E",\u0147:"N",\u0158:"R",\u0160:"S",\u0164:"T",\u016E:"U",\u017D:"Z",\u0780:"h",\u0781:"sh",\u0782:"n",\u0783:"r",\u0784:"b",\u0785:"lh",\u0786:"k",\u0787:"a",\u0788:"v",\u0789:"m",\u078A:"f",\u078B:"dh",\u078C:"th",\u078D:"l",\u078E:"g",\u078F:"gn",\u0790:"s",\u0791:"d",\u0792:"z",\u0793:"t",\u0794:"y",\u0795:"p",\u0796:"j",\u0797:"ch",\u0798:"tt",\u0799:"hh",\u079A:"kh",\u079B:"th",\u079C:"z",\u079D:"sh",\u079E:"s",\u079F:"d",\u07A0:"t",\u07A1:"z",\u07A2:"a",\u07A3:"gh",\u07A4:"q",\u07A5:"w","\u07A6":"a","\u07A7":"aa","\u07A8":"i","\u07A9":"ee","\u07AA":"u","\u07AB":"oo","\u07AC":"e","\u07AD":"ey","\u07AE":"o","\u07AF":"oa","\u07B0":"",\u10D0:"a",\u10D1:"b",\u10D2:"g",\u10D3:"d",\u10D4:"e",\u10D5:"v",\u10D6:"z",\u10D7:"t",\u10D8:"i",\u10D9:"k",\u10DA:"l",\u10DB:"m",\u10DC:"n",\u10DD:"o",\u10DE:"p",\u10DF:"zh",\u10E0:"r",\u10E1:"s",\u10E2:"t",\u10E3:"u",\u10E4:"p",\u10E5:"k",\u10E6:"gh",\u10E7:"q",\u10E8:"sh",\u10E9:"ch",\u10EA:"ts",\u10EB:"dz",\u10EC:"ts",\u10ED:"ch",\u10EE:"kh",\u10EF:"j",\u10F0:"h",\u03B1:"a",\u03B2:"v",\u03B3:"g",\u03B4:"d",\u03B5:"e",\u03B6:"z",\u03B7:"i",\u03B8:"th",\u03B9:"i",\u03BA:"k",\u03BB:"l",\u03BC:"m",\u03BD:"n",\u03BE:"ks",\u03BF:"o",\u03C0:"p",\u03C1:"r",\u03C3:"s",\u03C4:"t",\u03C5:"y",\u03C6:"f",\u03C7:"x",\u03C8:"ps",\u03C9:"o",\u03AC:"a",\u03AD:"e",\u03AF:"i",\u03CC:"o",\u03CD:"y",\u03AE:"i",\u03CE:"o",\u03C2:"s",\u03CA:"i",\u03B0:"y",\u03CB:"y",\u0390:"i",\u0391:"A",\u0392:"B",\u0393:"G",\u0394:"D",\u0395:"E",\u0396:"Z",\u0397:"I",\u0398:"TH",\u0399:"I",\u039A:"K",\u039B:"L",\u039C:"M",\u039D:"N",\u039E:"KS",\u039F:"O",\u03A0:"P",\u03A1:"R",\u03A3:"S",\u03A4:"T",\u03A5:"Y",\u03A6:"F",\u03A7:"X",\u03A8:"PS",\u03A9:"O",\u0386:"A",\u0388:"E",\u038A:"I",\u038C:"O",\u038E:"Y",\u0389:"I",\u038F:"O",\u03AA:"I",\u03AB:"Y",\u0101:"a",\u0113:"e",\u0123:"g",\u012B:"i",\u0137:"k",\u013C:"l",\u0146:"n",\u016B:"u",\u0100:"A",\u0112:"E",\u0122:"G",\u012A:"I",\u0136:"k",\u013B:"L",\u0145:"N",\u016A:"U",\u040C:"Kj",\u045C:"kj",\u0409:"Lj",\u0459:"lj",\u040A:"Nj",\u045A:"nj",\u0422\u0441:"Ts",\u0442\u0441:"ts",\u0105:"a",\u0107:"c",\u0119:"e",\u0142:"l",\u0144:"n",\u015B:"s",\u017A:"z",\u017C:"z",\u0104:"A",\u0106:"C",\u0118:"E",\u0141:"L",\u0143:"N",\u015A:"S",\u0179:"Z",\u017B:"Z",\u0404:"Ye",\u0406:"I",\u0407:"Yi",\u0490:"G",\u0454:"ye",\u0456:"i",\u0457:"yi",\u0491:"g",\u0103:"a",\u0102:"A",\u0219:"s",\u0218:"S",\u021B:"t",\u021A:"T",\u0163:"t",\u0162:"T",\u0430:"a",\u0431:"b",\u0432:"v",\u0433:"g",\u0434:"d",\u0435:"e",\u0451:"yo",\u0436:"zh",\u0437:"z",\u0438:"i",\u0439:"i",\u043A:"k",\u043B:"l",\u043C:"m",\u043D:"n",\u043E:"o",\u043F:"p",\u0440:"r",\u0441:"s",\u0442:"t",\u0443:"u",\u0444:"f",\u0445:"kh",\u0446:"c",\u0447:"ch",\u0448:"sh",\u0449:"sh",\u044A:"",\u044B:"y",\u044C:"",\u044D:"e",\u044E:"yu",\u044F:"ya",\u0410:"A",\u0411:"B",\u0412:"V",\u0413:"G",\u0414:"D",\u0415:"E",\u0401:"Yo",\u0416:"Zh",\u0417:"Z",\u0418:"I",\u0419:"I",\u041A:"K",\u041B:"L",\u041C:"M",\u041D:"N",\u041E:"O",\u041F:"P",\u0420:"R",\u0421:"S",\u0422:"T",\u0423:"U",\u0424:"F",\u0425:"Kh",\u0426:"C",\u0427:"Ch",\u0428:"Sh",\u0429:"Sh",\u042A:"",\u042B:"Y",\u042C:"",\u042D:"E",\u042E:"Yu",\u042F:"Ya",\u0452:"dj",\u0458:"j",\u045B:"c",\u045F:"dz",\u0402:"Dj",\u0408:"j",\u040B:"C",\u040F:"Dz",\u013E:"l",\u013A:"l",\u0155:"r",\u013D:"L",\u0139:"L",\u0154:"R",\u015F:"s",\u015E:"S",\u0131:"i",\u0130:"I",\u011F:"g",\u011E:"G",\u1EA3:"a",\u1EA2:"A",\u1EB3:"a",\u1EB2:"A",\u1EA9:"a",\u1EA8:"A",\u0111:"d",\u0110:"D",\u1EB9:"e",\u1EB8:"E",\u1EBD:"e",\u1EBC:"E",\u1EBB:"e",\u1EBA:"E",\u1EBF:"e",\u1EBE:"E",\u1EC1:"e",\u1EC0:"E",\u1EC7:"e",\u1EC6:"E",\u1EC5:"e",\u1EC4:"E",\u1EC3:"e",\u1EC2:"E",\u1ECF:"o",\u1ECD:"o",\u1ECC:"o",\u1ED1:"o",\u1ED0:"O",\u1ED3:"o",\u1ED2:"O",\u1ED5:"o",\u1ED4:"O",\u1ED9:"o",\u1ED8:"O",\u1ED7:"o",\u1ED6:"O",\u01A1:"o",\u01A0:"O",\u1EDB:"o",\u1EDA:"O",\u1EDD:"o",\u1EDC:"O",\u1EE3:"o",\u1EE2:"O",\u1EE1:"o",\u1EE0:"O",\u1EDE:"o",\u1EDF:"o",\u1ECB:"i",\u1ECA:"I",\u0129:"i",\u0128:"I",\u1EC9:"i",\u1EC8:"i",\u1EE7:"u",\u1EE6:"U",\u1EE5:"u",\u1EE4:"U",\u0169:"u",\u0168:"U",\u01B0:"u",\u01AF:"U",\u1EE9:"u",\u1EE8:"U",\u1EEB:"u",\u1EEA:"U",\u1EF1:"u",\u1EF0:"U",\u1EEF:"u",\u1EEE:"U",\u1EED:"u",\u1EEC:"\u01B0",\u1EF7:"y",\u1EF6:"y",\u1EF3:"y",\u1EF2:"Y",\u1EF5:"y",\u1EF4:"Y",\u1EF9:"y",\u1EF8:"Y",\u1EA1:"a",\u1EA0:"A",\u1EA5:"a",\u1EA4:"A",\u1EA7:"a",\u1EA6:"A",\u1EAD:"a",\u1EAC:"A",\u1EAB:"a",\u1EAA:"A",\u1EAF:"a",\u1EAE:"A",\u1EB1:"a",\u1EB0:"A",\u1EB7:"a",\u1EB6:"A",\u1EB5:"a",\u1EB4:"A","\u24EA":"0","\u2460":"1","\u2461":"2","\u2462":"3","\u2463":"4","\u2464":"5","\u2465":"6","\u2466":"7","\u2467":"8","\u2468":"9","\u2469":"10","\u246A":"11","\u246B":"12","\u246C":"13","\u246D":"14","\u246E":"15","\u246F":"16","\u2470":"17","\u2471":"18","\u2472":"18","\u2473":"18","\u24F5":"1","\u24F6":"2","\u24F7":"3","\u24F8":"4","\u24F9":"5","\u24FA":"6","\u24FB":"7","\u24FC":"8","\u24FD":"9","\u24FE":"10","\u24FF":"0","\u24EB":"11","\u24EC":"12","\u24ED":"13","\u24EE":"14","\u24EF":"15","\u24F0":"16","\u24F1":"17","\u24F2":"18","\u24F3":"19","\u24F4":"20","\u24B6":"A","\u24B7":"B","\u24B8":"C","\u24B9":"D","\u24BA":"E","\u24BB":"F","\u24BC":"G","\u24BD":"H","\u24BE":"I","\u24BF":"J","\u24C0":"K","\u24C1":"L","\u24C2":"M","\u24C3":"N","\u24C4":"O","\u24C5":"P","\u24C6":"Q","\u24C7":"R","\u24C8":"S","\u24C9":"T","\u24CA":"U","\u24CB":"V","\u24CC":"W","\u24CD":"X","\u24CE":"Y","\u24CF":"Z","\u24D0":"a","\u24D1":"b","\u24D2":"c","\u24D3":"d","\u24D4":"e","\u24D5":"f","\u24D6":"g","\u24D7":"h","\u24D8":"i","\u24D9":"j","\u24DA":"k","\u24DB":"l","\u24DC":"m","\u24DD":"n","\u24DE":"o","\u24DF":"p","\u24E0":"q","\u24E1":"r","\u24E2":"s","\u24E3":"t","\u24E4":"u","\u24E6":"v","\u24E5":"w","\u24E7":"x","\u24E8":"y","\u24E9":"z","\u201C":'"',"\u201D":'"',"\u2018":"'","\u2019":"'","\u2202":"d",\u0192:"f","\u2122":"(TM)","\xA9":"(C)",\u0153:"oe",\u0152:"OE","\xAE":"(R)","\u2020":"+","\u2120":"(SM)","\u2026":"...","\u02DA":"o",\u00BA:"o",\u00AA:"a","\u2022":"*","\u104A":",","\u104B":".",$:"USD","\u20AC":"EUR","\u20A2":"BRN","\u20A3":"FRF","\xA3":"GBP","\u20A4":"ITL","\u20A6":"NGN","\u20A7":"ESP","\u20A9":"KRW","\u20AA":"ILS","\u20AB":"VND","\u20AD":"LAK","\u20AE":"MNT","\u20AF":"GRD","\u20B1":"ARS","\u20B2":"PYG","\u20B3":"ARA","\u20B4":"UAH","\u20B5":"GHS","\xA2":"cent","\xA5":"CNY",\u5143:"CNY",\u5186:"YEN","\uFDFC":"IRR","\u20A0":"EWE","\u0E3F":"THB","\u20A8":"INR","\u20B9":"INR","\u20B0":"PF","\u20BA":"TRY","\u060B":"AFN","\u20BC":"AZN",\u043B\u0432:"BGN","\u17DB":"KHR","\u20A1":"CRC","\u20B8":"KZT",\u0434\u0435\u043D:"MKD",z\u0142:"PLN","\u20BD":"RUB","\u20BE":"GEL"},$e=["\u103A","\u07B0"],at={"\u102C":"a","\u102B":"a","\u1031":"e","\u1032":"e","\u102D":"i","\u102E":"i","\u102D\u102F":"o","\u102F":"u","\u1030":"u","\u1031\u102B\u1004\u103A":"aung","\u1031\u102C":"aw","\u1031\u102C\u103A":"aw","\u1031\u102B":"aw","\u1031\u102B\u103A":"aw","\u103A":"\u103A","\u1000\u103A":"et","\u102D\u102F\u1000\u103A":"aik","\u1031\u102C\u1000\u103A":"auk","\u1004\u103A":"in","\u102D\u102F\u1004\u103A":"aing","\u1031\u102C\u1004\u103A":"aung","\u1005\u103A":"it","\u100A\u103A":"i","\u1010\u103A":"at","\u102D\u1010\u103A":"eik","\u102F\u1010\u103A":"ok","\u103D\u1010\u103A":"ut","\u1031\u1010\u103A":"it","\u1012\u103A":"d","\u102D\u102F\u1012\u103A":"ok","\u102F\u1012\u103A":"ait","\u1014\u103A":"an","\u102C\u1014\u103A":"an","\u102D\u1014\u103A":"ein","\u102F\u1014\u103A":"on","\u103D\u1014\u103A":"un","\u1015\u103A":"at","\u102D\u1015\u103A":"eik","\u102F\u1015\u103A":"ok","\u103D\u1015\u103A":"ut","\u1014\u103A\u102F\u1015\u103A":"nub","\u1019\u103A":"an","\u102D\u1019\u103A":"ein","\u102F\u1019\u103A":"on","\u103D\u1019\u103A":"un","\u101A\u103A":"e","\u102D\u102F\u101C\u103A":"ol","\u1009\u103A":"in","\u1036":"an","\u102D\u1036":"ein","\u102F\u1036":"on","\u07A6\u0787\u07B0":"ah","\u07A6\u0781\u07B0":"ah"},Pe={en:{},az:{\u00E7:"c",\u0259:"e",\u011F:"g",\u0131:"i",\u00F6:"o",\u015F:"s",\u00FC:"u",\u00C7:"C",\u018F:"E",\u011E:"G",\u0130:"I",\u00D6:"O",\u015E:"S",\u00DC:"U"},cs:{\u010D:"c",\u010F:"d",\u011B:"e",\u0148:"n",\u0159:"r",\u0161:"s",\u0165:"t",\u016F:"u",\u017E:"z",\u010C:"C",\u010E:"D",\u011A:"E",\u0147:"N",\u0158:"R",\u0160:"S",\u0164:"T",\u016E:"U",\u017D:"Z"},fi:{\u00E4:"a",\u00C4:"A",\u00F6:"o",\u00D6:"O"},hu:{\u00E4:"a",\u00C4:"A",\u00F6:"o",\u00D6:"O",\u00FC:"u",\u00DC:"U",\u0171:"u",\u0170:"U"},lt:{\u0105:"a",\u010D:"c",\u0119:"e",\u0117:"e",\u012F:"i",\u0161:"s",\u0173:"u",\u016B:"u",\u017E:"z",\u0104:"A",\u010C:"C",\u0118:"E",\u0116:"E",\u012E:"I",\u0160:"S",\u0172:"U",\u016A:"U"},lv:{\u0101:"a",\u010D:"c",\u0113:"e",\u0123:"g",\u012B:"i",\u0137:"k",\u013C:"l",\u0146:"n",\u0161:"s",\u016B:"u",\u017E:"z",\u0100:"A",\u010C:"C",\u0112:"E",\u0122:"G",\u012A:"i",\u0136:"k",\u013B:"L",\u0145:"N",\u0160:"S",\u016A:"u",\u017D:"Z"},pl:{\u0105:"a",\u0107:"c",\u0119:"e",\u0142:"l",\u0144:"n",\u00F3:"o",\u015B:"s",\u017A:"z",\u017C:"z",\u0104:"A",\u0106:"C",\u0118:"e",\u0141:"L",\u0143:"N",\u00D3:"O",\u015A:"S",\u0179:"Z",\u017B:"Z"},sv:{\u00E4:"a",\u00C4:"A",\u00F6:"o",\u00D6:"O"},sk:{\u00E4:"a",\u00C4:"A"},sr:{\u0459:"lj",\u045A:"nj",\u0409:"Lj",\u040A:"Nj",\u0111:"dj",\u0110:"Dj"},tr:{\u00DC:"U",\u00D6:"O",\u00FC:"u",\u00F6:"o"}},it={ar:{"\u2206":"delta","\u221E":"la-nihaya","\u2665":"hob","&":"wa","|":"aw","<":"aqal-men",">":"akbar-men","\u2211":"majmou","\xA4":"omla"},az:{},ca:{"\u2206":"delta","\u221E":"infinit","\u2665":"amor","&":"i","|":"o","<":"menys que",">":"mes que","\u2211":"suma dels","\xA4":"moneda"},cs:{"\u2206":"delta","\u221E":"nekonecno","\u2665":"laska","&":"a","|":"nebo","<":"mensi nez",">":"vetsi nez","\u2211":"soucet","\xA4":"mena"},de:{"\u2206":"delta","\u221E":"unendlich","\u2665":"Liebe","&":"und","|":"oder","<":"kleiner als",">":"groesser als","\u2211":"Summe von","\xA4":"Waehrung"},dv:{"\u2206":"delta","\u221E":"kolunulaa","\u2665":"loabi","&":"aai","|":"noonee","<":"ah vure kuda",">":"ah vure bodu","\u2211":"jumula","\xA4":"faisaa"},en:{"\u2206":"delta","\u221E":"infinity","\u2665":"love","&":"and","|":"or","<":"less than",">":"greater than","\u2211":"sum","\xA4":"currency"},es:{"\u2206":"delta","\u221E":"infinito","\u2665":"amor","&":"y","|":"u","<":"menos que",">":"mas que","\u2211":"suma de los","\xA4":"moneda"},fa:{"\u2206":"delta","\u221E":"bi-nahayat","\u2665":"eshgh","&":"va","|":"ya","<":"kamtar-az",">":"bishtar-az","\u2211":"majmooe","\xA4":"vahed"},fi:{"\u2206":"delta","\u221E":"aarettomyys","\u2665":"rakkaus","&":"ja","|":"tai","<":"pienempi kuin",">":"suurempi kuin","\u2211":"summa","\xA4":"valuutta"},fr:{"\u2206":"delta","\u221E":"infiniment","\u2665":"Amour","&":"et","|":"ou","<":"moins que",">":"superieure a","\u2211":"somme des","\xA4":"monnaie"},ge:{"\u2206":"delta","\u221E":"usasruloba","\u2665":"siqvaruli","&":"da","|":"an","<":"naklebi",">":"meti","\u2211":"jami","\xA4":"valuta"},gr:{},hu:{"\u2206":"delta","\u221E":"vegtelen","\u2665":"szerelem","&":"es","|":"vagy","<":"kisebb mint",">":"nagyobb mint","\u2211":"szumma","\xA4":"penznem"},it:{"\u2206":"delta","\u221E":"infinito","\u2665":"amore","&":"e","|":"o","<":"minore di",">":"maggiore di","\u2211":"somma","\xA4":"moneta"},lt:{"\u2206":"delta","\u221E":"begalybe","\u2665":"meile","&":"ir","|":"ar","<":"maziau nei",">":"daugiau nei","\u2211":"suma","\xA4":"valiuta"},lv:{"\u2206":"delta","\u221E":"bezgaliba","\u2665":"milestiba","&":"un","|":"vai","<":"mazak neka",">":"lielaks neka","\u2211":"summa","\xA4":"valuta"},my:{"\u2206":"kwahkhyaet","\u221E":"asaonasme","\u2665":"akhyait","&":"nhin","|":"tho","<":"ngethaw",">":"kyithaw","\u2211":"paungld","\xA4":"ngwekye"},mk:{},nl:{"\u2206":"delta","\u221E":"oneindig","\u2665":"liefde","&":"en","|":"of","<":"kleiner dan",">":"groter dan","\u2211":"som","\xA4":"valuta"},pl:{"\u2206":"delta","\u221E":"nieskonczonosc","\u2665":"milosc","&":"i","|":"lub","<":"mniejsze niz",">":"wieksze niz","\u2211":"suma","\xA4":"waluta"},pt:{"\u2206":"delta","\u221E":"infinito","\u2665":"amor","&":"e","|":"ou","<":"menor que",">":"maior que","\u2211":"soma","\xA4":"moeda"},ro:{"\u2206":"delta","\u221E":"infinit","\u2665":"dragoste","&":"si","|":"sau","<":"mai mic ca",">":"mai mare ca","\u2211":"suma","\xA4":"valuta"},ru:{"\u2206":"delta","\u221E":"beskonechno","\u2665":"lubov","&":"i","|":"ili","<":"menshe",">":"bolshe","\u2211":"summa","\xA4":"valjuta"},sk:{"\u2206":"delta","\u221E":"nekonecno","\u2665":"laska","&":"a","|":"alebo","<":"menej ako",">":"viac ako","\u2211":"sucet","\xA4":"mena"},sr:{},tr:{"\u2206":"delta","\u221E":"sonsuzluk","\u2665":"ask","&":"ve","|":"veya","<":"kucuktur",">":"buyuktur","\u2211":"toplam","\xA4":"para birimi"},uk:{"\u2206":"delta","\u221E":"bezkinechnist","\u2665":"lubov","&":"i","|":"abo","<":"menshe",">":"bilshe","\u2211":"suma","\xA4":"valjuta"},vn:{"\u2206":"delta","\u221E":"vo cuc","\u2665":"yeu","&":"va","|":"hoac","<":"nho hon",">":"lon hon","\u2211":"tong","\xA4":"tien te"}},ti=[";","?",":","@","&","=","+","$",",","/"].join(""),hi=[";","?",":","@","&","=","+","$",","].join(""),Wi=[".","!","~","*","'","(",")"].join(""),nn=function(Sa,Sn){var ur="-",Or="",oo="",So=!0,mo={},Is,ys,Ls,zs,lu,rd,Cs,Us,Hu,Al,xo,yd,Vl,Ku,uu="";if(typeof Sa!="string")return"";if(typeof Sn=="string"&&(ur=Sn),Cs=it.en,Us=Pe.en,typeof Sn=="object"){Is=Sn.maintainCase||!1,mo=Sn.custom&&typeof Sn.custom=="object"?Sn.custom:mo,Ls=+Sn.truncate>1&&Sn.truncate||!1,zs=Sn.uric||!1,lu=Sn.uricNoSlash||!1,rd=Sn.mark||!1,So=!(Sn.symbols===!1||Sn.lang===!1),ur=Sn.separator||ur,zs&&(uu+=ti),lu&&(uu+=hi),rd&&(uu+=Wi),Cs=Sn.lang&&it[Sn.lang]&&So?it[Sn.lang]:So?it.en:{},Us=Sn.lang&&Pe[Sn.lang]?Pe[Sn.lang]:Sn.lang===!1||Sn.lang===!0?{}:Pe.en,Sn.titleCase&&typeof Sn.titleCase.length=="number"&&Array.prototype.toString.call(Sn.titleCase)?(Sn.titleCase.forEach(function(ql){mo[ql+""]=ql+""}),ys=!0):ys=!!Sn.titleCase,Sn.custom&&typeof Sn.custom.length=="number"&&Array.prototype.toString.call(Sn.custom)&&Sn.custom.forEach(function(ql){mo[ql+""]=ql+""}),Object.keys(mo).forEach(function(ql){var od;ql.length>1?od=new RegExp("\\b"+ta(ql)+"\\b","gi"):od=new RegExp(ta(ql),"gi"),Sa=Sa.replace(od,mo[ql])});for(xo in mo)uu+=xo}for(uu+=ur,uu=ta(uu),Sa=Sa.replace(/(^\s+|\s+$)/g,""),Vl=!1,Ku=!1,Al=0,yd=Sa.length;Al<yd;Al++)xo=Sa[Al],Yn(xo,mo)?Vl=!1:Us[xo]?(xo=Vl&&Us[xo].match(/[A-Za-z0-9]/)?" "+Us[xo]:Us[xo],Vl=!1):xo in he?(Al+1<yd&&$e.indexOf(Sa[Al+1])>=0?(oo+=xo,xo=""):Ku===!0?(xo=at[oo]+he[xo],oo=""):xo=Vl&&he[xo].match(/[A-Za-z0-9]/)?" "+he[xo]:he[xo],Vl=!1,Ku=!1):xo in at?(oo+=xo,xo="",Al===yd-1&&(xo=at[oo]),Ku=!0):Cs[xo]&&!(zs&&ti.indexOf(xo)!==-1)&&!(lu&&hi.indexOf(xo)!==-1)?(xo=Vl||Or.substr(-1).match(/[A-Za-z0-9]/)?ur+Cs[xo]:Cs[xo],xo+=Sa[Al+1]!==void 0&&Sa[Al+1].match(/[A-Za-z0-9]/)?ur:"",Vl=!0):(Ku===!0?(xo=at[oo]+xo,oo="",Ku=!1):Vl&&(/[A-Za-z0-9]/.test(xo)||Or.substr(-1).match(/A-Za-z0-9]/))&&(xo=" "+xo),Vl=!1),Or+=xo.replace(new RegExp("[^\\w\\s"+uu+"_-]","g"),ur);return ys&&(Or=Or.replace(/(\w)(\S*)/g,function(ql,od,Nd){var bd=od.toUpperCase()+(Nd!==null?Nd:"");return Object.keys(mo).indexOf(bd.toLowerCase())<0?bd:bd.toLowerCase()})),Or=Or.replace(/\s+/g,ur).replace(new RegExp("\\"+ur+"+","g"),ur).replace(new RegExp("(^\\"+ur+"+|\\"+ur+"+$)","g"),""),Ls&&Or.length>Ls&&(Hu=Or.charAt(Ls)===ur,Or=Or.slice(0,Ls),Hu||(Or=Or.slice(0,Or.lastIndexOf(ur)))),!Is&&!ys&&(Or=Or.toLowerCase()),Or},Qn=function(Sa){return function(ur){return nn(ur,Sa)}},ta=function(Sa){return Sa.replace(/[-\\^$*+?.()|[\]{}\/]/g,"\\$&")},Yn=function(Cn,Sa){for(var Sn in Sa)if(Sa[Sn]===Cn)return!0};if(typeof E<"u"&&E.exports)E.exports=nn,E.exports.createSlug=Qn;else if(typeof define<"u"&&define.amd)define([],function(){return nn});else try{if(te.getSlug||te.createSlug)throw"speakingurl: globals exists /(getSlug|createSlug)/";te.getSlug=nn,te.createSlug=Qn}catch{}}(n)}}),K=x({"../../node_modules/.pnpm/speakingurl@14.0.1/node_modules/speakingurl/index.js"(n,E){"use strict";_(),E.exports=S()}});_(),_(),_();function _e(n){if(e.aC.__VUE_DEVTOOLS_PLUGIN_API_AVAILABLE__){n();return}Object.defineProperty(e.aC,"__VUE_DEVTOOLS_PLUGIN_API_AVAILABLE__",{set(E){E&&n()},configurable:!0})}_(),_(),_(),_(),_();function ee(n){var E;const te=n.name||n._componentTag||n.__VUE_DEVTOOLS_COMPONENT_GUSSED_NAME__||n.__name;return te==="index"&&((E=n.__file)!=null&&E.endsWith("index.vue"))?"":te}function H(n){const E=n.__file;if(E)return(0,e.L8)((0,e.P8)(E,".vue"))}function xe(n){const E=n.displayName||n.name||n._componentTag;return E||H(n)}function P(n,E){return n.type.__VUE_DEVTOOLS_COMPONENT_GUSSED_NAME__=E,E}function ce(n){if(n.__VUE_DEVTOOLS_NEXT_APP_RECORD__)return n.__VUE_DEVTOOLS_NEXT_APP_RECORD__;if(n.root)return n.appContext.app.__VUE_DEVTOOLS_NEXT_APP_RECORD__}async function Ce(n){const{app:E,uid:te,instance:he}=n;try{if(he.__VUE_DEVTOOLS_NEXT_UID__)return he.__VUE_DEVTOOLS_NEXT_UID__;const $e=await ce(E);if(!$e)return null;const at=$e.rootInstance===he;return`${$e.id}:${at?"root":te}`}catch{}}function ke(n){var E,te;const he=(E=n.subTree)==null?void 0:E.type,$e=ce(n);return $e?((te=$e?.types)==null?void 0:te.Fragment)===he:!1}function J(n){return n._isBeingDestroyed||n.isUnmounted}function ye(n){var E,te,he;const $e=ee(n?.type||{});if($e)return $e;if(n?.root===n)return"Root";for(const Pe in(te=(E=n.parent)==null?void 0:E.type)==null?void 0:te.components)if(n.parent.type.components[Pe]===n?.type)return P(n,Pe);for(const Pe in(he=n.appContext)==null?void 0:he.components)if(n.appContext.components[Pe]===n?.type)return P(n,Pe);const at=H(n?.type||{});return at||"Anonymous Component"}function Xe(n){var E,te,he;const $e=(he=(te=(E=n?.appContext)==null?void 0:E.app)==null?void 0:te.__VUE_DEVTOOLS_NEXT_APP_RECORD_ID__)!=null?he:0,at=n===n?.root?"root":n.uid;return`${$e}:${at}`}function ui(n){return n==null?"":typeof n=="number"?n:typeof n=="string"?`'${n}'`:Array.isArray(n)?"Array":"Object"}function ht(n){try{return n()}catch(E){return E}}function _t(n,E){return E=E||`${n.id}:root`,n.instanceMap.get(E)||n.instanceMap.get(":root")}function ai(n,E,te=!1){return te||typeof n=="object"&&n!==null?E in n:!1}function Ft(){const n={top:0,bottom:0,left:0,right:0,get width(){return n.right-n.left},get height(){return n.bottom-n.top}};return n}var jt;function He(n){return jt||(jt=document.createRange()),jt.selectNode(n),jt.getBoundingClientRect()}function ut(n){const E=Ft();if(!n.children)return E;for(let te=0,he=n.children.length;te<he;te++){const $e=n.children[te];let at;if($e.component)at=ri($e.component);else if($e.el){const Pe=$e.el;Pe.nodeType===1||Pe.getBoundingClientRect?at=Pe.getBoundingClientRect():Pe.nodeType===3&&Pe.data.trim()&&(at=He(Pe))}at&&Ot(E,at)}return E}function Ot(n,E){return(!n.top||E.top<n.top)&&(n.top=E.top),(!n.bottom||E.bottom>n.bottom)&&(n.bottom=E.bottom),(!n.left||E.left<n.left)&&(n.left=E.left),(!n.right||E.right>n.right)&&(n.right=E.right),n}var Gt={top:0,left:0,right:0,bottom:0,width:0,height:0};function ri(n){const E=n.subTree.el;return typeof window>"u"?Gt:ke(n)?ut(n.subTree):E?.nodeType===1?E?.getBoundingClientRect():n.subTree.component?ri(n.subTree.component):Gt}_();function Ii(n){return ke(n)?Li(n.subTree):n.subTree?[n.subTree.el]:[]}function Li(n){if(!n.children)return[];const E=[];return n.children.forEach(te=>{te.component?E.push(...Ii(te.component)):te?.el&&E.push(te.el)}),E}var Yi="__vue-devtools-component-inspector__",wi="__vue-devtools-component-inspector__card__",Lt="__vue-devtools-component-inspector__name__",di="__vue-devtools-component-inspector__indicator__",Vt={display:"block",zIndex:2147483640,position:"fixed",backgroundColor:"#42b88325",border:"1px solid #42b88350",borderRadius:"5px",transition:"all 0.1s ease-in",pointerEvents:"none"},pn={fontFamily:"Arial, Helvetica, sans-serif",padding:"5px 8px",borderRadius:"4px",textAlign:"left",position:"absolute",left:0,color:"#e9e9e9",fontSize:"14px",fontWeight:600,lineHeight:"24px",backgroundColor:"#42b883",boxShadow:"0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1)"},oi={display:"inline-block",fontWeight:400,fontStyle:"normal",fontSize:"12px",opacity:.7};function ni(){return document.getElementById(Yi)}function Ei(){return document.getElementById(wi)}function An(){return document.getElementById(di)}function En(){return document.getElementById(Lt)}function Qi(n){return{left:`${Math.round(n.left*100)/100}px`,top:`${Math.round(n.top*100)/100}px`,width:`${Math.round(n.width*100)/100}px`,height:`${Math.round(n.height*100)/100}px`}}function Yt(n){var E;const te=document.createElement("div");te.id=(E=n.elementId)!=null?E:Yi,Object.assign(te.style,{...Vt,...Qi(n.bounds),...n.style});const he=document.createElement("span");he.id=wi,Object.assign(he.style,{...pn,top:n.bounds.top<35?0:"-35px"});const $e=document.createElement("span");$e.id=Lt,$e.innerHTML=`<${n.name}> `;const at=document.createElement("i");return at.id=di,at.innerHTML=`${Math.round(n.bounds.width*100)/100} x ${Math.round(n.bounds.height*100)/100}`,Object.assign(at.style,oi),he.appendChild($e),he.appendChild(at),te.appendChild(he),document.body.appendChild(te),te}function Ut(n){const E=ni(),te=Ei(),he=En(),$e=An();E&&(Object.assign(E.style,{...Vt,...Qi(n.bounds)}),Object.assign(te.style,{top:n.bounds.top<35?0:"-35px"}),he.innerHTML=`<${n.name}> `,$e.innerHTML=`${Math.round(n.bounds.width*100)/100} x ${Math.round(n.bounds.height*100)/100}`)}function qi(n){const E=ri(n);if(!E.width&&!E.height)return;const te=ye(n);ni()?Ut({bounds:E,name:te}):Yt({bounds:E,name:te})}function Ne(){const n=ni();n&&(n.style.display="none")}var ft=null;function gt(n){const E=n.target;if(E){const te=E.__vueParentComponent;if(te&&(ft=te,te.vnode.el)){const $e=ri(te),at=ye(te);ni()?Ut({bounds:$e,name:at}):Yt({bounds:$e,name:at})}}}function Ve(n,E){if(n.preventDefault(),n.stopPropagation(),ft){const te=Xe(ft);E(te)}}var ot=null;function ei(){Ne(),window.removeEventListener("mouseover",gt),window.removeEventListener("click",ot,!0),ot=null}function X(){return window.addEventListener("mouseover",gt),new Promise(n=>{function E(te){te.preventDefault(),te.stopPropagation(),Ve(te,he=>{window.removeEventListener("click",E,!0),ot=null,window.removeEventListener("mouseover",gt);const $e=ni();$e&&($e.style.display="none"),n(JSON.stringify({id:he}))})}ot=E,window.addEventListener("click",E,!0)})}function A(n){const E=_t(lr.value,n.id);if(E){const[te]=Ii(E);if(typeof te.scrollIntoView=="function")te.scrollIntoView({behavior:"smooth"});else{const he=ri(E),$e=document.createElement("div"),at={...Qi(he),position:"absolute"};Object.assign($e.style,at),document.body.appendChild($e),$e.scrollIntoView({behavior:"smooth"}),setTimeout(()=>{document.body.removeChild($e)},2e3)}setTimeout(()=>{const he=ri(E);if(he.width||he.height){const $e=ye(E),at=ni();at?Ut({...n,name:$e,bounds:he}):Yt({...n,name:$e,bounds:he}),setTimeout(()=>{at&&(at.style.display="none")},1500)}},1200)}}_();var g,D;(D=(g=e.aC).__VUE_DEVTOOLS_COMPONENT_INSPECTOR_ENABLED__)!=null||(g.__VUE_DEVTOOLS_COMPONENT_INSPECTOR_ENABLED__=!0);function $(n){target2.__VUE_DEVTOOLS_COMPONENT_INSPECTOR_ENABLED__=n}function Y(n){let E=0;const te=setInterval(()=>{e.aC.__VUE_INSPECTOR__&&(clearInterval(te),E+=30,n()),E>=5e3&&clearInterval(te)},30)}function ne(){const n=e.aC.__VUE_INSPECTOR__,E=n.openInEditor;n.openInEditor=async(...te)=>{n.disable(),E(...te)}}function Re(){return new Promise(n=>{function E(){ne(),n(e.aC.__VUE_INSPECTOR__)}e.aC.__VUE_INSPECTOR__?E():Y(()=>{E()})})}_(),_();function Ge(n){return!!(n&&n.__v_isReadonly)}function At(n){return Ge(n)?At(n.__v_raw):!!(n&&n.__v_isReactive)}function Ze(n){return!!(n&&n.__v_isRef===!0)}function ve(n){const E=n&&n.__v_raw;return E?ve(E):n}var L=Symbol.for("v-fgt"),ge=class{constructor(){this.refEditor=new Ae}set(n,E,te,he){const $e=Array.isArray(E)?E:E.split("."),at=!1;for(;$e.length>1;){const ti=$e.shift();n instanceof Map?n=n.get(ti):n instanceof Set?n=Array.from(n.values())[ti]:n=n[ti],this.refEditor.isRef(n)&&(n=this.refEditor.get(n))}const Pe=$e[0],it=this.refEditor.get(n)[Pe];he?he(n,Pe,te):this.refEditor.isRef(it)?this.refEditor.set(it,te):n[Pe]=te}get(n,E){const te=Array.isArray(E)?E:E.split(".");for(let he=0;he<te.length;he++)if(n instanceof Map?n=n.get(te[he]):n=n[te[he]],this.refEditor.isRef(n)&&(n=this.refEditor.get(n)),!n)return;return n}has(n,E,te=!1){if(typeof n>"u")return!1;const he=Array.isArray(E)?E.slice():E.split("."),$e=te?2:1;for(;n&&he.length>$e;){const at=he.shift();n=n[at],this.refEditor.isRef(n)&&(n=this.refEditor.get(n))}return n!=null&&Object.prototype.hasOwnProperty.call(n,he[0])}createDefaultSetCallback(n){return(E,te,he)=>{if((n.remove||n.newKey)&&(Array.isArray(E)?E.splice(te,1):ve(E)instanceof Map?E.delete(te):ve(E)instanceof Set?E.delete(Array.from(E.values())[te]):Reflect.deleteProperty(E,te)),!n.remove){const $e=E[n.newKey||te];this.refEditor.isRef($e)?this.refEditor.set($e,he):ve(E)instanceof Map?E.set(n.newKey||te,he):ve(E)instanceof Set?E.add(he):E[n.newKey||te]=he}}}},Ae=class{set(n,E){if(Ze(n))n.value=E;else{if(n instanceof Set&&Array.isArray(E)){n.clear(),E.forEach($e=>n.add($e));return}const te=Object.keys(E);if(n instanceof Map){const $e=new Set(n.keys());te.forEach(at=>{n.set(at,Reflect.get(E,at)),$e.delete(at)}),$e.forEach(at=>n.delete(at));return}const he=new Set(Object.keys(n));te.forEach($e=>{Reflect.set(n,$e,Reflect.get(E,$e)),he.delete($e)}),he.forEach($e=>Reflect.deleteProperty(n,$e))}}get(n){return Ze(n)?n.value:n}isRef(n){return Ze(n)||At(n)}};async function rt(n,E){const{path:te,nodeId:he,state:$e,type:at}=n,Pe=_t(lr.value,he);if(!Pe)return;const it=te.slice();let ti;Object.keys(Pe.props).includes(te[0])?ti=Pe.props:Pe.devtoolsRawSetupState&&Object.keys(Pe.devtoolsRawSetupState).includes(te[0])?ti=Pe.devtoolsRawSetupState:Pe.data&&Object.keys(Pe.data).includes(te[0])?ti=Pe.data:ti=Pe.proxy,ti&&it&&($e.type,E.set(ti,it,$e.value,E.createDefaultSetCallback($e)))}var Ht=new ge;async function Qt(n){rt(n,Ht)}_(),_(),_();var Qe="__VUE_DEVTOOLS_KIT_TIMELINE_LAYERS_STATE__";function Rt(n){!isBrowser||typeof localStorage>"u"||localStorage===null||localStorage.setItem(Qe,JSON.stringify(n))}function Kt(){if(!e.Bd||typeof localStorage>"u"||localStorage===null)return{recordingState:!1,mouseEventEnabled:!1,keyboardEventEnabled:!1,componentEventEnabled:!1,performanceEventEnabled:!1,selected:""};const n=localStorage.getItem(Qe);return n?JSON.parse(n):{recordingState:!1,mouseEventEnabled:!1,keyboardEventEnabled:!1,componentEventEnabled:!1,performanceEventEnabled:!1,selected:""}}_(),_(),_();var wt,un;(un=(wt=e.aC).__VUE_DEVTOOLS_KIT_TIMELINE_LAYERS)!=null||(wt.__VUE_DEVTOOLS_KIT_TIMELINE_LAYERS=[]);var en=new Proxy(e.aC.__VUE_DEVTOOLS_KIT_TIMELINE_LAYERS,{get(n,E,te){return Reflect.get(n,E,te)}});function Ji(n,E){u.timelineLayersState[E.id]=!1,en.push({...n,descriptorId:E.id,appRecord:ce(E.app)})}function Zn(n){const E={...u.timelineLayersState,...n};Rt(E),R({timelineLayersState:E})}var oa,Tn;(Tn=(oa=e.aC).__VUE_DEVTOOLS_KIT_INSPECTOR__)!=null||(oa.__VUE_DEVTOOLS_KIT_INSPECTOR__=[]);var Er=new Proxy(e.aC.__VUE_DEVTOOLS_KIT_INSPECTOR__,{get(n,E,te){return Reflect.get(n,E,te)}}),Ea=(0,i.s)(()=>{Ro.hooks.callHook("sendInspectorToClient",Ja())});function Br(n,E){var te,he;Er.push({options:n,descriptor:E,treeFilterPlaceholder:(te=n.treeFilterPlaceholder)!=null?te:"Search tree...",stateFilterPlaceholder:(he=n.stateFilterPlaceholder)!=null?he:"Search state...",treeFilter:"",selectedNodeId:"",appRecord:ce(E.app)}),Ea()}function Ja(){return Er.filter(n=>n.descriptor.app===lr.value.app).filter(n=>n.descriptor.id!=="components").map(n=>{var E;const te=n.descriptor,he=n.options;return{id:he.id,label:he.label,logo:te.logo,icon:`custom-ic-baseline-${(E=he?.icon)==null?void 0:E.replace(/_/g,"-")}`,packageName:te.packageName,homepage:te.homepage,pluginId:te.id}})}function hr(n){const E=br(n,lr.value.app);if(!E)return;const te=E.descriptor,he=E.options,$e=en.filter(at=>at.descriptorId===te.id).map(at=>({id:at.id,label:at.label,color:at.color}));return{id:he.id,label:he.label,logo:te.logo,packageName:te.packageName,homepage:te.homepage,timelineLayers:$e,treeFilterPlaceholder:E.treeFilterPlaceholder,stateFilterPlaceholder:E.stateFilterPlaceholder}}function br(n,E){return Er.find(te=>te.options.id===n&&(E?te.descriptor.app===E:!0))}function Ka(n){const E=br(n);return E?.options.actions}function Ur(n){const E=br(n);return E?.options.nodeActions}var zt=(n=>(n.VISIT_COMPONENT_TREE="visitComponentTree",n.INSPECT_COMPONENT="inspectComponent",n.EDIT_COMPONENT_STATE="editComponentState",n.GET_INSPECTOR_TREE="getInspectorTree",n.GET_INSPECTOR_STATE="getInspectorState",n.EDIT_INSPECTOR_STATE="editInspectorState",n.INSPECT_TIMELINE_EVENT="inspectTimelineEvent",n.TIMELINE_CLEARED="timelineCleared",n.SET_PLUGIN_SETTINGS="setPluginSettings",n))(zt||{}),Wt=(n=>(n.ADD_INSPECTOR="addInspector",n.SEND_INSPECTOR_TREE="sendInspectorTree",n.SEND_INSPECTOR_STATE="sendInspectorState",n.CUSTOM_INSPECTOR_SELECT_NODE="customInspectorSelectNode",n.TIMELINE_LAYER_ADDED="timelineLayerAdded",n.TIMELINE_EVENT_ADDED="timelineEventAdded",n.GET_COMPONENT_INSTANCES="getComponentInstances",n.GET_COMPONENT_BOUNDS="getComponentBounds",n.GET_COMPONENT_NAME="getComponentName",n.COMPONENT_HIGHLIGHT="componentHighlight",n.COMPONENT_UNHIGHLIGHT="componentUnhighlight",n))(Wt||{}),Si=(n=>(n.SEND_INSPECTOR_TREE_TO_CLIENT="sendInspectorTreeToClient",n.SEND_INSPECTOR_STATE_TO_CLIENT="sendInspectorStateToClient",n.SEND_TIMELINE_EVENT_TO_CLIENT="sendTimelineEventToClient",n.SEND_INSPECTOR_TO_CLIENT="sendInspectorToClient",n.SEND_ACTIVE_APP_UNMOUNTED_TO_CLIENT="sendActiveAppUpdatedToClient",n.DEVTOOLS_STATE_UPDATED="devtoolsStateUpdated",n.DEVTOOLS_CONNECTED_UPDATED="devtoolsConnectedUpdated",n.ROUTER_INFO_UPDATED="routerInfoUpdated",n))(Si||{});function Oi(){const n=(0,c.FF)();n.hook("addInspector",({inspector:he,plugin:$e})=>{Br(he,$e.descriptor)});const E=(0,i.s)(async({inspectorId:he,plugin:$e})=>{var at;if(!he||!((at=$e?.descriptor)!=null&&at.app)||u.highPerfModeEnabled)return;const Pe=br(he,$e.descriptor.app),it={app:$e.descriptor.app,inspectorId:he,filter:Pe?.treeFilter||"",rootNodes:[]};await new Promise(ti=>{n.callHookWith(async hi=>{await Promise.all(hi.map(Wi=>Wi(it))),ti()},"getInspectorTree")}),n.callHookWith(async ti=>{await Promise.all(ti.map(hi=>hi({inspectorId:he,rootNodes:it.rootNodes})))},"sendInspectorTreeToClient")},120);n.hook("sendInspectorTree",E);const te=(0,i.s)(async({inspectorId:he,plugin:$e})=>{var at;if(!he||!((at=$e?.descriptor)!=null&&at.app)||u.highPerfModeEnabled)return;const Pe=br(he,$e.descriptor.app),it={app:$e.descriptor.app,inspectorId:he,nodeId:Pe?.selectedNodeId||"",state:null},ti={currentTab:`custom-inspector:${he}`};it.nodeId&&await new Promise(hi=>{n.callHookWith(async Wi=>{await Promise.all(Wi.map(nn=>nn(it,ti))),hi()},"getInspectorState")}),n.callHookWith(async hi=>{await Promise.all(hi.map(Wi=>Wi({inspectorId:he,nodeId:it.nodeId,state:it.state})))},"sendInspectorStateToClient")},120);return n.hook("sendInspectorState",te),n.hook("customInspectorSelectNode",({inspectorId:he,nodeId:$e,plugin:at})=>{const Pe=br(he,at.descriptor.app);Pe&&(Pe.selectedNodeId=$e)}),n.hook("timelineLayerAdded",({options:he,plugin:$e})=>{Ji(he,$e.descriptor)}),n.hook("timelineEventAdded",({options:he,plugin:$e})=>{var at;const Pe=["performance","component-event","keyboard","mouse"];u.highPerfModeEnabled||!((at=u.timelineLayersState)!=null&&at[$e.descriptor.id])&&!Pe.includes(he.layerId)||n.callHookWith(async it=>{await Promise.all(it.map(ti=>ti(he)))},"sendTimelineEventToClient")}),n.hook("getComponentInstances",async({app:he})=>{const $e=he.__VUE_DEVTOOLS_NEXT_APP_RECORD__;if(!$e)return null;const at=$e.id.toString();return[...$e.instanceMap].filter(([it])=>it.split(":")[0]===at).map(([,it])=>it)}),n.hook("getComponentBounds",async({instance:he})=>ri(he)),n.hook("getComponentName",({instance:he})=>ye(he)),n.hook("componentHighlight",({uid:he})=>{const $e=lr.value.instanceMap.get(he);$e&&qi($e)}),n.hook("componentUnhighlight",()=>{Ne()}),n}var zn,Un;(Un=(zn=e.aC).__VUE_DEVTOOLS_KIT_APP_RECORDS__)!=null||(zn.__VUE_DEVTOOLS_KIT_APP_RECORDS__=[]);var tr,Ai;(Ai=(tr=e.aC).__VUE_DEVTOOLS_KIT_ACTIVE_APP_RECORD__)!=null||(tr.__VUE_DEVTOOLS_KIT_ACTIVE_APP_RECORD__={});var Te,et;(et=(Te=e.aC).__VUE_DEVTOOLS_KIT_ACTIVE_APP_RECORD_ID__)!=null||(Te.__VUE_DEVTOOLS_KIT_ACTIVE_APP_RECORD_ID__="");var ii,qt;(qt=(ii=e.aC).__VUE_DEVTOOLS_KIT_CUSTOM_TABS__)!=null||(ii.__VUE_DEVTOOLS_KIT_CUSTOM_TABS__=[]);var xi,ia;(ia=(xi=e.aC).__VUE_DEVTOOLS_KIT_CUSTOM_COMMANDS__)!=null||(xi.__VUE_DEVTOOLS_KIT_CUSTOM_COMMANDS__=[]);var ca="__VUE_DEVTOOLS_KIT_GLOBAL_STATE__";function ma(){return{connected:!1,clientConnected:!1,vitePluginDetected:!0,appRecords:[],activeAppRecordId:"",tabs:[],commands:[],highPerfModeEnabled:!0,devtoolsClientDetected:{},perfUniqueGroupId:0,timelineLayersState:Kt()}}var jn,$a;($a=(jn=e.aC)[ca])!=null||(jn[ca]=ma());var Ia=(0,i.s)(n=>{Ro.hooks.callHook("devtoolsStateUpdated",{state:n})}),gr=(0,i.s)((n,E)=>{Ro.hooks.callHook("devtoolsConnectedUpdated",{state:n,oldState:E})}),Ta=new Proxy(e.aC.__VUE_DEVTOOLS_KIT_APP_RECORDS__,{get(n,E,te){return E==="value"?e.aC.__VUE_DEVTOOLS_KIT_APP_RECORDS__:e.aC.__VUE_DEVTOOLS_KIT_APP_RECORDS__[E]}}),to=n=>{e.aC.__VUE_DEVTOOLS_KIT_APP_RECORDS__=[...e.aC.__VUE_DEVTOOLS_KIT_APP_RECORDS__,n]},Kr=n=>{e.aC.__VUE_DEVTOOLS_KIT_APP_RECORDS__=Ta.value.filter(E=>E.app!==n)},lr=new Proxy(e.aC.__VUE_DEVTOOLS_KIT_ACTIVE_APP_RECORD__,{get(n,E,te){return E==="value"?e.aC.__VUE_DEVTOOLS_KIT_ACTIVE_APP_RECORD__:E==="id"?e.aC.__VUE_DEVTOOLS_KIT_ACTIVE_APP_RECORD_ID__:e.aC.__VUE_DEVTOOLS_KIT_ACTIVE_APP_RECORD__[E]}});function Wr(){Ia({...e.aC[ca],appRecords:Ta.value,activeAppRecordId:lr.id,tabs:e.aC.__VUE_DEVTOOLS_KIT_CUSTOM_TABS__,commands:e.aC.__VUE_DEVTOOLS_KIT_CUSTOM_COMMANDS__})}function Le(n){e.aC.__VUE_DEVTOOLS_KIT_ACTIVE_APP_RECORD__=n,Wr()}function lt(n){e.aC.__VUE_DEVTOOLS_KIT_ACTIVE_APP_RECORD_ID__=n,Wr()}var u=new Proxy(e.aC[ca],{get(n,E){return E==="appRecords"?Ta:E==="activeAppRecordId"?lr.id:E==="tabs"?e.aC.__VUE_DEVTOOLS_KIT_CUSTOM_TABS__:E==="commands"?e.aC.__VUE_DEVTOOLS_KIT_CUSTOM_COMMANDS__:e.aC[ca][E]},deleteProperty(n,E){return delete n[E],!0},set(n,E,te){const he={...e.aC[ca]};return n[E]=te,e.aC[ca][E]=te,!0}});function b(){Object.assign(global[ca],ma())}function R(n){const E={...e.aC[ca],appRecords:Ta.value,activeAppRecordId:lr.id};(E.connected!==n.connected&&n.connected||E.clientConnected!==n.clientConnected&&n.clientConnected)&&gr(e.aC[ca],E),Object.assign(e.aC[ca],n),Wr()}function q(n){return new Promise(E=>{u.connected&&(n(),E()),Ro.hooks.hook("devtoolsConnectedUpdated",({state:te})=>{te.connected&&(n(),E())})})}var oe=n=>{if(n)return n.startsWith("baseline-")?`custom-ic-${n}`:n.startsWith("i-")||isUrlString(n)?n:`custom-ic-baseline-${n}`};function z(n){const E=global.__VUE_DEVTOOLS_KIT_CUSTOM_TABS__;E.some(te=>te.name===n.name)||(E.push({...n,icon:oe(n.icon)}),Wr())}function ae(n){const E=global.__VUE_DEVTOOLS_KIT_CUSTOM_COMMANDS__;E.some(te=>te.id===n.id)||(E.push({...n,icon:oe(n.icon),children:n.children?n.children.map(te=>({...te,icon:oe(te.icon)})):void 0}),Wr())}function Ee(n){const E=global.__VUE_DEVTOOLS_KIT_CUSTOM_COMMANDS__,te=E.findIndex(he=>he.id===n);te!==-1&&(E.splice(te,1),Wr())}function V(n){R({clientConnected:n})}function Fe(n){target5.__VUE_DEVTOOLS_OPEN_IN_EDITOR_BASE_URL__=n}function De(n={}){var E,te,he;const{file:$e,host:at,baseUrl:Pe=window.location.origin,line:it=0,column:ti=0}=n;if($e){if(at==="chrome-extension"){const hi=$e.replace(/\\/g,"\\\\"),Wi=(te=(E=window.VUE_DEVTOOLS_CONFIG)==null?void 0:E.openInEditorHost)!=null?te:"/";fetch(`${Wi}__open-in-editor?file=${encodeURI($e)}`).then(nn=>{if(!nn.ok){const Qn=`Opening component ${hi} failed`;console.log(`%c${Qn}`,"color:red")}})}else if(u.vitePluginDetected){const hi=(he=e.aC.__VUE_DEVTOOLS_OPEN_IN_EDITOR_BASE_URL__)!=null?he:Pe;e.aC.__VUE_INSPECTOR__.openInEditor(hi,$e,it,ti)}}}_(),_(),_(),_(),_();var Et,yi;(yi=(Et=e.aC).__VUE_DEVTOOLS_KIT_PLUGIN_BUFFER__)!=null||(Et.__VUE_DEVTOOLS_KIT_PLUGIN_BUFFER__=[]);var gi=new Proxy(e.aC.__VUE_DEVTOOLS_KIT_PLUGIN_BUFFER__,{get(n,E,te){return Reflect.get(n,E,te)}});function fn(n,E){gi.push([n,E])}function se(n){const E={};return Object.keys(n).forEach(te=>{E[te]=n[te].defaultValue}),E}function je(n){return`__VUE_DEVTOOLS_NEXT_PLUGIN_SETTINGS__${n}__`}function Ue(n){var E,te,he;const $e=(te=(E=gi.find(at=>{var Pe;return at[0].id===n&&!!((Pe=at[0])!=null&&Pe.settings)}))==null?void 0:E[0])!=null?te:null;return(he=$e?.settings)!=null?he:null}function mt(n,E){var te,he,$e;const at=je(n);if(at){const Pe=localStorage.getItem(at);if(Pe)return JSON.parse(Pe)}if(n){const Pe=(he=(te=gi.find(it=>it[0].id===n))==null?void 0:te[0])!=null?he:null;return se(($e=Pe?.settings)!=null?$e:{})}return se(E)}function dt(n,E){const te=je(n);localStorage.getItem(te)||localStorage.setItem(te,JSON.stringify(se(E)))}function li(n,E,te){const he=je(n),$e=localStorage.getItem(he),at=JSON.parse($e||"{}"),Pe={...at,[E]:te};localStorage.setItem(he,JSON.stringify(Pe)),Ro.hooks.callHookWith(it=>{it.forEach(ti=>ti({pluginId:n,key:E,oldValue:at[E],newValue:te,settings:Pe}))},"setPluginSettings")}_(),_(),_(),_(),_(),_(),_(),_(),_(),_(),_();var Ui,Hn,rn=(Hn=(Ui=e.aC).__VUE_DEVTOOLS_HOOK)!=null?Hn:Ui.__VUE_DEVTOOLS_HOOK=(0,c.FF)(),Nn={vueAppInit(n){rn.hook("app:init",n)},vueAppUnmount(n){rn.hook("app:unmount",n)},vueAppConnected(n){rn.hook("app:connected",n)},componentAdded(n){return rn.hook("component:added",n)},componentEmit(n){return rn.hook("component:emit",n)},componentUpdated(n){return rn.hook("component:updated",n)},componentRemoved(n){return rn.hook("component:removed",n)},setupDevtoolsPlugin(n){rn.hook("devtools-plugin:setup",n)},perfStart(n){return rn.hook("perf:start",n)},perfEnd(n){return rn.hook("perf:end",n)}};function ba(){return{id:"vue-devtools-next",devtoolsVersion:"7.0",enabled:!1,appRecords:[],apps:[],events:new Map,on(n,E){var te;return this.events.has(n)||this.events.set(n,[]),(te=this.events.get(n))==null||te.push(E),()=>this.off(n,E)},once(n,E){const te=(...he)=>{this.off(n,te),E(...he)};return this.on(n,te),[n,te]},off(n,E){if(this.events.has(n)){const te=this.events.get(n),he=te.indexOf(E);he!==-1&&te.splice(he,1)}},emit(n,...E){this.events.has(n)&&this.events.get(n).forEach(te=>te(...E))}}}function Ra(n){n.on("app:init",(E,te,he)=>{var $e,at,Pe;(Pe=(at=($e=E?._instance)==null?void 0:$e.type)==null?void 0:at.devtools)!=null&&Pe.hide||rn.callHook("app:init",E,te,he)}),n.on("app:unmount",E=>{rn.callHook("app:unmount",E)}),n.on("component:added",async(E,te,he,$e)=>{var at,Pe,it;(it=(Pe=(at=E?._instance)==null?void 0:at.type)==null?void 0:Pe.devtools)!=null&&it.hide||u.highPerfModeEnabled||!E||typeof te!="number"&&!te||!$e||rn.callHook("component:added",E,te,he,$e)}),n.on("component:updated",(E,te,he,$e)=>{!E||typeof te!="number"&&!te||!$e||u.highPerfModeEnabled||rn.callHook("component:updated",E,te,he,$e)}),n.on("component:removed",async(E,te,he,$e)=>{!E||typeof te!="number"&&!te||!$e||u.highPerfModeEnabled||rn.callHook("component:removed",E,te,he,$e)}),n.on("component:emit",async(E,te,he,$e)=>{!E||!te||u.highPerfModeEnabled||rn.callHook("component:emit",E,te,he,$e)}),n.on("perf:start",(E,te,he,$e,at)=>{!E||u.highPerfModeEnabled||rn.callHook("perf:start",E,te,he,$e,at)}),n.on("perf:end",(E,te,he,$e,at)=>{!E||u.highPerfModeEnabled||rn.callHook("perf:end",E,te,he,$e,at)}),n.on("devtools-plugin:setup",(E,te,he)=>{he?.target!=="legacy"&&rn.callHook("devtools-plugin:setup",E,te)})}var ka={on:Nn,setupDevToolsPlugin(n,E){return rn.callHook("devtools-plugin:setup",n,E)}},ea=class{constructor({plugin:n,ctx:E}){this.hooks=E.hooks,this.plugin=n}get on(){return{visitComponentTree:n=>{this.hooks.hook("visitComponentTree",n)},inspectComponent:n=>{this.hooks.hook("inspectComponent",n)},editComponentState:n=>{this.hooks.hook("editComponentState",n)},getInspectorTree:n=>{this.hooks.hook("getInspectorTree",n)},getInspectorState:n=>{this.hooks.hook("getInspectorState",n)},editInspectorState:n=>{this.hooks.hook("editInspectorState",n)},inspectTimelineEvent:n=>{this.hooks.hook("inspectTimelineEvent",n)},timelineCleared:n=>{this.hooks.hook("timelineCleared",n)},setPluginSettings:n=>{this.hooks.hook("setPluginSettings",n)}}}notifyComponentUpdate(n){var E;if(u.highPerfModeEnabled)return;const te=Ja().find(he=>he.packageName===this.plugin.descriptor.packageName);if(te?.id){if(n){const he=[n.appContext.app,n.uid,(E=n.parent)==null?void 0:E.uid,n];rn.callHook("component:updated",...he)}else rn.callHook("component:updated");this.hooks.callHook("sendInspectorState",{inspectorId:te.id,plugin:this.plugin})}}addInspector(n){this.hooks.callHook("addInspector",{inspector:n,plugin:this.plugin}),this.plugin.descriptor.settings&&dt(n.id,this.plugin.descriptor.settings)}sendInspectorTree(n){u.highPerfModeEnabled||this.hooks.callHook("sendInspectorTree",{inspectorId:n,plugin:this.plugin})}sendInspectorState(n){u.highPerfModeEnabled||this.hooks.callHook("sendInspectorState",{inspectorId:n,plugin:this.plugin})}selectInspectorNode(n,E){this.hooks.callHook("customInspectorSelectNode",{inspectorId:n,nodeId:E,plugin:this.plugin})}visitComponentTree(n){return this.hooks.callHook("visitComponentTree",n)}now(){return u.highPerfModeEnabled?0:Date.now()}addTimelineLayer(n){this.hooks.callHook("timelineLayerAdded",{options:n,plugin:this.plugin})}addTimelineEvent(n){u.highPerfModeEnabled||this.hooks.callHook("timelineEventAdded",{options:n,plugin:this.plugin})}getSettings(n){return mt(n??this.plugin.descriptor.id,this.plugin.descriptor.settings)}getComponentInstances(n){return this.hooks.callHook("getComponentInstances",{app:n})}getComponentBounds(n){return this.hooks.callHook("getComponentBounds",{instance:n})}getComponentName(n){return this.hooks.callHook("getComponentName",{instance:n})}highlightElement(n){const E=n.__VUE_DEVTOOLS_NEXT_UID__;return this.hooks.callHook("componentHighlight",{uid:E})}unhighlightElement(){return this.hooks.callHook("componentUnhighlight")}},re=ea;_(),_(),_(),_();var Ye=new Set(["nextTick","defineComponent","defineAsyncComponent","defineCustomElement","ref","computed","reactive","readonly","watchEffect","watchPostEffect","watchSyncEffect","watch","isRef","unref","toRef","toRefs","isProxy","isReactive","isReadonly","shallowRef","triggerRef","customRef","shallowReactive","shallowReadonly","toRaw","markRaw","effectScope","getCurrentScope","onScopeDispose","onMounted","onUpdated","onUnmounted","onBeforeMount","onBeforeUpdate","onBeforeUnmount","onErrorCaptured","onRenderTracked","onRenderTriggered","onActivated","onDeactivated","onServerPrefetch","provide","inject","h","mergeProps","cloneVNode","isVNode","resolveComponent","resolveDirective","withDirectives","withModifiers"]),Pt=/^\[native Symbol Symbol\((.*)\)\]$/,Bi=/^\[object (\w+)\]$/,dn=/^\[native (\w+) (.*?)(<>(([\s\S])*))?\]$/,sa=/^(?:function|class) (\w+)/,gn=1e4,tn=5e3,bt="__vue_devtool_undefined__",sn="__vue_devtool_infinity__",Oa="__vue_devtool_negative_infinity__",_r="__vue_devtool_nan__",Qa={"<":"<",">":">",'"':""","&":"&"};_(),_();function Rr(n){return!ai(n,"_")||!io(n._)?!1:Object.keys(n._).includes("vnode")}function io(n){return Object.prototype.toString.call(n)==="[object Object]"}function Do(n){if(n==null)return!0;const E=typeof n;return E==="string"||E==="number"||E==="boolean"}function go(n){return!!n.__v_isRef}function no(n){return go(n)&&!!n.effect}function fo(n){return!!n.__v_isReactive}function Xo(n){return!!n.__v_isReadonly}var hs={[bt]:"undefined",[_r]:"NaN",[sn]:"Infinity",[Oa]:"-Infinity"},Hl=Object.entries(hs).reduce((n,[E,te])=>(n[te]=E,n),{});function Kl(n){return n===null?"null":typeof n=="string"&&hs[n]||!1}function ll(n){const E=new RegExp(`"(${Object.keys(hs).join("|")})"`,"g");return n.replace(E,(te,he)=>hs[he])}function Eu(n){const E=Hl[n.trim()];if(E)return`"${E}"`;const te=new RegExp(`:\\s*(${Object.keys(Hl).join("|")})`,"g");return n.replace(te,(he,$e)=>`:"${Hl[$e]}"`)}function mu(n){if(Array.isArray(n))return n.map(te=>mu(te)).join(" or ");if(n==null)return"null";const E=n.toString().match(sa);return typeof n=="function"&&E&&E[1]||"any"}function os(n){return!Do(n)&&!Array.isArray(n)&&!io(n)?Object.prototype.toString.call(n):n}function Ol(n){try{return{ref:go(n),computed:no(n),reactive:fo(n),readonly:Xo(n)}}catch{return{ref:!1,computed:!1,reactive:!1,readonly:!1}}}function Du(n){return n?.__v_raw?n.__v_raw:n}function tu(n){return n.replace(/[<>"&]/g,E=>Qa[E]||E)}function $l(n,E,te){if(typeof E=="function"&&(E=E.options),!E)return n;const{mixins:he,extends:$e}=E;$e&&$l(n,$e,te),he&&he.forEach(at=>$l(n,at,te));for(const at of["computed","inject"])Object.prototype.hasOwnProperty.call(E,at)&&(n[at]?Object.assign(n[at],E[at]):n[at]=E[at]);return n}function Cu(n){const E=n?.type;if(!E)return{};const{mixins:te,extends:he}=E,$e=n.appContext.mixins;if(!$e.length&&!te&&!he)return E;const at={};return $e.forEach(Pe=>$l(at,Pe,n)),$l(at,E,n),at}function hu(n){var E;const te=[],he=(E=n?.type)==null?void 0:E.props;for(const $e in n?.props){const at=he?he[$e]:null,Pe=(0,e.PT)($e);te.push({type:"props",key:Pe,value:ht(()=>n.props[$e]),editable:!0,meta:at?{type:at.type?mu(at.type):"any",required:!!at.required,...at.default?{default:at.default.toString()}:{}}:{type:"invalid"}})}return te}function Su(n){const E=n.type,te=E?.props,he=E.vuex&&E.vuex.getters,$e=E.computed,at={...n.data,...n.renderContext};return Object.keys(at).filter(Pe=>!(te&&Pe in te)&&!(he&&Pe in he)&&!($e&&Pe in $e)).map(Pe=>({key:Pe,type:"data",value:ht(()=>at[Pe]),editable:!0}))}function Gl(n){const E=n.computed?"computed":n.ref?"ref":n.reactive?"reactive":null,te=E?`${E.charAt(0).toUpperCase()}${E.slice(1)}`:null;return{stateType:E,stateTypeName:te}}function zu(n){const E=n.devtoolsRawSetupState||{};return Object.keys(n.setupState).filter(te=>!Ye.has(te)&&te.split(/(?=[A-Z])/)[0]!=="use").map(te=>{var he,$e,at,Pe;const it=ht(()=>Du(n.setupState[te])),ti=it instanceof Error,hi=E[te];let Wi,nn=ti||typeof it=="function"||ai(it,"render")&&typeof it.render=="function"||ai(it,"__asyncLoader")&&typeof it.__asyncLoader=="function"||typeof it=="object"&&it&&("setup"in it||"props"in it)||/^v[A-Z]/.test(te);if(hi&&!ti){const ta=Ol(hi),{stateType:Yn,stateTypeName:Cn}=Gl(ta),Sa=ta.ref||ta.computed||ta.reactive,Sn=ai(hi,"effect")?(($e=(he=hi.effect)==null?void 0:he.raw)==null?void 0:$e.toString())||((Pe=(at=hi.effect)==null?void 0:at.fn)==null?void 0:Pe.toString()):null;Yn&&(nn=!1),Wi={...Yn?{stateType:Yn,stateTypeName:Cn}:{},...Sn?{raw:Sn}:{},editable:Sa&&!ta.readonly}}return{key:te,value:it,type:nn?"setup (other)":"setup",...Wi}})}function cs(n,E){const te=E,he=[],$e=te.computed||{};for(const at in $e){const Pe=$e[at],it=typeof Pe=="function"&&Pe.vuex?"vuex bindings":"computed";he.push({type:it,key:at,value:ht(()=>{var ti;return(ti=n?.proxy)==null?void 0:ti[at]}),editable:typeof Pe.set=="function"})}return he}function Uu(n){return Object.keys(n.attrs).map(E=>({type:"attrs",key:E,value:ht(()=>n.attrs[E])}))}function iu(n){return Reflect.ownKeys(n.provides).map(E=>({type:"provided",key:E.toString(),value:ht(()=>n.provides[E])}))}function kl(n,E){if(!E?.inject)return[];let te=[],he;return Array.isArray(E.inject)?te=E.inject.map($e=>({key:$e,originalKey:$e})):te=Reflect.ownKeys(E.inject).map($e=>{const at=E.inject[$e];let Pe;return typeof at=="string"||typeof at=="symbol"?Pe=at:(Pe=at.from,he=at.default),{key:$e,originalKey:Pe}}),te.map(({key:$e,originalKey:at})=>({type:"injected",key:at&&$e!==at?`${at.toString()} \u279E ${$e.toString()}`:$e.toString(),value:ht(()=>n.ctx.hasOwnProperty($e)?n.ctx[$e]:n.provides.hasOwnProperty(at)?n.provides[at]:he)}))}function xu(n){return Object.keys(n.refs).map(E=>({type:"template refs",key:E,value:ht(()=>n.refs[E])}))}function _u(n){var E,te;const he=n.type.emits,$e=Array.isArray(he)?he:Object.keys(he??{}),at=Object.keys((te=(E=n?.vnode)==null?void 0:E.props)!=null?te:{}),Pe=[];for(const it of at){const[ti,...hi]=it.split(/(?=[A-Z])/);if(ti==="on"){const Wi=hi.join("-").toLowerCase(),nn=$e.includes(Wi);Pe.push({type:"event listeners",key:Wi,value:{_custom:{displayText:nn?"\u2705 Declared":"\u26A0\uFE0F Not declared",key:nn?"\u2705 Declared":"\u26A0\uFE0F Not declared",value:nn?"\u2705 Declared":"\u26A0\uFE0F Not declared",tooltipText:nn?null:`The event <code>${Wi}</code> is not declared in the <code>emits</code> option. It will leak into the component's attributes (<code>$attrs</code>).`}}})}}return Pe}function Au(n){const E=Cu(n);return hu(n).concat(Su(n),zu(n),cs(n,E),Uu(n),iu(n),kl(n,E),xu(n),_u(n))}function nu(n){var E;const te=_t(lr.value,n.instanceId),he=Xe(te),$e=ye(te),at=(E=te?.type)==null?void 0:E.__file,Pe=Au(te);return{id:he,name:$e,file:at,state:Pe,instance:te}}_(),_();var Tu=class{constructor(n){this.filter=n||""}isQualified(n){const E=ye(n);return(0,e.L8)(E).toLowerCase().includes(this.filter)||(0,e.ic)(E).toLowerCase().includes(this.filter)}};function wl(n){return new Tu(n)}var ul=class{constructor(n){this.captureIds=new Map;const{filterText:E="",maxDepth:te,recursively:he,api:$e}=n;this.componentFilter=wl(E),this.maxDepth=te,this.recursively=he,this.api=$e}getComponentTree(n){return this.captureIds=new Map,this.findQualifiedChildren(n,0)}getComponentParents(n){this.captureIds=new Map;const E=[];this.captureId(n);let te=n;for(;te=te.parent;)this.captureId(te),E.push(te);return E}captureId(n){if(!n)return null;const E=n.__VUE_DEVTOOLS_NEXT_UID__!=null?n.__VUE_DEVTOOLS_NEXT_UID__:Xe(n);return n.__VUE_DEVTOOLS_NEXT_UID__=E,this.captureIds.has(E)?null:(this.captureIds.set(E,void 0),this.mark(n),E)}async capture(n,E){var te;if(!n)return null;const he=this.captureId(n),$e=ye(n),at=this.getInternalInstanceChildren(n.subTree).filter(nn=>!J(nn)),Pe=this.getComponentParents(n)||[],it=!!n.isDeactivated||Pe.some(nn=>nn.isDeactivated),ti={uid:n.uid,id:he,name:$e,renderKey:ui(n.vnode?n.vnode.key:null),inactive:it,children:[],isFragment:ke(n),tags:typeof n.type!="function"?[]:[{label:"functional",textColor:5592405,backgroundColor:15658734}],autoOpen:this.recursively,file:n.type.__file||""};if((E<this.maxDepth||n.type.__isKeepAlive||Pe.some(nn=>nn.type.__isKeepAlive))&&(ti.children=await Promise.all(at.map(nn=>this.capture(nn,E+1)).filter(Boolean))),this.isKeepAlive(n)){const nn=this.getKeepAliveCachedInstances(n),Qn=at.map(ta=>ta.__VUE_DEVTOOLS_NEXT_UID__);for(const ta of nn)if(!Qn.includes(ta.__VUE_DEVTOOLS_NEXT_UID__)){const Yn=await this.capture({...ta,isDeactivated:!0},E+1);Yn&&ti.children.push(Yn)}}const Wi=Ii(n)[0];if(Wi?.parentElement){const nn=n.parent,Qn=nn?Ii(nn):[];let ta=Wi;const Yn=[];do Yn.push(Array.from(ta.parentElement.childNodes).indexOf(ta)),ta=ta.parentElement;while(ta.parentElement&&Qn.length&&!Qn.includes(ta));ti.domOrder=Yn.reverse()}else ti.domOrder=[-1];return(te=n.suspense)!=null&&te.suspenseKey&&(ti.tags.push({label:n.suspense.suspenseKey,backgroundColor:14979812,textColor:16777215}),this.mark(n,!0)),this.api.visitComponentTree({treeNode:ti,componentInstance:n,app:n.appContext.app,filter:this.componentFilter.filter}),ti}async findQualifiedChildren(n,E){var te;if(this.componentFilter.isQualified(n)&&!((te=n.type.devtools)!=null&&te.hide))return[await this.capture(n,E)];if(n.subTree){const he=this.isKeepAlive(n)?this.getKeepAliveCachedInstances(n):this.getInternalInstanceChildren(n.subTree);return this.findQualifiedChildrenFromList(he,E)}else return[]}async findQualifiedChildrenFromList(n,E){return n=n.filter(te=>{var he;return!J(te)&&!((he=te.type.devtools)!=null&&he.hide)}),this.componentFilter.filter?Array.prototype.concat.apply([],await Promise.all(n.map(te=>this.findQualifiedChildren(te,E)))):Promise.all(n.map(te=>this.capture(te,E)))}getInternalInstanceChildren(n,E=null){const te=[];if(n)if(n.component)E?te.push({...n.component,suspense:E}):te.push(n.component);else if(n.suspense){const he=n.suspense.isInFallback?"suspense fallback":"suspense default";te.push(...this.getInternalInstanceChildren(n.suspense.activeBranch,{...n.suspense,suspenseKey:he}))}else Array.isArray(n.children)&&n.children.forEach(he=>{he.component?E?te.push({...he.component,suspense:E}):te.push(he.component):te.push(...this.getInternalInstanceChildren(he,E))});return te.filter(he=>{var $e;return!J(he)&&!(($e=he.type.devtools)!=null&&$e.hide)})}mark(n,E=!1){const te=ce(n).instanceMap;(E||!te.has(n.__VUE_DEVTOOLS_NEXT_UID__))&&(te.set(n.__VUE_DEVTOOLS_NEXT_UID__,n),lr.value.instanceMap=te)}isKeepAlive(n){return n.type.__isKeepAlive&&n.__v_cache}getKeepAliveCachedInstances(n){return Array.from(n.__v_cache.values()).map(E=>E.component).filter(Boolean)}};_(),_();var Js=new Map,Zs="performance";async function El(n,E,te,he,$e,at){const Pe=await ce(E);if(!Pe)return;const it=ye(he)||"Unknown Component",ti=u.perfUniqueGroupId++,hi=`${te}-${$e}`;if(Pe.perfGroupIds.set(hi,{groupId:ti,time:at}),await n.addTimelineEvent({layerId:Zs,event:{time:Date.now(),data:{component:it,type:$e,measure:"start"},title:it,subtitle:$e,groupId:ti}}),Js.has(hi)){const{app:Wi,uid:nn,instance:Qn,type:ta,time:Yn}=Js.get(hi);Js.delete(hi),await dl(n,Wi,nn,Qn,ta,Yn)}}function dl(n,E,te,he,$e,at){const Pe=ce(E);if(!Pe)return;const it=ye(he)||"Unknown Component",ti=`${te}-${$e}`,hi=Pe.perfGroupIds.get(ti);if(hi){const Wi=hi.groupId,nn=hi.time,Qn=at-nn;n.addTimelineEvent({layerId:Zs,event:{time:Date.now(),data:{component:it,type:$e,measure:"end",duration:{_custom:{type:"Duration",value:Qn,display:`${Qn} ms`}}},title:it,subtitle:$e,groupId:Wi}})}else Js.set(ti,{app:E,uid:te,instance:he,type:$e,time:at})}var Ws="component-event";function we(n){e.Bd&&(n.addTimelineLayer({id:"mouse",label:"Mouse",color:10768815}),["mousedown","mouseup","click","dblclick"].forEach(E=>{!u.timelineLayersState.recordingState||!u.timelineLayersState.mouseEventEnabled||window.addEventListener(E,async te=>{await n.addTimelineEvent({layerId:"mouse",event:{time:Date.now(),data:{type:E,x:te.clientX,y:te.clientY},title:E}})},{capture:!0,passive:!0})}),n.addTimelineLayer({id:"keyboard",label:"Keyboard",color:8475055}),["keyup","keydown","keypress"].forEach(E=>{window.addEventListener(E,async te=>{!u.timelineLayersState.recordingState||!u.timelineLayersState.keyboardEventEnabled||await n.addTimelineEvent({layerId:"keyboard",event:{time:Date.now(),data:{type:E,key:te.key,ctrlKey:te.ctrlKey,shiftKey:te.shiftKey,altKey:te.altKey,metaKey:te.metaKey},title:te.key}})},{capture:!0,passive:!0})}),n.addTimelineLayer({id:Ws,label:"Component events",color:5226637}),ka.on.componentEmit(async(E,te,he,$e)=>{if(!u.timelineLayersState.recordingState||!u.timelineLayersState.componentEventEnabled)return;const at=await ce(E);if(!at)return;const Pe=`${at.id}:${te.uid}`,it=ye(te)||"Unknown Component";n.addTimelineEvent({layerId:Ws,event:{time:Date.now(),data:{component:{_custom:{type:"component-definition",display:it}},event:he,params:$e},title:he,subtitle:`by ${it}`,meta:{componentId:Pe}}})}),n.addTimelineLayer({id:"performance",label:Zs,color:4307050}),ka.on.perfStart((E,te,he,$e,at)=>{!u.timelineLayersState.recordingState||!u.timelineLayersState.performanceEventEnabled||El(n,E,te,he,$e,at)}),ka.on.perfEnd((E,te,he,$e,at)=>{!u.timelineLayersState.recordingState||!u.timelineLayersState.performanceEventEnabled||dl(n,E,te,he,$e,at)}))}_();var ze=10,st=[];function kt(n){if(typeof window>"u")return;const E=window;if(n&&(E.$vm=n,st[0]!==n)){st.length>=ze&&st.pop();for(let te=st.length;te>0;te--)E[`$vm${te}`]=st[te]=st[te-1];E.$vm0=st[0]=n}}var Mt="components";function vi(n){return[{id:Mt,label:"Components",app:n},he=>{he.addInspector({id:Mt,label:"Components",treeFilterPlaceholder:"Search components"}),we(he),he.on.getInspectorTree(async hi=>{if(hi.app===n&&hi.inspectorId===Mt){const Wi=_t(lr.value,hi.instanceId);if(Wi){const nn=new ul({filterText:hi.filter,maxDepth:100,recursively:!1,api:he});hi.rootNodes=await nn.getComponentTree(Wi)}}}),he.on.getInspectorState(async hi=>{var Wi;if(hi.app===n&&hi.inspectorId===Mt){const nn=nu({instanceId:hi.nodeId}),Qn=nn.instance,ta=(Wi=nn.instance)==null?void 0:Wi.appContext.app,Yn={componentInstance:Qn,app:ta,instanceData:nn};Ro.hooks.callHookWith(Cn=>{Cn.forEach(Sa=>Sa(Yn))},"inspectComponent"),hi.state=nn,kt(Qn)}}),he.on.editInspectorState(async hi=>{hi.app===n&&hi.inspectorId===Mt&&(Qt(hi),await he.sendInspectorState("components"))});const $e=(0,i.s)(()=>{he.sendInspectorTree(Mt)},120),at=(0,i.s)(()=>{he.sendInspectorState(Mt)},120),Pe=ka.on.componentAdded(async(hi,Wi,nn,Qn)=>{var ta,Yn,Cn;if(u.highPerfModeEnabled||(Cn=(Yn=(ta=hi?._instance)==null?void 0:ta.type)==null?void 0:Yn.devtools)!=null&&Cn.hide||!hi||typeof Wi!="number"&&!Wi||!Qn)return;const Sa=await Ce({app:hi,uid:Wi,instance:Qn}),Sn=await ce(hi);Qn&&(Qn.__VUE_DEVTOOLS_NEXT_UID__==null&&(Qn.__VUE_DEVTOOLS_NEXT_UID__=Sa),Sn?.instanceMap.has(Sa)||(Sn?.instanceMap.set(Sa,Qn),lr.value.id===Sn?.id&&(lr.value.instanceMap=Sn.instanceMap))),Sn&&$e()}),it=ka.on.componentUpdated(async(hi,Wi,nn,Qn)=>{var ta,Yn,Cn;if(u.highPerfModeEnabled||(Cn=(Yn=(ta=hi?._instance)==null?void 0:ta.type)==null?void 0:Yn.devtools)!=null&&Cn.hide||!hi||typeof Wi!="number"&&!Wi||!Qn)return;const Sa=await Ce({app:hi,uid:Wi,instance:Qn}),Sn=await ce(hi);Qn&&(Qn.__VUE_DEVTOOLS_NEXT_UID__==null&&(Qn.__VUE_DEVTOOLS_NEXT_UID__=Sa),Sn?.instanceMap.has(Sa)||(Sn?.instanceMap.set(Sa,Qn),lr.value.id===Sn?.id&&(lr.value.instanceMap=Sn.instanceMap))),Sn&&($e(),at())}),ti=ka.on.componentRemoved(async(hi,Wi,nn,Qn)=>{var ta,Yn,Cn;if(u.highPerfModeEnabled||(Cn=(Yn=(ta=hi?._instance)==null?void 0:ta.type)==null?void 0:Yn.devtools)!=null&&Cn.hide||!hi||typeof Wi!="number"&&!Wi||!Qn)return;const Sa=await ce(hi);if(!Sa)return;const Sn=await Ce({app:hi,uid:Wi,instance:Qn});Sa?.instanceMap.delete(Sn),lr.value.id===Sa?.id&&(lr.value.instanceMap=Sa.instanceMap),$e()})}]}var Ri,aa;(aa=(Ri=e.aC).__VUE_DEVTOOLS_KIT__REGISTERED_PLUGIN_APPS__)!=null||(Ri.__VUE_DEVTOOLS_KIT__REGISTERED_PLUGIN_APPS__=new Set);function er(n,E){return ka.setupDevToolsPlugin(n,E)}function Ma(n,E){const[te,he]=n;if(te.app!==E)return;const $e=new re({plugin:{setupFn:he,descriptor:te},ctx:Ro});te.packageName==="vuex"&&$e.on.editInspectorState(at=>{$e.sendInspectorState(at.inspectorId)}),he($e)}function Pa(n){e.aC.__VUE_DEVTOOLS_KIT__REGISTERED_PLUGIN_APPS__.delete(n)}function kr(n,E){e.aC.__VUE_DEVTOOLS_KIT__REGISTERED_PLUGIN_APPS__.has(n)||u.highPerfModeEnabled&&!E?.inspectingComponent||(e.aC.__VUE_DEVTOOLS_KIT__REGISTERED_PLUGIN_APPS__.add(n),gi.forEach(te=>{Ma(te,n)}))}_(),_();var yo="__VUE_DEVTOOLS_ROUTER__",Oo="__VUE_DEVTOOLS_ROUTER_INFO__",La,Ir;(Ir=(La=e.aC)[Oo])!=null||(La[Oo]={currentRoute:null,routes:[]});var vr,Po;(Po=(vr=e.aC)[yo])!=null||(vr[yo]={});var Ps=new Proxy(e.aC[Oo],{get(n,E){return e.aC[Oo][E]}}),Ko=new Proxy(e.aC[yo],{get(n,E){if(E==="value")return e.aC[yo]}});function ks(n){const E=new Map;return(n?.getRoutes()||[]).filter(te=>!E.has(te.path)&&E.set(te.path,1))}function Lo(n){return n.map(E=>{let{path:te,name:he,children:$e,meta:at}=E;return $e?.length&&($e=Lo($e)),{path:te,name:he,children:$e,meta:at}})}function el(n){if(n){const{fullPath:E,hash:te,href:he,path:$e,name:at,matched:Pe,params:it,query:ti}=n;return{fullPath:E,hash:te,href:he,path:$e,name:at,params:it,query:ti,matched:Lo(Pe)}}return n}function Yo(n,E){function te(){var he;const $e=(he=n.app)==null?void 0:he.config.globalProperties.$router,at=el($e?.currentRoute.value),Pe=Lo(ks($e)),it=console.warn;console.warn=()=>{},e.aC[Oo]={currentRoute:at?(0,e.Go)(at):{},routes:(0,e.Go)(Pe)},e.aC[yo]=$e,console.warn=it}te(),ka.on.componentUpdated((0,i.s)(()=>{var he;((he=E.value)==null?void 0:he.app)===n.app&&(te(),!u.highPerfModeEnabled&&Ro.hooks.callHook("routerInfoUpdated",{state:e.aC[Oo]}))},200))}function cl(n){return{async getInspectorTree(E){const te={...E,app:lr.value.app,rootNodes:[]};return await new Promise(he=>{n.callHookWith(async $e=>{await Promise.all($e.map(at=>at(te))),he()},"getInspectorTree")}),te.rootNodes},async getInspectorState(E){const te={...E,app:lr.value.app,state:null},he={currentTab:`custom-inspector:${E.inspectorId}`};return await new Promise($e=>{n.callHookWith(async at=>{await Promise.all(at.map(Pe=>Pe(te,he))),$e()},"getInspectorState")}),te.state},editInspectorState(E){const te=new ge,he={...E,app:lr.value.app,set:($e,at=E.path,Pe=E.state.value,it)=>{te.set($e,at,Pe,it||te.createDefaultSetCallback(E.state))}};n.callHookWith($e=>{$e.forEach(at=>at(he))},"editInspectorState")},sendInspectorState(E){const te=br(E);n.callHook("sendInspectorState",{inspectorId:E,plugin:{descriptor:te.descriptor,setupFn:()=>({})}})},inspectComponentInspector(){return X()},cancelInspectComponentInspector(){return ei()},getComponentRenderCode(E){const te=_t(lr.value,E);if(te)return typeof te?.type!="function"?te.render.toString():te.type.toString()},scrollToComponent(E){return A({id:E})},openInEditor:De,getVueInspector:Re,toggleApp(E,te){const he=Ta.value.find($e=>$e.id===E);he&&(lt(E),Le(he),Yo(he,lr),Ea(),kr(he.app,te))},inspectDOM(E){const te=_t(lr.value,E);if(te){const[he]=Ii(te);he&&(e.aC.__VUE_DEVTOOLS_INSPECT_DOM_TARGET__=he)}},updatePluginSettings(E,te,he){li(E,te,he)},getPluginSettings(E){return{options:Ue(E),values:mt(E)}}}}_();var fs,au;(au=(fs=e.aC).__VUE_DEVTOOLS_ENV__)!=null||(fs.__VUE_DEVTOOLS_ENV__={vitePluginDetected:!1});function tl(){return e.aC.__VUE_DEVTOOLS_ENV__}function Xl(n){target10.__VUE_DEVTOOLS_ENV__={...target10.__VUE_DEVTOOLS_ENV__,...n}}var Pr=Oi(),Vs,eo;(eo=(Vs=e.aC).__VUE_DEVTOOLS_KIT_CONTEXT__)!=null||(Vs.__VUE_DEVTOOLS_KIT_CONTEXT__={hooks:Pr,get state(){return{...u,activeAppRecordId:lr.id,activeAppRecord:lr.value,appRecords:Ta.value}},api:cl(Pr)});var Ro=e.aC.__VUE_DEVTOOLS_KIT_CONTEXT__;_();var fl=T(K(),1),ps,gl,Vo=(gl=(ps=e.aC).__VUE_DEVTOOLS_NEXT_APP_RECORD_INFO__)!=null?gl:ps.__VUE_DEVTOOLS_NEXT_APP_RECORD_INFO__={id:0,appIds:new Set};function Ks(n,E){var te;return((te=n?._component)==null?void 0:te.name)||`App ${E}`}function il(n){var E,te,he,$e;if(n._instance)return n._instance;if((te=(E=n._container)==null?void 0:E._vnode)!=null&&te.component)return($e=(he=n._container)==null?void 0:he._vnode)==null?void 0:$e.component}function Yl(n){const E=n.__VUE_DEVTOOLS_NEXT_APP_RECORD_ID__;E!=null&&(Vo.appIds.delete(E),Vo.id--)}function gs(n,E){if(n.__VUE_DEVTOOLS_NEXT_APP_RECORD_ID__!=null)return n.__VUE_DEVTOOLS_NEXT_APP_RECORD_ID__;let te=E??(Vo.id++).toString();if(E&&Vo.appIds.has(te)){let he=1;for(;Vo.appIds.has(`${E}_${he}`);)he++;te=`${E}_${he}`}return Vo.appIds.add(te),n.__VUE_DEVTOOLS_NEXT_APP_RECORD_ID__=te,te}function pu(n,E){var te,he;const $e=il(n);if($e){Vo.id++;const at=Ks(n,Vo.id.toString()),Pe=gs(n,(0,fl.default)(at)),[it]=Ii($e),ti={id:Pe,name:at,types:E,instanceMap:new Map,perfGroupIds:new Map,rootInstance:$e,iframe:e.Bd&&document!==it?.ownerDocument?(he=(te=it?.ownerDocument)==null?void 0:te.location)==null?void 0:he.pathname:void 0};n.__VUE_DEVTOOLS_NEXT_APP_RECORD__=ti;const hi=`${ti.id}:root`;return ti.instanceMap.set(hi,ti.rootInstance),ti.rootInstance.__VUE_DEVTOOLS_NEXT_UID__=hi,ti}else return{}}_();function Dl(n,E=!1){if(E){let it=function(hi){try{const Wi=window.parent.__VUE_DEVTOOLS_GLOBAL_HOOK__;Wi&&hi(Wi)}catch{}};var te=it;const ti={id:"vue-devtools-next",devtoolsVersion:"7.0",on:(hi,Wi)=>{it(nn=>{nn.on(hi,Wi)})},once:(hi,Wi)=>{it(nn=>{nn.once(hi,Wi)})},off:(hi,Wi)=>{it(nn=>{nn.off(hi,Wi)})},emit:(hi,...Wi)=>{it(nn=>{nn.emit(hi,...Wi)})}};Object.defineProperty(n,"__VUE_DEVTOOLS_GLOBAL_HOOK__",{get(){return ti},configurable:!0})}function he(it){if(!it.__vdevtools__injected)try{it.__vdevtools__injected=!0;const ti=()=>{try{it.contentWindow.__VUE_DEVTOOLS_IFRAME__=it;const hi=it.contentDocument.createElement("script");hi.textContent=`;(${Dl.toString()})(window, true)`,it.contentDocument.documentElement.appendChild(hi),hi.parentNode.removeChild(hi)}catch{}};ti(),it.addEventListener("load",()=>ti())}catch{}}function $e(){if(typeof window>"u")return;const it=Array.from(document.querySelectorAll("iframe:not([data-vue-devtools-ignore])"));for(const ti of it)he(ti)}$e();let at=0;const Pe=setInterval(()=>{$e(),at++,at>=5&&clearInterval(Pe)},1e3)}function Ql(){var n;Dl(e.aC),R({vitePluginDetected:tl().vitePluginDetected});const E=((n=e.aC.__VUE_DEVTOOLS_GLOBAL_HOOK__)==null?void 0:n.id)==="vue-devtools-next";if(e.aC.__VUE_DEVTOOLS_GLOBAL_HOOK__&&E)return;const te=ba();if(e.aC.__VUE_DEVTOOLS_HOOK_REPLAY__)try{e.aC.__VUE_DEVTOOLS_HOOK_REPLAY__.forEach(he=>he(te)),e.aC.__VUE_DEVTOOLS_HOOK_REPLAY__=[]}catch(he){console.error("[vue-devtools] Error during hook replay",he)}te.once("init",he=>{e.aC.__VUE_DEVTOOLS_VUE2_APP_DETECTED__=!0,console.log("%c[_____Vue DevTools v7 log_____]","color: red; font-bold: 600; font-size: 16px;"),console.log("%cVue DevTools v7 detected in your Vue2 project. v7 only supports Vue3 and will not work.","font-bold: 500; font-size: 14px;");const $e="https://chromewebstore.google.com/detail/vuejs-devtools/iaajmlceplecbljialhhkmedjlpdblhp",at="https://addons.mozilla.org/firefox/addon/vue-js-devtools-v6-legacy";console.log(`%cThe legacy version of chrome extension that supports both Vue 2 and Vue 3 has been moved to %c ${$e}`,"font-size: 14px;","text-decoration: underline; cursor: pointer;font-size: 14px;"),console.log(`%cThe legacy version of firefox extension that supports both Vue 2 and Vue 3 has been moved to %c ${at}`,"font-size: 14px;","text-decoration: underline; cursor: pointer;font-size: 14px;"),console.log("%cPlease install and enable only the legacy version for your Vue2 app.","font-bold: 500; font-size: 14px;"),console.log("%c[_____Vue DevTools v7 log_____]","color: red; font-bold: 600; font-size: 16px;")}),ka.on.setupDevtoolsPlugin((he,$e)=>{var at;fn(he,$e);const{app:Pe}=(at=lr)!=null?at:{};he.settings&&dt(he.id,he.settings),Pe&&Ma([he,$e],Pe)}),_e(()=>{gi.filter(([$e])=>$e.id!=="components").forEach(([$e,at])=>{te.emit("devtools-plugin:setup",$e,at,{target:"legacy"})})}),ka.on.vueAppInit(async(he,$e,at)=>{const it={...pu(he,at),app:he,version:$e};to(it),Ta.value.length===1&&(Le(it),lt(it.id),Yo(it,lr),kr(it.app)),er(...vi(it.app)),R({connected:!0}),te.apps.push(he)}),ka.on.vueAppUnmount(async he=>{const $e=Ta.value.filter(at=>at.app!==he);$e.length===0&&R({connected:!1}),Kr(he),Yl(he),lr.value.app===he&&(Le($e[0]),Ro.hooks.callHook("sendActiveAppUpdatedToClient")),e.aC.__VUE_DEVTOOLS_GLOBAL_HOOK__.apps.splice(e.aC.__VUE_DEVTOOLS_GLOBAL_HOOK__.apps.indexOf(he),1),Pa(he)}),Ra(te),e.aC.__VUE_DEVTOOLS_GLOBAL_HOOK__?e.lD||Object.assign(__VUE_DEVTOOLS_GLOBAL_HOOK__,te):Object.defineProperty(e.aC,"__VUE_DEVTOOLS_GLOBAL_HOOK__",{get(){return te},configurable:!0})}function qs(n){return new Promise(E=>{if(u.connected&&u.clientConnected){n(),E();return}Ro.hooks.hook("devtoolsConnectedUpdated",({state:te})=>{te.connected&&te.clientConnected&&(n(),E())})})}_();function Wu(n){u.highPerfModeEnabled=n??!u.highPerfModeEnabled,!n&&lr.value&&kr(lr.value.app)}_(),_();function Ou(n){const E=new Set,te=n._custom.value;for(let he=0;he<te.length;he++){const $e=te[he];E.add(Pl($e))}return E}function Jl(n){const E=new Map,te=n._custom.value;for(let he=0;he<te.length;he++){const{key:$e,value:at}=te[he];E.set($e,Pl(at))}return E}function Pl(n){if(n!==bt){if(n===sn)return Number.POSITIVE_INFINITY;if(n===Oa)return Number.NEGATIVE_INFINITY;if(n===_r)return Number.NaN;if(n&&n._custom){const{_custom:E}=n;return E.type==="component"?lr.value.instanceMap.get(E.id):E.type==="map"?Jl(n):E.type==="set"?Ou(n):E.type==="bigint"?BigInt(E.value):Pl(E.value)}else if(Pt.test(n)){const[,E]=Pt.exec(n);return Symbol.for(E)}else if(dn.test(n)){const[,E,te,,he]=dn.exec(n),$e=new target14[E](te);return E==="Error"&&he&&($e.stack=he),$e}else return n}}function Qo(n,E){return Pl(E)}function ml(n,E=!0){const te=typeof n;if(n==null||n===bt||n==="undefined")return"null";if(te==="boolean"||te==="number"||n===sn||n===Oa||n===_r)return"literal";if(n?._custom)return E||n._custom.display!=null||n._custom.displayText!=null?"custom":ml(n._custom.value);if(typeof n=="string"){const he=dn.exec(n);if(he){const[,$e]=he;return`native ${$e}`}else return"string"}else return Array.isArray(n)||n?._isArray?"array":io(n)?"plain-object":"unknown"}function gd(n,E=!1,te){var he,$e,at;const{customClass:Pe}=te??{};let it;const ti=ml(n,!1);if(ti!=="custom"&&n?._custom&&(n=n._custom.value),it=Kl(n))return it;if(ti==="custom")return((he=n._custom.value)==null?void 0:he._custom)&&gd(n._custom.value,E,te)||n._custom.displayText||n._custom.display;if(ti==="array")return`Array[${n.length}]`;if(ti==="plain-object")return`Object${Object.keys(n).length?"":" (empty)"}`;if(ti?.includes("native"))return tu(($e=dn.exec(n))==null?void 0:$e[2]);if(typeof n=="string"){const hi=n.match(Bi);hi?n=nl(hi[1]):E?n=`<span>"</span>${Pe?.string?`<span class=${Pe.string}>${nl(n)}</span>`:nl(n)}<span>"</span>`:n=Pe?.string?`<span class="${(at=Pe?.string)!=null?at:""}">${nl(n)}</span>`:nl(n)}return n}function nl(n){return tu(n).replace(/ /g," ").replace(/\n/g,"<span>\\n</span>")}function ru(n){var E,te,he;let $e;const at=ml(n)==="custom";let Pe={};if(at){const it=n,ti=(E=it._custom)==null?void 0:E.value,hi=(te=it._custom)==null?void 0:te.type,Wi=typeof ti=="object"&&ti!==null&&"_custom"in ti?ru(ti):{inherit:void 0,value:void 0,customType:void 0};Pe=Wi.inherit||((he=it._custom)==null?void 0:he.fields)||{},n=Wi.value||ti,$e=Wi.customType||hi}return n&&n._isArray&&(n=n.items),{value:n,inherit:Pe,customType:$e}}function hl(n,E){return E==="bigint"||E==="date"?n:ll(JSON.stringify(n))}function Zu(n,E){return E==="bigint"?BigInt(n):E==="date"?new Date(n):JSON.parse(Eu(n),Qo)}_();function Fu(n){u.devtoolsClientDetected={...u.devtoolsClientDetected,...n};const E=Object.values(u.devtoolsClientDetected).some(Boolean);Wu(!E)}var Pu,Bl;(Bl=(Pu=e.aC).__VUE_DEVTOOLS_UPDATE_CLIENT_DETECTED__)!=null||(Pu.__VUE_DEVTOOLS_UPDATE_CLIENT_DETECTED__=Fu),_(),_(),_(),_(),_(),_(),_();var Bu=class{constructor(){this.keyToValue=new Map,this.valueToKey=new Map}set(n,E){this.keyToValue.set(n,E),this.valueToKey.set(E,n)}getByKey(n){return this.keyToValue.get(n)}getByValue(n){return this.valueToKey.get(n)}clear(){this.keyToValue.clear(),this.valueToKey.clear()}},Vu=class{constructor(n){this.generateIdentifier=n,this.kv=new Bu}register(n,E){this.kv.getByValue(n)||(E||(E=this.generateIdentifier(n)),this.kv.set(E,n))}clear(){this.kv.clear()}getIdentifier(n){return this.kv.getByValue(n)}getValue(n){return this.kv.getByKey(n)}},md=class extends Vu{constructor(){super(n=>n.name),this.classToAllowedProps=new Map}register(n,E){typeof E=="object"?(E.allowProps&&this.classToAllowedProps.set(n,E.allowProps),super.register(n,E.identifier)):super.register(n,E)}getAllowedProps(n){return this.classToAllowedProps.get(n)}};_(),_();function Nu(n){if("values"in Object)return Object.values(n);const E=[];for(const te in n)n.hasOwnProperty(te)&&E.push(n[te]);return E}function Dd(n,E){const te=Nu(n);if("find"in te)return te.find(E);const he=te;for(let $e=0;$e<he.length;$e++){const at=he[$e];if(E(at))return at}}function Nl(n,E){Object.entries(n).forEach(([te,he])=>E(he,te))}function Rl(n,E){return n.indexOf(E)!==-1}function Bs(n,E){for(let te=0;te<n.length;te++){const he=n[te];if(E(he))return he}}var hd=class{constructor(){this.transfomers={}}register(n){this.transfomers[n.name]=n}findApplicable(n){return Dd(this.transfomers,E=>E.isApplicable(n))}findByName(n){return this.transfomers[n]}};_(),_();var vu=n=>Object.prototype.toString.call(n).slice(8,-1),ed=n=>typeof n>"u",ou=n=>n===null,k=n=>typeof n!="object"||n===null||n===Object.prototype?!1:Object.getPrototypeOf(n)===null?!0:Object.getPrototypeOf(n)===Object.prototype,M=n=>k(n)&&Object.keys(n).length===0,W=n=>Array.isArray(n),ie=n=>typeof n=="string",ue=n=>typeof n=="number"&&!isNaN(n),me=n=>typeof n=="boolean",pe=n=>n instanceof RegExp,fe=n=>n instanceof Map,be=n=>n instanceof Set,Be=n=>vu(n)==="Symbol",Oe=n=>n instanceof Date&&!isNaN(n.valueOf()),Ke=n=>n instanceof Error,Ct=n=>typeof n=="number"&&isNaN(n),ct=n=>me(n)||ou(n)||ed(n)||ue(n)||ie(n)||Be(n),vt=n=>typeof n=="bigint",Fi=n=>n===1/0||n===-1/0,It=n=>ArrayBuffer.isView(n)&&!(n instanceof DataView),mi=n=>n instanceof URL;_();var Dt=n=>n.replace(/\./g,"\\."),Xt=n=>n.map(String).map(Dt).join("."),Hi=n=>{const E=[];let te="";for(let $e=0;$e<n.length;$e++){let at=n.charAt($e);if(at==="\\"&&n.charAt($e+1)==="."){te+=".",$e++;continue}if(at==="."){E.push(te),te="";continue}te+=at}const he=te;return E.push(he),E};_();function $i(n,E,te,he){return{isApplicable:n,annotation:E,transform:te,untransform:he}}var Rn=[$i(ed,"undefined",()=>null,()=>{}),$i(vt,"bigint",n=>n.toString(),n=>typeof BigInt<"u"?BigInt(n):(console.error("Please add a BigInt polyfill."),n)),$i(Oe,"Date",n=>n.toISOString(),n=>new Date(n)),$i(Ke,"Error",(n,E)=>{const te={name:n.name,message:n.message};return E.allowedErrorProps.forEach(he=>{te[he]=n[he]}),te},(n,E)=>{const te=new Error(n.message);return te.name=n.name,te.stack=n.stack,E.allowedErrorProps.forEach(he=>{te[he]=n[he]}),te}),$i(pe,"regexp",n=>""+n,n=>{const E=n.slice(1,n.lastIndexOf("/")),te=n.slice(n.lastIndexOf("/")+1);return new RegExp(E,te)}),$i(be,"set",n=>[...n.values()],n=>new Set(n)),$i(fe,"map",n=>[...n.entries()],n=>new Map(n)),$i(n=>Ct(n)||Fi(n),"number",n=>Ct(n)?"NaN":n>0?"Infinity":"-Infinity",Number),$i(n=>n===0&&1/n===-1/0,"number",()=>"-0",Number),$i(mi,"URL",n=>n.toString(),n=>new URL(n))];function Mi(n,E,te,he){return{isApplicable:n,annotation:E,transform:te,untransform:he}}var ln=Mi((n,E)=>Be(n)?!!E.symbolRegistry.getIdentifier(n):!1,(n,E)=>["symbol",E.symbolRegistry.getIdentifier(n)],n=>n.description,(n,E,te)=>{const he=te.symbolRegistry.getValue(E[1]);if(!he)throw new Error("Trying to deserialize unknown symbol");return he}),Dn=[Int8Array,Uint8Array,Int16Array,Uint16Array,Int32Array,Uint32Array,Float32Array,Float64Array,Uint8ClampedArray].reduce((n,E)=>(n[E.name]=E,n),{}),Ga=Mi(It,n=>["typed-array",n.constructor.name],n=>[...n],(n,E)=>{const te=Dn[E[1]];if(!te)throw new Error("Trying to deserialize unknown typed array");return new te(n)});function Da(n,E){return n?.constructor?!!E.classRegistry.getIdentifier(n.constructor):!1}var wn=Mi(Da,(n,E)=>["class",E.classRegistry.getIdentifier(n.constructor)],(n,E)=>{const te=E.classRegistry.getAllowedProps(n.constructor);if(!te)return{...n};const he={};return te.forEach($e=>{he[$e]=n[$e]}),he},(n,E,te)=>{const he=te.classRegistry.getValue(E[1]);if(!he)throw new Error(`Trying to deserialize unknown class '${E[1]}' - check https://github.com/blitz-js/superjson/issues/116#issuecomment-773996564`);return Object.assign(Object.create(he.prototype),n)}),ir=Mi((n,E)=>!!E.customTransformerRegistry.findApplicable(n),(n,E)=>["custom",E.customTransformerRegistry.findApplicable(n).name],(n,E)=>E.customTransformerRegistry.findApplicable(n).serialize(n),(n,E,te)=>{const he=te.customTransformerRegistry.findByName(E[1]);if(!he)throw new Error("Trying to deserialize unknown custom value");return he.deserialize(n)}),Fa=[wn,ln,ir,Ga],yr=(n,E)=>{const te=Bs(Fa,$e=>$e.isApplicable(n,E));if(te)return{value:te.transform(n,E),type:te.annotation(n,E)};const he=Bs(Rn,$e=>$e.isApplicable(n,E));if(he)return{value:he.transform(n,E),type:he.annotation}},pr={};Rn.forEach(n=>{pr[n.annotation]=n});var Za=(n,E,te)=>{if(W(E))switch(E[0]){case"symbol":return ln.untransform(n,E,te);case"class":return wn.untransform(n,E,te);case"custom":return ir.untransform(n,E,te);case"typed-array":return Ga.untransform(n,E,te);default:throw new Error("Unknown transformation: "+E)}else{const he=pr[E];if(!he)throw new Error("Unknown transformation: "+E);return he.untransform(n,te)}};_();var $r=(n,E)=>{if(E>n.size)throw new Error("index out of bounds");const te=n.keys();for(;E>0;)te.next(),E--;return te.next().value};function po(n){if(Rl(n,"__proto__"))throw new Error("__proto__ is not allowed as a property");if(Rl(n,"prototype"))throw new Error("prototype is not allowed as a property");if(Rl(n,"constructor"))throw new Error("constructor is not allowed as a property")}var Jr=(n,E)=>{po(E);for(let te=0;te<E.length;te++){const he=E[te];if(be(n))n=$r(n,+he);else if(fe(n)){const $e=+he,at=+E[++te]==0?"key":"value",Pe=$r(n,$e);switch(at){case"key":n=Pe;break;case"value":n=n.get(Pe);break}}else n=n[he]}return n},Fs=(n,E,te)=>{if(po(E),E.length===0)return te(n);let he=n;for(let at=0;at<E.length-1;at++){const Pe=E[at];if(W(he)){const it=+Pe;he=he[it]}else if(k(he))he=he[Pe];else if(be(he)){const it=+Pe;he=$r(he,it)}else if(fe(he)){if(at===E.length-2)break;const ti=+Pe,hi=+E[++at]==0?"key":"value",Wi=$r(he,ti);switch(hi){case"key":he=Wi;break;case"value":he=he.get(Wi);break}}}const $e=E[E.length-1];if(W(he)?he[+$e]=te(he[+$e]):k(he)&&(he[$e]=te(he[$e])),be(he)){const at=$r(he,+$e),Pe=te(at);at!==Pe&&(he.delete(at),he.add(Pe))}if(fe(he)){const at=+E[E.length-2],Pe=$r(he,at);switch(+$e==0?"key":"value"){case"key":{const ti=te(Pe);he.set(ti,he.get(Pe)),ti!==Pe&&he.delete(Pe);break}case"value":{he.set(Pe,te(he.get(Pe)));break}}}return n};function Ss(n,E,te=[]){if(!n)return;if(!W(n)){Nl(n,(at,Pe)=>Ss(at,E,[...te,...Hi(Pe)]));return}const[he,$e]=n;$e&&Nl($e,(at,Pe)=>{Ss(at,E,[...te,...Hi(Pe)])}),E(he,te)}function Cl(n,E,te){return Ss(E,(he,$e)=>{n=Fs(n,$e,at=>Za(at,he,te))}),n}function zo(n,E){function te(he,$e){const at=Jr(n,Hi($e));he.map(Hi).forEach(Pe=>{n=Fs(n,Pe,()=>at)})}if(W(E)){const[he,$e]=E;he.forEach(at=>{n=Fs(n,Hi(at),()=>n)}),$e&&Nl($e,te)}else Nl(E,te);return n}var ss=(n,E)=>k(n)||W(n)||fe(n)||be(n)||Da(n,E);function Mo(n,E,te){const he=te.get(n);he?he.push(E):te.set(n,[E])}function Uo(n,E){const te={};let he;return n.forEach($e=>{if($e.length<=1)return;E||($e=$e.map(it=>it.map(String)).sort((it,ti)=>it.length-ti.length));const[at,...Pe]=$e;at.length===0?he=Pe.map(Xt):te[Xt(at)]=Pe.map(Xt)}),he?M(te)?[he]:[he,te]:M(te)?void 0:te}var ls=(n,E,te,he,$e=[],at=[],Pe=new Map)=>{var it;const ti=ct(n);if(!ti){Mo(n,$e,E);const Yn=Pe.get(n);if(Yn)return he?{transformedValue:null}:Yn}if(!ss(n,te)){const Yn=yr(n,te),Cn=Yn?{transformedValue:Yn.value,annotations:[Yn.type]}:{transformedValue:n};return ti||Pe.set(n,Cn),Cn}if(Rl(at,n))return{transformedValue:null};const hi=yr(n,te),Wi=(it=hi?.value)!=null?it:n,nn=W(Wi)?[]:{},Qn={};Nl(Wi,(Yn,Cn)=>{if(Cn==="__proto__"||Cn==="constructor"||Cn==="prototype")throw new Error(`Detected property ${Cn}. This is a prototype pollution risk, please remove it from your object.`);const Sa=ls(Yn,E,te,he,[...$e,Cn],[...at,n],Pe);nn[Cn]=Sa.transformedValue,W(Sa.annotations)?Qn[Cn]=Sa.annotations:k(Sa.annotations)&&Nl(Sa.annotations,(Sn,ur)=>{Qn[Dt(Cn)+"."+ur]=Sn})});const ta=M(Qn)?{transformedValue:nn,annotations:hi?[hi.type]:void 0}:{transformedValue:nn,annotations:hi?[hi.type,Qn]:Qn};return ti||Pe.set(n,ta),ta};_(),_();function ws(n){return Object.prototype.toString.call(n).slice(8,-1)}function $s(n){return ws(n)==="Array"}function Hs(n){if(ws(n)!=="Object")return!1;const E=Object.getPrototypeOf(n);return!!E&&E.constructor===Object&&E===Object.prototype}function _l(n){return ws(n)==="Null"}function Sl(n,E,te,he,$e){return at=>n(at)||E(at)||!!te&&te(at)||!!he&&he(at)||!!$e&&$e(at)}function al(n){return ws(n)==="Undefined"}var bo=Sl(_l,al);function Ns(n,E,te,he,$e){const at={}.propertyIsEnumerable.call(he,E)?"enumerable":"nonenumerable";at==="enumerable"&&(n[E]=te),$e&&at==="nonenumerable"&&Object.defineProperty(n,E,{value:te,enumerable:!1,writable:!0,configurable:!0})}function qo(n,E={}){if($s(n))return n.map($e=>qo($e,E));if(!Hs(n))return n;const te=Object.getOwnPropertyNames(n),he=Object.getOwnPropertySymbols(n);return[...te,...he].reduce(($e,at)=>{if($s(E.props)&&!E.props.includes(at))return $e;const Pe=n[at],it=qo(Pe,E);return Ns($e,at,it,n,E.nonenumerable),$e},{})}var nr=class{constructor({dedupe:n=!1}={}){this.classRegistry=new md,this.symbolRegistry=new Vu(E=>{var te;return(te=E.description)!=null?te:""}),this.customTransformerRegistry=new hd,this.allowedErrorProps=[],this.dedupe=n}serialize(n){const E=new Map,te=ls(n,E,this,this.dedupe),he={json:te.transformedValue};te.annotations&&(he.meta={...he.meta,values:te.annotations});const $e=Uo(E,this.dedupe);return $e&&(he.meta={...he.meta,referentialEqualities:$e}),he}deserialize(n){const{json:E,meta:te}=n;let he=qo(E);return te?.values&&(he=Cl(he,te.values,this)),te?.referentialEqualities&&(he=zo(he,te.referentialEqualities)),he}stringify(n){return JSON.stringify(this.serialize(n))}parse(n){return this.deserialize(JSON.parse(n))}registerClass(n,E){this.classRegistry.register(n,E)}registerSymbol(n,E){this.symbolRegistry.register(n,E)}registerCustom(n,E){this.customTransformerRegistry.register({name:E,...n})}allowErrorProps(...n){this.allowedErrorProps.push(...n)}};nr.defaultInstance=new nr,nr.serialize=nr.defaultInstance.serialize.bind(nr.defaultInstance),nr.deserialize=nr.defaultInstance.deserialize.bind(nr.defaultInstance),nr.stringify=nr.defaultInstance.stringify.bind(nr.defaultInstance),nr.parse=nr.defaultInstance.parse.bind(nr.defaultInstance),nr.registerClass=nr.defaultInstance.registerClass.bind(nr.defaultInstance),nr.registerSymbol=nr.defaultInstance.registerSymbol.bind(nr.defaultInstance),nr.registerCustom=nr.defaultInstance.registerCustom.bind(nr.defaultInstance),nr.allowErrorProps=nr.defaultInstance.allowErrorProps.bind(nr.defaultInstance);var Es=nr.serialize,ns=nr.deserialize,Ml=nr.stringify,jl=nr.parse,Jo=nr.registerClass,xr=nr.registerCustom,_d=nr.registerSymbol,va=nr.allowErrorProps;_();var Rs="__devtools-kit-broadcast-messaging-event-key__",vs="__devtools-kit:broadcast-channel__";function Il(){const n=new BroadcastChannel(vs);return{post:E=>{n.postMessage(nr.stringify({event:Rs,data:E}))},on:E=>{n.onmessage=te=>{const he=nr.parse(te.data);he.event===Rs&&E(he.data)}}}}_(),_(),_();var Zo="electron:client-context",Lr="electron:proxy-context",Bo="electron:server-context",Ms={CLIENT_TO_PROXY:"client->proxy",PROXY_TO_CLIENT:"proxy->client",PROXY_TO_SERVER:"proxy->server",SERVER_TO_PROXY:"server->proxy"};function Gs(){return target16[Zo]}function Ll(n){target16[Zo]=n}function pl(){return target16[Lr]}function td(n){target16[Lr]=n}function Cd(){return target16[Bo]}function yu(n){target16[Bo]=n}function xs(){const n=Gs();return{post:E=>{n.emit(Ms.CLIENT_TO_PROXY,nr.stringify(E))},on:E=>{n.on(Ms.PROXY_TO_CLIENT,te=>{E(nr.parse(te))})}}}_();function pd(){const n=pl();return{post:E=>{},on:E=>{n.on(Ms.SERVER_TO_PROXY,te=>{n.broadcast.emit(Ms.PROXY_TO_CLIENT,te)}),n.on(Ms.CLIENT_TO_PROXY,te=>{n.broadcast.emit(Ms.PROXY_TO_SERVER,te)})}}}_();function js(){const n=Cd();return{post:E=>{n.emit(Ms.SERVER_TO_PROXY,nr.stringify(E))},on:E=>{n.on(Ms.PROXY_TO_SERVER,te=>{E(nr.parse(te))})}}}_(),_(),_();var Fl="electron:client-context",_s={CLIENT_TO_PROXY:"client->proxy",PROXY_TO_CLIENT:"proxy->client",PROXY_TO_SERVER:"proxy->server",SERVER_TO_PROXY:"server->proxy"};function As(){return target17[Fl]}function Zl(n){target17[Fl]=n}function vl(){let n=!1,E=null,te=null,he=null;function $e(){try{clearTimeout(te),E=chrome.runtime.connect({name:`${chrome.devtools.inspectedWindow.tabId}`}),Zl(E),n=!1,E?.onMessage.addListener(he),E.onDisconnect.addListener(()=>{n=!0,E?.onMessage.removeListener(he),te=setTimeout($e,1e3)})}catch{n=!0}}return $e(),{post:at=>{n||E?.postMessage(nr.stringify(at))},on:at=>{he=Pe=>{n||at(nr.parse(Pe))},E?.onMessage.addListener(he)}}}_();function zl(){const n=chrome.runtime.connect({name:"content-script"});function E(he){window.postMessage({source:_s.PROXY_TO_SERVER,payload:he},"*")}function te(he){if(he.data&&he.data.source===_s.SERVER_TO_PROXY)try{n.postMessage(he.data.payload)}catch{}}return n.onMessage.addListener(E),window.addEventListener("message",te),n.onDisconnect.addListener(()=>{window.removeEventListener("message",te),E(nr.stringify({event:"shutdown"}))}),E(nr.stringify({event:"init"})),{post:he=>{},on:he=>{}}}_();function yl(){return{post:n=>{window.postMessage({source:_s.SERVER_TO_PROXY,payload:nr.stringify(n)},"*")},on:n=>{const E=te=>{te.data.source===_s.PROXY_TO_SERVER&&te.data.payload&&n(nr.parse(te.data.payload))};return window.addEventListener("message",E),()=>{window.removeEventListener("message",E)}}}}_(),_(),_();var xt="__devtools-kit-iframe-messaging-event-key__",Zt="iframe:server-context";function pt(){return target18[Zt]}function an(n){target18[Zt]=n}function Gn(){return isBrowser4?{post:n=>window.parent.postMessage(nr.stringify({event:xt,data:n}),"*"),on:n=>window.addEventListener("message",E=>{try{const te=nr.parse(E.data);E.source===window.parent&&te.event===xt&&n(te.data)}catch{}})}:{post:n=>{},on:n=>{}}}_();function Gi(){return isBrowser5?{post:n=>{var E;const te=pt();(E=te?.contentWindow)==null||E.postMessage(nr.stringify({event:xt,data:n}),"*")},on:n=>{window.addEventListener("message",E=>{const te=pt();try{const he=nr.parse(E.data);E.source===te?.contentWindow&&he.event===xt&&n(he.data)}catch{}})}}:{post:n=>{},on:n=>{}}}_(),_(),_();var ha="__devtools-kit-vite-messaging-event-key__",ga="vite:client-context",Mr="vite:server-context";function Co(){return target19[ga]}function Ho(n){target19[ga]=n}function Ts(){return target19[Mr]}function Xs(n){target19[Mr]=n}function Ds(){const n=Co();return{post:E=>{n?.send(ha,nr.stringify(E))},on:E=>{n?.on(ha,te=>{E(nr.parse(te))})}}}_();function xl(){var n;const E=Ts(),te=(n=E.hot)!=null?n:E.ws;return{post:he=>te?.send(ha,nr.stringify(he)),on:he=>te?.on(ha,$e=>{he(nr.parse($e))})}}_(),_(),_(),_();var Ul,Ru;(Ru=(Ul=e.aC).__VUE_DEVTOOLS_KIT_MESSAGE_CHANNELS__)!=null||(Ul.__VUE_DEVTOOLS_KIT_MESSAGE_CHANNELS__=[]);var Qr,su;(su=(Qr=e.aC).__VUE_DEVTOOLS_KIT_RPC_CLIENT__)!=null||(Qr.__VUE_DEVTOOLS_KIT_RPC_CLIENT__=null);var qu,id;(id=(qu=e.aC).__VUE_DEVTOOLS_KIT_RPC_SERVER__)!=null||(qu.__VUE_DEVTOOLS_KIT_RPC_SERVER__=null);var nd,co;(co=(nd=e.aC).__VUE_DEVTOOLS_KIT_VITE_RPC_CLIENT__)!=null||(nd.__VUE_DEVTOOLS_KIT_VITE_RPC_CLIENT__=null);var l,F;(F=(l=e.aC).__VUE_DEVTOOLS_KIT_VITE_RPC_SERVER__)!=null||(l.__VUE_DEVTOOLS_KIT_VITE_RPC_SERVER__=null);var Z,le;(le=(Z=e.aC).__VUE_DEVTOOLS_KIT_BROADCAST_RPC_SERVER__)!=null||(Z.__VUE_DEVTOOLS_KIT_BROADCAST_RPC_SERVER__=null);function Me(n){target21.__VUE_DEVTOOLS_KIT_RPC_CLIENT__=n}function Ie(n){target21.__VUE_DEVTOOLS_KIT_RPC_SERVER__=n}function yt(){return target21.__VUE_DEVTOOLS_KIT_RPC_CLIENT__}function Nt(){return target21.__VUE_DEVTOOLS_KIT_RPC_SERVER__}function _i(n){target21.__VUE_DEVTOOLS_KIT_VITE_RPC_CLIENT__=n}function Vi(n){target21.__VUE_DEVTOOLS_KIT_VITE_RPC_SERVER__=n}function ji(){return target21.__VUE_DEVTOOLS_KIT_VITE_RPC_CLIENT__}function ci(){return target21.__VUE_DEVTOOLS_KIT_VITE_RPC_SERVER__}function bn(n,E="client"){const te={iframe:{client:Gn,server:Gi}[E],electron:{client:xs,proxy:pd,server:js}[E],vite:{client:Ds,server:xl}[E],broadcast:{client:Il,server:Il}[E],extension:{client:vl,proxy:zl,server:yl}[E]}[n];return te()}function Wn(n,E={}){const{channel:te,options:he,preset:$e}=E,at=$e?bn($e):te,Pe=createBirpc(n,{...he,...at,timeout:-1});if($e==="vite"){_i(Pe);return}return Me(Pe),Pe}function Ca(n,E={}){const{channel:te,options:he,preset:$e}=E,at=$e?bn($e,"server"):te,Pe=Nt();if(Pe)Pe.updateChannels(it=>{it.push(at)});else{const it=createBirpcGroup(n,[at],{...he,timeout:-1});if($e==="vite"){Vi(it);return}Ie(it)}}function la(n={}){const{channel:E,options:te,preset:he}=n,$e=he?bn(he,"proxy"):E;return createBirpc({},{...te,...$e,timeout:-1})}_(),_(),_(),_(),_(),_();function zr(n){let E="",te=null;try{E=Function.prototype.toString.call(n),te=String.prototype.match.call(E,/\([\s\S]*?\)/)}catch{}const he=te&&te[0],$e=typeof he=="string"?he:"(?)",at=typeof n.name=="string"?n.name:"";return{_custom:{type:"function",displayText:`<span style="opacity:.8;margin-right:5px;">function</span> <span style="white-space:nowrap;">${tu(at)}${$e}</span>`,tooltipText:E.trim()?`<pre>${E}</pre>`:null}}}function Gr(n){const E=BigInt.prototype.toString.call(n);return{_custom:{type:"bigint",displayText:`BigInt(${E})`,value:E}}}function Ba(n){const E=new Date(n.getTime());return E.setMinutes(E.getMinutes()-E.getTimezoneOffset()),{_custom:{type:"date",displayText:Date.prototype.toString.call(n),value:E.toISOString().slice(0,-1)}}}function zi(n){return{_custom:{type:"map",displayText:"Map",value:Object.fromEntries(n),readOnly:!0,fields:{abstract:!0}}}}function Xn(n){const E=Array.from(n);return{_custom:{type:"set",displayText:`Set[${E.length}]`,value:E,readOnly:!0}}}function Kn(n){const E={},te=n.getters||{},he=Object.keys(te);for(let $e=0;$e<he.length;$e++){const at=he[$e];Object.defineProperty(E,at,{enumerable:!0,get:()=>{try{return te[at]}catch(Pe){return Pe}}})}return E}function za(n){if(n.length)return n.reduce((E,te)=>{const he=te.type||"data",$e=E[he]=E[he]||{};return $e[te.key]=te.value,E},{})}function qa(n){const E={},te=n.length;for(let he=0;he<te;he++){const $e=n.item(he);E[$e.name]=$e.value}return E}function Ar(n){return{_custom:{type:"store",displayText:"Store",value:{state:n.state,getters:Kn(n)},fields:{abstract:!0}}}}function _a(n){return{_custom:{type:"router",displayText:"VueRouter",value:{options:n.options,currentRoute:n.currentRoute},fields:{abstract:!0}}}}function wa(n){n._&&(n=n._);const E=Au(n);return{_custom:{type:"component",id:n.__VUE_DEVTOOLS_NEXT_UID__,displayText:ye(n),tooltipText:"Component instance",value:za(E),fields:{abstract:!0}}}}function Fr(n){let E=xe(n);return E?n.name&&n.__file&&(E+=` <span>(${n.__file})</span>`):E="<i>Unknown Component</i>",{_custom:{type:"component-definition",displayText:E,tooltipText:"Component definition",...n.__file?{file:n.__file}:{}}}}function ro(n){try{return{_custom:{type:"HTMLElement",displayText:`<span class="opacity-30"><</span><span class="text-blue-500">${n.tagName.toLowerCase()}</span><span class="opacity-30">></span>`,value:qa(n.attributes)}}}catch{return{_custom:{type:"HTMLElement",displayText:`<span class="text-blue-500">${String(n)}</span>`}}}}function so(n){if(ai(n,"_value",!0))return n._value;if(ai(n,"value",!0))return n.value}function Wo(n){var E,te,he,$e;const at=Ol(n);if(at.ref||at.computed||at.reactive){const it=at.computed?"Computed":at.ref?"Ref":at.reactive?"Reactive":null,ti=Du(at.reactive?n:so(n)),hi=ai(n,"effect")?((te=(E=n.effect)==null?void 0:E.raw)==null?void 0:te.toString())||(($e=(he=n.effect)==null?void 0:he.fn)==null?void 0:$e.toString()):null;return{_custom:{type:it?.toLowerCase(),stateTypeName:it,value:ti,...hi?{tooltipText:`<span class="font-mono">${hi}</span>`}:{}}}}if(ai(n,"__asyncLoader")&&typeof n.__asyncLoader=="function")return{_custom:{type:"component-definition",display:"Async component definition"}}}function $o(n,E,te,he){var $e;if(n==="compilerOptions")return;const at=this[n],Pe=typeof at;if(Array.isArray(at)){const it=at.length;return it>tn?{_isArray:!0,length:it,items:at.slice(0,tn)}:at}else{if(typeof at=="string")return at.length>gn?`${at.substring(0,gn)}... (${at.length} total length)`:at;if(Pe==="undefined")return bt;if(at===Number.POSITIVE_INFINITY)return sn;if(at===Number.NEGATIVE_INFINITY)return Oa;if(typeof at=="function")return zr(at);if(Pe==="symbol")return`[native Symbol ${Symbol.prototype.toString.call(at)}]`;if(typeof at=="bigint")return Gr(at);if(at!==null&&typeof at=="object"){const it=Object.prototype.toString.call(at);if(it==="[object Map]")return zi(at);if(it==="[object Set]")return Xn(at);if(it==="[object RegExp]")return`[native RegExp ${RegExp.prototype.toString.call(at)}]`;if(it==="[object Date]")return Ba(at);if(it==="[object Error]")return`[native Error ${at.message}<>${at.stack}]`;if(ai(at,"state",!0)&&ai(at,"_vm",!0))return Ar(at);if(at.constructor&&at.constructor.name==="VueRouter")return _a(at);if(Rr(at)){const hi=wa(at),Wi=he?.get(at);return Wi&&Wi<te?`[[CircularRef]] <${hi._custom.displayText}>`:(he?.set(at,te),hi)}else{if(ai(at,"render",!0)&&typeof at.render=="function")return Fr(at);if(at.constructor&&at.constructor.name==="VNode")return`[native VNode <${at.tag}>]`;if(typeof HTMLElement<"u"&&at instanceof HTMLElement)return ro(at);if((($e=at.constructor)==null?void 0:$e.name)==="Store"&&"_wrappedGetters"in at)return"[object Store]";if(ai(at,"currentRoute",!0))return"[object Router]"}const ti=Wo(at);if(ti!=null)return ti}else if(Number.isNaN(at))return _r}return os(at)}_();var Nr=null;function lo(n,E){return E==="[object Object]"}function Tr(n,E){return E==="[object Array]"}function Fo(n){var E;const te=(E=n?.constructor)==null?void 0:E.name;return te==="Dep"&&"activeLink"in n||te==="Link"&&"dep"in n}function Wl(n,E,te,he,$e=0,at=new Map){let Pe,it,ti,hi,Wi;const nn=he.get(n);if(nn!=null)return nn;const Qn=te.length,ta=Object.prototype.toString.call(n);if(lo(n,ta)){if(Fo(n))return Qn;Pe={},he.set(n,Qn),te.push(Pe);const Yn=Object.keys(n);for(hi=0,Wi=Yn.length;hi<Wi;hi++){if(it=Yn[hi],it==="compilerOptions")return Qn;ti=n[it];const Cn=ti!=null&&lo(ti,Object.prototype.toString.call(n))&&Rr(ti);try{E&&(ti=E.call(n,it,ti,$e,at))}catch(Sa){ti=Sa}Pe[it]=Wl(ti,E,te,he,$e+1,at),Cn&&at.delete(ti)}}else if(Tr(n,ta))for(Pe=[],he.set(n,Qn),te.push(Pe),hi=0,Wi=n.length;hi<Wi;hi++){try{ti=n[hi],E&&(ti=E.call(n,hi,ti,$e,at))}catch(Yn){ti=Yn}Pe[hi]=Wl(ti,E,te,he,$e+1,at)}else te.push(n);return Qn}function eu(n,E=null){let te=n.length,he,$e,at,Pe,it,ti;for(;te--;)if(at=n[te],ti=Object.prototype.toString.call(at),ti==="[object Object]"){const hi=Object.keys(at);for(he=0,$e=hi.length;he<$e;he++)Pe=hi[he],it=n[at[Pe]],E&&(it=E.call(at,Pe,it)),at[Pe]=it}else if(ti==="[object Array]")for(he=0,$e=at.length;he<$e;he++)it=n[at[he]],E&&(it=E.call(at,he,it)),at[he]=it}function Mu(n,E=null,te=null){let he;try{he=arguments.length===1?JSON.stringify(n):JSON.stringify(n,($e,at)=>{var Pe;return(Pe=E?.($e,at))==null?void 0:Pe.call(this)},te)}catch{he=Ys(n,E,te)}if(he.length>Nr){const $e=Math.ceil(he.length/Nr),at=[];for(let Pe=0;Pe<$e;Pe++)at.push(he.slice(Pe*Nr,(Pe+1)*Nr));return at}return he}function Ys(n,E=null,te=null){const he=[];return Wl(n,E,he,new Map),te?` ${JSON.stringify(he,null,te)}`:` ${JSON.stringify(he)}`}function ad(n,E=null){if(Array.isArray(n)&&(n=n.join("")),/^\s/.test(n)){const he=JSON.parse(n);return eu(he,E),he[0]}else return arguments.length===1?JSON.parse(n):JSON.parse(n,E)}function Fd(n){return Mu(n,$o)}function vd(n,E=!1){return n==null?{}:E?ad(n,Qo):ad(n)}var bu={hook:ka,init:()=>{Ql()},get ctx(){return Ro},get api(){return Ro.api}}},19916:($t,We,a)=>{"use strict";a.d(We,{Bd:()=>ee,Go:()=>Yi,L8:()=>He,P8:()=>Gt,PT:()=>ut,aC:()=>H,ic:()=>Ot,lD:()=>ke});var e=a(48287).Buffer,i=Object.create,c=Object.defineProperty,v=Object.getOwnPropertyDescriptor,N=Object.getOwnPropertyNames,I=Object.getPrototypeOf,d=Object.prototype.hasOwnProperty,G=(oi,ni)=>function(){return oi&&(ni=(0,oi[N(oi)[0]])(oi=0)),ni},j=(oi,ni)=>function(){return ni||(0,oi[N(oi)[0]])((ni={exports:{}}).exports,ni),ni.exports},Q=(oi,ni,Ei,An)=>{if(ni&&typeof ni=="object"||typeof ni=="function")for(let En of N(ni))!d.call(oi,En)&&En!==Ei&&c(oi,En,{get:()=>ni[En],enumerable:!(An=v(ni,En))||An.enumerable});return oi},x=(oi,ni,Ei)=>(Ei=oi!=null?i(I(oi)):{},Q(ni||!oi||!oi.__esModule?c(Ei,"default",{value:oi,enumerable:!0}):Ei,oi)),U=G({"../../node_modules/.pnpm/tsup@8.4.0_@microsoft+api-extractor@7.51.1_@types+node@22.13.14__jiti@2.4.2_postcss@8.5_96eb05a9d65343021e53791dd83f3773/node_modules/tsup/assets/esm_shims.js"(){"use strict"}}),T=j({"../../node_modules/.pnpm/rfdc@1.4.1/node_modules/rfdc/index.js"(oi,ni){"use strict";U(),ni.exports=An;function Ei(Qi){return Qi instanceof e?e.from(Qi):new Qi.constructor(Qi.buffer.slice(),Qi.byteOffset,Qi.length)}function An(Qi){if(Qi=Qi||{},Qi.circles)return En(Qi);const Yt=new Map;if(Yt.set(Date,gt=>new Date(gt)),Yt.set(Map,(gt,Ve)=>new Map(qi(Array.from(gt),Ve))),Yt.set(Set,(gt,Ve)=>new Set(qi(Array.from(gt),Ve))),Qi.constructorHandlers)for(const gt of Qi.constructorHandlers)Yt.set(gt[0],gt[1]);let Ut=null;return Qi.proto?ft:Ne;function qi(gt,Ve){const ot=Object.keys(gt),ei=new Array(ot.length);for(let X=0;X<ot.length;X++){const A=ot[X],g=gt[A];typeof g!="object"||g===null?ei[A]=g:g.constructor!==Object&&(Ut=Yt.get(g.constructor))?ei[A]=Ut(g,Ve):ArrayBuffer.isView(g)?ei[A]=Ei(g):ei[A]=Ve(g)}return ei}function Ne(gt){if(typeof gt!="object"||gt===null)return gt;if(Array.isArray(gt))return qi(gt,Ne);if(gt.constructor!==Object&&(Ut=Yt.get(gt.constructor)))return Ut(gt,Ne);const Ve={};for(const ot in gt){if(Object.hasOwnProperty.call(gt,ot)===!1)continue;const ei=gt[ot];typeof ei!="object"||ei===null?Ve[ot]=ei:ei.constructor!==Object&&(Ut=Yt.get(ei.constructor))?Ve[ot]=Ut(ei,Ne):ArrayBuffer.isView(ei)?Ve[ot]=Ei(ei):Ve[ot]=Ne(ei)}return Ve}function ft(gt){if(typeof gt!="object"||gt===null)return gt;if(Array.isArray(gt))return qi(gt,ft);if(gt.constructor!==Object&&(Ut=Yt.get(gt.constructor)))return Ut(gt,ft);const Ve={};for(const ot in gt){const ei=gt[ot];typeof ei!="object"||ei===null?Ve[ot]=ei:ei.constructor!==Object&&(Ut=Yt.get(ei.constructor))?Ve[ot]=Ut(ei,ft):ArrayBuffer.isView(ei)?Ve[ot]=Ei(ei):Ve[ot]=ft(ei)}return Ve}}function En(Qi){const Yt=[],Ut=[],qi=new Map;if(qi.set(Date,ot=>new Date(ot)),qi.set(Map,(ot,ei)=>new Map(ft(Array.from(ot),ei))),qi.set(Set,(ot,ei)=>new Set(ft(Array.from(ot),ei))),Qi.constructorHandlers)for(const ot of Qi.constructorHandlers)qi.set(ot[0],ot[1]);let Ne=null;return Qi.proto?Ve:gt;function ft(ot,ei){const X=Object.keys(ot),A=new Array(X.length);for(let g=0;g<X.length;g++){const D=X[g],$=ot[D];if(typeof $!="object"||$===null)A[D]=$;else if($.constructor!==Object&&(Ne=qi.get($.constructor)))A[D]=Ne($,ei);else if(ArrayBuffer.isView($))A[D]=Ei($);else{const Y=Yt.indexOf($);Y!==-1?A[D]=Ut[Y]:A[D]=ei($)}}return A}function gt(ot){if(typeof ot!="object"||ot===null)return ot;if(Array.isArray(ot))return ft(ot,gt);if(ot.constructor!==Object&&(Ne=qi.get(ot.constructor)))return Ne(ot,gt);const ei={};Yt.push(ot),Ut.push(ei);for(const X in ot){if(Object.hasOwnProperty.call(ot,X)===!1)continue;const A=ot[X];if(typeof A!="object"||A===null)ei[X]=A;else if(A.constructor!==Object&&(Ne=qi.get(A.constructor)))ei[X]=Ne(A,gt);else if(ArrayBuffer.isView(A))ei[X]=Ei(A);else{const g=Yt.indexOf(A);g!==-1?ei[X]=Ut[g]:ei[X]=gt(A)}}return Yt.pop(),Ut.pop(),ei}function Ve(ot){if(typeof ot!="object"||ot===null)return ot;if(Array.isArray(ot))return ft(ot,Ve);if(ot.constructor!==Object&&(Ne=qi.get(ot.constructor)))return Ne(ot,Ve);const ei={};Yt.push(ot),Ut.push(ei);for(const X in ot){const A=ot[X];if(typeof A!="object"||A===null)ei[X]=A;else if(A.constructor!==Object&&(Ne=qi.get(A.constructor)))ei[X]=Ne(A,Ve);else if(ArrayBuffer.isView(A))ei[X]=Ei(A);else{const g=Yt.indexOf(A);g!==-1?ei[X]=Ut[g]:ei[X]=Ve(A)}}return Yt.pop(),Ut.pop(),ei}}}});U(),U();var _="__vue-devtools-view-mode__",S="__vue-devtools-vite-plugin-detected__",K="__vue-devtools-vite-plugin-client-url__",_e="__vue-devtools-broadcast-channel__";U();var ee=typeof navigator<"u",H=typeof window<"u"?window:typeof globalThis<"u"?globalThis:typeof global<"u"?global:{},xe=typeof H.chrome<"u"&&!!H.chrome.devtools,P=ee&&H.self!==H.top,ce,Ce=typeof navigator<"u"&&((ce=navigator.userAgent)==null?void 0:ce.toLowerCase().includes("electron")),ke=typeof window<"u"&&!!window.__NUXT__,J=!P&&!xe&&!Ce;U();var ye=x(T(),1);function Xe(){}var ui=oi=>`${+oi}`===oi,ht=()=>navigator?.platform?navigator?.platform.toLowerCase().includes("mac"):/Macintosh/.test(navigator.userAgent),_t=/(?:^|[-_/])(\w)/g,ai=/-(\w)/g,Ft=/([a-z0-9])([A-Z])/g;function jt(oi,ni){return ni?ni.toUpperCase():""}function He(oi){return oi&&`${oi}`.replace(_t,jt)}function ut(oi){return oi&&oi.replace(ai,jt)}function Ot(oi){return oi&&oi.replace(Ft,(ni,Ei,An)=>`${Ei}-${An}`).toLowerCase()}function Gt(oi,ni){let Ei=oi.replace(/^[a-z]:/i,"").replace(/\\/g,"/");Ei.endsWith(`index${ni}`)&&(Ei=Ei.replace(`/index${ni}`,ni));const An=Ei.lastIndexOf("/"),En=Ei.substring(An+1);if(ni){const Qi=En.lastIndexOf(ni);return En.substring(0,Qi)}return""}function ri(oi){return oi&&oi.slice().sort((ni,Ei)=>ni.key<Ei.key?-1:ni.key>Ei.key?1:0)}var Ii=/^https?:\/\//;function Li(oi){return oi.startsWith("/")||Ii.test(oi)}var Yi=(0,ye.default)({circles:!0});function wi(){return Math.random().toString(36).slice(2)}function Lt(oi){return typeof oi=="object"&&!Array.isArray(oi)&&oi!==null}function di(oi){return Array.isArray(oi)}function Vt(oi){return oi instanceof Set}function pn(oi){return oi instanceof Map}},97471:($t,We,a)=>{"use strict";a.d(We,{ok:()=>c});function e(N){return N}function i(){}function c(){}function v(){}},99418:($t,We,a)=>{"use strict";a.d(We,{A:()=>gt});/*! @license DOMPurify 3.3.0 | (c) Cure53 and other contributors | Released under the Apache license 2.0 and Mozilla Public License 2.0 | github.com/cure53/DOMPurify/blob/3.3.0/LICENSE */const{entries:e,setPrototypeOf:i,isFrozen:c,getPrototypeOf:v,getOwnPropertyDescriptor:N}=Object;let{freeze:I,seal:d,create:G}=Object,{apply:j,construct:Q}=typeof Reflect<"u"&&Reflect;I||(I=function(ot){return ot}),d||(d=function(ot){return ot}),j||(j=function(ot,ei){for(var X=arguments.length,A=new Array(X>2?X-2:0),g=2;g<X;g++)A[g-2]=arguments[g];return ot.apply(ei,A)}),Q||(Q=function(ot){for(var ei=arguments.length,X=new Array(ei>1?ei-1:0),A=1;A<ei;A++)X[A-1]=arguments[A];return new ot(...X)});const x=J(Array.prototype.forEach),U=J(Array.prototype.lastIndexOf),T=J(Array.prototype.pop),_=J(Array.prototype.push),S=J(Array.prototype.splice),K=J(String.prototype.toLowerCase),_e=J(String.prototype.toString),ee=J(String.prototype.match),H=J(String.prototype.replace),xe=J(String.prototype.indexOf),P=J(String.prototype.trim),ce=J(Object.prototype.hasOwnProperty),Ce=J(RegExp.prototype.test),ke=ye(TypeError);function J(Ve){return function(ot){ot instanceof RegExp&&(ot.lastIndex=0);for(var ei=arguments.length,X=new Array(ei>1?ei-1:0),A=1;A<ei;A++)X[A-1]=arguments[A];return j(Ve,ot,X)}}function ye(Ve){return function(){for(var ot=arguments.length,ei=new Array(ot),X=0;X<ot;X++)ei[X]=arguments[X];return Q(Ve,ei)}}function Xe(Ve,ot){let ei=arguments.length>2&&arguments[2]!==void 0?arguments[2]:K;i&&i(Ve,null);let X=ot.length;for(;X--;){let A=ot[X];if(typeof A=="string"){const g=ei(A);g!==A&&(c(ot)||(ot[X]=g),A=g)}Ve[A]=!0}return Ve}function ui(Ve){for(let ot=0;ot<Ve.length;ot++)ce(Ve,ot)||(Ve[ot]=null);return Ve}function ht(Ve){const ot=G(null);for(const[ei,X]of e(Ve))ce(Ve,ei)&&(Array.isArray(X)?ot[ei]=ui(X):X&&typeof X=="object"&&X.constructor===Object?ot[ei]=ht(X):ot[ei]=X);return ot}function _t(Ve,ot){for(;Ve!==null;){const X=N(Ve,ot);if(X){if(X.get)return J(X.get);if(typeof X.value=="function")return J(X.value)}Ve=v(Ve)}function ei(){return null}return ei}const ai=I(["a","abbr","acronym","address","area","article","aside","audio","b","bdi","bdo","big","blink","blockquote","body","br","button","canvas","caption","center","cite","code","col","colgroup","content","data","datalist","dd","decorator","del","details","dfn","dialog","dir","div","dl","dt","element","em","fieldset","figcaption","figure","font","footer","form","h1","h2","h3","h4","h5","h6","head","header","hgroup","hr","html","i","img","input","ins","kbd","label","legend","li","main","map","mark","marquee","menu","menuitem","meter","nav","nobr","ol","optgroup","option","output","p","picture","pre","progress","q","rp","rt","ruby","s","samp","search","section","select","shadow","slot","small","source","spacer","span","strike","strong","style","sub","summary","sup","table","tbody","td","template","textarea","tfoot","th","thead","time","tr","track","tt","u","ul","var","video","wbr"]),Ft=I(["svg","a","altglyph","altglyphdef","altglyphitem","animatecolor","animatemotion","animatetransform","circle","clippath","defs","desc","ellipse","enterkeyhint","exportparts","filter","font","g","glyph","glyphref","hkern","image","inputmode","line","lineargradient","marker","mask","metadata","mpath","part","path","pattern","polygon","polyline","radialgradient","rect","stop","style","switch","symbol","text","textpath","title","tref","tspan","view","vkern"]),jt=I(["feBlend","feColorMatrix","feComponentTransfer","feComposite","feConvolveMatrix","feDiffuseLighting","feDisplacementMap","feDistantLight","feDropShadow","feFlood","feFuncA","feFuncB","feFuncG","feFuncR","feGaussianBlur","feImage","feMerge","feMergeNode","feMorphology","feOffset","fePointLight","feSpecularLighting","feSpotLight","feTile","feTurbulence"]),He=I(["animate","color-profile","cursor","discard","font-face","font-face-format","font-face-name","font-face-src","font-face-uri","foreignobject","hatch","hatchpath","mesh","meshgradient","meshpatch","meshrow","missing-glyph","script","set","solidcolor","unknown","use"]),ut=I(["math","menclose","merror","mfenced","mfrac","mglyph","mi","mlabeledtr","mmultiscripts","mn","mo","mover","mpadded","mphantom","mroot","mrow","ms","mspace","msqrt","mstyle","msub","msup","msubsup","mtable","mtd","mtext","mtr","munder","munderover","mprescripts"]),Ot=I(["maction","maligngroup","malignmark","mlongdiv","mscarries","mscarry","msgroup","mstack","msline","msrow","semantics","annotation","annotation-xml","mprescripts","none"]),Gt=I(["#text"]),ri=I(["accept","action","align","alt","autocapitalize","autocomplete","autopictureinpicture","autoplay","background","bgcolor","border","capture","cellpadding","cellspacing","checked","cite","class","clear","color","cols","colspan","controls","controlslist","coords","crossorigin","datetime","decoding","default","dir","disabled","disablepictureinpicture","disableremoteplayback","download","draggable","enctype","enterkeyhint","exportparts","face","for","headers","height","hidden","high","href","hreflang","id","inert","inputmode","integrity","ismap","kind","label","lang","list","loading","loop","low","max","maxlength","media","method","min","minlength","multiple","muted","name","nonce","noshade","novalidate","nowrap","open","optimum","part","pattern","placeholder","playsinline","popover","popovertarget","popovertargetaction","poster","preload","pubdate","radiogroup","readonly","rel","required","rev","reversed","role","rows","rowspan","spellcheck","scope","selected","shape","size","sizes","slot","span","srclang","start","src","srcset","step","style","summary","tabindex","title","translate","type","usemap","valign","value","width","wrap","xmlns","slot"]),Ii=I(["accent-height","accumulate","additive","alignment-baseline","amplitude","ascent","attributename","attributetype","azimuth","basefrequency","baseline-shift","begin","bias","by","class","clip","clippathunits","clip-path","clip-rule","color","color-interpolation","color-interpolation-filters","color-profile","color-rendering","cx","cy","d","dx","dy","diffuseconstant","direction","display","divisor","dur","edgemode","elevation","end","exponent","fill","fill-opacity","fill-rule","filter","filterunits","flood-color","flood-opacity","font-family","font-size","font-size-adjust","font-stretch","font-style","font-variant","font-weight","fx","fy","g1","g2","glyph-name","glyphref","gradientunits","gradienttransform","height","href","id","image-rendering","in","in2","intercept","k","k1","k2","k3","k4","kerning","keypoints","keysplines","keytimes","lang","lengthadjust","letter-spacing","kernelmatrix","kernelunitlength","lighting-color","local","marker-end","marker-mid","marker-start","markerheight","markerunits","markerwidth","maskcontentunits","maskunits","max","mask","mask-type","media","method","mode","min","name","numoctaves","offset","operator","opacity","order","orient","orientation","origin","overflow","paint-order","path","pathlength","patterncontentunits","patterntransform","patternunits","points","preservealpha","preserveaspectratio","primitiveunits","r","rx","ry","radius","refx","refy","repeatcount","repeatdur","restart","result","rotate","scale","seed","shape-rendering","slope","specularconstant","specularexponent","spreadmethod","startoffset","stddeviation","stitchtiles","stop-color","stop-opacity","stroke-dasharray","stroke-dashoffset","stroke-linecap","stroke-linejoin","stroke-miterlimit","stroke-opacity","stroke","stroke-width","style","surfacescale","systemlanguage","tabindex","tablevalues","targetx","targety","transform","transform-origin","text-anchor","text-decoration","text-rendering","textlength","type","u1","u2","unicode","values","viewbox","visibility","version","vert-adv-y","vert-origin-x","vert-origin-y","width","word-spacing","wrap","writing-mode","xchannelselector","ychannelselector","x","x1","x2","xmlns","y","y1","y2","z","zoomandpan"]),Li=I(["accent","accentunder","align","bevelled","close","columnsalign","columnlines","columnspan","denomalign","depth","dir","display","displaystyle","encoding","fence","frame","height","href","id","largeop","length","linethickness","lspace","lquote","mathbackground","mathcolor","mathsize","mathvariant","maxsize","minsize","movablelimits","notation","numalign","open","rowalign","rowlines","rowspacing","rowspan","rspace","rquote","scriptlevel","scriptminsize","scriptsizemultiplier","selection","separator","separators","stretchy","subscriptshift","supscriptshift","symmetric","voffset","width","xmlns"]),Yi=I(["xlink:href","xml:id","xlink:title","xml:space","xmlns:xlink"]),wi=d(/\{\{[\w\W]*|[\w\W]*\}\}/gm),Lt=d(/<%[\w\W]*|[\w\W]*%>/gm),di=d(/\$\{[\w\W]*/gm),Vt=d(/^data-[\-\w.\u00B7-\uFFFF]+$/),pn=d(/^aria-[\-\w]+$/),oi=d(/^(?:(?:(?:f|ht)tps?|mailto|tel|callto|sms|cid|xmpp|matrix):|[^a-z]|[a-z+.\-]+(?:[^a-z+.\-:]|$))/i),ni=d(/^(?:\w+script|data):/i),Ei=d(/[\u0000-\u0020\u00A0\u1680\u180E\u2000-\u2029\u205F\u3000]/g),An=d(/^html$/i),En=d(/^[a-z][.\w]*(-[.\w]+)+$/i);var Qi=Object.freeze({__proto__:null,ARIA_ATTR:pn,ATTR_WHITESPACE:Ei,CUSTOM_ELEMENT:En,DATA_ATTR:Vt,DOCTYPE_NAME:An,ERB_EXPR:Lt,IS_ALLOWED_URI:oi,IS_SCRIPT_OR_DATA:ni,MUSTACHE_EXPR:wi,TMPLIT_EXPR:di});const Yt={element:1,attribute:2,text:3,cdataSection:4,entityReference:5,entityNode:6,progressingInstruction:7,comment:8,document:9,documentType:10,documentFragment:11,notation:12},Ut=function(){return typeof window>"u"?null:window},qi=function(ot,ei){if(typeof ot!="object"||typeof ot.createPolicy!="function")return null;let X=null;const A="data-tt-policy-suffix";ei&&ei.hasAttribute(A)&&(X=ei.getAttribute(A));const g="dompurify"+(X?"#"+X:"");try{return ot.createPolicy(g,{createHTML(D){return D},createScriptURL(D){return D}})}catch{return console.warn("TrustedTypes policy "+g+" could not be created."),null}},Ne=function(){return{afterSanitizeAttributes:[],afterSanitizeElements:[],afterSanitizeShadowDOM:[],beforeSanitizeAttributes:[],beforeSanitizeElements:[],beforeSanitizeShadowDOM:[],uponSanitizeAttribute:[],uponSanitizeElement:[],uponSanitizeShadowNode:[]}};function ft(){let Ve=arguments.length>0&&arguments[0]!==void 0?arguments[0]:Ut();const ot=tn=>ft(tn);if(ot.version="3.3.0",ot.removed=[],!Ve||!Ve.document||Ve.document.nodeType!==Yt.document||!Ve.Element)return ot.isSupported=!1,ot;let{document:ei}=Ve;const X=ei,A=X.currentScript,{DocumentFragment:g,HTMLTemplateElement:D,Node:$,Element:Y,NodeFilter:ne,NamedNodeMap:Re=Ve.NamedNodeMap||Ve.MozNamedAttrMap,HTMLFormElement:Ge,DOMParser:At,trustedTypes:Ze}=Ve,ve=Y.prototype,L=_t(ve,"cloneNode"),ge=_t(ve,"remove"),Ae=_t(ve,"nextSibling"),rt=_t(ve,"childNodes"),Ht=_t(ve,"parentNode");if(typeof D=="function"){const tn=ei.createElement("template");tn.content&&tn.content.ownerDocument&&(ei=tn.content.ownerDocument)}let Qt,Qe="";const{implementation:Rt,createNodeIterator:Kt,createDocumentFragment:wt,getElementsByTagName:un}=ei,{importNode:en}=X;let Ji=Ne();ot.isSupported=typeof e=="function"&&typeof Ht=="function"&&Rt&&Rt.createHTMLDocument!==void 0;const{MUSTACHE_EXPR:Zn,ERB_EXPR:oa,TMPLIT_EXPR:Tn,DATA_ATTR:Er,ARIA_ATTR:Ea,IS_SCRIPT_OR_DATA:Br,ATTR_WHITESPACE:Ja,CUSTOM_ELEMENT:hr}=Qi;let{IS_ALLOWED_URI:br}=Qi,Ka=null;const Ur=Xe({},[...ai,...Ft,...jt,...ut,...Gt]);let zt=null;const Wt=Xe({},[...ri,...Ii,...Li,...Yi]);let Si=Object.seal(G(null,{tagNameCheck:{writable:!0,configurable:!1,enumerable:!0,value:null},attributeNameCheck:{writable:!0,configurable:!1,enumerable:!0,value:null},allowCustomizedBuiltInElements:{writable:!0,configurable:!1,enumerable:!0,value:!1}})),Oi=null,zn=null;const Un=Object.seal(G(null,{tagCheck:{writable:!0,configurable:!1,enumerable:!0,value:null},attributeCheck:{writable:!0,configurable:!1,enumerable:!0,value:null}}));let tr=!0,Ai=!0,Te=!1,et=!0,ii=!1,qt=!0,xi=!1,ia=!1,ca=!1,ma=!1,jn=!1,$a=!1,Ia=!0,gr=!1;const Ta="user-content-";let to=!0,Kr=!1,lr={},Wr=null;const Le=Xe({},["annotation-xml","audio","colgroup","desc","foreignobject","head","iframe","math","mi","mn","mo","ms","mtext","noembed","noframes","noscript","plaintext","script","style","svg","template","thead","title","video","xmp"]);let lt=null;const u=Xe({},["audio","video","img","source","image","track"]);let b=null;const R=Xe({},["alt","class","for","id","label","name","pattern","placeholder","role","summary","title","value","style","xmlns"]),q="http://www.w3.org/1998/Math/MathML",oe="http://www.w3.org/2000/svg",z="http://www.w3.org/1999/xhtml";let ae=z,Ee=!1,V=null;const Fe=Xe({},[q,oe,z],_e);let De=Xe({},["mi","mo","mn","ms","mtext"]),Et=Xe({},["annotation-xml"]);const yi=Xe({},["title","style","font","a","script"]);let gi=null;const fn=["application/xhtml+xml","text/html"],se="text/html";let je=null,Ue=null;const mt=ei.createElement("form"),dt=function(bt){return bt instanceof RegExp||bt instanceof Function},li=function(){let bt=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{};if(!(Ue&&Ue===bt)){if((!bt||typeof bt!="object")&&(bt={}),bt=ht(bt),gi=fn.indexOf(bt.PARSER_MEDIA_TYPE)===-1?se:bt.PARSER_MEDIA_TYPE,je=gi==="application/xhtml+xml"?_e:K,Ka=ce(bt,"ALLOWED_TAGS")?Xe({},bt.ALLOWED_TAGS,je):Ur,zt=ce(bt,"ALLOWED_ATTR")?Xe({},bt.ALLOWED_ATTR,je):Wt,V=ce(bt,"ALLOWED_NAMESPACES")?Xe({},bt.ALLOWED_NAMESPACES,_e):Fe,b=ce(bt,"ADD_URI_SAFE_ATTR")?Xe(ht(R),bt.ADD_URI_SAFE_ATTR,je):R,lt=ce(bt,"ADD_DATA_URI_TAGS")?Xe(ht(u),bt.ADD_DATA_URI_TAGS,je):u,Wr=ce(bt,"FORBID_CONTENTS")?Xe({},bt.FORBID_CONTENTS,je):Le,Oi=ce(bt,"FORBID_TAGS")?Xe({},bt.FORBID_TAGS,je):ht({}),zn=ce(bt,"FORBID_ATTR")?Xe({},bt.FORBID_ATTR,je):ht({}),lr=ce(bt,"USE_PROFILES")?bt.USE_PROFILES:!1,tr=bt.ALLOW_ARIA_ATTR!==!1,Ai=bt.ALLOW_DATA_ATTR!==!1,Te=bt.ALLOW_UNKNOWN_PROTOCOLS||!1,et=bt.ALLOW_SELF_CLOSE_IN_ATTR!==!1,ii=bt.SAFE_FOR_TEMPLATES||!1,qt=bt.SAFE_FOR_XML!==!1,xi=bt.WHOLE_DOCUMENT||!1,ma=bt.RETURN_DOM||!1,jn=bt.RETURN_DOM_FRAGMENT||!1,$a=bt.RETURN_TRUSTED_TYPE||!1,ca=bt.FORCE_BODY||!1,Ia=bt.SANITIZE_DOM!==!1,gr=bt.SANITIZE_NAMED_PROPS||!1,to=bt.KEEP_CONTENT!==!1,Kr=bt.IN_PLACE||!1,br=bt.ALLOWED_URI_REGEXP||oi,ae=bt.NAMESPACE||z,De=bt.MATHML_TEXT_INTEGRATION_POINTS||De,Et=bt.HTML_INTEGRATION_POINTS||Et,Si=bt.CUSTOM_ELEMENT_HANDLING||{},bt.CUSTOM_ELEMENT_HANDLING&&dt(bt.CUSTOM_ELEMENT_HANDLING.tagNameCheck)&&(Si.tagNameCheck=bt.CUSTOM_ELEMENT_HANDLING.tagNameCheck),bt.CUSTOM_ELEMENT_HANDLING&&dt(bt.CUSTOM_ELEMENT_HANDLING.attributeNameCheck)&&(Si.attributeNameCheck=bt.CUSTOM_ELEMENT_HANDLING.attributeNameCheck),bt.CUSTOM_ELEMENT_HANDLING&&typeof bt.CUSTOM_ELEMENT_HANDLING.allowCustomizedBuiltInElements=="boolean"&&(Si.allowCustomizedBuiltInElements=bt.CUSTOM_ELEMENT_HANDLING.allowCustomizedBuiltInElements),ii&&(Ai=!1),jn&&(ma=!0),lr&&(Ka=Xe({},Gt),zt=[],lr.html===!0&&(Xe(Ka,ai),Xe(zt,ri)),lr.svg===!0&&(Xe(Ka,Ft),Xe(zt,Ii),Xe(zt,Yi)),lr.svgFilters===!0&&(Xe(Ka,jt),Xe(zt,Ii),Xe(zt,Yi)),lr.mathMl===!0&&(Xe(Ka,ut),Xe(zt,Li),Xe(zt,Yi))),bt.ADD_TAGS&&(typeof bt.ADD_TAGS=="function"?Un.tagCheck=bt.ADD_TAGS:(Ka===Ur&&(Ka=ht(Ka)),Xe(Ka,bt.ADD_TAGS,je))),bt.ADD_ATTR&&(typeof bt.ADD_ATTR=="function"?Un.attributeCheck=bt.ADD_ATTR:(zt===Wt&&(zt=ht(zt)),Xe(zt,bt.ADD_ATTR,je))),bt.ADD_URI_SAFE_ATTR&&Xe(b,bt.ADD_URI_SAFE_ATTR,je),bt.FORBID_CONTENTS&&(Wr===Le&&(Wr=ht(Wr)),Xe(Wr,bt.FORBID_CONTENTS,je)),to&&(Ka["#text"]=!0),xi&&Xe(Ka,["html","head","body"]),Ka.table&&(Xe(Ka,["tbody"]),delete Oi.tbody),bt.TRUSTED_TYPES_POLICY){if(typeof bt.TRUSTED_TYPES_POLICY.createHTML!="function")throw ke('TRUSTED_TYPES_POLICY configuration option must provide a "createHTML" hook.');if(typeof bt.TRUSTED_TYPES_POLICY.createScriptURL!="function")throw ke('TRUSTED_TYPES_POLICY configuration option must provide a "createScriptURL" hook.');Qt=bt.TRUSTED_TYPES_POLICY,Qe=Qt.createHTML("")}else Qt===void 0&&(Qt=qi(Ze,A)),Qt!==null&&typeof Qe=="string"&&(Qe=Qt.createHTML(""));I&&I(bt),Ue=bt}},Ui=Xe({},[...Ft,...jt,...He]),Hn=Xe({},[...ut,...Ot]),rn=function(bt){let sn=Ht(bt);(!sn||!sn.tagName)&&(sn={namespaceURI:ae,tagName:"template"});const Oa=K(bt.tagName),_r=K(sn.tagName);return V[bt.namespaceURI]?bt.namespaceURI===oe?sn.namespaceURI===z?Oa==="svg":sn.namespaceURI===q?Oa==="svg"&&(_r==="annotation-xml"||De[_r]):!!Ui[Oa]:bt.namespaceURI===q?sn.namespaceURI===z?Oa==="math":sn.namespaceURI===oe?Oa==="math"&&Et[_r]:!!Hn[Oa]:bt.namespaceURI===z?sn.namespaceURI===oe&&!Et[_r]||sn.namespaceURI===q&&!De[_r]?!1:!Hn[Oa]&&(yi[Oa]||!Ui[Oa]):!!(gi==="application/xhtml+xml"&&V[bt.namespaceURI]):!1},Nn=function(bt){_(ot.removed,{element:bt});try{Ht(bt).removeChild(bt)}catch{ge(bt)}},ba=function(bt,sn){try{_(ot.removed,{attribute:sn.getAttributeNode(bt),from:sn})}catch{_(ot.removed,{attribute:null,from:sn})}if(sn.removeAttribute(bt),bt==="is")if(ma||jn)try{Nn(sn)}catch{}else try{sn.setAttribute(bt,"")}catch{}},Ra=function(bt){let sn=null,Oa=null;if(ca)bt="<remove></remove>"+bt;else{const Rr=ee(bt,/^[\r\n\t ]+/);Oa=Rr&&Rr[0]}gi==="application/xhtml+xml"&&ae===z&&(bt='<html xmlns="http://www.w3.org/1999/xhtml"><head></head><body>'+bt+"</body></html>");const _r=Qt?Qt.createHTML(bt):bt;if(ae===z)try{sn=new At().parseFromString(_r,gi)}catch{}if(!sn||!sn.documentElement){sn=Rt.createDocument(ae,"template",null);try{sn.documentElement.innerHTML=Ee?Qe:_r}catch{}}const Qa=sn.body||sn.documentElement;return bt&&Oa&&Qa.insertBefore(ei.createTextNode(Oa),Qa.childNodes[0]||null),ae===z?un.call(sn,xi?"html":"body")[0]:xi?sn.documentElement:Qa},ka=function(bt){return Kt.call(bt.ownerDocument||bt,bt,ne.SHOW_ELEMENT|ne.SHOW_COMMENT|ne.SHOW_TEXT|ne.SHOW_PROCESSING_INSTRUCTION|ne.SHOW_CDATA_SECTION,null)},ea=function(bt){return bt instanceof Ge&&(typeof bt.nodeName!="string"||typeof bt.textContent!="string"||typeof bt.removeChild!="function"||!(bt.attributes instanceof Re)||typeof bt.removeAttribute!="function"||typeof bt.setAttribute!="function"||typeof bt.namespaceURI!="string"||typeof bt.insertBefore!="function"||typeof bt.hasChildNodes!="function")},re=function(bt){return typeof $=="function"&&bt instanceof $};function Ye(tn,bt,sn){x(tn,Oa=>{Oa.call(ot,bt,sn,Ue)})}const Pt=function(bt){let sn=null;if(Ye(Ji.beforeSanitizeElements,bt,null),ea(bt))return Nn(bt),!0;const Oa=je(bt.nodeName);if(Ye(Ji.uponSanitizeElement,bt,{tagName:Oa,allowedTags:Ka}),qt&&bt.hasChildNodes()&&!re(bt.firstElementChild)&&Ce(/<[/\w!]/g,bt.innerHTML)&&Ce(/<[/\w!]/g,bt.textContent)||bt.nodeType===Yt.progressingInstruction||qt&&bt.nodeType===Yt.comment&&Ce(/<[/\w]/g,bt.data))return Nn(bt),!0;if(!(Un.tagCheck instanceof Function&&Un.tagCheck(Oa))&&(!Ka[Oa]||Oi[Oa])){if(!Oi[Oa]&&dn(Oa)&&(Si.tagNameCheck instanceof RegExp&&Ce(Si.tagNameCheck,Oa)||Si.tagNameCheck instanceof Function&&Si.tagNameCheck(Oa)))return!1;if(to&&!Wr[Oa]){const _r=Ht(bt)||bt.parentNode,Qa=rt(bt)||bt.childNodes;if(Qa&&_r){const Rr=Qa.length;for(let io=Rr-1;io>=0;--io){const Do=L(Qa[io],!0);Do.__removalCount=(bt.__removalCount||0)+1,_r.insertBefore(Do,Ae(bt))}}}return Nn(bt),!0}return bt instanceof Y&&!rn(bt)||(Oa==="noscript"||Oa==="noembed"||Oa==="noframes")&&Ce(/<\/no(script|embed|frames)/i,bt.innerHTML)?(Nn(bt),!0):(ii&&bt.nodeType===Yt.text&&(sn=bt.textContent,x([Zn,oa,Tn],_r=>{sn=H(sn,_r," ")}),bt.textContent!==sn&&(_(ot.removed,{element:bt.cloneNode()}),bt.textContent=sn)),Ye(Ji.afterSanitizeElements,bt,null),!1)},Bi=function(bt,sn,Oa){if(Ia&&(sn==="id"||sn==="name")&&(Oa in ei||Oa in mt))return!1;if(!(Ai&&!zn[sn]&&Ce(Er,sn))){if(!(tr&&Ce(Ea,sn))){if(!(Un.attributeCheck instanceof Function&&Un.attributeCheck(sn,bt))){if(!zt[sn]||zn[sn]){if(!(dn(bt)&&(Si.tagNameCheck instanceof RegExp&&Ce(Si.tagNameCheck,bt)||Si.tagNameCheck instanceof Function&&Si.tagNameCheck(bt))&&(Si.attributeNameCheck instanceof RegExp&&Ce(Si.attributeNameCheck,sn)||Si.attributeNameCheck instanceof Function&&Si.attributeNameCheck(sn,bt))||sn==="is"&&Si.allowCustomizedBuiltInElements&&(Si.tagNameCheck instanceof RegExp&&Ce(Si.tagNameCheck,Oa)||Si.tagNameCheck instanceof Function&&Si.tagNameCheck(Oa))))return!1}else if(!b[sn]){if(!Ce(br,H(Oa,Ja,""))){if(!((sn==="src"||sn==="xlink:href"||sn==="href")&&bt!=="script"&&xe(Oa,"data:")===0&<[bt])){if(!(Te&&!Ce(Br,H(Oa,Ja,"")))){if(Oa)return!1}}}}}}}return!0},dn=function(bt){return bt!=="annotation-xml"&&ee(bt,hr)},sa=function(bt){Ye(Ji.beforeSanitizeAttributes,bt,null);const{attributes:sn}=bt;if(!sn||ea(bt))return;const Oa={attrName:"",attrValue:"",keepAttr:!0,allowedAttributes:zt,forceKeepAttr:void 0};let _r=sn.length;for(;_r--;){const Qa=sn[_r],{name:Rr,namespaceURI:io,value:Do}=Qa,go=je(Rr),no=Do;let fo=Rr==="value"?no:P(no);if(Oa.attrName=go,Oa.attrValue=fo,Oa.keepAttr=!0,Oa.forceKeepAttr=void 0,Ye(Ji.uponSanitizeAttribute,bt,Oa),fo=Oa.attrValue,gr&&(go==="id"||go==="name")&&(ba(Rr,bt),fo=Ta+fo),qt&&Ce(/((--!?|])>)|<\/(style|title|textarea)/i,fo)){ba(Rr,bt);continue}if(go==="attributename"&&ee(fo,"href")){ba(Rr,bt);continue}if(Oa.forceKeepAttr)continue;if(!Oa.keepAttr){ba(Rr,bt);continue}if(!et&&Ce(/\/>/i,fo)){ba(Rr,bt);continue}ii&&x([Zn,oa,Tn],hs=>{fo=H(fo,hs," ")});const Xo=je(bt.nodeName);if(!Bi(Xo,go,fo)){ba(Rr,bt);continue}if(Qt&&typeof Ze=="object"&&typeof Ze.getAttributeType=="function"&&!io)switch(Ze.getAttributeType(Xo,go)){case"TrustedHTML":{fo=Qt.createHTML(fo);break}case"TrustedScriptURL":{fo=Qt.createScriptURL(fo);break}}if(fo!==no)try{io?bt.setAttributeNS(io,Rr,fo):bt.setAttribute(Rr,fo),ea(bt)?Nn(bt):T(ot.removed)}catch{ba(Rr,bt)}}Ye(Ji.afterSanitizeAttributes,bt,null)},gn=function tn(bt){let sn=null;const Oa=ka(bt);for(Ye(Ji.beforeSanitizeShadowDOM,bt,null);sn=Oa.nextNode();)Ye(Ji.uponSanitizeShadowNode,sn,null),Pt(sn),sa(sn),sn.content instanceof g&&tn(sn.content);Ye(Ji.afterSanitizeShadowDOM,bt,null)};return ot.sanitize=function(tn){let bt=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},sn=null,Oa=null,_r=null,Qa=null;if(Ee=!tn,Ee&&(tn="<!-->"),typeof tn!="string"&&!re(tn))if(typeof tn.toString=="function"){if(tn=tn.toString(),typeof tn!="string")throw ke("dirty is not a string, aborting")}else throw ke("toString is not a function");if(!ot.isSupported)return tn;if(ia||li(bt),ot.removed=[],typeof tn=="string"&&(Kr=!1),Kr){if(tn.nodeName){const Do=je(tn.nodeName);if(!Ka[Do]||Oi[Do])throw ke("root node is forbidden and cannot be sanitized in-place")}}else if(tn instanceof $)sn=Ra("<!---->"),Oa=sn.ownerDocument.importNode(tn,!0),Oa.nodeType===Yt.element&&Oa.nodeName==="BODY"||Oa.nodeName==="HTML"?sn=Oa:sn.appendChild(Oa);else{if(!ma&&!ii&&!xi&&tn.indexOf("<")===-1)return Qt&&$a?Qt.createHTML(tn):tn;if(sn=Ra(tn),!sn)return ma?null:$a?Qe:""}sn&&ca&&Nn(sn.firstChild);const Rr=ka(Kr?tn:sn);for(;_r=Rr.nextNode();)Pt(_r),sa(_r),_r.content instanceof g&&gn(_r.content);if(Kr)return tn;if(ma){if(jn)for(Qa=wt.call(sn.ownerDocument);sn.firstChild;)Qa.appendChild(sn.firstChild);else Qa=sn;return(zt.shadowroot||zt.shadowrootmode)&&(Qa=en.call(X,Qa,!0)),Qa}let io=xi?sn.outerHTML:sn.innerHTML;return xi&&Ka["!doctype"]&&sn.ownerDocument&&sn.ownerDocument.doctype&&sn.ownerDocument.doctype.name&&Ce(An,sn.ownerDocument.doctype.name)&&(io="<!DOCTYPE "+sn.ownerDocument.doctype.name+`>
|
|
`+io),ii&&x([Zn,oa,Tn],Do=>{io=H(io,Do," ")}),Qt&&$a?Qt.createHTML(io):io},ot.setConfig=function(){let tn=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{};li(tn),ia=!0},ot.clearConfig=function(){Ue=null,ia=!1},ot.isValidAttribute=function(tn,bt,sn){Ue||li({});const Oa=je(tn),_r=je(bt);return Bi(Oa,_r,sn)},ot.addHook=function(tn,bt){typeof bt=="function"&&_(Ji[tn],bt)},ot.removeHook=function(tn,bt){if(bt!==void 0){const sn=U(Ji[tn],bt);return sn===-1?void 0:S(Ji[tn],sn,1)[0]}return T(Ji[tn])},ot.removeHooks=function(tn){Ji[tn]=[]},ot.removeAllHooks=function(){Ji=Ne()},ot}var gt=ft()},29747:($t,We,a)=>{"use strict";a.d(We,{a:()=>i});const e=function(G,j,Q,x,U){const T=i(j);if(Q!=null&&(typeof Q!="number"||Q<0||Q===Number.POSITIVE_INFINITY))throw new Error("Expected positive finite `index`");if(x!=null&&(!x.type||!x.children))throw new Error("Expected valid `parent`");if(Q==null!=(x==null))throw new Error("Expected both `index` and `parent`");return d(G)?T.call(U,G,Q,x):!1},i=function(G){if(G==null)return I;if(typeof G=="string")return v(G);if(typeof G=="object")return c(G);if(typeof G=="function")return N(G);throw new Error("Expected function, string, or array as `test`")};function c(G){const j=[];let Q=-1;for(;++Q<G.length;)j[Q]=i(G[Q]);return N(x);function x(...U){let T=-1;for(;++T<j.length;)if(j[T].apply(this,U))return!0;return!1}}function v(G){return N(j);function j(Q){return Q.tagName===G}}function N(G){return j;function j(Q,x,U){return!!(d(Q)&&G.call(this,Q,typeof x=="number"?x:void 0,U||void 0))}}function I(G){return!!(G&&typeof G=="object"&&"type"in G&&G.type==="element"&&"tagName"in G&&typeof G.tagName=="string")}function d(G){return G!==null&&typeof G=="object"&&"type"in G&&"tagName"in G}},77975:($t,We,a)=>{"use strict";a.d(We,{FF:()=>T});function e(K,_e={},ee){for(const H in K){const xe=K[H],P=ee?`${ee}:${H}`:H;typeof xe=="object"&&xe!==null?e(xe,_e,P):typeof xe=="function"&&(_e[P]=xe)}return _e}function i(...K){const _e={};for(const ee of K){const H=e(ee);for(const xe in H)_e[xe]?_e[xe].push(H[xe]):_e[xe]=[H[xe]]}for(const ee in _e)if(_e[ee].length>1){const H=_e[ee];_e[ee]=(...xe)=>c(H,P=>P(...xe))}else _e[ee]=_e[ee][0];return _e}function c(K,_e){return K.reduce((ee,H)=>ee.then(()=>_e(H)),Promise.resolve())}const v={run:K=>K()},N=()=>v,I=typeof console.createTask<"u"?console.createTask:N;function d(K,_e){const ee=_e.shift(),H=I(ee);return K.reduce((xe,P)=>xe.then(()=>H.run(()=>P(..._e))),Promise.resolve())}function G(K,_e){const ee=_e.shift(),H=I(ee);return Promise.all(K.map(xe=>H.run(()=>xe(..._e))))}function j(K,_e){return K.reduce((ee,H)=>ee.then(()=>H(..._e||[])),Promise.resolve())}function Q(K,_e){return Promise.all(K.map(ee=>ee(..._e||[])))}function x(K,_e){for(const ee of[...K])ee(_e)}class U{constructor(){this._hooks={},this._before=void 0,this._after=void 0,this._deprecatedMessages=void 0,this._deprecatedHooks={},this.hook=this.hook.bind(this),this.callHook=this.callHook.bind(this),this.callHookWith=this.callHookWith.bind(this)}hook(_e,ee,H={}){if(!_e||typeof ee!="function")return()=>{};const xe=_e;let P;for(;this._deprecatedHooks[_e];)P=this._deprecatedHooks[_e],_e=P.to;if(P&&!H.allowDeprecated){let ce=P.message;ce||(ce=`${xe} hook has been deprecated`+(P.to?`, please use ${P.to}`:"")),this._deprecatedMessages||(this._deprecatedMessages=new Set),this._deprecatedMessages.has(ce)||(console.warn(ce),this._deprecatedMessages.add(ce))}if(!ee.name)try{Object.defineProperty(ee,"name",{get:()=>"_"+_e.replace(/\W+/g,"_")+"_hook_cb",configurable:!0})}catch{}return this._hooks[_e]=this._hooks[_e]||[],this._hooks[_e].push(ee),()=>{ee&&(this.removeHook(_e,ee),ee=void 0)}}hookOnce(_e,ee){let H,xe=(...P)=>(typeof H=="function"&&H(),H=void 0,xe=void 0,ee(...P));return H=this.hook(_e,xe),H}removeHook(_e,ee){if(this._hooks[_e]){const H=this._hooks[_e].indexOf(ee);H!==-1&&this._hooks[_e].splice(H,1),this._hooks[_e].length===0&&delete this._hooks[_e]}}deprecateHook(_e,ee){this._deprecatedHooks[_e]=typeof ee=="string"?{to:ee}:ee;const H=this._hooks[_e]||[];delete this._hooks[_e];for(const xe of H)this.hook(_e,xe)}deprecateHooks(_e){Object.assign(this._deprecatedHooks,_e);for(const ee in _e)this.deprecateHook(ee,_e[ee])}addHooks(_e){const ee=e(_e),H=Object.keys(ee).map(xe=>this.hook(xe,ee[xe]));return()=>{for(const xe of H.splice(0,H.length))xe()}}removeHooks(_e){const ee=e(_e);for(const H in ee)this.removeHook(H,ee[H])}removeAllHooks(){for(const _e in this._hooks)delete this._hooks[_e]}callHook(_e,...ee){return ee.unshift(_e),this.callHookWith(d,_e,...ee)}callHookParallel(_e,...ee){return ee.unshift(_e),this.callHookWith(G,_e,...ee)}callHookWith(_e,ee,...H){const xe=this._before||this._after?{name:ee,args:H,context:{}}:void 0;this._before&&x(this._before,xe);const P=_e(ee in this._hooks?[...this._hooks[ee]]:[],H);return P instanceof Promise?P.finally(()=>{this._after&&xe&&x(this._after,xe)}):(this._after&&xe&&x(this._after,xe),P)}beforeEach(_e){return this._before=this._before||[],this._before.push(_e),()=>{if(this._before!==void 0){const ee=this._before.indexOf(_e);ee!==-1&&this._before.splice(ee,1)}}}afterEach(_e){return this._after=this._after||[],this._after.push(_e),()=>{if(this._after!==void 0){const ee=this._after.indexOf(_e);ee!==-1&&this._after.splice(ee,1)}}}}function T(){return new U}const _=typeof window<"u";function S(K,_e={}){const ee={inspect:_,group:_,filter:()=>!0,..._e},H=ee.filter,xe=typeof H=="string"?ye=>ye.startsWith(H):H,P=ee.tag?`[${ee.tag}] `:"",ce=ye=>P+ye.name+"".padEnd(ye._id,"\0"),Ce={},ke=K.beforeEach(ye=>{xe!==void 0&&!xe(ye.name)||(Ce[ye.name]=Ce[ye.name]||0,ye._id=Ce[ye.name]++,console.time(ce(ye)))}),J=K.afterEach(ye=>{xe!==void 0&&!xe(ye.name)||(ee.group&&console.groupCollapsed(ye.name),ee.inspect?console.timeLog(ce(ye),ye.args):console.timeEnd(ce(ye)),ee.group&&console.groupEnd(),Ce[ye.name]--)});return{close:()=>{ke(),J()}}}},78047:($t,We,a)=>{"use strict";a.d(We,{s:()=>i});const e={trailing:!0};function i(v,N=25,I={}){if(I={...e,...I},!Number.isFinite(N))throw new TypeError("Expected `wait` to be a finite number");let d,G,j=[],Q,x;const U=(T,_)=>(Q=c(v,T,_),Q.finally(()=>{if(Q=null,I.trailing&&x&&!G){const S=U(T,x);return x=null,S}}),Q);return function(...T){return Q?(I.trailing&&(x=T),Q):new Promise(_=>{const S=!G&&I.leading;clearTimeout(G),G=setTimeout(()=>{G=null;const K=I.leading?d:U(this,T);for(const _e of j)_e(K);j=[]},N),S?(d=U(this,T),_(d)):j.push(_)})}}async function c(v,N,I){return await v.apply(N,I)}},10810:($t,We,a)=>{"use strict";a.d(We,{Ey:()=>Qi,nY:()=>At});var e=a(50953),i=a(20641),c=a(85635);/*!
|
|
* pinia v3.0.4
|
|
* (c) 2025 Eduardo San Martin Morote
|
|
* @license MIT
|
|
*/const v=typeof window<"u";let N;const I=Qe=>N=Qe,d=null,G=Symbol();function j(Qe){return Qe&&typeof Qe=="object"&&Object.prototype.toString.call(Qe)==="[object Object]"&&typeof Qe.toJSON!="function"}var Q;(function(Qe){Qe.direct="direct",Qe.patchObject="patch object",Qe.patchFunction="patch function"})(Q||(Q={}));const x=typeof window=="object"&&window.window===window?window:typeof self=="object"&&self.self===self?self:typeof global=="object"&&global.global===global?global:typeof globalThis=="object"?globalThis:{HTMLElement:null};function U(Qe,{autoBom:Rt=!1}={}){return Rt&&/^\s*(?:text\/\S*|application\/xml|\S*\/\S*\+xml)\s*;.*charset\s*=\s*utf-8/i.test(Qe.type)?new Blob(["\uFEFF",Qe],{type:Qe.type}):Qe}function T(Qe,Rt,Kt){const wt=new XMLHttpRequest;wt.open("GET",Qe),wt.responseType="blob",wt.onload=function(){ee(wt.response,Rt,Kt)},wt.onerror=function(){console.error("could not download file")},wt.send()}function _(Qe){const Rt=new XMLHttpRequest;Rt.open("HEAD",Qe,!1);try{Rt.send()}catch{}return Rt.status>=200&&Rt.status<=299}function S(Qe){try{Qe.dispatchEvent(new MouseEvent("click"))}catch{const Kt=new MouseEvent("click",{bubbles:!0,cancelable:!0,view:window,detail:0,screenX:80,screenY:20,clientX:80,clientY:20,ctrlKey:!1,altKey:!1,shiftKey:!1,metaKey:!1,button:0,relatedTarget:null});Qe.dispatchEvent(Kt)}}const K=typeof navigator=="object"?navigator:{userAgent:""},_e=/Macintosh/.test(K.userAgent)&&/AppleWebKit/.test(K.userAgent)&&!/Safari/.test(K.userAgent),ee=v?typeof HTMLAnchorElement<"u"&&"download"in HTMLAnchorElement.prototype&&!_e?H:"msSaveOrOpenBlob"in K?xe:P:()=>{};function H(Qe,Rt="download",Kt){const wt=document.createElement("a");wt.download=Rt,wt.rel="noopener",typeof Qe=="string"?(wt.href=Qe,wt.origin!==location.origin?_(wt.href)?T(Qe,Rt,Kt):(wt.target="_blank",S(wt)):S(wt)):(wt.href=URL.createObjectURL(Qe),setTimeout(function(){URL.revokeObjectURL(wt.href)},4e4),setTimeout(function(){S(wt)},0))}function xe(Qe,Rt="download",Kt){if(typeof Qe=="string")if(_(Qe))T(Qe,Rt,Kt);else{const wt=document.createElement("a");wt.href=Qe,wt.target="_blank",setTimeout(function(){S(wt)})}else navigator.msSaveOrOpenBlob(U(Qe,Kt),Rt)}function P(Qe,Rt,Kt,wt){if(wt=wt||open("","_blank"),wt&&(wt.document.title=wt.document.body.innerText="downloading..."),typeof Qe=="string")return T(Qe,Rt,Kt);const un=Qe.type==="application/octet-stream",en=/constructor/i.test(String(x.HTMLElement))||"safari"in x,Ji=/CriOS\/[\d]+/.test(navigator.userAgent);if((Ji||un&&en||_e)&&typeof FileReader<"u"){const Zn=new FileReader;Zn.onloadend=function(){let oa=Zn.result;if(typeof oa!="string")throw wt=null,new Error("Wrong reader.result type");oa=Ji?oa:oa.replace(/^data:[^;]*;/,"data:attachment/file;"),wt?wt.location.href=oa:location.assign(oa),wt=null},Zn.readAsDataURL(Qe)}else{const Zn=URL.createObjectURL(Qe);wt?wt.location.assign(Zn):location.href=Zn,wt=null,setTimeout(function(){URL.revokeObjectURL(Zn)},4e4)}}function ce(Qe,Rt){const Kt="\u{1F34D} "+Qe;typeof __VUE_DEVTOOLS_TOAST__=="function"?__VUE_DEVTOOLS_TOAST__(Kt,Rt):Rt==="error"?console.error(Kt):Rt==="warn"?console.warn(Kt):console.log(Kt)}function Ce(Qe){return"_a"in Qe&&"install"in Qe}function ke(){if(!("clipboard"in navigator))return ce("Your browser doesn't support the Clipboard API","error"),!0}function J(Qe){return Qe instanceof Error&&Qe.message.toLowerCase().includes("document is not focused")?(ce('You need to activate the "Emulate a focused page" setting in the "Rendering" panel of devtools.',"warn"),!0):!1}async function ye(Qe){if(!ke())try{await navigator.clipboard.writeText(JSON.stringify(Qe.state.value)),ce("Global state copied to clipboard.")}catch(Rt){if(J(Rt))return;ce("Failed to serialize the state. Check the console for more details.","error"),console.error(Rt)}}async function Xe(Qe){if(!ke())try{Ft(Qe,JSON.parse(await navigator.clipboard.readText())),ce("Global state pasted from clipboard.")}catch(Rt){if(J(Rt))return;ce("Failed to deserialize the state from clipboard. Check the console for more details.","error"),console.error(Rt)}}async function ui(Qe){try{ee(new Blob([JSON.stringify(Qe.state.value)],{type:"text/plain;charset=utf-8"}),"pinia-state.json")}catch(Rt){ce("Failed to export the state as JSON. Check the console for more details.","error"),console.error(Rt)}}let ht;function _t(){ht||(ht=document.createElement("input"),ht.type="file",ht.accept=".json");function Qe(){return new Promise((Rt,Kt)=>{ht.onchange=async()=>{const wt=ht.files;if(!wt)return Rt(null);const un=wt.item(0);return Rt(un?{text:await un.text(),file:un}:null)},ht.oncancel=()=>Rt(null),ht.onerror=Kt,ht.click()})}return Qe}async function ai(Qe){try{const Kt=await _t()();if(!Kt)return;const{text:wt,file:un}=Kt;Ft(Qe,JSON.parse(wt)),ce(`Global state imported from "${un.name}".`)}catch(Rt){ce("Failed to import the state from JSON. Check the console for more details.","error"),console.error(Rt)}}function Ft(Qe,Rt){for(const Kt in Rt){const wt=Qe.state.value[Kt];wt?Object.assign(wt,Rt[Kt]):Qe.state.value[Kt]=Rt[Kt]}}function jt(Qe){return{_custom:{display:Qe}}}const He="\u{1F34D} Pinia (root)",ut="_root";function Ot(Qe){return Ce(Qe)?{id:ut,label:He}:{id:Qe.$id,label:Qe.$id}}function Gt(Qe){if(Ce(Qe)){const Kt=Array.from(Qe._s.keys()),wt=Qe._s;return{state:Kt.map(en=>({editable:!0,key:en,value:Qe.state.value[en]})),getters:Kt.filter(en=>wt.get(en)._getters).map(en=>{const Ji=wt.get(en);return{editable:!1,key:en,value:Ji._getters.reduce((Zn,oa)=>(Zn[oa]=Ji[oa],Zn),{})}})}}const Rt={state:Object.keys(Qe.$state).map(Kt=>({editable:!0,key:Kt,value:Qe.$state[Kt]}))};return Qe._getters&&Qe._getters.length&&(Rt.getters=Qe._getters.map(Kt=>({editable:!1,key:Kt,value:Qe[Kt]}))),Qe._customProperties.size&&(Rt.customProperties=Array.from(Qe._customProperties).map(Kt=>({editable:!0,key:Kt,value:Qe[Kt]}))),Rt}function ri(Qe){return Qe?Array.isArray(Qe)?Qe.reduce((Rt,Kt)=>(Rt.keys.push(Kt.key),Rt.operations.push(Kt.type),Rt.oldValue[Kt.key]=Kt.oldValue,Rt.newValue[Kt.key]=Kt.newValue,Rt),{oldValue:{},keys:[],operations:[],newValue:{}}):{operation:jt(Qe.type),key:jt(Qe.key),oldValue:Qe.oldValue,newValue:Qe.newValue}:{}}function Ii(Qe){switch(Qe){case Q.direct:return"mutation";case Q.patchFunction:return"$patch";case Q.patchObject:return"$patch";default:return"unknown"}}let Li=!0;const Yi=[],wi="pinia:mutations",Lt="pinia",{assign:di}=Object,Vt=Qe=>"\u{1F34D} "+Qe;function pn(Qe,Rt){(0,c.ZZ)({id:"dev.esm.pinia",label:"Pinia \u{1F34D}",logo:"https://pinia.vuejs.org/logo.svg",packageName:"pinia",homepage:"https://pinia.vuejs.org",componentStateTypes:Yi,app:Qe},Kt=>{typeof Kt.now!="function"&&ce("You seem to be using an outdated version of Vue Devtools. Are you still using the Beta release instead of the stable one? You can find the links at https://devtools.vuejs.org/guide/installation.html."),Kt.addTimelineLayer({id:wi,label:"Pinia \u{1F34D}",color:15064968}),Kt.addInspector({id:Lt,label:"Pinia \u{1F34D}",icon:"storage",treeFilterPlaceholder:"Search stores",actions:[{icon:"content_copy",action:()=>{ye(Rt)},tooltip:"Serialize and copy the state"},{icon:"content_paste",action:async()=>{await Xe(Rt),Kt.sendInspectorTree(Lt),Kt.sendInspectorState(Lt)},tooltip:"Replace the state with the content of your clipboard"},{icon:"save",action:()=>{ui(Rt)},tooltip:"Save the state as a JSON file"},{icon:"folder_open",action:async()=>{await ai(Rt),Kt.sendInspectorTree(Lt),Kt.sendInspectorState(Lt)},tooltip:"Import the state from a JSON file"}],nodeActions:[{icon:"restore",tooltip:'Reset the state (with "$reset")',action:wt=>{const un=Rt._s.get(wt);un?typeof un.$reset!="function"?ce(`Cannot reset "${wt}" store because it doesn't have a "$reset" method implemented.`,"warn"):(un.$reset(),ce(`Store "${wt}" reset.`)):ce(`Cannot reset "${wt}" store because it wasn't found.`,"warn")}}]}),Kt.on.inspectComponent(wt=>{const un=wt.componentInstance&&wt.componentInstance.proxy;if(un&&un._pStores){const en=wt.componentInstance.proxy._pStores;Object.values(en).forEach(Ji=>{wt.instanceData.state.push({type:Vt(Ji.$id),key:"state",editable:!0,value:Ji._isOptionsAPI?{_custom:{value:(0,e.ux)(Ji.$state),actions:[{icon:"restore",tooltip:"Reset the state of this store",action:()=>Ji.$reset()}]}}:Object.keys(Ji.$state).reduce((Zn,oa)=>(Zn[oa]=Ji.$state[oa],Zn),{})}),Ji._getters&&Ji._getters.length&&wt.instanceData.state.push({type:Vt(Ji.$id),key:"getters",editable:!1,value:Ji._getters.reduce((Zn,oa)=>{try{Zn[oa]=Ji[oa]}catch(Tn){Zn[oa]=Tn}return Zn},{})})})}}),Kt.on.getInspectorTree(wt=>{if(wt.app===Qe&&wt.inspectorId===Lt){let un=[Rt];un=un.concat(Array.from(Rt._s.values())),wt.rootNodes=(wt.filter?un.filter(en=>"$id"in en?en.$id.toLowerCase().includes(wt.filter.toLowerCase()):He.toLowerCase().includes(wt.filter.toLowerCase())):un).map(Ot)}}),globalThis.$pinia=Rt,Kt.on.getInspectorState(wt=>{if(wt.app===Qe&&wt.inspectorId===Lt){const un=wt.nodeId===ut?Rt:Rt._s.get(wt.nodeId);if(!un)return;un&&(wt.nodeId!==ut&&(globalThis.$store=(0,e.ux)(un)),wt.state=Gt(un))}}),Kt.on.editInspectorState(wt=>{if(wt.app===Qe&&wt.inspectorId===Lt){const un=wt.nodeId===ut?Rt:Rt._s.get(wt.nodeId);if(!un)return ce(`store "${wt.nodeId}" not found`,"error");const{path:en}=wt;Ce(un)?en.unshift("state"):(en.length!==1||!un._customProperties.has(en[0])||en[0]in un.$state)&&en.unshift("$state"),Li=!1,wt.set(un,en,wt.state.value),Li=!0}}),Kt.on.editComponentState(wt=>{if(wt.type.startsWith("\u{1F34D}")){const un=wt.type.replace(/^🍍\s*/,""),en=Rt._s.get(un);if(!en)return ce(`store "${un}" not found`,"error");const{path:Ji}=wt;if(Ji[0]!=="state")return ce(`Invalid path for store "${un}":
|
|
${Ji}
|
|
Only state can be modified.`);Ji[0]="$state",Li=!1,wt.set(en,Ji,wt.state.value),Li=!0}})})}function oi(Qe,Rt){Yi.includes(Vt(Rt.$id))||Yi.push(Vt(Rt.$id)),(0,c.ZZ)({id:"dev.esm.pinia",label:"Pinia \u{1F34D}",logo:"https://pinia.vuejs.org/logo.svg",packageName:"pinia",homepage:"https://pinia.vuejs.org",componentStateTypes:Yi,app:Qe,settings:{logStoreChanges:{label:"Notify about new/deleted stores",type:"boolean",defaultValue:!0}}},Kt=>{const wt=typeof Kt.now=="function"?Kt.now.bind(Kt):Date.now;Rt.$onAction(({after:Ji,onError:Zn,name:oa,args:Tn})=>{const Er=ni++;Kt.addTimelineEvent({layerId:wi,event:{time:wt(),title:"\u{1F6EB} "+oa,subtitle:"start",data:{store:jt(Rt.$id),action:jt(oa),args:Tn},groupId:Er}}),Ji(Ea=>{Ei=void 0,Kt.addTimelineEvent({layerId:wi,event:{time:wt(),title:"\u{1F6EC} "+oa,subtitle:"end",data:{store:jt(Rt.$id),action:jt(oa),args:Tn,result:Ea},groupId:Er}})}),Zn(Ea=>{Ei=void 0,Kt.addTimelineEvent({layerId:wi,event:{time:wt(),logType:"error",title:"\u{1F4A5} "+oa,subtitle:"end",data:{store:jt(Rt.$id),action:jt(oa),args:Tn,error:Ea},groupId:Er}})})},!0),Rt._customProperties.forEach(Ji=>{(0,i.wB)(()=>(0,e.R1)(Rt[Ji]),(Zn,oa)=>{Kt.notifyComponentUpdate(),Kt.sendInspectorState(Lt),Li&&Kt.addTimelineEvent({layerId:wi,event:{time:wt(),title:"Change",subtitle:Ji,data:{newValue:Zn,oldValue:oa},groupId:Ei}})},{deep:!0})}),Rt.$subscribe(({events:Ji,type:Zn},oa)=>{if(Kt.notifyComponentUpdate(),Kt.sendInspectorState(Lt),!Li)return;const Tn={time:wt(),title:Ii(Zn),data:di({store:jt(Rt.$id)},ri(Ji)),groupId:Ei};Zn===Q.patchFunction?Tn.subtitle="\u2935\uFE0F":Zn===Q.patchObject?Tn.subtitle="\u{1F9E9}":Ji&&!Array.isArray(Ji)&&(Tn.subtitle=Ji.type),Ji&&(Tn.data["rawEvent(s)"]={_custom:{display:"DebuggerEvent",type:"object",tooltip:"raw DebuggerEvent[]",value:Ji}}),Kt.addTimelineEvent({layerId:wi,event:Tn})},{detached:!0,flush:"sync"});const un=Rt._hotUpdate;Rt._hotUpdate=(0,e.IG)(Ji=>{un(Ji),Kt.addTimelineEvent({layerId:wi,event:{time:wt(),title:"\u{1F525} "+Rt.$id,subtitle:"HMR update",data:{store:jt(Rt.$id),info:jt("HMR update")}}}),Kt.notifyComponentUpdate(),Kt.sendInspectorTree(Lt),Kt.sendInspectorState(Lt)});const{$dispose:en}=Rt;Rt.$dispose=()=>{en(),Kt.notifyComponentUpdate(),Kt.sendInspectorTree(Lt),Kt.sendInspectorState(Lt),Kt.getSettings().logStoreChanges&&ce(`Disposed "${Rt.$id}" store \u{1F5D1}`)},Kt.notifyComponentUpdate(),Kt.sendInspectorTree(Lt),Kt.sendInspectorState(Lt),Kt.getSettings().logStoreChanges&&ce(`"${Rt.$id}" store installed \u{1F195}`)})}let ni=0,Ei;function An(Qe,Rt,Kt){const wt=Rt.reduce((un,en)=>(un[en]=(0,e.ux)(Qe)[en],un),{});for(const un in wt)Qe[un]=function(){const en=ni,Ji=Kt?new Proxy(Qe,{get(...oa){return Ei=en,Reflect.get(...oa)},set(...oa){return Ei=en,Reflect.set(...oa)}}):Qe;Ei=en;const Zn=wt[un].apply(Ji,arguments);return Ei=void 0,Zn}}function En({app:Qe,store:Rt,options:Kt}){if(!Rt.$id.startsWith("__hot:")){if(Rt._isOptionsAPI=!!Kt.state,!Rt._p._testing){An(Rt,Object.keys(Kt.actions),Rt._isOptionsAPI);const wt=Rt._hotUpdate;(0,e.ux)(Rt)._hotUpdate=function(un){wt.apply(this,arguments),An(Rt,Object.keys(un._hmrPayload.actions),!!Rt._isOptionsAPI)}}oi(Qe,Rt)}}function Qi(){const Qe=(0,e.uY)(!0),Rt=Qe.run(()=>(0,e.KR)({}));let Kt=[],wt=[];const un=(0,e.IG)({install(en){I(un),un._a=en,en.provide(G,un),en.config.globalProperties.$pinia=un,typeof __VUE_PROD_DEVTOOLS__<"u"&&__VUE_PROD_DEVTOOLS__&&v&&pn(en,un),wt.forEach(Ji=>Kt.push(Ji)),wt=[]},use(en){return this._a?Kt.push(en):wt.push(en),this},_p:Kt,_a:null,_e:Qe,_s:new Map,state:Rt});return typeof __VUE_PROD_DEVTOOLS__<"u"&&__VUE_PROD_DEVTOOLS__&&v&&typeof Proxy<"u"&&un.use(En),un}function Yt(Qe){Qe._e.stop(),Qe._s.clear(),Qe._p.splice(0),Qe.state.value={},Qe._a=null}const Ut=Qe=>typeof Qe=="function"&&typeof Qe.$id=="string";function qi(Qe,Rt){for(const Kt in Rt){const wt=Rt[Kt];if(!(Kt in Qe))continue;const un=Qe[Kt];j(un)&&j(wt)&&!isRef(wt)&&!isReactive(wt)?Qe[Kt]=qi(un,wt):Qe[Kt]=wt}return Qe}function Ne(Qe,Rt){return()=>{}}const ft=()=>{};function gt(Qe,Rt,Kt,wt=ft){Qe.add(Rt);const un=()=>{Qe.delete(Rt)&&wt()};return!Kt&&(0,e.o5)()&&(0,e.jr)(un),un}function Ve(Qe,...Rt){Qe.forEach(Kt=>{Kt(...Rt)})}const ot=Qe=>Qe(),ei=Symbol(),X=Symbol();function A(Qe,Rt){Qe instanceof Map&&Rt instanceof Map?Rt.forEach((Kt,wt)=>Qe.set(wt,Kt)):Qe instanceof Set&&Rt instanceof Set&&Rt.forEach(Qe.add,Qe);for(const Kt in Rt){if(!Rt.hasOwnProperty(Kt))continue;const wt=Rt[Kt],un=Qe[Kt];j(un)&&j(wt)&&Qe.hasOwnProperty(Kt)&&!(0,e.i9)(wt)&&!(0,e.g8)(wt)?Qe[Kt]=A(un,wt):Qe[Kt]=wt}return Qe}const g=Symbol();function D(Qe){return Object.defineProperty(Qe,g,{})}function $(Qe){return!j(Qe)||!Object.prototype.hasOwnProperty.call(Qe,g)}const{assign:Y}=Object;function ne(Qe){return!!((0,e.i9)(Qe)&&Qe.effect)}function Re(Qe,Rt,Kt,wt){const{state:un,actions:en,getters:Ji}=Rt,Zn=Kt.state.value[Qe];let oa;function Tn(){Zn||(Kt.state.value[Qe]=un?un():{});const Er=(0,e.QW)(Kt.state.value[Qe]);return Y(Er,en,Object.keys(Ji||{}).reduce((Ea,Br)=>(Ea[Br]=(0,e.IG)((0,i.EW)(()=>{I(Kt);const Ja=Kt._s.get(Qe);return Ji[Br].call(Ja,Ja)})),Ea),{}))}return oa=Ge(Qe,Tn,Rt,Kt,wt,!0),oa}function Ge(Qe,Rt,Kt={},wt,un,en){let Ji;const Zn=Y({actions:{}},Kt),oa={deep:!0};let Tn,Er,Ea=new Set,Br=new Set,Ja;const hr=wt.state.value[Qe];!en&&!hr&&(wt.state.value[Qe]={});const br=(0,e.KR)({});let Ka;function Ur(Te){let et;Tn=Er=!1,typeof Te=="function"?(Te(wt.state.value[Qe]),et={type:Q.patchFunction,storeId:Qe,events:Ja}):(A(wt.state.value[Qe],Te),et={type:Q.patchObject,payload:Te,storeId:Qe,events:Ja});const ii=Ka=Symbol();(0,i.dY)().then(()=>{Ka===ii&&(Tn=!0)}),Er=!0,Ve(Ea,et,wt.state.value[Qe])}const zt=en?function(){const{state:et}=Kt,ii=et?et():{};this.$patch(qt=>{Y(qt,ii)})}:ft;function Wt(){Ji.stop(),Ea.clear(),Br.clear(),wt._s.delete(Qe)}const Si=(Te,et="")=>{if(ei in Te)return Te[X]=et,Te;const ii=function(){I(wt);const qt=Array.from(arguments),xi=new Set,ia=new Set;function ca($a){xi.add($a)}function ma($a){ia.add($a)}Ve(Br,{args:qt,name:ii[X],store:Un,after:ca,onError:ma});let jn;try{jn=Te.apply(this&&this.$id===Qe?this:Un,qt)}catch($a){throw Ve(ia,$a),$a}return jn instanceof Promise?jn.then($a=>(Ve(xi,$a),$a)).catch($a=>(Ve(ia,$a),Promise.reject($a))):(Ve(xi,jn),jn)};return ii[ei]=!0,ii[X]=et,ii},Oi=(0,e.IG)({actions:{},getters:{},state:[],hotState:br}),zn={_p:wt,$id:Qe,$onAction:gt.bind(null,Br),$patch:Ur,$reset:zt,$subscribe(Te,et={}){const ii=gt(Ea,Te,et.detached,()=>qt()),qt=Ji.run(()=>(0,i.wB)(()=>wt.state.value[Qe],xi=>{(et.flush==="sync"?Er:Tn)&&Te({storeId:Qe,type:Q.direct,events:Ja},xi)},Y({},oa,et)));return ii},$dispose:Wt},Un=(0,e.Kh)(typeof __VUE_PROD_DEVTOOLS__<"u"&&__VUE_PROD_DEVTOOLS__&&v?Y({_hmrPayload:Oi,_customProperties:(0,e.IG)(new Set)},zn):zn);wt._s.set(Qe,Un);const Ai=(wt._a&&wt._a.runWithContext||ot)(()=>wt._e.run(()=>(Ji=(0,e.uY)()).run(()=>Rt({action:Si}))));for(const Te in Ai){const et=Ai[Te];if((0,e.i9)(et)&&!ne(et)||(0,e.g8)(et))en||(hr&&$(et)&&((0,e.i9)(et)?et.value=hr[Te]:A(et,hr[Te])),wt.state.value[Qe][Te]=et);else if(typeof et=="function"){const ii=Si(et,Te);Ai[Te]=ii,Zn.actions[Te]=et}}if(Y(Un,Ai),Y((0,e.ux)(Un),Ai),Object.defineProperty(Un,"$state",{get:()=>wt.state.value[Qe],set:Te=>{Ur(et=>{Y(et,Te)})}}),typeof __VUE_PROD_DEVTOOLS__<"u"&&__VUE_PROD_DEVTOOLS__&&v){const Te={writable:!0,configurable:!0,enumerable:!1};["_p","_hmrPayload","_getters","_customProperties"].forEach(et=>{Object.defineProperty(Un,et,Y({value:Un[et]},Te))})}return wt._p.forEach(Te=>{if(typeof __VUE_PROD_DEVTOOLS__<"u"&&__VUE_PROD_DEVTOOLS__&&v){const et=Ji.run(()=>Te({store:Un,app:wt._a,pinia:wt,options:Zn}));Object.keys(et||{}).forEach(ii=>Un._customProperties.add(ii)),Y(Un,et)}else Y(Un,Ji.run(()=>Te({store:Un,app:wt._a,pinia:wt,options:Zn})))}),hr&&en&&Kt.hydrate&&Kt.hydrate(Un.$state,hr),Tn=!0,Er=!0,Un}/*! #__NO_SIDE_EFFECTS__ */function At(Qe,Rt,Kt){let wt;const un=typeof Rt=="function";wt=un?Kt:Rt;function en(Ji,Zn){const oa=(0,i.PS)();return Ji=Ji||(oa?(0,i.WQ)(G,null):null),Ji&&I(Ji),Ji=N,Ji._s.has(Qe)||(un?Ge(Qe,Rt,wt,Ji):Re(Qe,wt,Ji)),Ji._s.get(Qe)}return en.$id=Qe,en}let Ze="Store";function ve(Qe){Ze=Qe}function L(...Qe){return Qe.reduce((Rt,Kt)=>(Rt[Kt.$id+Ze]=function(){return Kt(this.$pinia)},Rt),{})}function ge(Qe,Rt){return Array.isArray(Rt)?Rt.reduce((Kt,wt)=>(Kt[wt]=function(){return Qe(this.$pinia)[wt]},Kt),{}):Object.keys(Rt).reduce((Kt,wt)=>(Kt[wt]=function(){const un=Qe(this.$pinia),en=Rt[wt];return typeof en=="function"?en.call(this,un):un[en]},Kt),{})}const Ae=null;function rt(Qe,Rt){return Array.isArray(Rt)?Rt.reduce((Kt,wt)=>(Kt[wt]=function(...un){return Qe(this.$pinia)[wt](...un)},Kt),{}):Object.keys(Rt).reduce((Kt,wt)=>(Kt[wt]=function(...un){return Qe(this.$pinia)[Rt[wt]](...un)},Kt),{})}function Ht(Qe,Rt){return Array.isArray(Rt)?Rt.reduce((Kt,wt)=>(Kt[wt]={get(){return Qe(this.$pinia)[wt]},set(un){return Qe(this.$pinia)[wt]=un}},Kt),{}):Object.keys(Rt).reduce((Kt,wt)=>(Kt[wt]={get(){return Qe(this.$pinia)[Rt[wt]]},set(un){return Qe(this.$pinia)[Rt[wt]]=un}},Kt),{})}function Qt(Qe){const Rt=toRaw(Qe),Kt={};for(const wt in Rt){const un=Rt[wt];un.effect?Kt[wt]=computed({get:()=>Qe[wt],set(en){Qe[wt]=en}}):(isRef(un)||isReactive(un))&&(Kt[wt]=toRef(Qe,wt))}return Kt}},33239:($t,We,a)=>{"use strict";a.d(We,{u:()=>e});function e(i,c,v){const N={type:String(i)};return v==null&&(typeof c=="string"||Array.isArray(c))?v=c:Object.assign(N,c),Array.isArray(v)?N.children=v:v!=null&&(N.value=String(v)),N}},69143:($t,We,a)=>{"use strict";a.d(We,{C:()=>i});const e=function(j,Q,x,U,T){const _=i(Q);if(x!=null&&(typeof x!="number"||x<0||x===Number.POSITIVE_INFINITY))throw new Error("Expected positive finite index");if(U!=null&&(!e(U)||!U.children))throw new Error("Expected parent node");if(U==null!=(x==null))throw new Error("Expected both parent and index");return G(j)?_.call(T,j,x,U):!1},i=function(j){if(j==null)return d;if(typeof j=="function")return I(j);if(typeof j=="object")return Array.isArray(j)?c(j):v(j);if(typeof j=="string")return N(j);throw new Error("Expected function, string, or object as test")};function c(j){const Q=[];let x=-1;for(;++x<j.length;)Q[x]=i(j[x]);return I(U);function U(...T){let _=-1;for(;++_<Q.length;)if(Q[_].apply(this,T))return!0;return!1}}function v(j){const Q=j;return I(x);function x(U){const T=U;let _;for(_ in j)if(T[_]!==Q[_])return!1;return!0}}function N(j){return I(Q);function Q(x){return x&&x.type===j}}function I(j){return Q;function Q(x,U,T){return!!(G(x)&&j.call(this,x,typeof U=="number"?U:void 0,T||void 0))}}function d(){return!0}function G(j){return j!==null&&typeof j=="object"&&"type"in j}},99656:($t,We,a)=>{"use strict";a.d(We,{dc:()=>N,_Z:()=>I,VG:()=>d});var e=a(69143);function i(j){return j}const c=[],v=!0,N=!1,I="skip";function d(j,Q,x,U){let T;typeof Q=="function"&&typeof x!="function"?(U=x,x=Q):T=Q;const _=(0,e.C)(T),S=U?-1:1;K(j,void 0,[])();function K(_e,ee,H){const xe=_e&&typeof _e=="object"?_e:{};if(typeof xe.type=="string"){const ce=typeof xe.tagName=="string"?xe.tagName:typeof xe.name=="string"?xe.name:void 0;Object.defineProperty(P,"name",{value:"node ("+(_e.type+(ce?"<"+ce+">":""))+")"})}return P;function P(){let ce=c,Ce,ke,J;if((!Q||_(_e,ee,H[H.length-1]||void 0))&&(ce=G(x(_e,H)),ce[0]===N))return ce;if("children"in _e&&_e.children){const ye=_e;if(ye.children&&ce[0]!==I)for(ke=(U?ye.children.length:-1)+S,J=H.concat(ye);ke>-1&&ke<ye.children.length;){const Xe=ye.children[ke];if(Ce=K(Xe,ke,J)(),Ce[0]===N)return Ce;ke=typeof Ce[1]=="number"?Ce[1]:ke+S}}return ce}}}function G(j){return Array.isArray(j)?j:typeof j=="number"?[v,j]:j==null?c:[j]}},47970:($t,We,a)=>{"use strict";a.d(We,{YR:()=>i});var e=a(99656);function i(c,v,N,I){let d,G,j;typeof v=="function"&&typeof N!="function"?(G=void 0,j=v,d=N):(G=v,j=N,d=I),(0,e.VG)(c,G,Q,d);function Q(x,U){const T=U[U.length-1],_=T?T.children.indexOf(x):void 0;return j(x,_,T)}}},35696:($t,We,a)=>{"use strict";a.d(We,{Bd:()=>e,Tk:()=>ve,Ur:()=>L,Xf:()=>Ze,cy:()=>G,g1:()=>Ii,kp:()=>N,lQ:()=>d,nU:()=>At,p:()=>gt,rv:()=>ge,t2:()=>Li});/*!
|
|
* vue-router v4.6.3
|
|
* (c) 2025 Eduardo San Martin Morote
|
|
* @license MIT
|
|
*/const e=typeof document<"u",i=Te=>Te;function c(Te){return typeof Te=="object"||"displayName"in Te||"props"in Te||"__vccOpts"in Te}function v(Te){return Te.__esModule||Te[Symbol.toStringTag]==="Module"||Te.default&&c(Te.default)}const N=Object.assign;function I(Te,et){const ii={};for(const qt in et){const xi=et[qt];ii[qt]=G(xi)?xi.map(Te):Te(xi)}return ii}const d=()=>{},G=Array.isArray;function j(Te,et){const ii={};for(const qt in Te)ii[qt]=qt in et?et[qt]:Te[qt];return ii}function Q(Te){const et=Array.from(arguments).slice(1);console.warn.apply(console,["[Vue Router warn]: "+Te].concat(et))}const x=/#/g,U=/&/g,T=/\//g,_=/=/g,S=/\?/g,K=/\+/g,_e=/%5B/g,ee=/%5D/g,H=/%5E/g,xe=/%60/g,P=/%7B/g,ce=/%7C/g,Ce=/%7D/g,ke=/%20/g;function J(Te){return Te==null?"":encodeURI(""+Te).replace(ce,"|").replace(_e,"[").replace(ee,"]")}function ye(Te){return J(Te).replace(P,"{").replace(Ce,"}").replace(H,"^")}function Xe(Te){return J(Te).replace(K,"%2B").replace(ke,"+").replace(x,"%23").replace(U,"%26").replace(xe,"`").replace(P,"{").replace(Ce,"}").replace(H,"^")}function ui(Te){return Xe(Te).replace(_,"%3D")}function ht(Te){return J(Te).replace(x,"%23").replace(S,"%3F")}function _t(Te){return ht(Te).replace(T,"%2F")}function ai(Te){if(Te==null)return null;try{return decodeURIComponent(""+Te)}catch{}return""+Te}const Ft=/\/$/,jt=Te=>Te.replace(Ft,"");function He(Te,et,ii="/"){let qt,xi={},ia="",ca="";const ma=et.indexOf("#");let jn=et.indexOf("?");return jn=ma>=0&&jn>ma?-1:jn,jn>=0&&(qt=et.slice(0,jn),ia=et.slice(jn,ma>0?ma:et.length),xi=Te(ia.slice(1))),ma>=0&&(qt=qt||et.slice(0,ma),ca=et.slice(ma,et.length)),qt=Lt(qt??et,ii),{fullPath:qt+ia+ca,path:qt,query:xi,hash:ai(ca)}}function ut(Te,et,ii,qt=""){const xi=Te(ii);return et+(xi&&"?")+xi+ye(qt)}function Ot(Te,et){const ii=et.query?Te(et.query):"";return et.path+(ii&&"?")+ii+(et.hash||"")}function Gt(Te,et){return!et||!Te.toLowerCase().startsWith(et.toLowerCase())?Te:Te.slice(et.length)||"/"}function ri(Te,et,ii){const qt=et.matched.length-1,xi=ii.matched.length-1;return qt>-1&&qt===xi&&Ii(et.matched[qt],ii.matched[xi])&&Li(et.params,ii.params)&&Te(et.query)===Te(ii.query)&&et.hash===ii.hash}function Ii(Te,et){return(Te.aliasOf||Te)===(et.aliasOf||et)}function Li(Te,et){if(Object.keys(Te).length!==Object.keys(et).length)return!1;for(const ii in Te)if(!Yi(Te[ii],et[ii]))return!1;return!0}function Yi(Te,et){return G(Te)?wi(Te,et):G(et)?wi(et,Te):Te===et}function wi(Te,et){return G(et)?Te.length===et.length&&Te.every((ii,qt)=>ii===et[qt]):Te.length===1&&Te[0]===et}function Lt(Te,et){if(Te.startsWith("/"))return Te;if(!Te)return et;const ii=et.split("/"),qt=Te.split("/"),xi=qt[qt.length-1];(xi===".."||xi===".")&&qt.push("");let ia=ii.length-1,ca,ma;for(ca=0;ca<qt.length;ca++)if(ma=qt[ca],ma!==".")if(ma==="..")ia>1&&ia--;else break;return ii.slice(0,ia).join("/")+"/"+qt.slice(ca).join("/")}const di={path:"/",name:void 0,params:{},query:{},hash:"",fullPath:"/",matched:[],meta:{},redirectedFrom:void 0};let Vt=function(Te){return Te.pop="pop",Te.push="push",Te}({}),pn=function(Te){return Te.back="back",Te.forward="forward",Te.unknown="",Te}({});const oi="";function ni(Te){if(!Te)if(e){const et=document.querySelector("base");Te=et&&et.getAttribute("href")||"/",Te=Te.replace(/^\w+:\/\/[^\/]+/,"")}else Te="/";return Te[0]!=="/"&&Te[0]!=="#"&&(Te="/"+Te),jt(Te)}const Ei=/^[^#]+#/;function An(Te,et){return Te.replace(Ei,"#")+et}function En(Te,et){const ii=document.documentElement.getBoundingClientRect(),qt=Te.getBoundingClientRect();return{behavior:et.behavior,left:qt.left-ii.left-(et.left||0),top:qt.top-ii.top-(et.top||0)}}const Qi=()=>({left:window.scrollX,top:window.scrollY});function Yt(Te){let et;if("el"in Te){const ii=Te.el,qt=typeof ii=="string"&&ii.startsWith("#"),xi=typeof ii=="string"?qt?document.getElementById(ii.slice(1)):document.querySelector(ii):ii;if(!xi)return;et=En(xi,Te)}else et=Te;"scrollBehavior"in document.documentElement.style?window.scrollTo(et):window.scrollTo(et.left!=null?et.left:window.scrollX,et.top!=null?et.top:window.scrollY)}function Ut(Te,et){return(history.state?history.state.position-et:-1)+Te}const qi=new Map;function Ne(Te,et){qi.set(Te,et)}function ft(Te){const et=qi.get(Te);return qi.delete(Te),et}function gt(Te){return typeof Te=="string"||Te&&typeof Te=="object"}function Ve(Te){return typeof Te=="string"||typeof Te=="symbol"}let ot=function(Te){return Te[Te.MATCHER_NOT_FOUND=1]="MATCHER_NOT_FOUND",Te[Te.NAVIGATION_GUARD_REDIRECT=2]="NAVIGATION_GUARD_REDIRECT",Te[Te.NAVIGATION_ABORTED=4]="NAVIGATION_ABORTED",Te[Te.NAVIGATION_CANCELLED=8]="NAVIGATION_CANCELLED",Te[Te.NAVIGATION_DUPLICATED=16]="NAVIGATION_DUPLICATED",Te}({});const ei=Symbol("");let X=function(Te){return Te[Te.aborted=4]="aborted",Te[Te.cancelled=8]="cancelled",Te[Te.duplicated=16]="duplicated",Te}({});const A={[ot.MATCHER_NOT_FOUND]({location:Te,currentLocation:et}){return`No match for
|
|
${JSON.stringify(Te)}${et?`
|
|
while being at
|
|
`+JSON.stringify(et):""}`},[ot.NAVIGATION_GUARD_REDIRECT]({from:Te,to:et}){return`Redirected from "${Te.fullPath}" to "${Y(et)}" via a navigation guard.`},[ot.NAVIGATION_ABORTED]({from:Te,to:et}){return`Navigation aborted from "${Te.fullPath}" to "${et.fullPath}" via a navigation guard.`},[ot.NAVIGATION_CANCELLED]({from:Te,to:et}){return`Navigation cancelled from "${Te.fullPath}" to "${et.fullPath}" with a new navigation.`},[ot.NAVIGATION_DUPLICATED]({from:Te,to:et}){return`Avoided redundant navigation to current location: "${Te.fullPath}".`}};function g(Te,et){return N(new Error,{type:Te,[ei]:!0},et)}function D(Te,et){return Te instanceof Error&&ei in Te&&(et==null||!!(Te.type&et))}const $=["params","query","hash"];function Y(Te){if(typeof Te=="string")return Te;if(Te.path!=null)return Te.path;const et={};for(const ii of $)ii in Te&&(et[ii]=Te[ii]);return JSON.stringify(et,null,2)}function ne(Te){const et={};if(Te===""||Te==="?")return et;const ii=(Te[0]==="?"?Te.slice(1):Te).split("&");for(let qt=0;qt<ii.length;++qt){const xi=ii[qt].replace(K," "),ia=xi.indexOf("="),ca=ai(ia<0?xi:xi.slice(0,ia)),ma=ia<0?null:ai(xi.slice(ia+1));if(ca in et){let jn=et[ca];G(jn)||(jn=et[ca]=[jn]),jn.push(ma)}else et[ca]=ma}return et}function Re(Te){let et="";for(let ii in Te){const qt=Te[ii];if(ii=ui(ii),qt==null){qt!==void 0&&(et+=(et.length?"&":"")+ii);continue}(G(qt)?qt.map(xi=>xi&&Xe(xi)):[qt&&Xe(qt)]).forEach(xi=>{xi!==void 0&&(et+=(et.length?"&":"")+ii,xi!=null&&(et+="="+xi))})}return et}function Ge(Te){const et={};for(const ii in Te){const qt=Te[ii];qt!==void 0&&(et[ii]=G(qt)?qt.map(xi=>xi==null?null:""+xi):qt==null?qt:""+qt)}return et}const At=Symbol(""),Ze=Symbol(""),ve=Symbol(""),L=Symbol(""),ge=Symbol("");function Ae(){let Te=[];function et(qt){return Te.push(qt),()=>{const xi=Te.indexOf(qt);xi>-1&&Te.splice(xi,1)}}function ii(){Te=[]}return{add:et,list:()=>Te.slice(),reset:ii}}function rt(Te,et,ii){const qt=()=>{Te[et].delete(ii)};onUnmounted(qt),onDeactivated(qt),onActivated(()=>{Te[et].add(ii)}),Te[et].add(ii)}function Ht(Te){const et=inject(At,{}).value;et&&rt(et,"leaveGuards",Te)}function Qt(Te){const et=inject(At,{}).value;et&&rt(et,"updateGuards",Te)}function Qe(Te,et,ii,qt,xi,ia=ca=>ca()){const ca=qt&&(qt.enterCallbacks[xi]=qt.enterCallbacks[xi]||[]);return()=>new Promise((ma,jn)=>{const $a=Ta=>{Ta===!1?jn(g(ot.NAVIGATION_ABORTED,{from:ii,to:et})):Ta instanceof Error?jn(Ta):gt(Ta)?jn(g(ot.NAVIGATION_GUARD_REDIRECT,{from:et,to:Ta})):(ca&&qt.enterCallbacks[xi]===ca&&typeof Ta=="function"&&ca.push(Ta),ma())},Ia=ia(()=>Te.call(qt&&qt.instances[xi],et,ii,$a));let gr=Promise.resolve(Ia);Te.length<3&&(gr=gr.then($a)),gr.catch(Ta=>jn(Ta))})}function Rt(Te,et,ii){let qt=0;return function(){qt++===1&&Q(`The "next" callback was called more than once in one navigation guard when going from "${ii.fullPath}" to "${et.fullPath}". It should be called exactly one time in each navigation guard. This will fail in production.`),Te._called=!0,qt===1&&Te.apply(null,arguments)}}function Kt(Te,et,ii,qt,xi=ia=>ia()){const ia=[];for(const ca of Te)for(const ma in ca.components){let jn=ca.components[ma];if(!(et!=="beforeRouteEnter"&&!ca.instances[ma]))if(c(jn)){const $a=(jn.__vccOpts||jn)[et];$a&&ia.push(Qe($a,ii,qt,ca,ma,xi))}else{let $a=jn();ia.push(()=>$a.then(Ia=>{if(!Ia)throw new Error(`Couldn't resolve component "${ma}" at "${ca.path}"`);const gr=v(Ia)?Ia.default:Ia;ca.mods[ma]=Ia,ca.components[ma]=gr;const Ta=(gr.__vccOpts||gr)[et];return Ta&&Qe(Ta,ii,qt,ca,ma,xi)()}))}}return ia}function wt(Te){return Te.matched.every(et=>et.redirect)?Promise.reject(new Error("Cannot load a route that redirects.")):Promise.all(Te.matched.map(et=>et.components&&Promise.all(Object.keys(et.components).reduce((ii,qt)=>{const xi=et.components[qt];return typeof xi=="function"&&!("displayName"in xi)&&ii.push(xi().then(ia=>{if(!ia)return Promise.reject(new Error(`Couldn't resolve component "${qt}" at "${et.path}". Ensure you passed a function that returns a promise.`));const ca=v(ia)?ia.default:ia;et.mods[qt]=ia,et.components[qt]=ca})),ii},[])))).then(()=>Te)}function un(Te,et){const ii=[],qt=[],xi=[],ia=Math.max(et.matched.length,Te.matched.length);for(let ca=0;ca<ia;ca++){const ma=et.matched[ca];ma&&(Te.matched.find($a=>Ii($a,ma))?qt.push(ma):ii.push(ma));const jn=Te.matched[ca];jn&&(et.matched.find($a=>Ii($a,jn))||xi.push(jn))}return[ii,qt,xi]}function en(Te,et){const ii=N({},Te,{matched:Te.matched.map(qt=>Ai(qt,["instances","children","aliasOf"]))});return{_custom:{type:null,readOnly:!0,display:Te.fullPath,tooltip:et,value:ii}}}function Ji(Te){return{_custom:{display:Te}}}let Zn=0;function oa(Te,et,ii){if(et.__hasDevtools)return;et.__hasDevtools=!0;const qt=Zn++;setupDevtoolsPlugin({id:"org.vuejs.router"+(qt?"."+qt:""),label:"Vue Router",packageName:"vue-router",homepage:"https://router.vuejs.org",logo:"https://router.vuejs.org/logo.png",componentStateTypes:["Routing"],app:Te},xi=>{typeof xi.now!="function"&&Q("[Vue Router]: You seem to be using an outdated version of Vue Devtools. Are you still using the Beta release instead of the stable one? You can find the links at https://devtools.vuejs.org/guide/installation.html."),xi.on.inspectComponent((Ia,gr)=>{Ia.instanceData&&Ia.instanceData.state.push({type:"Routing",key:"$route",editable:!1,value:en(et.currentRoute.value,"Current Route")})}),xi.on.visitComponentTree(({treeNode:Ia,componentInstance:gr})=>{if(gr.__vrv_devtools){const Ta=gr.__vrv_devtools;Ia.tags.push({label:(Ta.name?`${Ta.name.toString()}: `:"")+Ta.path,textColor:0,tooltip:"This component is rendered by <router-view>",backgroundColor:Ea})}G(gr.__vrl_devtools)&&(gr.__devtoolsApi=xi,gr.__vrl_devtools.forEach(Ta=>{let to=Ta.route.path,Kr=br,lr="",Wr=0;Ta.error?(to=Ta.error,Kr=Ur,Wr=zt):Ta.isExactActive?(Kr=Ja,lr="This is exactly active"):Ta.isActive&&(Kr=Br,lr="This link is active"),Ia.tags.push({label:to,textColor:Wr,tooltip:lr,backgroundColor:Kr})}))}),watch(et.currentRoute,()=>{jn(),xi.notifyComponentUpdate(),xi.sendInspectorTree(ma),xi.sendInspectorState(ma)});const ia="router:navigations:"+qt;xi.addTimelineLayer({id:ia,label:`Router${qt?" "+qt:""} Navigations`,color:4237508}),et.onError((Ia,gr)=>{xi.addTimelineEvent({layerId:ia,event:{title:"Error during Navigation",subtitle:gr.fullPath,logType:"error",time:xi.now(),data:{error:Ia},groupId:gr.meta.__navigationId}})});let ca=0;et.beforeEach((Ia,gr)=>{const Ta={guard:Ji("beforeEach"),from:en(gr,"Current Location during this navigation"),to:en(Ia,"Target location")};Object.defineProperty(Ia.meta,"__navigationId",{value:ca++}),xi.addTimelineEvent({layerId:ia,event:{time:xi.now(),title:"Start of navigation",subtitle:Ia.fullPath,data:Ta,groupId:Ia.meta.__navigationId}})}),et.afterEach((Ia,gr,Ta)=>{const to={guard:Ji("afterEach")};Ta?(to.failure={_custom:{type:Error,readOnly:!0,display:Ta?Ta.message:"",tooltip:"Navigation Failure",value:Ta}},to.status=Ji("\u274C")):to.status=Ji("\u2705"),to.from=en(gr,"Current Location during this navigation"),to.to=en(Ia,"Target location"),xi.addTimelineEvent({layerId:ia,event:{title:"End of navigation",subtitle:Ia.fullPath,time:xi.now(),data:to,logType:Ta?"warning":"default",groupId:Ia.meta.__navigationId}})});const ma="router-inspector:"+qt;xi.addInspector({id:ma,label:"Routes"+(qt?" "+qt:""),icon:"book",treeFilterPlaceholder:"Search routes"});function jn(){if(!$a)return;const Ia=$a;let gr=ii.getRoutes().filter(Ta=>!Ta.parent||!Ta.parent.record.components);gr.forEach(Un),Ia.filter&&(gr=gr.filter(Ta=>tr(Ta,Ia.filter.toLowerCase()))),gr.forEach(Ta=>zn(Ta,et.currentRoute.value)),Ia.rootNodes=gr.map(Wt)}let $a;xi.on.getInspectorTree(Ia=>{$a=Ia,Ia.app===Te&&Ia.inspectorId===ma&&jn()}),xi.on.getInspectorState(Ia=>{if(Ia.app===Te&&Ia.inspectorId===ma){const gr=ii.getRoutes().find(Ta=>Ta.record.__vd_id===Ia.nodeId);gr&&(Ia.state={options:Er(gr)})}}),xi.sendInspectorTree(ma),xi.sendInspectorState(ma)})}function Tn(Te){return Te.optional?Te.repeatable?"*":"?":Te.repeatable?"+":""}function Er(Te){const{record:et}=Te,ii=[{editable:!1,key:"path",value:et.path}];return et.name!=null&&ii.push({editable:!1,key:"name",value:et.name}),ii.push({editable:!1,key:"regexp",value:Te.re}),Te.keys.length&&ii.push({editable:!1,key:"keys",value:{_custom:{type:null,readOnly:!0,display:Te.keys.map(qt=>`${qt.name}${Tn(qt)}`).join(" "),tooltip:"Param keys",value:Te.keys}}}),et.redirect!=null&&ii.push({editable:!1,key:"redirect",value:et.redirect}),Te.alias.length&&ii.push({editable:!1,key:"aliases",value:Te.alias.map(qt=>qt.record.path)}),Object.keys(Te.record.meta).length&&ii.push({editable:!1,key:"meta",value:Te.record.meta}),ii.push({key:"score",editable:!1,value:{_custom:{type:null,readOnly:!0,display:Te.score.map(qt=>qt.join(", ")).join(" | "),tooltip:"Score used to sort routes",value:Te.score}}}),ii}const Ea=15485081,Br=2450411,Ja=8702998,hr=2282478,br=16486972,Ka=6710886,Ur=16704226,zt=12131356;function Wt(Te){const et=[],{record:ii}=Te;ii.name!=null&&et.push({label:String(ii.name),textColor:0,backgroundColor:hr}),ii.aliasOf&&et.push({label:"alias",textColor:0,backgroundColor:br}),Te.__vd_match&&et.push({label:"matches",textColor:0,backgroundColor:Ea}),Te.__vd_exactActive&&et.push({label:"exact",textColor:0,backgroundColor:Ja}),Te.__vd_active&&et.push({label:"active",textColor:0,backgroundColor:Br}),ii.redirect&&et.push({label:typeof ii.redirect=="string"?`redirect: ${ii.redirect}`:"redirects",textColor:16777215,backgroundColor:Ka});let qt=ii.__vd_id;return qt==null&&(qt=String(Si++),ii.__vd_id=qt),{id:qt,label:ii.path,tags:et,children:Te.children.map(Wt)}}let Si=0;const Oi=/^\/(.*)\/([a-z]*)$/;function zn(Te,et){const ii=et.matched.length&&Ii(et.matched[et.matched.length-1],Te.record);Te.__vd_exactActive=Te.__vd_active=ii,ii||(Te.__vd_active=et.matched.some(qt=>Ii(qt,Te.record))),Te.children.forEach(qt=>zn(qt,et))}function Un(Te){Te.__vd_match=!1,Te.children.forEach(Un)}function tr(Te,et){const ii=String(Te.re).match(Oi);if(Te.__vd_match=!1,!ii||ii.length<3)return!1;if(new RegExp(ii[1].replace(/\$$/,""),ii[2]).test(et))return Te.children.forEach(ia=>tr(ia,et)),Te.record.path!=="/"||et==="/"?(Te.__vd_match=Te.re.test(et),!0):!1;const qt=Te.record.path.toLowerCase(),xi=ai(qt);return!et.startsWith("/")&&(xi.includes(et)||qt.includes(et))||xi.startsWith(et)||qt.startsWith(et)||Te.record.name&&String(Te.record.name).includes(et)?!0:Te.children.some(ia=>tr(ia,et))}function Ai(Te,et){const ii={};for(const qt in Te)et.includes(qt)||(ii[qt]=Te[qt]);return ii}},75220:($t,We,a)=>{"use strict";a.d(We,{Wk:()=>di,lq:()=>qi,rd:()=>Ut});var e=a(35696),i=a(20641),c=a(50953);/*!
|
|
* vue-router v4.6.3
|
|
* (c) 2025 Eduardo San Martin Morote
|
|
* @license MIT
|
|
*/let v=()=>location.protocol+"//"+location.host;function N(Ne,ft){const{pathname:gt,search:Ve,hash:ot}=ft,ei=Ne.indexOf("#");if(ei>-1){let X=ot.includes(Ne.slice(ei))?Ne.slice(ei).length:1,A=ot.slice(X);return A[0]!=="/"&&(A="/"+A),stripBase(A,"")}return stripBase(gt,Ne)+Ve+ot}function I(Ne,ft,gt,Ve){let ot=[],ei=[],X=null;const A=({state:ne})=>{const Re=N(Ne,location),Ge=gt.value,At=ft.value;let Ze=0;if(ne){if(gt.value=Re,ft.value=ne,X&&X===Ge){X=null;return}Ze=At?ne.position-At.position:0}else Ve(Re);ot.forEach(ve=>{ve(gt.value,Ge,{delta:Ze,type:NavigationType.pop,direction:Ze?Ze>0?NavigationDirection.forward:NavigationDirection.back:NavigationDirection.unknown})})};function g(){X=gt.value}function D(ne){ot.push(ne);const Re=()=>{const Ge=ot.indexOf(ne);Ge>-1&&ot.splice(Ge,1)};return ei.push(Re),Re}function $(){if(document.visibilityState==="hidden"){const{history:ne}=window;if(!ne.state)return;ne.replaceState(assign({},ne.state,{scroll:computeScrollPosition()}),"")}}function Y(){for(const ne of ei)ne();ei=[],window.removeEventListener("popstate",A),window.removeEventListener("pagehide",$),document.removeEventListener("visibilitychange",$)}return window.addEventListener("popstate",A),window.addEventListener("pagehide",$),document.addEventListener("visibilitychange",$),{pauseListeners:g,listen:D,destroy:Y}}function d(Ne,ft,gt,Ve=!1,ot=!1){return{back:Ne,current:ft,forward:gt,replaced:Ve,position:window.history.length,scroll:ot?computeScrollPosition():null}}function G(Ne){const{history:ft,location:gt}=window,Ve={value:N(Ne,gt)},ot={value:ft.state};ot.value||ei(Ve.value,{back:null,current:Ve.value,forward:null,position:ft.length-1,replaced:!0,scroll:null},!0);function ei(g,D,$){const Y=Ne.indexOf("#"),ne=Y>-1?(gt.host&&document.querySelector("base")?Ne:Ne.slice(Y))+g:v()+Ne+g;try{ft[$?"replaceState":"pushState"](D,"",ne),ot.value=D}catch(Re){console.error(Re),gt[$?"replace":"assign"](ne)}}function X(g,D){ei(g,assign({},ft.state,d(ot.value.back,g,ot.value.forward,!0),D,{position:ot.value.position}),!0),Ve.value=g}function A(g,D){const $=assign({},ot.value,ft.state,{forward:g,scroll:computeScrollPosition()});ei($.current,$,!0),ei(g,assign({},d(Ve.value,g,null),{position:$.position+1},D),!1),Ve.value=g}return{location:Ve,state:ot,push:A,replace:X}}function j(Ne){Ne=normalizeBase(Ne);const ft=G(Ne),gt=I(Ne,ft.state,ft.location,ft.replace);function Ve(ei,X=!0){X||gt.pauseListeners(),history.go(ei)}const ot=assign({location:"",base:Ne,go:Ve,createHref:createHref.bind(null,Ne)},ft,gt);return Object.defineProperty(ot,"location",{enumerable:!0,get:()=>ft.location.value}),Object.defineProperty(ot,"state",{enumerable:!0,get:()=>ft.state.value}),ot}function Q(Ne=""){let ft=[],gt=[[START,{}]],Ve=0;Ne=normalizeBase(Ne);function ot(A,g={}){Ve++,Ve!==gt.length&>.splice(Ve),gt.push([A,g])}function ei(A,g,{direction:D,delta:$}){const Y={direction:D,delta:$,type:NavigationType.pop};for(const ne of ft)ne(A,g,Y)}const X={location:START,state:{},base:Ne,createHref:createHref.bind(null,Ne),replace(A,g){gt.splice(Ve--,1),ot(A,g)},push(A,g){ot(A,g)},listen(A){return ft.push(A),()=>{const g=ft.indexOf(A);g>-1&&ft.splice(g,1)}},destroy(){ft=[],gt=[[START,{}]],Ve=0},go(A,g=!0){const D=this.location,$=A<0?NavigationDirection.back:NavigationDirection.forward;Ve=Math.max(0,Math.min(Ve+A,gt.length-1)),g&&ei(this.location,D,{direction:$,delta:A})}};return Object.defineProperty(X,"location",{enumerable:!0,get:()=>gt[Ve][0]}),Object.defineProperty(X,"state",{enumerable:!0,get:()=>gt[Ve][1]}),X}function x(Ne){return Ne=location.host?Ne||location.pathname+location.search:"",Ne.includes("#")||(Ne+="#"),j(Ne)}let U=function(Ne){return Ne[Ne.Static=0]="Static",Ne[Ne.Param=1]="Param",Ne[Ne.Group=2]="Group",Ne}({});var T=function(Ne){return Ne[Ne.Static=0]="Static",Ne[Ne.Param=1]="Param",Ne[Ne.ParamRegExp=2]="ParamRegExp",Ne[Ne.ParamRegExpEnd=3]="ParamRegExpEnd",Ne[Ne.EscapeNext=4]="EscapeNext",Ne}(T||{});const _={type:U.Static,value:""},S=/[a-zA-Z0-9_]/;function K(Ne){if(!Ne)return[[]];if(Ne==="/")return[[_]];if(!Ne.startsWith("/"))throw new Error(`Invalid path "${Ne}"`);function ft(Re){throw new Error(`ERR (${gt})/"${D}": ${Re}`)}let gt=T.Static,Ve=gt;const ot=[];let ei;function X(){ei&&ot.push(ei),ei=[]}let A=0,g,D="",$="";function Y(){D&&(gt===T.Static?ei.push({type:U.Static,value:D}):gt===T.Param||gt===T.ParamRegExp||gt===T.ParamRegExpEnd?(ei.length>1&&(g==="*"||g==="+")&&ft(`A repeatable param (${D}) must be alone in its segment. eg: '/:ids+.`),ei.push({type:U.Param,value:D,regexp:$,repeatable:g==="*"||g==="+",optional:g==="*"||g==="?"})):ft("Invalid state to consume buffer"),D="")}function ne(){D+=g}for(;A<Ne.length;){if(g=Ne[A++],g==="\\"&>!==T.ParamRegExp){Ve=gt,gt=T.EscapeNext;continue}switch(gt){case T.Static:g==="/"?(D&&Y(),X()):g===":"?(Y(),gt=T.Param):ne();break;case T.EscapeNext:ne(),gt=Ve;break;case T.Param:g==="("?gt=T.ParamRegExp:S.test(g)?ne():(Y(),gt=T.Static,g!=="*"&&g!=="?"&&g!=="+"&&A--);break;case T.ParamRegExp:g===")"?$[$.length-1]=="\\"?$=$.slice(0,-1)+g:gt=T.ParamRegExpEnd:$+=g;break;case T.ParamRegExpEnd:Y(),gt=T.Static,g!=="*"&&g!=="?"&&g!=="+"&&A--,$="";break;default:ft("Unknown state");break}}return gt===T.ParamRegExp&&ft(`Unfinished custom RegExp for param "${D}"`),Y(),X(),ot}const _e="[^/]+?",ee={sensitive:!1,strict:!1,start:!0,end:!0};var H=function(Ne){return Ne[Ne._multiplier=10]="_multiplier",Ne[Ne.Root=90]="Root",Ne[Ne.Segment=40]="Segment",Ne[Ne.SubSegment=30]="SubSegment",Ne[Ne.Static=40]="Static",Ne[Ne.Dynamic=20]="Dynamic",Ne[Ne.BonusCustomRegExp=10]="BonusCustomRegExp",Ne[Ne.BonusWildcard=-50]="BonusWildcard",Ne[Ne.BonusRepeatable=-20]="BonusRepeatable",Ne[Ne.BonusOptional=-8]="BonusOptional",Ne[Ne.BonusStrict=.7000000000000001]="BonusStrict",Ne[Ne.BonusCaseSensitive=.25]="BonusCaseSensitive",Ne}(H||{});const xe=/[.+*?^${}()[\]/\\]/g;function P(Ne,ft){const gt=assign({},ee,ft),Ve=[];let ot=gt.start?"^":"";const ei=[];for(const D of Ne){const $=D.length?[]:[H.Root];gt.strict&&!D.length&&(ot+="/");for(let Y=0;Y<D.length;Y++){const ne=D[Y];let Re=H.Segment+(gt.sensitive?H.BonusCaseSensitive:0);if(ne.type===U.Static)Y||(ot+="/"),ot+=ne.value.replace(xe,"\\$&"),Re+=H.Static;else if(ne.type===U.Param){const{value:Ge,repeatable:At,optional:Ze,regexp:ve}=ne;ei.push({name:Ge,repeatable:At,optional:Ze});const L=ve||_e;if(L!==_e){Re+=H.BonusCustomRegExp;try{`${L}`}catch(Ae){throw new Error(`Invalid custom RegExp for param "${Ge}" (${L}): `+Ae.message)}}let ge=At?`((?:${L})(?:/(?:${L}))*)`:`(${L})`;Y||(ge=Ze&&D.length<2?`(?:/${ge})`:"/"+ge),Ze&&(ge+="?"),ot+=ge,Re+=H.Dynamic,Ze&&(Re+=H.BonusOptional),At&&(Re+=H.BonusRepeatable),L===".*"&&(Re+=H.BonusWildcard)}$.push(Re)}Ve.push($)}if(gt.strict&>.end){const D=Ve.length-1;Ve[D][Ve[D].length-1]+=H.BonusStrict}gt.strict||(ot+="/?"),gt.end?ot+="$":gt.strict&&!ot.endsWith("/")&&(ot+="(?:/|$)");const X=new RegExp(ot,gt.sensitive?"":"i");function A(D){const $=D.match(X),Y={};if(!$)return null;for(let ne=1;ne<$.length;ne++){const Re=$[ne]||"",Ge=ei[ne-1];Y[Ge.name]=Re&&Ge.repeatable?Re.split("/"):Re}return Y}function g(D){let $="",Y=!1;for(const ne of Ne){(!Y||!$.endsWith("/"))&&($+="/"),Y=!1;for(const Re of ne)if(Re.type===U.Static)$+=Re.value;else if(Re.type===U.Param){const{value:Ge,repeatable:At,optional:Ze}=Re,ve=Ge in D?D[Ge]:"";if(isArray(ve)&&!At)throw new Error(`Provided param "${Ge}" is an array but it is not repeatable (* or + modifiers)`);const L=isArray(ve)?ve.join("/"):ve;if(!L)if(Ze)ne.length<2&&($.endsWith("/")?$=$.slice(0,-1):Y=!0);else throw new Error(`Missing required param "${Ge}"`);$+=L}}return $||"/"}return{re:X,score:Ve,keys:ei,parse:A,stringify:g}}function ce(Ne,ft){let gt=0;for(;gt<Ne.length&><ft.length;){const Ve=ft[gt]-Ne[gt];if(Ve)return Ve;gt++}return Ne.length<ft.length?Ne.length===1&&Ne[0]===H.Static+H.Segment?-1:1:Ne.length>ft.length?ft.length===1&&ft[0]===H.Static+H.Segment?1:-1:0}function Ce(Ne,ft){let gt=0;const Ve=Ne.score,ot=ft.score;for(;gt<Ve.length&><ot.length;){const ei=ce(Ve[gt],ot[gt]);if(ei)return ei;gt++}if(Math.abs(ot.length-Ve.length)===1){if(ke(Ve))return 1;if(ke(ot))return-1}return ot.length-Ve.length}function ke(Ne){const ft=Ne[Ne.length-1];return Ne.length>0&&ft[ft.length-1]<0}const J={strict:!1,end:!0,sensitive:!1};function ye(Ne,ft,gt){const Ve=P(K(Ne.path),gt),ot=assign(Ve,{record:Ne,parent:ft,children:[],alias:[]});return ft&&!ot.record.aliasOf==!ft.record.aliasOf&&ft.children.push(ot),ot}function Xe(Ne,ft){const gt=[],Ve=new Map;ft=mergeOptions(J,ft);function ot(Y){return Ve.get(Y)}function ei(Y,ne,Re){const Ge=!Re,At=ht(Y);At.aliasOf=Re&&Re.record;const Ze=mergeOptions(ft,Y),ve=[At];if("alias"in Y){const Ae=typeof Y.alias=="string"?[Y.alias]:Y.alias;for(const rt of Ae)ve.push(ht(assign({},At,{components:Re?Re.record.components:At.components,path:rt,aliasOf:Re?Re.record:At})))}let L,ge;for(const Ae of ve){const{path:rt}=Ae;if(ne&&rt[0]!=="/"){const Ht=ne.record.path,Qt=Ht[Ht.length-1]==="/"?"":"/";Ae.path=ne.record.path+(rt&&Qt+rt)}if(L=ye(Ae,ne,Ze),Re?Re.alias.push(L):(ge=ge||L,ge!==L&&ge.alias.push(L),Ge&&Y.name&&!ai(L)&&X(Y.name)),Li(L)&&g(L),At.children){const Ht=At.children;for(let Qt=0;Qt<Ht.length;Qt++)ei(Ht[Qt],L,Re&&Re.children[Qt])}Re=Re||L}return ge?()=>{X(ge)}:noop}function X(Y){if(isRouteName(Y)){const ne=Ve.get(Y);ne&&(Ve.delete(Y),gt.splice(gt.indexOf(ne),1),ne.children.forEach(X),ne.alias.forEach(X))}else{const ne=gt.indexOf(Y);ne>-1&&(gt.splice(ne,1),Y.record.name&&Ve.delete(Y.record.name),Y.children.forEach(X),Y.alias.forEach(X))}}function A(){return gt}function g(Y){const ne=ri(Y,gt);gt.splice(ne,0,Y),Y.record.name&&!ai(Y)&&Ve.set(Y.record.name,Y)}function D(Y,ne){let Re,Ge={},At,Ze;if("name"in Y&&Y.name){if(Re=Ve.get(Y.name),!Re)throw createRouterError(ErrorTypes.MATCHER_NOT_FOUND,{location:Y});Ze=Re.record.name,Ge=assign(ui(ne.params,Re.keys.filter(ge=>!ge.optional).concat(Re.parent?Re.parent.keys.filter(ge=>ge.optional):[]).map(ge=>ge.name)),Y.params&&ui(Y.params,Re.keys.map(ge=>ge.name))),At=Re.stringify(Ge)}else if(Y.path!=null)At=Y.path,Re=gt.find(ge=>ge.re.test(At)),Re&&(Ge=Re.parse(At),Ze=Re.record.name);else{if(Re=ne.name?Ve.get(ne.name):gt.find(ge=>ge.re.test(ne.path)),!Re)throw createRouterError(ErrorTypes.MATCHER_NOT_FOUND,{location:Y,currentLocation:ne});Ze=Re.record.name,Ge=assign({},ne.params,Y.params),At=Re.stringify(Ge)}const ve=[];let L=Re;for(;L;)ve.unshift(L.record),L=L.parent;return{name:Ze,path:At,params:Ge,matched:ve,meta:Ft(ve)}}Ne.forEach(Y=>ei(Y));function $(){gt.length=0,Ve.clear()}return{addRoute:ei,resolve:D,removeRoute:X,clearRoutes:$,getRoutes:A,getRecordMatcher:ot}}function ui(Ne,ft){const gt={};for(const Ve of ft)Ve in Ne&&(gt[Ve]=Ne[Ve]);return gt}function ht(Ne){const ft={path:Ne.path,redirect:Ne.redirect,name:Ne.name,meta:Ne.meta||{},aliasOf:Ne.aliasOf,beforeEnter:Ne.beforeEnter,props:_t(Ne),children:Ne.children||[],instances:{},leaveGuards:new Set,updateGuards:new Set,enterCallbacks:{},components:"components"in Ne?Ne.components||null:Ne.component&&{default:Ne.component}};return Object.defineProperty(ft,"mods",{value:{}}),ft}function _t(Ne){const ft={},gt=Ne.props||!1;if("component"in Ne)ft.default=gt;else for(const Ve in Ne.components)ft[Ve]=typeof gt=="object"?gt[Ve]:gt;return ft}function ai(Ne){for(;Ne;){if(Ne.record.aliasOf)return!0;Ne=Ne.parent}return!1}function Ft(Ne){return Ne.reduce((ft,gt)=>assign(ft,gt.meta),{})}function jt(Ne,ft){return Ne.name===ft.name&&Ne.optional===ft.optional&&Ne.repeatable===ft.repeatable}function He(Ne,ft){for(const gt of Ne.keys)if(!gt.optional&&!ft.keys.find(jt.bind(null,gt)))return warn$1(`Alias "${ft.record.path}" and the original record: "${Ne.record.path}" must have the exact same param named "${gt.name}"`);for(const gt of ft.keys)if(!gt.optional&&!Ne.keys.find(jt.bind(null,gt)))return warn$1(`Alias "${ft.record.path}" and the original record: "${Ne.record.path}" must have the exact same param named "${gt.name}"`)}function ut(Ne,ft){ft&&ft.record.name&&!Ne.name&&!Ne.path&&warn$1(`The route named "${String(ft.record.name)}" has a child without a name and an empty path. Using that name won't render the empty path child so you probably want to move the name to the child instead. If this is intentional, add a name to the child route to remove the warning.`)}function Ot(Ne,ft){for(let gt=ft;gt;gt=gt.parent)if(gt.record.name===Ne.name)throw new Error(`A route named "${String(Ne.name)}" has been added as a ${ft===gt?"child":"descendant"} of a route with the same name. Route names must be unique and a nested route cannot use the same name as an ancestor.`)}function Gt(Ne,ft){for(const gt of ft.keys)if(!Ne.keys.find(jt.bind(null,gt)))return warn$1(`Absolute path "${Ne.record.path}" must have the exact same param named "${gt.name}" as its parent "${ft.record.path}".`)}function ri(Ne,ft){let gt=0,Ve=ft.length;for(;gt!==Ve;){const ei=gt+Ve>>1;Ce(Ne,ft[ei])<0?Ve=ei:gt=ei+1}const ot=Ii(Ne);return ot&&(Ve=ft.lastIndexOf(ot,Ve-1)),Ve}function Ii(Ne){let ft=Ne;for(;ft=ft.parent;)if(Li(ft)&&Ce(Ne,ft)===0)return ft}function Li({record:Ne}){return!!(Ne.name||Ne.components&&Object.keys(Ne.components).length||Ne.redirect)}function Yi(Ne){const ft=(0,i.WQ)(e.Tk),gt=(0,i.WQ)(e.Ur);let Ve=!1,ot=null;const ei=(0,i.EW)(()=>{const $=(0,c.R1)(Ne.to);return ft.resolve($)}),X=(0,i.EW)(()=>{const{matched:$}=ei.value,{length:Y}=$,ne=$[Y-1],Re=gt.matched;if(!ne||!Re.length)return-1;const Ge=Re.findIndex(e.g1.bind(null,ne));if(Ge>-1)return Ge;const At=oi($[Y-2]);return Y>1&&oi(ne)===At&&Re[Re.length-1].path!==At?Re.findIndex(e.g1.bind(null,$[Y-2])):Ge}),A=(0,i.EW)(()=>X.value>-1&&pn(gt.params,ei.value.params)),g=(0,i.EW)(()=>X.value>-1&&X.value===gt.matched.length-1&&(0,e.t2)(gt.params,ei.value.params));function D($={}){if(Vt($)){const Y=ft[(0,c.R1)(Ne.replace)?"replace":"push"]((0,c.R1)(Ne.to)).catch(e.lQ);return Ne.viewTransition&&typeof document<"u"&&"startViewTransition"in document&&document.startViewTransition(()=>Y),Y}return Promise.resolve()}if(__VUE_PROD_DEVTOOLS__&&e.Bd){const $=(0,i.nI)();if($){const Y={route:ei.value,isActive:A.value,isExactActive:g.value,error:null};$.__vrl_devtools=$.__vrl_devtools||[],$.__vrl_devtools.push(Y),(0,i.nT)(()=>{Y.route=ei.value,Y.isActive=A.value,Y.isExactActive=g.value,Y.error=(0,e.p)((0,c.R1)(Ne.to))?null:'Invalid "to" value'},{flush:"post"})}}return{route:ei,href:(0,i.EW)(()=>ei.value.href),isActive:A,isExactActive:g,navigate:D}}function wi(Ne){return Ne.length===1?Ne[0]:Ne}const di=(0,i.pM)({name:"RouterLink",compatConfig:{MODE:3},props:{to:{type:[String,Object],required:!0},replace:Boolean,activeClass:String,exactActiveClass:String,custom:Boolean,ariaCurrentValue:{type:String,default:"page"},viewTransition:Boolean},useLink:Yi,setup(Ne,{slots:ft}){const gt=(0,c.Kh)(Yi(Ne)),{options:Ve}=(0,i.WQ)(e.Tk),ot=(0,i.EW)(()=>({[ni(Ne.activeClass,Ve.linkActiveClass,"router-link-active")]:gt.isActive,[ni(Ne.exactActiveClass,Ve.linkExactActiveClass,"router-link-exact-active")]:gt.isExactActive}));return()=>{const ei=ft.default&&wi(ft.default(gt));return Ne.custom?ei:(0,i.h)("a",{"aria-current":gt.isExactActive?Ne.ariaCurrentValue:null,href:gt.href,onClick:gt.navigate,class:ot.value},ei)}}});function Vt(Ne){if(!(Ne.metaKey||Ne.altKey||Ne.ctrlKey||Ne.shiftKey)&&!Ne.defaultPrevented&&!(Ne.button!==void 0&&Ne.button!==0)){if(Ne.currentTarget&&Ne.currentTarget.getAttribute){const ft=Ne.currentTarget.getAttribute("target");if(/\b_blank\b/i.test(ft))return}return Ne.preventDefault&&Ne.preventDefault(),!0}}function pn(Ne,ft){for(const gt in ft){const Ve=ft[gt],ot=Ne[gt];if(typeof Ve=="string"){if(Ve!==ot)return!1}else if(!(0,e.cy)(ot)||ot.length!==Ve.length||Ve.some((ei,X)=>ei!==ot[X]))return!1}return!0}function oi(Ne){return Ne?Ne.aliasOf?Ne.aliasOf.path:Ne.path:""}const ni=(Ne,ft,gt)=>Ne??ft??gt,Ei=(0,i.pM)({name:"RouterView",inheritAttrs:!1,props:{name:{type:String,default:"default"},route:Object},compatConfig:{MODE:3},setup(Ne,{attrs:ft,slots:gt}){const Ve=(0,i.WQ)(e.rv),ot=(0,i.EW)(()=>Ne.route||Ve.value),ei=(0,i.WQ)(e.Xf,0),X=(0,i.EW)(()=>{let D=(0,c.R1)(ei);const{matched:$}=ot.value;let Y;for(;(Y=$[D])&&!Y.components;)D++;return D}),A=(0,i.EW)(()=>ot.value.matched[X.value]);(0,i.Gt)(e.Xf,(0,i.EW)(()=>X.value+1)),(0,i.Gt)(e.nU,A),(0,i.Gt)(e.rv,ot);const g=(0,c.KR)();return(0,i.wB)(()=>[g.value,A.value,Ne.name],([D,$,Y],[ne,Re,Ge])=>{$&&($.instances[Y]=D,Re&&Re!==$&&D&&D===ne&&($.leaveGuards.size||($.leaveGuards=Re.leaveGuards),$.updateGuards.size||($.updateGuards=Re.updateGuards))),D&&$&&(!Re||!(0,e.g1)($,Re)||!ne)&&($.enterCallbacks[Y]||[]).forEach(At=>At(D))},{flush:"post"}),()=>{const D=ot.value,$=Ne.name,Y=A.value,ne=Y&&Y.components[$];if(!ne)return An(gt.default,{Component:ne,route:D});const Re=Y.props[$],Ge=Re?Re===!0?D.params:typeof Re=="function"?Re(D):Re:null,At=ve=>{ve.component.isUnmounted&&(Y.instances[$]=null)},Ze=(0,i.h)(ne,(0,e.kp)({},Ge,ft,{onVnodeUnmounted:At,ref:g}));if(__VUE_PROD_DEVTOOLS__&&e.Bd&&Ze.ref){const ve={depth:X.value,name:Y.name,path:Y.path,meta:Y.meta};((0,e.cy)(Ze.ref)?Ze.ref.map(L=>L.i):[Ze.ref.i]).forEach(L=>{L.__vrv_devtools=ve})}return An(gt.default,{Component:Ze,route:D})||Ze}}});function An(Ne,ft){if(!Ne)return null;const gt=Ne(ft);return gt.length===1?gt[0]:gt}const En=null;function Qi(){const Ne=getCurrentInstance(),ft=Ne.parent&&Ne.parent.type.name,gt=Ne.parent&&Ne.parent.subTree&&Ne.parent.subTree.type;if(ft&&(ft==="KeepAlive"||ft.includes("Transition"))&&typeof gt=="object"&>.name==="RouterView"){const Ve=ft==="KeepAlive"?"keep-alive":"transition";warn$1(`<router-view> can no longer be used directly inside <transition> or <keep-alive>.
|
|
Use slot props instead:
|
|
|
|
<router-view v-slot="{ Component }">
|
|
<${Ve}>
|
|
<component :is="Component" />
|
|
</${Ve}>
|
|
</router-view>`)}}function Yt(Ne){const ft=Xe(Ne.routes,Ne),gt=Ne.parseQuery||parseQuery,Ve=Ne.stringifyQuery||stringifyQuery,ot=Ne.history,ei=useCallbacks(),X=useCallbacks(),A=useCallbacks(),g=shallowRef(START_LOCATION_NORMALIZED);let D=START_LOCATION_NORMALIZED;isBrowser&&Ne.scrollBehavior&&"scrollRestoration"in history&&(history.scrollRestoration="manual");const $=applyToParams.bind(null,Wt=>""+Wt),Y=applyToParams.bind(null,encodeParam),ne=applyToParams.bind(null,decode);function Re(Wt,Si){let Oi,zn;return isRouteName(Wt)?(Oi=ft.getRecordMatcher(Wt),zn=Si):zn=Wt,ft.addRoute(zn,Oi)}function Ge(Wt){const Si=ft.getRecordMatcher(Wt);Si&&ft.removeRoute(Si)}function At(){return ft.getRoutes().map(Wt=>Wt.record)}function Ze(Wt){return!!ft.getRecordMatcher(Wt)}function ve(Wt,Si){if(Si=assign({},Si||g.value),typeof Wt=="string"){const Te=parseURL(gt,Wt,Si.path),et=ft.resolve({path:Te.path},Si),ii=ot.createHref(Te.fullPath);return assign(Te,et,{params:ne(et.params),hash:decode(Te.hash),redirectedFrom:void 0,href:ii})}let Oi;if(Wt.path!=null)Oi=assign({},Wt,{path:parseURL(gt,Wt.path,Si.path).path});else{const Te=assign({},Wt.params);for(const et in Te)Te[et]==null&&delete Te[et];Oi=assign({},Wt,{params:Y(Te)}),Si.params=Y(Si.params)}const zn=ft.resolve(Oi,Si),Un=Wt.hash||"";zn.params=$(ne(zn.params));const tr=stringifyURL(Ve,assign({},Wt,{hash:encodeHash(Un),path:zn.path})),Ai=ot.createHref(tr);return assign({fullPath:tr,hash:Un,query:Ve===stringifyQuery?normalizeQuery(Wt.query):Wt.query||{}},zn,{redirectedFrom:void 0,href:Ai})}function L(Wt){return typeof Wt=="string"?parseURL(gt,Wt,g.value.path):assign({},Wt)}function ge(Wt,Si){if(D!==Wt)return createRouterError(ErrorTypes.NAVIGATION_CANCELLED,{from:Si,to:Wt})}function Ae(Wt){return Qt(Wt)}function rt(Wt){return Ae(assign(L(Wt),{replace:!0}))}function Ht(Wt,Si){const Oi=Wt.matched[Wt.matched.length-1];if(Oi&&Oi.redirect){const{redirect:zn}=Oi;let Un=typeof zn=="function"?zn(Wt,Si):zn;return typeof Un=="string"&&(Un=Un.includes("?")||Un.includes("#")?Un=L(Un):{path:Un},Un.params={}),assign({query:Wt.query,hash:Wt.hash,params:Un.path!=null?{}:Wt.params},Un)}}function Qt(Wt,Si){const Oi=D=ve(Wt),zn=g.value,Un=Wt.state,tr=Wt.force,Ai=Wt.replace===!0,Te=Ht(Oi,zn);if(Te)return Qt(assign(L(Te),{state:typeof Te=="object"?assign({},Un,Te.state):Un,force:tr,replace:Ai}),Si||Oi);const et=Oi;et.redirectedFrom=Si;let ii;return!tr&&isSameRouteLocation(Ve,zn,Oi)&&(ii=createRouterError(ErrorTypes.NAVIGATION_DUPLICATED,{to:et,from:zn}),Ja(zn,zn,!0,!1)),(ii?Promise.resolve(ii):Kt(et,zn)).catch(qt=>isNavigationFailure(qt)?isNavigationFailure(qt,ErrorTypes.NAVIGATION_GUARD_REDIRECT)?qt:Br(qt):Er(qt,et,zn)).then(qt=>{if(qt){if(isNavigationFailure(qt,ErrorTypes.NAVIGATION_GUARD_REDIRECT))return Qt(assign({replace:Ai},L(qt.to),{state:typeof qt.to=="object"?assign({},Un,qt.to.state):Un,force:tr}),Si||et)}else qt=un(et,zn,!0,Ai,Un);return wt(et,zn,qt),qt})}function Qe(Wt,Si){const Oi=ge(Wt,Si);return Oi?Promise.reject(Oi):Promise.resolve()}function Rt(Wt){const Si=Ka.values().next().value;return Si&&typeof Si.runWithContext=="function"?Si.runWithContext(Wt):Wt()}function Kt(Wt,Si){let Oi;const[zn,Un,tr]=extractChangingRecords(Wt,Si);Oi=extractComponentsGuards(zn.reverse(),"beforeRouteLeave",Wt,Si);for(const Te of zn)Te.leaveGuards.forEach(et=>{Oi.push(guardToPromiseFn(et,Wt,Si))});const Ai=Qe.bind(null,Wt,Si);return Oi.push(Ai),zt(Oi).then(()=>{Oi=[];for(const Te of ei.list())Oi.push(guardToPromiseFn(Te,Wt,Si));return Oi.push(Ai),zt(Oi)}).then(()=>{Oi=extractComponentsGuards(Un,"beforeRouteUpdate",Wt,Si);for(const Te of Un)Te.updateGuards.forEach(et=>{Oi.push(guardToPromiseFn(et,Wt,Si))});return Oi.push(Ai),zt(Oi)}).then(()=>{Oi=[];for(const Te of tr)if(Te.beforeEnter)if(isArray(Te.beforeEnter))for(const et of Te.beforeEnter)Oi.push(guardToPromiseFn(et,Wt,Si));else Oi.push(guardToPromiseFn(Te.beforeEnter,Wt,Si));return Oi.push(Ai),zt(Oi)}).then(()=>(Wt.matched.forEach(Te=>Te.enterCallbacks={}),Oi=extractComponentsGuards(tr,"beforeRouteEnter",Wt,Si,Rt),Oi.push(Ai),zt(Oi))).then(()=>{Oi=[];for(const Te of X.list())Oi.push(guardToPromiseFn(Te,Wt,Si));return Oi.push(Ai),zt(Oi)}).catch(Te=>isNavigationFailure(Te,ErrorTypes.NAVIGATION_CANCELLED)?Te:Promise.reject(Te))}function wt(Wt,Si,Oi){A.list().forEach(zn=>Rt(()=>zn(Wt,Si,Oi)))}function un(Wt,Si,Oi,zn,Un){const tr=ge(Wt,Si);if(tr)return tr;const Ai=Si===START_LOCATION_NORMALIZED,Te=isBrowser?history.state:{};Oi&&(zn||Ai?ot.replace(Wt.fullPath,assign({scroll:Ai&&Te&&Te.scroll},Un)):ot.push(Wt.fullPath,Un)),g.value=Wt,Ja(Wt,Si,Oi,Ai),Br()}let en;function Ji(){en||(en=ot.listen((Wt,Si,Oi)=>{if(!Ur.listening)return;const zn=ve(Wt),Un=Ht(zn,Ur.currentRoute.value);if(Un){Qt(assign(Un,{replace:!0,force:!0}),zn).catch(noop);return}D=zn;const tr=g.value;isBrowser&&saveScrollPosition(getScrollKey(tr.fullPath,Oi.delta),computeScrollPosition()),Kt(zn,tr).catch(Ai=>isNavigationFailure(Ai,ErrorTypes.NAVIGATION_ABORTED|ErrorTypes.NAVIGATION_CANCELLED)?Ai:isNavigationFailure(Ai,ErrorTypes.NAVIGATION_GUARD_REDIRECT)?(Qt(assign(L(Ai.to),{force:!0}),zn).then(Te=>{isNavigationFailure(Te,ErrorTypes.NAVIGATION_ABORTED|ErrorTypes.NAVIGATION_DUPLICATED)&&!Oi.delta&&Oi.type===NavigationType.pop&&ot.go(-1,!1)}).catch(noop),Promise.reject()):(Oi.delta&&ot.go(-Oi.delta,!1),Er(Ai,zn,tr))).then(Ai=>{Ai=Ai||un(zn,tr,!1),Ai&&(Oi.delta&&!isNavigationFailure(Ai,ErrorTypes.NAVIGATION_CANCELLED)?ot.go(-Oi.delta,!1):Oi.type===NavigationType.pop&&isNavigationFailure(Ai,ErrorTypes.NAVIGATION_ABORTED|ErrorTypes.NAVIGATION_DUPLICATED)&&ot.go(-1,!1)),wt(zn,tr,Ai)}).catch(noop)}))}let Zn=useCallbacks(),oa=useCallbacks(),Tn;function Er(Wt,Si,Oi){Br(Wt);const zn=oa.list();return zn.length?zn.forEach(Un=>Un(Wt,Si,Oi)):console.error(Wt),Promise.reject(Wt)}function Ea(){return Tn&&g.value!==START_LOCATION_NORMALIZED?Promise.resolve():new Promise((Wt,Si)=>{Zn.add([Wt,Si])})}function Br(Wt){return Tn||(Tn=!Wt,Ji(),Zn.list().forEach(([Si,Oi])=>Wt?Oi(Wt):Si()),Zn.reset()),Wt}function Ja(Wt,Si,Oi,zn){const{scrollBehavior:Un}=Ne;if(!isBrowser||!Un)return Promise.resolve();const tr=!Oi&&getSavedScrollPosition(getScrollKey(Wt.fullPath,0))||(zn||!Oi)&&history.state&&history.state.scroll||null;return nextTick().then(()=>Un(Wt,Si,tr)).then(Ai=>Ai&&scrollToPosition(Ai)).catch(Ai=>Er(Ai,Wt,Si))}const hr=Wt=>ot.go(Wt);let br;const Ka=new Set,Ur={currentRoute:g,listening:!0,addRoute:Re,removeRoute:Ge,clearRoutes:ft.clearRoutes,hasRoute:Ze,getRoutes:At,resolve:ve,options:Ne,push:Ae,replace:rt,go:hr,back:()=>hr(-1),forward:()=>hr(1),beforeEach:ei.add,beforeResolve:X.add,afterEach:A.add,onError:oa.add,isReady:Ea,install(Wt){Wt.component("RouterLink",di),Wt.component("RouterView",En),Wt.config.globalProperties.$router=Ur,Object.defineProperty(Wt.config.globalProperties,"$route",{enumerable:!0,get:()=>unref(g)}),isBrowser&&!br&&g.value===START_LOCATION_NORMALIZED&&(br=!0,Ae(ot.location).catch(zn=>{}));const Si={};for(const zn in START_LOCATION_NORMALIZED)Object.defineProperty(Si,zn,{get:()=>g.value[zn],enumerable:!0});Wt.provide(routerKey,Ur),Wt.provide(routeLocationKey,shallowReactive(Si)),Wt.provide(routerViewLocationKey,g);const Oi=Wt.unmount;Ka.add(Wt),Wt.unmount=function(){Ka.delete(Wt),Ka.size<1&&(D=START_LOCATION_NORMALIZED,en&&en(),en=null,g.value=START_LOCATION_NORMALIZED,br=!1,Tn=!1),Oi()},__VUE_PROD_DEVTOOLS__&&isBrowser&&addDevtools(Wt,Ur,ft)}};function zt(Wt){return Wt.reduce((Si,Oi)=>Si.then(()=>Rt(Oi)),Promise.resolve())}return Ur}function Ut(){return(0,i.WQ)(e.Tk)}function qi(Ne){return(0,i.WQ)(e.Ur)}},24715:$t=>{"use strict";$t.exports=JSON.parse(`{"compressed":true,"categories":[{"id":"smileys","name":"Smileys & Emotion","emojis":["grinning","smiley","smile","grin","laughing","sweat_smile","rolling_on_the_floor_laughing","joy","slightly_smiling_face","upside_down_face","melting_face","wink","blush","innocent","smiling_face_with_3_hearts","heart_eyes","star-struck","kissing_heart","kissing","relaxed","kissing_closed_eyes","kissing_smiling_eyes","smiling_face_with_tear","yum","stuck_out_tongue","stuck_out_tongue_winking_eye","zany_face","stuck_out_tongue_closed_eyes","money_mouth_face","hugging_face","face_with_hand_over_mouth","face_with_open_eyes_and_hand_over_mouth","face_with_peeking_eye","shushing_face","thinking_face","saluting_face","zipper_mouth_face","face_with_raised_eyebrow","neutral_face","expressionless","no_mouth","dotted_line_face","face_in_clouds","smirk","unamused","face_with_rolling_eyes","grimacing","face_exhaling","lying_face","shaking_face","relieved","pensive","sleepy","drooling_face","sleeping","mask","face_with_thermometer","face_with_head_bandage","nauseated_face","face_vomiting","sneezing_face","hot_face","cold_face","woozy_face","dizzy_face","face_with_spiral_eyes","exploding_head","face_with_cowboy_hat","partying_face","disguised_face","sunglasses","nerd_face","face_with_monocle","confused","face_with_diagonal_mouth","worried","slightly_frowning_face","white_frowning_face","open_mouth","hushed","astonished","flushed","pleading_face","face_holding_back_tears","frowning","anguished","fearful","cold_sweat","disappointed_relieved","cry","sob","scream","confounded","persevere","disappointed","sweat","weary","tired_face","yawning_face","triumph","rage","angry","face_with_symbols_on_mouth","smiling_imp","imp","skull","skull_and_crossbones","hankey","clown_face","japanese_ogre","japanese_goblin","ghost","alien","space_invader","robot_face","smiley_cat","smile_cat","joy_cat","heart_eyes_cat","smirk_cat","kissing_cat","scream_cat","crying_cat_face","pouting_cat","see_no_evil","hear_no_evil","speak_no_evil","love_letter","cupid","gift_heart","sparkling_heart","heartpulse","heartbeat","revolving_hearts","two_hearts","heart_decoration","heavy_heart_exclamation_mark_ornament","broken_heart","heart_on_fire","mending_heart","heart","pink_heart","orange_heart","yellow_heart","green_heart","blue_heart","light_blue_heart","purple_heart","brown_heart","black_heart","grey_heart","white_heart","kiss","100","anger","boom","dizzy","sweat_drops","dash","hole","speech_balloon","eye-in-speech-bubble","left_speech_bubble","right_anger_bubble","thought_balloon","zzz"]},{"id":"people","name":"People & Body","emojis":["wave","raised_back_of_hand","raised_hand_with_fingers_splayed","hand","spock-hand","rightwards_hand","leftwards_hand","palm_down_hand","palm_up_hand","leftwards_pushing_hand","rightwards_pushing_hand","ok_hand","pinched_fingers","pinching_hand","v","crossed_fingers","hand_with_index_finger_and_thumb_crossed","i_love_you_hand_sign","the_horns","call_me_hand","point_left","point_right","point_up_2","middle_finger","point_down","point_up","index_pointing_at_the_viewer","+1","-1","fist","facepunch","left-facing_fist","right-facing_fist","clap","raised_hands","heart_hands","open_hands","palms_up_together","handshake","pray","writing_hand","nail_care","selfie","muscle","mechanical_arm","mechanical_leg","leg","foot","ear","ear_with_hearing_aid","nose","brain","anatomical_heart","lungs","tooth","bone","eyes","eye","tongue","lips","biting_lip","baby","child","boy","girl","adult","person_with_blond_hair","man","bearded_person","man_with_beard","woman_with_beard","red_haired_man","curly_haired_man","white_haired_man","bald_man","woman","red_haired_woman","red_haired_person","curly_haired_woman","curly_haired_person","white_haired_woman","white_haired_person","bald_woman","bald_person","blond-haired-woman","blond-haired-man","older_adult","older_man","older_woman","person_frowning","man-frowning","woman-frowning","person_with_pouting_face","man-pouting","woman-pouting","no_good","man-gesturing-no","woman-gesturing-no","ok_woman","man-gesturing-ok","woman-gesturing-ok","information_desk_person","man-tipping-hand","woman-tipping-hand","raising_hand","man-raising-hand","woman-raising-hand","deaf_person","deaf_man","deaf_woman","bow","man-bowing","woman-bowing","face_palm","man-facepalming","woman-facepalming","shrug","man-shrugging","woman-shrugging","health_worker","male-doctor","female-doctor","student","male-student","female-student","teacher","male-teacher","female-teacher","judge","male-judge","female-judge","farmer","male-farmer","female-farmer","cook","male-cook","female-cook","mechanic","male-mechanic","female-mechanic","factory_worker","male-factory-worker","female-factory-worker","office_worker","male-office-worker","female-office-worker","scientist","male-scientist","female-scientist","technologist","male-technologist","female-technologist","singer","male-singer","female-singer","artist","male-artist","female-artist","pilot","male-pilot","female-pilot","astronaut","male-astronaut","female-astronaut","firefighter","male-firefighter","female-firefighter","cop","male-police-officer","female-police-officer","sleuth_or_spy","male-detective","female-detective","guardsman","male-guard","female-guard","ninja","construction_worker","male-construction-worker","female-construction-worker","person_with_crown","prince","princess","man_with_turban","man-wearing-turban","woman-wearing-turban","man_with_gua_pi_mao","person_with_headscarf","person_in_tuxedo","man_in_tuxedo","woman_in_tuxedo","bride_with_veil","man_with_veil","woman_with_veil","pregnant_woman","pregnant_man","pregnant_person","breast-feeding","woman_feeding_baby","man_feeding_baby","person_feeding_baby","angel","santa","mrs_claus","mx_claus","superhero","male_superhero","female_superhero","supervillain","male_supervillain","female_supervillain","mage","male_mage","female_mage","fairy","male_fairy","female_fairy","vampire","male_vampire","female_vampire","merperson","merman","mermaid","elf","male_elf","female_elf","genie","male_genie","female_genie","zombie","male_zombie","female_zombie","troll","massage","man-getting-massage","woman-getting-massage","haircut","man-getting-haircut","woman-getting-haircut","walking","man-walking","woman-walking","standing_person","man_standing","woman_standing","kneeling_person","man_kneeling","woman_kneeling","person_with_probing_cane","man_with_probing_cane","woman_with_probing_cane","person_in_motorized_wheelchair","man_in_motorized_wheelchair","woman_in_motorized_wheelchair","person_in_manual_wheelchair","man_in_manual_wheelchair","woman_in_manual_wheelchair","runner","man-running","woman-running","dancer","man_dancing","man_in_business_suit_levitating","dancers","men-with-bunny-ears-partying","women-with-bunny-ears-partying","person_in_steamy_room","man_in_steamy_room","woman_in_steamy_room","person_climbing","man_climbing","woman_climbing","fencer","horse_racing","skier","snowboarder","golfer","man-golfing","woman-golfing","surfer","man-surfing","woman-surfing","rowboat","man-rowing-boat","woman-rowing-boat","swimmer","man-swimming","woman-swimming","person_with_ball","man-bouncing-ball","woman-bouncing-ball","weight_lifter","man-lifting-weights","woman-lifting-weights","bicyclist","man-biking","woman-biking","mountain_bicyclist","man-mountain-biking","woman-mountain-biking","person_doing_cartwheel","man-cartwheeling","woman-cartwheeling","wrestlers","man-wrestling","woman-wrestling","water_polo","man-playing-water-polo","woman-playing-water-polo","handball","man-playing-handball","woman-playing-handball","juggling","man-juggling","woman-juggling","person_in_lotus_position","man_in_lotus_position","woman_in_lotus_position","bath","sleeping_accommodation","people_holding_hands","two_women_holding_hands","man_and_woman_holding_hands","two_men_holding_hands","couplekiss","woman-kiss-man","man-kiss-man","woman-kiss-woman","couple_with_heart","woman-heart-man","man-heart-man","woman-heart-woman","family","man-woman-boy","man-woman-girl","man-woman-girl-boy","man-woman-boy-boy","man-woman-girl-girl","man-man-boy","man-man-girl","man-man-girl-boy","man-man-boy-boy","man-man-girl-girl","woman-woman-boy","woman-woman-girl","woman-woman-girl-boy","woman-woman-boy-boy","woman-woman-girl-girl","man-boy","man-boy-boy","man-girl","man-girl-boy","man-girl-girl","woman-boy","woman-boy-boy","woman-girl","woman-girl-boy","woman-girl-girl","speaking_head_in_silhouette","bust_in_silhouette","busts_in_silhouette","people_hugging","footprints"]},{"id":"nature","name":"Animals & Nature","emojis":["monkey_face","monkey","gorilla","orangutan","dog","dog2","guide_dog","service_dog","poodle","wolf","fox_face","raccoon","cat","cat2","black_cat","lion_face","tiger","tiger2","leopard","horse","moose","donkey","racehorse","unicorn_face","zebra_face","deer","bison","cow","ox","water_buffalo","cow2","pig","pig2","boar","pig_nose","ram","sheep","goat","dromedary_camel","camel","llama","giraffe_face","elephant","mammoth","rhinoceros","hippopotamus","mouse","mouse2","rat","hamster","rabbit","rabbit2","chipmunk","beaver","hedgehog","bat","bear","polar_bear","koala","panda_face","sloth","otter","skunk","kangaroo","badger","feet","turkey","chicken","rooster","hatching_chick","baby_chick","hatched_chick","bird","penguin","dove_of_peace","eagle","duck","swan","owl","dodo","feather","flamingo","peacock","parrot","wing","black_bird","goose","frog","crocodile","turtle","lizard","snake","dragon_face","dragon","sauropod","t-rex","whale","whale2","dolphin","seal","fish","tropical_fish","blowfish","shark","octopus","shell","coral","jellyfish","snail","butterfly","bug","ant","bee","beetle","ladybug","cricket","cockroach","spider","spider_web","scorpion","mosquito","fly","worm","microbe","bouquet","cherry_blossom","white_flower","lotus","rosette","rose","wilted_flower","hibiscus","sunflower","blossom","tulip","hyacinth","seedling","potted_plant","evergreen_tree","deciduous_tree","palm_tree","cactus","ear_of_rice","herb","shamrock","four_leaf_clover","maple_leaf","fallen_leaf","leaves","empty_nest","nest_with_eggs","mushroom"]},{"id":"foods","name":"Food & Drink","emojis":["grapes","melon","watermelon","tangerine","lemon","banana","pineapple","mango","apple","green_apple","pear","peach","cherries","strawberry","blueberries","kiwifruit","tomato","olive","coconut","avocado","eggplant","potato","carrot","corn","hot_pepper","bell_pepper","cucumber","leafy_green","broccoli","garlic","onion","peanuts","beans","chestnut","ginger_root","pea_pod","bread","croissant","baguette_bread","flatbread","pretzel","bagel","pancakes","waffle","cheese_wedge","meat_on_bone","poultry_leg","cut_of_meat","bacon","hamburger","fries","pizza","hotdog","sandwich","taco","burrito","tamale","stuffed_flatbread","falafel","egg","fried_egg","shallow_pan_of_food","stew","fondue","bowl_with_spoon","green_salad","popcorn","butter","salt","canned_food","bento","rice_cracker","rice_ball","rice","curry","ramen","spaghetti","sweet_potato","oden","sushi","fried_shrimp","fish_cake","moon_cake","dango","dumpling","fortune_cookie","takeout_box","crab","lobster","shrimp","squid","oyster","icecream","shaved_ice","ice_cream","doughnut","cookie","birthday","cake","cupcake","pie","chocolate_bar","candy","lollipop","custard","honey_pot","baby_bottle","glass_of_milk","coffee","teapot","tea","sake","champagne","wine_glass","cocktail","tropical_drink","beer","beers","clinking_glasses","tumbler_glass","pouring_liquid","cup_with_straw","bubble_tea","beverage_box","mate_drink","ice_cube","chopsticks","knife_fork_plate","fork_and_knife","spoon","hocho","jar","amphora"]},{"id":"activity","name":"Activities","emojis":["jack_o_lantern","christmas_tree","fireworks","sparkler","firecracker","sparkles","balloon","tada","confetti_ball","tanabata_tree","bamboo","dolls","flags","wind_chime","rice_scene","red_envelope","ribbon","gift","reminder_ribbon","admission_tickets","ticket","medal","trophy","sports_medal","first_place_medal","second_place_medal","third_place_medal","soccer","baseball","softball","basketball","volleyball","football","rugby_football","tennis","flying_disc","bowling","cricket_bat_and_ball","field_hockey_stick_and_ball","ice_hockey_stick_and_puck","lacrosse","table_tennis_paddle_and_ball","badminton_racquet_and_shuttlecock","boxing_glove","martial_arts_uniform","goal_net","golf","ice_skate","fishing_pole_and_fish","diving_mask","running_shirt_with_sash","ski","sled","curling_stone","dart","yo-yo","kite","gun","8ball","crystal_ball","magic_wand","video_game","joystick","slot_machine","game_die","jigsaw","teddy_bear","pinata","mirror_ball","nesting_dolls","spades","hearts","diamonds","clubs","chess_pawn","black_joker","mahjong","flower_playing_cards","performing_arts","frame_with_picture","art","thread","sewing_needle","yarn","knot"]},{"id":"places","name":"Travel & Places","emojis":["earth_africa","earth_americas","earth_asia","globe_with_meridians","world_map","japan","compass","snow_capped_mountain","mountain","volcano","mount_fuji","camping","beach_with_umbrella","desert","desert_island","national_park","stadium","classical_building","building_construction","bricks","rock","wood","hut","house_buildings","derelict_house_building","house","house_with_garden","office","post_office","european_post_office","hospital","bank","hotel","love_hotel","convenience_store","school","department_store","factory","japanese_castle","european_castle","wedding","tokyo_tower","statue_of_liberty","church","mosque","hindu_temple","synagogue","shinto_shrine","kaaba","fountain","tent","foggy","night_with_stars","cityscape","sunrise_over_mountains","sunrise","city_sunset","city_sunrise","bridge_at_night","hotsprings","carousel_horse","playground_slide","ferris_wheel","roller_coaster","barber","circus_tent","steam_locomotive","railway_car","bullettrain_side","bullettrain_front","train2","metro","light_rail","station","tram","monorail","mountain_railway","train","bus","oncoming_bus","trolleybus","minibus","ambulance","fire_engine","police_car","oncoming_police_car","taxi","oncoming_taxi","car","oncoming_automobile","blue_car","pickup_truck","truck","articulated_lorry","tractor","racing_car","racing_motorcycle","motor_scooter","manual_wheelchair","motorized_wheelchair","auto_rickshaw","bike","scooter","skateboard","roller_skate","busstop","motorway","railway_track","oil_drum","fuelpump","wheel","rotating_light","traffic_light","vertical_traffic_light","octagonal_sign","construction","anchor","ring_buoy","boat","canoe","speedboat","passenger_ship","ferry","motor_boat","ship","airplane","small_airplane","airplane_departure","airplane_arriving","parachute","seat","helicopter","suspension_railway","mountain_cableway","aerial_tramway","satellite","rocket","flying_saucer","bellhop_bell","luggage","hourglass","hourglass_flowing_sand","watch","alarm_clock","stopwatch","timer_clock","mantelpiece_clock","clock12","clock1230","clock1","clock130","clock2","clock230","clock3","clock330","clock4","clock430","clock5","clock530","clock6","clock630","clock7","clock730","clock8","clock830","clock9","clock930","clock10","clock1030","clock11","clock1130","new_moon","waxing_crescent_moon","first_quarter_moon","moon","full_moon","waning_gibbous_moon","last_quarter_moon","waning_crescent_moon","crescent_moon","new_moon_with_face","first_quarter_moon_with_face","last_quarter_moon_with_face","thermometer","sunny","full_moon_with_face","sun_with_face","ringed_planet","star","star2","stars","milky_way","cloud","partly_sunny","thunder_cloud_and_rain","mostly_sunny","barely_sunny","partly_sunny_rain","rain_cloud","snow_cloud","lightning","tornado","fog","wind_blowing_face","cyclone","rainbow","closed_umbrella","umbrella","umbrella_with_rain_drops","umbrella_on_ground","zap","snowflake","snowman","snowman_without_snow","comet","fire","droplet","ocean"]},{"id":"objects","name":"Objects","emojis":["eyeglasses","dark_sunglasses","goggles","lab_coat","safety_vest","necktie","shirt","jeans","scarf","gloves","coat","socks","dress","kimono","sari","one-piece_swimsuit","briefs","shorts","bikini","womans_clothes","folding_hand_fan","purse","handbag","pouch","shopping_bags","school_satchel","thong_sandal","mans_shoe","athletic_shoe","hiking_boot","womans_flat_shoe","high_heel","sandal","ballet_shoes","boot","hair_pick","crown","womans_hat","tophat","mortar_board","billed_cap","military_helmet","helmet_with_white_cross","prayer_beads","lipstick","ring","gem","mute","speaker","sound","loud_sound","loudspeaker","mega","postal_horn","bell","no_bell","musical_score","musical_note","notes","studio_microphone","level_slider","control_knobs","microphone","headphones","radio","saxophone","accordion","guitar","musical_keyboard","trumpet","violin","banjo","drum_with_drumsticks","long_drum","maracas","flute","iphone","calling","phone","telephone_receiver","pager","fax","battery","low_battery","electric_plug","computer","desktop_computer","printer","keyboard","three_button_mouse","trackball","minidisc","floppy_disk","cd","dvd","abacus","movie_camera","film_frames","film_projector","clapper","tv","camera","camera_with_flash","video_camera","vhs","mag","mag_right","candle","bulb","flashlight","izakaya_lantern","diya_lamp","notebook_with_decorative_cover","closed_book","book","green_book","blue_book","orange_book","books","notebook","ledger","page_with_curl","scroll","page_facing_up","newspaper","rolled_up_newspaper","bookmark_tabs","bookmark","label","moneybag","coin","yen","dollar","euro","pound","money_with_wings","credit_card","receipt","chart","email","e-mail","incoming_envelope","envelope_with_arrow","outbox_tray","inbox_tray","package","mailbox","mailbox_closed","mailbox_with_mail","mailbox_with_no_mail","postbox","ballot_box_with_ballot","pencil2","black_nib","lower_left_fountain_pen","lower_left_ballpoint_pen","lower_left_paintbrush","lower_left_crayon","memo","briefcase","file_folder","open_file_folder","card_index_dividers","date","calendar","spiral_note_pad","spiral_calendar_pad","card_index","chart_with_upwards_trend","chart_with_downwards_trend","bar_chart","clipboard","pushpin","round_pushpin","paperclip","linked_paperclips","straight_ruler","triangular_ruler","scissors","card_file_box","file_cabinet","wastebasket","lock","unlock","lock_with_ink_pen","closed_lock_with_key","key","old_key","hammer","axe","pick","hammer_and_pick","hammer_and_wrench","dagger_knife","crossed_swords","bomb","boomerang","bow_and_arrow","shield","carpentry_saw","wrench","screwdriver","nut_and_bolt","gear","compression","scales","probing_cane","link","chains","hook","toolbox","magnet","ladder","alembic","test_tube","petri_dish","dna","microscope","telescope","satellite_antenna","syringe","drop_of_blood","pill","adhesive_bandage","crutch","stethoscope","x-ray","door","elevator","mirror","window","bed","couch_and_lamp","chair","toilet","plunger","shower","bathtub","mouse_trap","razor","lotion_bottle","safety_pin","broom","basket","roll_of_paper","bucket","soap","bubbles","toothbrush","sponge","fire_extinguisher","shopping_trolley","smoking","coffin","headstone","funeral_urn","nazar_amulet","hamsa","moyai","placard","identification_card"]},{"id":"symbols","name":"Symbols","emojis":["atm","put_litter_in_its_place","potable_water","wheelchair","mens","womens","restroom","baby_symbol","wc","passport_control","customs","baggage_claim","left_luggage","warning","children_crossing","no_entry","no_entry_sign","no_bicycles","no_smoking","do_not_litter","non-potable_water","no_pedestrians","no_mobile_phones","underage","radioactive_sign","biohazard_sign","arrow_up","arrow_upper_right","arrow_right","arrow_lower_right","arrow_down","arrow_lower_left","arrow_left","arrow_upper_left","arrow_up_down","left_right_arrow","leftwards_arrow_with_hook","arrow_right_hook","arrow_heading_up","arrow_heading_down","arrows_clockwise","arrows_counterclockwise","back","end","on","soon","top","place_of_worship","atom_symbol","om_symbol","star_of_david","wheel_of_dharma","yin_yang","latin_cross","orthodox_cross","star_and_crescent","peace_symbol","menorah_with_nine_branches","six_pointed_star","khanda","aries","taurus","gemini","cancer","leo","virgo","libra","scorpius","sagittarius","capricorn","aquarius","pisces","ophiuchus","twisted_rightwards_arrows","repeat","repeat_one","arrow_forward","fast_forward","black_right_pointing_double_triangle_with_vertical_bar","black_right_pointing_triangle_with_double_vertical_bar","arrow_backward","rewind","black_left_pointing_double_triangle_with_vertical_bar","arrow_up_small","arrow_double_up","arrow_down_small","arrow_double_down","double_vertical_bar","black_square_for_stop","black_circle_for_record","eject","cinema","low_brightness","high_brightness","signal_strength","wireless","vibration_mode","mobile_phone_off","female_sign","male_sign","transgender_symbol","heavy_multiplication_x","heavy_plus_sign","heavy_minus_sign","heavy_division_sign","heavy_equals_sign","infinity","bangbang","interrobang","question","grey_question","grey_exclamation","exclamation","wavy_dash","currency_exchange","heavy_dollar_sign","medical_symbol","recycle","fleur_de_lis","trident","name_badge","beginner","o","white_check_mark","ballot_box_with_check","heavy_check_mark","x","negative_squared_cross_mark","curly_loop","loop","part_alternation_mark","eight_spoked_asterisk","eight_pointed_black_star","sparkle","copyright","registered","tm","hash","keycap_star","zero","one","two","three","four","five","six","seven","eight","nine","keycap_ten","capital_abcd","abcd","1234","symbols","abc","a","ab","b","cl","cool","free","information_source","id","m","new","ng","o2","ok","parking","sos","up","vs","koko","sa","u6708","u6709","u6307","ideograph_advantage","u5272","u7121","u7981","accept","u7533","u5408","u7a7a","congratulations","secret","u55b6","u6e80","red_circle","large_orange_circle","large_yellow_circle","large_green_circle","large_blue_circle","large_purple_circle","large_brown_circle","black_circle","white_circle","large_red_square","large_orange_square","large_yellow_square","large_green_square","large_blue_square","large_purple_square","large_brown_square","black_large_square","white_large_square","black_medium_square","white_medium_square","black_medium_small_square","white_medium_small_square","black_small_square","white_small_square","large_orange_diamond","large_blue_diamond","small_orange_diamond","small_blue_diamond","small_red_triangle","small_red_triangle_down","diamond_shape_with_a_dot_inside","radio_button","white_square_button","black_square_button"]},{"id":"flags","name":"Flags","emojis":["checkered_flag","cn","crossed_flags","de","es","flag-ac","flag-ad","flag-ae","flag-af","flag-ag","flag-ai","flag-al","flag-am","flag-ao","flag-aq","flag-ar","flag-as","flag-at","flag-au","flag-aw","flag-ax","flag-az","flag-ba","flag-bb","flag-bd","flag-be","flag-bf","flag-bg","flag-bh","flag-bi","flag-bj","flag-bl","flag-bm","flag-bn","flag-bo","flag-bq","flag-br","flag-bs","flag-bt","flag-bv","flag-bw","flag-by","flag-bz","flag-ca","flag-cc","flag-cd","flag-cf","flag-cg","flag-ch","flag-ci","flag-ck","flag-cl","flag-cm","flag-co","flag-cp","flag-cr","flag-cu","flag-cv","flag-cw","flag-cx","flag-cy","flag-cz","flag-dg","flag-dj","flag-dk","flag-dm","flag-do","flag-dz","flag-ea","flag-ec","flag-ee","flag-eg","flag-eh","flag-england","flag-er","flag-et","flag-eu","flag-fi","flag-fj","flag-fk","flag-fm","flag-fo","flag-ga","flag-gd","flag-ge","flag-gf","flag-gg","flag-gh","flag-gi","flag-gl","flag-gm","flag-gn","flag-gp","flag-gq","flag-gr","flag-gs","flag-gt","flag-gu","flag-gw","flag-gy","flag-hk","flag-hm","flag-hn","flag-hr","flag-ht","flag-hu","flag-ic","flag-id","flag-ie","flag-il","flag-im","flag-in","flag-io","flag-iq","flag-ir","flag-is","flag-je","flag-jm","flag-jo","flag-ke","flag-kg","flag-kh","flag-ki","flag-km","flag-kn","flag-kp","flag-kw","flag-ky","flag-kz","flag-la","flag-lb","flag-lc","flag-li","flag-lk","flag-lr","flag-ls","flag-lt","flag-lu","flag-lv","flag-ly","flag-ma","flag-mc","flag-md","flag-me","flag-mf","flag-mg","flag-mh","flag-mk","flag-ml","flag-mm","flag-mn","flag-mo","flag-mp","flag-mq","flag-mr","flag-ms","flag-mt","flag-mu","flag-mv","flag-mw","flag-mx","flag-my","flag-mz","flag-na","flag-nc","flag-ne","flag-nf","flag-ng","flag-ni","flag-nl","flag-no","flag-np","flag-nr","flag-nu","flag-nz","flag-om","flag-pa","flag-pe","flag-pf","flag-pg","flag-ph","flag-pk","flag-pl","flag-pm","flag-pn","flag-pr","flag-ps","flag-pt","flag-pw","flag-py","flag-qa","flag-re","flag-ro","flag-rs","flag-rw","flag-sa","flag-sb","flag-sc","flag-scotland","flag-sd","flag-se","flag-sg","flag-sh","flag-si","flag-sj","flag-sk","flag-sl","flag-sm","flag-sn","flag-so","flag-sr","flag-ss","flag-st","flag-sv","flag-sx","flag-sy","flag-sz","flag-ta","flag-tc","flag-td","flag-tf","flag-tg","flag-th","flag-tj","flag-tk","flag-tl","flag-tm","flag-tn","flag-to","flag-tr","flag-tt","flag-tv","flag-tw","flag-tz","flag-ua","flag-ug","flag-um","flag-uy","flag-uz","flag-va","flag-vc","flag-ve","flag-vg","flag-vi","flag-vn","flag-vu","flag-wales","flag-wf","flag-ws","flag-xk","flag-ye","flag-yt","flag-za","flag-zm","flag-zw","fr","gb","it","jp","kr","pirate_flag","rainbow-flag","ru","transgender_flag","triangular_flag_on_post","us","waving_black_flag","waving_white_flag"]}],"emojis":{"100":{"subcategory":"emotion","a":"Hundred Points Symbol","b":"1F4AF","d":true,"e":true,"f":true,"h":true,"j":["hundred_points","score","perfect","numbers","century","exam","quiz","test","pass","hundred","100"],"k":[28,7],"o":0},"1234":{"subcategory":"alphanum","a":"Input Symbol for Numbers","b":"1F522","d":true,"e":true,"f":true,"h":true,"j":["input_numbers","numbers","blue-square","1234","1","2","3","4"],"k":[29,60],"o":0},"grinning":{"subcategory":"face-smiling","a":"Grinning Face","b":"1F600","d":true,"e":true,"f":true,"h":true,"j":["grinning_face","face","smile","happy","joy",":D","grin"],"k":[32,21],"m":":D","o":1},"smiley":{"subcategory":"face-smiling","a":"Smiling Face with Open Mouth","b":"1F603","d":true,"e":true,"f":true,"h":true,"j":["grinning_face_with_big_eyes","face","happy","joy","haha",":D",":)","smile","funny"],"k":[32,24],"l":["=)","=-)"],"m":":)","o":0},"smile":{"subcategory":"face-smiling","a":"Smiling Face with Open Mouth and Smiling Eyes","b":"1F604","d":true,"e":true,"f":true,"h":true,"j":["grinning_face_with_smiling_eyes","face","happy","joy","funny","haha","laugh","like",":D",":)","smile"],"k":[32,25],"l":["C:","c:",":D",":-D"],"m":":)","o":0},"grin":{"subcategory":"face-smiling","a":"Grinning Face with Smiling Eyes","b":"1F601","d":true,"e":true,"f":true,"h":true,"j":["beaming_face_with_smiling_eyes","face","happy","smile","joy","kawaii"],"k":[32,22],"o":0},"laughing":{"subcategory":"face-smiling","a":"Smiling Face with Open Mouth and Tightly-Closed Eyes","b":"1F606","d":true,"e":true,"f":true,"h":true,"j":["grinning_squinting_face","happy","joy","lol","satisfied","haha","face","glad","XD","laugh"],"k":[32,27],"l":[":>",":->"],"n":["satisfied"],"o":0},"sweat_smile":{"subcategory":"face-smiling","a":"Smiling Face with Open Mouth and Cold Sweat","b":"1F605","d":true,"e":true,"f":true,"h":true,"j":["grinning_face_with_sweat","face","hot","happy","laugh","sweat","smile","relief"],"k":[32,26],"o":0},"rolling_on_the_floor_laughing":{"subcategory":"face-smiling","a":"Rolling on the Floor Laughing","b":"1F923","d":true,"e":true,"f":true,"h":true,"j":["rolling_on_the_floor_laughing","face","rolling","floor","laughing","lol","haha","rofl"],"k":[40,17],"o":3},"joy":{"subcategory":"face-smiling","a":"Face with Tears of Joy","b":"1F602","d":true,"e":true,"f":true,"h":true,"j":["face_with_tears_of_joy","face","cry","tears","weep","happy","happytears","haha"],"k":[32,23],"o":0},"slightly_smiling_face":{"subcategory":"face-smiling","a":"Slightly Smiling Face","b":"1F642","d":true,"e":true,"f":true,"h":true,"j":["slightly_smiling_face","face","smile"],"k":[33,29],"l":[":)","(:",":-)"],"o":1},"upside_down_face":{"subcategory":"face-smiling","a":"Upside-Down Face","b":"1F643","d":true,"e":true,"f":true,"h":true,"j":["upside_down_face","face","flipped","silly","smile"],"k":[33,30],"o":1},"melting_face":{"subcategory":"face-smiling","a":"Melting Face","b":"1FAE0","d":true,"e":true,"f":true,"h":true,"j":["melting face","hot","heat"],"k":[55,30],"o":14},"wink":{"subcategory":"face-smiling","a":"Winking Face","b":"1F609","d":true,"e":true,"f":true,"h":true,"j":["winking_face","face","happy","mischievous","secret",";)","smile","eye"],"k":[32,30],"l":[";)",";-)"],"m":";)","o":0},"blush":{"subcategory":"face-smiling","a":"Smiling Face with Smiling Eyes","b":"1F60A","d":true,"e":true,"f":true,"h":true,"j":["smiling_face_with_smiling_eyes","face","smile","happy","flushed","crush","embarrassed","shy","joy"],"k":[32,31],"m":":)","o":0},"innocent":{"subcategory":"face-smiling","a":"Smiling Face with Halo","b":"1F607","d":true,"e":true,"f":true,"h":true,"j":["smiling_face_with_halo","face","angel","heaven","halo","innocent"],"k":[32,28],"o":1},"smiling_face_with_3_hearts":{"subcategory":"face-affection","a":"Smiling Face with Smiling Eyes and Three Hearts","b":"1F970","d":true,"e":true,"f":true,"h":true,"j":["smiling_face_with_hearts","face","love","like","affection","valentines","infatuation","crush","hearts","adore"],"k":[43,60],"o":11},"heart_eyes":{"subcategory":"face-affection","a":"Smiling Face with Heart-Shaped Eyes","b":"1F60D","d":true,"e":true,"f":true,"h":true,"j":["smiling_face_with_heart_eyes","face","love","like","affection","valentines","infatuation","crush","heart"],"k":[32,34],"o":0},"star-struck":{"subcategory":"face-affection","a":"Grinning Face with Star Eyes","b":"1F929","d":true,"e":true,"f":true,"h":true,"j":["star_struck","face","smile","starry","eyes","grinning"],"k":[40,40],"n":["grinning_face_with_star_eyes"],"o":5},"kissing_heart":{"subcategory":"face-affection","a":"Face Throwing a Kiss","b":"1F618","d":true,"e":true,"f":true,"h":true,"j":["face_blowing_a_kiss","face","love","like","affection","valentines","infatuation","kiss"],"k":[32,45],"l":[":*",":-*"],"o":0},"kissing":{"subcategory":"face-affection","a":"Kissing Face","b":"1F617","d":true,"e":true,"f":true,"h":true,"j":["kissing_face","love","like","face","3","valentines","infatuation","kiss"],"k":[32,44],"o":1},"relaxed":{"subcategory":"face-affection","a":"White Smiling Face","b":"263A-FE0F","c":"263A","d":true,"e":true,"f":true,"h":true,"j":["smiling_face","face","blush","massage","happiness"],"k":[57,35],"o":0},"kissing_closed_eyes":{"subcategory":"face-affection","a":"Kissing Face with Closed Eyes","b":"1F61A","d":true,"e":true,"f":true,"h":true,"j":["kissing_face_with_closed_eyes","face","love","like","affection","valentines","infatuation","kiss"],"k":[32,47],"o":0},"kissing_smiling_eyes":{"subcategory":"face-affection","a":"Kissing Face with Smiling Eyes","b":"1F619","d":true,"e":true,"f":true,"h":true,"j":["kissing_face_with_smiling_eyes","face","affection","valentines","infatuation","kiss"],"k":[32,46],"o":1},"smiling_face_with_tear":{"subcategory":"face-affection","a":"Smiling Face with Tear","b":"1F972","d":true,"e":true,"f":true,"h":true,"j":["smiling face with tear","sad","cry","pretend"],"k":[44,1],"o":13},"yum":{"subcategory":"face-tongue","a":"Face Savouring Delicious Food","b":"1F60B","d":true,"e":true,"f":true,"h":true,"j":["face_savoring_food","happy","joy","tongue","smile","face","silly","yummy","nom","delicious","savouring"],"k":[32,32],"o":0},"stuck_out_tongue":{"subcategory":"face-tongue","a":"Face with Stuck-out Tongue","b":"1F61B","d":true,"e":true,"f":true,"h":true,"j":["face_with_tongue","face","prank","childish","playful","mischievous","smile","tongue"],"k":[32,48],"l":[":p",":-p",":P",":-P",":b",":-b"],"m":":p","o":1},"stuck_out_tongue_winking_eye":{"subcategory":"face-tongue","a":"Face with Stuck-out Tongue and Winking Eye","b":"1F61C","d":true,"e":true,"f":true,"h":true,"j":["winking_face_with_tongue","face","prank","childish","playful","mischievous","smile","wink","tongue"],"k":[32,49],"l":[";p",";-p",";b",";-b",";P",";-P"],"m":";p","o":0},"zany_face":{"subcategory":"face-tongue","a":"Grinning Face with One Large and One Small Eye","b":"1F92A","d":true,"e":true,"f":true,"h":true,"j":["zany_face","face","goofy","crazy"],"k":[40,41],"n":["grinning_face_with_one_large_and_one_small_eye"],"o":5},"stuck_out_tongue_closed_eyes":{"subcategory":"face-tongue","a":"Face with Stuck-out Tongue and Tightly-Closed Eyes","b":"1F61D","d":true,"e":true,"f":true,"h":true,"j":["squinting_face_with_tongue","face","prank","playful","mischievous","smile","tongue"],"k":[32,50],"o":0},"money_mouth_face":{"subcategory":"face-tongue","a":"Money-Mouth Face","b":"1F911","d":true,"e":true,"f":true,"h":true,"j":["money_mouth_face","face","rich","dollar","money"],"k":[39,0],"o":1},"hugging_face":{"subcategory":"face-hand","a":"Hugging Face","b":"1F917","d":true,"e":true,"f":true,"h":true,"j":["hugging_face","face","smile","hug"],"k":[39,6],"o":1},"face_with_hand_over_mouth":{"subcategory":"face-hand","a":"Smiling Face with Smiling Eyes and Hand Covering Mouth","b":"1F92D","d":true,"e":true,"f":true,"h":true,"j":["face_with_hand_over_mouth","face","whoops","shock","surprise"],"k":[40,44],"n":["smiling_face_with_smiling_eyes_and_hand_covering_mouth"],"o":5},"face_with_open_eyes_and_hand_over_mouth":{"subcategory":"face-hand","a":"Face with Open Eyes and Hand over Mouth","b":"1FAE2","d":true,"e":true,"f":true,"h":true,"j":["face with open eyes and hand over mouth","silence","secret","shock","surprise"],"k":[55,32],"o":14},"face_with_peeking_eye":{"subcategory":"face-hand","a":"Face with Peeking Eye","b":"1FAE3","d":true,"e":true,"f":true,"h":true,"j":["face with peeking eye","scared","frightening","embarrassing","shy"],"k":[55,33],"o":14},"shushing_face":{"subcategory":"face-hand","a":"Face with Finger Covering Closed Lips","b":"1F92B","d":true,"e":true,"f":true,"h":true,"j":["shushing_face","face","quiet","shhh"],"k":[40,42],"n":["face_with_finger_covering_closed_lips"],"o":5},"thinking_face":{"subcategory":"face-hand","a":"Thinking Face","b":"1F914","d":true,"e":true,"f":true,"h":true,"j":["thinking_face","face","hmmm","think","consider"],"k":[39,3],"o":1},"saluting_face":{"subcategory":"face-hand","a":"Saluting Face","b":"1FAE1","d":true,"e":true,"f":true,"h":true,"j":["saluting face","respect","salute"],"k":[55,31],"o":14},"zipper_mouth_face":{"subcategory":"face-neutral-skeptical","a":"Zipper-Mouth Face","b":"1F910","d":true,"e":true,"f":true,"h":true,"j":["zipper_mouth_face","face","sealed","zipper","secret"],"k":[38,60],"o":1},"face_with_raised_eyebrow":{"subcategory":"face-neutral-skeptical","a":"Face with One Eyebrow Raised","b":"1F928","d":true,"e":true,"f":true,"h":true,"j":["face_with_raised_eyebrow","face","distrust","scepticism","disapproval","disbelief","surprise","suspicious"],"k":[40,39],"n":["face_with_one_eyebrow_raised"],"o":5},"neutral_face":{"subcategory":"face-neutral-skeptical","a":"Neutral Face","b":"1F610","d":true,"e":true,"f":true,"h":true,"j":["neutral_face","indifference","meh",":|","neutral"],"k":[32,37],"l":[":|",":-|"],"o":0},"expressionless":{"subcategory":"face-neutral-skeptical","a":"Expressionless Face","b":"1F611","d":true,"e":true,"f":true,"h":true,"j":["expressionless_face","face","indifferent","-_-","meh","deadpan"],"k":[32,38],"o":1},"no_mouth":{"subcategory":"face-neutral-skeptical","a":"Face Without Mouth","b":"1F636","d":true,"e":true,"f":true,"h":true,"j":["face_without_mouth","face"],"k":[33,17],"o":1},"dotted_line_face":{"subcategory":"face-neutral-skeptical","a":"Dotted Line Face","b":"1FAE5","d":true,"e":true,"f":true,"h":true,"j":["dotted line face","invisible","lonely","isolation","depression"],"k":[55,35],"o":14},"face_in_clouds":{"subcategory":"face-neutral-skeptical","a":"Face in Clouds","b":"1F636-200D-1F32B-FE0F","c":"1F636-200D-1F32B","d":true,"e":true,"f":true,"h":true,"j":["face in clouds","shower","steam","dream"],"k":[33,16],"o":13},"smirk":{"subcategory":"face-neutral-skeptical","a":"Smirking Face","b":"1F60F","d":true,"e":true,"f":true,"h":true,"j":["smirking_face","face","smile","mean","prank","smug","sarcasm"],"k":[32,36],"o":0},"unamused":{"subcategory":"face-neutral-skeptical","a":"Unamused Face","b":"1F612","d":true,"e":true,"f":true,"h":true,"j":["unamused_face","indifference","bored","straight face","serious","sarcasm","unimpressed","skeptical","dubious","ugh","side_eye"],"k":[32,39],"m":":(","o":0},"face_with_rolling_eyes":{"subcategory":"face-neutral-skeptical","a":"Face with Rolling Eyes","b":"1F644","d":true,"e":true,"f":true,"h":true,"j":["face_with_rolling_eyes","face","eyeroll","frustrated"],"k":[33,31],"o":1},"grimacing":{"subcategory":"face-neutral-skeptical","a":"Grimacing Face","b":"1F62C","d":true,"e":true,"f":true,"h":true,"j":["grimacing_face","face","grimace","teeth"],"k":[33,4],"o":1},"face_exhaling":{"subcategory":"face-neutral-skeptical","a":"Face Exhaling","b":"1F62E-200D-1F4A8","d":true,"e":true,"f":true,"h":true,"j":["face exhaling","relieve","relief","tired","sigh"],"k":[33,6],"o":13},"lying_face":{"subcategory":"face-neutral-skeptical","a":"Lying Face","b":"1F925","d":true,"e":true,"f":true,"h":true,"j":["lying_face","face","lie","pinocchio"],"k":[40,19],"o":3},"shaking_face":{"subcategory":"face-neutral-skeptical","a":"Shaking Face","b":"1FAE8","d":true,"e":true,"f":false,"h":false,"j":["shaking face","dizzy","shock","blurry","earthquake"],"k":[55,38],"o":15},"relieved":{"subcategory":"face-sleepy","a":"Relieved Face","b":"1F60C","d":true,"e":true,"f":true,"h":true,"j":["relieved_face","face","relaxed","phew","massage","happiness"],"k":[32,33],"o":0},"pensive":{"subcategory":"face-sleepy","a":"Pensive Face","b":"1F614","d":true,"e":true,"f":true,"h":true,"j":["pensive_face","face","sad","depressed","upset"],"k":[32,41],"o":0},"sleepy":{"subcategory":"face-sleepy","a":"Sleepy Face","b":"1F62A","d":true,"e":true,"f":true,"h":true,"j":["sleepy_face","face","tired","rest","nap"],"k":[33,2],"o":0},"drooling_face":{"subcategory":"face-sleepy","a":"Drooling Face","b":"1F924","d":true,"e":true,"f":true,"h":true,"j":["drooling_face","face"],"k":[40,18],"o":3},"sleeping":{"subcategory":"face-sleepy","a":"Sleeping Face","b":"1F634","d":true,"e":true,"f":true,"h":true,"j":["sleeping_face","face","tired","sleepy","night","zzz"],"k":[33,13],"o":1},"mask":{"subcategory":"face-unwell","a":"Face with Medical Mask","b":"1F637","d":true,"e":true,"f":true,"h":true,"j":["face_with_medical_mask","face","sick","ill","disease","covid"],"k":[33,18],"o":0},"face_with_thermometer":{"subcategory":"face-unwell","a":"Face with Thermometer","b":"1F912","d":true,"e":true,"f":true,"h":true,"j":["face_with_thermometer","sick","temperature","thermometer","cold","fever","covid"],"k":[39,1],"o":1},"face_with_head_bandage":{"subcategory":"face-unwell","a":"Face with Head-Bandage","b":"1F915","d":true,"e":true,"f":true,"h":true,"j":["face_with_head_bandage","injured","clumsy","bandage","hurt"],"k":[39,4],"o":1},"nauseated_face":{"subcategory":"face-unwell","a":"Nauseated Face","b":"1F922","d":true,"e":true,"f":true,"h":true,"j":["nauseated_face","face","vomit","gross","green","sick","throw up","ill"],"k":[40,16],"o":3},"face_vomiting":{"subcategory":"face-unwell","a":"Face with Open Mouth Vomiting","b":"1F92E","d":true,"e":true,"f":true,"h":true,"j":["face_vomiting","face","sick"],"k":[40,45],"n":["face_with_open_mouth_vomiting"],"o":5},"sneezing_face":{"subcategory":"face-unwell","a":"Sneezing Face","b":"1F927","d":true,"e":true,"f":true,"h":true,"j":["sneezing_face","face","gesundheit","sneeze","sick","allergy"],"k":[40,38],"o":3},"hot_face":{"subcategory":"face-unwell","a":"Overheated Face","b":"1F975","d":true,"e":true,"f":true,"h":true,"j":["hot_face","face","feverish","heat","red","sweating"],"k":[44,4],"o":11},"cold_face":{"subcategory":"face-unwell","a":"Freezing Face","b":"1F976","d":true,"e":true,"f":true,"h":true,"j":["cold_face","face","blue","freezing","frozen","frostbite","icicles"],"k":[44,5],"o":11},"woozy_face":{"subcategory":"face-unwell","a":"Face with Uneven Eyes and Wavy Mouth","b":"1F974","d":true,"e":true,"f":true,"h":true,"j":["woozy_face","face","dizzy","intoxicated","tipsy","wavy"],"k":[44,3],"o":11},"dizzy_face":{"subcategory":"face-unwell","a":"Dizzy Face","b":"1F635","d":true,"e":true,"f":true,"h":true,"j":["dizzy_face","spent","unconscious","xox","dizzy"],"k":[33,15],"o":0},"face_with_spiral_eyes":{"subcategory":"face-unwell","a":"Face with Spiral Eyes","b":"1F635-200D-1F4AB","d":true,"e":true,"f":true,"h":true,"j":["face with spiral eyes","sick","ill","confused","nauseous","nausea"],"k":[33,14],"o":13},"exploding_head":{"subcategory":"face-unwell","a":"Shocked Face with Exploding Head","b":"1F92F","d":true,"e":true,"f":true,"h":true,"j":["exploding_head","face","shocked","mind","blown"],"k":[40,46],"n":["shocked_face_with_exploding_head"],"o":5},"face_with_cowboy_hat":{"subcategory":"face-hat","a":"Face with Cowboy Hat","b":"1F920","d":true,"e":true,"f":true,"h":true,"j":["cowboy_hat_face","face","cowgirl","hat"],"k":[40,14],"o":3},"partying_face":{"subcategory":"face-hat","a":"Face with Party Horn and Party Hat","b":"1F973","d":true,"e":true,"f":true,"h":true,"j":["partying_face","face","celebration","woohoo"],"k":[44,2],"o":11},"disguised_face":{"subcategory":"face-hat","a":"Disguised Face","b":"1F978","d":true,"e":true,"f":true,"h":true,"j":["disguised face","pretent","brows","glasses","moustache"],"k":[44,12],"o":13},"sunglasses":{"subcategory":"face-glasses","a":"Smiling Face with Sunglasses","b":"1F60E","d":true,"e":true,"f":true,"h":true,"j":["smiling_face_with_sunglasses","face","cool","smile","summer","beach","sunglass"],"k":[32,35],"l":["8)"],"o":1},"nerd_face":{"subcategory":"face-glasses","a":"Nerd Face","b":"1F913","d":true,"e":true,"f":true,"h":true,"j":["nerd_face","face","nerdy","geek","dork"],"k":[39,2],"o":1},"face_with_monocle":{"subcategory":"face-glasses","a":"Face with Monocle","b":"1F9D0","d":true,"e":true,"f":true,"h":true,"j":["face_with_monocle","face","stuffy","wealthy"],"k":[47,13],"o":5},"confused":{"subcategory":"face-concerned","a":"Confused Face","b":"1F615","d":true,"e":true,"f":true,"h":true,"j":["confused_face","face","indifference","huh","weird","hmmm",":/"],"k":[32,42],"l":[":\\\\",":-\\\\",":/",":-/"],"o":1},"face_with_diagonal_mouth":{"subcategory":"face-concerned","a":"Face with Diagonal Mouth","b":"1FAE4","d":true,"e":true,"f":true,"h":true,"j":["face with diagonal mouth","skeptic","confuse","frustrated","indifferent"],"k":[55,34],"o":14},"worried":{"subcategory":"face-concerned","a":"Worried Face","b":"1F61F","d":true,"e":true,"f":true,"h":true,"j":["worried_face","face","concern","nervous",":("],"k":[32,52],"o":1},"slightly_frowning_face":{"subcategory":"face-concerned","a":"Slightly Frowning Face","b":"1F641","d":true,"e":true,"f":true,"h":true,"j":["slightly_frowning_face","face","frowning","disappointed","sad","upset"],"k":[33,28],"o":1},"white_frowning_face":{"subcategory":"face-concerned","a":"Frowning Face","b":"2639-FE0F","c":"2639","d":true,"e":true,"f":true,"h":true,"j":["frowning_face","face","sad","upset","frown"],"k":[57,34],"o":0},"open_mouth":{"subcategory":"face-concerned","a":"Face with Open Mouth","b":"1F62E","d":true,"e":true,"f":true,"h":true,"j":["face_with_open_mouth","face","surprise","impressed","wow","whoa",":O"],"k":[33,7],"l":[":o",":-o",":O",":-O"],"o":1},"hushed":{"subcategory":"face-concerned","a":"Hushed Face","b":"1F62F","d":true,"e":true,"f":true,"h":true,"j":["hushed_face","face","woo","shh"],"k":[33,8],"o":1},"astonished":{"subcategory":"face-concerned","a":"Astonished Face","b":"1F632","d":true,"e":true,"f":true,"h":true,"j":["astonished_face","face","xox","surprised","poisoned"],"k":[33,11],"o":0},"flushed":{"subcategory":"face-concerned","a":"Flushed Face","b":"1F633","d":true,"e":true,"f":true,"h":true,"j":["flushed_face","face","blush","shy","flattered"],"k":[33,12],"o":0},"pleading_face":{"subcategory":"face-concerned","a":"Face with Pleading Eyes","b":"1F97A","d":true,"e":true,"f":true,"h":true,"j":["pleading_face","face","begging","mercy","cry","tears","sad","grievance"],"k":[44,14],"o":11},"face_holding_back_tears":{"subcategory":"face-concerned","a":"Face Holding Back Tears","b":"1F979","d":true,"e":true,"f":true,"h":true,"j":["face holding back tears","touched","gratitude","cry"],"k":[44,13],"o":14},"frowning":{"subcategory":"face-concerned","a":"Frowning Face with Open Mouth","b":"1F626","d":true,"e":true,"f":true,"h":true,"j":["frowning_face_with_open_mouth","face","aw","what"],"k":[32,59],"o":1},"anguished":{"subcategory":"face-concerned","a":"Anguished Face","b":"1F627","d":true,"e":true,"f":true,"h":true,"j":["anguished_face","face","stunned","nervous"],"k":[32,60],"l":["D:"],"o":1},"fearful":{"subcategory":"face-concerned","a":"Fearful Face","b":"1F628","d":true,"e":true,"f":true,"h":true,"j":["fearful_face","face","scared","terrified","nervous"],"k":[33,0],"o":0},"cold_sweat":{"subcategory":"face-concerned","a":"Face with Open Mouth and Cold Sweat","b":"1F630","d":true,"e":true,"f":true,"h":true,"j":["anxious_face_with_sweat","face","nervous","sweat"],"k":[33,9],"o":0},"disappointed_relieved":{"subcategory":"face-concerned","a":"Disappointed but Relieved Face","b":"1F625","d":true,"e":true,"f":true,"h":true,"j":["sad_but_relieved_face","face","phew","sweat","nervous"],"k":[32,58],"o":0},"cry":{"subcategory":"face-concerned","a":"Crying Face","b":"1F622","d":true,"e":true,"f":true,"h":true,"j":["crying_face","face","tears","sad","depressed","upset",":'("],"k":[32,55],"l":[":'("],"m":":'(","o":0},"sob":{"subcategory":"face-concerned","a":"Loudly Crying Face","b":"1F62D","d":true,"e":true,"f":true,"h":true,"j":["loudly_crying_face","sobbing","face","cry","tears","sad","upset","depressed"],"k":[33,5],"m":":'(","o":0},"scream":{"subcategory":"face-concerned","a":"Face Screaming in Fear","b":"1F631","d":true,"e":true,"f":true,"h":true,"j":["face_screaming_in_fear","face","munch","scared","omg"],"k":[33,10],"o":0},"confounded":{"subcategory":"face-concerned","a":"Confounded Face","b":"1F616","d":true,"e":true,"f":true,"h":true,"j":["confounded_face","face","confused","sick","unwell","oops",":S"],"k":[32,43],"o":0},"persevere":{"subcategory":"face-concerned","a":"Persevering Face","b":"1F623","d":true,"e":true,"f":true,"h":true,"j":["persevering_face","face","sick","no","upset","oops"],"k":[32,56],"o":0},"disappointed":{"subcategory":"face-concerned","a":"Disappointed Face","b":"1F61E","d":true,"e":true,"f":true,"h":true,"j":["disappointed_face","face","sad","upset","depressed",":("],"k":[32,51],"l":["):",":(",":-("],"m":":(","o":0},"sweat":{"subcategory":"face-concerned","a":"Face with Cold Sweat","b":"1F613","d":true,"e":true,"f":true,"h":true,"j":["downcast_face_with_sweat","face","hot","sad","tired","exercise"],"k":[32,40],"o":0},"weary":{"subcategory":"face-concerned","a":"Weary Face","b":"1F629","d":true,"e":true,"f":true,"h":true,"j":["weary_face","face","tired","sleepy","sad","frustrated","upset"],"k":[33,1],"o":0},"tired_face":{"subcategory":"face-concerned","a":"Tired Face","b":"1F62B","d":true,"e":true,"f":true,"h":true,"j":["tired_face","sick","whine","upset","frustrated"],"k":[33,3],"o":0},"yawning_face":{"subcategory":"face-concerned","a":"Yawning Face","b":"1F971","d":true,"e":true,"f":true,"h":true,"j":["yawning_face","tired","sleepy"],"k":[44,0],"o":12},"triumph":{"subcategory":"face-negative","a":"Face with Look of Triumph","b":"1F624","d":true,"e":true,"f":true,"h":true,"j":["face_with_steam_from_nose","face","gas","phew","proud","pride","triumph"],"k":[32,57],"o":0},"rage":{"subcategory":"face-negative","a":"Pouting Face","b":"1F621","d":true,"e":true,"f":true,"h":true,"j":["pouting_face","angry","mad","hate","despise"],"k":[32,54],"o":0},"angry":{"subcategory":"face-negative","a":"Angry Face","b":"1F620","d":true,"e":true,"f":true,"h":true,"j":["angry_face","mad","face","annoyed","frustrated"],"k":[32,53],"l":[">:(",">:-("],"o":0},"face_with_symbols_on_mouth":{"subcategory":"face-negative","a":"Serious Face with Symbols Covering Mouth","b":"1F92C","d":true,"e":true,"f":true,"h":true,"j":["face_with_symbols_on_mouth","face","swearing","cursing","cussing","profanity","expletive"],"k":[40,43],"n":["serious_face_with_symbols_covering_mouth"],"o":5},"smiling_imp":{"subcategory":"face-negative","a":"Smiling Face with Horns","b":"1F608","d":true,"e":true,"f":true,"h":true,"j":["smiling_face_with_horns","devil","horns"],"k":[32,29],"o":1},"imp":{"subcategory":"face-negative","a":"Imp","b":"1F47F","d":true,"e":true,"f":true,"h":true,"j":["angry_face_with_horns","devil","angry","horns"],"k":[25,9],"o":0},"skull":{"subcategory":"face-negative","a":"Skull","b":"1F480","d":true,"e":true,"f":true,"h":true,"j":["skull","dead","skeleton","creepy","death","dead"],"k":[25,10],"o":0},"skull_and_crossbones":{"subcategory":"face-negative","a":"Skull and Crossbones","b":"2620-FE0F","c":"2620","d":true,"e":true,"f":true,"h":true,"j":["skull_and_crossbones","poison","danger","deadly","scary","death","pirate","evil"],"k":[57,26],"o":1},"hankey":{"subcategory":"face-costume","a":"Pile of Poo","b":"1F4A9","d":true,"e":true,"f":true,"h":true,"j":["pile_of_poo","hankey","shitface","fail","turd","shit"],"k":[27,57],"n":["poop","shit"],"o":0},"clown_face":{"subcategory":"face-costume","a":"Clown Face","b":"1F921","d":true,"e":true,"f":true,"h":true,"j":["clown_face","face"],"k":[40,15],"o":3},"japanese_ogre":{"subcategory":"face-costume","a":"Japanese Ogre","b":"1F479","d":true,"e":true,"f":true,"h":true,"j":["ogre","monster","red","mask","halloween","scary","creepy","devil","demon","japanese_ogre"],"k":[24,59],"o":0},"japanese_goblin":{"subcategory":"face-costume","a":"Japanese Goblin","b":"1F47A","d":true,"e":true,"f":true,"h":true,"j":["goblin","red","evil","mask","monster","scary","creepy","japanese_goblin"],"k":[24,60],"o":0},"ghost":{"subcategory":"face-costume","a":"Ghost","b":"1F47B","d":true,"e":true,"f":true,"h":true,"j":["ghost","halloween","spooky","scary"],"k":[25,0],"o":0},"alien":{"subcategory":"face-costume","a":"Extraterrestrial Alien","b":"1F47D","d":true,"e":true,"f":true,"h":true,"j":["alien","UFO","paul","weird","outer_space"],"k":[25,7],"o":0},"space_invader":{"subcategory":"face-costume","a":"Alien Monster","b":"1F47E","d":true,"e":true,"f":true,"h":true,"j":["alien_monster","game","arcade","play"],"k":[25,8],"o":0},"robot_face":{"subcategory":"face-costume","a":"Robot Face","b":"1F916","d":true,"e":true,"f":true,"h":true,"j":["robot","computer","machine","bot"],"k":[39,5],"o":1},"smiley_cat":{"subcategory":"cat-face","a":"Smiling Cat Face with Open Mouth","b":"1F63A","d":true,"e":true,"f":true,"h":true,"j":["grinning_cat","animal","cats","happy","smile"],"k":[33,21],"o":0},"smile_cat":{"subcategory":"cat-face","a":"Grinning Cat Face with Smiling Eyes","b":"1F638","d":true,"e":true,"f":true,"h":true,"j":["grinning_cat_with_smiling_eyes","animal","cats","smile"],"k":[33,19],"o":0},"joy_cat":{"subcategory":"cat-face","a":"Cat Face with Tears of Joy","b":"1F639","d":true,"e":true,"f":true,"h":true,"j":["cat_with_tears_of_joy","animal","cats","haha","happy","tears"],"k":[33,20],"o":0},"heart_eyes_cat":{"subcategory":"cat-face","a":"Smiling Cat Face with Heart-Shaped Eyes","b":"1F63B","d":true,"e":true,"f":true,"h":true,"j":["smiling_cat_with_heart_eyes","animal","love","like","affection","cats","valentines","heart"],"k":[33,22],"o":0},"smirk_cat":{"subcategory":"cat-face","a":"Cat Face with Wry Smile","b":"1F63C","d":true,"e":true,"f":true,"h":true,"j":["cat_with_wry_smile","animal","cats","smirk"],"k":[33,23],"o":0},"kissing_cat":{"subcategory":"cat-face","a":"Kissing Cat Face with Closed Eyes","b":"1F63D","d":true,"e":true,"f":true,"h":true,"j":["kissing_cat","animal","cats","kiss"],"k":[33,24],"o":0},"scream_cat":{"subcategory":"cat-face","a":"Weary Cat Face","b":"1F640","d":true,"e":true,"f":true,"h":true,"j":["weary_cat","animal","cats","munch","scared","scream"],"k":[33,27],"o":0},"crying_cat_face":{"subcategory":"cat-face","a":"Crying Cat Face","b":"1F63F","d":true,"e":true,"f":true,"h":true,"j":["crying_cat","animal","tears","weep","sad","cats","upset","cry"],"k":[33,26],"o":0},"pouting_cat":{"subcategory":"cat-face","a":"Pouting Cat Face","b":"1F63E","d":true,"e":true,"f":true,"h":true,"j":["pouting_cat","animal","cats"],"k":[33,25],"o":0},"see_no_evil":{"subcategory":"monkey-face","a":"See-No-Evil Monkey","b":"1F648","d":true,"e":true,"f":true,"h":true,"j":["see_no_evil_monkey","monkey","animal","nature","haha"],"k":[34,25],"o":0},"hear_no_evil":{"subcategory":"monkey-face","a":"Hear-No-Evil Monkey","b":"1F649","d":true,"e":true,"f":true,"h":true,"j":["hear_no_evil_monkey","animal","monkey","nature"],"k":[34,26],"o":0},"speak_no_evil":{"subcategory":"monkey-face","a":"Speak-No-Evil Monkey","b":"1F64A","d":true,"e":true,"f":true,"h":true,"j":["speak_no_evil_monkey","monkey","animal","nature","omg"],"k":[34,27],"o":0},"love_letter":{"subcategory":"heart","a":"Love Letter","b":"1F48C","d":true,"e":true,"f":true,"h":true,"j":["love_letter","email","like","affection","envelope","valentines"],"k":[26,39],"o":0},"cupid":{"subcategory":"heart","a":"Heart with Arrow","b":"1F498","d":true,"e":true,"f":true,"h":true,"j":["heart_with_arrow","love","like","heart","affection","valentines"],"k":[27,40],"o":0},"gift_heart":{"subcategory":"heart","a":"Heart with Ribbon","b":"1F49D","d":true,"e":true,"f":true,"h":true,"j":["heart_with_ribbon","love","valentines"],"k":[27,45],"o":0},"sparkling_heart":{"subcategory":"heart","a":"Sparkling Heart","b":"1F496","d":true,"e":true,"f":true,"h":true,"j":["sparkling_heart","love","like","affection","valentines"],"k":[27,38],"o":0},"heartpulse":{"subcategory":"heart","a":"Growing Heart","b":"1F497","d":true,"e":true,"f":true,"h":true,"j":["growing_heart","like","love","affection","valentines","pink"],"k":[27,39],"o":0},"heartbeat":{"subcategory":"heart","a":"Beating Heart","b":"1F493","d":true,"e":true,"f":true,"h":true,"j":["beating_heart","love","like","affection","valentines","pink","heart"],"k":[27,35],"o":0},"revolving_hearts":{"subcategory":"heart","a":"Revolving Hearts","b":"1F49E","d":true,"e":true,"f":true,"h":true,"j":["revolving_hearts","love","like","affection","valentines"],"k":[27,46],"o":0},"two_hearts":{"subcategory":"heart","a":"Two Hearts","b":"1F495","d":true,"e":true,"f":true,"h":true,"j":["two_hearts","love","like","affection","valentines","heart"],"k":[27,37],"o":0},"heart_decoration":{"subcategory":"heart","a":"Heart Decoration","b":"1F49F","d":true,"e":true,"f":true,"h":true,"j":["heart_decoration","purple-square","love","like"],"k":[27,47],"o":0},"heavy_heart_exclamation_mark_ornament":{"subcategory":"heart","a":"Heart Exclamation","b":"2763-FE0F","c":"2763","d":true,"e":true,"f":true,"h":true,"j":["heart_exclamation","decoration","love"],"k":[59,38],"o":1},"broken_heart":{"subcategory":"heart","a":"Broken Heart","b":"1F494","d":true,"e":true,"f":true,"h":true,"j":["broken_heart","sad","sorry","break","heart","heartbreak"],"k":[27,36],"l":["</3"],"m":"</3","o":0},"heart_on_fire":{"subcategory":"heart","a":"Heart on Fire","b":"2764-FE0F-200D-1F525","c":"2764-200D-1F525","d":true,"e":true,"f":true,"h":true,"j":["heart on fire","passionate","enthusiastic"],"k":[59,39],"o":13},"mending_heart":{"subcategory":"heart","a":"Mending Heart","b":"2764-FE0F-200D-1FA79","c":"2764-200D-1FA79","d":true,"e":true,"f":true,"h":true,"j":["mending heart","broken heart","bandage","wounded"],"k":[59,40],"o":13},"heart":{"subcategory":"heart","a":"Heavy Black Heart","b":"2764-FE0F","c":"2764","d":true,"e":true,"f":true,"h":true,"j":["red_heart","love","like","valentines"],"k":[59,41],"l":["<3"],"m":"<3","o":0},"pink_heart":{"subcategory":"heart","a":"Pink Heart","b":"1FA77","d":true,"e":true,"f":false,"h":false,"j":["pink heart","valentines"],"k":[53,55],"o":15},"orange_heart":{"subcategory":"heart","a":"Orange Heart","b":"1F9E1","d":true,"e":true,"f":true,"h":true,"j":["orange_heart","love","like","affection","valentines"],"k":[53,17],"o":5},"yellow_heart":{"subcategory":"heart","a":"Yellow Heart","b":"1F49B","d":true,"e":true,"f":true,"h":true,"j":["yellow_heart","love","like","affection","valentines"],"k":[27,43],"m":"<3","o":0},"green_heart":{"subcategory":"heart","a":"Green Heart","b":"1F49A","d":true,"e":true,"f":true,"h":true,"j":["green_heart","love","like","affection","valentines"],"k":[27,42],"m":"<3","o":0},"blue_heart":{"subcategory":"heart","a":"Blue Heart","b":"1F499","d":true,"e":true,"f":true,"h":true,"j":["blue_heart","love","like","affection","valentines"],"k":[27,41],"m":"<3","o":0},"light_blue_heart":{"subcategory":"heart","a":"Light Blue Heart","b":"1FA75","d":true,"e":true,"f":false,"h":false,"j":["light blue heart","ice","baby blue"],"k":[53,53],"o":15},"purple_heart":{"subcategory":"heart","a":"Purple Heart","b":"1F49C","d":true,"e":true,"f":true,"h":true,"j":["purple_heart","love","like","affection","valentines"],"k":[27,44],"m":"<3","o":0},"brown_heart":{"subcategory":"heart","a":"Brown Heart","b":"1F90E","d":true,"e":true,"f":true,"h":true,"j":["brown_heart","coffee"],"k":[38,53],"o":12},"black_heart":{"subcategory":"heart","a":"Black Heart","b":"1F5A4","d":true,"e":true,"f":true,"h":true,"j":["black_heart","evil"],"k":[31,56],"o":3},"grey_heart":{"subcategory":"heart","a":"Grey Heart","b":"1FA76","d":true,"e":true,"f":false,"h":false,"j":["grey heart","silver","monochrome"],"k":[53,54],"o":15},"white_heart":{"subcategory":"heart","a":"White Heart","b":"1F90D","d":true,"e":true,"f":true,"h":true,"j":["white_heart","pure"],"k":[38,52],"o":12},"kiss":{"subcategory":"emotion","a":"Kiss Mark","b":"1F48B","d":true,"e":true,"f":true,"h":true,"j":["kiss_mark","face","lips","love","like","affection","valentines"],"k":[26,38],"o":0},"anger":{"subcategory":"emotion","a":"Anger Symbol","b":"1F4A2","d":true,"e":true,"f":true,"h":true,"j":["anger_symbol","angry","mad"],"k":[27,50],"o":0},"boom":{"subcategory":"emotion","a":"Collision Symbol","b":"1F4A5","d":true,"e":true,"f":true,"h":true,"j":["collision","bomb","explode","explosion","blown"],"k":[27,53],"n":["collision"],"o":0},"dizzy":{"subcategory":"emotion","a":"Dizzy Symbol","b":"1F4AB","d":true,"e":true,"f":true,"h":true,"j":["dizzy","star","sparkle","shoot","magic"],"k":[28,3],"o":0},"sweat_drops":{"subcategory":"emotion","a":"Splashing Sweat Symbol","b":"1F4A6","d":true,"e":true,"f":true,"h":true,"j":["sweat_droplets","water","drip","oops"],"k":[27,54],"o":0},"dash":{"subcategory":"emotion","a":"Dash Symbol","b":"1F4A8","d":true,"e":true,"f":true,"h":true,"j":["dashing_away","wind","air","fast","shoo","fart","smoke","puff"],"k":[27,56],"o":0},"hole":{"subcategory":"emotion","a":"Hole","b":"1F573-FE0F","c":"1F573","d":true,"e":true,"f":true,"h":true,"j":["hole","embarrassing"],"k":[30,59],"o":0},"speech_balloon":{"subcategory":"emotion","a":"Speech Balloon","b":"1F4AC","d":true,"e":true,"f":true,"h":true,"j":["speech_balloon","bubble","words","message","talk","chatting"],"k":[28,4],"o":0},"eye-in-speech-bubble":{"subcategory":"emotion","a":"Eye in Speech Bubble","b":"1F441-FE0F-200D-1F5E8-FE0F","d":true,"e":true,"f":true,"h":false,"j":["eye_in_speech_bubble","info"],"k":[11,54],"o":2},"left_speech_bubble":{"subcategory":"emotion","a":"Left Speech Bubble","b":"1F5E8-FE0F","c":"1F5E8","d":true,"e":true,"f":true,"h":true,"j":["left_speech_bubble","words","message","talk","chatting"],"k":[32,12],"o":2},"right_anger_bubble":{"subcategory":"emotion","a":"Right Anger Bubble","b":"1F5EF-FE0F","c":"1F5EF","d":true,"e":true,"f":true,"h":true,"j":["right_anger_bubble","caption","speech","thinking","mad"],"k":[32,13],"o":0},"thought_balloon":{"subcategory":"emotion","a":"Thought Balloon","b":"1F4AD","d":true,"e":true,"f":true,"h":true,"j":["thought_balloon","bubble","cloud","speech","thinking","dream"],"k":[28,5],"o":1},"zzz":{"subcategory":"emotion","a":"Sleeping Symbol","b":"1F4A4","d":true,"e":true,"f":true,"h":true,"j":["zzz","sleepy","tired","dream"],"k":[27,52],"o":0},"wave":{"subcategory":"hand-fingers-open","skin_variations":{"1F3FB":{"unified":"1F44B-1F3FB","non_qualified":null,"image":"1f44b-1f3fb.png","sheet_x":12,"sheet_y":40,"added_in":"1.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FC":{"unified":"1F44B-1F3FC","non_qualified":null,"image":"1f44b-1f3fc.png","sheet_x":12,"sheet_y":41,"added_in":"1.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FD":{"unified":"1F44B-1F3FD","non_qualified":null,"image":"1f44b-1f3fd.png","sheet_x":12,"sheet_y":42,"added_in":"1.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FE":{"unified":"1F44B-1F3FE","non_qualified":null,"image":"1f44b-1f3fe.png","sheet_x":12,"sheet_y":43,"added_in":"1.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FF":{"unified":"1F44B-1F3FF","non_qualified":null,"image":"1f44b-1f3ff.png","sheet_x":12,"sheet_y":44,"added_in":"1.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true}},"a":"Waving Hand Sign","b":"1F44B","d":true,"e":true,"f":true,"h":true,"j":["waving_hand","wave","hands","gesture","goodbye","solong","farewell","hello","hi","palm"],"k":[12,39],"o":0},"raised_back_of_hand":{"subcategory":"hand-fingers-open","skin_variations":{"1F3FB":{"unified":"1F91A-1F3FB","non_qualified":null,"image":"1f91a-1f3fb.png","sheet_x":39,"sheet_y":20,"added_in":"3.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FC":{"unified":"1F91A-1F3FC","non_qualified":null,"image":"1f91a-1f3fc.png","sheet_x":39,"sheet_y":21,"added_in":"3.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FD":{"unified":"1F91A-1F3FD","non_qualified":null,"image":"1f91a-1f3fd.png","sheet_x":39,"sheet_y":22,"added_in":"3.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FE":{"unified":"1F91A-1F3FE","non_qualified":null,"image":"1f91a-1f3fe.png","sheet_x":39,"sheet_y":23,"added_in":"3.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FF":{"unified":"1F91A-1F3FF","non_qualified":null,"image":"1f91a-1f3ff.png","sheet_x":39,"sheet_y":24,"added_in":"3.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true}},"a":"Raised Back of Hand","b":"1F91A","d":true,"e":true,"f":true,"h":true,"j":["raised_back_of_hand","fingers","raised","backhand"],"k":[39,19],"o":3},"raised_hand_with_fingers_splayed":{"subcategory":"hand-fingers-open","skin_variations":{"1F3FB":{"unified":"1F590-1F3FB","non_qualified":null,"image":"1f590-1f3fb.png","sheet_x":31,"sheet_y":39,"added_in":"1.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FC":{"unified":"1F590-1F3FC","non_qualified":null,"image":"1f590-1f3fc.png","sheet_x":31,"sheet_y":40,"added_in":"1.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FD":{"unified":"1F590-1F3FD","non_qualified":null,"image":"1f590-1f3fd.png","sheet_x":31,"sheet_y":41,"added_in":"1.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FE":{"unified":"1F590-1F3FE","non_qualified":null,"image":"1f590-1f3fe.png","sheet_x":31,"sheet_y":42,"added_in":"1.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FF":{"unified":"1F590-1F3FF","non_qualified":null,"image":"1f590-1f3ff.png","sheet_x":31,"sheet_y":43,"added_in":"1.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true}},"a":"Hand with Fingers Splayed","b":"1F590-FE0F","c":"1F590","d":true,"e":true,"f":true,"h":true,"j":["hand_with_fingers_splayed","hand","fingers","palm"],"k":[31,38],"o":0},"hand":{"subcategory":"hand-fingers-open","skin_variations":{"1F3FB":{"unified":"270B-1F3FB","non_qualified":null,"image":"270b-1f3fb.png","sheet_x":59,"sheet_y":4,"added_in":"1.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FC":{"unified":"270B-1F3FC","non_qualified":null,"image":"270b-1f3fc.png","sheet_x":59,"sheet_y":5,"added_in":"1.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FD":{"unified":"270B-1F3FD","non_qualified":null,"image":"270b-1f3fd.png","sheet_x":59,"sheet_y":6,"added_in":"1.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FE":{"unified":"270B-1F3FE","non_qualified":null,"image":"270b-1f3fe.png","sheet_x":59,"sheet_y":7,"added_in":"1.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FF":{"unified":"270B-1F3FF","non_qualified":null,"image":"270b-1f3ff.png","sheet_x":59,"sheet_y":8,"added_in":"1.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true}},"a":"Raised Hand","b":"270B","d":true,"e":true,"f":true,"h":true,"j":["raised_hand","fingers","stop","highfive","palm","ban"],"k":[59,3],"n":["raised_hand"],"o":0},"spock-hand":{"subcategory":"hand-fingers-open","skin_variations":{"1F3FB":{"unified":"1F596-1F3FB","non_qualified":null,"image":"1f596-1f3fb.png","sheet_x":31,"sheet_y":51,"added_in":"1.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FC":{"unified":"1F596-1F3FC","non_qualified":null,"image":"1f596-1f3fc.png","sheet_x":31,"sheet_y":52,"added_in":"1.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FD":{"unified":"1F596-1F3FD","non_qualified":null,"image":"1f596-1f3fd.png","sheet_x":31,"sheet_y":53,"added_in":"1.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FE":{"unified":"1F596-1F3FE","non_qualified":null,"image":"1f596-1f3fe.png","sheet_x":31,"sheet_y":54,"added_in":"1.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FF":{"unified":"1F596-1F3FF","non_qualified":null,"image":"1f596-1f3ff.png","sheet_x":31,"sheet_y":55,"added_in":"1.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true}},"a":"Raised Hand with Part Between Middle and Ring Fingers","b":"1F596","d":true,"e":true,"f":true,"h":true,"j":["vulcan_salute","hand","fingers","spock","star trek"],"k":[31,50],"o":1},"rightwards_hand":{"subcategory":"hand-fingers-open","skin_variations":{"1F3FB":{"unified":"1FAF1-1F3FB","non_qualified":null,"image":"1faf1-1f3fb.png","sheet_x":55,"sheet_y":46,"added_in":"14.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FC":{"unified":"1FAF1-1F3FC","non_qualified":null,"image":"1faf1-1f3fc.png","sheet_x":55,"sheet_y":47,"added_in":"14.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FD":{"unified":"1FAF1-1F3FD","non_qualified":null,"image":"1faf1-1f3fd.png","sheet_x":55,"sheet_y":48,"added_in":"14.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FE":{"unified":"1FAF1-1F3FE","non_qualified":null,"image":"1faf1-1f3fe.png","sheet_x":55,"sheet_y":49,"added_in":"14.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FF":{"unified":"1FAF1-1F3FF","non_qualified":null,"image":"1faf1-1f3ff.png","sheet_x":55,"sheet_y":50,"added_in":"14.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true}},"a":"Rightwards Hand","b":"1FAF1","d":true,"e":true,"f":true,"h":true,"j":["rightwards hand","palm","offer"],"k":[55,45],"o":14},"leftwards_hand":{"subcategory":"hand-fingers-open","skin_variations":{"1F3FB":{"unified":"1FAF2-1F3FB","non_qualified":null,"image":"1faf2-1f3fb.png","sheet_x":55,"sheet_y":52,"added_in":"14.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FC":{"unified":"1FAF2-1F3FC","non_qualified":null,"image":"1faf2-1f3fc.png","sheet_x":55,"sheet_y":53,"added_in":"14.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FD":{"unified":"1FAF2-1F3FD","non_qualified":null,"image":"1faf2-1f3fd.png","sheet_x":55,"sheet_y":54,"added_in":"14.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FE":{"unified":"1FAF2-1F3FE","non_qualified":null,"image":"1faf2-1f3fe.png","sheet_x":55,"sheet_y":55,"added_in":"14.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FF":{"unified":"1FAF2-1F3FF","non_qualified":null,"image":"1faf2-1f3ff.png","sheet_x":55,"sheet_y":56,"added_in":"14.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true}},"a":"Leftwards Hand","b":"1FAF2","d":true,"e":true,"f":true,"h":true,"j":["leftwards hand","palm","offer"],"k":[55,51],"o":14},"palm_down_hand":{"subcategory":"hand-fingers-open","skin_variations":{"1F3FB":{"unified":"1FAF3-1F3FB","non_qualified":null,"image":"1faf3-1f3fb.png","sheet_x":55,"sheet_y":58,"added_in":"14.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FC":{"unified":"1FAF3-1F3FC","non_qualified":null,"image":"1faf3-1f3fc.png","sheet_x":55,"sheet_y":59,"added_in":"14.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FD":{"unified":"1FAF3-1F3FD","non_qualified":null,"image":"1faf3-1f3fd.png","sheet_x":55,"sheet_y":60,"added_in":"14.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FE":{"unified":"1FAF3-1F3FE","non_qualified":null,"image":"1faf3-1f3fe.png","sheet_x":56,"sheet_y":0,"added_in":"14.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FF":{"unified":"1FAF3-1F3FF","non_qualified":null,"image":"1faf3-1f3ff.png","sheet_x":56,"sheet_y":1,"added_in":"14.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true}},"a":"Palm Down Hand","b":"1FAF3","d":true,"e":true,"f":true,"h":true,"j":["palm down hand","palm","drop"],"k":[55,57],"o":14},"palm_up_hand":{"subcategory":"hand-fingers-open","skin_variations":{"1F3FB":{"unified":"1FAF4-1F3FB","non_qualified":null,"image":"1faf4-1f3fb.png","sheet_x":56,"sheet_y":3,"added_in":"14.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FC":{"unified":"1FAF4-1F3FC","non_qualified":null,"image":"1faf4-1f3fc.png","sheet_x":56,"sheet_y":4,"added_in":"14.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FD":{"unified":"1FAF4-1F3FD","non_qualified":null,"image":"1faf4-1f3fd.png","sheet_x":56,"sheet_y":5,"added_in":"14.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FE":{"unified":"1FAF4-1F3FE","non_qualified":null,"image":"1faf4-1f3fe.png","sheet_x":56,"sheet_y":6,"added_in":"14.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FF":{"unified":"1FAF4-1F3FF","non_qualified":null,"image":"1faf4-1f3ff.png","sheet_x":56,"sheet_y":7,"added_in":"14.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true}},"a":"Palm Up Hand","b":"1FAF4","d":true,"e":true,"f":true,"h":true,"j":["palm up hand","lift","offer","demand"],"k":[56,2],"o":14},"leftwards_pushing_hand":{"subcategory":"hand-fingers-open","skin_variations":{"1F3FB":{"unified":"1FAF7-1F3FB","non_qualified":null,"image":"1faf7-1f3fb.png","sheet_x":56,"sheet_y":21,"added_in":"15.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":false,"has_img_facebook":false},"1F3FC":{"unified":"1FAF7-1F3FC","non_qualified":null,"image":"1faf7-1f3fc.png","sheet_x":56,"sheet_y":22,"added_in":"15.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":false,"has_img_facebook":false},"1F3FD":{"unified":"1FAF7-1F3FD","non_qualified":null,"image":"1faf7-1f3fd.png","sheet_x":56,"sheet_y":23,"added_in":"15.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":false,"has_img_facebook":false},"1F3FE":{"unified":"1FAF7-1F3FE","non_qualified":null,"image":"1faf7-1f3fe.png","sheet_x":56,"sheet_y":24,"added_in":"15.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":false,"has_img_facebook":false},"1F3FF":{"unified":"1FAF7-1F3FF","non_qualified":null,"image":"1faf7-1f3ff.png","sheet_x":56,"sheet_y":25,"added_in":"15.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":false,"has_img_facebook":false}},"a":"Leftwards Pushing Hand","b":"1FAF7","d":true,"e":true,"f":false,"h":false,"j":["leftwards pushing hand","highfive","pressing","stop"],"k":[56,20],"o":15},"rightwards_pushing_hand":{"subcategory":"hand-fingers-open","skin_variations":{"1F3FB":{"unified":"1FAF8-1F3FB","non_qualified":null,"image":"1faf8-1f3fb.png","sheet_x":56,"sheet_y":27,"added_in":"15.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":false,"has_img_facebook":false},"1F3FC":{"unified":"1FAF8-1F3FC","non_qualified":null,"image":"1faf8-1f3fc.png","sheet_x":56,"sheet_y":28,"added_in":"15.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":false,"has_img_facebook":false},"1F3FD":{"unified":"1FAF8-1F3FD","non_qualified":null,"image":"1faf8-1f3fd.png","sheet_x":56,"sheet_y":29,"added_in":"15.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":false,"has_img_facebook":false},"1F3FE":{"unified":"1FAF8-1F3FE","non_qualified":null,"image":"1faf8-1f3fe.png","sheet_x":56,"sheet_y":30,"added_in":"15.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":false,"has_img_facebook":false},"1F3FF":{"unified":"1FAF8-1F3FF","non_qualified":null,"image":"1faf8-1f3ff.png","sheet_x":56,"sheet_y":31,"added_in":"15.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":false,"has_img_facebook":false}},"a":"Rightwards Pushing Hand","b":"1FAF8","d":true,"e":true,"f":false,"h":false,"j":["rightwards pushing hand","highfive","pressing","stop"],"k":[56,26],"o":15},"ok_hand":{"subcategory":"hand-fingers-partial","skin_variations":{"1F3FB":{"unified":"1F44C-1F3FB","non_qualified":null,"image":"1f44c-1f3fb.png","sheet_x":12,"sheet_y":46,"added_in":"1.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FC":{"unified":"1F44C-1F3FC","non_qualified":null,"image":"1f44c-1f3fc.png","sheet_x":12,"sheet_y":47,"added_in":"1.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FD":{"unified":"1F44C-1F3FD","non_qualified":null,"image":"1f44c-1f3fd.png","sheet_x":12,"sheet_y":48,"added_in":"1.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FE":{"unified":"1F44C-1F3FE","non_qualified":null,"image":"1f44c-1f3fe.png","sheet_x":12,"sheet_y":49,"added_in":"1.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FF":{"unified":"1F44C-1F3FF","non_qualified":null,"image":"1f44c-1f3ff.png","sheet_x":12,"sheet_y":50,"added_in":"1.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true}},"a":"Ok Hand Sign","b":"1F44C","d":true,"e":true,"f":true,"h":true,"j":["ok_hand","fingers","limbs","perfect","ok","okay"],"k":[12,45],"o":0},"pinched_fingers":{"subcategory":"hand-fingers-partial","skin_variations":{"1F3FB":{"unified":"1F90C-1F3FB","non_qualified":null,"image":"1f90c-1f3fb.png","sheet_x":38,"sheet_y":47,"added_in":"13.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FC":{"unified":"1F90C-1F3FC","non_qualified":null,"image":"1f90c-1f3fc.png","sheet_x":38,"sheet_y":48,"added_in":"13.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FD":{"unified":"1F90C-1F3FD","non_qualified":null,"image":"1f90c-1f3fd.png","sheet_x":38,"sheet_y":49,"added_in":"13.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FE":{"unified":"1F90C-1F3FE","non_qualified":null,"image":"1f90c-1f3fe.png","sheet_x":38,"sheet_y":50,"added_in":"13.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FF":{"unified":"1F90C-1F3FF","non_qualified":null,"image":"1f90c-1f3ff.png","sheet_x":38,"sheet_y":51,"added_in":"13.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true}},"a":"Pinched Fingers","b":"1F90C","d":true,"e":true,"f":true,"h":true,"j":["pinched fingers","size","tiny","small"],"k":[38,46],"o":13},"pinching_hand":{"subcategory":"hand-fingers-partial","skin_variations":{"1F3FB":{"unified":"1F90F-1F3FB","non_qualified":null,"image":"1f90f-1f3fb.png","sheet_x":38,"sheet_y":55,"added_in":"12.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FC":{"unified":"1F90F-1F3FC","non_qualified":null,"image":"1f90f-1f3fc.png","sheet_x":38,"sheet_y":56,"added_in":"12.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FD":{"unified":"1F90F-1F3FD","non_qualified":null,"image":"1f90f-1f3fd.png","sheet_x":38,"sheet_y":57,"added_in":"12.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FE":{"unified":"1F90F-1F3FE","non_qualified":null,"image":"1f90f-1f3fe.png","sheet_x":38,"sheet_y":58,"added_in":"12.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FF":{"unified":"1F90F-1F3FF","non_qualified":null,"image":"1f90f-1f3ff.png","sheet_x":38,"sheet_y":59,"added_in":"12.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true}},"a":"Pinching Hand","b":"1F90F","d":true,"e":true,"f":true,"h":true,"j":["pinching_hand","tiny","small","size"],"k":[38,54],"o":12},"v":{"subcategory":"hand-fingers-partial","skin_variations":{"1F3FB":{"unified":"270C-1F3FB","non_qualified":null,"image":"270c-1f3fb.png","sheet_x":59,"sheet_y":10,"added_in":"1.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FC":{"unified":"270C-1F3FC","non_qualified":null,"image":"270c-1f3fc.png","sheet_x":59,"sheet_y":11,"added_in":"1.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FD":{"unified":"270C-1F3FD","non_qualified":null,"image":"270c-1f3fd.png","sheet_x":59,"sheet_y":12,"added_in":"1.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FE":{"unified":"270C-1F3FE","non_qualified":null,"image":"270c-1f3fe.png","sheet_x":59,"sheet_y":13,"added_in":"1.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FF":{"unified":"270C-1F3FF","non_qualified":null,"image":"270c-1f3ff.png","sheet_x":59,"sheet_y":14,"added_in":"1.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true}},"a":"Victory Hand","b":"270C-FE0F","c":"270C","d":true,"e":true,"f":true,"h":true,"j":["victory_hand","fingers","ohyeah","hand","peace","victory","two"],"k":[59,9],"o":0},"crossed_fingers":{"subcategory":"hand-fingers-partial","skin_variations":{"1F3FB":{"unified":"1F91E-1F3FB","non_qualified":null,"image":"1f91e-1f3fb.png","sheet_x":40,"sheet_y":3,"added_in":"3.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FC":{"unified":"1F91E-1F3FC","non_qualified":null,"image":"1f91e-1f3fc.png","sheet_x":40,"sheet_y":4,"added_in":"3.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FD":{"unified":"1F91E-1F3FD","non_qualified":null,"image":"1f91e-1f3fd.png","sheet_x":40,"sheet_y":5,"added_in":"3.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FE":{"unified":"1F91E-1F3FE","non_qualified":null,"image":"1f91e-1f3fe.png","sheet_x":40,"sheet_y":6,"added_in":"3.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FF":{"unified":"1F91E-1F3FF","non_qualified":null,"image":"1f91e-1f3ff.png","sheet_x":40,"sheet_y":7,"added_in":"3.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true}},"a":"Hand with Index and Middle Fingers Crossed","b":"1F91E","d":true,"e":true,"f":true,"h":true,"j":["crossed_fingers","good","lucky"],"k":[40,2],"n":["hand_with_index_and_middle_fingers_crossed"],"o":3},"hand_with_index_finger_and_thumb_crossed":{"subcategory":"hand-fingers-partial","skin_variations":{"1F3FB":{"unified":"1FAF0-1F3FB","non_qualified":null,"image":"1faf0-1f3fb.png","sheet_x":55,"sheet_y":40,"added_in":"14.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FC":{"unified":"1FAF0-1F3FC","non_qualified":null,"image":"1faf0-1f3fc.png","sheet_x":55,"sheet_y":41,"added_in":"14.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FD":{"unified":"1FAF0-1F3FD","non_qualified":null,"image":"1faf0-1f3fd.png","sheet_x":55,"sheet_y":42,"added_in":"14.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FE":{"unified":"1FAF0-1F3FE","non_qualified":null,"image":"1faf0-1f3fe.png","sheet_x":55,"sheet_y":43,"added_in":"14.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FF":{"unified":"1FAF0-1F3FF","non_qualified":null,"image":"1faf0-1f3ff.png","sheet_x":55,"sheet_y":44,"added_in":"14.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true}},"a":"Hand with Index Finger and Thumb Crossed","b":"1FAF0","d":true,"e":true,"f":true,"h":true,"j":["hand with index finger and thumb crossed","heart","love","money","expensive"],"k":[55,39],"o":14},"i_love_you_hand_sign":{"subcategory":"hand-fingers-partial","skin_variations":{"1F3FB":{"unified":"1F91F-1F3FB","non_qualified":null,"image":"1f91f-1f3fb.png","sheet_x":40,"sheet_y":9,"added_in":"5.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FC":{"unified":"1F91F-1F3FC","non_qualified":null,"image":"1f91f-1f3fc.png","sheet_x":40,"sheet_y":10,"added_in":"5.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FD":{"unified":"1F91F-1F3FD","non_qualified":null,"image":"1f91f-1f3fd.png","sheet_x":40,"sheet_y":11,"added_in":"5.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FE":{"unified":"1F91F-1F3FE","non_qualified":null,"image":"1f91f-1f3fe.png","sheet_x":40,"sheet_y":12,"added_in":"5.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FF":{"unified":"1F91F-1F3FF","non_qualified":null,"image":"1f91f-1f3ff.png","sheet_x":40,"sheet_y":13,"added_in":"5.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true}},"a":"I Love You Hand Sign","b":"1F91F","d":true,"e":true,"f":true,"h":true,"j":["love_you_gesture","hand","fingers","gesture"],"k":[40,8],"o":5},"the_horns":{"subcategory":"hand-fingers-partial","skin_variations":{"1F3FB":{"unified":"1F918-1F3FB","non_qualified":null,"image":"1f918-1f3fb.png","sheet_x":39,"sheet_y":8,"added_in":"1.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FC":{"unified":"1F918-1F3FC","non_qualified":null,"image":"1f918-1f3fc.png","sheet_x":39,"sheet_y":9,"added_in":"1.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FD":{"unified":"1F918-1F3FD","non_qualified":null,"image":"1f918-1f3fd.png","sheet_x":39,"sheet_y":10,"added_in":"1.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FE":{"unified":"1F918-1F3FE","non_qualified":null,"image":"1f918-1f3fe.png","sheet_x":39,"sheet_y":11,"added_in":"1.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FF":{"unified":"1F918-1F3FF","non_qualified":null,"image":"1f918-1f3ff.png","sheet_x":39,"sheet_y":12,"added_in":"1.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true}},"a":"Sign of the Horns","b":"1F918","d":true,"e":true,"f":true,"h":true,"j":["sign_of_the_horns","hand","fingers","evil_eye","sign_of_horns","rock_on"],"k":[39,7],"n":["sign_of_the_horns"],"o":1},"call_me_hand":{"subcategory":"hand-fingers-partial","skin_variations":{"1F3FB":{"unified":"1F919-1F3FB","non_qualified":null,"image":"1f919-1f3fb.png","sheet_x":39,"sheet_y":14,"added_in":"3.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FC":{"unified":"1F919-1F3FC","non_qualified":null,"image":"1f919-1f3fc.png","sheet_x":39,"sheet_y":15,"added_in":"3.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FD":{"unified":"1F919-1F3FD","non_qualified":null,"image":"1f919-1f3fd.png","sheet_x":39,"sheet_y":16,"added_in":"3.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FE":{"unified":"1F919-1F3FE","non_qualified":null,"image":"1f919-1f3fe.png","sheet_x":39,"sheet_y":17,"added_in":"3.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FF":{"unified":"1F919-1F3FF","non_qualified":null,"image":"1f919-1f3ff.png","sheet_x":39,"sheet_y":18,"added_in":"3.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true}},"a":"Call Me Hand","b":"1F919","d":true,"e":true,"f":true,"h":true,"j":["call_me_hand","hands","gesture","shaka"],"k":[39,13],"o":3},"point_left":{"subcategory":"hand-single-finger","skin_variations":{"1F3FB":{"unified":"1F448-1F3FB","non_qualified":null,"image":"1f448-1f3fb.png","sheet_x":12,"sheet_y":22,"added_in":"1.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FC":{"unified":"1F448-1F3FC","non_qualified":null,"image":"1f448-1f3fc.png","sheet_x":12,"sheet_y":23,"added_in":"1.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FD":{"unified":"1F448-1F3FD","non_qualified":null,"image":"1f448-1f3fd.png","sheet_x":12,"sheet_y":24,"added_in":"1.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FE":{"unified":"1F448-1F3FE","non_qualified":null,"image":"1f448-1f3fe.png","sheet_x":12,"sheet_y":25,"added_in":"1.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FF":{"unified":"1F448-1F3FF","non_qualified":null,"image":"1f448-1f3ff.png","sheet_x":12,"sheet_y":26,"added_in":"1.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true}},"a":"White Left Pointing Backhand Index","b":"1F448","d":true,"e":true,"f":true,"h":true,"j":["backhand_index_pointing_left","direction","fingers","hand","left"],"k":[12,21],"o":0},"point_right":{"subcategory":"hand-single-finger","skin_variations":{"1F3FB":{"unified":"1F449-1F3FB","non_qualified":null,"image":"1f449-1f3fb.png","sheet_x":12,"sheet_y":28,"added_in":"1.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FC":{"unified":"1F449-1F3FC","non_qualified":null,"image":"1f449-1f3fc.png","sheet_x":12,"sheet_y":29,"added_in":"1.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FD":{"unified":"1F449-1F3FD","non_qualified":null,"image":"1f449-1f3fd.png","sheet_x":12,"sheet_y":30,"added_in":"1.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FE":{"unified":"1F449-1F3FE","non_qualified":null,"image":"1f449-1f3fe.png","sheet_x":12,"sheet_y":31,"added_in":"1.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FF":{"unified":"1F449-1F3FF","non_qualified":null,"image":"1f449-1f3ff.png","sheet_x":12,"sheet_y":32,"added_in":"1.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true}},"a":"White Right Pointing Backhand Index","b":"1F449","d":true,"e":true,"f":true,"h":true,"j":["backhand_index_pointing_right","fingers","hand","direction","right"],"k":[12,27],"o":0},"point_up_2":{"subcategory":"hand-single-finger","skin_variations":{"1F3FB":{"unified":"1F446-1F3FB","non_qualified":null,"image":"1f446-1f3fb.png","sheet_x":12,"sheet_y":10,"added_in":"1.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FC":{"unified":"1F446-1F3FC","non_qualified":null,"image":"1f446-1f3fc.png","sheet_x":12,"sheet_y":11,"added_in":"1.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FD":{"unified":"1F446-1F3FD","non_qualified":null,"image":"1f446-1f3fd.png","sheet_x":12,"sheet_y":12,"added_in":"1.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FE":{"unified":"1F446-1F3FE","non_qualified":null,"image":"1f446-1f3fe.png","sheet_x":12,"sheet_y":13,"added_in":"1.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FF":{"unified":"1F446-1F3FF","non_qualified":null,"image":"1f446-1f3ff.png","sheet_x":12,"sheet_y":14,"added_in":"1.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true}},"a":"White Up Pointing Backhand Index","b":"1F446","d":true,"e":true,"f":true,"h":true,"j":["backhand_index_pointing_up","fingers","hand","direction","up"],"k":[12,9],"o":0},"middle_finger":{"subcategory":"hand-single-finger","skin_variations":{"1F3FB":{"unified":"1F595-1F3FB","non_qualified":null,"image":"1f595-1f3fb.png","sheet_x":31,"sheet_y":45,"added_in":"1.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FC":{"unified":"1F595-1F3FC","non_qualified":null,"image":"1f595-1f3fc.png","sheet_x":31,"sheet_y":46,"added_in":"1.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FD":{"unified":"1F595-1F3FD","non_qualified":null,"image":"1f595-1f3fd.png","sheet_x":31,"sheet_y":47,"added_in":"1.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FE":{"unified":"1F595-1F3FE","non_qualified":null,"image":"1f595-1f3fe.png","sheet_x":31,"sheet_y":48,"added_in":"1.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FF":{"unified":"1F595-1F3FF","non_qualified":null,"image":"1f595-1f3ff.png","sheet_x":31,"sheet_y":49,"added_in":"1.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true}},"a":"Reversed Hand with Middle Finger Extended","b":"1F595","d":true,"e":true,"f":true,"h":true,"j":["middle_finger","hand","fingers","rude","middle","flipping"],"k":[31,44],"n":["reversed_hand_with_middle_finger_extended"],"o":1},"point_down":{"subcategory":"hand-single-finger","skin_variations":{"1F3FB":{"unified":"1F447-1F3FB","non_qualified":null,"image":"1f447-1f3fb.png","sheet_x":12,"sheet_y":16,"added_in":"1.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FC":{"unified":"1F447-1F3FC","non_qualified":null,"image":"1f447-1f3fc.png","sheet_x":12,"sheet_y":17,"added_in":"1.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FD":{"unified":"1F447-1F3FD","non_qualified":null,"image":"1f447-1f3fd.png","sheet_x":12,"sheet_y":18,"added_in":"1.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FE":{"unified":"1F447-1F3FE","non_qualified":null,"image":"1f447-1f3fe.png","sheet_x":12,"sheet_y":19,"added_in":"1.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FF":{"unified":"1F447-1F3FF","non_qualified":null,"image":"1f447-1f3ff.png","sheet_x":12,"sheet_y":20,"added_in":"1.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true}},"a":"White Down Pointing Backhand Index","b":"1F447","d":true,"e":true,"f":true,"h":true,"j":["backhand_index_pointing_down","fingers","hand","direction","down"],"k":[12,15],"o":0},"point_up":{"subcategory":"hand-single-finger","skin_variations":{"1F3FB":{"unified":"261D-1F3FB","non_qualified":null,"image":"261d-1f3fb.png","sheet_x":57,"sheet_y":21,"added_in":"1.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FC":{"unified":"261D-1F3FC","non_qualified":null,"image":"261d-1f3fc.png","sheet_x":57,"sheet_y":22,"added_in":"1.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FD":{"unified":"261D-1F3FD","non_qualified":null,"image":"261d-1f3fd.png","sheet_x":57,"sheet_y":23,"added_in":"1.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FE":{"unified":"261D-1F3FE","non_qualified":null,"image":"261d-1f3fe.png","sheet_x":57,"sheet_y":24,"added_in":"1.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FF":{"unified":"261D-1F3FF","non_qualified":null,"image":"261d-1f3ff.png","sheet_x":57,"sheet_y":25,"added_in":"1.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true}},"a":"White Up Pointing Index","b":"261D-FE0F","c":"261D","d":true,"e":true,"f":true,"h":true,"j":["index_pointing_up","hand","fingers","direction","up"],"k":[57,20],"o":0},"index_pointing_at_the_viewer":{"subcategory":"hand-single-finger","skin_variations":{"1F3FB":{"unified":"1FAF5-1F3FB","non_qualified":null,"image":"1faf5-1f3fb.png","sheet_x":56,"sheet_y":9,"added_in":"14.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FC":{"unified":"1FAF5-1F3FC","non_qualified":null,"image":"1faf5-1f3fc.png","sheet_x":56,"sheet_y":10,"added_in":"14.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FD":{"unified":"1FAF5-1F3FD","non_qualified":null,"image":"1faf5-1f3fd.png","sheet_x":56,"sheet_y":11,"added_in":"14.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FE":{"unified":"1FAF5-1F3FE","non_qualified":null,"image":"1faf5-1f3fe.png","sheet_x":56,"sheet_y":12,"added_in":"14.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FF":{"unified":"1FAF5-1F3FF","non_qualified":null,"image":"1faf5-1f3ff.png","sheet_x":56,"sheet_y":13,"added_in":"14.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true}},"a":"Index Pointing at the Viewer","b":"1FAF5","d":true,"e":true,"f":true,"h":true,"j":["index pointing at the viewer","you","recruit"],"k":[56,8],"o":14},"+1":{"subcategory":"hand-fingers-closed","skin_variations":{"1F3FB":{"unified":"1F44D-1F3FB","non_qualified":null,"image":"1f44d-1f3fb.png","sheet_x":12,"sheet_y":52,"added_in":"1.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FC":{"unified":"1F44D-1F3FC","non_qualified":null,"image":"1f44d-1f3fc.png","sheet_x":12,"sheet_y":53,"added_in":"1.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FD":{"unified":"1F44D-1F3FD","non_qualified":null,"image":"1f44d-1f3fd.png","sheet_x":12,"sheet_y":54,"added_in":"1.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FE":{"unified":"1F44D-1F3FE","non_qualified":null,"image":"1f44d-1f3fe.png","sheet_x":12,"sheet_y":55,"added_in":"1.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FF":{"unified":"1F44D-1F3FF","non_qualified":null,"image":"1f44d-1f3ff.png","sheet_x":12,"sheet_y":56,"added_in":"1.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true}},"a":"Thumbs Up Sign","b":"1F44D","d":true,"e":true,"f":true,"h":true,"j":["thumbs_up","thumbsup","yes","awesome","good","agree","accept","cool","hand","like","+1"],"k":[12,51],"n":["thumbsup"],"o":0},"-1":{"subcategory":"hand-fingers-closed","skin_variations":{"1F3FB":{"unified":"1F44E-1F3FB","non_qualified":null,"image":"1f44e-1f3fb.png","sheet_x":12,"sheet_y":58,"added_in":"1.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FC":{"unified":"1F44E-1F3FC","non_qualified":null,"image":"1f44e-1f3fc.png","sheet_x":12,"sheet_y":59,"added_in":"1.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FD":{"unified":"1F44E-1F3FD","non_qualified":null,"image":"1f44e-1f3fd.png","sheet_x":12,"sheet_y":60,"added_in":"1.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FE":{"unified":"1F44E-1F3FE","non_qualified":null,"image":"1f44e-1f3fe.png","sheet_x":13,"sheet_y":0,"added_in":"1.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FF":{"unified":"1F44E-1F3FF","non_qualified":null,"image":"1f44e-1f3ff.png","sheet_x":13,"sheet_y":1,"added_in":"1.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true}},"a":"Thumbs Down Sign","b":"1F44E","d":true,"e":true,"f":true,"h":true,"j":["thumbs_down","thumbsdown","no","dislike","hand","-1"],"k":[12,57],"n":["thumbsdown"],"o":0},"fist":{"subcategory":"hand-fingers-closed","skin_variations":{"1F3FB":{"unified":"270A-1F3FB","non_qualified":null,"image":"270a-1f3fb.png","sheet_x":58,"sheet_y":59,"added_in":"1.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FC":{"unified":"270A-1F3FC","non_qualified":null,"image":"270a-1f3fc.png","sheet_x":58,"sheet_y":60,"added_in":"1.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FD":{"unified":"270A-1F3FD","non_qualified":null,"image":"270a-1f3fd.png","sheet_x":59,"sheet_y":0,"added_in":"1.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FE":{"unified":"270A-1F3FE","non_qualified":null,"image":"270a-1f3fe.png","sheet_x":59,"sheet_y":1,"added_in":"1.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FF":{"unified":"270A-1F3FF","non_qualified":null,"image":"270a-1f3ff.png","sheet_x":59,"sheet_y":2,"added_in":"1.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true}},"a":"Raised Fist","b":"270A","d":true,"e":true,"f":true,"h":true,"j":["raised_fist","fingers","hand","grasp"],"k":[58,58],"o":0},"facepunch":{"subcategory":"hand-fingers-closed","skin_variations":{"1F3FB":{"unified":"1F44A-1F3FB","non_qualified":null,"image":"1f44a-1f3fb.png","sheet_x":12,"sheet_y":34,"added_in":"1.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FC":{"unified":"1F44A-1F3FC","non_qualified":null,"image":"1f44a-1f3fc.png","sheet_x":12,"sheet_y":35,"added_in":"1.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FD":{"unified":"1F44A-1F3FD","non_qualified":null,"image":"1f44a-1f3fd.png","sheet_x":12,"sheet_y":36,"added_in":"1.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FE":{"unified":"1F44A-1F3FE","non_qualified":null,"image":"1f44a-1f3fe.png","sheet_x":12,"sheet_y":37,"added_in":"1.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FF":{"unified":"1F44A-1F3FF","non_qualified":null,"image":"1f44a-1f3ff.png","sheet_x":12,"sheet_y":38,"added_in":"1.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true}},"a":"Fisted Hand Sign","b":"1F44A","d":true,"e":true,"f":true,"h":true,"j":["oncoming_fist","angry","violence","fist","hit","attack","hand"],"k":[12,33],"n":["punch"],"o":0},"left-facing_fist":{"subcategory":"hand-fingers-closed","skin_variations":{"1F3FB":{"unified":"1F91B-1F3FB","non_qualified":null,"image":"1f91b-1f3fb.png","sheet_x":39,"sheet_y":26,"added_in":"3.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FC":{"unified":"1F91B-1F3FC","non_qualified":null,"image":"1f91b-1f3fc.png","sheet_x":39,"sheet_y":27,"added_in":"3.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FD":{"unified":"1F91B-1F3FD","non_qualified":null,"image":"1f91b-1f3fd.png","sheet_x":39,"sheet_y":28,"added_in":"3.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FE":{"unified":"1F91B-1F3FE","non_qualified":null,"image":"1f91b-1f3fe.png","sheet_x":39,"sheet_y":29,"added_in":"3.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FF":{"unified":"1F91B-1F3FF","non_qualified":null,"image":"1f91b-1f3ff.png","sheet_x":39,"sheet_y":30,"added_in":"3.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true}},"a":"Left-Facing Fist","b":"1F91B","d":true,"e":true,"f":true,"h":true,"j":["left_facing_fist","hand","fistbump"],"k":[39,25],"o":3},"right-facing_fist":{"subcategory":"hand-fingers-closed","skin_variations":{"1F3FB":{"unified":"1F91C-1F3FB","non_qualified":null,"image":"1f91c-1f3fb.png","sheet_x":39,"sheet_y":32,"added_in":"3.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FC":{"unified":"1F91C-1F3FC","non_qualified":null,"image":"1f91c-1f3fc.png","sheet_x":39,"sheet_y":33,"added_in":"3.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FD":{"unified":"1F91C-1F3FD","non_qualified":null,"image":"1f91c-1f3fd.png","sheet_x":39,"sheet_y":34,"added_in":"3.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FE":{"unified":"1F91C-1F3FE","non_qualified":null,"image":"1f91c-1f3fe.png","sheet_x":39,"sheet_y":35,"added_in":"3.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FF":{"unified":"1F91C-1F3FF","non_qualified":null,"image":"1f91c-1f3ff.png","sheet_x":39,"sheet_y":36,"added_in":"3.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true}},"a":"Right-Facing Fist","b":"1F91C","d":true,"e":true,"f":true,"h":true,"j":["right_facing_fist","hand","fistbump"],"k":[39,31],"o":3},"clap":{"subcategory":"hands","skin_variations":{"1F3FB":{"unified":"1F44F-1F3FB","non_qualified":null,"image":"1f44f-1f3fb.png","sheet_x":13,"sheet_y":3,"added_in":"1.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FC":{"unified":"1F44F-1F3FC","non_qualified":null,"image":"1f44f-1f3fc.png","sheet_x":13,"sheet_y":4,"added_in":"1.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FD":{"unified":"1F44F-1F3FD","non_qualified":null,"image":"1f44f-1f3fd.png","sheet_x":13,"sheet_y":5,"added_in":"1.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FE":{"unified":"1F44F-1F3FE","non_qualified":null,"image":"1f44f-1f3fe.png","sheet_x":13,"sheet_y":6,"added_in":"1.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FF":{"unified":"1F44F-1F3FF","non_qualified":null,"image":"1f44f-1f3ff.png","sheet_x":13,"sheet_y":7,"added_in":"1.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true}},"a":"Clapping Hands Sign","b":"1F44F","d":true,"e":true,"f":true,"h":true,"j":["clapping_hands","hands","praise","applause","congrats","yay"],"k":[13,2],"o":0},"raised_hands":{"subcategory":"hands","skin_variations":{"1F3FB":{"unified":"1F64C-1F3FB","non_qualified":null,"image":"1f64c-1f3fb.png","sheet_x":34,"sheet_y":47,"added_in":"1.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FC":{"unified":"1F64C-1F3FC","non_qualified":null,"image":"1f64c-1f3fc.png","sheet_x":34,"sheet_y":48,"added_in":"1.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FD":{"unified":"1F64C-1F3FD","non_qualified":null,"image":"1f64c-1f3fd.png","sheet_x":34,"sheet_y":49,"added_in":"1.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FE":{"unified":"1F64C-1F3FE","non_qualified":null,"image":"1f64c-1f3fe.png","sheet_x":34,"sheet_y":50,"added_in":"1.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FF":{"unified":"1F64C-1F3FF","non_qualified":null,"image":"1f64c-1f3ff.png","sheet_x":34,"sheet_y":51,"added_in":"1.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true}},"a":"Person Raising Both Hands in Celebration","b":"1F64C","d":true,"e":true,"f":true,"h":true,"j":["raising_hands","gesture","hooray","yea","celebration","hands"],"k":[34,46],"o":0},"heart_hands":{"subcategory":"hands","skin_variations":{"1F3FB":{"unified":"1FAF6-1F3FB","non_qualified":null,"image":"1faf6-1f3fb.png","sheet_x":56,"sheet_y":15,"added_in":"14.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FC":{"unified":"1FAF6-1F3FC","non_qualified":null,"image":"1faf6-1f3fc.png","sheet_x":56,"sheet_y":16,"added_in":"14.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FD":{"unified":"1FAF6-1F3FD","non_qualified":null,"image":"1faf6-1f3fd.png","sheet_x":56,"sheet_y":17,"added_in":"14.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FE":{"unified":"1FAF6-1F3FE","non_qualified":null,"image":"1faf6-1f3fe.png","sheet_x":56,"sheet_y":18,"added_in":"14.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FF":{"unified":"1FAF6-1F3FF","non_qualified":null,"image":"1faf6-1f3ff.png","sheet_x":56,"sheet_y":19,"added_in":"14.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true}},"a":"Heart Hands","b":"1FAF6","d":true,"e":true,"f":true,"h":true,"j":["heart hands","love","appreciation","support"],"k":[56,14],"o":14},"open_hands":{"subcategory":"hands","skin_variations":{"1F3FB":{"unified":"1F450-1F3FB","non_qualified":null,"image":"1f450-1f3fb.png","sheet_x":13,"sheet_y":9,"added_in":"1.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FC":{"unified":"1F450-1F3FC","non_qualified":null,"image":"1f450-1f3fc.png","sheet_x":13,"sheet_y":10,"added_in":"1.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FD":{"unified":"1F450-1F3FD","non_qualified":null,"image":"1f450-1f3fd.png","sheet_x":13,"sheet_y":11,"added_in":"1.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FE":{"unified":"1F450-1F3FE","non_qualified":null,"image":"1f450-1f3fe.png","sheet_x":13,"sheet_y":12,"added_in":"1.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FF":{"unified":"1F450-1F3FF","non_qualified":null,"image":"1f450-1f3ff.png","sheet_x":13,"sheet_y":13,"added_in":"1.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true}},"a":"Open Hands Sign","b":"1F450","d":true,"e":true,"f":true,"h":true,"j":["open_hands","fingers","butterfly","hands","open"],"k":[13,8],"o":0},"palms_up_together":{"subcategory":"hands","skin_variations":{"1F3FB":{"unified":"1F932-1F3FB","non_qualified":null,"image":"1f932-1f3fb.png","sheet_x":40,"sheet_y":60,"added_in":"5.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FC":{"unified":"1F932-1F3FC","non_qualified":null,"image":"1f932-1f3fc.png","sheet_x":41,"sheet_y":0,"added_in":"5.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FD":{"unified":"1F932-1F3FD","non_qualified":null,"image":"1f932-1f3fd.png","sheet_x":41,"sheet_y":1,"added_in":"5.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FE":{"unified":"1F932-1F3FE","non_qualified":null,"image":"1f932-1f3fe.png","sheet_x":41,"sheet_y":2,"added_in":"5.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FF":{"unified":"1F932-1F3FF","non_qualified":null,"image":"1f932-1f3ff.png","sheet_x":41,"sheet_y":3,"added_in":"5.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true}},"a":"Palms Up Together","b":"1F932","d":true,"e":true,"f":true,"h":true,"j":["palms_up_together","hands","gesture","cupped","prayer"],"k":[40,59],"o":5},"handshake":{"subcategory":"hands","skin_variations":{"1F3FB":{"unified":"1F91D-1F3FB","non_qualified":null,"image":"1f91d-1f3fb.png","sheet_x":39,"sheet_y":38,"added_in":"14.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FC":{"unified":"1F91D-1F3FC","non_qualified":null,"image":"1f91d-1f3fc.png","sheet_x":39,"sheet_y":39,"added_in":"14.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FD":{"unified":"1F91D-1F3FD","non_qualified":null,"image":"1f91d-1f3fd.png","sheet_x":39,"sheet_y":40,"added_in":"14.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FE":{"unified":"1F91D-1F3FE","non_qualified":null,"image":"1f91d-1f3fe.png","sheet_x":39,"sheet_y":41,"added_in":"14.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FF":{"unified":"1F91D-1F3FF","non_qualified":null,"image":"1f91d-1f3ff.png","sheet_x":39,"sheet_y":42,"added_in":"14.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FB-1F3FC":{"unified":"1FAF1-1F3FB-200D-1FAF2-1F3FC","non_qualified":null,"image":"1faf1-1f3fb-200d-1faf2-1f3fc.png","sheet_x":39,"sheet_y":43,"added_in":"14.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FB-1F3FD":{"unified":"1FAF1-1F3FB-200D-1FAF2-1F3FD","non_qualified":null,"image":"1faf1-1f3fb-200d-1faf2-1f3fd.png","sheet_x":39,"sheet_y":44,"added_in":"14.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FB-1F3FE":{"unified":"1FAF1-1F3FB-200D-1FAF2-1F3FE","non_qualified":null,"image":"1faf1-1f3fb-200d-1faf2-1f3fe.png","sheet_x":39,"sheet_y":45,"added_in":"14.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FB-1F3FF":{"unified":"1FAF1-1F3FB-200D-1FAF2-1F3FF","non_qualified":null,"image":"1faf1-1f3fb-200d-1faf2-1f3ff.png","sheet_x":39,"sheet_y":46,"added_in":"14.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FC-1F3FB":{"unified":"1FAF1-1F3FC-200D-1FAF2-1F3FB","non_qualified":null,"image":"1faf1-1f3fc-200d-1faf2-1f3fb.png","sheet_x":39,"sheet_y":47,"added_in":"14.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FC-1F3FD":{"unified":"1FAF1-1F3FC-200D-1FAF2-1F3FD","non_qualified":null,"image":"1faf1-1f3fc-200d-1faf2-1f3fd.png","sheet_x":39,"sheet_y":48,"added_in":"14.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FC-1F3FE":{"unified":"1FAF1-1F3FC-200D-1FAF2-1F3FE","non_qualified":null,"image":"1faf1-1f3fc-200d-1faf2-1f3fe.png","sheet_x":39,"sheet_y":49,"added_in":"14.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FC-1F3FF":{"unified":"1FAF1-1F3FC-200D-1FAF2-1F3FF","non_qualified":null,"image":"1faf1-1f3fc-200d-1faf2-1f3ff.png","sheet_x":39,"sheet_y":50,"added_in":"14.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FD-1F3FB":{"unified":"1FAF1-1F3FD-200D-1FAF2-1F3FB","non_qualified":null,"image":"1faf1-1f3fd-200d-1faf2-1f3fb.png","sheet_x":39,"sheet_y":51,"added_in":"14.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FD-1F3FC":{"unified":"1FAF1-1F3FD-200D-1FAF2-1F3FC","non_qualified":null,"image":"1faf1-1f3fd-200d-1faf2-1f3fc.png","sheet_x":39,"sheet_y":52,"added_in":"14.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FD-1F3FE":{"unified":"1FAF1-1F3FD-200D-1FAF2-1F3FE","non_qualified":null,"image":"1faf1-1f3fd-200d-1faf2-1f3fe.png","sheet_x":39,"sheet_y":53,"added_in":"14.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FD-1F3FF":{"unified":"1FAF1-1F3FD-200D-1FAF2-1F3FF","non_qualified":null,"image":"1faf1-1f3fd-200d-1faf2-1f3ff.png","sheet_x":39,"sheet_y":54,"added_in":"14.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FE-1F3FB":{"unified":"1FAF1-1F3FE-200D-1FAF2-1F3FB","non_qualified":null,"image":"1faf1-1f3fe-200d-1faf2-1f3fb.png","sheet_x":39,"sheet_y":55,"added_in":"14.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FE-1F3FC":{"unified":"1FAF1-1F3FE-200D-1FAF2-1F3FC","non_qualified":null,"image":"1faf1-1f3fe-200d-1faf2-1f3fc.png","sheet_x":39,"sheet_y":56,"added_in":"14.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FE-1F3FD":{"unified":"1FAF1-1F3FE-200D-1FAF2-1F3FD","non_qualified":null,"image":"1faf1-1f3fe-200d-1faf2-1f3fd.png","sheet_x":39,"sheet_y":57,"added_in":"14.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FE-1F3FF":{"unified":"1FAF1-1F3FE-200D-1FAF2-1F3FF","non_qualified":null,"image":"1faf1-1f3fe-200d-1faf2-1f3ff.png","sheet_x":39,"sheet_y":58,"added_in":"14.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FF-1F3FB":{"unified":"1FAF1-1F3FF-200D-1FAF2-1F3FB","non_qualified":null,"image":"1faf1-1f3ff-200d-1faf2-1f3fb.png","sheet_x":39,"sheet_y":59,"added_in":"14.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FF-1F3FC":{"unified":"1FAF1-1F3FF-200D-1FAF2-1F3FC","non_qualified":null,"image":"1faf1-1f3ff-200d-1faf2-1f3fc.png","sheet_x":39,"sheet_y":60,"added_in":"14.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FF-1F3FD":{"unified":"1FAF1-1F3FF-200D-1FAF2-1F3FD","non_qualified":null,"image":"1faf1-1f3ff-200d-1faf2-1f3fd.png","sheet_x":40,"sheet_y":0,"added_in":"14.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FF-1F3FE":{"unified":"1FAF1-1F3FF-200D-1FAF2-1F3FE","non_qualified":null,"image":"1faf1-1f3ff-200d-1faf2-1f3fe.png","sheet_x":40,"sheet_y":1,"added_in":"14.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true}},"a":"Handshake","b":"1F91D","d":true,"e":true,"f":true,"h":true,"j":["handshake","agreement","shake"],"k":[39,37],"o":3},"pray":{"subcategory":"hands","skin_variations":{"1F3FB":{"unified":"1F64F-1F3FB","non_qualified":null,"image":"1f64f-1f3fb.png","sheet_x":35,"sheet_y":28,"added_in":"1.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FC":{"unified":"1F64F-1F3FC","non_qualified":null,"image":"1f64f-1f3fc.png","sheet_x":35,"sheet_y":29,"added_in":"1.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FD":{"unified":"1F64F-1F3FD","non_qualified":null,"image":"1f64f-1f3fd.png","sheet_x":35,"sheet_y":30,"added_in":"1.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FE":{"unified":"1F64F-1F3FE","non_qualified":null,"image":"1f64f-1f3fe.png","sheet_x":35,"sheet_y":31,"added_in":"1.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FF":{"unified":"1F64F-1F3FF","non_qualified":null,"image":"1f64f-1f3ff.png","sheet_x":35,"sheet_y":32,"added_in":"1.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true}},"a":"Person with Folded Hands","b":"1F64F","d":true,"e":true,"f":true,"h":true,"j":["folded_hands","please","hope","wish","namaste","highfive","pray","thank you","thanks","appreciate"],"k":[35,27],"o":0},"writing_hand":{"subcategory":"hand-prop","skin_variations":{"1F3FB":{"unified":"270D-1F3FB","non_qualified":null,"image":"270d-1f3fb.png","sheet_x":59,"sheet_y":16,"added_in":"1.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FC":{"unified":"270D-1F3FC","non_qualified":null,"image":"270d-1f3fc.png","sheet_x":59,"sheet_y":17,"added_in":"1.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FD":{"unified":"270D-1F3FD","non_qualified":null,"image":"270d-1f3fd.png","sheet_x":59,"sheet_y":18,"added_in":"1.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FE":{"unified":"270D-1F3FE","non_qualified":null,"image":"270d-1f3fe.png","sheet_x":59,"sheet_y":19,"added_in":"1.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FF":{"unified":"270D-1F3FF","non_qualified":null,"image":"270d-1f3ff.png","sheet_x":59,"sheet_y":20,"added_in":"1.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true}},"a":"Writing Hand","b":"270D-FE0F","c":"270D","d":true,"e":true,"f":true,"h":true,"j":["writing_hand","lower_left_ballpoint_pen","stationery","write","compose"],"k":[59,15],"o":0},"nail_care":{"subcategory":"hand-prop","skin_variations":{"1F3FB":{"unified":"1F485-1F3FB","non_qualified":null,"image":"1f485-1f3fb.png","sheet_x":25,"sheet_y":55,"added_in":"1.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FC":{"unified":"1F485-1F3FC","non_qualified":null,"image":"1f485-1f3fc.png","sheet_x":25,"sheet_y":56,"added_in":"1.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FD":{"unified":"1F485-1F3FD","non_qualified":null,"image":"1f485-1f3fd.png","sheet_x":25,"sheet_y":57,"added_in":"1.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FE":{"unified":"1F485-1F3FE","non_qualified":null,"image":"1f485-1f3fe.png","sheet_x":25,"sheet_y":58,"added_in":"1.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FF":{"unified":"1F485-1F3FF","non_qualified":null,"image":"1f485-1f3ff.png","sheet_x":25,"sheet_y":59,"added_in":"1.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true}},"a":"Nail Polish","b":"1F485","d":true,"e":true,"f":true,"h":true,"j":["nail_polish","nail_care","beauty","manicure","finger","fashion","nail","slay"],"k":[25,54],"o":0},"selfie":{"subcategory":"hand-prop","skin_variations":{"1F3FB":{"unified":"1F933-1F3FB","non_qualified":null,"image":"1f933-1f3fb.png","sheet_x":41,"sheet_y":5,"added_in":"3.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FC":{"unified":"1F933-1F3FC","non_qualified":null,"image":"1f933-1f3fc.png","sheet_x":41,"sheet_y":6,"added_in":"3.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FD":{"unified":"1F933-1F3FD","non_qualified":null,"image":"1f933-1f3fd.png","sheet_x":41,"sheet_y":7,"added_in":"3.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FE":{"unified":"1F933-1F3FE","non_qualified":null,"image":"1f933-1f3fe.png","sheet_x":41,"sheet_y":8,"added_in":"3.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FF":{"unified":"1F933-1F3FF","non_qualified":null,"image":"1f933-1f3ff.png","sheet_x":41,"sheet_y":9,"added_in":"3.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true}},"a":"Selfie","b":"1F933","d":true,"e":true,"f":true,"h":true,"j":["selfie","camera","phone"],"k":[41,4],"o":3},"muscle":{"subcategory":"body-parts","skin_variations":{"1F3FB":{"unified":"1F4AA-1F3FB","non_qualified":null,"image":"1f4aa-1f3fb.png","sheet_x":27,"sheet_y":59,"added_in":"1.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FC":{"unified":"1F4AA-1F3FC","non_qualified":null,"image":"1f4aa-1f3fc.png","sheet_x":27,"sheet_y":60,"added_in":"1.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FD":{"unified":"1F4AA-1F3FD","non_qualified":null,"image":"1f4aa-1f3fd.png","sheet_x":28,"sheet_y":0,"added_in":"1.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FE":{"unified":"1F4AA-1F3FE","non_qualified":null,"image":"1f4aa-1f3fe.png","sheet_x":28,"sheet_y":1,"added_in":"1.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FF":{"unified":"1F4AA-1F3FF","non_qualified":null,"image":"1f4aa-1f3ff.png","sheet_x":28,"sheet_y":2,"added_in":"1.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true}},"a":"Flexed Biceps","b":"1F4AA","d":true,"e":true,"f":true,"h":true,"j":["flexed_biceps","arm","flex","hand","summer","strong","biceps"],"k":[27,58],"o":0},"mechanical_arm":{"subcategory":"body-parts","a":"Mechanical Arm","b":"1F9BE","d":true,"e":true,"f":true,"h":true,"j":["mechanical_arm","accessibility"],"k":[46,5],"o":12},"mechanical_leg":{"subcategory":"body-parts","a":"Mechanical Leg","b":"1F9BF","d":true,"e":true,"f":true,"h":true,"j":["mechanical_leg","accessibility"],"k":[46,6],"o":12},"leg":{"subcategory":"body-parts","skin_variations":{"1F3FB":{"unified":"1F9B5-1F3FB","non_qualified":null,"image":"1f9b5-1f3fb.png","sheet_x":45,"sheet_y":9,"added_in":"11.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FC":{"unified":"1F9B5-1F3FC","non_qualified":null,"image":"1f9b5-1f3fc.png","sheet_x":45,"sheet_y":10,"added_in":"11.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FD":{"unified":"1F9B5-1F3FD","non_qualified":null,"image":"1f9b5-1f3fd.png","sheet_x":45,"sheet_y":11,"added_in":"11.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FE":{"unified":"1F9B5-1F3FE","non_qualified":null,"image":"1f9b5-1f3fe.png","sheet_x":45,"sheet_y":12,"added_in":"11.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FF":{"unified":"1F9B5-1F3FF","non_qualified":null,"image":"1f9b5-1f3ff.png","sheet_x":45,"sheet_y":13,"added_in":"11.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true}},"a":"Leg","b":"1F9B5","d":true,"e":true,"f":true,"h":true,"j":["leg","kick","limb"],"k":[45,8],"o":11},"foot":{"subcategory":"body-parts","skin_variations":{"1F3FB":{"unified":"1F9B6-1F3FB","non_qualified":null,"image":"1f9b6-1f3fb.png","sheet_x":45,"sheet_y":15,"added_in":"11.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FC":{"unified":"1F9B6-1F3FC","non_qualified":null,"image":"1f9b6-1f3fc.png","sheet_x":45,"sheet_y":16,"added_in":"11.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FD":{"unified":"1F9B6-1F3FD","non_qualified":null,"image":"1f9b6-1f3fd.png","sheet_x":45,"sheet_y":17,"added_in":"11.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FE":{"unified":"1F9B6-1F3FE","non_qualified":null,"image":"1f9b6-1f3fe.png","sheet_x":45,"sheet_y":18,"added_in":"11.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FF":{"unified":"1F9B6-1F3FF","non_qualified":null,"image":"1f9b6-1f3ff.png","sheet_x":45,"sheet_y":19,"added_in":"11.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true}},"a":"Foot","b":"1F9B6","d":true,"e":true,"f":true,"h":true,"j":["foot","kick","stomp"],"k":[45,14],"o":11},"ear":{"subcategory":"body-parts","skin_variations":{"1F3FB":{"unified":"1F442-1F3FB","non_qualified":null,"image":"1f442-1f3fb.png","sheet_x":11,"sheet_y":57,"added_in":"1.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FC":{"unified":"1F442-1F3FC","non_qualified":null,"image":"1f442-1f3fc.png","sheet_x":11,"sheet_y":58,"added_in":"1.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FD":{"unified":"1F442-1F3FD","non_qualified":null,"image":"1f442-1f3fd.png","sheet_x":11,"sheet_y":59,"added_in":"1.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FE":{"unified":"1F442-1F3FE","non_qualified":null,"image":"1f442-1f3fe.png","sheet_x":11,"sheet_y":60,"added_in":"1.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FF":{"unified":"1F442-1F3FF","non_qualified":null,"image":"1f442-1f3ff.png","sheet_x":12,"sheet_y":0,"added_in":"1.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true}},"a":"Ear","b":"1F442","d":true,"e":true,"f":true,"h":true,"j":["ear","face","hear","sound","listen"],"k":[11,56],"o":0},"ear_with_hearing_aid":{"subcategory":"body-parts","skin_variations":{"1F3FB":{"unified":"1F9BB-1F3FB","non_qualified":null,"image":"1f9bb-1f3fb.png","sheet_x":45,"sheet_y":59,"added_in":"12.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FC":{"unified":"1F9BB-1F3FC","non_qualified":null,"image":"1f9bb-1f3fc.png","sheet_x":45,"sheet_y":60,"added_in":"12.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FD":{"unified":"1F9BB-1F3FD","non_qualified":null,"image":"1f9bb-1f3fd.png","sheet_x":46,"sheet_y":0,"added_in":"12.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FE":{"unified":"1F9BB-1F3FE","non_qualified":null,"image":"1f9bb-1f3fe.png","sheet_x":46,"sheet_y":1,"added_in":"12.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FF":{"unified":"1F9BB-1F3FF","non_qualified":null,"image":"1f9bb-1f3ff.png","sheet_x":46,"sheet_y":2,"added_in":"12.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true}},"a":"Ear with Hearing Aid","b":"1F9BB","d":true,"e":true,"f":true,"h":true,"j":["ear_with_hearing_aid","accessibility"],"k":[45,58],"o":12},"nose":{"subcategory":"body-parts","skin_variations":{"1F3FB":{"unified":"1F443-1F3FB","non_qualified":null,"image":"1f443-1f3fb.png","sheet_x":12,"sheet_y":2,"added_in":"1.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FC":{"unified":"1F443-1F3FC","non_qualified":null,"image":"1f443-1f3fc.png","sheet_x":12,"sheet_y":3,"added_in":"1.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FD":{"unified":"1F443-1F3FD","non_qualified":null,"image":"1f443-1f3fd.png","sheet_x":12,"sheet_y":4,"added_in":"1.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FE":{"unified":"1F443-1F3FE","non_qualified":null,"image":"1f443-1f3fe.png","sheet_x":12,"sheet_y":5,"added_in":"1.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FF":{"unified":"1F443-1F3FF","non_qualified":null,"image":"1f443-1f3ff.png","sheet_x":12,"sheet_y":6,"added_in":"1.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true}},"a":"Nose","b":"1F443","d":true,"e":true,"f":true,"h":true,"j":["nose","smell","sniff"],"k":[12,1],"o":0},"brain":{"subcategory":"body-parts","a":"Brain","b":"1F9E0","d":true,"e":true,"f":true,"h":true,"j":["brain","smart","intelligent"],"k":[53,16],"o":5},"anatomical_heart":{"subcategory":"body-parts","a":"Anatomical Heart","b":"1FAC0","d":true,"e":true,"f":true,"h":true,"j":["anatomical heart","health","heartbeat"],"k":[54,56],"o":13},"lungs":{"subcategory":"body-parts","a":"Lungs","b":"1FAC1","d":true,"e":true,"f":true,"h":true,"j":["lungs","breathe"],"k":[54,57],"o":13},"tooth":{"subcategory":"body-parts","a":"Tooth","b":"1F9B7","d":true,"e":true,"f":true,"h":true,"j":["tooth","teeth","dentist"],"k":[45,20],"o":11},"bone":{"subcategory":"body-parts","a":"Bone","b":"1F9B4","d":true,"e":true,"f":true,"h":true,"j":["bone","skeleton"],"k":[45,7],"o":11},"eyes":{"subcategory":"body-parts","a":"Eyes","b":"1F440","d":true,"e":true,"f":true,"h":true,"j":["eyes","look","watch","stalk","peek","see"],"k":[11,53],"o":0},"eye":{"subcategory":"body-parts","a":"Eye","b":"1F441-FE0F","c":"1F441","d":true,"e":true,"f":true,"h":true,"j":["eye","face","look","see","watch","stare"],"k":[11,55],"o":0},"tongue":{"subcategory":"body-parts","a":"Tongue","b":"1F445","d":true,"e":true,"f":true,"h":true,"j":["tongue","mouth","playful"],"k":[12,8],"o":0},"lips":{"subcategory":"body-parts","a":"Mouth","b":"1F444","d":true,"e":true,"f":true,"h":true,"j":["mouth","kiss"],"k":[12,7],"o":0},"biting_lip":{"subcategory":"body-parts","a":"Biting Lip","b":"1FAE6","d":true,"e":true,"f":true,"h":true,"j":["biting lip","flirt","sexy","pain","worry"],"k":[55,36],"o":14},"baby":{"subcategory":"person","skin_variations":{"1F3FB":{"unified":"1F476-1F3FB","non_qualified":null,"image":"1f476-1f3fb.png","sheet_x":24,"sheet_y":30,"added_in":"1.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FC":{"unified":"1F476-1F3FC","non_qualified":null,"image":"1f476-1f3fc.png","sheet_x":24,"sheet_y":31,"added_in":"1.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FD":{"unified":"1F476-1F3FD","non_qualified":null,"image":"1f476-1f3fd.png","sheet_x":24,"sheet_y":32,"added_in":"1.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FE":{"unified":"1F476-1F3FE","non_qualified":null,"image":"1f476-1f3fe.png","sheet_x":24,"sheet_y":33,"added_in":"1.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FF":{"unified":"1F476-1F3FF","non_qualified":null,"image":"1f476-1f3ff.png","sheet_x":24,"sheet_y":34,"added_in":"1.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true}},"a":"Baby","b":"1F476","d":true,"e":true,"f":true,"h":true,"j":["baby","child","boy","girl","toddler"],"k":[24,29],"o":0},"child":{"subcategory":"person","skin_variations":{"1F3FB":{"unified":"1F9D2-1F3FB","non_qualified":null,"image":"1f9d2-1f3fb.png","sheet_x":50,"sheet_y":14,"added_in":"5.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FC":{"unified":"1F9D2-1F3FC","non_qualified":null,"image":"1f9d2-1f3fc.png","sheet_x":50,"sheet_y":15,"added_in":"5.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FD":{"unified":"1F9D2-1F3FD","non_qualified":null,"image":"1f9d2-1f3fd.png","sheet_x":50,"sheet_y":16,"added_in":"5.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FE":{"unified":"1F9D2-1F3FE","non_qualified":null,"image":"1f9d2-1f3fe.png","sheet_x":50,"sheet_y":17,"added_in":"5.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FF":{"unified":"1F9D2-1F3FF","non_qualified":null,"image":"1f9d2-1f3ff.png","sheet_x":50,"sheet_y":18,"added_in":"5.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true}},"a":"Child","b":"1F9D2","d":true,"e":true,"f":true,"h":true,"j":["child","gender-neutral","young"],"k":[50,13],"o":5},"boy":{"subcategory":"person","skin_variations":{"1F3FB":{"unified":"1F466-1F3FB","non_qualified":null,"image":"1f466-1f3fb.png","sheet_x":13,"sheet_y":36,"added_in":"1.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FC":{"unified":"1F466-1F3FC","non_qualified":null,"image":"1f466-1f3fc.png","sheet_x":13,"sheet_y":37,"added_in":"1.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FD":{"unified":"1F466-1F3FD","non_qualified":null,"image":"1f466-1f3fd.png","sheet_x":13,"sheet_y":38,"added_in":"1.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FE":{"unified":"1F466-1F3FE","non_qualified":null,"image":"1f466-1f3fe.png","sheet_x":13,"sheet_y":39,"added_in":"1.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FF":{"unified":"1F466-1F3FF","non_qualified":null,"image":"1f466-1f3ff.png","sheet_x":13,"sheet_y":40,"added_in":"1.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true}},"a":"Boy","b":"1F466","d":true,"e":true,"f":true,"h":true,"j":["boy","man","male","guy","teenager"],"k":[13,35],"o":0},"girl":{"subcategory":"person","skin_variations":{"1F3FB":{"unified":"1F467-1F3FB","non_qualified":null,"image":"1f467-1f3fb.png","sheet_x":13,"sheet_y":42,"added_in":"1.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FC":{"unified":"1F467-1F3FC","non_qualified":null,"image":"1f467-1f3fc.png","sheet_x":13,"sheet_y":43,"added_in":"1.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FD":{"unified":"1F467-1F3FD","non_qualified":null,"image":"1f467-1f3fd.png","sheet_x":13,"sheet_y":44,"added_in":"1.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FE":{"unified":"1F467-1F3FE","non_qualified":null,"image":"1f467-1f3fe.png","sheet_x":13,"sheet_y":45,"added_in":"1.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FF":{"unified":"1F467-1F3FF","non_qualified":null,"image":"1f467-1f3ff.png","sheet_x":13,"sheet_y":46,"added_in":"1.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true}},"a":"Girl","b":"1F467","d":true,"e":true,"f":true,"h":true,"j":["girl","female","woman","teenager"],"k":[13,41],"o":0},"adult":{"subcategory":"person","skin_variations":{"1F3FB":{"unified":"1F9D1-1F3FB","non_qualified":null,"image":"1f9d1-1f3fb.png","sheet_x":50,"sheet_y":8,"added_in":"5.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FC":{"unified":"1F9D1-1F3FC","non_qualified":null,"image":"1f9d1-1f3fc.png","sheet_x":50,"sheet_y":9,"added_in":"5.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FD":{"unified":"1F9D1-1F3FD","non_qualified":null,"image":"1f9d1-1f3fd.png","sheet_x":50,"sheet_y":10,"added_in":"5.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FE":{"unified":"1F9D1-1F3FE","non_qualified":null,"image":"1f9d1-1f3fe.png","sheet_x":50,"sheet_y":11,"added_in":"5.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FF":{"unified":"1F9D1-1F3FF","non_qualified":null,"image":"1f9d1-1f3ff.png","sheet_x":50,"sheet_y":12,"added_in":"5.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true}},"a":"Adult","b":"1F9D1","d":true,"e":true,"f":true,"h":true,"j":["person","gender-neutral"],"k":[50,7],"o":5},"person_with_blond_hair":{"subcategory":"person","skin_variations":{"1F3FB":{"unified":"1F471-1F3FB","non_qualified":null,"image":"1f471-1f3fb.png","sheet_x":23,"sheet_y":49,"added_in":"1.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FC":{"unified":"1F471-1F3FC","non_qualified":null,"image":"1f471-1f3fc.png","sheet_x":23,"sheet_y":50,"added_in":"1.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FD":{"unified":"1F471-1F3FD","non_qualified":null,"image":"1f471-1f3fd.png","sheet_x":23,"sheet_y":51,"added_in":"1.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FE":{"unified":"1F471-1F3FE","non_qualified":null,"image":"1f471-1f3fe.png","sheet_x":23,"sheet_y":52,"added_in":"1.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FF":{"unified":"1F471-1F3FF","non_qualified":null,"image":"1f471-1f3ff.png","sheet_x":23,"sheet_y":53,"added_in":"1.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true}},"obsoleted_by":"1F471-200D-2642-FE0F","a":"Person with Blond Hair","b":"1F471","d":true,"e":true,"f":true,"h":true,"j":["person_blond_hair","hairstyle"],"k":[23,48],"o":0},"man":{"subcategory":"person","skin_variations":{"1F3FB":{"unified":"1F468-1F3FB","non_qualified":null,"image":"1f468-1f3fb.png","sheet_x":17,"sheet_y":15,"added_in":"1.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FC":{"unified":"1F468-1F3FC","non_qualified":null,"image":"1f468-1f3fc.png","sheet_x":17,"sheet_y":16,"added_in":"1.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FD":{"unified":"1F468-1F3FD","non_qualified":null,"image":"1f468-1f3fd.png","sheet_x":17,"sheet_y":17,"added_in":"1.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FE":{"unified":"1F468-1F3FE","non_qualified":null,"image":"1f468-1f3fe.png","sheet_x":17,"sheet_y":18,"added_in":"1.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FF":{"unified":"1F468-1F3FF","non_qualified":null,"image":"1f468-1f3ff.png","sheet_x":17,"sheet_y":19,"added_in":"1.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true}},"a":"Man","b":"1F468","d":true,"e":true,"f":true,"h":true,"j":["man","mustache","father","dad","guy","classy","sir","moustache"],"k":[17,14],"o":0},"bearded_person":{"subcategory":"person","skin_variations":{"1F3FB":{"unified":"1F9D4-1F3FB","non_qualified":null,"image":"1f9d4-1f3fb.png","sheet_x":50,"sheet_y":38,"added_in":"5.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FC":{"unified":"1F9D4-1F3FC","non_qualified":null,"image":"1f9d4-1f3fc.png","sheet_x":50,"sheet_y":39,"added_in":"5.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FD":{"unified":"1F9D4-1F3FD","non_qualified":null,"image":"1f9d4-1f3fd.png","sheet_x":50,"sheet_y":40,"added_in":"5.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FE":{"unified":"1F9D4-1F3FE","non_qualified":null,"image":"1f9d4-1f3fe.png","sheet_x":50,"sheet_y":41,"added_in":"5.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FF":{"unified":"1F9D4-1F3FF","non_qualified":null,"image":"1f9d4-1f3ff.png","sheet_x":50,"sheet_y":42,"added_in":"5.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true}},"a":"Bearded Person","b":"1F9D4","d":true,"e":true,"f":true,"h":true,"j":["man_beard","person","bewhiskered"],"k":[50,37],"o":5},"man_with_beard":{"subcategory":"person","skin_variations":{"1F3FB":{"unified":"1F9D4-1F3FB-200D-2642-FE0F","non_qualified":"1F9D4-1F3FB-200D-2642","image":"1f9d4-1f3fb-200d-2642-fe0f.png","sheet_x":50,"sheet_y":32,"added_in":"13.1","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FC":{"unified":"1F9D4-1F3FC-200D-2642-FE0F","non_qualified":"1F9D4-1F3FC-200D-2642","image":"1f9d4-1f3fc-200d-2642-fe0f.png","sheet_x":50,"sheet_y":33,"added_in":"13.1","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FD":{"unified":"1F9D4-1F3FD-200D-2642-FE0F","non_qualified":"1F9D4-1F3FD-200D-2642","image":"1f9d4-1f3fd-200d-2642-fe0f.png","sheet_x":50,"sheet_y":34,"added_in":"13.1","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FE":{"unified":"1F9D4-1F3FE-200D-2642-FE0F","non_qualified":"1F9D4-1F3FE-200D-2642","image":"1f9d4-1f3fe-200d-2642-fe0f.png","sheet_x":50,"sheet_y":35,"added_in":"13.1","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FF":{"unified":"1F9D4-1F3FF-200D-2642-FE0F","non_qualified":"1F9D4-1F3FF-200D-2642","image":"1f9d4-1f3ff-200d-2642-fe0f.png","sheet_x":50,"sheet_y":36,"added_in":"13.1","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true}},"a":"Man: Beard","b":"1F9D4-200D-2642-FE0F","c":"1F9D4-200D-2642","d":true,"e":true,"f":true,"h":true,"j":["man beard","facial hair"],"k":[50,31],"o":13},"woman_with_beard":{"subcategory":"person","skin_variations":{"1F3FB":{"unified":"1F9D4-1F3FB-200D-2640-FE0F","non_qualified":"1F9D4-1F3FB-200D-2640","image":"1f9d4-1f3fb-200d-2640-fe0f.png","sheet_x":50,"sheet_y":26,"added_in":"13.1","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FC":{"unified":"1F9D4-1F3FC-200D-2640-FE0F","non_qualified":"1F9D4-1F3FC-200D-2640","image":"1f9d4-1f3fc-200d-2640-fe0f.png","sheet_x":50,"sheet_y":27,"added_in":"13.1","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FD":{"unified":"1F9D4-1F3FD-200D-2640-FE0F","non_qualified":"1F9D4-1F3FD-200D-2640","image":"1f9d4-1f3fd-200d-2640-fe0f.png","sheet_x":50,"sheet_y":28,"added_in":"13.1","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FE":{"unified":"1F9D4-1F3FE-200D-2640-FE0F","non_qualified":"1F9D4-1F3FE-200D-2640","image":"1f9d4-1f3fe-200d-2640-fe0f.png","sheet_x":50,"sheet_y":29,"added_in":"13.1","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FF":{"unified":"1F9D4-1F3FF-200D-2640-FE0F","non_qualified":"1F9D4-1F3FF-200D-2640","image":"1f9d4-1f3ff-200d-2640-fe0f.png","sheet_x":50,"sheet_y":30,"added_in":"13.1","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true}},"a":"Woman: Beard","b":"1F9D4-200D-2640-FE0F","c":"1F9D4-200D-2640","d":true,"e":true,"f":true,"h":true,"j":["woman beard","facial hair"],"k":[50,25],"o":13},"red_haired_man":{"subcategory":"person","skin_variations":{"1F3FB":{"unified":"1F468-1F3FB-200D-1F9B0","non_qualified":null,"image":"1f468-1f3fb-200d-1f9b0.png","sheet_x":15,"sheet_y":31,"added_in":"11.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FC":{"unified":"1F468-1F3FC-200D-1F9B0","non_qualified":null,"image":"1f468-1f3fc-200d-1f9b0.png","sheet_x":15,"sheet_y":32,"added_in":"11.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FD":{"unified":"1F468-1F3FD-200D-1F9B0","non_qualified":null,"image":"1f468-1f3fd-200d-1f9b0.png","sheet_x":15,"sheet_y":33,"added_in":"11.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FE":{"unified":"1F468-1F3FE-200D-1F9B0","non_qualified":null,"image":"1f468-1f3fe-200d-1f9b0.png","sheet_x":15,"sheet_y":34,"added_in":"11.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FF":{"unified":"1F468-1F3FF-200D-1F9B0","non_qualified":null,"image":"1f468-1f3ff-200d-1f9b0.png","sheet_x":15,"sheet_y":35,"added_in":"11.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true}},"a":"Man: Red Hair","b":"1F468-200D-1F9B0","d":true,"e":true,"f":true,"h":true,"j":["man_red_hair","hairstyle"],"k":[15,30],"o":11},"curly_haired_man":{"subcategory":"person","skin_variations":{"1F3FB":{"unified":"1F468-1F3FB-200D-1F9B1","non_qualified":null,"image":"1f468-1f3fb-200d-1f9b1.png","sheet_x":15,"sheet_y":37,"added_in":"11.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FC":{"unified":"1F468-1F3FC-200D-1F9B1","non_qualified":null,"image":"1f468-1f3fc-200d-1f9b1.png","sheet_x":15,"sheet_y":38,"added_in":"11.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FD":{"unified":"1F468-1F3FD-200D-1F9B1","non_qualified":null,"image":"1f468-1f3fd-200d-1f9b1.png","sheet_x":15,"sheet_y":39,"added_in":"11.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FE":{"unified":"1F468-1F3FE-200D-1F9B1","non_qualified":null,"image":"1f468-1f3fe-200d-1f9b1.png","sheet_x":15,"sheet_y":40,"added_in":"11.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FF":{"unified":"1F468-1F3FF-200D-1F9B1","non_qualified":null,"image":"1f468-1f3ff-200d-1f9b1.png","sheet_x":15,"sheet_y":41,"added_in":"11.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true}},"a":"Man: Curly Hair","b":"1F468-200D-1F9B1","d":true,"e":true,"f":true,"h":true,"j":["man_curly_hair","hairstyle"],"k":[15,36],"o":11},"white_haired_man":{"subcategory":"person","skin_variations":{"1F3FB":{"unified":"1F468-1F3FB-200D-1F9B3","non_qualified":null,"image":"1f468-1f3fb-200d-1f9b3.png","sheet_x":15,"sheet_y":49,"added_in":"11.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FC":{"unified":"1F468-1F3FC-200D-1F9B3","non_qualified":null,"image":"1f468-1f3fc-200d-1f9b3.png","sheet_x":15,"sheet_y":50,"added_in":"11.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FD":{"unified":"1F468-1F3FD-200D-1F9B3","non_qualified":null,"image":"1f468-1f3fd-200d-1f9b3.png","sheet_x":15,"sheet_y":51,"added_in":"11.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FE":{"unified":"1F468-1F3FE-200D-1F9B3","non_qualified":null,"image":"1f468-1f3fe-200d-1f9b3.png","sheet_x":15,"sheet_y":52,"added_in":"11.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FF":{"unified":"1F468-1F3FF-200D-1F9B3","non_qualified":null,"image":"1f468-1f3ff-200d-1f9b3.png","sheet_x":15,"sheet_y":53,"added_in":"11.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true}},"a":"Man: White Hair","b":"1F468-200D-1F9B3","d":true,"e":true,"f":true,"h":true,"j":["man_white_hair","old","elder"],"k":[15,48],"o":11},"bald_man":{"subcategory":"person","skin_variations":{"1F3FB":{"unified":"1F468-1F3FB-200D-1F9B2","non_qualified":null,"image":"1f468-1f3fb-200d-1f9b2.png","sheet_x":15,"sheet_y":43,"added_in":"11.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FC":{"unified":"1F468-1F3FC-200D-1F9B2","non_qualified":null,"image":"1f468-1f3fc-200d-1f9b2.png","sheet_x":15,"sheet_y":44,"added_in":"11.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FD":{"unified":"1F468-1F3FD-200D-1F9B2","non_qualified":null,"image":"1f468-1f3fd-200d-1f9b2.png","sheet_x":15,"sheet_y":45,"added_in":"11.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FE":{"unified":"1F468-1F3FE-200D-1F9B2","non_qualified":null,"image":"1f468-1f3fe-200d-1f9b2.png","sheet_x":15,"sheet_y":46,"added_in":"11.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FF":{"unified":"1F468-1F3FF-200D-1F9B2","non_qualified":null,"image":"1f468-1f3ff-200d-1f9b2.png","sheet_x":15,"sheet_y":47,"added_in":"11.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true}},"a":"Man: Bald","b":"1F468-200D-1F9B2","d":true,"e":true,"f":true,"h":true,"j":["man_bald","hairless"],"k":[15,42],"o":11},"woman":{"subcategory":"person","skin_variations":{"1F3FB":{"unified":"1F469-1F3FB","non_qualified":null,"image":"1f469-1f3fb.png","sheet_x":21,"sheet_y":35,"added_in":"1.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FC":{"unified":"1F469-1F3FC","non_qualified":null,"image":"1f469-1f3fc.png","sheet_x":21,"sheet_y":36,"added_in":"1.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FD":{"unified":"1F469-1F3FD","non_qualified":null,"image":"1f469-1f3fd.png","sheet_x":21,"sheet_y":37,"added_in":"1.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FE":{"unified":"1F469-1F3FE","non_qualified":null,"image":"1f469-1f3fe.png","sheet_x":21,"sheet_y":38,"added_in":"1.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FF":{"unified":"1F469-1F3FF","non_qualified":null,"image":"1f469-1f3ff.png","sheet_x":21,"sheet_y":39,"added_in":"1.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true}},"a":"Woman","b":"1F469","d":true,"e":true,"f":true,"h":true,"j":["woman","female","girls","lady"],"k":[21,34],"o":0},"red_haired_woman":{"subcategory":"person","skin_variations":{"1F3FB":{"unified":"1F469-1F3FB-200D-1F9B0","non_qualified":null,"image":"1f469-1f3fb-200d-1f9b0.png","sheet_x":18,"sheet_y":60,"added_in":"11.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FC":{"unified":"1F469-1F3FC-200D-1F9B0","non_qualified":null,"image":"1f469-1f3fc-200d-1f9b0.png","sheet_x":19,"sheet_y":0,"added_in":"11.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FD":{"unified":"1F469-1F3FD-200D-1F9B0","non_qualified":null,"image":"1f469-1f3fd-200d-1f9b0.png","sheet_x":19,"sheet_y":1,"added_in":"11.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FE":{"unified":"1F469-1F3FE-200D-1F9B0","non_qualified":null,"image":"1f469-1f3fe-200d-1f9b0.png","sheet_x":19,"sheet_y":2,"added_in":"11.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FF":{"unified":"1F469-1F3FF-200D-1F9B0","non_qualified":null,"image":"1f469-1f3ff-200d-1f9b0.png","sheet_x":19,"sheet_y":3,"added_in":"11.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true}},"a":"Woman: Red Hair","b":"1F469-200D-1F9B0","d":true,"e":true,"f":true,"h":true,"j":["woman_red_hair","hairstyle"],"k":[18,59],"o":11},"red_haired_person":{"subcategory":"person","skin_variations":{"1F3FB":{"unified":"1F9D1-1F3FB-200D-1F9B0","non_qualified":null,"image":"1f9d1-1f3fb-200d-1f9b0.png","sheet_x":49,"sheet_y":15,"added_in":"12.1","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FC":{"unified":"1F9D1-1F3FC-200D-1F9B0","non_qualified":null,"image":"1f9d1-1f3fc-200d-1f9b0.png","sheet_x":49,"sheet_y":16,"added_in":"12.1","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FD":{"unified":"1F9D1-1F3FD-200D-1F9B0","non_qualified":null,"image":"1f9d1-1f3fd-200d-1f9b0.png","sheet_x":49,"sheet_y":17,"added_in":"12.1","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FE":{"unified":"1F9D1-1F3FE-200D-1F9B0","non_qualified":null,"image":"1f9d1-1f3fe-200d-1f9b0.png","sheet_x":49,"sheet_y":18,"added_in":"12.1","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FF":{"unified":"1F9D1-1F3FF-200D-1F9B0","non_qualified":null,"image":"1f9d1-1f3ff-200d-1f9b0.png","sheet_x":49,"sheet_y":19,"added_in":"12.1","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true}},"a":"Person: Red Hair","b":"1F9D1-200D-1F9B0","d":true,"e":true,"f":true,"h":true,"j":["person_red_hair","hairstyle"],"k":[49,14],"o":12},"curly_haired_woman":{"subcategory":"person","skin_variations":{"1F3FB":{"unified":"1F469-1F3FB-200D-1F9B1","non_qualified":null,"image":"1f469-1f3fb-200d-1f9b1.png","sheet_x":19,"sheet_y":5,"added_in":"11.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FC":{"unified":"1F469-1F3FC-200D-1F9B1","non_qualified":null,"image":"1f469-1f3fc-200d-1f9b1.png","sheet_x":19,"sheet_y":6,"added_in":"11.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FD":{"unified":"1F469-1F3FD-200D-1F9B1","non_qualified":null,"image":"1f469-1f3fd-200d-1f9b1.png","sheet_x":19,"sheet_y":7,"added_in":"11.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FE":{"unified":"1F469-1F3FE-200D-1F9B1","non_qualified":null,"image":"1f469-1f3fe-200d-1f9b1.png","sheet_x":19,"sheet_y":8,"added_in":"11.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FF":{"unified":"1F469-1F3FF-200D-1F9B1","non_qualified":null,"image":"1f469-1f3ff-200d-1f9b1.png","sheet_x":19,"sheet_y":9,"added_in":"11.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true}},"a":"Woman: Curly Hair","b":"1F469-200D-1F9B1","d":true,"e":true,"f":true,"h":true,"j":["woman_curly_hair","hairstyle"],"k":[19,4],"o":11},"curly_haired_person":{"subcategory":"person","skin_variations":{"1F3FB":{"unified":"1F9D1-1F3FB-200D-1F9B1","non_qualified":null,"image":"1f9d1-1f3fb-200d-1f9b1.png","sheet_x":49,"sheet_y":21,"added_in":"12.1","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FC":{"unified":"1F9D1-1F3FC-200D-1F9B1","non_qualified":null,"image":"1f9d1-1f3fc-200d-1f9b1.png","sheet_x":49,"sheet_y":22,"added_in":"12.1","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FD":{"unified":"1F9D1-1F3FD-200D-1F9B1","non_qualified":null,"image":"1f9d1-1f3fd-200d-1f9b1.png","sheet_x":49,"sheet_y":23,"added_in":"12.1","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FE":{"unified":"1F9D1-1F3FE-200D-1F9B1","non_qualified":null,"image":"1f9d1-1f3fe-200d-1f9b1.png","sheet_x":49,"sheet_y":24,"added_in":"12.1","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FF":{"unified":"1F9D1-1F3FF-200D-1F9B1","non_qualified":null,"image":"1f9d1-1f3ff-200d-1f9b1.png","sheet_x":49,"sheet_y":25,"added_in":"12.1","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true}},"a":"Person: Curly Hair","b":"1F9D1-200D-1F9B1","d":true,"e":true,"f":true,"h":true,"j":["person_curly_hair","hairstyle"],"k":[49,20],"o":12},"white_haired_woman":{"subcategory":"person","skin_variations":{"1F3FB":{"unified":"1F469-1F3FB-200D-1F9B3","non_qualified":null,"image":"1f469-1f3fb-200d-1f9b3.png","sheet_x":19,"sheet_y":17,"added_in":"11.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FC":{"unified":"1F469-1F3FC-200D-1F9B3","non_qualified":null,"image":"1f469-1f3fc-200d-1f9b3.png","sheet_x":19,"sheet_y":18,"added_in":"11.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FD":{"unified":"1F469-1F3FD-200D-1F9B3","non_qualified":null,"image":"1f469-1f3fd-200d-1f9b3.png","sheet_x":19,"sheet_y":19,"added_in":"11.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FE":{"unified":"1F469-1F3FE-200D-1F9B3","non_qualified":null,"image":"1f469-1f3fe-200d-1f9b3.png","sheet_x":19,"sheet_y":20,"added_in":"11.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FF":{"unified":"1F469-1F3FF-200D-1F9B3","non_qualified":null,"image":"1f469-1f3ff-200d-1f9b3.png","sheet_x":19,"sheet_y":21,"added_in":"11.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true}},"a":"Woman: White Hair","b":"1F469-200D-1F9B3","d":true,"e":true,"f":true,"h":true,"j":["woman_white_hair","old","elder"],"k":[19,16],"o":11},"white_haired_person":{"subcategory":"person","skin_variations":{"1F3FB":{"unified":"1F9D1-1F3FB-200D-1F9B3","non_qualified":null,"image":"1f9d1-1f3fb-200d-1f9b3.png","sheet_x":49,"sheet_y":33,"added_in":"12.1","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FC":{"unified":"1F9D1-1F3FC-200D-1F9B3","non_qualified":null,"image":"1f9d1-1f3fc-200d-1f9b3.png","sheet_x":49,"sheet_y":34,"added_in":"12.1","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FD":{"unified":"1F9D1-1F3FD-200D-1F9B3","non_qualified":null,"image":"1f9d1-1f3fd-200d-1f9b3.png","sheet_x":49,"sheet_y":35,"added_in":"12.1","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FE":{"unified":"1F9D1-1F3FE-200D-1F9B3","non_qualified":null,"image":"1f9d1-1f3fe-200d-1f9b3.png","sheet_x":49,"sheet_y":36,"added_in":"12.1","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FF":{"unified":"1F9D1-1F3FF-200D-1F9B3","non_qualified":null,"image":"1f9d1-1f3ff-200d-1f9b3.png","sheet_x":49,"sheet_y":37,"added_in":"12.1","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true}},"a":"Person: White Hair","b":"1F9D1-200D-1F9B3","d":true,"e":true,"f":true,"h":true,"j":["person_white_hair","elder","old"],"k":[49,32],"o":12},"bald_woman":{"subcategory":"person","skin_variations":{"1F3FB":{"unified":"1F469-1F3FB-200D-1F9B2","non_qualified":null,"image":"1f469-1f3fb-200d-1f9b2.png","sheet_x":19,"sheet_y":11,"added_in":"11.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FC":{"unified":"1F469-1F3FC-200D-1F9B2","non_qualified":null,"image":"1f469-1f3fc-200d-1f9b2.png","sheet_x":19,"sheet_y":12,"added_in":"11.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FD":{"unified":"1F469-1F3FD-200D-1F9B2","non_qualified":null,"image":"1f469-1f3fd-200d-1f9b2.png","sheet_x":19,"sheet_y":13,"added_in":"11.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FE":{"unified":"1F469-1F3FE-200D-1F9B2","non_qualified":null,"image":"1f469-1f3fe-200d-1f9b2.png","sheet_x":19,"sheet_y":14,"added_in":"11.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FF":{"unified":"1F469-1F3FF-200D-1F9B2","non_qualified":null,"image":"1f469-1f3ff-200d-1f9b2.png","sheet_x":19,"sheet_y":15,"added_in":"11.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true}},"a":"Woman: Bald","b":"1F469-200D-1F9B2","d":true,"e":true,"f":true,"h":true,"j":["woman_bald","hairless"],"k":[19,10],"o":11},"bald_person":{"subcategory":"person","skin_variations":{"1F3FB":{"unified":"1F9D1-1F3FB-200D-1F9B2","non_qualified":null,"image":"1f9d1-1f3fb-200d-1f9b2.png","sheet_x":49,"sheet_y":27,"added_in":"12.1","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FC":{"unified":"1F9D1-1F3FC-200D-1F9B2","non_qualified":null,"image":"1f9d1-1f3fc-200d-1f9b2.png","sheet_x":49,"sheet_y":28,"added_in":"12.1","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FD":{"unified":"1F9D1-1F3FD-200D-1F9B2","non_qualified":null,"image":"1f9d1-1f3fd-200d-1f9b2.png","sheet_x":49,"sheet_y":29,"added_in":"12.1","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FE":{"unified":"1F9D1-1F3FE-200D-1F9B2","non_qualified":null,"image":"1f9d1-1f3fe-200d-1f9b2.png","sheet_x":49,"sheet_y":30,"added_in":"12.1","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FF":{"unified":"1F9D1-1F3FF-200D-1F9B2","non_qualified":null,"image":"1f9d1-1f3ff-200d-1f9b2.png","sheet_x":49,"sheet_y":31,"added_in":"12.1","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true}},"a":"Person: Bald","b":"1F9D1-200D-1F9B2","d":true,"e":true,"f":true,"h":true,"j":["person_bald","hairless"],"k":[49,26],"o":12},"blond-haired-woman":{"subcategory":"person","skin_variations":{"1F3FB":{"unified":"1F471-1F3FB-200D-2640-FE0F","non_qualified":"1F471-1F3FB-200D-2640","image":"1f471-1f3fb-200d-2640-fe0f.png","sheet_x":23,"sheet_y":37,"added_in":"4.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FC":{"unified":"1F471-1F3FC-200D-2640-FE0F","non_qualified":"1F471-1F3FC-200D-2640","image":"1f471-1f3fc-200d-2640-fe0f.png","sheet_x":23,"sheet_y":38,"added_in":"4.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FD":{"unified":"1F471-1F3FD-200D-2640-FE0F","non_qualified":"1F471-1F3FD-200D-2640","image":"1f471-1f3fd-200d-2640-fe0f.png","sheet_x":23,"sheet_y":39,"added_in":"4.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FE":{"unified":"1F471-1F3FE-200D-2640-FE0F","non_qualified":"1F471-1F3FE-200D-2640","image":"1f471-1f3fe-200d-2640-fe0f.png","sheet_x":23,"sheet_y":40,"added_in":"4.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FF":{"unified":"1F471-1F3FF-200D-2640-FE0F","non_qualified":"1F471-1F3FF-200D-2640","image":"1f471-1f3ff-200d-2640-fe0f.png","sheet_x":23,"sheet_y":41,"added_in":"4.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true}},"a":"Woman: Blond Hair","b":"1F471-200D-2640-FE0F","c":"1F471-200D-2640","d":true,"e":true,"f":true,"h":true,"j":["woman_blond_hair","woman","female","girl","blonde","person"],"k":[23,36],"o":4},"blond-haired-man":{"subcategory":"person","skin_variations":{"1F3FB":{"unified":"1F471-1F3FB-200D-2642-FE0F","non_qualified":"1F471-1F3FB-200D-2642","image":"1f471-1f3fb-200d-2642-fe0f.png","sheet_x":23,"sheet_y":43,"added_in":"4.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FC":{"unified":"1F471-1F3FC-200D-2642-FE0F","non_qualified":"1F471-1F3FC-200D-2642","image":"1f471-1f3fc-200d-2642-fe0f.png","sheet_x":23,"sheet_y":44,"added_in":"4.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FD":{"unified":"1F471-1F3FD-200D-2642-FE0F","non_qualified":"1F471-1F3FD-200D-2642","image":"1f471-1f3fd-200d-2642-fe0f.png","sheet_x":23,"sheet_y":45,"added_in":"4.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FE":{"unified":"1F471-1F3FE-200D-2642-FE0F","non_qualified":"1F471-1F3FE-200D-2642","image":"1f471-1f3fe-200d-2642-fe0f.png","sheet_x":23,"sheet_y":46,"added_in":"4.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FF":{"unified":"1F471-1F3FF-200D-2642-FE0F","non_qualified":"1F471-1F3FF-200D-2642","image":"1f471-1f3ff-200d-2642-fe0f.png","sheet_x":23,"sheet_y":47,"added_in":"4.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true}},"obsoletes":"1F471","a":"Man: Blond Hair","b":"1F471-200D-2642-FE0F","c":"1F471-200D-2642","d":true,"e":true,"f":true,"h":true,"j":["man_blond_hair","man","male","boy","blonde","guy","person"],"k":[23,42],"o":4},"older_adult":{"subcategory":"person","skin_variations":{"1F3FB":{"unified":"1F9D3-1F3FB","non_qualified":null,"image":"1f9d3-1f3fb.png","sheet_x":50,"sheet_y":20,"added_in":"5.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FC":{"unified":"1F9D3-1F3FC","non_qualified":null,"image":"1f9d3-1f3fc.png","sheet_x":50,"sheet_y":21,"added_in":"5.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FD":{"unified":"1F9D3-1F3FD","non_qualified":null,"image":"1f9d3-1f3fd.png","sheet_x":50,"sheet_y":22,"added_in":"5.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FE":{"unified":"1F9D3-1F3FE","non_qualified":null,"image":"1f9d3-1f3fe.png","sheet_x":50,"sheet_y":23,"added_in":"5.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FF":{"unified":"1F9D3-1F3FF","non_qualified":null,"image":"1f9d3-1f3ff.png","sheet_x":50,"sheet_y":24,"added_in":"5.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true}},"a":"Older Adult","b":"1F9D3","d":true,"e":true,"f":true,"h":true,"j":["older_person","human","elder","senior","gender-neutral"],"k":[50,19],"o":5},"older_man":{"subcategory":"person","skin_variations":{"1F3FB":{"unified":"1F474-1F3FB","non_qualified":null,"image":"1f474-1f3fb.png","sheet_x":24,"sheet_y":18,"added_in":"1.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FC":{"unified":"1F474-1F3FC","non_qualified":null,"image":"1f474-1f3fc.png","sheet_x":24,"sheet_y":19,"added_in":"1.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FD":{"unified":"1F474-1F3FD","non_qualified":null,"image":"1f474-1f3fd.png","sheet_x":24,"sheet_y":20,"added_in":"1.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FE":{"unified":"1F474-1F3FE","non_qualified":null,"image":"1f474-1f3fe.png","sheet_x":24,"sheet_y":21,"added_in":"1.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FF":{"unified":"1F474-1F3FF","non_qualified":null,"image":"1f474-1f3ff.png","sheet_x":24,"sheet_y":22,"added_in":"1.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true}},"a":"Older Man","b":"1F474","d":true,"e":true,"f":true,"h":true,"j":["old_man","human","male","men","old","elder","senior"],"k":[24,17],"o":0},"older_woman":{"subcategory":"person","skin_variations":{"1F3FB":{"unified":"1F475-1F3FB","non_qualified":null,"image":"1f475-1f3fb.png","sheet_x":24,"sheet_y":24,"added_in":"1.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FC":{"unified":"1F475-1F3FC","non_qualified":null,"image":"1f475-1f3fc.png","sheet_x":24,"sheet_y":25,"added_in":"1.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FD":{"unified":"1F475-1F3FD","non_qualified":null,"image":"1f475-1f3fd.png","sheet_x":24,"sheet_y":26,"added_in":"1.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FE":{"unified":"1F475-1F3FE","non_qualified":null,"image":"1f475-1f3fe.png","sheet_x":24,"sheet_y":27,"added_in":"1.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FF":{"unified":"1F475-1F3FF","non_qualified":null,"image":"1f475-1f3ff.png","sheet_x":24,"sheet_y":28,"added_in":"1.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true}},"a":"Older Woman","b":"1F475","d":true,"e":true,"f":true,"h":true,"j":["old_woman","human","female","women","lady","old","elder","senior"],"k":[24,23],"o":0},"person_frowning":{"subcategory":"person-gesture","skin_variations":{"1F3FB":{"unified":"1F64D-1F3FB","non_qualified":null,"image":"1f64d-1f3fb.png","sheet_x":35,"sheet_y":4,"added_in":"1.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FC":{"unified":"1F64D-1F3FC","non_qualified":null,"image":"1f64d-1f3fc.png","sheet_x":35,"sheet_y":5,"added_in":"1.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FD":{"unified":"1F64D-1F3FD","non_qualified":null,"image":"1f64d-1f3fd.png","sheet_x":35,"sheet_y":6,"added_in":"1.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FE":{"unified":"1F64D-1F3FE","non_qualified":null,"image":"1f64d-1f3fe.png","sheet_x":35,"sheet_y":7,"added_in":"1.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FF":{"unified":"1F64D-1F3FF","non_qualified":null,"image":"1f64d-1f3ff.png","sheet_x":35,"sheet_y":8,"added_in":"1.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true}},"obsoleted_by":"1F64D-200D-2640-FE0F","a":"Person Frowning","b":"1F64D","d":true,"e":true,"f":true,"h":true,"j":["person_frowning","worried"],"k":[35,3],"o":0},"man-frowning":{"subcategory":"person-gesture","skin_variations":{"1F3FB":{"unified":"1F64D-1F3FB-200D-2642-FE0F","non_qualified":"1F64D-1F3FB-200D-2642","image":"1f64d-1f3fb-200d-2642-fe0f.png","sheet_x":34,"sheet_y":59,"added_in":"4.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FC":{"unified":"1F64D-1F3FC-200D-2642-FE0F","non_qualified":"1F64D-1F3FC-200D-2642","image":"1f64d-1f3fc-200d-2642-fe0f.png","sheet_x":34,"sheet_y":60,"added_in":"4.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FD":{"unified":"1F64D-1F3FD-200D-2642-FE0F","non_qualified":"1F64D-1F3FD-200D-2642","image":"1f64d-1f3fd-200d-2642-fe0f.png","sheet_x":35,"sheet_y":0,"added_in":"4.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FE":{"unified":"1F64D-1F3FE-200D-2642-FE0F","non_qualified":"1F64D-1F3FE-200D-2642","image":"1f64d-1f3fe-200d-2642-fe0f.png","sheet_x":35,"sheet_y":1,"added_in":"4.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FF":{"unified":"1F64D-1F3FF-200D-2642-FE0F","non_qualified":"1F64D-1F3FF-200D-2642","image":"1f64d-1f3ff-200d-2642-fe0f.png","sheet_x":35,"sheet_y":2,"added_in":"4.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true}},"a":"Man Frowning","b":"1F64D-200D-2642-FE0F","c":"1F64D-200D-2642","d":true,"e":true,"f":true,"h":true,"j":["man_frowning","male","boy","man","sad","depressed","discouraged","unhappy"],"k":[34,58],"o":4},"woman-frowning":{"subcategory":"person-gesture","skin_variations":{"1F3FB":{"unified":"1F64D-1F3FB-200D-2640-FE0F","non_qualified":"1F64D-1F3FB-200D-2640","image":"1f64d-1f3fb-200d-2640-fe0f.png","sheet_x":34,"sheet_y":53,"added_in":"4.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FC":{"unified":"1F64D-1F3FC-200D-2640-FE0F","non_qualified":"1F64D-1F3FC-200D-2640","image":"1f64d-1f3fc-200d-2640-fe0f.png","sheet_x":34,"sheet_y":54,"added_in":"4.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FD":{"unified":"1F64D-1F3FD-200D-2640-FE0F","non_qualified":"1F64D-1F3FD-200D-2640","image":"1f64d-1f3fd-200d-2640-fe0f.png","sheet_x":34,"sheet_y":55,"added_in":"4.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FE":{"unified":"1F64D-1F3FE-200D-2640-FE0F","non_qualified":"1F64D-1F3FE-200D-2640","image":"1f64d-1f3fe-200d-2640-fe0f.png","sheet_x":34,"sheet_y":56,"added_in":"4.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FF":{"unified":"1F64D-1F3FF-200D-2640-FE0F","non_qualified":"1F64D-1F3FF-200D-2640","image":"1f64d-1f3ff-200d-2640-fe0f.png","sheet_x":34,"sheet_y":57,"added_in":"4.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true}},"obsoletes":"1F64D","a":"Woman Frowning","b":"1F64D-200D-2640-FE0F","c":"1F64D-200D-2640","d":true,"e":true,"f":true,"h":true,"j":["woman_frowning","female","girl","woman","sad","depressed","discouraged","unhappy"],"k":[34,52],"o":4},"person_with_pouting_face":{"subcategory":"person-gesture","skin_variations":{"1F3FB":{"unified":"1F64E-1F3FB","non_qualified":null,"image":"1f64e-1f3fb.png","sheet_x":35,"sheet_y":22,"added_in":"1.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FC":{"unified":"1F64E-1F3FC","non_qualified":null,"image":"1f64e-1f3fc.png","sheet_x":35,"sheet_y":23,"added_in":"1.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FD":{"unified":"1F64E-1F3FD","non_qualified":null,"image":"1f64e-1f3fd.png","sheet_x":35,"sheet_y":24,"added_in":"1.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FE":{"unified":"1F64E-1F3FE","non_qualified":null,"image":"1f64e-1f3fe.png","sheet_x":35,"sheet_y":25,"added_in":"1.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FF":{"unified":"1F64E-1F3FF","non_qualified":null,"image":"1f64e-1f3ff.png","sheet_x":35,"sheet_y":26,"added_in":"1.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true}},"obsoleted_by":"1F64E-200D-2640-FE0F","a":"Person with Pouting Face","b":"1F64E","d":true,"e":true,"f":true,"h":true,"j":["person_pouting","upset"],"k":[35,21],"o":0},"man-pouting":{"subcategory":"person-gesture","skin_variations":{"1F3FB":{"unified":"1F64E-1F3FB-200D-2642-FE0F","non_qualified":"1F64E-1F3FB-200D-2642","image":"1f64e-1f3fb-200d-2642-fe0f.png","sheet_x":35,"sheet_y":16,"added_in":"4.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FC":{"unified":"1F64E-1F3FC-200D-2642-FE0F","non_qualified":"1F64E-1F3FC-200D-2642","image":"1f64e-1f3fc-200d-2642-fe0f.png","sheet_x":35,"sheet_y":17,"added_in":"4.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FD":{"unified":"1F64E-1F3FD-200D-2642-FE0F","non_qualified":"1F64E-1F3FD-200D-2642","image":"1f64e-1f3fd-200d-2642-fe0f.png","sheet_x":35,"sheet_y":18,"added_in":"4.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FE":{"unified":"1F64E-1F3FE-200D-2642-FE0F","non_qualified":"1F64E-1F3FE-200D-2642","image":"1f64e-1f3fe-200d-2642-fe0f.png","sheet_x":35,"sheet_y":19,"added_in":"4.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FF":{"unified":"1F64E-1F3FF-200D-2642-FE0F","non_qualified":"1F64E-1F3FF-200D-2642","image":"1f64e-1f3ff-200d-2642-fe0f.png","sheet_x":35,"sheet_y":20,"added_in":"4.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true}},"a":"Man Pouting","b":"1F64E-200D-2642-FE0F","c":"1F64E-200D-2642","d":true,"e":true,"f":true,"h":true,"j":["man_pouting","male","boy","man"],"k":[35,15],"o":4},"woman-pouting":{"subcategory":"person-gesture","skin_variations":{"1F3FB":{"unified":"1F64E-1F3FB-200D-2640-FE0F","non_qualified":"1F64E-1F3FB-200D-2640","image":"1f64e-1f3fb-200d-2640-fe0f.png","sheet_x":35,"sheet_y":10,"added_in":"4.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FC":{"unified":"1F64E-1F3FC-200D-2640-FE0F","non_qualified":"1F64E-1F3FC-200D-2640","image":"1f64e-1f3fc-200d-2640-fe0f.png","sheet_x":35,"sheet_y":11,"added_in":"4.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FD":{"unified":"1F64E-1F3FD-200D-2640-FE0F","non_qualified":"1F64E-1F3FD-200D-2640","image":"1f64e-1f3fd-200d-2640-fe0f.png","sheet_x":35,"sheet_y":12,"added_in":"4.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FE":{"unified":"1F64E-1F3FE-200D-2640-FE0F","non_qualified":"1F64E-1F3FE-200D-2640","image":"1f64e-1f3fe-200d-2640-fe0f.png","sheet_x":35,"sheet_y":13,"added_in":"4.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FF":{"unified":"1F64E-1F3FF-200D-2640-FE0F","non_qualified":"1F64E-1F3FF-200D-2640","image":"1f64e-1f3ff-200d-2640-fe0f.png","sheet_x":35,"sheet_y":14,"added_in":"4.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true}},"obsoletes":"1F64E","a":"Woman Pouting","b":"1F64E-200D-2640-FE0F","c":"1F64E-200D-2640","d":true,"e":true,"f":true,"h":true,"j":["woman_pouting","female","girl","woman"],"k":[35,9],"o":4},"no_good":{"subcategory":"person-gesture","skin_variations":{"1F3FB":{"unified":"1F645-1F3FB","non_qualified":null,"image":"1f645-1f3fb.png","sheet_x":33,"sheet_y":45,"added_in":"1.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FC":{"unified":"1F645-1F3FC","non_qualified":null,"image":"1f645-1f3fc.png","sheet_x":33,"sheet_y":46,"added_in":"1.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FD":{"unified":"1F645-1F3FD","non_qualified":null,"image":"1f645-1f3fd.png","sheet_x":33,"sheet_y":47,"added_in":"1.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FE":{"unified":"1F645-1F3FE","non_qualified":null,"image":"1f645-1f3fe.png","sheet_x":33,"sheet_y":48,"added_in":"1.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FF":{"unified":"1F645-1F3FF","non_qualified":null,"image":"1f645-1f3ff.png","sheet_x":33,"sheet_y":49,"added_in":"1.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true}},"obsoleted_by":"1F645-200D-2640-FE0F","a":"Face with No Good Gesture","b":"1F645","d":true,"e":true,"f":true,"h":true,"j":["person_gesturing_no","decline"],"k":[33,44],"o":0},"man-gesturing-no":{"subcategory":"person-gesture","skin_variations":{"1F3FB":{"unified":"1F645-1F3FB-200D-2642-FE0F","non_qualified":"1F645-1F3FB-200D-2642","image":"1f645-1f3fb-200d-2642-fe0f.png","sheet_x":33,"sheet_y":39,"added_in":"4.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FC":{"unified":"1F645-1F3FC-200D-2642-FE0F","non_qualified":"1F645-1F3FC-200D-2642","image":"1f645-1f3fc-200d-2642-fe0f.png","sheet_x":33,"sheet_y":40,"added_in":"4.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FD":{"unified":"1F645-1F3FD-200D-2642-FE0F","non_qualified":"1F645-1F3FD-200D-2642","image":"1f645-1f3fd-200d-2642-fe0f.png","sheet_x":33,"sheet_y":41,"added_in":"4.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FE":{"unified":"1F645-1F3FE-200D-2642-FE0F","non_qualified":"1F645-1F3FE-200D-2642","image":"1f645-1f3fe-200d-2642-fe0f.png","sheet_x":33,"sheet_y":42,"added_in":"4.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FF":{"unified":"1F645-1F3FF-200D-2642-FE0F","non_qualified":"1F645-1F3FF-200D-2642","image":"1f645-1f3ff-200d-2642-fe0f.png","sheet_x":33,"sheet_y":43,"added_in":"4.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true}},"a":"Man Gesturing No","b":"1F645-200D-2642-FE0F","c":"1F645-200D-2642","d":true,"e":true,"f":true,"h":true,"j":["man_gesturing_no","male","boy","man","nope"],"k":[33,38],"o":4},"woman-gesturing-no":{"subcategory":"person-gesture","skin_variations":{"1F3FB":{"unified":"1F645-1F3FB-200D-2640-FE0F","non_qualified":"1F645-1F3FB-200D-2640","image":"1f645-1f3fb-200d-2640-fe0f.png","sheet_x":33,"sheet_y":33,"added_in":"4.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FC":{"unified":"1F645-1F3FC-200D-2640-FE0F","non_qualified":"1F645-1F3FC-200D-2640","image":"1f645-1f3fc-200d-2640-fe0f.png","sheet_x":33,"sheet_y":34,"added_in":"4.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FD":{"unified":"1F645-1F3FD-200D-2640-FE0F","non_qualified":"1F645-1F3FD-200D-2640","image":"1f645-1f3fd-200d-2640-fe0f.png","sheet_x":33,"sheet_y":35,"added_in":"4.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FE":{"unified":"1F645-1F3FE-200D-2640-FE0F","non_qualified":"1F645-1F3FE-200D-2640","image":"1f645-1f3fe-200d-2640-fe0f.png","sheet_x":33,"sheet_y":36,"added_in":"4.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FF":{"unified":"1F645-1F3FF-200D-2640-FE0F","non_qualified":"1F645-1F3FF-200D-2640","image":"1f645-1f3ff-200d-2640-fe0f.png","sheet_x":33,"sheet_y":37,"added_in":"4.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true}},"obsoletes":"1F645","a":"Woman Gesturing No","b":"1F645-200D-2640-FE0F","c":"1F645-200D-2640","d":true,"e":true,"f":true,"h":true,"j":["woman_gesturing_no","female","girl","woman","nope"],"k":[33,32],"o":4},"ok_woman":{"subcategory":"person-gesture","skin_variations":{"1F3FB":{"unified":"1F646-1F3FB","non_qualified":null,"image":"1f646-1f3fb.png","sheet_x":34,"sheet_y":2,"added_in":"1.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FC":{"unified":"1F646-1F3FC","non_qualified":null,"image":"1f646-1f3fc.png","sheet_x":34,"sheet_y":3,"added_in":"1.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FD":{"unified":"1F646-1F3FD","non_qualified":null,"image":"1f646-1f3fd.png","sheet_x":34,"sheet_y":4,"added_in":"1.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FE":{"unified":"1F646-1F3FE","non_qualified":null,"image":"1f646-1f3fe.png","sheet_x":34,"sheet_y":5,"added_in":"1.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FF":{"unified":"1F646-1F3FF","non_qualified":null,"image":"1f646-1f3ff.png","sheet_x":34,"sheet_y":6,"added_in":"1.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true}},"obsoleted_by":"1F646-200D-2640-FE0F","a":"Face with Ok Gesture","b":"1F646","d":true,"e":true,"f":true,"h":true,"j":["person_gesturing_ok","agree"],"k":[34,1],"o":0},"man-gesturing-ok":{"subcategory":"person-gesture","skin_variations":{"1F3FB":{"unified":"1F646-1F3FB-200D-2642-FE0F","non_qualified":"1F646-1F3FB-200D-2642","image":"1f646-1f3fb-200d-2642-fe0f.png","sheet_x":33,"sheet_y":57,"added_in":"4.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FC":{"unified":"1F646-1F3FC-200D-2642-FE0F","non_qualified":"1F646-1F3FC-200D-2642","image":"1f646-1f3fc-200d-2642-fe0f.png","sheet_x":33,"sheet_y":58,"added_in":"4.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FD":{"unified":"1F646-1F3FD-200D-2642-FE0F","non_qualified":"1F646-1F3FD-200D-2642","image":"1f646-1f3fd-200d-2642-fe0f.png","sheet_x":33,"sheet_y":59,"added_in":"4.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FE":{"unified":"1F646-1F3FE-200D-2642-FE0F","non_qualified":"1F646-1F3FE-200D-2642","image":"1f646-1f3fe-200d-2642-fe0f.png","sheet_x":33,"sheet_y":60,"added_in":"4.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FF":{"unified":"1F646-1F3FF-200D-2642-FE0F","non_qualified":"1F646-1F3FF-200D-2642","image":"1f646-1f3ff-200d-2642-fe0f.png","sheet_x":34,"sheet_y":0,"added_in":"4.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true}},"a":"Man Gesturing Ok","b":"1F646-200D-2642-FE0F","c":"1F646-200D-2642","d":true,"e":true,"f":true,"h":true,"j":["man_gesturing_ok","men","boy","male","blue","human","man"],"k":[33,56],"o":4},"woman-gesturing-ok":{"subcategory":"person-gesture","skin_variations":{"1F3FB":{"unified":"1F646-1F3FB-200D-2640-FE0F","non_qualified":"1F646-1F3FB-200D-2640","image":"1f646-1f3fb-200d-2640-fe0f.png","sheet_x":33,"sheet_y":51,"added_in":"4.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FC":{"unified":"1F646-1F3FC-200D-2640-FE0F","non_qualified":"1F646-1F3FC-200D-2640","image":"1f646-1f3fc-200d-2640-fe0f.png","sheet_x":33,"sheet_y":52,"added_in":"4.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FD":{"unified":"1F646-1F3FD-200D-2640-FE0F","non_qualified":"1F646-1F3FD-200D-2640","image":"1f646-1f3fd-200d-2640-fe0f.png","sheet_x":33,"sheet_y":53,"added_in":"4.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FE":{"unified":"1F646-1F3FE-200D-2640-FE0F","non_qualified":"1F646-1F3FE-200D-2640","image":"1f646-1f3fe-200d-2640-fe0f.png","sheet_x":33,"sheet_y":54,"added_in":"4.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FF":{"unified":"1F646-1F3FF-200D-2640-FE0F","non_qualified":"1F646-1F3FF-200D-2640","image":"1f646-1f3ff-200d-2640-fe0f.png","sheet_x":33,"sheet_y":55,"added_in":"4.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true}},"obsoletes":"1F646","a":"Woman Gesturing Ok","b":"1F646-200D-2640-FE0F","c":"1F646-200D-2640","d":true,"e":true,"f":true,"h":true,"j":["woman_gesturing_ok","women","girl","female","pink","human","woman"],"k":[33,50],"o":4},"information_desk_person":{"subcategory":"person-gesture","skin_variations":{"1F3FB":{"unified":"1F481-1F3FB","non_qualified":null,"image":"1f481-1f3fb.png","sheet_x":25,"sheet_y":24,"added_in":"1.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FC":{"unified":"1F481-1F3FC","non_qualified":null,"image":"1f481-1f3fc.png","sheet_x":25,"sheet_y":25,"added_in":"1.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FD":{"unified":"1F481-1F3FD","non_qualified":null,"image":"1f481-1f3fd.png","sheet_x":25,"sheet_y":26,"added_in":"1.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FE":{"unified":"1F481-1F3FE","non_qualified":null,"image":"1f481-1f3fe.png","sheet_x":25,"sheet_y":27,"added_in":"1.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FF":{"unified":"1F481-1F3FF","non_qualified":null,"image":"1f481-1f3ff.png","sheet_x":25,"sheet_y":28,"added_in":"1.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true}},"obsoleted_by":"1F481-200D-2640-FE0F","a":"Information Desk Person","b":"1F481","d":true,"e":true,"f":true,"h":true,"j":["person_tipping_hand","information"],"k":[25,23],"o":0},"man-tipping-hand":{"subcategory":"person-gesture","skin_variations":{"1F3FB":{"unified":"1F481-1F3FB-200D-2642-FE0F","non_qualified":"1F481-1F3FB-200D-2642","image":"1f481-1f3fb-200d-2642-fe0f.png","sheet_x":25,"sheet_y":18,"added_in":"4.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FC":{"unified":"1F481-1F3FC-200D-2642-FE0F","non_qualified":"1F481-1F3FC-200D-2642","image":"1f481-1f3fc-200d-2642-fe0f.png","sheet_x":25,"sheet_y":19,"added_in":"4.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FD":{"unified":"1F481-1F3FD-200D-2642-FE0F","non_qualified":"1F481-1F3FD-200D-2642","image":"1f481-1f3fd-200d-2642-fe0f.png","sheet_x":25,"sheet_y":20,"added_in":"4.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FE":{"unified":"1F481-1F3FE-200D-2642-FE0F","non_qualified":"1F481-1F3FE-200D-2642","image":"1f481-1f3fe-200d-2642-fe0f.png","sheet_x":25,"sheet_y":21,"added_in":"4.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FF":{"unified":"1F481-1F3FF-200D-2642-FE0F","non_qualified":"1F481-1F3FF-200D-2642","image":"1f481-1f3ff-200d-2642-fe0f.png","sheet_x":25,"sheet_y":22,"added_in":"4.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true}},"a":"Man Tipping Hand","b":"1F481-200D-2642-FE0F","c":"1F481-200D-2642","d":true,"e":true,"f":true,"h":true,"j":["man_tipping_hand","male","boy","man","human","information"],"k":[25,17],"o":4},"woman-tipping-hand":{"subcategory":"person-gesture","skin_variations":{"1F3FB":{"unified":"1F481-1F3FB-200D-2640-FE0F","non_qualified":"1F481-1F3FB-200D-2640","image":"1f481-1f3fb-200d-2640-fe0f.png","sheet_x":25,"sheet_y":12,"added_in":"4.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FC":{"unified":"1F481-1F3FC-200D-2640-FE0F","non_qualified":"1F481-1F3FC-200D-2640","image":"1f481-1f3fc-200d-2640-fe0f.png","sheet_x":25,"sheet_y":13,"added_in":"4.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FD":{"unified":"1F481-1F3FD-200D-2640-FE0F","non_qualified":"1F481-1F3FD-200D-2640","image":"1f481-1f3fd-200d-2640-fe0f.png","sheet_x":25,"sheet_y":14,"added_in":"4.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FE":{"unified":"1F481-1F3FE-200D-2640-FE0F","non_qualified":"1F481-1F3FE-200D-2640","image":"1f481-1f3fe-200d-2640-fe0f.png","sheet_x":25,"sheet_y":15,"added_in":"4.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FF":{"unified":"1F481-1F3FF-200D-2640-FE0F","non_qualified":"1F481-1F3FF-200D-2640","image":"1f481-1f3ff-200d-2640-fe0f.png","sheet_x":25,"sheet_y":16,"added_in":"4.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true}},"obsoletes":"1F481","a":"Woman Tipping Hand","b":"1F481-200D-2640-FE0F","c":"1F481-200D-2640","d":true,"e":true,"f":true,"h":true,"j":["woman_tipping_hand","female","girl","woman","human","information"],"k":[25,11],"o":4},"raising_hand":{"subcategory":"person-gesture","skin_variations":{"1F3FB":{"unified":"1F64B-1F3FB","non_qualified":null,"image":"1f64b-1f3fb.png","sheet_x":34,"sheet_y":41,"added_in":"1.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FC":{"unified":"1F64B-1F3FC","non_qualified":null,"image":"1f64b-1f3fc.png","sheet_x":34,"sheet_y":42,"added_in":"1.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FD":{"unified":"1F64B-1F3FD","non_qualified":null,"image":"1f64b-1f3fd.png","sheet_x":34,"sheet_y":43,"added_in":"1.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FE":{"unified":"1F64B-1F3FE","non_qualified":null,"image":"1f64b-1f3fe.png","sheet_x":34,"sheet_y":44,"added_in":"1.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FF":{"unified":"1F64B-1F3FF","non_qualified":null,"image":"1f64b-1f3ff.png","sheet_x":34,"sheet_y":45,"added_in":"1.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true}},"obsoleted_by":"1F64B-200D-2640-FE0F","a":"Happy Person Raising One Hand","b":"1F64B","d":true,"e":true,"f":true,"h":true,"j":["person_raising_hand","question"],"k":[34,40],"o":0},"man-raising-hand":{"subcategory":"person-gesture","skin_variations":{"1F3FB":{"unified":"1F64B-1F3FB-200D-2642-FE0F","non_qualified":"1F64B-1F3FB-200D-2642","image":"1f64b-1f3fb-200d-2642-fe0f.png","sheet_x":34,"sheet_y":35,"added_in":"4.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FC":{"unified":"1F64B-1F3FC-200D-2642-FE0F","non_qualified":"1F64B-1F3FC-200D-2642","image":"1f64b-1f3fc-200d-2642-fe0f.png","sheet_x":34,"sheet_y":36,"added_in":"4.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FD":{"unified":"1F64B-1F3FD-200D-2642-FE0F","non_qualified":"1F64B-1F3FD-200D-2642","image":"1f64b-1f3fd-200d-2642-fe0f.png","sheet_x":34,"sheet_y":37,"added_in":"4.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FE":{"unified":"1F64B-1F3FE-200D-2642-FE0F","non_qualified":"1F64B-1F3FE-200D-2642","image":"1f64b-1f3fe-200d-2642-fe0f.png","sheet_x":34,"sheet_y":38,"added_in":"4.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FF":{"unified":"1F64B-1F3FF-200D-2642-FE0F","non_qualified":"1F64B-1F3FF-200D-2642","image":"1f64b-1f3ff-200d-2642-fe0f.png","sheet_x":34,"sheet_y":39,"added_in":"4.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true}},"a":"Man Raising Hand","b":"1F64B-200D-2642-FE0F","c":"1F64B-200D-2642","d":true,"e":true,"f":true,"h":true,"j":["man_raising_hand","male","boy","man"],"k":[34,34],"o":4},"woman-raising-hand":{"subcategory":"person-gesture","skin_variations":{"1F3FB":{"unified":"1F64B-1F3FB-200D-2640-FE0F","non_qualified":"1F64B-1F3FB-200D-2640","image":"1f64b-1f3fb-200d-2640-fe0f.png","sheet_x":34,"sheet_y":29,"added_in":"4.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FC":{"unified":"1F64B-1F3FC-200D-2640-FE0F","non_qualified":"1F64B-1F3FC-200D-2640","image":"1f64b-1f3fc-200d-2640-fe0f.png","sheet_x":34,"sheet_y":30,"added_in":"4.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FD":{"unified":"1F64B-1F3FD-200D-2640-FE0F","non_qualified":"1F64B-1F3FD-200D-2640","image":"1f64b-1f3fd-200d-2640-fe0f.png","sheet_x":34,"sheet_y":31,"added_in":"4.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FE":{"unified":"1F64B-1F3FE-200D-2640-FE0F","non_qualified":"1F64B-1F3FE-200D-2640","image":"1f64b-1f3fe-200d-2640-fe0f.png","sheet_x":34,"sheet_y":32,"added_in":"4.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FF":{"unified":"1F64B-1F3FF-200D-2640-FE0F","non_qualified":"1F64B-1F3FF-200D-2640","image":"1f64b-1f3ff-200d-2640-fe0f.png","sheet_x":34,"sheet_y":33,"added_in":"4.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true}},"obsoletes":"1F64B","a":"Woman Raising Hand","b":"1F64B-200D-2640-FE0F","c":"1F64B-200D-2640","d":true,"e":true,"f":true,"h":true,"j":["woman_raising_hand","female","girl","woman"],"k":[34,28],"o":4},"deaf_person":{"subcategory":"person-gesture","skin_variations":{"1F3FB":{"unified":"1F9CF-1F3FB","non_qualified":null,"image":"1f9cf-1f3fb.png","sheet_x":47,"sheet_y":8,"added_in":"12.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FC":{"unified":"1F9CF-1F3FC","non_qualified":null,"image":"1f9cf-1f3fc.png","sheet_x":47,"sheet_y":9,"added_in":"12.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FD":{"unified":"1F9CF-1F3FD","non_qualified":null,"image":"1f9cf-1f3fd.png","sheet_x":47,"sheet_y":10,"added_in":"12.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FE":{"unified":"1F9CF-1F3FE","non_qualified":null,"image":"1f9cf-1f3fe.png","sheet_x":47,"sheet_y":11,"added_in":"12.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FF":{"unified":"1F9CF-1F3FF","non_qualified":null,"image":"1f9cf-1f3ff.png","sheet_x":47,"sheet_y":12,"added_in":"12.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true}},"a":"Deaf Person","b":"1F9CF","d":true,"e":true,"f":true,"h":true,"j":["deaf_person","accessibility"],"k":[47,7],"o":12},"deaf_man":{"subcategory":"person-gesture","skin_variations":{"1F3FB":{"unified":"1F9CF-1F3FB-200D-2642-FE0F","non_qualified":"1F9CF-1F3FB-200D-2642","image":"1f9cf-1f3fb-200d-2642-fe0f.png","sheet_x":47,"sheet_y":2,"added_in":"12.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FC":{"unified":"1F9CF-1F3FC-200D-2642-FE0F","non_qualified":"1F9CF-1F3FC-200D-2642","image":"1f9cf-1f3fc-200d-2642-fe0f.png","sheet_x":47,"sheet_y":3,"added_in":"12.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FD":{"unified":"1F9CF-1F3FD-200D-2642-FE0F","non_qualified":"1F9CF-1F3FD-200D-2642","image":"1f9cf-1f3fd-200d-2642-fe0f.png","sheet_x":47,"sheet_y":4,"added_in":"12.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FE":{"unified":"1F9CF-1F3FE-200D-2642-FE0F","non_qualified":"1F9CF-1F3FE-200D-2642","image":"1f9cf-1f3fe-200d-2642-fe0f.png","sheet_x":47,"sheet_y":5,"added_in":"12.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FF":{"unified":"1F9CF-1F3FF-200D-2642-FE0F","non_qualified":"1F9CF-1F3FF-200D-2642","image":"1f9cf-1f3ff-200d-2642-fe0f.png","sheet_x":47,"sheet_y":6,"added_in":"12.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true}},"a":"Deaf Man","b":"1F9CF-200D-2642-FE0F","c":"1F9CF-200D-2642","d":true,"e":true,"f":true,"h":true,"j":["deaf_man","accessibility"],"k":[47,1],"o":12},"deaf_woman":{"subcategory":"person-gesture","skin_variations":{"1F3FB":{"unified":"1F9CF-1F3FB-200D-2640-FE0F","non_qualified":"1F9CF-1F3FB-200D-2640","image":"1f9cf-1f3fb-200d-2640-fe0f.png","sheet_x":46,"sheet_y":57,"added_in":"12.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FC":{"unified":"1F9CF-1F3FC-200D-2640-FE0F","non_qualified":"1F9CF-1F3FC-200D-2640","image":"1f9cf-1f3fc-200d-2640-fe0f.png","sheet_x":46,"sheet_y":58,"added_in":"12.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FD":{"unified":"1F9CF-1F3FD-200D-2640-FE0F","non_qualified":"1F9CF-1F3FD-200D-2640","image":"1f9cf-1f3fd-200d-2640-fe0f.png","sheet_x":46,"sheet_y":59,"added_in":"12.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FE":{"unified":"1F9CF-1F3FE-200D-2640-FE0F","non_qualified":"1F9CF-1F3FE-200D-2640","image":"1f9cf-1f3fe-200d-2640-fe0f.png","sheet_x":46,"sheet_y":60,"added_in":"12.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FF":{"unified":"1F9CF-1F3FF-200D-2640-FE0F","non_qualified":"1F9CF-1F3FF-200D-2640","image":"1f9cf-1f3ff-200d-2640-fe0f.png","sheet_x":47,"sheet_y":0,"added_in":"12.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true}},"a":"Deaf Woman","b":"1F9CF-200D-2640-FE0F","c":"1F9CF-200D-2640","d":true,"e":true,"f":true,"h":true,"j":["deaf_woman","accessibility"],"k":[46,56],"o":12},"bow":{"subcategory":"person-gesture","skin_variations":{"1F3FB":{"unified":"1F647-1F3FB","non_qualified":null,"image":"1f647-1f3fb.png","sheet_x":34,"sheet_y":20,"added_in":"1.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FC":{"unified":"1F647-1F3FC","non_qualified":null,"image":"1f647-1f3fc.png","sheet_x":34,"sheet_y":21,"added_in":"1.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FD":{"unified":"1F647-1F3FD","non_qualified":null,"image":"1f647-1f3fd.png","sheet_x":34,"sheet_y":22,"added_in":"1.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FE":{"unified":"1F647-1F3FE","non_qualified":null,"image":"1f647-1f3fe.png","sheet_x":34,"sheet_y":23,"added_in":"1.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FF":{"unified":"1F647-1F3FF","non_qualified":null,"image":"1f647-1f3ff.png","sheet_x":34,"sheet_y":24,"added_in":"1.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true}},"a":"Person Bowing Deeply","b":"1F647","d":true,"e":true,"f":true,"h":true,"j":["person_bowing","respectiful"],"k":[34,19],"o":0},"man-bowing":{"subcategory":"person-gesture","skin_variations":{"1F3FB":{"unified":"1F647-1F3FB-200D-2642-FE0F","non_qualified":"1F647-1F3FB-200D-2642","image":"1f647-1f3fb-200d-2642-fe0f.png","sheet_x":34,"sheet_y":14,"added_in":"4.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FC":{"unified":"1F647-1F3FC-200D-2642-FE0F","non_qualified":"1F647-1F3FC-200D-2642","image":"1f647-1f3fc-200d-2642-fe0f.png","sheet_x":34,"sheet_y":15,"added_in":"4.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FD":{"unified":"1F647-1F3FD-200D-2642-FE0F","non_qualified":"1F647-1F3FD-200D-2642","image":"1f647-1f3fd-200d-2642-fe0f.png","sheet_x":34,"sheet_y":16,"added_in":"4.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FE":{"unified":"1F647-1F3FE-200D-2642-FE0F","non_qualified":"1F647-1F3FE-200D-2642","image":"1f647-1f3fe-200d-2642-fe0f.png","sheet_x":34,"sheet_y":17,"added_in":"4.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FF":{"unified":"1F647-1F3FF-200D-2642-FE0F","non_qualified":"1F647-1F3FF-200D-2642","image":"1f647-1f3ff-200d-2642-fe0f.png","sheet_x":34,"sheet_y":18,"added_in":"4.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true}},"a":"Man Bowing","b":"1F647-200D-2642-FE0F","c":"1F647-200D-2642","d":true,"e":true,"f":true,"h":true,"j":["man_bowing","man","male","boy"],"k":[34,13],"o":4},"woman-bowing":{"subcategory":"person-gesture","skin_variations":{"1F3FB":{"unified":"1F647-1F3FB-200D-2640-FE0F","non_qualified":"1F647-1F3FB-200D-2640","image":"1f647-1f3fb-200d-2640-fe0f.png","sheet_x":34,"sheet_y":8,"added_in":"4.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FC":{"unified":"1F647-1F3FC-200D-2640-FE0F","non_qualified":"1F647-1F3FC-200D-2640","image":"1f647-1f3fc-200d-2640-fe0f.png","sheet_x":34,"sheet_y":9,"added_in":"4.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FD":{"unified":"1F647-1F3FD-200D-2640-FE0F","non_qualified":"1F647-1F3FD-200D-2640","image":"1f647-1f3fd-200d-2640-fe0f.png","sheet_x":34,"sheet_y":10,"added_in":"4.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FE":{"unified":"1F647-1F3FE-200D-2640-FE0F","non_qualified":"1F647-1F3FE-200D-2640","image":"1f647-1f3fe-200d-2640-fe0f.png","sheet_x":34,"sheet_y":11,"added_in":"4.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FF":{"unified":"1F647-1F3FF-200D-2640-FE0F","non_qualified":"1F647-1F3FF-200D-2640","image":"1f647-1f3ff-200d-2640-fe0f.png","sheet_x":34,"sheet_y":12,"added_in":"4.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true}},"a":"Woman Bowing","b":"1F647-200D-2640-FE0F","c":"1F647-200D-2640","d":true,"e":true,"f":true,"h":true,"j":["woman_bowing","woman","female","girl"],"k":[34,7],"o":4},"face_palm":{"subcategory":"person-gesture","skin_variations":{"1F3FB":{"unified":"1F926-1F3FB","non_qualified":null,"image":"1f926-1f3fb.png","sheet_x":40,"sheet_y":33,"added_in":"3.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FC":{"unified":"1F926-1F3FC","non_qualified":null,"image":"1f926-1f3fc.png","sheet_x":40,"sheet_y":34,"added_in":"3.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FD":{"unified":"1F926-1F3FD","non_qualified":null,"image":"1f926-1f3fd.png","sheet_x":40,"sheet_y":35,"added_in":"3.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FE":{"unified":"1F926-1F3FE","non_qualified":null,"image":"1f926-1f3fe.png","sheet_x":40,"sheet_y":36,"added_in":"3.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FF":{"unified":"1F926-1F3FF","non_qualified":null,"image":"1f926-1f3ff.png","sheet_x":40,"sheet_y":37,"added_in":"3.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true}},"a":"Face Palm","b":"1F926","d":true,"e":true,"f":true,"h":true,"j":["person_facepalming","disappointed"],"k":[40,32],"o":3},"man-facepalming":{"subcategory":"person-gesture","skin_variations":{"1F3FB":{"unified":"1F926-1F3FB-200D-2642-FE0F","non_qualified":"1F926-1F3FB-200D-2642","image":"1f926-1f3fb-200d-2642-fe0f.png","sheet_x":40,"sheet_y":27,"added_in":"4.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FC":{"unified":"1F926-1F3FC-200D-2642-FE0F","non_qualified":"1F926-1F3FC-200D-2642","image":"1f926-1f3fc-200d-2642-fe0f.png","sheet_x":40,"sheet_y":28,"added_in":"4.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FD":{"unified":"1F926-1F3FD-200D-2642-FE0F","non_qualified":"1F926-1F3FD-200D-2642","image":"1f926-1f3fd-200d-2642-fe0f.png","sheet_x":40,"sheet_y":29,"added_in":"4.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FE":{"unified":"1F926-1F3FE-200D-2642-FE0F","non_qualified":"1F926-1F3FE-200D-2642","image":"1f926-1f3fe-200d-2642-fe0f.png","sheet_x":40,"sheet_y":30,"added_in":"4.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FF":{"unified":"1F926-1F3FF-200D-2642-FE0F","non_qualified":"1F926-1F3FF-200D-2642","image":"1f926-1f3ff-200d-2642-fe0f.png","sheet_x":40,"sheet_y":31,"added_in":"4.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true}},"a":"Man Facepalming","b":"1F926-200D-2642-FE0F","c":"1F926-200D-2642","d":true,"e":true,"f":true,"h":true,"j":["man_facepalming","man","male","boy","disbelief"],"k":[40,26],"o":4},"woman-facepalming":{"subcategory":"person-gesture","skin_variations":{"1F3FB":{"unified":"1F926-1F3FB-200D-2640-FE0F","non_qualified":"1F926-1F3FB-200D-2640","image":"1f926-1f3fb-200d-2640-fe0f.png","sheet_x":40,"sheet_y":21,"added_in":"4.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FC":{"unified":"1F926-1F3FC-200D-2640-FE0F","non_qualified":"1F926-1F3FC-200D-2640","image":"1f926-1f3fc-200d-2640-fe0f.png","sheet_x":40,"sheet_y":22,"added_in":"4.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FD":{"unified":"1F926-1F3FD-200D-2640-FE0F","non_qualified":"1F926-1F3FD-200D-2640","image":"1f926-1f3fd-200d-2640-fe0f.png","sheet_x":40,"sheet_y":23,"added_in":"4.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FE":{"unified":"1F926-1F3FE-200D-2640-FE0F","non_qualified":"1F926-1F3FE-200D-2640","image":"1f926-1f3fe-200d-2640-fe0f.png","sheet_x":40,"sheet_y":24,"added_in":"4.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FF":{"unified":"1F926-1F3FF-200D-2640-FE0F","non_qualified":"1F926-1F3FF-200D-2640","image":"1f926-1f3ff-200d-2640-fe0f.png","sheet_x":40,"sheet_y":25,"added_in":"4.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true}},"a":"Woman Facepalming","b":"1F926-200D-2640-FE0F","c":"1F926-200D-2640","d":true,"e":true,"f":true,"h":true,"j":["woman_facepalming","woman","female","girl","disbelief"],"k":[40,20],"o":4},"shrug":{"subcategory":"person-gesture","skin_variations":{"1F3FB":{"unified":"1F937-1F3FB","non_qualified":null,"image":"1f937-1f3fb.png","sheet_x":41,"sheet_y":53,"added_in":"3.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FC":{"unified":"1F937-1F3FC","non_qualified":null,"image":"1f937-1f3fc.png","sheet_x":41,"sheet_y":54,"added_in":"3.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FD":{"unified":"1F937-1F3FD","non_qualified":null,"image":"1f937-1f3fd.png","sheet_x":41,"sheet_y":55,"added_in":"3.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FE":{"unified":"1F937-1F3FE","non_qualified":null,"image":"1f937-1f3fe.png","sheet_x":41,"sheet_y":56,"added_in":"3.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FF":{"unified":"1F937-1F3FF","non_qualified":null,"image":"1f937-1f3ff.png","sheet_x":41,"sheet_y":57,"added_in":"3.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true}},"a":"Shrug","b":"1F937","d":true,"e":true,"f":true,"h":true,"j":["person_shrugging","regardless"],"k":[41,52],"o":3},"man-shrugging":{"subcategory":"person-gesture","skin_variations":{"1F3FB":{"unified":"1F937-1F3FB-200D-2642-FE0F","non_qualified":"1F937-1F3FB-200D-2642","image":"1f937-1f3fb-200d-2642-fe0f.png","sheet_x":41,"sheet_y":47,"added_in":"4.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FC":{"unified":"1F937-1F3FC-200D-2642-FE0F","non_qualified":"1F937-1F3FC-200D-2642","image":"1f937-1f3fc-200d-2642-fe0f.png","sheet_x":41,"sheet_y":48,"added_in":"4.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FD":{"unified":"1F937-1F3FD-200D-2642-FE0F","non_qualified":"1F937-1F3FD-200D-2642","image":"1f937-1f3fd-200d-2642-fe0f.png","sheet_x":41,"sheet_y":49,"added_in":"4.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FE":{"unified":"1F937-1F3FE-200D-2642-FE0F","non_qualified":"1F937-1F3FE-200D-2642","image":"1f937-1f3fe-200d-2642-fe0f.png","sheet_x":41,"sheet_y":50,"added_in":"4.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FF":{"unified":"1F937-1F3FF-200D-2642-FE0F","non_qualified":"1F937-1F3FF-200D-2642","image":"1f937-1f3ff-200d-2642-fe0f.png","sheet_x":41,"sheet_y":51,"added_in":"4.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true}},"a":"Man Shrugging","b":"1F937-200D-2642-FE0F","c":"1F937-200D-2642","d":true,"e":true,"f":true,"h":true,"j":["man_shrugging","man","male","boy","confused","indifferent","doubt"],"k":[41,46],"o":4},"woman-shrugging":{"subcategory":"person-gesture","skin_variations":{"1F3FB":{"unified":"1F937-1F3FB-200D-2640-FE0F","non_qualified":"1F937-1F3FB-200D-2640","image":"1f937-1f3fb-200d-2640-fe0f.png","sheet_x":41,"sheet_y":41,"added_in":"4.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FC":{"unified":"1F937-1F3FC-200D-2640-FE0F","non_qualified":"1F937-1F3FC-200D-2640","image":"1f937-1f3fc-200d-2640-fe0f.png","sheet_x":41,"sheet_y":42,"added_in":"4.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FD":{"unified":"1F937-1F3FD-200D-2640-FE0F","non_qualified":"1F937-1F3FD-200D-2640","image":"1f937-1f3fd-200d-2640-fe0f.png","sheet_x":41,"sheet_y":43,"added_in":"4.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FE":{"unified":"1F937-1F3FE-200D-2640-FE0F","non_qualified":"1F937-1F3FE-200D-2640","image":"1f937-1f3fe-200d-2640-fe0f.png","sheet_x":41,"sheet_y":44,"added_in":"4.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FF":{"unified":"1F937-1F3FF-200D-2640-FE0F","non_qualified":"1F937-1F3FF-200D-2640","image":"1f937-1f3ff-200d-2640-fe0f.png","sheet_x":41,"sheet_y":45,"added_in":"4.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true}},"a":"Woman Shrugging","b":"1F937-200D-2640-FE0F","c":"1F937-200D-2640","d":true,"e":true,"f":true,"h":true,"j":["woman_shrugging","woman","female","girl","confused","indifferent","doubt"],"k":[41,40],"o":4},"health_worker":{"subcategory":"person-role","skin_variations":{"1F3FB":{"unified":"1F9D1-1F3FB-200D-2695-FE0F","non_qualified":"1F9D1-1F3FB-200D-2695","image":"1f9d1-1f3fb-200d-2695-fe0f.png","sheet_x":49,"sheet_y":51,"added_in":"12.1","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FC":{"unified":"1F9D1-1F3FC-200D-2695-FE0F","non_qualified":"1F9D1-1F3FC-200D-2695","image":"1f9d1-1f3fc-200d-2695-fe0f.png","sheet_x":49,"sheet_y":52,"added_in":"12.1","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FD":{"unified":"1F9D1-1F3FD-200D-2695-FE0F","non_qualified":"1F9D1-1F3FD-200D-2695","image":"1f9d1-1f3fd-200d-2695-fe0f.png","sheet_x":49,"sheet_y":53,"added_in":"12.1","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FE":{"unified":"1F9D1-1F3FE-200D-2695-FE0F","non_qualified":"1F9D1-1F3FE-200D-2695","image":"1f9d1-1f3fe-200d-2695-fe0f.png","sheet_x":49,"sheet_y":54,"added_in":"12.1","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FF":{"unified":"1F9D1-1F3FF-200D-2695-FE0F","non_qualified":"1F9D1-1F3FF-200D-2695","image":"1f9d1-1f3ff-200d-2695-fe0f.png","sheet_x":49,"sheet_y":55,"added_in":"12.1","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true}},"a":"Health Worker","b":"1F9D1-200D-2695-FE0F","c":"1F9D1-200D-2695","d":true,"e":true,"f":true,"h":true,"j":["health_worker","hospital"],"k":[49,50],"o":12},"male-doctor":{"subcategory":"person-role","skin_variations":{"1F3FB":{"unified":"1F468-1F3FB-200D-2695-FE0F","non_qualified":"1F468-1F3FB-200D-2695","image":"1f468-1f3fb-200d-2695-fe0f.png","sheet_x":16,"sheet_y":6,"added_in":"4.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FC":{"unified":"1F468-1F3FC-200D-2695-FE0F","non_qualified":"1F468-1F3FC-200D-2695","image":"1f468-1f3fc-200d-2695-fe0f.png","sheet_x":16,"sheet_y":7,"added_in":"4.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FD":{"unified":"1F468-1F3FD-200D-2695-FE0F","non_qualified":"1F468-1F3FD-200D-2695","image":"1f468-1f3fd-200d-2695-fe0f.png","sheet_x":16,"sheet_y":8,"added_in":"4.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FE":{"unified":"1F468-1F3FE-200D-2695-FE0F","non_qualified":"1F468-1F3FE-200D-2695","image":"1f468-1f3fe-200d-2695-fe0f.png","sheet_x":16,"sheet_y":9,"added_in":"4.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FF":{"unified":"1F468-1F3FF-200D-2695-FE0F","non_qualified":"1F468-1F3FF-200D-2695","image":"1f468-1f3ff-200d-2695-fe0f.png","sheet_x":16,"sheet_y":10,"added_in":"4.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true}},"a":"Man Health Worker","b":"1F468-200D-2695-FE0F","c":"1F468-200D-2695","d":true,"e":true,"f":true,"h":true,"j":["man_health_worker","doctor","nurse","therapist","healthcare","man","human"],"k":[16,5],"o":4},"female-doctor":{"subcategory":"person-role","skin_variations":{"1F3FB":{"unified":"1F469-1F3FB-200D-2695-FE0F","non_qualified":"1F469-1F3FB-200D-2695","image":"1f469-1f3fb-200d-2695-fe0f.png","sheet_x":19,"sheet_y":35,"added_in":"4.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FC":{"unified":"1F469-1F3FC-200D-2695-FE0F","non_qualified":"1F469-1F3FC-200D-2695","image":"1f469-1f3fc-200d-2695-fe0f.png","sheet_x":19,"sheet_y":36,"added_in":"4.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FD":{"unified":"1F469-1F3FD-200D-2695-FE0F","non_qualified":"1F469-1F3FD-200D-2695","image":"1f469-1f3fd-200d-2695-fe0f.png","sheet_x":19,"sheet_y":37,"added_in":"4.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FE":{"unified":"1F469-1F3FE-200D-2695-FE0F","non_qualified":"1F469-1F3FE-200D-2695","image":"1f469-1f3fe-200d-2695-fe0f.png","sheet_x":19,"sheet_y":38,"added_in":"4.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FF":{"unified":"1F469-1F3FF-200D-2695-FE0F","non_qualified":"1F469-1F3FF-200D-2695","image":"1f469-1f3ff-200d-2695-fe0f.png","sheet_x":19,"sheet_y":39,"added_in":"4.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true}},"a":"Woman Health Worker","b":"1F469-200D-2695-FE0F","c":"1F469-200D-2695","d":true,"e":true,"f":true,"h":true,"j":["woman_health_worker","doctor","nurse","therapist","healthcare","woman","human"],"k":[19,34],"o":4},"student":{"subcategory":"person-role","skin_variations":{"1F3FB":{"unified":"1F9D1-1F3FB-200D-1F393","non_qualified":null,"image":"1f9d1-1f3fb-200d-1f393.png","sheet_x":47,"sheet_y":39,"added_in":"12.1","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FC":{"unified":"1F9D1-1F3FC-200D-1F393","non_qualified":null,"image":"1f9d1-1f3fc-200d-1f393.png","sheet_x":47,"sheet_y":40,"added_in":"12.1","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FD":{"unified":"1F9D1-1F3FD-200D-1F393","non_qualified":null,"image":"1f9d1-1f3fd-200d-1f393.png","sheet_x":47,"sheet_y":41,"added_in":"12.1","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FE":{"unified":"1F9D1-1F3FE-200D-1F393","non_qualified":null,"image":"1f9d1-1f3fe-200d-1f393.png","sheet_x":47,"sheet_y":42,"added_in":"12.1","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FF":{"unified":"1F9D1-1F3FF-200D-1F393","non_qualified":null,"image":"1f9d1-1f3ff-200d-1f393.png","sheet_x":47,"sheet_y":43,"added_in":"12.1","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true}},"a":"Student","b":"1F9D1-200D-1F393","d":true,"e":true,"f":true,"h":true,"j":["student","learn"],"k":[47,38],"o":12},"male-student":{"subcategory":"person-role","skin_variations":{"1F3FB":{"unified":"1F468-1F3FB-200D-1F393","non_qualified":null,"image":"1f468-1f3fb-200d-1f393.png","sheet_x":14,"sheet_y":5,"added_in":"4.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FC":{"unified":"1F468-1F3FC-200D-1F393","non_qualified":null,"image":"1f468-1f3fc-200d-1f393.png","sheet_x":14,"sheet_y":6,"added_in":"4.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FD":{"unified":"1F468-1F3FD-200D-1F393","non_qualified":null,"image":"1f468-1f3fd-200d-1f393.png","sheet_x":14,"sheet_y":7,"added_in":"4.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FE":{"unified":"1F468-1F3FE-200D-1F393","non_qualified":null,"image":"1f468-1f3fe-200d-1f393.png","sheet_x":14,"sheet_y":8,"added_in":"4.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FF":{"unified":"1F468-1F3FF-200D-1F393","non_qualified":null,"image":"1f468-1f3ff-200d-1f393.png","sheet_x":14,"sheet_y":9,"added_in":"4.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true}},"a":"Man Student","b":"1F468-200D-1F393","d":true,"e":true,"f":true,"h":true,"j":["man_student","graduate","man","human"],"k":[14,4],"o":4},"female-student":{"subcategory":"person-role","skin_variations":{"1F3FB":{"unified":"1F469-1F3FB-200D-1F393","non_qualified":null,"image":"1f469-1f3fb-200d-1f393.png","sheet_x":17,"sheet_y":39,"added_in":"4.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FC":{"unified":"1F469-1F3FC-200D-1F393","non_qualified":null,"image":"1f469-1f3fc-200d-1f393.png","sheet_x":17,"sheet_y":40,"added_in":"4.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FD":{"unified":"1F469-1F3FD-200D-1F393","non_qualified":null,"image":"1f469-1f3fd-200d-1f393.png","sheet_x":17,"sheet_y":41,"added_in":"4.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FE":{"unified":"1F469-1F3FE-200D-1F393","non_qualified":null,"image":"1f469-1f3fe-200d-1f393.png","sheet_x":17,"sheet_y":42,"added_in":"4.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FF":{"unified":"1F469-1F3FF-200D-1F393","non_qualified":null,"image":"1f469-1f3ff-200d-1f393.png","sheet_x":17,"sheet_y":43,"added_in":"4.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true}},"a":"Woman Student","b":"1F469-200D-1F393","d":true,"e":true,"f":true,"h":true,"j":["woman_student","graduate","woman","human"],"k":[17,38],"o":4},"teacher":{"subcategory":"person-role","skin_variations":{"1F3FB":{"unified":"1F9D1-1F3FB-200D-1F3EB","non_qualified":null,"image":"1f9d1-1f3fb-200d-1f3eb.png","sheet_x":47,"sheet_y":57,"added_in":"12.1","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FC":{"unified":"1F9D1-1F3FC-200D-1F3EB","non_qualified":null,"image":"1f9d1-1f3fc-200d-1f3eb.png","sheet_x":47,"sheet_y":58,"added_in":"12.1","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FD":{"unified":"1F9D1-1F3FD-200D-1F3EB","non_qualified":null,"image":"1f9d1-1f3fd-200d-1f3eb.png","sheet_x":47,"sheet_y":59,"added_in":"12.1","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FE":{"unified":"1F9D1-1F3FE-200D-1F3EB","non_qualified":null,"image":"1f9d1-1f3fe-200d-1f3eb.png","sheet_x":47,"sheet_y":60,"added_in":"12.1","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FF":{"unified":"1F9D1-1F3FF-200D-1F3EB","non_qualified":null,"image":"1f9d1-1f3ff-200d-1f3eb.png","sheet_x":48,"sheet_y":0,"added_in":"12.1","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true}},"a":"Teacher","b":"1F9D1-200D-1F3EB","d":true,"e":true,"f":true,"h":true,"j":["teacher","professor"],"k":[47,56],"o":12},"male-teacher":{"subcategory":"person-role","skin_variations":{"1F3FB":{"unified":"1F468-1F3FB-200D-1F3EB","non_qualified":null,"image":"1f468-1f3fb-200d-1f3eb.png","sheet_x":14,"sheet_y":23,"added_in":"4.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FC":{"unified":"1F468-1F3FC-200D-1F3EB","non_qualified":null,"image":"1f468-1f3fc-200d-1f3eb.png","sheet_x":14,"sheet_y":24,"added_in":"4.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FD":{"unified":"1F468-1F3FD-200D-1F3EB","non_qualified":null,"image":"1f468-1f3fd-200d-1f3eb.png","sheet_x":14,"sheet_y":25,"added_in":"4.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FE":{"unified":"1F468-1F3FE-200D-1F3EB","non_qualified":null,"image":"1f468-1f3fe-200d-1f3eb.png","sheet_x":14,"sheet_y":26,"added_in":"4.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FF":{"unified":"1F468-1F3FF-200D-1F3EB","non_qualified":null,"image":"1f468-1f3ff-200d-1f3eb.png","sheet_x":14,"sheet_y":27,"added_in":"4.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true}},"a":"Man Teacher","b":"1F468-200D-1F3EB","d":true,"e":true,"f":true,"h":true,"j":["man_teacher","instructor","professor","man","human"],"k":[14,22],"o":4},"female-teacher":{"subcategory":"person-role","skin_variations":{"1F3FB":{"unified":"1F469-1F3FB-200D-1F3EB","non_qualified":null,"image":"1f469-1f3fb-200d-1f3eb.png","sheet_x":17,"sheet_y":57,"added_in":"4.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FC":{"unified":"1F469-1F3FC-200D-1F3EB","non_qualified":null,"image":"1f469-1f3fc-200d-1f3eb.png","sheet_x":17,"sheet_y":58,"added_in":"4.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FD":{"unified":"1F469-1F3FD-200D-1F3EB","non_qualified":null,"image":"1f469-1f3fd-200d-1f3eb.png","sheet_x":17,"sheet_y":59,"added_in":"4.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FE":{"unified":"1F469-1F3FE-200D-1F3EB","non_qualified":null,"image":"1f469-1f3fe-200d-1f3eb.png","sheet_x":17,"sheet_y":60,"added_in":"4.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FF":{"unified":"1F469-1F3FF-200D-1F3EB","non_qualified":null,"image":"1f469-1f3ff-200d-1f3eb.png","sheet_x":18,"sheet_y":0,"added_in":"4.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true}},"a":"Woman Teacher","b":"1F469-200D-1F3EB","d":true,"e":true,"f":true,"h":true,"j":["woman_teacher","instructor","professor","woman","human"],"k":[17,56],"o":4},"judge":{"subcategory":"person-role","skin_variations":{"1F3FB":{"unified":"1F9D1-1F3FB-200D-2696-FE0F","non_qualified":"1F9D1-1F3FB-200D-2696","image":"1f9d1-1f3fb-200d-2696-fe0f.png","sheet_x":49,"sheet_y":57,"added_in":"12.1","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FC":{"unified":"1F9D1-1F3FC-200D-2696-FE0F","non_qualified":"1F9D1-1F3FC-200D-2696","image":"1f9d1-1f3fc-200d-2696-fe0f.png","sheet_x":49,"sheet_y":58,"added_in":"12.1","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FD":{"unified":"1F9D1-1F3FD-200D-2696-FE0F","non_qualified":"1F9D1-1F3FD-200D-2696","image":"1f9d1-1f3fd-200d-2696-fe0f.png","sheet_x":49,"sheet_y":59,"added_in":"12.1","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FE":{"unified":"1F9D1-1F3FE-200D-2696-FE0F","non_qualified":"1F9D1-1F3FE-200D-2696","image":"1f9d1-1f3fe-200d-2696-fe0f.png","sheet_x":49,"sheet_y":60,"added_in":"12.1","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FF":{"unified":"1F9D1-1F3FF-200D-2696-FE0F","non_qualified":"1F9D1-1F3FF-200D-2696","image":"1f9d1-1f3ff-200d-2696-fe0f.png","sheet_x":50,"sheet_y":0,"added_in":"12.1","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true}},"a":"Judge","b":"1F9D1-200D-2696-FE0F","c":"1F9D1-200D-2696","d":true,"e":true,"f":true,"h":true,"j":["judge","law"],"k":[49,56],"o":12},"male-judge":{"subcategory":"person-role","skin_variations":{"1F3FB":{"unified":"1F468-1F3FB-200D-2696-FE0F","non_qualified":"1F468-1F3FB-200D-2696","image":"1f468-1f3fb-200d-2696-fe0f.png","sheet_x":16,"sheet_y":12,"added_in":"4.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FC":{"unified":"1F468-1F3FC-200D-2696-FE0F","non_qualified":"1F468-1F3FC-200D-2696","image":"1f468-1f3fc-200d-2696-fe0f.png","sheet_x":16,"sheet_y":13,"added_in":"4.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FD":{"unified":"1F468-1F3FD-200D-2696-FE0F","non_qualified":"1F468-1F3FD-200D-2696","image":"1f468-1f3fd-200d-2696-fe0f.png","sheet_x":16,"sheet_y":14,"added_in":"4.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FE":{"unified":"1F468-1F3FE-200D-2696-FE0F","non_qualified":"1F468-1F3FE-200D-2696","image":"1f468-1f3fe-200d-2696-fe0f.png","sheet_x":16,"sheet_y":15,"added_in":"4.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FF":{"unified":"1F468-1F3FF-200D-2696-FE0F","non_qualified":"1F468-1F3FF-200D-2696","image":"1f468-1f3ff-200d-2696-fe0f.png","sheet_x":16,"sheet_y":16,"added_in":"4.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true}},"a":"Man Judge","b":"1F468-200D-2696-FE0F","c":"1F468-200D-2696","d":true,"e":true,"f":true,"h":true,"j":["man_judge","justice","court","man","human"],"k":[16,11],"o":4},"female-judge":{"subcategory":"person-role","skin_variations":{"1F3FB":{"unified":"1F469-1F3FB-200D-2696-FE0F","non_qualified":"1F469-1F3FB-200D-2696","image":"1f469-1f3fb-200d-2696-fe0f.png","sheet_x":19,"sheet_y":41,"added_in":"4.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FC":{"unified":"1F469-1F3FC-200D-2696-FE0F","non_qualified":"1F469-1F3FC-200D-2696","image":"1f469-1f3fc-200d-2696-fe0f.png","sheet_x":19,"sheet_y":42,"added_in":"4.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FD":{"unified":"1F469-1F3FD-200D-2696-FE0F","non_qualified":"1F469-1F3FD-200D-2696","image":"1f469-1f3fd-200d-2696-fe0f.png","sheet_x":19,"sheet_y":43,"added_in":"4.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FE":{"unified":"1F469-1F3FE-200D-2696-FE0F","non_qualified":"1F469-1F3FE-200D-2696","image":"1f469-1f3fe-200d-2696-fe0f.png","sheet_x":19,"sheet_y":44,"added_in":"4.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FF":{"unified":"1F469-1F3FF-200D-2696-FE0F","non_qualified":"1F469-1F3FF-200D-2696","image":"1f469-1f3ff-200d-2696-fe0f.png","sheet_x":19,"sheet_y":45,"added_in":"4.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true}},"a":"Woman Judge","b":"1F469-200D-2696-FE0F","c":"1F469-200D-2696","d":true,"e":true,"f":true,"h":true,"j":["woman_judge","justice","court","woman","human"],"k":[19,40],"o":4},"farmer":{"subcategory":"person-role","skin_variations":{"1F3FB":{"unified":"1F9D1-1F3FB-200D-1F33E","non_qualified":null,"image":"1f9d1-1f3fb-200d-1f33e.png","sheet_x":47,"sheet_y":15,"added_in":"12.1","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FC":{"unified":"1F9D1-1F3FC-200D-1F33E","non_qualified":null,"image":"1f9d1-1f3fc-200d-1f33e.png","sheet_x":47,"sheet_y":16,"added_in":"12.1","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FD":{"unified":"1F9D1-1F3FD-200D-1F33E","non_qualified":null,"image":"1f9d1-1f3fd-200d-1f33e.png","sheet_x":47,"sheet_y":17,"added_in":"12.1","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FE":{"unified":"1F9D1-1F3FE-200D-1F33E","non_qualified":null,"image":"1f9d1-1f3fe-200d-1f33e.png","sheet_x":47,"sheet_y":18,"added_in":"12.1","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FF":{"unified":"1F9D1-1F3FF-200D-1F33E","non_qualified":null,"image":"1f9d1-1f3ff-200d-1f33e.png","sheet_x":47,"sheet_y":19,"added_in":"12.1","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true}},"a":"Farmer","b":"1F9D1-200D-1F33E","d":true,"e":true,"f":true,"h":true,"j":["farmer","crops"],"k":[47,14],"o":12},"male-farmer":{"subcategory":"person-role","skin_variations":{"1F3FB":{"unified":"1F468-1F3FB-200D-1F33E","non_qualified":null,"image":"1f468-1f3fb-200d-1f33e.png","sheet_x":13,"sheet_y":48,"added_in":"4.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FC":{"unified":"1F468-1F3FC-200D-1F33E","non_qualified":null,"image":"1f468-1f3fc-200d-1f33e.png","sheet_x":13,"sheet_y":49,"added_in":"4.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FD":{"unified":"1F468-1F3FD-200D-1F33E","non_qualified":null,"image":"1f468-1f3fd-200d-1f33e.png","sheet_x":13,"sheet_y":50,"added_in":"4.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FE":{"unified":"1F468-1F3FE-200D-1F33E","non_qualified":null,"image":"1f468-1f3fe-200d-1f33e.png","sheet_x":13,"sheet_y":51,"added_in":"4.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FF":{"unified":"1F468-1F3FF-200D-1F33E","non_qualified":null,"image":"1f468-1f3ff-200d-1f33e.png","sheet_x":13,"sheet_y":52,"added_in":"4.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true}},"a":"Man Farmer","b":"1F468-200D-1F33E","d":true,"e":true,"f":true,"h":true,"j":["man_farmer","rancher","gardener","man","human"],"k":[13,47],"o":4},"female-farmer":{"subcategory":"person-role","skin_variations":{"1F3FB":{"unified":"1F469-1F3FB-200D-1F33E","non_qualified":null,"image":"1f469-1f3fb-200d-1f33e.png","sheet_x":17,"sheet_y":21,"added_in":"4.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FC":{"unified":"1F469-1F3FC-200D-1F33E","non_qualified":null,"image":"1f469-1f3fc-200d-1f33e.png","sheet_x":17,"sheet_y":22,"added_in":"4.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FD":{"unified":"1F469-1F3FD-200D-1F33E","non_qualified":null,"image":"1f469-1f3fd-200d-1f33e.png","sheet_x":17,"sheet_y":23,"added_in":"4.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FE":{"unified":"1F469-1F3FE-200D-1F33E","non_qualified":null,"image":"1f469-1f3fe-200d-1f33e.png","sheet_x":17,"sheet_y":24,"added_in":"4.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FF":{"unified":"1F469-1F3FF-200D-1F33E","non_qualified":null,"image":"1f469-1f3ff-200d-1f33e.png","sheet_x":17,"sheet_y":25,"added_in":"4.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true}},"a":"Woman Farmer","b":"1F469-200D-1F33E","d":true,"e":true,"f":true,"h":true,"j":["woman_farmer","rancher","gardener","woman","human"],"k":[17,20],"o":4},"cook":{"subcategory":"person-role","skin_variations":{"1F3FB":{"unified":"1F9D1-1F3FB-200D-1F373","non_qualified":null,"image":"1f9d1-1f3fb-200d-1f373.png","sheet_x":47,"sheet_y":21,"added_in":"12.1","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FC":{"unified":"1F9D1-1F3FC-200D-1F373","non_qualified":null,"image":"1f9d1-1f3fc-200d-1f373.png","sheet_x":47,"sheet_y":22,"added_in":"12.1","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FD":{"unified":"1F9D1-1F3FD-200D-1F373","non_qualified":null,"image":"1f9d1-1f3fd-200d-1f373.png","sheet_x":47,"sheet_y":23,"added_in":"12.1","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FE":{"unified":"1F9D1-1F3FE-200D-1F373","non_qualified":null,"image":"1f9d1-1f3fe-200d-1f373.png","sheet_x":47,"sheet_y":24,"added_in":"12.1","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FF":{"unified":"1F9D1-1F3FF-200D-1F373","non_qualified":null,"image":"1f9d1-1f3ff-200d-1f373.png","sheet_x":47,"sheet_y":25,"added_in":"12.1","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true}},"a":"Cook","b":"1F9D1-200D-1F373","d":true,"e":true,"f":true,"h":true,"j":["cook","food","kitchen","culinary"],"k":[47,20],"o":12},"male-cook":{"subcategory":"person-role","skin_variations":{"1F3FB":{"unified":"1F468-1F3FB-200D-1F373","non_qualified":null,"image":"1f468-1f3fb-200d-1f373.png","sheet_x":13,"sheet_y":54,"added_in":"4.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FC":{"unified":"1F468-1F3FC-200D-1F373","non_qualified":null,"image":"1f468-1f3fc-200d-1f373.png","sheet_x":13,"sheet_y":55,"added_in":"4.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FD":{"unified":"1F468-1F3FD-200D-1F373","non_qualified":null,"image":"1f468-1f3fd-200d-1f373.png","sheet_x":13,"sheet_y":56,"added_in":"4.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FE":{"unified":"1F468-1F3FE-200D-1F373","non_qualified":null,"image":"1f468-1f3fe-200d-1f373.png","sheet_x":13,"sheet_y":57,"added_in":"4.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FF":{"unified":"1F468-1F3FF-200D-1F373","non_qualified":null,"image":"1f468-1f3ff-200d-1f373.png","sheet_x":13,"sheet_y":58,"added_in":"4.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true}},"a":"Man Cook","b":"1F468-200D-1F373","d":true,"e":true,"f":true,"h":true,"j":["man_cook","chef","man","human"],"k":[13,53],"o":4},"female-cook":{"subcategory":"person-role","skin_variations":{"1F3FB":{"unified":"1F469-1F3FB-200D-1F373","non_qualified":null,"image":"1f469-1f3fb-200d-1f373.png","sheet_x":17,"sheet_y":27,"added_in":"4.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FC":{"unified":"1F469-1F3FC-200D-1F373","non_qualified":null,"image":"1f469-1f3fc-200d-1f373.png","sheet_x":17,"sheet_y":28,"added_in":"4.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FD":{"unified":"1F469-1F3FD-200D-1F373","non_qualified":null,"image":"1f469-1f3fd-200d-1f373.png","sheet_x":17,"sheet_y":29,"added_in":"4.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FE":{"unified":"1F469-1F3FE-200D-1F373","non_qualified":null,"image":"1f469-1f3fe-200d-1f373.png","sheet_x":17,"sheet_y":30,"added_in":"4.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FF":{"unified":"1F469-1F3FF-200D-1F373","non_qualified":null,"image":"1f469-1f3ff-200d-1f373.png","sheet_x":17,"sheet_y":31,"added_in":"4.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true}},"a":"Woman Cook","b":"1F469-200D-1F373","d":true,"e":true,"f":true,"h":true,"j":["woman_cook","chef","woman","human"],"k":[17,26],"o":4},"mechanic":{"subcategory":"person-role","skin_variations":{"1F3FB":{"unified":"1F9D1-1F3FB-200D-1F527","non_qualified":null,"image":"1f9d1-1f3fb-200d-1f527.png","sheet_x":48,"sheet_y":20,"added_in":"12.1","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FC":{"unified":"1F9D1-1F3FC-200D-1F527","non_qualified":null,"image":"1f9d1-1f3fc-200d-1f527.png","sheet_x":48,"sheet_y":21,"added_in":"12.1","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FD":{"unified":"1F9D1-1F3FD-200D-1F527","non_qualified":null,"image":"1f9d1-1f3fd-200d-1f527.png","sheet_x":48,"sheet_y":22,"added_in":"12.1","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FE":{"unified":"1F9D1-1F3FE-200D-1F527","non_qualified":null,"image":"1f9d1-1f3fe-200d-1f527.png","sheet_x":48,"sheet_y":23,"added_in":"12.1","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FF":{"unified":"1F9D1-1F3FF-200D-1F527","non_qualified":null,"image":"1f9d1-1f3ff-200d-1f527.png","sheet_x":48,"sheet_y":24,"added_in":"12.1","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true}},"a":"Mechanic","b":"1F9D1-200D-1F527","d":true,"e":true,"f":true,"h":true,"j":["mechanic","worker","technician"],"k":[48,19],"o":12},"male-mechanic":{"subcategory":"person-role","skin_variations":{"1F3FB":{"unified":"1F468-1F3FB-200D-1F527","non_qualified":null,"image":"1f468-1f3fb-200d-1f527.png","sheet_x":15,"sheet_y":1,"added_in":"4.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FC":{"unified":"1F468-1F3FC-200D-1F527","non_qualified":null,"image":"1f468-1f3fc-200d-1f527.png","sheet_x":15,"sheet_y":2,"added_in":"4.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FD":{"unified":"1F468-1F3FD-200D-1F527","non_qualified":null,"image":"1f468-1f3fd-200d-1f527.png","sheet_x":15,"sheet_y":3,"added_in":"4.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FE":{"unified":"1F468-1F3FE-200D-1F527","non_qualified":null,"image":"1f468-1f3fe-200d-1f527.png","sheet_x":15,"sheet_y":4,"added_in":"4.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FF":{"unified":"1F468-1F3FF-200D-1F527","non_qualified":null,"image":"1f468-1f3ff-200d-1f527.png","sheet_x":15,"sheet_y":5,"added_in":"4.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true}},"a":"Man Mechanic","b":"1F468-200D-1F527","d":true,"e":true,"f":true,"h":true,"j":["man_mechanic","plumber","man","human","wrench"],"k":[15,0],"o":4},"female-mechanic":{"subcategory":"person-role","skin_variations":{"1F3FB":{"unified":"1F469-1F3FB-200D-1F527","non_qualified":null,"image":"1f469-1f3fb-200d-1f527.png","sheet_x":18,"sheet_y":30,"added_in":"4.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FC":{"unified":"1F469-1F3FC-200D-1F527","non_qualified":null,"image":"1f469-1f3fc-200d-1f527.png","sheet_x":18,"sheet_y":31,"added_in":"4.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FD":{"unified":"1F469-1F3FD-200D-1F527","non_qualified":null,"image":"1f469-1f3fd-200d-1f527.png","sheet_x":18,"sheet_y":32,"added_in":"4.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FE":{"unified":"1F469-1F3FE-200D-1F527","non_qualified":null,"image":"1f469-1f3fe-200d-1f527.png","sheet_x":18,"sheet_y":33,"added_in":"4.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FF":{"unified":"1F469-1F3FF-200D-1F527","non_qualified":null,"image":"1f469-1f3ff-200d-1f527.png","sheet_x":18,"sheet_y":34,"added_in":"4.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true}},"a":"Woman Mechanic","b":"1F469-200D-1F527","d":true,"e":true,"f":true,"h":true,"j":["woman_mechanic","plumber","woman","human","wrench"],"k":[18,29],"o":4},"factory_worker":{"subcategory":"person-role","skin_variations":{"1F3FB":{"unified":"1F9D1-1F3FB-200D-1F3ED","non_qualified":null,"image":"1f9d1-1f3fb-200d-1f3ed.png","sheet_x":48,"sheet_y":2,"added_in":"12.1","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FC":{"unified":"1F9D1-1F3FC-200D-1F3ED","non_qualified":null,"image":"1f9d1-1f3fc-200d-1f3ed.png","sheet_x":48,"sheet_y":3,"added_in":"12.1","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FD":{"unified":"1F9D1-1F3FD-200D-1F3ED","non_qualified":null,"image":"1f9d1-1f3fd-200d-1f3ed.png","sheet_x":48,"sheet_y":4,"added_in":"12.1","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FE":{"unified":"1F9D1-1F3FE-200D-1F3ED","non_qualified":null,"image":"1f9d1-1f3fe-200d-1f3ed.png","sheet_x":48,"sheet_y":5,"added_in":"12.1","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FF":{"unified":"1F9D1-1F3FF-200D-1F3ED","non_qualified":null,"image":"1f9d1-1f3ff-200d-1f3ed.png","sheet_x":48,"sheet_y":6,"added_in":"12.1","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true}},"a":"Factory Worker","b":"1F9D1-200D-1F3ED","d":true,"e":true,"f":true,"h":true,"j":["factory_worker","labor"],"k":[48,1],"o":12},"male-factory-worker":{"subcategory":"person-role","skin_variations":{"1F3FB":{"unified":"1F468-1F3FB-200D-1F3ED","non_qualified":null,"image":"1f468-1f3fb-200d-1f3ed.png","sheet_x":14,"sheet_y":29,"added_in":"4.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FC":{"unified":"1F468-1F3FC-200D-1F3ED","non_qualified":null,"image":"1f468-1f3fc-200d-1f3ed.png","sheet_x":14,"sheet_y":30,"added_in":"4.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FD":{"unified":"1F468-1F3FD-200D-1F3ED","non_qualified":null,"image":"1f468-1f3fd-200d-1f3ed.png","sheet_x":14,"sheet_y":31,"added_in":"4.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FE":{"unified":"1F468-1F3FE-200D-1F3ED","non_qualified":null,"image":"1f468-1f3fe-200d-1f3ed.png","sheet_x":14,"sheet_y":32,"added_in":"4.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FF":{"unified":"1F468-1F3FF-200D-1F3ED","non_qualified":null,"image":"1f468-1f3ff-200d-1f3ed.png","sheet_x":14,"sheet_y":33,"added_in":"4.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true}},"a":"Man Factory Worker","b":"1F468-200D-1F3ED","d":true,"e":true,"f":true,"h":true,"j":["man_factory_worker","assembly","industrial","man","human"],"k":[14,28],"o":4},"female-factory-worker":{"subcategory":"person-role","skin_variations":{"1F3FB":{"unified":"1F469-1F3FB-200D-1F3ED","non_qualified":null,"image":"1f469-1f3fb-200d-1f3ed.png","sheet_x":18,"sheet_y":2,"added_in":"4.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FC":{"unified":"1F469-1F3FC-200D-1F3ED","non_qualified":null,"image":"1f469-1f3fc-200d-1f3ed.png","sheet_x":18,"sheet_y":3,"added_in":"4.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FD":{"unified":"1F469-1F3FD-200D-1F3ED","non_qualified":null,"image":"1f469-1f3fd-200d-1f3ed.png","sheet_x":18,"sheet_y":4,"added_in":"4.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FE":{"unified":"1F469-1F3FE-200D-1F3ED","non_qualified":null,"image":"1f469-1f3fe-200d-1f3ed.png","sheet_x":18,"sheet_y":5,"added_in":"4.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FF":{"unified":"1F469-1F3FF-200D-1F3ED","non_qualified":null,"image":"1f469-1f3ff-200d-1f3ed.png","sheet_x":18,"sheet_y":6,"added_in":"4.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true}},"a":"Woman Factory Worker","b":"1F469-200D-1F3ED","d":true,"e":true,"f":true,"h":true,"j":["woman_factory_worker","assembly","industrial","woman","human"],"k":[18,1],"o":4},"office_worker":{"subcategory":"person-role","skin_variations":{"1F3FB":{"unified":"1F9D1-1F3FB-200D-1F4BC","non_qualified":null,"image":"1f9d1-1f3fb-200d-1f4bc.png","sheet_x":48,"sheet_y":14,"added_in":"12.1","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FC":{"unified":"1F9D1-1F3FC-200D-1F4BC","non_qualified":null,"image":"1f9d1-1f3fc-200d-1f4bc.png","sheet_x":48,"sheet_y":15,"added_in":"12.1","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FD":{"unified":"1F9D1-1F3FD-200D-1F4BC","non_qualified":null,"image":"1f9d1-1f3fd-200d-1f4bc.png","sheet_x":48,"sheet_y":16,"added_in":"12.1","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FE":{"unified":"1F9D1-1F3FE-200D-1F4BC","non_qualified":null,"image":"1f9d1-1f3fe-200d-1f4bc.png","sheet_x":48,"sheet_y":17,"added_in":"12.1","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FF":{"unified":"1F9D1-1F3FF-200D-1F4BC","non_qualified":null,"image":"1f9d1-1f3ff-200d-1f4bc.png","sheet_x":48,"sheet_y":18,"added_in":"12.1","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true}},"a":"Office Worker","b":"1F9D1-200D-1F4BC","d":true,"e":true,"f":true,"h":true,"j":["office_worker","business"],"k":[48,13],"o":12},"male-office-worker":{"subcategory":"person-role","skin_variations":{"1F3FB":{"unified":"1F468-1F3FB-200D-1F4BC","non_qualified":null,"image":"1f468-1f3fb-200d-1f4bc.png","sheet_x":14,"sheet_y":56,"added_in":"4.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FC":{"unified":"1F468-1F3FC-200D-1F4BC","non_qualified":null,"image":"1f468-1f3fc-200d-1f4bc.png","sheet_x":14,"sheet_y":57,"added_in":"4.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FD":{"unified":"1F468-1F3FD-200D-1F4BC","non_qualified":null,"image":"1f468-1f3fd-200d-1f4bc.png","sheet_x":14,"sheet_y":58,"added_in":"4.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FE":{"unified":"1F468-1F3FE-200D-1F4BC","non_qualified":null,"image":"1f468-1f3fe-200d-1f4bc.png","sheet_x":14,"sheet_y":59,"added_in":"4.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FF":{"unified":"1F468-1F3FF-200D-1F4BC","non_qualified":null,"image":"1f468-1f3ff-200d-1f4bc.png","sheet_x":14,"sheet_y":60,"added_in":"4.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true}},"a":"Man Office Worker","b":"1F468-200D-1F4BC","d":true,"e":true,"f":true,"h":true,"j":["man_office_worker","business","manager","man","human"],"k":[14,55],"o":4},"female-office-worker":{"subcategory":"person-role","skin_variations":{"1F3FB":{"unified":"1F469-1F3FB-200D-1F4BC","non_qualified":null,"image":"1f469-1f3fb-200d-1f4bc.png","sheet_x":18,"sheet_y":24,"added_in":"4.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FC":{"unified":"1F469-1F3FC-200D-1F4BC","non_qualified":null,"image":"1f469-1f3fc-200d-1f4bc.png","sheet_x":18,"sheet_y":25,"added_in":"4.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FD":{"unified":"1F469-1F3FD-200D-1F4BC","non_qualified":null,"image":"1f469-1f3fd-200d-1f4bc.png","sheet_x":18,"sheet_y":26,"added_in":"4.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FE":{"unified":"1F469-1F3FE-200D-1F4BC","non_qualified":null,"image":"1f469-1f3fe-200d-1f4bc.png","sheet_x":18,"sheet_y":27,"added_in":"4.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FF":{"unified":"1F469-1F3FF-200D-1F4BC","non_qualified":null,"image":"1f469-1f3ff-200d-1f4bc.png","sheet_x":18,"sheet_y":28,"added_in":"4.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true}},"a":"Woman Office Worker","b":"1F469-200D-1F4BC","d":true,"e":true,"f":true,"h":true,"j":["woman_office_worker","business","manager","woman","human"],"k":[18,23],"o":4},"scientist":{"subcategory":"person-role","skin_variations":{"1F3FB":{"unified":"1F9D1-1F3FB-200D-1F52C","non_qualified":null,"image":"1f9d1-1f3fb-200d-1f52c.png","sheet_x":48,"sheet_y":26,"added_in":"12.1","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FC":{"unified":"1F9D1-1F3FC-200D-1F52C","non_qualified":null,"image":"1f9d1-1f3fc-200d-1f52c.png","sheet_x":48,"sheet_y":27,"added_in":"12.1","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FD":{"unified":"1F9D1-1F3FD-200D-1F52C","non_qualified":null,"image":"1f9d1-1f3fd-200d-1f52c.png","sheet_x":48,"sheet_y":28,"added_in":"12.1","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FE":{"unified":"1F9D1-1F3FE-200D-1F52C","non_qualified":null,"image":"1f9d1-1f3fe-200d-1f52c.png","sheet_x":48,"sheet_y":29,"added_in":"12.1","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FF":{"unified":"1F9D1-1F3FF-200D-1F52C","non_qualified":null,"image":"1f9d1-1f3ff-200d-1f52c.png","sheet_x":48,"sheet_y":30,"added_in":"12.1","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true}},"a":"Scientist","b":"1F9D1-200D-1F52C","d":true,"e":true,"f":true,"h":true,"j":["scientist","chemistry"],"k":[48,25],"o":12},"male-scientist":{"subcategory":"person-role","skin_variations":{"1F3FB":{"unified":"1F468-1F3FB-200D-1F52C","non_qualified":null,"image":"1f468-1f3fb-200d-1f52c.png","sheet_x":15,"sheet_y":7,"added_in":"4.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FC":{"unified":"1F468-1F3FC-200D-1F52C","non_qualified":null,"image":"1f468-1f3fc-200d-1f52c.png","sheet_x":15,"sheet_y":8,"added_in":"4.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FD":{"unified":"1F468-1F3FD-200D-1F52C","non_qualified":null,"image":"1f468-1f3fd-200d-1f52c.png","sheet_x":15,"sheet_y":9,"added_in":"4.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FE":{"unified":"1F468-1F3FE-200D-1F52C","non_qualified":null,"image":"1f468-1f3fe-200d-1f52c.png","sheet_x":15,"sheet_y":10,"added_in":"4.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FF":{"unified":"1F468-1F3FF-200D-1F52C","non_qualified":null,"image":"1f468-1f3ff-200d-1f52c.png","sheet_x":15,"sheet_y":11,"added_in":"4.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true}},"a":"Man Scientist","b":"1F468-200D-1F52C","d":true,"e":true,"f":true,"h":true,"j":["man_scientist","biologist","chemist","engineer","physicist","man","human"],"k":[15,6],"o":4},"female-scientist":{"subcategory":"person-role","skin_variations":{"1F3FB":{"unified":"1F469-1F3FB-200D-1F52C","non_qualified":null,"image":"1f469-1f3fb-200d-1f52c.png","sheet_x":18,"sheet_y":36,"added_in":"4.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FC":{"unified":"1F469-1F3FC-200D-1F52C","non_qualified":null,"image":"1f469-1f3fc-200d-1f52c.png","sheet_x":18,"sheet_y":37,"added_in":"4.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FD":{"unified":"1F469-1F3FD-200D-1F52C","non_qualified":null,"image":"1f469-1f3fd-200d-1f52c.png","sheet_x":18,"sheet_y":38,"added_in":"4.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FE":{"unified":"1F469-1F3FE-200D-1F52C","non_qualified":null,"image":"1f469-1f3fe-200d-1f52c.png","sheet_x":18,"sheet_y":39,"added_in":"4.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FF":{"unified":"1F469-1F3FF-200D-1F52C","non_qualified":null,"image":"1f469-1f3ff-200d-1f52c.png","sheet_x":18,"sheet_y":40,"added_in":"4.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true}},"a":"Woman Scientist","b":"1F469-200D-1F52C","d":true,"e":true,"f":true,"h":true,"j":["woman_scientist","biologist","chemist","engineer","physicist","woman","human"],"k":[18,35],"o":4},"technologist":{"subcategory":"person-role","skin_variations":{"1F3FB":{"unified":"1F9D1-1F3FB-200D-1F4BB","non_qualified":null,"image":"1f9d1-1f3fb-200d-1f4bb.png","sheet_x":48,"sheet_y":8,"added_in":"12.1","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FC":{"unified":"1F9D1-1F3FC-200D-1F4BB","non_qualified":null,"image":"1f9d1-1f3fc-200d-1f4bb.png","sheet_x":48,"sheet_y":9,"added_in":"12.1","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FD":{"unified":"1F9D1-1F3FD-200D-1F4BB","non_qualified":null,"image":"1f9d1-1f3fd-200d-1f4bb.png","sheet_x":48,"sheet_y":10,"added_in":"12.1","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FE":{"unified":"1F9D1-1F3FE-200D-1F4BB","non_qualified":null,"image":"1f9d1-1f3fe-200d-1f4bb.png","sheet_x":48,"sheet_y":11,"added_in":"12.1","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FF":{"unified":"1F9D1-1F3FF-200D-1F4BB","non_qualified":null,"image":"1f9d1-1f3ff-200d-1f4bb.png","sheet_x":48,"sheet_y":12,"added_in":"12.1","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true}},"a":"Technologist","b":"1F9D1-200D-1F4BB","d":true,"e":true,"f":true,"h":true,"j":["technologist","computer"],"k":[48,7],"o":12},"male-technologist":{"subcategory":"person-role","skin_variations":{"1F3FB":{"unified":"1F468-1F3FB-200D-1F4BB","non_qualified":null,"image":"1f468-1f3fb-200d-1f4bb.png","sheet_x":14,"sheet_y":50,"added_in":"4.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FC":{"unified":"1F468-1F3FC-200D-1F4BB","non_qualified":null,"image":"1f468-1f3fc-200d-1f4bb.png","sheet_x":14,"sheet_y":51,"added_in":"4.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FD":{"unified":"1F468-1F3FD-200D-1F4BB","non_qualified":null,"image":"1f468-1f3fd-200d-1f4bb.png","sheet_x":14,"sheet_y":52,"added_in":"4.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FE":{"unified":"1F468-1F3FE-200D-1F4BB","non_qualified":null,"image":"1f468-1f3fe-200d-1f4bb.png","sheet_x":14,"sheet_y":53,"added_in":"4.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FF":{"unified":"1F468-1F3FF-200D-1F4BB","non_qualified":null,"image":"1f468-1f3ff-200d-1f4bb.png","sheet_x":14,"sheet_y":54,"added_in":"4.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true}},"a":"Man Technologist","b":"1F468-200D-1F4BB","d":true,"e":true,"f":true,"h":true,"j":["man_technologist","coder","developer","engineer","programmer","software","man","human","laptop","computer"],"k":[14,49],"o":4},"female-technologist":{"subcategory":"person-role","skin_variations":{"1F3FB":{"unified":"1F469-1F3FB-200D-1F4BB","non_qualified":null,"image":"1f469-1f3fb-200d-1f4bb.png","sheet_x":18,"sheet_y":18,"added_in":"4.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FC":{"unified":"1F469-1F3FC-200D-1F4BB","non_qualified":null,"image":"1f469-1f3fc-200d-1f4bb.png","sheet_x":18,"sheet_y":19,"added_in":"4.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FD":{"unified":"1F469-1F3FD-200D-1F4BB","non_qualified":null,"image":"1f469-1f3fd-200d-1f4bb.png","sheet_x":18,"sheet_y":20,"added_in":"4.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FE":{"unified":"1F469-1F3FE-200D-1F4BB","non_qualified":null,"image":"1f469-1f3fe-200d-1f4bb.png","sheet_x":18,"sheet_y":21,"added_in":"4.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FF":{"unified":"1F469-1F3FF-200D-1F4BB","non_qualified":null,"image":"1f469-1f3ff-200d-1f4bb.png","sheet_x":18,"sheet_y":22,"added_in":"4.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true}},"a":"Woman Technologist","b":"1F469-200D-1F4BB","d":true,"e":true,"f":true,"h":true,"j":["woman_technologist","coder","developer","engineer","programmer","software","woman","human","laptop","computer"],"k":[18,17],"o":4},"singer":{"subcategory":"person-role","skin_variations":{"1F3FB":{"unified":"1F9D1-1F3FB-200D-1F3A4","non_qualified":null,"image":"1f9d1-1f3fb-200d-1f3a4.png","sheet_x":47,"sheet_y":45,"added_in":"12.1","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FC":{"unified":"1F9D1-1F3FC-200D-1F3A4","non_qualified":null,"image":"1f9d1-1f3fc-200d-1f3a4.png","sheet_x":47,"sheet_y":46,"added_in":"12.1","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FD":{"unified":"1F9D1-1F3FD-200D-1F3A4","non_qualified":null,"image":"1f9d1-1f3fd-200d-1f3a4.png","sheet_x":47,"sheet_y":47,"added_in":"12.1","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FE":{"unified":"1F9D1-1F3FE-200D-1F3A4","non_qualified":null,"image":"1f9d1-1f3fe-200d-1f3a4.png","sheet_x":47,"sheet_y":48,"added_in":"12.1","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FF":{"unified":"1F9D1-1F3FF-200D-1F3A4","non_qualified":null,"image":"1f9d1-1f3ff-200d-1f3a4.png","sheet_x":47,"sheet_y":49,"added_in":"12.1","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true}},"a":"Singer","b":"1F9D1-200D-1F3A4","d":true,"e":true,"f":true,"h":true,"j":["singer","song","artist","performer"],"k":[47,44],"o":12},"male-singer":{"subcategory":"person-role","skin_variations":{"1F3FB":{"unified":"1F468-1F3FB-200D-1F3A4","non_qualified":null,"image":"1f468-1f3fb-200d-1f3a4.png","sheet_x":14,"sheet_y":11,"added_in":"4.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FC":{"unified":"1F468-1F3FC-200D-1F3A4","non_qualified":null,"image":"1f468-1f3fc-200d-1f3a4.png","sheet_x":14,"sheet_y":12,"added_in":"4.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FD":{"unified":"1F468-1F3FD-200D-1F3A4","non_qualified":null,"image":"1f468-1f3fd-200d-1f3a4.png","sheet_x":14,"sheet_y":13,"added_in":"4.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FE":{"unified":"1F468-1F3FE-200D-1F3A4","non_qualified":null,"image":"1f468-1f3fe-200d-1f3a4.png","sheet_x":14,"sheet_y":14,"added_in":"4.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FF":{"unified":"1F468-1F3FF-200D-1F3A4","non_qualified":null,"image":"1f468-1f3ff-200d-1f3a4.png","sheet_x":14,"sheet_y":15,"added_in":"4.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true}},"a":"Man Singer","b":"1F468-200D-1F3A4","d":true,"e":true,"f":true,"h":true,"j":["man_singer","rockstar","entertainer","man","human"],"k":[14,10],"o":4},"female-singer":{"subcategory":"person-role","skin_variations":{"1F3FB":{"unified":"1F469-1F3FB-200D-1F3A4","non_qualified":null,"image":"1f469-1f3fb-200d-1f3a4.png","sheet_x":17,"sheet_y":45,"added_in":"4.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FC":{"unified":"1F469-1F3FC-200D-1F3A4","non_qualified":null,"image":"1f469-1f3fc-200d-1f3a4.png","sheet_x":17,"sheet_y":46,"added_in":"4.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FD":{"unified":"1F469-1F3FD-200D-1F3A4","non_qualified":null,"image":"1f469-1f3fd-200d-1f3a4.png","sheet_x":17,"sheet_y":47,"added_in":"4.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FE":{"unified":"1F469-1F3FE-200D-1F3A4","non_qualified":null,"image":"1f469-1f3fe-200d-1f3a4.png","sheet_x":17,"sheet_y":48,"added_in":"4.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FF":{"unified":"1F469-1F3FF-200D-1F3A4","non_qualified":null,"image":"1f469-1f3ff-200d-1f3a4.png","sheet_x":17,"sheet_y":49,"added_in":"4.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true}},"a":"Woman Singer","b":"1F469-200D-1F3A4","d":true,"e":true,"f":true,"h":true,"j":["woman_singer","rockstar","entertainer","woman","human"],"k":[17,44],"o":4},"artist":{"subcategory":"person-role","skin_variations":{"1F3FB":{"unified":"1F9D1-1F3FB-200D-1F3A8","non_qualified":null,"image":"1f9d1-1f3fb-200d-1f3a8.png","sheet_x":47,"sheet_y":51,"added_in":"12.1","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FC":{"unified":"1F9D1-1F3FC-200D-1F3A8","non_qualified":null,"image":"1f9d1-1f3fc-200d-1f3a8.png","sheet_x":47,"sheet_y":52,"added_in":"12.1","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FD":{"unified":"1F9D1-1F3FD-200D-1F3A8","non_qualified":null,"image":"1f9d1-1f3fd-200d-1f3a8.png","sheet_x":47,"sheet_y":53,"added_in":"12.1","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FE":{"unified":"1F9D1-1F3FE-200D-1F3A8","non_qualified":null,"image":"1f9d1-1f3fe-200d-1f3a8.png","sheet_x":47,"sheet_y":54,"added_in":"12.1","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FF":{"unified":"1F9D1-1F3FF-200D-1F3A8","non_qualified":null,"image":"1f9d1-1f3ff-200d-1f3a8.png","sheet_x":47,"sheet_y":55,"added_in":"12.1","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true}},"a":"Artist","b":"1F9D1-200D-1F3A8","d":true,"e":true,"f":true,"h":true,"j":["artist","painting","draw","creativity"],"k":[47,50],"o":12},"male-artist":{"subcategory":"person-role","skin_variations":{"1F3FB":{"unified":"1F468-1F3FB-200D-1F3A8","non_qualified":null,"image":"1f468-1f3fb-200d-1f3a8.png","sheet_x":14,"sheet_y":17,"added_in":"4.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FC":{"unified":"1F468-1F3FC-200D-1F3A8","non_qualified":null,"image":"1f468-1f3fc-200d-1f3a8.png","sheet_x":14,"sheet_y":18,"added_in":"4.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FD":{"unified":"1F468-1F3FD-200D-1F3A8","non_qualified":null,"image":"1f468-1f3fd-200d-1f3a8.png","sheet_x":14,"sheet_y":19,"added_in":"4.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FE":{"unified":"1F468-1F3FE-200D-1F3A8","non_qualified":null,"image":"1f468-1f3fe-200d-1f3a8.png","sheet_x":14,"sheet_y":20,"added_in":"4.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FF":{"unified":"1F468-1F3FF-200D-1F3A8","non_qualified":null,"image":"1f468-1f3ff-200d-1f3a8.png","sheet_x":14,"sheet_y":21,"added_in":"4.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true}},"a":"Man Artist","b":"1F468-200D-1F3A8","d":true,"e":true,"f":true,"h":true,"j":["man_artist","painter","man","human"],"k":[14,16],"o":4},"female-artist":{"subcategory":"person-role","skin_variations":{"1F3FB":{"unified":"1F469-1F3FB-200D-1F3A8","non_qualified":null,"image":"1f469-1f3fb-200d-1f3a8.png","sheet_x":17,"sheet_y":51,"added_in":"4.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FC":{"unified":"1F469-1F3FC-200D-1F3A8","non_qualified":null,"image":"1f469-1f3fc-200d-1f3a8.png","sheet_x":17,"sheet_y":52,"added_in":"4.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FD":{"unified":"1F469-1F3FD-200D-1F3A8","non_qualified":null,"image":"1f469-1f3fd-200d-1f3a8.png","sheet_x":17,"sheet_y":53,"added_in":"4.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FE":{"unified":"1F469-1F3FE-200D-1F3A8","non_qualified":null,"image":"1f469-1f3fe-200d-1f3a8.png","sheet_x":17,"sheet_y":54,"added_in":"4.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FF":{"unified":"1F469-1F3FF-200D-1F3A8","non_qualified":null,"image":"1f469-1f3ff-200d-1f3a8.png","sheet_x":17,"sheet_y":55,"added_in":"4.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true}},"a":"Woman Artist","b":"1F469-200D-1F3A8","d":true,"e":true,"f":true,"h":true,"j":["woman_artist","painter","woman","human"],"k":[17,50],"o":4},"pilot":{"subcategory":"person-role","skin_variations":{"1F3FB":{"unified":"1F9D1-1F3FB-200D-2708-FE0F","non_qualified":"1F9D1-1F3FB-200D-2708","image":"1f9d1-1f3fb-200d-2708-fe0f.png","sheet_x":50,"sheet_y":2,"added_in":"12.1","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FC":{"unified":"1F9D1-1F3FC-200D-2708-FE0F","non_qualified":"1F9D1-1F3FC-200D-2708","image":"1f9d1-1f3fc-200d-2708-fe0f.png","sheet_x":50,"sheet_y":3,"added_in":"12.1","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FD":{"unified":"1F9D1-1F3FD-200D-2708-FE0F","non_qualified":"1F9D1-1F3FD-200D-2708","image":"1f9d1-1f3fd-200d-2708-fe0f.png","sheet_x":50,"sheet_y":4,"added_in":"12.1","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FE":{"unified":"1F9D1-1F3FE-200D-2708-FE0F","non_qualified":"1F9D1-1F3FE-200D-2708","image":"1f9d1-1f3fe-200d-2708-fe0f.png","sheet_x":50,"sheet_y":5,"added_in":"12.1","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FF":{"unified":"1F9D1-1F3FF-200D-2708-FE0F","non_qualified":"1F9D1-1F3FF-200D-2708","image":"1f9d1-1f3ff-200d-2708-fe0f.png","sheet_x":50,"sheet_y":6,"added_in":"12.1","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true}},"a":"Pilot","b":"1F9D1-200D-2708-FE0F","c":"1F9D1-200D-2708","d":true,"e":true,"f":true,"h":true,"j":["pilot","fly","plane","airplane"],"k":[50,1],"o":12},"male-pilot":{"subcategory":"person-role","skin_variations":{"1F3FB":{"unified":"1F468-1F3FB-200D-2708-FE0F","non_qualified":"1F468-1F3FB-200D-2708","image":"1f468-1f3fb-200d-2708-fe0f.png","sheet_x":16,"sheet_y":18,"added_in":"4.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FC":{"unified":"1F468-1F3FC-200D-2708-FE0F","non_qualified":"1F468-1F3FC-200D-2708","image":"1f468-1f3fc-200d-2708-fe0f.png","sheet_x":16,"sheet_y":19,"added_in":"4.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FD":{"unified":"1F468-1F3FD-200D-2708-FE0F","non_qualified":"1F468-1F3FD-200D-2708","image":"1f468-1f3fd-200d-2708-fe0f.png","sheet_x":16,"sheet_y":20,"added_in":"4.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FE":{"unified":"1F468-1F3FE-200D-2708-FE0F","non_qualified":"1F468-1F3FE-200D-2708","image":"1f468-1f3fe-200d-2708-fe0f.png","sheet_x":16,"sheet_y":21,"added_in":"4.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FF":{"unified":"1F468-1F3FF-200D-2708-FE0F","non_qualified":"1F468-1F3FF-200D-2708","image":"1f468-1f3ff-200d-2708-fe0f.png","sheet_x":16,"sheet_y":22,"added_in":"4.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true}},"a":"Man Pilot","b":"1F468-200D-2708-FE0F","c":"1F468-200D-2708","d":true,"e":true,"f":true,"h":true,"j":["man_pilot","aviator","plane","man","human"],"k":[16,17],"o":4},"female-pilot":{"subcategory":"person-role","skin_variations":{"1F3FB":{"unified":"1F469-1F3FB-200D-2708-FE0F","non_qualified":"1F469-1F3FB-200D-2708","image":"1f469-1f3fb-200d-2708-fe0f.png","sheet_x":19,"sheet_y":47,"added_in":"4.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FC":{"unified":"1F469-1F3FC-200D-2708-FE0F","non_qualified":"1F469-1F3FC-200D-2708","image":"1f469-1f3fc-200d-2708-fe0f.png","sheet_x":19,"sheet_y":48,"added_in":"4.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FD":{"unified":"1F469-1F3FD-200D-2708-FE0F","non_qualified":"1F469-1F3FD-200D-2708","image":"1f469-1f3fd-200d-2708-fe0f.png","sheet_x":19,"sheet_y":49,"added_in":"4.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FE":{"unified":"1F469-1F3FE-200D-2708-FE0F","non_qualified":"1F469-1F3FE-200D-2708","image":"1f469-1f3fe-200d-2708-fe0f.png","sheet_x":19,"sheet_y":50,"added_in":"4.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FF":{"unified":"1F469-1F3FF-200D-2708-FE0F","non_qualified":"1F469-1F3FF-200D-2708","image":"1f469-1f3ff-200d-2708-fe0f.png","sheet_x":19,"sheet_y":51,"added_in":"4.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true}},"a":"Woman Pilot","b":"1F469-200D-2708-FE0F","c":"1F469-200D-2708","d":true,"e":true,"f":true,"h":true,"j":["woman_pilot","aviator","plane","woman","human"],"k":[19,46],"o":4},"astronaut":{"subcategory":"person-role","skin_variations":{"1F3FB":{"unified":"1F9D1-1F3FB-200D-1F680","non_qualified":null,"image":"1f9d1-1f3fb-200d-1f680.png","sheet_x":48,"sheet_y":32,"added_in":"12.1","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FC":{"unified":"1F9D1-1F3FC-200D-1F680","non_qualified":null,"image":"1f9d1-1f3fc-200d-1f680.png","sheet_x":48,"sheet_y":33,"added_in":"12.1","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FD":{"unified":"1F9D1-1F3FD-200D-1F680","non_qualified":null,"image":"1f9d1-1f3fd-200d-1f680.png","sheet_x":48,"sheet_y":34,"added_in":"12.1","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FE":{"unified":"1F9D1-1F3FE-200D-1F680","non_qualified":null,"image":"1f9d1-1f3fe-200d-1f680.png","sheet_x":48,"sheet_y":35,"added_in":"12.1","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FF":{"unified":"1F9D1-1F3FF-200D-1F680","non_qualified":null,"image":"1f9d1-1f3ff-200d-1f680.png","sheet_x":48,"sheet_y":36,"added_in":"12.1","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true}},"a":"Astronaut","b":"1F9D1-200D-1F680","d":true,"e":true,"f":true,"h":true,"j":["astronaut","outerspace"],"k":[48,31],"o":12},"male-astronaut":{"subcategory":"person-role","skin_variations":{"1F3FB":{"unified":"1F468-1F3FB-200D-1F680","non_qualified":null,"image":"1f468-1f3fb-200d-1f680.png","sheet_x":15,"sheet_y":13,"added_in":"4.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FC":{"unified":"1F468-1F3FC-200D-1F680","non_qualified":null,"image":"1f468-1f3fc-200d-1f680.png","sheet_x":15,"sheet_y":14,"added_in":"4.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FD":{"unified":"1F468-1F3FD-200D-1F680","non_qualified":null,"image":"1f468-1f3fd-200d-1f680.png","sheet_x":15,"sheet_y":15,"added_in":"4.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FE":{"unified":"1F468-1F3FE-200D-1F680","non_qualified":null,"image":"1f468-1f3fe-200d-1f680.png","sheet_x":15,"sheet_y":16,"added_in":"4.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FF":{"unified":"1F468-1F3FF-200D-1F680","non_qualified":null,"image":"1f468-1f3ff-200d-1f680.png","sheet_x":15,"sheet_y":17,"added_in":"4.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true}},"a":"Man Astronaut","b":"1F468-200D-1F680","d":true,"e":true,"f":true,"h":true,"j":["man_astronaut","space","rocket","man","human"],"k":[15,12],"o":4},"female-astronaut":{"subcategory":"person-role","skin_variations":{"1F3FB":{"unified":"1F469-1F3FB-200D-1F680","non_qualified":null,"image":"1f469-1f3fb-200d-1f680.png","sheet_x":18,"sheet_y":42,"added_in":"4.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FC":{"unified":"1F469-1F3FC-200D-1F680","non_qualified":null,"image":"1f469-1f3fc-200d-1f680.png","sheet_x":18,"sheet_y":43,"added_in":"4.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FD":{"unified":"1F469-1F3FD-200D-1F680","non_qualified":null,"image":"1f469-1f3fd-200d-1f680.png","sheet_x":18,"sheet_y":44,"added_in":"4.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FE":{"unified":"1F469-1F3FE-200D-1F680","non_qualified":null,"image":"1f469-1f3fe-200d-1f680.png","sheet_x":18,"sheet_y":45,"added_in":"4.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FF":{"unified":"1F469-1F3FF-200D-1F680","non_qualified":null,"image":"1f469-1f3ff-200d-1f680.png","sheet_x":18,"sheet_y":46,"added_in":"4.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true}},"a":"Woman Astronaut","b":"1F469-200D-1F680","d":true,"e":true,"f":true,"h":true,"j":["woman_astronaut","space","rocket","woman","human"],"k":[18,41],"o":4},"firefighter":{"subcategory":"person-role","skin_variations":{"1F3FB":{"unified":"1F9D1-1F3FB-200D-1F692","non_qualified":null,"image":"1f9d1-1f3fb-200d-1f692.png","sheet_x":48,"sheet_y":38,"added_in":"12.1","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FC":{"unified":"1F9D1-1F3FC-200D-1F692","non_qualified":null,"image":"1f9d1-1f3fc-200d-1f692.png","sheet_x":48,"sheet_y":39,"added_in":"12.1","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FD":{"unified":"1F9D1-1F3FD-200D-1F692","non_qualified":null,"image":"1f9d1-1f3fd-200d-1f692.png","sheet_x":48,"sheet_y":40,"added_in":"12.1","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FE":{"unified":"1F9D1-1F3FE-200D-1F692","non_qualified":null,"image":"1f9d1-1f3fe-200d-1f692.png","sheet_x":48,"sheet_y":41,"added_in":"12.1","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FF":{"unified":"1F9D1-1F3FF-200D-1F692","non_qualified":null,"image":"1f9d1-1f3ff-200d-1f692.png","sheet_x":48,"sheet_y":42,"added_in":"12.1","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true}},"a":"Firefighter","b":"1F9D1-200D-1F692","d":true,"e":true,"f":true,"h":true,"j":["firefighter","fire"],"k":[48,37],"o":12},"male-firefighter":{"subcategory":"person-role","skin_variations":{"1F3FB":{"unified":"1F468-1F3FB-200D-1F692","non_qualified":null,"image":"1f468-1f3fb-200d-1f692.png","sheet_x":15,"sheet_y":19,"added_in":"4.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FC":{"unified":"1F468-1F3FC-200D-1F692","non_qualified":null,"image":"1f468-1f3fc-200d-1f692.png","sheet_x":15,"sheet_y":20,"added_in":"4.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FD":{"unified":"1F468-1F3FD-200D-1F692","non_qualified":null,"image":"1f468-1f3fd-200d-1f692.png","sheet_x":15,"sheet_y":21,"added_in":"4.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FE":{"unified":"1F468-1F3FE-200D-1F692","non_qualified":null,"image":"1f468-1f3fe-200d-1f692.png","sheet_x":15,"sheet_y":22,"added_in":"4.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FF":{"unified":"1F468-1F3FF-200D-1F692","non_qualified":null,"image":"1f468-1f3ff-200d-1f692.png","sheet_x":15,"sheet_y":23,"added_in":"4.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true}},"a":"Man Firefighter","b":"1F468-200D-1F692","d":true,"e":true,"f":true,"h":true,"j":["man_firefighter","fireman","man","human"],"k":[15,18],"o":4},"female-firefighter":{"subcategory":"person-role","skin_variations":{"1F3FB":{"unified":"1F469-1F3FB-200D-1F692","non_qualified":null,"image":"1f469-1f3fb-200d-1f692.png","sheet_x":18,"sheet_y":48,"added_in":"4.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FC":{"unified":"1F469-1F3FC-200D-1F692","non_qualified":null,"image":"1f469-1f3fc-200d-1f692.png","sheet_x":18,"sheet_y":49,"added_in":"4.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FD":{"unified":"1F469-1F3FD-200D-1F692","non_qualified":null,"image":"1f469-1f3fd-200d-1f692.png","sheet_x":18,"sheet_y":50,"added_in":"4.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FE":{"unified":"1F469-1F3FE-200D-1F692","non_qualified":null,"image":"1f469-1f3fe-200d-1f692.png","sheet_x":18,"sheet_y":51,"added_in":"4.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FF":{"unified":"1F469-1F3FF-200D-1F692","non_qualified":null,"image":"1f469-1f3ff-200d-1f692.png","sheet_x":18,"sheet_y":52,"added_in":"4.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true}},"a":"Woman Firefighter","b":"1F469-200D-1F692","d":true,"e":true,"f":true,"h":true,"j":["woman_firefighter","fireman","woman","human"],"k":[18,47],"o":4},"cop":{"subcategory":"person-role","skin_variations":{"1F3FB":{"unified":"1F46E-1F3FB","non_qualified":null,"image":"1f46e-1f3fb.png","sheet_x":23,"sheet_y":10,"added_in":"1.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FC":{"unified":"1F46E-1F3FC","non_qualified":null,"image":"1f46e-1f3fc.png","sheet_x":23,"sheet_y":11,"added_in":"1.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FD":{"unified":"1F46E-1F3FD","non_qualified":null,"image":"1f46e-1f3fd.png","sheet_x":23,"sheet_y":12,"added_in":"1.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FE":{"unified":"1F46E-1F3FE","non_qualified":null,"image":"1f46e-1f3fe.png","sheet_x":23,"sheet_y":13,"added_in":"1.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FF":{"unified":"1F46E-1F3FF","non_qualified":null,"image":"1f46e-1f3ff.png","sheet_x":23,"sheet_y":14,"added_in":"1.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true}},"obsoleted_by":"1F46E-200D-2642-FE0F","a":"Police Officer","b":"1F46E","d":true,"e":true,"f":true,"h":true,"j":["police_officer","cop"],"k":[23,9],"o":0},"male-police-officer":{"subcategory":"person-role","skin_variations":{"1F3FB":{"unified":"1F46E-1F3FB-200D-2642-FE0F","non_qualified":"1F46E-1F3FB-200D-2642","image":"1f46e-1f3fb-200d-2642-fe0f.png","sheet_x":23,"sheet_y":4,"added_in":"4.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FC":{"unified":"1F46E-1F3FC-200D-2642-FE0F","non_qualified":"1F46E-1F3FC-200D-2642","image":"1f46e-1f3fc-200d-2642-fe0f.png","sheet_x":23,"sheet_y":5,"added_in":"4.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FD":{"unified":"1F46E-1F3FD-200D-2642-FE0F","non_qualified":"1F46E-1F3FD-200D-2642","image":"1f46e-1f3fd-200d-2642-fe0f.png","sheet_x":23,"sheet_y":6,"added_in":"4.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FE":{"unified":"1F46E-1F3FE-200D-2642-FE0F","non_qualified":"1F46E-1F3FE-200D-2642","image":"1f46e-1f3fe-200d-2642-fe0f.png","sheet_x":23,"sheet_y":7,"added_in":"4.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FF":{"unified":"1F46E-1F3FF-200D-2642-FE0F","non_qualified":"1F46E-1F3FF-200D-2642","image":"1f46e-1f3ff-200d-2642-fe0f.png","sheet_x":23,"sheet_y":8,"added_in":"4.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true}},"obsoletes":"1F46E","a":"Man Police Officer","b":"1F46E-200D-2642-FE0F","c":"1F46E-200D-2642","d":true,"e":true,"f":true,"h":true,"j":["man_police_officer","man","police","law","legal","enforcement","arrest","911"],"k":[23,3],"o":4},"female-police-officer":{"subcategory":"person-role","skin_variations":{"1F3FB":{"unified":"1F46E-1F3FB-200D-2640-FE0F","non_qualified":"1F46E-1F3FB-200D-2640","image":"1f46e-1f3fb-200d-2640-fe0f.png","sheet_x":22,"sheet_y":59,"added_in":"4.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FC":{"unified":"1F46E-1F3FC-200D-2640-FE0F","non_qualified":"1F46E-1F3FC-200D-2640","image":"1f46e-1f3fc-200d-2640-fe0f.png","sheet_x":22,"sheet_y":60,"added_in":"4.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FD":{"unified":"1F46E-1F3FD-200D-2640-FE0F","non_qualified":"1F46E-1F3FD-200D-2640","image":"1f46e-1f3fd-200d-2640-fe0f.png","sheet_x":23,"sheet_y":0,"added_in":"4.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FE":{"unified":"1F46E-1F3FE-200D-2640-FE0F","non_qualified":"1F46E-1F3FE-200D-2640","image":"1f46e-1f3fe-200d-2640-fe0f.png","sheet_x":23,"sheet_y":1,"added_in":"4.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FF":{"unified":"1F46E-1F3FF-200D-2640-FE0F","non_qualified":"1F46E-1F3FF-200D-2640","image":"1f46e-1f3ff-200d-2640-fe0f.png","sheet_x":23,"sheet_y":2,"added_in":"4.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true}},"a":"Woman Police Officer","b":"1F46E-200D-2640-FE0F","c":"1F46E-200D-2640","d":true,"e":true,"f":true,"h":true,"j":["woman_police_officer","woman","police","law","legal","enforcement","arrest","911","female"],"k":[22,58],"o":4},"sleuth_or_spy":{"subcategory":"person-role","skin_variations":{"1F3FB":{"unified":"1F575-1F3FB","non_qualified":null,"image":"1f575-1f3fb.png","sheet_x":31,"sheet_y":18,"added_in":"2.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FC":{"unified":"1F575-1F3FC","non_qualified":null,"image":"1f575-1f3fc.png","sheet_x":31,"sheet_y":19,"added_in":"2.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FD":{"unified":"1F575-1F3FD","non_qualified":null,"image":"1f575-1f3fd.png","sheet_x":31,"sheet_y":20,"added_in":"2.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FE":{"unified":"1F575-1F3FE","non_qualified":null,"image":"1f575-1f3fe.png","sheet_x":31,"sheet_y":21,"added_in":"2.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FF":{"unified":"1F575-1F3FF","non_qualified":null,"image":"1f575-1f3ff.png","sheet_x":31,"sheet_y":22,"added_in":"2.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true}},"obsoleted_by":"1F575-FE0F-200D-2642-FE0F","a":"Detective","b":"1F575-FE0F","c":"1F575","d":true,"e":true,"f":true,"h":true,"j":["detective","human","spy"],"k":[31,17],"o":0},"male-detective":{"subcategory":"person-role","skin_variations":{"1F3FB":{"unified":"1F575-1F3FB-200D-2642-FE0F","non_qualified":"1F575-1F3FB-200D-2642","image":"1f575-1f3fb-200d-2642-fe0f.png","sheet_x":31,"sheet_y":12,"added_in":"4.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FC":{"unified":"1F575-1F3FC-200D-2642-FE0F","non_qualified":"1F575-1F3FC-200D-2642","image":"1f575-1f3fc-200d-2642-fe0f.png","sheet_x":31,"sheet_y":13,"added_in":"4.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FD":{"unified":"1F575-1F3FD-200D-2642-FE0F","non_qualified":"1F575-1F3FD-200D-2642","image":"1f575-1f3fd-200d-2642-fe0f.png","sheet_x":31,"sheet_y":14,"added_in":"4.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FE":{"unified":"1F575-1F3FE-200D-2642-FE0F","non_qualified":"1F575-1F3FE-200D-2642","image":"1f575-1f3fe-200d-2642-fe0f.png","sheet_x":31,"sheet_y":15,"added_in":"4.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FF":{"unified":"1F575-1F3FF-200D-2642-FE0F","non_qualified":"1F575-1F3FF-200D-2642","image":"1f575-1f3ff-200d-2642-fe0f.png","sheet_x":31,"sheet_y":16,"added_in":"4.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true}},"obsoletes":"1F575-FE0F","a":"Man Detective","b":"1F575-FE0F-200D-2642-FE0F","d":true,"e":true,"f":true,"h":false,"j":["man_detective","crime"],"k":[31,11],"o":4},"female-detective":{"subcategory":"person-role","skin_variations":{"1F3FB":{"unified":"1F575-1F3FB-200D-2640-FE0F","non_qualified":"1F575-1F3FB-200D-2640","image":"1f575-1f3fb-200d-2640-fe0f.png","sheet_x":31,"sheet_y":6,"added_in":"4.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FC":{"unified":"1F575-1F3FC-200D-2640-FE0F","non_qualified":"1F575-1F3FC-200D-2640","image":"1f575-1f3fc-200d-2640-fe0f.png","sheet_x":31,"sheet_y":7,"added_in":"4.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FD":{"unified":"1F575-1F3FD-200D-2640-FE0F","non_qualified":"1F575-1F3FD-200D-2640","image":"1f575-1f3fd-200d-2640-fe0f.png","sheet_x":31,"sheet_y":8,"added_in":"4.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FE":{"unified":"1F575-1F3FE-200D-2640-FE0F","non_qualified":"1F575-1F3FE-200D-2640","image":"1f575-1f3fe-200d-2640-fe0f.png","sheet_x":31,"sheet_y":9,"added_in":"4.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FF":{"unified":"1F575-1F3FF-200D-2640-FE0F","non_qualified":"1F575-1F3FF-200D-2640","image":"1f575-1f3ff-200d-2640-fe0f.png","sheet_x":31,"sheet_y":10,"added_in":"4.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true}},"a":"Woman Detective","b":"1F575-FE0F-200D-2640-FE0F","d":true,"e":true,"f":true,"h":false,"j":["woman_detective","human","spy","detective","female","woman"],"k":[31,5],"o":4},"guardsman":{"subcategory":"person-role","skin_variations":{"1F3FB":{"unified":"1F482-1F3FB","non_qualified":null,"image":"1f482-1f3fb.png","sheet_x":25,"sheet_y":42,"added_in":"1.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FC":{"unified":"1F482-1F3FC","non_qualified":null,"image":"1f482-1f3fc.png","sheet_x":25,"sheet_y":43,"added_in":"1.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FD":{"unified":"1F482-1F3FD","non_qualified":null,"image":"1f482-1f3fd.png","sheet_x":25,"sheet_y":44,"added_in":"1.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FE":{"unified":"1F482-1F3FE","non_qualified":null,"image":"1f482-1f3fe.png","sheet_x":25,"sheet_y":45,"added_in":"1.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FF":{"unified":"1F482-1F3FF","non_qualified":null,"image":"1f482-1f3ff.png","sheet_x":25,"sheet_y":46,"added_in":"1.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true}},"obsoleted_by":"1F482-200D-2642-FE0F","a":"Guardsman","b":"1F482","d":true,"e":true,"f":true,"h":true,"j":["guard","protect"],"k":[25,41],"o":0},"male-guard":{"subcategory":"person-role","skin_variations":{"1F3FB":{"unified":"1F482-1F3FB-200D-2642-FE0F","non_qualified":"1F482-1F3FB-200D-2642","image":"1f482-1f3fb-200d-2642-fe0f.png","sheet_x":25,"sheet_y":36,"added_in":"4.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FC":{"unified":"1F482-1F3FC-200D-2642-FE0F","non_qualified":"1F482-1F3FC-200D-2642","image":"1f482-1f3fc-200d-2642-fe0f.png","sheet_x":25,"sheet_y":37,"added_in":"4.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FD":{"unified":"1F482-1F3FD-200D-2642-FE0F","non_qualified":"1F482-1F3FD-200D-2642","image":"1f482-1f3fd-200d-2642-fe0f.png","sheet_x":25,"sheet_y":38,"added_in":"4.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FE":{"unified":"1F482-1F3FE-200D-2642-FE0F","non_qualified":"1F482-1F3FE-200D-2642","image":"1f482-1f3fe-200d-2642-fe0f.png","sheet_x":25,"sheet_y":39,"added_in":"4.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FF":{"unified":"1F482-1F3FF-200D-2642-FE0F","non_qualified":"1F482-1F3FF-200D-2642","image":"1f482-1f3ff-200d-2642-fe0f.png","sheet_x":25,"sheet_y":40,"added_in":"4.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true}},"obsoletes":"1F482","a":"Man Guard","b":"1F482-200D-2642-FE0F","c":"1F482-200D-2642","d":true,"e":true,"f":true,"h":true,"j":["man_guard","uk","gb","british","male","guy","royal"],"k":[25,35],"o":4},"female-guard":{"subcategory":"person-role","skin_variations":{"1F3FB":{"unified":"1F482-1F3FB-200D-2640-FE0F","non_qualified":"1F482-1F3FB-200D-2640","image":"1f482-1f3fb-200d-2640-fe0f.png","sheet_x":25,"sheet_y":30,"added_in":"4.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FC":{"unified":"1F482-1F3FC-200D-2640-FE0F","non_qualified":"1F482-1F3FC-200D-2640","image":"1f482-1f3fc-200d-2640-fe0f.png","sheet_x":25,"sheet_y":31,"added_in":"4.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FD":{"unified":"1F482-1F3FD-200D-2640-FE0F","non_qualified":"1F482-1F3FD-200D-2640","image":"1f482-1f3fd-200d-2640-fe0f.png","sheet_x":25,"sheet_y":32,"added_in":"4.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FE":{"unified":"1F482-1F3FE-200D-2640-FE0F","non_qualified":"1F482-1F3FE-200D-2640","image":"1f482-1f3fe-200d-2640-fe0f.png","sheet_x":25,"sheet_y":33,"added_in":"4.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FF":{"unified":"1F482-1F3FF-200D-2640-FE0F","non_qualified":"1F482-1F3FF-200D-2640","image":"1f482-1f3ff-200d-2640-fe0f.png","sheet_x":25,"sheet_y":34,"added_in":"4.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true}},"a":"Woman Guard","b":"1F482-200D-2640-FE0F","c":"1F482-200D-2640","d":true,"e":true,"f":true,"h":true,"j":["woman_guard","uk","gb","british","female","royal","woman"],"k":[25,29],"o":4},"ninja":{"subcategory":"person-role","skin_variations":{"1F3FB":{"unified":"1F977-1F3FB","non_qualified":null,"image":"1f977-1f3fb.png","sheet_x":44,"sheet_y":7,"added_in":"13.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FC":{"unified":"1F977-1F3FC","non_qualified":null,"image":"1f977-1f3fc.png","sheet_x":44,"sheet_y":8,"added_in":"13.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FD":{"unified":"1F977-1F3FD","non_qualified":null,"image":"1f977-1f3fd.png","sheet_x":44,"sheet_y":9,"added_in":"13.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FE":{"unified":"1F977-1F3FE","non_qualified":null,"image":"1f977-1f3fe.png","sheet_x":44,"sheet_y":10,"added_in":"13.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FF":{"unified":"1F977-1F3FF","non_qualified":null,"image":"1f977-1f3ff.png","sheet_x":44,"sheet_y":11,"added_in":"13.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true}},"a":"Ninja","b":"1F977","d":true,"e":true,"f":true,"h":true,"j":["ninja","ninjutsu","skills","japanese"],"k":[44,6],"o":13},"construction_worker":{"subcategory":"person-role","skin_variations":{"1F3FB":{"unified":"1F477-1F3FB","non_qualified":null,"image":"1f477-1f3fb.png","sheet_x":24,"sheet_y":48,"added_in":"1.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FC":{"unified":"1F477-1F3FC","non_qualified":null,"image":"1f477-1f3fc.png","sheet_x":24,"sheet_y":49,"added_in":"1.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FD":{"unified":"1F477-1F3FD","non_qualified":null,"image":"1f477-1f3fd.png","sheet_x":24,"sheet_y":50,"added_in":"1.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FE":{"unified":"1F477-1F3FE","non_qualified":null,"image":"1f477-1f3fe.png","sheet_x":24,"sheet_y":51,"added_in":"1.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FF":{"unified":"1F477-1F3FF","non_qualified":null,"image":"1f477-1f3ff.png","sheet_x":24,"sheet_y":52,"added_in":"1.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true}},"obsoleted_by":"1F477-200D-2642-FE0F","a":"Construction Worker","b":"1F477","d":true,"e":true,"f":true,"h":true,"j":["construction_worker","labor","build"],"k":[24,47],"o":0},"male-construction-worker":{"subcategory":"person-role","skin_variations":{"1F3FB":{"unified":"1F477-1F3FB-200D-2642-FE0F","non_qualified":"1F477-1F3FB-200D-2642","image":"1f477-1f3fb-200d-2642-fe0f.png","sheet_x":24,"sheet_y":42,"added_in":"4.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FC":{"unified":"1F477-1F3FC-200D-2642-FE0F","non_qualified":"1F477-1F3FC-200D-2642","image":"1f477-1f3fc-200d-2642-fe0f.png","sheet_x":24,"sheet_y":43,"added_in":"4.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FD":{"unified":"1F477-1F3FD-200D-2642-FE0F","non_qualified":"1F477-1F3FD-200D-2642","image":"1f477-1f3fd-200d-2642-fe0f.png","sheet_x":24,"sheet_y":44,"added_in":"4.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FE":{"unified":"1F477-1F3FE-200D-2642-FE0F","non_qualified":"1F477-1F3FE-200D-2642","image":"1f477-1f3fe-200d-2642-fe0f.png","sheet_x":24,"sheet_y":45,"added_in":"4.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FF":{"unified":"1F477-1F3FF-200D-2642-FE0F","non_qualified":"1F477-1F3FF-200D-2642","image":"1f477-1f3ff-200d-2642-fe0f.png","sheet_x":24,"sheet_y":46,"added_in":"4.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true}},"obsoletes":"1F477","a":"Man Construction Worker","b":"1F477-200D-2642-FE0F","c":"1F477-200D-2642","d":true,"e":true,"f":true,"h":true,"j":["man_construction_worker","male","human","wip","guy","build","construction","worker","labor"],"k":[24,41],"o":4},"female-construction-worker":{"subcategory":"person-role","skin_variations":{"1F3FB":{"unified":"1F477-1F3FB-200D-2640-FE0F","non_qualified":"1F477-1F3FB-200D-2640","image":"1f477-1f3fb-200d-2640-fe0f.png","sheet_x":24,"sheet_y":36,"added_in":"4.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FC":{"unified":"1F477-1F3FC-200D-2640-FE0F","non_qualified":"1F477-1F3FC-200D-2640","image":"1f477-1f3fc-200d-2640-fe0f.png","sheet_x":24,"sheet_y":37,"added_in":"4.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FD":{"unified":"1F477-1F3FD-200D-2640-FE0F","non_qualified":"1F477-1F3FD-200D-2640","image":"1f477-1f3fd-200d-2640-fe0f.png","sheet_x":24,"sheet_y":38,"added_in":"4.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FE":{"unified":"1F477-1F3FE-200D-2640-FE0F","non_qualified":"1F477-1F3FE-200D-2640","image":"1f477-1f3fe-200d-2640-fe0f.png","sheet_x":24,"sheet_y":39,"added_in":"4.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FF":{"unified":"1F477-1F3FF-200D-2640-FE0F","non_qualified":"1F477-1F3FF-200D-2640","image":"1f477-1f3ff-200d-2640-fe0f.png","sheet_x":24,"sheet_y":40,"added_in":"4.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true}},"a":"Woman Construction Worker","b":"1F477-200D-2640-FE0F","c":"1F477-200D-2640","d":true,"e":true,"f":true,"h":true,"j":["woman_construction_worker","female","human","wip","build","construction","worker","labor","woman"],"k":[24,35],"o":4},"person_with_crown":{"subcategory":"person-role","skin_variations":{"1F3FB":{"unified":"1FAC5-1F3FB","non_qualified":null,"image":"1fac5-1f3fb.png","sheet_x":55,"sheet_y":11,"added_in":"14.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FC":{"unified":"1FAC5-1F3FC","non_qualified":null,"image":"1fac5-1f3fc.png","sheet_x":55,"sheet_y":12,"added_in":"14.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FD":{"unified":"1FAC5-1F3FD","non_qualified":null,"image":"1fac5-1f3fd.png","sheet_x":55,"sheet_y":13,"added_in":"14.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FE":{"unified":"1FAC5-1F3FE","non_qualified":null,"image":"1fac5-1f3fe.png","sheet_x":55,"sheet_y":14,"added_in":"14.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FF":{"unified":"1FAC5-1F3FF","non_qualified":null,"image":"1fac5-1f3ff.png","sheet_x":55,"sheet_y":15,"added_in":"14.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true}},"a":"Person with Crown","b":"1FAC5","d":true,"e":true,"f":true,"h":true,"j":["person with crown","royalty","power"],"k":[55,10],"o":14},"prince":{"subcategory":"person-role","skin_variations":{"1F3FB":{"unified":"1F934-1F3FB","non_qualified":null,"image":"1f934-1f3fb.png","sheet_x":41,"sheet_y":11,"added_in":"3.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FC":{"unified":"1F934-1F3FC","non_qualified":null,"image":"1f934-1f3fc.png","sheet_x":41,"sheet_y":12,"added_in":"3.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FD":{"unified":"1F934-1F3FD","non_qualified":null,"image":"1f934-1f3fd.png","sheet_x":41,"sheet_y":13,"added_in":"3.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FE":{"unified":"1F934-1F3FE","non_qualified":null,"image":"1f934-1f3fe.png","sheet_x":41,"sheet_y":14,"added_in":"3.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FF":{"unified":"1F934-1F3FF","non_qualified":null,"image":"1f934-1f3ff.png","sheet_x":41,"sheet_y":15,"added_in":"3.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true}},"a":"Prince","b":"1F934","d":true,"e":true,"f":true,"h":true,"j":["prince","boy","man","male","crown","royal","king"],"k":[41,10],"o":3},"princess":{"subcategory":"person-role","skin_variations":{"1F3FB":{"unified":"1F478-1F3FB","non_qualified":null,"image":"1f478-1f3fb.png","sheet_x":24,"sheet_y":54,"added_in":"1.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FC":{"unified":"1F478-1F3FC","non_qualified":null,"image":"1f478-1f3fc.png","sheet_x":24,"sheet_y":55,"added_in":"1.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FD":{"unified":"1F478-1F3FD","non_qualified":null,"image":"1f478-1f3fd.png","sheet_x":24,"sheet_y":56,"added_in":"1.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FE":{"unified":"1F478-1F3FE","non_qualified":null,"image":"1f478-1f3fe.png","sheet_x":24,"sheet_y":57,"added_in":"1.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FF":{"unified":"1F478-1F3FF","non_qualified":null,"image":"1f478-1f3ff.png","sheet_x":24,"sheet_y":58,"added_in":"1.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true}},"a":"Princess","b":"1F478","d":true,"e":true,"f":true,"h":true,"j":["princess","girl","woman","female","blond","crown","royal","queen"],"k":[24,53],"o":0},"man_with_turban":{"subcategory":"person-role","skin_variations":{"1F3FB":{"unified":"1F473-1F3FB","non_qualified":null,"image":"1f473-1f3fb.png","sheet_x":24,"sheet_y":12,"added_in":"1.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FC":{"unified":"1F473-1F3FC","non_qualified":null,"image":"1f473-1f3fc.png","sheet_x":24,"sheet_y":13,"added_in":"1.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FD":{"unified":"1F473-1F3FD","non_qualified":null,"image":"1f473-1f3fd.png","sheet_x":24,"sheet_y":14,"added_in":"1.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FE":{"unified":"1F473-1F3FE","non_qualified":null,"image":"1f473-1f3fe.png","sheet_x":24,"sheet_y":15,"added_in":"1.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FF":{"unified":"1F473-1F3FF","non_qualified":null,"image":"1f473-1f3ff.png","sheet_x":24,"sheet_y":16,"added_in":"1.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true}},"obsoleted_by":"1F473-200D-2642-FE0F","a":"Man with Turban","b":"1F473","d":true,"e":true,"f":true,"h":true,"j":["person_wearing_turban","headdress"],"k":[24,11],"o":0},"man-wearing-turban":{"subcategory":"person-role","skin_variations":{"1F3FB":{"unified":"1F473-1F3FB-200D-2642-FE0F","non_qualified":"1F473-1F3FB-200D-2642","image":"1f473-1f3fb-200d-2642-fe0f.png","sheet_x":24,"sheet_y":6,"added_in":"4.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FC":{"unified":"1F473-1F3FC-200D-2642-FE0F","non_qualified":"1F473-1F3FC-200D-2642","image":"1f473-1f3fc-200d-2642-fe0f.png","sheet_x":24,"sheet_y":7,"added_in":"4.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FD":{"unified":"1F473-1F3FD-200D-2642-FE0F","non_qualified":"1F473-1F3FD-200D-2642","image":"1f473-1f3fd-200d-2642-fe0f.png","sheet_x":24,"sheet_y":8,"added_in":"4.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FE":{"unified":"1F473-1F3FE-200D-2642-FE0F","non_qualified":"1F473-1F3FE-200D-2642","image":"1f473-1f3fe-200d-2642-fe0f.png","sheet_x":24,"sheet_y":9,"added_in":"4.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FF":{"unified":"1F473-1F3FF-200D-2642-FE0F","non_qualified":"1F473-1F3FF-200D-2642","image":"1f473-1f3ff-200d-2642-fe0f.png","sheet_x":24,"sheet_y":10,"added_in":"4.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true}},"obsoletes":"1F473","a":"Man Wearing Turban","b":"1F473-200D-2642-FE0F","c":"1F473-200D-2642","d":true,"e":true,"f":true,"h":true,"j":["man_wearing_turban","male","indian","hinduism","arabs"],"k":[24,5],"o":4},"woman-wearing-turban":{"subcategory":"person-role","skin_variations":{"1F3FB":{"unified":"1F473-1F3FB-200D-2640-FE0F","non_qualified":"1F473-1F3FB-200D-2640","image":"1f473-1f3fb-200d-2640-fe0f.png","sheet_x":24,"sheet_y":0,"added_in":"4.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FC":{"unified":"1F473-1F3FC-200D-2640-FE0F","non_qualified":"1F473-1F3FC-200D-2640","image":"1f473-1f3fc-200d-2640-fe0f.png","sheet_x":24,"sheet_y":1,"added_in":"4.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FD":{"unified":"1F473-1F3FD-200D-2640-FE0F","non_qualified":"1F473-1F3FD-200D-2640","image":"1f473-1f3fd-200d-2640-fe0f.png","sheet_x":24,"sheet_y":2,"added_in":"4.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FE":{"unified":"1F473-1F3FE-200D-2640-FE0F","non_qualified":"1F473-1F3FE-200D-2640","image":"1f473-1f3fe-200d-2640-fe0f.png","sheet_x":24,"sheet_y":3,"added_in":"4.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FF":{"unified":"1F473-1F3FF-200D-2640-FE0F","non_qualified":"1F473-1F3FF-200D-2640","image":"1f473-1f3ff-200d-2640-fe0f.png","sheet_x":24,"sheet_y":4,"added_in":"4.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true}},"a":"Woman Wearing Turban","b":"1F473-200D-2640-FE0F","c":"1F473-200D-2640","d":true,"e":true,"f":true,"h":true,"j":["woman_wearing_turban","female","indian","hinduism","arabs","woman"],"k":[23,60],"o":4},"man_with_gua_pi_mao":{"subcategory":"person-role","skin_variations":{"1F3FB":{"unified":"1F472-1F3FB","non_qualified":null,"image":"1f472-1f3fb.png","sheet_x":23,"sheet_y":55,"added_in":"1.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FC":{"unified":"1F472-1F3FC","non_qualified":null,"image":"1f472-1f3fc.png","sheet_x":23,"sheet_y":56,"added_in":"1.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FD":{"unified":"1F472-1F3FD","non_qualified":null,"image":"1f472-1f3fd.png","sheet_x":23,"sheet_y":57,"added_in":"1.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FE":{"unified":"1F472-1F3FE","non_qualified":null,"image":"1f472-1f3fe.png","sheet_x":23,"sheet_y":58,"added_in":"1.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FF":{"unified":"1F472-1F3FF","non_qualified":null,"image":"1f472-1f3ff.png","sheet_x":23,"sheet_y":59,"added_in":"1.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true}},"a":"Man with Gua Pi Mao","b":"1F472","d":true,"e":true,"f":true,"h":true,"j":["man_with_skullcap","male","boy","chinese"],"k":[23,54],"o":0},"person_with_headscarf":{"subcategory":"person-role","skin_variations":{"1F3FB":{"unified":"1F9D5-1F3FB","non_qualified":null,"image":"1f9d5-1f3fb.png","sheet_x":50,"sheet_y":44,"added_in":"5.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FC":{"unified":"1F9D5-1F3FC","non_qualified":null,"image":"1f9d5-1f3fc.png","sheet_x":50,"sheet_y":45,"added_in":"5.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FD":{"unified":"1F9D5-1F3FD","non_qualified":null,"image":"1f9d5-1f3fd.png","sheet_x":50,"sheet_y":46,"added_in":"5.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FE":{"unified":"1F9D5-1F3FE","non_qualified":null,"image":"1f9d5-1f3fe.png","sheet_x":50,"sheet_y":47,"added_in":"5.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FF":{"unified":"1F9D5-1F3FF","non_qualified":null,"image":"1f9d5-1f3ff.png","sheet_x":50,"sheet_y":48,"added_in":"5.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true}},"a":"Person with Headscarf","b":"1F9D5","d":true,"e":true,"f":true,"h":true,"j":["woman_with_headscarf","female","hijab","mantilla","tichel"],"k":[50,43],"o":5},"person_in_tuxedo":{"subcategory":"person-role","skin_variations":{"1F3FB":{"unified":"1F935-1F3FB","non_qualified":null,"image":"1f935-1f3fb.png","sheet_x":41,"sheet_y":29,"added_in":"3.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FC":{"unified":"1F935-1F3FC","non_qualified":null,"image":"1f935-1f3fc.png","sheet_x":41,"sheet_y":30,"added_in":"3.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FD":{"unified":"1F935-1F3FD","non_qualified":null,"image":"1f935-1f3fd.png","sheet_x":41,"sheet_y":31,"added_in":"3.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FE":{"unified":"1F935-1F3FE","non_qualified":null,"image":"1f935-1f3fe.png","sheet_x":41,"sheet_y":32,"added_in":"3.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FF":{"unified":"1F935-1F3FF","non_qualified":null,"image":"1f935-1f3ff.png","sheet_x":41,"sheet_y":33,"added_in":"3.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true}},"a":"Man in Tuxedo","b":"1F935","d":true,"e":true,"f":true,"h":true,"j":["man_in_tuxedo","couple","marriage","wedding","groom"],"k":[41,28],"o":3},"man_in_tuxedo":{"subcategory":"person-role","skin_variations":{"1F3FB":{"unified":"1F935-1F3FB-200D-2642-FE0F","non_qualified":"1F935-1F3FB-200D-2642","image":"1f935-1f3fb-200d-2642-fe0f.png","sheet_x":41,"sheet_y":23,"added_in":"13.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FC":{"unified":"1F935-1F3FC-200D-2642-FE0F","non_qualified":"1F935-1F3FC-200D-2642","image":"1f935-1f3fc-200d-2642-fe0f.png","sheet_x":41,"sheet_y":24,"added_in":"13.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FD":{"unified":"1F935-1F3FD-200D-2642-FE0F","non_qualified":"1F935-1F3FD-200D-2642","image":"1f935-1f3fd-200d-2642-fe0f.png","sheet_x":41,"sheet_y":25,"added_in":"13.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FE":{"unified":"1F935-1F3FE-200D-2642-FE0F","non_qualified":"1F935-1F3FE-200D-2642","image":"1f935-1f3fe-200d-2642-fe0f.png","sheet_x":41,"sheet_y":26,"added_in":"13.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FF":{"unified":"1F935-1F3FF-200D-2642-FE0F","non_qualified":"1F935-1F3FF-200D-2642","image":"1f935-1f3ff-200d-2642-fe0f.png","sheet_x":41,"sheet_y":27,"added_in":"13.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true}},"a":"Man in Tuxedo","b":"1F935-200D-2642-FE0F","c":"1F935-200D-2642","d":true,"e":true,"f":true,"h":true,"j":["man in tuxedo","formal","fashion"],"k":[41,22],"o":13},"woman_in_tuxedo":{"subcategory":"person-role","skin_variations":{"1F3FB":{"unified":"1F935-1F3FB-200D-2640-FE0F","non_qualified":"1F935-1F3FB-200D-2640","image":"1f935-1f3fb-200d-2640-fe0f.png","sheet_x":41,"sheet_y":17,"added_in":"13.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FC":{"unified":"1F935-1F3FC-200D-2640-FE0F","non_qualified":"1F935-1F3FC-200D-2640","image":"1f935-1f3fc-200d-2640-fe0f.png","sheet_x":41,"sheet_y":18,"added_in":"13.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FD":{"unified":"1F935-1F3FD-200D-2640-FE0F","non_qualified":"1F935-1F3FD-200D-2640","image":"1f935-1f3fd-200d-2640-fe0f.png","sheet_x":41,"sheet_y":19,"added_in":"13.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FE":{"unified":"1F935-1F3FE-200D-2640-FE0F","non_qualified":"1F935-1F3FE-200D-2640","image":"1f935-1f3fe-200d-2640-fe0f.png","sheet_x":41,"sheet_y":20,"added_in":"13.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FF":{"unified":"1F935-1F3FF-200D-2640-FE0F","non_qualified":"1F935-1F3FF-200D-2640","image":"1f935-1f3ff-200d-2640-fe0f.png","sheet_x":41,"sheet_y":21,"added_in":"13.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true}},"a":"Woman in Tuxedo","b":"1F935-200D-2640-FE0F","c":"1F935-200D-2640","d":true,"e":true,"f":true,"h":true,"j":["woman in tuxedo","formal","fashion"],"k":[41,16],"o":13},"bride_with_veil":{"subcategory":"person-role","skin_variations":{"1F3FB":{"unified":"1F470-1F3FB","non_qualified":null,"image":"1f470-1f3fb.png","sheet_x":23,"sheet_y":31,"added_in":"1.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FC":{"unified":"1F470-1F3FC","non_qualified":null,"image":"1f470-1f3fc.png","sheet_x":23,"sheet_y":32,"added_in":"1.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FD":{"unified":"1F470-1F3FD","non_qualified":null,"image":"1f470-1f3fd.png","sheet_x":23,"sheet_y":33,"added_in":"1.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FE":{"unified":"1F470-1F3FE","non_qualified":null,"image":"1f470-1f3fe.png","sheet_x":23,"sheet_y":34,"added_in":"1.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FF":{"unified":"1F470-1F3FF","non_qualified":null,"image":"1f470-1f3ff.png","sheet_x":23,"sheet_y":35,"added_in":"1.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true}},"a":"Bride with Veil","b":"1F470","d":true,"e":true,"f":true,"h":true,"j":["bride_with_veil","couple","marriage","wedding","woman","bride"],"k":[23,30],"o":0},"man_with_veil":{"subcategory":"person-role","skin_variations":{"1F3FB":{"unified":"1F470-1F3FB-200D-2642-FE0F","non_qualified":"1F470-1F3FB-200D-2642","image":"1f470-1f3fb-200d-2642-fe0f.png","sheet_x":23,"sheet_y":25,"added_in":"13.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FC":{"unified":"1F470-1F3FC-200D-2642-FE0F","non_qualified":"1F470-1F3FC-200D-2642","image":"1f470-1f3fc-200d-2642-fe0f.png","sheet_x":23,"sheet_y":26,"added_in":"13.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FD":{"unified":"1F470-1F3FD-200D-2642-FE0F","non_qualified":"1F470-1F3FD-200D-2642","image":"1f470-1f3fd-200d-2642-fe0f.png","sheet_x":23,"sheet_y":27,"added_in":"13.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FE":{"unified":"1F470-1F3FE-200D-2642-FE0F","non_qualified":"1F470-1F3FE-200D-2642","image":"1f470-1f3fe-200d-2642-fe0f.png","sheet_x":23,"sheet_y":28,"added_in":"13.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FF":{"unified":"1F470-1F3FF-200D-2642-FE0F","non_qualified":"1F470-1F3FF-200D-2642","image":"1f470-1f3ff-200d-2642-fe0f.png","sheet_x":23,"sheet_y":29,"added_in":"13.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true}},"a":"Man with Veil","b":"1F470-200D-2642-FE0F","c":"1F470-200D-2642","d":true,"e":true,"f":true,"h":true,"j":["man with veil","wedding","marriage"],"k":[23,24],"o":13},"woman_with_veil":{"subcategory":"person-role","skin_variations":{"1F3FB":{"unified":"1F470-1F3FB-200D-2640-FE0F","non_qualified":"1F470-1F3FB-200D-2640","image":"1f470-1f3fb-200d-2640-fe0f.png","sheet_x":23,"sheet_y":19,"added_in":"13.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FC":{"unified":"1F470-1F3FC-200D-2640-FE0F","non_qualified":"1F470-1F3FC-200D-2640","image":"1f470-1f3fc-200d-2640-fe0f.png","sheet_x":23,"sheet_y":20,"added_in":"13.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FD":{"unified":"1F470-1F3FD-200D-2640-FE0F","non_qualified":"1F470-1F3FD-200D-2640","image":"1f470-1f3fd-200d-2640-fe0f.png","sheet_x":23,"sheet_y":21,"added_in":"13.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FE":{"unified":"1F470-1F3FE-200D-2640-FE0F","non_qualified":"1F470-1F3FE-200D-2640","image":"1f470-1f3fe-200d-2640-fe0f.png","sheet_x":23,"sheet_y":22,"added_in":"13.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FF":{"unified":"1F470-1F3FF-200D-2640-FE0F","non_qualified":"1F470-1F3FF-200D-2640","image":"1f470-1f3ff-200d-2640-fe0f.png","sheet_x":23,"sheet_y":23,"added_in":"13.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true}},"a":"Woman with Veil","b":"1F470-200D-2640-FE0F","c":"1F470-200D-2640","d":true,"e":true,"f":true,"h":true,"j":["woman with veil","wedding","marriage"],"k":[23,18],"o":13},"pregnant_woman":{"subcategory":"person-role","skin_variations":{"1F3FB":{"unified":"1F930-1F3FB","non_qualified":null,"image":"1f930-1f3fb.png","sheet_x":40,"sheet_y":48,"added_in":"3.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FC":{"unified":"1F930-1F3FC","non_qualified":null,"image":"1f930-1f3fc.png","sheet_x":40,"sheet_y":49,"added_in":"3.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FD":{"unified":"1F930-1F3FD","non_qualified":null,"image":"1f930-1f3fd.png","sheet_x":40,"sheet_y":50,"added_in":"3.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FE":{"unified":"1F930-1F3FE","non_qualified":null,"image":"1f930-1f3fe.png","sheet_x":40,"sheet_y":51,"added_in":"3.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FF":{"unified":"1F930-1F3FF","non_qualified":null,"image":"1f930-1f3ff.png","sheet_x":40,"sheet_y":52,"added_in":"3.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true}},"a":"Pregnant Woman","b":"1F930","d":true,"e":true,"f":true,"h":true,"j":["pregnant_woman","baby"],"k":[40,47],"o":3},"pregnant_man":{"subcategory":"person-role","skin_variations":{"1F3FB":{"unified":"1FAC3-1F3FB","non_qualified":null,"image":"1fac3-1f3fb.png","sheet_x":54,"sheet_y":60,"added_in":"14.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FC":{"unified":"1FAC3-1F3FC","non_qualified":null,"image":"1fac3-1f3fc.png","sheet_x":55,"sheet_y":0,"added_in":"14.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FD":{"unified":"1FAC3-1F3FD","non_qualified":null,"image":"1fac3-1f3fd.png","sheet_x":55,"sheet_y":1,"added_in":"14.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FE":{"unified":"1FAC3-1F3FE","non_qualified":null,"image":"1fac3-1f3fe.png","sheet_x":55,"sheet_y":2,"added_in":"14.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FF":{"unified":"1FAC3-1F3FF","non_qualified":null,"image":"1fac3-1f3ff.png","sheet_x":55,"sheet_y":3,"added_in":"14.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true}},"a":"Pregnant Man","b":"1FAC3","d":true,"e":true,"f":true,"h":true,"j":["pregnant man","baby","belly"],"k":[54,59],"o":14},"pregnant_person":{"subcategory":"person-role","skin_variations":{"1F3FB":{"unified":"1FAC4-1F3FB","non_qualified":null,"image":"1fac4-1f3fb.png","sheet_x":55,"sheet_y":5,"added_in":"14.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FC":{"unified":"1FAC4-1F3FC","non_qualified":null,"image":"1fac4-1f3fc.png","sheet_x":55,"sheet_y":6,"added_in":"14.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FD":{"unified":"1FAC4-1F3FD","non_qualified":null,"image":"1fac4-1f3fd.png","sheet_x":55,"sheet_y":7,"added_in":"14.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FE":{"unified":"1FAC4-1F3FE","non_qualified":null,"image":"1fac4-1f3fe.png","sheet_x":55,"sheet_y":8,"added_in":"14.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FF":{"unified":"1FAC4-1F3FF","non_qualified":null,"image":"1fac4-1f3ff.png","sheet_x":55,"sheet_y":9,"added_in":"14.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true}},"a":"Pregnant Person","b":"1FAC4","d":true,"e":true,"f":true,"h":true,"j":["pregnant person","baby","belly"],"k":[55,4],"o":14},"breast-feeding":{"subcategory":"person-role","skin_variations":{"1F3FB":{"unified":"1F931-1F3FB","non_qualified":null,"image":"1f931-1f3fb.png","sheet_x":40,"sheet_y":54,"added_in":"5.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FC":{"unified":"1F931-1F3FC","non_qualified":null,"image":"1f931-1f3fc.png","sheet_x":40,"sheet_y":55,"added_in":"5.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FD":{"unified":"1F931-1F3FD","non_qualified":null,"image":"1f931-1f3fd.png","sheet_x":40,"sheet_y":56,"added_in":"5.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FE":{"unified":"1F931-1F3FE","non_qualified":null,"image":"1f931-1f3fe.png","sheet_x":40,"sheet_y":57,"added_in":"5.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FF":{"unified":"1F931-1F3FF","non_qualified":null,"image":"1f931-1f3ff.png","sheet_x":40,"sheet_y":58,"added_in":"5.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true}},"a":"Breast-Feeding","b":"1F931","d":true,"e":true,"f":true,"h":true,"j":["breast_feeding","nursing","baby"],"k":[40,53],"o":5},"woman_feeding_baby":{"subcategory":"person-role","skin_variations":{"1F3FB":{"unified":"1F469-1F3FB-200D-1F37C","non_qualified":null,"image":"1f469-1f3fb-200d-1f37c.png","sheet_x":17,"sheet_y":33,"added_in":"13.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FC":{"unified":"1F469-1F3FC-200D-1F37C","non_qualified":null,"image":"1f469-1f3fc-200d-1f37c.png","sheet_x":17,"sheet_y":34,"added_in":"13.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FD":{"unified":"1F469-1F3FD-200D-1F37C","non_qualified":null,"image":"1f469-1f3fd-200d-1f37c.png","sheet_x":17,"sheet_y":35,"added_in":"13.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FE":{"unified":"1F469-1F3FE-200D-1F37C","non_qualified":null,"image":"1f469-1f3fe-200d-1f37c.png","sheet_x":17,"sheet_y":36,"added_in":"13.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FF":{"unified":"1F469-1F3FF-200D-1F37C","non_qualified":null,"image":"1f469-1f3ff-200d-1f37c.png","sheet_x":17,"sheet_y":37,"added_in":"13.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true}},"a":"Woman Feeding Baby","b":"1F469-200D-1F37C","d":true,"e":true,"f":true,"h":true,"j":["woman feeding baby","birth","food"],"k":[17,32],"o":13},"man_feeding_baby":{"subcategory":"person-role","skin_variations":{"1F3FB":{"unified":"1F468-1F3FB-200D-1F37C","non_qualified":null,"image":"1f468-1f3fb-200d-1f37c.png","sheet_x":13,"sheet_y":60,"added_in":"13.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FC":{"unified":"1F468-1F3FC-200D-1F37C","non_qualified":null,"image":"1f468-1f3fc-200d-1f37c.png","sheet_x":14,"sheet_y":0,"added_in":"13.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FD":{"unified":"1F468-1F3FD-200D-1F37C","non_qualified":null,"image":"1f468-1f3fd-200d-1f37c.png","sheet_x":14,"sheet_y":1,"added_in":"13.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FE":{"unified":"1F468-1F3FE-200D-1F37C","non_qualified":null,"image":"1f468-1f3fe-200d-1f37c.png","sheet_x":14,"sheet_y":2,"added_in":"13.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FF":{"unified":"1F468-1F3FF-200D-1F37C","non_qualified":null,"image":"1f468-1f3ff-200d-1f37c.png","sheet_x":14,"sheet_y":3,"added_in":"13.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true}},"a":"Man Feeding Baby","b":"1F468-200D-1F37C","d":true,"e":true,"f":true,"h":true,"j":["man feeding baby","birth","food"],"k":[13,59],"o":13},"person_feeding_baby":{"subcategory":"person-role","skin_variations":{"1F3FB":{"unified":"1F9D1-1F3FB-200D-1F37C","non_qualified":null,"image":"1f9d1-1f3fb-200d-1f37c.png","sheet_x":47,"sheet_y":27,"added_in":"13.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FC":{"unified":"1F9D1-1F3FC-200D-1F37C","non_qualified":null,"image":"1f9d1-1f3fc-200d-1f37c.png","sheet_x":47,"sheet_y":28,"added_in":"13.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FD":{"unified":"1F9D1-1F3FD-200D-1F37C","non_qualified":null,"image":"1f9d1-1f3fd-200d-1f37c.png","sheet_x":47,"sheet_y":29,"added_in":"13.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FE":{"unified":"1F9D1-1F3FE-200D-1F37C","non_qualified":null,"image":"1f9d1-1f3fe-200d-1f37c.png","sheet_x":47,"sheet_y":30,"added_in":"13.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FF":{"unified":"1F9D1-1F3FF-200D-1F37C","non_qualified":null,"image":"1f9d1-1f3ff-200d-1f37c.png","sheet_x":47,"sheet_y":31,"added_in":"13.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true}},"a":"Person Feeding Baby","b":"1F9D1-200D-1F37C","d":true,"e":true,"f":true,"h":true,"j":["person feeding baby","birth","food"],"k":[47,26],"o":13},"angel":{"subcategory":"person-fantasy","skin_variations":{"1F3FB":{"unified":"1F47C-1F3FB","non_qualified":null,"image":"1f47c-1f3fb.png","sheet_x":25,"sheet_y":2,"added_in":"1.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FC":{"unified":"1F47C-1F3FC","non_qualified":null,"image":"1f47c-1f3fc.png","sheet_x":25,"sheet_y":3,"added_in":"1.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FD":{"unified":"1F47C-1F3FD","non_qualified":null,"image":"1f47c-1f3fd.png","sheet_x":25,"sheet_y":4,"added_in":"1.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FE":{"unified":"1F47C-1F3FE","non_qualified":null,"image":"1f47c-1f3fe.png","sheet_x":25,"sheet_y":5,"added_in":"1.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FF":{"unified":"1F47C-1F3FF","non_qualified":null,"image":"1f47c-1f3ff.png","sheet_x":25,"sheet_y":6,"added_in":"1.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true}},"a":"Baby Angel","b":"1F47C","d":true,"e":true,"f":true,"h":true,"j":["baby_angel","heaven","wings","halo"],"k":[25,1],"o":0},"santa":{"subcategory":"person-fantasy","skin_variations":{"1F3FB":{"unified":"1F385-1F3FB","non_qualified":null,"image":"1f385-1f3fb.png","sheet_x":7,"sheet_y":9,"added_in":"1.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FC":{"unified":"1F385-1F3FC","non_qualified":null,"image":"1f385-1f3fc.png","sheet_x":7,"sheet_y":10,"added_in":"1.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FD":{"unified":"1F385-1F3FD","non_qualified":null,"image":"1f385-1f3fd.png","sheet_x":7,"sheet_y":11,"added_in":"1.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FE":{"unified":"1F385-1F3FE","non_qualified":null,"image":"1f385-1f3fe.png","sheet_x":7,"sheet_y":12,"added_in":"1.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FF":{"unified":"1F385-1F3FF","non_qualified":null,"image":"1f385-1f3ff.png","sheet_x":7,"sheet_y":13,"added_in":"1.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true}},"a":"Father Christmas","b":"1F385","d":true,"e":true,"f":true,"h":true,"j":["santa_claus","festival","man","male","xmas","father christmas"],"k":[7,8],"o":0},"mrs_claus":{"subcategory":"person-fantasy","skin_variations":{"1F3FB":{"unified":"1F936-1F3FB","non_qualified":null,"image":"1f936-1f3fb.png","sheet_x":41,"sheet_y":35,"added_in":"3.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FC":{"unified":"1F936-1F3FC","non_qualified":null,"image":"1f936-1f3fc.png","sheet_x":41,"sheet_y":36,"added_in":"3.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FD":{"unified":"1F936-1F3FD","non_qualified":null,"image":"1f936-1f3fd.png","sheet_x":41,"sheet_y":37,"added_in":"3.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FE":{"unified":"1F936-1F3FE","non_qualified":null,"image":"1f936-1f3fe.png","sheet_x":41,"sheet_y":38,"added_in":"3.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FF":{"unified":"1F936-1F3FF","non_qualified":null,"image":"1f936-1f3ff.png","sheet_x":41,"sheet_y":39,"added_in":"3.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true}},"a":"Mother Christmas","b":"1F936","d":true,"e":true,"f":true,"h":true,"j":["mrs_claus","woman","female","xmas","mother christmas"],"k":[41,34],"n":["mother_christmas"],"o":3},"mx_claus":{"subcategory":"person-fantasy","skin_variations":{"1F3FB":{"unified":"1F9D1-1F3FB-200D-1F384","non_qualified":null,"image":"1f9d1-1f3fb-200d-1f384.png","sheet_x":47,"sheet_y":33,"added_in":"13.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FC":{"unified":"1F9D1-1F3FC-200D-1F384","non_qualified":null,"image":"1f9d1-1f3fc-200d-1f384.png","sheet_x":47,"sheet_y":34,"added_in":"13.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FD":{"unified":"1F9D1-1F3FD-200D-1F384","non_qualified":null,"image":"1f9d1-1f3fd-200d-1f384.png","sheet_x":47,"sheet_y":35,"added_in":"13.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FE":{"unified":"1F9D1-1F3FE-200D-1F384","non_qualified":null,"image":"1f9d1-1f3fe-200d-1f384.png","sheet_x":47,"sheet_y":36,"added_in":"13.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FF":{"unified":"1F9D1-1F3FF-200D-1F384","non_qualified":null,"image":"1f9d1-1f3ff-200d-1f384.png","sheet_x":47,"sheet_y":37,"added_in":"13.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true}},"a":"Mx Claus","b":"1F9D1-200D-1F384","d":true,"e":true,"f":true,"h":true,"j":["mx claus","christmas"],"k":[47,32],"o":13},"superhero":{"subcategory":"person-fantasy","skin_variations":{"1F3FB":{"unified":"1F9B8-1F3FB","non_qualified":null,"image":"1f9b8-1f3fb.png","sheet_x":45,"sheet_y":34,"added_in":"11.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FC":{"unified":"1F9B8-1F3FC","non_qualified":null,"image":"1f9b8-1f3fc.png","sheet_x":45,"sheet_y":35,"added_in":"11.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FD":{"unified":"1F9B8-1F3FD","non_qualified":null,"image":"1f9b8-1f3fd.png","sheet_x":45,"sheet_y":36,"added_in":"11.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FE":{"unified":"1F9B8-1F3FE","non_qualified":null,"image":"1f9b8-1f3fe.png","sheet_x":45,"sheet_y":37,"added_in":"11.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FF":{"unified":"1F9B8-1F3FF","non_qualified":null,"image":"1f9b8-1f3ff.png","sheet_x":45,"sheet_y":38,"added_in":"11.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true}},"a":"Superhero","b":"1F9B8","d":true,"e":true,"f":true,"h":true,"j":["superhero","marvel"],"k":[45,33],"o":11},"male_superhero":{"subcategory":"person-fantasy","skin_variations":{"1F3FB":{"unified":"1F9B8-1F3FB-200D-2642-FE0F","non_qualified":"1F9B8-1F3FB-200D-2642","image":"1f9b8-1f3fb-200d-2642-fe0f.png","sheet_x":45,"sheet_y":28,"added_in":"11.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FC":{"unified":"1F9B8-1F3FC-200D-2642-FE0F","non_qualified":"1F9B8-1F3FC-200D-2642","image":"1f9b8-1f3fc-200d-2642-fe0f.png","sheet_x":45,"sheet_y":29,"added_in":"11.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FD":{"unified":"1F9B8-1F3FD-200D-2642-FE0F","non_qualified":"1F9B8-1F3FD-200D-2642","image":"1f9b8-1f3fd-200d-2642-fe0f.png","sheet_x":45,"sheet_y":30,"added_in":"11.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FE":{"unified":"1F9B8-1F3FE-200D-2642-FE0F","non_qualified":"1F9B8-1F3FE-200D-2642","image":"1f9b8-1f3fe-200d-2642-fe0f.png","sheet_x":45,"sheet_y":31,"added_in":"11.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FF":{"unified":"1F9B8-1F3FF-200D-2642-FE0F","non_qualified":"1F9B8-1F3FF-200D-2642","image":"1f9b8-1f3ff-200d-2642-fe0f.png","sheet_x":45,"sheet_y":32,"added_in":"11.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true}},"a":"Man Superhero","b":"1F9B8-200D-2642-FE0F","c":"1F9B8-200D-2642","d":true,"e":true,"f":true,"h":true,"j":["man_superhero","man","male","good","hero","superpowers"],"k":[45,27],"o":11},"female_superhero":{"subcategory":"person-fantasy","skin_variations":{"1F3FB":{"unified":"1F9B8-1F3FB-200D-2640-FE0F","non_qualified":"1F9B8-1F3FB-200D-2640","image":"1f9b8-1f3fb-200d-2640-fe0f.png","sheet_x":45,"sheet_y":22,"added_in":"11.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FC":{"unified":"1F9B8-1F3FC-200D-2640-FE0F","non_qualified":"1F9B8-1F3FC-200D-2640","image":"1f9b8-1f3fc-200d-2640-fe0f.png","sheet_x":45,"sheet_y":23,"added_in":"11.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FD":{"unified":"1F9B8-1F3FD-200D-2640-FE0F","non_qualified":"1F9B8-1F3FD-200D-2640","image":"1f9b8-1f3fd-200d-2640-fe0f.png","sheet_x":45,"sheet_y":24,"added_in":"11.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FE":{"unified":"1F9B8-1F3FE-200D-2640-FE0F","non_qualified":"1F9B8-1F3FE-200D-2640","image":"1f9b8-1f3fe-200d-2640-fe0f.png","sheet_x":45,"sheet_y":25,"added_in":"11.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FF":{"unified":"1F9B8-1F3FF-200D-2640-FE0F","non_qualified":"1F9B8-1F3FF-200D-2640","image":"1f9b8-1f3ff-200d-2640-fe0f.png","sheet_x":45,"sheet_y":26,"added_in":"11.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true}},"a":"Woman Superhero","b":"1F9B8-200D-2640-FE0F","c":"1F9B8-200D-2640","d":true,"e":true,"f":true,"h":true,"j":["woman_superhero","woman","female","good","heroine","superpowers"],"k":[45,21],"o":11},"supervillain":{"subcategory":"person-fantasy","skin_variations":{"1F3FB":{"unified":"1F9B9-1F3FB","non_qualified":null,"image":"1f9b9-1f3fb.png","sheet_x":45,"sheet_y":52,"added_in":"11.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FC":{"unified":"1F9B9-1F3FC","non_qualified":null,"image":"1f9b9-1f3fc.png","sheet_x":45,"sheet_y":53,"added_in":"11.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FD":{"unified":"1F9B9-1F3FD","non_qualified":null,"image":"1f9b9-1f3fd.png","sheet_x":45,"sheet_y":54,"added_in":"11.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FE":{"unified":"1F9B9-1F3FE","non_qualified":null,"image":"1f9b9-1f3fe.png","sheet_x":45,"sheet_y":55,"added_in":"11.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FF":{"unified":"1F9B9-1F3FF","non_qualified":null,"image":"1f9b9-1f3ff.png","sheet_x":45,"sheet_y":56,"added_in":"11.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true}},"a":"Supervillain","b":"1F9B9","d":true,"e":true,"f":true,"h":true,"j":["supervillain","marvel"],"k":[45,51],"o":11},"male_supervillain":{"subcategory":"person-fantasy","skin_variations":{"1F3FB":{"unified":"1F9B9-1F3FB-200D-2642-FE0F","non_qualified":"1F9B9-1F3FB-200D-2642","image":"1f9b9-1f3fb-200d-2642-fe0f.png","sheet_x":45,"sheet_y":46,"added_in":"11.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FC":{"unified":"1F9B9-1F3FC-200D-2642-FE0F","non_qualified":"1F9B9-1F3FC-200D-2642","image":"1f9b9-1f3fc-200d-2642-fe0f.png","sheet_x":45,"sheet_y":47,"added_in":"11.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FD":{"unified":"1F9B9-1F3FD-200D-2642-FE0F","non_qualified":"1F9B9-1F3FD-200D-2642","image":"1f9b9-1f3fd-200d-2642-fe0f.png","sheet_x":45,"sheet_y":48,"added_in":"11.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FE":{"unified":"1F9B9-1F3FE-200D-2642-FE0F","non_qualified":"1F9B9-1F3FE-200D-2642","image":"1f9b9-1f3fe-200d-2642-fe0f.png","sheet_x":45,"sheet_y":49,"added_in":"11.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FF":{"unified":"1F9B9-1F3FF-200D-2642-FE0F","non_qualified":"1F9B9-1F3FF-200D-2642","image":"1f9b9-1f3ff-200d-2642-fe0f.png","sheet_x":45,"sheet_y":50,"added_in":"11.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true}},"a":"Man Supervillain","b":"1F9B9-200D-2642-FE0F","c":"1F9B9-200D-2642","d":true,"e":true,"f":true,"h":true,"j":["man_supervillain","man","male","evil","bad","criminal","hero","superpowers"],"k":[45,45],"o":11},"female_supervillain":{"subcategory":"person-fantasy","skin_variations":{"1F3FB":{"unified":"1F9B9-1F3FB-200D-2640-FE0F","non_qualified":"1F9B9-1F3FB-200D-2640","image":"1f9b9-1f3fb-200d-2640-fe0f.png","sheet_x":45,"sheet_y":40,"added_in":"11.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FC":{"unified":"1F9B9-1F3FC-200D-2640-FE0F","non_qualified":"1F9B9-1F3FC-200D-2640","image":"1f9b9-1f3fc-200d-2640-fe0f.png","sheet_x":45,"sheet_y":41,"added_in":"11.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FD":{"unified":"1F9B9-1F3FD-200D-2640-FE0F","non_qualified":"1F9B9-1F3FD-200D-2640","image":"1f9b9-1f3fd-200d-2640-fe0f.png","sheet_x":45,"sheet_y":42,"added_in":"11.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FE":{"unified":"1F9B9-1F3FE-200D-2640-FE0F","non_qualified":"1F9B9-1F3FE-200D-2640","image":"1f9b9-1f3fe-200d-2640-fe0f.png","sheet_x":45,"sheet_y":43,"added_in":"11.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FF":{"unified":"1F9B9-1F3FF-200D-2640-FE0F","non_qualified":"1F9B9-1F3FF-200D-2640","image":"1f9b9-1f3ff-200d-2640-fe0f.png","sheet_x":45,"sheet_y":44,"added_in":"11.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true}},"a":"Woman Supervillain","b":"1F9B9-200D-2640-FE0F","c":"1F9B9-200D-2640","d":true,"e":true,"f":true,"h":true,"j":["woman_supervillain","woman","female","evil","bad","criminal","heroine","superpowers"],"k":[45,39],"o":11},"mage":{"subcategory":"person-fantasy","skin_variations":{"1F3FB":{"unified":"1F9D9-1F3FB","non_qualified":null,"image":"1f9d9-1f3fb.png","sheet_x":51,"sheet_y":55,"added_in":"5.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true,"obsoleted_by":"1F9D9-1F3FB-200D-2640-FE0F"},"1F3FC":{"unified":"1F9D9-1F3FC","non_qualified":null,"image":"1f9d9-1f3fc.png","sheet_x":51,"sheet_y":56,"added_in":"5.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true,"obsoleted_by":"1F9D9-1F3FC-200D-2640-FE0F"},"1F3FD":{"unified":"1F9D9-1F3FD","non_qualified":null,"image":"1f9d9-1f3fd.png","sheet_x":51,"sheet_y":57,"added_in":"5.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true,"obsoleted_by":"1F9D9-1F3FD-200D-2640-FE0F"},"1F3FE":{"unified":"1F9D9-1F3FE","non_qualified":null,"image":"1f9d9-1f3fe.png","sheet_x":51,"sheet_y":58,"added_in":"5.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true,"obsoleted_by":"1F9D9-1F3FE-200D-2640-FE0F"},"1F3FF":{"unified":"1F9D9-1F3FF","non_qualified":null,"image":"1f9d9-1f3ff.png","sheet_x":51,"sheet_y":59,"added_in":"5.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true,"obsoleted_by":"1F9D9-1F3FF-200D-2640-FE0F"}},"obsoleted_by":"1F9D9-200D-2640-FE0F","a":"Mage","b":"1F9D9","d":true,"e":true,"f":true,"h":true,"j":["mage","magic"],"k":[51,54],"o":5},"male_mage":{"subcategory":"person-fantasy","skin_variations":{"1F3FB":{"unified":"1F9D9-1F3FB-200D-2642-FE0F","non_qualified":"1F9D9-1F3FB-200D-2642","image":"1f9d9-1f3fb-200d-2642-fe0f.png","sheet_x":51,"sheet_y":49,"added_in":"5.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FC":{"unified":"1F9D9-1F3FC-200D-2642-FE0F","non_qualified":"1F9D9-1F3FC-200D-2642","image":"1f9d9-1f3fc-200d-2642-fe0f.png","sheet_x":51,"sheet_y":50,"added_in":"5.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FD":{"unified":"1F9D9-1F3FD-200D-2642-FE0F","non_qualified":"1F9D9-1F3FD-200D-2642","image":"1f9d9-1f3fd-200d-2642-fe0f.png","sheet_x":51,"sheet_y":51,"added_in":"5.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FE":{"unified":"1F9D9-1F3FE-200D-2642-FE0F","non_qualified":"1F9D9-1F3FE-200D-2642","image":"1f9d9-1f3fe-200d-2642-fe0f.png","sheet_x":51,"sheet_y":52,"added_in":"5.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FF":{"unified":"1F9D9-1F3FF-200D-2642-FE0F","non_qualified":"1F9D9-1F3FF-200D-2642","image":"1f9d9-1f3ff-200d-2642-fe0f.png","sheet_x":51,"sheet_y":53,"added_in":"5.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true}},"a":"Man Mage","b":"1F9D9-200D-2642-FE0F","c":"1F9D9-200D-2642","d":true,"e":true,"f":true,"h":true,"j":["man_mage","man","male","mage","sorcerer"],"k":[51,48],"o":5},"female_mage":{"subcategory":"person-fantasy","skin_variations":{"1F3FB":{"unified":"1F9D9-1F3FB-200D-2640-FE0F","non_qualified":"1F9D9-1F3FB-200D-2640","image":"1f9d9-1f3fb-200d-2640-fe0f.png","sheet_x":51,"sheet_y":43,"added_in":"5.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true,"obsoletes":"1F9D9-1F3FB"},"1F3FC":{"unified":"1F9D9-1F3FC-200D-2640-FE0F","non_qualified":"1F9D9-1F3FC-200D-2640","image":"1f9d9-1f3fc-200d-2640-fe0f.png","sheet_x":51,"sheet_y":44,"added_in":"5.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true,"obsoletes":"1F9D9-1F3FC"},"1F3FD":{"unified":"1F9D9-1F3FD-200D-2640-FE0F","non_qualified":"1F9D9-1F3FD-200D-2640","image":"1f9d9-1f3fd-200d-2640-fe0f.png","sheet_x":51,"sheet_y":45,"added_in":"5.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true,"obsoletes":"1F9D9-1F3FD"},"1F3FE":{"unified":"1F9D9-1F3FE-200D-2640-FE0F","non_qualified":"1F9D9-1F3FE-200D-2640","image":"1f9d9-1f3fe-200d-2640-fe0f.png","sheet_x":51,"sheet_y":46,"added_in":"5.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true,"obsoletes":"1F9D9-1F3FE"},"1F3FF":{"unified":"1F9D9-1F3FF-200D-2640-FE0F","non_qualified":"1F9D9-1F3FF-200D-2640","image":"1f9d9-1f3ff-200d-2640-fe0f.png","sheet_x":51,"sheet_y":47,"added_in":"5.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true,"obsoletes":"1F9D9-1F3FF"}},"obsoletes":"1F9D9","a":"Woman Mage","b":"1F9D9-200D-2640-FE0F","c":"1F9D9-200D-2640","d":true,"e":true,"f":true,"h":true,"j":["woman_mage","woman","female","mage","witch"],"k":[51,42],"o":5},"fairy":{"subcategory":"person-fantasy","skin_variations":{"1F3FB":{"unified":"1F9DA-1F3FB","non_qualified":null,"image":"1f9da-1f3fb.png","sheet_x":52,"sheet_y":12,"added_in":"5.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true,"obsoleted_by":"1F9DA-1F3FB-200D-2640-FE0F"},"1F3FC":{"unified":"1F9DA-1F3FC","non_qualified":null,"image":"1f9da-1f3fc.png","sheet_x":52,"sheet_y":13,"added_in":"5.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true,"obsoleted_by":"1F9DA-1F3FC-200D-2640-FE0F"},"1F3FD":{"unified":"1F9DA-1F3FD","non_qualified":null,"image":"1f9da-1f3fd.png","sheet_x":52,"sheet_y":14,"added_in":"5.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true,"obsoleted_by":"1F9DA-1F3FD-200D-2640-FE0F"},"1F3FE":{"unified":"1F9DA-1F3FE","non_qualified":null,"image":"1f9da-1f3fe.png","sheet_x":52,"sheet_y":15,"added_in":"5.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true,"obsoleted_by":"1F9DA-1F3FE-200D-2640-FE0F"},"1F3FF":{"unified":"1F9DA-1F3FF","non_qualified":null,"image":"1f9da-1f3ff.png","sheet_x":52,"sheet_y":16,"added_in":"5.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true,"obsoleted_by":"1F9DA-1F3FF-200D-2640-FE0F"}},"obsoleted_by":"1F9DA-200D-2640-FE0F","a":"Fairy","b":"1F9DA","d":true,"e":true,"f":true,"h":true,"j":["fairy","wings","magical"],"k":[52,11],"o":5},"male_fairy":{"subcategory":"person-fantasy","skin_variations":{"1F3FB":{"unified":"1F9DA-1F3FB-200D-2642-FE0F","non_qualified":"1F9DA-1F3FB-200D-2642","image":"1f9da-1f3fb-200d-2642-fe0f.png","sheet_x":52,"sheet_y":6,"added_in":"5.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FC":{"unified":"1F9DA-1F3FC-200D-2642-FE0F","non_qualified":"1F9DA-1F3FC-200D-2642","image":"1f9da-1f3fc-200d-2642-fe0f.png","sheet_x":52,"sheet_y":7,"added_in":"5.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FD":{"unified":"1F9DA-1F3FD-200D-2642-FE0F","non_qualified":"1F9DA-1F3FD-200D-2642","image":"1f9da-1f3fd-200d-2642-fe0f.png","sheet_x":52,"sheet_y":8,"added_in":"5.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FE":{"unified":"1F9DA-1F3FE-200D-2642-FE0F","non_qualified":"1F9DA-1F3FE-200D-2642","image":"1f9da-1f3fe-200d-2642-fe0f.png","sheet_x":52,"sheet_y":9,"added_in":"5.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FF":{"unified":"1F9DA-1F3FF-200D-2642-FE0F","non_qualified":"1F9DA-1F3FF-200D-2642","image":"1f9da-1f3ff-200d-2642-fe0f.png","sheet_x":52,"sheet_y":10,"added_in":"5.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true}},"a":"Man Fairy","b":"1F9DA-200D-2642-FE0F","c":"1F9DA-200D-2642","d":true,"e":true,"f":true,"h":true,"j":["man_fairy","man","male"],"k":[52,5],"o":5},"female_fairy":{"subcategory":"person-fantasy","skin_variations":{"1F3FB":{"unified":"1F9DA-1F3FB-200D-2640-FE0F","non_qualified":"1F9DA-1F3FB-200D-2640","image":"1f9da-1f3fb-200d-2640-fe0f.png","sheet_x":52,"sheet_y":0,"added_in":"5.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true,"obsoletes":"1F9DA-1F3FB"},"1F3FC":{"unified":"1F9DA-1F3FC-200D-2640-FE0F","non_qualified":"1F9DA-1F3FC-200D-2640","image":"1f9da-1f3fc-200d-2640-fe0f.png","sheet_x":52,"sheet_y":1,"added_in":"5.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true,"obsoletes":"1F9DA-1F3FC"},"1F3FD":{"unified":"1F9DA-1F3FD-200D-2640-FE0F","non_qualified":"1F9DA-1F3FD-200D-2640","image":"1f9da-1f3fd-200d-2640-fe0f.png","sheet_x":52,"sheet_y":2,"added_in":"5.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true,"obsoletes":"1F9DA-1F3FD"},"1F3FE":{"unified":"1F9DA-1F3FE-200D-2640-FE0F","non_qualified":"1F9DA-1F3FE-200D-2640","image":"1f9da-1f3fe-200d-2640-fe0f.png","sheet_x":52,"sheet_y":3,"added_in":"5.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true,"obsoletes":"1F9DA-1F3FE"},"1F3FF":{"unified":"1F9DA-1F3FF-200D-2640-FE0F","non_qualified":"1F9DA-1F3FF-200D-2640","image":"1f9da-1f3ff-200d-2640-fe0f.png","sheet_x":52,"sheet_y":4,"added_in":"5.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true,"obsoletes":"1F9DA-1F3FF"}},"obsoletes":"1F9DA","a":"Woman Fairy","b":"1F9DA-200D-2640-FE0F","c":"1F9DA-200D-2640","d":true,"e":true,"f":true,"h":true,"j":["woman_fairy","woman","female"],"k":[51,60],"o":5},"vampire":{"subcategory":"person-fantasy","skin_variations":{"1F3FB":{"unified":"1F9DB-1F3FB","non_qualified":null,"image":"1f9db-1f3fb.png","sheet_x":52,"sheet_y":30,"added_in":"5.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true,"obsoleted_by":"1F9DB-1F3FB-200D-2640-FE0F"},"1F3FC":{"unified":"1F9DB-1F3FC","non_qualified":null,"image":"1f9db-1f3fc.png","sheet_x":52,"sheet_y":31,"added_in":"5.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true,"obsoleted_by":"1F9DB-1F3FC-200D-2640-FE0F"},"1F3FD":{"unified":"1F9DB-1F3FD","non_qualified":null,"image":"1f9db-1f3fd.png","sheet_x":52,"sheet_y":32,"added_in":"5.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true,"obsoleted_by":"1F9DB-1F3FD-200D-2640-FE0F"},"1F3FE":{"unified":"1F9DB-1F3FE","non_qualified":null,"image":"1f9db-1f3fe.png","sheet_x":52,"sheet_y":33,"added_in":"5.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true,"obsoleted_by":"1F9DB-1F3FE-200D-2640-FE0F"},"1F3FF":{"unified":"1F9DB-1F3FF","non_qualified":null,"image":"1f9db-1f3ff.png","sheet_x":52,"sheet_y":34,"added_in":"5.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true,"obsoleted_by":"1F9DB-1F3FF-200D-2640-FE0F"}},"obsoleted_by":"1F9DB-200D-2640-FE0F","a":"Vampire","b":"1F9DB","d":true,"e":true,"f":true,"h":true,"j":["vampire","blood","twilight"],"k":[52,29],"o":5},"male_vampire":{"subcategory":"person-fantasy","skin_variations":{"1F3FB":{"unified":"1F9DB-1F3FB-200D-2642-FE0F","non_qualified":"1F9DB-1F3FB-200D-2642","image":"1f9db-1f3fb-200d-2642-fe0f.png","sheet_x":52,"sheet_y":24,"added_in":"5.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FC":{"unified":"1F9DB-1F3FC-200D-2642-FE0F","non_qualified":"1F9DB-1F3FC-200D-2642","image":"1f9db-1f3fc-200d-2642-fe0f.png","sheet_x":52,"sheet_y":25,"added_in":"5.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FD":{"unified":"1F9DB-1F3FD-200D-2642-FE0F","non_qualified":"1F9DB-1F3FD-200D-2642","image":"1f9db-1f3fd-200d-2642-fe0f.png","sheet_x":52,"sheet_y":26,"added_in":"5.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FE":{"unified":"1F9DB-1F3FE-200D-2642-FE0F","non_qualified":"1F9DB-1F3FE-200D-2642","image":"1f9db-1f3fe-200d-2642-fe0f.png","sheet_x":52,"sheet_y":27,"added_in":"5.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FF":{"unified":"1F9DB-1F3FF-200D-2642-FE0F","non_qualified":"1F9DB-1F3FF-200D-2642","image":"1f9db-1f3ff-200d-2642-fe0f.png","sheet_x":52,"sheet_y":28,"added_in":"5.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true}},"a":"Man Vampire","b":"1F9DB-200D-2642-FE0F","c":"1F9DB-200D-2642","d":true,"e":true,"f":true,"h":true,"j":["man_vampire","man","male","dracula"],"k":[52,23],"o":5},"female_vampire":{"subcategory":"person-fantasy","skin_variations":{"1F3FB":{"unified":"1F9DB-1F3FB-200D-2640-FE0F","non_qualified":"1F9DB-1F3FB-200D-2640","image":"1f9db-1f3fb-200d-2640-fe0f.png","sheet_x":52,"sheet_y":18,"added_in":"5.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true,"obsoletes":"1F9DB-1F3FB"},"1F3FC":{"unified":"1F9DB-1F3FC-200D-2640-FE0F","non_qualified":"1F9DB-1F3FC-200D-2640","image":"1f9db-1f3fc-200d-2640-fe0f.png","sheet_x":52,"sheet_y":19,"added_in":"5.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true,"obsoletes":"1F9DB-1F3FC"},"1F3FD":{"unified":"1F9DB-1F3FD-200D-2640-FE0F","non_qualified":"1F9DB-1F3FD-200D-2640","image":"1f9db-1f3fd-200d-2640-fe0f.png","sheet_x":52,"sheet_y":20,"added_in":"5.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true,"obsoletes":"1F9DB-1F3FD"},"1F3FE":{"unified":"1F9DB-1F3FE-200D-2640-FE0F","non_qualified":"1F9DB-1F3FE-200D-2640","image":"1f9db-1f3fe-200d-2640-fe0f.png","sheet_x":52,"sheet_y":21,"added_in":"5.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true,"obsoletes":"1F9DB-1F3FE"},"1F3FF":{"unified":"1F9DB-1F3FF-200D-2640-FE0F","non_qualified":"1F9DB-1F3FF-200D-2640","image":"1f9db-1f3ff-200d-2640-fe0f.png","sheet_x":52,"sheet_y":22,"added_in":"5.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true,"obsoletes":"1F9DB-1F3FF"}},"obsoletes":"1F9DB","a":"Woman Vampire","b":"1F9DB-200D-2640-FE0F","c":"1F9DB-200D-2640","d":true,"e":true,"f":true,"h":true,"j":["woman_vampire","woman","female"],"k":[52,17],"o":5},"merperson":{"subcategory":"person-fantasy","skin_variations":{"1F3FB":{"unified":"1F9DC-1F3FB","non_qualified":null,"image":"1f9dc-1f3fb.png","sheet_x":52,"sheet_y":48,"added_in":"5.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true,"obsoleted_by":"1F9DC-1F3FB-200D-2642-FE0F"},"1F3FC":{"unified":"1F9DC-1F3FC","non_qualified":null,"image":"1f9dc-1f3fc.png","sheet_x":52,"sheet_y":49,"added_in":"5.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true,"obsoleted_by":"1F9DC-1F3FC-200D-2642-FE0F"},"1F3FD":{"unified":"1F9DC-1F3FD","non_qualified":null,"image":"1f9dc-1f3fd.png","sheet_x":52,"sheet_y":50,"added_in":"5.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true,"obsoleted_by":"1F9DC-1F3FD-200D-2642-FE0F"},"1F3FE":{"unified":"1F9DC-1F3FE","non_qualified":null,"image":"1f9dc-1f3fe.png","sheet_x":52,"sheet_y":51,"added_in":"5.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true,"obsoleted_by":"1F9DC-1F3FE-200D-2642-FE0F"},"1F3FF":{"unified":"1F9DC-1F3FF","non_qualified":null,"image":"1f9dc-1f3ff.png","sheet_x":52,"sheet_y":52,"added_in":"5.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true,"obsoleted_by":"1F9DC-1F3FF-200D-2642-FE0F"}},"obsoleted_by":"1F9DC-200D-2642-FE0F","a":"Merperson","b":"1F9DC","d":true,"e":true,"f":true,"h":true,"j":["merperson","sea"],"k":[52,47],"o":5},"merman":{"subcategory":"person-fantasy","skin_variations":{"1F3FB":{"unified":"1F9DC-1F3FB-200D-2642-FE0F","non_qualified":"1F9DC-1F3FB-200D-2642","image":"1f9dc-1f3fb-200d-2642-fe0f.png","sheet_x":52,"sheet_y":42,"added_in":"5.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true,"obsoletes":"1F9DC-1F3FB"},"1F3FC":{"unified":"1F9DC-1F3FC-200D-2642-FE0F","non_qualified":"1F9DC-1F3FC-200D-2642","image":"1f9dc-1f3fc-200d-2642-fe0f.png","sheet_x":52,"sheet_y":43,"added_in":"5.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true,"obsoletes":"1F9DC-1F3FC"},"1F3FD":{"unified":"1F9DC-1F3FD-200D-2642-FE0F","non_qualified":"1F9DC-1F3FD-200D-2642","image":"1f9dc-1f3fd-200d-2642-fe0f.png","sheet_x":52,"sheet_y":44,"added_in":"5.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true,"obsoletes":"1F9DC-1F3FD"},"1F3FE":{"unified":"1F9DC-1F3FE-200D-2642-FE0F","non_qualified":"1F9DC-1F3FE-200D-2642","image":"1f9dc-1f3fe-200d-2642-fe0f.png","sheet_x":52,"sheet_y":45,"added_in":"5.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true,"obsoletes":"1F9DC-1F3FE"},"1F3FF":{"unified":"1F9DC-1F3FF-200D-2642-FE0F","non_qualified":"1F9DC-1F3FF-200D-2642","image":"1f9dc-1f3ff-200d-2642-fe0f.png","sheet_x":52,"sheet_y":46,"added_in":"5.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true,"obsoletes":"1F9DC-1F3FF"}},"obsoletes":"1F9DC","a":"Merman","b":"1F9DC-200D-2642-FE0F","c":"1F9DC-200D-2642","d":true,"e":true,"f":true,"h":true,"j":["merman","man","male","triton"],"k":[52,41],"o":5},"mermaid":{"subcategory":"person-fantasy","skin_variations":{"1F3FB":{"unified":"1F9DC-1F3FB-200D-2640-FE0F","non_qualified":"1F9DC-1F3FB-200D-2640","image":"1f9dc-1f3fb-200d-2640-fe0f.png","sheet_x":52,"sheet_y":36,"added_in":"5.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FC":{"unified":"1F9DC-1F3FC-200D-2640-FE0F","non_qualified":"1F9DC-1F3FC-200D-2640","image":"1f9dc-1f3fc-200d-2640-fe0f.png","sheet_x":52,"sheet_y":37,"added_in":"5.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FD":{"unified":"1F9DC-1F3FD-200D-2640-FE0F","non_qualified":"1F9DC-1F3FD-200D-2640","image":"1f9dc-1f3fd-200d-2640-fe0f.png","sheet_x":52,"sheet_y":38,"added_in":"5.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FE":{"unified":"1F9DC-1F3FE-200D-2640-FE0F","non_qualified":"1F9DC-1F3FE-200D-2640","image":"1f9dc-1f3fe-200d-2640-fe0f.png","sheet_x":52,"sheet_y":39,"added_in":"5.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FF":{"unified":"1F9DC-1F3FF-200D-2640-FE0F","non_qualified":"1F9DC-1F3FF-200D-2640","image":"1f9dc-1f3ff-200d-2640-fe0f.png","sheet_x":52,"sheet_y":40,"added_in":"5.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true}},"a":"Mermaid","b":"1F9DC-200D-2640-FE0F","c":"1F9DC-200D-2640","d":true,"e":true,"f":true,"h":true,"j":["mermaid","woman","female","merwoman","ariel"],"k":[52,35],"o":5},"elf":{"subcategory":"person-fantasy","skin_variations":{"1F3FB":{"unified":"1F9DD-1F3FB","non_qualified":null,"image":"1f9dd-1f3fb.png","sheet_x":53,"sheet_y":5,"added_in":"5.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true,"obsoleted_by":"1F9DD-1F3FB-200D-2642-FE0F"},"1F3FC":{"unified":"1F9DD-1F3FC","non_qualified":null,"image":"1f9dd-1f3fc.png","sheet_x":53,"sheet_y":6,"added_in":"5.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true,"obsoleted_by":"1F9DD-1F3FC-200D-2642-FE0F"},"1F3FD":{"unified":"1F9DD-1F3FD","non_qualified":null,"image":"1f9dd-1f3fd.png","sheet_x":53,"sheet_y":7,"added_in":"5.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true,"obsoleted_by":"1F9DD-1F3FD-200D-2642-FE0F"},"1F3FE":{"unified":"1F9DD-1F3FE","non_qualified":null,"image":"1f9dd-1f3fe.png","sheet_x":53,"sheet_y":8,"added_in":"5.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true,"obsoleted_by":"1F9DD-1F3FE-200D-2642-FE0F"},"1F3FF":{"unified":"1F9DD-1F3FF","non_qualified":null,"image":"1f9dd-1f3ff.png","sheet_x":53,"sheet_y":9,"added_in":"5.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true,"obsoleted_by":"1F9DD-1F3FF-200D-2642-FE0F"}},"obsoleted_by":"1F9DD-200D-2642-FE0F","a":"Elf","b":"1F9DD","d":true,"e":true,"f":true,"h":true,"j":["elf","magical"],"k":[53,4],"o":5},"male_elf":{"subcategory":"person-fantasy","skin_variations":{"1F3FB":{"unified":"1F9DD-1F3FB-200D-2642-FE0F","non_qualified":"1F9DD-1F3FB-200D-2642","image":"1f9dd-1f3fb-200d-2642-fe0f.png","sheet_x":52,"sheet_y":60,"added_in":"5.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true,"obsoletes":"1F9DD-1F3FB"},"1F3FC":{"unified":"1F9DD-1F3FC-200D-2642-FE0F","non_qualified":"1F9DD-1F3FC-200D-2642","image":"1f9dd-1f3fc-200d-2642-fe0f.png","sheet_x":53,"sheet_y":0,"added_in":"5.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true,"obsoletes":"1F9DD-1F3FC"},"1F3FD":{"unified":"1F9DD-1F3FD-200D-2642-FE0F","non_qualified":"1F9DD-1F3FD-200D-2642","image":"1f9dd-1f3fd-200d-2642-fe0f.png","sheet_x":53,"sheet_y":1,"added_in":"5.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true,"obsoletes":"1F9DD-1F3FD"},"1F3FE":{"unified":"1F9DD-1F3FE-200D-2642-FE0F","non_qualified":"1F9DD-1F3FE-200D-2642","image":"1f9dd-1f3fe-200d-2642-fe0f.png","sheet_x":53,"sheet_y":2,"added_in":"5.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true,"obsoletes":"1F9DD-1F3FE"},"1F3FF":{"unified":"1F9DD-1F3FF-200D-2642-FE0F","non_qualified":"1F9DD-1F3FF-200D-2642","image":"1f9dd-1f3ff-200d-2642-fe0f.png","sheet_x":53,"sheet_y":3,"added_in":"5.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true,"obsoletes":"1F9DD-1F3FF"}},"obsoletes":"1F9DD","a":"Man Elf","b":"1F9DD-200D-2642-FE0F","c":"1F9DD-200D-2642","d":true,"e":true,"f":true,"h":true,"j":["man_elf","man","male"],"k":[52,59],"o":5},"female_elf":{"subcategory":"person-fantasy","skin_variations":{"1F3FB":{"unified":"1F9DD-1F3FB-200D-2640-FE0F","non_qualified":"1F9DD-1F3FB-200D-2640","image":"1f9dd-1f3fb-200d-2640-fe0f.png","sheet_x":52,"sheet_y":54,"added_in":"5.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FC":{"unified":"1F9DD-1F3FC-200D-2640-FE0F","non_qualified":"1F9DD-1F3FC-200D-2640","image":"1f9dd-1f3fc-200d-2640-fe0f.png","sheet_x":52,"sheet_y":55,"added_in":"5.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FD":{"unified":"1F9DD-1F3FD-200D-2640-FE0F","non_qualified":"1F9DD-1F3FD-200D-2640","image":"1f9dd-1f3fd-200d-2640-fe0f.png","sheet_x":52,"sheet_y":56,"added_in":"5.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FE":{"unified":"1F9DD-1F3FE-200D-2640-FE0F","non_qualified":"1F9DD-1F3FE-200D-2640","image":"1f9dd-1f3fe-200d-2640-fe0f.png","sheet_x":52,"sheet_y":57,"added_in":"5.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FF":{"unified":"1F9DD-1F3FF-200D-2640-FE0F","non_qualified":"1F9DD-1F3FF-200D-2640","image":"1f9dd-1f3ff-200d-2640-fe0f.png","sheet_x":52,"sheet_y":58,"added_in":"5.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true}},"a":"Woman Elf","b":"1F9DD-200D-2640-FE0F","c":"1F9DD-200D-2640","d":true,"e":true,"f":true,"h":true,"j":["woman_elf","woman","female"],"k":[52,53],"o":5},"genie":{"subcategory":"person-fantasy","obsoleted_by":"1F9DE-200D-2642-FE0F","a":"Genie","b":"1F9DE","d":true,"e":true,"f":true,"h":true,"j":["genie","magical","wishes"],"k":[53,12],"o":5},"male_genie":{"subcategory":"person-fantasy","obsoletes":"1F9DE","a":"Man Genie","b":"1F9DE-200D-2642-FE0F","c":"1F9DE-200D-2642","d":true,"e":true,"f":true,"h":true,"j":["man_genie","man","male"],"k":[53,11],"o":5},"female_genie":{"subcategory":"person-fantasy","a":"Woman Genie","b":"1F9DE-200D-2640-FE0F","c":"1F9DE-200D-2640","d":true,"e":true,"f":true,"h":true,"j":["woman_genie","woman","female"],"k":[53,10],"o":5},"zombie":{"subcategory":"person-fantasy","obsoleted_by":"1F9DF-200D-2642-FE0F","a":"Zombie","b":"1F9DF","d":true,"e":true,"f":true,"h":true,"j":["zombie","dead"],"k":[53,15],"o":5},"male_zombie":{"subcategory":"person-fantasy","obsoletes":"1F9DF","a":"Man Zombie","b":"1F9DF-200D-2642-FE0F","c":"1F9DF-200D-2642","d":true,"e":true,"f":true,"h":true,"j":["man_zombie","man","male","dracula","undead","walking dead"],"k":[53,14],"o":5},"female_zombie":{"subcategory":"person-fantasy","a":"Woman Zombie","b":"1F9DF-200D-2640-FE0F","c":"1F9DF-200D-2640","d":true,"e":true,"f":true,"h":true,"j":["woman_zombie","woman","female","undead","walking dead"],"k":[53,13],"o":5},"troll":{"subcategory":"person-fantasy","a":"Troll","b":"1F9CC","d":true,"e":true,"f":true,"h":true,"j":["troll","mystical","monster"],"k":[46,19],"o":14},"massage":{"subcategory":"person-activity","skin_variations":{"1F3FB":{"unified":"1F486-1F3FB","non_qualified":null,"image":"1f486-1f3fb.png","sheet_x":26,"sheet_y":12,"added_in":"1.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FC":{"unified":"1F486-1F3FC","non_qualified":null,"image":"1f486-1f3fc.png","sheet_x":26,"sheet_y":13,"added_in":"1.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FD":{"unified":"1F486-1F3FD","non_qualified":null,"image":"1f486-1f3fd.png","sheet_x":26,"sheet_y":14,"added_in":"1.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FE":{"unified":"1F486-1F3FE","non_qualified":null,"image":"1f486-1f3fe.png","sheet_x":26,"sheet_y":15,"added_in":"1.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FF":{"unified":"1F486-1F3FF","non_qualified":null,"image":"1f486-1f3ff.png","sheet_x":26,"sheet_y":16,"added_in":"1.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true}},"obsoleted_by":"1F486-200D-2640-FE0F","a":"Face Massage","b":"1F486","d":true,"e":true,"f":true,"h":true,"j":["person_getting_massage","relax"],"k":[26,11],"o":0},"man-getting-massage":{"subcategory":"person-activity","skin_variations":{"1F3FB":{"unified":"1F486-1F3FB-200D-2642-FE0F","non_qualified":"1F486-1F3FB-200D-2642","image":"1f486-1f3fb-200d-2642-fe0f.png","sheet_x":26,"sheet_y":6,"added_in":"4.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FC":{"unified":"1F486-1F3FC-200D-2642-FE0F","non_qualified":"1F486-1F3FC-200D-2642","image":"1f486-1f3fc-200d-2642-fe0f.png","sheet_x":26,"sheet_y":7,"added_in":"4.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FD":{"unified":"1F486-1F3FD-200D-2642-FE0F","non_qualified":"1F486-1F3FD-200D-2642","image":"1f486-1f3fd-200d-2642-fe0f.png","sheet_x":26,"sheet_y":8,"added_in":"4.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FE":{"unified":"1F486-1F3FE-200D-2642-FE0F","non_qualified":"1F486-1F3FE-200D-2642","image":"1f486-1f3fe-200d-2642-fe0f.png","sheet_x":26,"sheet_y":9,"added_in":"4.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FF":{"unified":"1F486-1F3FF-200D-2642-FE0F","non_qualified":"1F486-1F3FF-200D-2642","image":"1f486-1f3ff-200d-2642-fe0f.png","sheet_x":26,"sheet_y":10,"added_in":"4.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true}},"a":"Man Getting Massage","b":"1F486-200D-2642-FE0F","c":"1F486-200D-2642","d":true,"e":true,"f":true,"h":true,"j":["man_getting_massage","male","boy","man","head"],"k":[26,5],"o":4},"woman-getting-massage":{"subcategory":"person-activity","skin_variations":{"1F3FB":{"unified":"1F486-1F3FB-200D-2640-FE0F","non_qualified":"1F486-1F3FB-200D-2640","image":"1f486-1f3fb-200d-2640-fe0f.png","sheet_x":26,"sheet_y":0,"added_in":"4.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FC":{"unified":"1F486-1F3FC-200D-2640-FE0F","non_qualified":"1F486-1F3FC-200D-2640","image":"1f486-1f3fc-200d-2640-fe0f.png","sheet_x":26,"sheet_y":1,"added_in":"4.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FD":{"unified":"1F486-1F3FD-200D-2640-FE0F","non_qualified":"1F486-1F3FD-200D-2640","image":"1f486-1f3fd-200d-2640-fe0f.png","sheet_x":26,"sheet_y":2,"added_in":"4.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FE":{"unified":"1F486-1F3FE-200D-2640-FE0F","non_qualified":"1F486-1F3FE-200D-2640","image":"1f486-1f3fe-200d-2640-fe0f.png","sheet_x":26,"sheet_y":3,"added_in":"4.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FF":{"unified":"1F486-1F3FF-200D-2640-FE0F","non_qualified":"1F486-1F3FF-200D-2640","image":"1f486-1f3ff-200d-2640-fe0f.png","sheet_x":26,"sheet_y":4,"added_in":"4.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true}},"obsoletes":"1F486","a":"Woman Getting Massage","b":"1F486-200D-2640-FE0F","c":"1F486-200D-2640","d":true,"e":true,"f":true,"h":true,"j":["woman_getting_massage","female","girl","woman","head"],"k":[25,60],"o":4},"haircut":{"subcategory":"person-activity","skin_variations":{"1F3FB":{"unified":"1F487-1F3FB","non_qualified":null,"image":"1f487-1f3fb.png","sheet_x":26,"sheet_y":30,"added_in":"1.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FC":{"unified":"1F487-1F3FC","non_qualified":null,"image":"1f487-1f3fc.png","sheet_x":26,"sheet_y":31,"added_in":"1.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FD":{"unified":"1F487-1F3FD","non_qualified":null,"image":"1f487-1f3fd.png","sheet_x":26,"sheet_y":32,"added_in":"1.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FE":{"unified":"1F487-1F3FE","non_qualified":null,"image":"1f487-1f3fe.png","sheet_x":26,"sheet_y":33,"added_in":"1.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FF":{"unified":"1F487-1F3FF","non_qualified":null,"image":"1f487-1f3ff.png","sheet_x":26,"sheet_y":34,"added_in":"1.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true}},"obsoleted_by":"1F487-200D-2640-FE0F","a":"Haircut","b":"1F487","d":true,"e":true,"f":true,"h":true,"j":["person_getting_haircut","hairstyle"],"k":[26,29],"o":0},"man-getting-haircut":{"subcategory":"person-activity","skin_variations":{"1F3FB":{"unified":"1F487-1F3FB-200D-2642-FE0F","non_qualified":"1F487-1F3FB-200D-2642","image":"1f487-1f3fb-200d-2642-fe0f.png","sheet_x":26,"sheet_y":24,"added_in":"4.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FC":{"unified":"1F487-1F3FC-200D-2642-FE0F","non_qualified":"1F487-1F3FC-200D-2642","image":"1f487-1f3fc-200d-2642-fe0f.png","sheet_x":26,"sheet_y":25,"added_in":"4.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FD":{"unified":"1F487-1F3FD-200D-2642-FE0F","non_qualified":"1F487-1F3FD-200D-2642","image":"1f487-1f3fd-200d-2642-fe0f.png","sheet_x":26,"sheet_y":26,"added_in":"4.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FE":{"unified":"1F487-1F3FE-200D-2642-FE0F","non_qualified":"1F487-1F3FE-200D-2642","image":"1f487-1f3fe-200d-2642-fe0f.png","sheet_x":26,"sheet_y":27,"added_in":"4.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FF":{"unified":"1F487-1F3FF-200D-2642-FE0F","non_qualified":"1F487-1F3FF-200D-2642","image":"1f487-1f3ff-200d-2642-fe0f.png","sheet_x":26,"sheet_y":28,"added_in":"4.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true}},"a":"Man Getting Haircut","b":"1F487-200D-2642-FE0F","c":"1F487-200D-2642","d":true,"e":true,"f":true,"h":true,"j":["man_getting_haircut","male","boy","man"],"k":[26,23],"o":4},"woman-getting-haircut":{"subcategory":"person-activity","skin_variations":{"1F3FB":{"unified":"1F487-1F3FB-200D-2640-FE0F","non_qualified":"1F487-1F3FB-200D-2640","image":"1f487-1f3fb-200d-2640-fe0f.png","sheet_x":26,"sheet_y":18,"added_in":"4.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FC":{"unified":"1F487-1F3FC-200D-2640-FE0F","non_qualified":"1F487-1F3FC-200D-2640","image":"1f487-1f3fc-200d-2640-fe0f.png","sheet_x":26,"sheet_y":19,"added_in":"4.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FD":{"unified":"1F487-1F3FD-200D-2640-FE0F","non_qualified":"1F487-1F3FD-200D-2640","image":"1f487-1f3fd-200d-2640-fe0f.png","sheet_x":26,"sheet_y":20,"added_in":"4.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FE":{"unified":"1F487-1F3FE-200D-2640-FE0F","non_qualified":"1F487-1F3FE-200D-2640","image":"1f487-1f3fe-200d-2640-fe0f.png","sheet_x":26,"sheet_y":21,"added_in":"4.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FF":{"unified":"1F487-1F3FF-200D-2640-FE0F","non_qualified":"1F487-1F3FF-200D-2640","image":"1f487-1f3ff-200d-2640-fe0f.png","sheet_x":26,"sheet_y":22,"added_in":"4.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true}},"obsoletes":"1F487","a":"Woman Getting Haircut","b":"1F487-200D-2640-FE0F","c":"1F487-200D-2640","d":true,"e":true,"f":true,"h":true,"j":["woman_getting_haircut","female","girl","woman"],"k":[26,17],"o":4},"walking":{"subcategory":"person-activity","skin_variations":{"1F3FB":{"unified":"1F6B6-1F3FB","non_qualified":null,"image":"1f6b6-1f3fb.png","sheet_x":37,"sheet_y":29,"added_in":"1.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FC":{"unified":"1F6B6-1F3FC","non_qualified":null,"image":"1f6b6-1f3fc.png","sheet_x":37,"sheet_y":30,"added_in":"1.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FD":{"unified":"1F6B6-1F3FD","non_qualified":null,"image":"1f6b6-1f3fd.png","sheet_x":37,"sheet_y":31,"added_in":"1.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FE":{"unified":"1F6B6-1F3FE","non_qualified":null,"image":"1f6b6-1f3fe.png","sheet_x":37,"sheet_y":32,"added_in":"1.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FF":{"unified":"1F6B6-1F3FF","non_qualified":null,"image":"1f6b6-1f3ff.png","sheet_x":37,"sheet_y":33,"added_in":"1.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true}},"obsoleted_by":"1F6B6-200D-2642-FE0F","a":"Pedestrian","b":"1F6B6","d":true,"e":true,"f":true,"h":true,"j":["person_walking","move"],"k":[37,28],"o":0},"man-walking":{"subcategory":"person-activity","skin_variations":{"1F3FB":{"unified":"1F6B6-1F3FB-200D-2642-FE0F","non_qualified":"1F6B6-1F3FB-200D-2642","image":"1f6b6-1f3fb-200d-2642-fe0f.png","sheet_x":37,"sheet_y":23,"added_in":"4.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FC":{"unified":"1F6B6-1F3FC-200D-2642-FE0F","non_qualified":"1F6B6-1F3FC-200D-2642","image":"1f6b6-1f3fc-200d-2642-fe0f.png","sheet_x":37,"sheet_y":24,"added_in":"4.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FD":{"unified":"1F6B6-1F3FD-200D-2642-FE0F","non_qualified":"1F6B6-1F3FD-200D-2642","image":"1f6b6-1f3fd-200d-2642-fe0f.png","sheet_x":37,"sheet_y":25,"added_in":"4.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FE":{"unified":"1F6B6-1F3FE-200D-2642-FE0F","non_qualified":"1F6B6-1F3FE-200D-2642","image":"1f6b6-1f3fe-200d-2642-fe0f.png","sheet_x":37,"sheet_y":26,"added_in":"4.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FF":{"unified":"1F6B6-1F3FF-200D-2642-FE0F","non_qualified":"1F6B6-1F3FF-200D-2642","image":"1f6b6-1f3ff-200d-2642-fe0f.png","sheet_x":37,"sheet_y":27,"added_in":"4.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true}},"obsoletes":"1F6B6","a":"Man Walking","b":"1F6B6-200D-2642-FE0F","c":"1F6B6-200D-2642","d":true,"e":true,"f":true,"h":true,"j":["man_walking","human","feet","steps"],"k":[37,22],"o":4},"woman-walking":{"subcategory":"person-activity","skin_variations":{"1F3FB":{"unified":"1F6B6-1F3FB-200D-2640-FE0F","non_qualified":"1F6B6-1F3FB-200D-2640","image":"1f6b6-1f3fb-200d-2640-fe0f.png","sheet_x":37,"sheet_y":17,"added_in":"4.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FC":{"unified":"1F6B6-1F3FC-200D-2640-FE0F","non_qualified":"1F6B6-1F3FC-200D-2640","image":"1f6b6-1f3fc-200d-2640-fe0f.png","sheet_x":37,"sheet_y":18,"added_in":"4.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FD":{"unified":"1F6B6-1F3FD-200D-2640-FE0F","non_qualified":"1F6B6-1F3FD-200D-2640","image":"1f6b6-1f3fd-200d-2640-fe0f.png","sheet_x":37,"sheet_y":19,"added_in":"4.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FE":{"unified":"1F6B6-1F3FE-200D-2640-FE0F","non_qualified":"1F6B6-1F3FE-200D-2640","image":"1f6b6-1f3fe-200d-2640-fe0f.png","sheet_x":37,"sheet_y":20,"added_in":"4.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FF":{"unified":"1F6B6-1F3FF-200D-2640-FE0F","non_qualified":"1F6B6-1F3FF-200D-2640","image":"1f6b6-1f3ff-200d-2640-fe0f.png","sheet_x":37,"sheet_y":21,"added_in":"4.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true}},"a":"Woman Walking","b":"1F6B6-200D-2640-FE0F","c":"1F6B6-200D-2640","d":true,"e":true,"f":true,"h":true,"j":["woman_walking","human","feet","steps","woman","female"],"k":[37,16],"o":4},"standing_person":{"subcategory":"person-activity","skin_variations":{"1F3FB":{"unified":"1F9CD-1F3FB","non_qualified":null,"image":"1f9cd-1f3fb.png","sheet_x":46,"sheet_y":33,"added_in":"12.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FC":{"unified":"1F9CD-1F3FC","non_qualified":null,"image":"1f9cd-1f3fc.png","sheet_x":46,"sheet_y":34,"added_in":"12.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FD":{"unified":"1F9CD-1F3FD","non_qualified":null,"image":"1f9cd-1f3fd.png","sheet_x":46,"sheet_y":35,"added_in":"12.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FE":{"unified":"1F9CD-1F3FE","non_qualified":null,"image":"1f9cd-1f3fe.png","sheet_x":46,"sheet_y":36,"added_in":"12.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FF":{"unified":"1F9CD-1F3FF","non_qualified":null,"image":"1f9cd-1f3ff.png","sheet_x":46,"sheet_y":37,"added_in":"12.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true}},"a":"Standing Person","b":"1F9CD","d":true,"e":true,"f":true,"h":true,"j":["person_standing","still"],"k":[46,32],"o":12},"man_standing":{"subcategory":"person-activity","skin_variations":{"1F3FB":{"unified":"1F9CD-1F3FB-200D-2642-FE0F","non_qualified":"1F9CD-1F3FB-200D-2642","image":"1f9cd-1f3fb-200d-2642-fe0f.png","sheet_x":46,"sheet_y":27,"added_in":"12.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FC":{"unified":"1F9CD-1F3FC-200D-2642-FE0F","non_qualified":"1F9CD-1F3FC-200D-2642","image":"1f9cd-1f3fc-200d-2642-fe0f.png","sheet_x":46,"sheet_y":28,"added_in":"12.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FD":{"unified":"1F9CD-1F3FD-200D-2642-FE0F","non_qualified":"1F9CD-1F3FD-200D-2642","image":"1f9cd-1f3fd-200d-2642-fe0f.png","sheet_x":46,"sheet_y":29,"added_in":"12.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FE":{"unified":"1F9CD-1F3FE-200D-2642-FE0F","non_qualified":"1F9CD-1F3FE-200D-2642","image":"1f9cd-1f3fe-200d-2642-fe0f.png","sheet_x":46,"sheet_y":30,"added_in":"12.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FF":{"unified":"1F9CD-1F3FF-200D-2642-FE0F","non_qualified":"1F9CD-1F3FF-200D-2642","image":"1f9cd-1f3ff-200d-2642-fe0f.png","sheet_x":46,"sheet_y":31,"added_in":"12.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true}},"a":"Man Standing","b":"1F9CD-200D-2642-FE0F","c":"1F9CD-200D-2642","d":true,"e":true,"f":true,"h":true,"j":["man_standing","still"],"k":[46,26],"o":12},"woman_standing":{"subcategory":"person-activity","skin_variations":{"1F3FB":{"unified":"1F9CD-1F3FB-200D-2640-FE0F","non_qualified":"1F9CD-1F3FB-200D-2640","image":"1f9cd-1f3fb-200d-2640-fe0f.png","sheet_x":46,"sheet_y":21,"added_in":"12.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FC":{"unified":"1F9CD-1F3FC-200D-2640-FE0F","non_qualified":"1F9CD-1F3FC-200D-2640","image":"1f9cd-1f3fc-200d-2640-fe0f.png","sheet_x":46,"sheet_y":22,"added_in":"12.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FD":{"unified":"1F9CD-1F3FD-200D-2640-FE0F","non_qualified":"1F9CD-1F3FD-200D-2640","image":"1f9cd-1f3fd-200d-2640-fe0f.png","sheet_x":46,"sheet_y":23,"added_in":"12.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FE":{"unified":"1F9CD-1F3FE-200D-2640-FE0F","non_qualified":"1F9CD-1F3FE-200D-2640","image":"1f9cd-1f3fe-200d-2640-fe0f.png","sheet_x":46,"sheet_y":24,"added_in":"12.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FF":{"unified":"1F9CD-1F3FF-200D-2640-FE0F","non_qualified":"1F9CD-1F3FF-200D-2640","image":"1f9cd-1f3ff-200d-2640-fe0f.png","sheet_x":46,"sheet_y":25,"added_in":"12.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true}},"a":"Woman Standing","b":"1F9CD-200D-2640-FE0F","c":"1F9CD-200D-2640","d":true,"e":true,"f":true,"h":true,"j":["woman_standing","still"],"k":[46,20],"o":12},"kneeling_person":{"subcategory":"person-activity","skin_variations":{"1F3FB":{"unified":"1F9CE-1F3FB","non_qualified":null,"image":"1f9ce-1f3fb.png","sheet_x":46,"sheet_y":51,"added_in":"12.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FC":{"unified":"1F9CE-1F3FC","non_qualified":null,"image":"1f9ce-1f3fc.png","sheet_x":46,"sheet_y":52,"added_in":"12.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FD":{"unified":"1F9CE-1F3FD","non_qualified":null,"image":"1f9ce-1f3fd.png","sheet_x":46,"sheet_y":53,"added_in":"12.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FE":{"unified":"1F9CE-1F3FE","non_qualified":null,"image":"1f9ce-1f3fe.png","sheet_x":46,"sheet_y":54,"added_in":"12.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FF":{"unified":"1F9CE-1F3FF","non_qualified":null,"image":"1f9ce-1f3ff.png","sheet_x":46,"sheet_y":55,"added_in":"12.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true}},"a":"Kneeling Person","b":"1F9CE","d":true,"e":true,"f":true,"h":true,"j":["person_kneeling","pray","respectful"],"k":[46,50],"o":12},"man_kneeling":{"subcategory":"person-activity","skin_variations":{"1F3FB":{"unified":"1F9CE-1F3FB-200D-2642-FE0F","non_qualified":"1F9CE-1F3FB-200D-2642","image":"1f9ce-1f3fb-200d-2642-fe0f.png","sheet_x":46,"sheet_y":45,"added_in":"12.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FC":{"unified":"1F9CE-1F3FC-200D-2642-FE0F","non_qualified":"1F9CE-1F3FC-200D-2642","image":"1f9ce-1f3fc-200d-2642-fe0f.png","sheet_x":46,"sheet_y":46,"added_in":"12.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FD":{"unified":"1F9CE-1F3FD-200D-2642-FE0F","non_qualified":"1F9CE-1F3FD-200D-2642","image":"1f9ce-1f3fd-200d-2642-fe0f.png","sheet_x":46,"sheet_y":47,"added_in":"12.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FE":{"unified":"1F9CE-1F3FE-200D-2642-FE0F","non_qualified":"1F9CE-1F3FE-200D-2642","image":"1f9ce-1f3fe-200d-2642-fe0f.png","sheet_x":46,"sheet_y":48,"added_in":"12.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FF":{"unified":"1F9CE-1F3FF-200D-2642-FE0F","non_qualified":"1F9CE-1F3FF-200D-2642","image":"1f9ce-1f3ff-200d-2642-fe0f.png","sheet_x":46,"sheet_y":49,"added_in":"12.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true}},"a":"Man Kneeling","b":"1F9CE-200D-2642-FE0F","c":"1F9CE-200D-2642","d":true,"e":true,"f":true,"h":true,"j":["man_kneeling","pray","respectful"],"k":[46,44],"o":12},"woman_kneeling":{"subcategory":"person-activity","skin_variations":{"1F3FB":{"unified":"1F9CE-1F3FB-200D-2640-FE0F","non_qualified":"1F9CE-1F3FB-200D-2640","image":"1f9ce-1f3fb-200d-2640-fe0f.png","sheet_x":46,"sheet_y":39,"added_in":"12.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FC":{"unified":"1F9CE-1F3FC-200D-2640-FE0F","non_qualified":"1F9CE-1F3FC-200D-2640","image":"1f9ce-1f3fc-200d-2640-fe0f.png","sheet_x":46,"sheet_y":40,"added_in":"12.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FD":{"unified":"1F9CE-1F3FD-200D-2640-FE0F","non_qualified":"1F9CE-1F3FD-200D-2640","image":"1f9ce-1f3fd-200d-2640-fe0f.png","sheet_x":46,"sheet_y":41,"added_in":"12.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FE":{"unified":"1F9CE-1F3FE-200D-2640-FE0F","non_qualified":"1F9CE-1F3FE-200D-2640","image":"1f9ce-1f3fe-200d-2640-fe0f.png","sheet_x":46,"sheet_y":42,"added_in":"12.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FF":{"unified":"1F9CE-1F3FF-200D-2640-FE0F","non_qualified":"1F9CE-1F3FF-200D-2640","image":"1f9ce-1f3ff-200d-2640-fe0f.png","sheet_x":46,"sheet_y":43,"added_in":"12.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true}},"a":"Woman Kneeling","b":"1F9CE-200D-2640-FE0F","c":"1F9CE-200D-2640","d":true,"e":true,"f":true,"h":true,"j":["woman_kneeling","respectful","pray"],"k":[46,38],"o":12},"person_with_probing_cane":{"subcategory":"person-activity","skin_variations":{"1F3FB":{"unified":"1F9D1-1F3FB-200D-1F9AF","non_qualified":null,"image":"1f9d1-1f3fb-200d-1f9af.png","sheet_x":49,"sheet_y":9,"added_in":"12.1","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FC":{"unified":"1F9D1-1F3FC-200D-1F9AF","non_qualified":null,"image":"1f9d1-1f3fc-200d-1f9af.png","sheet_x":49,"sheet_y":10,"added_in":"12.1","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FD":{"unified":"1F9D1-1F3FD-200D-1F9AF","non_qualified":null,"image":"1f9d1-1f3fd-200d-1f9af.png","sheet_x":49,"sheet_y":11,"added_in":"12.1","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FE":{"unified":"1F9D1-1F3FE-200D-1F9AF","non_qualified":null,"image":"1f9d1-1f3fe-200d-1f9af.png","sheet_x":49,"sheet_y":12,"added_in":"12.1","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FF":{"unified":"1F9D1-1F3FF-200D-1F9AF","non_qualified":null,"image":"1f9d1-1f3ff-200d-1f9af.png","sheet_x":49,"sheet_y":13,"added_in":"12.1","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true}},"a":"Person with White Cane","b":"1F9D1-200D-1F9AF","d":true,"e":true,"f":true,"h":true,"j":["person_with_probing_cane","blind"],"k":[49,8],"o":12},"man_with_probing_cane":{"subcategory":"person-activity","skin_variations":{"1F3FB":{"unified":"1F468-1F3FB-200D-1F9AF","non_qualified":null,"image":"1f468-1f3fb-200d-1f9af.png","sheet_x":15,"sheet_y":25,"added_in":"12.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FC":{"unified":"1F468-1F3FC-200D-1F9AF","non_qualified":null,"image":"1f468-1f3fc-200d-1f9af.png","sheet_x":15,"sheet_y":26,"added_in":"12.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FD":{"unified":"1F468-1F3FD-200D-1F9AF","non_qualified":null,"image":"1f468-1f3fd-200d-1f9af.png","sheet_x":15,"sheet_y":27,"added_in":"12.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FE":{"unified":"1F468-1F3FE-200D-1F9AF","non_qualified":null,"image":"1f468-1f3fe-200d-1f9af.png","sheet_x":15,"sheet_y":28,"added_in":"12.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FF":{"unified":"1F468-1F3FF-200D-1F9AF","non_qualified":null,"image":"1f468-1f3ff-200d-1f9af.png","sheet_x":15,"sheet_y":29,"added_in":"12.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true}},"a":"Man with White Cane","b":"1F468-200D-1F9AF","d":true,"e":true,"f":true,"h":true,"j":["man_with_probing_cane","blind"],"k":[15,24],"o":12},"woman_with_probing_cane":{"subcategory":"person-activity","skin_variations":{"1F3FB":{"unified":"1F469-1F3FB-200D-1F9AF","non_qualified":null,"image":"1f469-1f3fb-200d-1f9af.png","sheet_x":18,"sheet_y":54,"added_in":"12.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FC":{"unified":"1F469-1F3FC-200D-1F9AF","non_qualified":null,"image":"1f469-1f3fc-200d-1f9af.png","sheet_x":18,"sheet_y":55,"added_in":"12.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FD":{"unified":"1F469-1F3FD-200D-1F9AF","non_qualified":null,"image":"1f469-1f3fd-200d-1f9af.png","sheet_x":18,"sheet_y":56,"added_in":"12.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FE":{"unified":"1F469-1F3FE-200D-1F9AF","non_qualified":null,"image":"1f469-1f3fe-200d-1f9af.png","sheet_x":18,"sheet_y":57,"added_in":"12.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FF":{"unified":"1F469-1F3FF-200D-1F9AF","non_qualified":null,"image":"1f469-1f3ff-200d-1f9af.png","sheet_x":18,"sheet_y":58,"added_in":"12.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true}},"a":"Woman with White Cane","b":"1F469-200D-1F9AF","d":true,"e":true,"f":true,"h":true,"j":["woman_with_probing_cane","blind"],"k":[18,53],"o":12},"person_in_motorized_wheelchair":{"subcategory":"person-activity","skin_variations":{"1F3FB":{"unified":"1F9D1-1F3FB-200D-1F9BC","non_qualified":null,"image":"1f9d1-1f3fb-200d-1f9bc.png","sheet_x":49,"sheet_y":39,"added_in":"12.1","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FC":{"unified":"1F9D1-1F3FC-200D-1F9BC","non_qualified":null,"image":"1f9d1-1f3fc-200d-1f9bc.png","sheet_x":49,"sheet_y":40,"added_in":"12.1","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FD":{"unified":"1F9D1-1F3FD-200D-1F9BC","non_qualified":null,"image":"1f9d1-1f3fd-200d-1f9bc.png","sheet_x":49,"sheet_y":41,"added_in":"12.1","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FE":{"unified":"1F9D1-1F3FE-200D-1F9BC","non_qualified":null,"image":"1f9d1-1f3fe-200d-1f9bc.png","sheet_x":49,"sheet_y":42,"added_in":"12.1","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FF":{"unified":"1F9D1-1F3FF-200D-1F9BC","non_qualified":null,"image":"1f9d1-1f3ff-200d-1f9bc.png","sheet_x":49,"sheet_y":43,"added_in":"12.1","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true}},"a":"Person in Motorized Wheelchair","b":"1F9D1-200D-1F9BC","d":true,"e":true,"f":true,"h":true,"j":["person_in_motorized_wheelchair","disability","accessibility"],"k":[49,38],"o":12},"man_in_motorized_wheelchair":{"subcategory":"person-activity","skin_variations":{"1F3FB":{"unified":"1F468-1F3FB-200D-1F9BC","non_qualified":null,"image":"1f468-1f3fb-200d-1f9bc.png","sheet_x":15,"sheet_y":55,"added_in":"12.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FC":{"unified":"1F468-1F3FC-200D-1F9BC","non_qualified":null,"image":"1f468-1f3fc-200d-1f9bc.png","sheet_x":15,"sheet_y":56,"added_in":"12.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FD":{"unified":"1F468-1F3FD-200D-1F9BC","non_qualified":null,"image":"1f468-1f3fd-200d-1f9bc.png","sheet_x":15,"sheet_y":57,"added_in":"12.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FE":{"unified":"1F468-1F3FE-200D-1F9BC","non_qualified":null,"image":"1f468-1f3fe-200d-1f9bc.png","sheet_x":15,"sheet_y":58,"added_in":"12.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FF":{"unified":"1F468-1F3FF-200D-1F9BC","non_qualified":null,"image":"1f468-1f3ff-200d-1f9bc.png","sheet_x":15,"sheet_y":59,"added_in":"12.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true}},"a":"Man in Motorized Wheelchair","b":"1F468-200D-1F9BC","d":true,"e":true,"f":true,"h":true,"j":["man_in_motorized_wheelchair","disability","accessibility"],"k":[15,54],"o":12},"woman_in_motorized_wheelchair":{"subcategory":"person-activity","skin_variations":{"1F3FB":{"unified":"1F469-1F3FB-200D-1F9BC","non_qualified":null,"image":"1f469-1f3fb-200d-1f9bc.png","sheet_x":19,"sheet_y":23,"added_in":"12.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FC":{"unified":"1F469-1F3FC-200D-1F9BC","non_qualified":null,"image":"1f469-1f3fc-200d-1f9bc.png","sheet_x":19,"sheet_y":24,"added_in":"12.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FD":{"unified":"1F469-1F3FD-200D-1F9BC","non_qualified":null,"image":"1f469-1f3fd-200d-1f9bc.png","sheet_x":19,"sheet_y":25,"added_in":"12.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FE":{"unified":"1F469-1F3FE-200D-1F9BC","non_qualified":null,"image":"1f469-1f3fe-200d-1f9bc.png","sheet_x":19,"sheet_y":26,"added_in":"12.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FF":{"unified":"1F469-1F3FF-200D-1F9BC","non_qualified":null,"image":"1f469-1f3ff-200d-1f9bc.png","sheet_x":19,"sheet_y":27,"added_in":"12.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true}},"a":"Woman in Motorized Wheelchair","b":"1F469-200D-1F9BC","d":true,"e":true,"f":true,"h":true,"j":["woman_in_motorized_wheelchair","disability","accessibility"],"k":[19,22],"o":12},"person_in_manual_wheelchair":{"subcategory":"person-activity","skin_variations":{"1F3FB":{"unified":"1F9D1-1F3FB-200D-1F9BD","non_qualified":null,"image":"1f9d1-1f3fb-200d-1f9bd.png","sheet_x":49,"sheet_y":45,"added_in":"12.1","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FC":{"unified":"1F9D1-1F3FC-200D-1F9BD","non_qualified":null,"image":"1f9d1-1f3fc-200d-1f9bd.png","sheet_x":49,"sheet_y":46,"added_in":"12.1","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FD":{"unified":"1F9D1-1F3FD-200D-1F9BD","non_qualified":null,"image":"1f9d1-1f3fd-200d-1f9bd.png","sheet_x":49,"sheet_y":47,"added_in":"12.1","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FE":{"unified":"1F9D1-1F3FE-200D-1F9BD","non_qualified":null,"image":"1f9d1-1f3fe-200d-1f9bd.png","sheet_x":49,"sheet_y":48,"added_in":"12.1","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FF":{"unified":"1F9D1-1F3FF-200D-1F9BD","non_qualified":null,"image":"1f9d1-1f3ff-200d-1f9bd.png","sheet_x":49,"sheet_y":49,"added_in":"12.1","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true}},"a":"Person in Manual Wheelchair","b":"1F9D1-200D-1F9BD","d":true,"e":true,"f":true,"h":true,"j":["person_in_manual_wheelchair","disability","accessibility"],"k":[49,44],"o":12},"man_in_manual_wheelchair":{"subcategory":"person-activity","skin_variations":{"1F3FB":{"unified":"1F468-1F3FB-200D-1F9BD","non_qualified":null,"image":"1f468-1f3fb-200d-1f9bd.png","sheet_x":16,"sheet_y":0,"added_in":"12.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FC":{"unified":"1F468-1F3FC-200D-1F9BD","non_qualified":null,"image":"1f468-1f3fc-200d-1f9bd.png","sheet_x":16,"sheet_y":1,"added_in":"12.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FD":{"unified":"1F468-1F3FD-200D-1F9BD","non_qualified":null,"image":"1f468-1f3fd-200d-1f9bd.png","sheet_x":16,"sheet_y":2,"added_in":"12.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FE":{"unified":"1F468-1F3FE-200D-1F9BD","non_qualified":null,"image":"1f468-1f3fe-200d-1f9bd.png","sheet_x":16,"sheet_y":3,"added_in":"12.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FF":{"unified":"1F468-1F3FF-200D-1F9BD","non_qualified":null,"image":"1f468-1f3ff-200d-1f9bd.png","sheet_x":16,"sheet_y":4,"added_in":"12.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true}},"a":"Man in Manual Wheelchair","b":"1F468-200D-1F9BD","d":true,"e":true,"f":true,"h":true,"j":["man_in_manual_wheelchair","disability","accessibility"],"k":[15,60],"o":12},"woman_in_manual_wheelchair":{"subcategory":"person-activity","skin_variations":{"1F3FB":{"unified":"1F469-1F3FB-200D-1F9BD","non_qualified":null,"image":"1f469-1f3fb-200d-1f9bd.png","sheet_x":19,"sheet_y":29,"added_in":"12.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FC":{"unified":"1F469-1F3FC-200D-1F9BD","non_qualified":null,"image":"1f469-1f3fc-200d-1f9bd.png","sheet_x":19,"sheet_y":30,"added_in":"12.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FD":{"unified":"1F469-1F3FD-200D-1F9BD","non_qualified":null,"image":"1f469-1f3fd-200d-1f9bd.png","sheet_x":19,"sheet_y":31,"added_in":"12.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FE":{"unified":"1F469-1F3FE-200D-1F9BD","non_qualified":null,"image":"1f469-1f3fe-200d-1f9bd.png","sheet_x":19,"sheet_y":32,"added_in":"12.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FF":{"unified":"1F469-1F3FF-200D-1F9BD","non_qualified":null,"image":"1f469-1f3ff-200d-1f9bd.png","sheet_x":19,"sheet_y":33,"added_in":"12.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true}},"a":"Woman in Manual Wheelchair","b":"1F469-200D-1F9BD","d":true,"e":true,"f":true,"h":true,"j":["woman_in_manual_wheelchair","disability","accessibility"],"k":[19,28],"o":12},"runner":{"subcategory":"person-activity","skin_variations":{"1F3FB":{"unified":"1F3C3-1F3FB","non_qualified":null,"image":"1f3c3-1f3fb.png","sheet_x":8,"sheet_y":27,"added_in":"1.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FC":{"unified":"1F3C3-1F3FC","non_qualified":null,"image":"1f3c3-1f3fc.png","sheet_x":8,"sheet_y":28,"added_in":"1.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FD":{"unified":"1F3C3-1F3FD","non_qualified":null,"image":"1f3c3-1f3fd.png","sheet_x":8,"sheet_y":29,"added_in":"1.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FE":{"unified":"1F3C3-1F3FE","non_qualified":null,"image":"1f3c3-1f3fe.png","sheet_x":8,"sheet_y":30,"added_in":"1.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FF":{"unified":"1F3C3-1F3FF","non_qualified":null,"image":"1f3c3-1f3ff.png","sheet_x":8,"sheet_y":31,"added_in":"1.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true}},"obsoleted_by":"1F3C3-200D-2642-FE0F","a":"Runner","b":"1F3C3","d":true,"e":true,"f":true,"h":true,"j":["person_running","move"],"k":[8,26],"n":["running"],"o":0},"man-running":{"subcategory":"person-activity","skin_variations":{"1F3FB":{"unified":"1F3C3-1F3FB-200D-2642-FE0F","non_qualified":"1F3C3-1F3FB-200D-2642","image":"1f3c3-1f3fb-200d-2642-fe0f.png","sheet_x":8,"sheet_y":21,"added_in":"4.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FC":{"unified":"1F3C3-1F3FC-200D-2642-FE0F","non_qualified":"1F3C3-1F3FC-200D-2642","image":"1f3c3-1f3fc-200d-2642-fe0f.png","sheet_x":8,"sheet_y":22,"added_in":"4.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FD":{"unified":"1F3C3-1F3FD-200D-2642-FE0F","non_qualified":"1F3C3-1F3FD-200D-2642","image":"1f3c3-1f3fd-200d-2642-fe0f.png","sheet_x":8,"sheet_y":23,"added_in":"4.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FE":{"unified":"1F3C3-1F3FE-200D-2642-FE0F","non_qualified":"1F3C3-1F3FE-200D-2642","image":"1f3c3-1f3fe-200d-2642-fe0f.png","sheet_x":8,"sheet_y":24,"added_in":"4.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FF":{"unified":"1F3C3-1F3FF-200D-2642-FE0F","non_qualified":"1F3C3-1F3FF-200D-2642","image":"1f3c3-1f3ff-200d-2642-fe0f.png","sheet_x":8,"sheet_y":25,"added_in":"4.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true}},"obsoletes":"1F3C3","a":"Man Running","b":"1F3C3-200D-2642-FE0F","c":"1F3C3-200D-2642","d":true,"e":true,"f":true,"h":true,"j":["man_running","man","walking","exercise","race","running"],"k":[8,20],"o":4},"woman-running":{"subcategory":"person-activity","skin_variations":{"1F3FB":{"unified":"1F3C3-1F3FB-200D-2640-FE0F","non_qualified":"1F3C3-1F3FB-200D-2640","image":"1f3c3-1f3fb-200d-2640-fe0f.png","sheet_x":8,"sheet_y":15,"added_in":"4.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FC":{"unified":"1F3C3-1F3FC-200D-2640-FE0F","non_qualified":"1F3C3-1F3FC-200D-2640","image":"1f3c3-1f3fc-200d-2640-fe0f.png","sheet_x":8,"sheet_y":16,"added_in":"4.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FD":{"unified":"1F3C3-1F3FD-200D-2640-FE0F","non_qualified":"1F3C3-1F3FD-200D-2640","image":"1f3c3-1f3fd-200d-2640-fe0f.png","sheet_x":8,"sheet_y":17,"added_in":"4.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FE":{"unified":"1F3C3-1F3FE-200D-2640-FE0F","non_qualified":"1F3C3-1F3FE-200D-2640","image":"1f3c3-1f3fe-200d-2640-fe0f.png","sheet_x":8,"sheet_y":18,"added_in":"4.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FF":{"unified":"1F3C3-1F3FF-200D-2640-FE0F","non_qualified":"1F3C3-1F3FF-200D-2640","image":"1f3c3-1f3ff-200d-2640-fe0f.png","sheet_x":8,"sheet_y":19,"added_in":"4.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true}},"a":"Woman Running","b":"1F3C3-200D-2640-FE0F","c":"1F3C3-200D-2640","d":true,"e":true,"f":true,"h":true,"j":["woman_running","woman","walking","exercise","race","running","female"],"k":[8,14],"o":4},"dancer":{"subcategory":"person-activity","skin_variations":{"1F3FB":{"unified":"1F483-1F3FB","non_qualified":null,"image":"1f483-1f3fb.png","sheet_x":25,"sheet_y":48,"added_in":"1.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FC":{"unified":"1F483-1F3FC","non_qualified":null,"image":"1f483-1f3fc.png","sheet_x":25,"sheet_y":49,"added_in":"1.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FD":{"unified":"1F483-1F3FD","non_qualified":null,"image":"1f483-1f3fd.png","sheet_x":25,"sheet_y":50,"added_in":"1.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FE":{"unified":"1F483-1F3FE","non_qualified":null,"image":"1f483-1f3fe.png","sheet_x":25,"sheet_y":51,"added_in":"1.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FF":{"unified":"1F483-1F3FF","non_qualified":null,"image":"1f483-1f3ff.png","sheet_x":25,"sheet_y":52,"added_in":"1.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true}},"a":"Dancer","b":"1F483","d":true,"e":true,"f":true,"h":true,"j":["woman_dancing","female","girl","woman","fun"],"k":[25,47],"o":0},"man_dancing":{"subcategory":"person-activity","skin_variations":{"1F3FB":{"unified":"1F57A-1F3FB","non_qualified":null,"image":"1f57a-1f3fb.png","sheet_x":31,"sheet_y":28,"added_in":"3.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FC":{"unified":"1F57A-1F3FC","non_qualified":null,"image":"1f57a-1f3fc.png","sheet_x":31,"sheet_y":29,"added_in":"3.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FD":{"unified":"1F57A-1F3FD","non_qualified":null,"image":"1f57a-1f3fd.png","sheet_x":31,"sheet_y":30,"added_in":"3.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FE":{"unified":"1F57A-1F3FE","non_qualified":null,"image":"1f57a-1f3fe.png","sheet_x":31,"sheet_y":31,"added_in":"3.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FF":{"unified":"1F57A-1F3FF","non_qualified":null,"image":"1f57a-1f3ff.png","sheet_x":31,"sheet_y":32,"added_in":"3.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true}},"a":"Man Dancing","b":"1F57A","d":true,"e":true,"f":true,"h":true,"j":["man_dancing","male","boy","fun","dancer"],"k":[31,27],"o":3},"man_in_business_suit_levitating":{"subcategory":"person-activity","skin_variations":{"1F3FB":{"unified":"1F574-1F3FB","non_qualified":null,"image":"1f574-1f3fb.png","sheet_x":31,"sheet_y":0,"added_in":"4.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FC":{"unified":"1F574-1F3FC","non_qualified":null,"image":"1f574-1f3fc.png","sheet_x":31,"sheet_y":1,"added_in":"4.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FD":{"unified":"1F574-1F3FD","non_qualified":null,"image":"1f574-1f3fd.png","sheet_x":31,"sheet_y":2,"added_in":"4.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FE":{"unified":"1F574-1F3FE","non_qualified":null,"image":"1f574-1f3fe.png","sheet_x":31,"sheet_y":3,"added_in":"4.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FF":{"unified":"1F574-1F3FF","non_qualified":null,"image":"1f574-1f3ff.png","sheet_x":31,"sheet_y":4,"added_in":"4.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true}},"a":"Person in Suit Levitating","b":"1F574-FE0F","c":"1F574","d":true,"e":true,"f":true,"h":true,"j":["man_in_suit_levitating","suit","business","levitate","hover","jump"],"k":[30,60],"o":0},"dancers":{"subcategory":"person-activity","obsoleted_by":"1F46F-200D-2640-FE0F","a":"Woman with Bunny Ears","b":"1F46F","d":true,"e":true,"f":true,"h":true,"j":["people_with_bunny_ears","perform","costume"],"k":[23,17],"o":0},"men-with-bunny-ears-partying":{"subcategory":"person-activity","a":"Men with Bunny Ears","b":"1F46F-200D-2642-FE0F","c":"1F46F-200D-2642","d":true,"e":true,"f":true,"h":true,"j":["men_with_bunny_ears","male","bunny","men","boys"],"k":[23,16],"n":["man-with-bunny-ears-partying"],"o":4},"women-with-bunny-ears-partying":{"subcategory":"person-activity","obsoletes":"1F46F","a":"Women with Bunny Ears","b":"1F46F-200D-2640-FE0F","c":"1F46F-200D-2640","d":true,"e":true,"f":true,"h":true,"j":["women_with_bunny_ears","female","bunny","women","girls"],"k":[23,15],"n":["woman-with-bunny-ears-partying"],"o":4},"person_in_steamy_room":{"subcategory":"person-activity","skin_variations":{"1F3FB":{"unified":"1F9D6-1F3FB","non_qualified":null,"image":"1f9d6-1f3fb.png","sheet_x":51,"sheet_y":1,"added_in":"5.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true,"obsoleted_by":"1F9D6-1F3FB-200D-2642-FE0F"},"1F3FC":{"unified":"1F9D6-1F3FC","non_qualified":null,"image":"1f9d6-1f3fc.png","sheet_x":51,"sheet_y":2,"added_in":"5.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true,"obsoleted_by":"1F9D6-1F3FC-200D-2642-FE0F"},"1F3FD":{"unified":"1F9D6-1F3FD","non_qualified":null,"image":"1f9d6-1f3fd.png","sheet_x":51,"sheet_y":3,"added_in":"5.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true,"obsoleted_by":"1F9D6-1F3FD-200D-2642-FE0F"},"1F3FE":{"unified":"1F9D6-1F3FE","non_qualified":null,"image":"1f9d6-1f3fe.png","sheet_x":51,"sheet_y":4,"added_in":"5.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true,"obsoleted_by":"1F9D6-1F3FE-200D-2642-FE0F"},"1F3FF":{"unified":"1F9D6-1F3FF","non_qualified":null,"image":"1f9d6-1f3ff.png","sheet_x":51,"sheet_y":5,"added_in":"5.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true,"obsoleted_by":"1F9D6-1F3FF-200D-2642-FE0F"}},"obsoleted_by":"1F9D6-200D-2642-FE0F","a":"Person in Steamy Room","b":"1F9D6","d":true,"e":true,"f":true,"h":true,"j":["person_in_steamy_room","relax","spa"],"k":[51,0],"o":5},"man_in_steamy_room":{"subcategory":"person-activity","skin_variations":{"1F3FB":{"unified":"1F9D6-1F3FB-200D-2642-FE0F","non_qualified":"1F9D6-1F3FB-200D-2642","image":"1f9d6-1f3fb-200d-2642-fe0f.png","sheet_x":50,"sheet_y":56,"added_in":"5.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true,"obsoletes":"1F9D6-1F3FB"},"1F3FC":{"unified":"1F9D6-1F3FC-200D-2642-FE0F","non_qualified":"1F9D6-1F3FC-200D-2642","image":"1f9d6-1f3fc-200d-2642-fe0f.png","sheet_x":50,"sheet_y":57,"added_in":"5.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true,"obsoletes":"1F9D6-1F3FC"},"1F3FD":{"unified":"1F9D6-1F3FD-200D-2642-FE0F","non_qualified":"1F9D6-1F3FD-200D-2642","image":"1f9d6-1f3fd-200d-2642-fe0f.png","sheet_x":50,"sheet_y":58,"added_in":"5.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true,"obsoletes":"1F9D6-1F3FD"},"1F3FE":{"unified":"1F9D6-1F3FE-200D-2642-FE0F","non_qualified":"1F9D6-1F3FE-200D-2642","image":"1f9d6-1f3fe-200d-2642-fe0f.png","sheet_x":50,"sheet_y":59,"added_in":"5.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true,"obsoletes":"1F9D6-1F3FE"},"1F3FF":{"unified":"1F9D6-1F3FF-200D-2642-FE0F","non_qualified":"1F9D6-1F3FF-200D-2642","image":"1f9d6-1f3ff-200d-2642-fe0f.png","sheet_x":50,"sheet_y":60,"added_in":"5.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true,"obsoletes":"1F9D6-1F3FF"}},"obsoletes":"1F9D6","a":"Man in Steamy Room","b":"1F9D6-200D-2642-FE0F","c":"1F9D6-200D-2642","d":true,"e":true,"f":true,"h":true,"j":["man_in_steamy_room","male","man","spa","steamroom","sauna"],"k":[50,55],"o":5},"woman_in_steamy_room":{"subcategory":"person-activity","skin_variations":{"1F3FB":{"unified":"1F9D6-1F3FB-200D-2640-FE0F","non_qualified":"1F9D6-1F3FB-200D-2640","image":"1f9d6-1f3fb-200d-2640-fe0f.png","sheet_x":50,"sheet_y":50,"added_in":"5.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FC":{"unified":"1F9D6-1F3FC-200D-2640-FE0F","non_qualified":"1F9D6-1F3FC-200D-2640","image":"1f9d6-1f3fc-200d-2640-fe0f.png","sheet_x":50,"sheet_y":51,"added_in":"5.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FD":{"unified":"1F9D6-1F3FD-200D-2640-FE0F","non_qualified":"1F9D6-1F3FD-200D-2640","image":"1f9d6-1f3fd-200d-2640-fe0f.png","sheet_x":50,"sheet_y":52,"added_in":"5.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FE":{"unified":"1F9D6-1F3FE-200D-2640-FE0F","non_qualified":"1F9D6-1F3FE-200D-2640","image":"1f9d6-1f3fe-200d-2640-fe0f.png","sheet_x":50,"sheet_y":53,"added_in":"5.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FF":{"unified":"1F9D6-1F3FF-200D-2640-FE0F","non_qualified":"1F9D6-1F3FF-200D-2640","image":"1f9d6-1f3ff-200d-2640-fe0f.png","sheet_x":50,"sheet_y":54,"added_in":"5.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true}},"a":"Woman in Steamy Room","b":"1F9D6-200D-2640-FE0F","c":"1F9D6-200D-2640","d":true,"e":true,"f":true,"h":true,"j":["woman_in_steamy_room","female","woman","spa","steamroom","sauna"],"k":[50,49],"o":5},"person_climbing":{"subcategory":"person-activity","skin_variations":{"1F3FB":{"unified":"1F9D7-1F3FB","non_qualified":null,"image":"1f9d7-1f3fb.png","sheet_x":51,"sheet_y":19,"added_in":"5.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true,"obsoleted_by":"1F9D7-1F3FB-200D-2640-FE0F"},"1F3FC":{"unified":"1F9D7-1F3FC","non_qualified":null,"image":"1f9d7-1f3fc.png","sheet_x":51,"sheet_y":20,"added_in":"5.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true,"obsoleted_by":"1F9D7-1F3FC-200D-2640-FE0F"},"1F3FD":{"unified":"1F9D7-1F3FD","non_qualified":null,"image":"1f9d7-1f3fd.png","sheet_x":51,"sheet_y":21,"added_in":"5.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true,"obsoleted_by":"1F9D7-1F3FD-200D-2640-FE0F"},"1F3FE":{"unified":"1F9D7-1F3FE","non_qualified":null,"image":"1f9d7-1f3fe.png","sheet_x":51,"sheet_y":22,"added_in":"5.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true,"obsoleted_by":"1F9D7-1F3FE-200D-2640-FE0F"},"1F3FF":{"unified":"1F9D7-1F3FF","non_qualified":null,"image":"1f9d7-1f3ff.png","sheet_x":51,"sheet_y":23,"added_in":"5.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true,"obsoleted_by":"1F9D7-1F3FF-200D-2640-FE0F"}},"obsoleted_by":"1F9D7-200D-2640-FE0F","a":"Person Climbing","b":"1F9D7","d":true,"e":true,"f":true,"h":true,"j":["person_climbing","sport"],"k":[51,18],"o":5},"man_climbing":{"subcategory":"person-activity","skin_variations":{"1F3FB":{"unified":"1F9D7-1F3FB-200D-2642-FE0F","non_qualified":"1F9D7-1F3FB-200D-2642","image":"1f9d7-1f3fb-200d-2642-fe0f.png","sheet_x":51,"sheet_y":13,"added_in":"5.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FC":{"unified":"1F9D7-1F3FC-200D-2642-FE0F","non_qualified":"1F9D7-1F3FC-200D-2642","image":"1f9d7-1f3fc-200d-2642-fe0f.png","sheet_x":51,"sheet_y":14,"added_in":"5.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FD":{"unified":"1F9D7-1F3FD-200D-2642-FE0F","non_qualified":"1F9D7-1F3FD-200D-2642","image":"1f9d7-1f3fd-200d-2642-fe0f.png","sheet_x":51,"sheet_y":15,"added_in":"5.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FE":{"unified":"1F9D7-1F3FE-200D-2642-FE0F","non_qualified":"1F9D7-1F3FE-200D-2642","image":"1f9d7-1f3fe-200d-2642-fe0f.png","sheet_x":51,"sheet_y":16,"added_in":"5.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FF":{"unified":"1F9D7-1F3FF-200D-2642-FE0F","non_qualified":"1F9D7-1F3FF-200D-2642","image":"1f9d7-1f3ff-200d-2642-fe0f.png","sheet_x":51,"sheet_y":17,"added_in":"5.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true}},"a":"Man Climbing","b":"1F9D7-200D-2642-FE0F","c":"1F9D7-200D-2642","d":true,"e":true,"f":true,"h":true,"j":["man_climbing","sports","hobby","man","male","rock"],"k":[51,12],"o":5},"woman_climbing":{"subcategory":"person-activity","skin_variations":{"1F3FB":{"unified":"1F9D7-1F3FB-200D-2640-FE0F","non_qualified":"1F9D7-1F3FB-200D-2640","image":"1f9d7-1f3fb-200d-2640-fe0f.png","sheet_x":51,"sheet_y":7,"added_in":"5.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true,"obsoletes":"1F9D7-1F3FB"},"1F3FC":{"unified":"1F9D7-1F3FC-200D-2640-FE0F","non_qualified":"1F9D7-1F3FC-200D-2640","image":"1f9d7-1f3fc-200d-2640-fe0f.png","sheet_x":51,"sheet_y":8,"added_in":"5.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true,"obsoletes":"1F9D7-1F3FC"},"1F3FD":{"unified":"1F9D7-1F3FD-200D-2640-FE0F","non_qualified":"1F9D7-1F3FD-200D-2640","image":"1f9d7-1f3fd-200d-2640-fe0f.png","sheet_x":51,"sheet_y":9,"added_in":"5.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true,"obsoletes":"1F9D7-1F3FD"},"1F3FE":{"unified":"1F9D7-1F3FE-200D-2640-FE0F","non_qualified":"1F9D7-1F3FE-200D-2640","image":"1f9d7-1f3fe-200d-2640-fe0f.png","sheet_x":51,"sheet_y":10,"added_in":"5.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true,"obsoletes":"1F9D7-1F3FE"},"1F3FF":{"unified":"1F9D7-1F3FF-200D-2640-FE0F","non_qualified":"1F9D7-1F3FF-200D-2640","image":"1f9d7-1f3ff-200d-2640-fe0f.png","sheet_x":51,"sheet_y":11,"added_in":"5.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true,"obsoletes":"1F9D7-1F3FF"}},"obsoletes":"1F9D7","a":"Woman Climbing","b":"1F9D7-200D-2640-FE0F","c":"1F9D7-200D-2640","d":true,"e":true,"f":true,"h":true,"j":["woman_climbing","sports","hobby","woman","female","rock"],"k":[51,6],"o":5},"fencer":{"subcategory":"person-sport","a":"Fencer","b":"1F93A","d":true,"e":true,"f":true,"h":true,"j":["person_fencing","sports","fencing","sword"],"k":[42,33],"o":3},"horse_racing":{"subcategory":"person-sport","skin_variations":{"1F3FB":{"unified":"1F3C7-1F3FB","non_qualified":null,"image":"1f3c7-1f3fb.png","sheet_x":8,"sheet_y":53,"added_in":"1.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FC":{"unified":"1F3C7-1F3FC","non_qualified":null,"image":"1f3c7-1f3fc.png","sheet_x":8,"sheet_y":54,"added_in":"1.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FD":{"unified":"1F3C7-1F3FD","non_qualified":null,"image":"1f3c7-1f3fd.png","sheet_x":8,"sheet_y":55,"added_in":"1.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FE":{"unified":"1F3C7-1F3FE","non_qualified":null,"image":"1f3c7-1f3fe.png","sheet_x":8,"sheet_y":56,"added_in":"1.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FF":{"unified":"1F3C7-1F3FF","non_qualified":null,"image":"1f3c7-1f3ff.png","sheet_x":8,"sheet_y":57,"added_in":"1.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true}},"a":"Horse Racing","b":"1F3C7","d":true,"e":true,"f":true,"h":true,"j":["horse_racing","animal","betting","competition","gambling","luck"],"k":[8,52],"o":1},"skier":{"subcategory":"person-sport","a":"Skier","b":"26F7-FE0F","c":"26F7","d":true,"e":true,"f":true,"h":true,"j":["skier","sports","winter","snow"],"k":[58,32],"o":0},"snowboarder":{"subcategory":"person-sport","skin_variations":{"1F3FB":{"unified":"1F3C2-1F3FB","non_qualified":null,"image":"1f3c2-1f3fb.png","sheet_x":8,"sheet_y":9,"added_in":"1.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FC":{"unified":"1F3C2-1F3FC","non_qualified":null,"image":"1f3c2-1f3fc.png","sheet_x":8,"sheet_y":10,"added_in":"1.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FD":{"unified":"1F3C2-1F3FD","non_qualified":null,"image":"1f3c2-1f3fd.png","sheet_x":8,"sheet_y":11,"added_in":"1.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FE":{"unified":"1F3C2-1F3FE","non_qualified":null,"image":"1f3c2-1f3fe.png","sheet_x":8,"sheet_y":12,"added_in":"1.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FF":{"unified":"1F3C2-1F3FF","non_qualified":null,"image":"1f3c2-1f3ff.png","sheet_x":8,"sheet_y":13,"added_in":"1.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true}},"a":"Snowboarder","b":"1F3C2","d":true,"e":true,"f":true,"h":true,"j":["snowboarder","sports","winter"],"k":[8,8],"o":0},"golfer":{"subcategory":"person-sport","skin_variations":{"1F3FB":{"unified":"1F3CC-1F3FB","non_qualified":null,"image":"1f3cc-1f3fb.png","sheet_x":9,"sheet_y":48,"added_in":"4.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FC":{"unified":"1F3CC-1F3FC","non_qualified":null,"image":"1f3cc-1f3fc.png","sheet_x":9,"sheet_y":49,"added_in":"4.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FD":{"unified":"1F3CC-1F3FD","non_qualified":null,"image":"1f3cc-1f3fd.png","sheet_x":9,"sheet_y":50,"added_in":"4.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FE":{"unified":"1F3CC-1F3FE","non_qualified":null,"image":"1f3cc-1f3fe.png","sheet_x":9,"sheet_y":51,"added_in":"4.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FF":{"unified":"1F3CC-1F3FF","non_qualified":null,"image":"1f3cc-1f3ff.png","sheet_x":9,"sheet_y":52,"added_in":"4.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true}},"obsoleted_by":"1F3CC-FE0F-200D-2642-FE0F","a":"Person Golfing","b":"1F3CC-FE0F","c":"1F3CC","d":true,"e":true,"f":true,"h":true,"j":["person_golfing","sports","business"],"k":[9,47],"o":0},"man-golfing":{"subcategory":"person-sport","skin_variations":{"1F3FB":{"unified":"1F3CC-1F3FB-200D-2642-FE0F","non_qualified":"1F3CC-1F3FB-200D-2642","image":"1f3cc-1f3fb-200d-2642-fe0f.png","sheet_x":9,"sheet_y":42,"added_in":"4.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FC":{"unified":"1F3CC-1F3FC-200D-2642-FE0F","non_qualified":"1F3CC-1F3FC-200D-2642","image":"1f3cc-1f3fc-200d-2642-fe0f.png","sheet_x":9,"sheet_y":43,"added_in":"4.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FD":{"unified":"1F3CC-1F3FD-200D-2642-FE0F","non_qualified":"1F3CC-1F3FD-200D-2642","image":"1f3cc-1f3fd-200d-2642-fe0f.png","sheet_x":9,"sheet_y":44,"added_in":"4.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FE":{"unified":"1F3CC-1F3FE-200D-2642-FE0F","non_qualified":"1F3CC-1F3FE-200D-2642","image":"1f3cc-1f3fe-200d-2642-fe0f.png","sheet_x":9,"sheet_y":45,"added_in":"4.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FF":{"unified":"1F3CC-1F3FF-200D-2642-FE0F","non_qualified":"1F3CC-1F3FF-200D-2642","image":"1f3cc-1f3ff-200d-2642-fe0f.png","sheet_x":9,"sheet_y":46,"added_in":"4.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true}},"obsoletes":"1F3CC-FE0F","a":"Man Golfing","b":"1F3CC-FE0F-200D-2642-FE0F","d":true,"e":true,"f":true,"h":false,"j":["man_golfing","sport"],"k":[9,41],"o":4},"woman-golfing":{"subcategory":"person-sport","skin_variations":{"1F3FB":{"unified":"1F3CC-1F3FB-200D-2640-FE0F","non_qualified":"1F3CC-1F3FB-200D-2640","image":"1f3cc-1f3fb-200d-2640-fe0f.png","sheet_x":9,"sheet_y":36,"added_in":"4.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FC":{"unified":"1F3CC-1F3FC-200D-2640-FE0F","non_qualified":"1F3CC-1F3FC-200D-2640","image":"1f3cc-1f3fc-200d-2640-fe0f.png","sheet_x":9,"sheet_y":37,"added_in":"4.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FD":{"unified":"1F3CC-1F3FD-200D-2640-FE0F","non_qualified":"1F3CC-1F3FD-200D-2640","image":"1f3cc-1f3fd-200d-2640-fe0f.png","sheet_x":9,"sheet_y":38,"added_in":"4.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FE":{"unified":"1F3CC-1F3FE-200D-2640-FE0F","non_qualified":"1F3CC-1F3FE-200D-2640","image":"1f3cc-1f3fe-200d-2640-fe0f.png","sheet_x":9,"sheet_y":39,"added_in":"4.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FF":{"unified":"1F3CC-1F3FF-200D-2640-FE0F","non_qualified":"1F3CC-1F3FF-200D-2640","image":"1f3cc-1f3ff-200d-2640-fe0f.png","sheet_x":9,"sheet_y":40,"added_in":"4.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true}},"a":"Woman Golfing","b":"1F3CC-FE0F-200D-2640-FE0F","d":true,"e":true,"f":true,"h":false,"j":["woman_golfing","sports","business","woman","female"],"k":[9,35],"o":4},"surfer":{"subcategory":"person-sport","skin_variations":{"1F3FB":{"unified":"1F3C4-1F3FB","non_qualified":null,"image":"1f3c4-1f3fb.png","sheet_x":8,"sheet_y":45,"added_in":"1.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FC":{"unified":"1F3C4-1F3FC","non_qualified":null,"image":"1f3c4-1f3fc.png","sheet_x":8,"sheet_y":46,"added_in":"1.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FD":{"unified":"1F3C4-1F3FD","non_qualified":null,"image":"1f3c4-1f3fd.png","sheet_x":8,"sheet_y":47,"added_in":"1.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FE":{"unified":"1F3C4-1F3FE","non_qualified":null,"image":"1f3c4-1f3fe.png","sheet_x":8,"sheet_y":48,"added_in":"1.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FF":{"unified":"1F3C4-1F3FF","non_qualified":null,"image":"1f3c4-1f3ff.png","sheet_x":8,"sheet_y":49,"added_in":"1.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true}},"obsoleted_by":"1F3C4-200D-2642-FE0F","a":"Surfer","b":"1F3C4","d":true,"e":true,"f":true,"h":true,"j":["person_surfing","sport","sea"],"k":[8,44],"o":0},"man-surfing":{"subcategory":"person-sport","skin_variations":{"1F3FB":{"unified":"1F3C4-1F3FB-200D-2642-FE0F","non_qualified":"1F3C4-1F3FB-200D-2642","image":"1f3c4-1f3fb-200d-2642-fe0f.png","sheet_x":8,"sheet_y":39,"added_in":"4.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FC":{"unified":"1F3C4-1F3FC-200D-2642-FE0F","non_qualified":"1F3C4-1F3FC-200D-2642","image":"1f3c4-1f3fc-200d-2642-fe0f.png","sheet_x":8,"sheet_y":40,"added_in":"4.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FD":{"unified":"1F3C4-1F3FD-200D-2642-FE0F","non_qualified":"1F3C4-1F3FD-200D-2642","image":"1f3c4-1f3fd-200d-2642-fe0f.png","sheet_x":8,"sheet_y":41,"added_in":"4.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FE":{"unified":"1F3C4-1F3FE-200D-2642-FE0F","non_qualified":"1F3C4-1F3FE-200D-2642","image":"1f3c4-1f3fe-200d-2642-fe0f.png","sheet_x":8,"sheet_y":42,"added_in":"4.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FF":{"unified":"1F3C4-1F3FF-200D-2642-FE0F","non_qualified":"1F3C4-1F3FF-200D-2642","image":"1f3c4-1f3ff-200d-2642-fe0f.png","sheet_x":8,"sheet_y":43,"added_in":"4.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true}},"obsoletes":"1F3C4","a":"Man Surfing","b":"1F3C4-200D-2642-FE0F","c":"1F3C4-200D-2642","d":true,"e":true,"f":true,"h":true,"j":["man_surfing","sports","ocean","sea","summer","beach"],"k":[8,38],"o":4},"woman-surfing":{"subcategory":"person-sport","skin_variations":{"1F3FB":{"unified":"1F3C4-1F3FB-200D-2640-FE0F","non_qualified":"1F3C4-1F3FB-200D-2640","image":"1f3c4-1f3fb-200d-2640-fe0f.png","sheet_x":8,"sheet_y":33,"added_in":"4.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FC":{"unified":"1F3C4-1F3FC-200D-2640-FE0F","non_qualified":"1F3C4-1F3FC-200D-2640","image":"1f3c4-1f3fc-200d-2640-fe0f.png","sheet_x":8,"sheet_y":34,"added_in":"4.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FD":{"unified":"1F3C4-1F3FD-200D-2640-FE0F","non_qualified":"1F3C4-1F3FD-200D-2640","image":"1f3c4-1f3fd-200d-2640-fe0f.png","sheet_x":8,"sheet_y":35,"added_in":"4.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FE":{"unified":"1F3C4-1F3FE-200D-2640-FE0F","non_qualified":"1F3C4-1F3FE-200D-2640","image":"1f3c4-1f3fe-200d-2640-fe0f.png","sheet_x":8,"sheet_y":36,"added_in":"4.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FF":{"unified":"1F3C4-1F3FF-200D-2640-FE0F","non_qualified":"1F3C4-1F3FF-200D-2640","image":"1f3c4-1f3ff-200d-2640-fe0f.png","sheet_x":8,"sheet_y":37,"added_in":"4.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true}},"a":"Woman Surfing","b":"1F3C4-200D-2640-FE0F","c":"1F3C4-200D-2640","d":true,"e":true,"f":true,"h":true,"j":["woman_surfing","sports","ocean","sea","summer","beach","woman","female"],"k":[8,32],"o":4},"rowboat":{"subcategory":"person-sport","skin_variations":{"1F3FB":{"unified":"1F6A3-1F3FB","non_qualified":null,"image":"1f6a3-1f3fb.png","sheet_x":36,"sheet_y":20,"added_in":"1.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FC":{"unified":"1F6A3-1F3FC","non_qualified":null,"image":"1f6a3-1f3fc.png","sheet_x":36,"sheet_y":21,"added_in":"1.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FD":{"unified":"1F6A3-1F3FD","non_qualified":null,"image":"1f6a3-1f3fd.png","sheet_x":36,"sheet_y":22,"added_in":"1.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FE":{"unified":"1F6A3-1F3FE","non_qualified":null,"image":"1f6a3-1f3fe.png","sheet_x":36,"sheet_y":23,"added_in":"1.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FF":{"unified":"1F6A3-1F3FF","non_qualified":null,"image":"1f6a3-1f3ff.png","sheet_x":36,"sheet_y":24,"added_in":"1.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true}},"obsoleted_by":"1F6A3-200D-2642-FE0F","a":"Rowboat","b":"1F6A3","d":true,"e":true,"f":true,"h":true,"j":["person_rowing_boat","sport","move"],"k":[36,19],"o":1},"man-rowing-boat":{"subcategory":"person-sport","skin_variations":{"1F3FB":{"unified":"1F6A3-1F3FB-200D-2642-FE0F","non_qualified":"1F6A3-1F3FB-200D-2642","image":"1f6a3-1f3fb-200d-2642-fe0f.png","sheet_x":36,"sheet_y":14,"added_in":"4.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FC":{"unified":"1F6A3-1F3FC-200D-2642-FE0F","non_qualified":"1F6A3-1F3FC-200D-2642","image":"1f6a3-1f3fc-200d-2642-fe0f.png","sheet_x":36,"sheet_y":15,"added_in":"4.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FD":{"unified":"1F6A3-1F3FD-200D-2642-FE0F","non_qualified":"1F6A3-1F3FD-200D-2642","image":"1f6a3-1f3fd-200d-2642-fe0f.png","sheet_x":36,"sheet_y":16,"added_in":"4.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FE":{"unified":"1F6A3-1F3FE-200D-2642-FE0F","non_qualified":"1F6A3-1F3FE-200D-2642","image":"1f6a3-1f3fe-200d-2642-fe0f.png","sheet_x":36,"sheet_y":17,"added_in":"4.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FF":{"unified":"1F6A3-1F3FF-200D-2642-FE0F","non_qualified":"1F6A3-1F3FF-200D-2642","image":"1f6a3-1f3ff-200d-2642-fe0f.png","sheet_x":36,"sheet_y":18,"added_in":"4.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true}},"obsoletes":"1F6A3","a":"Man Rowing Boat","b":"1F6A3-200D-2642-FE0F","c":"1F6A3-200D-2642","d":true,"e":true,"f":true,"h":true,"j":["man_rowing_boat","sports","hobby","water","ship"],"k":[36,13],"o":4},"woman-rowing-boat":{"subcategory":"person-sport","skin_variations":{"1F3FB":{"unified":"1F6A3-1F3FB-200D-2640-FE0F","non_qualified":"1F6A3-1F3FB-200D-2640","image":"1f6a3-1f3fb-200d-2640-fe0f.png","sheet_x":36,"sheet_y":8,"added_in":"4.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FC":{"unified":"1F6A3-1F3FC-200D-2640-FE0F","non_qualified":"1F6A3-1F3FC-200D-2640","image":"1f6a3-1f3fc-200d-2640-fe0f.png","sheet_x":36,"sheet_y":9,"added_in":"4.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FD":{"unified":"1F6A3-1F3FD-200D-2640-FE0F","non_qualified":"1F6A3-1F3FD-200D-2640","image":"1f6a3-1f3fd-200d-2640-fe0f.png","sheet_x":36,"sheet_y":10,"added_in":"4.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FE":{"unified":"1F6A3-1F3FE-200D-2640-FE0F","non_qualified":"1F6A3-1F3FE-200D-2640","image":"1f6a3-1f3fe-200d-2640-fe0f.png","sheet_x":36,"sheet_y":11,"added_in":"4.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FF":{"unified":"1F6A3-1F3FF-200D-2640-FE0F","non_qualified":"1F6A3-1F3FF-200D-2640","image":"1f6a3-1f3ff-200d-2640-fe0f.png","sheet_x":36,"sheet_y":12,"added_in":"4.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true}},"a":"Woman Rowing Boat","b":"1F6A3-200D-2640-FE0F","c":"1F6A3-200D-2640","d":true,"e":true,"f":true,"h":true,"j":["woman_rowing_boat","sports","hobby","water","ship","woman","female"],"k":[36,7],"o":4},"swimmer":{"subcategory":"person-sport","skin_variations":{"1F3FB":{"unified":"1F3CA-1F3FB","non_qualified":null,"image":"1f3ca-1f3fb.png","sheet_x":9,"sheet_y":12,"added_in":"1.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FC":{"unified":"1F3CA-1F3FC","non_qualified":null,"image":"1f3ca-1f3fc.png","sheet_x":9,"sheet_y":13,"added_in":"1.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FD":{"unified":"1F3CA-1F3FD","non_qualified":null,"image":"1f3ca-1f3fd.png","sheet_x":9,"sheet_y":14,"added_in":"1.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FE":{"unified":"1F3CA-1F3FE","non_qualified":null,"image":"1f3ca-1f3fe.png","sheet_x":9,"sheet_y":15,"added_in":"1.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FF":{"unified":"1F3CA-1F3FF","non_qualified":null,"image":"1f3ca-1f3ff.png","sheet_x":9,"sheet_y":16,"added_in":"1.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true}},"obsoleted_by":"1F3CA-200D-2642-FE0F","a":"Swimmer","b":"1F3CA","d":true,"e":true,"f":true,"h":true,"j":["person_swimming","sport","pool"],"k":[9,11],"o":0},"man-swimming":{"subcategory":"person-sport","skin_variations":{"1F3FB":{"unified":"1F3CA-1F3FB-200D-2642-FE0F","non_qualified":"1F3CA-1F3FB-200D-2642","image":"1f3ca-1f3fb-200d-2642-fe0f.png","sheet_x":9,"sheet_y":6,"added_in":"4.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FC":{"unified":"1F3CA-1F3FC-200D-2642-FE0F","non_qualified":"1F3CA-1F3FC-200D-2642","image":"1f3ca-1f3fc-200d-2642-fe0f.png","sheet_x":9,"sheet_y":7,"added_in":"4.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FD":{"unified":"1F3CA-1F3FD-200D-2642-FE0F","non_qualified":"1F3CA-1F3FD-200D-2642","image":"1f3ca-1f3fd-200d-2642-fe0f.png","sheet_x":9,"sheet_y":8,"added_in":"4.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FE":{"unified":"1F3CA-1F3FE-200D-2642-FE0F","non_qualified":"1F3CA-1F3FE-200D-2642","image":"1f3ca-1f3fe-200d-2642-fe0f.png","sheet_x":9,"sheet_y":9,"added_in":"4.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FF":{"unified":"1F3CA-1F3FF-200D-2642-FE0F","non_qualified":"1F3CA-1F3FF-200D-2642","image":"1f3ca-1f3ff-200d-2642-fe0f.png","sheet_x":9,"sheet_y":10,"added_in":"4.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true}},"obsoletes":"1F3CA","a":"Man Swimming","b":"1F3CA-200D-2642-FE0F","c":"1F3CA-200D-2642","d":true,"e":true,"f":true,"h":true,"j":["man_swimming","sports","exercise","human","athlete","water","summer"],"k":[9,5],"o":4},"woman-swimming":{"subcategory":"person-sport","skin_variations":{"1F3FB":{"unified":"1F3CA-1F3FB-200D-2640-FE0F","non_qualified":"1F3CA-1F3FB-200D-2640","image":"1f3ca-1f3fb-200d-2640-fe0f.png","sheet_x":9,"sheet_y":0,"added_in":"4.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FC":{"unified":"1F3CA-1F3FC-200D-2640-FE0F","non_qualified":"1F3CA-1F3FC-200D-2640","image":"1f3ca-1f3fc-200d-2640-fe0f.png","sheet_x":9,"sheet_y":1,"added_in":"4.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FD":{"unified":"1F3CA-1F3FD-200D-2640-FE0F","non_qualified":"1F3CA-1F3FD-200D-2640","image":"1f3ca-1f3fd-200d-2640-fe0f.png","sheet_x":9,"sheet_y":2,"added_in":"4.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FE":{"unified":"1F3CA-1F3FE-200D-2640-FE0F","non_qualified":"1F3CA-1F3FE-200D-2640","image":"1f3ca-1f3fe-200d-2640-fe0f.png","sheet_x":9,"sheet_y":3,"added_in":"4.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FF":{"unified":"1F3CA-1F3FF-200D-2640-FE0F","non_qualified":"1F3CA-1F3FF-200D-2640","image":"1f3ca-1f3ff-200d-2640-fe0f.png","sheet_x":9,"sheet_y":4,"added_in":"4.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true}},"a":"Woman Swimming","b":"1F3CA-200D-2640-FE0F","c":"1F3CA-200D-2640","d":true,"e":true,"f":true,"h":true,"j":["woman_swimming","sports","exercise","human","athlete","water","summer","woman","female"],"k":[8,60],"o":4},"person_with_ball":{"subcategory":"person-sport","skin_variations":{"1F3FB":{"unified":"26F9-1F3FB","non_qualified":null,"image":"26f9-1f3fb.png","sheet_x":58,"sheet_y":47,"added_in":"2.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FC":{"unified":"26F9-1F3FC","non_qualified":null,"image":"26f9-1f3fc.png","sheet_x":58,"sheet_y":48,"added_in":"2.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FD":{"unified":"26F9-1F3FD","non_qualified":null,"image":"26f9-1f3fd.png","sheet_x":58,"sheet_y":49,"added_in":"2.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FE":{"unified":"26F9-1F3FE","non_qualified":null,"image":"26f9-1f3fe.png","sheet_x":58,"sheet_y":50,"added_in":"2.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FF":{"unified":"26F9-1F3FF","non_qualified":null,"image":"26f9-1f3ff.png","sheet_x":58,"sheet_y":51,"added_in":"2.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true}},"obsoleted_by":"26F9-FE0F-200D-2642-FE0F","a":"Person Bouncing Ball","b":"26F9-FE0F","c":"26F9","d":true,"e":true,"f":true,"h":true,"j":["person_bouncing_ball","sports","human"],"k":[58,46],"o":0},"man-bouncing-ball":{"subcategory":"person-sport","skin_variations":{"1F3FB":{"unified":"26F9-1F3FB-200D-2642-FE0F","non_qualified":"26F9-1F3FB-200D-2642","image":"26f9-1f3fb-200d-2642-fe0f.png","sheet_x":58,"sheet_y":41,"added_in":"4.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FC":{"unified":"26F9-1F3FC-200D-2642-FE0F","non_qualified":"26F9-1F3FC-200D-2642","image":"26f9-1f3fc-200d-2642-fe0f.png","sheet_x":58,"sheet_y":42,"added_in":"4.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FD":{"unified":"26F9-1F3FD-200D-2642-FE0F","non_qualified":"26F9-1F3FD-200D-2642","image":"26f9-1f3fd-200d-2642-fe0f.png","sheet_x":58,"sheet_y":43,"added_in":"4.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FE":{"unified":"26F9-1F3FE-200D-2642-FE0F","non_qualified":"26F9-1F3FE-200D-2642","image":"26f9-1f3fe-200d-2642-fe0f.png","sheet_x":58,"sheet_y":44,"added_in":"4.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FF":{"unified":"26F9-1F3FF-200D-2642-FE0F","non_qualified":"26F9-1F3FF-200D-2642","image":"26f9-1f3ff-200d-2642-fe0f.png","sheet_x":58,"sheet_y":45,"added_in":"4.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true}},"obsoletes":"26F9-FE0F","a":"Man Bouncing Ball","b":"26F9-FE0F-200D-2642-FE0F","d":true,"e":true,"f":true,"h":false,"j":["man_bouncing_ball","sport"],"k":[58,40],"o":4},"woman-bouncing-ball":{"subcategory":"person-sport","skin_variations":{"1F3FB":{"unified":"26F9-1F3FB-200D-2640-FE0F","non_qualified":"26F9-1F3FB-200D-2640","image":"26f9-1f3fb-200d-2640-fe0f.png","sheet_x":58,"sheet_y":35,"added_in":"4.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FC":{"unified":"26F9-1F3FC-200D-2640-FE0F","non_qualified":"26F9-1F3FC-200D-2640","image":"26f9-1f3fc-200d-2640-fe0f.png","sheet_x":58,"sheet_y":36,"added_in":"4.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FD":{"unified":"26F9-1F3FD-200D-2640-FE0F","non_qualified":"26F9-1F3FD-200D-2640","image":"26f9-1f3fd-200d-2640-fe0f.png","sheet_x":58,"sheet_y":37,"added_in":"4.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FE":{"unified":"26F9-1F3FE-200D-2640-FE0F","non_qualified":"26F9-1F3FE-200D-2640","image":"26f9-1f3fe-200d-2640-fe0f.png","sheet_x":58,"sheet_y":38,"added_in":"4.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FF":{"unified":"26F9-1F3FF-200D-2640-FE0F","non_qualified":"26F9-1F3FF-200D-2640","image":"26f9-1f3ff-200d-2640-fe0f.png","sheet_x":58,"sheet_y":39,"added_in":"4.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true}},"a":"Woman Bouncing Ball","b":"26F9-FE0F-200D-2640-FE0F","d":true,"e":true,"f":true,"h":false,"j":["woman_bouncing_ball","sports","human","woman","female"],"k":[58,34],"o":4},"weight_lifter":{"subcategory":"person-sport","skin_variations":{"1F3FB":{"unified":"1F3CB-1F3FB","non_qualified":null,"image":"1f3cb-1f3fb.png","sheet_x":9,"sheet_y":30,"added_in":"2.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FC":{"unified":"1F3CB-1F3FC","non_qualified":null,"image":"1f3cb-1f3fc.png","sheet_x":9,"sheet_y":31,"added_in":"2.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FD":{"unified":"1F3CB-1F3FD","non_qualified":null,"image":"1f3cb-1f3fd.png","sheet_x":9,"sheet_y":32,"added_in":"2.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FE":{"unified":"1F3CB-1F3FE","non_qualified":null,"image":"1f3cb-1f3fe.png","sheet_x":9,"sheet_y":33,"added_in":"2.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FF":{"unified":"1F3CB-1F3FF","non_qualified":null,"image":"1f3cb-1f3ff.png","sheet_x":9,"sheet_y":34,"added_in":"2.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true}},"obsoleted_by":"1F3CB-FE0F-200D-2642-FE0F","a":"Person Lifting Weights","b":"1F3CB-FE0F","c":"1F3CB","d":true,"e":true,"f":true,"h":true,"j":["person_lifting_weights","sports","training","exercise"],"k":[9,29],"o":0},"man-lifting-weights":{"subcategory":"person-sport","skin_variations":{"1F3FB":{"unified":"1F3CB-1F3FB-200D-2642-FE0F","non_qualified":"1F3CB-1F3FB-200D-2642","image":"1f3cb-1f3fb-200d-2642-fe0f.png","sheet_x":9,"sheet_y":24,"added_in":"4.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FC":{"unified":"1F3CB-1F3FC-200D-2642-FE0F","non_qualified":"1F3CB-1F3FC-200D-2642","image":"1f3cb-1f3fc-200d-2642-fe0f.png","sheet_x":9,"sheet_y":25,"added_in":"4.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FD":{"unified":"1F3CB-1F3FD-200D-2642-FE0F","non_qualified":"1F3CB-1F3FD-200D-2642","image":"1f3cb-1f3fd-200d-2642-fe0f.png","sheet_x":9,"sheet_y":26,"added_in":"4.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FE":{"unified":"1F3CB-1F3FE-200D-2642-FE0F","non_qualified":"1F3CB-1F3FE-200D-2642","image":"1f3cb-1f3fe-200d-2642-fe0f.png","sheet_x":9,"sheet_y":27,"added_in":"4.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FF":{"unified":"1F3CB-1F3FF-200D-2642-FE0F","non_qualified":"1F3CB-1F3FF-200D-2642","image":"1f3cb-1f3ff-200d-2642-fe0f.png","sheet_x":9,"sheet_y":28,"added_in":"4.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true}},"obsoletes":"1F3CB-FE0F","a":"Man Lifting Weights","b":"1F3CB-FE0F-200D-2642-FE0F","d":true,"e":true,"f":true,"h":false,"j":["man_lifting_weights","sport"],"k":[9,23],"o":4},"woman-lifting-weights":{"subcategory":"person-sport","skin_variations":{"1F3FB":{"unified":"1F3CB-1F3FB-200D-2640-FE0F","non_qualified":"1F3CB-1F3FB-200D-2640","image":"1f3cb-1f3fb-200d-2640-fe0f.png","sheet_x":9,"sheet_y":18,"added_in":"4.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FC":{"unified":"1F3CB-1F3FC-200D-2640-FE0F","non_qualified":"1F3CB-1F3FC-200D-2640","image":"1f3cb-1f3fc-200d-2640-fe0f.png","sheet_x":9,"sheet_y":19,"added_in":"4.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FD":{"unified":"1F3CB-1F3FD-200D-2640-FE0F","non_qualified":"1F3CB-1F3FD-200D-2640","image":"1f3cb-1f3fd-200d-2640-fe0f.png","sheet_x":9,"sheet_y":20,"added_in":"4.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FE":{"unified":"1F3CB-1F3FE-200D-2640-FE0F","non_qualified":"1F3CB-1F3FE-200D-2640","image":"1f3cb-1f3fe-200d-2640-fe0f.png","sheet_x":9,"sheet_y":21,"added_in":"4.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FF":{"unified":"1F3CB-1F3FF-200D-2640-FE0F","non_qualified":"1F3CB-1F3FF-200D-2640","image":"1f3cb-1f3ff-200d-2640-fe0f.png","sheet_x":9,"sheet_y":22,"added_in":"4.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true}},"a":"Woman Lifting Weights","b":"1F3CB-FE0F-200D-2640-FE0F","d":true,"e":true,"f":true,"h":false,"j":["woman_lifting_weights","sports","training","exercise","woman","female"],"k":[9,17],"o":4},"bicyclist":{"subcategory":"person-sport","skin_variations":{"1F3FB":{"unified":"1F6B4-1F3FB","non_qualified":null,"image":"1f6b4-1f3fb.png","sheet_x":36,"sheet_y":54,"added_in":"1.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FC":{"unified":"1F6B4-1F3FC","non_qualified":null,"image":"1f6b4-1f3fc.png","sheet_x":36,"sheet_y":55,"added_in":"1.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FD":{"unified":"1F6B4-1F3FD","non_qualified":null,"image":"1f6b4-1f3fd.png","sheet_x":36,"sheet_y":56,"added_in":"1.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FE":{"unified":"1F6B4-1F3FE","non_qualified":null,"image":"1f6b4-1f3fe.png","sheet_x":36,"sheet_y":57,"added_in":"1.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FF":{"unified":"1F6B4-1F3FF","non_qualified":null,"image":"1f6b4-1f3ff.png","sheet_x":36,"sheet_y":58,"added_in":"1.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true}},"obsoleted_by":"1F6B4-200D-2642-FE0F","a":"Bicyclist","b":"1F6B4","d":true,"e":true,"f":true,"h":true,"j":["person_biking","bicycle","bike","cyclist","sport","move"],"k":[36,53],"o":1},"man-biking":{"subcategory":"person-sport","skin_variations":{"1F3FB":{"unified":"1F6B4-1F3FB-200D-2642-FE0F","non_qualified":"1F6B4-1F3FB-200D-2642","image":"1f6b4-1f3fb-200d-2642-fe0f.png","sheet_x":36,"sheet_y":48,"added_in":"4.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FC":{"unified":"1F6B4-1F3FC-200D-2642-FE0F","non_qualified":"1F6B4-1F3FC-200D-2642","image":"1f6b4-1f3fc-200d-2642-fe0f.png","sheet_x":36,"sheet_y":49,"added_in":"4.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FD":{"unified":"1F6B4-1F3FD-200D-2642-FE0F","non_qualified":"1F6B4-1F3FD-200D-2642","image":"1f6b4-1f3fd-200d-2642-fe0f.png","sheet_x":36,"sheet_y":50,"added_in":"4.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FE":{"unified":"1F6B4-1F3FE-200D-2642-FE0F","non_qualified":"1F6B4-1F3FE-200D-2642","image":"1f6b4-1f3fe-200d-2642-fe0f.png","sheet_x":36,"sheet_y":51,"added_in":"4.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FF":{"unified":"1F6B4-1F3FF-200D-2642-FE0F","non_qualified":"1F6B4-1F3FF-200D-2642","image":"1f6b4-1f3ff-200d-2642-fe0f.png","sheet_x":36,"sheet_y":52,"added_in":"4.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true}},"obsoletes":"1F6B4","a":"Man Biking","b":"1F6B4-200D-2642-FE0F","c":"1F6B4-200D-2642","d":true,"e":true,"f":true,"h":true,"j":["man_biking","bicycle","bike","cyclist","sports","exercise","hipster"],"k":[36,47],"o":4},"woman-biking":{"subcategory":"person-sport","skin_variations":{"1F3FB":{"unified":"1F6B4-1F3FB-200D-2640-FE0F","non_qualified":"1F6B4-1F3FB-200D-2640","image":"1f6b4-1f3fb-200d-2640-fe0f.png","sheet_x":36,"sheet_y":42,"added_in":"4.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FC":{"unified":"1F6B4-1F3FC-200D-2640-FE0F","non_qualified":"1F6B4-1F3FC-200D-2640","image":"1f6b4-1f3fc-200d-2640-fe0f.png","sheet_x":36,"sheet_y":43,"added_in":"4.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FD":{"unified":"1F6B4-1F3FD-200D-2640-FE0F","non_qualified":"1F6B4-1F3FD-200D-2640","image":"1f6b4-1f3fd-200d-2640-fe0f.png","sheet_x":36,"sheet_y":44,"added_in":"4.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FE":{"unified":"1F6B4-1F3FE-200D-2640-FE0F","non_qualified":"1F6B4-1F3FE-200D-2640","image":"1f6b4-1f3fe-200d-2640-fe0f.png","sheet_x":36,"sheet_y":45,"added_in":"4.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FF":{"unified":"1F6B4-1F3FF-200D-2640-FE0F","non_qualified":"1F6B4-1F3FF-200D-2640","image":"1f6b4-1f3ff-200d-2640-fe0f.png","sheet_x":36,"sheet_y":46,"added_in":"4.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true}},"a":"Woman Biking","b":"1F6B4-200D-2640-FE0F","c":"1F6B4-200D-2640","d":true,"e":true,"f":true,"h":true,"j":["woman_biking","bicycle","bike","cyclist","sports","exercise","hipster","woman","female"],"k":[36,41],"o":4},"mountain_bicyclist":{"subcategory":"person-sport","skin_variations":{"1F3FB":{"unified":"1F6B5-1F3FB","non_qualified":null,"image":"1f6b5-1f3fb.png","sheet_x":37,"sheet_y":11,"added_in":"1.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FC":{"unified":"1F6B5-1F3FC","non_qualified":null,"image":"1f6b5-1f3fc.png","sheet_x":37,"sheet_y":12,"added_in":"1.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FD":{"unified":"1F6B5-1F3FD","non_qualified":null,"image":"1f6b5-1f3fd.png","sheet_x":37,"sheet_y":13,"added_in":"1.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FE":{"unified":"1F6B5-1F3FE","non_qualified":null,"image":"1f6b5-1f3fe.png","sheet_x":37,"sheet_y":14,"added_in":"1.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FF":{"unified":"1F6B5-1F3FF","non_qualified":null,"image":"1f6b5-1f3ff.png","sheet_x":37,"sheet_y":15,"added_in":"1.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true}},"obsoleted_by":"1F6B5-200D-2642-FE0F","a":"Mountain Bicyclist","b":"1F6B5","d":true,"e":true,"f":true,"h":true,"j":["person_mountain_biking","bicycle","bike","cyclist","sport","move"],"k":[37,10],"o":1},"man-mountain-biking":{"subcategory":"person-sport","skin_variations":{"1F3FB":{"unified":"1F6B5-1F3FB-200D-2642-FE0F","non_qualified":"1F6B5-1F3FB-200D-2642","image":"1f6b5-1f3fb-200d-2642-fe0f.png","sheet_x":37,"sheet_y":5,"added_in":"4.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FC":{"unified":"1F6B5-1F3FC-200D-2642-FE0F","non_qualified":"1F6B5-1F3FC-200D-2642","image":"1f6b5-1f3fc-200d-2642-fe0f.png","sheet_x":37,"sheet_y":6,"added_in":"4.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FD":{"unified":"1F6B5-1F3FD-200D-2642-FE0F","non_qualified":"1F6B5-1F3FD-200D-2642","image":"1f6b5-1f3fd-200d-2642-fe0f.png","sheet_x":37,"sheet_y":7,"added_in":"4.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FE":{"unified":"1F6B5-1F3FE-200D-2642-FE0F","non_qualified":"1F6B5-1F3FE-200D-2642","image":"1f6b5-1f3fe-200d-2642-fe0f.png","sheet_x":37,"sheet_y":8,"added_in":"4.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FF":{"unified":"1F6B5-1F3FF-200D-2642-FE0F","non_qualified":"1F6B5-1F3FF-200D-2642","image":"1f6b5-1f3ff-200d-2642-fe0f.png","sheet_x":37,"sheet_y":9,"added_in":"4.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true}},"obsoletes":"1F6B5","a":"Man Mountain Biking","b":"1F6B5-200D-2642-FE0F","c":"1F6B5-200D-2642","d":true,"e":true,"f":true,"h":true,"j":["man_mountain_biking","bicycle","bike","cyclist","transportation","sports","human","race"],"k":[37,4],"o":4},"woman-mountain-biking":{"subcategory":"person-sport","skin_variations":{"1F3FB":{"unified":"1F6B5-1F3FB-200D-2640-FE0F","non_qualified":"1F6B5-1F3FB-200D-2640","image":"1f6b5-1f3fb-200d-2640-fe0f.png","sheet_x":36,"sheet_y":60,"added_in":"4.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FC":{"unified":"1F6B5-1F3FC-200D-2640-FE0F","non_qualified":"1F6B5-1F3FC-200D-2640","image":"1f6b5-1f3fc-200d-2640-fe0f.png","sheet_x":37,"sheet_y":0,"added_in":"4.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FD":{"unified":"1F6B5-1F3FD-200D-2640-FE0F","non_qualified":"1F6B5-1F3FD-200D-2640","image":"1f6b5-1f3fd-200d-2640-fe0f.png","sheet_x":37,"sheet_y":1,"added_in":"4.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FE":{"unified":"1F6B5-1F3FE-200D-2640-FE0F","non_qualified":"1F6B5-1F3FE-200D-2640","image":"1f6b5-1f3fe-200d-2640-fe0f.png","sheet_x":37,"sheet_y":2,"added_in":"4.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FF":{"unified":"1F6B5-1F3FF-200D-2640-FE0F","non_qualified":"1F6B5-1F3FF-200D-2640","image":"1f6b5-1f3ff-200d-2640-fe0f.png","sheet_x":37,"sheet_y":3,"added_in":"4.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true}},"a":"Woman Mountain Biking","b":"1F6B5-200D-2640-FE0F","c":"1F6B5-200D-2640","d":true,"e":true,"f":true,"h":true,"j":["woman_mountain_biking","bicycle","bike","cyclist","transportation","sports","human","race","woman","female"],"k":[36,59],"o":4},"person_doing_cartwheel":{"subcategory":"person-sport","skin_variations":{"1F3FB":{"unified":"1F938-1F3FB","non_qualified":null,"image":"1f938-1f3fb.png","sheet_x":42,"sheet_y":10,"added_in":"3.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FC":{"unified":"1F938-1F3FC","non_qualified":null,"image":"1f938-1f3fc.png","sheet_x":42,"sheet_y":11,"added_in":"3.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FD":{"unified":"1F938-1F3FD","non_qualified":null,"image":"1f938-1f3fd.png","sheet_x":42,"sheet_y":12,"added_in":"3.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FE":{"unified":"1F938-1F3FE","non_qualified":null,"image":"1f938-1f3fe.png","sheet_x":42,"sheet_y":13,"added_in":"3.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FF":{"unified":"1F938-1F3FF","non_qualified":null,"image":"1f938-1f3ff.png","sheet_x":42,"sheet_y":14,"added_in":"3.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true}},"a":"Person Doing Cartwheel","b":"1F938","d":true,"e":true,"f":true,"h":true,"j":["person_cartwheeling","sport","gymnastic"],"k":[42,9],"o":3},"man-cartwheeling":{"subcategory":"person-sport","skin_variations":{"1F3FB":{"unified":"1F938-1F3FB-200D-2642-FE0F","non_qualified":"1F938-1F3FB-200D-2642","image":"1f938-1f3fb-200d-2642-fe0f.png","sheet_x":42,"sheet_y":4,"added_in":"4.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FC":{"unified":"1F938-1F3FC-200D-2642-FE0F","non_qualified":"1F938-1F3FC-200D-2642","image":"1f938-1f3fc-200d-2642-fe0f.png","sheet_x":42,"sheet_y":5,"added_in":"4.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FD":{"unified":"1F938-1F3FD-200D-2642-FE0F","non_qualified":"1F938-1F3FD-200D-2642","image":"1f938-1f3fd-200d-2642-fe0f.png","sheet_x":42,"sheet_y":6,"added_in":"4.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FE":{"unified":"1F938-1F3FE-200D-2642-FE0F","non_qualified":"1F938-1F3FE-200D-2642","image":"1f938-1f3fe-200d-2642-fe0f.png","sheet_x":42,"sheet_y":7,"added_in":"4.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FF":{"unified":"1F938-1F3FF-200D-2642-FE0F","non_qualified":"1F938-1F3FF-200D-2642","image":"1f938-1f3ff-200d-2642-fe0f.png","sheet_x":42,"sheet_y":8,"added_in":"4.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true}},"a":"Man Cartwheeling","b":"1F938-200D-2642-FE0F","c":"1F938-200D-2642","d":true,"e":true,"f":true,"h":true,"j":["man_cartwheeling","gymnastics"],"k":[42,3],"o":4},"woman-cartwheeling":{"subcategory":"person-sport","skin_variations":{"1F3FB":{"unified":"1F938-1F3FB-200D-2640-FE0F","non_qualified":"1F938-1F3FB-200D-2640","image":"1f938-1f3fb-200d-2640-fe0f.png","sheet_x":41,"sheet_y":59,"added_in":"4.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FC":{"unified":"1F938-1F3FC-200D-2640-FE0F","non_qualified":"1F938-1F3FC-200D-2640","image":"1f938-1f3fc-200d-2640-fe0f.png","sheet_x":41,"sheet_y":60,"added_in":"4.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FD":{"unified":"1F938-1F3FD-200D-2640-FE0F","non_qualified":"1F938-1F3FD-200D-2640","image":"1f938-1f3fd-200d-2640-fe0f.png","sheet_x":42,"sheet_y":0,"added_in":"4.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FE":{"unified":"1F938-1F3FE-200D-2640-FE0F","non_qualified":"1F938-1F3FE-200D-2640","image":"1f938-1f3fe-200d-2640-fe0f.png","sheet_x":42,"sheet_y":1,"added_in":"4.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FF":{"unified":"1F938-1F3FF-200D-2640-FE0F","non_qualified":"1F938-1F3FF-200D-2640","image":"1f938-1f3ff-200d-2640-fe0f.png","sheet_x":42,"sheet_y":2,"added_in":"4.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true}},"a":"Woman Cartwheeling","b":"1F938-200D-2640-FE0F","c":"1F938-200D-2640","d":true,"e":true,"f":true,"h":true,"j":["woman_cartwheeling","gymnastics"],"k":[41,58],"o":4},"wrestlers":{"subcategory":"person-sport","a":"Wrestlers","b":"1F93C","d":true,"e":true,"f":true,"h":true,"j":["people_wrestling","sport"],"k":[42,36],"o":3},"man-wrestling":{"subcategory":"person-sport","a":"Men Wrestling","b":"1F93C-200D-2642-FE0F","c":"1F93C-200D-2642","d":true,"e":true,"f":true,"h":true,"j":["men_wrestling","sports","wrestlers"],"k":[42,35],"o":4},"woman-wrestling":{"subcategory":"person-sport","a":"Women Wrestling","b":"1F93C-200D-2640-FE0F","c":"1F93C-200D-2640","d":true,"e":true,"f":true,"h":true,"j":["women_wrestling","sports","wrestlers"],"k":[42,34],"o":4},"water_polo":{"subcategory":"person-sport","skin_variations":{"1F3FB":{"unified":"1F93D-1F3FB","non_qualified":null,"image":"1f93d-1f3fb.png","sheet_x":42,"sheet_y":50,"added_in":"3.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FC":{"unified":"1F93D-1F3FC","non_qualified":null,"image":"1f93d-1f3fc.png","sheet_x":42,"sheet_y":51,"added_in":"3.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FD":{"unified":"1F93D-1F3FD","non_qualified":null,"image":"1f93d-1f3fd.png","sheet_x":42,"sheet_y":52,"added_in":"3.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FE":{"unified":"1F93D-1F3FE","non_qualified":null,"image":"1f93d-1f3fe.png","sheet_x":42,"sheet_y":53,"added_in":"3.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FF":{"unified":"1F93D-1F3FF","non_qualified":null,"image":"1f93d-1f3ff.png","sheet_x":42,"sheet_y":54,"added_in":"3.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true}},"a":"Water Polo","b":"1F93D","d":true,"e":true,"f":true,"h":true,"j":["person_playing_water_polo","sport"],"k":[42,49],"o":3},"man-playing-water-polo":{"subcategory":"person-sport","skin_variations":{"1F3FB":{"unified":"1F93D-1F3FB-200D-2642-FE0F","non_qualified":"1F93D-1F3FB-200D-2642","image":"1f93d-1f3fb-200d-2642-fe0f.png","sheet_x":42,"sheet_y":44,"added_in":"4.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FC":{"unified":"1F93D-1F3FC-200D-2642-FE0F","non_qualified":"1F93D-1F3FC-200D-2642","image":"1f93d-1f3fc-200d-2642-fe0f.png","sheet_x":42,"sheet_y":45,"added_in":"4.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FD":{"unified":"1F93D-1F3FD-200D-2642-FE0F","non_qualified":"1F93D-1F3FD-200D-2642","image":"1f93d-1f3fd-200d-2642-fe0f.png","sheet_x":42,"sheet_y":46,"added_in":"4.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FE":{"unified":"1F93D-1F3FE-200D-2642-FE0F","non_qualified":"1F93D-1F3FE-200D-2642","image":"1f93d-1f3fe-200d-2642-fe0f.png","sheet_x":42,"sheet_y":47,"added_in":"4.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FF":{"unified":"1F93D-1F3FF-200D-2642-FE0F","non_qualified":"1F93D-1F3FF-200D-2642","image":"1f93d-1f3ff-200d-2642-fe0f.png","sheet_x":42,"sheet_y":48,"added_in":"4.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true}},"a":"Man Playing Water Polo","b":"1F93D-200D-2642-FE0F","c":"1F93D-200D-2642","d":true,"e":true,"f":true,"h":true,"j":["man_playing_water_polo","sports","pool"],"k":[42,43],"o":4},"woman-playing-water-polo":{"subcategory":"person-sport","skin_variations":{"1F3FB":{"unified":"1F93D-1F3FB-200D-2640-FE0F","non_qualified":"1F93D-1F3FB-200D-2640","image":"1f93d-1f3fb-200d-2640-fe0f.png","sheet_x":42,"sheet_y":38,"added_in":"4.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FC":{"unified":"1F93D-1F3FC-200D-2640-FE0F","non_qualified":"1F93D-1F3FC-200D-2640","image":"1f93d-1f3fc-200d-2640-fe0f.png","sheet_x":42,"sheet_y":39,"added_in":"4.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FD":{"unified":"1F93D-1F3FD-200D-2640-FE0F","non_qualified":"1F93D-1F3FD-200D-2640","image":"1f93d-1f3fd-200d-2640-fe0f.png","sheet_x":42,"sheet_y":40,"added_in":"4.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FE":{"unified":"1F93D-1F3FE-200D-2640-FE0F","non_qualified":"1F93D-1F3FE-200D-2640","image":"1f93d-1f3fe-200d-2640-fe0f.png","sheet_x":42,"sheet_y":41,"added_in":"4.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FF":{"unified":"1F93D-1F3FF-200D-2640-FE0F","non_qualified":"1F93D-1F3FF-200D-2640","image":"1f93d-1f3ff-200d-2640-fe0f.png","sheet_x":42,"sheet_y":42,"added_in":"4.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true}},"a":"Woman Playing Water Polo","b":"1F93D-200D-2640-FE0F","c":"1F93D-200D-2640","d":true,"e":true,"f":true,"h":true,"j":["woman_playing_water_polo","sports","pool"],"k":[42,37],"o":4},"handball":{"subcategory":"person-sport","skin_variations":{"1F3FB":{"unified":"1F93E-1F3FB","non_qualified":null,"image":"1f93e-1f3fb.png","sheet_x":43,"sheet_y":7,"added_in":"3.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FC":{"unified":"1F93E-1F3FC","non_qualified":null,"image":"1f93e-1f3fc.png","sheet_x":43,"sheet_y":8,"added_in":"3.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FD":{"unified":"1F93E-1F3FD","non_qualified":null,"image":"1f93e-1f3fd.png","sheet_x":43,"sheet_y":9,"added_in":"3.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FE":{"unified":"1F93E-1F3FE","non_qualified":null,"image":"1f93e-1f3fe.png","sheet_x":43,"sheet_y":10,"added_in":"3.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FF":{"unified":"1F93E-1F3FF","non_qualified":null,"image":"1f93e-1f3ff.png","sheet_x":43,"sheet_y":11,"added_in":"3.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true}},"a":"Handball","b":"1F93E","d":true,"e":true,"f":true,"h":true,"j":["person_playing_handball","sport"],"k":[43,6],"o":3},"man-playing-handball":{"subcategory":"person-sport","skin_variations":{"1F3FB":{"unified":"1F93E-1F3FB-200D-2642-FE0F","non_qualified":"1F93E-1F3FB-200D-2642","image":"1f93e-1f3fb-200d-2642-fe0f.png","sheet_x":43,"sheet_y":1,"added_in":"4.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FC":{"unified":"1F93E-1F3FC-200D-2642-FE0F","non_qualified":"1F93E-1F3FC-200D-2642","image":"1f93e-1f3fc-200d-2642-fe0f.png","sheet_x":43,"sheet_y":2,"added_in":"4.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FD":{"unified":"1F93E-1F3FD-200D-2642-FE0F","non_qualified":"1F93E-1F3FD-200D-2642","image":"1f93e-1f3fd-200d-2642-fe0f.png","sheet_x":43,"sheet_y":3,"added_in":"4.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FE":{"unified":"1F93E-1F3FE-200D-2642-FE0F","non_qualified":"1F93E-1F3FE-200D-2642","image":"1f93e-1f3fe-200d-2642-fe0f.png","sheet_x":43,"sheet_y":4,"added_in":"4.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FF":{"unified":"1F93E-1F3FF-200D-2642-FE0F","non_qualified":"1F93E-1F3FF-200D-2642","image":"1f93e-1f3ff-200d-2642-fe0f.png","sheet_x":43,"sheet_y":5,"added_in":"4.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true}},"a":"Man Playing Handball","b":"1F93E-200D-2642-FE0F","c":"1F93E-200D-2642","d":true,"e":true,"f":true,"h":true,"j":["man_playing_handball","sports"],"k":[43,0],"o":4},"woman-playing-handball":{"subcategory":"person-sport","skin_variations":{"1F3FB":{"unified":"1F93E-1F3FB-200D-2640-FE0F","non_qualified":"1F93E-1F3FB-200D-2640","image":"1f93e-1f3fb-200d-2640-fe0f.png","sheet_x":42,"sheet_y":56,"added_in":"4.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FC":{"unified":"1F93E-1F3FC-200D-2640-FE0F","non_qualified":"1F93E-1F3FC-200D-2640","image":"1f93e-1f3fc-200d-2640-fe0f.png","sheet_x":42,"sheet_y":57,"added_in":"4.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FD":{"unified":"1F93E-1F3FD-200D-2640-FE0F","non_qualified":"1F93E-1F3FD-200D-2640","image":"1f93e-1f3fd-200d-2640-fe0f.png","sheet_x":42,"sheet_y":58,"added_in":"4.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FE":{"unified":"1F93E-1F3FE-200D-2640-FE0F","non_qualified":"1F93E-1F3FE-200D-2640","image":"1f93e-1f3fe-200d-2640-fe0f.png","sheet_x":42,"sheet_y":59,"added_in":"4.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FF":{"unified":"1F93E-1F3FF-200D-2640-FE0F","non_qualified":"1F93E-1F3FF-200D-2640","image":"1f93e-1f3ff-200d-2640-fe0f.png","sheet_x":42,"sheet_y":60,"added_in":"4.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true}},"a":"Woman Playing Handball","b":"1F93E-200D-2640-FE0F","c":"1F93E-200D-2640","d":true,"e":true,"f":true,"h":true,"j":["woman_playing_handball","sports"],"k":[42,55],"o":4},"juggling":{"subcategory":"person-sport","skin_variations":{"1F3FB":{"unified":"1F939-1F3FB","non_qualified":null,"image":"1f939-1f3fb.png","sheet_x":42,"sheet_y":28,"added_in":"3.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FC":{"unified":"1F939-1F3FC","non_qualified":null,"image":"1f939-1f3fc.png","sheet_x":42,"sheet_y":29,"added_in":"3.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FD":{"unified":"1F939-1F3FD","non_qualified":null,"image":"1f939-1f3fd.png","sheet_x":42,"sheet_y":30,"added_in":"3.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FE":{"unified":"1F939-1F3FE","non_qualified":null,"image":"1f939-1f3fe.png","sheet_x":42,"sheet_y":31,"added_in":"3.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FF":{"unified":"1F939-1F3FF","non_qualified":null,"image":"1f939-1f3ff.png","sheet_x":42,"sheet_y":32,"added_in":"3.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true}},"a":"Juggling","b":"1F939","d":true,"e":true,"f":true,"h":true,"j":["person_juggling","performance","balance"],"k":[42,27],"o":3},"man-juggling":{"subcategory":"person-sport","skin_variations":{"1F3FB":{"unified":"1F939-1F3FB-200D-2642-FE0F","non_qualified":"1F939-1F3FB-200D-2642","image":"1f939-1f3fb-200d-2642-fe0f.png","sheet_x":42,"sheet_y":22,"added_in":"4.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FC":{"unified":"1F939-1F3FC-200D-2642-FE0F","non_qualified":"1F939-1F3FC-200D-2642","image":"1f939-1f3fc-200d-2642-fe0f.png","sheet_x":42,"sheet_y":23,"added_in":"4.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FD":{"unified":"1F939-1F3FD-200D-2642-FE0F","non_qualified":"1F939-1F3FD-200D-2642","image":"1f939-1f3fd-200d-2642-fe0f.png","sheet_x":42,"sheet_y":24,"added_in":"4.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FE":{"unified":"1F939-1F3FE-200D-2642-FE0F","non_qualified":"1F939-1F3FE-200D-2642","image":"1f939-1f3fe-200d-2642-fe0f.png","sheet_x":42,"sheet_y":25,"added_in":"4.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FF":{"unified":"1F939-1F3FF-200D-2642-FE0F","non_qualified":"1F939-1F3FF-200D-2642","image":"1f939-1f3ff-200d-2642-fe0f.png","sheet_x":42,"sheet_y":26,"added_in":"4.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true}},"a":"Man Juggling","b":"1F939-200D-2642-FE0F","c":"1F939-200D-2642","d":true,"e":true,"f":true,"h":true,"j":["man_juggling","juggle","balance","skill","multitask"],"k":[42,21],"o":4},"woman-juggling":{"subcategory":"person-sport","skin_variations":{"1F3FB":{"unified":"1F939-1F3FB-200D-2640-FE0F","non_qualified":"1F939-1F3FB-200D-2640","image":"1f939-1f3fb-200d-2640-fe0f.png","sheet_x":42,"sheet_y":16,"added_in":"4.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FC":{"unified":"1F939-1F3FC-200D-2640-FE0F","non_qualified":"1F939-1F3FC-200D-2640","image":"1f939-1f3fc-200d-2640-fe0f.png","sheet_x":42,"sheet_y":17,"added_in":"4.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FD":{"unified":"1F939-1F3FD-200D-2640-FE0F","non_qualified":"1F939-1F3FD-200D-2640","image":"1f939-1f3fd-200d-2640-fe0f.png","sheet_x":42,"sheet_y":18,"added_in":"4.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FE":{"unified":"1F939-1F3FE-200D-2640-FE0F","non_qualified":"1F939-1F3FE-200D-2640","image":"1f939-1f3fe-200d-2640-fe0f.png","sheet_x":42,"sheet_y":19,"added_in":"4.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FF":{"unified":"1F939-1F3FF-200D-2640-FE0F","non_qualified":"1F939-1F3FF-200D-2640","image":"1f939-1f3ff-200d-2640-fe0f.png","sheet_x":42,"sheet_y":20,"added_in":"4.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true}},"a":"Woman Juggling","b":"1F939-200D-2640-FE0F","c":"1F939-200D-2640","d":true,"e":true,"f":true,"h":true,"j":["woman_juggling","juggle","balance","skill","multitask"],"k":[42,15],"o":4},"person_in_lotus_position":{"subcategory":"person-resting","skin_variations":{"1F3FB":{"unified":"1F9D8-1F3FB","non_qualified":null,"image":"1f9d8-1f3fb.png","sheet_x":51,"sheet_y":37,"added_in":"5.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true,"obsoleted_by":"1F9D8-1F3FB-200D-2640-FE0F"},"1F3FC":{"unified":"1F9D8-1F3FC","non_qualified":null,"image":"1f9d8-1f3fc.png","sheet_x":51,"sheet_y":38,"added_in":"5.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true,"obsoleted_by":"1F9D8-1F3FC-200D-2640-FE0F"},"1F3FD":{"unified":"1F9D8-1F3FD","non_qualified":null,"image":"1f9d8-1f3fd.png","sheet_x":51,"sheet_y":39,"added_in":"5.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true,"obsoleted_by":"1F9D8-1F3FD-200D-2640-FE0F"},"1F3FE":{"unified":"1F9D8-1F3FE","non_qualified":null,"image":"1f9d8-1f3fe.png","sheet_x":51,"sheet_y":40,"added_in":"5.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true,"obsoleted_by":"1F9D8-1F3FE-200D-2640-FE0F"},"1F3FF":{"unified":"1F9D8-1F3FF","non_qualified":null,"image":"1f9d8-1f3ff.png","sheet_x":51,"sheet_y":41,"added_in":"5.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true,"obsoleted_by":"1F9D8-1F3FF-200D-2640-FE0F"}},"obsoleted_by":"1F9D8-200D-2640-FE0F","a":"Person in Lotus Position","b":"1F9D8","d":true,"e":true,"f":true,"h":true,"j":["person_in_lotus_position","meditate"],"k":[51,36],"o":5},"man_in_lotus_position":{"subcategory":"person-resting","skin_variations":{"1F3FB":{"unified":"1F9D8-1F3FB-200D-2642-FE0F","non_qualified":"1F9D8-1F3FB-200D-2642","image":"1f9d8-1f3fb-200d-2642-fe0f.png","sheet_x":51,"sheet_y":31,"added_in":"5.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FC":{"unified":"1F9D8-1F3FC-200D-2642-FE0F","non_qualified":"1F9D8-1F3FC-200D-2642","image":"1f9d8-1f3fc-200d-2642-fe0f.png","sheet_x":51,"sheet_y":32,"added_in":"5.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FD":{"unified":"1F9D8-1F3FD-200D-2642-FE0F","non_qualified":"1F9D8-1F3FD-200D-2642","image":"1f9d8-1f3fd-200d-2642-fe0f.png","sheet_x":51,"sheet_y":33,"added_in":"5.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FE":{"unified":"1F9D8-1F3FE-200D-2642-FE0F","non_qualified":"1F9D8-1F3FE-200D-2642","image":"1f9d8-1f3fe-200d-2642-fe0f.png","sheet_x":51,"sheet_y":34,"added_in":"5.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FF":{"unified":"1F9D8-1F3FF-200D-2642-FE0F","non_qualified":"1F9D8-1F3FF-200D-2642","image":"1f9d8-1f3ff-200d-2642-fe0f.png","sheet_x":51,"sheet_y":35,"added_in":"5.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true}},"a":"Man in Lotus Position","b":"1F9D8-200D-2642-FE0F","c":"1F9D8-200D-2642","d":true,"e":true,"f":true,"h":true,"j":["man_in_lotus_position","man","male","meditation","yoga","serenity","zen","mindfulness"],"k":[51,30],"o":5},"woman_in_lotus_position":{"subcategory":"person-resting","skin_variations":{"1F3FB":{"unified":"1F9D8-1F3FB-200D-2640-FE0F","non_qualified":"1F9D8-1F3FB-200D-2640","image":"1f9d8-1f3fb-200d-2640-fe0f.png","sheet_x":51,"sheet_y":25,"added_in":"5.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true,"obsoletes":"1F9D8-1F3FB"},"1F3FC":{"unified":"1F9D8-1F3FC-200D-2640-FE0F","non_qualified":"1F9D8-1F3FC-200D-2640","image":"1f9d8-1f3fc-200d-2640-fe0f.png","sheet_x":51,"sheet_y":26,"added_in":"5.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true,"obsoletes":"1F9D8-1F3FC"},"1F3FD":{"unified":"1F9D8-1F3FD-200D-2640-FE0F","non_qualified":"1F9D8-1F3FD-200D-2640","image":"1f9d8-1f3fd-200d-2640-fe0f.png","sheet_x":51,"sheet_y":27,"added_in":"5.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true,"obsoletes":"1F9D8-1F3FD"},"1F3FE":{"unified":"1F9D8-1F3FE-200D-2640-FE0F","non_qualified":"1F9D8-1F3FE-200D-2640","image":"1f9d8-1f3fe-200d-2640-fe0f.png","sheet_x":51,"sheet_y":28,"added_in":"5.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true,"obsoletes":"1F9D8-1F3FE"},"1F3FF":{"unified":"1F9D8-1F3FF-200D-2640-FE0F","non_qualified":"1F9D8-1F3FF-200D-2640","image":"1f9d8-1f3ff-200d-2640-fe0f.png","sheet_x":51,"sheet_y":29,"added_in":"5.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true,"obsoletes":"1F9D8-1F3FF"}},"obsoletes":"1F9D8","a":"Woman in Lotus Position","b":"1F9D8-200D-2640-FE0F","c":"1F9D8-200D-2640","d":true,"e":true,"f":true,"h":true,"j":["woman_in_lotus_position","woman","female","meditation","yoga","serenity","zen","mindfulness"],"k":[51,24],"o":5},"bath":{"subcategory":"person-resting","skin_variations":{"1F3FB":{"unified":"1F6C0-1F3FB","non_qualified":null,"image":"1f6c0-1f3fb.png","sheet_x":37,"sheet_y":44,"added_in":"1.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FC":{"unified":"1F6C0-1F3FC","non_qualified":null,"image":"1f6c0-1f3fc.png","sheet_x":37,"sheet_y":45,"added_in":"1.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FD":{"unified":"1F6C0-1F3FD","non_qualified":null,"image":"1f6c0-1f3fd.png","sheet_x":37,"sheet_y":46,"added_in":"1.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FE":{"unified":"1F6C0-1F3FE","non_qualified":null,"image":"1f6c0-1f3fe.png","sheet_x":37,"sheet_y":47,"added_in":"1.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FF":{"unified":"1F6C0-1F3FF","non_qualified":null,"image":"1f6c0-1f3ff.png","sheet_x":37,"sheet_y":48,"added_in":"1.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true}},"a":"Bath","b":"1F6C0","d":true,"e":true,"f":true,"h":true,"j":["person_taking_bath","clean","shower","bathroom"],"k":[37,43],"o":0},"sleeping_accommodation":{"subcategory":"person-resting","skin_variations":{"1F3FB":{"unified":"1F6CC-1F3FB","non_qualified":null,"image":"1f6cc-1f3fb.png","sheet_x":37,"sheet_y":56,"added_in":"4.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FC":{"unified":"1F6CC-1F3FC","non_qualified":null,"image":"1f6cc-1f3fc.png","sheet_x":37,"sheet_y":57,"added_in":"4.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FD":{"unified":"1F6CC-1F3FD","non_qualified":null,"image":"1f6cc-1f3fd.png","sheet_x":37,"sheet_y":58,"added_in":"4.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FE":{"unified":"1F6CC-1F3FE","non_qualified":null,"image":"1f6cc-1f3fe.png","sheet_x":37,"sheet_y":59,"added_in":"4.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FF":{"unified":"1F6CC-1F3FF","non_qualified":null,"image":"1f6cc-1f3ff.png","sheet_x":37,"sheet_y":60,"added_in":"4.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true}},"a":"Sleeping Accommodation","b":"1F6CC","d":true,"e":true,"f":true,"h":true,"j":["person_in_bed","bed","rest"],"k":[37,55],"o":1},"people_holding_hands":{"subcategory":"family","skin_variations":{"1F3FB-1F3FB":{"unified":"1F9D1-1F3FB-200D-1F91D-200D-1F9D1-1F3FB","non_qualified":null,"image":"1f9d1-1f3fb-200d-1f91d-200d-1f9d1-1f3fb.png","sheet_x":48,"sheet_y":44,"added_in":"12.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FB-1F3FC":{"unified":"1F9D1-1F3FB-200D-1F91D-200D-1F9D1-1F3FC","non_qualified":null,"image":"1f9d1-1f3fb-200d-1f91d-200d-1f9d1-1f3fc.png","sheet_x":48,"sheet_y":45,"added_in":"12.1","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FB-1F3FD":{"unified":"1F9D1-1F3FB-200D-1F91D-200D-1F9D1-1F3FD","non_qualified":null,"image":"1f9d1-1f3fb-200d-1f91d-200d-1f9d1-1f3fd.png","sheet_x":48,"sheet_y":46,"added_in":"12.1","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FB-1F3FE":{"unified":"1F9D1-1F3FB-200D-1F91D-200D-1F9D1-1F3FE","non_qualified":null,"image":"1f9d1-1f3fb-200d-1f91d-200d-1f9d1-1f3fe.png","sheet_x":48,"sheet_y":47,"added_in":"12.1","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FB-1F3FF":{"unified":"1F9D1-1F3FB-200D-1F91D-200D-1F9D1-1F3FF","non_qualified":null,"image":"1f9d1-1f3fb-200d-1f91d-200d-1f9d1-1f3ff.png","sheet_x":48,"sheet_y":48,"added_in":"12.1","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FC-1F3FB":{"unified":"1F9D1-1F3FC-200D-1F91D-200D-1F9D1-1F3FB","non_qualified":null,"image":"1f9d1-1f3fc-200d-1f91d-200d-1f9d1-1f3fb.png","sheet_x":48,"sheet_y":49,"added_in":"12.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FC-1F3FC":{"unified":"1F9D1-1F3FC-200D-1F91D-200D-1F9D1-1F3FC","non_qualified":null,"image":"1f9d1-1f3fc-200d-1f91d-200d-1f9d1-1f3fc.png","sheet_x":48,"sheet_y":50,"added_in":"12.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FC-1F3FD":{"unified":"1F9D1-1F3FC-200D-1F91D-200D-1F9D1-1F3FD","non_qualified":null,"image":"1f9d1-1f3fc-200d-1f91d-200d-1f9d1-1f3fd.png","sheet_x":48,"sheet_y":51,"added_in":"12.1","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FC-1F3FE":{"unified":"1F9D1-1F3FC-200D-1F91D-200D-1F9D1-1F3FE","non_qualified":null,"image":"1f9d1-1f3fc-200d-1f91d-200d-1f9d1-1f3fe.png","sheet_x":48,"sheet_y":52,"added_in":"12.1","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FC-1F3FF":{"unified":"1F9D1-1F3FC-200D-1F91D-200D-1F9D1-1F3FF","non_qualified":null,"image":"1f9d1-1f3fc-200d-1f91d-200d-1f9d1-1f3ff.png","sheet_x":48,"sheet_y":53,"added_in":"12.1","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FD-1F3FB":{"unified":"1F9D1-1F3FD-200D-1F91D-200D-1F9D1-1F3FB","non_qualified":null,"image":"1f9d1-1f3fd-200d-1f91d-200d-1f9d1-1f3fb.png","sheet_x":48,"sheet_y":54,"added_in":"12.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FD-1F3FC":{"unified":"1F9D1-1F3FD-200D-1F91D-200D-1F9D1-1F3FC","non_qualified":null,"image":"1f9d1-1f3fd-200d-1f91d-200d-1f9d1-1f3fc.png","sheet_x":48,"sheet_y":55,"added_in":"12.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FD-1F3FD":{"unified":"1F9D1-1F3FD-200D-1F91D-200D-1F9D1-1F3FD","non_qualified":null,"image":"1f9d1-1f3fd-200d-1f91d-200d-1f9d1-1f3fd.png","sheet_x":48,"sheet_y":56,"added_in":"12.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FD-1F3FE":{"unified":"1F9D1-1F3FD-200D-1F91D-200D-1F9D1-1F3FE","non_qualified":null,"image":"1f9d1-1f3fd-200d-1f91d-200d-1f9d1-1f3fe.png","sheet_x":48,"sheet_y":57,"added_in":"12.1","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FD-1F3FF":{"unified":"1F9D1-1F3FD-200D-1F91D-200D-1F9D1-1F3FF","non_qualified":null,"image":"1f9d1-1f3fd-200d-1f91d-200d-1f9d1-1f3ff.png","sheet_x":48,"sheet_y":58,"added_in":"12.1","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FE-1F3FB":{"unified":"1F9D1-1F3FE-200D-1F91D-200D-1F9D1-1F3FB","non_qualified":null,"image":"1f9d1-1f3fe-200d-1f91d-200d-1f9d1-1f3fb.png","sheet_x":48,"sheet_y":59,"added_in":"12.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FE-1F3FC":{"unified":"1F9D1-1F3FE-200D-1F91D-200D-1F9D1-1F3FC","non_qualified":null,"image":"1f9d1-1f3fe-200d-1f91d-200d-1f9d1-1f3fc.png","sheet_x":48,"sheet_y":60,"added_in":"12.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FE-1F3FD":{"unified":"1F9D1-1F3FE-200D-1F91D-200D-1F9D1-1F3FD","non_qualified":null,"image":"1f9d1-1f3fe-200d-1f91d-200d-1f9d1-1f3fd.png","sheet_x":49,"sheet_y":0,"added_in":"12.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FE-1F3FE":{"unified":"1F9D1-1F3FE-200D-1F91D-200D-1F9D1-1F3FE","non_qualified":null,"image":"1f9d1-1f3fe-200d-1f91d-200d-1f9d1-1f3fe.png","sheet_x":49,"sheet_y":1,"added_in":"12.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FE-1F3FF":{"unified":"1F9D1-1F3FE-200D-1F91D-200D-1F9D1-1F3FF","non_qualified":null,"image":"1f9d1-1f3fe-200d-1f91d-200d-1f9d1-1f3ff.png","sheet_x":49,"sheet_y":2,"added_in":"12.1","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FF-1F3FB":{"unified":"1F9D1-1F3FF-200D-1F91D-200D-1F9D1-1F3FB","non_qualified":null,"image":"1f9d1-1f3ff-200d-1f91d-200d-1f9d1-1f3fb.png","sheet_x":49,"sheet_y":3,"added_in":"12.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FF-1F3FC":{"unified":"1F9D1-1F3FF-200D-1F91D-200D-1F9D1-1F3FC","non_qualified":null,"image":"1f9d1-1f3ff-200d-1f91d-200d-1f9d1-1f3fc.png","sheet_x":49,"sheet_y":4,"added_in":"12.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FF-1F3FD":{"unified":"1F9D1-1F3FF-200D-1F91D-200D-1F9D1-1F3FD","non_qualified":null,"image":"1f9d1-1f3ff-200d-1f91d-200d-1f9d1-1f3fd.png","sheet_x":49,"sheet_y":5,"added_in":"12.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FF-1F3FE":{"unified":"1F9D1-1F3FF-200D-1F91D-200D-1F9D1-1F3FE","non_qualified":null,"image":"1f9d1-1f3ff-200d-1f91d-200d-1f9d1-1f3fe.png","sheet_x":49,"sheet_y":6,"added_in":"12.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FF-1F3FF":{"unified":"1F9D1-1F3FF-200D-1F91D-200D-1F9D1-1F3FF","non_qualified":null,"image":"1f9d1-1f3ff-200d-1f91d-200d-1f9d1-1f3ff.png","sheet_x":49,"sheet_y":7,"added_in":"12.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true}},"a":"People Holding Hands","b":"1F9D1-200D-1F91D-200D-1F9D1","d":true,"e":true,"f":true,"h":true,"j":["people_holding_hands","friendship"],"k":[48,43],"o":12},"two_women_holding_hands":{"subcategory":"family","skin_variations":{"1F3FB":{"unified":"1F46D-1F3FB","non_qualified":null,"image":"1f46d-1f3fb.png","sheet_x":22,"sheet_y":33,"added_in":"12.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FC":{"unified":"1F46D-1F3FC","non_qualified":null,"image":"1f46d-1f3fc.png","sheet_x":22,"sheet_y":34,"added_in":"12.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FD":{"unified":"1F46D-1F3FD","non_qualified":null,"image":"1f46d-1f3fd.png","sheet_x":22,"sheet_y":35,"added_in":"12.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FE":{"unified":"1F46D-1F3FE","non_qualified":null,"image":"1f46d-1f3fe.png","sheet_x":22,"sheet_y":36,"added_in":"12.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FF":{"unified":"1F46D-1F3FF","non_qualified":null,"image":"1f46d-1f3ff.png","sheet_x":22,"sheet_y":37,"added_in":"12.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FB-1F3FC":{"unified":"1F469-1F3FB-200D-1F91D-200D-1F469-1F3FC","non_qualified":null,"image":"1f469-1f3fb-200d-1f91d-200d-1f469-1f3fc.png","sheet_x":22,"sheet_y":38,"added_in":"12.1","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FB-1F3FD":{"unified":"1F469-1F3FB-200D-1F91D-200D-1F469-1F3FD","non_qualified":null,"image":"1f469-1f3fb-200d-1f91d-200d-1f469-1f3fd.png","sheet_x":22,"sheet_y":39,"added_in":"12.1","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FB-1F3FE":{"unified":"1F469-1F3FB-200D-1F91D-200D-1F469-1F3FE","non_qualified":null,"image":"1f469-1f3fb-200d-1f91d-200d-1f469-1f3fe.png","sheet_x":22,"sheet_y":40,"added_in":"12.1","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FB-1F3FF":{"unified":"1F469-1F3FB-200D-1F91D-200D-1F469-1F3FF","non_qualified":null,"image":"1f469-1f3fb-200d-1f91d-200d-1f469-1f3ff.png","sheet_x":22,"sheet_y":41,"added_in":"12.1","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FC-1F3FB":{"unified":"1F469-1F3FC-200D-1F91D-200D-1F469-1F3FB","non_qualified":null,"image":"1f469-1f3fc-200d-1f91d-200d-1f469-1f3fb.png","sheet_x":22,"sheet_y":42,"added_in":"12.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FC-1F3FD":{"unified":"1F469-1F3FC-200D-1F91D-200D-1F469-1F3FD","non_qualified":null,"image":"1f469-1f3fc-200d-1f91d-200d-1f469-1f3fd.png","sheet_x":22,"sheet_y":43,"added_in":"12.1","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FC-1F3FE":{"unified":"1F469-1F3FC-200D-1F91D-200D-1F469-1F3FE","non_qualified":null,"image":"1f469-1f3fc-200d-1f91d-200d-1f469-1f3fe.png","sheet_x":22,"sheet_y":44,"added_in":"12.1","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FC-1F3FF":{"unified":"1F469-1F3FC-200D-1F91D-200D-1F469-1F3FF","non_qualified":null,"image":"1f469-1f3fc-200d-1f91d-200d-1f469-1f3ff.png","sheet_x":22,"sheet_y":45,"added_in":"12.1","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FD-1F3FB":{"unified":"1F469-1F3FD-200D-1F91D-200D-1F469-1F3FB","non_qualified":null,"image":"1f469-1f3fd-200d-1f91d-200d-1f469-1f3fb.png","sheet_x":22,"sheet_y":46,"added_in":"12.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FD-1F3FC":{"unified":"1F469-1F3FD-200D-1F91D-200D-1F469-1F3FC","non_qualified":null,"image":"1f469-1f3fd-200d-1f91d-200d-1f469-1f3fc.png","sheet_x":22,"sheet_y":47,"added_in":"12.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FD-1F3FE":{"unified":"1F469-1F3FD-200D-1F91D-200D-1F469-1F3FE","non_qualified":null,"image":"1f469-1f3fd-200d-1f91d-200d-1f469-1f3fe.png","sheet_x":22,"sheet_y":48,"added_in":"12.1","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FD-1F3FF":{"unified":"1F469-1F3FD-200D-1F91D-200D-1F469-1F3FF","non_qualified":null,"image":"1f469-1f3fd-200d-1f91d-200d-1f469-1f3ff.png","sheet_x":22,"sheet_y":49,"added_in":"12.1","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FE-1F3FB":{"unified":"1F469-1F3FE-200D-1F91D-200D-1F469-1F3FB","non_qualified":null,"image":"1f469-1f3fe-200d-1f91d-200d-1f469-1f3fb.png","sheet_x":22,"sheet_y":50,"added_in":"12.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FE-1F3FC":{"unified":"1F469-1F3FE-200D-1F91D-200D-1F469-1F3FC","non_qualified":null,"image":"1f469-1f3fe-200d-1f91d-200d-1f469-1f3fc.png","sheet_x":22,"sheet_y":51,"added_in":"12.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FE-1F3FD":{"unified":"1F469-1F3FE-200D-1F91D-200D-1F469-1F3FD","non_qualified":null,"image":"1f469-1f3fe-200d-1f91d-200d-1f469-1f3fd.png","sheet_x":22,"sheet_y":52,"added_in":"12.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FE-1F3FF":{"unified":"1F469-1F3FE-200D-1F91D-200D-1F469-1F3FF","non_qualified":null,"image":"1f469-1f3fe-200d-1f91d-200d-1f469-1f3ff.png","sheet_x":22,"sheet_y":53,"added_in":"12.1","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FF-1F3FB":{"unified":"1F469-1F3FF-200D-1F91D-200D-1F469-1F3FB","non_qualified":null,"image":"1f469-1f3ff-200d-1f91d-200d-1f469-1f3fb.png","sheet_x":22,"sheet_y":54,"added_in":"12.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FF-1F3FC":{"unified":"1F469-1F3FF-200D-1F91D-200D-1F469-1F3FC","non_qualified":null,"image":"1f469-1f3ff-200d-1f91d-200d-1f469-1f3fc.png","sheet_x":22,"sheet_y":55,"added_in":"12.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FF-1F3FD":{"unified":"1F469-1F3FF-200D-1F91D-200D-1F469-1F3FD","non_qualified":null,"image":"1f469-1f3ff-200d-1f91d-200d-1f469-1f3fd.png","sheet_x":22,"sheet_y":56,"added_in":"12.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FF-1F3FE":{"unified":"1F469-1F3FF-200D-1F91D-200D-1F469-1F3FE","non_qualified":null,"image":"1f469-1f3ff-200d-1f91d-200d-1f469-1f3fe.png","sheet_x":22,"sheet_y":57,"added_in":"12.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true}},"a":"Two Women Holding Hands","b":"1F46D","d":true,"e":true,"f":true,"h":true,"j":["women_holding_hands","pair","friendship","couple","love","like","female","people","human"],"k":[22,32],"n":["women_holding_hands"],"o":1},"man_and_woman_holding_hands":{"subcategory":"family","skin_variations":{"1F3FB":{"unified":"1F46B-1F3FB","non_qualified":null,"image":"1f46b-1f3fb.png","sheet_x":21,"sheet_y":42,"added_in":"12.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FC":{"unified":"1F46B-1F3FC","non_qualified":null,"image":"1f46b-1f3fc.png","sheet_x":21,"sheet_y":43,"added_in":"12.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FD":{"unified":"1F46B-1F3FD","non_qualified":null,"image":"1f46b-1f3fd.png","sheet_x":21,"sheet_y":44,"added_in":"12.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FE":{"unified":"1F46B-1F3FE","non_qualified":null,"image":"1f46b-1f3fe.png","sheet_x":21,"sheet_y":45,"added_in":"12.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FF":{"unified":"1F46B-1F3FF","non_qualified":null,"image":"1f46b-1f3ff.png","sheet_x":21,"sheet_y":46,"added_in":"12.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FB-1F3FC":{"unified":"1F469-1F3FB-200D-1F91D-200D-1F468-1F3FC","non_qualified":null,"image":"1f469-1f3fb-200d-1f91d-200d-1f468-1f3fc.png","sheet_x":21,"sheet_y":47,"added_in":"12.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FB-1F3FD":{"unified":"1F469-1F3FB-200D-1F91D-200D-1F468-1F3FD","non_qualified":null,"image":"1f469-1f3fb-200d-1f91d-200d-1f468-1f3fd.png","sheet_x":21,"sheet_y":48,"added_in":"12.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FB-1F3FE":{"unified":"1F469-1F3FB-200D-1F91D-200D-1F468-1F3FE","non_qualified":null,"image":"1f469-1f3fb-200d-1f91d-200d-1f468-1f3fe.png","sheet_x":21,"sheet_y":49,"added_in":"12.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FB-1F3FF":{"unified":"1F469-1F3FB-200D-1F91D-200D-1F468-1F3FF","non_qualified":null,"image":"1f469-1f3fb-200d-1f91d-200d-1f468-1f3ff.png","sheet_x":21,"sheet_y":50,"added_in":"12.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FC-1F3FB":{"unified":"1F469-1F3FC-200D-1F91D-200D-1F468-1F3FB","non_qualified":null,"image":"1f469-1f3fc-200d-1f91d-200d-1f468-1f3fb.png","sheet_x":21,"sheet_y":51,"added_in":"12.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FC-1F3FD":{"unified":"1F469-1F3FC-200D-1F91D-200D-1F468-1F3FD","non_qualified":null,"image":"1f469-1f3fc-200d-1f91d-200d-1f468-1f3fd.png","sheet_x":21,"sheet_y":52,"added_in":"12.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FC-1F3FE":{"unified":"1F469-1F3FC-200D-1F91D-200D-1F468-1F3FE","non_qualified":null,"image":"1f469-1f3fc-200d-1f91d-200d-1f468-1f3fe.png","sheet_x":21,"sheet_y":53,"added_in":"12.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FC-1F3FF":{"unified":"1F469-1F3FC-200D-1F91D-200D-1F468-1F3FF","non_qualified":null,"image":"1f469-1f3fc-200d-1f91d-200d-1f468-1f3ff.png","sheet_x":21,"sheet_y":54,"added_in":"12.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FD-1F3FB":{"unified":"1F469-1F3FD-200D-1F91D-200D-1F468-1F3FB","non_qualified":null,"image":"1f469-1f3fd-200d-1f91d-200d-1f468-1f3fb.png","sheet_x":21,"sheet_y":55,"added_in":"12.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FD-1F3FC":{"unified":"1F469-1F3FD-200D-1F91D-200D-1F468-1F3FC","non_qualified":null,"image":"1f469-1f3fd-200d-1f91d-200d-1f468-1f3fc.png","sheet_x":21,"sheet_y":56,"added_in":"12.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FD-1F3FE":{"unified":"1F469-1F3FD-200D-1F91D-200D-1F468-1F3FE","non_qualified":null,"image":"1f469-1f3fd-200d-1f91d-200d-1f468-1f3fe.png","sheet_x":21,"sheet_y":57,"added_in":"12.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FD-1F3FF":{"unified":"1F469-1F3FD-200D-1F91D-200D-1F468-1F3FF","non_qualified":null,"image":"1f469-1f3fd-200d-1f91d-200d-1f468-1f3ff.png","sheet_x":21,"sheet_y":58,"added_in":"12.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FE-1F3FB":{"unified":"1F469-1F3FE-200D-1F91D-200D-1F468-1F3FB","non_qualified":null,"image":"1f469-1f3fe-200d-1f91d-200d-1f468-1f3fb.png","sheet_x":21,"sheet_y":59,"added_in":"12.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FE-1F3FC":{"unified":"1F469-1F3FE-200D-1F91D-200D-1F468-1F3FC","non_qualified":null,"image":"1f469-1f3fe-200d-1f91d-200d-1f468-1f3fc.png","sheet_x":21,"sheet_y":60,"added_in":"12.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FE-1F3FD":{"unified":"1F469-1F3FE-200D-1F91D-200D-1F468-1F3FD","non_qualified":null,"image":"1f469-1f3fe-200d-1f91d-200d-1f468-1f3fd.png","sheet_x":22,"sheet_y":0,"added_in":"12.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FE-1F3FF":{"unified":"1F469-1F3FE-200D-1F91D-200D-1F468-1F3FF","non_qualified":null,"image":"1f469-1f3fe-200d-1f91d-200d-1f468-1f3ff.png","sheet_x":22,"sheet_y":1,"added_in":"12.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FF-1F3FB":{"unified":"1F469-1F3FF-200D-1F91D-200D-1F468-1F3FB","non_qualified":null,"image":"1f469-1f3ff-200d-1f91d-200d-1f468-1f3fb.png","sheet_x":22,"sheet_y":2,"added_in":"12.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FF-1F3FC":{"unified":"1F469-1F3FF-200D-1F91D-200D-1F468-1F3FC","non_qualified":null,"image":"1f469-1f3ff-200d-1f91d-200d-1f468-1f3fc.png","sheet_x":22,"sheet_y":3,"added_in":"12.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FF-1F3FD":{"unified":"1F469-1F3FF-200D-1F91D-200D-1F468-1F3FD","non_qualified":null,"image":"1f469-1f3ff-200d-1f91d-200d-1f468-1f3fd.png","sheet_x":22,"sheet_y":4,"added_in":"12.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FF-1F3FE":{"unified":"1F469-1F3FF-200D-1F91D-200D-1F468-1F3FE","non_qualified":null,"image":"1f469-1f3ff-200d-1f91d-200d-1f468-1f3fe.png","sheet_x":22,"sheet_y":5,"added_in":"12.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true}},"a":"Man and Woman Holding Hands","b":"1F46B","d":true,"e":true,"f":true,"h":true,"j":["woman_and_man_holding_hands","pair","people","human","love","date","dating","like","affection","valentines","marriage"],"k":[21,41],"n":["woman_and_man_holding_hands","couple"],"o":0},"two_men_holding_hands":{"subcategory":"family","skin_variations":{"1F3FB":{"unified":"1F46C-1F3FB","non_qualified":null,"image":"1f46c-1f3fb.png","sheet_x":22,"sheet_y":7,"added_in":"12.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FC":{"unified":"1F46C-1F3FC","non_qualified":null,"image":"1f46c-1f3fc.png","sheet_x":22,"sheet_y":8,"added_in":"12.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FD":{"unified":"1F46C-1F3FD","non_qualified":null,"image":"1f46c-1f3fd.png","sheet_x":22,"sheet_y":9,"added_in":"12.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FE":{"unified":"1F46C-1F3FE","non_qualified":null,"image":"1f46c-1f3fe.png","sheet_x":22,"sheet_y":10,"added_in":"12.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FF":{"unified":"1F46C-1F3FF","non_qualified":null,"image":"1f46c-1f3ff.png","sheet_x":22,"sheet_y":11,"added_in":"12.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FB-1F3FC":{"unified":"1F468-1F3FB-200D-1F91D-200D-1F468-1F3FC","non_qualified":null,"image":"1f468-1f3fb-200d-1f91d-200d-1f468-1f3fc.png","sheet_x":22,"sheet_y":12,"added_in":"12.1","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FB-1F3FD":{"unified":"1F468-1F3FB-200D-1F91D-200D-1F468-1F3FD","non_qualified":null,"image":"1f468-1f3fb-200d-1f91d-200d-1f468-1f3fd.png","sheet_x":22,"sheet_y":13,"added_in":"12.1","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FB-1F3FE":{"unified":"1F468-1F3FB-200D-1F91D-200D-1F468-1F3FE","non_qualified":null,"image":"1f468-1f3fb-200d-1f91d-200d-1f468-1f3fe.png","sheet_x":22,"sheet_y":14,"added_in":"12.1","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FB-1F3FF":{"unified":"1F468-1F3FB-200D-1F91D-200D-1F468-1F3FF","non_qualified":null,"image":"1f468-1f3fb-200d-1f91d-200d-1f468-1f3ff.png","sheet_x":22,"sheet_y":15,"added_in":"12.1","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FC-1F3FB":{"unified":"1F468-1F3FC-200D-1F91D-200D-1F468-1F3FB","non_qualified":null,"image":"1f468-1f3fc-200d-1f91d-200d-1f468-1f3fb.png","sheet_x":22,"sheet_y":16,"added_in":"12.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FC-1F3FD":{"unified":"1F468-1F3FC-200D-1F91D-200D-1F468-1F3FD","non_qualified":null,"image":"1f468-1f3fc-200d-1f91d-200d-1f468-1f3fd.png","sheet_x":22,"sheet_y":17,"added_in":"12.1","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FC-1F3FE":{"unified":"1F468-1F3FC-200D-1F91D-200D-1F468-1F3FE","non_qualified":null,"image":"1f468-1f3fc-200d-1f91d-200d-1f468-1f3fe.png","sheet_x":22,"sheet_y":18,"added_in":"12.1","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FC-1F3FF":{"unified":"1F468-1F3FC-200D-1F91D-200D-1F468-1F3FF","non_qualified":null,"image":"1f468-1f3fc-200d-1f91d-200d-1f468-1f3ff.png","sheet_x":22,"sheet_y":19,"added_in":"12.1","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FD-1F3FB":{"unified":"1F468-1F3FD-200D-1F91D-200D-1F468-1F3FB","non_qualified":null,"image":"1f468-1f3fd-200d-1f91d-200d-1f468-1f3fb.png","sheet_x":22,"sheet_y":20,"added_in":"12.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FD-1F3FC":{"unified":"1F468-1F3FD-200D-1F91D-200D-1F468-1F3FC","non_qualified":null,"image":"1f468-1f3fd-200d-1f91d-200d-1f468-1f3fc.png","sheet_x":22,"sheet_y":21,"added_in":"12.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FD-1F3FE":{"unified":"1F468-1F3FD-200D-1F91D-200D-1F468-1F3FE","non_qualified":null,"image":"1f468-1f3fd-200d-1f91d-200d-1f468-1f3fe.png","sheet_x":22,"sheet_y":22,"added_in":"12.1","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FD-1F3FF":{"unified":"1F468-1F3FD-200D-1F91D-200D-1F468-1F3FF","non_qualified":null,"image":"1f468-1f3fd-200d-1f91d-200d-1f468-1f3ff.png","sheet_x":22,"sheet_y":23,"added_in":"12.1","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FE-1F3FB":{"unified":"1F468-1F3FE-200D-1F91D-200D-1F468-1F3FB","non_qualified":null,"image":"1f468-1f3fe-200d-1f91d-200d-1f468-1f3fb.png","sheet_x":22,"sheet_y":24,"added_in":"12.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FE-1F3FC":{"unified":"1F468-1F3FE-200D-1F91D-200D-1F468-1F3FC","non_qualified":null,"image":"1f468-1f3fe-200d-1f91d-200d-1f468-1f3fc.png","sheet_x":22,"sheet_y":25,"added_in":"12.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FE-1F3FD":{"unified":"1F468-1F3FE-200D-1F91D-200D-1F468-1F3FD","non_qualified":null,"image":"1f468-1f3fe-200d-1f91d-200d-1f468-1f3fd.png","sheet_x":22,"sheet_y":26,"added_in":"12.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FE-1F3FF":{"unified":"1F468-1F3FE-200D-1F91D-200D-1F468-1F3FF","non_qualified":null,"image":"1f468-1f3fe-200d-1f91d-200d-1f468-1f3ff.png","sheet_x":22,"sheet_y":27,"added_in":"12.1","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FF-1F3FB":{"unified":"1F468-1F3FF-200D-1F91D-200D-1F468-1F3FB","non_qualified":null,"image":"1f468-1f3ff-200d-1f91d-200d-1f468-1f3fb.png","sheet_x":22,"sheet_y":28,"added_in":"12.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FF-1F3FC":{"unified":"1F468-1F3FF-200D-1F91D-200D-1F468-1F3FC","non_qualified":null,"image":"1f468-1f3ff-200d-1f91d-200d-1f468-1f3fc.png","sheet_x":22,"sheet_y":29,"added_in":"12.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FF-1F3FD":{"unified":"1F468-1F3FF-200D-1F91D-200D-1F468-1F3FD","non_qualified":null,"image":"1f468-1f3ff-200d-1f91d-200d-1f468-1f3fd.png","sheet_x":22,"sheet_y":30,"added_in":"12.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FF-1F3FE":{"unified":"1F468-1F3FF-200D-1F91D-200D-1F468-1F3FE","non_qualified":null,"image":"1f468-1f3ff-200d-1f91d-200d-1f468-1f3fe.png","sheet_x":22,"sheet_y":31,"added_in":"12.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true}},"a":"Two Men Holding Hands","b":"1F46C","d":true,"e":true,"f":true,"h":true,"j":["men_holding_hands","pair","couple","love","like","bromance","friendship","people","human"],"k":[22,6],"n":["men_holding_hands"],"o":1},"couplekiss":{"subcategory":"family","skin_variations":{"1F3FB":{"unified":"1F48F-1F3FB","non_qualified":null,"image":"1f48f-1f3fb.png","sheet_x":26,"sheet_y":43,"added_in":"13.1","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FC":{"unified":"1F48F-1F3FC","non_qualified":null,"image":"1f48f-1f3fc.png","sheet_x":26,"sheet_y":44,"added_in":"13.1","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FD":{"unified":"1F48F-1F3FD","non_qualified":null,"image":"1f48f-1f3fd.png","sheet_x":26,"sheet_y":45,"added_in":"13.1","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FE":{"unified":"1F48F-1F3FE","non_qualified":null,"image":"1f48f-1f3fe.png","sheet_x":26,"sheet_y":46,"added_in":"13.1","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FF":{"unified":"1F48F-1F3FF","non_qualified":null,"image":"1f48f-1f3ff.png","sheet_x":26,"sheet_y":47,"added_in":"13.1","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FB-1F3FC":{"unified":"1F9D1-1F3FB-200D-2764-FE0F-200D-1F48B-200D-1F9D1-1F3FC","non_qualified":"1F9D1-1F3FB-200D-2764-200D-1F48B-200D-1F9D1-1F3FC","image":"1f9d1-1f3fb-200d-2764-fe0f-200d-1f48b-200d-1f9d1-1f3fc.png","sheet_x":26,"sheet_y":48,"added_in":"13.1","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FB-1F3FD":{"unified":"1F9D1-1F3FB-200D-2764-FE0F-200D-1F48B-200D-1F9D1-1F3FD","non_qualified":"1F9D1-1F3FB-200D-2764-200D-1F48B-200D-1F9D1-1F3FD","image":"1f9d1-1f3fb-200d-2764-fe0f-200d-1f48b-200d-1f9d1-1f3fd.png","sheet_x":26,"sheet_y":49,"added_in":"13.1","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FB-1F3FE":{"unified":"1F9D1-1F3FB-200D-2764-FE0F-200D-1F48B-200D-1F9D1-1F3FE","non_qualified":"1F9D1-1F3FB-200D-2764-200D-1F48B-200D-1F9D1-1F3FE","image":"1f9d1-1f3fb-200d-2764-fe0f-200d-1f48b-200d-1f9d1-1f3fe.png","sheet_x":26,"sheet_y":50,"added_in":"13.1","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FB-1F3FF":{"unified":"1F9D1-1F3FB-200D-2764-FE0F-200D-1F48B-200D-1F9D1-1F3FF","non_qualified":"1F9D1-1F3FB-200D-2764-200D-1F48B-200D-1F9D1-1F3FF","image":"1f9d1-1f3fb-200d-2764-fe0f-200d-1f48b-200d-1f9d1-1f3ff.png","sheet_x":26,"sheet_y":51,"added_in":"13.1","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FC-1F3FB":{"unified":"1F9D1-1F3FC-200D-2764-FE0F-200D-1F48B-200D-1F9D1-1F3FB","non_qualified":"1F9D1-1F3FC-200D-2764-200D-1F48B-200D-1F9D1-1F3FB","image":"1f9d1-1f3fc-200d-2764-fe0f-200d-1f48b-200d-1f9d1-1f3fb.png","sheet_x":26,"sheet_y":52,"added_in":"13.1","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FC-1F3FD":{"unified":"1F9D1-1F3FC-200D-2764-FE0F-200D-1F48B-200D-1F9D1-1F3FD","non_qualified":"1F9D1-1F3FC-200D-2764-200D-1F48B-200D-1F9D1-1F3FD","image":"1f9d1-1f3fc-200d-2764-fe0f-200d-1f48b-200d-1f9d1-1f3fd.png","sheet_x":26,"sheet_y":53,"added_in":"13.1","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FC-1F3FE":{"unified":"1F9D1-1F3FC-200D-2764-FE0F-200D-1F48B-200D-1F9D1-1F3FE","non_qualified":"1F9D1-1F3FC-200D-2764-200D-1F48B-200D-1F9D1-1F3FE","image":"1f9d1-1f3fc-200d-2764-fe0f-200d-1f48b-200d-1f9d1-1f3fe.png","sheet_x":26,"sheet_y":54,"added_in":"13.1","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FC-1F3FF":{"unified":"1F9D1-1F3FC-200D-2764-FE0F-200D-1F48B-200D-1F9D1-1F3FF","non_qualified":"1F9D1-1F3FC-200D-2764-200D-1F48B-200D-1F9D1-1F3FF","image":"1f9d1-1f3fc-200d-2764-fe0f-200d-1f48b-200d-1f9d1-1f3ff.png","sheet_x":26,"sheet_y":55,"added_in":"13.1","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FD-1F3FB":{"unified":"1F9D1-1F3FD-200D-2764-FE0F-200D-1F48B-200D-1F9D1-1F3FB","non_qualified":"1F9D1-1F3FD-200D-2764-200D-1F48B-200D-1F9D1-1F3FB","image":"1f9d1-1f3fd-200d-2764-fe0f-200d-1f48b-200d-1f9d1-1f3fb.png","sheet_x":26,"sheet_y":56,"added_in":"13.1","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FD-1F3FC":{"unified":"1F9D1-1F3FD-200D-2764-FE0F-200D-1F48B-200D-1F9D1-1F3FC","non_qualified":"1F9D1-1F3FD-200D-2764-200D-1F48B-200D-1F9D1-1F3FC","image":"1f9d1-1f3fd-200d-2764-fe0f-200d-1f48b-200d-1f9d1-1f3fc.png","sheet_x":26,"sheet_y":57,"added_in":"13.1","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FD-1F3FE":{"unified":"1F9D1-1F3FD-200D-2764-FE0F-200D-1F48B-200D-1F9D1-1F3FE","non_qualified":"1F9D1-1F3FD-200D-2764-200D-1F48B-200D-1F9D1-1F3FE","image":"1f9d1-1f3fd-200d-2764-fe0f-200d-1f48b-200d-1f9d1-1f3fe.png","sheet_x":26,"sheet_y":58,"added_in":"13.1","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FD-1F3FF":{"unified":"1F9D1-1F3FD-200D-2764-FE0F-200D-1F48B-200D-1F9D1-1F3FF","non_qualified":"1F9D1-1F3FD-200D-2764-200D-1F48B-200D-1F9D1-1F3FF","image":"1f9d1-1f3fd-200d-2764-fe0f-200d-1f48b-200d-1f9d1-1f3ff.png","sheet_x":26,"sheet_y":59,"added_in":"13.1","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FE-1F3FB":{"unified":"1F9D1-1F3FE-200D-2764-FE0F-200D-1F48B-200D-1F9D1-1F3FB","non_qualified":"1F9D1-1F3FE-200D-2764-200D-1F48B-200D-1F9D1-1F3FB","image":"1f9d1-1f3fe-200d-2764-fe0f-200d-1f48b-200d-1f9d1-1f3fb.png","sheet_x":26,"sheet_y":60,"added_in":"13.1","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FE-1F3FC":{"unified":"1F9D1-1F3FE-200D-2764-FE0F-200D-1F48B-200D-1F9D1-1F3FC","non_qualified":"1F9D1-1F3FE-200D-2764-200D-1F48B-200D-1F9D1-1F3FC","image":"1f9d1-1f3fe-200d-2764-fe0f-200d-1f48b-200d-1f9d1-1f3fc.png","sheet_x":27,"sheet_y":0,"added_in":"13.1","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FE-1F3FD":{"unified":"1F9D1-1F3FE-200D-2764-FE0F-200D-1F48B-200D-1F9D1-1F3FD","non_qualified":"1F9D1-1F3FE-200D-2764-200D-1F48B-200D-1F9D1-1F3FD","image":"1f9d1-1f3fe-200d-2764-fe0f-200d-1f48b-200d-1f9d1-1f3fd.png","sheet_x":27,"sheet_y":1,"added_in":"13.1","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FE-1F3FF":{"unified":"1F9D1-1F3FE-200D-2764-FE0F-200D-1F48B-200D-1F9D1-1F3FF","non_qualified":"1F9D1-1F3FE-200D-2764-200D-1F48B-200D-1F9D1-1F3FF","image":"1f9d1-1f3fe-200d-2764-fe0f-200d-1f48b-200d-1f9d1-1f3ff.png","sheet_x":27,"sheet_y":2,"added_in":"13.1","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FF-1F3FB":{"unified":"1F9D1-1F3FF-200D-2764-FE0F-200D-1F48B-200D-1F9D1-1F3FB","non_qualified":"1F9D1-1F3FF-200D-2764-200D-1F48B-200D-1F9D1-1F3FB","image":"1f9d1-1f3ff-200d-2764-fe0f-200d-1f48b-200d-1f9d1-1f3fb.png","sheet_x":27,"sheet_y":3,"added_in":"13.1","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FF-1F3FC":{"unified":"1F9D1-1F3FF-200D-2764-FE0F-200D-1F48B-200D-1F9D1-1F3FC","non_qualified":"1F9D1-1F3FF-200D-2764-200D-1F48B-200D-1F9D1-1F3FC","image":"1f9d1-1f3ff-200d-2764-fe0f-200d-1f48b-200d-1f9d1-1f3fc.png","sheet_x":27,"sheet_y":4,"added_in":"13.1","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FF-1F3FD":{"unified":"1F9D1-1F3FF-200D-2764-FE0F-200D-1F48B-200D-1F9D1-1F3FD","non_qualified":"1F9D1-1F3FF-200D-2764-200D-1F48B-200D-1F9D1-1F3FD","image":"1f9d1-1f3ff-200d-2764-fe0f-200d-1f48b-200d-1f9d1-1f3fd.png","sheet_x":27,"sheet_y":5,"added_in":"13.1","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FF-1F3FE":{"unified":"1F9D1-1F3FF-200D-2764-FE0F-200D-1F48B-200D-1F9D1-1F3FE","non_qualified":"1F9D1-1F3FF-200D-2764-200D-1F48B-200D-1F9D1-1F3FE","image":"1f9d1-1f3ff-200d-2764-fe0f-200d-1f48b-200d-1f9d1-1f3fe.png","sheet_x":27,"sheet_y":6,"added_in":"13.1","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true}},"a":"Kiss","b":"1F48F","d":true,"e":true,"f":true,"h":true,"j":["kiss","pair","valentines","love","like","dating","marriage"],"k":[26,42],"o":0},"woman-kiss-man":{"subcategory":"family","skin_variations":{"1F3FB-1F3FB":{"unified":"1F469-1F3FB-200D-2764-FE0F-200D-1F48B-200D-1F468-1F3FB","non_qualified":"1F469-1F3FB-200D-2764-200D-1F48B-200D-1F468-1F3FB","image":"1f469-1f3fb-200d-2764-fe0f-200d-1f48b-200d-1f468-1f3fb.png","sheet_x":20,"sheet_y":44,"added_in":"13.1","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FB-1F3FC":{"unified":"1F469-1F3FB-200D-2764-FE0F-200D-1F48B-200D-1F468-1F3FC","non_qualified":"1F469-1F3FB-200D-2764-200D-1F48B-200D-1F468-1F3FC","image":"1f469-1f3fb-200d-2764-fe0f-200d-1f48b-200d-1f468-1f3fc.png","sheet_x":20,"sheet_y":45,"added_in":"13.1","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FB-1F3FD":{"unified":"1F469-1F3FB-200D-2764-FE0F-200D-1F48B-200D-1F468-1F3FD","non_qualified":"1F469-1F3FB-200D-2764-200D-1F48B-200D-1F468-1F3FD","image":"1f469-1f3fb-200d-2764-fe0f-200d-1f48b-200d-1f468-1f3fd.png","sheet_x":20,"sheet_y":46,"added_in":"13.1","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FB-1F3FE":{"unified":"1F469-1F3FB-200D-2764-FE0F-200D-1F48B-200D-1F468-1F3FE","non_qualified":"1F469-1F3FB-200D-2764-200D-1F48B-200D-1F468-1F3FE","image":"1f469-1f3fb-200d-2764-fe0f-200d-1f48b-200d-1f468-1f3fe.png","sheet_x":20,"sheet_y":47,"added_in":"13.1","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FB-1F3FF":{"unified":"1F469-1F3FB-200D-2764-FE0F-200D-1F48B-200D-1F468-1F3FF","non_qualified":"1F469-1F3FB-200D-2764-200D-1F48B-200D-1F468-1F3FF","image":"1f469-1f3fb-200d-2764-fe0f-200d-1f48b-200d-1f468-1f3ff.png","sheet_x":20,"sheet_y":48,"added_in":"13.1","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FC-1F3FB":{"unified":"1F469-1F3FC-200D-2764-FE0F-200D-1F48B-200D-1F468-1F3FB","non_qualified":"1F469-1F3FC-200D-2764-200D-1F48B-200D-1F468-1F3FB","image":"1f469-1f3fc-200d-2764-fe0f-200d-1f48b-200d-1f468-1f3fb.png","sheet_x":20,"sheet_y":49,"added_in":"13.1","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FC-1F3FC":{"unified":"1F469-1F3FC-200D-2764-FE0F-200D-1F48B-200D-1F468-1F3FC","non_qualified":"1F469-1F3FC-200D-2764-200D-1F48B-200D-1F468-1F3FC","image":"1f469-1f3fc-200d-2764-fe0f-200d-1f48b-200d-1f468-1f3fc.png","sheet_x":20,"sheet_y":50,"added_in":"13.1","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FC-1F3FD":{"unified":"1F469-1F3FC-200D-2764-FE0F-200D-1F48B-200D-1F468-1F3FD","non_qualified":"1F469-1F3FC-200D-2764-200D-1F48B-200D-1F468-1F3FD","image":"1f469-1f3fc-200d-2764-fe0f-200d-1f48b-200d-1f468-1f3fd.png","sheet_x":20,"sheet_y":51,"added_in":"13.1","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FC-1F3FE":{"unified":"1F469-1F3FC-200D-2764-FE0F-200D-1F48B-200D-1F468-1F3FE","non_qualified":"1F469-1F3FC-200D-2764-200D-1F48B-200D-1F468-1F3FE","image":"1f469-1f3fc-200d-2764-fe0f-200d-1f48b-200d-1f468-1f3fe.png","sheet_x":20,"sheet_y":52,"added_in":"13.1","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FC-1F3FF":{"unified":"1F469-1F3FC-200D-2764-FE0F-200D-1F48B-200D-1F468-1F3FF","non_qualified":"1F469-1F3FC-200D-2764-200D-1F48B-200D-1F468-1F3FF","image":"1f469-1f3fc-200d-2764-fe0f-200d-1f48b-200d-1f468-1f3ff.png","sheet_x":20,"sheet_y":53,"added_in":"13.1","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FD-1F3FB":{"unified":"1F469-1F3FD-200D-2764-FE0F-200D-1F48B-200D-1F468-1F3FB","non_qualified":"1F469-1F3FD-200D-2764-200D-1F48B-200D-1F468-1F3FB","image":"1f469-1f3fd-200d-2764-fe0f-200d-1f48b-200d-1f468-1f3fb.png","sheet_x":20,"sheet_y":54,"added_in":"13.1","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FD-1F3FC":{"unified":"1F469-1F3FD-200D-2764-FE0F-200D-1F48B-200D-1F468-1F3FC","non_qualified":"1F469-1F3FD-200D-2764-200D-1F48B-200D-1F468-1F3FC","image":"1f469-1f3fd-200d-2764-fe0f-200d-1f48b-200d-1f468-1f3fc.png","sheet_x":20,"sheet_y":55,"added_in":"13.1","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FD-1F3FD":{"unified":"1F469-1F3FD-200D-2764-FE0F-200D-1F48B-200D-1F468-1F3FD","non_qualified":"1F469-1F3FD-200D-2764-200D-1F48B-200D-1F468-1F3FD","image":"1f469-1f3fd-200d-2764-fe0f-200d-1f48b-200d-1f468-1f3fd.png","sheet_x":20,"sheet_y":56,"added_in":"13.1","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FD-1F3FE":{"unified":"1F469-1F3FD-200D-2764-FE0F-200D-1F48B-200D-1F468-1F3FE","non_qualified":"1F469-1F3FD-200D-2764-200D-1F48B-200D-1F468-1F3FE","image":"1f469-1f3fd-200d-2764-fe0f-200d-1f48b-200d-1f468-1f3fe.png","sheet_x":20,"sheet_y":57,"added_in":"13.1","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FD-1F3FF":{"unified":"1F469-1F3FD-200D-2764-FE0F-200D-1F48B-200D-1F468-1F3FF","non_qualified":"1F469-1F3FD-200D-2764-200D-1F48B-200D-1F468-1F3FF","image":"1f469-1f3fd-200d-2764-fe0f-200d-1f48b-200d-1f468-1f3ff.png","sheet_x":20,"sheet_y":58,"added_in":"13.1","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FE-1F3FB":{"unified":"1F469-1F3FE-200D-2764-FE0F-200D-1F48B-200D-1F468-1F3FB","non_qualified":"1F469-1F3FE-200D-2764-200D-1F48B-200D-1F468-1F3FB","image":"1f469-1f3fe-200d-2764-fe0f-200d-1f48b-200d-1f468-1f3fb.png","sheet_x":20,"sheet_y":59,"added_in":"13.1","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FE-1F3FC":{"unified":"1F469-1F3FE-200D-2764-FE0F-200D-1F48B-200D-1F468-1F3FC","non_qualified":"1F469-1F3FE-200D-2764-200D-1F48B-200D-1F468-1F3FC","image":"1f469-1f3fe-200d-2764-fe0f-200d-1f48b-200d-1f468-1f3fc.png","sheet_x":20,"sheet_y":60,"added_in":"13.1","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FE-1F3FD":{"unified":"1F469-1F3FE-200D-2764-FE0F-200D-1F48B-200D-1F468-1F3FD","non_qualified":"1F469-1F3FE-200D-2764-200D-1F48B-200D-1F468-1F3FD","image":"1f469-1f3fe-200d-2764-fe0f-200d-1f48b-200d-1f468-1f3fd.png","sheet_x":21,"sheet_y":0,"added_in":"13.1","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FE-1F3FE":{"unified":"1F469-1F3FE-200D-2764-FE0F-200D-1F48B-200D-1F468-1F3FE","non_qualified":"1F469-1F3FE-200D-2764-200D-1F48B-200D-1F468-1F3FE","image":"1f469-1f3fe-200d-2764-fe0f-200d-1f48b-200d-1f468-1f3fe.png","sheet_x":21,"sheet_y":1,"added_in":"13.1","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FE-1F3FF":{"unified":"1F469-1F3FE-200D-2764-FE0F-200D-1F48B-200D-1F468-1F3FF","non_qualified":"1F469-1F3FE-200D-2764-200D-1F48B-200D-1F468-1F3FF","image":"1f469-1f3fe-200d-2764-fe0f-200d-1f48b-200d-1f468-1f3ff.png","sheet_x":21,"sheet_y":2,"added_in":"13.1","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FF-1F3FB":{"unified":"1F469-1F3FF-200D-2764-FE0F-200D-1F48B-200D-1F468-1F3FB","non_qualified":"1F469-1F3FF-200D-2764-200D-1F48B-200D-1F468-1F3FB","image":"1f469-1f3ff-200d-2764-fe0f-200d-1f48b-200d-1f468-1f3fb.png","sheet_x":21,"sheet_y":3,"added_in":"13.1","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FF-1F3FC":{"unified":"1F469-1F3FF-200D-2764-FE0F-200D-1F48B-200D-1F468-1F3FC","non_qualified":"1F469-1F3FF-200D-2764-200D-1F48B-200D-1F468-1F3FC","image":"1f469-1f3ff-200d-2764-fe0f-200d-1f48b-200d-1f468-1f3fc.png","sheet_x":21,"sheet_y":4,"added_in":"13.1","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FF-1F3FD":{"unified":"1F469-1F3FF-200D-2764-FE0F-200D-1F48B-200D-1F468-1F3FD","non_qualified":"1F469-1F3FF-200D-2764-200D-1F48B-200D-1F468-1F3FD","image":"1f469-1f3ff-200d-2764-fe0f-200d-1f48b-200d-1f468-1f3fd.png","sheet_x":21,"sheet_y":5,"added_in":"13.1","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FF-1F3FE":{"unified":"1F469-1F3FF-200D-2764-FE0F-200D-1F48B-200D-1F468-1F3FE","non_qualified":"1F469-1F3FF-200D-2764-200D-1F48B-200D-1F468-1F3FE","image":"1f469-1f3ff-200d-2764-fe0f-200d-1f48b-200d-1f468-1f3fe.png","sheet_x":21,"sheet_y":6,"added_in":"13.1","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FF-1F3FF":{"unified":"1F469-1F3FF-200D-2764-FE0F-200D-1F48B-200D-1F468-1F3FF","non_qualified":"1F469-1F3FF-200D-2764-200D-1F48B-200D-1F468-1F3FF","image":"1f469-1f3ff-200d-2764-fe0f-200d-1f48b-200d-1f468-1f3ff.png","sheet_x":21,"sheet_y":7,"added_in":"13.1","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true}},"a":"Kiss: Woman, Man","b":"1F469-200D-2764-FE0F-200D-1F48B-200D-1F468","c":"1F469-200D-2764-200D-1F48B-200D-1F468","d":true,"e":true,"f":true,"h":true,"j":["kiss_woman_man","love"],"k":[20,43],"o":2},"man-kiss-man":{"subcategory":"family","skin_variations":{"1F3FB-1F3FB":{"unified":"1F468-1F3FB-200D-2764-FE0F-200D-1F48B-200D-1F468-1F3FB","non_qualified":"1F468-1F3FB-200D-2764-200D-1F48B-200D-1F468-1F3FB","image":"1f468-1f3fb-200d-2764-fe0f-200d-1f48b-200d-1f468-1f3fb.png","sheet_x":16,"sheet_y":50,"added_in":"13.1","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FB-1F3FC":{"unified":"1F468-1F3FB-200D-2764-FE0F-200D-1F48B-200D-1F468-1F3FC","non_qualified":"1F468-1F3FB-200D-2764-200D-1F48B-200D-1F468-1F3FC","image":"1f468-1f3fb-200d-2764-fe0f-200d-1f48b-200d-1f468-1f3fc.png","sheet_x":16,"sheet_y":51,"added_in":"13.1","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FB-1F3FD":{"unified":"1F468-1F3FB-200D-2764-FE0F-200D-1F48B-200D-1F468-1F3FD","non_qualified":"1F468-1F3FB-200D-2764-200D-1F48B-200D-1F468-1F3FD","image":"1f468-1f3fb-200d-2764-fe0f-200d-1f48b-200d-1f468-1f3fd.png","sheet_x":16,"sheet_y":52,"added_in":"13.1","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FB-1F3FE":{"unified":"1F468-1F3FB-200D-2764-FE0F-200D-1F48B-200D-1F468-1F3FE","non_qualified":"1F468-1F3FB-200D-2764-200D-1F48B-200D-1F468-1F3FE","image":"1f468-1f3fb-200d-2764-fe0f-200d-1f48b-200d-1f468-1f3fe.png","sheet_x":16,"sheet_y":53,"added_in":"13.1","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FB-1F3FF":{"unified":"1F468-1F3FB-200D-2764-FE0F-200D-1F48B-200D-1F468-1F3FF","non_qualified":"1F468-1F3FB-200D-2764-200D-1F48B-200D-1F468-1F3FF","image":"1f468-1f3fb-200d-2764-fe0f-200d-1f48b-200d-1f468-1f3ff.png","sheet_x":16,"sheet_y":54,"added_in":"13.1","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FC-1F3FB":{"unified":"1F468-1F3FC-200D-2764-FE0F-200D-1F48B-200D-1F468-1F3FB","non_qualified":"1F468-1F3FC-200D-2764-200D-1F48B-200D-1F468-1F3FB","image":"1f468-1f3fc-200d-2764-fe0f-200d-1f48b-200d-1f468-1f3fb.png","sheet_x":16,"sheet_y":55,"added_in":"13.1","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FC-1F3FC":{"unified":"1F468-1F3FC-200D-2764-FE0F-200D-1F48B-200D-1F468-1F3FC","non_qualified":"1F468-1F3FC-200D-2764-200D-1F48B-200D-1F468-1F3FC","image":"1f468-1f3fc-200d-2764-fe0f-200d-1f48b-200d-1f468-1f3fc.png","sheet_x":16,"sheet_y":56,"added_in":"13.1","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FC-1F3FD":{"unified":"1F468-1F3FC-200D-2764-FE0F-200D-1F48B-200D-1F468-1F3FD","non_qualified":"1F468-1F3FC-200D-2764-200D-1F48B-200D-1F468-1F3FD","image":"1f468-1f3fc-200d-2764-fe0f-200d-1f48b-200d-1f468-1f3fd.png","sheet_x":16,"sheet_y":57,"added_in":"13.1","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FC-1F3FE":{"unified":"1F468-1F3FC-200D-2764-FE0F-200D-1F48B-200D-1F468-1F3FE","non_qualified":"1F468-1F3FC-200D-2764-200D-1F48B-200D-1F468-1F3FE","image":"1f468-1f3fc-200d-2764-fe0f-200d-1f48b-200d-1f468-1f3fe.png","sheet_x":16,"sheet_y":58,"added_in":"13.1","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FC-1F3FF":{"unified":"1F468-1F3FC-200D-2764-FE0F-200D-1F48B-200D-1F468-1F3FF","non_qualified":"1F468-1F3FC-200D-2764-200D-1F48B-200D-1F468-1F3FF","image":"1f468-1f3fc-200d-2764-fe0f-200d-1f48b-200d-1f468-1f3ff.png","sheet_x":16,"sheet_y":59,"added_in":"13.1","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FD-1F3FB":{"unified":"1F468-1F3FD-200D-2764-FE0F-200D-1F48B-200D-1F468-1F3FB","non_qualified":"1F468-1F3FD-200D-2764-200D-1F48B-200D-1F468-1F3FB","image":"1f468-1f3fd-200d-2764-fe0f-200d-1f48b-200d-1f468-1f3fb.png","sheet_x":16,"sheet_y":60,"added_in":"13.1","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FD-1F3FC":{"unified":"1F468-1F3FD-200D-2764-FE0F-200D-1F48B-200D-1F468-1F3FC","non_qualified":"1F468-1F3FD-200D-2764-200D-1F48B-200D-1F468-1F3FC","image":"1f468-1f3fd-200d-2764-fe0f-200d-1f48b-200d-1f468-1f3fc.png","sheet_x":17,"sheet_y":0,"added_in":"13.1","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FD-1F3FD":{"unified":"1F468-1F3FD-200D-2764-FE0F-200D-1F48B-200D-1F468-1F3FD","non_qualified":"1F468-1F3FD-200D-2764-200D-1F48B-200D-1F468-1F3FD","image":"1f468-1f3fd-200d-2764-fe0f-200d-1f48b-200d-1f468-1f3fd.png","sheet_x":17,"sheet_y":1,"added_in":"13.1","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FD-1F3FE":{"unified":"1F468-1F3FD-200D-2764-FE0F-200D-1F48B-200D-1F468-1F3FE","non_qualified":"1F468-1F3FD-200D-2764-200D-1F48B-200D-1F468-1F3FE","image":"1f468-1f3fd-200d-2764-fe0f-200d-1f48b-200d-1f468-1f3fe.png","sheet_x":17,"sheet_y":2,"added_in":"13.1","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FD-1F3FF":{"unified":"1F468-1F3FD-200D-2764-FE0F-200D-1F48B-200D-1F468-1F3FF","non_qualified":"1F468-1F3FD-200D-2764-200D-1F48B-200D-1F468-1F3FF","image":"1f468-1f3fd-200d-2764-fe0f-200d-1f48b-200d-1f468-1f3ff.png","sheet_x":17,"sheet_y":3,"added_in":"13.1","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FE-1F3FB":{"unified":"1F468-1F3FE-200D-2764-FE0F-200D-1F48B-200D-1F468-1F3FB","non_qualified":"1F468-1F3FE-200D-2764-200D-1F48B-200D-1F468-1F3FB","image":"1f468-1f3fe-200d-2764-fe0f-200d-1f48b-200d-1f468-1f3fb.png","sheet_x":17,"sheet_y":4,"added_in":"13.1","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FE-1F3FC":{"unified":"1F468-1F3FE-200D-2764-FE0F-200D-1F48B-200D-1F468-1F3FC","non_qualified":"1F468-1F3FE-200D-2764-200D-1F48B-200D-1F468-1F3FC","image":"1f468-1f3fe-200d-2764-fe0f-200d-1f48b-200d-1f468-1f3fc.png","sheet_x":17,"sheet_y":5,"added_in":"13.1","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FE-1F3FD":{"unified":"1F468-1F3FE-200D-2764-FE0F-200D-1F48B-200D-1F468-1F3FD","non_qualified":"1F468-1F3FE-200D-2764-200D-1F48B-200D-1F468-1F3FD","image":"1f468-1f3fe-200d-2764-fe0f-200d-1f48b-200d-1f468-1f3fd.png","sheet_x":17,"sheet_y":6,"added_in":"13.1","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FE-1F3FE":{"unified":"1F468-1F3FE-200D-2764-FE0F-200D-1F48B-200D-1F468-1F3FE","non_qualified":"1F468-1F3FE-200D-2764-200D-1F48B-200D-1F468-1F3FE","image":"1f468-1f3fe-200d-2764-fe0f-200d-1f48b-200d-1f468-1f3fe.png","sheet_x":17,"sheet_y":7,"added_in":"13.1","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FE-1F3FF":{"unified":"1F468-1F3FE-200D-2764-FE0F-200D-1F48B-200D-1F468-1F3FF","non_qualified":"1F468-1F3FE-200D-2764-200D-1F48B-200D-1F468-1F3FF","image":"1f468-1f3fe-200d-2764-fe0f-200d-1f48b-200d-1f468-1f3ff.png","sheet_x":17,"sheet_y":8,"added_in":"13.1","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FF-1F3FB":{"unified":"1F468-1F3FF-200D-2764-FE0F-200D-1F48B-200D-1F468-1F3FB","non_qualified":"1F468-1F3FF-200D-2764-200D-1F48B-200D-1F468-1F3FB","image":"1f468-1f3ff-200d-2764-fe0f-200d-1f48b-200d-1f468-1f3fb.png","sheet_x":17,"sheet_y":9,"added_in":"13.1","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FF-1F3FC":{"unified":"1F468-1F3FF-200D-2764-FE0F-200D-1F48B-200D-1F468-1F3FC","non_qualified":"1F468-1F3FF-200D-2764-200D-1F48B-200D-1F468-1F3FC","image":"1f468-1f3ff-200d-2764-fe0f-200d-1f48b-200d-1f468-1f3fc.png","sheet_x":17,"sheet_y":10,"added_in":"13.1","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FF-1F3FD":{"unified":"1F468-1F3FF-200D-2764-FE0F-200D-1F48B-200D-1F468-1F3FD","non_qualified":"1F468-1F3FF-200D-2764-200D-1F48B-200D-1F468-1F3FD","image":"1f468-1f3ff-200d-2764-fe0f-200d-1f48b-200d-1f468-1f3fd.png","sheet_x":17,"sheet_y":11,"added_in":"13.1","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FF-1F3FE":{"unified":"1F468-1F3FF-200D-2764-FE0F-200D-1F48B-200D-1F468-1F3FE","non_qualified":"1F468-1F3FF-200D-2764-200D-1F48B-200D-1F468-1F3FE","image":"1f468-1f3ff-200d-2764-fe0f-200d-1f48b-200d-1f468-1f3fe.png","sheet_x":17,"sheet_y":12,"added_in":"13.1","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FF-1F3FF":{"unified":"1F468-1F3FF-200D-2764-FE0F-200D-1F48B-200D-1F468-1F3FF","non_qualified":"1F468-1F3FF-200D-2764-200D-1F48B-200D-1F468-1F3FF","image":"1f468-1f3ff-200d-2764-fe0f-200d-1f48b-200d-1f468-1f3ff.png","sheet_x":17,"sheet_y":13,"added_in":"13.1","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true}},"a":"Kiss: Man, Man","b":"1F468-200D-2764-FE0F-200D-1F48B-200D-1F468","c":"1F468-200D-2764-200D-1F48B-200D-1F468","d":true,"e":true,"f":true,"h":true,"j":["kiss_man_man","pair","valentines","love","like","dating","marriage"],"k":[16,49],"o":2},"woman-kiss-woman":{"subcategory":"family","skin_variations":{"1F3FB-1F3FB":{"unified":"1F469-1F3FB-200D-2764-FE0F-200D-1F48B-200D-1F469-1F3FB","non_qualified":"1F469-1F3FB-200D-2764-200D-1F48B-200D-1F469-1F3FB","image":"1f469-1f3fb-200d-2764-fe0f-200d-1f48b-200d-1f469-1f3fb.png","sheet_x":21,"sheet_y":9,"added_in":"13.1","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FB-1F3FC":{"unified":"1F469-1F3FB-200D-2764-FE0F-200D-1F48B-200D-1F469-1F3FC","non_qualified":"1F469-1F3FB-200D-2764-200D-1F48B-200D-1F469-1F3FC","image":"1f469-1f3fb-200d-2764-fe0f-200d-1f48b-200d-1f469-1f3fc.png","sheet_x":21,"sheet_y":10,"added_in":"13.1","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FB-1F3FD":{"unified":"1F469-1F3FB-200D-2764-FE0F-200D-1F48B-200D-1F469-1F3FD","non_qualified":"1F469-1F3FB-200D-2764-200D-1F48B-200D-1F469-1F3FD","image":"1f469-1f3fb-200d-2764-fe0f-200d-1f48b-200d-1f469-1f3fd.png","sheet_x":21,"sheet_y":11,"added_in":"13.1","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FB-1F3FE":{"unified":"1F469-1F3FB-200D-2764-FE0F-200D-1F48B-200D-1F469-1F3FE","non_qualified":"1F469-1F3FB-200D-2764-200D-1F48B-200D-1F469-1F3FE","image":"1f469-1f3fb-200d-2764-fe0f-200d-1f48b-200d-1f469-1f3fe.png","sheet_x":21,"sheet_y":12,"added_in":"13.1","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FB-1F3FF":{"unified":"1F469-1F3FB-200D-2764-FE0F-200D-1F48B-200D-1F469-1F3FF","non_qualified":"1F469-1F3FB-200D-2764-200D-1F48B-200D-1F469-1F3FF","image":"1f469-1f3fb-200d-2764-fe0f-200d-1f48b-200d-1f469-1f3ff.png","sheet_x":21,"sheet_y":13,"added_in":"13.1","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FC-1F3FB":{"unified":"1F469-1F3FC-200D-2764-FE0F-200D-1F48B-200D-1F469-1F3FB","non_qualified":"1F469-1F3FC-200D-2764-200D-1F48B-200D-1F469-1F3FB","image":"1f469-1f3fc-200d-2764-fe0f-200d-1f48b-200d-1f469-1f3fb.png","sheet_x":21,"sheet_y":14,"added_in":"13.1","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FC-1F3FC":{"unified":"1F469-1F3FC-200D-2764-FE0F-200D-1F48B-200D-1F469-1F3FC","non_qualified":"1F469-1F3FC-200D-2764-200D-1F48B-200D-1F469-1F3FC","image":"1f469-1f3fc-200d-2764-fe0f-200d-1f48b-200d-1f469-1f3fc.png","sheet_x":21,"sheet_y":15,"added_in":"13.1","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FC-1F3FD":{"unified":"1F469-1F3FC-200D-2764-FE0F-200D-1F48B-200D-1F469-1F3FD","non_qualified":"1F469-1F3FC-200D-2764-200D-1F48B-200D-1F469-1F3FD","image":"1f469-1f3fc-200d-2764-fe0f-200d-1f48b-200d-1f469-1f3fd.png","sheet_x":21,"sheet_y":16,"added_in":"13.1","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FC-1F3FE":{"unified":"1F469-1F3FC-200D-2764-FE0F-200D-1F48B-200D-1F469-1F3FE","non_qualified":"1F469-1F3FC-200D-2764-200D-1F48B-200D-1F469-1F3FE","image":"1f469-1f3fc-200d-2764-fe0f-200d-1f48b-200d-1f469-1f3fe.png","sheet_x":21,"sheet_y":17,"added_in":"13.1","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FC-1F3FF":{"unified":"1F469-1F3FC-200D-2764-FE0F-200D-1F48B-200D-1F469-1F3FF","non_qualified":"1F469-1F3FC-200D-2764-200D-1F48B-200D-1F469-1F3FF","image":"1f469-1f3fc-200d-2764-fe0f-200d-1f48b-200d-1f469-1f3ff.png","sheet_x":21,"sheet_y":18,"added_in":"13.1","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FD-1F3FB":{"unified":"1F469-1F3FD-200D-2764-FE0F-200D-1F48B-200D-1F469-1F3FB","non_qualified":"1F469-1F3FD-200D-2764-200D-1F48B-200D-1F469-1F3FB","image":"1f469-1f3fd-200d-2764-fe0f-200d-1f48b-200d-1f469-1f3fb.png","sheet_x":21,"sheet_y":19,"added_in":"13.1","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FD-1F3FC":{"unified":"1F469-1F3FD-200D-2764-FE0F-200D-1F48B-200D-1F469-1F3FC","non_qualified":"1F469-1F3FD-200D-2764-200D-1F48B-200D-1F469-1F3FC","image":"1f469-1f3fd-200d-2764-fe0f-200d-1f48b-200d-1f469-1f3fc.png","sheet_x":21,"sheet_y":20,"added_in":"13.1","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FD-1F3FD":{"unified":"1F469-1F3FD-200D-2764-FE0F-200D-1F48B-200D-1F469-1F3FD","non_qualified":"1F469-1F3FD-200D-2764-200D-1F48B-200D-1F469-1F3FD","image":"1f469-1f3fd-200d-2764-fe0f-200d-1f48b-200d-1f469-1f3fd.png","sheet_x":21,"sheet_y":21,"added_in":"13.1","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FD-1F3FE":{"unified":"1F469-1F3FD-200D-2764-FE0F-200D-1F48B-200D-1F469-1F3FE","non_qualified":"1F469-1F3FD-200D-2764-200D-1F48B-200D-1F469-1F3FE","image":"1f469-1f3fd-200d-2764-fe0f-200d-1f48b-200d-1f469-1f3fe.png","sheet_x":21,"sheet_y":22,"added_in":"13.1","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FD-1F3FF":{"unified":"1F469-1F3FD-200D-2764-FE0F-200D-1F48B-200D-1F469-1F3FF","non_qualified":"1F469-1F3FD-200D-2764-200D-1F48B-200D-1F469-1F3FF","image":"1f469-1f3fd-200d-2764-fe0f-200d-1f48b-200d-1f469-1f3ff.png","sheet_x":21,"sheet_y":23,"added_in":"13.1","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FE-1F3FB":{"unified":"1F469-1F3FE-200D-2764-FE0F-200D-1F48B-200D-1F469-1F3FB","non_qualified":"1F469-1F3FE-200D-2764-200D-1F48B-200D-1F469-1F3FB","image":"1f469-1f3fe-200d-2764-fe0f-200d-1f48b-200d-1f469-1f3fb.png","sheet_x":21,"sheet_y":24,"added_in":"13.1","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FE-1F3FC":{"unified":"1F469-1F3FE-200D-2764-FE0F-200D-1F48B-200D-1F469-1F3FC","non_qualified":"1F469-1F3FE-200D-2764-200D-1F48B-200D-1F469-1F3FC","image":"1f469-1f3fe-200d-2764-fe0f-200d-1f48b-200d-1f469-1f3fc.png","sheet_x":21,"sheet_y":25,"added_in":"13.1","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FE-1F3FD":{"unified":"1F469-1F3FE-200D-2764-FE0F-200D-1F48B-200D-1F469-1F3FD","non_qualified":"1F469-1F3FE-200D-2764-200D-1F48B-200D-1F469-1F3FD","image":"1f469-1f3fe-200d-2764-fe0f-200d-1f48b-200d-1f469-1f3fd.png","sheet_x":21,"sheet_y":26,"added_in":"13.1","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FE-1F3FE":{"unified":"1F469-1F3FE-200D-2764-FE0F-200D-1F48B-200D-1F469-1F3FE","non_qualified":"1F469-1F3FE-200D-2764-200D-1F48B-200D-1F469-1F3FE","image":"1f469-1f3fe-200d-2764-fe0f-200d-1f48b-200d-1f469-1f3fe.png","sheet_x":21,"sheet_y":27,"added_in":"13.1","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FE-1F3FF":{"unified":"1F469-1F3FE-200D-2764-FE0F-200D-1F48B-200D-1F469-1F3FF","non_qualified":"1F469-1F3FE-200D-2764-200D-1F48B-200D-1F469-1F3FF","image":"1f469-1f3fe-200d-2764-fe0f-200d-1f48b-200d-1f469-1f3ff.png","sheet_x":21,"sheet_y":28,"added_in":"13.1","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FF-1F3FB":{"unified":"1F469-1F3FF-200D-2764-FE0F-200D-1F48B-200D-1F469-1F3FB","non_qualified":"1F469-1F3FF-200D-2764-200D-1F48B-200D-1F469-1F3FB","image":"1f469-1f3ff-200d-2764-fe0f-200d-1f48b-200d-1f469-1f3fb.png","sheet_x":21,"sheet_y":29,"added_in":"13.1","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FF-1F3FC":{"unified":"1F469-1F3FF-200D-2764-FE0F-200D-1F48B-200D-1F469-1F3FC","non_qualified":"1F469-1F3FF-200D-2764-200D-1F48B-200D-1F469-1F3FC","image":"1f469-1f3ff-200d-2764-fe0f-200d-1f48b-200d-1f469-1f3fc.png","sheet_x":21,"sheet_y":30,"added_in":"13.1","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FF-1F3FD":{"unified":"1F469-1F3FF-200D-2764-FE0F-200D-1F48B-200D-1F469-1F3FD","non_qualified":"1F469-1F3FF-200D-2764-200D-1F48B-200D-1F469-1F3FD","image":"1f469-1f3ff-200d-2764-fe0f-200d-1f48b-200d-1f469-1f3fd.png","sheet_x":21,"sheet_y":31,"added_in":"13.1","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FF-1F3FE":{"unified":"1F469-1F3FF-200D-2764-FE0F-200D-1F48B-200D-1F469-1F3FE","non_qualified":"1F469-1F3FF-200D-2764-200D-1F48B-200D-1F469-1F3FE","image":"1f469-1f3ff-200d-2764-fe0f-200d-1f48b-200d-1f469-1f3fe.png","sheet_x":21,"sheet_y":32,"added_in":"13.1","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FF-1F3FF":{"unified":"1F469-1F3FF-200D-2764-FE0F-200D-1F48B-200D-1F469-1F3FF","non_qualified":"1F469-1F3FF-200D-2764-200D-1F48B-200D-1F469-1F3FF","image":"1f469-1f3ff-200d-2764-fe0f-200d-1f48b-200d-1f469-1f3ff.png","sheet_x":21,"sheet_y":33,"added_in":"13.1","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true}},"a":"Kiss: Woman, Woman","b":"1F469-200D-2764-FE0F-200D-1F48B-200D-1F469","c":"1F469-200D-2764-200D-1F48B-200D-1F469","d":true,"e":true,"f":true,"h":true,"j":["kiss_woman_woman","pair","valentines","love","like","dating","marriage"],"k":[21,8],"o":2},"couple_with_heart":{"subcategory":"family","skin_variations":{"1F3FB":{"unified":"1F491-1F3FB","non_qualified":null,"image":"1f491-1f3fb.png","sheet_x":27,"sheet_y":9,"added_in":"13.1","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FC":{"unified":"1F491-1F3FC","non_qualified":null,"image":"1f491-1f3fc.png","sheet_x":27,"sheet_y":10,"added_in":"13.1","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FD":{"unified":"1F491-1F3FD","non_qualified":null,"image":"1f491-1f3fd.png","sheet_x":27,"sheet_y":11,"added_in":"13.1","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FE":{"unified":"1F491-1F3FE","non_qualified":null,"image":"1f491-1f3fe.png","sheet_x":27,"sheet_y":12,"added_in":"13.1","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FF":{"unified":"1F491-1F3FF","non_qualified":null,"image":"1f491-1f3ff.png","sheet_x":27,"sheet_y":13,"added_in":"13.1","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FB-1F3FC":{"unified":"1F9D1-1F3FB-200D-2764-FE0F-200D-1F9D1-1F3FC","non_qualified":"1F9D1-1F3FB-200D-2764-200D-1F9D1-1F3FC","image":"1f9d1-1f3fb-200d-2764-fe0f-200d-1f9d1-1f3fc.png","sheet_x":27,"sheet_y":14,"added_in":"13.1","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FB-1F3FD":{"unified":"1F9D1-1F3FB-200D-2764-FE0F-200D-1F9D1-1F3FD","non_qualified":"1F9D1-1F3FB-200D-2764-200D-1F9D1-1F3FD","image":"1f9d1-1f3fb-200d-2764-fe0f-200d-1f9d1-1f3fd.png","sheet_x":27,"sheet_y":15,"added_in":"13.1","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FB-1F3FE":{"unified":"1F9D1-1F3FB-200D-2764-FE0F-200D-1F9D1-1F3FE","non_qualified":"1F9D1-1F3FB-200D-2764-200D-1F9D1-1F3FE","image":"1f9d1-1f3fb-200d-2764-fe0f-200d-1f9d1-1f3fe.png","sheet_x":27,"sheet_y":16,"added_in":"13.1","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FB-1F3FF":{"unified":"1F9D1-1F3FB-200D-2764-FE0F-200D-1F9D1-1F3FF","non_qualified":"1F9D1-1F3FB-200D-2764-200D-1F9D1-1F3FF","image":"1f9d1-1f3fb-200d-2764-fe0f-200d-1f9d1-1f3ff.png","sheet_x":27,"sheet_y":17,"added_in":"13.1","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FC-1F3FB":{"unified":"1F9D1-1F3FC-200D-2764-FE0F-200D-1F9D1-1F3FB","non_qualified":"1F9D1-1F3FC-200D-2764-200D-1F9D1-1F3FB","image":"1f9d1-1f3fc-200d-2764-fe0f-200d-1f9d1-1f3fb.png","sheet_x":27,"sheet_y":18,"added_in":"13.1","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FC-1F3FD":{"unified":"1F9D1-1F3FC-200D-2764-FE0F-200D-1F9D1-1F3FD","non_qualified":"1F9D1-1F3FC-200D-2764-200D-1F9D1-1F3FD","image":"1f9d1-1f3fc-200d-2764-fe0f-200d-1f9d1-1f3fd.png","sheet_x":27,"sheet_y":19,"added_in":"13.1","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FC-1F3FE":{"unified":"1F9D1-1F3FC-200D-2764-FE0F-200D-1F9D1-1F3FE","non_qualified":"1F9D1-1F3FC-200D-2764-200D-1F9D1-1F3FE","image":"1f9d1-1f3fc-200d-2764-fe0f-200d-1f9d1-1f3fe.png","sheet_x":27,"sheet_y":20,"added_in":"13.1","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FC-1F3FF":{"unified":"1F9D1-1F3FC-200D-2764-FE0F-200D-1F9D1-1F3FF","non_qualified":"1F9D1-1F3FC-200D-2764-200D-1F9D1-1F3FF","image":"1f9d1-1f3fc-200d-2764-fe0f-200d-1f9d1-1f3ff.png","sheet_x":27,"sheet_y":21,"added_in":"13.1","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FD-1F3FB":{"unified":"1F9D1-1F3FD-200D-2764-FE0F-200D-1F9D1-1F3FB","non_qualified":"1F9D1-1F3FD-200D-2764-200D-1F9D1-1F3FB","image":"1f9d1-1f3fd-200d-2764-fe0f-200d-1f9d1-1f3fb.png","sheet_x":27,"sheet_y":22,"added_in":"13.1","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FD-1F3FC":{"unified":"1F9D1-1F3FD-200D-2764-FE0F-200D-1F9D1-1F3FC","non_qualified":"1F9D1-1F3FD-200D-2764-200D-1F9D1-1F3FC","image":"1f9d1-1f3fd-200d-2764-fe0f-200d-1f9d1-1f3fc.png","sheet_x":27,"sheet_y":23,"added_in":"13.1","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FD-1F3FE":{"unified":"1F9D1-1F3FD-200D-2764-FE0F-200D-1F9D1-1F3FE","non_qualified":"1F9D1-1F3FD-200D-2764-200D-1F9D1-1F3FE","image":"1f9d1-1f3fd-200d-2764-fe0f-200d-1f9d1-1f3fe.png","sheet_x":27,"sheet_y":24,"added_in":"13.1","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FD-1F3FF":{"unified":"1F9D1-1F3FD-200D-2764-FE0F-200D-1F9D1-1F3FF","non_qualified":"1F9D1-1F3FD-200D-2764-200D-1F9D1-1F3FF","image":"1f9d1-1f3fd-200d-2764-fe0f-200d-1f9d1-1f3ff.png","sheet_x":27,"sheet_y":25,"added_in":"13.1","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FE-1F3FB":{"unified":"1F9D1-1F3FE-200D-2764-FE0F-200D-1F9D1-1F3FB","non_qualified":"1F9D1-1F3FE-200D-2764-200D-1F9D1-1F3FB","image":"1f9d1-1f3fe-200d-2764-fe0f-200d-1f9d1-1f3fb.png","sheet_x":27,"sheet_y":26,"added_in":"13.1","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FE-1F3FC":{"unified":"1F9D1-1F3FE-200D-2764-FE0F-200D-1F9D1-1F3FC","non_qualified":"1F9D1-1F3FE-200D-2764-200D-1F9D1-1F3FC","image":"1f9d1-1f3fe-200d-2764-fe0f-200d-1f9d1-1f3fc.png","sheet_x":27,"sheet_y":27,"added_in":"13.1","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FE-1F3FD":{"unified":"1F9D1-1F3FE-200D-2764-FE0F-200D-1F9D1-1F3FD","non_qualified":"1F9D1-1F3FE-200D-2764-200D-1F9D1-1F3FD","image":"1f9d1-1f3fe-200d-2764-fe0f-200d-1f9d1-1f3fd.png","sheet_x":27,"sheet_y":28,"added_in":"13.1","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FE-1F3FF":{"unified":"1F9D1-1F3FE-200D-2764-FE0F-200D-1F9D1-1F3FF","non_qualified":"1F9D1-1F3FE-200D-2764-200D-1F9D1-1F3FF","image":"1f9d1-1f3fe-200d-2764-fe0f-200d-1f9d1-1f3ff.png","sheet_x":27,"sheet_y":29,"added_in":"13.1","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FF-1F3FB":{"unified":"1F9D1-1F3FF-200D-2764-FE0F-200D-1F9D1-1F3FB","non_qualified":"1F9D1-1F3FF-200D-2764-200D-1F9D1-1F3FB","image":"1f9d1-1f3ff-200d-2764-fe0f-200d-1f9d1-1f3fb.png","sheet_x":27,"sheet_y":30,"added_in":"13.1","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FF-1F3FC":{"unified":"1F9D1-1F3FF-200D-2764-FE0F-200D-1F9D1-1F3FC","non_qualified":"1F9D1-1F3FF-200D-2764-200D-1F9D1-1F3FC","image":"1f9d1-1f3ff-200d-2764-fe0f-200d-1f9d1-1f3fc.png","sheet_x":27,"sheet_y":31,"added_in":"13.1","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FF-1F3FD":{"unified":"1F9D1-1F3FF-200D-2764-FE0F-200D-1F9D1-1F3FD","non_qualified":"1F9D1-1F3FF-200D-2764-200D-1F9D1-1F3FD","image":"1f9d1-1f3ff-200d-2764-fe0f-200d-1f9d1-1f3fd.png","sheet_x":27,"sheet_y":32,"added_in":"13.1","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FF-1F3FE":{"unified":"1F9D1-1F3FF-200D-2764-FE0F-200D-1F9D1-1F3FE","non_qualified":"1F9D1-1F3FF-200D-2764-200D-1F9D1-1F3FE","image":"1f9d1-1f3ff-200d-2764-fe0f-200d-1f9d1-1f3fe.png","sheet_x":27,"sheet_y":33,"added_in":"13.1","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true}},"a":"Couple with Heart","b":"1F491","d":true,"e":true,"f":true,"h":true,"j":["couple_with_heart","pair","love","like","affection","human","dating","valentines","marriage"],"k":[27,8],"o":0},"woman-heart-man":{"subcategory":"family","skin_variations":{"1F3FB-1F3FB":{"unified":"1F469-1F3FB-200D-2764-FE0F-200D-1F468-1F3FB","non_qualified":"1F469-1F3FB-200D-2764-200D-1F468-1F3FB","image":"1f469-1f3fb-200d-2764-fe0f-200d-1f468-1f3fb.png","sheet_x":19,"sheet_y":53,"added_in":"13.1","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FB-1F3FC":{"unified":"1F469-1F3FB-200D-2764-FE0F-200D-1F468-1F3FC","non_qualified":"1F469-1F3FB-200D-2764-200D-1F468-1F3FC","image":"1f469-1f3fb-200d-2764-fe0f-200d-1f468-1f3fc.png","sheet_x":19,"sheet_y":54,"added_in":"13.1","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FB-1F3FD":{"unified":"1F469-1F3FB-200D-2764-FE0F-200D-1F468-1F3FD","non_qualified":"1F469-1F3FB-200D-2764-200D-1F468-1F3FD","image":"1f469-1f3fb-200d-2764-fe0f-200d-1f468-1f3fd.png","sheet_x":19,"sheet_y":55,"added_in":"13.1","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FB-1F3FE":{"unified":"1F469-1F3FB-200D-2764-FE0F-200D-1F468-1F3FE","non_qualified":"1F469-1F3FB-200D-2764-200D-1F468-1F3FE","image":"1f469-1f3fb-200d-2764-fe0f-200d-1f468-1f3fe.png","sheet_x":19,"sheet_y":56,"added_in":"13.1","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FB-1F3FF":{"unified":"1F469-1F3FB-200D-2764-FE0F-200D-1F468-1F3FF","non_qualified":"1F469-1F3FB-200D-2764-200D-1F468-1F3FF","image":"1f469-1f3fb-200d-2764-fe0f-200d-1f468-1f3ff.png","sheet_x":19,"sheet_y":57,"added_in":"13.1","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FC-1F3FB":{"unified":"1F469-1F3FC-200D-2764-FE0F-200D-1F468-1F3FB","non_qualified":"1F469-1F3FC-200D-2764-200D-1F468-1F3FB","image":"1f469-1f3fc-200d-2764-fe0f-200d-1f468-1f3fb.png","sheet_x":19,"sheet_y":58,"added_in":"13.1","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FC-1F3FC":{"unified":"1F469-1F3FC-200D-2764-FE0F-200D-1F468-1F3FC","non_qualified":"1F469-1F3FC-200D-2764-200D-1F468-1F3FC","image":"1f469-1f3fc-200d-2764-fe0f-200d-1f468-1f3fc.png","sheet_x":19,"sheet_y":59,"added_in":"13.1","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FC-1F3FD":{"unified":"1F469-1F3FC-200D-2764-FE0F-200D-1F468-1F3FD","non_qualified":"1F469-1F3FC-200D-2764-200D-1F468-1F3FD","image":"1f469-1f3fc-200d-2764-fe0f-200d-1f468-1f3fd.png","sheet_x":19,"sheet_y":60,"added_in":"13.1","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FC-1F3FE":{"unified":"1F469-1F3FC-200D-2764-FE0F-200D-1F468-1F3FE","non_qualified":"1F469-1F3FC-200D-2764-200D-1F468-1F3FE","image":"1f469-1f3fc-200d-2764-fe0f-200d-1f468-1f3fe.png","sheet_x":20,"sheet_y":0,"added_in":"13.1","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FC-1F3FF":{"unified":"1F469-1F3FC-200D-2764-FE0F-200D-1F468-1F3FF","non_qualified":"1F469-1F3FC-200D-2764-200D-1F468-1F3FF","image":"1f469-1f3fc-200d-2764-fe0f-200d-1f468-1f3ff.png","sheet_x":20,"sheet_y":1,"added_in":"13.1","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FD-1F3FB":{"unified":"1F469-1F3FD-200D-2764-FE0F-200D-1F468-1F3FB","non_qualified":"1F469-1F3FD-200D-2764-200D-1F468-1F3FB","image":"1f469-1f3fd-200d-2764-fe0f-200d-1f468-1f3fb.png","sheet_x":20,"sheet_y":2,"added_in":"13.1","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FD-1F3FC":{"unified":"1F469-1F3FD-200D-2764-FE0F-200D-1F468-1F3FC","non_qualified":"1F469-1F3FD-200D-2764-200D-1F468-1F3FC","image":"1f469-1f3fd-200d-2764-fe0f-200d-1f468-1f3fc.png","sheet_x":20,"sheet_y":3,"added_in":"13.1","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FD-1F3FD":{"unified":"1F469-1F3FD-200D-2764-FE0F-200D-1F468-1F3FD","non_qualified":"1F469-1F3FD-200D-2764-200D-1F468-1F3FD","image":"1f469-1f3fd-200d-2764-fe0f-200d-1f468-1f3fd.png","sheet_x":20,"sheet_y":4,"added_in":"13.1","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FD-1F3FE":{"unified":"1F469-1F3FD-200D-2764-FE0F-200D-1F468-1F3FE","non_qualified":"1F469-1F3FD-200D-2764-200D-1F468-1F3FE","image":"1f469-1f3fd-200d-2764-fe0f-200d-1f468-1f3fe.png","sheet_x":20,"sheet_y":5,"added_in":"13.1","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FD-1F3FF":{"unified":"1F469-1F3FD-200D-2764-FE0F-200D-1F468-1F3FF","non_qualified":"1F469-1F3FD-200D-2764-200D-1F468-1F3FF","image":"1f469-1f3fd-200d-2764-fe0f-200d-1f468-1f3ff.png","sheet_x":20,"sheet_y":6,"added_in":"13.1","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FE-1F3FB":{"unified":"1F469-1F3FE-200D-2764-FE0F-200D-1F468-1F3FB","non_qualified":"1F469-1F3FE-200D-2764-200D-1F468-1F3FB","image":"1f469-1f3fe-200d-2764-fe0f-200d-1f468-1f3fb.png","sheet_x":20,"sheet_y":7,"added_in":"13.1","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FE-1F3FC":{"unified":"1F469-1F3FE-200D-2764-FE0F-200D-1F468-1F3FC","non_qualified":"1F469-1F3FE-200D-2764-200D-1F468-1F3FC","image":"1f469-1f3fe-200d-2764-fe0f-200d-1f468-1f3fc.png","sheet_x":20,"sheet_y":8,"added_in":"13.1","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FE-1F3FD":{"unified":"1F469-1F3FE-200D-2764-FE0F-200D-1F468-1F3FD","non_qualified":"1F469-1F3FE-200D-2764-200D-1F468-1F3FD","image":"1f469-1f3fe-200d-2764-fe0f-200d-1f468-1f3fd.png","sheet_x":20,"sheet_y":9,"added_in":"13.1","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FE-1F3FE":{"unified":"1F469-1F3FE-200D-2764-FE0F-200D-1F468-1F3FE","non_qualified":"1F469-1F3FE-200D-2764-200D-1F468-1F3FE","image":"1f469-1f3fe-200d-2764-fe0f-200d-1f468-1f3fe.png","sheet_x":20,"sheet_y":10,"added_in":"13.1","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FE-1F3FF":{"unified":"1F469-1F3FE-200D-2764-FE0F-200D-1F468-1F3FF","non_qualified":"1F469-1F3FE-200D-2764-200D-1F468-1F3FF","image":"1f469-1f3fe-200d-2764-fe0f-200d-1f468-1f3ff.png","sheet_x":20,"sheet_y":11,"added_in":"13.1","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FF-1F3FB":{"unified":"1F469-1F3FF-200D-2764-FE0F-200D-1F468-1F3FB","non_qualified":"1F469-1F3FF-200D-2764-200D-1F468-1F3FB","image":"1f469-1f3ff-200d-2764-fe0f-200d-1f468-1f3fb.png","sheet_x":20,"sheet_y":12,"added_in":"13.1","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FF-1F3FC":{"unified":"1F469-1F3FF-200D-2764-FE0F-200D-1F468-1F3FC","non_qualified":"1F469-1F3FF-200D-2764-200D-1F468-1F3FC","image":"1f469-1f3ff-200d-2764-fe0f-200d-1f468-1f3fc.png","sheet_x":20,"sheet_y":13,"added_in":"13.1","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FF-1F3FD":{"unified":"1F469-1F3FF-200D-2764-FE0F-200D-1F468-1F3FD","non_qualified":"1F469-1F3FF-200D-2764-200D-1F468-1F3FD","image":"1f469-1f3ff-200d-2764-fe0f-200d-1f468-1f3fd.png","sheet_x":20,"sheet_y":14,"added_in":"13.1","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FF-1F3FE":{"unified":"1F469-1F3FF-200D-2764-FE0F-200D-1F468-1F3FE","non_qualified":"1F469-1F3FF-200D-2764-200D-1F468-1F3FE","image":"1f469-1f3ff-200d-2764-fe0f-200d-1f468-1f3fe.png","sheet_x":20,"sheet_y":15,"added_in":"13.1","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FF-1F3FF":{"unified":"1F469-1F3FF-200D-2764-FE0F-200D-1F468-1F3FF","non_qualified":"1F469-1F3FF-200D-2764-200D-1F468-1F3FF","image":"1f469-1f3ff-200d-2764-fe0f-200d-1f468-1f3ff.png","sheet_x":20,"sheet_y":16,"added_in":"13.1","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true}},"a":"Couple with Heart: Woman, Man","b":"1F469-200D-2764-FE0F-200D-1F468","c":"1F469-200D-2764-200D-1F468","d":true,"e":true,"f":true,"h":true,"j":["couple_with_heart_woman_man","love"],"k":[19,52],"o":2},"man-heart-man":{"subcategory":"family","skin_variations":{"1F3FB-1F3FB":{"unified":"1F468-1F3FB-200D-2764-FE0F-200D-1F468-1F3FB","non_qualified":"1F468-1F3FB-200D-2764-200D-1F468-1F3FB","image":"1f468-1f3fb-200d-2764-fe0f-200d-1f468-1f3fb.png","sheet_x":16,"sheet_y":24,"added_in":"13.1","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FB-1F3FC":{"unified":"1F468-1F3FB-200D-2764-FE0F-200D-1F468-1F3FC","non_qualified":"1F468-1F3FB-200D-2764-200D-1F468-1F3FC","image":"1f468-1f3fb-200d-2764-fe0f-200d-1f468-1f3fc.png","sheet_x":16,"sheet_y":25,"added_in":"13.1","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FB-1F3FD":{"unified":"1F468-1F3FB-200D-2764-FE0F-200D-1F468-1F3FD","non_qualified":"1F468-1F3FB-200D-2764-200D-1F468-1F3FD","image":"1f468-1f3fb-200d-2764-fe0f-200d-1f468-1f3fd.png","sheet_x":16,"sheet_y":26,"added_in":"13.1","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FB-1F3FE":{"unified":"1F468-1F3FB-200D-2764-FE0F-200D-1F468-1F3FE","non_qualified":"1F468-1F3FB-200D-2764-200D-1F468-1F3FE","image":"1f468-1f3fb-200d-2764-fe0f-200d-1f468-1f3fe.png","sheet_x":16,"sheet_y":27,"added_in":"13.1","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FB-1F3FF":{"unified":"1F468-1F3FB-200D-2764-FE0F-200D-1F468-1F3FF","non_qualified":"1F468-1F3FB-200D-2764-200D-1F468-1F3FF","image":"1f468-1f3fb-200d-2764-fe0f-200d-1f468-1f3ff.png","sheet_x":16,"sheet_y":28,"added_in":"13.1","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FC-1F3FB":{"unified":"1F468-1F3FC-200D-2764-FE0F-200D-1F468-1F3FB","non_qualified":"1F468-1F3FC-200D-2764-200D-1F468-1F3FB","image":"1f468-1f3fc-200d-2764-fe0f-200d-1f468-1f3fb.png","sheet_x":16,"sheet_y":29,"added_in":"13.1","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FC-1F3FC":{"unified":"1F468-1F3FC-200D-2764-FE0F-200D-1F468-1F3FC","non_qualified":"1F468-1F3FC-200D-2764-200D-1F468-1F3FC","image":"1f468-1f3fc-200d-2764-fe0f-200d-1f468-1f3fc.png","sheet_x":16,"sheet_y":30,"added_in":"13.1","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FC-1F3FD":{"unified":"1F468-1F3FC-200D-2764-FE0F-200D-1F468-1F3FD","non_qualified":"1F468-1F3FC-200D-2764-200D-1F468-1F3FD","image":"1f468-1f3fc-200d-2764-fe0f-200d-1f468-1f3fd.png","sheet_x":16,"sheet_y":31,"added_in":"13.1","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FC-1F3FE":{"unified":"1F468-1F3FC-200D-2764-FE0F-200D-1F468-1F3FE","non_qualified":"1F468-1F3FC-200D-2764-200D-1F468-1F3FE","image":"1f468-1f3fc-200d-2764-fe0f-200d-1f468-1f3fe.png","sheet_x":16,"sheet_y":32,"added_in":"13.1","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FC-1F3FF":{"unified":"1F468-1F3FC-200D-2764-FE0F-200D-1F468-1F3FF","non_qualified":"1F468-1F3FC-200D-2764-200D-1F468-1F3FF","image":"1f468-1f3fc-200d-2764-fe0f-200d-1f468-1f3ff.png","sheet_x":16,"sheet_y":33,"added_in":"13.1","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FD-1F3FB":{"unified":"1F468-1F3FD-200D-2764-FE0F-200D-1F468-1F3FB","non_qualified":"1F468-1F3FD-200D-2764-200D-1F468-1F3FB","image":"1f468-1f3fd-200d-2764-fe0f-200d-1f468-1f3fb.png","sheet_x":16,"sheet_y":34,"added_in":"13.1","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FD-1F3FC":{"unified":"1F468-1F3FD-200D-2764-FE0F-200D-1F468-1F3FC","non_qualified":"1F468-1F3FD-200D-2764-200D-1F468-1F3FC","image":"1f468-1f3fd-200d-2764-fe0f-200d-1f468-1f3fc.png","sheet_x":16,"sheet_y":35,"added_in":"13.1","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FD-1F3FD":{"unified":"1F468-1F3FD-200D-2764-FE0F-200D-1F468-1F3FD","non_qualified":"1F468-1F3FD-200D-2764-200D-1F468-1F3FD","image":"1f468-1f3fd-200d-2764-fe0f-200d-1f468-1f3fd.png","sheet_x":16,"sheet_y":36,"added_in":"13.1","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FD-1F3FE":{"unified":"1F468-1F3FD-200D-2764-FE0F-200D-1F468-1F3FE","non_qualified":"1F468-1F3FD-200D-2764-200D-1F468-1F3FE","image":"1f468-1f3fd-200d-2764-fe0f-200d-1f468-1f3fe.png","sheet_x":16,"sheet_y":37,"added_in":"13.1","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FD-1F3FF":{"unified":"1F468-1F3FD-200D-2764-FE0F-200D-1F468-1F3FF","non_qualified":"1F468-1F3FD-200D-2764-200D-1F468-1F3FF","image":"1f468-1f3fd-200d-2764-fe0f-200d-1f468-1f3ff.png","sheet_x":16,"sheet_y":38,"added_in":"13.1","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FE-1F3FB":{"unified":"1F468-1F3FE-200D-2764-FE0F-200D-1F468-1F3FB","non_qualified":"1F468-1F3FE-200D-2764-200D-1F468-1F3FB","image":"1f468-1f3fe-200d-2764-fe0f-200d-1f468-1f3fb.png","sheet_x":16,"sheet_y":39,"added_in":"13.1","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FE-1F3FC":{"unified":"1F468-1F3FE-200D-2764-FE0F-200D-1F468-1F3FC","non_qualified":"1F468-1F3FE-200D-2764-200D-1F468-1F3FC","image":"1f468-1f3fe-200d-2764-fe0f-200d-1f468-1f3fc.png","sheet_x":16,"sheet_y":40,"added_in":"13.1","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FE-1F3FD":{"unified":"1F468-1F3FE-200D-2764-FE0F-200D-1F468-1F3FD","non_qualified":"1F468-1F3FE-200D-2764-200D-1F468-1F3FD","image":"1f468-1f3fe-200d-2764-fe0f-200d-1f468-1f3fd.png","sheet_x":16,"sheet_y":41,"added_in":"13.1","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FE-1F3FE":{"unified":"1F468-1F3FE-200D-2764-FE0F-200D-1F468-1F3FE","non_qualified":"1F468-1F3FE-200D-2764-200D-1F468-1F3FE","image":"1f468-1f3fe-200d-2764-fe0f-200d-1f468-1f3fe.png","sheet_x":16,"sheet_y":42,"added_in":"13.1","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FE-1F3FF":{"unified":"1F468-1F3FE-200D-2764-FE0F-200D-1F468-1F3FF","non_qualified":"1F468-1F3FE-200D-2764-200D-1F468-1F3FF","image":"1f468-1f3fe-200d-2764-fe0f-200d-1f468-1f3ff.png","sheet_x":16,"sheet_y":43,"added_in":"13.1","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FF-1F3FB":{"unified":"1F468-1F3FF-200D-2764-FE0F-200D-1F468-1F3FB","non_qualified":"1F468-1F3FF-200D-2764-200D-1F468-1F3FB","image":"1f468-1f3ff-200d-2764-fe0f-200d-1f468-1f3fb.png","sheet_x":16,"sheet_y":44,"added_in":"13.1","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FF-1F3FC":{"unified":"1F468-1F3FF-200D-2764-FE0F-200D-1F468-1F3FC","non_qualified":"1F468-1F3FF-200D-2764-200D-1F468-1F3FC","image":"1f468-1f3ff-200d-2764-fe0f-200d-1f468-1f3fc.png","sheet_x":16,"sheet_y":45,"added_in":"13.1","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FF-1F3FD":{"unified":"1F468-1F3FF-200D-2764-FE0F-200D-1F468-1F3FD","non_qualified":"1F468-1F3FF-200D-2764-200D-1F468-1F3FD","image":"1f468-1f3ff-200d-2764-fe0f-200d-1f468-1f3fd.png","sheet_x":16,"sheet_y":46,"added_in":"13.1","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FF-1F3FE":{"unified":"1F468-1F3FF-200D-2764-FE0F-200D-1F468-1F3FE","non_qualified":"1F468-1F3FF-200D-2764-200D-1F468-1F3FE","image":"1f468-1f3ff-200d-2764-fe0f-200d-1f468-1f3fe.png","sheet_x":16,"sheet_y":47,"added_in":"13.1","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FF-1F3FF":{"unified":"1F468-1F3FF-200D-2764-FE0F-200D-1F468-1F3FF","non_qualified":"1F468-1F3FF-200D-2764-200D-1F468-1F3FF","image":"1f468-1f3ff-200d-2764-fe0f-200d-1f468-1f3ff.png","sheet_x":16,"sheet_y":48,"added_in":"13.1","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true}},"a":"Couple with Heart: Man, Man","b":"1F468-200D-2764-FE0F-200D-1F468","c":"1F468-200D-2764-200D-1F468","d":true,"e":true,"f":true,"h":true,"j":["couple_with_heart_man_man","pair","love","like","affection","human","dating","valentines","marriage"],"k":[16,23],"o":2},"woman-heart-woman":{"subcategory":"family","skin_variations":{"1F3FB-1F3FB":{"unified":"1F469-1F3FB-200D-2764-FE0F-200D-1F469-1F3FB","non_qualified":"1F469-1F3FB-200D-2764-200D-1F469-1F3FB","image":"1f469-1f3fb-200d-2764-fe0f-200d-1f469-1f3fb.png","sheet_x":20,"sheet_y":18,"added_in":"13.1","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FB-1F3FC":{"unified":"1F469-1F3FB-200D-2764-FE0F-200D-1F469-1F3FC","non_qualified":"1F469-1F3FB-200D-2764-200D-1F469-1F3FC","image":"1f469-1f3fb-200d-2764-fe0f-200d-1f469-1f3fc.png","sheet_x":20,"sheet_y":19,"added_in":"13.1","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FB-1F3FD":{"unified":"1F469-1F3FB-200D-2764-FE0F-200D-1F469-1F3FD","non_qualified":"1F469-1F3FB-200D-2764-200D-1F469-1F3FD","image":"1f469-1f3fb-200d-2764-fe0f-200d-1f469-1f3fd.png","sheet_x":20,"sheet_y":20,"added_in":"13.1","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FB-1F3FE":{"unified":"1F469-1F3FB-200D-2764-FE0F-200D-1F469-1F3FE","non_qualified":"1F469-1F3FB-200D-2764-200D-1F469-1F3FE","image":"1f469-1f3fb-200d-2764-fe0f-200d-1f469-1f3fe.png","sheet_x":20,"sheet_y":21,"added_in":"13.1","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FB-1F3FF":{"unified":"1F469-1F3FB-200D-2764-FE0F-200D-1F469-1F3FF","non_qualified":"1F469-1F3FB-200D-2764-200D-1F469-1F3FF","image":"1f469-1f3fb-200d-2764-fe0f-200d-1f469-1f3ff.png","sheet_x":20,"sheet_y":22,"added_in":"13.1","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FC-1F3FB":{"unified":"1F469-1F3FC-200D-2764-FE0F-200D-1F469-1F3FB","non_qualified":"1F469-1F3FC-200D-2764-200D-1F469-1F3FB","image":"1f469-1f3fc-200d-2764-fe0f-200d-1f469-1f3fb.png","sheet_x":20,"sheet_y":23,"added_in":"13.1","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FC-1F3FC":{"unified":"1F469-1F3FC-200D-2764-FE0F-200D-1F469-1F3FC","non_qualified":"1F469-1F3FC-200D-2764-200D-1F469-1F3FC","image":"1f469-1f3fc-200d-2764-fe0f-200d-1f469-1f3fc.png","sheet_x":20,"sheet_y":24,"added_in":"13.1","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FC-1F3FD":{"unified":"1F469-1F3FC-200D-2764-FE0F-200D-1F469-1F3FD","non_qualified":"1F469-1F3FC-200D-2764-200D-1F469-1F3FD","image":"1f469-1f3fc-200d-2764-fe0f-200d-1f469-1f3fd.png","sheet_x":20,"sheet_y":25,"added_in":"13.1","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FC-1F3FE":{"unified":"1F469-1F3FC-200D-2764-FE0F-200D-1F469-1F3FE","non_qualified":"1F469-1F3FC-200D-2764-200D-1F469-1F3FE","image":"1f469-1f3fc-200d-2764-fe0f-200d-1f469-1f3fe.png","sheet_x":20,"sheet_y":26,"added_in":"13.1","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FC-1F3FF":{"unified":"1F469-1F3FC-200D-2764-FE0F-200D-1F469-1F3FF","non_qualified":"1F469-1F3FC-200D-2764-200D-1F469-1F3FF","image":"1f469-1f3fc-200d-2764-fe0f-200d-1f469-1f3ff.png","sheet_x":20,"sheet_y":27,"added_in":"13.1","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FD-1F3FB":{"unified":"1F469-1F3FD-200D-2764-FE0F-200D-1F469-1F3FB","non_qualified":"1F469-1F3FD-200D-2764-200D-1F469-1F3FB","image":"1f469-1f3fd-200d-2764-fe0f-200d-1f469-1f3fb.png","sheet_x":20,"sheet_y":28,"added_in":"13.1","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FD-1F3FC":{"unified":"1F469-1F3FD-200D-2764-FE0F-200D-1F469-1F3FC","non_qualified":"1F469-1F3FD-200D-2764-200D-1F469-1F3FC","image":"1f469-1f3fd-200d-2764-fe0f-200d-1f469-1f3fc.png","sheet_x":20,"sheet_y":29,"added_in":"13.1","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FD-1F3FD":{"unified":"1F469-1F3FD-200D-2764-FE0F-200D-1F469-1F3FD","non_qualified":"1F469-1F3FD-200D-2764-200D-1F469-1F3FD","image":"1f469-1f3fd-200d-2764-fe0f-200d-1f469-1f3fd.png","sheet_x":20,"sheet_y":30,"added_in":"13.1","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FD-1F3FE":{"unified":"1F469-1F3FD-200D-2764-FE0F-200D-1F469-1F3FE","non_qualified":"1F469-1F3FD-200D-2764-200D-1F469-1F3FE","image":"1f469-1f3fd-200d-2764-fe0f-200d-1f469-1f3fe.png","sheet_x":20,"sheet_y":31,"added_in":"13.1","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FD-1F3FF":{"unified":"1F469-1F3FD-200D-2764-FE0F-200D-1F469-1F3FF","non_qualified":"1F469-1F3FD-200D-2764-200D-1F469-1F3FF","image":"1f469-1f3fd-200d-2764-fe0f-200d-1f469-1f3ff.png","sheet_x":20,"sheet_y":32,"added_in":"13.1","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FE-1F3FB":{"unified":"1F469-1F3FE-200D-2764-FE0F-200D-1F469-1F3FB","non_qualified":"1F469-1F3FE-200D-2764-200D-1F469-1F3FB","image":"1f469-1f3fe-200d-2764-fe0f-200d-1f469-1f3fb.png","sheet_x":20,"sheet_y":33,"added_in":"13.1","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FE-1F3FC":{"unified":"1F469-1F3FE-200D-2764-FE0F-200D-1F469-1F3FC","non_qualified":"1F469-1F3FE-200D-2764-200D-1F469-1F3FC","image":"1f469-1f3fe-200d-2764-fe0f-200d-1f469-1f3fc.png","sheet_x":20,"sheet_y":34,"added_in":"13.1","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FE-1F3FD":{"unified":"1F469-1F3FE-200D-2764-FE0F-200D-1F469-1F3FD","non_qualified":"1F469-1F3FE-200D-2764-200D-1F469-1F3FD","image":"1f469-1f3fe-200d-2764-fe0f-200d-1f469-1f3fd.png","sheet_x":20,"sheet_y":35,"added_in":"13.1","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FE-1F3FE":{"unified":"1F469-1F3FE-200D-2764-FE0F-200D-1F469-1F3FE","non_qualified":"1F469-1F3FE-200D-2764-200D-1F469-1F3FE","image":"1f469-1f3fe-200d-2764-fe0f-200d-1f469-1f3fe.png","sheet_x":20,"sheet_y":36,"added_in":"13.1","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FE-1F3FF":{"unified":"1F469-1F3FE-200D-2764-FE0F-200D-1F469-1F3FF","non_qualified":"1F469-1F3FE-200D-2764-200D-1F469-1F3FF","image":"1f469-1f3fe-200d-2764-fe0f-200d-1f469-1f3ff.png","sheet_x":20,"sheet_y":37,"added_in":"13.1","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FF-1F3FB":{"unified":"1F469-1F3FF-200D-2764-FE0F-200D-1F469-1F3FB","non_qualified":"1F469-1F3FF-200D-2764-200D-1F469-1F3FB","image":"1f469-1f3ff-200d-2764-fe0f-200d-1f469-1f3fb.png","sheet_x":20,"sheet_y":38,"added_in":"13.1","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FF-1F3FC":{"unified":"1F469-1F3FF-200D-2764-FE0F-200D-1F469-1F3FC","non_qualified":"1F469-1F3FF-200D-2764-200D-1F469-1F3FC","image":"1f469-1f3ff-200d-2764-fe0f-200d-1f469-1f3fc.png","sheet_x":20,"sheet_y":39,"added_in":"13.1","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FF-1F3FD":{"unified":"1F469-1F3FF-200D-2764-FE0F-200D-1F469-1F3FD","non_qualified":"1F469-1F3FF-200D-2764-200D-1F469-1F3FD","image":"1f469-1f3ff-200d-2764-fe0f-200d-1f469-1f3fd.png","sheet_x":20,"sheet_y":40,"added_in":"13.1","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FF-1F3FE":{"unified":"1F469-1F3FF-200D-2764-FE0F-200D-1F469-1F3FE","non_qualified":"1F469-1F3FF-200D-2764-200D-1F469-1F3FE","image":"1f469-1f3ff-200d-2764-fe0f-200d-1f469-1f3fe.png","sheet_x":20,"sheet_y":41,"added_in":"13.1","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true},"1F3FF-1F3FF":{"unified":"1F469-1F3FF-200D-2764-FE0F-200D-1F469-1F3FF","non_qualified":"1F469-1F3FF-200D-2764-200D-1F469-1F3FF","image":"1f469-1f3ff-200d-2764-fe0f-200d-1f469-1f3ff.png","sheet_x":20,"sheet_y":42,"added_in":"13.1","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_facebook":true}},"a":"Couple with Heart: Woman, Woman","b":"1F469-200D-2764-FE0F-200D-1F469","c":"1F469-200D-2764-200D-1F469","d":true,"e":true,"f":true,"h":true,"j":["couple_with_heart_woman_woman","pair","love","like","affection","human","dating","valentines","marriage"],"k":[20,17],"o":2},"family":{"subcategory":"family","obsoleted_by":"1F468-200D-1F469-200D-1F466","a":"Family","b":"1F46A","d":true,"e":true,"f":true,"h":true,"j":["family","home","parents","child","mom","dad","father","mother","people","human"],"k":[21,40],"o":0},"man-woman-boy":{"subcategory":"family","obsoletes":"1F46A","a":"Family: Man, Woman, Boy","b":"1F468-200D-1F469-200D-1F466","d":true,"e":true,"f":true,"h":true,"j":["family_man_woman_boy","love"],"k":[14,44],"o":2},"man-woman-girl":{"subcategory":"family","a":"Family: Man, Woman, Girl","b":"1F468-200D-1F469-200D-1F467","d":true,"e":true,"f":true,"h":true,"j":["family_man_woman_girl","home","parents","people","human","child"],"k":[14,46],"o":2},"man-woman-girl-boy":{"subcategory":"family","a":"Family: Man, Woman, Girl, Boy","b":"1F468-200D-1F469-200D-1F467-200D-1F466","d":true,"e":true,"f":true,"h":true,"j":["family_man_woman_girl_boy","home","parents","people","human","children"],"k":[14,47],"o":2},"man-woman-boy-boy":{"subcategory":"family","a":"Family: Man, Woman, Boy, Boy","b":"1F468-200D-1F469-200D-1F466-200D-1F466","d":true,"e":true,"f":true,"h":true,"j":["family_man_woman_boy_boy","home","parents","people","human","children"],"k":[14,45],"o":2},"man-woman-girl-girl":{"subcategory":"family","a":"Family: Man, Woman, Girl, Girl","b":"1F468-200D-1F469-200D-1F467-200D-1F467","d":true,"e":true,"f":true,"h":true,"j":["family_man_woman_girl_girl","home","parents","people","human","children"],"k":[14,48],"o":2},"man-man-boy":{"subcategory":"family","a":"Family: Man, Man, Boy","b":"1F468-200D-1F468-200D-1F466","d":true,"e":true,"f":true,"h":true,"j":["family_man_man_boy","home","parents","people","human","children"],"k":[14,39],"o":2},"man-man-girl":{"subcategory":"family","a":"Family: Man, Man, Girl","b":"1F468-200D-1F468-200D-1F467","d":true,"e":true,"f":true,"h":true,"j":["family_man_man_girl","home","parents","people","human","children"],"k":[14,41],"o":2},"man-man-girl-boy":{"subcategory":"family","a":"Family: Man, Man, Girl, Boy","b":"1F468-200D-1F468-200D-1F467-200D-1F466","d":true,"e":true,"f":true,"h":true,"j":["family_man_man_girl_boy","home","parents","people","human","children"],"k":[14,42],"o":2},"man-man-boy-boy":{"subcategory":"family","a":"Family: Man, Man, Boy, Boy","b":"1F468-200D-1F468-200D-1F466-200D-1F466","d":true,"e":true,"f":true,"h":true,"j":["family_man_man_boy_boy","home","parents","people","human","children"],"k":[14,40],"o":2},"man-man-girl-girl":{"subcategory":"family","a":"Family: Man, Man, Girl, Girl","b":"1F468-200D-1F468-200D-1F467-200D-1F467","d":true,"e":true,"f":true,"h":true,"j":["family_man_man_girl_girl","home","parents","people","human","children"],"k":[14,43],"o":2},"woman-woman-boy":{"subcategory":"family","a":"Family: Woman, Woman, Boy","b":"1F469-200D-1F469-200D-1F466","d":true,"e":true,"f":true,"h":true,"j":["family_woman_woman_boy","home","parents","people","human","children"],"k":[18,12],"o":2},"woman-woman-girl":{"subcategory":"family","a":"Family: Woman, Woman, Girl","b":"1F469-200D-1F469-200D-1F467","d":true,"e":true,"f":true,"h":true,"j":["family_woman_woman_girl","home","parents","people","human","children"],"k":[18,14],"o":2},"woman-woman-girl-boy":{"subcategory":"family","a":"Family: Woman, Woman, Girl, Boy","b":"1F469-200D-1F469-200D-1F467-200D-1F466","d":true,"e":true,"f":true,"h":true,"j":["family_woman_woman_girl_boy","home","parents","people","human","children"],"k":[18,15],"o":2},"woman-woman-boy-boy":{"subcategory":"family","a":"Family: Woman, Woman, Boy, Boy","b":"1F469-200D-1F469-200D-1F466-200D-1F466","d":true,"e":true,"f":true,"h":true,"j":["family_woman_woman_boy_boy","home","parents","people","human","children"],"k":[18,13],"o":2},"woman-woman-girl-girl":{"subcategory":"family","a":"Family: Woman, Woman, Girl, Girl","b":"1F469-200D-1F469-200D-1F467-200D-1F467","d":true,"e":true,"f":true,"h":true,"j":["family_woman_woman_girl_girl","home","parents","people","human","children"],"k":[18,16],"o":2},"man-boy":{"subcategory":"family","a":"Family: Man, Boy","b":"1F468-200D-1F466","d":true,"e":true,"f":true,"h":true,"j":["family_man_boy","home","parent","people","human","child"],"k":[14,35],"o":4},"man-boy-boy":{"subcategory":"family","a":"Family: Man, Boy, Boy","b":"1F468-200D-1F466-200D-1F466","d":true,"e":true,"f":true,"h":true,"j":["family_man_boy_boy","home","parent","people","human","children"],"k":[14,34],"o":4},"man-girl":{"subcategory":"family","a":"Family: Man, Girl","b":"1F468-200D-1F467","d":true,"e":true,"f":true,"h":true,"j":["family_man_girl","home","parent","people","human","child"],"k":[14,38],"o":4},"man-girl-boy":{"subcategory":"family","a":"Family: Man, Girl, Boy","b":"1F468-200D-1F467-200D-1F466","d":true,"e":true,"f":true,"h":true,"j":["family_man_girl_boy","home","parent","people","human","children"],"k":[14,36],"o":4},"man-girl-girl":{"subcategory":"family","a":"Family: Man, Girl, Girl","b":"1F468-200D-1F467-200D-1F467","d":true,"e":true,"f":true,"h":true,"j":["family_man_girl_girl","home","parent","people","human","children"],"k":[14,37],"o":4},"woman-boy":{"subcategory":"family","a":"Family: Woman, Boy","b":"1F469-200D-1F466","d":true,"e":true,"f":true,"h":true,"j":["family_woman_boy","home","parent","people","human","child"],"k":[18,8],"o":4},"woman-boy-boy":{"subcategory":"family","a":"Family: Woman, Boy, Boy","b":"1F469-200D-1F466-200D-1F466","d":true,"e":true,"f":true,"h":true,"j":["family_woman_boy_boy","home","parent","people","human","children"],"k":[18,7],"o":4},"woman-girl":{"subcategory":"family","a":"Family: Woman, Girl","b":"1F469-200D-1F467","d":true,"e":true,"f":true,"h":true,"j":["family_woman_girl","home","parent","people","human","child"],"k":[18,11],"o":4},"woman-girl-boy":{"subcategory":"family","a":"Family: Woman, Girl, Boy","b":"1F469-200D-1F467-200D-1F466","d":true,"e":true,"f":true,"h":true,"j":["family_woman_girl_boy","home","parent","people","human","children"],"k":[18,9],"o":4},"woman-girl-girl":{"subcategory":"family","a":"Family: Woman, Girl, Girl","b":"1F469-200D-1F467-200D-1F467","d":true,"e":true,"f":true,"h":true,"j":["family_woman_girl_girl","home","parent","people","human","children"],"k":[18,10],"o":4},"speaking_head_in_silhouette":{"subcategory":"person-symbol","a":"Speaking Head","b":"1F5E3-FE0F","c":"1F5E3","d":true,"e":true,"f":true,"h":true,"j":["speaking_head","user","person","human","sing","say","talk"],"k":[32,11],"o":0},"bust_in_silhouette":{"subcategory":"person-symbol","a":"Bust in Silhouette","b":"1F464","d":true,"e":true,"f":true,"h":true,"j":["bust_in_silhouette","user","person","human"],"k":[13,33],"o":0},"busts_in_silhouette":{"subcategory":"person-symbol","a":"Busts in Silhouette","b":"1F465","d":true,"e":true,"f":true,"h":true,"j":["busts_in_silhouette","user","person","human","group","team"],"k":[13,34],"o":1},"people_hugging":{"subcategory":"person-symbol","a":"People Hugging","b":"1FAC2","d":true,"e":true,"f":true,"h":true,"j":["people hugging","care"],"k":[54,58],"o":13},"footprints":{"subcategory":"person-symbol","a":"Footprints","b":"1F463","d":true,"e":true,"f":true,"h":true,"j":["footprints","feet","tracking","walking","beach"],"k":[13,32],"o":0},"monkey_face":{"subcategory":"animal-mammal","a":"Monkey Face","b":"1F435","d":true,"e":true,"f":true,"h":true,"j":["monkey_face","animal","nature","circus"],"k":[11,41],"l":[":o)"],"o":0},"monkey":{"subcategory":"animal-mammal","a":"Monkey","b":"1F412","d":true,"e":true,"f":true,"h":true,"j":["monkey","animal","nature","banana","circus"],"k":[11,4],"o":0},"gorilla":{"subcategory":"animal-mammal","a":"Gorilla","b":"1F98D","d":true,"e":true,"f":true,"h":true,"j":["gorilla","animal","nature","circus"],"k":[44,33],"o":3},"orangutan":{"subcategory":"animal-mammal","a":"Orangutan","b":"1F9A7","d":true,"e":true,"f":true,"h":true,"j":["orangutan","animal"],"k":[44,59],"o":12},"dog":{"subcategory":"animal-mammal","a":"Dog Face","b":"1F436","d":true,"e":true,"f":true,"h":true,"j":["dog_face","animal","friend","nature","woof","puppy","pet","faithful"],"k":[11,42],"o":0},"dog2":{"subcategory":"animal-mammal","a":"Dog","b":"1F415","d":true,"e":true,"f":true,"h":true,"j":["dog","animal","nature","friend","doge","pet","faithful"],"k":[11,8],"o":0},"guide_dog":{"subcategory":"animal-mammal","a":"Guide Dog","b":"1F9AE","d":true,"e":true,"f":true,"h":true,"j":["guide_dog","animal","blind"],"k":[45,5],"o":12},"service_dog":{"subcategory":"animal-mammal","a":"Service Dog","b":"1F415-200D-1F9BA","d":true,"e":true,"f":true,"h":true,"j":["service_dog","blind","animal"],"k":[11,7],"o":12},"poodle":{"subcategory":"animal-mammal","a":"Poodle","b":"1F429","d":true,"e":true,"f":true,"h":true,"j":["poodle","dog","animal","101","nature","pet"],"k":[11,29],"o":0},"wolf":{"subcategory":"animal-mammal","a":"Wolf Face","b":"1F43A","d":true,"e":true,"f":true,"h":true,"j":["wolf","animal","nature","wild"],"k":[11,46],"o":0},"fox_face":{"subcategory":"animal-mammal","a":"Fox Face","b":"1F98A","d":true,"e":true,"f":true,"h":true,"j":["fox","animal","nature","face"],"k":[44,30],"o":3},"raccoon":{"subcategory":"animal-mammal","a":"Raccoon","b":"1F99D","d":true,"e":true,"f":true,"h":true,"j":["raccoon","animal","nature"],"k":[44,49],"o":11},"cat":{"subcategory":"animal-mammal","a":"Cat Face","b":"1F431","d":true,"e":true,"f":true,"h":true,"j":["cat_face","animal","meow","nature","pet","kitten"],"k":[11,37],"o":0},"cat2":{"subcategory":"animal-mammal","a":"Cat","b":"1F408","d":true,"e":true,"f":true,"h":true,"j":["cat","animal","meow","pet","cats"],"k":[10,55],"o":0},"black_cat":{"subcategory":"animal-mammal","a":"Black Cat","b":"1F408-200D-2B1B","d":true,"e":true,"f":true,"h":true,"j":["black cat","superstition","luck"],"k":[10,54],"o":13},"lion_face":{"subcategory":"animal-mammal","a":"Lion Face","b":"1F981","d":true,"e":true,"f":true,"h":true,"j":["lion","animal","nature"],"k":[44,21],"o":1},"tiger":{"subcategory":"animal-mammal","a":"Tiger Face","b":"1F42F","d":true,"e":true,"f":true,"h":true,"j":["tiger_face","animal","cat","danger","wild","nature","roar"],"k":[11,35],"o":0},"tiger2":{"subcategory":"animal-mammal","a":"Tiger","b":"1F405","d":true,"e":true,"f":true,"h":true,"j":["tiger","animal","nature","roar"],"k":[10,51],"o":1},"leopard":{"subcategory":"animal-mammal","a":"Leopard","b":"1F406","d":true,"e":true,"f":true,"h":true,"j":["leopard","animal","nature"],"k":[10,52],"o":1},"horse":{"subcategory":"animal-mammal","a":"Horse Face","b":"1F434","d":true,"e":true,"f":true,"h":true,"j":["horse_face","animal","brown","nature"],"k":[11,40],"o":0},"moose":{"subcategory":"animal-mammal","a":"Moose","b":"1FACE","d":true,"e":true,"f":false,"h":false,"j":["moose","shrek","canada","sweden","sven","cool"],"k":[55,16],"o":15},"donkey":{"subcategory":"animal-mammal","a":"Donkey","b":"1FACF","d":true,"e":true,"f":false,"h":false,"j":["donkey","eeyore","mule"],"k":[55,17],"o":15},"racehorse":{"subcategory":"animal-mammal","a":"Horse","b":"1F40E","d":true,"e":true,"f":true,"h":true,"j":["horse","animal","gamble","luck"],"k":[11,0],"o":0},"unicorn_face":{"subcategory":"animal-mammal","a":"Unicorn Face","b":"1F984","d":true,"e":true,"f":true,"h":true,"j":["unicorn","animal","nature","mystical"],"k":[44,24],"o":1},"zebra_face":{"subcategory":"animal-mammal","a":"Zebra Face","b":"1F993","d":true,"e":true,"f":true,"h":true,"j":["zebra","animal","nature","stripes","safari"],"k":[44,39],"o":5},"deer":{"subcategory":"animal-mammal","a":"Deer","b":"1F98C","d":true,"e":true,"f":true,"h":true,"j":["deer","animal","nature","horns","venison"],"k":[44,32],"o":3},"bison":{"subcategory":"animal-mammal","a":"Bison","b":"1F9AC","d":true,"e":true,"f":true,"h":true,"j":["bison","ox"],"k":[45,3],"o":13},"cow":{"subcategory":"animal-mammal","a":"Cow Face","b":"1F42E","d":true,"e":true,"f":true,"h":true,"j":["cow_face","beef","ox","animal","nature","moo","milk"],"k":[11,34],"o":0},"ox":{"subcategory":"animal-mammal","a":"Ox","b":"1F402","d":true,"e":true,"f":true,"h":true,"j":["ox","animal","cow","beef"],"k":[10,48],"o":1},"water_buffalo":{"subcategory":"animal-mammal","a":"Water Buffalo","b":"1F403","d":true,"e":true,"f":true,"h":true,"j":["water_buffalo","animal","nature","ox","cow"],"k":[10,49],"o":1},"cow2":{"subcategory":"animal-mammal","a":"Cow","b":"1F404","d":true,"e":true,"f":true,"h":true,"j":["cow","beef","ox","animal","nature","moo","milk"],"k":[10,50],"o":1},"pig":{"subcategory":"animal-mammal","a":"Pig Face","b":"1F437","d":true,"e":true,"f":true,"h":true,"j":["pig_face","animal","oink","nature"],"k":[11,43],"o":0},"pig2":{"subcategory":"animal-mammal","a":"Pig","b":"1F416","d":true,"e":true,"f":true,"h":true,"j":["pig","animal","nature"],"k":[11,9],"o":1},"boar":{"subcategory":"animal-mammal","a":"Boar","b":"1F417","d":true,"e":true,"f":true,"h":true,"j":["boar","animal","nature"],"k":[11,10],"o":0},"pig_nose":{"subcategory":"animal-mammal","a":"Pig Nose","b":"1F43D","d":true,"e":true,"f":true,"h":true,"j":["pig_nose","animal","oink"],"k":[11,50],"o":0},"ram":{"subcategory":"animal-mammal","a":"Ram","b":"1F40F","d":true,"e":true,"f":true,"h":true,"j":["ram","animal","sheep","nature"],"k":[11,1],"o":1},"sheep":{"subcategory":"animal-mammal","a":"Sheep","b":"1F411","d":true,"e":true,"f":true,"h":true,"j":["ewe","animal","nature","wool","shipit"],"k":[11,3],"o":0},"goat":{"subcategory":"animal-mammal","a":"Goat","b":"1F410","d":true,"e":true,"f":true,"h":true,"j":["goat","animal","nature"],"k":[11,2],"o":1},"dromedary_camel":{"subcategory":"animal-mammal","a":"Dromedary Camel","b":"1F42A","d":true,"e":true,"f":true,"h":true,"j":["camel","animal","hot","desert","hump"],"k":[11,30],"o":1},"camel":{"subcategory":"animal-mammal","a":"Bactrian Camel","b":"1F42B","d":true,"e":true,"f":true,"h":true,"j":["two_hump_camel","animal","nature","hot","desert","hump"],"k":[11,31],"o":0},"llama":{"subcategory":"animal-mammal","a":"Llama","b":"1F999","d":true,"e":true,"f":true,"h":true,"j":["llama","animal","nature","alpaca"],"k":[44,45],"o":11},"giraffe_face":{"subcategory":"animal-mammal","a":"Giraffe Face","b":"1F992","d":true,"e":true,"f":true,"h":true,"j":["giraffe","animal","nature","spots","safari"],"k":[44,38],"o":5},"elephant":{"subcategory":"animal-mammal","a":"Elephant","b":"1F418","d":true,"e":true,"f":true,"h":true,"j":["elephant","animal","nature","nose","th","circus"],"k":[11,11],"o":0},"mammoth":{"subcategory":"animal-mammal","a":"Mammoth","b":"1F9A3","d":true,"e":true,"f":true,"h":true,"j":["mammoth","elephant","tusks"],"k":[44,55],"o":13},"rhinoceros":{"subcategory":"animal-mammal","a":"Rhinoceros","b":"1F98F","d":true,"e":true,"f":true,"h":true,"j":["rhinoceros","animal","nature","horn"],"k":[44,35],"o":3},"hippopotamus":{"subcategory":"animal-mammal","a":"Hippopotamus","b":"1F99B","d":true,"e":true,"f":true,"h":true,"j":["hippopotamus","animal","nature"],"k":[44,47],"o":11},"mouse":{"subcategory":"animal-mammal","a":"Mouse Face","b":"1F42D","d":true,"e":true,"f":true,"h":true,"j":["mouse_face","animal","nature","cheese_wedge","rodent"],"k":[11,33],"o":0},"mouse2":{"subcategory":"animal-mammal","a":"Mouse","b":"1F401","d":true,"e":true,"f":true,"h":true,"j":["mouse","animal","nature","rodent"],"k":[10,47],"o":1},"rat":{"subcategory":"animal-mammal","a":"Rat","b":"1F400","d":true,"e":true,"f":true,"h":true,"j":["rat","animal","mouse","rodent"],"k":[10,46],"o":1},"hamster":{"subcategory":"animal-mammal","a":"Hamster Face","b":"1F439","d":true,"e":true,"f":true,"h":true,"j":["hamster","animal","nature"],"k":[11,45],"o":0},"rabbit":{"subcategory":"animal-mammal","a":"Rabbit Face","b":"1F430","d":true,"e":true,"f":true,"h":true,"j":["rabbit_face","animal","nature","pet","spring","magic","bunny"],"k":[11,36],"o":0},"rabbit2":{"subcategory":"animal-mammal","a":"Rabbit","b":"1F407","d":true,"e":true,"f":true,"h":true,"j":["rabbit","animal","nature","pet","magic","spring"],"k":[10,53],"o":1},"chipmunk":{"subcategory":"animal-mammal","a":"Chipmunk","b":"1F43F-FE0F","c":"1F43F","d":true,"e":true,"f":true,"h":true,"j":["chipmunk","animal","nature","rodent","squirrel"],"k":[11,52],"o":0},"beaver":{"subcategory":"animal-mammal","a":"Beaver","b":"1F9AB","d":true,"e":true,"f":true,"h":true,"j":["beaver","animal","rodent"],"k":[45,2],"o":13},"hedgehog":{"subcategory":"animal-mammal","a":"Hedgehog","b":"1F994","d":true,"e":true,"f":true,"h":true,"j":["hedgehog","animal","nature","spiny"],"k":[44,40],"o":5},"bat":{"subcategory":"animal-mammal","a":"Bat","b":"1F987","d":true,"e":true,"f":true,"h":true,"j":["bat","animal","nature","blind","vampire"],"k":[44,27],"o":3},"bear":{"subcategory":"animal-mammal","a":"Bear Face","b":"1F43B","d":true,"e":true,"f":true,"h":true,"j":["bear","animal","nature","wild"],"k":[11,48],"o":0},"polar_bear":{"subcategory":"animal-mammal","a":"Polar Bear","b":"1F43B-200D-2744-FE0F","c":"1F43B-200D-2744","d":true,"e":true,"f":true,"h":true,"j":["polar bear","animal","arctic"],"k":[11,47],"o":13},"koala":{"subcategory":"animal-mammal","a":"Koala","b":"1F428","d":true,"e":true,"f":true,"h":true,"j":["koala","animal","nature"],"k":[11,28],"o":0},"panda_face":{"subcategory":"animal-mammal","a":"Panda Face","b":"1F43C","d":true,"e":true,"f":true,"h":true,"j":["panda","animal","nature"],"k":[11,49],"o":0},"sloth":{"subcategory":"animal-mammal","a":"Sloth","b":"1F9A5","d":true,"e":true,"f":true,"h":true,"j":["sloth","animal"],"k":[44,57],"o":12},"otter":{"subcategory":"animal-mammal","a":"Otter","b":"1F9A6","d":true,"e":true,"f":true,"h":true,"j":["otter","animal"],"k":[44,58],"o":12},"skunk":{"subcategory":"animal-mammal","a":"Skunk","b":"1F9A8","d":true,"e":true,"f":true,"h":true,"j":["skunk","animal"],"k":[44,60],"o":12},"kangaroo":{"subcategory":"animal-mammal","a":"Kangaroo","b":"1F998","d":true,"e":true,"f":true,"h":true,"j":["kangaroo","animal","nature","australia","joey","hop","marsupial"],"k":[44,44],"o":11},"badger":{"subcategory":"animal-mammal","a":"Badger","b":"1F9A1","d":true,"e":true,"f":true,"h":true,"j":["badger","animal","nature","honey"],"k":[44,53],"o":11},"feet":{"subcategory":"animal-mammal","a":"Paw Prints","b":"1F43E","d":true,"e":true,"f":true,"h":true,"j":["paw_prints","animal","tracking","footprints","dog","cat","pet","feet"],"k":[11,51],"n":["paw_prints"],"o":0},"turkey":{"subcategory":"animal-bird","a":"Turkey","b":"1F983","d":true,"e":true,"f":true,"h":true,"j":["turkey","animal","bird"],"k":[44,23],"o":1},"chicken":{"subcategory":"animal-bird","a":"Chicken","b":"1F414","d":true,"e":true,"f":true,"h":true,"j":["chicken","animal","cluck","nature","bird"],"k":[11,6],"o":0},"rooster":{"subcategory":"animal-bird","a":"Rooster","b":"1F413","d":true,"e":true,"f":true,"h":true,"j":["rooster","animal","nature","chicken"],"k":[11,5],"o":1},"hatching_chick":{"subcategory":"animal-bird","a":"Hatching Chick","b":"1F423","d":true,"e":true,"f":true,"h":true,"j":["hatching_chick","animal","chicken","egg","born","baby","bird"],"k":[11,22],"o":0},"baby_chick":{"subcategory":"animal-bird","a":"Baby Chick","b":"1F424","d":true,"e":true,"f":true,"h":true,"j":["baby_chick","animal","chicken","bird"],"k":[11,23],"o":0},"hatched_chick":{"subcategory":"animal-bird","a":"Front-Facing Baby Chick","b":"1F425","d":true,"e":true,"f":true,"h":true,"j":["front_facing_baby_chick","animal","chicken","baby","bird"],"k":[11,24],"o":0},"bird":{"subcategory":"animal-bird","a":"Bird","b":"1F426","d":true,"e":true,"f":true,"h":true,"j":["bird","animal","nature","fly","tweet","spring"],"k":[11,26],"o":0},"penguin":{"subcategory":"animal-bird","a":"Penguin","b":"1F427","d":true,"e":true,"f":true,"h":true,"j":["penguin","animal","nature"],"k":[11,27],"o":0},"dove_of_peace":{"subcategory":"animal-bird","a":"Dove","b":"1F54A-FE0F","c":"1F54A","d":true,"e":true,"f":true,"h":true,"j":["dove","animal","bird"],"k":[30,28],"o":0},"eagle":{"subcategory":"animal-bird","a":"Eagle","b":"1F985","d":true,"e":true,"f":true,"h":true,"j":["eagle","animal","nature","bird"],"k":[44,25],"o":3},"duck":{"subcategory":"animal-bird","a":"Duck","b":"1F986","d":true,"e":true,"f":true,"h":true,"j":["duck","animal","nature","bird","mallard"],"k":[44,26],"o":3},"swan":{"subcategory":"animal-bird","a":"Swan","b":"1F9A2","d":true,"e":true,"f":true,"h":true,"j":["swan","animal","nature","bird"],"k":[44,54],"o":11},"owl":{"subcategory":"animal-bird","a":"Owl","b":"1F989","d":true,"e":true,"f":true,"h":true,"j":["owl","animal","nature","bird","hoot"],"k":[44,29],"o":3},"dodo":{"subcategory":"animal-bird","a":"Dodo","b":"1F9A4","d":true,"e":true,"f":true,"h":true,"j":["dodo","animal","bird"],"k":[44,56],"o":13},"feather":{"subcategory":"animal-bird","a":"Feather","b":"1FAB6","d":true,"e":true,"f":true,"h":true,"j":["feather","bird","fly"],"k":[54,47],"o":13},"flamingo":{"subcategory":"animal-bird","a":"Flamingo","b":"1F9A9","d":true,"e":true,"f":true,"h":true,"j":["flamingo","animal"],"k":[45,0],"o":12},"peacock":{"subcategory":"animal-bird","a":"Peacock","b":"1F99A","d":true,"e":true,"f":true,"h":true,"j":["peacock","animal","nature","peahen","bird"],"k":[44,46],"o":11},"parrot":{"subcategory":"animal-bird","a":"Parrot","b":"1F99C","d":true,"e":true,"f":true,"h":true,"j":["parrot","animal","nature","bird","pirate","talk"],"k":[44,48],"o":11},"wing":{"subcategory":"animal-bird","a":"Wing","b":"1FABD","d":true,"e":true,"f":false,"h":false,"j":["wing","angel","birds","flying"],"k":[54,54],"o":15},"black_bird":{"subcategory":"animal-bird","a":"Black Bird","b":"1F426-200D-2B1B","d":true,"e":true,"f":false,"h":false,"j":["black bird","crow"],"k":[11,25],"o":15},"goose":{"subcategory":"animal-bird","a":"Goose","b":"1FABF","d":true,"e":true,"f":false,"h":false,"j":["goose","silly","jemima","goosebumps"],"k":[54,55],"o":15},"frog":{"subcategory":"animal-amphibian","a":"Frog Face","b":"1F438","d":true,"e":true,"f":true,"h":true,"j":["frog","animal","nature","croak","toad"],"k":[11,44],"o":0},"crocodile":{"subcategory":"animal-reptile","a":"Crocodile","b":"1F40A","d":true,"e":true,"f":true,"h":true,"j":["crocodile","animal","nature","reptile","lizard","alligator"],"k":[10,57],"o":1},"turtle":{"subcategory":"animal-reptile","a":"Turtle","b":"1F422","d":true,"e":true,"f":true,"h":true,"j":["turtle","animal","slow","nature","tortoise"],"k":[11,21],"o":0},"lizard":{"subcategory":"animal-reptile","a":"Lizard","b":"1F98E","d":true,"e":true,"f":true,"h":true,"j":["lizard","animal","nature","reptile"],"k":[44,34],"o":3},"snake":{"subcategory":"animal-reptile","a":"Snake","b":"1F40D","d":true,"e":true,"f":true,"h":true,"j":["snake","animal","evil","nature","hiss","python"],"k":[10,60],"o":0},"dragon_face":{"subcategory":"animal-reptile","a":"Dragon Face","b":"1F432","d":true,"e":true,"f":true,"h":true,"j":["dragon_face","animal","myth","nature","chinese","green"],"k":[11,38],"o":0},"dragon":{"subcategory":"animal-reptile","a":"Dragon","b":"1F409","d":true,"e":true,"f":true,"h":true,"j":["dragon","animal","myth","nature","chinese","green"],"k":[10,56],"o":1},"sauropod":{"subcategory":"animal-reptile","a":"Sauropod","b":"1F995","d":true,"e":true,"f":true,"h":true,"j":["sauropod","animal","nature","dinosaur","brachiosaurus","brontosaurus","diplodocus","extinct"],"k":[44,41],"o":5},"t-rex":{"subcategory":"animal-reptile","a":"T-Rex","b":"1F996","d":true,"e":true,"f":true,"h":true,"j":["t_rex","animal","nature","dinosaur","tyrannosaurus","extinct"],"k":[44,42],"o":5},"whale":{"subcategory":"animal-marine","a":"Spouting Whale","b":"1F433","d":true,"e":true,"f":true,"h":true,"j":["spouting_whale","animal","nature","sea","ocean"],"k":[11,39],"o":0},"whale2":{"subcategory":"animal-marine","a":"Whale","b":"1F40B","d":true,"e":true,"f":true,"h":true,"j":["whale","animal","nature","sea","ocean"],"k":[10,58],"o":1},"dolphin":{"subcategory":"animal-marine","a":"Dolphin","b":"1F42C","d":true,"e":true,"f":true,"h":true,"j":["dolphin","animal","nature","fish","sea","ocean","flipper","fins","beach"],"k":[11,32],"n":["flipper"],"o":0},"seal":{"subcategory":"animal-marine","a":"Seal","b":"1F9AD","d":true,"e":true,"f":true,"h":true,"j":["seal","animal","creature","sea"],"k":[45,4],"o":13},"fish":{"subcategory":"animal-marine","a":"Fish","b":"1F41F","d":true,"e":true,"f":true,"h":true,"j":["fish","animal","food","nature"],"k":[11,18],"o":0},"tropical_fish":{"subcategory":"animal-marine","a":"Tropical Fish","b":"1F420","d":true,"e":true,"f":true,"h":true,"j":["tropical_fish","animal","swim","ocean","beach","nemo"],"k":[11,19],"o":0},"blowfish":{"subcategory":"animal-marine","a":"Blowfish","b":"1F421","d":true,"e":true,"f":true,"h":true,"j":["blowfish","animal","nature","food","sea","ocean"],"k":[11,20],"o":0},"shark":{"subcategory":"animal-marine","a":"Shark","b":"1F988","d":true,"e":true,"f":true,"h":true,"j":["shark","animal","nature","fish","sea","ocean","jaws","fins","beach"],"k":[44,28],"o":3},"octopus":{"subcategory":"animal-marine","a":"Octopus","b":"1F419","d":true,"e":true,"f":true,"h":true,"j":["octopus","animal","creature","ocean","sea","nature","beach"],"k":[11,12],"o":0},"shell":{"subcategory":"animal-marine","a":"Spiral Shell","b":"1F41A","d":true,"e":true,"f":true,"h":true,"j":["spiral_shell","nature","sea","beach"],"k":[11,13],"o":0},"coral":{"subcategory":"animal-marine","a":"Coral","b":"1FAB8","d":true,"e":true,"f":true,"h":true,"j":["coral","ocean","sea","reef"],"k":[54,49],"o":14},"jellyfish":{"subcategory":"animal-marine","a":"Jellyfish","b":"1FABC","d":true,"e":true,"f":false,"h":false,"j":["jellyfish","sting","tentacles"],"k":[54,53],"o":15},"snail":{"subcategory":"animal-bug","a":"Snail","b":"1F40C","d":true,"e":true,"f":true,"h":true,"j":["snail","slow","animal","shell"],"k":[10,59],"o":0},"butterfly":{"subcategory":"animal-bug","a":"Butterfly","b":"1F98B","d":true,"e":true,"f":true,"h":true,"j":["butterfly","animal","insect","nature","caterpillar"],"k":[44,31],"o":3},"bug":{"subcategory":"animal-bug","a":"Bug","b":"1F41B","d":true,"e":true,"f":true,"h":true,"j":["bug","animal","insect","nature","worm"],"k":[11,14],"o":0},"ant":{"subcategory":"animal-bug","a":"Ant","b":"1F41C","d":true,"e":true,"f":true,"h":true,"j":["ant","animal","insect","nature","bug"],"k":[11,15],"o":0},"bee":{"subcategory":"animal-bug","a":"Honeybee","b":"1F41D","d":true,"e":true,"f":true,"h":true,"j":["honeybee","animal","insect","nature","bug","spring","honey"],"k":[11,16],"n":["honeybee"],"o":0},"beetle":{"subcategory":"animal-bug","a":"Beetle","b":"1FAB2","d":true,"e":true,"f":true,"h":true,"j":["beetle","insect"],"k":[54,43],"o":13},"ladybug":{"subcategory":"animal-bug","a":"Lady Beetle","b":"1F41E","d":true,"e":true,"f":true,"h":true,"j":["lady_beetle","animal","insect","nature","ladybug"],"k":[11,17],"n":["lady_beetle"],"o":0},"cricket":{"subcategory":"animal-bug","a":"Cricket","b":"1F997","d":true,"e":true,"f":true,"h":true,"j":["cricket","animal","chirp"],"k":[44,43],"o":5},"cockroach":{"subcategory":"animal-bug","a":"Cockroach","b":"1FAB3","d":true,"e":true,"f":true,"h":true,"j":["cockroach","insect","pests"],"k":[54,44],"o":13},"spider":{"subcategory":"animal-bug","a":"Spider","b":"1F577-FE0F","c":"1F577","d":true,"e":true,"f":true,"h":true,"j":["spider","animal","arachnid"],"k":[31,24],"o":0},"spider_web":{"subcategory":"animal-bug","a":"Spider Web","b":"1F578-FE0F","c":"1F578","d":true,"e":true,"f":true,"h":true,"j":["spider_web","animal","insect","arachnid","silk"],"k":[31,25],"o":0},"scorpion":{"subcategory":"animal-bug","a":"Scorpion","b":"1F982","d":true,"e":true,"f":true,"h":true,"j":["scorpion","animal","arachnid"],"k":[44,22],"o":1},"mosquito":{"subcategory":"animal-bug","a":"Mosquito","b":"1F99F","d":true,"e":true,"f":true,"h":true,"j":["mosquito","animal","nature","insect","malaria"],"k":[44,51],"o":11},"fly":{"subcategory":"animal-bug","a":"Fly","b":"1FAB0","d":true,"e":true,"f":true,"h":true,"j":["fly","insect"],"k":[54,41],"o":13},"worm":{"subcategory":"animal-bug","a":"Worm","b":"1FAB1","d":true,"e":true,"f":true,"h":true,"j":["worm","animal"],"k":[54,42],"o":13},"microbe":{"subcategory":"animal-bug","a":"Microbe","b":"1F9A0","d":true,"e":true,"f":true,"h":true,"j":["microbe","amoeba","bacteria","germs","virus","covid"],"k":[44,52],"o":11},"bouquet":{"subcategory":"plant-flower","a":"Bouquet","b":"1F490","d":true,"e":true,"f":true,"h":true,"j":["bouquet","flowers","nature","spring"],"k":[27,7],"o":0},"cherry_blossom":{"subcategory":"plant-flower","a":"Cherry Blossom","b":"1F338","d":true,"e":true,"f":true,"h":true,"j":["cherry_blossom","nature","plant","spring","flower"],"k":[5,53],"o":0},"white_flower":{"subcategory":"plant-flower","a":"White Flower","b":"1F4AE","d":true,"e":true,"f":true,"h":true,"j":["white_flower","japanese","spring"],"k":[28,6],"o":0},"lotus":{"subcategory":"plant-flower","a":"Lotus","b":"1FAB7","d":true,"e":true,"f":true,"h":true,"j":["lotus","flower","calm","meditation"],"k":[54,48],"o":14},"rosette":{"subcategory":"plant-flower","a":"Rosette","b":"1F3F5-FE0F","c":"1F3F5","d":true,"e":true,"f":true,"h":true,"j":["rosette","flower","decoration","military"],"k":[10,36],"o":0},"rose":{"subcategory":"plant-flower","a":"Rose","b":"1F339","d":true,"e":true,"f":true,"h":true,"j":["rose","flowers","valentines","love","spring"],"k":[5,54],"o":0},"wilted_flower":{"subcategory":"plant-flower","a":"Wilted Flower","b":"1F940","d":true,"e":true,"f":true,"h":true,"j":["wilted_flower","plant","nature","flower","rose"],"k":[43,13],"o":3},"hibiscus":{"subcategory":"plant-flower","a":"Hibiscus","b":"1F33A","d":true,"e":true,"f":true,"h":true,"j":["hibiscus","plant","vegetable","flowers","beach"],"k":[5,55],"o":0},"sunflower":{"subcategory":"plant-flower","a":"Sunflower","b":"1F33B","d":true,"e":true,"f":true,"h":true,"j":["sunflower","nature","plant","fall"],"k":[5,56],"o":0},"blossom":{"subcategory":"plant-flower","a":"Blossom","b":"1F33C","d":true,"e":true,"f":true,"h":true,"j":["blossom","nature","flowers","yellow"],"k":[5,57],"o":0},"tulip":{"subcategory":"plant-flower","a":"Tulip","b":"1F337","d":true,"e":true,"f":true,"h":true,"j":["tulip","flowers","plant","nature","summer","spring"],"k":[5,52],"o":0},"hyacinth":{"subcategory":"plant-flower","a":"Hyacinth","b":"1FABB","d":true,"e":true,"f":false,"h":false,"j":["hyacinth","flower","lavender"],"k":[54,52],"o":15},"seedling":{"subcategory":"plant-other","a":"Seedling","b":"1F331","d":true,"e":true,"f":true,"h":true,"j":["seedling","plant","nature","grass","lawn","spring"],"k":[5,46],"o":0},"potted_plant":{"subcategory":"plant-other","a":"Potted Plant","b":"1FAB4","d":true,"e":true,"f":true,"h":true,"j":["potted plant","greenery","house"],"k":[54,45],"o":13},"evergreen_tree":{"subcategory":"plant-other","a":"Evergreen Tree","b":"1F332","d":true,"e":true,"f":true,"h":true,"j":["evergreen_tree","plant","nature"],"k":[5,47],"o":1},"deciduous_tree":{"subcategory":"plant-other","a":"Deciduous Tree","b":"1F333","d":true,"e":true,"f":true,"h":true,"j":["deciduous_tree","plant","nature"],"k":[5,48],"o":1},"palm_tree":{"subcategory":"plant-other","a":"Palm Tree","b":"1F334","d":true,"e":true,"f":true,"h":true,"j":["palm_tree","plant","vegetable","nature","summer","beach","mojito","tropical"],"k":[5,49],"o":0},"cactus":{"subcategory":"plant-other","a":"Cactus","b":"1F335","d":true,"e":true,"f":true,"h":true,"j":["cactus","vegetable","plant","nature"],"k":[5,50],"o":0},"ear_of_rice":{"subcategory":"plant-other","a":"Ear of Rice","b":"1F33E","d":true,"e":true,"f":true,"h":true,"j":["sheaf_of_rice","nature","plant"],"k":[5,59],"o":0},"herb":{"subcategory":"plant-other","a":"Herb","b":"1F33F","d":true,"e":true,"f":true,"h":true,"j":["herb","vegetable","plant","medicine","weed","grass","lawn"],"k":[5,60],"o":0},"shamrock":{"subcategory":"plant-other","a":"Shamrock","b":"2618-FE0F","c":"2618","d":true,"e":true,"f":true,"h":true,"j":["shamrock","vegetable","plant","nature","irish","clover"],"k":[57,19],"o":1},"four_leaf_clover":{"subcategory":"plant-other","a":"Four Leaf Clover","b":"1F340","d":true,"e":true,"f":true,"h":true,"j":["four_leaf_clover","vegetable","plant","nature","lucky","irish"],"k":[6,0],"o":0},"maple_leaf":{"subcategory":"plant-other","a":"Maple Leaf","b":"1F341","d":true,"e":true,"f":true,"h":true,"j":["maple_leaf","nature","plant","vegetable","ca","fall"],"k":[6,1],"o":0},"fallen_leaf":{"subcategory":"plant-other","a":"Fallen Leaf","b":"1F342","d":true,"e":true,"f":true,"h":true,"j":["fallen_leaf","nature","plant","vegetable","leaves"],"k":[6,2],"o":0},"leaves":{"subcategory":"plant-other","a":"Leaf Fluttering in Wind","b":"1F343","d":true,"e":true,"f":true,"h":true,"j":["leaf_fluttering_in_wind","nature","plant","tree","vegetable","grass","lawn","spring"],"k":[6,3],"o":0},"empty_nest":{"subcategory":"plant-other","a":"Empty Nest","b":"1FAB9","d":true,"e":true,"f":true,"h":true,"j":["empty nest","bird"],"k":[54,50],"o":14},"nest_with_eggs":{"subcategory":"plant-other","a":"Nest with Eggs","b":"1FABA","d":true,"e":true,"f":true,"h":true,"j":["nest with eggs","bird"],"k":[54,51],"o":14},"mushroom":{"subcategory":"plant-other","a":"Mushroom","b":"1F344","d":true,"e":true,"f":true,"h":true,"j":["mushroom","plant","vegetable"],"k":[6,4],"o":0},"grapes":{"subcategory":"food-fruit","a":"Grapes","b":"1F347","d":true,"e":true,"f":true,"h":true,"j":["grapes","fruit","food","wine"],"k":[6,7],"o":0},"melon":{"subcategory":"food-fruit","a":"Melon","b":"1F348","d":true,"e":true,"f":true,"h":true,"j":["melon","fruit","nature","food"],"k":[6,8],"o":0},"watermelon":{"subcategory":"food-fruit","a":"Watermelon","b":"1F349","d":true,"e":true,"f":true,"h":true,"j":["watermelon","fruit","food","picnic","summer"],"k":[6,9],"o":0},"tangerine":{"subcategory":"food-fruit","a":"Tangerine","b":"1F34A","d":true,"e":true,"f":true,"h":true,"j":["tangerine","food","fruit","nature","orange"],"k":[6,10],"o":0},"lemon":{"subcategory":"food-fruit","a":"Lemon","b":"1F34B","d":true,"e":true,"f":true,"h":true,"j":["lemon","fruit","nature"],"k":[6,11],"o":1},"banana":{"subcategory":"food-fruit","a":"Banana","b":"1F34C","d":true,"e":true,"f":true,"h":true,"j":["banana","fruit","food","monkey"],"k":[6,12],"o":0},"pineapple":{"subcategory":"food-fruit","a":"Pineapple","b":"1F34D","d":true,"e":true,"f":true,"h":true,"j":["pineapple","fruit","nature","food"],"k":[6,13],"o":0},"mango":{"subcategory":"food-fruit","a":"Mango","b":"1F96D","d":true,"e":true,"f":true,"h":true,"j":["mango","fruit","food","tropical"],"k":[43,57],"o":11},"apple":{"subcategory":"food-fruit","a":"Red Apple","b":"1F34E","d":true,"e":true,"f":true,"h":true,"j":["red_apple","fruit","mac","school"],"k":[6,14],"o":0},"green_apple":{"subcategory":"food-fruit","a":"Green Apple","b":"1F34F","d":true,"e":true,"f":true,"h":true,"j":["green_apple","fruit","nature"],"k":[6,15],"o":0},"pear":{"subcategory":"food-fruit","a":"Pear","b":"1F350","d":true,"e":true,"f":true,"h":true,"j":["pear","fruit","nature","food"],"k":[6,16],"o":1},"peach":{"subcategory":"food-fruit","a":"Peach","b":"1F351","d":true,"e":true,"f":true,"h":true,"j":["peach","fruit","nature","food"],"k":[6,17],"o":0},"cherries":{"subcategory":"food-fruit","a":"Cherries","b":"1F352","d":true,"e":true,"f":true,"h":true,"j":["cherries","food","fruit"],"k":[6,18],"o":0},"strawberry":{"subcategory":"food-fruit","a":"Strawberry","b":"1F353","d":true,"e":true,"f":true,"h":true,"j":["strawberry","fruit","food","nature"],"k":[6,19],"o":0},"blueberries":{"subcategory":"food-fruit","a":"Blueberries","b":"1FAD0","d":true,"e":true,"f":true,"h":true,"j":["blueberries","fruit"],"k":[55,18],"o":13},"kiwifruit":{"subcategory":"food-fruit","a":"Kiwifruit","b":"1F95D","d":true,"e":true,"f":true,"h":true,"j":["kiwi_fruit","fruit","food"],"k":[43,41],"o":3},"tomato":{"subcategory":"food-fruit","a":"Tomato","b":"1F345","d":true,"e":true,"f":true,"h":true,"j":["tomato","fruit","vegetable","nature","food"],"k":[6,5],"o":0},"olive":{"subcategory":"food-fruit","a":"Olive","b":"1FAD2","d":true,"e":true,"f":true,"h":true,"j":["olive","fruit"],"k":[55,20],"o":13},"coconut":{"subcategory":"food-fruit","a":"Coconut","b":"1F965","d":true,"e":true,"f":true,"h":true,"j":["coconut","fruit","nature","food","palm"],"k":[43,49],"o":5},"avocado":{"subcategory":"food-vegetable","a":"Avocado","b":"1F951","d":true,"e":true,"f":true,"h":true,"j":["avocado","fruit","food"],"k":[43,29],"o":3},"eggplant":{"subcategory":"food-vegetable","a":"Aubergine","b":"1F346","d":true,"e":true,"f":true,"h":true,"j":["eggplant","vegetable","nature","food","aubergine"],"k":[6,6],"o":0},"potato":{"subcategory":"food-vegetable","a":"Potato","b":"1F954","d":true,"e":true,"f":true,"h":true,"j":["potato","food","tuber","vegatable","starch"],"k":[43,32],"o":3},"carrot":{"subcategory":"food-vegetable","a":"Carrot","b":"1F955","d":true,"e":true,"f":true,"h":true,"j":["carrot","vegetable","food","orange"],"k":[43,33],"o":3},"corn":{"subcategory":"food-vegetable","a":"Ear of Maize","b":"1F33D","d":true,"e":true,"f":true,"h":true,"j":["ear_of_corn","food","vegetable","plant"],"k":[5,58],"o":0},"hot_pepper":{"subcategory":"food-vegetable","a":"Hot Pepper","b":"1F336-FE0F","c":"1F336","d":true,"e":true,"f":true,"h":true,"j":["hot_pepper","food","spicy","chilli","chili"],"k":[5,51],"o":0},"bell_pepper":{"subcategory":"food-vegetable","a":"Bell Pepper","b":"1FAD1","d":true,"e":true,"f":true,"h":true,"j":["bell pepper","fruit","plant"],"k":[55,19],"o":13},"cucumber":{"subcategory":"food-vegetable","a":"Cucumber","b":"1F952","d":true,"e":true,"f":true,"h":true,"j":["cucumber","fruit","food","pickle"],"k":[43,30],"o":3},"leafy_green":{"subcategory":"food-vegetable","a":"Leafy Green","b":"1F96C","d":true,"e":true,"f":true,"h":true,"j":["leafy_green","food","vegetable","plant","bok choy","cabbage","kale","lettuce"],"k":[43,56],"o":11},"broccoli":{"subcategory":"food-vegetable","a":"Broccoli","b":"1F966","d":true,"e":true,"f":true,"h":true,"j":["broccoli","fruit","food","vegetable"],"k":[43,50],"o":5},"garlic":{"subcategory":"food-vegetable","a":"Garlic","b":"1F9C4","d":true,"e":true,"f":true,"h":true,"j":["garlic","food","spice","cook"],"k":[46,11],"o":12},"onion":{"subcategory":"food-vegetable","a":"Onion","b":"1F9C5","d":true,"e":true,"f":true,"h":true,"j":["onion","cook","food","spice"],"k":[46,12],"o":12},"peanuts":{"subcategory":"food-vegetable","a":"Peanuts","b":"1F95C","d":true,"e":true,"f":true,"h":true,"j":["peanuts","food","nut"],"k":[43,40],"o":3},"beans":{"subcategory":"food-vegetable","a":"Beans","b":"1FAD8","d":true,"e":true,"f":true,"h":true,"j":["beans","food"],"k":[55,26],"o":14},"chestnut":{"subcategory":"food-vegetable","a":"Chestnut","b":"1F330","d":true,"e":true,"f":true,"h":true,"j":["chestnut","food","squirrel"],"k":[5,45],"o":0},"ginger_root":{"subcategory":"food-vegetable","a":"Ginger Root","b":"1FADA","d":true,"e":true,"f":false,"h":false,"j":["ginger root","spice","yellow","cooking","gingerbread"],"k":[55,28],"o":15},"pea_pod":{"subcategory":"food-vegetable","a":"Pea Pod","b":"1FADB","d":true,"e":true,"f":false,"h":false,"j":["pea pod","cozy","green"],"k":[55,29],"o":15},"bread":{"subcategory":"food-prepared","a":"Bread","b":"1F35E","d":true,"e":true,"f":true,"h":true,"j":["bread","food","wheat","breakfast","toast"],"k":[6,30],"o":0},"croissant":{"subcategory":"food-prepared","a":"Croissant","b":"1F950","d":true,"e":true,"f":true,"h":true,"j":["croissant","food","bread","french"],"k":[43,28],"o":3},"baguette_bread":{"subcategory":"food-prepared","a":"Baguette Bread","b":"1F956","d":true,"e":true,"f":true,"h":true,"j":["baguette_bread","food","bread","french","france","bakery"],"k":[43,34],"o":3},"flatbread":{"subcategory":"food-prepared","a":"Flatbread","b":"1FAD3","d":true,"e":true,"f":true,"h":true,"j":["flatbread","flour","food","bakery"],"k":[55,21],"o":13},"pretzel":{"subcategory":"food-prepared","a":"Pretzel","b":"1F968","d":true,"e":true,"f":true,"h":true,"j":["pretzel","food","bread","twisted","germany","bakery"],"k":[43,52],"o":5},"bagel":{"subcategory":"food-prepared","a":"Bagel","b":"1F96F","d":true,"e":true,"f":true,"h":true,"j":["bagel","food","bread","bakery","schmear","jewish_bakery"],"k":[43,59],"o":11},"pancakes":{"subcategory":"food-prepared","a":"Pancakes","b":"1F95E","d":true,"e":true,"f":true,"h":true,"j":["pancakes","food","breakfast","flapjacks","hotcakes","brunch"],"k":[43,42],"o":3},"waffle":{"subcategory":"food-prepared","a":"Waffle","b":"1F9C7","d":true,"e":true,"f":true,"h":true,"j":["waffle","food","breakfast","brunch"],"k":[46,14],"o":12},"cheese_wedge":{"subcategory":"food-prepared","a":"Cheese Wedge","b":"1F9C0","d":true,"e":true,"f":true,"h":true,"j":["cheese_wedge","food","chadder","swiss"],"k":[46,7],"o":1},"meat_on_bone":{"subcategory":"food-prepared","a":"Meat on Bone","b":"1F356","d":true,"e":true,"f":true,"h":true,"j":["meat_on_bone","good","food","drumstick"],"k":[6,22],"o":0},"poultry_leg":{"subcategory":"food-prepared","a":"Poultry Leg","b":"1F357","d":true,"e":true,"f":true,"h":true,"j":["poultry_leg","food","meat","drumstick","bird","chicken","turkey"],"k":[6,23],"o":0},"cut_of_meat":{"subcategory":"food-prepared","a":"Cut of Meat","b":"1F969","d":true,"e":true,"f":true,"h":true,"j":["cut_of_meat","food","cow","meat","cut","chop","lambchop","porkchop"],"k":[43,53],"o":5},"bacon":{"subcategory":"food-prepared","a":"Bacon","b":"1F953","d":true,"e":true,"f":true,"h":true,"j":["bacon","food","breakfast","pork","pig","meat","brunch"],"k":[43,31],"o":3},"hamburger":{"subcategory":"food-prepared","a":"Hamburger","b":"1F354","d":true,"e":true,"f":true,"h":true,"j":["hamburger","meat","fast food","beef","cheeseburger","mcdonalds","burger king"],"k":[6,20],"o":0},"fries":{"subcategory":"food-prepared","a":"French Fries","b":"1F35F","d":true,"e":true,"f":true,"h":true,"j":["french_fries","chips","snack","fast food","potato"],"k":[6,31],"o":0},"pizza":{"subcategory":"food-prepared","a":"Slice of Pizza","b":"1F355","d":true,"e":true,"f":true,"h":true,"j":["pizza","food","party","italy"],"k":[6,21],"o":0},"hotdog":{"subcategory":"food-prepared","a":"Hot Dog","b":"1F32D","d":true,"e":true,"f":true,"h":true,"j":["hot_dog","food","frankfurter","america"],"k":[5,42],"o":1},"sandwich":{"subcategory":"food-prepared","a":"Sandwich","b":"1F96A","d":true,"e":true,"f":true,"h":true,"j":["sandwich","food","lunch","bread","toast","bakery"],"k":[43,54],"o":5},"taco":{"subcategory":"food-prepared","a":"Taco","b":"1F32E","d":true,"e":true,"f":true,"h":true,"j":["taco","food","mexican"],"k":[5,43],"o":1},"burrito":{"subcategory":"food-prepared","a":"Burrito","b":"1F32F","d":true,"e":true,"f":true,"h":true,"j":["burrito","food","mexican"],"k":[5,44],"o":1},"tamale":{"subcategory":"food-prepared","a":"Tamale","b":"1FAD4","d":true,"e":true,"f":true,"h":true,"j":["tamale","food","masa"],"k":[55,22],"o":13},"stuffed_flatbread":{"subcategory":"food-prepared","a":"Stuffed Flatbread","b":"1F959","d":true,"e":true,"f":true,"h":true,"j":["stuffed_flatbread","food","flatbread","stuffed","gyro","mediterranean"],"k":[43,37],"o":3},"falafel":{"subcategory":"food-prepared","a":"Falafel","b":"1F9C6","d":true,"e":true,"f":true,"h":true,"j":["falafel","food","mediterranean"],"k":[46,13],"o":12},"egg":{"subcategory":"food-prepared","a":"Egg","b":"1F95A","d":true,"e":true,"f":true,"h":true,"j":["egg","food","chicken","breakfast"],"k":[43,38],"o":3},"fried_egg":{"subcategory":"food-prepared","a":"Cooking","b":"1F373","d":true,"e":true,"f":true,"h":true,"j":["cooking","food","breakfast","kitchen","egg","skillet"],"k":[6,51],"n":["cooking"],"o":0},"shallow_pan_of_food":{"subcategory":"food-prepared","a":"Shallow Pan of Food","b":"1F958","d":true,"e":true,"f":true,"h":true,"j":["shallow_pan_of_food","food","cooking","casserole","paella","skillet"],"k":[43,36],"o":3},"stew":{"subcategory":"food-prepared","a":"Pot of Food","b":"1F372","d":true,"e":true,"f":true,"h":true,"j":["pot_of_food","food","meat","soup","hot pot"],"k":[6,50],"o":0},"fondue":{"subcategory":"food-prepared","a":"Fondue","b":"1FAD5","d":true,"e":true,"f":true,"h":true,"j":["fondue","cheese","pot","food"],"k":[55,23],"o":13},"bowl_with_spoon":{"subcategory":"food-prepared","a":"Bowl with Spoon","b":"1F963","d":true,"e":true,"f":true,"h":true,"j":["bowl_with_spoon","food","breakfast","cereal","oatmeal","porridge"],"k":[43,47],"o":5},"green_salad":{"subcategory":"food-prepared","a":"Green Salad","b":"1F957","d":true,"e":true,"f":true,"h":true,"j":["green_salad","food","healthy","lettuce","vegetable"],"k":[43,35],"o":3},"popcorn":{"subcategory":"food-prepared","a":"Popcorn","b":"1F37F","d":true,"e":true,"f":true,"h":true,"j":["popcorn","food","movie theater","films","snack","drama"],"k":[7,2],"o":1},"butter":{"subcategory":"food-prepared","a":"Butter","b":"1F9C8","d":true,"e":true,"f":true,"h":true,"j":["butter","food","cook"],"k":[46,15],"o":12},"salt":{"subcategory":"food-prepared","a":"Salt Shaker","b":"1F9C2","d":true,"e":true,"f":true,"h":true,"j":["salt","condiment","shaker"],"k":[46,9],"o":11},"canned_food":{"subcategory":"food-prepared","a":"Canned Food","b":"1F96B","d":true,"e":true,"f":true,"h":true,"j":["canned_food","food","soup","tomatoes"],"k":[43,55],"o":5},"bento":{"subcategory":"food-asian","a":"Bento Box","b":"1F371","d":true,"e":true,"f":true,"h":true,"j":["bento_box","food","japanese","box","lunch"],"k":[6,49],"o":0},"rice_cracker":{"subcategory":"food-asian","a":"Rice Cracker","b":"1F358","d":true,"e":true,"f":true,"h":true,"j":["rice_cracker","food","japanese","snack","senbei"],"k":[6,24],"o":0},"rice_ball":{"subcategory":"food-asian","a":"Rice Ball","b":"1F359","d":true,"e":true,"f":true,"h":true,"j":["rice_ball","food","japanese","onigiri","omusubi"],"k":[6,25],"o":0},"rice":{"subcategory":"food-asian","a":"Cooked Rice","b":"1F35A","d":true,"e":true,"f":true,"h":true,"j":["cooked_rice","food","asian"],"k":[6,26],"o":0},"curry":{"subcategory":"food-asian","a":"Curry and Rice","b":"1F35B","d":true,"e":true,"f":true,"h":true,"j":["curry_rice","food","spicy","hot","indian"],"k":[6,27],"o":0},"ramen":{"subcategory":"food-asian","a":"Steaming Bowl","b":"1F35C","d":true,"e":true,"f":true,"h":true,"j":["steaming_bowl","food","japanese","noodle","chopsticks","ramen"],"k":[6,28],"o":0},"spaghetti":{"subcategory":"food-asian","a":"Spaghetti","b":"1F35D","d":true,"e":true,"f":true,"h":true,"j":["spaghetti","food","italian","pasta","noodle"],"k":[6,29],"o":0},"sweet_potato":{"subcategory":"food-asian","a":"Roasted Sweet Potato","b":"1F360","d":true,"e":true,"f":true,"h":true,"j":["roasted_sweet_potato","food","nature","plant"],"k":[6,32],"o":0},"oden":{"subcategory":"food-asian","a":"Oden","b":"1F362","d":true,"e":true,"f":true,"h":true,"j":["oden","skewer","food","japanese"],"k":[6,34],"o":0},"sushi":{"subcategory":"food-asian","a":"Sushi","b":"1F363","d":true,"e":true,"f":true,"h":true,"j":["sushi","food","fish","japanese","rice"],"k":[6,35],"o":0},"fried_shrimp":{"subcategory":"food-asian","a":"Fried Shrimp","b":"1F364","d":true,"e":true,"f":true,"h":true,"j":["fried_shrimp","food","animal","appetizer","summer"],"k":[6,36],"o":0},"fish_cake":{"subcategory":"food-asian","a":"Fish Cake with Swirl Design","b":"1F365","d":true,"e":true,"f":true,"h":true,"j":["fish_cake_with_swirl","food","japan","sea","beach","narutomaki","pink","swirl","kamaboko","surimi","ramen"],"k":[6,37],"o":0},"moon_cake":{"subcategory":"food-asian","a":"Moon Cake","b":"1F96E","d":true,"e":true,"f":true,"h":true,"j":["moon_cake","food","autumn","dessert"],"k":[43,58],"o":11},"dango":{"subcategory":"food-asian","a":"Dango","b":"1F361","d":true,"e":true,"f":true,"h":true,"j":["dango","food","dessert","sweet","japanese","barbecue","meat"],"k":[6,33],"o":0},"dumpling":{"subcategory":"food-asian","a":"Dumpling","b":"1F95F","d":true,"e":true,"f":true,"h":true,"j":["dumpling","food","empanada","pierogi","potsticker","gyoza"],"k":[43,43],"o":5},"fortune_cookie":{"subcategory":"food-asian","a":"Fortune Cookie","b":"1F960","d":true,"e":true,"f":true,"h":true,"j":["fortune_cookie","food","prophecy","dessert"],"k":[43,44],"o":5},"takeout_box":{"subcategory":"food-asian","a":"Takeout Box","b":"1F961","d":true,"e":true,"f":true,"h":true,"j":["takeout_box","food","leftovers"],"k":[43,45],"o":5},"crab":{"subcategory":"food-marine","a":"Crab","b":"1F980","d":true,"e":true,"f":true,"h":true,"j":["crab","animal","crustacean"],"k":[44,20],"o":1},"lobster":{"subcategory":"food-marine","a":"Lobster","b":"1F99E","d":true,"e":true,"f":true,"h":true,"j":["lobster","animal","nature","bisque","claws","seafood"],"k":[44,50],"o":11},"shrimp":{"subcategory":"food-marine","a":"Shrimp","b":"1F990","d":true,"e":true,"f":true,"h":true,"j":["shrimp","animal","ocean","nature","seafood"],"k":[44,36],"o":3},"squid":{"subcategory":"food-marine","a":"Squid","b":"1F991","d":true,"e":true,"f":true,"h":true,"j":["squid","animal","nature","ocean","sea"],"k":[44,37],"o":3},"oyster":{"subcategory":"food-marine","a":"Oyster","b":"1F9AA","d":true,"e":true,"f":true,"h":true,"j":["oyster","food"],"k":[45,1],"o":12},"icecream":{"subcategory":"food-sweet","a":"Soft Ice Cream","b":"1F366","d":true,"e":true,"f":true,"h":true,"j":["soft_ice_cream","food","hot","dessert","summer"],"k":[6,38],"o":0},"shaved_ice":{"subcategory":"food-sweet","a":"Shaved Ice","b":"1F367","d":true,"e":true,"f":true,"h":true,"j":["shaved_ice","hot","dessert","summer"],"k":[6,39],"o":0},"ice_cream":{"subcategory":"food-sweet","a":"Ice Cream","b":"1F368","d":true,"e":true,"f":true,"h":true,"j":["ice_cream","food","hot","dessert"],"k":[6,40],"o":0},"doughnut":{"subcategory":"food-sweet","a":"Doughnut","b":"1F369","d":true,"e":true,"f":true,"h":true,"j":["doughnut","food","dessert","snack","sweet","donut"],"k":[6,41],"o":0},"cookie":{"subcategory":"food-sweet","a":"Cookie","b":"1F36A","d":true,"e":true,"f":true,"h":true,"j":["cookie","food","snack","oreo","chocolate","sweet","dessert"],"k":[6,42],"o":0},"birthday":{"subcategory":"food-sweet","a":"Birthday Cake","b":"1F382","d":true,"e":true,"f":true,"h":true,"j":["birthday_cake","food","dessert","cake"],"k":[7,5],"o":0},"cake":{"subcategory":"food-sweet","a":"Shortcake","b":"1F370","d":true,"e":true,"f":true,"h":true,"j":["shortcake","food","dessert"],"k":[6,48],"o":0},"cupcake":{"subcategory":"food-sweet","a":"Cupcake","b":"1F9C1","d":true,"e":true,"f":true,"h":true,"j":["cupcake","food","dessert","bakery","sweet"],"k":[46,8],"o":11},"pie":{"subcategory":"food-sweet","a":"Pie","b":"1F967","d":true,"e":true,"f":true,"h":true,"j":["pie","food","dessert","pastry"],"k":[43,51],"o":5},"chocolate_bar":{"subcategory":"food-sweet","a":"Chocolate Bar","b":"1F36B","d":true,"e":true,"f":true,"h":true,"j":["chocolate_bar","food","snack","dessert","sweet"],"k":[6,43],"o":0},"candy":{"subcategory":"food-sweet","a":"Candy","b":"1F36C","d":true,"e":true,"f":true,"h":true,"j":["candy","snack","dessert","sweet","lolly"],"k":[6,44],"o":0},"lollipop":{"subcategory":"food-sweet","a":"Lollipop","b":"1F36D","d":true,"e":true,"f":true,"h":true,"j":["lollipop","food","snack","candy","sweet"],"k":[6,45],"o":0},"custard":{"subcategory":"food-sweet","a":"Custard","b":"1F36E","d":true,"e":true,"f":true,"h":true,"j":["custard","dessert","food","pudding","flan"],"k":[6,46],"o":0},"honey_pot":{"subcategory":"food-sweet","a":"Honey Pot","b":"1F36F","d":true,"e":true,"f":true,"h":true,"j":["honey_pot","bees","sweet","kitchen"],"k":[6,47],"o":0},"baby_bottle":{"subcategory":"drink","a":"Baby Bottle","b":"1F37C","d":true,"e":true,"f":true,"h":true,"j":["baby_bottle","food","container","milk"],"k":[6,60],"o":1},"glass_of_milk":{"subcategory":"drink","a":"Glass of Milk","b":"1F95B","d":true,"e":true,"f":true,"h":true,"j":["glass_of_milk","beverage","drink","cow"],"k":[43,39],"o":3},"coffee":{"subcategory":"drink","a":"Hot Beverage","b":"2615","d":true,"e":true,"f":true,"h":true,"j":["hot_beverage","beverage","caffeine","latte","espresso","coffee","mug"],"k":[57,18],"o":0},"teapot":{"subcategory":"drink","a":"Teapot","b":"1FAD6","d":true,"e":true,"f":true,"h":true,"j":["teapot","drink","hot"],"k":[55,24],"o":13},"tea":{"subcategory":"drink","a":"Teacup Without Handle","b":"1F375","d":true,"e":true,"f":true,"h":true,"j":["teacup_without_handle","drink","bowl","breakfast","green","british"],"k":[6,53],"o":0},"sake":{"subcategory":"drink","a":"Sake Bottle and Cup","b":"1F376","d":true,"e":true,"f":true,"h":true,"j":["sake","wine","drink","drunk","beverage","japanese","alcohol","booze"],"k":[6,54],"o":0},"champagne":{"subcategory":"drink","a":"Bottle with Popping Cork","b":"1F37E","d":true,"e":true,"f":true,"h":true,"j":["bottle_with_popping_cork","drink","wine","bottle","celebration"],"k":[7,1],"o":1},"wine_glass":{"subcategory":"drink","a":"Wine Glass","b":"1F377","d":true,"e":true,"f":true,"h":true,"j":["wine_glass","drink","beverage","drunk","alcohol","booze"],"k":[6,55],"o":0},"cocktail":{"subcategory":"drink","a":"Cocktail Glass","b":"1F378","d":true,"e":true,"f":true,"h":true,"j":["cocktail_glass","drink","drunk","alcohol","beverage","booze","mojito"],"k":[6,56],"o":0},"tropical_drink":{"subcategory":"drink","a":"Tropical Drink","b":"1F379","d":true,"e":true,"f":true,"h":true,"j":["tropical_drink","beverage","cocktail","summer","beach","alcohol","booze","mojito"],"k":[6,57],"o":0},"beer":{"subcategory":"drink","a":"Beer Mug","b":"1F37A","d":true,"e":true,"f":true,"h":true,"j":["beer_mug","relax","beverage","drink","drunk","party","pub","summer","alcohol","booze"],"k":[6,58],"o":0},"beers":{"subcategory":"drink","a":"Clinking Beer Mugs","b":"1F37B","d":true,"e":true,"f":true,"h":true,"j":["clinking_beer_mugs","relax","beverage","drink","drunk","party","pub","summer","alcohol","booze"],"k":[6,59],"o":0},"clinking_glasses":{"subcategory":"drink","a":"Clinking Glasses","b":"1F942","d":true,"e":true,"f":true,"h":true,"j":["clinking_glasses","beverage","drink","party","alcohol","celebrate","cheers","wine","champagne","toast"],"k":[43,15],"o":3},"tumbler_glass":{"subcategory":"drink","a":"Tumbler Glass","b":"1F943","d":true,"e":true,"f":true,"h":true,"j":["tumbler_glass","drink","beverage","drunk","alcohol","liquor","booze","bourbon","scotch","whisky","glass","shot"],"k":[43,16],"o":3},"pouring_liquid":{"subcategory":"drink","a":"Pouring Liquid","b":"1FAD7","d":true,"e":true,"f":true,"h":true,"j":["pouring liquid","cup","water"],"k":[55,25],"o":14},"cup_with_straw":{"subcategory":"drink","a":"Cup with Straw","b":"1F964","d":true,"e":true,"f":true,"h":true,"j":["cup_with_straw","drink","soda"],"k":[43,48],"o":5},"bubble_tea":{"subcategory":"drink","a":"Bubble Tea","b":"1F9CB","d":true,"e":true,"f":true,"h":true,"j":["bubble tea","taiwan","boba","milk tea","straw"],"k":[46,18],"o":13},"beverage_box":{"subcategory":"drink","a":"Beverage Box","b":"1F9C3","d":true,"e":true,"f":true,"h":true,"j":["beverage_box","drink"],"k":[46,10],"o":12},"mate_drink":{"subcategory":"drink","a":"Mate Drink","b":"1F9C9","d":true,"e":true,"f":true,"h":true,"j":["mate","drink","tea","beverage"],"k":[46,16],"o":12},"ice_cube":{"subcategory":"drink","a":"Ice Cube","b":"1F9CA","d":true,"e":true,"f":true,"h":true,"j":["ice","water","cold"],"k":[46,17],"o":12},"chopsticks":{"subcategory":"dishware","a":"Chopsticks","b":"1F962","d":true,"e":true,"f":true,"h":true,"j":["chopsticks","food"],"k":[43,46],"o":5},"knife_fork_plate":{"subcategory":"dishware","a":"Fork and Knife with Plate","b":"1F37D-FE0F","c":"1F37D","d":true,"e":true,"f":true,"h":true,"j":["fork_and_knife_with_plate","food","eat","meal","lunch","dinner","restaurant"],"k":[7,0],"o":0},"fork_and_knife":{"subcategory":"dishware","a":"Fork and Knife","b":"1F374","d":true,"e":true,"f":true,"h":true,"j":["fork_and_knife","cutlery","kitchen"],"k":[6,52],"o":0},"spoon":{"subcategory":"dishware","a":"Spoon","b":"1F944","d":true,"e":true,"f":true,"h":true,"j":["spoon","cutlery","kitchen","tableware"],"k":[43,17],"o":3},"hocho":{"subcategory":"dishware","a":"Hocho","b":"1F52A","d":true,"e":true,"f":true,"h":true,"j":["kitchen_knife","knife","blade","cutlery","kitchen","weapon"],"k":[30,7],"n":["knife"],"o":0},"jar":{"subcategory":"dishware","a":"Jar","b":"1FAD9","d":true,"e":true,"f":true,"h":true,"j":["jar","container","sauce"],"k":[55,27],"o":14},"amphora":{"subcategory":"dishware","a":"Amphora","b":"1F3FA","d":true,"e":true,"f":true,"h":true,"j":["amphora","vase","jar"],"k":[10,40],"o":1},"earth_africa":{"subcategory":"place-map","a":"Earth Globe Europe-Africa","b":"1F30D","d":true,"e":true,"f":true,"h":true,"j":["globe_showing_europe_africa","globe","world","earth","international"],"k":[5,12],"o":0},"earth_americas":{"subcategory":"place-map","a":"Earth Globe Americas","b":"1F30E","d":true,"e":true,"f":true,"h":true,"j":["globe_showing_americas","globe","world","USA","earth","international"],"k":[5,13],"o":0},"earth_asia":{"subcategory":"place-map","a":"Earth Globe Asia-Australia","b":"1F30F","d":true,"e":true,"f":true,"h":true,"j":["globe_showing_asia_australia","globe","world","east","earth","international"],"k":[5,14],"o":0},"globe_with_meridians":{"subcategory":"place-map","a":"Globe with Meridians","b":"1F310","d":true,"e":true,"f":true,"h":true,"j":["globe_with_meridians","earth","international","world","internet","interweb","i18n"],"k":[5,15],"o":1},"world_map":{"subcategory":"place-map","a":"World Map","b":"1F5FA-FE0F","c":"1F5FA","d":true,"e":true,"f":true,"h":true,"j":["world_map","location","direction"],"k":[32,15],"o":0},"japan":{"subcategory":"place-map","a":"Silhouette of Japan","b":"1F5FE","d":true,"e":true,"f":true,"h":true,"j":["map_of_japan","nation","country","japanese","asia"],"k":[32,19],"o":0},"compass":{"subcategory":"place-map","a":"Compass","b":"1F9ED","d":true,"e":true,"f":true,"h":true,"j":["compass","magnetic","navigation","orienteering"],"k":[53,29],"o":11},"snow_capped_mountain":{"subcategory":"place-geographic","a":"Snow-Capped Mountain","b":"1F3D4-FE0F","c":"1F3D4","d":true,"e":true,"f":true,"h":true,"j":["snow_capped_mountain","photo","nature","environment","winter","cold"],"k":[9,60],"o":0},"mountain":{"subcategory":"place-geographic","a":"Mountain","b":"26F0-FE0F","c":"26F0","d":true,"e":true,"f":true,"h":true,"j":["mountain","photo","nature","environment"],"k":[58,26],"o":0},"volcano":{"subcategory":"place-geographic","a":"Volcano","b":"1F30B","d":true,"e":true,"f":true,"h":true,"j":["volcano","photo","nature","disaster"],"k":[5,10],"o":0},"mount_fuji":{"subcategory":"place-geographic","a":"Mount Fuji","b":"1F5FB","d":true,"e":true,"f":true,"h":true,"j":["mount_fuji","photo","mountain","nature","japanese"],"k":[32,16],"o":0},"camping":{"subcategory":"place-geographic","a":"Camping","b":"1F3D5-FE0F","c":"1F3D5","d":true,"e":true,"f":true,"h":true,"j":["camping","photo","outdoors","tent"],"k":[10,0],"o":0},"beach_with_umbrella":{"subcategory":"place-geographic","a":"Beach with Umbrella","b":"1F3D6-FE0F","c":"1F3D6","d":true,"e":true,"f":true,"h":true,"j":["beach_with_umbrella","weather","summer","sunny","sand","mojito"],"k":[10,1],"o":0},"desert":{"subcategory":"place-geographic","a":"Desert","b":"1F3DC-FE0F","c":"1F3DC","d":true,"e":true,"f":true,"h":true,"j":["desert","photo","warm","saharah"],"k":[10,7],"o":0},"desert_island":{"subcategory":"place-geographic","a":"Desert Island","b":"1F3DD-FE0F","c":"1F3DD","d":true,"e":true,"f":true,"h":true,"j":["desert_island","photo","tropical","mojito"],"k":[10,8],"o":0},"national_park":{"subcategory":"place-geographic","a":"National Park","b":"1F3DE-FE0F","c":"1F3DE","d":true,"e":true,"f":true,"h":true,"j":["national_park","photo","environment","nature"],"k":[10,9],"o":0},"stadium":{"subcategory":"place-building","a":"Stadium","b":"1F3DF-FE0F","c":"1F3DF","d":true,"e":true,"f":true,"h":true,"j":["stadium","photo","place","sports","concert","venue"],"k":[10,10],"o":0},"classical_building":{"subcategory":"place-building","a":"Classical Building","b":"1F3DB-FE0F","c":"1F3DB","d":true,"e":true,"f":true,"h":true,"j":["classical_building","art","culture","history"],"k":[10,6],"o":0},"building_construction":{"subcategory":"place-building","a":"Building Construction","b":"1F3D7-FE0F","c":"1F3D7","d":true,"e":true,"f":true,"h":true,"j":["building_construction","wip","working","progress"],"k":[10,2],"o":0},"bricks":{"subcategory":"place-building","a":"Brick","b":"1F9F1","d":true,"e":true,"f":true,"h":true,"j":["brick","bricks"],"k":[53,33],"o":11},"rock":{"subcategory":"place-building","a":"Rock","b":"1FAA8","d":true,"e":true,"f":true,"h":true,"j":["rock","stone"],"k":[54,33],"o":13},"wood":{"subcategory":"place-building","a":"Wood","b":"1FAB5","d":true,"e":true,"f":true,"h":true,"j":["wood","nature","timber","trunk"],"k":[54,46],"o":13},"hut":{"subcategory":"place-building","a":"Hut","b":"1F6D6","d":true,"e":true,"f":true,"h":true,"j":["hut","house","structure"],"k":[38,7],"o":13},"house_buildings":{"subcategory":"place-building","a":"Houses","b":"1F3D8-FE0F","c":"1F3D8","d":true,"e":true,"f":true,"h":true,"j":["houses","buildings","photo"],"k":[10,3],"o":0},"derelict_house_building":{"subcategory":"place-building","a":"Derelict House","b":"1F3DA-FE0F","c":"1F3DA","d":true,"e":true,"f":true,"h":true,"j":["derelict_house","abandon","evict","broken","building"],"k":[10,5],"o":0},"house":{"subcategory":"place-building","a":"House Building","b":"1F3E0","d":true,"e":true,"f":true,"h":true,"j":["house","building","home"],"k":[10,11],"o":0},"house_with_garden":{"subcategory":"place-building","a":"House with Garden","b":"1F3E1","d":true,"e":true,"f":true,"h":true,"j":["house_with_garden","home","plant","nature"],"k":[10,12],"o":0},"office":{"subcategory":"place-building","a":"Office Building","b":"1F3E2","d":true,"e":true,"f":true,"h":true,"j":["office_building","building","bureau","work"],"k":[10,13],"o":0},"post_office":{"subcategory":"place-building","a":"Japanese Post Office","b":"1F3E3","d":true,"e":true,"f":true,"h":true,"j":["japanese_post_office","building","envelope","communication"],"k":[10,14],"o":0},"european_post_office":{"subcategory":"place-building","a":"European Post Office","b":"1F3E4","d":true,"e":true,"f":true,"h":true,"j":["post_office","building","email"],"k":[10,15],"o":1},"hospital":{"subcategory":"place-building","a":"Hospital","b":"1F3E5","d":true,"e":true,"f":true,"h":true,"j":["hospital","building","health","surgery","doctor"],"k":[10,16],"o":0},"bank":{"subcategory":"place-building","a":"Bank","b":"1F3E6","d":true,"e":true,"f":true,"h":true,"j":["bank","building","money","sales","cash","business","enterprise"],"k":[10,17],"o":0},"hotel":{"subcategory":"place-building","a":"Hotel","b":"1F3E8","d":true,"e":true,"f":true,"h":true,"j":["hotel","building","accomodation","checkin"],"k":[10,19],"o":0},"love_hotel":{"subcategory":"place-building","a":"Love Hotel","b":"1F3E9","d":true,"e":true,"f":true,"h":true,"j":["love_hotel","like","affection","dating"],"k":[10,20],"o":0},"convenience_store":{"subcategory":"place-building","a":"Convenience Store","b":"1F3EA","d":true,"e":true,"f":true,"h":true,"j":["convenience_store","building","shopping","groceries"],"k":[10,21],"o":0},"school":{"subcategory":"place-building","a":"School","b":"1F3EB","d":true,"e":true,"f":true,"h":true,"j":["school","building","student","education","learn","teach"],"k":[10,22],"o":0},"department_store":{"subcategory":"place-building","a":"Department Store","b":"1F3EC","d":true,"e":true,"f":true,"h":true,"j":["department_store","building","shopping","mall"],"k":[10,23],"o":0},"factory":{"subcategory":"place-building","a":"Factory","b":"1F3ED","d":true,"e":true,"f":true,"h":true,"j":["factory","building","industry","pollution","smoke"],"k":[10,24],"o":0},"japanese_castle":{"subcategory":"place-building","a":"Japanese Castle","b":"1F3EF","d":true,"e":true,"f":true,"h":true,"j":["japanese_castle","photo","building"],"k":[10,26],"o":0},"european_castle":{"subcategory":"place-building","a":"European Castle","b":"1F3F0","d":true,"e":true,"f":true,"h":true,"j":["castle","building","royalty","history"],"k":[10,27],"o":0},"wedding":{"subcategory":"place-building","a":"Wedding","b":"1F492","d":true,"e":true,"f":true,"h":true,"j":["wedding","love","like","affection","couple","marriage","bride","groom"],"k":[27,34],"o":0},"tokyo_tower":{"subcategory":"place-building","a":"Tokyo Tower","b":"1F5FC","d":true,"e":true,"f":true,"h":true,"j":["tokyo_tower","photo","japanese"],"k":[32,17],"o":0},"statue_of_liberty":{"subcategory":"place-building","a":"Statue of Liberty","b":"1F5FD","d":true,"e":true,"f":true,"h":true,"j":["statue_of_liberty","american","newyork"],"k":[32,18],"o":0},"church":{"subcategory":"place-religious","a":"Church","b":"26EA","d":true,"e":true,"f":true,"h":true,"j":["church","building","religion","christ"],"k":[58,25],"o":0},"mosque":{"subcategory":"place-religious","a":"Mosque","b":"1F54C","d":true,"e":true,"f":true,"h":true,"j":["mosque","islam","worship","minaret"],"k":[30,30],"o":1},"hindu_temple":{"subcategory":"place-religious","a":"Hindu Temple","b":"1F6D5","d":true,"e":true,"f":true,"h":true,"j":["hindu_temple","religion"],"k":[38,6],"o":12},"synagogue":{"subcategory":"place-religious","a":"Synagogue","b":"1F54D","d":true,"e":true,"f":true,"h":true,"j":["synagogue","judaism","worship","temple","jewish"],"k":[30,31],"o":1},"shinto_shrine":{"subcategory":"place-religious","a":"Shinto Shrine","b":"26E9-FE0F","c":"26E9","d":true,"e":true,"f":true,"h":true,"j":["shinto_shrine","temple","japan","kyoto"],"k":[58,24],"o":0},"kaaba":{"subcategory":"place-religious","a":"Kaaba","b":"1F54B","d":true,"e":true,"f":true,"h":true,"j":["kaaba","mecca","mosque","islam"],"k":[30,29],"o":1},"fountain":{"subcategory":"place-other","a":"Fountain","b":"26F2","d":true,"e":true,"f":true,"h":true,"j":["fountain","photo","summer","water","fresh"],"k":[58,28],"o":0},"tent":{"subcategory":"place-other","a":"Tent","b":"26FA","d":true,"e":true,"f":true,"h":true,"j":["tent","photo","camping","outdoors"],"k":[58,52],"o":0},"foggy":{"subcategory":"place-other","a":"Foggy","b":"1F301","d":true,"e":true,"f":true,"h":true,"j":["foggy","photo","mountain"],"k":[5,0],"o":0},"night_with_stars":{"subcategory":"place-other","a":"Night with Stars","b":"1F303","d":true,"e":true,"f":true,"h":true,"j":["night_with_stars","evening","city","downtown"],"k":[5,2],"o":0},"cityscape":{"subcategory":"place-other","a":"Cityscape","b":"1F3D9-FE0F","c":"1F3D9","d":true,"e":true,"f":true,"h":true,"j":["cityscape","photo","night life","urban"],"k":[10,4],"o":0},"sunrise_over_mountains":{"subcategory":"place-other","a":"Sunrise over Mountains","b":"1F304","d":true,"e":true,"f":true,"h":true,"j":["sunrise_over_mountains","view","vacation","photo"],"k":[5,3],"o":0},"sunrise":{"subcategory":"place-other","a":"Sunrise","b":"1F305","d":true,"e":true,"f":true,"h":true,"j":["sunrise","morning","view","vacation","photo"],"k":[5,4],"o":0},"city_sunset":{"subcategory":"place-other","a":"Cityscape at Dusk","b":"1F306","d":true,"e":true,"f":true,"h":true,"j":["cityscape_at_dusk","photo","evening","sky","buildings"],"k":[5,5],"o":0},"city_sunrise":{"subcategory":"place-other","a":"Sunset over Buildings","b":"1F307","d":true,"e":true,"f":true,"h":true,"j":["sunset","photo","good morning","dawn"],"k":[5,6],"o":0},"bridge_at_night":{"subcategory":"place-other","a":"Bridge at Night","b":"1F309","d":true,"e":true,"f":true,"h":true,"j":["bridge_at_night","photo","sanfrancisco"],"k":[5,8],"o":0},"hotsprings":{"subcategory":"place-other","a":"Hot Springs","b":"2668-FE0F","c":"2668","d":true,"e":true,"f":true,"h":true,"j":["hot_springs","bath","warm","relax"],"k":[57,55],"o":0},"carousel_horse":{"subcategory":"place-other","a":"Carousel Horse","b":"1F3A0","d":true,"e":true,"f":true,"h":true,"j":["carousel_horse","photo","carnival"],"k":[7,35],"o":0},"playground_slide":{"subcategory":"place-other","a":"Playground Slide","b":"1F6DD","d":true,"e":true,"f":true,"h":true,"j":["playground slide","fun","park"],"k":[38,10],"o":14},"ferris_wheel":{"subcategory":"place-other","a":"Ferris Wheel","b":"1F3A1","d":true,"e":true,"f":true,"h":true,"j":["ferris_wheel","photo","carnival","londoneye"],"k":[7,36],"o":0},"roller_coaster":{"subcategory":"place-other","a":"Roller Coaster","b":"1F3A2","d":true,"e":true,"f":true,"h":true,"j":["roller_coaster","carnival","playground","photo","fun"],"k":[7,37],"o":0},"barber":{"subcategory":"place-other","a":"Barber Pole","b":"1F488","d":true,"e":true,"f":true,"h":true,"j":["barber_pole","hair","salon","style"],"k":[26,35],"o":0},"circus_tent":{"subcategory":"place-other","a":"Circus Tent","b":"1F3AA","d":true,"e":true,"f":true,"h":true,"j":["circus_tent","festival","carnival","party"],"k":[7,45],"o":0},"steam_locomotive":{"subcategory":"transport-ground","a":"Steam Locomotive","b":"1F682","d":true,"e":true,"f":true,"h":true,"j":["locomotive","transportation","vehicle","train"],"k":[35,35],"o":1},"railway_car":{"subcategory":"transport-ground","a":"Railway Car","b":"1F683","d":true,"e":true,"f":true,"h":true,"j":["railway_car","transportation","vehicle"],"k":[35,36],"o":0},"bullettrain_side":{"subcategory":"transport-ground","a":"High-Speed Train","b":"1F684","d":true,"e":true,"f":true,"h":true,"j":["high_speed_train","transportation","vehicle"],"k":[35,37],"o":0},"bullettrain_front":{"subcategory":"transport-ground","a":"High-Speed Train with Bullet Nose","b":"1F685","d":true,"e":true,"f":true,"h":true,"j":["bullet_train","transportation","vehicle","speed","fast","public","travel"],"k":[35,38],"o":0},"train2":{"subcategory":"transport-ground","a":"Train","b":"1F686","d":true,"e":true,"f":true,"h":true,"j":["train","transportation","vehicle"],"k":[35,39],"o":1},"metro":{"subcategory":"transport-ground","a":"Metro","b":"1F687","d":true,"e":true,"f":true,"h":true,"j":["metro","transportation","blue-square","mrt","underground","tube"],"k":[35,40],"o":0},"light_rail":{"subcategory":"transport-ground","a":"Light Rail","b":"1F688","d":true,"e":true,"f":true,"h":true,"j":["light_rail","transportation","vehicle"],"k":[35,41],"o":1},"station":{"subcategory":"transport-ground","a":"Station","b":"1F689","d":true,"e":true,"f":true,"h":true,"j":["station","transportation","vehicle","public"],"k":[35,42],"o":0},"tram":{"subcategory":"transport-ground","a":"Tram","b":"1F68A","d":true,"e":true,"f":true,"h":true,"j":["tram","transportation","vehicle"],"k":[35,43],"o":1},"monorail":{"subcategory":"transport-ground","a":"Monorail","b":"1F69D","d":true,"e":true,"f":true,"h":true,"j":["monorail","transportation","vehicle"],"k":[36,1],"o":1},"mountain_railway":{"subcategory":"transport-ground","a":"Mountain Railway","b":"1F69E","d":true,"e":true,"f":true,"h":true,"j":["mountain_railway","transportation","vehicle"],"k":[36,2],"o":1},"train":{"subcategory":"transport-ground","a":"Tram Car","b":"1F68B","d":true,"e":true,"f":true,"h":true,"j":["tram_car","transportation","vehicle","carriage","public","travel"],"k":[35,44],"o":1},"bus":{"subcategory":"transport-ground","a":"Bus","b":"1F68C","d":true,"e":true,"f":true,"h":true,"j":["bus","car","vehicle","transportation"],"k":[35,45],"o":0},"oncoming_bus":{"subcategory":"transport-ground","a":"Oncoming Bus","b":"1F68D","d":true,"e":true,"f":true,"h":true,"j":["oncoming_bus","vehicle","transportation"],"k":[35,46],"o":0},"trolleybus":{"subcategory":"transport-ground","a":"Trolleybus","b":"1F68E","d":true,"e":true,"f":true,"h":true,"j":["trolleybus","bart","transportation","vehicle"],"k":[35,47],"o":1},"minibus":{"subcategory":"transport-ground","a":"Minibus","b":"1F690","d":true,"e":true,"f":true,"h":true,"j":["minibus","vehicle","car","transportation"],"k":[35,49],"o":1},"ambulance":{"subcategory":"transport-ground","a":"Ambulance","b":"1F691","d":true,"e":true,"f":true,"h":true,"j":["ambulance","health","911","hospital"],"k":[35,50],"o":0},"fire_engine":{"subcategory":"transport-ground","a":"Fire Engine","b":"1F692","d":true,"e":true,"f":true,"h":true,"j":["fire_engine","transportation","cars","vehicle"],"k":[35,51],"o":0},"police_car":{"subcategory":"transport-ground","a":"Police Car","b":"1F693","d":true,"e":true,"f":true,"h":true,"j":["police_car","vehicle","cars","transportation","law","legal","enforcement"],"k":[35,52],"o":0},"oncoming_police_car":{"subcategory":"transport-ground","a":"Oncoming Police Car","b":"1F694","d":true,"e":true,"f":true,"h":true,"j":["oncoming_police_car","vehicle","law","legal","enforcement","911"],"k":[35,53],"o":0},"taxi":{"subcategory":"transport-ground","a":"Taxi","b":"1F695","d":true,"e":true,"f":true,"h":true,"j":["taxi","uber","vehicle","cars","transportation"],"k":[35,54],"o":0},"oncoming_taxi":{"subcategory":"transport-ground","a":"Oncoming Taxi","b":"1F696","d":true,"e":true,"f":true,"h":true,"j":["oncoming_taxi","vehicle","cars","uber"],"k":[35,55],"o":1},"car":{"subcategory":"transport-ground","a":"Automobile","b":"1F697","d":true,"e":true,"f":true,"h":true,"j":["automobile","red","transportation","vehicle"],"k":[35,56],"n":["red_car"],"o":0},"oncoming_automobile":{"subcategory":"transport-ground","a":"Oncoming Automobile","b":"1F698","d":true,"e":true,"f":true,"h":true,"j":["oncoming_automobile","car","vehicle","transportation"],"k":[35,57],"o":0},"blue_car":{"subcategory":"transport-ground","a":"Recreational Vehicle","b":"1F699","d":true,"e":true,"f":true,"h":true,"j":["sport_utility_vehicle","transportation","vehicle"],"k":[35,58],"o":0},"pickup_truck":{"subcategory":"transport-ground","a":"Pickup Truck","b":"1F6FB","d":true,"e":true,"f":true,"h":true,"j":["pickup truck","car","transportation"],"k":[38,31],"o":13},"truck":{"subcategory":"transport-ground","a":"Delivery Truck","b":"1F69A","d":true,"e":true,"f":true,"h":true,"j":["delivery_truck","cars","transportation"],"k":[35,59],"o":0},"articulated_lorry":{"subcategory":"transport-ground","a":"Articulated Lorry","b":"1F69B","d":true,"e":true,"f":true,"h":true,"j":["articulated_lorry","vehicle","cars","transportation","express"],"k":[35,60],"o":1},"tractor":{"subcategory":"transport-ground","a":"Tractor","b":"1F69C","d":true,"e":true,"f":true,"h":true,"j":["tractor","vehicle","car","farming","agriculture"],"k":[36,0],"o":1},"racing_car":{"subcategory":"transport-ground","a":"Racing Car","b":"1F3CE-FE0F","c":"1F3CE","d":true,"e":true,"f":true,"h":true,"j":["racing_car","sports","race","fast","formula","f1"],"k":[9,54],"o":0},"racing_motorcycle":{"subcategory":"transport-ground","a":"Motorcycle","b":"1F3CD-FE0F","c":"1F3CD","d":true,"e":true,"f":true,"h":true,"j":["motorcycle","race","sports","fast"],"k":[9,53],"o":0},"motor_scooter":{"subcategory":"transport-ground","a":"Motor Scooter","b":"1F6F5","d":true,"e":true,"f":true,"h":true,"j":["motor_scooter","vehicle","vespa","sasha"],"k":[38,25],"o":3},"manual_wheelchair":{"subcategory":"transport-ground","a":"Manual Wheelchair","b":"1F9BD","d":true,"e":true,"f":true,"h":true,"j":["manual_wheelchair","accessibility"],"k":[46,4],"o":12},"motorized_wheelchair":{"subcategory":"transport-ground","a":"Motorized Wheelchair","b":"1F9BC","d":true,"e":true,"f":true,"h":true,"j":["motorized_wheelchair","accessibility"],"k":[46,3],"o":12},"auto_rickshaw":{"subcategory":"transport-ground","a":"Auto Rickshaw","b":"1F6FA","d":true,"e":true,"f":true,"h":true,"j":["auto_rickshaw","move","transportation"],"k":[38,30],"o":12},"bike":{"subcategory":"transport-ground","a":"Bicycle","b":"1F6B2","d":true,"e":true,"f":true,"h":true,"j":["bicycle","bike","sports","exercise","hipster"],"k":[36,39],"o":0},"scooter":{"subcategory":"transport-ground","a":"Scooter","b":"1F6F4","d":true,"e":true,"f":true,"h":true,"j":["kick_scooter","vehicle","kick","razor"],"k":[38,24],"o":3},"skateboard":{"subcategory":"transport-ground","a":"Skateboard","b":"1F6F9","d":true,"e":true,"f":true,"h":true,"j":["skateboard","board"],"k":[38,29],"o":11},"roller_skate":{"subcategory":"transport-ground","a":"Roller Skate","b":"1F6FC","d":true,"e":true,"f":true,"h":true,"j":["roller skate","footwear","sports"],"k":[38,32],"o":13},"busstop":{"subcategory":"transport-ground","a":"Bus Stop","b":"1F68F","d":true,"e":true,"f":true,"h":true,"j":["bus_stop","transportation","wait"],"k":[35,48],"o":0},"motorway":{"subcategory":"transport-ground","a":"Motorway","b":"1F6E3-FE0F","c":"1F6E3","d":true,"e":true,"f":true,"h":true,"j":["motorway","road","cupertino","interstate","highway"],"k":[38,16],"o":0},"railway_track":{"subcategory":"transport-ground","a":"Railway Track","b":"1F6E4-FE0F","c":"1F6E4","d":true,"e":true,"f":true,"h":true,"j":["railway_track","train","transportation"],"k":[38,17],"o":0},"oil_drum":{"subcategory":"transport-ground","a":"Oil Drum","b":"1F6E2-FE0F","c":"1F6E2","d":true,"e":true,"f":true,"h":true,"j":["oil_drum","barrell"],"k":[38,15],"o":0},"fuelpump":{"subcategory":"transport-ground","a":"Fuel Pump","b":"26FD","d":true,"e":true,"f":true,"h":true,"j":["fuel_pump","gas station","petroleum"],"k":[58,53],"o":0},"wheel":{"subcategory":"transport-ground","a":"Wheel","b":"1F6DE","d":true,"e":true,"f":true,"h":true,"j":["wheel","car","transport"],"k":[38,11],"o":14},"rotating_light":{"subcategory":"transport-ground","a":"Police Cars Revolving Light","b":"1F6A8","d":true,"e":true,"f":true,"h":true,"j":["police_car_light","police","ambulance","911","emergency","alert","error","pinged","law","legal"],"k":[36,29],"o":0},"traffic_light":{"subcategory":"transport-ground","a":"Horizontal Traffic Light","b":"1F6A5","d":true,"e":true,"f":true,"h":true,"j":["horizontal_traffic_light","transportation","signal"],"k":[36,26],"o":0},"vertical_traffic_light":{"subcategory":"transport-ground","a":"Vertical Traffic Light","b":"1F6A6","d":true,"e":true,"f":true,"h":true,"j":["vertical_traffic_light","transportation","driving"],"k":[36,27],"o":1},"octagonal_sign":{"subcategory":"transport-ground","a":"Octagonal Sign","b":"1F6D1","d":true,"e":true,"f":true,"h":true,"j":["stop_sign","stop"],"k":[38,4],"o":3},"construction":{"subcategory":"transport-ground","a":"Construction Sign","b":"1F6A7","d":true,"e":true,"f":true,"h":true,"j":["construction","wip","progress","caution","warning"],"k":[36,28],"o":0},"anchor":{"subcategory":"transport-water","a":"Anchor","b":"2693","d":true,"e":true,"f":true,"h":true,"j":["anchor","ship","ferry","sea","boat"],"k":[57,60],"o":0},"ring_buoy":{"subcategory":"transport-water","a":"Ring Buoy","b":"1F6DF","d":true,"e":true,"f":true,"h":true,"j":["ring buoy","life saver","life preserver"],"k":[38,12],"o":14},"boat":{"subcategory":"transport-water","a":"Sailboat","b":"26F5","d":true,"e":true,"f":true,"h":true,"j":["sailboat","ship","summer","transportation","water","sailing"],"k":[58,31],"n":["sailboat"],"o":0},"canoe":{"subcategory":"transport-water","a":"Canoe","b":"1F6F6","d":true,"e":true,"f":true,"h":true,"j":["canoe","boat","paddle","water","ship"],"k":[38,26],"o":3},"speedboat":{"subcategory":"transport-water","a":"Speedboat","b":"1F6A4","d":true,"e":true,"f":true,"h":true,"j":["speedboat","ship","transportation","vehicle","summer"],"k":[36,25],"o":0},"passenger_ship":{"subcategory":"transport-water","a":"Passenger Ship","b":"1F6F3-FE0F","c":"1F6F3","d":true,"e":true,"f":true,"h":true,"j":["passenger_ship","yacht","cruise","ferry"],"k":[38,23],"o":0},"ferry":{"subcategory":"transport-water","a":"Ferry","b":"26F4-FE0F","c":"26F4","d":true,"e":true,"f":true,"h":true,"j":["ferry","boat","ship","yacht"],"k":[58,30],"o":0},"motor_boat":{"subcategory":"transport-water","a":"Motor Boat","b":"1F6E5-FE0F","c":"1F6E5","d":true,"e":true,"f":true,"h":true,"j":["motor_boat","ship"],"k":[38,18],"o":0},"ship":{"subcategory":"transport-water","a":"Ship","b":"1F6A2","d":true,"e":true,"f":true,"h":true,"j":["ship","transportation","titanic","deploy"],"k":[36,6],"o":0},"airplane":{"subcategory":"transport-air","a":"Airplane","b":"2708-FE0F","c":"2708","d":true,"e":true,"f":true,"h":true,"j":["airplane","vehicle","transportation","flight","fly"],"k":[58,56],"o":0},"small_airplane":{"subcategory":"transport-air","a":"Small Airplane","b":"1F6E9-FE0F","c":"1F6E9","d":true,"e":true,"f":true,"h":true,"j":["small_airplane","flight","transportation","fly","vehicle"],"k":[38,19],"o":0},"airplane_departure":{"subcategory":"transport-air","a":"Airplane Departure","b":"1F6EB","d":true,"e":true,"f":true,"h":true,"j":["airplane_departure","airport","flight","landing"],"k":[38,20],"o":1},"airplane_arriving":{"subcategory":"transport-air","a":"Airplane Arriving","b":"1F6EC","d":true,"e":true,"f":true,"h":true,"j":["airplane_arrival","airport","flight","boarding"],"k":[38,21],"o":1},"parachute":{"subcategory":"transport-air","a":"Parachute","b":"1FA82","d":true,"e":true,"f":true,"h":true,"j":["parachute","fly","glide"],"k":[54,2],"o":12},"seat":{"subcategory":"transport-air","a":"Seat","b":"1F4BA","d":true,"e":true,"f":true,"h":true,"j":["seat","sit","airplane","transport","bus","flight","fly"],"k":[28,18],"o":0},"helicopter":{"subcategory":"transport-air","a":"Helicopter","b":"1F681","d":true,"e":true,"f":true,"h":true,"j":["helicopter","transportation","vehicle","fly"],"k":[35,34],"o":1},"suspension_railway":{"subcategory":"transport-air","a":"Suspension Railway","b":"1F69F","d":true,"e":true,"f":true,"h":true,"j":["suspension_railway","vehicle","transportation"],"k":[36,3],"o":1},"mountain_cableway":{"subcategory":"transport-air","a":"Mountain Cableway","b":"1F6A0","d":true,"e":true,"f":true,"h":true,"j":["mountain_cableway","transportation","vehicle","ski"],"k":[36,4],"o":1},"aerial_tramway":{"subcategory":"transport-air","a":"Aerial Tramway","b":"1F6A1","d":true,"e":true,"f":true,"h":true,"j":["aerial_tramway","transportation","vehicle","ski"],"k":[36,5],"o":1},"satellite":{"subcategory":"transport-air","a":"Satellite","b":"1F6F0-FE0F","c":"1F6F0","d":true,"e":true,"f":true,"h":true,"j":["satellite","communication","gps","orbit","spaceflight","NASA","ISS"],"k":[38,22],"o":0},"rocket":{"subcategory":"transport-air","a":"Rocket","b":"1F680","d":true,"e":true,"f":true,"h":true,"j":["rocket","launch","ship","staffmode","NASA","outer space","outer_space","fly"],"k":[35,33],"o":0},"flying_saucer":{"subcategory":"transport-air","a":"Flying Saucer","b":"1F6F8","d":true,"e":true,"f":true,"h":true,"j":["flying_saucer","transportation","vehicle","ufo"],"k":[38,28],"o":5},"bellhop_bell":{"subcategory":"hotel","a":"Bellhop Bell","b":"1F6CE-FE0F","c":"1F6CE","d":true,"e":true,"f":true,"h":true,"j":["bellhop_bell","service"],"k":[38,1],"o":0},"luggage":{"subcategory":"hotel","a":"Luggage","b":"1F9F3","d":true,"e":true,"f":true,"h":true,"j":["luggage","packing","travel"],"k":[53,35],"o":11},"hourglass":{"subcategory":"time","a":"Hourglass","b":"231B","d":true,"e":true,"f":true,"h":true,"j":["hourglass_done","time","clock","oldschool","limit","exam","quiz","test"],"k":[56,45],"o":0},"hourglass_flowing_sand":{"subcategory":"time","a":"Hourglass with Flowing Sand","b":"23F3","d":true,"e":true,"f":true,"h":true,"j":["hourglass_not_done","oldschool","time","countdown"],"k":[56,58],"o":0},"watch":{"subcategory":"time","a":"Watch","b":"231A","d":true,"e":true,"f":true,"h":true,"j":["watch","time","accessories"],"k":[56,44],"o":0},"alarm_clock":{"subcategory":"time","a":"Alarm Clock","b":"23F0","d":true,"e":true,"f":true,"h":true,"j":["alarm_clock","time","wake"],"k":[56,55],"o":0},"stopwatch":{"subcategory":"time","a":"Stopwatch","b":"23F1-FE0F","c":"23F1","d":true,"e":true,"f":true,"h":true,"j":["stopwatch","time","deadline"],"k":[56,56],"o":1},"timer_clock":{"subcategory":"time","a":"Timer Clock","b":"23F2-FE0F","c":"23F2","d":true,"e":true,"f":true,"h":true,"j":["timer_clock","alarm"],"k":[56,57],"o":1},"mantelpiece_clock":{"subcategory":"time","a":"Mantelpiece Clock","b":"1F570-FE0F","c":"1F570","d":true,"e":true,"f":true,"h":true,"j":["mantelpiece_clock","time"],"k":[30,58],"o":0},"clock12":{"subcategory":"time","a":"Clock Face Twelve Oclock","b":"1F55B","d":true,"e":true,"f":true,"h":true,"j":["twelve_o_clock","12","00:00","0000","12:00","1200","time","noon","midnight","midday","late","early","schedule"],"k":[30,44],"o":0},"clock1230":{"subcategory":"time","a":"Clock Face Twelve-Thirty","b":"1F567","d":true,"e":true,"f":true,"h":true,"j":["twelve_thirty","00:30","0030","12:30","1230","time","late","early","schedule"],"k":[30,56],"o":0},"clock1":{"subcategory":"time","a":"Clock Face One Oclock","b":"1F550","d":true,"e":true,"f":true,"h":true,"j":["one_o_clock","1","1:00","100","13:00","1300","time","late","early","schedule"],"k":[30,33],"o":0},"clock130":{"subcategory":"time","a":"Clock Face One-Thirty","b":"1F55C","d":true,"e":true,"f":true,"h":true,"j":["one_thirty","1:30","130","13:30","1330","time","late","early","schedule"],"k":[30,45],"o":0},"clock2":{"subcategory":"time","a":"Clock Face Two Oclock","b":"1F551","d":true,"e":true,"f":true,"h":true,"j":["two_o_clock","2","2:00","200","14:00","1400","time","late","early","schedule"],"k":[30,34],"o":0},"clock230":{"subcategory":"time","a":"Clock Face Two-Thirty","b":"1F55D","d":true,"e":true,"f":true,"h":true,"j":["two_thirty","2:30","230","14:30","1430","time","late","early","schedule"],"k":[30,46],"o":0},"clock3":{"subcategory":"time","a":"Clock Face Three Oclock","b":"1F552","d":true,"e":true,"f":true,"h":true,"j":["three_o_clock","3","3:00","300","15:00","1500","time","late","early","schedule"],"k":[30,35],"o":0},"clock330":{"subcategory":"time","a":"Clock Face Three-Thirty","b":"1F55E","d":true,"e":true,"f":true,"h":true,"j":["three_thirty","3:30","330","15:30","1530","time","late","early","schedule"],"k":[30,47],"o":0},"clock4":{"subcategory":"time","a":"Clock Face Four Oclock","b":"1F553","d":true,"e":true,"f":true,"h":true,"j":["four_o_clock","4","4:00","400","16:00","1600","time","late","early","schedule"],"k":[30,36],"o":0},"clock430":{"subcategory":"time","a":"Clock Face Four-Thirty","b":"1F55F","d":true,"e":true,"f":true,"h":true,"j":["four_thirty","4:30","430","16:30","1630","time","late","early","schedule"],"k":[30,48],"o":0},"clock5":{"subcategory":"time","a":"Clock Face Five Oclock","b":"1F554","d":true,"e":true,"f":true,"h":true,"j":["five_o_clock","5","5:00","500","17:00","1700","time","late","early","schedule"],"k":[30,37],"o":0},"clock530":{"subcategory":"time","a":"Clock Face Five-Thirty","b":"1F560","d":true,"e":true,"f":true,"h":true,"j":["five_thirty","5:30","530","17:30","1730","time","late","early","schedule"],"k":[30,49],"o":0},"clock6":{"subcategory":"time","a":"Clock Face Six Oclock","b":"1F555","d":true,"e":true,"f":true,"h":true,"j":["six_o_clock","6","6:00","600","18:00","1800","time","late","early","schedule","dawn","dusk"],"k":[30,38],"o":0},"clock630":{"subcategory":"time","a":"Clock Face Six-Thirty","b":"1F561","d":true,"e":true,"f":true,"h":true,"j":["six_thirty","6:30","630","18:30","1830","time","late","early","schedule"],"k":[30,50],"o":0},"clock7":{"subcategory":"time","a":"Clock Face Seven Oclock","b":"1F556","d":true,"e":true,"f":true,"h":true,"j":["seven_o_clock","7","7:00","700","19:00","1900","time","late","early","schedule"],"k":[30,39],"o":0},"clock730":{"subcategory":"time","a":"Clock Face Seven-Thirty","b":"1F562","d":true,"e":true,"f":true,"h":true,"j":["seven_thirty","7:30","730","19:30","1930","time","late","early","schedule"],"k":[30,51],"o":0},"clock8":{"subcategory":"time","a":"Clock Face Eight Oclock","b":"1F557","d":true,"e":true,"f":true,"h":true,"j":["eight_o_clock","8","8:00","800","20:00","2000","time","late","early","schedule"],"k":[30,40],"o":0},"clock830":{"subcategory":"time","a":"Clock Face Eight-Thirty","b":"1F563","d":true,"e":true,"f":true,"h":true,"j":["eight_thirty","8:30","830","20:30","2030","time","late","early","schedule"],"k":[30,52],"o":0},"clock9":{"subcategory":"time","a":"Clock Face Nine Oclock","b":"1F558","d":true,"e":true,"f":true,"h":true,"j":["nine_o_clock","9","9:00","900","21:00","2100","time","late","early","schedule"],"k":[30,41],"o":0},"clock930":{"subcategory":"time","a":"Clock Face Nine-Thirty","b":"1F564","d":true,"e":true,"f":true,"h":true,"j":["nine_thirty","9:30","930","21:30","2130","time","late","early","schedule"],"k":[30,53],"o":0},"clock10":{"subcategory":"time","a":"Clock Face Ten Oclock","b":"1F559","d":true,"e":true,"f":true,"h":true,"j":["ten_o_clock","10","10:00","1000","22:00","2200","time","late","early","schedule"],"k":[30,42],"o":0},"clock1030":{"subcategory":"time","a":"Clock Face Ten-Thirty","b":"1F565","d":true,"e":true,"f":true,"h":true,"j":["ten_thirty","10:30","1030","22:30","2230","time","late","early","schedule"],"k":[30,54],"o":0},"clock11":{"subcategory":"time","a":"Clock Face Eleven Oclock","b":"1F55A","d":true,"e":true,"f":true,"h":true,"j":["eleven_o_clock","11","11:00","1100","23:00","2300","time","late","early","schedule"],"k":[30,43],"o":0},"clock1130":{"subcategory":"time","a":"Clock Face Eleven-Thirty","b":"1F566","d":true,"e":true,"f":true,"h":true,"j":["eleven_thirty","11:30","1130","23:30","2330","time","late","early","schedule"],"k":[30,55],"o":0},"new_moon":{"subcategory":"sky & weather","a":"New Moon Symbol","b":"1F311","d":true,"e":true,"f":true,"h":true,"j":["new_moon","nature","twilight","planet","space","night","evening","sleep"],"k":[5,16],"o":0},"waxing_crescent_moon":{"subcategory":"sky & weather","a":"Waxing Crescent Moon Symbol","b":"1F312","d":true,"e":true,"f":true,"h":true,"j":["waxing_crescent_moon","nature","twilight","planet","space","night","evening","sleep"],"k":[5,17],"o":1},"first_quarter_moon":{"subcategory":"sky & weather","a":"First Quarter Moon Symbol","b":"1F313","d":true,"e":true,"f":true,"h":true,"j":["first_quarter_moon","nature","twilight","planet","space","night","evening","sleep"],"k":[5,18],"o":0},"moon":{"subcategory":"sky & weather","a":"Waxing Gibbous Moon Symbol","b":"1F314","d":true,"e":true,"f":true,"h":true,"j":["waxing_gibbous_moon","nature","night","sky","gray","twilight","planet","space","evening","sleep"],"k":[5,19],"n":["waxing_gibbous_moon"],"o":0},"full_moon":{"subcategory":"sky & weather","a":"Full Moon Symbol","b":"1F315","d":true,"e":true,"f":true,"h":true,"j":["full_moon","nature","yellow","twilight","planet","space","night","evening","sleep"],"k":[5,20],"o":0},"waning_gibbous_moon":{"subcategory":"sky & weather","a":"Waning Gibbous Moon Symbol","b":"1F316","d":true,"e":true,"f":true,"h":true,"j":["waning_gibbous_moon","nature","twilight","planet","space","night","evening","sleep","waxing_gibbous_moon"],"k":[5,21],"o":1},"last_quarter_moon":{"subcategory":"sky & weather","a":"Last Quarter Moon Symbol","b":"1F317","d":true,"e":true,"f":true,"h":true,"j":["last_quarter_moon","nature","twilight","planet","space","night","evening","sleep"],"k":[5,22],"o":1},"waning_crescent_moon":{"subcategory":"sky & weather","a":"Waning Crescent Moon Symbol","b":"1F318","d":true,"e":true,"f":true,"h":true,"j":["waning_crescent_moon","nature","twilight","planet","space","night","evening","sleep"],"k":[5,23],"o":1},"crescent_moon":{"subcategory":"sky & weather","a":"Crescent Moon","b":"1F319","d":true,"e":true,"f":true,"h":true,"j":["crescent_moon","night","sleep","sky","evening","magic"],"k":[5,24],"o":0},"new_moon_with_face":{"subcategory":"sky & weather","a":"New Moon with Face","b":"1F31A","d":true,"e":true,"f":true,"h":true,"j":["new_moon_face","nature","twilight","planet","space","night","evening","sleep"],"k":[5,25],"o":1},"first_quarter_moon_with_face":{"subcategory":"sky & weather","a":"First Quarter Moon with Face","b":"1F31B","d":true,"e":true,"f":true,"h":true,"j":["first_quarter_moon_face","nature","twilight","planet","space","night","evening","sleep"],"k":[5,26],"o":0},"last_quarter_moon_with_face":{"subcategory":"sky & weather","a":"Last Quarter Moon with Face","b":"1F31C","d":true,"e":true,"f":true,"h":true,"j":["last_quarter_moon_face","nature","twilight","planet","space","night","evening","sleep"],"k":[5,27],"o":0},"thermometer":{"subcategory":"sky & weather","a":"Thermometer","b":"1F321-FE0F","c":"1F321","d":true,"e":true,"f":true,"h":true,"j":["thermometer","weather","temperature","hot","cold"],"k":[5,32],"o":0},"sunny":{"subcategory":"sky & weather","a":"Black Sun with Rays","b":"2600-FE0F","c":"2600","d":true,"e":true,"f":true,"h":true,"j":["sun","weather","nature","brightness","summer","beach","spring"],"k":[57,10],"o":0},"full_moon_with_face":{"subcategory":"sky & weather","a":"Full Moon with Face","b":"1F31D","d":true,"e":true,"f":true,"h":true,"j":["full_moon_face","nature","twilight","planet","space","night","evening","sleep"],"k":[5,28],"o":1},"sun_with_face":{"subcategory":"sky & weather","a":"Sun with Face","b":"1F31E","d":true,"e":true,"f":true,"h":true,"j":["sun_with_face","nature","morning","sky"],"k":[5,29],"o":1},"ringed_planet":{"subcategory":"sky & weather","a":"Ringed Planet","b":"1FA90","d":true,"e":true,"f":true,"h":true,"j":["ringed_planet","outerspace"],"k":[54,9],"o":12},"star":{"subcategory":"sky & weather","a":"White Medium Star","b":"2B50","d":true,"e":true,"f":true,"h":true,"j":["star","night","yellow"],"k":[59,55],"o":0},"star2":{"subcategory":"sky & weather","a":"Glowing Star","b":"1F31F","d":true,"e":true,"f":true,"h":true,"j":["glowing_star","night","sparkle","awesome","good","magic"],"k":[5,30],"o":0},"stars":{"subcategory":"sky & weather","a":"Shooting Star","b":"1F320","d":true,"e":true,"f":true,"h":true,"j":["shooting_star","night","photo"],"k":[5,31],"o":0},"milky_way":{"subcategory":"sky & weather","a":"Milky Way","b":"1F30C","d":true,"e":true,"f":true,"h":true,"j":["milky_way","photo","space","stars"],"k":[5,11],"o":0},"cloud":{"subcategory":"sky & weather","a":"Cloud","b":"2601-FE0F","c":"2601","d":true,"e":true,"f":true,"h":true,"j":["cloud","weather","sky"],"k":[57,11],"o":0},"partly_sunny":{"subcategory":"sky & weather","a":"Sun Behind Cloud","b":"26C5","d":true,"e":true,"f":true,"h":true,"j":["sun_behind_cloud","weather","nature","cloudy","morning","fall","spring"],"k":[58,17],"o":0},"thunder_cloud_and_rain":{"subcategory":"sky & weather","a":"Cloud with Lightning and Rain","b":"26C8-FE0F","c":"26C8","d":true,"e":true,"f":true,"h":true,"j":["cloud_with_lightning_and_rain","weather","lightning"],"k":[58,18],"o":0},"mostly_sunny":{"subcategory":"sky & weather","a":"Sun Behind Small Cloud","b":"1F324-FE0F","c":"1F324","d":true,"e":true,"f":true,"h":true,"j":["sun_behind_small_cloud","weather"],"k":[5,33],"n":["sun_small_cloud"],"o":0},"barely_sunny":{"subcategory":"sky & weather","a":"Sun Behind Large Cloud","b":"1F325-FE0F","c":"1F325","d":true,"e":true,"f":true,"h":true,"j":["sun_behind_large_cloud","weather"],"k":[5,34],"n":["sun_behind_cloud"],"o":0},"partly_sunny_rain":{"subcategory":"sky & weather","a":"Sun Behind Rain Cloud","b":"1F326-FE0F","c":"1F326","d":true,"e":true,"f":true,"h":true,"j":["sun_behind_rain_cloud","weather"],"k":[5,35],"n":["sun_behind_rain_cloud"],"o":0},"rain_cloud":{"subcategory":"sky & weather","a":"Cloud with Rain","b":"1F327-FE0F","c":"1F327","d":true,"e":true,"f":true,"h":true,"j":["cloud_with_rain","weather"],"k":[5,36],"o":0},"snow_cloud":{"subcategory":"sky & weather","a":"Cloud with Snow","b":"1F328-FE0F","c":"1F328","d":true,"e":true,"f":true,"h":true,"j":["cloud_with_snow","weather"],"k":[5,37],"o":0},"lightning":{"subcategory":"sky & weather","a":"Cloud with Lightning","b":"1F329-FE0F","c":"1F329","d":true,"e":true,"f":true,"h":true,"j":["cloud_with_lightning","weather","thunder"],"k":[5,38],"n":["lightning_cloud"],"o":0},"tornado":{"subcategory":"sky & weather","a":"Tornado","b":"1F32A-FE0F","c":"1F32A","d":true,"e":true,"f":true,"h":true,"j":["tornado","weather","cyclone","twister"],"k":[5,39],"n":["tornado_cloud"],"o":0},"fog":{"subcategory":"sky & weather","a":"Fog","b":"1F32B-FE0F","c":"1F32B","d":true,"e":true,"f":true,"h":true,"j":["fog","weather"],"k":[5,40],"o":0},"wind_blowing_face":{"subcategory":"sky & weather","a":"Wind Face","b":"1F32C-FE0F","c":"1F32C","d":true,"e":true,"f":true,"h":true,"j":["wind_face","gust","air"],"k":[5,41],"o":0},"cyclone":{"subcategory":"sky & weather","a":"Cyclone","b":"1F300","d":true,"e":true,"f":true,"h":true,"j":["cyclone","weather","swirl","blue","cloud","vortex","spiral","whirlpool","spin","tornado","hurricane","typhoon"],"k":[4,60],"o":0},"rainbow":{"subcategory":"sky & weather","a":"Rainbow","b":"1F308","d":true,"e":true,"f":true,"h":true,"j":["rainbow","nature","happy","unicorn_face","photo","sky","spring"],"k":[5,7],"o":0},"closed_umbrella":{"subcategory":"sky & weather","a":"Closed Umbrella","b":"1F302","d":true,"e":true,"f":true,"h":true,"j":["closed_umbrella","weather","rain","drizzle"],"k":[5,1],"o":0},"umbrella":{"subcategory":"sky & weather","a":"Umbrella","b":"2602-FE0F","c":"2602","d":true,"e":true,"f":true,"h":true,"j":["umbrella","weather","spring"],"k":[57,12],"o":0},"umbrella_with_rain_drops":{"subcategory":"sky & weather","a":"Umbrella with Rain Drops","b":"2614","d":true,"e":true,"f":true,"h":true,"j":["umbrella_with_rain_drops","rainy","weather","spring"],"k":[57,17],"o":0},"umbrella_on_ground":{"subcategory":"sky & weather","a":"Umbrella on Ground","b":"26F1-FE0F","c":"26F1","d":true,"e":true,"f":true,"h":true,"j":["umbrella_on_ground","weather","summer"],"k":[58,27],"o":0},"zap":{"subcategory":"sky & weather","a":"High Voltage Sign","b":"26A1","d":true,"e":true,"f":true,"h":true,"j":["high_voltage","thunder","weather","lightning bolt","fast","zap"],"k":[58,8],"o":0},"snowflake":{"subcategory":"sky & weather","a":"Snowflake","b":"2744-FE0F","c":"2744","d":true,"e":true,"f":true,"h":true,"j":["snowflake","winter","season","cold","weather","christmas","xmas"],"k":[59,30],"o":0},"snowman":{"subcategory":"sky & weather","a":"Snowman","b":"2603-FE0F","c":"2603","d":true,"e":true,"f":true,"h":true,"j":["snowman","winter","season","cold","weather","christmas","xmas","frozen"],"k":[57,13],"o":0},"snowman_without_snow":{"subcategory":"sky & weather","a":"Snowman Without Snow","b":"26C4","d":true,"e":true,"f":true,"h":true,"j":["snowman_without_snow","winter","season","cold","weather","christmas","xmas","frozen","without_snow"],"k":[58,16],"o":0},"comet":{"subcategory":"sky & weather","a":"Comet","b":"2604-FE0F","c":"2604","d":true,"e":true,"f":true,"h":true,"j":["comet","space"],"k":[57,14],"o":1},"fire":{"subcategory":"sky & weather","a":"Fire","b":"1F525","d":true,"e":true,"f":true,"h":true,"j":["fire","hot","cook","flame"],"k":[30,2],"o":0},"droplet":{"subcategory":"sky & weather","a":"Droplet","b":"1F4A7","d":true,"e":true,"f":true,"h":true,"j":["droplet","water","drip","faucet","spring"],"k":[27,55],"o":0},"ocean":{"subcategory":"sky & weather","a":"Water Wave","b":"1F30A","d":true,"e":true,"f":true,"h":true,"j":["water_wave","sea","water","wave","nature","tsunami","disaster"],"k":[5,9],"o":0},"jack_o_lantern":{"subcategory":"event","a":"Jack-O-Lantern","b":"1F383","d":true,"e":true,"f":true,"h":true,"j":["jack_o_lantern","halloween","light","pumpkin","creepy","fall"],"k":[7,6],"o":0},"christmas_tree":{"subcategory":"event","a":"Christmas Tree","b":"1F384","d":true,"e":true,"f":true,"h":true,"j":["christmas_tree","festival","vacation","december","xmas","celebration"],"k":[7,7],"o":0},"fireworks":{"subcategory":"event","a":"Fireworks","b":"1F386","d":true,"e":true,"f":true,"h":true,"j":["fireworks","photo","festival","carnival","congratulations"],"k":[7,14],"o":0},"sparkler":{"subcategory":"event","a":"Firework Sparkler","b":"1F387","d":true,"e":true,"f":true,"h":true,"j":["sparkler","stars","night","shine"],"k":[7,15],"o":0},"firecracker":{"subcategory":"event","a":"Firecracker","b":"1F9E8","d":true,"e":true,"f":true,"h":true,"j":["firecracker","dynamite","boom","explode","explosion","explosive"],"k":[53,24],"o":11},"sparkles":{"subcategory":"event","a":"Sparkles","b":"2728","d":true,"e":true,"f":true,"h":true,"j":["sparkles","stars","shine","shiny","cool","awesome","good","magic"],"k":[59,27],"o":0},"balloon":{"subcategory":"event","a":"Balloon","b":"1F388","d":true,"e":true,"f":true,"h":true,"j":["balloon","party","celebration","birthday","circus"],"k":[7,16],"o":0},"tada":{"subcategory":"event","a":"Party Popper","b":"1F389","d":true,"e":true,"f":true,"h":true,"j":["party_popper","party","congratulations","birthday","magic","circus","celebration","tada"],"k":[7,17],"o":0},"confetti_ball":{"subcategory":"event","a":"Confetti Ball","b":"1F38A","d":true,"e":true,"f":true,"h":true,"j":["confetti_ball","festival","party","birthday","circus"],"k":[7,18],"o":0},"tanabata_tree":{"subcategory":"event","a":"Tanabata Tree","b":"1F38B","d":true,"e":true,"f":true,"h":true,"j":["tanabata_tree","plant","nature","branch","summer","bamboo","wish","star_festival","tanzaku"],"k":[7,19],"o":0},"bamboo":{"subcategory":"event","a":"Pine Decoration","b":"1F38D","d":true,"e":true,"f":true,"h":true,"j":["pine_decoration","japanese","plant","nature","vegetable","panda","new_years","bamboo"],"k":[7,21],"o":0},"dolls":{"subcategory":"event","a":"Japanese Dolls","b":"1F38E","d":true,"e":true,"f":true,"h":true,"j":["japanese_dolls","japanese","toy","kimono"],"k":[7,22],"o":0},"flags":{"subcategory":"event","a":"Carp Streamer","b":"1F38F","d":true,"e":true,"f":true,"h":true,"j":["carp_streamer","fish","japanese","koinobori","carp","banner"],"k":[7,23],"o":0},"wind_chime":{"subcategory":"event","a":"Wind Chime","b":"1F390","d":true,"e":true,"f":true,"h":true,"j":["wind_chime","nature","ding","spring","bell"],"k":[7,24],"o":0},"rice_scene":{"subcategory":"event","a":"Moon Viewing Ceremony","b":"1F391","d":true,"e":true,"f":true,"h":true,"j":["moon_viewing_ceremony","photo","japan","asia","tsukimi"],"k":[7,25],"o":0},"red_envelope":{"subcategory":"event","a":"Red Gift Envelope","b":"1F9E7","d":true,"e":true,"f":true,"h":true,"j":["red_envelope","gift"],"k":[53,23],"o":11},"ribbon":{"subcategory":"event","a":"Ribbon","b":"1F380","d":true,"e":true,"f":true,"h":true,"j":["ribbon","decoration","pink","girl","bowtie"],"k":[7,3],"o":0},"gift":{"subcategory":"event","a":"Wrapped Present","b":"1F381","d":true,"e":true,"f":true,"h":true,"j":["wrapped_gift","present","birthday","christmas","xmas"],"k":[7,4],"o":0},"reminder_ribbon":{"subcategory":"event","a":"Reminder Ribbon","b":"1F397-FE0F","c":"1F397","d":true,"e":true,"f":true,"h":true,"j":["reminder_ribbon","sports","cause","support","awareness"],"k":[7,29],"o":0},"admission_tickets":{"subcategory":"event","a":"Admission Tickets","b":"1F39F-FE0F","c":"1F39F","d":true,"e":true,"f":true,"h":true,"j":["admission_tickets","sports","concert","entrance"],"k":[7,34],"o":0},"ticket":{"subcategory":"event","a":"Ticket","b":"1F3AB","d":true,"e":true,"f":true,"h":true,"j":["ticket","event","concert","pass"],"k":[7,46],"o":0},"medal":{"subcategory":"award-medal","a":"Military Medal","b":"1F396-FE0F","c":"1F396","d":true,"e":true,"f":true,"h":true,"j":["military_medal","award","winning","army"],"k":[7,28],"o":0},"trophy":{"subcategory":"award-medal","a":"Trophy","b":"1F3C6","d":true,"e":true,"f":true,"h":true,"j":["trophy","win","award","contest","place","ftw","ceremony"],"k":[8,51],"o":0},"sports_medal":{"subcategory":"award-medal","a":"Sports Medal","b":"1F3C5","d":true,"e":true,"f":true,"h":true,"j":["sports_medal","award","winning"],"k":[8,50],"o":1},"first_place_medal":{"subcategory":"award-medal","a":"First Place Medal","b":"1F947","d":true,"e":true,"f":true,"h":true,"j":["1st_place_medal","award","winning","first"],"k":[43,19],"o":3},"second_place_medal":{"subcategory":"award-medal","a":"Second Place Medal","b":"1F948","d":true,"e":true,"f":true,"h":true,"j":["2nd_place_medal","award","second"],"k":[43,20],"o":3},"third_place_medal":{"subcategory":"award-medal","a":"Third Place Medal","b":"1F949","d":true,"e":true,"f":true,"h":true,"j":["3rd_place_medal","award","third"],"k":[43,21],"o":3},"soccer":{"subcategory":"sport","a":"Soccer Ball","b":"26BD","d":true,"e":true,"f":true,"h":true,"j":["soccer_ball","sports","football"],"k":[58,14],"o":0},"baseball":{"subcategory":"sport","a":"Baseball","b":"26BE","d":true,"e":true,"f":true,"h":true,"j":["baseball","sports","balls"],"k":[58,15],"o":0},"softball":{"subcategory":"sport","a":"Softball","b":"1F94E","d":true,"e":true,"f":true,"h":true,"j":["softball","sports","balls"],"k":[43,26],"o":11},"basketball":{"subcategory":"sport","a":"Basketball and Hoop","b":"1F3C0","d":true,"e":true,"f":true,"h":true,"j":["basketball","sports","balls","NBA"],"k":[8,6],"o":0},"volleyball":{"subcategory":"sport","a":"Volleyball","b":"1F3D0","d":true,"e":true,"f":true,"h":true,"j":["volleyball","sports","balls"],"k":[9,56],"o":1},"football":{"subcategory":"sport","a":"American Football","b":"1F3C8","d":true,"e":true,"f":true,"h":true,"j":["american_football","sports","balls","NFL"],"k":[8,58],"o":0},"rugby_football":{"subcategory":"sport","a":"Rugby Football","b":"1F3C9","d":true,"e":true,"f":true,"h":true,"j":["rugby_football","sports","team"],"k":[8,59],"o":1},"tennis":{"subcategory":"sport","a":"Tennis Racquet and Ball","b":"1F3BE","d":true,"e":true,"f":true,"h":true,"j":["tennis","sports","balls","green"],"k":[8,4],"o":0},"flying_disc":{"subcategory":"sport","a":"Flying Disc","b":"1F94F","d":true,"e":true,"f":true,"h":true,"j":["flying_disc","sports","frisbee","ultimate"],"k":[43,27],"o":11},"bowling":{"subcategory":"sport","a":"Bowling","b":"1F3B3","d":true,"e":true,"f":true,"h":true,"j":["bowling","sports","fun","play"],"k":[7,54],"o":0},"cricket_bat_and_ball":{"subcategory":"sport","a":"Cricket Bat and Ball","b":"1F3CF","d":true,"e":true,"f":true,"h":true,"j":["cricket_game","sports"],"k":[9,55],"o":1},"field_hockey_stick_and_ball":{"subcategory":"sport","a":"Field Hockey Stick and Ball","b":"1F3D1","d":true,"e":true,"f":true,"h":true,"j":["field_hockey","sports"],"k":[9,57],"o":1},"ice_hockey_stick_and_puck":{"subcategory":"sport","a":"Ice Hockey Stick and Puck","b":"1F3D2","d":true,"e":true,"f":true,"h":true,"j":["ice_hockey","sports"],"k":[9,58],"o":1},"lacrosse":{"subcategory":"sport","a":"Lacrosse Stick and Ball","b":"1F94D","d":true,"e":true,"f":true,"h":true,"j":["lacrosse","sports","ball","stick"],"k":[43,25],"o":11},"table_tennis_paddle_and_ball":{"subcategory":"sport","a":"Table Tennis Paddle and Ball","b":"1F3D3","d":true,"e":true,"f":true,"h":true,"j":["ping_pong","sports","pingpong"],"k":[9,59],"o":1},"badminton_racquet_and_shuttlecock":{"subcategory":"sport","a":"Badminton Racquet and Shuttlecock","b":"1F3F8","d":true,"e":true,"f":true,"h":true,"j":["badminton","sports"],"k":[10,38],"o":1},"boxing_glove":{"subcategory":"sport","a":"Boxing Glove","b":"1F94A","d":true,"e":true,"f":true,"h":true,"j":["boxing_glove","sports","fighting"],"k":[43,22],"o":3},"martial_arts_uniform":{"subcategory":"sport","a":"Martial Arts Uniform","b":"1F94B","d":true,"e":true,"f":true,"h":true,"j":["martial_arts_uniform","judo","karate","taekwondo"],"k":[43,23],"o":3},"goal_net":{"subcategory":"sport","a":"Goal Net","b":"1F945","d":true,"e":true,"f":true,"h":true,"j":["goal_net","sports"],"k":[43,18],"o":3},"golf":{"subcategory":"sport","a":"Flag in Hole","b":"26F3","d":true,"e":true,"f":true,"h":true,"j":["flag_in_hole","sports","business","flag","hole","summer"],"k":[58,29],"o":0},"ice_skate":{"subcategory":"sport","a":"Ice Skate","b":"26F8-FE0F","c":"26F8","d":true,"e":true,"f":true,"h":true,"j":["ice_skate","sports"],"k":[58,33],"o":0},"fishing_pole_and_fish":{"subcategory":"sport","a":"Fishing Pole and Fish","b":"1F3A3","d":true,"e":true,"f":true,"h":true,"j":["fishing_pole","food","hobby","summer"],"k":[7,38],"o":0},"diving_mask":{"subcategory":"sport","a":"Diving Mask","b":"1F93F","d":true,"e":true,"f":true,"h":true,"j":["diving_mask","sport","ocean"],"k":[43,12],"o":12},"running_shirt_with_sash":{"subcategory":"sport","a":"Running Shirt with Sash","b":"1F3BD","d":true,"e":true,"f":true,"h":true,"j":["running_shirt","play","pageant"],"k":[8,3],"o":0},"ski":{"subcategory":"sport","a":"Ski and Ski Boot","b":"1F3BF","d":true,"e":true,"f":true,"h":true,"j":["skis","sports","winter","cold","snow"],"k":[8,5],"o":0},"sled":{"subcategory":"sport","a":"Sled","b":"1F6F7","d":true,"e":true,"f":true,"h":true,"j":["sled","sleigh","luge","toboggan"],"k":[38,27],"o":5},"curling_stone":{"subcategory":"sport","a":"Curling Stone","b":"1F94C","d":true,"e":true,"f":true,"h":true,"j":["curling_stone","sports"],"k":[43,24],"o":5},"dart":{"subcategory":"game","a":"Direct Hit","b":"1F3AF","d":true,"e":true,"f":true,"h":true,"j":["direct_hit","game","play","bar","target","bullseye"],"k":[7,50],"o":0},"yo-yo":{"subcategory":"game","a":"Yo-Yo","b":"1FA80","d":true,"e":true,"f":true,"h":true,"j":["yo_yo","toy"],"k":[54,0],"o":12},"kite":{"subcategory":"game","a":"Kite","b":"1FA81","d":true,"e":true,"f":true,"h":true,"j":["kite","wind","fly"],"k":[54,1],"o":12},"gun":{"subcategory":"game","a":"Pistol","b":"1F52B","d":true,"e":true,"f":true,"h":true,"j":["pistol","violence","weapon","revolver"],"k":[30,8],"o":0},"8ball":{"subcategory":"game","a":"Billiards","b":"1F3B1","d":true,"e":true,"f":true,"h":true,"j":["pool_8_ball","pool","hobby","game","luck","magic"],"k":[7,52],"o":0},"crystal_ball":{"subcategory":"game","a":"Crystal Ball","b":"1F52E","d":true,"e":true,"f":true,"h":true,"j":["crystal_ball","disco","party","magic","circus","fortune_teller"],"k":[30,11],"o":0},"magic_wand":{"subcategory":"game","a":"Magic Wand","b":"1FA84","d":true,"e":true,"f":true,"h":true,"j":["magic wand","supernature","power"],"k":[54,4],"o":13},"video_game":{"subcategory":"game","a":"Video Game","b":"1F3AE","d":true,"e":true,"f":true,"h":true,"j":["video_game","play","console","PS4","controller"],"k":[7,49],"o":0},"joystick":{"subcategory":"game","a":"Joystick","b":"1F579-FE0F","c":"1F579","d":true,"e":true,"f":true,"h":true,"j":["joystick","game","play"],"k":[31,26],"o":0},"slot_machine":{"subcategory":"game","a":"Slot Machine","b":"1F3B0","d":true,"e":true,"f":true,"h":true,"j":["slot_machine","bet","gamble","vegas","fruit machine","luck","casino"],"k":[7,51],"o":0},"game_die":{"subcategory":"game","a":"Game Die","b":"1F3B2","d":true,"e":true,"f":true,"h":true,"j":["game_die","dice","random","tabletop","play","luck"],"k":[7,53],"o":0},"jigsaw":{"subcategory":"game","a":"Jigsaw Puzzle Piece","b":"1F9E9","d":true,"e":true,"f":true,"h":true,"j":["puzzle_piece","interlocking","puzzle","piece"],"k":[53,25],"o":11},"teddy_bear":{"subcategory":"game","a":"Teddy Bear","b":"1F9F8","d":true,"e":true,"f":true,"h":true,"j":["teddy_bear","plush","stuffed"],"k":[53,40],"o":11},"pinata":{"subcategory":"game","a":"Pinata","b":"1FA85","d":true,"e":true,"f":true,"h":true,"j":["pinata","mexico","candy","celebration"],"k":[54,5],"o":13},"mirror_ball":{"subcategory":"game","a":"Mirror Ball","b":"1FAA9","d":true,"e":true,"f":true,"h":true,"j":["mirror ball","disco","dance","party"],"k":[54,34],"o":14},"nesting_dolls":{"subcategory":"game","a":"Nesting Dolls","b":"1FA86","d":true,"e":true,"f":true,"h":true,"j":["nesting dolls","matryoshka","toy"],"k":[54,6],"o":13},"spades":{"subcategory":"game","a":"Black Spade Suit","b":"2660-FE0F","c":"2660","d":true,"e":true,"f":true,"h":true,"j":["spade_suit","poker","cards","suits","magic"],"k":[57,51],"o":0},"hearts":{"subcategory":"game","a":"Black Heart Suit","b":"2665-FE0F","c":"2665","d":true,"e":true,"f":true,"h":true,"j":["heart_suit","poker","cards","magic","suits"],"k":[57,53],"o":0},"diamonds":{"subcategory":"game","a":"Black Diamond Suit","b":"2666-FE0F","c":"2666","d":true,"e":true,"f":true,"h":true,"j":["diamond_suit","poker","cards","magic","suits"],"k":[57,54],"o":0},"clubs":{"subcategory":"game","a":"Black Club Suit","b":"2663-FE0F","c":"2663","d":true,"e":true,"f":true,"h":true,"j":["club_suit","poker","cards","magic","suits"],"k":[57,52],"o":0},"chess_pawn":{"subcategory":"game","a":"Chess Pawn","b":"265F-FE0F","c":"265F","d":true,"e":true,"f":true,"h":true,"j":["chess_pawn","expendable"],"k":[57,50],"o":11},"black_joker":{"subcategory":"game","a":"Playing Card Black Joker","b":"1F0CF","d":true,"e":true,"f":true,"h":true,"j":["joker","poker","cards","game","play","magic"],"k":[0,15],"o":0},"mahjong":{"subcategory":"game","a":"Mahjong Tile Red Dragon","b":"1F004","d":true,"e":true,"f":true,"h":true,"j":["mahjong_red_dragon","game","play","chinese","kanji"],"k":[0,14],"o":0},"flower_playing_cards":{"subcategory":"game","a":"Flower Playing Cards","b":"1F3B4","d":true,"e":true,"f":true,"h":true,"j":["flower_playing_cards","game","sunset","red"],"k":[7,55],"o":0},"performing_arts":{"subcategory":"arts & crafts","a":"Performing Arts","b":"1F3AD","d":true,"e":true,"f":true,"h":true,"j":["performing_arts","acting","theater","drama"],"k":[7,48],"o":0},"frame_with_picture":{"subcategory":"arts & crafts","a":"Framed Picture","b":"1F5BC-FE0F","c":"1F5BC","d":true,"e":true,"f":true,"h":true,"j":["framed_picture","photography"],"k":[32,0],"o":0},"art":{"subcategory":"arts & crafts","a":"Artist Palette","b":"1F3A8","d":true,"e":true,"f":true,"h":true,"j":["artist_palette","design","paint","draw","colors"],"k":[7,43],"o":0},"thread":{"subcategory":"arts & crafts","a":"Spool of Thread","b":"1F9F5","d":true,"e":true,"f":true,"h":true,"j":["thread","needle","sewing","spool","string"],"k":[53,37],"o":11},"sewing_needle":{"subcategory":"arts & crafts","a":"Sewing Needle","b":"1FAA1","d":true,"e":true,"f":true,"h":true,"j":["sewing needle","stitches"],"k":[54,26],"o":13},"yarn":{"subcategory":"arts & crafts","a":"Ball of Yarn","b":"1F9F6","d":true,"e":true,"f":true,"h":true,"j":["yarn","ball","crochet","knit"],"k":[53,38],"o":11},"knot":{"subcategory":"arts & crafts","a":"Knot","b":"1FAA2","d":true,"e":true,"f":true,"h":true,"j":["knot","rope","scout"],"k":[54,27],"o":13},"eyeglasses":{"subcategory":"clothing","a":"Eyeglasses","b":"1F453","d":true,"e":true,"f":true,"h":true,"j":["glasses","fashion","accessories","eyesight","nerdy","dork","geek"],"k":[13,16],"o":0},"dark_sunglasses":{"subcategory":"clothing","a":"Sunglasses","b":"1F576-FE0F","c":"1F576","d":true,"e":true,"f":true,"h":true,"j":["sunglasses","face","cool","accessories"],"k":[31,23],"o":0},"goggles":{"subcategory":"clothing","a":"Goggles","b":"1F97D","d":true,"e":true,"f":true,"h":true,"j":["goggles","eyes","protection","safety"],"k":[44,17],"o":11},"lab_coat":{"subcategory":"clothing","a":"Lab Coat","b":"1F97C","d":true,"e":true,"f":true,"h":true,"j":["lab_coat","doctor","experiment","scientist","chemist"],"k":[44,16],"o":11},"safety_vest":{"subcategory":"clothing","a":"Safety Vest","b":"1F9BA","d":true,"e":true,"f":true,"h":true,"j":["safety_vest","protection"],"k":[45,57],"o":12},"necktie":{"subcategory":"clothing","a":"Necktie","b":"1F454","d":true,"e":true,"f":true,"h":true,"j":["necktie","shirt","suitup","formal","fashion","cloth","business"],"k":[13,17],"o":0},"shirt":{"subcategory":"clothing","a":"T-Shirt","b":"1F455","d":true,"e":true,"f":true,"h":true,"j":["t_shirt","fashion","cloth","casual","shirt","tee"],"k":[13,18],"n":["tshirt"],"o":0},"jeans":{"subcategory":"clothing","a":"Jeans","b":"1F456","d":true,"e":true,"f":true,"h":true,"j":["jeans","fashion","shopping"],"k":[13,19],"o":0},"scarf":{"subcategory":"clothing","a":"Scarf","b":"1F9E3","d":true,"e":true,"f":true,"h":true,"j":["scarf","neck","winter","clothes"],"k":[53,19],"o":5},"gloves":{"subcategory":"clothing","a":"Gloves","b":"1F9E4","d":true,"e":true,"f":true,"h":true,"j":["gloves","hands","winter","clothes"],"k":[53,20],"o":5},"coat":{"subcategory":"clothing","a":"Coat","b":"1F9E5","d":true,"e":true,"f":true,"h":true,"j":["coat","jacket"],"k":[53,21],"o":5},"socks":{"subcategory":"clothing","a":"Socks","b":"1F9E6","d":true,"e":true,"f":true,"h":true,"j":["socks","stockings","clothes"],"k":[53,22],"o":5},"dress":{"subcategory":"clothing","a":"Dress","b":"1F457","d":true,"e":true,"f":true,"h":true,"j":["dress","clothes","fashion","shopping"],"k":[13,20],"o":0},"kimono":{"subcategory":"clothing","a":"Kimono","b":"1F458","d":true,"e":true,"f":true,"h":true,"j":["kimono","dress","fashion","women","female","japanese"],"k":[13,21],"o":0},"sari":{"subcategory":"clothing","a":"Sari","b":"1F97B","d":true,"e":true,"f":true,"h":true,"j":["sari","dress"],"k":[44,15],"o":12},"one-piece_swimsuit":{"subcategory":"clothing","a":"One-Piece Swimsuit","b":"1FA71","d":true,"e":true,"f":true,"h":true,"j":["one_piece_swimsuit","fashion"],"k":[53,49],"o":12},"briefs":{"subcategory":"clothing","a":"Briefs","b":"1FA72","d":true,"e":true,"f":true,"h":true,"j":["briefs","clothing"],"k":[53,50],"o":12},"shorts":{"subcategory":"clothing","a":"Shorts","b":"1FA73","d":true,"e":true,"f":true,"h":true,"j":["shorts","clothing"],"k":[53,51],"o":12},"bikini":{"subcategory":"clothing","a":"Bikini","b":"1F459","d":true,"e":true,"f":true,"h":true,"j":["bikini","swimming","female","woman","girl","fashion","beach","summer"],"k":[13,22],"o":0},"womans_clothes":{"subcategory":"clothing","a":"Womans Clothes","b":"1F45A","d":true,"e":true,"f":true,"h":true,"j":["woman_s_clothes","fashion","shopping_bags","female"],"k":[13,23],"o":0},"folding_hand_fan":{"subcategory":"clothing","a":"Folding Hand Fan","b":"1FAAD","d":true,"e":true,"f":false,"h":false,"j":["folding hand fan","flamenco","hot"],"k":[54,38],"o":15},"purse":{"subcategory":"clothing","a":"Purse","b":"1F45B","d":true,"e":true,"f":true,"h":true,"j":["purse","fashion","accessories","money","sales","shopping"],"k":[13,24],"o":0},"handbag":{"subcategory":"clothing","a":"Handbag","b":"1F45C","d":true,"e":true,"f":true,"h":true,"j":["handbag","fashion","accessory","accessories","shopping"],"k":[13,25],"o":0},"pouch":{"subcategory":"clothing","a":"Pouch","b":"1F45D","d":true,"e":true,"f":true,"h":true,"j":["clutch_bag","bag","accessories","shopping"],"k":[13,26],"o":0},"shopping_bags":{"subcategory":"clothing","a":"Shopping Bags","b":"1F6CD-FE0F","c":"1F6CD","d":true,"e":true,"f":true,"h":true,"j":["shopping_bags","mall","buy","purchase"],"k":[38,0],"o":0},"school_satchel":{"subcategory":"clothing","a":"School Satchel","b":"1F392","d":true,"e":true,"f":true,"h":true,"j":["backpack","student","education","bag"],"k":[7,26],"o":0},"thong_sandal":{"subcategory":"clothing","a":"Thong Sandal","b":"1FA74","d":true,"e":true,"f":true,"h":true,"j":["thong sandal","footwear","summer"],"k":[53,52],"o":13},"mans_shoe":{"subcategory":"clothing","a":"Mans Shoe","b":"1F45E","d":true,"e":true,"f":true,"h":true,"j":["man_s_shoe","fashion","male"],"k":[13,27],"n":["shoe"],"o":0},"athletic_shoe":{"subcategory":"clothing","a":"Athletic Shoe","b":"1F45F","d":true,"e":true,"f":true,"h":true,"j":["running_shoe","shoes","sports","sneakers"],"k":[13,28],"o":0},"hiking_boot":{"subcategory":"clothing","a":"Hiking Boot","b":"1F97E","d":true,"e":true,"f":true,"h":true,"j":["hiking_boot","backpacking","camping","hiking"],"k":[44,18],"o":11},"womans_flat_shoe":{"subcategory":"clothing","a":"Flat Shoe","b":"1F97F","d":true,"e":true,"f":true,"h":true,"j":["flat_shoe","ballet","slip-on","slipper"],"k":[44,19],"o":11},"high_heel":{"subcategory":"clothing","a":"High-Heeled Shoe","b":"1F460","d":true,"e":true,"f":true,"h":true,"j":["high_heeled_shoe","fashion","shoes","female","pumps","stiletto"],"k":[13,29],"o":0},"sandal":{"subcategory":"clothing","a":"Womans Sandal","b":"1F461","d":true,"e":true,"f":true,"h":true,"j":["woman_s_sandal","shoes","fashion","flip flops"],"k":[13,30],"o":0},"ballet_shoes":{"subcategory":"clothing","a":"Ballet Shoes","b":"1FA70","d":true,"e":true,"f":true,"h":true,"j":["ballet_shoes","dance"],"k":[53,48],"o":12},"boot":{"subcategory":"clothing","a":"Womans Boots","b":"1F462","d":true,"e":true,"f":true,"h":true,"j":["woman_s_boot","shoes","fashion"],"k":[13,31],"o":0},"hair_pick":{"subcategory":"clothing","a":"Hair Pick","b":"1FAAE","d":true,"e":true,"f":false,"h":false,"j":["hair pick","afro","comb"],"k":[54,39],"o":15},"crown":{"subcategory":"clothing","a":"Crown","b":"1F451","d":true,"e":true,"f":true,"h":true,"j":["crown","king","kod","leader","royalty","lord"],"k":[13,14],"o":0},"womans_hat":{"subcategory":"clothing","a":"Womans Hat","b":"1F452","d":true,"e":true,"f":true,"h":true,"j":["woman_s_hat","fashion","accessories","female","lady","spring"],"k":[13,15],"o":0},"tophat":{"subcategory":"clothing","a":"Top Hat","b":"1F3A9","d":true,"e":true,"f":true,"h":true,"j":["top_hat","magic","gentleman","classy","circus"],"k":[7,44],"o":0},"mortar_board":{"subcategory":"clothing","a":"Graduation Cap","b":"1F393","d":true,"e":true,"f":true,"h":true,"j":["graduation_cap","school","college","degree","university","graduation","cap","hat","legal","learn","education"],"k":[7,27],"o":0},"billed_cap":{"subcategory":"clothing","a":"Billed Cap","b":"1F9E2","d":true,"e":true,"f":true,"h":true,"j":["billed_cap","cap","baseball"],"k":[53,18],"o":5},"military_helmet":{"subcategory":"clothing","a":"Military Helmet","b":"1FA96","d":true,"e":true,"f":true,"h":true,"j":["military helmet","army","protection"],"k":[54,15],"o":13},"helmet_with_white_cross":{"subcategory":"clothing","a":"Rescue Worker\u2019s Helmet","b":"26D1-FE0F","c":"26D1","d":true,"e":true,"f":true,"h":true,"j":["rescue_worker_s_helmet","construction","build"],"k":[58,21],"o":0},"prayer_beads":{"subcategory":"clothing","a":"Prayer Beads","b":"1F4FF","d":true,"e":true,"f":true,"h":true,"j":["prayer_beads","dhikr","religious"],"k":[29,25],"o":1},"lipstick":{"subcategory":"clothing","a":"Lipstick","b":"1F484","d":true,"e":true,"f":true,"h":true,"j":["lipstick","female","girl","fashion","woman"],"k":[25,53],"o":0},"ring":{"subcategory":"clothing","a":"Ring","b":"1F48D","d":true,"e":true,"f":true,"h":true,"j":["ring","wedding","propose","marriage","valentines","diamond","fashion","jewelry","gem","engagement"],"k":[26,40],"o":0},"gem":{"subcategory":"clothing","a":"Gem Stone","b":"1F48E","d":true,"e":true,"f":true,"h":true,"j":["gem_stone","blue","ruby","diamond","jewelry"],"k":[26,41],"o":0},"mute":{"subcategory":"sound","a":"Speaker with Cancellation Stroke","b":"1F507","d":true,"e":true,"f":true,"h":true,"j":["muted_speaker","sound","volume","silence","quiet"],"k":[29,33],"o":1},"speaker":{"subcategory":"sound","a":"Speaker","b":"1F508","d":true,"e":true,"f":true,"h":true,"j":["speaker_low_volume","sound","volume","silence","broadcast"],"k":[29,34],"o":0},"sound":{"subcategory":"sound","a":"Speaker with One Sound Wave","b":"1F509","d":true,"e":true,"f":true,"h":true,"j":["speaker_medium_volume","volume","speaker","broadcast"],"k":[29,35],"o":1},"loud_sound":{"subcategory":"sound","a":"Speaker with Three Sound Waves","b":"1F50A","d":true,"e":true,"f":true,"h":true,"j":["speaker_high_volume","volume","noise","noisy","speaker","broadcast"],"k":[29,36],"o":0},"loudspeaker":{"subcategory":"sound","a":"Public Address Loudspeaker","b":"1F4E2","d":true,"e":true,"f":true,"h":true,"j":["loudspeaker","volume","sound"],"k":[28,58],"o":0},"mega":{"subcategory":"sound","a":"Cheering Megaphone","b":"1F4E3","d":true,"e":true,"f":true,"h":true,"j":["megaphone","sound","speaker","volume"],"k":[28,59],"o":0},"postal_horn":{"subcategory":"sound","a":"Postal Horn","b":"1F4EF","d":true,"e":true,"f":true,"h":true,"j":["postal_horn","instrument","music"],"k":[29,10],"o":1},"bell":{"subcategory":"sound","a":"Bell","b":"1F514","d":true,"e":true,"f":true,"h":true,"j":["bell","sound","notification","christmas","xmas","chime"],"k":[29,46],"o":0},"no_bell":{"subcategory":"sound","a":"Bell with Cancellation Stroke","b":"1F515","d":true,"e":true,"f":true,"h":true,"j":["bell_with_slash","sound","volume","mute","quiet","silent"],"k":[29,47],"o":1},"musical_score":{"subcategory":"music","a":"Musical Score","b":"1F3BC","d":true,"e":true,"f":true,"h":true,"j":["musical_score","treble","clef","compose"],"k":[8,2],"o":0},"musical_note":{"subcategory":"music","a":"Musical Note","b":"1F3B5","d":true,"e":true,"f":true,"h":true,"j":["musical_note","score","tone","sound"],"k":[7,56],"o":0},"notes":{"subcategory":"music","a":"Multiple Musical Notes","b":"1F3B6","d":true,"e":true,"f":true,"h":true,"j":["musical_notes","music","score"],"k":[7,57],"o":0},"studio_microphone":{"subcategory":"music","a":"Studio Microphone","b":"1F399-FE0F","c":"1F399","d":true,"e":true,"f":true,"h":true,"j":["studio_microphone","sing","recording","artist","talkshow"],"k":[7,30],"o":0},"level_slider":{"subcategory":"music","a":"Level Slider","b":"1F39A-FE0F","c":"1F39A","d":true,"e":true,"f":true,"h":true,"j":["level_slider","scale"],"k":[7,31],"o":0},"control_knobs":{"subcategory":"music","a":"Control Knobs","b":"1F39B-FE0F","c":"1F39B","d":true,"e":true,"f":true,"h":true,"j":["control_knobs","dial"],"k":[7,32],"o":0},"microphone":{"subcategory":"music","a":"Microphone","b":"1F3A4","d":true,"e":true,"f":true,"h":true,"j":["microphone","sound","music","PA","sing","talkshow"],"k":[7,39],"o":0},"headphones":{"subcategory":"music","a":"Headphone","b":"1F3A7","d":true,"e":true,"f":true,"h":true,"j":["headphone","music","score","gadgets"],"k":[7,42],"o":0},"radio":{"subcategory":"music","a":"Radio","b":"1F4FB","d":true,"e":true,"f":true,"h":true,"j":["radio","communication","music","podcast","program"],"k":[29,22],"o":0},"saxophone":{"subcategory":"musical-instrument","a":"Saxophone","b":"1F3B7","d":true,"e":true,"f":true,"h":true,"j":["saxophone","music","instrument","jazz","blues"],"k":[7,58],"o":0},"accordion":{"subcategory":"musical-instrument","a":"Accordion","b":"1FA97","d":true,"e":true,"f":true,"h":true,"j":["accordion","music"],"k":[54,16],"o":13},"guitar":{"subcategory":"musical-instrument","a":"Guitar","b":"1F3B8","d":true,"e":true,"f":true,"h":true,"j":["guitar","music","instrument"],"k":[7,59],"o":0},"musical_keyboard":{"subcategory":"musical-instrument","a":"Musical Keyboard","b":"1F3B9","d":true,"e":true,"f":true,"h":true,"j":["musical_keyboard","piano","instrument","compose"],"k":[7,60],"o":0},"trumpet":{"subcategory":"musical-instrument","a":"Trumpet","b":"1F3BA","d":true,"e":true,"f":true,"h":true,"j":["trumpet","music","brass"],"k":[8,0],"o":0},"violin":{"subcategory":"musical-instrument","a":"Violin","b":"1F3BB","d":true,"e":true,"f":true,"h":true,"j":["violin","music","instrument","orchestra","symphony"],"k":[8,1],"o":0},"banjo":{"subcategory":"musical-instrument","a":"Banjo","b":"1FA95","d":true,"e":true,"f":true,"h":true,"j":["banjo","music","instructment"],"k":[54,14],"o":12},"drum_with_drumsticks":{"subcategory":"musical-instrument","a":"Drum with Drumsticks","b":"1F941","d":true,"e":true,"f":true,"h":true,"j":["drum","music","instrument","drumsticks","snare"],"k":[43,14],"o":3},"long_drum":{"subcategory":"musical-instrument","a":"Long Drum","b":"1FA98","d":true,"e":true,"f":true,"h":true,"j":["long drum","music"],"k":[54,17],"o":13},"maracas":{"subcategory":"musical-instrument","a":"Maracas","b":"1FA87","d":true,"e":true,"f":false,"h":false,"j":["maracas","music","instrument","percussion"],"k":[54,7],"o":15},"flute":{"subcategory":"musical-instrument","a":"Flute","b":"1FA88","d":true,"e":true,"f":false,"h":false,"j":["flute","bamboo","music","instrument","pied piper"],"k":[54,8],"o":15},"iphone":{"subcategory":"phone","a":"Mobile Phone","b":"1F4F1","d":true,"e":true,"f":true,"h":true,"j":["mobile_phone","technology","apple","gadgets","dial"],"k":[29,12],"o":0},"calling":{"subcategory":"phone","a":"Mobile Phone with Rightwards Arrow at Left","b":"1F4F2","d":true,"e":true,"f":true,"h":true,"j":["mobile_phone_with_arrow","iphone","incoming"],"k":[29,13],"o":0},"phone":{"subcategory":"phone","a":"Black Telephone","b":"260E-FE0F","c":"260E","d":true,"e":true,"f":true,"h":true,"j":["telephone","technology","communication","dial"],"k":[57,15],"n":["telephone"],"o":0},"telephone_receiver":{"subcategory":"phone","a":"Telephone Receiver","b":"1F4DE","d":true,"e":true,"f":true,"h":true,"j":["telephone_receiver","technology","communication","dial"],"k":[28,54],"o":0},"pager":{"subcategory":"phone","a":"Pager","b":"1F4DF","d":true,"e":true,"f":true,"h":true,"j":["pager","bbcall","oldschool","90s"],"k":[28,55],"o":0},"fax":{"subcategory":"phone","a":"Fax Machine","b":"1F4E0","d":true,"e":true,"f":true,"h":true,"j":["fax_machine","communication","technology"],"k":[28,56],"o":0},"battery":{"subcategory":"computer","a":"Battery","b":"1F50B","d":true,"e":true,"f":true,"h":true,"j":["battery","power","energy","sustain"],"k":[29,37],"o":0},"low_battery":{"subcategory":"computer","a":"Low Battery","b":"1FAAB","d":true,"e":true,"f":true,"h":true,"j":["low battery","drained","dead"],"k":[54,36],"o":14},"electric_plug":{"subcategory":"computer","a":"Electric Plug","b":"1F50C","d":true,"e":true,"f":true,"h":true,"j":["electric_plug","charger","power"],"k":[29,38],"o":0},"computer":{"subcategory":"computer","a":"Personal Computer","b":"1F4BB","d":true,"e":true,"f":true,"h":true,"j":["laptop","technology","screen","display","monitor"],"k":[28,19],"o":0},"desktop_computer":{"subcategory":"computer","a":"Desktop Computer","b":"1F5A5-FE0F","c":"1F5A5","d":true,"e":true,"f":true,"h":true,"j":["desktop_computer","technology","computing","screen"],"k":[31,57],"o":0},"printer":{"subcategory":"computer","a":"Printer","b":"1F5A8-FE0F","c":"1F5A8","d":true,"e":true,"f":true,"h":true,"j":["printer","paper","ink"],"k":[31,58],"o":0},"keyboard":{"subcategory":"computer","a":"Keyboard","b":"2328-FE0F","c":"2328","d":true,"e":true,"f":true,"h":true,"j":["keyboard","technology","computer","type","input","text"],"k":[56,46],"o":1},"three_button_mouse":{"subcategory":"computer","a":"Computer Mouse","b":"1F5B1-FE0F","c":"1F5B1","d":true,"e":true,"f":true,"h":true,"j":["computer_mouse","click"],"k":[31,59],"o":0},"trackball":{"subcategory":"computer","a":"Trackball","b":"1F5B2-FE0F","c":"1F5B2","d":true,"e":true,"f":true,"h":true,"j":["trackball","technology","trackpad"],"k":[31,60],"o":0},"minidisc":{"subcategory":"computer","a":"Minidisc","b":"1F4BD","d":true,"e":true,"f":true,"h":true,"j":["computer_disk","technology","record","data","disk","90s"],"k":[28,21],"o":0},"floppy_disk":{"subcategory":"computer","a":"Floppy Disk","b":"1F4BE","d":true,"e":true,"f":true,"h":true,"j":["floppy_disk","oldschool","technology","save","90s","80s"],"k":[28,22],"o":0},"cd":{"subcategory":"computer","a":"Optical Disc","b":"1F4BF","d":true,"e":true,"f":true,"h":true,"j":["optical_disk","technology","dvd","disk","disc","90s"],"k":[28,23],"o":0},"dvd":{"subcategory":"computer","a":"Dvd","b":"1F4C0","d":true,"e":true,"f":true,"h":true,"j":["dvd","cd","disk","disc"],"k":[28,24],"o":0},"abacus":{"subcategory":"computer","a":"Abacus","b":"1F9EE","d":true,"e":true,"f":true,"h":true,"j":["abacus","calculation"],"k":[53,30],"o":11},"movie_camera":{"subcategory":"light & video","a":"Movie Camera","b":"1F3A5","d":true,"e":true,"f":true,"h":true,"j":["movie_camera","film","record"],"k":[7,40],"o":0},"film_frames":{"subcategory":"light & video","a":"Film Frames","b":"1F39E-FE0F","c":"1F39E","d":true,"e":true,"f":true,"h":true,"j":["film_frames","movie"],"k":[7,33],"o":0},"film_projector":{"subcategory":"light & video","a":"Film Projector","b":"1F4FD-FE0F","c":"1F4FD","d":true,"e":true,"f":true,"h":true,"j":["film_projector","video","tape","record","movie"],"k":[29,24],"o":0},"clapper":{"subcategory":"light & video","a":"Clapper Board","b":"1F3AC","d":true,"e":true,"f":true,"h":true,"j":["clapper_board","movie","film","record"],"k":[7,47],"o":0},"tv":{"subcategory":"light & video","a":"Television","b":"1F4FA","d":true,"e":true,"f":true,"h":true,"j":["television","technology","program","oldschool","show"],"k":[29,21],"o":0},"camera":{"subcategory":"light & video","a":"Camera","b":"1F4F7","d":true,"e":true,"f":true,"h":true,"j":["camera","gadgets","photography"],"k":[29,18],"o":0},"camera_with_flash":{"subcategory":"light & video","a":"Camera with Flash","b":"1F4F8","d":true,"e":true,"f":true,"h":true,"j":["camera_with_flash","photography","gadgets"],"k":[29,19],"o":1},"video_camera":{"subcategory":"light & video","a":"Video Camera","b":"1F4F9","d":true,"e":true,"f":true,"h":true,"j":["video_camera","film","record"],"k":[29,20],"o":0},"vhs":{"subcategory":"light & video","a":"Videocassette","b":"1F4FC","d":true,"e":true,"f":true,"h":true,"j":["videocassette","record","video","oldschool","90s","80s"],"k":[29,23],"o":0},"mag":{"subcategory":"light & video","a":"Left-Pointing Magnifying Glass","b":"1F50D","d":true,"e":true,"f":true,"h":true,"j":["magnifying_glass_tilted_left","search","zoom","find","detective"],"k":[29,39],"o":0},"mag_right":{"subcategory":"light & video","a":"Right-Pointing Magnifying Glass","b":"1F50E","d":true,"e":true,"f":true,"h":true,"j":["magnifying_glass_tilted_right","search","zoom","find","detective"],"k":[29,40],"o":0},"candle":{"subcategory":"light & video","a":"Candle","b":"1F56F-FE0F","c":"1F56F","d":true,"e":true,"f":true,"h":true,"j":["candle","fire","wax"],"k":[30,57],"o":0},"bulb":{"subcategory":"light & video","a":"Electric Light Bulb","b":"1F4A1","d":true,"e":true,"f":true,"h":true,"j":["light_bulb","light","electricity","idea"],"k":[27,49],"o":0},"flashlight":{"subcategory":"light & video","a":"Electric Torch","b":"1F526","d":true,"e":true,"f":true,"h":true,"j":["flashlight","dark","camping","sight","night"],"k":[30,3],"o":0},"izakaya_lantern":{"subcategory":"light & video","a":"Izakaya Lantern","b":"1F3EE","d":true,"e":true,"f":true,"h":true,"j":["red_paper_lantern","light","paper","halloween","spooky"],"k":[10,25],"n":["lantern"],"o":0},"diya_lamp":{"subcategory":"light & video","a":"Diya Lamp","b":"1FA94","d":true,"e":true,"f":true,"h":true,"j":["diya_lamp","lighting"],"k":[54,13],"o":12},"notebook_with_decorative_cover":{"subcategory":"book-paper","a":"Notebook with Decorative Cover","b":"1F4D4","d":true,"e":true,"f":true,"h":true,"j":["notebook_with_decorative_cover","classroom","notes","record","paper","study"],"k":[28,44],"o":0},"closed_book":{"subcategory":"book-paper","a":"Closed Book","b":"1F4D5","d":true,"e":true,"f":true,"h":true,"j":["closed_book","read","library","knowledge","textbook","learn"],"k":[28,45],"o":0},"book":{"subcategory":"book-paper","a":"Open Book","b":"1F4D6","d":true,"e":true,"f":true,"h":true,"j":["open_book","book","read","library","knowledge","literature","learn","study"],"k":[28,46],"n":["open_book"],"o":0},"green_book":{"subcategory":"book-paper","a":"Green Book","b":"1F4D7","d":true,"e":true,"f":true,"h":true,"j":["green_book","read","library","knowledge","study"],"k":[28,47],"o":0},"blue_book":{"subcategory":"book-paper","a":"Blue Book","b":"1F4D8","d":true,"e":true,"f":true,"h":true,"j":["blue_book","read","library","knowledge","learn","study"],"k":[28,48],"o":0},"orange_book":{"subcategory":"book-paper","a":"Orange Book","b":"1F4D9","d":true,"e":true,"f":true,"h":true,"j":["orange_book","read","library","knowledge","textbook","study"],"k":[28,49],"o":0},"books":{"subcategory":"book-paper","a":"Books","b":"1F4DA","d":true,"e":true,"f":true,"h":true,"j":["books","literature","library","study"],"k":[28,50],"o":0},"notebook":{"subcategory":"book-paper","a":"Notebook","b":"1F4D3","d":true,"e":true,"f":true,"h":true,"j":["notebook","stationery","record","notes","paper","study"],"k":[28,43],"o":0},"ledger":{"subcategory":"book-paper","a":"Ledger","b":"1F4D2","d":true,"e":true,"f":true,"h":true,"j":["ledger","notes","paper"],"k":[28,42],"o":0},"page_with_curl":{"subcategory":"book-paper","a":"Page with Curl","b":"1F4C3","d":true,"e":true,"f":true,"h":true,"j":["page_with_curl","documents","office","paper"],"k":[28,27],"o":0},"scroll":{"subcategory":"book-paper","a":"Scroll","b":"1F4DC","d":true,"e":true,"f":true,"h":true,"j":["scroll","documents","ancient","history","paper"],"k":[28,52],"o":0},"page_facing_up":{"subcategory":"book-paper","a":"Page Facing Up","b":"1F4C4","d":true,"e":true,"f":true,"h":true,"j":["page_facing_up","documents","office","paper","information"],"k":[28,28],"o":0},"newspaper":{"subcategory":"book-paper","a":"Newspaper","b":"1F4F0","d":true,"e":true,"f":true,"h":true,"j":["newspaper","press","headline"],"k":[29,11],"o":0},"rolled_up_newspaper":{"subcategory":"book-paper","a":"Rolled-Up Newspaper","b":"1F5DE-FE0F","c":"1F5DE","d":true,"e":true,"f":true,"h":true,"j":["rolled_up_newspaper","press","headline"],"k":[32,9],"o":0},"bookmark_tabs":{"subcategory":"book-paper","a":"Bookmark Tabs","b":"1F4D1","d":true,"e":true,"f":true,"h":true,"j":["bookmark_tabs","favorite","save","order","tidy"],"k":[28,41],"o":0},"bookmark":{"subcategory":"book-paper","a":"Bookmark","b":"1F516","d":true,"e":true,"f":true,"h":true,"j":["bookmark","favorite","label","save"],"k":[29,48],"o":0},"label":{"subcategory":"book-paper","a":"Label","b":"1F3F7-FE0F","c":"1F3F7","d":true,"e":true,"f":true,"h":true,"j":["label","sale","tag"],"k":[10,37],"o":0},"moneybag":{"subcategory":"money","a":"Money Bag","b":"1F4B0","d":true,"e":true,"f":true,"h":true,"j":["money_bag","dollar","payment","coins","sale"],"k":[28,8],"o":0},"coin":{"subcategory":"money","a":"Coin","b":"1FA99","d":true,"e":true,"f":true,"h":true,"j":["coin","money","currency"],"k":[54,18],"o":13},"yen":{"subcategory":"money","a":"Banknote with Yen Sign","b":"1F4B4","d":true,"e":true,"f":true,"h":true,"j":["yen_banknote","money","sales","japanese","dollar","currency"],"k":[28,12],"o":0},"dollar":{"subcategory":"money","a":"Banknote with Dollar Sign","b":"1F4B5","d":true,"e":true,"f":true,"h":true,"j":["dollar_banknote","money","sales","bill","currency"],"k":[28,13],"o":0},"euro":{"subcategory":"money","a":"Banknote with Euro Sign","b":"1F4B6","d":true,"e":true,"f":true,"h":true,"j":["euro_banknote","money","sales","dollar","currency"],"k":[28,14],"o":1},"pound":{"subcategory":"money","a":"Banknote with Pound Sign","b":"1F4B7","d":true,"e":true,"f":true,"h":true,"j":["pound_banknote","british","sterling","money","sales","bills","uk","england","currency"],"k":[28,15],"o":1},"money_with_wings":{"subcategory":"money","a":"Money with Wings","b":"1F4B8","d":true,"e":true,"f":true,"h":true,"j":["money_with_wings","dollar","bills","payment","sale"],"k":[28,16],"o":0},"credit_card":{"subcategory":"money","a":"Credit Card","b":"1F4B3","d":true,"e":true,"f":true,"h":true,"j":["credit_card","money","sales","dollar","bill","payment","shopping"],"k":[28,11],"o":0},"receipt":{"subcategory":"money","a":"Receipt","b":"1F9FE","d":true,"e":true,"f":true,"h":true,"j":["receipt","accounting","expenses"],"k":[53,46],"o":11},"chart":{"subcategory":"money","a":"Chart with Upwards Trend and Yen Sign","b":"1F4B9","d":true,"e":true,"f":true,"h":true,"j":["chart_increasing_with_yen","green-square","graph","presentation","stats"],"k":[28,17],"o":0},"email":{"subcategory":"mail","a":"Envelope","b":"2709-FE0F","c":"2709","d":true,"e":true,"f":true,"h":true,"j":["envelope","letter","postal","inbox","communication"],"k":[58,57],"n":["envelope"],"o":0},"e-mail":{"subcategory":"mail","a":"E-Mail Symbol","b":"1F4E7","d":true,"e":true,"f":true,"h":true,"j":["e_mail","communication","inbox"],"k":[29,2],"o":0},"incoming_envelope":{"subcategory":"mail","a":"Incoming Envelope","b":"1F4E8","d":true,"e":true,"f":true,"h":true,"j":["incoming_envelope","email","inbox"],"k":[29,3],"o":0},"envelope_with_arrow":{"subcategory":"mail","a":"Envelope with Downwards Arrow Above","b":"1F4E9","d":true,"e":true,"f":true,"h":true,"j":["envelope_with_arrow","email","communication"],"k":[29,4],"o":0},"outbox_tray":{"subcategory":"mail","a":"Outbox Tray","b":"1F4E4","d":true,"e":true,"f":true,"h":true,"j":["outbox_tray","inbox","email"],"k":[28,60],"o":0},"inbox_tray":{"subcategory":"mail","a":"Inbox Tray","b":"1F4E5","d":true,"e":true,"f":true,"h":true,"j":["inbox_tray","email","documents"],"k":[29,0],"o":0},"package":{"subcategory":"mail","a":"Package","b":"1F4E6","d":true,"e":true,"f":true,"h":true,"j":["package","mail","gift","cardboard","box","moving"],"k":[29,1],"o":0},"mailbox":{"subcategory":"mail","a":"Closed Mailbox with Raised Flag","b":"1F4EB","d":true,"e":true,"f":true,"h":true,"j":["closed_mailbox_with_raised_flag","email","inbox","communication"],"k":[29,6],"o":0},"mailbox_closed":{"subcategory":"mail","a":"Closed Mailbox with Lowered Flag","b":"1F4EA","d":true,"e":true,"f":true,"h":true,"j":["closed_mailbox_with_lowered_flag","email","communication","inbox"],"k":[29,5],"o":0},"mailbox_with_mail":{"subcategory":"mail","a":"Open Mailbox with Raised Flag","b":"1F4EC","d":true,"e":true,"f":true,"h":true,"j":["open_mailbox_with_raised_flag","email","inbox","communication"],"k":[29,7],"o":0},"mailbox_with_no_mail":{"subcategory":"mail","a":"Open Mailbox with Lowered Flag","b":"1F4ED","d":true,"e":true,"f":true,"h":true,"j":["open_mailbox_with_lowered_flag","email","inbox"],"k":[29,8],"o":0},"postbox":{"subcategory":"mail","a":"Postbox","b":"1F4EE","d":true,"e":true,"f":true,"h":true,"j":["postbox","email","letter","envelope"],"k":[29,9],"o":0},"ballot_box_with_ballot":{"subcategory":"mail","a":"Ballot Box with Ballot","b":"1F5F3-FE0F","c":"1F5F3","d":true,"e":true,"f":true,"h":true,"j":["ballot_box_with_ballot","election","vote"],"k":[32,14],"o":0},"pencil2":{"subcategory":"writing","a":"Pencil","b":"270F-FE0F","c":"270F","d":true,"e":true,"f":true,"h":true,"j":["pencil","stationery","write","paper","writing","school","study"],"k":[59,21],"o":0},"black_nib":{"subcategory":"writing","a":"Black Nib","b":"2712-FE0F","c":"2712","d":true,"e":true,"f":true,"h":true,"j":["black_nib","pen","stationery","writing","write"],"k":[59,22],"o":0},"lower_left_fountain_pen":{"subcategory":"writing","a":"Fountain Pen","b":"1F58B-FE0F","c":"1F58B","d":true,"e":true,"f":true,"h":true,"j":["fountain_pen","stationery","writing","write"],"k":[31,35],"o":0},"lower_left_ballpoint_pen":{"subcategory":"writing","a":"Pen","b":"1F58A-FE0F","c":"1F58A","d":true,"e":true,"f":true,"h":true,"j":["pen","stationery","writing","write"],"k":[31,34],"o":0},"lower_left_paintbrush":{"subcategory":"writing","a":"Paintbrush","b":"1F58C-FE0F","c":"1F58C","d":true,"e":true,"f":true,"h":true,"j":["paintbrush","drawing","creativity","art"],"k":[31,36],"o":0},"lower_left_crayon":{"subcategory":"writing","a":"Crayon","b":"1F58D-FE0F","c":"1F58D","d":true,"e":true,"f":true,"h":true,"j":["crayon","drawing","creativity"],"k":[31,37],"o":0},"memo":{"subcategory":"writing","a":"Memo","b":"1F4DD","d":true,"e":true,"f":true,"h":true,"j":["memo","write","documents","stationery","pencil","paper","writing","legal","exam","quiz","test","study","compose"],"k":[28,53],"n":["pencil"],"o":0},"briefcase":{"subcategory":"office","a":"Briefcase","b":"1F4BC","d":true,"e":true,"f":true,"h":true,"j":["briefcase","business","documents","work","law","legal","job","career"],"k":[28,20],"o":0},"file_folder":{"subcategory":"office","a":"File Folder","b":"1F4C1","d":true,"e":true,"f":true,"h":true,"j":["file_folder","documents","business","office"],"k":[28,25],"o":0},"open_file_folder":{"subcategory":"office","a":"Open File Folder","b":"1F4C2","d":true,"e":true,"f":true,"h":true,"j":["open_file_folder","documents","load"],"k":[28,26],"o":0},"card_index_dividers":{"subcategory":"office","a":"Card Index Dividers","b":"1F5C2-FE0F","c":"1F5C2","d":true,"e":true,"f":true,"h":true,"j":["card_index_dividers","organizing","business","stationery"],"k":[32,1],"o":0},"date":{"subcategory":"office","a":"Calendar","b":"1F4C5","d":true,"e":true,"f":true,"h":true,"j":["calendar","schedule"],"k":[28,29],"o":0},"calendar":{"subcategory":"office","a":"Tear-off Calendar","b":"1F4C6","d":true,"e":true,"f":true,"h":true,"j":["tear_off_calendar","schedule","date","planning"],"k":[28,30],"o":0},"spiral_note_pad":{"subcategory":"office","a":"Spiral Notepad","b":"1F5D2-FE0F","c":"1F5D2","d":true,"e":true,"f":true,"h":true,"j":["spiral_notepad","memo","stationery"],"k":[32,5],"o":0},"spiral_calendar_pad":{"subcategory":"office","a":"Spiral Calendar","b":"1F5D3-FE0F","c":"1F5D3","d":true,"e":true,"f":true,"h":true,"j":["spiral_calendar","date","schedule","planning"],"k":[32,6],"o":0},"card_index":{"subcategory":"office","a":"Card Index","b":"1F4C7","d":true,"e":true,"f":true,"h":true,"j":["card_index","business","stationery"],"k":[28,31],"o":0},"chart_with_upwards_trend":{"subcategory":"office","a":"Chart with Upwards Trend","b":"1F4C8","d":true,"e":true,"f":true,"h":true,"j":["chart_increasing","graph","presentation","stats","recovery","business","economics","money","sales","good","success"],"k":[28,32],"o":0},"chart_with_downwards_trend":{"subcategory":"office","a":"Chart with Downwards Trend","b":"1F4C9","d":true,"e":true,"f":true,"h":true,"j":["chart_decreasing","graph","presentation","stats","recession","business","economics","money","sales","bad","failure"],"k":[28,33],"o":0},"bar_chart":{"subcategory":"office","a":"Bar Chart","b":"1F4CA","d":true,"e":true,"f":true,"h":true,"j":["bar_chart","graph","presentation","stats"],"k":[28,34],"o":0},"clipboard":{"subcategory":"office","a":"Clipboard","b":"1F4CB","d":true,"e":true,"f":true,"h":true,"j":["clipboard","stationery","documents"],"k":[28,35],"o":0},"pushpin":{"subcategory":"office","a":"Pushpin","b":"1F4CC","d":true,"e":true,"f":true,"h":true,"j":["pushpin","stationery","mark","here"],"k":[28,36],"o":0},"round_pushpin":{"subcategory":"office","a":"Round Pushpin","b":"1F4CD","d":true,"e":true,"f":true,"h":true,"j":["round_pushpin","stationery","location","map","here"],"k":[28,37],"o":0},"paperclip":{"subcategory":"office","a":"Paperclip","b":"1F4CE","d":true,"e":true,"f":true,"h":true,"j":["paperclip","documents","stationery"],"k":[28,38],"o":0},"linked_paperclips":{"subcategory":"office","a":"Linked Paperclips","b":"1F587-FE0F","c":"1F587","d":true,"e":true,"f":true,"h":true,"j":["linked_paperclips","documents","stationery"],"k":[31,33],"o":0},"straight_ruler":{"subcategory":"office","a":"Straight Ruler","b":"1F4CF","d":true,"e":true,"f":true,"h":true,"j":["straight_ruler","stationery","calculate","length","math","school","drawing","architect","sketch"],"k":[28,39],"o":0},"triangular_ruler":{"subcategory":"office","a":"Triangular Ruler","b":"1F4D0","d":true,"e":true,"f":true,"h":true,"j":["triangular_ruler","stationery","math","architect","sketch"],"k":[28,40],"o":0},"scissors":{"subcategory":"office","a":"Black Scissors","b":"2702-FE0F","c":"2702","d":true,"e":true,"f":true,"h":true,"j":["scissors","stationery","cut"],"k":[58,54],"o":0},"card_file_box":{"subcategory":"office","a":"Card File Box","b":"1F5C3-FE0F","c":"1F5C3","d":true,"e":true,"f":true,"h":true,"j":["card_file_box","business","stationery"],"k":[32,2],"o":0},"file_cabinet":{"subcategory":"office","a":"File Cabinet","b":"1F5C4-FE0F","c":"1F5C4","d":true,"e":true,"f":true,"h":true,"j":["file_cabinet","filing","organizing"],"k":[32,3],"o":0},"wastebasket":{"subcategory":"office","a":"Wastebasket","b":"1F5D1-FE0F","c":"1F5D1","d":true,"e":true,"f":true,"h":true,"j":["wastebasket","bin","trash","rubbish","garbage","toss"],"k":[32,4],"o":0},"lock":{"subcategory":"lock","a":"Lock","b":"1F512","d":true,"e":true,"f":true,"h":true,"j":["locked","security","password","padlock"],"k":[29,44],"o":0},"unlock":{"subcategory":"lock","a":"Open Lock","b":"1F513","d":true,"e":true,"f":true,"h":true,"j":["unlocked","privacy","security"],"k":[29,45],"o":0},"lock_with_ink_pen":{"subcategory":"lock","a":"Lock with Ink Pen","b":"1F50F","d":true,"e":true,"f":true,"h":true,"j":["locked_with_pen","security","secret"],"k":[29,41],"o":0},"closed_lock_with_key":{"subcategory":"lock","a":"Closed Lock with Key","b":"1F510","d":true,"e":true,"f":true,"h":true,"j":["locked_with_key","security","privacy"],"k":[29,42],"o":0},"key":{"subcategory":"lock","a":"Key","b":"1F511","d":true,"e":true,"f":true,"h":true,"j":["key","lock","door","password"],"k":[29,43],"o":0},"old_key":{"subcategory":"lock","a":"Old Key","b":"1F5DD-FE0F","c":"1F5DD","d":true,"e":true,"f":true,"h":true,"j":["old_key","lock","door","password"],"k":[32,8],"o":0},"hammer":{"subcategory":"tool","a":"Hammer","b":"1F528","d":true,"e":true,"f":true,"h":true,"j":["hammer","tools","build","create"],"k":[30,5],"o":0},"axe":{"subcategory":"tool","a":"Axe","b":"1FA93","d":true,"e":true,"f":true,"h":true,"j":["axe","tool","chop","cut"],"k":[54,12],"o":12},"pick":{"subcategory":"tool","a":"Pick","b":"26CF-FE0F","c":"26CF","d":true,"e":true,"f":true,"h":true,"j":["pick","tools","dig"],"k":[58,20],"o":0},"hammer_and_pick":{"subcategory":"tool","a":"Hammer and Pick","b":"2692-FE0F","c":"2692","d":true,"e":true,"f":true,"h":true,"j":["hammer_and_pick","tools","build","create"],"k":[57,59],"o":1},"hammer_and_wrench":{"subcategory":"tool","a":"Hammer and Wrench","b":"1F6E0-FE0F","c":"1F6E0","d":true,"e":true,"f":true,"h":true,"j":["hammer_and_wrench","tools","build","create"],"k":[38,13],"o":0},"dagger_knife":{"subcategory":"tool","a":"Dagger","b":"1F5E1-FE0F","c":"1F5E1","d":true,"e":true,"f":true,"h":true,"j":["dagger","weapon"],"k":[32,10],"o":0},"crossed_swords":{"subcategory":"tool","a":"Crossed Swords","b":"2694-FE0F","c":"2694","d":true,"e":true,"f":true,"h":true,"j":["crossed_swords","weapon"],"k":[58,0],"o":1},"bomb":{"subcategory":"tool","a":"Bomb","b":"1F4A3","d":true,"e":true,"f":true,"h":true,"j":["bomb","boom","explode","explosion","terrorism"],"k":[27,51],"o":0},"boomerang":{"subcategory":"tool","a":"Boomerang","b":"1FA83","d":true,"e":true,"f":true,"h":true,"j":["boomerang","weapon"],"k":[54,3],"o":13},"bow_and_arrow":{"subcategory":"tool","a":"Bow and Arrow","b":"1F3F9","d":true,"e":true,"f":true,"h":true,"j":["bow_and_arrow","sports"],"k":[10,39],"o":1},"shield":{"subcategory":"tool","a":"Shield","b":"1F6E1-FE0F","c":"1F6E1","d":true,"e":true,"f":true,"h":true,"j":["shield","protection","security"],"k":[38,14],"o":0},"carpentry_saw":{"subcategory":"tool","a":"Carpentry Saw","b":"1FA9A","d":true,"e":true,"f":true,"h":true,"j":["carpentry saw","cut","chop"],"k":[54,19],"o":13},"wrench":{"subcategory":"tool","a":"Wrench","b":"1F527","d":true,"e":true,"f":true,"h":true,"j":["wrench","tools","diy","ikea","fix","maintainer"],"k":[30,4],"o":0},"screwdriver":{"subcategory":"tool","a":"Screwdriver","b":"1FA9B","d":true,"e":true,"f":true,"h":true,"j":["screwdriver","tools"],"k":[54,20],"o":13},"nut_and_bolt":{"subcategory":"tool","a":"Nut and Bolt","b":"1F529","d":true,"e":true,"f":true,"h":true,"j":["nut_and_bolt","handy","tools","fix"],"k":[30,6],"o":0},"gear":{"subcategory":"tool","a":"Gear","b":"2699-FE0F","c":"2699","d":true,"e":true,"f":true,"h":true,"j":["gear","cog"],"k":[58,4],"o":1},"compression":{"subcategory":"tool","a":"Clamp","b":"1F5DC-FE0F","c":"1F5DC","d":true,"e":true,"f":true,"h":true,"j":["clamp","tool"],"k":[32,7],"o":0},"scales":{"subcategory":"tool","a":"Balance Scale","b":"2696-FE0F","c":"2696","d":true,"e":true,"f":true,"h":true,"j":["balance_scale","law","fairness","weight"],"k":[58,2],"o":1},"probing_cane":{"subcategory":"tool","a":"Probing Cane","b":"1F9AF","d":true,"e":true,"f":true,"h":true,"j":["probing_cane","accessibility"],"k":[45,6],"o":12},"link":{"subcategory":"tool","a":"Link Symbol","b":"1F517","d":true,"e":true,"f":true,"h":true,"j":["link","rings","url"],"k":[29,49],"o":0},"chains":{"subcategory":"tool","a":"Chains","b":"26D3-FE0F","c":"26D3","d":true,"e":true,"f":true,"h":true,"j":["chains","lock","arrest"],"k":[58,22],"o":0},"hook":{"subcategory":"tool","a":"Hook","b":"1FA9D","d":true,"e":true,"f":true,"h":true,"j":["hook","tools"],"k":[54,22],"o":13},"toolbox":{"subcategory":"tool","a":"Toolbox","b":"1F9F0","d":true,"e":true,"f":true,"h":true,"j":["toolbox","tools","diy","fix","maintainer","mechanic"],"k":[53,32],"o":11},"magnet":{"subcategory":"tool","a":"Magnet","b":"1F9F2","d":true,"e":true,"f":true,"h":true,"j":["magnet","attraction","magnetic"],"k":[53,34],"o":11},"ladder":{"subcategory":"tool","a":"Ladder","b":"1FA9C","d":true,"e":true,"f":true,"h":true,"j":["ladder","tools"],"k":[54,21],"o":13},"alembic":{"subcategory":"science","a":"Alembic","b":"2697-FE0F","c":"2697","d":true,"e":true,"f":true,"h":true,"j":["alembic","distilling","science","experiment","chemistry"],"k":[58,3],"o":1},"test_tube":{"subcategory":"science","a":"Test Tube","b":"1F9EA","d":true,"e":true,"f":true,"h":true,"j":["test_tube","chemistry","experiment","lab","science"],"k":[53,26],"o":11},"petri_dish":{"subcategory":"science","a":"Petri Dish","b":"1F9EB","d":true,"e":true,"f":true,"h":true,"j":["petri_dish","bacteria","biology","culture","lab"],"k":[53,27],"o":11},"dna":{"subcategory":"science","a":"Dna Double Helix","b":"1F9EC","d":true,"e":true,"f":true,"h":true,"j":["dna","biologist","genetics","life"],"k":[53,28],"o":11},"microscope":{"subcategory":"science","a":"Microscope","b":"1F52C","d":true,"e":true,"f":true,"h":true,"j":["microscope","laboratory","experiment","zoomin","science","study"],"k":[30,9],"o":1},"telescope":{"subcategory":"science","a":"Telescope","b":"1F52D","d":true,"e":true,"f":true,"h":true,"j":["telescope","stars","space","zoom","science","astronomy"],"k":[30,10],"o":1},"satellite_antenna":{"subcategory":"science","a":"Satellite Antenna","b":"1F4E1","d":true,"e":true,"f":true,"h":true,"j":["satellite_antenna","communication","future","radio","space"],"k":[28,57],"o":0},"syringe":{"subcategory":"medical","a":"Syringe","b":"1F489","d":true,"e":true,"f":true,"h":true,"j":["syringe","health","hospital","drugs","blood","medicine","needle","doctor","nurse"],"k":[26,36],"o":0},"drop_of_blood":{"subcategory":"medical","a":"Drop of Blood","b":"1FA78","d":true,"e":true,"f":true,"h":true,"j":["drop_of_blood","period","hurt","harm","wound"],"k":[53,56],"o":12},"pill":{"subcategory":"medical","a":"Pill","b":"1F48A","d":true,"e":true,"f":true,"h":true,"j":["pill","health","medicine","doctor","pharmacy","drug"],"k":[26,37],"o":0},"adhesive_bandage":{"subcategory":"medical","a":"Adhesive Bandage","b":"1FA79","d":true,"e":true,"f":true,"h":true,"j":["adhesive_bandage","heal"],"k":[53,57],"o":12},"crutch":{"subcategory":"medical","a":"Crutch","b":"1FA7C","d":true,"e":true,"f":true,"h":true,"j":["crutch","accessibility","assist"],"k":[53,60],"o":14},"stethoscope":{"subcategory":"medical","a":"Stethoscope","b":"1FA7A","d":true,"e":true,"f":true,"h":true,"j":["stethoscope","health"],"k":[53,58],"o":12},"x-ray":{"subcategory":"medical","a":"X-Ray","b":"1FA7B","d":true,"e":true,"f":true,"h":true,"j":["x-ray","skeleton","medicine"],"k":[53,59],"o":14},"door":{"subcategory":"household","a":"Door","b":"1F6AA","d":true,"e":true,"f":true,"h":true,"j":["door","house","entry","exit"],"k":[36,31],"o":0},"elevator":{"subcategory":"household","a":"Elevator","b":"1F6D7","d":true,"e":true,"f":true,"h":true,"j":["elevator","lift"],"k":[38,8],"o":13},"mirror":{"subcategory":"household","a":"Mirror","b":"1FA9E","d":true,"e":true,"f":true,"h":true,"j":["mirror","reflection"],"k":[54,23],"o":13},"window":{"subcategory":"household","a":"Window","b":"1FA9F","d":true,"e":true,"f":true,"h":true,"j":["window","scenery"],"k":[54,24],"o":13},"bed":{"subcategory":"household","a":"Bed","b":"1F6CF-FE0F","c":"1F6CF","d":true,"e":true,"f":true,"h":true,"j":["bed","sleep","rest"],"k":[38,2],"o":0},"couch_and_lamp":{"subcategory":"household","a":"Couch and Lamp","b":"1F6CB-FE0F","c":"1F6CB","d":true,"e":true,"f":true,"h":true,"j":["couch_and_lamp","read","chill"],"k":[37,54],"o":0},"chair":{"subcategory":"household","a":"Chair","b":"1FA91","d":true,"e":true,"f":true,"h":true,"j":["chair","sit","furniture"],"k":[54,10],"o":12},"toilet":{"subcategory":"household","a":"Toilet","b":"1F6BD","d":true,"e":true,"f":true,"h":true,"j":["toilet","restroom","wc","washroom","bathroom","potty"],"k":[37,40],"o":0},"plunger":{"subcategory":"household","a":"Plunger","b":"1FAA0","d":true,"e":true,"f":true,"h":true,"j":["plunger","toilet"],"k":[54,25],"o":13},"shower":{"subcategory":"household","a":"Shower","b":"1F6BF","d":true,"e":true,"f":true,"h":true,"j":["shower","clean","water","bathroom"],"k":[37,42],"o":1},"bathtub":{"subcategory":"household","a":"Bathtub","b":"1F6C1","d":true,"e":true,"f":true,"h":true,"j":["bathtub","clean","shower","bathroom"],"k":[37,49],"o":1},"mouse_trap":{"subcategory":"household","a":"Mouse Trap","b":"1FAA4","d":true,"e":true,"f":true,"h":true,"j":["mouse trap","cheese"],"k":[54,29],"o":13},"razor":{"subcategory":"household","a":"Razor","b":"1FA92","d":true,"e":true,"f":true,"h":true,"j":["razor","cut"],"k":[54,11],"o":12},"lotion_bottle":{"subcategory":"household","a":"Lotion Bottle","b":"1F9F4","d":true,"e":true,"f":true,"h":true,"j":["lotion_bottle","moisturizer","sunscreen"],"k":[53,36],"o":11},"safety_pin":{"subcategory":"household","a":"Safety Pin","b":"1F9F7","d":true,"e":true,"f":true,"h":true,"j":["safety_pin","diaper"],"k":[53,39],"o":11},"broom":{"subcategory":"household","a":"Broom","b":"1F9F9","d":true,"e":true,"f":true,"h":true,"j":["broom","cleaning","sweeping","witch"],"k":[53,41],"o":11},"basket":{"subcategory":"household","a":"Basket","b":"1F9FA","d":true,"e":true,"f":true,"h":true,"j":["basket","laundry"],"k":[53,42],"o":11},"roll_of_paper":{"subcategory":"household","a":"Roll of Paper","b":"1F9FB","d":true,"e":true,"f":true,"h":true,"j":["roll_of_paper","roll"],"k":[53,43],"o":11},"bucket":{"subcategory":"household","a":"Bucket","b":"1FAA3","d":true,"e":true,"f":true,"h":true,"j":["bucket","water","container"],"k":[54,28],"o":13},"soap":{"subcategory":"household","a":"Bar of Soap","b":"1F9FC","d":true,"e":true,"f":true,"h":true,"j":["soap","bar","bathing","cleaning","lather"],"k":[53,44],"o":11},"bubbles":{"subcategory":"household","a":"Bubbles","b":"1FAE7","d":true,"e":true,"f":true,"h":true,"j":["bubbles","soap","fun","carbonation","sparkling"],"k":[55,37],"o":14},"toothbrush":{"subcategory":"household","a":"Toothbrush","b":"1FAA5","d":true,"e":true,"f":true,"h":true,"j":["toothbrush","hygiene","dental"],"k":[54,30],"o":13},"sponge":{"subcategory":"household","a":"Sponge","b":"1F9FD","d":true,"e":true,"f":true,"h":true,"j":["sponge","absorbing","cleaning","porous"],"k":[53,45],"o":11},"fire_extinguisher":{"subcategory":"household","a":"Fire Extinguisher","b":"1F9EF","d":true,"e":true,"f":true,"h":true,"j":["fire_extinguisher","quench"],"k":[53,31],"o":11},"shopping_trolley":{"subcategory":"household","a":"Shopping Trolley","b":"1F6D2","d":true,"e":true,"f":true,"h":true,"j":["shopping_cart","trolley"],"k":[38,5],"o":3},"smoking":{"subcategory":"other-object","a":"Smoking Symbol","b":"1F6AC","d":true,"e":true,"f":true,"h":true,"j":["cigarette","kills","tobacco","joint","smoke"],"k":[36,33],"o":0},"coffin":{"subcategory":"other-object","a":"Coffin","b":"26B0-FE0F","c":"26B0","d":true,"e":true,"f":true,"h":true,"j":["coffin","vampire","dead","die","death","rip","graveyard","cemetery","casket","funeral","box"],"k":[58,12],"o":1},"headstone":{"subcategory":"other-object","a":"Headstone","b":"1FAA6","d":true,"e":true,"f":true,"h":true,"j":["headstone","death","rip","grave"],"k":[54,31],"o":13},"funeral_urn":{"subcategory":"other-object","a":"Funeral Urn","b":"26B1-FE0F","c":"26B1","d":true,"e":true,"f":true,"h":true,"j":["funeral_urn","dead","die","death","rip","ashes"],"k":[58,13],"o":1},"nazar_amulet":{"subcategory":"other-object","a":"Nazar Amulet","b":"1F9FF","d":true,"e":true,"f":true,"h":true,"j":["nazar_amulet","bead","charm"],"k":[53,47],"o":11},"hamsa":{"subcategory":"other-object","a":"Hamsa","b":"1FAAC","d":true,"e":true,"f":true,"h":true,"j":["hamsa","religion","protection"],"k":[54,37],"o":14},"moyai":{"subcategory":"other-object","a":"Moyai","b":"1F5FF","d":true,"e":true,"f":true,"h":true,"j":["moai","rock","easter island"],"k":[32,20],"o":0},"placard":{"subcategory":"other-object","a":"Placard","b":"1FAA7","d":true,"e":true,"f":true,"h":true,"j":["placard","announcement"],"k":[54,32],"o":13},"identification_card":{"subcategory":"other-object","a":"Identification Card","b":"1FAAA","d":true,"e":true,"f":true,"h":true,"j":["identification card","document"],"k":[54,35],"o":14},"atm":{"subcategory":"transport-sign","a":"Automated Teller Machine","b":"1F3E7","d":true,"e":true,"f":true,"h":true,"j":["atm_sign","money","sales","cash","blue-square","payment","bank"],"k":[10,18],"o":0},"put_litter_in_its_place":{"subcategory":"transport-sign","a":"Put Litter in Its Place Symbol","b":"1F6AE","d":true,"e":true,"f":true,"h":true,"j":["litter_in_bin_sign","blue-square","sign","human","info"],"k":[36,35],"o":1},"potable_water":{"subcategory":"transport-sign","a":"Potable Water Symbol","b":"1F6B0","d":true,"e":true,"f":true,"h":true,"j":["potable_water","blue-square","liquid","restroom","cleaning","faucet"],"k":[36,37],"o":1},"wheelchair":{"subcategory":"transport-sign","a":"Wheelchair Symbol","b":"267F","d":true,"e":true,"f":true,"h":true,"j":["wheelchair_symbol","blue-square","disabled","accessibility"],"k":[57,58],"o":0},"mens":{"subcategory":"transport-sign","a":"Mens Symbol","b":"1F6B9","d":true,"e":true,"f":true,"h":true,"j":["men_s_room","toilet","restroom","wc","blue-square","gender","male"],"k":[37,36],"o":0},"womens":{"subcategory":"transport-sign","a":"Womens Symbol","b":"1F6BA","d":true,"e":true,"f":true,"h":true,"j":["women_s_room","purple-square","woman","female","toilet","loo","restroom","gender"],"k":[37,37],"o":0},"restroom":{"subcategory":"transport-sign","a":"Restroom","b":"1F6BB","d":true,"e":true,"f":true,"h":true,"j":["restroom","blue-square","toilet","refresh","wc","gender"],"k":[37,38],"o":0},"baby_symbol":{"subcategory":"transport-sign","a":"Baby Symbol","b":"1F6BC","d":true,"e":true,"f":true,"h":true,"j":["baby_symbol","orange-square","child"],"k":[37,39],"o":0},"wc":{"subcategory":"transport-sign","a":"Water Closet","b":"1F6BE","d":true,"e":true,"f":true,"h":true,"j":["water_closet","toilet","restroom","blue-square"],"k":[37,41],"o":0},"passport_control":{"subcategory":"transport-sign","a":"Passport Control","b":"1F6C2","d":true,"e":true,"f":true,"h":true,"j":["passport_control","custom","blue-square"],"k":[37,50],"o":1},"customs":{"subcategory":"transport-sign","a":"Customs","b":"1F6C3","d":true,"e":true,"f":true,"h":true,"j":["customs","passport","border","blue-square"],"k":[37,51],"o":1},"baggage_claim":{"subcategory":"transport-sign","a":"Baggage Claim","b":"1F6C4","d":true,"e":true,"f":true,"h":true,"j":["baggage_claim","blue-square","airport","transport"],"k":[37,52],"o":1},"left_luggage":{"subcategory":"transport-sign","a":"Left Luggage","b":"1F6C5","d":true,"e":true,"f":true,"h":true,"j":["left_luggage","blue-square","travel"],"k":[37,53],"o":1},"warning":{"subcategory":"warning","a":"Warning Sign","b":"26A0-FE0F","c":"26A0","d":true,"e":true,"f":true,"h":true,"j":["warning","exclamation","wip","alert","error","problem","issue"],"k":[58,7],"o":0},"children_crossing":{"subcategory":"warning","a":"Children Crossing","b":"1F6B8","d":true,"e":true,"f":true,"h":true,"j":["children_crossing","school","warning","danger","sign","driving","yellow-diamond"],"k":[37,35],"o":1},"no_entry":{"subcategory":"warning","a":"No Entry","b":"26D4","d":true,"e":true,"f":true,"h":true,"j":["no_entry","limit","security","privacy","bad","denied","stop","circle"],"k":[58,23],"o":0},"no_entry_sign":{"subcategory":"warning","a":"No Entry Sign","b":"1F6AB","d":true,"e":true,"f":true,"h":true,"j":["prohibited","forbid","stop","limit","denied","disallow","circle"],"k":[36,32],"o":0},"no_bicycles":{"subcategory":"warning","a":"No Bicycles","b":"1F6B3","d":true,"e":true,"f":true,"h":true,"j":["no_bicycles","no_bikes","bicycle","bike","cyclist","prohibited","circle"],"k":[36,40],"o":1},"no_smoking":{"subcategory":"warning","a":"No Smoking Symbol","b":"1F6AD","d":true,"e":true,"f":true,"h":true,"j":["no_smoking","cigarette","blue-square","smell","smoke"],"k":[36,34],"o":0},"do_not_litter":{"subcategory":"warning","a":"Do Not Litter Symbol","b":"1F6AF","d":true,"e":true,"f":true,"h":true,"j":["no_littering","trash","bin","garbage","circle"],"k":[36,36],"o":1},"non-potable_water":{"subcategory":"warning","a":"Non-Potable Water Symbol","b":"1F6B1","d":true,"e":true,"f":true,"h":true,"j":["non_potable_water","drink","faucet","tap","circle"],"k":[36,38],"o":1},"no_pedestrians":{"subcategory":"warning","a":"No Pedestrians","b":"1F6B7","d":true,"e":true,"f":true,"h":true,"j":["no_pedestrians","rules","crossing","walking","circle"],"k":[37,34],"o":1},"no_mobile_phones":{"subcategory":"warning","a":"No Mobile Phones","b":"1F4F5","d":true,"e":true,"f":true,"h":true,"j":["no_mobile_phones","iphone","mute","circle"],"k":[29,16],"o":1},"underage":{"subcategory":"warning","a":"No One Under Eighteen Symbol","b":"1F51E","d":true,"e":true,"f":true,"h":true,"j":["no_one_under_eighteen","18","drink","pub","night","minor","circle"],"k":[29,56],"o":0},"radioactive_sign":{"subcategory":"warning","a":"Radioactive","b":"2622-FE0F","c":"2622","d":true,"e":true,"f":true,"h":true,"j":["radioactive","nuclear","danger"],"k":[57,27],"o":1},"biohazard_sign":{"subcategory":"warning","a":"Biohazard","b":"2623-FE0F","c":"2623","d":true,"e":true,"f":true,"h":true,"j":["biohazard","danger"],"k":[57,28],"o":1},"arrow_up":{"subcategory":"arrow","a":"Upwards Black Arrow","b":"2B06-FE0F","c":"2B06","d":true,"e":true,"f":true,"h":true,"j":["up_arrow","blue-square","continue","top","direction"],"k":[59,51],"o":0},"arrow_upper_right":{"subcategory":"arrow","a":"North East Arrow","b":"2197-FE0F","c":"2197","d":true,"e":true,"f":true,"h":true,"j":["up_right_arrow","blue-square","point","direction","diagonal","northeast"],"k":[56,39],"o":0},"arrow_right":{"subcategory":"arrow","a":"Black Rightwards Arrow","b":"27A1-FE0F","c":"27A1","d":true,"e":true,"f":true,"h":true,"j":["right_arrow","blue-square","next"],"k":[59,45],"o":0},"arrow_lower_right":{"subcategory":"arrow","a":"South East Arrow","b":"2198-FE0F","c":"2198","d":true,"e":true,"f":true,"h":true,"j":["down_right_arrow","blue-square","direction","diagonal","southeast"],"k":[56,40],"o":0},"arrow_down":{"subcategory":"arrow","a":"Downwards Black Arrow","b":"2B07-FE0F","c":"2B07","d":true,"e":true,"f":true,"h":true,"j":["down_arrow","blue-square","direction","bottom"],"k":[59,52],"o":0},"arrow_lower_left":{"subcategory":"arrow","a":"South West Arrow","b":"2199-FE0F","c":"2199","d":true,"e":true,"f":true,"h":true,"j":["down_left_arrow","blue-square","direction","diagonal","southwest"],"k":[56,41],"o":0},"arrow_left":{"subcategory":"arrow","a":"Leftwards Black Arrow","b":"2B05-FE0F","c":"2B05","d":true,"e":true,"f":true,"h":true,"j":["left_arrow","blue-square","previous","back"],"k":[59,50],"o":0},"arrow_upper_left":{"subcategory":"arrow","a":"North West Arrow","b":"2196-FE0F","c":"2196","d":true,"e":true,"f":true,"h":true,"j":["up_left_arrow","blue-square","point","direction","diagonal","northwest"],"k":[56,38],"o":0},"arrow_up_down":{"subcategory":"arrow","a":"Up Down Arrow","b":"2195-FE0F","c":"2195","d":true,"e":true,"f":true,"h":true,"j":["up_down_arrow","blue-square","direction","way","vertical"],"k":[56,37],"o":0},"left_right_arrow":{"subcategory":"arrow","a":"Left Right Arrow","b":"2194-FE0F","c":"2194","d":true,"e":true,"f":true,"h":true,"j":["left_right_arrow","shape","direction","horizontal","sideways"],"k":[56,36],"o":0},"leftwards_arrow_with_hook":{"subcategory":"arrow","a":"Leftwards Arrow with Hook","b":"21A9-FE0F","c":"21A9","d":true,"e":true,"f":true,"h":true,"j":["right_arrow_curving_left","back","return","blue-square","undo","enter"],"k":[56,42],"o":0},"arrow_right_hook":{"subcategory":"arrow","a":"Rightwards Arrow with Hook","b":"21AA-FE0F","c":"21AA","d":true,"e":true,"f":true,"h":true,"j":["left_arrow_curving_right","blue-square","return","rotate","direction"],"k":[56,43],"o":0},"arrow_heading_up":{"subcategory":"arrow","a":"Arrow Pointing Rightwards Then Curving Upwards","b":"2934-FE0F","c":"2934","d":true,"e":true,"f":true,"h":true,"j":["right_arrow_curving_up","blue-square","direction","top"],"k":[59,48],"o":0},"arrow_heading_down":{"subcategory":"arrow","a":"Arrow Pointing Rightwards Then Curving Downwards","b":"2935-FE0F","c":"2935","d":true,"e":true,"f":true,"h":true,"j":["right_arrow_curving_down","blue-square","direction","bottom"],"k":[59,49],"o":0},"arrows_clockwise":{"subcategory":"arrow","a":"Clockwise Downwards and Upwards Open Circle Arrows","b":"1F503","d":true,"e":true,"f":true,"h":true,"j":["clockwise_vertical_arrows","sync","cycle","round","repeat"],"k":[29,29],"o":0},"arrows_counterclockwise":{"subcategory":"arrow","a":"Anticlockwise Downwards and Upwards Open Circle Arrows","b":"1F504","d":true,"e":true,"f":true,"h":true,"j":["counterclockwise_arrows_button","blue-square","sync","cycle"],"k":[29,30],"o":1},"back":{"subcategory":"arrow","a":"Back with Leftwards Arrow Above","b":"1F519","d":true,"e":true,"f":true,"h":true,"j":["back_arrow","arrow","words","return"],"k":[29,51],"o":0},"end":{"subcategory":"arrow","a":"End with Leftwards Arrow Above","b":"1F51A","d":true,"e":true,"f":true,"h":true,"j":["end_arrow","words","arrow"],"k":[29,52],"o":0},"on":{"subcategory":"arrow","a":"On with Exclamation Mark with Left Right Arrow Above","b":"1F51B","d":true,"e":true,"f":true,"h":true,"j":["on_arrow","arrow","words"],"k":[29,53],"o":0},"soon":{"subcategory":"arrow","a":"Soon with Rightwards Arrow Above","b":"1F51C","d":true,"e":true,"f":true,"h":true,"j":["soon_arrow","arrow","words"],"k":[29,54],"o":0},"top":{"subcategory":"arrow","a":"Top with Upwards Arrow Above","b":"1F51D","d":true,"e":true,"f":true,"h":true,"j":["top_arrow","words","blue-square"],"k":[29,55],"o":0},"place_of_worship":{"subcategory":"religion","a":"Place of Worship","b":"1F6D0","d":true,"e":true,"f":true,"h":true,"j":["place_of_worship","religion","church","temple","prayer"],"k":[38,3],"o":1},"atom_symbol":{"subcategory":"religion","a":"Atom Symbol","b":"269B-FE0F","c":"269B","d":true,"e":true,"f":true,"h":true,"j":["atom_symbol","science","physics","chemistry"],"k":[58,5],"o":1},"om_symbol":{"subcategory":"religion","a":"Om","b":"1F549-FE0F","c":"1F549","d":true,"e":true,"f":true,"h":true,"j":["om","hinduism","buddhism","sikhism","jainism"],"k":[30,27],"o":0},"star_of_david":{"subcategory":"religion","a":"Star of David","b":"2721-FE0F","c":"2721","d":true,"e":true,"f":true,"h":true,"j":["star_of_david","judaism"],"k":[59,26],"o":0},"wheel_of_dharma":{"subcategory":"religion","a":"Wheel of Dharma","b":"2638-FE0F","c":"2638","d":true,"e":true,"f":true,"h":true,"j":["wheel_of_dharma","hinduism","buddhism","sikhism","jainism"],"k":[57,33],"o":0},"yin_yang":{"subcategory":"religion","a":"Yin Yang","b":"262F-FE0F","c":"262F","d":true,"e":true,"f":true,"h":true,"j":["yin_yang","balance"],"k":[57,32],"o":0},"latin_cross":{"subcategory":"religion","a":"Latin Cross","b":"271D-FE0F","c":"271D","d":true,"e":true,"f":true,"h":true,"j":["latin_cross","christianity"],"k":[59,25],"o":0},"orthodox_cross":{"subcategory":"religion","a":"Orthodox Cross","b":"2626-FE0F","c":"2626","d":true,"e":true,"f":true,"h":true,"j":["orthodox_cross","suppedaneum","religion"],"k":[57,29],"o":1},"star_and_crescent":{"subcategory":"religion","a":"Star and Crescent","b":"262A-FE0F","c":"262A","d":true,"e":true,"f":true,"h":true,"j":["star_and_crescent","islam"],"k":[57,30],"o":0},"peace_symbol":{"subcategory":"religion","a":"Peace Symbol","b":"262E-FE0F","c":"262E","d":true,"e":true,"f":true,"h":true,"j":["peace_symbol","hippie"],"k":[57,31],"o":1},"menorah_with_nine_branches":{"subcategory":"religion","a":"Menorah with Nine Branches","b":"1F54E","d":true,"e":true,"f":true,"h":true,"j":["menorah","hanukkah","candles","jewish"],"k":[30,32],"o":1},"six_pointed_star":{"subcategory":"religion","a":"Six Pointed Star with Middle Dot","b":"1F52F","d":true,"e":true,"f":true,"h":true,"j":["dotted_six_pointed_star","purple-square","religion","jewish","hexagram"],"k":[30,12],"o":0},"khanda":{"subcategory":"religion","a":"Khanda","b":"1FAAF","d":true,"e":true,"f":false,"h":false,"j":["khanda","Sikhism","religion"],"k":[54,40],"o":15},"aries":{"subcategory":"zodiac","a":"Aries","b":"2648","d":true,"e":true,"f":true,"h":true,"j":["aries","sign","purple-square","zodiac","astrology"],"k":[57,38],"o":0},"taurus":{"subcategory":"zodiac","a":"Taurus","b":"2649","d":true,"e":true,"f":true,"h":true,"j":["taurus","purple-square","sign","zodiac","astrology"],"k":[57,39],"o":0},"gemini":{"subcategory":"zodiac","a":"Gemini","b":"264A","d":true,"e":true,"f":true,"h":true,"j":["gemini","sign","zodiac","purple-square","astrology"],"k":[57,40],"o":0},"cancer":{"subcategory":"zodiac","a":"Cancer","b":"264B","d":true,"e":true,"f":true,"h":true,"j":["cancer","sign","zodiac","purple-square","astrology"],"k":[57,41],"o":0},"leo":{"subcategory":"zodiac","a":"Leo","b":"264C","d":true,"e":true,"f":true,"h":true,"j":["leo","sign","purple-square","zodiac","astrology"],"k":[57,42],"o":0},"virgo":{"subcategory":"zodiac","a":"Virgo","b":"264D","d":true,"e":true,"f":true,"h":true,"j":["virgo","sign","zodiac","purple-square","astrology"],"k":[57,43],"o":0},"libra":{"subcategory":"zodiac","a":"Libra","b":"264E","d":true,"e":true,"f":true,"h":true,"j":["libra","sign","purple-square","zodiac","astrology"],"k":[57,44],"o":0},"scorpius":{"subcategory":"zodiac","a":"Scorpius","b":"264F","d":true,"e":true,"f":true,"h":true,"j":["scorpio","sign","zodiac","purple-square","astrology"],"k":[57,45],"o":0},"sagittarius":{"subcategory":"zodiac","a":"Sagittarius","b":"2650","d":true,"e":true,"f":true,"h":true,"j":["sagittarius","sign","zodiac","purple-square","astrology"],"k":[57,46],"o":0},"capricorn":{"subcategory":"zodiac","a":"Capricorn","b":"2651","d":true,"e":true,"f":true,"h":true,"j":["capricorn","sign","zodiac","purple-square","astrology"],"k":[57,47],"o":0},"aquarius":{"subcategory":"zodiac","a":"Aquarius","b":"2652","d":true,"e":true,"f":true,"h":true,"j":["aquarius","sign","purple-square","zodiac","astrology"],"k":[57,48],"o":0},"pisces":{"subcategory":"zodiac","a":"Pisces","b":"2653","d":true,"e":true,"f":true,"h":true,"j":["pisces","purple-square","sign","zodiac","astrology"],"k":[57,49],"o":0},"ophiuchus":{"subcategory":"zodiac","a":"Ophiuchus","b":"26CE","d":true,"e":true,"f":true,"h":true,"j":["ophiuchus","sign","purple-square","constellation","astrology"],"k":[58,19],"o":0},"twisted_rightwards_arrows":{"subcategory":"av-symbol","a":"Twisted Rightwards Arrows","b":"1F500","d":true,"e":true,"f":true,"h":true,"j":["shuffle_tracks_button","blue-square","shuffle","music","random"],"k":[29,26],"o":1},"repeat":{"subcategory":"av-symbol","a":"Clockwise Rightwards and Leftwards Open Circle Arrows","b":"1F501","d":true,"e":true,"f":true,"h":true,"j":["repeat_button","loop","record"],"k":[29,27],"o":1},"repeat_one":{"subcategory":"av-symbol","a":"Clockwise Rightwards and Leftwards Open Circle Arrows with Circled One Overlay","b":"1F502","d":true,"e":true,"f":true,"h":true,"j":["repeat_single_button","blue-square","loop"],"k":[29,28],"o":1},"arrow_forward":{"subcategory":"av-symbol","a":"Black Right-Pointing Triangle","b":"25B6-FE0F","c":"25B6","d":true,"e":true,"f":true,"h":true,"j":["play_button","blue-square","right","direction","play"],"k":[57,4],"o":0},"fast_forward":{"subcategory":"av-symbol","a":"Black Right-Pointing Double Triangle","b":"23E9","d":true,"e":true,"f":true,"h":true,"j":["fast_forward_button","blue-square","play","speed","continue"],"k":[56,48],"o":0},"black_right_pointing_double_triangle_with_vertical_bar":{"subcategory":"av-symbol","a":"Next Track Button","b":"23ED-FE0F","c":"23ED","d":true,"e":true,"f":true,"h":true,"j":["next_track_button","forward","next","blue-square"],"k":[56,52],"o":0},"black_right_pointing_triangle_with_double_vertical_bar":{"subcategory":"av-symbol","a":"Play or Pause Button","b":"23EF-FE0F","c":"23EF","d":true,"e":true,"f":true,"h":true,"j":["play_or_pause_button","blue-square","play","pause"],"k":[56,54],"o":1},"arrow_backward":{"subcategory":"av-symbol","a":"Black Left-Pointing Triangle","b":"25C0-FE0F","c":"25C0","d":true,"e":true,"f":true,"h":true,"j":["reverse_button","blue-square","left","direction"],"k":[57,5],"o":0},"rewind":{"subcategory":"av-symbol","a":"Black Left-Pointing Double Triangle","b":"23EA","d":true,"e":true,"f":true,"h":true,"j":["fast_reverse_button","play","blue-square"],"k":[56,49],"o":0},"black_left_pointing_double_triangle_with_vertical_bar":{"subcategory":"av-symbol","a":"Last Track Button","b":"23EE-FE0F","c":"23EE","d":true,"e":true,"f":true,"h":true,"j":["last_track_button","backward"],"k":[56,53],"o":0},"arrow_up_small":{"subcategory":"av-symbol","a":"Up-Pointing Small Red Triangle","b":"1F53C","d":true,"e":true,"f":true,"h":true,"j":["upwards_button","blue-square","triangle","direction","point","forward","top"],"k":[30,25],"o":0},"arrow_double_up":{"subcategory":"av-symbol","a":"Black Up-Pointing Double Triangle","b":"23EB","d":true,"e":true,"f":true,"h":true,"j":["fast_up_button","blue-square","direction","top"],"k":[56,50],"o":0},"arrow_down_small":{"subcategory":"av-symbol","a":"Down-Pointing Small Red Triangle","b":"1F53D","d":true,"e":true,"f":true,"h":true,"j":["downwards_button","blue-square","direction","bottom"],"k":[30,26],"o":0},"arrow_double_down":{"subcategory":"av-symbol","a":"Black Down-Pointing Double Triangle","b":"23EC","d":true,"e":true,"f":true,"h":true,"j":["fast_down_button","blue-square","direction","bottom"],"k":[56,51],"o":0},"double_vertical_bar":{"subcategory":"av-symbol","a":"Pause Button","b":"23F8-FE0F","c":"23F8","d":true,"e":true,"f":true,"h":true,"j":["pause_button","pause","blue-square"],"k":[56,59],"o":0},"black_square_for_stop":{"subcategory":"av-symbol","a":"Stop Button","b":"23F9-FE0F","c":"23F9","d":true,"e":true,"f":true,"h":true,"j":["stop_button","blue-square"],"k":[56,60],"o":0},"black_circle_for_record":{"subcategory":"av-symbol","a":"Record Button","b":"23FA-FE0F","c":"23FA","d":true,"e":true,"f":true,"h":true,"j":["record_button","blue-square"],"k":[57,0],"o":0},"eject":{"subcategory":"av-symbol","a":"Eject Button","b":"23CF-FE0F","c":"23CF","d":true,"e":true,"f":true,"h":true,"j":["eject_button","blue-square"],"k":[56,47],"o":1},"cinema":{"subcategory":"av-symbol","a":"Cinema","b":"1F3A6","d":true,"e":true,"f":true,"h":true,"j":["cinema","blue-square","record","film","movie","curtain","stage","theater"],"k":[7,41],"o":0},"low_brightness":{"subcategory":"av-symbol","a":"Low Brightness Symbol","b":"1F505","d":true,"e":true,"f":true,"h":true,"j":["dim_button","sun","afternoon","warm","summer"],"k":[29,31],"o":1},"high_brightness":{"subcategory":"av-symbol","a":"High Brightness Symbol","b":"1F506","d":true,"e":true,"f":true,"h":true,"j":["bright_button","sun","light"],"k":[29,32],"o":1},"signal_strength":{"subcategory":"av-symbol","a":"Antenna with Bars","b":"1F4F6","d":true,"e":true,"f":true,"h":true,"j":["antenna_bars","blue-square","reception","phone","internet","connection","wifi","bluetooth","bars"],"k":[29,17],"o":0},"wireless":{"subcategory":"av-symbol","a":"Wireless","b":"1F6DC","d":true,"e":true,"f":false,"h":false,"j":["wireless","wifi","internet","contactless","signal"],"k":[38,9],"o":15},"vibration_mode":{"subcategory":"av-symbol","a":"Vibration Mode","b":"1F4F3","d":true,"e":true,"f":true,"h":true,"j":["vibration_mode","orange-square","phone"],"k":[29,14],"o":0},"mobile_phone_off":{"subcategory":"av-symbol","a":"Mobile Phone off","b":"1F4F4","d":true,"e":true,"f":true,"h":true,"j":["mobile_phone_off","mute","orange-square","silence","quiet"],"k":[29,15],"o":0},"female_sign":{"subcategory":"gender","a":"Female Sign","b":"2640-FE0F","c":"2640","d":false,"e":true,"f":true,"h":true,"j":["female_sign","woman","women","lady","girl"],"k":[57,36],"o":4},"male_sign":{"subcategory":"gender","a":"Male Sign","b":"2642-FE0F","c":"2642","d":false,"e":true,"f":true,"h":true,"j":["male_sign","man","boy","men"],"k":[57,37],"o":4},"transgender_symbol":{"subcategory":"gender","a":"Transgender Symbol","b":"26A7-FE0F","c":"26A7","d":true,"e":true,"f":true,"h":true,"j":["transgender symbol","transgender","lgbtq"],"k":[58,9],"o":13},"heavy_multiplication_x":{"subcategory":"math","a":"Heavy Multiplication X","b":"2716-FE0F","c":"2716","d":true,"e":true,"f":true,"h":true,"j":["multiplication_sign","math","calculation"],"k":[59,24],"o":0},"heavy_plus_sign":{"subcategory":"math","a":"Heavy Plus Sign","b":"2795","d":true,"e":true,"f":true,"h":true,"j":["plus_sign","math","calculation","addition","more","increase"],"k":[59,42],"o":0},"heavy_minus_sign":{"subcategory":"math","a":"Heavy Minus Sign","b":"2796","d":true,"e":true,"f":true,"h":true,"j":["minus_sign","math","calculation","subtract","less"],"k":[59,43],"o":0},"heavy_division_sign":{"subcategory":"math","a":"Heavy Division Sign","b":"2797","d":true,"e":true,"f":true,"h":true,"j":["division_sign","divide","math","calculation"],"k":[59,44],"o":0},"heavy_equals_sign":{"subcategory":"math","a":"Heavy Equals Sign","b":"1F7F0","d":true,"e":true,"f":true,"h":true,"j":["heavy equals sign","math"],"k":[38,45],"o":14},"infinity":{"subcategory":"math","a":"Infinity","b":"267E-FE0F","c":"267E","d":true,"e":true,"f":true,"h":true,"j":["infinity","forever"],"k":[57,57],"o":11},"bangbang":{"subcategory":"punctuation","a":"Double Exclamation Mark","b":"203C-FE0F","c":"203C","d":true,"e":true,"f":true,"h":true,"j":["double_exclamation_mark","exclamation","surprise"],"k":[56,32],"o":0},"interrobang":{"subcategory":"punctuation","a":"Exclamation Question Mark","b":"2049-FE0F","c":"2049","d":true,"e":true,"f":true,"h":true,"j":["exclamation_question_mark","wat","punctuation","surprise"],"k":[56,33],"o":0},"question":{"subcategory":"punctuation","a":"Black Question Mark Ornament","b":"2753","d":true,"e":true,"f":true,"h":true,"j":["question_mark","doubt","confused"],"k":[59,34],"o":0},"grey_question":{"subcategory":"punctuation","a":"White Question Mark Ornament","b":"2754","d":true,"e":true,"f":true,"h":true,"j":["white_question_mark","doubts","gray","huh","confused"],"k":[59,35],"o":0},"grey_exclamation":{"subcategory":"punctuation","a":"White Exclamation Mark Ornament","b":"2755","d":true,"e":true,"f":true,"h":true,"j":["white_exclamation_mark","surprise","punctuation","gray","wow","warning"],"k":[59,36],"o":0},"exclamation":{"subcategory":"punctuation","a":"Heavy Exclamation Mark Symbol","b":"2757","d":true,"e":true,"f":true,"h":true,"j":["exclamation_mark","heavy_exclamation_mark","danger","surprise","punctuation","wow","warning"],"k":[59,37],"n":["heavy_exclamation_mark"],"o":0},"wavy_dash":{"subcategory":"punctuation","a":"Wavy Dash","b":"3030-FE0F","c":"3030","d":true,"e":true,"f":true,"h":true,"j":["wavy_dash","draw","line","moustache","mustache","squiggle","scribble"],"k":[59,57],"o":0},"currency_exchange":{"subcategory":"currency","a":"Currency Exchange","b":"1F4B1","d":true,"e":true,"f":true,"h":true,"j":["currency_exchange","money","sales","dollar","travel"],"k":[28,9],"o":0},"heavy_dollar_sign":{"subcategory":"currency","a":"Heavy Dollar Sign","b":"1F4B2","d":true,"e":true,"f":true,"h":true,"j":["heavy_dollar_sign","money","sales","payment","currency","buck"],"k":[28,10],"o":0},"medical_symbol":{"subcategory":"other-symbol","a":"Medical Symbol","b":"2695-FE0F","c":"2695","d":false,"e":true,"f":true,"h":true,"j":["medical_symbol","health","hospital"],"k":[58,1],"n":["staff_of_aesculapius"],"o":4},"recycle":{"subcategory":"other-symbol","a":"Black Universal Recycling Symbol","b":"267B-FE0F","c":"267B","d":true,"e":true,"f":true,"h":true,"j":["recycling_symbol","arrow","environment","garbage","trash"],"k":[57,56],"o":0},"fleur_de_lis":{"subcategory":"other-symbol","a":"Fleur-De-Lis","b":"269C-FE0F","c":"269C","d":true,"e":true,"f":true,"h":true,"j":["fleur_de_lis","decorative","scout"],"k":[58,6],"o":1},"trident":{"subcategory":"other-symbol","a":"Trident Emblem","b":"1F531","d":true,"e":true,"f":true,"h":true,"j":["trident_emblem","weapon","spear"],"k":[30,14],"o":0},"name_badge":{"subcategory":"other-symbol","a":"Name Badge","b":"1F4DB","d":true,"e":true,"f":true,"h":true,"j":["name_badge","fire","forbid"],"k":[28,51],"o":0},"beginner":{"subcategory":"other-symbol","a":"Japanese Symbol for Beginner","b":"1F530","d":true,"e":true,"f":true,"h":true,"j":["japanese_symbol_for_beginner","badge","shield"],"k":[30,13],"o":0},"o":{"subcategory":"other-symbol","a":"Heavy Large Circle","b":"2B55","d":true,"e":true,"f":true,"h":true,"j":["hollow_red_circle","circle","round"],"k":[59,56],"o":0},"white_check_mark":{"subcategory":"other-symbol","a":"White Heavy Check Mark","b":"2705","d":true,"e":true,"f":true,"h":true,"j":["check_mark_button","green-square","ok","agree","vote","election","answer","tick"],"k":[58,55],"o":0},"ballot_box_with_check":{"subcategory":"other-symbol","a":"Ballot Box with Check","b":"2611-FE0F","c":"2611","d":true,"e":true,"f":true,"h":true,"j":["check_box_with_check","ok","agree","confirm","black-square","vote","election","yes","tick"],"k":[57,16],"o":0},"heavy_check_mark":{"subcategory":"other-symbol","a":"Heavy Check Mark","b":"2714-FE0F","c":"2714","d":true,"e":true,"f":true,"h":true,"j":["check_mark","ok","nike","answer","yes","tick"],"k":[59,23],"o":0},"x":{"subcategory":"other-symbol","a":"Cross Mark","b":"274C","d":true,"e":true,"f":true,"h":true,"j":["cross_mark","no","delete","remove","cancel","red"],"k":[59,32],"o":0},"negative_squared_cross_mark":{"subcategory":"other-symbol","a":"Negative Squared Cross Mark","b":"274E","d":true,"e":true,"f":true,"h":true,"j":["cross_mark_button","x","green-square","no","deny"],"k":[59,33],"o":0},"curly_loop":{"subcategory":"other-symbol","a":"Curly Loop","b":"27B0","d":true,"e":true,"f":true,"h":true,"j":["curly_loop","scribble","draw","shape","squiggle"],"k":[59,46],"o":0},"loop":{"subcategory":"other-symbol","a":"Double Curly Loop","b":"27BF","d":true,"e":true,"f":true,"h":true,"j":["double_curly_loop","tape","cassette"],"k":[59,47],"o":1},"part_alternation_mark":{"subcategory":"other-symbol","a":"Part Alternation Mark","b":"303D-FE0F","c":"303D","d":true,"e":true,"f":true,"h":true,"j":["part_alternation_mark","graph","presentation","stats","business","economics","bad"],"k":[59,58],"o":0},"eight_spoked_asterisk":{"subcategory":"other-symbol","a":"Eight Spoked Asterisk","b":"2733-FE0F","c":"2733","d":true,"e":true,"f":true,"h":true,"j":["eight_spoked_asterisk","star","sparkle","green-square"],"k":[59,28],"o":0},"eight_pointed_black_star":{"subcategory":"other-symbol","a":"Eight Pointed Black Star","b":"2734-FE0F","c":"2734","d":true,"e":true,"f":true,"h":true,"j":["eight_pointed_star","orange-square","shape","polygon"],"k":[59,29],"o":0},"sparkle":{"subcategory":"other-symbol","a":"Sparkle","b":"2747-FE0F","c":"2747","d":true,"e":true,"f":true,"h":true,"j":["sparkle","stars","green-square","awesome","good","fireworks"],"k":[59,31],"o":0},"copyright":{"subcategory":"other-symbol","a":"Copyright Sign","b":"00A9-FE0F","c":"00A9","d":true,"e":true,"f":true,"h":false,"j":["copyright","ip","license","circle","law","legal"],"k":[0,12],"o":0},"registered":{"subcategory":"other-symbol","a":"Registered Sign","b":"00AE-FE0F","c":"00AE","d":true,"e":true,"f":true,"h":false,"j":["registered","alphabet","circle"],"k":[0,13],"o":0},"tm":{"subcategory":"other-symbol","a":"Trade Mark Sign","b":"2122-FE0F","c":"2122","d":true,"e":true,"f":true,"h":true,"j":["trade_mark","trademark","brand","law","legal"],"k":[56,34],"o":0},"hash":{"subcategory":"keycap","a":"Hash Key","b":"0023-FE0F-20E3","c":"0023-20E3","d":true,"e":true,"f":true,"h":false,"j":["keycap_","symbol","blue-square","twitter"],"k":[0,0],"o":0},"keycap_star":{"subcategory":"keycap","a":"Keycap: *","b":"002A-FE0F-20E3","c":"002A-20E3","d":true,"e":true,"f":true,"h":false,"j":["keycap_","star","keycap"],"k":[0,1],"o":2},"zero":{"subcategory":"keycap","a":"Keycap 0","b":"0030-FE0F-20E3","c":"0030-20E3","d":true,"e":true,"f":true,"h":false,"j":["keycap_0","0","numbers","blue-square","null","zero"],"k":[0,2],"o":0},"one":{"subcategory":"keycap","a":"Keycap 1","b":"0031-FE0F-20E3","c":"0031-20E3","d":true,"e":true,"f":true,"h":false,"j":["keycap_1","blue-square","numbers","1","one"],"k":[0,3],"o":0},"two":{"subcategory":"keycap","a":"Keycap 2","b":"0032-FE0F-20E3","c":"0032-20E3","d":true,"e":true,"f":true,"h":false,"j":["keycap_2","numbers","2","prime","blue-square","two"],"k":[0,4],"o":0},"three":{"subcategory":"keycap","a":"Keycap 3","b":"0033-FE0F-20E3","c":"0033-20E3","d":true,"e":true,"f":true,"h":false,"j":["keycap_3","3","numbers","prime","blue-square","three"],"k":[0,5],"o":0},"four":{"subcategory":"keycap","a":"Keycap 4","b":"0034-FE0F-20E3","c":"0034-20E3","d":true,"e":true,"f":true,"h":false,"j":["keycap_4","4","numbers","blue-square","four"],"k":[0,6],"o":0},"five":{"subcategory":"keycap","a":"Keycap 5","b":"0035-FE0F-20E3","c":"0035-20E3","d":true,"e":true,"f":true,"h":false,"j":["keycap_5","5","numbers","blue-square","prime","five"],"k":[0,7],"o":0},"six":{"subcategory":"keycap","a":"Keycap 6","b":"0036-FE0F-20E3","c":"0036-20E3","d":true,"e":true,"f":true,"h":false,"j":["keycap_6","6","numbers","blue-square","six"],"k":[0,8],"o":0},"seven":{"subcategory":"keycap","a":"Keycap 7","b":"0037-FE0F-20E3","c":"0037-20E3","d":true,"e":true,"f":true,"h":false,"j":["keycap_7","7","numbers","blue-square","prime","seven"],"k":[0,9],"o":0},"eight":{"subcategory":"keycap","a":"Keycap 8","b":"0038-FE0F-20E3","c":"0038-20E3","d":true,"e":true,"f":true,"h":false,"j":["keycap_8","8","blue-square","numbers","eight"],"k":[0,10],"o":0},"nine":{"subcategory":"keycap","a":"Keycap 9","b":"0039-FE0F-20E3","c":"0039-20E3","d":true,"e":true,"f":true,"h":false,"j":["keycap_9","blue-square","numbers","9","nine"],"k":[0,11],"o":0},"keycap_ten":{"subcategory":"keycap","a":"Keycap Ten","b":"1F51F","d":true,"e":true,"f":true,"h":true,"j":["keycap_10","numbers","10","blue-square","ten"],"k":[29,57],"o":0},"capital_abcd":{"subcategory":"alphanum","a":"Input Symbol for Latin Capital Letters","b":"1F520","d":true,"e":true,"f":true,"h":true,"j":["input_latin_uppercase","alphabet","words","letters","uppercase","blue-square"],"k":[29,58],"o":0},"abcd":{"subcategory":"alphanum","a":"Input Symbol for Latin Small Letters","b":"1F521","d":true,"e":true,"f":true,"h":true,"j":["input_latin_lowercase","blue-square","letters","lowercase","alphabet"],"k":[29,59],"o":0},"symbols":{"subcategory":"alphanum","a":"Input Symbol for Symbols","b":"1F523","d":true,"e":true,"f":true,"h":true,"j":["input_symbols","blue-square","music","note","ampersand","percent","glyphs","characters"],"k":[30,0],"o":0},"abc":{"subcategory":"alphanum","a":"Input Symbol for Latin Letters","b":"1F524","d":true,"e":true,"f":true,"h":true,"j":["input_latin_letters","blue-square","alphabet"],"k":[30,1],"o":0},"a":{"subcategory":"alphanum","a":"Negative Squared Latin Capital Letter a","b":"1F170-FE0F","c":"1F170","d":true,"e":true,"f":true,"h":true,"j":["a_button","red-square","alphabet","letter"],"k":[0,16],"o":0},"ab":{"subcategory":"alphanum","a":"Negative Squared Ab","b":"1F18E","d":true,"e":true,"f":true,"h":true,"j":["ab_button","red-square","alphabet"],"k":[0,20],"o":0},"b":{"subcategory":"alphanum","a":"Negative Squared Latin Capital Letter B","b":"1F171-FE0F","c":"1F171","d":true,"e":true,"f":true,"h":true,"j":["b_button","red-square","alphabet","letter"],"k":[0,17],"o":0},"cl":{"subcategory":"alphanum","a":"Squared Cl","b":"1F191","d":true,"e":true,"f":true,"h":true,"j":["cl_button","alphabet","words","red-square"],"k":[0,21],"o":0},"cool":{"subcategory":"alphanum","a":"Squared Cool","b":"1F192","d":true,"e":true,"f":true,"h":true,"j":["cool_button","words","blue-square"],"k":[0,22],"o":0},"free":{"subcategory":"alphanum","a":"Squared Free","b":"1F193","d":true,"e":true,"f":true,"h":true,"j":["free_button","blue-square","words"],"k":[0,23],"o":0},"information_source":{"subcategory":"alphanum","a":"Information Source","b":"2139-FE0F","c":"2139","d":true,"e":true,"f":true,"h":true,"j":["information","blue-square","alphabet","letter"],"k":[56,35],"o":0},"id":{"subcategory":"alphanum","a":"Squared Id","b":"1F194","d":true,"e":true,"f":true,"h":true,"j":["id_button","purple-square","words"],"k":[0,24],"o":0},"m":{"subcategory":"alphanum","a":"Circled Latin Capital Letter M","b":"24C2-FE0F","c":"24C2","d":true,"e":true,"f":true,"h":true,"j":["circled_m","alphabet","blue-circle","letter"],"k":[57,1],"o":0},"new":{"subcategory":"alphanum","a":"Squared New","b":"1F195","d":true,"e":true,"f":true,"h":true,"j":["new_button","blue-square","words","start"],"k":[0,25],"o":0},"ng":{"subcategory":"alphanum","a":"Squared Ng","b":"1F196","d":true,"e":true,"f":true,"h":true,"j":["ng_button","blue-square","words","shape","icon"],"k":[0,26],"o":0},"o2":{"subcategory":"alphanum","a":"Negative Squared Latin Capital Letter O","b":"1F17E-FE0F","c":"1F17E","d":true,"e":true,"f":true,"h":true,"j":["o_button","alphabet","red-square","letter"],"k":[0,18],"o":0},"ok":{"subcategory":"alphanum","a":"Squared Ok","b":"1F197","d":true,"e":true,"f":true,"h":true,"j":["ok_button","good","agree","yes","blue-square"],"k":[0,27],"o":0},"parking":{"subcategory":"alphanum","a":"Negative Squared Latin Capital Letter P","b":"1F17F-FE0F","c":"1F17F","d":true,"e":true,"f":true,"h":true,"j":["p_button","cars","blue-square","alphabet","letter"],"k":[0,19],"o":0},"sos":{"subcategory":"alphanum","a":"Squared Sos","b":"1F198","d":true,"e":true,"f":true,"h":true,"j":["sos_button","help","red-square","words","emergency","911"],"k":[0,28],"o":0},"up":{"subcategory":"alphanum","a":"Squared Up with Exclamation Mark","b":"1F199","d":true,"e":true,"f":true,"h":true,"j":["up_button","blue-square","above","high"],"k":[0,29],"o":0},"vs":{"subcategory":"alphanum","a":"Squared Vs","b":"1F19A","d":true,"e":true,"f":true,"h":true,"j":["vs_button","words","orange-square"],"k":[0,30],"o":0},"koko":{"subcategory":"alphanum","a":"Squared Katakana Koko","b":"1F201","d":true,"e":true,"f":true,"h":true,"j":["japanese_here_button","blue-square","here","katakana","japanese","destination"],"k":[4,45],"o":0},"sa":{"subcategory":"alphanum","a":"Squared Katakana Sa","b":"1F202-FE0F","c":"1F202","d":true,"e":true,"f":true,"h":true,"j":["japanese_service_charge_button","japanese","blue-square","katakana"],"k":[4,46],"o":0},"u6708":{"subcategory":"alphanum","a":"Squared Cjk Unified Ideograph-6708","b":"1F237-FE0F","c":"1F237","d":true,"e":true,"f":true,"h":true,"j":["japanese_monthly_amount_button","chinese","month","moon","japanese","orange-square","kanji"],"k":[4,54],"o":0},"u6709":{"subcategory":"alphanum","a":"Squared Cjk Unified Ideograph-6709","b":"1F236","d":true,"e":true,"f":true,"h":true,"j":["japanese_not_free_of_charge_button","orange-square","chinese","have","kanji"],"k":[4,53],"o":0},"u6307":{"subcategory":"alphanum","a":"Squared Cjk Unified Ideograph-6307","b":"1F22F","d":true,"e":true,"f":true,"h":true,"j":["japanese_reserved_button","chinese","point","green-square","kanji"],"k":[4,48],"o":0},"ideograph_advantage":{"subcategory":"alphanum","a":"Circled Ideograph Advantage","b":"1F250","d":true,"e":true,"f":true,"h":true,"j":["japanese_bargain_button","chinese","kanji","obtain","get","circle"],"k":[4,58],"o":0},"u5272":{"subcategory":"alphanum","a":"Squared Cjk Unified Ideograph-5272","b":"1F239","d":true,"e":true,"f":true,"h":true,"j":["japanese_discount_button","cut","divide","chinese","kanji","pink-square"],"k":[4,56],"o":0},"u7121":{"subcategory":"alphanum","a":"Squared Cjk Unified Ideograph-7121","b":"1F21A","d":true,"e":true,"f":true,"h":true,"j":["japanese_free_of_charge_button","nothing","chinese","kanji","japanese","orange-square"],"k":[4,47],"o":0},"u7981":{"subcategory":"alphanum","a":"Squared Cjk Unified Ideograph-7981","b":"1F232","d":true,"e":true,"f":true,"h":true,"j":["japanese_prohibited_button","kanji","japanese","chinese","forbidden","limit","restricted","red-square"],"k":[4,49],"o":0},"accept":{"subcategory":"alphanum","a":"Circled Ideograph Accept","b":"1F251","d":true,"e":true,"f":true,"h":true,"j":["japanese_acceptable_button","ok","good","chinese","kanji","agree","yes","orange-circle"],"k":[4,59],"o":0},"u7533":{"subcategory":"alphanum","a":"Squared Cjk Unified Ideograph-7533","b":"1F238","d":true,"e":true,"f":true,"h":true,"j":["japanese_application_button","chinese","japanese","kanji","orange-square"],"k":[4,55],"o":0},"u5408":{"subcategory":"alphanum","a":"Squared Cjk Unified Ideograph-5408","b":"1F234","d":true,"e":true,"f":true,"h":true,"j":["japanese_passing_grade_button","japanese","chinese","join","kanji","red-square"],"k":[4,51],"o":0},"u7a7a":{"subcategory":"alphanum","a":"Squared Cjk Unified Ideograph-7a7a","b":"1F233","d":true,"e":true,"f":true,"h":true,"j":["japanese_vacancy_button","kanji","japanese","chinese","empty","sky","blue-square"],"k":[4,50],"o":0},"congratulations":{"subcategory":"alphanum","a":"Circled Ideograph Congratulation","b":"3297-FE0F","c":"3297","d":true,"e":true,"f":true,"h":true,"j":["japanese_congratulations_button","chinese","kanji","japanese","red-circle"],"k":[59,59],"o":0},"secret":{"subcategory":"alphanum","a":"Circled Ideograph Secret","b":"3299-FE0F","c":"3299","d":true,"e":true,"f":true,"h":true,"j":["japanese_secret_button","privacy","chinese","sshh","kanji","red-circle"],"k":[59,60],"o":0},"u55b6":{"subcategory":"alphanum","a":"Squared Cjk Unified Ideograph-55b6","b":"1F23A","d":true,"e":true,"f":true,"h":true,"j":["japanese_open_for_business_button","japanese","opening hours","orange-square"],"k":[4,57],"o":0},"u6e80":{"subcategory":"alphanum","a":"Squared Cjk Unified Ideograph-6e80","b":"1F235","d":true,"e":true,"f":true,"h":true,"j":["japanese_no_vacancy_button","full","chinese","japanese","red-square","kanji"],"k":[4,52],"o":0},"red_circle":{"subcategory":"geometric","a":"Large Red Circle","b":"1F534","d":true,"e":true,"f":true,"h":true,"j":["red_circle","shape","error","danger"],"k":[30,17],"o":0},"large_orange_circle":{"subcategory":"geometric","a":"Large Orange Circle","b":"1F7E0","d":true,"e":true,"f":true,"h":true,"j":["orange_circle","round"],"k":[38,33],"o":12},"large_yellow_circle":{"subcategory":"geometric","a":"Large Yellow Circle","b":"1F7E1","d":true,"e":true,"f":true,"h":true,"j":["yellow_circle","round"],"k":[38,34],"o":12},"large_green_circle":{"subcategory":"geometric","a":"Large Green Circle","b":"1F7E2","d":true,"e":true,"f":true,"h":true,"j":["green_circle","round"],"k":[38,35],"o":12},"large_blue_circle":{"subcategory":"geometric","a":"Large Blue Circle","b":"1F535","d":true,"e":true,"f":true,"h":true,"j":["blue_circle","shape","icon","button"],"k":[30,18],"o":0},"large_purple_circle":{"subcategory":"geometric","a":"Large Purple Circle","b":"1F7E3","d":true,"e":true,"f":true,"h":true,"j":["purple_circle","round"],"k":[38,36],"o":12},"large_brown_circle":{"subcategory":"geometric","a":"Large Brown Circle","b":"1F7E4","d":true,"e":true,"f":true,"h":true,"j":["brown_circle","round"],"k":[38,37],"o":12},"black_circle":{"subcategory":"geometric","a":"Medium Black Circle","b":"26AB","d":true,"e":true,"f":true,"h":true,"j":["black_circle","shape","button","round"],"k":[58,11],"o":0},"white_circle":{"subcategory":"geometric","a":"Medium White Circle","b":"26AA","d":true,"e":true,"f":true,"h":true,"j":["white_circle","shape","round"],"k":[58,10],"o":0},"large_red_square":{"subcategory":"geometric","a":"Large Red Square","b":"1F7E5","d":true,"e":true,"f":true,"h":true,"j":["red_square"],"k":[38,38],"o":12},"large_orange_square":{"subcategory":"geometric","a":"Large Orange Square","b":"1F7E7","d":true,"e":true,"f":true,"h":true,"j":["orange_square"],"k":[38,40],"o":12},"large_yellow_square":{"subcategory":"geometric","a":"Large Yellow Square","b":"1F7E8","d":true,"e":true,"f":true,"h":true,"j":["yellow_square"],"k":[38,41],"o":12},"large_green_square":{"subcategory":"geometric","a":"Large Green Square","b":"1F7E9","d":true,"e":true,"f":true,"h":true,"j":["green_square"],"k":[38,42],"o":12},"large_blue_square":{"subcategory":"geometric","a":"Large Blue Square","b":"1F7E6","d":true,"e":true,"f":true,"h":true,"j":["blue_square"],"k":[38,39],"o":12},"large_purple_square":{"subcategory":"geometric","a":"Large Purple Square","b":"1F7EA","d":true,"e":true,"f":true,"h":true,"j":["purple_square"],"k":[38,43],"o":12},"large_brown_square":{"subcategory":"geometric","a":"Large Brown Square","b":"1F7EB","d":true,"e":true,"f":true,"h":true,"j":["brown_square"],"k":[38,44],"o":12},"black_large_square":{"subcategory":"geometric","a":"Black Large Square","b":"2B1B","d":true,"e":true,"f":true,"h":true,"j":["black_large_square","shape","icon","button"],"k":[59,53],"o":0},"white_large_square":{"subcategory":"geometric","a":"White Large Square","b":"2B1C","d":true,"e":true,"f":true,"h":true,"j":["white_large_square","shape","icon","stone","button"],"k":[59,54],"o":0},"black_medium_square":{"subcategory":"geometric","a":"Black Medium Square","b":"25FC-FE0F","c":"25FC","d":true,"e":true,"f":true,"h":true,"j":["black_medium_square","shape","button","icon"],"k":[57,7],"o":0},"white_medium_square":{"subcategory":"geometric","a":"White Medium Square","b":"25FB-FE0F","c":"25FB","d":true,"e":true,"f":true,"h":true,"j":["white_medium_square","shape","stone","icon"],"k":[57,6],"o":0},"black_medium_small_square":{"subcategory":"geometric","a":"Black Medium Small Square","b":"25FE","d":true,"e":true,"f":true,"h":true,"j":["black_medium_small_square","icon","shape","button"],"k":[57,9],"o":0},"white_medium_small_square":{"subcategory":"geometric","a":"White Medium Small Square","b":"25FD","d":true,"e":true,"f":true,"h":true,"j":["white_medium_small_square","shape","stone","icon","button"],"k":[57,8],"o":0},"black_small_square":{"subcategory":"geometric","a":"Black Small Square","b":"25AA-FE0F","c":"25AA","d":true,"e":true,"f":true,"h":true,"j":["black_small_square","shape","icon"],"k":[57,2],"o":0},"white_small_square":{"subcategory":"geometric","a":"White Small Square","b":"25AB-FE0F","c":"25AB","d":true,"e":true,"f":true,"h":true,"j":["white_small_square","shape","icon"],"k":[57,3],"o":0},"large_orange_diamond":{"subcategory":"geometric","a":"Large Orange Diamond","b":"1F536","d":true,"e":true,"f":true,"h":true,"j":["large_orange_diamond","shape","jewel","gem"],"k":[30,19],"o":0},"large_blue_diamond":{"subcategory":"geometric","a":"Large Blue Diamond","b":"1F537","d":true,"e":true,"f":true,"h":true,"j":["large_blue_diamond","shape","jewel","gem"],"k":[30,20],"o":0},"small_orange_diamond":{"subcategory":"geometric","a":"Small Orange Diamond","b":"1F538","d":true,"e":true,"f":true,"h":true,"j":["small_orange_diamond","shape","jewel","gem"],"k":[30,21],"o":0},"small_blue_diamond":{"subcategory":"geometric","a":"Small Blue Diamond","b":"1F539","d":true,"e":true,"f":true,"h":true,"j":["small_blue_diamond","shape","jewel","gem"],"k":[30,22],"o":0},"small_red_triangle":{"subcategory":"geometric","a":"Up-Pointing Red Triangle","b":"1F53A","d":true,"e":true,"f":true,"h":true,"j":["red_triangle_pointed_up","shape","direction","up","top"],"k":[30,23],"o":0},"small_red_triangle_down":{"subcategory":"geometric","a":"Down-Pointing Red Triangle","b":"1F53B","d":true,"e":true,"f":true,"h":true,"j":["red_triangle_pointed_down","shape","direction","bottom"],"k":[30,24],"o":0},"diamond_shape_with_a_dot_inside":{"subcategory":"geometric","a":"Diamond Shape with a Dot Inside","b":"1F4A0","d":true,"e":true,"f":true,"h":true,"j":["diamond_with_a_dot","jewel","blue","gem","crystal","fancy"],"k":[27,48],"o":0},"radio_button":{"subcategory":"geometric","a":"Radio Button","b":"1F518","d":true,"e":true,"f":true,"h":true,"j":["radio_button","input","old","music","circle"],"k":[29,50],"o":0},"white_square_button":{"subcategory":"geometric","a":"White Square Button","b":"1F533","d":true,"e":true,"f":true,"h":true,"j":["white_square_button","shape","input"],"k":[30,16],"o":0},"black_square_button":{"subcategory":"geometric","a":"Black Square Button","b":"1F532","d":true,"e":true,"f":true,"h":true,"j":["black_square_button","shape","input","frame"],"k":[30,15],"o":0},"checkered_flag":{"subcategory":"flag","a":"Chequered Flag","b":"1F3C1","d":true,"e":true,"f":true,"h":true,"j":["chequered_flag","contest","finishline","race","gokart"],"k":[8,7],"o":0},"triangular_flag_on_post":{"subcategory":"flag","a":"Triangular Flag on Post","b":"1F6A9","d":true,"e":true,"f":true,"h":true,"j":["triangular_flag","mark","milestone","place"],"k":[36,30],"o":0},"crossed_flags":{"subcategory":"flag","a":"Crossed Flags","b":"1F38C","d":true,"e":true,"f":true,"h":true,"j":["crossed_flags","japanese","nation","country","border"],"k":[7,20],"o":0},"waving_black_flag":{"subcategory":"flag","a":"Waving Black Flag","b":"1F3F4","d":true,"e":true,"f":true,"h":true,"j":["black_flag","pirate"],"k":[10,35],"o":1},"waving_white_flag":{"subcategory":"flag","a":"White Flag","b":"1F3F3-FE0F","c":"1F3F3","d":true,"e":true,"f":true,"h":true,"j":["white_flag","losing","loser","lost","surrender","give up","fail"],"k":[10,30],"o":0},"rainbow-flag":{"subcategory":"flag","a":"Rainbow Flag","b":"1F3F3-FE0F-200D-1F308","c":"1F3F3-200D-1F308","d":true,"e":true,"f":true,"h":true,"j":["rainbow_flag","flag","rainbow","pride","gay","lgbt","queer","homosexual","lesbian","bisexual"],"k":[10,28],"o":4},"transgender_flag":{"subcategory":"flag","a":"Transgender Flag","b":"1F3F3-FE0F-200D-26A7-FE0F","d":true,"e":true,"f":true,"h":false,"j":["transgender flag","transgender","flag","pride","lgbtq"],"k":[10,29],"o":13},"pirate_flag":{"subcategory":"flag","a":"Pirate Flag","b":"1F3F4-200D-2620-FE0F","c":"1F3F4-200D-2620","d":true,"e":true,"f":true,"h":true,"j":["pirate_flag","skull","crossbones","flag","banner"],"k":[10,31],"o":11},"flag-ac":{"subcategory":"country-flag","a":"Ascension Island Flag","b":"1F1E6-1F1E8","d":true,"e":true,"f":true,"h":true,"j":["flag_ascension_island"],"k":[0,31],"o":2},"flag-ad":{"subcategory":"country-flag","a":"Andorra Flag","b":"1F1E6-1F1E9","d":true,"e":true,"f":true,"h":true,"j":["flag_andorra","ad","flag","nation","country","banner","andorra"],"k":[0,32],"o":2},"flag-ae":{"subcategory":"country-flag","a":"United Arab Emirates Flag","b":"1F1E6-1F1EA","d":true,"e":true,"f":true,"h":true,"j":["flag_united_arab_emirates","united","arab","emirates","flag","nation","country","banner","united_arab_emirates"],"k":[0,33],"o":2},"flag-af":{"subcategory":"country-flag","a":"Afghanistan Flag","b":"1F1E6-1F1EB","d":true,"e":true,"f":true,"h":true,"j":["flag_afghanistan","af","flag","nation","country","banner","afghanistan"],"k":[0,34],"o":2},"flag-ag":{"subcategory":"country-flag","a":"Antigua & Barbuda Flag","b":"1F1E6-1F1EC","d":true,"e":true,"f":true,"h":true,"j":["flag_antigua_barbuda","antigua","barbuda","flag","nation","country","banner","antigua_barbuda"],"k":[0,35],"o":2},"flag-ai":{"subcategory":"country-flag","a":"Anguilla Flag","b":"1F1E6-1F1EE","d":true,"e":true,"f":true,"h":true,"j":["flag_anguilla","ai","flag","nation","country","banner","anguilla"],"k":[0,36],"o":2},"flag-al":{"subcategory":"country-flag","a":"Albania Flag","b":"1F1E6-1F1F1","d":true,"e":true,"f":true,"h":true,"j":["flag_albania","al","flag","nation","country","banner","albania"],"k":[0,37],"o":2},"flag-am":{"subcategory":"country-flag","a":"Armenia Flag","b":"1F1E6-1F1F2","d":true,"e":true,"f":true,"h":true,"j":["flag_armenia","am","flag","nation","country","banner","armenia"],"k":[0,38],"o":2},"flag-ao":{"subcategory":"country-flag","a":"Angola Flag","b":"1F1E6-1F1F4","d":true,"e":true,"f":true,"h":true,"j":["flag_angola","ao","flag","nation","country","banner","angola"],"k":[0,39],"o":2},"flag-aq":{"subcategory":"country-flag","a":"Antarctica Flag","b":"1F1E6-1F1F6","d":true,"e":true,"f":true,"h":true,"j":["flag_antarctica","aq","flag","nation","country","banner","antarctica"],"k":[0,40],"o":2},"flag-ar":{"subcategory":"country-flag","a":"Argentina Flag","b":"1F1E6-1F1F7","d":true,"e":true,"f":true,"h":true,"j":["flag_argentina","ar","flag","nation","country","banner","argentina"],"k":[0,41],"o":2},"flag-as":{"subcategory":"country-flag","a":"American Samoa Flag","b":"1F1E6-1F1F8","d":true,"e":true,"f":true,"h":true,"j":["flag_american_samoa","american","ws","flag","nation","country","banner","american_samoa"],"k":[0,42],"o":2},"flag-at":{"subcategory":"country-flag","a":"Austria Flag","b":"1F1E6-1F1F9","d":true,"e":true,"f":true,"h":true,"j":["flag_austria","at","flag","nation","country","banner","austria"],"k":[0,43],"o":2},"flag-au":{"subcategory":"country-flag","a":"Australia Flag","b":"1F1E6-1F1FA","d":true,"e":true,"f":true,"h":true,"j":["flag_australia","au","flag","nation","country","banner","australia"],"k":[0,44],"o":2},"flag-aw":{"subcategory":"country-flag","a":"Aruba Flag","b":"1F1E6-1F1FC","d":true,"e":true,"f":true,"h":true,"j":["flag_aruba","aw","flag","nation","country","banner","aruba"],"k":[0,45],"o":2},"flag-ax":{"subcategory":"country-flag","a":"\xC5land Islands Flag","b":"1F1E6-1F1FD","d":true,"e":true,"f":true,"h":true,"j":["flag_aland_islands","\xC5land","islands","flag","nation","country","banner","aland_islands"],"k":[0,46],"o":2},"flag-az":{"subcategory":"country-flag","a":"Azerbaijan Flag","b":"1F1E6-1F1FF","d":true,"e":true,"f":true,"h":true,"j":["flag_azerbaijan","az","flag","nation","country","banner","azerbaijan"],"k":[0,47],"o":2},"flag-ba":{"subcategory":"country-flag","a":"Bosnia & Herzegovina Flag","b":"1F1E7-1F1E6","d":true,"e":true,"f":true,"h":true,"j":["flag_bosnia_herzegovina","bosnia","herzegovina","flag","nation","country","banner","bosnia_herzegovina"],"k":[0,48],"o":2},"flag-bb":{"subcategory":"country-flag","a":"Barbados Flag","b":"1F1E7-1F1E7","d":true,"e":true,"f":true,"h":true,"j":["flag_barbados","bb","flag","nation","country","banner","barbados"],"k":[0,49],"o":2},"flag-bd":{"subcategory":"country-flag","a":"Bangladesh Flag","b":"1F1E7-1F1E9","d":true,"e":true,"f":true,"h":true,"j":["flag_bangladesh","bd","flag","nation","country","banner","bangladesh"],"k":[0,50],"o":2},"flag-be":{"subcategory":"country-flag","a":"Belgium Flag","b":"1F1E7-1F1EA","d":true,"e":true,"f":true,"h":true,"j":["flag_belgium","be","flag","nation","country","banner","belgium"],"k":[0,51],"o":2},"flag-bf":{"subcategory":"country-flag","a":"Burkina Faso Flag","b":"1F1E7-1F1EB","d":true,"e":true,"f":true,"h":true,"j":["flag_burkina_faso","burkina","faso","flag","nation","country","banner","burkina_faso"],"k":[0,52],"o":2},"flag-bg":{"subcategory":"country-flag","a":"Bulgaria Flag","b":"1F1E7-1F1EC","d":true,"e":true,"f":true,"h":true,"j":["flag_bulgaria","bg","flag","nation","country","banner","bulgaria"],"k":[0,53],"o":2},"flag-bh":{"subcategory":"country-flag","a":"Bahrain Flag","b":"1F1E7-1F1ED","d":true,"e":true,"f":true,"h":true,"j":["flag_bahrain","bh","flag","nation","country","banner","bahrain"],"k":[0,54],"o":2},"flag-bi":{"subcategory":"country-flag","a":"Burundi Flag","b":"1F1E7-1F1EE","d":true,"e":true,"f":true,"h":true,"j":["flag_burundi","bi","flag","nation","country","banner","burundi"],"k":[0,55],"o":2},"flag-bj":{"subcategory":"country-flag","a":"Benin Flag","b":"1F1E7-1F1EF","d":true,"e":true,"f":true,"h":true,"j":["flag_benin","bj","flag","nation","country","banner","benin"],"k":[0,56],"o":2},"flag-bl":{"subcategory":"country-flag","a":"St. Barth\xE9lemy Flag","b":"1F1E7-1F1F1","d":true,"e":true,"f":true,"h":true,"j":["flag_st_barthelemy","saint","barth\xE9lemy","flag","nation","country","banner","st_barthelemy"],"k":[0,57],"o":2},"flag-bm":{"subcategory":"country-flag","a":"Bermuda Flag","b":"1F1E7-1F1F2","d":true,"e":true,"f":true,"h":true,"j":["flag_bermuda","bm","flag","nation","country","banner","bermuda"],"k":[0,58],"o":2},"flag-bn":{"subcategory":"country-flag","a":"Brunei Flag","b":"1F1E7-1F1F3","d":true,"e":true,"f":true,"h":true,"j":["flag_brunei","bn","darussalam","flag","nation","country","banner","brunei"],"k":[0,59],"o":2},"flag-bo":{"subcategory":"country-flag","a":"Bolivia Flag","b":"1F1E7-1F1F4","d":true,"e":true,"f":true,"h":true,"j":["flag_bolivia","bo","flag","nation","country","banner","bolivia"],"k":[0,60],"o":2},"flag-bq":{"subcategory":"country-flag","a":"Caribbean Netherlands Flag","b":"1F1E7-1F1F6","d":true,"e":true,"f":true,"h":true,"j":["flag_caribbean_netherlands","bonaire","flag","nation","country","banner","caribbean_netherlands"],"k":[1,0],"o":2},"flag-br":{"subcategory":"country-flag","a":"Brazil Flag","b":"1F1E7-1F1F7","d":true,"e":true,"f":true,"h":true,"j":["flag_brazil","br","flag","nation","country","banner","brazil"],"k":[1,1],"o":2},"flag-bs":{"subcategory":"country-flag","a":"Bahamas Flag","b":"1F1E7-1F1F8","d":true,"e":true,"f":true,"h":true,"j":["flag_bahamas","bs","flag","nation","country","banner","bahamas"],"k":[1,2],"o":2},"flag-bt":{"subcategory":"country-flag","a":"Bhutan Flag","b":"1F1E7-1F1F9","d":true,"e":true,"f":true,"h":true,"j":["flag_bhutan","bt","flag","nation","country","banner","bhutan"],"k":[1,3],"o":2},"flag-bv":{"subcategory":"country-flag","a":"Bouvet Island Flag","b":"1F1E7-1F1FB","d":true,"e":true,"f":true,"h":true,"j":["flag_bouvet_island","norway"],"k":[1,4],"o":2},"flag-bw":{"subcategory":"country-flag","a":"Botswana Flag","b":"1F1E7-1F1FC","d":true,"e":true,"f":true,"h":true,"j":["flag_botswana","bw","flag","nation","country","banner","botswana"],"k":[1,5],"o":2},"flag-by":{"subcategory":"country-flag","a":"Belarus Flag","b":"1F1E7-1F1FE","d":true,"e":true,"f":true,"h":true,"j":["flag_belarus","by","flag","nation","country","banner","belarus"],"k":[1,6],"o":2},"flag-bz":{"subcategory":"country-flag","a":"Belize Flag","b":"1F1E7-1F1FF","d":true,"e":true,"f":true,"h":true,"j":["flag_belize","bz","flag","nation","country","banner","belize"],"k":[1,7],"o":2},"flag-ca":{"subcategory":"country-flag","a":"Canada Flag","b":"1F1E8-1F1E6","d":true,"e":true,"f":true,"h":true,"j":["flag_canada","ca","flag","nation","country","banner","canada"],"k":[1,8],"o":2},"flag-cc":{"subcategory":"country-flag","a":"Cocos (keeling) Islands Flag","b":"1F1E8-1F1E8","d":true,"e":true,"f":true,"h":true,"j":["flag_cocos_islands","cocos","keeling","islands","flag","nation","country","banner","cocos_islands"],"k":[1,9],"o":2},"flag-cd":{"subcategory":"country-flag","a":"Congo - Kinshasa Flag","b":"1F1E8-1F1E9","d":true,"e":true,"f":true,"h":true,"j":["flag_congo_kinshasa","congo","democratic","republic","flag","nation","country","banner","congo_kinshasa"],"k":[1,10],"o":2},"flag-cf":{"subcategory":"country-flag","a":"Central African Republic Flag","b":"1F1E8-1F1EB","d":true,"e":true,"f":true,"h":true,"j":["flag_central_african_republic","central","african","republic","flag","nation","country","banner","central_african_republic"],"k":[1,11],"o":2},"flag-cg":{"subcategory":"country-flag","a":"Congo - Brazzaville Flag","b":"1F1E8-1F1EC","d":true,"e":true,"f":true,"h":true,"j":["flag_congo_brazzaville","congo","flag","nation","country","banner","congo_brazzaville"],"k":[1,12],"o":2},"flag-ch":{"subcategory":"country-flag","a":"Switzerland Flag","b":"1F1E8-1F1ED","d":true,"e":true,"f":true,"h":true,"j":["flag_switzerland","ch","flag","nation","country","banner","switzerland"],"k":[1,13],"o":2},"flag-ci":{"subcategory":"country-flag","a":"C\xF4te D\u2019ivoire Flag","b":"1F1E8-1F1EE","d":true,"e":true,"f":true,"h":true,"j":["flag_cote_d_ivoire","ivory","coast","flag","nation","country","banner","cote_d_ivoire"],"k":[1,14],"o":2},"flag-ck":{"subcategory":"country-flag","a":"Cook Islands Flag","b":"1F1E8-1F1F0","d":true,"e":true,"f":true,"h":true,"j":["flag_cook_islands","cook","islands","flag","nation","country","banner","cook_islands"],"k":[1,15],"o":2},"flag-cl":{"subcategory":"country-flag","a":"Chile Flag","b":"1F1E8-1F1F1","d":true,"e":true,"f":true,"h":true,"j":["flag_chile","flag","nation","country","banner","chile"],"k":[1,16],"o":2},"flag-cm":{"subcategory":"country-flag","a":"Cameroon Flag","b":"1F1E8-1F1F2","d":true,"e":true,"f":true,"h":true,"j":["flag_cameroon","cm","flag","nation","country","banner","cameroon"],"k":[1,17],"o":2},"cn":{"subcategory":"country-flag","a":"China Flag","b":"1F1E8-1F1F3","d":true,"e":true,"f":true,"h":true,"j":["flag_china","china","chinese","prc","flag","country","nation","banner"],"k":[1,18],"n":["flag-cn"],"o":0},"flag-co":{"subcategory":"country-flag","a":"Colombia Flag","b":"1F1E8-1F1F4","d":true,"e":true,"f":true,"h":true,"j":["flag_colombia","co","flag","nation","country","banner","colombia"],"k":[1,19],"o":2},"flag-cp":{"subcategory":"country-flag","a":"Clipperton Island Flag","b":"1F1E8-1F1F5","d":true,"e":true,"f":true,"h":true,"j":["flag_clipperton_island"],"k":[1,20],"o":2},"flag-cr":{"subcategory":"country-flag","a":"Costa Rica Flag","b":"1F1E8-1F1F7","d":true,"e":true,"f":true,"h":true,"j":["flag_costa_rica","costa","rica","flag","nation","country","banner","costa_rica"],"k":[1,21],"o":2},"flag-cu":{"subcategory":"country-flag","a":"Cuba Flag","b":"1F1E8-1F1FA","d":true,"e":true,"f":true,"h":true,"j":["flag_cuba","cu","flag","nation","country","banner","cuba"],"k":[1,22],"o":2},"flag-cv":{"subcategory":"country-flag","a":"Cape Verde Flag","b":"1F1E8-1F1FB","d":true,"e":true,"f":true,"h":true,"j":["flag_cape_verde","cabo","verde","flag","nation","country","banner","cape_verde"],"k":[1,23],"o":2},"flag-cw":{"subcategory":"country-flag","a":"Cura\xE7ao Flag","b":"1F1E8-1F1FC","d":true,"e":true,"f":true,"h":true,"j":["flag_curacao","cura\xE7ao","flag","nation","country","banner","curacao"],"k":[1,24],"o":2},"flag-cx":{"subcategory":"country-flag","a":"Christmas Island Flag","b":"1F1E8-1F1FD","d":true,"e":true,"f":true,"h":true,"j":["flag_christmas_island","christmas","island","flag","nation","country","banner","christmas_island"],"k":[1,25],"o":2},"flag-cy":{"subcategory":"country-flag","a":"Cyprus Flag","b":"1F1E8-1F1FE","d":true,"e":true,"f":true,"h":true,"j":["flag_cyprus","cy","flag","nation","country","banner","cyprus"],"k":[1,26],"o":2},"flag-cz":{"subcategory":"country-flag","a":"Czechia Flag","b":"1F1E8-1F1FF","d":true,"e":true,"f":true,"h":true,"j":["flag_czechia","cz","flag","nation","country","banner","czechia"],"k":[1,27],"o":2},"de":{"subcategory":"country-flag","a":"Germany Flag","b":"1F1E9-1F1EA","d":true,"e":true,"f":true,"h":true,"j":["flag_germany","german","nation","flag","country","banner","germany"],"k":[1,28],"n":["flag-de"],"o":0},"flag-dg":{"subcategory":"country-flag","a":"Diego Garcia Flag","b":"1F1E9-1F1EC","d":true,"e":true,"f":true,"h":true,"j":["flag_diego_garcia"],"k":[1,29],"o":2},"flag-dj":{"subcategory":"country-flag","a":"Djibouti Flag","b":"1F1E9-1F1EF","d":true,"e":true,"f":true,"h":true,"j":["flag_djibouti","dj","flag","nation","country","banner","djibouti"],"k":[1,30],"o":2},"flag-dk":{"subcategory":"country-flag","a":"Denmark Flag","b":"1F1E9-1F1F0","d":true,"e":true,"f":true,"h":true,"j":["flag_denmark","dk","flag","nation","country","banner","denmark"],"k":[1,31],"o":2},"flag-dm":{"subcategory":"country-flag","a":"Dominica Flag","b":"1F1E9-1F1F2","d":true,"e":true,"f":true,"h":true,"j":["flag_dominica","dm","flag","nation","country","banner","dominica"],"k":[1,32],"o":2},"flag-do":{"subcategory":"country-flag","a":"Dominican Republic Flag","b":"1F1E9-1F1F4","d":true,"e":true,"f":true,"h":true,"j":["flag_dominican_republic","dominican","republic","flag","nation","country","banner","dominican_republic"],"k":[1,33],"o":2},"flag-dz":{"subcategory":"country-flag","a":"Algeria Flag","b":"1F1E9-1F1FF","d":true,"e":true,"f":true,"h":true,"j":["flag_algeria","dz","flag","nation","country","banner","algeria"],"k":[1,34],"o":2},"flag-ea":{"subcategory":"country-flag","a":"Ceuta & Melilla Flag","b":"1F1EA-1F1E6","d":true,"e":true,"f":true,"h":true,"j":["flag_ceuta_melilla"],"k":[1,35],"o":2},"flag-ec":{"subcategory":"country-flag","a":"Ecuador Flag","b":"1F1EA-1F1E8","d":true,"e":true,"f":true,"h":true,"j":["flag_ecuador","ec","flag","nation","country","banner","ecuador"],"k":[1,36],"o":2},"flag-ee":{"subcategory":"country-flag","a":"Estonia Flag","b":"1F1EA-1F1EA","d":true,"e":true,"f":true,"h":true,"j":["flag_estonia","ee","flag","nation","country","banner","estonia"],"k":[1,37],"o":2},"flag-eg":{"subcategory":"country-flag","a":"Egypt Flag","b":"1F1EA-1F1EC","d":true,"e":true,"f":true,"h":true,"j":["flag_egypt","eg","flag","nation","country","banner","egypt"],"k":[1,38],"o":2},"flag-eh":{"subcategory":"country-flag","a":"Western Sahara Flag","b":"1F1EA-1F1ED","d":true,"e":true,"f":true,"h":true,"j":["flag_western_sahara","western","sahara","flag","nation","country","banner","western_sahara"],"k":[1,39],"o":2},"flag-er":{"subcategory":"country-flag","a":"Eritrea Flag","b":"1F1EA-1F1F7","d":true,"e":true,"f":true,"h":true,"j":["flag_eritrea","er","flag","nation","country","banner","eritrea"],"k":[1,40],"o":2},"es":{"subcategory":"country-flag","a":"Spain Flag","b":"1F1EA-1F1F8","d":true,"e":true,"f":true,"h":true,"j":["flag_spain","spain","flag","nation","country","banner"],"k":[1,41],"n":["flag-es"],"o":0},"flag-et":{"subcategory":"country-flag","a":"Ethiopia Flag","b":"1F1EA-1F1F9","d":true,"e":true,"f":true,"h":true,"j":["flag_ethiopia","et","flag","nation","country","banner","ethiopia"],"k":[1,42],"o":2},"flag-eu":{"subcategory":"country-flag","a":"European Union Flag","b":"1F1EA-1F1FA","d":true,"e":true,"f":true,"h":true,"j":["flag_european_union","european","union","flag","banner"],"k":[1,43],"o":2},"flag-fi":{"subcategory":"country-flag","a":"Finland Flag","b":"1F1EB-1F1EE","d":true,"e":true,"f":true,"h":true,"j":["flag_finland","fi","flag","nation","country","banner","finland"],"k":[1,44],"o":2},"flag-fj":{"subcategory":"country-flag","a":"Fiji Flag","b":"1F1EB-1F1EF","d":true,"e":true,"f":true,"h":true,"j":["flag_fiji","fj","flag","nation","country","banner","fiji"],"k":[1,45],"o":2},"flag-fk":{"subcategory":"country-flag","a":"Falkland Islands Flag","b":"1F1EB-1F1F0","d":true,"e":true,"f":true,"h":true,"j":["flag_falkland_islands","falkland","islands","malvinas","flag","nation","country","banner","falkland_islands"],"k":[1,46],"o":2},"flag-fm":{"subcategory":"country-flag","a":"Micronesia Flag","b":"1F1EB-1F1F2","d":true,"e":true,"f":true,"h":true,"j":["flag_micronesia","micronesia","federated","states","flag","nation","country","banner"],"k":[1,47],"o":2},"flag-fo":{"subcategory":"country-flag","a":"Faroe Islands Flag","b":"1F1EB-1F1F4","d":true,"e":true,"f":true,"h":true,"j":["flag_faroe_islands","faroe","islands","flag","nation","country","banner","faroe_islands"],"k":[1,48],"o":2},"fr":{"subcategory":"country-flag","a":"France Flag","b":"1F1EB-1F1F7","d":true,"e":true,"f":true,"h":true,"j":["flag_france","banner","flag","nation","france","french","country"],"k":[1,49],"n":["flag-fr"],"o":0},"flag-ga":{"subcategory":"country-flag","a":"Gabon Flag","b":"1F1EC-1F1E6","d":true,"e":true,"f":true,"h":true,"j":["flag_gabon","ga","flag","nation","country","banner","gabon"],"k":[1,50],"o":2},"gb":{"subcategory":"country-flag","a":"United Kingdom Flag","b":"1F1EC-1F1E7","d":true,"e":true,"f":true,"h":true,"j":["flag_united_kingdom","united","kingdom","great","britain","northern","ireland","flag","nation","country","banner","british","UK","english","england","union jack","united_kingdom"],"k":[1,51],"n":["uk","flag-gb"],"o":0},"flag-gd":{"subcategory":"country-flag","a":"Grenada Flag","b":"1F1EC-1F1E9","d":true,"e":true,"f":true,"h":true,"j":["flag_grenada","gd","flag","nation","country","banner","grenada"],"k":[1,52],"o":2},"flag-ge":{"subcategory":"country-flag","a":"Georgia Flag","b":"1F1EC-1F1EA","d":true,"e":true,"f":true,"h":true,"j":["flag_georgia","ge","flag","nation","country","banner","georgia"],"k":[1,53],"o":2},"flag-gf":{"subcategory":"country-flag","a":"French Guiana Flag","b":"1F1EC-1F1EB","d":true,"e":true,"f":true,"h":true,"j":["flag_french_guiana","french","guiana","flag","nation","country","banner","french_guiana"],"k":[1,54],"o":2},"flag-gg":{"subcategory":"country-flag","a":"Guernsey Flag","b":"1F1EC-1F1EC","d":true,"e":true,"f":true,"h":true,"j":["flag_guernsey","gg","flag","nation","country","banner","guernsey"],"k":[1,55],"o":2},"flag-gh":{"subcategory":"country-flag","a":"Ghana Flag","b":"1F1EC-1F1ED","d":true,"e":true,"f":true,"h":true,"j":["flag_ghana","gh","flag","nation","country","banner","ghana"],"k":[1,56],"o":2},"flag-gi":{"subcategory":"country-flag","a":"Gibraltar Flag","b":"1F1EC-1F1EE","d":true,"e":true,"f":true,"h":true,"j":["flag_gibraltar","gi","flag","nation","country","banner","gibraltar"],"k":[1,57],"o":2},"flag-gl":{"subcategory":"country-flag","a":"Greenland Flag","b":"1F1EC-1F1F1","d":true,"e":true,"f":true,"h":true,"j":["flag_greenland","gl","flag","nation","country","banner","greenland"],"k":[1,58],"o":2},"flag-gm":{"subcategory":"country-flag","a":"Gambia Flag","b":"1F1EC-1F1F2","d":true,"e":true,"f":true,"h":true,"j":["flag_gambia","gm","flag","nation","country","banner","gambia"],"k":[1,59],"o":2},"flag-gn":{"subcategory":"country-flag","a":"Guinea Flag","b":"1F1EC-1F1F3","d":true,"e":true,"f":true,"h":true,"j":["flag_guinea","gn","flag","nation","country","banner","guinea"],"k":[1,60],"o":2},"flag-gp":{"subcategory":"country-flag","a":"Guadeloupe Flag","b":"1F1EC-1F1F5","d":true,"e":true,"f":true,"h":true,"j":["flag_guadeloupe","gp","flag","nation","country","banner","guadeloupe"],"k":[2,0],"o":2},"flag-gq":{"subcategory":"country-flag","a":"Equatorial Guinea Flag","b":"1F1EC-1F1F6","d":true,"e":true,"f":true,"h":true,"j":["flag_equatorial_guinea","equatorial","gn","flag","nation","country","banner","equatorial_guinea"],"k":[2,1],"o":2},"flag-gr":{"subcategory":"country-flag","a":"Greece Flag","b":"1F1EC-1F1F7","d":true,"e":true,"f":true,"h":true,"j":["flag_greece","gr","flag","nation","country","banner","greece"],"k":[2,2],"o":2},"flag-gs":{"subcategory":"country-flag","a":"South Georgia & South Sandwich Islands Flag","b":"1F1EC-1F1F8","d":true,"e":true,"f":true,"h":true,"j":["flag_south_georgia_south_sandwich_islands","south","georgia","sandwich","islands","flag","nation","country","banner","south_georgia_south_sandwich_islands"],"k":[2,3],"o":2},"flag-gt":{"subcategory":"country-flag","a":"Guatemala Flag","b":"1F1EC-1F1F9","d":true,"e":true,"f":true,"h":true,"j":["flag_guatemala","gt","flag","nation","country","banner","guatemala"],"k":[2,4],"o":2},"flag-gu":{"subcategory":"country-flag","a":"Guam Flag","b":"1F1EC-1F1FA","d":true,"e":true,"f":true,"h":true,"j":["flag_guam","gu","flag","nation","country","banner","guam"],"k":[2,5],"o":2},"flag-gw":{"subcategory":"country-flag","a":"Guinea-Bissau Flag","b":"1F1EC-1F1FC","d":true,"e":true,"f":true,"h":true,"j":["flag_guinea_bissau","gw","bissau","flag","nation","country","banner","guinea_bissau"],"k":[2,6],"o":2},"flag-gy":{"subcategory":"country-flag","a":"Guyana Flag","b":"1F1EC-1F1FE","d":true,"e":true,"f":true,"h":true,"j":["flag_guyana","gy","flag","nation","country","banner","guyana"],"k":[2,7],"o":2},"flag-hk":{"subcategory":"country-flag","a":"Hong Kong Sar China Flag","b":"1F1ED-1F1F0","d":true,"e":true,"f":true,"h":true,"j":["flag_hong_kong_sar_china","hong","kong","flag","nation","country","banner","hong_kong_sar_china"],"k":[2,8],"o":2},"flag-hm":{"subcategory":"country-flag","a":"Heard & Mcdonald Islands Flag","b":"1F1ED-1F1F2","d":true,"e":true,"f":true,"h":true,"j":["flag_heard_mcdonald_islands"],"k":[2,9],"o":2},"flag-hn":{"subcategory":"country-flag","a":"Honduras Flag","b":"1F1ED-1F1F3","d":true,"e":true,"f":true,"h":true,"j":["flag_honduras","hn","flag","nation","country","banner","honduras"],"k":[2,10],"o":2},"flag-hr":{"subcategory":"country-flag","a":"Croatia Flag","b":"1F1ED-1F1F7","d":true,"e":true,"f":true,"h":true,"j":["flag_croatia","hr","flag","nation","country","banner","croatia"],"k":[2,11],"o":2},"flag-ht":{"subcategory":"country-flag","a":"Haiti Flag","b":"1F1ED-1F1F9","d":true,"e":true,"f":true,"h":true,"j":["flag_haiti","ht","flag","nation","country","banner","haiti"],"k":[2,12],"o":2},"flag-hu":{"subcategory":"country-flag","a":"Hungary Flag","b":"1F1ED-1F1FA","d":true,"e":true,"f":true,"h":true,"j":["flag_hungary","hu","flag","nation","country","banner","hungary"],"k":[2,13],"o":2},"flag-ic":{"subcategory":"country-flag","a":"Canary Islands Flag","b":"1F1EE-1F1E8","d":true,"e":true,"f":true,"h":true,"j":["flag_canary_islands","canary","islands","flag","nation","country","banner","canary_islands"],"k":[2,14],"o":2},"flag-id":{"subcategory":"country-flag","a":"Indonesia Flag","b":"1F1EE-1F1E9","d":true,"e":true,"f":true,"h":true,"j":["flag_indonesia","flag","nation","country","banner","indonesia"],"k":[2,15],"o":2},"flag-ie":{"subcategory":"country-flag","a":"Ireland Flag","b":"1F1EE-1F1EA","d":true,"e":true,"f":true,"h":true,"j":["flag_ireland","ie","flag","nation","country","banner","ireland"],"k":[2,16],"o":2},"flag-il":{"subcategory":"country-flag","a":"Israel Flag","b":"1F1EE-1F1F1","d":true,"e":true,"f":true,"h":true,"j":["flag_israel","il","flag","nation","country","banner","israel"],"k":[2,17],"o":2},"flag-im":{"subcategory":"country-flag","a":"Isle of Man Flag","b":"1F1EE-1F1F2","d":true,"e":true,"f":true,"h":true,"j":["flag_isle_of_man","isle","man","flag","nation","country","banner","isle_of_man"],"k":[2,18],"o":2},"flag-in":{"subcategory":"country-flag","a":"India Flag","b":"1F1EE-1F1F3","d":true,"e":true,"f":true,"h":true,"j":["flag_india","in","flag","nation","country","banner","india"],"k":[2,19],"o":2},"flag-io":{"subcategory":"country-flag","a":"British Indian Ocean Territory Flag","b":"1F1EE-1F1F4","d":true,"e":true,"f":true,"h":true,"j":["flag_british_indian_ocean_territory","british","indian","ocean","territory","flag","nation","country","banner","british_indian_ocean_territory"],"k":[2,20],"o":2},"flag-iq":{"subcategory":"country-flag","a":"Iraq Flag","b":"1F1EE-1F1F6","d":true,"e":true,"f":true,"h":true,"j":["flag_iraq","iq","flag","nation","country","banner","iraq"],"k":[2,21],"o":2},"flag-ir":{"subcategory":"country-flag","a":"Iran Flag","b":"1F1EE-1F1F7","d":true,"e":true,"f":true,"h":true,"j":["flag_iran","iran","islamic","republic","flag","nation","country","banner"],"k":[2,22],"o":2},"flag-is":{"subcategory":"country-flag","a":"Iceland Flag","b":"1F1EE-1F1F8","d":true,"e":true,"f":true,"h":true,"j":["flag_iceland","is","flag","nation","country","banner","iceland"],"k":[2,23],"o":2},"it":{"subcategory":"country-flag","a":"Italy Flag","b":"1F1EE-1F1F9","d":true,"e":true,"f":true,"h":true,"j":["flag_italy","italy","flag","nation","country","banner"],"k":[2,24],"n":["flag-it"],"o":0},"flag-je":{"subcategory":"country-flag","a":"Jersey Flag","b":"1F1EF-1F1EA","d":true,"e":true,"f":true,"h":true,"j":["flag_jersey","je","flag","nation","country","banner","jersey"],"k":[2,25],"o":2},"flag-jm":{"subcategory":"country-flag","a":"Jamaica Flag","b":"1F1EF-1F1F2","d":true,"e":true,"f":true,"h":true,"j":["flag_jamaica","jm","flag","nation","country","banner","jamaica"],"k":[2,26],"o":2},"flag-jo":{"subcategory":"country-flag","a":"Jordan Flag","b":"1F1EF-1F1F4","d":true,"e":true,"f":true,"h":true,"j":["flag_jordan","jo","flag","nation","country","banner","jordan"],"k":[2,27],"o":2},"jp":{"subcategory":"country-flag","a":"Japan Flag","b":"1F1EF-1F1F5","d":true,"e":true,"f":true,"h":true,"j":["flag_japan","japanese","nation","flag","country","banner","japan","jp","ja"],"k":[2,28],"n":["flag-jp"],"o":0},"flag-ke":{"subcategory":"country-flag","a":"Kenya Flag","b":"1F1F0-1F1EA","d":true,"e":true,"f":true,"h":true,"j":["flag_kenya","ke","flag","nation","country","banner","kenya"],"k":[2,29],"o":2},"flag-kg":{"subcategory":"country-flag","a":"Kyrgyzstan Flag","b":"1F1F0-1F1EC","d":true,"e":true,"f":true,"h":true,"j":["flag_kyrgyzstan","kg","flag","nation","country","banner","kyrgyzstan"],"k":[2,30],"o":2},"flag-kh":{"subcategory":"country-flag","a":"Cambodia Flag","b":"1F1F0-1F1ED","d":true,"e":true,"f":true,"h":true,"j":["flag_cambodia","kh","flag","nation","country","banner","cambodia"],"k":[2,31],"o":2},"flag-ki":{"subcategory":"country-flag","a":"Kiribati Flag","b":"1F1F0-1F1EE","d":true,"e":true,"f":true,"h":true,"j":["flag_kiribati","ki","flag","nation","country","banner","kiribati"],"k":[2,32],"o":2},"flag-km":{"subcategory":"country-flag","a":"Comoros Flag","b":"1F1F0-1F1F2","d":true,"e":true,"f":true,"h":true,"j":["flag_comoros","km","flag","nation","country","banner","comoros"],"k":[2,33],"o":2},"flag-kn":{"subcategory":"country-flag","a":"St. Kitts & Nevis Flag","b":"1F1F0-1F1F3","d":true,"e":true,"f":true,"h":true,"j":["flag_st_kitts_nevis","saint","kitts","nevis","flag","nation","country","banner","st_kitts_nevis"],"k":[2,34],"o":2},"flag-kp":{"subcategory":"country-flag","a":"North Korea Flag","b":"1F1F0-1F1F5","d":true,"e":true,"f":true,"h":true,"j":["flag_north_korea","north","korea","nation","flag","country","banner","north_korea"],"k":[2,35],"o":2},"kr":{"subcategory":"country-flag","a":"South Korea Flag","b":"1F1F0-1F1F7","d":true,"e":true,"f":true,"h":true,"j":["flag_south_korea","south","korea","nation","flag","country","banner","south_korea"],"k":[2,36],"n":["flag-kr"],"o":0},"flag-kw":{"subcategory":"country-flag","a":"Kuwait Flag","b":"1F1F0-1F1FC","d":true,"e":true,"f":true,"h":true,"j":["flag_kuwait","kw","flag","nation","country","banner","kuwait"],"k":[2,37],"o":2},"flag-ky":{"subcategory":"country-flag","a":"Cayman Islands Flag","b":"1F1F0-1F1FE","d":true,"e":true,"f":true,"h":true,"j":["flag_cayman_islands","cayman","islands","flag","nation","country","banner","cayman_islands"],"k":[2,38],"o":2},"flag-kz":{"subcategory":"country-flag","a":"Kazakhstan Flag","b":"1F1F0-1F1FF","d":true,"e":true,"f":true,"h":true,"j":["flag_kazakhstan","kz","flag","nation","country","banner","kazakhstan"],"k":[2,39],"o":2},"flag-la":{"subcategory":"country-flag","a":"Laos Flag","b":"1F1F1-1F1E6","d":true,"e":true,"f":true,"h":true,"j":["flag_laos","lao","democratic","republic","flag","nation","country","banner","laos"],"k":[2,40],"o":2},"flag-lb":{"subcategory":"country-flag","a":"Lebanon Flag","b":"1F1F1-1F1E7","d":true,"e":true,"f":true,"h":true,"j":["flag_lebanon","lb","flag","nation","country","banner","lebanon"],"k":[2,41],"o":2},"flag-lc":{"subcategory":"country-flag","a":"St. Lucia Flag","b":"1F1F1-1F1E8","d":true,"e":true,"f":true,"h":true,"j":["flag_st_lucia","saint","lucia","flag","nation","country","banner","st_lucia"],"k":[2,42],"o":2},"flag-li":{"subcategory":"country-flag","a":"Liechtenstein Flag","b":"1F1F1-1F1EE","d":true,"e":true,"f":true,"h":true,"j":["flag_liechtenstein","li","flag","nation","country","banner","liechtenstein"],"k":[2,43],"o":2},"flag-lk":{"subcategory":"country-flag","a":"Sri Lanka Flag","b":"1F1F1-1F1F0","d":true,"e":true,"f":true,"h":true,"j":["flag_sri_lanka","sri","lanka","flag","nation","country","banner","sri_lanka"],"k":[2,44],"o":2},"flag-lr":{"subcategory":"country-flag","a":"Liberia Flag","b":"1F1F1-1F1F7","d":true,"e":true,"f":true,"h":true,"j":["flag_liberia","lr","flag","nation","country","banner","liberia"],"k":[2,45],"o":2},"flag-ls":{"subcategory":"country-flag","a":"Lesotho Flag","b":"1F1F1-1F1F8","d":true,"e":true,"f":true,"h":true,"j":["flag_lesotho","ls","flag","nation","country","banner","lesotho"],"k":[2,46],"o":2},"flag-lt":{"subcategory":"country-flag","a":"Lithuania Flag","b":"1F1F1-1F1F9","d":true,"e":true,"f":true,"h":true,"j":["flag_lithuania","lt","flag","nation","country","banner","lithuania"],"k":[2,47],"o":2},"flag-lu":{"subcategory":"country-flag","a":"Luxembourg Flag","b":"1F1F1-1F1FA","d":true,"e":true,"f":true,"h":true,"j":["flag_luxembourg","lu","flag","nation","country","banner","luxembourg"],"k":[2,48],"o":2},"flag-lv":{"subcategory":"country-flag","a":"Latvia Flag","b":"1F1F1-1F1FB","d":true,"e":true,"f":true,"h":true,"j":["flag_latvia","lv","flag","nation","country","banner","latvia"],"k":[2,49],"o":2},"flag-ly":{"subcategory":"country-flag","a":"Libya Flag","b":"1F1F1-1F1FE","d":true,"e":true,"f":true,"h":true,"j":["flag_libya","ly","flag","nation","country","banner","libya"],"k":[2,50],"o":2},"flag-ma":{"subcategory":"country-flag","a":"Morocco Flag","b":"1F1F2-1F1E6","d":true,"e":true,"f":true,"h":true,"j":["flag_morocco","ma","flag","nation","country","banner","morocco"],"k":[2,51],"o":2},"flag-mc":{"subcategory":"country-flag","a":"Monaco Flag","b":"1F1F2-1F1E8","d":true,"e":true,"f":true,"h":true,"j":["flag_monaco","mc","flag","nation","country","banner","monaco"],"k":[2,52],"o":2},"flag-md":{"subcategory":"country-flag","a":"Moldova Flag","b":"1F1F2-1F1E9","d":true,"e":true,"f":true,"h":true,"j":["flag_moldova","moldova","republic","flag","nation","country","banner"],"k":[2,53],"o":2},"flag-me":{"subcategory":"country-flag","a":"Montenegro Flag","b":"1F1F2-1F1EA","d":true,"e":true,"f":true,"h":true,"j":["flag_montenegro","me","flag","nation","country","banner","montenegro"],"k":[2,54],"o":2},"flag-mf":{"subcategory":"country-flag","a":"St. Martin Flag","b":"1F1F2-1F1EB","d":true,"e":true,"f":true,"h":true,"j":["flag_st_martin"],"k":[2,55],"o":2},"flag-mg":{"subcategory":"country-flag","a":"Madagascar Flag","b":"1F1F2-1F1EC","d":true,"e":true,"f":true,"h":true,"j":["flag_madagascar","mg","flag","nation","country","banner","madagascar"],"k":[2,56],"o":2},"flag-mh":{"subcategory":"country-flag","a":"Marshall Islands Flag","b":"1F1F2-1F1ED","d":true,"e":true,"f":true,"h":true,"j":["flag_marshall_islands","marshall","islands","flag","nation","country","banner","marshall_islands"],"k":[2,57],"o":2},"flag-mk":{"subcategory":"country-flag","a":"North Macedonia Flag","b":"1F1F2-1F1F0","d":true,"e":true,"f":true,"h":true,"j":["flag_north_macedonia","macedonia","flag","nation","country","banner","north_macedonia"],"k":[2,58],"o":2},"flag-ml":{"subcategory":"country-flag","a":"Mali Flag","b":"1F1F2-1F1F1","d":true,"e":true,"f":true,"h":true,"j":["flag_mali","ml","flag","nation","country","banner","mali"],"k":[2,59],"o":2},"flag-mm":{"subcategory":"country-flag","a":"Myanmar (burma) Flag","b":"1F1F2-1F1F2","d":true,"e":true,"f":true,"h":true,"j":["flag_myanmar","mm","flag","nation","country","banner","myanmar"],"k":[2,60],"o":2},"flag-mn":{"subcategory":"country-flag","a":"Mongolia Flag","b":"1F1F2-1F1F3","d":true,"e":true,"f":true,"h":true,"j":["flag_mongolia","mn","flag","nation","country","banner","mongolia"],"k":[3,0],"o":2},"flag-mo":{"subcategory":"country-flag","a":"Macao Sar China Flag","b":"1F1F2-1F1F4","d":true,"e":true,"f":true,"h":true,"j":["flag_macao_sar_china","macao","flag","nation","country","banner","macao_sar_china"],"k":[3,1],"o":2},"flag-mp":{"subcategory":"country-flag","a":"Northern Mariana Islands Flag","b":"1F1F2-1F1F5","d":true,"e":true,"f":true,"h":true,"j":["flag_northern_mariana_islands","northern","mariana","islands","flag","nation","country","banner","northern_mariana_islands"],"k":[3,2],"o":2},"flag-mq":{"subcategory":"country-flag","a":"Martinique Flag","b":"1F1F2-1F1F6","d":true,"e":true,"f":true,"h":true,"j":["flag_martinique","mq","flag","nation","country","banner","martinique"],"k":[3,3],"o":2},"flag-mr":{"subcategory":"country-flag","a":"Mauritania Flag","b":"1F1F2-1F1F7","d":true,"e":true,"f":true,"h":true,"j":["flag_mauritania","mr","flag","nation","country","banner","mauritania"],"k":[3,4],"o":2},"flag-ms":{"subcategory":"country-flag","a":"Montserrat Flag","b":"1F1F2-1F1F8","d":true,"e":true,"f":true,"h":true,"j":["flag_montserrat","ms","flag","nation","country","banner","montserrat"],"k":[3,5],"o":2},"flag-mt":{"subcategory":"country-flag","a":"Malta Flag","b":"1F1F2-1F1F9","d":true,"e":true,"f":true,"h":true,"j":["flag_malta","mt","flag","nation","country","banner","malta"],"k":[3,6],"o":2},"flag-mu":{"subcategory":"country-flag","a":"Mauritius Flag","b":"1F1F2-1F1FA","d":true,"e":true,"f":true,"h":true,"j":["flag_mauritius","mu","flag","nation","country","banner","mauritius"],"k":[3,7],"o":2},"flag-mv":{"subcategory":"country-flag","a":"Maldives Flag","b":"1F1F2-1F1FB","d":true,"e":true,"f":true,"h":true,"j":["flag_maldives","mv","flag","nation","country","banner","maldives"],"k":[3,8],"o":2},"flag-mw":{"subcategory":"country-flag","a":"Malawi Flag","b":"1F1F2-1F1FC","d":true,"e":true,"f":true,"h":true,"j":["flag_malawi","mw","flag","nation","country","banner","malawi"],"k":[3,9],"o":2},"flag-mx":{"subcategory":"country-flag","a":"Mexico Flag","b":"1F1F2-1F1FD","d":true,"e":true,"f":true,"h":true,"j":["flag_mexico","mx","flag","nation","country","banner","mexico"],"k":[3,10],"o":2},"flag-my":{"subcategory":"country-flag","a":"Malaysia Flag","b":"1F1F2-1F1FE","d":true,"e":true,"f":true,"h":true,"j":["flag_malaysia","my","flag","nation","country","banner","malaysia"],"k":[3,11],"o":2},"flag-mz":{"subcategory":"country-flag","a":"Mozambique Flag","b":"1F1F2-1F1FF","d":true,"e":true,"f":true,"h":true,"j":["flag_mozambique","mz","flag","nation","country","banner","mozambique"],"k":[3,12],"o":2},"flag-na":{"subcategory":"country-flag","a":"Namibia Flag","b":"1F1F3-1F1E6","d":true,"e":true,"f":true,"h":true,"j":["flag_namibia","na","flag","nation","country","banner","namibia"],"k":[3,13],"o":2},"flag-nc":{"subcategory":"country-flag","a":"New Caledonia Flag","b":"1F1F3-1F1E8","d":true,"e":true,"f":true,"h":true,"j":["flag_new_caledonia","new","caledonia","flag","nation","country","banner","new_caledonia"],"k":[3,14],"o":2},"flag-ne":{"subcategory":"country-flag","a":"Niger Flag","b":"1F1F3-1F1EA","d":true,"e":true,"f":true,"h":true,"j":["flag_niger","ne","flag","nation","country","banner","niger"],"k":[3,15],"o":2},"flag-nf":{"subcategory":"country-flag","a":"Norfolk Island Flag","b":"1F1F3-1F1EB","d":true,"e":true,"f":true,"h":true,"j":["flag_norfolk_island","norfolk","island","flag","nation","country","banner","norfolk_island"],"k":[3,16],"o":2},"flag-ng":{"subcategory":"country-flag","a":"Nigeria Flag","b":"1F1F3-1F1EC","d":true,"e":true,"f":true,"h":true,"j":["flag_nigeria","flag","nation","country","banner","nigeria"],"k":[3,17],"o":2},"flag-ni":{"subcategory":"country-flag","a":"Nicaragua Flag","b":"1F1F3-1F1EE","d":true,"e":true,"f":true,"h":true,"j":["flag_nicaragua","ni","flag","nation","country","banner","nicaragua"],"k":[3,18],"o":2},"flag-nl":{"subcategory":"country-flag","a":"Netherlands Flag","b":"1F1F3-1F1F1","d":true,"e":true,"f":true,"h":true,"j":["flag_netherlands","nl","flag","nation","country","banner","netherlands"],"k":[3,19],"o":2},"flag-no":{"subcategory":"country-flag","a":"Norway Flag","b":"1F1F3-1F1F4","d":true,"e":true,"f":true,"h":true,"j":["flag_norway","no","flag","nation","country","banner","norway"],"k":[3,20],"o":2},"flag-np":{"subcategory":"country-flag","a":"Nepal Flag","b":"1F1F3-1F1F5","d":true,"e":true,"f":true,"h":true,"j":["flag_nepal","np","flag","nation","country","banner","nepal"],"k":[3,21],"o":2},"flag-nr":{"subcategory":"country-flag","a":"Nauru Flag","b":"1F1F3-1F1F7","d":true,"e":true,"f":true,"h":true,"j":["flag_nauru","nr","flag","nation","country","banner","nauru"],"k":[3,22],"o":2},"flag-nu":{"subcategory":"country-flag","a":"Niue Flag","b":"1F1F3-1F1FA","d":true,"e":true,"f":true,"h":true,"j":["flag_niue","nu","flag","nation","country","banner","niue"],"k":[3,23],"o":2},"flag-nz":{"subcategory":"country-flag","a":"New Zealand Flag","b":"1F1F3-1F1FF","d":true,"e":true,"f":true,"h":true,"j":["flag_new_zealand","new","zealand","flag","nation","country","banner","new_zealand"],"k":[3,24],"o":2},"flag-om":{"subcategory":"country-flag","a":"Oman Flag","b":"1F1F4-1F1F2","d":true,"e":true,"f":true,"h":true,"j":["flag_oman","om_symbol","flag","nation","country","banner","oman"],"k":[3,25],"o":2},"flag-pa":{"subcategory":"country-flag","a":"Panama Flag","b":"1F1F5-1F1E6","d":true,"e":true,"f":true,"h":true,"j":["flag_panama","pa","flag","nation","country","banner","panama"],"k":[3,26],"o":2},"flag-pe":{"subcategory":"country-flag","a":"Peru Flag","b":"1F1F5-1F1EA","d":true,"e":true,"f":true,"h":true,"j":["flag_peru","pe","flag","nation","country","banner","peru"],"k":[3,27],"o":2},"flag-pf":{"subcategory":"country-flag","a":"French Polynesia Flag","b":"1F1F5-1F1EB","d":true,"e":true,"f":true,"h":true,"j":["flag_french_polynesia","french","polynesia","flag","nation","country","banner","french_polynesia"],"k":[3,28],"o":2},"flag-pg":{"subcategory":"country-flag","a":"Papua New Guinea Flag","b":"1F1F5-1F1EC","d":true,"e":true,"f":true,"h":true,"j":["flag_papua_new_guinea","papua","new","guinea","flag","nation","country","banner","papua_new_guinea"],"k":[3,29],"o":2},"flag-ph":{"subcategory":"country-flag","a":"Philippines Flag","b":"1F1F5-1F1ED","d":true,"e":true,"f":true,"h":true,"j":["flag_philippines","ph","flag","nation","country","banner","philippines"],"k":[3,30],"o":2},"flag-pk":{"subcategory":"country-flag","a":"Pakistan Flag","b":"1F1F5-1F1F0","d":true,"e":true,"f":true,"h":true,"j":["flag_pakistan","pk","flag","nation","country","banner","pakistan"],"k":[3,31],"o":2},"flag-pl":{"subcategory":"country-flag","a":"Poland Flag","b":"1F1F5-1F1F1","d":true,"e":true,"f":true,"h":true,"j":["flag_poland","pl","flag","nation","country","banner","poland"],"k":[3,32],"o":2},"flag-pm":{"subcategory":"country-flag","a":"St. Pierre & Miquelon Flag","b":"1F1F5-1F1F2","d":true,"e":true,"f":true,"h":true,"j":["flag_st_pierre_miquelon","saint","pierre","miquelon","flag","nation","country","banner","st_pierre_miquelon"],"k":[3,33],"o":2},"flag-pn":{"subcategory":"country-flag","a":"Pitcairn Islands Flag","b":"1F1F5-1F1F3","d":true,"e":true,"f":true,"h":true,"j":["flag_pitcairn_islands","pitcairn","flag","nation","country","banner","pitcairn_islands"],"k":[3,34],"o":2},"flag-pr":{"subcategory":"country-flag","a":"Puerto Rico Flag","b":"1F1F5-1F1F7","d":true,"e":true,"f":true,"h":true,"j":["flag_puerto_rico","puerto","rico","flag","nation","country","banner","puerto_rico"],"k":[3,35],"o":2},"flag-ps":{"subcategory":"country-flag","a":"Palestinian Territories Flag","b":"1F1F5-1F1F8","d":true,"e":true,"f":true,"h":true,"j":["flag_palestinian_territories","palestine","palestinian","territories","flag","nation","country","banner","palestinian_territories"],"k":[3,36],"o":2},"flag-pt":{"subcategory":"country-flag","a":"Portugal Flag","b":"1F1F5-1F1F9","d":true,"e":true,"f":true,"h":true,"j":["flag_portugal","pt","flag","nation","country","banner","portugal"],"k":[3,37],"o":2},"flag-pw":{"subcategory":"country-flag","a":"Palau Flag","b":"1F1F5-1F1FC","d":true,"e":true,"f":true,"h":true,"j":["flag_palau","pw","flag","nation","country","banner","palau"],"k":[3,38],"o":2},"flag-py":{"subcategory":"country-flag","a":"Paraguay Flag","b":"1F1F5-1F1FE","d":true,"e":true,"f":true,"h":true,"j":["flag_paraguay","py","flag","nation","country","banner","paraguay"],"k":[3,39],"o":2},"flag-qa":{"subcategory":"country-flag","a":"Qatar Flag","b":"1F1F6-1F1E6","d":true,"e":true,"f":true,"h":true,"j":["flag_qatar","qa","flag","nation","country","banner","qatar"],"k":[3,40],"o":2},"flag-re":{"subcategory":"country-flag","a":"R\xE9union Flag","b":"1F1F7-1F1EA","d":true,"e":true,"f":true,"h":true,"j":["flag_reunion","r\xE9union","flag","nation","country","banner","reunion"],"k":[3,41],"o":2},"flag-ro":{"subcategory":"country-flag","a":"Romania Flag","b":"1F1F7-1F1F4","d":true,"e":true,"f":true,"h":true,"j":["flag_romania","ro","flag","nation","country","banner","romania"],"k":[3,42],"o":2},"flag-rs":{"subcategory":"country-flag","a":"Serbia Flag","b":"1F1F7-1F1F8","d":true,"e":true,"f":true,"h":true,"j":["flag_serbia","rs","flag","nation","country","banner","serbia"],"k":[3,43],"o":2},"ru":{"subcategory":"country-flag","a":"Russia Flag","b":"1F1F7-1F1FA","d":true,"e":true,"f":true,"h":true,"j":["flag_russia","russian","federation","flag","nation","country","banner","russia"],"k":[3,44],"n":["flag-ru"],"o":0},"flag-rw":{"subcategory":"country-flag","a":"Rwanda Flag","b":"1F1F7-1F1FC","d":true,"e":true,"f":true,"h":true,"j":["flag_rwanda","rw","flag","nation","country","banner","rwanda"],"k":[3,45],"o":2},"flag-sa":{"subcategory":"country-flag","a":"Saudi Arabia Flag","b":"1F1F8-1F1E6","d":true,"e":true,"f":true,"h":true,"j":["flag_saudi_arabia","flag","nation","country","banner","saudi_arabia"],"k":[3,46],"o":2},"flag-sb":{"subcategory":"country-flag","a":"Solomon Islands Flag","b":"1F1F8-1F1E7","d":true,"e":true,"f":true,"h":true,"j":["flag_solomon_islands","solomon","islands","flag","nation","country","banner","solomon_islands"],"k":[3,47],"o":2},"flag-sc":{"subcategory":"country-flag","a":"Seychelles Flag","b":"1F1F8-1F1E8","d":true,"e":true,"f":true,"h":true,"j":["flag_seychelles","sc","flag","nation","country","banner","seychelles"],"k":[3,48],"o":2},"flag-sd":{"subcategory":"country-flag","a":"Sudan Flag","b":"1F1F8-1F1E9","d":true,"e":true,"f":true,"h":true,"j":["flag_sudan","sd","flag","nation","country","banner","sudan"],"k":[3,49],"o":2},"flag-se":{"subcategory":"country-flag","a":"Sweden Flag","b":"1F1F8-1F1EA","d":true,"e":true,"f":true,"h":true,"j":["flag_sweden","se","flag","nation","country","banner","sweden"],"k":[3,50],"o":2},"flag-sg":{"subcategory":"country-flag","a":"Singapore Flag","b":"1F1F8-1F1EC","d":true,"e":true,"f":true,"h":true,"j":["flag_singapore","sg","flag","nation","country","banner","singapore"],"k":[3,51],"o":2},"flag-sh":{"subcategory":"country-flag","a":"St. Helena Flag","b":"1F1F8-1F1ED","d":true,"e":true,"f":true,"h":true,"j":["flag_st_helena","saint","helena","ascension","tristan","cunha","flag","nation","country","banner","st_helena"],"k":[3,52],"o":2},"flag-si":{"subcategory":"country-flag","a":"Slovenia Flag","b":"1F1F8-1F1EE","d":true,"e":true,"f":true,"h":true,"j":["flag_slovenia","si","flag","nation","country","banner","slovenia"],"k":[3,53],"o":2},"flag-sj":{"subcategory":"country-flag","a":"Svalbard & Jan Mayen Flag","b":"1F1F8-1F1EF","d":true,"e":true,"f":true,"h":true,"j":["flag_svalbard_jan_mayen"],"k":[3,54],"o":2},"flag-sk":{"subcategory":"country-flag","a":"Slovakia Flag","b":"1F1F8-1F1F0","d":true,"e":true,"f":true,"h":true,"j":["flag_slovakia","sk","flag","nation","country","banner","slovakia"],"k":[3,55],"o":2},"flag-sl":{"subcategory":"country-flag","a":"Sierra Leone Flag","b":"1F1F8-1F1F1","d":true,"e":true,"f":true,"h":true,"j":["flag_sierra_leone","sierra","leone","flag","nation","country","banner","sierra_leone"],"k":[3,56],"o":2},"flag-sm":{"subcategory":"country-flag","a":"San Marino Flag","b":"1F1F8-1F1F2","d":true,"e":true,"f":true,"h":true,"j":["flag_san_marino","san","marino","flag","nation","country","banner","san_marino"],"k":[3,57],"o":2},"flag-sn":{"subcategory":"country-flag","a":"Senegal Flag","b":"1F1F8-1F1F3","d":true,"e":true,"f":true,"h":true,"j":["flag_senegal","sn","flag","nation","country","banner","senegal"],"k":[3,58],"o":2},"flag-so":{"subcategory":"country-flag","a":"Somalia Flag","b":"1F1F8-1F1F4","d":true,"e":true,"f":true,"h":true,"j":["flag_somalia","so","flag","nation","country","banner","somalia"],"k":[3,59],"o":2},"flag-sr":{"subcategory":"country-flag","a":"Suriname Flag","b":"1F1F8-1F1F7","d":true,"e":true,"f":true,"h":true,"j":["flag_suriname","sr","flag","nation","country","banner","suriname"],"k":[3,60],"o":2},"flag-ss":{"subcategory":"country-flag","a":"South Sudan Flag","b":"1F1F8-1F1F8","d":true,"e":true,"f":true,"h":true,"j":["flag_south_sudan","south","sd","flag","nation","country","banner","south_sudan"],"k":[4,0],"o":2},"flag-st":{"subcategory":"country-flag","a":"S\xE3o Tom\xE9 & Pr\xEDncipe Flag","b":"1F1F8-1F1F9","d":true,"e":true,"f":true,"h":true,"j":["flag_sao_tome_principe","sao","tome","principe","flag","nation","country","banner","sao_tome_principe"],"k":[4,1],"o":2},"flag-sv":{"subcategory":"country-flag","a":"El Salvador Flag","b":"1F1F8-1F1FB","d":true,"e":true,"f":true,"h":true,"j":["flag_el_salvador","el","salvador","flag","nation","country","banner","el_salvador"],"k":[4,2],"o":2},"flag-sx":{"subcategory":"country-flag","a":"Sint Maarten Flag","b":"1F1F8-1F1FD","d":true,"e":true,"f":true,"h":true,"j":["flag_sint_maarten","sint","maarten","dutch","flag","nation","country","banner","sint_maarten"],"k":[4,3],"o":2},"flag-sy":{"subcategory":"country-flag","a":"Syria Flag","b":"1F1F8-1F1FE","d":true,"e":true,"f":true,"h":true,"j":["flag_syria","syrian","arab","republic","flag","nation","country","banner","syria"],"k":[4,4],"o":2},"flag-sz":{"subcategory":"country-flag","a":"Eswatini Flag","b":"1F1F8-1F1FF","d":true,"e":true,"f":true,"h":true,"j":["flag_eswatini","sz","flag","nation","country","banner","eswatini"],"k":[4,5],"o":2},"flag-ta":{"subcategory":"country-flag","a":"Tristan Da Cunha Flag","b":"1F1F9-1F1E6","d":true,"e":true,"f":true,"h":true,"j":["flag_tristan_da_cunha"],"k":[4,6],"o":2},"flag-tc":{"subcategory":"country-flag","a":"Turks & Caicos Islands Flag","b":"1F1F9-1F1E8","d":true,"e":true,"f":true,"h":true,"j":["flag_turks_caicos_islands","turks","caicos","islands","flag","nation","country","banner","turks_caicos_islands"],"k":[4,7],"o":2},"flag-td":{"subcategory":"country-flag","a":"Chad Flag","b":"1F1F9-1F1E9","d":true,"e":true,"f":true,"h":true,"j":["flag_chad","td","flag","nation","country","banner","chad"],"k":[4,8],"o":2},"flag-tf":{"subcategory":"country-flag","a":"French Southern Territories Flag","b":"1F1F9-1F1EB","d":true,"e":true,"f":true,"h":true,"j":["flag_french_southern_territories","french","southern","territories","flag","nation","country","banner","french_southern_territories"],"k":[4,9],"o":2},"flag-tg":{"subcategory":"country-flag","a":"Togo Flag","b":"1F1F9-1F1EC","d":true,"e":true,"f":true,"h":true,"j":["flag_togo","tg","flag","nation","country","banner","togo"],"k":[4,10],"o":2},"flag-th":{"subcategory":"country-flag","a":"Thailand Flag","b":"1F1F9-1F1ED","d":true,"e":true,"f":true,"h":true,"j":["flag_thailand","th","flag","nation","country","banner","thailand"],"k":[4,11],"o":2},"flag-tj":{"subcategory":"country-flag","a":"Tajikistan Flag","b":"1F1F9-1F1EF","d":true,"e":true,"f":true,"h":true,"j":["flag_tajikistan","tj","flag","nation","country","banner","tajikistan"],"k":[4,12],"o":2},"flag-tk":{"subcategory":"country-flag","a":"Tokelau Flag","b":"1F1F9-1F1F0","d":true,"e":true,"f":true,"h":true,"j":["flag_tokelau","tk","flag","nation","country","banner","tokelau"],"k":[4,13],"o":2},"flag-tl":{"subcategory":"country-flag","a":"Timor-Leste Flag","b":"1F1F9-1F1F1","d":true,"e":true,"f":true,"h":true,"j":["flag_timor_leste","timor","leste","flag","nation","country","banner","timor_leste"],"k":[4,14],"o":2},"flag-tm":{"subcategory":"country-flag","a":"Turkmenistan Flag","b":"1F1F9-1F1F2","d":true,"e":true,"f":true,"h":true,"j":["flag_turkmenistan","flag","nation","country","banner","turkmenistan"],"k":[4,15],"o":2},"flag-tn":{"subcategory":"country-flag","a":"Tunisia Flag","b":"1F1F9-1F1F3","d":true,"e":true,"f":true,"h":true,"j":["flag_tunisia","tn","flag","nation","country","banner","tunisia"],"k":[4,16],"o":2},"flag-to":{"subcategory":"country-flag","a":"Tonga Flag","b":"1F1F9-1F1F4","d":true,"e":true,"f":true,"h":true,"j":["flag_tonga","to","flag","nation","country","banner","tonga"],"k":[4,17],"o":2},"flag-tr":{"subcategory":"country-flag","a":"Turkey Flag","b":"1F1F9-1F1F7","d":true,"e":true,"f":true,"h":true,"j":["flag_turkey","turkey","flag","nation","country","banner"],"k":[4,18],"o":2},"flag-tt":{"subcategory":"country-flag","a":"Trinidad & Tobago Flag","b":"1F1F9-1F1F9","d":true,"e":true,"f":true,"h":true,"j":["flag_trinidad_tobago","trinidad","tobago","flag","nation","country","banner","trinidad_tobago"],"k":[4,19],"o":2},"flag-tv":{"subcategory":"country-flag","a":"Tuvalu Flag","b":"1F1F9-1F1FB","d":true,"e":true,"f":true,"h":true,"j":["flag_tuvalu","flag","nation","country","banner","tuvalu"],"k":[4,20],"o":2},"flag-tw":{"subcategory":"country-flag","a":"Taiwan Flag","b":"1F1F9-1F1FC","d":true,"e":true,"f":true,"h":true,"j":["flag_taiwan","tw","flag","nation","country","banner","taiwan"],"k":[4,21],"o":2},"flag-tz":{"subcategory":"country-flag","a":"Tanzania Flag","b":"1F1F9-1F1FF","d":true,"e":true,"f":true,"h":true,"j":["flag_tanzania","tanzania","united","republic","flag","nation","country","banner"],"k":[4,22],"o":2},"flag-ua":{"subcategory":"country-flag","a":"Ukraine Flag","b":"1F1FA-1F1E6","d":true,"e":true,"f":true,"h":true,"j":["flag_ukraine","ua","flag","nation","country","banner","ukraine"],"k":[4,23],"o":2},"flag-ug":{"subcategory":"country-flag","a":"Uganda Flag","b":"1F1FA-1F1EC","d":true,"e":true,"f":true,"h":true,"j":["flag_uganda","ug","flag","nation","country","banner","uganda"],"k":[4,24],"o":2},"flag-um":{"subcategory":"country-flag","a":"U.s. Outlying Islands Flag","b":"1F1FA-1F1F2","d":true,"e":true,"f":true,"h":true,"j":["flag_u_s_outlying_islands"],"k":[4,25],"o":2},"flag-un":{"subcategory":"country-flag","a":"United Nations Flag","b":"1F1FA-1F1F3","d":true,"e":true,"f":true,"h":true,"j":["flag_united_nations","un","flag","banner"],"k":[4,26],"o":4},"us":{"subcategory":"country-flag","a":"United States Flag","b":"1F1FA-1F1F8","d":true,"e":true,"f":true,"h":true,"j":["flag_united_states","united","states","america","flag","nation","country","banner","united_states"],"k":[4,27],"n":["flag-us"],"o":0},"flag-uy":{"subcategory":"country-flag","a":"Uruguay Flag","b":"1F1FA-1F1FE","d":true,"e":true,"f":true,"h":true,"j":["flag_uruguay","uy","flag","nation","country","banner","uruguay"],"k":[4,28],"o":2},"flag-uz":{"subcategory":"country-flag","a":"Uzbekistan Flag","b":"1F1FA-1F1FF","d":true,"e":true,"f":true,"h":true,"j":["flag_uzbekistan","uz","flag","nation","country","banner","uzbekistan"],"k":[4,29],"o":2},"flag-va":{"subcategory":"country-flag","a":"Vatican City Flag","b":"1F1FB-1F1E6","d":true,"e":true,"f":true,"h":true,"j":["flag_vatican_city","vatican","city","flag","nation","country","banner","vatican_city"],"k":[4,30],"o":2},"flag-vc":{"subcategory":"country-flag","a":"St. Vincent & Grenadines Flag","b":"1F1FB-1F1E8","d":true,"e":true,"f":true,"h":true,"j":["flag_st_vincent_grenadines","saint","vincent","grenadines","flag","nation","country","banner","st_vincent_grenadines"],"k":[4,31],"o":2},"flag-ve":{"subcategory":"country-flag","a":"Venezuela Flag","b":"1F1FB-1F1EA","d":true,"e":true,"f":true,"h":true,"j":["flag_venezuela","ve","bolivarian","republic","flag","nation","country","banner","venezuela"],"k":[4,32],"o":2},"flag-vg":{"subcategory":"country-flag","a":"British Virgin Islands Flag","b":"1F1FB-1F1EC","d":true,"e":true,"f":true,"h":true,"j":["flag_british_virgin_islands","british","virgin","islands","bvi","flag","nation","country","banner","british_virgin_islands"],"k":[4,33],"o":2},"flag-vi":{"subcategory":"country-flag","a":"U.s. Virgin Islands Flag","b":"1F1FB-1F1EE","d":true,"e":true,"f":true,"h":true,"j":["flag_u_s_virgin_islands","virgin","islands","us","flag","nation","country","banner","u_s_virgin_islands"],"k":[4,34],"o":2},"flag-vn":{"subcategory":"country-flag","a":"Vietnam Flag","b":"1F1FB-1F1F3","d":true,"e":true,"f":true,"h":true,"j":["flag_vietnam","viet","nam","flag","nation","country","banner","vietnam"],"k":[4,35],"o":2},"flag-vu":{"subcategory":"country-flag","a":"Vanuatu Flag","b":"1F1FB-1F1FA","d":true,"e":true,"f":true,"h":true,"j":["flag_vanuatu","vu","flag","nation","country","banner","vanuatu"],"k":[4,36],"o":2},"flag-wf":{"subcategory":"country-flag","a":"Wallis & Futuna Flag","b":"1F1FC-1F1EB","d":true,"e":true,"f":true,"h":true,"j":["flag_wallis_futuna","wallis","futuna","flag","nation","country","banner","wallis_futuna"],"k":[4,37],"o":2},"flag-ws":{"subcategory":"country-flag","a":"Samoa Flag","b":"1F1FC-1F1F8","d":true,"e":true,"f":true,"h":true,"j":["flag_samoa","ws","flag","nation","country","banner","samoa"],"k":[4,38],"o":2},"flag-xk":{"subcategory":"country-flag","a":"Kosovo Flag","b":"1F1FD-1F1F0","d":true,"e":true,"f":true,"h":true,"j":["flag_kosovo","xk","flag","nation","country","banner","kosovo"],"k":[4,39],"o":2},"flag-ye":{"subcategory":"country-flag","a":"Yemen Flag","b":"1F1FE-1F1EA","d":true,"e":true,"f":true,"h":true,"j":["flag_yemen","ye","flag","nation","country","banner","yemen"],"k":[4,40],"o":2},"flag-yt":{"subcategory":"country-flag","a":"Mayotte Flag","b":"1F1FE-1F1F9","d":true,"e":true,"f":true,"h":true,"j":["flag_mayotte","yt","flag","nation","country","banner","mayotte"],"k":[4,41],"o":2},"flag-za":{"subcategory":"country-flag","a":"South Africa Flag","b":"1F1FF-1F1E6","d":true,"e":true,"f":true,"h":true,"j":["flag_south_africa","south","africa","flag","nation","country","banner","south_africa"],"k":[4,42],"o":2},"flag-zm":{"subcategory":"country-flag","a":"Zambia Flag","b":"1F1FF-1F1F2","d":true,"e":true,"f":true,"h":true,"j":["flag_zambia","zm","flag","nation","country","banner","zambia"],"k":[4,43],"o":2},"flag-zw":{"subcategory":"country-flag","a":"Zimbabwe Flag","b":"1F1FF-1F1FC","d":true,"e":true,"f":true,"h":true,"j":["flag_zimbabwe","zw","flag","nation","country","banner","zimbabwe"],"k":[4,44],"o":2},"flag-england":{"subcategory":"subdivision-flag","a":"England Flag","b":"1F3F4-E0067-E0062-E0065-E006E-E0067-E007F","d":true,"e":true,"f":true,"h":true,"j":["flag_england","flag","english"],"k":[10,32],"o":5},"flag-scotland":{"subcategory":"subdivision-flag","a":"Scotland Flag","b":"1F3F4-E0067-E0062-E0073-E0063-E0074-E007F","d":true,"e":true,"f":true,"h":true,"j":["flag_scotland","flag","scottish"],"k":[10,33],"o":5},"flag-wales":{"subcategory":"subdivision-flag","a":"Wales Flag","b":"1F3F4-E0067-E0062-E0077-E006C-E0073-E007F","d":true,"e":true,"f":true,"h":true,"j":["flag_wales","flag","welsh"],"k":[10,34],"o":5}},"aliases":{"satisfied":"laughing","grinning_face_with_star_eyes":"star-struck","grinning_face_with_one_large_and_one_small_eye":"zany_face","smiling_face_with_smiling_eyes_and_hand_covering_mouth":"face_with_hand_over_mouth","face_with_finger_covering_closed_lips":"shushing_face","face_with_one_eyebrow_raised":"face_with_raised_eyebrow","face_with_open_mouth_vomiting":"face_vomiting","shocked_face_with_exploding_head":"exploding_head","serious_face_with_symbols_covering_mouth":"face_with_symbols_on_mouth","poop":"hankey","shit":"hankey","collision":"boom","raised_hand":"hand","hand_with_index_and_middle_fingers_crossed":"crossed_fingers","sign_of_the_horns":"the_horns","reversed_hand_with_middle_finger_extended":"middle_finger","thumbsup":"+1","thumbsdown":"-1","punch":"facepunch","mother_christmas":"mrs_claus","running":"runner","man-with-bunny-ears-partying":"men-with-bunny-ears-partying","woman-with-bunny-ears-partying":"women-with-bunny-ears-partying","women_holding_hands":"two_women_holding_hands","woman_and_man_holding_hands":"man_and_woman_holding_hands","couple":"man_and_woman_holding_hands","men_holding_hands":"two_men_holding_hands","paw_prints":"feet","flipper":"dolphin","honeybee":"bee","lady_beetle":"ladybug","cooking":"fried_egg","knife":"hocho","red_car":"car","sailboat":"boat","waxing_gibbous_moon":"moon","sun_small_cloud":"mostly_sunny","sun_behind_cloud":"barely_sunny","sun_behind_rain_cloud":"partly_sunny_rain","lightning_cloud":"lightning","tornado_cloud":"tornado","tshirt":"shirt","shoe":"mans_shoe","telephone":"phone","lantern":"izakaya_lantern","open_book":"book","envelope":"email","pencil":"memo","heavy_exclamation_mark":"exclamation","staff_of_aesculapius":"medical_symbol","flag-cn":"cn","flag-de":"de","flag-es":"es","flag-fr":"fr","uk":"gb","flag-gb":"gb","flag-it":"it","flag-jp":"jp","flag-kr":"kr","flag-ru":"ru","flag-us":"us"}}`)}},ds={};function wr($t){var We=ds[$t];if(We!==void 0)return We.exports;var a=ds[$t]={exports:{}};return rs[$t].call(a.exports,a,a.exports,wr),a.exports}wr.m=rs,wr.n=$t=>{var We=$t&&$t.__esModule?()=>$t.default:()=>$t;return wr.d(We,{a:We}),We},wr.d=($t,We)=>{for(var a in We)wr.o(We,a)&&!wr.o($t,a)&&Object.defineProperty($t,a,{enumerable:!0,get:We[a]})},wr.f={},wr.e=$t=>Promise.all(Object.keys(wr.f).reduce((We,a)=>(wr.f[a]($t,We),We),[])),wr.u=$t=>"talk-"+$t+".js?v="+{"defaultVendors-node_modules_f7cloud_dialogs_dist_chunks__plugin-vue_export-helper-1tPrXgE0_-e37598":"35bad0b0012a06c903a0","defaultVendors-node_modules_mdi_js_mdi_js-node_modules_f7cloud_dialogs_dist_chunks_preview--260ca1":"c4e73399146f4faaa88d","defaultVendors-node_modules_f7cloud_dialogs_dist_chunks_ConflictPicker-D11j2xek_mjs":"e3b8dd324b6ff52266fb","defaultVendors-node_modules_f7cloud_dialogs_dist_chunks_FilePicker-CtWlxGEm_mjs":"269576ce14d3fea5100d","node_modules_f7cloud_dialogs_dist_chunks_PublicAuthPrompt-CWSlYwmr_mjs":"b9ccdd436e076f987d5f",node_modules_f7cloud_vue_dist_components_NcColorPicker_index_mjs:"607e0846d663e80d7ce0",node_modules_f7cloud_vue_dist_components_NcDateTimePicker_index_mjs:"03ec57c02df899d5924c",node_modules_f7cloud_vue_dist_components_NcSelect_index_mjs:"aed413bc0e4385a33091","defaultVendors-node_modules_rehype-highlight_index_js":"82fdaf77c8451a5c67d9","defaultVendors-src_components_RoomSelector_vue":"1f86587ae1dfc0647e80"}[$t],wr.miniCssF=$t=>"../css/chunks/"+$t+".chunk.css",wr.g=function(){if(typeof globalThis=="object")return globalThis;try{return this||new Function("return this")()}catch{if(typeof window=="object")return window}}(),wr.o=($t,We)=>Object.prototype.hasOwnProperty.call($t,We),(()=>{var $t={},We="talk:";wr.l=(a,e,i,c)=>{if($t[a]){$t[a].push(e);return}var v,N;if(i!==void 0)for(var I=document.getElementsByTagName("script"),d=0;d<I.length;d++){var G=I[d];if(G.getAttribute("src")==a||G.getAttribute("data-webpack")==We+i){v=G;break}}v||(N=!0,v=document.createElement("script"),v.charset="utf-8",v.timeout=120,wr.nc&&v.setAttribute("nonce",wr.nc),v.setAttribute("data-webpack",We+i),v.src=a),$t[a]=[e];var j=(x,U)=>{v.onerror=v.onload=null,clearTimeout(Q);var T=$t[a];if(delete $t[a],v.parentNode&&v.parentNode.removeChild(v),T&&T.forEach(_=>_(U)),x)return x(U)},Q=setTimeout(j.bind(null,void 0,{type:"timeout",target:v}),12e4);v.onerror=j.bind(null,v.onerror),v.onload=j.bind(null,v.onload),N&&document.head.appendChild(v)}})(),wr.r=$t=>{typeof Symbol<"u"&&Symbol.toStringTag&&Object.defineProperty($t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty($t,"__esModule",{value:!0})},wr.j="deck",wr.p="/apps/talk/js/",(()=>{if(!(typeof document>"u")){var $t=(i,c,v,N,I)=>{var d=document.createElement("link");d.rel="stylesheet",d.type="text/css",wr.nc&&(d.nonce=wr.nc);var G=j=>{if(d.onerror=d.onload=null,j.type==="load")N();else{var Q=j&&j.type,x=j&&j.target&&j.target.href||c,U=new Error("Loading CSS chunk "+i+` failed.
|
|
(`+Q+": "+x+")");U.name="ChunkLoadError",U.code="CSS_CHUNK_LOAD_FAILED",U.type=Q,U.request=x,d.parentNode&&d.parentNode.removeChild(d),I(U)}};return d.onerror=d.onload=G,d.href=c,v?v.parentNode.insertBefore(d,v.nextSibling):document.head.appendChild(d),d},We=(i,c)=>{for(var v=document.getElementsByTagName("link"),N=0;N<v.length;N++){var I=v[N],d=I.getAttribute("data-href")||I.getAttribute("href");if(I.rel==="stylesheet"&&(d===i||d===c))return I}for(var G=document.getElementsByTagName("style"),N=0;N<G.length;N++){var I=G[N],d=I.getAttribute("data-href");if(d===i||d===c)return I}},a=i=>new Promise((c,v)=>{var N=wr.miniCssF(i),I=wr.p+N;if(We(N,I))return c();$t(i,I,null,c,v)}),e={deck:0};wr.f.miniCss=(i,c)=>{var v={"defaultVendors-src_components_RoomSelector_vue":1};e[i]?c.push(e[i]):e[i]!==0&&v[i]&&c.push(e[i]=a(i).then(()=>{e[i]=0},N=>{throw delete e[i],N}))}}})(),(()=>{var $t={deck:0};wr.f.j=(e,i)=>{var c=wr.o($t,e)?$t[e]:void 0;if(c!==0)if(c)i.push(c[2]);else{var v=new Promise((G,j)=>c=$t[e]=[G,j]);i.push(c[2]=v);var N=wr.p+wr.u(e),I=new Error,d=G=>{if(wr.o($t,e)&&(c=$t[e],c!==0&&($t[e]=void 0),c)){var j=G&&(G.type==="load"?"missing":G.type),Q=G&&G.target&&G.target.src;I.message="Loading chunk "+e+` failed.
|
|
(`+j+": "+Q+")",I.name="ChunkLoadError",I.type=j,I.request=Q,c[1](I)}};wr.l(N,d,"chunk-"+e,e)}};var We=(e,i)=>{var[c,v,N]=i,I,d,G=0;if(c.some(Q=>$t[Q]!==0)){for(I in v)wr.o(v,I)&&(wr.m[I]=v[I]);if(N)var j=N(wr)}for(e&&e(i);G<c.length;G++)d=c[G],wr.o($t,d)&&$t[d]&&$t[d][0](),$t[d]=0},a=self.webpackChunktalk=self.webpackChunktalk||[];a.forEach(We.bind(null,0)),a.push=We.bind(null,a.push.bind(a))})(),wr.nc=void 0;var Ud={};(()=>{"use strict";var $t=wr(21777),We=wr(85168),a=wr(53334),e=wr(63814),i=wr(70580),c=wr.n(i),v=wr(67262),N=wr(20641),I=wr(53751),d=wr(10810);const G=(0,d.Ey)();function j(T){T.config.globalProperties.OC=window.OC,T.config.globalProperties.OCA=window.OCA,T.config.globalProperties.OCP=window.OCP}function Q(T,_){return new Promise(S=>{const K=document.createElement("div");K.id=T,document.getElementById("body-user").appendChild(K);const ee=(0,N.$V)(()=>wr.e("defaultVendors-src_components_RoomSelector_vue").then(wr.bind(wr,22113))),H=(0,I.createApp)(ee,{isPlugin:!0,..._,onClose:()=>{K.remove(),H.unmount(),S(null)},onSelect:xe=>{K.remove(),H.unmount(),S(xe)}}).use(G).use(j);H.mount(K)})}async function x(T,{token:_,displayName:S}){try{const _e=(await(0,v.C0)(_,{objectType:"deck-card",objectId:T.id,metaData:JSON.stringify(T)})).data.ocs.data.id,ee=(0,e.Jv)("/call/{token}#message_{messageId}",{token:_,messageId:_e});(0,We.Te)((0,a.t)("spreed","Deck card has been posted to {conversation}").replace(/\{conversation}/g,`<a target="_blank" class="external" href="${ee}">${c()(S)} \u2197</a>`),{isHTML:!0})}catch(K){console.error("Error posting deck card to conversation",K,K.response?.status),K.response?.status===403?(0,We.Qg)((0,a.t)("spreed","No permission to post messages in this conversation")):(0,We.Qg)((0,a.t)("spreed","An error occurred while posting deck card to conversation"))}}function U(){window.OCA.Deck&&window.OCA.Deck.registerCardAction({label:(0,a.t)("spreed","Post to a conversation"),icon:"icon-talk",callback:async T=>{const _=await Q("spreed-post-card-to-room-select",{dialogTitle:(0,a.t)("spreed","Post to conversation"),showPostableOnly:!0});_&&x(T,_)}})}wr.nc=(0,$t.aV)(),wr.p=(0,e.fg)("spreed","","js/"),document.addEventListener("DOMContentLoaded",U)})()})();})();
|
|
|
|
//# sourceMappingURL=talk-deck.js.map?v=af9538182a10b1f31f1d |