sl-el-utils 0.0.33 → 0.0.34
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/index.js +16 -4
- package/dist/index.umd.cjs +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -28593,10 +28593,21 @@ const Zg = ee({
|
|
|
28593
28593
|
render() {
|
|
28594
28594
|
typeof this.icon == "object" && SL(this.icon, this.icon);
|
|
28595
28595
|
const e = this.$attrs;
|
|
28596
|
-
return we(
|
|
28596
|
+
return typeof this.icon == "string" ? we(
|
|
28597
28597
|
Zg,
|
|
28598
28598
|
{
|
|
28599
28599
|
icon: this.icon,
|
|
28600
|
+
"aria-hidden": !1,
|
|
28601
|
+
style: e != null && e.style ? Object.assign(e.style, { outline: "none" }) : { outline: "none" },
|
|
28602
|
+
...e
|
|
28603
|
+
},
|
|
28604
|
+
{
|
|
28605
|
+
default: () => []
|
|
28606
|
+
}
|
|
28607
|
+
) : we(
|
|
28608
|
+
this.icon,
|
|
28609
|
+
{
|
|
28610
|
+
"aria-hidden": !1,
|
|
28600
28611
|
style: e != null && e.style ? Object.assign(e.style, { outline: "none" }) : { outline: "none" },
|
|
28601
28612
|
...e
|
|
28602
28613
|
},
|
|
@@ -29920,6 +29931,7 @@ const TF = {
|
|
|
29920
29931
|
pm,
|
|
29921
29932
|
{
|
|
29922
29933
|
icon: `${this.icon}`,
|
|
29934
|
+
"aria-hidden": !1,
|
|
29923
29935
|
style: e != null && e.style ? Object.assign(e.style, { outline: "none" }) : { outline: "none" },
|
|
29924
29936
|
...e
|
|
29925
29937
|
},
|
|
@@ -29948,8 +29960,7 @@ const TF = {
|
|
|
29948
29960
|
) : Object.keys(e).includes("svg") || (e == null ? void 0 : e.iconType) === "svg" ? we(
|
|
29949
29961
|
"svg",
|
|
29950
29962
|
{
|
|
29951
|
-
class: "icon-svg"
|
|
29952
|
-
"aria-hidden": !0
|
|
29963
|
+
class: "icon-svg"
|
|
29953
29964
|
},
|
|
29954
29965
|
{
|
|
29955
29966
|
default: () => [
|
|
@@ -29989,7 +30000,8 @@ function Qs(e, t) {
|
|
|
29989
30000
|
}) : ee({
|
|
29990
30001
|
name: "Icon",
|
|
29991
30002
|
render() {
|
|
29992
|
-
|
|
30003
|
+
if (!e) return;
|
|
30004
|
+
const a = e.includes(":") ? Go : Sa;
|
|
29993
30005
|
return we(a, {
|
|
29994
30006
|
icon: e,
|
|
29995
30007
|
...t
|
package/dist/index.umd.cjs
CHANGED
|
@@ -61,7 +61,7 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
|
|
|
61
61
|
* vue-tippy v6.7.0
|
|
62
62
|
* (c) 2025
|
|
63
63
|
* @license MIT
|
|
64
|
-
*/var qt="top",mn="bottom",gn="right",Xt="left",Ad="auto",il=[qt,mn,gn,Xt],na="start",sl="end",gR="clippingParents",H0="viewport",ul="popper",yR="reference",U0=il.reduce(function(t,n){return t.concat([n+"-"+na,n+"-"+sl])},[]),W0=[].concat(il,[Ad]).reduce(function(t,n){return t.concat([n,n+"-"+na,n+"-"+sl])},[]),bR="beforeRead",wR="read",CR="afterRead",kR="beforeMain",SR="main",ER="afterMain",xR="beforeWrite",NR="write",_R="afterWrite",BR=[bR,wR,CR,kR,SR,ER,xR,NR,_R];function Mn(t){return t?(t.nodeName||"").toLowerCase():null}function zn(t){if(t==null)return window;if(t.toString()!=="[object Window]"){var n=t.ownerDocument;return n&&n.defaultView||window}return t}function ra(t){var n=zn(t).Element;return t instanceof n||t instanceof Element}function yn(t){var n=zn(t).HTMLElement;return t instanceof n||t instanceof HTMLElement}function K0(t){if(typeof ShadowRoot>"u")return!1;var n=zn(t).ShadowRoot;return t instanceof n||t instanceof ShadowRoot}function VR(t){var n=t.state;Object.keys(n.elements).forEach(function(r){var o=n.styles[r]||{},a=n.attributes[r]||{},l=n.elements[r];!yn(l)||!Mn(l)||(Object.assign(l.style,o),Object.keys(a).forEach(function(i){var s=a[i];s===!1?l.removeAttribute(i):l.setAttribute(i,s===!0?"":s)}))})}function TR(t){var n=t.state,r={popper:{position:n.options.strategy,left:"0",top:"0",margin:"0"},arrow:{position:"absolute"},reference:{}};return Object.assign(n.elements.popper.style,r.popper),n.styles=r,n.elements.arrow&&Object.assign(n.elements.arrow.style,r.arrow),function(){Object.keys(n.elements).forEach(function(o){var a=n.elements[o],l=n.attributes[o]||{},i=Object.keys(n.styles.hasOwnProperty(o)?n.styles[o]:r[o]),s=i.reduce(function(u,c){return u[c]="",u},{});!yn(a)||!Mn(a)||(Object.assign(a.style,s),Object.keys(l).forEach(function(u){a.removeAttribute(u)}))})}}var Y0={name:"applyStyles",enabled:!0,phase:"write",fn:VR,effect:TR,requires:["computeStyles"]};function er(t){return t.split("-")[0]}var lo=Math.max,es=Math.min,oa=Math.round;function aa(t,n){n===void 0&&(n=!1);var r=t.getBoundingClientRect(),o=1,a=1;if(yn(t)&&n){var l=t.offsetHeight,i=t.offsetWidth;i>0&&(o=oa(r.width)/i||1),l>0&&(a=oa(r.height)/l||1)}return{width:r.width/o,height:r.height/a,top:r.top/a,right:r.right/o,bottom:r.bottom/a,left:r.left/o,x:r.left/o,y:r.top/a}}function Ld(t){var n=aa(t),r=t.offsetWidth,o=t.offsetHeight;return Math.abs(n.width-r)<=1&&(r=n.width),Math.abs(n.height-o)<=1&&(o=n.height),{x:t.offsetLeft,y:t.offsetTop,width:r,height:o}}function q0(t,n){var r=n.getRootNode&&n.getRootNode();if(t.contains(n))return!0;if(r&&K0(r)){var o=n;do{if(o&&t.isSameNode(o))return!0;o=o.parentNode||o.host}while(o)}return!1}function tr(t){return zn(t).getComputedStyle(t)}function OR(t){return["table","td","th"].indexOf(Mn(t))>=0}function Ir(t){return((ra(t)?t.ownerDocument:t.document)||window.document).documentElement}function ts(t){return Mn(t)==="html"?t:t.assignedSlot||t.parentNode||(K0(t)?t.host:null)||Ir(t)}function X0(t){return!yn(t)||tr(t).position==="fixed"?null:t.offsetParent}function DR(t){var n=navigator.userAgent.toLowerCase().indexOf("firefox")!==-1,r=navigator.userAgent.indexOf("Trident")!==-1;if(r&&yn(t)){var o=tr(t);if(o.position==="fixed")return null}for(var a=ts(t);yn(a)&&["html","body"].indexOf(Mn(a))<0;){var l=tr(a);if(l.transform!=="none"||l.perspective!=="none"||l.contain==="paint"||["transform","perspective"].indexOf(l.willChange)!==-1||n&&l.willChange==="filter"||n&&l.filter&&l.filter!=="none")return a;a=a.parentNode}return null}function cl(t){for(var n=zn(t),r=X0(t);r&&OR(r)&&tr(r).position==="static";)r=X0(r);return r&&(Mn(r)==="html"||Mn(r)==="body"&&tr(r).position==="static")?n:r||DR(t)||n}function zd(t){return["top","bottom"].indexOf(t)>=0?"x":"y"}function dl(t,n,r){return lo(t,es(n,r))}function PR(t,n,r){var o=dl(t,n,r);return o>r?r:o}function G0(){return{top:0,right:0,bottom:0,left:0}}function Z0(t){return Object.assign({},G0(),t)}function J0(t,n){return n.reduce(function(r,o){return r[o]=t,r},{})}var IR=function(n,r){return n=typeof n=="function"?n(Object.assign({},r.rects,{placement:r.placement})):n,Z0(typeof n!="number"?n:J0(n,il))};function RR(t){var n,r=t.state,o=t.name,a=t.options,l=r.elements.arrow,i=r.modifiersData.popperOffsets,s=er(r.placement),u=zd(s),c=[Xt,gn].indexOf(s)>=0,d=c?"height":"width";if(!(!l||!i)){var f=IR(a.padding,r),h=Ld(l),g=u==="y"?qt:Xt,p=u==="y"?mn:gn,v=r.rects.reference[d]+r.rects.reference[u]-i[u]-r.rects.popper[d],y=i[u]-r.rects.reference[u],b=cl(l),E=b?u==="y"?b.clientHeight||0:b.clientWidth||0:0,k=v/2-y/2,m=f[g],w=E-h[d]-f[p],C=E/2-h[d]/2+k,S=dl(m,C,w),x=u;r.modifiersData[o]=(n={},n[x]=S,n.centerOffset=S-C,n)}}function AR(t){var n=t.state,r=t.options,o=r.element,a=o===void 0?"[data-popper-arrow]":o;a!=null&&(typeof a=="string"&&(a=n.elements.popper.querySelector(a),!a)||q0(n.elements.popper,a)&&(n.elements.arrow=a))}var LR={name:"arrow",enabled:!0,phase:"main",fn:RR,effect:AR,requires:["popperOffsets"],requiresIfExists:["preventOverflow"]};function la(t){return t.split("-")[1]}var zR={top:"auto",right:"auto",bottom:"auto",left:"auto"};function FR(t){var n=t.x,r=t.y,o=window,a=o.devicePixelRatio||1;return{x:oa(n*a)/a||0,y:oa(r*a)/a||0}}function Q0(t){var n,r=t.popper,o=t.popperRect,a=t.placement,l=t.variation,i=t.offsets,s=t.position,u=t.gpuAcceleration,c=t.adaptive,d=t.roundOffsets,f=t.isFixed,h=d===!0?FR(i):typeof d=="function"?d(i):i,g=h.x,p=g===void 0?0:g,v=h.y,y=v===void 0?0:v,b=i.hasOwnProperty("x"),E=i.hasOwnProperty("y"),k=Xt,m=qt,w=window;if(c){var C=cl(r),S="clientHeight",x="clientWidth";if(C===zn(r)&&(C=Ir(r),tr(C).position!=="static"&&s==="absolute"&&(S="scrollHeight",x="scrollWidth")),C=C,a===qt||(a===Xt||a===gn)&&l===sl){m=mn;var N=f&&w.visualViewport?w.visualViewport.height:C[S];y-=N-o.height,y*=u?1:-1}if(a===Xt||(a===qt||a===mn)&&l===sl){k=gn;var T=f&&w.visualViewport?w.visualViewport.width:C[x];p-=T-o.width,p*=u?1:-1}}var A=Object.assign({position:s},c&&zR);if(u){var D;return Object.assign({},A,(D={},D[m]=E?"0":"",D[k]=b?"0":"",D.transform=(w.devicePixelRatio||1)<=1?"translate("+p+"px, "+y+"px)":"translate3d("+p+"px, "+y+"px, 0)",D))}return Object.assign({},A,(n={},n[m]=E?y+"px":"",n[k]=b?p+"px":"",n.transform="",n))}function jR(t){var n=t.state,r=t.options,o=r.gpuAcceleration,a=o===void 0?!0:o,l=r.adaptive,i=l===void 0?!0:l,s=r.roundOffsets,u=s===void 0?!0:s,c={placement:er(n.placement),variation:la(n.placement),popper:n.elements.popper,popperRect:n.rects.popper,gpuAcceleration:a,isFixed:n.options.strategy==="fixed"};n.modifiersData.popperOffsets!=null&&(n.styles.popper=Object.assign({},n.styles.popper,Q0(Object.assign({},c,{offsets:n.modifiersData.popperOffsets,position:n.options.strategy,adaptive:i,roundOffsets:u})))),n.modifiersData.arrow!=null&&(n.styles.arrow=Object.assign({},n.styles.arrow,Q0(Object.assign({},c,{offsets:n.modifiersData.arrow,position:"absolute",adaptive:!1,roundOffsets:u})))),n.attributes.popper=Object.assign({},n.attributes.popper,{"data-popper-placement":n.placement})}var HR={name:"computeStyles",enabled:!0,phase:"beforeWrite",fn:jR,data:{}},ns={passive:!0};function UR(t){var n=t.state,r=t.instance,o=t.options,a=o.scroll,l=a===void 0?!0:a,i=o.resize,s=i===void 0?!0:i,u=zn(n.elements.popper),c=[].concat(n.scrollParents.reference,n.scrollParents.popper);return l&&c.forEach(function(d){d.addEventListener("scroll",r.update,ns)}),s&&u.addEventListener("resize",r.update,ns),function(){l&&c.forEach(function(d){d.removeEventListener("scroll",r.update,ns)}),s&&u.removeEventListener("resize",r.update,ns)}}var WR={name:"eventListeners",enabled:!0,phase:"write",fn:function(){},effect:UR,data:{}},KR={left:"right",right:"left",bottom:"top",top:"bottom"};function rs(t){return t.replace(/left|right|bottom|top/g,function(n){return KR[n]})}var YR={start:"end",end:"start"};function $0(t){return t.replace(/start|end/g,function(n){return YR[n]})}function Fd(t){var n=zn(t),r=n.pageXOffset,o=n.pageYOffset;return{scrollLeft:r,scrollTop:o}}function jd(t){return aa(Ir(t)).left+Fd(t).scrollLeft}function qR(t){var n=zn(t),r=Ir(t),o=n.visualViewport,a=r.clientWidth,l=r.clientHeight,i=0,s=0;return o&&(a=o.width,l=o.height,/^((?!chrome|android).)*safari/i.test(navigator.userAgent)||(i=o.offsetLeft,s=o.offsetTop)),{width:a,height:l,x:i+jd(t),y:s}}function XR(t){var n,r=Ir(t),o=Fd(t),a=(n=t.ownerDocument)==null?void 0:n.body,l=lo(r.scrollWidth,r.clientWidth,a?a.scrollWidth:0,a?a.clientWidth:0),i=lo(r.scrollHeight,r.clientHeight,a?a.scrollHeight:0,a?a.clientHeight:0),s=-o.scrollLeft+jd(t),u=-o.scrollTop;return tr(a||r).direction==="rtl"&&(s+=lo(r.clientWidth,a?a.clientWidth:0)-l),{width:l,height:i,x:s,y:u}}function Hd(t){var n=tr(t),r=n.overflow,o=n.overflowX,a=n.overflowY;return/auto|scroll|overlay|hidden/.test(r+a+o)}function M0(t){return["html","body","#document"].indexOf(Mn(t))>=0?t.ownerDocument.body:yn(t)&&Hd(t)?t:M0(ts(t))}function fl(t,n){var r;n===void 0&&(n=[]);var o=M0(t),a=o===((r=t.ownerDocument)==null?void 0:r.body),l=zn(o),i=a?[l].concat(l.visualViewport||[],Hd(o)?o:[]):o,s=n.concat(i);return a?s:s.concat(fl(ts(i)))}function Ud(t){return Object.assign({},t,{left:t.x,top:t.y,right:t.x+t.width,bottom:t.y+t.height})}function GR(t){var n=aa(t);return n.top=n.top+t.clientTop,n.left=n.left+t.clientLeft,n.bottom=n.top+t.clientHeight,n.right=n.left+t.clientWidth,n.width=t.clientWidth,n.height=t.clientHeight,n.x=n.left,n.y=n.top,n}function ey(t,n){return n===H0?Ud(qR(t)):ra(n)?GR(n):Ud(XR(Ir(t)))}function ZR(t){var n=fl(ts(t)),r=["absolute","fixed"].indexOf(tr(t).position)>=0,o=r&&yn(t)?cl(t):t;return ra(o)?n.filter(function(a){return ra(a)&&q0(a,o)&&Mn(a)!=="body"&&(r?tr(a).position!=="static":!0)}):[]}function JR(t,n,r){var o=n==="clippingParents"?ZR(t):[].concat(n),a=[].concat(o,[r]),l=a[0],i=a.reduce(function(s,u){var c=ey(t,u);return s.top=lo(c.top,s.top),s.right=es(c.right,s.right),s.bottom=es(c.bottom,s.bottom),s.left=lo(c.left,s.left),s},ey(t,l));return i.width=i.right-i.left,i.height=i.bottom-i.top,i.x=i.left,i.y=i.top,i}function ty(t){var n=t.reference,r=t.element,o=t.placement,a=o?er(o):null,l=o?la(o):null,i=n.x+n.width/2-r.width/2,s=n.y+n.height/2-r.height/2,u;switch(a){case qt:u={x:i,y:n.y-r.height};break;case mn:u={x:i,y:n.y+n.height};break;case gn:u={x:n.x+n.width,y:s};break;case Xt:u={x:n.x-r.width,y:s};break;default:u={x:n.x,y:n.y}}var c=a?zd(a):null;if(c!=null){var d=c==="y"?"height":"width";switch(l){case na:u[c]=u[c]-(n[d]/2-r[d]/2);break;case sl:u[c]=u[c]+(n[d]/2-r[d]/2);break}}return u}function pl(t,n){n===void 0&&(n={});var r=n,o=r.placement,a=o===void 0?t.placement:o,l=r.boundary,i=l===void 0?gR:l,s=r.rootBoundary,u=s===void 0?H0:s,c=r.elementContext,d=c===void 0?ul:c,f=r.altBoundary,h=f===void 0?!1:f,g=r.padding,p=g===void 0?0:g,v=Z0(typeof p!="number"?p:J0(p,il)),y=d===ul?yR:ul,b=t.rects.popper,E=t.elements[h?y:d],k=JR(ra(E)?E:E.contextElement||Ir(t.elements.popper),i,u),m=aa(t.elements.reference),w=ty({reference:m,element:b,placement:a}),C=Ud(Object.assign({},b,w)),S=d===ul?C:m,x={top:k.top-S.top+v.top,bottom:S.bottom-k.bottom+v.bottom,left:k.left-S.left+v.left,right:S.right-k.right+v.right},N=t.modifiersData.offset;if(d===ul&&N){var T=N[a];Object.keys(x).forEach(function(A){var D=[gn,mn].indexOf(A)>=0?1:-1,z=[qt,mn].indexOf(A)>=0?"y":"x";x[A]+=T[z]*D})}return x}function QR(t,n){n===void 0&&(n={});var r=n,o=r.placement,a=r.boundary,l=r.rootBoundary,i=r.padding,s=r.flipVariations,u=r.allowedAutoPlacements,c=u===void 0?W0:u,d=la(o),f=d?s?U0:U0.filter(function(p){return la(p)===d}):il,h=f.filter(function(p){return c.indexOf(p)>=0});h.length===0&&(h=f);var g=h.reduce(function(p,v){return p[v]=pl(t,{placement:v,boundary:a,rootBoundary:l,padding:i})[er(v)],p},{});return Object.keys(g).sort(function(p,v){return g[p]-g[v]})}function $R(t){if(er(t)===Ad)return[];var n=rs(t);return[$0(t),n,$0(n)]}function MR(t){var n=t.state,r=t.options,o=t.name;if(!n.modifiersData[o]._skip){for(var a=r.mainAxis,l=a===void 0?!0:a,i=r.altAxis,s=i===void 0?!0:i,u=r.fallbackPlacements,c=r.padding,d=r.boundary,f=r.rootBoundary,h=r.altBoundary,g=r.flipVariations,p=g===void 0?!0:g,v=r.allowedAutoPlacements,y=n.options.placement,b=er(y),E=b===y,k=u||(E||!p?[rs(y)]:$R(y)),m=[y].concat(k).reduce(function(K,X){return K.concat(er(X)===Ad?QR(n,{placement:X,boundary:d,rootBoundary:f,padding:c,flipVariations:p,allowedAutoPlacements:v}):X)},[]),w=n.rects.reference,C=n.rects.popper,S=new Map,x=!0,N=m[0],T=0;T<m.length;T++){var A=m[T],D=er(A),z=la(A)===na,H=[qt,mn].indexOf(D)>=0,P=H?"width":"height",I=pl(n,{placement:A,boundary:d,rootBoundary:f,altBoundary:h,padding:c}),R=H?z?gn:Xt:z?mn:qt;w[P]>C[P]&&(R=rs(R));var B=rs(R),_=[];if(l&&_.push(I[D]<=0),s&&_.push(I[R]<=0,I[B]<=0),_.every(function(K){return K})){N=A,x=!1;break}S.set(A,_)}if(x)for(var F=p?3:1,U=function(X){var q=m.find(function(Z){var G=S.get(Z);if(G)return G.slice(0,X).every(function(te){return te})});if(q)return N=q,"break"},j=F;j>0;j--){var W=U(j);if(W==="break")break}n.placement!==N&&(n.modifiersData[o]._skip=!0,n.placement=N,n.reset=!0)}}var eA={name:"flip",enabled:!0,phase:"main",fn:MR,requiresIfExists:["offset"],data:{_skip:!1}};function ny(t,n,r){return r===void 0&&(r={x:0,y:0}),{top:t.top-n.height-r.y,right:t.right-n.width+r.x,bottom:t.bottom-n.height+r.y,left:t.left-n.width-r.x}}function ry(t){return[qt,gn,mn,Xt].some(function(n){return t[n]>=0})}function tA(t){var n=t.state,r=t.name,o=n.rects.reference,a=n.rects.popper,l=n.modifiersData.preventOverflow,i=pl(n,{elementContext:"reference"}),s=pl(n,{altBoundary:!0}),u=ny(i,o),c=ny(s,a,l),d=ry(u),f=ry(c);n.modifiersData[r]={referenceClippingOffsets:u,popperEscapeOffsets:c,isReferenceHidden:d,hasPopperEscaped:f},n.attributes.popper=Object.assign({},n.attributes.popper,{"data-popper-reference-hidden":d,"data-popper-escaped":f})}var nA={name:"hide",enabled:!0,phase:"main",requiresIfExists:["preventOverflow"],fn:tA};function rA(t,n,r){var o=er(t),a=[Xt,qt].indexOf(o)>=0?-1:1,l=typeof r=="function"?r(Object.assign({},n,{placement:t})):r,i=l[0],s=l[1];return i=i||0,s=(s||0)*a,[Xt,gn].indexOf(o)>=0?{x:s,y:i}:{x:i,y:s}}function oA(t){var n=t.state,r=t.options,o=t.name,a=r.offset,l=a===void 0?[0,0]:a,i=W0.reduce(function(d,f){return d[f]=rA(f,n.rects,l),d},{}),s=i[n.placement],u=s.x,c=s.y;n.modifiersData.popperOffsets!=null&&(n.modifiersData.popperOffsets.x+=u,n.modifiersData.popperOffsets.y+=c),n.modifiersData[o]=i}var aA={name:"offset",enabled:!0,phase:"main",requires:["popperOffsets"],fn:oA};function lA(t){var n=t.state,r=t.name;n.modifiersData[r]=ty({reference:n.rects.reference,element:n.rects.popper,placement:n.placement})}var iA={name:"popperOffsets",enabled:!0,phase:"read",fn:lA,data:{}};function sA(t){return t==="x"?"y":"x"}function uA(t){var n=t.state,r=t.options,o=t.name,a=r.mainAxis,l=a===void 0?!0:a,i=r.altAxis,s=i===void 0?!1:i,u=r.boundary,c=r.rootBoundary,d=r.altBoundary,f=r.padding,h=r.tether,g=h===void 0?!0:h,p=r.tetherOffset,v=p===void 0?0:p,y=pl(n,{boundary:u,rootBoundary:c,padding:f,altBoundary:d}),b=er(n.placement),E=la(n.placement),k=!E,m=zd(b),w=sA(m),C=n.modifiersData.popperOffsets,S=n.rects.reference,x=n.rects.popper,N=typeof v=="function"?v(Object.assign({},n.rects,{placement:n.placement})):v,T=typeof N=="number"?{mainAxis:N,altAxis:N}:Object.assign({mainAxis:0,altAxis:0},N),A=n.modifiersData.offset?n.modifiersData.offset[n.placement]:null,D={x:0,y:0};if(C){if(l){var z,H=m==="y"?qt:Xt,P=m==="y"?mn:gn,I=m==="y"?"height":"width",R=C[m],B=R+y[H],_=R-y[P],F=g?-x[I]/2:0,U=E===na?S[I]:x[I],j=E===na?-x[I]:-S[I],W=n.elements.arrow,K=g&&W?Ld(W):{width:0,height:0},X=n.modifiersData["arrow#persistent"]?n.modifiersData["arrow#persistent"].padding:G0(),q=X[H],Z=X[P],G=dl(0,S[I],K[I]),te=k?S[I]/2-F-G-q-T.mainAxis:U-G-q-T.mainAxis,oe=k?-S[I]/2+F+G+Z+T.mainAxis:j+G+Z+T.mainAxis,$=n.elements.arrow&&cl(n.elements.arrow),M=$?m==="y"?$.clientTop||0:$.clientLeft||0:0,ue=(z=A==null?void 0:A[m])!=null?z:0,ve=R+te-ue-M,we=R+oe-ue,ke=dl(g?es(B,ve):B,R,g?lo(_,we):_);C[m]=ke,D[m]=ke-R}if(s){var Ae,Oe=m==="x"?qt:Xt,ye=m==="x"?mn:gn,De=C[w],Ie=w==="y"?"height":"width",Xe=De+y[Oe],Ze=De-y[ye],ne=[qt,Xt].indexOf(b)!==-1,Se=(Ae=A==null?void 0:A[w])!=null?Ae:0,Je=ne?Xe:De-S[Ie]-x[Ie]-Se+T.altAxis,it=ne?De+S[Ie]+x[Ie]-Se-T.altAxis:Ze,$e=g&&ne?PR(Je,De,it):dl(g?Je:Xe,De,g?it:Ze);C[w]=$e,D[w]=$e-De}n.modifiersData[o]=D}}var cA={name:"preventOverflow",enabled:!0,phase:"main",fn:uA,requiresIfExists:["offset"]};function dA(t){return{scrollLeft:t.scrollLeft,scrollTop:t.scrollTop}}function fA(t){return t===zn(t)||!yn(t)?Fd(t):dA(t)}function pA(t){var n=t.getBoundingClientRect(),r=oa(n.width)/t.offsetWidth||1,o=oa(n.height)/t.offsetHeight||1;return r!==1||o!==1}function hA(t,n,r){r===void 0&&(r=!1);var o=yn(n),a=yn(n)&&pA(n),l=Ir(n),i=aa(t,a),s={scrollLeft:0,scrollTop:0},u={x:0,y:0};return(o||!o&&!r)&&((Mn(n)!=="body"||Hd(l))&&(s=fA(n)),yn(n)?(u=aa(n,!0),u.x+=n.clientLeft,u.y+=n.clientTop):l&&(u.x=jd(l))),{x:i.left+s.scrollLeft-u.x,y:i.top+s.scrollTop-u.y,width:i.width,height:i.height}}function vA(t){var n=new Map,r=new Set,o=[];t.forEach(function(l){n.set(l.name,l)});function a(l){r.add(l.name);var i=[].concat(l.requires||[],l.requiresIfExists||[]);i.forEach(function(s){if(!r.has(s)){var u=n.get(s);u&&a(u)}}),o.push(l)}return t.forEach(function(l){r.has(l.name)||a(l)}),o}function mA(t){var n=vA(t);return BR.reduce(function(r,o){return r.concat(n.filter(function(a){return a.phase===o}))},[])}function gA(t){var n;return function(){return n||(n=new Promise(function(r){Promise.resolve().then(function(){n=void 0,r(t())})})),n}}function yA(t){var n=t.reduce(function(r,o){var a=r[o.name];return r[o.name]=a?Object.assign({},a,o,{options:Object.assign({},a.options,o.options),data:Object.assign({},a.data,o.data)}):o,r},{});return Object.keys(n).map(function(r){return n[r]})}var oy={placement:"bottom",modifiers:[],strategy:"absolute"};function ay(){for(var t=arguments.length,n=new Array(t),r=0;r<t;r++)n[r]=arguments[r];return!n.some(function(o){return!(o&&typeof o.getBoundingClientRect=="function")})}function bA(t){t===void 0&&(t={});var n=t,r=n.defaultModifiers,o=r===void 0?[]:r,a=n.defaultOptions,l=a===void 0?oy:a;return function(s,u,c){c===void 0&&(c=l);var d={placement:"bottom",orderedModifiers:[],options:Object.assign({},oy,l),modifiersData:{},elements:{reference:s,popper:u},attributes:{},styles:{}},f=[],h=!1,g={state:d,setOptions:function(b){var E=typeof b=="function"?b(d.options):b;v(),d.options=Object.assign({},l,d.options,E),d.scrollParents={reference:ra(s)?fl(s):s.contextElement?fl(s.contextElement):[],popper:fl(u)};var k=mA(yA([].concat(o,d.options.modifiers)));return d.orderedModifiers=k.filter(function(m){return m.enabled}),p(),g.update()},forceUpdate:function(){if(!h){var b=d.elements,E=b.reference,k=b.popper;if(ay(E,k)){d.rects={reference:hA(E,cl(k),d.options.strategy==="fixed"),popper:Ld(k)},d.reset=!1,d.placement=d.options.placement,d.orderedModifiers.forEach(function(T){return d.modifiersData[T.name]=Object.assign({},T.data)});for(var m=0;m<d.orderedModifiers.length;m++){if(d.reset===!0){d.reset=!1,m=-1;continue}var w=d.orderedModifiers[m],C=w.fn,S=w.options,x=S===void 0?{}:S,N=w.name;typeof C=="function"&&(d=C({state:d,options:x,name:N,instance:g})||d)}}}},update:gA(function(){return new Promise(function(y){g.forceUpdate(),y(d)})}),destroy:function(){v(),h=!0}};if(!ay(s,u))return g;g.setOptions(c).then(function(y){!h&&c.onFirstUpdate&&c.onFirstUpdate(y)});function p(){d.orderedModifiers.forEach(function(y){var b=y.name,E=y.options,k=E===void 0?{}:E,m=y.effect;if(typeof m=="function"){var w=m({state:d,name:b,instance:g,options:k}),C=function(){};f.push(w||C)}})}function v(){f.forEach(function(y){return y()}),f=[]}return g}}var wA=[WR,iA,HR,Y0,aA,eA,cA,LR,nA],CA=bA({defaultModifiers:wA}),kA="tippy-box",ly="tippy-content",iy="tippy-backdrop",sy="tippy-arrow",uy="tippy-svg-arrow",io={passive:!0,capture:!0},cy=function(){return document.body};function Wd(t,n,r){if(Array.isArray(t)){var o=t[n];return o??(Array.isArray(r)?r[n]:r)}return t}function Kd(t,n){var r={}.toString.call(t);return r.indexOf("[object")===0&&r.indexOf(n+"]")>-1}function dy(t,n){return typeof t=="function"?t.apply(void 0,n):t}function fy(t,n){if(n===0)return t;var r;return function(o){clearTimeout(r),r=setTimeout(function(){t(o)},n)}}function SA(t,n){var r=Object.assign({},t);return n.forEach(function(o){delete r[o]}),r}function EA(t){return t.split(/\s+/).filter(Boolean)}function so(t){return[].concat(t)}function py(t,n){t.indexOf(n)===-1&&t.push(n)}function xA(t){return t.filter(function(n,r){return t.indexOf(n)===r})}function hy(t){return t.split("-")[0]}function ia(t){return[].slice.call(t)}function vy(t){return Object.keys(t).reduce(function(n,r){return t[r]!==void 0&&(n[r]=t[r]),n},{})}function uo(){return document.createElement("div")}function os(t){return["Element","Fragment"].some(function(n){return Kd(t,n)})}function NA(t){return Kd(t,"NodeList")}function Yd(t){return Kd(t,"MouseEvent")}function _A(t){return!!(t&&t._tippy&&t._tippy.reference===t)}function BA(t){return os(t)?[t]:NA(t)?ia(t):Array.isArray(t)?t:ia(document.querySelectorAll(t))}function qd(t,n){t.forEach(function(r){r&&(r.style.transitionDuration=n+"ms")})}function hl(t,n){t.forEach(function(r){r&&r.setAttribute("data-state",n)})}function my(t){var n,r=so(t),o=r[0];return o!=null&&(n=o.ownerDocument)!=null&&n.body?o.ownerDocument:document}function VA(t,n){var r=n.clientX,o=n.clientY;return t.every(function(a){var l=a.popperRect,i=a.popperState,s=a.props,u=s.interactiveBorder,c=hy(i.placement),d=i.modifiersData.offset;if(!d)return!0;var f=c==="bottom"?d.top.y:0,h=c==="top"?d.bottom.y:0,g=c==="right"?d.left.x:0,p=c==="left"?d.right.x:0,v=l.top-o+f>u,y=o-l.bottom-h>u,b=l.left-r+g>u,E=r-l.right-p>u;return v||y||b||E})}function Xd(t,n,r){var o=n+"EventListener";["transitionend","webkitTransitionEnd"].forEach(function(a){t[o](a,r)})}function gy(t,n){for(var r=n;r;){var o;if(t.contains(r))return!0;r=r.getRootNode==null||(o=r.getRootNode())==null?void 0:o.host}return!1}var nr={isTouch:!1},yy=0;function TA(){nr.isTouch||(nr.isTouch=!0,window.performance&&document.addEventListener("mousemove",by))}function by(){var t=performance.now();t-yy<20&&(nr.isTouch=!1,document.removeEventListener("mousemove",by)),yy=t}function OA(){var t=document.activeElement;if(_A(t)){var n=t._tippy;t.blur&&!n.state.isVisible&&t.blur()}}function DA(){document.addEventListener("touchstart",TA,io),window.addEventListener("blur",OA)}var PA=typeof window<"u"&&typeof document<"u",IA=PA?!!window.msCrypto:!1,RA={animateFill:!1,followCursor:!1,inlinePositioning:!1,sticky:!1},AA={allowHTML:!1,animation:"fade",arrow:!0,content:"",inertia:!1,maxWidth:350,role:"tooltip",theme:"",zIndex:9999},Fn=Object.assign({appendTo:cy,aria:{content:"auto",expanded:"auto"},delay:0,duration:[300,250],getReferenceClientRect:null,hideOnClick:!0,ignoreAttributes:!1,interactive:!1,interactiveBorder:2,interactiveDebounce:0,moveTransition:"",offset:[0,10],onAfterUpdate:function(){},onBeforeUpdate:function(){},onCreate:function(){},onDestroy:function(){},onHidden:function(){},onHide:function(){},onMount:function(){},onShow:function(){},onShown:function(){},onTrigger:function(){},onUntrigger:function(){},onClickOutside:function(){},placement:"top",plugins:[],popperOptions:{},render:null,showOnCreate:!1,touch:!0,trigger:"mouseenter focus",triggerTarget:null},RA,AA),LA=Object.keys(Fn),zA=function(n){var r=Object.keys(n);r.forEach(function(o){Fn[o]=n[o]})};function wy(t){var n=t.plugins||[],r=n.reduce(function(o,a){var l=a.name,i=a.defaultValue;if(l){var s;o[l]=t[l]!==void 0?t[l]:(s=Fn[l])!=null?s:i}return o},{});return Object.assign({},t,r)}function FA(t,n){var r=n?Object.keys(wy(Object.assign({},Fn,{plugins:n}))):LA,o=r.reduce(function(a,l){var i=(t.getAttribute("data-tippy-"+l)||"").trim();if(!i)return a;if(l==="content")a[l]=i;else try{a[l]=JSON.parse(i)}catch{a[l]=i}return a},{});return o}function Cy(t,n){var r=Object.assign({},n,{content:dy(n.content,[t])},n.ignoreAttributes?{}:FA(t,n.plugins));return r.aria=Object.assign({},Fn.aria,r.aria),r.aria={expanded:r.aria.expanded==="auto"?n.interactive:r.aria.expanded,content:r.aria.content==="auto"?n.interactive?null:"describedby":r.aria.content},r}var jA=function(){return"innerHTML"};function Gd(t,n){t[jA()]=n}function ky(t){var n=uo();return t===!0?n.className=sy:(n.className=uy,os(t)?n.appendChild(t):Gd(n,t)),n}function Sy(t,n){os(n.content)?(Gd(t,""),t.appendChild(n.content)):typeof n.content!="function"&&(n.allowHTML?Gd(t,n.content):t.textContent=n.content)}function as(t){var n=t.firstElementChild,r=ia(n.children);return{box:n,content:r.find(function(o){return o.classList.contains(ly)}),arrow:r.find(function(o){return o.classList.contains(sy)||o.classList.contains(uy)}),backdrop:r.find(function(o){return o.classList.contains(iy)})}}function Ey(t){var n=uo(),r=uo();r.className=kA,r.setAttribute("data-state","hidden"),r.setAttribute("tabindex","-1");var o=uo();o.className=ly,o.setAttribute("data-state","hidden"),Sy(o,t.props),n.appendChild(r),r.appendChild(o),a(t.props,t.props);function a(l,i){var s=as(n),u=s.box,c=s.content,d=s.arrow;i.theme?u.setAttribute("data-theme",i.theme):u.removeAttribute("data-theme"),typeof i.animation=="string"?u.setAttribute("data-animation",i.animation):u.removeAttribute("data-animation"),i.inertia?u.setAttribute("data-inertia",""):u.removeAttribute("data-inertia"),u.style.maxWidth=typeof i.maxWidth=="number"?i.maxWidth+"px":i.maxWidth,i.role?u.setAttribute("role",i.role):u.removeAttribute("role"),(l.content!==i.content||l.allowHTML!==i.allowHTML)&&Sy(c,t.props),i.arrow?d?l.arrow!==i.arrow&&(u.removeChild(d),u.appendChild(ky(i.arrow))):u.appendChild(ky(i.arrow)):d&&u.removeChild(d)}return{popper:n,onUpdate:a}}Ey.$$tippy=!0;var HA=1,ls=[],Zd=[];function UA(t,n){var r=Cy(t,Object.assign({},Fn,wy(vy(n)))),o,a,l,i=!1,s=!1,u=!1,c=!1,d,f,h,g=[],p=fy(ve,r.interactiveDebounce),v,y=HA++,b=null,E=xA(r.plugins),k={isEnabled:!0,isVisible:!1,isDestroyed:!1,isMounted:!1,isShown:!1},m={id:y,reference:t,popper:uo(),popperInstance:b,props:r,state:k,plugins:E,clearDelayTimeouts:Je,setProps:it,setContent:$e,show:mt,hide:Ke,hideWithInteractivity:on,enable:ne,disable:Se,unmount:pe,destroy:Ce};if(!r.render)return m;var w=r.render(m),C=w.popper,S=w.onUpdate;C.setAttribute("data-tippy-root",""),C.id="tippy-"+m.id,m.popper=C,t._tippy=m,C._tippy=m;var x=E.map(function(V){return V.fn(m)}),N=t.hasAttribute("aria-expanded");return $(),F(),R(),B("onCreate",[m]),r.showOnCreate&&Xe(),C.addEventListener("mouseenter",function(){m.props.interactive&&m.state.isVisible&&m.clearDelayTimeouts()}),C.addEventListener("mouseleave",function(){m.props.interactive&&m.props.trigger.indexOf("mouseenter")>=0&&H().addEventListener("mousemove",p)}),m;function T(){var V=m.props.touch;return Array.isArray(V)?V:[V,0]}function A(){return T()[0]==="hold"}function D(){var V;return!!((V=m.props.render)!=null&&V.$$tippy)}function z(){return v||t}function H(){var V=z().parentNode;return V?my(V):document}function P(){return as(C)}function I(V){return m.state.isMounted&&!m.state.isVisible||nr.isTouch||d&&d.type==="focus"?0:Wd(m.props.delay,V?0:1,Fn.delay)}function R(V){V===void 0&&(V=!1),C.style.pointerEvents=m.props.interactive&&!V?"":"none",C.style.zIndex=""+m.props.zIndex}function B(V,L,O){if(O===void 0&&(O=!0),x.forEach(function(ee){ee[V]&&ee[V].apply(ee,L)}),O){var Y;(Y=m.props)[V].apply(Y,L)}}function _(){var V=m.props.aria;if(V.content){var L="aria-"+V.content,O=C.id,Y=so(m.props.triggerTarget||t);Y.forEach(function(ee){var se=ee.getAttribute(L);if(m.state.isVisible)ee.setAttribute(L,se?se+" "+O:O);else{var Ne=se&&se.replace(O,"").trim();Ne?ee.setAttribute(L,Ne):ee.removeAttribute(L)}})}}function F(){if(!(N||!m.props.aria.expanded)){var V=so(m.props.triggerTarget||t);V.forEach(function(L){m.props.interactive?L.setAttribute("aria-expanded",m.state.isVisible&&L===z()?"true":"false"):L.removeAttribute("aria-expanded")})}}function U(){H().removeEventListener("mousemove",p),ls=ls.filter(function(V){return V!==p})}function j(V){if(!(nr.isTouch&&(u||V.type==="mousedown"))){var L=V.composedPath&&V.composedPath()[0]||V.target;if(!(m.props.interactive&&gy(C,L))){if(so(m.props.triggerTarget||t).some(function(O){return gy(O,L)})){if(nr.isTouch||m.state.isVisible&&m.props.trigger.indexOf("click")>=0)return}else B("onClickOutside",[m,V]);m.props.hideOnClick===!0&&(m.clearDelayTimeouts(),m.hide(),s=!0,setTimeout(function(){s=!1}),m.state.isMounted||q())}}}function W(){u=!0}function K(){u=!1}function X(){var V=H();V.addEventListener("mousedown",j,!0),V.addEventListener("touchend",j,io),V.addEventListener("touchstart",K,io),V.addEventListener("touchmove",W,io)}function q(){var V=H();V.removeEventListener("mousedown",j,!0),V.removeEventListener("touchend",j,io),V.removeEventListener("touchstart",K,io),V.removeEventListener("touchmove",W,io)}function Z(V,L){te(V,function(){!m.state.isVisible&&C.parentNode&&C.parentNode.contains(C)&&L()})}function G(V,L){te(V,L)}function te(V,L){var O=P().box;function Y(ee){ee.target===O&&(Xd(O,"remove",Y),L())}if(V===0)return L();Xd(O,"remove",f),Xd(O,"add",Y),f=Y}function oe(V,L,O){O===void 0&&(O=!1);var Y=so(m.props.triggerTarget||t);Y.forEach(function(ee){ee.addEventListener(V,L,O),g.push({node:ee,eventType:V,handler:L,options:O})})}function $(){A()&&(oe("touchstart",ue,{passive:!0}),oe("touchend",we,{passive:!0})),EA(m.props.trigger).forEach(function(V){if(V!=="manual")switch(oe(V,ue),V){case"mouseenter":oe("mouseleave",we);break;case"focus":oe(IA?"focusout":"blur",ke);break;case"focusin":oe("focusout",ke);break}})}function M(){g.forEach(function(V){var L=V.node,O=V.eventType,Y=V.handler,ee=V.options;L.removeEventListener(O,Y,ee)}),g=[]}function ue(V){var L,O=!1;if(!(!m.state.isEnabled||Ae(V)||s)){var Y=((L=d)==null?void 0:L.type)==="focus";d=V,v=V.currentTarget,F(),!m.state.isVisible&&Yd(V)&&ls.forEach(function(ee){return ee(V)}),V.type==="click"&&(m.props.trigger.indexOf("mouseenter")<0||i)&&m.props.hideOnClick!==!1&&m.state.isVisible?O=!0:Xe(V),V.type==="click"&&(i=!O),O&&!Y&&Ze(V)}}function ve(V){var L=V.target,O=z().contains(L)||C.contains(L);if(!(V.type==="mousemove"&&O)){var Y=Ie().concat(C).map(function(ee){var se,Ne=ee._tippy,It=(se=Ne.popperInstance)==null?void 0:se.state;return It?{popperRect:ee.getBoundingClientRect(),popperState:It,props:r}:null}).filter(Boolean);VA(Y,V)&&(U(),Ze(V))}}function we(V){var L=Ae(V)||m.props.trigger.indexOf("click")>=0&&i;if(!L){if(m.props.interactive){m.hideWithInteractivity(V);return}Ze(V)}}function ke(V){m.props.trigger.indexOf("focusin")<0&&V.target!==z()||m.props.interactive&&V.relatedTarget&&C.contains(V.relatedTarget)||Ze(V)}function Ae(V){return nr.isTouch?A()!==V.type.indexOf("touch")>=0:!1}function Oe(){ye();var V=m.props,L=V.popperOptions,O=V.placement,Y=V.offset,ee=V.getReferenceClientRect,se=V.moveTransition,Ne=D()?as(C).arrow:null,It=ee?{getBoundingClientRect:ee,contextElement:ee.contextElement||z()}:t,Jt={name:"$$tippy",enabled:!0,phase:"beforeWrite",requires:["computeStyles"],fn:function(wn){var He=wn.state;if(D()){var Rt=P(),Ol=Rt.box;["placement","reference-hidden","escaped"].forEach(function(br){br==="placement"?Ol.setAttribute("data-placement",He.placement):He.attributes.popper["data-popper-"+br]?Ol.setAttribute("data-"+br,""):Ol.removeAttribute("data-"+br)}),He.attributes.popper={}}}},Wn=[{name:"offset",options:{offset:Y}},{name:"preventOverflow",options:{padding:{top:2,bottom:2,left:5,right:5}}},{name:"flip",options:{padding:5}},{name:"computeStyles",options:{adaptive:!se}},Jt];D()&&Ne&&Wn.push({name:"arrow",options:{element:Ne,padding:3}}),Wn.push.apply(Wn,(L==null?void 0:L.modifiers)||[]),m.popperInstance=CA(It,C,Object.assign({},L,{placement:O,onFirstUpdate:h,modifiers:Wn}))}function ye(){m.popperInstance&&(m.popperInstance.destroy(),m.popperInstance=null)}function De(){var V=m.props.appendTo,L,O=z();m.props.interactive&&V===cy||V==="parent"?L=O.parentNode:L=dy(V,[O]),L.contains(C)||L.appendChild(C),m.state.isMounted=!0,Oe()}function Ie(){return ia(C.querySelectorAll("[data-tippy-root]"))}function Xe(V){m.clearDelayTimeouts(),V&&B("onTrigger",[m,V]),X();var L=I(!0),O=T(),Y=O[0],ee=O[1];nr.isTouch&&Y==="hold"&&ee&&(L=ee),L?o=setTimeout(function(){m.show()},L):m.show()}function Ze(V){if(m.clearDelayTimeouts(),B("onUntrigger",[m,V]),!m.state.isVisible){q();return}if(!(m.props.trigger.indexOf("mouseenter")>=0&&m.props.trigger.indexOf("click")>=0&&["mouseleave","mousemove"].indexOf(V.type)>=0&&i)){var L=I(!1);L?a=setTimeout(function(){m.state.isVisible&&m.hide()},L):l=requestAnimationFrame(function(){m.hide()})}}function ne(){m.state.isEnabled=!0}function Se(){m.hide(),m.state.isEnabled=!1}function Je(){clearTimeout(o),clearTimeout(a),cancelAnimationFrame(l)}function it(V){if(!m.state.isDestroyed){B("onBeforeUpdate",[m,V]),M();var L=m.props,O=Cy(t,Object.assign({},L,vy(V),{ignoreAttributes:!0}));m.props=O,$(),L.interactiveDebounce!==O.interactiveDebounce&&(U(),p=fy(ve,O.interactiveDebounce)),L.triggerTarget&&!O.triggerTarget?so(L.triggerTarget).forEach(function(Y){Y.removeAttribute("aria-expanded")}):O.triggerTarget&&t.removeAttribute("aria-expanded"),F(),R(),S&&S(L,O),m.popperInstance&&(Oe(),Ie().forEach(function(Y){requestAnimationFrame(Y._tippy.popperInstance.forceUpdate)})),B("onAfterUpdate",[m,V])}}function $e(V){m.setProps({content:V})}function mt(){var V=m.state.isVisible,L=m.state.isDestroyed,O=!m.state.isEnabled,Y=nr.isTouch&&!m.props.touch,ee=Wd(m.props.duration,0,Fn.duration);if(!(V||L||O||Y)&&!z().hasAttribute("disabled")&&(B("onShow",[m],!1),m.props.onShow(m)!==!1)){if(m.state.isVisible=!0,D()&&(C.style.visibility="visible"),R(),X(),m.state.isMounted||(C.style.transition="none"),D()){var se=P(),Ne=se.box,It=se.content;qd([Ne,It],0)}h=function(){var Wn;if(!(!m.state.isVisible||c)){if(c=!0,C.offsetHeight,C.style.transition=m.props.moveTransition,D()&&m.props.animation){var vo=P(),wn=vo.box,He=vo.content;qd([wn,He],ee),hl([wn,He],"visible")}_(),F(),py(Zd,m),(Wn=m.popperInstance)==null||Wn.forceUpdate(),B("onMount",[m]),m.props.animation&&D()&&G(ee,function(){m.state.isShown=!0,B("onShown",[m])})}},De()}}function Ke(){var V=!m.state.isVisible,L=m.state.isDestroyed,O=!m.state.isEnabled,Y=Wd(m.props.duration,1,Fn.duration);if(!(V||L||O)&&(B("onHide",[m],!1),m.props.onHide(m)!==!1)){if(m.state.isVisible=!1,m.state.isShown=!1,c=!1,i=!1,D()&&(C.style.visibility="hidden"),U(),q(),R(!0),D()){var ee=P(),se=ee.box,Ne=ee.content;m.props.animation&&(qd([se,Ne],Y),hl([se,Ne],"hidden"))}_(),F(),m.props.animation?D()&&Z(Y,m.unmount):m.unmount()}}function on(V){H().addEventListener("mousemove",p),py(ls,p),p(V)}function pe(){m.state.isVisible&&m.hide(),m.state.isMounted&&(ye(),Ie().forEach(function(V){V._tippy.unmount()}),C.parentNode&&C.parentNode.removeChild(C),Zd=Zd.filter(function(V){return V!==m}),m.state.isMounted=!1,B("onHidden",[m]))}function Ce(){m.state.isDestroyed||(m.clearDelayTimeouts(),m.unmount(),M(),delete t._tippy,m.state.isDestroyed=!0,B("onDestroy",[m]))}}function be(t,n){n===void 0&&(n={});var r=Fn.plugins.concat(n.plugins||[]);DA();var o=Object.assign({},n,{plugins:r}),a=BA(t),l=a.reduce(function(i,s){var u=s&&UA(s,o);return u&&i.push(u),i},[]);return os(t)?l[0]:l}be.defaultProps=Fn,be.setDefaultProps=zA,be.currentInput=nr;var WA=Object.assign({},Y0,{effect:function(n){var r=n.state,o={popper:{position:r.options.strategy,left:"0",top:"0",margin:"0"},arrow:{position:"absolute"},reference:{}};Object.assign(r.elements.popper.style,o.popper),r.styles=o,r.elements.arrow&&Object.assign(r.elements.arrow.style,o.arrow)}}),KA=function(n,r){var o;r===void 0&&(r={});var a=n,l=[],i=[],s,u=r.overrides,c=[],d=!1;function f(){i=a.map(function(m){return so(m.props.triggerTarget||m.reference)}).reduce(function(m,w){return m.concat(w)},[])}function h(){l=a.map(function(m){return m.reference})}function g(m){a.forEach(function(w){m?w.enable():w.disable()})}function p(m){return a.map(function(w){var C=w.setProps;return w.setProps=function(S){C(S),w.reference===s&&m.setProps(S)},function(){w.setProps=C}})}function v(m,w){var C=i.indexOf(w);if(w!==s){s=w;var S=(u||[]).concat("content").reduce(function(x,N){return x[N]=a[C].props[N],x},{});m.setProps(Object.assign({},S,{getReferenceClientRect:typeof S.getReferenceClientRect=="function"?S.getReferenceClientRect:function(){var x;return(x=l[C])==null?void 0:x.getBoundingClientRect()}}))}}g(!1),h(),f();var y={fn:function(){return{onDestroy:function(){g(!0)},onHidden:function(){s=null},onClickOutside:function(C){C.props.showOnCreate&&!d&&(d=!0,s=null)},onShow:function(C){C.props.showOnCreate&&!d&&(d=!0,v(C,l[0]))},onTrigger:function(C,S){v(C,S.currentTarget)}}}},b=be(uo(),Object.assign({},SA(r,["overrides"]),{plugins:[y].concat(r.plugins||[]),triggerTarget:i,popperOptions:Object.assign({},r.popperOptions,{modifiers:[].concat(((o=r.popperOptions)==null?void 0:o.modifiers)||[],[WA])})})),E=b.show;b.show=function(m){if(E(),!s&&m==null)return v(b,l[0]);if(!(s&&m==null)){if(typeof m=="number")return l[m]&&v(b,l[m]);if(a.indexOf(m)>=0){var w=m.reference;return v(b,w)}if(l.indexOf(m)>=0)return v(b,m)}},b.showNext=function(){var m=l[0];if(!s)return b.show(0);var w=l.indexOf(s);b.show(l[w+1]||m)},b.showPrevious=function(){var m=l[l.length-1];if(!s)return b.show(m);var w=l.indexOf(s),C=l[w-1]||m;b.show(C)};var k=b.setProps;return b.setProps=function(m){u=m.overrides||u,k(m)},b.setInstances=function(m){g(!0),c.forEach(function(w){return w()}),a=m,g(!1),h(),f(),c=p(b),b.setProps({triggerTarget:i})},c=p(b),b},YA={name:"animateFill",defaultValue:!1,fn:function(n){var r;if(!((r=n.props.render)!=null&&r.$$tippy))return{};var o=as(n.popper),a=o.box,l=o.content,i=n.props.animateFill?qA():null;return{onCreate:function(){i&&(a.insertBefore(i,a.firstElementChild),a.setAttribute("data-animatefill",""),a.style.overflow="hidden",n.setProps({arrow:!1,animation:"shift-away"}))},onMount:function(){if(i){var u=a.style.transitionDuration,c=Number(u.replace("ms",""));l.style.transitionDelay=Math.round(c/10)+"ms",i.style.transitionDuration=u,hl([i],"visible")}},onShow:function(){i&&(i.style.transitionDuration="0ms")},onHide:function(){i&&hl([i],"hidden")}}}};function qA(){var t=uo();return t.className=iy,hl([t],"hidden"),t}var Jd={clientX:0,clientY:0},is=[];function xy(t){var n=t.clientX,r=t.clientY;Jd={clientX:n,clientY:r}}function XA(t){t.addEventListener("mousemove",xy)}function GA(t){t.removeEventListener("mousemove",xy)}var ZA={name:"followCursor",defaultValue:!1,fn:function(n){var r=n.reference,o=my(n.props.triggerTarget||r),a=!1,l=!1,i=!0,s=n.props;function u(){return n.props.followCursor==="initial"&&n.state.isVisible}function c(){o.addEventListener("mousemove",h)}function d(){o.removeEventListener("mousemove",h)}function f(){a=!0,n.setProps({getReferenceClientRect:null}),a=!1}function h(v){var y=v.target?r.contains(v.target):!0,b=n.props.followCursor,E=v.clientX,k=v.clientY,m=r.getBoundingClientRect(),w=E-m.left,C=k-m.top;(y||!n.props.interactive)&&n.setProps({getReferenceClientRect:function(){var x=r.getBoundingClientRect(),N=E,T=k;b==="initial"&&(N=x.left+w,T=x.top+C);var A=b==="horizontal"?x.top:T,D=b==="vertical"?x.right:N,z=b==="horizontal"?x.bottom:T,H=b==="vertical"?x.left:N;return{width:D-H,height:z-A,top:A,right:D,bottom:z,left:H}}})}function g(){n.props.followCursor&&(is.push({instance:n,doc:o}),XA(o))}function p(){is=is.filter(function(v){return v.instance!==n}),is.filter(function(v){return v.doc===o}).length===0&&GA(o)}return{onCreate:g,onDestroy:p,onBeforeUpdate:function(){s=n.props},onAfterUpdate:function(y,b){var E=b.followCursor;a||E!==void 0&&s.followCursor!==E&&(p(),E?(g(),n.state.isMounted&&!l&&!u()&&c()):(d(),f()))},onMount:function(){n.props.followCursor&&!l&&(i&&(h(Jd),i=!1),u()||c())},onTrigger:function(y,b){Yd(b)&&(Jd={clientX:b.clientX,clientY:b.clientY}),l=b.type==="focus"},onHidden:function(){n.props.followCursor&&(f(),d(),i=!0)}}}};function JA(t,n){var r;return{popperOptions:Object.assign({},t.popperOptions,{modifiers:[].concat((((r=t.popperOptions)==null?void 0:r.modifiers)||[]).filter(function(o){var a=o.name;return a!==n.name}),[n])})}}var QA={name:"inlinePositioning",defaultValue:!1,fn:function(n){var r=n.reference;function o(){return!!n.props.inlinePositioning}var a,l=-1,i=!1,s=[],u={name:"tippyInlinePositioning",enabled:!0,phase:"afterWrite",fn:function(g){var p=g.state;o()&&(s.indexOf(p.placement)!==-1&&(s=[]),a!==p.placement&&s.indexOf(p.placement)===-1&&(s.push(p.placement),n.setProps({getReferenceClientRect:function(){return c(p.placement)}})),a=p.placement)}};function c(h){return $A(hy(h),r.getBoundingClientRect(),ia(r.getClientRects()),l)}function d(h){i=!0,n.setProps(h),i=!1}function f(){i||d(JA(n.props,u))}return{onCreate:f,onAfterUpdate:f,onTrigger:function(g,p){if(Yd(p)){var v=ia(n.reference.getClientRects()),y=v.find(function(E){return E.left-2<=p.clientX&&E.right+2>=p.clientX&&E.top-2<=p.clientY&&E.bottom+2>=p.clientY}),b=v.indexOf(y);l=b>-1?b:l}},onHidden:function(){l=-1}}}};function $A(t,n,r,o){if(r.length<2||t===null)return n;if(r.length===2&&o>=0&&r[0].left>r[1].right)return r[o]||n;switch(t){case"top":case"bottom":{var a=r[0],l=r[r.length-1],i=t==="top",s=a.top,u=l.bottom,c=i?a.left:l.left,d=i?a.right:l.right,f=d-c,h=u-s;return{top:s,bottom:u,left:c,right:d,width:f,height:h}}case"left":case"right":{var g=Math.min.apply(Math,r.map(function(C){return C.left})),p=Math.max.apply(Math,r.map(function(C){return C.right})),v=r.filter(function(C){return t==="left"?C.left===g:C.right===p}),y=v[0].top,b=v[v.length-1].bottom,E=g,k=p,m=k-E,w=b-y;return{top:y,bottom:b,left:E,right:k,width:m,height:w}}default:return n}}var MA={name:"sticky",defaultValue:!1,fn:function(n){var r=n.reference,o=n.popper;function a(){return n.popperInstance?n.popperInstance.state.elements.reference:r}function l(c){return n.props.sticky===!0||n.props.sticky===c}var i=null,s=null;function u(){var c=l("reference")?a().getBoundingClientRect():null,d=l("popper")?o.getBoundingClientRect():null;(c&&Ny(i,c)||d&&Ny(s,d))&&n.popperInstance&&n.popperInstance.update(),i=c,s=d,n.state.isMounted&&requestAnimationFrame(u)}return{onMount:function(){n.props.sticky&&u()}}}};function Ny(t,n){return t&&n?t.top!==n.top||t.right!==n.right||t.bottom!==n.bottom||t.left!==n.left:!0}be.setDefaultProps({render:Ey}),be.setDefaultProps({onShow:t=>{if(!t.props.content)return!1}});const e5=t=>t instanceof Object&&"$"in t&&"$el"in t;function Qd(t,n={},r={mount:!0,appName:"Tippy"}){r=Object.assign({mount:!0,appName:"Tippy"},r);const o=e.getCurrentInstance(),a=e.ref(),l=e.ref({isEnabled:!1,isVisible:!1,isDestroyed:!1,isMounted:!1,isShown:!1}),i=e.shallowRef();let s=null;const u=()=>s||(s=document.createDocumentFragment(),s),c=S=>{let x,N=e.isRef(S)?S.value:S;return e.isVNode(N)?(i.value||(i.value=e.createApp({name:r.appName,setup:()=>()=>e.isRef(S)?S.value:S}),o&&Object.assign(i.value._context,o.appContext),i.value.mount(u())),x=()=>u()):typeof N=="object"?(i.value||(i.value=e.createApp({name:r.appName,setup:()=>()=>e.h(e.isRef(S)?S.value:S)}),o&&Object.assign(i.value._context,o.appContext),i.value.mount(u())),x=()=>u()):x=N,x},d=S=>{let x={};return e.isRef(S)?x=S.value||{}:e.isReactive(S)?x={...S}:x={...S},x.content&&(x.content=c(x.content)),x.triggerTarget&&(x.triggerTarget=e.isRef(x.triggerTarget)?x.triggerTarget.value:x.triggerTarget),(!x.plugins||!Array.isArray(x.plugins))&&(x.plugins=[]),x.plugins=x.plugins.filter(N=>N.name!=="vueTippyReactiveState"),x.plugins.push({name:"vueTippyReactiveState",fn:()=>({onCreate(){l.value.isEnabled=!0},onMount(){l.value.isMounted=!0},onShow(){l.value.isMounted=!0,l.value.isVisible=!0},onShown(){l.value.isShown=!0},onHide(){l.value.isMounted=!1,l.value.isVisible=!1},onHidden(){l.value.isShown=!1},onUnmounted(){l.value.isMounted=!1},onDestroy(){l.value.isDestroyed=!0}})}),x},f=()=>{a.value&&a.value.setProps(d(n))},h=()=>{!a.value||!n.content||a.value.setContent(c(n.content))},g=S=>{var x;(x=a.value)===null||x===void 0||x.setContent(c(S))},p=S=>{var x;(x=a.value)===null||x===void 0||x.setProps(d(S))},v=()=>{var S;a.value&&(a.value.destroy(),a.value=void 0),s=null,(S=i.value)===null||S===void 0||S.unmount(),i.value=void 0},y=()=>{var S;(S=a.value)===null||S===void 0||S.show()},b=()=>{var S;(S=a.value)===null||S===void 0||S.hide()},E=()=>{var S;(S=a.value)===null||S===void 0||S.disable(),l.value.isEnabled=!1},k=()=>{var S;(S=a.value)===null||S===void 0||S.enable(),l.value.isEnabled=!0},m=()=>{var S;(S=a.value)===null||S===void 0||S.unmount()},w=()=>{if(!t)return;let S=e.isRef(t)?t.value:t;typeof S=="function"&&(S=S()),e5(S)&&(S=S.$el),S&&(a.value=be(S,d(n)),S.$tippy=C)},C={tippy:a,refresh:f,refreshContent:h,setContent:g,setProps:p,destroy:v,hide:b,show:y,disable:E,enable:k,unmount:m,mount:w,state:l};return r.mount&&(o?o.isMounted?w():e.onMounted(w):w()),o&&e.onUnmounted(()=>{v()}),e.isRef(n)||e.isReactive(n)?e.watch(n,f,{immediate:!1}):e.isRef(n.content)&&e.watch(n.content,h,{immediate:!1}),C}function t5(t,n){const r=e.ref();return e.onMounted(()=>{const a=(Array.isArray(t)?t.map(l=>l.value):typeof t=="function"?t():t.value).map(l=>l instanceof Element?l._tippy:l).filter(Boolean);r.value=KA(a,n?{allowHTML:!0,...n}:{allowHTML:!0})}),{singleton:r}}function n5(t){return typeof t=="function"?t():e.unref(t)}function r5(t){var n,r;const o=n5(t);return(r=(n=o)===null||n===void 0?void 0:n.$el)!==null&&r!==void 0?r:o}e.defineComponent({props:{to:{type:[String,Function]},tag:{type:[String,Object],default:"span"},contentTag:{type:[String,Object],default:"span"},contentClass:{type:String,default:null},appendTo:{default:()=>be.defaultProps.appendTo},aria:{default:()=>be.defaultProps.aria},delay:{default:()=>be.defaultProps.delay},duration:{default:()=>be.defaultProps.duration},getReferenceClientRect:{default:()=>be.defaultProps.getReferenceClientRect},hideOnClick:{type:[Boolean,String],default:()=>be.defaultProps.hideOnClick},ignoreAttributes:{type:Boolean,default:()=>be.defaultProps.ignoreAttributes},interactive:{type:Boolean,default:()=>be.defaultProps.interactive},interactiveBorder:{default:()=>be.defaultProps.interactiveBorder},interactiveDebounce:{default:()=>be.defaultProps.interactiveDebounce},moveTransition:{default:()=>be.defaultProps.moveTransition},offset:{default:()=>be.defaultProps.offset},onAfterUpdate:{default:()=>be.defaultProps.onAfterUpdate},onBeforeUpdate:{default:()=>be.defaultProps.onBeforeUpdate},onCreate:{default:()=>be.defaultProps.onCreate},onDestroy:{default:()=>be.defaultProps.onDestroy},onHidden:{default:()=>be.defaultProps.onHidden},onHide:{default:()=>be.defaultProps.onHide},onMount:{default:()=>be.defaultProps.onMount},onShow:{default:()=>be.defaultProps.onShow},onShown:{default:()=>be.defaultProps.onShown},onTrigger:{default:()=>be.defaultProps.onTrigger},onUntrigger:{default:()=>be.defaultProps.onUntrigger},onClickOutside:{default:()=>be.defaultProps.onClickOutside},placement:{default:()=>be.defaultProps.placement},plugins:{default:()=>be.defaultProps.plugins},popperOptions:{default:()=>be.defaultProps.popperOptions},render:{default:()=>be.defaultProps.render},showOnCreate:{type:Boolean,default:()=>be.defaultProps.showOnCreate},touch:{type:[Boolean,String,Array],default:()=>be.defaultProps.touch},trigger:{default:()=>be.defaultProps.trigger},triggerTarget:{default:()=>be.defaultProps.triggerTarget},animateFill:{type:Boolean,default:()=>be.defaultProps.animateFill},followCursor:{type:[Boolean,String],default:()=>be.defaultProps.followCursor},inlinePositioning:{type:Boolean,default:()=>be.defaultProps.inlinePositioning},sticky:{type:[Boolean,String],default:()=>be.defaultProps.sticky},allowHTML:{type:Boolean,default:()=>be.defaultProps.allowHTML},animation:{default:()=>be.defaultProps.animation},arrow:{default:()=>be.defaultProps.arrow},content:{default:()=>be.defaultProps.content},inertia:{default:()=>be.defaultProps.inertia},maxWidth:{default:()=>be.defaultProps.maxWidth},role:{default:()=>be.defaultProps.role},theme:{default:()=>be.defaultProps.theme},zIndex:{default:()=>be.defaultProps.zIndex}},emits:["state"],setup(t,{slots:n,emit:r,expose:o}){const a=e.ref(),l=e.ref(),i=e.ref(),s=e.ref(!1),u=()=>{let g={...t};for(const p of["to","tag","contentTag","contentClass"])g.hasOwnProperty(p)&&delete g[p];return g};let c=()=>r5(a);t.to&&(typeof Element<"u"&&t.to instanceof Element?c=()=>t.to:t.to==="parent"?c=()=>{let g=a.value;return g||(g=a.value=l.value.parentElement),g}:(typeof t.to=="string"||t.to instanceof String)&&(c=()=>document.querySelector(t.to)));const d=Qd(c,u());let f=n.content;!f&&t.to==="parent"&&(f=n.default),e.onMounted(()=>{s.value=!0,e.nextTick(()=>{f&&d.setContent(()=>i.value)})}),e.watch(d.state,()=>{r("state",e.unref(d.state))},{immediate:!0,deep:!0}),e.watch(()=>t,()=>{d.setProps(u()),f&&d.setContent(()=>i.value)},{deep:!0});let h=e.reactive({elem:a,contentElem:i,mounted:s,...d});return o(h),()=>{const g=(typeof t.contentTag=="string",t.contentTag),p=f?e.h(g,{ref:i,style:{display:s.value?"inherit":"none"},class:t.contentClass},f(h)):null;if(t.to==="parent"){const b=[];if(!a.value){const E=e.h("span",{ref:l,"data-v-tippy":"",style:{display:"none"}});b.push(E)}return p&&b.push(p),b}const v=n.default?n.default(h):[];if(!t.tag){const b=e.h(v[0],{ref:a,"data-v-tippy":""});return p?[b,p]:b}const y=(typeof t.tag=="string",t.tag);return e.h(y,{ref:a,"data-v-tippy":""},p?[v,p]:v)}}});const o5=["a11y","allowHTML","arrow","flip","flipOnUpdate","hideOnClick","ignoreAttributes","inertia","interactive","lazy","multiple","showOnInit","touch","touchHold"];let $d={};Object.keys(be.defaultProps).forEach(t=>{o5.includes(t)?$d[t]={type:Boolean,default:function(){return be.defaultProps[t]}}:$d[t]={default:function(){return be.defaultProps[t]}}}),e.defineComponent({props:$d,setup(t){const n=e.ref([]),{singleton:r}=t5(n,t);return{instances:n,singleton:r}},mounted(){var t;const r=this.$el.parentElement.querySelectorAll("[data-v-tippy]");this.instances=Array.from(r).map(o=>o._tippy).filter(Boolean),(t=this.singleton)===null||t===void 0||t.setInstances(this.instances)},render(){let t=this.$slots.default?this.$slots.default():[];return e.h(()=>t)}});const a5={mounted(t,n,r){const o=typeof n.value=="string"?{content:n.value}:n.value||{},a=Object.keys(n.modifiers||{}),l=a.find(s=>s!=="arrow"),i=a.findIndex(s=>s==="arrow")!==-1;l&&(o.placement=o.placement||l),i&&(o.arrow=o.arrow!==void 0?o.arrow:!0),r.props&&r.props.onTippyShow&&(o.onShow=function(...s){var u;return(u=r.props)===null||u===void 0?void 0:u.onTippyShow(...s)}),r.props&&r.props.onTippyShown&&(o.onShown=function(...s){var u;return(u=r.props)===null||u===void 0?void 0:u.onTippyShown(...s)}),r.props&&r.props.onTippyHidden&&(o.onHidden=function(...s){var u;return(u=r.props)===null||u===void 0?void 0:u.onTippyHidden(...s)}),r.props&&r.props.onTippyHide&&(o.onHide=function(...s){var u;return(u=r.props)===null||u===void 0?void 0:u.onTippyHide(...s)}),r.props&&r.props.onTippyMount&&(o.onMount=function(...s){var u;return(u=r.props)===null||u===void 0?void 0:u.onTippyMount(...s)}),t.getAttribute("title")&&!o.content&&(o.content=t.getAttribute("title"),t.removeAttribute("title")),t.getAttribute("content")&&!o.content&&(o.content=t.getAttribute("content")),Qd(t,o)},unmounted(t){t.$tippy?t.$tippy.destroy():t._tippy&&t._tippy.destroy()},updated(t,n){const r=typeof n.value=="string"?{content:n.value}:n.value||{};t.getAttribute("title")&&!r.content&&(r.content=t.getAttribute("title"),t.removeAttribute("title")),t.getAttribute("content")&&!r.content&&(r.content=t.getAttribute("content")),t.$tippy?t.$tippy.setProps(r||{}):t._tippy&&t._tippy.setProps(r||{})}},l5=be.setDefaultProps;l5({ignoreAttributes:!0,plugins:[MA,QA,ZA,YA]});const i5={xmlns:"http://www.w3.org/2000/svg",width:"32",height:"32",viewBox:"0 0 1024 1024"};function s5(t,n){return e.openBlock(),e.createElementBlock("svg",i5,n[0]||(n[0]=[e.createElementVNode("path",{fill:"currentColor",d:"M168 504.2c1-43.7 10-86.1 26.9-126 17.3-41 42.1-77.7 73.7-109.4S337 212.3 378 195c42.4-17.9 87.4-27 133.9-27s91.5 9.1 133.8 27A341.5 341.5 0 0 1 755 268.8c9.9 9.9 19.2 20.4 27.8 31.4l-60.2 47a8 8 0 0 0 3 14.1l175.7 43c5 1.2 9.9-2.6 9.9-7.7l.8-180.9c0-6.7-7.7-10.5-12.9-6.3l-56.4 44.1C765.8 155.1 646.2 92 511.8 92 282.7 92 96.3 275.6 92 503.8a8 8 0 0 0 8 8.2h60c4.4 0 7.9-3.5 8-7.8m756 7.8h-60c-4.4 0-7.9 3.5-8 7.8-1 43.7-10 86.1-26.9 126-17.3 41-42.1 77.8-73.7 109.4A342.45 342.45 0 0 1 512.1 856a342.24 342.24 0 0 1-243.2-100.8c-9.9-9.9-19.2-20.4-27.8-31.4l60.2-47a8 8 0 0 0-3-14.1l-175.7-43c-5-1.2-9.9 2.6-9.9 7.7l-.7 181c0 6.7 7.7 10.5 12.9 6.3l56.4-44.1C258.2 868.9 377.8 932 512.2 932c229.2 0 415.5-183.7 419.8-411.8a8 8 0 0 0-8-8.2"},null,-1)]))}const u5={render:s5},c5={xmlns:"http://www.w3.org/2000/svg",width:"32",height:"32",viewBox:"0 0 1024 1024"};function d5(t,n){return e.openBlock(),e.createElementBlock("svg",c5,n[0]||(n[0]=[e.createElementVNode("path",{fill:"currentColor",d:"M400 317.7h73.9V656c0 4.4 3.6 8 8 8h60c4.4 0 8-3.6 8-8V317.7H624c6.7 0 10.4-7.7 6.3-12.9L518.3 163a8 8 0 0 0-12.6 0l-112 141.7c-4.1 5.3-.4 13 6.3 13M878 626h-60c-4.4 0-8 3.6-8 8v154H214V634c0-4.4-3.6-8-8-8h-60c-4.4 0-8 3.6-8 8v198c0 17.7 14.3 32 32 32h684c17.7 0 32-14.3 32-32V634c0-4.4-3.6-8-8-8"},null,-1)]))}const f5={render:d5},p5={xmlns:"http://www.w3.org/2000/svg",width:"32",height:"32",class:"icon",viewBox:"0 0 1024 1024"};function h5(t,n){return e.openBlock(),e.createElementBlock("svg",p5,n[0]||(n[0]=[e.createElementVNode("path",{d:"m296.992 216.992-272 272L3.008 512l21.984 23.008 272 272 46.016-46.016L126.016 544h772L680.992 760.992l46.016 46.016 272-272L1020.992 512l-21.984-23.008-272-272-46.048 46.048L898.016 480h-772l216.96-216.992z"},null,-1)]))}const v5={render:h5},m5={xmlns:"http://www.w3.org/2000/svg",width:"32",height:"32",class:"icon",viewBox:"0 0 1024 1024"};function g5(t,n){return e.openBlock(),e.createElementBlock("svg",m5,n[0]||(n[0]=[e.createElementVNode("path",{d:"m512 67.008-23.008 21.984-256 256 46.048 46.048L480 190.016v644L279.008 632.96l-46.048 46.08 256 256 23.008 21.984 23.008-21.984 256-256-46.016-46.016L544 834.016v-644l200.992 200.96 46.016-45.984-256-256z"},null,-1)]))}const y5={render:g5},b5={xmlns:"http://www.w3.org/2000/svg",width:"32",height:"32",viewBox:"0 0 1024 1024"};function w5(t,n){return e.openBlock(),e.createElementBlock("svg",b5,n[0]||(n[0]=[e.createElementVNode("path",{fill:"currentColor",d:"M868 545.5 536.1 163a31.96 31.96 0 0 0-48.3 0L156 545.5a7.97 7.97 0 0 0 6 13.2h81c4.6 0 9-2 12.1-5.5L474 300.9V864c0 4.4 3.6 8 8 8h60c4.4 0 8-3.6 8-8V300.9l218.9 252.3c3 3.5 7.4 5.5 12.1 5.5h81c6.8 0 10.5-8 6-13.2"},null,-1)]))}const _y={render:w5},C5={xmlns:"http://www.w3.org/2000/svg",width:"32",height:"32",class:"icon",viewBox:"0 0 1024 1024"};function k5(t,n){return e.openBlock(),e.createElementBlock("svg",C5,n[0]||(n[0]=[e.createStaticVNode('<path d="M956.8 988.8H585.6c-16 0-25.6-9.6-25.6-28.8V576c0-16 9.6-28.8 25.6-28.8h371.2c16 0 25.6 9.6 25.6 28.8v384c0 16-9.6 28.8-25.6 28.8M608 937.6h326.4V598.4H608zm-121.6 44.8C262.4 982.4 144 848 144 595.2c0-19.2 9.6-28.8 25.6-28.8s25.6 12.8 25.6 28.8c0 220.8 96 326.4 288 326.4 16 0 25.6 12.8 25.6 28.8s-6.4 32-22.4 32"></path><path d="M262.4 694.4c-6.4 0-9.6-3.2-16-6.4L160 601.6c-9.6-9.6-9.6-22.4 0-28.8s22.4-9.6 28.8 0l86.4 86.4c9.6 9.6 9.6 22.4 0 28.8-3.2 3.2-6.4 6.4-12.8 6.4"></path><path d="M86.4 694.4c-6.4 0-9.6-3.2-16-6.4-9.6-9.6-9.6-22.4 0-28.8l86.4-86.4c9.6-9.6 22.4-9.6 28.8 0 9.6 9.6 9.6 22.4 0 28.8L99.2 688c-3.2 3.2-6.4 6.4-12.8 6.4m790.4-249.6c-16 0-28.8-12.8-28.8-32 0-224-99.2-336-300.8-336-16 0-28.8-12.8-28.8-32s9.6-32 28.8-32c233.6 0 355.2 137.6 355.2 396.8 0 22.4-9.6 35.2-25.6 35.2"></path><path d="M876.8 448c-6.4 0-9.6-3.2-16-6.4l-86.4-86.4c-9.6-9.6-9.6-22.4 0-28.8s22.4-9.6 28.8 0l86.4 86.4c9.6 9.6 9.6 22.4 0 28.8 0 3.2-6.4 6.4-12.8 6.4"></path><path d="M876.8 448c-6.4 0-9.6-3.2-16-6.4-9.6-9.6-9.6-22.4 0-28.8l86.4-86.4c9.6-9.6 22.4-9.6 28.8 0s9.6 22.4 0 28.8l-86.4 86.4c-3.2 3.2-6.4 6.4-12.8 6.4M288 524.8C156.8 524.8 48 416 48 278.4S156.8 35.2 288 35.2 528 144 528 281.6 419.2 524.8 288 524.8m-3.2-432c-99.2 0-179.2 83.2-179.2 185.6S185.6 464 284.8 464 464 380.8 464 278.4 384 92.8 284.8 92.8"></path>',5)]))}const S5={render:k5},E5={xmlns:"http://www.w3.org/2000/svg",width:"32",height:"32",viewBox:"0 0 1024 1024"};function x5(t,n){return e.openBlock(),e.createElementBlock("svg",E5,n[0]||(n[0]=[e.createElementVNode("path",{fill:"currentColor",d:"M862 465.3h-81c-4.6 0-9 2-12.1 5.5L550 723.1V160c0-4.4-3.6-8-8-8h-60c-4.4 0-8 3.6-8 8v563.1L255.1 470.8c-3-3.5-7.4-5.5-12.1-5.5h-81c-6.8 0-10.5 8.1-6 13.2L487.9 861a31.96 31.96 0 0 0 48.3 0L868 478.5c4.5-5.2.8-13.2-6-13.2"},null,-1)]))}const By={render:x5},N5={xmlns:"http://www.w3.org/2000/svg",width:"32",height:"32",viewBox:"0 0 1024 1024"};function _5(t,n){return e.openBlock(),e.createElementBlock("svg",N5,n[0]||(n[0]=[e.createElementVNode("path",{fill:"currentColor",d:"M872 474H286.9l350.2-304c5.6-4.9 2.2-14-5.2-14h-88.5c-3.9 0-7.6 1.4-10.5 3.9L155 487.8a31.96 31.96 0 0 0 0 48.3L535.1 866c1.5 1.3 3.3 2 5.2 2h91.5c7.4 0 10.8-9.2 5.2-14L286.9 550H872c4.4 0 8-3.6 8-8v-60c0-4.4-3.6-8-8-8"},null,-1)]))}const B5={render:_5},V5={xmlns:"http://www.w3.org/2000/svg",width:"32",height:"32",viewBox:"0 0 1024 1024"};function T5(t,n){return e.openBlock(),e.createElementBlock("svg",V5,n[0]||(n[0]=[e.createElementVNode("path",{fill:"currentColor",d:"M505.7 661a8 8 0 0 0 12.6 0l112-141.7c4.1-5.2.4-12.9-6.3-12.9h-74.1V168c0-4.4-3.6-8-8-8h-60c-4.4 0-8 3.6-8 8v338.3H400c-6.7 0-10.4 7.7-6.3 12.9zM878 626h-60c-4.4 0-8 3.6-8 8v154H214V634c0-4.4-3.6-8-8-8h-60c-4.4 0-8 3.6-8 8v198c0 17.7 14.3 32 32 32h684c17.7 0 32-14.3 32-32V634c0-4.4-3.6-8-8-8"},null,-1)]))}const O5={render:T5},D5={xmlns:"http://www.w3.org/2000/svg",width:"32",height:"32",viewBox:"0 0 1024 1024"};function P5(t,n){return e.openBlock(),e.createElementBlock("svg",D5,n[0]||(n[0]=[e.createElementVNode("path",{fill:"currentColor",d:"M869 487.8 491.2 159.9c-2.9-2.5-6.6-3.9-10.5-3.9h-88.5c-7.4 0-10.8 9.2-5.2 14l350.2 304H152c-4.4 0-8 3.6-8 8v60c0 4.4 3.6 8 8 8h585.1L386.9 854c-5.6 4.9-2.2 14 5.2 14h91.5c1.9 0 3.8-.7 5.2-2L869 536.2a32.07 32.07 0 0 0 0-48.4"},null,-1)]))}const I5={render:P5},R5={xmlns:"http://www.w3.org/2000/svg",width:"32",height:"32",viewBox:"0 0 1024 1024"};function A5(t,n){return e.openBlock(),e.createElementBlock("svg",R5,n[0]||(n[0]=[e.createElementVNode("path",{fill:"currentColor",d:"M672 418H144c-17.7 0-32 14.3-32 32v414c0 17.7 14.3 32 32 32h528c17.7 0 32-14.3 32-32V450c0-17.7-14.3-32-32-32m-44 402H188V494h440z"},null,-1),e.createElementVNode("path",{fill:"currentColor",d:"M819.3 328.5c-78.8-100.7-196-153.6-314.6-154.2l-.2-64c0-6.5-7.6-10.1-12.6-6.1l-128 101c-4 3.1-3.9 9.1 0 12.3L492 318.6c5.1 4 12.7.4 12.6-6.1v-63.9c12.9.1 25.9.9 38.8 2.5 42.1 5.2 82.1 18.2 119 38.7 38.1 21.2 71.2 49.7 98.4 84.3 27.1 34.7 46.7 73.7 58.1 115.8 11 40.7 14 82.7 8.9 124.8-.7 5.4-1.4 10.8-2.4 16.1h74.9c14.8-103.6-11.3-213-81-302.3"},null,-1)]))}const L5={render:A5},z5={xmlns:"http://www.w3.org/2000/svg",width:"32",height:"32",viewBox:"0 0 1024 1024"};function F5(t,n){return e.openBlock(),e.createElementBlock("svg",z5,n[0]||(n[0]=[e.createElementVNode("path",{fill:"currentColor",d:"M637 443H519V309c0-4.4-3.6-8-8-8h-60c-4.4 0-8 3.6-8 8v134H325c-4.4 0-8 3.6-8 8v60c0 4.4 3.6 8 8 8h118v134c0 4.4 3.6 8 8 8h60c4.4 0 8-3.6 8-8V519h118c4.4 0 8-3.6 8-8v-60c0-4.4-3.6-8-8-8m284 424L775 721c122.1-148.9 113.6-369.5-26-509-148-148.1-388.4-148.1-537 0-148.1 148.6-148.1 389 0 537 139.5 139.6 360.1 148.1 509 26l146 146c3.2 2.8 8.3 2.8 11 0l43-43c2.8-2.7 2.8-7.8 0-11M696 696c-118.8 118.7-311.2 118.7-430 0-118.7-118.8-118.7-311.2 0-430 118.8-118.7 311.2-118.7 430 0 118.7 118.8 118.7 311.2 0 430"},null,-1)]))}const j5={render:F5},H5={xmlns:"http://www.w3.org/2000/svg",width:"32",height:"32",viewBox:"0 0 1024 1024"};function U5(t,n){return e.openBlock(),e.createElementBlock("svg",H5,n[0]||(n[0]=[e.createElementVNode("path",{fill:"currentColor",d:"M480.5 251.2c13-1.6 25.9-2.4 38.8-2.5v63.9c0 6.5 7.5 10.1 12.6 6.1L660 217.6c4-3.2 4-9.2 0-12.3l-128-101c-5.1-4-12.6-.4-12.6 6.1l-.2 64c-118.6.5-235.8 53.4-314.6 154.2-69.6 89.2-95.7 198.6-81.1 302.4h74.9c-.9-5.3-1.7-10.7-2.4-16.1-5.1-42.1-2.1-84.1 8.9-124.8 11.4-42.2 31-81.1 58.1-115.8 27.2-34.7 60.3-63.2 98.4-84.3 37-20.6 76.9-33.6 119.1-38.8"},null,-1),e.createElementVNode("path",{fill:"currentColor",d:"M880 418H352c-17.7 0-32 14.3-32 32v414c0 17.7 14.3 32 32 32h528c17.7 0 32-14.3 32-32V450c0-17.7-14.3-32-32-32m-44 402H396V494h440z"},null,-1)]))}const W5={render:U5},K5={xmlns:"http://www.w3.org/2000/svg",width:"32",height:"32",viewBox:"0 0 1024 1024"};function Y5(t,n){return e.openBlock(),e.createElementBlock("svg",K5,n[0]||(n[0]=[e.createElementVNode("path",{fill:"currentColor",d:"M637 443H325c-4.4 0-8 3.6-8 8v60c0 4.4 3.6 8 8 8h312c4.4 0 8-3.6 8-8v-60c0-4.4-3.6-8-8-8m284 424L775 721c122.1-148.9 113.6-369.5-26-509-148-148.1-388.4-148.1-537 0-148.1 148.6-148.1 389 0 537 139.5 139.6 360.1 148.1 509 26l146 146c3.2 2.8 8.3 2.8 11 0l43-43c2.8-2.7 2.8-7.8 0-11M696 696c-118.8 118.7-311.2 118.7-430 0-118.7-118.8-118.7-311.2 0-430 118.8-118.7 311.2-118.7 430 0 118.7 118.8 118.7 311.2 0 430"},null,-1)]))}const q5={render:Y5},X5={aspectRatio:1,zoomable:!0,zoomOnTouch:!0,zoomOnWheel:!0,cropBoxMovable:!0,cropBoxResizable:!0,toggleDragModeOnDblclick:!0,autoCrop:!0,background:!0,highlight:!0,center:!0,responsive:!0,restore:!0,checkCrossOrigin:!0,checkOrientation:!0,scalable:!0,modal:!0,guides:!0,movable:!0,rotatable:!0},G5={src:{type:String,required:!0},alt:{type:String},circled:{type:Boolean,default:!1},isClose:{type:Boolean,default:!0},realTimePreview:{type:Boolean,default:!0},height:{type:[String,Number],default:"360px"},crossorigin:{type:String,default:void 0},imageStyle:{type:Object,default:()=>({})},options:{type:Object,default:()=>({})}};Ys(e.defineComponent({name:"ReCropper",props:G5,setup(t,{attrs:n,emit:r}){const o=e.ref(),a=e.ref(),l=e.ref(),i=e.ref(t.circled),s=e.ref(t.isClose),u=e.ref(t.src),c=e.ref(!1),d=e.ref();let f=1,h=1;const g=jf(k,80),p=e.computed(()=>({height:t.height,maxWidth:"100%",...t.imageStyle})),v=e.computed(()=>[n.class,{"re-circled":i.value}]),y=e.computed(()=>["p-[6px]","h-[30px]","w-[30px]","outline-none","rounded-[4px]","cursor-pointer","hover:bg-[rgba(0,0,0,0.06)]"]),b=e.computed(()=>({height:`${t.height}`.replace(/px/,"")+"px"}));e.onMounted(E),e.onUnmounted(()=>{var T;(T=l.value)==null||T.destroy(),c.value=!1,l.value=null,d.value="",f=1,h=1}),Iw(o,()=>C("reset"));async function E(){const T=e.unref(a);T&&(l.value=new j0(T,{...X5,ready:()=>{c.value=!0,k(),Ks(400).then(()=>r("readied",l.value))},crop(){g()},zoom(){g()},cropmove(){g()},...t.options}))}function k(){t.realTimePreview&&m()}function m(){if(!l.value)return;(i.value?w():l.value.getCroppedCanvas()).toBlob(A=>{if(!A)return;const D=new FileReader;D.readAsDataURL(A),D.onloadend=z=>{var H;!((H=z.target)!=null&&H.result)||!A||(d.value=z.target.result,r("cropper",{base64:z.target.result,blob:A,info:{size:A.size,...l.value.getData()}}))},D.onerror=()=>{r("error")}})}function w(){const T=l.value.getCroppedCanvas(),A=document.createElement("canvas"),D=A.getContext("2d"),z=T.width,H=T.height;return A.width=z,A.height=H,D.imageSmoothingEnabled=!0,D.drawImage(T,0,0,z,H),D.globalCompositeOperation="destination-in",D.beginPath(),D.arc(z/2,H/2,Math.min(z,H)/2,0,2*Math.PI,!0),D.fill(),A}function C(T,A){var D,z,H,P;T==="scaleX"&&(f=A=f===-1?1:-1),T==="scaleY"&&(h=A=h===-1?1:-1),A&&Us(A)?(z=(D=l.value)==null?void 0:D[T])==null||z.call(D,...A):(P=(H=l.value)==null?void 0:H[T])==null||P.call(H,A)}function S(T){const A=new FileReader;return A.readAsDataURL(T),u.value="",A.onload=D=>{var z;u.value=(z=D.target)==null?void 0:z.result},A.onloadend=()=>{E()},!1}const x=e.defineComponent({directives:{tippy:a5,longpress:mR},setup(){return()=>e.createVNode("div",{class:"flex flex-wrap w-[60px] justify-between"},[e.createVNode(qi,{accept:"image/*","show-file-list":!1,"before-upload":S},{default:()=>[e.withDirectives(e.createVNode(f5,{class:y.value},null),[[e.resolveDirective("tippy"),{content:"上传",placement:"left-start"}]])]}),e.withDirectives(e.createVNode(O5,{class:y.value,onClick:()=>Ew(d.value,"cropping.png")},null),[[e.resolveDirective("tippy"),{content:"下载",placement:"right-start"}]]),e.withDirectives(e.createVNode(S5,{class:y.value,onClick:()=>{i.value=!i.value,k()}},null),[[e.resolveDirective("tippy"),{content:"圆形、矩形裁剪",placement:"left-start"}]]),e.withDirectives(e.createVNode(u5,{class:y.value,onClick:()=>C("reset")},null),[[e.resolveDirective("tippy"),{content:"重置",placement:"right-start"}]]),e.withDirectives(e.createVNode(_y,{class:y.value},null),[[e.resolveDirective("tippy"),{content:"上移(可长按)",placement:"left-start"}],[e.resolveDirective("longpress"),()=>C("move",[0,-10]),"0:100"]]),e.withDirectives(e.createVNode(By,{class:y.value},null),[[e.resolveDirective("tippy"),{content:"下移(可长按)",placement:"right-start"}],[e.resolveDirective("longpress"),()=>C("move",[0,10]),"0:100"]]),e.withDirectives(e.createVNode(B5,{class:y.value},null),[[e.resolveDirective("tippy"),{content:"左移(可长按)",placement:"left-start"}],[e.resolveDirective("longpress"),()=>C("move",[-10,0]),"0:100"]]),e.withDirectives(e.createVNode(I5,{class:y.value},null),[[e.resolveDirective("tippy"),{content:"右移(可长按)",placement:"right-start"}],[e.resolveDirective("longpress"),()=>C("move",[10,0]),"0:100"]]),e.withDirectives(e.createVNode(v5,{class:y.value,onClick:()=>C("scaleX",-1)},null),[[e.resolveDirective("tippy"),{content:"水平翻转",placement:"left-start"}]]),e.withDirectives(e.createVNode(y5,{class:y.value,onClick:()=>C("scaleY",-1)},null),[[e.resolveDirective("tippy"),{content:"垂直翻转",placement:"right-start"}]]),e.withDirectives(e.createVNode(L5,{class:y.value,onClick:()=>C("rotate",-45)},null),[[e.resolveDirective("tippy"),{content:"逆时针旋转",placement:"left-start"}]]),e.withDirectives(e.createVNode(W5,{class:y.value,onClick:()=>C("rotate",45)},null),[[e.resolveDirective("tippy"),{content:"顺时针旋转",placement:"right-start"}]]),e.withDirectives(e.createVNode(j5,{class:y.value},null),[[e.resolveDirective("tippy"),{content:"放大(可长按)",placement:"left-start"}],[e.resolveDirective("longpress"),()=>C("zoom",.1),"0:100"]]),e.withDirectives(e.createVNode(q5,{class:y.value},null),[[e.resolveDirective("tippy"),{content:"缩小(可长按)",placement:"right-start"}],[e.resolveDirective("longpress"),()=>C("zoom",-.1),"0:100"]])])}});function N(T){T.preventDefault();const{show:A,setProps:D,destroy:z,state:H}=Qd(o,{content:x,arrow:!1,theme:"light",trigger:"manual",interactive:!0,appendTo:"parent",placement:"bottom-end"});if(D({getReferenceClientRect:()=>({width:0,height:0,top:T.clientY,bottom:T.clientY,left:T.clientX,right:T.clientX})}),A(),s.value){if(!H.value.isShown&&!H.value.isVisible)return;Mi(o,"click",z)}}return{inSrc:u,props:t,imgElRef:a,tippyElRef:o,getClass:v,getWrapperStyle:b,getImageStyle:p,isReady:c,croppered:m,onContextmenu:N}},render(){const{inSrc:t,isReady:n,getClass:r,getImageStyle:o,onContextmenu:a,getWrapperStyle:l}=this,{alt:i,crossorigin:s}=this.props;return t?e.createVNode("div",{ref:"tippyElRef",class:r,style:l,onContextmenu:u=>a(u)},[e.withDirectives(e.createVNode("img",{ref:"imgElRef",style:o,src:t,alt:i,crossorigin:s},null),[[e.vShow,n]])]):null}}));const Z5={name:"ReDatePicker"},ss=e.defineComponent({...Z5,props:["modelValue","startValue","endValue"],emits:["update:model-value","update:start-value","update:end-value","change"],setup(t,{emit:n}){const r=t,o=n,a=e.useAttrs(),l=e.ref(),i=a.type.includes("range");e.watch(r,u=>{i?l.value=[u.startValue,u.endValue]:l.value=u.modelValue},{immediate:!0,deep:!0});function s(u){i?(o("update:start-value",u==null?void 0:u[0]),o("update:end-value",u==null?void 0:u[1])):o("update:model-value",u),o("change",u)}return(u,c)=>(e.openBlock(),e.createBlock(e.unref(YT),e.mergeProps({modelValue:l.value,"onUpdate:modelValue":c[0]||(c[0]=d=>l.value=d)},u.$attrs,{onChange:s}),null,16,["modelValue"]))}}),J5={name:"ReTimePicker"},us=e.defineComponent({...J5,props:["modelValue","startValue","endValue"],emits:["update:model-value","update:start-value","update:end-value","change"],setup(t,{emit:n}){const r=t,o=n,a=e.useAttrs(),l=e.ref(),i=a.type.includes("range");i?l.value=[r.startValue,r.endValue]:l.value=r.modelValue,e.watch(r,u=>{i?l.value=[u.startValue,u.endValue]:l.value=u.modelValue},{immediate:!0,deep:!0});function s(u){i?(o("update:start-value",u==null?void 0:u[0]),o("update:end-value",u==null?void 0:u[1])):o("update:model-value",u),o("change",u)}return(u,c)=>(e.openBlock(),e.createBlock(e.unref(mT),e.mergeProps({modelValue:l.value,"onUpdate:modelValue":c[0]||(c[0]=d=>l.value=d)},u.$attrs,{"arrow-control":"",onChange:s}),null,16,["modelValue"]))}}),Q5={key:0},$5=["innerHTML"],M5={key:1},eL=["v-slot"],tL=["innerHTML"],nL={key:1},rL={name:"ReDocument"},oL=e.defineComponent({...rL,props:{dataList:{},columns:{}},setup(t){const n=t;return(r,o)=>(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(n.dataList,(a,l)=>(e.openBlock(),e.createElementBlock("div",{key:l},[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(n.columns,(i,s)=>(e.openBlock(),e.createElementBlock("div",{key:s},[i.type=="selection"?(e.openBlock(),e.createElementBlock("label",Q5,o[0]||(o[0]=[e.createElementVNode("input",{type:"checkbox"},null,-1)]))):(e.openBlock(),e.createBlock(e.unref(og),{key:1,gutter:24},{default:e.withCtx(()=>[e.createVNode(e.unref(pc),{span:8},{default:e.withCtx(()=>[i.headerRenderer?(e.openBlock(),e.createElementBlock("div",{key:0,innerHTML:i.headerRenderer()},null,8,$5)):(e.openBlock(),e.createElementBlock("div",M5,e.toDisplayString(i.label),1))]),_:2},1024),e.createVNode(e.unref(pc),{span:16,"v-slot":i.slot},{default:e.withCtx(()=>[e.createElementVNode("template",{"v-slot":i.slot},[i.cellRenderer?(e.openBlock(),e.createElementBlock("div",{key:0,innerHTML:i.cellRenderer()},null,8,tL)):(e.openBlock(),e.createElementBlock("div",nL,e.toDisplayString(i.formatter?i.formatter(a,i,a[i.prop],l):a[i.prop]),1))],8,eL)]),_:2},1032,["v-slot"])]),_:2},1024))]))),128)),e.renderSlot(r.$slots,"default")]))),128))}}),Vy=Object.freeze({left:0,top:0,width:16,height:16}),Ty=Object.freeze({rotate:0,vFlip:!1,hFlip:!1}),Md=Object.freeze({...Vy,...Ty});Object.freeze({...Md,body:"",hidden:!1}),{...Vy};const Oy=Object.freeze({width:null,height:null}),Dy=Object.freeze({...Oy,...Ty});function aL(t,n){const r={...t};for(const o in n){const a=n[o],l=typeof a;o in Oy?(a===null||a&&(l==="string"||l==="number"))&&(r[o]=a):l===typeof r[o]&&(r[o]=o==="rotate"?a%4:a)}return r}const lL=/[\s,]+/;function iL(t,n){n.split(lL).forEach(r=>{switch(r.trim()){case"horizontal":t.hFlip=!0;break;case"vertical":t.vFlip=!0;break}})}function sL(t,n=0){const r=t.replace(/^-?[0-9.]*/,"");function o(a){for(;a<0;)a+=4;return a%4}if(r===""){const a=parseInt(t);return isNaN(a)?0:o(a)}else if(r!==t){let a=0;switch(r){case"%":a=25;break;case"deg":a=90}if(a){let l=parseFloat(t.slice(0,t.length-r.length));return isNaN(l)?0:(l=l/a,l%1===0?o(l):0)}}return n}const uL=/(-?[0-9.]*[0-9]+[0-9.]*)/g,cL=/^-?[0-9.]*[0-9]+[0-9.]*$/g;function Py(t,n,r){if(n===1)return t;if(r=r||100,typeof t=="number")return Math.ceil(t*n*r)/r;if(typeof t!="string")return t;const o=t.split(uL);if(o===null||!o.length)return t;const a=[];let l=o.shift(),i=cL.test(l);for(;;){if(i){const s=parseFloat(l);isNaN(s)?a.push(l):a.push(Math.ceil(s*n*r)/r)}else a.push(l);if(l=o.shift(),l===void 0)return a.join("");i=!i}}function dL(t,n="defs"){let r="";const o=t.indexOf("<"+n);for(;o>=0;){const a=t.indexOf(">",o),l=t.indexOf("</"+n);if(a===-1||l===-1)break;const i=t.indexOf(">",l);if(i===-1)break;r+=t.slice(a+1,l).trim(),t=t.slice(0,o).trim()+t.slice(i+1)}return{defs:r,content:t}}function fL(t,n){return t?"<defs>"+t+"</defs>"+n:n}function pL(t,n,r){const o=dL(t);return fL(o.defs,n+o.content+r)}const hL=t=>t==="unset"||t==="undefined"||t==="none";function vL(t,n){const r={...Md,...t},o={...Dy,...n},a={left:r.left,top:r.top,width:r.width,height:r.height};let l=r.body;[r,o].forEach(v=>{const y=[],b=v.hFlip,E=v.vFlip;let k=v.rotate;b?E?k+=2:(y.push("translate("+(a.width+a.left).toString()+" "+(0-a.top).toString()+")"),y.push("scale(-1 1)"),a.top=a.left=0):E&&(y.push("translate("+(0-a.left).toString()+" "+(a.height+a.top).toString()+")"),y.push("scale(1 -1)"),a.top=a.left=0);let m;switch(k<0&&(k-=Math.floor(k/4)*4),k=k%4,k){case 1:m=a.height/2+a.top,y.unshift("rotate(90 "+m.toString()+" "+m.toString()+")");break;case 2:y.unshift("rotate(180 "+(a.width/2+a.left).toString()+" "+(a.height/2+a.top).toString()+")");break;case 3:m=a.width/2+a.left,y.unshift("rotate(-90 "+m.toString()+" "+m.toString()+")");break}k%2===1&&(a.left!==a.top&&(m=a.left,a.left=a.top,a.top=m),a.width!==a.height&&(m=a.width,a.width=a.height,a.height=m)),y.length&&(l=pL(l,'<g transform="'+y.join(" ")+'">',"</g>"))});const i=o.width,s=o.height,u=a.width,c=a.height;let d,f;i===null?(f=s===null?"1em":s==="auto"?c:s,d=Py(f,u/c)):(d=i==="auto"?u:i,f=s===null?Py(d,c/u):s==="auto"?c:s);const h={},g=(v,y)=>{hL(y)||(h[v]=y.toString())};g("width",d),g("height",f);const p=[a.left,a.top,u,c];return h.viewBox=p.join(" "),{attributes:h,viewBox:p,body:l}}const mL=/\sid="(\S+)"/g,gL="IconifyId"+Date.now().toString(16)+(Math.random()*16777216|0).toString(16);let yL=0;function bL(t,n=gL){const r=[];let o;for(;o=mL.exec(t);)r.push(o[1]);if(!r.length)return t;const a="suffix"+(Math.random()*16777216|Date.now()).toString(16);return r.forEach(l=>{const i=typeof n=="function"?n(l):n+(yL++).toString(),s=l.replace(/[.*+?^${}()|[\]\\]/g,"\\$&");t=t.replace(new RegExp('([#;"])('+s+')([")]|\\.[a-z])',"g"),"$1"+i+a+"$3")}),t=t.replace(new RegExp(a,"g"),""),t}function wL(t,n){let r=t.indexOf("xlink:")===-1?"":' xmlns:xlink="http://www.w3.org/1999/xlink"';for(const o in n)r+=" "+o+'="'+n[o]+'"';return'<svg xmlns="http://www.w3.org/2000/svg"'+r+">"+t+"</svg>"}function CL(t){return t.replace(/"/g,"'").replace(/%/g,"%25").replace(/#/g,"%23").replace(/</g,"%3C").replace(/>/g,"%3E").replace(/\s+/g," ")}function kL(t){return"data:image/svg+xml,"+CL(t)}function SL(t){return'url("'+kL(t)+'")'}const Iy={...Dy,inline:!1},EL={xmlns:"http://www.w3.org/2000/svg","xmlns:xlink":"http://www.w3.org/1999/xlink","aria-hidden":!0,role:"img"},xL={display:"inline-block"},ef={backgroundColor:"currentColor"},Ry={backgroundColor:"transparent"},Ay={Image:"var(--svg)",Repeat:"no-repeat",Size:"100% 100%"},Ly={webkitMask:ef,mask:ef,background:Ry};for(const t in Ly){const n=Ly[t];for(const r in Ay)n[t+r]=Ay[r]}const cs={};["horizontal","vertical"].forEach(t=>{const n=t.slice(0,1)+"Flip";cs[t+"-flip"]=n,cs[t.slice(0,1)+"-flip"]=n,cs[t+"Flip"]=n});function zy(t){return t+(t.match(/^[-0-9.]+$/)?"px":"")}const NL=(t,n)=>{const r=aL(Iy,n),o={...EL},a=n.mode||"svg",l={},i=n.style,s=typeof i=="object"&&!(i instanceof Array)?i:{};for(let v in n){const y=n[v];if(y!==void 0)switch(v){case"icon":case"style":case"onLoad":case"mode":case"ssr":break;case"inline":case"hFlip":case"vFlip":r[v]=y===!0||y==="true"||y===1;break;case"flip":typeof y=="string"&&iL(r,y);break;case"color":l.color=y;break;case"rotate":typeof y=="string"?r[v]=sL(y):typeof y=="number"&&(r[v]=y);break;case"ariaHidden":case"aria-hidden":y!==!0&&y!=="true"&&delete o["aria-hidden"];break;default:{const b=cs[v];b?(y===!0||y==="true"||y===1)&&(r[b]=!0):Iy[v]===void 0&&(o[v]=y)}}}const u=vL(t,r),c=u.attributes;if(r.inline&&(l.verticalAlign="-0.125em"),a==="svg"){o.style={...l,...s},Object.assign(o,c);let v=0,y=n.id;return typeof y=="string"&&(y=y.replace(/-/g,"_")),o.innerHTML=bL(u.body,y?()=>y+"ID"+v++:"iconifyVue"),e.h("svg",o)}const{body:d,width:f,height:h}=t,g=a==="mask"||(a==="bg"?!1:d.indexOf("currentColor")!==-1),p=wL(d,{...c,width:f+"",height:h+""});return o.style={...l,"--svg":SL(p),width:zy(c.width),height:zy(c.height),...xL,...g?ef:Ry,...s},e.h("span",o)},Fy=Object.create(null);function _L(t,n){Fy[t]=n}const jy=e.defineComponent({inheritAttrs:!1,render(){const t=this.$attrs,n=t.icon,r=typeof n=="string"?Fy[n]:typeof n=="object"?n:null;return r===null||typeof r!="object"||typeof r.body!="string"?this.$slots.default?this.$slots.default():null:NL({...Md,...r},t)}}),BL=e.defineComponent({name:"IconifyIconOffline",components:{IconifyIcon:jy},props:{icon:{default:null}},render(){typeof this.icon=="object"&&_L(this.icon,this.icon);const t=this.$attrs;return e.h(jy,{icon:this.icon,style:t!=null&&t.style?Object.assign(t.style,{outline:"none"}):{outline:"none"},...t},{default:()=>[]})}}),Hy=/^[a-z0-9]+(-[a-z0-9]+)*$/,ds=(t,n,r,o="")=>{const a=t.split(":");if(t.slice(0,1)==="@"){if(a.length<2||a.length>3)return null;o=a.shift().slice(1)}if(a.length>3||!a.length)return null;if(a.length>1){const s=a.pop(),u=a.pop(),c={provider:a.length>0?a[0]:o,prefix:u,name:s};return n&&!fs(c)?null:c}const l=a[0],i=l.split("-");if(i.length>1){const s={provider:o,prefix:i.shift(),name:i.join("-")};return n&&!fs(s)?null:s}if(r&&o===""){const s={provider:o,prefix:"",name:l};return n&&!fs(s,r)?null:s}return null},fs=(t,n)=>t?!!((n&&t.prefix===""||t.prefix)&&t.name):!1,Uy=Object.freeze({left:0,top:0,width:16,height:16}),ps=Object.freeze({rotate:0,vFlip:!1,hFlip:!1}),hs=Object.freeze({...Uy,...ps}),tf=Object.freeze({...hs,body:"",hidden:!1});function VL(t,n){const r={};!t.hFlip!=!n.hFlip&&(r.hFlip=!0),!t.vFlip!=!n.vFlip&&(r.vFlip=!0);const o=((t.rotate||0)+(n.rotate||0))%4;return o&&(r.rotate=o),r}function Wy(t,n){const r=VL(t,n);for(const o in tf)o in ps?o in t&&!(o in r)&&(r[o]=ps[o]):o in n?r[o]=n[o]:o in t&&(r[o]=t[o]);return r}function TL(t,n){const r=t.icons,o=t.aliases||Object.create(null),a=Object.create(null);function l(i){if(r[i])return a[i]=[];if(!(i in a)){a[i]=null;const s=o[i]&&o[i].parent,u=s&&l(s);u&&(a[i]=[s].concat(u))}return a[i]}return Object.keys(r).concat(Object.keys(o)).forEach(l),a}function OL(t,n,r){const o=t.icons,a=t.aliases||Object.create(null);let l={};function i(s){l=Wy(o[s]||a[s],l)}return i(n),r.forEach(i),Wy(t,l)}function Ky(t,n){const r=[];if(typeof t!="object"||typeof t.icons!="object")return r;t.not_found instanceof Array&&t.not_found.forEach(a=>{n(a,null),r.push(a)});const o=TL(t);for(const a in o){const l=o[a];l&&(n(a,OL(t,a,l)),r.push(a))}return r}const DL={provider:"",aliases:{},not_found:{},...Uy};function nf(t,n){for(const r in n)if(r in t&&typeof t[r]!=typeof n[r])return!1;return!0}function Yy(t){if(typeof t!="object"||t===null)return null;const n=t;if(typeof n.prefix!="string"||!t.icons||typeof t.icons!="object"||!nf(t,DL))return null;const r=n.icons;for(const a in r){const l=r[a];if(!a||typeof l.body!="string"||!nf(l,tf))return null}const o=n.aliases||Object.create(null);for(const a in o){const l=o[a],i=l.parent;if(!a||typeof i!="string"||!r[i]&&!o[i]||!nf(l,tf))return null}return n}const qy=Object.create(null);function PL(t,n){return{provider:t,prefix:n,icons:Object.create(null),missing:new Set}}function co(t,n){const r=qy[t]||(qy[t]=Object.create(null));return r[n]||(r[n]=PL(t,n))}function rf(t,n){return Yy(n)?Ky(n,(r,o)=>{o?t.icons[r]=o:t.missing.add(r)}):[]}function IL(t,n,r){try{if(typeof r.body=="string")return t.icons[n]={...r},!0}catch{}return!1}let vl=!1;function Xy(t){return typeof t=="boolean"&&(vl=t),vl}function RL(t){const n=typeof t=="string"?ds(t,!0,vl):t;if(n){const r=co(n.provider,n.prefix),o=n.name;return r.icons[o]||(r.missing.has(o)?null:void 0)}}function AL(t,n){const r=ds(t,!0,vl);if(!r)return!1;const o=co(r.provider,r.prefix);return n?IL(o,r.name,n):(o.missing.add(r.name),!0)}function LL(t,n){if(typeof t!="object")return!1;if(typeof n!="string"&&(n=t.provider||""),vl&&!n&&!t.prefix){let a=!1;return Yy(t)&&(t.prefix="",Ky(t,(l,i)=>{AL(l,i)&&(a=!0)})),a}const r=t.prefix;if(!fs({prefix:r,name:"a"}))return!1;const o=co(n,r);return!!rf(o,t)}const Gy=Object.freeze({width:null,height:null}),Zy=Object.freeze({...Gy,...ps}),zL=/(-?[0-9.]*[0-9]+[0-9.]*)/g,FL=/^-?[0-9.]*[0-9]+[0-9.]*$/g;function Jy(t,n,r){if(n===1)return t;if(r=r||100,typeof t=="number")return Math.ceil(t*n*r)/r;if(typeof t!="string")return t;const o=t.split(zL);if(o===null||!o.length)return t;const a=[];let l=o.shift(),i=FL.test(l);for(;;){if(i){const s=parseFloat(l);isNaN(s)?a.push(l):a.push(Math.ceil(s*n*r)/r)}else a.push(l);if(l=o.shift(),l===void 0)return a.join("");i=!i}}function jL(t,n="defs"){let r="";const o=t.indexOf("<"+n);for(;o>=0;){const a=t.indexOf(">",o),l=t.indexOf("</"+n);if(a===-1||l===-1)break;const i=t.indexOf(">",l);if(i===-1)break;r+=t.slice(a+1,l).trim(),t=t.slice(0,o).trim()+t.slice(i+1)}return{defs:r,content:t}}function HL(t,n){return t?"<defs>"+t+"</defs>"+n:n}function UL(t,n,r){const o=jL(t);return HL(o.defs,n+o.content+r)}const WL=t=>t==="unset"||t==="undefined"||t==="none";function KL(t,n){const r={...hs,...t},o={...Zy,...n},a={left:r.left,top:r.top,width:r.width,height:r.height};let l=r.body;[r,o].forEach(v=>{const y=[],b=v.hFlip,E=v.vFlip;let k=v.rotate;b?E?k+=2:(y.push("translate("+(a.width+a.left).toString()+" "+(0-a.top).toString()+")"),y.push("scale(-1 1)"),a.top=a.left=0):E&&(y.push("translate("+(0-a.left).toString()+" "+(a.height+a.top).toString()+")"),y.push("scale(1 -1)"),a.top=a.left=0);let m;switch(k<0&&(k-=Math.floor(k/4)*4),k=k%4,k){case 1:m=a.height/2+a.top,y.unshift("rotate(90 "+m.toString()+" "+m.toString()+")");break;case 2:y.unshift("rotate(180 "+(a.width/2+a.left).toString()+" "+(a.height/2+a.top).toString()+")");break;case 3:m=a.width/2+a.left,y.unshift("rotate(-90 "+m.toString()+" "+m.toString()+")");break}k%2===1&&(a.left!==a.top&&(m=a.left,a.left=a.top,a.top=m),a.width!==a.height&&(m=a.width,a.width=a.height,a.height=m)),y.length&&(l=UL(l,'<g transform="'+y.join(" ")+'">',"</g>"))});const i=o.width,s=o.height,u=a.width,c=a.height;let d,f;i===null?(f=s===null?"1em":s==="auto"?c:s,d=Jy(f,u/c)):(d=i==="auto"?u:i,f=s===null?Jy(d,c/u):s==="auto"?c:s);const h={},g=(v,y)=>{WL(y)||(h[v]=y.toString())};g("width",d),g("height",f);const p=[a.left,a.top,u,c];return h.viewBox=p.join(" "),{attributes:h,viewBox:p,body:l}}const YL=/\sid="(\S+)"/g,qL="IconifyId"+Date.now().toString(16)+(Math.random()*16777216|0).toString(16);let XL=0;function GL(t,n=qL){const r=[];let o;for(;o=YL.exec(t);)r.push(o[1]);if(!r.length)return t;const a="suffix"+(Math.random()*16777216|Date.now()).toString(16);return r.forEach(l=>{const i=typeof n=="function"?n(l):n+(XL++).toString(),s=l.replace(/[.*+?^${}()|[\]\\]/g,"\\$&");t=t.replace(new RegExp('([#;"])('+s+')([")]|\\.[a-z])',"g"),"$1"+i+a+"$3")}),t=t.replace(new RegExp(a,"g"),""),t}const of=Object.create(null);function ZL(t,n){of[t]=n}function af(t){return of[t]||of[""]}function lf(t){let n;if(typeof t.resources=="string")n=[t.resources];else if(n=t.resources,!(n instanceof Array)||!n.length)return null;return{resources:n,path:t.path||"/",maxURL:t.maxURL||500,rotate:t.rotate||750,timeout:t.timeout||5e3,random:t.random===!0,index:t.index||0,dataAfterTimeout:t.dataAfterTimeout!==!1}}const sf=Object.create(null),ml=["https://api.simplesvg.com","https://api.unisvg.com"],vs=[];for(;ml.length>0;)ml.length===1||Math.random()>.5?vs.push(ml.shift()):vs.push(ml.pop());sf[""]=lf({resources:["https://api.iconify.design"].concat(vs)});function JL(t,n){const r=lf(n);return r===null?!1:(sf[t]=r,!0)}function uf(t){return sf[t]}let Qy=(()=>{let t;try{if(t=fetch,typeof t=="function")return t}catch{}})();function QL(t,n){const r=uf(t);if(!r)return 0;let o;if(!r.maxURL)o=0;else{let a=0;r.resources.forEach(i=>{a=Math.max(a,i.length)});const l=n+".json?icons=";o=r.maxURL-a-r.path.length-l.length}return o}function $L(t){return t===404}const ML=(t,n,r)=>{const o=[],a=QL(t,n),l="icons";let i={type:l,provider:t,prefix:n,icons:[]},s=0;return r.forEach((u,c)=>{s+=u.length+1,s>=a&&c>0&&(o.push(i),i={type:l,provider:t,prefix:n,icons:[]},s=u.length),i.icons.push(u)}),o.push(i),o};function ez(t){if(typeof t=="string"){const n=uf(t);if(n)return n.path}return"/"}const tz={prepare:ML,send:(t,n,r)=>{if(!Qy){r("abort",424);return}let o=ez(n.provider);switch(n.type){case"icons":{const l=n.prefix,s=n.icons.join(","),u=new URLSearchParams({icons:s});o+=l+".json?"+u.toString();break}case"custom":{const l=n.uri;o+=l.slice(0,1)==="/"?l.slice(1):l;break}default:r("abort",400);return}let a=503;Qy(t+o).then(l=>{const i=l.status;if(i!==200){setTimeout(()=>{r($L(i)?"abort":"next",i)});return}return a=501,l.json()}).then(l=>{if(typeof l!="object"||l===null){setTimeout(()=>{l===404?r("abort",l):r("next",a)});return}setTimeout(()=>{r("success",l)})}).catch(()=>{r("next",a)})}};function nz(t){const n={loaded:[],missing:[],pending:[]},r=Object.create(null);t.sort((a,l)=>a.provider!==l.provider?a.provider.localeCompare(l.provider):a.prefix!==l.prefix?a.prefix.localeCompare(l.prefix):a.name.localeCompare(l.name));let o={provider:"",prefix:"",name:""};return t.forEach(a=>{if(o.name===a.name&&o.prefix===a.prefix&&o.provider===a.provider)return;o=a;const l=a.provider,i=a.prefix,s=a.name,u=r[l]||(r[l]=Object.create(null)),c=u[i]||(u[i]=co(l,i));let d;s in c.icons?d=n.loaded:i===""||c.missing.has(s)?d=n.missing:d=n.pending;const f={provider:l,prefix:i,name:s};d.push(f)}),n}function $y(t,n){t.forEach(r=>{const o=r.loaderCallbacks;o&&(r.loaderCallbacks=o.filter(a=>a.id!==n))})}function rz(t){t.pendingCallbacksFlag||(t.pendingCallbacksFlag=!0,setTimeout(()=>{t.pendingCallbacksFlag=!1;const n=t.loaderCallbacks?t.loaderCallbacks.slice(0):[];if(!n.length)return;let r=!1;const o=t.provider,a=t.prefix;n.forEach(l=>{const i=l.icons,s=i.pending.length;i.pending=i.pending.filter(u=>{if(u.prefix!==a)return!0;const c=u.name;if(t.icons[c])i.loaded.push({provider:o,prefix:a,name:c});else if(t.missing.has(c))i.missing.push({provider:o,prefix:a,name:c});else return r=!0,!0;return!1}),i.pending.length!==s&&(r||$y([t],l.id),l.callback(i.loaded.slice(0),i.missing.slice(0),i.pending.slice(0),l.abort))})}))}let oz=0;function az(t,n,r){const o=oz++,a=$y.bind(null,r,o);if(!n.pending.length)return a;const l={id:o,icons:n,callback:t,abort:a};return r.forEach(i=>{(i.loaderCallbacks||(i.loaderCallbacks=[])).push(l)}),a}function lz(t,n=!0,r=!1){const o=[];return t.forEach(a=>{const l=typeof a=="string"?ds(a,n,r):a;l&&o.push(l)}),o}var iz={resources:[],index:0,timeout:2e3,rotate:750,random:!1,dataAfterTimeout:!1};function sz(t,n,r,o){const a=t.resources.length,l=t.random?Math.floor(Math.random()*a):t.index;let i;if(t.random){let C=t.resources.slice(0);for(i=[];C.length>1;){const S=Math.floor(Math.random()*C.length);i.push(C[S]),C=C.slice(0,S).concat(C.slice(S+1))}i=i.concat(C)}else i=t.resources.slice(l).concat(t.resources.slice(0,l));const s=Date.now();let u="pending",c=0,d,f=null,h=[],g=[];typeof o=="function"&&g.push(o);function p(){f&&(clearTimeout(f),f=null)}function v(){u==="pending"&&(u="aborted"),p(),h.forEach(C=>{C.status==="pending"&&(C.status="aborted")}),h=[]}function y(C,S){S&&(g=[]),typeof C=="function"&&g.push(C)}function b(){return{startTime:s,payload:n,status:u,queriesSent:c,queriesPending:h.length,subscribe:y,abort:v}}function E(){u="failed",g.forEach(C=>{C(void 0,d)})}function k(){h.forEach(C=>{C.status==="pending"&&(C.status="aborted")}),h=[]}function m(C,S,x){const N=S!=="success";switch(h=h.filter(T=>T!==C),u){case"pending":break;case"failed":if(N||!t.dataAfterTimeout)return;break;default:return}if(S==="abort"){d=x,E();return}if(N){d=x,h.length||(i.length?w():E());return}if(p(),k(),!t.random){const T=t.resources.indexOf(C.resource);T!==-1&&T!==t.index&&(t.index=T)}u="completed",g.forEach(T=>{T(x)})}function w(){if(u!=="pending")return;p();const C=i.shift();if(C===void 0){if(h.length){f=setTimeout(()=>{p(),u==="pending"&&(k(),E())},t.timeout);return}E();return}const S={status:"pending",resource:C,callback:(x,N)=>{m(S,x,N)}};h.push(S),c++,f=setTimeout(w,t.rotate),r(C,n,S.callback)}return setTimeout(w),b}function My(t){const n={...iz,...t};let r=[];function o(){r=r.filter(s=>s().status==="pending")}function a(s,u,c){const d=sz(n,s,u,(f,h)=>{o(),c&&c(f,h)});return r.push(d),d}function l(s){return r.find(u=>s(u))||null}return{query:a,find:l,setIndex:s=>{n.index=s},getIndex:()=>n.index,cleanup:o}}function eb(){}const cf=Object.create(null);function uz(t){if(!cf[t]){const n=uf(t);if(!n)return;const r=My(n),o={config:n,redundancy:r};cf[t]=o}return cf[t]}function cz(t,n,r){let o,a;if(typeof t=="string"){const l=af(t);if(!l)return r(void 0,424),eb;a=l.send;const i=uz(t);i&&(o=i.redundancy)}else{const l=lf(t);if(l){o=My(l);const i=t.resources?t.resources[0]:"",s=af(i);s&&(a=s.send)}}return!o||!a?(r(void 0,424),eb):o.query(n,a,r)().abort}const tb="iconify2",gl="iconify",nb=gl+"-count",rb=gl+"-version",ob=36e5,dz=168,fz=50;function df(t,n){try{return t.getItem(n)}catch{}}function ff(t,n,r){try{return t.setItem(n,r),!0}catch{}}function ab(t,n){try{t.removeItem(n)}catch{}}function pf(t,n){return ff(t,nb,n.toString())}function hf(t){return parseInt(df(t,nb))||0}const ms={local:!0,session:!0},lb={local:new Set,session:new Set};let vf=!1;function pz(t){vf=t}let gs=typeof window>"u"?{}:window;function ib(t){const n=t+"Storage";try{if(gs&&gs[n]&&typeof gs[n].length=="number")return gs[n]}catch{}ms[t]=!1}function sb(t,n){const r=ib(t);if(!r)return;const o=df(r,rb);if(o!==tb){if(o){const s=hf(r);for(let u=0;u<s;u++)ab(r,gl+u.toString())}ff(r,rb,tb),pf(r,0);return}const a=Math.floor(Date.now()/ob)-dz,l=s=>{const u=gl+s.toString(),c=df(r,u);if(typeof c=="string"){try{const d=JSON.parse(c);if(typeof d=="object"&&typeof d.cached=="number"&&d.cached>a&&typeof d.provider=="string"&&typeof d.data=="object"&&typeof d.data.prefix=="string"&&n(d,s))return!0}catch{}ab(r,u)}};let i=hf(r);for(let s=i-1;s>=0;s--)l(s)||(s===i-1?(i--,pf(r,i)):lb[t].add(s))}function ub(){if(!vf){pz(!0);for(const t in ms)sb(t,n=>{const r=n.data,o=n.provider,a=r.prefix,l=co(o,a);if(!rf(l,r).length)return!1;const i=r.lastModified||-1;return l.lastModifiedCached=l.lastModifiedCached?Math.min(l.lastModifiedCached,i):i,!0})}}function hz(t,n){const r=t.lastModifiedCached;if(r&&r>=n)return r===n;if(t.lastModifiedCached=n,r)for(const o in ms)sb(o,a=>{const l=a.data;return a.provider!==t.provider||l.prefix!==t.prefix||l.lastModified===n});return!0}function vz(t,n){vf||ub();function r(o){let a;if(!ms[o]||!(a=ib(o)))return;const l=lb[o];let i;if(l.size)l.delete(i=Array.from(l).shift());else if(i=hf(a),i>=fz||!pf(a,i+1))return;const s={cached:Math.floor(Date.now()/ob),provider:t.provider,data:n};return ff(a,gl+i.toString(),JSON.stringify(s))}n.lastModified&&!hz(t,n.lastModified)||Object.keys(n.icons).length&&(n.not_found&&(n=Object.assign({},n),delete n.not_found),r("local")||r("session"))}function cb(){}function mz(t){t.iconsLoaderFlag||(t.iconsLoaderFlag=!0,setTimeout(()=>{t.iconsLoaderFlag=!1,rz(t)}))}function gz(t){const n=[],r=[];return t.forEach(o=>{(o.match(Hy)?n:r).push(o)}),{valid:n,invalid:r}}function yl(t,n,r,o){function a(){const l=t.pendingIcons;n.forEach(i=>{l&&l.delete(i),t.icons[i]||t.missing.add(i)})}if(r&&typeof r=="object")try{if(!rf(t,r).length){a();return}o&&vz(t,r)}catch(l){console.error(l)}a(),mz(t)}function db(t,n){t instanceof Promise?t.then(r=>{n(r)}).catch(()=>{n(null)}):n(t)}function yz(t,n){t.iconsToLoad?t.iconsToLoad=t.iconsToLoad.concat(n).sort():t.iconsToLoad=n,t.iconsQueueFlag||(t.iconsQueueFlag=!0,setTimeout(()=>{t.iconsQueueFlag=!1;const{provider:r,prefix:o}=t,a=t.iconsToLoad;if(delete t.iconsToLoad,!a||!a.length)return;const l=t.loadIcon;if(t.loadIcons&&(a.length>1||!l)){db(t.loadIcons(a,o,r),d=>{yl(t,a,d,!1)});return}if(l){a.forEach(d=>{const f=l(d,o,r);db(f,h=>{const g=h?{prefix:o,icons:{[d]:h}}:null;yl(t,[d],g,!1)})});return}const{valid:i,invalid:s}=gz(a);if(s.length&&yl(t,s,null,!1),!i.length)return;const u=o.match(Hy)?af(r):null;if(!u){yl(t,i,null,!1);return}u.prepare(r,o,i).forEach(d=>{cz(r,d,f=>{yl(t,d.icons,f,!0)})})}))}const bz=(t,n)=>{const r=lz(t,!0,Xy()),o=nz(r);if(!o.pending.length){let u=!0;return n&&setTimeout(()=>{u&&n(o.loaded,o.missing,o.pending,cb)}),()=>{u=!1}}const a=Object.create(null),l=[];let i,s;return o.pending.forEach(u=>{const{provider:c,prefix:d}=u;if(d===s&&c===i)return;i=c,s=d,l.push(co(c,d));const f=a[c]||(a[c]=Object.create(null));f[d]||(f[d]=[])}),o.pending.forEach(u=>{const{provider:c,prefix:d,name:f}=u,h=co(c,d),g=h.pendingIcons||(h.pendingIcons=new Set);g.has(f)||(g.add(f),a[c][d].push(f))}),l.forEach(u=>{const c=a[u.provider][u.prefix];c.length&&yz(u,c)}),n?az(n,o,l):cb};function wz(t,n){const r={...t};for(const o in n){const a=n[o],l=typeof a;o in Gy?(a===null||a&&(l==="string"||l==="number"))&&(r[o]=a):l===typeof r[o]&&(r[o]=o==="rotate"?a%4:a)}return r}const Cz=/[\s,]+/;function kz(t,n){n.split(Cz).forEach(r=>{switch(r.trim()){case"horizontal":t.hFlip=!0;break;case"vertical":t.vFlip=!0;break}})}function Sz(t,n=0){const r=t.replace(/^-?[0-9.]*/,"");function o(a){for(;a<0;)a+=4;return a%4}if(r===""){const a=parseInt(t);return isNaN(a)?0:o(a)}else if(r!==t){let a=0;switch(r){case"%":a=25;break;case"deg":a=90}if(a){let l=parseFloat(t.slice(0,t.length-r.length));return isNaN(l)?0:(l=l/a,l%1===0?o(l):0)}}return n}function Ez(t,n){let r=t.indexOf("xlink:")===-1?"":' xmlns:xlink="http://www.w3.org/1999/xlink"';for(const o in n)r+=" "+o+'="'+n[o]+'"';return'<svg xmlns="http://www.w3.org/2000/svg"'+r+">"+t+"</svg>"}function xz(t){return t.replace(/"/g,"'").replace(/%/g,"%25").replace(/#/g,"%23").replace(/</g,"%3C").replace(/>/g,"%3E").replace(/\s+/g," ")}function Nz(t){return"data:image/svg+xml,"+xz(t)}function _z(t){return'url("'+Nz(t)+'")'}const fb={...Zy,inline:!1},Bz={xmlns:"http://www.w3.org/2000/svg","xmlns:xlink":"http://www.w3.org/1999/xlink","aria-hidden":!0,role:"img"},Vz={display:"inline-block"},mf={backgroundColor:"currentColor"},pb={backgroundColor:"transparent"},hb={Image:"var(--svg)",Repeat:"no-repeat",Size:"100% 100%"},vb={webkitMask:mf,mask:mf,background:pb};for(const t in vb){const n=vb[t];for(const r in hb)n[t+r]=hb[r]}const ys={};["horizontal","vertical"].forEach(t=>{const n=t.slice(0,1)+"Flip";ys[t+"-flip"]=n,ys[t.slice(0,1)+"-flip"]=n,ys[t+"Flip"]=n});function mb(t){return t+(t.match(/^[-0-9.]+$/)?"px":"")}const gb=(t,n)=>{const r=wz(fb,n),o={...Bz},a=n.mode||"svg",l={},i=n.style,s=typeof i=="object"&&!(i instanceof Array)?i:{};for(let v in n){const y=n[v];if(y!==void 0)switch(v){case"icon":case"style":case"onLoad":case"mode":case"ssr":break;case"inline":case"hFlip":case"vFlip":r[v]=y===!0||y==="true"||y===1;break;case"flip":typeof y=="string"&&kz(r,y);break;case"color":l.color=y;break;case"rotate":typeof y=="string"?r[v]=Sz(y):typeof y=="number"&&(r[v]=y);break;case"ariaHidden":case"aria-hidden":y!==!0&&y!=="true"&&delete o["aria-hidden"];break;default:{const b=ys[v];b?(y===!0||y==="true"||y===1)&&(r[b]=!0):fb[v]===void 0&&(o[v]=y)}}}const u=KL(t,r),c=u.attributes;if(r.inline&&(l.verticalAlign="-0.125em"),a==="svg"){o.style={...l,...s},Object.assign(o,c);let v=0,y=n.id;return typeof y=="string"&&(y=y.replace(/-/g,"_")),o.innerHTML=GL(u.body,y?()=>y+"ID"+v++:"iconifyVue"),e.h("svg",o)}const{body:d,width:f,height:h}=t,g=a==="mask"||(a==="bg"?!1:d.indexOf("currentColor")!==-1),p=Ez(d,{...c,width:f+"",height:h+""});return o.style={...l,"--svg":_z(p),width:mb(c.width),height:mb(c.height),...Vz,...g?mf:pb,...s},e.h("span",o)};if(Xy(!0),ZL("",tz),typeof document<"u"&&typeof window<"u"){ub();const t=window;if(t.IconifyPreload!==void 0){const n=t.IconifyPreload,r="Invalid IconifyPreload syntax.";typeof n=="object"&&n!==null&&(n instanceof Array?n:[n]).forEach(o=>{try{(typeof o!="object"||o===null||o instanceof Array||typeof o.icons!="object"||typeof o.prefix!="string"||!LL(o))&&console.error(r)}catch{console.error(r)}})}if(t.IconifyProviders!==void 0){const n=t.IconifyProviders;if(typeof n=="object"&&n!==null)for(let r in n){const o="IconifyProviders["+r+"] is invalid.";try{const a=n[r];if(typeof a!="object"||!a||a.resources===void 0)continue;JL(r,a)||console.error(o)}catch{console.error(o)}}}}const Tz={...hs,body:""},yb=e.defineComponent({inheritAttrs:!1,data(){return{_name:"",_loadingIcon:null,iconMounted:!1,counter:0}},mounted(){this.iconMounted=!0},unmounted(){this.abortLoading()},methods:{abortLoading(){this._loadingIcon&&(this._loadingIcon.abort(),this._loadingIcon=null)},getIcon(t,n,r){if(typeof t=="object"&&t!==null&&typeof t.body=="string")return this._name="",this.abortLoading(),{data:t};let o;if(typeof t!="string"||(o=ds(t,!1,!0))===null)return this.abortLoading(),null;let a=RL(o);if(!a)return(!this._loadingIcon||this._loadingIcon.name!==t)&&(this.abortLoading(),this._name="",a!==null&&(this._loadingIcon={name:t,abort:bz([o],()=>{this.counter++})})),null;if(this.abortLoading(),this._name!==t&&(this._name=t,n&&n(t)),r){a=Object.assign({},a);const i=r(a.body,o.name,o.prefix,o.provider);typeof i=="string"&&(a.body=i)}const l=["iconify"];return o.prefix!==""&&l.push("iconify--"+o.prefix),o.provider!==""&&l.push("iconify--"+o.provider),{data:a,classes:l}}},render(){this.counter;const t=this.$attrs,n=this.iconMounted||t.ssr?this.getIcon(t.icon,t.onLoad,t.customise):null;if(!n)return gb(Tz,t);let r=t;return n.classes&&(r={...t,class:(typeof t.class=="string"?t.class+" ":"")+n.classes.join(" ")}),gb({...hs,...n.data},r)}}),Oz=e.defineComponent({name:"IconifyIconOnline",components:{IconifyIcon:yb},props:{icon:{type:String,default:""}},render(){const t=this.$attrs;return e.h(yb,{icon:`${this.icon}`,style:t!=null&&t.style?Object.assign(t.style,{outline:"none"}):{outline:"none"},...t},{default:()=>[]})}}),Dz=e.defineComponent({name:"FontIcon",props:{icon:{type:String,default:""}},render(){const t=this.$attrs;return Object.keys(t).includes("uni")||(t==null?void 0:t.iconType)==="uni"?e.h("i",{class:"iconfont",...t},this.icon):Object.keys(t).includes("svg")||(t==null?void 0:t.iconType)==="svg"?e.h("svg",{class:"icon-svg","aria-hidden":!0},{default:()=>[e.h("use",{"xlink:href":`#${this.icon}`})]}):e.h("i",{class:`iconfont ${this.icon}`,...t})}});function bs(t,n){const r=/^IF-/;if(r.test(t)){const o=t.split(r)[1],a=o.slice(0,o.indexOf(" ")==-1?o.length:o.indexOf(" ")),l=o.slice(o.indexOf(" ")+1,o.length);return e.defineComponent({name:"FontIcon",render(){return e.h(bb,{icon:a,iconType:l,...n})}})}else return typeof t=="function"||typeof(t==null?void 0:t.render)=="function"?n?e.h(t,{...n}):t:typeof t=="object"?e.defineComponent({name:"OfflineIcon",render(){return e.h(jn,{icon:t,...n})}}):e.defineComponent({name:"Icon",render(){const o=t&&t.includes(":")?sa:jn;return e.h(o,{icon:t,...n})}})}const jn=BL,sa=Oz,bb=Dz,Pz={width:24,height:24,body:'<path fill="currentColor" d="M4 19h16v-7h2v8a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1v-8h2v7Zm9-10v7h-2V9H6l6-6l6 6h-5Z"/>'},Iz={class:"el-upload__text"},Rz={class:"el-upload__tip text-red"},Az={name:"UploadFile"},Lz=e.defineComponent({...Az,props:{modelValue:{default:()=>null},maxSize:{default:()=>10},openStatus:{default:()=>1}},emits:["update:model-value"],setup(t,{emit:n}){const r=e.inject(Ll,wr),o=t,a=n,l=e.useAttrs();async function i(E){if(!E)return;const k=E.split(","),m=await r.getFileNameList({idList:k});s.value=m.list.map((w,C,S)=>({id:w.id,uid:w.id,name:w.name,url:r.getDownloadFileUrl(w.id)}))}const s=e.ref([]);i(o.modelValue);const u=e.ref(l.limit!==1),c=e.ref(l.limit&&s.value.length>=l.limit),d=E=>{if(E.size/1024/1024>o.maxSize)return tn.error(`单个图片大小不能超过${o.maxSize}MB`),!1},f=(E,k)=>{l.limit&&l.limit>0&&k.length>l.limit&&tn.error(`最多上传${l.limit}个文件,请先删除在上传`),c.value=l.limit&&s.value.length>=l.limit},h=(E,k)=>{},g=async E=>{const k=new FormData;k.append("file",E.file),k.append("openStatus",o.openStatus),await r.upload(k).then(m=>{E.onSuccess(m)}).catch(m=>{E.onError(m)})},p=(E,k)=>{tn.error(`最多上传${l.limit}张图片,请先删除再上传`)},v=(E,k,m)=>{E&&(k.uid=E.id,s.value.push({...E,uid:E.id,url:r.getDownloadFileUrl(E.id)}),c.value=l.limit&&s.value.length>=l.limit,a("update:model-value",At(s.value,"id").join(",")))},y=(E,k,m)=>{console.log("文件上传失败")},b=(E,k)=>{s.value=s.value.filter(m=>m.uid!=E.uid),c.value=l.limit&&s.value.length>=l.limit,a("update:model-value",At(s.value,"id").join(","))};return(E,k)=>(e.openBlock(),e.createBlock(e.unref(qi),e.mergeProps({ref:"uploadRef",drag:"",multiple:u.value,class:{"hide-upload-btn":c.value},"file-list":s.value,"http-request":g,"auto-upload":!0,"show-file-list":!0,"before-upload":d,"on-change":f,"on-progress":h,"on-success":v,"on-error":y,"on-remove":b,"on-exceed":p},E.$attrs),{tip:e.withCtx(()=>[e.createElementVNode("div",Rz,e.toDisplayString(E.$attrs.limit?`限制 ${E.$attrs.limit} 个文件`:"")+" "+e.toDisplayString(E.$attrs.accept?`、 限制 ${E.$attrs.accept} 文件类型`:""),1)]),default:e.withCtx(()=>[e.createElementVNode("div",Iz,[e.createVNode(e.unref(jn),{icon:e.unref(Pz),width:"26",class:"m-auto mb-2"},null,8,["icon"]),k[0]||(k[0]=e.createTextVNode(" 可点击或拖拽上传 "))])]),_:1},16,["multiple","class","file-list"]))}}),bl=(t,n)=>{const r=t.__vccOpts||t;for(const[o,a]of n)r[o]=a;return r},gf=bl(Lz,[["__scopeId","data-v-a031b422"]]),wb={width:1024,height:1024,body:'<path fill="currentColor" d="M480 480V128a32 32 0 0 1 64 0v352h352a32 32 0 1 1 0 64H544v352a32 32 0 1 1-64 0V544H128a32 32 0 0 1 0-64h352z"/>'},zz={width:24,height:24,body:'<path fill="currentColor" d="M12 3c5.392 0 9.878 3.88 10.819 9c-.94 5.12-5.427 9-10.819 9c-5.392 0-9.878-3.88-10.818-9C2.122 6.88 6.608 3 12 3Zm0 16a9.005 9.005 0 0 0 8.778-7a9.005 9.005 0 0 0-17.555 0A9.005 9.005 0 0 0 12 19Zm0-2.5a4.5 4.5 0 1 1 0-9a4.5 4.5 0 0 1 0 9Zm0-2a2.5 2.5 0 1 0 0-5a2.5 2.5 0 0 0 0 5Z"/>'},Cb={width:24,height:24,body:'<path fill="currentColor" d="M17 6h5v2h-2v13a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V8H2V6h5V3a1 1 0 0 1 1-1h8a1 1 0 0 1 1 1v3Zm1 2H6v12h12V8ZM9 4v2h6V4H9Z"/>'};/**!
|
|
64
|
+
*/var qt="top",mn="bottom",gn="right",Xt="left",Ad="auto",il=[qt,mn,gn,Xt],na="start",sl="end",gR="clippingParents",H0="viewport",ul="popper",yR="reference",U0=il.reduce(function(t,n){return t.concat([n+"-"+na,n+"-"+sl])},[]),W0=[].concat(il,[Ad]).reduce(function(t,n){return t.concat([n,n+"-"+na,n+"-"+sl])},[]),bR="beforeRead",wR="read",CR="afterRead",kR="beforeMain",SR="main",ER="afterMain",xR="beforeWrite",NR="write",_R="afterWrite",BR=[bR,wR,CR,kR,SR,ER,xR,NR,_R];function Mn(t){return t?(t.nodeName||"").toLowerCase():null}function zn(t){if(t==null)return window;if(t.toString()!=="[object Window]"){var n=t.ownerDocument;return n&&n.defaultView||window}return t}function ra(t){var n=zn(t).Element;return t instanceof n||t instanceof Element}function yn(t){var n=zn(t).HTMLElement;return t instanceof n||t instanceof HTMLElement}function K0(t){if(typeof ShadowRoot>"u")return!1;var n=zn(t).ShadowRoot;return t instanceof n||t instanceof ShadowRoot}function VR(t){var n=t.state;Object.keys(n.elements).forEach(function(r){var o=n.styles[r]||{},a=n.attributes[r]||{},l=n.elements[r];!yn(l)||!Mn(l)||(Object.assign(l.style,o),Object.keys(a).forEach(function(i){var s=a[i];s===!1?l.removeAttribute(i):l.setAttribute(i,s===!0?"":s)}))})}function TR(t){var n=t.state,r={popper:{position:n.options.strategy,left:"0",top:"0",margin:"0"},arrow:{position:"absolute"},reference:{}};return Object.assign(n.elements.popper.style,r.popper),n.styles=r,n.elements.arrow&&Object.assign(n.elements.arrow.style,r.arrow),function(){Object.keys(n.elements).forEach(function(o){var a=n.elements[o],l=n.attributes[o]||{},i=Object.keys(n.styles.hasOwnProperty(o)?n.styles[o]:r[o]),s=i.reduce(function(u,c){return u[c]="",u},{});!yn(a)||!Mn(a)||(Object.assign(a.style,s),Object.keys(l).forEach(function(u){a.removeAttribute(u)}))})}}var Y0={name:"applyStyles",enabled:!0,phase:"write",fn:VR,effect:TR,requires:["computeStyles"]};function er(t){return t.split("-")[0]}var lo=Math.max,es=Math.min,oa=Math.round;function aa(t,n){n===void 0&&(n=!1);var r=t.getBoundingClientRect(),o=1,a=1;if(yn(t)&&n){var l=t.offsetHeight,i=t.offsetWidth;i>0&&(o=oa(r.width)/i||1),l>0&&(a=oa(r.height)/l||1)}return{width:r.width/o,height:r.height/a,top:r.top/a,right:r.right/o,bottom:r.bottom/a,left:r.left/o,x:r.left/o,y:r.top/a}}function Ld(t){var n=aa(t),r=t.offsetWidth,o=t.offsetHeight;return Math.abs(n.width-r)<=1&&(r=n.width),Math.abs(n.height-o)<=1&&(o=n.height),{x:t.offsetLeft,y:t.offsetTop,width:r,height:o}}function q0(t,n){var r=n.getRootNode&&n.getRootNode();if(t.contains(n))return!0;if(r&&K0(r)){var o=n;do{if(o&&t.isSameNode(o))return!0;o=o.parentNode||o.host}while(o)}return!1}function tr(t){return zn(t).getComputedStyle(t)}function OR(t){return["table","td","th"].indexOf(Mn(t))>=0}function Ir(t){return((ra(t)?t.ownerDocument:t.document)||window.document).documentElement}function ts(t){return Mn(t)==="html"?t:t.assignedSlot||t.parentNode||(K0(t)?t.host:null)||Ir(t)}function X0(t){return!yn(t)||tr(t).position==="fixed"?null:t.offsetParent}function DR(t){var n=navigator.userAgent.toLowerCase().indexOf("firefox")!==-1,r=navigator.userAgent.indexOf("Trident")!==-1;if(r&&yn(t)){var o=tr(t);if(o.position==="fixed")return null}for(var a=ts(t);yn(a)&&["html","body"].indexOf(Mn(a))<0;){var l=tr(a);if(l.transform!=="none"||l.perspective!=="none"||l.contain==="paint"||["transform","perspective"].indexOf(l.willChange)!==-1||n&&l.willChange==="filter"||n&&l.filter&&l.filter!=="none")return a;a=a.parentNode}return null}function cl(t){for(var n=zn(t),r=X0(t);r&&OR(r)&&tr(r).position==="static";)r=X0(r);return r&&(Mn(r)==="html"||Mn(r)==="body"&&tr(r).position==="static")?n:r||DR(t)||n}function zd(t){return["top","bottom"].indexOf(t)>=0?"x":"y"}function dl(t,n,r){return lo(t,es(n,r))}function PR(t,n,r){var o=dl(t,n,r);return o>r?r:o}function G0(){return{top:0,right:0,bottom:0,left:0}}function Z0(t){return Object.assign({},G0(),t)}function J0(t,n){return n.reduce(function(r,o){return r[o]=t,r},{})}var IR=function(n,r){return n=typeof n=="function"?n(Object.assign({},r.rects,{placement:r.placement})):n,Z0(typeof n!="number"?n:J0(n,il))};function RR(t){var n,r=t.state,o=t.name,a=t.options,l=r.elements.arrow,i=r.modifiersData.popperOffsets,s=er(r.placement),u=zd(s),c=[Xt,gn].indexOf(s)>=0,d=c?"height":"width";if(!(!l||!i)){var f=IR(a.padding,r),h=Ld(l),g=u==="y"?qt:Xt,p=u==="y"?mn:gn,v=r.rects.reference[d]+r.rects.reference[u]-i[u]-r.rects.popper[d],y=i[u]-r.rects.reference[u],b=cl(l),E=b?u==="y"?b.clientHeight||0:b.clientWidth||0:0,k=v/2-y/2,m=f[g],w=E-h[d]-f[p],C=E/2-h[d]/2+k,S=dl(m,C,w),x=u;r.modifiersData[o]=(n={},n[x]=S,n.centerOffset=S-C,n)}}function AR(t){var n=t.state,r=t.options,o=r.element,a=o===void 0?"[data-popper-arrow]":o;a!=null&&(typeof a=="string"&&(a=n.elements.popper.querySelector(a),!a)||q0(n.elements.popper,a)&&(n.elements.arrow=a))}var LR={name:"arrow",enabled:!0,phase:"main",fn:RR,effect:AR,requires:["popperOffsets"],requiresIfExists:["preventOverflow"]};function la(t){return t.split("-")[1]}var zR={top:"auto",right:"auto",bottom:"auto",left:"auto"};function FR(t){var n=t.x,r=t.y,o=window,a=o.devicePixelRatio||1;return{x:oa(n*a)/a||0,y:oa(r*a)/a||0}}function Q0(t){var n,r=t.popper,o=t.popperRect,a=t.placement,l=t.variation,i=t.offsets,s=t.position,u=t.gpuAcceleration,c=t.adaptive,d=t.roundOffsets,f=t.isFixed,h=d===!0?FR(i):typeof d=="function"?d(i):i,g=h.x,p=g===void 0?0:g,v=h.y,y=v===void 0?0:v,b=i.hasOwnProperty("x"),E=i.hasOwnProperty("y"),k=Xt,m=qt,w=window;if(c){var C=cl(r),S="clientHeight",x="clientWidth";if(C===zn(r)&&(C=Ir(r),tr(C).position!=="static"&&s==="absolute"&&(S="scrollHeight",x="scrollWidth")),C=C,a===qt||(a===Xt||a===gn)&&l===sl){m=mn;var N=f&&w.visualViewport?w.visualViewport.height:C[S];y-=N-o.height,y*=u?1:-1}if(a===Xt||(a===qt||a===mn)&&l===sl){k=gn;var T=f&&w.visualViewport?w.visualViewport.width:C[x];p-=T-o.width,p*=u?1:-1}}var A=Object.assign({position:s},c&&zR);if(u){var D;return Object.assign({},A,(D={},D[m]=E?"0":"",D[k]=b?"0":"",D.transform=(w.devicePixelRatio||1)<=1?"translate("+p+"px, "+y+"px)":"translate3d("+p+"px, "+y+"px, 0)",D))}return Object.assign({},A,(n={},n[m]=E?y+"px":"",n[k]=b?p+"px":"",n.transform="",n))}function jR(t){var n=t.state,r=t.options,o=r.gpuAcceleration,a=o===void 0?!0:o,l=r.adaptive,i=l===void 0?!0:l,s=r.roundOffsets,u=s===void 0?!0:s,c={placement:er(n.placement),variation:la(n.placement),popper:n.elements.popper,popperRect:n.rects.popper,gpuAcceleration:a,isFixed:n.options.strategy==="fixed"};n.modifiersData.popperOffsets!=null&&(n.styles.popper=Object.assign({},n.styles.popper,Q0(Object.assign({},c,{offsets:n.modifiersData.popperOffsets,position:n.options.strategy,adaptive:i,roundOffsets:u})))),n.modifiersData.arrow!=null&&(n.styles.arrow=Object.assign({},n.styles.arrow,Q0(Object.assign({},c,{offsets:n.modifiersData.arrow,position:"absolute",adaptive:!1,roundOffsets:u})))),n.attributes.popper=Object.assign({},n.attributes.popper,{"data-popper-placement":n.placement})}var HR={name:"computeStyles",enabled:!0,phase:"beforeWrite",fn:jR,data:{}},ns={passive:!0};function UR(t){var n=t.state,r=t.instance,o=t.options,a=o.scroll,l=a===void 0?!0:a,i=o.resize,s=i===void 0?!0:i,u=zn(n.elements.popper),c=[].concat(n.scrollParents.reference,n.scrollParents.popper);return l&&c.forEach(function(d){d.addEventListener("scroll",r.update,ns)}),s&&u.addEventListener("resize",r.update,ns),function(){l&&c.forEach(function(d){d.removeEventListener("scroll",r.update,ns)}),s&&u.removeEventListener("resize",r.update,ns)}}var WR={name:"eventListeners",enabled:!0,phase:"write",fn:function(){},effect:UR,data:{}},KR={left:"right",right:"left",bottom:"top",top:"bottom"};function rs(t){return t.replace(/left|right|bottom|top/g,function(n){return KR[n]})}var YR={start:"end",end:"start"};function $0(t){return t.replace(/start|end/g,function(n){return YR[n]})}function Fd(t){var n=zn(t),r=n.pageXOffset,o=n.pageYOffset;return{scrollLeft:r,scrollTop:o}}function jd(t){return aa(Ir(t)).left+Fd(t).scrollLeft}function qR(t){var n=zn(t),r=Ir(t),o=n.visualViewport,a=r.clientWidth,l=r.clientHeight,i=0,s=0;return o&&(a=o.width,l=o.height,/^((?!chrome|android).)*safari/i.test(navigator.userAgent)||(i=o.offsetLeft,s=o.offsetTop)),{width:a,height:l,x:i+jd(t),y:s}}function XR(t){var n,r=Ir(t),o=Fd(t),a=(n=t.ownerDocument)==null?void 0:n.body,l=lo(r.scrollWidth,r.clientWidth,a?a.scrollWidth:0,a?a.clientWidth:0),i=lo(r.scrollHeight,r.clientHeight,a?a.scrollHeight:0,a?a.clientHeight:0),s=-o.scrollLeft+jd(t),u=-o.scrollTop;return tr(a||r).direction==="rtl"&&(s+=lo(r.clientWidth,a?a.clientWidth:0)-l),{width:l,height:i,x:s,y:u}}function Hd(t){var n=tr(t),r=n.overflow,o=n.overflowX,a=n.overflowY;return/auto|scroll|overlay|hidden/.test(r+a+o)}function M0(t){return["html","body","#document"].indexOf(Mn(t))>=0?t.ownerDocument.body:yn(t)&&Hd(t)?t:M0(ts(t))}function fl(t,n){var r;n===void 0&&(n=[]);var o=M0(t),a=o===((r=t.ownerDocument)==null?void 0:r.body),l=zn(o),i=a?[l].concat(l.visualViewport||[],Hd(o)?o:[]):o,s=n.concat(i);return a?s:s.concat(fl(ts(i)))}function Ud(t){return Object.assign({},t,{left:t.x,top:t.y,right:t.x+t.width,bottom:t.y+t.height})}function GR(t){var n=aa(t);return n.top=n.top+t.clientTop,n.left=n.left+t.clientLeft,n.bottom=n.top+t.clientHeight,n.right=n.left+t.clientWidth,n.width=t.clientWidth,n.height=t.clientHeight,n.x=n.left,n.y=n.top,n}function ey(t,n){return n===H0?Ud(qR(t)):ra(n)?GR(n):Ud(XR(Ir(t)))}function ZR(t){var n=fl(ts(t)),r=["absolute","fixed"].indexOf(tr(t).position)>=0,o=r&&yn(t)?cl(t):t;return ra(o)?n.filter(function(a){return ra(a)&&q0(a,o)&&Mn(a)!=="body"&&(r?tr(a).position!=="static":!0)}):[]}function JR(t,n,r){var o=n==="clippingParents"?ZR(t):[].concat(n),a=[].concat(o,[r]),l=a[0],i=a.reduce(function(s,u){var c=ey(t,u);return s.top=lo(c.top,s.top),s.right=es(c.right,s.right),s.bottom=es(c.bottom,s.bottom),s.left=lo(c.left,s.left),s},ey(t,l));return i.width=i.right-i.left,i.height=i.bottom-i.top,i.x=i.left,i.y=i.top,i}function ty(t){var n=t.reference,r=t.element,o=t.placement,a=o?er(o):null,l=o?la(o):null,i=n.x+n.width/2-r.width/2,s=n.y+n.height/2-r.height/2,u;switch(a){case qt:u={x:i,y:n.y-r.height};break;case mn:u={x:i,y:n.y+n.height};break;case gn:u={x:n.x+n.width,y:s};break;case Xt:u={x:n.x-r.width,y:s};break;default:u={x:n.x,y:n.y}}var c=a?zd(a):null;if(c!=null){var d=c==="y"?"height":"width";switch(l){case na:u[c]=u[c]-(n[d]/2-r[d]/2);break;case sl:u[c]=u[c]+(n[d]/2-r[d]/2);break}}return u}function pl(t,n){n===void 0&&(n={});var r=n,o=r.placement,a=o===void 0?t.placement:o,l=r.boundary,i=l===void 0?gR:l,s=r.rootBoundary,u=s===void 0?H0:s,c=r.elementContext,d=c===void 0?ul:c,f=r.altBoundary,h=f===void 0?!1:f,g=r.padding,p=g===void 0?0:g,v=Z0(typeof p!="number"?p:J0(p,il)),y=d===ul?yR:ul,b=t.rects.popper,E=t.elements[h?y:d],k=JR(ra(E)?E:E.contextElement||Ir(t.elements.popper),i,u),m=aa(t.elements.reference),w=ty({reference:m,element:b,placement:a}),C=Ud(Object.assign({},b,w)),S=d===ul?C:m,x={top:k.top-S.top+v.top,bottom:S.bottom-k.bottom+v.bottom,left:k.left-S.left+v.left,right:S.right-k.right+v.right},N=t.modifiersData.offset;if(d===ul&&N){var T=N[a];Object.keys(x).forEach(function(A){var D=[gn,mn].indexOf(A)>=0?1:-1,z=[qt,mn].indexOf(A)>=0?"y":"x";x[A]+=T[z]*D})}return x}function QR(t,n){n===void 0&&(n={});var r=n,o=r.placement,a=r.boundary,l=r.rootBoundary,i=r.padding,s=r.flipVariations,u=r.allowedAutoPlacements,c=u===void 0?W0:u,d=la(o),f=d?s?U0:U0.filter(function(p){return la(p)===d}):il,h=f.filter(function(p){return c.indexOf(p)>=0});h.length===0&&(h=f);var g=h.reduce(function(p,v){return p[v]=pl(t,{placement:v,boundary:a,rootBoundary:l,padding:i})[er(v)],p},{});return Object.keys(g).sort(function(p,v){return g[p]-g[v]})}function $R(t){if(er(t)===Ad)return[];var n=rs(t);return[$0(t),n,$0(n)]}function MR(t){var n=t.state,r=t.options,o=t.name;if(!n.modifiersData[o]._skip){for(var a=r.mainAxis,l=a===void 0?!0:a,i=r.altAxis,s=i===void 0?!0:i,u=r.fallbackPlacements,c=r.padding,d=r.boundary,f=r.rootBoundary,h=r.altBoundary,g=r.flipVariations,p=g===void 0?!0:g,v=r.allowedAutoPlacements,y=n.options.placement,b=er(y),E=b===y,k=u||(E||!p?[rs(y)]:$R(y)),m=[y].concat(k).reduce(function(K,X){return K.concat(er(X)===Ad?QR(n,{placement:X,boundary:d,rootBoundary:f,padding:c,flipVariations:p,allowedAutoPlacements:v}):X)},[]),w=n.rects.reference,C=n.rects.popper,S=new Map,x=!0,N=m[0],T=0;T<m.length;T++){var A=m[T],D=er(A),z=la(A)===na,H=[qt,mn].indexOf(D)>=0,P=H?"width":"height",I=pl(n,{placement:A,boundary:d,rootBoundary:f,altBoundary:h,padding:c}),R=H?z?gn:Xt:z?mn:qt;w[P]>C[P]&&(R=rs(R));var B=rs(R),_=[];if(l&&_.push(I[D]<=0),s&&_.push(I[R]<=0,I[B]<=0),_.every(function(K){return K})){N=A,x=!1;break}S.set(A,_)}if(x)for(var F=p?3:1,U=function(X){var q=m.find(function(Z){var G=S.get(Z);if(G)return G.slice(0,X).every(function(te){return te})});if(q)return N=q,"break"},j=F;j>0;j--){var W=U(j);if(W==="break")break}n.placement!==N&&(n.modifiersData[o]._skip=!0,n.placement=N,n.reset=!0)}}var eA={name:"flip",enabled:!0,phase:"main",fn:MR,requiresIfExists:["offset"],data:{_skip:!1}};function ny(t,n,r){return r===void 0&&(r={x:0,y:0}),{top:t.top-n.height-r.y,right:t.right-n.width+r.x,bottom:t.bottom-n.height+r.y,left:t.left-n.width-r.x}}function ry(t){return[qt,gn,mn,Xt].some(function(n){return t[n]>=0})}function tA(t){var n=t.state,r=t.name,o=n.rects.reference,a=n.rects.popper,l=n.modifiersData.preventOverflow,i=pl(n,{elementContext:"reference"}),s=pl(n,{altBoundary:!0}),u=ny(i,o),c=ny(s,a,l),d=ry(u),f=ry(c);n.modifiersData[r]={referenceClippingOffsets:u,popperEscapeOffsets:c,isReferenceHidden:d,hasPopperEscaped:f},n.attributes.popper=Object.assign({},n.attributes.popper,{"data-popper-reference-hidden":d,"data-popper-escaped":f})}var nA={name:"hide",enabled:!0,phase:"main",requiresIfExists:["preventOverflow"],fn:tA};function rA(t,n,r){var o=er(t),a=[Xt,qt].indexOf(o)>=0?-1:1,l=typeof r=="function"?r(Object.assign({},n,{placement:t})):r,i=l[0],s=l[1];return i=i||0,s=(s||0)*a,[Xt,gn].indexOf(o)>=0?{x:s,y:i}:{x:i,y:s}}function oA(t){var n=t.state,r=t.options,o=t.name,a=r.offset,l=a===void 0?[0,0]:a,i=W0.reduce(function(d,f){return d[f]=rA(f,n.rects,l),d},{}),s=i[n.placement],u=s.x,c=s.y;n.modifiersData.popperOffsets!=null&&(n.modifiersData.popperOffsets.x+=u,n.modifiersData.popperOffsets.y+=c),n.modifiersData[o]=i}var aA={name:"offset",enabled:!0,phase:"main",requires:["popperOffsets"],fn:oA};function lA(t){var n=t.state,r=t.name;n.modifiersData[r]=ty({reference:n.rects.reference,element:n.rects.popper,placement:n.placement})}var iA={name:"popperOffsets",enabled:!0,phase:"read",fn:lA,data:{}};function sA(t){return t==="x"?"y":"x"}function uA(t){var n=t.state,r=t.options,o=t.name,a=r.mainAxis,l=a===void 0?!0:a,i=r.altAxis,s=i===void 0?!1:i,u=r.boundary,c=r.rootBoundary,d=r.altBoundary,f=r.padding,h=r.tether,g=h===void 0?!0:h,p=r.tetherOffset,v=p===void 0?0:p,y=pl(n,{boundary:u,rootBoundary:c,padding:f,altBoundary:d}),b=er(n.placement),E=la(n.placement),k=!E,m=zd(b),w=sA(m),C=n.modifiersData.popperOffsets,S=n.rects.reference,x=n.rects.popper,N=typeof v=="function"?v(Object.assign({},n.rects,{placement:n.placement})):v,T=typeof N=="number"?{mainAxis:N,altAxis:N}:Object.assign({mainAxis:0,altAxis:0},N),A=n.modifiersData.offset?n.modifiersData.offset[n.placement]:null,D={x:0,y:0};if(C){if(l){var z,H=m==="y"?qt:Xt,P=m==="y"?mn:gn,I=m==="y"?"height":"width",R=C[m],B=R+y[H],_=R-y[P],F=g?-x[I]/2:0,U=E===na?S[I]:x[I],j=E===na?-x[I]:-S[I],W=n.elements.arrow,K=g&&W?Ld(W):{width:0,height:0},X=n.modifiersData["arrow#persistent"]?n.modifiersData["arrow#persistent"].padding:G0(),q=X[H],Z=X[P],G=dl(0,S[I],K[I]),te=k?S[I]/2-F-G-q-T.mainAxis:U-G-q-T.mainAxis,oe=k?-S[I]/2+F+G+Z+T.mainAxis:j+G+Z+T.mainAxis,$=n.elements.arrow&&cl(n.elements.arrow),M=$?m==="y"?$.clientTop||0:$.clientLeft||0:0,ue=(z=A==null?void 0:A[m])!=null?z:0,ve=R+te-ue-M,we=R+oe-ue,ke=dl(g?es(B,ve):B,R,g?lo(_,we):_);C[m]=ke,D[m]=ke-R}if(s){var Ae,Oe=m==="x"?qt:Xt,ye=m==="x"?mn:gn,De=C[w],Ie=w==="y"?"height":"width",Xe=De+y[Oe],Ze=De-y[ye],ne=[qt,Xt].indexOf(b)!==-1,Se=(Ae=A==null?void 0:A[w])!=null?Ae:0,Je=ne?Xe:De-S[Ie]-x[Ie]-Se+T.altAxis,it=ne?De+S[Ie]+x[Ie]-Se-T.altAxis:Ze,$e=g&&ne?PR(Je,De,it):dl(g?Je:Xe,De,g?it:Ze);C[w]=$e,D[w]=$e-De}n.modifiersData[o]=D}}var cA={name:"preventOverflow",enabled:!0,phase:"main",fn:uA,requiresIfExists:["offset"]};function dA(t){return{scrollLeft:t.scrollLeft,scrollTop:t.scrollTop}}function fA(t){return t===zn(t)||!yn(t)?Fd(t):dA(t)}function pA(t){var n=t.getBoundingClientRect(),r=oa(n.width)/t.offsetWidth||1,o=oa(n.height)/t.offsetHeight||1;return r!==1||o!==1}function hA(t,n,r){r===void 0&&(r=!1);var o=yn(n),a=yn(n)&&pA(n),l=Ir(n),i=aa(t,a),s={scrollLeft:0,scrollTop:0},u={x:0,y:0};return(o||!o&&!r)&&((Mn(n)!=="body"||Hd(l))&&(s=fA(n)),yn(n)?(u=aa(n,!0),u.x+=n.clientLeft,u.y+=n.clientTop):l&&(u.x=jd(l))),{x:i.left+s.scrollLeft-u.x,y:i.top+s.scrollTop-u.y,width:i.width,height:i.height}}function vA(t){var n=new Map,r=new Set,o=[];t.forEach(function(l){n.set(l.name,l)});function a(l){r.add(l.name);var i=[].concat(l.requires||[],l.requiresIfExists||[]);i.forEach(function(s){if(!r.has(s)){var u=n.get(s);u&&a(u)}}),o.push(l)}return t.forEach(function(l){r.has(l.name)||a(l)}),o}function mA(t){var n=vA(t);return BR.reduce(function(r,o){return r.concat(n.filter(function(a){return a.phase===o}))},[])}function gA(t){var n;return function(){return n||(n=new Promise(function(r){Promise.resolve().then(function(){n=void 0,r(t())})})),n}}function yA(t){var n=t.reduce(function(r,o){var a=r[o.name];return r[o.name]=a?Object.assign({},a,o,{options:Object.assign({},a.options,o.options),data:Object.assign({},a.data,o.data)}):o,r},{});return Object.keys(n).map(function(r){return n[r]})}var oy={placement:"bottom",modifiers:[],strategy:"absolute"};function ay(){for(var t=arguments.length,n=new Array(t),r=0;r<t;r++)n[r]=arguments[r];return!n.some(function(o){return!(o&&typeof o.getBoundingClientRect=="function")})}function bA(t){t===void 0&&(t={});var n=t,r=n.defaultModifiers,o=r===void 0?[]:r,a=n.defaultOptions,l=a===void 0?oy:a;return function(s,u,c){c===void 0&&(c=l);var d={placement:"bottom",orderedModifiers:[],options:Object.assign({},oy,l),modifiersData:{},elements:{reference:s,popper:u},attributes:{},styles:{}},f=[],h=!1,g={state:d,setOptions:function(b){var E=typeof b=="function"?b(d.options):b;v(),d.options=Object.assign({},l,d.options,E),d.scrollParents={reference:ra(s)?fl(s):s.contextElement?fl(s.contextElement):[],popper:fl(u)};var k=mA(yA([].concat(o,d.options.modifiers)));return d.orderedModifiers=k.filter(function(m){return m.enabled}),p(),g.update()},forceUpdate:function(){if(!h){var b=d.elements,E=b.reference,k=b.popper;if(ay(E,k)){d.rects={reference:hA(E,cl(k),d.options.strategy==="fixed"),popper:Ld(k)},d.reset=!1,d.placement=d.options.placement,d.orderedModifiers.forEach(function(T){return d.modifiersData[T.name]=Object.assign({},T.data)});for(var m=0;m<d.orderedModifiers.length;m++){if(d.reset===!0){d.reset=!1,m=-1;continue}var w=d.orderedModifiers[m],C=w.fn,S=w.options,x=S===void 0?{}:S,N=w.name;typeof C=="function"&&(d=C({state:d,options:x,name:N,instance:g})||d)}}}},update:gA(function(){return new Promise(function(y){g.forceUpdate(),y(d)})}),destroy:function(){v(),h=!0}};if(!ay(s,u))return g;g.setOptions(c).then(function(y){!h&&c.onFirstUpdate&&c.onFirstUpdate(y)});function p(){d.orderedModifiers.forEach(function(y){var b=y.name,E=y.options,k=E===void 0?{}:E,m=y.effect;if(typeof m=="function"){var w=m({state:d,name:b,instance:g,options:k}),C=function(){};f.push(w||C)}})}function v(){f.forEach(function(y){return y()}),f=[]}return g}}var wA=[WR,iA,HR,Y0,aA,eA,cA,LR,nA],CA=bA({defaultModifiers:wA}),kA="tippy-box",ly="tippy-content",iy="tippy-backdrop",sy="tippy-arrow",uy="tippy-svg-arrow",io={passive:!0,capture:!0},cy=function(){return document.body};function Wd(t,n,r){if(Array.isArray(t)){var o=t[n];return o??(Array.isArray(r)?r[n]:r)}return t}function Kd(t,n){var r={}.toString.call(t);return r.indexOf("[object")===0&&r.indexOf(n+"]")>-1}function dy(t,n){return typeof t=="function"?t.apply(void 0,n):t}function fy(t,n){if(n===0)return t;var r;return function(o){clearTimeout(r),r=setTimeout(function(){t(o)},n)}}function SA(t,n){var r=Object.assign({},t);return n.forEach(function(o){delete r[o]}),r}function EA(t){return t.split(/\s+/).filter(Boolean)}function so(t){return[].concat(t)}function py(t,n){t.indexOf(n)===-1&&t.push(n)}function xA(t){return t.filter(function(n,r){return t.indexOf(n)===r})}function hy(t){return t.split("-")[0]}function ia(t){return[].slice.call(t)}function vy(t){return Object.keys(t).reduce(function(n,r){return t[r]!==void 0&&(n[r]=t[r]),n},{})}function uo(){return document.createElement("div")}function os(t){return["Element","Fragment"].some(function(n){return Kd(t,n)})}function NA(t){return Kd(t,"NodeList")}function Yd(t){return Kd(t,"MouseEvent")}function _A(t){return!!(t&&t._tippy&&t._tippy.reference===t)}function BA(t){return os(t)?[t]:NA(t)?ia(t):Array.isArray(t)?t:ia(document.querySelectorAll(t))}function qd(t,n){t.forEach(function(r){r&&(r.style.transitionDuration=n+"ms")})}function hl(t,n){t.forEach(function(r){r&&r.setAttribute("data-state",n)})}function my(t){var n,r=so(t),o=r[0];return o!=null&&(n=o.ownerDocument)!=null&&n.body?o.ownerDocument:document}function VA(t,n){var r=n.clientX,o=n.clientY;return t.every(function(a){var l=a.popperRect,i=a.popperState,s=a.props,u=s.interactiveBorder,c=hy(i.placement),d=i.modifiersData.offset;if(!d)return!0;var f=c==="bottom"?d.top.y:0,h=c==="top"?d.bottom.y:0,g=c==="right"?d.left.x:0,p=c==="left"?d.right.x:0,v=l.top-o+f>u,y=o-l.bottom-h>u,b=l.left-r+g>u,E=r-l.right-p>u;return v||y||b||E})}function Xd(t,n,r){var o=n+"EventListener";["transitionend","webkitTransitionEnd"].forEach(function(a){t[o](a,r)})}function gy(t,n){for(var r=n;r;){var o;if(t.contains(r))return!0;r=r.getRootNode==null||(o=r.getRootNode())==null?void 0:o.host}return!1}var nr={isTouch:!1},yy=0;function TA(){nr.isTouch||(nr.isTouch=!0,window.performance&&document.addEventListener("mousemove",by))}function by(){var t=performance.now();t-yy<20&&(nr.isTouch=!1,document.removeEventListener("mousemove",by)),yy=t}function OA(){var t=document.activeElement;if(_A(t)){var n=t._tippy;t.blur&&!n.state.isVisible&&t.blur()}}function DA(){document.addEventListener("touchstart",TA,io),window.addEventListener("blur",OA)}var PA=typeof window<"u"&&typeof document<"u",IA=PA?!!window.msCrypto:!1,RA={animateFill:!1,followCursor:!1,inlinePositioning:!1,sticky:!1},AA={allowHTML:!1,animation:"fade",arrow:!0,content:"",inertia:!1,maxWidth:350,role:"tooltip",theme:"",zIndex:9999},Fn=Object.assign({appendTo:cy,aria:{content:"auto",expanded:"auto"},delay:0,duration:[300,250],getReferenceClientRect:null,hideOnClick:!0,ignoreAttributes:!1,interactive:!1,interactiveBorder:2,interactiveDebounce:0,moveTransition:"",offset:[0,10],onAfterUpdate:function(){},onBeforeUpdate:function(){},onCreate:function(){},onDestroy:function(){},onHidden:function(){},onHide:function(){},onMount:function(){},onShow:function(){},onShown:function(){},onTrigger:function(){},onUntrigger:function(){},onClickOutside:function(){},placement:"top",plugins:[],popperOptions:{},render:null,showOnCreate:!1,touch:!0,trigger:"mouseenter focus",triggerTarget:null},RA,AA),LA=Object.keys(Fn),zA=function(n){var r=Object.keys(n);r.forEach(function(o){Fn[o]=n[o]})};function wy(t){var n=t.plugins||[],r=n.reduce(function(o,a){var l=a.name,i=a.defaultValue;if(l){var s;o[l]=t[l]!==void 0?t[l]:(s=Fn[l])!=null?s:i}return o},{});return Object.assign({},t,r)}function FA(t,n){var r=n?Object.keys(wy(Object.assign({},Fn,{plugins:n}))):LA,o=r.reduce(function(a,l){var i=(t.getAttribute("data-tippy-"+l)||"").trim();if(!i)return a;if(l==="content")a[l]=i;else try{a[l]=JSON.parse(i)}catch{a[l]=i}return a},{});return o}function Cy(t,n){var r=Object.assign({},n,{content:dy(n.content,[t])},n.ignoreAttributes?{}:FA(t,n.plugins));return r.aria=Object.assign({},Fn.aria,r.aria),r.aria={expanded:r.aria.expanded==="auto"?n.interactive:r.aria.expanded,content:r.aria.content==="auto"?n.interactive?null:"describedby":r.aria.content},r}var jA=function(){return"innerHTML"};function Gd(t,n){t[jA()]=n}function ky(t){var n=uo();return t===!0?n.className=sy:(n.className=uy,os(t)?n.appendChild(t):Gd(n,t)),n}function Sy(t,n){os(n.content)?(Gd(t,""),t.appendChild(n.content)):typeof n.content!="function"&&(n.allowHTML?Gd(t,n.content):t.textContent=n.content)}function as(t){var n=t.firstElementChild,r=ia(n.children);return{box:n,content:r.find(function(o){return o.classList.contains(ly)}),arrow:r.find(function(o){return o.classList.contains(sy)||o.classList.contains(uy)}),backdrop:r.find(function(o){return o.classList.contains(iy)})}}function Ey(t){var n=uo(),r=uo();r.className=kA,r.setAttribute("data-state","hidden"),r.setAttribute("tabindex","-1");var o=uo();o.className=ly,o.setAttribute("data-state","hidden"),Sy(o,t.props),n.appendChild(r),r.appendChild(o),a(t.props,t.props);function a(l,i){var s=as(n),u=s.box,c=s.content,d=s.arrow;i.theme?u.setAttribute("data-theme",i.theme):u.removeAttribute("data-theme"),typeof i.animation=="string"?u.setAttribute("data-animation",i.animation):u.removeAttribute("data-animation"),i.inertia?u.setAttribute("data-inertia",""):u.removeAttribute("data-inertia"),u.style.maxWidth=typeof i.maxWidth=="number"?i.maxWidth+"px":i.maxWidth,i.role?u.setAttribute("role",i.role):u.removeAttribute("role"),(l.content!==i.content||l.allowHTML!==i.allowHTML)&&Sy(c,t.props),i.arrow?d?l.arrow!==i.arrow&&(u.removeChild(d),u.appendChild(ky(i.arrow))):u.appendChild(ky(i.arrow)):d&&u.removeChild(d)}return{popper:n,onUpdate:a}}Ey.$$tippy=!0;var HA=1,ls=[],Zd=[];function UA(t,n){var r=Cy(t,Object.assign({},Fn,wy(vy(n)))),o,a,l,i=!1,s=!1,u=!1,c=!1,d,f,h,g=[],p=fy(ve,r.interactiveDebounce),v,y=HA++,b=null,E=xA(r.plugins),k={isEnabled:!0,isVisible:!1,isDestroyed:!1,isMounted:!1,isShown:!1},m={id:y,reference:t,popper:uo(),popperInstance:b,props:r,state:k,plugins:E,clearDelayTimeouts:Je,setProps:it,setContent:$e,show:mt,hide:Ke,hideWithInteractivity:on,enable:ne,disable:Se,unmount:pe,destroy:Ce};if(!r.render)return m;var w=r.render(m),C=w.popper,S=w.onUpdate;C.setAttribute("data-tippy-root",""),C.id="tippy-"+m.id,m.popper=C,t._tippy=m,C._tippy=m;var x=E.map(function(V){return V.fn(m)}),N=t.hasAttribute("aria-expanded");return $(),F(),R(),B("onCreate",[m]),r.showOnCreate&&Xe(),C.addEventListener("mouseenter",function(){m.props.interactive&&m.state.isVisible&&m.clearDelayTimeouts()}),C.addEventListener("mouseleave",function(){m.props.interactive&&m.props.trigger.indexOf("mouseenter")>=0&&H().addEventListener("mousemove",p)}),m;function T(){var V=m.props.touch;return Array.isArray(V)?V:[V,0]}function A(){return T()[0]==="hold"}function D(){var V;return!!((V=m.props.render)!=null&&V.$$tippy)}function z(){return v||t}function H(){var V=z().parentNode;return V?my(V):document}function P(){return as(C)}function I(V){return m.state.isMounted&&!m.state.isVisible||nr.isTouch||d&&d.type==="focus"?0:Wd(m.props.delay,V?0:1,Fn.delay)}function R(V){V===void 0&&(V=!1),C.style.pointerEvents=m.props.interactive&&!V?"":"none",C.style.zIndex=""+m.props.zIndex}function B(V,L,O){if(O===void 0&&(O=!0),x.forEach(function(ee){ee[V]&&ee[V].apply(ee,L)}),O){var Y;(Y=m.props)[V].apply(Y,L)}}function _(){var V=m.props.aria;if(V.content){var L="aria-"+V.content,O=C.id,Y=so(m.props.triggerTarget||t);Y.forEach(function(ee){var se=ee.getAttribute(L);if(m.state.isVisible)ee.setAttribute(L,se?se+" "+O:O);else{var Ne=se&&se.replace(O,"").trim();Ne?ee.setAttribute(L,Ne):ee.removeAttribute(L)}})}}function F(){if(!(N||!m.props.aria.expanded)){var V=so(m.props.triggerTarget||t);V.forEach(function(L){m.props.interactive?L.setAttribute("aria-expanded",m.state.isVisible&&L===z()?"true":"false"):L.removeAttribute("aria-expanded")})}}function U(){H().removeEventListener("mousemove",p),ls=ls.filter(function(V){return V!==p})}function j(V){if(!(nr.isTouch&&(u||V.type==="mousedown"))){var L=V.composedPath&&V.composedPath()[0]||V.target;if(!(m.props.interactive&&gy(C,L))){if(so(m.props.triggerTarget||t).some(function(O){return gy(O,L)})){if(nr.isTouch||m.state.isVisible&&m.props.trigger.indexOf("click")>=0)return}else B("onClickOutside",[m,V]);m.props.hideOnClick===!0&&(m.clearDelayTimeouts(),m.hide(),s=!0,setTimeout(function(){s=!1}),m.state.isMounted||q())}}}function W(){u=!0}function K(){u=!1}function X(){var V=H();V.addEventListener("mousedown",j,!0),V.addEventListener("touchend",j,io),V.addEventListener("touchstart",K,io),V.addEventListener("touchmove",W,io)}function q(){var V=H();V.removeEventListener("mousedown",j,!0),V.removeEventListener("touchend",j,io),V.removeEventListener("touchstart",K,io),V.removeEventListener("touchmove",W,io)}function Z(V,L){te(V,function(){!m.state.isVisible&&C.parentNode&&C.parentNode.contains(C)&&L()})}function G(V,L){te(V,L)}function te(V,L){var O=P().box;function Y(ee){ee.target===O&&(Xd(O,"remove",Y),L())}if(V===0)return L();Xd(O,"remove",f),Xd(O,"add",Y),f=Y}function oe(V,L,O){O===void 0&&(O=!1);var Y=so(m.props.triggerTarget||t);Y.forEach(function(ee){ee.addEventListener(V,L,O),g.push({node:ee,eventType:V,handler:L,options:O})})}function $(){A()&&(oe("touchstart",ue,{passive:!0}),oe("touchend",we,{passive:!0})),EA(m.props.trigger).forEach(function(V){if(V!=="manual")switch(oe(V,ue),V){case"mouseenter":oe("mouseleave",we);break;case"focus":oe(IA?"focusout":"blur",ke);break;case"focusin":oe("focusout",ke);break}})}function M(){g.forEach(function(V){var L=V.node,O=V.eventType,Y=V.handler,ee=V.options;L.removeEventListener(O,Y,ee)}),g=[]}function ue(V){var L,O=!1;if(!(!m.state.isEnabled||Ae(V)||s)){var Y=((L=d)==null?void 0:L.type)==="focus";d=V,v=V.currentTarget,F(),!m.state.isVisible&&Yd(V)&&ls.forEach(function(ee){return ee(V)}),V.type==="click"&&(m.props.trigger.indexOf("mouseenter")<0||i)&&m.props.hideOnClick!==!1&&m.state.isVisible?O=!0:Xe(V),V.type==="click"&&(i=!O),O&&!Y&&Ze(V)}}function ve(V){var L=V.target,O=z().contains(L)||C.contains(L);if(!(V.type==="mousemove"&&O)){var Y=Ie().concat(C).map(function(ee){var se,Ne=ee._tippy,It=(se=Ne.popperInstance)==null?void 0:se.state;return It?{popperRect:ee.getBoundingClientRect(),popperState:It,props:r}:null}).filter(Boolean);VA(Y,V)&&(U(),Ze(V))}}function we(V){var L=Ae(V)||m.props.trigger.indexOf("click")>=0&&i;if(!L){if(m.props.interactive){m.hideWithInteractivity(V);return}Ze(V)}}function ke(V){m.props.trigger.indexOf("focusin")<0&&V.target!==z()||m.props.interactive&&V.relatedTarget&&C.contains(V.relatedTarget)||Ze(V)}function Ae(V){return nr.isTouch?A()!==V.type.indexOf("touch")>=0:!1}function Oe(){ye();var V=m.props,L=V.popperOptions,O=V.placement,Y=V.offset,ee=V.getReferenceClientRect,se=V.moveTransition,Ne=D()?as(C).arrow:null,It=ee?{getBoundingClientRect:ee,contextElement:ee.contextElement||z()}:t,Jt={name:"$$tippy",enabled:!0,phase:"beforeWrite",requires:["computeStyles"],fn:function(wn){var He=wn.state;if(D()){var Rt=P(),Ol=Rt.box;["placement","reference-hidden","escaped"].forEach(function(br){br==="placement"?Ol.setAttribute("data-placement",He.placement):He.attributes.popper["data-popper-"+br]?Ol.setAttribute("data-"+br,""):Ol.removeAttribute("data-"+br)}),He.attributes.popper={}}}},Wn=[{name:"offset",options:{offset:Y}},{name:"preventOverflow",options:{padding:{top:2,bottom:2,left:5,right:5}}},{name:"flip",options:{padding:5}},{name:"computeStyles",options:{adaptive:!se}},Jt];D()&&Ne&&Wn.push({name:"arrow",options:{element:Ne,padding:3}}),Wn.push.apply(Wn,(L==null?void 0:L.modifiers)||[]),m.popperInstance=CA(It,C,Object.assign({},L,{placement:O,onFirstUpdate:h,modifiers:Wn}))}function ye(){m.popperInstance&&(m.popperInstance.destroy(),m.popperInstance=null)}function De(){var V=m.props.appendTo,L,O=z();m.props.interactive&&V===cy||V==="parent"?L=O.parentNode:L=dy(V,[O]),L.contains(C)||L.appendChild(C),m.state.isMounted=!0,Oe()}function Ie(){return ia(C.querySelectorAll("[data-tippy-root]"))}function Xe(V){m.clearDelayTimeouts(),V&&B("onTrigger",[m,V]),X();var L=I(!0),O=T(),Y=O[0],ee=O[1];nr.isTouch&&Y==="hold"&&ee&&(L=ee),L?o=setTimeout(function(){m.show()},L):m.show()}function Ze(V){if(m.clearDelayTimeouts(),B("onUntrigger",[m,V]),!m.state.isVisible){q();return}if(!(m.props.trigger.indexOf("mouseenter")>=0&&m.props.trigger.indexOf("click")>=0&&["mouseleave","mousemove"].indexOf(V.type)>=0&&i)){var L=I(!1);L?a=setTimeout(function(){m.state.isVisible&&m.hide()},L):l=requestAnimationFrame(function(){m.hide()})}}function ne(){m.state.isEnabled=!0}function Se(){m.hide(),m.state.isEnabled=!1}function Je(){clearTimeout(o),clearTimeout(a),cancelAnimationFrame(l)}function it(V){if(!m.state.isDestroyed){B("onBeforeUpdate",[m,V]),M();var L=m.props,O=Cy(t,Object.assign({},L,vy(V),{ignoreAttributes:!0}));m.props=O,$(),L.interactiveDebounce!==O.interactiveDebounce&&(U(),p=fy(ve,O.interactiveDebounce)),L.triggerTarget&&!O.triggerTarget?so(L.triggerTarget).forEach(function(Y){Y.removeAttribute("aria-expanded")}):O.triggerTarget&&t.removeAttribute("aria-expanded"),F(),R(),S&&S(L,O),m.popperInstance&&(Oe(),Ie().forEach(function(Y){requestAnimationFrame(Y._tippy.popperInstance.forceUpdate)})),B("onAfterUpdate",[m,V])}}function $e(V){m.setProps({content:V})}function mt(){var V=m.state.isVisible,L=m.state.isDestroyed,O=!m.state.isEnabled,Y=nr.isTouch&&!m.props.touch,ee=Wd(m.props.duration,0,Fn.duration);if(!(V||L||O||Y)&&!z().hasAttribute("disabled")&&(B("onShow",[m],!1),m.props.onShow(m)!==!1)){if(m.state.isVisible=!0,D()&&(C.style.visibility="visible"),R(),X(),m.state.isMounted||(C.style.transition="none"),D()){var se=P(),Ne=se.box,It=se.content;qd([Ne,It],0)}h=function(){var Wn;if(!(!m.state.isVisible||c)){if(c=!0,C.offsetHeight,C.style.transition=m.props.moveTransition,D()&&m.props.animation){var vo=P(),wn=vo.box,He=vo.content;qd([wn,He],ee),hl([wn,He],"visible")}_(),F(),py(Zd,m),(Wn=m.popperInstance)==null||Wn.forceUpdate(),B("onMount",[m]),m.props.animation&&D()&&G(ee,function(){m.state.isShown=!0,B("onShown",[m])})}},De()}}function Ke(){var V=!m.state.isVisible,L=m.state.isDestroyed,O=!m.state.isEnabled,Y=Wd(m.props.duration,1,Fn.duration);if(!(V||L||O)&&(B("onHide",[m],!1),m.props.onHide(m)!==!1)){if(m.state.isVisible=!1,m.state.isShown=!1,c=!1,i=!1,D()&&(C.style.visibility="hidden"),U(),q(),R(!0),D()){var ee=P(),se=ee.box,Ne=ee.content;m.props.animation&&(qd([se,Ne],Y),hl([se,Ne],"hidden"))}_(),F(),m.props.animation?D()&&Z(Y,m.unmount):m.unmount()}}function on(V){H().addEventListener("mousemove",p),py(ls,p),p(V)}function pe(){m.state.isVisible&&m.hide(),m.state.isMounted&&(ye(),Ie().forEach(function(V){V._tippy.unmount()}),C.parentNode&&C.parentNode.removeChild(C),Zd=Zd.filter(function(V){return V!==m}),m.state.isMounted=!1,B("onHidden",[m]))}function Ce(){m.state.isDestroyed||(m.clearDelayTimeouts(),m.unmount(),M(),delete t._tippy,m.state.isDestroyed=!0,B("onDestroy",[m]))}}function be(t,n){n===void 0&&(n={});var r=Fn.plugins.concat(n.plugins||[]);DA();var o=Object.assign({},n,{plugins:r}),a=BA(t),l=a.reduce(function(i,s){var u=s&&UA(s,o);return u&&i.push(u),i},[]);return os(t)?l[0]:l}be.defaultProps=Fn,be.setDefaultProps=zA,be.currentInput=nr;var WA=Object.assign({},Y0,{effect:function(n){var r=n.state,o={popper:{position:r.options.strategy,left:"0",top:"0",margin:"0"},arrow:{position:"absolute"},reference:{}};Object.assign(r.elements.popper.style,o.popper),r.styles=o,r.elements.arrow&&Object.assign(r.elements.arrow.style,o.arrow)}}),KA=function(n,r){var o;r===void 0&&(r={});var a=n,l=[],i=[],s,u=r.overrides,c=[],d=!1;function f(){i=a.map(function(m){return so(m.props.triggerTarget||m.reference)}).reduce(function(m,w){return m.concat(w)},[])}function h(){l=a.map(function(m){return m.reference})}function g(m){a.forEach(function(w){m?w.enable():w.disable()})}function p(m){return a.map(function(w){var C=w.setProps;return w.setProps=function(S){C(S),w.reference===s&&m.setProps(S)},function(){w.setProps=C}})}function v(m,w){var C=i.indexOf(w);if(w!==s){s=w;var S=(u||[]).concat("content").reduce(function(x,N){return x[N]=a[C].props[N],x},{});m.setProps(Object.assign({},S,{getReferenceClientRect:typeof S.getReferenceClientRect=="function"?S.getReferenceClientRect:function(){var x;return(x=l[C])==null?void 0:x.getBoundingClientRect()}}))}}g(!1),h(),f();var y={fn:function(){return{onDestroy:function(){g(!0)},onHidden:function(){s=null},onClickOutside:function(C){C.props.showOnCreate&&!d&&(d=!0,s=null)},onShow:function(C){C.props.showOnCreate&&!d&&(d=!0,v(C,l[0]))},onTrigger:function(C,S){v(C,S.currentTarget)}}}},b=be(uo(),Object.assign({},SA(r,["overrides"]),{plugins:[y].concat(r.plugins||[]),triggerTarget:i,popperOptions:Object.assign({},r.popperOptions,{modifiers:[].concat(((o=r.popperOptions)==null?void 0:o.modifiers)||[],[WA])})})),E=b.show;b.show=function(m){if(E(),!s&&m==null)return v(b,l[0]);if(!(s&&m==null)){if(typeof m=="number")return l[m]&&v(b,l[m]);if(a.indexOf(m)>=0){var w=m.reference;return v(b,w)}if(l.indexOf(m)>=0)return v(b,m)}},b.showNext=function(){var m=l[0];if(!s)return b.show(0);var w=l.indexOf(s);b.show(l[w+1]||m)},b.showPrevious=function(){var m=l[l.length-1];if(!s)return b.show(m);var w=l.indexOf(s),C=l[w-1]||m;b.show(C)};var k=b.setProps;return b.setProps=function(m){u=m.overrides||u,k(m)},b.setInstances=function(m){g(!0),c.forEach(function(w){return w()}),a=m,g(!1),h(),f(),c=p(b),b.setProps({triggerTarget:i})},c=p(b),b},YA={name:"animateFill",defaultValue:!1,fn:function(n){var r;if(!((r=n.props.render)!=null&&r.$$tippy))return{};var o=as(n.popper),a=o.box,l=o.content,i=n.props.animateFill?qA():null;return{onCreate:function(){i&&(a.insertBefore(i,a.firstElementChild),a.setAttribute("data-animatefill",""),a.style.overflow="hidden",n.setProps({arrow:!1,animation:"shift-away"}))},onMount:function(){if(i){var u=a.style.transitionDuration,c=Number(u.replace("ms",""));l.style.transitionDelay=Math.round(c/10)+"ms",i.style.transitionDuration=u,hl([i],"visible")}},onShow:function(){i&&(i.style.transitionDuration="0ms")},onHide:function(){i&&hl([i],"hidden")}}}};function qA(){var t=uo();return t.className=iy,hl([t],"hidden"),t}var Jd={clientX:0,clientY:0},is=[];function xy(t){var n=t.clientX,r=t.clientY;Jd={clientX:n,clientY:r}}function XA(t){t.addEventListener("mousemove",xy)}function GA(t){t.removeEventListener("mousemove",xy)}var ZA={name:"followCursor",defaultValue:!1,fn:function(n){var r=n.reference,o=my(n.props.triggerTarget||r),a=!1,l=!1,i=!0,s=n.props;function u(){return n.props.followCursor==="initial"&&n.state.isVisible}function c(){o.addEventListener("mousemove",h)}function d(){o.removeEventListener("mousemove",h)}function f(){a=!0,n.setProps({getReferenceClientRect:null}),a=!1}function h(v){var y=v.target?r.contains(v.target):!0,b=n.props.followCursor,E=v.clientX,k=v.clientY,m=r.getBoundingClientRect(),w=E-m.left,C=k-m.top;(y||!n.props.interactive)&&n.setProps({getReferenceClientRect:function(){var x=r.getBoundingClientRect(),N=E,T=k;b==="initial"&&(N=x.left+w,T=x.top+C);var A=b==="horizontal"?x.top:T,D=b==="vertical"?x.right:N,z=b==="horizontal"?x.bottom:T,H=b==="vertical"?x.left:N;return{width:D-H,height:z-A,top:A,right:D,bottom:z,left:H}}})}function g(){n.props.followCursor&&(is.push({instance:n,doc:o}),XA(o))}function p(){is=is.filter(function(v){return v.instance!==n}),is.filter(function(v){return v.doc===o}).length===0&&GA(o)}return{onCreate:g,onDestroy:p,onBeforeUpdate:function(){s=n.props},onAfterUpdate:function(y,b){var E=b.followCursor;a||E!==void 0&&s.followCursor!==E&&(p(),E?(g(),n.state.isMounted&&!l&&!u()&&c()):(d(),f()))},onMount:function(){n.props.followCursor&&!l&&(i&&(h(Jd),i=!1),u()||c())},onTrigger:function(y,b){Yd(b)&&(Jd={clientX:b.clientX,clientY:b.clientY}),l=b.type==="focus"},onHidden:function(){n.props.followCursor&&(f(),d(),i=!0)}}}};function JA(t,n){var r;return{popperOptions:Object.assign({},t.popperOptions,{modifiers:[].concat((((r=t.popperOptions)==null?void 0:r.modifiers)||[]).filter(function(o){var a=o.name;return a!==n.name}),[n])})}}var QA={name:"inlinePositioning",defaultValue:!1,fn:function(n){var r=n.reference;function o(){return!!n.props.inlinePositioning}var a,l=-1,i=!1,s=[],u={name:"tippyInlinePositioning",enabled:!0,phase:"afterWrite",fn:function(g){var p=g.state;o()&&(s.indexOf(p.placement)!==-1&&(s=[]),a!==p.placement&&s.indexOf(p.placement)===-1&&(s.push(p.placement),n.setProps({getReferenceClientRect:function(){return c(p.placement)}})),a=p.placement)}};function c(h){return $A(hy(h),r.getBoundingClientRect(),ia(r.getClientRects()),l)}function d(h){i=!0,n.setProps(h),i=!1}function f(){i||d(JA(n.props,u))}return{onCreate:f,onAfterUpdate:f,onTrigger:function(g,p){if(Yd(p)){var v=ia(n.reference.getClientRects()),y=v.find(function(E){return E.left-2<=p.clientX&&E.right+2>=p.clientX&&E.top-2<=p.clientY&&E.bottom+2>=p.clientY}),b=v.indexOf(y);l=b>-1?b:l}},onHidden:function(){l=-1}}}};function $A(t,n,r,o){if(r.length<2||t===null)return n;if(r.length===2&&o>=0&&r[0].left>r[1].right)return r[o]||n;switch(t){case"top":case"bottom":{var a=r[0],l=r[r.length-1],i=t==="top",s=a.top,u=l.bottom,c=i?a.left:l.left,d=i?a.right:l.right,f=d-c,h=u-s;return{top:s,bottom:u,left:c,right:d,width:f,height:h}}case"left":case"right":{var g=Math.min.apply(Math,r.map(function(C){return C.left})),p=Math.max.apply(Math,r.map(function(C){return C.right})),v=r.filter(function(C){return t==="left"?C.left===g:C.right===p}),y=v[0].top,b=v[v.length-1].bottom,E=g,k=p,m=k-E,w=b-y;return{top:y,bottom:b,left:E,right:k,width:m,height:w}}default:return n}}var MA={name:"sticky",defaultValue:!1,fn:function(n){var r=n.reference,o=n.popper;function a(){return n.popperInstance?n.popperInstance.state.elements.reference:r}function l(c){return n.props.sticky===!0||n.props.sticky===c}var i=null,s=null;function u(){var c=l("reference")?a().getBoundingClientRect():null,d=l("popper")?o.getBoundingClientRect():null;(c&&Ny(i,c)||d&&Ny(s,d))&&n.popperInstance&&n.popperInstance.update(),i=c,s=d,n.state.isMounted&&requestAnimationFrame(u)}return{onMount:function(){n.props.sticky&&u()}}}};function Ny(t,n){return t&&n?t.top!==n.top||t.right!==n.right||t.bottom!==n.bottom||t.left!==n.left:!0}be.setDefaultProps({render:Ey}),be.setDefaultProps({onShow:t=>{if(!t.props.content)return!1}});const e5=t=>t instanceof Object&&"$"in t&&"$el"in t;function Qd(t,n={},r={mount:!0,appName:"Tippy"}){r=Object.assign({mount:!0,appName:"Tippy"},r);const o=e.getCurrentInstance(),a=e.ref(),l=e.ref({isEnabled:!1,isVisible:!1,isDestroyed:!1,isMounted:!1,isShown:!1}),i=e.shallowRef();let s=null;const u=()=>s||(s=document.createDocumentFragment(),s),c=S=>{let x,N=e.isRef(S)?S.value:S;return e.isVNode(N)?(i.value||(i.value=e.createApp({name:r.appName,setup:()=>()=>e.isRef(S)?S.value:S}),o&&Object.assign(i.value._context,o.appContext),i.value.mount(u())),x=()=>u()):typeof N=="object"?(i.value||(i.value=e.createApp({name:r.appName,setup:()=>()=>e.h(e.isRef(S)?S.value:S)}),o&&Object.assign(i.value._context,o.appContext),i.value.mount(u())),x=()=>u()):x=N,x},d=S=>{let x={};return e.isRef(S)?x=S.value||{}:e.isReactive(S)?x={...S}:x={...S},x.content&&(x.content=c(x.content)),x.triggerTarget&&(x.triggerTarget=e.isRef(x.triggerTarget)?x.triggerTarget.value:x.triggerTarget),(!x.plugins||!Array.isArray(x.plugins))&&(x.plugins=[]),x.plugins=x.plugins.filter(N=>N.name!=="vueTippyReactiveState"),x.plugins.push({name:"vueTippyReactiveState",fn:()=>({onCreate(){l.value.isEnabled=!0},onMount(){l.value.isMounted=!0},onShow(){l.value.isMounted=!0,l.value.isVisible=!0},onShown(){l.value.isShown=!0},onHide(){l.value.isMounted=!1,l.value.isVisible=!1},onHidden(){l.value.isShown=!1},onUnmounted(){l.value.isMounted=!1},onDestroy(){l.value.isDestroyed=!0}})}),x},f=()=>{a.value&&a.value.setProps(d(n))},h=()=>{!a.value||!n.content||a.value.setContent(c(n.content))},g=S=>{var x;(x=a.value)===null||x===void 0||x.setContent(c(S))},p=S=>{var x;(x=a.value)===null||x===void 0||x.setProps(d(S))},v=()=>{var S;a.value&&(a.value.destroy(),a.value=void 0),s=null,(S=i.value)===null||S===void 0||S.unmount(),i.value=void 0},y=()=>{var S;(S=a.value)===null||S===void 0||S.show()},b=()=>{var S;(S=a.value)===null||S===void 0||S.hide()},E=()=>{var S;(S=a.value)===null||S===void 0||S.disable(),l.value.isEnabled=!1},k=()=>{var S;(S=a.value)===null||S===void 0||S.enable(),l.value.isEnabled=!0},m=()=>{var S;(S=a.value)===null||S===void 0||S.unmount()},w=()=>{if(!t)return;let S=e.isRef(t)?t.value:t;typeof S=="function"&&(S=S()),e5(S)&&(S=S.$el),S&&(a.value=be(S,d(n)),S.$tippy=C)},C={tippy:a,refresh:f,refreshContent:h,setContent:g,setProps:p,destroy:v,hide:b,show:y,disable:E,enable:k,unmount:m,mount:w,state:l};return r.mount&&(o?o.isMounted?w():e.onMounted(w):w()),o&&e.onUnmounted(()=>{v()}),e.isRef(n)||e.isReactive(n)?e.watch(n,f,{immediate:!1}):e.isRef(n.content)&&e.watch(n.content,h,{immediate:!1}),C}function t5(t,n){const r=e.ref();return e.onMounted(()=>{const a=(Array.isArray(t)?t.map(l=>l.value):typeof t=="function"?t():t.value).map(l=>l instanceof Element?l._tippy:l).filter(Boolean);r.value=KA(a,n?{allowHTML:!0,...n}:{allowHTML:!0})}),{singleton:r}}function n5(t){return typeof t=="function"?t():e.unref(t)}function r5(t){var n,r;const o=n5(t);return(r=(n=o)===null||n===void 0?void 0:n.$el)!==null&&r!==void 0?r:o}e.defineComponent({props:{to:{type:[String,Function]},tag:{type:[String,Object],default:"span"},contentTag:{type:[String,Object],default:"span"},contentClass:{type:String,default:null},appendTo:{default:()=>be.defaultProps.appendTo},aria:{default:()=>be.defaultProps.aria},delay:{default:()=>be.defaultProps.delay},duration:{default:()=>be.defaultProps.duration},getReferenceClientRect:{default:()=>be.defaultProps.getReferenceClientRect},hideOnClick:{type:[Boolean,String],default:()=>be.defaultProps.hideOnClick},ignoreAttributes:{type:Boolean,default:()=>be.defaultProps.ignoreAttributes},interactive:{type:Boolean,default:()=>be.defaultProps.interactive},interactiveBorder:{default:()=>be.defaultProps.interactiveBorder},interactiveDebounce:{default:()=>be.defaultProps.interactiveDebounce},moveTransition:{default:()=>be.defaultProps.moveTransition},offset:{default:()=>be.defaultProps.offset},onAfterUpdate:{default:()=>be.defaultProps.onAfterUpdate},onBeforeUpdate:{default:()=>be.defaultProps.onBeforeUpdate},onCreate:{default:()=>be.defaultProps.onCreate},onDestroy:{default:()=>be.defaultProps.onDestroy},onHidden:{default:()=>be.defaultProps.onHidden},onHide:{default:()=>be.defaultProps.onHide},onMount:{default:()=>be.defaultProps.onMount},onShow:{default:()=>be.defaultProps.onShow},onShown:{default:()=>be.defaultProps.onShown},onTrigger:{default:()=>be.defaultProps.onTrigger},onUntrigger:{default:()=>be.defaultProps.onUntrigger},onClickOutside:{default:()=>be.defaultProps.onClickOutside},placement:{default:()=>be.defaultProps.placement},plugins:{default:()=>be.defaultProps.plugins},popperOptions:{default:()=>be.defaultProps.popperOptions},render:{default:()=>be.defaultProps.render},showOnCreate:{type:Boolean,default:()=>be.defaultProps.showOnCreate},touch:{type:[Boolean,String,Array],default:()=>be.defaultProps.touch},trigger:{default:()=>be.defaultProps.trigger},triggerTarget:{default:()=>be.defaultProps.triggerTarget},animateFill:{type:Boolean,default:()=>be.defaultProps.animateFill},followCursor:{type:[Boolean,String],default:()=>be.defaultProps.followCursor},inlinePositioning:{type:Boolean,default:()=>be.defaultProps.inlinePositioning},sticky:{type:[Boolean,String],default:()=>be.defaultProps.sticky},allowHTML:{type:Boolean,default:()=>be.defaultProps.allowHTML},animation:{default:()=>be.defaultProps.animation},arrow:{default:()=>be.defaultProps.arrow},content:{default:()=>be.defaultProps.content},inertia:{default:()=>be.defaultProps.inertia},maxWidth:{default:()=>be.defaultProps.maxWidth},role:{default:()=>be.defaultProps.role},theme:{default:()=>be.defaultProps.theme},zIndex:{default:()=>be.defaultProps.zIndex}},emits:["state"],setup(t,{slots:n,emit:r,expose:o}){const a=e.ref(),l=e.ref(),i=e.ref(),s=e.ref(!1),u=()=>{let g={...t};for(const p of["to","tag","contentTag","contentClass"])g.hasOwnProperty(p)&&delete g[p];return g};let c=()=>r5(a);t.to&&(typeof Element<"u"&&t.to instanceof Element?c=()=>t.to:t.to==="parent"?c=()=>{let g=a.value;return g||(g=a.value=l.value.parentElement),g}:(typeof t.to=="string"||t.to instanceof String)&&(c=()=>document.querySelector(t.to)));const d=Qd(c,u());let f=n.content;!f&&t.to==="parent"&&(f=n.default),e.onMounted(()=>{s.value=!0,e.nextTick(()=>{f&&d.setContent(()=>i.value)})}),e.watch(d.state,()=>{r("state",e.unref(d.state))},{immediate:!0,deep:!0}),e.watch(()=>t,()=>{d.setProps(u()),f&&d.setContent(()=>i.value)},{deep:!0});let h=e.reactive({elem:a,contentElem:i,mounted:s,...d});return o(h),()=>{const g=(typeof t.contentTag=="string",t.contentTag),p=f?e.h(g,{ref:i,style:{display:s.value?"inherit":"none"},class:t.contentClass},f(h)):null;if(t.to==="parent"){const b=[];if(!a.value){const E=e.h("span",{ref:l,"data-v-tippy":"",style:{display:"none"}});b.push(E)}return p&&b.push(p),b}const v=n.default?n.default(h):[];if(!t.tag){const b=e.h(v[0],{ref:a,"data-v-tippy":""});return p?[b,p]:b}const y=(typeof t.tag=="string",t.tag);return e.h(y,{ref:a,"data-v-tippy":""},p?[v,p]:v)}}});const o5=["a11y","allowHTML","arrow","flip","flipOnUpdate","hideOnClick","ignoreAttributes","inertia","interactive","lazy","multiple","showOnInit","touch","touchHold"];let $d={};Object.keys(be.defaultProps).forEach(t=>{o5.includes(t)?$d[t]={type:Boolean,default:function(){return be.defaultProps[t]}}:$d[t]={default:function(){return be.defaultProps[t]}}}),e.defineComponent({props:$d,setup(t){const n=e.ref([]),{singleton:r}=t5(n,t);return{instances:n,singleton:r}},mounted(){var t;const r=this.$el.parentElement.querySelectorAll("[data-v-tippy]");this.instances=Array.from(r).map(o=>o._tippy).filter(Boolean),(t=this.singleton)===null||t===void 0||t.setInstances(this.instances)},render(){let t=this.$slots.default?this.$slots.default():[];return e.h(()=>t)}});const a5={mounted(t,n,r){const o=typeof n.value=="string"?{content:n.value}:n.value||{},a=Object.keys(n.modifiers||{}),l=a.find(s=>s!=="arrow"),i=a.findIndex(s=>s==="arrow")!==-1;l&&(o.placement=o.placement||l),i&&(o.arrow=o.arrow!==void 0?o.arrow:!0),r.props&&r.props.onTippyShow&&(o.onShow=function(...s){var u;return(u=r.props)===null||u===void 0?void 0:u.onTippyShow(...s)}),r.props&&r.props.onTippyShown&&(o.onShown=function(...s){var u;return(u=r.props)===null||u===void 0?void 0:u.onTippyShown(...s)}),r.props&&r.props.onTippyHidden&&(o.onHidden=function(...s){var u;return(u=r.props)===null||u===void 0?void 0:u.onTippyHidden(...s)}),r.props&&r.props.onTippyHide&&(o.onHide=function(...s){var u;return(u=r.props)===null||u===void 0?void 0:u.onTippyHide(...s)}),r.props&&r.props.onTippyMount&&(o.onMount=function(...s){var u;return(u=r.props)===null||u===void 0?void 0:u.onTippyMount(...s)}),t.getAttribute("title")&&!o.content&&(o.content=t.getAttribute("title"),t.removeAttribute("title")),t.getAttribute("content")&&!o.content&&(o.content=t.getAttribute("content")),Qd(t,o)},unmounted(t){t.$tippy?t.$tippy.destroy():t._tippy&&t._tippy.destroy()},updated(t,n){const r=typeof n.value=="string"?{content:n.value}:n.value||{};t.getAttribute("title")&&!r.content&&(r.content=t.getAttribute("title"),t.removeAttribute("title")),t.getAttribute("content")&&!r.content&&(r.content=t.getAttribute("content")),t.$tippy?t.$tippy.setProps(r||{}):t._tippy&&t._tippy.setProps(r||{})}},l5=be.setDefaultProps;l5({ignoreAttributes:!0,plugins:[MA,QA,ZA,YA]});const i5={xmlns:"http://www.w3.org/2000/svg",width:"32",height:"32",viewBox:"0 0 1024 1024"};function s5(t,n){return e.openBlock(),e.createElementBlock("svg",i5,n[0]||(n[0]=[e.createElementVNode("path",{fill:"currentColor",d:"M168 504.2c1-43.7 10-86.1 26.9-126 17.3-41 42.1-77.7 73.7-109.4S337 212.3 378 195c42.4-17.9 87.4-27 133.9-27s91.5 9.1 133.8 27A341.5 341.5 0 0 1 755 268.8c9.9 9.9 19.2 20.4 27.8 31.4l-60.2 47a8 8 0 0 0 3 14.1l175.7 43c5 1.2 9.9-2.6 9.9-7.7l.8-180.9c0-6.7-7.7-10.5-12.9-6.3l-56.4 44.1C765.8 155.1 646.2 92 511.8 92 282.7 92 96.3 275.6 92 503.8a8 8 0 0 0 8 8.2h60c4.4 0 7.9-3.5 8-7.8m756 7.8h-60c-4.4 0-7.9 3.5-8 7.8-1 43.7-10 86.1-26.9 126-17.3 41-42.1 77.8-73.7 109.4A342.45 342.45 0 0 1 512.1 856a342.24 342.24 0 0 1-243.2-100.8c-9.9-9.9-19.2-20.4-27.8-31.4l60.2-47a8 8 0 0 0-3-14.1l-175.7-43c-5-1.2-9.9 2.6-9.9 7.7l-.7 181c0 6.7 7.7 10.5 12.9 6.3l56.4-44.1C258.2 868.9 377.8 932 512.2 932c229.2 0 415.5-183.7 419.8-411.8a8 8 0 0 0-8-8.2"},null,-1)]))}const u5={render:s5},c5={xmlns:"http://www.w3.org/2000/svg",width:"32",height:"32",viewBox:"0 0 1024 1024"};function d5(t,n){return e.openBlock(),e.createElementBlock("svg",c5,n[0]||(n[0]=[e.createElementVNode("path",{fill:"currentColor",d:"M400 317.7h73.9V656c0 4.4 3.6 8 8 8h60c4.4 0 8-3.6 8-8V317.7H624c6.7 0 10.4-7.7 6.3-12.9L518.3 163a8 8 0 0 0-12.6 0l-112 141.7c-4.1 5.3-.4 13 6.3 13M878 626h-60c-4.4 0-8 3.6-8 8v154H214V634c0-4.4-3.6-8-8-8h-60c-4.4 0-8 3.6-8 8v198c0 17.7 14.3 32 32 32h684c17.7 0 32-14.3 32-32V634c0-4.4-3.6-8-8-8"},null,-1)]))}const f5={render:d5},p5={xmlns:"http://www.w3.org/2000/svg",width:"32",height:"32",class:"icon",viewBox:"0 0 1024 1024"};function h5(t,n){return e.openBlock(),e.createElementBlock("svg",p5,n[0]||(n[0]=[e.createElementVNode("path",{d:"m296.992 216.992-272 272L3.008 512l21.984 23.008 272 272 46.016-46.016L126.016 544h772L680.992 760.992l46.016 46.016 272-272L1020.992 512l-21.984-23.008-272-272-46.048 46.048L898.016 480h-772l216.96-216.992z"},null,-1)]))}const v5={render:h5},m5={xmlns:"http://www.w3.org/2000/svg",width:"32",height:"32",class:"icon",viewBox:"0 0 1024 1024"};function g5(t,n){return e.openBlock(),e.createElementBlock("svg",m5,n[0]||(n[0]=[e.createElementVNode("path",{d:"m512 67.008-23.008 21.984-256 256 46.048 46.048L480 190.016v644L279.008 632.96l-46.048 46.08 256 256 23.008 21.984 23.008-21.984 256-256-46.016-46.016L544 834.016v-644l200.992 200.96 46.016-45.984-256-256z"},null,-1)]))}const y5={render:g5},b5={xmlns:"http://www.w3.org/2000/svg",width:"32",height:"32",viewBox:"0 0 1024 1024"};function w5(t,n){return e.openBlock(),e.createElementBlock("svg",b5,n[0]||(n[0]=[e.createElementVNode("path",{fill:"currentColor",d:"M868 545.5 536.1 163a31.96 31.96 0 0 0-48.3 0L156 545.5a7.97 7.97 0 0 0 6 13.2h81c4.6 0 9-2 12.1-5.5L474 300.9V864c0 4.4 3.6 8 8 8h60c4.4 0 8-3.6 8-8V300.9l218.9 252.3c3 3.5 7.4 5.5 12.1 5.5h81c6.8 0 10.5-8 6-13.2"},null,-1)]))}const _y={render:w5},C5={xmlns:"http://www.w3.org/2000/svg",width:"32",height:"32",class:"icon",viewBox:"0 0 1024 1024"};function k5(t,n){return e.openBlock(),e.createElementBlock("svg",C5,n[0]||(n[0]=[e.createStaticVNode('<path d="M956.8 988.8H585.6c-16 0-25.6-9.6-25.6-28.8V576c0-16 9.6-28.8 25.6-28.8h371.2c16 0 25.6 9.6 25.6 28.8v384c0 16-9.6 28.8-25.6 28.8M608 937.6h326.4V598.4H608zm-121.6 44.8C262.4 982.4 144 848 144 595.2c0-19.2 9.6-28.8 25.6-28.8s25.6 12.8 25.6 28.8c0 220.8 96 326.4 288 326.4 16 0 25.6 12.8 25.6 28.8s-6.4 32-22.4 32"></path><path d="M262.4 694.4c-6.4 0-9.6-3.2-16-6.4L160 601.6c-9.6-9.6-9.6-22.4 0-28.8s22.4-9.6 28.8 0l86.4 86.4c9.6 9.6 9.6 22.4 0 28.8-3.2 3.2-6.4 6.4-12.8 6.4"></path><path d="M86.4 694.4c-6.4 0-9.6-3.2-16-6.4-9.6-9.6-9.6-22.4 0-28.8l86.4-86.4c9.6-9.6 22.4-9.6 28.8 0 9.6 9.6 9.6 22.4 0 28.8L99.2 688c-3.2 3.2-6.4 6.4-12.8 6.4m790.4-249.6c-16 0-28.8-12.8-28.8-32 0-224-99.2-336-300.8-336-16 0-28.8-12.8-28.8-32s9.6-32 28.8-32c233.6 0 355.2 137.6 355.2 396.8 0 22.4-9.6 35.2-25.6 35.2"></path><path d="M876.8 448c-6.4 0-9.6-3.2-16-6.4l-86.4-86.4c-9.6-9.6-9.6-22.4 0-28.8s22.4-9.6 28.8 0l86.4 86.4c9.6 9.6 9.6 22.4 0 28.8 0 3.2-6.4 6.4-12.8 6.4"></path><path d="M876.8 448c-6.4 0-9.6-3.2-16-6.4-9.6-9.6-9.6-22.4 0-28.8l86.4-86.4c9.6-9.6 22.4-9.6 28.8 0s9.6 22.4 0 28.8l-86.4 86.4c-3.2 3.2-6.4 6.4-12.8 6.4M288 524.8C156.8 524.8 48 416 48 278.4S156.8 35.2 288 35.2 528 144 528 281.6 419.2 524.8 288 524.8m-3.2-432c-99.2 0-179.2 83.2-179.2 185.6S185.6 464 284.8 464 464 380.8 464 278.4 384 92.8 284.8 92.8"></path>',5)]))}const S5={render:k5},E5={xmlns:"http://www.w3.org/2000/svg",width:"32",height:"32",viewBox:"0 0 1024 1024"};function x5(t,n){return e.openBlock(),e.createElementBlock("svg",E5,n[0]||(n[0]=[e.createElementVNode("path",{fill:"currentColor",d:"M862 465.3h-81c-4.6 0-9 2-12.1 5.5L550 723.1V160c0-4.4-3.6-8-8-8h-60c-4.4 0-8 3.6-8 8v563.1L255.1 470.8c-3-3.5-7.4-5.5-12.1-5.5h-81c-6.8 0-10.5 8.1-6 13.2L487.9 861a31.96 31.96 0 0 0 48.3 0L868 478.5c4.5-5.2.8-13.2-6-13.2"},null,-1)]))}const By={render:x5},N5={xmlns:"http://www.w3.org/2000/svg",width:"32",height:"32",viewBox:"0 0 1024 1024"};function _5(t,n){return e.openBlock(),e.createElementBlock("svg",N5,n[0]||(n[0]=[e.createElementVNode("path",{fill:"currentColor",d:"M872 474H286.9l350.2-304c5.6-4.9 2.2-14-5.2-14h-88.5c-3.9 0-7.6 1.4-10.5 3.9L155 487.8a31.96 31.96 0 0 0 0 48.3L535.1 866c1.5 1.3 3.3 2 5.2 2h91.5c7.4 0 10.8-9.2 5.2-14L286.9 550H872c4.4 0 8-3.6 8-8v-60c0-4.4-3.6-8-8-8"},null,-1)]))}const B5={render:_5},V5={xmlns:"http://www.w3.org/2000/svg",width:"32",height:"32",viewBox:"0 0 1024 1024"};function T5(t,n){return e.openBlock(),e.createElementBlock("svg",V5,n[0]||(n[0]=[e.createElementVNode("path",{fill:"currentColor",d:"M505.7 661a8 8 0 0 0 12.6 0l112-141.7c4.1-5.2.4-12.9-6.3-12.9h-74.1V168c0-4.4-3.6-8-8-8h-60c-4.4 0-8 3.6-8 8v338.3H400c-6.7 0-10.4 7.7-6.3 12.9zM878 626h-60c-4.4 0-8 3.6-8 8v154H214V634c0-4.4-3.6-8-8-8h-60c-4.4 0-8 3.6-8 8v198c0 17.7 14.3 32 32 32h684c17.7 0 32-14.3 32-32V634c0-4.4-3.6-8-8-8"},null,-1)]))}const O5={render:T5},D5={xmlns:"http://www.w3.org/2000/svg",width:"32",height:"32",viewBox:"0 0 1024 1024"};function P5(t,n){return e.openBlock(),e.createElementBlock("svg",D5,n[0]||(n[0]=[e.createElementVNode("path",{fill:"currentColor",d:"M869 487.8 491.2 159.9c-2.9-2.5-6.6-3.9-10.5-3.9h-88.5c-7.4 0-10.8 9.2-5.2 14l350.2 304H152c-4.4 0-8 3.6-8 8v60c0 4.4 3.6 8 8 8h585.1L386.9 854c-5.6 4.9-2.2 14 5.2 14h91.5c1.9 0 3.8-.7 5.2-2L869 536.2a32.07 32.07 0 0 0 0-48.4"},null,-1)]))}const I5={render:P5},R5={xmlns:"http://www.w3.org/2000/svg",width:"32",height:"32",viewBox:"0 0 1024 1024"};function A5(t,n){return e.openBlock(),e.createElementBlock("svg",R5,n[0]||(n[0]=[e.createElementVNode("path",{fill:"currentColor",d:"M672 418H144c-17.7 0-32 14.3-32 32v414c0 17.7 14.3 32 32 32h528c17.7 0 32-14.3 32-32V450c0-17.7-14.3-32-32-32m-44 402H188V494h440z"},null,-1),e.createElementVNode("path",{fill:"currentColor",d:"M819.3 328.5c-78.8-100.7-196-153.6-314.6-154.2l-.2-64c0-6.5-7.6-10.1-12.6-6.1l-128 101c-4 3.1-3.9 9.1 0 12.3L492 318.6c5.1 4 12.7.4 12.6-6.1v-63.9c12.9.1 25.9.9 38.8 2.5 42.1 5.2 82.1 18.2 119 38.7 38.1 21.2 71.2 49.7 98.4 84.3 27.1 34.7 46.7 73.7 58.1 115.8 11 40.7 14 82.7 8.9 124.8-.7 5.4-1.4 10.8-2.4 16.1h74.9c14.8-103.6-11.3-213-81-302.3"},null,-1)]))}const L5={render:A5},z5={xmlns:"http://www.w3.org/2000/svg",width:"32",height:"32",viewBox:"0 0 1024 1024"};function F5(t,n){return e.openBlock(),e.createElementBlock("svg",z5,n[0]||(n[0]=[e.createElementVNode("path",{fill:"currentColor",d:"M637 443H519V309c0-4.4-3.6-8-8-8h-60c-4.4 0-8 3.6-8 8v134H325c-4.4 0-8 3.6-8 8v60c0 4.4 3.6 8 8 8h118v134c0 4.4 3.6 8 8 8h60c4.4 0 8-3.6 8-8V519h118c4.4 0 8-3.6 8-8v-60c0-4.4-3.6-8-8-8m284 424L775 721c122.1-148.9 113.6-369.5-26-509-148-148.1-388.4-148.1-537 0-148.1 148.6-148.1 389 0 537 139.5 139.6 360.1 148.1 509 26l146 146c3.2 2.8 8.3 2.8 11 0l43-43c2.8-2.7 2.8-7.8 0-11M696 696c-118.8 118.7-311.2 118.7-430 0-118.7-118.8-118.7-311.2 0-430 118.8-118.7 311.2-118.7 430 0 118.7 118.8 118.7 311.2 0 430"},null,-1)]))}const j5={render:F5},H5={xmlns:"http://www.w3.org/2000/svg",width:"32",height:"32",viewBox:"0 0 1024 1024"};function U5(t,n){return e.openBlock(),e.createElementBlock("svg",H5,n[0]||(n[0]=[e.createElementVNode("path",{fill:"currentColor",d:"M480.5 251.2c13-1.6 25.9-2.4 38.8-2.5v63.9c0 6.5 7.5 10.1 12.6 6.1L660 217.6c4-3.2 4-9.2 0-12.3l-128-101c-5.1-4-12.6-.4-12.6 6.1l-.2 64c-118.6.5-235.8 53.4-314.6 154.2-69.6 89.2-95.7 198.6-81.1 302.4h74.9c-.9-5.3-1.7-10.7-2.4-16.1-5.1-42.1-2.1-84.1 8.9-124.8 11.4-42.2 31-81.1 58.1-115.8 27.2-34.7 60.3-63.2 98.4-84.3 37-20.6 76.9-33.6 119.1-38.8"},null,-1),e.createElementVNode("path",{fill:"currentColor",d:"M880 418H352c-17.7 0-32 14.3-32 32v414c0 17.7 14.3 32 32 32h528c17.7 0 32-14.3 32-32V450c0-17.7-14.3-32-32-32m-44 402H396V494h440z"},null,-1)]))}const W5={render:U5},K5={xmlns:"http://www.w3.org/2000/svg",width:"32",height:"32",viewBox:"0 0 1024 1024"};function Y5(t,n){return e.openBlock(),e.createElementBlock("svg",K5,n[0]||(n[0]=[e.createElementVNode("path",{fill:"currentColor",d:"M637 443H325c-4.4 0-8 3.6-8 8v60c0 4.4 3.6 8 8 8h312c4.4 0 8-3.6 8-8v-60c0-4.4-3.6-8-8-8m284 424L775 721c122.1-148.9 113.6-369.5-26-509-148-148.1-388.4-148.1-537 0-148.1 148.6-148.1 389 0 537 139.5 139.6 360.1 148.1 509 26l146 146c3.2 2.8 8.3 2.8 11 0l43-43c2.8-2.7 2.8-7.8 0-11M696 696c-118.8 118.7-311.2 118.7-430 0-118.7-118.8-118.7-311.2 0-430 118.8-118.7 311.2-118.7 430 0 118.7 118.8 118.7 311.2 0 430"},null,-1)]))}const q5={render:Y5},X5={aspectRatio:1,zoomable:!0,zoomOnTouch:!0,zoomOnWheel:!0,cropBoxMovable:!0,cropBoxResizable:!0,toggleDragModeOnDblclick:!0,autoCrop:!0,background:!0,highlight:!0,center:!0,responsive:!0,restore:!0,checkCrossOrigin:!0,checkOrientation:!0,scalable:!0,modal:!0,guides:!0,movable:!0,rotatable:!0},G5={src:{type:String,required:!0},alt:{type:String},circled:{type:Boolean,default:!1},isClose:{type:Boolean,default:!0},realTimePreview:{type:Boolean,default:!0},height:{type:[String,Number],default:"360px"},crossorigin:{type:String,default:void 0},imageStyle:{type:Object,default:()=>({})},options:{type:Object,default:()=>({})}};Ys(e.defineComponent({name:"ReCropper",props:G5,setup(t,{attrs:n,emit:r}){const o=e.ref(),a=e.ref(),l=e.ref(),i=e.ref(t.circled),s=e.ref(t.isClose),u=e.ref(t.src),c=e.ref(!1),d=e.ref();let f=1,h=1;const g=jf(k,80),p=e.computed(()=>({height:t.height,maxWidth:"100%",...t.imageStyle})),v=e.computed(()=>[n.class,{"re-circled":i.value}]),y=e.computed(()=>["p-[6px]","h-[30px]","w-[30px]","outline-none","rounded-[4px]","cursor-pointer","hover:bg-[rgba(0,0,0,0.06)]"]),b=e.computed(()=>({height:`${t.height}`.replace(/px/,"")+"px"}));e.onMounted(E),e.onUnmounted(()=>{var T;(T=l.value)==null||T.destroy(),c.value=!1,l.value=null,d.value="",f=1,h=1}),Iw(o,()=>C("reset"));async function E(){const T=e.unref(a);T&&(l.value=new j0(T,{...X5,ready:()=>{c.value=!0,k(),Ks(400).then(()=>r("readied",l.value))},crop(){g()},zoom(){g()},cropmove(){g()},...t.options}))}function k(){t.realTimePreview&&m()}function m(){if(!l.value)return;(i.value?w():l.value.getCroppedCanvas()).toBlob(A=>{if(!A)return;const D=new FileReader;D.readAsDataURL(A),D.onloadend=z=>{var H;!((H=z.target)!=null&&H.result)||!A||(d.value=z.target.result,r("cropper",{base64:z.target.result,blob:A,info:{size:A.size,...l.value.getData()}}))},D.onerror=()=>{r("error")}})}function w(){const T=l.value.getCroppedCanvas(),A=document.createElement("canvas"),D=A.getContext("2d"),z=T.width,H=T.height;return A.width=z,A.height=H,D.imageSmoothingEnabled=!0,D.drawImage(T,0,0,z,H),D.globalCompositeOperation="destination-in",D.beginPath(),D.arc(z/2,H/2,Math.min(z,H)/2,0,2*Math.PI,!0),D.fill(),A}function C(T,A){var D,z,H,P;T==="scaleX"&&(f=A=f===-1?1:-1),T==="scaleY"&&(h=A=h===-1?1:-1),A&&Us(A)?(z=(D=l.value)==null?void 0:D[T])==null||z.call(D,...A):(P=(H=l.value)==null?void 0:H[T])==null||P.call(H,A)}function S(T){const A=new FileReader;return A.readAsDataURL(T),u.value="",A.onload=D=>{var z;u.value=(z=D.target)==null?void 0:z.result},A.onloadend=()=>{E()},!1}const x=e.defineComponent({directives:{tippy:a5,longpress:mR},setup(){return()=>e.createVNode("div",{class:"flex flex-wrap w-[60px] justify-between"},[e.createVNode(qi,{accept:"image/*","show-file-list":!1,"before-upload":S},{default:()=>[e.withDirectives(e.createVNode(f5,{class:y.value},null),[[e.resolveDirective("tippy"),{content:"上传",placement:"left-start"}]])]}),e.withDirectives(e.createVNode(O5,{class:y.value,onClick:()=>Ew(d.value,"cropping.png")},null),[[e.resolveDirective("tippy"),{content:"下载",placement:"right-start"}]]),e.withDirectives(e.createVNode(S5,{class:y.value,onClick:()=>{i.value=!i.value,k()}},null),[[e.resolveDirective("tippy"),{content:"圆形、矩形裁剪",placement:"left-start"}]]),e.withDirectives(e.createVNode(u5,{class:y.value,onClick:()=>C("reset")},null),[[e.resolveDirective("tippy"),{content:"重置",placement:"right-start"}]]),e.withDirectives(e.createVNode(_y,{class:y.value},null),[[e.resolveDirective("tippy"),{content:"上移(可长按)",placement:"left-start"}],[e.resolveDirective("longpress"),()=>C("move",[0,-10]),"0:100"]]),e.withDirectives(e.createVNode(By,{class:y.value},null),[[e.resolveDirective("tippy"),{content:"下移(可长按)",placement:"right-start"}],[e.resolveDirective("longpress"),()=>C("move",[0,10]),"0:100"]]),e.withDirectives(e.createVNode(B5,{class:y.value},null),[[e.resolveDirective("tippy"),{content:"左移(可长按)",placement:"left-start"}],[e.resolveDirective("longpress"),()=>C("move",[-10,0]),"0:100"]]),e.withDirectives(e.createVNode(I5,{class:y.value},null),[[e.resolveDirective("tippy"),{content:"右移(可长按)",placement:"right-start"}],[e.resolveDirective("longpress"),()=>C("move",[10,0]),"0:100"]]),e.withDirectives(e.createVNode(v5,{class:y.value,onClick:()=>C("scaleX",-1)},null),[[e.resolveDirective("tippy"),{content:"水平翻转",placement:"left-start"}]]),e.withDirectives(e.createVNode(y5,{class:y.value,onClick:()=>C("scaleY",-1)},null),[[e.resolveDirective("tippy"),{content:"垂直翻转",placement:"right-start"}]]),e.withDirectives(e.createVNode(L5,{class:y.value,onClick:()=>C("rotate",-45)},null),[[e.resolveDirective("tippy"),{content:"逆时针旋转",placement:"left-start"}]]),e.withDirectives(e.createVNode(W5,{class:y.value,onClick:()=>C("rotate",45)},null),[[e.resolveDirective("tippy"),{content:"顺时针旋转",placement:"right-start"}]]),e.withDirectives(e.createVNode(j5,{class:y.value},null),[[e.resolveDirective("tippy"),{content:"放大(可长按)",placement:"left-start"}],[e.resolveDirective("longpress"),()=>C("zoom",.1),"0:100"]]),e.withDirectives(e.createVNode(q5,{class:y.value},null),[[e.resolveDirective("tippy"),{content:"缩小(可长按)",placement:"right-start"}],[e.resolveDirective("longpress"),()=>C("zoom",-.1),"0:100"]])])}});function N(T){T.preventDefault();const{show:A,setProps:D,destroy:z,state:H}=Qd(o,{content:x,arrow:!1,theme:"light",trigger:"manual",interactive:!0,appendTo:"parent",placement:"bottom-end"});if(D({getReferenceClientRect:()=>({width:0,height:0,top:T.clientY,bottom:T.clientY,left:T.clientX,right:T.clientX})}),A(),s.value){if(!H.value.isShown&&!H.value.isVisible)return;Mi(o,"click",z)}}return{inSrc:u,props:t,imgElRef:a,tippyElRef:o,getClass:v,getWrapperStyle:b,getImageStyle:p,isReady:c,croppered:m,onContextmenu:N}},render(){const{inSrc:t,isReady:n,getClass:r,getImageStyle:o,onContextmenu:a,getWrapperStyle:l}=this,{alt:i,crossorigin:s}=this.props;return t?e.createVNode("div",{ref:"tippyElRef",class:r,style:l,onContextmenu:u=>a(u)},[e.withDirectives(e.createVNode("img",{ref:"imgElRef",style:o,src:t,alt:i,crossorigin:s},null),[[e.vShow,n]])]):null}}));const Z5={name:"ReDatePicker"},ss=e.defineComponent({...Z5,props:["modelValue","startValue","endValue"],emits:["update:model-value","update:start-value","update:end-value","change"],setup(t,{emit:n}){const r=t,o=n,a=e.useAttrs(),l=e.ref(),i=a.type.includes("range");e.watch(r,u=>{i?l.value=[u.startValue,u.endValue]:l.value=u.modelValue},{immediate:!0,deep:!0});function s(u){i?(o("update:start-value",u==null?void 0:u[0]),o("update:end-value",u==null?void 0:u[1])):o("update:model-value",u),o("change",u)}return(u,c)=>(e.openBlock(),e.createBlock(e.unref(YT),e.mergeProps({modelValue:l.value,"onUpdate:modelValue":c[0]||(c[0]=d=>l.value=d)},u.$attrs,{onChange:s}),null,16,["modelValue"]))}}),J5={name:"ReTimePicker"},us=e.defineComponent({...J5,props:["modelValue","startValue","endValue"],emits:["update:model-value","update:start-value","update:end-value","change"],setup(t,{emit:n}){const r=t,o=n,a=e.useAttrs(),l=e.ref(),i=a.type.includes("range");i?l.value=[r.startValue,r.endValue]:l.value=r.modelValue,e.watch(r,u=>{i?l.value=[u.startValue,u.endValue]:l.value=u.modelValue},{immediate:!0,deep:!0});function s(u){i?(o("update:start-value",u==null?void 0:u[0]),o("update:end-value",u==null?void 0:u[1])):o("update:model-value",u),o("change",u)}return(u,c)=>(e.openBlock(),e.createBlock(e.unref(mT),e.mergeProps({modelValue:l.value,"onUpdate:modelValue":c[0]||(c[0]=d=>l.value=d)},u.$attrs,{"arrow-control":"",onChange:s}),null,16,["modelValue"]))}}),Q5={key:0},$5=["innerHTML"],M5={key:1},eL=["v-slot"],tL=["innerHTML"],nL={key:1},rL={name:"ReDocument"},oL=e.defineComponent({...rL,props:{dataList:{},columns:{}},setup(t){const n=t;return(r,o)=>(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(n.dataList,(a,l)=>(e.openBlock(),e.createElementBlock("div",{key:l},[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(n.columns,(i,s)=>(e.openBlock(),e.createElementBlock("div",{key:s},[i.type=="selection"?(e.openBlock(),e.createElementBlock("label",Q5,o[0]||(o[0]=[e.createElementVNode("input",{type:"checkbox"},null,-1)]))):(e.openBlock(),e.createBlock(e.unref(og),{key:1,gutter:24},{default:e.withCtx(()=>[e.createVNode(e.unref(pc),{span:8},{default:e.withCtx(()=>[i.headerRenderer?(e.openBlock(),e.createElementBlock("div",{key:0,innerHTML:i.headerRenderer()},null,8,$5)):(e.openBlock(),e.createElementBlock("div",M5,e.toDisplayString(i.label),1))]),_:2},1024),e.createVNode(e.unref(pc),{span:16,"v-slot":i.slot},{default:e.withCtx(()=>[e.createElementVNode("template",{"v-slot":i.slot},[i.cellRenderer?(e.openBlock(),e.createElementBlock("div",{key:0,innerHTML:i.cellRenderer()},null,8,tL)):(e.openBlock(),e.createElementBlock("div",nL,e.toDisplayString(i.formatter?i.formatter(a,i,a[i.prop],l):a[i.prop]),1))],8,eL)]),_:2},1032,["v-slot"])]),_:2},1024))]))),128)),e.renderSlot(r.$slots,"default")]))),128))}}),Vy=Object.freeze({left:0,top:0,width:16,height:16}),Ty=Object.freeze({rotate:0,vFlip:!1,hFlip:!1}),Md=Object.freeze({...Vy,...Ty});Object.freeze({...Md,body:"",hidden:!1}),{...Vy};const Oy=Object.freeze({width:null,height:null}),Dy=Object.freeze({...Oy,...Ty});function aL(t,n){const r={...t};for(const o in n){const a=n[o],l=typeof a;o in Oy?(a===null||a&&(l==="string"||l==="number"))&&(r[o]=a):l===typeof r[o]&&(r[o]=o==="rotate"?a%4:a)}return r}const lL=/[\s,]+/;function iL(t,n){n.split(lL).forEach(r=>{switch(r.trim()){case"horizontal":t.hFlip=!0;break;case"vertical":t.vFlip=!0;break}})}function sL(t,n=0){const r=t.replace(/^-?[0-9.]*/,"");function o(a){for(;a<0;)a+=4;return a%4}if(r===""){const a=parseInt(t);return isNaN(a)?0:o(a)}else if(r!==t){let a=0;switch(r){case"%":a=25;break;case"deg":a=90}if(a){let l=parseFloat(t.slice(0,t.length-r.length));return isNaN(l)?0:(l=l/a,l%1===0?o(l):0)}}return n}const uL=/(-?[0-9.]*[0-9]+[0-9.]*)/g,cL=/^-?[0-9.]*[0-9]+[0-9.]*$/g;function Py(t,n,r){if(n===1)return t;if(r=r||100,typeof t=="number")return Math.ceil(t*n*r)/r;if(typeof t!="string")return t;const o=t.split(uL);if(o===null||!o.length)return t;const a=[];let l=o.shift(),i=cL.test(l);for(;;){if(i){const s=parseFloat(l);isNaN(s)?a.push(l):a.push(Math.ceil(s*n*r)/r)}else a.push(l);if(l=o.shift(),l===void 0)return a.join("");i=!i}}function dL(t,n="defs"){let r="";const o=t.indexOf("<"+n);for(;o>=0;){const a=t.indexOf(">",o),l=t.indexOf("</"+n);if(a===-1||l===-1)break;const i=t.indexOf(">",l);if(i===-1)break;r+=t.slice(a+1,l).trim(),t=t.slice(0,o).trim()+t.slice(i+1)}return{defs:r,content:t}}function fL(t,n){return t?"<defs>"+t+"</defs>"+n:n}function pL(t,n,r){const o=dL(t);return fL(o.defs,n+o.content+r)}const hL=t=>t==="unset"||t==="undefined"||t==="none";function vL(t,n){const r={...Md,...t},o={...Dy,...n},a={left:r.left,top:r.top,width:r.width,height:r.height};let l=r.body;[r,o].forEach(v=>{const y=[],b=v.hFlip,E=v.vFlip;let k=v.rotate;b?E?k+=2:(y.push("translate("+(a.width+a.left).toString()+" "+(0-a.top).toString()+")"),y.push("scale(-1 1)"),a.top=a.left=0):E&&(y.push("translate("+(0-a.left).toString()+" "+(a.height+a.top).toString()+")"),y.push("scale(1 -1)"),a.top=a.left=0);let m;switch(k<0&&(k-=Math.floor(k/4)*4),k=k%4,k){case 1:m=a.height/2+a.top,y.unshift("rotate(90 "+m.toString()+" "+m.toString()+")");break;case 2:y.unshift("rotate(180 "+(a.width/2+a.left).toString()+" "+(a.height/2+a.top).toString()+")");break;case 3:m=a.width/2+a.left,y.unshift("rotate(-90 "+m.toString()+" "+m.toString()+")");break}k%2===1&&(a.left!==a.top&&(m=a.left,a.left=a.top,a.top=m),a.width!==a.height&&(m=a.width,a.width=a.height,a.height=m)),y.length&&(l=pL(l,'<g transform="'+y.join(" ")+'">',"</g>"))});const i=o.width,s=o.height,u=a.width,c=a.height;let d,f;i===null?(f=s===null?"1em":s==="auto"?c:s,d=Py(f,u/c)):(d=i==="auto"?u:i,f=s===null?Py(d,c/u):s==="auto"?c:s);const h={},g=(v,y)=>{hL(y)||(h[v]=y.toString())};g("width",d),g("height",f);const p=[a.left,a.top,u,c];return h.viewBox=p.join(" "),{attributes:h,viewBox:p,body:l}}const mL=/\sid="(\S+)"/g,gL="IconifyId"+Date.now().toString(16)+(Math.random()*16777216|0).toString(16);let yL=0;function bL(t,n=gL){const r=[];let o;for(;o=mL.exec(t);)r.push(o[1]);if(!r.length)return t;const a="suffix"+(Math.random()*16777216|Date.now()).toString(16);return r.forEach(l=>{const i=typeof n=="function"?n(l):n+(yL++).toString(),s=l.replace(/[.*+?^${}()|[\]\\]/g,"\\$&");t=t.replace(new RegExp('([#;"])('+s+')([")]|\\.[a-z])',"g"),"$1"+i+a+"$3")}),t=t.replace(new RegExp(a,"g"),""),t}function wL(t,n){let r=t.indexOf("xlink:")===-1?"":' xmlns:xlink="http://www.w3.org/1999/xlink"';for(const o in n)r+=" "+o+'="'+n[o]+'"';return'<svg xmlns="http://www.w3.org/2000/svg"'+r+">"+t+"</svg>"}function CL(t){return t.replace(/"/g,"'").replace(/%/g,"%25").replace(/#/g,"%23").replace(/</g,"%3C").replace(/>/g,"%3E").replace(/\s+/g," ")}function kL(t){return"data:image/svg+xml,"+CL(t)}function SL(t){return'url("'+kL(t)+'")'}const Iy={...Dy,inline:!1},EL={xmlns:"http://www.w3.org/2000/svg","xmlns:xlink":"http://www.w3.org/1999/xlink","aria-hidden":!0,role:"img"},xL={display:"inline-block"},ef={backgroundColor:"currentColor"},Ry={backgroundColor:"transparent"},Ay={Image:"var(--svg)",Repeat:"no-repeat",Size:"100% 100%"},Ly={webkitMask:ef,mask:ef,background:Ry};for(const t in Ly){const n=Ly[t];for(const r in Ay)n[t+r]=Ay[r]}const cs={};["horizontal","vertical"].forEach(t=>{const n=t.slice(0,1)+"Flip";cs[t+"-flip"]=n,cs[t.slice(0,1)+"-flip"]=n,cs[t+"Flip"]=n});function zy(t){return t+(t.match(/^[-0-9.]+$/)?"px":"")}const NL=(t,n)=>{const r=aL(Iy,n),o={...EL},a=n.mode||"svg",l={},i=n.style,s=typeof i=="object"&&!(i instanceof Array)?i:{};for(let v in n){const y=n[v];if(y!==void 0)switch(v){case"icon":case"style":case"onLoad":case"mode":case"ssr":break;case"inline":case"hFlip":case"vFlip":r[v]=y===!0||y==="true"||y===1;break;case"flip":typeof y=="string"&&iL(r,y);break;case"color":l.color=y;break;case"rotate":typeof y=="string"?r[v]=sL(y):typeof y=="number"&&(r[v]=y);break;case"ariaHidden":case"aria-hidden":y!==!0&&y!=="true"&&delete o["aria-hidden"];break;default:{const b=cs[v];b?(y===!0||y==="true"||y===1)&&(r[b]=!0):Iy[v]===void 0&&(o[v]=y)}}}const u=vL(t,r),c=u.attributes;if(r.inline&&(l.verticalAlign="-0.125em"),a==="svg"){o.style={...l,...s},Object.assign(o,c);let v=0,y=n.id;return typeof y=="string"&&(y=y.replace(/-/g,"_")),o.innerHTML=bL(u.body,y?()=>y+"ID"+v++:"iconifyVue"),e.h("svg",o)}const{body:d,width:f,height:h}=t,g=a==="mask"||(a==="bg"?!1:d.indexOf("currentColor")!==-1),p=wL(d,{...c,width:f+"",height:h+""});return o.style={...l,"--svg":SL(p),width:zy(c.width),height:zy(c.height),...xL,...g?ef:Ry,...s},e.h("span",o)},Fy=Object.create(null);function _L(t,n){Fy[t]=n}const jy=e.defineComponent({inheritAttrs:!1,render(){const t=this.$attrs,n=t.icon,r=typeof n=="string"?Fy[n]:typeof n=="object"?n:null;return r===null||typeof r!="object"||typeof r.body!="string"?this.$slots.default?this.$slots.default():null:NL({...Md,...r},t)}}),BL=e.defineComponent({name:"IconifyIconOffline",components:{IconifyIcon:jy},props:{icon:{default:null}},render(){typeof this.icon=="object"&&_L(this.icon,this.icon);const t=this.$attrs;return typeof this.icon=="string"?e.h(jy,{icon:this.icon,"aria-hidden":!1,style:t!=null&&t.style?Object.assign(t.style,{outline:"none"}):{outline:"none"},...t},{default:()=>[]}):e.h(this.icon,{"aria-hidden":!1,style:t!=null&&t.style?Object.assign(t.style,{outline:"none"}):{outline:"none"},...t},{default:()=>[]})}}),Hy=/^[a-z0-9]+(-[a-z0-9]+)*$/,ds=(t,n,r,o="")=>{const a=t.split(":");if(t.slice(0,1)==="@"){if(a.length<2||a.length>3)return null;o=a.shift().slice(1)}if(a.length>3||!a.length)return null;if(a.length>1){const s=a.pop(),u=a.pop(),c={provider:a.length>0?a[0]:o,prefix:u,name:s};return n&&!fs(c)?null:c}const l=a[0],i=l.split("-");if(i.length>1){const s={provider:o,prefix:i.shift(),name:i.join("-")};return n&&!fs(s)?null:s}if(r&&o===""){const s={provider:o,prefix:"",name:l};return n&&!fs(s,r)?null:s}return null},fs=(t,n)=>t?!!((n&&t.prefix===""||t.prefix)&&t.name):!1,Uy=Object.freeze({left:0,top:0,width:16,height:16}),ps=Object.freeze({rotate:0,vFlip:!1,hFlip:!1}),hs=Object.freeze({...Uy,...ps}),tf=Object.freeze({...hs,body:"",hidden:!1});function VL(t,n){const r={};!t.hFlip!=!n.hFlip&&(r.hFlip=!0),!t.vFlip!=!n.vFlip&&(r.vFlip=!0);const o=((t.rotate||0)+(n.rotate||0))%4;return o&&(r.rotate=o),r}function Wy(t,n){const r=VL(t,n);for(const o in tf)o in ps?o in t&&!(o in r)&&(r[o]=ps[o]):o in n?r[o]=n[o]:o in t&&(r[o]=t[o]);return r}function TL(t,n){const r=t.icons,o=t.aliases||Object.create(null),a=Object.create(null);function l(i){if(r[i])return a[i]=[];if(!(i in a)){a[i]=null;const s=o[i]&&o[i].parent,u=s&&l(s);u&&(a[i]=[s].concat(u))}return a[i]}return Object.keys(r).concat(Object.keys(o)).forEach(l),a}function OL(t,n,r){const o=t.icons,a=t.aliases||Object.create(null);let l={};function i(s){l=Wy(o[s]||a[s],l)}return i(n),r.forEach(i),Wy(t,l)}function Ky(t,n){const r=[];if(typeof t!="object"||typeof t.icons!="object")return r;t.not_found instanceof Array&&t.not_found.forEach(a=>{n(a,null),r.push(a)});const o=TL(t);for(const a in o){const l=o[a];l&&(n(a,OL(t,a,l)),r.push(a))}return r}const DL={provider:"",aliases:{},not_found:{},...Uy};function nf(t,n){for(const r in n)if(r in t&&typeof t[r]!=typeof n[r])return!1;return!0}function Yy(t){if(typeof t!="object"||t===null)return null;const n=t;if(typeof n.prefix!="string"||!t.icons||typeof t.icons!="object"||!nf(t,DL))return null;const r=n.icons;for(const a in r){const l=r[a];if(!a||typeof l.body!="string"||!nf(l,tf))return null}const o=n.aliases||Object.create(null);for(const a in o){const l=o[a],i=l.parent;if(!a||typeof i!="string"||!r[i]&&!o[i]||!nf(l,tf))return null}return n}const qy=Object.create(null);function PL(t,n){return{provider:t,prefix:n,icons:Object.create(null),missing:new Set}}function co(t,n){const r=qy[t]||(qy[t]=Object.create(null));return r[n]||(r[n]=PL(t,n))}function rf(t,n){return Yy(n)?Ky(n,(r,o)=>{o?t.icons[r]=o:t.missing.add(r)}):[]}function IL(t,n,r){try{if(typeof r.body=="string")return t.icons[n]={...r},!0}catch{}return!1}let vl=!1;function Xy(t){return typeof t=="boolean"&&(vl=t),vl}function RL(t){const n=typeof t=="string"?ds(t,!0,vl):t;if(n){const r=co(n.provider,n.prefix),o=n.name;return r.icons[o]||(r.missing.has(o)?null:void 0)}}function AL(t,n){const r=ds(t,!0,vl);if(!r)return!1;const o=co(r.provider,r.prefix);return n?IL(o,r.name,n):(o.missing.add(r.name),!0)}function LL(t,n){if(typeof t!="object")return!1;if(typeof n!="string"&&(n=t.provider||""),vl&&!n&&!t.prefix){let a=!1;return Yy(t)&&(t.prefix="",Ky(t,(l,i)=>{AL(l,i)&&(a=!0)})),a}const r=t.prefix;if(!fs({prefix:r,name:"a"}))return!1;const o=co(n,r);return!!rf(o,t)}const Gy=Object.freeze({width:null,height:null}),Zy=Object.freeze({...Gy,...ps}),zL=/(-?[0-9.]*[0-9]+[0-9.]*)/g,FL=/^-?[0-9.]*[0-9]+[0-9.]*$/g;function Jy(t,n,r){if(n===1)return t;if(r=r||100,typeof t=="number")return Math.ceil(t*n*r)/r;if(typeof t!="string")return t;const o=t.split(zL);if(o===null||!o.length)return t;const a=[];let l=o.shift(),i=FL.test(l);for(;;){if(i){const s=parseFloat(l);isNaN(s)?a.push(l):a.push(Math.ceil(s*n*r)/r)}else a.push(l);if(l=o.shift(),l===void 0)return a.join("");i=!i}}function jL(t,n="defs"){let r="";const o=t.indexOf("<"+n);for(;o>=0;){const a=t.indexOf(">",o),l=t.indexOf("</"+n);if(a===-1||l===-1)break;const i=t.indexOf(">",l);if(i===-1)break;r+=t.slice(a+1,l).trim(),t=t.slice(0,o).trim()+t.slice(i+1)}return{defs:r,content:t}}function HL(t,n){return t?"<defs>"+t+"</defs>"+n:n}function UL(t,n,r){const o=jL(t);return HL(o.defs,n+o.content+r)}const WL=t=>t==="unset"||t==="undefined"||t==="none";function KL(t,n){const r={...hs,...t},o={...Zy,...n},a={left:r.left,top:r.top,width:r.width,height:r.height};let l=r.body;[r,o].forEach(v=>{const y=[],b=v.hFlip,E=v.vFlip;let k=v.rotate;b?E?k+=2:(y.push("translate("+(a.width+a.left).toString()+" "+(0-a.top).toString()+")"),y.push("scale(-1 1)"),a.top=a.left=0):E&&(y.push("translate("+(0-a.left).toString()+" "+(a.height+a.top).toString()+")"),y.push("scale(1 -1)"),a.top=a.left=0);let m;switch(k<0&&(k-=Math.floor(k/4)*4),k=k%4,k){case 1:m=a.height/2+a.top,y.unshift("rotate(90 "+m.toString()+" "+m.toString()+")");break;case 2:y.unshift("rotate(180 "+(a.width/2+a.left).toString()+" "+(a.height/2+a.top).toString()+")");break;case 3:m=a.width/2+a.left,y.unshift("rotate(-90 "+m.toString()+" "+m.toString()+")");break}k%2===1&&(a.left!==a.top&&(m=a.left,a.left=a.top,a.top=m),a.width!==a.height&&(m=a.width,a.width=a.height,a.height=m)),y.length&&(l=UL(l,'<g transform="'+y.join(" ")+'">',"</g>"))});const i=o.width,s=o.height,u=a.width,c=a.height;let d,f;i===null?(f=s===null?"1em":s==="auto"?c:s,d=Jy(f,u/c)):(d=i==="auto"?u:i,f=s===null?Jy(d,c/u):s==="auto"?c:s);const h={},g=(v,y)=>{WL(y)||(h[v]=y.toString())};g("width",d),g("height",f);const p=[a.left,a.top,u,c];return h.viewBox=p.join(" "),{attributes:h,viewBox:p,body:l}}const YL=/\sid="(\S+)"/g,qL="IconifyId"+Date.now().toString(16)+(Math.random()*16777216|0).toString(16);let XL=0;function GL(t,n=qL){const r=[];let o;for(;o=YL.exec(t);)r.push(o[1]);if(!r.length)return t;const a="suffix"+(Math.random()*16777216|Date.now()).toString(16);return r.forEach(l=>{const i=typeof n=="function"?n(l):n+(XL++).toString(),s=l.replace(/[.*+?^${}()|[\]\\]/g,"\\$&");t=t.replace(new RegExp('([#;"])('+s+')([")]|\\.[a-z])',"g"),"$1"+i+a+"$3")}),t=t.replace(new RegExp(a,"g"),""),t}const of=Object.create(null);function ZL(t,n){of[t]=n}function af(t){return of[t]||of[""]}function lf(t){let n;if(typeof t.resources=="string")n=[t.resources];else if(n=t.resources,!(n instanceof Array)||!n.length)return null;return{resources:n,path:t.path||"/",maxURL:t.maxURL||500,rotate:t.rotate||750,timeout:t.timeout||5e3,random:t.random===!0,index:t.index||0,dataAfterTimeout:t.dataAfterTimeout!==!1}}const sf=Object.create(null),ml=["https://api.simplesvg.com","https://api.unisvg.com"],vs=[];for(;ml.length>0;)ml.length===1||Math.random()>.5?vs.push(ml.shift()):vs.push(ml.pop());sf[""]=lf({resources:["https://api.iconify.design"].concat(vs)});function JL(t,n){const r=lf(n);return r===null?!1:(sf[t]=r,!0)}function uf(t){return sf[t]}let Qy=(()=>{let t;try{if(t=fetch,typeof t=="function")return t}catch{}})();function QL(t,n){const r=uf(t);if(!r)return 0;let o;if(!r.maxURL)o=0;else{let a=0;r.resources.forEach(i=>{a=Math.max(a,i.length)});const l=n+".json?icons=";o=r.maxURL-a-r.path.length-l.length}return o}function $L(t){return t===404}const ML=(t,n,r)=>{const o=[],a=QL(t,n),l="icons";let i={type:l,provider:t,prefix:n,icons:[]},s=0;return r.forEach((u,c)=>{s+=u.length+1,s>=a&&c>0&&(o.push(i),i={type:l,provider:t,prefix:n,icons:[]},s=u.length),i.icons.push(u)}),o.push(i),o};function ez(t){if(typeof t=="string"){const n=uf(t);if(n)return n.path}return"/"}const tz={prepare:ML,send:(t,n,r)=>{if(!Qy){r("abort",424);return}let o=ez(n.provider);switch(n.type){case"icons":{const l=n.prefix,s=n.icons.join(","),u=new URLSearchParams({icons:s});o+=l+".json?"+u.toString();break}case"custom":{const l=n.uri;o+=l.slice(0,1)==="/"?l.slice(1):l;break}default:r("abort",400);return}let a=503;Qy(t+o).then(l=>{const i=l.status;if(i!==200){setTimeout(()=>{r($L(i)?"abort":"next",i)});return}return a=501,l.json()}).then(l=>{if(typeof l!="object"||l===null){setTimeout(()=>{l===404?r("abort",l):r("next",a)});return}setTimeout(()=>{r("success",l)})}).catch(()=>{r("next",a)})}};function nz(t){const n={loaded:[],missing:[],pending:[]},r=Object.create(null);t.sort((a,l)=>a.provider!==l.provider?a.provider.localeCompare(l.provider):a.prefix!==l.prefix?a.prefix.localeCompare(l.prefix):a.name.localeCompare(l.name));let o={provider:"",prefix:"",name:""};return t.forEach(a=>{if(o.name===a.name&&o.prefix===a.prefix&&o.provider===a.provider)return;o=a;const l=a.provider,i=a.prefix,s=a.name,u=r[l]||(r[l]=Object.create(null)),c=u[i]||(u[i]=co(l,i));let d;s in c.icons?d=n.loaded:i===""||c.missing.has(s)?d=n.missing:d=n.pending;const f={provider:l,prefix:i,name:s};d.push(f)}),n}function $y(t,n){t.forEach(r=>{const o=r.loaderCallbacks;o&&(r.loaderCallbacks=o.filter(a=>a.id!==n))})}function rz(t){t.pendingCallbacksFlag||(t.pendingCallbacksFlag=!0,setTimeout(()=>{t.pendingCallbacksFlag=!1;const n=t.loaderCallbacks?t.loaderCallbacks.slice(0):[];if(!n.length)return;let r=!1;const o=t.provider,a=t.prefix;n.forEach(l=>{const i=l.icons,s=i.pending.length;i.pending=i.pending.filter(u=>{if(u.prefix!==a)return!0;const c=u.name;if(t.icons[c])i.loaded.push({provider:o,prefix:a,name:c});else if(t.missing.has(c))i.missing.push({provider:o,prefix:a,name:c});else return r=!0,!0;return!1}),i.pending.length!==s&&(r||$y([t],l.id),l.callback(i.loaded.slice(0),i.missing.slice(0),i.pending.slice(0),l.abort))})}))}let oz=0;function az(t,n,r){const o=oz++,a=$y.bind(null,r,o);if(!n.pending.length)return a;const l={id:o,icons:n,callback:t,abort:a};return r.forEach(i=>{(i.loaderCallbacks||(i.loaderCallbacks=[])).push(l)}),a}function lz(t,n=!0,r=!1){const o=[];return t.forEach(a=>{const l=typeof a=="string"?ds(a,n,r):a;l&&o.push(l)}),o}var iz={resources:[],index:0,timeout:2e3,rotate:750,random:!1,dataAfterTimeout:!1};function sz(t,n,r,o){const a=t.resources.length,l=t.random?Math.floor(Math.random()*a):t.index;let i;if(t.random){let C=t.resources.slice(0);for(i=[];C.length>1;){const S=Math.floor(Math.random()*C.length);i.push(C[S]),C=C.slice(0,S).concat(C.slice(S+1))}i=i.concat(C)}else i=t.resources.slice(l).concat(t.resources.slice(0,l));const s=Date.now();let u="pending",c=0,d,f=null,h=[],g=[];typeof o=="function"&&g.push(o);function p(){f&&(clearTimeout(f),f=null)}function v(){u==="pending"&&(u="aborted"),p(),h.forEach(C=>{C.status==="pending"&&(C.status="aborted")}),h=[]}function y(C,S){S&&(g=[]),typeof C=="function"&&g.push(C)}function b(){return{startTime:s,payload:n,status:u,queriesSent:c,queriesPending:h.length,subscribe:y,abort:v}}function E(){u="failed",g.forEach(C=>{C(void 0,d)})}function k(){h.forEach(C=>{C.status==="pending"&&(C.status="aborted")}),h=[]}function m(C,S,x){const N=S!=="success";switch(h=h.filter(T=>T!==C),u){case"pending":break;case"failed":if(N||!t.dataAfterTimeout)return;break;default:return}if(S==="abort"){d=x,E();return}if(N){d=x,h.length||(i.length?w():E());return}if(p(),k(),!t.random){const T=t.resources.indexOf(C.resource);T!==-1&&T!==t.index&&(t.index=T)}u="completed",g.forEach(T=>{T(x)})}function w(){if(u!=="pending")return;p();const C=i.shift();if(C===void 0){if(h.length){f=setTimeout(()=>{p(),u==="pending"&&(k(),E())},t.timeout);return}E();return}const S={status:"pending",resource:C,callback:(x,N)=>{m(S,x,N)}};h.push(S),c++,f=setTimeout(w,t.rotate),r(C,n,S.callback)}return setTimeout(w),b}function My(t){const n={...iz,...t};let r=[];function o(){r=r.filter(s=>s().status==="pending")}function a(s,u,c){const d=sz(n,s,u,(f,h)=>{o(),c&&c(f,h)});return r.push(d),d}function l(s){return r.find(u=>s(u))||null}return{query:a,find:l,setIndex:s=>{n.index=s},getIndex:()=>n.index,cleanup:o}}function eb(){}const cf=Object.create(null);function uz(t){if(!cf[t]){const n=uf(t);if(!n)return;const r=My(n),o={config:n,redundancy:r};cf[t]=o}return cf[t]}function cz(t,n,r){let o,a;if(typeof t=="string"){const l=af(t);if(!l)return r(void 0,424),eb;a=l.send;const i=uz(t);i&&(o=i.redundancy)}else{const l=lf(t);if(l){o=My(l);const i=t.resources?t.resources[0]:"",s=af(i);s&&(a=s.send)}}return!o||!a?(r(void 0,424),eb):o.query(n,a,r)().abort}const tb="iconify2",gl="iconify",nb=gl+"-count",rb=gl+"-version",ob=36e5,dz=168,fz=50;function df(t,n){try{return t.getItem(n)}catch{}}function ff(t,n,r){try{return t.setItem(n,r),!0}catch{}}function ab(t,n){try{t.removeItem(n)}catch{}}function pf(t,n){return ff(t,nb,n.toString())}function hf(t){return parseInt(df(t,nb))||0}const ms={local:!0,session:!0},lb={local:new Set,session:new Set};let vf=!1;function pz(t){vf=t}let gs=typeof window>"u"?{}:window;function ib(t){const n=t+"Storage";try{if(gs&&gs[n]&&typeof gs[n].length=="number")return gs[n]}catch{}ms[t]=!1}function sb(t,n){const r=ib(t);if(!r)return;const o=df(r,rb);if(o!==tb){if(o){const s=hf(r);for(let u=0;u<s;u++)ab(r,gl+u.toString())}ff(r,rb,tb),pf(r,0);return}const a=Math.floor(Date.now()/ob)-dz,l=s=>{const u=gl+s.toString(),c=df(r,u);if(typeof c=="string"){try{const d=JSON.parse(c);if(typeof d=="object"&&typeof d.cached=="number"&&d.cached>a&&typeof d.provider=="string"&&typeof d.data=="object"&&typeof d.data.prefix=="string"&&n(d,s))return!0}catch{}ab(r,u)}};let i=hf(r);for(let s=i-1;s>=0;s--)l(s)||(s===i-1?(i--,pf(r,i)):lb[t].add(s))}function ub(){if(!vf){pz(!0);for(const t in ms)sb(t,n=>{const r=n.data,o=n.provider,a=r.prefix,l=co(o,a);if(!rf(l,r).length)return!1;const i=r.lastModified||-1;return l.lastModifiedCached=l.lastModifiedCached?Math.min(l.lastModifiedCached,i):i,!0})}}function hz(t,n){const r=t.lastModifiedCached;if(r&&r>=n)return r===n;if(t.lastModifiedCached=n,r)for(const o in ms)sb(o,a=>{const l=a.data;return a.provider!==t.provider||l.prefix!==t.prefix||l.lastModified===n});return!0}function vz(t,n){vf||ub();function r(o){let a;if(!ms[o]||!(a=ib(o)))return;const l=lb[o];let i;if(l.size)l.delete(i=Array.from(l).shift());else if(i=hf(a),i>=fz||!pf(a,i+1))return;const s={cached:Math.floor(Date.now()/ob),provider:t.provider,data:n};return ff(a,gl+i.toString(),JSON.stringify(s))}n.lastModified&&!hz(t,n.lastModified)||Object.keys(n.icons).length&&(n.not_found&&(n=Object.assign({},n),delete n.not_found),r("local")||r("session"))}function cb(){}function mz(t){t.iconsLoaderFlag||(t.iconsLoaderFlag=!0,setTimeout(()=>{t.iconsLoaderFlag=!1,rz(t)}))}function gz(t){const n=[],r=[];return t.forEach(o=>{(o.match(Hy)?n:r).push(o)}),{valid:n,invalid:r}}function yl(t,n,r,o){function a(){const l=t.pendingIcons;n.forEach(i=>{l&&l.delete(i),t.icons[i]||t.missing.add(i)})}if(r&&typeof r=="object")try{if(!rf(t,r).length){a();return}o&&vz(t,r)}catch(l){console.error(l)}a(),mz(t)}function db(t,n){t instanceof Promise?t.then(r=>{n(r)}).catch(()=>{n(null)}):n(t)}function yz(t,n){t.iconsToLoad?t.iconsToLoad=t.iconsToLoad.concat(n).sort():t.iconsToLoad=n,t.iconsQueueFlag||(t.iconsQueueFlag=!0,setTimeout(()=>{t.iconsQueueFlag=!1;const{provider:r,prefix:o}=t,a=t.iconsToLoad;if(delete t.iconsToLoad,!a||!a.length)return;const l=t.loadIcon;if(t.loadIcons&&(a.length>1||!l)){db(t.loadIcons(a,o,r),d=>{yl(t,a,d,!1)});return}if(l){a.forEach(d=>{const f=l(d,o,r);db(f,h=>{const g=h?{prefix:o,icons:{[d]:h}}:null;yl(t,[d],g,!1)})});return}const{valid:i,invalid:s}=gz(a);if(s.length&&yl(t,s,null,!1),!i.length)return;const u=o.match(Hy)?af(r):null;if(!u){yl(t,i,null,!1);return}u.prepare(r,o,i).forEach(d=>{cz(r,d,f=>{yl(t,d.icons,f,!0)})})}))}const bz=(t,n)=>{const r=lz(t,!0,Xy()),o=nz(r);if(!o.pending.length){let u=!0;return n&&setTimeout(()=>{u&&n(o.loaded,o.missing,o.pending,cb)}),()=>{u=!1}}const a=Object.create(null),l=[];let i,s;return o.pending.forEach(u=>{const{provider:c,prefix:d}=u;if(d===s&&c===i)return;i=c,s=d,l.push(co(c,d));const f=a[c]||(a[c]=Object.create(null));f[d]||(f[d]=[])}),o.pending.forEach(u=>{const{provider:c,prefix:d,name:f}=u,h=co(c,d),g=h.pendingIcons||(h.pendingIcons=new Set);g.has(f)||(g.add(f),a[c][d].push(f))}),l.forEach(u=>{const c=a[u.provider][u.prefix];c.length&&yz(u,c)}),n?az(n,o,l):cb};function wz(t,n){const r={...t};for(const o in n){const a=n[o],l=typeof a;o in Gy?(a===null||a&&(l==="string"||l==="number"))&&(r[o]=a):l===typeof r[o]&&(r[o]=o==="rotate"?a%4:a)}return r}const Cz=/[\s,]+/;function kz(t,n){n.split(Cz).forEach(r=>{switch(r.trim()){case"horizontal":t.hFlip=!0;break;case"vertical":t.vFlip=!0;break}})}function Sz(t,n=0){const r=t.replace(/^-?[0-9.]*/,"");function o(a){for(;a<0;)a+=4;return a%4}if(r===""){const a=parseInt(t);return isNaN(a)?0:o(a)}else if(r!==t){let a=0;switch(r){case"%":a=25;break;case"deg":a=90}if(a){let l=parseFloat(t.slice(0,t.length-r.length));return isNaN(l)?0:(l=l/a,l%1===0?o(l):0)}}return n}function Ez(t,n){let r=t.indexOf("xlink:")===-1?"":' xmlns:xlink="http://www.w3.org/1999/xlink"';for(const o in n)r+=" "+o+'="'+n[o]+'"';return'<svg xmlns="http://www.w3.org/2000/svg"'+r+">"+t+"</svg>"}function xz(t){return t.replace(/"/g,"'").replace(/%/g,"%25").replace(/#/g,"%23").replace(/</g,"%3C").replace(/>/g,"%3E").replace(/\s+/g," ")}function Nz(t){return"data:image/svg+xml,"+xz(t)}function _z(t){return'url("'+Nz(t)+'")'}const fb={...Zy,inline:!1},Bz={xmlns:"http://www.w3.org/2000/svg","xmlns:xlink":"http://www.w3.org/1999/xlink","aria-hidden":!0,role:"img"},Vz={display:"inline-block"},mf={backgroundColor:"currentColor"},pb={backgroundColor:"transparent"},hb={Image:"var(--svg)",Repeat:"no-repeat",Size:"100% 100%"},vb={webkitMask:mf,mask:mf,background:pb};for(const t in vb){const n=vb[t];for(const r in hb)n[t+r]=hb[r]}const ys={};["horizontal","vertical"].forEach(t=>{const n=t.slice(0,1)+"Flip";ys[t+"-flip"]=n,ys[t.slice(0,1)+"-flip"]=n,ys[t+"Flip"]=n});function mb(t){return t+(t.match(/^[-0-9.]+$/)?"px":"")}const gb=(t,n)=>{const r=wz(fb,n),o={...Bz},a=n.mode||"svg",l={},i=n.style,s=typeof i=="object"&&!(i instanceof Array)?i:{};for(let v in n){const y=n[v];if(y!==void 0)switch(v){case"icon":case"style":case"onLoad":case"mode":case"ssr":break;case"inline":case"hFlip":case"vFlip":r[v]=y===!0||y==="true"||y===1;break;case"flip":typeof y=="string"&&kz(r,y);break;case"color":l.color=y;break;case"rotate":typeof y=="string"?r[v]=Sz(y):typeof y=="number"&&(r[v]=y);break;case"ariaHidden":case"aria-hidden":y!==!0&&y!=="true"&&delete o["aria-hidden"];break;default:{const b=ys[v];b?(y===!0||y==="true"||y===1)&&(r[b]=!0):fb[v]===void 0&&(o[v]=y)}}}const u=KL(t,r),c=u.attributes;if(r.inline&&(l.verticalAlign="-0.125em"),a==="svg"){o.style={...l,...s},Object.assign(o,c);let v=0,y=n.id;return typeof y=="string"&&(y=y.replace(/-/g,"_")),o.innerHTML=GL(u.body,y?()=>y+"ID"+v++:"iconifyVue"),e.h("svg",o)}const{body:d,width:f,height:h}=t,g=a==="mask"||(a==="bg"?!1:d.indexOf("currentColor")!==-1),p=Ez(d,{...c,width:f+"",height:h+""});return o.style={...l,"--svg":_z(p),width:mb(c.width),height:mb(c.height),...Vz,...g?mf:pb,...s},e.h("span",o)};if(Xy(!0),ZL("",tz),typeof document<"u"&&typeof window<"u"){ub();const t=window;if(t.IconifyPreload!==void 0){const n=t.IconifyPreload,r="Invalid IconifyPreload syntax.";typeof n=="object"&&n!==null&&(n instanceof Array?n:[n]).forEach(o=>{try{(typeof o!="object"||o===null||o instanceof Array||typeof o.icons!="object"||typeof o.prefix!="string"||!LL(o))&&console.error(r)}catch{console.error(r)}})}if(t.IconifyProviders!==void 0){const n=t.IconifyProviders;if(typeof n=="object"&&n!==null)for(let r in n){const o="IconifyProviders["+r+"] is invalid.";try{const a=n[r];if(typeof a!="object"||!a||a.resources===void 0)continue;JL(r,a)||console.error(o)}catch{console.error(o)}}}}const Tz={...hs,body:""},yb=e.defineComponent({inheritAttrs:!1,data(){return{_name:"",_loadingIcon:null,iconMounted:!1,counter:0}},mounted(){this.iconMounted=!0},unmounted(){this.abortLoading()},methods:{abortLoading(){this._loadingIcon&&(this._loadingIcon.abort(),this._loadingIcon=null)},getIcon(t,n,r){if(typeof t=="object"&&t!==null&&typeof t.body=="string")return this._name="",this.abortLoading(),{data:t};let o;if(typeof t!="string"||(o=ds(t,!1,!0))===null)return this.abortLoading(),null;let a=RL(o);if(!a)return(!this._loadingIcon||this._loadingIcon.name!==t)&&(this.abortLoading(),this._name="",a!==null&&(this._loadingIcon={name:t,abort:bz([o],()=>{this.counter++})})),null;if(this.abortLoading(),this._name!==t&&(this._name=t,n&&n(t)),r){a=Object.assign({},a);const i=r(a.body,o.name,o.prefix,o.provider);typeof i=="string"&&(a.body=i)}const l=["iconify"];return o.prefix!==""&&l.push("iconify--"+o.prefix),o.provider!==""&&l.push("iconify--"+o.provider),{data:a,classes:l}}},render(){this.counter;const t=this.$attrs,n=this.iconMounted||t.ssr?this.getIcon(t.icon,t.onLoad,t.customise):null;if(!n)return gb(Tz,t);let r=t;return n.classes&&(r={...t,class:(typeof t.class=="string"?t.class+" ":"")+n.classes.join(" ")}),gb({...hs,...n.data},r)}}),Oz=e.defineComponent({name:"IconifyIconOnline",components:{IconifyIcon:yb},props:{icon:{type:String,default:""}},render(){const t=this.$attrs;return e.h(yb,{icon:`${this.icon}`,"aria-hidden":!1,style:t!=null&&t.style?Object.assign(t.style,{outline:"none"}):{outline:"none"},...t},{default:()=>[]})}}),Dz=e.defineComponent({name:"FontIcon",props:{icon:{type:String,default:""}},render(){const t=this.$attrs;return Object.keys(t).includes("uni")||(t==null?void 0:t.iconType)==="uni"?e.h("i",{class:"iconfont",...t},this.icon):Object.keys(t).includes("svg")||(t==null?void 0:t.iconType)==="svg"?e.h("svg",{class:"icon-svg"},{default:()=>[e.h("use",{"xlink:href":`#${this.icon}`})]}):e.h("i",{class:`iconfont ${this.icon}`,...t})}});function bs(t,n){const r=/^IF-/;if(r.test(t)){const o=t.split(r)[1],a=o.slice(0,o.indexOf(" ")==-1?o.length:o.indexOf(" ")),l=o.slice(o.indexOf(" ")+1,o.length);return e.defineComponent({name:"FontIcon",render(){return e.h(bb,{icon:a,iconType:l,...n})}})}else return typeof t=="function"||typeof(t==null?void 0:t.render)=="function"?n?e.h(t,{...n}):t:typeof t=="object"?e.defineComponent({name:"OfflineIcon",render(){return e.h(jn,{icon:t,...n})}}):e.defineComponent({name:"Icon",render(){if(!t)return;const o=t.includes(":")?sa:jn;return e.h(o,{icon:t,...n})}})}const jn=BL,sa=Oz,bb=Dz,Pz={width:24,height:24,body:'<path fill="currentColor" d="M4 19h16v-7h2v8a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1v-8h2v7Zm9-10v7h-2V9H6l6-6l6 6h-5Z"/>'},Iz={class:"el-upload__text"},Rz={class:"el-upload__tip text-red"},Az={name:"UploadFile"},Lz=e.defineComponent({...Az,props:{modelValue:{default:()=>null},maxSize:{default:()=>10},openStatus:{default:()=>1}},emits:["update:model-value"],setup(t,{emit:n}){const r=e.inject(Ll,wr),o=t,a=n,l=e.useAttrs();async function i(E){if(!E)return;const k=E.split(","),m=await r.getFileNameList({idList:k});s.value=m.list.map((w,C,S)=>({id:w.id,uid:w.id,name:w.name,url:r.getDownloadFileUrl(w.id)}))}const s=e.ref([]);i(o.modelValue);const u=e.ref(l.limit!==1),c=e.ref(l.limit&&s.value.length>=l.limit),d=E=>{if(E.size/1024/1024>o.maxSize)return tn.error(`单个图片大小不能超过${o.maxSize}MB`),!1},f=(E,k)=>{l.limit&&l.limit>0&&k.length>l.limit&&tn.error(`最多上传${l.limit}个文件,请先删除在上传`),c.value=l.limit&&s.value.length>=l.limit},h=(E,k)=>{},g=async E=>{const k=new FormData;k.append("file",E.file),k.append("openStatus",o.openStatus),await r.upload(k).then(m=>{E.onSuccess(m)}).catch(m=>{E.onError(m)})},p=(E,k)=>{tn.error(`最多上传${l.limit}张图片,请先删除再上传`)},v=(E,k,m)=>{E&&(k.uid=E.id,s.value.push({...E,uid:E.id,url:r.getDownloadFileUrl(E.id)}),c.value=l.limit&&s.value.length>=l.limit,a("update:model-value",At(s.value,"id").join(",")))},y=(E,k,m)=>{console.log("文件上传失败")},b=(E,k)=>{s.value=s.value.filter(m=>m.uid!=E.uid),c.value=l.limit&&s.value.length>=l.limit,a("update:model-value",At(s.value,"id").join(","))};return(E,k)=>(e.openBlock(),e.createBlock(e.unref(qi),e.mergeProps({ref:"uploadRef",drag:"",multiple:u.value,class:{"hide-upload-btn":c.value},"file-list":s.value,"http-request":g,"auto-upload":!0,"show-file-list":!0,"before-upload":d,"on-change":f,"on-progress":h,"on-success":v,"on-error":y,"on-remove":b,"on-exceed":p},E.$attrs),{tip:e.withCtx(()=>[e.createElementVNode("div",Rz,e.toDisplayString(E.$attrs.limit?`限制 ${E.$attrs.limit} 个文件`:"")+" "+e.toDisplayString(E.$attrs.accept?`、 限制 ${E.$attrs.accept} 文件类型`:""),1)]),default:e.withCtx(()=>[e.createElementVNode("div",Iz,[e.createVNode(e.unref(jn),{icon:e.unref(Pz),width:"26",class:"m-auto mb-2"},null,8,["icon"]),k[0]||(k[0]=e.createTextVNode(" 可点击或拖拽上传 "))])]),_:1},16,["multiple","class","file-list"]))}}),bl=(t,n)=>{const r=t.__vccOpts||t;for(const[o,a]of n)r[o]=a;return r},gf=bl(Lz,[["__scopeId","data-v-a031b422"]]),wb={width:1024,height:1024,body:'<path fill="currentColor" d="M480 480V128a32 32 0 0 1 64 0v352h352a32 32 0 1 1 0 64H544v352a32 32 0 1 1-64 0V544H128a32 32 0 0 1 0-64h352z"/>'},zz={width:24,height:24,body:'<path fill="currentColor" d="M12 3c5.392 0 9.878 3.88 10.819 9c-.94 5.12-5.427 9-10.819 9c-5.392 0-9.878-3.88-10.818-9C2.122 6.88 6.608 3 12 3Zm0 16a9.005 9.005 0 0 0 8.778-7a9.005 9.005 0 0 0-17.555 0A9.005 9.005 0 0 0 12 19Zm0-2.5a4.5 4.5 0 1 1 0-9a4.5 4.5 0 0 1 0 9Zm0-2a2.5 2.5 0 1 0 0-5a2.5 2.5 0 0 0 0 5Z"/>'},Cb={width:24,height:24,body:'<path fill="currentColor" d="M17 6h5v2h-2v13a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V8H2V6h5V3a1 1 0 0 1 1-1h8a1 1 0 0 1 1 1v3Zm1 2H6v12h12V8ZM9 4v2h6V4H9Z"/>'};/**!
|
|
65
65
|
* Sortable 1.15.6
|
|
66
66
|
* @author RubaXa <trash@rubaxa.org>
|
|
67
67
|
* @author owenm <owen23355@gmail.com>
|