@citizenplane/pimp 8.9.3 → 8.9.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/pimp.umd.js CHANGED
@@ -1,4 +1,4 @@
1
- (function(o,at){typeof exports=="object"&&typeof module<"u"?module.exports=at(require("vue")):typeof define=="function"&&define.amd?define(["vue"],at):(o=typeof globalThis<"u"?globalThis:o||self,o.Pimp=at(o.Vue))})(this,function(o){"use strict";function at(t,e){for(var n=0;n<e.length;n++){const i=e[n];if(typeof i!="string"&&!Array.isArray(i)){for(const r in i)if(r!=="default"&&!(r in t)){const s=Object.getOwnPropertyDescriptor(i,r);s&&Object.defineProperty(t,r,s.get?s:{enumerable:!0,get:()=>i[r]})}}}return Object.freeze(Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}))}var bo=Object.defineProperty,ko=(t,e,n)=>e in t?bo(t,e,{enumerable:!0,configurable:!0,writable:!0,value:n}):t[e]=n,lt=(t,e,n)=>ko(t,typeof e!="symbol"?e+"":e,n);const wr={"#":{pattern:/[0-9]/},"@":{pattern:/[a-zA-Z]/},"*":{pattern:/[a-zA-Z0-9]/}},vr=(t,e,n)=>t.replaceAll(e,"").replace(n,".").replace("..",".").replace(/[^.\d]/g,""),br=(t,e,n)=>{var i;return new Intl.NumberFormat(((i=n.number)==null?void 0:i.locale)??"en",{minimumFractionDigits:t,maximumFractionDigits:e,roundingMode:"trunc"})},So=(t,e=!0,n)=>{var i,r,s,a;const c=((i=n.number)==null?void 0:i.unsigned)!==!0&&t.startsWith("-")?"-":"",l=((r=n.number)==null?void 0:r.fraction)??0;let d=br(0,l,n);const u=d.formatToParts(1000.12),h=((s=u.find(g=>g.type==="group"))==null?void 0:s.value)??" ",p=((a=u.find(g=>g.type==="decimal"))==null?void 0:a.value)??".",f=vr(t,h,p);if(Number.isNaN(parseFloat(f)))return c;const m=f.split(".");if(m[1]!=null&&m[1].length>=1){const g=m[1].length<=l?m[1].length:l;d=br(g,l,n)}let y=d.format(parseFloat(f));return e?l>0&&f.endsWith(".")&&!f.slice(0,-1).includes(".")&&(y+=p):y=vr(y,h,p),c+y};let Do=class{constructor(e={}){lt(this,"opts",{}),lt(this,"memo",new Map);const n={...e};if(n.tokens!=null){n.tokens=n.tokensReplace?{...n.tokens}:{...wr,...n.tokens};for(const i of Object.values(n.tokens))typeof i.pattern=="string"&&(i.pattern=new RegExp(i.pattern))}else n.tokens=wr;Array.isArray(n.mask)&&(n.mask.length>1?n.mask=[...n.mask].sort((i,r)=>i.length-r.length):n.mask=n.mask[0]??""),n.mask===""&&(n.mask=null),this.opts=n}masked(e){return this.process(String(e),this.findMask(String(e)))}unmasked(e){return this.process(String(e),this.findMask(String(e)),!1)}isEager(){return this.opts.eager===!0}isReversed(){return this.opts.reversed===!0}completed(e){const n=this.findMask(String(e));if(this.opts.mask==null||n==null)return!1;const i=this.process(String(e),n).length;return typeof this.opts.mask=="string"?i>=this.opts.mask.length:i>=n.length}findMask(e){const n=this.opts.mask;if(n==null)return null;if(typeof n=="string")return n;if(typeof n=="function")return n(e);const i=this.process(e,n.slice(-1).pop()??"",!1);return n.find(r=>this.process(e,r,!1).length>=i.length)??""}escapeMask(e){const n=[],i=[];return e.split("").forEach((r,s)=>{r==="!"&&e[s-1]!=="!"?i.push(s-i.length):n.push(r)}),{mask:n.join(""),escaped:i}}process(e,n,i=!0){if(this.opts.number!=null)return So(e,i,this.opts);if(n==null)return e;const r=`v=${e},mr=${n},m=${i?1:0}`;if(this.memo.has(r))return this.memo.get(r);const{mask:s,escaped:a}=this.escapeMask(n),c=[],l=this.opts.tokens!=null?this.opts.tokens:{},d=this.isReversed()?-1:1,u=this.isReversed()?"unshift":"push",h=this.isReversed()?0:s.length-1,p=this.isReversed()?()=>g>-1&&w>-1:()=>g<s.length&&w<e.length,f=v=>!this.isReversed()&&v<=h||this.isReversed()&&v>=h;let m,y=-1,g=this.isReversed()?s.length-1:0,w=this.isReversed()?e.length-1:0,x=!1;for(;p();){const v=s.charAt(g),k=l[v],D=(k==null?void 0:k.transform)!=null?k.transform(e.charAt(w)):e.charAt(w);if(!a.includes(g)&&k!=null?(D.match(k.pattern)!=null?(c[u](D),k.repeated?(y===-1?y=g:g===h&&g!==y&&(g=y-d),h===y&&(g-=d)):k.multiple&&(x=!0,g-=d),g+=d):k.multiple?x&&(g+=d,w-=d,x=!1):D===m?m=void 0:k.optional&&(g+=d,w-=d),w+=d):(i&&!this.isEager()&&c[u](v),D===v&&!this.isEager()?w+=d:m=v,this.isEager()||(g+=d)),this.isEager())for(;f(g)&&(l[s.charAt(g)]==null||a.includes(g));){if(i){if(c[u](s.charAt(g)),e.charAt(w)===s.charAt(g)){g+=d,w+=d;continue}}else s.charAt(g)===e.charAt(w)&&(w+=d);g+=d}}return this.memo.set(r,c.join("")),this.memo.get(r)}};const kr=t=>JSON.parse(t.replaceAll("'",'"')),Mo=(t,e={})=>{const n={...e};t.dataset.maska!=null&&t.dataset.maska!==""&&(n.mask=To(t.dataset.maska)),t.dataset.maskaEager!=null&&(n.eager=jt(t.dataset.maskaEager)),t.dataset.maskaReversed!=null&&(n.reversed=jt(t.dataset.maskaReversed)),t.dataset.maskaTokensReplace!=null&&(n.tokensReplace=jt(t.dataset.maskaTokensReplace)),t.dataset.maskaTokens!=null&&(n.tokens=_o(t.dataset.maskaTokens));const i={};return t.dataset.maskaNumberLocale!=null&&(i.locale=t.dataset.maskaNumberLocale),t.dataset.maskaNumberFraction!=null&&(i.fraction=parseInt(t.dataset.maskaNumberFraction)),t.dataset.maskaNumberUnsigned!=null&&(i.unsigned=jt(t.dataset.maskaNumberUnsigned)),(t.dataset.maskaNumber!=null||Object.values(i).length>0)&&(n.number=i),n},jt=t=>t!==""?!!JSON.parse(t):!0,To=t=>t.startsWith("[")&&t.endsWith("]")?kr(t):t,_o=t=>{if(t.startsWith("{")&&t.endsWith("}"))return kr(t);const e={};return t.split("|").forEach(n=>{const i=n.split(":");e[i[0]]={pattern:new RegExp(i[1]),optional:i[2]==="optional",multiple:i[2]==="multiple",repeated:i[2]==="repeated"}}),e};class Co{constructor(e,n={}){lt(this,"items",new Map),lt(this,"eventAbortController"),lt(this,"onInput",i=>{if(i instanceof CustomEvent&&i.type==="input"&&!i.isTrusted&&!i.bubbles)return;const r=i.target,s=this.items.get(r);if(s===void 0)return;const a="inputType"in i&&i.inputType.startsWith("delete"),c=s.isEager(),l=a&&c&&s.unmasked(r.value)===""?"":r.value;this.fixCursor(r,a,()=>this.setValue(r,l))}),this.options=n,this.eventAbortController=new AbortController,this.init(this.getInputs(e))}update(e={}){this.options={...e},this.init(Array.from(this.items.keys()))}updateValue(e){var n;e.value!==""&&e.value!==((n=this.processInput(e))==null?void 0:n.masked)&&this.setValue(e,e.value)}destroy(){this.eventAbortController.abort(),this.items.clear()}init(e){const n=this.getOptions(this.options);for(const i of e){if(!this.items.has(i)){const{signal:s}=this.eventAbortController;i.addEventListener("input",this.onInput,{capture:!0,signal:s})}const r=new Do(Mo(i,n));this.items.set(i,r),queueMicrotask(()=>this.updateValue(i)),i.selectionStart===null&&r.isEager()&&console.warn("Maska: input of `%s` type is not supported",i.type)}}getInputs(e){return typeof e=="string"?Array.from(document.querySelectorAll(e)):"length"in e?Array.from(e):[e]}getOptions(e){const{onMaska:n,preProcess:i,postProcess:r,...s}=e;return s}fixCursor(e,n,i){var r,s;const a=e.selectionStart,c=e.value;if(i(),a===null||a===c.length&&!n)return;const l=e.value,d=c.slice(0,a),u=l.slice(0,a),h=(r=this.processInput(e,d))==null?void 0:r.unmasked,p=(s=this.processInput(e,u))==null?void 0:s.unmasked;if(h===void 0||p===void 0)return;let f=a;d!==u&&(f+=n?l.length-c.length:h.length-p.length),e.setSelectionRange(f,f)}setValue(e,n){const i=this.processInput(e,n);i!==void 0&&(e.value=i.masked,this.options.onMaska!=null&&(Array.isArray(this.options.onMaska)?this.options.onMaska.forEach(r=>r(i)):this.options.onMaska(i)),e.dispatchEvent(new CustomEvent("maska",{detail:i})),e.dispatchEvent(new CustomEvent("input",{detail:i.masked})))}processInput(e,n){const i=this.items.get(e);if(i===void 0)return;let r=n??e.value;this.options.preProcess!=null&&(r=this.options.preProcess(r));let s=i.masked(r);return this.options.postProcess!=null&&(s=this.options.postProcess(s)),{masked:s,unmasked:i.unmasked(r),completed:i.completed(r)}}}const hn=new WeakMap,Eo=(t,e)=>{if(t.arg==null||t.instance==null)return;const n="setup"in t.instance.$.type;t.arg in t.instance?t.instance[t.arg]=e:n&&console.warn("Maska: please expose `%s` using defineExpose",t.arg)},Oo=(t,e)=>{var n;const i=t instanceof HTMLInputElement?t:t.querySelector("input");if(i==null||(i==null?void 0:i.type)==="file")return;let r={};if(e.value!=null&&(r=typeof e.value=="string"?{mask:e.value}:{...e.value}),e.arg!=null){const s=a=>{const c=e.modifiers.unmasked?a.unmasked:e.modifiers.completed?a.completed:a.masked;Eo(e,c)};r.onMaska=r.onMaska==null?s:Array.isArray(r.onMaska)?[...r.onMaska,s]:[r.onMaska,s]}hn.has(i)?(n=hn.get(i))==null||n.update(r):hn.set(i,new Co(i,r))},jo={beforeMount(t,e){t.clickOutsideEvent=function(n){t===n.target||t.contains(n.target)||e.value(n,t)},document.body.addEventListener("click",t.clickOutsideEvent)},unmounted(t){document.body.removeEventListener("click",t.clickOutsideEvent)}},Io=/\d/,No=["-","_","/","."];function Vo(t=""){if(!Io.test(t))return t!==t.toLowerCase()}function Bo(t,e){const n=No,i=[];if(!t||typeof t!="string")return i;let r="",s,a;for(const c of t){const l=n.includes(c);if(l===!0){i.push(r),r="",s=void 0;continue}const d=Vo(c);if(a===!1){if(s===!1&&d===!0){i.push(r),r=c,s=d;continue}if(s===!0&&d===!1&&r.length>1){const u=r.at(-1);i.push(r.slice(0,Math.max(0,r.length-1))),r=u+c,s=d;continue}}r+=c,s=d,a=l}return i.push(r),i}function Sr(t,e){return t?(Array.isArray(t)?t:Bo(t)).map(n=>n.toLowerCase()).join("-"):""}const Ao={created:(t,e)=>{for(const n in e.value){const i=Sr(n);t.hasAttribute(i)||t.setAttribute(i,e.value[n])}},getSSRProps(t){return t.value?Object.fromEntries(Object.entries(t.value).map(([e,n])=>[Sr(e),n])):{}}},$o=["top","right","bottom","left"],Dr=["start","end"],Mr=$o.reduce((t,e)=>t.concat(e,e+"-"+Dr[0],e+"-"+Dr[1]),[]),ct=Math.min,Pe=Math.max,Po={left:"right",right:"left",bottom:"top",top:"bottom"},Fo={start:"end",end:"start"};function pn(t,e,n){return Pe(t,ct(e,n))}function Fe(t,e){return typeof t=="function"?t(e):t}function ge(t){return t.split("-")[0]}function le(t){return t.split("-")[1]}function Tr(t){return t==="x"?"y":"x"}function fn(t){return t==="y"?"height":"width"}function Te(t){return["top","bottom"].includes(ge(t))?"y":"x"}function mn(t){return Tr(Te(t))}function _r(t,e,n){n===void 0&&(n=!1);const i=le(t),r=mn(t),s=fn(r);let a=r==="x"?i===(n?"end":"start")?"right":"left":i==="start"?"bottom":"top";return e.reference[s]>e.floating[s]&&(a=Nt(a)),[a,Nt(a)]}function Ro(t){const e=Nt(t);return[It(t),e,It(e)]}function It(t){return t.replace(/start|end/g,e=>Fo[e])}function zo(t,e,n){const i=["left","right"],r=["right","left"],s=["top","bottom"],a=["bottom","top"];switch(t){case"top":case"bottom":return n?e?r:i:e?i:r;case"left":case"right":return e?s:a;default:return[]}}function Lo(t,e,n,i){const r=le(t);let s=zo(ge(t),n==="start",i);return r&&(s=s.map(a=>a+"-"+r),e&&(s=s.concat(s.map(It)))),s}function Nt(t){return t.replace(/left|right|bottom|top/g,e=>Po[e])}function Ho(t){return{top:0,right:0,bottom:0,left:0,...t}}function Cr(t){return typeof t!="number"?Ho(t):{top:t,right:t,bottom:t,left:t}}function dt(t){const{x:e,y:n,width:i,height:r}=t;return{width:i,height:r,top:n,left:e,right:e+i,bottom:n+r,x:e,y:n}}function Er(t,e,n){let{reference:i,floating:r}=t;const s=Te(e),a=mn(e),c=fn(a),l=ge(e),d=s==="y",u=i.x+i.width/2-r.width/2,h=i.y+i.height/2-r.height/2,p=i[c]/2-r[c]/2;let f;switch(l){case"top":f={x:u,y:i.y-r.height};break;case"bottom":f={x:u,y:i.y+i.height};break;case"right":f={x:i.x+i.width,y:h};break;case"left":f={x:i.x-r.width,y:h};break;default:f={x:i.x,y:i.y}}switch(le(e)){case"start":f[a]-=p*(n&&d?-1:1);break;case"end":f[a]+=p*(n&&d?-1:1);break}return f}const Wo=async(t,e,n)=>{const{placement:i="bottom",strategy:r="absolute",middleware:s=[],platform:a}=n,c=s.filter(Boolean),l=await(a.isRTL==null?void 0:a.isRTL(e));let d=await a.getElementRects({reference:t,floating:e,strategy:r}),{x:u,y:h}=Er(d,i,l),p=i,f={},m=0;for(let y=0;y<c.length;y++){const{name:g,fn:w}=c[y],{x,y:v,data:k,reset:D}=await w({x:u,y:h,initialPlacement:i,placement:p,strategy:r,middlewareData:f,rects:d,platform:a,elements:{reference:t,floating:e}});u=x??u,h=v??h,f={...f,[g]:{...f[g],...k}},D&&m<=50&&(m++,typeof D=="object"&&(D.placement&&(p=D.placement),D.rects&&(d=D.rects===!0?await a.getElementRects({reference:t,floating:e,strategy:r}):D.rects),{x:u,y:h}=Er(d,p,l)),y=-1)}return{x:u,y:h,placement:p,strategy:r,middlewareData:f}};async function Vt(t,e){var n;e===void 0&&(e={});const{x:i,y:r,platform:s,rects:a,elements:c,strategy:l}=t,{boundary:d="clippingAncestors",rootBoundary:u="viewport",elementContext:h="floating",altBoundary:p=!1,padding:f=0}=Fe(e,t),m=Cr(f),g=c[p?h==="floating"?"reference":"floating":h],w=dt(await s.getClippingRect({element:(n=await(s.isElement==null?void 0:s.isElement(g)))==null||n?g:g.contextElement||await(s.getDocumentElement==null?void 0:s.getDocumentElement(c.floating)),boundary:d,rootBoundary:u,strategy:l})),x=h==="floating"?{x:i,y:r,width:a.floating.width,height:a.floating.height}:a.reference,v=await(s.getOffsetParent==null?void 0:s.getOffsetParent(c.floating)),k=await(s.isElement==null?void 0:s.isElement(v))?await(s.getScale==null?void 0:s.getScale(v))||{x:1,y:1}:{x:1,y:1},D=dt(s.convertOffsetParentRelativeRectToViewportRelativeRect?await s.convertOffsetParentRelativeRectToViewportRelativeRect({elements:c,rect:x,offsetParent:v,strategy:l}):x);return{top:(w.top-D.top+m.top)/k.y,bottom:(D.bottom-w.bottom+m.bottom)/k.y,left:(w.left-D.left+m.left)/k.x,right:(D.right-w.right+m.right)/k.x}}const Uo=t=>({name:"arrow",options:t,async fn(e){const{x:n,y:i,placement:r,rects:s,platform:a,elements:c,middlewareData:l}=e,{element:d,padding:u=0}=Fe(t,e)||{};if(d==null)return{};const h=Cr(u),p={x:n,y:i},f=mn(r),m=fn(f),y=await a.getDimensions(d),g=f==="y",w=g?"top":"left",x=g?"bottom":"right",v=g?"clientHeight":"clientWidth",k=s.reference[m]+s.reference[f]-p[f]-s.floating[m],D=p[f]-s.reference[f],M=await(a.getOffsetParent==null?void 0:a.getOffsetParent(d));let T=M?M[v]:0;(!T||!await(a.isElement==null?void 0:a.isElement(M)))&&(T=c.floating[v]||s.floating[m]);const O=k/2-D/2,j=T/2-y[m]/2-1,C=ct(h[w],j),V=ct(h[x],j),U=C,F=T-y[m]-V,q=T/2-y[m]/2+O,$=pn(U,q,F),K=!l.arrow&&le(r)!=null&&q!==$&&s.reference[m]/2-(q<U?C:V)-y[m]/2<0,P=K?q<U?q-U:q-F:0;return{[f]:p[f]+P,data:{[f]:$,centerOffset:q-$-P,...K&&{alignmentOffset:P}},reset:K}}});function qo(t,e,n){return(t?[...n.filter(r=>le(r)===t),...n.filter(r=>le(r)!==t)]:n.filter(r=>ge(r)===r)).filter(r=>t?le(r)===t||(e?It(r)!==r:!1):!0)}const Zo=function(t){return t===void 0&&(t={}),{name:"autoPlacement",options:t,async fn(e){var n,i,r;const{rects:s,middlewareData:a,placement:c,platform:l,elements:d}=e,{crossAxis:u=!1,alignment:h,allowedPlacements:p=Mr,autoAlignment:f=!0,...m}=Fe(t,e),y=h!==void 0||p===Mr?qo(h||null,f,p):p,g=await Vt(e,m),w=((n=a.autoPlacement)==null?void 0:n.index)||0,x=y[w];if(x==null)return{};const v=_r(x,s,await(l.isRTL==null?void 0:l.isRTL(d.floating)));if(c!==x)return{reset:{placement:y[0]}};const k=[g[ge(x)],g[v[0]],g[v[1]]],D=[...((i=a.autoPlacement)==null?void 0:i.overflows)||[],{placement:x,overflows:k}],M=y[w+1];if(M)return{data:{index:w+1,overflows:D},reset:{placement:M}};const T=D.map(C=>{const V=le(C.placement);return[C.placement,V&&u?C.overflows.slice(0,2).reduce((U,F)=>U+F,0):C.overflows[0],C.overflows]}).sort((C,V)=>C[1]-V[1]),j=((r=T.filter(C=>C[2].slice(0,le(C[0])?2:3).every(V=>V<=0))[0])==null?void 0:r[0])||T[0][0];return j!==c?{data:{index:w+1,overflows:D},reset:{placement:j}}:{}}}},Yo=function(t){return t===void 0&&(t={}),{name:"flip",options:t,async fn(e){var n,i;const{placement:r,middlewareData:s,rects:a,initialPlacement:c,platform:l,elements:d}=e,{mainAxis:u=!0,crossAxis:h=!0,fallbackPlacements:p,fallbackStrategy:f="bestFit",fallbackAxisSideDirection:m="none",flipAlignment:y=!0,...g}=Fe(t,e);if((n=s.arrow)!=null&&n.alignmentOffset)return{};const w=ge(r),x=Te(c),v=ge(c)===c,k=await(l.isRTL==null?void 0:l.isRTL(d.floating)),D=p||(v||!y?[Nt(c)]:Ro(c)),M=m!=="none";!p&&M&&D.push(...Lo(c,y,m,k));const T=[c,...D],O=await Vt(e,g),j=[];let C=((i=s.flip)==null?void 0:i.overflows)||[];if(u&&j.push(O[w]),h){const $=_r(r,a,k);j.push(O[$[0]],O[$[1]])}if(C=[...C,{placement:r,overflows:j}],!j.every($=>$<=0)){var V,U;const $=(((V=s.flip)==null?void 0:V.index)||0)+1,K=T[$];if(K){var F;const H=h==="alignment"?x!==Te(K):!1,R=((F=C[0])==null?void 0:F.overflows[0])>0;if(!H||R)return{data:{index:$,overflows:C},reset:{placement:K}}}let P=(U=C.filter(H=>H.overflows[0]<=0).sort((H,R)=>H.overflows[1]-R.overflows[1])[0])==null?void 0:U.placement;if(!P)switch(f){case"bestFit":{var q;const H=(q=C.filter(R=>{if(M){const Q=Te(R.placement);return Q===x||Q==="y"}return!0}).map(R=>[R.placement,R.overflows.filter(Q=>Q>0).reduce((Q,ee)=>Q+ee,0)]).sort((R,Q)=>R[1]-Q[1])[0])==null?void 0:q[0];H&&(P=H);break}case"initialPlacement":P=c;break}if(r!==P)return{reset:{placement:P}}}return{}}}};async function Go(t,e){const{placement:n,platform:i,elements:r}=t,s=await(i.isRTL==null?void 0:i.isRTL(r.floating)),a=ge(n),c=le(n),l=Te(n)==="y",d=["left","top"].includes(a)?-1:1,u=s&&l?-1:1,h=Fe(e,t);let{mainAxis:p,crossAxis:f,alignmentAxis:m}=typeof h=="number"?{mainAxis:h,crossAxis:0,alignmentAxis:null}:{mainAxis:h.mainAxis||0,crossAxis:h.crossAxis||0,alignmentAxis:h.alignmentAxis};return c&&typeof m=="number"&&(f=c==="end"?m*-1:m),l?{x:f*u,y:p*d}:{x:p*d,y:f*u}}const Jo=function(t){return t===void 0&&(t=0),{name:"offset",options:t,async fn(e){var n,i;const{x:r,y:s,placement:a,middlewareData:c}=e,l=await Go(e,t);return a===((n=c.offset)==null?void 0:n.placement)&&(i=c.arrow)!=null&&i.alignmentOffset?{}:{x:r+l.x,y:s+l.y,data:{...l,placement:a}}}}},Ko=function(t){return t===void 0&&(t={}),{name:"shift",options:t,async fn(e){const{x:n,y:i,placement:r}=e,{mainAxis:s=!0,crossAxis:a=!1,limiter:c={fn:g=>{let{x:w,y:x}=g;return{x:w,y:x}}},...l}=Fe(t,e),d={x:n,y:i},u=await Vt(e,l),h=Te(ge(r)),p=Tr(h);let f=d[p],m=d[h];if(s){const g=p==="y"?"top":"left",w=p==="y"?"bottom":"right",x=f+u[g],v=f-u[w];f=pn(x,f,v)}if(a){const g=h==="y"?"top":"left",w=h==="y"?"bottom":"right",x=m+u[g],v=m-u[w];m=pn(x,m,v)}const y=c.fn({...e,[p]:f,[h]:m});return{...y,data:{x:y.x-n,y:y.y-i,enabled:{[p]:s,[h]:a}}}}}},Qo=function(t){return t===void 0&&(t={}),{name:"size",options:t,async fn(e){var n,i;const{placement:r,rects:s,platform:a,elements:c}=e,{apply:l=()=>{},...d}=Fe(t,e),u=await Vt(e,d),h=ge(r),p=le(r),f=Te(r)==="y",{width:m,height:y}=s.floating;let g,w;h==="top"||h==="bottom"?(g=h,w=p===(await(a.isRTL==null?void 0:a.isRTL(c.floating))?"start":"end")?"left":"right"):(w=h,g=p==="end"?"top":"bottom");const x=y-u.top-u.bottom,v=m-u.left-u.right,k=ct(y-u[g],x),D=ct(m-u[w],v),M=!e.middlewareData.shift;let T=k,O=D;if((n=e.middlewareData.shift)!=null&&n.enabled.x&&(O=v),(i=e.middlewareData.shift)!=null&&i.enabled.y&&(T=x),M&&!p){const C=Pe(u.left,0),V=Pe(u.right,0),U=Pe(u.top,0),F=Pe(u.bottom,0);f?O=m-2*(C!==0||V!==0?C+V:Pe(u.left,u.right)):T=y-2*(U!==0||F!==0?U+F:Pe(u.top,u.bottom))}await l({...e,availableWidth:O,availableHeight:T});const j=await a.getDimensions(c.floating);return m!==j.width||y!==j.height?{reset:{rects:!0}}:{}}}};function ne(t){var e;return((e=t.ownerDocument)==null?void 0:e.defaultView)||window}function xe(t){return ne(t).getComputedStyle(t)}const Or=Math.min,ut=Math.max,Bt=Math.round;function jr(t){const e=xe(t);let n=parseFloat(e.width),i=parseFloat(e.height);const r=t.offsetWidth,s=t.offsetHeight,a=Bt(n)!==r||Bt(i)!==s;return a&&(n=r,i=s),{width:n,height:i,fallback:a}}function _e(t){return Nr(t)?(t.nodeName||"").toLowerCase():""}let At;function Ir(){if(At)return At;const t=navigator.userAgentData;return t&&Array.isArray(t.brands)?(At=t.brands.map(e=>e.brand+"/"+e.version).join(" "),At):navigator.userAgent}function we(t){return t instanceof ne(t).HTMLElement}function Ce(t){return t instanceof ne(t).Element}function Nr(t){return t instanceof ne(t).Node}function Vr(t){return typeof ShadowRoot>"u"?!1:t instanceof ne(t).ShadowRoot||t instanceof ShadowRoot}function $t(t){const{overflow:e,overflowX:n,overflowY:i,display:r}=xe(t);return/auto|scroll|overlay|hidden|clip/.test(e+i+n)&&!["inline","contents"].includes(r)}function Xo(t){return["table","td","th"].includes(_e(t))}function yn(t){const e=/firefox/i.test(Ir()),n=xe(t),i=n.backdropFilter||n.WebkitBackdropFilter;return n.transform!=="none"||n.perspective!=="none"||!!i&&i!=="none"||e&&n.willChange==="filter"||e&&!!n.filter&&n.filter!=="none"||["transform","perspective"].some(r=>n.willChange.includes(r))||["paint","layout","strict","content"].some(r=>{const s=n.contain;return s!=null&&s.includes(r)})}function Br(){return!/^((?!chrome|android).)*safari/i.test(Ir())}function gn(t){return["html","body","#document"].includes(_e(t))}function Ar(t){return Ce(t)?t:t.contextElement}const $r={x:1,y:1};function Ze(t){const e=Ar(t);if(!we(e))return $r;const n=e.getBoundingClientRect(),{width:i,height:r,fallback:s}=jr(e);let a=(s?Bt(n.width):n.width)/i,c=(s?Bt(n.height):n.height)/r;return a&&Number.isFinite(a)||(a=1),c&&Number.isFinite(c)||(c=1),{x:a,y:c}}function ht(t,e,n,i){var r,s;e===void 0&&(e=!1),n===void 0&&(n=!1);const a=t.getBoundingClientRect(),c=Ar(t);let l=$r;e&&(i?Ce(i)&&(l=Ze(i)):l=Ze(t));const d=c?ne(c):window,u=!Br()&&n;let h=(a.left+(u&&((r=d.visualViewport)==null?void 0:r.offsetLeft)||0))/l.x,p=(a.top+(u&&((s=d.visualViewport)==null?void 0:s.offsetTop)||0))/l.y,f=a.width/l.x,m=a.height/l.y;if(c){const y=ne(c),g=i&&Ce(i)?ne(i):i;let w=y.frameElement;for(;w&&i&&g!==y;){const x=Ze(w),v=w.getBoundingClientRect(),k=getComputedStyle(w);v.x+=(w.clientLeft+parseFloat(k.paddingLeft))*x.x,v.y+=(w.clientTop+parseFloat(k.paddingTop))*x.y,h*=x.x,p*=x.y,f*=x.x,m*=x.y,h+=v.x,p+=v.y,w=ne(w).frameElement}}return{width:f,height:m,top:p,right:h+f,bottom:p+m,left:h,x:h,y:p}}function Ee(t){return((Nr(t)?t.ownerDocument:t.document)||window.document).documentElement}function Pt(t){return Ce(t)?{scrollLeft:t.scrollLeft,scrollTop:t.scrollTop}:{scrollLeft:t.pageXOffset,scrollTop:t.pageYOffset}}function Pr(t){return ht(Ee(t)).left+Pt(t).scrollLeft}function pt(t){if(_e(t)==="html")return t;const e=t.assignedSlot||t.parentNode||Vr(t)&&t.host||Ee(t);return Vr(e)?e.host:e}function Fr(t){const e=pt(t);return gn(e)?e.ownerDocument.body:we(e)&&$t(e)?e:Fr(e)}function Ft(t,e){var n;e===void 0&&(e=[]);const i=Fr(t),r=i===((n=t.ownerDocument)==null?void 0:n.body),s=ne(i);return r?e.concat(s,s.visualViewport||[],$t(i)?i:[]):e.concat(i,Ft(i))}function Rr(t,e,n){return e==="viewport"?dt(function(i,r){const s=ne(i),a=Ee(i),c=s.visualViewport;let l=a.clientWidth,d=a.clientHeight,u=0,h=0;if(c){l=c.width,d=c.height;const p=Br();(p||!p&&r==="fixed")&&(u=c.offsetLeft,h=c.offsetTop)}return{width:l,height:d,x:u,y:h}}(t,n)):Ce(e)?dt(function(i,r){const s=ht(i,!0,r==="fixed"),a=s.top+i.clientTop,c=s.left+i.clientLeft,l=we(i)?Ze(i):{x:1,y:1};return{width:i.clientWidth*l.x,height:i.clientHeight*l.y,x:c*l.x,y:a*l.y}}(e,n)):dt(function(i){const r=Ee(i),s=Pt(i),a=i.ownerDocument.body,c=ut(r.scrollWidth,r.clientWidth,a.scrollWidth,a.clientWidth),l=ut(r.scrollHeight,r.clientHeight,a.scrollHeight,a.clientHeight);let d=-s.scrollLeft+Pr(i);const u=-s.scrollTop;return xe(a).direction==="rtl"&&(d+=ut(r.clientWidth,a.clientWidth)-c),{width:c,height:l,x:d,y:u}}(Ee(t)))}function zr(t){return we(t)&&xe(t).position!=="fixed"?t.offsetParent:null}function Lr(t){const e=ne(t);let n=zr(t);for(;n&&Xo(n)&&xe(n).position==="static";)n=zr(n);return n&&(_e(n)==="html"||_e(n)==="body"&&xe(n).position==="static"&&!yn(n))?e:n||function(i){let r=pt(i);for(;we(r)&&!gn(r);){if(yn(r))return r;r=pt(r)}return null}(t)||e}function ea(t,e,n){const i=we(e),r=Ee(e),s=ht(t,!0,n==="fixed",e);let a={scrollLeft:0,scrollTop:0};const c={x:0,y:0};if(i||!i&&n!=="fixed")if((_e(e)!=="body"||$t(r))&&(a=Pt(e)),we(e)){const l=ht(e,!0);c.x=l.x+e.clientLeft,c.y=l.y+e.clientTop}else r&&(c.x=Pr(r));return{x:s.left+a.scrollLeft-c.x,y:s.top+a.scrollTop-c.y,width:s.width,height:s.height}}const ta={getClippingRect:function(t){let{element:e,boundary:n,rootBoundary:i,strategy:r}=t;const s=n==="clippingAncestors"?function(d,u){const h=u.get(d);if(h)return h;let p=Ft(d).filter(g=>Ce(g)&&_e(g)!=="body"),f=null;const m=xe(d).position==="fixed";let y=m?pt(d):d;for(;Ce(y)&&!gn(y);){const g=xe(y),w=yn(y);(m?w||f:w||g.position!=="static"||!f||!["absolute","fixed"].includes(f.position))?f=g:p=p.filter(x=>x!==y),y=pt(y)}return u.set(d,p),p}(e,this._c):[].concat(n),a=[...s,i],c=a[0],l=a.reduce((d,u)=>{const h=Rr(e,u,r);return d.top=ut(h.top,d.top),d.right=Or(h.right,d.right),d.bottom=Or(h.bottom,d.bottom),d.left=ut(h.left,d.left),d},Rr(e,c,r));return{width:l.right-l.left,height:l.bottom-l.top,x:l.left,y:l.top}},convertOffsetParentRelativeRectToViewportRelativeRect:function(t){let{rect:e,offsetParent:n,strategy:i}=t;const r=we(n),s=Ee(n);if(n===s)return e;let a={scrollLeft:0,scrollTop:0},c={x:1,y:1};const l={x:0,y:0};if((r||!r&&i!=="fixed")&&((_e(n)!=="body"||$t(s))&&(a=Pt(n)),we(n))){const d=ht(n);c=Ze(n),l.x=d.x+n.clientLeft,l.y=d.y+n.clientTop}return{width:e.width*c.x,height:e.height*c.y,x:e.x*c.x-a.scrollLeft*c.x+l.x,y:e.y*c.y-a.scrollTop*c.y+l.y}},isElement:Ce,getDimensions:function(t){return we(t)?jr(t):t.getBoundingClientRect()},getOffsetParent:Lr,getDocumentElement:Ee,getScale:Ze,async getElementRects(t){let{reference:e,floating:n,strategy:i}=t;const r=this.getOffsetParent||Lr,s=this.getDimensions;return{reference:ea(e,await r(n),i),floating:{x:0,y:0,...await s(n)}}},getClientRects:t=>Array.from(t.getClientRects()),isRTL:t=>xe(t).direction==="rtl"},na=(t,e,n)=>{const i=new Map,r={platform:ta,...n},s={...r.platform,_c:i};return Wo(t,e,{...r,platform:s})},Re={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:t=>[...t,"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 ft(t,e){let n=Re.themes[t]||{},i;do i=n[e],typeof i>"u"?n.$extend?n=Re.themes[n.$extend]||{}:(n=null,i=Re[e]):n=null;while(n);return i}function ra(t){const e=[t];let n=Re.themes[t]||{};do n.$extend&&!n.$resetCss?(e.push(n.$extend),n=Re.themes[n.$extend]||{}):n=null;while(n);return e.map(i=>`v-popper--theme-${i}`)}function Hr(t){const e=[t];let n=Re.themes[t]||{};do n.$extend?(e.push(n.$extend),n=Re.themes[n.$extend]||{}):n=null;while(n);return e}let mt=!1;if(typeof window<"u"){mt=!1;try{const t=Object.defineProperty({},"passive",{get(){mt=!0}});window.addEventListener("test",null,t)}catch{}}let Wr=!1;typeof window<"u"&&typeof navigator<"u"&&(Wr=/iPad|iPhone|iPod/.test(navigator.userAgent)&&!window.MSStream);const Ur=["auto","top","bottom","left","right"].reduce((t,e)=>t.concat([e,`${e}-start`,`${e}-end`]),[]),qr={hover:"mouseenter",focus:"focus",click:"click",touch:"touchstart",pointer:"pointerdown"},Zr={hover:"mouseleave",focus:"blur",click:"click",touch:"touchend",pointer:"pointerup"};function Yr(t,e){const n=t.indexOf(e);n!==-1&&t.splice(n,1)}function xn(){return new Promise(t=>requestAnimationFrame(()=>{requestAnimationFrame(t)}))}const ce=[];let ze=null;const Gr={};function Jr(t){let e=Gr[t];return e||(e=Gr[t]=[]),e}let wn=function(){};typeof window<"u"&&(wn=window.Element);function I(t){return function(e){return ft(e.theme,t)}}const vn="__floating-vue__popper",Kr=()=>o.defineComponent({name:"VPopper",provide(){return{[vn]:{parentPopper:this}}},inject:{[vn]:{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:I("disabled")},positioningDisabled:{type:Boolean,default:I("positioningDisabled")},placement:{type:String,default:I("placement"),validator:t=>Ur.includes(t)},delay:{type:[String,Number,Object],default:I("delay")},distance:{type:[Number,String],default:I("distance")},skidding:{type:[Number,String],default:I("skidding")},triggers:{type:Array,default:I("triggers")},showTriggers:{type:[Array,Function],default:I("showTriggers")},hideTriggers:{type:[Array,Function],default:I("hideTriggers")},popperTriggers:{type:Array,default:I("popperTriggers")},popperShowTriggers:{type:[Array,Function],default:I("popperShowTriggers")},popperHideTriggers:{type:[Array,Function],default:I("popperHideTriggers")},container:{type:[String,Object,wn,Boolean],default:I("container")},boundary:{type:[String,wn],default:I("boundary")},strategy:{type:String,validator:t=>["absolute","fixed"].includes(t),default:I("strategy")},autoHide:{type:[Boolean,Function],default:I("autoHide")},handleResize:{type:Boolean,default:I("handleResize")},instantMove:{type:Boolean,default:I("instantMove")},eagerMount:{type:Boolean,default:I("eagerMount")},popperClass:{type:[String,Array,Object],default:I("popperClass")},computeTransformOrigin:{type:Boolean,default:I("computeTransformOrigin")},autoMinSize:{type:Boolean,default:I("autoMinSize")},autoSize:{type:[Boolean,String],default:I("autoSize")},autoMaxSize:{type:Boolean,default:I("autoMaxSize")},autoBoundaryMaxSize:{type:Boolean,default:I("autoBoundaryMaxSize")},preventOverflow:{type:Boolean,default:I("preventOverflow")},overflowPadding:{type:[Number,String],default:I("overflowPadding")},arrowPadding:{type:[Number,String],default:I("arrowPadding")},arrowOverflow:{type:Boolean,default:I("arrowOverflow")},flip:{type:Boolean,default:I("flip")},shift:{type:Boolean,default:I("shift")},shiftCrossAxis:{type:Boolean,default:I("shiftCrossAxis")},noAutoFocus:{type:Boolean,default:I("noAutoFocus")},disposeTimeout:{type:Number,default:I("disposeTimeout")}},emits:{show:()=>!0,hide:()=>!0,"update:shown":t=>!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(t=>t.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 t;return(t=this[vn])==null?void 0:t.parentPopper},hasPopperShowTriggerHover(){var t,e;return((t=this.popperTriggers)==null?void 0:t.includes("hover"))||((e=this.popperShowTriggers)==null?void 0:e.includes("hover"))}},watch:{shown:"$_autoShowHide",disabled(t){t?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((t,e)=>(t[e]="$_computePosition",t),{})},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:t=null,skipDelay:e=!1,force:n=!1}={}){var i,r;(i=this.parentPopper)!=null&&i.lockedChild&&this.parentPopper.lockedChild!==this||(this.pendingHide=!1,(n||!this.disabled)&&(((r=this.parentPopper)==null?void 0:r.lockedChild)===this&&(this.parentPopper.lockedChild=null),this.$_scheduleShow(t,e),this.$emit("show"),this.$_showFrameLocked=!0,requestAnimationFrame(()=>{this.$_showFrameLocked=!1})),this.$emit("update:shown",!0))},hide({event:t=null,skipDelay:e=!1}={}){var n;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:e}),this.parentPopper.lockedChild=null)},1e3));return}((n=this.parentPopper)==null?void 0:n.lockedChild)===this&&(this.parentPopper.lockedChild=null),this.pendingHide=!1,this.$_scheduleHide(t,e),this.$emit("hide"),this.$emit("update:shown",!1)}},init(){var t;this.isDisposed&&(this.isDisposed=!1,this.isMounted=!1,this.$_events=[],this.$_preventShow=!1,this.$_referenceNode=((t=this.referenceNode)==null?void 0:t.call(this))??this.$el,this.$_targetNodes=this.targetNodes().filter(e=>e.nodeType===e.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 t={strategy:this.strategy,middleware:[]};(this.distance||this.skidding)&&t.middleware.push(Jo({mainAxis:this.distance,crossAxis:this.skidding}));const e=this.placement.startsWith("auto");if(e?t.middleware.push(Zo({alignment:this.placement.split("-")[1]??""})):t.placement=this.placement,this.preventOverflow&&(this.shift&&t.middleware.push(Ko({padding:this.overflowPadding,boundary:this.boundary,crossAxis:this.shiftCrossAxis})),!e&&this.flip&&t.middleware.push(Yo({padding:this.overflowPadding,boundary:this.boundary}))),t.middleware.push(Uo({element:this.$_arrowNode,padding:this.arrowPadding})),this.arrowOverflow&&t.middleware.push({name:"arrowOverflow",fn:({placement:i,rects:r,middlewareData:s})=>{let a;const{centerOffset:c}=s.arrow;return i.startsWith("top")||i.startsWith("bottom")?a=Math.abs(c)>r.reference.width/2:a=Math.abs(c)>r.reference.height/2,{data:{overflow:a}}}}),this.autoMinSize||this.autoSize){const i=this.autoSize?this.autoSize:this.autoMinSize?"min":null;t.middleware.push({name:"autoSize",fn:({rects:r,placement:s,middlewareData:a})=>{var c;if((c=a.autoSize)!=null&&c.skip)return{};let l,d;return s.startsWith("top")||s.startsWith("bottom")?l=r.reference.width:d=r.reference.height,this.$_innerNode.style[i==="min"?"minWidth":i==="max"?"maxWidth":"width"]=l!=null?`${l}px`:null,this.$_innerNode.style[i==="min"?"minHeight":i==="max"?"maxHeight":"height"]=d!=null?`${d}px`:null,{data:{skip:!0},reset:{rects:!0}}}})}(this.autoMaxSize||this.autoBoundaryMaxSize)&&(this.$_innerNode.style.maxWidth=null,this.$_innerNode.style.maxHeight=null,t.middleware.push(Qo({boundary:this.boundary,padding:this.overflowPadding,apply:({availableWidth:i,availableHeight:r})=>{this.$_innerNode.style.maxWidth=i!=null?`${i}px`:null,this.$_innerNode.style.maxHeight=r!=null?`${r}px`:null}})));const n=await na(this.$_referenceNode,this.$_popperNode,t);Object.assign(this.result,{x:n.x,y:n.y,placement:n.placement,strategy:n.strategy,arrow:{...n.middlewareData.arrow,...n.middlewareData.arrowOverflow}})},$_scheduleShow(t,e=!1){if(this.$_updateParentShownChildren(!0),this.$_hideInProgress=!1,clearTimeout(this.$_scheduleTimer),ze&&this.instantMove&&ze.instantMove&&ze!==this.parentPopper){ze.$_applyHide(!0),this.$_applyShow(!0);return}e?this.$_applyShow():this.$_scheduleTimer=setTimeout(this.$_applyShow.bind(this),this.$_computeDelay("show"))},$_scheduleHide(t,e=!1){if(this.shownChildren.size>0){this.pendingHide=!0;return}this.$_updateParentShownChildren(!1),this.$_hideInProgress=!0,clearTimeout(this.$_scheduleTimer),this.isShown&&(ze=this),e?this.$_applyHide():this.$_scheduleTimer=setTimeout(this.$_applyHide.bind(this),this.$_computeDelay("hide"))},$_computeDelay(t){const e=this.delay;return parseInt(e&&e[t]||e||0)},async $_applyShow(t=!1){clearTimeout(this.$_disposeTimer),clearTimeout(this.$_scheduleTimer),this.skipTransition=t,!this.isShown&&(this.$_ensureTeleport(),await xn(),await this.$_computePosition(),await this.$_applyShowEffect(),this.positioningDisabled||this.$_registerEventListeners([...Ft(this.$_referenceNode),...Ft(this.$_popperNode)],"scroll",()=>{this.$_computePosition()}))},async $_applyShowEffect(){if(this.$_hideInProgress)return;if(this.computeTransformOrigin){const e=this.$_referenceNode.getBoundingClientRect(),n=this.$_popperNode.querySelector(".v-popper__wrapper"),i=n.parentNode.getBoundingClientRect(),r=e.x+e.width/2-(i.left+n.offsetLeft),s=e.y+e.height/2-(i.top+n.offsetTop);this.result.transformOrigin=`${r}px ${s}px`}this.isShown=!0,this.$_applyAttrsToTarget({"aria-describedby":this.popperId,"data-popper-shown":""});const t=this.showGroup;if(t){let e;for(let n=0;n<ce.length;n++)e=ce[n],e.showGroup!==t&&(e.hide(),e.$emit("close-group"))}ce.push(this),document.body.classList.add("v-popper--some-open");for(const e of Hr(this.theme))Jr(e).push(this),document.body.classList.add(`v-popper--some-open--${e}`);this.$emit("apply-show"),this.classes.showFrom=!0,this.classes.showTo=!1,this.classes.hideFrom=!1,this.classes.hideTo=!1,await xn(),this.classes.showFrom=!1,this.classes.showTo=!0,this.noAutoFocus||this.$_popperNode.focus()},async $_applyHide(t=!1){if(this.shownChildren.size>0){this.pendingHide=!0,this.$_hideInProgress=!1;return}if(clearTimeout(this.$_scheduleTimer),!this.isShown)return;this.skipTransition=t,Yr(ce,this),ce.length===0&&document.body.classList.remove("v-popper--some-open");for(const n of Hr(this.theme)){const i=Jr(n);Yr(i,this),i.length===0&&document.body.classList.remove(`v-popper--some-open--${n}`)}ze===this&&(ze=null),this.isShown=!1,this.$_applyAttrsToTarget({"aria-describedby":void 0,"data-popper-shown":void 0}),clearTimeout(this.$_disposeTimer);const e=this.disposeTimeout;e!==null&&(this.$_disposeTimer=setTimeout(()=>{this.$_popperNode&&(this.$_detachPopperNode(),this.isMounted=!1)},e)),this.$_removeEventListeners("scroll"),this.$emit("apply-hide"),this.classes.showFrom=!1,this.classes.showTo=!1,this.classes.hideFrom=!0,this.classes.hideTo=!1,await xn(),this.classes.hideFrom=!1,this.classes.hideTo=!0},$_autoShowHide(){this.shown?this.show():this.hide()},$_ensureTeleport(){if(this.isDisposed)return;let t=this.container;if(typeof t=="string"?t=window.document.querySelector(t):t===!1&&(t=this.$_targetNodes[0].parentNode),!t)throw new Error("No container for popover: "+this.container);t.appendChild(this.$_popperNode),this.isMounted=!0},$_addEventListeners(){const t=n=>{this.isShown&&!this.$_hideInProgress||(n.usedByTooltip=!0,!this.$_preventShow&&this.show({event:n}))};this.$_registerTriggerListeners(this.$_targetNodes,qr,this.triggers,this.showTriggers,t),this.$_registerTriggerListeners([this.$_popperNode],qr,this.popperTriggers,this.popperShowTriggers,t);const e=n=>{n.usedByTooltip||this.hide({event:n})};this.$_registerTriggerListeners(this.$_targetNodes,Zr,this.triggers,this.hideTriggers,e),this.$_registerTriggerListeners([this.$_popperNode],Zr,this.popperTriggers,this.popperHideTriggers,e)},$_registerEventListeners(t,e,n){this.$_events.push({targetNodes:t,eventType:e,handler:n}),t.forEach(i=>i.addEventListener(e,n,mt?{passive:!0}:void 0))},$_registerTriggerListeners(t,e,n,i,r){let s=n;i!=null&&(s=typeof i=="function"?i(s):i),s.forEach(a=>{const c=e[a];c&&this.$_registerEventListeners(t,c,r)})},$_removeEventListeners(t){const e=[];this.$_events.forEach(n=>{const{targetNodes:i,eventType:r,handler:s}=n;!t||t===r?i.forEach(a=>a.removeEventListener(r,s)):e.push(n)}),this.$_events=e},$_refreshListeners(){this.isDisposed||(this.$_removeEventListeners(),this.$_addEventListeners())},$_handleGlobalClose(t,e=!1){this.$_showFrameLocked||(this.hide({event:t}),t.closePopover?this.$emit("close-directive"):this.$emit("auto-hide"),e&&(this.$_preventShow=!0,setTimeout(()=>{this.$_preventShow=!1},300)))},$_detachPopperNode(){this.$_popperNode.parentNode&&this.$_popperNode.parentNode.removeChild(this.$_popperNode)},$_swapTargetAttrs(t,e){for(const n of this.$_targetNodes){const i=n.getAttribute(t);i&&(n.removeAttribute(t),n.setAttribute(e,i))}},$_applyAttrsToTarget(t){for(const e of this.$_targetNodes)for(const n in t){const i=t[n];i==null?e.removeAttribute(n):e.setAttribute(n,i)}},$_updateParentShownChildren(t){let e=this.parentPopper;for(;e;)t?e.shownChildren.add(this.randomId):(e.shownChildren.delete(this.randomId),e.pendingHide&&e.hide()),e=e.parentPopper},$_isAimingPopper(){const t=this.$_referenceNode.getBoundingClientRect();if(yt>=t.left&&yt<=t.right&&gt>=t.top&&gt<=t.bottom){const e=this.$_popperNode.getBoundingClientRect(),n=yt-Oe,i=gt-je,r=e.left+e.width/2-Oe+(e.top+e.height/2)-je+e.width+e.height,s=Oe+n*r,a=je+i*r;return Rt(Oe,je,s,a,e.left,e.top,e.left,e.bottom)||Rt(Oe,je,s,a,e.left,e.top,e.right,e.top)||Rt(Oe,je,s,a,e.right,e.top,e.right,e.bottom)||Rt(Oe,je,s,a,e.left,e.bottom,e.right,e.bottom)}return!1}},render(){return this.$slots.default(this.slotData)}});if(typeof document<"u"&&typeof window<"u"){if(Wr){const t=mt?{passive:!0,capture:!0}:!0;document.addEventListener("touchstart",e=>Qr(e),t),document.addEventListener("touchend",e=>Xr(e,!0),t)}else window.addEventListener("mousedown",t=>Qr(t),!0),window.addEventListener("click",t=>Xr(t,!1),!0);window.addEventListener("resize",oa)}function Qr(t,e){for(let n=0;n<ce.length;n++){const i=ce[n];try{i.mouseDownContains=i.popperNode().contains(t.target)}catch{}}}function Xr(t,e){ia(t,e)}function ia(t,e){const n={};for(let i=ce.length-1;i>=0;i--){const r=ce[i];try{const s=r.containsGlobalTarget=r.mouseDownContains||r.popperNode().contains(t.target);r.pendingHide=!1,requestAnimationFrame(()=>{if(r.pendingHide=!1,!n[r.randomId]&&ei(r,s,t)){if(r.$_handleGlobalClose(t,e),!t.closeAllPopover&&t.closePopover&&s){let c=r.parentPopper;for(;c;)n[c.randomId]=!0,c=c.parentPopper;return}let a=r.parentPopper;for(;a&&ei(a,a.containsGlobalTarget,t);)a.$_handleGlobalClose(t,e),a=a.parentPopper}})}catch{}}}function ei(t,e,n){return n.closeAllPopover||n.closePopover&&e||sa(t,n)&&!e}function sa(t,e){if(typeof t.autoHide=="function"){const n=t.autoHide(e);return t.lastAutoHide=n,n}return t.autoHide}function oa(){for(let t=0;t<ce.length;t++)ce[t].$_computePosition()}let Oe=0,je=0,yt=0,gt=0;typeof window<"u"&&window.addEventListener("mousemove",t=>{Oe=yt,je=gt,yt=t.clientX,gt=t.clientY},mt?{passive:!0}:void 0);function Rt(t,e,n,i,r,s,a,c){const l=((a-r)*(e-s)-(c-s)*(t-r))/((c-s)*(n-t)-(a-r)*(i-e)),d=((n-t)*(e-s)-(i-e)*(t-r))/((c-s)*(n-t)-(a-r)*(i-e));return l>=0&&l<=1&&d>=0&&d<=1}const aa={extends:Kr()},zt=(t,e)=>{const n=t.__vccOpts||t;for(const[i,r]of e)n[i]=r;return n};function la(t,e,n,i,r,s){return o.openBlock(),o.createElementBlock("div",{ref:"reference",class:o.normalizeClass(["v-popper",{"v-popper--shown":t.slotData.isShown}])},[o.renderSlot(t.$slots,"default",o.normalizeProps(o.guardReactiveProps(t.slotData)))],2)}const ca=zt(aa,[["render",la]]);function da(){var t=window.navigator.userAgent,e=t.indexOf("MSIE ");if(e>0)return parseInt(t.substring(e+5,t.indexOf(".",e)),10);var n=t.indexOf("Trident/");if(n>0){var i=t.indexOf("rv:");return parseInt(t.substring(i+3,t.indexOf(".",i)),10)}var r=t.indexOf("Edge/");return r>0?parseInt(t.substring(r+5,t.indexOf(".",r)),10):-1}let Lt;function bn(){bn.init||(bn.init=!0,Lt=da()!==-1)}var Ht={name:"ResizeObserver",props:{emitOnMount:{type:Boolean,default:!1},ignoreWidth:{type:Boolean,default:!1},ignoreHeight:{type:Boolean,default:!1}},emits:["notify"],mounted(){bn(),o.nextTick(()=>{this._w=this.$el.offsetWidth,this._h=this.$el.offsetHeight,this.emitOnMount&&this.emitSize()});const t=document.createElement("object");this._resizeObject=t,t.setAttribute("aria-hidden","true"),t.setAttribute("tabindex",-1),t.onload=this.addResizeHandlers,t.type="text/html",Lt&&this.$el.appendChild(t),t.data="about:blank",Lt||this.$el.appendChild(t)},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&&(!Lt&&this._resizeObject.contentDocument&&this._resizeObject.contentDocument.defaultView.removeEventListener("resize",this.compareAndNotify),this.$el.removeChild(this._resizeObject),this._resizeObject.onload=null,this._resizeObject=null)}}};const ua=o.withScopeId("data-v-b329ee4c");o.pushScopeId("data-v-b329ee4c");const ha={class:"resize-observer",tabindex:"-1"};o.popScopeId();const pa=ua((t,e,n,i,r,s)=>(o.openBlock(),o.createBlock("div",ha)));Ht.render=pa,Ht.__scopeId="data-v-b329ee4c",Ht.__file="src/components/ResizeObserver.vue";const ti=(t="theme")=>({computed:{themeClass(){return ra(this[t])}}}),fa=o.defineComponent({name:"VPopperContent",components:{ResizeObserver:Ht},mixins:[ti()],props:{popperId:String,theme:String,shown:Boolean,mounted:Boolean,skipTransition:Boolean,autoHide:Boolean,handleResize:Boolean,classes:Object,result:Object},emits:["hide","resize"],methods:{toPx(t){return t!=null&&!isNaN(t)?`${t}px`:null}}}),ma=["id","aria-hidden","tabindex","data-popper-placement"],ya={ref:"inner",class:"v-popper__inner"},ga=o.createElementVNode("div",{class:"v-popper__arrow-outer"},null,-1),xa=o.createElementVNode("div",{class:"v-popper__arrow-inner"},null,-1),wa=[ga,xa];function va(t,e,n,i,r,s){const a=o.resolveComponent("ResizeObserver");return o.openBlock(),o.createElementBlock("div",{id:t.popperId,ref:"popover",class:o.normalizeClass(["v-popper__popper",[t.themeClass,t.classes.popperClass,{"v-popper__popper--shown":t.shown,"v-popper__popper--hidden":!t.shown,"v-popper__popper--show-from":t.classes.showFrom,"v-popper__popper--show-to":t.classes.showTo,"v-popper__popper--hide-from":t.classes.hideFrom,"v-popper__popper--hide-to":t.classes.hideTo,"v-popper__popper--skip-transition":t.skipTransition,"v-popper__popper--arrow-overflow":t.result&&t.result.arrow.overflow,"v-popper__popper--no-positioning":!t.result}]]),style:o.normalizeStyle(t.result?{position:t.result.strategy,transform:`translate3d(${Math.round(t.result.x)}px,${Math.round(t.result.y)}px,0)`}:void 0),"aria-hidden":t.shown?"false":"true",tabindex:t.autoHide?0:void 0,"data-popper-placement":t.result?t.result.placement:void 0,onKeyup:e[2]||(e[2]=o.withKeys(c=>t.autoHide&&t.$emit("hide"),["esc"]))},[o.createElementVNode("div",{class:"v-popper__backdrop",onClick:e[0]||(e[0]=c=>t.autoHide&&t.$emit("hide"))}),o.createElementVNode("div",{class:"v-popper__wrapper",style:o.normalizeStyle(t.result?{transformOrigin:t.result.transformOrigin}:void 0)},[o.createElementVNode("div",ya,[t.mounted?(o.openBlock(),o.createElementBlock(o.Fragment,{key:0},[o.createElementVNode("div",null,[o.renderSlot(t.$slots,"default")]),t.handleResize?(o.openBlock(),o.createBlock(a,{key:0,onNotify:e[1]||(e[1]=c=>t.$emit("resize",c))})):o.createCommentVNode("",!0)],64)):o.createCommentVNode("",!0)],512),o.createElementVNode("div",{ref:"arrow",class:"v-popper__arrow-container",style:o.normalizeStyle(t.result?{left:t.toPx(t.result.arrow.x),top:t.toPx(t.result.arrow.y)}:void 0)},wa,4)],4)],46,ma)}const ni=zt(fa,[["render",va]]),ri={methods:{show(...t){return this.$refs.popper.show(...t)},hide(...t){return this.$refs.popper.hide(...t)},dispose(...t){return this.$refs.popper.dispose(...t)},onResize(...t){return this.$refs.popper.onResize(...t)}}};let kn=function(){};typeof window<"u"&&(kn=window.Element);const ba=o.defineComponent({name:"VPopperWrapper",components:{Popper:ca,PopperContent:ni},mixins:[ri,ti("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,kn,Boolean],default:void 0},boundary:{type:[String,kn],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":t=>!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(t=>t!==this.$refs.popperContent.$el)}}});function ka(t,e,n,i,r,s){const a=o.resolveComponent("PopperContent"),c=o.resolveComponent("Popper");return o.openBlock(),o.createBlock(c,o.mergeProps({ref:"popper"},t.$props,{theme:t.finalTheme,"target-nodes":t.getTargetNodes,"popper-node":()=>t.$refs.popperContent.$el,class:[t.themeClass],onShow:e[0]||(e[0]=()=>t.$emit("show")),onHide:e[1]||(e[1]=()=>t.$emit("hide")),"onUpdate:shown":e[2]||(e[2]=l=>t.$emit("update:shown",l)),onApplyShow:e[3]||(e[3]=()=>t.$emit("apply-show")),onApplyHide:e[4]||(e[4]=()=>t.$emit("apply-hide")),onCloseGroup:e[5]||(e[5]=()=>t.$emit("close-group")),onCloseDirective:e[6]||(e[6]=()=>t.$emit("close-directive")),onAutoHide:e[7]||(e[7]=()=>t.$emit("auto-hide")),onResize:e[8]||(e[8]=()=>t.$emit("resize"))}),{default:o.withCtx(({popperId:l,isShown:d,shouldMountContent:u,skipTransition:h,autoHide:p,show:f,hide:m,handleResize:y,onResize:g,classes:w,result:x})=>[o.renderSlot(t.$slots,"default",{shown:d,show:f,hide:m}),o.createVNode(a,{ref:"popperContent","popper-id":l,theme:t.finalTheme,shown:d,mounted:u,"skip-transition":h,"auto-hide":p,"handle-resize":y,classes:w,result:x,onHide:m,onResize:g},{default:o.withCtx(()=>[o.renderSlot(t.$slots,"popper",{shown:d,hide:m})]),_: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 Sn=zt(ba,[["render",ka]]);({...Sn},{...Sn});const Sa={...Sn,name:"VTooltip",vPopperTheme:"tooltip"},Da=o.defineComponent({name:"VTooltipDirective",components:{Popper:Kr(),PopperContent:ni},mixins:[ri],inheritAttrs:!1,props:{theme:{type:String,default:"tooltip"},html:{type:Boolean,default:t=>ft(t.theme,"html")},content:{type:[String,Number,Function],default:null},loadingContent:{type:String,default:t=>ft(t.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(t){if(typeof this.content=="function"&&this.$_isShown&&(t||!this.$_loading&&this.asyncContent==null)){this.asyncContent=null,this.$_loading=!0;const e=++this.$_fetchId,n=this.content(this);n.then?n.then(i=>this.onResult(e,i)):this.onResult(e,n)}},onResult(t,e){t===this.$_fetchId&&(this.$_loading=!1,this.asyncContent=e)},onShow(){this.$_isShown=!0,this.fetchContent()},onHide(){this.$_isShown=!1}}}),Ma=["innerHTML"],Ta=["textContent"];function _a(t,e,n,i,r,s){const a=o.resolveComponent("PopperContent"),c=o.resolveComponent("Popper");return o.openBlock(),o.createBlock(c,o.mergeProps({ref:"popper"},t.$attrs,{theme:t.theme,"target-nodes":t.targetNodes,"popper-node":()=>t.$refs.popperContent.$el,onApplyShow:t.onShow,onApplyHide:t.onHide}),{default:o.withCtx(({popperId:l,isShown:d,shouldMountContent:u,skipTransition:h,autoHide:p,hide:f,handleResize:m,onResize:y,classes:g,result:w})=>[o.createVNode(a,{ref:"popperContent",class:o.normalizeClass({"v-popper--tooltip-loading":t.loading}),"popper-id":l,theme:t.theme,shown:d,mounted:u,"skip-transition":h,"auto-hide":p,"handle-resize":m,classes:g,result:w,onHide:f,onResize:y},{default:o.withCtx(()=>[t.html?(o.openBlock(),o.createElementBlock("div",{key:0,innerHTML:t.finalContent},null,8,Ma)):(o.openBlock(),o.createElementBlock("div",{key:1,textContent:o.toDisplayString(t.finalContent)},null,8,Ta))]),_: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 Ca=zt(Da,[["render",_a]]),ii="v-popper--has-tooltip";function Ea(t,e){let n=t.placement;if(!n&&e)for(const i of Ur)e[i]&&(n=i);return n||(n=ft(t.theme||"tooltip","placement")),n}function si(t,e,n){let i;const r=typeof e;return r==="string"?i={content:e}:e&&r==="object"?i=e:i={content:!1},i.placement=Ea(i,n),i.targetNodes=()=>[t],i.referenceNode=()=>t,i}let Dn,xt,Oa=0;function ja(){if(Dn)return;xt=o.ref([]),Dn=o.createApp({name:"VTooltipDirectiveApp",setup(){return{directives:xt}},render(){return this.directives.map(e=>o.h(Ca,{...e.options,shown:e.shown||e.options.shown,key:e.id}))},devtools:{hide:!0}});const t=document.createElement("div");document.body.appendChild(t),Dn.mount(t)}function Ia(t,e,n){ja();const i=o.ref(si(t,e,n)),r=o.ref(!1),s={id:Oa++,options:i,shown:r};return xt.value.push(s),t.classList&&t.classList.add(ii),t.$_popper={options:i,item:s,show(){r.value=!0},hide(){r.value=!1}}}function oi(t){if(t.$_popper){const e=xt.value.indexOf(t.$_popper.item);e!==-1&&xt.value.splice(e,1),delete t.$_popper,delete t.$_popperOldShown,delete t.$_popperMountTarget}t.classList&&t.classList.remove(ii)}function ai(t,{value:e,modifiers:n}){const i=si(t,e,n);if(!i.content||ft(i.theme||"tooltip","disabled"))oi(t);else{let r;t.$_popper?(r=t.$_popper,r.options.value=i):r=Ia(t,e,n),typeof e.shown<"u"&&e.shown!==t.$_popperOldShown&&(t.$_popperOldShown=e.shown,e.shown?r.show():r.hide())}}const Na={beforeMount:ai,updated:ai,beforeUnmount(t){oi(t)}},Va=Sa;class Le extends Error{}class Ba extends Le{constructor(e){super(`Invalid DateTime: ${e.toMessage()}`)}}class Aa extends Le{constructor(e){super(`Invalid Interval: ${e.toMessage()}`)}}class $a extends Le{constructor(e){super(`Invalid Duration: ${e.toMessage()}`)}}class Ye extends Le{}class li extends Le{constructor(e){super(`Invalid unit ${e}`)}}class G extends Le{}class Ie extends Le{constructor(){super("Zone is an abstract class")}}const S="numeric",de="short",te="long",Wt={year:S,month:S,day:S},ci={year:S,month:de,day:S},Pa={year:S,month:de,day:S,weekday:de},di={year:S,month:te,day:S},ui={year:S,month:te,day:S,weekday:te},hi={hour:S,minute:S},pi={hour:S,minute:S,second:S},fi={hour:S,minute:S,second:S,timeZoneName:de},mi={hour:S,minute:S,second:S,timeZoneName:te},yi={hour:S,minute:S,hourCycle:"h23"},gi={hour:S,minute:S,second:S,hourCycle:"h23"},xi={hour:S,minute:S,second:S,hourCycle:"h23",timeZoneName:de},wi={hour:S,minute:S,second:S,hourCycle:"h23",timeZoneName:te},vi={year:S,month:S,day:S,hour:S,minute:S},bi={year:S,month:S,day:S,hour:S,minute:S,second:S},ki={year:S,month:de,day:S,hour:S,minute:S},Si={year:S,month:de,day:S,hour:S,minute:S,second:S},Fa={year:S,month:de,day:S,weekday:de,hour:S,minute:S},Di={year:S,month:te,day:S,hour:S,minute:S,timeZoneName:de},Mi={year:S,month:te,day:S,hour:S,minute:S,second:S,timeZoneName:de},Ti={year:S,month:te,day:S,weekday:te,hour:S,minute:S,timeZoneName:te},_i={year:S,month:te,day:S,weekday:te,hour:S,minute:S,second:S,timeZoneName:te};class wt{get type(){throw new Ie}get name(){throw new Ie}get ianaName(){return this.name}get isUniversal(){throw new Ie}offsetName(e,n){throw new Ie}formatOffset(e,n){throw new Ie}offset(e){throw new Ie}equals(e){throw new Ie}get isValid(){throw new Ie}}let Mn=null;class Ut extends wt{static get instance(){return Mn===null&&(Mn=new Ut),Mn}get type(){return"system"}get name(){return new Intl.DateTimeFormat().resolvedOptions().timeZone}get isUniversal(){return!1}offsetName(e,{format:n,locale:i}){return Xi(e,n,i)}formatOffset(e,n){return St(this.offset(e),n)}offset(e){return-new Date(e).getTimezoneOffset()}equals(e){return e.type==="system"}get isValid(){return!0}}const Tn=new Map;function Ra(t){let e=Tn.get(t);return e===void 0&&(e=new Intl.DateTimeFormat("en-US",{hour12:!1,timeZone:t,year:"numeric",month:"2-digit",day:"2-digit",hour:"2-digit",minute:"2-digit",second:"2-digit",era:"short"}),Tn.set(t,e)),e}const za={year:0,month:1,day:2,era:3,hour:4,minute:5,second:6};function La(t,e){const n=t.format(e).replace(/\u200E/g,""),i=/(\d+)\/(\d+)\/(\d+) (AD|BC),? (\d+):(\d+):(\d+)/.exec(n),[,r,s,a,c,l,d,u]=i;return[a,r,s,c,l,d,u]}function Ha(t,e){const n=t.formatToParts(e),i=[];for(let r=0;r<n.length;r++){const{type:s,value:a}=n[r],c=za[s];s==="era"?i[c]=a:E(c)||(i[c]=parseInt(a,10))}return i}const _n=new Map;class De extends wt{static create(e){let n=_n.get(e);return n===void 0&&_n.set(e,n=new De(e)),n}static resetCache(){_n.clear(),Tn.clear()}static isValidSpecifier(e){return this.isValidZone(e)}static isValidZone(e){if(!e)return!1;try{return new Intl.DateTimeFormat("en-US",{timeZone:e}).format(),!0}catch{return!1}}constructor(e){super(),this.zoneName=e,this.valid=De.isValidZone(e)}get type(){return"iana"}get name(){return this.zoneName}get isUniversal(){return!1}offsetName(e,{format:n,locale:i}){return Xi(e,n,i,this.name)}formatOffset(e,n){return St(this.offset(e),n)}offset(e){if(!this.valid)return NaN;const n=new Date(e);if(isNaN(n))return NaN;const i=Ra(this.name);let[r,s,a,c,l,d,u]=i.formatToParts?Ha(i,n):La(i,n);c==="BC"&&(r=-Math.abs(r)+1);const p=Jt({year:r,month:s,day:a,hour:l===24?0:l,minute:d,second:u,millisecond:0});let f=+n;const m=f%1e3;return f-=m>=0?m:1e3+m,(p-f)/(60*1e3)}equals(e){return e.type==="iana"&&e.name===this.name}get isValid(){return this.valid}}let Ci={};function Wa(t,e={}){const n=JSON.stringify([t,e]);let i=Ci[n];return i||(i=new Intl.ListFormat(t,e),Ci[n]=i),i}const Cn=new Map;function En(t,e={}){const n=JSON.stringify([t,e]);let i=Cn.get(n);return i===void 0&&(i=new Intl.DateTimeFormat(t,e),Cn.set(n,i)),i}const On=new Map;function Ua(t,e={}){const n=JSON.stringify([t,e]);let i=On.get(n);return i===void 0&&(i=new Intl.NumberFormat(t,e),On.set(n,i)),i}const jn=new Map;function qa(t,e={}){const{base:n,...i}=e,r=JSON.stringify([t,i]);let s=jn.get(r);return s===void 0&&(s=new Intl.RelativeTimeFormat(t,e),jn.set(r,s)),s}let vt=null;function Za(){return vt||(vt=new Intl.DateTimeFormat().resolvedOptions().locale,vt)}const In=new Map;function Ei(t){let e=In.get(t);return e===void 0&&(e=new Intl.DateTimeFormat(t).resolvedOptions(),In.set(t,e)),e}const Nn=new Map;function Ya(t){let e=Nn.get(t);if(!e){const n=new Intl.Locale(t);e="getWeekInfo"in n?n.getWeekInfo():n.weekInfo,"minimalDays"in e||(e={...Oi,...e}),Nn.set(t,e)}return e}function Ga(t){const e=t.indexOf("-x-");e!==-1&&(t=t.substring(0,e));const n=t.indexOf("-u-");if(n===-1)return[t];{let i,r;try{i=En(t).resolvedOptions(),r=t}catch{const l=t.substring(0,n);i=En(l).resolvedOptions(),r=l}const{numberingSystem:s,calendar:a}=i;return[r,s,a]}}function Ja(t,e,n){return(n||e)&&(t.includes("-u-")||(t+="-u"),n&&(t+=`-ca-${n}`),e&&(t+=`-nu-${e}`)),t}function Ka(t){const e=[];for(let n=1;n<=12;n++){const i=b.utc(2009,n,1);e.push(t(i))}return e}function Qa(t){const e=[];for(let n=1;n<=7;n++){const i=b.utc(2016,11,13+n);e.push(t(i))}return e}function qt(t,e,n,i){const r=t.listingMode();return r==="error"?null:r==="en"?n(e):i(e)}function Xa(t){return t.numberingSystem&&t.numberingSystem!=="latn"?!1:t.numberingSystem==="latn"||!t.locale||t.locale.startsWith("en")||Ei(t.locale).numberingSystem==="latn"}class el{constructor(e,n,i){this.padTo=i.padTo||0,this.floor=i.floor||!1;const{padTo:r,floor:s,...a}=i;if(!n||Object.keys(a).length>0){const c={useGrouping:!1,...i};i.padTo>0&&(c.minimumIntegerDigits=i.padTo),this.inf=Ua(e,c)}}format(e){if(this.inf){const n=this.floor?Math.floor(e):e;return this.inf.format(n)}else{const n=this.floor?Math.floor(e):Ln(e,3);return Z(n,this.padTo)}}}class tl{constructor(e,n,i){this.opts=i,this.originalZone=void 0;let r;if(this.opts.timeZone)this.dt=e;else if(e.zone.type==="fixed"){const a=-1*(e.offset/60),c=a>=0?`Etc/GMT+${a}`:`Etc/GMT${a}`;e.offset!==0&&De.create(c).valid?(r=c,this.dt=e):(r="UTC",this.dt=e.offset===0?e:e.setZone("UTC").plus({minutes:e.offset}),this.originalZone=e.zone)}else e.zone.type==="system"?this.dt=e:e.zone.type==="iana"?(this.dt=e,r=e.zone.name):(r="UTC",this.dt=e.setZone("UTC").plus({minutes:e.offset}),this.originalZone=e.zone);const s={...this.opts};s.timeZone=s.timeZone||r,this.dtf=En(n,s)}format(){return this.originalZone?this.formatToParts().map(({value:e})=>e).join(""):this.dtf.format(this.dt.toJSDate())}formatToParts(){const e=this.dtf.formatToParts(this.dt.toJSDate());return this.originalZone?e.map(n=>{if(n.type==="timeZoneName"){const i=this.originalZone.offsetName(this.dt.ts,{locale:this.dt.locale,format:this.opts.timeZoneName});return{...n,value:i}}else return n}):e}resolvedOptions(){return this.dtf.resolvedOptions()}}class nl{constructor(e,n,i){this.opts={style:"long",...i},!n&&Gi()&&(this.rtf=qa(e,i))}format(e,n){return this.rtf?this.rtf.format(e,n):Dl(n,e,this.opts.numeric,this.opts.style!=="long")}formatToParts(e,n){return this.rtf?this.rtf.formatToParts(e,n):[]}}const Oi={firstDay:1,minimalDays:4,weekend:[6,7]};class A{static fromOpts(e){return A.create(e.locale,e.numberingSystem,e.outputCalendar,e.weekSettings,e.defaultToEN)}static create(e,n,i,r,s=!1){const a=e||W.defaultLocale,c=a||(s?"en-US":Za()),l=n||W.defaultNumberingSystem,d=i||W.defaultOutputCalendar,u=Rn(r)||W.defaultWeekSettings;return new A(c,l,d,u,a)}static resetCache(){vt=null,Cn.clear(),On.clear(),jn.clear(),In.clear(),Nn.clear()}static fromObject({locale:e,numberingSystem:n,outputCalendar:i,weekSettings:r}={}){return A.create(e,n,i,r)}constructor(e,n,i,r,s){const[a,c,l]=Ga(e);this.locale=a,this.numberingSystem=n||c||null,this.outputCalendar=i||l||null,this.weekSettings=r,this.intl=Ja(this.locale,this.numberingSystem,this.outputCalendar),this.weekdaysCache={format:{},standalone:{}},this.monthsCache={format:{},standalone:{}},this.meridiemCache=null,this.eraCache={},this.specifiedLocale=s,this.fastNumbersCached=null}get fastNumbers(){return this.fastNumbersCached==null&&(this.fastNumbersCached=Xa(this)),this.fastNumbersCached}listingMode(){const e=this.isEnglish(),n=(this.numberingSystem===null||this.numberingSystem==="latn")&&(this.outputCalendar===null||this.outputCalendar==="gregory");return e&&n?"en":"intl"}clone(e){return!e||Object.getOwnPropertyNames(e).length===0?this:A.create(e.locale||this.specifiedLocale,e.numberingSystem||this.numberingSystem,e.outputCalendar||this.outputCalendar,Rn(e.weekSettings)||this.weekSettings,e.defaultToEN||!1)}redefaultToEN(e={}){return this.clone({...e,defaultToEN:!0})}redefaultToSystem(e={}){return this.clone({...e,defaultToEN:!1})}months(e,n=!1){return qt(this,e,ns,()=>{const i=n?{month:e,day:"numeric"}:{month:e},r=n?"format":"standalone";return this.monthsCache[r][e]||(this.monthsCache[r][e]=Ka(s=>this.extract(s,i,"month"))),this.monthsCache[r][e]})}weekdays(e,n=!1){return qt(this,e,ss,()=>{const i=n?{weekday:e,year:"numeric",month:"long",day:"numeric"}:{weekday:e},r=n?"format":"standalone";return this.weekdaysCache[r][e]||(this.weekdaysCache[r][e]=Qa(s=>this.extract(s,i,"weekday"))),this.weekdaysCache[r][e]})}meridiems(){return qt(this,void 0,()=>os,()=>{if(!this.meridiemCache){const e={hour:"numeric",hourCycle:"h12"};this.meridiemCache=[b.utc(2016,11,13,9),b.utc(2016,11,13,19)].map(n=>this.extract(n,e,"dayperiod"))}return this.meridiemCache})}eras(e){return qt(this,e,as,()=>{const n={era:e};return this.eraCache[e]||(this.eraCache[e]=[b.utc(-40,1,1),b.utc(2017,1,1)].map(i=>this.extract(i,n,"era"))),this.eraCache[e]})}extract(e,n,i){const r=this.dtFormatter(e,n),s=r.formatToParts(),a=s.find(c=>c.type.toLowerCase()===i);return a?a.value:null}numberFormatter(e={}){return new el(this.intl,e.forceSimple||this.fastNumbers,e)}dtFormatter(e,n={}){return new tl(e,this.intl,n)}relFormatter(e={}){return new nl(this.intl,this.isEnglish(),e)}listFormatter(e={}){return Wa(this.intl,e)}isEnglish(){return this.locale==="en"||this.locale.toLowerCase()==="en-us"||Ei(this.intl).locale.startsWith("en-us")}getWeekSettings(){return this.weekSettings?this.weekSettings:Ji()?Ya(this.locale):Oi}getStartOfWeek(){return this.getWeekSettings().firstDay}getMinDaysInFirstWeek(){return this.getWeekSettings().minimalDays}getWeekendDays(){return this.getWeekSettings().weekend}equals(e){return this.locale===e.locale&&this.numberingSystem===e.numberingSystem&&this.outputCalendar===e.outputCalendar}toString(){return`Locale(${this.locale}, ${this.numberingSystem}, ${this.outputCalendar})`}}let Vn=null;class X extends wt{static get utcInstance(){return Vn===null&&(Vn=new X(0)),Vn}static instance(e){return e===0?X.utcInstance:new X(e)}static parseSpecifier(e){if(e){const n=e.match(/^utc(?:([+-]\d{1,2})(?::(\d{2}))?)?$/i);if(n)return new X(Kt(n[1],n[2]))}return null}constructor(e){super(),this.fixed=e}get type(){return"fixed"}get name(){return this.fixed===0?"UTC":`UTC${St(this.fixed,"narrow")}`}get ianaName(){return this.fixed===0?"Etc/UTC":`Etc/GMT${St(-this.fixed,"narrow")}`}offsetName(){return this.name}formatOffset(e,n){return St(this.fixed,n)}get isUniversal(){return!0}offset(){return this.fixed}equals(e){return e.type==="fixed"&&e.fixed===this.fixed}get isValid(){return!0}}class rl extends wt{constructor(e){super(),this.zoneName=e}get type(){return"invalid"}get name(){return this.zoneName}get isUniversal(){return!1}offsetName(){return null}formatOffset(){return""}offset(){return NaN}equals(){return!1}get isValid(){return!1}}function Ne(t,e){if(E(t)||t===null)return e;if(t instanceof wt)return t;if(cl(t)){const n=t.toLowerCase();return n==="default"?e:n==="local"||n==="system"?Ut.instance:n==="utc"||n==="gmt"?X.utcInstance:X.parseSpecifier(n)||De.create(t)}else return Ve(t)?X.instance(t):typeof t=="object"&&"offset"in t&&typeof t.offset=="function"?t:new rl(t)}const Bn={arab:"[٠-٩]",arabext:"[۰-۹]",bali:"[᭐-᭙]",beng:"[০-৯]",deva:"[०-९]",fullwide:"[0-9]",gujr:"[૦-૯]",hanidec:"[〇|一|二|三|四|五|六|七|八|九]",khmr:"[០-៩]",knda:"[೦-೯]",laoo:"[໐-໙]",limb:"[᥆-᥏]",mlym:"[൦-൯]",mong:"[᠐-᠙]",mymr:"[၀-၉]",orya:"[୦-୯]",tamldec:"[௦-௯]",telu:"[౦-౯]",thai:"[๐-๙]",tibt:"[༠-༩]",latn:"\\d"},ji={arab:[1632,1641],arabext:[1776,1785],bali:[6992,7001],beng:[2534,2543],deva:[2406,2415],fullwide:[65296,65303],gujr:[2790,2799],khmr:[6112,6121],knda:[3302,3311],laoo:[3792,3801],limb:[6470,6479],mlym:[3430,3439],mong:[6160,6169],mymr:[4160,4169],orya:[2918,2927],tamldec:[3046,3055],telu:[3174,3183],thai:[3664,3673],tibt:[3872,3881]},il=Bn.hanidec.replace(/[\[|\]]/g,"").split("");function sl(t){let e=parseInt(t,10);if(isNaN(e)){e="";for(let n=0;n<t.length;n++){const i=t.charCodeAt(n);if(t[n].search(Bn.hanidec)!==-1)e+=il.indexOf(t[n]);else for(const r in ji){const[s,a]=ji[r];i>=s&&i<=a&&(e+=i-s)}}return parseInt(e,10)}else return e}const An=new Map;function ol(){An.clear()}function ue({numberingSystem:t},e=""){const n=t||"latn";let i=An.get(n);i===void 0&&(i=new Map,An.set(n,i));let r=i.get(e);return r===void 0&&(r=new RegExp(`${Bn[n]}${e}`),i.set(e,r)),r}let Ii=()=>Date.now(),Ni="system",Vi=null,Bi=null,Ai=null,$i=60,Pi,Fi=null;class W{static get now(){return Ii}static set now(e){Ii=e}static set defaultZone(e){Ni=e}static get defaultZone(){return Ne(Ni,Ut.instance)}static get defaultLocale(){return Vi}static set defaultLocale(e){Vi=e}static get defaultNumberingSystem(){return Bi}static set defaultNumberingSystem(e){Bi=e}static get defaultOutputCalendar(){return Ai}static set defaultOutputCalendar(e){Ai=e}static get defaultWeekSettings(){return Fi}static set defaultWeekSettings(e){Fi=Rn(e)}static get twoDigitCutoffYear(){return $i}static set twoDigitCutoffYear(e){$i=e%100}static get throwOnInvalid(){return Pi}static set throwOnInvalid(e){Pi=e}static resetCaches(){A.resetCache(),De.resetCache(),b.resetCache(),ol()}}class he{constructor(e,n){this.reason=e,this.explanation=n}toMessage(){return this.explanation?`${this.reason}: ${this.explanation}`:this.reason}}const Ri=[0,31,59,90,120,151,181,212,243,273,304,334],zi=[0,31,60,91,121,152,182,213,244,274,305,335];function re(t,e){return new he("unit out of range",`you specified ${e} (of type ${typeof e}) as a ${t}, which is invalid`)}function $n(t,e,n){const i=new Date(Date.UTC(t,e-1,n));t<100&&t>=0&&i.setUTCFullYear(i.getUTCFullYear()-1900);const r=i.getUTCDay();return r===0?7:r}function Li(t,e,n){return n+(bt(t)?zi:Ri)[e-1]}function Hi(t,e){const n=bt(t)?zi:Ri,i=n.findIndex(s=>s<e),r=e-n[i];return{month:i+1,day:r}}function Pn(t,e){return(t-e+7)%7+1}function Zt(t,e=4,n=1){const{year:i,month:r,day:s}=t,a=Li(i,r,s),c=Pn($n(i,r,s),n);let l=Math.floor((a-c+14-e)/7),d;return l<1?(d=i-1,l=kt(d,e,n)):l>kt(i,e,n)?(d=i+1,l=1):d=i,{weekYear:d,weekNumber:l,weekday:c,...Xt(t)}}function Wi(t,e=4,n=1){const{weekYear:i,weekNumber:r,weekday:s}=t,a=Pn($n(i,1,e),n),c=Je(i);let l=r*7+s-a-7+e,d;l<1?(d=i-1,l+=Je(d)):l>c?(d=i+1,l-=Je(i)):d=i;const{month:u,day:h}=Hi(d,l);return{year:d,month:u,day:h,...Xt(t)}}function Fn(t){const{year:e,month:n,day:i}=t,r=Li(e,n,i);return{year:e,ordinal:r,...Xt(t)}}function Ui(t){const{year:e,ordinal:n}=t,{month:i,day:r}=Hi(e,n);return{year:e,month:i,day:r,...Xt(t)}}function qi(t,e){if(!E(t.localWeekday)||!E(t.localWeekNumber)||!E(t.localWeekYear)){if(!E(t.weekday)||!E(t.weekNumber)||!E(t.weekYear))throw new Ye("Cannot mix locale-based week fields with ISO-based week fields");return E(t.localWeekday)||(t.weekday=t.localWeekday),E(t.localWeekNumber)||(t.weekNumber=t.localWeekNumber),E(t.localWeekYear)||(t.weekYear=t.localWeekYear),delete t.localWeekday,delete t.localWeekNumber,delete t.localWeekYear,{minDaysInFirstWeek:e.getMinDaysInFirstWeek(),startOfWeek:e.getStartOfWeek()}}else return{minDaysInFirstWeek:4,startOfWeek:1}}function al(t,e=4,n=1){const i=Yt(t.weekYear),r=ie(t.weekNumber,1,kt(t.weekYear,e,n)),s=ie(t.weekday,1,7);return i?r?s?!1:re("weekday",t.weekday):re("week",t.weekNumber):re("weekYear",t.weekYear)}function ll(t){const e=Yt(t.year),n=ie(t.ordinal,1,Je(t.year));return e?n?!1:re("ordinal",t.ordinal):re("year",t.year)}function Zi(t){const e=Yt(t.year),n=ie(t.month,1,12),i=ie(t.day,1,Gt(t.year,t.month));return e?n?i?!1:re("day",t.day):re("month",t.month):re("year",t.year)}function Yi(t){const{hour:e,minute:n,second:i,millisecond:r}=t,s=ie(e,0,23)||e===24&&n===0&&i===0&&r===0,a=ie(n,0,59),c=ie(i,0,59),l=ie(r,0,999);return s?a?c?l?!1:re("millisecond",r):re("second",i):re("minute",n):re("hour",e)}function E(t){return typeof t>"u"}function Ve(t){return typeof t=="number"}function Yt(t){return typeof t=="number"&&t%1===0}function cl(t){return typeof t=="string"}function dl(t){return Object.prototype.toString.call(t)==="[object Date]"}function Gi(){try{return typeof Intl<"u"&&!!Intl.RelativeTimeFormat}catch{return!1}}function Ji(){try{return typeof Intl<"u"&&!!Intl.Locale&&("weekInfo"in Intl.Locale.prototype||"getWeekInfo"in Intl.Locale.prototype)}catch{return!1}}function ul(t){return Array.isArray(t)?t:[t]}function Ki(t,e,n){if(t.length!==0)return t.reduce((i,r)=>{const s=[e(r),r];return i&&n(i[0],s[0])===i[0]?i:s},null)[1]}function hl(t,e){return e.reduce((n,i)=>(n[i]=t[i],n),{})}function Ge(t,e){return Object.prototype.hasOwnProperty.call(t,e)}function Rn(t){if(t==null)return null;if(typeof t!="object")throw new G("Week settings must be an object");if(!ie(t.firstDay,1,7)||!ie(t.minimalDays,1,7)||!Array.isArray(t.weekend)||t.weekend.some(e=>!ie(e,1,7)))throw new G("Invalid week settings");return{firstDay:t.firstDay,minimalDays:t.minimalDays,weekend:Array.from(t.weekend)}}function ie(t,e,n){return Yt(t)&&t>=e&&t<=n}function pl(t,e){return t-e*Math.floor(t/e)}function Z(t,e=2){const n=t<0;let i;return n?i="-"+(""+-t).padStart(e,"0"):i=(""+t).padStart(e,"0"),i}function Be(t){if(!(E(t)||t===null||t===""))return parseInt(t,10)}function He(t){if(!(E(t)||t===null||t===""))return parseFloat(t)}function zn(t){if(!(E(t)||t===null||t==="")){const e=parseFloat("0."+t)*1e3;return Math.floor(e)}}function Ln(t,e,n=!1){const i=10**e;return(n?Math.trunc:Math.round)(t*i)/i}function bt(t){return t%4===0&&(t%100!==0||t%400===0)}function Je(t){return bt(t)?366:365}function Gt(t,e){const n=pl(e-1,12)+1,i=t+(e-n)/12;return n===2?bt(i)?29:28:[31,null,31,30,31,30,31,31,30,31,30,31][n-1]}function Jt(t){let e=Date.UTC(t.year,t.month-1,t.day,t.hour,t.minute,t.second,t.millisecond);return t.year<100&&t.year>=0&&(e=new Date(e),e.setUTCFullYear(t.year,t.month-1,t.day)),+e}function Qi(t,e,n){return-Pn($n(t,1,e),n)+e-1}function kt(t,e=4,n=1){const i=Qi(t,e,n),r=Qi(t+1,e,n);return(Je(t)-i+r)/7}function Hn(t){return t>99?t:t>W.twoDigitCutoffYear?1900+t:2e3+t}function Xi(t,e,n,i=null){const r=new Date(t),s={hourCycle:"h23",year:"numeric",month:"2-digit",day:"2-digit",hour:"2-digit",minute:"2-digit"};i&&(s.timeZone=i);const a={timeZoneName:e,...s},c=new Intl.DateTimeFormat(n,a).formatToParts(r).find(l=>l.type.toLowerCase()==="timezonename");return c?c.value:null}function Kt(t,e){let n=parseInt(t,10);Number.isNaN(n)&&(n=0);const i=parseInt(e,10)||0,r=n<0||Object.is(n,-0)?-i:i;return n*60+r}function es(t){const e=Number(t);if(typeof t=="boolean"||t===""||Number.isNaN(e))throw new G(`Invalid unit value ${t}`);return e}function Qt(t,e){const n={};for(const i in t)if(Ge(t,i)){const r=t[i];if(r==null)continue;n[e(i)]=es(r)}return n}function St(t,e){const n=Math.trunc(Math.abs(t/60)),i=Math.trunc(Math.abs(t%60)),r=t>=0?"+":"-";switch(e){case"short":return`${r}${Z(n,2)}:${Z(i,2)}`;case"narrow":return`${r}${n}${i>0?`:${i}`:""}`;case"techie":return`${r}${Z(n,2)}${Z(i,2)}`;default:throw new RangeError(`Value format ${e} is out of range for property format`)}}function Xt(t){return hl(t,["hour","minute","second","millisecond"])}const fl=["January","February","March","April","May","June","July","August","September","October","November","December"],ts=["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],ml=["J","F","M","A","M","J","J","A","S","O","N","D"];function ns(t){switch(t){case"narrow":return[...ml];case"short":return[...ts];case"long":return[...fl];case"numeric":return["1","2","3","4","5","6","7","8","9","10","11","12"];case"2-digit":return["01","02","03","04","05","06","07","08","09","10","11","12"];default:return null}}const rs=["Monday","Tuesday","Wednesday","Thursday","Friday","Saturday","Sunday"],is=["Mon","Tue","Wed","Thu","Fri","Sat","Sun"],yl=["M","T","W","T","F","S","S"];function ss(t){switch(t){case"narrow":return[...yl];case"short":return[...is];case"long":return[...rs];case"numeric":return["1","2","3","4","5","6","7"];default:return null}}const os=["AM","PM"],gl=["Before Christ","Anno Domini"],xl=["BC","AD"],wl=["B","A"];function as(t){switch(t){case"narrow":return[...wl];case"short":return[...xl];case"long":return[...gl];default:return null}}function vl(t){return os[t.hour<12?0:1]}function bl(t,e){return ss(e)[t.weekday-1]}function kl(t,e){return ns(e)[t.month-1]}function Sl(t,e){return as(e)[t.year<0?0:1]}function Dl(t,e,n="always",i=!1){const r={years:["year","yr."],quarters:["quarter","qtr."],months:["month","mo."],weeks:["week","wk."],days:["day","day","days"],hours:["hour","hr."],minutes:["minute","min."],seconds:["second","sec."]},s=["hours","minutes","seconds"].indexOf(t)===-1;if(n==="auto"&&s){const h=t==="days";switch(e){case 1:return h?"tomorrow":`next ${r[t][0]}`;case-1:return h?"yesterday":`last ${r[t][0]}`;case 0:return h?"today":`this ${r[t][0]}`}}const a=Object.is(e,-0)||e<0,c=Math.abs(e),l=c===1,d=r[t],u=i?l?d[1]:d[2]||d[1]:l?r[t][0]:t;return a?`${c} ${u} ago`:`in ${c} ${u}`}function ls(t,e){let n="";for(const i of t)i.literal?n+=i.val:n+=e(i.val);return n}const Ml={D:Wt,DD:ci,DDD:di,DDDD:ui,t:hi,tt:pi,ttt:fi,tttt:mi,T:yi,TT:gi,TTT:xi,TTTT:wi,f:vi,ff:ki,fff:Di,ffff:Ti,F:bi,FF:Si,FFF:Mi,FFFF:_i};class J{static create(e,n={}){return new J(e,n)}static parseFormat(e){let n=null,i="",r=!1;const s=[];for(let a=0;a<e.length;a++){const c=e.charAt(a);c==="'"?(i.length>0&&s.push({literal:r||/^\s+$/.test(i),val:i}),n=null,i="",r=!r):r||c===n?i+=c:(i.length>0&&s.push({literal:/^\s+$/.test(i),val:i}),i=c,n=c)}return i.length>0&&s.push({literal:r||/^\s+$/.test(i),val:i}),s}static macroTokenToFormatOpts(e){return Ml[e]}constructor(e,n){this.opts=n,this.loc=e,this.systemLoc=null}formatWithSystemDefault(e,n){return this.systemLoc===null&&(this.systemLoc=this.loc.redefaultToSystem()),this.systemLoc.dtFormatter(e,{...this.opts,...n}).format()}dtFormatter(e,n={}){return this.loc.dtFormatter(e,{...this.opts,...n})}formatDateTime(e,n){return this.dtFormatter(e,n).format()}formatDateTimeParts(e,n){return this.dtFormatter(e,n).formatToParts()}formatInterval(e,n){return this.dtFormatter(e.start,n).dtf.formatRange(e.start.toJSDate(),e.end.toJSDate())}resolvedOptions(e,n){return this.dtFormatter(e,n).resolvedOptions()}num(e,n=0){if(this.opts.forceSimple)return Z(e,n);const i={...this.opts};return n>0&&(i.padTo=n),this.loc.numberFormatter(i).format(e)}formatDateTimeFromString(e,n){const i=this.loc.listingMode()==="en",r=this.loc.outputCalendar&&this.loc.outputCalendar!=="gregory",s=(f,m)=>this.loc.extract(e,f,m),a=f=>e.isOffsetFixed&&e.offset===0&&f.allowZ?"Z":e.isValid?e.zone.formatOffset(e.ts,f.format):"",c=()=>i?vl(e):s({hour:"numeric",hourCycle:"h12"},"dayperiod"),l=(f,m)=>i?kl(e,f):s(m?{month:f}:{month:f,day:"numeric"},"month"),d=(f,m)=>i?bl(e,f):s(m?{weekday:f}:{weekday:f,month:"long",day:"numeric"},"weekday"),u=f=>{const m=J.macroTokenToFormatOpts(f);return m?this.formatWithSystemDefault(e,m):f},h=f=>i?Sl(e,f):s({era:f},"era"),p=f=>{switch(f){case"S":return this.num(e.millisecond);case"u":case"SSS":return this.num(e.millisecond,3);case"s":return this.num(e.second);case"ss":return this.num(e.second,2);case"uu":return this.num(Math.floor(e.millisecond/10),2);case"uuu":return this.num(Math.floor(e.millisecond/100));case"m":return this.num(e.minute);case"mm":return this.num(e.minute,2);case"h":return this.num(e.hour%12===0?12:e.hour%12);case"hh":return this.num(e.hour%12===0?12:e.hour%12,2);case"H":return this.num(e.hour);case"HH":return this.num(e.hour,2);case"Z":return a({format:"narrow",allowZ:this.opts.allowZ});case"ZZ":return a({format:"short",allowZ:this.opts.allowZ});case"ZZZ":return a({format:"techie",allowZ:this.opts.allowZ});case"ZZZZ":return e.zone.offsetName(e.ts,{format:"short",locale:this.loc.locale});case"ZZZZZ":return e.zone.offsetName(e.ts,{format:"long",locale:this.loc.locale});case"z":return e.zoneName;case"a":return c();case"d":return r?s({day:"numeric"},"day"):this.num(e.day);case"dd":return r?s({day:"2-digit"},"day"):this.num(e.day,2);case"c":return this.num(e.weekday);case"ccc":return d("short",!0);case"cccc":return d("long",!0);case"ccccc":return d("narrow",!0);case"E":return this.num(e.weekday);case"EEE":return d("short",!1);case"EEEE":return d("long",!1);case"EEEEE":return d("narrow",!1);case"L":return r?s({month:"numeric",day:"numeric"},"month"):this.num(e.month);case"LL":return r?s({month:"2-digit",day:"numeric"},"month"):this.num(e.month,2);case"LLL":return l("short",!0);case"LLLL":return l("long",!0);case"LLLLL":return l("narrow",!0);case"M":return r?s({month:"numeric"},"month"):this.num(e.month);case"MM":return r?s({month:"2-digit"},"month"):this.num(e.month,2);case"MMM":return l("short",!1);case"MMMM":return l("long",!1);case"MMMMM":return l("narrow",!1);case"y":return r?s({year:"numeric"},"year"):this.num(e.year);case"yy":return r?s({year:"2-digit"},"year"):this.num(e.year.toString().slice(-2),2);case"yyyy":return r?s({year:"numeric"},"year"):this.num(e.year,4);case"yyyyyy":return r?s({year:"numeric"},"year"):this.num(e.year,6);case"G":return h("short");case"GG":return h("long");case"GGGGG":return h("narrow");case"kk":return this.num(e.weekYear.toString().slice(-2),2);case"kkkk":return this.num(e.weekYear,4);case"W":return this.num(e.weekNumber);case"WW":return this.num(e.weekNumber,2);case"n":return this.num(e.localWeekNumber);case"nn":return this.num(e.localWeekNumber,2);case"ii":return this.num(e.localWeekYear.toString().slice(-2),2);case"iiii":return this.num(e.localWeekYear,4);case"o":return this.num(e.ordinal);case"ooo":return this.num(e.ordinal,3);case"q":return this.num(e.quarter);case"qq":return this.num(e.quarter,2);case"X":return this.num(Math.floor(e.ts/1e3));case"x":return this.num(e.ts);default:return u(f)}};return ls(J.parseFormat(n),p)}formatDurationFromString(e,n){const i=l=>{switch(l[0]){case"S":return"millisecond";case"s":return"second";case"m":return"minute";case"h":return"hour";case"d":return"day";case"w":return"week";case"M":return"month";case"y":return"year";default:return null}},r=l=>d=>{const u=i(d);return u?this.num(l.get(u),d.length):d},s=J.parseFormat(n),a=s.reduce((l,{literal:d,val:u})=>d?l:l.concat(u),[]),c=e.shiftTo(...a.map(i).filter(l=>l));return ls(s,r(c))}}const cs=/[A-Za-z_+-]{1,256}(?::?\/[A-Za-z0-9_+-]{1,256}(?:\/[A-Za-z0-9_+-]{1,256})?)?/;function Ke(...t){const e=t.reduce((n,i)=>n+i.source,"");return RegExp(`^${e}$`)}function Qe(...t){return e=>t.reduce(([n,i,r],s)=>{const[a,c,l]=s(e,r);return[{...n,...a},c||i,l]},[{},null,1]).slice(0,2)}function Xe(t,...e){if(t==null)return[null,null];for(const[n,i]of e){const r=n.exec(t);if(r)return i(r)}return[null,null]}function ds(...t){return(e,n)=>{const i={};let r;for(r=0;r<t.length;r++)i[t[r]]=Be(e[n+r]);return[i,null,n+r]}}const us=/(?:(Z)|([+-]\d\d)(?::?(\d\d))?)/,Tl=`(?:${us.source}?(?:\\[(${cs.source})\\])?)?`,Wn=/(\d\d)(?::?(\d\d)(?::?(\d\d)(?:[.,](\d{1,30}))?)?)?/,hs=RegExp(`${Wn.source}${Tl}`),Un=RegExp(`(?:T${hs.source})?`),_l=/([+-]\d{6}|\d{4})(?:-?(\d\d)(?:-?(\d\d))?)?/,Cl=/(\d{4})-?W(\d\d)(?:-?(\d))?/,El=/(\d{4})-?(\d{3})/,Ol=ds("weekYear","weekNumber","weekDay"),jl=ds("year","ordinal"),Il=/(\d{4})-(\d\d)-(\d\d)/,ps=RegExp(`${Wn.source} ?(?:${us.source}|(${cs.source}))?`),Nl=RegExp(`(?: ${ps.source})?`);function et(t,e,n){const i=t[e];return E(i)?n:Be(i)}function Vl(t,e){return[{year:et(t,e),month:et(t,e+1,1),day:et(t,e+2,1)},null,e+3]}function tt(t,e){return[{hours:et(t,e,0),minutes:et(t,e+1,0),seconds:et(t,e+2,0),milliseconds:zn(t[e+3])},null,e+4]}function Dt(t,e){const n=!t[e]&&!t[e+1],i=Kt(t[e+1],t[e+2]),r=n?null:X.instance(i);return[{},r,e+3]}function Mt(t,e){const n=t[e]?De.create(t[e]):null;return[{},n,e+1]}const Bl=RegExp(`^T?${Wn.source}$`),Al=/^-?P(?:(?:(-?\d{1,20}(?:\.\d{1,20})?)Y)?(?:(-?\d{1,20}(?:\.\d{1,20})?)M)?(?:(-?\d{1,20}(?:\.\d{1,20})?)W)?(?:(-?\d{1,20}(?:\.\d{1,20})?)D)?(?:T(?:(-?\d{1,20}(?:\.\d{1,20})?)H)?(?:(-?\d{1,20}(?:\.\d{1,20})?)M)?(?:(-?\d{1,20})(?:[.,](-?\d{1,20}))?S)?)?)$/;function $l(t){const[e,n,i,r,s,a,c,l,d]=t,u=e[0]==="-",h=l&&l[0]==="-",p=(f,m=!1)=>f!==void 0&&(m||f&&u)?-f:f;return[{years:p(He(n)),months:p(He(i)),weeks:p(He(r)),days:p(He(s)),hours:p(He(a)),minutes:p(He(c)),seconds:p(He(l),l==="-0"),milliseconds:p(zn(d),h)}]}const Pl={GMT:0,EDT:-4*60,EST:-5*60,CDT:-5*60,CST:-6*60,MDT:-6*60,MST:-7*60,PDT:-7*60,PST:-8*60};function qn(t,e,n,i,r,s,a){const c={year:e.length===2?Hn(Be(e)):Be(e),month:ts.indexOf(n)+1,day:Be(i),hour:Be(r),minute:Be(s)};return a&&(c.second=Be(a)),t&&(c.weekday=t.length>3?rs.indexOf(t)+1:is.indexOf(t)+1),c}const Fl=/^(?:(Mon|Tue|Wed|Thu|Fri|Sat|Sun),\s)?(\d{1,2})\s(Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec)\s(\d{2,4})\s(\d\d):(\d\d)(?::(\d\d))?\s(?:(UT|GMT|[ECMP][SD]T)|([Zz])|(?:([+-]\d\d)(\d\d)))$/;function Rl(t){const[,e,n,i,r,s,a,c,l,d,u,h]=t,p=qn(e,r,i,n,s,a,c);let f;return l?f=Pl[l]:d?f=0:f=Kt(u,h),[p,new X(f)]}function zl(t){return t.replace(/\([^()]*\)|[\n\t]/g," ").replace(/(\s\s+)/g," ").trim()}const Ll=/^(Mon|Tue|Wed|Thu|Fri|Sat|Sun), (\d\d) (Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec) (\d{4}) (\d\d):(\d\d):(\d\d) GMT$/,Hl=/^(Monday|Tuesday|Wednesday|Thursday|Friday|Saturday|Sunday), (\d\d)-(Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec)-(\d\d) (\d\d):(\d\d):(\d\d) GMT$/,Wl=/^(Mon|Tue|Wed|Thu|Fri|Sat|Sun) (Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec) ( \d|\d\d) (\d\d):(\d\d):(\d\d) (\d{4})$/;function fs(t){const[,e,n,i,r,s,a,c]=t;return[qn(e,r,i,n,s,a,c),X.utcInstance]}function Ul(t){const[,e,n,i,r,s,a,c]=t;return[qn(e,c,n,i,r,s,a),X.utcInstance]}const ql=Ke(_l,Un),Zl=Ke(Cl,Un),Yl=Ke(El,Un),Gl=Ke(hs),ms=Qe(Vl,tt,Dt,Mt),Jl=Qe(Ol,tt,Dt,Mt),Kl=Qe(jl,tt,Dt,Mt),Ql=Qe(tt,Dt,Mt);function Xl(t){return Xe(t,[ql,ms],[Zl,Jl],[Yl,Kl],[Gl,Ql])}function ec(t){return Xe(zl(t),[Fl,Rl])}function tc(t){return Xe(t,[Ll,fs],[Hl,fs],[Wl,Ul])}function nc(t){return Xe(t,[Al,$l])}const rc=Qe(tt);function ic(t){return Xe(t,[Bl,rc])}const sc=Ke(Il,Nl),oc=Ke(ps),ac=Qe(tt,Dt,Mt);function lc(t){return Xe(t,[sc,ms],[oc,ac])}const ys="Invalid Duration",gs={weeks:{days:7,hours:7*24,minutes:7*24*60,seconds:7*24*60*60,milliseconds:7*24*60*60*1e3},days:{hours:24,minutes:24*60,seconds:24*60*60,milliseconds:24*60*60*1e3},hours:{minutes:60,seconds:60*60,milliseconds:60*60*1e3},minutes:{seconds:60,milliseconds:60*1e3},seconds:{milliseconds:1e3}},cc={years:{quarters:4,months:12,weeks:52,days:365,hours:365*24,minutes:365*24*60,seconds:365*24*60*60,milliseconds:365*24*60*60*1e3},quarters:{months:3,weeks:13,days:91,hours:91*24,minutes:91*24*60,seconds:91*24*60*60,milliseconds:91*24*60*60*1e3},months:{weeks:4,days:30,hours:30*24,minutes:30*24*60,seconds:30*24*60*60,milliseconds:30*24*60*60*1e3},...gs},se=146097/400,nt=146097/4800,dc={years:{quarters:4,months:12,weeks:se/7,days:se,hours:se*24,minutes:se*24*60,seconds:se*24*60*60,milliseconds:se*24*60*60*1e3},quarters:{months:3,weeks:se/28,days:se/4,hours:se*24/4,minutes:se*24*60/4,seconds:se*24*60*60/4,milliseconds:se*24*60*60*1e3/4},months:{weeks:nt/7,days:nt,hours:nt*24,minutes:nt*24*60,seconds:nt*24*60*60,milliseconds:nt*24*60*60*1e3},...gs},We=["years","quarters","months","weeks","days","hours","minutes","seconds","milliseconds"],uc=We.slice(0).reverse();function Ae(t,e,n=!1){const i={values:n?e.values:{...t.values,...e.values||{}},loc:t.loc.clone(e.loc),conversionAccuracy:e.conversionAccuracy||t.conversionAccuracy,matrix:e.matrix||t.matrix};return new N(i)}function xs(t,e){let n=e.milliseconds??0;for(const i of uc.slice(1))e[i]&&(n+=e[i]*t[i].milliseconds);return n}function ws(t,e){const n=xs(t,e)<0?-1:1;We.reduceRight((i,r)=>{if(E(e[r]))return i;if(i){const s=e[i]*n,a=t[r][i],c=Math.floor(s/a);e[r]+=c*n,e[i]-=c*a*n}return r},null),We.reduce((i,r)=>{if(E(e[r]))return i;if(i){const s=e[i]%1;e[i]-=s,e[r]+=s*t[i][r]}return r},null)}function hc(t){const e={};for(const[n,i]of Object.entries(t))i!==0&&(e[n]=i);return e}class N{constructor(e){const n=e.conversionAccuracy==="longterm"||!1;let i=n?dc:cc;e.matrix&&(i=e.matrix),this.values=e.values,this.loc=e.loc||A.create(),this.conversionAccuracy=n?"longterm":"casual",this.invalid=e.invalid||null,this.matrix=i,this.isLuxonDuration=!0}static fromMillis(e,n){return N.fromObject({milliseconds:e},n)}static fromObject(e,n={}){if(e==null||typeof e!="object")throw new G(`Duration.fromObject: argument expected to be an object, got ${e===null?"null":typeof e}`);return new N({values:Qt(e,N.normalizeUnit),loc:A.fromObject(n),conversionAccuracy:n.conversionAccuracy,matrix:n.matrix})}static fromDurationLike(e){if(Ve(e))return N.fromMillis(e);if(N.isDuration(e))return e;if(typeof e=="object")return N.fromObject(e);throw new G(`Unknown duration argument ${e} of type ${typeof e}`)}static fromISO(e,n){const[i]=nc(e);return i?N.fromObject(i,n):N.invalid("unparsable",`the input "${e}" can't be parsed as ISO 8601`)}static fromISOTime(e,n){const[i]=ic(e);return i?N.fromObject(i,n):N.invalid("unparsable",`the input "${e}" can't be parsed as ISO 8601`)}static invalid(e,n=null){if(!e)throw new G("need to specify a reason the Duration is invalid");const i=e instanceof he?e:new he(e,n);if(W.throwOnInvalid)throw new $a(i);return new N({invalid:i})}static normalizeUnit(e){const n={year:"years",years:"years",quarter:"quarters",quarters:"quarters",month:"months",months:"months",week:"weeks",weeks:"weeks",day:"days",days:"days",hour:"hours",hours:"hours",minute:"minutes",minutes:"minutes",second:"seconds",seconds:"seconds",millisecond:"milliseconds",milliseconds:"milliseconds"}[e&&e.toLowerCase()];if(!n)throw new li(e);return n}static isDuration(e){return e&&e.isLuxonDuration||!1}get locale(){return this.isValid?this.loc.locale:null}get numberingSystem(){return this.isValid?this.loc.numberingSystem:null}toFormat(e,n={}){const i={...n,floor:n.round!==!1&&n.floor!==!1};return this.isValid?J.create(this.loc,i).formatDurationFromString(this,e):ys}toHuman(e={}){if(!this.isValid)return ys;const n=We.map(i=>{const r=this.values[i];return E(r)?null:this.loc.numberFormatter({style:"unit",unitDisplay:"long",...e,unit:i.slice(0,-1)}).format(r)}).filter(i=>i);return this.loc.listFormatter({type:"conjunction",style:e.listStyle||"narrow",...e}).format(n)}toObject(){return this.isValid?{...this.values}:{}}toISO(){if(!this.isValid)return null;let e="P";return this.years!==0&&(e+=this.years+"Y"),(this.months!==0||this.quarters!==0)&&(e+=this.months+this.quarters*3+"M"),this.weeks!==0&&(e+=this.weeks+"W"),this.days!==0&&(e+=this.days+"D"),(this.hours!==0||this.minutes!==0||this.seconds!==0||this.milliseconds!==0)&&(e+="T"),this.hours!==0&&(e+=this.hours+"H"),this.minutes!==0&&(e+=this.minutes+"M"),(this.seconds!==0||this.milliseconds!==0)&&(e+=Ln(this.seconds+this.milliseconds/1e3,3)+"S"),e==="P"&&(e+="T0S"),e}toISOTime(e={}){if(!this.isValid)return null;const n=this.toMillis();return n<0||n>=864e5?null:(e={suppressMilliseconds:!1,suppressSeconds:!1,includePrefix:!1,format:"extended",...e,includeOffset:!1},b.fromMillis(n,{zone:"UTC"}).toISOTime(e))}toJSON(){return this.toISO()}toString(){return this.toISO()}[Symbol.for("nodejs.util.inspect.custom")](){return this.isValid?`Duration { values: ${JSON.stringify(this.values)} }`:`Duration { Invalid, reason: ${this.invalidReason} }`}toMillis(){return this.isValid?xs(this.matrix,this.values):NaN}valueOf(){return this.toMillis()}plus(e){if(!this.isValid)return this;const n=N.fromDurationLike(e),i={};for(const r of We)(Ge(n.values,r)||Ge(this.values,r))&&(i[r]=n.get(r)+this.get(r));return Ae(this,{values:i},!0)}minus(e){if(!this.isValid)return this;const n=N.fromDurationLike(e);return this.plus(n.negate())}mapUnits(e){if(!this.isValid)return this;const n={};for(const i of Object.keys(this.values))n[i]=es(e(this.values[i],i));return Ae(this,{values:n},!0)}get(e){return this[N.normalizeUnit(e)]}set(e){if(!this.isValid)return this;const n={...this.values,...Qt(e,N.normalizeUnit)};return Ae(this,{values:n})}reconfigure({locale:e,numberingSystem:n,conversionAccuracy:i,matrix:r}={}){const a={loc:this.loc.clone({locale:e,numberingSystem:n}),matrix:r,conversionAccuracy:i};return Ae(this,a)}as(e){return this.isValid?this.shiftTo(e).get(e):NaN}normalize(){if(!this.isValid)return this;const e=this.toObject();return ws(this.matrix,e),Ae(this,{values:e},!0)}rescale(){if(!this.isValid)return this;const e=hc(this.normalize().shiftToAll().toObject());return Ae(this,{values:e},!0)}shiftTo(...e){if(!this.isValid)return this;if(e.length===0)return this;e=e.map(a=>N.normalizeUnit(a));const n={},i={},r=this.toObject();let s;for(const a of We)if(e.indexOf(a)>=0){s=a;let c=0;for(const d in i)c+=this.matrix[d][a]*i[d],i[d]=0;Ve(r[a])&&(c+=r[a]);const l=Math.trunc(c);n[a]=l,i[a]=(c*1e3-l*1e3)/1e3}else Ve(r[a])&&(i[a]=r[a]);for(const a in i)i[a]!==0&&(n[s]+=a===s?i[a]:i[a]/this.matrix[s][a]);return ws(this.matrix,n),Ae(this,{values:n},!0)}shiftToAll(){return this.isValid?this.shiftTo("years","months","weeks","days","hours","minutes","seconds","milliseconds"):this}negate(){if(!this.isValid)return this;const e={};for(const n of Object.keys(this.values))e[n]=this.values[n]===0?0:-this.values[n];return Ae(this,{values:e},!0)}get years(){return this.isValid?this.values.years||0:NaN}get quarters(){return this.isValid?this.values.quarters||0:NaN}get months(){return this.isValid?this.values.months||0:NaN}get weeks(){return this.isValid?this.values.weeks||0:NaN}get days(){return this.isValid?this.values.days||0:NaN}get hours(){return this.isValid?this.values.hours||0:NaN}get minutes(){return this.isValid?this.values.minutes||0:NaN}get seconds(){return this.isValid?this.values.seconds||0:NaN}get milliseconds(){return this.isValid?this.values.milliseconds||0:NaN}get isValid(){return this.invalid===null}get invalidReason(){return this.invalid?this.invalid.reason:null}get invalidExplanation(){return this.invalid?this.invalid.explanation:null}equals(e){if(!this.isValid||!e.isValid||!this.loc.equals(e.loc))return!1;function n(i,r){return i===void 0||i===0?r===void 0||r===0:i===r}for(const i of We)if(!n(this.values[i],e.values[i]))return!1;return!0}}const rt="Invalid Interval";function pc(t,e){return!t||!t.isValid?L.invalid("missing or invalid start"):!e||!e.isValid?L.invalid("missing or invalid end"):e<t?L.invalid("end before start",`The end of an interval must be after its start, but you had start=${t.toISO()} and end=${e.toISO()}`):null}class L{constructor(e){this.s=e.start,this.e=e.end,this.invalid=e.invalid||null,this.isLuxonInterval=!0}static invalid(e,n=null){if(!e)throw new G("need to specify a reason the Interval is invalid");const i=e instanceof he?e:new he(e,n);if(W.throwOnInvalid)throw new Aa(i);return new L({invalid:i})}static fromDateTimes(e,n){const i=Ct(e),r=Ct(n),s=pc(i,r);return s??new L({start:i,end:r})}static after(e,n){const i=N.fromDurationLike(n),r=Ct(e);return L.fromDateTimes(r,r.plus(i))}static before(e,n){const i=N.fromDurationLike(n),r=Ct(e);return L.fromDateTimes(r.minus(i),r)}static fromISO(e,n){const[i,r]=(e||"").split("/",2);if(i&&r){let s,a;try{s=b.fromISO(i,n),a=s.isValid}catch{a=!1}let c,l;try{c=b.fromISO(r,n),l=c.isValid}catch{l=!1}if(a&&l)return L.fromDateTimes(s,c);if(a){const d=N.fromISO(r,n);if(d.isValid)return L.after(s,d)}else if(l){const d=N.fromISO(i,n);if(d.isValid)return L.before(c,d)}}return L.invalid("unparsable",`the input "${e}" can't be parsed as ISO 8601`)}static isInterval(e){return e&&e.isLuxonInterval||!1}get start(){return this.isValid?this.s:null}get end(){return this.isValid?this.e:null}get lastDateTime(){return this.isValid&&this.e?this.e.minus(1):null}get isValid(){return this.invalidReason===null}get invalidReason(){return this.invalid?this.invalid.reason:null}get invalidExplanation(){return this.invalid?this.invalid.explanation:null}length(e="milliseconds"){return this.isValid?this.toDuration(e).get(e):NaN}count(e="milliseconds",n){if(!this.isValid)return NaN;const i=this.start.startOf(e,n);let r;return n!=null&&n.useLocaleWeeks?r=this.end.reconfigure({locale:i.locale}):r=this.end,r=r.startOf(e,n),Math.floor(r.diff(i,e).get(e))+(r.valueOf()!==this.end.valueOf())}hasSame(e){return this.isValid?this.isEmpty()||this.e.minus(1).hasSame(this.s,e):!1}isEmpty(){return this.s.valueOf()===this.e.valueOf()}isAfter(e){return this.isValid?this.s>e:!1}isBefore(e){return this.isValid?this.e<=e:!1}contains(e){return this.isValid?this.s<=e&&this.e>e:!1}set({start:e,end:n}={}){return this.isValid?L.fromDateTimes(e||this.s,n||this.e):this}splitAt(...e){if(!this.isValid)return[];const n=e.map(Ct).filter(a=>this.contains(a)).sort((a,c)=>a.toMillis()-c.toMillis()),i=[];let{s:r}=this,s=0;for(;r<this.e;){const a=n[s]||this.e,c=+a>+this.e?this.e:a;i.push(L.fromDateTimes(r,c)),r=c,s+=1}return i}splitBy(e){const n=N.fromDurationLike(e);if(!this.isValid||!n.isValid||n.as("milliseconds")===0)return[];let{s:i}=this,r=1,s;const a=[];for(;i<this.e;){const c=this.start.plus(n.mapUnits(l=>l*r));s=+c>+this.e?this.e:c,a.push(L.fromDateTimes(i,s)),i=s,r+=1}return a}divideEqually(e){return this.isValid?this.splitBy(this.length()/e).slice(0,e):[]}overlaps(e){return this.e>e.s&&this.s<e.e}abutsStart(e){return this.isValid?+this.e==+e.s:!1}abutsEnd(e){return this.isValid?+e.e==+this.s:!1}engulfs(e){return this.isValid?this.s<=e.s&&this.e>=e.e:!1}equals(e){return!this.isValid||!e.isValid?!1:this.s.equals(e.s)&&this.e.equals(e.e)}intersection(e){if(!this.isValid)return this;const n=this.s>e.s?this.s:e.s,i=this.e<e.e?this.e:e.e;return n>=i?null:L.fromDateTimes(n,i)}union(e){if(!this.isValid)return this;const n=this.s<e.s?this.s:e.s,i=this.e>e.e?this.e:e.e;return L.fromDateTimes(n,i)}static merge(e){const[n,i]=e.sort((r,s)=>r.s-s.s).reduce(([r,s],a)=>s?s.overlaps(a)||s.abutsStart(a)?[r,s.union(a)]:[r.concat([s]),a]:[r,a],[[],null]);return i&&n.push(i),n}static xor(e){let n=null,i=0;const r=[],s=e.map(l=>[{time:l.s,type:"s"},{time:l.e,type:"e"}]),a=Array.prototype.concat(...s),c=a.sort((l,d)=>l.time-d.time);for(const l of c)i+=l.type==="s"?1:-1,i===1?n=l.time:(n&&+n!=+l.time&&r.push(L.fromDateTimes(n,l.time)),n=null);return L.merge(r)}difference(...e){return L.xor([this].concat(e)).map(n=>this.intersection(n)).filter(n=>n&&!n.isEmpty())}toString(){return this.isValid?`[${this.s.toISO()} – ${this.e.toISO()})`:rt}[Symbol.for("nodejs.util.inspect.custom")](){return this.isValid?`Interval { start: ${this.s.toISO()}, end: ${this.e.toISO()} }`:`Interval { Invalid, reason: ${this.invalidReason} }`}toLocaleString(e=Wt,n={}){return this.isValid?J.create(this.s.loc.clone(n),e).formatInterval(this):rt}toISO(e){return this.isValid?`${this.s.toISO(e)}/${this.e.toISO(e)}`:rt}toISODate(){return this.isValid?`${this.s.toISODate()}/${this.e.toISODate()}`:rt}toISOTime(e){return this.isValid?`${this.s.toISOTime(e)}/${this.e.toISOTime(e)}`:rt}toFormat(e,{separator:n=" – "}={}){return this.isValid?`${this.s.toFormat(e)}${n}${this.e.toFormat(e)}`:rt}toDuration(e,n){return this.isValid?this.e.diff(this.s,e,n):N.invalid(this.invalidReason)}mapEndpoints(e){return L.fromDateTimes(e(this.s),e(this.e))}}class ve{static hasDST(e=W.defaultZone){const n=b.now().setZone(e).set({month:12});return!e.isUniversal&&n.offset!==n.set({month:6}).offset}static isValidIANAZone(e){return De.isValidZone(e)}static normalizeZone(e){return Ne(e,W.defaultZone)}static getStartOfWeek({locale:e=null,locObj:n=null}={}){return(n||A.create(e)).getStartOfWeek()}static getMinimumDaysInFirstWeek({locale:e=null,locObj:n=null}={}){return(n||A.create(e)).getMinDaysInFirstWeek()}static getWeekendWeekdays({locale:e=null,locObj:n=null}={}){return(n||A.create(e)).getWeekendDays().slice()}static months(e="long",{locale:n=null,numberingSystem:i=null,locObj:r=null,outputCalendar:s="gregory"}={}){return(r||A.create(n,i,s)).months(e)}static monthsFormat(e="long",{locale:n=null,numberingSystem:i=null,locObj:r=null,outputCalendar:s="gregory"}={}){return(r||A.create(n,i,s)).months(e,!0)}static weekdays(e="long",{locale:n=null,numberingSystem:i=null,locObj:r=null}={}){return(r||A.create(n,i,null)).weekdays(e)}static weekdaysFormat(e="long",{locale:n=null,numberingSystem:i=null,locObj:r=null}={}){return(r||A.create(n,i,null)).weekdays(e,!0)}static meridiems({locale:e=null}={}){return A.create(e).meridiems()}static eras(e="short",{locale:n=null}={}){return A.create(n,null,"gregory").eras(e)}static features(){return{relative:Gi(),localeWeek:Ji()}}}function vs(t,e){const n=r=>r.toUTC(0,{keepLocalTime:!0}).startOf("day").valueOf(),i=n(e)-n(t);return Math.floor(N.fromMillis(i).as("days"))}function fc(t,e,n){const i=[["years",(l,d)=>d.year-l.year],["quarters",(l,d)=>d.quarter-l.quarter+(d.year-l.year)*4],["months",(l,d)=>d.month-l.month+(d.year-l.year)*12],["weeks",(l,d)=>{const u=vs(l,d);return(u-u%7)/7}],["days",vs]],r={},s=t;let a,c;for(const[l,d]of i)n.indexOf(l)>=0&&(a=l,r[l]=d(t,e),c=s.plus(r),c>e?(r[l]--,t=s.plus(r),t>e&&(c=t,r[l]--,t=s.plus(r))):t=c);return[t,r,c,a]}function mc(t,e,n,i){let[r,s,a,c]=fc(t,e,n);const l=e-r,d=n.filter(h=>["hours","minutes","seconds","milliseconds"].indexOf(h)>=0);d.length===0&&(a<e&&(a=r.plus({[c]:1})),a!==r&&(s[c]=(s[c]||0)+l/(a-r)));const u=N.fromObject(s,i);return d.length>0?N.fromMillis(l,i).shiftTo(...d).plus(u):u}const yc="missing Intl.DateTimeFormat.formatToParts support";function B(t,e=n=>n){return{regex:t,deser:([n])=>e(sl(n))}}const bs="[  ]",ks=new RegExp(bs,"g");function gc(t){return t.replace(/\./g,"\\.?").replace(ks,bs)}function Ss(t){return t.replace(/\./g,"").replace(ks," ").toLowerCase()}function pe(t,e){return t===null?null:{regex:RegExp(t.map(gc).join("|")),deser:([n])=>t.findIndex(i=>Ss(n)===Ss(i))+e}}function Ds(t,e){return{regex:t,deser:([,n,i])=>Kt(n,i),groups:e}}function en(t){return{regex:t,deser:([e])=>e}}function xc(t){return t.replace(/[\-\[\]{}()*+?.,\\\^$|#\s]/g,"\\$&")}function wc(t,e){const n=ue(e),i=ue(e,"{2}"),r=ue(e,"{3}"),s=ue(e,"{4}"),a=ue(e,"{6}"),c=ue(e,"{1,2}"),l=ue(e,"{1,3}"),d=ue(e,"{1,6}"),u=ue(e,"{1,9}"),h=ue(e,"{2,4}"),p=ue(e,"{4,6}"),f=g=>({regex:RegExp(xc(g.val)),deser:([w])=>w,literal:!0}),y=(g=>{if(t.literal)return f(g);switch(g.val){case"G":return pe(e.eras("short"),0);case"GG":return pe(e.eras("long"),0);case"y":return B(d);case"yy":return B(h,Hn);case"yyyy":return B(s);case"yyyyy":return B(p);case"yyyyyy":return B(a);case"M":return B(c);case"MM":return B(i);case"MMM":return pe(e.months("short",!0),1);case"MMMM":return pe(e.months("long",!0),1);case"L":return B(c);case"LL":return B(i);case"LLL":return pe(e.months("short",!1),1);case"LLLL":return pe(e.months("long",!1),1);case"d":return B(c);case"dd":return B(i);case"o":return B(l);case"ooo":return B(r);case"HH":return B(i);case"H":return B(c);case"hh":return B(i);case"h":return B(c);case"mm":return B(i);case"m":return B(c);case"q":return B(c);case"qq":return B(i);case"s":return B(c);case"ss":return B(i);case"S":return B(l);case"SSS":return B(r);case"u":return en(u);case"uu":return en(c);case"uuu":return B(n);case"a":return pe(e.meridiems(),0);case"kkkk":return B(s);case"kk":return B(h,Hn);case"W":return B(c);case"WW":return B(i);case"E":case"c":return B(n);case"EEE":return pe(e.weekdays("short",!1),1);case"EEEE":return pe(e.weekdays("long",!1),1);case"ccc":return pe(e.weekdays("short",!0),1);case"cccc":return pe(e.weekdays("long",!0),1);case"Z":case"ZZ":return Ds(new RegExp(`([+-]${c.source})(?::(${i.source}))?`),2);case"ZZZ":return Ds(new RegExp(`([+-]${c.source})(${i.source})?`),2);case"z":return en(/[a-z_+-/]{1,256}?/i);case" ":return en(/[^\S\n\r]/);default:return f(g)}})(t)||{invalidReason:yc};return y.token=t,y}const vc={year:{"2-digit":"yy",numeric:"yyyyy"},month:{numeric:"M","2-digit":"MM",short:"MMM",long:"MMMM"},day:{numeric:"d","2-digit":"dd"},weekday:{short:"EEE",long:"EEEE"},dayperiod:"a",dayPeriod:"a",hour12:{numeric:"h","2-digit":"hh"},hour24:{numeric:"H","2-digit":"HH"},minute:{numeric:"m","2-digit":"mm"},second:{numeric:"s","2-digit":"ss"},timeZoneName:{long:"ZZZZZ",short:"ZZZ"}};function bc(t,e,n){const{type:i,value:r}=t;if(i==="literal"){const l=/^\s+$/.test(r);return{literal:!l,val:l?" ":r}}const s=e[i];let a=i;i==="hour"&&(e.hour12!=null?a=e.hour12?"hour12":"hour24":e.hourCycle!=null?e.hourCycle==="h11"||e.hourCycle==="h12"?a="hour12":a="hour24":a=n.hour12?"hour12":"hour24");let c=vc[a];if(typeof c=="object"&&(c=c[s]),c)return{literal:!1,val:c}}function kc(t){return[`^${t.map(n=>n.regex).reduce((n,i)=>`${n}(${i.source})`,"")}$`,t]}function Sc(t,e,n){const i=t.match(e);if(i){const r={};let s=1;for(const a in n)if(Ge(n,a)){const c=n[a],l=c.groups?c.groups+1:1;!c.literal&&c.token&&(r[c.token.val[0]]=c.deser(i.slice(s,s+l))),s+=l}return[i,r]}else return[i,{}]}function Dc(t){const e=s=>{switch(s){case"S":return"millisecond";case"s":return"second";case"m":return"minute";case"h":case"H":return"hour";case"d":return"day";case"o":return"ordinal";case"L":case"M":return"month";case"y":return"year";case"E":case"c":return"weekday";case"W":return"weekNumber";case"k":return"weekYear";case"q":return"quarter";default:return null}};let n=null,i;return E(t.z)||(n=De.create(t.z)),E(t.Z)||(n||(n=new X(t.Z)),i=t.Z),E(t.q)||(t.M=(t.q-1)*3+1),E(t.h)||(t.h<12&&t.a===1?t.h+=12:t.h===12&&t.a===0&&(t.h=0)),t.G===0&&t.y&&(t.y=-t.y),E(t.u)||(t.S=zn(t.u)),[Object.keys(t).reduce((s,a)=>{const c=e(a);return c&&(s[c]=t[a]),s},{}),n,i]}let Zn=null;function Mc(){return Zn||(Zn=b.fromMillis(1555555555555)),Zn}function Tc(t,e){if(t.literal)return t;const n=J.macroTokenToFormatOpts(t.val),i=Cs(n,e);return i==null||i.includes(void 0)?t:i}function Ms(t,e){return Array.prototype.concat(...t.map(n=>Tc(n,e)))}class Ts{constructor(e,n){if(this.locale=e,this.format=n,this.tokens=Ms(J.parseFormat(n),e),this.units=this.tokens.map(i=>wc(i,e)),this.disqualifyingUnit=this.units.find(i=>i.invalidReason),!this.disqualifyingUnit){const[i,r]=kc(this.units);this.regex=RegExp(i,"i"),this.handlers=r}}explainFromTokens(e){if(this.isValid){const[n,i]=Sc(e,this.regex,this.handlers),[r,s,a]=i?Dc(i):[null,null,void 0];if(Ge(i,"a")&&Ge(i,"H"))throw new Ye("Can't include meridiem when specifying 24-hour format");return{input:e,tokens:this.tokens,regex:this.regex,rawMatches:n,matches:i,result:r,zone:s,specificOffset:a}}else return{input:e,tokens:this.tokens,invalidReason:this.invalidReason}}get isValid(){return!this.disqualifyingUnit}get invalidReason(){return this.disqualifyingUnit?this.disqualifyingUnit.invalidReason:null}}function _s(t,e,n){return new Ts(t,n).explainFromTokens(e)}function _c(t,e,n){const{result:i,zone:r,specificOffset:s,invalidReason:a}=_s(t,e,n);return[i,r,s,a]}function Cs(t,e){if(!t)return null;const i=J.create(e,t).dtFormatter(Mc()),r=i.formatToParts(),s=i.resolvedOptions();return r.map(a=>bc(a,t,s))}const Yn="Invalid DateTime",Cc=864e13;function Tt(t){return new he("unsupported zone",`the zone "${t.name}" is not supported`)}function Gn(t){return t.weekData===null&&(t.weekData=Zt(t.c)),t.weekData}function Jn(t){return t.localWeekData===null&&(t.localWeekData=Zt(t.c,t.loc.getMinDaysInFirstWeek(),t.loc.getStartOfWeek())),t.localWeekData}function Ue(t,e){const n={ts:t.ts,zone:t.zone,c:t.c,o:t.o,loc:t.loc,invalid:t.invalid};return new b({...n,...e,old:n})}function Es(t,e,n){let i=t-e*60*1e3;const r=n.offset(i);if(e===r)return[i,e];i-=(r-e)*60*1e3;const s=n.offset(i);return r===s?[i,r]:[t-Math.min(r,s)*60*1e3,Math.max(r,s)]}function tn(t,e){t+=e*60*1e3;const n=new Date(t);return{year:n.getUTCFullYear(),month:n.getUTCMonth()+1,day:n.getUTCDate(),hour:n.getUTCHours(),minute:n.getUTCMinutes(),second:n.getUTCSeconds(),millisecond:n.getUTCMilliseconds()}}function nn(t,e,n){return Es(Jt(t),e,n)}function Os(t,e){const n=t.o,i=t.c.year+Math.trunc(e.years),r=t.c.month+Math.trunc(e.months)+Math.trunc(e.quarters)*3,s={...t.c,year:i,month:r,day:Math.min(t.c.day,Gt(i,r))+Math.trunc(e.days)+Math.trunc(e.weeks)*7},a=N.fromObject({years:e.years-Math.trunc(e.years),quarters:e.quarters-Math.trunc(e.quarters),months:e.months-Math.trunc(e.months),weeks:e.weeks-Math.trunc(e.weeks),days:e.days-Math.trunc(e.days),hours:e.hours,minutes:e.minutes,seconds:e.seconds,milliseconds:e.milliseconds}).as("milliseconds"),c=Jt(s);let[l,d]=Es(c,n,t.zone);return a!==0&&(l+=a,d=t.zone.offset(l)),{ts:l,o:d}}function it(t,e,n,i,r,s){const{setZone:a,zone:c}=n;if(t&&Object.keys(t).length!==0||e){const l=e||c,d=b.fromObject(t,{...n,zone:l,specificOffset:s});return a?d:d.setZone(c)}else return b.invalid(new he("unparsable",`the input "${r}" can't be parsed as ${i}`))}function rn(t,e,n=!0){return t.isValid?J.create(A.create("en-US"),{allowZ:n,forceSimple:!0}).formatDateTimeFromString(t,e):null}function Kn(t,e){const n=t.c.year>9999||t.c.year<0;let i="";return n&&t.c.year>=0&&(i+="+"),i+=Z(t.c.year,n?6:4),e?(i+="-",i+=Z(t.c.month),i+="-",i+=Z(t.c.day)):(i+=Z(t.c.month),i+=Z(t.c.day)),i}function js(t,e,n,i,r,s){let a=Z(t.c.hour);return e?(a+=":",a+=Z(t.c.minute),(t.c.millisecond!==0||t.c.second!==0||!n)&&(a+=":")):a+=Z(t.c.minute),(t.c.millisecond!==0||t.c.second!==0||!n)&&(a+=Z(t.c.second),(t.c.millisecond!==0||!i)&&(a+=".",a+=Z(t.c.millisecond,3))),r&&(t.isOffsetFixed&&t.offset===0&&!s?a+="Z":t.o<0?(a+="-",a+=Z(Math.trunc(-t.o/60)),a+=":",a+=Z(Math.trunc(-t.o%60))):(a+="+",a+=Z(Math.trunc(t.o/60)),a+=":",a+=Z(Math.trunc(t.o%60)))),s&&(a+="["+t.zone.ianaName+"]"),a}const Is={month:1,day:1,hour:0,minute:0,second:0,millisecond:0},Ec={weekNumber:1,weekday:1,hour:0,minute:0,second:0,millisecond:0},Oc={ordinal:1,hour:0,minute:0,second:0,millisecond:0},Ns=["year","month","day","hour","minute","second","millisecond"],jc=["weekYear","weekNumber","weekday","hour","minute","second","millisecond"],Ic=["year","ordinal","hour","minute","second","millisecond"];function Nc(t){const e={year:"year",years:"year",month:"month",months:"month",day:"day",days:"day",hour:"hour",hours:"hour",minute:"minute",minutes:"minute",quarter:"quarter",quarters:"quarter",second:"second",seconds:"second",millisecond:"millisecond",milliseconds:"millisecond",weekday:"weekday",weekdays:"weekday",weeknumber:"weekNumber",weeksnumber:"weekNumber",weeknumbers:"weekNumber",weekyear:"weekYear",weekyears:"weekYear",ordinal:"ordinal"}[t.toLowerCase()];if(!e)throw new li(t);return e}function Vs(t){switch(t.toLowerCase()){case"localweekday":case"localweekdays":return"localWeekday";case"localweeknumber":case"localweeknumbers":return"localWeekNumber";case"localweekyear":case"localweekyears":return"localWeekYear";default:return Nc(t)}}function Vc(t){if(_t===void 0&&(_t=W.now()),t.type!=="iana")return t.offset(_t);const e=t.name;let n=Qn.get(e);return n===void 0&&(n=t.offset(_t),Qn.set(e,n)),n}function Bs(t,e){const n=Ne(e.zone,W.defaultZone);if(!n.isValid)return b.invalid(Tt(n));const i=A.fromObject(e);let r,s;if(E(t.year))r=W.now();else{for(const l of Ns)E(t[l])&&(t[l]=Is[l]);const a=Zi(t)||Yi(t);if(a)return b.invalid(a);const c=Vc(n);[r,s]=nn(t,c,n)}return new b({ts:r,zone:n,loc:i,o:s})}function As(t,e,n){const i=E(n.round)?!0:n.round,r=(a,c)=>(a=Ln(a,i||n.calendary?0:2,!0),e.loc.clone(n).relFormatter(n).format(a,c)),s=a=>n.calendary?e.hasSame(t,a)?0:e.startOf(a).diff(t.startOf(a),a).get(a):e.diff(t,a).get(a);if(n.unit)return r(s(n.unit),n.unit);for(const a of n.units){const c=s(a);if(Math.abs(c)>=1)return r(c,a)}return r(t>e?-0:0,n.units[n.units.length-1])}function $s(t){let e={},n;return t.length>0&&typeof t[t.length-1]=="object"?(e=t[t.length-1],n=Array.from(t).slice(0,t.length-1)):n=Array.from(t),[e,n]}let _t;const Qn=new Map;class b{constructor(e){const n=e.zone||W.defaultZone;let i=e.invalid||(Number.isNaN(e.ts)?new he("invalid input"):null)||(n.isValid?null:Tt(n));this.ts=E(e.ts)?W.now():e.ts;let r=null,s=null;if(!i)if(e.old&&e.old.ts===this.ts&&e.old.zone.equals(n))[r,s]=[e.old.c,e.old.o];else{const c=Ve(e.o)&&!e.old?e.o:n.offset(this.ts);r=tn(this.ts,c),i=Number.isNaN(r.year)?new he("invalid input"):null,r=i?null:r,s=i?null:c}this._zone=n,this.loc=e.loc||A.create(),this.invalid=i,this.weekData=null,this.localWeekData=null,this.c=r,this.o=s,this.isLuxonDateTime=!0}static now(){return new b({})}static local(){const[e,n]=$s(arguments),[i,r,s,a,c,l,d]=n;return Bs({year:i,month:r,day:s,hour:a,minute:c,second:l,millisecond:d},e)}static utc(){const[e,n]=$s(arguments),[i,r,s,a,c,l,d]=n;return e.zone=X.utcInstance,Bs({year:i,month:r,day:s,hour:a,minute:c,second:l,millisecond:d},e)}static fromJSDate(e,n={}){const i=dl(e)?e.valueOf():NaN;if(Number.isNaN(i))return b.invalid("invalid input");const r=Ne(n.zone,W.defaultZone);return r.isValid?new b({ts:i,zone:r,loc:A.fromObject(n)}):b.invalid(Tt(r))}static fromMillis(e,n={}){if(Ve(e))return e<-864e13||e>Cc?b.invalid("Timestamp out of range"):new b({ts:e,zone:Ne(n.zone,W.defaultZone),loc:A.fromObject(n)});throw new G(`fromMillis requires a numerical input, but received a ${typeof e} with value ${e}`)}static fromSeconds(e,n={}){if(Ve(e))return new b({ts:e*1e3,zone:Ne(n.zone,W.defaultZone),loc:A.fromObject(n)});throw new G("fromSeconds requires a numerical input")}static fromObject(e,n={}){e=e||{};const i=Ne(n.zone,W.defaultZone);if(!i.isValid)return b.invalid(Tt(i));const r=A.fromObject(n),s=Qt(e,Vs),{minDaysInFirstWeek:a,startOfWeek:c}=qi(s,r),l=W.now(),d=E(n.specificOffset)?i.offset(l):n.specificOffset,u=!E(s.ordinal),h=!E(s.year),p=!E(s.month)||!E(s.day),f=h||p,m=s.weekYear||s.weekNumber;if((f||u)&&m)throw new Ye("Can't mix weekYear/weekNumber units with year/month/day or ordinals");if(p&&u)throw new Ye("Can't mix ordinal dates with month/day");const y=m||s.weekday&&!f;let g,w,x=tn(l,d);y?(g=jc,w=Ec,x=Zt(x,a,c)):u?(g=Ic,w=Oc,x=Fn(x)):(g=Ns,w=Is);let v=!1;for(const C of g){const V=s[C];E(V)?v?s[C]=w[C]:s[C]=x[C]:v=!0}const k=y?al(s,a,c):u?ll(s):Zi(s),D=k||Yi(s);if(D)return b.invalid(D);const M=y?Wi(s,a,c):u?Ui(s):s,[T,O]=nn(M,d,i),j=new b({ts:T,zone:i,o:O,loc:r});return s.weekday&&f&&e.weekday!==j.weekday?b.invalid("mismatched weekday",`you can't specify both a weekday of ${s.weekday} and a date of ${j.toISO()}`):j.isValid?j:b.invalid(j.invalid)}static fromISO(e,n={}){const[i,r]=Xl(e);return it(i,r,n,"ISO 8601",e)}static fromRFC2822(e,n={}){const[i,r]=ec(e);return it(i,r,n,"RFC 2822",e)}static fromHTTP(e,n={}){const[i,r]=tc(e);return it(i,r,n,"HTTP",n)}static fromFormat(e,n,i={}){if(E(e)||E(n))throw new G("fromFormat requires an input string and a format");const{locale:r=null,numberingSystem:s=null}=i,a=A.fromOpts({locale:r,numberingSystem:s,defaultToEN:!0}),[c,l,d,u]=_c(a,e,n);return u?b.invalid(u):it(c,l,i,`format ${n}`,e,d)}static fromString(e,n,i={}){return b.fromFormat(e,n,i)}static fromSQL(e,n={}){const[i,r]=lc(e);return it(i,r,n,"SQL",e)}static invalid(e,n=null){if(!e)throw new G("need to specify a reason the DateTime is invalid");const i=e instanceof he?e:new he(e,n);if(W.throwOnInvalid)throw new Ba(i);return new b({invalid:i})}static isDateTime(e){return e&&e.isLuxonDateTime||!1}static parseFormatForOpts(e,n={}){const i=Cs(e,A.fromObject(n));return i?i.map(r=>r?r.val:null).join(""):null}static expandFormat(e,n={}){return Ms(J.parseFormat(e),A.fromObject(n)).map(r=>r.val).join("")}static resetCache(){_t=void 0,Qn.clear()}get(e){return this[e]}get isValid(){return this.invalid===null}get invalidReason(){return this.invalid?this.invalid.reason:null}get invalidExplanation(){return this.invalid?this.invalid.explanation:null}get locale(){return this.isValid?this.loc.locale:null}get numberingSystem(){return this.isValid?this.loc.numberingSystem:null}get outputCalendar(){return this.isValid?this.loc.outputCalendar:null}get zone(){return this._zone}get zoneName(){return this.isValid?this.zone.name:null}get year(){return this.isValid?this.c.year:NaN}get quarter(){return this.isValid?Math.ceil(this.c.month/3):NaN}get month(){return this.isValid?this.c.month:NaN}get day(){return this.isValid?this.c.day:NaN}get hour(){return this.isValid?this.c.hour:NaN}get minute(){return this.isValid?this.c.minute:NaN}get second(){return this.isValid?this.c.second:NaN}get millisecond(){return this.isValid?this.c.millisecond:NaN}get weekYear(){return this.isValid?Gn(this).weekYear:NaN}get weekNumber(){return this.isValid?Gn(this).weekNumber:NaN}get weekday(){return this.isValid?Gn(this).weekday:NaN}get isWeekend(){return this.isValid&&this.loc.getWeekendDays().includes(this.weekday)}get localWeekday(){return this.isValid?Jn(this).weekday:NaN}get localWeekNumber(){return this.isValid?Jn(this).weekNumber:NaN}get localWeekYear(){return this.isValid?Jn(this).weekYear:NaN}get ordinal(){return this.isValid?Fn(this.c).ordinal:NaN}get monthShort(){return this.isValid?ve.months("short",{locObj:this.loc})[this.month-1]:null}get monthLong(){return this.isValid?ve.months("long",{locObj:this.loc})[this.month-1]:null}get weekdayShort(){return this.isValid?ve.weekdays("short",{locObj:this.loc})[this.weekday-1]:null}get weekdayLong(){return this.isValid?ve.weekdays("long",{locObj:this.loc})[this.weekday-1]:null}get offset(){return this.isValid?+this.o:NaN}get offsetNameShort(){return this.isValid?this.zone.offsetName(this.ts,{format:"short",locale:this.locale}):null}get offsetNameLong(){return this.isValid?this.zone.offsetName(this.ts,{format:"long",locale:this.locale}):null}get isOffsetFixed(){return this.isValid?this.zone.isUniversal:null}get isInDST(){return this.isOffsetFixed?!1:this.offset>this.set({month:1,day:1}).offset||this.offset>this.set({month:5}).offset}getPossibleOffsets(){if(!this.isValid||this.isOffsetFixed)return[this];const e=864e5,n=6e4,i=Jt(this.c),r=this.zone.offset(i-e),s=this.zone.offset(i+e),a=this.zone.offset(i-r*n),c=this.zone.offset(i-s*n);if(a===c)return[this];const l=i-a*n,d=i-c*n,u=tn(l,a),h=tn(d,c);return u.hour===h.hour&&u.minute===h.minute&&u.second===h.second&&u.millisecond===h.millisecond?[Ue(this,{ts:l}),Ue(this,{ts:d})]:[this]}get isInLeapYear(){return bt(this.year)}get daysInMonth(){return Gt(this.year,this.month)}get daysInYear(){return this.isValid?Je(this.year):NaN}get weeksInWeekYear(){return this.isValid?kt(this.weekYear):NaN}get weeksInLocalWeekYear(){return this.isValid?kt(this.localWeekYear,this.loc.getMinDaysInFirstWeek(),this.loc.getStartOfWeek()):NaN}resolvedLocaleOptions(e={}){const{locale:n,numberingSystem:i,calendar:r}=J.create(this.loc.clone(e),e).resolvedOptions(this);return{locale:n,numberingSystem:i,outputCalendar:r}}toUTC(e=0,n={}){return this.setZone(X.instance(e),n)}toLocal(){return this.setZone(W.defaultZone)}setZone(e,{keepLocalTime:n=!1,keepCalendarTime:i=!1}={}){if(e=Ne(e,W.defaultZone),e.equals(this.zone))return this;if(e.isValid){let r=this.ts;if(n||i){const s=e.offset(this.ts),a=this.toObject();[r]=nn(a,s,e)}return Ue(this,{ts:r,zone:e})}else return b.invalid(Tt(e))}reconfigure({locale:e,numberingSystem:n,outputCalendar:i}={}){const r=this.loc.clone({locale:e,numberingSystem:n,outputCalendar:i});return Ue(this,{loc:r})}setLocale(e){return this.reconfigure({locale:e})}set(e){if(!this.isValid)return this;const n=Qt(e,Vs),{minDaysInFirstWeek:i,startOfWeek:r}=qi(n,this.loc),s=!E(n.weekYear)||!E(n.weekNumber)||!E(n.weekday),a=!E(n.ordinal),c=!E(n.year),l=!E(n.month)||!E(n.day),d=c||l,u=n.weekYear||n.weekNumber;if((d||a)&&u)throw new Ye("Can't mix weekYear/weekNumber units with year/month/day or ordinals");if(l&&a)throw new Ye("Can't mix ordinal dates with month/day");let h;s?h=Wi({...Zt(this.c,i,r),...n},i,r):E(n.ordinal)?(h={...this.toObject(),...n},E(n.day)&&(h.day=Math.min(Gt(h.year,h.month),h.day))):h=Ui({...Fn(this.c),...n});const[p,f]=nn(h,this.o,this.zone);return Ue(this,{ts:p,o:f})}plus(e){if(!this.isValid)return this;const n=N.fromDurationLike(e);return Ue(this,Os(this,n))}minus(e){if(!this.isValid)return this;const n=N.fromDurationLike(e).negate();return Ue(this,Os(this,n))}startOf(e,{useLocaleWeeks:n=!1}={}){if(!this.isValid)return this;const i={},r=N.normalizeUnit(e);switch(r){case"years":i.month=1;case"quarters":case"months":i.day=1;case"weeks":case"days":i.hour=0;case"hours":i.minute=0;case"minutes":i.second=0;case"seconds":i.millisecond=0;break}if(r==="weeks")if(n){const s=this.loc.getStartOfWeek(),{weekday:a}=this;a<s&&(i.weekNumber=this.weekNumber-1),i.weekday=s}else i.weekday=1;if(r==="quarters"){const s=Math.ceil(this.month/3);i.month=(s-1)*3+1}return this.set(i)}endOf(e,n){return this.isValid?this.plus({[e]:1}).startOf(e,n).minus(1):this}toFormat(e,n={}){return this.isValid?J.create(this.loc.redefaultToEN(n)).formatDateTimeFromString(this,e):Yn}toLocaleString(e=Wt,n={}){return this.isValid?J.create(this.loc.clone(n),e).formatDateTime(this):Yn}toLocaleParts(e={}){return this.isValid?J.create(this.loc.clone(e),e).formatDateTimeParts(this):[]}toISO({format:e="extended",suppressSeconds:n=!1,suppressMilliseconds:i=!1,includeOffset:r=!0,extendedZone:s=!1}={}){if(!this.isValid)return null;const a=e==="extended";let c=Kn(this,a);return c+="T",c+=js(this,a,n,i,r,s),c}toISODate({format:e="extended"}={}){return this.isValid?Kn(this,e==="extended"):null}toISOWeekDate(){return rn(this,"kkkk-'W'WW-c")}toISOTime({suppressMilliseconds:e=!1,suppressSeconds:n=!1,includeOffset:i=!0,includePrefix:r=!1,extendedZone:s=!1,format:a="extended"}={}){return this.isValid?(r?"T":"")+js(this,a==="extended",n,e,i,s):null}toRFC2822(){return rn(this,"EEE, dd LLL yyyy HH:mm:ss ZZZ",!1)}toHTTP(){return rn(this.toUTC(),"EEE, dd LLL yyyy HH:mm:ss 'GMT'")}toSQLDate(){return this.isValid?Kn(this,!0):null}toSQLTime({includeOffset:e=!0,includeZone:n=!1,includeOffsetSpace:i=!0}={}){let r="HH:mm:ss.SSS";return(n||e)&&(i&&(r+=" "),n?r+="z":e&&(r+="ZZ")),rn(this,r,!0)}toSQL(e={}){return this.isValid?`${this.toSQLDate()} ${this.toSQLTime(e)}`:null}toString(){return this.isValid?this.toISO():Yn}[Symbol.for("nodejs.util.inspect.custom")](){return this.isValid?`DateTime { ts: ${this.toISO()}, zone: ${this.zone.name}, locale: ${this.locale} }`:`DateTime { Invalid, reason: ${this.invalidReason} }`}valueOf(){return this.toMillis()}toMillis(){return this.isValid?this.ts:NaN}toSeconds(){return this.isValid?this.ts/1e3:NaN}toUnixInteger(){return this.isValid?Math.floor(this.ts/1e3):NaN}toJSON(){return this.toISO()}toBSON(){return this.toJSDate()}toObject(e={}){if(!this.isValid)return{};const n={...this.c};return e.includeConfig&&(n.outputCalendar=this.outputCalendar,n.numberingSystem=this.loc.numberingSystem,n.locale=this.loc.locale),n}toJSDate(){return new Date(this.isValid?this.ts:NaN)}diff(e,n="milliseconds",i={}){if(!this.isValid||!e.isValid)return N.invalid("created by diffing an invalid DateTime");const r={locale:this.locale,numberingSystem:this.numberingSystem,...i},s=ul(n).map(N.normalizeUnit),a=e.valueOf()>this.valueOf(),c=a?this:e,l=a?e:this,d=mc(c,l,s,r);return a?d.negate():d}diffNow(e="milliseconds",n={}){return this.diff(b.now(),e,n)}until(e){return this.isValid?L.fromDateTimes(this,e):this}hasSame(e,n,i){if(!this.isValid)return!1;const r=e.valueOf(),s=this.setZone(e.zone,{keepLocalTime:!0});return s.startOf(n,i)<=r&&r<=s.endOf(n,i)}equals(e){return this.isValid&&e.isValid&&this.valueOf()===e.valueOf()&&this.zone.equals(e.zone)&&this.loc.equals(e.loc)}toRelative(e={}){if(!this.isValid)return null;const n=e.base||b.fromObject({},{zone:this.zone}),i=e.padding?this<n?-e.padding:e.padding:0;let r=["years","months","days","hours","minutes","seconds"],s=e.unit;return Array.isArray(e.unit)&&(r=e.unit,s=void 0),As(n,this.plus(i),{...e,numeric:"always",units:r,unit:s})}toRelativeCalendar(e={}){return this.isValid?As(e.base||b.fromObject({},{zone:this.zone}),this,{...e,numeric:"auto",units:["years","months","days"],calendary:!0}):null}static min(...e){if(!e.every(b.isDateTime))throw new G("min requires all arguments be DateTimes");return Ki(e,n=>n.valueOf(),Math.min)}static max(...e){if(!e.every(b.isDateTime))throw new G("max requires all arguments be DateTimes");return Ki(e,n=>n.valueOf(),Math.max)}static fromFormatExplain(e,n,i={}){const{locale:r=null,numberingSystem:s=null}=i,a=A.fromOpts({locale:r,numberingSystem:s,defaultToEN:!0});return _s(a,e,n)}static fromStringExplain(e,n,i={}){return b.fromFormatExplain(e,n,i)}static buildFormatParser(e,n={}){const{locale:i=null,numberingSystem:r=null}=n,s=A.fromOpts({locale:i,numberingSystem:r,defaultToEN:!0});return new Ts(s,e)}static fromFormatParser(e,n,i={}){if(E(e)||E(n))throw new G("fromFormatParser requires an input string and a format parser");const{locale:r=null,numberingSystem:s=null}=i,a=A.fromOpts({locale:r,numberingSystem:s,defaultToEN:!0});if(!a.equals(n.locale))throw new G(`fromFormatParser called with a locale of ${a}, but the format parser was created for ${n.locale}`);const{result:c,zone:l,specificOffset:d,invalidReason:u}=n.explainFromTokens(e);return u?b.invalid(u):it(c,l,i,`format ${n.format}`,e,d)}static get DATE_SHORT(){return Wt}static get DATE_MED(){return ci}static get DATE_MED_WITH_WEEKDAY(){return Pa}static get DATE_FULL(){return di}static get DATE_HUGE(){return ui}static get TIME_SIMPLE(){return hi}static get TIME_WITH_SECONDS(){return pi}static get TIME_WITH_SHORT_OFFSET(){return fi}static get TIME_WITH_LONG_OFFSET(){return mi}static get TIME_24_SIMPLE(){return yi}static get TIME_24_WITH_SECONDS(){return gi}static get TIME_24_WITH_SHORT_OFFSET(){return xi}static get TIME_24_WITH_LONG_OFFSET(){return wi}static get DATETIME_SHORT(){return vi}static get DATETIME_SHORT_WITH_SECONDS(){return bi}static get DATETIME_MED(){return ki}static get DATETIME_MED_WITH_SECONDS(){return Si}static get DATETIME_MED_WITH_WEEKDAY(){return Fa}static get DATETIME_FULL(){return Di}static get DATETIME_FULL_WITH_SECONDS(){return Mi}static get DATETIME_HUGE(){return Ti}static get DATETIME_HUGE_WITH_SECONDS(){return _i}}function Ct(t){if(b.isDateTime(t))return t;if(t&&t.valueOf&&Ve(t.valueOf()))return b.fromJSDate(t);if(t&&typeof t=="object")return b.fromObject(t);throw new G(`Unknown datetime argument: ${t}, of type ${typeof t}`)}const oe=()=>`_${Math.random().toString(36).substr(2,9)}`,Ps=function({dateOne:e,dateTwo:n,format:i,locale:r}){let s="";return e&&(s=b.fromISO(e).toFormat(i,{locale:r})),n&&(s+=" - "+b.fromISO(n).toFormat(i,{locale:r})),s},$e=t=>typeof t!="string"?"":t.charAt(0).toUpperCase()+t.slice(1),Bc={key:0,class:"cpBadge__icon"},Ac={class:"cpBadge__label"},$c=["neutral","blue","green","red","orange","purple","teal","pink","yellow"],Pc={__name:"CpBadge",props:{color:{type:String,default:"",validator:t=>$c.includes(t)||t===""},isSolid:{type:Boolean,default:!1},isPlain:{type:Boolean,default:!1},isClearable:{type:Boolean,default:!1},icon:{type:String,default:""}},emits:["on-clear"],setup(t,{emit:e}){const n=t,i=e,r=o.useSlots(),s=o.computed(()=>$e(n.color)),a=o.computed(()=>!!r.icon),c=o.computed(()=>{const d=n.icon!==""||a.value;return{"cpBadge--isSolid":n.isSolid,"cpBadge--isPlain":n.isPlain,"cpBadge--hasIcon":d,"cpBadge--isClearable":n.isClearable,[`cpBadge--is${s.value}`]:s.value}}),l=()=>{i("on-clear")};return(d,u)=>{const h=o.resolveComponent("cp-icon");return o.openBlock(),o.createElementBlock("div",{class:o.normalizeClass(["cpBadge",c.value])},[a.value?(o.openBlock(),o.createElementBlock("span",Bc,[o.renderSlot(d.$slots,"icon")])):t.icon?(o.openBlock(),o.createBlock(h,{key:1,type:t.icon,class:"cpBadge__icon"},null,8,["type"])):o.createCommentVNode("",!0),o.createElementVNode("span",Ac,[o.renderSlot(d.$slots,"default")]),t.isClearable?(o.openBlock(),o.createElementBlock("button",{key:2,class:"cpBadge__clear",type:"button",onClick:l},[o.createVNode(h,{class:"cpBadge__icon cpBadge__icon--isClear",type:"x"})])):o.createCommentVNode("",!0)],2)}}},Fs=(t=document)=>{if(t===null)return[];const e=[...t.querySelectorAll('a, button, input, textarea, select, details,[tabindex]:not([tabindex="-1"])')];return e.length?e.filter(n=>{const i=n.hasAttribute("disabled"),r=n.offsetHeight!==0&&n.offsetWidth!==0,a=n instanceof HTMLInputElement&&n.type==="radio"&&n.checked===!1;return!i&&r&&!a}):t instanceof HTMLElement?[t]:[]},Fc=(t,e)=>{const n=Fs(e),i=n[0],r=n[n.length-1],s=!t.shiftKey&&document.activeElement===r,a=t.shiftKey&&document.activeElement===i;s?(t.preventDefault(),i.focus()):a&&(t.preventDefault(),r.focus())},Rc={class:"cpDialog"},zc=["onKeydown"],Lc={key:0,class:"cpDialog__header"},Hc={class:"cpDialog__content"},Wc={key:1,class:"cpDialog__footer"},Uc={__name:"CpDialog",props:{maxWidth:{type:Number,default:600}},emits:["close"],setup(t,{emit:e}){const n=t,i=e,r=o.useSlots(),s=o.ref(),a=o.ref(),c=o.computed(()=>({maxWidth:`${n.maxWidth}px`})),l=o.computed(()=>!!r.header),d=o.computed(()=>!!r.footer),u=()=>i("close"),h=y=>Fc(y,a.value),p=()=>s.value.show(),f=()=>s.value.close(),m=()=>{const y=Fs(a.value);y.length&&y[0].focus()};return o.onMounted(()=>{p(),o.nextTick(()=>m())}),o.onBeforeUnmount(()=>{f()}),(y,g)=>{const w=o.resolveComponent("cp-icon");return o.openBlock(),o.createElementBlock("div",Rc,[o.createElementVNode("dialog",{ref_key:"dialogElement",ref:s,class:"cpDialog__dialog",onKeydown:o.withKeys(o.withModifiers(u,["stop","prevent"]),["esc"])},[g[0]||(g[0]=o.createElementVNode("div",{class:"cpDialog__overlay"},null,-1)),o.createElementVNode("main",{ref_key:"dialogContainer",ref:a,class:"cpDialog__container",style:o.normalizeStyle(c.value),onKeydown:o.withKeys(h,["tab"])},[l.value?(o.openBlock(),o.createElementBlock("header",Lc,[o.renderSlot(y.$slots,"header"),o.createElementVNode("button",{type:"button",class:"cpDialog__close",onClick:u},[o.createVNode(w,{type:"x"})])])):o.createCommentVNode("",!0),o.renderSlot(y.$slots,"default",{},()=>[o.createElementVNode("section",Hc,[o.renderSlot(y.$slots,"content")])]),d.value?(o.openBlock(),o.createElementBlock("footer",Wc,[o.renderSlot(y.$slots,"footer")])):o.createCommentVNode("",!0)],36)],40,zc)])}}},Y=(t,e)=>{const n=t.__vccOpts||t;for(const[i,r]of e)n[i]=r;return n},qc={},Zc={class:"cpDialogWrapper"};function Yc(t,e){return o.openBlock(),o.createBlock(o.Teleport,{to:"body"},[o.createElementVNode("div",Zc,[o.createVNode(o.TransitionGroup,{name:"dialog"},{default:o.withCtx(()=>[o.renderSlot(t.$slots,"default")]),_:3})])])}const Gc=Y(qc,[["render",Yc]]),Jc={key:0},Kc={__name:"CpTooltip",props:{content:{type:String,default:""},distance:{type:Number,default:8}},setup(t){return(e,n)=>(o.openBlock(),o.createBlock(o.unref(Va),{"popper-class":"cpTooltip",distance:t.distance,container:!1},{popper:o.withCtx(()=>[t.content?(o.openBlock(),o.createElementBlock("span",Jc,o.toDisplayString(t.content),1)):o.renderSlot(e.$slots,"content",{key:1})]),default:o.withCtx(()=>[o.renderSlot(e.$slots,"default")]),_:3},8,["distance"]))}},Xn=["h1","h2","h3","h4","h5","h6"],Rs=[100,200,300,400,500,600,700,800,900],Qc={props:{headingLevel:{type:String,default:Xn[0],validator:t=>Xn.includes(t),required:!1},size:{type:Number,default:Rs[4],validator:t=>Rs.includes(t),required:!1}},data(){return{headingLevels:Xn}}};function Xc(t,e,n,i,r,s){return o.openBlock(),o.createBlock(o.resolveDynamicComponent(t.$props.headingLevel),o.mergeProps(t.$attrs,{class:[`cpHeading--${n.size}`,"cpHeading"]}),{default:o.withCtx(()=>[o.renderSlot(t.$slots,"default")]),_:3},16,["class"])}const zs=Y(Qc,[["render",Xc]]),er={BLUE:"blue",PURPLE:"purple",GREEN:"green",ORANGE:"orange",RED:"red"},st={BLUE:er.BLUE,PURPLE:er.PURPLE},ed={props:{color:{type:String,default:"#ff6700"}}},td={id:"loader-1",version:"1.1",xmlns:"http://www.w3.org/2000/svg",x:"0px",y:"0px",width:"40px",height:"40px",viewBox:"0 0 40 40","enable-background":"new 0 0 40 40","xml:space":"preserve"},nd=["fill"],rd=["fill"];function id(t,e,n,i,r,s){return o.openBlock(),o.createElementBlock("svg",td,[o.createElementVNode("path",{opacity:"0.2",fill:n.color,d:"M20.201,5.169c-8.254,0-14.946,6.692-14.946,14.946c0,8.255,6.692,14.946,14.946,14.946 s14.946-6.691,14.946-14.946C35.146,11.861,28.455,5.169,20.201,5.169z M20.201,31.749c-6.425,0-11.634-5.208-11.634-11.634 c0-6.425,5.209-11.634,11.634-11.634c6.425,0,11.633,5.209,11.633,11.634C31.834,26.541,26.626,31.749,20.201,31.749z"},null,8,nd),o.createElementVNode("path",{fill:n.color,d:"M26.013,10.047l1.654-2.866c-2.198-1.272-4.743-2.012-7.466-2.012h0v3.312h0 C22.32,8.481,24.301,9.057,26.013,10.047z"},e[0]||(e[0]=[o.createElementVNode("animateTransform",{attributeType:"xml",attributeName:"transform",type:"rotate",from:"0 20 20",to:"360 20 20",dur:"0.5s",repeatCount:"indefinite"},null,-1)]),8,rd)])}const Ls=Y(ed,[["render",id]]),Hs={default:"default",primary:"primary",minimal:"minimal"},Ws={button:"button",a:"a"},Us={button:"button",submit:"submit",reset:"reset"},sd={components:{CpLoader:Ls},props:{appearance:{type:String,default:Hs.default,validator:t=>({}).propertyIsEnumerable.call(Hs,t)},color:{type:String,default:"",validator:t=>Object.values(er).includes(t)||t===""},disabled:{type:Boolean,default:!1},tag:{type:String,default:Ws.button,validator:t=>({}).propertyIsEnumerable.call(Ws,t)},type:{type:String,default:Us.button,validator:t=>({}).propertyIsEnumerable.call(Us,t)},isLoading:{type:Boolean,default:!1},isSquare:{type:Boolean,default:!1},isLarge:{type:Boolean,default:!1}},emits:["click"],computed:{capitalizedAppearance(){return $e(this.appearance)},capitalizedColor(){return $e(this.color)},dynamicClasses(){return[`cpButton--is${this.capitalizedAppearance}`,this.capitalizedColor&&`cpButton--is${this.capitalizedColor}`,{"cpButton--isDisabled":this.isButtonDisabled,"cpButton--isIcon":!this.hasLabel,"cpButton--isLoading":this.isLoading,"cpButton--isSquare":this.isSquare,"cpButton--isLarge":this.isLarge}]},hasLabel(){return!!this.$slots.default},hasIconBefore(){return!!this.$slots["icon-before"]},hasIconAfter(){return!!this.$slots["icon-after"]},isButtonDisabled(){return this.disabled||this.isLoading?!0:null}},methods:{handleClick(t){this.isButtonDisabled||this.$emit("click",t)}}},od={class:"cpButton__body"},ad={key:0,class:"cpButton__loader"},ld={key:1,class:"cpButton__icon cpButton__icon--isBefore"},cd={key:2},dd={key:3,class:"cpButton__icon cpButton__icon--isAfter"};function ud(t,e,n,i,r,s){const a=o.resolveComponent("cp-loader");return o.openBlock(),o.createBlock(o.resolveDynamicComponent(n.tag),{type:n.type,"aria-disabled":s.isButtonDisabled,disabled:s.isButtonDisabled,class:o.normalizeClass([s.dynamicClasses,"cpButton"]),role:"button",tabindex:"0",onClick:s.handleClick},{default:o.withCtx(()=>[o.createElementVNode("span",od,[n.isLoading?(o.openBlock(),o.createElementBlock("span",ad,[o.createVNode(a,{color:"#B2B2BD"})])):o.createCommentVNode("",!0),s.hasIconBefore?(o.openBlock(),o.createElementBlock("span",ld,[o.renderSlot(t.$slots,"icon-before")])):o.createCommentVNode("",!0),s.hasLabel?(o.openBlock(),o.createElementBlock("span",cd,[o.renderSlot(t.$slots,"default")])):o.createCommentVNode("",!0),s.hasIconAfter?(o.openBlock(),o.createElementBlock("span",dd,[o.renderSlot(t.$slots,"icon-after")])):o.createCommentVNode("",!0)])]),_:3},8,["type","aria-disabled","disabled","class","onClick"])}const qs=Y(sd,[["render",ud]]),hd={props:{modelValue:{type:[String,Date],default:""},minDate:{type:[String,Date],default:b.now().minus({year:120}).toISO()},maxDate:{type:[String,Date],default:b.now().toISO()},label:{type:String,default:""},required:{type:Boolean,default:!1},disabled:{type:Boolean,default:!1},isInvalid:{type:Boolean,default:!1},errorMessage:{type:String,default:""},displayErrorMessage:{type:Boolean,default:!0},autocompleteBirthday:{type:Boolean,default:!1},locale:{type:String,default:()=>navigator.language},inputsOptions:{type:Object,default:()=>{}}},emits:["update:modelValue","on-validation"],data(){return{day:this.initDateToken("day"),month:this.initDateToken("month"),year:this.initDateToken("year")}},computed:{formattedLabel(){const t=this.required&&this.label?"*":"";return`${$e(this.label)} ${t}`},cpDateId(){return oe()},minYear(){return this.isoMinDate.year},maxYear(){return this.isoMaxDate.year},monthMaxDay(){return b.fromObject({year:this.year&&this.year.length<=4?Number(this.year):b.now().year,month:this.month?Number(this.month):b.now().month,day:1}).daysInMonth},months(){return ve.months("long",{locale:this.locale}).map((e,n)=>({label:$e(e),value:n+1}))},isoDate(){return b.fromObject({year:Number(this.year),month:Number(this.month),day:Number(this.day)}).toISODate()},isoMinDate(){return b.fromISO(this.minDate)},isoMaxDate(){return b.fromISO(this.maxDate)},isDateAfterMinDate(){return this.isoDate>=this.isoMinDate.toISODate()},isDateBeforeMaxDate(){return this.isoDate<=this.isoMaxDate.toISODate()},areInputsEmpty(){return this.day===""&&this.month===""&&this.year===""},isDateValid(){return this.areInputsEmpty&&!this.required?!0:!this.isInvalid&&this.isDayValid&&this.isMonthValid&&this.isYearValid&&this.isDateBeforeMaxDate&&this.isDateAfterMinDate},isDayValid(){return this.day>=1&&this.day<=this.monthMaxDay},isMonthValid(){return!!this.month},isYearValid(){return this.year>=this.minYear&&this.year<=this.maxYear},advancedErrorMessage(){return this.isDateValid||!this.displayErrorMessage?"":this.errorMessage?this.errorMessage:this.isMonthValid?this.isDayValid?this.isYearValid?this.isDateBeforeMaxDate?this.isDateAfterMinDate?"":`The date can't be before ${this.isoMinDate.toFormat("DDD")}.`:`The date can't be after ${this.isoMaxDate.toFormat("DDD")}.`:`Year must be in the range ${this.minYear} – ${this.maxYear}.`:`Day must be in the range 1 – ${this.monthMaxDay}.`:"Month is required."},dynamicClasses(){return{"cpDate--isInvalid":!this.isDateValid,"cpDate--isDisabled":this.disabled}},selectDynamicClass(){return{"cpDate__month--isEmpty":!this.month}},autocompleteFields(){return this.autocompleteBirthday?{day:"bday-day",month:"bday-month",year:"bday-year"}:"off"},dayInputPlaceholder(){var t;return((t=this.inputsOptions)==null?void 0:t.dayInputPlaceholder)||"DD"},monthInputPlaceholder(){var t;return((t=this.inputsOptions)==null?void 0:t.monthInputPlaceholder)||"Months"},yearInputPlaceholder(){var t;return((t=this.inputsOptions)==null?void 0:t.yearInputPlaceholder)||"YYYY"}},watch:{day(){this.handleUpdate()},month(){this.handleUpdate()},year(){this.handleUpdate()}},methods:{initDateToken(t){return b.fromISO(this.modelValue).invalid?"":b.fromISO(this.modelValue)[t]},handleUpdate(){this.$emit("update:modelValue",this.isoDate),this.$emit("on-validation",this.isDateValid)}}},pd=["for"],fd={class:"cpDate__inputs"},md=["placeholder","required","disabled","autocomplete"],yd=["id","required","disabled","autocomplete"],gd={value:""},xd=["value"],wd=["placeholder","disabled","required","autocomplete"],vd={key:0,class:"cpDate__errorMessage"};function bd(t,e,n,i,r,s){const a=o.resolveComponent("cp-icon"),c=o.resolveComponent("transition-expand"),l=o.resolveDirective("maska");return o.openBlock(),o.createElementBlock("div",{class:o.normalizeClass(["cpDate",s.dynamicClasses])},[n.label?(o.openBlock(),o.createElementBlock("label",{key:0,class:"cpDate__label",for:s.cpDateId},[o.createTextVNode(o.toDisplayString(s.formattedLabel)+" ",1),s.isDateValid?o.createCommentVNode("",!0):(o.openBlock(),o.createBlock(a,{key:0,type:"alert-circle"}))],8,pd)):o.createCommentVNode("",!0),o.createElementVNode("div",fd,[o.withDirectives(o.createElementVNode("input",{"onUpdate:modelValue":e[0]||(e[0]=d=>r.day=d),"data-maska":"##",placeholder:s.dayInputPlaceholder,class:"cpDate__day",inputmode:"numeric",maxlength:"2",required:n.required,disabled:n.disabled,autocomplete:s.autocompleteFields.day},null,8,md),[[o.vModelText,r.day],[l]]),e[3]||(e[3]=o.createElementVNode("div",{class:"cpDate__divider"},null,-1)),o.createElementVNode("div",{class:o.normalizeClass(["cpDate__month",s.selectDynamicClass])},[o.withDirectives(o.createElementVNode("select",{id:s.cpDateId,"onUpdate:modelValue":e[1]||(e[1]=d=>r.month=d),required:n.required,disabled:n.disabled,autocomplete:s.autocompleteFields.month},[o.createElementVNode("option",gd,o.toDisplayString(s.monthInputPlaceholder),1),(o.openBlock(!0),o.createElementBlock(o.Fragment,null,o.renderList(s.months,(d,u)=>(o.openBlock(),o.createElementBlock("option",{key:u,value:d.value},o.toDisplayString(d.label),9,xd))),128))],8,yd),[[o.vModelSelect,r.month]])],2),e[4]||(e[4]=o.createElementVNode("div",{class:"cpDate__divider"},null,-1)),o.withDirectives(o.createElementVNode("input",{"onUpdate:modelValue":e[2]||(e[2]=d=>r.year=d),"data-maska":"####",placeholder:s.yearInputPlaceholder,class:"cpDate__year",inputmode:"numeric",maxlength:"4",disabled:n.disabled,required:n.required,autocomplete:s.autocompleteFields.year},null,8,wd),[[o.vModelText,r.year],[l]])]),o.createVNode(c,null,{default:o.withCtx(()=>[s.advancedErrorMessage?(o.openBlock(),o.createElementBlock("div",vd,o.toDisplayString(s.advancedErrorMessage),1)):o.createCommentVNode("",!0)]),_:1})],2)}const kd=Y(hd,[["render",bd]]),Sd={componentUpdated:Zs,inserted:Zs};function Zs(t){const e=document.createElement("select");e.className=t.className;const n=document.createElement("option");n.textContent=t.value,e.appendChild(n),t.parentNode.appendChild(e),t.style.width=e.offsetWidth+"px",e.parentNode.removeChild(e)}function Dd(t){return t&&t.__esModule&&Object.prototype.hasOwnProperty.call(t,"default")?t.default:t}var sn={exports:{}},Md=sn.exports,Ys;function Td(){return Ys||(Ys=1,function(t,e){(function(i,r){t.exports=r()})(typeof self<"u"?self:Md,function(){return function(n){var i={};function r(s){if(i[s])return i[s].exports;var a=i[s]={i:s,l:!1,exports:{}};return n[s].call(a.exports,a,a.exports,r),a.l=!0,a.exports}return r.m=n,r.c=i,r.d=function(s,a,c){r.o(s,a)||Object.defineProperty(s,a,{configurable:!1,enumerable:!0,get:c})},r.r=function(s){Object.defineProperty(s,"__esModule",{value:!0})},r.n=function(s){var a=s&&s.__esModule?function(){return s.default}:function(){return s};return r.d(a,"a",a),a},r.o=function(s,a){return Object.prototype.hasOwnProperty.call(s,a)},r.p="",r(r.s=0)}({"./dist/icons.json":function(n){n.exports={activity:'<polyline points="22 12 18 12 15 21 9 3 6 12 2 12"></polyline>',airplay:'<path d="M5 17H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2h-1"></path><polygon points="12 15 17 21 7 21 12 15"></polygon>',"alert-circle":'<circle cx="12" cy="12" r="10"></circle><line x1="12" y1="8" x2="12" y2="12"></line><line x1="12" y1="16" x2="12.01" y2="16"></line>',"alert-octagon":'<polygon points="7.86 2 16.14 2 22 7.86 22 16.14 16.14 22 7.86 22 2 16.14 2 7.86 7.86 2"></polygon><line x1="12" y1="8" x2="12" y2="12"></line><line x1="12" y1="16" x2="12.01" y2="16"></line>',"alert-triangle":'<path d="M10.29 3.86L1.82 18a2 2 0 0 0 1.71 3h16.94a2 2 0 0 0 1.71-3L13.71 3.86a2 2 0 0 0-3.42 0z"></path><line x1="12" y1="9" x2="12" y2="13"></line><line x1="12" y1="17" x2="12.01" y2="17"></line>',"align-center":'<line x1="18" y1="10" x2="6" y2="10"></line><line x1="21" y1="6" x2="3" y2="6"></line><line x1="21" y1="14" x2="3" y2="14"></line><line x1="18" y1="18" x2="6" y2="18"></line>',"align-justify":'<line x1="21" y1="10" x2="3" y2="10"></line><line x1="21" y1="6" x2="3" y2="6"></line><line x1="21" y1="14" x2="3" y2="14"></line><line x1="21" y1="18" x2="3" y2="18"></line>',"align-left":'<line x1="17" y1="10" x2="3" y2="10"></line><line x1="21" y1="6" x2="3" y2="6"></line><line x1="21" y1="14" x2="3" y2="14"></line><line x1="17" y1="18" x2="3" y2="18"></line>',"align-right":'<line x1="21" y1="10" x2="7" y2="10"></line><line x1="21" y1="6" x2="3" y2="6"></line><line x1="21" y1="14" x2="3" y2="14"></line><line x1="21" y1="18" x2="7" y2="18"></line>',anchor:'<circle cx="12" cy="5" r="3"></circle><line x1="12" y1="22" x2="12" y2="8"></line><path d="M5 12H2a10 10 0 0 0 20 0h-3"></path>',aperture:'<circle cx="12" cy="12" r="10"></circle><line x1="14.31" y1="8" x2="20.05" y2="17.94"></line><line x1="9.69" y1="8" x2="21.17" y2="8"></line><line x1="7.38" y1="12" x2="13.12" y2="2.06"></line><line x1="9.69" y1="16" x2="3.95" y2="6.06"></line><line x1="14.31" y1="16" x2="2.83" y2="16"></line><line x1="16.62" y1="12" x2="10.88" y2="21.94"></line>',archive:'<polyline points="21 8 21 21 3 21 3 8"></polyline><rect x="1" y="3" width="22" height="5"></rect><line x1="10" y1="12" x2="14" y2="12"></line>',"arrow-down-circle":'<circle cx="12" cy="12" r="10"></circle><polyline points="8 12 12 16 16 12"></polyline><line x1="12" y1="8" x2="12" y2="16"></line>',"arrow-down-left":'<line x1="17" y1="7" x2="7" y2="17"></line><polyline points="17 17 7 17 7 7"></polyline>',"arrow-down-right":'<line x1="7" y1="7" x2="17" y2="17"></line><polyline points="17 7 17 17 7 17"></polyline>',"arrow-down":'<line x1="12" y1="5" x2="12" y2="19"></line><polyline points="19 12 12 19 5 12"></polyline>',"arrow-left-circle":'<circle cx="12" cy="12" r="10"></circle><polyline points="12 8 8 12 12 16"></polyline><line x1="16" y1="12" x2="8" y2="12"></line>',"arrow-left":'<line x1="19" y1="12" x2="5" y2="12"></line><polyline points="12 19 5 12 12 5"></polyline>',"arrow-right-circle":'<circle cx="12" cy="12" r="10"></circle><polyline points="12 16 16 12 12 8"></polyline><line x1="8" y1="12" x2="16" y2="12"></line>',"arrow-right":'<line x1="5" y1="12" x2="19" y2="12"></line><polyline points="12 5 19 12 12 19"></polyline>',"arrow-up-circle":'<circle cx="12" cy="12" r="10"></circle><polyline points="16 12 12 8 8 12"></polyline><line x1="12" y1="16" x2="12" y2="8"></line>',"arrow-up-left":'<line x1="17" y1="17" x2="7" y2="7"></line><polyline points="7 17 7 7 17 7"></polyline>',"arrow-up-right":'<line x1="7" y1="17" x2="17" y2="7"></line><polyline points="7 7 17 7 17 17"></polyline>',"arrow-up":'<line x1="12" y1="19" x2="12" y2="5"></line><polyline points="5 12 12 5 19 12"></polyline>',"at-sign":'<circle cx="12" cy="12" r="4"></circle><path d="M16 8v5a3 3 0 0 0 6 0v-1a10 10 0 1 0-3.92 7.94"></path>',award:'<circle cx="12" cy="8" r="7"></circle><polyline points="8.21 13.89 7 23 12 20 17 23 15.79 13.88"></polyline>',"bar-chart-2":'<line x1="18" y1="20" x2="18" y2="10"></line><line x1="12" y1="20" x2="12" y2="4"></line><line x1="6" y1="20" x2="6" y2="14"></line>',"bar-chart":'<line x1="12" y1="20" x2="12" y2="10"></line><line x1="18" y1="20" x2="18" y2="4"></line><line x1="6" y1="20" x2="6" y2="16"></line>',"battery-charging":'<path d="M5 18H3a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h3.19M15 6h2a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2h-3.19"></path><line x1="23" y1="13" x2="23" y2="11"></line><polyline points="11 6 7 12 13 12 9 18"></polyline>',battery:'<rect x="1" y="6" width="18" height="12" rx="2" ry="2"></rect><line x1="23" y1="13" x2="23" y2="11"></line>',"bell-off":'<path d="M13.73 21a2 2 0 0 1-3.46 0"></path><path d="M18.63 13A17.89 17.89 0 0 1 18 8"></path><path d="M6.26 6.26A5.86 5.86 0 0 0 6 8c0 7-3 9-3 9h14"></path><path d="M18 8a6 6 0 0 0-9.33-5"></path><line x1="1" y1="1" x2="23" y2="23"></line>',bell:'<path d="M18 8A6 6 0 0 0 6 8c0 7-3 9-3 9h18s-3-2-3-9"></path><path d="M13.73 21a2 2 0 0 1-3.46 0"></path>',bluetooth:'<polyline points="6.5 6.5 17.5 17.5 12 23 12 1 17.5 6.5 6.5 17.5"></polyline>',bold:'<path d="M6 4h8a4 4 0 0 1 4 4 4 4 0 0 1-4 4H6z"></path><path d="M6 12h9a4 4 0 0 1 4 4 4 4 0 0 1-4 4H6z"></path>',"book-open":'<path d="M2 3h6a4 4 0 0 1 4 4v14a3 3 0 0 0-3-3H2z"></path><path d="M22 3h-6a4 4 0 0 0-4 4v14a3 3 0 0 1 3-3h7z"></path>',book:'<path d="M4 19.5A2.5 2.5 0 0 1 6.5 17H20"></path><path d="M6.5 2H20v20H6.5A2.5 2.5 0 0 1 4 19.5v-15A2.5 2.5 0 0 1 6.5 2z"></path>',bookmark:'<path d="M19 21l-7-5-7 5V5a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2z"></path>',box:'<path d="M21 16V8a2 2 0 0 0-1-1.73l-7-4a2 2 0 0 0-2 0l-7 4A2 2 0 0 0 3 8v8a2 2 0 0 0 1 1.73l7 4a2 2 0 0 0 2 0l7-4A2 2 0 0 0 21 16z"></path><polyline points="3.27 6.96 12 12.01 20.73 6.96"></polyline><line x1="12" y1="22.08" x2="12" y2="12"></line>',briefcase:'<rect x="2" y="7" width="20" height="14" rx="2" ry="2"></rect><path d="M16 21V5a2 2 0 0 0-2-2h-4a2 2 0 0 0-2 2v16"></path>',calendar:'<rect x="3" y="4" width="18" height="18" rx="2" ry="2"></rect><line x1="16" y1="2" x2="16" y2="6"></line><line x1="8" y1="2" x2="8" y2="6"></line><line x1="3" y1="10" x2="21" y2="10"></line>',"camera-off":'<line x1="1" y1="1" x2="23" y2="23"></line><path d="M21 21H3a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h3m3-3h6l2 3h4a2 2 0 0 1 2 2v9.34m-7.72-2.06a4 4 0 1 1-5.56-5.56"></path>',camera:'<path d="M23 19a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h4l2-3h6l2 3h4a2 2 0 0 1 2 2z"></path><circle cx="12" cy="13" r="4"></circle>',cast:'<path d="M2 16.1A5 5 0 0 1 5.9 20M2 12.05A9 9 0 0 1 9.95 20M2 8V6a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2h-6"></path><line x1="2" y1="20" x2="2.01" y2="20"></line>',"check-circle":'<path d="M22 11.08V12a10 10 0 1 1-5.93-9.14"></path><polyline points="22 4 12 14.01 9 11.01"></polyline>',"check-square":'<polyline points="9 11 12 14 22 4"></polyline><path d="M21 12v7a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h11"></path>',check:'<polyline points="20 6 9 17 4 12"></polyline>',"chevron-down":'<polyline points="6 9 12 15 18 9"></polyline>',"chevron-left":'<polyline points="15 18 9 12 15 6"></polyline>',"chevron-right":'<polyline points="9 18 15 12 9 6"></polyline>',"chevron-up":'<polyline points="18 15 12 9 6 15"></polyline>',"chevrons-down":'<polyline points="7 13 12 18 17 13"></polyline><polyline points="7 6 12 11 17 6"></polyline>',"chevrons-left":'<polyline points="11 17 6 12 11 7"></polyline><polyline points="18 17 13 12 18 7"></polyline>',"chevrons-right":'<polyline points="13 17 18 12 13 7"></polyline><polyline points="6 17 11 12 6 7"></polyline>',"chevrons-up":'<polyline points="17 11 12 6 7 11"></polyline><polyline points="17 18 12 13 7 18"></polyline>',chrome:'<circle cx="12" cy="12" r="10"></circle><circle cx="12" cy="12" r="4"></circle><line x1="21.17" y1="8" x2="12" y2="8"></line><line x1="3.95" y1="6.06" x2="8.54" y2="14"></line><line x1="10.88" y1="21.94" x2="15.46" y2="14"></line>',circle:'<circle cx="12" cy="12" r="10"></circle>',clipboard:'<path d="M16 4h2a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h2"></path><rect x="8" y="2" width="8" height="4" rx="1" ry="1"></rect>',clock:'<circle cx="12" cy="12" r="10"></circle><polyline points="12 6 12 12 16 14"></polyline>',"cloud-drizzle":'<line x1="8" y1="19" x2="8" y2="21"></line><line x1="8" y1="13" x2="8" y2="15"></line><line x1="16" y1="19" x2="16" y2="21"></line><line x1="16" y1="13" x2="16" y2="15"></line><line x1="12" y1="21" x2="12" y2="23"></line><line x1="12" y1="15" x2="12" y2="17"></line><path d="M20 16.58A5 5 0 0 0 18 7h-1.26A8 8 0 1 0 4 15.25"></path>',"cloud-lightning":'<path d="M19 16.9A5 5 0 0 0 18 7h-1.26a8 8 0 1 0-11.62 9"></path><polyline points="13 11 9 17 15 17 11 23"></polyline>',"cloud-off":'<path d="M22.61 16.95A5 5 0 0 0 18 10h-1.26a8 8 0 0 0-7.05-6M5 5a8 8 0 0 0 4 15h9a5 5 0 0 0 1.7-.3"></path><line x1="1" y1="1" x2="23" y2="23"></line>',"cloud-rain":'<line x1="16" y1="13" x2="16" y2="21"></line><line x1="8" y1="13" x2="8" y2="21"></line><line x1="12" y1="15" x2="12" y2="23"></line><path d="M20 16.58A5 5 0 0 0 18 7h-1.26A8 8 0 1 0 4 15.25"></path>',"cloud-snow":'<path d="M20 17.58A5 5 0 0 0 18 8h-1.26A8 8 0 1 0 4 16.25"></path><line x1="8" y1="16" x2="8.01" y2="16"></line><line x1="8" y1="20" x2="8.01" y2="20"></line><line x1="12" y1="18" x2="12.01" y2="18"></line><line x1="12" y1="22" x2="12.01" y2="22"></line><line x1="16" y1="16" x2="16.01" y2="16"></line><line x1="16" y1="20" x2="16.01" y2="20"></line>',cloud:'<path d="M18 10h-1.26A8 8 0 1 0 9 20h9a5 5 0 0 0 0-10z"></path>',code:'<polyline points="16 18 22 12 16 6"></polyline><polyline points="8 6 2 12 8 18"></polyline>',codepen:'<polygon points="12 2 22 8.5 22 15.5 12 22 2 15.5 2 8.5 12 2"></polygon><line x1="12" y1="22" x2="12" y2="15.5"></line><polyline points="22 8.5 12 15.5 2 8.5"></polyline><polyline points="2 15.5 12 8.5 22 15.5"></polyline><line x1="12" y1="2" x2="12" y2="8.5"></line>',codesandbox:'<path d="M21 16V8a2 2 0 0 0-1-1.73l-7-4a2 2 0 0 0-2 0l-7 4A2 2 0 0 0 3 8v8a2 2 0 0 0 1 1.73l7 4a2 2 0 0 0 2 0l7-4A2 2 0 0 0 21 16z"></path><polyline points="7.5 4.21 12 6.81 16.5 4.21"></polyline><polyline points="7.5 19.79 7.5 14.6 3 12"></polyline><polyline points="21 12 16.5 14.6 16.5 19.79"></polyline><polyline points="3.27 6.96 12 12.01 20.73 6.96"></polyline><line x1="12" y1="22.08" x2="12" y2="12"></line>',coffee:'<path d="M18 8h1a4 4 0 0 1 0 8h-1"></path><path d="M2 8h16v9a4 4 0 0 1-4 4H6a4 4 0 0 1-4-4V8z"></path><line x1="6" y1="1" x2="6" y2="4"></line><line x1="10" y1="1" x2="10" y2="4"></line><line x1="14" y1="1" x2="14" y2="4"></line>',columns:'<path d="M12 3h7a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2h-7m0-18H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h7m0-18v18"></path>',command:'<path d="M18 3a3 3 0 0 0-3 3v12a3 3 0 0 0 3 3 3 3 0 0 0 3-3 3 3 0 0 0-3-3H6a3 3 0 0 0-3 3 3 3 0 0 0 3 3 3 3 0 0 0 3-3V6a3 3 0 0 0-3-3 3 3 0 0 0-3 3 3 3 0 0 0 3 3h12a3 3 0 0 0 3-3 3 3 0 0 0-3-3z"></path>',compass:'<circle cx="12" cy="12" r="10"></circle><polygon points="16.24 7.76 14.12 14.12 7.76 16.24 9.88 9.88 16.24 7.76"></polygon>',copy:'<rect x="9" y="9" width="13" height="13" rx="2" ry="2"></rect><path d="M5 15H4a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h9a2 2 0 0 1 2 2v1"></path>',"corner-down-left":'<polyline points="9 10 4 15 9 20"></polyline><path d="M20 4v7a4 4 0 0 1-4 4H4"></path>',"corner-down-right":'<polyline points="15 10 20 15 15 20"></polyline><path d="M4 4v7a4 4 0 0 0 4 4h12"></path>',"corner-left-down":'<polyline points="14 15 9 20 4 15"></polyline><path d="M20 4h-7a4 4 0 0 0-4 4v12"></path>',"corner-left-up":'<polyline points="14 9 9 4 4 9"></polyline><path d="M20 20h-7a4 4 0 0 1-4-4V4"></path>',"corner-right-down":'<polyline points="10 15 15 20 20 15"></polyline><path d="M4 4h7a4 4 0 0 1 4 4v12"></path>',"corner-right-up":'<polyline points="10 9 15 4 20 9"></polyline><path d="M4 20h7a4 4 0 0 0 4-4V4"></path>',"corner-up-left":'<polyline points="9 14 4 9 9 4"></polyline><path d="M20 20v-7a4 4 0 0 0-4-4H4"></path>',"corner-up-right":'<polyline points="15 14 20 9 15 4"></polyline><path d="M4 20v-7a4 4 0 0 1 4-4h12"></path>',cpu:'<rect x="4" y="4" width="16" height="16" rx="2" ry="2"></rect><rect x="9" y="9" width="6" height="6"></rect><line x1="9" y1="1" x2="9" y2="4"></line><line x1="15" y1="1" x2="15" y2="4"></line><line x1="9" y1="20" x2="9" y2="23"></line><line x1="15" y1="20" x2="15" y2="23"></line><line x1="20" y1="9" x2="23" y2="9"></line><line x1="20" y1="14" x2="23" y2="14"></line><line x1="1" y1="9" x2="4" y2="9"></line><line x1="1" y1="14" x2="4" y2="14"></line>',"credit-card":'<rect x="1" y="4" width="22" height="16" rx="2" ry="2"></rect><line x1="1" y1="10" x2="23" y2="10"></line>',crop:'<path d="M6.13 1L6 16a2 2 0 0 0 2 2h15"></path><path d="M1 6.13L16 6a2 2 0 0 1 2 2v15"></path>',crosshair:'<circle cx="12" cy="12" r="10"></circle><line x1="22" y1="12" x2="18" y2="12"></line><line x1="6" y1="12" x2="2" y2="12"></line><line x1="12" y1="6" x2="12" y2="2"></line><line x1="12" y1="22" x2="12" y2="18"></line>',database:'<ellipse cx="12" cy="5" rx="9" ry="3"></ellipse><path d="M21 12c0 1.66-4 3-9 3s-9-1.34-9-3"></path><path d="M3 5v14c0 1.66 4 3 9 3s9-1.34 9-3V5"></path>',delete:'<path d="M21 4H8l-7 8 7 8h13a2 2 0 0 0 2-2V6a2 2 0 0 0-2-2z"></path><line x1="18" y1="9" x2="12" y2="15"></line><line x1="12" y1="9" x2="18" y2="15"></line>',disc:'<circle cx="12" cy="12" r="10"></circle><circle cx="12" cy="12" r="3"></circle>',"divide-circle":'<line x1="8" y1="12" x2="16" y2="12"></line><line x1="12" y1="16" x2="12" y2="16"></line><line x1="12" y1="8" x2="12" y2="8"></line><circle cx="12" cy="12" r="10"></circle>',"divide-square":'<rect x="3" y="3" width="18" height="18" rx="2" ry="2"></rect><line x1="8" y1="12" x2="16" y2="12"></line><line x1="12" y1="16" x2="12" y2="16"></line><line x1="12" y1="8" x2="12" y2="8"></line>',divide:'<circle cx="12" cy="6" r="2"></circle><line x1="5" y1="12" x2="19" y2="12"></line><circle cx="12" cy="18" r="2"></circle>',"dollar-sign":'<line x1="12" y1="1" x2="12" y2="23"></line><path d="M17 5H9.5a3.5 3.5 0 0 0 0 7h5a3.5 3.5 0 0 1 0 7H6"></path>',"download-cloud":'<polyline points="8 17 12 21 16 17"></polyline><line x1="12" y1="12" x2="12" y2="21"></line><path d="M20.88 18.09A5 5 0 0 0 18 9h-1.26A8 8 0 1 0 3 16.29"></path>',download:'<path d="M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4"></path><polyline points="7 10 12 15 17 10"></polyline><line x1="12" y1="15" x2="12" y2="3"></line>',dribbble:'<circle cx="12" cy="12" r="10"></circle><path d="M8.56 2.75c4.37 6.03 6.02 9.42 8.03 17.72m2.54-15.38c-3.72 4.35-8.94 5.66-16.88 5.85m19.5 1.9c-3.5-.93-6.63-.82-8.94 0-2.58.92-5.01 2.86-7.44 6.32"></path>',droplet:'<path d="M12 2.69l5.66 5.66a8 8 0 1 1-11.31 0z"></path>',"edit-2":'<path d="M17 3a2.828 2.828 0 1 1 4 4L7.5 20.5 2 22l1.5-5.5L17 3z"></path>',"edit-3":'<path d="M12 20h9"></path><path d="M16.5 3.5a2.121 2.121 0 0 1 3 3L7 19l-4 1 1-4L16.5 3.5z"></path>',edit:'<path d="M11 4H4a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2v-7"></path><path d="M18.5 2.5a2.121 2.121 0 0 1 3 3L12 15l-4 1 1-4 9.5-9.5z"></path>',"external-link":'<path d="M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6"></path><polyline points="15 3 21 3 21 9"></polyline><line x1="10" y1="14" x2="21" y2="3"></line>',"eye-off":'<path d="M17.94 17.94A10.07 10.07 0 0 1 12 20c-7 0-11-8-11-8a18.45 18.45 0 0 1 5.06-5.94M9.9 4.24A9.12 9.12 0 0 1 12 4c7 0 11 8 11 8a18.5 18.5 0 0 1-2.16 3.19m-6.72-1.07a3 3 0 1 1-4.24-4.24"></path><line x1="1" y1="1" x2="23" y2="23"></line>',eye:'<path d="M1 12s4-8 11-8 11 8 11 8-4 8-11 8-11-8-11-8z"></path><circle cx="12" cy="12" r="3"></circle>',facebook:'<path d="M18 2h-3a5 5 0 0 0-5 5v3H7v4h3v8h4v-8h3l1-4h-4V7a1 1 0 0 1 1-1h3z"></path>',"fast-forward":'<polygon points="13 19 22 12 13 5 13 19"></polygon><polygon points="2 19 11 12 2 5 2 19"></polygon>',feather:'<path d="M20.24 12.24a6 6 0 0 0-8.49-8.49L5 10.5V19h8.5z"></path><line x1="16" y1="8" x2="2" y2="22"></line><line x1="17.5" y1="15" x2="9" y2="15"></line>',figma:'<path d="M5 5.5A3.5 3.5 0 0 1 8.5 2H12v7H8.5A3.5 3.5 0 0 1 5 5.5z"></path><path d="M12 2h3.5a3.5 3.5 0 1 1 0 7H12V2z"></path><path d="M12 12.5a3.5 3.5 0 1 1 7 0 3.5 3.5 0 1 1-7 0z"></path><path d="M5 19.5A3.5 3.5 0 0 1 8.5 16H12v3.5a3.5 3.5 0 1 1-7 0z"></path><path d="M5 12.5A3.5 3.5 0 0 1 8.5 9H12v7H8.5A3.5 3.5 0 0 1 5 12.5z"></path>',"file-minus":'<path d="M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z"></path><polyline points="14 2 14 8 20 8"></polyline><line x1="9" y1="15" x2="15" y2="15"></line>',"file-plus":'<path d="M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z"></path><polyline points="14 2 14 8 20 8"></polyline><line x1="12" y1="18" x2="12" y2="12"></line><line x1="9" y1="15" x2="15" y2="15"></line>',"file-text":'<path d="M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z"></path><polyline points="14 2 14 8 20 8"></polyline><line x1="16" y1="13" x2="8" y2="13"></line><line x1="16" y1="17" x2="8" y2="17"></line><polyline points="10 9 9 9 8 9"></polyline>',file:'<path d="M13 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V9z"></path><polyline points="13 2 13 9 20 9"></polyline>',film:'<rect x="2" y="2" width="20" height="20" rx="2.18" ry="2.18"></rect><line x1="7" y1="2" x2="7" y2="22"></line><line x1="17" y1="2" x2="17" y2="22"></line><line x1="2" y1="12" x2="22" y2="12"></line><line x1="2" y1="7" x2="7" y2="7"></line><line x1="2" y1="17" x2="7" y2="17"></line><line x1="17" y1="17" x2="22" y2="17"></line><line x1="17" y1="7" x2="22" y2="7"></line>',filter:'<polygon points="22 3 2 3 10 12.46 10 19 14 21 14 12.46 22 3"></polygon>',flag:'<path d="M4 15s1-1 4-1 5 2 8 2 4-1 4-1V3s-1 1-4 1-5-2-8-2-4 1-4 1z"></path><line x1="4" y1="22" x2="4" y2="15"></line>',"folder-minus":'<path d="M22 19a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h5l2 3h9a2 2 0 0 1 2 2z"></path><line x1="9" y1="14" x2="15" y2="14"></line>',"folder-plus":'<path d="M22 19a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h5l2 3h9a2 2 0 0 1 2 2z"></path><line x1="12" y1="11" x2="12" y2="17"></line><line x1="9" y1="14" x2="15" y2="14"></line>',folder:'<path d="M22 19a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h5l2 3h9a2 2 0 0 1 2 2z"></path>',framer:'<path d="M5 16V9h14V2H5l14 14h-7m-7 0l7 7v-7m-7 0h7"></path>',frown:'<circle cx="12" cy="12" r="10"></circle><path d="M16 16s-1.5-2-4-2-4 2-4 2"></path><line x1="9" y1="9" x2="9.01" y2="9"></line><line x1="15" y1="9" x2="15.01" y2="9"></line>',gift:'<polyline points="20 12 20 22 4 22 4 12"></polyline><rect x="2" y="7" width="20" height="5"></rect><line x1="12" y1="22" x2="12" y2="7"></line><path d="M12 7H7.5a2.5 2.5 0 0 1 0-5C11 2 12 7 12 7z"></path><path d="M12 7h4.5a2.5 2.5 0 0 0 0-5C13 2 12 7 12 7z"></path>',"git-branch":'<line x1="6" y1="3" x2="6" y2="15"></line><circle cx="18" cy="6" r="3"></circle><circle cx="6" cy="18" r="3"></circle><path d="M18 9a9 9 0 0 1-9 9"></path>',"git-commit":'<circle cx="12" cy="12" r="4"></circle><line x1="1.05" y1="12" x2="7" y2="12"></line><line x1="17.01" y1="12" x2="22.96" y2="12"></line>',"git-merge":'<circle cx="18" cy="18" r="3"></circle><circle cx="6" cy="6" r="3"></circle><path d="M6 21V9a9 9 0 0 0 9 9"></path>',"git-pull-request":'<circle cx="18" cy="18" r="3"></circle><circle cx="6" cy="6" r="3"></circle><path d="M13 6h3a2 2 0 0 1 2 2v7"></path><line x1="6" y1="9" x2="6" y2="21"></line>',github:'<path d="M9 19c-5 1.5-5-2.5-7-3m14 6v-3.87a3.37 3.37 0 0 0-.94-2.61c3.14-.35 6.44-1.54 6.44-7A5.44 5.44 0 0 0 20 4.77 5.07 5.07 0 0 0 19.91 1S18.73.65 16 2.48a13.38 13.38 0 0 0-7 0C6.27.65 5.09 1 5.09 1A5.07 5.07 0 0 0 5 4.77a5.44 5.44 0 0 0-1.5 3.78c0 5.42 3.3 6.61 6.44 7A3.37 3.37 0 0 0 9 18.13V22"></path>',gitlab:'<path d="M22.65 14.39L12 22.13 1.35 14.39a.84.84 0 0 1-.3-.94l1.22-3.78 2.44-7.51A.42.42 0 0 1 4.82 2a.43.43 0 0 1 .58 0 .42.42 0 0 1 .11.18l2.44 7.49h8.1l2.44-7.51A.42.42 0 0 1 18.6 2a.43.43 0 0 1 .58 0 .42.42 0 0 1 .11.18l2.44 7.51L23 13.45a.84.84 0 0 1-.35.94z"></path>',globe:'<circle cx="12" cy="12" r="10"></circle><line x1="2" y1="12" x2="22" y2="12"></line><path d="M12 2a15.3 15.3 0 0 1 4 10 15.3 15.3 0 0 1-4 10 15.3 15.3 0 0 1-4-10 15.3 15.3 0 0 1 4-10z"></path>',grid:'<rect x="3" y="3" width="7" height="7"></rect><rect x="14" y="3" width="7" height="7"></rect><rect x="14" y="14" width="7" height="7"></rect><rect x="3" y="14" width="7" height="7"></rect>',"hard-drive":'<line x1="22" y1="12" x2="2" y2="12"></line><path d="M5.45 5.11L2 12v6a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2v-6l-3.45-6.89A2 2 0 0 0 16.76 4H7.24a2 2 0 0 0-1.79 1.11z"></path><line x1="6" y1="16" x2="6.01" y2="16"></line><line x1="10" y1="16" x2="10.01" y2="16"></line>',hash:'<line x1="4" y1="9" x2="20" y2="9"></line><line x1="4" y1="15" x2="20" y2="15"></line><line x1="10" y1="3" x2="8" y2="21"></line><line x1="16" y1="3" x2="14" y2="21"></line>',headphones:'<path d="M3 18v-6a9 9 0 0 1 18 0v6"></path><path d="M21 19a2 2 0 0 1-2 2h-1a2 2 0 0 1-2-2v-3a2 2 0 0 1 2-2h3zM3 19a2 2 0 0 0 2 2h1a2 2 0 0 0 2-2v-3a2 2 0 0 0-2-2H3z"></path>',heart:'<path d="M20.84 4.61a5.5 5.5 0 0 0-7.78 0L12 5.67l-1.06-1.06a5.5 5.5 0 0 0-7.78 7.78l1.06 1.06L12 21.23l7.78-7.78 1.06-1.06a5.5 5.5 0 0 0 0-7.78z"></path>',"help-circle":'<circle cx="12" cy="12" r="10"></circle><path d="M9.09 9a3 3 0 0 1 5.83 1c0 2-3 3-3 3"></path><line x1="12" y1="17" x2="12.01" y2="17"></line>',hexagon:'<path d="M21 16V8a2 2 0 0 0-1-1.73l-7-4a2 2 0 0 0-2 0l-7 4A2 2 0 0 0 3 8v8a2 2 0 0 0 1 1.73l7 4a2 2 0 0 0 2 0l7-4A2 2 0 0 0 21 16z"></path>',home:'<path d="M3 9l9-7 9 7v11a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z"></path><polyline points="9 22 9 12 15 12 15 22"></polyline>',image:'<rect x="3" y="3" width="18" height="18" rx="2" ry="2"></rect><circle cx="8.5" cy="8.5" r="1.5"></circle><polyline points="21 15 16 10 5 21"></polyline>',inbox:'<polyline points="22 12 16 12 14 15 10 15 8 12 2 12"></polyline><path d="M5.45 5.11L2 12v6a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2v-6l-3.45-6.89A2 2 0 0 0 16.76 4H7.24a2 2 0 0 0-1.79 1.11z"></path>',info:'<circle cx="12" cy="12" r="10"></circle><line x1="12" y1="16" x2="12" y2="12"></line><line x1="12" y1="8" x2="12.01" y2="8"></line>',instagram:'<rect x="2" y="2" width="20" height="20" rx="5" ry="5"></rect><path d="M16 11.37A4 4 0 1 1 12.63 8 4 4 0 0 1 16 11.37z"></path><line x1="17.5" y1="6.5" x2="17.51" y2="6.5"></line>',italic:'<line x1="19" y1="4" x2="10" y2="4"></line><line x1="14" y1="20" x2="5" y2="20"></line><line x1="15" y1="4" x2="9" y2="20"></line>',key:'<path d="M21 2l-2 2m-7.61 7.61a5.5 5.5 0 1 1-7.778 7.778 5.5 5.5 0 0 1 7.777-7.777zm0 0L15.5 7.5m0 0l3 3L22 7l-3-3m-3.5 3.5L19 4"></path>',layers:'<polygon points="12 2 2 7 12 12 22 7 12 2"></polygon><polyline points="2 17 12 22 22 17"></polyline><polyline points="2 12 12 17 22 12"></polyline>',layout:'<rect x="3" y="3" width="18" height="18" rx="2" ry="2"></rect><line x1="3" y1="9" x2="21" y2="9"></line><line x1="9" y1="21" x2="9" y2="9"></line>',"life-buoy":'<circle cx="12" cy="12" r="10"></circle><circle cx="12" cy="12" r="4"></circle><line x1="4.93" y1="4.93" x2="9.17" y2="9.17"></line><line x1="14.83" y1="14.83" x2="19.07" y2="19.07"></line><line x1="14.83" y1="9.17" x2="19.07" y2="4.93"></line><line x1="14.83" y1="9.17" x2="18.36" y2="5.64"></line><line x1="4.93" y1="19.07" x2="9.17" y2="14.83"></line>',"link-2":'<path d="M15 7h3a5 5 0 0 1 5 5 5 5 0 0 1-5 5h-3m-6 0H6a5 5 0 0 1-5-5 5 5 0 0 1 5-5h3"></path><line x1="8" y1="12" x2="16" y2="12"></line>',link:'<path d="M10 13a5 5 0 0 0 7.54.54l3-3a5 5 0 0 0-7.07-7.07l-1.72 1.71"></path><path d="M14 11a5 5 0 0 0-7.54-.54l-3 3a5 5 0 0 0 7.07 7.07l1.71-1.71"></path>',linkedin:'<path d="M16 8a6 6 0 0 1 6 6v7h-4v-7a2 2 0 0 0-2-2 2 2 0 0 0-2 2v7h-4v-7a6 6 0 0 1 6-6z"></path><rect x="2" y="9" width="4" height="12"></rect><circle cx="4" cy="4" r="2"></circle>',list:'<line x1="8" y1="6" x2="21" y2="6"></line><line x1="8" y1="12" x2="21" y2="12"></line><line x1="8" y1="18" x2="21" y2="18"></line><line x1="3" y1="6" x2="3.01" y2="6"></line><line x1="3" y1="12" x2="3.01" y2="12"></line><line x1="3" y1="18" x2="3.01" y2="18"></line>',loader:'<line x1="12" y1="2" x2="12" y2="6"></line><line x1="12" y1="18" x2="12" y2="22"></line><line x1="4.93" y1="4.93" x2="7.76" y2="7.76"></line><line x1="16.24" y1="16.24" x2="19.07" y2="19.07"></line><line x1="2" y1="12" x2="6" y2="12"></line><line x1="18" y1="12" x2="22" y2="12"></line><line x1="4.93" y1="19.07" x2="7.76" y2="16.24"></line><line x1="16.24" y1="7.76" x2="19.07" y2="4.93"></line>',lock:'<rect x="3" y="11" width="18" height="11" rx="2" ry="2"></rect><path d="M7 11V7a5 5 0 0 1 10 0v4"></path>',"log-in":'<path d="M15 3h4a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2h-4"></path><polyline points="10 17 15 12 10 7"></polyline><line x1="15" y1="12" x2="3" y2="12"></line>',"log-out":'<path d="M9 21H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h4"></path><polyline points="16 17 21 12 16 7"></polyline><line x1="21" y1="12" x2="9" y2="12"></line>',mail:'<path d="M4 4h16c1.1 0 2 .9 2 2v12c0 1.1-.9 2-2 2H4c-1.1 0-2-.9-2-2V6c0-1.1.9-2 2-2z"></path><polyline points="22,6 12,13 2,6"></polyline>',"map-pin":'<path d="M21 10c0 7-9 13-9 13s-9-6-9-13a9 9 0 0 1 18 0z"></path><circle cx="12" cy="10" r="3"></circle>',map:'<polygon points="1 6 1 22 8 18 16 22 23 18 23 2 16 6 8 2 1 6"></polygon><line x1="8" y1="2" x2="8" y2="18"></line><line x1="16" y1="6" x2="16" y2="22"></line>',"maximize-2":'<polyline points="15 3 21 3 21 9"></polyline><polyline points="9 21 3 21 3 15"></polyline><line x1="21" y1="3" x2="14" y2="10"></line><line x1="3" y1="21" x2="10" y2="14"></line>',maximize:'<path d="M8 3H5a2 2 0 0 0-2 2v3m18 0V5a2 2 0 0 0-2-2h-3m0 18h3a2 2 0 0 0 2-2v-3M3 16v3a2 2 0 0 0 2 2h3"></path>',meh:'<circle cx="12" cy="12" r="10"></circle><line x1="8" y1="15" x2="16" y2="15"></line><line x1="9" y1="9" x2="9.01" y2="9"></line><line x1="15" y1="9" x2="15.01" y2="9"></line>',menu:'<line x1="3" y1="12" x2="21" y2="12"></line><line x1="3" y1="6" x2="21" y2="6"></line><line x1="3" y1="18" x2="21" y2="18"></line>',"message-circle":'<path d="M21 11.5a8.38 8.38 0 0 1-.9 3.8 8.5 8.5 0 0 1-7.6 4.7 8.38 8.38 0 0 1-3.8-.9L3 21l1.9-5.7a8.38 8.38 0 0 1-.9-3.8 8.5 8.5 0 0 1 4.7-7.6 8.38 8.38 0 0 1 3.8-.9h.5a8.48 8.48 0 0 1 8 8v.5z"></path>',"message-square":'<path d="M21 15a2 2 0 0 1-2 2H7l-4 4V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2z"></path>',"mic-off":'<line x1="1" y1="1" x2="23" y2="23"></line><path d="M9 9v3a3 3 0 0 0 5.12 2.12M15 9.34V4a3 3 0 0 0-5.94-.6"></path><path d="M17 16.95A7 7 0 0 1 5 12v-2m14 0v2a7 7 0 0 1-.11 1.23"></path><line x1="12" y1="19" x2="12" y2="23"></line><line x1="8" y1="23" x2="16" y2="23"></line>',mic:'<path d="M12 1a3 3 0 0 0-3 3v8a3 3 0 0 0 6 0V4a3 3 0 0 0-3-3z"></path><path d="M19 10v2a7 7 0 0 1-14 0v-2"></path><line x1="12" y1="19" x2="12" y2="23"></line><line x1="8" y1="23" x2="16" y2="23"></line>',"minimize-2":'<polyline points="4 14 10 14 10 20"></polyline><polyline points="20 10 14 10 14 4"></polyline><line x1="14" y1="10" x2="21" y2="3"></line><line x1="3" y1="21" x2="10" y2="14"></line>',minimize:'<path d="M8 3v3a2 2 0 0 1-2 2H3m18 0h-3a2 2 0 0 1-2-2V3m0 18v-3a2 2 0 0 1 2-2h3M3 16h3a2 2 0 0 1 2 2v3"></path>',"minus-circle":'<circle cx="12" cy="12" r="10"></circle><line x1="8" y1="12" x2="16" y2="12"></line>',"minus-square":'<rect x="3" y="3" width="18" height="18" rx="2" ry="2"></rect><line x1="8" y1="12" x2="16" y2="12"></line>',minus:'<line x1="5" y1="12" x2="19" y2="12"></line>',monitor:'<rect x="2" y="3" width="20" height="14" rx="2" ry="2"></rect><line x1="8" y1="21" x2="16" y2="21"></line><line x1="12" y1="17" x2="12" y2="21"></line>',moon:'<path d="M21 12.79A9 9 0 1 1 11.21 3 7 7 0 0 0 21 12.79z"></path>',"more-horizontal":'<circle cx="12" cy="12" r="1"></circle><circle cx="19" cy="12" r="1"></circle><circle cx="5" cy="12" r="1"></circle>',"more-vertical":'<circle cx="12" cy="12" r="1"></circle><circle cx="12" cy="5" r="1"></circle><circle cx="12" cy="19" r="1"></circle>',"mouse-pointer":'<path d="M3 3l7.07 16.97 2.51-7.39 7.39-2.51L3 3z"></path><path d="M13 13l6 6"></path>',move:'<polyline points="5 9 2 12 5 15"></polyline><polyline points="9 5 12 2 15 5"></polyline><polyline points="15 19 12 22 9 19"></polyline><polyline points="19 9 22 12 19 15"></polyline><line x1="2" y1="12" x2="22" y2="12"></line><line x1="12" y1="2" x2="12" y2="22"></line>',music:'<path d="M9 18V5l12-2v13"></path><circle cx="6" cy="18" r="3"></circle><circle cx="18" cy="16" r="3"></circle>',"navigation-2":'<polygon points="12 2 19 21 12 17 5 21 12 2"></polygon>',navigation:'<polygon points="3 11 22 2 13 21 11 13 3 11"></polygon>',octagon:'<polygon points="7.86 2 16.14 2 22 7.86 22 16.14 16.14 22 7.86 22 2 16.14 2 7.86 7.86 2"></polygon>',package:'<line x1="16.5" y1="9.4" x2="7.5" y2="4.21"></line><path d="M21 16V8a2 2 0 0 0-1-1.73l-7-4a2 2 0 0 0-2 0l-7 4A2 2 0 0 0 3 8v8a2 2 0 0 0 1 1.73l7 4a2 2 0 0 0 2 0l7-4A2 2 0 0 0 21 16z"></path><polyline points="3.27 6.96 12 12.01 20.73 6.96"></polyline><line x1="12" y1="22.08" x2="12" y2="12"></line>',paperclip:'<path d="M21.44 11.05l-9.19 9.19a6 6 0 0 1-8.49-8.49l9.19-9.19a4 4 0 0 1 5.66 5.66l-9.2 9.19a2 2 0 0 1-2.83-2.83l8.49-8.48"></path>',"pause-circle":'<circle cx="12" cy="12" r="10"></circle><line x1="10" y1="15" x2="10" y2="9"></line><line x1="14" y1="15" x2="14" y2="9"></line>',pause:'<rect x="6" y="4" width="4" height="16"></rect><rect x="14" y="4" width="4" height="16"></rect>',"pen-tool":'<path d="M12 19l7-7 3 3-7 7-3-3z"></path><path d="M18 13l-1.5-7.5L2 2l3.5 14.5L13 18l5-5z"></path><path d="M2 2l7.586 7.586"></path><circle cx="11" cy="11" r="2"></circle>',percent:'<line x1="19" y1="5" x2="5" y2="19"></line><circle cx="6.5" cy="6.5" r="2.5"></circle><circle cx="17.5" cy="17.5" r="2.5"></circle>',"phone-call":'<path d="M15.05 5A5 5 0 0 1 19 8.95M15.05 1A9 9 0 0 1 23 8.94m-1 7.98v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6 19.79 19.79 0 0 1-3.07-8.67A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72 12.84 12.84 0 0 0 .7 2.81 2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45 12.84 12.84 0 0 0 2.81.7A2 2 0 0 1 22 16.92z"></path>',"phone-forwarded":'<polyline points="19 1 23 5 19 9"></polyline><line x1="15" y1="5" x2="23" y2="5"></line><path d="M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6 19.79 19.79 0 0 1-3.07-8.67A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72 12.84 12.84 0 0 0 .7 2.81 2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45 12.84 12.84 0 0 0 2.81.7A2 2 0 0 1 22 16.92z"></path>',"phone-incoming":'<polyline points="16 2 16 8 22 8"></polyline><line x1="23" y1="1" x2="16" y2="8"></line><path d="M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6 19.79 19.79 0 0 1-3.07-8.67A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72 12.84 12.84 0 0 0 .7 2.81 2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45 12.84 12.84 0 0 0 2.81.7A2 2 0 0 1 22 16.92z"></path>',"phone-missed":'<line x1="23" y1="1" x2="17" y2="7"></line><line x1="17" y1="1" x2="23" y2="7"></line><path d="M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6 19.79 19.79 0 0 1-3.07-8.67A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72 12.84 12.84 0 0 0 .7 2.81 2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45 12.84 12.84 0 0 0 2.81.7A2 2 0 0 1 22 16.92z"></path>',"phone-off":'<path d="M10.68 13.31a16 16 0 0 0 3.41 2.6l1.27-1.27a2 2 0 0 1 2.11-.45 12.84 12.84 0 0 0 2.81.7 2 2 0 0 1 1.72 2v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.42 19.42 0 0 1-3.33-2.67m-2.67-3.34a19.79 19.79 0 0 1-3.07-8.63A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72 12.84 12.84 0 0 0 .7 2.81 2 2 0 0 1-.45 2.11L8.09 9.91"></path><line x1="23" y1="1" x2="1" y2="23"></line>',"phone-outgoing":'<polyline points="23 7 23 1 17 1"></polyline><line x1="16" y1="8" x2="23" y2="1"></line><path d="M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6 19.79 19.79 0 0 1-3.07-8.67A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72 12.84 12.84 0 0 0 .7 2.81 2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45 12.84 12.84 0 0 0 2.81.7A2 2 0 0 1 22 16.92z"></path>',phone:'<path d="M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6 19.79 19.79 0 0 1-3.07-8.67A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72 12.84 12.84 0 0 0 .7 2.81 2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45 12.84 12.84 0 0 0 2.81.7A2 2 0 0 1 22 16.92z"></path>',"pie-chart":'<path d="M21.21 15.89A10 10 0 1 1 8 2.83"></path><path d="M22 12A10 10 0 0 0 12 2v10z"></path>',"play-circle":'<circle cx="12" cy="12" r="10"></circle><polygon points="10 8 16 12 10 16 10 8"></polygon>',play:'<polygon points="5 3 19 12 5 21 5 3"></polygon>',"plus-circle":'<circle cx="12" cy="12" r="10"></circle><line x1="12" y1="8" x2="12" y2="16"></line><line x1="8" y1="12" x2="16" y2="12"></line>',"plus-square":'<rect x="3" y="3" width="18" height="18" rx="2" ry="2"></rect><line x1="12" y1="8" x2="12" y2="16"></line><line x1="8" y1="12" x2="16" y2="12"></line>',plus:'<line x1="12" y1="5" x2="12" y2="19"></line><line x1="5" y1="12" x2="19" y2="12"></line>',pocket:'<path d="M4 3h16a2 2 0 0 1 2 2v6a10 10 0 0 1-10 10A10 10 0 0 1 2 11V5a2 2 0 0 1 2-2z"></path><polyline points="8 10 12 14 16 10"></polyline>',power:'<path d="M18.36 6.64a9 9 0 1 1-12.73 0"></path><line x1="12" y1="2" x2="12" y2="12"></line>',printer:'<polyline points="6 9 6 2 18 2 18 9"></polyline><path d="M6 18H4a2 2 0 0 1-2-2v-5a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v5a2 2 0 0 1-2 2h-2"></path><rect x="6" y="14" width="12" height="8"></rect>',radio:'<circle cx="12" cy="12" r="2"></circle><path d="M16.24 7.76a6 6 0 0 1 0 8.49m-8.48-.01a6 6 0 0 1 0-8.49m11.31-2.82a10 10 0 0 1 0 14.14m-14.14 0a10 10 0 0 1 0-14.14"></path>',"refresh-ccw":'<polyline points="1 4 1 10 7 10"></polyline><polyline points="23 20 23 14 17 14"></polyline><path d="M20.49 9A9 9 0 0 0 5.64 5.64L1 10m22 4l-4.64 4.36A9 9 0 0 1 3.51 15"></path>',"refresh-cw":'<polyline points="23 4 23 10 17 10"></polyline><polyline points="1 20 1 14 7 14"></polyline><path d="M3.51 9a9 9 0 0 1 14.85-3.36L23 10M1 14l4.64 4.36A9 9 0 0 0 20.49 15"></path>',repeat:'<polyline points="17 1 21 5 17 9"></polyline><path d="M3 11V9a4 4 0 0 1 4-4h14"></path><polyline points="7 23 3 19 7 15"></polyline><path d="M21 13v2a4 4 0 0 1-4 4H3"></path>',rewind:'<polygon points="11 19 2 12 11 5 11 19"></polygon><polygon points="22 19 13 12 22 5 22 19"></polygon>',"rotate-ccw":'<polyline points="1 4 1 10 7 10"></polyline><path d="M3.51 15a9 9 0 1 0 2.13-9.36L1 10"></path>',"rotate-cw":'<polyline points="23 4 23 10 17 10"></polyline><path d="M20.49 15a9 9 0 1 1-2.12-9.36L23 10"></path>',rss:'<path d="M4 11a9 9 0 0 1 9 9"></path><path d="M4 4a16 16 0 0 1 16 16"></path><circle cx="5" cy="19" r="1"></circle>',save:'<path d="M19 21H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h11l5 5v11a2 2 0 0 1-2 2z"></path><polyline points="17 21 17 13 7 13 7 21"></polyline><polyline points="7 3 7 8 15 8"></polyline>',scissors:'<circle cx="6" cy="6" r="3"></circle><circle cx="6" cy="18" r="3"></circle><line x1="20" y1="4" x2="8.12" y2="15.88"></line><line x1="14.47" y1="14.48" x2="20" y2="20"></line><line x1="8.12" y1="8.12" x2="12" y2="12"></line>',search:'<circle cx="11" cy="11" r="8"></circle><line x1="21" y1="21" x2="16.65" y2="16.65"></line>',send:'<line x1="22" y1="2" x2="11" y2="13"></line><polygon points="22 2 15 22 11 13 2 9 22 2"></polygon>',server:'<rect x="2" y="2" width="20" height="8" rx="2" ry="2"></rect><rect x="2" y="14" width="20" height="8" rx="2" ry="2"></rect><line x1="6" y1="6" x2="6.01" y2="6"></line><line x1="6" y1="18" x2="6.01" y2="18"></line>',settings:'<circle cx="12" cy="12" r="3"></circle><path d="M19.4 15a1.65 1.65 0 0 0 .33 1.82l.06.06a2 2 0 0 1 0 2.83 2 2 0 0 1-2.83 0l-.06-.06a1.65 1.65 0 0 0-1.82-.33 1.65 1.65 0 0 0-1 1.51V21a2 2 0 0 1-2 2 2 2 0 0 1-2-2v-.09A1.65 1.65 0 0 0 9 19.4a1.65 1.65 0 0 0-1.82.33l-.06.06a2 2 0 0 1-2.83 0 2 2 0 0 1 0-2.83l.06-.06a1.65 1.65 0 0 0 .33-1.82 1.65 1.65 0 0 0-1.51-1H3a2 2 0 0 1-2-2 2 2 0 0 1 2-2h.09A1.65 1.65 0 0 0 4.6 9a1.65 1.65 0 0 0-.33-1.82l-.06-.06a2 2 0 0 1 0-2.83 2 2 0 0 1 2.83 0l.06.06a1.65 1.65 0 0 0 1.82.33H9a1.65 1.65 0 0 0 1-1.51V3a2 2 0 0 1 2-2 2 2 0 0 1 2 2v.09a1.65 1.65 0 0 0 1 1.51 1.65 1.65 0 0 0 1.82-.33l.06-.06a2 2 0 0 1 2.83 0 2 2 0 0 1 0 2.83l-.06.06a1.65 1.65 0 0 0-.33 1.82V9a1.65 1.65 0 0 0 1.51 1H21a2 2 0 0 1 2 2 2 2 0 0 1-2 2h-.09a1.65 1.65 0 0 0-1.51 1z"></path>',"share-2":'<circle cx="18" cy="5" r="3"></circle><circle cx="6" cy="12" r="3"></circle><circle cx="18" cy="19" r="3"></circle><line x1="8.59" y1="13.51" x2="15.42" y2="17.49"></line><line x1="15.41" y1="6.51" x2="8.59" y2="10.49"></line>',share:'<path d="M4 12v8a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2v-8"></path><polyline points="16 6 12 2 8 6"></polyline><line x1="12" y1="2" x2="12" y2="15"></line>',"shield-off":'<path d="M19.69 14a6.9 6.9 0 0 0 .31-2V5l-8-3-3.16 1.18"></path><path d="M4.73 4.73L4 5v7c0 6 8 10 8 10a20.29 20.29 0 0 0 5.62-4.38"></path><line x1="1" y1="1" x2="23" y2="23"></line>',shield:'<path d="M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z"></path>',"shopping-bag":'<path d="M6 2L3 6v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V6l-3-4z"></path><line x1="3" y1="6" x2="21" y2="6"></line><path d="M16 10a4 4 0 0 1-8 0"></path>',"shopping-cart":'<circle cx="9" cy="21" r="1"></circle><circle cx="20" cy="21" r="1"></circle><path d="M1 1h4l2.68 13.39a2 2 0 0 0 2 1.61h9.72a2 2 0 0 0 2-1.61L23 6H6"></path>',shuffle:'<polyline points="16 3 21 3 21 8"></polyline><line x1="4" y1="20" x2="21" y2="3"></line><polyline points="21 16 21 21 16 21"></polyline><line x1="15" y1="15" x2="21" y2="21"></line><line x1="4" y1="4" x2="9" y2="9"></line>',sidebar:'<rect x="3" y="3" width="18" height="18" rx="2" ry="2"></rect><line x1="9" y1="3" x2="9" y2="21"></line>',"skip-back":'<polygon points="19 20 9 12 19 4 19 20"></polygon><line x1="5" y1="19" x2="5" y2="5"></line>',"skip-forward":'<polygon points="5 4 15 12 5 20 5 4"></polygon><line x1="19" y1="5" x2="19" y2="19"></line>',slack:'<path d="M14.5 10c-.83 0-1.5-.67-1.5-1.5v-5c0-.83.67-1.5 1.5-1.5s1.5.67 1.5 1.5v5c0 .83-.67 1.5-1.5 1.5z"></path><path d="M20.5 10H19V8.5c0-.83.67-1.5 1.5-1.5s1.5.67 1.5 1.5-.67 1.5-1.5 1.5z"></path><path d="M9.5 14c.83 0 1.5.67 1.5 1.5v5c0 .83-.67 1.5-1.5 1.5S8 21.33 8 20.5v-5c0-.83.67-1.5 1.5-1.5z"></path><path d="M3.5 14H5v1.5c0 .83-.67 1.5-1.5 1.5S2 16.33 2 15.5 2.67 14 3.5 14z"></path><path d="M14 14.5c0-.83.67-1.5 1.5-1.5h5c.83 0 1.5.67 1.5 1.5s-.67 1.5-1.5 1.5h-5c-.83 0-1.5-.67-1.5-1.5z"></path><path d="M15.5 19H14v1.5c0 .83.67 1.5 1.5 1.5s1.5-.67 1.5-1.5-.67-1.5-1.5-1.5z"></path><path d="M10 9.5C10 8.67 9.33 8 8.5 8h-5C2.67 8 2 8.67 2 9.5S2.67 11 3.5 11h5c.83 0 1.5-.67 1.5-1.5z"></path><path d="M8.5 5H10V3.5C10 2.67 9.33 2 8.5 2S7 2.67 7 3.5 7.67 5 8.5 5z"></path>',slash:'<circle cx="12" cy="12" r="10"></circle><line x1="4.93" y1="4.93" x2="19.07" y2="19.07"></line>',sliders:'<line x1="4" y1="21" x2="4" y2="14"></line><line x1="4" y1="10" x2="4" y2="3"></line><line x1="12" y1="21" x2="12" y2="12"></line><line x1="12" y1="8" x2="12" y2="3"></line><line x1="20" y1="21" x2="20" y2="16"></line><line x1="20" y1="12" x2="20" y2="3"></line><line x1="1" y1="14" x2="7" y2="14"></line><line x1="9" y1="8" x2="15" y2="8"></line><line x1="17" y1="16" x2="23" y2="16"></line>',smartphone:'<rect x="5" y="2" width="14" height="20" rx="2" ry="2"></rect><line x1="12" y1="18" x2="12.01" y2="18"></line>',smile:'<circle cx="12" cy="12" r="10"></circle><path d="M8 14s1.5 2 4 2 4-2 4-2"></path><line x1="9" y1="9" x2="9.01" y2="9"></line><line x1="15" y1="9" x2="15.01" y2="9"></line>',speaker:'<rect x="4" y="2" width="16" height="20" rx="2" ry="2"></rect><circle cx="12" cy="14" r="4"></circle><line x1="12" y1="6" x2="12.01" y2="6"></line>',square:'<rect x="3" y="3" width="18" height="18" rx="2" ry="2"></rect>',star:'<polygon points="12 2 15.09 8.26 22 9.27 17 14.14 18.18 21.02 12 17.77 5.82 21.02 7 14.14 2 9.27 8.91 8.26 12 2"></polygon>',"stop-circle":'<circle cx="12" cy="12" r="10"></circle><rect x="9" y="9" width="6" height="6"></rect>',sun:'<circle cx="12" cy="12" r="5"></circle><line x1="12" y1="1" x2="12" y2="3"></line><line x1="12" y1="21" x2="12" y2="23"></line><line x1="4.22" y1="4.22" x2="5.64" y2="5.64"></line><line x1="18.36" y1="18.36" x2="19.78" y2="19.78"></line><line x1="1" y1="12" x2="3" y2="12"></line><line x1="21" y1="12" x2="23" y2="12"></line><line x1="4.22" y1="19.78" x2="5.64" y2="18.36"></line><line x1="18.36" y1="5.64" x2="19.78" y2="4.22"></line>',sunrise:'<path d="M17 18a5 5 0 0 0-10 0"></path><line x1="12" y1="2" x2="12" y2="9"></line><line x1="4.22" y1="10.22" x2="5.64" y2="11.64"></line><line x1="1" y1="18" x2="3" y2="18"></line><line x1="21" y1="18" x2="23" y2="18"></line><line x1="18.36" y1="11.64" x2="19.78" y2="10.22"></line><line x1="23" y1="22" x2="1" y2="22"></line><polyline points="8 6 12 2 16 6"></polyline>',sunset:'<path d="M17 18a5 5 0 0 0-10 0"></path><line x1="12" y1="9" x2="12" y2="2"></line><line x1="4.22" y1="10.22" x2="5.64" y2="11.64"></line><line x1="1" y1="18" x2="3" y2="18"></line><line x1="21" y1="18" x2="23" y2="18"></line><line x1="18.36" y1="11.64" x2="19.78" y2="10.22"></line><line x1="23" y1="22" x2="1" y2="22"></line><polyline points="16 5 12 9 8 5"></polyline>',table:'<path d="M9 3H5a2 2 0 0 0-2 2v4m6-6h10a2 2 0 0 1 2 2v4M9 3v18m0 0h10a2 2 0 0 0 2-2V9M9 21H5a2 2 0 0 1-2-2V9m0 0h18"></path>',tablet:'<rect x="4" y="2" width="16" height="20" rx="2" ry="2"></rect><line x1="12" y1="18" x2="12.01" y2="18"></line>',tag:'<path d="M20.59 13.41l-7.17 7.17a2 2 0 0 1-2.83 0L2 12V2h10l8.59 8.59a2 2 0 0 1 0 2.82z"></path><line x1="7" y1="7" x2="7.01" y2="7"></line>',target:'<circle cx="12" cy="12" r="10"></circle><circle cx="12" cy="12" r="6"></circle><circle cx="12" cy="12" r="2"></circle>',terminal:'<polyline points="4 17 10 11 4 5"></polyline><line x1="12" y1="19" x2="20" y2="19"></line>',thermometer:'<path d="M14 14.76V3.5a2.5 2.5 0 0 0-5 0v11.26a4.5 4.5 0 1 0 5 0z"></path>',"thumbs-down":'<path d="M10 15v4a3 3 0 0 0 3 3l4-9V2H5.72a2 2 0 0 0-2 1.7l-1.38 9a2 2 0 0 0 2 2.3zm7-13h2.67A2.31 2.31 0 0 1 22 4v7a2.31 2.31 0 0 1-2.33 2H17"></path>',"thumbs-up":'<path d="M14 9V5a3 3 0 0 0-3-3l-4 9v11h11.28a2 2 0 0 0 2-1.7l1.38-9a2 2 0 0 0-2-2.3zM7 22H4a2 2 0 0 1-2-2v-7a2 2 0 0 1 2-2h3"></path>',"toggle-left":'<rect x="1" y="5" width="22" height="14" rx="7" ry="7"></rect><circle cx="8" cy="12" r="3"></circle>',"toggle-right":'<rect x="1" y="5" width="22" height="14" rx="7" ry="7"></rect><circle cx="16" cy="12" r="3"></circle>',tool:'<path d="M14.7 6.3a1 1 0 0 0 0 1.4l1.6 1.6a1 1 0 0 0 1.4 0l3.77-3.77a6 6 0 0 1-7.94 7.94l-6.91 6.91a2.12 2.12 0 0 1-3-3l6.91-6.91a6 6 0 0 1 7.94-7.94l-3.76 3.76z"></path>',"trash-2":'<polyline points="3 6 5 6 21 6"></polyline><path d="M19 6v14a2 2 0 0 1-2 2H7a2 2 0 0 1-2-2V6m3 0V4a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2v2"></path><line x1="10" y1="11" x2="10" y2="17"></line><line x1="14" y1="11" x2="14" y2="17"></line>',trash:'<polyline points="3 6 5 6 21 6"></polyline><path d="M19 6v14a2 2 0 0 1-2 2H7a2 2 0 0 1-2-2V6m3 0V4a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2v2"></path>',trello:'<rect x="3" y="3" width="18" height="18" rx="2" ry="2"></rect><rect x="7" y="7" width="3" height="9"></rect><rect x="14" y="7" width="3" height="5"></rect>',"trending-down":'<polyline points="23 18 13.5 8.5 8.5 13.5 1 6"></polyline><polyline points="17 18 23 18 23 12"></polyline>',"trending-up":'<polyline points="23 6 13.5 15.5 8.5 10.5 1 18"></polyline><polyline points="17 6 23 6 23 12"></polyline>',triangle:'<path d="M10.29 3.86L1.82 18a2 2 0 0 0 1.71 3h16.94a2 2 0 0 0 1.71-3L13.71 3.86a2 2 0 0 0-3.42 0z"></path>',truck:'<rect x="1" y="3" width="15" height="13"></rect><polygon points="16 8 20 8 23 11 23 16 16 16 16 8"></polygon><circle cx="5.5" cy="18.5" r="2.5"></circle><circle cx="18.5" cy="18.5" r="2.5"></circle>',tv:'<rect x="2" y="7" width="20" height="15" rx="2" ry="2"></rect><polyline points="17 2 12 7 7 2"></polyline>',twitch:'<path d="M21 2H3v16h5v4l4-4h5l4-4V2zm-10 9V7m5 4V7"></path>',twitter:'<path d="M23 3a10.9 10.9 0 0 1-3.14 1.53 4.48 4.48 0 0 0-7.86 3v1A10.66 10.66 0 0 1 3 4s-4 9 5 13a11.64 11.64 0 0 1-7 2c9 5 20 0 20-11.5a4.5 4.5 0 0 0-.08-.83A7.72 7.72 0 0 0 23 3z"></path>',type:'<polyline points="4 7 4 4 20 4 20 7"></polyline><line x1="9" y1="20" x2="15" y2="20"></line><line x1="12" y1="4" x2="12" y2="20"></line>',umbrella:'<path d="M23 12a11.05 11.05 0 0 0-22 0zm-5 7a3 3 0 0 1-6 0v-7"></path>',underline:'<path d="M6 3v7a6 6 0 0 0 6 6 6 6 0 0 0 6-6V3"></path><line x1="4" y1="21" x2="20" y2="21"></line>',unlock:'<rect x="3" y="11" width="18" height="11" rx="2" ry="2"></rect><path d="M7 11V7a5 5 0 0 1 9.9-1"></path>',"upload-cloud":'<polyline points="16 16 12 12 8 16"></polyline><line x1="12" y1="12" x2="12" y2="21"></line><path d="M20.39 18.39A5 5 0 0 0 18 9h-1.26A8 8 0 1 0 3 16.3"></path><polyline points="16 16 12 12 8 16"></polyline>',upload:'<path d="M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4"></path><polyline points="17 8 12 3 7 8"></polyline><line x1="12" y1="3" x2="12" y2="15"></line>',"user-check":'<path d="M16 21v-2a4 4 0 0 0-4-4H5a4 4 0 0 0-4 4v2"></path><circle cx="8.5" cy="7" r="4"></circle><polyline points="17 11 19 13 23 9"></polyline>',"user-minus":'<path d="M16 21v-2a4 4 0 0 0-4-4H5a4 4 0 0 0-4 4v2"></path><circle cx="8.5" cy="7" r="4"></circle><line x1="23" y1="11" x2="17" y2="11"></line>',"user-plus":'<path d="M16 21v-2a4 4 0 0 0-4-4H5a4 4 0 0 0-4 4v2"></path><circle cx="8.5" cy="7" r="4"></circle><line x1="20" y1="8" x2="20" y2="14"></line><line x1="23" y1="11" x2="17" y2="11"></line>',"user-x":'<path d="M16 21v-2a4 4 0 0 0-4-4H5a4 4 0 0 0-4 4v2"></path><circle cx="8.5" cy="7" r="4"></circle><line x1="18" y1="8" x2="23" y2="13"></line><line x1="23" y1="8" x2="18" y2="13"></line>',user:'<path d="M20 21v-2a4 4 0 0 0-4-4H8a4 4 0 0 0-4 4v2"></path><circle cx="12" cy="7" r="4"></circle>',users:'<path d="M17 21v-2a4 4 0 0 0-4-4H5a4 4 0 0 0-4 4v2"></path><circle cx="9" cy="7" r="4"></circle><path d="M23 21v-2a4 4 0 0 0-3-3.87"></path><path d="M16 3.13a4 4 0 0 1 0 7.75"></path>',"video-off":'<path d="M16 16v1a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2V7a2 2 0 0 1 2-2h2m5.66 0H14a2 2 0 0 1 2 2v3.34l1 1L23 7v10"></path><line x1="1" y1="1" x2="23" y2="23"></line>',video:'<polygon points="23 7 16 12 23 17 23 7"></polygon><rect x="1" y="5" width="15" height="14" rx="2" ry="2"></rect>',voicemail:'<circle cx="5.5" cy="11.5" r="4.5"></circle><circle cx="18.5" cy="11.5" r="4.5"></circle><line x1="5.5" y1="16" x2="18.5" y2="16"></line>',"volume-1":'<polygon points="11 5 6 9 2 9 2 15 6 15 11 19 11 5"></polygon><path d="M15.54 8.46a5 5 0 0 1 0 7.07"></path>',"volume-2":'<polygon points="11 5 6 9 2 9 2 15 6 15 11 19 11 5"></polygon><path d="M19.07 4.93a10 10 0 0 1 0 14.14M15.54 8.46a5 5 0 0 1 0 7.07"></path>',"volume-x":'<polygon points="11 5 6 9 2 9 2 15 6 15 11 19 11 5"></polygon><line x1="23" y1="9" x2="17" y2="15"></line><line x1="17" y1="9" x2="23" y2="15"></line>',volume:'<polygon points="11 5 6 9 2 9 2 15 6 15 11 19 11 5"></polygon>',watch:'<circle cx="12" cy="12" r="7"></circle><polyline points="12 9 12 12 13.5 13.5"></polyline><path d="M16.51 17.35l-.35 3.83a2 2 0 0 1-2 1.82H9.83a2 2 0 0 1-2-1.82l-.35-3.83m.01-10.7l.35-3.83A2 2 0 0 1 9.83 1h4.35a2 2 0 0 1 2 1.82l.35 3.83"></path>',"wifi-off":'<line x1="1" y1="1" x2="23" y2="23"></line><path d="M16.72 11.06A10.94 10.94 0 0 1 19 12.55"></path><path d="M5 12.55a10.94 10.94 0 0 1 5.17-2.39"></path><path d="M10.71 5.05A16 16 0 0 1 22.58 9"></path><path d="M1.42 9a15.91 15.91 0 0 1 4.7-2.88"></path><path d="M8.53 16.11a6 6 0 0 1 6.95 0"></path><line x1="12" y1="20" x2="12.01" y2="20"></line>',wifi:'<path d="M5 12.55a11 11 0 0 1 14.08 0"></path><path d="M1.42 9a16 16 0 0 1 21.16 0"></path><path d="M8.53 16.11a6 6 0 0 1 6.95 0"></path><line x1="12" y1="20" x2="12.01" y2="20"></line>',wind:'<path d="M9.59 4.59A2 2 0 1 1 11 8H2m10.59 11.41A2 2 0 1 0 14 16H2m15.73-8.27A2.5 2.5 0 1 1 19.5 12H2"></path>',"x-circle":'<circle cx="12" cy="12" r="10"></circle><line x1="15" y1="9" x2="9" y2="15"></line><line x1="9" y1="9" x2="15" y2="15"></line>',"x-octagon":'<polygon points="7.86 2 16.14 2 22 7.86 22 16.14 16.14 22 7.86 22 2 16.14 2 7.86 7.86 2"></polygon><line x1="15" y1="9" x2="9" y2="15"></line><line x1="9" y1="9" x2="15" y2="15"></line>',"x-square":'<rect x="3" y="3" width="18" height="18" rx="2" ry="2"></rect><line x1="9" y1="9" x2="15" y2="15"></line><line x1="15" y1="9" x2="9" y2="15"></line>',x:'<line x1="18" y1="6" x2="6" y2="18"></line><line x1="6" y1="6" x2="18" y2="18"></line>',youtube:'<path d="M22.54 6.42a2.78 2.78 0 0 0-1.94-2C18.88 4 12 4 12 4s-6.88 0-8.6.46a2.78 2.78 0 0 0-1.94 2A29 29 0 0 0 1 11.75a29 29 0 0 0 .46 5.33A2.78 2.78 0 0 0 3.4 19c1.72.46 8.6.46 8.6.46s6.88 0 8.6-.46a2.78 2.78 0 0 0 1.94-2 29 29 0 0 0 .46-5.25 29 29 0 0 0-.46-5.33z"></path><polygon points="9.75 15.02 15.5 11.75 9.75 8.48 9.75 15.02"></polygon>',"zap-off":'<polyline points="12.41 6.75 13 2 10.57 4.92"></polyline><polyline points="18.57 12.91 21 10 15.66 10"></polyline><polyline points="8 8 3 14 12 14 11 22 16 16"></polyline><line x1="1" y1="1" x2="23" y2="23"></line>',zap:'<polygon points="13 2 3 14 12 14 11 22 21 10 12 10 13 2"></polygon>',"zoom-in":'<circle cx="11" cy="11" r="8"></circle><line x1="21" y1="21" x2="16.65" y2="16.65"></line><line x1="11" y1="8" x2="11" y2="14"></line><line x1="8" y1="11" x2="14" y2="11"></line>',"zoom-out":'<circle cx="11" cy="11" r="8"></circle><line x1="21" y1="21" x2="16.65" y2="16.65"></line><line x1="8" y1="11" x2="14" y2="11"></line>'}},"./node_modules/classnames/dedupe.js":function(n,i,r){var s,a;/*!
1
+ (function(o,at){typeof exports=="object"&&typeof module<"u"?module.exports=at(require("vue")):typeof define=="function"&&define.amd?define(["vue"],at):(o=typeof globalThis<"u"?globalThis:o||self,o.Pimp=at(o.Vue))})(this,function(o){"use strict";function at(t,e){for(var n=0;n<e.length;n++){const i=e[n];if(typeof i!="string"&&!Array.isArray(i)){for(const r in i)if(r!=="default"&&!(r in t)){const s=Object.getOwnPropertyDescriptor(i,r);s&&Object.defineProperty(t,r,s.get?s:{enumerable:!0,get:()=>i[r]})}}}return Object.freeze(Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}))}var bo=Object.defineProperty,ko=(t,e,n)=>e in t?bo(t,e,{enumerable:!0,configurable:!0,writable:!0,value:n}):t[e]=n,lt=(t,e,n)=>ko(t,typeof e!="symbol"?e+"":e,n);const wr={"#":{pattern:/[0-9]/},"@":{pattern:/[a-zA-Z]/},"*":{pattern:/[a-zA-Z0-9]/}},vr=(t,e,n)=>t.replaceAll(e,"").replace(n,".").replace("..",".").replace(/[^.\d]/g,""),br=(t,e,n)=>{var i;return new Intl.NumberFormat(((i=n.number)==null?void 0:i.locale)??"en",{minimumFractionDigits:t,maximumFractionDigits:e,roundingMode:"trunc"})},So=(t,e=!0,n)=>{var i,r,s,a;const c=((i=n.number)==null?void 0:i.unsigned)!==!0&&t.startsWith("-")?"-":"",l=((r=n.number)==null?void 0:r.fraction)??0;let d=br(0,l,n);const u=d.formatToParts(1000.12),h=((s=u.find(g=>g.type==="group"))==null?void 0:s.value)??" ",p=((a=u.find(g=>g.type==="decimal"))==null?void 0:a.value)??".",f=vr(t,h,p);if(Number.isNaN(parseFloat(f)))return c;const m=f.split(".");if(m[1]!=null&&m[1].length>=1){const g=m[1].length<=l?m[1].length:l;d=br(g,l,n)}let y=d.format(parseFloat(f));return e?l>0&&f.endsWith(".")&&!f.slice(0,-1).includes(".")&&(y+=p):y=vr(y,h,p),c+y};let Do=class{constructor(e={}){lt(this,"opts",{}),lt(this,"memo",new Map);const n={...e};if(n.tokens!=null){n.tokens=n.tokensReplace?{...n.tokens}:{...wr,...n.tokens};for(const i of Object.values(n.tokens))typeof i.pattern=="string"&&(i.pattern=new RegExp(i.pattern))}else n.tokens=wr;Array.isArray(n.mask)&&(n.mask.length>1?n.mask=[...n.mask].sort((i,r)=>i.length-r.length):n.mask=n.mask[0]??""),n.mask===""&&(n.mask=null),this.opts=n}masked(e){return this.process(String(e),this.findMask(String(e)))}unmasked(e){return this.process(String(e),this.findMask(String(e)),!1)}isEager(){return this.opts.eager===!0}isReversed(){return this.opts.reversed===!0}completed(e){const n=this.findMask(String(e));if(this.opts.mask==null||n==null)return!1;const i=this.process(String(e),n).length;return typeof this.opts.mask=="string"?i>=this.opts.mask.length:i>=n.length}findMask(e){const n=this.opts.mask;if(n==null)return null;if(typeof n=="string")return n;if(typeof n=="function")return n(e);const i=this.process(e,n.slice(-1).pop()??"",!1);return n.find(r=>this.process(e,r,!1).length>=i.length)??""}escapeMask(e){const n=[],i=[];return e.split("").forEach((r,s)=>{r==="!"&&e[s-1]!=="!"?i.push(s-i.length):n.push(r)}),{mask:n.join(""),escaped:i}}process(e,n,i=!0){if(this.opts.number!=null)return So(e,i,this.opts);if(n==null)return e;const r=`v=${e},mr=${n},m=${i?1:0}`;if(this.memo.has(r))return this.memo.get(r);const{mask:s,escaped:a}=this.escapeMask(n),c=[],l=this.opts.tokens!=null?this.opts.tokens:{},d=this.isReversed()?-1:1,u=this.isReversed()?"unshift":"push",h=this.isReversed()?0:s.length-1,p=this.isReversed()?()=>g>-1&&w>-1:()=>g<s.length&&w<e.length,f=v=>!this.isReversed()&&v<=h||this.isReversed()&&v>=h;let m,y=-1,g=this.isReversed()?s.length-1:0,w=this.isReversed()?e.length-1:0,x=!1;for(;p();){const v=s.charAt(g),k=l[v],D=(k==null?void 0:k.transform)!=null?k.transform(e.charAt(w)):e.charAt(w);if(!a.includes(g)&&k!=null?(D.match(k.pattern)!=null?(c[u](D),k.repeated?(y===-1?y=g:g===h&&g!==y&&(g=y-d),h===y&&(g-=d)):k.multiple&&(x=!0,g-=d),g+=d):k.multiple?x&&(g+=d,w-=d,x=!1):D===m?m=void 0:k.optional&&(g+=d,w-=d),w+=d):(i&&!this.isEager()&&c[u](v),D===v&&!this.isEager()?w+=d:m=v,this.isEager()||(g+=d)),this.isEager())for(;f(g)&&(l[s.charAt(g)]==null||a.includes(g));){if(i){if(c[u](s.charAt(g)),e.charAt(w)===s.charAt(g)){g+=d,w+=d;continue}}else s.charAt(g)===e.charAt(w)&&(w+=d);g+=d}}return this.memo.set(r,c.join("")),this.memo.get(r)}};const kr=t=>JSON.parse(t.replaceAll("'",'"')),Mo=(t,e={})=>{const n={...e};t.dataset.maska!=null&&t.dataset.maska!==""&&(n.mask=To(t.dataset.maska)),t.dataset.maskaEager!=null&&(n.eager=jt(t.dataset.maskaEager)),t.dataset.maskaReversed!=null&&(n.reversed=jt(t.dataset.maskaReversed)),t.dataset.maskaTokensReplace!=null&&(n.tokensReplace=jt(t.dataset.maskaTokensReplace)),t.dataset.maskaTokens!=null&&(n.tokens=_o(t.dataset.maskaTokens));const i={};return t.dataset.maskaNumberLocale!=null&&(i.locale=t.dataset.maskaNumberLocale),t.dataset.maskaNumberFraction!=null&&(i.fraction=parseInt(t.dataset.maskaNumberFraction)),t.dataset.maskaNumberUnsigned!=null&&(i.unsigned=jt(t.dataset.maskaNumberUnsigned)),(t.dataset.maskaNumber!=null||Object.values(i).length>0)&&(n.number=i),n},jt=t=>t!==""?!!JSON.parse(t):!0,To=t=>t.startsWith("[")&&t.endsWith("]")?kr(t):t,_o=t=>{if(t.startsWith("{")&&t.endsWith("}"))return kr(t);const e={};return t.split("|").forEach(n=>{const i=n.split(":");e[i[0]]={pattern:new RegExp(i[1]),optional:i[2]==="optional",multiple:i[2]==="multiple",repeated:i[2]==="repeated"}}),e};class Co{constructor(e,n={}){lt(this,"items",new Map),lt(this,"eventAbortController"),lt(this,"onInput",i=>{if(i instanceof CustomEvent&&i.type==="input"&&!i.isTrusted&&!i.bubbles)return;const r=i.target,s=this.items.get(r);if(s===void 0)return;const a="inputType"in i&&i.inputType.startsWith("delete"),c=s.isEager(),l=a&&c&&s.unmasked(r.value)===""?"":r.value;this.fixCursor(r,a,()=>this.setValue(r,l))}),this.options=n,this.eventAbortController=new AbortController,this.init(this.getInputs(e))}update(e={}){this.options={...e},this.init(Array.from(this.items.keys()))}updateValue(e){var n;e.value!==""&&e.value!==((n=this.processInput(e))==null?void 0:n.masked)&&this.setValue(e,e.value)}destroy(){this.eventAbortController.abort(),this.items.clear()}init(e){const n=this.getOptions(this.options);for(const i of e){if(!this.items.has(i)){const{signal:s}=this.eventAbortController;i.addEventListener("input",this.onInput,{capture:!0,signal:s})}const r=new Do(Mo(i,n));this.items.set(i,r),queueMicrotask(()=>this.updateValue(i)),i.selectionStart===null&&r.isEager()&&console.warn("Maska: input of `%s` type is not supported",i.type)}}getInputs(e){return typeof e=="string"?Array.from(document.querySelectorAll(e)):"length"in e?Array.from(e):[e]}getOptions(e){const{onMaska:n,preProcess:i,postProcess:r,...s}=e;return s}fixCursor(e,n,i){var r,s;const a=e.selectionStart,c=e.value;if(i(),a===null||a===c.length&&!n)return;const l=e.value,d=c.slice(0,a),u=l.slice(0,a),h=(r=this.processInput(e,d))==null?void 0:r.unmasked,p=(s=this.processInput(e,u))==null?void 0:s.unmasked;if(h===void 0||p===void 0)return;let f=a;d!==u&&(f+=n?l.length-c.length:h.length-p.length),e.setSelectionRange(f,f)}setValue(e,n){const i=this.processInput(e,n);i!==void 0&&(e.value=i.masked,this.options.onMaska!=null&&(Array.isArray(this.options.onMaska)?this.options.onMaska.forEach(r=>r(i)):this.options.onMaska(i)),e.dispatchEvent(new CustomEvent("maska",{detail:i})),e.dispatchEvent(new CustomEvent("input",{detail:i.masked})))}processInput(e,n){const i=this.items.get(e);if(i===void 0)return;let r=n??e.value;this.options.preProcess!=null&&(r=this.options.preProcess(r));let s=i.masked(r);return this.options.postProcess!=null&&(s=this.options.postProcess(s)),{masked:s,unmasked:i.unmasked(r),completed:i.completed(r)}}}const hn=new WeakMap,Eo=(t,e)=>{if(t.arg==null||t.instance==null)return;const n="setup"in t.instance.$.type;t.arg in t.instance?t.instance[t.arg]=e:n&&console.warn("Maska: please expose `%s` using defineExpose",t.arg)},Oo=(t,e)=>{var n;const i=t instanceof HTMLInputElement?t:t.querySelector("input");if(i==null||(i==null?void 0:i.type)==="file")return;let r={};if(e.value!=null&&(r=typeof e.value=="string"?{mask:e.value}:{...e.value}),e.arg!=null){const s=a=>{const c=e.modifiers.unmasked?a.unmasked:e.modifiers.completed?a.completed:a.masked;Eo(e,c)};r.onMaska=r.onMaska==null?s:Array.isArray(r.onMaska)?[...r.onMaska,s]:[r.onMaska,s]}hn.has(i)?(n=hn.get(i))==null||n.update(r):hn.set(i,new Co(i,r))},jo={beforeMount(t,e){t.clickOutsideEvent=function(n){t===n.target||t.contains(n.target)||e.value(n,t)},document.body.addEventListener("click",t.clickOutsideEvent)},unmounted(t){document.body.removeEventListener("click",t.clickOutsideEvent)}},Io=/\d/,No=["-","_","/","."];function Vo(t=""){if(!Io.test(t))return t!==t.toLowerCase()}function Bo(t,e){const n=No,i=[];if(!t||typeof t!="string")return i;let r="",s,a;for(const c of t){const l=n.includes(c);if(l===!0){i.push(r),r="",s=void 0;continue}const d=Vo(c);if(a===!1){if(s===!1&&d===!0){i.push(r),r=c,s=d;continue}if(s===!0&&d===!1&&r.length>1){const u=r.at(-1);i.push(r.slice(0,Math.max(0,r.length-1))),r=u+c,s=d;continue}}r+=c,s=d,a=l}return i.push(r),i}function Sr(t,e){return t?(Array.isArray(t)?t:Bo(t)).map(n=>n.toLowerCase()).join("-"):""}const Ao={created:(t,e)=>{for(const n in e.value){const i=Sr(n);t.hasAttribute(i)||t.setAttribute(i,e.value[n])}},getSSRProps(t){return t.value?Object.fromEntries(Object.entries(t.value).map(([e,n])=>[Sr(e),n])):{}}},$o=["top","right","bottom","left"],Dr=["start","end"],Mr=$o.reduce((t,e)=>t.concat(e,e+"-"+Dr[0],e+"-"+Dr[1]),[]),ct=Math.min,Pe=Math.max,Po={left:"right",right:"left",bottom:"top",top:"bottom"},Fo={start:"end",end:"start"};function pn(t,e,n){return Pe(t,ct(e,n))}function Fe(t,e){return typeof t=="function"?t(e):t}function ge(t){return t.split("-")[0]}function le(t){return t.split("-")[1]}function Tr(t){return t==="x"?"y":"x"}function fn(t){return t==="y"?"height":"width"}function Te(t){return["top","bottom"].includes(ge(t))?"y":"x"}function mn(t){return Tr(Te(t))}function _r(t,e,n){n===void 0&&(n=!1);const i=le(t),r=mn(t),s=fn(r);let a=r==="x"?i===(n?"end":"start")?"right":"left":i==="start"?"bottom":"top";return e.reference[s]>e.floating[s]&&(a=Nt(a)),[a,Nt(a)]}function Ro(t){const e=Nt(t);return[It(t),e,It(e)]}function It(t){return t.replace(/start|end/g,e=>Fo[e])}function zo(t,e,n){const i=["left","right"],r=["right","left"],s=["top","bottom"],a=["bottom","top"];switch(t){case"top":case"bottom":return n?e?r:i:e?i:r;case"left":case"right":return e?s:a;default:return[]}}function Lo(t,e,n,i){const r=le(t);let s=zo(ge(t),n==="start",i);return r&&(s=s.map(a=>a+"-"+r),e&&(s=s.concat(s.map(It)))),s}function Nt(t){return t.replace(/left|right|bottom|top/g,e=>Po[e])}function Ho(t){return{top:0,right:0,bottom:0,left:0,...t}}function Cr(t){return typeof t!="number"?Ho(t):{top:t,right:t,bottom:t,left:t}}function dt(t){const{x:e,y:n,width:i,height:r}=t;return{width:i,height:r,top:n,left:e,right:e+i,bottom:n+r,x:e,y:n}}function Er(t,e,n){let{reference:i,floating:r}=t;const s=Te(e),a=mn(e),c=fn(a),l=ge(e),d=s==="y",u=i.x+i.width/2-r.width/2,h=i.y+i.height/2-r.height/2,p=i[c]/2-r[c]/2;let f;switch(l){case"top":f={x:u,y:i.y-r.height};break;case"bottom":f={x:u,y:i.y+i.height};break;case"right":f={x:i.x+i.width,y:h};break;case"left":f={x:i.x-r.width,y:h};break;default:f={x:i.x,y:i.y}}switch(le(e)){case"start":f[a]-=p*(n&&d?-1:1);break;case"end":f[a]+=p*(n&&d?-1:1);break}return f}const Wo=async(t,e,n)=>{const{placement:i="bottom",strategy:r="absolute",middleware:s=[],platform:a}=n,c=s.filter(Boolean),l=await(a.isRTL==null?void 0:a.isRTL(e));let d=await a.getElementRects({reference:t,floating:e,strategy:r}),{x:u,y:h}=Er(d,i,l),p=i,f={},m=0;for(let y=0;y<c.length;y++){const{name:g,fn:w}=c[y],{x,y:v,data:k,reset:D}=await w({x:u,y:h,initialPlacement:i,placement:p,strategy:r,middlewareData:f,rects:d,platform:a,elements:{reference:t,floating:e}});u=x??u,h=v??h,f={...f,[g]:{...f[g],...k}},D&&m<=50&&(m++,typeof D=="object"&&(D.placement&&(p=D.placement),D.rects&&(d=D.rects===!0?await a.getElementRects({reference:t,floating:e,strategy:r}):D.rects),{x:u,y:h}=Er(d,p,l)),y=-1)}return{x:u,y:h,placement:p,strategy:r,middlewareData:f}};async function Vt(t,e){var n;e===void 0&&(e={});const{x:i,y:r,platform:s,rects:a,elements:c,strategy:l}=t,{boundary:d="clippingAncestors",rootBoundary:u="viewport",elementContext:h="floating",altBoundary:p=!1,padding:f=0}=Fe(e,t),m=Cr(f),g=c[p?h==="floating"?"reference":"floating":h],w=dt(await s.getClippingRect({element:(n=await(s.isElement==null?void 0:s.isElement(g)))==null||n?g:g.contextElement||await(s.getDocumentElement==null?void 0:s.getDocumentElement(c.floating)),boundary:d,rootBoundary:u,strategy:l})),x=h==="floating"?{x:i,y:r,width:a.floating.width,height:a.floating.height}:a.reference,v=await(s.getOffsetParent==null?void 0:s.getOffsetParent(c.floating)),k=await(s.isElement==null?void 0:s.isElement(v))?await(s.getScale==null?void 0:s.getScale(v))||{x:1,y:1}:{x:1,y:1},D=dt(s.convertOffsetParentRelativeRectToViewportRelativeRect?await s.convertOffsetParentRelativeRectToViewportRelativeRect({elements:c,rect:x,offsetParent:v,strategy:l}):x);return{top:(w.top-D.top+m.top)/k.y,bottom:(D.bottom-w.bottom+m.bottom)/k.y,left:(w.left-D.left+m.left)/k.x,right:(D.right-w.right+m.right)/k.x}}const Uo=t=>({name:"arrow",options:t,async fn(e){const{x:n,y:i,placement:r,rects:s,platform:a,elements:c,middlewareData:l}=e,{element:d,padding:u=0}=Fe(t,e)||{};if(d==null)return{};const h=Cr(u),p={x:n,y:i},f=mn(r),m=fn(f),y=await a.getDimensions(d),g=f==="y",w=g?"top":"left",x=g?"bottom":"right",v=g?"clientHeight":"clientWidth",k=s.reference[m]+s.reference[f]-p[f]-s.floating[m],D=p[f]-s.reference[f],M=await(a.getOffsetParent==null?void 0:a.getOffsetParent(d));let T=M?M[v]:0;(!T||!await(a.isElement==null?void 0:a.isElement(M)))&&(T=c.floating[v]||s.floating[m]);const O=k/2-D/2,j=T/2-y[m]/2-1,C=ct(h[w],j),V=ct(h[x],j),U=C,F=T-y[m]-V,q=T/2-y[m]/2+O,$=pn(U,q,F),K=!l.arrow&&le(r)!=null&&q!==$&&s.reference[m]/2-(q<U?C:V)-y[m]/2<0,P=K?q<U?q-U:q-F:0;return{[f]:p[f]+P,data:{[f]:$,centerOffset:q-$-P,...K&&{alignmentOffset:P}},reset:K}}});function qo(t,e,n){return(t?[...n.filter(r=>le(r)===t),...n.filter(r=>le(r)!==t)]:n.filter(r=>ge(r)===r)).filter(r=>t?le(r)===t||(e?It(r)!==r:!1):!0)}const Zo=function(t){return t===void 0&&(t={}),{name:"autoPlacement",options:t,async fn(e){var n,i,r;const{rects:s,middlewareData:a,placement:c,platform:l,elements:d}=e,{crossAxis:u=!1,alignment:h,allowedPlacements:p=Mr,autoAlignment:f=!0,...m}=Fe(t,e),y=h!==void 0||p===Mr?qo(h||null,f,p):p,g=await Vt(e,m),w=((n=a.autoPlacement)==null?void 0:n.index)||0,x=y[w];if(x==null)return{};const v=_r(x,s,await(l.isRTL==null?void 0:l.isRTL(d.floating)));if(c!==x)return{reset:{placement:y[0]}};const k=[g[ge(x)],g[v[0]],g[v[1]]],D=[...((i=a.autoPlacement)==null?void 0:i.overflows)||[],{placement:x,overflows:k}],M=y[w+1];if(M)return{data:{index:w+1,overflows:D},reset:{placement:M}};const T=D.map(C=>{const V=le(C.placement);return[C.placement,V&&u?C.overflows.slice(0,2).reduce((U,F)=>U+F,0):C.overflows[0],C.overflows]}).sort((C,V)=>C[1]-V[1]),j=((r=T.filter(C=>C[2].slice(0,le(C[0])?2:3).every(V=>V<=0))[0])==null?void 0:r[0])||T[0][0];return j!==c?{data:{index:w+1,overflows:D},reset:{placement:j}}:{}}}},Yo=function(t){return t===void 0&&(t={}),{name:"flip",options:t,async fn(e){var n,i;const{placement:r,middlewareData:s,rects:a,initialPlacement:c,platform:l,elements:d}=e,{mainAxis:u=!0,crossAxis:h=!0,fallbackPlacements:p,fallbackStrategy:f="bestFit",fallbackAxisSideDirection:m="none",flipAlignment:y=!0,...g}=Fe(t,e);if((n=s.arrow)!=null&&n.alignmentOffset)return{};const w=ge(r),x=Te(c),v=ge(c)===c,k=await(l.isRTL==null?void 0:l.isRTL(d.floating)),D=p||(v||!y?[Nt(c)]:Ro(c)),M=m!=="none";!p&&M&&D.push(...Lo(c,y,m,k));const T=[c,...D],O=await Vt(e,g),j=[];let C=((i=s.flip)==null?void 0:i.overflows)||[];if(u&&j.push(O[w]),h){const $=_r(r,a,k);j.push(O[$[0]],O[$[1]])}if(C=[...C,{placement:r,overflows:j}],!j.every($=>$<=0)){var V,U;const $=(((V=s.flip)==null?void 0:V.index)||0)+1,K=T[$];if(K){var F;const H=h==="alignment"?x!==Te(K):!1,R=((F=C[0])==null?void 0:F.overflows[0])>0;if(!H||R)return{data:{index:$,overflows:C},reset:{placement:K}}}let P=(U=C.filter(H=>H.overflows[0]<=0).sort((H,R)=>H.overflows[1]-R.overflows[1])[0])==null?void 0:U.placement;if(!P)switch(f){case"bestFit":{var q;const H=(q=C.filter(R=>{if(M){const Q=Te(R.placement);return Q===x||Q==="y"}return!0}).map(R=>[R.placement,R.overflows.filter(Q=>Q>0).reduce((Q,ee)=>Q+ee,0)]).sort((R,Q)=>R[1]-Q[1])[0])==null?void 0:q[0];H&&(P=H);break}case"initialPlacement":P=c;break}if(r!==P)return{reset:{placement:P}}}return{}}}};async function Go(t,e){const{placement:n,platform:i,elements:r}=t,s=await(i.isRTL==null?void 0:i.isRTL(r.floating)),a=ge(n),c=le(n),l=Te(n)==="y",d=["left","top"].includes(a)?-1:1,u=s&&l?-1:1,h=Fe(e,t);let{mainAxis:p,crossAxis:f,alignmentAxis:m}=typeof h=="number"?{mainAxis:h,crossAxis:0,alignmentAxis:null}:{mainAxis:h.mainAxis||0,crossAxis:h.crossAxis||0,alignmentAxis:h.alignmentAxis};return c&&typeof m=="number"&&(f=c==="end"?m*-1:m),l?{x:f*u,y:p*d}:{x:p*d,y:f*u}}const Jo=function(t){return t===void 0&&(t=0),{name:"offset",options:t,async fn(e){var n,i;const{x:r,y:s,placement:a,middlewareData:c}=e,l=await Go(e,t);return a===((n=c.offset)==null?void 0:n.placement)&&(i=c.arrow)!=null&&i.alignmentOffset?{}:{x:r+l.x,y:s+l.y,data:{...l,placement:a}}}}},Ko=function(t){return t===void 0&&(t={}),{name:"shift",options:t,async fn(e){const{x:n,y:i,placement:r}=e,{mainAxis:s=!0,crossAxis:a=!1,limiter:c={fn:g=>{let{x:w,y:x}=g;return{x:w,y:x}}},...l}=Fe(t,e),d={x:n,y:i},u=await Vt(e,l),h=Te(ge(r)),p=Tr(h);let f=d[p],m=d[h];if(s){const g=p==="y"?"top":"left",w=p==="y"?"bottom":"right",x=f+u[g],v=f-u[w];f=pn(x,f,v)}if(a){const g=h==="y"?"top":"left",w=h==="y"?"bottom":"right",x=m+u[g],v=m-u[w];m=pn(x,m,v)}const y=c.fn({...e,[p]:f,[h]:m});return{...y,data:{x:y.x-n,y:y.y-i,enabled:{[p]:s,[h]:a}}}}}},Qo=function(t){return t===void 0&&(t={}),{name:"size",options:t,async fn(e){var n,i;const{placement:r,rects:s,platform:a,elements:c}=e,{apply:l=()=>{},...d}=Fe(t,e),u=await Vt(e,d),h=ge(r),p=le(r),f=Te(r)==="y",{width:m,height:y}=s.floating;let g,w;h==="top"||h==="bottom"?(g=h,w=p===(await(a.isRTL==null?void 0:a.isRTL(c.floating))?"start":"end")?"left":"right"):(w=h,g=p==="end"?"top":"bottom");const x=y-u.top-u.bottom,v=m-u.left-u.right,k=ct(y-u[g],x),D=ct(m-u[w],v),M=!e.middlewareData.shift;let T=k,O=D;if((n=e.middlewareData.shift)!=null&&n.enabled.x&&(O=v),(i=e.middlewareData.shift)!=null&&i.enabled.y&&(T=x),M&&!p){const C=Pe(u.left,0),V=Pe(u.right,0),U=Pe(u.top,0),F=Pe(u.bottom,0);f?O=m-2*(C!==0||V!==0?C+V:Pe(u.left,u.right)):T=y-2*(U!==0||F!==0?U+F:Pe(u.top,u.bottom))}await l({...e,availableWidth:O,availableHeight:T});const j=await a.getDimensions(c.floating);return m!==j.width||y!==j.height?{reset:{rects:!0}}:{}}}};function ne(t){var e;return((e=t.ownerDocument)==null?void 0:e.defaultView)||window}function xe(t){return ne(t).getComputedStyle(t)}const Or=Math.min,ut=Math.max,Bt=Math.round;function jr(t){const e=xe(t);let n=parseFloat(e.width),i=parseFloat(e.height);const r=t.offsetWidth,s=t.offsetHeight,a=Bt(n)!==r||Bt(i)!==s;return a&&(n=r,i=s),{width:n,height:i,fallback:a}}function _e(t){return Nr(t)?(t.nodeName||"").toLowerCase():""}let At;function Ir(){if(At)return At;const t=navigator.userAgentData;return t&&Array.isArray(t.brands)?(At=t.brands.map(e=>e.brand+"/"+e.version).join(" "),At):navigator.userAgent}function we(t){return t instanceof ne(t).HTMLElement}function Ce(t){return t instanceof ne(t).Element}function Nr(t){return t instanceof ne(t).Node}function Vr(t){return typeof ShadowRoot>"u"?!1:t instanceof ne(t).ShadowRoot||t instanceof ShadowRoot}function $t(t){const{overflow:e,overflowX:n,overflowY:i,display:r}=xe(t);return/auto|scroll|overlay|hidden|clip/.test(e+i+n)&&!["inline","contents"].includes(r)}function Xo(t){return["table","td","th"].includes(_e(t))}function yn(t){const e=/firefox/i.test(Ir()),n=xe(t),i=n.backdropFilter||n.WebkitBackdropFilter;return n.transform!=="none"||n.perspective!=="none"||!!i&&i!=="none"||e&&n.willChange==="filter"||e&&!!n.filter&&n.filter!=="none"||["transform","perspective"].some(r=>n.willChange.includes(r))||["paint","layout","strict","content"].some(r=>{const s=n.contain;return s!=null&&s.includes(r)})}function Br(){return!/^((?!chrome|android).)*safari/i.test(Ir())}function gn(t){return["html","body","#document"].includes(_e(t))}function Ar(t){return Ce(t)?t:t.contextElement}const $r={x:1,y:1};function Ze(t){const e=Ar(t);if(!we(e))return $r;const n=e.getBoundingClientRect(),{width:i,height:r,fallback:s}=jr(e);let a=(s?Bt(n.width):n.width)/i,c=(s?Bt(n.height):n.height)/r;return a&&Number.isFinite(a)||(a=1),c&&Number.isFinite(c)||(c=1),{x:a,y:c}}function ht(t,e,n,i){var r,s;e===void 0&&(e=!1),n===void 0&&(n=!1);const a=t.getBoundingClientRect(),c=Ar(t);let l=$r;e&&(i?Ce(i)&&(l=Ze(i)):l=Ze(t));const d=c?ne(c):window,u=!Br()&&n;let h=(a.left+(u&&((r=d.visualViewport)==null?void 0:r.offsetLeft)||0))/l.x,p=(a.top+(u&&((s=d.visualViewport)==null?void 0:s.offsetTop)||0))/l.y,f=a.width/l.x,m=a.height/l.y;if(c){const y=ne(c),g=i&&Ce(i)?ne(i):i;let w=y.frameElement;for(;w&&i&&g!==y;){const x=Ze(w),v=w.getBoundingClientRect(),k=getComputedStyle(w);v.x+=(w.clientLeft+parseFloat(k.paddingLeft))*x.x,v.y+=(w.clientTop+parseFloat(k.paddingTop))*x.y,h*=x.x,p*=x.y,f*=x.x,m*=x.y,h+=v.x,p+=v.y,w=ne(w).frameElement}}return{width:f,height:m,top:p,right:h+f,bottom:p+m,left:h,x:h,y:p}}function Ee(t){return((Nr(t)?t.ownerDocument:t.document)||window.document).documentElement}function Pt(t){return Ce(t)?{scrollLeft:t.scrollLeft,scrollTop:t.scrollTop}:{scrollLeft:t.pageXOffset,scrollTop:t.pageYOffset}}function Pr(t){return ht(Ee(t)).left+Pt(t).scrollLeft}function pt(t){if(_e(t)==="html")return t;const e=t.assignedSlot||t.parentNode||Vr(t)&&t.host||Ee(t);return Vr(e)?e.host:e}function Fr(t){const e=pt(t);return gn(e)?e.ownerDocument.body:we(e)&&$t(e)?e:Fr(e)}function Ft(t,e){var n;e===void 0&&(e=[]);const i=Fr(t),r=i===((n=t.ownerDocument)==null?void 0:n.body),s=ne(i);return r?e.concat(s,s.visualViewport||[],$t(i)?i:[]):e.concat(i,Ft(i))}function Rr(t,e,n){return e==="viewport"?dt(function(i,r){const s=ne(i),a=Ee(i),c=s.visualViewport;let l=a.clientWidth,d=a.clientHeight,u=0,h=0;if(c){l=c.width,d=c.height;const p=Br();(p||!p&&r==="fixed")&&(u=c.offsetLeft,h=c.offsetTop)}return{width:l,height:d,x:u,y:h}}(t,n)):Ce(e)?dt(function(i,r){const s=ht(i,!0,r==="fixed"),a=s.top+i.clientTop,c=s.left+i.clientLeft,l=we(i)?Ze(i):{x:1,y:1};return{width:i.clientWidth*l.x,height:i.clientHeight*l.y,x:c*l.x,y:a*l.y}}(e,n)):dt(function(i){const r=Ee(i),s=Pt(i),a=i.ownerDocument.body,c=ut(r.scrollWidth,r.clientWidth,a.scrollWidth,a.clientWidth),l=ut(r.scrollHeight,r.clientHeight,a.scrollHeight,a.clientHeight);let d=-s.scrollLeft+Pr(i);const u=-s.scrollTop;return xe(a).direction==="rtl"&&(d+=ut(r.clientWidth,a.clientWidth)-c),{width:c,height:l,x:d,y:u}}(Ee(t)))}function zr(t){return we(t)&&xe(t).position!=="fixed"?t.offsetParent:null}function Lr(t){const e=ne(t);let n=zr(t);for(;n&&Xo(n)&&xe(n).position==="static";)n=zr(n);return n&&(_e(n)==="html"||_e(n)==="body"&&xe(n).position==="static"&&!yn(n))?e:n||function(i){let r=pt(i);for(;we(r)&&!gn(r);){if(yn(r))return r;r=pt(r)}return null}(t)||e}function ea(t,e,n){const i=we(e),r=Ee(e),s=ht(t,!0,n==="fixed",e);let a={scrollLeft:0,scrollTop:0};const c={x:0,y:0};if(i||!i&&n!=="fixed")if((_e(e)!=="body"||$t(r))&&(a=Pt(e)),we(e)){const l=ht(e,!0);c.x=l.x+e.clientLeft,c.y=l.y+e.clientTop}else r&&(c.x=Pr(r));return{x:s.left+a.scrollLeft-c.x,y:s.top+a.scrollTop-c.y,width:s.width,height:s.height}}const ta={getClippingRect:function(t){let{element:e,boundary:n,rootBoundary:i,strategy:r}=t;const s=n==="clippingAncestors"?function(d,u){const h=u.get(d);if(h)return h;let p=Ft(d).filter(g=>Ce(g)&&_e(g)!=="body"),f=null;const m=xe(d).position==="fixed";let y=m?pt(d):d;for(;Ce(y)&&!gn(y);){const g=xe(y),w=yn(y);(m?w||f:w||g.position!=="static"||!f||!["absolute","fixed"].includes(f.position))?f=g:p=p.filter(x=>x!==y),y=pt(y)}return u.set(d,p),p}(e,this._c):[].concat(n),a=[...s,i],c=a[0],l=a.reduce((d,u)=>{const h=Rr(e,u,r);return d.top=ut(h.top,d.top),d.right=Or(h.right,d.right),d.bottom=Or(h.bottom,d.bottom),d.left=ut(h.left,d.left),d},Rr(e,c,r));return{width:l.right-l.left,height:l.bottom-l.top,x:l.left,y:l.top}},convertOffsetParentRelativeRectToViewportRelativeRect:function(t){let{rect:e,offsetParent:n,strategy:i}=t;const r=we(n),s=Ee(n);if(n===s)return e;let a={scrollLeft:0,scrollTop:0},c={x:1,y:1};const l={x:0,y:0};if((r||!r&&i!=="fixed")&&((_e(n)!=="body"||$t(s))&&(a=Pt(n)),we(n))){const d=ht(n);c=Ze(n),l.x=d.x+n.clientLeft,l.y=d.y+n.clientTop}return{width:e.width*c.x,height:e.height*c.y,x:e.x*c.x-a.scrollLeft*c.x+l.x,y:e.y*c.y-a.scrollTop*c.y+l.y}},isElement:Ce,getDimensions:function(t){return we(t)?jr(t):t.getBoundingClientRect()},getOffsetParent:Lr,getDocumentElement:Ee,getScale:Ze,async getElementRects(t){let{reference:e,floating:n,strategy:i}=t;const r=this.getOffsetParent||Lr,s=this.getDimensions;return{reference:ea(e,await r(n),i),floating:{x:0,y:0,...await s(n)}}},getClientRects:t=>Array.from(t.getClientRects()),isRTL:t=>xe(t).direction==="rtl"},na=(t,e,n)=>{const i=new Map,r={platform:ta,...n},s={...r.platform,_c:i};return Wo(t,e,{...r,platform:s})},Re={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:t=>[...t,"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 ft(t,e){let n=Re.themes[t]||{},i;do i=n[e],typeof i>"u"?n.$extend?n=Re.themes[n.$extend]||{}:(n=null,i=Re[e]):n=null;while(n);return i}function ra(t){const e=[t];let n=Re.themes[t]||{};do n.$extend&&!n.$resetCss?(e.push(n.$extend),n=Re.themes[n.$extend]||{}):n=null;while(n);return e.map(i=>`v-popper--theme-${i}`)}function Hr(t){const e=[t];let n=Re.themes[t]||{};do n.$extend?(e.push(n.$extend),n=Re.themes[n.$extend]||{}):n=null;while(n);return e}let mt=!1;if(typeof window<"u"){mt=!1;try{const t=Object.defineProperty({},"passive",{get(){mt=!0}});window.addEventListener("test",null,t)}catch{}}let Wr=!1;typeof window<"u"&&typeof navigator<"u"&&(Wr=/iPad|iPhone|iPod/.test(navigator.userAgent)&&!window.MSStream);const Ur=["auto","top","bottom","left","right"].reduce((t,e)=>t.concat([e,`${e}-start`,`${e}-end`]),[]),qr={hover:"mouseenter",focus:"focus",click:"click",touch:"touchstart",pointer:"pointerdown"},Zr={hover:"mouseleave",focus:"blur",click:"click",touch:"touchend",pointer:"pointerup"};function Yr(t,e){const n=t.indexOf(e);n!==-1&&t.splice(n,1)}function xn(){return new Promise(t=>requestAnimationFrame(()=>{requestAnimationFrame(t)}))}const ce=[];let ze=null;const Gr={};function Jr(t){let e=Gr[t];return e||(e=Gr[t]=[]),e}let wn=function(){};typeof window<"u"&&(wn=window.Element);function I(t){return function(e){return ft(e.theme,t)}}const vn="__floating-vue__popper",Kr=()=>o.defineComponent({name:"VPopper",provide(){return{[vn]:{parentPopper:this}}},inject:{[vn]:{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:I("disabled")},positioningDisabled:{type:Boolean,default:I("positioningDisabled")},placement:{type:String,default:I("placement"),validator:t=>Ur.includes(t)},delay:{type:[String,Number,Object],default:I("delay")},distance:{type:[Number,String],default:I("distance")},skidding:{type:[Number,String],default:I("skidding")},triggers:{type:Array,default:I("triggers")},showTriggers:{type:[Array,Function],default:I("showTriggers")},hideTriggers:{type:[Array,Function],default:I("hideTriggers")},popperTriggers:{type:Array,default:I("popperTriggers")},popperShowTriggers:{type:[Array,Function],default:I("popperShowTriggers")},popperHideTriggers:{type:[Array,Function],default:I("popperHideTriggers")},container:{type:[String,Object,wn,Boolean],default:I("container")},boundary:{type:[String,wn],default:I("boundary")},strategy:{type:String,validator:t=>["absolute","fixed"].includes(t),default:I("strategy")},autoHide:{type:[Boolean,Function],default:I("autoHide")},handleResize:{type:Boolean,default:I("handleResize")},instantMove:{type:Boolean,default:I("instantMove")},eagerMount:{type:Boolean,default:I("eagerMount")},popperClass:{type:[String,Array,Object],default:I("popperClass")},computeTransformOrigin:{type:Boolean,default:I("computeTransformOrigin")},autoMinSize:{type:Boolean,default:I("autoMinSize")},autoSize:{type:[Boolean,String],default:I("autoSize")},autoMaxSize:{type:Boolean,default:I("autoMaxSize")},autoBoundaryMaxSize:{type:Boolean,default:I("autoBoundaryMaxSize")},preventOverflow:{type:Boolean,default:I("preventOverflow")},overflowPadding:{type:[Number,String],default:I("overflowPadding")},arrowPadding:{type:[Number,String],default:I("arrowPadding")},arrowOverflow:{type:Boolean,default:I("arrowOverflow")},flip:{type:Boolean,default:I("flip")},shift:{type:Boolean,default:I("shift")},shiftCrossAxis:{type:Boolean,default:I("shiftCrossAxis")},noAutoFocus:{type:Boolean,default:I("noAutoFocus")},disposeTimeout:{type:Number,default:I("disposeTimeout")}},emits:{show:()=>!0,hide:()=>!0,"update:shown":t=>!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(t=>t.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 t;return(t=this[vn])==null?void 0:t.parentPopper},hasPopperShowTriggerHover(){var t,e;return((t=this.popperTriggers)==null?void 0:t.includes("hover"))||((e=this.popperShowTriggers)==null?void 0:e.includes("hover"))}},watch:{shown:"$_autoShowHide",disabled(t){t?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((t,e)=>(t[e]="$_computePosition",t),{})},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:t=null,skipDelay:e=!1,force:n=!1}={}){var i,r;(i=this.parentPopper)!=null&&i.lockedChild&&this.parentPopper.lockedChild!==this||(this.pendingHide=!1,(n||!this.disabled)&&(((r=this.parentPopper)==null?void 0:r.lockedChild)===this&&(this.parentPopper.lockedChild=null),this.$_scheduleShow(t,e),this.$emit("show"),this.$_showFrameLocked=!0,requestAnimationFrame(()=>{this.$_showFrameLocked=!1})),this.$emit("update:shown",!0))},hide({event:t=null,skipDelay:e=!1}={}){var n;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:e}),this.parentPopper.lockedChild=null)},1e3));return}((n=this.parentPopper)==null?void 0:n.lockedChild)===this&&(this.parentPopper.lockedChild=null),this.pendingHide=!1,this.$_scheduleHide(t,e),this.$emit("hide"),this.$emit("update:shown",!1)}},init(){var t;this.isDisposed&&(this.isDisposed=!1,this.isMounted=!1,this.$_events=[],this.$_preventShow=!1,this.$_referenceNode=((t=this.referenceNode)==null?void 0:t.call(this))??this.$el,this.$_targetNodes=this.targetNodes().filter(e=>e.nodeType===e.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 t={strategy:this.strategy,middleware:[]};(this.distance||this.skidding)&&t.middleware.push(Jo({mainAxis:this.distance,crossAxis:this.skidding}));const e=this.placement.startsWith("auto");if(e?t.middleware.push(Zo({alignment:this.placement.split("-")[1]??""})):t.placement=this.placement,this.preventOverflow&&(this.shift&&t.middleware.push(Ko({padding:this.overflowPadding,boundary:this.boundary,crossAxis:this.shiftCrossAxis})),!e&&this.flip&&t.middleware.push(Yo({padding:this.overflowPadding,boundary:this.boundary}))),t.middleware.push(Uo({element:this.$_arrowNode,padding:this.arrowPadding})),this.arrowOverflow&&t.middleware.push({name:"arrowOverflow",fn:({placement:i,rects:r,middlewareData:s})=>{let a;const{centerOffset:c}=s.arrow;return i.startsWith("top")||i.startsWith("bottom")?a=Math.abs(c)>r.reference.width/2:a=Math.abs(c)>r.reference.height/2,{data:{overflow:a}}}}),this.autoMinSize||this.autoSize){const i=this.autoSize?this.autoSize:this.autoMinSize?"min":null;t.middleware.push({name:"autoSize",fn:({rects:r,placement:s,middlewareData:a})=>{var c;if((c=a.autoSize)!=null&&c.skip)return{};let l,d;return s.startsWith("top")||s.startsWith("bottom")?l=r.reference.width:d=r.reference.height,this.$_innerNode.style[i==="min"?"minWidth":i==="max"?"maxWidth":"width"]=l!=null?`${l}px`:null,this.$_innerNode.style[i==="min"?"minHeight":i==="max"?"maxHeight":"height"]=d!=null?`${d}px`:null,{data:{skip:!0},reset:{rects:!0}}}})}(this.autoMaxSize||this.autoBoundaryMaxSize)&&(this.$_innerNode.style.maxWidth=null,this.$_innerNode.style.maxHeight=null,t.middleware.push(Qo({boundary:this.boundary,padding:this.overflowPadding,apply:({availableWidth:i,availableHeight:r})=>{this.$_innerNode.style.maxWidth=i!=null?`${i}px`:null,this.$_innerNode.style.maxHeight=r!=null?`${r}px`:null}})));const n=await na(this.$_referenceNode,this.$_popperNode,t);Object.assign(this.result,{x:n.x,y:n.y,placement:n.placement,strategy:n.strategy,arrow:{...n.middlewareData.arrow,...n.middlewareData.arrowOverflow}})},$_scheduleShow(t,e=!1){if(this.$_updateParentShownChildren(!0),this.$_hideInProgress=!1,clearTimeout(this.$_scheduleTimer),ze&&this.instantMove&&ze.instantMove&&ze!==this.parentPopper){ze.$_applyHide(!0),this.$_applyShow(!0);return}e?this.$_applyShow():this.$_scheduleTimer=setTimeout(this.$_applyShow.bind(this),this.$_computeDelay("show"))},$_scheduleHide(t,e=!1){if(this.shownChildren.size>0){this.pendingHide=!0;return}this.$_updateParentShownChildren(!1),this.$_hideInProgress=!0,clearTimeout(this.$_scheduleTimer),this.isShown&&(ze=this),e?this.$_applyHide():this.$_scheduleTimer=setTimeout(this.$_applyHide.bind(this),this.$_computeDelay("hide"))},$_computeDelay(t){const e=this.delay;return parseInt(e&&e[t]||e||0)},async $_applyShow(t=!1){clearTimeout(this.$_disposeTimer),clearTimeout(this.$_scheduleTimer),this.skipTransition=t,!this.isShown&&(this.$_ensureTeleport(),await xn(),await this.$_computePosition(),await this.$_applyShowEffect(),this.positioningDisabled||this.$_registerEventListeners([...Ft(this.$_referenceNode),...Ft(this.$_popperNode)],"scroll",()=>{this.$_computePosition()}))},async $_applyShowEffect(){if(this.$_hideInProgress)return;if(this.computeTransformOrigin){const e=this.$_referenceNode.getBoundingClientRect(),n=this.$_popperNode.querySelector(".v-popper__wrapper"),i=n.parentNode.getBoundingClientRect(),r=e.x+e.width/2-(i.left+n.offsetLeft),s=e.y+e.height/2-(i.top+n.offsetTop);this.result.transformOrigin=`${r}px ${s}px`}this.isShown=!0,this.$_applyAttrsToTarget({"aria-describedby":this.popperId,"data-popper-shown":""});const t=this.showGroup;if(t){let e;for(let n=0;n<ce.length;n++)e=ce[n],e.showGroup!==t&&(e.hide(),e.$emit("close-group"))}ce.push(this),document.body.classList.add("v-popper--some-open");for(const e of Hr(this.theme))Jr(e).push(this),document.body.classList.add(`v-popper--some-open--${e}`);this.$emit("apply-show"),this.classes.showFrom=!0,this.classes.showTo=!1,this.classes.hideFrom=!1,this.classes.hideTo=!1,await xn(),this.classes.showFrom=!1,this.classes.showTo=!0,this.noAutoFocus||this.$_popperNode.focus()},async $_applyHide(t=!1){if(this.shownChildren.size>0){this.pendingHide=!0,this.$_hideInProgress=!1;return}if(clearTimeout(this.$_scheduleTimer),!this.isShown)return;this.skipTransition=t,Yr(ce,this),ce.length===0&&document.body.classList.remove("v-popper--some-open");for(const n of Hr(this.theme)){const i=Jr(n);Yr(i,this),i.length===0&&document.body.classList.remove(`v-popper--some-open--${n}`)}ze===this&&(ze=null),this.isShown=!1,this.$_applyAttrsToTarget({"aria-describedby":void 0,"data-popper-shown":void 0}),clearTimeout(this.$_disposeTimer);const e=this.disposeTimeout;e!==null&&(this.$_disposeTimer=setTimeout(()=>{this.$_popperNode&&(this.$_detachPopperNode(),this.isMounted=!1)},e)),this.$_removeEventListeners("scroll"),this.$emit("apply-hide"),this.classes.showFrom=!1,this.classes.showTo=!1,this.classes.hideFrom=!0,this.classes.hideTo=!1,await xn(),this.classes.hideFrom=!1,this.classes.hideTo=!0},$_autoShowHide(){this.shown?this.show():this.hide()},$_ensureTeleport(){if(this.isDisposed)return;let t=this.container;if(typeof t=="string"?t=window.document.querySelector(t):t===!1&&(t=this.$_targetNodes[0].parentNode),!t)throw new Error("No container for popover: "+this.container);t.appendChild(this.$_popperNode),this.isMounted=!0},$_addEventListeners(){const t=n=>{this.isShown&&!this.$_hideInProgress||(n.usedByTooltip=!0,!this.$_preventShow&&this.show({event:n}))};this.$_registerTriggerListeners(this.$_targetNodes,qr,this.triggers,this.showTriggers,t),this.$_registerTriggerListeners([this.$_popperNode],qr,this.popperTriggers,this.popperShowTriggers,t);const e=n=>{n.usedByTooltip||this.hide({event:n})};this.$_registerTriggerListeners(this.$_targetNodes,Zr,this.triggers,this.hideTriggers,e),this.$_registerTriggerListeners([this.$_popperNode],Zr,this.popperTriggers,this.popperHideTriggers,e)},$_registerEventListeners(t,e,n){this.$_events.push({targetNodes:t,eventType:e,handler:n}),t.forEach(i=>i.addEventListener(e,n,mt?{passive:!0}:void 0))},$_registerTriggerListeners(t,e,n,i,r){let s=n;i!=null&&(s=typeof i=="function"?i(s):i),s.forEach(a=>{const c=e[a];c&&this.$_registerEventListeners(t,c,r)})},$_removeEventListeners(t){const e=[];this.$_events.forEach(n=>{const{targetNodes:i,eventType:r,handler:s}=n;!t||t===r?i.forEach(a=>a.removeEventListener(r,s)):e.push(n)}),this.$_events=e},$_refreshListeners(){this.isDisposed||(this.$_removeEventListeners(),this.$_addEventListeners())},$_handleGlobalClose(t,e=!1){this.$_showFrameLocked||(this.hide({event:t}),t.closePopover?this.$emit("close-directive"):this.$emit("auto-hide"),e&&(this.$_preventShow=!0,setTimeout(()=>{this.$_preventShow=!1},300)))},$_detachPopperNode(){this.$_popperNode.parentNode&&this.$_popperNode.parentNode.removeChild(this.$_popperNode)},$_swapTargetAttrs(t,e){for(const n of this.$_targetNodes){const i=n.getAttribute(t);i&&(n.removeAttribute(t),n.setAttribute(e,i))}},$_applyAttrsToTarget(t){for(const e of this.$_targetNodes)for(const n in t){const i=t[n];i==null?e.removeAttribute(n):e.setAttribute(n,i)}},$_updateParentShownChildren(t){let e=this.parentPopper;for(;e;)t?e.shownChildren.add(this.randomId):(e.shownChildren.delete(this.randomId),e.pendingHide&&e.hide()),e=e.parentPopper},$_isAimingPopper(){const t=this.$_referenceNode.getBoundingClientRect();if(yt>=t.left&&yt<=t.right&&gt>=t.top&&gt<=t.bottom){const e=this.$_popperNode.getBoundingClientRect(),n=yt-Oe,i=gt-je,r=e.left+e.width/2-Oe+(e.top+e.height/2)-je+e.width+e.height,s=Oe+n*r,a=je+i*r;return Rt(Oe,je,s,a,e.left,e.top,e.left,e.bottom)||Rt(Oe,je,s,a,e.left,e.top,e.right,e.top)||Rt(Oe,je,s,a,e.right,e.top,e.right,e.bottom)||Rt(Oe,je,s,a,e.left,e.bottom,e.right,e.bottom)}return!1}},render(){return this.$slots.default(this.slotData)}});if(typeof document<"u"&&typeof window<"u"){if(Wr){const t=mt?{passive:!0,capture:!0}:!0;document.addEventListener("touchstart",e=>Qr(e),t),document.addEventListener("touchend",e=>Xr(e,!0),t)}else window.addEventListener("mousedown",t=>Qr(t),!0),window.addEventListener("click",t=>Xr(t,!1),!0);window.addEventListener("resize",oa)}function Qr(t,e){for(let n=0;n<ce.length;n++){const i=ce[n];try{i.mouseDownContains=i.popperNode().contains(t.target)}catch{}}}function Xr(t,e){ia(t,e)}function ia(t,e){const n={};for(let i=ce.length-1;i>=0;i--){const r=ce[i];try{const s=r.containsGlobalTarget=r.mouseDownContains||r.popperNode().contains(t.target);r.pendingHide=!1,requestAnimationFrame(()=>{if(r.pendingHide=!1,!n[r.randomId]&&ei(r,s,t)){if(r.$_handleGlobalClose(t,e),!t.closeAllPopover&&t.closePopover&&s){let c=r.parentPopper;for(;c;)n[c.randomId]=!0,c=c.parentPopper;return}let a=r.parentPopper;for(;a&&ei(a,a.containsGlobalTarget,t);)a.$_handleGlobalClose(t,e),a=a.parentPopper}})}catch{}}}function ei(t,e,n){return n.closeAllPopover||n.closePopover&&e||sa(t,n)&&!e}function sa(t,e){if(typeof t.autoHide=="function"){const n=t.autoHide(e);return t.lastAutoHide=n,n}return t.autoHide}function oa(){for(let t=0;t<ce.length;t++)ce[t].$_computePosition()}let Oe=0,je=0,yt=0,gt=0;typeof window<"u"&&window.addEventListener("mousemove",t=>{Oe=yt,je=gt,yt=t.clientX,gt=t.clientY},mt?{passive:!0}:void 0);function Rt(t,e,n,i,r,s,a,c){const l=((a-r)*(e-s)-(c-s)*(t-r))/((c-s)*(n-t)-(a-r)*(i-e)),d=((n-t)*(e-s)-(i-e)*(t-r))/((c-s)*(n-t)-(a-r)*(i-e));return l>=0&&l<=1&&d>=0&&d<=1}const aa={extends:Kr()},zt=(t,e)=>{const n=t.__vccOpts||t;for(const[i,r]of e)n[i]=r;return n};function la(t,e,n,i,r,s){return o.openBlock(),o.createElementBlock("div",{ref:"reference",class:o.normalizeClass(["v-popper",{"v-popper--shown":t.slotData.isShown}])},[o.renderSlot(t.$slots,"default",o.normalizeProps(o.guardReactiveProps(t.slotData)))],2)}const ca=zt(aa,[["render",la]]);function da(){var t=window.navigator.userAgent,e=t.indexOf("MSIE ");if(e>0)return parseInt(t.substring(e+5,t.indexOf(".",e)),10);var n=t.indexOf("Trident/");if(n>0){var i=t.indexOf("rv:");return parseInt(t.substring(i+3,t.indexOf(".",i)),10)}var r=t.indexOf("Edge/");return r>0?parseInt(t.substring(r+5,t.indexOf(".",r)),10):-1}let Lt;function bn(){bn.init||(bn.init=!0,Lt=da()!==-1)}var Ht={name:"ResizeObserver",props:{emitOnMount:{type:Boolean,default:!1},ignoreWidth:{type:Boolean,default:!1},ignoreHeight:{type:Boolean,default:!1}},emits:["notify"],mounted(){bn(),o.nextTick(()=>{this._w=this.$el.offsetWidth,this._h=this.$el.offsetHeight,this.emitOnMount&&this.emitSize()});const t=document.createElement("object");this._resizeObject=t,t.setAttribute("aria-hidden","true"),t.setAttribute("tabindex",-1),t.onload=this.addResizeHandlers,t.type="text/html",Lt&&this.$el.appendChild(t),t.data="about:blank",Lt||this.$el.appendChild(t)},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&&(!Lt&&this._resizeObject.contentDocument&&this._resizeObject.contentDocument.defaultView.removeEventListener("resize",this.compareAndNotify),this.$el.removeChild(this._resizeObject),this._resizeObject.onload=null,this._resizeObject=null)}}};const ua=o.withScopeId("data-v-b329ee4c");o.pushScopeId("data-v-b329ee4c");const ha={class:"resize-observer",tabindex:"-1"};o.popScopeId();const pa=ua((t,e,n,i,r,s)=>(o.openBlock(),o.createBlock("div",ha)));Ht.render=pa,Ht.__scopeId="data-v-b329ee4c",Ht.__file="src/components/ResizeObserver.vue";const ti=(t="theme")=>({computed:{themeClass(){return ra(this[t])}}}),fa=o.defineComponent({name:"VPopperContent",components:{ResizeObserver:Ht},mixins:[ti()],props:{popperId:String,theme:String,shown:Boolean,mounted:Boolean,skipTransition:Boolean,autoHide:Boolean,handleResize:Boolean,classes:Object,result:Object},emits:["hide","resize"],methods:{toPx(t){return t!=null&&!isNaN(t)?`${t}px`:null}}}),ma=["id","aria-hidden","tabindex","data-popper-placement"],ya={ref:"inner",class:"v-popper__inner"},ga=o.createElementVNode("div",{class:"v-popper__arrow-outer"},null,-1),xa=o.createElementVNode("div",{class:"v-popper__arrow-inner"},null,-1),wa=[ga,xa];function va(t,e,n,i,r,s){const a=o.resolveComponent("ResizeObserver");return o.openBlock(),o.createElementBlock("div",{id:t.popperId,ref:"popover",class:o.normalizeClass(["v-popper__popper",[t.themeClass,t.classes.popperClass,{"v-popper__popper--shown":t.shown,"v-popper__popper--hidden":!t.shown,"v-popper__popper--show-from":t.classes.showFrom,"v-popper__popper--show-to":t.classes.showTo,"v-popper__popper--hide-from":t.classes.hideFrom,"v-popper__popper--hide-to":t.classes.hideTo,"v-popper__popper--skip-transition":t.skipTransition,"v-popper__popper--arrow-overflow":t.result&&t.result.arrow.overflow,"v-popper__popper--no-positioning":!t.result}]]),style:o.normalizeStyle(t.result?{position:t.result.strategy,transform:`translate3d(${Math.round(t.result.x)}px,${Math.round(t.result.y)}px,0)`}:void 0),"aria-hidden":t.shown?"false":"true",tabindex:t.autoHide?0:void 0,"data-popper-placement":t.result?t.result.placement:void 0,onKeyup:e[2]||(e[2]=o.withKeys(c=>t.autoHide&&t.$emit("hide"),["esc"]))},[o.createElementVNode("div",{class:"v-popper__backdrop",onClick:e[0]||(e[0]=c=>t.autoHide&&t.$emit("hide"))}),o.createElementVNode("div",{class:"v-popper__wrapper",style:o.normalizeStyle(t.result?{transformOrigin:t.result.transformOrigin}:void 0)},[o.createElementVNode("div",ya,[t.mounted?(o.openBlock(),o.createElementBlock(o.Fragment,{key:0},[o.createElementVNode("div",null,[o.renderSlot(t.$slots,"default")]),t.handleResize?(o.openBlock(),o.createBlock(a,{key:0,onNotify:e[1]||(e[1]=c=>t.$emit("resize",c))})):o.createCommentVNode("",!0)],64)):o.createCommentVNode("",!0)],512),o.createElementVNode("div",{ref:"arrow",class:"v-popper__arrow-container",style:o.normalizeStyle(t.result?{left:t.toPx(t.result.arrow.x),top:t.toPx(t.result.arrow.y)}:void 0)},wa,4)],4)],46,ma)}const ni=zt(fa,[["render",va]]),ri={methods:{show(...t){return this.$refs.popper.show(...t)},hide(...t){return this.$refs.popper.hide(...t)},dispose(...t){return this.$refs.popper.dispose(...t)},onResize(...t){return this.$refs.popper.onResize(...t)}}};let kn=function(){};typeof window<"u"&&(kn=window.Element);const ba=o.defineComponent({name:"VPopperWrapper",components:{Popper:ca,PopperContent:ni},mixins:[ri,ti("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,kn,Boolean],default:void 0},boundary:{type:[String,kn],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":t=>!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(t=>t!==this.$refs.popperContent.$el)}}});function ka(t,e,n,i,r,s){const a=o.resolveComponent("PopperContent"),c=o.resolveComponent("Popper");return o.openBlock(),o.createBlock(c,o.mergeProps({ref:"popper"},t.$props,{theme:t.finalTheme,"target-nodes":t.getTargetNodes,"popper-node":()=>t.$refs.popperContent.$el,class:[t.themeClass],onShow:e[0]||(e[0]=()=>t.$emit("show")),onHide:e[1]||(e[1]=()=>t.$emit("hide")),"onUpdate:shown":e[2]||(e[2]=l=>t.$emit("update:shown",l)),onApplyShow:e[3]||(e[3]=()=>t.$emit("apply-show")),onApplyHide:e[4]||(e[4]=()=>t.$emit("apply-hide")),onCloseGroup:e[5]||(e[5]=()=>t.$emit("close-group")),onCloseDirective:e[6]||(e[6]=()=>t.$emit("close-directive")),onAutoHide:e[7]||(e[7]=()=>t.$emit("auto-hide")),onResize:e[8]||(e[8]=()=>t.$emit("resize"))}),{default:o.withCtx(({popperId:l,isShown:d,shouldMountContent:u,skipTransition:h,autoHide:p,show:f,hide:m,handleResize:y,onResize:g,classes:w,result:x})=>[o.renderSlot(t.$slots,"default",{shown:d,show:f,hide:m}),o.createVNode(a,{ref:"popperContent","popper-id":l,theme:t.finalTheme,shown:d,mounted:u,"skip-transition":h,"auto-hide":p,"handle-resize":y,classes:w,result:x,onHide:m,onResize:g},{default:o.withCtx(()=>[o.renderSlot(t.$slots,"popper",{shown:d,hide:m})]),_: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 Sn=zt(ba,[["render",ka]]);({...Sn},{...Sn});const Sa={...Sn,name:"VTooltip",vPopperTheme:"tooltip"},Da=o.defineComponent({name:"VTooltipDirective",components:{Popper:Kr(),PopperContent:ni},mixins:[ri],inheritAttrs:!1,props:{theme:{type:String,default:"tooltip"},html:{type:Boolean,default:t=>ft(t.theme,"html")},content:{type:[String,Number,Function],default:null},loadingContent:{type:String,default:t=>ft(t.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(t){if(typeof this.content=="function"&&this.$_isShown&&(t||!this.$_loading&&this.asyncContent==null)){this.asyncContent=null,this.$_loading=!0;const e=++this.$_fetchId,n=this.content(this);n.then?n.then(i=>this.onResult(e,i)):this.onResult(e,n)}},onResult(t,e){t===this.$_fetchId&&(this.$_loading=!1,this.asyncContent=e)},onShow(){this.$_isShown=!0,this.fetchContent()},onHide(){this.$_isShown=!1}}}),Ma=["innerHTML"],Ta=["textContent"];function _a(t,e,n,i,r,s){const a=o.resolveComponent("PopperContent"),c=o.resolveComponent("Popper");return o.openBlock(),o.createBlock(c,o.mergeProps({ref:"popper"},t.$attrs,{theme:t.theme,"target-nodes":t.targetNodes,"popper-node":()=>t.$refs.popperContent.$el,onApplyShow:t.onShow,onApplyHide:t.onHide}),{default:o.withCtx(({popperId:l,isShown:d,shouldMountContent:u,skipTransition:h,autoHide:p,hide:f,handleResize:m,onResize:y,classes:g,result:w})=>[o.createVNode(a,{ref:"popperContent",class:o.normalizeClass({"v-popper--tooltip-loading":t.loading}),"popper-id":l,theme:t.theme,shown:d,mounted:u,"skip-transition":h,"auto-hide":p,"handle-resize":m,classes:g,result:w,onHide:f,onResize:y},{default:o.withCtx(()=>[t.html?(o.openBlock(),o.createElementBlock("div",{key:0,innerHTML:t.finalContent},null,8,Ma)):(o.openBlock(),o.createElementBlock("div",{key:1,textContent:o.toDisplayString(t.finalContent)},null,8,Ta))]),_: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 Ca=zt(Da,[["render",_a]]),ii="v-popper--has-tooltip";function Ea(t,e){let n=t.placement;if(!n&&e)for(const i of Ur)e[i]&&(n=i);return n||(n=ft(t.theme||"tooltip","placement")),n}function si(t,e,n){let i;const r=typeof e;return r==="string"?i={content:e}:e&&r==="object"?i=e:i={content:!1},i.placement=Ea(i,n),i.targetNodes=()=>[t],i.referenceNode=()=>t,i}let Dn,xt,Oa=0;function ja(){if(Dn)return;xt=o.ref([]),Dn=o.createApp({name:"VTooltipDirectiveApp",setup(){return{directives:xt}},render(){return this.directives.map(e=>o.h(Ca,{...e.options,shown:e.shown||e.options.shown,key:e.id}))},devtools:{hide:!0}});const t=document.createElement("div");document.body.appendChild(t),Dn.mount(t)}function Ia(t,e,n){ja();const i=o.ref(si(t,e,n)),r=o.ref(!1),s={id:Oa++,options:i,shown:r};return xt.value.push(s),t.classList&&t.classList.add(ii),t.$_popper={options:i,item:s,show(){r.value=!0},hide(){r.value=!1}}}function oi(t){if(t.$_popper){const e=xt.value.indexOf(t.$_popper.item);e!==-1&&xt.value.splice(e,1),delete t.$_popper,delete t.$_popperOldShown,delete t.$_popperMountTarget}t.classList&&t.classList.remove(ii)}function ai(t,{value:e,modifiers:n}){const i=si(t,e,n);if(!i.content||ft(i.theme||"tooltip","disabled"))oi(t);else{let r;t.$_popper?(r=t.$_popper,r.options.value=i):r=Ia(t,e,n),typeof e.shown<"u"&&e.shown!==t.$_popperOldShown&&(t.$_popperOldShown=e.shown,e.shown?r.show():r.hide())}}const Na={beforeMount:ai,updated:ai,beforeUnmount(t){oi(t)}},Va=Sa;class Le extends Error{}class Ba extends Le{constructor(e){super(`Invalid DateTime: ${e.toMessage()}`)}}class Aa extends Le{constructor(e){super(`Invalid Interval: ${e.toMessage()}`)}}class $a extends Le{constructor(e){super(`Invalid Duration: ${e.toMessage()}`)}}class Ye extends Le{}class li extends Le{constructor(e){super(`Invalid unit ${e}`)}}class G extends Le{}class Ie extends Le{constructor(){super("Zone is an abstract class")}}const S="numeric",de="short",te="long",Wt={year:S,month:S,day:S},ci={year:S,month:de,day:S},Pa={year:S,month:de,day:S,weekday:de},di={year:S,month:te,day:S},ui={year:S,month:te,day:S,weekday:te},hi={hour:S,minute:S},pi={hour:S,minute:S,second:S},fi={hour:S,minute:S,second:S,timeZoneName:de},mi={hour:S,minute:S,second:S,timeZoneName:te},yi={hour:S,minute:S,hourCycle:"h23"},gi={hour:S,minute:S,second:S,hourCycle:"h23"},xi={hour:S,minute:S,second:S,hourCycle:"h23",timeZoneName:de},wi={hour:S,minute:S,second:S,hourCycle:"h23",timeZoneName:te},vi={year:S,month:S,day:S,hour:S,minute:S},bi={year:S,month:S,day:S,hour:S,minute:S,second:S},ki={year:S,month:de,day:S,hour:S,minute:S},Si={year:S,month:de,day:S,hour:S,minute:S,second:S},Fa={year:S,month:de,day:S,weekday:de,hour:S,minute:S},Di={year:S,month:te,day:S,hour:S,minute:S,timeZoneName:de},Mi={year:S,month:te,day:S,hour:S,minute:S,second:S,timeZoneName:de},Ti={year:S,month:te,day:S,weekday:te,hour:S,minute:S,timeZoneName:te},_i={year:S,month:te,day:S,weekday:te,hour:S,minute:S,second:S,timeZoneName:te};class wt{get type(){throw new Ie}get name(){throw new Ie}get ianaName(){return this.name}get isUniversal(){throw new Ie}offsetName(e,n){throw new Ie}formatOffset(e,n){throw new Ie}offset(e){throw new Ie}equals(e){throw new Ie}get isValid(){throw new Ie}}let Mn=null;class Ut extends wt{static get instance(){return Mn===null&&(Mn=new Ut),Mn}get type(){return"system"}get name(){return new Intl.DateTimeFormat().resolvedOptions().timeZone}get isUniversal(){return!1}offsetName(e,{format:n,locale:i}){return Xi(e,n,i)}formatOffset(e,n){return St(this.offset(e),n)}offset(e){return-new Date(e).getTimezoneOffset()}equals(e){return e.type==="system"}get isValid(){return!0}}const Tn=new Map;function Ra(t){let e=Tn.get(t);return e===void 0&&(e=new Intl.DateTimeFormat("en-US",{hour12:!1,timeZone:t,year:"numeric",month:"2-digit",day:"2-digit",hour:"2-digit",minute:"2-digit",second:"2-digit",era:"short"}),Tn.set(t,e)),e}const za={year:0,month:1,day:2,era:3,hour:4,minute:5,second:6};function La(t,e){const n=t.format(e).replace(/\u200E/g,""),i=/(\d+)\/(\d+)\/(\d+) (AD|BC),? (\d+):(\d+):(\d+)/.exec(n),[,r,s,a,c,l,d,u]=i;return[a,r,s,c,l,d,u]}function Ha(t,e){const n=t.formatToParts(e),i=[];for(let r=0;r<n.length;r++){const{type:s,value:a}=n[r],c=za[s];s==="era"?i[c]=a:E(c)||(i[c]=parseInt(a,10))}return i}const _n=new Map;class De extends wt{static create(e){let n=_n.get(e);return n===void 0&&_n.set(e,n=new De(e)),n}static resetCache(){_n.clear(),Tn.clear()}static isValidSpecifier(e){return this.isValidZone(e)}static isValidZone(e){if(!e)return!1;try{return new Intl.DateTimeFormat("en-US",{timeZone:e}).format(),!0}catch{return!1}}constructor(e){super(),this.zoneName=e,this.valid=De.isValidZone(e)}get type(){return"iana"}get name(){return this.zoneName}get isUniversal(){return!1}offsetName(e,{format:n,locale:i}){return Xi(e,n,i,this.name)}formatOffset(e,n){return St(this.offset(e),n)}offset(e){if(!this.valid)return NaN;const n=new Date(e);if(isNaN(n))return NaN;const i=Ra(this.name);let[r,s,a,c,l,d,u]=i.formatToParts?Ha(i,n):La(i,n);c==="BC"&&(r=-Math.abs(r)+1);const p=Jt({year:r,month:s,day:a,hour:l===24?0:l,minute:d,second:u,millisecond:0});let f=+n;const m=f%1e3;return f-=m>=0?m:1e3+m,(p-f)/(60*1e3)}equals(e){return e.type==="iana"&&e.name===this.name}get isValid(){return this.valid}}let Ci={};function Wa(t,e={}){const n=JSON.stringify([t,e]);let i=Ci[n];return i||(i=new Intl.ListFormat(t,e),Ci[n]=i),i}const Cn=new Map;function En(t,e={}){const n=JSON.stringify([t,e]);let i=Cn.get(n);return i===void 0&&(i=new Intl.DateTimeFormat(t,e),Cn.set(n,i)),i}const On=new Map;function Ua(t,e={}){const n=JSON.stringify([t,e]);let i=On.get(n);return i===void 0&&(i=new Intl.NumberFormat(t,e),On.set(n,i)),i}const jn=new Map;function qa(t,e={}){const{base:n,...i}=e,r=JSON.stringify([t,i]);let s=jn.get(r);return s===void 0&&(s=new Intl.RelativeTimeFormat(t,e),jn.set(r,s)),s}let vt=null;function Za(){return vt||(vt=new Intl.DateTimeFormat().resolvedOptions().locale,vt)}const In=new Map;function Ei(t){let e=In.get(t);return e===void 0&&(e=new Intl.DateTimeFormat(t).resolvedOptions(),In.set(t,e)),e}const Nn=new Map;function Ya(t){let e=Nn.get(t);if(!e){const n=new Intl.Locale(t);e="getWeekInfo"in n?n.getWeekInfo():n.weekInfo,"minimalDays"in e||(e={...Oi,...e}),Nn.set(t,e)}return e}function Ga(t){const e=t.indexOf("-x-");e!==-1&&(t=t.substring(0,e));const n=t.indexOf("-u-");if(n===-1)return[t];{let i,r;try{i=En(t).resolvedOptions(),r=t}catch{const l=t.substring(0,n);i=En(l).resolvedOptions(),r=l}const{numberingSystem:s,calendar:a}=i;return[r,s,a]}}function Ja(t,e,n){return(n||e)&&(t.includes("-u-")||(t+="-u"),n&&(t+=`-ca-${n}`),e&&(t+=`-nu-${e}`)),t}function Ka(t){const e=[];for(let n=1;n<=12;n++){const i=b.utc(2009,n,1);e.push(t(i))}return e}function Qa(t){const e=[];for(let n=1;n<=7;n++){const i=b.utc(2016,11,13+n);e.push(t(i))}return e}function qt(t,e,n,i){const r=t.listingMode();return r==="error"?null:r==="en"?n(e):i(e)}function Xa(t){return t.numberingSystem&&t.numberingSystem!=="latn"?!1:t.numberingSystem==="latn"||!t.locale||t.locale.startsWith("en")||Ei(t.locale).numberingSystem==="latn"}class el{constructor(e,n,i){this.padTo=i.padTo||0,this.floor=i.floor||!1;const{padTo:r,floor:s,...a}=i;if(!n||Object.keys(a).length>0){const c={useGrouping:!1,...i};i.padTo>0&&(c.minimumIntegerDigits=i.padTo),this.inf=Ua(e,c)}}format(e){if(this.inf){const n=this.floor?Math.floor(e):e;return this.inf.format(n)}else{const n=this.floor?Math.floor(e):Ln(e,3);return Z(n,this.padTo)}}}class tl{constructor(e,n,i){this.opts=i,this.originalZone=void 0;let r;if(this.opts.timeZone)this.dt=e;else if(e.zone.type==="fixed"){const a=-1*(e.offset/60),c=a>=0?`Etc/GMT+${a}`:`Etc/GMT${a}`;e.offset!==0&&De.create(c).valid?(r=c,this.dt=e):(r="UTC",this.dt=e.offset===0?e:e.setZone("UTC").plus({minutes:e.offset}),this.originalZone=e.zone)}else e.zone.type==="system"?this.dt=e:e.zone.type==="iana"?(this.dt=e,r=e.zone.name):(r="UTC",this.dt=e.setZone("UTC").plus({minutes:e.offset}),this.originalZone=e.zone);const s={...this.opts};s.timeZone=s.timeZone||r,this.dtf=En(n,s)}format(){return this.originalZone?this.formatToParts().map(({value:e})=>e).join(""):this.dtf.format(this.dt.toJSDate())}formatToParts(){const e=this.dtf.formatToParts(this.dt.toJSDate());return this.originalZone?e.map(n=>{if(n.type==="timeZoneName"){const i=this.originalZone.offsetName(this.dt.ts,{locale:this.dt.locale,format:this.opts.timeZoneName});return{...n,value:i}}else return n}):e}resolvedOptions(){return this.dtf.resolvedOptions()}}class nl{constructor(e,n,i){this.opts={style:"long",...i},!n&&Gi()&&(this.rtf=qa(e,i))}format(e,n){return this.rtf?this.rtf.format(e,n):Dl(n,e,this.opts.numeric,this.opts.style!=="long")}formatToParts(e,n){return this.rtf?this.rtf.formatToParts(e,n):[]}}const Oi={firstDay:1,minimalDays:4,weekend:[6,7]};class A{static fromOpts(e){return A.create(e.locale,e.numberingSystem,e.outputCalendar,e.weekSettings,e.defaultToEN)}static create(e,n,i,r,s=!1){const a=e||W.defaultLocale,c=a||(s?"en-US":Za()),l=n||W.defaultNumberingSystem,d=i||W.defaultOutputCalendar,u=Rn(r)||W.defaultWeekSettings;return new A(c,l,d,u,a)}static resetCache(){vt=null,Cn.clear(),On.clear(),jn.clear(),In.clear(),Nn.clear()}static fromObject({locale:e,numberingSystem:n,outputCalendar:i,weekSettings:r}={}){return A.create(e,n,i,r)}constructor(e,n,i,r,s){const[a,c,l]=Ga(e);this.locale=a,this.numberingSystem=n||c||null,this.outputCalendar=i||l||null,this.weekSettings=r,this.intl=Ja(this.locale,this.numberingSystem,this.outputCalendar),this.weekdaysCache={format:{},standalone:{}},this.monthsCache={format:{},standalone:{}},this.meridiemCache=null,this.eraCache={},this.specifiedLocale=s,this.fastNumbersCached=null}get fastNumbers(){return this.fastNumbersCached==null&&(this.fastNumbersCached=Xa(this)),this.fastNumbersCached}listingMode(){const e=this.isEnglish(),n=(this.numberingSystem===null||this.numberingSystem==="latn")&&(this.outputCalendar===null||this.outputCalendar==="gregory");return e&&n?"en":"intl"}clone(e){return!e||Object.getOwnPropertyNames(e).length===0?this:A.create(e.locale||this.specifiedLocale,e.numberingSystem||this.numberingSystem,e.outputCalendar||this.outputCalendar,Rn(e.weekSettings)||this.weekSettings,e.defaultToEN||!1)}redefaultToEN(e={}){return this.clone({...e,defaultToEN:!0})}redefaultToSystem(e={}){return this.clone({...e,defaultToEN:!1})}months(e,n=!1){return qt(this,e,ns,()=>{const i=n?{month:e,day:"numeric"}:{month:e},r=n?"format":"standalone";return this.monthsCache[r][e]||(this.monthsCache[r][e]=Ka(s=>this.extract(s,i,"month"))),this.monthsCache[r][e]})}weekdays(e,n=!1){return qt(this,e,ss,()=>{const i=n?{weekday:e,year:"numeric",month:"long",day:"numeric"}:{weekday:e},r=n?"format":"standalone";return this.weekdaysCache[r][e]||(this.weekdaysCache[r][e]=Qa(s=>this.extract(s,i,"weekday"))),this.weekdaysCache[r][e]})}meridiems(){return qt(this,void 0,()=>os,()=>{if(!this.meridiemCache){const e={hour:"numeric",hourCycle:"h12"};this.meridiemCache=[b.utc(2016,11,13,9),b.utc(2016,11,13,19)].map(n=>this.extract(n,e,"dayperiod"))}return this.meridiemCache})}eras(e){return qt(this,e,as,()=>{const n={era:e};return this.eraCache[e]||(this.eraCache[e]=[b.utc(-40,1,1),b.utc(2017,1,1)].map(i=>this.extract(i,n,"era"))),this.eraCache[e]})}extract(e,n,i){const r=this.dtFormatter(e,n),s=r.formatToParts(),a=s.find(c=>c.type.toLowerCase()===i);return a?a.value:null}numberFormatter(e={}){return new el(this.intl,e.forceSimple||this.fastNumbers,e)}dtFormatter(e,n={}){return new tl(e,this.intl,n)}relFormatter(e={}){return new nl(this.intl,this.isEnglish(),e)}listFormatter(e={}){return Wa(this.intl,e)}isEnglish(){return this.locale==="en"||this.locale.toLowerCase()==="en-us"||Ei(this.intl).locale.startsWith("en-us")}getWeekSettings(){return this.weekSettings?this.weekSettings:Ji()?Ya(this.locale):Oi}getStartOfWeek(){return this.getWeekSettings().firstDay}getMinDaysInFirstWeek(){return this.getWeekSettings().minimalDays}getWeekendDays(){return this.getWeekSettings().weekend}equals(e){return this.locale===e.locale&&this.numberingSystem===e.numberingSystem&&this.outputCalendar===e.outputCalendar}toString(){return`Locale(${this.locale}, ${this.numberingSystem}, ${this.outputCalendar})`}}let Vn=null;class X extends wt{static get utcInstance(){return Vn===null&&(Vn=new X(0)),Vn}static instance(e){return e===0?X.utcInstance:new X(e)}static parseSpecifier(e){if(e){const n=e.match(/^utc(?:([+-]\d{1,2})(?::(\d{2}))?)?$/i);if(n)return new X(Kt(n[1],n[2]))}return null}constructor(e){super(),this.fixed=e}get type(){return"fixed"}get name(){return this.fixed===0?"UTC":`UTC${St(this.fixed,"narrow")}`}get ianaName(){return this.fixed===0?"Etc/UTC":`Etc/GMT${St(-this.fixed,"narrow")}`}offsetName(){return this.name}formatOffset(e,n){return St(this.fixed,n)}get isUniversal(){return!0}offset(){return this.fixed}equals(e){return e.type==="fixed"&&e.fixed===this.fixed}get isValid(){return!0}}class rl extends wt{constructor(e){super(),this.zoneName=e}get type(){return"invalid"}get name(){return this.zoneName}get isUniversal(){return!1}offsetName(){return null}formatOffset(){return""}offset(){return NaN}equals(){return!1}get isValid(){return!1}}function Ne(t,e){if(E(t)||t===null)return e;if(t instanceof wt)return t;if(cl(t)){const n=t.toLowerCase();return n==="default"?e:n==="local"||n==="system"?Ut.instance:n==="utc"||n==="gmt"?X.utcInstance:X.parseSpecifier(n)||De.create(t)}else return Ve(t)?X.instance(t):typeof t=="object"&&"offset"in t&&typeof t.offset=="function"?t:new rl(t)}const Bn={arab:"[٠-٩]",arabext:"[۰-۹]",bali:"[᭐-᭙]",beng:"[০-৯]",deva:"[०-९]",fullwide:"[0-9]",gujr:"[૦-૯]",hanidec:"[〇|一|二|三|四|五|六|七|八|九]",khmr:"[០-៩]",knda:"[೦-೯]",laoo:"[໐-໙]",limb:"[᥆-᥏]",mlym:"[൦-൯]",mong:"[᠐-᠙]",mymr:"[၀-၉]",orya:"[୦-୯]",tamldec:"[௦-௯]",telu:"[౦-౯]",thai:"[๐-๙]",tibt:"[༠-༩]",latn:"\\d"},ji={arab:[1632,1641],arabext:[1776,1785],bali:[6992,7001],beng:[2534,2543],deva:[2406,2415],fullwide:[65296,65303],gujr:[2790,2799],khmr:[6112,6121],knda:[3302,3311],laoo:[3792,3801],limb:[6470,6479],mlym:[3430,3439],mong:[6160,6169],mymr:[4160,4169],orya:[2918,2927],tamldec:[3046,3055],telu:[3174,3183],thai:[3664,3673],tibt:[3872,3881]},il=Bn.hanidec.replace(/[\[|\]]/g,"").split("");function sl(t){let e=parseInt(t,10);if(isNaN(e)){e="";for(let n=0;n<t.length;n++){const i=t.charCodeAt(n);if(t[n].search(Bn.hanidec)!==-1)e+=il.indexOf(t[n]);else for(const r in ji){const[s,a]=ji[r];i>=s&&i<=a&&(e+=i-s)}}return parseInt(e,10)}else return e}const An=new Map;function ol(){An.clear()}function ue({numberingSystem:t},e=""){const n=t||"latn";let i=An.get(n);i===void 0&&(i=new Map,An.set(n,i));let r=i.get(e);return r===void 0&&(r=new RegExp(`${Bn[n]}${e}`),i.set(e,r)),r}let Ii=()=>Date.now(),Ni="system",Vi=null,Bi=null,Ai=null,$i=60,Pi,Fi=null;class W{static get now(){return Ii}static set now(e){Ii=e}static set defaultZone(e){Ni=e}static get defaultZone(){return Ne(Ni,Ut.instance)}static get defaultLocale(){return Vi}static set defaultLocale(e){Vi=e}static get defaultNumberingSystem(){return Bi}static set defaultNumberingSystem(e){Bi=e}static get defaultOutputCalendar(){return Ai}static set defaultOutputCalendar(e){Ai=e}static get defaultWeekSettings(){return Fi}static set defaultWeekSettings(e){Fi=Rn(e)}static get twoDigitCutoffYear(){return $i}static set twoDigitCutoffYear(e){$i=e%100}static get throwOnInvalid(){return Pi}static set throwOnInvalid(e){Pi=e}static resetCaches(){A.resetCache(),De.resetCache(),b.resetCache(),ol()}}class he{constructor(e,n){this.reason=e,this.explanation=n}toMessage(){return this.explanation?`${this.reason}: ${this.explanation}`:this.reason}}const Ri=[0,31,59,90,120,151,181,212,243,273,304,334],zi=[0,31,60,91,121,152,182,213,244,274,305,335];function re(t,e){return new he("unit out of range",`you specified ${e} (of type ${typeof e}) as a ${t}, which is invalid`)}function $n(t,e,n){const i=new Date(Date.UTC(t,e-1,n));t<100&&t>=0&&i.setUTCFullYear(i.getUTCFullYear()-1900);const r=i.getUTCDay();return r===0?7:r}function Li(t,e,n){return n+(bt(t)?zi:Ri)[e-1]}function Hi(t,e){const n=bt(t)?zi:Ri,i=n.findIndex(s=>s<e),r=e-n[i];return{month:i+1,day:r}}function Pn(t,e){return(t-e+7)%7+1}function Zt(t,e=4,n=1){const{year:i,month:r,day:s}=t,a=Li(i,r,s),c=Pn($n(i,r,s),n);let l=Math.floor((a-c+14-e)/7),d;return l<1?(d=i-1,l=kt(d,e,n)):l>kt(i,e,n)?(d=i+1,l=1):d=i,{weekYear:d,weekNumber:l,weekday:c,...Xt(t)}}function Wi(t,e=4,n=1){const{weekYear:i,weekNumber:r,weekday:s}=t,a=Pn($n(i,1,e),n),c=Je(i);let l=r*7+s-a-7+e,d;l<1?(d=i-1,l+=Je(d)):l>c?(d=i+1,l-=Je(i)):d=i;const{month:u,day:h}=Hi(d,l);return{year:d,month:u,day:h,...Xt(t)}}function Fn(t){const{year:e,month:n,day:i}=t,r=Li(e,n,i);return{year:e,ordinal:r,...Xt(t)}}function Ui(t){const{year:e,ordinal:n}=t,{month:i,day:r}=Hi(e,n);return{year:e,month:i,day:r,...Xt(t)}}function qi(t,e){if(!E(t.localWeekday)||!E(t.localWeekNumber)||!E(t.localWeekYear)){if(!E(t.weekday)||!E(t.weekNumber)||!E(t.weekYear))throw new Ye("Cannot mix locale-based week fields with ISO-based week fields");return E(t.localWeekday)||(t.weekday=t.localWeekday),E(t.localWeekNumber)||(t.weekNumber=t.localWeekNumber),E(t.localWeekYear)||(t.weekYear=t.localWeekYear),delete t.localWeekday,delete t.localWeekNumber,delete t.localWeekYear,{minDaysInFirstWeek:e.getMinDaysInFirstWeek(),startOfWeek:e.getStartOfWeek()}}else return{minDaysInFirstWeek:4,startOfWeek:1}}function al(t,e=4,n=1){const i=Yt(t.weekYear),r=ie(t.weekNumber,1,kt(t.weekYear,e,n)),s=ie(t.weekday,1,7);return i?r?s?!1:re("weekday",t.weekday):re("week",t.weekNumber):re("weekYear",t.weekYear)}function ll(t){const e=Yt(t.year),n=ie(t.ordinal,1,Je(t.year));return e?n?!1:re("ordinal",t.ordinal):re("year",t.year)}function Zi(t){const e=Yt(t.year),n=ie(t.month,1,12),i=ie(t.day,1,Gt(t.year,t.month));return e?n?i?!1:re("day",t.day):re("month",t.month):re("year",t.year)}function Yi(t){const{hour:e,minute:n,second:i,millisecond:r}=t,s=ie(e,0,23)||e===24&&n===0&&i===0&&r===0,a=ie(n,0,59),c=ie(i,0,59),l=ie(r,0,999);return s?a?c?l?!1:re("millisecond",r):re("second",i):re("minute",n):re("hour",e)}function E(t){return typeof t>"u"}function Ve(t){return typeof t=="number"}function Yt(t){return typeof t=="number"&&t%1===0}function cl(t){return typeof t=="string"}function dl(t){return Object.prototype.toString.call(t)==="[object Date]"}function Gi(){try{return typeof Intl<"u"&&!!Intl.RelativeTimeFormat}catch{return!1}}function Ji(){try{return typeof Intl<"u"&&!!Intl.Locale&&("weekInfo"in Intl.Locale.prototype||"getWeekInfo"in Intl.Locale.prototype)}catch{return!1}}function ul(t){return Array.isArray(t)?t:[t]}function Ki(t,e,n){if(t.length!==0)return t.reduce((i,r)=>{const s=[e(r),r];return i&&n(i[0],s[0])===i[0]?i:s},null)[1]}function hl(t,e){return e.reduce((n,i)=>(n[i]=t[i],n),{})}function Ge(t,e){return Object.prototype.hasOwnProperty.call(t,e)}function Rn(t){if(t==null)return null;if(typeof t!="object")throw new G("Week settings must be an object");if(!ie(t.firstDay,1,7)||!ie(t.minimalDays,1,7)||!Array.isArray(t.weekend)||t.weekend.some(e=>!ie(e,1,7)))throw new G("Invalid week settings");return{firstDay:t.firstDay,minimalDays:t.minimalDays,weekend:Array.from(t.weekend)}}function ie(t,e,n){return Yt(t)&&t>=e&&t<=n}function pl(t,e){return t-e*Math.floor(t/e)}function Z(t,e=2){const n=t<0;let i;return n?i="-"+(""+-t).padStart(e,"0"):i=(""+t).padStart(e,"0"),i}function Be(t){if(!(E(t)||t===null||t===""))return parseInt(t,10)}function He(t){if(!(E(t)||t===null||t===""))return parseFloat(t)}function zn(t){if(!(E(t)||t===null||t==="")){const e=parseFloat("0."+t)*1e3;return Math.floor(e)}}function Ln(t,e,n=!1){const i=10**e;return(n?Math.trunc:Math.round)(t*i)/i}function bt(t){return t%4===0&&(t%100!==0||t%400===0)}function Je(t){return bt(t)?366:365}function Gt(t,e){const n=pl(e-1,12)+1,i=t+(e-n)/12;return n===2?bt(i)?29:28:[31,null,31,30,31,30,31,31,30,31,30,31][n-1]}function Jt(t){let e=Date.UTC(t.year,t.month-1,t.day,t.hour,t.minute,t.second,t.millisecond);return t.year<100&&t.year>=0&&(e=new Date(e),e.setUTCFullYear(t.year,t.month-1,t.day)),+e}function Qi(t,e,n){return-Pn($n(t,1,e),n)+e-1}function kt(t,e=4,n=1){const i=Qi(t,e,n),r=Qi(t+1,e,n);return(Je(t)-i+r)/7}function Hn(t){return t>99?t:t>W.twoDigitCutoffYear?1900+t:2e3+t}function Xi(t,e,n,i=null){const r=new Date(t),s={hourCycle:"h23",year:"numeric",month:"2-digit",day:"2-digit",hour:"2-digit",minute:"2-digit"};i&&(s.timeZone=i);const a={timeZoneName:e,...s},c=new Intl.DateTimeFormat(n,a).formatToParts(r).find(l=>l.type.toLowerCase()==="timezonename");return c?c.value:null}function Kt(t,e){let n=parseInt(t,10);Number.isNaN(n)&&(n=0);const i=parseInt(e,10)||0,r=n<0||Object.is(n,-0)?-i:i;return n*60+r}function es(t){const e=Number(t);if(typeof t=="boolean"||t===""||Number.isNaN(e))throw new G(`Invalid unit value ${t}`);return e}function Qt(t,e){const n={};for(const i in t)if(Ge(t,i)){const r=t[i];if(r==null)continue;n[e(i)]=es(r)}return n}function St(t,e){const n=Math.trunc(Math.abs(t/60)),i=Math.trunc(Math.abs(t%60)),r=t>=0?"+":"-";switch(e){case"short":return`${r}${Z(n,2)}:${Z(i,2)}`;case"narrow":return`${r}${n}${i>0?`:${i}`:""}`;case"techie":return`${r}${Z(n,2)}${Z(i,2)}`;default:throw new RangeError(`Value format ${e} is out of range for property format`)}}function Xt(t){return hl(t,["hour","minute","second","millisecond"])}const fl=["January","February","March","April","May","June","July","August","September","October","November","December"],ts=["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],ml=["J","F","M","A","M","J","J","A","S","O","N","D"];function ns(t){switch(t){case"narrow":return[...ml];case"short":return[...ts];case"long":return[...fl];case"numeric":return["1","2","3","4","5","6","7","8","9","10","11","12"];case"2-digit":return["01","02","03","04","05","06","07","08","09","10","11","12"];default:return null}}const rs=["Monday","Tuesday","Wednesday","Thursday","Friday","Saturday","Sunday"],is=["Mon","Tue","Wed","Thu","Fri","Sat","Sun"],yl=["M","T","W","T","F","S","S"];function ss(t){switch(t){case"narrow":return[...yl];case"short":return[...is];case"long":return[...rs];case"numeric":return["1","2","3","4","5","6","7"];default:return null}}const os=["AM","PM"],gl=["Before Christ","Anno Domini"],xl=["BC","AD"],wl=["B","A"];function as(t){switch(t){case"narrow":return[...wl];case"short":return[...xl];case"long":return[...gl];default:return null}}function vl(t){return os[t.hour<12?0:1]}function bl(t,e){return ss(e)[t.weekday-1]}function kl(t,e){return ns(e)[t.month-1]}function Sl(t,e){return as(e)[t.year<0?0:1]}function Dl(t,e,n="always",i=!1){const r={years:["year","yr."],quarters:["quarter","qtr."],months:["month","mo."],weeks:["week","wk."],days:["day","day","days"],hours:["hour","hr."],minutes:["minute","min."],seconds:["second","sec."]},s=["hours","minutes","seconds"].indexOf(t)===-1;if(n==="auto"&&s){const h=t==="days";switch(e){case 1:return h?"tomorrow":`next ${r[t][0]}`;case-1:return h?"yesterday":`last ${r[t][0]}`;case 0:return h?"today":`this ${r[t][0]}`}}const a=Object.is(e,-0)||e<0,c=Math.abs(e),l=c===1,d=r[t],u=i?l?d[1]:d[2]||d[1]:l?r[t][0]:t;return a?`${c} ${u} ago`:`in ${c} ${u}`}function ls(t,e){let n="";for(const i of t)i.literal?n+=i.val:n+=e(i.val);return n}const Ml={D:Wt,DD:ci,DDD:di,DDDD:ui,t:hi,tt:pi,ttt:fi,tttt:mi,T:yi,TT:gi,TTT:xi,TTTT:wi,f:vi,ff:ki,fff:Di,ffff:Ti,F:bi,FF:Si,FFF:Mi,FFFF:_i};class J{static create(e,n={}){return new J(e,n)}static parseFormat(e){let n=null,i="",r=!1;const s=[];for(let a=0;a<e.length;a++){const c=e.charAt(a);c==="'"?(i.length>0&&s.push({literal:r||/^\s+$/.test(i),val:i}),n=null,i="",r=!r):r||c===n?i+=c:(i.length>0&&s.push({literal:/^\s+$/.test(i),val:i}),i=c,n=c)}return i.length>0&&s.push({literal:r||/^\s+$/.test(i),val:i}),s}static macroTokenToFormatOpts(e){return Ml[e]}constructor(e,n){this.opts=n,this.loc=e,this.systemLoc=null}formatWithSystemDefault(e,n){return this.systemLoc===null&&(this.systemLoc=this.loc.redefaultToSystem()),this.systemLoc.dtFormatter(e,{...this.opts,...n}).format()}dtFormatter(e,n={}){return this.loc.dtFormatter(e,{...this.opts,...n})}formatDateTime(e,n){return this.dtFormatter(e,n).format()}formatDateTimeParts(e,n){return this.dtFormatter(e,n).formatToParts()}formatInterval(e,n){return this.dtFormatter(e.start,n).dtf.formatRange(e.start.toJSDate(),e.end.toJSDate())}resolvedOptions(e,n){return this.dtFormatter(e,n).resolvedOptions()}num(e,n=0){if(this.opts.forceSimple)return Z(e,n);const i={...this.opts};return n>0&&(i.padTo=n),this.loc.numberFormatter(i).format(e)}formatDateTimeFromString(e,n){const i=this.loc.listingMode()==="en",r=this.loc.outputCalendar&&this.loc.outputCalendar!=="gregory",s=(f,m)=>this.loc.extract(e,f,m),a=f=>e.isOffsetFixed&&e.offset===0&&f.allowZ?"Z":e.isValid?e.zone.formatOffset(e.ts,f.format):"",c=()=>i?vl(e):s({hour:"numeric",hourCycle:"h12"},"dayperiod"),l=(f,m)=>i?kl(e,f):s(m?{month:f}:{month:f,day:"numeric"},"month"),d=(f,m)=>i?bl(e,f):s(m?{weekday:f}:{weekday:f,month:"long",day:"numeric"},"weekday"),u=f=>{const m=J.macroTokenToFormatOpts(f);return m?this.formatWithSystemDefault(e,m):f},h=f=>i?Sl(e,f):s({era:f},"era"),p=f=>{switch(f){case"S":return this.num(e.millisecond);case"u":case"SSS":return this.num(e.millisecond,3);case"s":return this.num(e.second);case"ss":return this.num(e.second,2);case"uu":return this.num(Math.floor(e.millisecond/10),2);case"uuu":return this.num(Math.floor(e.millisecond/100));case"m":return this.num(e.minute);case"mm":return this.num(e.minute,2);case"h":return this.num(e.hour%12===0?12:e.hour%12);case"hh":return this.num(e.hour%12===0?12:e.hour%12,2);case"H":return this.num(e.hour);case"HH":return this.num(e.hour,2);case"Z":return a({format:"narrow",allowZ:this.opts.allowZ});case"ZZ":return a({format:"short",allowZ:this.opts.allowZ});case"ZZZ":return a({format:"techie",allowZ:this.opts.allowZ});case"ZZZZ":return e.zone.offsetName(e.ts,{format:"short",locale:this.loc.locale});case"ZZZZZ":return e.zone.offsetName(e.ts,{format:"long",locale:this.loc.locale});case"z":return e.zoneName;case"a":return c();case"d":return r?s({day:"numeric"},"day"):this.num(e.day);case"dd":return r?s({day:"2-digit"},"day"):this.num(e.day,2);case"c":return this.num(e.weekday);case"ccc":return d("short",!0);case"cccc":return d("long",!0);case"ccccc":return d("narrow",!0);case"E":return this.num(e.weekday);case"EEE":return d("short",!1);case"EEEE":return d("long",!1);case"EEEEE":return d("narrow",!1);case"L":return r?s({month:"numeric",day:"numeric"},"month"):this.num(e.month);case"LL":return r?s({month:"2-digit",day:"numeric"},"month"):this.num(e.month,2);case"LLL":return l("short",!0);case"LLLL":return l("long",!0);case"LLLLL":return l("narrow",!0);case"M":return r?s({month:"numeric"},"month"):this.num(e.month);case"MM":return r?s({month:"2-digit"},"month"):this.num(e.month,2);case"MMM":return l("short",!1);case"MMMM":return l("long",!1);case"MMMMM":return l("narrow",!1);case"y":return r?s({year:"numeric"},"year"):this.num(e.year);case"yy":return r?s({year:"2-digit"},"year"):this.num(e.year.toString().slice(-2),2);case"yyyy":return r?s({year:"numeric"},"year"):this.num(e.year,4);case"yyyyyy":return r?s({year:"numeric"},"year"):this.num(e.year,6);case"G":return h("short");case"GG":return h("long");case"GGGGG":return h("narrow");case"kk":return this.num(e.weekYear.toString().slice(-2),2);case"kkkk":return this.num(e.weekYear,4);case"W":return this.num(e.weekNumber);case"WW":return this.num(e.weekNumber,2);case"n":return this.num(e.localWeekNumber);case"nn":return this.num(e.localWeekNumber,2);case"ii":return this.num(e.localWeekYear.toString().slice(-2),2);case"iiii":return this.num(e.localWeekYear,4);case"o":return this.num(e.ordinal);case"ooo":return this.num(e.ordinal,3);case"q":return this.num(e.quarter);case"qq":return this.num(e.quarter,2);case"X":return this.num(Math.floor(e.ts/1e3));case"x":return this.num(e.ts);default:return u(f)}};return ls(J.parseFormat(n),p)}formatDurationFromString(e,n){const i=l=>{switch(l[0]){case"S":return"millisecond";case"s":return"second";case"m":return"minute";case"h":return"hour";case"d":return"day";case"w":return"week";case"M":return"month";case"y":return"year";default:return null}},r=l=>d=>{const u=i(d);return u?this.num(l.get(u),d.length):d},s=J.parseFormat(n),a=s.reduce((l,{literal:d,val:u})=>d?l:l.concat(u),[]),c=e.shiftTo(...a.map(i).filter(l=>l));return ls(s,r(c))}}const cs=/[A-Za-z_+-]{1,256}(?::?\/[A-Za-z0-9_+-]{1,256}(?:\/[A-Za-z0-9_+-]{1,256})?)?/;function Ke(...t){const e=t.reduce((n,i)=>n+i.source,"");return RegExp(`^${e}$`)}function Qe(...t){return e=>t.reduce(([n,i,r],s)=>{const[a,c,l]=s(e,r);return[{...n,...a},c||i,l]},[{},null,1]).slice(0,2)}function Xe(t,...e){if(t==null)return[null,null];for(const[n,i]of e){const r=n.exec(t);if(r)return i(r)}return[null,null]}function ds(...t){return(e,n)=>{const i={};let r;for(r=0;r<t.length;r++)i[t[r]]=Be(e[n+r]);return[i,null,n+r]}}const us=/(?:(Z)|([+-]\d\d)(?::?(\d\d))?)/,Tl=`(?:${us.source}?(?:\\[(${cs.source})\\])?)?`,Wn=/(\d\d)(?::?(\d\d)(?::?(\d\d)(?:[.,](\d{1,30}))?)?)?/,hs=RegExp(`${Wn.source}${Tl}`),Un=RegExp(`(?:T${hs.source})?`),_l=/([+-]\d{6}|\d{4})(?:-?(\d\d)(?:-?(\d\d))?)?/,Cl=/(\d{4})-?W(\d\d)(?:-?(\d))?/,El=/(\d{4})-?(\d{3})/,Ol=ds("weekYear","weekNumber","weekDay"),jl=ds("year","ordinal"),Il=/(\d{4})-(\d\d)-(\d\d)/,ps=RegExp(`${Wn.source} ?(?:${us.source}|(${cs.source}))?`),Nl=RegExp(`(?: ${ps.source})?`);function et(t,e,n){const i=t[e];return E(i)?n:Be(i)}function Vl(t,e){return[{year:et(t,e),month:et(t,e+1,1),day:et(t,e+2,1)},null,e+3]}function tt(t,e){return[{hours:et(t,e,0),minutes:et(t,e+1,0),seconds:et(t,e+2,0),milliseconds:zn(t[e+3])},null,e+4]}function Dt(t,e){const n=!t[e]&&!t[e+1],i=Kt(t[e+1],t[e+2]),r=n?null:X.instance(i);return[{},r,e+3]}function Mt(t,e){const n=t[e]?De.create(t[e]):null;return[{},n,e+1]}const Bl=RegExp(`^T?${Wn.source}$`),Al=/^-?P(?:(?:(-?\d{1,20}(?:\.\d{1,20})?)Y)?(?:(-?\d{1,20}(?:\.\d{1,20})?)M)?(?:(-?\d{1,20}(?:\.\d{1,20})?)W)?(?:(-?\d{1,20}(?:\.\d{1,20})?)D)?(?:T(?:(-?\d{1,20}(?:\.\d{1,20})?)H)?(?:(-?\d{1,20}(?:\.\d{1,20})?)M)?(?:(-?\d{1,20})(?:[.,](-?\d{1,20}))?S)?)?)$/;function $l(t){const[e,n,i,r,s,a,c,l,d]=t,u=e[0]==="-",h=l&&l[0]==="-",p=(f,m=!1)=>f!==void 0&&(m||f&&u)?-f:f;return[{years:p(He(n)),months:p(He(i)),weeks:p(He(r)),days:p(He(s)),hours:p(He(a)),minutes:p(He(c)),seconds:p(He(l),l==="-0"),milliseconds:p(zn(d),h)}]}const Pl={GMT:0,EDT:-4*60,EST:-5*60,CDT:-5*60,CST:-6*60,MDT:-6*60,MST:-7*60,PDT:-7*60,PST:-8*60};function qn(t,e,n,i,r,s,a){const c={year:e.length===2?Hn(Be(e)):Be(e),month:ts.indexOf(n)+1,day:Be(i),hour:Be(r),minute:Be(s)};return a&&(c.second=Be(a)),t&&(c.weekday=t.length>3?rs.indexOf(t)+1:is.indexOf(t)+1),c}const Fl=/^(?:(Mon|Tue|Wed|Thu|Fri|Sat|Sun),\s)?(\d{1,2})\s(Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec)\s(\d{2,4})\s(\d\d):(\d\d)(?::(\d\d))?\s(?:(UT|GMT|[ECMP][SD]T)|([Zz])|(?:([+-]\d\d)(\d\d)))$/;function Rl(t){const[,e,n,i,r,s,a,c,l,d,u,h]=t,p=qn(e,r,i,n,s,a,c);let f;return l?f=Pl[l]:d?f=0:f=Kt(u,h),[p,new X(f)]}function zl(t){return t.replace(/\([^()]*\)|[\n\t]/g," ").replace(/(\s\s+)/g," ").trim()}const Ll=/^(Mon|Tue|Wed|Thu|Fri|Sat|Sun), (\d\d) (Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec) (\d{4}) (\d\d):(\d\d):(\d\d) GMT$/,Hl=/^(Monday|Tuesday|Wednesday|Thursday|Friday|Saturday|Sunday), (\d\d)-(Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec)-(\d\d) (\d\d):(\d\d):(\d\d) GMT$/,Wl=/^(Mon|Tue|Wed|Thu|Fri|Sat|Sun) (Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec) ( \d|\d\d) (\d\d):(\d\d):(\d\d) (\d{4})$/;function fs(t){const[,e,n,i,r,s,a,c]=t;return[qn(e,r,i,n,s,a,c),X.utcInstance]}function Ul(t){const[,e,n,i,r,s,a,c]=t;return[qn(e,c,n,i,r,s,a),X.utcInstance]}const ql=Ke(_l,Un),Zl=Ke(Cl,Un),Yl=Ke(El,Un),Gl=Ke(hs),ms=Qe(Vl,tt,Dt,Mt),Jl=Qe(Ol,tt,Dt,Mt),Kl=Qe(jl,tt,Dt,Mt),Ql=Qe(tt,Dt,Mt);function Xl(t){return Xe(t,[ql,ms],[Zl,Jl],[Yl,Kl],[Gl,Ql])}function ec(t){return Xe(zl(t),[Fl,Rl])}function tc(t){return Xe(t,[Ll,fs],[Hl,fs],[Wl,Ul])}function nc(t){return Xe(t,[Al,$l])}const rc=Qe(tt);function ic(t){return Xe(t,[Bl,rc])}const sc=Ke(Il,Nl),oc=Ke(ps),ac=Qe(tt,Dt,Mt);function lc(t){return Xe(t,[sc,ms],[oc,ac])}const ys="Invalid Duration",gs={weeks:{days:7,hours:7*24,minutes:7*24*60,seconds:7*24*60*60,milliseconds:7*24*60*60*1e3},days:{hours:24,minutes:24*60,seconds:24*60*60,milliseconds:24*60*60*1e3},hours:{minutes:60,seconds:60*60,milliseconds:60*60*1e3},minutes:{seconds:60,milliseconds:60*1e3},seconds:{milliseconds:1e3}},cc={years:{quarters:4,months:12,weeks:52,days:365,hours:365*24,minutes:365*24*60,seconds:365*24*60*60,milliseconds:365*24*60*60*1e3},quarters:{months:3,weeks:13,days:91,hours:91*24,minutes:91*24*60,seconds:91*24*60*60,milliseconds:91*24*60*60*1e3},months:{weeks:4,days:30,hours:30*24,minutes:30*24*60,seconds:30*24*60*60,milliseconds:30*24*60*60*1e3},...gs},se=146097/400,nt=146097/4800,dc={years:{quarters:4,months:12,weeks:se/7,days:se,hours:se*24,minutes:se*24*60,seconds:se*24*60*60,milliseconds:se*24*60*60*1e3},quarters:{months:3,weeks:se/28,days:se/4,hours:se*24/4,minutes:se*24*60/4,seconds:se*24*60*60/4,milliseconds:se*24*60*60*1e3/4},months:{weeks:nt/7,days:nt,hours:nt*24,minutes:nt*24*60,seconds:nt*24*60*60,milliseconds:nt*24*60*60*1e3},...gs},We=["years","quarters","months","weeks","days","hours","minutes","seconds","milliseconds"],uc=We.slice(0).reverse();function Ae(t,e,n=!1){const i={values:n?e.values:{...t.values,...e.values||{}},loc:t.loc.clone(e.loc),conversionAccuracy:e.conversionAccuracy||t.conversionAccuracy,matrix:e.matrix||t.matrix};return new N(i)}function xs(t,e){let n=e.milliseconds??0;for(const i of uc.slice(1))e[i]&&(n+=e[i]*t[i].milliseconds);return n}function ws(t,e){const n=xs(t,e)<0?-1:1;We.reduceRight((i,r)=>{if(E(e[r]))return i;if(i){const s=e[i]*n,a=t[r][i],c=Math.floor(s/a);e[r]+=c*n,e[i]-=c*a*n}return r},null),We.reduce((i,r)=>{if(E(e[r]))return i;if(i){const s=e[i]%1;e[i]-=s,e[r]+=s*t[i][r]}return r},null)}function hc(t){const e={};for(const[n,i]of Object.entries(t))i!==0&&(e[n]=i);return e}class N{constructor(e){const n=e.conversionAccuracy==="longterm"||!1;let i=n?dc:cc;e.matrix&&(i=e.matrix),this.values=e.values,this.loc=e.loc||A.create(),this.conversionAccuracy=n?"longterm":"casual",this.invalid=e.invalid||null,this.matrix=i,this.isLuxonDuration=!0}static fromMillis(e,n){return N.fromObject({milliseconds:e},n)}static fromObject(e,n={}){if(e==null||typeof e!="object")throw new G(`Duration.fromObject: argument expected to be an object, got ${e===null?"null":typeof e}`);return new N({values:Qt(e,N.normalizeUnit),loc:A.fromObject(n),conversionAccuracy:n.conversionAccuracy,matrix:n.matrix})}static fromDurationLike(e){if(Ve(e))return N.fromMillis(e);if(N.isDuration(e))return e;if(typeof e=="object")return N.fromObject(e);throw new G(`Unknown duration argument ${e} of type ${typeof e}`)}static fromISO(e,n){const[i]=nc(e);return i?N.fromObject(i,n):N.invalid("unparsable",`the input "${e}" can't be parsed as ISO 8601`)}static fromISOTime(e,n){const[i]=ic(e);return i?N.fromObject(i,n):N.invalid("unparsable",`the input "${e}" can't be parsed as ISO 8601`)}static invalid(e,n=null){if(!e)throw new G("need to specify a reason the Duration is invalid");const i=e instanceof he?e:new he(e,n);if(W.throwOnInvalid)throw new $a(i);return new N({invalid:i})}static normalizeUnit(e){const n={year:"years",years:"years",quarter:"quarters",quarters:"quarters",month:"months",months:"months",week:"weeks",weeks:"weeks",day:"days",days:"days",hour:"hours",hours:"hours",minute:"minutes",minutes:"minutes",second:"seconds",seconds:"seconds",millisecond:"milliseconds",milliseconds:"milliseconds"}[e&&e.toLowerCase()];if(!n)throw new li(e);return n}static isDuration(e){return e&&e.isLuxonDuration||!1}get locale(){return this.isValid?this.loc.locale:null}get numberingSystem(){return this.isValid?this.loc.numberingSystem:null}toFormat(e,n={}){const i={...n,floor:n.round!==!1&&n.floor!==!1};return this.isValid?J.create(this.loc,i).formatDurationFromString(this,e):ys}toHuman(e={}){if(!this.isValid)return ys;const n=We.map(i=>{const r=this.values[i];return E(r)?null:this.loc.numberFormatter({style:"unit",unitDisplay:"long",...e,unit:i.slice(0,-1)}).format(r)}).filter(i=>i);return this.loc.listFormatter({type:"conjunction",style:e.listStyle||"narrow",...e}).format(n)}toObject(){return this.isValid?{...this.values}:{}}toISO(){if(!this.isValid)return null;let e="P";return this.years!==0&&(e+=this.years+"Y"),(this.months!==0||this.quarters!==0)&&(e+=this.months+this.quarters*3+"M"),this.weeks!==0&&(e+=this.weeks+"W"),this.days!==0&&(e+=this.days+"D"),(this.hours!==0||this.minutes!==0||this.seconds!==0||this.milliseconds!==0)&&(e+="T"),this.hours!==0&&(e+=this.hours+"H"),this.minutes!==0&&(e+=this.minutes+"M"),(this.seconds!==0||this.milliseconds!==0)&&(e+=Ln(this.seconds+this.milliseconds/1e3,3)+"S"),e==="P"&&(e+="T0S"),e}toISOTime(e={}){if(!this.isValid)return null;const n=this.toMillis();return n<0||n>=864e5?null:(e={suppressMilliseconds:!1,suppressSeconds:!1,includePrefix:!1,format:"extended",...e,includeOffset:!1},b.fromMillis(n,{zone:"UTC"}).toISOTime(e))}toJSON(){return this.toISO()}toString(){return this.toISO()}[Symbol.for("nodejs.util.inspect.custom")](){return this.isValid?`Duration { values: ${JSON.stringify(this.values)} }`:`Duration { Invalid, reason: ${this.invalidReason} }`}toMillis(){return this.isValid?xs(this.matrix,this.values):NaN}valueOf(){return this.toMillis()}plus(e){if(!this.isValid)return this;const n=N.fromDurationLike(e),i={};for(const r of We)(Ge(n.values,r)||Ge(this.values,r))&&(i[r]=n.get(r)+this.get(r));return Ae(this,{values:i},!0)}minus(e){if(!this.isValid)return this;const n=N.fromDurationLike(e);return this.plus(n.negate())}mapUnits(e){if(!this.isValid)return this;const n={};for(const i of Object.keys(this.values))n[i]=es(e(this.values[i],i));return Ae(this,{values:n},!0)}get(e){return this[N.normalizeUnit(e)]}set(e){if(!this.isValid)return this;const n={...this.values,...Qt(e,N.normalizeUnit)};return Ae(this,{values:n})}reconfigure({locale:e,numberingSystem:n,conversionAccuracy:i,matrix:r}={}){const a={loc:this.loc.clone({locale:e,numberingSystem:n}),matrix:r,conversionAccuracy:i};return Ae(this,a)}as(e){return this.isValid?this.shiftTo(e).get(e):NaN}normalize(){if(!this.isValid)return this;const e=this.toObject();return ws(this.matrix,e),Ae(this,{values:e},!0)}rescale(){if(!this.isValid)return this;const e=hc(this.normalize().shiftToAll().toObject());return Ae(this,{values:e},!0)}shiftTo(...e){if(!this.isValid)return this;if(e.length===0)return this;e=e.map(a=>N.normalizeUnit(a));const n={},i={},r=this.toObject();let s;for(const a of We)if(e.indexOf(a)>=0){s=a;let c=0;for(const d in i)c+=this.matrix[d][a]*i[d],i[d]=0;Ve(r[a])&&(c+=r[a]);const l=Math.trunc(c);n[a]=l,i[a]=(c*1e3-l*1e3)/1e3}else Ve(r[a])&&(i[a]=r[a]);for(const a in i)i[a]!==0&&(n[s]+=a===s?i[a]:i[a]/this.matrix[s][a]);return ws(this.matrix,n),Ae(this,{values:n},!0)}shiftToAll(){return this.isValid?this.shiftTo("years","months","weeks","days","hours","minutes","seconds","milliseconds"):this}negate(){if(!this.isValid)return this;const e={};for(const n of Object.keys(this.values))e[n]=this.values[n]===0?0:-this.values[n];return Ae(this,{values:e},!0)}get years(){return this.isValid?this.values.years||0:NaN}get quarters(){return this.isValid?this.values.quarters||0:NaN}get months(){return this.isValid?this.values.months||0:NaN}get weeks(){return this.isValid?this.values.weeks||0:NaN}get days(){return this.isValid?this.values.days||0:NaN}get hours(){return this.isValid?this.values.hours||0:NaN}get minutes(){return this.isValid?this.values.minutes||0:NaN}get seconds(){return this.isValid?this.values.seconds||0:NaN}get milliseconds(){return this.isValid?this.values.milliseconds||0:NaN}get isValid(){return this.invalid===null}get invalidReason(){return this.invalid?this.invalid.reason:null}get invalidExplanation(){return this.invalid?this.invalid.explanation:null}equals(e){if(!this.isValid||!e.isValid||!this.loc.equals(e.loc))return!1;function n(i,r){return i===void 0||i===0?r===void 0||r===0:i===r}for(const i of We)if(!n(this.values[i],e.values[i]))return!1;return!0}}const rt="Invalid Interval";function pc(t,e){return!t||!t.isValid?L.invalid("missing or invalid start"):!e||!e.isValid?L.invalid("missing or invalid end"):e<t?L.invalid("end before start",`The end of an interval must be after its start, but you had start=${t.toISO()} and end=${e.toISO()}`):null}class L{constructor(e){this.s=e.start,this.e=e.end,this.invalid=e.invalid||null,this.isLuxonInterval=!0}static invalid(e,n=null){if(!e)throw new G("need to specify a reason the Interval is invalid");const i=e instanceof he?e:new he(e,n);if(W.throwOnInvalid)throw new Aa(i);return new L({invalid:i})}static fromDateTimes(e,n){const i=Ct(e),r=Ct(n),s=pc(i,r);return s??new L({start:i,end:r})}static after(e,n){const i=N.fromDurationLike(n),r=Ct(e);return L.fromDateTimes(r,r.plus(i))}static before(e,n){const i=N.fromDurationLike(n),r=Ct(e);return L.fromDateTimes(r.minus(i),r)}static fromISO(e,n){const[i,r]=(e||"").split("/",2);if(i&&r){let s,a;try{s=b.fromISO(i,n),a=s.isValid}catch{a=!1}let c,l;try{c=b.fromISO(r,n),l=c.isValid}catch{l=!1}if(a&&l)return L.fromDateTimes(s,c);if(a){const d=N.fromISO(r,n);if(d.isValid)return L.after(s,d)}else if(l){const d=N.fromISO(i,n);if(d.isValid)return L.before(c,d)}}return L.invalid("unparsable",`the input "${e}" can't be parsed as ISO 8601`)}static isInterval(e){return e&&e.isLuxonInterval||!1}get start(){return this.isValid?this.s:null}get end(){return this.isValid?this.e:null}get lastDateTime(){return this.isValid&&this.e?this.e.minus(1):null}get isValid(){return this.invalidReason===null}get invalidReason(){return this.invalid?this.invalid.reason:null}get invalidExplanation(){return this.invalid?this.invalid.explanation:null}length(e="milliseconds"){return this.isValid?this.toDuration(e).get(e):NaN}count(e="milliseconds",n){if(!this.isValid)return NaN;const i=this.start.startOf(e,n);let r;return n!=null&&n.useLocaleWeeks?r=this.end.reconfigure({locale:i.locale}):r=this.end,r=r.startOf(e,n),Math.floor(r.diff(i,e).get(e))+(r.valueOf()!==this.end.valueOf())}hasSame(e){return this.isValid?this.isEmpty()||this.e.minus(1).hasSame(this.s,e):!1}isEmpty(){return this.s.valueOf()===this.e.valueOf()}isAfter(e){return this.isValid?this.s>e:!1}isBefore(e){return this.isValid?this.e<=e:!1}contains(e){return this.isValid?this.s<=e&&this.e>e:!1}set({start:e,end:n}={}){return this.isValid?L.fromDateTimes(e||this.s,n||this.e):this}splitAt(...e){if(!this.isValid)return[];const n=e.map(Ct).filter(a=>this.contains(a)).sort((a,c)=>a.toMillis()-c.toMillis()),i=[];let{s:r}=this,s=0;for(;r<this.e;){const a=n[s]||this.e,c=+a>+this.e?this.e:a;i.push(L.fromDateTimes(r,c)),r=c,s+=1}return i}splitBy(e){const n=N.fromDurationLike(e);if(!this.isValid||!n.isValid||n.as("milliseconds")===0)return[];let{s:i}=this,r=1,s;const a=[];for(;i<this.e;){const c=this.start.plus(n.mapUnits(l=>l*r));s=+c>+this.e?this.e:c,a.push(L.fromDateTimes(i,s)),i=s,r+=1}return a}divideEqually(e){return this.isValid?this.splitBy(this.length()/e).slice(0,e):[]}overlaps(e){return this.e>e.s&&this.s<e.e}abutsStart(e){return this.isValid?+this.e==+e.s:!1}abutsEnd(e){return this.isValid?+e.e==+this.s:!1}engulfs(e){return this.isValid?this.s<=e.s&&this.e>=e.e:!1}equals(e){return!this.isValid||!e.isValid?!1:this.s.equals(e.s)&&this.e.equals(e.e)}intersection(e){if(!this.isValid)return this;const n=this.s>e.s?this.s:e.s,i=this.e<e.e?this.e:e.e;return n>=i?null:L.fromDateTimes(n,i)}union(e){if(!this.isValid)return this;const n=this.s<e.s?this.s:e.s,i=this.e>e.e?this.e:e.e;return L.fromDateTimes(n,i)}static merge(e){const[n,i]=e.sort((r,s)=>r.s-s.s).reduce(([r,s],a)=>s?s.overlaps(a)||s.abutsStart(a)?[r,s.union(a)]:[r.concat([s]),a]:[r,a],[[],null]);return i&&n.push(i),n}static xor(e){let n=null,i=0;const r=[],s=e.map(l=>[{time:l.s,type:"s"},{time:l.e,type:"e"}]),a=Array.prototype.concat(...s),c=a.sort((l,d)=>l.time-d.time);for(const l of c)i+=l.type==="s"?1:-1,i===1?n=l.time:(n&&+n!=+l.time&&r.push(L.fromDateTimes(n,l.time)),n=null);return L.merge(r)}difference(...e){return L.xor([this].concat(e)).map(n=>this.intersection(n)).filter(n=>n&&!n.isEmpty())}toString(){return this.isValid?`[${this.s.toISO()} – ${this.e.toISO()})`:rt}[Symbol.for("nodejs.util.inspect.custom")](){return this.isValid?`Interval { start: ${this.s.toISO()}, end: ${this.e.toISO()} }`:`Interval { Invalid, reason: ${this.invalidReason} }`}toLocaleString(e=Wt,n={}){return this.isValid?J.create(this.s.loc.clone(n),e).formatInterval(this):rt}toISO(e){return this.isValid?`${this.s.toISO(e)}/${this.e.toISO(e)}`:rt}toISODate(){return this.isValid?`${this.s.toISODate()}/${this.e.toISODate()}`:rt}toISOTime(e){return this.isValid?`${this.s.toISOTime(e)}/${this.e.toISOTime(e)}`:rt}toFormat(e,{separator:n=" – "}={}){return this.isValid?`${this.s.toFormat(e)}${n}${this.e.toFormat(e)}`:rt}toDuration(e,n){return this.isValid?this.e.diff(this.s,e,n):N.invalid(this.invalidReason)}mapEndpoints(e){return L.fromDateTimes(e(this.s),e(this.e))}}class ve{static hasDST(e=W.defaultZone){const n=b.now().setZone(e).set({month:12});return!e.isUniversal&&n.offset!==n.set({month:6}).offset}static isValidIANAZone(e){return De.isValidZone(e)}static normalizeZone(e){return Ne(e,W.defaultZone)}static getStartOfWeek({locale:e=null,locObj:n=null}={}){return(n||A.create(e)).getStartOfWeek()}static getMinimumDaysInFirstWeek({locale:e=null,locObj:n=null}={}){return(n||A.create(e)).getMinDaysInFirstWeek()}static getWeekendWeekdays({locale:e=null,locObj:n=null}={}){return(n||A.create(e)).getWeekendDays().slice()}static months(e="long",{locale:n=null,numberingSystem:i=null,locObj:r=null,outputCalendar:s="gregory"}={}){return(r||A.create(n,i,s)).months(e)}static monthsFormat(e="long",{locale:n=null,numberingSystem:i=null,locObj:r=null,outputCalendar:s="gregory"}={}){return(r||A.create(n,i,s)).months(e,!0)}static weekdays(e="long",{locale:n=null,numberingSystem:i=null,locObj:r=null}={}){return(r||A.create(n,i,null)).weekdays(e)}static weekdaysFormat(e="long",{locale:n=null,numberingSystem:i=null,locObj:r=null}={}){return(r||A.create(n,i,null)).weekdays(e,!0)}static meridiems({locale:e=null}={}){return A.create(e).meridiems()}static eras(e="short",{locale:n=null}={}){return A.create(n,null,"gregory").eras(e)}static features(){return{relative:Gi(),localeWeek:Ji()}}}function vs(t,e){const n=r=>r.toUTC(0,{keepLocalTime:!0}).startOf("day").valueOf(),i=n(e)-n(t);return Math.floor(N.fromMillis(i).as("days"))}function fc(t,e,n){const i=[["years",(l,d)=>d.year-l.year],["quarters",(l,d)=>d.quarter-l.quarter+(d.year-l.year)*4],["months",(l,d)=>d.month-l.month+(d.year-l.year)*12],["weeks",(l,d)=>{const u=vs(l,d);return(u-u%7)/7}],["days",vs]],r={},s=t;let a,c;for(const[l,d]of i)n.indexOf(l)>=0&&(a=l,r[l]=d(t,e),c=s.plus(r),c>e?(r[l]--,t=s.plus(r),t>e&&(c=t,r[l]--,t=s.plus(r))):t=c);return[t,r,c,a]}function mc(t,e,n,i){let[r,s,a,c]=fc(t,e,n);const l=e-r,d=n.filter(h=>["hours","minutes","seconds","milliseconds"].indexOf(h)>=0);d.length===0&&(a<e&&(a=r.plus({[c]:1})),a!==r&&(s[c]=(s[c]||0)+l/(a-r)));const u=N.fromObject(s,i);return d.length>0?N.fromMillis(l,i).shiftTo(...d).plus(u):u}const yc="missing Intl.DateTimeFormat.formatToParts support";function B(t,e=n=>n){return{regex:t,deser:([n])=>e(sl(n))}}const bs="[  ]",ks=new RegExp(bs,"g");function gc(t){return t.replace(/\./g,"\\.?").replace(ks,bs)}function Ss(t){return t.replace(/\./g,"").replace(ks," ").toLowerCase()}function pe(t,e){return t===null?null:{regex:RegExp(t.map(gc).join("|")),deser:([n])=>t.findIndex(i=>Ss(n)===Ss(i))+e}}function Ds(t,e){return{regex:t,deser:([,n,i])=>Kt(n,i),groups:e}}function en(t){return{regex:t,deser:([e])=>e}}function xc(t){return t.replace(/[\-\[\]{}()*+?.,\\\^$|#\s]/g,"\\$&")}function wc(t,e){const n=ue(e),i=ue(e,"{2}"),r=ue(e,"{3}"),s=ue(e,"{4}"),a=ue(e,"{6}"),c=ue(e,"{1,2}"),l=ue(e,"{1,3}"),d=ue(e,"{1,6}"),u=ue(e,"{1,9}"),h=ue(e,"{2,4}"),p=ue(e,"{4,6}"),f=g=>({regex:RegExp(xc(g.val)),deser:([w])=>w,literal:!0}),y=(g=>{if(t.literal)return f(g);switch(g.val){case"G":return pe(e.eras("short"),0);case"GG":return pe(e.eras("long"),0);case"y":return B(d);case"yy":return B(h,Hn);case"yyyy":return B(s);case"yyyyy":return B(p);case"yyyyyy":return B(a);case"M":return B(c);case"MM":return B(i);case"MMM":return pe(e.months("short",!0),1);case"MMMM":return pe(e.months("long",!0),1);case"L":return B(c);case"LL":return B(i);case"LLL":return pe(e.months("short",!1),1);case"LLLL":return pe(e.months("long",!1),1);case"d":return B(c);case"dd":return B(i);case"o":return B(l);case"ooo":return B(r);case"HH":return B(i);case"H":return B(c);case"hh":return B(i);case"h":return B(c);case"mm":return B(i);case"m":return B(c);case"q":return B(c);case"qq":return B(i);case"s":return B(c);case"ss":return B(i);case"S":return B(l);case"SSS":return B(r);case"u":return en(u);case"uu":return en(c);case"uuu":return B(n);case"a":return pe(e.meridiems(),0);case"kkkk":return B(s);case"kk":return B(h,Hn);case"W":return B(c);case"WW":return B(i);case"E":case"c":return B(n);case"EEE":return pe(e.weekdays("short",!1),1);case"EEEE":return pe(e.weekdays("long",!1),1);case"ccc":return pe(e.weekdays("short",!0),1);case"cccc":return pe(e.weekdays("long",!0),1);case"Z":case"ZZ":return Ds(new RegExp(`([+-]${c.source})(?::(${i.source}))?`),2);case"ZZZ":return Ds(new RegExp(`([+-]${c.source})(${i.source})?`),2);case"z":return en(/[a-z_+-/]{1,256}?/i);case" ":return en(/[^\S\n\r]/);default:return f(g)}})(t)||{invalidReason:yc};return y.token=t,y}const vc={year:{"2-digit":"yy",numeric:"yyyyy"},month:{numeric:"M","2-digit":"MM",short:"MMM",long:"MMMM"},day:{numeric:"d","2-digit":"dd"},weekday:{short:"EEE",long:"EEEE"},dayperiod:"a",dayPeriod:"a",hour12:{numeric:"h","2-digit":"hh"},hour24:{numeric:"H","2-digit":"HH"},minute:{numeric:"m","2-digit":"mm"},second:{numeric:"s","2-digit":"ss"},timeZoneName:{long:"ZZZZZ",short:"ZZZ"}};function bc(t,e,n){const{type:i,value:r}=t;if(i==="literal"){const l=/^\s+$/.test(r);return{literal:!l,val:l?" ":r}}const s=e[i];let a=i;i==="hour"&&(e.hour12!=null?a=e.hour12?"hour12":"hour24":e.hourCycle!=null?e.hourCycle==="h11"||e.hourCycle==="h12"?a="hour12":a="hour24":a=n.hour12?"hour12":"hour24");let c=vc[a];if(typeof c=="object"&&(c=c[s]),c)return{literal:!1,val:c}}function kc(t){return[`^${t.map(n=>n.regex).reduce((n,i)=>`${n}(${i.source})`,"")}$`,t]}function Sc(t,e,n){const i=t.match(e);if(i){const r={};let s=1;for(const a in n)if(Ge(n,a)){const c=n[a],l=c.groups?c.groups+1:1;!c.literal&&c.token&&(r[c.token.val[0]]=c.deser(i.slice(s,s+l))),s+=l}return[i,r]}else return[i,{}]}function Dc(t){const e=s=>{switch(s){case"S":return"millisecond";case"s":return"second";case"m":return"minute";case"h":case"H":return"hour";case"d":return"day";case"o":return"ordinal";case"L":case"M":return"month";case"y":return"year";case"E":case"c":return"weekday";case"W":return"weekNumber";case"k":return"weekYear";case"q":return"quarter";default:return null}};let n=null,i;return E(t.z)||(n=De.create(t.z)),E(t.Z)||(n||(n=new X(t.Z)),i=t.Z),E(t.q)||(t.M=(t.q-1)*3+1),E(t.h)||(t.h<12&&t.a===1?t.h+=12:t.h===12&&t.a===0&&(t.h=0)),t.G===0&&t.y&&(t.y=-t.y),E(t.u)||(t.S=zn(t.u)),[Object.keys(t).reduce((s,a)=>{const c=e(a);return c&&(s[c]=t[a]),s},{}),n,i]}let Zn=null;function Mc(){return Zn||(Zn=b.fromMillis(1555555555555)),Zn}function Tc(t,e){if(t.literal)return t;const n=J.macroTokenToFormatOpts(t.val),i=Cs(n,e);return i==null||i.includes(void 0)?t:i}function Ms(t,e){return Array.prototype.concat(...t.map(n=>Tc(n,e)))}class Ts{constructor(e,n){if(this.locale=e,this.format=n,this.tokens=Ms(J.parseFormat(n),e),this.units=this.tokens.map(i=>wc(i,e)),this.disqualifyingUnit=this.units.find(i=>i.invalidReason),!this.disqualifyingUnit){const[i,r]=kc(this.units);this.regex=RegExp(i,"i"),this.handlers=r}}explainFromTokens(e){if(this.isValid){const[n,i]=Sc(e,this.regex,this.handlers),[r,s,a]=i?Dc(i):[null,null,void 0];if(Ge(i,"a")&&Ge(i,"H"))throw new Ye("Can't include meridiem when specifying 24-hour format");return{input:e,tokens:this.tokens,regex:this.regex,rawMatches:n,matches:i,result:r,zone:s,specificOffset:a}}else return{input:e,tokens:this.tokens,invalidReason:this.invalidReason}}get isValid(){return!this.disqualifyingUnit}get invalidReason(){return this.disqualifyingUnit?this.disqualifyingUnit.invalidReason:null}}function _s(t,e,n){return new Ts(t,n).explainFromTokens(e)}function _c(t,e,n){const{result:i,zone:r,specificOffset:s,invalidReason:a}=_s(t,e,n);return[i,r,s,a]}function Cs(t,e){if(!t)return null;const i=J.create(e,t).dtFormatter(Mc()),r=i.formatToParts(),s=i.resolvedOptions();return r.map(a=>bc(a,t,s))}const Yn="Invalid DateTime",Cc=864e13;function Tt(t){return new he("unsupported zone",`the zone "${t.name}" is not supported`)}function Gn(t){return t.weekData===null&&(t.weekData=Zt(t.c)),t.weekData}function Jn(t){return t.localWeekData===null&&(t.localWeekData=Zt(t.c,t.loc.getMinDaysInFirstWeek(),t.loc.getStartOfWeek())),t.localWeekData}function Ue(t,e){const n={ts:t.ts,zone:t.zone,c:t.c,o:t.o,loc:t.loc,invalid:t.invalid};return new b({...n,...e,old:n})}function Es(t,e,n){let i=t-e*60*1e3;const r=n.offset(i);if(e===r)return[i,e];i-=(r-e)*60*1e3;const s=n.offset(i);return r===s?[i,r]:[t-Math.min(r,s)*60*1e3,Math.max(r,s)]}function tn(t,e){t+=e*60*1e3;const n=new Date(t);return{year:n.getUTCFullYear(),month:n.getUTCMonth()+1,day:n.getUTCDate(),hour:n.getUTCHours(),minute:n.getUTCMinutes(),second:n.getUTCSeconds(),millisecond:n.getUTCMilliseconds()}}function nn(t,e,n){return Es(Jt(t),e,n)}function Os(t,e){const n=t.o,i=t.c.year+Math.trunc(e.years),r=t.c.month+Math.trunc(e.months)+Math.trunc(e.quarters)*3,s={...t.c,year:i,month:r,day:Math.min(t.c.day,Gt(i,r))+Math.trunc(e.days)+Math.trunc(e.weeks)*7},a=N.fromObject({years:e.years-Math.trunc(e.years),quarters:e.quarters-Math.trunc(e.quarters),months:e.months-Math.trunc(e.months),weeks:e.weeks-Math.trunc(e.weeks),days:e.days-Math.trunc(e.days),hours:e.hours,minutes:e.minutes,seconds:e.seconds,milliseconds:e.milliseconds}).as("milliseconds"),c=Jt(s);let[l,d]=Es(c,n,t.zone);return a!==0&&(l+=a,d=t.zone.offset(l)),{ts:l,o:d}}function it(t,e,n,i,r,s){const{setZone:a,zone:c}=n;if(t&&Object.keys(t).length!==0||e){const l=e||c,d=b.fromObject(t,{...n,zone:l,specificOffset:s});return a?d:d.setZone(c)}else return b.invalid(new he("unparsable",`the input "${r}" can't be parsed as ${i}`))}function rn(t,e,n=!0){return t.isValid?J.create(A.create("en-US"),{allowZ:n,forceSimple:!0}).formatDateTimeFromString(t,e):null}function Kn(t,e){const n=t.c.year>9999||t.c.year<0;let i="";return n&&t.c.year>=0&&(i+="+"),i+=Z(t.c.year,n?6:4),e?(i+="-",i+=Z(t.c.month),i+="-",i+=Z(t.c.day)):(i+=Z(t.c.month),i+=Z(t.c.day)),i}function js(t,e,n,i,r,s){let a=Z(t.c.hour);return e?(a+=":",a+=Z(t.c.minute),(t.c.millisecond!==0||t.c.second!==0||!n)&&(a+=":")):a+=Z(t.c.minute),(t.c.millisecond!==0||t.c.second!==0||!n)&&(a+=Z(t.c.second),(t.c.millisecond!==0||!i)&&(a+=".",a+=Z(t.c.millisecond,3))),r&&(t.isOffsetFixed&&t.offset===0&&!s?a+="Z":t.o<0?(a+="-",a+=Z(Math.trunc(-t.o/60)),a+=":",a+=Z(Math.trunc(-t.o%60))):(a+="+",a+=Z(Math.trunc(t.o/60)),a+=":",a+=Z(Math.trunc(t.o%60)))),s&&(a+="["+t.zone.ianaName+"]"),a}const Is={month:1,day:1,hour:0,minute:0,second:0,millisecond:0},Ec={weekNumber:1,weekday:1,hour:0,minute:0,second:0,millisecond:0},Oc={ordinal:1,hour:0,minute:0,second:0,millisecond:0},Ns=["year","month","day","hour","minute","second","millisecond"],jc=["weekYear","weekNumber","weekday","hour","minute","second","millisecond"],Ic=["year","ordinal","hour","minute","second","millisecond"];function Nc(t){const e={year:"year",years:"year",month:"month",months:"month",day:"day",days:"day",hour:"hour",hours:"hour",minute:"minute",minutes:"minute",quarter:"quarter",quarters:"quarter",second:"second",seconds:"second",millisecond:"millisecond",milliseconds:"millisecond",weekday:"weekday",weekdays:"weekday",weeknumber:"weekNumber",weeksnumber:"weekNumber",weeknumbers:"weekNumber",weekyear:"weekYear",weekyears:"weekYear",ordinal:"ordinal"}[t.toLowerCase()];if(!e)throw new li(t);return e}function Vs(t){switch(t.toLowerCase()){case"localweekday":case"localweekdays":return"localWeekday";case"localweeknumber":case"localweeknumbers":return"localWeekNumber";case"localweekyear":case"localweekyears":return"localWeekYear";default:return Nc(t)}}function Vc(t){if(_t===void 0&&(_t=W.now()),t.type!=="iana")return t.offset(_t);const e=t.name;let n=Qn.get(e);return n===void 0&&(n=t.offset(_t),Qn.set(e,n)),n}function Bs(t,e){const n=Ne(e.zone,W.defaultZone);if(!n.isValid)return b.invalid(Tt(n));const i=A.fromObject(e);let r,s;if(E(t.year))r=W.now();else{for(const l of Ns)E(t[l])&&(t[l]=Is[l]);const a=Zi(t)||Yi(t);if(a)return b.invalid(a);const c=Vc(n);[r,s]=nn(t,c,n)}return new b({ts:r,zone:n,loc:i,o:s})}function As(t,e,n){const i=E(n.round)?!0:n.round,r=(a,c)=>(a=Ln(a,i||n.calendary?0:2,!0),e.loc.clone(n).relFormatter(n).format(a,c)),s=a=>n.calendary?e.hasSame(t,a)?0:e.startOf(a).diff(t.startOf(a),a).get(a):e.diff(t,a).get(a);if(n.unit)return r(s(n.unit),n.unit);for(const a of n.units){const c=s(a);if(Math.abs(c)>=1)return r(c,a)}return r(t>e?-0:0,n.units[n.units.length-1])}function $s(t){let e={},n;return t.length>0&&typeof t[t.length-1]=="object"?(e=t[t.length-1],n=Array.from(t).slice(0,t.length-1)):n=Array.from(t),[e,n]}let _t;const Qn=new Map;class b{constructor(e){const n=e.zone||W.defaultZone;let i=e.invalid||(Number.isNaN(e.ts)?new he("invalid input"):null)||(n.isValid?null:Tt(n));this.ts=E(e.ts)?W.now():e.ts;let r=null,s=null;if(!i)if(e.old&&e.old.ts===this.ts&&e.old.zone.equals(n))[r,s]=[e.old.c,e.old.o];else{const c=Ve(e.o)&&!e.old?e.o:n.offset(this.ts);r=tn(this.ts,c),i=Number.isNaN(r.year)?new he("invalid input"):null,r=i?null:r,s=i?null:c}this._zone=n,this.loc=e.loc||A.create(),this.invalid=i,this.weekData=null,this.localWeekData=null,this.c=r,this.o=s,this.isLuxonDateTime=!0}static now(){return new b({})}static local(){const[e,n]=$s(arguments),[i,r,s,a,c,l,d]=n;return Bs({year:i,month:r,day:s,hour:a,minute:c,second:l,millisecond:d},e)}static utc(){const[e,n]=$s(arguments),[i,r,s,a,c,l,d]=n;return e.zone=X.utcInstance,Bs({year:i,month:r,day:s,hour:a,minute:c,second:l,millisecond:d},e)}static fromJSDate(e,n={}){const i=dl(e)?e.valueOf():NaN;if(Number.isNaN(i))return b.invalid("invalid input");const r=Ne(n.zone,W.defaultZone);return r.isValid?new b({ts:i,zone:r,loc:A.fromObject(n)}):b.invalid(Tt(r))}static fromMillis(e,n={}){if(Ve(e))return e<-864e13||e>Cc?b.invalid("Timestamp out of range"):new b({ts:e,zone:Ne(n.zone,W.defaultZone),loc:A.fromObject(n)});throw new G(`fromMillis requires a numerical input, but received a ${typeof e} with value ${e}`)}static fromSeconds(e,n={}){if(Ve(e))return new b({ts:e*1e3,zone:Ne(n.zone,W.defaultZone),loc:A.fromObject(n)});throw new G("fromSeconds requires a numerical input")}static fromObject(e,n={}){e=e||{};const i=Ne(n.zone,W.defaultZone);if(!i.isValid)return b.invalid(Tt(i));const r=A.fromObject(n),s=Qt(e,Vs),{minDaysInFirstWeek:a,startOfWeek:c}=qi(s,r),l=W.now(),d=E(n.specificOffset)?i.offset(l):n.specificOffset,u=!E(s.ordinal),h=!E(s.year),p=!E(s.month)||!E(s.day),f=h||p,m=s.weekYear||s.weekNumber;if((f||u)&&m)throw new Ye("Can't mix weekYear/weekNumber units with year/month/day or ordinals");if(p&&u)throw new Ye("Can't mix ordinal dates with month/day");const y=m||s.weekday&&!f;let g,w,x=tn(l,d);y?(g=jc,w=Ec,x=Zt(x,a,c)):u?(g=Ic,w=Oc,x=Fn(x)):(g=Ns,w=Is);let v=!1;for(const C of g){const V=s[C];E(V)?v?s[C]=w[C]:s[C]=x[C]:v=!0}const k=y?al(s,a,c):u?ll(s):Zi(s),D=k||Yi(s);if(D)return b.invalid(D);const M=y?Wi(s,a,c):u?Ui(s):s,[T,O]=nn(M,d,i),j=new b({ts:T,zone:i,o:O,loc:r});return s.weekday&&f&&e.weekday!==j.weekday?b.invalid("mismatched weekday",`you can't specify both a weekday of ${s.weekday} and a date of ${j.toISO()}`):j.isValid?j:b.invalid(j.invalid)}static fromISO(e,n={}){const[i,r]=Xl(e);return it(i,r,n,"ISO 8601",e)}static fromRFC2822(e,n={}){const[i,r]=ec(e);return it(i,r,n,"RFC 2822",e)}static fromHTTP(e,n={}){const[i,r]=tc(e);return it(i,r,n,"HTTP",n)}static fromFormat(e,n,i={}){if(E(e)||E(n))throw new G("fromFormat requires an input string and a format");const{locale:r=null,numberingSystem:s=null}=i,a=A.fromOpts({locale:r,numberingSystem:s,defaultToEN:!0}),[c,l,d,u]=_c(a,e,n);return u?b.invalid(u):it(c,l,i,`format ${n}`,e,d)}static fromString(e,n,i={}){return b.fromFormat(e,n,i)}static fromSQL(e,n={}){const[i,r]=lc(e);return it(i,r,n,"SQL",e)}static invalid(e,n=null){if(!e)throw new G("need to specify a reason the DateTime is invalid");const i=e instanceof he?e:new he(e,n);if(W.throwOnInvalid)throw new Ba(i);return new b({invalid:i})}static isDateTime(e){return e&&e.isLuxonDateTime||!1}static parseFormatForOpts(e,n={}){const i=Cs(e,A.fromObject(n));return i?i.map(r=>r?r.val:null).join(""):null}static expandFormat(e,n={}){return Ms(J.parseFormat(e),A.fromObject(n)).map(r=>r.val).join("")}static resetCache(){_t=void 0,Qn.clear()}get(e){return this[e]}get isValid(){return this.invalid===null}get invalidReason(){return this.invalid?this.invalid.reason:null}get invalidExplanation(){return this.invalid?this.invalid.explanation:null}get locale(){return this.isValid?this.loc.locale:null}get numberingSystem(){return this.isValid?this.loc.numberingSystem:null}get outputCalendar(){return this.isValid?this.loc.outputCalendar:null}get zone(){return this._zone}get zoneName(){return this.isValid?this.zone.name:null}get year(){return this.isValid?this.c.year:NaN}get quarter(){return this.isValid?Math.ceil(this.c.month/3):NaN}get month(){return this.isValid?this.c.month:NaN}get day(){return this.isValid?this.c.day:NaN}get hour(){return this.isValid?this.c.hour:NaN}get minute(){return this.isValid?this.c.minute:NaN}get second(){return this.isValid?this.c.second:NaN}get millisecond(){return this.isValid?this.c.millisecond:NaN}get weekYear(){return this.isValid?Gn(this).weekYear:NaN}get weekNumber(){return this.isValid?Gn(this).weekNumber:NaN}get weekday(){return this.isValid?Gn(this).weekday:NaN}get isWeekend(){return this.isValid&&this.loc.getWeekendDays().includes(this.weekday)}get localWeekday(){return this.isValid?Jn(this).weekday:NaN}get localWeekNumber(){return this.isValid?Jn(this).weekNumber:NaN}get localWeekYear(){return this.isValid?Jn(this).weekYear:NaN}get ordinal(){return this.isValid?Fn(this.c).ordinal:NaN}get monthShort(){return this.isValid?ve.months("short",{locObj:this.loc})[this.month-1]:null}get monthLong(){return this.isValid?ve.months("long",{locObj:this.loc})[this.month-1]:null}get weekdayShort(){return this.isValid?ve.weekdays("short",{locObj:this.loc})[this.weekday-1]:null}get weekdayLong(){return this.isValid?ve.weekdays("long",{locObj:this.loc})[this.weekday-1]:null}get offset(){return this.isValid?+this.o:NaN}get offsetNameShort(){return this.isValid?this.zone.offsetName(this.ts,{format:"short",locale:this.locale}):null}get offsetNameLong(){return this.isValid?this.zone.offsetName(this.ts,{format:"long",locale:this.locale}):null}get isOffsetFixed(){return this.isValid?this.zone.isUniversal:null}get isInDST(){return this.isOffsetFixed?!1:this.offset>this.set({month:1,day:1}).offset||this.offset>this.set({month:5}).offset}getPossibleOffsets(){if(!this.isValid||this.isOffsetFixed)return[this];const e=864e5,n=6e4,i=Jt(this.c),r=this.zone.offset(i-e),s=this.zone.offset(i+e),a=this.zone.offset(i-r*n),c=this.zone.offset(i-s*n);if(a===c)return[this];const l=i-a*n,d=i-c*n,u=tn(l,a),h=tn(d,c);return u.hour===h.hour&&u.minute===h.minute&&u.second===h.second&&u.millisecond===h.millisecond?[Ue(this,{ts:l}),Ue(this,{ts:d})]:[this]}get isInLeapYear(){return bt(this.year)}get daysInMonth(){return Gt(this.year,this.month)}get daysInYear(){return this.isValid?Je(this.year):NaN}get weeksInWeekYear(){return this.isValid?kt(this.weekYear):NaN}get weeksInLocalWeekYear(){return this.isValid?kt(this.localWeekYear,this.loc.getMinDaysInFirstWeek(),this.loc.getStartOfWeek()):NaN}resolvedLocaleOptions(e={}){const{locale:n,numberingSystem:i,calendar:r}=J.create(this.loc.clone(e),e).resolvedOptions(this);return{locale:n,numberingSystem:i,outputCalendar:r}}toUTC(e=0,n={}){return this.setZone(X.instance(e),n)}toLocal(){return this.setZone(W.defaultZone)}setZone(e,{keepLocalTime:n=!1,keepCalendarTime:i=!1}={}){if(e=Ne(e,W.defaultZone),e.equals(this.zone))return this;if(e.isValid){let r=this.ts;if(n||i){const s=e.offset(this.ts),a=this.toObject();[r]=nn(a,s,e)}return Ue(this,{ts:r,zone:e})}else return b.invalid(Tt(e))}reconfigure({locale:e,numberingSystem:n,outputCalendar:i}={}){const r=this.loc.clone({locale:e,numberingSystem:n,outputCalendar:i});return Ue(this,{loc:r})}setLocale(e){return this.reconfigure({locale:e})}set(e){if(!this.isValid)return this;const n=Qt(e,Vs),{minDaysInFirstWeek:i,startOfWeek:r}=qi(n,this.loc),s=!E(n.weekYear)||!E(n.weekNumber)||!E(n.weekday),a=!E(n.ordinal),c=!E(n.year),l=!E(n.month)||!E(n.day),d=c||l,u=n.weekYear||n.weekNumber;if((d||a)&&u)throw new Ye("Can't mix weekYear/weekNumber units with year/month/day or ordinals");if(l&&a)throw new Ye("Can't mix ordinal dates with month/day");let h;s?h=Wi({...Zt(this.c,i,r),...n},i,r):E(n.ordinal)?(h={...this.toObject(),...n},E(n.day)&&(h.day=Math.min(Gt(h.year,h.month),h.day))):h=Ui({...Fn(this.c),...n});const[p,f]=nn(h,this.o,this.zone);return Ue(this,{ts:p,o:f})}plus(e){if(!this.isValid)return this;const n=N.fromDurationLike(e);return Ue(this,Os(this,n))}minus(e){if(!this.isValid)return this;const n=N.fromDurationLike(e).negate();return Ue(this,Os(this,n))}startOf(e,{useLocaleWeeks:n=!1}={}){if(!this.isValid)return this;const i={},r=N.normalizeUnit(e);switch(r){case"years":i.month=1;case"quarters":case"months":i.day=1;case"weeks":case"days":i.hour=0;case"hours":i.minute=0;case"minutes":i.second=0;case"seconds":i.millisecond=0;break}if(r==="weeks")if(n){const s=this.loc.getStartOfWeek(),{weekday:a}=this;a<s&&(i.weekNumber=this.weekNumber-1),i.weekday=s}else i.weekday=1;if(r==="quarters"){const s=Math.ceil(this.month/3);i.month=(s-1)*3+1}return this.set(i)}endOf(e,n){return this.isValid?this.plus({[e]:1}).startOf(e,n).minus(1):this}toFormat(e,n={}){return this.isValid?J.create(this.loc.redefaultToEN(n)).formatDateTimeFromString(this,e):Yn}toLocaleString(e=Wt,n={}){return this.isValid?J.create(this.loc.clone(n),e).formatDateTime(this):Yn}toLocaleParts(e={}){return this.isValid?J.create(this.loc.clone(e),e).formatDateTimeParts(this):[]}toISO({format:e="extended",suppressSeconds:n=!1,suppressMilliseconds:i=!1,includeOffset:r=!0,extendedZone:s=!1}={}){if(!this.isValid)return null;const a=e==="extended";let c=Kn(this,a);return c+="T",c+=js(this,a,n,i,r,s),c}toISODate({format:e="extended"}={}){return this.isValid?Kn(this,e==="extended"):null}toISOWeekDate(){return rn(this,"kkkk-'W'WW-c")}toISOTime({suppressMilliseconds:e=!1,suppressSeconds:n=!1,includeOffset:i=!0,includePrefix:r=!1,extendedZone:s=!1,format:a="extended"}={}){return this.isValid?(r?"T":"")+js(this,a==="extended",n,e,i,s):null}toRFC2822(){return rn(this,"EEE, dd LLL yyyy HH:mm:ss ZZZ",!1)}toHTTP(){return rn(this.toUTC(),"EEE, dd LLL yyyy HH:mm:ss 'GMT'")}toSQLDate(){return this.isValid?Kn(this,!0):null}toSQLTime({includeOffset:e=!0,includeZone:n=!1,includeOffsetSpace:i=!0}={}){let r="HH:mm:ss.SSS";return(n||e)&&(i&&(r+=" "),n?r+="z":e&&(r+="ZZ")),rn(this,r,!0)}toSQL(e={}){return this.isValid?`${this.toSQLDate()} ${this.toSQLTime(e)}`:null}toString(){return this.isValid?this.toISO():Yn}[Symbol.for("nodejs.util.inspect.custom")](){return this.isValid?`DateTime { ts: ${this.toISO()}, zone: ${this.zone.name}, locale: ${this.locale} }`:`DateTime { Invalid, reason: ${this.invalidReason} }`}valueOf(){return this.toMillis()}toMillis(){return this.isValid?this.ts:NaN}toSeconds(){return this.isValid?this.ts/1e3:NaN}toUnixInteger(){return this.isValid?Math.floor(this.ts/1e3):NaN}toJSON(){return this.toISO()}toBSON(){return this.toJSDate()}toObject(e={}){if(!this.isValid)return{};const n={...this.c};return e.includeConfig&&(n.outputCalendar=this.outputCalendar,n.numberingSystem=this.loc.numberingSystem,n.locale=this.loc.locale),n}toJSDate(){return new Date(this.isValid?this.ts:NaN)}diff(e,n="milliseconds",i={}){if(!this.isValid||!e.isValid)return N.invalid("created by diffing an invalid DateTime");const r={locale:this.locale,numberingSystem:this.numberingSystem,...i},s=ul(n).map(N.normalizeUnit),a=e.valueOf()>this.valueOf(),c=a?this:e,l=a?e:this,d=mc(c,l,s,r);return a?d.negate():d}diffNow(e="milliseconds",n={}){return this.diff(b.now(),e,n)}until(e){return this.isValid?L.fromDateTimes(this,e):this}hasSame(e,n,i){if(!this.isValid)return!1;const r=e.valueOf(),s=this.setZone(e.zone,{keepLocalTime:!0});return s.startOf(n,i)<=r&&r<=s.endOf(n,i)}equals(e){return this.isValid&&e.isValid&&this.valueOf()===e.valueOf()&&this.zone.equals(e.zone)&&this.loc.equals(e.loc)}toRelative(e={}){if(!this.isValid)return null;const n=e.base||b.fromObject({},{zone:this.zone}),i=e.padding?this<n?-e.padding:e.padding:0;let r=["years","months","days","hours","minutes","seconds"],s=e.unit;return Array.isArray(e.unit)&&(r=e.unit,s=void 0),As(n,this.plus(i),{...e,numeric:"always",units:r,unit:s})}toRelativeCalendar(e={}){return this.isValid?As(e.base||b.fromObject({},{zone:this.zone}),this,{...e,numeric:"auto",units:["years","months","days"],calendary:!0}):null}static min(...e){if(!e.every(b.isDateTime))throw new G("min requires all arguments be DateTimes");return Ki(e,n=>n.valueOf(),Math.min)}static max(...e){if(!e.every(b.isDateTime))throw new G("max requires all arguments be DateTimes");return Ki(e,n=>n.valueOf(),Math.max)}static fromFormatExplain(e,n,i={}){const{locale:r=null,numberingSystem:s=null}=i,a=A.fromOpts({locale:r,numberingSystem:s,defaultToEN:!0});return _s(a,e,n)}static fromStringExplain(e,n,i={}){return b.fromFormatExplain(e,n,i)}static buildFormatParser(e,n={}){const{locale:i=null,numberingSystem:r=null}=n,s=A.fromOpts({locale:i,numberingSystem:r,defaultToEN:!0});return new Ts(s,e)}static fromFormatParser(e,n,i={}){if(E(e)||E(n))throw new G("fromFormatParser requires an input string and a format parser");const{locale:r=null,numberingSystem:s=null}=i,a=A.fromOpts({locale:r,numberingSystem:s,defaultToEN:!0});if(!a.equals(n.locale))throw new G(`fromFormatParser called with a locale of ${a}, but the format parser was created for ${n.locale}`);const{result:c,zone:l,specificOffset:d,invalidReason:u}=n.explainFromTokens(e);return u?b.invalid(u):it(c,l,i,`format ${n.format}`,e,d)}static get DATE_SHORT(){return Wt}static get DATE_MED(){return ci}static get DATE_MED_WITH_WEEKDAY(){return Pa}static get DATE_FULL(){return di}static get DATE_HUGE(){return ui}static get TIME_SIMPLE(){return hi}static get TIME_WITH_SECONDS(){return pi}static get TIME_WITH_SHORT_OFFSET(){return fi}static get TIME_WITH_LONG_OFFSET(){return mi}static get TIME_24_SIMPLE(){return yi}static get TIME_24_WITH_SECONDS(){return gi}static get TIME_24_WITH_SHORT_OFFSET(){return xi}static get TIME_24_WITH_LONG_OFFSET(){return wi}static get DATETIME_SHORT(){return vi}static get DATETIME_SHORT_WITH_SECONDS(){return bi}static get DATETIME_MED(){return ki}static get DATETIME_MED_WITH_SECONDS(){return Si}static get DATETIME_MED_WITH_WEEKDAY(){return Fa}static get DATETIME_FULL(){return Di}static get DATETIME_FULL_WITH_SECONDS(){return Mi}static get DATETIME_HUGE(){return Ti}static get DATETIME_HUGE_WITH_SECONDS(){return _i}}function Ct(t){if(b.isDateTime(t))return t;if(t&&t.valueOf&&Ve(t.valueOf()))return b.fromJSDate(t);if(t&&typeof t=="object")return b.fromObject(t);throw new G(`Unknown datetime argument: ${t}, of type ${typeof t}`)}const oe=()=>`_${Math.random().toString(36).substr(2,9)}`,Ps=function({dateOne:e,dateTwo:n,format:i,locale:r}){let s="";return e&&(s=b.fromISO(e).toFormat(i,{locale:r})),n&&(s+=" - "+b.fromISO(n).toFormat(i,{locale:r})),s},$e=t=>typeof t!="string"?"":t.charAt(0).toUpperCase()+t.slice(1),Bc={key:0,class:"cpBadge__icon"},Ac={class:"cpBadge__label"},$c=["neutral","blue","green","red","orange","purple","teal","pink","yellow"],Pc={__name:"CpBadge",props:{color:{type:String,default:"",validator:t=>$c.includes(t)||t===""},isSolid:{type:Boolean,default:!1},isPlain:{type:Boolean,default:!1},isClearable:{type:Boolean,default:!1},icon:{type:String,default:""}},emits:["on-clear"],setup(t,{emit:e}){const n=t,i=e,r=o.useSlots(),s=o.computed(()=>$e(n.color)),a=o.computed(()=>!!r.icon),c=o.computed(()=>{const d=n.icon!==""||a.value;return{"cpBadge--isSolid":n.isSolid,"cpBadge--isPlain":n.isPlain,"cpBadge--hasIcon":d,"cpBadge--isClearable":n.isClearable,[`cpBadge--is${s.value}`]:s.value}}),l=()=>{i("on-clear")};return(d,u)=>{const h=o.resolveComponent("cp-icon");return o.openBlock(),o.createElementBlock("div",{class:o.normalizeClass(["cpBadge",c.value])},[a.value?(o.openBlock(),o.createElementBlock("span",Bc,[o.renderSlot(d.$slots,"icon")])):t.icon?(o.openBlock(),o.createBlock(h,{key:1,type:t.icon,class:"cpBadge__icon"},null,8,["type"])):o.createCommentVNode("",!0),o.createElementVNode("span",Ac,[o.renderSlot(d.$slots,"default")]),t.isClearable?(o.openBlock(),o.createElementBlock("button",{key:2,class:"cpBadge__clear",type:"button",onClick:l},[o.createVNode(h,{class:"cpBadge__icon cpBadge__icon--isClear",type:"x"})])):o.createCommentVNode("",!0)],2)}}},Fs=(t=document)=>{if(t===null)return[];const e=[...t.querySelectorAll('a, button, input, textarea, select, details,[tabindex]:not([tabindex="-1"])')];return e.length?e.filter(n=>{const i=n.hasAttribute("disabled"),r=n.offsetHeight!==0&&n.offsetWidth!==0,a=n instanceof HTMLInputElement&&n.type==="radio"&&n.checked===!1;return!i&&r&&!a}):t instanceof HTMLElement?[t]:[]},Fc=(t,e)=>{const n=Fs(e),i=n[0],r=n[n.length-1],s=!t.shiftKey&&document.activeElement===r,a=t.shiftKey&&document.activeElement===i;s?(t.preventDefault(),i.focus()):a&&(t.preventDefault(),r.focus())},Rc={class:"cpDialog"},zc=["onKeydown"],Lc={key:0,class:"cpDialog__header"},Hc={class:"cpDialog__content"},Wc={key:1,class:"cpDialog__footer"},Uc={__name:"CpDialog",props:{maxWidth:{type:Number,default:600}},emits:["close"],setup(t,{emit:e}){const n=t,i=e,r=o.useSlots(),s=o.ref(),a=o.ref(),c=o.computed(()=>({maxWidth:`${n.maxWidth}px`})),l=o.computed(()=>!!r.header),d=o.computed(()=>!!r.footer),u=()=>i("close"),h=y=>Fc(y,a.value),p=()=>s.value.show(),f=()=>s.value.close(),m=()=>{const y=Fs(a.value);y.length&&y[0].focus()};return o.onMounted(()=>{p(),o.nextTick(()=>m())}),o.onBeforeUnmount(()=>{f()}),(y,g)=>{const w=o.resolveComponent("cp-icon");return o.openBlock(),o.createElementBlock("div",Rc,[o.createElementVNode("dialog",{ref_key:"dialogElement",ref:s,class:"cpDialog__dialog",onKeydown:o.withKeys(o.withModifiers(u,["stop","prevent"]),["esc"])},[g[0]||(g[0]=o.createElementVNode("div",{class:"cpDialog__overlay"},null,-1)),o.createElementVNode("main",{ref_key:"dialogContainer",ref:a,class:"cpDialog__container",style:o.normalizeStyle(c.value),onKeydown:o.withKeys(h,["tab"])},[l.value?(o.openBlock(),o.createElementBlock("header",Lc,[o.renderSlot(y.$slots,"header"),o.createElementVNode("button",{type:"button",class:"cpDialog__close",onClick:u},[o.createVNode(w,{type:"x"})])])):o.createCommentVNode("",!0),o.renderSlot(y.$slots,"default",{},()=>[o.createElementVNode("section",Hc,[o.renderSlot(y.$slots,"content")])]),d.value?(o.openBlock(),o.createElementBlock("footer",Wc,[o.renderSlot(y.$slots,"footer")])):o.createCommentVNode("",!0)],36)],40,zc)])}}},Y=(t,e)=>{const n=t.__vccOpts||t;for(const[i,r]of e)n[i]=r;return n},qc={},Zc={class:"cpDialogWrapper"};function Yc(t,e){return o.openBlock(),o.createBlock(o.Teleport,{to:"body"},[o.createElementVNode("div",Zc,[o.createVNode(o.TransitionGroup,{name:"dialog"},{default:o.withCtx(()=>[o.renderSlot(t.$slots,"default")]),_:3})])])}const Gc=Y(qc,[["render",Yc]]),Jc={key:0},Kc={__name:"CpTooltip",props:{content:{type:String,default:""},distance:{type:Number,default:8}},setup(t){const e=o.useId();return(n,i)=>(o.openBlock(),o.createBlock(o.unref(Va),{"aria-id":o.unref(e),"popper-class":"cpTooltip",distance:t.distance,container:!1},{popper:o.withCtx(()=>[t.content?(o.openBlock(),o.createElementBlock("span",Jc,o.toDisplayString(t.content),1)):o.renderSlot(n.$slots,"content",{key:1})]),default:o.withCtx(()=>[o.renderSlot(n.$slots,"default")]),_:3},8,["aria-id","distance"]))}},Xn=["h1","h2","h3","h4","h5","h6"],Rs=[100,200,300,400,500,600,700,800,900],Qc={props:{headingLevel:{type:String,default:Xn[0],validator:t=>Xn.includes(t),required:!1},size:{type:Number,default:Rs[4],validator:t=>Rs.includes(t),required:!1}},data(){return{headingLevels:Xn}}};function Xc(t,e,n,i,r,s){return o.openBlock(),o.createBlock(o.resolveDynamicComponent(t.$props.headingLevel),o.mergeProps(t.$attrs,{class:[`cpHeading--${n.size}`,"cpHeading"]}),{default:o.withCtx(()=>[o.renderSlot(t.$slots,"default")]),_:3},16,["class"])}const zs=Y(Qc,[["render",Xc]]),er={BLUE:"blue",PURPLE:"purple",GREEN:"green",ORANGE:"orange",RED:"red"},st={BLUE:er.BLUE,PURPLE:er.PURPLE},ed={props:{color:{type:String,default:"#ff6700"}}},td={id:"loader-1",version:"1.1",xmlns:"http://www.w3.org/2000/svg",x:"0px",y:"0px",width:"40px",height:"40px",viewBox:"0 0 40 40","enable-background":"new 0 0 40 40","xml:space":"preserve"},nd=["fill"],rd=["fill"];function id(t,e,n,i,r,s){return o.openBlock(),o.createElementBlock("svg",td,[o.createElementVNode("path",{opacity:"0.2",fill:n.color,d:"M20.201,5.169c-8.254,0-14.946,6.692-14.946,14.946c0,8.255,6.692,14.946,14.946,14.946 s14.946-6.691,14.946-14.946C35.146,11.861,28.455,5.169,20.201,5.169z M20.201,31.749c-6.425,0-11.634-5.208-11.634-11.634 c0-6.425,5.209-11.634,11.634-11.634c6.425,0,11.633,5.209,11.633,11.634C31.834,26.541,26.626,31.749,20.201,31.749z"},null,8,nd),o.createElementVNode("path",{fill:n.color,d:"M26.013,10.047l1.654-2.866c-2.198-1.272-4.743-2.012-7.466-2.012h0v3.312h0 C22.32,8.481,24.301,9.057,26.013,10.047z"},e[0]||(e[0]=[o.createElementVNode("animateTransform",{attributeType:"xml",attributeName:"transform",type:"rotate",from:"0 20 20",to:"360 20 20",dur:"0.5s",repeatCount:"indefinite"},null,-1)]),8,rd)])}const Ls=Y(ed,[["render",id]]),Hs={default:"default",primary:"primary",minimal:"minimal"},Ws={button:"button",a:"a"},Us={button:"button",submit:"submit",reset:"reset"},sd={components:{CpLoader:Ls},props:{appearance:{type:String,default:Hs.default,validator:t=>({}).propertyIsEnumerable.call(Hs,t)},color:{type:String,default:"",validator:t=>Object.values(er).includes(t)||t===""},disabled:{type:Boolean,default:!1},tag:{type:String,default:Ws.button,validator:t=>({}).propertyIsEnumerable.call(Ws,t)},type:{type:String,default:Us.button,validator:t=>({}).propertyIsEnumerable.call(Us,t)},isLoading:{type:Boolean,default:!1},isSquare:{type:Boolean,default:!1},isLarge:{type:Boolean,default:!1}},emits:["click"],computed:{capitalizedAppearance(){return $e(this.appearance)},capitalizedColor(){return $e(this.color)},dynamicClasses(){return[`cpButton--is${this.capitalizedAppearance}`,this.capitalizedColor&&`cpButton--is${this.capitalizedColor}`,{"cpButton--isDisabled":this.isButtonDisabled,"cpButton--isIcon":!this.hasLabel,"cpButton--isLoading":this.isLoading,"cpButton--isSquare":this.isSquare,"cpButton--isLarge":this.isLarge}]},hasLabel(){return!!this.$slots.default},hasIconBefore(){return!!this.$slots["icon-before"]},hasIconAfter(){return!!this.$slots["icon-after"]},isButtonDisabled(){return this.disabled||this.isLoading?!0:null}},methods:{handleClick(t){this.isButtonDisabled||this.$emit("click",t)}}},od={class:"cpButton__body"},ad={key:0,class:"cpButton__loader"},ld={key:1,class:"cpButton__icon cpButton__icon--isBefore"},cd={key:2},dd={key:3,class:"cpButton__icon cpButton__icon--isAfter"};function ud(t,e,n,i,r,s){const a=o.resolveComponent("cp-loader");return o.openBlock(),o.createBlock(o.resolveDynamicComponent(n.tag),{type:n.type,"aria-disabled":s.isButtonDisabled,disabled:s.isButtonDisabled,class:o.normalizeClass([s.dynamicClasses,"cpButton"]),role:"button",tabindex:"0",onClick:s.handleClick},{default:o.withCtx(()=>[o.createElementVNode("span",od,[n.isLoading?(o.openBlock(),o.createElementBlock("span",ad,[o.createVNode(a,{color:"#B2B2BD"})])):o.createCommentVNode("",!0),s.hasIconBefore?(o.openBlock(),o.createElementBlock("span",ld,[o.renderSlot(t.$slots,"icon-before")])):o.createCommentVNode("",!0),s.hasLabel?(o.openBlock(),o.createElementBlock("span",cd,[o.renderSlot(t.$slots,"default")])):o.createCommentVNode("",!0),s.hasIconAfter?(o.openBlock(),o.createElementBlock("span",dd,[o.renderSlot(t.$slots,"icon-after")])):o.createCommentVNode("",!0)])]),_:3},8,["type","aria-disabled","disabled","class","onClick"])}const qs=Y(sd,[["render",ud]]),hd={props:{modelValue:{type:[String,Date],default:""},minDate:{type:[String,Date],default:b.now().minus({year:120}).toISO()},maxDate:{type:[String,Date],default:b.now().toISO()},label:{type:String,default:""},required:{type:Boolean,default:!1},disabled:{type:Boolean,default:!1},isInvalid:{type:Boolean,default:!1},errorMessage:{type:String,default:""},displayErrorMessage:{type:Boolean,default:!0},autocompleteBirthday:{type:Boolean,default:!1},locale:{type:String,default:()=>navigator.language},inputsOptions:{type:Object,default:()=>{}}},emits:["update:modelValue","on-validation"],data(){return{day:this.initDateToken("day"),month:this.initDateToken("month"),year:this.initDateToken("year")}},computed:{formattedLabel(){const t=this.required&&this.label?"*":"";return`${$e(this.label)} ${t}`},cpDateId(){return oe()},minYear(){return this.isoMinDate.year},maxYear(){return this.isoMaxDate.year},monthMaxDay(){return b.fromObject({year:this.year&&this.year.length<=4?Number(this.year):b.now().year,month:this.month?Number(this.month):b.now().month,day:1}).daysInMonth},months(){return ve.months("long",{locale:this.locale}).map((e,n)=>({label:$e(e),value:n+1}))},isoDate(){return b.fromObject({year:Number(this.year),month:Number(this.month),day:Number(this.day)}).toISODate()},isoMinDate(){return b.fromISO(this.minDate)},isoMaxDate(){return b.fromISO(this.maxDate)},isDateAfterMinDate(){return this.isoDate>=this.isoMinDate.toISODate()},isDateBeforeMaxDate(){return this.isoDate<=this.isoMaxDate.toISODate()},areInputsEmpty(){return this.day===""&&this.month===""&&this.year===""},isDateValid(){return this.areInputsEmpty&&!this.required?!0:!this.isInvalid&&this.isDayValid&&this.isMonthValid&&this.isYearValid&&this.isDateBeforeMaxDate&&this.isDateAfterMinDate},isDayValid(){return this.day>=1&&this.day<=this.monthMaxDay},isMonthValid(){return!!this.month},isYearValid(){return this.year>=this.minYear&&this.year<=this.maxYear},advancedErrorMessage(){return this.isDateValid||!this.displayErrorMessage?"":this.errorMessage?this.errorMessage:this.isMonthValid?this.isDayValid?this.isYearValid?this.isDateBeforeMaxDate?this.isDateAfterMinDate?"":`The date can't be before ${this.isoMinDate.toFormat("DDD")}.`:`The date can't be after ${this.isoMaxDate.toFormat("DDD")}.`:`Year must be in the range ${this.minYear} – ${this.maxYear}.`:`Day must be in the range 1 – ${this.monthMaxDay}.`:"Month is required."},dynamicClasses(){return{"cpDate--isInvalid":!this.isDateValid,"cpDate--isDisabled":this.disabled}},selectDynamicClass(){return{"cpDate__month--isEmpty":!this.month}},autocompleteFields(){return this.autocompleteBirthday?{day:"bday-day",month:"bday-month",year:"bday-year"}:"off"},dayInputPlaceholder(){var t;return((t=this.inputsOptions)==null?void 0:t.dayInputPlaceholder)||"DD"},monthInputPlaceholder(){var t;return((t=this.inputsOptions)==null?void 0:t.monthInputPlaceholder)||"Months"},yearInputPlaceholder(){var t;return((t=this.inputsOptions)==null?void 0:t.yearInputPlaceholder)||"YYYY"}},watch:{day(){this.handleUpdate()},month(){this.handleUpdate()},year(){this.handleUpdate()}},methods:{initDateToken(t){return b.fromISO(this.modelValue).invalid?"":b.fromISO(this.modelValue)[t]},handleUpdate(){this.$emit("update:modelValue",this.isoDate),this.$emit("on-validation",this.isDateValid)}}},pd=["for"],fd={class:"cpDate__inputs"},md=["placeholder","required","disabled","autocomplete"],yd=["id","required","disabled","autocomplete"],gd={value:""},xd=["value"],wd=["placeholder","disabled","required","autocomplete"],vd={key:0,class:"cpDate__errorMessage"};function bd(t,e,n,i,r,s){const a=o.resolveComponent("cp-icon"),c=o.resolveComponent("transition-expand"),l=o.resolveDirective("maska");return o.openBlock(),o.createElementBlock("div",{class:o.normalizeClass(["cpDate",s.dynamicClasses])},[n.label?(o.openBlock(),o.createElementBlock("label",{key:0,class:"cpDate__label",for:s.cpDateId},[o.createTextVNode(o.toDisplayString(s.formattedLabel)+" ",1),s.isDateValid?o.createCommentVNode("",!0):(o.openBlock(),o.createBlock(a,{key:0,type:"alert-circle"}))],8,pd)):o.createCommentVNode("",!0),o.createElementVNode("div",fd,[o.withDirectives(o.createElementVNode("input",{"onUpdate:modelValue":e[0]||(e[0]=d=>r.day=d),"data-maska":"##",placeholder:s.dayInputPlaceholder,class:"cpDate__day",inputmode:"numeric",maxlength:"2",required:n.required,disabled:n.disabled,autocomplete:s.autocompleteFields.day},null,8,md),[[o.vModelText,r.day],[l]]),e[3]||(e[3]=o.createElementVNode("div",{class:"cpDate__divider"},null,-1)),o.createElementVNode("div",{class:o.normalizeClass(["cpDate__month",s.selectDynamicClass])},[o.withDirectives(o.createElementVNode("select",{id:s.cpDateId,"onUpdate:modelValue":e[1]||(e[1]=d=>r.month=d),required:n.required,disabled:n.disabled,autocomplete:s.autocompleteFields.month},[o.createElementVNode("option",gd,o.toDisplayString(s.monthInputPlaceholder),1),(o.openBlock(!0),o.createElementBlock(o.Fragment,null,o.renderList(s.months,(d,u)=>(o.openBlock(),o.createElementBlock("option",{key:u,value:d.value},o.toDisplayString(d.label),9,xd))),128))],8,yd),[[o.vModelSelect,r.month]])],2),e[4]||(e[4]=o.createElementVNode("div",{class:"cpDate__divider"},null,-1)),o.withDirectives(o.createElementVNode("input",{"onUpdate:modelValue":e[2]||(e[2]=d=>r.year=d),"data-maska":"####",placeholder:s.yearInputPlaceholder,class:"cpDate__year",inputmode:"numeric",maxlength:"4",disabled:n.disabled,required:n.required,autocomplete:s.autocompleteFields.year},null,8,wd),[[o.vModelText,r.year],[l]])]),o.createVNode(c,null,{default:o.withCtx(()=>[s.advancedErrorMessage?(o.openBlock(),o.createElementBlock("div",vd,o.toDisplayString(s.advancedErrorMessage),1)):o.createCommentVNode("",!0)]),_:1})],2)}const kd=Y(hd,[["render",bd]]),Sd={componentUpdated:Zs,inserted:Zs};function Zs(t){const e=document.createElement("select");e.className=t.className;const n=document.createElement("option");n.textContent=t.value,e.appendChild(n),t.parentNode.appendChild(e),t.style.width=e.offsetWidth+"px",e.parentNode.removeChild(e)}function Dd(t){return t&&t.__esModule&&Object.prototype.hasOwnProperty.call(t,"default")?t.default:t}var sn={exports:{}},Md=sn.exports,Ys;function Td(){return Ys||(Ys=1,function(t,e){(function(i,r){t.exports=r()})(typeof self<"u"?self:Md,function(){return function(n){var i={};function r(s){if(i[s])return i[s].exports;var a=i[s]={i:s,l:!1,exports:{}};return n[s].call(a.exports,a,a.exports,r),a.l=!0,a.exports}return r.m=n,r.c=i,r.d=function(s,a,c){r.o(s,a)||Object.defineProperty(s,a,{configurable:!1,enumerable:!0,get:c})},r.r=function(s){Object.defineProperty(s,"__esModule",{value:!0})},r.n=function(s){var a=s&&s.__esModule?function(){return s.default}:function(){return s};return r.d(a,"a",a),a},r.o=function(s,a){return Object.prototype.hasOwnProperty.call(s,a)},r.p="",r(r.s=0)}({"./dist/icons.json":function(n){n.exports={activity:'<polyline points="22 12 18 12 15 21 9 3 6 12 2 12"></polyline>',airplay:'<path d="M5 17H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2h-1"></path><polygon points="12 15 17 21 7 21 12 15"></polygon>',"alert-circle":'<circle cx="12" cy="12" r="10"></circle><line x1="12" y1="8" x2="12" y2="12"></line><line x1="12" y1="16" x2="12.01" y2="16"></line>',"alert-octagon":'<polygon points="7.86 2 16.14 2 22 7.86 22 16.14 16.14 22 7.86 22 2 16.14 2 7.86 7.86 2"></polygon><line x1="12" y1="8" x2="12" y2="12"></line><line x1="12" y1="16" x2="12.01" y2="16"></line>',"alert-triangle":'<path d="M10.29 3.86L1.82 18a2 2 0 0 0 1.71 3h16.94a2 2 0 0 0 1.71-3L13.71 3.86a2 2 0 0 0-3.42 0z"></path><line x1="12" y1="9" x2="12" y2="13"></line><line x1="12" y1="17" x2="12.01" y2="17"></line>',"align-center":'<line x1="18" y1="10" x2="6" y2="10"></line><line x1="21" y1="6" x2="3" y2="6"></line><line x1="21" y1="14" x2="3" y2="14"></line><line x1="18" y1="18" x2="6" y2="18"></line>',"align-justify":'<line x1="21" y1="10" x2="3" y2="10"></line><line x1="21" y1="6" x2="3" y2="6"></line><line x1="21" y1="14" x2="3" y2="14"></line><line x1="21" y1="18" x2="3" y2="18"></line>',"align-left":'<line x1="17" y1="10" x2="3" y2="10"></line><line x1="21" y1="6" x2="3" y2="6"></line><line x1="21" y1="14" x2="3" y2="14"></line><line x1="17" y1="18" x2="3" y2="18"></line>',"align-right":'<line x1="21" y1="10" x2="7" y2="10"></line><line x1="21" y1="6" x2="3" y2="6"></line><line x1="21" y1="14" x2="3" y2="14"></line><line x1="21" y1="18" x2="7" y2="18"></line>',anchor:'<circle cx="12" cy="5" r="3"></circle><line x1="12" y1="22" x2="12" y2="8"></line><path d="M5 12H2a10 10 0 0 0 20 0h-3"></path>',aperture:'<circle cx="12" cy="12" r="10"></circle><line x1="14.31" y1="8" x2="20.05" y2="17.94"></line><line x1="9.69" y1="8" x2="21.17" y2="8"></line><line x1="7.38" y1="12" x2="13.12" y2="2.06"></line><line x1="9.69" y1="16" x2="3.95" y2="6.06"></line><line x1="14.31" y1="16" x2="2.83" y2="16"></line><line x1="16.62" y1="12" x2="10.88" y2="21.94"></line>',archive:'<polyline points="21 8 21 21 3 21 3 8"></polyline><rect x="1" y="3" width="22" height="5"></rect><line x1="10" y1="12" x2="14" y2="12"></line>',"arrow-down-circle":'<circle cx="12" cy="12" r="10"></circle><polyline points="8 12 12 16 16 12"></polyline><line x1="12" y1="8" x2="12" y2="16"></line>',"arrow-down-left":'<line x1="17" y1="7" x2="7" y2="17"></line><polyline points="17 17 7 17 7 7"></polyline>',"arrow-down-right":'<line x1="7" y1="7" x2="17" y2="17"></line><polyline points="17 7 17 17 7 17"></polyline>',"arrow-down":'<line x1="12" y1="5" x2="12" y2="19"></line><polyline points="19 12 12 19 5 12"></polyline>',"arrow-left-circle":'<circle cx="12" cy="12" r="10"></circle><polyline points="12 8 8 12 12 16"></polyline><line x1="16" y1="12" x2="8" y2="12"></line>',"arrow-left":'<line x1="19" y1="12" x2="5" y2="12"></line><polyline points="12 19 5 12 12 5"></polyline>',"arrow-right-circle":'<circle cx="12" cy="12" r="10"></circle><polyline points="12 16 16 12 12 8"></polyline><line x1="8" y1="12" x2="16" y2="12"></line>',"arrow-right":'<line x1="5" y1="12" x2="19" y2="12"></line><polyline points="12 5 19 12 12 19"></polyline>',"arrow-up-circle":'<circle cx="12" cy="12" r="10"></circle><polyline points="16 12 12 8 8 12"></polyline><line x1="12" y1="16" x2="12" y2="8"></line>',"arrow-up-left":'<line x1="17" y1="17" x2="7" y2="7"></line><polyline points="7 17 7 7 17 7"></polyline>',"arrow-up-right":'<line x1="7" y1="17" x2="17" y2="7"></line><polyline points="7 7 17 7 17 17"></polyline>',"arrow-up":'<line x1="12" y1="19" x2="12" y2="5"></line><polyline points="5 12 12 5 19 12"></polyline>',"at-sign":'<circle cx="12" cy="12" r="4"></circle><path d="M16 8v5a3 3 0 0 0 6 0v-1a10 10 0 1 0-3.92 7.94"></path>',award:'<circle cx="12" cy="8" r="7"></circle><polyline points="8.21 13.89 7 23 12 20 17 23 15.79 13.88"></polyline>',"bar-chart-2":'<line x1="18" y1="20" x2="18" y2="10"></line><line x1="12" y1="20" x2="12" y2="4"></line><line x1="6" y1="20" x2="6" y2="14"></line>',"bar-chart":'<line x1="12" y1="20" x2="12" y2="10"></line><line x1="18" y1="20" x2="18" y2="4"></line><line x1="6" y1="20" x2="6" y2="16"></line>',"battery-charging":'<path d="M5 18H3a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h3.19M15 6h2a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2h-3.19"></path><line x1="23" y1="13" x2="23" y2="11"></line><polyline points="11 6 7 12 13 12 9 18"></polyline>',battery:'<rect x="1" y="6" width="18" height="12" rx="2" ry="2"></rect><line x1="23" y1="13" x2="23" y2="11"></line>',"bell-off":'<path d="M13.73 21a2 2 0 0 1-3.46 0"></path><path d="M18.63 13A17.89 17.89 0 0 1 18 8"></path><path d="M6.26 6.26A5.86 5.86 0 0 0 6 8c0 7-3 9-3 9h14"></path><path d="M18 8a6 6 0 0 0-9.33-5"></path><line x1="1" y1="1" x2="23" y2="23"></line>',bell:'<path d="M18 8A6 6 0 0 0 6 8c0 7-3 9-3 9h18s-3-2-3-9"></path><path d="M13.73 21a2 2 0 0 1-3.46 0"></path>',bluetooth:'<polyline points="6.5 6.5 17.5 17.5 12 23 12 1 17.5 6.5 6.5 17.5"></polyline>',bold:'<path d="M6 4h8a4 4 0 0 1 4 4 4 4 0 0 1-4 4H6z"></path><path d="M6 12h9a4 4 0 0 1 4 4 4 4 0 0 1-4 4H6z"></path>',"book-open":'<path d="M2 3h6a4 4 0 0 1 4 4v14a3 3 0 0 0-3-3H2z"></path><path d="M22 3h-6a4 4 0 0 0-4 4v14a3 3 0 0 1 3-3h7z"></path>',book:'<path d="M4 19.5A2.5 2.5 0 0 1 6.5 17H20"></path><path d="M6.5 2H20v20H6.5A2.5 2.5 0 0 1 4 19.5v-15A2.5 2.5 0 0 1 6.5 2z"></path>',bookmark:'<path d="M19 21l-7-5-7 5V5a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2z"></path>',box:'<path d="M21 16V8a2 2 0 0 0-1-1.73l-7-4a2 2 0 0 0-2 0l-7 4A2 2 0 0 0 3 8v8a2 2 0 0 0 1 1.73l7 4a2 2 0 0 0 2 0l7-4A2 2 0 0 0 21 16z"></path><polyline points="3.27 6.96 12 12.01 20.73 6.96"></polyline><line x1="12" y1="22.08" x2="12" y2="12"></line>',briefcase:'<rect x="2" y="7" width="20" height="14" rx="2" ry="2"></rect><path d="M16 21V5a2 2 0 0 0-2-2h-4a2 2 0 0 0-2 2v16"></path>',calendar:'<rect x="3" y="4" width="18" height="18" rx="2" ry="2"></rect><line x1="16" y1="2" x2="16" y2="6"></line><line x1="8" y1="2" x2="8" y2="6"></line><line x1="3" y1="10" x2="21" y2="10"></line>',"camera-off":'<line x1="1" y1="1" x2="23" y2="23"></line><path d="M21 21H3a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h3m3-3h6l2 3h4a2 2 0 0 1 2 2v9.34m-7.72-2.06a4 4 0 1 1-5.56-5.56"></path>',camera:'<path d="M23 19a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h4l2-3h6l2 3h4a2 2 0 0 1 2 2z"></path><circle cx="12" cy="13" r="4"></circle>',cast:'<path d="M2 16.1A5 5 0 0 1 5.9 20M2 12.05A9 9 0 0 1 9.95 20M2 8V6a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2h-6"></path><line x1="2" y1="20" x2="2.01" y2="20"></line>',"check-circle":'<path d="M22 11.08V12a10 10 0 1 1-5.93-9.14"></path><polyline points="22 4 12 14.01 9 11.01"></polyline>',"check-square":'<polyline points="9 11 12 14 22 4"></polyline><path d="M21 12v7a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h11"></path>',check:'<polyline points="20 6 9 17 4 12"></polyline>',"chevron-down":'<polyline points="6 9 12 15 18 9"></polyline>',"chevron-left":'<polyline points="15 18 9 12 15 6"></polyline>',"chevron-right":'<polyline points="9 18 15 12 9 6"></polyline>',"chevron-up":'<polyline points="18 15 12 9 6 15"></polyline>',"chevrons-down":'<polyline points="7 13 12 18 17 13"></polyline><polyline points="7 6 12 11 17 6"></polyline>',"chevrons-left":'<polyline points="11 17 6 12 11 7"></polyline><polyline points="18 17 13 12 18 7"></polyline>',"chevrons-right":'<polyline points="13 17 18 12 13 7"></polyline><polyline points="6 17 11 12 6 7"></polyline>',"chevrons-up":'<polyline points="17 11 12 6 7 11"></polyline><polyline points="17 18 12 13 7 18"></polyline>',chrome:'<circle cx="12" cy="12" r="10"></circle><circle cx="12" cy="12" r="4"></circle><line x1="21.17" y1="8" x2="12" y2="8"></line><line x1="3.95" y1="6.06" x2="8.54" y2="14"></line><line x1="10.88" y1="21.94" x2="15.46" y2="14"></line>',circle:'<circle cx="12" cy="12" r="10"></circle>',clipboard:'<path d="M16 4h2a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h2"></path><rect x="8" y="2" width="8" height="4" rx="1" ry="1"></rect>',clock:'<circle cx="12" cy="12" r="10"></circle><polyline points="12 6 12 12 16 14"></polyline>',"cloud-drizzle":'<line x1="8" y1="19" x2="8" y2="21"></line><line x1="8" y1="13" x2="8" y2="15"></line><line x1="16" y1="19" x2="16" y2="21"></line><line x1="16" y1="13" x2="16" y2="15"></line><line x1="12" y1="21" x2="12" y2="23"></line><line x1="12" y1="15" x2="12" y2="17"></line><path d="M20 16.58A5 5 0 0 0 18 7h-1.26A8 8 0 1 0 4 15.25"></path>',"cloud-lightning":'<path d="M19 16.9A5 5 0 0 0 18 7h-1.26a8 8 0 1 0-11.62 9"></path><polyline points="13 11 9 17 15 17 11 23"></polyline>',"cloud-off":'<path d="M22.61 16.95A5 5 0 0 0 18 10h-1.26a8 8 0 0 0-7.05-6M5 5a8 8 0 0 0 4 15h9a5 5 0 0 0 1.7-.3"></path><line x1="1" y1="1" x2="23" y2="23"></line>',"cloud-rain":'<line x1="16" y1="13" x2="16" y2="21"></line><line x1="8" y1="13" x2="8" y2="21"></line><line x1="12" y1="15" x2="12" y2="23"></line><path d="M20 16.58A5 5 0 0 0 18 7h-1.26A8 8 0 1 0 4 15.25"></path>',"cloud-snow":'<path d="M20 17.58A5 5 0 0 0 18 8h-1.26A8 8 0 1 0 4 16.25"></path><line x1="8" y1="16" x2="8.01" y2="16"></line><line x1="8" y1="20" x2="8.01" y2="20"></line><line x1="12" y1="18" x2="12.01" y2="18"></line><line x1="12" y1="22" x2="12.01" y2="22"></line><line x1="16" y1="16" x2="16.01" y2="16"></line><line x1="16" y1="20" x2="16.01" y2="20"></line>',cloud:'<path d="M18 10h-1.26A8 8 0 1 0 9 20h9a5 5 0 0 0 0-10z"></path>',code:'<polyline points="16 18 22 12 16 6"></polyline><polyline points="8 6 2 12 8 18"></polyline>',codepen:'<polygon points="12 2 22 8.5 22 15.5 12 22 2 15.5 2 8.5 12 2"></polygon><line x1="12" y1="22" x2="12" y2="15.5"></line><polyline points="22 8.5 12 15.5 2 8.5"></polyline><polyline points="2 15.5 12 8.5 22 15.5"></polyline><line x1="12" y1="2" x2="12" y2="8.5"></line>',codesandbox:'<path d="M21 16V8a2 2 0 0 0-1-1.73l-7-4a2 2 0 0 0-2 0l-7 4A2 2 0 0 0 3 8v8a2 2 0 0 0 1 1.73l7 4a2 2 0 0 0 2 0l7-4A2 2 0 0 0 21 16z"></path><polyline points="7.5 4.21 12 6.81 16.5 4.21"></polyline><polyline points="7.5 19.79 7.5 14.6 3 12"></polyline><polyline points="21 12 16.5 14.6 16.5 19.79"></polyline><polyline points="3.27 6.96 12 12.01 20.73 6.96"></polyline><line x1="12" y1="22.08" x2="12" y2="12"></line>',coffee:'<path d="M18 8h1a4 4 0 0 1 0 8h-1"></path><path d="M2 8h16v9a4 4 0 0 1-4 4H6a4 4 0 0 1-4-4V8z"></path><line x1="6" y1="1" x2="6" y2="4"></line><line x1="10" y1="1" x2="10" y2="4"></line><line x1="14" y1="1" x2="14" y2="4"></line>',columns:'<path d="M12 3h7a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2h-7m0-18H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h7m0-18v18"></path>',command:'<path d="M18 3a3 3 0 0 0-3 3v12a3 3 0 0 0 3 3 3 3 0 0 0 3-3 3 3 0 0 0-3-3H6a3 3 0 0 0-3 3 3 3 0 0 0 3 3 3 3 0 0 0 3-3V6a3 3 0 0 0-3-3 3 3 0 0 0-3 3 3 3 0 0 0 3 3h12a3 3 0 0 0 3-3 3 3 0 0 0-3-3z"></path>',compass:'<circle cx="12" cy="12" r="10"></circle><polygon points="16.24 7.76 14.12 14.12 7.76 16.24 9.88 9.88 16.24 7.76"></polygon>',copy:'<rect x="9" y="9" width="13" height="13" rx="2" ry="2"></rect><path d="M5 15H4a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h9a2 2 0 0 1 2 2v1"></path>',"corner-down-left":'<polyline points="9 10 4 15 9 20"></polyline><path d="M20 4v7a4 4 0 0 1-4 4H4"></path>',"corner-down-right":'<polyline points="15 10 20 15 15 20"></polyline><path d="M4 4v7a4 4 0 0 0 4 4h12"></path>',"corner-left-down":'<polyline points="14 15 9 20 4 15"></polyline><path d="M20 4h-7a4 4 0 0 0-4 4v12"></path>',"corner-left-up":'<polyline points="14 9 9 4 4 9"></polyline><path d="M20 20h-7a4 4 0 0 1-4-4V4"></path>',"corner-right-down":'<polyline points="10 15 15 20 20 15"></polyline><path d="M4 4h7a4 4 0 0 1 4 4v12"></path>',"corner-right-up":'<polyline points="10 9 15 4 20 9"></polyline><path d="M4 20h7a4 4 0 0 0 4-4V4"></path>',"corner-up-left":'<polyline points="9 14 4 9 9 4"></polyline><path d="M20 20v-7a4 4 0 0 0-4-4H4"></path>',"corner-up-right":'<polyline points="15 14 20 9 15 4"></polyline><path d="M4 20v-7a4 4 0 0 1 4-4h12"></path>',cpu:'<rect x="4" y="4" width="16" height="16" rx="2" ry="2"></rect><rect x="9" y="9" width="6" height="6"></rect><line x1="9" y1="1" x2="9" y2="4"></line><line x1="15" y1="1" x2="15" y2="4"></line><line x1="9" y1="20" x2="9" y2="23"></line><line x1="15" y1="20" x2="15" y2="23"></line><line x1="20" y1="9" x2="23" y2="9"></line><line x1="20" y1="14" x2="23" y2="14"></line><line x1="1" y1="9" x2="4" y2="9"></line><line x1="1" y1="14" x2="4" y2="14"></line>',"credit-card":'<rect x="1" y="4" width="22" height="16" rx="2" ry="2"></rect><line x1="1" y1="10" x2="23" y2="10"></line>',crop:'<path d="M6.13 1L6 16a2 2 0 0 0 2 2h15"></path><path d="M1 6.13L16 6a2 2 0 0 1 2 2v15"></path>',crosshair:'<circle cx="12" cy="12" r="10"></circle><line x1="22" y1="12" x2="18" y2="12"></line><line x1="6" y1="12" x2="2" y2="12"></line><line x1="12" y1="6" x2="12" y2="2"></line><line x1="12" y1="22" x2="12" y2="18"></line>',database:'<ellipse cx="12" cy="5" rx="9" ry="3"></ellipse><path d="M21 12c0 1.66-4 3-9 3s-9-1.34-9-3"></path><path d="M3 5v14c0 1.66 4 3 9 3s9-1.34 9-3V5"></path>',delete:'<path d="M21 4H8l-7 8 7 8h13a2 2 0 0 0 2-2V6a2 2 0 0 0-2-2z"></path><line x1="18" y1="9" x2="12" y2="15"></line><line x1="12" y1="9" x2="18" y2="15"></line>',disc:'<circle cx="12" cy="12" r="10"></circle><circle cx="12" cy="12" r="3"></circle>',"divide-circle":'<line x1="8" y1="12" x2="16" y2="12"></line><line x1="12" y1="16" x2="12" y2="16"></line><line x1="12" y1="8" x2="12" y2="8"></line><circle cx="12" cy="12" r="10"></circle>',"divide-square":'<rect x="3" y="3" width="18" height="18" rx="2" ry="2"></rect><line x1="8" y1="12" x2="16" y2="12"></line><line x1="12" y1="16" x2="12" y2="16"></line><line x1="12" y1="8" x2="12" y2="8"></line>',divide:'<circle cx="12" cy="6" r="2"></circle><line x1="5" y1="12" x2="19" y2="12"></line><circle cx="12" cy="18" r="2"></circle>',"dollar-sign":'<line x1="12" y1="1" x2="12" y2="23"></line><path d="M17 5H9.5a3.5 3.5 0 0 0 0 7h5a3.5 3.5 0 0 1 0 7H6"></path>',"download-cloud":'<polyline points="8 17 12 21 16 17"></polyline><line x1="12" y1="12" x2="12" y2="21"></line><path d="M20.88 18.09A5 5 0 0 0 18 9h-1.26A8 8 0 1 0 3 16.29"></path>',download:'<path d="M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4"></path><polyline points="7 10 12 15 17 10"></polyline><line x1="12" y1="15" x2="12" y2="3"></line>',dribbble:'<circle cx="12" cy="12" r="10"></circle><path d="M8.56 2.75c4.37 6.03 6.02 9.42 8.03 17.72m2.54-15.38c-3.72 4.35-8.94 5.66-16.88 5.85m19.5 1.9c-3.5-.93-6.63-.82-8.94 0-2.58.92-5.01 2.86-7.44 6.32"></path>',droplet:'<path d="M12 2.69l5.66 5.66a8 8 0 1 1-11.31 0z"></path>',"edit-2":'<path d="M17 3a2.828 2.828 0 1 1 4 4L7.5 20.5 2 22l1.5-5.5L17 3z"></path>',"edit-3":'<path d="M12 20h9"></path><path d="M16.5 3.5a2.121 2.121 0 0 1 3 3L7 19l-4 1 1-4L16.5 3.5z"></path>',edit:'<path d="M11 4H4a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2v-7"></path><path d="M18.5 2.5a2.121 2.121 0 0 1 3 3L12 15l-4 1 1-4 9.5-9.5z"></path>',"external-link":'<path d="M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6"></path><polyline points="15 3 21 3 21 9"></polyline><line x1="10" y1="14" x2="21" y2="3"></line>',"eye-off":'<path d="M17.94 17.94A10.07 10.07 0 0 1 12 20c-7 0-11-8-11-8a18.45 18.45 0 0 1 5.06-5.94M9.9 4.24A9.12 9.12 0 0 1 12 4c7 0 11 8 11 8a18.5 18.5 0 0 1-2.16 3.19m-6.72-1.07a3 3 0 1 1-4.24-4.24"></path><line x1="1" y1="1" x2="23" y2="23"></line>',eye:'<path d="M1 12s4-8 11-8 11 8 11 8-4 8-11 8-11-8-11-8z"></path><circle cx="12" cy="12" r="3"></circle>',facebook:'<path d="M18 2h-3a5 5 0 0 0-5 5v3H7v4h3v8h4v-8h3l1-4h-4V7a1 1 0 0 1 1-1h3z"></path>',"fast-forward":'<polygon points="13 19 22 12 13 5 13 19"></polygon><polygon points="2 19 11 12 2 5 2 19"></polygon>',feather:'<path d="M20.24 12.24a6 6 0 0 0-8.49-8.49L5 10.5V19h8.5z"></path><line x1="16" y1="8" x2="2" y2="22"></line><line x1="17.5" y1="15" x2="9" y2="15"></line>',figma:'<path d="M5 5.5A3.5 3.5 0 0 1 8.5 2H12v7H8.5A3.5 3.5 0 0 1 5 5.5z"></path><path d="M12 2h3.5a3.5 3.5 0 1 1 0 7H12V2z"></path><path d="M12 12.5a3.5 3.5 0 1 1 7 0 3.5 3.5 0 1 1-7 0z"></path><path d="M5 19.5A3.5 3.5 0 0 1 8.5 16H12v3.5a3.5 3.5 0 1 1-7 0z"></path><path d="M5 12.5A3.5 3.5 0 0 1 8.5 9H12v7H8.5A3.5 3.5 0 0 1 5 12.5z"></path>',"file-minus":'<path d="M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z"></path><polyline points="14 2 14 8 20 8"></polyline><line x1="9" y1="15" x2="15" y2="15"></line>',"file-plus":'<path d="M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z"></path><polyline points="14 2 14 8 20 8"></polyline><line x1="12" y1="18" x2="12" y2="12"></line><line x1="9" y1="15" x2="15" y2="15"></line>',"file-text":'<path d="M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z"></path><polyline points="14 2 14 8 20 8"></polyline><line x1="16" y1="13" x2="8" y2="13"></line><line x1="16" y1="17" x2="8" y2="17"></line><polyline points="10 9 9 9 8 9"></polyline>',file:'<path d="M13 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V9z"></path><polyline points="13 2 13 9 20 9"></polyline>',film:'<rect x="2" y="2" width="20" height="20" rx="2.18" ry="2.18"></rect><line x1="7" y1="2" x2="7" y2="22"></line><line x1="17" y1="2" x2="17" y2="22"></line><line x1="2" y1="12" x2="22" y2="12"></line><line x1="2" y1="7" x2="7" y2="7"></line><line x1="2" y1="17" x2="7" y2="17"></line><line x1="17" y1="17" x2="22" y2="17"></line><line x1="17" y1="7" x2="22" y2="7"></line>',filter:'<polygon points="22 3 2 3 10 12.46 10 19 14 21 14 12.46 22 3"></polygon>',flag:'<path d="M4 15s1-1 4-1 5 2 8 2 4-1 4-1V3s-1 1-4 1-5-2-8-2-4 1-4 1z"></path><line x1="4" y1="22" x2="4" y2="15"></line>',"folder-minus":'<path d="M22 19a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h5l2 3h9a2 2 0 0 1 2 2z"></path><line x1="9" y1="14" x2="15" y2="14"></line>',"folder-plus":'<path d="M22 19a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h5l2 3h9a2 2 0 0 1 2 2z"></path><line x1="12" y1="11" x2="12" y2="17"></line><line x1="9" y1="14" x2="15" y2="14"></line>',folder:'<path d="M22 19a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h5l2 3h9a2 2 0 0 1 2 2z"></path>',framer:'<path d="M5 16V9h14V2H5l14 14h-7m-7 0l7 7v-7m-7 0h7"></path>',frown:'<circle cx="12" cy="12" r="10"></circle><path d="M16 16s-1.5-2-4-2-4 2-4 2"></path><line x1="9" y1="9" x2="9.01" y2="9"></line><line x1="15" y1="9" x2="15.01" y2="9"></line>',gift:'<polyline points="20 12 20 22 4 22 4 12"></polyline><rect x="2" y="7" width="20" height="5"></rect><line x1="12" y1="22" x2="12" y2="7"></line><path d="M12 7H7.5a2.5 2.5 0 0 1 0-5C11 2 12 7 12 7z"></path><path d="M12 7h4.5a2.5 2.5 0 0 0 0-5C13 2 12 7 12 7z"></path>',"git-branch":'<line x1="6" y1="3" x2="6" y2="15"></line><circle cx="18" cy="6" r="3"></circle><circle cx="6" cy="18" r="3"></circle><path d="M18 9a9 9 0 0 1-9 9"></path>',"git-commit":'<circle cx="12" cy="12" r="4"></circle><line x1="1.05" y1="12" x2="7" y2="12"></line><line x1="17.01" y1="12" x2="22.96" y2="12"></line>',"git-merge":'<circle cx="18" cy="18" r="3"></circle><circle cx="6" cy="6" r="3"></circle><path d="M6 21V9a9 9 0 0 0 9 9"></path>',"git-pull-request":'<circle cx="18" cy="18" r="3"></circle><circle cx="6" cy="6" r="3"></circle><path d="M13 6h3a2 2 0 0 1 2 2v7"></path><line x1="6" y1="9" x2="6" y2="21"></line>',github:'<path d="M9 19c-5 1.5-5-2.5-7-3m14 6v-3.87a3.37 3.37 0 0 0-.94-2.61c3.14-.35 6.44-1.54 6.44-7A5.44 5.44 0 0 0 20 4.77 5.07 5.07 0 0 0 19.91 1S18.73.65 16 2.48a13.38 13.38 0 0 0-7 0C6.27.65 5.09 1 5.09 1A5.07 5.07 0 0 0 5 4.77a5.44 5.44 0 0 0-1.5 3.78c0 5.42 3.3 6.61 6.44 7A3.37 3.37 0 0 0 9 18.13V22"></path>',gitlab:'<path d="M22.65 14.39L12 22.13 1.35 14.39a.84.84 0 0 1-.3-.94l1.22-3.78 2.44-7.51A.42.42 0 0 1 4.82 2a.43.43 0 0 1 .58 0 .42.42 0 0 1 .11.18l2.44 7.49h8.1l2.44-7.51A.42.42 0 0 1 18.6 2a.43.43 0 0 1 .58 0 .42.42 0 0 1 .11.18l2.44 7.51L23 13.45a.84.84 0 0 1-.35.94z"></path>',globe:'<circle cx="12" cy="12" r="10"></circle><line x1="2" y1="12" x2="22" y2="12"></line><path d="M12 2a15.3 15.3 0 0 1 4 10 15.3 15.3 0 0 1-4 10 15.3 15.3 0 0 1-4-10 15.3 15.3 0 0 1 4-10z"></path>',grid:'<rect x="3" y="3" width="7" height="7"></rect><rect x="14" y="3" width="7" height="7"></rect><rect x="14" y="14" width="7" height="7"></rect><rect x="3" y="14" width="7" height="7"></rect>',"hard-drive":'<line x1="22" y1="12" x2="2" y2="12"></line><path d="M5.45 5.11L2 12v6a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2v-6l-3.45-6.89A2 2 0 0 0 16.76 4H7.24a2 2 0 0 0-1.79 1.11z"></path><line x1="6" y1="16" x2="6.01" y2="16"></line><line x1="10" y1="16" x2="10.01" y2="16"></line>',hash:'<line x1="4" y1="9" x2="20" y2="9"></line><line x1="4" y1="15" x2="20" y2="15"></line><line x1="10" y1="3" x2="8" y2="21"></line><line x1="16" y1="3" x2="14" y2="21"></line>',headphones:'<path d="M3 18v-6a9 9 0 0 1 18 0v6"></path><path d="M21 19a2 2 0 0 1-2 2h-1a2 2 0 0 1-2-2v-3a2 2 0 0 1 2-2h3zM3 19a2 2 0 0 0 2 2h1a2 2 0 0 0 2-2v-3a2 2 0 0 0-2-2H3z"></path>',heart:'<path d="M20.84 4.61a5.5 5.5 0 0 0-7.78 0L12 5.67l-1.06-1.06a5.5 5.5 0 0 0-7.78 7.78l1.06 1.06L12 21.23l7.78-7.78 1.06-1.06a5.5 5.5 0 0 0 0-7.78z"></path>',"help-circle":'<circle cx="12" cy="12" r="10"></circle><path d="M9.09 9a3 3 0 0 1 5.83 1c0 2-3 3-3 3"></path><line x1="12" y1="17" x2="12.01" y2="17"></line>',hexagon:'<path d="M21 16V8a2 2 0 0 0-1-1.73l-7-4a2 2 0 0 0-2 0l-7 4A2 2 0 0 0 3 8v8a2 2 0 0 0 1 1.73l7 4a2 2 0 0 0 2 0l7-4A2 2 0 0 0 21 16z"></path>',home:'<path d="M3 9l9-7 9 7v11a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z"></path><polyline points="9 22 9 12 15 12 15 22"></polyline>',image:'<rect x="3" y="3" width="18" height="18" rx="2" ry="2"></rect><circle cx="8.5" cy="8.5" r="1.5"></circle><polyline points="21 15 16 10 5 21"></polyline>',inbox:'<polyline points="22 12 16 12 14 15 10 15 8 12 2 12"></polyline><path d="M5.45 5.11L2 12v6a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2v-6l-3.45-6.89A2 2 0 0 0 16.76 4H7.24a2 2 0 0 0-1.79 1.11z"></path>',info:'<circle cx="12" cy="12" r="10"></circle><line x1="12" y1="16" x2="12" y2="12"></line><line x1="12" y1="8" x2="12.01" y2="8"></line>',instagram:'<rect x="2" y="2" width="20" height="20" rx="5" ry="5"></rect><path d="M16 11.37A4 4 0 1 1 12.63 8 4 4 0 0 1 16 11.37z"></path><line x1="17.5" y1="6.5" x2="17.51" y2="6.5"></line>',italic:'<line x1="19" y1="4" x2="10" y2="4"></line><line x1="14" y1="20" x2="5" y2="20"></line><line x1="15" y1="4" x2="9" y2="20"></line>',key:'<path d="M21 2l-2 2m-7.61 7.61a5.5 5.5 0 1 1-7.778 7.778 5.5 5.5 0 0 1 7.777-7.777zm0 0L15.5 7.5m0 0l3 3L22 7l-3-3m-3.5 3.5L19 4"></path>',layers:'<polygon points="12 2 2 7 12 12 22 7 12 2"></polygon><polyline points="2 17 12 22 22 17"></polyline><polyline points="2 12 12 17 22 12"></polyline>',layout:'<rect x="3" y="3" width="18" height="18" rx="2" ry="2"></rect><line x1="3" y1="9" x2="21" y2="9"></line><line x1="9" y1="21" x2="9" y2="9"></line>',"life-buoy":'<circle cx="12" cy="12" r="10"></circle><circle cx="12" cy="12" r="4"></circle><line x1="4.93" y1="4.93" x2="9.17" y2="9.17"></line><line x1="14.83" y1="14.83" x2="19.07" y2="19.07"></line><line x1="14.83" y1="9.17" x2="19.07" y2="4.93"></line><line x1="14.83" y1="9.17" x2="18.36" y2="5.64"></line><line x1="4.93" y1="19.07" x2="9.17" y2="14.83"></line>',"link-2":'<path d="M15 7h3a5 5 0 0 1 5 5 5 5 0 0 1-5 5h-3m-6 0H6a5 5 0 0 1-5-5 5 5 0 0 1 5-5h3"></path><line x1="8" y1="12" x2="16" y2="12"></line>',link:'<path d="M10 13a5 5 0 0 0 7.54.54l3-3a5 5 0 0 0-7.07-7.07l-1.72 1.71"></path><path d="M14 11a5 5 0 0 0-7.54-.54l-3 3a5 5 0 0 0 7.07 7.07l1.71-1.71"></path>',linkedin:'<path d="M16 8a6 6 0 0 1 6 6v7h-4v-7a2 2 0 0 0-2-2 2 2 0 0 0-2 2v7h-4v-7a6 6 0 0 1 6-6z"></path><rect x="2" y="9" width="4" height="12"></rect><circle cx="4" cy="4" r="2"></circle>',list:'<line x1="8" y1="6" x2="21" y2="6"></line><line x1="8" y1="12" x2="21" y2="12"></line><line x1="8" y1="18" x2="21" y2="18"></line><line x1="3" y1="6" x2="3.01" y2="6"></line><line x1="3" y1="12" x2="3.01" y2="12"></line><line x1="3" y1="18" x2="3.01" y2="18"></line>',loader:'<line x1="12" y1="2" x2="12" y2="6"></line><line x1="12" y1="18" x2="12" y2="22"></line><line x1="4.93" y1="4.93" x2="7.76" y2="7.76"></line><line x1="16.24" y1="16.24" x2="19.07" y2="19.07"></line><line x1="2" y1="12" x2="6" y2="12"></line><line x1="18" y1="12" x2="22" y2="12"></line><line x1="4.93" y1="19.07" x2="7.76" y2="16.24"></line><line x1="16.24" y1="7.76" x2="19.07" y2="4.93"></line>',lock:'<rect x="3" y="11" width="18" height="11" rx="2" ry="2"></rect><path d="M7 11V7a5 5 0 0 1 10 0v4"></path>',"log-in":'<path d="M15 3h4a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2h-4"></path><polyline points="10 17 15 12 10 7"></polyline><line x1="15" y1="12" x2="3" y2="12"></line>',"log-out":'<path d="M9 21H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h4"></path><polyline points="16 17 21 12 16 7"></polyline><line x1="21" y1="12" x2="9" y2="12"></line>',mail:'<path d="M4 4h16c1.1 0 2 .9 2 2v12c0 1.1-.9 2-2 2H4c-1.1 0-2-.9-2-2V6c0-1.1.9-2 2-2z"></path><polyline points="22,6 12,13 2,6"></polyline>',"map-pin":'<path d="M21 10c0 7-9 13-9 13s-9-6-9-13a9 9 0 0 1 18 0z"></path><circle cx="12" cy="10" r="3"></circle>',map:'<polygon points="1 6 1 22 8 18 16 22 23 18 23 2 16 6 8 2 1 6"></polygon><line x1="8" y1="2" x2="8" y2="18"></line><line x1="16" y1="6" x2="16" y2="22"></line>',"maximize-2":'<polyline points="15 3 21 3 21 9"></polyline><polyline points="9 21 3 21 3 15"></polyline><line x1="21" y1="3" x2="14" y2="10"></line><line x1="3" y1="21" x2="10" y2="14"></line>',maximize:'<path d="M8 3H5a2 2 0 0 0-2 2v3m18 0V5a2 2 0 0 0-2-2h-3m0 18h3a2 2 0 0 0 2-2v-3M3 16v3a2 2 0 0 0 2 2h3"></path>',meh:'<circle cx="12" cy="12" r="10"></circle><line x1="8" y1="15" x2="16" y2="15"></line><line x1="9" y1="9" x2="9.01" y2="9"></line><line x1="15" y1="9" x2="15.01" y2="9"></line>',menu:'<line x1="3" y1="12" x2="21" y2="12"></line><line x1="3" y1="6" x2="21" y2="6"></line><line x1="3" y1="18" x2="21" y2="18"></line>',"message-circle":'<path d="M21 11.5a8.38 8.38 0 0 1-.9 3.8 8.5 8.5 0 0 1-7.6 4.7 8.38 8.38 0 0 1-3.8-.9L3 21l1.9-5.7a8.38 8.38 0 0 1-.9-3.8 8.5 8.5 0 0 1 4.7-7.6 8.38 8.38 0 0 1 3.8-.9h.5a8.48 8.48 0 0 1 8 8v.5z"></path>',"message-square":'<path d="M21 15a2 2 0 0 1-2 2H7l-4 4V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2z"></path>',"mic-off":'<line x1="1" y1="1" x2="23" y2="23"></line><path d="M9 9v3a3 3 0 0 0 5.12 2.12M15 9.34V4a3 3 0 0 0-5.94-.6"></path><path d="M17 16.95A7 7 0 0 1 5 12v-2m14 0v2a7 7 0 0 1-.11 1.23"></path><line x1="12" y1="19" x2="12" y2="23"></line><line x1="8" y1="23" x2="16" y2="23"></line>',mic:'<path d="M12 1a3 3 0 0 0-3 3v8a3 3 0 0 0 6 0V4a3 3 0 0 0-3-3z"></path><path d="M19 10v2a7 7 0 0 1-14 0v-2"></path><line x1="12" y1="19" x2="12" y2="23"></line><line x1="8" y1="23" x2="16" y2="23"></line>',"minimize-2":'<polyline points="4 14 10 14 10 20"></polyline><polyline points="20 10 14 10 14 4"></polyline><line x1="14" y1="10" x2="21" y2="3"></line><line x1="3" y1="21" x2="10" y2="14"></line>',minimize:'<path d="M8 3v3a2 2 0 0 1-2 2H3m18 0h-3a2 2 0 0 1-2-2V3m0 18v-3a2 2 0 0 1 2-2h3M3 16h3a2 2 0 0 1 2 2v3"></path>',"minus-circle":'<circle cx="12" cy="12" r="10"></circle><line x1="8" y1="12" x2="16" y2="12"></line>',"minus-square":'<rect x="3" y="3" width="18" height="18" rx="2" ry="2"></rect><line x1="8" y1="12" x2="16" y2="12"></line>',minus:'<line x1="5" y1="12" x2="19" y2="12"></line>',monitor:'<rect x="2" y="3" width="20" height="14" rx="2" ry="2"></rect><line x1="8" y1="21" x2="16" y2="21"></line><line x1="12" y1="17" x2="12" y2="21"></line>',moon:'<path d="M21 12.79A9 9 0 1 1 11.21 3 7 7 0 0 0 21 12.79z"></path>',"more-horizontal":'<circle cx="12" cy="12" r="1"></circle><circle cx="19" cy="12" r="1"></circle><circle cx="5" cy="12" r="1"></circle>',"more-vertical":'<circle cx="12" cy="12" r="1"></circle><circle cx="12" cy="5" r="1"></circle><circle cx="12" cy="19" r="1"></circle>',"mouse-pointer":'<path d="M3 3l7.07 16.97 2.51-7.39 7.39-2.51L3 3z"></path><path d="M13 13l6 6"></path>',move:'<polyline points="5 9 2 12 5 15"></polyline><polyline points="9 5 12 2 15 5"></polyline><polyline points="15 19 12 22 9 19"></polyline><polyline points="19 9 22 12 19 15"></polyline><line x1="2" y1="12" x2="22" y2="12"></line><line x1="12" y1="2" x2="12" y2="22"></line>',music:'<path d="M9 18V5l12-2v13"></path><circle cx="6" cy="18" r="3"></circle><circle cx="18" cy="16" r="3"></circle>',"navigation-2":'<polygon points="12 2 19 21 12 17 5 21 12 2"></polygon>',navigation:'<polygon points="3 11 22 2 13 21 11 13 3 11"></polygon>',octagon:'<polygon points="7.86 2 16.14 2 22 7.86 22 16.14 16.14 22 7.86 22 2 16.14 2 7.86 7.86 2"></polygon>',package:'<line x1="16.5" y1="9.4" x2="7.5" y2="4.21"></line><path d="M21 16V8a2 2 0 0 0-1-1.73l-7-4a2 2 0 0 0-2 0l-7 4A2 2 0 0 0 3 8v8a2 2 0 0 0 1 1.73l7 4a2 2 0 0 0 2 0l7-4A2 2 0 0 0 21 16z"></path><polyline points="3.27 6.96 12 12.01 20.73 6.96"></polyline><line x1="12" y1="22.08" x2="12" y2="12"></line>',paperclip:'<path d="M21.44 11.05l-9.19 9.19a6 6 0 0 1-8.49-8.49l9.19-9.19a4 4 0 0 1 5.66 5.66l-9.2 9.19a2 2 0 0 1-2.83-2.83l8.49-8.48"></path>',"pause-circle":'<circle cx="12" cy="12" r="10"></circle><line x1="10" y1="15" x2="10" y2="9"></line><line x1="14" y1="15" x2="14" y2="9"></line>',pause:'<rect x="6" y="4" width="4" height="16"></rect><rect x="14" y="4" width="4" height="16"></rect>',"pen-tool":'<path d="M12 19l7-7 3 3-7 7-3-3z"></path><path d="M18 13l-1.5-7.5L2 2l3.5 14.5L13 18l5-5z"></path><path d="M2 2l7.586 7.586"></path><circle cx="11" cy="11" r="2"></circle>',percent:'<line x1="19" y1="5" x2="5" y2="19"></line><circle cx="6.5" cy="6.5" r="2.5"></circle><circle cx="17.5" cy="17.5" r="2.5"></circle>',"phone-call":'<path d="M15.05 5A5 5 0 0 1 19 8.95M15.05 1A9 9 0 0 1 23 8.94m-1 7.98v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6 19.79 19.79 0 0 1-3.07-8.67A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72 12.84 12.84 0 0 0 .7 2.81 2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45 12.84 12.84 0 0 0 2.81.7A2 2 0 0 1 22 16.92z"></path>',"phone-forwarded":'<polyline points="19 1 23 5 19 9"></polyline><line x1="15" y1="5" x2="23" y2="5"></line><path d="M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6 19.79 19.79 0 0 1-3.07-8.67A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72 12.84 12.84 0 0 0 .7 2.81 2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45 12.84 12.84 0 0 0 2.81.7A2 2 0 0 1 22 16.92z"></path>',"phone-incoming":'<polyline points="16 2 16 8 22 8"></polyline><line x1="23" y1="1" x2="16" y2="8"></line><path d="M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6 19.79 19.79 0 0 1-3.07-8.67A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72 12.84 12.84 0 0 0 .7 2.81 2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45 12.84 12.84 0 0 0 2.81.7A2 2 0 0 1 22 16.92z"></path>',"phone-missed":'<line x1="23" y1="1" x2="17" y2="7"></line><line x1="17" y1="1" x2="23" y2="7"></line><path d="M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6 19.79 19.79 0 0 1-3.07-8.67A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72 12.84 12.84 0 0 0 .7 2.81 2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45 12.84 12.84 0 0 0 2.81.7A2 2 0 0 1 22 16.92z"></path>',"phone-off":'<path d="M10.68 13.31a16 16 0 0 0 3.41 2.6l1.27-1.27a2 2 0 0 1 2.11-.45 12.84 12.84 0 0 0 2.81.7 2 2 0 0 1 1.72 2v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.42 19.42 0 0 1-3.33-2.67m-2.67-3.34a19.79 19.79 0 0 1-3.07-8.63A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72 12.84 12.84 0 0 0 .7 2.81 2 2 0 0 1-.45 2.11L8.09 9.91"></path><line x1="23" y1="1" x2="1" y2="23"></line>',"phone-outgoing":'<polyline points="23 7 23 1 17 1"></polyline><line x1="16" y1="8" x2="23" y2="1"></line><path d="M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6 19.79 19.79 0 0 1-3.07-8.67A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72 12.84 12.84 0 0 0 .7 2.81 2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45 12.84 12.84 0 0 0 2.81.7A2 2 0 0 1 22 16.92z"></path>',phone:'<path d="M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6 19.79 19.79 0 0 1-3.07-8.67A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72 12.84 12.84 0 0 0 .7 2.81 2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45 12.84 12.84 0 0 0 2.81.7A2 2 0 0 1 22 16.92z"></path>',"pie-chart":'<path d="M21.21 15.89A10 10 0 1 1 8 2.83"></path><path d="M22 12A10 10 0 0 0 12 2v10z"></path>',"play-circle":'<circle cx="12" cy="12" r="10"></circle><polygon points="10 8 16 12 10 16 10 8"></polygon>',play:'<polygon points="5 3 19 12 5 21 5 3"></polygon>',"plus-circle":'<circle cx="12" cy="12" r="10"></circle><line x1="12" y1="8" x2="12" y2="16"></line><line x1="8" y1="12" x2="16" y2="12"></line>',"plus-square":'<rect x="3" y="3" width="18" height="18" rx="2" ry="2"></rect><line x1="12" y1="8" x2="12" y2="16"></line><line x1="8" y1="12" x2="16" y2="12"></line>',plus:'<line x1="12" y1="5" x2="12" y2="19"></line><line x1="5" y1="12" x2="19" y2="12"></line>',pocket:'<path d="M4 3h16a2 2 0 0 1 2 2v6a10 10 0 0 1-10 10A10 10 0 0 1 2 11V5a2 2 0 0 1 2-2z"></path><polyline points="8 10 12 14 16 10"></polyline>',power:'<path d="M18.36 6.64a9 9 0 1 1-12.73 0"></path><line x1="12" y1="2" x2="12" y2="12"></line>',printer:'<polyline points="6 9 6 2 18 2 18 9"></polyline><path d="M6 18H4a2 2 0 0 1-2-2v-5a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v5a2 2 0 0 1-2 2h-2"></path><rect x="6" y="14" width="12" height="8"></rect>',radio:'<circle cx="12" cy="12" r="2"></circle><path d="M16.24 7.76a6 6 0 0 1 0 8.49m-8.48-.01a6 6 0 0 1 0-8.49m11.31-2.82a10 10 0 0 1 0 14.14m-14.14 0a10 10 0 0 1 0-14.14"></path>',"refresh-ccw":'<polyline points="1 4 1 10 7 10"></polyline><polyline points="23 20 23 14 17 14"></polyline><path d="M20.49 9A9 9 0 0 0 5.64 5.64L1 10m22 4l-4.64 4.36A9 9 0 0 1 3.51 15"></path>',"refresh-cw":'<polyline points="23 4 23 10 17 10"></polyline><polyline points="1 20 1 14 7 14"></polyline><path d="M3.51 9a9 9 0 0 1 14.85-3.36L23 10M1 14l4.64 4.36A9 9 0 0 0 20.49 15"></path>',repeat:'<polyline points="17 1 21 5 17 9"></polyline><path d="M3 11V9a4 4 0 0 1 4-4h14"></path><polyline points="7 23 3 19 7 15"></polyline><path d="M21 13v2a4 4 0 0 1-4 4H3"></path>',rewind:'<polygon points="11 19 2 12 11 5 11 19"></polygon><polygon points="22 19 13 12 22 5 22 19"></polygon>',"rotate-ccw":'<polyline points="1 4 1 10 7 10"></polyline><path d="M3.51 15a9 9 0 1 0 2.13-9.36L1 10"></path>',"rotate-cw":'<polyline points="23 4 23 10 17 10"></polyline><path d="M20.49 15a9 9 0 1 1-2.12-9.36L23 10"></path>',rss:'<path d="M4 11a9 9 0 0 1 9 9"></path><path d="M4 4a16 16 0 0 1 16 16"></path><circle cx="5" cy="19" r="1"></circle>',save:'<path d="M19 21H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h11l5 5v11a2 2 0 0 1-2 2z"></path><polyline points="17 21 17 13 7 13 7 21"></polyline><polyline points="7 3 7 8 15 8"></polyline>',scissors:'<circle cx="6" cy="6" r="3"></circle><circle cx="6" cy="18" r="3"></circle><line x1="20" y1="4" x2="8.12" y2="15.88"></line><line x1="14.47" y1="14.48" x2="20" y2="20"></line><line x1="8.12" y1="8.12" x2="12" y2="12"></line>',search:'<circle cx="11" cy="11" r="8"></circle><line x1="21" y1="21" x2="16.65" y2="16.65"></line>',send:'<line x1="22" y1="2" x2="11" y2="13"></line><polygon points="22 2 15 22 11 13 2 9 22 2"></polygon>',server:'<rect x="2" y="2" width="20" height="8" rx="2" ry="2"></rect><rect x="2" y="14" width="20" height="8" rx="2" ry="2"></rect><line x1="6" y1="6" x2="6.01" y2="6"></line><line x1="6" y1="18" x2="6.01" y2="18"></line>',settings:'<circle cx="12" cy="12" r="3"></circle><path d="M19.4 15a1.65 1.65 0 0 0 .33 1.82l.06.06a2 2 0 0 1 0 2.83 2 2 0 0 1-2.83 0l-.06-.06a1.65 1.65 0 0 0-1.82-.33 1.65 1.65 0 0 0-1 1.51V21a2 2 0 0 1-2 2 2 2 0 0 1-2-2v-.09A1.65 1.65 0 0 0 9 19.4a1.65 1.65 0 0 0-1.82.33l-.06.06a2 2 0 0 1-2.83 0 2 2 0 0 1 0-2.83l.06-.06a1.65 1.65 0 0 0 .33-1.82 1.65 1.65 0 0 0-1.51-1H3a2 2 0 0 1-2-2 2 2 0 0 1 2-2h.09A1.65 1.65 0 0 0 4.6 9a1.65 1.65 0 0 0-.33-1.82l-.06-.06a2 2 0 0 1 0-2.83 2 2 0 0 1 2.83 0l.06.06a1.65 1.65 0 0 0 1.82.33H9a1.65 1.65 0 0 0 1-1.51V3a2 2 0 0 1 2-2 2 2 0 0 1 2 2v.09a1.65 1.65 0 0 0 1 1.51 1.65 1.65 0 0 0 1.82-.33l.06-.06a2 2 0 0 1 2.83 0 2 2 0 0 1 0 2.83l-.06.06a1.65 1.65 0 0 0-.33 1.82V9a1.65 1.65 0 0 0 1.51 1H21a2 2 0 0 1 2 2 2 2 0 0 1-2 2h-.09a1.65 1.65 0 0 0-1.51 1z"></path>',"share-2":'<circle cx="18" cy="5" r="3"></circle><circle cx="6" cy="12" r="3"></circle><circle cx="18" cy="19" r="3"></circle><line x1="8.59" y1="13.51" x2="15.42" y2="17.49"></line><line x1="15.41" y1="6.51" x2="8.59" y2="10.49"></line>',share:'<path d="M4 12v8a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2v-8"></path><polyline points="16 6 12 2 8 6"></polyline><line x1="12" y1="2" x2="12" y2="15"></line>',"shield-off":'<path d="M19.69 14a6.9 6.9 0 0 0 .31-2V5l-8-3-3.16 1.18"></path><path d="M4.73 4.73L4 5v7c0 6 8 10 8 10a20.29 20.29 0 0 0 5.62-4.38"></path><line x1="1" y1="1" x2="23" y2="23"></line>',shield:'<path d="M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z"></path>',"shopping-bag":'<path d="M6 2L3 6v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V6l-3-4z"></path><line x1="3" y1="6" x2="21" y2="6"></line><path d="M16 10a4 4 0 0 1-8 0"></path>',"shopping-cart":'<circle cx="9" cy="21" r="1"></circle><circle cx="20" cy="21" r="1"></circle><path d="M1 1h4l2.68 13.39a2 2 0 0 0 2 1.61h9.72a2 2 0 0 0 2-1.61L23 6H6"></path>',shuffle:'<polyline points="16 3 21 3 21 8"></polyline><line x1="4" y1="20" x2="21" y2="3"></line><polyline points="21 16 21 21 16 21"></polyline><line x1="15" y1="15" x2="21" y2="21"></line><line x1="4" y1="4" x2="9" y2="9"></line>',sidebar:'<rect x="3" y="3" width="18" height="18" rx="2" ry="2"></rect><line x1="9" y1="3" x2="9" y2="21"></line>',"skip-back":'<polygon points="19 20 9 12 19 4 19 20"></polygon><line x1="5" y1="19" x2="5" y2="5"></line>',"skip-forward":'<polygon points="5 4 15 12 5 20 5 4"></polygon><line x1="19" y1="5" x2="19" y2="19"></line>',slack:'<path d="M14.5 10c-.83 0-1.5-.67-1.5-1.5v-5c0-.83.67-1.5 1.5-1.5s1.5.67 1.5 1.5v5c0 .83-.67 1.5-1.5 1.5z"></path><path d="M20.5 10H19V8.5c0-.83.67-1.5 1.5-1.5s1.5.67 1.5 1.5-.67 1.5-1.5 1.5z"></path><path d="M9.5 14c.83 0 1.5.67 1.5 1.5v5c0 .83-.67 1.5-1.5 1.5S8 21.33 8 20.5v-5c0-.83.67-1.5 1.5-1.5z"></path><path d="M3.5 14H5v1.5c0 .83-.67 1.5-1.5 1.5S2 16.33 2 15.5 2.67 14 3.5 14z"></path><path d="M14 14.5c0-.83.67-1.5 1.5-1.5h5c.83 0 1.5.67 1.5 1.5s-.67 1.5-1.5 1.5h-5c-.83 0-1.5-.67-1.5-1.5z"></path><path d="M15.5 19H14v1.5c0 .83.67 1.5 1.5 1.5s1.5-.67 1.5-1.5-.67-1.5-1.5-1.5z"></path><path d="M10 9.5C10 8.67 9.33 8 8.5 8h-5C2.67 8 2 8.67 2 9.5S2.67 11 3.5 11h5c.83 0 1.5-.67 1.5-1.5z"></path><path d="M8.5 5H10V3.5C10 2.67 9.33 2 8.5 2S7 2.67 7 3.5 7.67 5 8.5 5z"></path>',slash:'<circle cx="12" cy="12" r="10"></circle><line x1="4.93" y1="4.93" x2="19.07" y2="19.07"></line>',sliders:'<line x1="4" y1="21" x2="4" y2="14"></line><line x1="4" y1="10" x2="4" y2="3"></line><line x1="12" y1="21" x2="12" y2="12"></line><line x1="12" y1="8" x2="12" y2="3"></line><line x1="20" y1="21" x2="20" y2="16"></line><line x1="20" y1="12" x2="20" y2="3"></line><line x1="1" y1="14" x2="7" y2="14"></line><line x1="9" y1="8" x2="15" y2="8"></line><line x1="17" y1="16" x2="23" y2="16"></line>',smartphone:'<rect x="5" y="2" width="14" height="20" rx="2" ry="2"></rect><line x1="12" y1="18" x2="12.01" y2="18"></line>',smile:'<circle cx="12" cy="12" r="10"></circle><path d="M8 14s1.5 2 4 2 4-2 4-2"></path><line x1="9" y1="9" x2="9.01" y2="9"></line><line x1="15" y1="9" x2="15.01" y2="9"></line>',speaker:'<rect x="4" y="2" width="16" height="20" rx="2" ry="2"></rect><circle cx="12" cy="14" r="4"></circle><line x1="12" y1="6" x2="12.01" y2="6"></line>',square:'<rect x="3" y="3" width="18" height="18" rx="2" ry="2"></rect>',star:'<polygon points="12 2 15.09 8.26 22 9.27 17 14.14 18.18 21.02 12 17.77 5.82 21.02 7 14.14 2 9.27 8.91 8.26 12 2"></polygon>',"stop-circle":'<circle cx="12" cy="12" r="10"></circle><rect x="9" y="9" width="6" height="6"></rect>',sun:'<circle cx="12" cy="12" r="5"></circle><line x1="12" y1="1" x2="12" y2="3"></line><line x1="12" y1="21" x2="12" y2="23"></line><line x1="4.22" y1="4.22" x2="5.64" y2="5.64"></line><line x1="18.36" y1="18.36" x2="19.78" y2="19.78"></line><line x1="1" y1="12" x2="3" y2="12"></line><line x1="21" y1="12" x2="23" y2="12"></line><line x1="4.22" y1="19.78" x2="5.64" y2="18.36"></line><line x1="18.36" y1="5.64" x2="19.78" y2="4.22"></line>',sunrise:'<path d="M17 18a5 5 0 0 0-10 0"></path><line x1="12" y1="2" x2="12" y2="9"></line><line x1="4.22" y1="10.22" x2="5.64" y2="11.64"></line><line x1="1" y1="18" x2="3" y2="18"></line><line x1="21" y1="18" x2="23" y2="18"></line><line x1="18.36" y1="11.64" x2="19.78" y2="10.22"></line><line x1="23" y1="22" x2="1" y2="22"></line><polyline points="8 6 12 2 16 6"></polyline>',sunset:'<path d="M17 18a5 5 0 0 0-10 0"></path><line x1="12" y1="9" x2="12" y2="2"></line><line x1="4.22" y1="10.22" x2="5.64" y2="11.64"></line><line x1="1" y1="18" x2="3" y2="18"></line><line x1="21" y1="18" x2="23" y2="18"></line><line x1="18.36" y1="11.64" x2="19.78" y2="10.22"></line><line x1="23" y1="22" x2="1" y2="22"></line><polyline points="16 5 12 9 8 5"></polyline>',table:'<path d="M9 3H5a2 2 0 0 0-2 2v4m6-6h10a2 2 0 0 1 2 2v4M9 3v18m0 0h10a2 2 0 0 0 2-2V9M9 21H5a2 2 0 0 1-2-2V9m0 0h18"></path>',tablet:'<rect x="4" y="2" width="16" height="20" rx="2" ry="2"></rect><line x1="12" y1="18" x2="12.01" y2="18"></line>',tag:'<path d="M20.59 13.41l-7.17 7.17a2 2 0 0 1-2.83 0L2 12V2h10l8.59 8.59a2 2 0 0 1 0 2.82z"></path><line x1="7" y1="7" x2="7.01" y2="7"></line>',target:'<circle cx="12" cy="12" r="10"></circle><circle cx="12" cy="12" r="6"></circle><circle cx="12" cy="12" r="2"></circle>',terminal:'<polyline points="4 17 10 11 4 5"></polyline><line x1="12" y1="19" x2="20" y2="19"></line>',thermometer:'<path d="M14 14.76V3.5a2.5 2.5 0 0 0-5 0v11.26a4.5 4.5 0 1 0 5 0z"></path>',"thumbs-down":'<path d="M10 15v4a3 3 0 0 0 3 3l4-9V2H5.72a2 2 0 0 0-2 1.7l-1.38 9a2 2 0 0 0 2 2.3zm7-13h2.67A2.31 2.31 0 0 1 22 4v7a2.31 2.31 0 0 1-2.33 2H17"></path>',"thumbs-up":'<path d="M14 9V5a3 3 0 0 0-3-3l-4 9v11h11.28a2 2 0 0 0 2-1.7l1.38-9a2 2 0 0 0-2-2.3zM7 22H4a2 2 0 0 1-2-2v-7a2 2 0 0 1 2-2h3"></path>',"toggle-left":'<rect x="1" y="5" width="22" height="14" rx="7" ry="7"></rect><circle cx="8" cy="12" r="3"></circle>',"toggle-right":'<rect x="1" y="5" width="22" height="14" rx="7" ry="7"></rect><circle cx="16" cy="12" r="3"></circle>',tool:'<path d="M14.7 6.3a1 1 0 0 0 0 1.4l1.6 1.6a1 1 0 0 0 1.4 0l3.77-3.77a6 6 0 0 1-7.94 7.94l-6.91 6.91a2.12 2.12 0 0 1-3-3l6.91-6.91a6 6 0 0 1 7.94-7.94l-3.76 3.76z"></path>',"trash-2":'<polyline points="3 6 5 6 21 6"></polyline><path d="M19 6v14a2 2 0 0 1-2 2H7a2 2 0 0 1-2-2V6m3 0V4a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2v2"></path><line x1="10" y1="11" x2="10" y2="17"></line><line x1="14" y1="11" x2="14" y2="17"></line>',trash:'<polyline points="3 6 5 6 21 6"></polyline><path d="M19 6v14a2 2 0 0 1-2 2H7a2 2 0 0 1-2-2V6m3 0V4a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2v2"></path>',trello:'<rect x="3" y="3" width="18" height="18" rx="2" ry="2"></rect><rect x="7" y="7" width="3" height="9"></rect><rect x="14" y="7" width="3" height="5"></rect>',"trending-down":'<polyline points="23 18 13.5 8.5 8.5 13.5 1 6"></polyline><polyline points="17 18 23 18 23 12"></polyline>',"trending-up":'<polyline points="23 6 13.5 15.5 8.5 10.5 1 18"></polyline><polyline points="17 6 23 6 23 12"></polyline>',triangle:'<path d="M10.29 3.86L1.82 18a2 2 0 0 0 1.71 3h16.94a2 2 0 0 0 1.71-3L13.71 3.86a2 2 0 0 0-3.42 0z"></path>',truck:'<rect x="1" y="3" width="15" height="13"></rect><polygon points="16 8 20 8 23 11 23 16 16 16 16 8"></polygon><circle cx="5.5" cy="18.5" r="2.5"></circle><circle cx="18.5" cy="18.5" r="2.5"></circle>',tv:'<rect x="2" y="7" width="20" height="15" rx="2" ry="2"></rect><polyline points="17 2 12 7 7 2"></polyline>',twitch:'<path d="M21 2H3v16h5v4l4-4h5l4-4V2zm-10 9V7m5 4V7"></path>',twitter:'<path d="M23 3a10.9 10.9 0 0 1-3.14 1.53 4.48 4.48 0 0 0-7.86 3v1A10.66 10.66 0 0 1 3 4s-4 9 5 13a11.64 11.64 0 0 1-7 2c9 5 20 0 20-11.5a4.5 4.5 0 0 0-.08-.83A7.72 7.72 0 0 0 23 3z"></path>',type:'<polyline points="4 7 4 4 20 4 20 7"></polyline><line x1="9" y1="20" x2="15" y2="20"></line><line x1="12" y1="4" x2="12" y2="20"></line>',umbrella:'<path d="M23 12a11.05 11.05 0 0 0-22 0zm-5 7a3 3 0 0 1-6 0v-7"></path>',underline:'<path d="M6 3v7a6 6 0 0 0 6 6 6 6 0 0 0 6-6V3"></path><line x1="4" y1="21" x2="20" y2="21"></line>',unlock:'<rect x="3" y="11" width="18" height="11" rx="2" ry="2"></rect><path d="M7 11V7a5 5 0 0 1 9.9-1"></path>',"upload-cloud":'<polyline points="16 16 12 12 8 16"></polyline><line x1="12" y1="12" x2="12" y2="21"></line><path d="M20.39 18.39A5 5 0 0 0 18 9h-1.26A8 8 0 1 0 3 16.3"></path><polyline points="16 16 12 12 8 16"></polyline>',upload:'<path d="M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4"></path><polyline points="17 8 12 3 7 8"></polyline><line x1="12" y1="3" x2="12" y2="15"></line>',"user-check":'<path d="M16 21v-2a4 4 0 0 0-4-4H5a4 4 0 0 0-4 4v2"></path><circle cx="8.5" cy="7" r="4"></circle><polyline points="17 11 19 13 23 9"></polyline>',"user-minus":'<path d="M16 21v-2a4 4 0 0 0-4-4H5a4 4 0 0 0-4 4v2"></path><circle cx="8.5" cy="7" r="4"></circle><line x1="23" y1="11" x2="17" y2="11"></line>',"user-plus":'<path d="M16 21v-2a4 4 0 0 0-4-4H5a4 4 0 0 0-4 4v2"></path><circle cx="8.5" cy="7" r="4"></circle><line x1="20" y1="8" x2="20" y2="14"></line><line x1="23" y1="11" x2="17" y2="11"></line>',"user-x":'<path d="M16 21v-2a4 4 0 0 0-4-4H5a4 4 0 0 0-4 4v2"></path><circle cx="8.5" cy="7" r="4"></circle><line x1="18" y1="8" x2="23" y2="13"></line><line x1="23" y1="8" x2="18" y2="13"></line>',user:'<path d="M20 21v-2a4 4 0 0 0-4-4H8a4 4 0 0 0-4 4v2"></path><circle cx="12" cy="7" r="4"></circle>',users:'<path d="M17 21v-2a4 4 0 0 0-4-4H5a4 4 0 0 0-4 4v2"></path><circle cx="9" cy="7" r="4"></circle><path d="M23 21v-2a4 4 0 0 0-3-3.87"></path><path d="M16 3.13a4 4 0 0 1 0 7.75"></path>',"video-off":'<path d="M16 16v1a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2V7a2 2 0 0 1 2-2h2m5.66 0H14a2 2 0 0 1 2 2v3.34l1 1L23 7v10"></path><line x1="1" y1="1" x2="23" y2="23"></line>',video:'<polygon points="23 7 16 12 23 17 23 7"></polygon><rect x="1" y="5" width="15" height="14" rx="2" ry="2"></rect>',voicemail:'<circle cx="5.5" cy="11.5" r="4.5"></circle><circle cx="18.5" cy="11.5" r="4.5"></circle><line x1="5.5" y1="16" x2="18.5" y2="16"></line>',"volume-1":'<polygon points="11 5 6 9 2 9 2 15 6 15 11 19 11 5"></polygon><path d="M15.54 8.46a5 5 0 0 1 0 7.07"></path>',"volume-2":'<polygon points="11 5 6 9 2 9 2 15 6 15 11 19 11 5"></polygon><path d="M19.07 4.93a10 10 0 0 1 0 14.14M15.54 8.46a5 5 0 0 1 0 7.07"></path>',"volume-x":'<polygon points="11 5 6 9 2 9 2 15 6 15 11 19 11 5"></polygon><line x1="23" y1="9" x2="17" y2="15"></line><line x1="17" y1="9" x2="23" y2="15"></line>',volume:'<polygon points="11 5 6 9 2 9 2 15 6 15 11 19 11 5"></polygon>',watch:'<circle cx="12" cy="12" r="7"></circle><polyline points="12 9 12 12 13.5 13.5"></polyline><path d="M16.51 17.35l-.35 3.83a2 2 0 0 1-2 1.82H9.83a2 2 0 0 1-2-1.82l-.35-3.83m.01-10.7l.35-3.83A2 2 0 0 1 9.83 1h4.35a2 2 0 0 1 2 1.82l.35 3.83"></path>',"wifi-off":'<line x1="1" y1="1" x2="23" y2="23"></line><path d="M16.72 11.06A10.94 10.94 0 0 1 19 12.55"></path><path d="M5 12.55a10.94 10.94 0 0 1 5.17-2.39"></path><path d="M10.71 5.05A16 16 0 0 1 22.58 9"></path><path d="M1.42 9a15.91 15.91 0 0 1 4.7-2.88"></path><path d="M8.53 16.11a6 6 0 0 1 6.95 0"></path><line x1="12" y1="20" x2="12.01" y2="20"></line>',wifi:'<path d="M5 12.55a11 11 0 0 1 14.08 0"></path><path d="M1.42 9a16 16 0 0 1 21.16 0"></path><path d="M8.53 16.11a6 6 0 0 1 6.95 0"></path><line x1="12" y1="20" x2="12.01" y2="20"></line>',wind:'<path d="M9.59 4.59A2 2 0 1 1 11 8H2m10.59 11.41A2 2 0 1 0 14 16H2m15.73-8.27A2.5 2.5 0 1 1 19.5 12H2"></path>',"x-circle":'<circle cx="12" cy="12" r="10"></circle><line x1="15" y1="9" x2="9" y2="15"></line><line x1="9" y1="9" x2="15" y2="15"></line>',"x-octagon":'<polygon points="7.86 2 16.14 2 22 7.86 22 16.14 16.14 22 7.86 22 2 16.14 2 7.86 7.86 2"></polygon><line x1="15" y1="9" x2="9" y2="15"></line><line x1="9" y1="9" x2="15" y2="15"></line>',"x-square":'<rect x="3" y="3" width="18" height="18" rx="2" ry="2"></rect><line x1="9" y1="9" x2="15" y2="15"></line><line x1="15" y1="9" x2="9" y2="15"></line>',x:'<line x1="18" y1="6" x2="6" y2="18"></line><line x1="6" y1="6" x2="18" y2="18"></line>',youtube:'<path d="M22.54 6.42a2.78 2.78 0 0 0-1.94-2C18.88 4 12 4 12 4s-6.88 0-8.6.46a2.78 2.78 0 0 0-1.94 2A29 29 0 0 0 1 11.75a29 29 0 0 0 .46 5.33A2.78 2.78 0 0 0 3.4 19c1.72.46 8.6.46 8.6.46s6.88 0 8.6-.46a2.78 2.78 0 0 0 1.94-2 29 29 0 0 0 .46-5.25 29 29 0 0 0-.46-5.33z"></path><polygon points="9.75 15.02 15.5 11.75 9.75 8.48 9.75 15.02"></polygon>',"zap-off":'<polyline points="12.41 6.75 13 2 10.57 4.92"></polyline><polyline points="18.57 12.91 21 10 15.66 10"></polyline><polyline points="8 8 3 14 12 14 11 22 16 16"></polyline><line x1="1" y1="1" x2="23" y2="23"></line>',zap:'<polygon points="13 2 3 14 12 14 11 22 21 10 12 10 13 2"></polygon>',"zoom-in":'<circle cx="11" cy="11" r="8"></circle><line x1="21" y1="21" x2="16.65" y2="16.65"></line><line x1="11" y1="8" x2="11" y2="14"></line><line x1="8" y1="11" x2="14" y2="11"></line>',"zoom-out":'<circle cx="11" cy="11" r="8"></circle><line x1="21" y1="21" x2="16.65" y2="16.65"></line><line x1="8" y1="11" x2="14" y2="11"></line>'}},"./node_modules/classnames/dedupe.js":function(n,i,r){var s,a;/*!
2
2
  Copyright (c) 2016 Jed Watson.
3
3
  Licensed under the MIT License (MIT), see
4
4
  http://jedwatson.github.io/classnames