11 lines
146 KiB
JavaScript
11 lines
146 KiB
JavaScript
|
(function(){var Td={"./node_modules/dayjs/dayjs.min.js":function(qe){(function(Jt,it){qe.exports=it()})(this,function(){"use strict";var Jt=1e3,it=6e4,nr=36e5,rr="millisecond",ge="second",_t="minute",V="hour",Kt="day",ye="week",Ct="month",ct="quarter",Qt="year",we="date",A="Invalid Date",It=/^(\d{4})[-/]?(\d{1,2})?[-/]?(\d{0,2})[Tt\s]*(\d{1,2})?:?(\d{1,2})?:?(\d{1,2})?[.:]?(\d+)?$/,W=/\[([^\]]+)]|Y{1,4}|M{1,4}|D{1,2}|d{1,4}|H{1,2}|h{1,2}|a|A|m{1,2}|s{1,2}|Z{1,2}|SSS/g,se={name:"en",weekdays:"Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"),months:"January_February_March_April_May_June_July_August_September_October_November_December".split("_"),ordinal:function(x){var S=["th","st","nd","rd"],E=x%100;return"["+x+(S[(E-20)%10]||S[E]||S[0])+"]"}},J=function(x,S,E){var I=String(x);return!I||I.length>=S?x:""+Array(S+1-I.length).join(E)+x},Ie={s:J,z:function(x){var S=-x.utcOffset(),E=Math.abs(S),I=Math.floor(E/60),M=E%60;return(S<=0?"+":"-")+J(I,2,"0")+":"+J(M,2,"0")},m:function x(S,E){if(S.date()<E.date())return-x(E,S);var I=12*(E.year()-S.year())+(E.month()-S.month()),M=S.clone().add(I,Ct),N=E-M<0,R=S.clone().add(I+(N?-1:1),Ct);return+(-(I+(E-M)/(N?M-R:R-M))||0)},a:function(x){return x<0?Math.ceil(x)||0:Math.floor(x)},p:function(x){return{M:Ct,y:Qt,w:ye,d:Kt,D:we,h:V,m:_t,s:ge,ms:rr,Q:ct}[x]||String(x||"").toLowerCase().replace(/s$/,"")},u:function(x){return x===void 0}},Ft="en",yt={};yt[Ft]=se;var jt="$isDayjsObject",Xe=function(x){return x instanceof Ln||!(!x||!x[jt])},Oe=function x(S,E,I){var M;if(!S)return Ft;if(typeof S=="string"){var N=S.toLowerCase();yt[N]&&(M=N),E&&(yt[N]=E,M=N);var R=S.split("-");if(!M&&R.length>1)return x(R[0])}else{var q=S.name;yt[q]=S,M=q}return!I&&M&&(Ft=M),M||!I&&Ft},nt=function(x,S){if(Xe(x))return x.clone();var E=typeof S=="object"?S:{};return E.date=x,E.args=arguments,new Ln(E)},B=Ie;B.l=Oe,B.i=Xe,B.w=function(x,S){return nt(x,{locale:S.$L,utc:S.$u,x:S.$x,$offset:S.$offset})};var Ln=function(){function x(E){this.$L=Oe(E.locale,null,!0),this.parse(E),this.$x=this.$x||E.x||{},this[jt]=!0}var S=x.prototype;return S.parse=function(E){this.$d=function(I){var M=I.date,N=I.utc;if(M===null)return new Date(NaN);if(B.u(M))return new Date;if(M instanceof Date)return new Date(M);if(typeof M=="string"&&!/Z$/i.test(M)){var R=M.match(It);if(R){var q=R[2]-1||0,tt=(R[7]||"0").substring(0,3);return N?new Date(Date.UTC(R[1],q,R[3]||1,R[4]||0,R[5]||0,R[6]||0,tt)):new Date(R[1],q,R[3]||1,R[4]||0,R[5]||0,R[6]||0,tt)}}return new Date(M)}(E),this.init()},S.init=function(){var E=this.$d;this.$y=E.getFullYear(),this.$M=E.getMonth(),this.$D=E.getDate(),this.$W=E.getDay(),this.$H=E.getHours(),this.$m=E.getMinutes(),this.$s=E.getSeconds(),this.$ms=E.getMilliseconds()},S.$utils=function(){return B},S.isValid=function(){return this.$d.toString()!==A},S.isSame=function(E,I){var M=nt(E);return this.startOf(I)<=M&&M<=this.endOf(I)},S.isAfter=function(E,I){return nt(E)<this.startOf(I)},S.isBefore=function(E,I){return this.endOf(I)<nt(E)},S.$g=function(E,I,M){return B.u(E)?this[I]:this.set(M,E)},S.unix=function(){return Math.floor(this.valueOf()/1e3)},S.valueOf=function(){return this.$d.getTime()},S.startOf=function(E,I){var M=this,N=!!B.u(I)||I,R=B.p(E),q=function(xt,X){var ue=B.w(M.$u?Date.UTC(M.$y,X,xt):new Date(M.$y,X,xt),M);return N?ue:ue.endOf(Kt)},tt=function(xt,X){return B.w(M.toDate()[xt].apply(M.toDate("s"),(N?[0,0,0,0]:[23,59,59,999]).slice(X)),M)},st=this.$W,pt=this.$M,Yt=this.$D,Je="set"+(this.$u?"UTC":"");switch(R){case Qt:return N?q(1,0):q(31,11);case Ct:return N?q(1,pt):q(0,pt+1);case ye:var fn=this.$locale().weekStart||0,ut=(st<fn?st+7:st)-fn;return q(N?Yt-ut:Yt+(6-ut),pt);case Kt:case we:return tt(Je+"Hours",0);case V:return tt(Je+"Minutes",1);case _t:return tt(Je+"Seconds",2);case ge:return tt(Je+"Milliseconds",3);default:return this.clone()}},S.endOf=function(E){return this.startOf(E,!1)},S.$set=function(E,I){var M,N=B.p(E),R="set"+(this.$u?"UTC":""),q=(M={},M[Kt]=R+"Date",M[we]=R+"Date",M[Ct]=R+"Month",M[Qt]=R+"FullYear",M[V]=R+"Hours",M[_t]=R+"Minutes",M[ge]=R+"Seconds",M[rr]=R+"Millis
|
||
|
%ctippy.js
|
||
|
|
||
|
%c`+Xu(t)+`
|
||
|
|
||
|
%c\u{1F477}\u200D This is a development-only message. It will be removed in production.
|
||
|
`)}function Gu(t){return[Yp(t),"color: #00C584; font-size: 1.3em; font-weight: bold;","line-height: 1.5","color: #a6a095;"]}var zr;function Ky(){zr=new Set}function Bp(t,e){if(t&&!zr.has(e)){var n;zr.add(e),(n=console).warn.apply(n,Gu(e))}}function Ju(t,e){if(t&&!zr.has(e)){var n;zr.add(e),(n=console).error.apply(n,Gu(e))}}function Qy(t){var e=!t,n=Object.prototype.toString.call(t)==="[object Object]"&&!t.addEventListener;Ju(e,["tippy() was passed","`"+String(t)+"`","as its targets (first) argument. Valid types are: String, Element,","Element[], or NodeList."].join(" ")),Ju(n,["tippy() was passed a plain object which is not supported as an argument","for virtual positioning. Use props.getReferenceClientRect instead."].join(" "))}var Ku={animateFill:!1,followCursor:!1,inlinePositioning:!1,sticky:!1},Up={allowHTML:!1,animation:"fade",arrow:!0,content:"",inertia:!1,maxWidth:350,role:"tooltip",theme:"",zIndex:9999},Ht=Object.assign({appendTo:_u,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},Ku,Up),Hp=Object.keys(Ht),Wp=function(e){var n=Object.keys(e);n.forEach(function(r){Ht[r]=e[r]})};function Qu(t){var e=t.plugins||[],n=e.reduce(function(r,o){var i=o.name,a=o.defaultValue;if(i){var s;r[i]=t[i]!==void 0?t[i]:(s=Ht[i])!=null?s:a}return r},{});return Object.assign({},t,n)}function Zp(t,e){var n=e?Object.keys(Qu(Object.assign({},Ht,{plugins:e}))):Hp,r=n.reduce(function(o,i){var a=(t.getAttribute("data-tippy-"+i)||"").trim();if(!a)return o;if(i==="content")o[i]=a;else try{o[i]=JSON.parse(a)}catch{o[i]=a}return o},{});return r}function tc(t,e){var n=Object.assign({},e,{content:ju(e.content,[t])},e.ignoreAttributes?{}:Zp(t,e.plugins));return n.aria=Object.assign({},Ht.aria,n.aria),n.aria={expanded:n.aria.expanded==="auto"?e.interactive:n.aria.expanded,content:n.aria.content==="auto"?e.interactive?null:"describedby":n.aria.content},n}function tw(t,e){t===void 0&&(t={}),e===void 0&&(e=[]);var n=Object.keys(t);n.forEach(function(r){var o=la(Ht,Object.keys(Ku)),i=!Fp(o,r);i&&(i=e.filter(function(a){return a.name===r}).length===0),Bp(i,["`"+r+"`","is not a valid prop. You may have spelled it incorrectly, or if it's","a plugin, forgot to pass it in an array as props.plugins.",`
|
||
|
|
||
|
`,`All props: https://atomiks.github.io/tippyjs/v6/all-props/
|
||
|
`,"Plugins: https://atomiks.github.io/tippyjs/v6/plugins/"].join(" "))})}var zp=function(){return"innerHTML"};function ma(t,e){t[zp()]=e}function ec(t){var e=kn();return t===!0?e.className=Lu:(e.className=ku,Fo(t)?e.appendChild(t):ma(e,t)),e}function nc(t,e){Fo(e.content)?(ma(t,""),t.appendChild(e.content)):typeof e.content!="function"&&(e.allowHTML?ma(t,e.content):t.textContent=e.content)}function xo(t){var e=t.firstElementChild,n=ur(e.children);return{box:e,content:n.find(function(r){return r.classList.contains(Ru)}),arrow:n.find(function(r){return r.classList.contains(Lu)||r.classList.contains(ku)}),backdrop:n.find(function(r){return r.classList.contains($u)})}}function rc(t){var e=kn(),n=kn();n.className=Ip,n.setAttribute("data-state","hidden"),n.setAttribute("tabindex","-1");var r=kn();r.className=Ru,r.setAttribute("data-state","hidden"),nc(r,t.props),e.appendChild(n),n.appendChild(r),o(t.props,t.props);function o(i,a){var s=xo(e),u=s.box,c=s.content,f=s.arrow;a.theme?u.setAttribute("data-theme",a.theme):u.removeAttribute("data-theme"),typeof a.animation=="string"?u.setAttribute("data-animation",a.animation):u.removeAttribute("data-animation"),a.inertia?u.setAttribute("data-inertia",""):u.removeAttribute("data-inertia"),u.style.maxWidth=typeof a.maxWidth=="number"?a.maxWidth+"px":a.maxWidth,a.role?u.setAttribute("role",a.role):u.removeAttribute("role"),(i.content!==a.content||i.allowHTML!==a.allowHTML)&&nc(c,t.props),a.arrow?f?i.arrow!==a.arrow&&(u.removeChild(f),u.appendChild(ec(a.arrow))):u.appendChild(ec(a.arrow)):f&&u.removeChild(f)}return{popper:e,onUpdate:o}}rc.$$tippy=!0;var Vp=1,Po=[],Ao=[];function qp(t,e){var n=tc(t,Object.assign({},Ht,Qu(Hu(e)))),r,o,i,a=!1,s=!1,u=!1,c=!1,f,d,p,h=[],v=Yu(Wi,n.interactiveDebounce),m,g=Vp++,y=null,O=Pp(n.plugins),D={isEnabled:!0,isVisible:!1,isDestroyed:!1,isMounted:!1,isShown:!1},l={id:g,reference:t,popper:kn(),popperInstance:y,props:n,state:D,plugins:O,clearDelayTimeouts:Xi,setProps:Gi,setContent:Ji,show:Hy,hide:Wy,hideWithInteractivity:Zy,enable:Mo,disable:qi,unmount:zy,destroy:Vy};if(!n.render)return l;var T=n.render(l),b=T.popper,F=T.onUpdate;b.setAttribute("data-tippy-root",""),b.id="tippy-"+l.id,l.popper=b,t._tippy=l,b._tippy=l;var $=O.map(function(w){return w.fn(l)}),L=t.hasAttribute("aria-expanded");return $r(),ze(),St(),gt("onCreate",[l]),n.showOnCreate&&Eo(),b.addEventListener("mouseenter",function(){l.props.interactive&&l.state.isVisible&&l.clearDelayTimeouts()}),b.addEventListener("mouseleave",function(){l.props.interactive&&l.props.trigger.indexOf("mouseenter")>=0&&Et().addEventListener("mousemove",v)}),l;function H(){var w=l.props.touch;return Array.isArray(w)?w:[w,0]}function z(){return H()[0]==="hold"}function G(){var w;return!!((w=l.props.render)!=null&&w.$$tippy)}function j(){return m||t}function Et(){var w=j().parentNode;return w?Zu(w):document}function ae(){return xo(b)}function Mt(w){return l.state.isMounted&&!l.state.isVisible||Pe.isTouch||f&&f.type==="focus"?0:ca(l.props.delay,w?0:1,Ht.delay)}function St(w){w===void 0&&(w=!1),b.style.pointerEvents=l.props.interactive&&!w?"":"none",b.style.zIndex=""+l.props.zIndex}function gt(w,C,P){if(P===void 0&&(P=!0),$.forEach(function(Y){Y[w]&&Y[w].apply(Y,C)}),P){var Z;(Z=l.props)[w].apply(Z,C)}}function Ze(){var w=l.props.aria;if(w.content){var C="aria-"+w.content,P=b.id,Z=pn(l.props.triggerTarget||t);Z.forEach(function(Y){var kt=Y.getAttribute(C);if(l.state.isVisible)Y.setAttribute(C,kt?kt+" "+P:P);else{var ve=kt&&kt.replace(P,"").trim();ve?Y.setAttribute(C,ve):Y.removeAttribute(C)}})}}function ze(){if(!(L||!l.props.aria.expanded)){var w=pn(l.props.triggerTarget||t);w.forEach(function(C){l.props.interactive?C.setAttribute("aria-expanded",l.state.isVisible&&C===j()?"true":"false"):C.removeAttribute("aria-expanded")})}}function Kn(){Et().removeEventListener("mousemove",v),Po=Po.filter(function(w){return w!==v})}function Ve(w){if(!(Pe.isTouch&&(u||w.type==="mousedown"))){var C=w.composedPath&&w.composedPath()[0]||w.target;if(!(l.props.interactive&&zu(b,C))){if(pn(l.props.triggerTarget||t).some(function(P){return
|